diff --git a/docs/404.html b/docs/404.html index eff3975..b2bfdba 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,66 +1,27 @@ - - - - + + + + - Page not found (404) • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - -
-
- + +
+ + + - - -
+
+
-
+ + - - diff --git a/docs/articles/flapper_algorithms_faqs.html b/docs/articles/flapper_algorithms_faqs.html new file mode 100644 index 0000000..cdaaec8 --- /dev/null +++ b/docs/articles/flapper_algorithms_faqs.html @@ -0,0 +1,462 @@ + + + + + + + +`flapper`: practitioner FAQs • flapper + + + + + + + + + + + + +
+
+ + + + +
+
+ + + + +
+

Introduction +

+

This vignette addresses frequently asked questions (FAQs) for +practitioners seeking to apply the flapper algorithms. For +further details, consult Lavender et al. (in review). To submit +a new question, go to https://github.com/edwardlavender/flapper/issues.

+
+
+

Abbreviations +

+
    +
  • +AC—acoustic-container (see ac())
  • +
  • +ACPF—coustic-container particle filtering (see +ac() and pf())
  • +
  • +ACDC—acoustic-container depth-contour (see +acdc())
  • +
  • +ACDCPF—acoustic-container depth-contour particle +filtering (see acdc() and pf())
  • +
  • +PF— particle filtering (see pf())
  • +
+
+
+

Algorithm implementation +

+
+

Can the algorithm efficiently incorporate receiver-specific +detection ranges? Or detection ranges that vary as a function of depth +or substrate? +

+

There is no theoretical obstacle to the incorporation of +receiver-specific detection ranges or detection probability models that +vary by receiver (or other environmental variables). In flapper, +receiver-specific detection containers are passed as objects to the +relevant algorithm function (i.e., ac(), +acdc()). At the time of writing, the helper function used +to create detection containers (acs_setup_containers()) +assumes the detection range is constant across receivers, but custom +detection containers could be created and passed to the algorithm +similarly. The same goes for detection probability kernels. Since these +objects are created in advance, custom inputs are efficiently +incorporated. However, for larger and/or more complex +containers/kernels, calculations may take longer.

+
+
+

How are simultaneous detections of the same transmission on +different receivers handled? +

+

Assuming that the clocks of receivers are aligned, a simultaneous +detection of an individual at multiple receivers implies that the +individual must have been located within the intersection of those +receivers’ detection containers (at that moment in time), accounting for +the set of possible previous and future locations. Within this region, +the probability that the individual was in any given location depends on +the detection probability model.

+
+
+

How much time must pass without detection before a tag could be +anywhere in the study area? +

+

This depends on the algorithm, the size and shape of study area, the +arrangement of receivers, the detection range and the movement capacity +of the tagged animal. These factors affect both how quickly an animal +can move away from an area and where it can go (i.e., the definition of +‘anywhere’). Take a circular study area of radius 1000 m with a single +receiver at the centre where an individual is both located and detected. +If we take a maximum swimming speed of 1 ms-1 and assume this can be +maintained indefinitely then, by time \((s)=distance (m)/speed (ms^{-1})\), the +individual could be located anywhere in the area after a detection gap +of 1000 s (about 17 minutes). This calculation provides an indication of +the duration between detections beyond which the set of possible +locations for the individual (and our uncertainty in its location) is +greatest and is effectively encapsulated by the AC/ACDC algorithm +(assuming a ‘negligibly small’ detection container). Allowing for +locational uncertainty within a detection container, then the time by +which the individual could reach the boundaries of the study area could +be smaller (because the starting position could be further away from the +receiver), though the area in which the individual could be located +following the detection is also reduced by the detection container (and +the shape of the detection probability kernel within that region). If +you refine the AC-branch outputs using the ACPF or ACDCPF algorithm, the +set of possible locations of the individual may expand less rapidly in +the gaps between detections, depending on the probability of different +rates of movement (as defined by the movement model), the presence of +additional constraints (such as the locations of receivers that did not +record detections, the depth at each time step or movement barriers) and +the stochastic sampling process. At the time of writing, we recommend +researchers consider the duration of detection gaps in relation to these +criteria and avoid implementing the algorithms over ‘long’ detection +gaps when information on the location of an individual is limited. +Ultimately, however, the definition of ‘long’ depends not only on the +aforementioned criteria but also a study’s objectives. For example, in +this study, we deliberately implement the algorithms over the complete +detection time series for a one-month period for an example individual +to test the hypothesis that the individual could have remained in the +study area (a Marine Protected Area) over this time interval. For +post-hoc evaluation of the influence of each time step on algorithm +outputs, you can examine the shape of the probability distribution of +the set of possible locations in which the individual could have been +located through time.

+
+
+

The different flapper algorithms suggest different patterns of space +use. How do I choose which algorithm to use? +

+

The choice of algorithm depends on data availability and study +objectives. For reconstructing patterns of space use, the different +algorithms suggest different patterns because they incorporate different +information. Let’s use Fig. 3 in Lavender et al. (in review) to +illustrate this point and clarify algorithm choice. Recall that Fig. 3A +shows a map reconstructed from the depth time series; Fig. 3B–C show +maps reconstructed from acoustic detections; and Fig. 3D shows a map +based on both datasets. If you only have depth time series, or you are +interested in the extent to which a region (such as a Marine Protected +Area) represents the depths used by an individual, the DC algorithm +(Fig. 3A), is the appropriate choice. If you only have detection data at +receivers, you have the choice of a number of existing methods, such as +the mean-position algorithm (Fig. 3B), or our ACPF algorithm (Fig. 3C). +As noted in Lavender et al., (in review), the relative utility +of these methods may vary in different settings but in clustered +receiver arrays the mean-position algorithm may perform poorly (Fig. 3B) +and the ACPF algorithm (Fig. 3C) is the clear choice here. If you have +both depth and detection time series, the ACDCPF algorithm is a +refinement. Thus, for flapper skate, the ACDCPF algorithm is the best +choice when it comes to reconstructing patterns of space use and Fig. 3D +is the most-refined map of space use for the analysed individual. In +summary, the best algorithm for reconstructing patterns of space use +depends on the data you have available: if you only have depth time +series, use the DC algorithm; if you only have acoustic time series, use +the ACPF algorithm; if you have both depth and acoustic data, then use +the ACDCPF algorithm, which can integrate both types of data.

+
+
+
+

Algorithm interpretation +

+
+

What do the movement paths look like between receivers? Are they +simply straight lines or least-cost paths? +

+

Recall that in the PF-branch algorithm, a large number of particles +are sampled at each time step. Consequently, if the gaps between +detections span a large number of time steps, a large number of possible +paths may be reconstructed between receivers that are consistent with +the data (based on the connections between sequentially sampled +particles). This is one of the key innovations of our method because it +provides ‘a fuller exploration of possible movements than permitted +under the assumption that individuals follow least-cost paths between +detection containers’. The set of possible paths depends on the +information that is available to constrain the location of the animal in +the gaps between detections (i.e., the detection probability model and +receiver positions, the movement model and additional constraints, such +as depth observations and coastline). If there are few constraints on +individual locations and the gaps between detections span multiple time +steps, then different paths will ‘wander’ across the landscape, +generating a relatively smooth surface that reflects our uncertainty in +the possible location of the individual through time. If there are more +constraints, the set of possible paths may be more tightly focussed and +highlight several more-or-less likely ‘routes’ between receivers. Direct +linear or least-cost transitions between detection containers are only +likely to emerge if the time between detections is short (relative to +the movement capacity), such that the individual could (or must have) +moved directly from one to another during the detection gap.

+
+
+
+

Sensitivity +

+
+

How sensitive are the algorithms to the mobility parameter? +

+

The mobility parameter controls how far an individual can move in any +given time step. Intuitively, underestimation of mobility will lead to +overly concentrated patterns of space use, while overestimation of +mobility will lead to overly diffuse patterns of space use. However, +these two outcomes are not necessarily equally plausible. Algorithm +sensitivity also depends on additional constraints, such as array +design.

+

First, note that it can be quite hard to underestimate the mobility +parameter. If you, for example, half mobility, the PF algorithm is +unlikely to converge: during the simulation of individual movements, you +are likely to reach a time step in which the set of locations in which +the individual could be located at a subsequent time step (given +previously sampled locations) does not overlap with the set of locations +within which the individual must have been located (given the data), +because mobility is too restricted (assuming you sample a sufficient +number of particles). This situation is more likely to arise in studies +in which constraints on an individual’s location through time (e.g., +detections or ancillary time series) successfully restrict the number of +possible routes between sequential locations. If you attempt to repeat +the case-study analyses in Lavender et al. (in review) (e.g., +analysis A2) with a reduced mobility, you will run into exactly this +issue. This provides good evidence that the mobility parameter is +appropriate for the analysed data in this study.

+

While it can be difficult to underestimate mobility, it is possible +to overestimate it. The effects of doing so will be most apparent in the +AC-branch algorithms and depend on constraints (such as array design). +In a sparse array that records few detections, there is little +information to constrain movement and an overestimated mobility +parameter will produce more diffuse patterns of space use. However, the +coupling of AC- and PF- branch algorithms can limit the influence of an +overestimated mobility parameter because the latter incorporates a +movement model in which longer-range movements, while permitted, can be +made less likely. This is what the movement model for flapper skate does +in Lavender et al. (in review).

+

Finally, it is important to note that these considerations are not +unique to our methods. The flapper algorithms simply make the influence +of movement constraints explicit, but the interpretation of passive +acoustic telemetry data in general (and particularly of patterns such as +residency) depends on knowledge of movement constraints. This has point +been emphasised by recent publications (Lavender et al., +2021).

+

For practitioners seeking to apply our methods in new settings, we +make the following recommendations:

+
    +
  • +Study design phase. If you are designing a study, +plan to collect some information on individual movement speeds if +possible.
  • +
  • +Data analysis phase. If you already have +information on movement speeds, use it to inform the definition of the +movement constraints. Otherwise, examine the literature and use the +get_mvt_mobility_*() functions as a guide.
  • +
  • +Sensitivity analysis phase. If movement constraints +are uncertain, use simulation to explore the consequences of different +choices for mobility and the movement model within reasonable bounds for +your study system. While time consuming, you can also explore +implementations of the algorithms using lower-bound estimates of +mobility to test whether or not the algorithms fail to converge. +Increase the movement capacity until convergence.
  • +
+
+
+
+

Algorithm optimisation +

+
+

Under what set of tag/receiver/site conditions are the algorithms +robust? +

+

The algorithms are always ‘robust’ in the sense that the +reconstructed set of possible locations of an individual is a complete, +mechanistic description of all inputted information about the location +of the animal through time (i.e., all detections, all gaps between +detections and all ancillary data, given the detection probability +model, the movement model and other parameters). Consequently, unless +the algorithm is misspecified (see below), the set of possible locations +will include the ‘true’ movement path, even in sparse arrays with few +detections. However, care is required in the interpretation of the ‘set +of possible locations of an individual through time’: while this, by +definition, will include the ‘true’ movement path, it is not guaranteed +(nor even desirable) that the pattern of space use exhibited by the set +of possible locations should match the pattern of space use exhibited by +the ‘true’ path.

+

While a correctly specified algorithm will reconstruct a set of +possible locations that includes the ‘true’ path (assuming you sample a +sufficiently large number of particles in the PF step), the algorithms +are sensitive to misspecification like any other method. However, the +consequences of mis specifying algorithm components, such as the +detection range, detection kernels or movement parameters, vary. See +‘Sensitivity’ for further commentary.

+

The ‘usefulness’ of the algorithms in different settings is a +separate issue. If tags malfunction, receivers are sparse and or +detection probability is limited, the flapper algorithms, like other +methods, are of limited utility: the set of possible locations will +simply span the ‘permitted’ area (mainly beyond receiver detection +containers) with more-or-less uniform probability. The quality of the +inputs unavoidably influences the utility of the outputs.

+

These comments notwithstanding, as for other emerging movement +modelling approaches in passive acoustic telemetry systems, more needs +to be learnt about the utility of the flapper algorithms in different +settings. As argued in the main text, an improved understanding of the +relative utility of different methods in different settings will help to +move the field forwards.

+
+
+

How does transmission interval affect the algorithm? +

+

The resolution of available data affects the temporal resolution of +the analysis. The transmission interval of acoustic tags sets a sensible +lower bound for this. In theory, a more frequent transmission interval +makes it possible to resolve movement paths at a higher temporal +resolution. However, in practice, the appropriate resolution of an +analysis will depend upon whether or not more frequent transmissions are +accompanied by more frequent detections, the resolution of other +datasets (such as depth time series), analytical objectives and +computational constraints. As for other methods, the optimisation of +study design and algorithm parameters for improved inference is an +avenue in which future research will be beneficial.

+
+
+
+

Algorithm validation +

+
+

How can I assess the utility of the different algorithms without +continuous, fine-scale positioning records (i.e., a ‘known’ track?) +

+

Recall that the flapper algorithms are designed to recapitulate the +movement and detection processes that give rise to detections. This +means that, by definition, reconstructed patterns of space use will +contain the ‘true’ movement path (assuming they have been correctly +specified: see ‘Sensitivity’). As in Lavender et al. (in +review), you can explore the correspondence between a ‘known’ and +reconstructed movements under different conditions using simulation. In +real-world settings, fine-scale positioning records collected during +drift tests of detection probability can also be used for this purpose. +The probability distribution of the set of possible locations through +time provides a measure of our certainty in the location of an +individual: a flat surface emerges when there are few constraints on an +individual’s possible location and reflects low certainty; a more +concentrated surface emerges when the set of possible locations for an +individual is more constrained and reflects higher certainty. However, +even for more concentrated distributions, it is not guaranteed (nor even +desirable) that the pattern of space use exhibited by the simulated +locations will match the pattern of space use exhibited by the ‘true’ +path (see ‘Optimisation’).

+
+
+
+

References +

+

Lavender, E. et al. (in review). A semi-stochastic modelling +framework for passive acoustic telemetry.

+

Lavender, E. et al. (2021). Movement patterns of a +Critically Endangered elasmobranch (Dipturus intermedius) in a +Marine Protected Area. Aquatic Conservation: Marine and Freshwater +Ecosystems, 32(2), 348–365. https://doi.org/10.1002/aqc.3753

+
+
+ + + +
+ + + + +
+ + + + + + + + diff --git a/docs/articles/flapper_overview.html b/docs/articles/flapper_overview.html new file mode 100644 index 0000000..e3aeba2 --- /dev/null +++ b/docs/articles/flapper_overview.html @@ -0,0 +1,143 @@ + + + + + + + +`flapper`: an overview • flapper + + + + + + + + + + + + +
+
+ + + + +
+
+ + + + +
+

Introduction +

+

An introductory vignette will be added to the package in due +course.

+
+
+

Set up +

+
+library(flapper)
+#> 
+#> Attaching package: 'flapper'
+#> The following object is masked from 'package:stats':
+#> 
+#>     pf
+
+
+ + + +
+ + + + +
+ + + + + + + + diff --git a/docs/articles/index.html b/docs/articles/index.html index de448cd..3128839 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,66 +1,12 @@ - - - - - - - -Articles • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Articles • flapper - - - - + + -
-
- -
- -
+
+
`flapper`: practitioner FAQs
+
+
`flapper`: an overview
+
+
-
- - + + diff --git a/docs/authors.html b/docs/authors.html index 8f804ad..6885a6e 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,66 +1,12 @@ - - - - - - - -Authors • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Authors and Citation • flapper + + - - - - - -
-
-
- -
+
- @@ -129,22 +91,20 @@

Authors

-
- +
- - + + diff --git a/docs/index.html b/docs/index.html index 23efa0a..6076ee0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,6 +19,8 @@ + +
-
- -

Routines for the analysis of passive acoustic telemetry data, including the reconstruction of fine-scale movement paths and emergent patterns of space use. https://edwardlavender.github.io/flapper/

-

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge

-

flapper is an R package which provides tools for passive acoustic telemetry data. The package has been particularly motivated by the collection of acoustic and archival data from a Critically Endangered elasmobranch, the flapper skate (Dipturus intermedius), off the west coast of Scotland where a static passive acoustic telemetry array was established to examine the movements of individuals within a Marine Protected Area. flapper has been designed to complement existing packages for the analysis of these data (e.g. VTrack, glatos and fishtrack3d and actel), with a particular focus on the provision of movement modelling methods for passive acoustic telemetry systems that permit the reconstruction of fine-scale movement paths and emergent patterns of space use. To this end, flapper contains functions in the following themes:

+
+ +

Routines for the analysis of passive acoustic telemetry data, including the reconstruction of fine-scale movement paths and emergent patterns of space use. https://edwardlavender.github.io/flapper/

+

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge

+

flapper is an R package which provides tools for passive acoustic telemetry data. The package has been particularly motivated by the collection of acoustic and archival data from a Critically Endangered elasmobranch, the flapper skate (Dipturus intermedius), off the west coast of Scotland where a static passive acoustic telemetry array was established to examine the movements of individuals within a Marine Protected Area. flapper has been designed to complement existing packages for the analysis of these data (e.g. VTrack, glatos and fishtrack3d and actel), with a particular focus on the provision of movement modelling methods for passive acoustic telemetry systems that permit the reconstruction of fine-scale movement paths and emergent patterns of space use. To this end, flapper contains functions in the following themes:

  • Data processing tools, including data assembly (e.g., range-testing datasets), the evaluation of false detections and quality checks;
  • @@ -92,15 +100,15 @@
  • Simulation tools, including tools for the simulation of passive acoustic telemetry arrays, movement paths, detections and the comparison of simulated and reconstructed patterns of space use under different conditions;
-

flapper: An R package of routines for the analysis of passive acoustic telemetry data, especially the reconstruction of fine-scale movement paths and emergent patterns of space use. Inserted sample depth and acoustic time series were collected as part of the Movement Ecology of Flapper Skate project by Marine Scotland Science and NatureScot. The insert of the flapper skate is also courtesy of this project. The bathymetry data are sourced from the Ireland, Northern Island and Scotland Hydrographic survey (Howe et al., 2014). Plots were produced using the prettyGraphics package.

-

For full package details, vignettes and illustrated examples, go to https://edwardlavender.github.io/flapper/.

-
-

-Highlights

-

The main highlights of the package are the provision of routines for the rapid calculation of biologically meaningful distances in areas with complex barriers to movement (e.g., coastline) alongside algorithms (most of which are exclusive to flapper) for reconstructing movements and patterns of space use from discrete detections at receivers, especially:

+

flapper: An R package of routines for the analysis of passive acoustic telemetry data, especially the reconstruction of fine-scale movement paths and emergent patterns of space use. Inserted sample depth and acoustic time series were collected as part of the Movement Ecology of Flapper Skate project by Marine Scotland Science and NatureScot. The insert of the flapper skate is also courtesy of this project. The bathymetry data are sourced from the Ireland, Northern Island and Scotland Hydrographic survey (Howe et al., 2014). Plots were produced using the prettyGraphics package.

+

For full package details, vignettes and illustrated examples, go to https://edwardlavender.github.io/flapper/.

+
+

Highlights +

+

The main highlights of the package are the provision of routines for the rapid calculation of biologically meaningful distances in areas with complex barriers to movement (e.g., coastline) alongside algorithms (most of which are exclusive to flapper) for reconstructing movements and patterns of space use from discrete detections at receivers, especially:

  • -lcp_*(). These functions facilitate the calculation of shortest paths and their distances between and around points using efficient C++ algorithms from the cppRouting package. This makes it easy to use biologically meaningful distances (that account for the bathymetric surface over which a benthic animal must move, if applicable, and barriers to movement) in movement models.
  • +lcp_*(). These functions facilitate the calculation of shortest paths and their distances between and around points using efficient C++ algorithms from the cppRouting package. This makes it easy to use biologically meaningful distances (that account for the bathymetric surface over which a benthic animal must move, if applicable, and barriers to movement) in movement models.
  • coa(). This function implements the arithmetic version of the mean-position algorithm to estimate centres of activity (COAs) from discrete detections at receivers, given a detection matrix and the locations of receivers.
  • @@ -115,26 +123,26 @@

    sim_*(). These functions provide flexible, joined-up routines for the simulation of receiver arrays, movement paths and detections.

-
-

-Installation

-

This package requires R version ≥ 4.0. You can check your current version with R.version.string. Subsequent installation steps (may) require the devtools and pkgbuild packages, which can be installed with install.packages(c("devtools", "pkgbuild")). On Windows, package building requires Rtools. You can check whether Rtools is installed with pkgbuild::has_rtools(). If Rtools is not installed, it is necessary to download and install the appropriate version of Rtools before proceeding by following the instructions here.

-

Four packages (prettyGraphics, Tools4ETS, fasterRaster and glatos) are required or suggested from GitHub repositories (since they are not currently available from CRAN). These can be installed during the installation process (see below), but it is safer to install them sequentially as follows:

-
devtools::install_github("edwardlavender/prettyGraphics") # required
-devtools::install_github("edwardlavender/Tools4ETS")      # required
-devtools::install_github("adamlilith/fasterRaster")       # suggested
-devtools::install_url(                                    # suggested
-  "https://gitlab.oceantrack.org/GreatLakes/glatos/repository/master/archive.zip",
-   build_opts = c("--no-resave-data", "--no-manual")) 
-

To install these packages with their vignettes, add dependencies = TRUE and build_vignettes = TRUE as arguments to the code above (see ?devtools::install_github or ?devtools::install_url for further information). Then, you can install the development version of flapper from GitHub as shown below:

+
+

Installation +

+

This package requires R version ≥ 4.0. You can check your current version with R.version.string. Subsequent installation steps (may) require the devtools and pkgbuild packages, which can be installed with install.packages(c("devtools", "pkgbuild")). On Windows, package building requires Rtools. You can check whether Rtools is installed with pkgbuild::has_rtools(). If Rtools is not installed, it is necessary to download and install the appropriate version of Rtools before proceeding by following the instructions here.

+

Four packages (prettyGraphics, Tools4ETS, fasterRaster and glatos) are required or suggested from GitHub repositories (since they are not currently available from CRAN). These can be installed during the installation process (see below), but it is safer to install them sequentially as follows:

+
devtools::install_github("edwardlavender/prettyGraphics") # required
+devtools::install_github("edwardlavender/Tools4ETS")      # required
+devtools::install_github("adamlilith/fasterRaster")       # suggested
+devtools::install_url(                                    # suggested
+  "https://gitlab.oceantrack.org/GreatLakes/glatos/repository/master/archive.zip",
+   build_opts = c("--no-resave-data", "--no-manual")) 
+

To install these packages with their vignettes, add dependencies = TRUE and build_vignettes = TRUE as arguments to the code above (see ?devtools::install_github or ?devtools::install_url for further information). Then, you can install the development version of flapper from GitHub as shown below:

-devtools::install_github("edwardlavender/flapper", dependencies = TRUE, build_vignettes = TRUE)
+devtools::install_github("edwardlavender/flapper", dependencies = TRUE, build_vignettes = TRUE)

The dependencies = TRUE argument will also install any suggested packages, which are required by some functions/examples and to build vignettes (which will be added to the package in due course). To access the vignettes, use vignette("flapper_intro", package = "flapper") for a general introduction to the package. Note that vignettes have not yet been added to the package.

-
-

-Example datasets

-

A key feature of the flapper package is that most functions are designed to be implemented using standard object types (e.g., dataframes and matrices) rather than package-specific object classes. For simplicity, flapper makes some assumptions about variable names that follow a consistent and logical structure (e.g., individual IDs are given as individual_id and receiver IDs are given as receiver_id) but, notwithstanding this framework, this structure means that the functions in the package are accessible and straightforward to use.

+
+

Example datasets +

+

A key feature of the flapper package is that most functions are designed to be implemented using standard object types (e.g., dataframes and matrices) rather than package-specific object classes. For simplicity, flapper makes some assumptions about variable names that follow a consistent and logical structure (e.g., individual IDs are given as individual_id and receiver IDs are given as receiver_id) but, notwithstanding this framework, this structure means that the functions in the package are accessible and straightforward to use.

Functions are illustrated using simulated data and the following sample data collected from flapper skate off the west coast of Scotland:

  • @@ -150,9 +158,9 @@

These example datasets were collected by Marine Scotland Science and NatureScot as part of the Movement Ecology of Flapper Skate project and belong to these organisations. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

-
-

-Data processing tools

+
+

Data processing tools +

A number of functions facilitate the acquisition, assembly, processing and checking of passive acoustic telemetry time series:

  • @@ -202,9 +210,9 @@

-
-

-Spatial tools

+
+

Spatial tools +

A number of functions facilitate spatial operations that support common tasks and modelling algorithms:

-
-

-Distance calculations

+
+

Distance calculations +

Some functions facilitate standard distance calculations using Euclidean distances:

  • @@ -261,9 +269,9 @@

    lcp_comp() compares Euclidean and shortest-distance metrics for an area;

-
-

-Detection statistics

+
+

Detection statistics +

A number of functions facilitate the calculation of detection statistics, including those related to sampling effort and to detections of individuals:

-
-

-Movement metrics

+
+

Movement metrics +

Building on the analysis of detection time series, some functions (get_mvt_*()) provide movement metrics:

  • @@ -325,14 +333,14 @@

-
-

-Modelling algorithms

-

The main thrust of flapper is the implementation of algorithms designed to reconstruct fine-scale movement paths and emergent patterns of space use in passive acoustic telemetry systems.

-
-

-The centres of activity (COA) algorithm

-

Centres of activity (COA) are one of the most widely used metrics for the reconstruction of patterns of space use from passive acoustic telemetry data. Several methods have been developed to calculate COAs, but the mean-position algorithm is the commonest. To generate estimates of space use, COAs are usually taken as point estimates from which UDs (typically kernel UDs or KUDs) are estimated. flapper facilitates the implementation of this approach with the following functions:

+
+

Modelling algorithms +

+

The main thrust of flapper is the implementation of algorithms designed to reconstruct fine-scale movement paths and emergent patterns of space use in passive acoustic telemetry systems.

+
+

The centres of activity (COA) algorithm +

+

Centres of activity (COA) are one of the most widely used metrics for the reconstruction of patterns of space use from passive acoustic telemetry data. Several methods have been developed to calculate COAs, but the mean-position algorithm is the commonest. To generate estimates of space use, COAs are usually taken as point estimates from which UDs (typically kernel UDs or KUDs) are estimated. flapper facilitates the implementation of this approach with the following functions:

-
-

-The flapper family of algorithms

-

Alongside the COA algorithm, this package introduces the flapper of algorithms for the inferring patterns of space use.

+
+

The flapper family of algorithms +

+

Alongside the COA algorithm, this package introduces the flapper of algorithms for the inferring patterns of space use.

The ‘flapper’ family of algorithms. The acoustic-container (AC) branch utilises acoustic data (and/or ancillary information) to reconstruct the set of possible locations for an individual through time. The particle filtering (PF) branch refines this set via the implementation of a particle simulation and filtering approach for the reconstruction of possible movement paths.

-
-

-AC/DC branch algorithms

-
-

-The depth-contour (DC) algorithm

+
+

AC/DC branch algorithms +

+
+

The depth-contour (DC) algorithm +

The depth-contour (DC) algorithm is the simplest. Whereas the COA approach only makes use of detections, the DC approach only uses depth observations. Specifically, this algorithm uses observed depths (± some error) to define the subset of possible locations of each individual within a defined area: for pelagic species, tagged individuals must be in an area where the seabed depth is at least as deep as the observed depth; for benthic/demersal species, tagged individuals must be in an area where the seabed depth is close to the observed depth. This is implemented via dc(). The ‘quick’ depth-contour (DCQ) algorithm, implemented via dcq(), uses a modified version of this algorithm for quicker run times.

-
-

-The acoustic-container* (AC*) algorithm(s)

-

The flapper family-equivalent of the COA algorithm is the acoustic-container (AC) algorithm. This approach represents the information from acoustic detections in the form of acoustic containers, which contract and expand in line with our uncertainty in an individual’s location when it is detected and in the gaps between detections. The acoustic-container depth-contour (ACDC) algorithm combines the AC and DC algorithms, using passive acoustic telemetry data to inform the area within which depth contours are most likely to be found. These algorithms are implemented with the ac*() family of functions:

+
+

The acoustic-container* (AC*) algorithm(s) +

+

The flapper family-equivalent of the COA algorithm is the acoustic-container (AC) algorithm. This approach represents the information from acoustic detections in the form of acoustic containers, which contract and expand in line with our uncertainty in an individual’s location when it is detected and in the gaps between detections. The acoustic-container depth-contour (ACDC) algorithm combines the AC and DC algorithms, using passive acoustic telemetry data to inform the area within which depth contours are most likely to be found. These algorithms are implemented with the ac*() family of functions:

-
-

-AC/DC post-processing and analysis

+
+

AC/DC post-processing and analysis +

The AC-branch functions (ac(), dc() and acdc()) all return objects of class acdc_archive. These can be processed and analysed using several key functions:

  • @@ -400,9 +408,9 @@

-
-

-Particle filtering branch algorithms

+
+

Particle filtering branch algorithms +

Each algorithm (AC, DC and ACDC) can be extended through incorporation of a movement model to reconstruct movement paths over a surface that are consistent with the observations (and model assumptions). The resultant algorithms are termed the ACPF, DCPF and ACDCPF algorithms. The approach is implemented via a particle simulation and filtering process provided by the pf*() family of functions:

  • @@ -442,10 +450,10 @@

-
-

-Simulation tools

-

flapper provides joined-up routines for the simulation of acoustic arrays, movement paths and detections at receivers:

+
+

Simulation tools +

+

flapper provides joined-up routines for the simulation of acoustic arrays, movement paths and detections at receivers:

  • sim_array() simulates alternative array designs;
    @@ -464,13 +472,13 @@

To evaluate the performance of alternative algorithms for reconstructing patterns of space use under different array designs, movement models and detections models, eval_by_kud() compares patterns of space use reconstructed from simulated and estimated movement paths using KUDs.

-
-

-Parallelisation routines

-

Parallelisation in flapper is facilitated by the cl_*() function family:

+
+

Parallelisation routines +

+

Parallelisation in flapper is facilitated by the cl_*() function family:

-
-

-Associated packages

+
+

Associated packages +

  • -prettyGraphics facilitates the production of pretty, publication-quality and interactive visualisations, with a particular focus on time series. This makes it easy to create abacus plots, visualise time series (across factor levels, at different temporal scales and in relation to covariates), bathymetric landscapes and movement pathways in three-dimensions, and detection similarity matrices.
  • +prettyGraphics facilitates the production of pretty, publication-quality and interactive visualisations, with a particular focus on time series. This makes it easy to create abacus plots, visualise time series (across factor levels, at different temporal scales and in relation to covariates), bathymetric landscapes and movement pathways in three-dimensions, and detection similarity matrices.
  • -Tools4ETS provides a set of general tools for ecological time series, including for the definition of time categories, matching time series (e.g., detection observations with temporally varying environmental covariates), flagging independent time series and simulations.
  • +Tools4ETS provides a set of general tools for ecological time series, including for the definition of time categories, matching time series (e.g., detection observations with temporally varying environmental covariates), flagging independent time series and simulations.
  • -fvcom.tbx provides tools for the integration of hydrodynamic model predictions (from the Finite Volume Coastal Ocean Model) with ecological datasets (e.g., detection time series). This facilitates the inclusion of hydrodynamic model predictions as covariates in movement models and the validation of hydrodynamic model predictions with movement datasets or data collected from static acoustic receivers. This package was particularly motivated by the West Scotland Coastal Ocean Modelling System (WeStCOMS).
  • +fvcom.tbx provides tools for the integration of hydrodynamic model predictions (from the Finite Volume Coastal Ocean Model) with ecological datasets (e.g., detection time series). This facilitates the inclusion of hydrodynamic model predictions as covariates in movement models and the validation of hydrodynamic model predictions with movement datasets or data collected from static acoustic receivers. This package was particularly motivated by the West Scotland Coastal Ocean Modelling System (WeStCOMS).
-
-

-References

-

Howe, J. A. et al. (2014). The seabed geomorphology and geological structure of the Firth of Lorn, western Scotland, UK, as revealed by multibeam echo-sounder survey. Earth Environ. Sci. Trans. R. Soc. Edinburgh 105, 273–284. https://doi.org/10.1017/S1755691015000146

+
+

References +

+

Howe, J. A. et al. (2014). The seabed geomorphology and geological structure of the Firth of Lorn, western Scotland, UK, as revealed by multibeam echo-sounder survey. Earth Environ. Sci. Trans. R. Soc. Edinburgh 105, 273–284. https://doi.org/10.1017/S1755691015000146

-
-

-Citation

+
+

Citation +

Lavender, E. et al. (in prep). A semi-stochastic modelling framework for passive acoustic telemetry.

-

Lavender, E. (2021). flapper: Routines for the analysis of passive acoustic telemetry data. R package version 0.0.9000. https://github.com/edwardlavender/flapper/

+

Lavender, E. (2021). flapper: Routines for the analysis of passive acoustic telemetry data. R package version 0.0.9000. https://github.com/edwardlavender/flapper/

-

Site built with pkgdown 1.6.1.

+

+

Site built with pkgdown 2.0.7.

@@ -553,5 +573,7 @@

Developers

+ + diff --git a/docs/news/index.html b/docs/news/index.html index b8ce82f..cb60197 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,66 +1,12 @@ - - - - - - - -Changelog • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Changelog • flapper - - + + - - -
-
- -
- -
+
-
-

-flapper 0.0.9000

-
    -
  • The developmental version of flapper +
    + +
    • +Datasets +
      • Rebuild (RasterLayer) datasets to fix no slot of name "srs" for this object of class "RasterLayer" warning for dat_gebco (and downstream errors)
      • +
      • Replace non-ASCII characters in the comment attributes of Coordinate Reference System (CRS) objects to fix the warnings for these during R CMD check (Warning: found non-ASCII strings PROJCRS...)
      • +
      • Set flapper_run_slow and flapper_run_parallel to FALSE on remote
      • +
    • +
    • +Function fixes + -
    +
  • Fix and refine calculations in get_detection_days() +
  • +
  • Fixes to functions after dependencies update, including: +
  • +
+
  • +Function improvements +
    • Update .acs_pl() and .acs() internals to check for centroid overlap (to prevent unclear error messages)
    • +
    • Update get_mvt_mobility_from_archival() with step_check argument to check for regular time series
    • +
    • Update dist_btw_receivers() to handle lon/lat and planar coordinates and return dataframes or matrices
    • +
    • Update check_*() functions with internal improvements
    • +
  • +
  • +Function tests +
    • Set up testing with testthat;
    • +
  • +
  • +Documentation +
    • Add flapper_algorithms_faqs vignette
    • +
  • +
    +
    + +
    • The first release of flapper +
    • +
    +
    + +
    • The developmental version of flapper +
    • +
    +
    -
    - +
    - - + + diff --git a/docs/pkgdown.css b/docs/pkgdown.css index 1273238..80ea5b8 100644 --- a/docs/pkgdown.css +++ b/docs/pkgdown.css @@ -56,8 +56,10 @@ img.icon { float: right; } -img { +/* Ensure in-page images don't run outside their container */ +.contents img { max-width: 100%; + height: auto; } /* Fix bug in bootstrap (only seen in firefox) */ @@ -78,11 +80,10 @@ dd { /* Section anchors ---------------------------------*/ a.anchor { - margin-left: -30px; - display:inline-block; - width: 30px; - height: 30px; - visibility: hidden; + display: none; + margin-left: 5px; + width: 20px; + height: 20px; background-image: url(./link.svg); background-repeat: no-repeat; @@ -90,17 +91,15 @@ a.anchor { background-position: center center; } -.hasAnchor:hover a.anchor { - visibility: visible; -} - -@media (max-width: 767px) { - .hasAnchor:hover a.anchor { - visibility: hidden; - } +h1:hover .anchor, +h2:hover .anchor, +h3:hover .anchor, +h4:hover .anchor, +h5:hover .anchor, +h6:hover .anchor { + display: inline-block; } - /* Fixes for fixed navbar --------------------------*/ .contents h1, .contents h2, .contents h3, .contents h4 { @@ -264,31 +263,26 @@ table { /* Syntax highlighting ---------------------------------------------------- */ -pre { - word-wrap: normal; - word-break: normal; - border: 1px solid #eee; -} - -pre, code { +pre, code, pre code { background-color: #f8f8f8; color: #333; } +pre, pre code { + white-space: pre-wrap; + word-break: break-all; + overflow-wrap: break-word; +} -pre code { - overflow: auto; - word-wrap: normal; - white-space: pre; +pre { + border: 1px solid #eee; } -pre .img { +pre .img, pre .r-plt { margin: 5px 0; } -pre .img img { +pre .img img, pre .r-plt img { background-color: #fff; - display: block; - height: auto; } code a, pre a { @@ -305,9 +299,8 @@ a.sourceLine:hover { .kw {color: #264D66;} /* keyword */ .co {color: #888888;} /* comment */ -.message { color: black; font-weight: bolder;} -.error { color: orange; font-weight: bolder;} -.warning { color: #6A0366; font-weight: bolder;} +.error {font-weight: bolder;} +.warning {font-weight: bolder;} /* Clipboard --------------------------*/ @@ -365,3 +358,27 @@ mark { content: ""; } } + +/* Section anchors --------------------------------- + Added in pandoc 2.11: https://github.com/jgm/pandoc-templates/commit/9904bf71 +*/ + +div.csl-bib-body { } +div.csl-entry { + clear: both; +} +.hanging-indent div.csl-entry { + margin-left:2em; + text-indent:-2em; +} +div.csl-left-margin { + min-width:2em; + float:left; +} +div.csl-right-inline { + margin-left:2em; + padding-left:1em; +} +div.csl-indent { + margin-left: 2em; +} diff --git a/docs/pkgdown.js b/docs/pkgdown.js index 7e7048f..6f0eee4 100644 --- a/docs/pkgdown.js +++ b/docs/pkgdown.js @@ -80,7 +80,7 @@ $(document).ready(function() { var copyButton = ""; - $(".examples, div.sourceCode").addClass("hasCopyButton"); + $("div.sourceCode").addClass("hasCopyButton"); // Insert copy buttons: $(copyButton).prependTo(".hasCopyButton"); @@ -91,7 +91,7 @@ // Initialize clipboard: var clipboardBtnCopies = new ClipboardJS('[data-clipboard-copy]', { text: function(trigger) { - return trigger.parentNode.textContent; + return trigger.parentNode.textContent.replace(/\n#>[^\n]*/g, ""); } }); diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 448c82c..e87917c 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,7 +1,8 @@ -pandoc: 2.7.3 -pkgdown: 1.6.1 +pandoc: 2.19.2 +pkgdown: 2.0.7 pkgdown_sha: ~ articles: - flapper: flapper.html -last_built: 2022-06-17T08:52Z + flapper_algorithms_faqs: flapper_algorithms_faqs.html + flapper_overview: flapper_overview.html +last_built: 2023-02-19T13:45Z diff --git a/docs/reference/Rplot002.png b/docs/reference/Rplot002.png index 06f9a0c..23874af 100644 Binary files a/docs/reference/Rplot002.png and b/docs/reference/Rplot002.png differ diff --git a/docs/reference/Rplot003.png b/docs/reference/Rplot003.png index b232b0e..ddcf1b7 100644 Binary files a/docs/reference/Rplot003.png and b/docs/reference/Rplot003.png differ diff --git a/docs/reference/Rplot004.png b/docs/reference/Rplot004.png index 1c09274..697adfe 100644 Binary files a/docs/reference/Rplot004.png and b/docs/reference/Rplot004.png differ diff --git a/docs/reference/Rplot005.png b/docs/reference/Rplot005.png index e9f80c8..e5701f4 100644 Binary files a/docs/reference/Rplot005.png and b/docs/reference/Rplot005.png differ diff --git a/docs/reference/Rplot006.png b/docs/reference/Rplot006.png index b62efe7..c0855c5 100644 Binary files a/docs/reference/Rplot006.png and b/docs/reference/Rplot006.png differ diff --git a/docs/reference/Rplot007.png b/docs/reference/Rplot007.png index 89dfaad..dbb22b1 100644 Binary files a/docs/reference/Rplot007.png and b/docs/reference/Rplot007.png differ diff --git a/docs/reference/Rplot008.png b/docs/reference/Rplot008.png index 36ff43d..01512b6 100644 Binary files a/docs/reference/Rplot008.png and b/docs/reference/Rplot008.png differ diff --git a/docs/reference/Rplot009.png b/docs/reference/Rplot009.png index a1bfbc8..7ac9469 100644 Binary files a/docs/reference/Rplot009.png and b/docs/reference/Rplot009.png differ diff --git a/docs/reference/Rplot010.png b/docs/reference/Rplot010.png index 312204b..d75197f 100644 Binary files a/docs/reference/Rplot010.png and b/docs/reference/Rplot010.png differ diff --git a/docs/reference/Rplot011.png b/docs/reference/Rplot011.png index 1999ad8..e2a4547 100644 Binary files a/docs/reference/Rplot011.png and b/docs/reference/Rplot011.png differ diff --git a/docs/reference/Rplot012.png b/docs/reference/Rplot012.png index f508b02..1af35c6 100644 Binary files a/docs/reference/Rplot012.png and b/docs/reference/Rplot012.png differ diff --git a/docs/reference/Rplot013.png b/docs/reference/Rplot013.png index cba3f80..cd6d026 100644 Binary files a/docs/reference/Rplot013.png and b/docs/reference/Rplot013.png differ diff --git a/docs/reference/Rplot014.png b/docs/reference/Rplot014.png index d0c3937..4b89339 100644 Binary files a/docs/reference/Rplot014.png and b/docs/reference/Rplot014.png differ diff --git a/docs/reference/Rplot015.png b/docs/reference/Rplot015.png index c1545fc..2e74db8 100644 Binary files a/docs/reference/Rplot015.png and b/docs/reference/Rplot015.png differ diff --git a/docs/reference/Rplot016.png b/docs/reference/Rplot016.png index ef24fff..14bd143 100644 Binary files a/docs/reference/Rplot016.png and b/docs/reference/Rplot016.png differ diff --git a/docs/reference/Rplot017.png b/docs/reference/Rplot017.png index 5bc9b24..760ac40 100644 Binary files a/docs/reference/Rplot017.png and b/docs/reference/Rplot017.png differ diff --git a/docs/reference/Rplot018.png b/docs/reference/Rplot018.png index 67e6d65..f7485d8 100644 Binary files a/docs/reference/Rplot018.png and b/docs/reference/Rplot018.png differ diff --git a/docs/reference/Rplot019.png b/docs/reference/Rplot019.png index 6698a5d..de61cfb 100644 Binary files a/docs/reference/Rplot019.png and b/docs/reference/Rplot019.png differ diff --git a/docs/reference/Rplot020.png b/docs/reference/Rplot020.png index fe7f74e..ab0dbcf 100644 Binary files a/docs/reference/Rplot020.png and b/docs/reference/Rplot020.png differ diff --git a/docs/reference/Rplot021.png b/docs/reference/Rplot021.png index 9f01a04..f99541d 100644 Binary files a/docs/reference/Rplot021.png and b/docs/reference/Rplot021.png differ diff --git a/docs/reference/Rplot022.png b/docs/reference/Rplot022.png index aa36511..6505128 100644 Binary files a/docs/reference/Rplot022.png and b/docs/reference/Rplot022.png differ diff --git a/docs/reference/Rplot023.png b/docs/reference/Rplot023.png index 8da19e6..2469575 100644 Binary files a/docs/reference/Rplot023.png and b/docs/reference/Rplot023.png differ diff --git a/docs/reference/Rplot024.png b/docs/reference/Rplot024.png index 2e58821..e05025c 100644 Binary files a/docs/reference/Rplot024.png and b/docs/reference/Rplot024.png differ diff --git a/docs/reference/Rplot025.png b/docs/reference/Rplot025.png index 2e58821..8d435bd 100644 Binary files a/docs/reference/Rplot025.png and b/docs/reference/Rplot025.png differ diff --git a/docs/reference/Rplot026.png b/docs/reference/Rplot026.png index 2e58821..8d435bd 100644 Binary files a/docs/reference/Rplot026.png and b/docs/reference/Rplot026.png differ diff --git a/docs/reference/Rplot027.png b/docs/reference/Rplot027.png index 2e58821..8d435bd 100644 Binary files a/docs/reference/Rplot027.png and b/docs/reference/Rplot027.png differ diff --git a/docs/reference/Rplot028.png b/docs/reference/Rplot028.png index 2e58821..8d435bd 100644 Binary files a/docs/reference/Rplot028.png and b/docs/reference/Rplot028.png differ diff --git a/docs/reference/Rplot029.png b/docs/reference/Rplot029.png index 2e58821..8d435bd 100644 Binary files a/docs/reference/Rplot029.png and b/docs/reference/Rplot029.png differ diff --git a/docs/reference/Rplot030.png b/docs/reference/Rplot030.png index 31c0711..51eece8 100644 Binary files a/docs/reference/Rplot030.png and b/docs/reference/Rplot030.png differ diff --git a/docs/reference/Rplot031.png b/docs/reference/Rplot031.png index 31c0711..a98774a 100644 Binary files a/docs/reference/Rplot031.png and b/docs/reference/Rplot031.png differ diff --git a/docs/reference/Rplot032.png b/docs/reference/Rplot032.png index 31c0711..51eece8 100644 Binary files a/docs/reference/Rplot032.png and b/docs/reference/Rplot032.png differ diff --git a/docs/reference/Rplot033.png b/docs/reference/Rplot033.png index 31c0711..a98774a 100644 Binary files a/docs/reference/Rplot033.png and b/docs/reference/Rplot033.png differ diff --git a/docs/reference/Rplot034.png b/docs/reference/Rplot034.png index 31c0711..a98774a 100644 Binary files a/docs/reference/Rplot034.png and b/docs/reference/Rplot034.png differ diff --git a/docs/reference/Rplot035.png b/docs/reference/Rplot035.png index 46f2cd6..7a9bf4c 100644 Binary files a/docs/reference/Rplot035.png and b/docs/reference/Rplot035.png differ diff --git a/docs/reference/Rplot036.png b/docs/reference/Rplot036.png index 46f2cd6..7a9bf4c 100644 Binary files a/docs/reference/Rplot036.png and b/docs/reference/Rplot036.png differ diff --git a/docs/reference/Rplot037.png b/docs/reference/Rplot037.png index 4d87c7f..d93d451 100644 Binary files a/docs/reference/Rplot037.png and b/docs/reference/Rplot037.png differ diff --git a/docs/reference/Rplot038.png b/docs/reference/Rplot038.png index ebc26c7..0953968 100644 Binary files a/docs/reference/Rplot038.png and b/docs/reference/Rplot038.png differ diff --git a/docs/reference/Rplot039.png b/docs/reference/Rplot039.png index 9843394..eb19047 100644 Binary files a/docs/reference/Rplot039.png and b/docs/reference/Rplot039.png differ diff --git a/docs/reference/ac-1.png b/docs/reference/ac-1.png index 42733ea..1621b5e 100644 Binary files a/docs/reference/ac-1.png and b/docs/reference/ac-1.png differ diff --git a/docs/reference/ac.html b/docs/reference/ac.html index e7e9593..42689a6 100644 --- a/docs/reference/ac.html +++ b/docs/reference/ac.html @@ -1,68 +1,13 @@ - - - - - - - -The acoustic-container (AC) algorithm — ac • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The acoustic-container (AC) algorithm — ac • flapper - + + - - - -
    -
    - -
    - -
    +

    This function implements the acoustic-container (AC) algorithm. To implement the function, a dataframe (or list) of passive acoustic telemetry detections is required (acoustics). At each time step, the algorithm integrates information from past and future acoustic detections in the form of acoustic containers to determine the possible locations of an individual in an area (see Details).

    -

    Under the default options, the approach is implemented step-wise (i.e., step-by-step across the whole time series). The result is a named list of outputs, including a record of the results for each time step, as well as a cumulative map of the expected proportion of time spent in each part of the study area across the whole time series. Alternatively, the approach can be implemented chunk-wise, in which case the acoustic time series is split into chunks (e.g., hourly, daily, monthly segments) and the algorithm is implemented within each chunk step-by-step. The main benefits of this approach are that it can be used to reconstruct putative patterns in space use over biologically meaningful periods separately and/or the chunk-wise implementation can be parallelised, improving computation time. (Chunk-wise results results are easily combined across the duration of the original time series without the loss of information via acdc_simplify.). This option is implemented if (a) a list, rather than a dataframe, of acoustic detections is provided (via acoustics); (b) the user specifies that the time series should be split into chunks of a particular duration before the algorithm is initiated (via the split argument); and/or (c) the algorithm is implemented in parallel via cl, in which case the acoustic time series is split (if necessary) into user-defined or automatically defined chunks prior to computation. In this case, the result is a named list of outputs, as described above, but in which the results for each chunk are returned separately. If the chunks have been implemented simply to improve computation time via parallelisation, then the maps of space use for each chunk can be combined easily to generate a single, overall map of space use via acdc_simplify.

    +

    Under the default options, the approach is implemented step-wise (i.e., step-by-step across the whole time series). The result is a named list of outputs, including a record of the results for each time step, as well as a cumulative map of the expected proportion of time spent in each part of the study area across the whole time series. Alternatively, the approach can be implemented chunk-wise, in which case the acoustic time series is split into chunks (e.g., hourly, daily, monthly segments) and the algorithm is implemented within each chunk step-by-step. The main benefits of this approach are that it can be used to reconstruct putative patterns in space use over biologically meaningful periods separately and/or the chunk-wise implementation can be parallelised, improving computation time. (Chunk-wise results results are easily combined across the duration of the original time series without the loss of information via acdc_simplify.). This option is implemented if (a) a list, rather than a dataframe, of acoustic detections is provided (via acoustics); (b) the user specifies that the time series should be split into chunks of a particular duration before the algorithm is initiated (via the split argument); and/or (c) the algorithm is implemented in parallel via cl, in which case the acoustic time series is split (if necessary) into user-defined or automatically defined chunks prior to computation. In this case, the result is a named list of outputs, as described above, but in which the results for each chunk are returned separately. If the chunks have been implemented simply to improve computation time via parallelisation, then the maps of space use for each chunk can be combined easily to generate a single, overall map of space use via acdc_simplify.

    -
    ac(
    -  acoustics,
    -  step,
    -  bathy,
    -  plot_ts = TRUE,
    -  detection_containers,
    -  detection_kernels = NULL,
    -  detection_kernels_overlap = NULL,
    -  detection_time_window = 5,
    -  mobility,
    -  normalise = TRUE,
    -  save_record_spatial = 1L,
    -  write_record_spatial_for_pf = NULL,
    -  save_args = TRUE,
    -  verbose = TRUE,
    -  con = "",
    -  progress = 1L,
    -  split = NULL,
    -  cl = NULL,
    -  varlist = NULL
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    acoustics

    A dataframe, or a list of dataframes, that contains passive acoustic telemetry detection time series (see dat_acoustics for an example) for a single individual. Each dataframe should contain the following columns: an integer vector of receiver IDs, named `receiver_id'; an integer vector of detection indices, named `index'; and a POSIXct vector of time stamps when detections were made, named `timestamp'. If a list of dataframes is supplied, dataframes must be refer to the detections of a single individual and be ordered by time (e.g., in hourly chunks). In addition, sequential list elements must be linked by identical receiver pairs (i.e., the final receiver at which the individual was detected for any given chunk must be the same as the receiver at which the individual was next detected at the start of the next chunk) because it is only in this specific scenario that information does not need to be shared across time steps (see split). The algorithm will be implemented on each dataframe, termed `chunk', either in sequence or parallel. Any empty or NULL elements will be removed automatically.

    step

    A number that defines the time step length (s). The time series is rounded to the nearest step to ensure alignment (see Details). `Duplicate' detections (of the same individual at the same receiver in the same step) are dropped.

    bathy

    A raster that defines a grid across the area within which the individual could have moved. The coordinate reference system should be the Universal Transverse Mercator system, with distances in metres (see also acs_setup_containers).

    plot_ts

    A logical input that defines whether or not to the plot detection time series before the algorithm is initiated.

    detection_containers

    A list of detection containers, with one element for each number from 1:max(acoustics$receiver_id), from acs_setup_containers.

    detection_kernels

    A named list of detection probability kernels, from acs_setup_detection_kernels and created using consistent parameters as specified for other acs_setup_* functions and here (i.e., see the overlaps, calc_detection_pr and map arguments in acs_setup_detection_kernels).

    detection_kernels_overlap

    (optional) A named list, from get_detection_containers_overlap, that defines, for each receiver, for each day over its deployment period, whether or not its detection container overlapped with those of other receivers. If detection_kernels_overlap and detection_time_window (below) are supplied, the implementation of detection probability kernels when a detection is made accounts for overlaps in receivers' detection containers; if unsupplied, receiver detection probability kernels are assumed not to overlap.

    detection_time_window

    (optional) A number that defines the maximum duration (s) between consecutive detections at different receivers such that they can be said to have occurred at `effectively the same time'. This indicates that the same transmission was detected by multiple receivers. If detection_kernels_overlap (above) and detection_time_window are supplied, the implementation of detection probability kernels when a detection is made accounts for overlaps in receivers' detection containers, by up-weighting overlapping areas between receivers that detected the transmission and down-weighting overlapping areas between receivers that did not detect the transmission (see Details in acs_setup_detection_kernels). Note that the timing of detections is affected by step (see Details).

    mobility

    A number that defines the (Euclidean) distance (m) that an individual could move in the time steps between sequential detections (see also acs_setup_containers).

    normalise

    A logical variable that defines whether or not to normalise the map of possible locations at each time step. (The cumulative surface can be normalised via acdc_simplify).

    save_record_spatial

    An integer vector that defines the time steps for which to save a record of the spatial information from each time step. save_record_spatial = 0L suppresses the return of this information and save_record_spatial = NULL returns this information for all time steps. If the algorithm is applied chunk-wise, this spatial information must be returned for at least the first time step (the default) to aggregate maps across chunks (see acdc_simplify). This information can also be used to plot time-specific results of the algorithm using acdc_plot_trace, acdc_plot_record and acdc_animate_record.

    write_record_spatial_for_pf

    (optional) A named list, passed to writeRaster, to save the raster of the individual's possible positions at each time step to file. The `filename' argument should be the directory in which to save files. Files are named by acoustic and intermediate (archival) time steps. For example, the file for the first acoustic time step and the first archival time step is named acc_1_arc_1.

    save_args

    A logical input that defines whether or not to save the list of function inputs in the returned object.

    verbose

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console (which is only supported if the algorithm is not implemented in parallel: see below); otherwise, they are written to file (see below).

    con

    If verbose = TRUE, con is character string that defines how messages relaying function progress are returned. If con = "", messages are printed to the console (unless redirected by sink), an approach that is only implemented if the function is not implemented in parallel. Otherwise, con defines the directory into which to write .txt files, into which messages are written to relay function progress. This approach, rather than printing to the console, is recommended for clarity, speed and debugging. If the algorithm is implemented step-wise, then a single file is written to the specified directory named acdc_log.txt. If the algorithm is implemented chunk-wise, then an additional file is written for each chunk (named dot_acdc_log_1.txt, dot_acdc_log_2.txt and so on), with the details for each chunk.

    progress

    (optional) If the algorithm is implemented step-wise, progress is an integer (1, 2 or 3) that defines whether or not to display a progress bar in the console as the algorithm moves over acoustic time steps (1), the archival time steps between each pair of acoustic detections (2) or both acoustic and archival time steps (3), in which case the overall acoustic progress bar is punctuated by an archival progress bar for each pair of acoustic detections. This option is useful if there is a large number of archival observations between acoustic detections. Any other input will suppress the progress bar. If the algorithm is implemented for chunks, inputs to progress are ignored and a single progress bar is shown of the progress across acoustic chunks.

    split

    A character string that defines the (approximate) time unit used to split acoustic time series into chunks (e.g., "12 hours"). If provided, this must be supported by cut.POSIXt (otherwise, a pre-defined list of acoustic time series can be passed to acoustics, e.g., specifying seasonal chunks). If split = NULL and a cluster has been specified (see cl) (and acoustics is a dataframe), then the acoustic time series is automatically split into chunks and the algorithm implemented for each chunk in parallel. In all cases, splitting is subject to the constraint that chunks must join at identical receiver pairs (i.e., the last receiver at which the individual was detected on one chunk must match the first receiver at which the individual was next detected at the start of the next chunk): in these specific scenarios, information does not need to transfer from one time step to the next.

    cl, varlist

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes to implement the algorithm in parallel. If supplied, the algorithm is implemented for each chunk in a list of acoustic time series, either (a) as supplied by the user (if acoustics is a list), (b) as defined by the input to split, or (c) as defined automatically from the number of nodes in the cluster if split = NULL. If cl is supplied, varlist may also be required. This is a character vector of objects to export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    - -

    Value

    - -

    The function returns an acdc_archive-class object. If a connection to write files has also been specified, an overall log (acdc_log.txt) as well as chunk-specific logs from calls to .acs, if applicable, are written to file.

    -

    Details

    +
    +
    ac(
    +  acoustics,
    +  step,
    +  bathy,
    +  plot_ts = TRUE,
    +  detection_containers,
    +  detection_kernels = NULL,
    +  detection_kernels_overlap = NULL,
    +  detection_time_window = 5,
    +  mobility,
    +  normalise = TRUE,
    +  save_record_spatial = 1L,
    +  write_record_spatial_for_pf = NULL,
    +  save_args = TRUE,
    +  verbose = TRUE,
    +  con = "",
    +  progress = 1L,
    +  split = NULL,
    +  cl = NULL,
    +  varlist = NULL
    +)
    +
    + +
    +

    Arguments

    +
    acoustics
    +

    A dataframe, or a list of dataframes, that contains passive acoustic telemetry detection time series (see dat_acoustics for an example) for a single individual. Each dataframe should contain the following columns: an integer vector of receiver IDs, named `receiver_id'; an integer vector of detection indices, named `index'; and a POSIXct vector of time stamps when detections were made, named `timestamp'. If a list of dataframes is supplied, dataframes must be refer to the detections of a single individual and be ordered by time (e.g., in hourly chunks). In addition, sequential list elements must be linked by identical receiver pairs (i.e., the final receiver at which the individual was detected for any given chunk must be the same as the receiver at which the individual was next detected at the start of the next chunk) because it is only in this specific scenario that information does not need to be shared across time steps (see split). The algorithm will be implemented on each dataframe, termed `chunk', either in sequence or parallel. Any empty or NULL elements will be removed automatically.

    + + +
    step
    +

    A number that defines the time step length (s). The time series is rounded to the nearest step to ensure alignment (see Details). `Duplicate' detections (of the same individual at the same receiver in the same step) are dropped.

    + + +
    bathy
    +

    A raster that defines a grid across the area within which the individual could have moved. The coordinate reference system should be the Universal Transverse Mercator system, with distances in metres (see also acs_setup_containers).

    + +
    plot_ts
    +

    A logical input that defines whether or not to the plot detection time series before the algorithm is initiated.

    + + +
    detection_containers
    +

    A list of detection containers, with one element for each number from 1:max(acoustics$receiver_id), from acs_setup_containers.

    + + +
    detection_kernels
    +

    A named list of detection probability kernels, from acs_setup_detection_kernels and created using consistent parameters as specified for other acs_setup_* functions and here (i.e., see the overlaps, calc_detection_pr and map arguments in acs_setup_detection_kernels).

    + + +
    detection_kernels_overlap
    +

    (optional) A named list, from get_detection_containers_overlap, that defines, for each receiver, for each day over its deployment period, whether or not its detection container overlapped with those of other receivers. If detection_kernels_overlap and detection_time_window (below) are supplied, the implementation of detection probability kernels when a detection is made accounts for overlaps in receivers' detection containers; if unsupplied, receiver detection probability kernels are assumed not to overlap.

    + + +
    detection_time_window
    +

    (optional) A number that defines the maximum duration (s) between consecutive detections at different receivers such that they can be said to have occurred at `effectively the same time'. This indicates that the same transmission was detected by multiple receivers. If detection_kernels_overlap (above) and detection_time_window are supplied, the implementation of detection probability kernels when a detection is made accounts for overlaps in receivers' detection containers, by up-weighting overlapping areas between receivers that detected the transmission and down-weighting overlapping areas between receivers that did not detect the transmission (see Details in acs_setup_detection_kernels). Note that the timing of detections is affected by step (see Details).

    + + +
    mobility
    +

    A number that defines the (Euclidean) distance (m) that an individual could move in the time steps between sequential detections (see also acs_setup_containers).

    + + +
    normalise
    +

    A logical variable that defines whether or not to normalise the map of possible locations at each time step. (The cumulative surface can be normalised via acdc_simplify).

    + + +
    save_record_spatial
    +

    An integer vector that defines the time steps for which to save a record of the spatial information from each time step. save_record_spatial = 0L suppresses the return of this information and save_record_spatial = NULL returns this information for all time steps. If the algorithm is applied chunk-wise, this spatial information must be returned for at least the first time step (the default) to aggregate maps across chunks (see acdc_simplify). This information can also be used to plot time-specific results of the algorithm using acdc_plot_trace, acdc_plot_record and acdc_animate_record.

    + + +
    write_record_spatial_for_pf
    +

    (optional) A named list, passed to writeRaster, to save the raster of the individual's possible positions at each time step to file. The `filename' argument should be the directory in which to save files. Files are named by acoustic and intermediate (archival) time steps. For example, the file for the first acoustic time step and the first archival time step is named acc_1_arc_1.

    + + +
    save_args
    +

    A logical input that defines whether or not to save the list of function inputs in the returned object.

    + + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console (which is only supported if the algorithm is not implemented in parallel: see below); otherwise, they are written to file (see below).

    + + +
    con
    +

    If verbose = TRUE, con is character string that defines how messages relaying function progress are returned. If con = "", messages are printed to the console (unless redirected by sink), an approach that is only implemented if the function is not implemented in parallel. Otherwise, con defines the directory into which to write .txt files, into which messages are written to relay function progress. This approach, rather than printing to the console, is recommended for clarity, speed and debugging. If the algorithm is implemented step-wise, then a single file is written to the specified directory named acdc_log.txt. If the algorithm is implemented chunk-wise, then an additional file is written for each chunk (named dot_acdc_log_1.txt, dot_acdc_log_2.txt and so on), with the details for each chunk.

    + + +
    progress
    +

    (optional) If the algorithm is implemented step-wise, progress is an integer (1, 2 or 3) that defines whether or not to display a progress bar in the console as the algorithm moves over acoustic time steps (1), the archival time steps between each pair of acoustic detections (2) or both acoustic and archival time steps (3), in which case the overall acoustic progress bar is punctuated by an archival progress bar for each pair of acoustic detections. This option is useful if there is a large number of archival observations between acoustic detections. Any other input will suppress the progress bar. If the algorithm is implemented for chunks, inputs to progress are ignored and a single progress bar is shown of the progress across acoustic chunks.

    + + +
    split
    +

    A character string that defines the (approximate) time unit used to split acoustic time series into chunks (e.g., "12 hours"). If provided, this must be supported by cut.POSIXt (otherwise, a pre-defined list of acoustic time series can be passed to acoustics, e.g., specifying seasonal chunks). If split = NULL and a cluster has been specified (see cl) (and acoustics is a dataframe), then the acoustic time series is automatically split into chunks and the algorithm implemented for each chunk in parallel. In all cases, splitting is subject to the constraint that chunks must join at identical receiver pairs (i.e., the last receiver at which the individual was detected on one chunk must match the first receiver at which the individual was next detected at the start of the next chunk): in these specific scenarios, information does not need to transfer from one time step to the next.

    + + +
    cl, varlist
    +

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes to implement the algorithm in parallel. If supplied, the algorithm is implemented for each chunk in a list of acoustic time series, either (a) as supplied by the user (if acoustics is a list), (b) as defined by the input to split, or (c) as defined automatically from the number of nodes in the cluster if split = NULL. If cl is supplied, varlist may also be required. This is a character vector of objects to export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + +
    +
    +

    Value

    + + +

    The function returns an acdc_archive-class object. If a connection to write files has also been specified, an overall log (acdc_log.txt) as well as chunk-specific logs from calls to .acs, if applicable, are written to file.

    +
    +
    +

    Details

    The acoustic-container (AC) algorithm is an approach which uses acoustic detections to infer the possible locations of tagged animals within an area over some time interval. The locational information provided by acoustic detections is represented by acoustic containers, which are areas around receivers that define where an individual could have been at each time point given the spatiotemporal pattern of detections at receivers, a model of detection probability and a movement parameter.

    In outline, the crux of the approach is the recognition that acoustic detections typically occur irregularly, but we can consider a sequence of regular time steps between any pair of detections. Each detection anchors our knowledge of the location of an individual around a particular receiver (assuming that all detections are true detections). As time passes between pairs of detections, our uncertainty in the geographical location of an individual expands around the receiver at which the individual was detected before shrinking towards the receiver at which it was next detected. The dynamics of this process are captured by the expansion, contraction and intersection of pairs of acoustic containers.

    More specifically, at each time step, we can consider the set of possible locations for the individual from perspective of (a) the receiver at which the individual was detected and (b) the receiver at which the individual is next detected. When an individual is detected, it must be within some radius---say 800 m---of that receiver termed the `detection container'. From the perspective of the receiver at which the individual is next detected, the set of possible locations of the individual is wider in line with the time between detections and the movement speed of the animal. The intersection of these two areas defines the set of possible locations for the individual. (In most cases, this is simply that defined by the detection container around the first receiver.) With a more-refined model of detection probability, it may be possible to predict more precisely where the individual is likely to have been within this area. (In situations with depth data, the ACDC algorithm further restricts the set of locations by incorporating information on the animal's depth via depth contours.) Moving forward in time, we can consider a number of regular time steps before the next detection. During this time, from the perspective of the receiver at which the individual was detected, the set of possible locations of the individual expands, because it could have moved further away from the receiver; meanwhile, from the perspective of the receiver at which the individual was next detected, the set of possible locations of the individual shrinks, as the individual must have been located within the detection container of that receiver by the time of the detection. This process is described by the expansion and contraction of `acoustic containers'. At each time step, the intersection of the two containers defines the set of possible locations of the individual, possibly weighted by a detection probability (given the lack of detections during this time). These dynamics recognise that as time passes between detections the individual could have moved away from the receiver at which it was last detected but only at a rate and in a direction that fits with the receiver at which the individual was next detected. Thus, when the individual is detected again, our uncertainty about where it could have been collapses to the detection container around the next receiver (and its intersection with the individual's previous (expanded) location and the acoustic container around the following receiver), possibly weighted by a model of detection probability. Throughout this process, the rate of change in container size depends a movement parameter that describes the maximum swimming speed.

    This discussion assumes that the timing of detections and intermediate time steps between detections are perfectly aligned. In reality, there is likely to be a mismatch between the timing of detections and the intermediate time steps between detections, which may be poorly approximated the constant expansion and contraction of acoustic containers. The simplest solution to this issue is to round the acoustic time steps to the resolution of the intermediate time steps (specified by step). This results in a small loss of precision, but assuming that step is relatively small, the effect should be negligible. In any case, clocks on different receivers are unlikely to be perfectly synced throughout a study. This solution is also computationally preferable to an alternative approach in which the expansion and contraction of containers varies through time, depending on the gaps between observations and other time-specific variables such as behavioural state. However, the latter approach may be implemented in due course.

    -

    The end result is a map that shows the expected time spent in different parts of a study area. The main limitation of this approach is the simple treatment of movement, but particle filtering can be used to extent this approach via the incorporate a movement model (see pf).

    -

    See also

    - -

    This function calls .acs_pl and .acs to implement the AC algorithm. acs_setup_containers defines the detection containers required by this function. acs_setup_mobility is used to examine the assumption of the constant `mobility' parameter. acs_setup_detection_kernels produces detection probability kernels for incorporation into the function. acdc_simplify simplifies the outputs and acdc_plot_trace, acdc_plot_record and acdc_animate_record visualise the results. The AC algorithm can be extended to incorporate depth contours via acdc. Particle filtering can be used to reconstruct movement path via pf.

    -

    Author

    - +

    The end result is a map that shows the expected time spent in different parts of a study area. The main limitation of this approach is the simple treatment of movement, but particle filtering can be used to extent this approach via the incorporate a movement model (see pf).

    +
    +
    +

    See also

    +

    This function calls .acs_pl and .acs to implement the AC algorithm. acs_setup_containers defines the detection containers required by this function. acs_setup_mobility is used to examine the assumption of the constant `mobility' parameter. acs_setup_detection_kernels produces detection probability kernels for incorporation into the function. acdc_simplify simplifies the outputs and acdc_plot_trace, acdc_plot_record and acdc_animate_record visualise the results. The AC algorithm can be extended to incorporate depth contours via acdc. Particle filtering can be used to reconstruct movement path via pf.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Step (1) Implement setup_acdc_*() steps -# ... Define detection containers required for AC algorithm (see setup_acdc_containers()) - -#### Step (2) Prepare movement time series for algorithm -# Focus on an example individual for speed -id <- 25 -acc <- dat_acoustics[dat_acoustics$individual_id == id, ][1:25, ] -# Process time series (if necessary) -# ... Observations should be processed to the nearest time step -# ... Duplicate detections should be dropped - -#### Example (1) Implement AC algorithm with default arguments -# This implements the algorithm on a single core, printing messages -# ... to the console to monitor function progress. -out_ac <- ac(acoustics = acc, - step = 120, - bathy = dat_gebco, - detection_containers = dat_containers, - mobility = 200 - ) -
    #> flapper::ac() called (@ 2022-06-17 09:52:33)...
    #> flapper::.acs_pl() called (@ 2022-06-17 09:52:33)... -#> ... Checking user inputs... -#> ... Processing movement time series... -#> ... Plotting movement time series (for each chunk)...
    #> ... Calling .acs() to implement ACDC algorithm on one chunk... -#> flapper::.acs() called (@ 2022-06-17 09:52:36)... -#> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========= | 12%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 25%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |==================================================== | 75%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 88%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 09:52:38) after ~0.02 minutes. -#> ... flapper::.acs_pl() call completed (@ 2022-06-17 09:52:39) after ~0.09 minutes.
    #> flapper::ac() finished (@ 2022-06-17 09:52:39)...
    -#### Subsequent examples follow the implementation given in acdc(). - -
    +
    +

    Examples

    +
    #### Step (1) Implement setup_acdc_*() steps
    +# ... Define detection containers required for AC algorithm (see setup_acdc_containers())
    +
    +#### Step (2) Prepare movement time series for algorithm
    +# Focus on an example individual for speed
    +id <- 25
    +acc <- dat_acoustics[dat_acoustics$individual_id == id, ][1:25, ]
    +# Process time series (if necessary)
    +# ... Observations should be processed to the nearest time step
    +# ... Duplicate detections should be dropped
    +
    +#### Example (1) Implement AC algorithm with default arguments
    +# This implements the algorithm on a single core, printing messages
    +# ... to the console to monitor function progress.
    +out_ac <- ac(acoustics = acc,
    +             step = 120,
    +             bathy = dat_gebco,
    +             detection_containers = dat_containers,
    +             mobility = 200
    +             )
    +#> flapper::ac() called (@ 2023-02-19 14:45:22)...
    +#> flapper::.acs_pl() called (@ 2023-02-19 14:45:22)... 
    +#> ... Checking user inputs... 
    +#> ... Processing movement time series... 
    +#> ... Plotting movement time series (for each chunk)... 
    +#> ... Calling .acs() to implement ACDC algorithm on one chunk... 
    +#> flapper::.acs() called (@ 2023-02-19 14:45:26)... 
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========                                                             |  12%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  25%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  75%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================================================         |  88%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:45:27) after ~0.02 minutes. 
    +#> ... flapper::.acs_pl() call completed (@ 2023-02-19 14:45:28) after ~0.09 minutes. 
    +#> flapper::ac() finished (@ 2023-02-19 14:45:28)...
    +
    +
    +#### Subsequent examples follow the implementation given in acdc().
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acdc-1.png b/docs/reference/acdc-1.png index a444986..ab35293 100644 Binary files a/docs/reference/acdc-1.png and b/docs/reference/acdc-1.png differ diff --git a/docs/reference/acdc-2.png b/docs/reference/acdc-2.png index 58364d8..d0b0e5b 100644 Binary files a/docs/reference/acdc-2.png and b/docs/reference/acdc-2.png differ diff --git a/docs/reference/acdc-3.png b/docs/reference/acdc-3.png index 463ae6d..fd69595 100644 Binary files a/docs/reference/acdc-3.png and b/docs/reference/acdc-3.png differ diff --git a/docs/reference/acdc-4.png b/docs/reference/acdc-4.png index d6453f0..05f53e7 100644 Binary files a/docs/reference/acdc-4.png and b/docs/reference/acdc-4.png differ diff --git a/docs/reference/acdc-5.png b/docs/reference/acdc-5.png index 9699100..5ea7374 100644 Binary files a/docs/reference/acdc-5.png and b/docs/reference/acdc-5.png differ diff --git a/docs/reference/acdc-6.png b/docs/reference/acdc-6.png index a57b1b0..0e4baa3 100644 Binary files a/docs/reference/acdc-6.png and b/docs/reference/acdc-6.png differ diff --git a/docs/reference/acdc-7.png b/docs/reference/acdc-7.png index d9b083f..3b1b204 100644 Binary files a/docs/reference/acdc-7.png and b/docs/reference/acdc-7.png differ diff --git a/docs/reference/acdc.html b/docs/reference/acdc.html index f517c78..02bcf41 100644 --- a/docs/reference/acdc.html +++ b/docs/reference/acdc.html @@ -1,67 +1,12 @@ - - - - - - - -The acoustic-container depth-contour (ACDC) algorithm — acdc • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The acoustic-container depth-contour (ACDC) algorithm — acdc • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function implements the acoustic-container depth-contour (ACDC) algorithm. This is an extension of the AC algorithm implemented by ac that that integrates acoustic detections and depth observations to the expected time spent in different parts of a study area over the period of observations. To implement the function, a dataframe (or list) of passive acoustic telemetry detections is required (acoustics), alongside a dataframe of depth observations (archival). At each time step, the algorithm integrates information from past and future acoustic detections in the form of acoustic containers and information from depth observations in the form of depth contours to determine the possible locations of an individual in an area (see Details). As for the AC algorithm (ac), the function can be implemented step-wise or chunk-wise and the outputs can be processed via acdc_simplify.

    +

    This function implements the acoustic-container depth-contour (ACDC) algorithm. This is an extension of the AC algorithm implemented by ac that that integrates acoustic detections and depth observations to the expected time spent in different parts of a study area over the period of observations. To implement the function, a dataframe (or list) of passive acoustic telemetry detections is required (acoustics), alongside a dataframe of depth observations (archival). At each time step, the algorithm integrates information from past and future acoustic detections in the form of acoustic containers and information from depth observations in the form of depth contours to determine the possible locations of an individual in an area (see Details). As for the AC algorithm (ac), the function can be implemented step-wise or chunk-wise and the outputs can be processed via acdc_simplify.

    -
    acdc(
    -  acoustics,
    -  archival,
    -  plot_ts = TRUE,
    -  bathy,
    -  detection_containers,
    -  detection_kernels = NULL,
    -  detection_kernels_overlap = NULL,
    -  detection_time_window = 5,
    -  mobility,
    -  calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    -  normalise = TRUE,
    -  save_record_spatial = 1L,
    -  write_record_spatial_for_pf = NULL,
    -  save_args = TRUE,
    -  verbose = TRUE,
    -  con = "",
    -  progress = 1L,
    -  split = NULL,
    -  cl = NULL,
    -  varlist = NULL
    -)
    +
    +
    acdc(
    +  acoustics,
    +  archival,
    +  plot_ts = TRUE,
    +  bathy,
    +  detection_containers,
    +  detection_kernels = NULL,
    +  detection_kernels_overlap = NULL,
    +  detection_time_window = 5,
    +  mobility,
    +  calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +  normalise = TRUE,
    +  save_record_spatial = 1L,
    +  write_record_spatial_for_pf = NULL,
    +  save_args = TRUE,
    +  verbose = TRUE,
    +  con = "",
    +  progress = 1L,
    +  split = NULL,
    +  cl = NULL,
    +  varlist = NULL
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    acoustics

    A dataframe, or a list of dataframes, that contains passive acoustic telemetry detection time series (see ac).

    archival

    A dataframe that contains depth time series (see dat_archival for an example) for a specific individual. This should contain the following columns: a numeric vector of observed depths, named `depth'; and a POSIXct vector of time stamps when observations were made, named `timestamp'. Depths should be recorded in the same units and with the same sign as the bathymetry data (see bathy). Absolute depths (m) are suggested. Unlike the detection time series, archival time stamps are assumed to have occurred at regular intervals. Both acoustic and archival time series are rounded to the resolution of archival observations to ensure alignment (see Details). `Duplicate' observations (of the same individual at the same receiver, if applicable, in the same time step) are dropped.

    plot_ts

    A logical input that defines whether or not to plot the detection and depth time series before the algorithm is initiated. This provides a useful visualisation of the extent to which they overlap.

    bathy

    A raster that defines the bathymetry across the area within which the individual could have moved. This must be recorded in the same units and with the same sign as the depth observations (see archival). The coordinate reference system should be the Universal Transverse Mercator system, with distances in metres (see also acs_setup_containers).

    detection_containers

    A list of detection containers, with one element for each number from 1:max(acoustics$receiver_id), from acs_setup_containers.

    detection_kernels

    A named list of detection probability kernels (see ac).

    detection_kernels_overlap

    (optional) A named list of detection probability kernel overlaps (see ac).

    detection_time_window

    A number that defines the detection time window (see ac).

    mobility

    The mobility parameter (see ac).

    calc_depth_error

    A function that returns the depth errors around a vector of depths. The function should accept vector of depths (from archival$depth) and return a matrix, with one row for each (lower and upper) error and one one column for each depth (if the error varies with depth). For each depth, the two numbers are added to the observed depth to define the range of depths on the bathymetry raster (bathy) that the individual could plausibly have occupied at any time. Since the depth errors are added to the individual's depth, the first number should be negative (i.e., the individual could have been shallower that observed) and the second positive (i.e., the individual could have been deeper than observed). The appropriate form for calc_depth_error depends on the species (pelagic versus demersal/benthic species), the measurement error for the depth observations in archival and bathymetry (bathy) data, as well as the tidal range (m) across the area (over the duration of observations). For example, for a pelagic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, Inf) implies that the individual could have occupied bathymetric cells that are deeper than the observed depth + (-2.5) m and shallower than Inf m (i.e. the individual could have been in any location in which the depth was deeper than the shallow depth limit for the individual). In contrast, for a benthic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) implies that the individual could have occupied bathymetric cells whose depth lies within the interval defined by the observed depth + (-2.5) and + (+2.5) m.

    normalise

    A logical input that defines whether or not to normalise maps (see ac).

    save_record_spatial

    An integer of the spatial layers to save (see ac).

    write_record_spatial_for_pf

    A named list used to write time step-specific maps to file (see ac).

    save_args

    A logical input that defines whether or not to save the list of function inputs (see ac).

    verbose

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress (see ac).

    con

    If verbose = TRUE, con is character string defines how messages relaying function progress are returned (see ac).

    progress

    An integer controlling the progress bar (see ac).

    split

    A character string that defines the time unit used to split acoustic time series into chunks (see ac).

    cl, varlist

    (optional) Parallelisation options (see ac).

    +
    +

    Arguments

    +
    acoustics
    +

    A dataframe, or a list of dataframes, that contains passive acoustic telemetry detection time series (see ac).

    -

    Value

    -

    The function returns an acdc_archive-class object. If a connection to write files has also been specified, an overall log (acdc_log.txt) as well as chunk-specific logs from calls to .acs, if applicable, are written to file.

    -

    Details

    +
    archival
    +

    A dataframe that contains depth time series (see dat_archival for an example) for a specific individual. This should contain the following columns: a numeric vector of observed depths, named `depth'; and a POSIXct vector of time stamps when observations were made, named `timestamp'. Depths should be recorded in the same units and with the same sign as the bathymetry data (see bathy). Absolute depths (m) are suggested. Unlike the detection time series, archival time stamps are assumed to have occurred at regular intervals. Both acoustic and archival time series are rounded to the resolution of archival observations to ensure alignment (see Details). `Duplicate' observations (of the same individual at the same receiver, if applicable, in the same time step) are dropped.

    -

    The acoustic-container depth-contour (ACDC) algorithm is an approach which integrates acoustic detections and depth observations to infer the possible locations of tagged animals within an area over some time interval. The locational information provided by acoustic detections is represented by acoustic containers, which are areas around receivers that define where an individual could have been at each time point given the spatiotemporal pattern of detections at receivers, a model of detection probability and a movement parameter (see ac). The locational information provided by depth observations is represented by depth contours, which are areas that define where an individual could have been at each time point given its depth and the local bathymetry (see dc).

    -

    In outline, the crux of the approach is the recognition that acoustic detections typically occur irregularly, while archival observations occur at regular intervals. Each detection anchors our knowledge of the location of an individual around a particular receiver (assuming that all detections are true detections). As time passes between acoustic detections, our uncertainty about the geographical location of an individual expands around the receiver at which it was detected before shrinking towards the receiver at which it was next detected. (This is the AC algorithm.) During this time, regular depth observations restrict the number of possible locations in which the individual could have been located at each time step, assuming that the bathymetric landscape is non-homogeneous. This is true both for pelagic species, which must be in an area where the depth of the seabed is at least as deep as the observed depth, and for benthic/demersal species, which must be in an area where the depth of the seabed is relatively close to the observed depth. (This is the DC algorithm.) In reality, the timing of acoustic and archival observations may not align perfectly; this is currently resolved by rounding the acoustic time series to the temporal resolution of depth observations (see also ac). In this way, the ACDC algorithm moves over acoustic and archival time steps, summing the positions in which individuals could have been located based on these two sources of data, to generate a map of that shows expected time spent in different parts of the study area over the time interval under consideration.

    -

    See also

    -

    This function calls .acs_pl and .acs to implement the ACDC algorithm. The AC component can be implemented via ac and the DC component via dc. acs_setup_containers defines the detection containers required by this function. acs_setup_mobility is used to examine the assumption of the constant `mobility' parameter. acs_setup_detection_kernels produces detection probability kernels for incorporation into the function. acdc_simplify simplifies the outputs and acdc_plot_trace, acdc_plot_record and acdc_animate_record visualise the results. Particle filtering can be used to reconstruct movement paths.

    -

    Author

    +
    plot_ts
    +

    A logical input that defines whether or not to plot the detection and depth time series before the algorithm is initiated. This provides a useful visualisation of the extent to which they overlap.

    + + +
    bathy
    +

    A raster that defines the bathymetry across the area within which the individual could have moved. This must be recorded in the same units and with the same sign as the depth observations (see archival). The coordinate reference system should be the Universal Transverse Mercator system, with distances in metres (see also acs_setup_containers).

    -

    Edward Lavender

    -

    Examples

    -
    #### Step (1) Implement setup_acdc_*() steps -# ... Define detection containers required for ACDC algorithm (see setup_acdc_containers()) +
    detection_containers
    +

    A list of detection containers, with one element for each number from 1:max(acoustics$receiver_id), from acs_setup_containers.

    -#### Step (2) Prepare movement time series for algorithm -# Focus on an example individual -id <- 25 -acc <- dat_acoustics[dat_acoustics$individual_id == id, ] -arc <- dat_archival[dat_archival$individual_id == id, ] -# Focus on the subset of data for which we have both acoustic and archival detections -acc <- acc[acc$timestamp >= min(arc$timestamp) - 2*60 & - acc$timestamp <= max(arc$timestamp) + 2*60, ] -arc <- arc[arc$timestamp >= min(acc$timestamp) - 2*60 & - arc$timestamp <= max(acc$timestamp) + 2*60, ] -# We'll focus on a one day period with overlapping detection/depth time series for speed -end <- as.POSIXct("2016-03-18") -acc <- acc[acc$timestamp <= end, ] -arc <- arc[arc$timestamp <= end, ] -arc <- arc[arc$timestamp >= min(acc$timestamp) - 2*60 & - arc$timestamp <= max(acc$timestamp) + 2*60, ] -# Process time series (if necessary) -# ... Observations should be processed to the nearest time step -# ... Duplicate detections should be dropped -#### Example (1) Implement ACDC algorithm with default arguments -# This implements the algorithm on a single core, printing messages -# ... to the console to monitor function progress. -out_acdc <- acdc(acoustics = acc, - archival = arc, - bathy = dat_gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) - ) -
    #> flapper::acdc() called (@ 2022-06-17 09:52:39)...
    #> flapper::.acs_pl() called (@ 2022-06-17 09:52:39)... -#> ... Checking user inputs...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> ... Processing movement time series... -#> ... Plotting movement time series (for each chunk)...
    #> ... Calling .acs() to implement ACDC algorithm on one chunk... -#> flapper::.acs() called (@ 2022-06-17 09:52:39)... -#> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 1%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 2%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |== | 3%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=== | 5%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 6%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===== | 7%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 9%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 10%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 11%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 12%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========= | 13%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 14%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 15%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |============ | 18%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============= | 19%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============== | 20%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 22%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================ | 23%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 24%... On acoustic time step ('timestep_detection') 25. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 25%... On acoustic time step ('timestep_detection') 26. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 26%... On acoustic time step ('timestep_detection') 27. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 27%... On acoustic time step ('timestep_detection') 28. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 28%... On acoustic time step ('timestep_detection') 29. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 30. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |===================== | 30%... On acoustic time step ('timestep_detection') 31. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================== | 31%... On acoustic time step ('timestep_detection') 32. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 33. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 34. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 34%... On acoustic time step ('timestep_detection') 35. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 35%... On acoustic time step ('timestep_detection') 36. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================= | 36%... On acoustic time step ('timestep_detection') 37. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 38. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 39. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========================== | 39%... On acoustic time step ('timestep_detection') 40. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 40%... On acoustic time step ('timestep_detection') 41. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 41%... On acoustic time step ('timestep_detection') 42. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 43. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 43%... On acoustic time step ('timestep_detection') 44. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 44%... On acoustic time step ('timestep_detection') 45. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================== | 45%... On acoustic time step ('timestep_detection') 46. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 47. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 48. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is constant ... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is shrinking ... -#> | |================================= | 48%... On acoustic time step ('timestep_detection') 49. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================== | 49%... On acoustic time step ('timestep_detection') 50. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 51. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... On acoustic time step ('timestep_detection') 52. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================== | 51%... On acoustic time step ('timestep_detection') 53. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |===================================== | 52%... On acoustic time step ('timestep_detection') 54. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 55. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 56. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |======================================= | 55%... On acoustic time step ('timestep_detection') 57. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |======================================== | 56%... On acoustic time step ('timestep_detection') 58. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================== | 57%... On acoustic time step ('timestep_detection') 59. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 60. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 59%... On acoustic time step ('timestep_detection') 61. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 60%... On acoustic time step ('timestep_detection') 62. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================== | 61%... On acoustic time step ('timestep_detection') 63. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 64. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 65. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================= | 64%... On acoustic time step ('timestep_detection') 66. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 65%... On acoustic time step ('timestep_detection') 67. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 66%... On acoustic time step ('timestep_detection') 68. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 69. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 70. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 69%... On acoustic time step ('timestep_detection') 71. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 70%... On acoustic time step ('timestep_detection') 72. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 73. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 72%... On acoustic time step ('timestep_detection') 74. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 73%... On acoustic time step ('timestep_detection') 75. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 76. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 75%... On acoustic time step ('timestep_detection') 77. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 76%... On acoustic time step ('timestep_detection') 78. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================================== | 77%... On acoustic time step ('timestep_detection') 79. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 78%... On acoustic time step ('timestep_detection') 80. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 81. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================== | 80%... On acoustic time step ('timestep_detection') 82. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================= | 81%... On acoustic time step ('timestep_detection') 83. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 82%... On acoustic time step ('timestep_detection') 84. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 85. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 86. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 10. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 11. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 12. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 13. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 14. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 15. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 16. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 17. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 18. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 19. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 20. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 21. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 22. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 23. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 24. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 25. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 26. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 27. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 28. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 29. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 30. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 31. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 32. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 33. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 34. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 35. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 36. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 37. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 38. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 39. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 40. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 41. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 42. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 43. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 44. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 45. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 46. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 47. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 48. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 49. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 50. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 51. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 52. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 53. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 54. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 55. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 56. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 57. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 58. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 59. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 60. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 61. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 62. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 63. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 64. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 65. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 66. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 67. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 68. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 69. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 70. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 71. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 72. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 73. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 74. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 75. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 76. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 77. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 78. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 79. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 80. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 81. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 82. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 83. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 84. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 85. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 86. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 87. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 88. -#> ... ... ... Acoustic container is shrinking ... -#> | |============================================================ | 85%... On acoustic time step ('timestep_detection') 87. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |============================================================ | 86%... On acoustic time step ('timestep_detection') 88. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 87%... On acoustic time step ('timestep_detection') 89. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 88%... On acoustic time step ('timestep_detection') 90. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 89%... On acoustic time step ('timestep_detection') 91. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============================================================== | 90%... On acoustic time step ('timestep_detection') 92. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 91%... On acoustic time step ('timestep_detection') 93. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 94. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================= | 93%... On acoustic time step ('timestep_detection') 95. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================== | 94%... On acoustic time step ('timestep_detection') 96. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 95%... On acoustic time step ('timestep_detection') 97. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 98. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================================== | 97%... On acoustic time step ('timestep_detection') 99. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 98%... On acoustic time step ('timestep_detection') 100. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 99%... On acoustic time step ('timestep_detection') 101. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 09:52:47) after ~0.13 minutes. -#> ... flapper::.acs_pl() call completed (@ 2022-06-17 09:52:47) after ~0.13 minutes.
    #> flapper::acdc() finished (@ 2022-06-17 09:52:47)...
    # The function returns a list with four elements -# ... archive contains the results of the algorithm, implemented by the back-end -# ... function .acs(). The other elements provide the time series -# ... for each chunk, the time of the algorithm and a list of user inputs -summary(out_acdc) -
    #> Length Class Mode -#> archive 1 -none- list -#> ts_by_chunk 1 -none- list -#> time 4 data.frame list -#> args 19 -none- list
    -#### Example (2): Write messages to file to monitor function progress via 'con' -out_acdc <- acdc(acoustics = acc, - archival = arc, - bathy = dat_gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2), - con = tempdir() - ) -
    #> flapper::acdc() called (@ 2022-06-17 09:52:47)...
    #> '/' added to the directory inputted to the argument 'con' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA').
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/acdc_log.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> 'calc_depth_error' function taken to be independent of depth.
    #> | | | 0% | |= | 1% | |= | 2% | |== | 3% | |=== | 4% | |=== | 5% | |==== | 6% | |===== | 7% | |====== | 8% | |====== | 9% | |======= | 10% | |======== | 11% | |======== | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 16% | |============ | 17% | |============ | 18% | |============= | 19% | |============== | 20% | |=============== | 21% | |=============== | 22% | |================ | 23% | |================= | 24% | |================= | 25% | |================== | 26% | |=================== | 27% | |=================== | 28% | |==================== | 29% | |===================== | 30% | |===================== | 31% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 36% | |========================== | 37% | |========================== | 38% | |=========================== | 39% | |============================ | 40% | |============================ | 41% | |============================= | 42% | |============================== | 43% | |============================== | 44% | |=============================== | 45% | |================================ | 46% | |================================= | 47% | |================================= | 48% | |================================== | 49% | |=================================== | 50% | |==================================== | 51% | |===================================== | 52% | |===================================== | 53% | |====================================== | 54% | |======================================= | 55% | |======================================== | 56% | |======================================== | 57% | |========================================= | 58% | |========================================== | 59% | |========================================== | 60% | |=========================================== | 61% | |============================================ | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================= | 69% | |================================================= | 70% | |================================================== | 71% | |=================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |===================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 80% | |========================================================= | 81% | |========================================================== | 82% | |========================================================== | 83% | |=========================================================== | 84% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 94% | |=================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 100%
    #> flapper::acdc() finished (@ 2022-06-17 09:52:54)...
    acdc_log <- readLines(paste0(tempdir(), "/acdc_log.txt")) -utils::head(acdc_log, 10) -
    #> [1] "flapper::.acs_pl() called (@ 2022-06-17 09:52:47)... " -#> [2] "... Checking user inputs... " -#> [3] "... Processing movement time series... " -#> [4] "... Plotting movement time series (for each chunk)... " -#> [5] "... Calling .acs() to implement ACDC algorithm on one chunk... " -#> [6] "flapper::.acs() called (@ 2022-06-17 09:52:47)... " -#> [7] "... Initiating algorithm: moving over acoustic and internal ('archival') time steps... " -#> [8] "... On acoustic time step ('timestep_detection') 1. " -#> [9] "... ... On internal time step ('timestep_archival') 1. " -#> [10] "... On acoustic time step ('timestep_detection') 2. "
    file.remove(paste0(tempdir(), "/acdc_log.txt")) -
    #> [1] TRUE
    -#### Example (3): Implement the algorithm and return spatial information -# Specify save_record_spatial = NULL to include spatial information for all time steps -# ... or a vector to include this information for specific time steps -out_acdc <- acdc(acoustics = acc, - archival = arc, - bathy = dat_gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2), - save_record_spatial = NULL - ) -
    #> flapper::acdc() called (@ 2022-06-17 09:52:54)...
    #> flapper::.acs_pl() called (@ 2022-06-17 09:52:54)... -#> ... Checking user inputs...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> ... Processing movement time series... -#> ... Plotting movement time series (for each chunk)...
    #> ... Calling .acs() to implement ACDC algorithm on one chunk... -#> flapper::.acs() called (@ 2022-06-17 09:52:54)... -#> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 1%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 2%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |== | 3%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=== | 5%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 6%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===== | 7%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 9%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 10%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 11%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 12%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========= | 13%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 14%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 15%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |============ | 18%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============= | 19%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============== | 20%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 22%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================ | 23%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 24%... On acoustic time step ('timestep_detection') 25. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 25%... On acoustic time step ('timestep_detection') 26. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 26%... On acoustic time step ('timestep_detection') 27. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 27%... On acoustic time step ('timestep_detection') 28. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 28%... On acoustic time step ('timestep_detection') 29. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 30. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |===================== | 30%... On acoustic time step ('timestep_detection') 31. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================== | 31%... On acoustic time step ('timestep_detection') 32. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 33. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 34. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 34%... On acoustic time step ('timestep_detection') 35. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 35%... On acoustic time step ('timestep_detection') 36. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================= | 36%... On acoustic time step ('timestep_detection') 37. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 38. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 39. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========================== | 39%... On acoustic time step ('timestep_detection') 40. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 40%... On acoustic time step ('timestep_detection') 41. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 41%... On acoustic time step ('timestep_detection') 42. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 43. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 43%... On acoustic time step ('timestep_detection') 44. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 44%... On acoustic time step ('timestep_detection') 45. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================== | 45%... On acoustic time step ('timestep_detection') 46. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 47. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 48. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is constant ... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is shrinking ... -#> | |================================= | 48%... On acoustic time step ('timestep_detection') 49. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================== | 49%... On acoustic time step ('timestep_detection') 50. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 51. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... On acoustic time step ('timestep_detection') 52. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================== | 51%... On acoustic time step ('timestep_detection') 53. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |===================================== | 52%... On acoustic time step ('timestep_detection') 54. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 55. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 56. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |======================================= | 55%... On acoustic time step ('timestep_detection') 57. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |======================================== | 56%... On acoustic time step ('timestep_detection') 58. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================== | 57%... On acoustic time step ('timestep_detection') 59. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 60. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 59%... On acoustic time step ('timestep_detection') 61. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 60%... On acoustic time step ('timestep_detection') 62. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================== | 61%... On acoustic time step ('timestep_detection') 63. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 64. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 65. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================= | 64%... On acoustic time step ('timestep_detection') 66. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 65%... On acoustic time step ('timestep_detection') 67. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 66%... On acoustic time step ('timestep_detection') 68. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 69. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 70. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 69%... On acoustic time step ('timestep_detection') 71. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 70%... On acoustic time step ('timestep_detection') 72. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 73. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 72%... On acoustic time step ('timestep_detection') 74. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 73%... On acoustic time step ('timestep_detection') 75. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 76. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 75%... On acoustic time step ('timestep_detection') 77. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 76%... On acoustic time step ('timestep_detection') 78. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================================== | 77%... On acoustic time step ('timestep_detection') 79. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 78%... On acoustic time step ('timestep_detection') 80. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 81. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================== | 80%... On acoustic time step ('timestep_detection') 82. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================= | 81%... On acoustic time step ('timestep_detection') 83. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 82%... On acoustic time step ('timestep_detection') 84. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 85. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 86. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 10. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 11. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 12. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 13. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 14. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 15. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 16. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 17. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 18. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 19. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 20. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 21. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 22. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 23. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 24. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 25. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 26. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 27. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 28. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 29. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 30. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 31. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 32. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 33. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 34. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 35. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 36. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 37. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 38. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 39. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 40. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 41. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 42. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 43. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 44. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 45. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 46. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 47. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 48. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 49. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 50. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 51. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 52. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 53. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 54. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 55. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 56. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 57. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 58. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 59. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 60. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 61. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 62. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 63. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 64. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 65. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 66. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 67. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 68. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 69. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 70. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 71. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 72. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 73. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 74. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 75. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 76. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 77. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 78. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 79. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 80. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 81. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 82. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 83. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 84. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 85. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 86. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 87. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 88. -#> ... ... ... Acoustic container is shrinking ... -#> | |============================================================ | 85%... On acoustic time step ('timestep_detection') 87. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |============================================================ | 86%... On acoustic time step ('timestep_detection') 88. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 87%... On acoustic time step ('timestep_detection') 89. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 88%... On acoustic time step ('timestep_detection') 90. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 89%... On acoustic time step ('timestep_detection') 91. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============================================================== | 90%... On acoustic time step ('timestep_detection') 92. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 91%... On acoustic time step ('timestep_detection') 93. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 94. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================= | 93%... On acoustic time step ('timestep_detection') 95. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================== | 94%... On acoustic time step ('timestep_detection') 96. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 95%... On acoustic time step ('timestep_detection') 97. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 98. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================================== | 97%... On acoustic time step ('timestep_detection') 99. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 98%... On acoustic time step ('timestep_detection') 100. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 99%... On acoustic time step ('timestep_detection') 101. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 09:53:03) after ~0.14 minutes. -#> ... flapper::.acs_pl() call completed (@ 2022-06-17 09:53:03) after ~0.14 minutes.
    #> flapper::acdc() finished (@ 2022-06-17 09:53:03)...
    -#### Example (4): Implement the algorithm in parallel e.g. by supplying a cluster -# If verbose = TRUE (the default), it is necessary to specify a directory -# ... into which dot_acdc_log_*.txt files are saved (i.e., messages -# ... cannot be written to the console in parallel) -out_acdc <- acdc(acoustics = acc, - archival = arc, - bathy = dat_gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2), - con = tempdir(), - cl = parallel::makeCluster(2L) - ) -
    #> flapper::acdc() called (@ 2022-06-17 09:53:03)...
    #> '/' added to the directory inputted to the argument 'con' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA').
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/acdc_log.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> 'calc_depth_error' function taken to be independent of depth.
    #> 'acoustics' dataframe split into 2 chunks of ~4 (0--7) hours across 2 core(s).
    #> Chunk 1 : 6 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> Chunk 2 : 210 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dot_acdc_log_1.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dot_acdc_log_2.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> flapper::acdc() finished (@ 2022-06-17 09:53:16)...
    ## Check logs -list.files(tempdir()) -
    #> [1] "acdc_log.txt" "dot_acdc_log_1.txt" "dot_acdc_log_2.txt" -#> [4] "downlit" "filef601236c7a3" "filef6021d8f5cf" -#> [7] "filef602786f553.so"
    # "acdc_log.txt" contains the log for the overall function -acdc_log <- readLines(paste0(tempdir(), "/acdc_log.txt")) -head(acdc_log, 20) -
    #> [1] "flapper::.acs_pl() called (@ 2022-06-17 09:53:03)... " -#> [2] "... Checking user inputs... " -#> [3] "... Splitting 'acoustics' into chunks... " -#> [4] "... Processing acoustics chunks... " -#> [5] "... ... Checking for NULL/empty chunks... " -#> [6] "... ... Overlapping chunks... " -#> [7] "... Processing movement time series... " -#> [8] "... ... Chunk 1 : 6 archival observation(s) beyond the ranges of (processed) acoustic detections ignored. " -#> [9] "... ... Chunk 2 : 210 archival observation(s) beyond the ranges of (processed) acoustic detections ignored. " -#> [10] "... Plotting movement time series (for each chunk)... " -#> [11] "... Defining chunk-specific log files as dot_acdc_log_1.txt, dot_acdc_log_2.txt etc... " -#> [12] "... ... /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dot_acdc_log_1.txt does not exist: attempting to write file in specified directory... " -#> [13] "... ... ... Blank file successfully written to file. " -#> [14] "... ... /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dot_acdc_log_2.txt does not exist: attempting to write file in specified directory... " -#> [15] "... ... ... Blank file successfully written to file. " -#> [16] "... Calling .acs() to implement ACDC algorithm on 2 chunks, using 2 cores... " -#> [17] "... flapper::.acs_pl() call completed (@ 2022-06-17 09:53:16) after ~0.23 minutes. "
    # "acdc_log_1.txt", "acdc_log_2.txt" etc contain chunk-specific logs -acdc_log_1 <- readLines(paste0(tempdir(), "/dot_acdc_log_1.txt")) -utils::head(acdc_log_1) -
    #> [1] "flapper::.acs() called (@ 2022-06-17 09:53:04)... " -#> [2] "... Initiating algorithm: moving over acoustic and internal ('archival') time steps... " -#> [3] "... On acoustic time step ('timestep_detection') 1. " -#> [4] "... ... On internal time step ('timestep_archival') 1. " -#> [5] "... On acoustic time step ('timestep_detection') 2. " -#> [6] "... ... On internal time step ('timestep_archival') 1. "
    utils::tail(acdc_log_1) -
    #> [1] "... On acoustic time step ('timestep_detection') 91. " -#> [2] "... ... On internal time step ('timestep_archival') 1. " -#> [3] "... ... On internal time step ('timestep_archival') 2. " -#> [4] "... ... ... Acoustic container is expanding... " -#> [5] "... Movement over acoustic and internal ('archival') time steps has been completed. " -#> [6] "... flapper::.acs() call completed (@ 2022-06-17 09:53:16) after ~0.19 minutes. "
    ## Examine outputs -# Note that there are now four elements in archive, one for each chunk -# Likewise, there are four elements in ts_by_chunk, -# ... containing the movement time series for each chunk. -summary(out_acdc) -
    #> Length Class Mode -#> archive 2 -none- list -#> ts_by_chunk 2 -none- list -#> time 4 data.frame list -#> args 19 -none- list
    # Note that the last observation of each time series overlaps with the -# ... first observation for the next chunk, to prevent loss of information -lapply(out_acdc$ts_by_chunk, - function(chunk) chunk$acoustics[c(1, nrow(chunk$acoustics)), ]) -
    #> [[1]] -#> individual_id transmitter_id index timestamp receiver_id -#> 1 25 A69-1303-555 1 2016-03-17 01:50:00 26 -#> 92 25 A69-1303-555 138 2016-03-17 08:50:00 26 -#> receiver receiver_long receiver_lat receiver_depth dup split_permit -#> 1 VR2W-108163 -5.610733 56.37628 25 FALSE FALSE -#> 92 VR2W-108163 -5.610733 56.37628 25 FALSE TRUE -#> bin timestamp_num -#> 1 2016-03-17 01:00:00 1458179400 -#> 92 2016-03-17 05:00:00 1458204600 -#> -#> [[2]] -#> individual_id transmitter_id index timestamp receiver_id -#> 92 25 A69-1303-555 138 2016-03-17 08:50:00 26 -#> 102 25 A69-1303-555 154 2016-03-17 09:02:00 26 -#> receiver receiver_long receiver_lat receiver_depth dup split_permit -#> 92 VR2W-108163 -5.610733 56.37628 25 FALSE TRUE -#> 102 VR2W-108163 -5.610733 56.37628 25 FALSE FALSE -#> bin timestamp_num -#> 92 2016-03-17 05:00:00 1458204600 -#> 102 2016-03-17 09:00:00 1458205320 -#>
    -#### Example (5) Biologically meaningful chunks can be specified via -# .. the 'split' argument or by passing a list of acoustic time series -# .. already split by list of dataframes to 'acoustics' -## Using the split argument: -out_acdc <- acdc(acoustics = acc, - archival = arc, - bathy = dat_gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2), - con = tempdir(), - cl = parallel::makeCluster(2L), - split = "2 hours" - ) -
    #> flapper::acdc() called (@ 2022-06-17 09:53:16)...
    #> '/' added to the directory inputted to the argument 'con' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA').
    #> 'calc_depth_error' function taken to be independent of depth.
    #> 'acoustics' dataframe split into 3 chunks of ~1 (0--5) hours across 2 core(s).
    #> Chunk 1 : 171 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> Chunk 2 : 51 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> Chunk 3 : 210 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dot_acdc_log_3.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> flapper::acdc() finished (@ 2022-06-17 09:53:28)...
    ## Passing a list of dataframes -# This option can provide more flexibility than split. -# ... This example could also be used using split, as described above, -# ... but this is not the case for all time categories (e.g., seasons). -acc$chunk <- cut(acc$timestamp, "2 hours") -acc_ls <- split(acc, acc$chunk) -out_acdc <- acdc(acoustics = acc_ls, - archival = arc, - bathy = dat_gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2), - con = tempdir(), - cl = parallel::makeCluster(2L) - ) -
    #> flapper::acdc() called (@ 2022-06-17 09:53:28)...
    #> '/' added to the directory inputted to the argument 'con' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA').
    #> 'calc_depth_error' function taken to be independent of depth.
    #> Chunk 1 : 181 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> Chunk 2 : 156 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> Chunk 3 : 108 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> Chunk 4 : 204 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> Chunk 5 : 215 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dot_acdc_log_4.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dot_acdc_log_5.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> flapper::acdc() finished (@ 2022-06-17 09:53:38)...
    -#### Example (5) Implement the algorithm for multiple individuals -# ... To do this, it is necessary to apply the function iteratively -# ... to each individual. -# Pre-processing to define computation time -# ... E.g., careful definition of time series -if(flapper_run_slow){ - # Define cluster - cluster <- FALSE - if(cluster){ - cl <- parallel::makeCluster(2L) - parallel::clusterExport(cl = cl, varlist = c("acdc", - "dat_archival", - "dat_gebco", - "dat_containers" - )) - } else cl <- NULL - # Implement algorithm for each individual - acdc_out_by_id <- - pbapply::pblapply(split(dat_acoustics, dat_acoustics$individual_id), cl = cl, function(acc){ - # Define individual-specific folder in which to save function logs - dir_global <- paste0(tempdir(), "/") - dir_id <- paste0(dir_global, acc$individual_id[1], "/") - if(!dir.exists(dir_id)) dir.create(dir_id) - # Focus on a small sample of time series for speed - acc <- acc[1:3, ] - # Isolate archival data for individual - arc <- dat_archival[dat_archival$individual_id == acc$id[1], ] - # Implement algorithm - acdc_out <- acdc(acoustics = acc, - archival = dat_archival, - bathy = dat_gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2), - save_record_spatial = 1:10L, - con = dir_id - ) - # Include logs in output - acdc_log <- lapply(list.files(dir_id, full.names = TRUE), readLines) - # Simplify the results at this stage or outside of this loop - # ... using acdc_simplify() - # Return results for specified individual - out <- list(acdc_id = acc$individual_id[1], acdc_out = acdc_out, acdc_log = acdc_log) - return(out) - }) - if(!is.null(cl)) parallel::stopCluster(cl) - summary(acdc_out_by_id) -} -
    #> flapper::acdc() called (@ 2022-06-17 09:53:38)...
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/25/acdc_log.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> 'calc_depth_error' function taken to be independent of depth.
    #> archival$timestamp rounded to the nearest 120 second(s).
    #> Duplicate observations in 'archival' identified and dropped.
    #> Chunk 1 : 774 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> | | | 0% | |=================================== | 50% | |======================================================================| 100%
    #> flapper::acdc() finished (@ 2022-06-17 09:53:39)...
    #> flapper::acdc() called (@ 2022-06-17 09:53:39)...
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/28/acdc_log.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> 'calc_depth_error' function taken to be independent of depth.
    #> archival$timestamp rounded to the nearest 120 second(s).
    #> Duplicate observations in 'archival' identified and dropped.
    #> Chunk 1 : 7268 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> | | | 0% | |=================================== | 50% | |======================================================================| 100%
    #> flapper::acdc() finished (@ 2022-06-17 09:53:39)...
    #> flapper::acdc() called (@ 2022-06-17 09:53:39)...
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/35/acdc_log.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> 'calc_depth_error' function taken to be independent of depth.
    #> archival$timestamp rounded to the nearest 120 second(s).
    #> Duplicate observations in 'archival' identified and dropped.
    #> Chunk 1 : 1961 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    #> | | | 0% | |=================================== | 50% | |======================================================================| 100%
    #> flapper::acdc() finished (@ 2022-06-17 09:58:01)...
    #> Length Class Mode -#> 25 3 -none- list -#> 28 3 -none- list -#> 35 3 -none- list
    -#### Step (3) Simplify the function outputs -# This step aggregates information across chunks, which is necessary to -# ... plot information aggregated across all chunks (see below). +
    detection_kernels
    +

    A named list of detection probability kernels (see ac).

    -#### Step (4) Examine function outputs, e.g., via plotting -# See acdc_plot_record() and acdc_animate_record() to visualise the results -# ... (either for a specific chunk or aggregated across all chunks -# ... using acdc_simplify() as described above). -
    +
    detection_kernels_overlap
    +

    (optional) A named list of detection probability kernel overlaps (see ac).

    + + +
    detection_time_window
    +

    A number that defines the detection time window (see ac).

    + + +
    mobility
    +

    The mobility parameter (see ac).

    + + +
    calc_depth_error
    +

    A function that returns the depth errors around a vector of depths. The function should accept vector of depths (from archival$depth) and return a matrix, with one row for each (lower and upper) error and one one column for each depth (if the error varies with depth). For each depth, the two numbers are added to the observed depth to define the range of depths on the bathymetry raster (bathy) that the individual could plausibly have occupied at any time. Since the depth errors are added to the individual's depth, the first number should be negative (i.e., the individual could have been shallower that observed) and the second positive (i.e., the individual could have been deeper than observed). The appropriate form for calc_depth_error depends on the species (pelagic versus demersal/benthic species), the measurement error for the depth observations in archival and bathymetry (bathy) data, as well as the tidal range (m) across the area (over the duration of observations). For example, for a pelagic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, Inf) implies that the individual could have occupied bathymetric cells that are deeper than the observed depth + (-2.5) m and shallower than Inf m (i.e. the individual could have been in any location in which the depth was deeper than the shallow depth limit for the individual). In contrast, for a benthic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) implies that the individual could have occupied bathymetric cells whose depth lies within the interval defined by the observed depth + (-2.5) and + (+2.5) m.

    + + +
    normalise
    +

    A logical input that defines whether or not to normalise maps (see ac).

    + + +
    save_record_spatial
    +

    An integer of the spatial layers to save (see ac).

    + + +
    write_record_spatial_for_pf
    +

    A named list used to write time step-specific maps to file (see ac).

    + + +
    save_args
    +

    A logical input that defines whether or not to save the list of function inputs (see ac).

    + + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress (see ac).

    + + +
    con
    +

    If verbose = TRUE, con is character string defines how messages relaying function progress are returned (see ac).

    + + +
    progress
    +

    An integer controlling the progress bar (see ac).

    + + +
    split
    +

    A character string that defines the time unit used to split acoustic time series into chunks (see ac).

    + + +
    cl, varlist
    +

    (optional) Parallelisation options (see ac).

    + +
    +
    +

    Value

    + + +

    The function returns an acdc_archive-class object. If a connection to write files has also been specified, an overall log (acdc_log.txt) as well as chunk-specific logs from calls to .acs, if applicable, are written to file.

    +
    +
    +

    Details

    +

    The acoustic-container depth-contour (ACDC) algorithm is an approach which integrates acoustic detections and depth observations to infer the possible locations of tagged animals within an area over some time interval. The locational information provided by acoustic detections is represented by acoustic containers, which are areas around receivers that define where an individual could have been at each time point given the spatiotemporal pattern of detections at receivers, a model of detection probability and a movement parameter (see ac). The locational information provided by depth observations is represented by depth contours, which are areas that define where an individual could have been at each time point given its depth and the local bathymetry (see dc).

    +

    In outline, the crux of the approach is the recognition that acoustic detections typically occur irregularly, while archival observations occur at regular intervals. Each detection anchors our knowledge of the location of an individual around a particular receiver (assuming that all detections are true detections). As time passes between acoustic detections, our uncertainty about the geographical location of an individual expands around the receiver at which it was detected before shrinking towards the receiver at which it was next detected. (This is the AC algorithm.) During this time, regular depth observations restrict the number of possible locations in which the individual could have been located at each time step, assuming that the bathymetric landscape is non-homogeneous. This is true both for pelagic species, which must be in an area where the depth of the seabed is at least as deep as the observed depth, and for benthic/demersal species, which must be in an area where the depth of the seabed is relatively close to the observed depth. (This is the DC algorithm.) In reality, the timing of acoustic and archival observations may not align perfectly; this is currently resolved by rounding the acoustic time series to the temporal resolution of depth observations (see also ac). In this way, the ACDC algorithm moves over acoustic and archival time steps, summing the positions in which individuals could have been located based on these two sources of data, to generate a map of that shows expected time spent in different parts of the study area over the time interval under consideration.

    +
    +
    +

    See also

    +

    This function calls .acs_pl and .acs to implement the ACDC algorithm. The AC component can be implemented via ac and the DC component via dc. acs_setup_containers defines the detection containers required by this function. acs_setup_mobility is used to examine the assumption of the constant `mobility' parameter. acs_setup_detection_kernels produces detection probability kernels for incorporation into the function. acdc_simplify simplifies the outputs and acdc_plot_trace, acdc_plot_record and acdc_animate_record visualise the results. Particle filtering can be used to reconstruct movement paths.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Step (1) Implement setup_acdc_*() steps
    +# ... Define detection containers required for ACDC algorithm (see setup_acdc_containers())
    +
    +#### Step (2) Prepare movement time series for algorithm
    +# Focus on an example individual
    +id <- 25
    +acc <- dat_acoustics[dat_acoustics$individual_id == id, ]
    +arc <- dat_archival[dat_archival$individual_id == id, ]
    +# Focus on the subset of data for which we have both acoustic and archival detections
    +acc <- acc[acc$timestamp >= min(arc$timestamp) - 2*60 &
    +             acc$timestamp <= max(arc$timestamp) + 2*60, ]
    +arc <- arc[arc$timestamp >= min(acc$timestamp) - 2*60 &
    +             arc$timestamp <= max(acc$timestamp) + 2*60, ]
    +# We'll focus on a one day period with overlapping detection/depth time series for speed
    +end <- as.POSIXct("2016-03-18")
    +acc <- acc[acc$timestamp <= end, ]
    +arc <- arc[arc$timestamp <= end, ]
    +arc <- arc[arc$timestamp >= min(acc$timestamp) - 2*60 &
    +             arc$timestamp <= max(acc$timestamp) + 2*60, ]
    +# Process time series (if necessary)
    +# ... Observations should be processed to the nearest time step
    +# ... Duplicate detections should be dropped
    +
    +#### Example (1) Implement ACDC algorithm with default arguments
    +# This implements the algorithm on a single core, printing messages
    +# ... to the console to monitor function progress.
    +out_acdc <- acdc(acoustics = acc,
    +                 archival = arc,
    +                 bathy = dat_gebco,
    +                 detection_containers = dat_containers,
    +                 mobility = 200,
    +                 calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2)
    +                 )
    +#> flapper::acdc() called (@ 2023-02-19 14:45:30)...
    +#> flapper::.acs_pl() called (@ 2023-02-19 14:45:30)... 
    +#> ... Checking user inputs... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> ... Processing movement time series... 
    +#> ... Plotting movement time series (for each chunk)... 
    +#> ... Calling .acs() to implement ACDC algorithm on one chunk... 
    +#> flapper::.acs() called (@ 2023-02-19 14:45:30)... 
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   1%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   2%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   6%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====                                                                 |   7%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   9%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  10%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  11%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  12%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========                                                             |  13%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  14%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  15%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================                                                      |  23%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  24%... On acoustic time step ('timestep_detection') 25. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  25%... On acoustic time step ('timestep_detection') 26. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 27. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  27%... On acoustic time step ('timestep_detection') 28. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  28%... On acoustic time step ('timestep_detection') 29. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 30. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%... On acoustic time step ('timestep_detection') 31. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================                                                 |  31%... On acoustic time step ('timestep_detection') 32. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 33. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 34. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  34%... On acoustic time step ('timestep_detection') 35. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  35%... On acoustic time step ('timestep_detection') 36. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================                                             |  36%... On acoustic time step ('timestep_detection') 37. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 38. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 39. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%... On acoustic time step ('timestep_detection') 40. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  40%... On acoustic time step ('timestep_detection') 41. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  41%... On acoustic time step ('timestep_detection') 42. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 43. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%... On acoustic time step ('timestep_detection') 44. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================                                        |  44%... On acoustic time step ('timestep_detection') 45. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================                                       |  45%... On acoustic time step ('timestep_detection') 46. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 47. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 48. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%... On acoustic time step ('timestep_detection') 49. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================                                    |  49%... On acoustic time step ('timestep_detection') 50. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 51. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... On acoustic time step ('timestep_detection') 52. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%... On acoustic time step ('timestep_detection') 53. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%... On acoustic time step ('timestep_detection') 54. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 55. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 56. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |=======================================                               |  55%... On acoustic time step ('timestep_detection') 57. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%... On acoustic time step ('timestep_detection') 58. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================                              |  57%... On acoustic time step ('timestep_detection') 59. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 60. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  59%... On acoustic time step ('timestep_detection') 61. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  60%... On acoustic time step ('timestep_detection') 62. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================                           |  61%... On acoustic time step ('timestep_detection') 63. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 64. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 65. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================                         |  64%... On acoustic time step ('timestep_detection') 66. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%... On acoustic time step ('timestep_detection') 67. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%... On acoustic time step ('timestep_detection') 68. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 69. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 70. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%... On acoustic time step ('timestep_detection') 71. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================================                     |  70%... On acoustic time step ('timestep_detection') 72. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 73. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================                   |  72%... On acoustic time step ('timestep_detection') 74. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%... On acoustic time step ('timestep_detection') 75. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 76. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%... On acoustic time step ('timestep_detection') 77. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================================                 |  76%... On acoustic time step ('timestep_detection') 78. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================                |  77%... On acoustic time step ('timestep_detection') 79. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  78%... On acoustic time step ('timestep_detection') 80. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 81. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================================              |  80%... On acoustic time step ('timestep_detection') 82. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================================             |  81%... On acoustic time step ('timestep_detection') 83. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  82%... On acoustic time step ('timestep_detection') 84. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 85. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 86. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 11. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 12. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 13. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 14. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 15. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 16. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 17. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 18. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 19. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 20. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 21. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 22. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 23. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 24. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 25. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 26. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 27. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 28. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 29. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 30. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 31. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 32. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 33. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 34. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 35. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 36. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 37. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 38. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 39. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 40. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 41. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 42. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 43. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 44. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 45. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 46. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 47. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 48. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 49. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 50. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 51. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 52. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 53. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 54. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 55. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 56. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 57. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 58. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 59. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 60. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 61. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 62. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 63. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 64. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 65. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 66. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 67. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 68. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 69. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 70. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 71. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 72. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 73. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 74. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 75. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 76. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 77. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 78. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 79. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 80. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 81. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 82. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 83. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 84. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 85. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 86. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 87. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 88. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%... On acoustic time step ('timestep_detection') 87. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%... On acoustic time step ('timestep_detection') 88. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================================         |  87%... On acoustic time step ('timestep_detection') 89. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  88%... On acoustic time step ('timestep_detection') 90. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  89%... On acoustic time step ('timestep_detection') 91. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%... On acoustic time step ('timestep_detection') 92. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%... On acoustic time step ('timestep_detection') 93. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 94. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%... On acoustic time step ('timestep_detection') 95. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%... On acoustic time step ('timestep_detection') 96. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%... On acoustic time step ('timestep_detection') 97. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 98. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%... On acoustic time step ('timestep_detection') 99. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%... On acoustic time step ('timestep_detection') 100. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%... On acoustic time step ('timestep_detection') 101. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:45:37) after ~0.12 minutes. 
    +#> ... flapper::.acs_pl() call completed (@ 2023-02-19 14:45:37) after ~0.12 minutes. 
    +#> flapper::acdc() finished (@ 2023-02-19 14:45:37)...
    +# The function returns a list with four elements
    +# ... archive contains the results of the algorithm, implemented by the back-end
    +# ... function .acs(). The other elements provide the time series
    +# ... for each chunk, the time of the algorithm and a list of user inputs
    +summary(out_acdc)
    +#>             Length Class      Mode
    +#> archive      1     -none-     list
    +#> ts_by_chunk  1     -none-     list
    +#> time         4     data.frame list
    +#> args        19     -none-     list
    +
    +#### Example (2): Write messages to file to monitor function progress via 'con'
    +out_acdc <- acdc(acoustics = acc,
    +                 archival = arc,
    +                 bathy = dat_gebco,
    +                 detection_containers = dat_containers,
    +                 mobility = 200,
    +                 calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +                 con = tempdir()
    +                 )
    +#> flapper::acdc() called (@ 2023-02-19 14:45:37)...
    +#> '/' added to the directory inputted to the argument 'con' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226').
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/acdc_log.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |=================                                                     |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |===================                                                   |  28%
      |                                                                            
      |====================                                                  |  29%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |=====================                                                 |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |==========================                                            |  38%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |============================                                          |  41%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |==============================                                        |  44%
      |                                                                            
      |===============================                                       |  45%
      |                                                                            
      |================================                                      |  46%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  50%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=======================================                               |  55%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%
      |                                                                            
      |========================================                              |  57%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |==========================================                            |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |============================================                          |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |===================================================                   |  72%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |==========================================================            |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> flapper::acdc() finished (@ 2023-02-19 14:45:44)...
    +
    +acdc_log <- readLines(paste0(tempdir(), "/acdc_log.txt"))
    +utils::head(acdc_log, 10)
    +#>  [1] "flapper::.acs_pl() called (@ 2023-02-19 14:45:37)... "                                  
    +#>  [2] "... Checking user inputs... "                                                           
    +#>  [3] "... Processing movement time series... "                                                
    +#>  [4] "... Plotting movement time series (for each chunk)... "                                 
    +#>  [5] "... Calling .acs() to implement ACDC algorithm on one chunk... "                        
    +#>  [6] "flapper::.acs() called (@ 2023-02-19 14:45:37)... "                                     
    +#>  [7] "... Initiating algorithm: moving over acoustic and internal ('archival') time steps... "
    +#>  [8] "... On acoustic time step ('timestep_detection') 1. "                                   
    +#>  [9] "... ... On internal time step ('timestep_archival') 1. "                                
    +#> [10] "... On acoustic time step ('timestep_detection') 2. "                                   
    +file.remove(paste0(tempdir(), "/acdc_log.txt"))
    +#> [1] TRUE
    +
    +#### Example (3): Implement the algorithm and return spatial information
    +# Specify save_record_spatial = NULL to include spatial information for all time steps
    +# ... or a vector to include this information for specific time steps
    +out_acdc <- acdc(acoustics = acc,
    +                 archival = arc,
    +                 bathy = dat_gebco,
    +                 detection_containers = dat_containers,
    +                 mobility = 200,
    +                 calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +                 save_record_spatial = NULL
    +                 )
    +#> flapper::acdc() called (@ 2023-02-19 14:45:44)...
    +#> flapper::.acs_pl() called (@ 2023-02-19 14:45:44)... 
    +#> ... Checking user inputs... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> ... Processing movement time series... 
    +#> ... Plotting movement time series (for each chunk)... 
    +#> ... Calling .acs() to implement ACDC algorithm on one chunk... 
    +#> flapper::.acs() called (@ 2023-02-19 14:45:44)... 
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   1%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   2%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   6%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====                                                                 |   7%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   9%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  10%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  11%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  12%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========                                                             |  13%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  14%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  15%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================                                                      |  23%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  24%... On acoustic time step ('timestep_detection') 25. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  25%... On acoustic time step ('timestep_detection') 26. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 27. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  27%... On acoustic time step ('timestep_detection') 28. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  28%... On acoustic time step ('timestep_detection') 29. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 30. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%... On acoustic time step ('timestep_detection') 31. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================                                                 |  31%... On acoustic time step ('timestep_detection') 32. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 33. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 34. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  34%... On acoustic time step ('timestep_detection') 35. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  35%... On acoustic time step ('timestep_detection') 36. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================                                             |  36%... On acoustic time step ('timestep_detection') 37. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 38. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 39. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%... On acoustic time step ('timestep_detection') 40. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  40%... On acoustic time step ('timestep_detection') 41. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  41%... On acoustic time step ('timestep_detection') 42. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 43. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%... On acoustic time step ('timestep_detection') 44. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================                                        |  44%... On acoustic time step ('timestep_detection') 45. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================                                       |  45%... On acoustic time step ('timestep_detection') 46. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 47. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 48. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%... On acoustic time step ('timestep_detection') 49. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================                                    |  49%... On acoustic time step ('timestep_detection') 50. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 51. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... On acoustic time step ('timestep_detection') 52. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%... On acoustic time step ('timestep_detection') 53. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%... On acoustic time step ('timestep_detection') 54. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 55. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 56. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |=======================================                               |  55%... On acoustic time step ('timestep_detection') 57. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%... On acoustic time step ('timestep_detection') 58. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================                              |  57%... On acoustic time step ('timestep_detection') 59. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 60. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  59%... On acoustic time step ('timestep_detection') 61. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  60%... On acoustic time step ('timestep_detection') 62. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================                           |  61%... On acoustic time step ('timestep_detection') 63. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 64. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 65. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================                         |  64%... On acoustic time step ('timestep_detection') 66. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%... On acoustic time step ('timestep_detection') 67. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%... On acoustic time step ('timestep_detection') 68. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 69. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 70. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%... On acoustic time step ('timestep_detection') 71. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================================                     |  70%... On acoustic time step ('timestep_detection') 72. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 73. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================                   |  72%... On acoustic time step ('timestep_detection') 74. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%... On acoustic time step ('timestep_detection') 75. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 76. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%... On acoustic time step ('timestep_detection') 77. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================================                 |  76%... On acoustic time step ('timestep_detection') 78. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================                |  77%... On acoustic time step ('timestep_detection') 79. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  78%... On acoustic time step ('timestep_detection') 80. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 81. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================================              |  80%... On acoustic time step ('timestep_detection') 82. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================================             |  81%... On acoustic time step ('timestep_detection') 83. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  82%... On acoustic time step ('timestep_detection') 84. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 85. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 86. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 11. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 12. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 13. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 14. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 15. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 16. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 17. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 18. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 19. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 20. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 21. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 22. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 23. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 24. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 25. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 26. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 27. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 28. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 29. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 30. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 31. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 32. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 33. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 34. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 35. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 36. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 37. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 38. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 39. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 40. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 41. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 42. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 43. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 44. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 45. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 46. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 47. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 48. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 49. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 50. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 51. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 52. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 53. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 54. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 55. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 56. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 57. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 58. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 59. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 60. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 61. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 62. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 63. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 64. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 65. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 66. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 67. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 68. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 69. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 70. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 71. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 72. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 73. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 74. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 75. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 76. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 77. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 78. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 79. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 80. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 81. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 82. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 83. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 84. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 85. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 86. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 87. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 88. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%... On acoustic time step ('timestep_detection') 87. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%... On acoustic time step ('timestep_detection') 88. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================================         |  87%... On acoustic time step ('timestep_detection') 89. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  88%... On acoustic time step ('timestep_detection') 90. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  89%... On acoustic time step ('timestep_detection') 91. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%... On acoustic time step ('timestep_detection') 92. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%... On acoustic time step ('timestep_detection') 93. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 94. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%... On acoustic time step ('timestep_detection') 95. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%... On acoustic time step ('timestep_detection') 96. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%... On acoustic time step ('timestep_detection') 97. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 98. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%... On acoustic time step ('timestep_detection') 99. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%... On acoustic time step ('timestep_detection') 100. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%... On acoustic time step ('timestep_detection') 101. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:45:52) after ~0.13 minutes. 
    +#> ... flapper::.acs_pl() call completed (@ 2023-02-19 14:45:52) after ~0.13 minutes. 
    +#> flapper::acdc() finished (@ 2023-02-19 14:45:52)...
    +
    +#### Example (4): Implement the algorithm in parallel e.g. by supplying a cluster
    +# If verbose = TRUE (the default), it is necessary to specify a directory
    +# ... into which dot_acdc_log_*.txt files are saved (i.e., messages
    +# ... cannot be written to the console in parallel)
    +out_acdc <- acdc(acoustics = acc,
    +                 archival = arc,
    +                 bathy = dat_gebco,
    +                 detection_containers = dat_containers,
    +                 mobility = 200,
    +                 calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +                 con = tempdir(),
    +                 cl = parallel::makeCluster(2L)
    +                 )
    +#> flapper::acdc() called (@ 2023-02-19 14:45:52)...
    +#> '/' added to the directory inputted to the argument 'con' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226').
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/acdc_log.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 'acoustics' dataframe split into 2 chunks of ~4 (0--7) hours across 2 core(s).
    +#> Chunk 1 : 6 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> Chunk 2 : 210 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dot_acdc_log_1.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dot_acdc_log_2.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> flapper::acdc() finished (@ 2023-02-19 14:46:06)...
    +
    +## Check logs
    +list.files(tempdir())
    +#> [1] "acdc_log.txt"       "dot_acdc_log_1.txt" "dot_acdc_log_2.txt"
    +#> [4] "downlit"            "file77b31494a445"   "file77b3284fa5e6"  
    +#> [7] "file77b331894d7a"  
    +# "acdc_log.txt" contains the log for the overall function
    +acdc_log <- readLines(paste0(tempdir(), "/acdc_log.txt"))
    +head(acdc_log, 20)
    +#>  [1] "flapper::.acs_pl() called (@ 2023-02-19 14:45:52)... "                                                                                                      
    +#>  [2] "... Checking user inputs... "                                                                                                                               
    +#>  [3] "... Splitting 'acoustics' into chunks... "                                                                                                                  
    +#>  [4] "... Processing acoustics chunks... "                                                                                                                        
    +#>  [5] "... ... Checking for NULL/empty chunks... "                                                                                                                 
    +#>  [6] "... ... Overlapping chunks... "                                                                                                                             
    +#>  [7] "... Processing movement time series... "                                                                                                                    
    +#>  [8] "... ... Chunk 1 : 6 archival observation(s) beyond the ranges of (processed) acoustic detections ignored. "                                                 
    +#>  [9] "... ... Chunk 2 : 210 archival observation(s) beyond the ranges of (processed) acoustic detections ignored. "                                               
    +#> [10] "... Plotting movement time series (for each chunk)... "                                                                                                     
    +#> [11] "... Defining chunk-specific log files as dot_acdc_log_1.txt, dot_acdc_log_2.txt etc... "                                                                    
    +#> [12] "... ... /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dot_acdc_log_1.txt does not exist: attempting to write file in specified directory... "
    +#> [13] "... ... ... Blank file successfully written to file. "                                                                                                      
    +#> [14] "... ... /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dot_acdc_log_2.txt does not exist: attempting to write file in specified directory... "
    +#> [15] "... ... ... Blank file successfully written to file. "                                                                                                      
    +#> [16] "... Calling .acs() to implement ACDC algorithm on 2 chunks, using 2 cores... "                                                                              
    +#> [17] "... flapper::.acs_pl() call completed (@ 2023-02-19 14:46:06) after ~0.22 minutes. "                                                                        
    +# "acdc_log_1.txt", "acdc_log_2.txt" etc contain chunk-specific logs
    +acdc_log_1 <- readLines(paste0(tempdir(), "/dot_acdc_log_1.txt"))
    +utils::head(acdc_log_1)
    +#> [1] "flapper::.acs() called (@ 2023-02-19 14:45:54)... "                                     
    +#> [2] "... Initiating algorithm: moving over acoustic and internal ('archival') time steps... "
    +#> [3] "... On acoustic time step ('timestep_detection') 1. "                                   
    +#> [4] "... ... On internal time step ('timestep_archival') 1. "                                
    +#> [5] "... On acoustic time step ('timestep_detection') 2. "                                   
    +#> [6] "... ... On internal time step ('timestep_archival') 1. "                                
    +utils::tail(acdc_log_1)
    +#> [1] "... On acoustic time step ('timestep_detection') 91. "                               
    +#> [2] "... ... On internal time step ('timestep_archival') 1. "                             
    +#> [3] "... ... On internal time step ('timestep_archival') 2. "                             
    +#> [4] "... ... ... Acoustic container is expanding... "                                     
    +#> [5] "... Movement over acoustic and internal ('archival') time steps has been completed. "
    +#> [6] "... flapper::.acs() call completed (@ 2023-02-19 14:46:05) after ~0.19 minutes. "    
    +## Examine outputs
    +# Note that there are now four elements in archive, one for each chunk
    +# Likewise, there are four elements in ts_by_chunk,
    +# ... containing the movement time series for each chunk.
    +summary(out_acdc)
    +#>             Length Class      Mode
    +#> archive      2     -none-     list
    +#> ts_by_chunk  2     -none-     list
    +#> time         4     data.frame list
    +#> args        19     -none-     list
    +# Note that the last observation of each time series overlaps with the
    +# ... first observation for the next chunk, to prevent loss of information
    +lapply(out_acdc$ts_by_chunk,
    +  function(chunk) chunk$acoustics[c(1, nrow(chunk$acoustics)), ])
    +#> [[1]]
    +#>    individual_id transmitter_id index           timestamp receiver_id
    +#> 1             25   A69-1303-555     1 2016-03-17 01:50:00          26
    +#> 92            25   A69-1303-555   138 2016-03-17 08:50:00          26
    +#>       receiver receiver_long receiver_lat receiver_depth   dup split_permit
    +#> 1  VR2W-108163     -5.610733     56.37628             25 FALSE        FALSE
    +#> 92 VR2W-108163     -5.610733     56.37628             25 FALSE         TRUE
    +#>                    bin timestamp_num
    +#> 1  2016-03-17 01:00:00    1458179400
    +#> 92 2016-03-17 05:00:00    1458204600
    +#> 
    +#> [[2]]
    +#>     individual_id transmitter_id index           timestamp receiver_id
    +#> 92             25   A69-1303-555   138 2016-03-17 08:50:00          26
    +#> 102            25   A69-1303-555   154 2016-03-17 09:02:00          26
    +#>        receiver receiver_long receiver_lat receiver_depth   dup split_permit
    +#> 92  VR2W-108163     -5.610733     56.37628             25 FALSE         TRUE
    +#> 102 VR2W-108163     -5.610733     56.37628             25 FALSE        FALSE
    +#>                     bin timestamp_num
    +#> 92  2016-03-17 05:00:00    1458204600
    +#> 102 2016-03-17 09:00:00    1458205320
    +#> 
    +
    +#### Example (5) Biologically meaningful chunks can be specified via
    +# .. the 'split' argument or by passing a list of acoustic time series
    +# .. already split by list of dataframes to 'acoustics'
    +## Using the split argument:
    +out_acdc <- acdc(acoustics = acc,
    +                 archival = arc,
    +                 bathy = dat_gebco,
    +                 detection_containers = dat_containers,
    +                 mobility = 200,
    +                 calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +                 con = tempdir(),
    +                 cl = parallel::makeCluster(2L),
    +                 split = "2 hours"
    +                 )
    +#> flapper::acdc() called (@ 2023-02-19 14:46:06)...
    +#> '/' added to the directory inputted to the argument 'con' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226').
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 'acoustics' dataframe split into 3 chunks of ~1 (0--5) hours across 2 core(s).
    +#> Chunk 1 : 171 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> Chunk 2 : 51 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> Chunk 3 : 210 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dot_acdc_log_3.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> flapper::acdc() finished (@ 2023-02-19 14:46:19)...
    +
    +## Passing a list of dataframes
    +# This option can provide more flexibility than split.
    +# ... This example could also be used using split, as described above,
    +# ... but this is not the case for all time categories (e.g., seasons).
    +acc$chunk <- cut(acc$timestamp, "2 hours")
    +acc_ls    <- split(acc, acc$chunk)
    +out_acdc  <- acdc(acoustics = acc_ls,
    +                  archival = arc,
    +                  bathy = dat_gebco,
    +                  detection_containers = dat_containers,
    +                  mobility = 200,
    +                  calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +                  con = tempdir(),
    +                  cl = parallel::makeCluster(2L)
    +                  )
    +#> flapper::acdc() called (@ 2023-02-19 14:46:19)...
    +#> '/' added to the directory inputted to the argument 'con' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226').
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> Chunk 1 : 181 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> Chunk 2 : 156 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> Chunk 3 : 108 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> Chunk 4 : 204 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> Chunk 5 : 215 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dot_acdc_log_4.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dot_acdc_log_5.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> flapper::acdc() finished (@ 2023-02-19 14:46:30)...
    +
    +
    +#### Example (5) Implement the algorithm for multiple individuals
    +# ... To do this, it is necessary to apply the function iteratively
    +# ... to each individual.
    +# Pre-processing to define computation time
    +# ... E.g., careful definition of time series
    +if(flapper_run_slow){
    +  # Define cluster
    +  cluster <- FALSE
    +  if(cluster){
    +    cl <- parallel::makeCluster(2L)
    +    parallel::clusterExport(cl = cl, varlist = c("acdc",
    +                                                 "dat_archival",
    +                                                 "dat_gebco",
    +                                                 "dat_containers"
    +                                                  ))
    +  } else cl <- NULL
    +  # Implement algorithm for each individual
    +  acdc_out_by_id <-
    +    pbapply::pblapply(split(dat_acoustics, dat_acoustics$individual_id), cl = cl, function(acc){
    +      # Define individual-specific folder in which to save function logs
    +      dir_global <- paste0(tempdir(), "/")
    +      dir_id     <- paste0(dir_global, acc$individual_id[1], "/")
    +      if(!dir.exists(dir_id)) dir.create(dir_id)
    +      # Focus on a small sample of time series for speed
    +      acc <- acc[1:3, ]
    +      # Isolate archival data for individual
    +      arc <- dat_archival[dat_archival$individual_id == acc$id[1], ]
    +      # Implement algorithm
    +      acdc_out <- acdc(acoustics = acc,
    +                       archival = dat_archival,
    +                       bathy = dat_gebco,
    +                       detection_containers = dat_containers,
    +                       mobility = 200,
    +                       calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +                       save_record_spatial = 1:10L,
    +                       con = dir_id
    +                       )
    +      # Include logs in output
    +      acdc_log <- lapply(list.files(dir_id, full.names = TRUE), readLines)
    +      # Simplify the results at this stage or outside of this loop
    +      # ... using acdc_simplify()
    +      # Return results for specified individual
    +      out <- list(acdc_id = acc$individual_id[1], acdc_out = acdc_out, acdc_log = acdc_log)
    +      return(out)
    +    })
    +  if(!is.null(cl)) parallel::stopCluster(cl)
    +  summary(acdc_out_by_id)
    +}
    +#> flapper::acdc() called (@ 2023-02-19 14:46:30)...
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/25/acdc_log.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> archival$timestamp rounded to the nearest 120 second(s).
    +#> Duplicate observations in 'archival' identified and dropped.
    +#> Chunk 1 : 774 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |======================================================================| 100%
    +#> flapper::acdc() finished (@ 2023-02-19 14:46:30)...
    +#> flapper::acdc() called (@ 2023-02-19 14:46:30)...
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/28/acdc_log.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> archival$timestamp rounded to the nearest 120 second(s).
    +#> Duplicate observations in 'archival' identified and dropped.
    +#> Chunk 1 : 7268 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |======================================================================| 100%
    +#> flapper::acdc() finished (@ 2023-02-19 14:46:30)...
    +#> flapper::acdc() called (@ 2023-02-19 14:46:30)...
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/35/acdc_log.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> archival$timestamp rounded to the nearest 120 second(s).
    +#> Duplicate observations in 'archival' identified and dropped.
    +#> Chunk 1 : 1961 archival observation(s) beyond the ranges of (processed) acoustic detections ignored.
    +
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |===================================                                   |  50%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> flapper::acdc() finished (@ 2023-02-19 14:51:18)...
    +
    +#>    Length Class  Mode
    +#> 25 3      -none- list
    +#> 28 3      -none- list
    +#> 35 3      -none- list
    +
    +#### Step (3) Simplify the function outputs
    +# This step aggregates information across chunks, which is necessary to
    +# ... plot information aggregated across all chunks (see below).
    +
    +#### Step (4) Examine function outputs, e.g., via plotting
    +# See acdc_plot_record() and acdc_animate_record() to visualise the results
    +# ... (either for a specific chunk or aggregated across all chunks
    +# ... using acdc_simplify() as described above).
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acdc_access.html b/docs/reference/acdc_access.html index 8f1c367..3c8f0fa 100644 --- a/docs/reference/acdc_access.html +++ b/docs/reference/acdc_access.html @@ -1,67 +1,12 @@ - - - - - - - -Short-cuts to elements of an "acdc_record" object — acdc_access • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Short-cuts to elements of an "acdc_record" object — acdc_access • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    These functions provide short-cuts to elements of an acdc_record-class object.

    +

    These functions provide short-cuts to elements of an acdc_record-class object.

    -
    acdc_access_dat(record)
    +    
    +
    acdc_access_dat(record)
    +
    +acdc_access_timesteps(record)
    +
    +acdc_access_maps(
    +  record,
    +  type = c("map_timestep", "map_cumulative"),
    +  select = NULL
    +)
    +
    + +
    +

    Arguments

    +
    record
    +

    An acdc_record-class object.

    -acdc_access_timesteps(record) -acdc_access_maps( - record, - type = c("map_timestep", "map_cumulative"), - select = NULL -)
    +
    type
    +

    For acdc_access_maps, type is a character that specifies whether or not to access time step-specific maps (type = "map_timestep") or cumulative maps (type = "map_cumulative").

    -

    Arguments

    - - - - - - - - - - - - - - -
    record

    An acdc_record-class object.

    type

    For acdc_access_maps, type is a character that specifies whether or not to access time step-specific maps (type = "map_timestep") or cumulative maps (type = "map_cumulative").

    select

    (optional) For acdc_access_maps, select is an integer vector that defines the cumulative time steps (i.e., accounting for both primary (acoustic) and secondary (archival) time steps) for which maps are required.

    -

    Value

    +
    select
    +

    (optional) For acdc_access_maps, select is an integer vector that defines the cumulative time steps (i.e., accounting for both primary (acoustic) and secondary (archival) time steps) for which maps are required.

    +
    +
    +

    Value

    -
      -
    • acdc_access_dat returns a single dataframe for all time steps.

    • + +
      • acdc_access_dat returns a single dataframe for all time steps.

      • acdc_access_timesteps returns an integer that defines the total number of time steps.

      • acdc_access_maps returns a single list of time-step specific or cumulative maps for specified or all time steps.

      • -
      - -

      Details

      - +
    +
    +

    Details

    -
      -
    • acdc_access_dat accesses the record$dat elements of an acdc_record-class object for all time steps.

    • -
    • acdc_access_timesteps accesses the total number of time steps stored in an acdc_record-class object, accounting for both primary (acoustic) and secondary (archival) time steps.

    • -
    • acdc_access_maps accesses all, or specified, maps from the record$spatial elements of an acdc_record-class object.

    • -
    - -

    Author

    - +
    • acdc_access_dat accesses the record$dat elements of an acdc_record-class object for all time steps.

    • +
    • acdc_access_timesteps accesses the total number of time steps stored in an acdc_record-class object, accounting for both primary (acoustic) and secondary (archival) time steps.

    • +
    • acdc_access_maps accesses all, or specified, maps from the record$spatial elements of an acdc_record-class object.

    • +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): acdc_access_dat() -acdc_access_dat(acdc_simplify(dat_acdc)) -
    #> acdc_simplify() implemented for type = 'acs'.
    #> timestep_cumulative timestep_detection timestep_archival receiver_1_id -#> 1 1 1 1 26 -#> 2 2 2 1 26 -#> 3 3 3 1 26 -#> 4 4 3 2 26 -#> 5 5 4 1 26 -#> 6 6 5 1 26 -#> 7 7 5 2 26 -#> 8 8 6 1 26 -#> 9 9 7 1 26 -#> 10 10 8 1 26 -#> 11 11 9 1 26 -#> 12 12 10 1 26 -#> 13 13 11 1 26 -#> 14 14 12 1 26 -#> 15 15 13 1 26 -#> 16 16 14 1 26 -#> 17 17 15 1 26 -#> 18 18 16 1 26 -#> 19 19 16 2 26 -#> 20 20 16 3 26 -#> 21 21 17 1 26 -#> 22 22 18 1 26 -#> 23 23 18 2 26 -#> 24 24 18 3 26 -#> 25 25 18 4 26 -#> 26 26 18 5 26 -#> 27 27 18 6 26 -#> 28 28 18 7 26 -#> 29 29 18 8 26 -#> 30 30 18 9 26 -#> 31 31 18 10 26 -#> 32 32 19 1 21 -#> 33 33 20 1 26 -#> 34 34 21 1 26 -#> 35 35 22 1 21 -#> 36 36 23 1 21 -#> 37 37 24 1 21 -#> 38 38 25 1 21 -#> 39 39 26 1 21 -#> 40 40 27 1 21 -#> 41 41 28 1 21 -#> 42 42 29 1 21 -#> 43 43 30 1 21 -#> 44 44 30 2 21 -#> 45 45 31 1 21 -#> 46 46 32 1 21 -#> 47 47 33 1 21 -#> 48 48 34 1 21 -#> 49 49 35 1 21 -#> 50 50 36 1 21 -#> 51 51 37 1 21 -#> 52 52 38 1 21 -#> 53 53 39 1 21 -#> 54 54 39 2 21 -#> 55 55 40 1 21 -#> 56 56 41 1 21 -#> 57 57 42 1 21 -#> 58 58 43 1 26 -#> 59 59 44 1 26 -#> 60 60 45 1 26 -#> 61 61 46 1 26 -#> 62 62 47 1 26 -#> 63 63 47 2 26 -#> 64 64 48 1 26 -#> 65 65 48 2 26 -#> 66 66 48 3 26 -#> 67 67 48 4 26 -#> 68 68 48 5 26 -#> 69 69 49 1 26 -#> 70 70 50 1 26 -#> 71 71 51 1 26 -#> 72 72 52 1 21 -#> 73 73 52 2 21 -#> 74 74 53 1 21 -#> 75 75 53 2 21 -#> 76 76 53 3 21 -#> 77 77 53 4 21 -#> 78 78 53 5 21 -#> 79 79 53 6 21 -#> 80 80 53 7 21 -#> 81 81 53 8 21 -#> 82 82 53 9 21 -#> 83 83 53 10 21 -#> 84 84 54 1 26 -#> 85 85 55 1 26 -#> 86 86 55 2 26 -#> 87 87 56 1 26 -#> 88 88 56 2 26 -#> 89 89 56 3 26 -#> 90 90 57 1 26 -#> 91 91 57 2 26 -#> 92 92 58 1 26 -#> 93 93 59 1 26 -#> 94 94 59 2 26 -#> 95 95 60 1 26 -#> 96 96 61 1 26 -#> 97 97 62 1 26 -#> 98 98 63 1 26 -#> 99 99 64 1 26 -#> 100 100 65 1 26 -#> 101 101 66 1 26 -#> 102 102 67 1 31 -#> 103 103 68 1 26 -#> 104 104 69 1 31 -#> 105 105 70 1 26 -#> 106 106 71 1 26 -#> 107 107 72 1 26 -#> 108 108 73 1 26 -#> 109 109 74 1 26 -#> 110 110 75 1 31 -#> 111 111 76 1 26 -#> 112 112 77 1 26 -#> 113 113 78 1 26 -#> 114 114 79 1 26 -#> 115 115 80 1 26 -#> 116 116 81 1 26 -#> 117 117 82 1 26 -#> 118 118 83 1 26 -#> 119 119 84 1 26 -#> 120 120 85 1 26 -#> 121 121 86 1 26 -#> 122 122 86 2 26 -#> 123 123 86 3 26 -#> 124 124 86 4 26 -#> 125 125 86 5 26 -#> 126 126 86 6 26 -#> 127 127 86 7 26 -#> 128 128 86 8 26 -#> 129 129 86 9 26 -#> 130 130 86 10 26 -#> 131 131 86 11 26 -#> 132 132 86 12 26 -#> 133 133 86 13 26 -#> 134 134 86 14 26 -#> 135 135 86 15 26 -#> 136 136 86 16 26 -#> 137 137 86 17 26 -#> 138 138 86 18 26 -#> 139 139 86 19 26 -#> 140 140 86 20 26 -#> 141 141 86 21 26 -#> 142 142 86 22 26 -#> 143 143 86 23 26 -#> 144 144 86 24 26 -#> 145 145 86 25 26 -#> 146 146 86 26 26 -#> 147 147 86 27 26 -#> 148 148 86 28 26 -#> 149 149 86 29 26 -#> 150 150 86 30 26 -#> 151 151 86 31 26 -#> 152 152 86 32 26 -#> 153 153 86 33 26 -#> 154 154 86 34 26 -#> 155 155 86 35 26 -#> 156 156 86 36 26 -#> 157 157 86 37 26 -#> 158 158 86 38 26 -#> 159 159 86 39 26 -#> 160 160 86 40 26 -#> 161 161 86 41 26 -#> 162 162 86 42 26 -#> 163 163 86 43 26 -#> 164 164 86 44 26 -#> 165 165 86 45 26 -#> 166 166 86 46 26 -#> 167 167 86 47 26 -#> 168 168 86 48 26 -#> 169 169 86 49 26 -#> 170 170 86 50 26 -#> 171 171 86 51 26 -#> 172 172 86 52 26 -#> 173 173 86 53 26 -#> 174 174 86 54 26 -#> 175 175 86 55 26 -#> 176 176 86 56 26 -#> 177 177 86 57 26 -#> 178 178 86 58 26 -#> 179 179 86 59 26 -#> 180 180 86 60 26 -#> 181 181 86 61 26 -#> 182 182 86 62 26 -#> 183 183 86 63 26 -#> 184 184 86 64 26 -#> 185 185 86 65 26 -#> 186 186 86 66 26 -#> 187 187 86 67 26 -#> 188 188 86 68 26 -#> 189 189 86 69 26 -#> 190 190 86 70 26 -#> 191 191 86 71 26 -#> 192 192 86 72 26 -#> 193 193 86 73 26 -#> 194 194 86 74 26 -#> 195 195 86 75 26 -#> 196 196 86 76 26 -#> 197 197 86 77 26 -#> 198 198 86 78 26 -#> 199 199 86 79 26 -#> 200 200 86 80 26 -#> 201 201 86 81 26 -#> 202 202 86 82 26 -#> 203 203 86 83 26 -#> 204 204 86 84 26 -#> 205 205 86 85 26 -#> 206 206 86 86 26 -#> 207 207 86 87 26 -#> 208 208 86 88 26 -#> 209 209 87 1 26 -#> 210 210 87 2 26 -#> 211 211 88 1 26 -#> 212 212 89 1 26 -#> 213 213 90 1 26 -#> 214 214 91 1 26 -#> 215 215 91 2 26 -#> 216 216 92 1 26 -#> 217 217 93 1 31 -#> 218 218 94 1 26 -#> 219 219 95 1 31 -#> 220 220 96 1 31 -#> 221 221 97 1 26 -#> 222 222 97 2 26 -#> 223 223 98 1 31 -#> 224 224 99 1 26 -#> 225 225 100 1 26 -#> 226 226 101 1 31 -#> receiver_2_id receiver_1_timestamp receiver_2_timestamp time_btw_dets -#> 1 26 2016-03-17 01:50:00 2016-03-17 01:52:00 120 -#> 2 26 2016-03-17 01:52:00 2016-03-17 01:54:00 120 -#> 3 26 2016-03-17 01:54:00 2016-03-17 01:58:00 240 -#> 4 26 2016-03-17 01:54:00 2016-03-17 01:58:00 240 -#> 5 26 2016-03-17 01:58:00 2016-03-17 02:00:00 120 -#> 6 26 2016-03-17 02:00:00 2016-03-17 02:04:00 240 -#> 7 26 2016-03-17 02:00:00 2016-03-17 02:04:00 240 -#> 8 26 2016-03-17 02:04:00 2016-03-17 02:06:00 120 -#> 9 26 2016-03-17 02:06:00 2016-03-17 02:08:00 120 -#> 10 26 2016-03-17 02:08:00 2016-03-17 02:10:00 120 -#> 11 26 2016-03-17 02:10:00 2016-03-17 02:12:00 120 -#> 12 26 2016-03-17 02:12:00 2016-03-17 02:14:00 120 -#> 13 26 2016-03-17 02:14:00 2016-03-17 02:16:00 120 -#> 14 26 2016-03-17 02:16:00 2016-03-17 02:18:00 120 -#> 15 26 2016-03-17 02:18:00 2016-03-17 02:20:00 120 -#> 16 26 2016-03-17 02:20:00 2016-03-17 02:22:00 120 -#> 17 26 2016-03-17 02:22:00 2016-03-17 02:24:00 120 -#> 18 26 2016-03-17 02:24:00 2016-03-17 02:30:00 360 -#> 19 26 2016-03-17 02:24:00 2016-03-17 02:30:00 360 -#> 20 26 2016-03-17 02:24:00 2016-03-17 02:30:00 360 -#> 21 26 2016-03-17 02:30:00 2016-03-17 02:32:00 120 -#> 22 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 23 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 24 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 25 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 26 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 27 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 28 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 29 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 30 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 31 21 2016-03-17 02:32:00 2016-03-17 02:52:00 1200 -#> 32 26 2016-03-17 02:52:00 2016-03-17 02:54:00 120 -#> 33 26 2016-03-17 02:54:00 2016-03-17 02:56:00 120 -#> 34 21 2016-03-17 02:56:00 2016-03-17 02:56:00 0 -#> 35 21 2016-03-17 02:56:00 2016-03-17 02:58:00 120 -#> 36 21 2016-03-17 02:58:00 2016-03-17 03:00:00 120 -#> 37 21 2016-03-17 03:00:00 2016-03-17 03:02:00 120 -#> 38 21 2016-03-17 03:02:00 2016-03-17 03:04:00 120 -#> 39 21 2016-03-17 03:04:00 2016-03-17 03:06:00 120 -#> 40 21 2016-03-17 03:06:00 2016-03-17 03:08:00 120 -#> 41 21 2016-03-17 03:08:00 2016-03-17 03:10:00 120 -#> 42 21 2016-03-17 03:10:00 2016-03-17 03:12:00 120 -#> 43 21 2016-03-17 03:12:00 2016-03-17 03:16:00 240 -#> 44 21 2016-03-17 03:12:00 2016-03-17 03:16:00 240 -#> 45 21 2016-03-17 03:16:00 2016-03-17 03:18:00 120 -#> 46 21 2016-03-17 03:18:00 2016-03-17 03:20:00 120 -#> 47 21 2016-03-17 03:20:00 2016-03-17 03:22:00 120 -#> 48 21 2016-03-17 03:22:00 2016-03-17 03:24:00 120 -#> 49 21 2016-03-17 03:24:00 2016-03-17 03:26:00 120 -#> 50 21 2016-03-17 03:26:00 2016-03-17 03:28:00 120 -#> 51 21 2016-03-17 03:28:00 2016-03-17 03:30:00 120 -#> 52 21 2016-03-17 03:30:00 2016-03-17 03:32:00 120 -#> 53 21 2016-03-17 03:32:00 2016-03-17 03:36:00 240 -#> 54 21 2016-03-17 03:32:00 2016-03-17 03:36:00 240 -#> 55 21 2016-03-17 03:36:00 2016-03-17 03:38:00 120 -#> 56 21 2016-03-17 03:38:00 2016-03-17 03:40:00 120 -#> 57 26 2016-03-17 03:40:00 2016-03-17 03:42:00 120 -#> 58 26 2016-03-17 03:42:00 2016-03-17 03:44:00 120 -#> 59 26 2016-03-17 03:44:00 2016-03-17 03:46:00 120 -#> 60 26 2016-03-17 03:46:00 2016-03-17 03:48:00 120 -#> 61 26 2016-03-17 03:48:00 2016-03-17 03:50:00 120 -#> 62 26 2016-03-17 03:50:00 2016-03-17 03:54:00 240 -#> 63 26 2016-03-17 03:50:00 2016-03-17 03:54:00 240 -#> 64 26 2016-03-17 03:54:00 2016-03-17 04:04:00 600 -#> 65 26 2016-03-17 03:54:00 2016-03-17 04:04:00 600 -#> 66 26 2016-03-17 03:54:00 2016-03-17 04:04:00 600 -#> 67 26 2016-03-17 03:54:00 2016-03-17 04:04:00 600 -#> 68 26 2016-03-17 03:54:00 2016-03-17 04:04:00 600 -#> 69 26 2016-03-17 04:04:00 2016-03-17 04:06:00 120 -#> 70 26 2016-03-17 04:06:00 2016-03-17 04:08:00 120 -#> 71 21 2016-03-17 04:08:00 2016-03-17 04:08:00 0 -#> 72 21 2016-03-17 04:08:00 2016-03-17 04:12:00 240 -#> 73 21 2016-03-17 04:08:00 2016-03-17 04:12:00 240 -#> 74 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 75 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 76 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 77 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 78 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 79 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 80 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 81 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 82 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 83 26 2016-03-17 04:12:00 2016-03-17 04:32:00 1200 -#> 84 26 2016-03-17 04:32:00 2016-03-17 04:34:00 120 -#> 85 26 2016-03-17 04:34:00 2016-03-17 04:38:00 240 -#> 86 26 2016-03-17 04:34:00 2016-03-17 04:38:00 240 -#> 87 26 2016-03-17 04:38:00 2016-03-17 04:44:00 360 -#> 88 26 2016-03-17 04:38:00 2016-03-17 04:44:00 360 -#> 89 26 2016-03-17 04:38:00 2016-03-17 04:44:00 360 -#> 90 26 2016-03-17 04:44:00 2016-03-17 04:48:00 240 -#> 91 26 2016-03-17 04:44:00 2016-03-17 04:48:00 240 -#> 92 26 2016-03-17 04:48:00 2016-03-17 04:50:00 120 -#> 93 26 2016-03-17 04:50:00 2016-03-17 04:54:00 240 -#> 94 26 2016-03-17 04:50:00 2016-03-17 04:54:00 240 -#> 95 26 2016-03-17 04:54:00 2016-03-17 04:56:00 120 -#> 96 26 2016-03-17 04:56:00 2016-03-17 04:58:00 120 -#> 97 26 2016-03-17 04:58:00 2016-03-17 05:00:00 120 -#> 98 26 2016-03-17 05:00:00 2016-03-17 05:02:00 120 -#> 99 26 2016-03-17 05:02:00 2016-03-17 05:04:00 120 -#> 100 26 2016-03-17 05:04:00 2016-03-17 05:06:00 120 -#> 101 31 2016-03-17 05:06:00 2016-03-17 05:06:00 0 -#> 102 26 2016-03-17 05:06:00 2016-03-17 05:08:00 120 -#> 103 31 2016-03-17 05:08:00 2016-03-17 05:10:00 120 -#> 104 26 2016-03-17 05:10:00 2016-03-17 05:10:00 0 -#> 105 26 2016-03-17 05:10:00 2016-03-17 05:12:00 120 -#> 106 26 2016-03-17 05:12:00 2016-03-17 05:14:00 120 -#> 107 26 2016-03-17 05:14:00 2016-03-17 05:16:00 120 -#> 108 26 2016-03-17 05:16:00 2016-03-17 05:18:00 120 -#> 109 31 2016-03-17 05:18:00 2016-03-17 05:20:00 120 -#> 110 26 2016-03-17 05:20:00 2016-03-17 05:20:00 0 -#> 111 26 2016-03-17 05:20:00 2016-03-17 05:22:00 120 -#> 112 26 2016-03-17 05:22:00 2016-03-17 05:24:00 120 -#> 113 26 2016-03-17 05:24:00 2016-03-17 05:26:00 120 -#> 114 26 2016-03-17 05:26:00 2016-03-17 05:28:00 120 -#> 115 26 2016-03-17 05:28:00 2016-03-17 05:30:00 120 -#> 116 26 2016-03-17 05:30:00 2016-03-17 05:32:00 120 -#> 117 26 2016-03-17 05:32:00 2016-03-17 05:34:00 120 -#> 118 26 2016-03-17 05:34:00 2016-03-17 05:36:00 120 -#> 119 26 2016-03-17 05:36:00 2016-03-17 05:38:00 120 -#> 120 26 2016-03-17 05:38:00 2016-03-17 05:40:00 120 -#> 121 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 122 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 123 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 124 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 125 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 126 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 127 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 128 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 129 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 130 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 131 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 132 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 133 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 134 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 135 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 136 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 137 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 138 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 139 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 140 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 141 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 142 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 143 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 144 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 145 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 146 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 147 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 148 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 149 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 150 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 151 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 152 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 153 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 154 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 155 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 156 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 157 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 158 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 159 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 160 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 161 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 162 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 163 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 164 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 165 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 166 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 167 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 168 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 169 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 170 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 171 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 172 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 173 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 174 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 175 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 176 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 177 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 178 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 179 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 180 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 181 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 182 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 183 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 184 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 185 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 186 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 187 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 188 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 189 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 190 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 191 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 192 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 193 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 194 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 195 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 196 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 197 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 198 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 199 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 200 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 201 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 202 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 203 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 204 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 205 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 206 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 207 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 208 26 2016-03-17 05:40:00 2016-03-17 08:36:00 10560 -#> 209 26 2016-03-17 08:36:00 2016-03-17 08:40:00 240 -#> 210 26 2016-03-17 08:36:00 2016-03-17 08:40:00 240 -#> 211 26 2016-03-17 08:40:00 2016-03-17 08:42:00 120 -#> 212 26 2016-03-17 08:42:00 2016-03-17 08:44:00 120 -#> 213 26 2016-03-17 08:44:00 2016-03-17 08:46:00 120 -#> 214 26 2016-03-17 08:46:00 2016-03-17 08:50:00 240 -#> 215 26 2016-03-17 08:46:00 2016-03-17 08:50:00 240 -#> 216 31 2016-03-17 08:50:00 2016-03-17 08:50:00 0 -#> 217 26 2016-03-17 08:50:00 2016-03-17 08:52:00 120 -#> 218 31 2016-03-17 08:52:00 2016-03-17 08:52:00 0 -#> 219 31 2016-03-17 08:52:00 2016-03-17 08:54:00 120 -#> 220 26 2016-03-17 08:54:00 2016-03-17 08:54:00 0 -#> 221 31 2016-03-17 08:54:00 2016-03-17 08:58:00 240 -#> 222 31 2016-03-17 08:54:00 2016-03-17 08:58:00 240 -#> 223 26 2016-03-17 08:58:00 2016-03-17 08:58:00 0 -#> 224 26 2016-03-17 08:58:00 2016-03-17 09:00:00 120 -#> 225 31 2016-03-17 09:00:00 2016-03-17 09:00:00 0 -#> 226 26 2016-03-17 09:00:00 2016-03-17 09:02:00 120 -#> archival_timestamp archival_depth chunk -#> 1 2016-03-17 01:50:00 73.78 1 -#> 2 2016-03-17 01:52:00 73.32 1 -#> 3 2016-03-17 01:54:00 73.32 1 -#> 4 2016-03-17 01:56:00 73.32 1 -#> 5 2016-03-17 01:58:00 73.55 1 -#> 6 2016-03-17 02:00:00 68.70 1 -#> 7 2016-03-17 02:02:00 72.16 1 -#> 8 2016-03-17 02:04:00 72.85 1 -#> 9 2016-03-17 02:06:00 73.55 1 -#> 10 2016-03-17 02:08:00 73.32 1 -#> 11 2016-03-17 02:10:00 73.32 1 -#> 12 2016-03-17 02:12:00 73.55 1 -#> 13 2016-03-17 02:14:00 73.32 1 -#> 14 2016-03-17 02:16:00 73.32 1 -#> 15 2016-03-17 02:18:00 73.32 1 -#> 16 2016-03-17 02:20:00 72.39 1 -#> 17 2016-03-17 02:22:00 72.39 1 -#> 18 2016-03-17 02:24:00 72.39 1 -#> 19 2016-03-17 02:26:00 72.39 1 -#> 20 2016-03-17 02:28:00 72.39 1 -#> 21 2016-03-17 02:30:00 72.39 1 -#> 22 2016-03-17 02:32:00 65.23 1 -#> 23 2016-03-17 02:34:00 73.55 1 -#> 24 2016-03-17 02:36:00 75.16 1 -#> 25 2016-03-17 02:38:00 76.78 1 -#> 26 2016-03-17 02:40:00 76.55 1 -#> 27 2016-03-17 02:42:00 76.78 1 -#> 28 2016-03-17 02:44:00 76.55 1 -#> 29 2016-03-17 02:46:00 71.01 1 -#> 30 2016-03-17 02:48:00 72.16 1 -#> 31 2016-03-17 02:50:00 72.16 1 -#> 32 2016-03-17 02:52:00 73.78 1 -#> 33 2016-03-17 02:54:00 71.70 1 -#> 34 2016-03-17 02:56:00 65.92 1 -#> 35 2016-03-17 02:56:00 65.92 1 -#> 36 2016-03-17 02:58:00 66.15 1 -#> 37 2016-03-17 03:00:00 66.15 1 -#> 38 2016-03-17 03:02:00 66.39 1 -#> 39 2016-03-17 03:04:00 66.39 1 -#> 40 2016-03-17 03:06:00 66.15 1 -#> 41 2016-03-17 03:08:00 66.15 1 -#> 42 2016-03-17 03:10:00 66.15 1 -#> 43 2016-03-17 03:12:00 66.15 1 -#> 44 2016-03-17 03:14:00 66.15 1 -#> 45 2016-03-17 03:16:00 66.15 1 -#> 46 2016-03-17 03:18:00 66.39 1 -#> 47 2016-03-17 03:20:00 66.15 2 -#> 48 2016-03-17 03:22:00 66.15 2 -#> 49 2016-03-17 03:24:00 66.39 2 -#> 50 2016-03-17 03:26:00 66.15 2 -#> 51 2016-03-17 03:28:00 65.92 2 -#> 52 2016-03-17 03:30:00 66.15 2 -#> 53 2016-03-17 03:32:00 66.15 2 -#> 54 2016-03-17 03:34:00 66.39 2 -#> 55 2016-03-17 03:36:00 66.15 2 -#> 56 2016-03-17 03:38:00 66.15 2 -#> 57 2016-03-17 03:40:00 65.92 2 -#> 58 2016-03-17 03:42:00 65.69 2 -#> 59 2016-03-17 03:44:00 22.77 2 -#> 60 2016-03-17 03:46:00 49.99 2 -#> 61 2016-03-17 03:48:00 47.45 2 -#> 62 2016-03-17 03:50:00 49.76 2 -#> 63 2016-03-17 03:52:00 52.30 2 -#> 64 2016-03-17 03:54:00 55.76 2 -#> 65 2016-03-17 03:56:00 65.46 2 -#> 66 2016-03-17 03:58:00 68.23 2 -#> 67 2016-03-17 04:00:00 70.08 2 -#> 68 2016-03-17 04:02:00 71.70 2 -#> 69 2016-03-17 04:04:00 60.15 2 -#> 70 2016-03-17 04:06:00 42.84 2 -#> 71 2016-03-17 04:08:00 38.69 2 -#> 72 2016-03-17 04:08:00 38.69 2 -#> 73 2016-03-17 04:10:00 40.76 2 -#> 74 2016-03-17 04:12:00 39.38 2 -#> 75 2016-03-17 04:14:00 36.38 2 -#> 76 2016-03-17 04:16:00 35.00 2 -#> 77 2016-03-17 04:18:00 39.61 2 -#> 78 2016-03-17 04:20:00 43.30 2 -#> 79 2016-03-17 04:22:00 43.78 2 -#> 80 2016-03-17 04:24:00 40.30 2 -#> 81 2016-03-17 04:26:00 43.76 2 -#> 82 2016-03-17 04:28:00 43.53 2 -#> 83 2016-03-17 04:30:00 44.22 2 -#> 84 2016-03-17 04:32:00 48.84 2 -#> 85 2016-03-17 04:34:00 45.38 2 -#> 86 2016-03-17 04:36:00 42.38 2 -#> 87 2016-03-17 04:38:00 46.53 2 -#> 88 2016-03-17 04:40:00 53.45 2 -#> 89 2016-03-17 04:42:00 55.53 2 -#> 90 2016-03-17 04:44:00 48.38 2 -#> 91 2016-03-17 04:46:00 45.84 2 -#> 92 2016-03-17 04:48:00 49.53 2 -#> 93 2016-03-17 04:50:00 37.53 2 -#> 94 2016-03-17 04:52:00 36.61 2 -#> 95 2016-03-17 04:54:00 37.99 2 -#> 96 2016-03-17 04:56:00 39.38 2 -#> 97 2016-03-17 04:58:00 39.15 2 -#> 98 2016-03-17 05:00:00 42.38 2 -#> 99 2016-03-17 05:02:00 47.92 2 -#> 100 2016-03-17 05:04:00 46.53 2 -#> 101 2016-03-17 05:06:00 43.76 2 -#> 102 2016-03-17 05:06:00 43.76 2 -#> 103 2016-03-17 05:08:00 43.76 2 -#> 104 2016-03-17 05:10:00 44.22 2 -#> 105 2016-03-17 05:10:00 44.22 2 -#> 106 2016-03-17 05:12:00 43.99 2 -#> 107 2016-03-17 05:14:00 49.07 2 -#> 108 2016-03-17 05:16:00 51.38 2 -#> 109 2016-03-17 05:18:00 43.99 2 -#> 110 2016-03-17 05:20:00 50.92 2 -#> 111 2016-03-17 05:20:00 50.92 2 -#> 112 2016-03-17 05:22:00 55.07 2 -#> 113 2016-03-17 05:24:00 57.15 2 -#> 114 2016-03-17 05:26:00 56.92 2 -#> 115 2016-03-17 05:28:00 57.15 2 -#> 116 2016-03-17 05:30:00 57.15 2 -#> 117 2016-03-17 05:32:00 56.69 2 -#> 118 2016-03-17 05:34:00 56.23 2 -#> 119 2016-03-17 05:36:00 49.30 2 -#> 120 2016-03-17 05:38:00 47.22 2 -#> 121 2016-03-17 05:40:00 51.84 2 -#> 122 2016-03-17 05:42:00 54.15 2 -#> 123 2016-03-17 05:44:00 55.07 2 -#> 124 2016-03-17 05:46:00 59.00 2 -#> 125 2016-03-17 05:48:00 58.07 2 -#> 126 2016-03-17 05:50:00 52.07 2 -#> 127 2016-03-17 05:52:00 49.99 2 -#> 128 2016-03-17 05:54:00 51.15 2 -#> 129 2016-03-17 05:56:00 55.30 2 -#> 130 2016-03-17 05:58:00 61.07 2 -#> 131 2016-03-17 06:00:00 65.00 2 -#> 132 2016-03-17 06:02:00 68.23 2 -#> 133 2016-03-17 06:04:00 71.70 2 -#> 134 2016-03-17 06:06:00 76.09 2 -#> 135 2016-03-17 06:08:00 79.79 2 -#> 136 2016-03-17 06:10:00 83.48 2 -#> 137 2016-03-17 06:12:00 87.18 2 -#> 138 2016-03-17 06:14:00 91.57 2 -#> 139 2016-03-17 06:16:00 95.04 2 -#> 140 2016-03-17 06:18:00 97.12 2 -#> 141 2016-03-17 06:20:00 101.29 2 -#> 142 2016-03-17 06:22:00 99.21 2 -#> 143 2016-03-17 06:24:00 101.06 2 -#> 144 2016-03-17 06:26:00 103.60 2 -#> 145 2016-03-17 06:28:00 103.60 2 -#> 146 2016-03-17 06:30:00 104.06 2 -#> 147 2016-03-17 06:32:00 103.83 2 -#> 148 2016-03-17 06:34:00 102.91 2 -#> 149 2016-03-17 06:36:00 100.59 2 -#> 150 2016-03-17 06:38:00 100.59 2 -#> 151 2016-03-17 06:40:00 100.59 2 -#> 152 2016-03-17 06:42:00 100.59 2 -#> 153 2016-03-17 06:44:00 100.36 2 -#> 154 2016-03-17 06:46:00 96.66 2 -#> 155 2016-03-17 06:48:00 92.50 2 -#> 156 2016-03-17 06:50:00 88.34 2 -#> 157 2016-03-17 06:52:00 83.02 2 -#> 158 2016-03-17 06:54:00 78.40 2 -#> 159 2016-03-17 06:56:00 84.18 2 -#> 160 2016-03-17 06:58:00 92.73 2 -#> 161 2016-03-17 07:00:00 98.74 2 -#> 162 2016-03-17 07:02:00 99.90 2 -#> 163 2016-03-17 07:04:00 99.90 2 -#> 164 2016-03-17 07:06:00 99.90 2 -#> 165 2016-03-17 07:08:00 99.21 2 -#> 166 2016-03-17 07:10:00 95.04 2 -#> 167 2016-03-17 07:12:00 92.50 2 -#> 168 2016-03-17 07:14:00 92.73 2 -#> 169 2016-03-17 07:16:00 92.50 2 -#> 170 2016-03-17 07:18:00 92.73 2 -#> 171 2016-03-17 07:20:00 92.73 2 -#> 172 2016-03-17 07:22:00 92.27 2 -#> 173 2016-03-17 07:24:00 83.25 2 -#> 174 2016-03-17 07:26:00 80.71 2 -#> 175 2016-03-17 07:28:00 85.80 2 -#> 176 2016-03-17 07:30:00 85.80 2 -#> 177 2016-03-17 07:32:00 85.80 2 -#> 178 2016-03-17 07:34:00 85.80 2 -#> 179 2016-03-17 07:36:00 85.80 2 -#> 180 2016-03-17 07:38:00 85.80 2 -#> 181 2016-03-17 07:40:00 91.34 2 -#> 182 2016-03-17 07:42:00 91.57 2 -#> 183 2016-03-17 07:44:00 98.28 2 -#> 184 2016-03-17 07:46:00 99.67 2 -#> 185 2016-03-17 07:48:00 96.20 2 -#> 186 2016-03-17 07:50:00 101.75 2 -#> 187 2016-03-17 07:52:00 101.29 2 -#> 188 2016-03-17 07:54:00 100.59 2 -#> 189 2016-03-17 07:56:00 97.36 2 -#> 190 2016-03-17 07:58:00 91.81 2 -#> 191 2016-03-17 08:00:00 90.19 2 -#> 192 2016-03-17 08:02:00 87.41 2 -#> 193 2016-03-17 08:04:00 89.49 2 -#> 194 2016-03-17 08:06:00 96.89 2 -#> 195 2016-03-17 08:08:00 84.64 2 -#> 196 2016-03-17 08:10:00 80.25 2 -#> 197 2016-03-17 08:12:00 86.72 2 -#> 198 2016-03-17 08:14:00 89.03 2 -#> 199 2016-03-17 08:16:00 88.57 2 -#> 200 2016-03-17 08:18:00 88.57 2 -#> 201 2016-03-17 08:20:00 82.33 2 -#> 202 2016-03-17 08:22:00 71.93 2 -#> 203 2016-03-17 08:24:00 66.62 2 -#> 204 2016-03-17 08:26:00 64.31 2 -#> 205 2016-03-17 08:28:00 63.85 2 -#> 206 2016-03-17 08:30:00 61.77 2 -#> 207 2016-03-17 08:32:00 63.85 2 -#> 208 2016-03-17 08:34:00 61.07 2 -#> 209 2016-03-17 08:36:00 51.38 2 -#> 210 2016-03-17 08:38:00 46.76 2 -#> 211 2016-03-17 08:40:00 37.30 2 -#> 212 2016-03-17 08:42:00 37.07 2 -#> 213 2016-03-17 08:44:00 38.22 2 -#> 214 2016-03-17 08:46:00 36.38 2 -#> 215 2016-03-17 08:48:00 39.61 2 -#> 216 2016-03-17 08:50:00 37.30 3 -#> 217 2016-03-17 08:50:00 37.30 3 -#> 218 2016-03-17 08:52:00 39.38 3 -#> 219 2016-03-17 08:52:00 39.38 3 -#> 220 2016-03-17 08:54:00 39.38 3 -#> 221 2016-03-17 08:54:00 39.38 3 -#> 222 2016-03-17 08:56:00 44.92 3 -#> 223 2016-03-17 08:58:00 45.38 3 -#> 224 2016-03-17 08:58:00 45.38 3 -#> 225 2016-03-17 09:00:00 45.15 3 -#> 226 2016-03-17 09:00:00 45.15 3
    -#### Example (2): acdc_access_timesteps() -acdc_access_timesteps(acdc_simplify(dat_acdc)) -
    #> acdc_simplify() implemented for type = 'acs'.
    #> [1] 226
    -#### Example (3): acdc_access_maps() -acdc_access_maps(acdc_simplify(dat_acdc)) -
    #> acdc_simplify() implemented for type = 'acs'.
    #> [[1]] -#> class : RasterLayer -#> dimensions : 57, 74, 4218 (nrow, ncol, ncell) -#> resolution : 257, 463 (x, y) -#> extent : 695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : 0, 1 (min, max) -#> -#> -#> [[2]] -#> class : RasterLayer -#> dimensions : 57, 74, 4218 (nrow, ncol, ncell) -#> resolution : 257, 463 (x, y) -#> extent : 695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : 0, 1 (min, max) -#> -#> -#> [[3]] -#> class : RasterLayer -#> dimensions : 57, 74, 4218 (nrow, ncol, ncell) -#> resolution : 257, 463 (x, y) -#> extent : 695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : 0, 1 (min, max) -#> -#> -#> [[4]] -#> class : RasterLayer -#> dimensions : 57, 74, 4218 (nrow, ncol, ncell) -#> resolution : 257, 463 (x, y) -#> extent : 695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : NA, NA (min, max) -#> -#> -#> [[5]] -#> class : RasterLayer -#> dimensions : 57, 74, 4218 (nrow, ncol, ncell) -#> resolution : 257, 463 (x, y) -#> extent : 695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : NA, NA (min, max) -#> -#> -#> [[6]] -#> class : RasterLayer -#> dimensions : 57, 74, 4218 (nrow, ncol, ncell) -#> resolution : 257, 463 (x, y) -#> extent : 695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : NA, NA (min, max) -#> -#> -#> [[7]] -#> class : RasterLayer -#> dimensions : 57, 74, 4218 (nrow, ncol, ncell) -#> resolution : 257, 463 (x, y) -#> extent : 695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : NA, NA (min, max) -#> -#> -#> [[8]] -#> class : RasterLayer -#> dimensions : 57, 74, 4218 (nrow, ncol, ncell) -#> resolution : 257, 463 (x, y) -#> extent : 695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : 0, 1 (min, max) -#> -#> -#> [[9]] -#> class : RasterLayer -#> dimensions : 57, 74, 4218 (nrow, ncol, ncell) -#> resolution : 257, 463 (x, y) -#> extent : 695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : NA, NA (min, max) -#> -#>
    -
    +
    +

    Examples

    +
    #### Example (1): acdc_access_dat()
    +acdc_access_dat(acdc_simplify(dat_acdc))
    +#> acdc_simplify() implemented for type = 'acs'.
    +#>     timestep_cumulative timestep_detection timestep_archival receiver_1_id
    +#> 1                     1                  1                 1            26
    +#> 2                     2                  2                 1            26
    +#> 3                     3                  3                 1            26
    +#> 4                     4                  3                 2            26
    +#> 5                     5                  4                 1            26
    +#> 6                     6                  5                 1            26
    +#> 7                     7                  5                 2            26
    +#> 8                     8                  6                 1            26
    +#> 9                     9                  7                 1            26
    +#> 10                   10                  8                 1            26
    +#> 11                   11                  9                 1            26
    +#> 12                   12                 10                 1            26
    +#> 13                   13                 11                 1            26
    +#> 14                   14                 12                 1            26
    +#> 15                   15                 13                 1            26
    +#> 16                   16                 14                 1            26
    +#> 17                   17                 15                 1            26
    +#> 18                   18                 16                 1            26
    +#> 19                   19                 16                 2            26
    +#> 20                   20                 16                 3            26
    +#> 21                   21                 17                 1            26
    +#> 22                   22                 18                 1            26
    +#> 23                   23                 18                 2            26
    +#> 24                   24                 18                 3            26
    +#> 25                   25                 18                 4            26
    +#> 26                   26                 18                 5            26
    +#> 27                   27                 18                 6            26
    +#> 28                   28                 18                 7            26
    +#> 29                   29                 18                 8            26
    +#> 30                   30                 18                 9            26
    +#> 31                   31                 18                10            26
    +#> 32                   32                 19                 1            21
    +#> 33                   33                 20                 1            26
    +#> 34                   34                 21                 1            26
    +#> 35                   35                 22                 1            21
    +#> 36                   36                 23                 1            21
    +#> 37                   37                 24                 1            21
    +#> 38                   38                 25                 1            21
    +#> 39                   39                 26                 1            21
    +#> 40                   40                 27                 1            21
    +#> 41                   41                 28                 1            21
    +#> 42                   42                 29                 1            21
    +#> 43                   43                 30                 1            21
    +#> 44                   44                 30                 2            21
    +#> 45                   45                 31                 1            21
    +#> 46                   46                 32                 1            21
    +#> 47                   47                 33                 1            21
    +#> 48                   48                 34                 1            21
    +#> 49                   49                 35                 1            21
    +#> 50                   50                 36                 1            21
    +#> 51                   51                 37                 1            21
    +#> 52                   52                 38                 1            21
    +#> 53                   53                 39                 1            21
    +#> 54                   54                 39                 2            21
    +#> 55                   55                 40                 1            21
    +#> 56                   56                 41                 1            21
    +#> 57                   57                 42                 1            21
    +#> 58                   58                 43                 1            26
    +#> 59                   59                 44                 1            26
    +#> 60                   60                 45                 1            26
    +#> 61                   61                 46                 1            26
    +#> 62                   62                 47                 1            26
    +#> 63                   63                 47                 2            26
    +#> 64                   64                 48                 1            26
    +#> 65                   65                 48                 2            26
    +#> 66                   66                 48                 3            26
    +#> 67                   67                 48                 4            26
    +#> 68                   68                 48                 5            26
    +#> 69                   69                 49                 1            26
    +#> 70                   70                 50                 1            26
    +#> 71                   71                 51                 1            26
    +#> 72                   72                 52                 1            21
    +#> 73                   73                 52                 2            21
    +#> 74                   74                 53                 1            21
    +#> 75                   75                 53                 2            21
    +#> 76                   76                 53                 3            21
    +#> 77                   77                 53                 4            21
    +#> 78                   78                 53                 5            21
    +#> 79                   79                 53                 6            21
    +#> 80                   80                 53                 7            21
    +#> 81                   81                 53                 8            21
    +#> 82                   82                 53                 9            21
    +#> 83                   83                 53                10            21
    +#> 84                   84                 54                 1            26
    +#> 85                   85                 55                 1            26
    +#> 86                   86                 55                 2            26
    +#> 87                   87                 56                 1            26
    +#> 88                   88                 56                 2            26
    +#> 89                   89                 56                 3            26
    +#> 90                   90                 57                 1            26
    +#> 91                   91                 57                 2            26
    +#> 92                   92                 58                 1            26
    +#> 93                   93                 59                 1            26
    +#> 94                   94                 59                 2            26
    +#> 95                   95                 60                 1            26
    +#> 96                   96                 61                 1            26
    +#> 97                   97                 62                 1            26
    +#> 98                   98                 63                 1            26
    +#> 99                   99                 64                 1            26
    +#> 100                 100                 65                 1            26
    +#> 101                 101                 66                 1            26
    +#> 102                 102                 67                 1            31
    +#> 103                 103                 68                 1            26
    +#> 104                 104                 69                 1            31
    +#> 105                 105                 70                 1            26
    +#> 106                 106                 71                 1            26
    +#> 107                 107                 72                 1            26
    +#> 108                 108                 73                 1            26
    +#> 109                 109                 74                 1            26
    +#> 110                 110                 75                 1            31
    +#> 111                 111                 76                 1            26
    +#> 112                 112                 77                 1            26
    +#> 113                 113                 78                 1            26
    +#> 114                 114                 79                 1            26
    +#> 115                 115                 80                 1            26
    +#> 116                 116                 81                 1            26
    +#> 117                 117                 82                 1            26
    +#> 118                 118                 83                 1            26
    +#> 119                 119                 84                 1            26
    +#> 120                 120                 85                 1            26
    +#> 121                 121                 86                 1            26
    +#> 122                 122                 86                 2            26
    +#> 123                 123                 86                 3            26
    +#> 124                 124                 86                 4            26
    +#> 125                 125                 86                 5            26
    +#> 126                 126                 86                 6            26
    +#> 127                 127                 86                 7            26
    +#> 128                 128                 86                 8            26
    +#> 129                 129                 86                 9            26
    +#> 130                 130                 86                10            26
    +#> 131                 131                 86                11            26
    +#> 132                 132                 86                12            26
    +#> 133                 133                 86                13            26
    +#> 134                 134                 86                14            26
    +#> 135                 135                 86                15            26
    +#> 136                 136                 86                16            26
    +#> 137                 137                 86                17            26
    +#> 138                 138                 86                18            26
    +#> 139                 139                 86                19            26
    +#> 140                 140                 86                20            26
    +#> 141                 141                 86                21            26
    +#> 142                 142                 86                22            26
    +#> 143                 143                 86                23            26
    +#> 144                 144                 86                24            26
    +#> 145                 145                 86                25            26
    +#> 146                 146                 86                26            26
    +#> 147                 147                 86                27            26
    +#> 148                 148                 86                28            26
    +#> 149                 149                 86                29            26
    +#> 150                 150                 86                30            26
    +#> 151                 151                 86                31            26
    +#> 152                 152                 86                32            26
    +#> 153                 153                 86                33            26
    +#> 154                 154                 86                34            26
    +#> 155                 155                 86                35            26
    +#> 156                 156                 86                36            26
    +#> 157                 157                 86                37            26
    +#> 158                 158                 86                38            26
    +#> 159                 159                 86                39            26
    +#> 160                 160                 86                40            26
    +#> 161                 161                 86                41            26
    +#> 162                 162                 86                42            26
    +#> 163                 163                 86                43            26
    +#> 164                 164                 86                44            26
    +#> 165                 165                 86                45            26
    +#> 166                 166                 86                46            26
    +#> 167                 167                 86                47            26
    +#> 168                 168                 86                48            26
    +#> 169                 169                 86                49            26
    +#> 170                 170                 86                50            26
    +#> 171                 171                 86                51            26
    +#> 172                 172                 86                52            26
    +#> 173                 173                 86                53            26
    +#> 174                 174                 86                54            26
    +#> 175                 175                 86                55            26
    +#> 176                 176                 86                56            26
    +#> 177                 177                 86                57            26
    +#> 178                 178                 86                58            26
    +#> 179                 179                 86                59            26
    +#> 180                 180                 86                60            26
    +#> 181                 181                 86                61            26
    +#> 182                 182                 86                62            26
    +#> 183                 183                 86                63            26
    +#> 184                 184                 86                64            26
    +#> 185                 185                 86                65            26
    +#> 186                 186                 86                66            26
    +#> 187                 187                 86                67            26
    +#> 188                 188                 86                68            26
    +#> 189                 189                 86                69            26
    +#> 190                 190                 86                70            26
    +#> 191                 191                 86                71            26
    +#> 192                 192                 86                72            26
    +#> 193                 193                 86                73            26
    +#> 194                 194                 86                74            26
    +#> 195                 195                 86                75            26
    +#> 196                 196                 86                76            26
    +#> 197                 197                 86                77            26
    +#> 198                 198                 86                78            26
    +#> 199                 199                 86                79            26
    +#> 200                 200                 86                80            26
    +#> 201                 201                 86                81            26
    +#> 202                 202                 86                82            26
    +#> 203                 203                 86                83            26
    +#> 204                 204                 86                84            26
    +#> 205                 205                 86                85            26
    +#> 206                 206                 86                86            26
    +#> 207                 207                 86                87            26
    +#> 208                 208                 86                88            26
    +#> 209                 209                 87                 1            26
    +#> 210                 210                 87                 2            26
    +#> 211                 211                 88                 1            26
    +#> 212                 212                 89                 1            26
    +#> 213                 213                 90                 1            26
    +#> 214                 214                 91                 1            26
    +#> 215                 215                 91                 2            26
    +#> 216                 216                 92                 1            26
    +#> 217                 217                 93                 1            31
    +#> 218                 218                 94                 1            26
    +#> 219                 219                 95                 1            31
    +#> 220                 220                 96                 1            31
    +#> 221                 221                 97                 1            26
    +#> 222                 222                 97                 2            26
    +#> 223                 223                 98                 1            31
    +#> 224                 224                 99                 1            26
    +#> 225                 225                100                 1            26
    +#> 226                 226                101                 1            31
    +#>     receiver_2_id receiver_1_timestamp receiver_2_timestamp time_btw_dets
    +#> 1              26  2016-03-17 01:50:00  2016-03-17 01:52:00           120
    +#> 2              26  2016-03-17 01:52:00  2016-03-17 01:54:00           120
    +#> 3              26  2016-03-17 01:54:00  2016-03-17 01:58:00           240
    +#> 4              26  2016-03-17 01:54:00  2016-03-17 01:58:00           240
    +#> 5              26  2016-03-17 01:58:00  2016-03-17 02:00:00           120
    +#> 6              26  2016-03-17 02:00:00  2016-03-17 02:04:00           240
    +#> 7              26  2016-03-17 02:00:00  2016-03-17 02:04:00           240
    +#> 8              26  2016-03-17 02:04:00  2016-03-17 02:06:00           120
    +#> 9              26  2016-03-17 02:06:00  2016-03-17 02:08:00           120
    +#> 10             26  2016-03-17 02:08:00  2016-03-17 02:10:00           120
    +#> 11             26  2016-03-17 02:10:00  2016-03-17 02:12:00           120
    +#> 12             26  2016-03-17 02:12:00  2016-03-17 02:14:00           120
    +#> 13             26  2016-03-17 02:14:00  2016-03-17 02:16:00           120
    +#> 14             26  2016-03-17 02:16:00  2016-03-17 02:18:00           120
    +#> 15             26  2016-03-17 02:18:00  2016-03-17 02:20:00           120
    +#> 16             26  2016-03-17 02:20:00  2016-03-17 02:22:00           120
    +#> 17             26  2016-03-17 02:22:00  2016-03-17 02:24:00           120
    +#> 18             26  2016-03-17 02:24:00  2016-03-17 02:30:00           360
    +#> 19             26  2016-03-17 02:24:00  2016-03-17 02:30:00           360
    +#> 20             26  2016-03-17 02:24:00  2016-03-17 02:30:00           360
    +#> 21             26  2016-03-17 02:30:00  2016-03-17 02:32:00           120
    +#> 22             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 23             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 24             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 25             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 26             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 27             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 28             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 29             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 30             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 31             21  2016-03-17 02:32:00  2016-03-17 02:52:00          1200
    +#> 32             26  2016-03-17 02:52:00  2016-03-17 02:54:00           120
    +#> 33             26  2016-03-17 02:54:00  2016-03-17 02:56:00           120
    +#> 34             21  2016-03-17 02:56:00  2016-03-17 02:56:00             0
    +#> 35             21  2016-03-17 02:56:00  2016-03-17 02:58:00           120
    +#> 36             21  2016-03-17 02:58:00  2016-03-17 03:00:00           120
    +#> 37             21  2016-03-17 03:00:00  2016-03-17 03:02:00           120
    +#> 38             21  2016-03-17 03:02:00  2016-03-17 03:04:00           120
    +#> 39             21  2016-03-17 03:04:00  2016-03-17 03:06:00           120
    +#> 40             21  2016-03-17 03:06:00  2016-03-17 03:08:00           120
    +#> 41             21  2016-03-17 03:08:00  2016-03-17 03:10:00           120
    +#> 42             21  2016-03-17 03:10:00  2016-03-17 03:12:00           120
    +#> 43             21  2016-03-17 03:12:00  2016-03-17 03:16:00           240
    +#> 44             21  2016-03-17 03:12:00  2016-03-17 03:16:00           240
    +#> 45             21  2016-03-17 03:16:00  2016-03-17 03:18:00           120
    +#> 46             21  2016-03-17 03:18:00  2016-03-17 03:20:00           120
    +#> 47             21  2016-03-17 03:20:00  2016-03-17 03:22:00           120
    +#> 48             21  2016-03-17 03:22:00  2016-03-17 03:24:00           120
    +#> 49             21  2016-03-17 03:24:00  2016-03-17 03:26:00           120
    +#> 50             21  2016-03-17 03:26:00  2016-03-17 03:28:00           120
    +#> 51             21  2016-03-17 03:28:00  2016-03-17 03:30:00           120
    +#> 52             21  2016-03-17 03:30:00  2016-03-17 03:32:00           120
    +#> 53             21  2016-03-17 03:32:00  2016-03-17 03:36:00           240
    +#> 54             21  2016-03-17 03:32:00  2016-03-17 03:36:00           240
    +#> 55             21  2016-03-17 03:36:00  2016-03-17 03:38:00           120
    +#> 56             21  2016-03-17 03:38:00  2016-03-17 03:40:00           120
    +#> 57             26  2016-03-17 03:40:00  2016-03-17 03:42:00           120
    +#> 58             26  2016-03-17 03:42:00  2016-03-17 03:44:00           120
    +#> 59             26  2016-03-17 03:44:00  2016-03-17 03:46:00           120
    +#> 60             26  2016-03-17 03:46:00  2016-03-17 03:48:00           120
    +#> 61             26  2016-03-17 03:48:00  2016-03-17 03:50:00           120
    +#> 62             26  2016-03-17 03:50:00  2016-03-17 03:54:00           240
    +#> 63             26  2016-03-17 03:50:00  2016-03-17 03:54:00           240
    +#> 64             26  2016-03-17 03:54:00  2016-03-17 04:04:00           600
    +#> 65             26  2016-03-17 03:54:00  2016-03-17 04:04:00           600
    +#> 66             26  2016-03-17 03:54:00  2016-03-17 04:04:00           600
    +#> 67             26  2016-03-17 03:54:00  2016-03-17 04:04:00           600
    +#> 68             26  2016-03-17 03:54:00  2016-03-17 04:04:00           600
    +#> 69             26  2016-03-17 04:04:00  2016-03-17 04:06:00           120
    +#> 70             26  2016-03-17 04:06:00  2016-03-17 04:08:00           120
    +#> 71             21  2016-03-17 04:08:00  2016-03-17 04:08:00             0
    +#> 72             21  2016-03-17 04:08:00  2016-03-17 04:12:00           240
    +#> 73             21  2016-03-17 04:08:00  2016-03-17 04:12:00           240
    +#> 74             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 75             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 76             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 77             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 78             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 79             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 80             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 81             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 82             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 83             26  2016-03-17 04:12:00  2016-03-17 04:32:00          1200
    +#> 84             26  2016-03-17 04:32:00  2016-03-17 04:34:00           120
    +#> 85             26  2016-03-17 04:34:00  2016-03-17 04:38:00           240
    +#> 86             26  2016-03-17 04:34:00  2016-03-17 04:38:00           240
    +#> 87             26  2016-03-17 04:38:00  2016-03-17 04:44:00           360
    +#> 88             26  2016-03-17 04:38:00  2016-03-17 04:44:00           360
    +#> 89             26  2016-03-17 04:38:00  2016-03-17 04:44:00           360
    +#> 90             26  2016-03-17 04:44:00  2016-03-17 04:48:00           240
    +#> 91             26  2016-03-17 04:44:00  2016-03-17 04:48:00           240
    +#> 92             26  2016-03-17 04:48:00  2016-03-17 04:50:00           120
    +#> 93             26  2016-03-17 04:50:00  2016-03-17 04:54:00           240
    +#> 94             26  2016-03-17 04:50:00  2016-03-17 04:54:00           240
    +#> 95             26  2016-03-17 04:54:00  2016-03-17 04:56:00           120
    +#> 96             26  2016-03-17 04:56:00  2016-03-17 04:58:00           120
    +#> 97             26  2016-03-17 04:58:00  2016-03-17 05:00:00           120
    +#> 98             26  2016-03-17 05:00:00  2016-03-17 05:02:00           120
    +#> 99             26  2016-03-17 05:02:00  2016-03-17 05:04:00           120
    +#> 100            26  2016-03-17 05:04:00  2016-03-17 05:06:00           120
    +#> 101            31  2016-03-17 05:06:00  2016-03-17 05:06:00             0
    +#> 102            26  2016-03-17 05:06:00  2016-03-17 05:08:00           120
    +#> 103            31  2016-03-17 05:08:00  2016-03-17 05:10:00           120
    +#> 104            26  2016-03-17 05:10:00  2016-03-17 05:10:00             0
    +#> 105            26  2016-03-17 05:10:00  2016-03-17 05:12:00           120
    +#> 106            26  2016-03-17 05:12:00  2016-03-17 05:14:00           120
    +#> 107            26  2016-03-17 05:14:00  2016-03-17 05:16:00           120
    +#> 108            26  2016-03-17 05:16:00  2016-03-17 05:18:00           120
    +#> 109            31  2016-03-17 05:18:00  2016-03-17 05:20:00           120
    +#> 110            26  2016-03-17 05:20:00  2016-03-17 05:20:00             0
    +#> 111            26  2016-03-17 05:20:00  2016-03-17 05:22:00           120
    +#> 112            26  2016-03-17 05:22:00  2016-03-17 05:24:00           120
    +#> 113            26  2016-03-17 05:24:00  2016-03-17 05:26:00           120
    +#> 114            26  2016-03-17 05:26:00  2016-03-17 05:28:00           120
    +#> 115            26  2016-03-17 05:28:00  2016-03-17 05:30:00           120
    +#> 116            26  2016-03-17 05:30:00  2016-03-17 05:32:00           120
    +#> 117            26  2016-03-17 05:32:00  2016-03-17 05:34:00           120
    +#> 118            26  2016-03-17 05:34:00  2016-03-17 05:36:00           120
    +#> 119            26  2016-03-17 05:36:00  2016-03-17 05:38:00           120
    +#> 120            26  2016-03-17 05:38:00  2016-03-17 05:40:00           120
    +#> 121            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 122            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 123            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 124            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 125            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 126            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 127            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 128            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 129            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 130            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 131            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 132            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 133            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 134            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 135            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 136            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 137            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 138            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 139            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 140            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 141            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 142            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 143            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 144            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 145            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 146            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 147            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 148            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 149            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 150            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 151            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 152            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 153            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 154            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 155            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 156            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 157            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 158            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 159            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 160            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 161            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 162            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 163            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 164            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 165            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 166            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 167            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 168            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 169            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 170            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 171            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 172            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 173            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 174            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 175            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 176            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 177            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 178            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 179            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 180            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 181            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 182            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 183            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 184            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 185            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 186            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 187            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 188            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 189            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 190            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 191            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 192            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 193            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 194            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 195            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 196            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 197            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 198            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 199            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 200            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 201            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 202            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 203            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 204            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 205            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 206            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 207            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 208            26  2016-03-17 05:40:00  2016-03-17 08:36:00         10560
    +#> 209            26  2016-03-17 08:36:00  2016-03-17 08:40:00           240
    +#> 210            26  2016-03-17 08:36:00  2016-03-17 08:40:00           240
    +#> 211            26  2016-03-17 08:40:00  2016-03-17 08:42:00           120
    +#> 212            26  2016-03-17 08:42:00  2016-03-17 08:44:00           120
    +#> 213            26  2016-03-17 08:44:00  2016-03-17 08:46:00           120
    +#> 214            26  2016-03-17 08:46:00  2016-03-17 08:50:00           240
    +#> 215            26  2016-03-17 08:46:00  2016-03-17 08:50:00           240
    +#> 216            31  2016-03-17 08:50:00  2016-03-17 08:50:00             0
    +#> 217            26  2016-03-17 08:50:00  2016-03-17 08:52:00           120
    +#> 218            31  2016-03-17 08:52:00  2016-03-17 08:52:00             0
    +#> 219            31  2016-03-17 08:52:00  2016-03-17 08:54:00           120
    +#> 220            26  2016-03-17 08:54:00  2016-03-17 08:54:00             0
    +#> 221            31  2016-03-17 08:54:00  2016-03-17 08:58:00           240
    +#> 222            31  2016-03-17 08:54:00  2016-03-17 08:58:00           240
    +#> 223            26  2016-03-17 08:58:00  2016-03-17 08:58:00             0
    +#> 224            26  2016-03-17 08:58:00  2016-03-17 09:00:00           120
    +#> 225            31  2016-03-17 09:00:00  2016-03-17 09:00:00             0
    +#> 226            26  2016-03-17 09:00:00  2016-03-17 09:02:00           120
    +#>      archival_timestamp archival_depth chunk
    +#> 1   2016-03-17 01:50:00          73.78     1
    +#> 2   2016-03-17 01:52:00          73.32     1
    +#> 3   2016-03-17 01:54:00          73.32     1
    +#> 4   2016-03-17 01:56:00          73.32     1
    +#> 5   2016-03-17 01:58:00          73.55     1
    +#> 6   2016-03-17 02:00:00          68.70     1
    +#> 7   2016-03-17 02:02:00          72.16     1
    +#> 8   2016-03-17 02:04:00          72.85     1
    +#> 9   2016-03-17 02:06:00          73.55     1
    +#> 10  2016-03-17 02:08:00          73.32     1
    +#> 11  2016-03-17 02:10:00          73.32     1
    +#> 12  2016-03-17 02:12:00          73.55     1
    +#> 13  2016-03-17 02:14:00          73.32     1
    +#> 14  2016-03-17 02:16:00          73.32     1
    +#> 15  2016-03-17 02:18:00          73.32     1
    +#> 16  2016-03-17 02:20:00          72.39     1
    +#> 17  2016-03-17 02:22:00          72.39     1
    +#> 18  2016-03-17 02:24:00          72.39     1
    +#> 19  2016-03-17 02:26:00          72.39     1
    +#> 20  2016-03-17 02:28:00          72.39     1
    +#> 21  2016-03-17 02:30:00          72.39     1
    +#> 22  2016-03-17 02:32:00          65.23     1
    +#> 23  2016-03-17 02:34:00          73.55     1
    +#> 24  2016-03-17 02:36:00          75.16     1
    +#> 25  2016-03-17 02:38:00          76.78     1
    +#> 26  2016-03-17 02:40:00          76.55     1
    +#> 27  2016-03-17 02:42:00          76.78     1
    +#> 28  2016-03-17 02:44:00          76.55     1
    +#> 29  2016-03-17 02:46:00          71.01     1
    +#> 30  2016-03-17 02:48:00          72.16     1
    +#> 31  2016-03-17 02:50:00          72.16     1
    +#> 32  2016-03-17 02:52:00          73.78     1
    +#> 33  2016-03-17 02:54:00          71.70     1
    +#> 34  2016-03-17 02:56:00          65.92     1
    +#> 35  2016-03-17 02:56:00          65.92     1
    +#> 36  2016-03-17 02:58:00          66.15     1
    +#> 37  2016-03-17 03:00:00          66.15     1
    +#> 38  2016-03-17 03:02:00          66.39     1
    +#> 39  2016-03-17 03:04:00          66.39     1
    +#> 40  2016-03-17 03:06:00          66.15     1
    +#> 41  2016-03-17 03:08:00          66.15     1
    +#> 42  2016-03-17 03:10:00          66.15     1
    +#> 43  2016-03-17 03:12:00          66.15     1
    +#> 44  2016-03-17 03:14:00          66.15     1
    +#> 45  2016-03-17 03:16:00          66.15     1
    +#> 46  2016-03-17 03:18:00          66.39     1
    +#> 47  2016-03-17 03:20:00          66.15     2
    +#> 48  2016-03-17 03:22:00          66.15     2
    +#> 49  2016-03-17 03:24:00          66.39     2
    +#> 50  2016-03-17 03:26:00          66.15     2
    +#> 51  2016-03-17 03:28:00          65.92     2
    +#> 52  2016-03-17 03:30:00          66.15     2
    +#> 53  2016-03-17 03:32:00          66.15     2
    +#> 54  2016-03-17 03:34:00          66.39     2
    +#> 55  2016-03-17 03:36:00          66.15     2
    +#> 56  2016-03-17 03:38:00          66.15     2
    +#> 57  2016-03-17 03:40:00          65.92     2
    +#> 58  2016-03-17 03:42:00          65.69     2
    +#> 59  2016-03-17 03:44:00          22.77     2
    +#> 60  2016-03-17 03:46:00          49.99     2
    +#> 61  2016-03-17 03:48:00          47.45     2
    +#> 62  2016-03-17 03:50:00          49.76     2
    +#> 63  2016-03-17 03:52:00          52.30     2
    +#> 64  2016-03-17 03:54:00          55.76     2
    +#> 65  2016-03-17 03:56:00          65.46     2
    +#> 66  2016-03-17 03:58:00          68.23     2
    +#> 67  2016-03-17 04:00:00          70.08     2
    +#> 68  2016-03-17 04:02:00          71.70     2
    +#> 69  2016-03-17 04:04:00          60.15     2
    +#> 70  2016-03-17 04:06:00          42.84     2
    +#> 71  2016-03-17 04:08:00          38.69     2
    +#> 72  2016-03-17 04:08:00          38.69     2
    +#> 73  2016-03-17 04:10:00          40.76     2
    +#> 74  2016-03-17 04:12:00          39.38     2
    +#> 75  2016-03-17 04:14:00          36.38     2
    +#> 76  2016-03-17 04:16:00          35.00     2
    +#> 77  2016-03-17 04:18:00          39.61     2
    +#> 78  2016-03-17 04:20:00          43.30     2
    +#> 79  2016-03-17 04:22:00          43.78     2
    +#> 80  2016-03-17 04:24:00          40.30     2
    +#> 81  2016-03-17 04:26:00          43.76     2
    +#> 82  2016-03-17 04:28:00          43.53     2
    +#> 83  2016-03-17 04:30:00          44.22     2
    +#> 84  2016-03-17 04:32:00          48.84     2
    +#> 85  2016-03-17 04:34:00          45.38     2
    +#> 86  2016-03-17 04:36:00          42.38     2
    +#> 87  2016-03-17 04:38:00          46.53     2
    +#> 88  2016-03-17 04:40:00          53.45     2
    +#> 89  2016-03-17 04:42:00          55.53     2
    +#> 90  2016-03-17 04:44:00          48.38     2
    +#> 91  2016-03-17 04:46:00          45.84     2
    +#> 92  2016-03-17 04:48:00          49.53     2
    +#> 93  2016-03-17 04:50:00          37.53     2
    +#> 94  2016-03-17 04:52:00          36.61     2
    +#> 95  2016-03-17 04:54:00          37.99     2
    +#> 96  2016-03-17 04:56:00          39.38     2
    +#> 97  2016-03-17 04:58:00          39.15     2
    +#> 98  2016-03-17 05:00:00          42.38     2
    +#> 99  2016-03-17 05:02:00          47.92     2
    +#> 100 2016-03-17 05:04:00          46.53     2
    +#> 101 2016-03-17 05:06:00          43.76     2
    +#> 102 2016-03-17 05:06:00          43.76     2
    +#> 103 2016-03-17 05:08:00          43.76     2
    +#> 104 2016-03-17 05:10:00          44.22     2
    +#> 105 2016-03-17 05:10:00          44.22     2
    +#> 106 2016-03-17 05:12:00          43.99     2
    +#> 107 2016-03-17 05:14:00          49.07     2
    +#> 108 2016-03-17 05:16:00          51.38     2
    +#> 109 2016-03-17 05:18:00          43.99     2
    +#> 110 2016-03-17 05:20:00          50.92     2
    +#> 111 2016-03-17 05:20:00          50.92     2
    +#> 112 2016-03-17 05:22:00          55.07     2
    +#> 113 2016-03-17 05:24:00          57.15     2
    +#> 114 2016-03-17 05:26:00          56.92     2
    +#> 115 2016-03-17 05:28:00          57.15     2
    +#> 116 2016-03-17 05:30:00          57.15     2
    +#> 117 2016-03-17 05:32:00          56.69     2
    +#> 118 2016-03-17 05:34:00          56.23     2
    +#> 119 2016-03-17 05:36:00          49.30     2
    +#> 120 2016-03-17 05:38:00          47.22     2
    +#> 121 2016-03-17 05:40:00          51.84     2
    +#> 122 2016-03-17 05:42:00          54.15     2
    +#> 123 2016-03-17 05:44:00          55.07     2
    +#> 124 2016-03-17 05:46:00          59.00     2
    +#> 125 2016-03-17 05:48:00          58.07     2
    +#> 126 2016-03-17 05:50:00          52.07     2
    +#> 127 2016-03-17 05:52:00          49.99     2
    +#> 128 2016-03-17 05:54:00          51.15     2
    +#> 129 2016-03-17 05:56:00          55.30     2
    +#> 130 2016-03-17 05:58:00          61.07     2
    +#> 131 2016-03-17 06:00:00          65.00     2
    +#> 132 2016-03-17 06:02:00          68.23     2
    +#> 133 2016-03-17 06:04:00          71.70     2
    +#> 134 2016-03-17 06:06:00          76.09     2
    +#> 135 2016-03-17 06:08:00          79.79     2
    +#> 136 2016-03-17 06:10:00          83.48     2
    +#> 137 2016-03-17 06:12:00          87.18     2
    +#> 138 2016-03-17 06:14:00          91.57     2
    +#> 139 2016-03-17 06:16:00          95.04     2
    +#> 140 2016-03-17 06:18:00          97.12     2
    +#> 141 2016-03-17 06:20:00         101.29     2
    +#> 142 2016-03-17 06:22:00          99.21     2
    +#> 143 2016-03-17 06:24:00         101.06     2
    +#> 144 2016-03-17 06:26:00         103.60     2
    +#> 145 2016-03-17 06:28:00         103.60     2
    +#> 146 2016-03-17 06:30:00         104.06     2
    +#> 147 2016-03-17 06:32:00         103.83     2
    +#> 148 2016-03-17 06:34:00         102.91     2
    +#> 149 2016-03-17 06:36:00         100.59     2
    +#> 150 2016-03-17 06:38:00         100.59     2
    +#> 151 2016-03-17 06:40:00         100.59     2
    +#> 152 2016-03-17 06:42:00         100.59     2
    +#> 153 2016-03-17 06:44:00         100.36     2
    +#> 154 2016-03-17 06:46:00          96.66     2
    +#> 155 2016-03-17 06:48:00          92.50     2
    +#> 156 2016-03-17 06:50:00          88.34     2
    +#> 157 2016-03-17 06:52:00          83.02     2
    +#> 158 2016-03-17 06:54:00          78.40     2
    +#> 159 2016-03-17 06:56:00          84.18     2
    +#> 160 2016-03-17 06:58:00          92.73     2
    +#> 161 2016-03-17 07:00:00          98.74     2
    +#> 162 2016-03-17 07:02:00          99.90     2
    +#> 163 2016-03-17 07:04:00          99.90     2
    +#> 164 2016-03-17 07:06:00          99.90     2
    +#> 165 2016-03-17 07:08:00          99.21     2
    +#> 166 2016-03-17 07:10:00          95.04     2
    +#> 167 2016-03-17 07:12:00          92.50     2
    +#> 168 2016-03-17 07:14:00          92.73     2
    +#> 169 2016-03-17 07:16:00          92.50     2
    +#> 170 2016-03-17 07:18:00          92.73     2
    +#> 171 2016-03-17 07:20:00          92.73     2
    +#> 172 2016-03-17 07:22:00          92.27     2
    +#> 173 2016-03-17 07:24:00          83.25     2
    +#> 174 2016-03-17 07:26:00          80.71     2
    +#> 175 2016-03-17 07:28:00          85.80     2
    +#> 176 2016-03-17 07:30:00          85.80     2
    +#> 177 2016-03-17 07:32:00          85.80     2
    +#> 178 2016-03-17 07:34:00          85.80     2
    +#> 179 2016-03-17 07:36:00          85.80     2
    +#> 180 2016-03-17 07:38:00          85.80     2
    +#> 181 2016-03-17 07:40:00          91.34     2
    +#> 182 2016-03-17 07:42:00          91.57     2
    +#> 183 2016-03-17 07:44:00          98.28     2
    +#> 184 2016-03-17 07:46:00          99.67     2
    +#> 185 2016-03-17 07:48:00          96.20     2
    +#> 186 2016-03-17 07:50:00         101.75     2
    +#> 187 2016-03-17 07:52:00         101.29     2
    +#> 188 2016-03-17 07:54:00         100.59     2
    +#> 189 2016-03-17 07:56:00          97.36     2
    +#> 190 2016-03-17 07:58:00          91.81     2
    +#> 191 2016-03-17 08:00:00          90.19     2
    +#> 192 2016-03-17 08:02:00          87.41     2
    +#> 193 2016-03-17 08:04:00          89.49     2
    +#> 194 2016-03-17 08:06:00          96.89     2
    +#> 195 2016-03-17 08:08:00          84.64     2
    +#> 196 2016-03-17 08:10:00          80.25     2
    +#> 197 2016-03-17 08:12:00          86.72     2
    +#> 198 2016-03-17 08:14:00          89.03     2
    +#> 199 2016-03-17 08:16:00          88.57     2
    +#> 200 2016-03-17 08:18:00          88.57     2
    +#> 201 2016-03-17 08:20:00          82.33     2
    +#> 202 2016-03-17 08:22:00          71.93     2
    +#> 203 2016-03-17 08:24:00          66.62     2
    +#> 204 2016-03-17 08:26:00          64.31     2
    +#> 205 2016-03-17 08:28:00          63.85     2
    +#> 206 2016-03-17 08:30:00          61.77     2
    +#> 207 2016-03-17 08:32:00          63.85     2
    +#> 208 2016-03-17 08:34:00          61.07     2
    +#> 209 2016-03-17 08:36:00          51.38     2
    +#> 210 2016-03-17 08:38:00          46.76     2
    +#> 211 2016-03-17 08:40:00          37.30     2
    +#> 212 2016-03-17 08:42:00          37.07     2
    +#> 213 2016-03-17 08:44:00          38.22     2
    +#> 214 2016-03-17 08:46:00          36.38     2
    +#> 215 2016-03-17 08:48:00          39.61     2
    +#> 216 2016-03-17 08:50:00          37.30     3
    +#> 217 2016-03-17 08:50:00          37.30     3
    +#> 218 2016-03-17 08:52:00          39.38     3
    +#> 219 2016-03-17 08:52:00          39.38     3
    +#> 220 2016-03-17 08:54:00          39.38     3
    +#> 221 2016-03-17 08:54:00          39.38     3
    +#> 222 2016-03-17 08:56:00          44.92     3
    +#> 223 2016-03-17 08:58:00          45.38     3
    +#> 224 2016-03-17 08:58:00          45.38     3
    +#> 225 2016-03-17 09:00:00          45.15     3
    +#> 226 2016-03-17 09:00:00          45.15     3
    +
    +#### Example (2): acdc_access_timesteps()
    +acdc_access_timesteps(acdc_simplify(dat_acdc))
    +#> acdc_simplify() implemented for type = 'acs'.
    +#> [1] 226
    +
    +#### Example (3): acdc_access_maps()
    +acdc_access_maps(acdc_simplify(dat_acdc))
    +#> acdc_simplify() implemented for type = 'acs'.
    +#> [[1]]
    +#> class      : RasterLayer 
    +#> dimensions : 57, 74, 4218  (nrow, ncol, ncell)
    +#> resolution : 257, 463  (x, y)
    +#> extent     : 695492.1, 714510.1, 6246657, 6273048  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 1  (min, max)
    +#> 
    +#> 
    +#> [[2]]
    +#> class      : RasterLayer 
    +#> dimensions : 57, 74, 4218  (nrow, ncol, ncell)
    +#> resolution : 257, 463  (x, y)
    +#> extent     : 695492.1, 714510.1, 6246657, 6273048  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 1  (min, max)
    +#> 
    +#> 
    +#> [[3]]
    +#> class      : RasterLayer 
    +#> dimensions : 57, 74, 4218  (nrow, ncol, ncell)
    +#> resolution : 257, 463  (x, y)
    +#> extent     : 695492.1, 714510.1, 6246657, 6273048  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 1  (min, max)
    +#> 
    +#> 
    +#> [[4]]
    +#> class      : RasterLayer 
    +#> dimensions : 57, 74, 4218  (nrow, ncol, ncell)
    +#> resolution : 257, 463  (x, y)
    +#> extent     : 695492.1, 714510.1, 6246657, 6273048  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : NA, NA  (min, max)
    +#> 
    +#> 
    +#> [[5]]
    +#> class      : RasterLayer 
    +#> dimensions : 57, 74, 4218  (nrow, ncol, ncell)
    +#> resolution : 257, 463  (x, y)
    +#> extent     : 695492.1, 714510.1, 6246657, 6273048  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : NA, NA  (min, max)
    +#> 
    +#> 
    +#> [[6]]
    +#> class      : RasterLayer 
    +#> dimensions : 57, 74, 4218  (nrow, ncol, ncell)
    +#> resolution : 257, 463  (x, y)
    +#> extent     : 695492.1, 714510.1, 6246657, 6273048  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : NA, NA  (min, max)
    +#> 
    +#> 
    +#> [[7]]
    +#> class      : RasterLayer 
    +#> dimensions : 57, 74, 4218  (nrow, ncol, ncell)
    +#> resolution : 257, 463  (x, y)
    +#> extent     : 695492.1, 714510.1, 6246657, 6273048  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : NA, NA  (min, max)
    +#> 
    +#> 
    +#> [[8]]
    +#> class      : RasterLayer 
    +#> dimensions : 57, 74, 4218  (nrow, ncol, ncell)
    +#> resolution : 257, 463  (x, y)
    +#> extent     : 695492.1, 714510.1, 6246657, 6273048  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 1  (min, max)
    +#> 
    +#> 
    +#> [[9]]
    +#> class      : RasterLayer 
    +#> dimensions : 57, 74, 4218  (nrow, ncol, ncell)
    +#> resolution : 257, 463  (x, y)
    +#> extent     : 695492.1, 714510.1, 6246657, 6273048  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : NA, NA  (min, max)
    +#> 
    +#> 
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acdc_animate_record.html b/docs/reference/acdc_animate_record.html index 3387b9b..ffa57e7 100644 --- a/docs/reference/acdc_animate_record.html +++ b/docs/reference/acdc_animate_record.html @@ -1,67 +1,12 @@ - - - - - - - -Create a html animation of the AC/DC algorithm(s) — acdc_animate_record • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Create a html animation of the AC/DC algorithm(s) — acdc_animate_record • flapper + + - - - - -
    -
    - -
    - -
    +
    -

    This function is a simple wrapper for acdc_plot_record and saveHTML which creates an animation of the AC* algorithm(s) over time. To implement this function, a named list of arguments for acdc_plot_record, which creates the plots, must be supplied. This is embedded within saveHTML, which creates a folder in the specified directory named `images' that contains a .png file for each time step and an animation as a .html file.

    +

    This function is a simple wrapper for acdc_plot_record and saveHTML which creates an animation of the AC* algorithm(s) over time. To implement this function, a named list of arguments for acdc_plot_record, which creates the plots, must be supplied. This is embedded within saveHTML, which creates a folder in the specified directory named `images' that contains a .png file for each time step and an animation as a .html file.

    +
    + +
    +
    acdc_animate_record(
    +  expr_param,
    +  dir = NULL,
    +  html_name = "ACDC_algorithm_demo.html",
    +  image_name = "ACDC",
    +  html_title = "Demonstration of the ACDC Algorithm",
    +  html_description = "",
    +  navigator = FALSE,
    +  ani_height = 1000,
    +  ani_width = 1000,
    +  ani_res = 150,
    +  interval = 0.1,
    +  verbose = FALSE,
    +  ...
    +)
    -
    acdc_animate_record(
    -  expr_param,
    -  dir = NULL,
    -  html_name = "ACDC_algorithm_demo.html",
    -  image_name = "ACDC",
    -  html_title = "Demonstration of the ACDC Algorithm",
    -  html_description = "",
    -  navigator = FALSE,
    -  ani_height = 800,
    -  ani_width = 800,
    -  ani_res = 1200,
    -  interval = 0.1,
    -  verbose = FALSE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    expr_param

    A named list of arguments, passed to acdc_plot_record, to create plots.

    dir

    (optional) A string that defines the directory in which to save files. If unsupplied, if available, dir is taken from html_name using dirname.

    html_name

    A string that defines the name of the html file (see `htmlfile' argument in saveHTML).

    image_name

    A string that defines the names of the individual .png files creates (see `img.name' argument in saveHTML).

    html_title, html_description

    Character strings that provide a title and a description that are displayed within the html animation (see `title' and `description' arguments in saveHTML).

    navigator

    A logical variable that defines whether or not to add a navigator panel to the animation (see `navigator' argument in saveHTML).

    ani_height, ani_width, ani_res

    Numbers that define the size and the resolution of the animation (see `ani.height' `ani.width' and `ani.res' arguments in ani.options).

    interval

    A number that defines the time interval between sequential frames (see `interval' argument in ani.options).

    verbose

    A logical or character variable that defines whether or not, or what, to write as a footer to the html animation (see `verbose' argument in ani.options).

    ...

    Additional arguments passed to ani.options.

    - -

    Value

    - -

    The function produces an animation in .html format in the specified directory. A folder named `images' is also produced which contains the images for each time step. The `css' and `js' folders are also produced by saveHTML which creates the animation.

    -

    Details

    - -

    This function requires the animation package.

    -

    Author

    +
    +

    Arguments

    +
    expr_param
    +

    A named list of arguments, passed to acdc_plot_record, to create plots.

    + + +
    dir
    +

    (optional) A string that defines the directory in which to save files. If unsupplied, if available, dir is taken from html_name using dirname.

    + + +
    html_name
    +

    A string that defines the name of the html file (see `htmlfile' argument in saveHTML).

    + + +
    image_name
    +

    A string that defines the names of the individual .png files creates (see `img.name' argument in saveHTML).

    + + +
    html_title, html_description
    +

    Character strings that provide a title and a description that are displayed within the html animation (see `title' and `description' arguments in saveHTML).

    + + +
    navigator
    +

    A logical variable that defines whether or not to add a navigator panel to the animation (see `navigator' argument in saveHTML).

    + +
    ani_height, ani_width, ani_res
    +

    Numbers that define the size and the resolution of the animation (see `ani.height' `ani.width' and `ani.res' arguments in ani.options).

    + + +
    interval
    +

    A number that defines the time interval between sequential frames (see `interval' argument in ani.options).

    + + +
    verbose
    +

    A logical or character variable that defines whether or not, or what, to write as a footer to the html animation (see `verbose' argument in ani.options).

    + + +
    ...
    +

    Additional arguments passed to ani.options.

    + +
    +
    +

    Value

    + + +

    The function produces an animation in .html format in the specified directory. A folder named `images' is also produced which contains the images for each time step. The `css' and `js' folders are also produced by saveHTML which creates the animation.

    +
    +
    +

    Details

    +

    This function requires the animation package.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    dir_current <- getwd() -setwd(tempdir()) -acdc_record <- acdc_simplify(dat_acdc) -
    #> acdc_simplify() implemented for type = 'acs'.
    acdc_animate_record(expr_param = - list(record = acdc_record, - add_coastline = list(x = dat_coast, col = "darkgreen"), - plot = 1:5, - fix_zlim = FALSE) - ) -
    #> flapper::acdc_plot_record() called... -#> ... Checking function inputs... -#> ... Defining data for background plot...
    #> add_containers = NULL implemented: 'record' does not contain containers.
    #> ... Setting plotting window... -#> ... Making plots for each time step ...
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    #> HTML file created at: ACDC_algorithm_demo.html
    setwd(dir_current) -
    +
    +

    Examples

    +
    dir_current <- getwd()
    +setwd(tempdir())
    +acdc_record <- acdc_simplify(dat_acdc)
    +#> acdc_simplify() implemented for type = 'acs'.
    +acdc_animate_record(expr_param =
    +                     list(record = acdc_record,
    +                          add_coastline = list(x = dat_coast, col = "darkgreen"),
    +                          plot = 1:5,
    +                          fix_zlim = FALSE)
    +                    )
    +#> flapper::acdc_plot_record() called... 
    +#> ... Checking function inputs... 
    +#> ... Defining data for background plot... 
    +#> add_containers = NULL implemented: 'record' does not contain containers.
    +#> ... Setting plotting window... 
    +#> ... Making plots for each time step ... 
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +#> HTML file created at: ACDC_algorithm_demo.html
    +setwd(dir_current)
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acdc_archive-class.html b/docs/reference/acdc_archive-class.html index 6030a5d..d9a1324 100644 --- a/docs/reference/acdc_archive-class.html +++ b/docs/reference/acdc_archive-class.html @@ -1,67 +1,12 @@ - - - - - - - -"acdc-archive" class — acdc_archive-class • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"acdc-archive" class — acdc_archive-class • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    An S3 class that defines the object returned by an acoustic-container/depth-contour (AC/DC) algorithm (ac, dc or acdc).

    +

    An S3 class that defines the object returned by an acoustic-container/depth-contour (AC/DC) algorithm (ac, dc or acdc).

    +
    +

    Value

    + + +

    An acdc_archive-class object is a named list that contains the output of a call to ac, dc or acdc. This contains the following elements: `archive', `ts_by_chunk', `time' and `args'.

    + + +

    The main output is the `archive' element. This contains a list of acdc_record-class objects returned by the call(s) to the internal routines that implement the algorithm. If the algorithm is implemented step-wise, this list contains a single element; if the algorithm is implemented chunk-wise, there is one element for each chunk. Each element contains an acdc_record-class object with results of the call to internal routines for that chunk. The results across chunks can be aggregated using acdc_simplify.

    -

    Value

    -

    An acdc_archive-class object is a named list that contains the output of a call to ac, dc or acdc. This contains the following elements: `archive', `ts_by_chunk', `time' and `args'.

    -

    The main output is the `archive' element. This contains a list of acdc_record-class objects returned by the call(s) to the internal routines that implement the algorithm. If the algorithm is implemented step-wise, this list contains a single element; if the algorithm is implemented chunk-wise, there is one element for each chunk. Each element contains an acdc_record-class object with results of the call to internal routines for that chunk. The results across chunks can be aggregated using acdc_simplify.

    The `ts_by_chunk' element is a list, with one element for each chunk, that contains the movement time series that were used in that chunk. Each element contains `acoustics' and `archival' dataframes, though the former is NULL for the DC algorithm and the latter is NULL for the AC algorithm. For the AC* algorithms, if there is more than one chunk, the last observation of each acoustic chunk is the same as the first acoustic observation for the next chunk. This results from splitting chunks at acoustic observations, which enables the results of chunks that are computed independently to be simply aggregated without the loss of any information.

    + +

    The `time' element is a dataframe that defines the times of sequential stages in the algorithm's progression, providing a record of computation time.

    -

    The `args' element is a named list of user inputs that records the parameters used to generate the outputs.

    -

    Author

    + +

    The `args' element is a named list of user inputs that records the parameters used to generate the outputs.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acdc_plot_record-1.png b/docs/reference/acdc_plot_record-1.png index 4b50639..d6abaff 100644 Binary files a/docs/reference/acdc_plot_record-1.png and b/docs/reference/acdc_plot_record-1.png differ diff --git a/docs/reference/acdc_plot_record-2.png b/docs/reference/acdc_plot_record-2.png index 3790dce..8b6f416 100644 Binary files a/docs/reference/acdc_plot_record-2.png and b/docs/reference/acdc_plot_record-2.png differ diff --git a/docs/reference/acdc_plot_record-3.png b/docs/reference/acdc_plot_record-3.png index e162e95..1022def 100644 Binary files a/docs/reference/acdc_plot_record-3.png and b/docs/reference/acdc_plot_record-3.png differ diff --git a/docs/reference/acdc_plot_record-4.png b/docs/reference/acdc_plot_record-4.png index 545da41..aa11d09 100644 Binary files a/docs/reference/acdc_plot_record-4.png and b/docs/reference/acdc_plot_record-4.png differ diff --git a/docs/reference/acdc_plot_record-5.png b/docs/reference/acdc_plot_record-5.png index 2cc4e1f..e406eb3 100644 Binary files a/docs/reference/acdc_plot_record-5.png and b/docs/reference/acdc_plot_record-5.png differ diff --git a/docs/reference/acdc_plot_record.html b/docs/reference/acdc_plot_record.html index 1eb2a6c..a915f6d 100644 --- a/docs/reference/acdc_plot_record.html +++ b/docs/reference/acdc_plot_record.html @@ -1,67 +1,12 @@ - - - - - - - -Plot time-specific maps from the AC/DC algorithm(s) — acdc_plot_record • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Plot time-specific maps from the AC/DC algorithm(s) — acdc_plot_record • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function is used to plot time-specific maps from the AC/DC algorithm(s). To implement the function, an acdc_record-class list from ac, dc or acdc plus acdc_simplify must be supplied, from which the results can be extracted and plotted for specified time steps. For each time step, the function extracts the necessary information; sets up a blank background plot using plot and pretty_axis and then adds requested spatial layers to this plot. Depending on user-inputs, this will usually show a cumulative map of expected time spent in different parts of the study area (from the start of the algorithm to each time point). Coastline, receivers and acoustic containers (if applicable) can be added and customised and the finalised plots can be returned or saved to file.

    +

    This function is used to plot time-specific maps from the AC/DC algorithm(s). To implement the function, an acdc_record-class list from ac, dc or acdc plus acdc_simplify must be supplied, from which the results can be extracted and plotted for specified time steps. For each time step, the function extracts the necessary information; sets up a blank background plot using plot and pretty_axis and then adds requested spatial layers to this plot. Depending on user-inputs, this will usually show a cumulative map of expected time spent in different parts of the study area (from the start of the algorithm to each time point). Coastline, receivers and acoustic containers (if applicable) can be added and customised and the finalised plots can be returned or saved to file.

    -
    acdc_plot_record(
    -  record,
    -  type = c("map_cumulative", "map_timestep"),
    -  plot = 1,
    -  add_coastline = NULL,
    -  add_receivers = NULL,
    -  add_raster = list(col = rev(grDevices::terrain.colors(255))),
    -  add_containers = list(),
    -  add_additional = NULL,
    -  crop_spatial = FALSE,
    -  xlim = NULL,
    -  ylim = NULL,
    -  fix_zlim = FALSE,
    -  pretty_axis_args = list(side = 1:4, axis = list(list(), list(), list(labels = FALSE),
    -    list(labels = FALSE)), control_axis = list(las = TRUE), control_sci_notation =
    -    list(magnitude = 16L, digits = 0)),
    -  par_param = list(),
    -  png_param = list(),
    -  cl = NULL,
    -  varlist = NULL,
    -  verbose = TRUE,
    -  check = TRUE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    record

    An acdc_record-class object.

    type

    A character that defines the plotted surface(s): "map_cumulative" plots the cumulative surface and "map_timestep" plots time step-specific surfaces.

    plot

    An integer vector that defines the time steps for which to make plots. If plot = NULL, the function will make a plot for all time steps for which the necessary information is available in record.

    add_coastline

    (optional) A named list of arguments, passed to plot, to add a polygon (i.e., of the coastline), to the plot. If provided, this must contain an `x' element that contains the coastline as a spatial object (e.g., a SpatialPolygonsDataFrame: see dat_coast for an example).

    add_receivers

    (optional) A named list of arguments, passed to points, to add points (i.e., receivers) to the plot. If provided, this must contain an `x' element that is a SpatialPoints object that specifies receiver locations (in the same coordinate reference system as other spatial data).

    add_raster

    (optional) A named list of arguments, passed to image.plot, to plot the RasterLayer of possible locations that is extracted from record.

    add_containers

    (optional) For outputs from the AC* algorithms (ac or acdc), containers is a named list of arguments, passed to plot, to add the acoustic containers to the plot.

    add_additional

    (optional) A stand-alone function, to be executed after the background plot has been made and any specified spatial layers have been added to this, to customise the result (see Examples).

    crop_spatial

    A logical variable that defines whether or not to crop spatial data to lie within the axis limits.

    xlim, ylim, fix_zlim, pretty_axis_args

    Axis control arguments. xlim and ylim control the axis limits, following the rules of the lim argument in pretty_axis. fix_zlim is a logical input that defines whether or not to fix z axis limits across all plots (to facilitate comparisons), or a vector of two numbers that define a custom range for the z axis which is fixed across all plots. fix_zlim = FALSE produces plots in which the z axis is allowed to vary flexibly between time units. Other axis options supported by pretty_axis are implemented by passing a named list of arguments to this function via pretty_axis_args.

    par_param

    (optional) A named list of arguments, passed to par, to control the plotting window. This is executed before plotting is initiated and therefore affects all plots.

    png_param

    (optional) A named list of arguments, passed to png, to save plots to file. If supplied, the plot for each time step is saved separately. The `filename' argument should be the directory in which plots are saved. Plots are then saved as "1.png", "2.png" and so on.

    cl, varlist

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel. If supplied, the function loops over specified time steps in parallel to make plots. This is only implemented if plots are saved to file (i.e., png_param is supplied).

    verbose

    A logical variable that defines whether or not relay messages to the console to monitor function progress.

    check

    A logical variable that defines whether or not to check user inputs to the function before its initiation.

    ...

    Additional arguments, passed to plot, to customise the blank background plot onto which spatial layers are added, such as xlab, ylab and main.

    - -

    Value

    - -

    The function plots the results of the AC* algorithm(s) at specified time steps, with one plot per time step. Plots are saved to file if png_param is supplied.

    -

    See also

    - -

    This function is typically used following calls to ac, dc or acdc and acdc_simplify.

    -

    Author

    +
    +
    acdc_plot_record(
    +  record,
    +  type = c("map_cumulative", "map_timestep"),
    +  plot = 1,
    +  add_coastline = NULL,
    +  add_receivers = NULL,
    +  add_raster = list(col = rev(grDevices::terrain.colors(255))),
    +  add_containers = list(),
    +  add_additional = NULL,
    +  crop_spatial = FALSE,
    +  xlim = NULL,
    +  ylim = NULL,
    +  fix_zlim = FALSE,
    +  pretty_axis_args = list(side = 1:4, axis = list(list(), list(), list(labels = FALSE),
    +    list(labels = FALSE)), control_axis = list(las = TRUE), control_sci_notation =
    +    list(magnitude = 16L, digits = 0)),
    +  par_param = list(),
    +  png_param = list(),
    +  cl = NULL,
    +  varlist = NULL,
    +  verbose = TRUE,
    +  check = TRUE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    record
    +

    An acdc_record-class object.

    + + +
    type
    +

    A character that defines the plotted surface(s): "map_cumulative" plots the cumulative surface and "map_timestep" plots time step-specific surfaces.

    + +
    plot
    +

    An integer vector that defines the time steps for which to make plots. If plot = NULL, the function will make a plot for all time steps for which the necessary information is available in record.

    + + +
    add_coastline
    +

    (optional) A named list of arguments, passed to plot, to add a polygon (i.e., of the coastline), to the plot. If provided, this must contain an `x' element that contains the coastline as a spatial object (e.g., a SpatialPolygonsDataFrame: see dat_coast for an example).

    + + +
    add_receivers
    +

    (optional) A named list of arguments, passed to points, to add points (i.e., receivers) to the plot. If provided, this must contain an `x' element that is a SpatialPoints object that specifies receiver locations (in the same coordinate reference system as other spatial data).

    + + +
    add_raster
    +

    (optional) A named list of arguments, passed to image.plot, to plot the RasterLayer of possible locations that is extracted from record.

    + + +
    add_containers
    +

    (optional) For outputs from the AC* algorithms (ac or acdc), containers is a named list of arguments, passed to plot, to add the acoustic containers to the plot.

    + + +
    add_additional
    +

    (optional) A stand-alone function, to be executed after the background plot has been made and any specified spatial layers have been added to this, to customise the result (see Examples).

    + + +
    crop_spatial
    +

    A logical variable that defines whether or not to crop spatial data to lie within the axis limits.

    + + +
    xlim, ylim, fix_zlim, pretty_axis_args
    +

    Axis control arguments. xlim and ylim control the axis limits, following the rules of the lim argument in pretty_axis. fix_zlim is a logical input that defines whether or not to fix z axis limits across all plots (to facilitate comparisons), or a vector of two numbers that define a custom range for the z axis which is fixed across all plots. fix_zlim = FALSE produces plots in which the z axis is allowed to vary flexibly between time units. Other axis options supported by pretty_axis are implemented by passing a named list of arguments to this function via pretty_axis_args.

    + + +
    par_param
    +

    (optional) A named list of arguments, passed to par, to control the plotting window. This is executed before plotting is initiated and therefore affects all plots.

    + + +
    png_param
    +

    (optional) A named list of arguments, passed to png, to save plots to file. If supplied, the plot for each time step is saved separately. The `filename' argument should be the directory in which plots are saved. Plots are then saved as "1.png", "2.png" and so on.

    + + +
    cl, varlist
    +

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel. If supplied, the function loops over specified time steps in parallel to make plots. This is only implemented if plots are saved to file (i.e., png_param is supplied).

    + + +
    verbose
    +

    A logical variable that defines whether or not relay messages to the console to monitor function progress.

    + + +
    check
    +

    A logical variable that defines whether or not to check user inputs to the function before its initiation.

    + + +
    ...
    +

    Additional arguments, passed to plot, to customise the blank background plot onto which spatial layers are added, such as xlab, ylab and main.

    + +
    +
    +

    Value

    + + +

    The function plots the results of the AC* algorithm(s) at specified time steps, with one plot per time step. Plots are saved to file if png_param is supplied.

    +
    +
    +

    See also

    +

    This function is typically used following calls to ac, dc or acdc and acdc_simplify.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Step (1): Implement AC/DC algorithm(s) -# ... see examples via ac(), dc() and acdc() - -#### Step (2): Simplify outputs of the AC/DC algorithm(s) -dat_acdc <- acdc_simplify(dat_acdc) -
    #> acdc_simplify() implemented for type = 'acs'.
    -#### Example (1): The default options simply plot the first surface -acdc_plot_record(record = dat_acdc) -
    #> flapper::acdc_plot_record() called... -#> ... Checking function inputs... -#> ... Defining data for background plot...
    #> add_containers = NULL implemented: 'record' does not contain containers.
    #> ... Setting plotting window... -#> ... Making plots for each time step ...
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    -#### Example (2): Define the number of plots to be produced and control the plotting window -acdc_plot_record(record = dat_acdc, - plot = 1:2, - par_param = list(mfrow = c(1, 2), mar = c(8, 8, 8, 8))) -
    #> flapper::acdc_plot_record() called... -#> ... Checking function inputs... -#> ... Defining data for background plot...
    #> add_containers = NULL implemented: 'record' does not contain containers.
    #> ... Setting plotting window... -#> ... Making plots for each time step ...
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    -#### Example (3): Add and customise spatial information via add_* args -## Define a SpatialPoints object of receiver locations -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -rsp <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], proj_wgs84) -rsp <- sp::spTransform(rsp, proj_utm) -## Plot with receiver locations and coastline, customise the containers and the raster -acdc_plot_record(record = dat_acdc, - add_coastline = list(x = dat_coast, col = "darkgreen"), - add_receivers = list(x = rsp, pch = 4, col = "royalblue"), - add_containers = list(col = "red"), - add_raster = list(col = rev(topo.colors(100))) - ) -
    #> flapper::acdc_plot_record() called... -#> ... Checking function inputs... -#> ... Defining data for background plot...
    #> add_containers = NULL implemented: 'record' does not contain containers.
    #> ... Setting plotting window... -#> ... Making plots for each time step ...
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    -#### Example (4): Control axis properties -# ... via smallplot argument for raster, pretty_axis_args, xlim, ylim and fix_zlim -# ... set crop_spatial = TRUE to crop spatial data within adjusted limits -acdc_plot_record(record = dat_acdc, - add_coastline = list(x = dat_coast, col = "darkgreen"), - add_receivers = list(x = rsp, pch = 4, col = "royalblue"), - add_containers = list(col = "red"), - add_raster = list(smallplot= c(0.85, 0.9, 0.25, 0.75)), - crop_spatial = TRUE, - pretty_axis_args = list(side = 1:4, - control_sci_notation = - list(magnitude = 16L, digits = 0)), - xlim = raster::extent(dat_coast)[1:2], - ylim = raster::extent(dat_coast)[3:4], - fix_zlim = c(0, 1) - ) -
    #> flapper::acdc_plot_record() called... -#> ... Checking function inputs... -#> ... Defining data for background plot...
    #> add_containers = NULL implemented: 'record' does not contain containers.
    #> ... Setting plotting window... -#> ... Making plots for each time step ...
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    -#### Example (5): Modify each plot after it is produced via add_additional -# Specify a function to add titles to a plot -add_titles <- function(){ - mtext(side = 1, "x (UTM)", line = 2) - mtext(side = 2, "y (UTM)", line = -8) -} -# Make plots with added titles -acdc_plot_record(record = dat_acdc, - plot = 1:2, - par_param = list(mfrow = c(1, 2), mar = c(8, 8, 8, 8)), - add_coastline = list(x = dat_coast, col = "darkgreen"), - add_receivers = list(x = rsp, pch = 4, col = "royalblue"), - add_containers = list(col = "red"), - add_raster = list(), - crop_spatial = TRUE, - xlim = raster::extent(dat_coast)[1:2], - ylim = raster::extent(dat_coast)[3:4], - add_additional = add_titles - ) -
    #> flapper::acdc_plot_record() called... -#> ... Checking function inputs... -#> ... Defining data for background plot...
    #> add_containers = NULL implemented: 'record' does not contain containers.
    #> ... Setting plotting window... -#> ... Making plots for each time step ...
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    -#### Example (6) Save plots via png_param -list.files(tempdir()) -
    #> [1] "25" "28" -#> [3] "35" "ACDC_algorithm_demo.html" -#> [5] "acdc_log.txt" "css" -#> [7] "dot_acdc_log_1.txt" "dot_acdc_log_2.txt" -#> [9] "dot_acdc_log_3.txt" "dot_acdc_log_4.txt" -#> [11] "dot_acdc_log_5.txt" "downlit" -#> [13] "filef601236c7a3" "filef6021d8f5cf" -#> [15] "filef602786f553.so" "filef6079ff375a" -#> [17] "images" "js"
    acdc_plot_record(record = dat_acdc, - plot = 1:2, - png_param = list(filename = tempdir()) - ) -
    #> flapper::acdc_plot_record() called... -#> ... Checking function inputs...
    #> '/' added to the directory inputted to the argument 'png_param$filename' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA').
    #> ... Defining data for background plot...
    #> add_containers = NULL implemented: 'record' does not contain containers.
    #> ... Setting plotting window... -#> ... Making plots for each time step ...
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    #> [1] "1.png" "2.png" -#> [3] "25" "28" -#> [5] "35" "ACDC_algorithm_demo.html" -#> [7] "acdc_log.txt" "css" -#> [9] "dot_acdc_log_1.txt" "dot_acdc_log_2.txt" -#> [11] "dot_acdc_log_3.txt" "dot_acdc_log_4.txt" -#> [13] "dot_acdc_log_5.txt" "downlit" -#> [15] "filef601236c7a3" "filef6021d8f5cf" -#> [17] "filef602786f553.so" "filef6079ff375a" -#> [19] "images" "js"
    -#### Example (7) To plot the overall map, you can also just use a -# ... a raster plotting function like prettyGraphics::pretty_map() -ext <- update_extent(raster::extent(dat_coast), -1000) -prettyGraphics::pretty_map(x = ext, - add_rasters = list(x = dat_acdc$map), - add_points = list(x = rsp, pch = "*", col = "red"), - add_polys = list(x = dat_coast, col = "lightgreen"), - crop_spatial = TRUE, - xlab = "Easting", ylab = "Northing" - ) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    -
    +
    +

    Examples

    +
    #### Step (1): Implement AC/DC algorithm(s)
    +# ... see examples via ac(), dc() and acdc()
    +
    +#### Step (2): Simplify outputs of the AC/DC algorithm(s)
    +dat_acdc <- acdc_simplify(dat_acdc)
    +#> acdc_simplify() implemented for type = 'acs'.
    +
    +#### Example (1): The default options simply plot the first surface
    +acdc_plot_record(record = dat_acdc)
    +#> flapper::acdc_plot_record() called... 
    +#> ... Checking function inputs... 
    +#> ... Defining data for background plot... 
    +#> add_containers = NULL implemented: 'record' does not contain containers.
    +#> ... Setting plotting window... 
    +#> ... Making plots for each time step ... 
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +
    +
    +#### Example (2): Define the number of plots to be produced and control the plotting window
    +acdc_plot_record(record = dat_acdc,
    +                 plot = 1:2,
    +                 par_param = list(mfrow = c(1, 2), mar = c(8, 8, 8, 8)))
    +#> flapper::acdc_plot_record() called... 
    +#> ... Checking function inputs... 
    +#> ... Defining data for background plot... 
    +#> add_containers = NULL implemented: 'record' does not contain containers.
    +#> ... Setting plotting window... 
    +#> ... Making plots for each time step ... 
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +
    +
    +#### Example (3): Add and customise spatial information via add_* args
    +## Define a SpatialPoints object of receiver locations
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +rsp <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], proj_wgs84)
    +rsp <- sp::spTransform(rsp, proj_utm)
    +## Plot with receiver locations and coastline, customise the containers and the raster
    +acdc_plot_record(record = dat_acdc,
    +                 add_coastline = list(x = dat_coast, col = "darkgreen"),
    +                 add_receivers = list(x = rsp, pch = 4, col = "royalblue"),
    +                 add_containers = list(col = "red"),
    +                 add_raster = list(col = rev(topo.colors(100)))
    +                 )
    +#> flapper::acdc_plot_record() called... 
    +#> ... Checking function inputs... 
    +#> ... Defining data for background plot... 
    +#> add_containers = NULL implemented: 'record' does not contain containers.
    +#> ... Setting plotting window... 
    +#> ... Making plots for each time step ... 
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +
    +#### Example (4): Control axis properties
    +# ... via smallplot argument for raster, pretty_axis_args, xlim, ylim and fix_zlim
    +# ... set crop_spatial = TRUE to crop spatial data within adjusted limits
    +acdc_plot_record(record = dat_acdc,
    +                 add_coastline = list(x = dat_coast, col = "darkgreen"),
    +                 add_receivers = list(x = rsp, pch = 4, col = "royalblue"),
    +                 add_containers = list(col = "red"),
    +                 add_raster = list(smallplot= c(0.85, 0.9, 0.25, 0.75)),
    +                 crop_spatial = TRUE,
    +                 pretty_axis_args = list(side = 1:4,
    +                                         control_sci_notation =
    +                                           list(magnitude = 16L, digits = 0)),
    +                 xlim = raster::extent(dat_coast)[1:2],
    +                 ylim = raster::extent(dat_coast)[3:4],
    +                 fix_zlim = c(0, 1)
    +                 )
    +#> flapper::acdc_plot_record() called... 
    +#> ... Checking function inputs... 
    +#> ... Defining data for background plot... 
    +#> add_containers = NULL implemented: 'record' does not contain containers.
    +#> ... Setting plotting window... 
    +#> ... Making plots for each time step ... 
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +
    +
    +#### Example (5): Modify each plot after it is produced via add_additional
    +# Specify a function to add titles to a plot
    +add_titles <- function(){
    +  mtext(side = 1, "x (UTM)", line = 2)
    +  mtext(side = 2, "y (UTM)", line = -8)
    +}
    +# Make plots with added titles
    +acdc_plot_record(record = dat_acdc,
    +                 plot = 1:2,
    +                 par_param = list(mfrow = c(1, 2), mar = c(8, 8, 8, 8)),
    +                 add_coastline = list(x = dat_coast, col = "darkgreen"),
    +                 add_receivers = list(x = rsp, pch = 4, col = "royalblue"),
    +                 add_containers = list(col = "red"),
    +                 add_raster = list(),
    +                 crop_spatial = TRUE,
    +                 xlim = raster::extent(dat_coast)[1:2],
    +                 ylim = raster::extent(dat_coast)[3:4],
    +                 add_additional = add_titles
    +                 )
    +#> flapper::acdc_plot_record() called... 
    +#> ... Checking function inputs... 
    +#> ... Defining data for background plot... 
    +#> add_containers = NULL implemented: 'record' does not contain containers.
    +#> ... Setting plotting window... 
    +#> ... Making plots for each time step ... 
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +
    +
    +#### Example (6) Save plots via png_param
    +list.files(tempdir())
    +#>  [1] "25"                       "28"                      
    +#>  [3] "35"                       "ACDC_algorithm_demo.html"
    +#>  [5] "acdc_log.txt"             "css"                     
    +#>  [7] "dot_acdc_log_1.txt"       "dot_acdc_log_2.txt"      
    +#>  [9] "dot_acdc_log_3.txt"       "dot_acdc_log_4.txt"      
    +#> [11] "dot_acdc_log_5.txt"       "downlit"                 
    +#> [13] "file77b31494a445"         "file77b3284fa5e6"        
    +#> [15] "file77b330cf712d"         "file77b331894d7a"        
    +#> [17] "images"                   "js"                      
    +acdc_plot_record(record = dat_acdc,
    +                 plot = 1:2,
    +                 png_param = list(filename = tempdir())
    +                 )
    +#> flapper::acdc_plot_record() called... 
    +#> ... Checking function inputs... 
    +#> '/' added to the directory inputted to the argument 'png_param$filename' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226').
    +#> ... Defining data for background plot... 
    +#> add_containers = NULL implemented: 'record' does not contain containers.
    +#> ... Setting plotting window... 
    +#> ... Making plots for each time step ... 
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +list.files(tempdir())
    +#>  [1] "1.png"                    "2.png"                   
    +#>  [3] "25"                       "28"                      
    +#>  [5] "35"                       "ACDC_algorithm_demo.html"
    +#>  [7] "acdc_log.txt"             "css"                     
    +#>  [9] "dot_acdc_log_1.txt"       "dot_acdc_log_2.txt"      
    +#> [11] "dot_acdc_log_3.txt"       "dot_acdc_log_4.txt"      
    +#> [13] "dot_acdc_log_5.txt"       "downlit"                 
    +#> [15] "file77b31494a445"         "file77b3284fa5e6"        
    +#> [17] "file77b330cf712d"         "file77b331894d7a"        
    +#> [19] "images"                   "js"                      
    +
    +#### Example (7) To plot the overall map, you can also just use a
    +# ... a raster plotting function like prettyGraphics::pretty_map()
    +ext <- update_extent(raster::extent(dat_coast), -1000)
    +prettyGraphics::pretty_map(x = ext,
    +                           add_rasters = list(x = dat_acdc$map),
    +                           add_points = list(x = rsp, pch = "*", col = "red"),
    +                           add_polys = list(x = dat_coast, col = "lightgreen"),
    +                           crop_spatial = TRUE,
    +                           xlab = "Easting", ylab = "Northing"
    +                           )
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acdc_plot_trace-1.png b/docs/reference/acdc_plot_trace-1.png index 6267903..0bdb75b 100644 Binary files a/docs/reference/acdc_plot_trace-1.png and b/docs/reference/acdc_plot_trace-1.png differ diff --git a/docs/reference/acdc_plot_trace-2.png b/docs/reference/acdc_plot_trace-2.png index 601d9e1..953c882 100644 Binary files a/docs/reference/acdc_plot_trace-2.png and b/docs/reference/acdc_plot_trace-2.png differ diff --git a/docs/reference/acdc_plot_trace-3.png b/docs/reference/acdc_plot_trace-3.png index e5eaf08..2611631 100644 Binary files a/docs/reference/acdc_plot_trace-3.png and b/docs/reference/acdc_plot_trace-3.png differ diff --git a/docs/reference/acdc_plot_trace.html b/docs/reference/acdc_plot_trace.html index df698f3..db477c4 100644 --- a/docs/reference/acdc_plot_trace.html +++ b/docs/reference/acdc_plot_trace.html @@ -1,69 +1,14 @@ - - - - - - - -Plot AC* container dynamics — acdc_plot_trace • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Plot AC* container dynamics — acdc_plot_trace • flapper - - - - - - - - - - - + + - - -
    -
    - -
    - -
    +
    -

    This function visually reconstructs the dynamics of an acoustic-container* (AC*) algorithm (i.e., ac or acdc).

    -

    To implement the function, an acdc_record-class object (record) from ac or acdc plus acdc_simplify that defines the outputs of the AC* algorithm is required. A SpatialPointsDataFrame that defines receiver locations and a matrix that defines the daily operational status of each receiver are also required.

    +

    This function visually reconstructs the dynamics of an acoustic-container* (AC*) algorithm (i.e., ac or acdc).

    +

    To implement the function, an acdc_record-class object (record) from ac or acdc plus acdc_simplify that defines the outputs of the AC* algorithm is required. A SpatialPointsDataFrame that defines receiver locations and a matrix that defines the daily operational status of each receiver are also required.

    For each time step, the function plots the probability surface, the receiver(s) at which the individual was detected and the acoustic containers, illustrating how the expansion, contraction and intersection of acoustic containers capture the set of possible locations for an individual through time.

    -
    acdc_plot_trace(
    -  record,
    -  plot = NULL,
    -  moorings,
    -  moorings_matrix,
    -  add_raster = list(),
    -  add_receiver_1 = list(pch = 4, lwd = 4, col = "darkgreen"),
    -  add_receiver_2 = list(pch = 4, lwd = 2, col = "darkorange"),
    -  add_receiver_3 = list(pch = 4, lwd = 1, col = "darkred"),
    -  add_receiver_n = list(pch = 4, lwd = 2),
    -  add_container_ap = list(col = "darkgreen"),
    -  add_container_an = list(col = "darkgreen"),
    -  add_container_b = list(col = "darkorange"),
    -  add_container_c = list(col = scales::alpha("forestgreen", 0.5), density = 20),
    -  add_coastline = list(),
    -  add_main = list(),
    -  ...,
    -  par_param = list(),
    -  png_param = list(),
    -  prompt = TRUE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    record

    A acdc_record-class object from ac or acdc plus acdc_simplify.

    plot

    An integer vector that defines the time steps for which to make plots. If plot = NULL, the function will make a plot for all time steps for which the necessary information is available in record.

    moorings

    A SpatialPointsDataFrame that defines receiver locations (in the Universe Transverse Mercator coordinate reference system) and receiver IDs (in a column named `receiver_id').

    moorings_matrix

    A matrix that defines, for each day of the study (rows) and each receiver (columns), receivers' operational status (see make_matrix_receivers).

    add_raster

    A named list of arguments, passed to add_sp_raster, to plot the location-probability surface.

    add_receiver_1, add_receiver_2, add_receiver_3, add_receiver_n

    Named lists of arguments, passed to points, to customise the appearance of receivers. add_receiver_1 controls the appearance of the `current' receiver (at which the individual was last or has just been detected); add_receiver_2 controls the appearance of the receiver at which the individual was next detected; add_receiver_3 controls the appearance of the third receiver at which the individual was detected; and add_receiver_n controls the appearance of all remaining active receivers.

    add_container_ap, add_container_an, add_container_b, add_container_c

    Named lists of arguments that control the appearance of acoustic containers. (container_ap defines the boundaries of the individual's location from the perspective of its previous location; container_an defines the boundaries of the individual's location at the moment of detection from the perspective of the receiver that recorded the detection; container_b defines the boundaries of the individual's location from the perspective of the receiver at which the individual was next detected; and container_c defines the boundaries of the individual's location integrated across all of these perspectives; see acdc_record-class.) add_container_ap,add_container_an and add_container_b are passed to lines,SpatialPolygons-method and add_container_c is passed to plot.

    add_coastline

    A named list of arguments, passed to plot, to add coastline to each plot.

    add_main

    A named list of arguments, passed to mtext, to customise the appearance of the plot title. Default plot titles are structured as follows: `Map for t = cumulative time step (detection time step [intermediate time step] time stamp'. When the intermediate time step is one, the individual is detected. At subsequent intermediate time steps, acoustic containers expand and contract.

    ...

    Additional plot customisation options passed to pretty_map.

    par_param

    A named list of arguments, passed to par, to set the plotting window.

    png_param

    (optional) A named list of arguments, passed to png, to save plots to file. If supplied, the plot for each time step is saved separately. The `filename' argument should be the directory in which plots are saved. Plots are then saved as "1.png", "2.png" and so on. If supplied, prompt is ignored (see below).

    prompt

    If png_param is not specified, prompt is a logical variable that defines whether or not to pause function execution between plots and between containers within plots to facilitate interpretation.

    - -

    Value

    - -

    The function returns, for each time step, a plot of the probability surface and acoustic containers.

    -

    See also

    - -

    ac and acdc implement the AC and ACDC algorithms and acdc_simplify simplifies the results. acdc_plot_record and acdc_animate_record provide additional visualisation routines.

    -

    Author

    +
    +
    acdc_plot_trace(
    +  record,
    +  plot = NULL,
    +  moorings,
    +  moorings_matrix,
    +  add_raster = list(),
    +  add_receiver_1 = list(pch = 4, lwd = 4, col = "darkgreen"),
    +  add_receiver_2 = list(pch = 4, lwd = 2, col = "darkorange"),
    +  add_receiver_3 = list(pch = 4, lwd = 1, col = "darkred"),
    +  add_receiver_n = list(pch = 4, lwd = 2),
    +  add_container_ap = list(col = "darkgreen"),
    +  add_container_an = list(col = "darkgreen"),
    +  add_container_b = list(col = "darkorange"),
    +  add_container_c = list(col = scales::alpha("forestgreen", 0.5), density = 20),
    +  add_coastline = list(),
    +  add_main = list(),
    +  ...,
    +  par_param = list(),
    +  png_param = list(),
    +  prompt = TRUE
    +)
    +
    +
    +

    Arguments

    +
    record
    +

    A acdc_record-class object from ac or acdc plus acdc_simplify.

    + + +
    plot
    +

    An integer vector that defines the time steps for which to make plots. If plot = NULL, the function will make a plot for all time steps for which the necessary information is available in record.

    + + +
    moorings
    +

    A SpatialPointsDataFrame that defines receiver locations (in the Universe Transverse Mercator coordinate reference system) and receiver IDs (in a column named `receiver_id').

    + + +
    moorings_matrix
    +

    A matrix that defines, for each day of the study (rows) and each receiver (columns), receivers' operational status (see make_matrix_receivers).

    + + +
    add_raster
    +

    A named list of arguments, passed to add_sp_raster, to plot the location-probability surface.

    + + +
    add_receiver_1, add_receiver_2, add_receiver_3, add_receiver_n
    +

    Named lists of arguments, passed to points, to customise the appearance of receivers. add_receiver_1 controls the appearance of the `current' receiver (at which the individual was last or has just been detected); add_receiver_2 controls the appearance of the receiver at which the individual was next detected; add_receiver_3 controls the appearance of the third receiver at which the individual was detected; and add_receiver_n controls the appearance of all remaining active receivers.

    + + +
    add_container_ap, add_container_an, add_container_b, add_container_c
    +

    Named lists of arguments that control the appearance of acoustic containers. (container_ap defines the boundaries of the individual's location from the perspective of its previous location; container_an defines the boundaries of the individual's location at the moment of detection from the perspective of the receiver that recorded the detection; container_b defines the boundaries of the individual's location from the perspective of the receiver at which the individual was next detected; and container_c defines the boundaries of the individual's location integrated across all of these perspectives; see acdc_record-class.) add_container_ap,add_container_an and add_container_b are passed to lines,SpatialPolygons-method and add_container_c is passed to plot.

    + + +
    add_coastline
    +

    A named list of arguments, passed to plot, to add coastline to each plot.

    + + +
    add_main
    +

    A named list of arguments, passed to mtext, to customise the appearance of the plot title. Default plot titles are structured as follows: `Map for t = cumulative time step (detection time step [intermediate time step] time stamp'. When the intermediate time step is one, the individual is detected. At subsequent intermediate time steps, acoustic containers expand and contract.

    + + +
    ...
    +

    Additional plot customisation options passed to pretty_map.

    + + +
    par_param
    +

    A named list of arguments, passed to par, to set the plotting window.

    + + +
    png_param
    +

    (optional) A named list of arguments, passed to png, to save plots to file. If supplied, the plot for each time step is saved separately. The `filename' argument should be the directory in which plots are saved. Plots are then saved as "1.png", "2.png" and so on. If supplied, prompt is ignored (see below).

    + + +
    prompt
    +

    If png_param is not specified, prompt is a logical variable that defines whether or not to pause function execution between plots and between containers within plots to facilitate interpretation.

    + +
    +
    +

    Value

    + + +

    The function returns, for each time step, a plot of the probability surface and acoustic containers.

    +
    +
    +

    See also

    +

    ac and acdc implement the AC and ACDC algorithms and acdc_simplify simplifies the results. acdc_plot_record and acdc_animate_record provide additional visualisation routines.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Prepare example AC algorithm outputs with spatial files - -## Define example time series -id <- 25 -acc <- dat_acoustics[dat_acoustics$individual_id == id, ] -acc$timestamp <- lubridate::round_date(acc$timestamp, "2 mins") -acc$key <- paste0(acc$timestamp, "-", acc$receiver_id) -acc <- acc[!duplicated(acc$key), ][1:20, ] - -## Define receiver locations ('moorings' SPDF) and activity status matrix -# Receiver locations -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) -moorings <- sp::SpatialPointsDataFrame(xy, data = dat_moorings) -# Daily activity status matrix -as_POSIXct <- function(x) as.POSIXct(paste0(x, "00:00:00"), tz = "UTC") -moorings_mat <- make_matrix_receivers(dat_moorings, - delta_t = "days", - as_POSIXct = as_POSIXct) - -## Prepare grid -# We will use a regular, relatively high resolution grid, -# focused on a small area around the receivers at which the ID was detected -grid <- raster::raster(raster::extent(dat_gebco), - res = c(25, 25), - crs = raster::crs(dat_gebco)) -grid <- raster::resample(dat_gebco, grid) -ext <- - raster::extent( - rgeos::gBuffer(moorings[moorings$receiver_id %in% acc$receiver_id, ], - width = 10000) - ) -grid <- raster::crop(grid, ext) -grid <- raster::trim(grid) -raster::plot(grid) -
    -## Define detection containers/probability kernels -# Define detection containers -moorings <- raster::crop(moorings, grid) -dat_container <- acs_setup_containers(xy = moorings, - detection_range = 425, - coastline = dat_coast, - boundaries = ext, - plot = TRUE, - resolution = 10, - verbose = TRUE) -
    #> flapper::acs_setup_detection_containers() called (@ 2022-06-17 09:58:10)... -#> ... Checking user inputs... -#> ... Plotting background map of area...
    #> ... Making containers... -#> ... Plotting containers on map... -#> ... Processing containers... -#> ... flapper::acs_setup_detection_containers() call completed (@ 2022-06-17 09:58:11) after ~0.01 minutes.
    # Define detection container overlaps -containers_spdf <- do.call(raster::bind, plyr::compact(dat_containers)) -containers_spdf@data <- dat_moorings -dat_containers_overlaps <- - get_detection_containers_overlap(containers = containers_spdf, - services = NULL) -# Define detection probability kernels -calc_dpr <- - function(x){ - ifelse(x <= 425, stats::plogis(2.5 + -0.02 * x), 0) - } -dat_kernels <- acs_setup_detection_kernels(xy = moorings, - services = NULL, - containers = dat_containers, - overlaps = dat_containers_overlaps, - calc_detection_pr = calc_dpr, - bathy = grid) -
    #> flapper::acs_setup_detection_kernels() called (@ 2022-06-17 09:58:12)... -#> ... Setting up function... -#> ... Getting receiver-specific kernels (for detection)... -#> -#> ... ... For receiver 3 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 9 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 18 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 21 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 24 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 26 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 27 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 30 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 31 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 33 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 36 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 37 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 38 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 43 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 45 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 48 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 49 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 50 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 51 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 53 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 55 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 56 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 57 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> ... Getting receiver-specific inverse kernels... -#> ... Getting area-wide kernels (for non-detection)... -#> ... ... Get unique array designs... -#> ... ... Get area wide kernels for each array design... -#> -#> ... ... ... For design 1/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 2/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 3/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 4/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 5/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 6/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 7/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 8/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 9/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 10/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 11/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 12/12... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> ... Process detection probability kernels ... -#> ... flapper::acs_setup_detection_kernels() call completed (@ 2022-06-17 09:58:23) after ~0.19 minutes.
    -## Implement AC algorithm -out_ac <- ac(acoustics = acc, - step = 120, - bathy = grid, - detection_containers = dat_containers, - detection_kernels = dat_kernels, - detection_kernels_overlap = dat_containers_overlaps, - mobility = 200, - save_record_spatial = NULL - ) -
    #> flapper::ac() called (@ 2022-06-17 09:58:23)...
    #> flapper::.acs_pl() called (@ 2022-06-17 09:58:23)... -#> ... Checking user inputs... -#> ... Processing movement time series... -#> ... Plotting movement time series (for each chunk)...
    #> ... Calling .acs() to implement ACDC algorithm on one chunk... -#> flapper::.acs() called (@ 2022-06-17 09:58:23)... -#> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 5%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 11%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================== | 26%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================================== | 89%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |================================================================== | 95%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 09:58:25) after ~0.03 minutes. -#> ... flapper::.acs_pl() call completed (@ 2022-06-17 09:58:25) after ~0.03 minutes.
    #> flapper::ac() finished (@ 2022-06-17 09:58:25)...
    -## Simplify outputs -record <- acdc_simplify(out_ac) -
    #> acdc_simplify() implemented for type = 'acs'.
    -#### Example (1): Implement the function with default arguments -if(interactive()){ - acdc_plot_trace(record, 1:10, moorings, moorings_mat) -} - -#### Example (2): Customise plot via add_* arguments and ... -if(interactive()){ - acdc_plot_trace(record, 1:10, moorings, moorings_mat, - add_raster = - list(plot_method = raster::plot, legend = FALSE), - add_coastline = - list(x = dat_coast, col = scales::alpha("dimgrey", 0.5)), - xlim = c(699000, 711000), - ylim = c(6250000, 6269500)) -} - -#### Example (3): Save plots to file via the png_param argument -con <- paste0(tempdir(), "/acdc_trace/") -if(!dir.exists(con)) dir.create(con) -acdc_plot_trace(record, 1:10, moorings, moorings_mat, - add_raster = - list(plot_method = raster::plot, legend = FALSE), - add_coastline = - list(x = dat_coast, col = scales::alpha("dimgrey", 0.5)), - xlim = c(699000, 711000), - ylim = c(6250000, 6269500), - png_param = list(filename = con), - prompt = FALSE) -list.files(con) -
    #> [1] "1.png" "10.png" "11.png" "12.png" "13.png" "14.png" "15.png" "16.png" -#> [9] "17.png" "18.png" "19.png" "2.png" "20.png" "21.png" "22.png" "23.png" -#> [17] "24.png" "25.png" "26.png" "27.png" "28.png" "29.png" "3.png" "30.png" -#> [25] "31.png" "4.png" "5.png" "6.png" "7.png" "8.png" "9.png"
    -
    +
    +

    Examples

    +
    #### Prepare example AC algorithm outputs with spatial files
    +
    +## Define example time series
    +id <- 25
    +acc <- dat_acoustics[dat_acoustics$individual_id == id, ]
    +acc$timestamp <- lubridate::round_date(acc$timestamp, "2 mins")
    +acc$key       <- paste0(acc$timestamp, "-", acc$receiver_id)
    +acc           <- acc[!duplicated(acc$key), ][1:20, ]
    +
    +## Define receiver locations ('moorings' SPDF) and activity status matrix
    +# Receiver locations
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +moorings <- sp::SpatialPointsDataFrame(xy, data = dat_moorings)
    +# Daily activity status matrix
    +as_POSIXct <- function(x) as.POSIXct(paste0(x, "00:00:00"), tz = "UTC")
    +moorings_mat <- make_matrix_receivers(dat_moorings,
    +                                      delta_t = "days",
    +                                      as_POSIXct = as_POSIXct)
    +
    +## Prepare grid
    +# We will use a regular, relatively high resolution grid,
    +# focused on a small area around the receivers at which the ID was detected
    +grid <- raster::raster(raster::extent(dat_gebco),
    +                       res = c(25, 25),
    +                       crs = raster::crs(dat_gebco))
    +grid <- raster::resample(dat_gebco, grid)
    +ext <-
    +  raster::extent(
    +    rgeos::gBuffer(moorings[moorings$receiver_id %in% acc$receiver_id, ],
    +                   width = 10000)
    +  )
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +grid <- raster::crop(grid, ext)
    +grid <- raster::trim(grid)
    +raster::plot(grid)
    +
    +
    +## Define detection containers/probability kernels
    +# Define detection containers
    +moorings <- raster::crop(moorings, grid)
    +dat_container <- acs_setup_containers(xy = moorings,
    +                                    detection_range = 425,
    +                                    coastline = dat_coast,
    +                                    boundaries = ext,
    +                                    plot = TRUE,
    +                                    resolution = 10,
    +                                    verbose = TRUE)
    +#> flapper::acs_setup_detection_containers() called (@ 2023-02-19 14:51:32)... 
    +#> ... Checking user inputs... 
    +#> Warning: 'rownames(xy@data) overwritten with xy$receiver_id.
    +#> ... Plotting background map of area... 
    +#> ... Making containers... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> ... Plotting containers on map... 
    +#> ... Processing containers... 
    +#> ... flapper::acs_setup_detection_containers() call completed (@ 2023-02-19 14:51:33) after ~0.01 minutes. 
    +# Define detection container overlaps
    +containers_spdf      <- do.call(raster::bind, plyr::compact(dat_containers))
    +containers_spdf@data <- dat_moorings
    +dat_containers_overlaps <-
    +  get_detection_containers_overlap(containers = containers_spdf,
    +                                  services = NULL)
    +# Define detection probability kernels
    +calc_dpr <-
    +  function(x){
    +    ifelse(x <= 425, stats::plogis(2.5 + -0.02 * x), 0)
    +  }
    +dat_kernels <- acs_setup_detection_kernels(xy = moorings,
    +                                           services = NULL,
    +                                           containers = dat_containers,
    +                                           overlaps = dat_containers_overlaps,
    +                                           calc_detection_pr = calc_dpr,
    +                                           bathy = grid)
    +#> flapper::acs_setup_detection_kernels() called (@ 2023-02-19 14:51:34)... 
    +#> ... Setting up function... 
    +#> ... Getting receiver-specific kernels (for detection)... 
    +#> 
    +#> ... ... For receiver 3 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 9 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 18 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 21 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 24 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 26 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 27 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 30 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 31 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 33 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 36 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 37 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 38 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 43 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 45 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 48 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 49 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 50 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 51 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 53 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 55 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 56 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 57 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> ... Getting receiver-specific inverse kernels... 
    +#> ... Getting area-wide kernels (for non-detection)... 
    +#> ... ... Get unique array designs... 
    +#> ... ... Get area wide kernels for each array design... 
    +#> 
    +#> ... ... ... For design 1/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 2/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 3/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 4/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 5/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 6/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 7/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 8/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 9/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 10/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 11/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 12/12... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> ... Process detection probability kernels ... 
    +#> ... flapper::acs_setup_detection_kernels() call completed (@ 2023-02-19 14:51:45) after ~0.19 minutes. 
    +
    +## Implement AC algorithm
    +out_ac <- ac(acoustics = acc,
    +             step = 120,
    +             bathy = grid,
    +             detection_containers = dat_containers,
    +             detection_kernels = dat_kernels,
    +             detection_kernels_overlap = dat_containers_overlaps,
    +             mobility = 200,
    +             save_record_spatial = NULL
    +             )
    +#> flapper::ac() called (@ 2023-02-19 14:51:45)...
    +#> flapper::.acs_pl() called (@ 2023-02-19 14:51:45)... 
    +#> ... Checking user inputs... 
    +#> ... Processing movement time series... 
    +#> ... Plotting movement time series (for each chunk)... 
    +#> ... Calling .acs() to implement ACDC algorithm on one chunk... 
    +#> flapper::.acs() called (@ 2023-02-19 14:51:45)... 
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   5%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  11%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================================================       |  89%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  95%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:51:49) after ~0.07 minutes. 
    +#> ... flapper::.acs_pl() call completed (@ 2023-02-19 14:51:49) after ~0.07 minutes. 
    +#> flapper::ac() finished (@ 2023-02-19 14:51:49)...
    +
    +
    +## Simplify outputs
    +record <- acdc_simplify(out_ac)
    +#> acdc_simplify() implemented for type = 'acs'.
    +
    +#### Example (1): Implement the function with default arguments
    +if(interactive()){
    +  acdc_plot_trace(record, 1:10, moorings, moorings_mat)
    +}
    +
    +#### Example (2): Customise plot via add_* arguments and ...
    +if(interactive()){
    +  acdc_plot_trace(record, 1:10, moorings, moorings_mat,
    +                  add_raster =
    +                    list(plot_method = raster::plot, legend = FALSE),
    +                  add_coastline =
    +                    list(x = dat_coast, col = scales::alpha("dimgrey", 0.5)),
    +                  xlim = c(699000, 711000),
    +                  ylim = c(6250000, 6269500))
    +}
    +
    +#### Example (3): Save plots to file via the png_param argument
    +con <- paste0(tempdir(), "/acdc_trace/")
    +if(!dir.exists(con)) dir.create(con)
    +acdc_plot_trace(record, 1:10, moorings, moorings_mat,
    +                add_raster =
    +                  list(plot_method = raster::plot, legend = FALSE),
    +                add_coastline =
    +                  list(x = dat_coast, col = scales::alpha("dimgrey", 0.5)),
    +                xlim = c(699000, 711000),
    +                ylim = c(6250000, 6269500),
    +                png_param = list(filename = con),
    +                prompt = FALSE)
    +list.files(con)
    +#>  [1] "1.png"  "10.png" "11.png" "12.png" "13.png" "14.png" "15.png" "16.png"
    +#>  [9] "17.png" "18.png" "19.png" "2.png"  "20.png" "21.png" "22.png" "23.png"
    +#> [17] "24.png" "25.png" "26.png" "27.png" "28.png" "29.png" "3.png"  "30.png"
    +#> [25] "31.png" "4.png"  "5.png"  "6.png"  "7.png"  "8.png"  "9.png" 
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acdc_record-class.html b/docs/reference/acdc_record-class.html index 75a4b46..c4e37c2 100644 --- a/docs/reference/acdc_record-class.html +++ b/docs/reference/acdc_record-class.html @@ -1,67 +1,12 @@ - - - - - - - -"acdc_record" class — acdc_record-class • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"acdc_record" class — acdc_record-class • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    An S3 class that defines the object returned by an acoustic-container/depth-contour (AC/DC) algorithm (ac, dc or acdc), after simplification via acdc_simplify or directly from internal routines.

    +

    An S3 class that defines the object returned by an acoustic-container/depth-contour (AC/DC) algorithm (ac, dc or acdc), after simplification via acdc_simplify or directly from internal routines.

    +
    +

    Value

    + + +
    +

    A named list

    +

    An "acdc_record" class object is a named list with the following elements: `map', `record', `time', `args', `chunks' and `simplify'. The main output element is the `map' RasterLayer that shows the expecte time spent in different parts of the study area over the duration of the movement time series. The `record' element records time-specific maps of the possible locations of the individual, and can be used to plot maps of specific time points or to produce animations (for the time steps specified by the save_record_spatial argument). The `time' element is a dataframe that defines the times of sequential stages in the algorithm's progression, providing a record of computation time. The `args' element is a named list of user inputs that record the parameters used to generate the outputs (if save_args = TRUE, otherwise the `args' element is NULL). The `chunks' element is a list with chunk-specific information that is generated if the algorithm is implemented chunk-wise and then simplified via acdc_simplify with the keep_chunks = TRUE argument. The simplify element is a logical value that defines whether or not the object was created from ac/dc/acdc and acdc_simplify or an internal routine. Below, more detail about the `map' and `record' elements is provided.

    +
    -

    Value

    - -

    A named list

    -

    An "acdc_record" class object is a named list with the following elements: `map', `record', `time', `args', `chunks' and `simplify'. The main output element is the `map' RasterLayer that shows the expecte time spent in different parts of the study area over the duration of the movement time series. The `record' element records time-specific maps of the possible locations of the individual, and can be used to plot maps of specific time points or to produce animations (for the time steps specified by the save_record_spatial argument). The `time' element is a dataframe that defines the times of sequential stages in the algorithm's progression, providing a record of computation time. The `args' element is a named list of user inputs that record the parameters used to generate the outputs (if save_args = TRUE, otherwise the `args' element is NULL). The `chunks' element is a list with chunk-specific information that is generated if the algorithm is implemented chunk-wise and then simplified via acdc_simplify with the keep_chunks = TRUE argument. The simplify element is a logical value that defines whether or not the object was created from ac/dc/acdc and acdc_simplify or an internal routine. Below, more detail about the `map' and `record' elements is provided.

    -

    (A) `map'

    +
    +

    (A) `map'

    This is a RasterLayer that defines the locations in which an individual could have been (or was not), given the movement time series. The value in each cell defines the expected proportion of time steps in which the individual could have occupied that location (assuming normalisation has been implemented) given given the algorithm.

    +
    -

    (B) `record'

    -

    This is a temporal record of the possible locations of each individual, with one element for each primary time step. For the AC* algorithms (ac and acdc), the `primary time step' refers to acoustic time steps; for the DC algorithm (dc), the `primary time step' refers to archival time steps. Each element contains (a) a dataframe with the information for that time step and (b) a list of spatial objects, one for each `secondary time step' that record spatial outputs of the algorithm, as specified by save_record_spatial (see below). For the AC* algorithms, `secondary time steps' are the time steps in-between acoustic observations; for the DC algorithm, primary and secondary time steps are the same.

    -

    (i) record$dat

    + +
    +

    (B) `record'

    +

    This is a temporal record of the possible locations of each individual, with one element for each primary time step. For the AC* algorithms (ac and acdc), the `primary time step' refers to acoustic time steps; for the DC algorithm (dc), the `primary time step' refers to archival time steps. Each element contains (a) a dataframe with the information for that time step and (b) a list of spatial objects, one for each `secondary time step' that record spatial outputs of the algorithm, as specified by save_record_spatial (see below). For the AC* algorithms, `secondary time steps' are the time steps in-between acoustic observations; for the DC algorithm, primary and secondary time steps are the same.

    +
    + + + +
    +

    (i) record$dat

    For the AC* algorithms, record$dat contains the following information:

    -
      -
    • `timestep_cumulative' is a cumulative vector that defines the time step of each observation (across all acoustic and archival time steps up to the current time step);

    • +
      • `timestep_cumulative' is a cumulative vector that defines the time step of each observation (across all acoustic and archival time steps up to the current time step);

      • `timestep_detection' defines the time step of the detection time series;

      • `timestep_archival' defines the time steps between the current and next acoustic detection (if applicable);

      • `receiver_1_id' and `receiver_2_id' define the receiver at which the individual was detected at the current and next acoustic time steps;

      • @@ -150,60 +104,54 @@

        (i)
      • `time_btw_dets' provides the time (s) between these acoustic detections;

      • `archival_timestamp' defines the time stamp of archival observations between acoustic detections (if applicable);

      • `archival_depth' defines the depth (m) of the individual each archival time step (if applicable);

      • -

      - -

      For the DC algorithm, record$dat contains the archival data for the time step, as inputted, with the following additional columns:

        -
      • `timestep_cumulative' is a cumulative integer that defines the time step;

      • +

      For the DC algorithm, record$dat contains the archival data for the time step, as inputted, with the following additional columns:

      • `timestep_cumulative' is a cumulative integer that defines the time step;

      • `depth_lwr' is a number that defines the lower bound for the individual's possible depth on the bathymetry layer (bathy) given the depth error model (calc_depth_error);

      • `depth_upr' is a number that defines the upper bound for the individual's possible depth on the bathymetry layer (bathy) given the depth error model (calc_depth_error);

      • `availability' is a logical variable that defines whether or not there were any cells on the bathymetry layer (bathy) within the boundaries for the individual's depth at that time step;

      • -
      +
    -

    (ii) record$spatial

    -

    If save_record_spatial > 0, then for those time steps specified by save_record_spatial, each element in `record' contains a `spatial' list, with one element for each secondary time stamp, that records spatial information pertaining to the possible locations of the individual at that time step. For all algorithms, each `spatial' list includes the following elements:

      -
    • `map_timestep' is a RasterLayer that defines the probability that the individual occupied any given cell at a each time step;

    • +
      +

      (ii) record$spatial

      +

      If save_record_spatial > 0, then for those time steps specified by save_record_spatial, each element in `record' contains a `spatial' list, with one element for each secondary time stamp, that records spatial information pertaining to the possible locations of the individual at that time step. For all algorithms, each `spatial' list includes the following elements:

      • `map_timestep' is a RasterLayer that defines the probability that the individual occupied any given cell at a each time step;

      • `map_cumulative' is a RasterLayer that defines the expected number of time steps in which the individual could have occupied each cell (i.e., the sum of `map_timestep' across all time steps from the first time step to the current time step);

      • -

      For the AC* algorithms, this list also includes information on the acoustic containers and location probability:

        -
      • `container_ap` is SpatialPolygonsDataFrame that defines the boundaries of the individual's location from the perspective of its previous location;

      • -
      • `container_an' is a SpatialPolygonsDataFrame that defines the boundaries of the individual's location from the perspective of the receiver that records a detection at the moment of detection (i.e., the detection container);

      • -
      • `container_b` is SpatialPolygonsDataFrame that defines the boundaries of the individual's location from (A) the perspective of

      • -
      • `container_c` is a SpatialPolygonsDataFrame that defines the boundaries of the individual's location at a given time step, accounting for the information provided by previous, current and future locations;

      • -
      • `kernel` is a raster that defines location probability across the grid, accounting for the receiver(s) at which an individual was detected and the receiver(s) at which an individual was not detected and receiver arrangement;

      • -
      - -

      For save_record_spatial = 0L or elements outside of the specified input to save_record_spatial, `spatial' is simply an empty list.

      +

    For the AC* algorithms, this list also includes information on the acoustic containers and location probability:

    • `container_ap` is SpatialPolygonsDataFrame that defines the boundaries of the individual's location from the perspective of its previous location;

    • +
    • `container_an' is a SpatialPolygonsDataFrame that defines the boundaries of the individual's location from the perspective of the receiver that records a detection at the moment of detection (i.e., the detection container);

    • +
    • `container_b` is SpatialPolygonsDataFrame that defines the boundaries of the individual's location from (A) the perspective of

    • +
    • `container_c` is a SpatialPolygonsDataFrame that defines the boundaries of the individual's location at a given time step, accounting for the information provided by previous, current and future locations;

    • +
    • `kernel` is a raster that defines location probability across the grid, accounting for the receiver(s) at which an individual was detected and the receiver(s) at which an individual was not detected and receiver arrangement;

    • +

    For save_record_spatial = 0L or elements outside of the specified input to save_record_spatial, `spatial' is simply an empty list.

    +
    -

    Author

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acdc_simplify.html b/docs/reference/acdc_simplify.html index 9aa6802..f2c5efb 100644 --- a/docs/reference/acdc_simplify.html +++ b/docs/reference/acdc_simplify.html @@ -1,67 +1,12 @@ - - - - - - - -Simplify the outputs of the AC/DC algorithms — acdc_simplify • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Simplify the outputs of the AC/DC algorithms — acdc_simplify • flapper + + - - - - -
    -
    - -
    - -
    +
    -

    This function simplifies the output of ac, dc and acdc, by processing information from the 'archive' elements of an acdc_archive-class object that hold the results of calls to the workhorse routines. This is especially useful if the algorithm(s) have been applied chunk-wise, in which case the results for each chunk are returned in a list. The function aggregates information across chunks to generate a continuous time series of results and a map of the expected proportion of time steps spent in each grid cell.

    +

    This function simplifies the output of ac, dc and acdc, by processing information from the 'archive' elements of an acdc_archive-class object that hold the results of calls to the workhorse routines. This is especially useful if the algorithm(s) have been applied chunk-wise, in which case the results for each chunk are returned in a list. The function aggregates information across chunks to generate a continuous time series of results and a map of the expected proportion of time steps spent in each grid cell.

    +
    + +
    +
    acdc_simplify(
    +  archive,
    +  type = c("acs", "dc"),
    +  mask = NULL,
    +  normalise = TRUE,
    +  keep_chunks = FALSE
    +)
    -
    acdc_simplify(
    -  archive,
    -  type = c("acs", "dc"),
    -  mask = NULL,
    -  normalise = TRUE,
    -  keep_chunks = FALSE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    archive

    An acdc_archive-class object returned by ac, dc or acdc.

    type

    A character that defines whether the function should be implemented for the outputs of a call to an AC* algorithm (ac or acdc), in which case type = "acs", or the DC algorithm (dc), in which case type = "dc".

    mask

    (optional) A spatial mask (e.g., the argument passed to bathy in ac, dc or acdc) to mask areas (e.g., land) from the overall map. If implemented, cells in masked areas are assigned NAs rather than a score of 0.

    normalise

    A logical input that defines whether or not to normalise the overall map so that cell scores sum to one. If normalise = FALSE, the overall map represents the expected number of time steps spent in each grid cell; if normalise = TRUE, the overall map represents the expected proportion of time steps spent in each grid cell.

    keep_chunks

    A logical variable that defines whether or not to retain all chunk-specific information.

    - -

    Value

    - -

    The function returns an object of class acdc_record-class.

    -

    Details

    - -

    If the ac, dc or acdc function was implemented step-wise, this function simply extracts the necessary information and re-packages it into an acdc_record-class object. For a chunk-wise implementation, the function (a) computes the map of where the individual could have spent more or less time by aggregating the chunk-specific maps) and (b) simplifies chunk-specific records into a single contiguous time series, with re-defined time stamps from the start to the end of the time series (for AC* algorithm(s)) to return an acdc_record-class object.

    -

    See also

    - -

    The AC, DC and ACDC algorithms are implemented by ac, dc and acdc. After simplification, acdc_plot_trace, acdc_plot_record and acdc_animate_record can be implemented to visualise time-specific results.

    -

    Author

    +
    +

    Arguments

    +
    archive
    +

    An acdc_archive-class object returned by ac, dc or acdc.

    + + +
    type
    +

    A character that defines whether the function should be implemented for the outputs of a call to an AC* algorithm (ac or acdc), in which case type = "acs", or the DC algorithm (dc), in which case type = "dc".

    + +
    mask
    +

    (optional) A spatial mask (e.g., the argument passed to bathy in ac, dc or acdc) to mask areas (e.g., land) from the overall map. If implemented, cells in masked areas are assigned NAs rather than a score of 0.

    + + +
    normalise
    +

    A logical input that defines whether or not to normalise the overall map so that cell scores sum to one. If normalise = FALSE, the overall map represents the expected number of time steps spent in each grid cell; if normalise = TRUE, the overall map represents the expected proportion of time steps spent in each grid cell.

    + + +
    keep_chunks
    +

    A logical variable that defines whether or not to retain all chunk-specific information.

    + +
    +
    +

    Value

    + + +

    The function returns an object of class acdc_record-class.

    +
    +
    +

    Details

    +

    If the ac, dc or acdc function was implemented step-wise, this function simply extracts the necessary information and re-packages it into an acdc_record-class object. For a chunk-wise implementation, the function (a) computes the map of where the individual could have spent more or less time by aggregating the chunk-specific maps) and (b) simplifies chunk-specific records into a single contiguous time series, with re-defined time stamps from the start to the end of the time series (for AC* algorithm(s)) to return an acdc_record-class object.

    +
    +
    +

    See also

    +

    The AC, DC and ACDC algorithms are implemented by ac, dc and acdc. After simplification, acdc_plot_trace, acdc_plot_record and acdc_animate_record can be implemented to visualise time-specific results.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acs_setup_containers-1.png b/docs/reference/acs_setup_containers-1.png index e8335a6..5abcf87 100644 Binary files a/docs/reference/acs_setup_containers-1.png and b/docs/reference/acs_setup_containers-1.png differ diff --git a/docs/reference/acs_setup_containers-2.png b/docs/reference/acs_setup_containers-2.png index fa2cd54..c7bd26a 100644 Binary files a/docs/reference/acs_setup_containers-2.png and b/docs/reference/acs_setup_containers-2.png differ diff --git a/docs/reference/acs_setup_containers-3.png b/docs/reference/acs_setup_containers-3.png index 9bd5c44..686504b 100644 Binary files a/docs/reference/acs_setup_containers-3.png and b/docs/reference/acs_setup_containers-3.png differ diff --git a/docs/reference/acs_setup_containers.html b/docs/reference/acs_setup_containers.html index 7ba1eb4..f86870f 100644 --- a/docs/reference/acs_setup_containers.html +++ b/docs/reference/acs_setup_containers.html @@ -1,67 +1,12 @@ - - - - - - - -Setup the detection containers required for the AC* algorithm(s) — acs_setup_containers • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Setup the detection containers required for the AC* algorithm(s) — acs_setup_containers • flapper - + + - - - -
    -
    - -
    - -
    +
    @@ -123,568 +65,705 @@

    Setup the detection containers required for the AC* algorithm(s)

    This function produces the detection containers required by the acoustic-container (AC) and acoustic-container depth-contour (ACDC) algorithms.

    -
    acs_setup_containers(
    -  xy,
    -  detection_range,
    -  coastline = NULL,
    -  boundaries = NULL,
    -  plot = FALSE,
    -  verbose = TRUE,
    -  ...
    -)
    +
    +
    acs_setup_containers(
    +  xy,
    +  detection_range,
    +  coastline = NULL,
    +  boundaries = NULL,
    +  plot = FALSE,
    +  verbose = TRUE,
    +  ...
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    xy

    A SpatialPointsDataFrame object that defines receiver IDs and locations. The data slot must include a dataframe with a column that provides a unique, integer identifier for each receiver (`receiver_id'). The coordinate reference system should be the Universal Transverse Mercator system with distances in metres (to match detection_range, see below).

    detection_range

    A number that defines the maximum detection range (m) at which an individual could be detected from a receiver.

    coastline

    (optional) A SpatialPolygonsDataFrame-class object that defines the coastline in an area. If provided, detection containers are processed to remove any areas on land. Algorithm speed declines with the complexity of the coastline.

    boundaries

    (optional) An extent object that defines the boundaries of an area within which individuals are assumed to have remained. If provided, acoustic containers are processed to remain within this area.

    plot

    A logical input that defines whether or not to produce a plot of the area, including receivers, the coastline and the area boundaries (if provided), and acoustic containers. This is useful for checking purposes but it can reduce algorithm speed.

    verbose

    A logical input that defines whether or not to print messages to the console to relay function progress.

    ...

    Additional arguments passed to get_detection_containers and, ultimately, gBuffer, except byid which is necessarily TRUE.

    +
    +

    Arguments

    +
    xy
    +

    A SpatialPointsDataFrame object that defines receiver IDs and locations. The data slot must include a dataframe with a column that provides a unique, integer identifier for each receiver (`receiver_id'). The coordinate reference system should be the Universal Transverse Mercator system with distances in metres (to match detection_range, see below).

    -

    Value

    -

    The function returns a list of SpatialPolygonsDataFrame-class objects, with one element for all numbers from 1 to the maximum receiver number (xy$receiver_id). Any list elements that do not correspond to receivers contain a NULL element. List elements that correspond to receivers contain a SpatialPolygonsDataFrame-class object containing the detection container for that receiver.

    -

    Details

    +
    detection_range
    +

    A number that defines the maximum detection range (m) at which an individual could be detected from a receiver.

    -

    Given a detection at a particular receiver at a particular time, the detection container defines the boundaries of the area around a receiver within which the individual must have been located (from the perspective of that receiver).

    -

    For the AC* algorithms, note that in some coastal settings the representation of detection containers as SpatialPolygonsDataFrame-class objects may cause a mismatch with detection kernels and the bathymetry raster in terms of what is defined as water versus land. At the time of writing, in the AC* algorithms the detection kernels/bathymetry data take precedence, with any grid cells that have a value of NA masked, even if within `detection containers'. In the future, these disparities should be resolved by redefining detection containers on the bathymetry grid too.

    -

    Author

    -

    Edward Lavender

    +
    coastline
    +

    (optional) A SpatialPolygonsDataFrame-class object that defines the coastline in an area. If provided, detection containers are processed to remove any areas on land. Algorithm speed declines with the complexity of the coastline.

    + + +
    boundaries
    +

    (optional) An extent object that defines the boundaries of an area within which individuals are assumed to have remained. If provided, acoustic containers are processed to remain within this area.

    + + +
    plot
    +

    A logical input that defines whether or not to produce a plot of the area, including receivers, the coastline and the area boundaries (if provided), and acoustic containers. This is useful for checking purposes but it can reduce algorithm speed.

    -

    Examples

    -
    #### Define data for acs_setup_containers() -## Define coordinates of receivers as SpatialPointsDataFrame with UTM CRS -# CRS of receiver locations as recorded in dat_moorings -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -# CRS of receiver locations required -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -# Define SpatialPoints object -xy_wgs84 <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], proj_wgs84) -xy_utm <- sp::spTransform(xy_wgs84, proj_utm) -# Link with receiver IDs to define a SpatialPointsDataFrame -xy_utm <- - sp::SpatialPointsDataFrame(xy_utm, - dat_moorings[, "receiver_id", drop = FALSE]) -#### Example (1): Define a list of containers with specified parameters -# ... (Argument values are small to reduce computation time for examples) -containers <- acs_setup_containers(xy = xy_utm, - detection_range = 500 - ) -
    #> flapper::acs_setup_detection_containers() called (@ 2022-06-17 09:58:36)... -#> ... Checking user inputs... -#> ... Making containers... -#> ... Processing containers... -#> ... flapper::acs_setup_detection_containers() call completed (@ 2022-06-17 09:58:36) after ~0 minutes.
    # A list of SpatialPolygonsDataFrames is returned -# with elements from 1:max(xy_utm$receiver_id) -# NULL elements correspond to numbers in this sequence that do not refer to receivers -# Otherwise a SpatialPolygonsDataFrame is returned with all the containers for that receiver -containers -
    #> [[1]] -#> NULL -#> -#> [[2]] -#> NULL -#> -#> [[3]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 705972.2, 706972.2, 6253501, 6254501 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 3, 706472.237977747, 6254001.47143853, 1 -#> -#> [[4]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 709257.8, 710257.8, 6267227, 6268227 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 4, 709757.838706845, 6267726.89057173, 1 -#> -#> [[5]] -#> NULL -#> -#> [[6]] -#> NULL -#> -#> [[7]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 708276.6, 709276.6, 6268637, 6269637 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 7, 708776.612630041, 6269137.04656454, 1 -#> -#> [[8]] -#> NULL -#> -#> [[9]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 705539.9, 706539.9, 6253830, 6254830 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 9, 706039.851551317, 6254329.75898771, 1 -#> -#> [[10]] -#> NULL -#> -#> [[11]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 707042.3, 708042.3, 6267227, 6268227 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 11, 707542.34971065, 6267727.0245263, 1 -#> -#> [[12]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 709576.1, 710576.1, 6266821, 6267821 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 12, 710076.090170494, 6267320.89031923, 1 -#> -#> [[13]] -#> NULL -#> -#> [[14]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 703120.8, 704120.8, 6265789, 6266789 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 14, 703620.828045288, 6266289.28828596, 1 -#> -#> [[15]] -#> NULL -#> -#> [[16]] -#> NULL -#> -#> [[17]] -#> NULL -#> -#> [[18]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 708105.6, 709105.6, 6261775, 6262775 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 18, 708605.560505287, 6262275.05546168, 1 -#> -#> [[19]] -#> NULL -#> -#> [[20]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 702012.6, 703012.6, 6264400, 6265400 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 20, 702512.639477486, 6264900.03635278, 1 -#> -#> [[21]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 708244.2, 709244.2, 6252351, 6253351 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 21, 708744.224623811, 6252850.83006878, 1 -#> -#> [[22]] -#> NULL -#> -#> [[23]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 702364.7, 703364.7, 6264861, 6265861 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 23, 702864.703528681, 6265360.98651514, 1 -#> -#> [[24]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 708644.6, 709644.6, 6261965, 6262965 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 24, 709144.620204365, 6262465.13201869, 1 -#> -#> [[25]] -#> NULL -#> -#> [[26]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 708775.6, 709775.6, 6252617, 6253617 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 26, 709275.587533625, 6253116.72186051, 1 -#> -#> [[27]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 703910.1, 704910.1, 6249743, 6250743 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 27, 704410.062684187, 6250242.84019987, 1 -#> -#> [[28]] -#> NULL -#> -#> [[29]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 699113.2, 700113.2, 6267058, 6268058 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 29, 699613.246077539, 6267558.48978002, 1 -#> -#> [[30]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 707295.1, 708295.1, 6252403, 6253403 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 30, 707795.055093706, 6252902.81442825, 1 -#> -#> [[31]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 709290.5, 710290.5, 6252776, 6253776 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 31, 709790.510737235, 6253275.94670318, 1 -#> -#> [[32]] -#> NULL -#> -#> [[33]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 706823.1, 707823.1, 6252924, 6253924 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 33, 707323.074814243, 6253424.16474594, 1 -#> -#> [[34]] -#> NULL -#> -#> [[35]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 708090.7, 709090.7, 6262787, 6263787 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 35, 708590.650204488, 6263287.07874507, 1 -#> -#> [[36]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 708931.1, 709931.1, 6254563, 6255563 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 36, 709431.056489983, 6255062.70399093, 1 -#> -#> [[37]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 706400.2, 707400.2, 6251298, 6252298 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 37, 706900.208559446, 6251798.00038536, 1 -#> -#> [[38]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 707271.9, 708271.9, 6261487, 6262487 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 38, 707771.919408766, 6261986.83813631, 1 -#> -#> [[39]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 704831, 705831, 6264713, 6265713 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 39, 705331.007064075, 6265212.51343058, 1 -#> -#> [[40]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 708918.4, 709918.4, 6267669, 6268669 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 40, 709418.368318636, 6268169.10033173, 1 -#> -#> [[41]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 703076, 704076, 6266036, 6267036 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 41, 703576.003622304, 6266536.09000155, 1 -#> -#> [[42]] -#> NULL -#> -#> [[43]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 707489.4, 708489.4, 6252351, 6253351 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 43, 707989.389162253, 6252851.01070556, 1 -#> -#> [[44]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 709587.4, 710587.4, 6266178, 6267178 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 44, 710087.448896256, 6266678.41000209, 1 -#> -#> [[45]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 708634.5, 709634.5, 6253011, 6254011 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 45, 709134.451181599, 6253511.1606833, 1 -#> -#> [[46]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 702030.4, 703030.4, 6265101, 6266101 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 46, 702530.410574209, 6265601.37925326, 1 -#> -#> [[47]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 702512.8, 703512.8, 6265823, 6266823 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 47, 703012.757869926, 6266323.23956501, 1 -#> -#> [[48]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 706695.3, 707695.3, 6253239, 6254239 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 48, 707195.281171695, 6253739.36429899, 1 -#> -#> [[49]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 705852.3, 706852.3, 6253784, 6254784 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 49, 706352.314484401, 6254283.62589339, 1 -#> -#> [[50]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 707425.6, 708425.6, 6260558, 6261558 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 50, 707925.605617203, 6261057.79757075, 1 -#> -#> [[51]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 706707.4, 707707.4, 6260511, 6261511 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 51, 707207.430187169, 6261011.42556153, 1 -#> -#> [[52]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 702198.1, 703198.1, 6265474, 6266474 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 52, 702698.057272382, 6265973.99135867, 1 -#> -#> [[53]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 705558.6, 706558.6, 6254034, 6255034 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 53, 706058.562480969, 6254534.03230611, 1 -#> -#> [[54]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 701922.5, 702922.5, 6264753, 6265753 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 54, 702422.531139993, 6265252.59847609, 1 -#> -#> [[55]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 709905.8, 710905.8, 6252868, 6253868 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 55, 710405.757752217, 6253367.62261389, 1 -#> -#> [[56]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 709123.1, 710123.1, 6252797, 6253797 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 56, 709623.053614371, 6253296.88416775, 1 -#> -#> [[57]] -#> class : SpatialPolygonsDataFrame -#> features : 1 -#> extent : 707967.6, 708967.6, 6252362, 6253362 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> variables : 4 -#> names : receiver_id, receiver_long, receiver_lat, optional -#> value : 57, 708467.606224498, 6252861.98611045, 1 -#>
    -#### Example (2): Visualise the containers produced via plot = TRUE -containers <- acs_setup_containers(xy = xy_utm, - detection_range = 500, - plot = TRUE - ) -
    #> flapper::acs_setup_detection_containers() called (@ 2022-06-17 09:58:36)... -#> ... Checking user inputs... -#> ... Plotting background map of area...
    #> ... Making containers... -#> ... Plotting containers on map... -#> ... Processing containers... -#> ... flapper::acs_setup_detection_containers() call completed (@ 2022-06-17 09:58:36) after ~0 minutes.
    -#### Example (3): Remove areas of the containers that overlap with coastline -containers <- acs_setup_containers(xy = xy_utm, - detection_range = 500, - plot = TRUE, - coastline = dat_coast - ) -
    #> flapper::acs_setup_detection_containers() called (@ 2022-06-17 09:58:36)... -#> ... Checking user inputs... -#> ... Plotting background map of area...
    #> ... Making containers... -#> ... Plotting containers on map... -#> ... Processing containers... -#> ... flapper::acs_setup_detection_containers() call completed (@ 2022-06-17 09:58:37) after ~0.03 minutes.
    -#### Example (4): Remove areas of the containers beyond a boundary -xy_utm_coords <- sp::coordinates(xy_utm) -boundaries <- raster::extent(min(xy_utm_coords[, 1]), - max(xy_utm_coords[, 1]), - min(xy_utm_coords[, 2]), - max(xy_utm_coords[, 2]) - ) -containers <- acs_setup_containers(xy = xy_utm, - detection_range = 500, - plot = TRUE, - coastline = dat_coast, - boundaries = boundaries - ) -
    #> flapper::acs_setup_detection_containers() called (@ 2022-06-17 09:58:37)... -#> ... Checking user inputs... -#> ... Plotting background map of area...
    #> ... Making containers... -#> ... Plotting containers on map... -#> ... Processing containers... -#> ... flapper::acs_setup_detection_containers() call completed (@ 2022-06-17 09:58:39) after ~0.03 minutes.
    -
    +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to relay function progress.

    + + +
    ...
    +

    Additional arguments passed to get_detection_containers and, ultimately, gBuffer, except byid which is necessarily TRUE.

    + +
    +
    +

    Value

    + + +

    The function returns a list of SpatialPolygonsDataFrame-class objects, with one element for all numbers from 1 to the maximum receiver number (xy$receiver_id). Any list elements that do not correspond to receivers contain a NULL element. List elements that correspond to receivers contain a SpatialPolygonsDataFrame-class object containing the detection container for that receiver.

    +
    +
    +

    Details

    +

    Given a detection at a particular receiver at a particular time, the detection container defines the boundaries of the area around a receiver within which the individual must have been located (from the perspective of that receiver).

    +

    For the AC* algorithms, note that in some coastal settings the representation of detection containers as SpatialPolygonsDataFrame-class objects may cause a mismatch with detection kernels and the bathymetry raster in terms of what is defined as water versus land. At the time of writing, in the AC* algorithms the detection kernels/bathymetry data take precedence, with any grid cells that have a value of NA masked, even if within `detection containers'. In the future, these disparities should be resolved by redefining detection containers on the bathymetry grid too.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Define data for acs_setup_containers()
    +## Define coordinates of receivers as SpatialPointsDataFrame with UTM CRS
    +# CRS of receiver locations as recorded in dat_moorings
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +# CRS of receiver locations required
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +# Define SpatialPoints object
    +xy_wgs84 <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], proj_wgs84)
    +xy_utm <- sp::spTransform(xy_wgs84, proj_utm)
    +# Link with receiver IDs to define a SpatialPointsDataFrame
    +xy_utm <-
    + sp::SpatialPointsDataFrame(xy_utm,
    +                            dat_moorings[, "receiver_id", drop = FALSE])
    +
    +#### Example (1): Define a list of containers with specified parameters
    +# ... (Argument values are small to reduce computation time for examples)
    +containers <- acs_setup_containers(xy = xy_utm,
    +                                 detection_range = 500
    +                                 )
    +#> flapper::acs_setup_detection_containers() called (@ 2023-02-19 14:52:01)... 
    +#> ... Checking user inputs... 
    +#> ... Making containers... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Processing containers... 
    +#> ... flapper::acs_setup_detection_containers() call completed (@ 2023-02-19 14:52:01) after ~0 minutes. 
    +# A list of SpatialPolygonsDataFrames is returned
    +# with elements from 1:max(xy_utm$receiver_id)
    +# NULL elements correspond to numbers in this sequence that do not refer to receivers
    +# Otherwise a SpatialPolygonsDataFrame is returned with all the containers for that receiver
    +containers
    +#> [[1]]
    +#> NULL
    +#> 
    +#> [[2]]
    +#> NULL
    +#> 
    +#> [[3]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 705972.2, 706972.2, 6253501, 6254501  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :           3, 706472.237977747, 6254001.47143853,        1 
    +#> 
    +#> [[4]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 709257.8, 710257.8, 6267227, 6268227  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :           4, 709757.838706845, 6267726.89057173,        1 
    +#> 
    +#> [[5]]
    +#> NULL
    +#> 
    +#> [[6]]
    +#> NULL
    +#> 
    +#> [[7]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 708276.6, 709276.6, 6268637, 6269637  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :           7, 708776.612630041, 6269137.04656454,        1 
    +#> 
    +#> [[8]]
    +#> NULL
    +#> 
    +#> [[9]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 705539.9, 706539.9, 6253830, 6254830  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :           9, 706039.851551317, 6254329.75898771,        1 
    +#> 
    +#> [[10]]
    +#> NULL
    +#> 
    +#> [[11]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 707042.3, 708042.3, 6267227, 6268227  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,   receiver_long,    receiver_lat, optional 
    +#> value       :          11, 707542.34971065, 6267727.0245263,        1 
    +#> 
    +#> [[12]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 709576.1, 710576.1, 6266821, 6267821  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          12, 710076.090170494, 6267320.89031923,        1 
    +#> 
    +#> [[13]]
    +#> NULL
    +#> 
    +#> [[14]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 703120.8, 704120.8, 6265789, 6266789  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          14, 703620.828045288, 6266289.28828596,        1 
    +#> 
    +#> [[15]]
    +#> NULL
    +#> 
    +#> [[16]]
    +#> NULL
    +#> 
    +#> [[17]]
    +#> NULL
    +#> 
    +#> [[18]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 708105.6, 709105.6, 6261775, 6262775  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          18, 708605.560505287, 6262275.05546168,        1 
    +#> 
    +#> [[19]]
    +#> NULL
    +#> 
    +#> [[20]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 702012.6, 703012.6, 6264400, 6265400  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          20, 702512.639477486, 6264900.03635278,        1 
    +#> 
    +#> [[21]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 708244.2, 709244.2, 6252351, 6253351  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          21, 708744.224623811, 6252850.83006878,        1 
    +#> 
    +#> [[22]]
    +#> NULL
    +#> 
    +#> [[23]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 702364.7, 703364.7, 6264861, 6265861  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          23, 702864.703528681, 6265360.98651514,        1 
    +#> 
    +#> [[24]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 708644.6, 709644.6, 6261965, 6262965  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          24, 709144.620204365, 6262465.13201869,        1 
    +#> 
    +#> [[25]]
    +#> NULL
    +#> 
    +#> [[26]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 708775.6, 709775.6, 6252617, 6253617  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          26, 709275.587533625, 6253116.72186051,        1 
    +#> 
    +#> [[27]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 703910.1, 704910.1, 6249743, 6250743  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          27, 704410.062684187, 6250242.84019987,        1 
    +#> 
    +#> [[28]]
    +#> NULL
    +#> 
    +#> [[29]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 699113.2, 700113.2, 6267058, 6268058  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          29, 699613.246077539, 6267558.48978002,        1 
    +#> 
    +#> [[30]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 707295.1, 708295.1, 6252403, 6253403  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          30, 707795.055093705, 6252902.81442825,        1 
    +#> 
    +#> [[31]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 709290.5, 710290.5, 6252776, 6253776  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          31, 709790.510737235, 6253275.94670318,        1 
    +#> 
    +#> [[32]]
    +#> NULL
    +#> 
    +#> [[33]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 706823.1, 707823.1, 6252924, 6253924  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          33, 707323.074814243, 6253424.16474594,        1 
    +#> 
    +#> [[34]]
    +#> NULL
    +#> 
    +#> [[35]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 708090.7, 709090.7, 6262787, 6263787  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          35, 708590.650204488, 6263287.07874507,        1 
    +#> 
    +#> [[36]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 708931.1, 709931.1, 6254563, 6255563  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          36, 709431.056489983, 6255062.70399093,        1 
    +#> 
    +#> [[37]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 706400.2, 707400.2, 6251298, 6252298  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          37, 706900.208559446, 6251798.00038536,        1 
    +#> 
    +#> [[38]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 707271.9, 708271.9, 6261487, 6262487  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          38, 707771.919408766, 6261986.83813631,        1 
    +#> 
    +#> [[39]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 704831, 705831, 6264713, 6265713  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          39, 705331.007064075, 6265212.51343058,        1 
    +#> 
    +#> [[40]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 708918.4, 709918.4, 6267669, 6268669  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          40, 709418.368318636, 6268169.10033173,        1 
    +#> 
    +#> [[41]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 703076, 704076, 6266036, 6267036  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          41, 703576.003622304, 6266536.09000155,        1 
    +#> 
    +#> [[42]]
    +#> NULL
    +#> 
    +#> [[43]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 707489.4, 708489.4, 6252351, 6253351  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          43, 707989.389162253, 6252851.01070556,        1 
    +#> 
    +#> [[44]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 709587.4, 710587.4, 6266178, 6267178  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          44, 710087.448896256, 6266678.41000209,        1 
    +#> 
    +#> [[45]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 708634.5, 709634.5, 6253011, 6254011  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,    receiver_lat, optional 
    +#> value       :          45, 709134.451181599, 6253511.1606833,        1 
    +#> 
    +#> [[46]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 702030.4, 703030.4, 6265101, 6266101  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          46, 702530.410574209, 6265601.37925326,        1 
    +#> 
    +#> [[47]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 702512.8, 703512.8, 6265823, 6266823  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          47, 703012.757869926, 6266323.23956501,        1 
    +#> 
    +#> [[48]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 706695.3, 707695.3, 6253239, 6254239  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          48, 707195.281171695, 6253739.36429899,        1 
    +#> 
    +#> [[49]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 705852.3, 706852.3, 6253784, 6254784  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          49, 706352.314484401, 6254283.62589339,        1 
    +#> 
    +#> [[50]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 707425.6, 708425.6, 6260558, 6261558  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          50, 707925.605617203, 6261057.79757075,        1 
    +#> 
    +#> [[51]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 706707.4, 707707.4, 6260511, 6261511  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          51, 707207.430187169, 6261011.42556153,        1 
    +#> 
    +#> [[52]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 702198.1, 703198.1, 6265474, 6266474  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          52, 702698.057272382, 6265973.99135867,        1 
    +#> 
    +#> [[53]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 705558.6, 706558.6, 6254034, 6255034  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          53, 706058.562480969, 6254534.03230611,        1 
    +#> 
    +#> [[54]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 701922.5, 702922.5, 6264753, 6265753  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          54, 702422.531139993, 6265252.59847609,        1 
    +#> 
    +#> [[55]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 709905.8, 710905.8, 6252868, 6253868  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          55, 710405.757752217, 6253367.62261389,        1 
    +#> 
    +#> [[56]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 709123.1, 710123.1, 6252797, 6253797  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          56, 709623.053614371, 6253296.88416775,        1 
    +#> 
    +#> [[57]]
    +#> class       : SpatialPolygonsDataFrame 
    +#> features    : 1 
    +#> extent      : 707967.6, 708967.6, 6252362, 6253362  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> variables   : 4
    +#> names       : receiver_id,    receiver_long,     receiver_lat, optional 
    +#> value       :          57, 708467.606224498, 6252861.98611045,        1 
    +#> 
    +
    +#### Example (2): Visualise the containers produced via plot = TRUE
    +containers <- acs_setup_containers(xy = xy_utm,
    +                                  detection_range = 500,
    +                                  plot = TRUE
    +                                  )
    +#> flapper::acs_setup_detection_containers() called (@ 2023-02-19 14:52:01)... 
    +#> ... Checking user inputs... 
    +#> ... Plotting background map of area... 
    +#> ... Making containers... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> ... Plotting containers on map... 
    +#> ... Processing containers... 
    +#> ... flapper::acs_setup_detection_containers() call completed (@ 2023-02-19 14:52:01) after ~0 minutes. 
    +
    +#### Example (3): Remove areas of the containers that overlap with coastline
    +containers <- acs_setup_containers(xy = xy_utm,
    +                                  detection_range = 500,
    +                                  plot = TRUE,
    +                                  coastline = dat_coast
    +                                  )
    +#> flapper::acs_setup_detection_containers() called (@ 2023-02-19 14:52:01)... 
    +#> ... Checking user inputs... 
    +#> ... Plotting background map of area... 
    +#> ... Making containers... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +#> ... Plotting containers on map... 
    +#> ... Processing containers... 
    +#> ... flapper::acs_setup_detection_containers() call completed (@ 2023-02-19 14:52:02) after ~0.01 minutes. 
    +
    +#### Example (4): Remove areas of the containers beyond a boundary
    +xy_utm_coords <- sp::coordinates(xy_utm)
    +boundaries <- raster::extent(min(xy_utm_coords[, 1]),
    +                             max(xy_utm_coords[, 1]),
    +                             min(xy_utm_coords[, 2]),
    +                             max(xy_utm_coords[, 2])
    +                        )
    +containers <- acs_setup_containers(xy = xy_utm,
    +                                  detection_range = 500,
    +                                  plot = TRUE,
    +                                  coastline = dat_coast,
    +                                  boundaries = boundaries
    +                                  )
    +#> flapper::acs_setup_detection_containers() called (@ 2023-02-19 14:52:02)... 
    +#> ... Checking user inputs... 
    +#> ... Plotting background map of area... 
    +#> ... Making containers... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> ... Plotting containers on map... 
    +#> ... Processing containers... 
    +#> ... flapper::acs_setup_detection_containers() call completed (@ 2023-02-19 14:52:03) after ~0.02 minutes. 
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acs_setup_detection_kernels-1.png b/docs/reference/acs_setup_detection_kernels-1.png index e9fa56e..46d7e0d 100644 Binary files a/docs/reference/acs_setup_detection_kernels-1.png and b/docs/reference/acs_setup_detection_kernels-1.png differ diff --git a/docs/reference/acs_setup_detection_kernels-3.png b/docs/reference/acs_setup_detection_kernels-3.png index e0c4fe1..5a03f06 100644 Binary files a/docs/reference/acs_setup_detection_kernels-3.png and b/docs/reference/acs_setup_detection_kernels-3.png differ diff --git a/docs/reference/acs_setup_detection_kernels-4.png b/docs/reference/acs_setup_detection_kernels-4.png index 24bf64c..29dddbf 100644 Binary files a/docs/reference/acs_setup_detection_kernels-4.png and b/docs/reference/acs_setup_detection_kernels-4.png differ diff --git a/docs/reference/acs_setup_detection_kernels-5.png b/docs/reference/acs_setup_detection_kernels-5.png index 03fa86a..31e7594 100644 Binary files a/docs/reference/acs_setup_detection_kernels-5.png and b/docs/reference/acs_setup_detection_kernels-5.png differ diff --git a/docs/reference/acs_setup_detection_kernels-6.png b/docs/reference/acs_setup_detection_kernels-6.png index a8ab860..d660099 100644 Binary files a/docs/reference/acs_setup_detection_kernels-6.png and b/docs/reference/acs_setup_detection_kernels-6.png differ diff --git a/docs/reference/acs_setup_detection_kernels.html b/docs/reference/acs_setup_detection_kernels.html index 039feeb..5702171 100644 --- a/docs/reference/acs_setup_detection_kernels.html +++ b/docs/reference/acs_setup_detection_kernels.html @@ -1,69 +1,14 @@ - - - - - - - -Setup detection probability kernels for the AC* algorithm(s) — acs_setup_detection_kernels • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Setup detection probability kernels for the AC* algorithm(s) — acs_setup_detection_kernels • flapper - - - - - - - - - + + - - - - -
    -
    - -
    - -
    +

    This function produces detection probability kernels for incorporation into the acoustic-container* (AC*) algorithms. Within acoustic containers, the incorporation of detection probability kernels reduces uncertainty and increases precision in simulated patterns of space use by up-weighting areas nearer to receivers when an individual is detected and down-weighing areas nearer to receivers when an individual is not detected (see Details).

    -

    To implement the function, a SpatialPointsDataFrame that defines receiver IDs, locations and deployment dates must be supplied (via xy). A record of servicing events for receivers can also be supplied (via services). Detection probability kernels are calculated around each receiver, using a user-defined function based on Euclidean distances (calc_detection_pr) across a raster (bathy). Kernels can be restricted by barriers to movement as defined by NAs in bathy and the boundaries of the area. These kernels are used to weight possible locations around a receiver when an individual is detected.

    +

    To implement the function, a SpatialPointsDataFrame that defines receiver IDs, locations and deployment dates must be supplied (via xy). A record of servicing events for receivers can also be supplied (via services). Detection probability kernels are calculated around each receiver, using a user-defined function based on Euclidean distances (calc_detection_pr) across a raster (bathy). Kernels can be restricted by barriers to movement as defined by NAs in bathy and the boundaries of the area. These kernels are used to weight possible locations around a receiver when an individual is detected.

    For each unique array design (i.e. set of active receivers, given receiver deployment dates and servicing events, if applicable), a detection probability surface across the whole area is also created, which is used to weight possible locations of the individual in the time steps between detections (up-weighting locations away from receivers). By default, these calculations account for any areas of overlap in the detection probability kernels of multiple receivers. This step is computationally demanding, but it can be suppressed or sped-up via the overlaps argument. Outputs are returned in a named list that is designed to be incorporated into the AC* algorithm(s).

    -
    acs_setup_detection_kernels(
    -  xy,
    -  services = NULL,
    -  containers,
    -  overlaps = NULL,
    -  calc_detection_pr,
    -  bathy,
    -  verbose = TRUE
    -)
    +
    +
    acs_setup_detection_kernels(
    +  xy,
    +  services = NULL,
    +  containers,
    +  overlaps = NULL,
    +  calc_detection_pr,
    +  bathy,
    +  verbose = TRUE
    +)
    +
    + +
    +

    Arguments

    +
    xy
    +

    A SpatialPointsDataFrame that defines receiver IDs, locations and deployment dates. The data slot must include a dataframe with the following columns: an unique, integer identifier for each receiver (`receiver_id') and receiver deployment Dates (`receiver_start_date' and `receiver_end_date'). For receiver locations, the coordinate reference system should be the Universal Transverse Mercator system with distances in metres (as for bathy, below).

    + + +
    services
    +

    (optional) A dataframe that defines receiver IDs and servicing Dates (times during the deployment period of a receiver when it was not active due to servicing). If provided, this must contain the following columns: an integer identifier for serviced receivers (named ‘receiver_id’) and two columns that define the time of the service(s) (‘service_start_date’ and ‘service_end_date’) (see make_matrix_receivers).

    + + +
    containers
    +

    The list of detection containers, with one element for each number from 1:max(xy$receiver_id), from acs_setup_containers.

    + + +
    overlaps
    +

    (optional) A named list, from get_detection_containers_overlap, that defines, for each receiver, for each day over its deployment period, whether or not its detection container overlapped with those of other receivers. If provided, this speeds up detection probability calculations in overlapping regions by focusing on only the subset of receivers with overlapping detection probability kernels. If there are no overlapping receivers, FALSE can be supplied instead to suppress these calculations.

    + + +
    calc_detection_pr
    +

    A function that takes in a vector of distances and returns a vector of detection probabilities (around a receiver). Detection probability should decline to 0 after the detection_range distance from a receiver (see acs_setup_containers).

    + + +
    bathy
    +

    A raster of the bathymetry across an area (see ac). Receiver locations and detection probability kernels are represented across this raster. As for xy, the coordinate reference system should be the Universal Transverse Mercator system with distances in metres. Resolution needs to be sufficiently high such that detection probability can be represented effectively, given calc_detection_pr, but sufficiently low for convenient run times. If bathy contains NAs, it is also taken as a mask that is applied to detection probability kernels to remove `impossible` areas (e.g., on land).

    + -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    xy

    A SpatialPointsDataFrame that defines receiver IDs, locations and deployment dates. The data slot must include a dataframe with the following columns: an unique, integer identifier for each receiver (`receiver_id') and receiver deployment Dates (`receiver_start_date' and `receiver_end_date'). For receiver locations, the coordinate reference system should be the Universal Transverse Mercator system with distances in metres (as for bathy, below).

    services

    (optional) A dataframe that defines receiver IDs and servicing Dates (times during the deployment period of a receiver when it was not active due to servicing). If provided, this must contain the following columns: an integer identifier for serviced receivers (named ‘receiver_id’) and two columns that define the time of the service(s) (‘service_start_date’ and ‘service_end_date’) (see make_matrix_receivers).

    containers

    The list of detection containers, with one element for each number from 1:max(xy$receiver_id), from acs_setup_containers.

    overlaps

    (optional) A named list, from get_detection_containers_overlap, that defines, for each receiver, for each day over its deployment period, whether or not its detection container overlapped with those of other receivers. If provided, this speeds up detection probability calculations in overlapping regions by focusing on only the subset of receivers with overlapping detection probability kernels. If there are no overlapping receivers, FALSE can be supplied instead to suppress these calculations.

    calc_detection_pr

    A function that takes in a vector of distances and returns a vector of detection probabilities (around a receiver). Detection probability should decline to 0 after the detection_range distance from a receiver (see acs_setup_containers).

    bathy

    A raster of the bathymetry across an area (see ac). Receiver locations and detection probability kernels are represented across this raster. As for xy, the coordinate reference system should be the Universal Transverse Mercator system with distances in metres. Resolution needs to be sufficiently high such that detection probability can be represented effectively, given calc_detection_pr, but sufficiently low for convenient run times. If bathy contains NAs, it is also taken as a mask that is applied to detection probability kernels to remove `impossible` areas (e.g., on land).

    verbose

    A logical input that defines whether or not to print messages to the console to relay function progress.

    +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to relay function progress.

    -

    Value

    +
    +
    +

    Value

    + -

    The function returns a named list with five elements:

      -
    1. receiver_specific_kernels. A list, with one element for all integers from 1 to the maximum receiver number. Any elements that do not correspond to receivers contain a NULL element. List elements that correspond to receivers contain a raster of the detection probability kernel around the relevant receiver. Cells values define the detection probability around a receiver, given calc_detection_pr. In the AC* algorithm(s), these kernels are used to up-weight location probabilities near to a receiver when it is detected (following modification to account for overlapping areas, if necessary).

    2. +

      The function returns a named list with five elements:

      1. receiver_specific_kernels. A list, with one element for all integers from 1 to the maximum receiver number. Any elements that do not correspond to receivers contain a NULL element. List elements that correspond to receivers contain a raster of the detection probability kernel around the relevant receiver. Cells values define the detection probability around a receiver, given calc_detection_pr. In the AC* algorithm(s), these kernels are used to up-weight location probabilities near to a receiver when it is detected (following modification to account for overlapping areas, if necessary).

      2. receiver_specific_inv_kernels. A list, as for receiver_specific_kernels, but in which elements contain the inverse detection probability kernels (i.e., 1 - detection probability). In the AC* algorithm(s), these is used to down-weight-weight location probabilities in the overlapping regions between a receiver that recorded detections and others that did not at the same time.

      3. -
      4. array_design_intervals. A dataframe that defines the number and deployment times of each unique array design, resulting from receiver deployment, servicing and removal. In the times between detections, this is used to select the appropriate `background' detection probability surface (see below). This contains the following columns:

          -
        • array_id An integer vector that defines each unique array design.

        • +
        • array_design_intervals. A dataframe that defines the number and deployment times of each unique array design, resulting from receiver deployment, servicing and removal. In the times between detections, this is used to select the appropriate `background' detection probability surface (see below). This contains the following columns:

          • array_id An integer vector that defines each unique array design.

          • array_start_date A Date that defines the start date of each array design.

          • array_end_date A Date that defines the end date of each array design.

          • -
          • array_interval An Interval-class vector that defines the deployment period of each array design.

          • +
          • array_interval An Interval-class vector that defines the deployment period of each array design.

        • bkg_surface_by_design. A list, with one element for each array design, that defines the detection probability surface across all receivers deployed in that phase of the study. In areas that are covered by the detection probability kernel of a single receiver, the detection probability depends only on distance to that receiver (via calc_detection_pr). In areas covered by multiple, overlapping kernels, detection probability represents the combined detection probability across all overlapping kernels (see Details).

        • bkg_inv_surface_by_design. A list, as above for bkg_surface_by_design, but which contains the inverse detection probability surface (i.e., 1 - bkg_surface_by_design). In the AC* algorithm(s), this is used to up-weight areas away from receivers (or, equivalently, down-weight areas near to receivers) in the time steps between detections.

        • -
      - -

      Details

      - +
    +
    +

    Details

    A detection probability kernel is a bivariate probability density function that describes detection probability around a receiver. Typically, this takes the shape of a dome whereby detection probability declines uniformly around a receiver with increasing distance. Accordingly, this function assumes that detection probability kernels only depend on distance (via calc_detection_pr) and are constant in space and time. Spatially variable detection probability kernels can be incorporated just as easily into the AC* algorithm(s) but need to be created manually. For example, in areas of complex coastline, narrow peninsulas that punctuate detection containers may effectively block transmissions from the outer regions of detection containers from being detected at receivers, in which case a model that incorporates the `line of sight' between receivers and the surrounding regions may be appropriate. However, temporally variable detection probability kernels are not currently supported by the AC* algorithm(s).

    The purpose of detection probability kernels within the AC* algorithm(s) is to reduce the uncertainty of the possible positions of an individual within the acoustic containers, both when an individual is detected and when it is not. When an individual is detected at a receiver, a central assumption of the AC* algorithm(s) is that the individual is within a finite radius of that receiver in an area defined as the ‘detection container’. Under the simplest implementation of the algorithm, this represents a threshold detection probability model in which the probability of detection is certain within the container and zero outside. Under this model, the individual is equally likely to have been in any location within the container and all possible locations of the individual are weighted equally. This approach is suitable for the most conservative analyses, since even unlikely positions of the individual receive equal weighting. However, detection probability typically declines with distance around a receiver and the incorporation of this information in the form of kernels around the receiver at which is detected (and any receivers with overlapping kernels) improve precision by increasing the weighting for some areas over others. The way in which this increase in precision is realised over space depends on whether or not detection probability kernels and the timing of detections at multiple receivers overlap.

    In the simplest scenario, an individual is detected at a receiver whose container does not overlap with any other receiver and the kernel simply increases the weight of locations nearest to the receiver (according to a user-specified detection probability function). For some array designs, an alternative possibility is that an individual is detected at a receiver whose container overlaps with other receiver(s). In this case, detection or lack of detection at the same moment at the receivers with overlapping containers provides further information on the location of the individual. One the one hand, if the individual is not detected at the other receiver(s), then the probability that the individual is in the overlapping region(s) is reduced in line with the overlap in detection probability, which decreases the weight of potential locations in these areas. On the other hand, if the individual is detected at effectively the same time at multiple receiver(s), then the individual is more likely to be within the overlapping parts of their containers, and the weight of possible locations here is correspondingly elevated. The definition of ‘effectively’ is context specific but depends on the accuracy with which the clocks of different receivers are synchronised. (For example, ± 5 s might be reasonable.) In these situations, the detection container essentially just acts as a computational device by restricting calculations to the container(s) and ‘cutting’ the probability of detection to zero beyond this area. This process follows the standard rules of probability.

    When an individual is not detected, the detection container grows into a set of ‘acoustic containers’ that contain the set of possible locations for the individual. As they grow, they may encompass other detection containers before they shrink towards the receiver at which the individual is next detected. During this time, the AC* algorithm(s) identify the possible locations of the individual within these areas. Under the most conservative approach, at each time step all positions are treated as equally likely (although normalisation within the algorithm(s) effectively down-weights time steps in which the location of the individual is more uncertain). This includes any positions within the detection containers of other receivers since, under realistic conditions, there is usually a non-zero probability that an individual can be near a receiver and yet remain undetected. However, this is typically unlikely and when the goal of the analysis is to create more precise estimates of space use, the incorporation of detection probability kernel(s) around receivers effectively reduces the probability that the individual is within their detection containers during this time. Again, to incorporate detection probability kernels in this way, it is necessary to account for overlapping detection ranges, where the probability of detection is higher and, therefore, the probability of a possible location in such an area is lower given the absence of a detection. As above, this process follows the laws of probability.

    In summary, in the AC* algorithm(s), detection and acoustic containers describe the spatial extent of our uncertainty when an individual is detected and in the time between detections respectively. The purpose of this function is to pre-process and package the information provided by detection probability kernels in such a way as to facilitate its incorporation into the AC* algorithm(s). This improves the precision of simulated patterns of space use by down- or up-weighting areas according to a model of detection probability. This provides a reasonable overall assessment of the places in which an individual could have spend more or less time over a period of study.

    However, it is worth noting that, within acoustic containers, unrealistic areas may be highlighted in which an individual could not have been located because of movement constraints which are not captured by container-level expansion and contraction. For example, there may be parts of a container that are highly unlikely given a detection at a nearby receiver because they are too far away from the receiver at which the individual was subsequently detected. In the AC*PF algorithm(s), the incorporation of a movement model further reduces uncertainty by accounting for the constraints imposed by an individual’s current position on its next position.

    -

    See also

    - -

    This is one of a number of functions used to set up the AC and ACDC algorithms implemented by ac and acdc: acs_setup_mobility, acs_setup_containers and acs_setup_detection_kernels. This function is supported by make_matrix_receivers, which defines receiver activity statuses; acs_setup_containers, which defines acoustic containers; and get_detection_containers_overlap, which defines detection container overlaps

    -

    Author

    - +
    +
    +

    See also

    +

    This is one of a number of functions used to set up the AC and ACDC algorithms implemented by ac and acdc: acs_setup_mobility, acs_setup_containers and acs_setup_detection_kernels. This function is supported by make_matrix_receivers, which defines receiver activity statuses; acs_setup_containers, which defines acoustic containers; and get_detection_containers_overlap, which defines detection container overlaps

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Set up data for examples - -## Define receiver IDs, locations and deployment dates -# Focus on a subset of receivers for example speed -moorings <- dat_moorings[1:5, ] -# Define receiver locations as a SpatialPoints object with a UTM CRS -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -xy <- sp::SpatialPoints(moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) -# Link receiver IDs, locations and deployment dates to form a SpatialPointsDataFrame -# ... Note required column names and class types. -xy <- sp::SpatialPointsDataFrame(xy, moorings[, c("receiver_id", - "receiver_start_date", - "receiver_end_date")]) - -## Define bathymetric map of area for which AC* algorithm(s) will be implemented -# ... The resolution must be sufficiently high -# ... such that there are areas with non zero detection probability. -# ... However, function speed will fall with large, high resolution rasters. -# ... Here, we set a low resolution for example speed. -surface <- raster::raster(raster::extent(dat_gebco), res = c(50, 50)) -surface <- raster::resample(dat_gebco, surface) - -## Define detection probability function -# This should depend on distance alone -# Detection probability should decline to 0 after detection_range -# ... (defined in flapper::acs_setup_containers()). -# ... Here, we assume detection_range = 425 m. -calc_dpr <- - function(x){ - ifelse(x <= 425, stats::plogis(2.5 + -0.02 * x), 0) - } -plot(0:1000, calc_dpr(0:1000), type = "l") -
    -## Get detection containers and, if applicable, information on their overlap(s) -# We'll use the example containers provided in dat_containers -# We'll get their overlaps via flapper::get_detection_containers_overlap -overlaps <- - get_detection_containers_overlap( - containers = get_detection_containers(xy = xy, byid = TRUE) - ) -
    -#### Example (1): Implement function using default options -kernels <- acs_setup_detection_kernels(xy = xy, - containers = dat_containers, - overlaps = overlaps, - calc_detection_pr = calc_dpr, - bathy = surface) -
    #> flapper::acs_setup_detection_kernels() called (@ 2022-06-17 09:58:40)... -#> ... Setting up function... -#> ... Getting receiver-specific kernels (for detection)... -#> -#> ... ... For receiver 3 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 4 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 7 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 9 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 11 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> ... Getting receiver-specific inverse kernels... -#> ... Getting area-wide kernels (for non-detection)... -#> ... ... Get unique array designs... -#> ... ... Get area wide kernels for each array design... -#> -#> ... ... ... For design 1/5... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 2/5... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 3/5... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 4/5... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 5/5... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> ... Process detection probability kernels ... -#> ... flapper::acs_setup_detection_kernels() call completed (@ 2022-06-17 09:58:42) after ~0.03 minutes.
    -# Examine list elements -summary(kernels) -
    #> Length Class Mode -#> receiver_specific_kernels 11 -none- list -#> receiver_specific_inv_kernels 11 -none- list -#> array_design_intervals 4 data.frame list -#> bkg_surface_by_design 5 -none- list -#> bkg_inv_surface_by_design 5 -none- list
    -# Examine example receiver-specific kernels -pp <- graphics::par(mfrow = c(1, 2)) -raster::plot(kernels$receiver_specific_kernels[[3]]) -points(xy[xy$receiver_id == 3, ], cex = 2) -raster::plot(kernels$receiver_specific_kernels[[4]]) -
    points(xy[xy$receiver_id == 4, ], cex = 2) -
    graphics::par(pp) - -# Examine example receiver-specific inverse kernels -pp <- graphics::par(mfrow = c(1, 2)) -raster::plot(kernels$receiver_specific_inv_kernels[[3]]) -points(xy[xy$receiver_id == 3, ], cex = 2) -raster::plot(kernels$receiver_specific_inv_kernels[[4]]) -
    points(xy[xy$receiver_id == 4, ], cex = 2) -
    graphics::par(pp) - -# Examine background detection Pr surfaces -# (for each unique combination of receivers that were deployed) -pp <- graphics::par(mfrow = c(2, 3), mar = c(0, 0, 0, 0)) -lapply(kernels$bkg_surface_by_design, function(bkg) { - raster::plot(bkg, axes = FALSE) - graphics::box() -}) -
    #> [[1]] -#> NULL -#> -#> [[2]] -#> NULL -#> -#> [[3]] -#> NULL -#> -#> [[4]] -#> NULL -#> -#> [[5]] -#> NULL -#>
    graphics::par(pp) -
    -# Examine background inverse detection Pr surfaces -pp <- graphics::par(mfrow = c(2, 3), mar = c(0, 0, 0, 0)) -lapply(kernels$bkg_inv_surface_by_design, function(bkg) { - raster::plot(bkg, axes = FALSE) - graphics::box() -}) -
    #> [[1]] -#> NULL -#> -#> [[2]] -#> NULL -#> -#> [[3]] -#> NULL -#> -#> [[4]] -#> NULL -#> -#> [[5]] -#> NULL -#>
    graphics::par(pp) -
    -
    +
    +

    Examples

    +
    #### Set up data for examples
    +
    +## Define receiver IDs, locations and deployment dates
    +# Focus on a subset of receivers for example speed
    +moorings <- dat_moorings[1:5, ]
    +# Define receiver locations as a SpatialPoints object with a UTM CRS
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +xy <- sp::SpatialPoints(moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +# Link receiver IDs, locations and deployment dates to form a SpatialPointsDataFrame
    +# ... Note required column names and class types.
    +xy <- sp::SpatialPointsDataFrame(xy, moorings[, c("receiver_id",
    +                                                  "receiver_start_date",
    +                                                  "receiver_end_date")])
    +
    +## Define bathymetric map of area for which AC* algorithm(s) will be implemented
    +# ... The resolution must be sufficiently high
    +# ... such that there are areas with non zero detection probability.
    +# ... However, function speed will fall with large, high resolution rasters.
    +# ... Here, we set a low resolution for example speed.
    +surface <- raster::raster(raster::extent(dat_gebco), res = c(50, 50))
    +surface <- raster::resample(dat_gebco, surface)
    +
    +## Define detection probability function
    +# This should depend on distance alone
    +# Detection probability should decline to 0 after detection_range
    +# ... (defined in flapper::acs_setup_containers()).
    +# ... Here, we assume detection_range = 425 m.
    +calc_dpr <-
    +  function(x){
    +    ifelse(x <= 425, stats::plogis(2.5 + -0.02 * x), 0)
    +  }
    +plot(0:1000, calc_dpr(0:1000), type = "l")
    +
    +
    +## Get detection containers and, if applicable, information on their overlap(s)
    +# We'll use the example containers provided in dat_containers
    +# We'll get their overlaps via flapper::get_detection_containers_overlap
    +overlaps <-
    +  get_detection_containers_overlap(
    +    containers = get_detection_containers(xy = xy, byid = TRUE)
    +  )
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +
    +#### Example (1): Implement function using default options
    +kernels <- acs_setup_detection_kernels(xy = xy,
    +                                       containers = dat_containers,
    +                                       overlaps = overlaps,
    +                                       calc_detection_pr = calc_dpr,
    +                                       bathy = surface)
    +#> flapper::acs_setup_detection_kernels() called (@ 2023-02-19 14:52:05)... 
    +#> ... Setting up function... 
    +#> ... Getting receiver-specific kernels (for detection)... 
    +#> 
    +#> ... ... For receiver 3 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 4 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 7 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 9 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 11 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> ... Getting receiver-specific inverse kernels... 
    +#> ... Getting area-wide kernels (for non-detection)... 
    +#> ... ... Get unique array designs... 
    +#> ... ... Get area wide kernels for each array design... 
    +#> 
    +#> ... ... ... For design 1/5... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 2/5... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 3/5... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 4/5... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 5/5... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> ... Process detection probability kernels ... 
    +#> ... flapper::acs_setup_detection_kernels() call completed (@ 2023-02-19 14:52:07) after ~0.03 minutes. 
    +
    +# Examine list elements
    +summary(kernels)
    +#>                               Length Class      Mode
    +#> receiver_specific_kernels     11     -none-     list
    +#> receiver_specific_inv_kernels 11     -none-     list
    +#> array_design_intervals         4     data.frame list
    +#> bkg_surface_by_design          5     -none-     list
    +#> bkg_inv_surface_by_design      5     -none-     list
    +
    +# Examine example receiver-specific kernels
    +pp <- graphics::par(mfrow = c(1, 2))
    +raster::plot(kernels$receiver_specific_kernels[[3]])
    +points(xy[xy$receiver_id == 3, ], cex = 2)
    +raster::plot(kernels$receiver_specific_kernels[[4]])
    +points(xy[xy$receiver_id == 4, ], cex = 2)
    +
    +graphics::par(pp)
    +
    +# Examine example receiver-specific inverse kernels
    +pp <- graphics::par(mfrow = c(1, 2))
    +raster::plot(kernels$receiver_specific_inv_kernels[[3]])
    +points(xy[xy$receiver_id == 3, ], cex = 2)
    +raster::plot(kernels$receiver_specific_inv_kernels[[4]])
    +points(xy[xy$receiver_id == 4, ], cex = 2)
    +
    +graphics::par(pp)
    +
    +# Examine background detection Pr surfaces
    +# (for each unique combination of receivers that were deployed)
    +pp <- graphics::par(mfrow = c(2, 3), mar = c(0, 0, 0, 0))
    +lapply(kernels$bkg_surface_by_design, function(bkg) {
    +  raster::plot(bkg, axes = FALSE)
    +  graphics::box()
    +})
    +#> [[1]]
    +#> NULL
    +#> 
    +#> [[2]]
    +#> NULL
    +#> 
    +#> [[3]]
    +#> NULL
    +#> 
    +#> [[4]]
    +#> NULL
    +#> 
    +#> [[5]]
    +#> NULL
    +#> 
    +graphics::par(pp)
    +
    +
    +# Examine background inverse detection Pr surfaces
    +pp <- graphics::par(mfrow = c(2, 3), mar = c(0, 0, 0, 0))
    +lapply(kernels$bkg_inv_surface_by_design, function(bkg) {
    +  raster::plot(bkg, axes = FALSE)
    +  graphics::box()
    +})
    +#> [[1]]
    +#> NULL
    +#> 
    +#> [[2]]
    +#> NULL
    +#> 
    +#> [[3]]
    +#> NULL
    +#> 
    +#> [[4]]
    +#> NULL
    +#> 
    +#> [[5]]
    +#> NULL
    +#> 
    +graphics::par(pp)
    +
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/acs_setup_mobility-1.png b/docs/reference/acs_setup_mobility-1.png index 9f9022f..af8df94 100644 Binary files a/docs/reference/acs_setup_mobility-1.png and b/docs/reference/acs_setup_mobility-1.png differ diff --git a/docs/reference/acs_setup_mobility-2.png b/docs/reference/acs_setup_mobility-2.png index 78fd92f..da4bd31 100644 Binary files a/docs/reference/acs_setup_mobility-2.png and b/docs/reference/acs_setup_mobility-2.png differ diff --git a/docs/reference/acs_setup_mobility-3.png b/docs/reference/acs_setup_mobility-3.png index e7550b4..1b716a1 100644 Binary files a/docs/reference/acs_setup_mobility-3.png and b/docs/reference/acs_setup_mobility-3.png differ diff --git a/docs/reference/acs_setup_mobility.html b/docs/reference/acs_setup_mobility.html index a659793..7349e79 100644 --- a/docs/reference/acs_setup_mobility.html +++ b/docs/reference/acs_setup_mobility.html @@ -1,67 +1,12 @@ - - - - - - - -Examine the constant `mobility' assumption of the AC* algorithm(s) — acs_setup_mobility • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Examine the constant `mobility' assumption of the AC* algorithm(s) — acs_setup_mobility • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    In the simplest and fastest (and only) version of the acoustic-container (AC) and acoustic-container depth-contour (ACDC) algorithms currently implemented by flapper, the rate at which acoustic containers expand and contract depends on a single `mobility' parameter that describes how the set of possible locations for an individual changes through time according to the passive acoustic telemetry data. These changes essentially reflect the maximum horizontal distance that an individual can move in the regularised time steps between sequential detections. However, in some situations, a fixed parameter for horizontal movement may not be well supported. For instance, in cases with archival data (the ACDC algorithm), animals changes dramatically in depth and for which changes in depth are likely to curtail the extent of horizontal movement*. Thus, this function investigates the extent to which the horizontal distance an animal could travel changes through time if the mobility parameter is instead conceptualised as the diagonal distance between sequential depth observations.

    +

    In the simplest and fastest (and only) version of the acoustic-container (AC) and acoustic-container depth-contour (ACDC) algorithms currently implemented by flapper, the rate at which acoustic containers expand and contract depends on a single `mobility' parameter that describes how the set of possible locations for an individual changes through time according to the passive acoustic telemetry data. These changes essentially reflect the maximum horizontal distance that an individual can move in the regularised time steps between sequential detections. However, in some situations, a fixed parameter for horizontal movement may not be well supported. For instance, in cases with archival data (the ACDC algorithm), animals changes dramatically in depth and for which changes in depth are likely to curtail the extent of horizontal movement*. Thus, this function investigates the extent to which the horizontal distance an animal could travel changes through time if the mobility parameter is instead conceptualised as the diagonal distance between sequential depth observations.

    +
    + +
    +
    acs_setup_mobility(
    +  depth,
    +  mobility,
    +  plot = TRUE,
    +  add_mobility = list(col = "royalblue", lwd = 2),
    +  add_rug = list(),
    +  xlab,
    +  ...
    +)
    -
    acs_setup_mobility(
    -  depth,
    -  mobility,
    -  plot = TRUE,
    -  add_mobility = list(col = "royalblue", lwd = 2),
    -  add_rug = list(),
    -  xlab,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    depth

    A vector of depth observations, whose units match the mobility parameter, to be incorporated into the ACDC algorithm. (Note that the ACDC algorithm may drop depth observations internally depending on their alignment with the acoustic time series and so, ideally, pre-processed time series should be passed to depth to ensure inferences correspond directly to the time series modelled by acdc.) Depth observations should be regularly spaced in time (i.e., represent a time series for a single individual, without gaps).

    mobility

    A number, in the same units as depth, that defines the maximum horizontal distance that an individual could move in the time period between archival observations (see acs_setup_containers).

    plot

    A logical variable that defines whether or not to plot the distribution of horizontal distances that the individual could travel, given its depth time series and mobility, as a histogram.

    add_mobility

    (optional) If plot = TRUE, add_mobility is a named list of arguments, passed to abline, to add the mobility parameter as a vertical line to the histogram as a reference point. add_mobility = NULL suppresses this line.

    add_rug

    (optional) If plot = TRUE, add_rug is a named list of arguments, passed to rug, to add the estimated distances to the histogram as a rug. add_rug = NULL suppresses this rug.

    xlab, ...

    Additional arguments, passed to pretty_hist, to customise the histogram.

    - -

    Value

    - -

    The function returns a numeric vector of distances and, if plot = TRUE, a histogram of those distances.

    -

    Details

    +
    +

    Arguments

    +
    depth
    +

    A vector of depth observations, whose units match the mobility parameter, to be incorporated into the ACDC algorithm. (Note that the ACDC algorithm may drop depth observations internally depending on their alignment with the acoustic time series and so, ideally, pre-processed time series should be passed to depth to ensure inferences correspond directly to the time series modelled by acdc.) Depth observations should be regularly spaced in time (i.e., represent a time series for a single individual, without gaps).

    + + +
    mobility
    +

    A number, in the same units as depth, that defines the maximum horizontal distance that an individual could move in the time period between archival observations (see acs_setup_containers).

    + + +
    plot
    +

    A logical variable that defines whether or not to plot the distribution of horizontal distances that the individual could travel, given its depth time series and mobility, as a histogram.

    + + +
    add_mobility
    +

    (optional) If plot = TRUE, add_mobility is a named list of arguments, passed to abline, to add the mobility parameter as a vertical line to the histogram as a reference point. add_mobility = NULL suppresses this line.

    + +
    add_rug
    +

    (optional) If plot = TRUE, add_rug is a named list of arguments, passed to rug, to add the estimated distances to the histogram as a rug. add_rug = NULL suppresses this rug.

    + + +
    xlab, ...
    +

    Additional arguments, passed to pretty_hist, to customise the histogram.

    + +
    +
    +

    Value

    + + +

    The function returns a numeric vector of distances and, if plot = TRUE, a histogram of those distances.

    +
    +
    +

    Details

    The function uses a Pythagorean approximation to estimate the \(distance\) that an individual could travel in each time step (\(t\)), given the maximum horizontal distance that the individual could move (\(mobility\)) and sequential changes in \(depth\), according to the equation:

    $$distance_{t + 1} = \sqrt{mobility^2 + (depth_{t + 1} - depth_{t})^2},$$

    where \(depth_{t + 1}\) for the final (\(n^{th}\)) observation is defined as \(depth_{t = n}\) and thus \(distance_{t = n} = mobility\).

    *If the horizontal distances that an individual could travel are not very variable, then the benefits of a single mobility parameter are likely to outweigh the costs. On the other hand, substantial variation in the horizontal distances that an individual could travel may suggest that a constant mobility parameter is inappropriate; in this situation, the correct containers could be computed on-the-fly within the ACDC algorithm, but this is not currently implemented. However, the particle filtering algorithms can account for this by the incorporation of movement models within/between acoustic containers.

    -

    See also

    - -

    acs_setup_mobility, acs_setup_containers and acs_setup_detection_kernels are used to set up the AC and ACDC algorithms as implemented by ac and acdc.

    -

    Author

    - +
    +
    +

    See also

    +

    acs_setup_mobility, acs_setup_containers and acs_setup_detection_kernels are used to set up the AC and ACDC algorithms as implemented by ac and acdc.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1) Explore mobility for single individual -mob <- - acs_setup_mobility(depth = dat_archival$depth[dat_archival$individual_id == 25], - mobility = 200) -
    -#### Example (2) Customise histogram -# ... suppress plot with plot = FALSE -# ... suppress add_* lists with NULL or customise -# ... pass args to prettyGraphics::pretty_hist() via ... -mob <- - acs_setup_mobility(depth = dat_archival$depth[dat_archival$individual_id == 25], - mobility = 200, - add_mobility = NULL, - add_rug = list(side = 3, pos = 25000, - col = "darkred", lwd = 0.25, ticksize = 0.01), - breaks = 25) -
    -#### Example (3) Explore mobility for mulitple individuals -pp <- graphics::par(mfrow = c(2, 2)) -mob_ls <- lapply(unique(dat_archival$individual_id), function(id){ - acs_setup_mobility(depth = dat_archival$depth[dat_archival$individual_id == id], - mobility = 200) -}) -graphics::par(pp) -
    -#### Results -# For these sample time series, even though the animals change depth -# ... (quite substantially) though time, the sequential changes in depth -# ... are small and the influence on the horizontal distances that they -# ... are assumed to be able to travel in the time gap between archival -# ... observations is so small that a constant mobility parameter -# ... is reasonable without further information (e.g., models of the underlying -# ... behavioural state of the animal). However, it is still likely to be -# ... beneficial to include a movement model to join locations within/ -# ... between acoustic containers for some applications via particle filtering. - -
    +
    +

    Examples

    +
    #### Example (1) Explore mobility for single individual
    +mob <-
    +  acs_setup_mobility(depth = dat_archival$depth[dat_archival$individual_id == 25],
    +                     mobility = 200)
    +
    +
    +#### Example (2) Customise histogram
    +# ... suppress plot with plot =  FALSE
    +# ... suppress add_* lists with NULL or customise
    +# ... pass args to prettyGraphics::pretty_hist() via ...
    +mob <-
    +  acs_setup_mobility(depth = dat_archival$depth[dat_archival$individual_id == 25],
    +                      mobility = 200,
    +                      add_mobility = NULL,
    +                      add_rug = list(side = 3, pos = 25000,
    +                                     col = "darkred", lwd = 0.25, ticksize = 0.01),
    +                      breaks = 25)
    +
    +
    +#### Example (3) Explore mobility for mulitple individuals
    +pp <- graphics::par(mfrow = c(2, 2))
    +mob_ls <- lapply(unique(dat_archival$individual_id), function(id){
    +  acs_setup_mobility(depth = dat_archival$depth[dat_archival$individual_id == id],
    +                      mobility = 200)
    +})
    +graphics::par(pp)
    +
    +
    +#### Results
    +# For these sample time series, even though the animals change depth
    +# ... (quite substantially) though time, the sequential changes in depth
    +# ... are small and the influence on the horizontal distances that they
    +# ... are assumed to be able to travel in the time gap between archival
    +# ... observations is so small that a constant mobility parameter
    +# ... is reasonable without further information (e.g., models of the underlying
    +# ... behavioural state of the animal). However, it is still likely to be
    +# ... beneficial to include a movement model to join locations within/
    +# ... between acoustic containers for some applications via particle filtering.
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/assemble_sentinel_counts.html b/docs/reference/assemble_sentinel_counts.html index 90975ab..4253f3a 100644 --- a/docs/reference/assemble_sentinel_counts.html +++ b/docs/reference/assemble_sentinel_counts.html @@ -1,67 +1,12 @@ - - - - - - - -Assemble counts of transmissions/detections from sentinel tags — assemble_sentinel_counts • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Assemble counts of transmissions/detections from sentinel tags — assemble_sentinel_counts • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,137 +65,144 @@

    Assemble counts of transmissions/detections from sentinel tags

    This function assembles a dataframe of counts of transmissions/detections from sentinel tags over user-defined time windows. For each sentinel tag, in each time window, the function counts the number of transmissions of that tag (i.e., the expected number of detections at nearby receivers). At the same time, the function determines the number of detections at all nearby receivers (defined as those within a user-specified distance) that were active at the same time as the sentinel tag. The result is a dataframe which comprises, for each tag and each time window, the number of transmissions (i.e., the expected number of detections) and the observed number of detections at each nearby receiver, arranged in long format.

    -
    assemble_sentinel_counts(
    -  sentinel,
    -  moorings,
    -  breaks = "hours",
    -  as_POSIXct = function(x, tz = "UTC", ...) fasttime::fastPOSIXct(x, tz = tz, ...),
    -  detection_range = 2000,
    -  dist_btw_receivers = NULL
    -)
    +
    +
    assemble_sentinel_counts(
    +  sentinel,
    +  moorings,
    +  breaks = "hours",
    +  as_POSIXct = function(x, tz = "UTC", ...) fasttime::fastPOSIXct(x, tz = tz, ...),
    +  detection_range = 2000,
    +  dist_btw_receivers = NULL
    +)
    +
    + +
    +

    Arguments

    +
    sentinel
    +

    A dataframe that includes all sentinel tag transmissions and detections. This should include the following columns: `timestamp', the time of each observation; `type', the type of each observation ("transmission" or "detection"); `sink_id', a unique identifier of the receivers which received the transmissions; and `source_id', a unique identifier of the receivers from which the transmission was released (by the built-in sentinel tag). (When the `source_id' is the same as the `sink_id', the observation is of type "transmission"; otherwise, the observation must be of type "detection"). See dat_sentinel for an example.

    + + +
    moorings
    +

    A dataframe that includes receiver identifiers, deployment times and locations. This information is necessary so that, for each time window, only receivers that could have detected transmissions (i.e., were nearby to the transmitter and active at the time of transmission) are included in the processed dataframe. This should include the following columns: `receiver_id', a unique identifier for each receiver; `receiver_start_date', the deployment date for each receiver; `receiver_end_date', the deployment end date for each receiver; `receiver_long', the receiver longitude (decimal degrees); and `receiver_lat', the receiver latitude (decimal degrees). See dat_moorings for an example.

    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    sentinel

    A dataframe that includes all sentinel tag transmissions and detections. This should include the following columns: `timestamp', the time of each observation; `type', the type of each observation ("transmission" or "detection"); `sink_id', a unique identifier of the receivers which received the transmissions; and `source_id', a unique identifier of the receivers from which the transmission was released (by the built-in sentinel tag). (When the `source_id' is the same as the `sink_id', the observation is of type "transmission"; otherwise, the observation must be of type "detection"). See dat_sentinel for an example.

    moorings

    A dataframe that includes receiver identifiers, deployment times and locations. This information is necessary so that, for each time window, only receivers that could have detected transmissions (i.e., were nearby to the transmitter and active at the time of transmission) are included in the processed dataframe. This should include the following columns: `receiver_id', a unique identifier for each receiver; `receiver_start_date', the deployment date for each receiver; `receiver_end_date', the deployment end date for each receiver; `receiver_long', the receiver longitude (decimal degrees); and `receiver_lat', the receiver latitude (decimal degrees). See dat_moorings for an example.

    breaks

    The time interval over which transmissions/detections are counted (e.g. "hours"). This is passed to the breaks argument of cut.POSIXt.

    as_POSIXct

    A function that defines how to convert character time bins (returned by cut.POSIXt) to POSIXct format. Usually, as.POSIXct is suitable but, for large time series, this is slow. In this case, fastPOSIXct can be used to improve algorithm speed, if suitable. The default function is function(x, tz = "UTC",...) fasttime::fastPOSIXct(x, tz = tz,...).

    detection_range

    A number that defines the maximum distance (m) between a transmitting receiver and other receivers within with detections may plausibly be received. For each transmission, all detections at active receivers within this distance are counted; other receivers are not considered.

    dist_btw_receivers

    (optional) A dataframe that specifies the distances between all combinations of receivers. If not provided, this is computed internally by dist_btw_receivers, which assumes Euclidean distances are appropriate. If provided, the dataframe should contain columns: `r1', `r2', `dist' (see dist_btw_receivers). Note that, if provided, the `dist' column should be in m, not km, as returned by default by dist_btw_receivers, to match the units of detection_range.

    -

    Value

    +
    breaks
    +

    The time interval over which transmissions/detections are counted (e.g. "hours"). This is passed to the breaks argument of cut.POSIXt.

    -

    The function returns a dataframe that, for each source receiver (i.e., sentinel tag), specifies the number of transmissions from that receiver and the number of detections at each nearby receiver over the specified time window. The dataframe has the following columns: `timestamp_bin', the time window; `source_id', the identifier of the source of transmission; `sink_id', the identifier of each potential recipient of each transmission; `n_trms', the number of transmissions from the source over each time window; `n_dets', the number of detections of each transmission at each potential recipient receiver; `dist_btw_receivers', the distance between the source and the sink receiver. Rows are ordered by `source_id', then `timestamp' and finally `sink_id'.

    -

    Author

    +
    as_POSIXct
    +

    A function that defines how to convert character time bins (returned by cut.POSIXt) to POSIXct format. Usually, as.POSIXct is suitable but, for large time series, this is slow. In this case, fastPOSIXct can be used to improve algorithm speed, if suitable. The default function is function(x, tz = "UTC",...) fasttime::fastPOSIXct(x, tz = tz,...).

    + + +
    detection_range
    +

    A number that defines the maximum distance (m) between a transmitting receiver and other receivers within with detections may plausibly be received. For each transmission, all detections at active receivers within this distance are counted; other receivers are not considered.

    + + +
    dist_btw_receivers
    +

    (optional) A dataframe that specifies the distances between all combinations of receivers. If not provided, this is computed internally by dist_btw_receivers, which assumes Euclidean distances are appropriate. If provided, the dataframe should contain columns: `r1', `r2', `dist' (see dist_btw_receivers). Note that, if provided, the `dist' column should be in m, not km, as returned by default by dist_btw_receivers, to match the units of detection_range.

    + +
    +
    +

    Value

    + + +

    The function returns a dataframe that, for each source receiver (i.e., sentinel tag), specifies the number of transmissions from that receiver and the number of detections at each nearby receiver over the specified time window. The dataframe has the following columns: `timestamp_bin', the time window; `source_id', the identifier of the source of transmission; `sink_id', the identifier of each potential recipient of each transmission; `n_trms', the number of transmissions from the source over each time window; `n_dets', the number of detections of each transmission at each potential recipient receiver; `dist_btw_receivers', the distance between the source and the sink receiver. Rows are ordered by `source_id', then `timestamp' and finally `sink_id'.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Use default options and example dataframes, which contain -# ... all required columns: -sentinel_counts <- assemble_sentinel_counts(sentinel = dat_sentinel, - moorings = dat_moorings) -head(sentinel_counts); tail(sentinel_counts); -
    #> timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers -#> 1 2016-07-11 00:00:00 35 18 38 0 1011.998 -#> 2 2016-07-11 00:00:00 35 24 38 0 991.067 -#> 3 2016-07-11 00:00:00 35 38 38 0 1536.335 -#> 4 2016-07-11 01:00:00 35 18 39 0 1011.998 -#> 5 2016-07-11 01:00:00 35 24 39 0 991.067 -#> 6 2016-07-11 01:00:00 35 38 39 0 1536.335
    #> timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers -#> 6892 2016-09-06 09:00:00 36 26 39 0 1951.914 -#> 6893 2016-09-06 09:00:00 36 31 39 0 1822.303 -#> 6894 2016-09-06 10:00:00 36 26 39 0 1951.914 -#> 6895 2016-09-06 10:00:00 36 31 39 0 1822.303 -#> 6896 2016-09-06 11:00:00 36 26 38 0 1951.914 -#> 6897 2016-09-06 11:00:00 36 31 38 0 1822.303
    -#### Example (2): Adjust time window -sentinel_counts <- assemble_sentinel_counts(sentinel = dat_sentinel, - moorings = dat_moorings, - breaks = "days") -head(sentinel_counts); tail(sentinel_counts); -
    #> timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers -#> 1 2016-07-11 35 18 925 0 1011.998 -#> 2 2016-07-11 35 24 925 0 991.067 -#> 3 2016-07-11 35 38 925 0 1536.335 -#> 4 2016-07-12 35 18 925 0 1011.998 -#> 5 2016-07-12 35 24 925 0 991.067 -#> 6 2016-07-12 35 38 925 0 1536.335
    #> timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers -#> 285 2016-09-04 36 26 930 0 1951.914 -#> 286 2016-09-04 36 31 930 0 1822.303 -#> 287 2016-09-05 36 26 930 0 1951.914 -#> 288 2016-09-05 36 31 930 0 1822.303 -#> 289 2016-09-06 36 26 465 0 1951.914 -#> 290 2016-09-06 36 31 465 0 1822.303
    -#### Example (2): Adjust maximum detection distance and supply dist_btw_receivers -dist_btw_receivers_m <- dist_btw_receivers(dat_moorings[, c("receiver_id", - "receiver_long", - "receiver_lat")], - f = function(x) return(x*1000)) -sentinel_counts <- assemble_sentinel_counts(sentinel = dat_sentinel, - moorings = dat_moorings, - detection_range = 1500, - dist_btw_receivers = dist_btw_receivers_m) -head(sentinel_counts); tail(sentinel_counts) -
    #> timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers -#> 1 2016-07-11 00:00:00 35 18 38 0 1011.998 -#> 2 2016-07-11 00:00:00 35 24 38 0 991.067 -#> 3 2016-07-11 01:00:00 35 18 39 0 1011.998 -#> 4 2016-07-11 01:00:00 35 24 39 0 991.067 -#> 5 2016-07-11 02:00:00 35 18 38 0 1011.998 -#> 6 2016-07-11 02:00:00 35 24 38 0 991.067
    #> timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers -#> 2753 2016-09-06 08:00:00 35 18 39 0 1011.998 -#> 2754 2016-09-06 08:00:00 35 24 39 0 991.067 -#> 2755 2016-09-06 09:00:00 35 18 38 0 1011.998 -#> 2756 2016-09-06 09:00:00 35 24 38 0 991.067 -#> 2757 2016-09-06 10:00:00 35 18 16 0 1011.998 -#> 2758 2016-09-06 10:00:00 35 24 16 0 991.067
    -
    +
    +

    Examples

    +
    #### Example (1): Use default options and example dataframes, which contain
    +# ... all required columns:
    +sentinel_counts <- assemble_sentinel_counts(sentinel = dat_sentinel,
    +                                            moorings = dat_moorings)
    +head(sentinel_counts); tail(sentinel_counts);
    +#>         timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers
    +#> 1 2016-07-11 00:00:00        35      18     38      0           1011.998
    +#> 2 2016-07-11 00:00:00        35      24     38      0            991.067
    +#> 3 2016-07-11 00:00:00        35      38     38      0           1536.335
    +#> 4 2016-07-11 01:00:00        35      18     39      0           1011.998
    +#> 5 2016-07-11 01:00:00        35      24     39      0            991.067
    +#> 6 2016-07-11 01:00:00        35      38     39      0           1536.335
    +#>            timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers
    +#> 6892 2016-09-06 09:00:00        36      26     39      0           1951.914
    +#> 6893 2016-09-06 09:00:00        36      31     39      0           1822.303
    +#> 6894 2016-09-06 10:00:00        36      26     39      0           1951.914
    +#> 6895 2016-09-06 10:00:00        36      31     39      0           1822.303
    +#> 6896 2016-09-06 11:00:00        36      26     38      0           1951.914
    +#> 6897 2016-09-06 11:00:00        36      31     38      0           1822.303
    +
    +#### Example (2): Adjust time window
    +sentinel_counts <- assemble_sentinel_counts(sentinel = dat_sentinel,
    +                                            moorings = dat_moorings,
    +                                            breaks = "days")
    +head(sentinel_counts); tail(sentinel_counts);
    +#>   timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers
    +#> 1    2016-07-11        35      18    925      0           1011.998
    +#> 2    2016-07-11        35      24    925      0            991.067
    +#> 3    2016-07-11        35      38    925      0           1536.335
    +#> 4    2016-07-12        35      18    925      0           1011.998
    +#> 5    2016-07-12        35      24    925      0            991.067
    +#> 6    2016-07-12        35      38    925      0           1536.335
    +#>     timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers
    +#> 285    2016-09-04        36      26    930      0           1951.914
    +#> 286    2016-09-04        36      31    930      0           1822.303
    +#> 287    2016-09-05        36      26    930      0           1951.914
    +#> 288    2016-09-05        36      31    930      0           1822.303
    +#> 289    2016-09-06        36      26    465      0           1951.914
    +#> 290    2016-09-06        36      31    465      0           1822.303
    +
    +#### Example (2): Adjust maximum detection distance and supply dist_btw_receivers
    +dist_btw_receivers_m <- dist_btw_receivers(dat_moorings[, c("receiver_id",
    +                                                            "receiver_long",
    +                                                            "receiver_lat")],
    +                                           f = function(x) return(x*1000))
    +sentinel_counts <- assemble_sentinel_counts(sentinel = dat_sentinel,
    +                                            moorings = dat_moorings,
    +                                            detection_range = 1500,
    +                                            dist_btw_receivers = dist_btw_receivers_m)
    +head(sentinel_counts); tail(sentinel_counts)
    +#>         timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers
    +#> 1 2016-07-11 00:00:00        35      18     38      0           1011.998
    +#> 2 2016-07-11 00:00:00        35      24     38      0            991.067
    +#> 3 2016-07-11 01:00:00        35      18     39      0           1011.998
    +#> 4 2016-07-11 01:00:00        35      24     39      0            991.067
    +#> 5 2016-07-11 02:00:00        35      18     38      0           1011.998
    +#> 6 2016-07-11 02:00:00        35      24     38      0            991.067
    +#>            timestamp_bin source_id sink_id n_trms n_dets dist_btw_receivers
    +#> 2753 2016-09-06 08:00:00        35      18     39      0           1011.998
    +#> 2754 2016-09-06 08:00:00        35      24     39      0            991.067
    +#> 2755 2016-09-06 09:00:00        35      18     38      0           1011.998
    +#> 2756 2016-09-06 09:00:00        35      24     38      0            991.067
    +#> 2757 2016-09-06 10:00:00        35      18     16      0           1011.998
    +#> 2758 2016-09-06 10:00:00        35      24     16      0            991.067
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/buffer_and_crop-1.png b/docs/reference/buffer_and_crop-1.png index 8024465..bf42dca 100644 Binary files a/docs/reference/buffer_and_crop-1.png and b/docs/reference/buffer_and_crop-1.png differ diff --git a/docs/reference/buffer_and_crop.html b/docs/reference/buffer_and_crop.html index c37819a..1291f0f 100644 --- a/docs/reference/buffer_and_crop.html +++ b/docs/reference/buffer_and_crop.html @@ -1,67 +1,12 @@ - - - - - - - -Buffer and crop a spatial object — buffer_and_crop • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Buffer and crop a spatial object — buffer_and_crop • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,81 +65,85 @@

    Buffer and crop a spatial object

    This function creates a buffer around a spatial object and then crops another spatial object to lie within the extent of the buffered object.

    -
    buffer_and_crop(to_buffer, to_crop, buffer = NULL, ...)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - -
    to_buffer

    A spatial object to be buffered (see gBuffer).

    to_crop

    A spatial object to be cropped by the buffered object (see crop).

    buffer

    A named list of arguments, passed to gBuffer to buffer the to_buffer object (e.g., buffer = list(width = 10)).

    ...

    Additional arguments passed to crop.

    - -

    Value

    - -

    The function returns the to_crop object, cropped to the extent of the buffered to_buffer object.

    -

    Details

    - -

    This is a simple wrapper for gBuffer and crop. If buffer = NULL, the function simply implements crop.

    -

    Author

    +
    +
    buffer_and_crop(to_buffer, to_crop, buffer = NULL, ...)
    +
    + +
    +

    Arguments

    +
    to_buffer
    +

    A spatial object to be buffered (see gBuffer).

    + + +
    to_crop
    +

    A spatial object to be cropped by the buffered object (see crop).

    + +
    buffer
    +

    A named list of arguments, passed to gBuffer to buffer the to_buffer object (e.g., buffer = list(width = 10)).

    + + +
    ...
    +

    Additional arguments passed to crop.

    + +
    +
    +

    Value

    + + +

    The function returns the to_crop object, cropped to the extent of the buffered to_buffer object.

    +
    +
    +

    Details

    +

    This is a simple wrapper for gBuffer and crop. If buffer = NULL, the function simply implements crop.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    # Define an example raster -nrw <- ncl <- 50 -r <- raster::raster(nrow = nrw, ncol = ncl) -r[] <- stats::runif(nrw*ncl, 0, 1) -# Buffer and crop the raster around an example location -xy <- sp::SpatialPoints(matrix(c(0, 0), ncol = 2)) -r2 <- buffer_and_crop(to_buffer = xy, - to_crop = r, - buffer = list(width = 10)) -# Visualise outputs -pp <- par(mfrow = c(1, 2)) -raster::plot(r) -raster::plot(r2) -
    par(pp) - -
    +
    +

    Examples

    +
    # Define an example raster
    +nrw <- ncl <- 50
    +r <- raster::raster(nrow = nrw, ncol = ncl)
    +r[] <- stats::runif(nrw*ncl, 0, 1)
    +# Buffer and crop the raster around an example location
    +xy <- sp::SpatialPoints(matrix(c(0, 0), ncol = 2))
    +r2  <- buffer_and_crop(to_buffer = xy,
    +                          to_crop = r,
    +                          buffer = list(width = 10))
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +# Visualise outputs
    +pp <- par(mfrow = c(1, 2))
    +raster::plot(r)
    +raster::plot(r2)
    +
    +par(pp)
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/cells_from_val-1.png b/docs/reference/cells_from_val-1.png index 57f943c..78dc14a 100644 Binary files a/docs/reference/cells_from_val-1.png and b/docs/reference/cells_from_val-1.png differ diff --git a/docs/reference/cells_from_val-2.png b/docs/reference/cells_from_val-2.png index 8e3a6e4..620254e 100644 Binary files a/docs/reference/cells_from_val-2.png and b/docs/reference/cells_from_val-2.png differ diff --git a/docs/reference/cells_from_val.html b/docs/reference/cells_from_val.html index fe05dce..1dbde43 100644 --- a/docs/reference/cells_from_val.html +++ b/docs/reference/cells_from_val.html @@ -1,67 +1,12 @@ - - - - - - - -Obtain a RasterLayer or the cells of RasterLayer that are equal to or lie within a range of specified values — cells_from_val • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Obtain a RasterLayer or the cells of RasterLayer that are equal to or lie within a range of specified values — cells_from_val • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function obtains a RasterLayer or the cells of a RasterLayer that are equal to a specified value or lie within a specified range of values. To implement this function, a raster (x) and a value or range of values (y) for which a RasterLayer or the numbers of cells corresponding to those values are desired must be supplied. If a range of values is supplied, an additional argument (interval) controls whether or not cells within and equal to or simply within the specified range are returned.

    +

    This function obtains a RasterLayer or the cells of a RasterLayer that are equal to a specified value or lie within a specified range of values. To implement this function, a raster (x) and a value or range of values (y) for which a RasterLayer or the numbers of cells corresponding to those values are desired must be supplied. If a range of values is supplied, an additional argument (interval) controls whether or not cells within and equal to or simply within the specified range are returned.

    +
    + +
    +
    cells_from_val(x, y, interval = 1L, cells = TRUE, na.rm = TRUE)
    -
    cells_from_val(x, y, interval = 1L, cells = TRUE, na.rm = TRUE)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    x

    A raster object.

    y

    A number or a vector with two numbers representing the lower and upper boundaries of the interval of values within which cells are identified.

    interval

    If y is a vector of length two, interval is an integer that controls whether or not to query cells within and equal to (interval = 1L) or simply within (interval = 2L) the range specified by y.

    cells

    A logical variable that defines whether or not to return a vector of cell numbers (TRUE) or a RasterLayer of the cells corresponding to y.

    na.rm

    A logical variable that defines whether or not to ignore NAs.

    - -

    Value

    - -

    The function returns a RasterLayer (if cells = FALSE) or an integer vector of numbers (if cells = TRUE) that defines the cells that are equal to, or lie within, specified value(s) y.

    -

    Author

    +
    +

    Arguments

    +
    x
    +

    A raster object.

    + + +
    y
    +

    A number or a vector with two numbers representing the lower and upper boundaries of the interval of values within which cells are identified.

    + +
    interval
    +

    If y is a vector of length two, interval is an integer that controls whether or not to query cells within and equal to (interval = 1L) or simply within (interval = 2L) the range specified by y.

    + + +
    cells
    +

    A logical variable that defines whether or not to return a vector of cell numbers (TRUE) or a RasterLayer of the cells corresponding to y.

    + + +
    na.rm
    +

    A logical variable that defines whether or not to ignore NAs.

    + +
    +
    +

    Value

    + + +

    The function returns a RasterLayer (if cells = FALSE) or an integer vector of numbers (if cells = TRUE) that defines the cells that are equal to, or lie within, specified value(s) y.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    # Define an example RasterLayer -ncl <- 10 -nrw <- 10 -n <- ncl*nrw -mat <- matrix(1:n, ncol = ncl, nrow = nrw, byrow = TRUE) -r <- raster::raster(mat) -# Visualise example RasterLayer -raster::plot(r) -
    raster::text(r) -
    # Obtain the number(s) of cells corresponding to a particular value -cells_from_val(r, 1) -
    #> [1] 1
    # Obtain a RasterLayer of the cells corresponding to a particular value -r1 <- cells_from_val(r, 1, cells = FALSE) -raster::plot(r1) -
    # Obtain the number(s) of cells within or equal to a range of values -cells_from_val(r, c(1, 10)) -
    #> [1] 1 2 3 4 5 6 7 8 9 10
    # Obtain the number(s) of cells within a range of values -cells_from_val(r, c(1, 10), interval = 2L) -
    #> [1] 2 3 4 5 6 7 8 9
    # As above but returning a raster layer -cells_from_val(r, c(1, 10), interval = 2L, cells = FALSE) -
    #> class : RasterLayer -#> dimensions : 10, 10, 100 (nrow, ncol, ncell) -#> resolution : 0.1, 0.1 (x, y) -#> extent : 0, 1, 0, 1 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 1 (min, max) -#>
    +
    +

    Examples

    +
    # Define an example RasterLayer
    +ncl <- 10
    +nrw <- 10
    +n   <- ncl*nrw
    +mat <- matrix(1:n, ncol = ncl, nrow = nrw, byrow = TRUE)
    +r <- raster::raster(mat)
    +# Visualise example RasterLayer
    +raster::plot(r)
    +raster::text(r)
    +
    +# Obtain the number(s) of cells corresponding to a particular value
    +cells_from_val(r, 1)
    +#> [1] 1
    +# Obtain a RasterLayer of the cells corresponding to a particular value
    +r1 <- cells_from_val(r, 1, cells = FALSE)
    +raster::plot(r1)
    +
    +# Obtain the number(s) of cells within or equal to a range of values
    +cells_from_val(r, c(1, 10))
    +#>  [1]  1  2  3  4  5  6  7  8  9 10
    +# Obtain the number(s) of cells within a range of values
    +cells_from_val(r, c(1, 10), interval = 2L)
    +#> [1] 2 3 4 5 6 7 8 9
    +# As above but returning a raster layer
    +cells_from_val(r, c(1, 10), interval = 2L, cells = FALSE)
    +#> class      : RasterLayer 
    +#> dimensions : 10, 10, 100  (nrow, ncol, ncell)
    +#> resolution : 0.1, 0.1  (x, y)
    +#> extent     : 0, 1, 0, 1  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 1  (min, max)
    +#> 
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/check....html b/docs/reference/check....html index b1394ae..ee4a6d1 100644 --- a/docs/reference/check....html +++ b/docs/reference/check....html @@ -1,67 +1,12 @@ - - - - - - - -Check that arguments supplied via ... are allowed — check... • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check that arguments supplied via ... are allowed — check... • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,56 +65,56 @@

    Check that arguments supplied via ... are allowed

    This function checks that arguments supplied via ... are allowed. This function was written to support other functions, specifically via the return of a helpful error message if arguments that cannot be supplied via ... have been supplied. The function is not intended for general use.

    -
    check...(not_allowed, ...)
    +
    +
    check...(not_allowed, ...)
    +
    -

    Arguments

    - - - - - - - - - - -
    not_allowed

    A character vector of the names of function arguments that are not allowed.

    ...

    Arguments passed via ... to a parent function.

    +
    +

    Source

    +

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    +

    Arguments

    +
    not_allowed
    +

    A character vector of the names of function arguments that are not allowed.

    -

    Source

    -

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    -

    Value

    +
    ...
    +

    Arguments passed via ... to a parent function.

    -

    The function checks arguments supplied via ...; if these contain an argument that is not allowed, the function returns an error. Otherwise, nothing is returned.

    -

    Author

    +
    +
    +

    Value

    + +

    The function checks arguments supplied via ...; if these contain an argument that is not allowed, the function returns an error. Otherwise, nothing is returned.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/check_class.html b/docs/reference/check_class.html index aa05298..654c322 100644 --- a/docs/reference/check_class.html +++ b/docs/reference/check_class.html @@ -1,67 +1,12 @@ - - - - - - - -Check the class of a function input to a parent function — check_class • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check the class of a function input to a parent function — check_class • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,79 +65,79 @@

    Check the class of a function input to a parent function

    This function checks that the class of an input to a parent function is appropriate. If not, the function either produces a helpful error message or returns a warning.

    -
    check_class(
    -  arg = deparse(substitute(input)),
    -  input,
    -  if_class = NULL,
    -  to_class,
    -  type = "stop",
    -  coerce_input
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    arg

    A character string which defines the argument of the parent function.

    input

    The input to an argument of a parent function.

    if_class

    (optional) A character vector of object class(es). If supplied, the function will only proceed to check the class of the object if the class(input) is one of if_class. This is useful if check_class() is implemented in a loop.

    to_class

    The required class of the input.

    type

    A character which specifies whether to return an error ("stop") or a warning ("warning").

    coerce_input

    A function used to coerce input to the correct object type, if type = "warning".

    - -

    Source

    - -

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    -

    Value

    - -

    The function checks the class of the input. If the class is not the same as required by the parent function (i.e., as specified by to_class), the function returns a helpful error message, or a warning and an object whose class has been coerced to the correct class.

    -

    Author

    +
    +
    check_class(
    +  arg = deparse(substitute(input)),
    +  input,
    +  if_class = NULL,
    +  to_class,
    +  type = "stop",
    +  coerce_input
    +)
    +
    + +
    +

    Source

    +

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    +

    Arguments

    +
    arg
    +

    A character string which defines the argument of the parent function.

    + + +
    input
    +

    The input to an argument of a parent function.

    + +
    if_class
    +

    (optional) A character vector of object class(es). If supplied, the function will only proceed to check the class of the object if the class(input) is one of if_class. This is useful if check_class() is implemented in a loop.

    + + +
    to_class
    +

    The required class of the input.

    + + +
    type
    +

    A character which specifies whether to return an error ("stop") or a warning ("warning").

    + + +
    coerce_input
    +

    A function used to coerce input to the correct object type, if type = "warning".

    + +
    +
    +

    Value

    + + +

    The function checks the class of the input. If the class is not the same as required by the parent function (i.e., as specified by to_class), the function returns a helpful error message, or a warning and an object whose class has been coerced to the correct class.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/check_class_acdc_record.html b/docs/reference/check_class_acdc_record.html index 861ea1e..189e136 100644 --- a/docs/reference/check_class_acdc_record.html +++ b/docs/reference/check_class_acdc_record.html @@ -1,67 +1,12 @@ - - - - - - - -Check an object is of class "acdc_record" — check_class_acdc_record • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check an object is of class "acdc_record" — check_class_acdc_record • flapper + + - - - - -
    -
    - -
    - -
    +
    -

    This function checks whether or not an object is of class acdc_record-class.

    +

    This function checks whether or not an object is of class acdc_record-class.

    +
    + +
    +
    check_class_acdc_record(x, arg = deparse(substitute(x)))
    -
    check_class_acdc_record(x, arg = deparse(substitute(x)))
    +
    +

    Arguments

    +
    x
    +

    An object.

    -

    Arguments

    - - - - - - - - - - -
    x

    An object.

    arg

    A character that defines the name of a function argument.

    -

    Value

    +
    arg
    +

    A character that defines the name of a function argument.

    -

    If x is not an acdc_record-class object, the function returns a helpful error message.

    -

    Author

    +
    +
    +

    Value

    + +

    If x is not an acdc_record-class object, the function returns a helpful error message.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/check_crs.html b/docs/reference/check_crs.html index 2d7a43f..ef4d12d 100644 --- a/docs/reference/check_crs.html +++ b/docs/reference/check_crs.html @@ -1,67 +1,12 @@ - - - - - - - -Check coordinate reference systems match — check_crs • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check coordinate reference systems match — check_crs • flapper - - - - + + -
    -
    - -
    - -
    +
    @@ -123,65 +65,64 @@

    Check coordinate reference systems match

    This function checks that coordinate reference systems (CRS) match.

    -
    check_crs(...)
    - -

    Arguments

    - - - - - - -
    ...

    Objects of CRS-class or from which CRS-class object(s) can be extracted (via crs).

    +
    +
    check_crs(...)
    +
    -

    Details

    +
    +

    Arguments

    +
    ...
    +

    Objects of CRS-class or from which CRS-class object(s) can be extracted (via crs).

    +
    +
    +

    Details

    The first (`baseline') CRS is compared against that for every other input. NULL inputs are ignored. For any mismatches, an instructive warning is returned alongside the details of each mismatch.

    -

    Author

    - +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    if (FALSE) { -# The function can accept spatial objects -check_crs(dat_gebco, dat_coast) -check_crs(dat_gebco, - dat_coast, - raster::raster(matrix(1))) - -# The function can accept CRS objects -check_crs(dat_gebco, sp::CRS(as.character(NA))) - -# The function can accept NULL elements -check_crs(dat_gebco, NULL) -} - -
    +
    +

    Examples

    +
    if (FALSE) {
    +# The function can accept spatial objects
    +check_crs(dat_gebco, dat_coast)
    +check_crs(dat_gebco,
    +          dat_coast,
    +          raster::raster(matrix(1)))
    +
    +# The function can accept CRS objects
    +check_crs(dat_gebco, sp::CRS(as.character(NA)))
    +
    +# The function can accept NULL elements
    +check_crs(dat_gebco, NULL)
    +}
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/check_dir.html b/docs/reference/check_dir.html index 86f3055..06ee512 100644 --- a/docs/reference/check_dir.html +++ b/docs/reference/check_dir.html @@ -1,67 +1,12 @@ - - - - - - - -Check a directory exists — check_dir • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check a directory exists — check_dir • flapper - - - - + + -
    -
    - -
    - -
    +
    @@ -123,60 +65,60 @@

    Check a directory exists

    This function checks whether a directory exists and, if not, returns an informative error message. The inputted directory can be edited with the addition of a '/' if requested.

    -
    check_dir(arg = deparse(substitute(input)), input, check_slash = FALSE)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    arg

    (optional) A character string which defines the argument of a parent function.

    input

    A character string which defines a directory.

    check_slash

    A logical input that defines whether or not to check the end of the directory string for '/'. If TRUE and a '/' is lacking, this is added to the returned directory.

    - -

    Source

    - -

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    -

    Value

    - -

    The function checks whether or not a directory exists. If so, the function returns either the directory as inputted, or the directory with a '/' added to the end. If not, the function returns an informative error message.

    -

    Author

    +
    +
    check_dir(arg = deparse(substitute(input)), input, check_slash = FALSE)
    +
    + +
    +

    Source

    +

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    +

    Arguments

    +
    arg
    +

    (optional) A character string which defines the argument of a parent function.

    + + +
    input
    +

    A character string which defines a directory.

    + + +
    check_slash
    +

    A logical input that defines whether or not to check the end of the directory string for '/'. If TRUE and a '/' is lacking, this is added to the returned directory.

    +
    +
    +

    Value

    + + +

    The function checks whether or not a directory exists. If so, the function returns either the directory as inputted, or the directory with a '/' added to the end. If not, the function returns an informative error message.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/check_named_list.html b/docs/reference/check_named_list.html index 29c5614..7bff5ed 100644 --- a/docs/reference/check_named_list.html +++ b/docs/reference/check_named_list.html @@ -1,67 +1,12 @@ - - - - - - - -Check that a list is named — check_named_list • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check that a list is named — check_named_list • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    This function checks that the top level of a list is named (ignoring empty lists if requested). If the list is not named, the function returns a helpful error message. Otherwise, the list is returned unchanged. This is particularly useful within functions that use do.call to evaluate lists of arguments.

    +

    This function checks that the top level of a list is named (ignoring empty lists if requested). If the list is not named, the function returns a helpful error message. Otherwise, the list is returned unchanged. This is particularly useful within functions that use do.call to evaluate lists of arguments.

    +
    + +
    +
    check_named_list(arg = deparse(substitute(input)), input, ignore_empty = TRUE)
    +
    + +
    +

    Source

    +

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    +
    +

    Arguments

    +
    arg
    +

    (optional) A character string which defines the argument of a parent function.

    + + +
    input
    +

    A list.

    + -
    check_named_list(arg = deparse(substitute(input)), input, ignore_empty = TRUE)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    arg

    (optional) A character string which defines the argument of a parent function.

    input

    A list.

    ignore_empty

    A logical input which defines whether or not to ignore empty lists.

    - -

    Source

    - -

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    -

    Value

    - -

    The function returns a helpful error message for unnamed lists (ignoring empty lists if requested) or the inputted list unchanged.

    -

    Author

    +
    ignore_empty
    +

    A logical input which defines whether or not to ignore empty lists.

    +
    +
    +

    Value

    + + +

    The function returns a helpful error message for unnamed lists (ignoring empty lists if requested) or the inputted list unchanged.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/check_names.html b/docs/reference/check_names.html index 01d0a46..b85c31d 100644 --- a/docs/reference/check_names.html +++ b/docs/reference/check_names.html @@ -1,67 +1,12 @@ - - - - - - - -Check the names of an object contain required names — check_names • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check the names of an object contain required names — check_names • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,74 +65,74 @@

    Check the names of an object contain required names

    This function checks whether required names are contained within an object. If the object does not contain any/all required names (the precise criteria is controlled by the user), the function returns a helpful error message.

    -
    check_names(
    -  arg = deparse(substitute(input)),
    -  input,
    -  req,
    -  extract_names = names,
    -  type = any
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    arg

    A character string which defines the argument of the parent function.

    input

    An object for which the names need to be checked.

    req

    A character vector of required names.

    extract_names

    A function which is used to extract names from input, such as names or colnames.

    type

    A function which defines the failure criteria. For example, if type = all, the function will return an error unless all the names in req are contained within input. This is the default. If type = any, the function will return an error only if none of the names in req are contained within input.

    - -

    Source

    - -

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    -

    Value

    - -

    If the input fails the check, the function returns a helpful error message. Otherwise, nothing is returned.

    -

    Author

    +
    +
    check_names(
    +  arg = deparse(substitute(input)),
    +  input,
    +  req,
    +  extract_names = names,
    +  type = any
    +)
    +
    + +
    +

    Source

    +

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    +

    Arguments

    +
    arg
    +

    A character string which defines the argument of the parent function.

    + +
    input
    +

    An object for which the names need to be checked.

    + + +
    req
    +

    A character vector of required names.

    + + +
    extract_names
    +

    A function which is used to extract names from input, such as names or colnames.

    + + +
    type
    +

    A function which defines the failure criteria. For example, if type = all, the function will return an error unless all the names in req are contained within input. This is the default. If type = any, the function will return an error only if none of the names in req are contained within input.

    + +
    +
    +

    Value

    + + +

    If the input fails the check, the function returns a helpful error message. Otherwise, nothing is returned.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/check_tz.html b/docs/reference/check_tz.html index 6ac56fe..6c8429d 100644 --- a/docs/reference/check_tz.html +++ b/docs/reference/check_tz.html @@ -1,67 +1,12 @@ - - - - - - - -Check the time zone of an object and force UTC if absent — check_tz • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check the time zone of an object and force UTC if absent — check_tz • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,56 +65,56 @@

    Check the time zone of an object and force UTC if absent

    This function checks the time zone of an inputted object. If the object is of class Date or POSIXct and a time zone is absent, then "UTC" is forced. Otherwise, the object is returned unchanged.

    -
    check_tz(arg = deparse(substitute(input)), input)
    +
    +
    check_tz(arg = deparse(substitute(input)), input)
    +
    -

    Arguments

    - - - - - - - - - - -
    arg

    (optional) A character string which defines the argument of the parent function.

    input

    An object.

    +
    +

    Source

    +

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    +

    Arguments

    +
    arg
    +

    (optional) A character string which defines the argument of the parent function.

    -

    Source

    -

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    -

    Value

    +
    input
    +

    An object.

    -

    An object as inputted in which, if the object is of class Date or POSIXct and a time zone is absent, time zone "UTC" is forced.

    -

    Author

    +
    +
    +

    Value

    + +

    An object as inputted in which, if the object is of class Date or POSIXct and a time zone is absent, time zone "UTC" is forced.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/check_value.html b/docs/reference/check_value.html index b2446cb..36733e8 100644 --- a/docs/reference/check_value.html +++ b/docs/reference/check_value.html @@ -1,67 +1,12 @@ - - - - - - - -Check the input value to a parent function argument — check_value • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check the input value to a parent function argument — check_value • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,74 +65,74 @@

    Check the input value to a parent function argument

    Within a function, this function checks the value of an input to an argument of that function. If the input value is supported, the function simply returns this value. If the input is not supported, the function either throws an error or returns a warning and the default value.

    -
    check_value(
    -  arg = deparse(substitute(input)),
    -  input,
    -  supp,
    -  warn = TRUE,
    -  default = supp[1]
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    arg

    A character string which defines the argument of the parent function.

    input

    The input to an argument of a parent function.

    supp

    A vector of supported input values for the argument in the parent function.

    warn

    A logical input which defines whether or not to return a warning and the default value (see default) or an error.

    default

    The default input value for the parent function.

    - -

    Source

    - -

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    -

    Value

    - -

    The function returns input, an error or a warning and default depending on whether or not input is within supp (i.e., whether or not the input to the argument of a parent function is supported).

    -

    Author

    +
    +
    check_value(
    +  arg = deparse(substitute(input)),
    +  input,
    +  supp,
    +  warn = TRUE,
    +  default = supp[1]
    +)
    +
    + +
    +

    Source

    +

    This function is taken from the `utils.add' package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    +

    Arguments

    +
    arg
    +

    A character string which defines the argument of the parent function.

    + +
    input
    +

    The input to an argument of a parent function.

    + + +
    supp
    +

    A vector of supported input values for the argument in the parent function.

    + + +
    warn
    +

    A logical input which defines whether or not to return a warning and the default value (see default) or an error.

    + + +
    default
    +

    The default input value for the parent function.

    + +
    +
    +

    Value

    + + +

    The function returns input, an error or a warning and default depending on whether or not input is within supp (i.e., whether or not the input to the argument of a parent function is supported).

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/cl.html b/docs/reference/cl.html index 4b1e21e..a4b8ea2 100644 --- a/docs/reference/cl.html +++ b/docs/reference/cl.html @@ -1,67 +1,12 @@ - - - - - - - -Parallelisation helpers — cl • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Parallelisation helpers — cl • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    A set of wrappers for parallel functions that facilitate the implementation of parallel routines in functions via pblapply.

    +

    A set of wrappers for parallel functions that facilitate the implementation of parallel routines in functions via pblapply.

    +
    + +
    +
    cl_lapply(x, fun, ..., cl = NULL, varlist = NULL, use_chunks = FALSE)
    +
    +cl_check(cl = NULL, varlist = NULL)
    +
    +cl_cores(cl = NULL)
    +
    +cl_chunks(cl = NULL, length)
    +
    +cl_export(cl = NULL, varlist = NULL)
    +
    +cl_stop(cl = NULL)
    -
    cl_lapply(x, fun, ..., cl = NULL, varlist = NULL, use_chunks = FALSE)
    +    
    +

    Arguments

    +
    x
    +

    A list over which to iterate.

    + + +
    fun, ...
    +

    A function that is applied to elements of x alongside any optional arguments to fun.

    + -cl_check(cl = NULL, varlist = NULL) +
    cl
    +

    (optional) A cluster from makeCluster or an integer that defines the number of child processes (see pblapply).

    -cl_cores(cl = NULL) -cl_chunks(cl = NULL, length) +
    varlist
    +

    (optional) A character vector of objects for export (see clusterExport). If cl is a cluster, this may be required. Exported objects must be located in the global environment.

    -cl_export(cl = NULL, varlist = NULL) -cl_stop(cl = NULL)
    +
    use_chunks
    +

    A logical vector that defines whether to parallelise over `chunks' (TRUE) or over the elements of x (FALSE). If use_chunks = TRUE, x is split into n chunks (one per core) that are processed in parallel; within each chunk x is updated iteratively.

    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    x

    A list over which to iterate.

    fun, ...

    A function that is applied to elements of x alongside any optional arguments to fun.

    cl

    (optional) A cluster from makeCluster or an integer that defines the number of child processes (see pblapply).

    varlist

    (optional) A character vector of objects for export (see clusterExport). If cl is a cluster, this may be required. Exported objects must be located in the global environment.

    use_chunks

    A logical vector that defines whether to parallelise over `chunks' (TRUE) or over the elements of x (FALSE). If use_chunks = TRUE, x is split into n chunks (one per core) that are processed in parallel; within each chunk x is updated iteratively.

    length

    An integer that defines the number of elements in the iteration.

    -

    Value

    +
    length
    +

    An integer that defines the number of elements in the iteration.

    +
    +
    +

    Value

    -
      -
    • cl_lapply returns a list.

    • + +
      • cl_lapply returns a list.

      • cl_cores returns an integer.

      • cl_chunks returns a list of integers.

      • -
      • cl_check, cl_export and cl_stop return invisible().

      • -
      - -

      Details

      - -

      cl_lapply is a wrapper for pblapply that handles cluster checking, set up and closure, using the following functions:

      -
        -
      • cl_check checks cl and varlist arguments, as inputted to a parent function. For example, if cl = NULL, varlist should also be NULL.

      • +
      • cl_check, cl_export and cl_stop return invisible().

      • +
    +
    +

    Details

    +

    cl_lapply is a wrapper for pblapply that handles cluster checking, set up and closure, using the following functions:

    +
    • cl_check checks cl and varlist arguments, as inputted to a parent function. For example, if cl = NULL, varlist should also be NULL.

    • cl_cores identifies the number of cores specified.

    • cl_chunks defines a list, with one element for core specified, that contains an integer vector of the positions of an object over which to iterate serially in each chunk.

    • -
    • cl_export implements clusterExport if both cl and varlist are specified.

    • -
    • cl_stop implements stopCluster if cl is a cluster object from makeCluster.

    • -
    - -

    Author

    - +
  • cl_export implements clusterExport if both cl and varlist are specified.

  • +
  • cl_stop implements stopCluster if cl is a cluster object from makeCluster.

  • +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Examples of cl_lapply() -# Implement cl_lapply() without cluster -z <- cl_lapply(1:10, function(x) x + 1) -# Implement cl_lapply() with forking (not on Windows) -z <- cl_lapply(1:10, function(x) x + 1, cl = 2L) -# Implement cl_lapply() with socket cluster -z <- cl_lapply(1:10, function(x) x + 1, cl = parallel::makeCluster(2L)) - -#### Catch mistakes -z <- cl_lapply(1:10, function(x) x + 1, cl = 2L, varlist = list()) -
    #> Warning: 'cl' is an integer: input to 'varlist' ignored.
    z <- cl_lapply(1:10, function(x) x + 1, varlist = list()) -
    #> Warning: 'cl' is NULL: input to 'varlist' ignored.
    -#### Compare time trials for chunk-wise versus element-wise parallelisation - -if(flapper_run_parallel){ - -## Background -# In this simple example, we will sample 'size' cells n times from a raster -# The output is a list of cell samples. We compare the time taken to complete -# sampling using different approaches. - -## Define a dataframe of time trial scenarios -require(dplyr) -dat <- expand.grid(n = 1e4, - method = c("socket", "fork"), - cores = 2L, - use_chunks = c(FALSE, TRUE), - time = NA) - -## Estimate the duration of each scenario -dat_by_trial <- - lapply(split(dat, seq_len(nrow(dat))), function(d){ - if(d$method == "socket"){ - t1 <- Sys.time() - z <- cl_lapply(x = 1:d$n, - fun = function(i) - raster::sampleRandom(flapper::dat_gebco, size = 5), - cl = parallel::makeCluster(d$cores), - use_chunks = d$use_chunks) - t2 <- Sys.time() - } else if(d$method == "fork"){ - t1 <- Sys.time() - z <- cl_lapply(x = 1:d$n, - fun = function(i) - raster::sampleRandom(flapper::dat_gebco, size = 5), - cl = d$cores, - use_chunks = d$use_chunks) - t2 <- Sys.time() - } - d$time <- as.numeric(difftime(t2, t1, "secs")) - return(d) - }) - -## Examine the results -dat_for_trials <- - dat_by_trial %>% - dplyr::bind_rows() %>% - dplyr::arrange(.data$n, .data$time) %>% - print() - -} -
    #> Loading required package: dplyr
    #> -#> Attaching package: ‘dplyr’
    #> The following objects are masked from ‘package:stats’: -#> -#> filter, lag
    #> The following objects are masked from ‘package:base’: -#> -#> intersect, setdiff, setequal, union
    #> n method cores use_chunks time -#> 1 10000 fork 2 TRUE 7.370941 -#> 2 10000 fork 2 FALSE 7.467102 -#> 3 10000 socket 2 FALSE 10.724536 -#> 4 10000 socket 2 TRUE 11.166706
    -
    +
    +

    Examples

    +
    #### Examples of cl_lapply()
    +# Implement cl_lapply() without cluster
    +z <- cl_lapply(1:10, function(x) x + 1)
    +# Implement cl_lapply() with forking (not on Windows)
    +z <- cl_lapply(1:10, function(x) x + 1, cl = 2L)
    +# Implement cl_lapply() with socket cluster
    +z <- cl_lapply(1:10, function(x) x + 1, cl = parallel::makeCluster(2L))
    +
    +#### Catch mistakes
    +z <- cl_lapply(1:10, function(x) x + 1, cl = 2L, varlist =  list())
    +#> Warning: 'cl' is an integer: input to 'varlist' ignored.
    +z <- cl_lapply(1:10, function(x) x + 1, varlist = list())
    +#> Warning: 'cl' is NULL: input to 'varlist' ignored.
    +
    +#### Compare time trials for chunk-wise versus element-wise parallelisation
    +
    +if(flapper_run_parallel){
    +
    +## Background
    +# In this simple example, we will sample 'size' cells n times from a raster
    +# The output is a list of cell samples. We compare the time taken to complete
    +# sampling using different approaches.
    +
    +## Define a dataframe of time trial scenarios
    +require(dplyr)
    +dat    <- expand.grid(n = 1e4,
    +                      method = c("socket", "fork"),
    +                      cores = 2L,
    +                      use_chunks = c(FALSE, TRUE),
    +                      time = NA)
    +
    +## Estimate the duration of each scenario
    +dat_by_trial <-
    +  lapply(split(dat, seq_len(nrow(dat))), function(d){
    +    if(d$method == "socket"){
    +      t1 <- Sys.time()
    +      z  <- cl_lapply(x = 1:d$n,
    +                      fun = function(i)
    +                        raster::sampleRandom(flapper::dat_gebco, size = 5),
    +                      cl = parallel::makeCluster(d$cores),
    +                      use_chunks = d$use_chunks)
    +      t2 <- Sys.time()
    +    } else if(d$method == "fork"){
    +      t1 <- Sys.time()
    +      z  <- cl_lapply(x = 1:d$n,
    +                      fun = function(i)
    +                        raster::sampleRandom(flapper::dat_gebco, size = 5),
    +                      cl = d$cores,
    +                      use_chunks = d$use_chunks)
    +      t2 <- Sys.time()
    +    }
    +    d$time <- as.numeric(difftime(t2, t1, "secs"))
    +    return(d)
    +  })
    +
    +## Examine the results
    +dat_for_trials <-
    +  dat_by_trial %>%
    +  dplyr::bind_rows() %>%
    +  dplyr::arrange(.data$n, .data$time) %>%
    +  print()
    +
    +}
    +#> Loading required package: dplyr
    +#> 
    +#> Attaching package: ‘dplyr’
    +#> The following objects are masked from ‘package:stats’:
    +#> 
    +#>     filter, lag
    +#> The following objects are masked from ‘package:base’:
    +#> 
    +#>     intersect, setdiff, setequal, union
    +#>       n method cores use_chunks      time
    +#> 1 10000   fork     2      FALSE  7.818734
    +#> 2 10000   fork     2       TRUE  8.313366
    +#> 3 10000 socket     2      FALSE 11.021047
    +#> 4 10000 socket     2       TRUE 11.130162
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/coa.html b/docs/reference/coa.html index 79bc7af..90a1305 100644 --- a/docs/reference/coa.html +++ b/docs/reference/coa.html @@ -1,67 +1,12 @@ - - - - - - - -The centres of activity (COA) algorithm — coa • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The centres of activity (COA) algorithm — coa • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function implements the arithmetic mean-position algorithm to calculate an individual's centres of activity (COAs) though time from detections at passive acoustic telemetry receivers, as described by Simpfendorfer et al (2002). Under this approach, each COA is calculated as the arithmetic mean of the locations of receivers at which an individual was detected over a specified time interval, weighted by the frequency of detections at each of those receivers. To implement the function, a detection matrix that defines the number of detections of an individual along sequence of time steps at each receiver (e.g., from make_matrix_detections) needs to be supplied, along a matrix of receiver locations in a planar coordinate system. For each time interval, the function calculates the centre of activity and returns a matrix or dataframe with this information.

    +

    This function implements the arithmetic mean-position algorithm to calculate an individual's centres of activity (COAs) though time from detections at passive acoustic telemetry receivers, as described by Simpfendorfer et al (2002). Under this approach, each COA is calculated as the arithmetic mean of the locations of receivers at which an individual was detected over a specified time interval, weighted by the frequency of detections at each of those receivers. To implement the function, a detection matrix that defines the number of detections of an individual along sequence of time steps at each receiver (e.g., from make_matrix_detections) needs to be supplied, along a matrix of receiver locations in a planar coordinate system. For each time interval, the function calculates the centre of activity and returns a matrix or dataframe with this information.

    -
    coa(
    -  mat,
    -  xy,
    -  cl = NULL,
    -  varlist = NULL,
    -  na_omit = TRUE,
    -  as_POSIXct = as.POSIXct,
    -  output = "matrix"
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    mat

    A detection matrix, with one row for each time step and one column for each receiver, in which each cell defines the number of detections at each time step/receiver (for a particular individual) (see make_matrix_detections). It is advisable that the rows and columns of this matrix are labelled by time stamp and receiver respectively, especially if there are any rows without detections (see output below).

    xy

    A matrix that defines receiver locations (x, y). This should contain one row for each receiver (column) in mat (in the same order as in mat) and two columns for the coordinates. Planar coordinates (i.e., in Universal Transverse Mercator projection) are required for the averaging process.

    cl, varlist

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    na_omit, as_POSIXct

    Processing options. na_omit is a logical variable that defines whether or not to omit NAs (i.e., rows in mat for which no detections were made and thus for which COAs cannot be calculated) from returned coordinates. If output = "data.frame" (see below), as_POSIXct is a function to convert time stamps, taken from the row names of mat, to a POSIXct vector. as_POSIXct = NULL suppresses this conversion.

    output

    A character that defines the output format. Currently supported options are: "matrix", which returns a matrix of the coordinates of COAs; and "data.frame", which returns a dataframe with timestamps (taken from the row names of mat) and COA coordinates.

    +
    +
    coa(
    +  mat,
    +  xy,
    +  cl = NULL,
    +  varlist = NULL,
    +  na_omit = TRUE,
    +  as_POSIXct = as.POSIXct,
    +  output = "matrix"
    +)
    +
    -

    Value

    +
    +

    Arguments

    +
    mat
    +

    A detection matrix, with one row for each time step and one column for each receiver, in which each cell defines the number of detections at each time step/receiver (for a particular individual) (see make_matrix_detections). It is advisable that the rows and columns of this matrix are labelled by time stamp and receiver respectively, especially if there are any rows without detections (see output below).

    -

    The function returns a matrix or a dataframe, depending on the output argument, that represents a time series of COAs. If na_omit = TRUE, the time series may have `gaps' over which COAs could not be calculated due to the absence of detections.

    -

    Details

    -

    Centres of activity (COA) are a widely used metric for the reconstruction of patterns of space use from passive acoustic telemetry detections. Several methods have been developed to calculate COAs, but the mean-position algorithm is the commonest. Under this approach, COAs are estimated as an average of the locations of receivers at which an individual is detected over a specified time interval, weighted by the frequency of detections at each of those receivers. Within flapper, COAs are calculated in three stages by first exploring possible time intervals over which to calculate COAs with coa_setup_delta_t; then summarising detections over those intervals with make_matrix_detections; and finally passing the resultant detection matrix to the coa function to calculate COAs. This implements the arithmetic version of the mean-position algorithm, calculating the arithmetic mean of the receiver locations, weighted by the frequency of detections at each receiver.

    -

    To generate estimates of space use, COAs are usually taken as point estimates from which utilisation distributions (typically kernel utilisation distributions, KUDs) are estimated. Thus, in the case of a coupled COA-KUD approach, usually the estimate of space use is a (kernel) utilisation distribution which describes the probability of relocating an individual in any given area at a randomly chosen time. Alternative methods of home range analysis, including those which incorporate time, such as dynamic Brownian bridge movement models, can be used to estimate the utilisation distribution. Generally, the COA approach is most suitable when detections are relatively frequent, and receivers are regularly distributed across an area. Under other conditions, its performance as a method for estimating space use has been subject to relatively limited evaluation but it can be problematic (e.g., in clustered arrays).

    -

    References

    +
    xy
    +

    A matrix that defines receiver locations (x, y). This should contain one row for each receiver (column) in mat (in the same order as in mat) and two columns for the coordinates. Planar coordinates (i.e., in Universal Transverse Mercator projection) are required for the averaging process.

    -

    Simpfendorfer, C. A., M. R. Heupel, and R. E. Hueter. 2002. Estimation of short-term centers of activity from an array of omnidirectional hydrophones and its use in studying animal movements. Canadian Journal of Fisheries and Aquatic Sciences 59:23-32.

    -

    See also

    -

    coa_setup_delta_t suggests suitable time intervals over which to calculate COAs. make_matrix_detections makes the detection matrices from detection time series data required by this function. For data in the VEMCO Vue export format, the `COA' function in the VTrack package (https://github.com/RossDwyer/VTrack) can also be used to calculate centres of activity.

    -

    Author

    +
    cl, varlist
    +

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    -

    Edward Lavender

    -

    Examples

    -
    #### Define data for the calculation of COAs +
    na_omit, as_POSIXct
    +

    Processing options. na_omit is a logical variable that defines whether or not to omit NAs (i.e., rows in mat for which no detections were made and thus for which COAs cannot be calculated) from returned coordinates. If output = "data.frame" (see below), as_POSIXct is a function to convert time stamps, taken from the row names of mat, to a POSIXct vector. as_POSIXct = NULL suppresses this conversion.

    -## (1) Define the period over which to calculate COAs -# ... by focusing on the time over which IDs were at liberty. -dat_ids$tag_start_date <- as.POSIXct(dat_ids$tag_start_date) -dat_ids$tag_end_date <- as.POSIXct("2017-06-02") -## (2) Define the receivers over which to calculate detections -# ... Here we use factors to ensure that the order of receiver coordinates -# ... (see below) and the order or receivers in the detection matrix -# ... matches. -dat_moorings$receiver_id <- factor(dat_moorings$receiver_id) -dat_acoustics$receiver_id <- factor(dat_acoustics$receiver_id, - levels = levels(dat_moorings$receiver_id)) +
    output
    +

    A character that defines the output format. Currently supported options are: "matrix", which returns a matrix of the coordinates of COAs; and "data.frame", which returns a dataframe with timestamps (taken from the row names of mat) and COA coordinates.

    -## (3) Define the detection matrix -# ... Here we simply create a detection matrix across all IDs and using -# ... a convenient (but unjustified) delta_t value. In reality, we would need -# ... to consider the time series for which to calculate -# ... COAs and the appropriate delta t value(s) more carefully. -detection_matrix_by_id <- make_matrix_detections(dat_acoustics, - delta_t = "days", - start = min(dat_ids$tag_start_date), - end = max(dat_ids$tag_end_date)) -
    #> flapper::make_matrix_detections() called (@ 2022-06-17 09:59:27)... -#> ... Checking user inputs... -#> ... Defining time bins given 'delta_t'... -#> ... Making detection matrix... -#> ... flapper::make_matrix_detections() call completed (@ 2022-06-17 09:59:27) after ~0 minutes.
    -## (4) Define receiver coordinates with UTM projection -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) -xy <- sp::coordinates(xy) +
    +
    +

    Value

    + -#### Example (1): Implement the COA algorithm for an example individual -coa_mat <- coa(mat = detection_matrix_by_id[[1]], xy = xy) -utils::str(coa_mat) -
    #> num [1:255, 1:2] 709191 709276 709276 707542 705754 ... -#> - attr(*, "dimnames")=List of 2 -#> ..$ : chr [1:255] "2016-03-17 00:00:00" "2016-03-21 00:00:00" "2016-03-22 00:00:00" "2016-03-23 00:00:00" ... -#> ..$ : chr [1:2] "x" "y" -#> - attr(*, "na.action")= 'omit' Named num [1:197] 1 2 3 4 5 6 7 8 9 10 ... -#> ..- attr(*, "names")= chr [1:197] "2016-03-07 00:00:00" "2016-03-08 00:00:00" "2016-03-09 00:00:00" "2016-03-10 00:00:00" ...
    -#### Example (2): Change the output format and coerce time stamps to POSIXct format -coa_dat <- coa(mat = detection_matrix_by_id[[1]], xy = xy, output = "data.frame") -utils::str(coa_dat) -
    #> 'data.frame': 255 obs. of 3 variables: -#> $ timestamp: POSIXct, format: "2016-03-17 00:00:00" "2016-03-21 00:00:00" ... -#> $ x : num 709191 709276 709276 707542 705754 ... -#> $ y : num 6253067 6253117 6253117 6267727 6267071 ...
    -#### Example (3): Implement the algorithm on a cluster -# This will only be faster for very large detection time series. -if(flapper_run_parallel){ - coa_mat <- coa(mat = detection_matrix_by_id[[1]], - xy = xy, - cl = parallel::makeCluster(2L)) -} +

    The function returns a matrix or a dataframe, depending on the output argument, that represents a time series of COAs. If na_omit = TRUE, the time series may have `gaps' over which COAs could not be calculated due to the absence of detections.

    +
    +
    +

    Details

    +

    Centres of activity (COA) are a widely used metric for the reconstruction of patterns of space use from passive acoustic telemetry detections. Several methods have been developed to calculate COAs, but the mean-position algorithm is the commonest. Under this approach, COAs are estimated as an average of the locations of receivers at which an individual is detected over a specified time interval, weighted by the frequency of detections at each of those receivers. Within flapper, COAs are calculated in three stages by first exploring possible time intervals over which to calculate COAs with coa_setup_delta_t; then summarising detections over those intervals with make_matrix_detections; and finally passing the resultant detection matrix to the coa function to calculate COAs. This implements the arithmetic version of the mean-position algorithm, calculating the arithmetic mean of the receiver locations, weighted by the frequency of detections at each receiver.

    +

    To generate estimates of space use, COAs are usually taken as point estimates from which utilisation distributions (typically kernel utilisation distributions, KUDs) are estimated. Thus, in the case of a coupled COA-KUD approach, usually the estimate of space use is a (kernel) utilisation distribution which describes the probability of relocating an individual in any given area at a randomly chosen time. Alternative methods of home range analysis, including those which incorporate time, such as dynamic Brownian bridge movement models, can be used to estimate the utilisation distribution. Generally, the COA approach is most suitable when detections are relatively frequent, and receivers are regularly distributed across an area. Under other conditions, its performance as a method for estimating space use has been subject to relatively limited evaluation but it can be problematic (e.g., in clustered arrays).

    +
    +
    +

    References

    +

    Simpfendorfer, C. A., M. R. Heupel, and R. E. Hueter. 2002. Estimation of short-term centers of activity from an array of omnidirectional hydrophones and its use in studying animal movements. Canadian Journal of Fisheries and Aquatic Sciences 59:23-32.

    +
    +
    +

    See also

    +

    coa_setup_delta_t suggests suitable time intervals over which to calculate COAs. make_matrix_detections makes the detection matrices from detection time series data required by this function. For data in the VEMCO Vue export format, the `COA' function in the VTrack package (https://github.com/RossDwyer/VTrack) can also be used to calculate centres of activity.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    -
    +
    +

    Examples

    +
    #### Define data for the calculation of COAs
    +
    +## (1) Define the period over which to calculate COAs
    +# ... by focusing on the time over which IDs were at liberty.
    +dat_ids$tag_start_date <- as.POSIXct(dat_ids$tag_start_date)
    +dat_ids$tag_end_date   <- as.POSIXct("2017-06-02")
    +
    +## (2) Define the receivers over which to calculate detections
    +# ... Here we use factors to ensure that the order of receiver coordinates
    +# ... (see below) and the order or receivers in the detection matrix
    +# ... matches.
    +dat_moorings$receiver_id <- factor(dat_moorings$receiver_id)
    +dat_acoustics$receiver_id <- factor(dat_acoustics$receiver_id,
    +                                    levels = levels(dat_moorings$receiver_id))
    +
    +## (3) Define the detection matrix
    +# ... Here we simply create a detection matrix across all IDs and using
    +# ... a convenient (but unjustified) delta_t value. In reality, we would need
    +# ... to consider the time series for which to calculate
    +# ... COAs and the appropriate delta t value(s) more carefully.
    +detection_matrix_by_id <- make_matrix_detections(dat_acoustics,
    +                                                 delta_t = "days",
    +                                                 start = min(dat_ids$tag_start_date),
    +                                                 end = max(dat_ids$tag_end_date))
    +#> flapper::make_matrix_detections() called (@ 2023-02-19 14:53:02)... 
    +#> ... Checking user inputs... 
    +#> ... Defining time bins given 'delta_t'... 
    +#> ... Making detection matrix... 
    +#> ... flapper::make_matrix_detections() call completed (@ 2023-02-19 14:53:02) after ~0 minutes. 
    +
    +## (4) Define receiver coordinates with UTM projection
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +xy <- sp::coordinates(xy)
    +
    +#### Example (1): Implement the COA algorithm for an example individual
    +coa_mat <- coa(mat = detection_matrix_by_id[[1]], xy = xy)
    +utils::str(coa_mat)
    +#>  num [1:255, 1:2] 709191 709276 709276 707542 705754 ...
    +#>  - attr(*, "dimnames")=List of 2
    +#>   ..$ : chr [1:255] "2016-03-17 01:00:00" "2016-03-21 01:00:00" "2016-03-22 01:00:00" "2016-03-23 01:00:00" ...
    +#>   ..$ : chr [1:2] "x" "y"
    +#>  - attr(*, "na.action")= 'omit' Named num [1:197] 1 2 3 4 5 6 7 8 9 10 ...
    +#>   ..- attr(*, "names")= chr [1:197] "2016-03-07 01:00:00" "2016-03-08 01:00:00" "2016-03-09 01:00:00" "2016-03-10 01:00:00" ...
    +
    +#### Example (2): Change the output format and coerce time stamps to POSIXct format
    +coa_dat <- coa(mat = detection_matrix_by_id[[1]], xy = xy, output = "data.frame")
    +utils::str(coa_dat)
    +#> 'data.frame':	255 obs. of  3 variables:
    +#>  $ timestamp: POSIXct, format: "2016-03-17 01:00:00" "2016-03-21 01:00:00" ...
    +#>  $ x        : num  709191 709276 709276 707542 705754 ...
    +#>  $ y        : num  6253067 6253117 6253117 6267727 6267071 ...
    +
    +#### Example (3): Implement the algorithm on a cluster
    +# This will only be faster for very large detection time series.
    +if(flapper_run_parallel){
    +  coa_mat <- coa(mat = detection_matrix_by_id[[1]],
    +                 xy = xy,
    +                 cl = parallel::makeCluster(2L))
    +}
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/coa_setup_delta_t-1.png b/docs/reference/coa_setup_delta_t-1.png index 0613cad..f6df02d 100644 Binary files a/docs/reference/coa_setup_delta_t-1.png and b/docs/reference/coa_setup_delta_t-1.png differ diff --git a/docs/reference/coa_setup_delta_t-2.png b/docs/reference/coa_setup_delta_t-2.png index e37bbd8..00a755d 100644 Binary files a/docs/reference/coa_setup_delta_t-2.png and b/docs/reference/coa_setup_delta_t-2.png differ diff --git a/docs/reference/coa_setup_delta_t-3.png b/docs/reference/coa_setup_delta_t-3.png index 697082d..7a2dce2 100644 Binary files a/docs/reference/coa_setup_delta_t-3.png and b/docs/reference/coa_setup_delta_t-3.png differ diff --git a/docs/reference/coa_setup_delta_t-4.png b/docs/reference/coa_setup_delta_t-4.png index 271d7b1..dca4691 100644 Binary files a/docs/reference/coa_setup_delta_t-4.png and b/docs/reference/coa_setup_delta_t-4.png differ diff --git a/docs/reference/coa_setup_delta_t.html b/docs/reference/coa_setup_delta_t.html index 94e7177..5fe1c9c 100644 --- a/docs/reference/coa_setup_delta_t.html +++ b/docs/reference/coa_setup_delta_t.html @@ -1,69 +1,14 @@ - - - - - - - -Suggest time intervals over which to calculate centres of activity — coa_setup_delta_t • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Suggest time intervals over which to calculate centres of activity — coa_setup_delta_t • flapper - - - - - - - - - - - - - + + -
    -
    - -
    - -
    +
    @@ -127,67786 +69,67820 @@

    Suggest time intervals over which to calculate centres of activity

    To implement these approaches, it is necessary to supply a dataframe with detections for a particular individual (acoustics), the interval to be evaluated (delta_t) and the method. For each method, two implementations are possible. The first implementation (implementation = 1L) follows Simpfendorfer et al.'s (2002) approach and examines the frequency distribution(s) for the total number of receivers and/or detections, which is appropriate if the total number of receivers is constant over the duration of detections. The second implementation (implementation = 2L) examines the distribution(s) of the percent of receivers with detections or the number of detections per receiver and can be more appropriate if the number of receivers changes substantially through time. Using these inputs, the function plots the specified distributions and returns a named list with the data plotted. This approach can be applied iteratively over multiple delta_t values to evaluate their relative suitability.

    -
    coa_setup_delta_t(
    -  acoustics,
    -  delta_t,
    -  method = 1L,
    -  implementation = 1L,
    -  moorings = NULL,
    -  xlab = NULL,
    -  ylab = NULL,
    -  main = NULL,
    -  xlim = NULL,
    -  ylim = NULL,
    -  add_additional = NULL,
    -  type = "b",
    -  ...,
    -  verbose = TRUE
    -)
    +
    +
    coa_setup_delta_t(
    +  acoustics,
    +  delta_t,
    +  method = 1L,
    +  implementation = 1L,
    +  moorings = NULL,
    +  xlab = NULL,
    +  ylab = NULL,
    +  main = NULL,
    +  xlim = NULL,
    +  ylim = NULL,
    +  add_additional = NULL,
    +  type = "b",
    +  ...,
    +  verbose = TRUE
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    acoustics

    A dataframe with passive acoustic telemetry detection time series (see dat_acoustics for an example) for a specific individual. This should contain the following columns: a vector of receiver IDs, named `receiver_id'; and a POSIXct vector of time stamps, named `timestamp'.

    delta_t

    A number or character, passed to the `breaks' argument of cut.POSIXt, that defines the time interval to be evaluated.

    method

    An integer (1L, 2L or 1:2L) that defines the method(s) used to evaluate the time intervals (see Description).

    implementation

    An integer (1L or 2L) that defines the metric(s) used in the evaluation: 1, the total number of receivers/detections; or 2, the percent of receivers/number of detections per receiver (see Description). If implementation = 2L and the total number of receivers is constant through time, the function reverts to implementation = 1L, the results of which are more interpretable.

    moorings

    (optional) If implementation = 2L, moorings is a dataframe that defines, for each receiver, the deployment period. This is required to calculate the number of operational receivers over time (via get_n_operational_ts). This must contain the following columns: a vector of receiver IDs that includes all receivers in acoustics, named `receiver_id'; and the times of receiver deployment and retrieval, named `receiver_start_date' and `receiver_end_date' respectively. These are coerced to POSIXct vectors, if required, to match acoustics$timestamp.

    xlab, ylab, main

    Character strings that define the x and y axis labels and the plot title. If method = 1:2L, a single input will label both plots identically, whereas a list with one element for each method will label the plots differently.

    xlim, ylim

    X and y axis limits. If method = 1:2L, a single vector will affect both plots identically, whereas a list with one element for each method will affect plots differently.

    add_additional

    (optional) A stand-alone function, to be executed after a plot has been made, to customise the result.

    type, ...

    Additional arguments, passed to pretty_plot, that affect all plots.

    verbose

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    +
    +

    Arguments

    +
    acoustics
    +

    A dataframe with passive acoustic telemetry detection time series (see dat_acoustics for an example) for a specific individual. This should contain the following columns: a vector of receiver IDs, named `receiver_id'; and a POSIXct vector of time stamps, named `timestamp'.

    -

    Value

    -

    The function returns a named list and a plot for each method. The list contains a `data' element that is a named list of dataframes for each method (`m1', `m2') and implementation (`i1', `i2'). For `m1_i1', the dataframe contains the number of receivers with detections (`n_receiver_with_detections') and the percent of the time series for which that number of receivers made detections (`pc_of_ts'). For `m1_i2', the percentage of receivers with detections (`pc_receiver_with_detections') is given instead. For `m2_i1', the number of detections (`n_detections') is given; for `m2_i2', it is the number of detections per receiver (`n_detections_per_receiver'). The list also contains an `args' element that records the inputs to acoustics and delta_t for reference.

    -

    Details

    +
    delta_t
    +

    A number or character, passed to the `breaks' argument of cut.POSIXt, that defines the time interval to be evaluated.

    -

    The selection of the most appropriate time interval over which to calculate COAs reflects a trade off between (a) larger intervals, over which time more detections at more receivers are made, which enable more accurate estimates, versus (b) smaller intervals, over which time movement is more restricted and centres of activity are representative of the individual's location or short-term centre of activity (Simpfendorfer et al., 2002). As a starting point, Simpfendorfer et al. (2002) suggest intervals from 5 - 60 minutes may often be suitable, although longer intervals may be required.

    -

    References

    -

    Simpfendorfer, C. A., M. R. Heupel, and R. E. Hueter. 2002. Estimation of short-term centers of activity from an array of omnidirectional hydrophones and its use in studying animal movements. Canadian Journal of Fisheries and Aquatic Sciences 59:23-32.

    -

    See also

    +
    method
    +

    An integer (1L, 2L or 1:2L) that defines the method(s) used to evaluate the time intervals (see Description).

    -

    coa calculates centres of activity.

    -

    Author

    -

    Edward Lavender

    +
    implementation
    +

    An integer (1L or 2L) that defines the metric(s) used in the evaluation: 1, the total number of receivers/detections; or 2, the percent of receivers/number of detections per receiver (see Description). If implementation = 2L and the total number of receivers is constant through time, the function reverts to implementation = 1L, the results of which are more interpretable.

    + + +
    moorings
    +

    (optional) If implementation = 2L, moorings is a dataframe that defines, for each receiver, the deployment period. This is required to calculate the number of operational receivers over time (via get_n_operational_ts). This must contain the following columns: a vector of receiver IDs that includes all receivers in acoustics, named `receiver_id'; and the times of receiver deployment and retrieval, named `receiver_start_date' and `receiver_end_date' respectively. These are coerced to POSIXct vectors, if required, to match acoustics$timestamp.

    + + +
    xlab, ylab, main
    +

    Character strings that define the x and y axis labels and the plot title. If method = 1:2L, a single input will label both plots identically, whereas a list with one element for each method will label the plots differently.

    + + +
    xlim, ylim
    +

    X and y axis limits. If method = 1:2L, a single vector will affect both plots identically, whereas a list with one element for each method will affect plots differently.

    + -

    Examples

    -
    #### Example (1): For a specified delta_t, use a specific method and implementation -pp <- graphics::par(mfrow = c(2, 2)) -dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ], - delta_t = "6 hours", - method = 1L, - implementation = 1L, - main = "1(1)") -
    #> flapper::coa_setup_delta_t() called (@ 2022-06-17 09:59:28)... -#> ... Calculating detection statistics across time intervals.... -#> ... Implementing method 1... -#> ... ... Using implementation = 1L...
    #> ... flapper::coa_setup_delta_t() call completed (@ 2022-06-17 09:59:28) after ~0 minutes.
    utils::str(dat) -
    #> List of 2 -#> $ data:List of 4 -#> ..$ m1_i1:'data.frame': 38 obs. of 2 variables: -#> .. ..$ n_receiver_with_detections: int [1:38] 0 1 2 3 4 5 6 7 8 9 ... -#> .. ..$ pc_of_ts : num [1:38] 73.299 21.032 4.422 0.794 0.397 ... -#> ..$ m1_i2: NULL -#> ..$ m2_i1: NULL -#> ..$ m2_i2: NULL -#> $ args:List of 2 -#> ..$ acoustics:'data.frame': 13008 obs. of 9 variables: -#> .. ..$ individual_id : int [1:13008] 25 25 25 25 25 25 25 25 25 25 ... -#> .. ..$ transmitter_id: chr [1:13008] "A69-1303-555" "A69-1303-555" "A69-1303-555" "A69-1303-555" ... -#> .. ..$ index : int [1:13008] 1 2 4 5 7 8 9 10 12 14 ... -#> .. ..$ timestamp : POSIXct[1:13008], format: "2016-03-17 01:50:00" "2016-03-17 01:52:00" ... -#> .. ..$ receiver_id : int [1:13008] 26 26 26 26 26 26 26 26 26 26 ... -#> .. ..$ receiver : chr [1:13008] "VR2W-108163" "VR2W-108163" "VR2W-108163" "VR2W-108163" ... -#> .. ..$ receiver_long : num [1:13008] -5.61 -5.61 -5.61 -5.61 -5.61 ... -#> .. ..$ receiver_lat : num [1:13008] 56.4 56.4 56.4 56.4 56.4 ... -#> .. ..$ receiver_depth: num [1:13008] 25 25 25 25 25 25 25 25 25 25 ... -#> ..$ delta_t : chr "6 hours"
    dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ], - delta_t = "6 hours", - method = 1L, - implementation = 2L, - moorings = dat_moorings, - main = "1(2)") -
    #> flapper::coa_setup_delta_t() called (@ 2022-06-17 09:59:28)... -#> ... Calculating the number of operational receivers through time for implementation = 2L... -#> ... Calculating detection statistics across time intervals.... -#> ... Implementing method 1... -#> ... ... Using implementation = 2L...
    #> ... flapper::coa_setup_delta_t() call completed (@ 2022-06-17 09:59:28) after ~0 minutes.
    utils::str(dat) -
    #> List of 2 -#> $ data:List of 4 -#> ..$ m1_i1: NULL -#> ..$ m1_i2:'data.frame': 22 obs. of 2 variables: -#> .. ..$ pc_receiver_with_detections: num [1:22] 0 4.35 4.55 4.76 5 ... -#> .. ..$ pc_of_ts : num [1:22] 73.356 4.932 1.871 0.283 3.458 ... -#> ..$ m2_i1: NULL -#> ..$ m2_i2: NULL -#> $ args:List of 2 -#> ..$ acoustics:'data.frame': 13008 obs. of 9 variables: -#> .. ..$ individual_id : int [1:13008] 25 25 25 25 25 25 25 25 25 25 ... -#> .. ..$ transmitter_id: chr [1:13008] "A69-1303-555" "A69-1303-555" "A69-1303-555" "A69-1303-555" ... -#> .. ..$ index : int [1:13008] 1 2 4 5 7 8 9 10 12 14 ... -#> .. ..$ timestamp : POSIXct[1:13008], format: "2016-03-17 01:50:00" "2016-03-17 01:52:00" ... -#> .. ..$ receiver_id : int [1:13008] 26 26 26 26 26 26 26 26 26 26 ... -#> .. ..$ receiver : chr [1:13008] "VR2W-108163" "VR2W-108163" "VR2W-108163" "VR2W-108163" ... -#> .. ..$ receiver_long : num [1:13008] -5.61 -5.61 -5.61 -5.61 -5.61 ... -#> .. ..$ receiver_lat : num [1:13008] 56.4 56.4 56.4 56.4 56.4 ... -#> .. ..$ receiver_depth: num [1:13008] 25 25 25 25 25 25 25 25 25 25 ... -#> ..$ delta_t : chr "6 hours"
    dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ], - delta_t = "6 hours", - method = 2L, - implementation = 1L, - main = "2(1)") -
    #> flapper::coa_setup_delta_t() called (@ 2022-06-17 09:59:28)... -#> ... Calculating detection statistics across time intervals.... -#> ... Implementing method 2... -#> ... ... Using implementation = 1L...
    #> ... flapper::coa_setup_delta_t() call completed (@ 2022-06-17 09:59:28) after ~0 minutes.
    utils::str(dat) -
    #> List of 2 -#> $ data:List of 4 -#> ..$ m1_i1: NULL -#> ..$ m1_i2: NULL -#> ..$ m2_i1:'data.frame': 107 obs. of 2 variables: -#> .. ..$ n_detections: num [1:107] 0 1 2 3 4 5 6 7 8 9 ... -#> .. ..$ pc_of_ts : num [1:107] 73.3 0.68 1.42 1.13 1.08 ... -#> ..$ m2_i2: NULL -#> $ args:List of 2 -#> ..$ acoustics:'data.frame': 13008 obs. of 9 variables: -#> .. ..$ individual_id : int [1:13008] 25 25 25 25 25 25 25 25 25 25 ... -#> .. ..$ transmitter_id: chr [1:13008] "A69-1303-555" "A69-1303-555" "A69-1303-555" "A69-1303-555" ... -#> .. ..$ index : int [1:13008] 1 2 4 5 7 8 9 10 12 14 ... -#> .. ..$ timestamp : POSIXct[1:13008], format: "2016-03-17 01:50:00" "2016-03-17 01:52:00" ... -#> .. ..$ receiver_id : int [1:13008] 26 26 26 26 26 26 26 26 26 26 ... -#> .. ..$ receiver : chr [1:13008] "VR2W-108163" "VR2W-108163" "VR2W-108163" "VR2W-108163" ... -#> .. ..$ receiver_long : num [1:13008] -5.61 -5.61 -5.61 -5.61 -5.61 ... -#> .. ..$ receiver_lat : num [1:13008] 56.4 56.4 56.4 56.4 56.4 ... -#> .. ..$ receiver_depth: num [1:13008] 25 25 25 25 25 25 25 25 25 25 ... -#> ..$ delta_t : chr "6 hours"
    dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ], - delta_t = "6 hours", - method = 2L, - implementation = 2L, - moorings = dat_moorings, - main = "2(2)") -
    #> flapper::coa_setup_delta_t() called (@ 2022-06-17 09:59:28)... -#> ... Calculating the number of operational receivers through time for implementation = 2L... -#> ... Calculating detection statistics across time intervals.... -#> ... Implementing method 2... -#> ... ... Using implementation = 2L...
    #> ... flapper::coa_setup_delta_t() call completed (@ 2022-06-17 09:59:28) after ~0 minutes.
    utils::str(dat) -
    #> List of 2 -#> $ data:List of 4 -#> ..$ m1_i1: NULL -#> ..$ m1_i2: NULL -#> ..$ m2_i1: NULL -#> ..$ m2_i2:'data.frame': 246 obs. of 2 variables: -#> .. ..$ pc_detections_per_receiver: num [1:246] 0 0.0435 0.0556 0.0588 0.0714 ... -#> .. ..$ pc_of_ts : num [1:246] 73.299 0.113 0.17 0.17 0.113 ... -#> $ args:List of 2 -#> ..$ acoustics:'data.frame': 13008 obs. of 9 variables: -#> .. ..$ individual_id : int [1:13008] 25 25 25 25 25 25 25 25 25 25 ... -#> .. ..$ transmitter_id: chr [1:13008] "A69-1303-555" "A69-1303-555" "A69-1303-555" "A69-1303-555" ... -#> .. ..$ index : int [1:13008] 1 2 4 5 7 8 9 10 12 14 ... -#> .. ..$ timestamp : POSIXct[1:13008], format: "2016-03-17 01:50:00" "2016-03-17 01:52:00" ... -#> .. ..$ receiver_id : int [1:13008] 26 26 26 26 26 26 26 26 26 26 ... -#> .. ..$ receiver : chr [1:13008] "VR2W-108163" "VR2W-108163" "VR2W-108163" "VR2W-108163" ... -#> .. ..$ receiver_long : num [1:13008] -5.61 -5.61 -5.61 -5.61 -5.61 ... -#> .. ..$ receiver_lat : num [1:13008] 56.4 56.4 56.4 56.4 56.4 ... -#> .. ..$ receiver_depth: num [1:13008] 25 25 25 25 25 25 25 25 25 25 ... -#> ..$ delta_t : chr "6 hours"
    graphics::par(pp) +
    add_additional
    +

    (optional) A stand-alone function, to be executed after a plot has been made, to customise the result.

    -#### Example (2) For a specified delta_t, use both methods -pp <- graphics::par(mfrow = c(1, 2)) -dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ], - delta_t = "6 hours", - method = 1:2L, - implementation = 1L) -
    #> flapper::coa_setup_delta_t() called (@ 2022-06-17 09:59:28)... -#> ... Calculating detection statistics across time intervals.... -#> ... Implementing method 1... -#> ... ... Using implementation = 1L...
    #> ... Implementing method 2... -#> ... ... Using implementation = 1L...
    #> ... flapper::coa_setup_delta_t() call completed (@ 2022-06-17 09:59:28) after ~0 minutes.
    graphics::par(pp) -#### Example (3) Plot customisation options -# xlim,ylim,xlab,ylab,main accept a vector that affects all plots -# ... or a list that affects each plot (see 'ylim' versus 'xlim' below). -# ... other arguments can be passed to prettyGraphics::pretty_plot() via... -pp <- graphics::par(mfrow = c(1, 2)) -dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ], - delta_t = "6 hours", - xlim = list(c(0, 50), c(0, 450)), ylim = c(0, 100), - method = 1:2L, - implementation = 1L, - main = list("A", "B"), - col = "royalblue", lwd = 2) -
    #> flapper::coa_setup_delta_t() called (@ 2022-06-17 09:59:28)... -#> ... Calculating detection statistics across time intervals.... -#> ... Implementing method 1... -#> ... ... Using implementation = 1L...
    #> ... Implementing method 2... -#> ... ... Using implementation = 1L...
    #> ... flapper::coa_setup_delta_t() call completed (@ 2022-06-17 09:59:28) after ~0 minutes.
    graphics::par(pp) +
    type, ...
    +

    Additional arguments, passed to pretty_plot, that affect all plots.

    -#### Example (4) Compare multiple delta_t values -pp <- graphics::par(mfrow = c(3, 2)) -delta_t_opts <- c("6 hours", "12 hours", "24 hours") -lapply(delta_t_opts, function(delta_t){ - coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ], - delta_t = delta_t, - method = 1:2L, - implementation = 2L, - moorings = dat_moorings, - main = delta_t, col = "royalblue") -}) -
    #> flapper::coa_setup_delta_t() called (@ 2022-06-17 09:59:28)... -#> ... Calculating the number of operational receivers through time for implementation = 2L... -#> ... Calculating detection statistics across time intervals.... -#> ... Implementing method 1... -#> ... ... Using implementation = 2L...
    #> ... Implementing method 2... -#> ... ... Using implementation = 2L...
    #> ... flapper::coa_setup_delta_t() call completed (@ 2022-06-17 09:59:28) after ~0 minutes. -#> flapper::coa_setup_delta_t() called (@ 2022-06-17 09:59:28)... -#> ... Calculating the number of operational receivers through time for implementation = 2L... -#> ... Calculating detection statistics across time intervals.... -#> ... Implementing method 1... -#> ... ... Using implementation = 2L...
    #> ... Implementing method 2... -#> ... ... Using implementation = 2L...
    #> ... flapper::coa_setup_delta_t() call completed (@ 2022-06-17 09:59:28) after ~0 minutes. -#> flapper::coa_setup_delta_t() called (@ 2022-06-17 09:59:28)... -#> ... Calculating the number of operational receivers through time for implementation = 2L... -#> ... Calculating detection statistics across time intervals.... -#> ... Implementing method 1... -#> ... ... Using implementation = 2L...
    #> ... Implementing method 2... -#> ... ... Using implementation = 2L...
    #> ... flapper::coa_setup_delta_t() call completed (@ 2022-06-17 09:59:28) after ~0 minutes.
    #> [[1]] -#> [[1]]$data -#> [[1]]$data$m1_i1 -#> NULL -#> -#> [[1]]$data$m1_i2 -#> pc_receiver_with_detections pc_of_ts -#> 1 0.000000 73.35600907 -#> 2 4.347826 4.93197279 -#> 3 4.545455 1.87074830 -#> 4 4.761905 0.28344671 -#> 5 5.000000 3.45804989 -#> 6 5.555556 4.36507937 -#> 7 5.882353 4.36507937 -#> 8 6.250000 0.68027211 -#> 9 7.142857 0.62358277 -#> 10 8.333333 0.28344671 -#> 11 8.695652 0.22675737 -#> 12 9.090909 0.17006803 -#> 13 10.000000 1.64399093 -#> 14 11.111111 0.73696145 -#> 15 11.764706 1.19047619 -#> 16 12.500000 0.17006803 -#> 17 14.285714 0.34013605 -#> 18 15.000000 0.45351474 -#> 19 16.666667 0.22675737 -#> 20 17.647059 0.22675737 -#> 21 20.000000 0.39682540 -#> 22 25.000000 0.05668934 -#> -#> [[1]]$data$m2_i1 -#> NULL -#> -#> [[1]]$data$m2_i2 -#> pc_detections_per_receiver pc_of_ts -#> 1 0.00000000 73.29931973 -#> 2 0.04347826 0.11337868 -#> 3 0.05555556 0.17006803 -#> 4 0.05882353 0.17006803 -#> 5 0.07142857 0.11337868 -#> 6 0.08333333 0.11337868 -#> 7 0.08695652 0.11337868 -#> 8 0.09090909 0.17006803 -#> 9 0.10000000 0.51020408 -#> 10 0.11111111 0.28344671 -#> 11 0.11764706 0.28344671 -#> 12 0.12500000 0.05668934 -#> 13 0.13043478 0.39682540 -#> 14 0.13636364 0.11337868 -#> 15 0.16666667 0.28344671 -#> 16 0.17391304 0.51020408 -#> 17 0.17647059 0.28344671 -#> 18 0.18181818 0.05668934 -#> 19 0.19047619 0.05668934 -#> 20 0.20000000 0.05668934 -#> 21 0.21739130 0.28344671 -#> 22 0.22222222 0.11337868 -#> 23 0.22727273 0.11337868 -#> 24 0.23529412 0.22675737 -#> 25 0.25000000 0.28344671 -#> 26 0.26086957 0.11337868 -#> 27 0.27272727 0.17006803 -#> 28 0.27777778 0.28344671 -#> 29 0.29411765 0.11337868 -#> 30 0.30000000 0.39682540 -#> 31 0.30434783 0.11337868 -#> 32 0.31818182 0.11337868 -#> 33 0.33333333 0.17006803 -#> 34 0.34782609 0.22675737 -#> 35 0.35000000 0.05668934 -#> 36 0.35294118 0.51020408 -#> 37 0.36363636 0.11337868 -#> 38 0.37500000 0.05668934 -#> 39 0.39130435 0.17006803 -#> 40 0.40000000 0.17006803 -#> 41 0.40909091 0.28344671 -#> 42 0.41176471 0.22675737 -#> 43 0.42857143 0.11337868 -#> 44 0.43478261 0.11337868 -#> 45 0.43750000 0.05668934 -#> 46 0.44444444 0.34013605 -#> 47 0.45000000 0.17006803 -#> 48 0.45454545 0.05668934 -#> 49 0.47058824 0.22675737 -#> 50 0.47826087 0.17006803 -#> 51 0.50000000 0.39682540 -#> 52 0.52173913 0.39682540 -#> 53 0.52941176 0.34013605 -#> 54 0.55000000 0.11337868 -#> 55 0.55555556 0.11337868 -#> 56 0.56521739 0.05668934 -#> 57 0.57142857 0.11337868 -#> 58 0.58823529 0.05668934 -#> 59 0.59090909 0.17006803 -#> 60 0.60000000 0.11337868 -#> 61 0.60869565 0.17006803 -#> 62 0.61111111 0.22675737 -#> 63 0.62500000 0.05668934 -#> 64 0.63636364 0.11337868 -#> 65 0.64705882 0.11337868 -#> 66 0.65000000 0.22675737 -#> 67 0.65217391 0.22675737 -#> 68 0.66666667 0.11337868 -#> 69 0.68181818 0.05668934 -#> 70 0.69565217 0.05668934 -#> 71 0.70000000 0.34013605 -#> 72 0.70588235 0.22675737 -#> 73 0.72222222 0.11337868 -#> 74 0.73913043 0.05668934 -#> 75 0.75000000 0.17006803 -#> 76 0.76470588 0.11337868 -#> 77 0.77777778 0.11337868 -#> 78 0.78260870 0.11337868 -#> 79 0.78571429 0.11337868 -#> 80 0.82352941 0.11337868 -#> 81 0.82608696 0.28344671 -#> 82 0.83333333 0.11337868 -#> 83 0.85000000 0.05668934 -#> 84 0.85714286 0.05668934 -#> 85 0.86363636 0.05668934 -#> 86 0.86956522 0.17006803 -#> 87 0.87500000 0.05668934 -#> 88 0.88888889 0.11337868 -#> 89 0.90000000 0.11337868 -#> 90 0.91304348 0.17006803 -#> 91 0.93750000 0.05668934 -#> 92 0.94117647 0.11337868 -#> 93 0.94444444 0.11337868 -#> 94 0.95000000 0.11337868 -#> 95 0.95454545 0.05668934 -#> 96 1.00000000 0.28344671 -#> 97 1.04347826 0.05668934 -#> 98 1.05000000 0.11337868 -#> 99 1.05555556 0.11337868 -#> 100 1.05882353 0.22675737 -#> 101 1.06250000 0.05668934 -#> 102 1.09523810 0.05668934 -#> 103 1.10000000 0.17006803 -#> 104 1.11111111 0.17006803 -#> 105 1.11764706 0.11337868 -#> 106 1.12500000 0.05668934 -#> 107 1.15000000 0.05668934 -#> 108 1.17391304 0.05668934 -#> 109 1.17647059 0.05668934 -#> 110 1.22222222 0.17006803 -#> 111 1.23529412 0.05668934 -#> 112 1.25000000 0.05668934 -#> 113 1.26086957 0.05668934 -#> 114 1.27272727 0.05668934 -#> 115 1.27777778 0.05668934 -#> 116 1.30000000 0.05668934 -#> 117 1.30434783 0.11337868 -#> 118 1.33333333 0.17006803 -#> 119 1.35294118 0.11337868 -#> 120 1.39130435 0.05668934 -#> 121 1.40000000 0.11337868 -#> 122 1.41176471 0.05668934 -#> 123 1.44444444 0.05668934 -#> 124 1.47058824 0.11337868 -#> 125 1.47826087 0.05668934 -#> 126 1.50000000 0.11337868 -#> 127 1.52173913 0.11337868 -#> 128 1.52941176 0.05668934 -#> 129 1.55555556 0.05668934 -#> 130 1.56521739 0.05668934 -#> 131 1.58823529 0.05668934 -#> 132 1.60000000 0.05668934 -#> 133 1.60869565 0.05668934 -#> 134 1.61111111 0.11337868 -#> 135 1.64285714 0.05668934 -#> 136 1.65000000 0.11337868 -#> 137 1.70588235 0.17006803 -#> 138 1.73913043 0.05668934 -#> 139 1.75000000 0.05668934 -#> 140 1.76470588 0.05668934 -#> 141 1.80000000 0.05668934 -#> 142 1.81250000 0.05668934 -#> 143 1.88235294 0.05668934 -#> 144 1.88888889 0.05668934 -#> 145 1.90000000 0.05668934 -#> 146 1.92857143 0.11337868 -#> 147 1.93750000 0.05668934 -#> 148 1.94444444 0.11337868 -#> 149 1.95652174 0.05668934 -#> 150 2.04545455 0.05668934 -#> 151 2.05000000 0.11337868 -#> 152 2.10000000 0.05668934 -#> 153 2.14285714 0.05668934 -#> 154 2.16666667 0.05668934 -#> 155 2.18181818 0.05668934 -#> 156 2.21739130 0.05668934 -#> 157 2.22727273 0.05668934 -#> 158 2.27272727 0.05668934 -#> 159 2.27777778 0.11337868 -#> 160 2.29411765 0.11337868 -#> 161 2.30000000 0.05668934 -#> 162 2.35000000 0.05668934 -#> 163 2.35294118 0.17006803 -#> 164 2.38888889 0.05668934 -#> 165 2.41176471 0.05668934 -#> 166 2.43478261 0.05668934 -#> 167 2.45000000 0.05668934 -#> 168 2.47058824 0.05668934 -#> 169 2.50000000 0.05668934 -#> 170 2.55000000 0.05668934 -#> 171 2.55555556 0.11337868 -#> 172 2.58823529 0.05668934 -#> 173 2.61111111 0.05668934 -#> 174 2.65217391 0.05668934 -#> 175 2.66666667 0.05668934 -#> 176 2.75000000 0.05668934 -#> 177 2.76470588 0.05668934 -#> 178 2.80952381 0.05668934 -#> 179 2.86956522 0.05668934 -#> 180 2.88888889 0.05668934 -#> 181 2.90000000 0.05668934 -#> 182 2.94444444 0.05668934 -#> 183 3.00000000 0.17006803 -#> 184 3.05000000 0.05668934 -#> 185 3.05555556 0.05668934 -#> 186 3.10000000 0.05668934 -#> 187 3.11111111 0.05668934 -#> 188 3.14285714 0.05668934 -#> 189 3.17647059 0.05668934 -#> 190 3.20000000 0.05668934 -#> 191 3.23529412 0.05668934 -#> 192 3.27777778 0.05668934 -#> 193 3.35000000 0.05668934 -#> 194 3.35294118 0.05668934 -#> 195 3.45000000 0.05668934 -#> 196 3.47058824 0.05668934 -#> 197 3.50000000 0.05668934 -#> 198 3.55555556 0.11337868 -#> 199 3.61111111 0.05668934 -#> 200 3.66666667 0.05668934 -#> 201 3.76470588 0.05668934 -#> 202 3.78571429 0.05668934 -#> 203 3.80000000 0.05668934 -#> 204 3.88235294 0.05668934 -#> 205 3.90000000 0.05668934 -#> 206 4.00000000 0.11337868 -#> 207 4.05000000 0.05668934 -#> 208 4.23529412 0.05668934 -#> 209 4.29411765 0.05668934 -#> 210 4.43478261 0.05668934 -#> 211 4.43750000 0.05668934 -#> 212 4.52941176 0.05668934 -#> 213 4.57142857 0.05668934 -#> 214 4.58823529 0.05668934 -#> 215 4.77777778 0.11337868 -#> 216 4.90000000 0.05668934 -#> 217 4.94117647 0.05668934 -#> 218 5.05882353 0.05668934 -#> 219 5.08695652 0.05668934 -#> 220 5.25000000 0.05668934 -#> 221 5.35294118 0.05668934 -#> 222 5.68750000 0.05668934 -#> 223 5.70000000 0.05668934 -#> 224 5.90000000 0.05668934 -#> 225 5.94117647 0.05668934 -#> 226 6.05000000 0.05668934 -#> 227 6.10000000 0.05668934 -#> 228 6.11111111 0.05668934 -#> 229 6.38888889 0.05668934 -#> 230 6.45000000 0.05668934 -#> 231 6.50000000 0.05668934 -#> 232 6.75000000 0.05668934 -#> 233 6.85714286 0.05668934 -#> 234 6.90000000 0.11337868 -#> 235 7.11111111 0.05668934 -#> 236 7.35294118 0.05668934 -#> 237 7.77777778 0.05668934 -#> 238 7.78571429 0.05668934 -#> 239 8.11111111 0.05668934 -#> 240 8.37500000 0.05668934 -#> 241 8.58823529 0.05668934 -#> 242 9.05000000 0.05668934 -#> 243 9.21428571 0.05668934 -#> 244 9.22222222 0.05668934 -#> 245 9.37500000 0.05668934 -#> 246 14.00000000 0.05668934 -#> -#> -#> [[1]]$args -#> [[1]]$args$acoustics -#> individual_id transmitter_id index timestamp receiver_id -#> 1 25 A69-1303-555 1 2016-03-17 01:50:00 26 -#> 2 25 A69-1303-555 2 2016-03-17 01:52:00 26 -#> 3 25 A69-1303-555 4 2016-03-17 01:54:00 26 -#> 4 25 A69-1303-555 5 2016-03-17 01:58:00 26 -#> 5 25 A69-1303-555 7 2016-03-17 02:00:00 26 -#> 6 25 A69-1303-555 8 2016-03-17 02:04:00 26 -#> 7 25 A69-1303-555 9 2016-03-17 02:06:00 26 -#> 8 25 A69-1303-555 10 2016-03-17 02:08:00 26 -#> 9 25 A69-1303-555 12 2016-03-17 02:10:00 26 -#> 10 25 A69-1303-555 14 2016-03-17 02:12:00 26 -#> 11 25 A69-1303-555 15 2016-03-17 02:14:00 26 -#> 12 25 A69-1303-555 17 2016-03-17 02:16:00 26 -#> 13 25 A69-1303-555 19 2016-03-17 02:18:00 26 -#> 14 25 A69-1303-555 21 2016-03-17 02:20:00 26 -#> 15 25 A69-1303-555 22 2016-03-17 02:22:00 26 -#> 16 25 A69-1303-555 23 2016-03-17 02:24:00 26 -#> 17 25 A69-1303-555 24 2016-03-17 02:30:00 26 -#> 18 25 A69-1303-555 25 2016-03-17 02:32:00 26 -#> 19 25 A69-1303-555 26 2016-03-17 02:52:00 21 -#> 20 25 A69-1303-555 27 2016-03-17 02:54:00 26 -#> 21 25 A69-1303-555 28 2016-03-17 02:56:00 26 -#> 22 25 A69-1303-555 29 2016-03-17 02:56:00 21 -#> 23 25 A69-1303-555 31 2016-03-17 02:58:00 21 -#> 24 25 A69-1303-555 33 2016-03-17 03:00:00 21 -#> 25 25 A69-1303-555 34 2016-03-17 03:02:00 21 -#> 26 25 A69-1303-555 35 2016-03-17 03:04:00 21 -#> 27 25 A69-1303-555 37 2016-03-17 03:06:00 21 -#> 28 25 A69-1303-555 39 2016-03-17 03:08:00 21 -#> 29 25 A69-1303-555 42 2016-03-17 03:10:00 21 -#> 30 25 A69-1303-555 44 2016-03-17 03:12:00 21 -#> 31 25 A69-1303-555 46 2016-03-17 03:16:00 21 -#> 32 25 A69-1303-555 48 2016-03-17 03:18:00 21 -#> 33 25 A69-1303-555 49 2016-03-17 03:20:00 21 -#> 34 25 A69-1303-555 51 2016-03-17 03:22:00 21 -#> 35 25 A69-1303-555 54 2016-03-17 03:24:00 21 -#> 36 25 A69-1303-555 55 2016-03-17 03:26:00 21 -#> 37 25 A69-1303-555 57 2016-03-17 03:28:00 21 -#> 38 25 A69-1303-555 59 2016-03-17 03:30:00 21 -#> 39 25 A69-1303-555 60 2016-03-17 03:32:00 21 -#> 40 25 A69-1303-555 62 2016-03-17 03:36:00 21 -#> 41 25 A69-1303-555 64 2016-03-17 03:38:00 21 -#> 42 25 A69-1303-555 66 2016-03-17 03:40:00 21 -#> 43 25 A69-1303-555 67 2016-03-17 03:42:00 26 -#> 44 25 A69-1303-555 68 2016-03-17 03:44:00 26 -#> 45 25 A69-1303-555 69 2016-03-17 03:46:00 26 -#> 46 25 A69-1303-555 71 2016-03-17 03:48:00 26 -#> 47 25 A69-1303-555 73 2016-03-17 03:50:00 26 -#> 48 25 A69-1303-555 74 2016-03-17 03:54:00 26 -#> 49 25 A69-1303-555 75 2016-03-17 04:04:00 26 -#> 50 25 A69-1303-555 77 2016-03-17 04:06:00 26 -#> 51 25 A69-1303-555 78 2016-03-17 04:08:00 26 -#> 52 25 A69-1303-555 79 2016-03-17 04:08:00 21 -#> 53 25 A69-1303-555 80 2016-03-17 04:12:00 21 -#> 54 25 A69-1303-555 81 2016-03-17 04:32:00 26 -#> 55 25 A69-1303-555 82 2016-03-17 04:34:00 26 -#> 56 25 A69-1303-555 83 2016-03-17 04:38:00 26 -#> 57 25 A69-1303-555 84 2016-03-17 04:44:00 26 -#> 58 25 A69-1303-555 85 2016-03-17 04:48:00 26 -#> 59 25 A69-1303-555 86 2016-03-17 04:50:00 26 -#> 60 25 A69-1303-555 87 2016-03-17 04:54:00 26 -#> 61 25 A69-1303-555 88 2016-03-17 04:56:00 26 -#> 62 25 A69-1303-555 90 2016-03-17 04:58:00 26 -#> 63 25 A69-1303-555 92 2016-03-17 05:00:00 26 -#> 64 25 A69-1303-555 94 2016-03-17 05:02:00 26 -#> 65 25 A69-1303-555 96 2016-03-17 05:04:00 26 -#> 66 25 A69-1303-555 97 2016-03-17 05:06:00 26 -#> 67 25 A69-1303-555 99 2016-03-17 05:06:00 31 -#> 68 25 A69-1303-555 100 2016-03-17 05:08:00 26 -#> 69 25 A69-1303-555 102 2016-03-17 05:10:00 31 -#> 70 25 A69-1303-555 103 2016-03-17 05:10:00 26 -#> 71 25 A69-1303-555 105 2016-03-17 05:12:00 26 -#> 72 25 A69-1303-555 107 2016-03-17 05:14:00 26 -#> 73 25 A69-1303-555 109 2016-03-17 05:16:00 26 -#> 74 25 A69-1303-555 111 2016-03-17 05:18:00 26 -#> 75 25 A69-1303-555 112 2016-03-17 05:20:00 31 -#> 76 25 A69-1303-555 113 2016-03-17 05:20:00 26 -#> 77 25 A69-1303-555 116 2016-03-17 05:22:00 26 -#> 78 25 A69-1303-555 117 2016-03-17 05:24:00 26 -#> 79 25 A69-1303-555 119 2016-03-17 05:26:00 26 -#> 80 25 A69-1303-555 120 2016-03-17 05:28:00 26 -#> 81 25 A69-1303-555 121 2016-03-17 05:30:00 26 -#> 82 25 A69-1303-555 123 2016-03-17 05:32:00 26 -#> 83 25 A69-1303-555 125 2016-03-17 05:34:00 26 -#> 84 25 A69-1303-555 127 2016-03-17 05:36:00 26 -#> 85 25 A69-1303-555 129 2016-03-17 05:38:00 26 -#> 86 25 A69-1303-555 131 2016-03-17 05:40:00 26 -#> 87 25 A69-1303-555 132 2016-03-17 08:36:00 26 -#> 88 25 A69-1303-555 133 2016-03-17 08:40:00 26 -#> 89 25 A69-1303-555 134 2016-03-17 08:42:00 26 -#> 90 25 A69-1303-555 136 2016-03-17 08:44:00 26 -#> 91 25 A69-1303-555 137 2016-03-17 08:46:00 26 -#> 92 25 A69-1303-555 138 2016-03-17 08:50:00 26 -#> 93 25 A69-1303-555 139 2016-03-17 08:50:00 31 -#> 94 25 A69-1303-555 142 2016-03-17 08:52:00 26 -#> 95 25 A69-1303-555 144 2016-03-17 08:52:00 31 -#> 96 25 A69-1303-555 146 2016-03-17 08:54:00 31 -#> 97 25 A69-1303-555 147 2016-03-17 08:54:00 26 -#> 98 25 A69-1303-555 148 2016-03-17 08:58:00 31 -#> 99 25 A69-1303-555 149 2016-03-17 08:58:00 26 -#> 100 25 A69-1303-555 151 2016-03-17 09:00:00 26 -#> 101 25 A69-1303-555 152 2016-03-17 09:00:00 31 -#> 102 25 A69-1303-555 154 2016-03-17 09:02:00 26 -#> 103 25 A69-1303-555 155 2016-03-21 21:06:00 26 -#> 104 25 A69-1303-555 156 2016-03-21 21:08:00 26 -#> 105 25 A69-1303-555 157 2016-03-21 22:20:00 26 -#> 106 25 A69-1303-555 158 2016-03-21 22:24:00 26 -#> 107 25 A69-1303-555 159 2016-03-21 22:26:00 26 -#> 108 25 A69-1303-555 161 2016-03-21 22:28:00 26 -#> 109 25 A69-1303-555 162 2016-03-21 22:34:00 26 -#> 110 25 A69-1303-555 163 2016-03-21 22:36:00 26 -#> 111 25 A69-1303-555 165 2016-03-21 22:38:00 26 -#> 112 25 A69-1303-555 166 2016-03-21 22:40:00 26 -#> 113 25 A69-1303-555 167 2016-03-21 22:42:00 26 -#> 114 25 A69-1303-555 168 2016-03-21 22:44:00 26 -#> 115 25 A69-1303-555 169 2016-03-21 22:46:00 26 -#> 116 25 A69-1303-555 171 2016-03-21 22:48:00 26 -#> 117 25 A69-1303-555 173 2016-03-21 22:50:00 26 -#> 118 25 A69-1303-555 175 2016-03-21 22:52:00 26 -#> 119 25 A69-1303-555 176 2016-03-21 22:54:00 26 -#> 120 25 A69-1303-555 177 2016-03-21 22:56:00 26 -#> 121 25 A69-1303-555 180 2016-03-21 23:00:00 26 -#> 122 25 A69-1303-555 181 2016-03-21 23:04:00 26 -#> 123 25 A69-1303-555 182 2016-03-21 23:06:00 26 -#> 124 25 A69-1303-555 183 2016-03-21 23:08:00 26 -#> 125 25 A69-1303-555 184 2016-03-22 05:28:00 26 -#> 126 25 A69-1303-555 185 2016-03-22 05:30:00 26 -#> 127 25 A69-1303-555 186 2016-03-22 05:36:00 26 -#> 128 25 A69-1303-555 187 2016-03-22 05:40:00 26 -#> 129 25 A69-1303-555 188 2016-03-22 05:42:00 26 -#> 130 25 A69-1303-555 190 2016-03-22 05:44:00 26 -#> 131 25 A69-1303-555 191 2016-03-22 05:48:00 26 -#> 132 25 A69-1303-555 192 2016-03-22 05:50:00 26 -#> 133 25 A69-1303-555 193 2016-03-22 05:52:00 26 -#> 134 25 A69-1303-555 194 2016-03-22 07:36:00 26 -#> 135 25 A69-1303-555 195 2016-03-22 07:44:00 26 -#> 136 25 A69-1303-555 196 2016-03-22 08:20:00 26 -#> 137 25 A69-1303-555 197 2016-03-22 08:22:00 26 -#> 138 25 A69-1303-555 198 2016-03-22 08:24:00 26 -#> 139 25 A69-1303-555 200 2016-03-22 08:26:00 26 -#> 140 25 A69-1303-555 201 2016-03-22 08:28:00 26 -#> 141 25 A69-1303-555 202 2016-03-22 08:30:00 26 -#> 142 25 A69-1303-555 204 2016-03-23 22:42:00 11 -#> 143 25 A69-1303-555 205 2016-03-23 22:44:00 11 -#> 144 25 A69-1303-555 206 2016-03-23 22:46:00 11 -#> 145 25 A69-1303-555 207 2016-03-23 22:48:00 11 -#> 146 25 A69-1303-555 209 2016-03-23 23:26:00 11 -#> 147 25 A69-1303-555 211 2016-03-23 23:30:00 11 -#> 148 25 A69-1303-555 212 2016-03-23 23:40:00 11 -#> 149 25 A69-1303-555 213 2016-03-23 23:44:00 11 -#> 150 25 A69-1303-555 214 2016-03-23 23:46:00 11 -#> 151 25 A69-1303-555 216 2016-03-23 23:50:00 11 -#> 152 25 A69-1303-555 217 2016-03-23 23:52:00 11 -#> 153 25 A69-1303-555 219 2016-03-23 23:54:00 11 -#> 154 25 A69-1303-555 221 2016-03-23 23:56:00 11 -#> 155 25 A69-1303-555 223 2016-03-23 23:58:00 11 -#> 156 25 A69-1303-555 225 2016-03-24 00:00:00 11 -#> 157 25 A69-1303-555 227 2016-03-24 00:02:00 11 -#> 158 25 A69-1303-555 228 2016-03-24 00:04:00 11 -#> 159 25 A69-1303-555 230 2016-03-24 00:06:00 11 -#> 160 25 A69-1303-555 231 2016-03-24 00:10:00 11 -#> 161 25 A69-1303-555 232 2016-03-24 00:12:00 11 -#> 162 25 A69-1303-555 233 2016-03-24 00:20:00 11 -#> 163 25 A69-1303-555 234 2016-03-24 00:22:00 11 -#> 164 25 A69-1303-555 236 2016-03-24 00:24:00 11 -#> 165 25 A69-1303-555 237 2016-03-24 00:26:00 11 -#> 166 25 A69-1303-555 238 2016-03-24 00:28:00 11 -#> 167 25 A69-1303-555 240 2016-03-24 00:30:00 11 -#> 168 25 A69-1303-555 242 2016-03-24 00:40:00 11 -#> 169 25 A69-1303-555 244 2016-03-24 00:42:00 11 -#> 170 25 A69-1303-555 245 2016-03-24 00:44:00 11 -#> 171 25 A69-1303-555 247 2016-03-24 00:46:00 11 -#> 172 25 A69-1303-555 249 2016-03-24 00:48:00 11 -#> 173 25 A69-1303-555 250 2016-03-24 00:50:00 11 -#> 174 25 A69-1303-555 252 2016-03-24 00:52:00 11 -#> 175 25 A69-1303-555 253 2016-03-24 00:54:00 11 -#> 176 25 A69-1303-555 255 2016-03-24 00:56:00 11 -#> 177 25 A69-1303-555 257 2016-03-24 00:58:00 11 -#> 178 25 A69-1303-555 260 2016-03-24 01:00:00 11 -#> 179 25 A69-1303-555 261 2016-03-24 01:02:00 11 -#> 180 25 A69-1303-555 263 2016-03-24 01:04:00 11 -#> 181 25 A69-1303-555 265 2016-03-24 01:20:00 11 -#> 182 25 A69-1303-555 266 2016-03-24 01:26:00 11 -#> 183 25 A69-1303-555 267 2016-03-24 01:34:00 11 -#> 184 25 A69-1303-555 268 2016-03-24 01:46:00 11 -#> 185 25 A69-1303-555 269 2016-03-24 01:56:00 11 -#> 186 25 A69-1303-555 270 2016-03-24 02:06:00 11 -#> 187 25 A69-1303-555 271 2016-03-24 17:40:00 14 -#> 188 25 A69-1303-555 273 2016-03-24 17:42:00 14 -#> 189 25 A69-1303-555 274 2016-03-24 17:44:00 14 -#> 190 25 A69-1303-555 276 2016-03-24 17:46:00 14 -#> 191 25 A69-1303-555 277 2016-03-24 17:48:00 14 -#> 192 25 A69-1303-555 278 2016-03-24 17:50:00 14 -#> 193 25 A69-1303-555 280 2016-03-24 17:52:00 14 -#> 194 25 A69-1303-555 281 2016-03-24 17:54:00 14 -#> 195 25 A69-1303-555 282 2016-03-24 17:56:00 14 -#> 196 25 A69-1303-555 283 2016-03-24 17:58:00 14 -#> 197 25 A69-1303-555 285 2016-03-24 18:00:00 14 -#> 198 25 A69-1303-555 288 2016-03-24 18:02:00 14 -#> 199 25 A69-1303-555 290 2016-03-24 18:04:00 14 -#> 200 25 A69-1303-555 292 2016-03-24 18:08:00 14 -#> 201 25 A69-1303-555 293 2016-03-24 18:14:00 14 -#> 202 25 A69-1303-555 294 2016-03-24 18:16:00 14 -#> 203 25 A69-1303-555 295 2016-03-24 18:18:00 14 -#> 204 25 A69-1303-555 297 2016-03-24 18:20:00 14 -#> 205 25 A69-1303-555 299 2016-03-24 18:22:00 14 -#> 206 25 A69-1303-555 301 2016-03-24 18:24:00 14 -#> 207 25 A69-1303-555 303 2016-03-24 18:26:00 14 -#> 208 25 A69-1303-555 304 2016-03-24 18:28:00 14 -#> 209 25 A69-1303-555 306 2016-03-24 18:30:00 14 -#> 210 25 A69-1303-555 307 2016-03-24 18:34:00 14 -#> 211 25 A69-1303-555 308 2016-03-24 18:36:00 14 -#> 212 25 A69-1303-555 309 2016-03-24 18:38:00 14 -#> 213 25 A69-1303-555 310 2016-03-25 03:00:00 23 -#> 214 25 A69-1303-555 312 2016-03-25 08:56:00 14 -#> 215 25 A69-1303-555 313 2016-03-25 09:02:00 14 -#> 216 25 A69-1303-555 314 2016-03-25 09:06:00 14 -#> 217 25 A69-1303-555 315 2016-03-25 09:08:00 14 -#> 218 25 A69-1303-555 317 2016-03-25 09:10:00 14 -#> 219 25 A69-1303-555 318 2016-03-25 09:12:00 14 -#> 220 25 A69-1303-555 320 2016-03-25 09:14:00 14 -#> 221 25 A69-1303-555 321 2016-03-25 09:16:00 14 -#> 222 25 A69-1303-555 323 2016-03-25 09:18:00 14 -#> 223 25 A69-1303-555 324 2016-03-25 09:20:00 14 -#> 224 25 A69-1303-555 325 2016-03-25 09:24:00 14 -#> 225 25 A69-1303-555 327 2016-03-25 09:26:00 14 -#> 226 25 A69-1303-555 329 2016-03-25 09:28:00 14 -#> 227 25 A69-1303-555 331 2016-03-25 09:30:00 14 -#> 228 25 A69-1303-555 332 2016-03-25 09:32:00 14 -#> 229 25 A69-1303-555 334 2016-03-25 09:34:00 14 -#> 230 25 A69-1303-555 335 2016-03-25 09:36:00 14 -#> 231 25 A69-1303-555 336 2016-03-27 20:18:00 11 -#> 232 25 A69-1303-555 338 2016-03-27 20:20:00 11 -#> 233 25 A69-1303-555 339 2016-03-27 20:22:00 11 -#> 234 25 A69-1303-555 342 2016-03-27 20:24:00 11 -#> 235 25 A69-1303-555 344 2016-03-27 20:26:00 11 -#> 236 25 A69-1303-555 345 2016-03-27 23:04:00 18 -#> 237 25 A69-1303-555 346 2016-03-27 23:06:00 18 -#> 238 25 A69-1303-555 347 2016-03-27 23:14:00 18 -#> 239 25 A69-1303-555 349 2016-03-27 23:16:00 18 -#> 240 25 A69-1303-555 351 2016-03-27 23:20:00 18 -#> 241 25 A69-1303-555 352 2016-03-28 11:22:00 26 -#> 242 25 A69-1303-555 353 2016-03-28 11:24:00 21 -#> 243 25 A69-1303-555 354 2016-03-28 11:24:00 26 -#> 244 25 A69-1303-555 357 2016-03-28 11:26:00 21 -#> 245 25 A69-1303-555 358 2016-03-28 11:26:00 26 -#> 246 25 A69-1303-555 360 2016-03-28 11:28:00 21 -#> 247 25 A69-1303-555 361 2016-03-28 11:28:00 26 -#> 248 25 A69-1303-555 362 2016-03-28 11:30:00 21 -#> 249 25 A69-1303-555 364 2016-03-28 11:30:00 26 -#> 250 25 A69-1303-555 368 2016-03-28 11:32:00 26 -#> 251 25 A69-1303-555 369 2016-03-28 11:32:00 21 -#> 252 25 A69-1303-555 370 2016-03-28 11:34:00 21 -#> 253 25 A69-1303-555 373 2016-03-28 11:36:00 21 -#> 254 25 A69-1303-555 374 2016-03-28 11:38:00 21 -#> 255 25 A69-1303-555 375 2016-03-28 11:38:00 26 -#> 256 25 A69-1303-555 376 2016-03-28 11:40:00 21 -#> 257 25 A69-1303-555 377 2016-03-28 11:40:00 26 -#> 258 25 A69-1303-555 380 2016-03-28 11:42:00 26 -#> 259 25 A69-1303-555 382 2016-03-28 11:44:00 21 -#> 260 25 A69-1303-555 383 2016-03-28 11:44:00 26 -#> 261 25 A69-1303-555 384 2016-03-28 11:46:00 26 -#> 262 25 A69-1303-555 386 2016-03-28 11:48:00 26 -#> 263 25 A69-1303-555 387 2016-03-28 11:48:00 21 -#> 264 25 A69-1303-555 389 2016-03-28 11:50:00 26 -#> 265 25 A69-1303-555 390 2016-03-28 11:50:00 21 -#> 266 25 A69-1303-555 391 2016-03-28 11:52:00 26 -#> 267 25 A69-1303-555 392 2016-03-28 11:52:00 21 -#> 268 25 A69-1303-555 394 2016-03-28 11:54:00 26 -#> 269 25 A69-1303-555 395 2016-03-28 11:54:00 21 -#> 270 25 A69-1303-555 397 2016-03-28 11:56:00 21 -#> 271 25 A69-1303-555 398 2016-03-28 11:56:00 26 -#> 272 25 A69-1303-555 400 2016-03-28 11:58:00 26 -#> 273 25 A69-1303-555 401 2016-03-28 12:00:00 21 -#> 274 25 A69-1303-555 402 2016-03-28 12:00:00 26 -#> 275 25 A69-1303-555 404 2016-03-28 12:02:00 26 -#> 276 25 A69-1303-555 405 2016-03-28 12:02:00 21 -#> 277 25 A69-1303-555 407 2016-03-28 12:04:00 26 -#> 278 25 A69-1303-555 409 2016-03-28 12:04:00 21 -#> 279 25 A69-1303-555 411 2016-03-28 12:06:00 26 -#> 280 25 A69-1303-555 412 2016-03-28 12:08:00 21 -#> 281 25 A69-1303-555 413 2016-03-28 12:08:00 26 -#> 282 25 A69-1303-555 415 2016-03-28 12:10:00 26 -#> 283 25 A69-1303-555 416 2016-03-28 12:12:00 26 -#> 284 25 A69-1303-555 418 2016-03-28 12:12:00 21 -#> 285 25 A69-1303-555 419 2016-03-28 12:14:00 26 -#> 286 25 A69-1303-555 420 2016-03-28 12:14:00 21 -#> 287 25 A69-1303-555 424 2016-03-28 12:16:00 21 -#> 288 25 A69-1303-555 425 2016-03-28 12:16:00 26 -#> 289 25 A69-1303-555 427 2016-03-28 12:18:00 26 -#> 290 25 A69-1303-555 429 2016-03-28 12:20:00 26 -#> 291 25 A69-1303-555 431 2016-03-28 12:22:00 26 -#> 292 25 A69-1303-555 433 2016-03-28 12:24:00 26 -#> 293 25 A69-1303-555 434 2016-03-28 12:24:00 21 -#> 294 25 A69-1303-555 436 2016-03-28 12:26:00 26 -#> 295 25 A69-1303-555 438 2016-03-28 12:28:00 26 -#> 296 25 A69-1303-555 440 2016-03-28 12:30:00 26 -#> 297 25 A69-1303-555 442 2016-03-28 12:38:00 26 -#> 298 25 A69-1303-555 444 2016-03-28 12:40:00 26 -#> 299 25 A69-1303-555 445 2016-03-28 12:44:00 26 -#> 300 25 A69-1303-555 446 2016-03-28 12:46:00 26 -#> 301 25 A69-1303-555 448 2016-03-28 12:48:00 26 -#> 302 25 A69-1303-555 449 2016-03-28 12:54:00 26 -#> 303 25 A69-1303-555 450 2016-03-28 13:02:00 26 -#> 304 25 A69-1303-555 451 2016-03-28 13:04:00 26 -#> 305 25 A69-1303-555 452 2016-03-28 13:06:00 26 -#> 306 25 A69-1303-555 453 2016-03-28 13:08:00 26 -#> 307 25 A69-1303-555 454 2016-03-28 13:10:00 26 -#> 308 25 A69-1303-555 455 2016-03-28 13:12:00 26 -#> 309 25 A69-1303-555 457 2016-03-28 13:14:00 26 -#> 310 25 A69-1303-555 459 2016-03-28 13:16:00 31 -#> 311 25 A69-1303-555 460 2016-03-28 13:16:00 26 -#> 312 25 A69-1303-555 463 2016-03-28 13:18:00 26 -#> 313 25 A69-1303-555 464 2016-03-28 13:20:00 26 -#> 314 25 A69-1303-555 466 2016-03-28 13:22:00 26 -#> 315 25 A69-1303-555 468 2016-03-28 13:24:00 26 -#> 316 25 A69-1303-555 470 2016-03-28 13:26:00 26 -#> 317 25 A69-1303-555 472 2016-03-28 13:28:00 26 -#> 318 25 A69-1303-555 473 2016-03-28 13:30:00 26 -#> 319 25 A69-1303-555 475 2016-03-28 13:32:00 26 -#> 320 25 A69-1303-555 476 2016-03-28 13:36:00 26 -#> 321 25 A69-1303-555 477 2016-03-28 13:38:00 26 -#> 322 25 A69-1303-555 479 2016-03-28 13:40:00 26 -#> 323 25 A69-1303-555 481 2016-03-28 13:42:00 26 -#> 324 25 A69-1303-555 483 2016-03-28 13:44:00 26 -#> 325 25 A69-1303-555 485 2016-03-28 13:46:00 26 -#> 326 25 A69-1303-555 487 2016-03-28 13:48:00 26 -#> 327 25 A69-1303-555 489 2016-03-28 13:50:00 26 -#> 328 25 A69-1303-555 490 2016-03-28 13:52:00 26 -#> 329 25 A69-1303-555 491 2016-03-28 13:54:00 26 -#> 330 25 A69-1303-555 492 2016-03-28 17:32:00 26 -#> 331 25 A69-1303-555 493 2016-03-28 17:36:00 26 -#> 332 25 A69-1303-555 494 2016-03-28 17:40:00 26 -#> 333 25 A69-1303-555 495 2016-03-28 17:46:00 26 -#> 334 25 A69-1303-555 496 2016-03-28 18:20:00 26 -#> 335 25 A69-1303-555 497 2016-03-28 18:22:00 26 -#> 336 25 A69-1303-555 498 2016-03-28 18:26:00 26 -#> 337 25 A69-1303-555 499 2016-03-28 18:44:00 26 -#> 338 25 A69-1303-555 500 2016-03-28 18:46:00 26 -#> 339 25 A69-1303-555 501 2016-03-28 23:00:00 3 -#> 340 25 A69-1303-555 502 2016-03-28 23:04:00 3 -#> 341 25 A69-1303-555 505 2016-03-28 23:06:00 3 -#> 342 25 A69-1303-555 506 2016-03-28 23:34:00 3 -#> 343 25 A69-1303-555 508 2016-03-28 23:36:00 3 -#> 344 25 A69-1303-555 509 2016-03-28 23:40:00 3 -#> 345 25 A69-1303-555 511 2016-03-28 23:44:00 3 -#> 346 25 A69-1303-555 512 2016-03-29 00:10:00 3 -#> 347 25 A69-1303-555 513 2016-03-29 00:12:00 3 -#> 348 25 A69-1303-555 514 2016-03-29 00:16:00 3 -#> 349 25 A69-1303-555 515 2016-03-29 00:18:00 3 -#> 350 25 A69-1303-555 517 2016-03-29 00:20:00 3 -#> 351 25 A69-1303-555 519 2016-03-29 00:22:00 3 -#> 352 25 A69-1303-555 521 2016-03-29 00:26:00 3 -#> 353 25 A69-1303-555 524 2016-03-29 00:28:00 3 -#> 354 25 A69-1303-555 525 2016-03-29 00:30:00 3 -#> 355 25 A69-1303-555 527 2016-03-29 00:34:00 3 -#> 356 25 A69-1303-555 528 2016-03-29 00:36:00 3 -#> 357 25 A69-1303-555 529 2016-03-29 00:38:00 3 -#> 358 25 A69-1303-555 530 2016-03-29 00:44:00 3 -#> 359 25 A69-1303-555 532 2016-03-29 00:46:00 3 -#> 360 25 A69-1303-555 533 2016-03-29 00:48:00 3 -#> 361 25 A69-1303-555 534 2016-03-29 01:02:00 3 -#> 362 25 A69-1303-555 535 2016-03-29 01:04:00 3 -#> 363 25 A69-1303-555 536 2016-03-29 01:06:00 3 -#> 364 25 A69-1303-555 538 2016-03-29 01:08:00 3 -#> 365 25 A69-1303-555 540 2016-03-29 01:10:00 3 -#> 366 25 A69-1303-555 543 2016-03-29 01:12:00 3 -#> 367 25 A69-1303-555 544 2016-03-29 01:14:00 3 -#> 368 25 A69-1303-555 546 2016-03-29 01:18:00 3 -#> 369 25 A69-1303-555 547 2016-03-29 01:20:00 3 -#> 370 25 A69-1303-555 548 2016-03-29 01:22:00 3 -#> 371 25 A69-1303-555 550 2016-03-29 01:24:00 3 -#> 372 25 A69-1303-555 551 2016-03-29 01:26:00 3 -#> 373 25 A69-1303-555 554 2016-03-29 01:28:00 3 -#> 374 25 A69-1303-555 555 2016-03-29 01:30:00 3 -#> 375 25 A69-1303-555 558 2016-03-29 01:32:00 3 -#> 376 25 A69-1303-555 559 2016-03-29 01:36:00 3 -#> 377 25 A69-1303-555 561 2016-03-29 01:38:00 3 -#> 378 25 A69-1303-555 563 2016-03-29 01:40:00 9 -#> 379 25 A69-1303-555 564 2016-03-29 01:42:00 3 -#> 380 25 A69-1303-555 565 2016-03-29 01:42:00 9 -#> 381 25 A69-1303-555 567 2016-03-29 01:44:00 3 -#> 382 25 A69-1303-555 568 2016-03-29 01:44:00 9 -#> 383 25 A69-1303-555 570 2016-03-29 01:46:00 9 -#> 384 25 A69-1303-555 571 2016-03-29 01:46:00 3 -#> 385 25 A69-1303-555 573 2016-03-29 01:48:00 9 -#> 386 25 A69-1303-555 574 2016-03-29 01:50:00 9 -#> 387 25 A69-1303-555 575 2016-03-29 01:52:00 9 -#> 388 25 A69-1303-555 576 2016-03-29 01:52:00 3 -#> 389 25 A69-1303-555 579 2016-03-29 01:54:00 3 -#> 390 25 A69-1303-555 580 2016-03-29 01:54:00 9 -#> 391 25 A69-1303-555 581 2016-03-29 01:56:00 3 -#> 392 25 A69-1303-555 582 2016-03-29 01:56:00 9 -#> 393 25 A69-1303-555 584 2016-03-29 01:58:00 9 -#> 394 25 A69-1303-555 586 2016-03-29 02:00:00 3 -#> 395 25 A69-1303-555 587 2016-03-29 02:00:00 9 -#> 396 25 A69-1303-555 589 2016-03-29 02:06:00 3 -#> 397 25 A69-1303-555 590 2016-03-29 02:10:00 3 -#> 398 25 A69-1303-555 591 2016-03-29 02:12:00 3 -#> 399 25 A69-1303-555 593 2016-03-29 02:14:00 3 -#> 400 25 A69-1303-555 595 2016-03-29 02:16:00 3 -#> 401 25 A69-1303-555 597 2016-03-29 02:18:00 3 -#> 402 25 A69-1303-555 599 2016-03-29 02:20:00 3 -#> 403 25 A69-1303-555 601 2016-03-29 02:22:00 3 -#> 404 25 A69-1303-555 603 2016-03-29 02:24:00 3 -#> 405 25 A69-1303-555 605 2016-03-29 02:26:00 3 -#> 406 25 A69-1303-555 606 2016-03-29 02:28:00 3 -#> 407 25 A69-1303-555 608 2016-03-29 02:30:00 3 -#> 408 25 A69-1303-555 610 2016-03-29 02:32:00 3 -#> 409 25 A69-1303-555 612 2016-03-29 02:34:00 3 -#> 410 25 A69-1303-555 614 2016-03-29 02:36:00 3 -#> 411 25 A69-1303-555 616 2016-03-29 02:38:00 3 -#> 412 25 A69-1303-555 618 2016-03-29 02:40:00 3 -#> 413 25 A69-1303-555 619 2016-03-29 02:42:00 3 -#> 414 25 A69-1303-555 620 2016-03-29 02:44:00 3 -#> 415 25 A69-1303-555 622 2016-03-29 02:44:00 9 -#> 416 25 A69-1303-555 623 2016-03-29 02:46:00 3 -#> 417 25 A69-1303-555 624 2016-03-29 02:46:00 9 -#> 418 25 A69-1303-555 627 2016-03-29 02:48:00 3 -#> 419 25 A69-1303-555 628 2016-03-29 02:50:00 3 -#> 420 25 A69-1303-555 629 2016-03-29 02:50:00 9 -#> 421 25 A69-1303-555 631 2016-03-29 02:52:00 3 -#> 422 25 A69-1303-555 632 2016-03-29 02:52:00 9 -#> 423 25 A69-1303-555 633 2016-03-29 02:54:00 3 -#> 424 25 A69-1303-555 634 2016-03-29 02:54:00 9 -#> 425 25 A69-1303-555 636 2016-03-29 02:56:00 3 -#> 426 25 A69-1303-555 637 2016-03-29 02:56:00 9 -#> 427 25 A69-1303-555 639 2016-03-29 02:58:00 3 -#> 428 25 A69-1303-555 641 2016-03-29 03:00:00 3 -#> 429 25 A69-1303-555 642 2016-03-29 03:02:00 3 -#> 430 25 A69-1303-555 643 2016-03-29 03:04:00 3 -#> 431 25 A69-1303-555 644 2016-03-29 03:06:00 3 -#> 432 25 A69-1303-555 646 2016-03-29 03:08:00 3 -#> 433 25 A69-1303-555 648 2016-03-29 03:10:00 3 -#> 434 25 A69-1303-555 649 2016-03-29 03:12:00 3 -#> 435 25 A69-1303-555 650 2016-03-29 03:16:00 3 -#> 436 25 A69-1303-555 651 2016-03-29 03:18:00 3 -#> 437 25 A69-1303-555 652 2016-03-29 03:24:00 3 -#> 438 25 A69-1303-555 653 2016-03-29 03:26:00 3 -#> 439 25 A69-1303-555 654 2016-03-29 03:30:00 3 -#> 440 25 A69-1303-555 655 2016-03-29 13:08:00 3 -#> 441 25 A69-1303-555 656 2016-03-29 13:10:00 3 -#> 442 25 A69-1303-555 657 2016-03-29 13:14:00 3 -#> 443 25 A69-1303-555 658 2016-03-29 13:16:00 3 -#> 444 25 A69-1303-555 660 2016-03-29 13:20:00 3 -#> 445 25 A69-1303-555 661 2016-03-29 13:26:00 3 -#> 446 25 A69-1303-555 662 2016-03-29 13:30:00 3 -#> 447 25 A69-1303-555 663 2016-03-29 13:32:00 3 -#> 448 25 A69-1303-555 665 2016-03-29 13:34:00 3 -#> 449 25 A69-1303-555 667 2016-03-29 13:38:00 3 -#> 450 25 A69-1303-555 669 2016-03-29 13:42:00 3 -#> 451 25 A69-1303-555 670 2016-03-29 13:44:00 3 -#> 452 25 A69-1303-555 673 2016-03-29 13:46:00 3 -#> 453 25 A69-1303-555 675 2016-03-29 13:48:00 3 -#> 454 25 A69-1303-555 678 2016-03-29 13:52:00 3 -#> 455 25 A69-1303-555 679 2016-03-29 13:54:00 3 -#> 456 25 A69-1303-555 680 2016-03-29 13:56:00 3 -#> 457 25 A69-1303-555 681 2016-03-29 13:58:00 3 -#> 458 25 A69-1303-555 682 2016-03-29 14:02:00 3 -#> 459 25 A69-1303-555 683 2016-03-29 14:04:00 3 -#> 460 25 A69-1303-555 684 2016-03-29 14:08:00 3 -#> 461 25 A69-1303-555 685 2016-03-29 14:10:00 3 -#> 462 25 A69-1303-555 686 2016-03-29 14:12:00 3 -#> 463 25 A69-1303-555 687 2016-03-29 14:16:00 3 -#> 464 25 A69-1303-555 688 2016-03-29 14:20:00 3 -#> 465 25 A69-1303-555 689 2016-03-29 14:22:00 3 -#> 466 25 A69-1303-555 690 2016-03-29 14:28:00 3 -#> 467 25 A69-1303-555 691 2016-03-29 14:32:00 3 -#> 468 25 A69-1303-555 693 2016-03-29 14:34:00 3 -#> 469 25 A69-1303-555 694 2016-03-29 14:36:00 3 -#> 470 25 A69-1303-555 695 2016-03-29 14:38:00 3 -#> 471 25 A69-1303-555 697 2016-03-29 14:40:00 3 -#> 472 25 A69-1303-555 699 2016-03-29 14:42:00 3 -#> 473 25 A69-1303-555 700 2016-03-29 14:44:00 3 -#> 474 25 A69-1303-555 702 2016-03-29 14:46:00 3 -#> 475 25 A69-1303-555 704 2016-03-29 14:48:00 3 -#> 476 25 A69-1303-555 706 2016-03-29 14:50:00 3 -#> 477 25 A69-1303-555 708 2016-03-29 14:52:00 3 -#> 478 25 A69-1303-555 710 2016-03-29 14:54:00 3 -#> 479 25 A69-1303-555 711 2016-03-29 14:56:00 3 -#> 480 25 A69-1303-555 712 2016-03-29 15:12:00 3 -#> 481 25 A69-1303-555 713 2016-03-29 15:16:00 3 -#> 482 25 A69-1303-555 714 2016-03-29 15:18:00 3 -#> 483 25 A69-1303-555 715 2016-03-29 15:20:00 3 -#> 484 25 A69-1303-555 716 2016-03-29 15:22:00 3 -#> 485 25 A69-1303-555 718 2016-03-29 15:24:00 3 -#> 486 25 A69-1303-555 719 2016-03-29 15:26:00 3 -#> 487 25 A69-1303-555 721 2016-03-29 15:28:00 3 -#> 488 25 A69-1303-555 723 2016-03-29 15:30:00 3 -#> 489 25 A69-1303-555 724 2016-03-29 15:32:00 3 -#> 490 25 A69-1303-555 725 2016-03-29 15:36:00 3 -#> 491 25 A69-1303-555 726 2016-03-29 15:38:00 3 -#> 492 25 A69-1303-555 728 2016-03-29 16:02:00 9 -#> 493 25 A69-1303-555 729 2016-03-29 16:06:00 9 -#> 494 25 A69-1303-555 730 2016-03-29 16:08:00 9 -#> 495 25 A69-1303-555 731 2016-03-29 16:08:00 3 -#> 496 25 A69-1303-555 732 2016-03-29 16:10:00 3 -#> 497 25 A69-1303-555 733 2016-03-29 16:14:00 3 -#> 498 25 A69-1303-555 735 2016-03-29 16:18:00 3 -#> 499 25 A69-1303-555 736 2016-03-29 16:24:00 3 -#> 500 25 A69-1303-555 738 2016-04-01 07:34:00 26 -#> 501 25 A69-1303-555 739 2016-04-01 07:36:00 26 -#> 502 25 A69-1303-555 740 2016-04-01 07:38:00 26 -#> 503 25 A69-1303-555 742 2016-04-01 08:32:00 26 -#> 504 25 A69-1303-555 743 2016-04-01 08:34:00 26 -#> 505 25 A69-1303-555 744 2016-04-01 08:54:00 26 -#> 506 25 A69-1303-555 745 2016-04-01 09:56:00 26 -#> 507 25 A69-1303-555 746 2016-04-01 10:02:00 26 -#> 508 25 A69-1303-555 747 2016-04-01 10:04:00 26 -#> 509 25 A69-1303-555 749 2016-04-01 10:06:00 26 -#> 510 25 A69-1303-555 751 2016-04-01 10:08:00 26 -#> 511 25 A69-1303-555 753 2016-04-01 10:12:00 26 -#> 512 25 A69-1303-555 755 2016-04-01 10:14:00 26 -#> 513 25 A69-1303-555 757 2016-04-01 10:16:00 26 -#> 514 25 A69-1303-555 758 2016-04-01 10:18:00 26 -#> 515 25 A69-1303-555 760 2016-04-01 10:20:00 26 -#> 516 25 A69-1303-555 761 2016-04-01 10:24:00 26 -#> 517 25 A69-1303-555 763 2016-04-01 10:26:00 26 -#> 518 25 A69-1303-555 765 2016-04-01 10:30:00 26 -#> 519 25 A69-1303-555 766 2016-04-01 10:36:00 26 -#> 520 25 A69-1303-555 767 2016-04-01 10:38:00 26 -#> 521 25 A69-1303-555 768 2016-04-01 10:40:00 26 -#> 522 25 A69-1303-555 769 2016-04-01 10:44:00 26 -#> 523 25 A69-1303-555 770 2016-04-01 10:48:00 26 -#> 524 25 A69-1303-555 771 2016-04-01 11:54:00 26 -#> 525 25 A69-1303-555 773 2016-04-07 05:26:00 26 -#> 526 25 A69-1303-555 775 2016-04-07 05:28:00 26 -#> 527 25 A69-1303-555 776 2016-04-07 05:32:00 26 -#> 528 25 A69-1303-555 778 2016-04-07 05:34:00 26 -#> 529 25 A69-1303-555 779 2016-04-07 05:36:00 26 -#> 530 25 A69-1303-555 780 2016-04-07 06:38:00 26 -#> 531 25 A69-1303-555 782 2016-04-07 06:40:00 26 -#> 532 25 A69-1303-555 784 2016-04-07 06:42:00 26 -#> 533 25 A69-1303-555 785 2016-04-07 06:46:00 26 -#> 534 25 A69-1303-555 787 2016-04-07 06:48:00 26 -#> 535 25 A69-1303-555 789 2016-04-07 06:50:00 26 -#> 536 25 A69-1303-555 790 2016-04-07 06:52:00 26 -#> 537 25 A69-1303-555 792 2016-04-07 06:54:00 26 -#> 538 25 A69-1303-555 793 2016-04-07 06:58:00 26 -#> 539 25 A69-1303-555 795 2016-04-07 13:24:00 26 -#> 540 25 A69-1303-555 797 2016-04-12 01:58:00 26 -#> 541 25 A69-1303-555 798 2016-04-12 02:00:00 26 -#> 542 25 A69-1303-555 800 2016-04-12 02:02:00 26 -#> 543 25 A69-1303-555 801 2016-04-12 03:20:00 31 -#> 544 25 A69-1303-555 802 2016-04-12 03:22:00 31 -#> 545 25 A69-1303-555 803 2016-04-12 03:24:00 31 -#> 546 25 A69-1303-555 804 2016-04-12 03:30:00 26 -#> 547 25 A69-1303-555 805 2016-04-12 03:32:00 26 -#> 548 25 A69-1303-555 806 2016-04-16 06:36:00 26 -#> 549 25 A69-1303-555 808 2016-04-16 06:38:00 26 -#> 550 25 A69-1303-555 811 2016-04-16 06:40:00 26 -#> 551 25 A69-1303-555 812 2016-04-16 06:42:00 26 -#> 552 25 A69-1303-555 813 2016-04-16 07:00:00 26 -#> 553 25 A69-1303-555 814 2016-04-16 07:02:00 26 -#> 554 25 A69-1303-555 815 2016-04-16 07:06:00 26 -#> 555 25 A69-1303-555 816 2016-04-16 07:10:00 26 -#> 556 25 A69-1303-555 819 2016-04-16 07:12:00 26 -#> 557 25 A69-1303-555 821 2016-04-16 07:14:00 26 -#> 558 25 A69-1303-555 822 2016-04-16 07:16:00 26 -#> 559 25 A69-1303-555 823 2016-04-16 07:20:00 26 -#> 560 25 A69-1303-555 824 2016-04-16 07:24:00 26 -#> 561 25 A69-1303-555 825 2016-04-16 07:30:00 26 -#> 562 25 A69-1303-555 828 2016-04-16 07:32:00 26 -#> 563 25 A69-1303-555 830 2016-04-16 07:34:00 26 -#> 564 25 A69-1303-555 831 2016-04-16 07:36:00 26 -#> 565 25 A69-1303-555 833 2016-04-16 07:42:00 26 -#> 566 25 A69-1303-555 834 2016-04-16 07:44:00 26 -#> 567 25 A69-1303-555 836 2016-04-16 07:46:00 26 -#> 568 25 A69-1303-555 837 2016-04-16 08:04:00 26 -#> 569 25 A69-1303-555 838 2016-04-16 08:18:00 26 -#> 570 25 A69-1303-555 839 2016-04-16 08:20:00 26 -#> 571 25 A69-1303-555 840 2016-04-16 08:22:00 26 -#> 572 25 A69-1303-555 841 2016-04-16 08:26:00 26 -#> 573 25 A69-1303-555 842 2016-04-24 00:38:00 26 -#> 574 25 A69-1303-555 843 2016-04-24 00:46:00 26 -#> 575 25 A69-1303-555 845 2016-04-24 00:48:00 26 -#> 576 25 A69-1303-555 848 2016-04-24 00:50:00 26 -#> 577 25 A69-1303-555 849 2016-04-24 00:52:00 26 -#> 578 25 A69-1303-555 851 2016-04-24 00:54:00 26 -#> 579 25 A69-1303-555 852 2016-04-24 00:56:00 26 -#> 580 25 A69-1303-555 855 2016-04-24 00:58:00 31 -#> 581 25 A69-1303-555 856 2016-04-24 01:02:00 26 -#> 582 25 A69-1303-555 857 2016-04-24 01:10:00 26 -#> 583 25 A69-1303-555 858 2016-04-24 01:16:00 26 -#> 584 25 A69-1303-555 860 2016-04-24 01:18:00 26 -#> 585 25 A69-1303-555 861 2016-04-24 01:20:00 26 -#> 586 25 A69-1303-555 862 2016-04-24 01:20:00 31 -#> 587 25 A69-1303-555 863 2016-04-24 01:22:00 26 -#> 588 25 A69-1303-555 864 2016-04-24 01:24:00 26 -#> 589 25 A69-1303-555 865 2016-04-24 01:24:00 31 -#> 590 25 A69-1303-555 867 2016-04-24 01:26:00 26 -#> 591 25 A69-1303-555 869 2016-04-27 03:38:00 30 -#> 592 25 A69-1303-555 871 2016-04-28 03:18:00 26 -#> 593 25 A69-1303-555 873 2016-04-28 03:20:00 26 -#> 594 25 A69-1303-555 875 2016-04-28 03:22:00 26 -#> 595 25 A69-1303-555 877 2016-04-28 03:24:00 26 -#> 596 25 A69-1303-555 878 2016-04-28 03:26:00 26 -#> 597 25 A69-1303-555 880 2016-04-28 03:28:00 26 -#> 598 25 A69-1303-555 881 2016-04-28 03:30:00 26 -#> 599 25 A69-1303-555 883 2016-04-28 03:50:00 26 -#> 600 25 A69-1303-555 884 2016-04-28 04:02:00 26 -#> 601 25 A69-1303-555 885 2016-04-28 04:26:00 26 -#> 602 25 A69-1303-555 886 2016-04-28 04:28:00 26 -#> 603 25 A69-1303-555 887 2016-05-03 13:16:00 26 -#> 604 25 A69-1303-555 888 2016-05-03 13:20:00 26 -#> 605 25 A69-1303-555 889 2016-05-03 14:50:00 26 -#> 606 25 A69-1303-555 890 2016-05-03 14:52:00 26 -#> 607 25 A69-1303-555 891 2016-05-03 14:58:00 26 -#> 608 25 A69-1303-555 892 2016-05-03 15:00:00 26 -#> 609 25 A69-1303-555 893 2016-05-03 15:02:00 26 -#> 610 25 A69-1303-555 894 2016-05-03 15:20:00 26 -#> 611 25 A69-1303-555 896 2016-05-03 18:02:00 26 -#> 612 25 A69-1303-555 897 2016-05-03 18:06:00 26 -#> 613 25 A69-1303-555 898 2016-05-08 11:48:00 31 -#> 614 25 A69-1303-555 900 2016-05-08 11:50:00 31 -#> 615 25 A69-1303-555 901 2016-05-08 11:52:00 31 -#> 616 25 A69-1303-555 902 2016-05-08 11:54:00 31 -#> 617 25 A69-1303-555 903 2016-05-08 12:14:00 31 -#> 618 25 A69-1303-555 904 2016-05-08 12:20:00 26 -#> 619 25 A69-1303-555 906 2016-05-08 12:22:00 26 -#> 620 25 A69-1303-555 907 2016-05-08 12:24:00 26 -#> 621 25 A69-1303-555 911 2016-05-08 12:26:00 26 -#> 622 25 A69-1303-555 912 2016-05-08 12:28:00 26 -#> 623 25 A69-1303-555 913 2016-05-08 12:30:00 26 -#> 624 25 A69-1303-555 914 2016-05-08 12:32:00 26 -#> 625 25 A69-1303-555 916 2016-05-08 12:34:00 26 -#> 626 25 A69-1303-555 917 2016-05-08 12:36:00 26 -#> 627 25 A69-1303-555 918 2016-05-08 12:42:00 26 -#> 628 25 A69-1303-555 919 2016-05-08 12:44:00 26 -#> 629 25 A69-1303-555 921 2016-05-08 12:46:00 26 -#> 630 25 A69-1303-555 923 2016-05-14 14:58:00 26 -#> 631 25 A69-1303-555 924 2016-05-14 15:00:00 26 -#> 632 25 A69-1303-555 925 2016-05-14 15:02:00 26 -#> 633 25 A69-1303-555 927 2016-05-14 15:12:00 26 -#> 634 25 A69-1303-555 929 2016-05-14 15:14:00 26 -#> 635 25 A69-1303-555 930 2016-05-14 15:16:00 26 -#> 636 25 A69-1303-555 932 2016-05-14 15:18:00 26 -#> 637 25 A69-1303-555 934 2016-05-14 15:20:00 26 -#> 638 25 A69-1303-555 936 2016-05-14 15:22:00 26 -#> 639 25 A69-1303-555 938 2016-05-14 15:24:00 31 -#> 640 25 A69-1303-555 939 2016-05-14 15:24:00 26 -#> 641 25 A69-1303-555 941 2016-05-14 15:26:00 31 -#> 642 25 A69-1303-555 942 2016-05-14 15:28:00 26 -#> 643 25 A69-1303-555 943 2016-05-14 15:30:00 26 -#> 644 25 A69-1303-555 945 2016-05-14 15:32:00 26 -#> 645 25 A69-1303-555 946 2016-05-14 15:34:00 26 -#> 646 25 A69-1303-555 948 2016-05-14 19:58:00 26 -#> 647 25 A69-1303-555 949 2016-05-14 20:00:00 26 -#> 648 25 A69-1303-555 950 2016-05-14 20:02:00 26 -#> 649 25 A69-1303-555 951 2016-05-14 20:04:00 26 -#> 650 25 A69-1303-555 952 2016-05-14 21:12:00 31 -#> 651 25 A69-1303-555 954 2016-05-14 21:20:00 31 -#> 652 25 A69-1303-555 955 2016-05-14 21:24:00 31 -#> 653 25 A69-1303-555 957 2016-05-14 21:30:00 31 -#> 654 25 A69-1303-555 959 2016-05-14 21:32:00 31 -#> 655 25 A69-1303-555 960 2016-05-14 21:34:00 31 -#> 656 25 A69-1303-555 961 2016-05-14 21:36:00 31 -#> 657 25 A69-1303-555 962 2016-05-14 21:38:00 31 -#> 658 25 A69-1303-555 964 2016-05-14 21:42:00 31 -#> 659 25 A69-1303-555 966 2016-05-14 21:44:00 31 -#> 660 25 A69-1303-555 967 2016-05-14 21:46:00 31 -#> 661 25 A69-1303-555 968 2016-05-14 21:48:00 31 -#> 662 25 A69-1303-555 970 2016-05-14 21:52:00 31 -#> 663 25 A69-1303-555 971 2016-05-14 21:58:00 31 -#> 664 25 A69-1303-555 972 2016-05-14 22:00:00 31 -#> 665 25 A69-1303-555 973 2016-05-14 22:02:00 31 -#> 666 25 A69-1303-555 974 2016-05-14 22:04:00 31 -#> 667 25 A69-1303-555 975 2016-05-14 23:24:00 26 -#> 668 25 A69-1303-555 976 2016-05-14 23:26:00 26 -#> 669 25 A69-1303-555 977 2016-05-14 23:28:00 26 -#> 670 25 A69-1303-555 979 2016-05-14 23:30:00 26 -#> 671 25 A69-1303-555 982 2016-05-14 23:32:00 26 -#> 672 25 A69-1303-555 984 2016-05-14 23:34:00 26 -#> 673 25 A69-1303-555 985 2016-05-14 23:36:00 26 -#> 674 25 A69-1303-555 986 2016-05-14 23:38:00 26 -#> 675 25 A69-1303-555 988 2016-05-14 23:42:00 26 -#> 676 25 A69-1303-555 989 2016-05-14 23:46:00 26 -#> 677 25 A69-1303-555 992 2016-05-14 23:52:00 26 -#> 678 25 A69-1303-555 993 2016-05-14 23:54:00 26 -#> 679 25 A69-1303-555 994 2016-05-14 23:56:00 26 -#> 680 25 A69-1303-555 996 2016-05-14 23:58:00 26 -#> 681 25 A69-1303-555 997 2016-05-17 23:42:00 14 -#> 682 25 A69-1303-555 998 2016-05-17 23:46:00 14 -#> 683 25 A69-1303-555 999 2016-05-17 23:48:00 14 -#> 684 25 A69-1303-555 1000 2016-05-17 23:50:00 14 -#> 685 25 A69-1303-555 1001 2016-05-17 23:52:00 14 -#> 686 25 A69-1303-555 1002 2016-05-17 23:56:00 14 -#> 687 25 A69-1303-555 1003 2016-05-17 23:58:00 14 -#> 688 25 A69-1303-555 1005 2016-05-18 00:00:00 14 -#> 689 25 A69-1303-555 1008 2016-05-18 00:02:00 14 -#> 690 25 A69-1303-555 1009 2016-05-18 00:04:00 14 -#> 691 25 A69-1303-555 1011 2016-05-18 00:06:00 14 -#> 692 25 A69-1303-555 1013 2016-05-18 00:08:00 14 -#> 693 25 A69-1303-555 1015 2016-05-18 00:10:00 14 -#> 694 25 A69-1303-555 1017 2016-05-18 00:12:00 14 -#> 695 25 A69-1303-555 1018 2016-05-18 00:14:00 14 -#> 696 25 A69-1303-555 1020 2016-05-18 00:16:00 14 -#> 697 25 A69-1303-555 1021 2016-05-18 00:18:00 14 -#> 698 25 A69-1303-555 1022 2016-05-18 00:20:00 14 -#> 699 25 A69-1303-555 1024 2016-05-18 00:22:00 14 -#> 700 25 A69-1303-555 1026 2016-05-18 00:24:00 14 -#> 701 25 A69-1303-555 1027 2016-05-18 00:26:00 14 -#> 702 25 A69-1303-555 1029 2016-05-18 00:28:00 14 -#> 703 25 A69-1303-555 1031 2016-05-18 00:30:00 14 -#> 704 25 A69-1303-555 1032 2016-05-18 00:32:00 14 -#> 705 25 A69-1303-555 1034 2016-05-18 00:34:00 14 -#> 706 25 A69-1303-555 1036 2016-05-18 00:36:00 14 -#> 707 25 A69-1303-555 1038 2016-05-18 00:38:00 14 -#> 708 25 A69-1303-555 1040 2016-05-18 00:42:00 14 -#> 709 25 A69-1303-555 1041 2016-05-18 00:44:00 14 -#> 710 25 A69-1303-555 1042 2016-05-18 00:46:00 14 -#> 711 25 A69-1303-555 1043 2016-05-18 00:48:00 14 -#> 712 25 A69-1303-555 1044 2016-05-18 00:50:00 14 -#> 713 25 A69-1303-555 1045 2016-05-18 00:52:00 14 -#> 714 25 A69-1303-555 1046 2016-05-18 00:54:00 14 -#> 715 25 A69-1303-555 1048 2016-05-18 00:58:00 14 -#> 716 25 A69-1303-555 1049 2016-05-18 01:02:00 14 -#> 717 25 A69-1303-555 1050 2016-05-18 01:04:00 14 -#> 718 25 A69-1303-555 1051 2016-05-18 01:16:00 14 -#> 719 25 A69-1303-555 1052 2016-05-18 01:18:00 14 -#> 720 25 A69-1303-555 1054 2016-05-18 01:20:00 14 -#> 721 25 A69-1303-555 1056 2016-05-18 01:22:00 14 -#> 722 25 A69-1303-555 1057 2016-05-18 01:24:00 14 -#> 723 25 A69-1303-555 1059 2016-05-18 01:26:00 14 -#> 724 25 A69-1303-555 1062 2016-05-18 01:28:00 14 -#> 725 25 A69-1303-555 1063 2016-05-18 01:30:00 14 -#> 726 25 A69-1303-555 1065 2016-05-18 01:32:00 14 -#> 727 25 A69-1303-555 1067 2016-05-18 01:34:00 14 -#> 728 25 A69-1303-555 1069 2016-05-18 01:36:00 14 -#> 729 25 A69-1303-555 1071 2016-05-18 01:38:00 14 -#> 730 25 A69-1303-555 1073 2016-05-18 01:40:00 14 -#> 731 25 A69-1303-555 1075 2016-05-18 01:42:00 14 -#> 732 25 A69-1303-555 1077 2016-05-18 01:48:00 14 -#> 733 25 A69-1303-555 1079 2016-05-18 01:50:00 14 -#> 734 25 A69-1303-555 1081 2016-05-18 01:52:00 14 -#> 735 25 A69-1303-555 1083 2016-05-18 01:54:00 14 -#> 736 25 A69-1303-555 1085 2016-05-18 01:56:00 14 -#> 737 25 A69-1303-555 1087 2016-05-18 01:58:00 14 -#> 738 25 A69-1303-555 1089 2016-05-18 02:00:00 14 -#> 739 25 A69-1303-555 1091 2016-05-18 02:02:00 14 -#> 740 25 A69-1303-555 1093 2016-05-18 02:04:00 14 -#> 741 25 A69-1303-555 1095 2016-05-18 02:06:00 14 -#> 742 25 A69-1303-555 1096 2016-05-18 02:08:00 14 -#> 743 25 A69-1303-555 1097 2016-05-18 02:24:00 14 -#> 744 25 A69-1303-555 1098 2016-05-18 02:26:00 14 -#> 745 25 A69-1303-555 1100 2016-05-18 02:28:00 14 -#> 746 25 A69-1303-555 1102 2016-05-18 02:30:00 14 -#> 747 25 A69-1303-555 1105 2016-05-18 02:32:00 14 -#> 748 25 A69-1303-555 1107 2016-05-18 02:34:00 14 -#> 749 25 A69-1303-555 1109 2016-05-18 02:36:00 14 -#> 750 25 A69-1303-555 1111 2016-05-18 02:38:00 14 -#> 751 25 A69-1303-555 1112 2016-05-18 02:40:00 14 -#> 752 25 A69-1303-555 1114 2016-05-18 02:42:00 14 -#> 753 25 A69-1303-555 1116 2016-05-18 02:44:00 14 -#> 754 25 A69-1303-555 1118 2016-05-18 02:46:00 14 -#> 755 25 A69-1303-555 1119 2016-05-18 02:48:00 14 -#> 756 25 A69-1303-555 1120 2016-05-18 02:50:00 14 -#> 757 25 A69-1303-555 1122 2016-05-18 02:52:00 14 -#> 758 25 A69-1303-555 1124 2016-05-18 02:54:00 14 -#> 759 25 A69-1303-555 1126 2016-05-18 02:56:00 14 -#> 760 25 A69-1303-555 1127 2016-05-18 02:58:00 14 -#> 761 25 A69-1303-555 1128 2016-05-18 03:00:00 14 -#> 762 25 A69-1303-555 1130 2016-05-18 03:02:00 14 -#> 763 25 A69-1303-555 1133 2016-05-18 03:04:00 14 -#> 764 25 A69-1303-555 1135 2016-05-18 03:06:00 14 -#> 765 25 A69-1303-555 1137 2016-05-18 03:08:00 14 -#> 766 25 A69-1303-555 1139 2016-05-18 03:10:00 14 -#> 767 25 A69-1303-555 1141 2016-05-18 03:12:00 14 -#> 768 25 A69-1303-555 1142 2016-05-18 03:50:00 14 -#> 769 25 A69-1303-555 1145 2016-05-18 03:52:00 14 -#> 770 25 A69-1303-555 1147 2016-05-18 03:54:00 14 -#> 771 25 A69-1303-555 1148 2016-05-18 04:12:00 14 -#> 772 25 A69-1303-555 1149 2016-05-18 04:14:00 14 -#> 773 25 A69-1303-555 1150 2016-05-18 04:42:00 14 -#> 774 25 A69-1303-555 1151 2016-05-20 22:44:00 26 -#> 775 25 A69-1303-555 1152 2016-05-20 23:10:00 26 -#> 776 25 A69-1303-555 1154 2016-05-20 23:12:00 26 -#> 777 25 A69-1303-555 1156 2016-05-20 23:14:00 26 -#> 778 25 A69-1303-555 1157 2016-05-21 00:56:00 26 -#> 779 25 A69-1303-555 1158 2016-05-21 00:58:00 26 -#> 780 25 A69-1303-555 1159 2016-05-21 02:08:00 26 -#> 781 25 A69-1303-555 1160 2016-05-21 02:12:00 26 -#> 782 25 A69-1303-555 1161 2016-05-21 02:24:00 26 -#> 783 25 A69-1303-555 1162 2016-05-22 13:22:00 14 -#> 784 25 A69-1303-555 1163 2016-05-22 13:24:00 14 -#> 785 25 A69-1303-555 1164 2016-05-22 13:26:00 14 -#> 786 25 A69-1303-555 1166 2016-05-22 13:32:00 14 -#> 787 25 A69-1303-555 1167 2016-05-22 13:48:00 14 -#> 788 25 A69-1303-555 1168 2016-05-22 13:52:00 14 -#> 789 25 A69-1303-555 1170 2016-05-22 14:16:00 14 -#> 790 25 A69-1303-555 1173 2016-05-22 14:18:00 14 -#> 791 25 A69-1303-555 1175 2016-05-22 14:20:00 14 -#> 792 25 A69-1303-555 1177 2016-05-22 14:22:00 14 -#> 793 25 A69-1303-555 1179 2016-05-22 14:24:00 14 -#> 794 25 A69-1303-555 1181 2016-05-22 14:26:00 14 -#> 795 25 A69-1303-555 1183 2016-05-22 14:28:00 14 -#> 796 25 A69-1303-555 1185 2016-05-22 14:30:00 14 -#> 797 25 A69-1303-555 1188 2016-05-22 14:32:00 14 -#> 798 25 A69-1303-555 1190 2016-05-22 14:34:00 14 -#> 799 25 A69-1303-555 1192 2016-05-22 14:36:00 14 -#> 800 25 A69-1303-555 1194 2016-05-22 14:38:00 14 -#> 801 25 A69-1303-555 1196 2016-05-22 14:40:00 14 -#> 802 25 A69-1303-555 1198 2016-05-22 14:42:00 14 -#> 803 25 A69-1303-555 1199 2016-05-22 14:44:00 14 -#> 804 25 A69-1303-555 1201 2016-05-22 14:46:00 14 -#> 805 25 A69-1303-555 1202 2016-05-22 14:48:00 14 -#> 806 25 A69-1303-555 1204 2016-05-22 14:50:00 14 -#> 807 25 A69-1303-555 1206 2016-05-22 14:52:00 14 -#> 808 25 A69-1303-555 1207 2016-05-22 14:54:00 14 -#> 809 25 A69-1303-555 1209 2016-05-22 14:56:00 14 -#> 810 25 A69-1303-555 1211 2016-05-22 14:58:00 14 -#> 811 25 A69-1303-555 1212 2016-05-22 15:00:00 14 -#> 812 25 A69-1303-555 1213 2016-05-22 15:02:00 14 -#> 813 25 A69-1303-555 1215 2016-05-22 15:04:00 14 -#> 814 25 A69-1303-555 1217 2016-05-22 15:06:00 14 -#> 815 25 A69-1303-555 1218 2016-05-22 15:08:00 14 -#> 816 25 A69-1303-555 1219 2016-05-22 15:10:00 14 -#> 817 25 A69-1303-555 1220 2016-05-22 15:40:00 14 -#> 818 25 A69-1303-555 1221 2016-05-22 15:42:00 14 -#> 819 25 A69-1303-555 1223 2016-05-22 15:44:00 14 -#> 820 25 A69-1303-555 1224 2016-05-22 15:48:00 14 -#> 821 25 A69-1303-555 1225 2016-05-22 16:12:00 14 -#> 822 25 A69-1303-555 1227 2016-05-22 17:50:00 14 -#> 823 25 A69-1303-555 1228 2016-05-22 17:52:00 14 -#> 824 25 A69-1303-555 1229 2016-05-22 17:54:00 14 -#> 825 25 A69-1303-555 1231 2016-05-22 17:56:00 14 -#> 826 25 A69-1303-555 1233 2016-05-22 17:58:00 14 -#> 827 25 A69-1303-555 1234 2016-05-22 18:00:00 14 -#> 828 25 A69-1303-555 1236 2016-05-22 18:02:00 14 -#> 829 25 A69-1303-555 1237 2016-05-22 18:04:00 14 -#> 830 25 A69-1303-555 1238 2016-05-22 18:06:00 14 -#> 831 25 A69-1303-555 1239 2016-05-22 18:08:00 14 -#> 832 25 A69-1303-555 1240 2016-05-22 18:10:00 14 -#> 833 25 A69-1303-555 1242 2016-05-22 18:20:00 14 -#> 834 25 A69-1303-555 1243 2016-05-22 19:58:00 14 -#> 835 25 A69-1303-555 1244 2016-05-22 20:00:00 14 -#> 836 25 A69-1303-555 1245 2016-05-22 21:46:00 23 -#> 837 25 A69-1303-555 1246 2016-05-22 21:48:00 23 -#> 838 25 A69-1303-555 1248 2016-05-22 22:00:00 23 -#> 839 25 A69-1303-555 1249 2016-05-22 22:02:00 23 -#> 840 25 A69-1303-555 1250 2016-05-22 22:10:00 23 -#> 841 25 A69-1303-555 1251 2016-05-22 22:12:00 23 -#> 842 25 A69-1303-555 1252 2016-05-22 22:14:00 23 -#> 843 25 A69-1303-555 1253 2016-05-23 04:48:00 14 -#> 844 25 A69-1303-555 1254 2016-05-23 04:58:00 14 -#> 845 25 A69-1303-555 1255 2016-05-23 05:00:00 14 -#> 846 25 A69-1303-555 1256 2016-05-23 05:02:00 14 -#> 847 25 A69-1303-555 1257 2016-05-23 05:04:00 14 -#> 848 25 A69-1303-555 1258 2016-05-23 05:06:00 14 -#> 849 25 A69-1303-555 1259 2016-05-23 05:08:00 14 -#> 850 25 A69-1303-555 1260 2016-05-23 05:10:00 14 -#> 851 25 A69-1303-555 1261 2016-05-23 05:12:00 14 -#> 852 25 A69-1303-555 1262 2016-05-23 05:34:00 14 -#> 853 25 A69-1303-555 1264 2016-05-23 05:36:00 14 -#> 854 25 A69-1303-555 1265 2016-05-23 05:40:00 14 -#> 855 25 A69-1303-555 1267 2016-05-23 05:44:00 14 -#> 856 25 A69-1303-555 1270 2016-05-23 05:54:00 14 -#> 857 25 A69-1303-555 1272 2016-05-23 06:00:00 14 -#> 858 25 A69-1303-555 1274 2016-05-23 06:02:00 14 -#> 859 25 A69-1303-555 1276 2016-05-23 06:04:00 14 -#> 860 25 A69-1303-555 1278 2016-05-23 06:06:00 14 -#> 861 25 A69-1303-555 1280 2016-05-23 06:08:00 14 -#> 862 25 A69-1303-555 1282 2016-05-23 06:10:00 14 -#> 863 25 A69-1303-555 1283 2016-05-23 06:24:00 14 -#> 864 25 A69-1303-555 1284 2016-05-23 06:28:00 14 -#> 865 25 A69-1303-555 1287 2016-05-23 06:30:00 14 -#> 866 25 A69-1303-555 1288 2016-05-23 06:32:00 14 -#> 867 25 A69-1303-555 1290 2016-05-23 06:34:00 14 -#> 868 25 A69-1303-555 1292 2016-05-23 06:36:00 14 -#> 869 25 A69-1303-555 1294 2016-05-23 06:38:00 14 -#> 870 25 A69-1303-555 1296 2016-05-23 06:40:00 14 -#> 871 25 A69-1303-555 1298 2016-05-25 17:58:00 26 -#> 872 25 A69-1303-555 1299 2016-05-25 18:00:00 26 -#> 873 25 A69-1303-555 1300 2016-05-25 18:12:00 26 -#> 874 25 A69-1303-555 1301 2016-05-26 22:20:00 23 -#> 875 25 A69-1303-555 1302 2016-05-26 22:22:00 23 -#> 876 25 A69-1303-555 1303 2016-05-26 22:24:00 23 -#> 877 25 A69-1303-555 1304 2016-05-26 22:26:00 23 -#> 878 25 A69-1303-555 1305 2016-05-26 22:32:00 23 -#> 879 25 A69-1303-555 1306 2016-05-26 22:34:00 23 -#> 880 25 A69-1303-555 1307 2016-05-26 22:56:00 23 -#> 881 25 A69-1303-555 1308 2016-05-26 22:58:00 23 -#> 882 25 A69-1303-555 1309 2016-05-26 23:00:00 23 -#> 883 25 A69-1303-555 1312 2016-05-26 23:04:00 23 -#> 884 25 A69-1303-555 1314 2016-05-26 23:06:00 23 -#> 885 25 A69-1303-555 1316 2016-05-26 23:08:00 23 -#> 886 25 A69-1303-555 1318 2016-05-26 23:10:00 23 -#> 887 25 A69-1303-555 1320 2016-05-26 23:12:00 23 -#> 888 25 A69-1303-555 1322 2016-05-26 23:14:00 23 -#> 889 25 A69-1303-555 1324 2016-05-26 23:16:00 23 -#> 890 25 A69-1303-555 1326 2016-05-26 23:18:00 23 -#> 891 25 A69-1303-555 1328 2016-05-26 23:20:00 23 -#> 892 25 A69-1303-555 1330 2016-05-26 23:22:00 23 -#> 893 25 A69-1303-555 1332 2016-05-26 23:24:00 23 -#> 894 25 A69-1303-555 1333 2016-05-26 23:26:00 23 -#> 895 25 A69-1303-555 1335 2016-05-26 23:28:00 23 -#> 896 25 A69-1303-555 1337 2016-05-26 23:30:00 23 -#> 897 25 A69-1303-555 1339 2016-05-26 23:32:00 23 -#> 898 25 A69-1303-555 1340 2016-05-27 00:14:00 23 -#> 899 25 A69-1303-555 1341 2016-05-27 00:16:00 23 -#> 900 25 A69-1303-555 1342 2016-05-27 00:20:00 23 -#> 901 25 A69-1303-555 1344 2016-05-27 00:22:00 23 -#> 902 25 A69-1303-555 1345 2016-05-27 00:24:00 23 -#> 903 25 A69-1303-555 1346 2016-05-27 00:28:00 23 -#> 904 25 A69-1303-555 1347 2016-05-27 01:06:00 14 -#> 905 25 A69-1303-555 1348 2016-05-27 01:08:00 14 -#> 906 25 A69-1303-555 1349 2016-05-27 01:38:00 14 -#> 907 25 A69-1303-555 1350 2016-05-27 01:40:00 14 -#> 908 25 A69-1303-555 1351 2016-05-27 01:42:00 14 -#> 909 25 A69-1303-555 1352 2016-05-27 01:52:00 14 -#> 910 25 A69-1303-555 1353 2016-05-27 01:54:00 14 -#> 911 25 A69-1303-555 1354 2016-05-27 03:38:00 14 -#> 912 25 A69-1303-555 1355 2016-05-27 03:40:00 14 -#> 913 25 A69-1303-555 1357 2016-05-27 03:42:00 14 -#> 914 25 A69-1303-555 1359 2016-05-27 03:44:00 14 -#> 915 25 A69-1303-555 1360 2016-05-27 03:46:00 14 -#> 916 25 A69-1303-555 1363 2016-05-27 03:48:00 14 -#> 917 25 A69-1303-555 1365 2016-05-27 03:52:00 14 -#> 918 25 A69-1303-555 1366 2016-05-27 03:54:00 14 -#> 919 25 A69-1303-555 1367 2016-05-27 03:58:00 14 -#> 920 25 A69-1303-555 1368 2016-05-27 04:12:00 14 -#> 921 25 A69-1303-555 1369 2016-05-27 04:18:00 14 -#> 922 25 A69-1303-555 1370 2016-05-27 04:26:00 14 -#> 923 25 A69-1303-555 1372 2016-05-27 04:28:00 14 -#> 924 25 A69-1303-555 1373 2016-05-27 04:30:00 14 -#> 925 25 A69-1303-555 1374 2016-05-27 04:32:00 14 -#> 926 25 A69-1303-555 1375 2016-05-27 04:58:00 14 -#> 927 25 A69-1303-555 1376 2016-05-27 05:00:00 14 -#> 928 25 A69-1303-555 1377 2016-05-27 05:08:00 14 -#> 929 25 A69-1303-555 1378 2016-05-27 12:56:00 14 -#> 930 25 A69-1303-555 1380 2016-05-27 12:58:00 14 -#> 931 25 A69-1303-555 1381 2016-05-27 13:04:00 14 -#> 932 25 A69-1303-555 1382 2016-05-27 13:06:00 14 -#> 933 25 A69-1303-555 1384 2016-05-27 13:08:00 14 -#> 934 25 A69-1303-555 1386 2016-05-27 13:10:00 14 -#> 935 25 A69-1303-555 1387 2016-05-27 13:12:00 14 -#> 936 25 A69-1303-555 1390 2016-05-27 13:14:00 14 -#> 937 25 A69-1303-555 1392 2016-05-27 13:16:00 14 -#> 938 25 A69-1303-555 1393 2016-05-27 13:20:00 14 -#> 939 25 A69-1303-555 1394 2016-05-27 13:22:00 14 -#> 940 25 A69-1303-555 1396 2016-05-27 13:26:00 14 -#> 941 25 A69-1303-555 1398 2016-05-27 13:28:00 14 -#> 942 25 A69-1303-555 1399 2016-05-27 13:30:00 14 -#> 943 25 A69-1303-555 1401 2016-05-27 13:32:00 14 -#> 944 25 A69-1303-555 1403 2016-05-27 13:34:00 14 -#> 945 25 A69-1303-555 1405 2016-05-27 13:36:00 14 -#> 946 25 A69-1303-555 1407 2016-05-27 13:38:00 14 -#> 947 25 A69-1303-555 1408 2016-05-27 13:40:00 14 -#> 948 25 A69-1303-555 1409 2016-05-27 13:42:00 14 -#> 949 25 A69-1303-555 1410 2016-05-27 13:46:00 14 -#> 950 25 A69-1303-555 1411 2016-05-27 13:48:00 14 -#> 951 25 A69-1303-555 1414 2016-05-27 13:50:00 14 -#> 952 25 A69-1303-555 1415 2016-05-27 13:54:00 14 -#> 953 25 A69-1303-555 1417 2016-05-27 13:58:00 14 -#> 954 25 A69-1303-555 1419 2016-05-27 14:00:00 14 -#> 955 25 A69-1303-555 1420 2016-05-27 14:02:00 14 -#> 956 25 A69-1303-555 1422 2016-05-27 14:04:00 14 -#> 957 25 A69-1303-555 1423 2016-05-27 14:06:00 14 -#> 958 25 A69-1303-555 1424 2016-05-27 14:08:00 14 -#> 959 25 A69-1303-555 1426 2016-05-27 14:12:00 14 -#> 960 25 A69-1303-555 1428 2016-05-27 14:14:00 14 -#> 961 25 A69-1303-555 1429 2016-05-27 14:16:00 14 -#> 962 25 A69-1303-555 1430 2016-05-27 14:18:00 14 -#> 963 25 A69-1303-555 1432 2016-05-27 14:22:00 14 -#> 964 25 A69-1303-555 1433 2016-05-27 14:24:00 14 -#> 965 25 A69-1303-555 1434 2016-05-27 14:30:00 14 -#> 966 25 A69-1303-555 1436 2016-05-27 14:42:00 14 -#> 967 25 A69-1303-555 1437 2016-05-27 14:48:00 14 -#> 968 25 A69-1303-555 1438 2016-05-27 14:52:00 14 -#> 969 25 A69-1303-555 1440 2016-05-27 15:08:00 14 -#> 970 25 A69-1303-555 1441 2016-05-27 15:10:00 14 -#> 971 25 A69-1303-555 1442 2016-05-27 15:12:00 14 -#> 972 25 A69-1303-555 1443 2016-05-27 15:14:00 14 -#> 973 25 A69-1303-555 1445 2016-05-27 15:22:00 14 -#> 974 25 A69-1303-555 1447 2016-05-27 15:24:00 14 -#> 975 25 A69-1303-555 1448 2016-05-27 15:30:00 14 -#> 976 25 A69-1303-555 1449 2016-05-27 15:32:00 14 -#> 977 25 A69-1303-555 1450 2016-05-27 15:34:00 14 -#> 978 25 A69-1303-555 1451 2016-05-27 15:36:00 14 -#> 979 25 A69-1303-555 1452 2016-05-27 15:46:00 14 -#> 980 25 A69-1303-555 1453 2016-05-27 15:48:00 14 -#> 981 25 A69-1303-555 1454 2016-05-27 15:50:00 14 -#> 982 25 A69-1303-555 1455 2016-05-27 15:52:00 14 -#> 983 25 A69-1303-555 1456 2016-05-27 15:54:00 14 -#> 984 25 A69-1303-555 1458 2016-05-27 15:56:00 14 -#> 985 25 A69-1303-555 1460 2016-05-27 15:58:00 14 -#> 986 25 A69-1303-555 1461 2016-05-27 16:02:00 14 -#> 987 25 A69-1303-555 1462 2016-05-27 16:04:00 14 -#> 988 25 A69-1303-555 1463 2016-05-27 16:06:00 14 -#> 989 25 A69-1303-555 1465 2016-05-27 16:08:00 14 -#> 990 25 A69-1303-555 1466 2016-05-27 16:12:00 14 -#> 991 25 A69-1303-555 1467 2016-05-27 16:14:00 14 -#> 992 25 A69-1303-555 1469 2016-05-27 16:16:00 14 -#> 993 25 A69-1303-555 1471 2016-05-27 16:18:00 14 -#> 994 25 A69-1303-555 1473 2016-05-27 16:20:00 14 -#> 995 25 A69-1303-555 1475 2016-05-27 16:22:00 14 -#> 996 25 A69-1303-555 1477 2016-05-27 16:24:00 14 -#> 997 25 A69-1303-555 1479 2016-05-27 16:26:00 14 -#> 998 25 A69-1303-555 1481 2016-05-27 16:28:00 14 -#> 999 25 A69-1303-555 1483 2016-05-27 16:30:00 14 -#> 1000 25 A69-1303-555 1485 2016-05-27 16:32:00 14 -#> 1001 25 A69-1303-555 1486 2016-05-27 16:34:00 14 -#> 1002 25 A69-1303-555 1488 2016-05-27 16:36:00 14 -#> 1003 25 A69-1303-555 1491 2016-05-27 16:38:00 14 -#> 1004 25 A69-1303-555 1493 2016-05-27 17:22:00 14 -#> 1005 25 A69-1303-555 1494 2016-05-27 17:24:00 14 -#> 1006 25 A69-1303-555 1496 2016-05-27 17:26:00 14 -#> 1007 25 A69-1303-555 1498 2016-05-27 17:28:00 14 -#> 1008 25 A69-1303-555 1499 2016-05-27 17:30:00 14 -#> 1009 25 A69-1303-555 1500 2016-05-27 17:32:00 14 -#> 1010 25 A69-1303-555 1501 2016-05-29 05:40:00 14 -#> 1011 25 A69-1303-555 1502 2016-05-29 05:56:00 14 -#> 1012 25 A69-1303-555 1504 2016-05-29 06:00:00 14 -#> 1013 25 A69-1303-555 1505 2016-05-29 06:02:00 14 -#> 1014 25 A69-1303-555 1507 2016-05-29 06:04:00 14 -#> 1015 25 A69-1303-555 1508 2016-05-29 06:06:00 14 -#> 1016 25 A69-1303-555 1510 2016-05-29 06:08:00 14 -#> 1017 25 A69-1303-555 1512 2016-05-29 06:14:00 14 -#> 1018 25 A69-1303-555 1514 2016-05-29 06:16:00 14 -#> 1019 25 A69-1303-555 1515 2016-05-29 06:32:00 14 -#> 1020 25 A69-1303-555 1516 2016-05-29 06:34:00 14 -#> 1021 25 A69-1303-555 1517 2016-05-29 13:18:00 14 -#> 1022 25 A69-1303-555 1518 2016-05-29 13:20:00 14 -#> 1023 25 A69-1303-555 1519 2016-05-29 13:22:00 14 -#> 1024 25 A69-1303-555 1521 2016-05-29 13:26:00 14 -#> 1025 25 A69-1303-555 1522 2016-05-29 13:28:00 14 -#> 1026 25 A69-1303-555 1523 2016-05-29 13:30:00 14 -#> 1027 25 A69-1303-555 1524 2016-05-29 13:32:00 14 -#> 1028 25 A69-1303-555 1526 2016-05-29 13:34:00 14 -#> 1029 25 A69-1303-555 1527 2016-05-29 13:40:00 14 -#> 1030 25 A69-1303-555 1528 2016-05-29 13:42:00 14 -#> 1031 25 A69-1303-555 1530 2016-05-29 13:44:00 14 -#> 1032 25 A69-1303-555 1533 2016-05-29 13:46:00 14 -#> 1033 25 A69-1303-555 1535 2016-05-29 13:48:00 14 -#> 1034 25 A69-1303-555 1536 2016-05-29 13:50:00 14 -#> 1035 25 A69-1303-555 1539 2016-05-29 13:52:00 14 -#> 1036 25 A69-1303-555 1541 2016-05-29 13:54:00 14 -#> 1037 25 A69-1303-555 1543 2016-05-29 13:56:00 14 -#> 1038 25 A69-1303-555 1544 2016-05-29 13:58:00 14 -#> 1039 25 A69-1303-555 1545 2016-05-29 14:06:00 14 -#> 1040 25 A69-1303-555 1546 2016-05-29 14:08:00 14 -#> 1041 25 A69-1303-555 1547 2016-05-29 14:10:00 14 -#> 1042 25 A69-1303-555 1549 2016-05-29 14:12:00 14 -#> 1043 25 A69-1303-555 1552 2016-05-29 14:14:00 14 -#> 1044 25 A69-1303-555 1553 2016-05-29 14:16:00 14 -#> 1045 25 A69-1303-555 1554 2016-05-29 14:18:00 14 -#> 1046 25 A69-1303-555 1556 2016-05-29 14:20:00 14 -#> 1047 25 A69-1303-555 1558 2016-05-29 14:22:00 14 -#> 1048 25 A69-1303-555 1560 2016-05-29 14:24:00 14 -#> 1049 25 A69-1303-555 1561 2016-05-29 20:52:00 14 -#> 1050 25 A69-1303-555 1563 2016-05-29 20:54:00 14 -#> 1051 25 A69-1303-555 1565 2016-05-29 20:56:00 14 -#> 1052 25 A69-1303-555 1567 2016-05-29 20:58:00 14 -#> 1053 25 A69-1303-555 1569 2016-05-29 21:00:00 14 -#> 1054 25 A69-1303-555 1571 2016-05-29 21:02:00 14 -#> 1055 25 A69-1303-555 1573 2016-05-29 21:04:00 14 -#> 1056 25 A69-1303-555 1575 2016-05-29 21:06:00 14 -#> 1057 25 A69-1303-555 1576 2016-05-29 21:08:00 14 -#> 1058 25 A69-1303-555 1577 2016-05-29 21:10:00 14 -#> 1059 25 A69-1303-555 1579 2016-05-29 21:12:00 14 -#> 1060 25 A69-1303-555 1581 2016-05-29 21:14:00 14 -#> 1061 25 A69-1303-555 1584 2016-05-29 21:16:00 14 -#> 1062 25 A69-1303-555 1586 2016-05-29 21:18:00 14 -#> 1063 25 A69-1303-555 1588 2016-05-29 21:20:00 14 -#> 1064 25 A69-1303-555 1590 2016-05-29 21:22:00 14 -#> 1065 25 A69-1303-555 1592 2016-05-29 21:24:00 14 -#> 1066 25 A69-1303-555 1593 2016-05-29 21:26:00 14 -#> 1067 25 A69-1303-555 1596 2016-05-29 21:28:00 14 -#> 1068 25 A69-1303-555 1598 2016-05-29 21:30:00 14 -#> 1069 25 A69-1303-555 1600 2016-05-29 21:32:00 14 -#> 1070 25 A69-1303-555 1602 2016-05-29 21:34:00 14 -#> 1071 25 A69-1303-555 1604 2016-05-29 21:50:00 14 -#> 1072 25 A69-1303-555 1605 2016-05-29 21:52:00 14 -#> 1073 25 A69-1303-555 1607 2016-05-29 21:54:00 14 -#> 1074 25 A69-1303-555 1609 2016-05-29 21:56:00 14 -#> 1075 25 A69-1303-555 1611 2016-05-29 21:58:00 14 -#> 1076 25 A69-1303-555 1613 2016-05-29 22:00:00 14 -#> 1077 25 A69-1303-555 1614 2016-05-29 22:02:00 14 -#> 1078 25 A69-1303-555 1615 2016-05-31 15:16:00 14 -#> 1079 25 A69-1303-555 1616 2016-05-31 15:18:00 14 -#> 1080 25 A69-1303-555 1617 2016-05-31 15:20:00 14 -#> 1081 25 A69-1303-555 1619 2016-05-31 15:24:00 14 -#> 1082 25 A69-1303-555 1621 2016-05-31 15:26:00 14 -#> 1083 25 A69-1303-555 1623 2016-05-31 15:28:00 14 -#> 1084 25 A69-1303-555 1625 2016-05-31 15:30:00 14 -#> 1085 25 A69-1303-555 1627 2016-05-31 15:32:00 14 -#> 1086 25 A69-1303-555 1629 2016-05-31 15:34:00 14 -#> 1087 25 A69-1303-555 1630 2016-05-31 15:36:00 14 -#> 1088 25 A69-1303-555 1632 2016-05-31 15:38:00 14 -#> 1089 25 A69-1303-555 1633 2016-05-31 15:42:00 14 -#> 1090 25 A69-1303-555 1634 2016-05-31 15:44:00 14 -#> 1091 25 A69-1303-555 1636 2016-05-31 15:46:00 14 -#> 1092 25 A69-1303-555 1639 2016-05-31 15:48:00 14 -#> 1093 25 A69-1303-555 1641 2016-05-31 15:50:00 14 -#> 1094 25 A69-1303-555 1643 2016-05-31 15:52:00 14 -#> 1095 25 A69-1303-555 1644 2016-05-31 15:54:00 14 -#> 1096 25 A69-1303-555 1646 2016-05-31 15:56:00 14 -#> 1097 25 A69-1303-555 1648 2016-05-31 16:00:00 14 -#> 1098 25 A69-1303-555 1649 2016-05-31 16:02:00 14 -#> 1099 25 A69-1303-555 1650 2016-05-31 16:04:00 14 -#> 1100 25 A69-1303-555 1651 2016-05-31 16:08:00 14 -#> 1101 25 A69-1303-555 1652 2016-06-01 23:52:00 14 -#> 1102 25 A69-1303-555 1653 2016-06-01 23:56:00 14 -#> 1103 25 A69-1303-555 1654 2016-06-02 04:00:00 14 -#> 1104 25 A69-1303-555 1655 2016-06-02 04:16:00 14 -#> 1105 25 A69-1303-555 1656 2016-06-02 04:18:00 14 -#> 1106 25 A69-1303-555 1657 2016-06-02 04:20:00 14 -#> 1107 25 A69-1303-555 1660 2016-06-02 04:24:00 14 -#> 1108 25 A69-1303-555 1662 2016-06-02 04:28:00 14 -#> 1109 25 A69-1303-555 1663 2016-06-02 04:30:00 14 -#> 1110 25 A69-1303-555 1664 2016-06-02 04:32:00 14 -#> 1111 25 A69-1303-555 1665 2016-06-02 04:34:00 14 -#> 1112 25 A69-1303-555 1667 2016-06-02 04:36:00 14 -#> 1113 25 A69-1303-555 1669 2016-06-02 04:42:00 14 -#> 1114 25 A69-1303-555 1670 2016-06-02 04:44:00 14 -#> 1115 25 A69-1303-555 1672 2016-06-02 04:46:00 14 -#> 1116 25 A69-1303-555 1673 2016-06-02 04:50:00 14 -#> 1117 25 A69-1303-555 1674 2016-06-02 04:52:00 14 -#> 1118 25 A69-1303-555 1676 2016-06-02 04:54:00 14 -#> 1119 25 A69-1303-555 1677 2016-06-02 04:56:00 14 -#> 1120 25 A69-1303-555 1679 2016-06-02 04:58:00 14 -#> 1121 25 A69-1303-555 1680 2016-06-02 05:02:00 14 -#> 1122 25 A69-1303-555 1682 2016-06-02 05:04:00 14 -#> 1123 25 A69-1303-555 1684 2016-06-02 05:06:00 14 -#> 1124 25 A69-1303-555 1685 2016-06-02 05:08:00 14 -#> 1125 25 A69-1303-555 1688 2016-06-02 05:12:00 14 -#> 1126 25 A69-1303-555 1689 2016-06-02 05:14:00 14 -#> 1127 25 A69-1303-555 1691 2016-06-02 05:16:00 14 -#> 1128 25 A69-1303-555 1693 2016-06-02 05:18:00 14 -#> 1129 25 A69-1303-555 1694 2016-06-02 05:20:00 14 -#> 1130 25 A69-1303-555 1695 2016-06-02 05:22:00 14 -#> 1131 25 A69-1303-555 1697 2016-06-02 05:24:00 14 -#> 1132 25 A69-1303-555 1699 2016-06-02 05:26:00 14 -#> 1133 25 A69-1303-555 1700 2016-06-02 05:28:00 14 -#> 1134 25 A69-1303-555 1701 2016-06-02 05:30:00 14 -#> 1135 25 A69-1303-555 1702 2016-06-02 05:34:00 14 -#> 1136 25 A69-1303-555 1704 2016-06-02 05:36:00 14 -#> 1137 25 A69-1303-555 1706 2016-06-02 05:38:00 14 -#> 1138 25 A69-1303-555 1708 2016-06-02 05:40:00 14 -#> 1139 25 A69-1303-555 1710 2016-06-02 05:42:00 14 -#> 1140 25 A69-1303-555 1712 2016-06-02 05:44:00 14 -#> 1141 25 A69-1303-555 1713 2016-06-02 05:46:00 14 -#> 1142 25 A69-1303-555 1715 2016-06-02 05:48:00 14 -#> 1143 25 A69-1303-555 1716 2016-06-02 05:50:00 14 -#> 1144 25 A69-1303-555 1719 2016-06-02 05:52:00 14 -#> 1145 25 A69-1303-555 1721 2016-06-02 05:54:00 14 -#> 1146 25 A69-1303-555 1723 2016-06-02 05:56:00 14 -#> 1147 25 A69-1303-555 1725 2016-06-02 05:58:00 14 -#> 1148 25 A69-1303-555 1727 2016-06-02 06:00:00 14 -#> 1149 25 A69-1303-555 1729 2016-06-02 06:02:00 14 -#> 1150 25 A69-1303-555 1730 2016-06-02 06:04:00 14 -#> 1151 25 A69-1303-555 1731 2016-06-02 06:06:00 14 -#> 1152 25 A69-1303-555 1732 2016-06-02 06:36:00 14 -#> 1153 25 A69-1303-555 1733 2016-06-02 06:54:00 14 -#> 1154 25 A69-1303-555 1734 2016-06-02 06:58:00 14 -#> 1155 25 A69-1303-555 1735 2016-06-02 07:12:00 14 -#> 1156 25 A69-1303-555 1736 2016-06-02 07:14:00 14 -#> 1157 25 A69-1303-555 1737 2016-06-02 07:20:00 14 -#> 1158 25 A69-1303-555 1739 2016-06-02 08:28:00 14 -#> 1159 25 A69-1303-555 1741 2016-06-02 08:30:00 14 -#> 1160 25 A69-1303-555 1742 2016-06-02 08:32:00 14 -#> 1161 25 A69-1303-555 1744 2016-06-02 08:34:00 14 -#> 1162 25 A69-1303-555 1745 2016-06-02 08:36:00 14 -#> 1163 25 A69-1303-555 1747 2016-06-02 08:38:00 14 -#> 1164 25 A69-1303-555 1749 2016-06-02 08:40:00 14 -#> 1165 25 A69-1303-555 1751 2016-06-02 08:42:00 14 -#> 1166 25 A69-1303-555 1752 2016-06-02 08:44:00 14 -#> 1167 25 A69-1303-555 1754 2016-06-02 08:46:00 14 -#> 1168 25 A69-1303-555 1757 2016-06-02 08:48:00 14 -#> 1169 25 A69-1303-555 1759 2016-06-02 08:50:00 14 -#> 1170 25 A69-1303-555 1760 2016-06-02 08:52:00 14 -#> 1171 25 A69-1303-555 1762 2016-06-02 08:54:00 14 -#> 1172 25 A69-1303-555 1763 2016-06-02 08:56:00 14 -#> 1173 25 A69-1303-555 1765 2016-06-02 09:00:00 14 -#> 1174 25 A69-1303-555 1767 2016-06-02 09:02:00 14 -#> 1175 25 A69-1303-555 1768 2016-06-02 09:04:00 14 -#> 1176 25 A69-1303-555 1770 2016-06-02 09:06:00 14 -#> 1177 25 A69-1303-555 1771 2016-06-02 09:08:00 14 -#> 1178 25 A69-1303-555 1773 2016-06-02 09:10:00 14 -#> 1179 25 A69-1303-555 1774 2016-06-02 09:12:00 14 -#> 1180 25 A69-1303-555 1775 2016-06-02 09:14:00 14 -#> 1181 25 A69-1303-555 1776 2016-06-02 09:16:00 14 -#> 1182 25 A69-1303-555 1777 2016-06-02 09:18:00 14 -#> 1183 25 A69-1303-555 1779 2016-06-02 09:24:00 14 -#> 1184 25 A69-1303-555 1780 2016-06-02 09:30:00 14 -#> 1185 25 A69-1303-555 1781 2016-06-02 09:32:00 14 -#> 1186 25 A69-1303-555 1783 2016-06-02 09:34:00 14 -#> 1187 25 A69-1303-555 1786 2016-06-02 09:36:00 14 -#> 1188 25 A69-1303-555 1788 2016-06-02 09:38:00 14 -#> 1189 25 A69-1303-555 1790 2016-06-02 09:40:00 14 -#> 1190 25 A69-1303-555 1791 2016-06-02 09:42:00 14 -#> 1191 25 A69-1303-555 1793 2016-06-02 09:44:00 14 -#> 1192 25 A69-1303-555 1795 2016-06-02 09:46:00 14 -#> 1193 25 A69-1303-555 1797 2016-06-02 09:48:00 14 -#> 1194 25 A69-1303-555 1798 2016-06-02 09:50:00 14 -#> 1195 25 A69-1303-555 1800 2016-06-02 09:52:00 14 -#> 1196 25 A69-1303-555 1802 2016-06-02 09:54:00 14 -#> 1197 25 A69-1303-555 1804 2016-06-02 09:56:00 14 -#> 1198 25 A69-1303-555 1805 2016-06-02 09:58:00 14 -#> 1199 25 A69-1303-555 1807 2016-06-02 10:00:00 14 -#> 1200 25 A69-1303-555 1809 2016-06-02 10:02:00 14 -#> 1201 25 A69-1303-555 1811 2016-06-02 10:04:00 14 -#> 1202 25 A69-1303-555 1813 2016-06-02 10:06:00 14 -#> 1203 25 A69-1303-555 1815 2016-06-02 10:08:00 14 -#> 1204 25 A69-1303-555 1817 2016-06-02 10:10:00 14 -#> 1205 25 A69-1303-555 1819 2016-06-02 10:12:00 14 -#> 1206 25 A69-1303-555 1821 2016-06-02 10:14:00 14 -#> 1207 25 A69-1303-555 1822 2016-06-02 10:16:00 14 -#> 1208 25 A69-1303-555 1824 2016-06-02 10:18:00 14 -#> 1209 25 A69-1303-555 1826 2016-06-02 10:20:00 14 -#> 1210 25 A69-1303-555 1827 2016-06-02 11:26:00 14 -#> 1211 25 A69-1303-555 1828 2016-06-02 11:28:00 14 -#> 1212 25 A69-1303-555 1830 2016-06-02 11:30:00 14 -#> 1213 25 A69-1303-555 1832 2016-06-02 11:32:00 14 -#> 1214 25 A69-1303-555 1833 2016-06-02 11:34:00 14 -#> 1215 25 A69-1303-555 1835 2016-06-02 11:36:00 14 -#> 1216 25 A69-1303-555 1836 2016-06-02 11:38:00 14 -#> 1217 25 A69-1303-555 1838 2016-06-02 11:40:00 14 -#> 1218 25 A69-1303-555 1840 2016-06-02 11:42:00 14 -#> 1219 25 A69-1303-555 1841 2016-06-02 11:44:00 14 -#> 1220 25 A69-1303-555 1844 2016-06-02 11:46:00 14 -#> 1221 25 A69-1303-555 1846 2016-06-02 11:48:00 14 -#> 1222 25 A69-1303-555 1847 2016-06-02 11:50:00 14 -#> 1223 25 A69-1303-555 1849 2016-06-02 11:52:00 14 -#> 1224 25 A69-1303-555 1850 2016-06-02 11:54:00 14 -#> 1225 25 A69-1303-555 1851 2016-06-02 11:56:00 14 -#> 1226 25 A69-1303-555 1853 2016-06-02 11:58:00 14 -#> 1227 25 A69-1303-555 1856 2016-06-02 12:00:00 14 -#> 1228 25 A69-1303-555 1857 2016-06-02 12:02:00 14 -#> 1229 25 A69-1303-555 1859 2016-06-02 12:04:00 14 -#> 1230 25 A69-1303-555 1861 2016-06-02 12:06:00 14 -#> 1231 25 A69-1303-555 1863 2016-06-02 12:08:00 14 -#> 1232 25 A69-1303-555 1865 2016-06-02 12:10:00 14 -#> 1233 25 A69-1303-555 1867 2016-06-02 12:12:00 14 -#> 1234 25 A69-1303-555 1869 2016-06-02 12:14:00 14 -#> 1235 25 A69-1303-555 1871 2016-06-02 12:16:00 14 -#> 1236 25 A69-1303-555 1873 2016-06-02 12:18:00 14 -#> 1237 25 A69-1303-555 1874 2016-06-02 12:20:00 14 -#> 1238 25 A69-1303-555 1876 2016-06-02 12:22:00 14 -#> 1239 25 A69-1303-555 1877 2016-06-02 12:24:00 14 -#> 1240 25 A69-1303-555 1879 2016-06-02 12:26:00 14 -#> 1241 25 A69-1303-555 1880 2016-06-02 12:28:00 14 -#> 1242 25 A69-1303-555 1882 2016-06-02 12:30:00 14 -#> 1243 25 A69-1303-555 1884 2016-06-02 12:32:00 14 -#> 1244 25 A69-1303-555 1885 2016-06-02 12:34:00 14 -#> 1245 25 A69-1303-555 1888 2016-06-02 12:36:00 14 -#> 1246 25 A69-1303-555 1889 2016-06-02 12:38:00 14 -#> 1247 25 A69-1303-555 1891 2016-06-02 12:40:00 14 -#> 1248 25 A69-1303-555 1894 2016-06-02 12:42:00 14 -#> 1249 25 A69-1303-555 1895 2016-06-02 12:44:00 14 -#> 1250 25 A69-1303-555 1897 2016-06-02 12:46:00 14 -#> 1251 25 A69-1303-555 1898 2016-06-02 12:48:00 14 -#> 1252 25 A69-1303-555 1899 2016-06-02 12:50:00 14 -#> 1253 25 A69-1303-555 1901 2016-06-02 12:52:00 14 -#> 1254 25 A69-1303-555 1903 2016-06-02 12:54:00 14 -#> 1255 25 A69-1303-555 1905 2016-06-02 12:56:00 14 -#> 1256 25 A69-1303-555 1907 2016-06-02 12:58:00 14 -#> 1257 25 A69-1303-555 1908 2016-06-02 13:24:00 14 -#> 1258 25 A69-1303-555 1910 2016-06-02 13:26:00 14 -#> 1259 25 A69-1303-555 1911 2016-06-02 13:28:00 14 -#> 1260 25 A69-1303-555 1914 2016-06-02 13:32:00 14 -#> 1261 25 A69-1303-555 1917 2016-06-02 13:34:00 14 -#> 1262 25 A69-1303-555 1919 2016-06-02 13:36:00 14 -#> 1263 25 A69-1303-555 1920 2016-06-02 13:38:00 14 -#> 1264 25 A69-1303-555 1923 2016-06-02 13:40:00 14 -#> 1265 25 A69-1303-555 1925 2016-06-02 13:44:00 14 -#> 1266 25 A69-1303-555 1926 2016-06-02 13:46:00 14 -#> 1267 25 A69-1303-555 1928 2016-06-02 13:48:00 14 -#> 1268 25 A69-1303-555 1930 2016-06-02 13:50:00 14 -#> 1269 25 A69-1303-555 1932 2016-06-02 13:52:00 14 -#> 1270 25 A69-1303-555 1934 2016-06-02 13:54:00 14 -#> 1271 25 A69-1303-555 1936 2016-06-02 13:56:00 14 -#> 1272 25 A69-1303-555 1938 2016-06-02 13:58:00 14 -#> 1273 25 A69-1303-555 1940 2016-06-02 14:00:00 14 -#> 1274 25 A69-1303-555 1941 2016-06-02 14:02:00 14 -#> 1275 25 A69-1303-555 1943 2016-06-02 14:04:00 14 -#> 1276 25 A69-1303-555 1945 2016-06-02 14:06:00 14 -#> 1277 25 A69-1303-555 1946 2016-06-02 14:08:00 14 -#> 1278 25 A69-1303-555 1948 2016-06-02 14:10:00 14 -#> 1279 25 A69-1303-555 1949 2016-06-02 14:12:00 14 -#> 1280 25 A69-1303-555 1951 2016-06-02 14:18:00 14 -#> 1281 25 A69-1303-555 1952 2016-06-02 14:20:00 14 -#> 1282 25 A69-1303-555 1954 2016-06-02 14:22:00 14 -#> 1283 25 A69-1303-555 1955 2016-06-02 14:24:00 14 -#> 1284 25 A69-1303-555 1957 2016-06-02 14:26:00 14 -#> 1285 25 A69-1303-555 1958 2016-06-02 14:28:00 14 -#> 1286 25 A69-1303-555 1961 2016-06-02 14:30:00 14 -#> 1287 25 A69-1303-555 1963 2016-06-02 14:32:00 14 -#> 1288 25 A69-1303-555 1965 2016-06-02 14:34:00 14 -#> 1289 25 A69-1303-555 1967 2016-06-02 14:36:00 14 -#> 1290 25 A69-1303-555 1969 2016-06-02 14:38:00 14 -#> 1291 25 A69-1303-555 1970 2016-06-02 14:44:00 14 -#> 1292 25 A69-1303-555 1972 2016-06-02 14:46:00 14 -#> 1293 25 A69-1303-555 1974 2016-06-02 14:48:00 14 -#> 1294 25 A69-1303-555 1975 2016-06-02 14:50:00 14 -#> 1295 25 A69-1303-555 1977 2016-06-02 14:52:00 14 -#> 1296 25 A69-1303-555 1979 2016-06-02 14:54:00 14 -#> 1297 25 A69-1303-555 1981 2016-06-02 14:56:00 14 -#> 1298 25 A69-1303-555 1982 2016-06-02 14:58:00 14 -#> 1299 25 A69-1303-555 1983 2016-06-02 15:00:00 14 -#> 1300 25 A69-1303-555 1984 2016-06-02 15:02:00 14 -#> 1301 25 A69-1303-555 1985 2016-06-02 15:04:00 14 -#> 1302 25 A69-1303-555 1987 2016-06-02 15:06:00 14 -#> 1303 25 A69-1303-555 1989 2016-06-02 15:08:00 14 -#> 1304 25 A69-1303-555 1991 2016-06-02 15:12:00 14 -#> 1305 25 A69-1303-555 1993 2016-06-02 15:14:00 14 -#> 1306 25 A69-1303-555 1994 2016-06-02 15:16:00 14 -#> 1307 25 A69-1303-555 1995 2016-06-02 15:18:00 14 -#> 1308 25 A69-1303-555 1996 2016-06-02 15:20:00 14 -#> 1309 25 A69-1303-555 1997 2016-06-02 15:34:00 14 -#> 1310 25 A69-1303-555 1998 2016-06-02 15:36:00 14 -#> 1311 25 A69-1303-555 1999 2016-06-02 15:48:00 14 -#> 1312 25 A69-1303-555 2000 2016-06-02 15:50:00 14 -#> 1313 25 A69-1303-555 2002 2016-06-02 15:52:00 14 -#> 1314 25 A69-1303-555 2003 2016-06-02 15:54:00 14 -#> 1315 25 A69-1303-555 2005 2016-06-02 15:56:00 14 -#> 1316 25 A69-1303-555 2006 2016-06-02 15:58:00 14 -#> 1317 25 A69-1303-555 2009 2016-06-02 16:00:00 14 -#> 1318 25 A69-1303-555 2012 2016-06-02 16:02:00 14 -#> 1319 25 A69-1303-555 2014 2016-06-02 16:04:00 14 -#> 1320 25 A69-1303-555 2016 2016-06-02 16:06:00 14 -#> 1321 25 A69-1303-555 2018 2016-06-02 16:08:00 14 -#> 1322 25 A69-1303-555 2019 2016-06-02 16:10:00 14 -#> 1323 25 A69-1303-555 2021 2016-06-02 16:12:00 14 -#> 1324 25 A69-1303-555 2023 2016-06-02 16:14:00 14 -#> 1325 25 A69-1303-555 2024 2016-06-02 16:16:00 14 -#> 1326 25 A69-1303-555 2026 2016-06-02 16:20:00 14 -#> 1327 25 A69-1303-555 2027 2016-06-02 16:22:00 14 -#> 1328 25 A69-1303-555 2028 2016-06-02 16:24:00 14 -#> 1329 25 A69-1303-555 2029 2016-06-02 16:26:00 14 -#> 1330 25 A69-1303-555 2030 2016-06-02 16:28:00 14 -#> 1331 25 A69-1303-555 2031 2016-06-02 16:38:00 14 -#> 1332 25 A69-1303-555 2032 2016-06-02 16:46:00 14 -#> 1333 25 A69-1303-555 2033 2016-06-02 16:48:00 14 -#> 1334 25 A69-1303-555 2034 2016-06-02 16:50:00 14 -#> 1335 25 A69-1303-555 2035 2016-06-02 16:52:00 14 -#> 1336 25 A69-1303-555 2036 2016-06-02 16:56:00 14 -#> 1337 25 A69-1303-555 2037 2016-06-02 16:58:00 14 -#> 1338 25 A69-1303-555 2040 2016-06-02 17:00:00 14 -#> 1339 25 A69-1303-555 2041 2016-06-02 17:14:00 14 -#> 1340 25 A69-1303-555 2042 2016-06-02 17:20:00 14 -#> 1341 25 A69-1303-555 2043 2016-06-02 17:24:00 14 -#> 1342 25 A69-1303-555 2044 2016-06-02 17:26:00 14 -#> 1343 25 A69-1303-555 2045 2016-06-02 17:28:00 14 -#> 1344 25 A69-1303-555 2047 2016-06-02 17:30:00 14 -#> 1345 25 A69-1303-555 2049 2016-06-02 17:32:00 14 -#> 1346 25 A69-1303-555 2051 2016-06-02 17:34:00 14 -#> 1347 25 A69-1303-555 2052 2016-06-02 17:36:00 14 -#> 1348 25 A69-1303-555 2054 2016-06-02 17:38:00 14 -#> 1349 25 A69-1303-555 2056 2016-06-02 17:40:00 14 -#> 1350 25 A69-1303-555 2058 2016-06-02 17:42:00 14 -#> 1351 25 A69-1303-555 2061 2016-06-02 17:44:00 14 -#> 1352 25 A69-1303-555 2064 2016-06-02 17:46:00 14 -#> 1353 25 A69-1303-555 2066 2016-06-02 17:48:00 14 -#> 1354 25 A69-1303-555 2068 2016-06-02 17:50:00 14 -#> 1355 25 A69-1303-555 2069 2016-06-02 17:52:00 14 -#> 1356 25 A69-1303-555 2071 2016-06-02 17:54:00 14 -#> 1357 25 A69-1303-555 2073 2016-06-02 17:56:00 14 -#> 1358 25 A69-1303-555 2075 2016-06-02 17:58:00 14 -#> 1359 25 A69-1303-555 2077 2016-06-02 18:00:00 14 -#> 1360 25 A69-1303-555 2079 2016-06-02 18:02:00 14 -#> 1361 25 A69-1303-555 2081 2016-06-02 18:04:00 14 -#> 1362 25 A69-1303-555 2083 2016-06-02 18:06:00 14 -#> 1363 25 A69-1303-555 2084 2016-06-02 18:08:00 14 -#> 1364 25 A69-1303-555 2086 2016-06-02 18:10:00 14 -#> 1365 25 A69-1303-555 2087 2016-06-02 18:12:00 14 -#> 1366 25 A69-1303-555 2089 2016-06-02 18:14:00 14 -#> 1367 25 A69-1303-555 2091 2016-06-02 18:16:00 14 -#> 1368 25 A69-1303-555 2093 2016-06-02 18:18:00 14 -#> 1369 25 A69-1303-555 2095 2016-06-02 18:20:00 14 -#> 1370 25 A69-1303-555 2098 2016-06-02 18:22:00 14 -#> 1371 25 A69-1303-555 2099 2016-06-02 18:24:00 14 -#> 1372 25 A69-1303-555 2101 2016-06-02 18:26:00 14 -#> 1373 25 A69-1303-555 2102 2016-06-02 18:28:00 14 -#> 1374 25 A69-1303-555 2104 2016-06-02 18:30:00 14 -#> 1375 25 A69-1303-555 2106 2016-06-02 18:32:00 14 -#> 1376 25 A69-1303-555 2107 2016-06-02 18:34:00 14 -#> 1377 25 A69-1303-555 2109 2016-06-02 18:36:00 14 -#> 1378 25 A69-1303-555 2112 2016-06-02 18:38:00 14 -#> 1379 25 A69-1303-555 2114 2016-06-02 18:40:00 14 -#> 1380 25 A69-1303-555 2115 2016-06-02 18:42:00 14 -#> 1381 25 A69-1303-555 2118 2016-06-02 18:44:00 14 -#> 1382 25 A69-1303-555 2119 2016-06-02 18:46:00 14 -#> 1383 25 A69-1303-555 2121 2016-06-02 18:48:00 14 -#> 1384 25 A69-1303-555 2123 2016-06-02 18:50:00 14 -#> 1385 25 A69-1303-555 2125 2016-06-02 18:52:00 14 -#> 1386 25 A69-1303-555 2127 2016-06-02 18:54:00 14 -#> 1387 25 A69-1303-555 2129 2016-06-02 18:56:00 14 -#> 1388 25 A69-1303-555 2131 2016-06-02 18:58:00 14 -#> 1389 25 A69-1303-555 2133 2016-06-02 19:00:00 14 -#> 1390 25 A69-1303-555 2135 2016-06-02 19:02:00 14 -#> 1391 25 A69-1303-555 2137 2016-06-02 19:04:00 14 -#> 1392 25 A69-1303-555 2138 2016-06-02 19:06:00 14 -#> 1393 25 A69-1303-555 2139 2016-06-02 19:08:00 14 -#> 1394 25 A69-1303-555 2140 2016-06-02 19:10:00 14 -#> 1395 25 A69-1303-555 2141 2016-06-02 19:16:00 14 -#> 1396 25 A69-1303-555 2143 2016-06-02 19:18:00 14 -#> 1397 25 A69-1303-555 2145 2016-06-02 19:20:00 14 -#> 1398 25 A69-1303-555 2147 2016-06-02 19:22:00 14 -#> 1399 25 A69-1303-555 2149 2016-06-02 19:24:00 14 -#> 1400 25 A69-1303-555 2150 2016-06-02 19:26:00 14 -#> 1401 25 A69-1303-555 2152 2016-06-02 19:28:00 14 -#> 1402 25 A69-1303-555 2155 2016-06-02 19:30:00 14 -#> 1403 25 A69-1303-555 2157 2016-06-02 19:32:00 14 -#> 1404 25 A69-1303-555 2158 2016-06-02 19:34:00 14 -#> 1405 25 A69-1303-555 2159 2016-06-02 19:36:00 14 -#> 1406 25 A69-1303-555 2160 2016-06-02 19:38:00 14 -#> 1407 25 A69-1303-555 2161 2016-06-02 19:46:00 14 -#> 1408 25 A69-1303-555 2162 2016-06-02 19:54:00 14 -#> 1409 25 A69-1303-555 2163 2016-06-02 19:56:00 14 -#> 1410 25 A69-1303-555 2164 2016-06-02 19:58:00 14 -#> 1411 25 A69-1303-555 2165 2016-06-02 20:22:00 14 -#> 1412 25 A69-1303-555 2166 2016-06-02 20:24:00 14 -#> 1413 25 A69-1303-555 2167 2016-06-02 20:26:00 14 -#> 1414 25 A69-1303-555 2169 2016-06-02 20:28:00 14 -#> 1415 25 A69-1303-555 2171 2016-06-02 20:34:00 14 -#> 1416 25 A69-1303-555 2172 2016-06-02 20:36:00 14 -#> 1417 25 A69-1303-555 2175 2016-06-02 20:38:00 14 -#> 1418 25 A69-1303-555 2176 2016-06-02 20:40:00 14 -#> 1419 25 A69-1303-555 2177 2016-06-02 20:42:00 14 -#> 1420 25 A69-1303-555 2178 2016-06-02 20:44:00 14 -#> 1421 25 A69-1303-555 2179 2016-06-02 20:46:00 14 -#> 1422 25 A69-1303-555 2180 2016-06-02 20:48:00 14 -#> 1423 25 A69-1303-555 2181 2016-06-02 20:50:00 14 -#> 1424 25 A69-1303-555 2184 2016-06-02 20:52:00 14 -#> 1425 25 A69-1303-555 2186 2016-06-02 20:54:00 14 -#> 1426 25 A69-1303-555 2187 2016-06-02 20:56:00 14 -#> 1427 25 A69-1303-555 2188 2016-06-02 20:58:00 14 -#> 1428 25 A69-1303-555 2189 2016-06-02 21:00:00 14 -#> 1429 25 A69-1303-555 2191 2016-06-02 21:02:00 14 -#> 1430 25 A69-1303-555 2193 2016-06-02 21:04:00 14 -#> 1431 25 A69-1303-555 2194 2016-06-02 21:06:00 14 -#> 1432 25 A69-1303-555 2196 2016-06-02 21:08:00 14 -#> 1433 25 A69-1303-555 2198 2016-06-02 21:10:00 14 -#> 1434 25 A69-1303-555 2199 2016-06-02 21:12:00 14 -#> 1435 25 A69-1303-555 2202 2016-06-02 21:14:00 14 -#> 1436 25 A69-1303-555 2204 2016-06-02 21:16:00 14 -#> 1437 25 A69-1303-555 2206 2016-06-02 21:18:00 14 -#> 1438 25 A69-1303-555 2208 2016-06-02 21:20:00 14 -#> 1439 25 A69-1303-555 2210 2016-06-02 21:22:00 14 -#> 1440 25 A69-1303-555 2213 2016-06-02 21:24:00 14 -#> 1441 25 A69-1303-555 2214 2016-06-02 21:30:00 14 -#> 1442 25 A69-1303-555 2215 2016-06-02 21:32:00 14 -#> 1443 25 A69-1303-555 2217 2016-06-02 21:34:00 14 -#> 1444 25 A69-1303-555 2218 2016-06-02 21:36:00 14 -#> 1445 25 A69-1303-555 2219 2016-06-03 00:40:00 14 -#> 1446 25 A69-1303-555 2220 2016-06-03 00:42:00 14 -#> 1447 25 A69-1303-555 2223 2016-06-03 00:44:00 14 -#> 1448 25 A69-1303-555 2224 2016-06-03 00:52:00 14 -#> 1449 25 A69-1303-555 2226 2016-06-03 02:24:00 14 -#> 1450 25 A69-1303-555 2227 2016-06-03 02:26:00 14 -#> 1451 25 A69-1303-555 2228 2016-06-03 02:28:00 14 -#> 1452 25 A69-1303-555 2230 2016-06-03 02:30:00 14 -#> 1453 25 A69-1303-555 2232 2016-06-03 02:32:00 14 -#> 1454 25 A69-1303-555 2234 2016-06-03 02:34:00 14 -#> 1455 25 A69-1303-555 2236 2016-06-03 02:36:00 14 -#> 1456 25 A69-1303-555 2238 2016-06-03 02:38:00 14 -#> 1457 25 A69-1303-555 2239 2016-06-03 02:40:00 14 -#> 1458 25 A69-1303-555 2242 2016-06-03 02:42:00 14 -#> 1459 25 A69-1303-555 2244 2016-06-03 02:44:00 14 -#> 1460 25 A69-1303-555 2245 2016-06-03 02:46:00 14 -#> 1461 25 A69-1303-555 2246 2016-06-03 02:48:00 14 -#> 1462 25 A69-1303-555 2248 2016-06-03 02:50:00 14 -#> 1463 25 A69-1303-555 2249 2016-06-03 02:52:00 14 -#> 1464 25 A69-1303-555 2251 2016-06-03 02:54:00 14 -#> 1465 25 A69-1303-555 2253 2016-06-03 02:56:00 14 -#> 1466 25 A69-1303-555 2255 2016-06-03 02:58:00 14 -#> 1467 25 A69-1303-555 2257 2016-06-03 03:00:00 14 -#> 1468 25 A69-1303-555 2259 2016-06-03 03:02:00 14 -#> 1469 25 A69-1303-555 2261 2016-06-03 03:04:00 14 -#> 1470 25 A69-1303-555 2263 2016-06-03 03:06:00 14 -#> 1471 25 A69-1303-555 2265 2016-06-03 03:08:00 14 -#> 1472 25 A69-1303-555 2266 2016-06-03 03:22:00 14 -#> 1473 25 A69-1303-555 2268 2016-06-03 03:24:00 14 -#> 1474 25 A69-1303-555 2270 2016-06-03 03:26:00 14 -#> 1475 25 A69-1303-555 2272 2016-06-03 03:28:00 14 -#> 1476 25 A69-1303-555 2274 2016-06-03 03:30:00 14 -#> 1477 25 A69-1303-555 2275 2016-06-03 03:32:00 14 -#> 1478 25 A69-1303-555 2277 2016-06-03 03:34:00 14 -#> 1479 25 A69-1303-555 2279 2016-06-03 03:36:00 14 -#> 1480 25 A69-1303-555 2280 2016-06-03 03:38:00 14 -#> 1481 25 A69-1303-555 2283 2016-06-03 03:40:00 14 -#> 1482 25 A69-1303-555 2285 2016-06-03 03:42:00 14 -#> 1483 25 A69-1303-555 2286 2016-06-03 03:44:00 14 -#> 1484 25 A69-1303-555 2288 2016-06-03 03:46:00 14 -#> 1485 25 A69-1303-555 2290 2016-06-03 03:48:00 14 -#> 1486 25 A69-1303-555 2292 2016-06-03 03:50:00 14 -#> 1487 25 A69-1303-555 2294 2016-06-03 03:52:00 14 -#> 1488 25 A69-1303-555 2297 2016-06-03 03:54:00 14 -#> 1489 25 A69-1303-555 2299 2016-06-03 03:56:00 14 -#> 1490 25 A69-1303-555 2301 2016-06-03 03:58:00 14 -#> 1491 25 A69-1303-555 2303 2016-06-03 04:00:00 14 -#> 1492 25 A69-1303-555 2304 2016-06-03 04:02:00 14 -#> 1493 25 A69-1303-555 2307 2016-06-03 04:04:00 14 -#> 1494 25 A69-1303-555 2309 2016-06-03 04:06:00 14 -#> 1495 25 A69-1303-555 2311 2016-06-03 04:08:00 14 -#> 1496 25 A69-1303-555 2313 2016-06-03 04:10:00 14 -#> 1497 25 A69-1303-555 2314 2016-06-03 04:12:00 14 -#> 1498 25 A69-1303-555 2316 2016-06-03 04:14:00 14 -#> 1499 25 A69-1303-555 2318 2016-06-03 04:16:00 14 -#> 1500 25 A69-1303-555 2319 2016-06-03 04:18:00 14 -#> 1501 25 A69-1303-555 2321 2016-06-03 04:20:00 14 -#> 1502 25 A69-1303-555 2323 2016-06-03 04:24:00 14 -#> 1503 25 A69-1303-555 2325 2016-06-03 04:28:00 14 -#> 1504 25 A69-1303-555 2326 2016-06-03 04:30:00 14 -#> 1505 25 A69-1303-555 2327 2016-06-03 04:32:00 14 -#> 1506 25 A69-1303-555 2328 2016-06-03 04:48:00 14 -#> 1507 25 A69-1303-555 2329 2016-06-03 04:52:00 14 -#> 1508 25 A69-1303-555 2330 2016-06-03 04:54:00 14 -#> 1509 25 A69-1303-555 2331 2016-06-03 04:58:00 14 -#> 1510 25 A69-1303-555 2332 2016-06-03 05:06:00 14 -#> 1511 25 A69-1303-555 2333 2016-06-03 05:10:00 14 -#> 1512 25 A69-1303-555 2335 2016-06-03 05:12:00 14 -#> 1513 25 A69-1303-555 2337 2016-06-03 05:14:00 14 -#> 1514 25 A69-1303-555 2338 2016-06-03 05:16:00 14 -#> 1515 25 A69-1303-555 2340 2016-06-03 05:18:00 14 -#> 1516 25 A69-1303-555 2341 2016-06-03 05:20:00 14 -#> 1517 25 A69-1303-555 2342 2016-06-03 05:22:00 14 -#> 1518 25 A69-1303-555 2344 2016-06-03 05:24:00 14 -#> 1519 25 A69-1303-555 2346 2016-06-03 05:26:00 14 -#> 1520 25 A69-1303-555 2350 2016-06-03 05:28:00 14 -#> 1521 25 A69-1303-555 2352 2016-06-03 05:30:00 14 -#> 1522 25 A69-1303-555 2354 2016-06-03 05:32:00 14 -#> 1523 25 A69-1303-555 2355 2016-06-03 05:34:00 14 -#> 1524 25 A69-1303-555 2358 2016-06-03 05:40:00 14 -#> 1525 25 A69-1303-555 2359 2016-06-03 05:56:00 14 -#> 1526 25 A69-1303-555 2360 2016-06-03 05:58:00 14 -#> 1527 25 A69-1303-555 2361 2016-06-03 06:06:00 14 -#> 1528 25 A69-1303-555 2362 2016-06-03 06:08:00 14 -#> 1529 25 A69-1303-555 2363 2016-06-03 06:10:00 14 -#> 1530 25 A69-1303-555 2364 2016-06-03 06:12:00 14 -#> 1531 25 A69-1303-555 2365 2016-06-03 06:14:00 14 -#> 1532 25 A69-1303-555 2366 2016-06-03 06:16:00 14 -#> 1533 25 A69-1303-555 2368 2016-06-03 06:18:00 14 -#> 1534 25 A69-1303-555 2371 2016-06-03 06:20:00 14 -#> 1535 25 A69-1303-555 2373 2016-06-03 06:22:00 14 -#> 1536 25 A69-1303-555 2375 2016-06-03 06:24:00 14 -#> 1537 25 A69-1303-555 2377 2016-06-03 06:26:00 14 -#> 1538 25 A69-1303-555 2378 2016-06-03 06:28:00 14 -#> 1539 25 A69-1303-555 2379 2016-06-03 06:30:00 14 -#> 1540 25 A69-1303-555 2381 2016-06-03 06:32:00 14 -#> 1541 25 A69-1303-555 2383 2016-06-03 06:34:00 14 -#> 1542 25 A69-1303-555 2385 2016-06-03 06:36:00 14 -#> 1543 25 A69-1303-555 2387 2016-06-03 06:38:00 14 -#> 1544 25 A69-1303-555 2389 2016-06-03 06:40:00 14 -#> 1545 25 A69-1303-555 2391 2016-06-03 06:42:00 14 -#> 1546 25 A69-1303-555 2392 2016-06-03 06:44:00 14 -#> 1547 25 A69-1303-555 2393 2016-06-03 06:50:00 14 -#> 1548 25 A69-1303-555 2394 2016-06-03 06:54:00 14 -#> 1549 25 A69-1303-555 2396 2016-06-03 06:56:00 14 -#> 1550 25 A69-1303-555 2398 2016-06-03 06:58:00 14 -#> 1551 25 A69-1303-555 2399 2016-06-03 07:00:00 14 -#> 1552 25 A69-1303-555 2400 2016-06-03 07:02:00 14 -#> 1553 25 A69-1303-555 2401 2016-06-03 07:08:00 14 -#> 1554 25 A69-1303-555 2403 2016-06-03 07:10:00 14 -#> 1555 25 A69-1303-555 2405 2016-06-03 07:14:00 14 -#> 1556 25 A69-1303-555 2408 2016-06-03 07:16:00 14 -#> 1557 25 A69-1303-555 2409 2016-06-03 07:20:00 14 -#> 1558 25 A69-1303-555 2410 2016-06-03 07:22:00 14 -#> 1559 25 A69-1303-555 2411 2016-06-03 07:26:00 14 -#> 1560 25 A69-1303-555 2412 2016-06-03 07:38:00 14 -#> 1561 25 A69-1303-555 2413 2016-06-03 07:40:00 14 -#> 1562 25 A69-1303-555 2415 2016-06-03 07:46:00 14 -#> 1563 25 A69-1303-555 2416 2016-06-03 07:48:00 14 -#> 1564 25 A69-1303-555 2418 2016-06-03 07:50:00 14 -#> 1565 25 A69-1303-555 2419 2016-06-03 07:52:00 14 -#> 1566 25 A69-1303-555 2420 2016-06-03 07:54:00 14 -#> 1567 25 A69-1303-555 2421 2016-06-03 07:56:00 14 -#> 1568 25 A69-1303-555 2422 2016-06-03 07:58:00 14 -#> 1569 25 A69-1303-555 2424 2016-06-03 08:00:00 14 -#> 1570 25 A69-1303-555 2425 2016-06-03 08:02:00 14 -#> 1571 25 A69-1303-555 2426 2016-06-03 08:06:00 14 -#> 1572 25 A69-1303-555 2428 2016-06-03 08:08:00 14 -#> 1573 25 A69-1303-555 2429 2016-06-03 08:18:00 14 -#> 1574 25 A69-1303-555 2431 2016-06-03 08:20:00 14 -#> 1575 25 A69-1303-555 2433 2016-06-03 08:22:00 14 -#> 1576 25 A69-1303-555 2435 2016-06-03 08:24:00 14 -#> 1577 25 A69-1303-555 2437 2016-06-03 08:26:00 14 -#> 1578 25 A69-1303-555 2439 2016-06-03 08:28:00 14 -#> 1579 25 A69-1303-555 2440 2016-06-03 08:30:00 14 -#> 1580 25 A69-1303-555 2443 2016-06-03 08:32:00 14 -#> 1581 25 A69-1303-555 2444 2016-06-03 08:34:00 14 -#> 1582 25 A69-1303-555 2446 2016-06-03 08:36:00 14 -#> 1583 25 A69-1303-555 2448 2016-06-03 08:38:00 14 -#> 1584 25 A69-1303-555 2449 2016-06-03 08:40:00 14 -#> 1585 25 A69-1303-555 2452 2016-06-03 08:42:00 14 -#> 1586 25 A69-1303-555 2454 2016-06-03 08:44:00 14 -#> 1587 25 A69-1303-555 2456 2016-06-03 08:46:00 14 -#> 1588 25 A69-1303-555 2457 2016-06-03 08:52:00 14 -#> 1589 25 A69-1303-555 2458 2016-06-03 08:54:00 14 -#> 1590 25 A69-1303-555 2460 2016-06-03 08:56:00 14 -#> 1591 25 A69-1303-555 2463 2016-06-03 08:58:00 14 -#> 1592 25 A69-1303-555 2465 2016-06-03 09:00:00 14 -#> 1593 25 A69-1303-555 2467 2016-06-03 09:02:00 14 -#> 1594 25 A69-1303-555 2468 2016-06-03 09:04:00 14 -#> 1595 25 A69-1303-555 2469 2016-06-03 09:06:00 14 -#> 1596 25 A69-1303-555 2472 2016-06-03 09:08:00 14 -#> 1597 25 A69-1303-555 2474 2016-06-03 09:10:00 14 -#> 1598 25 A69-1303-555 2476 2016-06-03 09:14:00 14 -#> 1599 25 A69-1303-555 2478 2016-06-03 09:16:00 14 -#> 1600 25 A69-1303-555 2479 2016-06-03 09:18:00 14 -#> 1601 25 A69-1303-555 2482 2016-06-03 09:20:00 14 -#> 1602 25 A69-1303-555 2484 2016-06-03 09:22:00 14 -#> 1603 25 A69-1303-555 2486 2016-06-03 09:24:00 14 -#> 1604 25 A69-1303-555 2489 2016-06-03 09:26:00 14 -#> 1605 25 A69-1303-555 2490 2016-06-03 09:28:00 14 -#> 1606 25 A69-1303-555 2492 2016-06-03 09:32:00 14 -#> 1607 25 A69-1303-555 2494 2016-06-03 09:34:00 14 -#> 1608 25 A69-1303-555 2496 2016-06-03 09:36:00 14 -#> 1609 25 A69-1303-555 2498 2016-06-03 09:38:00 14 -#> 1610 25 A69-1303-555 2500 2016-06-03 09:40:00 14 -#> 1611 25 A69-1303-555 2502 2016-06-03 09:42:00 14 -#> 1612 25 A69-1303-555 2503 2016-06-03 09:44:00 14 -#> 1613 25 A69-1303-555 2505 2016-06-03 09:46:00 14 -#> 1614 25 A69-1303-555 2507 2016-06-03 09:48:00 14 -#> 1615 25 A69-1303-555 2509 2016-06-03 09:50:00 14 -#> 1616 25 A69-1303-555 2511 2016-06-03 09:52:00 14 -#> 1617 25 A69-1303-555 2513 2016-06-03 09:54:00 14 -#> 1618 25 A69-1303-555 2515 2016-06-03 09:56:00 14 -#> 1619 25 A69-1303-555 2517 2016-06-03 09:58:00 14 -#> 1620 25 A69-1303-555 2519 2016-06-03 10:00:00 14 -#> 1621 25 A69-1303-555 2521 2016-06-03 10:02:00 14 -#> 1622 25 A69-1303-555 2523 2016-06-03 10:04:00 14 -#> 1623 25 A69-1303-555 2526 2016-06-03 10:06:00 14 -#> 1624 25 A69-1303-555 2527 2016-06-03 10:08:00 14 -#> 1625 25 A69-1303-555 2529 2016-06-03 10:10:00 14 -#> 1626 25 A69-1303-555 2531 2016-06-03 10:12:00 14 -#> 1627 25 A69-1303-555 2533 2016-06-03 10:14:00 14 -#> 1628 25 A69-1303-555 2535 2016-06-03 10:16:00 14 -#> 1629 25 A69-1303-555 2537 2016-06-03 10:20:00 14 -#> 1630 25 A69-1303-555 2539 2016-06-03 10:22:00 14 -#> 1631 25 A69-1303-555 2540 2016-06-03 10:24:00 14 -#> 1632 25 A69-1303-555 2542 2016-06-03 10:26:00 14 -#> 1633 25 A69-1303-555 2544 2016-06-03 10:28:00 14 -#> 1634 25 A69-1303-555 2546 2016-06-03 10:30:00 14 -#> 1635 25 A69-1303-555 2548 2016-06-03 10:32:00 14 -#> 1636 25 A69-1303-555 2550 2016-06-03 10:34:00 14 -#> 1637 25 A69-1303-555 2552 2016-06-03 10:36:00 14 -#> 1638 25 A69-1303-555 2554 2016-06-03 10:38:00 14 -#> 1639 25 A69-1303-555 2556 2016-06-03 10:40:00 14 -#> 1640 25 A69-1303-555 2557 2016-06-03 10:42:00 14 -#> 1641 25 A69-1303-555 2558 2016-06-03 10:44:00 14 -#> 1642 25 A69-1303-555 2560 2016-06-03 10:46:00 14 -#> 1643 25 A69-1303-555 2562 2016-06-03 10:48:00 14 -#> 1644 25 A69-1303-555 2564 2016-06-03 10:50:00 14 -#> 1645 25 A69-1303-555 2565 2016-06-03 10:52:00 14 -#> 1646 25 A69-1303-555 2567 2016-06-03 10:54:00 14 -#> 1647 25 A69-1303-555 2570 2016-06-03 10:56:00 14 -#> 1648 25 A69-1303-555 2572 2016-06-03 10:58:00 14 -#> 1649 25 A69-1303-555 2573 2016-06-03 11:00:00 14 -#> 1650 25 A69-1303-555 2575 2016-06-03 11:02:00 14 -#> 1651 25 A69-1303-555 2578 2016-06-03 11:04:00 14 -#> 1652 25 A69-1303-555 2580 2016-06-03 11:06:00 14 -#> 1653 25 A69-1303-555 2582 2016-06-03 11:08:00 14 -#> 1654 25 A69-1303-555 2584 2016-06-03 11:10:00 14 -#> 1655 25 A69-1303-555 2586 2016-06-03 11:12:00 14 -#> 1656 25 A69-1303-555 2589 2016-06-03 11:14:00 14 -#> 1657 25 A69-1303-555 2590 2016-06-03 11:16:00 14 -#> 1658 25 A69-1303-555 2592 2016-06-03 11:18:00 14 -#> 1659 25 A69-1303-555 2594 2016-06-03 11:20:00 14 -#> 1660 25 A69-1303-555 2596 2016-06-03 11:22:00 14 -#> 1661 25 A69-1303-555 2597 2016-06-03 11:24:00 14 -#> 1662 25 A69-1303-555 2599 2016-06-03 11:26:00 14 -#> 1663 25 A69-1303-555 2601 2016-06-03 11:28:00 14 -#> 1664 25 A69-1303-555 2603 2016-06-03 11:30:00 14 -#> 1665 25 A69-1303-555 2604 2016-06-03 11:32:00 14 -#> 1666 25 A69-1303-555 2606 2016-06-03 11:34:00 14 -#> 1667 25 A69-1303-555 2607 2016-06-03 11:36:00 14 -#> 1668 25 A69-1303-555 2610 2016-06-03 11:38:00 14 -#> 1669 25 A69-1303-555 2611 2016-06-03 11:40:00 14 -#> 1670 25 A69-1303-555 2614 2016-06-03 11:42:00 14 -#> 1671 25 A69-1303-555 2616 2016-06-03 11:44:00 14 -#> 1672 25 A69-1303-555 2617 2016-06-03 11:46:00 14 -#> 1673 25 A69-1303-555 2619 2016-06-03 11:48:00 14 -#> 1674 25 A69-1303-555 2621 2016-06-03 11:50:00 14 -#> 1675 25 A69-1303-555 2623 2016-06-03 11:52:00 14 -#> 1676 25 A69-1303-555 2625 2016-06-03 11:54:00 14 -#> 1677 25 A69-1303-555 2627 2016-06-03 11:56:00 14 -#> 1678 25 A69-1303-555 2629 2016-06-03 11:58:00 14 -#> 1679 25 A69-1303-555 2631 2016-06-03 12:00:00 14 -#> 1680 25 A69-1303-555 2633 2016-06-03 12:02:00 14 -#> 1681 25 A69-1303-555 2635 2016-06-03 12:04:00 14 -#> 1682 25 A69-1303-555 2638 2016-06-03 12:06:00 14 -#> 1683 25 A69-1303-555 2640 2016-06-03 12:08:00 14 -#> 1684 25 A69-1303-555 2642 2016-06-03 12:10:00 14 -#> 1685 25 A69-1303-555 2643 2016-06-03 12:12:00 14 -#> 1686 25 A69-1303-555 2644 2016-06-03 12:14:00 14 -#> 1687 25 A69-1303-555 2645 2016-06-03 12:16:00 14 -#> 1688 25 A69-1303-555 2648 2016-06-03 12:18:00 14 -#> 1689 25 A69-1303-555 2650 2016-06-03 12:24:00 14 -#> 1690 25 A69-1303-555 2652 2016-06-03 12:26:00 14 -#> 1691 25 A69-1303-555 2655 2016-06-03 12:28:00 14 -#> 1692 25 A69-1303-555 2656 2016-06-03 12:30:00 14 -#> 1693 25 A69-1303-555 2658 2016-06-03 12:32:00 14 -#> 1694 25 A69-1303-555 2660 2016-06-03 12:34:00 14 -#> 1695 25 A69-1303-555 2661 2016-06-03 12:36:00 14 -#> 1696 25 A69-1303-555 2663 2016-06-03 12:38:00 14 -#> 1697 25 A69-1303-555 2665 2016-06-03 12:40:00 14 -#> 1698 25 A69-1303-555 2667 2016-06-03 12:42:00 14 -#> 1699 25 A69-1303-555 2669 2016-06-03 12:44:00 14 -#> 1700 25 A69-1303-555 2672 2016-06-03 12:46:00 14 -#> 1701 25 A69-1303-555 2673 2016-06-03 12:48:00 14 -#> 1702 25 A69-1303-555 2675 2016-06-03 12:50:00 14 -#> 1703 25 A69-1303-555 2677 2016-06-03 12:52:00 14 -#> 1704 25 A69-1303-555 2678 2016-06-03 12:54:00 14 -#> 1705 25 A69-1303-555 2680 2016-06-03 12:56:00 14 -#> 1706 25 A69-1303-555 2683 2016-06-03 12:58:00 14 -#> 1707 25 A69-1303-555 2684 2016-06-03 13:00:00 14 -#> 1708 25 A69-1303-555 2686 2016-06-03 13:02:00 14 -#> 1709 25 A69-1303-555 2688 2016-06-03 13:04:00 14 -#> 1710 25 A69-1303-555 2690 2016-06-03 13:06:00 14 -#> 1711 25 A69-1303-555 2692 2016-06-03 13:08:00 14 -#> 1712 25 A69-1303-555 2694 2016-06-03 13:10:00 14 -#> 1713 25 A69-1303-555 2696 2016-06-03 13:12:00 14 -#> 1714 25 A69-1303-555 2699 2016-06-03 13:14:00 14 -#> 1715 25 A69-1303-555 2700 2016-06-03 13:16:00 14 -#> 1716 25 A69-1303-555 2702 2016-06-03 13:18:00 14 -#> 1717 25 A69-1303-555 2704 2016-06-03 13:22:00 14 -#> 1718 25 A69-1303-555 2707 2016-06-03 13:26:00 14 -#> 1719 25 A69-1303-555 2708 2016-06-03 13:28:00 14 -#> 1720 25 A69-1303-555 2710 2016-06-03 13:30:00 14 -#> 1721 25 A69-1303-555 2712 2016-06-03 13:32:00 14 -#> 1722 25 A69-1303-555 2713 2016-06-03 13:34:00 14 -#> 1723 25 A69-1303-555 2715 2016-06-03 13:36:00 14 -#> 1724 25 A69-1303-555 2717 2016-06-03 13:38:00 14 -#> 1725 25 A69-1303-555 2718 2016-06-03 13:40:00 14 -#> 1726 25 A69-1303-555 2720 2016-06-03 13:42:00 14 -#> 1727 25 A69-1303-555 2722 2016-06-03 13:44:00 14 -#> 1728 25 A69-1303-555 2725 2016-06-03 13:46:00 14 -#> 1729 25 A69-1303-555 2727 2016-06-03 13:48:00 14 -#> 1730 25 A69-1303-555 2728 2016-06-03 13:50:00 14 -#> 1731 25 A69-1303-555 2730 2016-06-03 13:52:00 14 -#> 1732 25 A69-1303-555 2732 2016-06-03 13:54:00 14 -#> 1733 25 A69-1303-555 2734 2016-06-03 13:56:00 14 -#> 1734 25 A69-1303-555 2736 2016-06-03 13:58:00 14 -#> 1735 25 A69-1303-555 2738 2016-06-03 14:00:00 14 -#> 1736 25 A69-1303-555 2740 2016-06-03 14:02:00 14 -#> 1737 25 A69-1303-555 2741 2016-06-03 14:04:00 14 -#> 1738 25 A69-1303-555 2744 2016-06-03 14:06:00 14 -#> 1739 25 A69-1303-555 2745 2016-06-03 14:12:00 14 -#> 1740 25 A69-1303-555 2746 2016-06-03 14:14:00 14 -#> 1741 25 A69-1303-555 2748 2016-06-03 14:16:00 14 -#> 1742 25 A69-1303-555 2749 2016-06-03 14:18:00 14 -#> 1743 25 A69-1303-555 2751 2016-06-03 14:30:00 14 -#> 1744 25 A69-1303-555 2753 2016-06-03 14:32:00 14 -#> 1745 25 A69-1303-555 2756 2016-06-03 14:34:00 14 -#> 1746 25 A69-1303-555 2757 2016-06-03 14:36:00 14 -#> 1747 25 A69-1303-555 2760 2016-06-03 14:38:00 14 -#> 1748 25 A69-1303-555 2761 2016-06-03 14:40:00 14 -#> 1749 25 A69-1303-555 2763 2016-06-03 14:42:00 14 -#> 1750 25 A69-1303-555 2765 2016-06-03 14:44:00 14 -#> 1751 25 A69-1303-555 2767 2016-06-03 14:46:00 14 -#> 1752 25 A69-1303-555 2768 2016-06-03 14:48:00 14 -#> 1753 25 A69-1303-555 2770 2016-06-03 14:50:00 14 -#> 1754 25 A69-1303-555 2771 2016-06-03 14:52:00 14 -#> 1755 25 A69-1303-555 2773 2016-06-03 14:58:00 14 -#> 1756 25 A69-1303-555 2775 2016-06-03 15:00:00 14 -#> 1757 25 A69-1303-555 2776 2016-06-03 15:02:00 14 -#> 1758 25 A69-1303-555 2777 2016-06-03 15:06:00 14 -#> 1759 25 A69-1303-555 2779 2016-06-03 15:10:00 14 -#> 1760 25 A69-1303-555 2781 2016-06-03 15:12:00 14 -#> 1761 25 A69-1303-555 2783 2016-06-03 15:14:00 14 -#> 1762 25 A69-1303-555 2785 2016-06-03 15:16:00 14 -#> 1763 25 A69-1303-555 2787 2016-06-03 15:18:00 14 -#> 1764 25 A69-1303-555 2788 2016-06-03 15:22:00 14 -#> 1765 25 A69-1303-555 2789 2016-06-03 15:24:00 14 -#> 1766 25 A69-1303-555 2791 2016-06-03 15:26:00 14 -#> 1767 25 A69-1303-555 2793 2016-06-03 15:28:00 14 -#> 1768 25 A69-1303-555 2795 2016-06-03 15:30:00 14 -#> 1769 25 A69-1303-555 2797 2016-06-03 15:32:00 14 -#> 1770 25 A69-1303-555 2799 2016-06-03 15:34:00 14 -#> 1771 25 A69-1303-555 2801 2016-06-03 15:36:00 14 -#> 1772 25 A69-1303-555 2803 2016-06-03 15:38:00 14 -#> 1773 25 A69-1303-555 2804 2016-06-03 15:40:00 14 -#> 1774 25 A69-1303-555 2806 2016-06-03 15:42:00 14 -#> 1775 25 A69-1303-555 2808 2016-06-03 15:44:00 14 -#> 1776 25 A69-1303-555 2809 2016-06-03 15:46:00 14 -#> 1777 25 A69-1303-555 2811 2016-06-03 15:48:00 14 -#> 1778 25 A69-1303-555 2814 2016-06-03 15:50:00 14 -#> 1779 25 A69-1303-555 2815 2016-06-03 15:52:00 14 -#> 1780 25 A69-1303-555 2816 2016-06-03 15:54:00 14 -#> 1781 25 A69-1303-555 2817 2016-06-03 15:56:00 14 -#> 1782 25 A69-1303-555 2819 2016-06-03 15:58:00 14 -#> 1783 25 A69-1303-555 2821 2016-06-03 16:00:00 14 -#> 1784 25 A69-1303-555 2822 2016-06-03 16:02:00 14 -#> 1785 25 A69-1303-555 2823 2016-06-03 16:06:00 14 -#> 1786 25 A69-1303-555 2825 2016-06-03 16:18:00 14 -#> 1787 25 A69-1303-555 2826 2016-06-03 16:24:00 14 -#> 1788 25 A69-1303-555 2827 2016-06-03 16:46:00 14 -#> 1789 25 A69-1303-555 2828 2016-06-03 16:50:00 14 -#> 1790 25 A69-1303-555 2829 2016-06-03 16:58:00 14 -#> 1791 25 A69-1303-555 2831 2016-06-03 17:00:00 14 -#> 1792 25 A69-1303-555 2832 2016-06-03 17:02:00 14 -#> 1793 25 A69-1303-555 2833 2016-06-03 17:04:00 14 -#> 1794 25 A69-1303-555 2834 2016-06-03 17:06:00 14 -#> 1795 25 A69-1303-555 2835 2016-06-03 17:08:00 14 -#> 1796 25 A69-1303-555 2836 2016-06-03 17:10:00 14 -#> 1797 25 A69-1303-555 2837 2016-06-03 17:12:00 14 -#> 1798 25 A69-1303-555 2838 2016-06-03 17:14:00 14 -#> 1799 25 A69-1303-555 2839 2016-06-03 17:16:00 14 -#> 1800 25 A69-1303-555 2842 2016-06-03 17:18:00 14 -#> 1801 25 A69-1303-555 2843 2016-06-03 17:20:00 14 -#> 1802 25 A69-1303-555 2845 2016-06-03 17:22:00 14 -#> 1803 25 A69-1303-555 2847 2016-06-03 17:24:00 14 -#> 1804 25 A69-1303-555 2849 2016-06-03 17:26:00 14 -#> 1805 25 A69-1303-555 2851 2016-06-03 17:28:00 14 -#> 1806 25 A69-1303-555 2853 2016-06-03 17:30:00 14 -#> 1807 25 A69-1303-555 2855 2016-06-03 17:32:00 14 -#> 1808 25 A69-1303-555 2857 2016-06-03 17:34:00 14 -#> 1809 25 A69-1303-555 2858 2016-06-03 17:36:00 14 -#> 1810 25 A69-1303-555 2860 2016-06-03 17:38:00 14 -#> 1811 25 A69-1303-555 2862 2016-06-03 17:40:00 14 -#> 1812 25 A69-1303-555 2864 2016-06-03 17:42:00 14 -#> 1813 25 A69-1303-555 2865 2016-06-03 17:44:00 14 -#> 1814 25 A69-1303-555 2866 2016-06-03 17:48:00 14 -#> 1815 25 A69-1303-555 2868 2016-06-03 17:50:00 14 -#> 1816 25 A69-1303-555 2869 2016-06-03 17:52:00 14 -#> 1817 25 A69-1303-555 2871 2016-06-03 17:54:00 14 -#> 1818 25 A69-1303-555 2872 2016-06-03 17:56:00 14 -#> 1819 25 A69-1303-555 2875 2016-06-03 18:00:00 14 -#> 1820 25 A69-1303-555 2876 2016-06-03 18:02:00 14 -#> 1821 25 A69-1303-555 2877 2016-06-03 18:04:00 14 -#> 1822 25 A69-1303-555 2879 2016-06-03 18:06:00 14 -#> 1823 25 A69-1303-555 2881 2016-06-03 18:08:00 14 -#> 1824 25 A69-1303-555 2883 2016-06-03 18:10:00 14 -#> 1825 25 A69-1303-555 2884 2016-06-03 18:20:00 14 -#> 1826 25 A69-1303-555 2886 2016-06-03 18:22:00 14 -#> 1827 25 A69-1303-555 2888 2016-06-03 18:24:00 14 -#> 1828 25 A69-1303-555 2889 2016-06-03 18:26:00 14 -#> 1829 25 A69-1303-555 2891 2016-06-03 18:28:00 14 -#> 1830 25 A69-1303-555 2893 2016-06-03 18:30:00 14 -#> 1831 25 A69-1303-555 2895 2016-06-03 18:32:00 14 -#> 1832 25 A69-1303-555 2897 2016-06-03 18:34:00 14 -#> 1833 25 A69-1303-555 2898 2016-06-03 18:36:00 14 -#> 1834 25 A69-1303-555 2899 2016-06-03 18:38:00 14 -#> 1835 25 A69-1303-555 2900 2016-06-03 18:40:00 14 -#> 1836 25 A69-1303-555 2901 2016-06-03 18:42:00 14 -#> 1837 25 A69-1303-555 2904 2016-06-03 18:44:00 14 -#> 1838 25 A69-1303-555 2905 2016-06-03 18:48:00 14 -#> 1839 25 A69-1303-555 2906 2016-06-03 18:50:00 14 -#> 1840 25 A69-1303-555 2907 2016-06-03 18:56:00 14 -#> 1841 25 A69-1303-555 2908 2016-06-03 18:58:00 14 -#> 1842 25 A69-1303-555 2909 2016-06-03 19:02:00 14 -#> 1843 25 A69-1303-555 2910 2016-06-03 19:04:00 14 -#> 1844 25 A69-1303-555 2912 2016-06-03 19:06:00 14 -#> 1845 25 A69-1303-555 2913 2016-06-03 19:08:00 14 -#> 1846 25 A69-1303-555 2915 2016-06-03 19:10:00 14 -#> 1847 25 A69-1303-555 2917 2016-06-03 19:12:00 14 -#> 1848 25 A69-1303-555 2919 2016-06-03 19:14:00 14 -#> 1849 25 A69-1303-555 2921 2016-06-03 19:16:00 14 -#> 1850 25 A69-1303-555 2922 2016-06-03 19:18:00 14 -#> 1851 25 A69-1303-555 2925 2016-06-03 19:20:00 14 -#> 1852 25 A69-1303-555 2926 2016-06-03 19:22:00 14 -#> 1853 25 A69-1303-555 2927 2016-06-03 19:24:00 14 -#> 1854 25 A69-1303-555 2929 2016-06-03 19:26:00 14 -#> 1855 25 A69-1303-555 2932 2016-06-03 19:28:00 14 -#> 1856 25 A69-1303-555 2935 2016-06-03 19:30:00 14 -#> 1857 25 A69-1303-555 2937 2016-06-03 19:32:00 14 -#> 1858 25 A69-1303-555 2940 2016-06-04 00:40:00 14 -#> 1859 25 A69-1303-555 2941 2016-06-04 00:42:00 14 -#> 1860 25 A69-1303-555 2942 2016-06-04 00:46:00 14 -#> 1861 25 A69-1303-555 2943 2016-06-04 00:48:00 14 -#> 1862 25 A69-1303-555 2944 2016-06-04 01:00:00 14 -#> 1863 25 A69-1303-555 2945 2016-06-04 01:04:00 14 -#> 1864 25 A69-1303-555 2946 2016-06-04 01:10:00 14 -#> 1865 25 A69-1303-555 2947 2016-06-04 01:12:00 14 -#> 1866 25 A69-1303-555 2948 2016-06-04 01:14:00 14 -#> 1867 25 A69-1303-555 2949 2016-06-04 01:16:00 14 -#> 1868 25 A69-1303-555 2951 2016-06-04 01:18:00 14 -#> 1869 25 A69-1303-555 2952 2016-06-04 01:20:00 14 -#> 1870 25 A69-1303-555 2954 2016-06-04 01:22:00 14 -#> 1871 25 A69-1303-555 2956 2016-06-04 01:24:00 14 -#> 1872 25 A69-1303-555 2957 2016-06-04 01:26:00 14 -#> 1873 25 A69-1303-555 2959 2016-06-04 01:28:00 14 -#> 1874 25 A69-1303-555 2962 2016-06-04 01:30:00 14 -#> 1875 25 A69-1303-555 2963 2016-06-04 01:32:00 14 -#> 1876 25 A69-1303-555 2966 2016-06-04 01:34:00 14 -#> 1877 25 A69-1303-555 2967 2016-06-04 01:36:00 14 -#> 1878 25 A69-1303-555 2968 2016-06-04 01:38:00 14 -#> 1879 25 A69-1303-555 2969 2016-06-04 01:40:00 14 -#> 1880 25 A69-1303-555 2970 2016-06-04 01:44:00 14 -#> 1881 25 A69-1303-555 2972 2016-06-04 01:48:00 14 -#> 1882 25 A69-1303-555 2974 2016-06-04 01:50:00 14 -#> 1883 25 A69-1303-555 2976 2016-06-04 01:54:00 14 -#> 1884 25 A69-1303-555 2978 2016-06-04 01:56:00 14 -#> 1885 25 A69-1303-555 2980 2016-06-04 01:58:00 14 -#> 1886 25 A69-1303-555 2981 2016-06-04 02:00:00 14 -#> 1887 25 A69-1303-555 2983 2016-06-04 02:02:00 14 -#> 1888 25 A69-1303-555 2984 2016-06-04 02:04:00 14 -#> 1889 25 A69-1303-555 2986 2016-06-04 02:06:00 14 -#> 1890 25 A69-1303-555 2988 2016-06-04 02:08:00 14 -#> 1891 25 A69-1303-555 2990 2016-06-04 02:10:00 14 -#> 1892 25 A69-1303-555 2992 2016-06-04 02:12:00 14 -#> 1893 25 A69-1303-555 2994 2016-06-04 02:18:00 14 -#> 1894 25 A69-1303-555 2996 2016-06-04 02:20:00 14 -#> 1895 25 A69-1303-555 2997 2016-06-04 02:22:00 14 -#> 1896 25 A69-1303-555 3000 2016-06-04 02:24:00 14 -#> 1897 25 A69-1303-555 3002 2016-06-04 02:26:00 14 -#> 1898 25 A69-1303-555 3004 2016-06-04 02:28:00 14 -#> 1899 25 A69-1303-555 3005 2016-06-04 02:34:00 14 -#> 1900 25 A69-1303-555 3006 2016-06-04 02:36:00 14 -#> 1901 25 A69-1303-555 3007 2016-06-04 03:12:00 14 -#> 1902 25 A69-1303-555 3009 2016-06-04 03:14:00 14 -#> 1903 25 A69-1303-555 3011 2016-06-04 03:16:00 14 -#> 1904 25 A69-1303-555 3012 2016-06-04 03:18:00 14 -#> 1905 25 A69-1303-555 3013 2016-06-04 03:22:00 14 -#> 1906 25 A69-1303-555 3014 2016-06-04 03:26:00 14 -#> 1907 25 A69-1303-555 3016 2016-06-04 03:28:00 14 -#> 1908 25 A69-1303-555 3017 2016-06-04 03:30:00 14 -#> 1909 25 A69-1303-555 3018 2016-06-04 03:56:00 14 -#> 1910 25 A69-1303-555 3019 2016-06-04 03:58:00 14 -#> 1911 25 A69-1303-555 3021 2016-06-04 04:00:00 14 -#> 1912 25 A69-1303-555 3022 2016-06-04 04:02:00 14 -#> 1913 25 A69-1303-555 3023 2016-06-04 04:04:00 14 -#> 1914 25 A69-1303-555 3025 2016-06-04 04:06:00 14 -#> 1915 25 A69-1303-555 3027 2016-06-04 04:08:00 14 -#> 1916 25 A69-1303-555 3029 2016-06-04 04:10:00 14 -#> 1917 25 A69-1303-555 3030 2016-06-04 04:12:00 14 -#> 1918 25 A69-1303-555 3031 2016-06-04 04:16:00 14 -#> 1919 25 A69-1303-555 3034 2016-06-04 04:24:00 14 -#> 1920 25 A69-1303-555 3035 2016-06-04 04:26:00 14 -#> 1921 25 A69-1303-555 3037 2016-06-04 04:28:00 14 -#> 1922 25 A69-1303-555 3038 2016-06-04 04:32:00 14 -#> 1923 25 A69-1303-555 3039 2016-06-04 04:34:00 14 -#> 1924 25 A69-1303-555 3040 2016-06-04 04:38:00 14 -#> 1925 25 A69-1303-555 3042 2016-06-04 04:40:00 14 -#> 1926 25 A69-1303-555 3044 2016-06-04 04:42:00 14 -#> 1927 25 A69-1303-555 3045 2016-06-04 04:44:00 14 -#> 1928 25 A69-1303-555 3047 2016-06-04 04:46:00 14 -#> 1929 25 A69-1303-555 3049 2016-06-04 04:48:00 14 -#> 1930 25 A69-1303-555 3050 2016-06-04 04:50:00 14 -#> 1931 25 A69-1303-555 3052 2016-06-04 04:52:00 14 -#> 1932 25 A69-1303-555 3054 2016-06-04 04:54:00 14 -#> 1933 25 A69-1303-555 3055 2016-06-04 04:56:00 14 -#> 1934 25 A69-1303-555 3057 2016-06-04 04:58:00 14 -#> 1935 25 A69-1303-555 3059 2016-06-04 05:00:00 14 -#> 1936 25 A69-1303-555 3061 2016-06-04 05:02:00 14 -#> 1937 25 A69-1303-555 3063 2016-06-04 05:04:00 14 -#> 1938 25 A69-1303-555 3065 2016-06-04 05:08:00 14 -#> 1939 25 A69-1303-555 3066 2016-06-04 05:16:00 14 -#> 1940 25 A69-1303-555 3068 2016-06-04 07:00:00 14 -#> 1941 25 A69-1303-555 3069 2016-06-04 07:04:00 14 -#> 1942 25 A69-1303-555 3071 2016-06-04 07:06:00 14 -#> 1943 25 A69-1303-555 3072 2016-06-04 07:10:00 14 -#> 1944 25 A69-1303-555 3075 2016-06-04 07:12:00 14 -#> 1945 25 A69-1303-555 3076 2016-06-04 07:14:00 14 -#> 1946 25 A69-1303-555 3078 2016-06-04 07:18:00 14 -#> 1947 25 A69-1303-555 3079 2016-06-04 10:26:00 14 -#> 1948 25 A69-1303-555 3080 2016-06-04 10:34:00 14 -#> 1949 25 A69-1303-555 3081 2016-06-04 10:40:00 14 -#> 1950 25 A69-1303-555 3082 2016-06-04 11:08:00 14 -#> 1951 25 A69-1303-555 3083 2016-06-04 11:10:00 14 -#> 1952 25 A69-1303-555 3084 2016-06-04 11:24:00 14 -#> 1953 25 A69-1303-555 3085 2016-06-04 11:38:00 14 -#> 1954 25 A69-1303-555 3086 2016-06-04 12:02:00 14 -#> 1955 25 A69-1303-555 3087 2016-06-04 18:46:00 14 -#> 1956 25 A69-1303-555 3088 2016-06-04 18:48:00 14 -#> 1957 25 A69-1303-555 3089 2016-06-04 19:14:00 14 -#> 1958 25 A69-1303-555 3090 2016-06-04 19:16:00 14 -#> 1959 25 A69-1303-555 3091 2016-06-07 09:50:00 14 -#> 1960 25 A69-1303-555 3092 2016-06-07 09:58:00 14 -#> 1961 25 A69-1303-555 3093 2016-06-07 10:08:00 14 -#> 1962 25 A69-1303-555 3094 2016-06-07 10:10:00 14 -#> 1963 25 A69-1303-555 3095 2016-06-07 10:14:00 14 -#> 1964 25 A69-1303-555 3096 2016-06-07 10:56:00 14 -#> 1965 25 A69-1303-555 3097 2016-06-07 10:58:00 14 -#> 1966 25 A69-1303-555 3098 2016-06-07 11:10:00 14 -#> 1967 25 A69-1303-555 3100 2016-06-07 11:14:00 14 -#> 1968 25 A69-1303-555 3103 2016-06-07 11:16:00 14 -#> 1969 25 A69-1303-555 3104 2016-06-07 11:22:00 14 -#> 1970 25 A69-1303-555 3105 2016-06-07 11:26:00 14 -#> 1971 25 A69-1303-555 3106 2016-06-07 11:28:00 14 -#> 1972 25 A69-1303-555 3108 2016-06-07 11:30:00 14 -#> 1973 25 A69-1303-555 3109 2016-06-07 11:32:00 14 -#> 1974 25 A69-1303-555 3111 2016-06-07 11:34:00 14 -#> 1975 25 A69-1303-555 3112 2016-06-07 11:36:00 14 -#> 1976 25 A69-1303-555 3113 2016-06-07 11:42:00 14 -#> 1977 25 A69-1303-555 3114 2016-06-07 11:44:00 14 -#> 1978 25 A69-1303-555 3115 2016-06-07 11:48:00 14 -#> 1979 25 A69-1303-555 3116 2016-06-07 11:52:00 14 -#> 1980 25 A69-1303-555 3117 2016-06-07 11:54:00 14 -#> 1981 25 A69-1303-555 3118 2016-06-07 12:04:00 14 -#> 1982 25 A69-1303-555 3119 2016-06-07 12:06:00 14 -#> 1983 25 A69-1303-555 3121 2016-06-07 12:14:00 14 -#> 1984 25 A69-1303-555 3122 2016-06-07 12:16:00 14 -#> 1985 25 A69-1303-555 3124 2016-06-07 12:18:00 14 -#> 1986 25 A69-1303-555 3125 2016-06-07 12:20:00 14 -#> 1987 25 A69-1303-555 3126 2016-06-07 12:24:00 14 -#> 1988 25 A69-1303-555 3127 2016-06-07 12:32:00 14 -#> 1989 25 A69-1303-555 3128 2016-06-07 12:36:00 14 -#> 1990 25 A69-1303-555 3130 2016-06-07 12:38:00 14 -#> 1991 25 A69-1303-555 3132 2016-06-07 12:40:00 14 -#> 1992 25 A69-1303-555 3133 2016-06-07 12:42:00 14 -#> 1993 25 A69-1303-555 3135 2016-06-07 12:46:00 14 -#> 1994 25 A69-1303-555 3136 2016-06-07 12:48:00 14 -#> 1995 25 A69-1303-555 3138 2016-06-07 12:50:00 14 -#> 1996 25 A69-1303-555 3140 2016-06-07 12:52:00 14 -#> 1997 25 A69-1303-555 3142 2016-06-07 12:54:00 14 -#> 1998 25 A69-1303-555 3144 2016-06-07 12:56:00 14 -#> 1999 25 A69-1303-555 3146 2016-06-07 12:58:00 14 -#> 2000 25 A69-1303-555 3149 2016-06-07 13:00:00 14 -#> 2001 25 A69-1303-555 3151 2016-06-07 13:02:00 14 -#> 2002 25 A69-1303-555 3153 2016-06-07 13:04:00 14 -#> 2003 25 A69-1303-555 3154 2016-06-07 13:06:00 14 -#> 2004 25 A69-1303-555 3156 2016-06-07 13:08:00 14 -#> 2005 25 A69-1303-555 3158 2016-06-07 13:10:00 14 -#> 2006 25 A69-1303-555 3159 2016-06-07 13:12:00 14 -#> 2007 25 A69-1303-555 3160 2016-06-07 13:14:00 14 -#> 2008 25 A69-1303-555 3162 2016-06-07 13:16:00 14 -#> 2009 25 A69-1303-555 3163 2016-06-07 13:28:00 14 -#> 2010 25 A69-1303-555 3164 2016-06-07 13:32:00 14 -#> 2011 25 A69-1303-555 3165 2016-06-07 13:40:00 14 -#> 2012 25 A69-1303-555 3167 2016-06-07 13:42:00 14 -#> 2013 25 A69-1303-555 3168 2016-06-07 13:44:00 14 -#> 2014 25 A69-1303-555 3169 2016-06-07 13:48:00 14 -#> 2015 25 A69-1303-555 3170 2016-06-07 13:50:00 14 -#> 2016 25 A69-1303-555 3171 2016-06-07 14:00:00 14 -#> 2017 25 A69-1303-555 3172 2016-06-07 14:02:00 14 -#> 2018 25 A69-1303-555 3173 2016-06-07 14:04:00 14 -#> 2019 25 A69-1303-555 3175 2016-06-07 14:06:00 14 -#> 2020 25 A69-1303-555 3177 2016-06-07 14:08:00 14 -#> 2021 25 A69-1303-555 3179 2016-06-07 14:10:00 14 -#> 2022 25 A69-1303-555 3180 2016-06-07 14:12:00 14 -#> 2023 25 A69-1303-555 3182 2016-06-07 14:14:00 14 -#> 2024 25 A69-1303-555 3184 2016-06-07 14:16:00 14 -#> 2025 25 A69-1303-555 3185 2016-06-07 14:18:00 14 -#> 2026 25 A69-1303-555 3187 2016-06-07 14:20:00 14 -#> 2027 25 A69-1303-555 3189 2016-06-07 14:22:00 14 -#> 2028 25 A69-1303-555 3191 2016-06-07 14:24:00 14 -#> 2029 25 A69-1303-555 3193 2016-06-07 14:26:00 14 -#> 2030 25 A69-1303-555 3195 2016-06-07 14:28:00 14 -#> 2031 25 A69-1303-555 3197 2016-06-07 14:30:00 14 -#> 2032 25 A69-1303-555 3198 2016-06-07 14:32:00 14 -#> 2033 25 A69-1303-555 3199 2016-06-07 14:36:00 14 -#> 2034 25 A69-1303-555 3201 2016-06-07 14:38:00 14 -#> 2035 25 A69-1303-555 3203 2016-06-07 14:40:00 14 -#> 2036 25 A69-1303-555 3205 2016-06-07 14:42:00 14 -#> 2037 25 A69-1303-555 3207 2016-06-07 14:44:00 14 -#> 2038 25 A69-1303-555 3209 2016-06-07 14:46:00 14 -#> 2039 25 A69-1303-555 3211 2016-06-07 14:48:00 14 -#> 2040 25 A69-1303-555 3212 2016-06-07 14:50:00 14 -#> 2041 25 A69-1303-555 3213 2016-06-07 14:52:00 14 -#> 2042 25 A69-1303-555 3214 2016-06-07 14:54:00 14 -#> 2043 25 A69-1303-555 3216 2016-06-07 14:56:00 14 -#> 2044 25 A69-1303-555 3218 2016-06-07 14:58:00 14 -#> 2045 25 A69-1303-555 3219 2016-06-07 15:00:00 14 -#> 2046 25 A69-1303-555 3221 2016-06-07 15:02:00 14 -#> 2047 25 A69-1303-555 3223 2016-06-07 15:04:00 14 -#> 2048 25 A69-1303-555 3225 2016-06-07 15:06:00 14 -#> 2049 25 A69-1303-555 3227 2016-06-07 15:08:00 14 -#> 2050 25 A69-1303-555 3228 2016-06-07 15:50:00 14 -#> 2051 25 A69-1303-555 3229 2016-06-07 15:54:00 14 -#> 2052 25 A69-1303-555 3230 2016-06-07 18:54:00 14 -#> 2053 25 A69-1303-555 3232 2016-06-07 18:56:00 14 -#> 2054 25 A69-1303-555 3233 2016-06-07 18:58:00 14 -#> 2055 25 A69-1303-555 3235 2016-06-07 19:00:00 14 -#> 2056 25 A69-1303-555 3237 2016-06-07 19:02:00 14 -#> 2057 25 A69-1303-555 3239 2016-06-07 19:04:00 14 -#> 2058 25 A69-1303-555 3240 2016-06-07 19:06:00 14 -#> 2059 25 A69-1303-555 3241 2016-06-07 19:08:00 14 -#> 2060 25 A69-1303-555 3243 2016-06-07 19:10:00 14 -#> 2061 25 A69-1303-555 3245 2016-06-07 19:12:00 14 -#> 2062 25 A69-1303-555 3246 2016-06-07 19:14:00 14 -#> 2063 25 A69-1303-555 3248 2016-06-07 19:16:00 14 -#> 2064 25 A69-1303-555 3249 2016-06-07 19:18:00 14 -#> 2065 25 A69-1303-555 3250 2016-06-07 19:20:00 14 -#> 2066 25 A69-1303-555 3251 2016-06-07 19:24:00 14 -#> 2067 25 A69-1303-555 3253 2016-06-07 19:26:00 14 -#> 2068 25 A69-1303-555 3254 2016-06-07 19:28:00 14 -#> 2069 25 A69-1303-555 3255 2016-06-07 19:30:00 14 -#> 2070 25 A69-1303-555 3256 2016-06-07 19:32:00 14 -#> 2071 25 A69-1303-555 3258 2016-06-07 19:34:00 14 -#> 2072 25 A69-1303-555 3259 2016-06-07 19:36:00 14 -#> 2073 25 A69-1303-555 3261 2016-06-07 19:38:00 14 -#> 2074 25 A69-1303-555 3263 2016-06-07 19:40:00 14 -#> 2075 25 A69-1303-555 3264 2016-06-07 19:42:00 14 -#> 2076 25 A69-1303-555 3266 2016-06-07 19:44:00 14 -#> 2077 25 A69-1303-555 3267 2016-06-07 19:46:00 14 -#> 2078 25 A69-1303-555 3269 2016-06-07 19:48:00 14 -#> 2079 25 A69-1303-555 3271 2016-06-07 20:06:00 14 -#> 2080 25 A69-1303-555 3272 2016-06-07 20:10:00 14 -#> 2081 25 A69-1303-555 3273 2016-06-07 20:12:00 14 -#> 2082 25 A69-1303-555 3274 2016-06-07 20:14:00 14 -#> 2083 25 A69-1303-555 3276 2016-06-07 20:18:00 14 -#> 2084 25 A69-1303-555 3278 2016-06-07 20:20:00 14 -#> 2085 25 A69-1303-555 3280 2016-06-07 20:22:00 14 -#> 2086 25 A69-1303-555 3281 2016-06-07 20:26:00 14 -#> 2087 25 A69-1303-555 3282 2016-06-07 20:28:00 14 -#> 2088 25 A69-1303-555 3283 2016-06-07 20:34:00 14 -#> 2089 25 A69-1303-555 3285 2016-06-07 20:38:00 14 -#> 2090 25 A69-1303-555 3286 2016-06-07 20:44:00 14 -#> 2091 25 A69-1303-555 3287 2016-06-07 20:48:00 14 -#> 2092 25 A69-1303-555 3288 2016-06-07 20:52:00 14 -#> 2093 25 A69-1303-555 3289 2016-06-07 20:56:00 14 -#> 2094 25 A69-1303-555 3290 2016-06-07 20:58:00 14 -#> 2095 25 A69-1303-555 3292 2016-06-07 21:00:00 14 -#> 2096 25 A69-1303-555 3293 2016-06-07 21:02:00 14 -#> 2097 25 A69-1303-555 3294 2016-06-07 21:06:00 14 -#> 2098 25 A69-1303-555 3295 2016-06-07 21:08:00 14 -#> 2099 25 A69-1303-555 3296 2016-06-07 21:10:00 14 -#> 2100 25 A69-1303-555 3298 2016-06-07 21:12:00 14 -#> 2101 25 A69-1303-555 3300 2016-06-07 21:14:00 14 -#> 2102 25 A69-1303-555 3301 2016-06-07 21:16:00 14 -#> 2103 25 A69-1303-555 3303 2016-06-07 21:18:00 14 -#> 2104 25 A69-1303-555 3304 2016-06-07 21:24:00 14 -#> 2105 25 A69-1303-555 3305 2016-06-07 21:26:00 14 -#> 2106 25 A69-1303-555 3306 2016-06-07 21:28:00 14 -#> 2107 25 A69-1303-555 3308 2016-06-07 21:30:00 14 -#> 2108 25 A69-1303-555 3309 2016-06-07 21:34:00 14 -#> 2109 25 A69-1303-555 3310 2016-06-07 21:36:00 14 -#> 2110 25 A69-1303-555 3311 2016-06-07 21:38:00 14 -#> 2111 25 A69-1303-555 3313 2016-06-07 21:40:00 14 -#> 2112 25 A69-1303-555 3314 2016-06-07 21:42:00 14 -#> 2113 25 A69-1303-555 3315 2016-06-07 21:44:00 14 -#> 2114 25 A69-1303-555 3316 2016-06-07 21:46:00 14 -#> 2115 25 A69-1303-555 3317 2016-06-07 21:48:00 14 -#> 2116 25 A69-1303-555 3318 2016-06-07 21:50:00 14 -#> 2117 25 A69-1303-555 3320 2016-06-07 21:52:00 14 -#> 2118 25 A69-1303-555 3322 2016-06-07 21:54:00 14 -#> 2119 25 A69-1303-555 3323 2016-06-07 21:56:00 14 -#> 2120 25 A69-1303-555 3325 2016-06-07 21:58:00 14 -#> 2121 25 A69-1303-555 3326 2016-06-07 22:00:00 14 -#> 2122 25 A69-1303-555 3327 2016-06-07 22:02:00 14 -#> 2123 25 A69-1303-555 3329 2016-06-07 22:04:00 14 -#> 2124 25 A69-1303-555 3331 2016-06-07 22:06:00 14 -#> 2125 25 A69-1303-555 3333 2016-06-07 22:08:00 14 -#> 2126 25 A69-1303-555 3334 2016-06-07 22:10:00 14 -#> 2127 25 A69-1303-555 3335 2016-06-07 22:12:00 14 -#> 2128 25 A69-1303-555 3337 2016-06-07 22:14:00 14 -#> 2129 25 A69-1303-555 3340 2016-06-07 22:16:00 14 -#> 2130 25 A69-1303-555 3342 2016-06-07 22:18:00 14 -#> 2131 25 A69-1303-555 3344 2016-06-07 22:20:00 14 -#> 2132 25 A69-1303-555 3346 2016-06-07 22:22:00 14 -#> 2133 25 A69-1303-555 3348 2016-06-07 22:24:00 14 -#> 2134 25 A69-1303-555 3350 2016-06-07 22:26:00 14 -#> 2135 25 A69-1303-555 3352 2016-06-07 22:28:00 14 -#> 2136 25 A69-1303-555 3354 2016-06-07 22:30:00 14 -#> 2137 25 A69-1303-555 3357 2016-06-07 22:32:00 14 -#> 2138 25 A69-1303-555 3359 2016-06-07 22:34:00 14 -#> 2139 25 A69-1303-555 3360 2016-06-07 22:36:00 14 -#> 2140 25 A69-1303-555 3362 2016-06-07 22:38:00 14 -#> 2141 25 A69-1303-555 3364 2016-06-07 22:40:00 14 -#> 2142 25 A69-1303-555 3365 2016-06-07 22:42:00 14 -#> 2143 25 A69-1303-555 3367 2016-06-07 22:44:00 14 -#> 2144 25 A69-1303-555 3369 2016-06-07 22:46:00 14 -#> 2145 25 A69-1303-555 3371 2016-06-07 22:48:00 14 -#> 2146 25 A69-1303-555 3372 2016-06-07 22:50:00 14 -#> 2147 25 A69-1303-555 3373 2016-06-07 22:52:00 14 -#> 2148 25 A69-1303-555 3375 2016-06-07 22:54:00 14 -#> 2149 25 A69-1303-555 3377 2016-06-07 22:56:00 14 -#> 2150 25 A69-1303-555 3379 2016-06-07 22:58:00 14 -#> 2151 25 A69-1303-555 3381 2016-06-07 23:00:00 14 -#> 2152 25 A69-1303-555 3384 2016-06-07 23:02:00 14 -#> 2153 25 A69-1303-555 3386 2016-06-07 23:04:00 14 -#> 2154 25 A69-1303-555 3387 2016-06-07 23:06:00 14 -#> 2155 25 A69-1303-555 3389 2016-06-07 23:08:00 14 -#> 2156 25 A69-1303-555 3391 2016-06-07 23:10:00 14 -#> 2157 25 A69-1303-555 3392 2016-06-07 23:12:00 14 -#> 2158 25 A69-1303-555 3394 2016-06-07 23:14:00 14 -#> 2159 25 A69-1303-555 3397 2016-06-07 23:16:00 14 -#> 2160 25 A69-1303-555 3399 2016-06-07 23:18:00 14 -#> 2161 25 A69-1303-555 3400 2016-06-07 23:22:00 14 -#> 2162 25 A69-1303-555 3401 2016-06-07 23:24:00 14 -#> 2163 25 A69-1303-555 3403 2016-06-07 23:26:00 14 -#> 2164 25 A69-1303-555 3405 2016-06-07 23:28:00 14 -#> 2165 25 A69-1303-555 3407 2016-06-07 23:30:00 14 -#> 2166 25 A69-1303-555 3409 2016-06-07 23:32:00 14 -#> 2167 25 A69-1303-555 3410 2016-06-07 23:34:00 14 -#> 2168 25 A69-1303-555 3412 2016-06-07 23:36:00 14 -#> 2169 25 A69-1303-555 3414 2016-06-07 23:38:00 14 -#> 2170 25 A69-1303-555 3416 2016-06-07 23:40:00 14 -#> 2171 25 A69-1303-555 3417 2016-06-07 23:42:00 14 -#> 2172 25 A69-1303-555 3420 2016-06-07 23:44:00 14 -#> 2173 25 A69-1303-555 3422 2016-06-07 23:46:00 14 -#> 2174 25 A69-1303-555 3424 2016-06-07 23:48:00 14 -#> 2175 25 A69-1303-555 3425 2016-06-07 23:50:00 14 -#> 2176 25 A69-1303-555 3427 2016-06-07 23:52:00 14 -#> 2177 25 A69-1303-555 3429 2016-06-07 23:54:00 14 -#> 2178 25 A69-1303-555 3431 2016-06-07 23:56:00 14 -#> 2179 25 A69-1303-555 3432 2016-06-07 23:58:00 14 -#> 2180 25 A69-1303-555 3434 2016-06-08 00:00:00 14 -#> 2181 25 A69-1303-555 3437 2016-06-08 00:02:00 14 -#> 2182 25 A69-1303-555 3439 2016-06-08 00:04:00 14 -#> 2183 25 A69-1303-555 3441 2016-06-08 00:06:00 14 -#> 2184 25 A69-1303-555 3442 2016-06-08 00:08:00 14 -#> 2185 25 A69-1303-555 3445 2016-06-08 00:10:00 14 -#> 2186 25 A69-1303-555 3446 2016-06-08 00:12:00 14 -#> 2187 25 A69-1303-555 3448 2016-06-08 00:14:00 14 -#> 2188 25 A69-1303-555 3451 2016-06-08 00:16:00 14 -#> 2189 25 A69-1303-555 3454 2016-06-08 00:18:00 14 -#> 2190 25 A69-1303-555 3455 2016-06-08 00:20:00 14 -#> 2191 25 A69-1303-555 3457 2016-06-08 00:22:00 14 -#> 2192 25 A69-1303-555 3459 2016-06-08 00:24:00 14 -#> 2193 25 A69-1303-555 3461 2016-06-08 00:26:00 14 -#> 2194 25 A69-1303-555 3463 2016-06-08 00:28:00 14 -#> 2195 25 A69-1303-555 3464 2016-06-08 00:30:00 14 -#> 2196 25 A69-1303-555 3467 2016-06-08 00:32:00 14 -#> 2197 25 A69-1303-555 3469 2016-06-08 00:34:00 14 -#> 2198 25 A69-1303-555 3471 2016-06-08 00:36:00 14 -#> 2199 25 A69-1303-555 3473 2016-06-08 00:38:00 14 -#> 2200 25 A69-1303-555 3475 2016-06-08 00:40:00 14 -#> 2201 25 A69-1303-555 3476 2016-06-08 00:42:00 14 -#> 2202 25 A69-1303-555 3478 2016-06-08 00:44:00 14 -#> 2203 25 A69-1303-555 3480 2016-06-08 00:46:00 14 -#> 2204 25 A69-1303-555 3481 2016-06-08 00:48:00 14 -#> 2205 25 A69-1303-555 3483 2016-06-08 00:50:00 14 -#> 2206 25 A69-1303-555 3486 2016-06-08 00:52:00 14 -#> 2207 25 A69-1303-555 3487 2016-06-08 00:54:00 14 -#> 2208 25 A69-1303-555 3488 2016-06-08 00:56:00 14 -#> 2209 25 A69-1303-555 3489 2016-06-08 01:08:00 14 -#> 2210 25 A69-1303-555 3490 2016-06-08 01:12:00 14 -#> 2211 25 A69-1303-555 3492 2016-06-08 01:18:00 14 -#> 2212 25 A69-1303-555 3494 2016-06-08 01:20:00 14 -#> 2213 25 A69-1303-555 3496 2016-06-08 01:24:00 14 -#> 2214 25 A69-1303-555 3497 2016-06-08 01:28:00 14 -#> 2215 25 A69-1303-555 3498 2016-06-08 01:30:00 14 -#> 2216 25 A69-1303-555 3500 2016-06-08 01:32:00 14 -#> 2217 25 A69-1303-555 3501 2016-06-08 01:34:00 14 -#> 2218 25 A69-1303-555 3503 2016-06-08 01:36:00 14 -#> 2219 25 A69-1303-555 3504 2016-06-08 01:38:00 14 -#> 2220 25 A69-1303-555 3506 2016-06-08 01:40:00 14 -#> 2221 25 A69-1303-555 3508 2016-06-08 01:42:00 14 -#> 2222 25 A69-1303-555 3509 2016-06-08 01:44:00 14 -#> 2223 25 A69-1303-555 3510 2016-06-08 01:46:00 14 -#> 2224 25 A69-1303-555 3511 2016-06-08 01:48:00 14 -#> 2225 25 A69-1303-555 3513 2016-06-08 01:50:00 14 -#> 2226 25 A69-1303-555 3514 2016-06-08 01:52:00 14 -#> 2227 25 A69-1303-555 3515 2016-06-08 01:54:00 14 -#> 2228 25 A69-1303-555 3516 2016-06-08 01:56:00 14 -#> 2229 25 A69-1303-555 3517 2016-06-08 04:02:00 14 -#> 2230 25 A69-1303-555 3519 2016-06-08 04:04:00 14 -#> 2231 25 A69-1303-555 3521 2016-06-08 04:06:00 14 -#> 2232 25 A69-1303-555 3522 2016-06-08 04:08:00 14 -#> 2233 25 A69-1303-555 3524 2016-06-08 04:10:00 14 -#> 2234 25 A69-1303-555 3526 2016-06-08 04:12:00 14 -#> 2235 25 A69-1303-555 3529 2016-06-08 04:14:00 14 -#> 2236 25 A69-1303-555 3531 2016-06-08 04:16:00 14 -#> 2237 25 A69-1303-555 3533 2016-06-08 04:18:00 14 -#> 2238 25 A69-1303-555 3535 2016-06-08 04:20:00 14 -#> 2239 25 A69-1303-555 3537 2016-06-08 04:22:00 14 -#> 2240 25 A69-1303-555 3540 2016-06-08 04:24:00 14 -#> 2241 25 A69-1303-555 3541 2016-06-08 04:26:00 14 -#> 2242 25 A69-1303-555 3544 2016-06-08 04:28:00 14 -#> 2243 25 A69-1303-555 3545 2016-06-08 04:30:00 14 -#> 2244 25 A69-1303-555 3548 2016-06-08 04:32:00 14 -#> 2245 25 A69-1303-555 3550 2016-06-08 04:34:00 14 -#> 2246 25 A69-1303-555 3551 2016-06-08 04:36:00 14 -#> 2247 25 A69-1303-555 3553 2016-06-08 04:38:00 14 -#> 2248 25 A69-1303-555 3555 2016-06-08 04:40:00 14 -#> 2249 25 A69-1303-555 3556 2016-06-08 04:42:00 14 -#> 2250 25 A69-1303-555 3557 2016-06-08 04:46:00 14 -#> 2251 25 A69-1303-555 3560 2016-06-08 04:48:00 14 -#> 2252 25 A69-1303-555 3561 2016-06-08 04:50:00 14 -#> 2253 25 A69-1303-555 3563 2016-06-08 04:52:00 14 -#> 2254 25 A69-1303-555 3565 2016-06-08 04:54:00 14 -#> 2255 25 A69-1303-555 3567 2016-06-08 04:56:00 14 -#> 2256 25 A69-1303-555 3569 2016-06-08 04:58:00 14 -#> 2257 25 A69-1303-555 3571 2016-06-08 05:00:00 14 -#> 2258 25 A69-1303-555 3573 2016-06-08 05:02:00 14 -#> 2259 25 A69-1303-555 3574 2016-06-08 05:04:00 14 -#> 2260 25 A69-1303-555 3576 2016-06-08 05:06:00 14 -#> 2261 25 A69-1303-555 3578 2016-06-08 05:08:00 14 -#> 2262 25 A69-1303-555 3580 2016-06-08 05:10:00 14 -#> 2263 25 A69-1303-555 3583 2016-06-08 05:16:00 14 -#> 2264 25 A69-1303-555 3585 2016-06-08 05:18:00 14 -#> 2265 25 A69-1303-555 3587 2016-06-08 05:20:00 14 -#> 2266 25 A69-1303-555 3588 2016-06-08 05:22:00 14 -#> 2267 25 A69-1303-555 3590 2016-06-08 05:26:00 14 -#> 2268 25 A69-1303-555 3592 2016-06-08 05:30:00 14 -#> 2269 25 A69-1303-555 3594 2016-06-08 05:32:00 14 -#> 2270 25 A69-1303-555 3595 2016-06-08 05:34:00 14 -#> 2271 25 A69-1303-555 3598 2016-06-08 05:36:00 14 -#> 2272 25 A69-1303-555 3599 2016-06-08 05:38:00 14 -#> 2273 25 A69-1303-555 3601 2016-06-08 05:40:00 14 -#> 2274 25 A69-1303-555 3602 2016-06-08 05:42:00 14 -#> 2275 25 A69-1303-555 3605 2016-06-08 05:44:00 14 -#> 2276 25 A69-1303-555 3606 2016-06-08 05:46:00 14 -#> 2277 25 A69-1303-555 3609 2016-06-08 05:48:00 14 -#> 2278 25 A69-1303-555 3611 2016-06-08 05:50:00 14 -#> 2279 25 A69-1303-555 3613 2016-06-08 05:52:00 14 -#> 2280 25 A69-1303-555 3615 2016-06-08 05:54:00 14 -#> 2281 25 A69-1303-555 3617 2016-06-08 05:56:00 14 -#> 2282 25 A69-1303-555 3618 2016-06-08 05:58:00 14 -#> 2283 25 A69-1303-555 3621 2016-06-08 06:00:00 14 -#> 2284 25 A69-1303-555 3622 2016-06-08 06:02:00 14 -#> 2285 25 A69-1303-555 3624 2016-06-08 06:04:00 14 -#> 2286 25 A69-1303-555 3625 2016-06-08 06:06:00 14 -#> 2287 25 A69-1303-555 3626 2016-06-08 06:10:00 14 -#> 2288 25 A69-1303-555 3627 2016-06-08 20:50:00 7 -#> 2289 25 A69-1303-555 3628 2016-06-08 21:10:00 7 -#> 2290 25 A69-1303-555 3629 2016-06-08 21:12:00 7 -#> 2291 25 A69-1303-555 3632 2016-06-08 21:14:00 7 -#> 2292 25 A69-1303-555 3633 2016-06-08 21:20:00 7 -#> 2293 25 A69-1303-555 3634 2016-06-08 21:22:00 7 -#> 2294 25 A69-1303-555 3635 2016-06-08 21:24:00 7 -#> 2295 25 A69-1303-555 3636 2016-06-08 21:26:00 7 -#> 2296 25 A69-1303-555 3637 2016-06-08 21:28:00 7 -#> 2297 25 A69-1303-555 3639 2016-06-08 22:06:00 11 -#> 2298 25 A69-1303-555 3640 2016-06-08 22:08:00 11 -#> 2299 25 A69-1303-555 3641 2016-06-08 22:10:00 11 -#> 2300 25 A69-1303-555 3642 2016-06-08 22:12:00 11 -#> 2301 25 A69-1303-555 3644 2016-06-08 22:16:00 11 -#> 2302 25 A69-1303-555 3645 2016-06-08 22:20:00 11 -#> 2303 25 A69-1303-555 3648 2016-06-08 22:22:00 11 -#> 2304 25 A69-1303-555 3650 2016-06-08 22:24:00 11 -#> 2305 25 A69-1303-555 3651 2016-06-08 22:28:00 11 -#> 2306 25 A69-1303-555 3652 2016-06-08 22:30:00 11 -#> 2307 25 A69-1303-555 3655 2016-06-08 22:34:00 11 -#> 2308 25 A69-1303-555 3657 2016-06-08 22:36:00 11 -#> 2309 25 A69-1303-555 3658 2016-06-08 22:38:00 11 -#> 2310 25 A69-1303-555 3659 2016-06-08 22:40:00 11 -#> 2311 25 A69-1303-555 3660 2016-06-08 22:44:00 11 -#> 2312 25 A69-1303-555 3661 2016-06-08 22:46:00 11 -#> 2313 25 A69-1303-555 3663 2016-06-08 22:48:00 11 -#> 2314 25 A69-1303-555 3664 2016-06-08 23:06:00 11 -#> 2315 25 A69-1303-555 3665 2016-06-08 23:10:00 11 -#> 2316 25 A69-1303-555 3666 2016-06-08 23:14:00 11 -#> 2317 25 A69-1303-555 3668 2016-06-08 23:18:00 11 -#> 2318 25 A69-1303-555 3670 2016-06-08 23:20:00 11 -#> 2319 25 A69-1303-555 3672 2016-06-08 23:22:00 11 -#> 2320 25 A69-1303-555 3673 2016-06-08 23:24:00 11 -#> 2321 25 A69-1303-555 3674 2016-06-08 23:26:00 11 -#> 2322 25 A69-1303-555 3675 2016-06-08 23:32:00 11 -#> 2323 25 A69-1303-555 3676 2016-06-08 23:34:00 11 -#> 2324 25 A69-1303-555 3677 2016-06-08 23:38:00 11 -#> 2325 25 A69-1303-555 3678 2016-06-08 23:40:00 11 -#> 2326 25 A69-1303-555 3680 2016-06-08 23:48:00 11 -#> 2327 25 A69-1303-555 3681 2016-06-08 23:50:00 11 -#> 2328 25 A69-1303-555 3682 2016-06-08 23:56:00 11 -#> 2329 25 A69-1303-555 3683 2016-06-08 23:58:00 11 -#> 2330 25 A69-1303-555 3684 2016-06-09 00:00:00 11 -#> 2331 25 A69-1303-555 3685 2016-06-09 00:04:00 11 -#> 2332 25 A69-1303-555 3686 2016-06-09 00:06:00 11 -#> 2333 25 A69-1303-555 3687 2016-06-09 00:28:00 11 -#> 2334 25 A69-1303-555 3688 2016-06-09 00:30:00 11 -#> 2335 25 A69-1303-555 3689 2016-06-09 00:34:00 11 -#> 2336 25 A69-1303-555 3690 2016-06-09 00:52:00 11 -#> 2337 25 A69-1303-555 3691 2016-06-09 00:56:00 11 -#> 2338 25 A69-1303-555 3692 2016-06-09 01:02:00 11 -#> 2339 25 A69-1303-555 3693 2016-06-09 01:04:00 11 -#> 2340 25 A69-1303-555 3694 2016-06-09 01:06:00 11 -#> 2341 25 A69-1303-555 3696 2016-06-09 01:08:00 11 -#> 2342 25 A69-1303-555 3698 2016-06-09 01:10:00 11 -#> 2343 25 A69-1303-555 3699 2016-06-09 01:12:00 11 -#> 2344 25 A69-1303-555 3701 2016-06-09 01:16:00 11 -#> 2345 25 A69-1303-555 3703 2016-06-09 01:18:00 11 -#> 2346 25 A69-1303-555 3705 2016-06-09 01:20:00 11 -#> 2347 25 A69-1303-555 3707 2016-06-09 01:24:00 11 -#> 2348 25 A69-1303-555 3709 2016-06-09 01:26:00 11 -#> 2349 25 A69-1303-555 3711 2016-06-09 01:28:00 11 -#> 2350 25 A69-1303-555 3712 2016-06-09 01:30:00 11 -#> 2351 25 A69-1303-555 3715 2016-06-09 01:32:00 11 -#> 2352 25 A69-1303-555 3717 2016-06-09 01:34:00 11 -#> 2353 25 A69-1303-555 3718 2016-06-09 01:36:00 11 -#> 2354 25 A69-1303-555 3719 2016-06-09 10:52:00 11 -#> 2355 25 A69-1303-555 3720 2016-06-09 10:54:00 11 -#> 2356 25 A69-1303-555 3721 2016-06-09 11:06:00 11 -#> 2357 25 A69-1303-555 3722 2016-06-09 11:08:00 11 -#> 2358 25 A69-1303-555 3724 2016-06-09 11:12:00 11 -#> 2359 25 A69-1303-555 3725 2016-06-11 08:26:00 14 -#> 2360 25 A69-1303-555 3726 2016-06-11 08:28:00 14 -#> 2361 25 A69-1303-555 3728 2016-06-11 08:30:00 14 -#> 2362 25 A69-1303-555 3730 2016-06-11 08:36:00 14 -#> 2363 25 A69-1303-555 3732 2016-06-11 08:42:00 14 -#> 2364 25 A69-1303-555 3733 2016-06-11 08:44:00 14 -#> 2365 25 A69-1303-555 3735 2016-06-11 08:46:00 14 -#> 2366 25 A69-1303-555 3737 2016-06-11 08:48:00 14 -#> 2367 25 A69-1303-555 3739 2016-06-11 08:50:00 14 -#> 2368 25 A69-1303-555 3741 2016-06-11 08:52:00 14 -#> 2369 25 A69-1303-555 3743 2016-06-11 08:54:00 14 -#> 2370 25 A69-1303-555 3744 2016-06-12 21:32:00 14 -#> 2371 25 A69-1303-555 3745 2016-06-12 21:34:00 14 -#> 2372 25 A69-1303-555 3747 2016-06-12 21:40:00 14 -#> 2373 25 A69-1303-555 3748 2016-06-12 21:42:00 14 -#> 2374 25 A69-1303-555 3749 2016-06-12 21:44:00 14 -#> 2375 25 A69-1303-555 3751 2016-06-13 04:40:00 14 -#> 2376 25 A69-1303-555 3752 2016-06-13 04:42:00 14 -#> 2377 25 A69-1303-555 3754 2016-06-13 04:44:00 14 -#> 2378 25 A69-1303-555 3756 2016-06-13 04:46:00 14 -#> 2379 25 A69-1303-555 3757 2016-06-13 04:48:00 14 -#> 2380 25 A69-1303-555 3759 2016-06-13 04:50:00 14 -#> 2381 25 A69-1303-555 3760 2016-06-13 04:54:00 14 -#> 2382 25 A69-1303-555 3761 2016-06-13 04:56:00 14 -#> 2383 25 A69-1303-555 3763 2016-06-13 04:58:00 14 -#> 2384 25 A69-1303-555 3765 2016-06-13 05:00:00 14 -#> 2385 25 A69-1303-555 3767 2016-06-13 05:02:00 14 -#> 2386 25 A69-1303-555 3768 2016-06-13 05:04:00 14 -#> 2387 25 A69-1303-555 3771 2016-06-13 05:06:00 14 -#> 2388 25 A69-1303-555 3774 2016-06-13 05:08:00 14 -#> 2389 25 A69-1303-555 3775 2016-06-13 05:10:00 14 -#> 2390 25 A69-1303-555 3777 2016-06-13 05:12:00 14 -#> 2391 25 A69-1303-555 3779 2016-06-13 05:14:00 14 -#> 2392 25 A69-1303-555 3781 2016-06-13 05:16:00 14 -#> 2393 25 A69-1303-555 3782 2016-06-13 05:18:00 14 -#> 2394 25 A69-1303-555 3783 2016-06-13 05:20:00 14 -#> 2395 25 A69-1303-555 3784 2016-06-13 05:22:00 14 -#> 2396 25 A69-1303-555 3785 2016-06-13 05:24:00 14 -#> 2397 25 A69-1303-555 3787 2016-06-13 05:26:00 14 -#> 2398 25 A69-1303-555 3789 2016-06-13 05:28:00 14 -#> 2399 25 A69-1303-555 3791 2016-06-13 05:30:00 14 -#> 2400 25 A69-1303-555 3792 2016-06-13 05:32:00 14 -#> 2401 25 A69-1303-555 3794 2016-06-13 05:34:00 14 -#> 2402 25 A69-1303-555 3796 2016-06-13 05:36:00 14 -#> 2403 25 A69-1303-555 3797 2016-06-13 05:38:00 14 -#> 2404 25 A69-1303-555 3799 2016-06-13 05:40:00 14 -#> 2405 25 A69-1303-555 3800 2016-06-13 05:42:00 14 -#> 2406 25 A69-1303-555 3802 2016-06-13 05:44:00 14 -#> 2407 25 A69-1303-555 3803 2016-06-13 05:46:00 14 -#> 2408 25 A69-1303-555 3805 2016-06-13 05:48:00 14 -#> 2409 25 A69-1303-555 3807 2016-06-13 05:50:00 14 -#> 2410 25 A69-1303-555 3810 2016-06-13 05:52:00 14 -#> 2411 25 A69-1303-555 3812 2016-06-13 05:54:00 14 -#> 2412 25 A69-1303-555 3814 2016-06-13 05:56:00 14 -#> 2413 25 A69-1303-555 3816 2016-06-13 05:58:00 14 -#> 2414 25 A69-1303-555 3818 2016-06-13 06:00:00 14 -#> 2415 25 A69-1303-555 3820 2016-06-13 06:02:00 14 -#> 2416 25 A69-1303-555 3822 2016-06-13 06:04:00 14 -#> 2417 25 A69-1303-555 3823 2016-06-13 06:06:00 14 -#> 2418 25 A69-1303-555 3825 2016-06-13 06:08:00 14 -#> 2419 25 A69-1303-555 3826 2016-06-13 06:10:00 14 -#> 2420 25 A69-1303-555 3828 2016-06-13 06:12:00 14 -#> 2421 25 A69-1303-555 3830 2016-06-13 06:14:00 14 -#> 2422 25 A69-1303-555 3832 2016-06-13 06:16:00 14 -#> 2423 25 A69-1303-555 3834 2016-06-13 06:18:00 14 -#> 2424 25 A69-1303-555 3836 2016-06-13 06:20:00 14 -#> 2425 25 A69-1303-555 3839 2016-06-13 06:22:00 14 -#> 2426 25 A69-1303-555 3841 2016-06-13 06:24:00 14 -#> 2427 25 A69-1303-555 3843 2016-06-13 06:26:00 14 -#> 2428 25 A69-1303-555 3845 2016-06-13 06:28:00 14 -#> 2429 25 A69-1303-555 3846 2016-06-13 06:30:00 14 -#> 2430 25 A69-1303-555 3847 2016-06-13 06:32:00 14 -#> 2431 25 A69-1303-555 3849 2016-06-13 06:34:00 14 -#> 2432 25 A69-1303-555 3850 2016-06-13 06:38:00 14 -#> 2433 25 A69-1303-555 3851 2016-06-13 06:40:00 14 -#> 2434 25 A69-1303-555 3853 2016-06-13 06:44:00 14 -#> 2435 25 A69-1303-555 3855 2016-06-13 06:46:00 14 -#> 2436 25 A69-1303-555 3857 2016-06-13 06:48:00 14 -#> 2437 25 A69-1303-555 3858 2016-06-13 06:50:00 14 -#> 2438 25 A69-1303-555 3860 2016-06-13 06:54:00 14 -#> 2439 25 A69-1303-555 3861 2016-06-13 08:00:00 14 -#> 2440 25 A69-1303-555 3862 2016-06-13 08:04:00 14 -#> 2441 25 A69-1303-555 3863 2016-06-13 08:06:00 14 -#> 2442 25 A69-1303-555 3865 2016-06-14 04:48:00 14 -#> 2443 25 A69-1303-555 3866 2016-06-14 04:50:00 14 -#> 2444 25 A69-1303-555 3868 2016-06-14 04:52:00 14 -#> 2445 25 A69-1303-555 3870 2016-06-14 04:54:00 14 -#> 2446 25 A69-1303-555 3871 2016-06-14 04:56:00 14 -#> 2447 25 A69-1303-555 3872 2016-06-14 04:58:00 14 -#> 2448 25 A69-1303-555 3874 2016-06-14 05:00:00 14 -#> 2449 25 A69-1303-555 3875 2016-06-14 05:02:00 14 -#> 2450 25 A69-1303-555 3877 2016-06-14 05:04:00 14 -#> 2451 25 A69-1303-555 3878 2016-06-14 05:08:00 14 -#> 2452 25 A69-1303-555 3879 2016-06-14 05:10:00 14 -#> 2453 25 A69-1303-555 3880 2016-06-14 05:36:00 14 -#> 2454 25 A69-1303-555 3881 2016-06-14 05:38:00 14 -#> 2455 25 A69-1303-555 3883 2016-06-14 05:40:00 14 -#> 2456 25 A69-1303-555 3884 2016-06-14 05:42:00 14 -#> 2457 25 A69-1303-555 3886 2016-06-14 05:44:00 14 -#> 2458 25 A69-1303-555 3887 2016-06-14 05:46:00 14 -#> 2459 25 A69-1303-555 3889 2016-06-14 05:48:00 14 -#> 2460 25 A69-1303-555 3891 2016-06-14 05:50:00 14 -#> 2461 25 A69-1303-555 3893 2016-06-14 05:52:00 14 -#> 2462 25 A69-1303-555 3896 2016-06-14 05:54:00 14 -#> 2463 25 A69-1303-555 3897 2016-06-14 05:56:00 14 -#> 2464 25 A69-1303-555 3898 2016-06-14 05:58:00 14 -#> 2465 25 A69-1303-555 3899 2016-06-14 06:02:00 14 -#> 2466 25 A69-1303-555 3900 2016-06-14 07:16:00 14 -#> 2467 25 A69-1303-555 3902 2016-06-14 07:18:00 14 -#> 2468 25 A69-1303-555 3903 2016-06-14 07:20:00 14 -#> 2469 25 A69-1303-555 3905 2016-06-14 07:22:00 14 -#> 2470 25 A69-1303-555 3906 2016-06-14 07:26:00 14 -#> 2471 25 A69-1303-555 3907 2016-06-17 00:40:00 14 -#> 2472 25 A69-1303-555 3908 2016-06-17 00:42:00 14 -#> 2473 25 A69-1303-555 3910 2016-06-17 00:44:00 14 -#> 2474 25 A69-1303-555 3911 2016-06-17 00:46:00 14 -#> 2475 25 A69-1303-555 3912 2016-06-17 00:48:00 14 -#> 2476 25 A69-1303-555 3914 2016-06-17 00:50:00 14 -#> 2477 25 A69-1303-555 3916 2016-06-17 00:52:00 14 -#> 2478 25 A69-1303-555 3918 2016-06-17 00:54:00 14 -#> 2479 25 A69-1303-555 3920 2016-06-17 00:58:00 14 -#> 2480 25 A69-1303-555 3921 2016-06-18 00:06:00 29 -#> 2481 25 A69-1303-555 3922 2016-06-18 00:10:00 29 -#> 2482 25 A69-1303-555 3923 2016-06-18 00:14:00 29 -#> 2483 25 A69-1303-555 3924 2016-06-18 00:22:00 29 -#> 2484 25 A69-1303-555 3925 2016-06-18 01:02:00 29 -#> 2485 25 A69-1303-555 3926 2016-06-18 01:04:00 29 -#> 2486 25 A69-1303-555 3927 2016-06-18 01:06:00 29 -#> 2487 25 A69-1303-555 3929 2016-06-18 01:08:00 29 -#> 2488 25 A69-1303-555 3930 2016-06-18 01:10:00 29 -#> 2489 25 A69-1303-555 3932 2016-06-18 01:14:00 29 -#> 2490 25 A69-1303-555 3933 2016-06-18 01:16:00 29 -#> 2491 25 A69-1303-555 3934 2016-06-18 01:18:00 29 -#> 2492 25 A69-1303-555 3936 2016-06-18 01:20:00 29 -#> 2493 25 A69-1303-555 3937 2016-06-18 01:22:00 29 -#> 2494 25 A69-1303-555 3938 2016-06-18 01:24:00 29 -#> 2495 25 A69-1303-555 3940 2016-06-18 01:26:00 29 -#> 2496 25 A69-1303-555 3941 2016-06-18 01:28:00 29 -#> 2497 25 A69-1303-555 3942 2016-06-18 01:30:00 29 -#> 2498 25 A69-1303-555 3945 2016-06-18 01:34:00 29 -#> 2499 25 A69-1303-555 3947 2016-06-18 05:56:00 29 -#> 2500 25 A69-1303-555 3948 2016-06-18 06:00:00 29 -#> 2501 25 A69-1303-555 3949 2016-06-18 06:02:00 29 -#> 2502 25 A69-1303-555 3950 2016-06-18 06:10:00 29 -#> 2503 25 A69-1303-555 3952 2016-06-18 06:14:00 29 -#> 2504 25 A69-1303-555 3953 2016-06-18 06:26:00 29 -#> 2505 25 A69-1303-555 3955 2016-06-18 06:30:00 29 -#> 2506 25 A69-1303-555 3956 2016-06-18 06:46:00 29 -#> 2507 25 A69-1303-555 3957 2016-06-18 06:50:00 29 -#> 2508 25 A69-1303-555 3958 2016-06-18 06:54:00 29 -#> 2509 25 A69-1303-555 3959 2016-06-18 06:56:00 29 -#> 2510 25 A69-1303-555 3960 2016-06-18 06:58:00 29 -#> 2511 25 A69-1303-555 3963 2016-06-18 07:00:00 29 -#> 2512 25 A69-1303-555 3964 2016-06-18 07:02:00 29 -#> 2513 25 A69-1303-555 3967 2016-06-18 07:04:00 29 -#> 2514 25 A69-1303-555 3968 2016-06-18 07:06:00 29 -#> 2515 25 A69-1303-555 3969 2016-06-18 07:10:00 29 -#> 2516 25 A69-1303-555 3970 2016-06-18 07:12:00 29 -#> 2517 25 A69-1303-555 3971 2016-06-18 07:14:00 29 -#> 2518 25 A69-1303-555 3973 2016-06-18 07:16:00 29 -#> 2519 25 A69-1303-555 3975 2016-06-18 07:18:00 29 -#> 2520 25 A69-1303-555 3977 2016-06-18 07:20:00 29 -#> 2521 25 A69-1303-555 3978 2016-06-18 07:22:00 29 -#> 2522 25 A69-1303-555 3980 2016-06-18 07:24:00 29 -#> 2523 25 A69-1303-555 3982 2016-06-18 07:26:00 29 -#> 2524 25 A69-1303-555 3983 2016-06-18 07:28:00 29 -#> 2525 25 A69-1303-555 3985 2016-06-18 07:30:00 29 -#> 2526 25 A69-1303-555 3987 2016-06-18 07:32:00 29 -#> 2527 25 A69-1303-555 3989 2016-06-18 07:34:00 29 -#> 2528 25 A69-1303-555 3990 2016-06-18 07:36:00 29 -#> 2529 25 A69-1303-555 3993 2016-06-18 07:38:00 29 -#> 2530 25 A69-1303-555 3994 2016-06-18 07:40:00 29 -#> 2531 25 A69-1303-555 3996 2016-06-18 07:42:00 29 -#> 2532 25 A69-1303-555 3997 2016-06-18 07:44:00 29 -#> 2533 25 A69-1303-555 3999 2016-06-18 07:50:00 29 -#> 2534 25 A69-1303-555 4001 2016-06-18 07:54:00 29 -#> 2535 25 A69-1303-555 4002 2016-06-18 07:56:00 29 -#> 2536 25 A69-1303-555 4003 2016-06-18 07:58:00 29 -#> 2537 25 A69-1303-555 4004 2016-06-18 08:00:00 29 -#> 2538 25 A69-1303-555 4006 2016-06-18 08:06:00 29 -#> 2539 25 A69-1303-555 4007 2016-06-18 08:08:00 29 -#> 2540 25 A69-1303-555 4009 2016-06-18 08:10:00 29 -#> 2541 25 A69-1303-555 4011 2016-06-18 08:12:00 29 -#> 2542 25 A69-1303-555 4013 2016-06-18 08:14:00 29 -#> 2543 25 A69-1303-555 4015 2016-06-18 08:16:00 29 -#> 2544 25 A69-1303-555 4016 2016-06-18 08:18:00 29 -#> 2545 25 A69-1303-555 4018 2016-06-18 08:20:00 29 -#> 2546 25 A69-1303-555 4019 2016-06-18 08:22:00 29 -#> 2547 25 A69-1303-555 4021 2016-06-18 08:24:00 29 -#> 2548 25 A69-1303-555 4024 2016-06-18 08:26:00 29 -#> 2549 25 A69-1303-555 4025 2016-06-18 08:28:00 29 -#> 2550 25 A69-1303-555 4026 2016-06-18 08:30:00 29 -#> 2551 25 A69-1303-555 4027 2016-06-18 08:32:00 29 -#> 2552 25 A69-1303-555 4029 2016-06-18 08:34:00 29 -#> 2553 25 A69-1303-555 4032 2016-06-18 08:36:00 29 -#> 2554 25 A69-1303-555 4033 2016-06-18 08:38:00 29 -#> 2555 25 A69-1303-555 4035 2016-06-18 08:40:00 29 -#> 2556 25 A69-1303-555 4038 2016-06-18 08:42:00 29 -#> 2557 25 A69-1303-555 4039 2016-06-18 08:44:00 29 -#> 2558 25 A69-1303-555 4041 2016-06-18 08:46:00 29 -#> 2559 25 A69-1303-555 4042 2016-06-18 08:48:00 29 -#> 2560 25 A69-1303-555 4043 2016-06-18 08:50:00 29 -#> 2561 25 A69-1303-555 4046 2016-06-18 08:52:00 29 -#> 2562 25 A69-1303-555 4047 2016-06-18 08:54:00 29 -#> 2563 25 A69-1303-555 4050 2016-06-18 08:56:00 29 -#> 2564 25 A69-1303-555 4051 2016-06-18 08:58:00 29 -#> 2565 25 A69-1303-555 4053 2016-06-18 09:00:00 29 -#> 2566 25 A69-1303-555 4054 2016-06-18 09:02:00 29 -#> 2567 25 A69-1303-555 4055 2016-06-18 09:04:00 29 -#> 2568 25 A69-1303-555 4057 2016-06-18 09:06:00 29 -#> 2569 25 A69-1303-555 4058 2016-06-18 09:08:00 29 -#> 2570 25 A69-1303-555 4059 2016-06-18 09:10:00 29 -#> 2571 25 A69-1303-555 4060 2016-06-18 09:12:00 29 -#> 2572 25 A69-1303-555 4061 2016-06-18 09:30:00 29 -#> 2573 25 A69-1303-555 4063 2016-06-18 09:32:00 29 -#> 2574 25 A69-1303-555 4065 2016-06-18 09:34:00 29 -#> 2575 25 A69-1303-555 4066 2016-06-18 09:36:00 29 -#> 2576 25 A69-1303-555 4067 2016-06-18 09:40:00 29 -#> 2577 25 A69-1303-555 4068 2016-06-18 10:54:00 29 -#> 2578 25 A69-1303-555 4069 2016-06-18 11:12:00 29 -#> 2579 25 A69-1303-555 4070 2016-06-18 11:14:00 29 -#> 2580 25 A69-1303-555 4072 2016-06-18 11:16:00 29 -#> 2581 25 A69-1303-555 4073 2016-06-19 05:30:00 29 -#> 2582 25 A69-1303-555 4074 2016-06-19 05:52:00 29 -#> 2583 25 A69-1303-555 4075 2016-06-19 05:58:00 29 -#> 2584 25 A69-1303-555 4076 2016-06-19 06:00:00 29 -#> 2585 25 A69-1303-555 4077 2016-06-19 06:02:00 29 -#> 2586 25 A69-1303-555 4079 2016-06-19 06:04:00 29 -#> 2587 25 A69-1303-555 4080 2016-06-19 06:06:00 29 -#> 2588 25 A69-1303-555 4082 2016-06-19 06:08:00 29 -#> 2589 25 A69-1303-555 4083 2016-06-19 06:12:00 29 -#> 2590 25 A69-1303-555 4084 2016-06-19 06:16:00 29 -#> 2591 25 A69-1303-555 4085 2016-06-19 06:18:00 29 -#> 2592 25 A69-1303-555 4086 2016-06-19 06:20:00 29 -#> 2593 25 A69-1303-555 4087 2016-06-19 06:22:00 29 -#> 2594 25 A69-1303-555 4090 2016-06-19 06:24:00 29 -#> 2595 25 A69-1303-555 4091 2016-06-19 06:26:00 29 -#> 2596 25 A69-1303-555 4092 2016-06-19 06:28:00 29 -#> 2597 25 A69-1303-555 4095 2016-06-19 06:30:00 29 -#> 2598 25 A69-1303-555 4096 2016-06-19 06:32:00 29 -#> 2599 25 A69-1303-555 4098 2016-06-19 06:36:00 29 -#> 2600 25 A69-1303-555 4099 2016-06-19 06:38:00 29 -#> 2601 25 A69-1303-555 4100 2016-06-19 06:42:00 29 -#> 2602 25 A69-1303-555 4101 2016-06-19 06:44:00 29 -#> 2603 25 A69-1303-555 4102 2016-06-19 06:46:00 29 -#> 2604 25 A69-1303-555 4104 2016-06-19 06:50:00 29 -#> 2605 25 A69-1303-555 4105 2016-06-20 19:32:00 14 -#> 2606 25 A69-1303-555 4106 2016-06-20 19:42:00 14 -#> 2607 25 A69-1303-555 4108 2016-06-20 19:44:00 14 -#> 2608 25 A69-1303-555 4109 2016-06-20 19:48:00 14 -#> 2609 25 A69-1303-555 4110 2016-06-20 19:54:00 14 -#> 2610 25 A69-1303-555 4111 2016-06-20 20:02:00 14 -#> 2611 25 A69-1303-555 4112 2016-06-22 23:54:00 11 -#> 2612 25 A69-1303-555 4113 2016-06-22 23:58:00 11 -#> 2613 25 A69-1303-555 4114 2016-06-23 00:02:00 11 -#> 2614 25 A69-1303-555 4115 2016-06-23 00:34:00 11 -#> 2615 25 A69-1303-555 4116 2016-06-23 00:44:00 11 -#> 2616 25 A69-1303-555 4117 2016-06-23 00:46:00 11 -#> 2617 25 A69-1303-555 4118 2016-06-23 00:58:00 11 -#> 2618 25 A69-1303-555 4119 2016-06-23 01:00:00 11 -#> 2619 25 A69-1303-555 4121 2016-06-23 02:06:00 11 -#> 2620 25 A69-1303-555 4122 2016-06-23 02:14:00 11 -#> 2621 25 A69-1303-555 4123 2016-06-23 20:46:00 11 -#> 2622 25 A69-1303-555 4124 2016-06-23 20:48:00 11 -#> 2623 25 A69-1303-555 4125 2016-06-23 20:50:00 11 -#> 2624 25 A69-1303-555 4126 2016-06-23 20:54:00 11 -#> 2625 25 A69-1303-555 4127 2016-06-23 20:58:00 11 -#> 2626 25 A69-1303-555 4129 2016-06-23 21:16:00 11 -#> 2627 25 A69-1303-555 4131 2016-06-23 21:22:00 11 -#> 2628 25 A69-1303-555 4132 2016-06-23 21:26:00 11 -#> 2629 25 A69-1303-555 4133 2016-06-25 10:20:00 11 -#> 2630 25 A69-1303-555 4134 2016-06-25 10:22:00 11 -#> 2631 25 A69-1303-555 4136 2016-06-25 10:24:00 11 -#> 2632 25 A69-1303-555 4137 2016-06-25 10:26:00 11 -#> 2633 25 A69-1303-555 4139 2016-06-25 10:28:00 11 -#> 2634 25 A69-1303-555 4140 2016-06-25 10:32:00 11 -#> 2635 25 A69-1303-555 4142 2016-06-25 10:34:00 11 -#> 2636 25 A69-1303-555 4143 2016-06-25 10:36:00 11 -#> 2637 25 A69-1303-555 4144 2016-06-25 10:40:00 11 -#> 2638 25 A69-1303-555 4147 2016-06-25 10:44:00 11 -#> 2639 25 A69-1303-555 4149 2016-06-25 10:46:00 11 -#> 2640 25 A69-1303-555 4151 2016-06-25 10:48:00 11 -#> 2641 25 A69-1303-555 4153 2016-06-25 10:50:00 11 -#> 2642 25 A69-1303-555 4155 2016-06-25 10:52:00 11 -#> 2643 25 A69-1303-555 4157 2016-06-25 10:54:00 11 -#> 2644 25 A69-1303-555 4159 2016-06-25 10:56:00 11 -#> 2645 25 A69-1303-555 4160 2016-06-25 10:58:00 11 -#> 2646 25 A69-1303-555 4161 2016-06-25 11:00:00 11 -#> 2647 25 A69-1303-555 4163 2016-06-25 11:02:00 11 -#> 2648 25 A69-1303-555 4165 2016-06-25 11:04:00 11 -#> 2649 25 A69-1303-555 4167 2016-06-25 11:06:00 11 -#> 2650 25 A69-1303-555 4168 2016-06-25 11:08:00 11 -#> 2651 25 A69-1303-555 4170 2016-06-25 11:10:00 11 -#> 2652 25 A69-1303-555 4172 2016-06-25 11:12:00 11 -#> 2653 25 A69-1303-555 4174 2016-06-25 11:14:00 11 -#> 2654 25 A69-1303-555 4176 2016-06-25 11:16:00 11 -#> 2655 25 A69-1303-555 4177 2016-06-25 11:18:00 11 -#> 2656 25 A69-1303-555 4179 2016-06-25 11:20:00 11 -#> 2657 25 A69-1303-555 4182 2016-06-25 11:22:00 11 -#> 2658 25 A69-1303-555 4183 2016-06-25 11:24:00 11 -#> 2659 25 A69-1303-555 4184 2016-06-25 11:26:00 11 -#> 2660 25 A69-1303-555 4186 2016-06-25 11:28:00 11 -#> 2661 25 A69-1303-555 4187 2016-06-25 11:30:00 11 -#> 2662 25 A69-1303-555 4189 2016-06-25 11:32:00 11 -#> 2663 25 A69-1303-555 4190 2016-06-25 11:34:00 11 -#> 2664 25 A69-1303-555 4191 2016-06-25 11:38:00 11 -#> 2665 25 A69-1303-555 4193 2016-06-25 11:40:00 11 -#> 2666 25 A69-1303-555 4194 2016-06-25 11:42:00 11 -#> 2667 25 A69-1303-555 4195 2016-06-25 11:44:00 11 -#> 2668 25 A69-1303-555 4196 2016-06-25 18:44:00 14 -#> 2669 25 A69-1303-555 4197 2016-06-25 18:46:00 14 -#> 2670 25 A69-1303-555 4198 2016-06-25 18:54:00 14 -#> 2671 25 A69-1303-555 4199 2016-06-25 19:00:00 14 -#> 2672 25 A69-1303-555 4200 2016-06-25 19:02:00 14 -#> 2673 25 A69-1303-555 4201 2016-06-25 19:06:00 14 -#> 2674 25 A69-1303-555 4202 2016-06-25 19:08:00 14 -#> 2675 25 A69-1303-555 4204 2016-06-25 19:10:00 14 -#> 2676 25 A69-1303-555 4205 2016-06-25 19:14:00 14 -#> 2677 25 A69-1303-555 4207 2016-06-25 19:16:00 14 -#> 2678 25 A69-1303-555 4208 2016-06-25 19:20:00 14 -#> 2679 25 A69-1303-555 4210 2016-06-25 19:22:00 14 -#> 2680 25 A69-1303-555 4211 2016-06-25 19:26:00 14 -#> 2681 25 A69-1303-555 4212 2016-06-25 19:52:00 14 -#> 2682 25 A69-1303-555 4213 2016-06-25 20:06:00 14 -#> 2683 25 A69-1303-555 4214 2016-06-25 20:08:00 14 -#> 2684 25 A69-1303-555 4215 2016-06-25 20:10:00 14 -#> 2685 25 A69-1303-555 4216 2016-06-25 20:12:00 14 -#> 2686 25 A69-1303-555 4218 2016-06-25 20:16:00 14 -#> 2687 25 A69-1303-555 4220 2016-06-25 20:18:00 14 -#> 2688 25 A69-1303-555 4221 2016-06-25 20:20:00 14 -#> 2689 25 A69-1303-555 4223 2016-06-25 20:22:00 14 -#> 2690 25 A69-1303-555 4224 2016-06-25 20:26:00 14 -#> 2691 25 A69-1303-555 4226 2016-06-25 20:28:00 14 -#> 2692 25 A69-1303-555 4227 2016-06-25 20:30:00 14 -#> 2693 25 A69-1303-555 4228 2016-06-25 20:32:00 14 -#> 2694 25 A69-1303-555 4230 2016-06-25 20:36:00 14 -#> 2695 25 A69-1303-555 4231 2016-06-25 20:42:00 14 -#> 2696 25 A69-1303-555 4232 2016-06-25 20:44:00 14 -#> 2697 25 A69-1303-555 4233 2016-06-25 20:50:00 14 -#> 2698 25 A69-1303-555 4234 2016-06-25 20:52:00 14 -#> 2699 25 A69-1303-555 4235 2016-06-25 20:56:00 14 -#> 2700 25 A69-1303-555 4236 2016-06-25 21:00:00 14 -#> 2701 25 A69-1303-555 4237 2016-06-28 20:30:00 14 -#> 2702 25 A69-1303-555 4238 2016-06-28 20:36:00 14 -#> 2703 25 A69-1303-555 4239 2016-06-28 20:40:00 14 -#> 2704 25 A69-1303-555 4240 2016-06-28 20:52:00 14 -#> 2705 25 A69-1303-555 4241 2016-06-28 20:54:00 14 -#> 2706 25 A69-1303-555 4244 2016-06-28 21:04:00 14 -#> 2707 25 A69-1303-555 4245 2016-06-28 21:18:00 14 -#> 2708 25 A69-1303-555 4246 2016-06-28 21:20:00 14 -#> 2709 25 A69-1303-555 4247 2016-06-29 04:14:00 14 -#> 2710 25 A69-1303-555 4249 2016-06-29 04:16:00 14 -#> 2711 25 A69-1303-555 4250 2016-06-29 04:18:00 14 -#> 2712 25 A69-1303-555 4252 2016-06-29 04:20:00 14 -#> 2713 25 A69-1303-555 4253 2016-06-29 04:22:00 14 -#> 2714 25 A69-1303-555 4254 2016-07-02 19:50:00 11 -#> 2715 25 A69-1303-555 4255 2016-07-02 20:00:00 11 -#> 2716 25 A69-1303-555 4256 2016-07-02 20:02:00 11 -#> 2717 25 A69-1303-555 4258 2016-07-02 20:04:00 11 -#> 2718 25 A69-1303-555 4259 2016-07-02 20:06:00 11 -#> 2719 25 A69-1303-555 4260 2016-07-02 20:08:00 11 -#> 2720 25 A69-1303-555 4262 2016-07-02 20:10:00 11 -#> 2721 25 A69-1303-555 4263 2016-07-02 20:14:00 11 -#> 2722 25 A69-1303-555 4264 2016-07-02 20:22:00 11 -#> 2723 25 A69-1303-555 4265 2016-07-02 20:26:00 11 -#> 2724 25 A69-1303-555 4266 2016-07-04 03:12:00 14 -#> 2725 25 A69-1303-555 4267 2016-07-04 03:14:00 14 -#> 2726 25 A69-1303-555 4270 2016-07-04 03:16:00 14 -#> 2727 25 A69-1303-555 4271 2016-07-04 03:18:00 14 -#> 2728 25 A69-1303-555 4273 2016-07-04 03:20:00 14 -#> 2729 25 A69-1303-555 4275 2016-07-04 03:22:00 14 -#> 2730 25 A69-1303-555 4277 2016-07-04 03:24:00 14 -#> 2731 25 A69-1303-555 4279 2016-07-04 03:26:00 14 -#> 2732 25 A69-1303-555 4281 2016-07-04 03:28:00 14 -#> 2733 25 A69-1303-555 4282 2016-07-04 03:30:00 14 -#> 2734 25 A69-1303-555 4284 2016-07-04 03:32:00 14 -#> 2735 25 A69-1303-555 4286 2016-07-04 03:34:00 14 -#> 2736 25 A69-1303-555 4287 2016-07-04 03:36:00 14 -#> 2737 25 A69-1303-555 4290 2016-07-04 03:38:00 14 -#> 2738 25 A69-1303-555 4291 2016-07-04 03:40:00 14 -#> 2739 25 A69-1303-555 4294 2016-07-04 03:42:00 14 -#> 2740 25 A69-1303-555 4297 2016-07-04 03:44:00 14 -#> 2741 25 A69-1303-555 4299 2016-07-04 03:46:00 14 -#> 2742 25 A69-1303-555 4301 2016-07-04 03:48:00 14 -#> 2743 25 A69-1303-555 4303 2016-07-04 03:50:00 14 -#> 2744 25 A69-1303-555 4304 2016-07-04 03:52:00 14 -#> 2745 25 A69-1303-555 4305 2016-07-04 03:54:00 14 -#> 2746 25 A69-1303-555 4307 2016-07-04 03:56:00 14 -#> 2747 25 A69-1303-555 4308 2016-07-04 03:58:00 14 -#> 2748 25 A69-1303-555 4310 2016-07-04 04:00:00 14 -#> 2749 25 A69-1303-555 4312 2016-07-04 04:02:00 14 -#> 2750 25 A69-1303-555 4313 2016-07-04 04:04:00 14 -#> 2751 25 A69-1303-555 4315 2016-07-04 04:12:00 14 -#> 2752 25 A69-1303-555 4316 2016-07-04 04:18:00 14 -#> 2753 25 A69-1303-555 4317 2016-07-04 04:22:00 14 -#> 2754 25 A69-1303-555 4318 2016-07-04 04:26:00 14 -#> 2755 25 A69-1303-555 4319 2016-07-04 04:32:00 14 -#> 2756 25 A69-1303-555 4320 2016-07-04 04:34:00 14 -#> 2757 25 A69-1303-555 4321 2016-07-04 04:36:00 14 -#> 2758 25 A69-1303-555 4323 2016-07-04 04:42:00 14 -#> 2759 25 A69-1303-555 4324 2016-07-04 04:44:00 14 -#> 2760 25 A69-1303-555 4325 2016-07-04 04:48:00 14 -#> 2761 25 A69-1303-555 4326 2016-07-04 04:50:00 14 -#> 2762 25 A69-1303-555 4328 2016-07-04 04:52:00 14 -#> 2763 25 A69-1303-555 4329 2016-07-04 04:54:00 14 -#> 2764 25 A69-1303-555 4331 2016-07-04 04:56:00 14 -#> 2765 25 A69-1303-555 4333 2016-07-04 04:58:00 14 -#> 2766 25 A69-1303-555 4335 2016-07-04 05:00:00 14 -#> 2767 25 A69-1303-555 4336 2016-07-04 05:02:00 14 -#> 2768 25 A69-1303-555 4337 2016-07-04 05:04:00 14 -#> 2769 25 A69-1303-555 4338 2016-07-04 05:06:00 14 -#> 2770 25 A69-1303-555 4339 2016-07-04 05:10:00 14 -#> 2771 25 A69-1303-555 4340 2016-07-04 05:12:00 14 -#> 2772 25 A69-1303-555 4341 2016-07-04 05:14:00 14 -#> 2773 25 A69-1303-555 4343 2016-07-04 05:16:00 14 -#> 2774 25 A69-1303-555 4344 2016-07-04 05:18:00 14 -#> 2775 25 A69-1303-555 4345 2016-07-04 05:20:00 14 -#> 2776 25 A69-1303-555 4346 2016-07-04 05:22:00 14 -#> 2777 25 A69-1303-555 4348 2016-07-07 08:24:00 11 -#> 2778 25 A69-1303-555 4349 2016-07-07 08:44:00 11 -#> 2779 25 A69-1303-555 4351 2016-07-07 09:20:00 11 -#> 2780 25 A69-1303-555 4352 2016-07-07 09:32:00 11 -#> 2781 25 A69-1303-555 4353 2016-07-07 09:40:00 11 -#> 2782 25 A69-1303-555 4354 2016-07-07 10:18:00 11 -#> 2783 25 A69-1303-555 4355 2016-07-07 10:20:00 11 -#> 2784 25 A69-1303-555 4356 2016-07-07 10:22:00 11 -#> 2785 25 A69-1303-555 4357 2016-07-07 10:24:00 11 -#> 2786 25 A69-1303-555 4358 2016-07-07 10:26:00 11 -#> 2787 25 A69-1303-555 4360 2016-07-07 10:28:00 11 -#> 2788 25 A69-1303-555 4362 2016-07-07 10:30:00 11 -#> 2789 25 A69-1303-555 4364 2016-07-07 10:32:00 11 -#> 2790 25 A69-1303-555 4365 2016-07-07 10:34:00 11 -#> 2791 25 A69-1303-555 4367 2016-07-07 10:36:00 11 -#> 2792 25 A69-1303-555 4368 2016-07-07 10:38:00 11 -#> 2793 25 A69-1303-555 4369 2016-07-07 10:40:00 11 -#> 2794 25 A69-1303-555 4370 2016-07-07 10:42:00 11 -#> 2795 25 A69-1303-555 4371 2016-07-07 10:44:00 11 -#> 2796 25 A69-1303-555 4372 2016-07-07 15:48:00 11 -#> 2797 25 A69-1303-555 4373 2016-07-07 15:52:00 11 -#> 2798 25 A69-1303-555 4374 2016-07-07 16:06:00 11 -#> 2799 25 A69-1303-555 4375 2016-07-13 21:08:00 39 -#> 2800 25 A69-1303-555 4377 2016-07-15 01:00:00 39 -#> 2801 25 A69-1303-555 4378 2016-07-15 01:02:00 39 -#> 2802 25 A69-1303-555 4379 2016-07-15 01:04:00 39 -#> 2803 25 A69-1303-555 4381 2016-07-15 01:10:00 39 -#> 2804 25 A69-1303-555 4382 2016-07-15 01:14:00 39 -#> 2805 25 A69-1303-555 4383 2016-07-15 01:24:00 39 -#> 2806 25 A69-1303-555 4385 2016-07-15 01:26:00 39 -#> 2807 25 A69-1303-555 4386 2016-07-15 01:28:00 39 -#> 2808 25 A69-1303-555 4387 2016-07-15 01:30:00 39 -#> 2809 25 A69-1303-555 4389 2016-07-15 01:32:00 39 -#> 2810 25 A69-1303-555 4390 2016-07-15 01:36:00 39 -#> 2811 25 A69-1303-555 4391 2016-07-15 01:42:00 39 -#> 2812 25 A69-1303-555 4393 2016-07-15 01:58:00 39 -#> 2813 25 A69-1303-555 4394 2016-07-15 02:02:00 39 -#> 2814 25 A69-1303-555 4396 2016-07-15 02:04:00 39 -#> 2815 25 A69-1303-555 4398 2016-07-15 02:08:00 39 -#> 2816 25 A69-1303-555 4399 2016-07-15 02:10:00 39 -#> 2817 25 A69-1303-555 4400 2016-07-15 02:12:00 39 -#> 2818 25 A69-1303-555 4402 2016-07-15 02:16:00 39 -#> 2819 25 A69-1303-555 4403 2016-07-15 02:18:00 39 -#> 2820 25 A69-1303-555 4405 2016-07-15 02:20:00 39 -#> 2821 25 A69-1303-555 4407 2016-07-15 02:22:00 39 -#> 2822 25 A69-1303-555 4409 2016-07-15 02:24:00 39 -#> 2823 25 A69-1303-555 4411 2016-07-15 02:26:00 39 -#> 2824 25 A69-1303-555 4413 2016-07-15 02:30:00 39 -#> 2825 25 A69-1303-555 4414 2016-07-15 02:38:00 39 -#> 2826 25 A69-1303-555 4416 2016-07-15 02:40:00 39 -#> 2827 25 A69-1303-555 4417 2016-07-15 02:42:00 39 -#> 2828 25 A69-1303-555 4418 2016-07-15 02:44:00 39 -#> 2829 25 A69-1303-555 4419 2016-07-15 02:54:00 39 -#> 2830 25 A69-1303-555 4420 2016-07-15 03:10:00 39 -#> 2831 25 A69-1303-555 4422 2016-07-15 12:52:00 14 -#> 2832 25 A69-1303-555 4423 2016-07-15 13:12:00 14 -#> 2833 25 A69-1303-555 4424 2016-07-15 13:14:00 14 -#> 2834 25 A69-1303-555 4426 2016-07-15 13:20:00 14 -#> 2835 25 A69-1303-555 4427 2016-07-15 13:22:00 14 -#> 2836 25 A69-1303-555 4429 2016-07-15 13:24:00 14 -#> 2837 25 A69-1303-555 4430 2016-07-15 13:26:00 14 -#> 2838 25 A69-1303-555 4431 2016-07-15 13:28:00 14 -#> 2839 25 A69-1303-555 4433 2016-07-15 13:30:00 14 -#> 2840 25 A69-1303-555 4434 2016-07-15 13:38:00 14 -#> 2841 25 A69-1303-555 4435 2016-07-15 13:52:00 14 -#> 2842 25 A69-1303-555 4436 2016-07-15 13:54:00 14 -#> 2843 25 A69-1303-555 4438 2016-07-15 13:56:00 14 -#> 2844 25 A69-1303-555 4440 2016-07-15 13:58:00 14 -#> 2845 25 A69-1303-555 4442 2016-07-15 14:00:00 14 -#> 2846 25 A69-1303-555 4443 2016-07-15 14:04:00 14 -#> 2847 25 A69-1303-555 4444 2016-07-15 14:30:00 14 -#> 2848 25 A69-1303-555 4445 2016-07-15 14:32:00 14 -#> 2849 25 A69-1303-555 4447 2016-07-15 14:34:00 14 -#> 2850 25 A69-1303-555 4448 2016-07-15 16:24:00 14 -#> 2851 25 A69-1303-555 4449 2016-07-15 16:28:00 14 -#> 2852 25 A69-1303-555 4450 2016-07-15 16:34:00 14 -#> 2853 25 A69-1303-555 4451 2016-07-15 16:36:00 14 -#> 2854 25 A69-1303-555 4452 2016-07-15 16:54:00 14 -#> 2855 25 A69-1303-555 4453 2016-07-15 16:56:00 14 -#> 2856 25 A69-1303-555 4454 2016-07-15 16:58:00 14 -#> 2857 25 A69-1303-555 4455 2016-07-15 18:12:00 14 -#> 2858 25 A69-1303-555 4456 2016-07-15 18:16:00 14 -#> 2859 25 A69-1303-555 4457 2016-07-16 00:52:00 23 -#> 2860 25 A69-1303-555 4458 2016-07-16 00:54:00 23 -#> 2861 25 A69-1303-555 4460 2016-07-16 00:56:00 23 -#> 2862 25 A69-1303-555 4461 2016-07-16 00:58:00 23 -#> 2863 25 A69-1303-555 4463 2016-07-16 01:00:00 23 -#> 2864 25 A69-1303-555 4464 2016-07-16 01:02:00 23 -#> 2865 25 A69-1303-555 4466 2016-07-16 01:04:00 23 -#> 2866 25 A69-1303-555 4468 2016-07-16 01:06:00 23 -#> 2867 25 A69-1303-555 4470 2016-07-16 01:08:00 23 -#> 2868 25 A69-1303-555 4472 2016-07-16 01:10:00 23 -#> 2869 25 A69-1303-555 4474 2016-07-16 01:12:00 23 -#> 2870 25 A69-1303-555 4476 2016-07-16 01:14:00 23 -#> 2871 25 A69-1303-555 4478 2016-07-16 01:16:00 23 -#> 2872 25 A69-1303-555 4480 2016-07-16 01:18:00 23 -#> 2873 25 A69-1303-555 4482 2016-07-16 01:20:00 23 -#> 2874 25 A69-1303-555 4483 2016-07-16 01:22:00 23 -#> 2875 25 A69-1303-555 4485 2016-07-16 01:24:00 23 -#> 2876 25 A69-1303-555 4487 2016-07-16 01:26:00 23 -#> 2877 25 A69-1303-555 4489 2016-07-16 01:30:00 23 -#> 2878 25 A69-1303-555 4490 2016-07-18 09:10:00 29 -#> 2879 25 A69-1303-555 4491 2016-07-18 09:14:00 29 -#> 2880 25 A69-1303-555 4493 2016-07-18 09:22:00 29 -#> 2881 25 A69-1303-555 4494 2016-07-18 09:24:00 29 -#> 2882 25 A69-1303-555 4495 2016-07-18 14:28:00 29 -#> 2883 25 A69-1303-555 4496 2016-07-18 14:30:00 29 -#> 2884 25 A69-1303-555 4497 2016-07-18 14:32:00 29 -#> 2885 25 A69-1303-555 4499 2016-07-18 14:34:00 29 -#> 2886 25 A69-1303-555 4502 2016-07-18 14:36:00 29 -#> 2887 25 A69-1303-555 4504 2016-07-18 14:38:00 29 -#> 2888 25 A69-1303-555 4506 2016-07-18 14:40:00 29 -#> 2889 25 A69-1303-555 4508 2016-07-18 14:42:00 29 -#> 2890 25 A69-1303-555 4510 2016-07-18 14:44:00 29 -#> 2891 25 A69-1303-555 4511 2016-07-18 14:46:00 29 -#> 2892 25 A69-1303-555 4512 2016-07-18 14:48:00 29 -#> 2893 25 A69-1303-555 4514 2016-07-18 14:50:00 29 -#> 2894 25 A69-1303-555 4515 2016-07-18 14:52:00 29 -#> 2895 25 A69-1303-555 4516 2016-07-18 14:54:00 29 -#> 2896 25 A69-1303-555 4518 2016-07-18 15:08:00 29 -#> 2897 25 A69-1303-555 4520 2016-07-18 15:10:00 29 -#> 2898 25 A69-1303-555 4521 2016-07-18 15:14:00 29 -#> 2899 25 A69-1303-555 4522 2016-07-18 15:16:00 29 -#> 2900 25 A69-1303-555 4523 2016-07-18 15:20:00 29 -#> 2901 25 A69-1303-555 4524 2016-07-18 15:22:00 29 -#> 2902 25 A69-1303-555 4526 2016-07-18 15:24:00 29 -#> 2903 25 A69-1303-555 4528 2016-07-18 15:28:00 29 -#> 2904 25 A69-1303-555 4529 2016-07-18 15:34:00 29 -#> 2905 25 A69-1303-555 4530 2016-07-18 15:38:00 29 -#> 2906 25 A69-1303-555 4531 2016-07-18 15:40:00 29 -#> 2907 25 A69-1303-555 4532 2016-07-18 15:42:00 29 -#> 2908 25 A69-1303-555 4533 2016-07-18 15:48:00 29 -#> 2909 25 A69-1303-555 4535 2016-07-18 16:02:00 29 -#> 2910 25 A69-1303-555 4537 2016-07-18 16:24:00 29 -#> 2911 25 A69-1303-555 4538 2016-07-18 17:16:00 29 -#> 2912 25 A69-1303-555 4539 2016-07-18 17:20:00 29 -#> 2913 25 A69-1303-555 4541 2016-07-18 17:22:00 29 -#> 2914 25 A69-1303-555 4543 2016-07-18 17:26:00 29 -#> 2915 25 A69-1303-555 4544 2016-07-18 17:30:00 29 -#> 2916 25 A69-1303-555 4546 2016-07-18 17:34:00 29 -#> 2917 25 A69-1303-555 4547 2016-07-18 17:36:00 29 -#> 2918 25 A69-1303-555 4549 2016-07-18 17:38:00 29 -#> 2919 25 A69-1303-555 4551 2016-07-18 17:40:00 29 -#> 2920 25 A69-1303-555 4552 2016-07-18 17:42:00 29 -#> 2921 25 A69-1303-555 4554 2016-07-18 17:44:00 29 -#> 2922 25 A69-1303-555 4557 2016-07-18 17:46:00 29 -#> 2923 25 A69-1303-555 4559 2016-07-18 17:48:00 29 -#> 2924 25 A69-1303-555 4560 2016-07-18 17:50:00 29 -#> 2925 25 A69-1303-555 4562 2016-07-18 17:52:00 29 -#> 2926 25 A69-1303-555 4563 2016-07-18 17:54:00 29 -#> 2927 25 A69-1303-555 4566 2016-07-18 17:56:00 29 -#> 2928 25 A69-1303-555 4568 2016-07-18 17:58:00 29 -#> 2929 25 A69-1303-555 4570 2016-07-18 18:00:00 29 -#> 2930 25 A69-1303-555 4572 2016-07-18 18:02:00 29 -#> 2931 25 A69-1303-555 4574 2016-07-18 18:04:00 29 -#> 2932 25 A69-1303-555 4576 2016-07-18 18:06:00 29 -#> 2933 25 A69-1303-555 4578 2016-07-18 18:08:00 29 -#> 2934 25 A69-1303-555 4580 2016-07-18 18:10:00 29 -#> 2935 25 A69-1303-555 4581 2016-07-18 18:12:00 29 -#> 2936 25 A69-1303-555 4583 2016-07-18 18:14:00 29 -#> 2937 25 A69-1303-555 4585 2016-07-18 18:16:00 29 -#> 2938 25 A69-1303-555 4588 2016-07-18 18:18:00 29 -#> 2939 25 A69-1303-555 4589 2016-07-18 18:20:00 29 -#> 2940 25 A69-1303-555 4591 2016-07-18 18:22:00 29 -#> 2941 25 A69-1303-555 4593 2016-07-18 18:24:00 29 -#> 2942 25 A69-1303-555 4595 2016-07-18 18:26:00 29 -#> 2943 25 A69-1303-555 4597 2016-07-18 18:28:00 29 -#> 2944 25 A69-1303-555 4599 2016-07-18 18:30:00 29 -#> 2945 25 A69-1303-555 4601 2016-07-18 18:32:00 29 -#> 2946 25 A69-1303-555 4602 2016-07-18 18:34:00 29 -#> 2947 25 A69-1303-555 4605 2016-07-18 18:36:00 29 -#> 2948 25 A69-1303-555 4606 2016-07-18 18:38:00 29 -#> 2949 25 A69-1303-555 4608 2016-07-18 18:40:00 29 -#> 2950 25 A69-1303-555 4611 2016-07-18 18:42:00 29 -#> 2951 25 A69-1303-555 4613 2016-07-18 18:44:00 29 -#> 2952 25 A69-1303-555 4615 2016-07-18 18:46:00 29 -#> 2953 25 A69-1303-555 4618 2016-07-18 18:48:00 29 -#> 2954 25 A69-1303-555 4620 2016-07-18 18:50:00 29 -#> 2955 25 A69-1303-555 4621 2016-07-18 18:52:00 29 -#> 2956 25 A69-1303-555 4623 2016-07-18 18:54:00 29 -#> 2957 25 A69-1303-555 4624 2016-07-18 18:56:00 29 -#> 2958 25 A69-1303-555 4626 2016-07-18 18:58:00 29 -#> 2959 25 A69-1303-555 4629 2016-07-18 19:00:00 29 -#> 2960 25 A69-1303-555 4630 2016-07-18 19:02:00 29 -#> 2961 25 A69-1303-555 4632 2016-07-18 19:04:00 29 -#> 2962 25 A69-1303-555 4635 2016-07-18 19:06:00 29 -#> 2963 25 A69-1303-555 4637 2016-07-18 19:08:00 29 -#> 2964 25 A69-1303-555 4639 2016-07-18 19:10:00 29 -#> 2965 25 A69-1303-555 4640 2016-07-18 19:12:00 29 -#> 2966 25 A69-1303-555 4642 2016-07-18 19:14:00 29 -#> 2967 25 A69-1303-555 4645 2016-07-18 19:16:00 29 -#> 2968 25 A69-1303-555 4646 2016-07-18 19:18:00 29 -#> 2969 25 A69-1303-555 4648 2016-07-18 19:20:00 29 -#> 2970 25 A69-1303-555 4651 2016-07-18 19:22:00 29 -#> 2971 25 A69-1303-555 4652 2016-07-18 19:24:00 29 -#> 2972 25 A69-1303-555 4654 2016-07-18 19:26:00 29 -#> 2973 25 A69-1303-555 4656 2016-07-18 19:28:00 29 -#> 2974 25 A69-1303-555 4659 2016-07-18 19:30:00 29 -#> 2975 25 A69-1303-555 4660 2016-07-18 19:32:00 29 -#> 2976 25 A69-1303-555 4663 2016-07-18 19:34:00 29 -#> 2977 25 A69-1303-555 4665 2016-07-18 19:36:00 29 -#> 2978 25 A69-1303-555 4666 2016-07-18 19:38:00 29 -#> 2979 25 A69-1303-555 4668 2016-07-18 19:40:00 29 -#> 2980 25 A69-1303-555 4670 2016-07-18 19:42:00 29 -#> 2981 25 A69-1303-555 4672 2016-07-18 19:44:00 29 -#> 2982 25 A69-1303-555 4673 2016-07-18 19:46:00 29 -#> 2983 25 A69-1303-555 4675 2016-07-18 19:48:00 29 -#> 2984 25 A69-1303-555 4677 2016-07-18 19:50:00 29 -#> 2985 25 A69-1303-555 4679 2016-07-18 19:52:00 29 -#> 2986 25 A69-1303-555 4681 2016-07-18 19:54:00 29 -#> 2987 25 A69-1303-555 4683 2016-07-18 19:56:00 29 -#> 2988 25 A69-1303-555 4685 2016-07-18 19:58:00 29 -#> 2989 25 A69-1303-555 4686 2016-07-18 20:00:00 29 -#> 2990 25 A69-1303-555 4688 2016-07-18 20:02:00 29 -#> 2991 25 A69-1303-555 4690 2016-07-18 20:04:00 29 -#> 2992 25 A69-1303-555 4692 2016-07-18 20:06:00 29 -#> 2993 25 A69-1303-555 4694 2016-07-18 20:12:00 29 -#> 2994 25 A69-1303-555 4695 2016-07-18 20:14:00 29 -#> 2995 25 A69-1303-555 4697 2016-07-18 20:16:00 29 -#> 2996 25 A69-1303-555 4699 2016-07-18 20:18:00 29 -#> 2997 25 A69-1303-555 4700 2016-07-18 20:20:00 29 -#> 2998 25 A69-1303-555 4702 2016-07-18 20:22:00 29 -#> 2999 25 A69-1303-555 4703 2016-07-18 20:24:00 29 -#> 3000 25 A69-1303-555 4705 2016-07-18 20:26:00 29 -#> 3001 25 A69-1303-555 4708 2016-07-18 20:28:00 29 -#> 3002 25 A69-1303-555 4710 2016-07-18 20:30:00 29 -#> 3003 25 A69-1303-555 4711 2016-07-18 20:32:00 29 -#> 3004 25 A69-1303-555 4714 2016-07-18 20:34:00 29 -#> 3005 25 A69-1303-555 4716 2016-07-18 20:36:00 29 -#> 3006 25 A69-1303-555 4717 2016-07-18 20:38:00 29 -#> 3007 25 A69-1303-555 4719 2016-07-18 20:40:00 29 -#> 3008 25 A69-1303-555 4721 2016-07-18 20:42:00 29 -#> 3009 25 A69-1303-555 4723 2016-07-18 20:44:00 29 -#> 3010 25 A69-1303-555 4725 2016-07-18 20:46:00 29 -#> 3011 25 A69-1303-555 4727 2016-07-18 20:48:00 29 -#> 3012 25 A69-1303-555 4728 2016-07-18 20:50:00 29 -#> 3013 25 A69-1303-555 4730 2016-07-18 20:52:00 29 -#> 3014 25 A69-1303-555 4732 2016-07-18 20:54:00 29 -#> 3015 25 A69-1303-555 4734 2016-07-18 20:56:00 29 -#> 3016 25 A69-1303-555 4736 2016-07-18 20:58:00 29 -#> 3017 25 A69-1303-555 4737 2016-07-18 21:00:00 29 -#> 3018 25 A69-1303-555 4739 2016-07-18 21:02:00 29 -#> 3019 25 A69-1303-555 4741 2016-07-18 21:04:00 29 -#> 3020 25 A69-1303-555 4743 2016-07-18 21:06:00 29 -#> 3021 25 A69-1303-555 4745 2016-07-18 21:08:00 29 -#> 3022 25 A69-1303-555 4747 2016-07-18 21:10:00 29 -#> 3023 25 A69-1303-555 4750 2016-07-18 21:12:00 29 -#> 3024 25 A69-1303-555 4752 2016-07-19 05:46:00 14 -#> 3025 25 A69-1303-555 4753 2016-07-19 05:50:00 14 -#> 3026 25 A69-1303-555 4754 2016-07-19 05:52:00 14 -#> 3027 25 A69-1303-555 4755 2016-07-19 05:56:00 14 -#> 3028 25 A69-1303-555 4757 2016-07-19 05:58:00 14 -#> 3029 25 A69-1303-555 4759 2016-07-19 06:16:00 14 -#> 3030 25 A69-1303-555 4760 2016-07-19 06:42:00 14 -#> 3031 25 A69-1303-555 4761 2016-07-19 06:46:00 14 -#> 3032 25 A69-1303-555 4762 2016-07-19 06:56:00 14 -#> 3033 25 A69-1303-555 4764 2016-07-19 06:58:00 14 -#> 3034 25 A69-1303-555 4765 2016-07-19 07:00:00 14 -#> 3035 25 A69-1303-555 4766 2016-07-19 07:12:00 14 -#> 3036 25 A69-1303-555 4767 2016-07-19 09:06:00 39 -#> 3037 25 A69-1303-555 4768 2016-07-19 09:08:00 39 -#> 3038 25 A69-1303-555 4769 2016-07-19 09:10:00 39 -#> 3039 25 A69-1303-555 4770 2016-07-19 09:14:00 39 -#> 3040 25 A69-1303-555 4772 2016-07-19 09:22:00 39 -#> 3041 25 A69-1303-555 4773 2016-07-19 09:24:00 39 -#> 3042 25 A69-1303-555 4775 2016-07-19 09:26:00 39 -#> 3043 25 A69-1303-555 4776 2016-07-19 09:28:00 39 -#> 3044 25 A69-1303-555 4779 2016-07-19 09:32:00 39 -#> 3045 25 A69-1303-555 4781 2016-07-19 09:34:00 39 -#> 3046 25 A69-1303-555 4782 2016-07-19 09:44:00 39 -#> 3047 25 A69-1303-555 4783 2016-07-19 09:52:00 39 -#> 3048 25 A69-1303-555 4784 2016-07-21 06:44:00 39 -#> 3049 25 A69-1303-555 4785 2016-07-21 06:48:00 39 -#> 3050 25 A69-1303-555 4786 2016-07-21 06:50:00 39 -#> 3051 25 A69-1303-555 4787 2016-07-21 07:14:00 39 -#> 3052 25 A69-1303-555 4788 2016-07-21 07:54:00 39 -#> 3053 25 A69-1303-555 4789 2016-07-21 07:56:00 39 -#> 3054 25 A69-1303-555 4790 2016-07-21 07:58:00 39 -#> 3055 25 A69-1303-555 4791 2016-07-21 08:00:00 39 -#> 3056 25 A69-1303-555 4793 2016-07-21 08:02:00 39 -#> 3057 25 A69-1303-555 4794 2016-07-21 08:04:00 39 -#> 3058 25 A69-1303-555 4795 2016-07-21 08:06:00 39 -#> 3059 25 A69-1303-555 4797 2016-07-21 08:10:00 39 -#> 3060 25 A69-1303-555 4799 2016-07-21 08:12:00 39 -#> 3061 25 A69-1303-555 4800 2016-07-21 08:16:00 39 -#> 3062 25 A69-1303-555 4801 2016-07-21 08:36:00 39 -#> 3063 25 A69-1303-555 4802 2016-07-21 15:26:00 39 -#> 3064 25 A69-1303-555 4803 2016-07-21 15:34:00 39 -#> 3065 25 A69-1303-555 4804 2016-07-22 02:02:00 23 -#> 3066 25 A69-1303-555 4806 2016-07-22 02:04:00 23 -#> 3067 25 A69-1303-555 4808 2016-07-22 04:26:00 29 -#> 3068 25 A69-1303-555 4810 2016-07-22 04:28:00 29 -#> 3069 25 A69-1303-555 4811 2016-07-22 04:30:00 29 -#> 3070 25 A69-1303-555 4812 2016-07-22 04:32:00 29 -#> 3071 25 A69-1303-555 4813 2016-07-22 04:38:00 29 -#> 3072 25 A69-1303-555 4815 2016-07-22 04:40:00 29 -#> 3073 25 A69-1303-555 4816 2016-07-22 04:44:00 29 -#> 3074 25 A69-1303-555 4819 2016-07-22 04:46:00 29 -#> 3075 25 A69-1303-555 4820 2016-07-22 04:50:00 29 -#> 3076 25 A69-1303-555 4821 2016-07-22 04:52:00 29 -#> 3077 25 A69-1303-555 4823 2016-07-22 04:54:00 29 -#> 3078 25 A69-1303-555 4825 2016-07-22 04:56:00 29 -#> 3079 25 A69-1303-555 4827 2016-07-22 04:58:00 29 -#> 3080 25 A69-1303-555 4828 2016-07-22 05:00:00 29 -#> 3081 25 A69-1303-555 4830 2016-07-22 05:02:00 29 -#> 3082 25 A69-1303-555 4832 2016-07-22 05:04:00 29 -#> 3083 25 A69-1303-555 4834 2016-07-22 05:06:00 29 -#> 3084 25 A69-1303-555 4835 2016-07-22 05:08:00 29 -#> 3085 25 A69-1303-555 4836 2016-07-22 05:10:00 29 -#> 3086 25 A69-1303-555 4837 2016-07-22 05:16:00 29 -#> 3087 25 A69-1303-555 4838 2016-07-22 05:20:00 29 -#> 3088 25 A69-1303-555 4840 2016-07-22 05:22:00 29 -#> 3089 25 A69-1303-555 4842 2016-07-22 05:24:00 29 -#> 3090 25 A69-1303-555 4843 2016-07-22 05:26:00 29 -#> 3091 25 A69-1303-555 4844 2016-07-22 05:28:00 29 -#> 3092 25 A69-1303-555 4846 2016-07-22 05:30:00 29 -#> 3093 25 A69-1303-555 4848 2016-07-22 05:32:00 29 -#> 3094 25 A69-1303-555 4850 2016-07-22 05:34:00 29 -#> 3095 25 A69-1303-555 4851 2016-07-22 05:36:00 29 -#> 3096 25 A69-1303-555 4852 2016-07-22 05:42:00 29 -#> 3097 25 A69-1303-555 4853 2016-07-22 05:44:00 29 -#> 3098 25 A69-1303-555 4854 2016-07-22 05:46:00 29 -#> 3099 25 A69-1303-555 4856 2016-07-23 11:12:00 14 -#> 3100 25 A69-1303-555 4857 2016-07-23 11:14:00 14 -#> 3101 25 A69-1303-555 4859 2016-07-23 11:16:00 14 -#> 3102 25 A69-1303-555 4860 2016-07-23 15:00:00 39 -#> 3103 25 A69-1303-555 4861 2016-07-23 15:02:00 39 -#> 3104 25 A69-1303-555 4862 2016-07-23 15:04:00 39 -#> 3105 25 A69-1303-555 4863 2016-07-23 15:06:00 39 -#> 3106 25 A69-1303-555 4866 2016-07-23 15:08:00 39 -#> 3107 25 A69-1303-555 4867 2016-07-23 15:10:00 39 -#> 3108 25 A69-1303-555 4868 2016-07-23 15:12:00 39 -#> 3109 25 A69-1303-555 4870 2016-07-23 15:14:00 39 -#> 3110 25 A69-1303-555 4872 2016-07-23 15:16:00 39 -#> 3111 25 A69-1303-555 4874 2016-07-23 15:18:00 39 -#> 3112 25 A69-1303-555 4876 2016-07-23 15:20:00 39 -#> 3113 25 A69-1303-555 4878 2016-07-23 15:26:00 39 -#> 3114 25 A69-1303-555 4881 2016-07-23 15:28:00 39 -#> 3115 25 A69-1303-555 4882 2016-07-23 15:30:00 39 -#> 3116 25 A69-1303-555 4884 2016-07-23 15:32:00 39 -#> 3117 25 A69-1303-555 4885 2016-07-23 15:34:00 39 -#> 3118 25 A69-1303-555 4887 2016-07-23 15:36:00 39 -#> 3119 25 A69-1303-555 4889 2016-07-23 15:38:00 39 -#> 3120 25 A69-1303-555 4891 2016-07-23 15:40:00 39 -#> 3121 25 A69-1303-555 4892 2016-07-23 15:42:00 39 -#> 3122 25 A69-1303-555 4893 2016-07-23 15:46:00 39 -#> 3123 25 A69-1303-555 4894 2016-07-23 15:50:00 39 -#> 3124 25 A69-1303-555 4895 2016-07-23 15:54:00 39 -#> 3125 25 A69-1303-555 4896 2016-07-23 20:54:00 23 -#> 3126 25 A69-1303-555 4897 2016-07-23 20:56:00 23 -#> 3127 25 A69-1303-555 4898 2016-07-23 20:58:00 23 -#> 3128 25 A69-1303-555 4899 2016-07-23 21:08:00 23 -#> 3129 25 A69-1303-555 4900 2016-07-24 21:34:00 23 -#> 3130 25 A69-1303-555 4901 2016-07-24 22:00:00 23 -#> 3131 25 A69-1303-555 4902 2016-07-24 22:02:00 23 -#> 3132 25 A69-1303-555 4903 2016-07-25 00:18:00 39 -#> 3133 25 A69-1303-555 4904 2016-07-25 00:20:00 39 -#> 3134 25 A69-1303-555 4905 2016-07-25 00:22:00 39 -#> 3135 25 A69-1303-555 4906 2016-07-25 00:24:00 39 -#> 3136 25 A69-1303-555 4908 2016-07-25 00:26:00 39 -#> 3137 25 A69-1303-555 4910 2016-07-25 00:28:00 39 -#> 3138 25 A69-1303-555 4913 2016-07-25 00:30:00 39 -#> 3139 25 A69-1303-555 4915 2016-07-25 00:32:00 39 -#> 3140 25 A69-1303-555 4917 2016-07-25 00:34:00 39 -#> 3141 25 A69-1303-555 4918 2016-07-25 00:36:00 39 -#> 3142 25 A69-1303-555 4919 2016-07-25 00:38:00 39 -#> 3143 25 A69-1303-555 4922 2016-07-25 00:40:00 39 -#> 3144 25 A69-1303-555 4923 2016-07-25 00:42:00 39 -#> 3145 25 A69-1303-555 4925 2016-07-25 00:44:00 39 -#> 3146 25 A69-1303-555 4927 2016-07-25 00:46:00 39 -#> 3147 25 A69-1303-555 4929 2016-07-25 00:48:00 39 -#> 3148 25 A69-1303-555 4931 2016-07-25 00:50:00 39 -#> 3149 25 A69-1303-555 4933 2016-07-25 00:54:00 39 -#> 3150 25 A69-1303-555 4935 2016-07-25 00:56:00 39 -#> 3151 25 A69-1303-555 4938 2016-07-25 00:58:00 39 -#> 3152 25 A69-1303-555 4939 2016-07-25 01:00:00 39 -#> 3153 25 A69-1303-555 4941 2016-07-25 01:02:00 39 -#> 3154 25 A69-1303-555 4944 2016-07-25 01:04:00 39 -#> 3155 25 A69-1303-555 4945 2016-07-25 01:06:00 39 -#> 3156 25 A69-1303-555 4947 2016-07-25 01:08:00 39 -#> 3157 25 A69-1303-555 4948 2016-07-25 01:10:00 39 -#> 3158 25 A69-1303-555 4950 2016-07-25 01:12:00 39 -#> 3159 25 A69-1303-555 4952 2016-07-25 01:14:00 39 -#> 3160 25 A69-1303-555 4953 2016-07-25 01:16:00 39 -#> 3161 25 A69-1303-555 4956 2016-07-25 01:18:00 39 -#> 3162 25 A69-1303-555 4957 2016-07-25 01:20:00 39 -#> 3163 25 A69-1303-555 4959 2016-07-25 01:22:00 39 -#> 3164 25 A69-1303-555 4961 2016-07-25 01:24:00 39 -#> 3165 25 A69-1303-555 4963 2016-07-25 01:26:00 39 -#> 3166 25 A69-1303-555 4964 2016-07-25 01:28:00 39 -#> 3167 25 A69-1303-555 4966 2016-07-25 01:30:00 39 -#> 3168 25 A69-1303-555 4968 2016-07-25 01:32:00 39 -#> 3169 25 A69-1303-555 4970 2016-07-25 01:34:00 39 -#> 3170 25 A69-1303-555 4971 2016-07-25 01:36:00 39 -#> 3171 25 A69-1303-555 4973 2016-07-25 01:38:00 39 -#> 3172 25 A69-1303-555 4974 2016-07-25 01:46:00 39 -#> 3173 25 A69-1303-555 4975 2016-07-25 01:48:00 39 -#> 3174 25 A69-1303-555 4977 2016-07-25 01:50:00 39 -#> 3175 25 A69-1303-555 4978 2016-07-25 01:52:00 39 -#> 3176 25 A69-1303-555 4981 2016-07-25 01:54:00 39 -#> 3177 25 A69-1303-555 4982 2016-07-25 01:56:00 39 -#> 3178 25 A69-1303-555 4985 2016-07-25 01:58:00 39 -#> 3179 25 A69-1303-555 4987 2016-07-25 02:00:00 39 -#> 3180 25 A69-1303-555 4988 2016-07-25 02:02:00 39 -#> 3181 25 A69-1303-555 4990 2016-07-25 02:04:00 39 -#> 3182 25 A69-1303-555 4992 2016-07-25 02:06:00 39 -#> 3183 25 A69-1303-555 4993 2016-07-25 02:08:00 39 -#> 3184 25 A69-1303-555 4995 2016-07-25 02:10:00 39 -#> 3185 25 A69-1303-555 4997 2016-07-25 02:14:00 39 -#> 3186 25 A69-1303-555 4998 2016-07-25 02:16:00 39 -#> 3187 25 A69-1303-555 4999 2016-07-25 02:18:00 39 -#> 3188 25 A69-1303-555 5001 2016-07-25 02:20:00 39 -#> 3189 25 A69-1303-555 5002 2016-07-25 09:12:00 39 -#> 3190 25 A69-1303-555 5003 2016-07-25 09:14:00 39 -#> 3191 25 A69-1303-555 5004 2016-07-25 09:16:00 39 -#> 3192 25 A69-1303-555 5005 2016-07-25 09:18:00 39 -#> 3193 25 A69-1303-555 5006 2016-07-25 09:20:00 39 -#> 3194 25 A69-1303-555 5009 2016-07-25 09:22:00 39 -#> 3195 25 A69-1303-555 5011 2016-07-25 09:24:00 39 -#> 3196 25 A69-1303-555 5013 2016-07-25 09:26:00 39 -#> 3197 25 A69-1303-555 5015 2016-07-25 09:28:00 39 -#> 3198 25 A69-1303-555 5017 2016-07-25 09:30:00 39 -#> 3199 25 A69-1303-555 5018 2016-07-25 09:32:00 39 -#> 3200 25 A69-1303-555 5019 2016-07-25 09:34:00 39 -#> 3201 25 A69-1303-555 5021 2016-07-25 09:36:00 39 -#> 3202 25 A69-1303-555 5023 2016-07-25 09:38:00 39 -#> 3203 25 A69-1303-555 5025 2016-07-25 09:40:00 39 -#> 3204 25 A69-1303-555 5027 2016-07-25 09:42:00 39 -#> 3205 25 A69-1303-555 5029 2016-07-25 09:44:00 39 -#> 3206 25 A69-1303-555 5031 2016-07-25 09:46:00 39 -#> 3207 25 A69-1303-555 5033 2016-07-25 09:48:00 39 -#> 3208 25 A69-1303-555 5034 2016-07-25 09:50:00 39 -#> 3209 25 A69-1303-555 5036 2016-07-25 09:52:00 39 -#> 3210 25 A69-1303-555 5037 2016-07-25 09:54:00 39 -#> 3211 25 A69-1303-555 5039 2016-07-25 09:58:00 39 -#> 3212 25 A69-1303-555 5041 2016-07-25 10:02:00 39 -#> 3213 25 A69-1303-555 5043 2016-07-25 10:04:00 39 -#> 3214 25 A69-1303-555 5044 2016-07-25 10:06:00 39 -#> 3215 25 A69-1303-555 5045 2016-07-25 10:08:00 39 -#> 3216 25 A69-1303-555 5046 2016-07-25 10:16:00 39 -#> 3217 25 A69-1303-555 5047 2016-07-26 05:56:00 14 -#> 3218 25 A69-1303-555 5049 2016-07-26 06:00:00 14 -#> 3219 25 A69-1303-555 5050 2016-07-26 06:06:00 14 -#> 3220 25 A69-1303-555 5051 2016-07-26 16:28:00 14 -#> 3221 25 A69-1303-555 5052 2016-07-26 16:36:00 14 -#> 3222 25 A69-1303-555 5053 2016-07-26 16:38:00 14 -#> 3223 25 A69-1303-555 5055 2016-07-26 16:40:00 14 -#> 3224 25 A69-1303-555 5056 2016-07-26 16:44:00 14 -#> 3225 25 A69-1303-555 5057 2016-07-26 17:14:00 14 -#> 3226 25 A69-1303-555 5058 2016-07-26 17:16:00 14 -#> 3227 25 A69-1303-555 5059 2016-07-26 17:18:00 14 -#> 3228 25 A69-1303-555 5060 2016-07-26 23:14:00 29 -#> 3229 25 A69-1303-555 5061 2016-07-26 23:18:00 29 -#> 3230 25 A69-1303-555 5062 2016-07-26 23:20:00 29 -#> 3231 25 A69-1303-555 5065 2016-07-26 23:22:00 29 -#> 3232 25 A69-1303-555 5067 2016-07-26 23:36:00 29 -#> 3233 25 A69-1303-555 5068 2016-07-26 23:40:00 29 -#> 3234 25 A69-1303-555 5070 2016-07-26 23:42:00 29 -#> 3235 25 A69-1303-555 5072 2016-07-26 23:44:00 29 -#> 3236 25 A69-1303-555 5073 2016-07-26 23:46:00 29 -#> 3237 25 A69-1303-555 5074 2016-07-28 05:36:00 14 -#> 3238 25 A69-1303-555 5075 2016-07-28 05:46:00 14 -#> 3239 25 A69-1303-555 5076 2016-07-28 05:48:00 14 -#> 3240 25 A69-1303-555 5077 2016-07-28 05:50:00 14 -#> 3241 25 A69-1303-555 5079 2016-07-28 18:00:00 23 -#> 3242 25 A69-1303-555 5080 2016-07-28 18:02:00 23 -#> 3243 25 A69-1303-555 5082 2016-07-28 18:08:00 23 -#> 3244 25 A69-1303-555 5084 2016-07-28 18:10:00 23 -#> 3245 25 A69-1303-555 5087 2016-07-28 18:16:00 23 -#> 3246 25 A69-1303-555 5088 2016-07-28 18:18:00 23 -#> 3247 25 A69-1303-555 5089 2016-07-28 18:20:00 23 -#> 3248 25 A69-1303-555 5090 2016-07-28 18:28:00 23 -#> 3249 25 A69-1303-555 5091 2016-07-28 18:30:00 23 -#> 3250 25 A69-1303-555 5093 2016-07-28 18:32:00 23 -#> 3251 25 A69-1303-555 5094 2016-07-28 18:34:00 23 -#> 3252 25 A69-1303-555 5095 2016-07-28 18:36:00 23 -#> 3253 25 A69-1303-555 5096 2016-07-28 18:38:00 23 -#> 3254 25 A69-1303-555 5098 2016-07-28 18:54:00 23 -#> 3255 25 A69-1303-555 5099 2016-07-28 20:04:00 23 -#> 3256 25 A69-1303-555 5100 2016-07-28 20:06:00 23 -#> 3257 25 A69-1303-555 5102 2016-07-28 20:08:00 23 -#> 3258 25 A69-1303-555 5105 2016-07-28 20:10:00 23 -#> 3259 25 A69-1303-555 5106 2016-07-28 20:12:00 23 -#> 3260 25 A69-1303-555 5108 2016-07-28 20:14:00 23 -#> 3261 25 A69-1303-555 5110 2016-07-28 20:22:00 23 -#> 3262 25 A69-1303-555 5112 2016-07-28 20:24:00 23 -#> 3263 25 A69-1303-555 5113 2016-07-28 20:26:00 23 -#> 3264 25 A69-1303-555 5114 2016-07-29 16:28:00 23 -#> 3265 25 A69-1303-555 5116 2016-07-29 18:02:00 39 -#> 3266 25 A69-1303-555 5117 2016-07-29 18:24:00 39 -#> 3267 25 A69-1303-555 5119 2016-07-29 18:26:00 39 -#> 3268 25 A69-1303-555 5121 2016-07-29 18:28:00 39 -#> 3269 25 A69-1303-555 5123 2016-07-29 18:30:00 39 -#> 3270 25 A69-1303-555 5125 2016-07-29 18:32:00 39 -#> 3271 25 A69-1303-555 5127 2016-07-29 18:34:00 39 -#> 3272 25 A69-1303-555 5129 2016-07-29 18:36:00 39 -#> 3273 25 A69-1303-555 5131 2016-07-29 18:38:00 39 -#> 3274 25 A69-1303-555 5133 2016-07-30 03:20:00 39 -#> 3275 25 A69-1303-555 5134 2016-07-30 03:28:00 39 -#> 3276 25 A69-1303-555 5136 2016-07-30 07:28:00 39 -#> 3277 25 A69-1303-555 5137 2016-07-30 07:38:00 39 -#> 3278 25 A69-1303-555 5139 2016-07-30 07:40:00 39 -#> 3279 25 A69-1303-555 5141 2016-07-30 07:42:00 39 -#> 3280 25 A69-1303-555 5142 2016-07-30 07:44:00 39 -#> 3281 25 A69-1303-555 5144 2016-07-30 07:46:00 39 -#> 3282 25 A69-1303-555 5145 2016-07-30 07:48:00 39 -#> 3283 25 A69-1303-555 5147 2016-07-30 07:50:00 39 -#> 3284 25 A69-1303-555 5149 2016-07-30 07:52:00 39 -#> 3285 25 A69-1303-555 5150 2016-07-30 07:54:00 39 -#> 3286 25 A69-1303-555 5151 2016-07-30 07:56:00 39 -#> 3287 25 A69-1303-555 5153 2016-07-30 07:58:00 39 -#> 3288 25 A69-1303-555 5155 2016-07-30 08:00:00 39 -#> 3289 25 A69-1303-555 5156 2016-07-30 08:02:00 39 -#> 3290 25 A69-1303-555 5157 2016-07-30 08:04:00 39 -#> 3291 25 A69-1303-555 5159 2016-08-02 03:14:00 23 -#> 3292 25 A69-1303-555 5161 2016-08-02 03:18:00 23 -#> 3293 25 A69-1303-555 5163 2016-08-02 03:20:00 23 -#> 3294 25 A69-1303-555 5165 2016-08-02 03:22:00 23 -#> 3295 25 A69-1303-555 5166 2016-08-02 03:24:00 23 -#> 3296 25 A69-1303-555 5168 2016-08-02 15:14:00 29 -#> 3297 25 A69-1303-555 5169 2016-08-02 15:16:00 29 -#> 3298 25 A69-1303-555 5170 2016-08-02 15:26:00 29 -#> 3299 25 A69-1303-555 5171 2016-08-03 20:36:00 29 -#> 3300 25 A69-1303-555 5173 2016-08-03 20:38:00 29 -#> 3301 25 A69-1303-555 5174 2016-08-03 20:40:00 29 -#> 3302 25 A69-1303-555 5175 2016-08-03 20:54:00 29 -#> 3303 25 A69-1303-555 5176 2016-08-03 20:56:00 29 -#> 3304 25 A69-1303-555 5178 2016-08-03 21:00:00 29 -#> 3305 25 A69-1303-555 5179 2016-08-03 21:02:00 29 -#> 3306 25 A69-1303-555 5180 2016-08-03 21:04:00 29 -#> 3307 25 A69-1303-555 5181 2016-08-03 21:06:00 29 -#> 3308 25 A69-1303-555 5183 2016-08-03 21:10:00 29 -#> 3309 25 A69-1303-555 5184 2016-08-03 21:12:00 29 -#> 3310 25 A69-1303-555 5186 2016-08-03 21:14:00 29 -#> 3311 25 A69-1303-555 5188 2016-08-03 21:16:00 29 -#> 3312 25 A69-1303-555 5190 2016-08-03 21:18:00 29 -#> 3313 25 A69-1303-555 5192 2016-08-03 21:20:00 29 -#> 3314 25 A69-1303-555 5193 2016-08-03 21:22:00 29 -#> 3315 25 A69-1303-555 5196 2016-08-03 21:24:00 29 -#> 3316 25 A69-1303-555 5198 2016-08-03 21:26:00 29 -#> 3317 25 A69-1303-555 5199 2016-08-03 21:28:00 29 -#> 3318 25 A69-1303-555 5200 2016-08-03 21:30:00 29 -#> 3319 25 A69-1303-555 5202 2016-08-03 21:32:00 29 -#> 3320 25 A69-1303-555 5203 2016-08-03 21:36:00 29 -#> 3321 25 A69-1303-555 5205 2016-08-03 21:38:00 29 -#> 3322 25 A69-1303-555 5207 2016-08-03 21:40:00 29 -#> 3323 25 A69-1303-555 5209 2016-08-03 21:42:00 29 -#> 3324 25 A69-1303-555 5211 2016-08-03 21:44:00 29 -#> 3325 25 A69-1303-555 5213 2016-08-03 21:46:00 29 -#> 3326 25 A69-1303-555 5215 2016-08-03 21:50:00 29 -#> 3327 25 A69-1303-555 5216 2016-08-03 21:54:00 29 -#> 3328 25 A69-1303-555 5217 2016-08-03 21:56:00 29 -#> 3329 25 A69-1303-555 5218 2016-08-04 03:00:00 29 -#> 3330 25 A69-1303-555 5219 2016-08-04 03:08:00 29 -#> 3331 25 A69-1303-555 5220 2016-08-04 03:10:00 29 -#> 3332 25 A69-1303-555 5222 2016-08-04 03:12:00 29 -#> 3333 25 A69-1303-555 5224 2016-08-04 03:14:00 29 -#> 3334 25 A69-1303-555 5225 2016-08-04 03:16:00 29 -#> 3335 25 A69-1303-555 5227 2016-08-04 03:18:00 29 -#> 3336 25 A69-1303-555 5229 2016-08-04 03:20:00 29 -#> 3337 25 A69-1303-555 5231 2016-08-04 03:22:00 29 -#> 3338 25 A69-1303-555 5233 2016-08-04 03:24:00 29 -#> 3339 25 A69-1303-555 5234 2016-08-04 03:26:00 29 -#> 3340 25 A69-1303-555 5235 2016-08-04 04:02:00 29 -#> 3341 25 A69-1303-555 5236 2016-08-04 04:04:00 29 -#> 3342 25 A69-1303-555 5238 2016-08-04 04:06:00 29 -#> 3343 25 A69-1303-555 5239 2016-08-04 04:12:00 29 -#> 3344 25 A69-1303-555 5240 2016-08-04 04:14:00 29 -#> 3345 25 A69-1303-555 5241 2016-08-04 04:18:00 29 -#> 3346 25 A69-1303-555 5242 2016-08-05 11:16:00 29 -#> 3347 25 A69-1303-555 5243 2016-08-05 11:22:00 29 -#> 3348 25 A69-1303-555 5245 2016-08-05 11:24:00 29 -#> 3349 25 A69-1303-555 5247 2016-08-05 11:26:00 29 -#> 3350 25 A69-1303-555 5248 2016-08-05 11:28:00 29 -#> 3351 25 A69-1303-555 5250 2016-08-05 11:30:00 29 -#> 3352 25 A69-1303-555 5252 2016-08-05 11:32:00 29 -#> 3353 25 A69-1303-555 5253 2016-08-05 11:36:00 29 -#> 3354 25 A69-1303-555 5254 2016-08-05 11:38:00 29 -#> 3355 25 A69-1303-555 5255 2016-08-05 11:40:00 29 -#> 3356 25 A69-1303-555 5257 2016-08-05 11:42:00 29 -#> 3357 25 A69-1303-555 5259 2016-08-05 11:44:00 29 -#> 3358 25 A69-1303-555 5261 2016-08-05 11:46:00 29 -#> 3359 25 A69-1303-555 5262 2016-08-05 11:48:00 29 -#> 3360 25 A69-1303-555 5265 2016-08-05 11:50:00 29 -#> 3361 25 A69-1303-555 5267 2016-08-05 11:52:00 29 -#> 3362 25 A69-1303-555 5269 2016-08-05 11:54:00 29 -#> 3363 25 A69-1303-555 5271 2016-08-05 11:56:00 29 -#> 3364 25 A69-1303-555 5272 2016-08-05 12:00:00 29 -#> 3365 25 A69-1303-555 5273 2016-08-05 12:02:00 29 -#> 3366 25 A69-1303-555 5275 2016-08-05 12:04:00 29 -#> 3367 25 A69-1303-555 5276 2016-08-05 12:10:00 29 -#> 3368 25 A69-1303-555 5278 2016-08-05 12:12:00 29 -#> 3369 25 A69-1303-555 5279 2016-08-05 12:14:00 29 -#> 3370 25 A69-1303-555 5281 2016-08-05 12:16:00 29 -#> 3371 25 A69-1303-555 5282 2016-08-05 12:20:00 29 -#> 3372 25 A69-1303-555 5284 2016-08-05 12:22:00 29 -#> 3373 25 A69-1303-555 5286 2016-08-05 12:24:00 29 -#> 3374 25 A69-1303-555 5288 2016-08-05 12:26:00 29 -#> 3375 25 A69-1303-555 5290 2016-08-05 12:28:00 29 -#> 3376 25 A69-1303-555 5292 2016-08-05 12:30:00 29 -#> 3377 25 A69-1303-555 5294 2016-08-05 12:34:00 29 -#> 3378 25 A69-1303-555 5296 2016-08-05 12:36:00 29 -#> 3379 25 A69-1303-555 5298 2016-08-05 12:38:00 29 -#> 3380 25 A69-1303-555 5300 2016-08-05 12:40:00 29 -#> 3381 25 A69-1303-555 5303 2016-08-05 12:42:00 29 -#> 3382 25 A69-1303-555 5304 2016-08-05 12:44:00 29 -#> 3383 25 A69-1303-555 5306 2016-08-05 12:46:00 29 -#> 3384 25 A69-1303-555 5308 2016-08-05 12:48:00 29 -#> 3385 25 A69-1303-555 5310 2016-08-05 12:50:00 29 -#> 3386 25 A69-1303-555 5311 2016-08-05 12:52:00 29 -#> 3387 25 A69-1303-555 5313 2016-08-05 12:54:00 29 -#> 3388 25 A69-1303-555 5314 2016-08-05 12:56:00 29 -#> 3389 25 A69-1303-555 5316 2016-08-05 12:58:00 29 -#> 3390 25 A69-1303-555 5319 2016-08-05 13:00:00 29 -#> 3391 25 A69-1303-555 5320 2016-08-05 13:02:00 29 -#> 3392 25 A69-1303-555 5322 2016-08-05 13:12:00 29 -#> 3393 25 A69-1303-555 5324 2016-08-05 13:14:00 29 -#> 3394 25 A69-1303-555 5327 2016-08-05 13:16:00 29 -#> 3395 25 A69-1303-555 5328 2016-08-05 13:18:00 29 -#> 3396 25 A69-1303-555 5330 2016-08-05 13:20:00 29 -#> 3397 25 A69-1303-555 5331 2016-08-05 13:24:00 29 -#> 3398 25 A69-1303-555 5332 2016-08-05 13:28:00 29 -#> 3399 25 A69-1303-555 5334 2016-08-05 13:32:00 29 -#> 3400 25 A69-1303-555 5335 2016-08-05 13:34:00 29 -#> 3401 25 A69-1303-555 5336 2016-08-05 13:36:00 29 -#> 3402 25 A69-1303-555 5337 2016-08-05 13:40:00 29 -#> 3403 25 A69-1303-555 5339 2016-08-05 13:42:00 29 -#> 3404 25 A69-1303-555 5341 2016-08-05 13:44:00 29 -#> 3405 25 A69-1303-555 5343 2016-08-05 13:46:00 29 -#> 3406 25 A69-1303-555 5345 2016-08-05 13:48:00 29 -#> 3407 25 A69-1303-555 5346 2016-08-05 13:52:00 29 -#> 3408 25 A69-1303-555 5347 2016-08-05 13:54:00 29 -#> 3409 25 A69-1303-555 5349 2016-08-05 13:56:00 29 -#> 3410 25 A69-1303-555 5350 2016-08-05 13:58:00 29 -#> 3411 25 A69-1303-555 5352 2016-08-05 14:00:00 29 -#> 3412 25 A69-1303-555 5354 2016-08-05 14:02:00 29 -#> 3413 25 A69-1303-555 5356 2016-08-05 14:04:00 29 -#> 3414 25 A69-1303-555 5357 2016-08-05 14:06:00 29 -#> 3415 25 A69-1303-555 5358 2016-08-05 14:08:00 29 -#> 3416 25 A69-1303-555 5359 2016-08-05 14:14:00 29 -#> 3417 25 A69-1303-555 5360 2016-08-05 14:24:00 29 -#> 3418 25 A69-1303-555 5362 2016-08-05 15:04:00 29 -#> 3419 25 A69-1303-555 5363 2016-08-05 15:10:00 29 -#> 3420 25 A69-1303-555 5364 2016-08-06 06:24:00 29 -#> 3421 25 A69-1303-555 5366 2016-08-06 06:26:00 29 -#> 3422 25 A69-1303-555 5367 2016-08-06 06:32:00 29 -#> 3423 25 A69-1303-555 5368 2016-08-06 06:34:00 29 -#> 3424 25 A69-1303-555 5370 2016-08-06 06:36:00 29 -#> 3425 25 A69-1303-555 5372 2016-08-06 06:38:00 29 -#> 3426 25 A69-1303-555 5373 2016-08-06 06:40:00 29 -#> 3427 25 A69-1303-555 5375 2016-08-06 06:42:00 29 -#> 3428 25 A69-1303-555 5377 2016-08-06 06:44:00 29 -#> 3429 25 A69-1303-555 5379 2016-08-06 06:46:00 29 -#> 3430 25 A69-1303-555 5380 2016-08-06 06:48:00 29 -#> 3431 25 A69-1303-555 5382 2016-08-06 06:50:00 29 -#> 3432 25 A69-1303-555 5384 2016-08-06 06:52:00 29 -#> 3433 25 A69-1303-555 5385 2016-08-06 06:54:00 29 -#> 3434 25 A69-1303-555 5387 2016-08-06 06:56:00 29 -#> 3435 25 A69-1303-555 5388 2016-08-06 07:02:00 29 -#> 3436 25 A69-1303-555 5389 2016-08-06 07:04:00 29 -#> 3437 25 A69-1303-555 5390 2016-08-06 07:24:00 29 -#> 3438 25 A69-1303-555 5392 2016-08-06 07:26:00 29 -#> 3439 25 A69-1303-555 5394 2016-08-06 07:28:00 29 -#> 3440 25 A69-1303-555 5395 2016-08-06 07:30:00 29 -#> 3441 25 A69-1303-555 5398 2016-08-06 07:32:00 29 -#> 3442 25 A69-1303-555 5399 2016-08-06 07:34:00 29 -#> 3443 25 A69-1303-555 5401 2016-08-06 07:36:00 29 -#> 3444 25 A69-1303-555 5403 2016-08-06 07:38:00 29 -#> 3445 25 A69-1303-555 5404 2016-08-06 07:40:00 29 -#> 3446 25 A69-1303-555 5406 2016-08-06 07:42:00 29 -#> 3447 25 A69-1303-555 5407 2016-08-06 07:44:00 29 -#> 3448 25 A69-1303-555 5409 2016-08-06 07:46:00 29 -#> 3449 25 A69-1303-555 5411 2016-08-06 07:48:00 29 -#> 3450 25 A69-1303-555 5412 2016-08-06 07:50:00 29 -#> 3451 25 A69-1303-555 5414 2016-08-06 07:52:00 29 -#> 3452 25 A69-1303-555 5417 2016-08-06 07:54:00 29 -#> 3453 25 A69-1303-555 5420 2016-08-06 07:56:00 29 -#> 3454 25 A69-1303-555 5421 2016-08-06 07:58:00 29 -#> 3455 25 A69-1303-555 5423 2016-08-06 08:00:00 29 -#> 3456 25 A69-1303-555 5426 2016-08-06 08:02:00 29 -#> 3457 25 A69-1303-555 5428 2016-08-06 08:08:00 29 -#> 3458 25 A69-1303-555 5430 2016-08-06 08:10:00 29 -#> 3459 25 A69-1303-555 5432 2016-08-06 08:12:00 29 -#> 3460 25 A69-1303-555 5433 2016-08-06 08:14:00 29 -#> 3461 25 A69-1303-555 5435 2016-08-06 08:16:00 29 -#> 3462 25 A69-1303-555 5437 2016-08-06 08:18:00 29 -#> 3463 25 A69-1303-555 5439 2016-08-06 08:20:00 29 -#> 3464 25 A69-1303-555 5442 2016-08-06 08:22:00 29 -#> 3465 25 A69-1303-555 5444 2016-08-06 08:24:00 29 -#> 3466 25 A69-1303-555 5445 2016-08-06 08:26:00 29 -#> 3467 25 A69-1303-555 5446 2016-08-06 08:28:00 29 -#> 3468 25 A69-1303-555 5447 2016-08-06 08:30:00 29 -#> 3469 25 A69-1303-555 5449 2016-08-06 08:32:00 29 -#> 3470 25 A69-1303-555 5451 2016-08-06 08:34:00 29 -#> 3471 25 A69-1303-555 5452 2016-08-06 08:36:00 29 -#> 3472 25 A69-1303-555 5453 2016-08-06 08:42:00 29 -#> 3473 25 A69-1303-555 5454 2016-08-06 08:44:00 29 -#> 3474 25 A69-1303-555 5457 2016-08-06 08:46:00 29 -#> 3475 25 A69-1303-555 5458 2016-08-06 08:48:00 29 -#> 3476 25 A69-1303-555 5460 2016-08-06 08:50:00 29 -#> 3477 25 A69-1303-555 5462 2016-08-06 08:52:00 29 -#> 3478 25 A69-1303-555 5463 2016-08-06 08:54:00 29 -#> 3479 25 A69-1303-555 5465 2016-08-06 08:56:00 29 -#> 3480 25 A69-1303-555 5467 2016-08-06 09:00:00 29 -#> 3481 25 A69-1303-555 5468 2016-08-06 09:02:00 29 -#> 3482 25 A69-1303-555 5469 2016-08-06 09:04:00 29 -#> 3483 25 A69-1303-555 5470 2016-08-06 09:06:00 29 -#> 3484 25 A69-1303-555 5471 2016-08-06 09:08:00 29 -#> 3485 25 A69-1303-555 5472 2016-08-06 09:10:00 29 -#> 3486 25 A69-1303-555 5473 2016-08-06 09:12:00 29 -#> 3487 25 A69-1303-555 5475 2016-08-06 09:16:00 29 -#> 3488 25 A69-1303-555 5477 2016-08-06 10:18:00 29 -#> 3489 25 A69-1303-555 5478 2016-08-06 10:42:00 29 -#> 3490 25 A69-1303-555 5480 2016-08-06 10:44:00 29 -#> 3491 25 A69-1303-555 5482 2016-08-06 10:46:00 29 -#> 3492 25 A69-1303-555 5483 2016-08-06 10:48:00 29 -#> 3493 25 A69-1303-555 5485 2016-08-06 10:50:00 29 -#> 3494 25 A69-1303-555 5486 2016-08-06 10:58:00 29 -#> 3495 25 A69-1303-555 5488 2016-08-06 11:00:00 29 -#> 3496 25 A69-1303-555 5489 2016-08-06 11:02:00 29 -#> 3497 25 A69-1303-555 5491 2016-08-06 11:04:00 29 -#> 3498 25 A69-1303-555 5493 2016-08-06 11:06:00 29 -#> 3499 25 A69-1303-555 5496 2016-08-06 11:08:00 29 -#> 3500 25 A69-1303-555 5497 2016-08-06 11:10:00 29 -#> 3501 25 A69-1303-555 5499 2016-08-06 11:12:00 29 -#> 3502 25 A69-1303-555 5500 2016-08-06 11:14:00 29 -#> 3503 25 A69-1303-555 5502 2016-08-06 11:16:00 29 -#> 3504 25 A69-1303-555 5503 2016-08-06 11:18:00 29 -#> 3505 25 A69-1303-555 5505 2016-08-06 11:20:00 29 -#> 3506 25 A69-1303-555 5506 2016-08-06 11:22:00 29 -#> 3507 25 A69-1303-555 5508 2016-08-06 11:24:00 29 -#> 3508 25 A69-1303-555 5510 2016-08-06 11:28:00 29 -#> 3509 25 A69-1303-555 5511 2016-08-06 11:32:00 29 -#> 3510 25 A69-1303-555 5512 2016-08-06 11:34:00 29 -#> 3511 25 A69-1303-555 5514 2016-08-06 11:36:00 29 -#> 3512 25 A69-1303-555 5516 2016-08-06 11:38:00 29 -#> 3513 25 A69-1303-555 5518 2016-08-06 11:40:00 29 -#> 3514 25 A69-1303-555 5519 2016-08-06 11:42:00 29 -#> 3515 25 A69-1303-555 5521 2016-08-06 11:48:00 29 -#> 3516 25 A69-1303-555 5523 2016-08-06 11:50:00 29 -#> 3517 25 A69-1303-555 5524 2016-08-06 11:52:00 29 -#> 3518 25 A69-1303-555 5526 2016-08-06 11:56:00 29 -#> 3519 25 A69-1303-555 5527 2016-08-06 11:58:00 29 -#> 3520 25 A69-1303-555 5528 2016-08-06 12:00:00 29 -#> 3521 25 A69-1303-555 5529 2016-08-06 12:04:00 29 -#> 3522 25 A69-1303-555 5530 2016-08-06 12:08:00 29 -#> 3523 25 A69-1303-555 5533 2016-08-06 12:10:00 29 -#> 3524 25 A69-1303-555 5534 2016-08-06 12:12:00 29 -#> 3525 25 A69-1303-555 5536 2016-08-06 12:14:00 29 -#> 3526 25 A69-1303-555 5537 2016-08-06 12:16:00 29 -#> 3527 25 A69-1303-555 5539 2016-08-06 12:18:00 29 -#> 3528 25 A69-1303-555 5541 2016-08-06 12:20:00 29 -#> 3529 25 A69-1303-555 5542 2016-08-06 12:22:00 29 -#> 3530 25 A69-1303-555 5544 2016-08-06 12:26:00 29 -#> 3531 25 A69-1303-555 5545 2016-08-06 12:28:00 29 -#> 3532 25 A69-1303-555 5547 2016-08-06 12:30:00 29 -#> 3533 25 A69-1303-555 5549 2016-08-06 12:32:00 29 -#> 3534 25 A69-1303-555 5551 2016-08-06 12:34:00 29 -#> 3535 25 A69-1303-555 5553 2016-08-06 12:36:00 29 -#> 3536 25 A69-1303-555 5555 2016-08-06 12:38:00 29 -#> 3537 25 A69-1303-555 5557 2016-08-06 12:40:00 29 -#> 3538 25 A69-1303-555 5558 2016-08-06 12:42:00 29 -#> 3539 25 A69-1303-555 5561 2016-08-06 12:44:00 29 -#> 3540 25 A69-1303-555 5562 2016-08-06 12:46:00 29 -#> 3541 25 A69-1303-555 5563 2016-08-06 12:48:00 29 -#> 3542 25 A69-1303-555 5565 2016-08-06 12:50:00 29 -#> 3543 25 A69-1303-555 5567 2016-08-06 12:52:00 29 -#> 3544 25 A69-1303-555 5570 2016-08-06 12:54:00 29 -#> 3545 25 A69-1303-555 5571 2016-08-06 12:56:00 29 -#> 3546 25 A69-1303-555 5572 2016-08-06 12:58:00 29 -#> 3547 25 A69-1303-555 5574 2016-08-06 13:00:00 29 -#> 3548 25 A69-1303-555 5577 2016-08-06 13:02:00 29 -#> 3549 25 A69-1303-555 5579 2016-08-06 13:04:00 29 -#> 3550 25 A69-1303-555 5581 2016-08-06 13:06:00 29 -#> 3551 25 A69-1303-555 5582 2016-08-06 13:08:00 29 -#> 3552 25 A69-1303-555 5584 2016-08-06 13:10:00 29 -#> 3553 25 A69-1303-555 5585 2016-08-06 13:18:00 29 -#> 3554 25 A69-1303-555 5586 2016-08-06 13:20:00 29 -#> 3555 25 A69-1303-555 5588 2016-08-06 13:22:00 29 -#> 3556 25 A69-1303-555 5590 2016-08-06 13:24:00 29 -#> 3557 25 A69-1303-555 5592 2016-08-06 13:26:00 29 -#> 3558 25 A69-1303-555 5593 2016-08-06 13:28:00 29 -#> 3559 25 A69-1303-555 5595 2016-08-06 13:30:00 29 -#> 3560 25 A69-1303-555 5598 2016-08-06 13:32:00 29 -#> 3561 25 A69-1303-555 5600 2016-08-06 13:34:00 29 -#> 3562 25 A69-1303-555 5602 2016-08-06 13:36:00 29 -#> 3563 25 A69-1303-555 5605 2016-08-06 13:38:00 29 -#> 3564 25 A69-1303-555 5607 2016-08-06 13:42:00 29 -#> 3565 25 A69-1303-555 5608 2016-08-06 13:44:00 29 -#> 3566 25 A69-1303-555 5609 2016-08-06 13:48:00 29 -#> 3567 25 A69-1303-555 5610 2016-08-06 13:54:00 29 -#> 3568 25 A69-1303-555 5612 2016-08-07 13:32:00 29 -#> 3569 25 A69-1303-555 5613 2016-08-07 13:36:00 29 -#> 3570 25 A69-1303-555 5614 2016-08-07 13:38:00 29 -#> 3571 25 A69-1303-555 5616 2016-08-07 13:40:00 29 -#> 3572 25 A69-1303-555 5618 2016-08-07 13:42:00 29 -#> 3573 25 A69-1303-555 5620 2016-08-07 13:44:00 29 -#> 3574 25 A69-1303-555 5622 2016-08-07 13:46:00 29 -#> 3575 25 A69-1303-555 5625 2016-08-07 13:48:00 29 -#> 3576 25 A69-1303-555 5627 2016-08-07 13:50:00 29 -#> 3577 25 A69-1303-555 5629 2016-08-07 13:54:00 29 -#> 3578 25 A69-1303-555 5630 2016-08-07 13:56:00 29 -#> 3579 25 A69-1303-555 5632 2016-08-07 14:18:00 29 -#> 3580 25 A69-1303-555 5633 2016-08-07 14:20:00 29 -#> 3581 25 A69-1303-555 5634 2016-08-07 23:56:00 29 -#> 3582 25 A69-1303-555 5635 2016-08-08 00:04:00 29 -#> 3583 25 A69-1303-555 5637 2016-08-08 00:06:00 29 -#> 3584 25 A69-1303-555 5638 2016-08-08 00:08:00 29 -#> 3585 25 A69-1303-555 5640 2016-08-08 00:10:00 29 -#> 3586 25 A69-1303-555 5643 2016-08-08 00:12:00 29 -#> 3587 25 A69-1303-555 5644 2016-08-08 00:14:00 29 -#> 3588 25 A69-1303-555 5645 2016-08-08 00:16:00 29 -#> 3589 25 A69-1303-555 5646 2016-08-08 00:18:00 29 -#> 3590 25 A69-1303-555 5647 2016-08-08 00:20:00 29 -#> 3591 25 A69-1303-555 5649 2016-08-08 00:22:00 29 -#> 3592 25 A69-1303-555 5650 2016-08-08 00:24:00 29 -#> 3593 25 A69-1303-555 5651 2016-08-08 00:26:00 29 -#> 3594 25 A69-1303-555 5654 2016-08-08 00:28:00 29 -#> 3595 25 A69-1303-555 5655 2016-08-08 03:04:00 29 -#> 3596 25 A69-1303-555 5656 2016-08-08 03:12:00 29 -#> 3597 25 A69-1303-555 5657 2016-08-08 03:14:00 29 -#> 3598 25 A69-1303-555 5658 2016-08-08 03:16:00 29 -#> 3599 25 A69-1303-555 5659 2016-08-08 11:26:00 29 -#> 3600 25 A69-1303-555 5661 2016-08-08 11:28:00 29 -#> 3601 25 A69-1303-555 5662 2016-08-08 11:30:00 29 -#> 3602 25 A69-1303-555 5664 2016-08-08 11:32:00 29 -#> 3603 25 A69-1303-555 5665 2016-08-08 11:34:00 29 -#> 3604 25 A69-1303-555 5667 2016-08-08 11:36:00 29 -#> 3605 25 A69-1303-555 5668 2016-08-08 11:38:00 29 -#> 3606 25 A69-1303-555 5670 2016-08-08 11:40:00 29 -#> 3607 25 A69-1303-555 5671 2016-08-08 11:44:00 29 -#> 3608 25 A69-1303-555 5672 2016-08-08 11:46:00 29 -#> 3609 25 A69-1303-555 5674 2016-08-08 11:48:00 29 -#> 3610 25 A69-1303-555 5675 2016-08-08 16:44:00 29 -#> 3611 25 A69-1303-555 5676 2016-08-08 16:46:00 29 -#> 3612 25 A69-1303-555 5677 2016-08-08 16:48:00 29 -#> 3613 25 A69-1303-555 5678 2016-08-08 16:50:00 29 -#> 3614 25 A69-1303-555 5680 2016-08-08 16:54:00 29 -#> 3615 25 A69-1303-555 5681 2016-08-08 17:00:00 29 -#> 3616 25 A69-1303-555 5682 2016-08-08 17:04:00 29 -#> 3617 25 A69-1303-555 5683 2016-08-08 17:06:00 29 -#> 3618 25 A69-1303-555 5685 2016-08-08 17:08:00 29 -#> 3619 25 A69-1303-555 5686 2016-08-08 17:32:00 29 -#> 3620 25 A69-1303-555 5687 2016-08-08 17:54:00 29 -#> 3621 25 A69-1303-555 5688 2016-08-08 20:42:00 29 -#> 3622 25 A69-1303-555 5690 2016-08-08 20:44:00 29 -#> 3623 25 A69-1303-555 5691 2016-08-08 20:46:00 29 -#> 3624 25 A69-1303-555 5692 2016-08-08 20:50:00 29 -#> 3625 25 A69-1303-555 5693 2016-08-08 20:52:00 29 -#> 3626 25 A69-1303-555 5694 2016-08-08 20:54:00 29 -#> 3627 25 A69-1303-555 5696 2016-08-08 21:04:00 29 -#> 3628 25 A69-1303-555 5697 2016-08-08 21:06:00 29 -#> 3629 25 A69-1303-555 5698 2016-08-08 21:08:00 29 -#> 3630 25 A69-1303-555 5700 2016-08-08 21:10:00 29 -#> 3631 25 A69-1303-555 5701 2016-08-08 21:12:00 29 -#> 3632 25 A69-1303-555 5703 2016-08-08 21:14:00 29 -#> 3633 25 A69-1303-555 5705 2016-08-08 21:16:00 29 -#> 3634 25 A69-1303-555 5707 2016-08-08 21:18:00 29 -#> 3635 25 A69-1303-555 5709 2016-08-08 21:20:00 29 -#> 3636 25 A69-1303-555 5710 2016-08-08 21:22:00 29 -#> 3637 25 A69-1303-555 5711 2016-08-08 21:24:00 29 -#> 3638 25 A69-1303-555 5713 2016-08-08 21:26:00 29 -#> 3639 25 A69-1303-555 5715 2016-08-08 21:28:00 29 -#> 3640 25 A69-1303-555 5716 2016-08-08 21:30:00 29 -#> 3641 25 A69-1303-555 5717 2016-08-08 21:32:00 29 -#> 3642 25 A69-1303-555 5718 2016-08-08 21:34:00 29 -#> 3643 25 A69-1303-555 5719 2016-08-08 21:42:00 29 -#> 3644 25 A69-1303-555 5720 2016-08-08 21:46:00 29 -#> 3645 25 A69-1303-555 5721 2016-08-08 22:00:00 29 -#> 3646 25 A69-1303-555 5722 2016-08-08 22:06:00 29 -#> 3647 25 A69-1303-555 5723 2016-08-08 22:24:00 29 -#> 3648 25 A69-1303-555 5724 2016-08-08 22:26:00 29 -#> 3649 25 A69-1303-555 5726 2016-08-08 22:28:00 29 -#> 3650 25 A69-1303-555 5727 2016-08-08 22:30:00 29 -#> 3651 25 A69-1303-555 5729 2016-08-08 22:32:00 29 -#> 3652 25 A69-1303-555 5731 2016-08-08 22:34:00 29 -#> 3653 25 A69-1303-555 5732 2016-08-08 22:36:00 29 -#> 3654 25 A69-1303-555 5733 2016-08-08 22:38:00 29 -#> 3655 25 A69-1303-555 5735 2016-08-08 22:40:00 29 -#> 3656 25 A69-1303-555 5736 2016-08-08 22:42:00 29 -#> 3657 25 A69-1303-555 5738 2016-08-08 22:46:00 29 -#> 3658 25 A69-1303-555 5740 2016-08-08 22:48:00 29 -#> 3659 25 A69-1303-555 5742 2016-08-08 22:50:00 29 -#> 3660 25 A69-1303-555 5743 2016-08-08 22:52:00 29 -#> 3661 25 A69-1303-555 5745 2016-08-08 22:54:00 29 -#> 3662 25 A69-1303-555 5748 2016-08-08 22:56:00 29 -#> 3663 25 A69-1303-555 5749 2016-08-08 22:58:00 29 -#> 3664 25 A69-1303-555 5752 2016-08-08 23:00:00 29 -#> 3665 25 A69-1303-555 5753 2016-08-08 23:02:00 29 -#> 3666 25 A69-1303-555 5755 2016-08-08 23:04:00 29 -#> 3667 25 A69-1303-555 5757 2016-08-08 23:06:00 29 -#> 3668 25 A69-1303-555 5759 2016-08-08 23:08:00 29 -#> 3669 25 A69-1303-555 5761 2016-08-08 23:10:00 29 -#> 3670 25 A69-1303-555 5762 2016-08-08 23:12:00 29 -#> 3671 25 A69-1303-555 5764 2016-08-08 23:14:00 29 -#> 3672 25 A69-1303-555 5766 2016-08-08 23:20:00 29 -#> 3673 25 A69-1303-555 5768 2016-08-08 23:22:00 29 -#> 3674 25 A69-1303-555 5770 2016-08-08 23:24:00 29 -#> 3675 25 A69-1303-555 5772 2016-08-08 23:26:00 29 -#> 3676 25 A69-1303-555 5774 2016-08-08 23:28:00 29 -#> 3677 25 A69-1303-555 5776 2016-08-08 23:30:00 29 -#> 3678 25 A69-1303-555 5778 2016-08-08 23:32:00 29 -#> 3679 25 A69-1303-555 5780 2016-08-08 23:34:00 29 -#> 3680 25 A69-1303-555 5782 2016-08-08 23:36:00 29 -#> 3681 25 A69-1303-555 5785 2016-08-08 23:38:00 29 -#> 3682 25 A69-1303-555 5786 2016-08-08 23:40:00 29 -#> 3683 25 A69-1303-555 5788 2016-08-09 00:44:00 29 -#> 3684 25 A69-1303-555 5789 2016-08-09 00:56:00 29 -#> 3685 25 A69-1303-555 5790 2016-08-09 01:02:00 29 -#> 3686 25 A69-1303-555 5792 2016-08-09 01:06:00 29 -#> 3687 25 A69-1303-555 5793 2016-08-10 05:10:00 29 -#> 3688 25 A69-1303-555 5794 2016-08-10 05:12:00 29 -#> 3689 25 A69-1303-555 5795 2016-08-10 05:14:00 29 -#> 3690 25 A69-1303-555 5797 2016-08-10 05:16:00 29 -#> 3691 25 A69-1303-555 5799 2016-08-10 05:18:00 29 -#> 3692 25 A69-1303-555 5800 2016-08-10 05:20:00 29 -#> 3693 25 A69-1303-555 5802 2016-08-10 05:22:00 29 -#> 3694 25 A69-1303-555 5804 2016-08-10 05:24:00 29 -#> 3695 25 A69-1303-555 5806 2016-08-10 05:26:00 29 -#> 3696 25 A69-1303-555 5808 2016-08-10 05:34:00 29 -#> 3697 25 A69-1303-555 5810 2016-08-10 05:36:00 29 -#> 3698 25 A69-1303-555 5812 2016-08-10 05:38:00 29 -#> 3699 25 A69-1303-555 5814 2016-08-10 05:40:00 29 -#> 3700 25 A69-1303-555 5816 2016-08-10 05:42:00 29 -#> 3701 25 A69-1303-555 5818 2016-08-10 05:44:00 29 -#> 3702 25 A69-1303-555 5819 2016-08-10 05:46:00 29 -#> 3703 25 A69-1303-555 5820 2016-08-10 05:48:00 29 -#> 3704 25 A69-1303-555 5823 2016-08-10 05:54:00 29 -#> 3705 25 A69-1303-555 5824 2016-08-10 05:56:00 29 -#> 3706 25 A69-1303-555 5826 2016-08-10 08:04:00 29 -#> 3707 25 A69-1303-555 5828 2016-08-10 08:06:00 29 -#> 3708 25 A69-1303-555 5830 2016-08-10 08:08:00 29 -#> 3709 25 A69-1303-555 5831 2016-08-10 08:10:00 29 -#> 3710 25 A69-1303-555 5832 2016-08-10 08:12:00 29 -#> 3711 25 A69-1303-555 5835 2016-08-10 08:14:00 29 -#> 3712 25 A69-1303-555 5837 2016-08-10 08:16:00 29 -#> 3713 25 A69-1303-555 5839 2016-08-10 08:18:00 29 -#> 3714 25 A69-1303-555 5842 2016-08-10 08:20:00 29 -#> 3715 25 A69-1303-555 5844 2016-08-10 08:22:00 29 -#> 3716 25 A69-1303-555 5845 2016-08-10 08:24:00 29 -#> 3717 25 A69-1303-555 5847 2016-08-10 08:26:00 29 -#> 3718 25 A69-1303-555 5849 2016-08-10 08:28:00 29 -#> 3719 25 A69-1303-555 5851 2016-08-10 08:30:00 29 -#> 3720 25 A69-1303-555 5853 2016-08-10 08:32:00 29 -#> 3721 25 A69-1303-555 5855 2016-08-10 08:34:00 29 -#> 3722 25 A69-1303-555 5857 2016-08-10 08:36:00 29 -#> 3723 25 A69-1303-555 5859 2016-08-10 08:38:00 29 -#> 3724 25 A69-1303-555 5860 2016-08-10 08:40:00 29 -#> 3725 25 A69-1303-555 5861 2016-08-10 08:42:00 29 -#> 3726 25 A69-1303-555 5863 2016-08-10 08:44:00 29 -#> 3727 25 A69-1303-555 5866 2016-08-10 08:46:00 29 -#> 3728 25 A69-1303-555 5867 2016-08-10 08:50:00 29 -#> 3729 25 A69-1303-555 5868 2016-08-10 08:52:00 29 -#> 3730 25 A69-1303-555 5869 2016-08-10 08:54:00 29 -#> 3731 25 A69-1303-555 5870 2016-08-10 08:58:00 29 -#> 3732 25 A69-1303-555 5871 2016-08-10 09:00:00 29 -#> 3733 25 A69-1303-555 5872 2016-08-10 11:08:00 29 -#> 3734 25 A69-1303-555 5873 2016-08-10 11:26:00 29 -#> 3735 25 A69-1303-555 5874 2016-08-10 11:28:00 29 -#> 3736 25 A69-1303-555 5876 2016-08-10 11:36:00 29 -#> 3737 25 A69-1303-555 5877 2016-08-10 11:40:00 29 -#> 3738 25 A69-1303-555 5878 2016-08-10 11:44:00 29 -#> 3739 25 A69-1303-555 5880 2016-08-10 11:46:00 29 -#> 3740 25 A69-1303-555 5882 2016-08-10 11:48:00 29 -#> 3741 25 A69-1303-555 5883 2016-08-10 11:50:00 29 -#> 3742 25 A69-1303-555 5885 2016-08-10 11:54:00 29 -#> 3743 25 A69-1303-555 5886 2016-08-10 11:56:00 29 -#> 3744 25 A69-1303-555 5887 2016-08-10 11:58:00 29 -#> 3745 25 A69-1303-555 5888 2016-08-10 12:10:00 29 -#> 3746 25 A69-1303-555 5889 2016-08-10 13:06:00 29 -#> 3747 25 A69-1303-555 5890 2016-08-10 13:08:00 29 -#> 3748 25 A69-1303-555 5892 2016-08-10 13:10:00 29 -#> 3749 25 A69-1303-555 5894 2016-08-10 13:12:00 29 -#> 3750 25 A69-1303-555 5896 2016-08-10 13:14:00 29 -#> 3751 25 A69-1303-555 5897 2016-08-10 13:16:00 29 -#> 3752 25 A69-1303-555 5898 2016-08-10 13:18:00 29 -#> 3753 25 A69-1303-555 5899 2016-08-10 13:20:00 29 -#> 3754 25 A69-1303-555 5901 2016-08-10 13:22:00 29 -#> 3755 25 A69-1303-555 5903 2016-08-10 13:24:00 29 -#> 3756 25 A69-1303-555 5904 2016-08-10 13:26:00 29 -#> 3757 25 A69-1303-555 5907 2016-08-10 13:30:00 29 -#> 3758 25 A69-1303-555 5908 2016-08-10 13:32:00 29 -#> 3759 25 A69-1303-555 5911 2016-08-10 13:34:00 29 -#> 3760 25 A69-1303-555 5913 2016-08-10 13:36:00 29 -#> 3761 25 A69-1303-555 5914 2016-08-10 13:40:00 29 -#> 3762 25 A69-1303-555 5915 2016-08-10 14:14:00 29 -#> 3763 25 A69-1303-555 5916 2016-08-10 14:16:00 29 -#> 3764 25 A69-1303-555 5917 2016-08-10 14:30:00 29 -#> 3765 25 A69-1303-555 5918 2016-08-10 14:32:00 29 -#> 3766 25 A69-1303-555 5919 2016-08-10 14:34:00 29 -#> 3767 25 A69-1303-555 5921 2016-08-10 14:36:00 29 -#> 3768 25 A69-1303-555 5922 2016-08-10 14:38:00 29 -#> 3769 25 A69-1303-555 5924 2016-08-10 14:40:00 29 -#> 3770 25 A69-1303-555 5925 2016-08-10 14:42:00 29 -#> 3771 25 A69-1303-555 5927 2016-08-10 14:46:00 29 -#> 3772 25 A69-1303-555 5928 2016-08-10 14:56:00 29 -#> 3773 25 A69-1303-555 5929 2016-08-10 15:04:00 29 -#> 3774 25 A69-1303-555 5930 2016-08-10 15:10:00 29 -#> 3775 25 A69-1303-555 5931 2016-08-10 15:12:00 29 -#> 3776 25 A69-1303-555 5933 2016-08-10 15:14:00 29 -#> 3777 25 A69-1303-555 5934 2016-08-10 15:16:00 29 -#> 3778 25 A69-1303-555 5936 2016-08-10 15:22:00 29 -#> 3779 25 A69-1303-555 5937 2016-08-10 15:24:00 29 -#> 3780 25 A69-1303-555 5938 2016-08-10 15:26:00 29 -#> 3781 25 A69-1303-555 5940 2016-08-10 15:28:00 29 -#> 3782 25 A69-1303-555 5941 2016-08-10 15:30:00 29 -#> 3783 25 A69-1303-555 5943 2016-08-10 15:34:00 29 -#> 3784 25 A69-1303-555 5944 2016-08-10 15:36:00 29 -#> 3785 25 A69-1303-555 5946 2016-08-10 15:38:00 29 -#> 3786 25 A69-1303-555 5947 2016-08-10 15:40:00 29 -#> 3787 25 A69-1303-555 5948 2016-08-10 15:42:00 29 -#> 3788 25 A69-1303-555 5950 2016-08-10 15:44:00 29 -#> 3789 25 A69-1303-555 5952 2016-08-10 15:46:00 29 -#> 3790 25 A69-1303-555 5953 2016-08-10 15:54:00 29 -#> 3791 25 A69-1303-555 5956 2016-08-10 16:00:00 29 -#> 3792 25 A69-1303-555 5957 2016-08-10 16:02:00 29 -#> 3793 25 A69-1303-555 5960 2016-08-10 16:04:00 29 -#> 3794 25 A69-1303-555 5961 2016-08-10 16:06:00 29 -#> 3795 25 A69-1303-555 5963 2016-08-10 16:08:00 29 -#> 3796 25 A69-1303-555 5964 2016-08-10 16:14:00 29 -#> 3797 25 A69-1303-555 5965 2016-08-10 16:16:00 29 -#> 3798 25 A69-1303-555 5966 2016-08-10 16:18:00 29 -#> 3799 25 A69-1303-555 5968 2016-08-12 13:50:00 29 -#> 3800 25 A69-1303-555 5970 2016-08-12 13:52:00 29 -#> 3801 25 A69-1303-555 5971 2016-08-12 13:54:00 29 -#> 3802 25 A69-1303-555 5972 2016-08-12 14:02:00 29 -#> 3803 25 A69-1303-555 5973 2016-08-12 14:14:00 29 -#> 3804 25 A69-1303-555 5974 2016-08-12 14:18:00 29 -#> 3805 25 A69-1303-555 5975 2016-08-12 15:42:00 29 -#> 3806 25 A69-1303-555 5976 2016-08-12 15:44:00 29 -#> 3807 25 A69-1303-555 5977 2016-08-12 15:46:00 29 -#> 3808 25 A69-1303-555 5978 2016-08-12 15:48:00 29 -#> 3809 25 A69-1303-555 5980 2016-08-12 15:50:00 29 -#> 3810 25 A69-1303-555 5982 2016-08-12 15:52:00 29 -#> 3811 25 A69-1303-555 5984 2016-08-12 15:54:00 29 -#> 3812 25 A69-1303-555 5986 2016-08-12 15:56:00 29 -#> 3813 25 A69-1303-555 5989 2016-08-12 15:58:00 29 -#> 3814 25 A69-1303-555 5991 2016-08-12 16:00:00 29 -#> 3815 25 A69-1303-555 5994 2016-08-12 16:02:00 29 -#> 3816 25 A69-1303-555 5996 2016-08-12 16:04:00 29 -#> 3817 25 A69-1303-555 5997 2016-08-12 16:06:00 29 -#> 3818 25 A69-1303-555 6000 2016-08-12 16:08:00 29 -#> 3819 25 A69-1303-555 6002 2016-08-12 16:10:00 29 -#> 3820 25 A69-1303-555 6004 2016-08-12 16:12:00 29 -#> 3821 25 A69-1303-555 6006 2016-08-12 16:14:00 29 -#> 3822 25 A69-1303-555 6009 2016-08-12 16:16:00 29 -#> 3823 25 A69-1303-555 6011 2016-08-12 16:18:00 29 -#> 3824 25 A69-1303-555 6014 2016-08-12 16:20:00 29 -#> 3825 25 A69-1303-555 6015 2016-08-12 16:22:00 29 -#> 3826 25 A69-1303-555 6017 2016-08-12 16:24:00 29 -#> 3827 25 A69-1303-555 6018 2016-08-12 16:26:00 29 -#> 3828 25 A69-1303-555 6020 2016-08-12 16:28:00 29 -#> 3829 25 A69-1303-555 6022 2016-08-12 16:30:00 29 -#> 3830 25 A69-1303-555 6024 2016-08-12 16:32:00 29 -#> 3831 25 A69-1303-555 6025 2016-08-12 16:34:00 29 -#> 3832 25 A69-1303-555 6026 2016-08-12 16:36:00 29 -#> 3833 25 A69-1303-555 6028 2016-08-12 16:38:00 29 -#> 3834 25 A69-1303-555 6030 2016-08-13 07:38:00 23 -#> 3835 25 A69-1303-555 6031 2016-08-13 07:46:00 23 -#> 3836 25 A69-1303-555 6032 2016-08-13 07:48:00 23 -#> 3837 25 A69-1303-555 6033 2016-08-13 07:58:00 23 -#> 3838 25 A69-1303-555 6035 2016-08-13 08:00:00 23 -#> 3839 25 A69-1303-555 6037 2016-08-13 08:02:00 23 -#> 3840 25 A69-1303-555 6039 2016-08-13 08:04:00 23 -#> 3841 25 A69-1303-555 6041 2016-08-13 08:06:00 23 -#> 3842 25 A69-1303-555 6042 2016-08-13 19:08:00 23 -#> 3843 25 A69-1303-555 6044 2016-08-13 19:10:00 23 -#> 3844 25 A69-1303-555 6046 2016-08-13 19:12:00 23 -#> 3845 25 A69-1303-555 6048 2016-08-13 19:16:00 23 -#> 3846 25 A69-1303-555 6049 2016-08-13 19:20:00 23 -#> 3847 25 A69-1303-555 6050 2016-08-13 19:24:00 23 -#> 3848 25 A69-1303-555 6051 2016-08-14 07:22:00 39 -#> 3849 25 A69-1303-555 6053 2016-08-14 07:28:00 39 -#> 3850 25 A69-1303-555 6054 2016-08-14 07:32:00 39 -#> 3851 25 A69-1303-555 6056 2016-08-14 07:34:00 39 -#> 3852 25 A69-1303-555 6058 2016-08-14 07:36:00 39 -#> 3853 25 A69-1303-555 6059 2016-08-14 07:40:00 39 -#> 3854 25 A69-1303-555 6060 2016-08-14 07:42:00 39 -#> 3855 25 A69-1303-555 6062 2016-08-14 07:44:00 39 -#> 3856 25 A69-1303-555 6063 2016-08-15 00:12:00 39 -#> 3857 25 A69-1303-555 6064 2016-08-15 00:14:00 39 -#> 3858 25 A69-1303-555 6066 2016-08-15 00:16:00 39 -#> 3859 25 A69-1303-555 6067 2016-08-15 00:18:00 39 -#> 3860 25 A69-1303-555 6069 2016-08-15 00:20:00 39 -#> 3861 25 A69-1303-555 6071 2016-08-15 00:22:00 39 -#> 3862 25 A69-1303-555 6073 2016-08-15 00:24:00 39 -#> 3863 25 A69-1303-555 6075 2016-08-15 00:26:00 39 -#> 3864 25 A69-1303-555 6076 2016-08-15 00:28:00 39 -#> 3865 25 A69-1303-555 6078 2016-08-15 00:30:00 39 -#> 3866 25 A69-1303-555 6080 2016-08-15 00:32:00 39 -#> 3867 25 A69-1303-555 6082 2016-08-15 00:34:00 39 -#> 3868 25 A69-1303-555 6083 2016-08-15 00:36:00 39 -#> 3869 25 A69-1303-555 6086 2016-08-15 00:38:00 39 -#> 3870 25 A69-1303-555 6087 2016-08-15 00:40:00 39 -#> 3871 25 A69-1303-555 6089 2016-08-15 00:42:00 39 -#> 3872 25 A69-1303-555 6091 2016-08-15 00:44:00 39 -#> 3873 25 A69-1303-555 6093 2016-08-15 00:46:00 39 -#> 3874 25 A69-1303-555 6094 2016-08-15 00:48:00 39 -#> 3875 25 A69-1303-555 6096 2016-08-15 00:50:00 39 -#> 3876 25 A69-1303-555 6098 2016-08-15 04:52:00 23 -#> 3877 25 A69-1303-555 6100 2016-08-15 04:58:00 23 -#> 3878 25 A69-1303-555 6101 2016-08-15 05:00:00 23 -#> 3879 25 A69-1303-555 6103 2016-08-15 05:18:00 23 -#> 3880 25 A69-1303-555 6104 2016-08-15 05:20:00 23 -#> 3881 25 A69-1303-555 6105 2016-08-15 05:22:00 23 -#> 3882 25 A69-1303-555 6107 2016-08-15 05:24:00 23 -#> 3883 25 A69-1303-555 6108 2016-08-15 05:28:00 23 -#> 3884 25 A69-1303-555 6109 2016-08-15 05:32:00 23 -#> 3885 25 A69-1303-555 6110 2016-08-15 05:36:00 23 -#> 3886 25 A69-1303-555 6112 2016-08-15 05:38:00 23 -#> 3887 25 A69-1303-555 6113 2016-08-15 05:40:00 23 -#> 3888 25 A69-1303-555 6115 2016-08-15 05:42:00 23 -#> 3889 25 A69-1303-555 6117 2016-08-15 05:44:00 23 -#> 3890 25 A69-1303-555 6120 2016-08-15 05:46:00 23 -#> 3891 25 A69-1303-555 6122 2016-08-15 05:48:00 23 -#> 3892 25 A69-1303-555 6124 2016-08-15 05:50:00 23 -#> 3893 25 A69-1303-555 6127 2016-08-15 05:52:00 23 -#> 3894 25 A69-1303-555 6129 2016-08-15 05:54:00 23 -#> 3895 25 A69-1303-555 6131 2016-08-15 05:56:00 23 -#> 3896 25 A69-1303-555 6134 2016-08-15 05:58:00 23 -#> 3897 25 A69-1303-555 6135 2016-08-15 06:00:00 23 -#> 3898 25 A69-1303-555 6137 2016-08-15 06:02:00 23 -#> 3899 25 A69-1303-555 6139 2016-08-15 06:04:00 23 -#> 3900 25 A69-1303-555 6141 2016-08-15 06:06:00 23 -#> 3901 25 A69-1303-555 6142 2016-08-15 06:08:00 23 -#> 3902 25 A69-1303-555 6143 2016-08-15 06:10:00 23 -#> 3903 25 A69-1303-555 6145 2016-08-15 06:12:00 23 -#> 3904 25 A69-1303-555 6146 2016-08-15 06:18:00 23 -#> 3905 25 A69-1303-555 6147 2016-08-15 07:02:00 23 -#> 3906 25 A69-1303-555 6149 2016-08-15 07:04:00 23 -#> 3907 25 A69-1303-555 6150 2016-08-15 07:06:00 23 -#> 3908 25 A69-1303-555 6151 2016-08-15 07:08:00 23 -#> 3909 25 A69-1303-555 6152 2016-08-15 07:16:00 23 -#> 3910 25 A69-1303-555 6153 2016-08-15 07:22:00 23 -#> 3911 25 A69-1303-555 6155 2016-08-15 07:26:00 23 -#> 3912 25 A69-1303-555 6158 2016-08-15 11:14:00 23 -#> 3913 25 A69-1303-555 6159 2016-08-15 11:32:00 23 -#> 3914 25 A69-1303-555 6160 2016-08-15 11:34:00 23 -#> 3915 25 A69-1303-555 6161 2016-08-15 17:54:00 23 -#> 3916 25 A69-1303-555 6162 2016-08-15 17:56:00 23 -#> 3917 25 A69-1303-555 6163 2016-08-15 18:08:00 23 -#> 3918 25 A69-1303-555 6164 2016-08-15 19:36:00 39 -#> 3919 25 A69-1303-555 6166 2016-08-15 19:38:00 39 -#> 3920 25 A69-1303-555 6168 2016-08-15 19:40:00 39 -#> 3921 25 A69-1303-555 6169 2016-08-15 19:44:00 39 -#> 3922 25 A69-1303-555 6171 2016-08-15 19:46:00 39 -#> 3923 25 A69-1303-555 6173 2016-08-15 19:50:00 39 -#> 3924 25 A69-1303-555 6175 2016-08-15 19:52:00 39 -#> 3925 25 A69-1303-555 6176 2016-08-15 19:54:00 39 -#> 3926 25 A69-1303-555 6178 2016-08-15 19:56:00 39 -#> 3927 25 A69-1303-555 6180 2016-08-15 20:00:00 39 -#> 3928 25 A69-1303-555 6181 2016-08-15 22:26:00 39 -#> 3929 25 A69-1303-555 6182 2016-08-15 22:34:00 39 -#> 3930 25 A69-1303-555 6183 2016-08-15 22:36:00 39 -#> 3931 25 A69-1303-555 6184 2016-08-16 01:58:00 29 -#> 3932 25 A69-1303-555 6185 2016-08-16 02:00:00 29 -#> 3933 25 A69-1303-555 6187 2016-08-16 02:04:00 29 -#> 3934 25 A69-1303-555 6189 2016-08-16 02:06:00 29 -#> 3935 25 A69-1303-555 6191 2016-08-16 02:08:00 29 -#> 3936 25 A69-1303-555 6194 2016-08-16 02:10:00 29 -#> 3937 25 A69-1303-555 6195 2016-08-16 02:16:00 29 -#> 3938 25 A69-1303-555 6196 2016-08-16 21:04:00 29 -#> 3939 25 A69-1303-555 6197 2016-08-16 21:06:00 29 -#> 3940 25 A69-1303-555 6199 2016-08-16 21:08:00 29 -#> 3941 25 A69-1303-555 6201 2016-08-16 21:10:00 29 -#> 3942 25 A69-1303-555 6203 2016-08-16 21:12:00 29 -#> 3943 25 A69-1303-555 6205 2016-08-16 21:14:00 29 -#> 3944 25 A69-1303-555 6208 2016-08-16 21:16:00 29 -#> 3945 25 A69-1303-555 6209 2016-08-16 21:18:00 29 -#> 3946 25 A69-1303-555 6211 2016-08-16 21:20:00 29 -#> 3947 25 A69-1303-555 6212 2016-08-16 21:22:00 29 -#> 3948 25 A69-1303-555 6215 2016-08-16 21:24:00 29 -#> 3949 25 A69-1303-555 6216 2016-08-16 21:26:00 29 -#> 3950 25 A69-1303-555 6218 2016-08-16 21:28:00 29 -#> 3951 25 A69-1303-555 6220 2016-08-16 21:30:00 29 -#> 3952 25 A69-1303-555 6222 2016-08-16 21:32:00 29 -#> 3953 25 A69-1303-555 6224 2016-08-16 21:34:00 29 -#> 3954 25 A69-1303-555 6226 2016-08-16 21:36:00 29 -#> 3955 25 A69-1303-555 6228 2016-08-16 21:38:00 29 -#> 3956 25 A69-1303-555 6230 2016-08-16 21:40:00 29 -#> 3957 25 A69-1303-555 6232 2016-08-16 21:42:00 29 -#> 3958 25 A69-1303-555 6234 2016-08-16 21:44:00 29 -#> 3959 25 A69-1303-555 6236 2016-08-16 21:46:00 29 -#> 3960 25 A69-1303-555 6238 2016-08-16 21:48:00 29 -#> 3961 25 A69-1303-555 6239 2016-08-16 21:50:00 29 -#> 3962 25 A69-1303-555 6241 2016-08-16 21:52:00 29 -#> 3963 25 A69-1303-555 6243 2016-08-16 21:54:00 29 -#> 3964 25 A69-1303-555 6245 2016-08-16 21:56:00 29 -#> 3965 25 A69-1303-555 6247 2016-08-16 21:58:00 29 -#> 3966 25 A69-1303-555 6249 2016-08-16 22:00:00 29 -#> 3967 25 A69-1303-555 6251 2016-08-16 22:04:00 29 -#> 3968 25 A69-1303-555 6252 2016-08-16 22:06:00 29 -#> 3969 25 A69-1303-555 6253 2016-08-16 22:08:00 29 -#> 3970 25 A69-1303-555 6255 2016-08-16 22:10:00 29 -#> 3971 25 A69-1303-555 6257 2016-08-16 22:12:00 29 -#> 3972 25 A69-1303-555 6258 2016-08-16 22:14:00 29 -#> 3973 25 A69-1303-555 6260 2016-08-17 19:22:00 29 -#> 3974 25 A69-1303-555 6261 2016-08-17 19:24:00 29 -#> 3975 25 A69-1303-555 6263 2016-08-17 19:28:00 29 -#> 3976 25 A69-1303-555 6264 2016-08-17 22:26:00 29 -#> 3977 25 A69-1303-555 6265 2016-08-17 22:30:00 29 -#> 3978 25 A69-1303-555 6266 2016-08-17 23:02:00 29 -#> 3979 25 A69-1303-555 6267 2016-08-17 23:04:00 29 -#> 3980 25 A69-1303-555 6268 2016-08-17 23:06:00 29 -#> 3981 25 A69-1303-555 6270 2016-08-17 23:08:00 29 -#> 3982 25 A69-1303-555 6271 2016-08-17 23:10:00 29 -#> 3983 25 A69-1303-555 6273 2016-08-17 23:12:00 29 -#> 3984 25 A69-1303-555 6276 2016-08-17 23:14:00 29 -#> 3985 25 A69-1303-555 6277 2016-08-17 23:16:00 29 -#> 3986 25 A69-1303-555 6279 2016-08-17 23:18:00 29 -#> 3987 25 A69-1303-555 6280 2016-08-17 23:20:00 29 -#> 3988 25 A69-1303-555 6281 2016-08-17 23:22:00 29 -#> 3989 25 A69-1303-555 6283 2016-08-17 23:24:00 29 -#> 3990 25 A69-1303-555 6284 2016-08-17 23:26:00 29 -#> 3991 25 A69-1303-555 6286 2016-08-17 23:28:00 29 -#> 3992 25 A69-1303-555 6287 2016-08-17 23:32:00 29 -#> 3993 25 A69-1303-555 6288 2016-08-17 23:34:00 29 -#> 3994 25 A69-1303-555 6289 2016-08-17 23:36:00 29 -#> 3995 25 A69-1303-555 6290 2016-08-17 23:38:00 29 -#> 3996 25 A69-1303-555 6292 2016-08-17 23:40:00 29 -#> 3997 25 A69-1303-555 6293 2016-08-21 20:02:00 29 -#> 3998 25 A69-1303-555 6295 2016-08-21 20:06:00 29 -#> 3999 25 A69-1303-555 6296 2016-08-21 20:08:00 29 -#> 4000 25 A69-1303-555 6297 2016-08-21 20:10:00 29 -#> 4001 25 A69-1303-555 6298 2016-08-21 20:16:00 29 -#> 4002 25 A69-1303-555 6299 2016-08-21 20:18:00 29 -#> 4003 25 A69-1303-555 6301 2016-08-21 20:20:00 29 -#> 4004 25 A69-1303-555 6302 2016-08-21 20:22:00 29 -#> 4005 25 A69-1303-555 6304 2016-08-21 20:24:00 29 -#> 4006 25 A69-1303-555 6306 2016-08-21 20:26:00 29 -#> 4007 25 A69-1303-555 6308 2016-08-21 20:28:00 29 -#> 4008 25 A69-1303-555 6310 2016-08-21 20:30:00 29 -#> 4009 25 A69-1303-555 6311 2016-08-22 07:38:00 11 -#> 4010 25 A69-1303-555 6312 2016-08-22 07:40:00 11 -#> 4011 25 A69-1303-555 6314 2016-08-22 08:18:00 40 -#> 4012 25 A69-1303-555 6315 2016-08-22 08:32:00 40 -#> 4013 25 A69-1303-555 6316 2016-08-22 08:36:00 40 -#> 4014 25 A69-1303-555 6317 2016-08-22 08:38:00 40 -#> 4015 25 A69-1303-555 6318 2016-08-22 08:40:00 40 -#> 4016 25 A69-1303-555 6320 2016-08-22 08:42:00 40 -#> 4017 25 A69-1303-555 6322 2016-08-22 08:44:00 40 -#> 4018 25 A69-1303-555 6323 2016-08-22 08:48:00 40 -#> 4019 25 A69-1303-555 6324 2016-08-22 08:52:00 40 -#> 4020 25 A69-1303-555 6326 2016-08-22 08:54:00 40 -#> 4021 25 A69-1303-555 6327 2016-08-22 08:56:00 40 -#> 4022 25 A69-1303-555 6328 2016-08-22 09:08:00 40 -#> 4023 25 A69-1303-555 6329 2016-08-22 09:10:00 40 -#> 4024 25 A69-1303-555 6331 2016-08-22 09:12:00 40 -#> 4025 25 A69-1303-555 6333 2016-08-22 09:16:00 40 -#> 4026 25 A69-1303-555 6334 2016-08-22 16:38:00 23 -#> 4027 25 A69-1303-555 6335 2016-08-22 16:40:00 23 -#> 4028 25 A69-1303-555 6336 2016-08-22 16:48:00 23 -#> 4029 25 A69-1303-555 6337 2016-08-22 19:48:00 29 -#> 4030 25 A69-1303-555 6338 2016-08-22 19:50:00 29 -#> 4031 25 A69-1303-555 6341 2016-08-22 19:52:00 29 -#> 4032 25 A69-1303-555 6342 2016-08-22 19:54:00 29 -#> 4033 25 A69-1303-555 6344 2016-08-22 19:56:00 29 -#> 4034 25 A69-1303-555 6346 2016-08-22 19:58:00 29 -#> 4035 25 A69-1303-555 6348 2016-08-22 20:00:00 29 -#> 4036 25 A69-1303-555 6349 2016-08-22 20:02:00 29 -#> 4037 25 A69-1303-555 6350 2016-08-22 20:34:00 29 -#> 4038 25 A69-1303-555 6351 2016-08-22 20:36:00 29 -#> 4039 25 A69-1303-555 6352 2016-08-22 20:38:00 29 -#> 4040 25 A69-1303-555 6354 2016-08-22 20:40:00 29 -#> 4041 25 A69-1303-555 6356 2016-08-22 20:42:00 29 -#> 4042 25 A69-1303-555 6358 2016-08-22 20:44:00 29 -#> 4043 25 A69-1303-555 6360 2016-08-22 20:46:00 29 -#> 4044 25 A69-1303-555 6362 2016-08-22 20:48:00 29 -#> 4045 25 A69-1303-555 6363 2016-08-22 20:50:00 29 -#> 4046 25 A69-1303-555 6366 2016-08-22 20:52:00 29 -#> 4047 25 A69-1303-555 6368 2016-08-22 20:54:00 29 -#> 4048 25 A69-1303-555 6369 2016-08-22 20:56:00 29 -#> 4049 25 A69-1303-555 6370 2016-08-22 21:02:00 29 -#> 4050 25 A69-1303-555 6371 2016-08-23 03:14:00 23 -#> 4051 25 A69-1303-555 6372 2016-08-23 03:16:00 23 -#> 4052 25 A69-1303-555 6373 2016-08-23 03:18:00 23 -#> 4053 25 A69-1303-555 6374 2016-08-23 03:22:00 23 -#> 4054 25 A69-1303-555 6375 2016-08-26 14:16:00 39 -#> 4055 25 A69-1303-555 6376 2016-08-26 14:18:00 39 -#> 4056 25 A69-1303-555 6377 2016-08-26 14:20:00 39 -#> 4057 25 A69-1303-555 6378 2016-08-26 14:22:00 39 -#> 4058 25 A69-1303-555 6379 2016-08-26 14:24:00 39 -#> 4059 25 A69-1303-555 6380 2016-08-26 14:34:00 39 -#> 4060 25 A69-1303-555 6381 2016-08-26 14:36:00 39 -#> 4061 25 A69-1303-555 6382 2016-08-26 14:44:00 39 -#> 4062 25 A69-1303-555 6383 2016-08-26 14:48:00 39 -#> 4063 25 A69-1303-555 6384 2016-08-26 14:54:00 39 -#> 4064 25 A69-1303-555 6385 2016-08-26 14:56:00 39 -#> 4065 25 A69-1303-555 6387 2016-08-26 14:58:00 39 -#> 4066 25 A69-1303-555 6388 2016-08-26 15:00:00 39 -#> 4067 25 A69-1303-555 6389 2016-08-26 15:02:00 39 -#> 4068 25 A69-1303-555 6391 2016-08-26 15:04:00 39 -#> 4069 25 A69-1303-555 6394 2016-08-26 15:06:00 39 -#> 4070 25 A69-1303-555 6395 2016-08-26 15:08:00 39 -#> 4071 25 A69-1303-555 6398 2016-08-26 15:10:00 39 -#> 4072 25 A69-1303-555 6400 2016-08-26 15:12:00 39 -#> 4073 25 A69-1303-555 6401 2016-08-31 04:42:00 39 -#> 4074 25 A69-1303-555 6402 2016-08-31 04:44:00 39 -#> 4075 25 A69-1303-555 6403 2016-08-31 04:48:00 39 -#> 4076 25 A69-1303-555 6404 2016-08-31 04:50:00 39 -#> 4077 25 A69-1303-555 6405 2016-08-31 04:52:00 39 -#> 4078 25 A69-1303-555 6407 2016-08-31 04:54:00 39 -#> 4079 25 A69-1303-555 6409 2016-08-31 04:56:00 39 -#> 4080 25 A69-1303-555 6411 2016-08-31 04:58:00 39 -#> 4081 25 A69-1303-555 6413 2016-08-31 05:00:00 39 -#> 4082 25 A69-1303-555 6415 2016-08-31 05:02:00 39 -#> 4083 25 A69-1303-555 6416 2016-08-31 05:04:00 39 -#> 4084 25 A69-1303-555 6419 2016-08-31 05:06:00 39 -#> 4085 25 A69-1303-555 6421 2016-08-31 05:08:00 39 -#> 4086 25 A69-1303-555 6423 2016-08-31 05:10:00 39 -#> 4087 25 A69-1303-555 6425 2016-08-31 05:12:00 39 -#> 4088 25 A69-1303-555 6426 2016-08-31 05:16:00 39 -#> 4089 25 A69-1303-555 6428 2016-08-31 05:18:00 39 -#> 4090 25 A69-1303-555 6430 2016-08-31 05:22:00 39 -#> 4091 25 A69-1303-555 6431 2016-08-31 05:24:00 39 -#> 4092 25 A69-1303-555 6432 2016-08-31 05:26:00 39 -#> 4093 25 A69-1303-555 6433 2016-09-01 23:56:00 39 -#> 4094 25 A69-1303-555 6434 2016-09-01 23:58:00 39 -#> 4095 25 A69-1303-555 6436 2016-09-02 00:00:00 39 -#> 4096 25 A69-1303-555 6437 2016-09-02 00:02:00 39 -#> 4097 25 A69-1303-555 6438 2016-09-02 00:04:00 39 -#> 4098 25 A69-1303-555 6440 2016-09-02 00:06:00 39 -#> 4099 25 A69-1303-555 6441 2016-09-02 00:08:00 39 -#> 4100 25 A69-1303-555 6443 2016-09-02 00:10:00 39 -#> 4101 25 A69-1303-555 6445 2016-09-02 00:12:00 39 -#> 4102 25 A69-1303-555 6447 2016-09-02 00:14:00 39 -#> 4103 25 A69-1303-555 6448 2016-09-02 00:16:00 39 -#> 4104 25 A69-1303-555 6450 2016-09-02 00:18:00 39 -#> 4105 25 A69-1303-555 6452 2016-09-02 00:20:00 39 -#> 4106 25 A69-1303-555 6453 2016-09-02 00:22:00 39 -#> 4107 25 A69-1303-555 6456 2016-09-02 00:24:00 39 -#> 4108 25 A69-1303-555 6458 2016-09-02 00:26:00 39 -#> 4109 25 A69-1303-555 6459 2016-09-02 00:28:00 39 -#> 4110 25 A69-1303-555 6461 2016-09-02 00:30:00 39 -#> 4111 25 A69-1303-555 6463 2016-09-02 00:32:00 39 -#> 4112 25 A69-1303-555 6464 2016-09-02 00:34:00 39 -#> 4113 25 A69-1303-555 6466 2016-09-02 00:36:00 39 -#> 4114 25 A69-1303-555 6468 2016-09-02 00:38:00 39 -#> 4115 25 A69-1303-555 6470 2016-09-02 00:40:00 39 -#> 4116 25 A69-1303-555 6471 2016-09-02 00:44:00 39 -#> 4117 25 A69-1303-555 6472 2016-09-02 00:46:00 39 -#> 4118 25 A69-1303-555 6473 2016-09-02 00:48:00 39 -#> 4119 25 A69-1303-555 6474 2016-09-02 00:50:00 39 -#> 4120 25 A69-1303-555 6475 2016-09-02 01:00:00 39 -#> 4121 25 A69-1303-555 6476 2016-09-02 01:02:00 39 -#> 4122 25 A69-1303-555 6477 2016-09-03 04:46:00 39 -#> 4123 25 A69-1303-555 6479 2016-09-03 04:50:00 39 -#> 4124 25 A69-1303-555 6481 2016-09-03 04:52:00 39 -#> 4125 25 A69-1303-555 6483 2016-09-03 04:54:00 39 -#> 4126 25 A69-1303-555 6485 2016-09-03 05:00:00 39 -#> 4127 25 A69-1303-555 6486 2016-09-03 05:02:00 39 -#> 4128 25 A69-1303-555 6487 2016-09-03 05:04:00 39 -#> 4129 25 A69-1303-555 6489 2016-09-03 05:06:00 39 -#> 4130 25 A69-1303-555 6490 2016-09-03 05:10:00 39 -#> 4131 25 A69-1303-555 6491 2016-09-03 05:12:00 39 -#> 4132 25 A69-1303-555 6492 2016-09-03 05:18:00 39 -#> 4133 25 A69-1303-555 6493 2016-09-03 05:40:00 39 -#> 4134 25 A69-1303-555 6494 2016-09-03 05:42:00 39 -#> 4135 25 A69-1303-555 6495 2016-09-03 05:44:00 39 -#> 4136 25 A69-1303-555 6497 2016-09-03 05:46:00 39 -#> 4137 25 A69-1303-555 6498 2016-09-03 05:48:00 39 -#> 4138 25 A69-1303-555 6501 2016-09-03 05:50:00 39 -#> 4139 25 A69-1303-555 6502 2016-09-03 05:54:00 39 -#> 4140 25 A69-1303-555 6504 2016-09-03 05:56:00 39 -#> 4141 25 A69-1303-555 6505 2016-09-03 19:36:00 11 -#> 4142 25 A69-1303-555 6507 2016-09-03 19:38:00 11 -#> 4143 25 A69-1303-555 6509 2016-09-03 19:40:00 11 -#> 4144 25 A69-1303-555 6511 2016-09-04 06:32:00 39 -#> 4145 25 A69-1303-555 6512 2016-09-04 06:34:00 39 -#> 4146 25 A69-1303-555 6514 2016-09-04 06:36:00 39 -#> 4147 25 A69-1303-555 6515 2016-09-04 06:42:00 39 -#> 4148 25 A69-1303-555 6516 2016-09-04 06:44:00 39 -#> 4149 25 A69-1303-555 6517 2016-09-04 06:50:00 39 -#> 4150 25 A69-1303-555 6518 2016-09-04 06:54:00 39 -#> 4151 25 A69-1303-555 6521 2016-09-04 06:56:00 39 -#> 4152 25 A69-1303-555 6523 2016-09-04 06:58:00 39 -#> 4153 25 A69-1303-555 6524 2016-09-04 07:00:00 39 -#> 4154 25 A69-1303-555 6526 2016-09-04 07:02:00 39 -#> 4155 25 A69-1303-555 6527 2016-09-04 07:04:00 39 -#> 4156 25 A69-1303-555 6528 2016-09-04 07:10:00 39 -#> 4157 25 A69-1303-555 6529 2016-09-04 07:12:00 39 -#> 4158 25 A69-1303-555 6531 2016-09-04 07:14:00 39 -#> 4159 25 A69-1303-555 6532 2016-09-04 08:32:00 39 -#> 4160 25 A69-1303-555 6533 2016-09-04 08:38:00 39 -#> 4161 25 A69-1303-555 6534 2016-09-04 08:40:00 39 -#> 4162 25 A69-1303-555 6535 2016-09-04 08:44:00 39 -#> 4163 25 A69-1303-555 6536 2016-09-04 08:50:00 39 -#> 4164 25 A69-1303-555 6537 2016-09-04 08:52:00 39 -#> 4165 25 A69-1303-555 6539 2016-09-04 08:54:00 39 -#> 4166 25 A69-1303-555 6541 2016-09-04 09:06:00 39 -#> 4167 25 A69-1303-555 6542 2016-09-04 09:10:00 39 -#> 4168 25 A69-1303-555 6543 2016-09-04 09:16:00 39 -#> 4169 25 A69-1303-555 6544 2016-09-04 11:02:00 39 -#> 4170 25 A69-1303-555 6545 2016-09-04 11:04:00 39 -#> 4171 25 A69-1303-555 6546 2016-09-04 11:06:00 39 -#> 4172 25 A69-1303-555 6547 2016-09-04 11:14:00 39 -#> 4173 25 A69-1303-555 6548 2016-09-04 11:28:00 39 -#> 4174 25 A69-1303-555 6549 2016-09-04 11:48:00 39 -#> 4175 25 A69-1303-555 6551 2016-09-04 11:50:00 39 -#> 4176 25 A69-1303-555 6553 2016-09-04 11:52:00 39 -#> 4177 25 A69-1303-555 6554 2016-09-04 12:00:00 39 -#> 4178 25 A69-1303-555 6555 2016-09-04 12:06:00 39 -#> 4179 25 A69-1303-555 6557 2016-09-04 12:08:00 39 -#> 4180 25 A69-1303-555 6558 2016-09-04 12:10:00 39 -#> 4181 25 A69-1303-555 6560 2016-09-04 12:12:00 39 -#> 4182 25 A69-1303-555 6562 2016-09-04 12:14:00 39 -#> 4183 25 A69-1303-555 6564 2016-09-04 12:16:00 39 -#> 4184 25 A69-1303-555 6566 2016-09-04 12:18:00 39 -#> 4185 25 A69-1303-555 6568 2016-09-04 12:20:00 39 -#> 4186 25 A69-1303-555 6570 2016-09-04 12:24:00 39 -#> 4187 25 A69-1303-555 6571 2016-09-04 12:26:00 39 -#> 4188 25 A69-1303-555 6572 2016-09-04 12:28:00 39 -#> 4189 25 A69-1303-555 6574 2016-09-04 12:42:00 39 -#> 4190 25 A69-1303-555 6575 2016-09-04 12:44:00 39 -#> 4191 25 A69-1303-555 6577 2016-09-04 12:46:00 39 -#> 4192 25 A69-1303-555 6579 2016-09-04 12:48:00 39 -#> 4193 25 A69-1303-555 6581 2016-09-04 12:50:00 39 -#> 4194 25 A69-1303-555 6583 2016-09-04 12:52:00 39 -#> 4195 25 A69-1303-555 6585 2016-09-04 12:54:00 39 -#> 4196 25 A69-1303-555 6587 2016-09-04 12:56:00 39 -#> 4197 25 A69-1303-555 6589 2016-09-04 13:00:00 39 -#> 4198 25 A69-1303-555 6591 2016-09-04 13:02:00 39 -#> 4199 25 A69-1303-555 6592 2016-09-04 13:04:00 39 -#> 4200 25 A69-1303-555 6594 2016-09-04 13:06:00 39 -#> 4201 25 A69-1303-555 6596 2016-09-04 13:10:00 39 -#> 4202 25 A69-1303-555 6599 2016-09-04 13:12:00 39 -#> 4203 25 A69-1303-555 6600 2016-09-04 13:18:00 39 -#> 4204 25 A69-1303-555 6601 2016-09-04 17:18:00 23 -#> 4205 25 A69-1303-555 6602 2016-09-04 17:20:00 23 -#> 4206 25 A69-1303-555 6603 2016-09-04 17:22:00 23 -#> 4207 25 A69-1303-555 6604 2016-09-04 17:34:00 23 -#> 4208 25 A69-1303-555 6605 2016-09-04 20:06:00 23 -#> 4209 25 A69-1303-555 6606 2016-09-04 20:10:00 23 -#> 4210 25 A69-1303-555 6608 2016-09-04 20:14:00 23 -#> 4211 25 A69-1303-555 6609 2016-09-04 20:16:00 23 -#> 4212 25 A69-1303-555 6612 2016-09-04 20:18:00 23 -#> 4213 25 A69-1303-555 6614 2016-09-04 20:20:00 23 -#> 4214 25 A69-1303-555 6616 2016-09-04 20:22:00 23 -#> 4215 25 A69-1303-555 6617 2016-09-04 20:24:00 23 -#> 4216 25 A69-1303-555 6618 2016-09-04 20:26:00 23 -#> 4217 25 A69-1303-555 6619 2016-09-04 20:28:00 23 -#> 4218 25 A69-1303-555 6620 2016-09-04 20:34:00 23 -#> 4219 25 A69-1303-555 6621 2016-09-04 22:08:00 39 -#> 4220 25 A69-1303-555 6622 2016-09-04 22:10:00 39 -#> 4221 25 A69-1303-555 6624 2016-09-04 22:12:00 39 -#> 4222 25 A69-1303-555 6626 2016-09-04 22:16:00 39 -#> 4223 25 A69-1303-555 6628 2016-09-04 22:18:00 39 -#> 4224 25 A69-1303-555 6629 2016-09-05 07:02:00 39 -#> 4225 25 A69-1303-555 6630 2016-09-05 07:06:00 39 -#> 4226 25 A69-1303-555 6632 2016-09-05 07:08:00 39 -#> 4227 25 A69-1303-555 6634 2016-09-05 07:10:00 39 -#> 4228 25 A69-1303-555 6636 2016-09-05 07:12:00 39 -#> 4229 25 A69-1303-555 6637 2016-09-05 07:32:00 39 -#> 4230 25 A69-1303-555 6638 2016-09-05 07:34:00 39 -#> 4231 25 A69-1303-555 6639 2016-09-05 07:36:00 39 -#> 4232 25 A69-1303-555 6640 2016-09-05 07:38:00 39 -#> 4233 25 A69-1303-555 6641 2016-09-05 07:40:00 39 -#> 4234 25 A69-1303-555 6642 2016-09-05 07:42:00 39 -#> 4235 25 A69-1303-555 6643 2016-09-05 07:44:00 39 -#> 4236 25 A69-1303-555 6644 2016-09-05 12:02:00 39 -#> 4237 25 A69-1303-555 6645 2016-09-05 12:12:00 39 -#> 4238 25 A69-1303-555 6646 2016-09-05 12:14:00 39 -#> 4239 25 A69-1303-555 6647 2016-09-05 12:16:00 39 -#> 4240 25 A69-1303-555 6649 2016-09-05 12:18:00 39 -#> 4241 25 A69-1303-555 6650 2016-09-05 12:22:00 39 -#> 4242 25 A69-1303-555 6652 2016-09-05 12:28:00 39 -#> 4243 25 A69-1303-555 6653 2016-09-05 12:30:00 39 -#> 4244 25 A69-1303-555 6654 2016-09-05 12:32:00 39 -#> 4245 25 A69-1303-555 6656 2016-09-05 14:52:00 39 -#> 4246 25 A69-1303-555 6657 2016-09-05 14:54:00 39 -#> 4247 25 A69-1303-555 6659 2016-09-05 14:56:00 39 -#> 4248 25 A69-1303-555 6661 2016-09-05 14:58:00 39 -#> 4249 25 A69-1303-555 6663 2016-09-05 15:00:00 39 -#> 4250 25 A69-1303-555 6665 2016-09-05 15:02:00 39 -#> 4251 25 A69-1303-555 6666 2016-09-05 15:04:00 39 -#> 4252 25 A69-1303-555 6668 2016-09-05 15:06:00 39 -#> 4253 25 A69-1303-555 6669 2016-09-05 15:08:00 39 -#> 4254 25 A69-1303-555 6670 2016-09-05 15:10:00 39 -#> 4255 25 A69-1303-555 6671 2016-09-05 20:44:00 11 -#> 4256 25 A69-1303-555 6672 2016-09-05 20:54:00 11 -#> 4257 25 A69-1303-555 6674 2016-09-05 21:04:00 11 -#> 4258 25 A69-1303-555 6675 2016-09-05 21:08:00 11 -#> 4259 25 A69-1303-555 6677 2016-09-05 21:10:00 11 -#> 4260 25 A69-1303-555 6679 2016-09-05 21:12:00 11 -#> 4261 25 A69-1303-555 6680 2016-09-05 21:36:00 11 -#> 4262 25 A69-1303-555 6681 2016-09-05 21:38:00 11 -#> 4263 25 A69-1303-555 6683 2016-09-05 21:40:00 11 -#> 4264 25 A69-1303-555 6684 2016-09-05 21:42:00 11 -#> 4265 25 A69-1303-555 6686 2016-09-05 21:44:00 11 -#> 4266 25 A69-1303-555 6687 2016-09-06 00:28:00 11 -#> 4267 25 A69-1303-555 6688 2016-09-06 00:30:00 11 -#> 4268 25 A69-1303-555 6689 2016-09-06 00:32:00 11 -#> 4269 25 A69-1303-555 6690 2016-09-06 00:34:00 11 -#> 4270 25 A69-1303-555 6691 2016-09-06 00:36:00 11 -#> 4271 25 A69-1303-555 6692 2016-09-06 00:46:00 11 -#> 4272 25 A69-1303-555 6693 2016-09-06 00:54:00 11 -#> 4273 25 A69-1303-555 6695 2016-09-06 00:58:00 11 -#> 4274 25 A69-1303-555 6696 2016-09-06 01:00:00 11 -#> 4275 25 A69-1303-555 6697 2016-09-06 01:08:00 11 -#> 4276 25 A69-1303-555 6698 2016-09-06 10:48:00 39 -#> 4277 25 A69-1303-555 6700 2016-09-06 10:50:00 39 -#> 4278 25 A69-1303-555 6701 2016-09-06 10:52:00 39 -#> 4279 25 A69-1303-555 6704 2016-09-06 10:54:00 39 -#> 4280 25 A69-1303-555 6706 2016-09-06 10:56:00 39 -#> 4281 25 A69-1303-555 6707 2016-09-06 10:58:00 39 -#> 4282 25 A69-1303-555 6709 2016-09-06 11:00:00 39 -#> 4283 25 A69-1303-555 6710 2016-09-06 11:02:00 39 -#> 4284 25 A69-1303-555 6711 2016-09-06 11:04:00 39 -#> 4285 25 A69-1303-555 6712 2016-09-06 11:06:00 39 -#> 4286 25 A69-1303-555 6714 2016-09-06 11:16:00 39 -#> 4287 25 A69-1303-555 6715 2016-09-06 11:22:00 39 -#> 4288 25 A69-1303-555 6716 2016-09-09 11:10:00 39 -#> 4289 25 A69-1303-555 6717 2016-09-09 11:12:00 39 -#> 4290 25 A69-1303-555 6718 2016-09-09 11:14:00 39 -#> 4291 25 A69-1303-555 6720 2016-09-09 11:36:00 39 -#> 4292 25 A69-1303-555 6721 2016-09-09 11:38:00 39 -#> 4293 25 A69-1303-555 6722 2016-09-10 20:16:00 38 -#> 4294 25 A69-1303-555 6723 2016-09-10 20:20:00 38 -#> 4295 25 A69-1303-555 6725 2016-09-10 20:22:00 38 -#> 4296 25 A69-1303-555 6727 2016-09-10 20:24:00 38 -#> 4297 25 A69-1303-555 6728 2016-09-11 03:20:00 38 -#> 4298 25 A69-1303-555 6729 2016-09-11 03:22:00 38 -#> 4299 25 A69-1303-555 6731 2016-09-11 03:28:00 38 -#> 4300 25 A69-1303-555 6733 2016-09-11 03:30:00 38 -#> 4301 25 A69-1303-555 6734 2016-09-11 03:32:00 38 -#> 4302 25 A69-1303-555 6735 2016-09-11 03:34:00 38 -#> 4303 25 A69-1303-555 6736 2016-09-11 03:36:00 38 -#> 4304 25 A69-1303-555 6737 2016-09-11 03:52:00 38 -#> 4305 25 A69-1303-555 6738 2016-09-11 03:54:00 38 -#> 4306 25 A69-1303-555 6739 2016-09-11 04:12:00 38 -#> 4307 25 A69-1303-555 6741 2016-09-11 04:16:00 38 -#> 4308 25 A69-1303-555 6742 2016-09-11 04:18:00 38 -#> 4309 25 A69-1303-555 6744 2016-09-11 05:14:00 38 -#> 4310 25 A69-1303-555 6745 2016-09-11 05:28:00 38 -#> 4311 25 A69-1303-555 6746 2016-09-11 05:42:00 38 -#> 4312 25 A69-1303-555 6747 2016-09-11 06:30:00 38 -#> 4313 25 A69-1303-555 6748 2016-09-11 06:34:00 38 -#> 4314 25 A69-1303-555 6749 2016-09-11 06:46:00 38 -#> 4315 25 A69-1303-555 6751 2016-09-12 21:00:00 23 -#> 4316 25 A69-1303-555 6753 2016-09-12 21:02:00 23 -#> 4317 25 A69-1303-555 6754 2016-09-12 21:04:00 23 -#> 4318 25 A69-1303-555 6755 2016-09-12 21:16:00 23 -#> 4319 25 A69-1303-555 6756 2016-09-12 21:18:00 23 -#> 4320 25 A69-1303-555 6758 2016-09-12 21:20:00 23 -#> 4321 25 A69-1303-555 6760 2016-09-12 21:22:00 23 -#> 4322 25 A69-1303-555 6761 2016-09-12 21:24:00 23 -#> 4323 25 A69-1303-555 6762 2016-09-12 21:26:00 23 -#> 4324 25 A69-1303-555 6764 2016-09-12 21:28:00 23 -#> 4325 25 A69-1303-555 6765 2016-09-12 21:30:00 23 -#> 4326 25 A69-1303-555 6767 2016-09-12 21:32:00 23 -#> 4327 25 A69-1303-555 6769 2016-09-12 21:34:00 23 -#> 4328 25 A69-1303-555 6771 2016-09-12 21:36:00 23 -#> 4329 25 A69-1303-555 6773 2016-09-12 21:38:00 23 -#> 4330 25 A69-1303-555 6774 2016-09-13 08:56:00 39 -#> 4331 25 A69-1303-555 6776 2016-09-13 08:58:00 39 -#> 4332 25 A69-1303-555 6777 2016-09-13 09:00:00 39 -#> 4333 25 A69-1303-555 6779 2016-09-13 09:02:00 39 -#> 4334 25 A69-1303-555 6780 2016-09-13 09:04:00 39 -#> 4335 25 A69-1303-555 6782 2016-09-13 09:06:00 39 -#> 4336 25 A69-1303-555 6784 2016-09-13 09:08:00 39 -#> 4337 25 A69-1303-555 6785 2016-09-13 09:10:00 39 -#> 4338 25 A69-1303-555 6787 2016-09-13 09:12:00 39 -#> 4339 25 A69-1303-555 6789 2016-09-13 09:14:00 39 -#> 4340 25 A69-1303-555 6791 2016-09-13 09:16:00 39 -#> 4341 25 A69-1303-555 6792 2016-09-13 09:24:00 39 -#> 4342 25 A69-1303-555 6794 2016-09-13 09:26:00 39 -#> 4343 25 A69-1303-555 6795 2016-09-13 09:40:00 39 -#> 4344 25 A69-1303-555 6796 2016-09-13 09:48:00 39 -#> 4345 25 A69-1303-555 6797 2016-09-15 18:42:00 39 -#> 4346 25 A69-1303-555 6798 2016-09-15 18:44:00 39 -#> 4347 25 A69-1303-555 6799 2016-09-15 18:46:00 39 -#> 4348 25 A69-1303-555 6800 2016-09-15 18:48:00 39 -#> 4349 25 A69-1303-555 6802 2016-09-15 18:50:00 39 -#> 4350 25 A69-1303-555 6803 2016-09-15 18:52:00 39 -#> 4351 25 A69-1303-555 6804 2016-09-15 18:54:00 39 -#> 4352 25 A69-1303-555 6807 2016-09-16 05:14:00 11 -#> 4353 25 A69-1303-555 6808 2016-09-16 05:16:00 11 -#> 4354 25 A69-1303-555 6809 2016-09-16 05:18:00 11 -#> 4355 25 A69-1303-555 6810 2016-09-16 05:20:00 11 -#> 4356 25 A69-1303-555 6812 2016-09-16 05:22:00 11 -#> 4357 25 A69-1303-555 6813 2016-09-16 05:24:00 11 -#> 4358 25 A69-1303-555 6815 2016-09-16 05:26:00 11 -#> 4359 25 A69-1303-555 6817 2016-09-16 05:28:00 11 -#> 4360 25 A69-1303-555 6819 2016-09-16 05:30:00 11 -#> 4361 25 A69-1303-555 6820 2016-09-16 05:32:00 11 -#> 4362 25 A69-1303-555 6821 2016-09-16 05:34:00 11 -#> 4363 25 A69-1303-555 6823 2016-09-16 05:36:00 11 -#> 4364 25 A69-1303-555 6824 2016-09-16 05:38:00 11 -#> 4365 25 A69-1303-555 6825 2016-09-16 05:46:00 11 -#> 4366 25 A69-1303-555 6826 2016-09-16 05:48:00 11 -#> 4367 25 A69-1303-555 6827 2016-09-16 05:54:00 11 -#> 4368 25 A69-1303-555 6829 2016-09-16 05:56:00 11 -#> 4369 25 A69-1303-555 6831 2016-09-16 05:58:00 11 -#> 4370 25 A69-1303-555 6834 2016-09-16 06:00:00 11 -#> 4371 25 A69-1303-555 6835 2016-09-16 06:02:00 11 -#> 4372 25 A69-1303-555 6837 2016-09-16 06:06:00 11 -#> 4373 25 A69-1303-555 6838 2016-09-16 06:08:00 11 -#> 4374 25 A69-1303-555 6839 2016-09-16 06:16:00 11 -#> 4375 25 A69-1303-555 6840 2016-09-16 06:18:00 11 -#> 4376 25 A69-1303-555 6841 2016-09-16 06:20:00 11 -#> 4377 25 A69-1303-555 6843 2016-09-16 06:22:00 11 -#> 4378 25 A69-1303-555 6844 2016-09-16 06:24:00 11 -#> 4379 25 A69-1303-555 6846 2016-09-16 06:26:00 11 -#> 4380 25 A69-1303-555 6848 2016-09-16 06:28:00 11 -#> 4381 25 A69-1303-555 6850 2016-09-16 06:30:00 11 -#> 4382 25 A69-1303-555 6851 2016-09-16 06:42:00 11 -#> 4383 25 A69-1303-555 6853 2016-09-16 06:58:00 11 -#> 4384 25 A69-1303-555 6854 2016-09-16 20:10:00 38 -#> 4385 25 A69-1303-555 6855 2016-09-16 20:26:00 38 -#> 4386 25 A69-1303-555 6856 2016-09-16 20:28:00 38 -#> 4387 25 A69-1303-555 6858 2016-09-16 20:30:00 38 -#> 4388 25 A69-1303-555 6859 2016-09-16 20:38:00 38 -#> 4389 25 A69-1303-555 6860 2016-09-16 20:40:00 38 -#> 4390 25 A69-1303-555 6861 2016-09-16 20:50:00 38 -#> 4391 25 A69-1303-555 6862 2016-09-16 20:58:00 38 -#> 4392 25 A69-1303-555 6863 2016-09-16 21:00:00 38 -#> 4393 25 A69-1303-555 6864 2016-09-16 21:02:00 38 -#> 4394 25 A69-1303-555 6866 2016-09-16 21:04:00 38 -#> 4395 25 A69-1303-555 6867 2016-09-16 21:06:00 38 -#> 4396 25 A69-1303-555 6869 2016-09-16 21:08:00 38 -#> 4397 25 A69-1303-555 6870 2016-09-16 21:10:00 38 -#> 4398 25 A69-1303-555 6872 2016-09-16 21:12:00 38 -#> 4399 25 A69-1303-555 6874 2016-09-16 21:22:00 38 -#> 4400 25 A69-1303-555 6875 2016-09-16 21:40:00 38 -#> 4401 25 A69-1303-555 6876 2016-09-16 22:22:00 38 -#> 4402 25 A69-1303-555 6877 2016-09-16 22:28:00 38 -#> 4403 25 A69-1303-555 6879 2016-09-16 22:30:00 38 -#> 4404 25 A69-1303-555 6880 2016-09-16 22:34:00 38 -#> 4405 25 A69-1303-555 6882 2016-09-17 20:56:00 39 -#> 4406 25 A69-1303-555 6884 2016-09-17 20:58:00 39 -#> 4407 25 A69-1303-555 6886 2016-09-17 21:00:00 39 -#> 4408 25 A69-1303-555 6887 2016-09-17 21:02:00 39 -#> 4409 25 A69-1303-555 6890 2016-09-17 21:04:00 39 -#> 4410 25 A69-1303-555 6892 2016-09-17 21:06:00 39 -#> 4411 25 A69-1303-555 6893 2016-09-17 21:08:00 39 -#> 4412 25 A69-1303-555 6895 2016-09-17 21:10:00 39 -#> 4413 25 A69-1303-555 6897 2016-09-17 21:16:00 39 -#> 4414 25 A69-1303-555 6898 2016-09-18 22:44:00 23 -#> 4415 25 A69-1303-555 6900 2016-09-18 22:46:00 23 -#> 4416 25 A69-1303-555 6901 2016-09-18 22:48:00 23 -#> 4417 25 A69-1303-555 6903 2016-09-18 22:50:00 23 -#> 4418 25 A69-1303-555 6905 2016-09-18 22:52:00 23 -#> 4419 25 A69-1303-555 6906 2016-09-18 22:54:00 23 -#> 4420 25 A69-1303-555 6908 2016-09-18 22:56:00 23 -#> 4421 25 A69-1303-555 6910 2016-09-18 22:58:00 23 -#> 4422 25 A69-1303-555 6913 2016-09-18 23:00:00 23 -#> 4423 25 A69-1303-555 6914 2016-09-18 23:02:00 23 -#> 4424 25 A69-1303-555 6915 2016-09-18 23:04:00 23 -#> 4425 25 A69-1303-555 6917 2016-09-18 23:06:00 23 -#> 4426 25 A69-1303-555 6919 2016-09-18 23:08:00 23 -#> 4427 25 A69-1303-555 6920 2016-09-18 23:10:00 23 -#> 4428 25 A69-1303-555 6922 2016-09-18 23:12:00 23 -#> 4429 25 A69-1303-555 6923 2016-09-18 23:14:00 23 -#> 4430 25 A69-1303-555 6926 2016-09-18 23:16:00 23 -#> 4431 25 A69-1303-555 6928 2016-09-18 23:18:00 23 -#> 4432 25 A69-1303-555 6930 2016-09-18 23:20:00 23 -#> 4433 25 A69-1303-555 6932 2016-09-18 23:22:00 23 -#> 4434 25 A69-1303-555 6934 2016-09-18 23:24:00 23 -#> 4435 25 A69-1303-555 6936 2016-09-18 23:26:00 23 -#> 4436 25 A69-1303-555 6938 2016-09-18 23:28:00 23 -#> 4437 25 A69-1303-555 6940 2016-09-18 23:30:00 23 -#> 4438 25 A69-1303-555 6941 2016-09-19 02:48:00 39 -#> 4439 25 A69-1303-555 6942 2016-09-19 02:54:00 39 -#> 4440 25 A69-1303-555 6945 2016-09-19 02:56:00 39 -#> 4441 25 A69-1303-555 6947 2016-09-19 02:58:00 39 -#> 4442 25 A69-1303-555 6948 2016-09-19 03:00:00 39 -#> 4443 25 A69-1303-555 6950 2016-09-19 03:02:00 39 -#> 4444 25 A69-1303-555 6952 2016-09-19 03:04:00 39 -#> 4445 25 A69-1303-555 6953 2016-09-19 03:06:00 39 -#> 4446 25 A69-1303-555 6955 2016-09-19 03:08:00 39 -#> 4447 25 A69-1303-555 6957 2016-09-19 03:10:00 39 -#> 4448 25 A69-1303-555 6958 2016-09-19 03:12:00 39 -#> 4449 25 A69-1303-555 6960 2016-09-19 03:16:00 39 -#> 4450 25 A69-1303-555 6962 2016-09-19 03:18:00 39 -#> 4451 25 A69-1303-555 6963 2016-09-19 03:20:00 39 -#> 4452 25 A69-1303-555 6965 2016-09-19 03:22:00 39 -#> 4453 25 A69-1303-555 6967 2016-09-19 03:24:00 39 -#> 4454 25 A69-1303-555 6969 2016-09-19 03:28:00 39 -#> 4455 25 A69-1303-555 6971 2016-09-19 03:30:00 39 -#> 4456 25 A69-1303-555 6972 2016-09-19 03:32:00 39 -#> 4457 25 A69-1303-555 6973 2016-09-19 03:34:00 39 -#> 4458 25 A69-1303-555 6974 2016-09-19 03:36:00 39 -#> 4459 25 A69-1303-555 6975 2016-09-19 04:24:00 39 -#> 4460 25 A69-1303-555 6976 2016-09-19 04:26:00 39 -#> 4461 25 A69-1303-555 6977 2016-09-19 04:28:00 39 -#> 4462 25 A69-1303-555 6978 2016-09-19 04:30:00 39 -#> 4463 25 A69-1303-555 6979 2016-09-19 04:32:00 39 -#> 4464 25 A69-1303-555 6980 2016-09-19 04:34:00 39 -#> 4465 25 A69-1303-555 6981 2016-09-19 07:54:00 39 -#> 4466 25 A69-1303-555 6982 2016-09-19 07:56:00 39 -#> 4467 25 A69-1303-555 6983 2016-09-19 07:58:00 39 -#> 4468 25 A69-1303-555 6984 2016-09-19 08:00:00 39 -#> 4469 25 A69-1303-555 6986 2016-09-19 08:02:00 39 -#> 4470 25 A69-1303-555 6987 2016-09-19 08:04:00 39 -#> 4471 25 A69-1303-555 6988 2016-09-19 08:06:00 39 -#> 4472 25 A69-1303-555 6991 2016-09-19 08:08:00 39 -#> 4473 25 A69-1303-555 6993 2016-09-19 08:12:00 39 -#> 4474 25 A69-1303-555 6995 2016-09-19 18:42:00 11 -#> 4475 25 A69-1303-555 6996 2016-09-19 18:46:00 11 -#> 4476 25 A69-1303-555 6997 2016-09-19 18:48:00 11 -#> 4477 25 A69-1303-555 7000 2016-09-19 18:50:00 11 -#> 4478 25 A69-1303-555 7002 2016-09-19 18:52:00 11 -#> 4479 25 A69-1303-555 7004 2016-09-21 00:48:00 38 -#> 4480 25 A69-1303-555 7005 2016-09-21 00:54:00 38 -#> 4481 25 A69-1303-555 7006 2016-09-21 01:00:00 38 -#> 4482 25 A69-1303-555 7007 2016-09-21 01:04:00 38 -#> 4483 25 A69-1303-555 7008 2016-09-21 01:06:00 38 -#> 4484 25 A69-1303-555 7009 2016-09-21 01:08:00 38 -#> 4485 25 A69-1303-555 7010 2016-09-21 01:12:00 38 -#> 4486 25 A69-1303-555 7011 2016-09-21 01:14:00 38 -#> 4487 25 A69-1303-555 7012 2016-09-21 01:16:00 38 -#> 4488 25 A69-1303-555 7013 2016-09-21 01:18:00 38 -#> 4489 25 A69-1303-555 7015 2016-09-21 01:24:00 38 -#> 4490 25 A69-1303-555 7016 2016-09-21 01:28:00 38 -#> 4491 25 A69-1303-555 7017 2016-09-21 01:32:00 38 -#> 4492 25 A69-1303-555 7018 2016-09-21 01:38:00 38 -#> 4493 25 A69-1303-555 7019 2016-09-21 19:42:00 11 -#> 4494 25 A69-1303-555 7021 2016-09-21 19:44:00 11 -#> 4495 25 A69-1303-555 7023 2016-09-21 19:46:00 11 -#> 4496 25 A69-1303-555 7025 2016-09-21 19:48:00 11 -#> 4497 25 A69-1303-555 7026 2016-09-21 22:02:00 11 -#> 4498 25 A69-1303-555 7027 2016-09-21 22:08:00 11 -#> 4499 25 A69-1303-555 7028 2016-09-21 22:16:00 11 -#> 4500 25 A69-1303-555 7029 2016-09-21 22:30:00 11 -#> 4501 25 A69-1303-555 7031 2016-09-21 22:32:00 11 -#> 4502 25 A69-1303-555 7033 2016-09-21 22:34:00 11 -#> 4503 25 A69-1303-555 7034 2016-09-21 22:36:00 11 -#> 4504 25 A69-1303-555 7037 2016-09-21 22:38:00 11 -#> 4505 25 A69-1303-555 7039 2016-09-21 22:40:00 11 -#> 4506 25 A69-1303-555 7041 2016-09-21 22:42:00 11 -#> 4507 25 A69-1303-555 7043 2016-09-21 22:44:00 11 -#> 4508 25 A69-1303-555 7044 2016-09-21 22:46:00 11 -#> 4509 25 A69-1303-555 7045 2016-09-21 22:48:00 11 -#> 4510 25 A69-1303-555 7046 2016-09-21 22:50:00 11 -#> 4511 25 A69-1303-555 7047 2016-09-22 09:10:00 11 -#> 4512 25 A69-1303-555 7048 2016-09-22 09:22:00 11 -#> 4513 25 A69-1303-555 7050 2016-09-22 09:24:00 11 -#> 4514 25 A69-1303-555 7052 2016-09-22 09:26:00 11 -#> 4515 25 A69-1303-555 7053 2016-09-22 09:28:00 11 -#> 4516 25 A69-1303-555 7055 2016-09-22 09:30:00 11 -#> 4517 25 A69-1303-555 7056 2016-09-22 09:32:00 11 -#> 4518 25 A69-1303-555 7058 2016-09-22 09:34:00 11 -#> 4519 25 A69-1303-555 7060 2016-09-22 09:36:00 11 -#> 4520 25 A69-1303-555 7061 2016-09-22 09:38:00 11 -#> 4521 25 A69-1303-555 7063 2016-09-22 09:40:00 11 -#> 4522 25 A69-1303-555 7064 2016-09-22 09:42:00 11 -#> 4523 25 A69-1303-555 7065 2016-09-22 09:44:00 11 -#> 4524 25 A69-1303-555 7067 2016-09-22 09:46:00 11 -#> 4525 25 A69-1303-555 7070 2016-09-22 09:48:00 11 -#> 4526 25 A69-1303-555 7071 2016-09-22 09:50:00 11 -#> 4527 25 A69-1303-555 7073 2016-09-22 09:52:00 11 -#> 4528 25 A69-1303-555 7075 2016-09-22 09:54:00 11 -#> 4529 25 A69-1303-555 7077 2016-09-22 09:56:00 11 -#> 4530 25 A69-1303-555 7078 2016-09-22 09:58:00 11 -#> 4531 25 A69-1303-555 7079 2016-09-22 10:00:00 11 -#> 4532 25 A69-1303-555 7081 2016-09-22 10:02:00 11 -#> 4533 25 A69-1303-555 7082 2016-09-22 10:04:00 11 -#> 4534 25 A69-1303-555 7084 2016-09-22 10:06:00 11 -#> 4535 25 A69-1303-555 7087 2016-09-22 10:10:00 11 -#> 4536 25 A69-1303-555 7089 2016-09-22 10:12:00 11 -#> 4537 25 A69-1303-555 7091 2016-09-22 10:14:00 11 -#> 4538 25 A69-1303-555 7092 2016-09-22 10:20:00 11 -#> 4539 25 A69-1303-555 7093 2016-09-22 10:24:00 11 -#> 4540 25 A69-1303-555 7095 2016-09-22 10:26:00 11 -#> 4541 25 A69-1303-555 7098 2016-09-22 10:28:00 11 -#> 4542 25 A69-1303-555 7100 2016-09-22 10:30:00 11 -#> 4543 25 A69-1303-555 7101 2016-09-22 10:32:00 11 -#> 4544 25 A69-1303-555 7103 2016-09-22 10:36:00 11 -#> 4545 25 A69-1303-555 7105 2016-09-22 10:38:00 11 -#> 4546 25 A69-1303-555 7107 2016-09-22 10:40:00 11 -#> 4547 25 A69-1303-555 7109 2016-09-22 10:42:00 11 -#> 4548 25 A69-1303-555 7111 2016-09-22 10:44:00 11 -#> 4549 25 A69-1303-555 7113 2016-09-22 10:46:00 11 -#> 4550 25 A69-1303-555 7115 2016-09-22 10:48:00 11 -#> 4551 25 A69-1303-555 7116 2016-09-22 10:50:00 11 -#> 4552 25 A69-1303-555 7118 2016-09-22 10:52:00 11 -#> 4553 25 A69-1303-555 7120 2016-09-22 10:56:00 11 -#> 4554 25 A69-1303-555 7121 2016-09-22 10:58:00 11 -#> 4555 25 A69-1303-555 7122 2016-09-22 11:12:00 11 -#> 4556 25 A69-1303-555 7123 2016-09-22 11:14:00 11 -#> 4557 25 A69-1303-555 7125 2016-09-22 11:16:00 11 -#> 4558 25 A69-1303-555 7126 2016-09-22 11:18:00 11 -#> 4559 25 A69-1303-555 7129 2016-09-22 11:20:00 11 -#> 4560 25 A69-1303-555 7130 2016-09-22 11:22:00 11 -#> 4561 25 A69-1303-555 7132 2016-09-22 11:26:00 11 -#> 4562 25 A69-1303-555 7133 2016-09-23 03:56:00 38 -#> 4563 25 A69-1303-555 7134 2016-09-23 04:02:00 38 -#> 4564 25 A69-1303-555 7135 2016-09-23 04:04:00 38 -#> 4565 25 A69-1303-555 7136 2016-09-23 18:02:00 39 -#> 4566 25 A69-1303-555 7137 2016-09-23 18:10:00 39 -#> 4567 25 A69-1303-555 7138 2016-09-23 18:14:00 39 -#> 4568 25 A69-1303-555 7139 2016-09-23 18:18:00 39 -#> 4569 25 A69-1303-555 7140 2016-09-23 18:28:00 39 -#> 4570 25 A69-1303-555 7141 2016-09-23 18:44:00 39 -#> 4571 25 A69-1303-555 7142 2016-09-23 18:46:00 39 -#> 4572 25 A69-1303-555 7143 2016-09-23 18:52:00 39 -#> 4573 25 A69-1303-555 7145 2016-09-23 18:54:00 39 -#> 4574 25 A69-1303-555 7146 2016-09-23 18:56:00 39 -#> 4575 25 A69-1303-555 7148 2016-09-23 18:58:00 39 -#> 4576 25 A69-1303-555 7149 2016-09-23 19:00:00 39 -#> 4577 25 A69-1303-555 7151 2016-09-23 23:54:00 39 -#> 4578 25 A69-1303-555 7152 2016-09-23 23:56:00 39 -#> 4579 25 A69-1303-555 7153 2016-09-24 00:04:00 39 -#> 4580 25 A69-1303-555 7154 2016-09-24 00:06:00 39 -#> 4581 25 A69-1303-555 7155 2016-09-24 00:08:00 39 -#> 4582 25 A69-1303-555 7156 2016-09-24 00:12:00 39 -#> 4583 25 A69-1303-555 7157 2016-09-27 12:54:00 39 -#> 4584 25 A69-1303-555 7158 2016-09-27 12:56:00 39 -#> 4585 25 A69-1303-555 7160 2016-09-27 12:58:00 39 -#> 4586 25 A69-1303-555 7161 2016-09-27 13:00:00 39 -#> 4587 25 A69-1303-555 7163 2016-09-27 13:02:00 39 -#> 4588 25 A69-1303-555 7164 2016-09-27 13:04:00 39 -#> 4589 25 A69-1303-555 7166 2016-09-27 13:06:00 39 -#> 4590 25 A69-1303-555 7167 2016-09-27 15:06:00 39 -#> 4591 25 A69-1303-555 7168 2016-09-27 15:08:00 39 -#> 4592 25 A69-1303-555 7169 2016-09-27 15:10:00 39 -#> 4593 25 A69-1303-555 7172 2016-09-27 15:12:00 39 -#> 4594 25 A69-1303-555 7173 2016-09-27 17:20:00 39 -#> 4595 25 A69-1303-555 7174 2016-09-27 17:22:00 39 -#> 4596 25 A69-1303-555 7175 2016-09-27 17:24:00 39 -#> 4597 25 A69-1303-555 7178 2016-09-27 17:26:00 39 -#> 4598 25 A69-1303-555 7179 2016-09-27 17:28:00 39 -#> 4599 25 A69-1303-555 7180 2016-09-27 17:30:00 39 -#> 4600 25 A69-1303-555 7181 2016-09-27 17:32:00 39 -#> 4601 25 A69-1303-555 7182 2016-09-27 17:34:00 39 -#> 4602 25 A69-1303-555 7183 2016-09-27 17:36:00 39 -#> 4603 25 A69-1303-555 7185 2016-09-27 17:38:00 39 -#> 4604 25 A69-1303-555 7187 2016-09-27 17:44:00 39 -#> 4605 25 A69-1303-555 7188 2016-09-27 17:50:00 39 -#> 4606 25 A69-1303-555 7189 2016-09-27 18:00:00 39 -#> 4607 25 A69-1303-555 7191 2016-09-27 18:02:00 39 -#> 4608 25 A69-1303-555 7193 2016-09-27 18:36:00 39 -#> 4609 25 A69-1303-555 7194 2016-09-27 18:40:00 39 -#> 4610 25 A69-1303-555 7195 2016-09-27 18:44:00 39 -#> 4611 25 A69-1303-555 7196 2016-09-28 13:06:00 39 -#> 4612 25 A69-1303-555 7197 2016-09-28 13:08:00 39 -#> 4613 25 A69-1303-555 7198 2016-09-28 13:10:00 39 -#> 4614 25 A69-1303-555 7199 2016-09-28 13:12:00 39 -#> 4615 25 A69-1303-555 7201 2016-09-28 13:14:00 39 -#> 4616 25 A69-1303-555 7203 2016-09-28 13:18:00 39 -#> 4617 25 A69-1303-555 7205 2016-09-28 13:20:00 39 -#> 4618 25 A69-1303-555 7207 2016-09-28 13:24:00 39 -#> 4619 25 A69-1303-555 7208 2016-09-28 13:26:00 39 -#> 4620 25 A69-1303-555 7209 2016-09-28 13:28:00 39 -#> 4621 25 A69-1303-555 7211 2016-09-28 13:40:00 39 -#> 4622 25 A69-1303-555 7212 2016-09-28 20:00:00 39 -#> 4623 25 A69-1303-555 7213 2016-09-28 20:18:00 39 -#> 4624 25 A69-1303-555 7215 2016-09-28 20:20:00 39 -#> 4625 25 A69-1303-555 7216 2016-09-30 10:02:00 39 -#> 4626 25 A69-1303-555 7217 2016-09-30 10:12:00 39 -#> 4627 25 A69-1303-555 7218 2016-09-30 10:14:00 39 -#> 4628 25 A69-1303-555 7219 2016-09-30 10:16:00 39 -#> 4629 25 A69-1303-555 7220 2016-09-30 10:18:00 39 -#> 4630 25 A69-1303-555 7221 2016-09-30 10:32:00 39 -#> 4631 25 A69-1303-555 7222 2016-09-30 16:20:00 39 -#> 4632 25 A69-1303-555 7223 2016-09-30 16:28:00 39 -#> 4633 25 A69-1303-555 7224 2016-09-30 18:12:00 39 -#> 4634 25 A69-1303-555 7225 2016-09-30 18:14:00 39 -#> 4635 25 A69-1303-555 7226 2016-09-30 18:18:00 39 -#> 4636 25 A69-1303-555 7227 2016-10-01 04:00:00 39 -#> 4637 25 A69-1303-555 7228 2016-10-01 04:06:00 39 -#> 4638 25 A69-1303-555 7230 2016-10-01 04:08:00 39 -#> 4639 25 A69-1303-555 7231 2016-10-01 04:12:00 39 -#> 4640 25 A69-1303-555 7233 2016-10-01 04:16:00 39 -#> 4641 25 A69-1303-555 7235 2016-10-01 04:18:00 39 -#> 4642 25 A69-1303-555 7236 2016-10-01 04:20:00 39 -#> 4643 25 A69-1303-555 7237 2016-10-02 03:54:00 39 -#> 4644 25 A69-1303-555 7238 2016-10-02 03:58:00 39 -#> 4645 25 A69-1303-555 7239 2016-10-02 15:56:00 39 -#> 4646 25 A69-1303-555 7240 2016-10-02 16:00:00 39 -#> 4647 25 A69-1303-555 7241 2016-10-02 16:02:00 39 -#> 4648 25 A69-1303-555 7242 2016-10-02 16:04:00 39 -#> 4649 25 A69-1303-555 7243 2016-10-02 16:06:00 39 -#> 4650 25 A69-1303-555 7245 2016-10-02 16:08:00 39 -#> 4651 25 A69-1303-555 7247 2016-10-02 16:10:00 39 -#> 4652 25 A69-1303-555 7248 2016-10-02 16:12:00 39 -#> 4653 25 A69-1303-555 7250 2016-10-02 16:14:00 39 -#> 4654 25 A69-1303-555 7252 2016-10-03 05:50:00 39 -#> 4655 25 A69-1303-555 7253 2016-10-03 05:58:00 39 -#> 4656 25 A69-1303-555 7254 2016-10-03 06:02:00 39 -#> 4657 25 A69-1303-555 7256 2016-10-03 06:12:00 39 -#> 4658 25 A69-1303-555 7257 2016-10-03 06:56:00 39 -#> 4659 25 A69-1303-555 7258 2016-10-03 07:00:00 39 -#> 4660 25 A69-1303-555 7260 2016-10-03 07:02:00 39 -#> 4661 25 A69-1303-555 7262 2016-10-03 07:04:00 39 -#> 4662 25 A69-1303-555 7264 2016-10-03 07:06:00 39 -#> 4663 25 A69-1303-555 7265 2016-10-03 07:08:00 39 -#> 4664 25 A69-1303-555 7267 2016-10-03 07:10:00 39 -#> 4665 25 A69-1303-555 7268 2016-10-03 07:12:00 39 -#> 4666 25 A69-1303-555 7269 2016-10-03 07:14:00 39 -#> 4667 25 A69-1303-555 7271 2016-10-04 18:04:00 39 -#> 4668 25 A69-1303-555 7273 2016-10-04 18:10:00 39 -#> 4669 25 A69-1303-555 7275 2016-10-04 18:12:00 39 -#> 4670 25 A69-1303-555 7276 2016-10-04 18:14:00 39 -#> 4671 25 A69-1303-555 7279 2016-10-04 18:16:00 39 -#> 4672 25 A69-1303-555 7280 2016-10-04 18:18:00 39 -#> 4673 25 A69-1303-555 7282 2016-10-04 18:20:00 39 -#> 4674 25 A69-1303-555 7284 2016-10-04 18:22:00 39 -#> 4675 25 A69-1303-555 7285 2016-10-04 18:24:00 39 -#> 4676 25 A69-1303-555 7287 2016-10-04 18:26:00 39 -#> 4677 25 A69-1303-555 7289 2016-10-04 18:28:00 39 -#> 4678 25 A69-1303-555 7291 2016-10-04 18:30:00 39 -#> 4679 25 A69-1303-555 7293 2016-10-04 18:32:00 39 -#> 4680 25 A69-1303-555 7294 2016-10-04 18:34:00 39 -#> 4681 25 A69-1303-555 7296 2016-10-04 18:36:00 39 -#> 4682 25 A69-1303-555 7297 2016-10-04 18:38:00 39 -#> 4683 25 A69-1303-555 7298 2016-10-04 18:42:00 39 -#> 4684 25 A69-1303-555 7299 2016-10-04 18:44:00 39 -#> 4685 25 A69-1303-555 7302 2016-10-04 18:46:00 39 -#> 4686 25 A69-1303-555 7303 2016-10-04 18:48:00 39 -#> 4687 25 A69-1303-555 7305 2016-10-04 18:50:00 39 -#> 4688 25 A69-1303-555 7307 2016-10-04 18:52:00 39 -#> 4689 25 A69-1303-555 7309 2016-10-04 18:54:00 39 -#> 4690 25 A69-1303-555 7310 2016-10-04 18:56:00 39 -#> 4691 25 A69-1303-555 7313 2016-10-04 18:58:00 39 -#> 4692 25 A69-1303-555 7314 2016-10-04 19:00:00 39 -#> 4693 25 A69-1303-555 7316 2016-10-04 19:02:00 39 -#> 4694 25 A69-1303-555 7318 2016-10-04 19:04:00 39 -#> 4695 25 A69-1303-555 7319 2016-10-04 19:06:00 39 -#> 4696 25 A69-1303-555 7320 2016-10-04 19:08:00 39 -#> 4697 25 A69-1303-555 7322 2016-10-04 19:10:00 39 -#> 4698 25 A69-1303-555 7324 2016-10-04 19:12:00 39 -#> 4699 25 A69-1303-555 7327 2016-10-04 19:16:00 39 -#> 4700 25 A69-1303-555 7328 2016-10-04 19:18:00 39 -#> 4701 25 A69-1303-555 7330 2016-10-04 19:22:00 39 -#> 4702 25 A69-1303-555 7331 2016-10-04 19:24:00 39 -#> 4703 25 A69-1303-555 7332 2016-10-04 19:26:00 39 -#> 4704 25 A69-1303-555 7333 2016-10-04 19:28:00 39 -#> 4705 25 A69-1303-555 7334 2016-10-04 19:30:00 39 -#> 4706 25 A69-1303-555 7336 2016-10-04 19:32:00 39 -#> 4707 25 A69-1303-555 7338 2016-10-04 19:34:00 39 -#> 4708 25 A69-1303-555 7339 2016-10-04 19:36:00 39 -#> 4709 25 A69-1303-555 7340 2016-10-04 19:38:00 39 -#> 4710 25 A69-1303-555 7342 2016-10-04 19:40:00 39 -#> 4711 25 A69-1303-555 7344 2016-10-04 19:42:00 39 -#> 4712 25 A69-1303-555 7346 2016-10-04 19:44:00 39 -#> 4713 25 A69-1303-555 7347 2016-10-04 19:46:00 39 -#> 4714 25 A69-1303-555 7348 2016-10-04 19:48:00 39 -#> 4715 25 A69-1303-555 7349 2016-10-04 19:52:00 39 -#> 4716 25 A69-1303-555 7350 2016-10-04 19:54:00 39 -#> 4717 25 A69-1303-555 7351 2016-10-04 19:56:00 39 -#> 4718 25 A69-1303-555 7352 2016-10-04 19:58:00 39 -#> 4719 25 A69-1303-555 7354 2016-10-04 20:00:00 39 -#> 4720 25 A69-1303-555 7355 2016-10-04 20:02:00 39 -#> 4721 25 A69-1303-555 7356 2016-10-06 03:22:00 39 -#> 4722 25 A69-1303-555 7357 2016-10-06 03:32:00 39 -#> 4723 25 A69-1303-555 7358 2016-10-06 03:34:00 39 -#> 4724 25 A69-1303-555 7359 2016-10-06 03:36:00 39 -#> 4725 25 A69-1303-555 7360 2016-10-06 03:38:00 39 -#> 4726 25 A69-1303-555 7361 2016-10-06 15:14:00 39 -#> 4727 25 A69-1303-555 7362 2016-10-06 15:16:00 39 -#> 4728 25 A69-1303-555 7364 2016-10-06 15:18:00 39 -#> 4729 25 A69-1303-555 7366 2016-10-06 15:28:00 39 -#> 4730 25 A69-1303-555 7367 2016-10-06 15:30:00 39 -#> 4731 25 A69-1303-555 7368 2016-10-06 15:32:00 39 -#> 4732 25 A69-1303-555 7369 2016-10-06 15:42:00 39 -#> 4733 25 A69-1303-555 7370 2016-10-06 15:44:00 39 -#> 4734 25 A69-1303-555 7372 2016-10-06 15:46:00 39 -#> 4735 25 A69-1303-555 7373 2016-10-06 15:54:00 39 -#> 4736 25 A69-1303-555 7374 2016-10-06 15:58:00 39 -#> 4737 25 A69-1303-555 7375 2016-10-06 19:28:00 29 -#> 4738 25 A69-1303-555 7377 2016-10-06 19:36:00 29 -#> 4739 25 A69-1303-555 7378 2016-10-07 10:12:00 29 -#> 4740 25 A69-1303-555 7379 2016-10-07 10:20:00 29 -#> 4741 25 A69-1303-555 7381 2016-10-07 10:28:00 29 -#> 4742 25 A69-1303-555 7382 2016-10-07 10:32:00 29 -#> 4743 25 A69-1303-555 7383 2016-10-07 10:34:00 29 -#> 4744 25 A69-1303-555 7385 2016-10-07 10:36:00 29 -#> 4745 25 A69-1303-555 7386 2016-10-07 10:38:00 29 -#> 4746 25 A69-1303-555 7388 2016-10-07 10:40:00 29 -#> 4747 25 A69-1303-555 7389 2016-10-07 10:42:00 29 -#> 4748 25 A69-1303-555 7390 2016-10-07 10:44:00 29 -#> 4749 25 A69-1303-555 7391 2016-10-07 10:46:00 29 -#> 4750 25 A69-1303-555 7392 2016-10-07 10:48:00 29 -#> 4751 25 A69-1303-555 7393 2016-10-07 10:52:00 29 -#> 4752 25 A69-1303-555 7394 2016-10-07 11:42:00 29 -#> 4753 25 A69-1303-555 7396 2016-10-07 11:44:00 29 -#> 4754 25 A69-1303-555 7398 2016-10-07 11:46:00 29 -#> 4755 25 A69-1303-555 7399 2016-10-07 11:48:00 29 -#> 4756 25 A69-1303-555 7400 2016-10-07 11:50:00 29 -#> 4757 25 A69-1303-555 7401 2016-10-07 11:52:00 29 -#> 4758 25 A69-1303-555 7403 2016-10-07 11:54:00 29 -#> 4759 25 A69-1303-555 7404 2016-10-07 11:56:00 29 -#> 4760 25 A69-1303-555 7405 2016-10-07 12:02:00 29 -#> 4761 25 A69-1303-555 7407 2016-10-07 12:04:00 29 -#> 4762 25 A69-1303-555 7408 2016-10-07 12:06:00 29 -#> 4763 25 A69-1303-555 7410 2016-10-07 12:08:00 29 -#> 4764 25 A69-1303-555 7411 2016-10-07 12:10:00 29 -#> 4765 25 A69-1303-555 7413 2016-10-07 12:12:00 29 -#> 4766 25 A69-1303-555 7415 2016-10-07 12:14:00 29 -#> 4767 25 A69-1303-555 7417 2016-10-07 12:16:00 29 -#> 4768 25 A69-1303-555 7418 2016-10-07 12:18:00 29 -#> 4769 25 A69-1303-555 7420 2016-10-07 12:20:00 29 -#> 4770 25 A69-1303-555 7423 2016-10-07 12:22:00 29 -#> 4771 25 A69-1303-555 7424 2016-10-07 12:26:00 29 -#> 4772 25 A69-1303-555 7425 2016-10-07 12:28:00 29 -#> 4773 25 A69-1303-555 7427 2016-10-07 12:30:00 29 -#> 4774 25 A69-1303-555 7429 2016-10-07 12:32:00 29 -#> 4775 25 A69-1303-555 7431 2016-10-07 12:34:00 29 -#> 4776 25 A69-1303-555 7433 2016-10-07 12:36:00 29 -#> 4777 25 A69-1303-555 7434 2016-10-07 12:38:00 29 -#> 4778 25 A69-1303-555 7435 2016-10-07 12:40:00 29 -#> 4779 25 A69-1303-555 7436 2016-10-07 12:42:00 29 -#> 4780 25 A69-1303-555 7438 2016-10-07 12:44:00 29 -#> 4781 25 A69-1303-555 7439 2016-10-07 12:46:00 29 -#> 4782 25 A69-1303-555 7440 2016-10-07 12:48:00 29 -#> 4783 25 A69-1303-555 7442 2016-10-07 12:50:00 29 -#> 4784 25 A69-1303-555 7444 2016-10-07 12:52:00 29 -#> 4785 25 A69-1303-555 7446 2016-10-07 12:56:00 29 -#> 4786 25 A69-1303-555 7448 2016-10-07 12:58:00 29 -#> 4787 25 A69-1303-555 7449 2016-10-07 13:02:00 29 -#> 4788 25 A69-1303-555 7450 2016-10-07 13:06:00 29 -#> 4789 25 A69-1303-555 7451 2016-10-08 13:42:00 29 -#> 4790 25 A69-1303-555 7452 2016-10-08 13:46:00 29 -#> 4791 25 A69-1303-555 7454 2016-10-08 13:50:00 29 -#> 4792 25 A69-1303-555 7455 2016-10-08 13:52:00 29 -#> 4793 25 A69-1303-555 7456 2016-10-08 13:54:00 29 -#> 4794 25 A69-1303-555 7458 2016-10-08 13:56:00 29 -#> 4795 25 A69-1303-555 7460 2016-10-08 13:58:00 29 -#> 4796 25 A69-1303-555 7462 2016-10-08 14:00:00 29 -#> 4797 25 A69-1303-555 7464 2016-10-08 14:02:00 29 -#> 4798 25 A69-1303-555 7466 2016-10-08 14:04:00 29 -#> 4799 25 A69-1303-555 7468 2016-10-08 14:06:00 29 -#> 4800 25 A69-1303-555 7469 2016-10-08 14:08:00 29 -#> 4801 25 A69-1303-555 7471 2016-10-08 14:10:00 29 -#> 4802 25 A69-1303-555 7473 2016-10-08 14:12:00 29 -#> 4803 25 A69-1303-555 7474 2016-10-08 14:14:00 29 -#> 4804 25 A69-1303-555 7476 2016-10-08 14:16:00 29 -#> 4805 25 A69-1303-555 7477 2016-10-08 14:18:00 29 -#> 4806 25 A69-1303-555 7479 2016-10-08 14:20:00 29 -#> 4807 25 A69-1303-555 7480 2016-10-08 14:22:00 29 -#> 4808 25 A69-1303-555 7481 2016-10-08 14:26:00 29 -#> 4809 25 A69-1303-555 7482 2016-10-08 14:28:00 29 -#> 4810 25 A69-1303-555 7483 2016-10-08 23:36:00 29 -#> 4811 25 A69-1303-555 7484 2016-10-08 23:38:00 29 -#> 4812 25 A69-1303-555 7485 2016-10-08 23:40:00 29 -#> 4813 25 A69-1303-555 7486 2016-10-08 23:42:00 29 -#> 4814 25 A69-1303-555 7488 2016-10-08 23:44:00 29 -#> 4815 25 A69-1303-555 7489 2016-10-08 23:46:00 29 -#> 4816 25 A69-1303-555 7490 2016-10-08 23:48:00 29 -#> 4817 25 A69-1303-555 7493 2016-10-08 23:50:00 29 -#> 4818 25 A69-1303-555 7495 2016-10-08 23:52:00 29 -#> 4819 25 A69-1303-555 7497 2016-10-08 23:54:00 29 -#> 4820 25 A69-1303-555 7498 2016-10-08 23:56:00 29 -#> 4821 25 A69-1303-555 7500 2016-10-08 23:58:00 29 -#> 4822 25 A69-1303-555 7502 2016-10-09 00:00:00 29 -#> 4823 25 A69-1303-555 7503 2016-10-09 00:04:00 29 -#> 4824 25 A69-1303-555 7505 2016-10-09 00:06:00 29 -#> 4825 25 A69-1303-555 7507 2016-10-09 00:08:00 29 -#> 4826 25 A69-1303-555 7509 2016-10-09 00:10:00 29 -#> 4827 25 A69-1303-555 7510 2016-10-09 00:12:00 29 -#> 4828 25 A69-1303-555 7512 2016-10-09 00:14:00 29 -#> 4829 25 A69-1303-555 7514 2016-10-09 00:16:00 29 -#> 4830 25 A69-1303-555 7516 2016-10-09 00:18:00 29 -#> 4831 25 A69-1303-555 7518 2016-10-09 00:20:00 29 -#> 4832 25 A69-1303-555 7520 2016-10-09 11:32:00 39 -#> 4833 25 A69-1303-555 7521 2016-10-09 11:40:00 39 -#> 4834 25 A69-1303-555 7522 2016-10-09 15:20:00 39 -#> 4835 25 A69-1303-555 7523 2016-10-09 15:22:00 39 -#> 4836 25 A69-1303-555 7524 2016-10-09 15:24:00 39 -#> 4837 25 A69-1303-555 7525 2016-10-09 15:26:00 39 -#> 4838 25 A69-1303-555 7527 2016-10-09 15:28:00 39 -#> 4839 25 A69-1303-555 7528 2016-10-09 15:36:00 39 -#> 4840 25 A69-1303-555 7529 2016-10-09 15:38:00 39 -#> 4841 25 A69-1303-555 7530 2016-10-09 15:40:00 39 -#> 4842 25 A69-1303-555 7531 2016-10-09 15:42:00 39 -#> 4843 25 A69-1303-555 7533 2016-10-09 15:44:00 39 -#> 4844 25 A69-1303-555 7535 2016-10-09 15:46:00 39 -#> 4845 25 A69-1303-555 7537 2016-10-09 15:50:00 39 -#> 4846 25 A69-1303-555 7538 2016-10-09 15:52:00 39 -#> 4847 25 A69-1303-555 7539 2016-10-09 15:54:00 39 -#> 4848 25 A69-1303-555 7541 2016-10-09 20:38:00 39 -#> 4849 25 A69-1303-555 7542 2016-10-09 20:40:00 39 -#> 4850 25 A69-1303-555 7545 2016-10-09 20:42:00 39 -#> 4851 25 A69-1303-555 7547 2016-10-09 20:44:00 39 -#> 4852 25 A69-1303-555 7549 2016-10-09 20:46:00 39 -#> 4853 25 A69-1303-555 7551 2016-10-09 20:48:00 39 -#> 4854 25 A69-1303-555 7552 2016-10-09 20:50:00 39 -#> 4855 25 A69-1303-555 7554 2016-10-09 20:52:00 39 -#> 4856 25 A69-1303-555 7556 2016-10-09 20:54:00 39 -#> 4857 25 A69-1303-555 7558 2016-10-09 20:56:00 39 -#> 4858 25 A69-1303-555 7559 2016-10-09 20:58:00 39 -#> 4859 25 A69-1303-555 7561 2016-10-09 21:00:00 39 -#> 4860 25 A69-1303-555 7562 2016-10-09 21:02:00 39 -#> 4861 25 A69-1303-555 7563 2016-10-09 21:04:00 39 -#> 4862 25 A69-1303-555 7564 2016-10-09 21:06:00 39 -#> 4863 25 A69-1303-555 7565 2016-10-10 00:08:00 39 -#> 4864 25 A69-1303-555 7567 2016-10-10 00:10:00 39 -#> 4865 25 A69-1303-555 7568 2016-10-10 00:12:00 39 -#> 4866 25 A69-1303-555 7570 2016-10-10 00:16:00 39 -#> 4867 25 A69-1303-555 7572 2016-10-10 00:18:00 39 -#> 4868 25 A69-1303-555 7573 2016-10-10 00:20:00 39 -#> 4869 25 A69-1303-555 7574 2016-10-10 00:22:00 39 -#> 4870 25 A69-1303-555 7576 2016-10-10 00:24:00 39 -#> 4871 25 A69-1303-555 7577 2016-10-10 00:26:00 39 -#> 4872 25 A69-1303-555 7578 2016-10-10 00:28:00 39 -#> 4873 25 A69-1303-555 7580 2016-10-10 00:30:00 39 -#> 4874 25 A69-1303-555 7581 2016-10-10 00:32:00 39 -#> 4875 25 A69-1303-555 7582 2016-10-10 00:34:00 39 -#> 4876 25 A69-1303-555 7584 2016-10-10 00:36:00 39 -#> 4877 25 A69-1303-555 7586 2016-10-10 00:38:00 39 -#> 4878 25 A69-1303-555 7587 2016-10-10 00:40:00 39 -#> 4879 25 A69-1303-555 7589 2016-10-10 00:42:00 39 -#> 4880 25 A69-1303-555 7592 2016-10-10 00:44:00 39 -#> 4881 25 A69-1303-555 7593 2016-10-10 00:46:00 39 -#> 4882 25 A69-1303-555 7594 2016-10-10 00:48:00 39 -#> 4883 25 A69-1303-555 7595 2016-10-10 01:00:00 39 -#> 4884 25 A69-1303-555 7596 2016-10-10 01:10:00 39 -#> 4885 25 A69-1303-555 7598 2016-10-10 01:12:00 39 -#> 4886 25 A69-1303-555 7600 2016-10-10 01:14:00 39 -#> 4887 25 A69-1303-555 7601 2016-10-10 01:16:00 39 -#> 4888 25 A69-1303-555 7602 2016-10-10 01:18:00 39 -#> 4889 25 A69-1303-555 7605 2016-10-10 01:20:00 39 -#> 4890 25 A69-1303-555 7607 2016-10-10 01:24:00 39 -#> 4891 25 A69-1303-555 7608 2016-10-10 01:28:00 39 -#> 4892 25 A69-1303-555 7609 2016-10-10 01:30:00 39 -#> 4893 25 A69-1303-555 7611 2016-10-10 01:34:00 39 -#> 4894 25 A69-1303-555 7612 2016-10-10 01:36:00 39 -#> 4895 25 A69-1303-555 7614 2016-10-10 01:38:00 39 -#> 4896 25 A69-1303-555 7615 2016-10-10 01:40:00 39 -#> 4897 25 A69-1303-555 7616 2016-10-11 09:30:00 39 -#> 4898 25 A69-1303-555 7619 2016-10-11 09:32:00 39 -#> 4899 25 A69-1303-555 7620 2016-10-11 09:40:00 39 -#> 4900 25 A69-1303-555 7621 2016-10-11 09:42:00 39 -#> 4901 25 A69-1303-555 7622 2016-10-11 09:50:00 39 -#> 4902 25 A69-1303-555 7624 2016-10-11 09:52:00 39 -#> 4903 25 A69-1303-555 7626 2016-10-11 09:54:00 39 -#> 4904 25 A69-1303-555 7628 2016-10-11 09:56:00 39 -#> 4905 25 A69-1303-555 7630 2016-10-11 09:58:00 39 -#> 4906 25 A69-1303-555 7631 2016-10-11 10:00:00 39 -#> 4907 25 A69-1303-555 7634 2016-10-11 10:02:00 39 -#> 4908 25 A69-1303-555 7635 2016-10-11 10:04:00 39 -#> 4909 25 A69-1303-555 7636 2016-10-11 10:06:00 39 -#> 4910 25 A69-1303-555 7637 2016-10-11 21:36:00 39 -#> 4911 25 A69-1303-555 7639 2016-10-11 21:44:00 39 -#> 4912 25 A69-1303-555 7640 2016-10-11 21:48:00 39 -#> 4913 25 A69-1303-555 7641 2016-10-11 21:50:00 39 -#> 4914 25 A69-1303-555 7643 2016-10-11 21:56:00 39 -#> 4915 25 A69-1303-555 7644 2016-10-11 22:00:00 39 -#> 4916 25 A69-1303-555 7645 2016-10-12 08:30:00 39 -#> 4917 25 A69-1303-555 7646 2016-10-12 08:32:00 39 -#> 4918 25 A69-1303-555 7648 2016-10-12 08:34:00 39 -#> 4919 25 A69-1303-555 7650 2016-10-12 08:36:00 39 -#> 4920 25 A69-1303-555 7652 2016-10-12 08:42:00 39 -#> 4921 25 A69-1303-555 7653 2016-10-12 08:46:00 39 -#> 4922 25 A69-1303-555 7654 2016-10-12 08:48:00 39 -#> 4923 25 A69-1303-555 7655 2016-10-12 08:50:00 39 -#> 4924 25 A69-1303-555 7657 2016-10-12 08:54:00 39 -#> 4925 25 A69-1303-555 7658 2016-10-13 17:18:00 39 -#> 4926 25 A69-1303-555 7659 2016-10-13 17:24:00 39 -#> 4927 25 A69-1303-555 7661 2016-10-13 17:26:00 39 -#> 4928 25 A69-1303-555 7663 2016-10-13 17:28:00 39 -#> 4929 25 A69-1303-555 7664 2016-10-13 17:30:00 39 -#> 4930 25 A69-1303-555 7665 2016-10-13 17:32:00 39 -#> 4931 25 A69-1303-555 7666 2016-10-13 17:34:00 39 -#> 4932 25 A69-1303-555 7668 2016-10-13 17:36:00 39 -#> 4933 25 A69-1303-555 7670 2016-10-13 17:40:00 39 -#> 4934 25 A69-1303-555 7671 2016-10-13 17:42:00 39 -#> 4935 25 A69-1303-555 7672 2016-10-13 17:44:00 39 -#> 4936 25 A69-1303-555 7674 2016-10-13 17:46:00 39 -#> 4937 25 A69-1303-555 7675 2016-10-14 00:28:00 39 -#> 4938 25 A69-1303-555 7676 2016-10-14 00:30:00 39 -#> 4939 25 A69-1303-555 7678 2016-10-14 00:32:00 39 -#> 4940 25 A69-1303-555 7679 2016-10-14 00:34:00 39 -#> 4941 25 A69-1303-555 7680 2016-10-14 00:36:00 39 -#> 4942 25 A69-1303-555 7681 2016-10-14 00:38:00 39 -#> 4943 25 A69-1303-555 7683 2016-10-14 00:42:00 39 -#> 4944 25 A69-1303-555 7684 2016-10-14 00:44:00 39 -#> 4945 25 A69-1303-555 7686 2016-10-14 00:46:00 39 -#> 4946 25 A69-1303-555 7688 2016-10-14 00:48:00 39 -#> 4947 25 A69-1303-555 7689 2016-10-14 00:50:00 39 -#> 4948 25 A69-1303-555 7691 2016-10-14 00:54:00 39 -#> 4949 25 A69-1303-555 7693 2016-10-14 00:56:00 39 -#> 4950 25 A69-1303-555 7695 2016-10-14 00:58:00 39 -#> 4951 25 A69-1303-555 7697 2016-10-14 01:00:00 39 -#> 4952 25 A69-1303-555 7699 2016-10-14 01:02:00 39 -#> 4953 25 A69-1303-555 7700 2016-10-14 01:04:00 39 -#> 4954 25 A69-1303-555 7702 2016-10-14 01:06:00 39 -#> 4955 25 A69-1303-555 7703 2016-10-14 01:10:00 39 -#> 4956 25 A69-1303-555 7704 2016-10-14 01:12:00 39 -#> 4957 25 A69-1303-555 7705 2016-10-14 01:14:00 39 -#> 4958 25 A69-1303-555 7707 2016-10-14 01:22:00 39 -#> 4959 25 A69-1303-555 7710 2016-10-14 01:24:00 39 -#> 4960 25 A69-1303-555 7711 2016-10-15 17:04:00 11 -#> 4961 25 A69-1303-555 7713 2016-10-15 17:06:00 11 -#> 4962 25 A69-1303-555 7714 2016-10-15 17:14:00 11 -#> 4963 25 A69-1303-555 7715 2016-10-15 17:24:00 11 -#> 4964 25 A69-1303-555 7716 2016-10-15 17:28:00 11 -#> 4965 25 A69-1303-555 7717 2016-10-15 17:34:00 11 -#> 4966 25 A69-1303-555 7718 2016-10-15 17:38:00 11 -#> 4967 25 A69-1303-555 7721 2016-10-15 17:40:00 11 -#> 4968 25 A69-1303-555 7722 2016-10-15 17:42:00 11 -#> 4969 25 A69-1303-555 7723 2016-10-15 17:44:00 11 -#> 4970 25 A69-1303-555 7725 2016-10-15 17:50:00 11 -#> 4971 25 A69-1303-555 7727 2016-10-15 17:54:00 11 -#> 4972 25 A69-1303-555 7729 2016-10-15 17:58:00 11 -#> 4973 25 A69-1303-555 7730 2016-10-15 18:00:00 11 -#> 4974 25 A69-1303-555 7732 2016-10-15 18:02:00 11 -#> 4975 25 A69-1303-555 7733 2016-10-15 18:04:00 11 -#> 4976 25 A69-1303-555 7734 2016-10-15 18:06:00 11 -#> 4977 25 A69-1303-555 7736 2016-10-15 18:08:00 11 -#> 4978 25 A69-1303-555 7737 2016-10-15 18:10:00 11 -#> 4979 25 A69-1303-555 7739 2016-10-15 18:12:00 11 -#> 4980 25 A69-1303-555 7741 2016-10-15 18:14:00 11 -#> 4981 25 A69-1303-555 7744 2016-10-15 18:16:00 11 -#> 4982 25 A69-1303-555 7745 2016-10-15 18:18:00 11 -#> 4983 25 A69-1303-555 7747 2016-10-15 18:20:00 11 -#> 4984 25 A69-1303-555 7749 2016-10-15 18:22:00 11 -#> 4985 25 A69-1303-555 7750 2016-10-15 18:24:00 11 -#> 4986 25 A69-1303-555 7752 2016-10-15 18:26:00 11 -#> 4987 25 A69-1303-555 7754 2016-10-15 18:28:00 11 -#> 4988 25 A69-1303-555 7757 2016-10-15 18:30:00 11 -#> 4989 25 A69-1303-555 7758 2016-10-15 18:32:00 11 -#> 4990 25 A69-1303-555 7760 2016-10-15 18:34:00 11 -#> 4991 25 A69-1303-555 7762 2016-10-15 18:36:00 11 -#> 4992 25 A69-1303-555 7764 2016-10-15 18:38:00 11 -#> 4993 25 A69-1303-555 7765 2016-10-15 18:40:00 11 -#> 4994 25 A69-1303-555 7767 2016-10-15 18:42:00 11 -#> 4995 25 A69-1303-555 7769 2016-10-15 18:44:00 11 -#> 4996 25 A69-1303-555 7771 2016-10-15 18:46:00 11 -#> 4997 25 A69-1303-555 7772 2016-10-15 18:48:00 11 -#> 4998 25 A69-1303-555 7773 2016-10-15 18:50:00 11 -#> 4999 25 A69-1303-555 7775 2016-10-15 18:52:00 11 -#> 5000 25 A69-1303-555 7777 2016-10-15 18:54:00 11 -#> 5001 25 A69-1303-555 7779 2016-10-15 18:56:00 11 -#> 5002 25 A69-1303-555 7780 2016-10-15 18:58:00 11 -#> 5003 25 A69-1303-555 7783 2016-10-15 19:00:00 11 -#> 5004 25 A69-1303-555 7785 2016-10-15 19:02:00 11 -#> 5005 25 A69-1303-555 7787 2016-10-15 19:04:00 11 -#> 5006 25 A69-1303-555 7791 2016-10-15 19:06:00 11 -#> 5007 25 A69-1303-555 7793 2016-10-15 19:08:00 11 -#> 5008 25 A69-1303-555 7795 2016-10-15 19:10:00 11 -#> 5009 25 A69-1303-555 7798 2016-10-15 19:12:00 11 -#> 5010 25 A69-1303-555 7800 2016-10-15 19:14:00 11 -#> 5011 25 A69-1303-555 7801 2016-10-15 19:16:00 11 -#> 5012 25 A69-1303-555 7802 2016-10-15 19:22:00 11 -#> 5013 25 A69-1303-555 7804 2016-10-15 19:24:00 11 -#> 5014 25 A69-1303-555 7805 2016-10-15 19:36:00 11 -#> 5015 25 A69-1303-555 7806 2016-10-15 19:40:00 11 -#> 5016 25 A69-1303-555 7807 2016-10-15 19:44:00 11 -#> 5017 25 A69-1303-555 7808 2016-10-15 19:46:00 11 -#> 5018 25 A69-1303-555 7810 2016-10-15 19:48:00 11 -#> 5019 25 A69-1303-555 7811 2016-10-15 19:50:00 11 -#> 5020 25 A69-1303-555 7814 2016-10-15 19:52:00 11 -#> 5021 25 A69-1303-555 7815 2016-10-15 19:54:00 11 -#> 5022 25 A69-1303-555 7817 2016-10-15 19:56:00 11 -#> 5023 25 A69-1303-555 7818 2016-10-15 19:58:00 11 -#> 5024 25 A69-1303-555 7820 2016-10-15 20:00:00 11 -#> 5025 25 A69-1303-555 7821 2016-10-15 20:02:00 11 -#> 5026 25 A69-1303-555 7823 2016-10-15 20:04:00 11 -#> 5027 25 A69-1303-555 7824 2016-10-15 20:16:00 11 -#> 5028 25 A69-1303-555 7825 2016-10-15 20:18:00 11 -#> 5029 25 A69-1303-555 7826 2016-10-15 20:28:00 11 -#> 5030 25 A69-1303-555 7827 2016-10-15 20:34:00 11 -#> 5031 25 A69-1303-555 7828 2016-10-16 08:36:00 39 -#> 5032 25 A69-1303-555 7829 2016-10-16 08:38:00 39 -#> 5033 25 A69-1303-555 7830 2016-10-16 08:42:00 39 -#> 5034 25 A69-1303-555 7832 2016-10-16 08:54:00 39 -#> 5035 25 A69-1303-555 7833 2016-10-19 09:56:00 3 -#> 5036 25 A69-1303-555 7834 2016-10-19 10:04:00 3 -#> 5037 25 A69-1303-555 7837 2016-10-19 10:06:00 3 -#> 5038 25 A69-1303-555 7838 2016-10-19 10:10:00 3 -#> 5039 25 A69-1303-555 7839 2016-10-19 10:14:00 3 -#> 5040 25 A69-1303-555 7840 2016-10-19 10:18:00 3 -#> 5041 25 A69-1303-555 7841 2016-10-20 01:14:00 3 -#> 5042 25 A69-1303-555 7843 2016-10-20 01:16:00 3 -#> 5043 25 A69-1303-555 7844 2016-10-20 10:54:00 3 -#> 5044 25 A69-1303-555 7845 2016-10-20 11:02:00 3 -#> 5045 25 A69-1303-555 7847 2016-10-20 11:06:00 3 -#> 5046 25 A69-1303-555 7848 2016-10-20 11:08:00 3 -#> 5047 25 A69-1303-555 7850 2016-10-20 11:10:00 3 -#> 5048 25 A69-1303-555 7852 2016-10-20 11:12:00 3 -#> 5049 25 A69-1303-555 7854 2016-10-20 11:18:00 3 -#> 5050 25 A69-1303-555 7855 2016-10-20 11:22:00 3 -#> 5051 25 A69-1303-555 7856 2016-10-20 11:24:00 3 -#> 5052 25 A69-1303-555 7857 2016-10-21 11:48:00 36 -#> 5053 25 A69-1303-555 7858 2016-10-21 11:58:00 36 -#> 5054 25 A69-1303-555 7859 2016-10-21 12:00:00 36 -#> 5055 25 A69-1303-555 7861 2016-10-21 12:02:00 36 -#> 5056 25 A69-1303-555 7862 2016-10-21 12:04:00 36 -#> 5057 25 A69-1303-555 7863 2016-10-21 12:08:00 36 -#> 5058 25 A69-1303-555 7866 2016-10-21 12:10:00 36 -#> 5059 25 A69-1303-555 7867 2016-10-21 12:16:00 36 -#> 5060 25 A69-1303-555 7868 2016-10-21 12:18:00 36 -#> 5061 25 A69-1303-555 7871 2016-10-21 12:20:00 36 -#> 5062 25 A69-1303-555 7872 2016-10-21 12:28:00 36 -#> 5063 25 A69-1303-555 7873 2016-10-21 12:32:00 36 -#> 5064 25 A69-1303-555 7874 2016-10-21 17:56:00 36 -#> 5065 25 A69-1303-555 7876 2016-10-21 17:58:00 36 -#> 5066 25 A69-1303-555 7878 2016-10-21 18:02:00 36 -#> 5067 25 A69-1303-555 7879 2016-10-21 18:04:00 36 -#> 5068 25 A69-1303-555 7881 2016-10-21 18:06:00 36 -#> 5069 25 A69-1303-555 7882 2016-10-21 18:08:00 36 -#> 5070 25 A69-1303-555 7883 2016-10-21 18:40:00 36 -#> 5071 25 A69-1303-555 7884 2016-10-21 18:48:00 36 -#> 5072 25 A69-1303-555 7885 2016-10-21 18:56:00 36 -#> 5073 25 A69-1303-555 7886 2016-10-21 19:00:00 36 -#> 5074 25 A69-1303-555 7887 2016-10-21 19:02:00 36 -#> 5075 25 A69-1303-555 7888 2016-10-21 19:04:00 36 -#> 5076 25 A69-1303-555 7890 2016-10-21 19:06:00 36 -#> 5077 25 A69-1303-555 7891 2016-10-21 19:16:00 36 -#> 5078 25 A69-1303-555 7893 2016-10-21 19:20:00 36 -#> 5079 25 A69-1303-555 7894 2016-10-21 19:22:00 36 -#> 5080 25 A69-1303-555 7895 2016-10-21 19:26:00 36 -#> 5081 25 A69-1303-555 7896 2016-10-21 19:28:00 36 -#> 5082 25 A69-1303-555 7897 2016-10-21 19:48:00 36 -#> 5083 25 A69-1303-555 7898 2016-10-21 20:04:00 36 -#> 5084 25 A69-1303-555 7900 2016-10-21 20:06:00 36 -#> 5085 25 A69-1303-555 7901 2016-10-21 20:08:00 36 -#> 5086 25 A69-1303-555 7902 2016-10-21 20:20:00 36 -#> 5087 25 A69-1303-555 7903 2016-10-21 20:26:00 36 -#> 5088 25 A69-1303-555 7904 2016-10-21 20:32:00 36 -#> 5089 25 A69-1303-555 7905 2016-10-21 20:34:00 36 -#> 5090 25 A69-1303-555 7906 2016-10-21 20:36:00 36 -#> 5091 25 A69-1303-555 7907 2016-10-21 20:38:00 36 -#> 5092 25 A69-1303-555 7908 2016-10-21 21:42:00 31 -#> 5093 25 A69-1303-555 7909 2016-10-21 22:08:00 31 -#> 5094 25 A69-1303-555 7910 2016-10-21 22:14:00 31 -#> 5095 25 A69-1303-555 7912 2016-10-21 23:14:00 30 -#> 5096 25 A69-1303-555 7913 2016-10-21 23:16:00 30 -#> 5097 25 A69-1303-555 7914 2016-10-21 23:18:00 30 -#> 5098 25 A69-1303-555 7915 2016-10-21 23:56:00 37 -#> 5099 25 A69-1303-555 7916 2016-10-22 00:00:00 37 -#> 5100 25 A69-1303-555 7917 2016-10-22 00:02:00 37 -#> 5101 25 A69-1303-555 7919 2016-10-22 00:04:00 37 -#> 5102 25 A69-1303-555 7920 2016-10-22 00:06:00 37 -#> 5103 25 A69-1303-555 7921 2016-10-22 00:08:00 37 -#> 5104 25 A69-1303-555 7923 2016-10-22 00:10:00 37 -#> 5105 25 A69-1303-555 7924 2016-10-22 04:42:00 27 -#> 5106 25 A69-1303-555 7926 2016-10-22 04:44:00 27 -#> 5107 25 A69-1303-555 7928 2016-10-22 04:46:00 27 -#> 5108 25 A69-1303-555 7929 2016-10-22 04:48:00 27 -#> 5109 25 A69-1303-555 7931 2016-10-22 04:50:00 27 -#> 5110 25 A69-1303-555 7933 2016-10-22 04:52:00 27 -#> 5111 25 A69-1303-555 7935 2016-10-22 04:54:00 27 -#> 5112 25 A69-1303-555 7937 2016-10-22 04:56:00 27 -#> 5113 25 A69-1303-555 7938 2016-10-22 04:58:00 27 -#> 5114 25 A69-1303-555 7940 2016-10-22 05:00:00 27 -#> 5115 25 A69-1303-555 7942 2016-10-22 05:02:00 27 -#> 5116 25 A69-1303-555 7943 2016-10-22 05:06:00 27 -#> 5117 25 A69-1303-555 7945 2016-10-22 05:10:00 27 -#> 5118 25 A69-1303-555 7946 2016-10-22 05:12:00 27 -#> 5119 25 A69-1303-555 7948 2016-10-22 08:52:00 3 -#> 5120 25 A69-1303-555 7949 2016-10-22 08:54:00 3 -#> 5121 25 A69-1303-555 7950 2016-10-22 08:56:00 3 -#> 5122 25 A69-1303-555 7951 2016-10-22 09:58:00 3 -#> 5123 25 A69-1303-555 7952 2016-10-22 10:18:00 3 -#> 5124 25 A69-1303-555 7953 2016-10-22 10:20:00 3 -#> 5125 25 A69-1303-555 7955 2016-10-22 10:22:00 3 -#> 5126 25 A69-1303-555 7956 2016-10-22 10:24:00 3 -#> 5127 25 A69-1303-555 7957 2016-10-22 10:26:00 3 -#> 5128 25 A69-1303-555 7959 2016-10-22 10:28:00 3 -#> 5129 25 A69-1303-555 7962 2016-10-22 10:30:00 3 -#> 5130 25 A69-1303-555 7963 2016-10-22 10:32:00 3 -#> 5131 25 A69-1303-555 7965 2016-10-22 10:34:00 3 -#> 5132 25 A69-1303-555 7966 2016-10-22 10:36:00 3 -#> 5133 25 A69-1303-555 7967 2016-10-22 10:38:00 3 -#> 5134 25 A69-1303-555 7969 2016-10-22 10:40:00 3 -#> 5135 25 A69-1303-555 7970 2016-10-22 12:04:00 3 -#> 5136 25 A69-1303-555 7971 2016-10-22 12:10:00 3 -#> 5137 25 A69-1303-555 7972 2016-10-22 12:12:00 3 -#> 5138 25 A69-1303-555 7973 2016-10-22 12:14:00 3 -#> 5139 25 A69-1303-555 7974 2016-10-22 12:20:00 3 -#> 5140 25 A69-1303-555 7975 2016-10-25 11:48:00 39 -#> 5141 25 A69-1303-555 7976 2016-10-25 11:52:00 39 -#> 5142 25 A69-1303-555 7977 2016-10-25 15:12:00 39 -#> 5143 25 A69-1303-555 7978 2016-10-25 15:14:00 39 -#> 5144 25 A69-1303-555 7979 2016-10-25 15:26:00 39 -#> 5145 25 A69-1303-555 7980 2016-10-25 15:30:00 39 -#> 5146 25 A69-1303-555 7981 2016-10-25 15:32:00 39 -#> 5147 25 A69-1303-555 7982 2016-10-25 15:34:00 39 -#> 5148 25 A69-1303-555 7984 2016-10-25 15:36:00 39 -#> 5149 25 A69-1303-555 7985 2016-10-25 15:38:00 39 -#> 5150 25 A69-1303-555 7986 2016-10-25 15:40:00 39 -#> 5151 25 A69-1303-555 7988 2016-10-25 15:42:00 39 -#> 5152 25 A69-1303-555 7989 2016-10-25 15:44:00 39 -#> 5153 25 A69-1303-555 7991 2016-10-25 15:46:00 39 -#> 5154 25 A69-1303-555 7992 2016-10-25 15:48:00 39 -#> 5155 25 A69-1303-555 7995 2016-10-25 15:52:00 39 -#> 5156 25 A69-1303-555 7997 2016-10-25 15:54:00 39 -#> 5157 25 A69-1303-555 7999 2016-10-25 15:56:00 39 -#> 5158 25 A69-1303-555 8001 2016-10-25 15:58:00 39 -#> 5159 25 A69-1303-555 8003 2016-10-25 16:00:00 39 -#> 5160 25 A69-1303-555 8005 2016-10-25 16:02:00 39 -#> 5161 25 A69-1303-555 8006 2016-10-25 16:04:00 39 -#> 5162 25 A69-1303-555 8007 2016-10-25 16:06:00 39 -#> 5163 25 A69-1303-555 8008 2016-10-25 16:08:00 39 -#> 5164 25 A69-1303-555 8010 2016-10-26 03:28:00 38 -#> 5165 25 A69-1303-555 8011 2016-10-26 03:34:00 38 -#> 5166 25 A69-1303-555 8012 2016-10-26 03:36:00 38 -#> 5167 25 A69-1303-555 8013 2016-10-26 03:38:00 38 -#> 5168 25 A69-1303-555 8015 2016-10-26 03:40:00 38 -#> 5169 25 A69-1303-555 8016 2016-10-26 09:16:00 36 -#> 5170 25 A69-1303-555 8018 2016-10-26 09:18:00 36 -#> 5171 25 A69-1303-555 8020 2016-10-26 09:20:00 36 -#> 5172 25 A69-1303-555 8021 2016-10-26 09:22:00 36 -#> 5173 25 A69-1303-555 8022 2016-10-26 10:06:00 36 -#> 5174 25 A69-1303-555 8023 2016-10-26 10:08:00 36 -#> 5175 25 A69-1303-555 8024 2016-10-26 10:10:00 36 -#> 5176 25 A69-1303-555 8025 2016-10-26 10:20:00 36 -#> 5177 25 A69-1303-555 8026 2016-10-26 10:40:00 36 -#> 5178 25 A69-1303-555 8027 2016-10-26 10:42:00 36 -#> 5179 25 A69-1303-555 8028 2016-10-26 11:18:00 36 -#> 5180 25 A69-1303-555 8029 2016-10-26 11:20:00 36 -#> 5181 25 A69-1303-555 8030 2016-10-26 11:22:00 36 -#> 5182 25 A69-1303-555 8031 2016-10-26 11:40:00 36 -#> 5183 25 A69-1303-555 8032 2016-10-26 11:42:00 36 -#> 5184 25 A69-1303-555 8034 2016-10-26 11:48:00 36 -#> 5185 25 A69-1303-555 8035 2016-10-26 11:52:00 36 -#> 5186 25 A69-1303-555 8037 2016-10-26 11:54:00 36 -#> 5187 25 A69-1303-555 8038 2016-10-26 11:58:00 36 -#> 5188 25 A69-1303-555 8039 2016-10-26 12:00:00 36 -#> 5189 25 A69-1303-555 8040 2016-10-26 12:02:00 36 -#> 5190 25 A69-1303-555 8041 2016-10-26 12:04:00 36 -#> 5191 25 A69-1303-555 8043 2016-10-26 12:06:00 36 -#> 5192 25 A69-1303-555 8045 2016-10-26 12:08:00 36 -#> 5193 25 A69-1303-555 8046 2016-10-26 12:10:00 36 -#> 5194 25 A69-1303-555 8048 2016-10-26 12:16:00 36 -#> 5195 25 A69-1303-555 8049 2016-10-26 12:18:00 36 -#> 5196 25 A69-1303-555 8050 2016-10-26 12:20:00 36 -#> 5197 25 A69-1303-555 8051 2016-10-26 12:30:00 36 -#> 5198 25 A69-1303-555 8052 2016-10-26 12:38:00 36 -#> 5199 25 A69-1303-555 8054 2016-10-26 12:40:00 36 -#> 5200 25 A69-1303-555 8056 2016-10-26 12:42:00 36 -#> 5201 25 A69-1303-555 8057 2016-10-26 12:44:00 36 -#> 5202 25 A69-1303-555 8058 2016-10-26 12:46:00 36 -#> 5203 25 A69-1303-555 8059 2016-10-26 12:48:00 36 -#> 5204 25 A69-1303-555 8061 2016-10-26 12:50:00 36 -#> 5205 25 A69-1303-555 8063 2016-10-26 12:52:00 36 -#> 5206 25 A69-1303-555 8064 2016-10-26 12:54:00 36 -#> 5207 25 A69-1303-555 8065 2016-10-26 12:56:00 36 -#> 5208 25 A69-1303-555 8066 2016-10-26 12:58:00 36 -#> 5209 25 A69-1303-555 8068 2016-10-26 13:00:00 36 -#> 5210 25 A69-1303-555 8071 2016-10-26 13:02:00 36 -#> 5211 25 A69-1303-555 8072 2016-10-26 13:04:00 36 -#> 5212 25 A69-1303-555 8074 2016-10-26 13:06:00 36 -#> 5213 25 A69-1303-555 8076 2016-10-26 13:08:00 36 -#> 5214 25 A69-1303-555 8077 2016-10-26 13:12:00 36 -#> 5215 25 A69-1303-555 8078 2016-10-26 13:14:00 36 -#> 5216 25 A69-1303-555 8079 2016-10-26 13:16:00 36 -#> 5217 25 A69-1303-555 8081 2016-10-26 13:18:00 36 -#> 5218 25 A69-1303-555 8083 2016-10-26 13:20:00 36 -#> 5219 25 A69-1303-555 8084 2016-10-26 13:22:00 36 -#> 5220 25 A69-1303-555 8086 2016-10-26 13:24:00 36 -#> 5221 25 A69-1303-555 8087 2016-10-26 13:26:00 36 -#> 5222 25 A69-1303-555 8090 2016-10-26 13:30:00 36 -#> 5223 25 A69-1303-555 8093 2016-10-26 13:32:00 36 -#> 5224 25 A69-1303-555 8094 2016-10-26 13:34:00 36 -#> 5225 25 A69-1303-555 8096 2016-10-26 13:42:00 36 -#> 5226 25 A69-1303-555 8097 2016-10-26 13:48:00 36 -#> 5227 25 A69-1303-555 8098 2016-10-26 13:50:00 36 -#> 5228 25 A69-1303-555 8100 2016-10-26 13:52:00 36 -#> 5229 25 A69-1303-555 8101 2016-10-26 13:54:00 36 -#> 5230 25 A69-1303-555 8103 2016-10-26 13:56:00 36 -#> 5231 25 A69-1303-555 8104 2016-10-26 13:58:00 36 -#> 5232 25 A69-1303-555 8106 2016-10-26 14:00:00 36 -#> 5233 25 A69-1303-555 8108 2016-10-26 14:02:00 36 -#> 5234 25 A69-1303-555 8110 2016-10-26 14:04:00 36 -#> 5235 25 A69-1303-555 8112 2016-10-26 14:06:00 36 -#> 5236 25 A69-1303-555 8113 2016-10-26 14:10:00 36 -#> 5237 25 A69-1303-555 8116 2016-10-26 14:12:00 36 -#> 5238 25 A69-1303-555 8117 2016-10-26 14:14:00 36 -#> 5239 25 A69-1303-555 8119 2016-10-26 14:16:00 36 -#> 5240 25 A69-1303-555 8121 2016-10-26 14:18:00 36 -#> 5241 25 A69-1303-555 8122 2016-10-26 14:20:00 36 -#> 5242 25 A69-1303-555 8125 2016-10-26 14:22:00 36 -#> 5243 25 A69-1303-555 8127 2016-10-26 14:24:00 36 -#> 5244 25 A69-1303-555 8129 2016-10-26 14:32:00 36 -#> 5245 25 A69-1303-555 8130 2016-10-26 14:34:00 36 -#> 5246 25 A69-1303-555 8131 2016-10-26 14:42:00 36 -#> 5247 25 A69-1303-555 8133 2016-10-26 14:44:00 36 -#> 5248 25 A69-1303-555 8135 2016-10-26 14:46:00 36 -#> 5249 25 A69-1303-555 8136 2016-10-26 14:48:00 36 -#> 5250 25 A69-1303-555 8137 2016-10-26 14:52:00 36 -#> 5251 25 A69-1303-555 8138 2016-10-26 14:58:00 36 -#> 5252 25 A69-1303-555 8139 2016-10-26 15:54:00 36 -#> 5253 25 A69-1303-555 8140 2016-10-26 15:56:00 36 -#> 5254 25 A69-1303-555 8141 2016-10-26 16:00:00 36 -#> 5255 25 A69-1303-555 8142 2016-10-26 18:02:00 21 -#> 5256 25 A69-1303-555 8143 2016-10-26 18:04:00 21 -#> 5257 25 A69-1303-555 8144 2016-10-26 18:08:00 21 -#> 5258 25 A69-1303-555 8146 2016-10-26 18:12:00 21 -#> 5259 25 A69-1303-555 8148 2016-10-26 18:30:00 21 -#> 5260 25 A69-1303-555 8149 2016-10-26 18:34:00 21 -#> 5261 25 A69-1303-555 8150 2016-10-26 18:36:00 21 -#> 5262 25 A69-1303-555 8152 2016-10-26 18:38:00 21 -#> 5263 25 A69-1303-555 8154 2016-10-26 18:40:00 21 -#> 5264 25 A69-1303-555 8156 2016-10-26 18:42:00 21 -#> 5265 25 A69-1303-555 8158 2016-10-26 18:44:00 21 -#> 5266 25 A69-1303-555 8160 2016-10-26 18:46:00 21 -#> 5267 25 A69-1303-555 8161 2016-10-26 18:48:00 21 -#> 5268 25 A69-1303-555 8162 2016-10-26 18:50:00 21 -#> 5269 25 A69-1303-555 8164 2016-10-26 18:52:00 21 -#> 5270 25 A69-1303-555 8165 2016-10-26 18:54:00 21 -#> 5271 25 A69-1303-555 8166 2016-10-26 19:34:00 30 -#> 5272 25 A69-1303-555 8167 2016-10-26 19:42:00 30 -#> 5273 25 A69-1303-555 8168 2016-10-26 19:44:00 30 -#> 5274 25 A69-1303-555 8169 2016-10-26 19:46:00 30 -#> 5275 25 A69-1303-555 8171 2016-10-26 19:48:00 30 -#> 5276 25 A69-1303-555 8174 2016-10-26 19:50:00 30 -#> 5277 25 A69-1303-555 8176 2016-10-26 19:52:00 30 -#> 5278 25 A69-1303-555 8178 2016-10-26 19:54:00 30 -#> 5279 25 A69-1303-555 8180 2016-10-26 19:56:00 30 -#> 5280 25 A69-1303-555 8182 2016-10-26 19:58:00 30 -#> 5281 25 A69-1303-555 8183 2016-10-26 20:00:00 30 -#> 5282 25 A69-1303-555 8185 2016-10-26 20:02:00 30 -#> 5283 25 A69-1303-555 8186 2016-10-26 20:04:00 30 -#> 5284 25 A69-1303-555 8188 2016-10-26 20:06:00 30 -#> 5285 25 A69-1303-555 8189 2016-10-26 20:08:00 30 -#> 5286 25 A69-1303-555 8190 2016-10-26 20:12:00 30 -#> 5287 25 A69-1303-555 8191 2016-10-26 23:20:00 36 -#> 5288 25 A69-1303-555 8192 2016-10-26 23:26:00 36 -#> 5289 25 A69-1303-555 8194 2016-10-26 23:38:00 36 -#> 5290 25 A69-1303-555 8196 2016-10-27 00:30:00 36 -#> 5291 25 A69-1303-555 8198 2016-10-27 00:34:00 36 -#> 5292 25 A69-1303-555 8199 2016-10-27 01:02:00 36 -#> 5293 25 A69-1303-555 8201 2016-10-27 05:36:00 30 -#> 5294 25 A69-1303-555 8202 2016-10-27 05:58:00 30 -#> 5295 25 A69-1303-555 8203 2016-10-27 06:02:00 30 -#> 5296 25 A69-1303-555 8204 2016-10-27 06:12:00 30 -#> 5297 25 A69-1303-555 8205 2016-10-27 06:14:00 30 -#> 5298 25 A69-1303-555 8206 2016-10-27 06:18:00 30 -#> 5299 25 A69-1303-555 8207 2016-10-27 06:20:00 30 -#> 5300 25 A69-1303-555 8208 2016-10-27 06:26:00 30 -#> 5301 25 A69-1303-555 8209 2016-10-27 06:28:00 30 -#> 5302 25 A69-1303-555 8210 2016-10-27 06:30:00 30 -#> 5303 25 A69-1303-555 8211 2016-10-27 06:32:00 30 -#> 5304 25 A69-1303-555 8212 2016-10-27 06:36:00 30 -#> 5305 25 A69-1303-555 8213 2016-10-27 06:38:00 30 -#> 5306 25 A69-1303-555 8214 2016-10-29 15:54:00 27 -#> 5307 25 A69-1303-555 8215 2016-10-29 15:56:00 27 -#> 5308 25 A69-1303-555 8216 2016-10-29 15:58:00 27 -#> 5309 25 A69-1303-555 8217 2016-10-29 16:00:00 27 -#> 5310 25 A69-1303-555 8220 2016-10-29 16:02:00 27 -#> 5311 25 A69-1303-555 8221 2016-10-29 16:04:00 27 -#> 5312 25 A69-1303-555 8223 2016-10-29 16:06:00 27 -#> 5313 25 A69-1303-555 8225 2016-10-29 16:08:00 27 -#> 5314 25 A69-1303-555 8227 2016-10-29 16:12:00 27 -#> 5315 25 A69-1303-555 8228 2016-10-29 16:14:00 27 -#> 5316 25 A69-1303-555 8230 2016-10-29 16:16:00 27 -#> 5317 25 A69-1303-555 8232 2016-10-29 16:18:00 27 -#> 5318 25 A69-1303-555 8233 2016-10-29 16:20:00 27 -#> 5319 25 A69-1303-555 8234 2016-10-30 01:18:00 30 -#> 5320 25 A69-1303-555 8235 2016-10-30 01:22:00 30 -#> 5321 25 A69-1303-555 8236 2016-10-30 01:24:00 30 -#> 5322 25 A69-1303-555 8237 2016-10-30 01:28:00 30 -#> 5323 25 A69-1303-555 8240 2016-10-30 01:30:00 30 -#> 5324 25 A69-1303-555 8241 2016-10-30 01:32:00 30 -#> 5325 25 A69-1303-555 8244 2016-10-30 01:34:00 30 -#> 5326 25 A69-1303-555 8246 2016-10-30 01:36:00 30 -#> 5327 25 A69-1303-555 8248 2016-10-30 02:32:00 36 -#> 5328 25 A69-1303-555 8249 2016-10-30 02:42:00 36 -#> 5329 25 A69-1303-555 8250 2016-10-30 02:44:00 36 -#> 5330 25 A69-1303-555 8252 2016-10-30 02:46:00 36 -#> 5331 25 A69-1303-555 8254 2016-10-30 02:48:00 36 -#> 5332 25 A69-1303-555 8256 2016-10-30 02:52:00 36 -#> 5333 25 A69-1303-555 8258 2016-10-30 13:38:00 36 -#> 5334 25 A69-1303-555 8259 2016-10-30 13:40:00 36 -#> 5335 25 A69-1303-555 8260 2016-10-30 13:42:00 36 -#> 5336 25 A69-1303-555 8262 2016-10-30 13:44:00 36 -#> 5337 25 A69-1303-555 8264 2016-10-30 13:46:00 36 -#> 5338 25 A69-1303-555 8265 2016-10-30 13:50:00 36 -#> 5339 25 A69-1303-555 8267 2016-10-30 13:52:00 36 -#> 5340 25 A69-1303-555 8268 2016-10-30 13:54:00 36 -#> 5341 25 A69-1303-555 8269 2016-10-30 13:56:00 36 -#> 5342 25 A69-1303-555 8270 2016-10-30 14:04:00 36 -#> 5343 25 A69-1303-555 8271 2016-10-30 14:08:00 36 -#> 5344 25 A69-1303-555 8273 2016-10-30 14:10:00 36 -#> 5345 25 A69-1303-555 8276 2016-10-30 14:12:00 36 -#> 5346 25 A69-1303-555 8278 2016-10-30 14:14:00 36 -#> 5347 25 A69-1303-555 8280 2016-10-30 14:42:00 36 -#> 5348 25 A69-1303-555 8281 2016-10-30 14:44:00 36 -#> 5349 25 A69-1303-555 8282 2016-10-30 14:46:00 36 -#> 5350 25 A69-1303-555 8283 2016-10-30 14:48:00 36 -#> 5351 25 A69-1303-555 8284 2016-10-30 14:50:00 36 -#> 5352 25 A69-1303-555 8286 2016-10-30 14:52:00 36 -#> 5353 25 A69-1303-555 8288 2016-10-30 14:56:00 36 -#> 5354 25 A69-1303-555 8289 2016-10-30 14:58:00 36 -#> 5355 25 A69-1303-555 8290 2016-10-30 18:10:00 36 -#> 5356 25 A69-1303-555 8291 2016-10-30 18:12:00 36 -#> 5357 25 A69-1303-555 8293 2016-10-30 18:14:00 36 -#> 5358 25 A69-1303-555 8294 2016-10-30 18:30:00 36 -#> 5359 25 A69-1303-555 8295 2016-10-30 18:32:00 36 -#> 5360 25 A69-1303-555 8296 2016-10-30 18:34:00 36 -#> 5361 25 A69-1303-555 8297 2016-10-30 18:36:00 36 -#> 5362 25 A69-1303-555 8298 2016-10-30 18:38:00 36 -#> 5363 25 A69-1303-555 8300 2016-10-30 18:40:00 36 -#> 5364 25 A69-1303-555 8303 2016-10-30 18:42:00 36 -#> 5365 25 A69-1303-555 8305 2016-10-30 18:44:00 36 -#> 5366 25 A69-1303-555 8306 2016-10-30 18:50:00 36 -#> 5367 25 A69-1303-555 8308 2016-10-30 19:00:00 36 -#> 5368 25 A69-1303-555 8310 2016-10-30 19:06:00 36 -#> 5369 25 A69-1303-555 8312 2016-10-30 19:12:00 36 -#> 5370 25 A69-1303-555 8313 2016-10-30 23:52:00 31 -#> 5371 25 A69-1303-555 8314 2016-10-30 23:54:00 31 -#> 5372 25 A69-1303-555 8315 2016-10-30 23:58:00 31 -#> 5373 25 A69-1303-555 8316 2016-10-31 00:50:00 31 -#> 5374 25 A69-1303-555 8317 2016-10-31 00:58:00 31 -#> 5375 25 A69-1303-555 8318 2016-10-31 01:00:00 31 -#> 5376 25 A69-1303-555 8320 2016-10-31 01:02:00 31 -#> 5377 25 A69-1303-555 8322 2016-10-31 01:04:00 31 -#> 5378 25 A69-1303-555 8323 2016-10-31 01:06:00 31 -#> 5379 25 A69-1303-555 8325 2016-10-31 01:10:00 31 -#> 5380 25 A69-1303-555 8326 2016-10-31 01:12:00 31 -#> 5381 25 A69-1303-555 8328 2016-10-31 02:22:00 36 -#> 5382 25 A69-1303-555 8329 2016-10-31 02:26:00 36 -#> 5383 25 A69-1303-555 8330 2016-10-31 02:28:00 36 -#> 5384 25 A69-1303-555 8331 2016-10-31 02:32:00 36 -#> 5385 25 A69-1303-555 8332 2016-10-31 02:58:00 36 -#> 5386 25 A69-1303-555 8333 2016-10-31 03:04:00 36 -#> 5387 25 A69-1303-555 8334 2016-10-31 03:08:00 36 -#> 5388 25 A69-1303-555 8335 2016-10-31 04:06:00 36 -#> 5389 25 A69-1303-555 8336 2016-10-31 04:08:00 36 -#> 5390 25 A69-1303-555 8337 2016-10-31 04:14:00 36 -#> 5391 25 A69-1303-555 8338 2016-10-31 04:24:00 36 -#> 5392 25 A69-1303-555 8339 2016-10-31 04:26:00 36 -#> 5393 25 A69-1303-555 8340 2016-10-31 04:58:00 36 -#> 5394 25 A69-1303-555 8341 2016-10-31 05:00:00 36 -#> 5395 25 A69-1303-555 8342 2016-10-31 05:08:00 36 -#> 5396 25 A69-1303-555 8343 2016-10-31 05:10:00 36 -#> 5397 25 A69-1303-555 8344 2016-10-31 05:12:00 36 -#> 5398 25 A69-1303-555 8345 2016-10-31 05:16:00 36 -#> 5399 25 A69-1303-555 8346 2016-10-31 05:20:00 36 -#> 5400 25 A69-1303-555 8347 2016-10-31 05:22:00 36 -#> 5401 25 A69-1303-555 8349 2016-10-31 05:24:00 36 -#> 5402 25 A69-1303-555 8350 2016-10-31 05:26:00 36 -#> 5403 25 A69-1303-555 8351 2016-10-31 05:28:00 36 -#> 5404 25 A69-1303-555 8352 2016-10-31 05:30:00 36 -#> 5405 25 A69-1303-555 8354 2016-10-31 05:32:00 36 -#> 5406 25 A69-1303-555 8356 2016-10-31 05:36:00 36 -#> 5407 25 A69-1303-555 8358 2016-10-31 05:38:00 36 -#> 5408 25 A69-1303-555 8359 2016-10-31 05:40:00 36 -#> 5409 25 A69-1303-555 8360 2016-10-31 05:42:00 36 -#> 5410 25 A69-1303-555 8362 2016-10-31 05:44:00 36 -#> 5411 25 A69-1303-555 8363 2016-10-31 05:48:00 36 -#> 5412 25 A69-1303-555 8364 2016-10-31 06:20:00 36 -#> 5413 25 A69-1303-555 8365 2016-10-31 06:22:00 36 -#> 5414 25 A69-1303-555 8366 2016-10-31 06:28:00 36 -#> 5415 25 A69-1303-555 8367 2016-10-31 06:38:00 36 -#> 5416 25 A69-1303-555 8368 2016-10-31 06:48:00 36 -#> 5417 25 A69-1303-555 8369 2016-10-31 06:52:00 36 -#> 5418 25 A69-1303-555 8371 2016-10-31 06:54:00 36 -#> 5419 25 A69-1303-555 8372 2016-10-31 06:56:00 36 -#> 5420 25 A69-1303-555 8374 2016-10-31 06:58:00 36 -#> 5421 25 A69-1303-555 8375 2016-10-31 07:00:00 36 -#> 5422 25 A69-1303-555 8377 2016-10-31 07:02:00 36 -#> 5423 25 A69-1303-555 8379 2016-10-31 07:04:00 36 -#> 5424 25 A69-1303-555 8380 2016-10-31 07:06:00 36 -#> 5425 25 A69-1303-555 8382 2016-10-31 07:08:00 36 -#> 5426 25 A69-1303-555 8384 2016-10-31 07:10:00 36 -#> 5427 25 A69-1303-555 8386 2016-10-31 07:14:00 36 -#> 5428 25 A69-1303-555 8387 2016-11-06 19:48:00 31 -#> 5429 25 A69-1303-555 8389 2016-11-06 19:50:00 31 -#> 5430 25 A69-1303-555 8390 2016-11-06 19:52:00 31 -#> 5431 25 A69-1303-555 8391 2016-11-06 19:56:00 31 -#> 5432 25 A69-1303-555 8392 2016-11-06 19:58:00 31 -#> 5433 25 A69-1303-555 8393 2016-11-09 04:50:00 21 -#> 5434 25 A69-1303-555 8395 2016-11-09 04:52:00 21 -#> 5435 25 A69-1303-555 8396 2016-11-09 04:54:00 21 -#> 5436 25 A69-1303-555 8398 2016-11-09 04:56:00 21 -#> 5437 25 A69-1303-555 8399 2016-11-09 04:58:00 21 -#> 5438 25 A69-1303-555 8401 2016-11-09 05:00:00 21 -#> 5439 25 A69-1303-555 8403 2016-11-09 05:02:00 21 -#> 5440 25 A69-1303-555 8405 2016-11-09 05:06:00 21 -#> 5441 25 A69-1303-555 8406 2016-11-09 05:20:00 31 -#> 5442 25 A69-1303-555 8407 2016-11-09 05:26:00 31 -#> 5443 25 A69-1303-555 8408 2016-11-09 05:28:00 31 -#> 5444 25 A69-1303-555 8409 2016-11-09 05:40:00 31 -#> 5445 25 A69-1303-555 8410 2016-11-09 05:42:00 31 -#> 5446 25 A69-1303-555 8411 2016-11-09 05:46:00 31 -#> 5447 25 A69-1303-555 8412 2016-11-09 05:48:00 31 -#> 5448 25 A69-1303-555 8414 2016-11-09 05:50:00 31 -#> 5449 25 A69-1303-555 8416 2016-11-09 05:52:00 31 -#> 5450 25 A69-1303-555 8418 2016-11-09 05:54:00 31 -#> 5451 25 A69-1303-555 8420 2016-11-09 05:56:00 31 -#> 5452 25 A69-1303-555 8421 2016-11-09 05:58:00 31 -#> 5453 25 A69-1303-555 8422 2016-11-09 06:06:00 31 -#> 5454 25 A69-1303-555 8423 2016-11-09 17:58:00 31 -#> 5455 25 A69-1303-555 8424 2016-11-09 18:04:00 31 -#> 5456 25 A69-1303-555 8426 2016-11-09 18:06:00 31 -#> 5457 25 A69-1303-555 8428 2016-11-09 18:08:00 31 -#> 5458 25 A69-1303-555 8430 2016-11-09 18:10:00 31 -#> 5459 25 A69-1303-555 8431 2016-11-09 18:12:00 31 -#> 5460 25 A69-1303-555 8433 2016-11-09 18:14:00 31 -#> 5461 25 A69-1303-555 8436 2016-11-09 18:16:00 31 -#> 5462 25 A69-1303-555 8437 2016-11-09 18:22:00 31 -#> 5463 25 A69-1303-555 8438 2016-11-09 18:24:00 31 -#> 5464 25 A69-1303-555 8439 2016-11-09 21:28:00 31 -#> 5465 25 A69-1303-555 8441 2016-11-12 06:52:00 21 -#> 5466 25 A69-1303-555 8442 2016-11-12 06:54:00 21 -#> 5467 25 A69-1303-555 8443 2016-11-12 06:56:00 21 -#> 5468 25 A69-1303-555 8445 2016-11-12 06:58:00 21 -#> 5469 25 A69-1303-555 8446 2016-11-12 07:00:00 21 -#> 5470 25 A69-1303-555 8447 2016-11-12 07:02:00 21 -#> 5471 25 A69-1303-555 8448 2016-11-12 07:04:00 21 -#> 5472 25 A69-1303-555 8449 2016-11-12 07:14:00 21 -#> 5473 25 A69-1303-555 8450 2016-11-14 21:56:00 31 -#> 5474 25 A69-1303-555 8451 2016-11-14 21:58:00 31 -#> 5475 25 A69-1303-555 8453 2016-11-14 22:00:00 31 -#> 5476 25 A69-1303-555 8454 2016-11-14 22:02:00 31 -#> 5477 25 A69-1303-555 8456 2016-11-14 22:04:00 31 -#> 5478 25 A69-1303-555 8457 2016-11-14 22:06:00 31 -#> 5479 25 A69-1303-555 8459 2016-11-14 22:08:00 31 -#> 5480 25 A69-1303-555 8460 2016-11-14 22:20:00 31 -#> 5481 25 A69-1303-555 8461 2016-11-14 22:30:00 31 -#> 5482 25 A69-1303-555 8462 2016-11-14 22:32:00 31 -#> 5483 25 A69-1303-555 8463 2016-11-14 22:38:00 31 -#> 5484 25 A69-1303-555 8464 2016-11-14 22:46:00 31 -#> 5485 25 A69-1303-555 8465 2016-11-14 22:48:00 31 -#> 5486 25 A69-1303-555 8467 2016-11-14 23:42:00 21 -#> 5487 25 A69-1303-555 8469 2016-11-14 23:44:00 21 -#> 5488 25 A69-1303-555 8471 2016-11-14 23:46:00 21 -#> 5489 25 A69-1303-555 8472 2016-11-27 17:58:00 21 -#> 5490 25 A69-1303-555 8474 2016-11-27 18:00:00 21 -#> 5491 25 A69-1303-555 8475 2016-11-27 18:10:00 21 -#> 5492 25 A69-1303-555 8476 2016-11-27 18:14:00 21 -#> 5493 25 A69-1303-555 8477 2016-11-27 18:16:00 21 -#> 5494 25 A69-1303-555 8478 2016-11-27 18:18:00 21 -#> 5495 25 A69-1303-555 8480 2016-12-10 22:34:00 21 -#> 5496 25 A69-1303-555 8482 2016-12-10 22:36:00 21 -#> 5497 25 A69-1303-555 8483 2016-12-10 22:38:00 21 -#> 5498 25 A69-1303-555 8484 2016-12-14 22:02:00 21 -#> 5499 25 A69-1303-555 8485 2016-12-14 22:04:00 21 -#> 5500 25 A69-1303-555 8487 2016-12-14 22:06:00 21 -#> 5501 25 A69-1303-555 8489 2016-12-14 22:08:00 21 -#> 5502 25 A69-1303-555 8490 2016-12-14 22:10:00 21 -#> 5503 25 A69-1303-555 8492 2016-12-14 22:12:00 21 -#> 5504 25 A69-1303-555 8493 2016-12-14 22:14:00 21 -#> 5505 25 A69-1303-555 8495 2016-12-14 22:16:00 21 -#> 5506 25 A69-1303-555 8497 2016-12-14 22:18:00 21 -#> 5507 25 A69-1303-555 8498 2016-12-14 22:20:00 21 -#> 5508 25 A69-1303-555 8500 2016-12-14 22:22:00 21 -#> 5509 25 A69-1303-555 8502 2016-12-14 22:24:00 21 -#> 5510 25 A69-1303-555 8504 2016-12-14 22:26:00 21 -#> 5511 25 A69-1303-555 8505 2016-12-14 22:28:00 21 -#> 5512 25 A69-1303-555 8507 2016-12-14 22:30:00 21 -#> 5513 25 A69-1303-555 8508 2016-12-20 22:56:00 24 -#> 5514 25 A69-1303-555 8509 2016-12-20 23:06:00 24 -#> 5515 25 A69-1303-555 8510 2016-12-20 23:20:00 24 -#> 5516 25 A69-1303-555 8511 2016-12-20 23:22:00 24 -#> 5517 25 A69-1303-555 8512 2016-12-21 16:32:00 45 -#> 5518 25 A69-1303-555 8513 2016-12-21 16:34:00 45 -#> 5519 25 A69-1303-555 8514 2016-12-21 16:42:00 45 -#> 5520 25 A69-1303-555 8515 2016-12-21 16:46:00 45 -#> 5521 25 A69-1303-555 8517 2016-12-21 16:48:00 45 -#> 5522 25 A69-1303-555 8518 2016-12-21 16:50:00 45 -#> 5523 25 A69-1303-555 8519 2016-12-21 16:52:00 45 -#> 5524 25 A69-1303-555 8521 2016-12-21 16:54:00 45 -#> 5525 25 A69-1303-555 8522 2016-12-21 16:56:00 45 -#> 5526 25 A69-1303-555 8523 2016-12-21 16:58:00 45 -#> 5527 25 A69-1303-555 8524 2016-12-21 17:00:00 45 -#> 5528 25 A69-1303-555 8525 2016-12-21 17:02:00 45 -#> 5529 25 A69-1303-555 8527 2016-12-21 17:04:00 45 -#> 5530 25 A69-1303-555 8528 2016-12-21 18:14:00 21 -#> 5531 25 A69-1303-555 8530 2016-12-21 18:16:00 21 -#> 5532 25 A69-1303-555 8532 2016-12-21 18:18:00 21 -#> 5533 25 A69-1303-555 8533 2016-12-21 18:20:00 21 -#> 5534 25 A69-1303-555 8535 2016-12-21 18:22:00 21 -#> 5535 25 A69-1303-555 8537 2016-12-21 18:24:00 21 -#> 5536 25 A69-1303-555 8540 2016-12-21 18:26:00 21 -#> 5537 25 A69-1303-555 8541 2016-12-21 18:28:00 21 -#> 5538 25 A69-1303-555 8543 2016-12-21 18:30:00 21 -#> 5539 25 A69-1303-555 8545 2016-12-21 18:32:00 21 -#> 5540 25 A69-1303-555 8547 2016-12-21 18:34:00 21 -#> 5541 25 A69-1303-555 8549 2016-12-21 18:36:00 21 -#> 5542 25 A69-1303-555 8551 2016-12-21 18:38:00 21 -#> 5543 25 A69-1303-555 8553 2016-12-21 18:40:00 21 -#> 5544 25 A69-1303-555 8555 2016-12-21 18:42:00 21 -#> 5545 25 A69-1303-555 8557 2016-12-21 18:44:00 21 -#> 5546 25 A69-1303-555 8558 2016-12-21 18:46:00 21 -#> 5547 25 A69-1303-555 8560 2016-12-21 18:50:00 21 -#> 5548 25 A69-1303-555 8562 2016-12-21 18:54:00 21 -#> 5549 25 A69-1303-555 8564 2016-12-21 18:56:00 21 -#> 5550 25 A69-1303-555 8565 2016-12-21 18:58:00 21 -#> 5551 25 A69-1303-555 8567 2016-12-21 19:00:00 21 -#> 5552 25 A69-1303-555 8568 2016-12-21 19:02:00 21 -#> 5553 25 A69-1303-555 8569 2016-12-21 19:06:00 21 -#> 5554 25 A69-1303-555 8571 2016-12-21 19:28:00 45 -#> 5555 25 A69-1303-555 8572 2016-12-21 19:30:00 45 -#> 5556 25 A69-1303-555 8574 2016-12-21 19:34:00 45 -#> 5557 25 A69-1303-555 8575 2016-12-21 23:20:00 45 -#> 5558 25 A69-1303-555 8576 2016-12-21 23:22:00 45 -#> 5559 25 A69-1303-555 8578 2016-12-21 23:24:00 45 -#> 5560 25 A69-1303-555 8580 2016-12-21 23:26:00 45 -#> 5561 25 A69-1303-555 8581 2016-12-21 23:28:00 45 -#> 5562 25 A69-1303-555 8583 2016-12-21 23:30:00 45 -#> 5563 25 A69-1303-555 8584 2016-12-21 23:32:00 45 -#> 5564 25 A69-1303-555 8585 2016-12-21 23:40:00 45 -#> 5565 25 A69-1303-555 8587 2016-12-21 23:42:00 45 -#> 5566 25 A69-1303-555 8588 2016-12-21 23:44:00 45 -#> 5567 25 A69-1303-555 8590 2016-12-21 23:46:00 45 -#> 5568 25 A69-1303-555 8592 2016-12-22 00:32:00 45 -#> 5569 25 A69-1303-555 8593 2016-12-22 00:36:00 45 -#> 5570 25 A69-1303-555 8594 2016-12-22 00:38:00 45 -#> 5571 25 A69-1303-555 8595 2016-12-22 00:40:00 45 -#> 5572 25 A69-1303-555 8596 2016-12-22 00:44:00 45 -#> 5573 25 A69-1303-555 8597 2016-12-22 00:48:00 45 -#> 5574 25 A69-1303-555 8599 2016-12-22 00:50:00 45 -#> 5575 25 A69-1303-555 8602 2016-12-22 00:52:00 45 -#> 5576 25 A69-1303-555 8603 2016-12-22 00:54:00 45 -#> 5577 25 A69-1303-555 8605 2016-12-22 00:56:00 45 -#> 5578 25 A69-1303-555 8607 2016-12-22 00:58:00 45 -#> 5579 25 A69-1303-555 8609 2016-12-22 01:00:00 45 -#> 5580 25 A69-1303-555 8612 2016-12-22 01:02:00 45 -#> 5581 25 A69-1303-555 8613 2016-12-22 01:06:00 45 -#> 5582 25 A69-1303-555 8615 2016-12-22 01:08:00 45 -#> 5583 25 A69-1303-555 8616 2016-12-22 01:10:00 45 -#> 5584 25 A69-1303-555 8618 2016-12-22 01:14:00 45 -#> 5585 25 A69-1303-555 8619 2016-12-22 01:16:00 45 -#> 5586 25 A69-1303-555 8620 2016-12-22 22:06:00 51 -#> 5587 25 A69-1303-555 8621 2016-12-22 22:08:00 51 -#> 5588 25 A69-1303-555 8622 2016-12-22 22:10:00 51 -#> 5589 25 A69-1303-555 8623 2016-12-23 03:00:00 24 -#> 5590 25 A69-1303-555 8624 2016-12-23 03:02:00 24 -#> 5591 25 A69-1303-555 8625 2016-12-23 03:04:00 24 -#> 5592 25 A69-1303-555 8626 2016-12-23 03:06:00 24 -#> 5593 25 A69-1303-555 8627 2016-12-23 03:20:00 24 -#> 5594 25 A69-1303-555 8628 2016-12-23 03:22:00 24 -#> 5595 25 A69-1303-555 8630 2016-12-23 03:24:00 24 -#> 5596 25 A69-1303-555 8631 2016-12-23 03:26:00 24 -#> 5597 25 A69-1303-555 8633 2016-12-23 03:28:00 24 -#> 5598 25 A69-1303-555 8635 2016-12-23 03:36:00 24 -#> 5599 25 A69-1303-555 8636 2016-12-23 03:38:00 24 -#> 5600 25 A69-1303-555 8637 2016-12-23 03:42:00 24 -#> 5601 25 A69-1303-555 8638 2016-12-23 03:44:00 24 -#> 5602 25 A69-1303-555 8639 2016-12-23 03:54:00 24 -#> 5603 25 A69-1303-555 8640 2016-12-23 23:18:00 51 -#> 5604 25 A69-1303-555 8642 2016-12-23 23:24:00 51 -#> 5605 25 A69-1303-555 8644 2016-12-23 23:26:00 51 -#> 5606 25 A69-1303-555 8646 2016-12-23 23:28:00 51 -#> 5607 25 A69-1303-555 8647 2016-12-23 23:30:00 51 -#> 5608 25 A69-1303-555 8648 2016-12-23 23:32:00 51 -#> 5609 25 A69-1303-555 8649 2016-12-23 23:34:00 51 -#> 5610 25 A69-1303-555 8650 2016-12-23 23:36:00 51 -#> 5611 25 A69-1303-555 8651 2016-12-23 23:38:00 51 -#> 5612 25 A69-1303-555 8652 2016-12-24 18:02:00 50 -#> 5613 25 A69-1303-555 8653 2016-12-24 18:08:00 50 -#> 5614 25 A69-1303-555 8654 2016-12-24 18:12:00 50 -#> 5615 25 A69-1303-555 8655 2016-12-25 12:52:00 45 -#> 5616 25 A69-1303-555 8656 2016-12-25 12:54:00 45 -#> 5617 25 A69-1303-555 8657 2016-12-25 12:56:00 45 -#> 5618 25 A69-1303-555 8659 2016-12-25 12:58:00 45 -#> 5619 25 A69-1303-555 8660 2016-12-25 13:00:00 45 -#> 5620 25 A69-1303-555 8661 2016-12-25 13:40:00 45 -#> 5621 25 A69-1303-555 8662 2016-12-25 14:02:00 45 -#> 5622 25 A69-1303-555 8663 2016-12-25 14:04:00 45 -#> 5623 25 A69-1303-555 8665 2016-12-25 14:06:00 45 -#> 5624 25 A69-1303-555 8666 2016-12-25 14:08:00 45 -#> 5625 25 A69-1303-555 8667 2016-12-25 14:10:00 45 -#> 5626 25 A69-1303-555 8669 2016-12-25 14:12:00 45 -#> 5627 25 A69-1303-555 8670 2016-12-25 14:14:00 45 -#> 5628 25 A69-1303-555 8672 2016-12-25 17:24:00 45 -#> 5629 25 A69-1303-555 8674 2016-12-25 17:26:00 45 -#> 5630 25 A69-1303-555 8675 2016-12-25 17:28:00 45 -#> 5631 25 A69-1303-555 8677 2016-12-25 17:30:00 45 -#> 5632 25 A69-1303-555 8679 2016-12-25 17:32:00 45 -#> 5633 25 A69-1303-555 8680 2016-12-25 17:34:00 45 -#> 5634 25 A69-1303-555 8682 2016-12-25 17:36:00 45 -#> 5635 25 A69-1303-555 8683 2016-12-25 17:38:00 45 -#> 5636 25 A69-1303-555 8684 2016-12-25 17:40:00 45 -#> 5637 25 A69-1303-555 8686 2016-12-25 17:42:00 45 -#> 5638 25 A69-1303-555 8687 2016-12-25 17:44:00 45 -#> 5639 25 A69-1303-555 8689 2016-12-25 17:46:00 45 -#> 5640 25 A69-1303-555 8690 2016-12-25 17:48:00 45 -#> 5641 25 A69-1303-555 8692 2016-12-25 17:52:00 45 -#> 5642 25 A69-1303-555 8694 2016-12-25 17:54:00 45 -#> 5643 25 A69-1303-555 8695 2016-12-25 17:56:00 45 -#> 5644 25 A69-1303-555 8697 2016-12-25 17:58:00 45 -#> 5645 25 A69-1303-555 8699 2016-12-25 18:02:00 45 -#> 5646 25 A69-1303-555 8700 2016-12-26 01:44:00 50 -#> 5647 25 A69-1303-555 8701 2016-12-26 01:46:00 50 -#> 5648 25 A69-1303-555 8703 2016-12-26 01:50:00 50 -#> 5649 25 A69-1303-555 8704 2016-12-26 04:08:00 24 -#> 5650 25 A69-1303-555 8705 2016-12-26 04:12:00 24 -#> 5651 25 A69-1303-555 8706 2016-12-26 05:26:00 50 -#> 5652 25 A69-1303-555 8707 2016-12-26 05:28:00 50 -#> 5653 25 A69-1303-555 8709 2016-12-26 05:30:00 50 -#> 5654 25 A69-1303-555 8710 2016-12-26 05:32:00 50 -#> 5655 25 A69-1303-555 8712 2016-12-26 05:34:00 50 -#> 5656 25 A69-1303-555 8713 2016-12-26 05:36:00 50 -#> 5657 25 A69-1303-555 8715 2016-12-27 04:06:00 51 -#> 5658 25 A69-1303-555 8716 2016-12-27 04:12:00 51 -#> 5659 25 A69-1303-555 8717 2016-12-28 02:10:00 50 -#> 5660 25 A69-1303-555 8719 2016-12-28 02:12:00 50 -#> 5661 25 A69-1303-555 8720 2016-12-28 02:16:00 50 -#> 5662 25 A69-1303-555 8721 2016-12-28 02:18:00 50 -#> 5663 25 A69-1303-555 8723 2016-12-28 02:20:00 50 -#> 5664 25 A69-1303-555 8725 2016-12-28 02:22:00 50 -#> 5665 25 A69-1303-555 8726 2016-12-28 02:28:00 50 -#> 5666 25 A69-1303-555 8727 2016-12-28 02:30:00 50 -#> 5667 25 A69-1303-555 8728 2016-12-28 22:40:00 45 -#> 5668 25 A69-1303-555 8729 2016-12-28 22:42:00 45 -#> 5669 25 A69-1303-555 8730 2016-12-28 22:44:00 45 -#> 5670 25 A69-1303-555 8733 2016-12-28 22:46:00 45 -#> 5671 25 A69-1303-555 8735 2016-12-28 22:48:00 45 -#> 5672 25 A69-1303-555 8737 2016-12-28 22:50:00 45 -#> 5673 25 A69-1303-555 8739 2016-12-28 22:52:00 45 -#> 5674 25 A69-1303-555 8741 2016-12-28 22:56:00 45 -#> 5675 25 A69-1303-555 8743 2016-12-28 22:58:00 45 -#> 5676 25 A69-1303-555 8745 2016-12-28 23:02:00 45 -#> 5677 25 A69-1303-555 8747 2016-12-28 23:04:00 45 -#> 5678 25 A69-1303-555 8749 2016-12-28 23:06:00 45 -#> 5679 25 A69-1303-555 8751 2016-12-28 23:08:00 45 -#> 5680 25 A69-1303-555 8753 2016-12-28 23:10:00 45 -#> 5681 25 A69-1303-555 8754 2016-12-28 23:42:00 45 -#> 5682 25 A69-1303-555 8755 2016-12-28 23:46:00 45 -#> 5683 25 A69-1303-555 8756 2016-12-28 23:48:00 45 -#> 5684 25 A69-1303-555 8757 2016-12-28 23:50:00 45 -#> 5685 25 A69-1303-555 8759 2016-12-28 23:52:00 45 -#> 5686 25 A69-1303-555 8761 2016-12-28 23:54:00 45 -#> 5687 25 A69-1303-555 8763 2016-12-28 23:56:00 45 -#> 5688 25 A69-1303-555 8765 2016-12-28 23:58:00 45 -#> 5689 25 A69-1303-555 8766 2016-12-29 00:00:00 45 -#> 5690 25 A69-1303-555 8768 2016-12-29 00:02:00 45 -#> 5691 25 A69-1303-555 8769 2016-12-29 00:04:00 45 -#> 5692 25 A69-1303-555 8770 2016-12-29 00:08:00 45 -#> 5693 25 A69-1303-555 8771 2016-12-29 05:38:00 50 -#> 5694 25 A69-1303-555 8772 2016-12-29 05:40:00 50 -#> 5695 25 A69-1303-555 8773 2016-12-29 05:42:00 50 -#> 5696 25 A69-1303-555 8774 2016-12-29 06:04:00 50 -#> 5697 25 A69-1303-555 8775 2016-12-29 06:10:00 50 -#> 5698 25 A69-1303-555 8776 2016-12-29 06:12:00 50 -#> 5699 25 A69-1303-555 8777 2016-12-29 06:14:00 50 -#> 5700 25 A69-1303-555 8779 2016-12-29 06:16:00 50 -#> 5701 25 A69-1303-555 8780 2016-12-29 06:18:00 50 -#> 5702 25 A69-1303-555 8781 2016-12-29 06:28:00 50 -#> 5703 25 A69-1303-555 8782 2016-12-29 06:30:00 50 -#> 5704 25 A69-1303-555 8785 2016-12-29 06:32:00 50 -#> 5705 25 A69-1303-555 8786 2016-12-29 17:04:00 51 -#> 5706 25 A69-1303-555 8787 2016-12-29 17:08:00 51 -#> 5707 25 A69-1303-555 8789 2016-12-29 17:10:00 51 -#> 5708 25 A69-1303-555 8790 2016-12-29 17:12:00 51 -#> 5709 25 A69-1303-555 8792 2016-12-29 17:14:00 51 -#> 5710 25 A69-1303-555 8793 2016-12-29 17:16:00 51 -#> 5711 25 A69-1303-555 8794 2016-12-29 17:18:00 51 -#> 5712 25 A69-1303-555 8795 2016-12-29 17:20:00 51 -#> 5713 25 A69-1303-555 8797 2016-12-29 17:22:00 51 -#> 5714 25 A69-1303-555 8799 2016-12-29 17:24:00 51 -#> 5715 25 A69-1303-555 8801 2016-12-29 17:26:00 51 -#> 5716 25 A69-1303-555 8802 2016-12-29 17:28:00 51 -#> 5717 25 A69-1303-555 8804 2016-12-29 17:34:00 51 -#> 5718 25 A69-1303-555 8805 2016-12-29 20:06:00 50 -#> 5719 25 A69-1303-555 8806 2016-12-29 20:10:00 50 -#> 5720 25 A69-1303-555 8808 2016-12-29 20:12:00 50 -#> 5721 25 A69-1303-555 8809 2016-12-29 20:14:00 50 -#> 5722 25 A69-1303-555 8810 2016-12-29 20:16:00 50 -#> 5723 25 A69-1303-555 8812 2016-12-29 20:18:00 50 -#> 5724 25 A69-1303-555 8814 2016-12-29 20:20:00 50 -#> 5725 25 A69-1303-555 8815 2016-12-30 02:26:00 50 -#> 5726 25 A69-1303-555 8816 2016-12-30 02:28:00 50 -#> 5727 25 A69-1303-555 8818 2016-12-30 02:30:00 50 -#> 5728 25 A69-1303-555 8819 2016-12-30 02:32:00 50 -#> 5729 25 A69-1303-555 8820 2016-12-30 02:40:00 50 -#> 5730 25 A69-1303-555 8821 2016-12-30 02:42:00 50 -#> 5731 25 A69-1303-555 8822 2016-12-30 14:38:00 47 -#> 5732 25 A69-1303-555 8823 2016-12-30 14:40:00 47 -#> 5733 25 A69-1303-555 8825 2016-12-30 17:16:00 47 -#> 5734 25 A69-1303-555 8827 2016-12-30 17:34:00 47 -#> 5735 25 A69-1303-555 8829 2016-12-30 17:40:00 47 -#> 5736 25 A69-1303-555 8830 2016-12-30 17:42:00 47 -#> 5737 25 A69-1303-555 8831 2016-12-30 17:44:00 47 -#> 5738 25 A69-1303-555 8832 2016-12-30 17:48:00 47 -#> 5739 25 A69-1303-555 8833 2016-12-30 17:50:00 47 -#> 5740 25 A69-1303-555 8835 2016-12-30 17:54:00 47 -#> 5741 25 A69-1303-555 8836 2016-12-30 18:10:00 47 -#> 5742 25 A69-1303-555 8837 2016-12-30 18:36:00 41 -#> 5743 25 A69-1303-555 8838 2016-12-30 18:44:00 41 -#> 5744 25 A69-1303-555 8839 2016-12-30 18:46:00 41 -#> 5745 25 A69-1303-555 8840 2016-12-30 18:48:00 41 -#> 5746 25 A69-1303-555 8841 2016-12-30 18:50:00 41 -#> 5747 25 A69-1303-555 8842 2016-12-30 18:52:00 41 -#> 5748 25 A69-1303-555 8844 2016-12-30 18:54:00 41 -#> 5749 25 A69-1303-555 8846 2016-12-30 18:56:00 41 -#> 5750 25 A69-1303-555 8847 2016-12-30 18:58:00 41 -#> 5751 25 A69-1303-555 8848 2016-12-30 19:00:00 41 -#> 5752 25 A69-1303-555 8849 2016-12-30 19:10:00 41 -#> 5753 25 A69-1303-555 8850 2016-12-30 19:14:00 41 -#> 5754 25 A69-1303-555 8851 2016-12-30 19:20:00 41 -#> 5755 25 A69-1303-555 8852 2016-12-30 19:22:00 41 -#> 5756 25 A69-1303-555 8854 2016-12-30 19:26:00 41 -#> 5757 25 A69-1303-555 8855 2016-12-30 19:28:00 41 -#> 5758 25 A69-1303-555 8856 2016-12-30 19:30:00 41 -#> 5759 25 A69-1303-555 8857 2016-12-30 19:32:00 41 -#> 5760 25 A69-1303-555 8858 2016-12-30 19:48:00 41 -#> 5761 25 A69-1303-555 8859 2016-12-31 18:30:00 24 -#> 5762 25 A69-1303-555 8860 2016-12-31 18:34:00 24 -#> 5763 25 A69-1303-555 8861 2016-12-31 18:36:00 24 -#> 5764 25 A69-1303-555 8863 2016-12-31 18:38:00 24 -#> 5765 25 A69-1303-555 8864 2016-12-31 18:40:00 24 -#> 5766 25 A69-1303-555 8865 2016-12-31 18:42:00 24 -#> 5767 25 A69-1303-555 8867 2016-12-31 18:44:00 24 -#> 5768 25 A69-1303-555 8869 2016-12-31 18:46:00 24 -#> 5769 25 A69-1303-555 8871 2016-12-31 18:48:00 24 -#> 5770 25 A69-1303-555 8873 2016-12-31 18:50:00 24 -#> 5771 25 A69-1303-555 8875 2016-12-31 18:52:00 24 -#> 5772 25 A69-1303-555 8877 2016-12-31 18:54:00 24 -#> 5773 25 A69-1303-555 8879 2016-12-31 18:56:00 24 -#> 5774 25 A69-1303-555 8882 2016-12-31 18:58:00 24 -#> 5775 25 A69-1303-555 8883 2016-12-31 19:00:00 24 -#> 5776 25 A69-1303-555 8885 2016-12-31 19:02:00 24 -#> 5777 25 A69-1303-555 8887 2016-12-31 19:04:00 24 -#> 5778 25 A69-1303-555 8889 2016-12-31 19:06:00 24 -#> 5779 25 A69-1303-555 8891 2016-12-31 19:08:00 24 -#> 5780 25 A69-1303-555 8892 2016-12-31 19:10:00 24 -#> 5781 25 A69-1303-555 8893 2016-12-31 19:12:00 24 -#> 5782 25 A69-1303-555 8894 2016-12-31 19:14:00 24 -#> 5783 25 A69-1303-555 8895 2016-12-31 19:16:00 24 -#> 5784 25 A69-1303-555 8898 2017-01-01 21:34:00 45 -#> 5785 25 A69-1303-555 8899 2017-01-01 21:36:00 45 -#> 5786 25 A69-1303-555 8901 2017-01-01 21:38:00 45 -#> 5787 25 A69-1303-555 8904 2017-01-01 21:40:00 45 -#> 5788 25 A69-1303-555 8905 2017-01-01 21:44:00 45 -#> 5789 25 A69-1303-555 8906 2017-01-01 21:46:00 45 -#> 5790 25 A69-1303-555 8908 2017-01-01 21:48:00 45 -#> 5791 25 A69-1303-555 8910 2017-01-01 22:18:00 45 -#> 5792 25 A69-1303-555 8911 2017-01-01 22:24:00 45 -#> 5793 25 A69-1303-555 8913 2017-01-01 22:26:00 45 -#> 5794 25 A69-1303-555 8914 2017-01-01 22:28:00 45 -#> 5795 25 A69-1303-555 8915 2017-01-01 22:30:00 45 -#> 5796 25 A69-1303-555 8917 2017-01-01 22:32:00 45 -#> 5797 25 A69-1303-555 8918 2017-01-01 22:34:00 45 -#> 5798 25 A69-1303-555 8920 2017-01-01 22:36:00 45 -#> 5799 25 A69-1303-555 8923 2017-01-01 22:38:00 45 -#> 5800 25 A69-1303-555 8924 2017-01-01 22:40:00 45 -#> 5801 25 A69-1303-555 8926 2017-01-01 22:42:00 45 -#> 5802 25 A69-1303-555 8927 2017-01-01 22:44:00 45 -#> 5803 25 A69-1303-555 8929 2017-01-01 22:46:00 45 -#> 5804 25 A69-1303-555 8931 2017-01-01 22:48:00 45 -#> 5805 25 A69-1303-555 8933 2017-01-01 22:50:00 45 -#> 5806 25 A69-1303-555 8934 2017-01-01 22:52:00 45 -#> 5807 25 A69-1303-555 8935 2017-01-01 22:54:00 45 -#> 5808 25 A69-1303-555 8936 2017-01-01 22:58:00 45 -#> 5809 25 A69-1303-555 8937 2017-01-01 23:00:00 45 -#> 5810 25 A69-1303-555 8938 2017-01-01 23:02:00 45 -#> 5811 25 A69-1303-555 8939 2017-01-01 23:04:00 45 -#> 5812 25 A69-1303-555 8941 2017-01-01 23:06:00 45 -#> 5813 25 A69-1303-555 8942 2017-01-01 23:08:00 45 -#> 5814 25 A69-1303-555 8944 2017-01-01 23:10:00 45 -#> 5815 25 A69-1303-555 8945 2017-01-01 23:12:00 45 -#> 5816 25 A69-1303-555 8946 2017-01-01 23:14:00 45 -#> 5817 25 A69-1303-555 8949 2017-01-01 23:16:00 45 -#> 5818 25 A69-1303-555 8950 2017-01-01 23:18:00 45 -#> 5819 25 A69-1303-555 8952 2017-01-01 23:20:00 45 -#> 5820 25 A69-1303-555 8954 2017-01-01 23:22:00 45 -#> 5821 25 A69-1303-555 8956 2017-01-01 23:24:00 45 -#> 5822 25 A69-1303-555 8958 2017-01-01 23:26:00 45 -#> 5823 25 A69-1303-555 8959 2017-01-01 23:28:00 45 -#> 5824 25 A69-1303-555 8961 2017-01-01 23:30:00 45 -#> 5825 25 A69-1303-555 8963 2017-01-01 23:32:00 45 -#> 5826 25 A69-1303-555 8964 2017-01-01 23:34:00 45 -#> 5827 25 A69-1303-555 8966 2017-01-01 23:36:00 45 -#> 5828 25 A69-1303-555 8968 2017-01-01 23:40:00 45 -#> 5829 25 A69-1303-555 8970 2017-01-01 23:42:00 45 -#> 5830 25 A69-1303-555 8972 2017-01-01 23:44:00 45 -#> 5831 25 A69-1303-555 8973 2017-01-01 23:46:00 45 -#> 5832 25 A69-1303-555 8974 2017-01-01 23:48:00 45 -#> 5833 25 A69-1303-555 8975 2017-01-01 23:50:00 45 -#> 5834 25 A69-1303-555 8976 2017-01-01 23:54:00 45 -#> 5835 25 A69-1303-555 8977 2017-01-02 00:02:00 45 -#> 5836 25 A69-1303-555 8978 2017-01-02 00:12:00 45 -#> 5837 25 A69-1303-555 8979 2017-01-02 00:24:00 45 -#> 5838 25 A69-1303-555 8980 2017-01-02 03:56:00 45 -#> 5839 25 A69-1303-555 8981 2017-01-02 03:58:00 45 -#> 5840 25 A69-1303-555 8982 2017-01-02 04:00:00 45 -#> 5841 25 A69-1303-555 8983 2017-01-02 04:02:00 45 -#> 5842 25 A69-1303-555 8984 2017-01-02 04:04:00 45 -#> 5843 25 A69-1303-555 8986 2017-01-02 04:06:00 45 -#> 5844 25 A69-1303-555 8987 2017-01-02 04:08:00 45 -#> 5845 25 A69-1303-555 8988 2017-01-02 04:10:00 45 -#> 5846 25 A69-1303-555 8990 2017-01-02 04:12:00 45 -#> 5847 25 A69-1303-555 8992 2017-01-02 04:16:00 45 -#> 5848 25 A69-1303-555 8993 2017-01-02 04:18:00 45 -#> 5849 25 A69-1303-555 8994 2017-01-02 04:20:00 45 -#> 5850 25 A69-1303-555 8995 2017-01-02 04:22:00 45 -#> 5851 25 A69-1303-555 8996 2017-01-02 04:24:00 45 -#> 5852 25 A69-1303-555 8997 2017-01-02 04:26:00 45 -#> 5853 25 A69-1303-555 8999 2017-01-02 04:28:00 45 -#> 5854 25 A69-1303-555 9001 2017-01-02 04:30:00 45 -#> 5855 25 A69-1303-555 9003 2017-01-02 04:32:00 45 -#> 5856 25 A69-1303-555 9005 2017-01-02 04:34:00 45 -#> 5857 25 A69-1303-555 9006 2017-01-02 04:36:00 45 -#> 5858 25 A69-1303-555 9008 2017-01-02 04:38:00 45 -#> 5859 25 A69-1303-555 9010 2017-01-02 04:40:00 45 -#> 5860 25 A69-1303-555 9012 2017-01-02 04:42:00 45 -#> 5861 25 A69-1303-555 9013 2017-01-02 04:44:00 45 -#> 5862 25 A69-1303-555 9014 2017-01-02 18:40:00 50 -#> 5863 25 A69-1303-555 9015 2017-01-02 18:52:00 50 -#> 5864 25 A69-1303-555 9016 2017-01-02 18:54:00 50 -#> 5865 25 A69-1303-555 9018 2017-01-02 18:56:00 50 -#> 5866 25 A69-1303-555 9020 2017-01-02 19:00:00 50 -#> 5867 25 A69-1303-555 9021 2017-01-02 19:02:00 50 -#> 5868 25 A69-1303-555 9022 2017-01-02 22:04:00 50 -#> 5869 25 A69-1303-555 9023 2017-01-02 22:10:00 50 -#> 5870 25 A69-1303-555 9025 2017-01-02 22:12:00 50 -#> 5871 25 A69-1303-555 9027 2017-01-02 22:14:00 50 -#> 5872 25 A69-1303-555 9029 2017-01-02 22:16:00 50 -#> 5873 25 A69-1303-555 9031 2017-01-02 22:18:00 50 -#> 5874 25 A69-1303-555 9033 2017-01-03 07:20:00 50 -#> 5875 25 A69-1303-555 9034 2017-01-03 07:22:00 50 -#> 5876 25 A69-1303-555 9035 2017-01-03 07:26:00 50 -#> 5877 25 A69-1303-555 9037 2017-01-03 07:28:00 50 -#> 5878 25 A69-1303-555 9038 2017-01-03 07:30:00 50 -#> 5879 25 A69-1303-555 9039 2017-01-03 07:34:00 50 -#> 5880 25 A69-1303-555 9040 2017-01-03 07:36:00 50 -#> 5881 25 A69-1303-555 9041 2017-01-03 10:24:00 50 -#> 5882 25 A69-1303-555 9042 2017-01-03 10:26:00 50 -#> 5883 25 A69-1303-555 9045 2017-01-03 10:28:00 50 -#> 5884 25 A69-1303-555 9047 2017-01-03 10:30:00 50 -#> 5885 25 A69-1303-555 9048 2017-01-03 10:32:00 50 -#> 5886 25 A69-1303-555 9050 2017-01-03 10:34:00 50 -#> 5887 25 A69-1303-555 9051 2017-01-03 10:36:00 50 -#> 5888 25 A69-1303-555 9052 2017-01-05 02:00:00 45 -#> 5889 25 A69-1303-555 9053 2017-01-05 02:02:00 45 -#> 5890 25 A69-1303-555 9054 2017-01-05 02:04:00 45 -#> 5891 25 A69-1303-555 9056 2017-01-05 02:22:00 45 -#> 5892 25 A69-1303-555 9058 2017-01-05 02:26:00 45 -#> 5893 25 A69-1303-555 9059 2017-01-05 02:28:00 45 -#> 5894 25 A69-1303-555 9061 2017-01-05 02:30:00 45 -#> 5895 25 A69-1303-555 9064 2017-01-05 02:32:00 45 -#> 5896 25 A69-1303-555 9066 2017-01-05 02:34:00 45 -#> 5897 25 A69-1303-555 9067 2017-01-05 02:36:00 45 -#> 5898 25 A69-1303-555 9070 2017-01-05 02:38:00 45 -#> 5899 25 A69-1303-555 9072 2017-01-05 02:40:00 45 -#> 5900 25 A69-1303-555 9073 2017-01-05 02:42:00 45 -#> 5901 25 A69-1303-555 9075 2017-01-05 02:44:00 45 -#> 5902 25 A69-1303-555 9076 2017-01-05 02:46:00 45 -#> 5903 25 A69-1303-555 9079 2017-01-05 02:48:00 45 -#> 5904 25 A69-1303-555 9080 2017-01-05 02:50:00 45 -#> 5905 25 A69-1303-555 9081 2017-01-05 02:52:00 45 -#> 5906 25 A69-1303-555 9082 2017-01-05 02:54:00 45 -#> 5907 25 A69-1303-555 9083 2017-01-05 02:56:00 45 -#> 5908 25 A69-1303-555 9084 2017-01-05 02:58:00 45 -#> 5909 25 A69-1303-555 9085 2017-01-05 03:00:00 45 -#> 5910 25 A69-1303-555 9086 2017-01-05 03:04:00 45 -#> 5911 25 A69-1303-555 9087 2017-01-05 03:06:00 45 -#> 5912 25 A69-1303-555 9088 2017-01-05 03:08:00 45 -#> 5913 25 A69-1303-555 9089 2017-01-05 03:10:00 45 -#> 5914 25 A69-1303-555 9090 2017-01-05 03:12:00 45 -#> 5915 25 A69-1303-555 9092 2017-01-05 03:14:00 45 -#> 5916 25 A69-1303-555 9093 2017-01-05 03:16:00 45 -#> 5917 25 A69-1303-555 9095 2017-01-05 03:18:00 45 -#> 5918 25 A69-1303-555 9096 2017-01-05 03:20:00 45 -#> 5919 25 A69-1303-555 9098 2017-01-05 03:22:00 45 -#> 5920 25 A69-1303-555 9100 2017-01-05 03:26:00 45 -#> 5921 25 A69-1303-555 9101 2017-01-05 03:32:00 45 -#> 5922 25 A69-1303-555 9103 2017-01-05 03:34:00 45 -#> 5923 25 A69-1303-555 9105 2017-01-05 03:36:00 45 -#> 5924 25 A69-1303-555 9107 2017-01-05 03:44:00 45 -#> 5925 25 A69-1303-555 9108 2017-01-05 04:02:00 45 -#> 5926 25 A69-1303-555 9109 2017-01-05 04:12:00 45 -#> 5927 25 A69-1303-555 9110 2017-01-05 04:14:00 45 -#> 5928 25 A69-1303-555 9111 2017-01-05 04:24:00 45 -#> 5929 25 A69-1303-555 9112 2017-01-05 04:26:00 45 -#> 5930 25 A69-1303-555 9114 2017-01-05 04:30:00 45 -#> 5931 25 A69-1303-555 9115 2017-01-05 04:32:00 45 -#> 5932 25 A69-1303-555 9117 2017-01-05 04:34:00 45 -#> 5933 25 A69-1303-555 9118 2017-01-05 04:36:00 45 -#> 5934 25 A69-1303-555 9119 2017-01-05 04:40:00 45 -#> 5935 25 A69-1303-555 9121 2017-01-05 04:42:00 45 -#> 5936 25 A69-1303-555 9123 2017-01-05 04:44:00 45 -#> 5937 25 A69-1303-555 9124 2017-01-05 04:46:00 45 -#> 5938 25 A69-1303-555 9126 2017-01-05 04:48:00 45 -#> 5939 25 A69-1303-555 9127 2017-01-05 04:50:00 45 -#> 5940 25 A69-1303-555 9128 2017-01-05 04:52:00 45 -#> 5941 25 A69-1303-555 9129 2017-01-05 04:58:00 45 -#> 5942 25 A69-1303-555 9130 2017-01-05 05:00:00 45 -#> 5943 25 A69-1303-555 9132 2017-01-05 05:02:00 45 -#> 5944 25 A69-1303-555 9134 2017-01-05 05:06:00 45 -#> 5945 25 A69-1303-555 9136 2017-01-05 05:08:00 45 -#> 5946 25 A69-1303-555 9137 2017-01-05 05:12:00 45 -#> 5947 25 A69-1303-555 9138 2017-01-05 05:20:00 45 -#> 5948 25 A69-1303-555 9139 2017-01-05 05:24:00 45 -#> 5949 25 A69-1303-555 9140 2017-01-05 05:32:00 45 -#> 5950 25 A69-1303-555 9141 2017-01-05 05:36:00 45 -#> 5951 25 A69-1303-555 9142 2017-01-05 05:42:00 45 -#> 5952 25 A69-1303-555 9144 2017-01-05 05:44:00 45 -#> 5953 25 A69-1303-555 9145 2017-01-05 05:50:00 45 -#> 5954 25 A69-1303-555 9146 2017-01-05 06:56:00 45 -#> 5955 25 A69-1303-555 9147 2017-01-05 07:00:00 45 -#> 5956 25 A69-1303-555 9148 2017-01-05 07:06:00 45 -#> 5957 25 A69-1303-555 9150 2017-01-05 07:08:00 45 -#> 5958 25 A69-1303-555 9151 2017-01-05 07:10:00 45 -#> 5959 25 A69-1303-555 9152 2017-01-05 07:14:00 45 -#> 5960 25 A69-1303-555 9153 2017-01-05 07:16:00 45 -#> 5961 25 A69-1303-555 9154 2017-01-05 07:18:00 45 -#> 5962 25 A69-1303-555 9156 2017-01-05 07:20:00 45 -#> 5963 25 A69-1303-555 9158 2017-01-05 07:24:00 45 -#> 5964 25 A69-1303-555 9160 2017-01-05 07:26:00 45 -#> 5965 25 A69-1303-555 9162 2017-01-05 07:28:00 45 -#> 5966 25 A69-1303-555 9163 2017-01-05 07:30:00 45 -#> 5967 25 A69-1303-555 9165 2017-01-05 07:32:00 45 -#> 5968 25 A69-1303-555 9168 2017-01-05 07:34:00 45 -#> 5969 25 A69-1303-555 9169 2017-01-05 07:36:00 45 -#> 5970 25 A69-1303-555 9170 2017-01-05 07:38:00 45 -#> 5971 25 A69-1303-555 9171 2017-01-05 07:40:00 45 -#> 5972 25 A69-1303-555 9173 2017-01-05 07:46:00 45 -#> 5973 25 A69-1303-555 9174 2017-01-05 07:48:00 45 -#> 5974 25 A69-1303-555 9175 2017-01-05 07:50:00 45 -#> 5975 25 A69-1303-555 9178 2017-01-05 07:52:00 45 -#> 5976 25 A69-1303-555 9179 2017-01-05 07:54:00 45 -#> 5977 25 A69-1303-555 9180 2017-01-05 07:56:00 45 -#> 5978 25 A69-1303-555 9182 2017-01-05 07:58:00 45 -#> 5979 25 A69-1303-555 9184 2017-01-05 08:00:00 45 -#> 5980 25 A69-1303-555 9185 2017-01-05 08:02:00 45 -#> 5981 25 A69-1303-555 9187 2017-01-05 08:04:00 45 -#> 5982 25 A69-1303-555 9188 2017-01-05 08:06:00 45 -#> 5983 25 A69-1303-555 9190 2017-01-05 08:08:00 45 -#> 5984 25 A69-1303-555 9193 2017-01-05 08:10:00 45 -#> 5985 25 A69-1303-555 9196 2017-01-05 08:12:00 45 -#> 5986 25 A69-1303-555 9198 2017-01-05 08:14:00 45 -#> 5987 25 A69-1303-555 9200 2017-01-05 08:16:00 45 -#> 5988 25 A69-1303-555 9201 2017-01-05 08:18:00 45 -#> 5989 25 A69-1303-555 9202 2017-01-05 08:20:00 45 -#> 5990 25 A69-1303-555 9203 2017-01-05 08:22:00 45 -#> 5991 25 A69-1303-555 9205 2017-01-05 08:24:00 45 -#> 5992 25 A69-1303-555 9207 2017-01-05 08:26:00 45 -#> 5993 25 A69-1303-555 9208 2017-01-05 08:28:00 45 -#> 5994 25 A69-1303-555 9210 2017-01-05 08:30:00 45 -#> 5995 25 A69-1303-555 9211 2017-01-05 08:32:00 45 -#> 5996 25 A69-1303-555 9213 2017-01-05 08:36:00 45 -#> 5997 25 A69-1303-555 9214 2017-01-05 08:38:00 45 -#> 5998 25 A69-1303-555 9215 2017-01-05 08:42:00 45 -#> 5999 25 A69-1303-555 9216 2017-01-05 08:46:00 45 -#> 6000 25 A69-1303-555 9217 2017-01-05 08:56:00 45 -#> 6001 25 A69-1303-555 9219 2017-01-05 08:58:00 45 -#> 6002 25 A69-1303-555 9220 2017-01-05 09:00:00 45 -#> 6003 25 A69-1303-555 9221 2017-01-05 09:04:00 45 -#> 6004 25 A69-1303-555 9223 2017-01-05 09:06:00 45 -#> 6005 25 A69-1303-555 9224 2017-01-05 09:08:00 45 -#> 6006 25 A69-1303-555 9226 2017-01-05 09:10:00 45 -#> 6007 25 A69-1303-555 9227 2017-01-05 09:12:00 45 -#> 6008 25 A69-1303-555 9229 2017-01-05 09:14:00 45 -#> 6009 25 A69-1303-555 9230 2017-01-05 09:16:00 45 -#> 6010 25 A69-1303-555 9233 2017-01-05 09:18:00 45 -#> 6011 25 A69-1303-555 9234 2017-01-05 09:22:00 45 -#> 6012 25 A69-1303-555 9235 2017-01-05 09:24:00 45 -#> 6013 25 A69-1303-555 9236 2017-01-05 09:26:00 45 -#> 6014 25 A69-1303-555 9238 2017-01-05 09:28:00 45 -#> 6015 25 A69-1303-555 9239 2017-01-05 09:30:00 45 -#> 6016 25 A69-1303-555 9240 2017-01-05 09:32:00 45 -#> 6017 25 A69-1303-555 9243 2017-01-05 09:36:00 45 -#> 6018 25 A69-1303-555 9245 2017-01-05 09:38:00 45 -#> 6019 25 A69-1303-555 9246 2017-01-05 09:40:00 45 -#> 6020 25 A69-1303-555 9248 2017-01-05 09:42:00 45 -#> 6021 25 A69-1303-555 9250 2017-01-05 09:44:00 45 -#> 6022 25 A69-1303-555 9251 2017-01-05 09:46:00 45 -#> 6023 25 A69-1303-555 9252 2017-01-05 09:48:00 45 -#> 6024 25 A69-1303-555 9254 2017-01-05 09:50:00 45 -#> 6025 25 A69-1303-555 9255 2017-01-05 09:52:00 45 -#> 6026 25 A69-1303-555 9256 2017-01-05 09:54:00 45 -#> 6027 25 A69-1303-555 9258 2017-01-05 09:56:00 45 -#> 6028 25 A69-1303-555 9259 2017-01-05 09:58:00 45 -#> 6029 25 A69-1303-555 9261 2017-01-05 10:00:00 45 -#> 6030 25 A69-1303-555 9264 2017-01-05 10:02:00 45 -#> 6031 25 A69-1303-555 9266 2017-01-05 10:04:00 45 -#> 6032 25 A69-1303-555 9267 2017-01-05 10:06:00 45 -#> 6033 25 A69-1303-555 9269 2017-01-05 10:08:00 45 -#> 6034 25 A69-1303-555 9271 2017-01-05 10:10:00 45 -#> 6035 25 A69-1303-555 9273 2017-01-05 10:12:00 45 -#> 6036 25 A69-1303-555 9275 2017-01-05 10:14:00 45 -#> 6037 25 A69-1303-555 9276 2017-01-05 10:16:00 45 -#> 6038 25 A69-1303-555 9278 2017-01-05 10:18:00 45 -#> 6039 25 A69-1303-555 9279 2017-01-05 10:20:00 45 -#> 6040 25 A69-1303-555 9281 2017-01-05 10:24:00 45 -#> 6041 25 A69-1303-555 9282 2017-01-05 10:26:00 45 -#> 6042 25 A69-1303-555 9284 2017-01-05 10:28:00 45 -#> 6043 25 A69-1303-555 9286 2017-01-05 10:30:00 45 -#> 6044 25 A69-1303-555 9287 2017-01-05 10:32:00 45 -#> 6045 25 A69-1303-555 9289 2017-01-05 10:34:00 45 -#> 6046 25 A69-1303-555 9291 2017-01-05 10:36:00 45 -#> 6047 25 A69-1303-555 9292 2017-01-05 10:38:00 45 -#> 6048 25 A69-1303-555 9293 2017-01-05 10:42:00 45 -#> 6049 25 A69-1303-555 9295 2017-01-05 10:44:00 45 -#> 6050 25 A69-1303-555 9296 2017-01-05 10:46:00 45 -#> 6051 25 A69-1303-555 9297 2017-01-05 10:48:00 45 -#> 6052 25 A69-1303-555 9298 2017-01-06 19:38:00 51 -#> 6053 25 A69-1303-555 9299 2017-01-06 19:40:00 51 -#> 6054 25 A69-1303-555 9300 2017-01-06 19:42:00 51 -#> 6055 25 A69-1303-555 9302 2017-01-06 19:44:00 51 -#> 6056 25 A69-1303-555 9303 2017-01-06 19:48:00 51 -#> 6057 25 A69-1303-555 9304 2017-01-08 03:52:00 50 -#> 6058 25 A69-1303-555 9305 2017-01-08 03:54:00 50 -#> 6059 25 A69-1303-555 9306 2017-01-08 03:56:00 50 -#> 6060 25 A69-1303-555 9308 2017-01-08 03:58:00 50 -#> 6061 25 A69-1303-555 9309 2017-01-08 04:00:00 50 -#> 6062 25 A69-1303-555 9310 2017-01-08 04:02:00 50 -#> 6063 25 A69-1303-555 9312 2017-01-08 04:04:00 50 -#> 6064 25 A69-1303-555 9313 2017-01-08 04:06:00 50 -#> 6065 25 A69-1303-555 9314 2017-01-08 04:08:00 50 -#> 6066 25 A69-1303-555 9315 2017-01-08 17:22:00 48 -#> 6067 25 A69-1303-555 9317 2017-01-08 17:24:00 48 -#> 6068 25 A69-1303-555 9318 2017-01-08 17:26:00 48 -#> 6069 25 A69-1303-555 9321 2017-01-08 17:28:00 48 -#> 6070 25 A69-1303-555 9322 2017-01-08 17:30:00 48 -#> 6071 25 A69-1303-555 9323 2017-01-08 17:32:00 48 -#> 6072 25 A69-1303-555 9325 2017-01-08 17:36:00 48 -#> 6073 25 A69-1303-555 9326 2017-01-08 17:38:00 48 -#> 6074 25 A69-1303-555 9329 2017-01-08 17:40:00 48 -#> 6075 25 A69-1303-555 9330 2017-01-08 17:42:00 48 -#> 6076 25 A69-1303-555 9331 2017-01-08 17:44:00 48 -#> 6077 25 A69-1303-555 9333 2017-01-08 17:46:00 48 -#> 6078 25 A69-1303-555 9334 2017-01-08 17:48:00 48 -#> 6079 25 A69-1303-555 9336 2017-01-08 17:50:00 48 -#> 6080 25 A69-1303-555 9337 2017-01-08 17:52:00 48 -#> 6081 25 A69-1303-555 9340 2017-01-08 17:54:00 48 -#> 6082 25 A69-1303-555 9341 2017-01-08 17:56:00 48 -#> 6083 25 A69-1303-555 9344 2017-01-08 17:58:00 48 -#> 6084 25 A69-1303-555 9345 2017-01-08 18:00:00 48 -#> 6085 25 A69-1303-555 9347 2017-01-08 18:02:00 48 -#> 6086 25 A69-1303-555 9350 2017-01-08 18:04:00 48 -#> 6087 25 A69-1303-555 9351 2017-01-08 18:06:00 48 -#> 6088 25 A69-1303-555 9353 2017-01-08 18:08:00 48 -#> 6089 25 A69-1303-555 9354 2017-01-08 18:10:00 48 -#> 6090 25 A69-1303-555 9356 2017-01-08 18:12:00 48 -#> 6091 25 A69-1303-555 9357 2017-01-08 18:14:00 48 -#> 6092 25 A69-1303-555 9358 2017-01-08 18:16:00 48 -#> 6093 25 A69-1303-555 9359 2017-01-08 18:18:00 48 -#> 6094 25 A69-1303-555 9362 2017-01-08 18:20:00 48 -#> 6095 25 A69-1303-555 9364 2017-01-08 18:22:00 48 -#> 6096 25 A69-1303-555 9366 2017-01-08 18:24:00 48 -#> 6097 25 A69-1303-555 9368 2017-01-08 18:26:00 48 -#> 6098 25 A69-1303-555 9369 2017-01-08 18:28:00 48 -#> 6099 25 A69-1303-555 9371 2017-01-08 18:30:00 48 -#> 6100 25 A69-1303-555 9373 2017-01-08 18:32:00 48 -#> 6101 25 A69-1303-555 9374 2017-01-08 18:34:00 48 -#> 6102 25 A69-1303-555 9376 2017-01-08 18:36:00 48 -#> 6103 25 A69-1303-555 9377 2017-01-08 18:38:00 48 -#> 6104 25 A69-1303-555 9378 2017-01-08 18:40:00 48 -#> 6105 25 A69-1303-555 9379 2017-01-09 17:34:00 45 -#> 6106 25 A69-1303-555 9380 2017-01-09 17:36:00 45 -#> 6107 25 A69-1303-555 9381 2017-01-09 17:38:00 45 -#> 6108 25 A69-1303-555 9382 2017-01-09 17:40:00 45 -#> 6109 25 A69-1303-555 9384 2017-01-09 17:42:00 45 -#> 6110 25 A69-1303-555 9386 2017-01-09 17:44:00 45 -#> 6111 25 A69-1303-555 9387 2017-01-09 19:56:00 45 -#> 6112 25 A69-1303-555 9389 2017-01-09 19:58:00 45 -#> 6113 25 A69-1303-555 9390 2017-01-09 20:00:00 45 -#> 6114 25 A69-1303-555 9391 2017-01-09 20:02:00 45 -#> 6115 25 A69-1303-555 9392 2017-01-09 20:04:00 45 -#> 6116 25 A69-1303-555 9393 2017-01-09 20:06:00 45 -#> 6117 25 A69-1303-555 9394 2017-01-09 20:10:00 45 -#> 6118 25 A69-1303-555 9395 2017-01-09 20:12:00 45 -#> 6119 25 A69-1303-555 9396 2017-01-09 20:14:00 45 -#> 6120 25 A69-1303-555 9398 2017-01-09 20:16:00 45 -#> 6121 25 A69-1303-555 9399 2017-01-09 20:18:00 45 -#> 6122 25 A69-1303-555 9401 2017-01-09 20:20:00 45 -#> 6123 25 A69-1303-555 9403 2017-01-09 20:22:00 45 -#> 6124 25 A69-1303-555 9404 2017-01-09 20:24:00 45 -#> 6125 25 A69-1303-555 9405 2017-01-09 20:26:00 45 -#> 6126 25 A69-1303-555 9406 2017-01-09 20:28:00 45 -#> 6127 25 A69-1303-555 9407 2017-01-09 20:44:00 45 -#> 6128 25 A69-1303-555 9409 2017-01-09 20:46:00 45 -#> 6129 25 A69-1303-555 9410 2017-01-09 20:50:00 45 -#> 6130 25 A69-1303-555 9411 2017-01-09 20:52:00 45 -#> 6131 25 A69-1303-555 9413 2017-01-09 20:54:00 45 -#> 6132 25 A69-1303-555 9415 2017-01-09 20:56:00 45 -#> 6133 25 A69-1303-555 9416 2017-01-09 20:58:00 45 -#> 6134 25 A69-1303-555 9418 2017-01-09 21:02:00 45 -#> 6135 25 A69-1303-555 9419 2017-01-09 21:10:00 45 -#> 6136 25 A69-1303-555 9422 2017-01-09 22:18:00 48 -#> 6137 25 A69-1303-555 9423 2017-01-09 22:20:00 48 -#> 6138 25 A69-1303-555 9424 2017-01-09 22:22:00 48 -#> 6139 25 A69-1303-555 9425 2017-01-09 22:24:00 48 -#> 6140 25 A69-1303-555 9427 2017-01-09 22:26:00 48 -#> 6141 25 A69-1303-555 9428 2017-01-09 22:28:00 48 -#> 6142 25 A69-1303-555 9430 2017-01-09 22:30:00 48 -#> 6143 25 A69-1303-555 9433 2017-01-09 22:34:00 48 -#> 6144 25 A69-1303-555 9435 2017-01-09 22:36:00 48 -#> 6145 25 A69-1303-555 9437 2017-01-09 22:38:00 48 -#> 6146 25 A69-1303-555 9438 2017-01-09 22:40:00 48 -#> 6147 25 A69-1303-555 9440 2017-01-09 22:42:00 48 -#> 6148 25 A69-1303-555 9441 2017-01-09 22:46:00 48 -#> 6149 25 A69-1303-555 9442 2017-01-09 22:52:00 48 -#> 6150 25 A69-1303-555 9443 2017-01-09 22:54:00 48 -#> 6151 25 A69-1303-555 9444 2017-01-12 14:00:00 50 -#> 6152 25 A69-1303-555 9445 2017-01-12 14:02:00 50 -#> 6153 25 A69-1303-555 9447 2017-01-12 21:28:00 41 -#> 6154 25 A69-1303-555 9449 2017-01-12 21:32:00 41 -#> 6155 25 A69-1303-555 9450 2017-01-12 21:36:00 41 -#> 6156 25 A69-1303-555 9451 2017-01-13 07:34:00 24 -#> 6157 25 A69-1303-555 9452 2017-01-13 07:36:00 24 -#> 6158 25 A69-1303-555 9453 2017-01-13 07:38:00 24 -#> 6159 25 A69-1303-555 9454 2017-01-13 07:40:00 24 -#> 6160 25 A69-1303-555 9456 2017-01-13 07:42:00 24 -#> 6161 25 A69-1303-555 9457 2017-01-13 07:44:00 24 -#> 6162 25 A69-1303-555 9459 2017-01-13 07:46:00 24 -#> 6163 25 A69-1303-555 9462 2017-01-13 07:48:00 24 -#> 6164 25 A69-1303-555 9464 2017-01-13 07:50:00 24 -#> 6165 25 A69-1303-555 9465 2017-01-13 07:52:00 24 -#> 6166 25 A69-1303-555 9467 2017-01-13 07:54:00 24 -#> 6167 25 A69-1303-555 9469 2017-01-13 07:56:00 24 -#> 6168 25 A69-1303-555 9471 2017-01-13 07:58:00 24 -#> 6169 25 A69-1303-555 9472 2017-01-13 08:06:00 24 -#> 6170 25 A69-1303-555 9474 2017-01-13 08:12:00 24 -#> 6171 25 A69-1303-555 9475 2017-01-13 09:42:00 50 -#> 6172 25 A69-1303-555 9476 2017-01-13 09:44:00 50 -#> 6173 25 A69-1303-555 9477 2017-01-13 20:30:00 45 -#> 6174 25 A69-1303-555 9479 2017-01-13 20:32:00 45 -#> 6175 25 A69-1303-555 9480 2017-01-13 20:34:00 45 -#> 6176 25 A69-1303-555 9482 2017-01-13 20:40:00 45 -#> 6177 25 A69-1303-555 9484 2017-01-13 20:42:00 45 -#> 6178 25 A69-1303-555 9486 2017-01-13 20:44:00 45 -#> 6179 25 A69-1303-555 9488 2017-01-13 20:46:00 45 -#> 6180 25 A69-1303-555 9489 2017-01-13 20:48:00 45 -#> 6181 25 A69-1303-555 9490 2017-01-13 20:50:00 45 -#> 6182 25 A69-1303-555 9493 2017-01-13 20:52:00 45 -#> 6183 25 A69-1303-555 9494 2017-01-13 20:54:00 45 -#> 6184 25 A69-1303-555 9496 2017-01-13 20:56:00 45 -#> 6185 25 A69-1303-555 9498 2017-01-13 20:58:00 45 -#> 6186 25 A69-1303-555 9500 2017-01-13 21:00:00 45 -#> 6187 25 A69-1303-555 9501 2017-01-13 22:16:00 45 -#> 6188 25 A69-1303-555 9502 2017-01-13 22:20:00 45 -#> 6189 25 A69-1303-555 9505 2017-01-13 22:22:00 45 -#> 6190 25 A69-1303-555 9507 2017-01-13 22:24:00 45 -#> 6191 25 A69-1303-555 9508 2017-01-13 22:26:00 45 -#> 6192 25 A69-1303-555 9509 2017-01-13 22:28:00 45 -#> 6193 25 A69-1303-555 9511 2017-01-13 22:32:00 45 -#> 6194 25 A69-1303-555 9512 2017-01-13 22:34:00 45 -#> 6195 25 A69-1303-555 9513 2017-01-13 22:36:00 45 -#> 6196 25 A69-1303-555 9514 2017-01-13 22:38:00 45 -#> 6197 25 A69-1303-555 9516 2017-01-13 22:40:00 45 -#> 6198 25 A69-1303-555 9519 2017-01-13 22:42:00 45 -#> 6199 25 A69-1303-555 9521 2017-01-13 22:44:00 45 -#> 6200 25 A69-1303-555 9524 2017-01-13 22:46:00 45 -#> 6201 25 A69-1303-555 9526 2017-01-13 22:48:00 45 -#> 6202 25 A69-1303-555 9527 2017-01-13 22:50:00 45 -#> 6203 25 A69-1303-555 9530 2017-01-13 22:52:00 45 -#> 6204 25 A69-1303-555 9531 2017-01-13 22:54:00 45 -#> 6205 25 A69-1303-555 9533 2017-01-13 22:58:00 45 -#> 6206 25 A69-1303-555 9534 2017-01-13 23:00:00 45 -#> 6207 25 A69-1303-555 9536 2017-01-13 23:02:00 45 -#> 6208 25 A69-1303-555 9538 2017-01-13 23:04:00 45 -#> 6209 25 A69-1303-555 9540 2017-01-13 23:06:00 45 -#> 6210 25 A69-1303-555 9542 2017-01-13 23:08:00 45 -#> 6211 25 A69-1303-555 9543 2017-01-13 23:10:00 45 -#> 6212 25 A69-1303-555 9545 2017-01-13 23:12:00 45 -#> 6213 25 A69-1303-555 9547 2017-01-14 05:36:00 51 -#> 6214 25 A69-1303-555 9550 2017-01-14 05:38:00 51 -#> 6215 25 A69-1303-555 9552 2017-01-14 05:40:00 51 -#> 6216 25 A69-1303-555 9553 2017-01-14 05:42:00 51 -#> 6217 25 A69-1303-555 9555 2017-01-14 05:44:00 51 -#> 6218 25 A69-1303-555 9556 2017-01-14 05:46:00 51 -#> 6219 25 A69-1303-555 9558 2017-01-14 05:48:00 51 -#> 6220 25 A69-1303-555 9560 2017-01-14 05:50:00 51 -#> 6221 25 A69-1303-555 9561 2017-01-14 05:52:00 51 -#> 6222 25 A69-1303-555 9562 2017-01-15 03:58:00 47 -#> 6223 25 A69-1303-555 9563 2017-01-15 04:00:00 47 -#> 6224 25 A69-1303-555 9564 2017-01-15 04:02:00 47 -#> 6225 25 A69-1303-555 9565 2017-01-15 04:04:00 47 -#> 6226 25 A69-1303-555 9567 2017-01-15 09:08:00 47 -#> 6227 25 A69-1303-555 9569 2017-01-15 09:10:00 47 -#> 6228 25 A69-1303-555 9571 2017-01-15 09:12:00 47 -#> 6229 25 A69-1303-555 9573 2017-01-15 17:42:00 41 -#> 6230 25 A69-1303-555 9574 2017-01-15 17:44:00 41 -#> 6231 25 A69-1303-555 9575 2017-01-15 17:48:00 41 -#> 6232 25 A69-1303-555 9576 2017-01-15 17:50:00 41 -#> 6233 25 A69-1303-555 9577 2017-01-15 17:58:00 47 -#> 6234 25 A69-1303-555 9578 2017-01-15 18:00:00 47 -#> 6235 25 A69-1303-555 9580 2017-01-15 18:02:00 47 -#> 6236 25 A69-1303-555 9581 2017-01-15 18:04:00 47 -#> 6237 25 A69-1303-555 9582 2017-01-15 18:06:00 47 -#> 6238 25 A69-1303-555 9584 2017-01-15 18:08:00 47 -#> 6239 25 A69-1303-555 9585 2017-01-15 18:10:00 47 -#> 6240 25 A69-1303-555 9586 2017-01-15 18:12:00 47 -#> 6241 25 A69-1303-555 9588 2017-01-15 18:14:00 47 -#> 6242 25 A69-1303-555 9590 2017-01-15 18:16:00 47 -#> 6243 25 A69-1303-555 9591 2017-01-15 18:18:00 47 -#> 6244 25 A69-1303-555 9592 2017-01-15 18:20:00 47 -#> 6245 25 A69-1303-555 9593 2017-01-15 18:36:00 47 -#> 6246 25 A69-1303-555 9594 2017-01-15 18:40:00 47 -#> 6247 25 A69-1303-555 9595 2017-01-15 18:42:00 47 -#> 6248 25 A69-1303-555 9596 2017-01-15 18:46:00 47 -#> 6249 25 A69-1303-555 9598 2017-01-15 18:48:00 47 -#> 6250 25 A69-1303-555 9600 2017-01-15 18:50:00 47 -#> 6251 25 A69-1303-555 9601 2017-01-15 18:52:00 47 -#> 6252 25 A69-1303-555 9602 2017-01-15 19:04:00 47 -#> 6253 25 A69-1303-555 9603 2017-01-15 19:06:00 47 -#> 6254 25 A69-1303-555 9605 2017-01-15 19:10:00 47 -#> 6255 25 A69-1303-555 9606 2017-01-15 19:12:00 47 -#> 6256 25 A69-1303-555 9608 2017-01-15 19:14:00 47 -#> 6257 25 A69-1303-555 9609 2017-01-15 19:16:00 47 -#> 6258 25 A69-1303-555 9610 2017-01-15 19:18:00 47 -#> 6259 25 A69-1303-555 9612 2017-01-15 19:20:00 47 -#> 6260 25 A69-1303-555 9613 2017-01-15 19:22:00 47 -#> 6261 25 A69-1303-555 9614 2017-01-15 19:30:00 47 -#> 6262 25 A69-1303-555 9615 2017-01-15 19:34:00 47 -#> 6263 25 A69-1303-555 9616 2017-01-15 19:36:00 47 -#> 6264 25 A69-1303-555 9617 2017-01-15 19:40:00 47 -#> 6265 25 A69-1303-555 9618 2017-01-15 19:42:00 41 -#> 6266 25 A69-1303-555 9619 2017-01-15 19:44:00 47 -#> 6267 25 A69-1303-555 9620 2017-01-15 19:44:00 41 -#> 6268 25 A69-1303-555 9622 2017-01-15 19:46:00 47 -#> 6269 25 A69-1303-555 9623 2017-01-15 19:46:00 41 -#> 6270 25 A69-1303-555 9625 2017-01-15 19:50:00 41 -#> 6271 25 A69-1303-555 9627 2017-01-15 19:52:00 41 -#> 6272 25 A69-1303-555 9629 2017-01-15 19:54:00 41 -#> 6273 25 A69-1303-555 9631 2017-01-15 19:56:00 41 -#> 6274 25 A69-1303-555 9633 2017-01-15 19:58:00 41 -#> 6275 25 A69-1303-555 9635 2017-01-15 20:00:00 41 -#> 6276 25 A69-1303-555 9636 2017-01-15 20:02:00 41 -#> 6277 25 A69-1303-555 9638 2017-01-15 20:04:00 41 -#> 6278 25 A69-1303-555 9640 2017-01-15 20:06:00 41 -#> 6279 25 A69-1303-555 9642 2017-01-15 20:08:00 41 -#> 6280 25 A69-1303-555 9643 2017-01-15 20:10:00 41 -#> 6281 25 A69-1303-555 9646 2017-01-15 20:26:00 41 -#> 6282 25 A69-1303-555 9647 2017-01-16 09:14:00 24 -#> 6283 25 A69-1303-555 9648 2017-01-16 09:16:00 24 -#> 6284 25 A69-1303-555 9649 2017-01-16 09:34:00 24 -#> 6285 25 A69-1303-555 9650 2017-01-16 09:46:00 24 -#> 6286 25 A69-1303-555 9651 2017-01-16 09:48:00 24 -#> 6287 25 A69-1303-555 9652 2017-01-16 09:50:00 24 -#> 6288 25 A69-1303-555 9654 2017-01-16 09:54:00 24 -#> 6289 25 A69-1303-555 9655 2017-01-16 09:56:00 24 -#> 6290 25 A69-1303-555 9657 2017-01-16 10:00:00 24 -#> 6291 25 A69-1303-555 9659 2017-01-16 10:02:00 24 -#> 6292 25 A69-1303-555 9660 2017-01-16 10:04:00 24 -#> 6293 25 A69-1303-555 9661 2017-01-16 10:06:00 24 -#> 6294 25 A69-1303-555 9662 2017-01-16 10:08:00 24 -#> 6295 25 A69-1303-555 9663 2017-01-16 10:12:00 24 -#> 6296 25 A69-1303-555 9664 2017-01-16 10:16:00 24 -#> 6297 25 A69-1303-555 9665 2017-01-16 10:20:00 24 -#> 6298 25 A69-1303-555 9666 2017-01-16 10:22:00 24 -#> 6299 25 A69-1303-555 9667 2017-01-16 10:24:00 24 -#> 6300 25 A69-1303-555 9668 2017-01-16 11:10:00 24 -#> 6301 25 A69-1303-555 9669 2017-01-16 11:24:00 24 -#> 6302 25 A69-1303-555 9670 2017-01-16 11:28:00 24 -#> 6303 25 A69-1303-555 9671 2017-01-16 11:30:00 24 -#> 6304 25 A69-1303-555 9672 2017-01-16 11:32:00 24 -#> 6305 25 A69-1303-555 9674 2017-01-16 11:36:00 24 -#> 6306 25 A69-1303-555 9676 2017-01-16 11:38:00 24 -#> 6307 25 A69-1303-555 9678 2017-01-16 11:44:00 24 -#> 6308 25 A69-1303-555 9680 2017-01-16 11:46:00 24 -#> 6309 25 A69-1303-555 9681 2017-01-16 11:48:00 24 -#> 6310 25 A69-1303-555 9684 2017-01-16 11:50:00 24 -#> 6311 25 A69-1303-555 9686 2017-01-16 11:52:00 24 -#> 6312 25 A69-1303-555 9687 2017-01-16 11:54:00 24 -#> 6313 25 A69-1303-555 9689 2017-01-16 11:56:00 24 -#> 6314 25 A69-1303-555 9691 2017-01-16 11:58:00 24 -#> 6315 25 A69-1303-555 9693 2017-01-16 12:00:00 24 -#> 6316 25 A69-1303-555 9694 2017-01-16 12:02:00 24 -#> 6317 25 A69-1303-555 9695 2017-01-16 12:04:00 24 -#> 6318 25 A69-1303-555 9697 2017-01-16 12:06:00 24 -#> 6319 25 A69-1303-555 9698 2017-01-16 12:44:00 50 -#> 6320 25 A69-1303-555 9699 2017-01-16 12:46:00 50 -#> 6321 25 A69-1303-555 9701 2017-01-16 12:50:00 50 -#> 6322 25 A69-1303-555 9704 2017-01-16 12:52:00 50 -#> 6323 25 A69-1303-555 9705 2017-01-16 12:54:00 50 -#> 6324 25 A69-1303-555 9707 2017-01-16 12:56:00 50 -#> 6325 25 A69-1303-555 9709 2017-01-16 12:58:00 50 -#> 6326 25 A69-1303-555 9710 2017-01-16 13:00:00 50 -#> 6327 25 A69-1303-555 9711 2017-01-16 13:02:00 50 -#> 6328 25 A69-1303-555 9712 2017-01-16 13:06:00 50 -#> 6329 25 A69-1303-555 9713 2017-01-16 13:08:00 50 -#> 6330 25 A69-1303-555 9714 2017-01-16 13:10:00 50 -#> 6331 25 A69-1303-555 9716 2017-01-16 13:12:00 50 -#> 6332 25 A69-1303-555 9717 2017-01-16 13:14:00 50 -#> 6333 25 A69-1303-555 9719 2017-01-16 13:16:00 50 -#> 6334 25 A69-1303-555 9721 2017-01-16 13:18:00 50 -#> 6335 25 A69-1303-555 9723 2017-01-16 13:20:00 50 -#> 6336 25 A69-1303-555 9725 2017-01-16 13:22:00 50 -#> 6337 25 A69-1303-555 9726 2017-01-16 13:24:00 50 -#> 6338 25 A69-1303-555 9727 2017-01-16 13:26:00 50 -#> 6339 25 A69-1303-555 9728 2017-01-16 13:28:00 50 -#> 6340 25 A69-1303-555 9729 2017-01-16 13:30:00 50 -#> 6341 25 A69-1303-555 9730 2017-01-16 13:38:00 50 -#> 6342 25 A69-1303-555 9732 2017-01-16 13:40:00 50 -#> 6343 25 A69-1303-555 9733 2017-01-16 13:42:00 50 -#> 6344 25 A69-1303-555 9734 2017-01-16 13:44:00 50 -#> 6345 25 A69-1303-555 9735 2017-01-16 13:46:00 50 -#> 6346 25 A69-1303-555 9736 2017-01-16 13:50:00 50 -#> 6347 25 A69-1303-555 9738 2017-01-16 13:52:00 50 -#> 6348 25 A69-1303-555 9740 2017-01-16 13:54:00 50 -#> 6349 25 A69-1303-555 9742 2017-01-16 13:56:00 50 -#> 6350 25 A69-1303-555 9743 2017-01-16 13:58:00 50 -#> 6351 25 A69-1303-555 9745 2017-01-16 14:00:00 50 -#> 6352 25 A69-1303-555 9747 2017-01-16 14:02:00 50 -#> 6353 25 A69-1303-555 9750 2017-01-16 14:04:00 50 -#> 6354 25 A69-1303-555 9751 2017-01-16 14:06:00 50 -#> 6355 25 A69-1303-555 9752 2017-01-16 14:08:00 50 -#> 6356 25 A69-1303-555 9753 2017-01-16 14:10:00 50 -#> 6357 25 A69-1303-555 9754 2017-01-16 14:12:00 50 -#> 6358 25 A69-1303-555 9756 2017-01-16 14:14:00 50 -#> 6359 25 A69-1303-555 9757 2017-01-16 14:24:00 50 -#> 6360 25 A69-1303-555 9759 2017-01-16 14:26:00 50 -#> 6361 25 A69-1303-555 9761 2017-01-16 17:16:00 24 -#> 6362 25 A69-1303-555 9763 2017-01-16 17:22:00 24 -#> 6363 25 A69-1303-555 9764 2017-01-16 17:24:00 24 -#> 6364 25 A69-1303-555 9765 2017-01-16 17:26:00 24 -#> 6365 25 A69-1303-555 9766 2017-01-16 17:28:00 24 -#> 6366 25 A69-1303-555 9767 2017-01-16 18:04:00 24 -#> 6367 25 A69-1303-555 9769 2017-01-16 18:06:00 24 -#> 6368 25 A69-1303-555 9771 2017-01-16 18:08:00 24 -#> 6369 25 A69-1303-555 9773 2017-01-16 18:10:00 24 -#> 6370 25 A69-1303-555 9775 2017-01-16 18:12:00 24 -#> 6371 25 A69-1303-555 9777 2017-01-16 18:14:00 24 -#> 6372 25 A69-1303-555 9779 2017-01-16 18:16:00 24 -#> 6373 25 A69-1303-555 9780 2017-01-16 19:40:00 24 -#> 6374 25 A69-1303-555 9782 2017-01-16 19:44:00 24 -#> 6375 25 A69-1303-555 9783 2017-01-17 10:58:00 45 -#> 6376 25 A69-1303-555 9784 2017-01-17 11:04:00 45 -#> 6377 25 A69-1303-555 9785 2017-01-17 11:10:00 45 -#> 6378 25 A69-1303-555 9786 2017-01-17 11:16:00 45 -#> 6379 25 A69-1303-555 9789 2017-01-17 11:20:00 45 -#> 6380 25 A69-1303-555 9792 2017-01-17 11:22:00 45 -#> 6381 25 A69-1303-555 9793 2017-01-17 11:24:00 45 -#> 6382 25 A69-1303-555 9794 2017-01-17 11:26:00 45 -#> 6383 25 A69-1303-555 9795 2017-01-17 11:28:00 45 -#> 6384 25 A69-1303-555 9797 2017-01-17 11:30:00 45 -#> 6385 25 A69-1303-555 9798 2017-01-17 11:32:00 45 -#> 6386 25 A69-1303-555 9799 2017-01-17 11:36:00 45 -#> 6387 25 A69-1303-555 9801 2017-01-17 11:38:00 45 -#> 6388 25 A69-1303-555 9803 2017-01-17 11:40:00 45 -#> 6389 25 A69-1303-555 9804 2017-01-17 11:42:00 45 -#> 6390 25 A69-1303-555 9805 2017-01-17 11:44:00 45 -#> 6391 25 A69-1303-555 9806 2017-01-17 11:46:00 45 -#> 6392 25 A69-1303-555 9807 2017-01-17 11:48:00 45 -#> 6393 25 A69-1303-555 9809 2017-01-17 11:50:00 45 -#> 6394 25 A69-1303-555 9810 2017-01-17 11:52:00 45 -#> 6395 25 A69-1303-555 9812 2017-01-17 11:54:00 45 -#> 6396 25 A69-1303-555 9813 2017-01-17 11:56:00 45 -#> 6397 25 A69-1303-555 9815 2017-01-17 11:58:00 45 -#> 6398 25 A69-1303-555 9817 2017-01-17 12:04:00 45 -#> 6399 25 A69-1303-555 9819 2017-01-17 12:06:00 45 -#> 6400 25 A69-1303-555 9821 2017-01-17 12:08:00 45 -#> 6401 25 A69-1303-555 9823 2017-01-17 12:10:00 45 -#> 6402 25 A69-1303-555 9824 2017-01-17 12:12:00 45 -#> 6403 25 A69-1303-555 9827 2017-01-17 12:14:00 45 -#> 6404 25 A69-1303-555 9829 2017-01-17 12:16:00 45 -#> 6405 25 A69-1303-555 9831 2017-01-17 12:18:00 45 -#> 6406 25 A69-1303-555 9832 2017-01-17 12:20:00 45 -#> 6407 25 A69-1303-555 9833 2017-01-17 12:24:00 45 -#> 6408 25 A69-1303-555 9834 2017-01-17 12:28:00 45 -#> 6409 25 A69-1303-555 9835 2017-01-17 12:30:00 45 -#> 6410 25 A69-1303-555 9838 2017-01-17 12:32:00 45 -#> 6411 25 A69-1303-555 9839 2017-01-17 12:34:00 45 -#> 6412 25 A69-1303-555 9840 2017-01-17 12:36:00 45 -#> 6413 25 A69-1303-555 9842 2017-01-17 12:38:00 45 -#> 6414 25 A69-1303-555 9843 2017-01-17 12:40:00 45 -#> 6415 25 A69-1303-555 9844 2017-01-17 12:42:00 45 -#> 6416 25 A69-1303-555 9846 2017-01-17 12:44:00 45 -#> 6417 25 A69-1303-555 9848 2017-01-17 12:46:00 45 -#> 6418 25 A69-1303-555 9849 2017-01-17 12:48:00 45 -#> 6419 25 A69-1303-555 9850 2017-01-17 12:50:00 45 -#> 6420 25 A69-1303-555 9852 2017-01-17 12:52:00 45 -#> 6421 25 A69-1303-555 9853 2017-01-17 12:54:00 45 -#> 6422 25 A69-1303-555 9854 2017-01-17 12:58:00 45 -#> 6423 25 A69-1303-555 9856 2017-01-17 13:00:00 45 -#> 6424 25 A69-1303-555 9857 2017-01-17 13:02:00 45 -#> 6425 25 A69-1303-555 9858 2017-01-17 13:04:00 45 -#> 6426 25 A69-1303-555 9859 2017-01-17 13:06:00 45 -#> 6427 25 A69-1303-555 9861 2017-01-17 13:08:00 45 -#> 6428 25 A69-1303-555 9863 2017-01-17 13:10:00 45 -#> 6429 25 A69-1303-555 9865 2017-01-17 13:12:00 45 -#> 6430 25 A69-1303-555 9866 2017-01-17 13:14:00 45 -#> 6431 25 A69-1303-555 9868 2017-01-17 13:16:00 45 -#> 6432 25 A69-1303-555 9870 2017-01-17 13:18:00 45 -#> 6433 25 A69-1303-555 9872 2017-01-17 13:20:00 45 -#> 6434 25 A69-1303-555 9874 2017-01-18 19:40:00 50 -#> 6435 25 A69-1303-555 9875 2017-01-18 19:42:00 50 -#> 6436 25 A69-1303-555 9876 2017-01-21 02:24:00 24 -#> 6437 25 A69-1303-555 9877 2017-01-21 02:26:00 24 -#> 6438 25 A69-1303-555 9879 2017-01-21 02:28:00 24 -#> 6439 25 A69-1303-555 9880 2017-01-21 02:30:00 24 -#> 6440 25 A69-1303-555 9882 2017-01-21 02:32:00 24 -#> 6441 25 A69-1303-555 9883 2017-01-21 02:34:00 24 -#> 6442 25 A69-1303-555 9886 2017-01-21 02:36:00 24 -#> 6443 25 A69-1303-555 9888 2017-01-21 02:38:00 24 -#> 6444 25 A69-1303-555 9890 2017-01-21 02:40:00 24 -#> 6445 25 A69-1303-555 9891 2017-01-21 02:42:00 24 -#> 6446 25 A69-1303-555 9893 2017-01-21 02:44:00 24 -#> 6447 25 A69-1303-555 9896 2017-01-21 02:46:00 24 -#> 6448 25 A69-1303-555 9897 2017-01-21 02:48:00 24 -#> 6449 25 A69-1303-555 9899 2017-01-21 02:50:00 24 -#> 6450 25 A69-1303-555 9901 2017-01-21 02:52:00 24 -#> 6451 25 A69-1303-555 9902 2017-01-21 02:54:00 24 -#> 6452 25 A69-1303-555 9904 2017-01-21 03:00:00 24 -#> 6453 25 A69-1303-555 9905 2017-01-21 03:06:00 24 -#> 6454 25 A69-1303-555 9906 2017-01-21 03:24:00 24 -#> 6455 25 A69-1303-555 9907 2017-01-23 00:46:00 45 -#> 6456 25 A69-1303-555 9908 2017-01-23 00:52:00 45 -#> 6457 25 A69-1303-555 9910 2017-01-23 00:54:00 45 -#> 6458 25 A69-1303-555 9912 2017-01-23 00:56:00 45 -#> 6459 25 A69-1303-555 9913 2017-01-23 00:58:00 45 -#> 6460 25 A69-1303-555 9915 2017-01-23 01:00:00 45 -#> 6461 25 A69-1303-555 9916 2017-01-23 01:02:00 45 -#> 6462 25 A69-1303-555 9918 2017-01-23 01:04:00 45 -#> 6463 25 A69-1303-555 9920 2017-01-23 01:06:00 45 -#> 6464 25 A69-1303-555 9921 2017-01-23 01:08:00 45 -#> 6465 25 A69-1303-555 9924 2017-01-23 01:10:00 45 -#> 6466 25 A69-1303-555 9925 2017-01-23 01:12:00 45 -#> 6467 25 A69-1303-555 9928 2017-01-23 01:14:00 45 -#> 6468 25 A69-1303-555 9929 2017-01-23 01:16:00 45 -#> 6469 25 A69-1303-555 9931 2017-01-23 01:18:00 45 -#> 6470 25 A69-1303-555 9933 2017-01-23 01:20:00 45 -#> 6471 25 A69-1303-555 9935 2017-01-23 01:22:00 45 -#> 6472 25 A69-1303-555 9937 2017-01-23 01:26:00 45 -#> 6473 25 A69-1303-555 9939 2017-01-23 01:28:00 45 -#> 6474 25 A69-1303-555 9940 2017-01-23 01:30:00 45 -#> 6475 25 A69-1303-555 9942 2017-01-23 01:32:00 45 -#> 6476 25 A69-1303-555 9944 2017-01-23 01:34:00 45 -#> 6477 25 A69-1303-555 9946 2017-01-23 01:36:00 45 -#> 6478 25 A69-1303-555 9948 2017-01-23 01:38:00 45 -#> 6479 25 A69-1303-555 9949 2017-01-23 01:40:00 45 -#> 6480 25 A69-1303-555 9951 2017-01-23 01:42:00 45 -#> 6481 25 A69-1303-555 9953 2017-01-23 01:44:00 45 -#> 6482 25 A69-1303-555 9954 2017-01-23 01:46:00 45 -#> 6483 25 A69-1303-555 9955 2017-01-23 01:48:00 45 -#> 6484 25 A69-1303-555 9957 2017-01-23 01:50:00 45 -#> 6485 25 A69-1303-555 9959 2017-01-23 01:52:00 45 -#> 6486 25 A69-1303-555 9961 2017-01-23 01:54:00 45 -#> 6487 25 A69-1303-555 9963 2017-01-23 01:56:00 45 -#> 6488 25 A69-1303-555 9964 2017-01-23 01:58:00 45 -#> 6489 25 A69-1303-555 9965 2017-01-23 02:00:00 45 -#> 6490 25 A69-1303-555 9966 2017-01-23 02:02:00 45 -#> 6491 25 A69-1303-555 9967 2017-01-23 02:06:00 21 -#> 6492 25 A69-1303-555 9969 2017-01-23 02:08:00 21 -#> 6493 25 A69-1303-555 9970 2017-01-23 02:14:00 21 -#> 6494 25 A69-1303-555 9971 2017-01-23 05:14:00 21 -#> 6495 25 A69-1303-555 9972 2017-01-23 05:16:00 21 -#> 6496 25 A69-1303-555 9973 2017-01-23 05:18:00 21 -#> 6497 25 A69-1303-555 9974 2017-01-23 05:20:00 21 -#> 6498 25 A69-1303-555 9976 2017-01-23 05:22:00 21 -#> 6499 25 A69-1303-555 9977 2017-01-23 05:26:00 21 -#> 6500 25 A69-1303-555 9978 2017-01-23 05:28:00 21 -#> 6501 25 A69-1303-555 9980 2017-01-23 05:30:00 21 -#> 6502 25 A69-1303-555 9981 2017-01-23 08:18:00 43 -#> 6503 25 A69-1303-555 9983 2017-01-23 08:20:00 43 -#> 6504 25 A69-1303-555 9985 2017-01-23 08:22:00 43 -#> 6505 25 A69-1303-555 9987 2017-01-23 08:24:00 43 -#> 6506 25 A69-1303-555 9988 2017-01-23 08:26:00 43 -#> 6507 25 A69-1303-555 9990 2017-01-23 08:28:00 43 -#> 6508 25 A69-1303-555 9992 2017-01-23 08:30:00 43 -#> 6509 25 A69-1303-555 9995 2017-01-23 08:32:00 43 -#> 6510 25 A69-1303-555 9996 2017-01-23 08:34:00 43 -#> 6511 25 A69-1303-555 9998 2017-01-23 08:36:00 43 -#> 6512 25 A69-1303-555 10000 2017-01-23 08:38:00 43 -#> 6513 25 A69-1303-555 10002 2017-01-23 08:40:00 43 -#> 6514 25 A69-1303-555 10003 2017-01-23 08:42:00 43 -#> 6515 25 A69-1303-555 10005 2017-01-23 08:44:00 43 -#> 6516 25 A69-1303-555 10007 2017-01-23 08:46:00 43 -#> 6517 25 A69-1303-555 10009 2017-01-23 08:48:00 43 -#> 6518 25 A69-1303-555 10011 2017-01-23 08:50:00 43 -#> 6519 25 A69-1303-555 10012 2017-01-23 08:52:00 43 -#> 6520 25 A69-1303-555 10014 2017-01-23 08:54:00 43 -#> 6521 25 A69-1303-555 10016 2017-01-23 08:56:00 43 -#> 6522 25 A69-1303-555 10018 2017-01-23 08:58:00 43 -#> 6523 25 A69-1303-555 10019 2017-01-23 09:00:00 43 -#> 6524 25 A69-1303-555 10021 2017-01-23 09:02:00 43 -#> 6525 25 A69-1303-555 10023 2017-01-23 09:04:00 43 -#> 6526 25 A69-1303-555 10024 2017-01-23 09:06:00 43 -#> 6527 25 A69-1303-555 10026 2017-01-23 09:08:00 43 -#> 6528 25 A69-1303-555 10028 2017-01-23 09:10:00 43 -#> 6529 25 A69-1303-555 10030 2017-01-23 09:12:00 43 -#> 6530 25 A69-1303-555 10032 2017-01-23 09:14:00 43 -#> 6531 25 A69-1303-555 10034 2017-01-23 09:16:00 43 -#> 6532 25 A69-1303-555 10035 2017-01-23 09:18:00 43 -#> 6533 25 A69-1303-555 10036 2017-01-23 09:20:00 43 -#> 6534 25 A69-1303-555 10039 2017-01-23 09:22:00 43 -#> 6535 25 A69-1303-555 10040 2017-01-23 09:24:00 43 -#> 6536 25 A69-1303-555 10042 2017-01-23 09:26:00 43 -#> 6537 25 A69-1303-555 10044 2017-01-23 09:28:00 43 -#> 6538 25 A69-1303-555 10046 2017-01-23 09:30:00 43 -#> 6539 25 A69-1303-555 10048 2017-01-23 09:32:00 43 -#> 6540 25 A69-1303-555 10050 2017-01-23 09:34:00 43 -#> 6541 25 A69-1303-555 10051 2017-01-23 09:36:00 43 -#> 6542 25 A69-1303-555 10053 2017-01-23 09:40:00 43 -#> 6543 25 A69-1303-555 10054 2017-01-23 09:42:00 43 -#> 6544 25 A69-1303-555 10055 2017-01-23 09:48:00 43 -#> 6545 25 A69-1303-555 10057 2017-01-23 09:50:00 43 -#> 6546 25 A69-1303-555 10059 2017-01-23 09:52:00 43 -#> 6547 25 A69-1303-555 10061 2017-01-23 09:54:00 43 -#> 6548 25 A69-1303-555 10063 2017-01-23 09:56:00 43 -#> 6549 25 A69-1303-555 10065 2017-01-23 09:58:00 43 -#> 6550 25 A69-1303-555 10067 2017-01-23 10:00:00 43 -#> 6551 25 A69-1303-555 10068 2017-01-23 10:02:00 43 -#> 6552 25 A69-1303-555 10070 2017-01-23 10:04:00 43 -#> 6553 25 A69-1303-555 10073 2017-01-23 10:06:00 43 -#> 6554 25 A69-1303-555 10075 2017-01-23 10:08:00 43 -#> 6555 25 A69-1303-555 10076 2017-01-23 10:10:00 43 -#> 6556 25 A69-1303-555 10078 2017-01-23 10:12:00 43 -#> 6557 25 A69-1303-555 10080 2017-01-23 10:14:00 43 -#> 6558 25 A69-1303-555 10081 2017-01-23 10:16:00 43 -#> 6559 25 A69-1303-555 10083 2017-01-23 10:18:00 43 -#> 6560 25 A69-1303-555 10084 2017-01-23 10:20:00 43 -#> 6561 25 A69-1303-555 10085 2017-01-23 10:24:00 43 -#> 6562 25 A69-1303-555 10086 2017-01-23 10:26:00 43 -#> 6563 25 A69-1303-555 10087 2017-01-23 10:30:00 43 -#> 6564 25 A69-1303-555 10088 2017-01-23 10:32:00 43 -#> 6565 25 A69-1303-555 10089 2017-01-23 10:34:00 43 -#> 6566 25 A69-1303-555 10090 2017-01-23 11:50:00 45 -#> 6567 25 A69-1303-555 10091 2017-01-23 11:52:00 45 -#> 6568 25 A69-1303-555 10092 2017-01-23 12:00:00 45 -#> 6569 25 A69-1303-555 10093 2017-01-23 12:18:00 45 -#> 6570 25 A69-1303-555 10094 2017-01-23 12:22:00 45 -#> 6571 25 A69-1303-555 10095 2017-01-23 12:24:00 45 -#> 6572 25 A69-1303-555 10096 2017-01-23 12:32:00 45 -#> 6573 25 A69-1303-555 10097 2017-01-23 12:40:00 45 -#> 6574 25 A69-1303-555 10099 2017-01-23 12:42:00 45 -#> 6575 25 A69-1303-555 10100 2017-01-23 12:44:00 45 -#> 6576 25 A69-1303-555 10101 2017-01-23 12:46:00 45 -#> 6577 25 A69-1303-555 10103 2017-01-23 12:48:00 45 -#> 6578 25 A69-1303-555 10105 2017-01-23 12:50:00 45 -#> 6579 25 A69-1303-555 10106 2017-01-23 12:52:00 45 -#> 6580 25 A69-1303-555 10107 2017-01-23 12:54:00 45 -#> 6581 25 A69-1303-555 10109 2017-01-23 12:56:00 45 -#> 6582 25 A69-1303-555 10111 2017-01-23 12:58:00 45 -#> 6583 25 A69-1303-555 10113 2017-01-23 13:00:00 45 -#> 6584 25 A69-1303-555 10115 2017-01-23 13:02:00 45 -#> 6585 25 A69-1303-555 10116 2017-01-23 13:04:00 45 -#> 6586 25 A69-1303-555 10118 2017-01-23 13:06:00 45 -#> 6587 25 A69-1303-555 10120 2017-01-23 13:08:00 45 -#> 6588 25 A69-1303-555 10121 2017-01-23 13:10:00 45 -#> 6589 25 A69-1303-555 10122 2017-01-23 13:14:00 45 -#> 6590 25 A69-1303-555 10123 2017-01-23 13:18:00 45 -#> 6591 25 A69-1303-555 10124 2017-01-23 13:22:00 45 -#> 6592 25 A69-1303-555 10125 2017-01-23 13:24:00 45 -#> 6593 25 A69-1303-555 10126 2017-01-23 13:26:00 45 -#> 6594 25 A69-1303-555 10127 2017-01-23 13:28:00 45 -#> 6595 25 A69-1303-555 10129 2017-01-23 13:30:00 45 -#> 6596 25 A69-1303-555 10130 2017-01-23 13:32:00 45 -#> 6597 25 A69-1303-555 10131 2017-01-23 13:38:00 45 -#> 6598 25 A69-1303-555 10132 2017-01-23 13:40:00 45 -#> 6599 25 A69-1303-555 10133 2017-01-23 13:42:00 45 -#> 6600 25 A69-1303-555 10134 2017-01-23 13:44:00 45 -#> 6601 25 A69-1303-555 10135 2017-01-23 13:46:00 45 -#> 6602 25 A69-1303-555 10137 2017-01-23 13:48:00 45 -#> 6603 25 A69-1303-555 10139 2017-01-23 13:50:00 45 -#> 6604 25 A69-1303-555 10140 2017-01-23 13:52:00 45 -#> 6605 25 A69-1303-555 10141 2017-01-23 13:56:00 45 -#> 6606 25 A69-1303-555 10143 2017-01-23 13:58:00 45 -#> 6607 25 A69-1303-555 10145 2017-01-23 14:00:00 45 -#> 6608 25 A69-1303-555 10146 2017-01-23 14:02:00 45 -#> 6609 25 A69-1303-555 10147 2017-01-23 14:04:00 45 -#> 6610 25 A69-1303-555 10149 2017-01-23 14:06:00 45 -#> 6611 25 A69-1303-555 10150 2017-01-23 14:08:00 45 -#> 6612 25 A69-1303-555 10151 2017-01-23 14:10:00 45 -#> 6613 25 A69-1303-555 10153 2017-01-23 14:12:00 45 -#> 6614 25 A69-1303-555 10155 2017-01-23 14:16:00 45 -#> 6615 25 A69-1303-555 10156 2017-01-23 14:18:00 45 -#> 6616 25 A69-1303-555 10157 2017-01-23 14:20:00 45 -#> 6617 25 A69-1303-555 10158 2017-01-23 14:22:00 45 -#> 6618 25 A69-1303-555 10160 2017-01-23 14:24:00 45 -#> 6619 25 A69-1303-555 10162 2017-01-23 14:26:00 45 -#> 6620 25 A69-1303-555 10164 2017-01-23 14:28:00 45 -#> 6621 25 A69-1303-555 10165 2017-01-23 14:30:00 45 -#> 6622 25 A69-1303-555 10166 2017-01-23 14:32:00 45 -#> 6623 25 A69-1303-555 10168 2017-01-23 14:34:00 45 -#> 6624 25 A69-1303-555 10170 2017-01-23 14:38:00 45 -#> 6625 25 A69-1303-555 10172 2017-01-23 14:40:00 45 -#> 6626 25 A69-1303-555 10173 2017-01-23 14:42:00 45 -#> 6627 25 A69-1303-555 10175 2017-01-23 14:44:00 45 -#> 6628 25 A69-1303-555 10178 2017-01-23 14:46:00 45 -#> 6629 25 A69-1303-555 10180 2017-01-23 14:48:00 45 -#> 6630 25 A69-1303-555 10181 2017-01-23 14:50:00 45 -#> 6631 25 A69-1303-555 10182 2017-01-23 14:52:00 45 -#> 6632 25 A69-1303-555 10185 2017-01-23 14:54:00 45 -#> 6633 25 A69-1303-555 10186 2017-01-23 14:56:00 45 -#> 6634 25 A69-1303-555 10187 2017-01-23 14:58:00 45 -#> 6635 25 A69-1303-555 10188 2017-01-23 15:00:00 45 -#> 6636 25 A69-1303-555 10189 2017-01-23 15:02:00 45 -#> 6637 25 A69-1303-555 10191 2017-01-23 15:04:00 45 -#> 6638 25 A69-1303-555 10193 2017-01-23 15:06:00 45 -#> 6639 25 A69-1303-555 10195 2017-01-23 15:10:00 45 -#> 6640 25 A69-1303-555 10196 2017-01-23 15:12:00 45 -#> 6641 25 A69-1303-555 10198 2017-01-23 15:18:00 45 -#> 6642 25 A69-1303-555 10199 2017-01-23 15:26:00 45 -#> 6643 25 A69-1303-555 10200 2017-01-23 15:28:00 45 -#> 6644 25 A69-1303-555 10202 2017-01-23 15:32:00 45 -#> 6645 25 A69-1303-555 10203 2017-01-23 15:34:00 45 -#> 6646 25 A69-1303-555 10204 2017-01-23 15:36:00 45 -#> 6647 25 A69-1303-555 10205 2017-01-23 15:40:00 45 -#> 6648 25 A69-1303-555 10206 2017-01-23 15:42:00 45 -#> 6649 25 A69-1303-555 10207 2017-01-23 15:44:00 45 -#> 6650 25 A69-1303-555 10208 2017-01-23 15:48:00 45 -#> 6651 25 A69-1303-555 10209 2017-01-23 15:50:00 45 -#> 6652 25 A69-1303-555 10210 2017-01-23 15:52:00 45 -#> 6653 25 A69-1303-555 10211 2017-01-23 15:54:00 45 -#> 6654 25 A69-1303-555 10212 2017-01-23 15:56:00 45 -#> 6655 25 A69-1303-555 10213 2017-01-23 15:58:00 45 -#> 6656 25 A69-1303-555 10215 2017-01-23 16:00:00 45 -#> 6657 25 A69-1303-555 10217 2017-01-23 16:04:00 45 -#> 6658 25 A69-1303-555 10218 2017-01-23 16:06:00 45 -#> 6659 25 A69-1303-555 10219 2017-01-23 16:08:00 45 -#> 6660 25 A69-1303-555 10220 2017-01-23 16:10:00 45 -#> 6661 25 A69-1303-555 10221 2017-01-23 16:12:00 45 -#> 6662 25 A69-1303-555 10222 2017-01-23 16:14:00 45 -#> 6663 25 A69-1303-555 10224 2017-01-23 16:16:00 45 -#> 6664 25 A69-1303-555 10225 2017-01-23 16:18:00 45 -#> 6665 25 A69-1303-555 10227 2017-01-23 16:24:00 45 -#> 6666 25 A69-1303-555 10229 2017-01-23 16:26:00 45 -#> 6667 25 A69-1303-555 10231 2017-01-23 16:28:00 45 -#> 6668 25 A69-1303-555 10233 2017-01-23 16:30:00 45 -#> 6669 25 A69-1303-555 10234 2017-01-23 16:32:00 45 -#> 6670 25 A69-1303-555 10235 2017-01-23 16:34:00 45 -#> 6671 25 A69-1303-555 10237 2017-01-23 16:36:00 45 -#> 6672 25 A69-1303-555 10238 2017-01-23 16:38:00 45 -#> 6673 25 A69-1303-555 10239 2017-01-23 16:42:00 45 -#> 6674 25 A69-1303-555 10242 2017-01-23 16:44:00 45 -#> 6675 25 A69-1303-555 10243 2017-01-23 16:46:00 45 -#> 6676 25 A69-1303-555 10244 2017-01-23 16:48:00 45 -#> 6677 25 A69-1303-555 10246 2017-01-23 16:50:00 45 -#> 6678 25 A69-1303-555 10247 2017-01-23 16:52:00 45 -#> 6679 25 A69-1303-555 10249 2017-01-23 16:54:00 45 -#> 6680 25 A69-1303-555 10251 2017-01-23 16:56:00 45 -#> 6681 25 A69-1303-555 10253 2017-01-23 16:58:00 45 -#> 6682 25 A69-1303-555 10254 2017-01-23 17:00:00 45 -#> 6683 25 A69-1303-555 10255 2017-01-23 17:06:00 45 -#> 6684 25 A69-1303-555 10258 2017-01-23 17:10:00 45 -#> 6685 25 A69-1303-555 10259 2017-01-23 17:12:00 45 -#> 6686 25 A69-1303-555 10260 2017-01-23 17:14:00 45 -#> 6687 25 A69-1303-555 10262 2017-01-23 17:16:00 45 -#> 6688 25 A69-1303-555 10265 2017-01-23 17:18:00 45 -#> 6689 25 A69-1303-555 10266 2017-01-23 17:20:00 45 -#> 6690 25 A69-1303-555 10267 2017-01-23 17:22:00 45 -#> 6691 25 A69-1303-555 10269 2017-01-23 17:24:00 45 -#> 6692 25 A69-1303-555 10271 2017-01-23 17:26:00 45 -#> 6693 25 A69-1303-555 10273 2017-01-23 17:28:00 45 -#> 6694 25 A69-1303-555 10274 2017-01-23 17:30:00 45 -#> 6695 25 A69-1303-555 10275 2017-01-23 17:32:00 45 -#> 6696 25 A69-1303-555 10277 2017-01-23 17:34:00 45 -#> 6697 25 A69-1303-555 10278 2017-01-23 17:36:00 45 -#> 6698 25 A69-1303-555 10280 2017-01-23 17:38:00 45 -#> 6699 25 A69-1303-555 10282 2017-01-23 17:40:00 45 -#> 6700 25 A69-1303-555 10283 2017-01-23 17:44:00 45 -#> 6701 25 A69-1303-555 10284 2017-01-23 17:46:00 45 -#> 6702 25 A69-1303-555 10285 2017-01-23 17:48:00 45 -#> 6703 25 A69-1303-555 10287 2017-01-23 17:52:00 45 -#> 6704 25 A69-1303-555 10289 2017-01-23 17:54:00 45 -#> 6705 25 A69-1303-555 10290 2017-01-23 17:56:00 45 -#> 6706 25 A69-1303-555 10292 2017-01-23 17:58:00 45 -#> 6707 25 A69-1303-555 10293 2017-01-23 18:02:00 45 -#> 6708 25 A69-1303-555 10294 2017-01-23 18:04:00 45 -#> 6709 25 A69-1303-555 10296 2017-01-23 18:06:00 45 -#> 6710 25 A69-1303-555 10298 2017-01-23 18:08:00 45 -#> 6711 25 A69-1303-555 10300 2017-01-23 18:10:00 45 -#> 6712 25 A69-1303-555 10302 2017-01-23 18:12:00 45 -#> 6713 25 A69-1303-555 10304 2017-01-23 18:14:00 45 -#> 6714 25 A69-1303-555 10305 2017-01-23 18:16:00 45 -#> 6715 25 A69-1303-555 10307 2017-01-23 18:18:00 45 -#> 6716 25 A69-1303-555 10308 2017-01-23 18:20:00 45 -#> 6717 25 A69-1303-555 10309 2017-01-23 18:22:00 45 -#> 6718 25 A69-1303-555 10310 2017-01-23 18:24:00 45 -#> 6719 25 A69-1303-555 10311 2017-01-23 18:26:00 45 -#> 6720 25 A69-1303-555 10313 2017-01-23 18:28:00 45 -#> 6721 25 A69-1303-555 10314 2017-01-23 18:36:00 45 -#> 6722 25 A69-1303-555 10315 2017-01-23 18:38:00 45 -#> 6723 25 A69-1303-555 10317 2017-01-23 18:40:00 45 -#> 6724 25 A69-1303-555 10319 2017-01-23 18:42:00 45 -#> 6725 25 A69-1303-555 10321 2017-01-23 18:44:00 45 -#> 6726 25 A69-1303-555 10322 2017-01-23 18:48:00 45 -#> 6727 25 A69-1303-555 10324 2017-01-23 18:50:00 45 -#> 6728 25 A69-1303-555 10326 2017-01-23 20:12:00 48 -#> 6729 25 A69-1303-555 10328 2017-01-23 20:14:00 48 -#> 6730 25 A69-1303-555 10329 2017-01-23 20:16:00 48 -#> 6731 25 A69-1303-555 10331 2017-01-23 20:18:00 48 -#> 6732 25 A69-1303-555 10333 2017-01-23 20:20:00 48 -#> 6733 25 A69-1303-555 10335 2017-01-23 20:22:00 48 -#> 6734 25 A69-1303-555 10336 2017-01-23 20:24:00 48 -#> 6735 25 A69-1303-555 10338 2017-01-23 20:26:00 48 -#> 6736 25 A69-1303-555 10339 2017-01-23 20:28:00 48 -#> 6737 25 A69-1303-555 10341 2017-01-23 20:30:00 48 -#> 6738 25 A69-1303-555 10343 2017-01-23 20:32:00 48 -#> 6739 25 A69-1303-555 10344 2017-01-23 20:34:00 48 -#> 6740 25 A69-1303-555 10347 2017-01-23 20:36:00 48 -#> 6741 25 A69-1303-555 10348 2017-01-23 20:38:00 48 -#> 6742 25 A69-1303-555 10349 2017-01-23 20:40:00 48 -#> 6743 25 A69-1303-555 10350 2017-01-23 20:42:00 48 -#> 6744 25 A69-1303-555 10351 2017-01-25 02:04:00 50 -#> 6745 25 A69-1303-555 10352 2017-01-25 02:08:00 50 -#> 6746 25 A69-1303-555 10353 2017-01-29 15:36:00 45 -#> 6747 25 A69-1303-555 10354 2017-01-29 15:38:00 45 -#> 6748 25 A69-1303-555 10355 2017-01-29 15:48:00 45 -#> 6749 25 A69-1303-555 10356 2017-01-29 15:50:00 45 -#> 6750 25 A69-1303-555 10357 2017-01-29 15:54:00 45 -#> 6751 25 A69-1303-555 10358 2017-01-29 15:58:00 45 -#> 6752 25 A69-1303-555 10359 2017-01-29 16:00:00 45 -#> 6753 25 A69-1303-555 10360 2017-01-29 16:02:00 45 -#> 6754 25 A69-1303-555 10361 2017-01-29 16:04:00 45 -#> 6755 25 A69-1303-555 10363 2017-01-29 16:06:00 45 -#> 6756 25 A69-1303-555 10366 2017-01-29 16:08:00 45 -#> 6757 25 A69-1303-555 10367 2017-01-29 16:10:00 45 -#> 6758 25 A69-1303-555 10369 2017-01-29 16:12:00 45 -#> 6759 25 A69-1303-555 10370 2017-01-29 16:14:00 45 -#> 6760 25 A69-1303-555 10371 2017-01-29 16:18:00 45 -#> 6761 25 A69-1303-555 10373 2017-01-29 16:22:00 45 -#> 6762 25 A69-1303-555 10375 2017-01-29 16:24:00 45 -#> 6763 25 A69-1303-555 10377 2017-01-29 16:26:00 45 -#> 6764 25 A69-1303-555 10378 2017-01-29 16:28:00 45 -#> 6765 25 A69-1303-555 10379 2017-01-29 16:30:00 45 -#> 6766 25 A69-1303-555 10380 2017-01-29 16:32:00 45 -#> 6767 25 A69-1303-555 10382 2017-01-29 16:36:00 45 -#> 6768 25 A69-1303-555 10384 2017-01-29 16:38:00 45 -#> 6769 25 A69-1303-555 10386 2017-01-29 16:40:00 45 -#> 6770 25 A69-1303-555 10388 2017-01-29 16:42:00 45 -#> 6771 25 A69-1303-555 10390 2017-01-29 16:44:00 45 -#> 6772 25 A69-1303-555 10391 2017-01-29 16:46:00 45 -#> 6773 25 A69-1303-555 10393 2017-01-29 16:50:00 45 -#> 6774 25 A69-1303-555 10395 2017-01-29 16:52:00 45 -#> 6775 25 A69-1303-555 10397 2017-01-29 16:54:00 45 -#> 6776 25 A69-1303-555 10398 2017-01-29 16:56:00 45 -#> 6777 25 A69-1303-555 10399 2017-01-29 16:58:00 45 -#> 6778 25 A69-1303-555 10401 2017-01-29 17:00:00 45 -#> 6779 25 A69-1303-555 10403 2017-01-29 17:02:00 45 -#> 6780 25 A69-1303-555 10405 2017-01-29 17:04:00 45 -#> 6781 25 A69-1303-555 10406 2017-01-29 17:06:00 45 -#> 6782 25 A69-1303-555 10408 2017-01-29 17:08:00 45 -#> 6783 25 A69-1303-555 10410 2017-01-29 17:10:00 45 -#> 6784 25 A69-1303-555 10411 2017-01-29 17:12:00 45 -#> 6785 25 A69-1303-555 10412 2017-01-29 17:14:00 45 -#> 6786 25 A69-1303-555 10414 2017-01-29 17:16:00 45 -#> 6787 25 A69-1303-555 10416 2017-01-29 17:18:00 45 -#> 6788 25 A69-1303-555 10418 2017-01-29 17:20:00 45 -#> 6789 25 A69-1303-555 10420 2017-01-29 17:22:00 45 -#> 6790 25 A69-1303-555 10421 2017-01-29 17:24:00 45 -#> 6791 25 A69-1303-555 10422 2017-01-29 17:26:00 45 -#> 6792 25 A69-1303-555 10424 2017-01-29 17:28:00 45 -#> 6793 25 A69-1303-555 10425 2017-01-29 17:30:00 45 -#> 6794 25 A69-1303-555 10427 2017-01-29 17:32:00 45 -#> 6795 25 A69-1303-555 10428 2017-01-29 17:36:00 45 -#> 6796 25 A69-1303-555 10429 2017-01-29 17:38:00 45 -#> 6797 25 A69-1303-555 10431 2017-01-29 17:40:00 45 -#> 6798 25 A69-1303-555 10433 2017-01-29 17:42:00 45 -#> 6799 25 A69-1303-555 10434 2017-01-29 17:44:00 45 -#> 6800 25 A69-1303-555 10437 2017-01-29 17:46:00 45 -#> 6801 25 A69-1303-555 10439 2017-01-29 17:48:00 45 -#> 6802 25 A69-1303-555 10441 2017-01-29 17:50:00 45 -#> 6803 25 A69-1303-555 10443 2017-01-29 17:52:00 45 -#> 6804 25 A69-1303-555 10444 2017-01-29 17:56:00 45 -#> 6805 25 A69-1303-555 10446 2017-01-29 17:58:00 45 -#> 6806 25 A69-1303-555 10448 2017-01-29 18:00:00 45 -#> 6807 25 A69-1303-555 10449 2017-01-29 18:02:00 45 -#> 6808 25 A69-1303-555 10450 2017-01-29 18:04:00 45 -#> 6809 25 A69-1303-555 10451 2017-01-29 18:06:00 45 -#> 6810 25 A69-1303-555 10452 2017-01-29 18:10:00 45 -#> 6811 25 A69-1303-555 10453 2017-01-29 18:14:00 45 -#> 6812 25 A69-1303-555 10455 2017-01-30 22:58:00 45 -#> 6813 25 A69-1303-555 10457 2017-01-30 23:02:00 45 -#> 6814 25 A69-1303-555 10458 2017-01-30 23:04:00 45 -#> 6815 25 A69-1303-555 10459 2017-01-30 23:06:00 45 -#> 6816 25 A69-1303-555 10460 2017-01-30 23:08:00 45 -#> 6817 25 A69-1303-555 10462 2017-01-30 23:10:00 45 -#> 6818 25 A69-1303-555 10463 2017-01-30 23:12:00 45 -#> 6819 25 A69-1303-555 10464 2017-01-30 23:14:00 45 -#> 6820 25 A69-1303-555 10466 2017-01-30 23:16:00 45 -#> 6821 25 A69-1303-555 10467 2017-01-30 23:18:00 45 -#> 6822 25 A69-1303-555 10468 2017-01-30 23:20:00 45 -#> 6823 25 A69-1303-555 10469 2017-01-30 23:22:00 45 -#> 6824 25 A69-1303-555 10471 2017-01-30 23:24:00 45 -#> 6825 25 A69-1303-555 10472 2017-01-30 23:28:00 45 -#> 6826 25 A69-1303-555 10473 2017-01-30 23:30:00 45 -#> 6827 25 A69-1303-555 10475 2017-01-30 23:32:00 45 -#> 6828 25 A69-1303-555 10477 2017-01-30 23:34:00 45 -#> 6829 25 A69-1303-555 10480 2017-01-30 23:36:00 45 -#> 6830 25 A69-1303-555 10481 2017-01-30 23:38:00 45 -#> 6831 25 A69-1303-555 10484 2017-01-30 23:40:00 45 -#> 6832 25 A69-1303-555 10487 2017-01-30 23:42:00 45 -#> 6833 25 A69-1303-555 10489 2017-01-30 23:44:00 45 -#> 6834 25 A69-1303-555 10491 2017-01-30 23:46:00 45 -#> 6835 25 A69-1303-555 10492 2017-01-30 23:48:00 45 -#> 6836 25 A69-1303-555 10495 2017-01-30 23:50:00 45 -#> 6837 25 A69-1303-555 10496 2017-01-30 23:52:00 45 -#> 6838 25 A69-1303-555 10498 2017-01-30 23:54:00 45 -#> 6839 25 A69-1303-555 10501 2017-01-30 23:56:00 45 -#> 6840 25 A69-1303-555 10503 2017-01-30 23:58:00 45 -#> 6841 25 A69-1303-555 10504 2017-01-31 00:00:00 45 -#> 6842 25 A69-1303-555 10505 2017-01-31 00:02:00 45 -#> 6843 25 A69-1303-555 10506 2017-01-31 00:04:00 45 -#> 6844 25 A69-1303-555 10509 2017-01-31 00:06:00 45 -#> 6845 25 A69-1303-555 10511 2017-01-31 00:08:00 45 -#> 6846 25 A69-1303-555 10513 2017-01-31 00:10:00 45 -#> 6847 25 A69-1303-555 10515 2017-01-31 00:12:00 45 -#> 6848 25 A69-1303-555 10517 2017-01-31 00:14:00 45 -#> 6849 25 A69-1303-555 10519 2017-01-31 00:16:00 45 -#> 6850 25 A69-1303-555 10521 2017-01-31 00:18:00 45 -#> 6851 25 A69-1303-555 10522 2017-01-31 00:22:00 45 -#> 6852 25 A69-1303-555 10524 2017-01-31 00:24:00 45 -#> 6853 25 A69-1303-555 10526 2017-01-31 00:26:00 45 -#> 6854 25 A69-1303-555 10529 2017-01-31 00:28:00 45 -#> 6855 25 A69-1303-555 10530 2017-01-31 00:30:00 45 -#> 6856 25 A69-1303-555 10531 2017-01-31 00:32:00 45 -#> 6857 25 A69-1303-555 10533 2017-01-31 00:34:00 45 -#> 6858 25 A69-1303-555 10535 2017-01-31 00:38:00 45 -#> 6859 25 A69-1303-555 10536 2017-01-31 00:42:00 45 -#> 6860 25 A69-1303-555 10537 2017-01-31 00:58:00 45 -#> 6861 25 A69-1303-555 10538 2017-01-31 01:08:00 45 -#> 6862 25 A69-1303-555 10540 2017-01-31 01:12:00 45 -#> 6863 25 A69-1303-555 10543 2017-01-31 01:14:00 45 -#> 6864 25 A69-1303-555 10545 2017-01-31 01:16:00 45 -#> 6865 25 A69-1303-555 10546 2017-01-31 01:18:00 45 -#> 6866 25 A69-1303-555 10548 2017-01-31 01:20:00 45 -#> 6867 25 A69-1303-555 10550 2017-01-31 01:22:00 45 -#> 6868 25 A69-1303-555 10552 2017-01-31 01:24:00 45 -#> 6869 25 A69-1303-555 10553 2017-01-31 01:26:00 45 -#> 6870 25 A69-1303-555 10554 2017-01-31 01:28:00 45 -#> 6871 25 A69-1303-555 10556 2017-01-31 01:30:00 45 -#> 6872 25 A69-1303-555 10557 2017-01-31 01:32:00 45 -#> 6873 25 A69-1303-555 10558 2017-01-31 01:34:00 45 -#> 6874 25 A69-1303-555 10559 2017-01-31 01:36:00 45 -#> 6875 25 A69-1303-555 10561 2017-01-31 01:38:00 45 -#> 6876 25 A69-1303-555 10562 2017-01-31 01:40:00 45 -#> 6877 25 A69-1303-555 10564 2017-01-31 01:42:00 45 -#> 6878 25 A69-1303-555 10566 2017-01-31 01:44:00 45 -#> 6879 25 A69-1303-555 10568 2017-01-31 01:46:00 45 -#> 6880 25 A69-1303-555 10569 2017-01-31 01:50:00 45 -#> 6881 25 A69-1303-555 10571 2017-01-31 01:54:00 45 -#> 6882 25 A69-1303-555 10573 2017-01-31 01:56:00 45 -#> 6883 25 A69-1303-555 10575 2017-01-31 01:58:00 45 -#> 6884 25 A69-1303-555 10576 2017-01-31 02:00:00 45 -#> 6885 25 A69-1303-555 10578 2017-01-31 02:14:00 45 -#> 6886 25 A69-1303-555 10580 2017-01-31 02:18:00 45 -#> 6887 25 A69-1303-555 10581 2017-01-31 02:20:00 45 -#> 6888 25 A69-1303-555 10583 2017-01-31 02:22:00 45 -#> 6889 25 A69-1303-555 10585 2017-01-31 02:24:00 45 -#> 6890 25 A69-1303-555 10586 2017-01-31 02:26:00 45 -#> 6891 25 A69-1303-555 10588 2017-01-31 02:28:00 45 -#> 6892 25 A69-1303-555 10589 2017-01-31 02:30:00 45 -#> 6893 25 A69-1303-555 10590 2017-01-31 02:32:00 45 -#> 6894 25 A69-1303-555 10591 2017-01-31 02:34:00 45 -#> 6895 25 A69-1303-555 10592 2017-01-31 02:36:00 45 -#> 6896 25 A69-1303-555 10594 2017-01-31 02:40:00 45 -#> 6897 25 A69-1303-555 10595 2017-01-31 02:42:00 45 -#> 6898 25 A69-1303-555 10597 2017-01-31 02:44:00 45 -#> 6899 25 A69-1303-555 10598 2017-01-31 02:46:00 45 -#> 6900 25 A69-1303-555 10599 2017-01-31 02:48:00 45 -#> 6901 25 A69-1303-555 10600 2017-01-31 02:50:00 45 -#> 6902 25 A69-1303-555 10601 2017-01-31 02:52:00 45 -#> 6903 25 A69-1303-555 10602 2017-01-31 15:10:00 50 -#> 6904 25 A69-1303-555 10603 2017-01-31 15:12:00 50 -#> 6905 25 A69-1303-555 10604 2017-01-31 15:14:00 50 -#> 6906 25 A69-1303-555 10605 2017-01-31 15:16:00 50 -#> 6907 25 A69-1303-555 10607 2017-01-31 15:18:00 50 -#> 6908 25 A69-1303-555 10610 2017-01-31 15:20:00 50 -#> 6909 25 A69-1303-555 10612 2017-01-31 20:30:00 12 -#> 6910 25 A69-1303-555 10614 2017-02-02 19:24:00 47 -#> 6911 25 A69-1303-555 10616 2017-02-02 19:26:00 47 -#> 6912 25 A69-1303-555 10618 2017-02-02 19:28:00 47 -#> 6913 25 A69-1303-555 10621 2017-02-02 19:30:00 47 -#> 6914 25 A69-1303-555 10622 2017-02-02 19:34:00 47 -#> 6915 25 A69-1303-555 10625 2017-02-02 19:36:00 47 -#> 6916 25 A69-1303-555 10626 2017-02-02 19:38:00 47 -#> 6917 25 A69-1303-555 10627 2017-02-02 19:40:00 47 -#> 6918 25 A69-1303-555 10629 2017-02-02 19:42:00 47 -#> 6919 25 A69-1303-555 10631 2017-02-02 19:44:00 47 -#> 6920 25 A69-1303-555 10633 2017-02-02 19:46:00 47 -#> 6921 25 A69-1303-555 10635 2017-02-02 19:48:00 47 -#> 6922 25 A69-1303-555 10637 2017-02-02 19:50:00 47 -#> 6923 25 A69-1303-555 10639 2017-02-02 19:54:00 47 -#> 6924 25 A69-1303-555 10640 2017-02-02 23:34:00 47 -#> 6925 25 A69-1303-555 10641 2017-02-02 23:36:00 47 -#> 6926 25 A69-1303-555 10642 2017-02-02 23:38:00 47 -#> 6927 25 A69-1303-555 10643 2017-02-02 23:40:00 47 -#> 6928 25 A69-1303-555 10645 2017-02-02 23:42:00 47 -#> 6929 25 A69-1303-555 10646 2017-02-02 23:44:00 47 -#> 6930 25 A69-1303-555 10648 2017-02-02 23:46:00 47 -#> 6931 25 A69-1303-555 10649 2017-02-02 23:48:00 47 -#> 6932 25 A69-1303-555 10650 2017-02-04 01:34:00 24 -#> 6933 25 A69-1303-555 10651 2017-02-04 01:36:00 24 -#> 6934 25 A69-1303-555 10653 2017-02-04 01:38:00 24 -#> 6935 25 A69-1303-555 10654 2017-02-04 01:40:00 24 -#> 6936 25 A69-1303-555 10656 2017-02-04 01:42:00 24 -#> 6937 25 A69-1303-555 10657 2017-02-04 01:44:00 24 -#> 6938 25 A69-1303-555 10658 2017-02-04 01:50:00 24 -#> 6939 25 A69-1303-555 10659 2017-02-04 06:32:00 50 -#> 6940 25 A69-1303-555 10660 2017-02-04 06:34:00 50 -#> 6941 25 A69-1303-555 10661 2017-02-04 06:36:00 50 -#> 6942 25 A69-1303-555 10663 2017-02-04 06:38:00 50 -#> 6943 25 A69-1303-555 10664 2017-02-04 06:40:00 50 -#> 6944 25 A69-1303-555 10665 2017-02-04 06:42:00 50 -#> 6945 25 A69-1303-555 10666 2017-02-04 21:54:00 45 -#> 6946 25 A69-1303-555 10668 2017-02-04 21:56:00 45 -#> 6947 25 A69-1303-555 10669 2017-02-04 22:00:00 45 -#> 6948 25 A69-1303-555 10671 2017-02-04 22:02:00 45 -#> 6949 25 A69-1303-555 10673 2017-02-04 22:04:00 45 -#> 6950 25 A69-1303-555 10675 2017-02-04 22:06:00 45 -#> 6951 25 A69-1303-555 10676 2017-02-04 22:08:00 45 -#> 6952 25 A69-1303-555 10678 2017-02-04 22:10:00 45 -#> 6953 25 A69-1303-555 10679 2017-02-04 22:14:00 45 -#> 6954 25 A69-1303-555 10681 2017-02-04 22:16:00 45 -#> 6955 25 A69-1303-555 10682 2017-02-04 22:18:00 45 -#> 6956 25 A69-1303-555 10683 2017-02-04 22:20:00 45 -#> 6957 25 A69-1303-555 10685 2017-02-04 22:22:00 45 -#> 6958 25 A69-1303-555 10687 2017-02-04 22:24:00 45 -#> 6959 25 A69-1303-555 10688 2017-02-04 22:26:00 45 -#> 6960 25 A69-1303-555 10691 2017-02-04 22:28:00 45 -#> 6961 25 A69-1303-555 10693 2017-02-04 22:30:00 45 -#> 6962 25 A69-1303-555 10695 2017-02-04 22:32:00 45 -#> 6963 25 A69-1303-555 10697 2017-02-04 22:34:00 45 -#> 6964 25 A69-1303-555 10698 2017-02-04 23:08:00 45 -#> 6965 25 A69-1303-555 10700 2017-02-04 23:10:00 45 -#> 6966 25 A69-1303-555 10701 2017-02-04 23:14:00 45 -#> 6967 25 A69-1303-555 10703 2017-02-04 23:16:00 45 -#> 6968 25 A69-1303-555 10705 2017-02-04 23:18:00 45 -#> 6969 25 A69-1303-555 10707 2017-02-04 23:20:00 45 -#> 6970 25 A69-1303-555 10708 2017-02-04 23:22:00 45 -#> 6971 25 A69-1303-555 10710 2017-02-04 23:24:00 45 -#> 6972 25 A69-1303-555 10712 2017-02-04 23:26:00 45 -#> 6973 25 A69-1303-555 10714 2017-02-04 23:28:00 45 -#> 6974 25 A69-1303-555 10715 2017-02-04 23:30:00 45 -#> 6975 25 A69-1303-555 10716 2017-02-04 23:32:00 45 -#> 6976 25 A69-1303-555 10718 2017-02-04 23:34:00 45 -#> 6977 25 A69-1303-555 10720 2017-02-04 23:36:00 45 -#> 6978 25 A69-1303-555 10721 2017-02-04 23:38:00 45 -#> 6979 25 A69-1303-555 10723 2017-02-04 23:40:00 45 -#> 6980 25 A69-1303-555 10725 2017-02-04 23:42:00 45 -#> 6981 25 A69-1303-555 10727 2017-02-04 23:46:00 45 -#> 6982 25 A69-1303-555 10729 2017-02-04 23:48:00 45 -#> 6983 25 A69-1303-555 10730 2017-02-04 23:58:00 45 -#> 6984 25 A69-1303-555 10732 2017-02-05 00:00:00 45 -#> 6985 25 A69-1303-555 10734 2017-02-05 00:02:00 45 -#> 6986 25 A69-1303-555 10736 2017-02-05 00:04:00 45 -#> 6987 25 A69-1303-555 10737 2017-02-05 00:06:00 45 -#> 6988 25 A69-1303-555 10739 2017-02-05 00:08:00 45 -#> 6989 25 A69-1303-555 10740 2017-02-05 00:10:00 45 -#> 6990 25 A69-1303-555 10741 2017-02-05 00:12:00 45 -#> 6991 25 A69-1303-555 10743 2017-02-05 00:14:00 45 -#> 6992 25 A69-1303-555 10744 2017-02-05 00:16:00 45 -#> 6993 25 A69-1303-555 10746 2017-02-05 00:18:00 45 -#> 6994 25 A69-1303-555 10748 2017-02-05 00:20:00 45 -#> 6995 25 A69-1303-555 10750 2017-02-05 00:22:00 45 -#> 6996 25 A69-1303-555 10752 2017-02-05 00:24:00 45 -#> 6997 25 A69-1303-555 10753 2017-02-05 00:26:00 45 -#> 6998 25 A69-1303-555 10755 2017-02-05 00:28:00 45 -#> 6999 25 A69-1303-555 10757 2017-02-05 00:30:00 45 -#> 7000 25 A69-1303-555 10759 2017-02-05 00:32:00 45 -#> 7001 25 A69-1303-555 10761 2017-02-05 00:34:00 45 -#> 7002 25 A69-1303-555 10763 2017-02-05 00:36:00 45 -#> 7003 25 A69-1303-555 10765 2017-02-05 00:38:00 45 -#> 7004 25 A69-1303-555 10766 2017-02-05 00:40:00 45 -#> 7005 25 A69-1303-555 10767 2017-02-05 00:42:00 45 -#> 7006 25 A69-1303-555 10769 2017-02-05 00:44:00 45 -#> 7007 25 A69-1303-555 10771 2017-02-05 00:48:00 45 -#> 7008 25 A69-1303-555 10772 2017-02-05 00:50:00 45 -#> 7009 25 A69-1303-555 10773 2017-02-05 00:52:00 45 -#> 7010 25 A69-1303-555 10774 2017-02-05 00:54:00 45 -#> 7011 25 A69-1303-555 10775 2017-02-05 00:56:00 45 -#> 7012 25 A69-1303-555 10777 2017-02-05 01:00:00 45 -#> 7013 25 A69-1303-555 10778 2017-02-05 01:02:00 45 -#> 7014 25 A69-1303-555 10781 2017-02-05 01:08:00 45 -#> 7015 25 A69-1303-555 10783 2017-02-05 01:10:00 45 -#> 7016 25 A69-1303-555 10784 2017-02-05 01:12:00 45 -#> 7017 25 A69-1303-555 10785 2017-02-05 01:14:00 45 -#> 7018 25 A69-1303-555 10788 2017-02-05 01:16:00 45 -#> 7019 25 A69-1303-555 10789 2017-02-05 01:18:00 45 -#> 7020 25 A69-1303-555 10791 2017-02-05 01:20:00 45 -#> 7021 25 A69-1303-555 10793 2017-02-05 01:48:00 45 -#> 7022 25 A69-1303-555 10794 2017-02-05 01:52:00 45 -#> 7023 25 A69-1303-555 10795 2017-02-05 01:54:00 45 -#> 7024 25 A69-1303-555 10796 2017-02-05 01:56:00 45 -#> 7025 25 A69-1303-555 10797 2017-02-05 01:58:00 45 -#> 7026 25 A69-1303-555 10798 2017-02-05 02:00:00 45 -#> 7027 25 A69-1303-555 10800 2017-02-05 02:02:00 45 -#> 7028 25 A69-1303-555 10801 2017-02-05 02:04:00 45 -#> 7029 25 A69-1303-555 10803 2017-02-05 02:06:00 45 -#> 7030 25 A69-1303-555 10805 2017-02-05 02:08:00 45 -#> 7031 25 A69-1303-555 10806 2017-02-05 02:10:00 45 -#> 7032 25 A69-1303-555 10808 2017-02-05 02:12:00 45 -#> 7033 25 A69-1303-555 10809 2017-02-05 02:14:00 45 -#> 7034 25 A69-1303-555 10810 2017-02-05 02:16:00 45 -#> 7035 25 A69-1303-555 10813 2017-02-05 02:24:00 45 -#> 7036 25 A69-1303-555 10814 2017-02-05 02:28:00 45 -#> 7037 25 A69-1303-555 10816 2017-02-05 02:30:00 45 -#> 7038 25 A69-1303-555 10817 2017-02-05 02:34:00 45 -#> 7039 25 A69-1303-555 10819 2017-02-05 02:36:00 45 -#> 7040 25 A69-1303-555 10820 2017-02-05 02:38:00 45 -#> 7041 25 A69-1303-555 10821 2017-02-05 02:40:00 45 -#> 7042 25 A69-1303-555 10822 2017-02-05 02:42:00 45 -#> 7043 25 A69-1303-555 10824 2017-02-05 02:44:00 45 -#> 7044 25 A69-1303-555 10825 2017-02-05 02:48:00 45 -#> 7045 25 A69-1303-555 10827 2017-02-05 02:52:00 45 -#> 7046 25 A69-1303-555 10828 2017-02-05 02:54:00 45 -#> 7047 25 A69-1303-555 10829 2017-02-05 02:56:00 45 -#> 7048 25 A69-1303-555 10832 2017-02-05 02:58:00 45 -#> 7049 25 A69-1303-555 10834 2017-02-05 03:00:00 45 -#> 7050 25 A69-1303-555 10836 2017-02-05 03:02:00 45 -#> 7051 25 A69-1303-555 10838 2017-02-05 03:04:00 45 -#> 7052 25 A69-1303-555 10840 2017-02-05 03:06:00 45 -#> 7053 25 A69-1303-555 10841 2017-02-05 03:08:00 45 -#> 7054 25 A69-1303-555 10842 2017-02-05 03:10:00 45 -#> 7055 25 A69-1303-555 10844 2017-02-05 03:16:00 45 -#> 7056 25 A69-1303-555 10845 2017-02-05 03:18:00 45 -#> 7057 25 A69-1303-555 10847 2017-02-05 03:20:00 45 -#> 7058 25 A69-1303-555 10848 2017-02-05 03:22:00 45 -#> 7059 25 A69-1303-555 10850 2017-02-05 03:26:00 45 -#> 7060 25 A69-1303-555 10851 2017-02-05 03:28:00 45 -#> 7061 25 A69-1303-555 10852 2017-02-05 03:30:00 45 -#> 7062 25 A69-1303-555 10854 2017-02-05 03:32:00 45 -#> 7063 25 A69-1303-555 10855 2017-02-05 03:34:00 45 -#> 7064 25 A69-1303-555 10858 2017-02-05 03:36:00 45 -#> 7065 25 A69-1303-555 10860 2017-02-05 03:42:00 45 -#> 7066 25 A69-1303-555 10862 2017-02-05 03:44:00 45 -#> 7067 25 A69-1303-555 10864 2017-02-05 03:46:00 45 -#> 7068 25 A69-1303-555 10866 2017-02-05 03:48:00 45 -#> 7069 25 A69-1303-555 10867 2017-02-06 01:22:00 51 -#> 7070 25 A69-1303-555 10868 2017-02-06 01:24:00 51 -#> 7071 25 A69-1303-555 10869 2017-02-06 01:26:00 51 -#> 7072 25 A69-1303-555 10871 2017-02-06 01:28:00 51 -#> 7073 25 A69-1303-555 10873 2017-02-06 01:30:00 51 -#> 7074 25 A69-1303-555 10875 2017-02-06 01:32:00 51 -#> 7075 25 A69-1303-555 10876 2017-02-06 01:34:00 51 -#> 7076 25 A69-1303-555 10877 2017-02-06 01:38:00 51 -#> 7077 25 A69-1303-555 10878 2017-02-06 01:54:00 51 -#> 7078 25 A69-1303-555 10880 2017-02-06 01:56:00 51 -#> 7079 25 A69-1303-555 10881 2017-02-06 01:58:00 51 -#> 7080 25 A69-1303-555 10883 2017-02-06 02:00:00 51 -#> 7081 25 A69-1303-555 10884 2017-02-06 02:04:00 51 -#> 7082 25 A69-1303-555 10886 2017-02-06 02:06:00 51 -#> 7083 25 A69-1303-555 10887 2017-02-06 02:08:00 51 -#> 7084 25 A69-1303-555 10888 2017-02-06 02:16:00 51 -#> 7085 25 A69-1303-555 10889 2017-02-06 02:20:00 51 -#> 7086 25 A69-1303-555 10890 2017-02-06 02:22:00 51 -#> 7087 25 A69-1303-555 10891 2017-02-06 02:24:00 51 -#> 7088 25 A69-1303-555 10893 2017-02-06 02:26:00 51 -#> 7089 25 A69-1303-555 10895 2017-02-06 02:28:00 51 -#> 7090 25 A69-1303-555 10897 2017-02-06 02:30:00 51 -#> 7091 25 A69-1303-555 10898 2017-02-06 02:32:00 51 -#> 7092 25 A69-1303-555 10900 2017-02-06 02:36:00 51 -#> 7093 25 A69-1303-555 10901 2017-02-06 02:38:00 51 -#> 7094 25 A69-1303-555 10902 2017-02-06 02:44:00 51 -#> 7095 25 A69-1303-555 10903 2017-02-06 02:48:00 51 -#> 7096 25 A69-1303-555 10904 2017-02-06 02:54:00 51 -#> 7097 25 A69-1303-555 10905 2017-02-06 02:56:00 51 -#> 7098 25 A69-1303-555 10906 2017-02-06 02:58:00 51 -#> 7099 25 A69-1303-555 10907 2017-02-06 03:00:00 51 -#> 7100 25 A69-1303-555 10908 2017-02-06 03:08:00 51 -#> 7101 25 A69-1303-555 10909 2017-02-06 03:10:00 51 -#> 7102 25 A69-1303-555 10910 2017-02-06 03:12:00 51 -#> 7103 25 A69-1303-555 10911 2017-02-06 03:24:00 51 -#> 7104 25 A69-1303-555 10913 2017-02-06 03:26:00 51 -#> 7105 25 A69-1303-555 10915 2017-02-06 03:28:00 51 -#> 7106 25 A69-1303-555 10916 2017-02-06 03:30:00 51 -#> 7107 25 A69-1303-555 10917 2017-02-06 03:32:00 51 -#> 7108 25 A69-1303-555 10918 2017-02-06 03:34:00 51 -#> 7109 25 A69-1303-555 10920 2017-02-06 03:36:00 51 -#> 7110 25 A69-1303-555 10921 2017-02-06 03:38:00 51 -#> 7111 25 A69-1303-555 10922 2017-02-06 03:40:00 51 -#> 7112 25 A69-1303-555 10923 2017-02-06 03:44:00 51 -#> 7113 25 A69-1303-555 10925 2017-02-06 03:46:00 51 -#> 7114 25 A69-1303-555 10928 2017-02-06 03:48:00 51 -#> 7115 25 A69-1303-555 10929 2017-02-06 03:50:00 51 -#> 7116 25 A69-1303-555 10931 2017-02-06 03:52:00 51 -#> 7117 25 A69-1303-555 10932 2017-02-06 03:54:00 51 -#> 7118 25 A69-1303-555 10934 2017-02-06 03:56:00 51 -#> 7119 25 A69-1303-555 10936 2017-02-06 03:58:00 51 -#> 7120 25 A69-1303-555 10937 2017-02-06 04:00:00 51 -#> 7121 25 A69-1303-555 10939 2017-02-06 04:02:00 51 -#> 7122 25 A69-1303-555 10942 2017-02-06 04:06:00 51 -#> 7123 25 A69-1303-555 10945 2017-02-06 04:10:00 51 -#> 7124 25 A69-1303-555 10947 2017-02-06 04:12:00 51 -#> 7125 25 A69-1303-555 10949 2017-02-06 04:14:00 51 -#> 7126 25 A69-1303-555 10950 2017-02-06 04:16:00 51 -#> 7127 25 A69-1303-555 10952 2017-02-06 04:18:00 51 -#> 7128 25 A69-1303-555 10953 2017-02-06 18:36:00 51 -#> 7129 25 A69-1303-555 10954 2017-02-06 18:38:00 51 -#> 7130 25 A69-1303-555 10955 2017-02-06 18:40:00 51 -#> 7131 25 A69-1303-555 10956 2017-02-06 18:42:00 51 -#> 7132 25 A69-1303-555 10958 2017-02-06 18:44:00 51 -#> 7133 25 A69-1303-555 10960 2017-02-06 18:46:00 51 -#> 7134 25 A69-1303-555 10962 2017-02-06 18:48:00 51 -#> 7135 25 A69-1303-555 10963 2017-02-06 18:50:00 51 -#> 7136 25 A69-1303-555 10965 2017-02-06 18:52:00 51 -#> 7137 25 A69-1303-555 10966 2017-02-06 18:54:00 51 -#> 7138 25 A69-1303-555 10968 2017-02-06 18:56:00 51 -#> 7139 25 A69-1303-555 10969 2017-02-07 23:36:00 47 -#> 7140 25 A69-1303-555 10970 2017-02-07 23:40:00 47 -#> 7141 25 A69-1303-555 10971 2017-02-07 23:42:00 47 -#> 7142 25 A69-1303-555 10973 2017-02-07 23:44:00 47 -#> 7143 25 A69-1303-555 10974 2017-02-07 23:52:00 47 -#> 7144 25 A69-1303-555 10975 2017-02-07 23:56:00 47 -#> 7145 25 A69-1303-555 10976 2017-02-08 02:52:00 47 -#> 7146 25 A69-1303-555 10977 2017-02-08 02:54:00 47 -#> 7147 25 A69-1303-555 10978 2017-02-08 02:56:00 47 -#> 7148 25 A69-1303-555 10980 2017-02-08 02:58:00 47 -#> 7149 25 A69-1303-555 10982 2017-02-08 03:00:00 47 -#> 7150 25 A69-1303-555 10984 2017-02-08 03:02:00 47 -#> 7151 25 A69-1303-555 10985 2017-02-08 03:06:00 47 -#> 7152 25 A69-1303-555 10987 2017-02-08 03:08:00 47 -#> 7153 25 A69-1303-555 10989 2017-02-08 03:08:00 41 -#> 7154 25 A69-1303-555 10990 2017-02-08 03:10:00 47 -#> 7155 25 A69-1303-555 10992 2017-02-08 03:12:00 47 -#> 7156 25 A69-1303-555 10993 2017-02-08 03:24:00 47 -#> 7157 25 A69-1303-555 10994 2017-02-08 03:26:00 47 -#> 7158 25 A69-1303-555 10995 2017-02-08 03:38:00 41 -#> 7159 25 A69-1303-555 10996 2017-02-09 19:40:00 24 -#> 7160 25 A69-1303-555 10997 2017-02-09 19:42:00 24 -#> 7161 25 A69-1303-555 10998 2017-02-09 19:44:00 24 -#> 7162 25 A69-1303-555 10999 2017-02-09 19:46:00 24 -#> 7163 25 A69-1303-555 11000 2017-02-09 19:52:00 24 -#> 7164 25 A69-1303-555 11001 2017-02-09 19:54:00 24 -#> 7165 25 A69-1303-555 11002 2017-02-09 20:36:00 24 -#> 7166 25 A69-1303-555 11004 2017-02-09 23:14:00 24 -#> 7167 25 A69-1303-555 11005 2017-02-09 23:24:00 24 -#> 7168 25 A69-1303-555 11006 2017-02-09 23:48:00 24 -#> 7169 25 A69-1303-555 11007 2017-02-09 23:50:00 24 -#> 7170 25 A69-1303-555 11008 2017-02-09 23:52:00 24 -#> 7171 25 A69-1303-555 11010 2017-02-09 23:54:00 24 -#> 7172 25 A69-1303-555 11012 2017-02-09 23:58:00 24 -#> 7173 25 A69-1303-555 11014 2017-02-10 00:00:00 24 -#> 7174 25 A69-1303-555 11016 2017-02-10 00:02:00 24 -#> 7175 25 A69-1303-555 11018 2017-02-10 00:04:00 24 -#> 7176 25 A69-1303-555 11019 2017-02-10 00:06:00 24 -#> 7177 25 A69-1303-555 11020 2017-02-10 00:10:00 24 -#> 7178 25 A69-1303-555 11021 2017-02-10 00:12:00 24 -#> 7179 25 A69-1303-555 11023 2017-02-10 07:02:00 50 -#> 7180 25 A69-1303-555 11025 2017-02-10 07:04:00 50 -#> 7181 25 A69-1303-555 11027 2017-02-10 07:06:00 50 -#> 7182 25 A69-1303-555 11028 2017-02-10 07:08:00 50 -#> 7183 25 A69-1303-555 11029 2017-02-10 07:10:00 50 -#> 7184 25 A69-1303-555 11031 2017-02-10 07:12:00 50 -#> 7185 25 A69-1303-555 11032 2017-02-10 07:14:00 50 -#> 7186 25 A69-1303-555 11033 2017-02-10 07:16:00 50 -#> 7187 25 A69-1303-555 11036 2017-02-10 07:18:00 50 -#> 7188 25 A69-1303-555 11037 2017-02-10 07:20:00 50 -#> 7189 25 A69-1303-555 11038 2017-02-10 07:22:00 50 -#> 7190 25 A69-1303-555 11039 2017-02-10 07:24:00 50 -#> 7191 25 A69-1303-555 11041 2017-02-10 07:26:00 50 -#> 7192 25 A69-1303-555 11043 2017-02-10 10:22:00 45 -#> 7193 25 A69-1303-555 11045 2017-02-10 10:24:00 45 -#> 7194 25 A69-1303-555 11046 2017-02-10 10:26:00 45 -#> 7195 25 A69-1303-555 11047 2017-02-10 10:28:00 45 -#> 7196 25 A69-1303-555 11049 2017-02-10 10:30:00 45 -#> 7197 25 A69-1303-555 11051 2017-02-10 10:36:00 45 -#> 7198 25 A69-1303-555 11053 2017-02-10 10:38:00 45 -#> 7199 25 A69-1303-555 11054 2017-02-10 10:40:00 45 -#> 7200 25 A69-1303-555 11056 2017-02-10 10:44:00 45 -#> 7201 25 A69-1303-555 11058 2017-02-10 10:46:00 45 -#> 7202 25 A69-1303-555 11059 2017-02-10 10:48:00 45 -#> 7203 25 A69-1303-555 11060 2017-02-10 10:50:00 45 -#> 7204 25 A69-1303-555 11061 2017-02-10 10:52:00 45 -#> 7205 25 A69-1303-555 11062 2017-02-10 10:54:00 45 -#> 7206 25 A69-1303-555 11063 2017-02-10 11:02:00 45 -#> 7207 25 A69-1303-555 11064 2017-02-10 11:06:00 45 -#> 7208 25 A69-1303-555 11067 2017-02-10 11:08:00 45 -#> 7209 25 A69-1303-555 11068 2017-02-10 11:10:00 45 -#> 7210 25 A69-1303-555 11069 2017-02-10 11:12:00 45 -#> 7211 25 A69-1303-555 11071 2017-02-10 11:14:00 45 -#> 7212 25 A69-1303-555 11073 2017-02-10 11:16:00 45 -#> 7213 25 A69-1303-555 11074 2017-02-10 11:18:00 45 -#> 7214 25 A69-1303-555 11076 2017-02-10 11:20:00 45 -#> 7215 25 A69-1303-555 11077 2017-02-10 11:22:00 45 -#> 7216 25 A69-1303-555 11078 2017-02-10 11:24:00 45 -#> 7217 25 A69-1303-555 11079 2017-02-10 11:26:00 45 -#> 7218 25 A69-1303-555 11080 2017-02-10 11:28:00 45 -#> 7219 25 A69-1303-555 11083 2017-02-10 11:34:00 45 -#> 7220 25 A69-1303-555 11084 2017-02-10 11:36:00 45 -#> 7221 25 A69-1303-555 11086 2017-02-10 11:50:00 45 -#> 7222 25 A69-1303-555 11087 2017-02-10 11:52:00 45 -#> 7223 25 A69-1303-555 11088 2017-02-10 11:56:00 45 -#> 7224 25 A69-1303-555 11091 2017-02-10 11:58:00 45 -#> 7225 25 A69-1303-555 11092 2017-02-10 12:00:00 45 -#> 7226 25 A69-1303-555 11093 2017-02-10 12:02:00 45 -#> 7227 25 A69-1303-555 11095 2017-02-10 12:04:00 45 -#> 7228 25 A69-1303-555 11096 2017-02-10 12:06:00 45 -#> 7229 25 A69-1303-555 11098 2017-02-10 12:08:00 45 -#> 7230 25 A69-1303-555 11099 2017-02-10 12:10:00 45 -#> 7231 25 A69-1303-555 11101 2017-02-10 12:12:00 45 -#> 7232 25 A69-1303-555 11102 2017-02-10 12:14:00 45 -#> 7233 25 A69-1303-555 11104 2017-02-10 12:16:00 45 -#> 7234 25 A69-1303-555 11106 2017-02-10 12:20:00 45 -#> 7235 25 A69-1303-555 11108 2017-02-10 12:22:00 45 -#> 7236 25 A69-1303-555 11110 2017-02-10 12:24:00 45 -#> 7237 25 A69-1303-555 11112 2017-02-10 12:26:00 45 -#> 7238 25 A69-1303-555 11114 2017-02-10 12:28:00 45 -#> 7239 25 A69-1303-555 11115 2017-02-10 12:30:00 45 -#> 7240 25 A69-1303-555 11118 2017-02-10 12:32:00 45 -#> 7241 25 A69-1303-555 11120 2017-02-10 12:34:00 45 -#> 7242 25 A69-1303-555 11122 2017-02-10 12:36:00 45 -#> 7243 25 A69-1303-555 11124 2017-02-10 12:38:00 45 -#> 7244 25 A69-1303-555 11125 2017-02-10 12:40:00 45 -#> 7245 25 A69-1303-555 11126 2017-02-10 12:42:00 45 -#> 7246 25 A69-1303-555 11128 2017-02-10 12:44:00 45 -#> 7247 25 A69-1303-555 11130 2017-02-10 12:46:00 45 -#> 7248 25 A69-1303-555 11131 2017-02-10 12:48:00 45 -#> 7249 25 A69-1303-555 11132 2017-02-10 12:50:00 45 -#> 7250 25 A69-1303-555 11134 2017-02-10 12:52:00 45 -#> 7251 25 A69-1303-555 11136 2017-02-10 12:54:00 45 -#> 7252 25 A69-1303-555 11137 2017-02-10 12:56:00 45 -#> 7253 25 A69-1303-555 11138 2017-02-10 12:58:00 45 -#> 7254 25 A69-1303-555 11139 2017-02-10 13:00:00 45 -#> 7255 25 A69-1303-555 11141 2017-02-10 13:02:00 45 -#> 7256 25 A69-1303-555 11142 2017-02-10 13:04:00 45 -#> 7257 25 A69-1303-555 11144 2017-02-10 13:06:00 45 -#> 7258 25 A69-1303-555 11147 2017-02-10 13:08:00 45 -#> 7259 25 A69-1303-555 11149 2017-02-10 13:10:00 45 -#> 7260 25 A69-1303-555 11151 2017-02-10 13:12:00 45 -#> 7261 25 A69-1303-555 11152 2017-02-10 13:14:00 45 -#> 7262 25 A69-1303-555 11154 2017-02-10 13:16:00 45 -#> 7263 25 A69-1303-555 11156 2017-02-10 13:18:00 45 -#> 7264 25 A69-1303-555 11159 2017-02-10 13:20:00 45 -#> 7265 25 A69-1303-555 11160 2017-02-10 13:22:00 45 -#> 7266 25 A69-1303-555 11163 2017-02-10 13:26:00 45 -#> 7267 25 A69-1303-555 11165 2017-02-10 13:28:00 45 -#> 7268 25 A69-1303-555 11167 2017-02-10 13:32:00 45 -#> 7269 25 A69-1303-555 11169 2017-02-10 13:34:00 45 -#> 7270 25 A69-1303-555 11170 2017-02-10 13:36:00 45 -#> 7271 25 A69-1303-555 11172 2017-02-10 13:38:00 45 -#> 7272 25 A69-1303-555 11173 2017-02-10 13:40:00 45 -#> 7273 25 A69-1303-555 11175 2017-02-10 13:42:00 45 -#> 7274 25 A69-1303-555 11177 2017-02-10 13:46:00 45 -#> 7275 25 A69-1303-555 11178 2017-02-10 13:48:00 45 -#> 7276 25 A69-1303-555 11179 2017-02-10 14:10:00 45 -#> 7277 25 A69-1303-555 11180 2017-02-12 03:08:00 47 -#> 7278 25 A69-1303-555 11181 2017-02-12 03:12:00 47 -#> 7279 25 A69-1303-555 11182 2017-02-12 03:20:00 47 -#> 7280 25 A69-1303-555 11184 2017-02-12 03:22:00 47 -#> 7281 25 A69-1303-555 11185 2017-02-12 03:24:00 47 -#> 7282 25 A69-1303-555 11187 2017-02-12 03:26:00 47 -#> 7283 25 A69-1303-555 11188 2017-02-12 03:28:00 47 -#> 7284 25 A69-1303-555 11189 2017-02-12 03:34:00 47 -#> 7285 25 A69-1303-555 11190 2017-02-12 03:36:00 47 -#> 7286 25 A69-1303-555 11191 2017-02-12 03:46:00 47 -#> 7287 25 A69-1303-555 11193 2017-02-12 03:50:00 47 -#> 7288 25 A69-1303-555 11194 2017-02-12 06:54:00 47 -#> 7289 25 A69-1303-555 11195 2017-02-12 06:56:00 47 -#> 7290 25 A69-1303-555 11197 2017-02-12 06:58:00 47 -#> 7291 25 A69-1303-555 11199 2017-02-12 07:00:00 47 -#> 7292 25 A69-1303-555 11200 2017-02-12 07:02:00 47 -#> 7293 25 A69-1303-555 11202 2017-02-12 07:04:00 47 -#> 7294 25 A69-1303-555 11204 2017-02-12 07:06:00 47 -#> 7295 25 A69-1303-555 11206 2017-02-12 07:10:00 47 -#> 7296 25 A69-1303-555 11208 2017-02-12 07:12:00 47 -#> 7297 25 A69-1303-555 11209 2017-02-12 07:36:00 41 -#> 7298 25 A69-1303-555 11211 2017-02-13 18:58:00 4 -#> 7299 25 A69-1303-555 11212 2017-02-13 19:00:00 4 -#> 7300 25 A69-1303-555 11213 2017-02-13 19:02:00 4 -#> 7301 25 A69-1303-555 11215 2017-02-13 19:04:00 4 -#> 7302 25 A69-1303-555 11216 2017-02-13 19:06:00 4 -#> 7303 25 A69-1303-555 11218 2017-02-13 19:08:00 4 -#> 7304 25 A69-1303-555 11220 2017-02-13 19:10:00 4 -#> 7305 25 A69-1303-555 11222 2017-02-13 19:12:00 4 -#> 7306 25 A69-1303-555 11224 2017-02-13 19:14:00 4 -#> 7307 25 A69-1303-555 11226 2017-02-13 19:16:00 4 -#> 7308 25 A69-1303-555 11228 2017-02-13 19:18:00 4 -#> 7309 25 A69-1303-555 11229 2017-02-13 19:36:00 12 -#> 7310 25 A69-1303-555 11230 2017-02-13 19:38:00 12 -#> 7311 25 A69-1303-555 11232 2017-02-13 19:40:00 12 -#> 7312 25 A69-1303-555 11235 2017-02-13 19:44:00 12 -#> 7313 25 A69-1303-555 11237 2017-02-13 19:46:00 12 -#> 7314 25 A69-1303-555 11238 2017-02-13 19:48:00 44 -#> 7315 25 A69-1303-555 11239 2017-02-13 19:48:00 12 -#> 7316 25 A69-1303-555 11240 2017-02-13 19:50:00 44 -#> 7317 25 A69-1303-555 11242 2017-02-13 19:52:00 44 -#> 7318 25 A69-1303-555 11243 2017-02-13 19:52:00 12 -#> 7319 25 A69-1303-555 11246 2017-02-13 19:54:00 44 -#> 7320 25 A69-1303-555 11248 2017-02-13 19:58:00 44 -#> 7321 25 A69-1303-555 11249 2017-02-13 23:34:00 24 -#> 7322 25 A69-1303-555 11250 2017-02-13 23:36:00 24 -#> 7323 25 A69-1303-555 11251 2017-02-13 23:42:00 24 -#> 7324 25 A69-1303-555 11253 2017-02-13 23:54:00 24 -#> 7325 25 A69-1303-555 11254 2017-02-13 23:56:00 24 -#> 7326 25 A69-1303-555 11256 2017-02-13 23:58:00 24 -#> 7327 25 A69-1303-555 11258 2017-02-14 00:00:00 24 -#> 7328 25 A69-1303-555 11261 2017-02-14 00:02:00 24 -#> 7329 25 A69-1303-555 11263 2017-02-14 00:04:00 24 -#> 7330 25 A69-1303-555 11266 2017-02-14 00:06:00 24 -#> 7331 25 A69-1303-555 11268 2017-02-14 00:10:00 24 -#> 7332 25 A69-1303-555 11269 2017-02-14 00:12:00 24 -#> 7333 25 A69-1303-555 11270 2017-02-14 00:14:00 24 -#> 7334 25 A69-1303-555 11271 2017-02-14 02:50:00 24 -#> 7335 25 A69-1303-555 11272 2017-02-14 02:52:00 24 -#> 7336 25 A69-1303-555 11273 2017-02-14 02:54:00 24 -#> 7337 25 A69-1303-555 11274 2017-02-14 02:56:00 24 -#> 7338 25 A69-1303-555 11276 2017-02-14 02:58:00 24 -#> 7339 25 A69-1303-555 11278 2017-02-14 03:02:00 24 -#> 7340 25 A69-1303-555 11279 2017-02-14 03:06:00 24 -#> 7341 25 A69-1303-555 11280 2017-02-14 03:14:00 24 -#> 7342 25 A69-1303-555 11281 2017-02-14 22:52:00 50 -#> 7343 25 A69-1303-555 11282 2017-02-14 22:54:00 50 -#> 7344 25 A69-1303-555 11283 2017-02-14 22:58:00 50 -#> 7345 25 A69-1303-555 11284 2017-02-15 11:36:00 45 -#> 7346 25 A69-1303-555 11285 2017-02-15 11:40:00 45 -#> 7347 25 A69-1303-555 11286 2017-02-15 11:50:00 45 -#> 7348 25 A69-1303-555 11289 2017-02-15 11:52:00 45 -#> 7349 25 A69-1303-555 11291 2017-02-15 11:54:00 45 -#> 7350 25 A69-1303-555 11292 2017-02-15 11:56:00 45 -#> 7351 25 A69-1303-555 11293 2017-02-15 11:58:00 45 -#> 7352 25 A69-1303-555 11295 2017-02-15 12:00:00 45 -#> 7353 25 A69-1303-555 11298 2017-02-15 12:02:00 45 -#> 7354 25 A69-1303-555 11299 2017-02-15 12:04:00 45 -#> 7355 25 A69-1303-555 11300 2017-02-15 12:06:00 45 -#> 7356 25 A69-1303-555 11302 2017-02-15 12:08:00 45 -#> 7357 25 A69-1303-555 11304 2017-02-15 12:10:00 45 -#> 7358 25 A69-1303-555 11305 2017-02-15 12:12:00 45 -#> 7359 25 A69-1303-555 11308 2017-02-15 12:14:00 45 -#> 7360 25 A69-1303-555 11310 2017-02-15 12:16:00 45 -#> 7361 25 A69-1303-555 11311 2017-02-15 12:18:00 45 -#> 7362 25 A69-1303-555 11313 2017-02-15 12:20:00 45 -#> 7363 25 A69-1303-555 11315 2017-02-15 12:22:00 45 -#> 7364 25 A69-1303-555 11317 2017-02-15 12:24:00 45 -#> 7365 25 A69-1303-555 11318 2017-02-15 12:26:00 45 -#> 7366 25 A69-1303-555 11320 2017-02-15 12:28:00 45 -#> 7367 25 A69-1303-555 11323 2017-02-15 12:30:00 45 -#> 7368 25 A69-1303-555 11324 2017-02-15 12:32:00 45 -#> 7369 25 A69-1303-555 11327 2017-02-15 12:36:00 45 -#> 7370 25 A69-1303-555 11329 2017-02-15 12:38:00 45 -#> 7371 25 A69-1303-555 11331 2017-02-15 12:42:00 45 -#> 7372 25 A69-1303-555 11333 2017-02-15 12:44:00 45 -#> 7373 25 A69-1303-555 11334 2017-02-15 12:46:00 45 -#> 7374 25 A69-1303-555 11336 2017-02-15 12:48:00 45 -#> 7375 25 A69-1303-555 11337 2017-02-15 12:52:00 45 -#> 7376 25 A69-1303-555 11339 2017-02-15 12:54:00 45 -#> 7377 25 A69-1303-555 11341 2017-02-15 12:56:00 45 -#> 7378 25 A69-1303-555 11342 2017-02-15 12:58:00 45 -#> 7379 25 A69-1303-555 11343 2017-02-15 13:00:00 45 -#> 7380 25 A69-1303-555 11344 2017-02-15 13:02:00 45 -#> 7381 25 A69-1303-555 11346 2017-02-15 13:06:00 45 -#> 7382 25 A69-1303-555 11347 2017-02-15 13:08:00 45 -#> 7383 25 A69-1303-555 11349 2017-02-15 13:10:00 45 -#> 7384 25 A69-1303-555 11350 2017-02-15 13:12:00 45 -#> 7385 25 A69-1303-555 11352 2017-02-15 13:14:00 45 -#> 7386 25 A69-1303-555 11354 2017-02-15 13:18:00 45 -#> 7387 25 A69-1303-555 11356 2017-02-15 13:20:00 45 -#> 7388 25 A69-1303-555 11358 2017-02-15 13:22:00 45 -#> 7389 25 A69-1303-555 11359 2017-02-15 13:24:00 45 -#> 7390 25 A69-1303-555 11361 2017-02-15 13:26:00 45 -#> 7391 25 A69-1303-555 11363 2017-02-15 13:28:00 45 -#> 7392 25 A69-1303-555 11365 2017-02-15 13:30:00 45 -#> 7393 25 A69-1303-555 11366 2017-02-15 13:32:00 45 -#> 7394 25 A69-1303-555 11368 2017-02-15 13:34:00 45 -#> 7395 25 A69-1303-555 11370 2017-02-15 13:36:00 45 -#> 7396 25 A69-1303-555 11372 2017-02-15 13:38:00 45 -#> 7397 25 A69-1303-555 11374 2017-02-15 13:40:00 45 -#> 7398 25 A69-1303-555 11376 2017-02-15 13:42:00 45 -#> 7399 25 A69-1303-555 11377 2017-02-15 13:44:00 45 -#> 7400 25 A69-1303-555 11379 2017-02-15 13:46:00 45 -#> 7401 25 A69-1303-555 11381 2017-02-15 13:48:00 45 -#> 7402 25 A69-1303-555 11383 2017-02-15 13:50:00 45 -#> 7403 25 A69-1303-555 11385 2017-02-15 13:52:00 45 -#> 7404 25 A69-1303-555 11388 2017-02-15 13:54:00 45 -#> 7405 25 A69-1303-555 11389 2017-02-15 13:56:00 45 -#> 7406 25 A69-1303-555 11391 2017-02-15 13:58:00 45 -#> 7407 25 A69-1303-555 11392 2017-02-15 14:00:00 45 -#> 7408 25 A69-1303-555 11393 2017-02-15 14:02:00 45 -#> 7409 25 A69-1303-555 11394 2017-02-15 14:04:00 45 -#> 7410 25 A69-1303-555 11397 2017-02-15 14:06:00 45 -#> 7411 25 A69-1303-555 11398 2017-02-15 14:08:00 45 -#> 7412 25 A69-1303-555 11400 2017-02-15 14:10:00 45 -#> 7413 25 A69-1303-555 11402 2017-02-15 14:12:00 45 -#> 7414 25 A69-1303-555 11403 2017-02-15 14:14:00 45 -#> 7415 25 A69-1303-555 11406 2017-02-15 14:16:00 45 -#> 7416 25 A69-1303-555 11408 2017-02-15 14:18:00 45 -#> 7417 25 A69-1303-555 11410 2017-02-15 14:20:00 45 -#> 7418 25 A69-1303-555 11411 2017-02-15 14:22:00 45 -#> 7419 25 A69-1303-555 11412 2017-02-15 14:24:00 45 -#> 7420 25 A69-1303-555 11413 2017-02-15 14:26:00 45 -#> 7421 25 A69-1303-555 11415 2017-02-15 14:28:00 45 -#> 7422 25 A69-1303-555 11417 2017-02-15 14:30:00 45 -#> 7423 25 A69-1303-555 11419 2017-02-15 14:32:00 45 -#> 7424 25 A69-1303-555 11421 2017-02-15 14:34:00 45 -#> 7425 25 A69-1303-555 11423 2017-02-15 14:36:00 45 -#> 7426 25 A69-1303-555 11424 2017-02-15 14:38:00 45 -#> 7427 25 A69-1303-555 11427 2017-02-15 14:40:00 45 -#> 7428 25 A69-1303-555 11429 2017-02-15 14:42:00 45 -#> 7429 25 A69-1303-555 11430 2017-02-15 14:44:00 45 -#> 7430 25 A69-1303-555 11431 2017-02-15 14:46:00 45 -#> 7431 25 A69-1303-555 11432 2017-02-15 14:48:00 45 -#> 7432 25 A69-1303-555 11434 2017-02-15 14:50:00 45 -#> 7433 25 A69-1303-555 11436 2017-02-15 14:52:00 45 -#> 7434 25 A69-1303-555 11438 2017-02-15 14:54:00 45 -#> 7435 25 A69-1303-555 11440 2017-02-15 14:56:00 45 -#> 7436 25 A69-1303-555 11441 2017-02-15 14:58:00 45 -#> 7437 25 A69-1303-555 11444 2017-02-15 15:00:00 45 -#> 7438 25 A69-1303-555 11446 2017-02-15 15:02:00 45 -#> 7439 25 A69-1303-555 11448 2017-02-15 15:04:00 45 -#> 7440 25 A69-1303-555 11449 2017-02-15 15:06:00 45 -#> 7441 25 A69-1303-555 11450 2017-02-15 15:08:00 45 -#> 7442 25 A69-1303-555 11452 2017-02-15 15:10:00 45 -#> 7443 25 A69-1303-555 11454 2017-02-15 15:12:00 45 -#> 7444 25 A69-1303-555 11456 2017-02-15 15:14:00 45 -#> 7445 25 A69-1303-555 11458 2017-02-15 15:16:00 45 -#> 7446 25 A69-1303-555 11460 2017-02-15 15:18:00 45 -#> 7447 25 A69-1303-555 11461 2017-02-15 15:20:00 45 -#> 7448 25 A69-1303-555 11463 2017-02-15 15:22:00 45 -#> 7449 25 A69-1303-555 11465 2017-02-15 15:24:00 45 -#> 7450 25 A69-1303-555 11466 2017-02-15 15:26:00 45 -#> 7451 25 A69-1303-555 11467 2017-02-15 15:30:00 45 -#> 7452 25 A69-1303-555 11469 2017-02-15 15:32:00 45 -#> 7453 25 A69-1303-555 11471 2017-02-15 15:34:00 45 -#> 7454 25 A69-1303-555 11474 2017-02-15 15:36:00 45 -#> 7455 25 A69-1303-555 11476 2017-02-15 15:38:00 45 -#> 7456 25 A69-1303-555 11478 2017-02-15 15:40:00 45 -#> 7457 25 A69-1303-555 11480 2017-02-15 15:42:00 45 -#> 7458 25 A69-1303-555 11482 2017-02-15 15:44:00 45 -#> 7459 25 A69-1303-555 11483 2017-02-15 15:46:00 45 -#> 7460 25 A69-1303-555 11485 2017-02-15 15:48:00 45 -#> 7461 25 A69-1303-555 11487 2017-02-15 15:50:00 45 -#> 7462 25 A69-1303-555 11489 2017-02-15 15:52:00 45 -#> 7463 25 A69-1303-555 11492 2017-02-15 15:54:00 45 -#> 7464 25 A69-1303-555 11493 2017-02-15 15:56:00 45 -#> 7465 25 A69-1303-555 11495 2017-02-15 15:58:00 45 -#> 7466 25 A69-1303-555 11497 2017-02-15 16:00:00 45 -#> 7467 25 A69-1303-555 11499 2017-02-15 16:02:00 45 -#> 7468 25 A69-1303-555 11501 2017-02-15 16:04:00 45 -#> 7469 25 A69-1303-555 11503 2017-02-15 16:06:00 45 -#> 7470 25 A69-1303-555 11505 2017-02-15 16:08:00 45 -#> 7471 25 A69-1303-555 11506 2017-02-15 16:10:00 45 -#> 7472 25 A69-1303-555 11508 2017-02-15 16:12:00 45 -#> 7473 25 A69-1303-555 11510 2017-02-15 16:14:00 45 -#> 7474 25 A69-1303-555 11512 2017-02-15 16:16:00 45 -#> 7475 25 A69-1303-555 11514 2017-02-15 16:18:00 45 -#> 7476 25 A69-1303-555 11515 2017-02-15 16:20:00 45 -#> 7477 25 A69-1303-555 11517 2017-02-15 16:22:00 45 -#> 7478 25 A69-1303-555 11518 2017-02-15 16:24:00 45 -#> 7479 25 A69-1303-555 11520 2017-02-15 16:26:00 45 -#> 7480 25 A69-1303-555 11522 2017-02-15 16:28:00 45 -#> 7481 25 A69-1303-555 11523 2017-02-15 16:30:00 45 -#> 7482 25 A69-1303-555 11525 2017-02-15 16:32:00 45 -#> 7483 25 A69-1303-555 11527 2017-02-15 16:34:00 45 -#> 7484 25 A69-1303-555 11530 2017-02-15 16:36:00 45 -#> 7485 25 A69-1303-555 11531 2017-02-15 16:38:00 45 -#> 7486 25 A69-1303-555 11533 2017-02-15 16:40:00 45 -#> 7487 25 A69-1303-555 11536 2017-02-15 16:42:00 45 -#> 7488 25 A69-1303-555 11538 2017-02-15 16:44:00 45 -#> 7489 25 A69-1303-555 11539 2017-02-15 16:46:00 45 -#> 7490 25 A69-1303-555 11540 2017-02-15 16:48:00 45 -#> 7491 25 A69-1303-555 11542 2017-02-15 16:50:00 45 -#> 7492 25 A69-1303-555 11543 2017-02-15 16:52:00 45 -#> 7493 25 A69-1303-555 11545 2017-02-15 16:54:00 45 -#> 7494 25 A69-1303-555 11547 2017-02-15 16:56:00 45 -#> 7495 25 A69-1303-555 11548 2017-02-15 16:58:00 45 -#> 7496 25 A69-1303-555 11550 2017-02-15 17:00:00 45 -#> 7497 25 A69-1303-555 11552 2017-02-15 17:02:00 45 -#> 7498 25 A69-1303-555 11554 2017-02-15 17:04:00 45 -#> 7499 25 A69-1303-555 11555 2017-02-15 17:06:00 45 -#> 7500 25 A69-1303-555 11557 2017-02-15 17:08:00 45 -#> 7501 25 A69-1303-555 11559 2017-02-15 17:10:00 45 -#> 7502 25 A69-1303-555 11561 2017-02-15 17:12:00 45 -#> 7503 25 A69-1303-555 11563 2017-02-15 17:14:00 45 -#> 7504 25 A69-1303-555 11564 2017-02-15 17:16:00 45 -#> 7505 25 A69-1303-555 11565 2017-02-15 17:18:00 45 -#> 7506 25 A69-1303-555 11567 2017-02-15 17:20:00 45 -#> 7507 25 A69-1303-555 11568 2017-02-15 17:22:00 45 -#> 7508 25 A69-1303-555 11570 2017-02-15 17:24:00 45 -#> 7509 25 A69-1303-555 11572 2017-02-15 17:26:00 45 -#> 7510 25 A69-1303-555 11574 2017-02-15 17:28:00 45 -#> 7511 25 A69-1303-555 11575 2017-02-15 17:30:00 45 -#> 7512 25 A69-1303-555 11577 2017-02-15 17:32:00 45 -#> 7513 25 A69-1303-555 11579 2017-02-15 17:34:00 45 -#> 7514 25 A69-1303-555 11581 2017-02-15 17:36:00 45 -#> 7515 25 A69-1303-555 11583 2017-02-15 17:38:00 45 -#> 7516 25 A69-1303-555 11586 2017-02-15 17:40:00 45 -#> 7517 25 A69-1303-555 11587 2017-02-15 17:42:00 45 -#> 7518 25 A69-1303-555 11589 2017-02-15 17:44:00 45 -#> 7519 25 A69-1303-555 11591 2017-02-15 17:46:00 45 -#> 7520 25 A69-1303-555 11593 2017-02-15 17:48:00 45 -#> 7521 25 A69-1303-555 11594 2017-02-15 17:50:00 45 -#> 7522 25 A69-1303-555 11597 2017-02-15 17:52:00 45 -#> 7523 25 A69-1303-555 11599 2017-02-15 17:54:00 45 -#> 7524 25 A69-1303-555 11600 2017-02-15 17:56:00 45 -#> 7525 25 A69-1303-555 11601 2017-02-15 17:58:00 45 -#> 7526 25 A69-1303-555 11603 2017-02-15 18:00:00 45 -#> 7527 25 A69-1303-555 11604 2017-02-15 18:02:00 45 -#> 7528 25 A69-1303-555 11606 2017-02-15 18:04:00 45 -#> 7529 25 A69-1303-555 11608 2017-02-15 18:06:00 45 -#> 7530 25 A69-1303-555 11609 2017-02-15 18:08:00 45 -#> 7531 25 A69-1303-555 11611 2017-02-15 18:10:00 45 -#> 7532 25 A69-1303-555 11614 2017-02-15 18:12:00 45 -#> 7533 25 A69-1303-555 11615 2017-02-15 18:14:00 45 -#> 7534 25 A69-1303-555 11616 2017-02-15 18:16:00 45 -#> 7535 25 A69-1303-555 11618 2017-02-15 18:18:00 45 -#> 7536 25 A69-1303-555 11621 2017-02-15 18:20:00 45 -#> 7537 25 A69-1303-555 11623 2017-02-15 18:22:00 45 -#> 7538 25 A69-1303-555 11624 2017-02-15 18:24:00 45 -#> 7539 25 A69-1303-555 11626 2017-02-15 18:26:00 45 -#> 7540 25 A69-1303-555 11628 2017-02-15 18:28:00 45 -#> 7541 25 A69-1303-555 11630 2017-02-15 18:30:00 45 -#> 7542 25 A69-1303-555 11632 2017-02-15 18:32:00 45 -#> 7543 25 A69-1303-555 11633 2017-02-15 18:34:00 45 -#> 7544 25 A69-1303-555 11635 2017-02-15 18:36:00 45 -#> 7545 25 A69-1303-555 11637 2017-02-15 18:38:00 45 -#> 7546 25 A69-1303-555 11639 2017-02-15 18:40:00 45 -#> 7547 25 A69-1303-555 11641 2017-02-15 18:44:00 45 -#> 7548 25 A69-1303-555 11642 2017-02-16 08:20:00 51 -#> 7549 25 A69-1303-555 11643 2017-02-16 08:22:00 51 -#> 7550 25 A69-1303-555 11644 2017-02-16 08:30:00 51 -#> 7551 25 A69-1303-555 11646 2017-02-16 08:32:00 51 -#> 7552 25 A69-1303-555 11648 2017-02-16 08:34:00 51 -#> 7553 25 A69-1303-555 11650 2017-02-16 08:42:00 51 -#> 7554 25 A69-1303-555 11651 2017-02-16 08:44:00 51 -#> 7555 25 A69-1303-555 11652 2017-02-16 08:46:00 51 -#> 7556 25 A69-1303-555 11654 2017-02-16 08:48:00 51 -#> 7557 25 A69-1303-555 11655 2017-02-16 08:50:00 51 -#> 7558 25 A69-1303-555 11657 2017-02-16 08:52:00 51 -#> 7559 25 A69-1303-555 11658 2017-02-16 08:54:00 51 -#> 7560 25 A69-1303-555 11660 2017-02-16 08:56:00 51 -#> 7561 25 A69-1303-555 11663 2017-02-16 08:58:00 51 -#> 7562 25 A69-1303-555 11664 2017-02-16 09:00:00 51 -#> 7563 25 A69-1303-555 11665 2017-02-16 09:04:00 51 -#> 7564 25 A69-1303-555 11667 2017-02-16 09:06:00 51 -#> 7565 25 A69-1303-555 11668 2017-02-16 09:08:00 51 -#> 7566 25 A69-1303-555 11669 2017-02-16 09:10:00 51 -#> 7567 25 A69-1303-555 11670 2017-02-16 09:12:00 51 -#> 7568 25 A69-1303-555 11672 2017-02-16 09:14:00 51 -#> 7569 25 A69-1303-555 11673 2017-02-16 09:16:00 51 -#> 7570 25 A69-1303-555 11675 2017-02-16 09:18:00 51 -#> 7571 25 A69-1303-555 11676 2017-02-16 09:20:00 51 -#> 7572 25 A69-1303-555 11677 2017-02-16 09:26:00 51 -#> 7573 25 A69-1303-555 11678 2017-02-16 09:28:00 51 -#> 7574 25 A69-1303-555 11679 2017-02-16 09:32:00 51 -#> 7575 25 A69-1303-555 11680 2017-02-16 20:58:00 47 -#> 7576 25 A69-1303-555 11681 2017-02-16 21:00:00 47 -#> 7577 25 A69-1303-555 11682 2017-02-16 21:08:00 47 -#> 7578 25 A69-1303-555 11683 2017-02-16 23:46:00 20 -#> 7579 25 A69-1303-555 11684 2017-02-16 23:48:00 20 -#> 7580 25 A69-1303-555 11685 2017-02-16 23:50:00 20 -#> 7581 25 A69-1303-555 11687 2017-02-16 23:52:00 20 -#> 7582 25 A69-1303-555 11690 2017-02-16 23:54:00 20 -#> 7583 25 A69-1303-555 11691 2017-02-16 23:58:00 20 -#> 7584 25 A69-1303-555 11692 2017-02-17 00:08:00 20 -#> 7585 25 A69-1303-555 11693 2017-02-17 00:12:00 20 -#> 7586 25 A69-1303-555 11695 2017-02-17 00:16:00 20 -#> 7587 25 A69-1303-555 11697 2017-02-17 00:18:00 20 -#> 7588 25 A69-1303-555 11699 2017-02-17 00:20:00 20 -#> 7589 25 A69-1303-555 11700 2017-02-17 00:22:00 20 -#> 7590 25 A69-1303-555 11702 2017-02-17 00:24:00 20 -#> 7591 25 A69-1303-555 11705 2017-02-17 00:26:00 20 -#> 7592 25 A69-1303-555 11706 2017-02-17 00:28:00 20 -#> 7593 25 A69-1303-555 11707 2017-02-17 00:30:00 20 -#> 7594 25 A69-1303-555 11709 2017-02-17 00:32:00 20 -#> 7595 25 A69-1303-555 11711 2017-02-17 00:34:00 20 -#> 7596 25 A69-1303-555 11713 2017-02-17 00:36:00 20 -#> 7597 25 A69-1303-555 11715 2017-02-17 00:38:00 20 -#> 7598 25 A69-1303-555 11717 2017-02-17 00:40:00 20 -#> 7599 25 A69-1303-555 11719 2017-02-17 00:42:00 20 -#> 7600 25 A69-1303-555 11720 2017-02-17 00:44:00 20 -#> 7601 25 A69-1303-555 11721 2017-02-17 00:46:00 20 -#> 7602 25 A69-1303-555 11722 2017-02-17 00:48:00 20 -#> 7603 25 A69-1303-555 11723 2017-02-17 00:50:00 20 -#> 7604 25 A69-1303-555 11725 2017-02-17 00:52:00 20 -#> 7605 25 A69-1303-555 11727 2017-02-17 00:54:00 46 -#> 7606 25 A69-1303-555 11728 2017-02-17 00:56:00 46 -#> 7607 25 A69-1303-555 11730 2017-02-17 01:00:00 46 -#> 7608 25 A69-1303-555 11731 2017-02-17 01:02:00 46 -#> 7609 25 A69-1303-555 11733 2017-02-17 01:06:00 46 -#> 7610 25 A69-1303-555 11735 2017-02-17 01:08:00 46 -#> 7611 25 A69-1303-555 11736 2017-02-17 01:10:00 46 -#> 7612 25 A69-1303-555 11738 2017-02-17 01:12:00 46 -#> 7613 25 A69-1303-555 11741 2017-02-17 01:14:00 46 -#> 7614 25 A69-1303-555 11742 2017-02-17 01:16:00 46 -#> 7615 25 A69-1303-555 11744 2017-02-17 01:18:00 46 -#> 7616 25 A69-1303-555 11746 2017-02-17 01:20:00 46 -#> 7617 25 A69-1303-555 11747 2017-02-17 01:22:00 46 -#> 7618 25 A69-1303-555 11749 2017-02-17 01:24:00 46 -#> 7619 25 A69-1303-555 11751 2017-02-17 05:54:00 47 -#> 7620 25 A69-1303-555 11752 2017-02-17 05:56:00 47 -#> 7621 25 A69-1303-555 11753 2017-02-17 05:58:00 47 -#> 7622 25 A69-1303-555 11754 2017-02-17 06:00:00 47 -#> 7623 25 A69-1303-555 11757 2017-02-17 06:02:00 47 -#> 7624 25 A69-1303-555 11758 2017-02-17 06:04:00 47 -#> 7625 25 A69-1303-555 11759 2017-02-17 06:06:00 47 -#> 7626 25 A69-1303-555 11760 2017-02-17 06:10:00 47 -#> 7627 25 A69-1303-555 11761 2017-02-17 06:12:00 47 -#> 7628 25 A69-1303-555 11762 2017-02-17 06:26:00 47 -#> 7629 25 A69-1303-555 11764 2017-02-17 06:28:00 47 -#> 7630 25 A69-1303-555 11765 2017-02-17 06:32:00 47 -#> 7631 25 A69-1303-555 11767 2017-02-17 07:08:00 41 -#> 7632 25 A69-1303-555 11768 2017-02-17 07:10:00 41 -#> 7633 25 A69-1303-555 11769 2017-02-17 07:12:00 41 -#> 7634 25 A69-1303-555 11770 2017-02-17 07:16:00 41 -#> 7635 25 A69-1303-555 11772 2017-02-17 07:44:00 41 -#> 7636 25 A69-1303-555 11773 2017-02-17 07:48:00 41 -#> 7637 25 A69-1303-555 11774 2017-02-17 07:56:00 41 -#> 7638 25 A69-1303-555 11775 2017-02-17 07:58:00 41 -#> 7639 25 A69-1303-555 11776 2017-02-17 08:00:00 41 -#> 7640 25 A69-1303-555 11777 2017-02-17 08:48:00 41 -#> 7641 25 A69-1303-555 11778 2017-02-17 08:52:00 41 -#> 7642 25 A69-1303-555 11779 2017-02-17 10:04:00 47 -#> 7643 25 A69-1303-555 11781 2017-02-17 10:08:00 47 -#> 7644 25 A69-1303-555 11782 2017-02-17 10:10:00 47 -#> 7645 25 A69-1303-555 11783 2017-02-17 10:12:00 47 -#> 7646 25 A69-1303-555 11784 2017-02-17 10:14:00 47 -#> 7647 25 A69-1303-555 11785 2017-02-17 10:16:00 47 -#> 7648 25 A69-1303-555 11786 2017-02-17 19:16:00 47 -#> 7649 25 A69-1303-555 11787 2017-02-17 19:36:00 47 -#> 7650 25 A69-1303-555 11788 2017-02-17 19:36:00 41 -#> 7651 25 A69-1303-555 11790 2017-02-17 19:38:00 41 -#> 7652 25 A69-1303-555 11791 2017-02-17 19:40:00 47 -#> 7653 25 A69-1303-555 11792 2017-02-17 19:42:00 41 -#> 7654 25 A69-1303-555 11793 2017-02-17 19:42:00 47 -#> 7655 25 A69-1303-555 11795 2017-02-17 19:46:00 41 -#> 7656 25 A69-1303-555 11796 2017-02-17 19:48:00 41 -#> 7657 25 A69-1303-555 11798 2017-02-17 19:50:00 41 -#> 7658 25 A69-1303-555 11800 2017-02-17 19:52:00 41 -#> 7659 25 A69-1303-555 11802 2017-02-17 19:54:00 41 -#> 7660 25 A69-1303-555 11803 2017-02-17 19:56:00 41 -#> 7661 25 A69-1303-555 11804 2017-02-17 19:58:00 41 -#> 7662 25 A69-1303-555 11805 2017-02-17 20:00:00 41 -#> 7663 25 A69-1303-555 11806 2017-02-17 20:14:00 41 -#> 7664 25 A69-1303-555 11808 2017-02-17 20:16:00 41 -#> 7665 25 A69-1303-555 11809 2017-02-17 20:18:00 41 -#> 7666 25 A69-1303-555 11810 2017-02-17 20:20:00 41 -#> 7667 25 A69-1303-555 11811 2017-02-17 20:22:00 41 -#> 7668 25 A69-1303-555 11812 2017-02-17 20:24:00 41 -#> 7669 25 A69-1303-555 11813 2017-02-17 20:46:00 41 -#> 7670 25 A69-1303-555 11815 2017-02-17 20:48:00 41 -#> 7671 25 A69-1303-555 11816 2017-02-17 20:50:00 41 -#> 7672 25 A69-1303-555 11817 2017-02-17 20:52:00 41 -#> 7673 25 A69-1303-555 11818 2017-02-17 20:54:00 41 -#> 7674 25 A69-1303-555 11819 2017-02-17 20:54:00 47 -#> 7675 25 A69-1303-555 11820 2017-02-17 20:56:00 41 -#> 7676 25 A69-1303-555 11821 2017-02-17 20:56:00 47 -#> 7677 25 A69-1303-555 11823 2017-02-17 20:58:00 41 -#> 7678 25 A69-1303-555 11825 2017-02-17 21:00:00 41 -#> 7679 25 A69-1303-555 11826 2017-02-17 21:02:00 47 -#> 7680 25 A69-1303-555 11827 2017-02-17 21:06:00 47 -#> 7681 25 A69-1303-555 11828 2017-02-17 21:08:00 47 -#> 7682 25 A69-1303-555 11829 2017-02-17 21:10:00 47 -#> 7683 25 A69-1303-555 11830 2017-02-17 21:12:00 47 -#> 7684 25 A69-1303-555 11831 2017-02-17 21:14:00 41 -#> 7685 25 A69-1303-555 11832 2017-02-17 21:14:00 47 -#> 7686 25 A69-1303-555 11834 2017-02-17 21:16:00 41 -#> 7687 25 A69-1303-555 11835 2017-02-17 21:18:00 41 -#> 7688 25 A69-1303-555 11837 2017-02-17 21:20:00 41 -#> 7689 25 A69-1303-555 11839 2017-02-17 21:22:00 41 -#> 7690 25 A69-1303-555 11840 2017-02-17 21:26:00 41 -#> 7691 25 A69-1303-555 11841 2017-02-17 21:28:00 41 -#> 7692 25 A69-1303-555 11843 2017-02-17 21:30:00 41 -#> 7693 25 A69-1303-555 11845 2017-02-17 21:32:00 41 -#> 7694 25 A69-1303-555 11847 2017-02-17 21:34:00 41 -#> 7695 25 A69-1303-555 11849 2017-02-17 21:36:00 41 -#> 7696 25 A69-1303-555 11850 2017-02-17 21:38:00 41 -#> 7697 25 A69-1303-555 11852 2017-02-17 21:40:00 41 -#> 7698 25 A69-1303-555 11854 2017-02-17 21:42:00 41 -#> 7699 25 A69-1303-555 11855 2017-02-17 21:46:00 41 -#> 7700 25 A69-1303-555 11856 2017-02-17 22:52:00 41 -#> 7701 25 A69-1303-555 11857 2017-02-17 22:54:00 41 -#> 7702 25 A69-1303-555 11858 2017-02-17 23:04:00 41 -#> 7703 25 A69-1303-555 11859 2017-02-17 23:08:00 41 -#> 7704 25 A69-1303-555 11860 2017-02-17 23:16:00 41 -#> 7705 25 A69-1303-555 11861 2017-02-17 23:24:00 41 -#> 7706 25 A69-1303-555 11862 2017-02-18 00:54:00 41 -#> 7707 25 A69-1303-555 11864 2017-02-18 00:56:00 41 -#> 7708 25 A69-1303-555 11866 2017-02-18 00:58:00 41 -#> 7709 25 A69-1303-555 11867 2017-02-18 01:00:00 41 -#> 7710 25 A69-1303-555 11868 2017-02-18 01:02:00 41 -#> 7711 25 A69-1303-555 11871 2017-02-18 01:04:00 41 -#> 7712 25 A69-1303-555 11873 2017-02-18 02:04:00 41 -#> 7713 25 A69-1303-555 11874 2017-02-18 02:06:00 41 -#> 7714 25 A69-1303-555 11875 2017-02-18 02:08:00 41 -#> 7715 25 A69-1303-555 11877 2017-02-18 02:10:00 41 -#> 7716 25 A69-1303-555 11879 2017-02-18 02:14:00 41 -#> 7717 25 A69-1303-555 11880 2017-02-18 02:16:00 41 -#> 7718 25 A69-1303-555 11882 2017-02-18 02:18:00 41 -#> 7719 25 A69-1303-555 11884 2017-02-18 02:20:00 41 -#> 7720 25 A69-1303-555 11886 2017-02-18 02:22:00 41 -#> 7721 25 A69-1303-555 11887 2017-02-18 02:28:00 41 -#> 7722 25 A69-1303-555 11888 2017-02-18 02:32:00 41 -#> 7723 25 A69-1303-555 11889 2017-02-18 02:46:00 41 -#> 7724 25 A69-1303-555 11890 2017-02-18 02:52:00 41 -#> 7725 25 A69-1303-555 11892 2017-02-18 02:54:00 41 -#> 7726 25 A69-1303-555 11893 2017-02-18 02:56:00 41 -#> 7727 25 A69-1303-555 11895 2017-02-18 02:58:00 41 -#> 7728 25 A69-1303-555 11898 2017-02-18 03:00:00 41 -#> 7729 25 A69-1303-555 11899 2017-02-18 03:02:00 41 -#> 7730 25 A69-1303-555 11900 2017-02-18 03:06:00 41 -#> 7731 25 A69-1303-555 11902 2017-02-18 03:08:00 41 -#> 7732 25 A69-1303-555 11903 2017-02-18 03:12:00 41 -#> 7733 25 A69-1303-555 11904 2017-02-18 03:18:00 41 -#> 7734 25 A69-1303-555 11905 2017-02-18 03:20:00 41 -#> 7735 25 A69-1303-555 11907 2017-02-18 03:22:00 41 -#> 7736 25 A69-1303-555 11908 2017-02-18 03:24:00 41 -#> 7737 25 A69-1303-555 11910 2017-02-18 03:26:00 41 -#> 7738 25 A69-1303-555 11911 2017-02-18 03:30:00 41 -#> 7739 25 A69-1303-555 11912 2017-02-18 03:32:00 41 -#> 7740 25 A69-1303-555 11913 2017-02-18 03:34:00 41 -#> 7741 25 A69-1303-555 11915 2017-02-18 03:36:00 41 -#> 7742 25 A69-1303-555 11917 2017-02-18 03:38:00 41 -#> 7743 25 A69-1303-555 11919 2017-02-18 03:40:00 41 -#> 7744 25 A69-1303-555 11922 2017-02-18 03:42:00 41 -#> 7745 25 A69-1303-555 11924 2017-02-18 03:44:00 41 -#> 7746 25 A69-1303-555 11927 2017-02-18 03:46:00 41 -#> 7747 25 A69-1303-555 11928 2017-02-18 03:48:00 41 -#> 7748 25 A69-1303-555 11930 2017-02-18 03:50:00 41 -#> 7749 25 A69-1303-555 11932 2017-02-18 03:52:00 41 -#> 7750 25 A69-1303-555 11933 2017-02-18 03:54:00 41 -#> 7751 25 A69-1303-555 11934 2017-02-19 02:58:00 41 -#> 7752 25 A69-1303-555 11935 2017-02-19 03:02:00 41 -#> 7753 25 A69-1303-555 11936 2017-02-19 03:28:00 41 -#> 7754 25 A69-1303-555 11937 2017-02-19 03:30:00 47 -#> 7755 25 A69-1303-555 11938 2017-02-19 03:30:00 41 -#> 7756 25 A69-1303-555 11939 2017-02-19 03:40:00 47 -#> 7757 25 A69-1303-555 11940 2017-02-19 03:42:00 47 -#> 7758 25 A69-1303-555 11941 2017-02-19 03:44:00 47 -#> 7759 25 A69-1303-555 11943 2017-02-19 03:46:00 47 -#> 7760 25 A69-1303-555 11945 2017-02-19 03:48:00 47 -#> 7761 25 A69-1303-555 11946 2017-02-19 03:50:00 47 -#> 7762 25 A69-1303-555 11947 2017-02-19 03:52:00 47 -#> 7763 25 A69-1303-555 11949 2017-02-19 03:54:00 47 -#> 7764 25 A69-1303-555 11951 2017-02-19 03:56:00 47 -#> 7765 25 A69-1303-555 11952 2017-02-19 03:58:00 47 -#> 7766 25 A69-1303-555 11955 2017-02-19 04:00:00 47 -#> 7767 25 A69-1303-555 11956 2017-02-19 04:02:00 47 -#> 7768 25 A69-1303-555 11957 2017-02-19 04:02:00 41 -#> 7769 25 A69-1303-555 11959 2017-02-19 04:04:00 41 -#> 7770 25 A69-1303-555 11960 2017-02-19 04:04:00 47 -#> 7771 25 A69-1303-555 11961 2017-02-19 04:06:00 47 -#> 7772 25 A69-1303-555 11962 2017-02-19 04:12:00 47 -#> 7773 25 A69-1303-555 11964 2017-02-19 04:28:00 41 -#> 7774 25 A69-1303-555 11965 2017-02-19 04:30:00 41 -#> 7775 25 A69-1303-555 11967 2017-02-19 04:32:00 41 -#> 7776 25 A69-1303-555 11968 2017-02-19 04:34:00 41 -#> 7777 25 A69-1303-555 11969 2017-02-19 04:36:00 41 -#> 7778 25 A69-1303-555 11971 2017-02-19 04:38:00 41 -#> 7779 25 A69-1303-555 11972 2017-02-19 04:40:00 41 -#> 7780 25 A69-1303-555 11974 2017-02-19 04:42:00 41 -#> 7781 25 A69-1303-555 11975 2017-02-19 04:44:00 41 -#> 7782 25 A69-1303-555 11977 2017-02-19 04:46:00 41 -#> 7783 25 A69-1303-555 11980 2017-02-19 04:48:00 41 -#> 7784 25 A69-1303-555 11982 2017-02-19 04:50:00 41 -#> 7785 25 A69-1303-555 11984 2017-02-19 04:52:00 41 -#> 7786 25 A69-1303-555 11987 2017-02-19 04:54:00 41 -#> 7787 25 A69-1303-555 11988 2017-02-19 04:56:00 41 -#> 7788 25 A69-1303-555 11989 2017-02-19 04:58:00 41 -#> 7789 25 A69-1303-555 11990 2017-02-19 05:00:00 41 -#> 7790 25 A69-1303-555 11991 2017-02-19 05:06:00 41 -#> 7791 25 A69-1303-555 11992 2017-02-19 05:22:00 47 -#> 7792 25 A69-1303-555 11993 2017-02-19 05:30:00 47 -#> 7793 25 A69-1303-555 11994 2017-02-19 05:36:00 47 -#> 7794 25 A69-1303-555 11995 2017-02-19 05:42:00 47 -#> 7795 25 A69-1303-555 11997 2017-02-19 05:44:00 47 -#> 7796 25 A69-1303-555 11999 2017-02-19 05:46:00 47 -#> 7797 25 A69-1303-555 12000 2017-02-19 05:48:00 47 -#> 7798 25 A69-1303-555 12002 2017-02-19 05:50:00 47 -#> 7799 25 A69-1303-555 12004 2017-02-19 05:52:00 47 -#> 7800 25 A69-1303-555 12006 2017-02-19 05:54:00 47 -#> 7801 25 A69-1303-555 12008 2017-02-19 05:56:00 47 -#> 7802 25 A69-1303-555 12009 2017-02-19 06:08:00 47 -#> 7803 25 A69-1303-555 12010 2017-02-19 06:36:00 47 -#> 7804 25 A69-1303-555 12011 2017-02-19 06:40:00 47 -#> 7805 25 A69-1303-555 12012 2017-02-19 06:42:00 47 -#> 7806 25 A69-1303-555 12013 2017-02-19 06:44:00 47 -#> 7807 25 A69-1303-555 12015 2017-02-19 06:46:00 47 -#> 7808 25 A69-1303-555 12017 2017-02-19 06:50:00 47 -#> 7809 25 A69-1303-555 12018 2017-02-19 06:52:00 47 -#> 7810 25 A69-1303-555 12019 2017-02-19 06:54:00 47 -#> 7811 25 A69-1303-555 12022 2017-02-19 06:56:00 47 -#> 7812 25 A69-1303-555 12024 2017-02-19 06:58:00 47 -#> 7813 25 A69-1303-555 12025 2017-02-19 07:00:00 47 -#> 7814 25 A69-1303-555 12027 2017-02-19 07:02:00 47 -#> 7815 25 A69-1303-555 12029 2017-02-19 07:08:00 47 -#> 7816 25 A69-1303-555 12030 2017-02-19 07:10:00 47 -#> 7817 25 A69-1303-555 12031 2017-02-19 07:12:00 47 -#> 7818 25 A69-1303-555 12032 2017-02-19 07:20:00 47 -#> 7819 25 A69-1303-555 12033 2017-02-19 07:22:00 47 -#> 7820 25 A69-1303-555 12034 2017-02-19 07:24:00 47 -#> 7821 25 A69-1303-555 12035 2017-02-19 07:28:00 47 -#> 7822 25 A69-1303-555 12036 2017-02-19 07:30:00 47 -#> 7823 25 A69-1303-555 12037 2017-02-19 09:46:00 41 -#> 7824 25 A69-1303-555 12038 2017-02-19 09:48:00 41 -#> 7825 25 A69-1303-555 12039 2017-02-19 09:52:00 41 -#> 7826 25 A69-1303-555 12041 2017-02-19 09:56:00 41 -#> 7827 25 A69-1303-555 12042 2017-02-19 09:58:00 41 -#> 7828 25 A69-1303-555 12044 2017-02-19 17:08:00 4 -#> 7829 25 A69-1303-555 12045 2017-02-19 17:10:00 4 -#> 7830 25 A69-1303-555 12047 2017-02-19 17:12:00 4 -#> 7831 25 A69-1303-555 12049 2017-02-19 17:14:00 4 -#> 7832 25 A69-1303-555 12051 2017-02-19 17:16:00 4 -#> 7833 25 A69-1303-555 12053 2017-02-19 17:18:00 4 -#> 7834 25 A69-1303-555 12055 2017-02-19 17:20:00 4 -#> 7835 25 A69-1303-555 12057 2017-02-19 17:22:00 4 -#> 7836 25 A69-1303-555 12059 2017-02-19 17:24:00 4 -#> 7837 25 A69-1303-555 12060 2017-02-19 17:26:00 4 -#> 7838 25 A69-1303-555 12062 2017-02-19 17:28:00 4 -#> 7839 25 A69-1303-555 12064 2017-02-19 17:30:00 4 -#> 7840 25 A69-1303-555 12066 2017-02-19 17:32:00 4 -#> 7841 25 A69-1303-555 12067 2017-02-19 17:34:00 4 -#> 7842 25 A69-1303-555 12070 2017-02-19 17:36:00 4 -#> 7843 25 A69-1303-555 12071 2017-02-19 17:42:00 4 -#> 7844 25 A69-1303-555 12072 2017-02-19 17:48:00 4 -#> 7845 25 A69-1303-555 12074 2017-02-19 17:56:00 4 -#> 7846 25 A69-1303-555 12075 2017-02-19 17:58:00 4 -#> 7847 25 A69-1303-555 12076 2017-02-19 18:00:00 4 -#> 7848 25 A69-1303-555 12079 2017-02-19 18:02:00 4 -#> 7849 25 A69-1303-555 12080 2017-02-19 18:04:00 4 -#> 7850 25 A69-1303-555 12081 2017-02-19 18:08:00 4 -#> 7851 25 A69-1303-555 12082 2017-02-19 18:10:00 4 -#> 7852 25 A69-1303-555 12083 2017-02-19 18:20:00 4 -#> 7853 25 A69-1303-555 12084 2017-02-19 18:32:00 12 -#> 7854 25 A69-1303-555 12085 2017-02-19 18:34:00 12 -#> 7855 25 A69-1303-555 12087 2017-02-19 18:38:00 12 -#> 7856 25 A69-1303-555 12089 2017-02-19 18:40:00 12 -#> 7857 25 A69-1303-555 12091 2017-02-19 18:42:00 12 -#> 7858 25 A69-1303-555 12093 2017-02-19 18:48:00 12 -#> 7859 25 A69-1303-555 12094 2017-02-19 18:50:00 44 -#> 7860 25 A69-1303-555 12095 2017-02-19 18:52:00 44 -#> 7861 25 A69-1303-555 12096 2017-02-19 18:54:00 44 -#> 7862 25 A69-1303-555 12098 2017-02-19 18:56:00 44 -#> 7863 25 A69-1303-555 12100 2017-02-19 18:58:00 12 -#> 7864 25 A69-1303-555 12101 2017-02-19 18:58:00 44 -#> 7865 25 A69-1303-555 12102 2017-02-19 19:00:00 44 -#> 7866 25 A69-1303-555 12103 2017-02-19 19:00:00 12 -#> 7867 25 A69-1303-555 12104 2017-02-19 19:04:00 12 -#> 7868 25 A69-1303-555 12105 2017-02-19 19:06:00 12 -#> 7869 25 A69-1303-555 12106 2017-02-19 19:06:00 44 -#> 7870 25 A69-1303-555 12107 2017-02-20 15:26:00 50 -#> 7871 25 A69-1303-555 12109 2017-02-20 15:30:00 50 -#> 7872 25 A69-1303-555 12112 2017-02-20 15:38:00 50 -#> 7873 25 A69-1303-555 12113 2017-02-20 15:40:00 50 -#> 7874 25 A69-1303-555 12114 2017-02-21 09:06:00 45 -#> 7875 25 A69-1303-555 12115 2017-02-21 09:12:00 45 -#> 7876 25 A69-1303-555 12116 2017-02-21 09:14:00 45 -#> 7877 25 A69-1303-555 12118 2017-02-21 09:16:00 45 -#> 7878 25 A69-1303-555 12119 2017-02-21 09:18:00 45 -#> 7879 25 A69-1303-555 12121 2017-02-21 09:20:00 45 -#> 7880 25 A69-1303-555 12122 2017-02-21 09:22:00 45 -#> 7881 25 A69-1303-555 12123 2017-02-21 09:24:00 45 -#> 7882 25 A69-1303-555 12125 2017-02-21 09:26:00 45 -#> 7883 25 A69-1303-555 12126 2017-02-21 09:28:00 45 -#> 7884 25 A69-1303-555 12127 2017-02-21 09:30:00 45 -#> 7885 25 A69-1303-555 12129 2017-02-21 09:32:00 45 -#> 7886 25 A69-1303-555 12131 2017-02-21 09:34:00 45 -#> 7887 25 A69-1303-555 12132 2017-02-21 09:36:00 45 -#> 7888 25 A69-1303-555 12133 2017-02-21 09:38:00 45 -#> 7889 25 A69-1303-555 12134 2017-02-21 09:40:00 45 -#> 7890 25 A69-1303-555 12135 2017-02-21 09:42:00 45 -#> 7891 25 A69-1303-555 12136 2017-02-21 09:44:00 45 -#> 7892 25 A69-1303-555 12138 2017-02-21 09:46:00 45 -#> 7893 25 A69-1303-555 12140 2017-02-21 09:48:00 45 -#> 7894 25 A69-1303-555 12141 2017-02-21 09:50:00 45 -#> 7895 25 A69-1303-555 12142 2017-02-21 09:52:00 45 -#> 7896 25 A69-1303-555 12144 2017-02-21 09:54:00 45 -#> 7897 25 A69-1303-555 12146 2017-02-21 09:56:00 45 -#> 7898 25 A69-1303-555 12149 2017-02-21 09:58:00 45 -#> 7899 25 A69-1303-555 12150 2017-02-21 10:00:00 45 -#> 7900 25 A69-1303-555 12153 2017-02-21 10:04:00 45 -#> 7901 25 A69-1303-555 12155 2017-02-21 10:08:00 45 -#> 7902 25 A69-1303-555 12157 2017-02-21 10:10:00 45 -#> 7903 25 A69-1303-555 12159 2017-02-21 10:12:00 45 -#> 7904 25 A69-1303-555 12161 2017-02-21 10:14:00 45 -#> 7905 25 A69-1303-555 12164 2017-02-21 10:16:00 45 -#> 7906 25 A69-1303-555 12165 2017-02-21 10:18:00 45 -#> 7907 25 A69-1303-555 12166 2017-02-21 10:20:00 45 -#> 7908 25 A69-1303-555 12168 2017-02-21 10:22:00 45 -#> 7909 25 A69-1303-555 12170 2017-02-21 10:28:00 45 -#> 7910 25 A69-1303-555 12172 2017-02-21 10:30:00 45 -#> 7911 25 A69-1303-555 12174 2017-02-21 10:32:00 45 -#> 7912 25 A69-1303-555 12175 2017-02-21 10:34:00 45 -#> 7913 25 A69-1303-555 12176 2017-02-21 10:36:00 45 -#> 7914 25 A69-1303-555 12177 2017-02-21 10:38:00 45 -#> 7915 25 A69-1303-555 12178 2017-02-21 10:40:00 45 -#> 7916 25 A69-1303-555 12180 2017-02-21 10:42:00 45 -#> 7917 25 A69-1303-555 12182 2017-02-21 10:44:00 45 -#> 7918 25 A69-1303-555 12183 2017-02-21 10:48:00 45 -#> 7919 25 A69-1303-555 12185 2017-02-21 10:52:00 45 -#> 7920 25 A69-1303-555 12186 2017-02-21 12:06:00 45 -#> 7921 25 A69-1303-555 12188 2017-02-21 12:10:00 45 -#> 7922 25 A69-1303-555 12189 2017-02-21 12:14:00 45 -#> 7923 25 A69-1303-555 12190 2017-02-21 12:16:00 45 -#> 7924 25 A69-1303-555 12192 2017-02-21 12:18:00 45 -#> 7925 25 A69-1303-555 12193 2017-02-21 12:20:00 45 -#> 7926 25 A69-1303-555 12196 2017-02-21 12:22:00 45 -#> 7927 25 A69-1303-555 12197 2017-02-21 12:24:00 45 -#> 7928 25 A69-1303-555 12198 2017-02-21 12:26:00 45 -#> 7929 25 A69-1303-555 12199 2017-02-21 12:28:00 45 -#> 7930 25 A69-1303-555 12202 2017-02-21 12:32:00 45 -#> 7931 25 A69-1303-555 12204 2017-02-21 12:34:00 45 -#> 7932 25 A69-1303-555 12205 2017-02-21 12:38:00 45 -#> 7933 25 A69-1303-555 12207 2017-02-21 12:42:00 45 -#> 7934 25 A69-1303-555 12208 2017-02-21 12:44:00 45 -#> 7935 25 A69-1303-555 12209 2017-02-21 12:46:00 45 -#> 7936 25 A69-1303-555 12210 2017-02-21 12:48:00 45 -#> 7937 25 A69-1303-555 12212 2017-02-21 12:50:00 45 -#> 7938 25 A69-1303-555 12214 2017-02-21 12:56:00 45 -#> 7939 25 A69-1303-555 12216 2017-02-21 13:04:00 45 -#> 7940 25 A69-1303-555 12217 2017-02-21 13:12:00 45 -#> 7941 25 A69-1303-555 12219 2017-02-21 13:22:00 45 -#> 7942 25 A69-1303-555 12221 2017-02-21 13:26:00 45 -#> 7943 25 A69-1303-555 12222 2017-02-21 13:30:00 45 -#> 7944 25 A69-1303-555 12223 2017-02-21 13:32:00 45 -#> 7945 25 A69-1303-555 12224 2017-02-21 13:36:00 45 -#> 7946 25 A69-1303-555 12225 2017-02-21 13:48:00 45 -#> 7947 25 A69-1303-555 12226 2017-02-21 13:52:00 45 -#> 7948 25 A69-1303-555 12227 2017-02-21 14:00:00 45 -#> 7949 25 A69-1303-555 12228 2017-02-21 14:02:00 45 -#> 7950 25 A69-1303-555 12230 2017-02-21 14:04:00 45 -#> 7951 25 A69-1303-555 12231 2017-02-21 14:06:00 45 -#> 7952 25 A69-1303-555 12232 2017-02-21 14:08:00 45 -#> 7953 25 A69-1303-555 12234 2017-02-21 14:12:00 45 -#> 7954 25 A69-1303-555 12235 2017-02-21 14:14:00 45 -#> 7955 25 A69-1303-555 12236 2017-02-21 14:18:00 45 -#> 7956 25 A69-1303-555 12238 2017-02-21 14:20:00 45 -#> 7957 25 A69-1303-555 12239 2017-02-21 14:24:00 45 -#> 7958 25 A69-1303-555 12242 2017-02-21 14:28:00 45 -#> 7959 25 A69-1303-555 12243 2017-02-21 14:30:00 45 -#> 7960 25 A69-1303-555 12245 2017-02-21 14:32:00 45 -#> 7961 25 A69-1303-555 12247 2017-02-21 14:34:00 45 -#> 7962 25 A69-1303-555 12249 2017-02-21 14:36:00 45 -#> 7963 25 A69-1303-555 12251 2017-02-21 14:38:00 45 -#> 7964 25 A69-1303-555 12253 2017-02-21 14:40:00 45 -#> 7965 25 A69-1303-555 12255 2017-02-21 14:42:00 45 -#> 7966 25 A69-1303-555 12256 2017-02-21 14:44:00 45 -#> 7967 25 A69-1303-555 12258 2017-02-21 14:46:00 45 -#> 7968 25 A69-1303-555 12260 2017-02-21 14:50:00 45 -#> 7969 25 A69-1303-555 12261 2017-02-21 14:52:00 45 -#> 7970 25 A69-1303-555 12262 2017-02-21 14:54:00 45 -#> 7971 25 A69-1303-555 12263 2017-02-21 14:56:00 45 -#> 7972 25 A69-1303-555 12264 2017-02-22 22:00:00 50 -#> 7973 25 A69-1303-555 12266 2017-02-22 22:04:00 51 -#> 7974 25 A69-1303-555 12267 2017-02-22 22:06:00 51 -#> 7975 25 A69-1303-555 12268 2017-02-22 22:08:00 51 -#> 7976 25 A69-1303-555 12270 2017-02-22 22:10:00 51 -#> 7977 25 A69-1303-555 12271 2017-02-22 22:12:00 51 -#> 7978 25 A69-1303-555 12273 2017-02-22 22:14:00 51 -#> 7979 25 A69-1303-555 12274 2017-02-22 22:14:00 50 -#> 7980 25 A69-1303-555 12275 2017-02-22 22:16:00 51 -#> 7981 25 A69-1303-555 12277 2017-02-22 22:18:00 51 -#> 7982 25 A69-1303-555 12278 2017-02-22 22:20:00 51 -#> 7983 25 A69-1303-555 12280 2017-02-22 22:22:00 51 -#> 7984 25 A69-1303-555 12281 2017-02-22 22:26:00 50 -#> 7985 25 A69-1303-555 12282 2017-02-22 22:26:00 51 -#> 7986 25 A69-1303-555 12283 2017-02-22 22:28:00 51 -#> 7987 25 A69-1303-555 12284 2017-02-22 22:30:00 51 -#> 7988 25 A69-1303-555 12285 2017-02-22 22:36:00 50 -#> 7989 25 A69-1303-555 12286 2017-02-22 22:38:00 50 -#> 7990 25 A69-1303-555 12287 2017-02-22 22:46:00 51 -#> 7991 25 A69-1303-555 12289 2017-02-22 23:00:00 50 -#> 7992 25 A69-1303-555 12290 2017-02-27 22:58:00 50 -#> 7993 25 A69-1303-555 12291 2017-02-27 23:00:00 50 -#> 7994 25 A69-1303-555 12293 2017-02-28 10:36:00 45 -#> 7995 25 A69-1303-555 12295 2017-02-28 10:54:00 45 -#> 7996 25 A69-1303-555 12296 2017-02-28 10:56:00 45 -#> 7997 25 A69-1303-555 12297 2017-02-28 10:58:00 45 -#> 7998 25 A69-1303-555 12299 2017-02-28 11:00:00 45 -#> 7999 25 A69-1303-555 12301 2017-02-28 11:02:00 45 -#> 8000 25 A69-1303-555 12302 2017-02-28 11:04:00 45 -#> 8001 25 A69-1303-555 12303 2017-02-28 11:10:00 45 -#> 8002 25 A69-1303-555 12304 2017-02-28 11:12:00 45 -#> 8003 25 A69-1303-555 12305 2017-02-28 11:14:00 45 -#> 8004 25 A69-1303-555 12306 2017-02-28 11:16:00 45 -#> 8005 25 A69-1303-555 12307 2017-02-28 11:18:00 45 -#> 8006 25 A69-1303-555 12308 2017-02-28 11:20:00 45 -#> 8007 25 A69-1303-555 12309 2017-02-28 11:24:00 45 -#> 8008 25 A69-1303-555 12311 2017-02-28 11:26:00 45 -#> 8009 25 A69-1303-555 12313 2017-02-28 11:28:00 45 -#> 8010 25 A69-1303-555 12315 2017-02-28 11:32:00 45 -#> 8011 25 A69-1303-555 12316 2017-02-28 11:34:00 45 -#> 8012 25 A69-1303-555 12318 2017-02-28 11:36:00 45 -#> 8013 25 A69-1303-555 12320 2017-02-28 11:38:00 45 -#> 8014 25 A69-1303-555 12323 2017-02-28 11:40:00 45 -#> 8015 25 A69-1303-555 12324 2017-02-28 11:42:00 45 -#> 8016 25 A69-1303-555 12326 2017-02-28 11:44:00 45 -#> 8017 25 A69-1303-555 12327 2017-02-28 11:46:00 45 -#> 8018 25 A69-1303-555 12329 2017-02-28 11:48:00 45 -#> 8019 25 A69-1303-555 12330 2017-02-28 11:50:00 45 -#> 8020 25 A69-1303-555 12331 2017-02-28 11:52:00 45 -#> 8021 25 A69-1303-555 12333 2017-02-28 11:54:00 45 -#> 8022 25 A69-1303-555 12334 2017-02-28 11:56:00 45 -#> 8023 25 A69-1303-555 12336 2017-02-28 11:58:00 45 -#> 8024 25 A69-1303-555 12338 2017-02-28 12:00:00 45 -#> 8025 25 A69-1303-555 12340 2017-02-28 12:02:00 45 -#> 8026 25 A69-1303-555 12342 2017-02-28 12:04:00 45 -#> 8027 25 A69-1303-555 12343 2017-02-28 12:06:00 45 -#> 8028 25 A69-1303-555 12345 2017-02-28 12:08:00 45 -#> 8029 25 A69-1303-555 12348 2017-02-28 12:10:00 45 -#> 8030 25 A69-1303-555 12349 2017-02-28 12:12:00 45 -#> 8031 25 A69-1303-555 12350 2017-02-28 12:14:00 45 -#> 8032 25 A69-1303-555 12351 2017-02-28 12:16:00 45 -#> 8033 25 A69-1303-555 12354 2017-02-28 12:18:00 45 -#> 8034 25 A69-1303-555 12355 2017-02-28 12:20:00 45 -#> 8035 25 A69-1303-555 12356 2017-02-28 12:22:00 45 -#> 8036 25 A69-1303-555 12358 2017-02-28 12:24:00 45 -#> 8037 25 A69-1303-555 12359 2017-02-28 12:26:00 45 -#> 8038 25 A69-1303-555 12360 2017-02-28 12:28:00 45 -#> 8039 25 A69-1303-555 12361 2017-02-28 12:30:00 45 -#> 8040 25 A69-1303-555 12363 2017-02-28 12:32:00 45 -#> 8041 25 A69-1303-555 12364 2017-02-28 12:34:00 45 -#> 8042 25 A69-1303-555 12367 2017-02-28 12:38:00 45 -#> 8043 25 A69-1303-555 12368 2017-02-28 12:40:00 45 -#> 8044 25 A69-1303-555 12370 2017-02-28 12:42:00 45 -#> 8045 25 A69-1303-555 12372 2017-02-28 12:44:00 45 -#> 8046 25 A69-1303-555 12374 2017-02-28 12:46:00 45 -#> 8047 25 A69-1303-555 12376 2017-02-28 12:48:00 45 -#> 8048 25 A69-1303-555 12378 2017-02-28 12:50:00 45 -#> 8049 25 A69-1303-555 12380 2017-02-28 12:52:00 45 -#> 8050 25 A69-1303-555 12382 2017-02-28 12:54:00 45 -#> 8051 25 A69-1303-555 12384 2017-02-28 12:56:00 45 -#> 8052 25 A69-1303-555 12385 2017-02-28 12:58:00 45 -#> 8053 25 A69-1303-555 12387 2017-02-28 13:00:00 45 -#> 8054 25 A69-1303-555 12389 2017-02-28 13:02:00 45 -#> 8055 25 A69-1303-555 12391 2017-02-28 13:04:00 45 -#> 8056 25 A69-1303-555 12392 2017-02-28 13:18:00 45 -#> 8057 25 A69-1303-555 12394 2017-02-28 13:20:00 45 -#> 8058 25 A69-1303-555 12395 2017-02-28 13:22:00 45 -#> 8059 25 A69-1303-555 12396 2017-02-28 13:24:00 45 -#> 8060 25 A69-1303-555 12397 2017-02-28 13:28:00 45 -#> 8061 25 A69-1303-555 12398 2017-02-28 13:30:00 45 -#> 8062 25 A69-1303-555 12399 2017-02-28 13:32:00 45 -#> 8063 25 A69-1303-555 12400 2017-02-28 13:34:00 45 -#> 8064 25 A69-1303-555 12401 2017-02-28 13:48:00 45 -#> 8065 25 A69-1303-555 12402 2017-02-28 14:04:00 45 -#> 8066 25 A69-1303-555 12403 2017-02-28 14:10:00 45 -#> 8067 25 A69-1303-555 12405 2017-02-28 14:14:00 45 -#> 8068 25 A69-1303-555 12407 2017-02-28 14:16:00 45 -#> 8069 25 A69-1303-555 12408 2017-02-28 14:20:00 45 -#> 8070 25 A69-1303-555 12409 2017-02-28 14:26:00 45 -#> 8071 25 A69-1303-555 12412 2017-02-28 14:28:00 45 -#> 8072 25 A69-1303-555 12414 2017-02-28 14:30:00 45 -#> 8073 25 A69-1303-555 12415 2017-02-28 14:32:00 45 -#> 8074 25 A69-1303-555 12416 2017-02-28 14:34:00 45 -#> 8075 25 A69-1303-555 12417 2017-02-28 14:36:00 45 -#> 8076 25 A69-1303-555 12419 2017-02-28 14:38:00 45 -#> 8077 25 A69-1303-555 12420 2017-02-28 14:40:00 45 -#> 8078 25 A69-1303-555 12421 2017-02-28 14:42:00 45 -#> 8079 25 A69-1303-555 12423 2017-02-28 14:44:00 45 -#> 8080 25 A69-1303-555 12425 2017-02-28 14:46:00 45 -#> 8081 25 A69-1303-555 12426 2017-02-28 14:48:00 45 -#> 8082 25 A69-1303-555 12428 2017-02-28 14:50:00 45 -#> 8083 25 A69-1303-555 12429 2017-02-28 14:52:00 45 -#> 8084 25 A69-1303-555 12431 2017-02-28 14:54:00 45 -#> 8085 25 A69-1303-555 12432 2017-02-28 14:56:00 45 -#> 8086 25 A69-1303-555 12435 2017-02-28 14:58:00 45 -#> 8087 25 A69-1303-555 12436 2017-02-28 15:00:00 45 -#> 8088 25 A69-1303-555 12439 2017-02-28 15:02:00 45 -#> 8089 25 A69-1303-555 12440 2017-02-28 15:04:00 45 -#> 8090 25 A69-1303-555 12441 2017-02-28 15:06:00 45 -#> 8091 25 A69-1303-555 12443 2017-02-28 15:08:00 45 -#> 8092 25 A69-1303-555 12445 2017-02-28 15:10:00 45 -#> 8093 25 A69-1303-555 12447 2017-02-28 15:14:00 45 -#> 8094 25 A69-1303-555 12449 2017-02-28 15:16:00 45 -#> 8095 25 A69-1303-555 12450 2017-02-28 15:18:00 45 -#> 8096 25 A69-1303-555 12452 2017-02-28 15:20:00 45 -#> 8097 25 A69-1303-555 12454 2017-02-28 15:22:00 45 -#> 8098 25 A69-1303-555 12456 2017-02-28 15:24:00 45 -#> 8099 25 A69-1303-555 12457 2017-02-28 15:26:00 45 -#> 8100 25 A69-1303-555 12459 2017-02-28 15:28:00 45 -#> 8101 25 A69-1303-555 12461 2017-02-28 15:30:00 45 -#> 8102 25 A69-1303-555 12464 2017-02-28 15:32:00 45 -#> 8103 25 A69-1303-555 12465 2017-02-28 15:34:00 45 -#> 8104 25 A69-1303-555 12468 2017-02-28 15:36:00 45 -#> 8105 25 A69-1303-555 12469 2017-02-28 15:38:00 45 -#> 8106 25 A69-1303-555 12470 2017-02-28 15:42:00 45 -#> 8107 25 A69-1303-555 12471 2017-02-28 15:44:00 45 -#> 8108 25 A69-1303-555 12473 2017-02-28 15:46:00 45 -#> 8109 25 A69-1303-555 12475 2017-02-28 15:48:00 45 -#> 8110 25 A69-1303-555 12477 2017-02-28 15:50:00 45 -#> 8111 25 A69-1303-555 12479 2017-02-28 15:52:00 45 -#> 8112 25 A69-1303-555 12481 2017-02-28 15:54:00 45 -#> 8113 25 A69-1303-555 12483 2017-02-28 15:56:00 45 -#> 8114 25 A69-1303-555 12485 2017-02-28 15:58:00 45 -#> 8115 25 A69-1303-555 12487 2017-02-28 16:00:00 45 -#> 8116 25 A69-1303-555 12488 2017-02-28 16:02:00 45 -#> 8117 25 A69-1303-555 12490 2017-02-28 16:04:00 45 -#> 8118 25 A69-1303-555 12491 2017-02-28 16:06:00 45 -#> 8119 25 A69-1303-555 12493 2017-02-28 16:08:00 45 -#> 8120 25 A69-1303-555 12494 2017-02-28 16:10:00 45 -#> 8121 25 A69-1303-555 12496 2017-02-28 16:12:00 45 -#> 8122 25 A69-1303-555 12498 2017-02-28 16:14:00 45 -#> 8123 25 A69-1303-555 12499 2017-02-28 16:16:00 45 -#> 8124 25 A69-1303-555 12501 2017-02-28 16:18:00 45 -#> 8125 25 A69-1303-555 12502 2017-02-28 16:20:00 45 -#> 8126 25 A69-1303-555 12504 2017-02-28 16:22:00 45 -#> 8127 25 A69-1303-555 12505 2017-02-28 16:24:00 45 -#> 8128 25 A69-1303-555 12506 2017-02-28 16:26:00 45 -#> 8129 25 A69-1303-555 12507 2017-02-28 16:28:00 45 -#> 8130 25 A69-1303-555 12508 2017-02-28 16:30:00 45 -#> 8131 25 A69-1303-555 12510 2017-02-28 16:32:00 45 -#> 8132 25 A69-1303-555 12512 2017-02-28 16:34:00 45 -#> 8133 25 A69-1303-555 12514 2017-02-28 16:36:00 45 -#> 8134 25 A69-1303-555 12515 2017-02-28 16:38:00 45 -#> 8135 25 A69-1303-555 12516 2017-02-28 16:40:00 45 -#> 8136 25 A69-1303-555 12518 2017-02-28 16:42:00 45 -#> 8137 25 A69-1303-555 12520 2017-02-28 16:44:00 45 -#> 8138 25 A69-1303-555 12522 2017-02-28 16:46:00 45 -#> 8139 25 A69-1303-555 12523 2017-02-28 16:48:00 45 -#> 8140 25 A69-1303-555 12526 2017-02-28 16:50:00 45 -#> 8141 25 A69-1303-555 12527 2017-02-28 16:54:00 45 -#> 8142 25 A69-1303-555 12528 2017-02-28 16:58:00 45 -#> 8143 25 A69-1303-555 12531 2017-02-28 17:00:00 45 -#> 8144 25 A69-1303-555 12532 2017-02-28 17:02:00 45 -#> 8145 25 A69-1303-555 12534 2017-02-28 17:04:00 45 -#> 8146 25 A69-1303-555 12535 2017-02-28 17:06:00 45 -#> 8147 25 A69-1303-555 12536 2017-02-28 17:08:00 45 -#> 8148 25 A69-1303-555 12538 2017-02-28 17:10:00 45 -#> 8149 25 A69-1303-555 12540 2017-02-28 17:12:00 45 -#> 8150 25 A69-1303-555 12542 2017-02-28 17:14:00 45 -#> 8151 25 A69-1303-555 12543 2017-02-28 17:16:00 45 -#> 8152 25 A69-1303-555 12545 2017-02-28 17:18:00 45 -#> 8153 25 A69-1303-555 12546 2017-02-28 17:20:00 45 -#> 8154 25 A69-1303-555 12547 2017-02-28 17:22:00 45 -#> 8155 25 A69-1303-555 12549 2017-02-28 17:24:00 45 -#> 8156 25 A69-1303-555 12550 2017-02-28 17:26:00 45 -#> 8157 25 A69-1303-555 12551 2017-02-28 17:28:00 45 -#> 8158 25 A69-1303-555 12552 2017-02-28 17:30:00 45 -#> 8159 25 A69-1303-555 12554 2017-02-28 17:32:00 45 -#> 8160 25 A69-1303-555 12556 2017-02-28 17:34:00 45 -#> 8161 25 A69-1303-555 12557 2017-02-28 17:36:00 45 -#> 8162 25 A69-1303-555 12559 2017-02-28 17:38:00 45 -#> 8163 25 A69-1303-555 12560 2017-02-28 17:40:00 45 -#> 8164 25 A69-1303-555 12563 2017-02-28 17:42:00 45 -#> 8165 25 A69-1303-555 12565 2017-02-28 17:44:00 45 -#> 8166 25 A69-1303-555 12567 2017-02-28 17:46:00 45 -#> 8167 25 A69-1303-555 12569 2017-02-28 17:50:00 45 -#> 8168 25 A69-1303-555 12571 2017-02-28 17:52:00 45 -#> 8169 25 A69-1303-555 12572 2017-02-28 17:54:00 45 -#> 8170 25 A69-1303-555 12574 2017-02-28 17:56:00 45 -#> 8171 25 A69-1303-555 12576 2017-02-28 17:58:00 45 -#> 8172 25 A69-1303-555 12578 2017-02-28 18:02:00 45 -#> 8173 25 A69-1303-555 12581 2017-02-28 18:06:00 45 -#> 8174 25 A69-1303-555 12583 2017-02-28 18:08:00 45 -#> 8175 25 A69-1303-555 12585 2017-02-28 18:10:00 45 -#> 8176 25 A69-1303-555 12587 2017-02-28 18:14:00 45 -#> 8177 25 A69-1303-555 12589 2017-02-28 18:16:00 45 -#> 8178 25 A69-1303-555 12591 2017-02-28 18:18:00 45 -#> 8179 25 A69-1303-555 12592 2017-02-28 18:20:00 45 -#> 8180 25 A69-1303-555 12595 2017-02-28 18:22:00 45 -#> 8181 25 A69-1303-555 12597 2017-02-28 18:24:00 45 -#> 8182 25 A69-1303-555 12599 2017-02-28 18:26:00 45 -#> 8183 25 A69-1303-555 12600 2017-02-28 18:28:00 45 -#> 8184 25 A69-1303-555 12603 2017-02-28 18:30:00 45 -#> 8185 25 A69-1303-555 12604 2017-02-28 18:32:00 45 -#> 8186 25 A69-1303-555 12607 2017-02-28 18:34:00 45 -#> 8187 25 A69-1303-555 12609 2017-02-28 18:36:00 45 -#> 8188 25 A69-1303-555 12612 2017-02-28 18:38:00 45 -#> 8189 25 A69-1303-555 12614 2017-02-28 18:42:00 45 -#> 8190 25 A69-1303-555 12616 2017-02-28 18:44:00 45 -#> 8191 25 A69-1303-555 12617 2017-02-28 18:46:00 45 -#> 8192 25 A69-1303-555 12619 2017-02-28 18:48:00 45 -#> 8193 25 A69-1303-555 12620 2017-02-28 18:50:00 45 -#> 8194 25 A69-1303-555 12621 2017-02-28 18:52:00 45 -#> 8195 25 A69-1303-555 12622 2017-02-28 18:56:00 45 -#> 8196 25 A69-1303-555 12624 2017-02-28 18:58:00 45 -#> 8197 25 A69-1303-555 12627 2017-02-28 19:00:00 45 -#> 8198 25 A69-1303-555 12628 2017-02-28 19:06:00 45 -#> 8199 25 A69-1303-555 12629 2017-02-28 22:40:00 48 -#> 8200 25 A69-1303-555 12631 2017-02-28 22:42:00 48 -#> 8201 25 A69-1303-555 12632 2017-02-28 22:44:00 48 -#> 8202 25 A69-1303-555 12634 2017-02-28 22:46:00 48 -#> 8203 25 A69-1303-555 12636 2017-02-28 22:48:00 48 -#> 8204 25 A69-1303-555 12638 2017-02-28 22:50:00 48 -#> 8205 25 A69-1303-555 12640 2017-02-28 22:54:00 48 -#> 8206 25 A69-1303-555 12642 2017-02-28 23:12:00 48 -#> 8207 25 A69-1303-555 12643 2017-02-28 23:14:00 49 -#> 8208 25 A69-1303-555 12644 2017-02-28 23:18:00 49 -#> 8209 25 A69-1303-555 12646 2017-02-28 23:20:00 49 -#> 8210 25 A69-1303-555 12648 2017-02-28 23:22:00 49 -#> 8211 25 A69-1303-555 12650 2017-02-28 23:24:00 49 -#> 8212 25 A69-1303-555 12652 2017-02-28 23:26:00 49 -#> 8213 25 A69-1303-555 12653 2017-02-28 23:28:00 49 -#> 8214 25 A69-1303-555 12654 2017-02-28 23:30:00 49 -#> 8215 25 A69-1303-555 12656 2017-02-28 23:32:00 49 -#> 8216 25 A69-1303-555 12658 2017-02-28 23:34:00 49 -#> 8217 25 A69-1303-555 12659 2017-02-28 23:36:00 49 -#> 8218 25 A69-1303-555 12661 2017-02-28 23:38:00 49 -#> 8219 25 A69-1303-555 12663 2017-02-28 23:40:00 49 -#> 8220 25 A69-1303-555 12665 2017-02-28 23:42:00 49 -#> 8221 25 A69-1303-555 12667 2017-02-28 23:44:00 49 -#> 8222 25 A69-1303-555 12669 2017-02-28 23:46:00 49 -#> 8223 25 A69-1303-555 12671 2017-03-01 00:02:00 49 -#> 8224 25 A69-1303-555 12672 2017-03-01 00:06:00 49 -#> 8225 25 A69-1303-555 12674 2017-03-01 00:08:00 49 -#> 8226 25 A69-1303-555 12677 2017-03-01 00:10:00 49 -#> 8227 25 A69-1303-555 12678 2017-03-01 00:12:00 49 -#> 8228 25 A69-1303-555 12680 2017-03-01 05:24:00 51 -#> 8229 25 A69-1303-555 12681 2017-03-01 05:26:00 51 -#> 8230 25 A69-1303-555 12684 2017-03-01 05:28:00 51 -#> 8231 25 A69-1303-555 12685 2017-03-01 05:30:00 51 -#> 8232 25 A69-1303-555 12687 2017-03-01 05:32:00 51 -#> 8233 25 A69-1303-555 12688 2017-03-01 05:34:00 51 -#> 8234 25 A69-1303-555 12689 2017-03-01 05:36:00 51 -#> 8235 25 A69-1303-555 12690 2017-03-01 18:02:00 41 -#> 8236 25 A69-1303-555 12691 2017-03-01 18:06:00 41 -#> 8237 25 A69-1303-555 12692 2017-03-01 18:10:00 41 -#> 8238 25 A69-1303-555 12693 2017-03-01 18:12:00 41 -#> 8239 25 A69-1303-555 12694 2017-03-01 18:26:00 41 -#> 8240 25 A69-1303-555 12696 2017-03-01 18:32:00 41 -#> 8241 25 A69-1303-555 12697 2017-03-01 18:48:00 41 -#> 8242 25 A69-1303-555 12700 2017-03-01 18:50:00 41 -#> 8243 25 A69-1303-555 12703 2017-03-01 19:00:00 41 -#> 8244 25 A69-1303-555 12704 2017-03-01 19:04:00 41 -#> 8245 25 A69-1303-555 12705 2017-03-02 21:36:00 51 -#> 8246 25 A69-1303-555 12706 2017-03-02 21:38:00 51 -#> 8247 25 A69-1303-555 12707 2017-03-02 21:40:00 51 -#> 8248 25 A69-1303-555 12708 2017-03-02 21:44:00 51 -#> 8249 25 A69-1303-555 12709 2017-03-02 21:46:00 51 -#> 8250 25 A69-1303-555 12711 2017-03-02 21:48:00 51 -#> 8251 25 A69-1303-555 12713 2017-03-02 21:50:00 51 -#> 8252 25 A69-1303-555 12715 2017-03-02 21:52:00 51 -#> 8253 25 A69-1303-555 12717 2017-03-02 21:54:00 51 -#> 8254 25 A69-1303-555 12719 2017-03-02 21:56:00 51 -#> 8255 25 A69-1303-555 12721 2017-03-02 21:58:00 51 -#> 8256 25 A69-1303-555 12722 2017-03-02 22:00:00 51 -#> 8257 25 A69-1303-555 12723 2017-03-02 22:02:00 51 -#> 8258 25 A69-1303-555 12724 2017-03-02 22:04:00 51 -#> 8259 25 A69-1303-555 12725 2017-03-03 09:56:00 48 -#> 8260 25 A69-1303-555 12726 2017-03-03 09:58:00 48 -#> 8261 25 A69-1303-555 12727 2017-03-03 10:00:00 48 -#> 8262 25 A69-1303-555 12728 2017-03-03 10:02:00 48 -#> 8263 25 A69-1303-555 12730 2017-03-03 10:04:00 48 -#> 8264 25 A69-1303-555 12731 2017-03-03 10:06:00 48 -#> 8265 25 A69-1303-555 12732 2017-03-03 10:08:00 48 -#> 8266 25 A69-1303-555 12734 2017-03-03 10:10:00 48 -#> 8267 25 A69-1303-555 12735 2017-03-03 10:14:00 48 -#> 8268 25 A69-1303-555 12738 2017-03-03 10:18:00 48 -#> 8269 25 A69-1303-555 12739 2017-03-03 10:20:00 48 -#> 8270 25 A69-1303-555 12740 2017-03-03 10:22:00 48 -#> 8271 25 A69-1303-555 12742 2017-03-03 10:24:00 48 -#> 8272 25 A69-1303-555 12743 2017-03-03 10:26:00 48 -#> 8273 25 A69-1303-555 12745 2017-03-03 10:28:00 48 -#> 8274 25 A69-1303-555 12747 2017-03-03 10:30:00 48 -#> 8275 25 A69-1303-555 12749 2017-03-03 10:32:00 48 -#> 8276 25 A69-1303-555 12750 2017-03-03 17:44:00 48 -#> 8277 25 A69-1303-555 12751 2017-03-03 17:48:00 48 -#> 8278 25 A69-1303-555 12752 2017-03-03 17:50:00 48 -#> 8279 25 A69-1303-555 12753 2017-03-03 17:52:00 48 -#> 8280 25 A69-1303-555 12754 2017-03-03 17:54:00 48 -#> 8281 25 A69-1303-555 12756 2017-03-03 17:56:00 48 -#> 8282 25 A69-1303-555 12757 2017-03-03 17:58:00 48 -#> 8283 25 A69-1303-555 12759 2017-03-03 18:00:00 48 -#> 8284 25 A69-1303-555 12761 2017-03-03 18:02:00 48 -#> 8285 25 A69-1303-555 12763 2017-03-03 18:04:00 48 -#> 8286 25 A69-1303-555 12764 2017-03-03 18:06:00 48 -#> 8287 25 A69-1303-555 12766 2017-03-03 18:08:00 48 -#> 8288 25 A69-1303-555 12768 2017-03-03 18:10:00 48 -#> 8289 25 A69-1303-555 12770 2017-03-03 18:12:00 48 -#> 8290 25 A69-1303-555 12772 2017-03-03 18:16:00 48 -#> 8291 25 A69-1303-555 12773 2017-03-03 18:18:00 48 -#> 8292 25 A69-1303-555 12774 2017-03-03 18:20:00 48 -#> 8293 25 A69-1303-555 12775 2017-03-03 18:22:00 48 -#> 8294 25 A69-1303-555 12776 2017-03-03 23:38:00 49 -#> 8295 25 A69-1303-555 12777 2017-03-03 23:42:00 49 -#> 8296 25 A69-1303-555 12778 2017-03-03 23:58:00 49 -#> 8297 25 A69-1303-555 12780 2017-03-04 00:00:00 49 -#> 8298 25 A69-1303-555 12781 2017-03-04 00:04:00 49 -#> 8299 25 A69-1303-555 12782 2017-03-04 00:06:00 49 -#> 8300 25 A69-1303-555 12783 2017-03-04 00:10:00 49 -#> 8301 25 A69-1303-555 12784 2017-03-04 00:14:00 49 -#> 8302 25 A69-1303-555 12785 2017-03-04 00:16:00 49 -#> 8303 25 A69-1303-555 12787 2017-03-04 00:18:00 49 -#> 8304 25 A69-1303-555 12788 2017-03-04 00:20:00 49 -#> 8305 25 A69-1303-555 12789 2017-03-04 00:22:00 49 -#> 8306 25 A69-1303-555 12790 2017-03-04 00:26:00 49 -#> 8307 25 A69-1303-555 12792 2017-03-04 00:28:00 49 -#> 8308 25 A69-1303-555 12793 2017-03-04 00:44:00 49 -#> 8309 25 A69-1303-555 12794 2017-03-04 01:50:00 49 -#> 8310 25 A69-1303-555 12795 2017-03-04 01:56:00 49 -#> 8311 25 A69-1303-555 12797 2017-03-04 01:58:00 49 -#> 8312 25 A69-1303-555 12798 2017-03-04 02:00:00 49 -#> 8313 25 A69-1303-555 12800 2017-03-04 02:02:00 49 -#> 8314 25 A69-1303-555 12801 2017-03-04 02:04:00 49 -#> 8315 25 A69-1303-555 12802 2017-03-04 02:06:00 49 -#> 8316 25 A69-1303-555 12804 2017-03-04 02:08:00 49 -#> 8317 25 A69-1303-555 12806 2017-03-04 02:10:00 49 -#> 8318 25 A69-1303-555 12808 2017-03-04 02:12:00 49 -#> 8319 25 A69-1303-555 12810 2017-03-04 02:14:00 49 -#> 8320 25 A69-1303-555 12811 2017-03-04 02:16:00 49 -#> 8321 25 A69-1303-555 12813 2017-03-04 02:18:00 49 -#> 8322 25 A69-1303-555 12814 2017-03-04 02:28:00 48 -#> 8323 25 A69-1303-555 12815 2017-03-04 02:30:00 48 -#> 8324 25 A69-1303-555 12816 2017-03-04 02:32:00 48 -#> 8325 25 A69-1303-555 12818 2017-03-04 02:34:00 48 -#> 8326 25 A69-1303-555 12819 2017-03-04 02:38:00 48 -#> 8327 25 A69-1303-555 12820 2017-03-04 02:40:00 48 -#> 8328 25 A69-1303-555 12821 2017-03-04 02:42:00 48 -#> 8329 25 A69-1303-555 12822 2017-03-04 02:44:00 48 -#> 8330 25 A69-1303-555 12824 2017-03-04 02:46:00 48 -#> 8331 25 A69-1303-555 12826 2017-03-04 02:48:00 48 -#> 8332 25 A69-1303-555 12827 2017-03-04 02:50:00 48 -#> 8333 25 A69-1303-555 12830 2017-03-04 02:52:00 48 -#> 8334 25 A69-1303-555 12831 2017-03-04 02:54:00 48 -#> 8335 25 A69-1303-555 12832 2017-03-04 02:56:00 48 -#> 8336 25 A69-1303-555 12834 2017-03-04 02:58:00 48 -#> 8337 25 A69-1303-555 12835 2017-03-04 03:02:00 48 -#> 8338 25 A69-1303-555 12836 2017-03-04 03:04:00 48 -#> 8339 25 A69-1303-555 12837 2017-03-04 03:06:00 48 -#> 8340 25 A69-1303-555 12839 2017-03-04 10:00:00 48 -#> 8341 25 A69-1303-555 12841 2017-03-04 10:02:00 48 -#> 8342 25 A69-1303-555 12842 2017-03-04 10:04:00 48 -#> 8343 25 A69-1303-555 12844 2017-03-04 10:06:00 48 -#> 8344 25 A69-1303-555 12845 2017-03-04 10:08:00 48 -#> 8345 25 A69-1303-555 12846 2017-03-04 10:10:00 48 -#> 8346 25 A69-1303-555 12847 2017-03-04 10:12:00 48 -#> 8347 25 A69-1303-555 12849 2017-03-04 10:14:00 48 -#> 8348 25 A69-1303-555 12850 2017-03-04 10:16:00 48 -#> 8349 25 A69-1303-555 12852 2017-03-04 10:18:00 48 -#> 8350 25 A69-1303-555 12853 2017-03-04 10:20:00 48 -#> 8351 25 A69-1303-555 12854 2017-03-04 12:18:00 43 -#> 8352 25 A69-1303-555 12856 2017-03-06 15:40:00 45 -#> 8353 25 A69-1303-555 12857 2017-03-06 15:56:00 45 -#> 8354 25 A69-1303-555 12859 2017-03-06 15:58:00 45 -#> 8355 25 A69-1303-555 12860 2017-03-06 16:00:00 45 -#> 8356 25 A69-1303-555 12861 2017-03-06 16:02:00 45 -#> 8357 25 A69-1303-555 12862 2017-03-06 16:08:00 45 -#> 8358 25 A69-1303-555 12863 2017-03-06 16:18:00 45 -#> 8359 25 A69-1303-555 12864 2017-03-06 16:46:00 45 -#> 8360 25 A69-1303-555 12865 2017-03-06 16:54:00 45 -#> 8361 25 A69-1303-555 12866 2017-03-06 16:56:00 45 -#> 8362 25 A69-1303-555 12867 2017-03-06 16:58:00 45 -#> 8363 25 A69-1303-555 12869 2017-03-06 17:00:00 45 -#> 8364 25 A69-1303-555 12870 2017-03-06 17:02:00 45 -#> 8365 25 A69-1303-555 12871 2017-03-06 17:04:00 45 -#> 8366 25 A69-1303-555 12872 2017-03-06 17:06:00 45 -#> 8367 25 A69-1303-555 12873 2017-03-06 17:08:00 45 -#> 8368 25 A69-1303-555 12874 2017-03-06 17:10:00 45 -#> 8369 25 A69-1303-555 12875 2017-03-06 17:12:00 45 -#> 8370 25 A69-1303-555 12877 2017-03-06 17:14:00 45 -#> 8371 25 A69-1303-555 12878 2017-03-06 17:16:00 45 -#> 8372 25 A69-1303-555 12879 2017-03-06 17:18:00 45 -#> 8373 25 A69-1303-555 12880 2017-03-06 17:20:00 45 -#> 8374 25 A69-1303-555 12882 2017-03-06 17:22:00 45 -#> 8375 25 A69-1303-555 12883 2017-03-06 17:24:00 45 -#> 8376 25 A69-1303-555 12884 2017-03-06 17:26:00 45 -#> 8377 25 A69-1303-555 12885 2017-03-06 17:28:00 45 -#> 8378 25 A69-1303-555 12886 2017-03-06 17:30:00 45 -#> 8379 25 A69-1303-555 12888 2017-03-06 17:32:00 45 -#> 8380 25 A69-1303-555 12890 2017-03-06 17:34:00 45 -#> 8381 25 A69-1303-555 12892 2017-03-06 17:36:00 45 -#> 8382 25 A69-1303-555 12893 2017-03-06 17:38:00 45 -#> 8383 25 A69-1303-555 12894 2017-03-06 17:42:00 45 -#> 8384 25 A69-1303-555 12895 2017-03-06 17:44:00 45 -#> 8385 25 A69-1303-555 12896 2017-03-06 17:46:00 45 -#> 8386 25 A69-1303-555 12897 2017-03-06 17:50:00 45 -#> 8387 25 A69-1303-555 12899 2017-03-06 17:52:00 45 -#> 8388 25 A69-1303-555 12901 2017-03-06 17:54:00 45 -#> 8389 25 A69-1303-555 12903 2017-03-06 17:56:00 45 -#> 8390 25 A69-1303-555 12905 2017-03-06 17:58:00 45 -#> 8391 25 A69-1303-555 12906 2017-03-06 18:00:00 45 -#> 8392 25 A69-1303-555 12907 2017-03-06 18:02:00 45 -#> 8393 25 A69-1303-555 12908 2017-03-06 18:04:00 45 -#> 8394 25 A69-1303-555 12910 2017-03-06 18:06:00 45 -#> 8395 25 A69-1303-555 12912 2017-03-06 18:08:00 45 -#> 8396 25 A69-1303-555 12914 2017-03-06 18:10:00 45 -#> 8397 25 A69-1303-555 12916 2017-03-06 18:12:00 45 -#> 8398 25 A69-1303-555 12919 2017-03-06 18:14:00 45 -#> 8399 25 A69-1303-555 12920 2017-03-06 18:16:00 45 -#> 8400 25 A69-1303-555 12921 2017-03-06 18:18:00 45 -#> 8401 25 A69-1303-555 12922 2017-03-06 18:20:00 45 -#> 8402 25 A69-1303-555 12923 2017-03-06 18:22:00 45 -#> 8403 25 A69-1303-555 12925 2017-03-06 18:24:00 45 -#> 8404 25 A69-1303-555 12927 2017-03-06 18:26:00 45 -#> 8405 25 A69-1303-555 12928 2017-03-06 18:30:00 45 -#> 8406 25 A69-1303-555 12930 2017-03-06 18:32:00 45 -#> 8407 25 A69-1303-555 12931 2017-03-06 18:36:00 45 -#> 8408 25 A69-1303-555 12933 2017-03-06 18:38:00 45 -#> 8409 25 A69-1303-555 12935 2017-03-06 18:40:00 45 -#> 8410 25 A69-1303-555 12936 2017-03-06 18:42:00 45 -#> 8411 25 A69-1303-555 12937 2017-03-06 18:44:00 45 -#> 8412 25 A69-1303-555 12939 2017-03-06 18:46:00 45 -#> 8413 25 A69-1303-555 12941 2017-03-06 18:48:00 45 -#> 8414 25 A69-1303-555 12943 2017-03-06 18:50:00 45 -#> 8415 25 A69-1303-555 12945 2017-03-06 18:52:00 45 -#> 8416 25 A69-1303-555 12946 2017-03-06 18:54:00 45 -#> 8417 25 A69-1303-555 12948 2017-03-06 18:56:00 45 -#> 8418 25 A69-1303-555 12950 2017-03-06 18:58:00 45 -#> 8419 25 A69-1303-555 12952 2017-03-06 19:00:00 45 -#> 8420 25 A69-1303-555 12953 2017-03-06 19:02:00 45 -#> 8421 25 A69-1303-555 12956 2017-03-06 19:04:00 45 -#> 8422 25 A69-1303-555 12958 2017-03-06 19:06:00 45 -#> 8423 25 A69-1303-555 12960 2017-03-06 19:08:00 45 -#> 8424 25 A69-1303-555 12961 2017-03-06 19:10:00 45 -#> 8425 25 A69-1303-555 12962 2017-03-06 19:12:00 45 -#> 8426 25 A69-1303-555 12964 2017-03-06 19:14:00 45 -#> 8427 25 A69-1303-555 12966 2017-03-06 19:16:00 45 -#> 8428 25 A69-1303-555 12968 2017-03-06 19:18:00 45 -#> 8429 25 A69-1303-555 12969 2017-03-06 19:20:00 45 -#> 8430 25 A69-1303-555 12971 2017-03-06 19:22:00 45 -#> 8431 25 A69-1303-555 12973 2017-03-06 19:24:00 45 -#> 8432 25 A69-1303-555 12975 2017-03-06 19:26:00 45 -#> 8433 25 A69-1303-555 12977 2017-03-06 19:28:00 45 -#> 8434 25 A69-1303-555 12979 2017-03-06 19:30:00 45 -#> 8435 25 A69-1303-555 12981 2017-03-06 19:32:00 45 -#> 8436 25 A69-1303-555 12983 2017-03-06 19:34:00 45 -#> 8437 25 A69-1303-555 12984 2017-03-06 19:36:00 45 -#> 8438 25 A69-1303-555 12986 2017-03-06 19:38:00 45 -#> 8439 25 A69-1303-555 12988 2017-03-06 19:40:00 45 -#> 8440 25 A69-1303-555 12989 2017-03-06 19:42:00 45 -#> 8441 25 A69-1303-555 12991 2017-03-06 19:44:00 45 -#> 8442 25 A69-1303-555 12993 2017-03-06 19:48:00 45 -#> 8443 25 A69-1303-555 12994 2017-03-06 19:50:00 45 -#> 8444 25 A69-1303-555 12995 2017-03-06 19:52:00 45 -#> 8445 25 A69-1303-555 12996 2017-03-06 19:54:00 45 -#> 8446 25 A69-1303-555 12997 2017-03-06 19:56:00 45 -#> 8447 25 A69-1303-555 12999 2017-03-06 19:58:00 45 -#> 8448 25 A69-1303-555 13001 2017-03-06 20:00:00 45 -#> 8449 25 A69-1303-555 13002 2017-03-06 20:02:00 45 -#> 8450 25 A69-1303-555 13004 2017-03-06 20:04:00 45 -#> 8451 25 A69-1303-555 13006 2017-03-06 20:06:00 45 -#> 8452 25 A69-1303-555 13008 2017-03-06 20:08:00 45 -#> 8453 25 A69-1303-555 13009 2017-03-06 20:10:00 45 -#> 8454 25 A69-1303-555 13010 2017-03-06 20:12:00 45 -#> 8455 25 A69-1303-555 13012 2017-03-06 20:14:00 45 -#> 8456 25 A69-1303-555 13014 2017-03-06 20:16:00 45 -#> 8457 25 A69-1303-555 13016 2017-03-06 20:18:00 45 -#> 8458 25 A69-1303-555 13018 2017-03-06 20:20:00 45 -#> 8459 25 A69-1303-555 13020 2017-03-06 20:22:00 45 -#> 8460 25 A69-1303-555 13023 2017-03-06 20:24:00 45 -#> 8461 25 A69-1303-555 13025 2017-03-06 20:26:00 45 -#> 8462 25 A69-1303-555 13026 2017-03-06 20:28:00 45 -#> 8463 25 A69-1303-555 13028 2017-03-06 20:30:00 45 -#> 8464 25 A69-1303-555 13029 2017-03-06 20:32:00 45 -#> 8465 25 A69-1303-555 13032 2017-03-06 20:34:00 45 -#> 8466 25 A69-1303-555 13034 2017-03-06 20:36:00 45 -#> 8467 25 A69-1303-555 13036 2017-03-06 20:38:00 45 -#> 8468 25 A69-1303-555 13038 2017-03-06 20:40:00 45 -#> 8469 25 A69-1303-555 13040 2017-03-06 20:42:00 45 -#> 8470 25 A69-1303-555 13041 2017-03-06 20:44:00 45 -#> 8471 25 A69-1303-555 13042 2017-03-06 20:46:00 45 -#> 8472 25 A69-1303-555 13044 2017-03-06 20:48:00 45 -#> 8473 25 A69-1303-555 13045 2017-03-06 20:50:00 45 -#> 8474 25 A69-1303-555 13048 2017-03-06 20:52:00 45 -#> 8475 25 A69-1303-555 13049 2017-03-06 20:54:00 45 -#> 8476 25 A69-1303-555 13051 2017-03-06 20:56:00 45 -#> 8477 25 A69-1303-555 13052 2017-03-06 20:58:00 45 -#> 8478 25 A69-1303-555 13055 2017-03-06 21:00:00 45 -#> 8479 25 A69-1303-555 13056 2017-03-06 21:02:00 45 -#> 8480 25 A69-1303-555 13058 2017-03-06 21:04:00 45 -#> 8481 25 A69-1303-555 13059 2017-03-06 21:06:00 45 -#> 8482 25 A69-1303-555 13061 2017-03-06 21:08:00 45 -#> 8483 25 A69-1303-555 13063 2017-03-06 21:10:00 45 -#> 8484 25 A69-1303-555 13065 2017-03-06 21:12:00 45 -#> 8485 25 A69-1303-555 13068 2017-03-06 21:14:00 45 -#> 8486 25 A69-1303-555 13069 2017-03-06 21:16:00 45 -#> 8487 25 A69-1303-555 13071 2017-03-06 21:18:00 45 -#> 8488 25 A69-1303-555 13072 2017-03-06 21:20:00 45 -#> 8489 25 A69-1303-555 13073 2017-03-06 21:22:00 45 -#> 8490 25 A69-1303-555 13075 2017-03-06 21:24:00 45 -#> 8491 25 A69-1303-555 13077 2017-03-06 21:26:00 45 -#> 8492 25 A69-1303-555 13078 2017-03-06 21:28:00 45 -#> 8493 25 A69-1303-555 13079 2017-03-06 21:30:00 45 -#> 8494 25 A69-1303-555 13080 2017-03-06 21:32:00 45 -#> 8495 25 A69-1303-555 13082 2017-03-06 21:34:00 45 -#> 8496 25 A69-1303-555 13083 2017-03-06 21:36:00 45 -#> 8497 25 A69-1303-555 13085 2017-03-06 21:38:00 45 -#> 8498 25 A69-1303-555 13086 2017-03-06 21:40:00 45 -#> 8499 25 A69-1303-555 13087 2017-03-06 21:42:00 45 -#> 8500 25 A69-1303-555 13089 2017-03-06 21:44:00 45 -#> 8501 25 A69-1303-555 13091 2017-03-06 21:46:00 45 -#> 8502 25 A69-1303-555 13092 2017-03-06 21:48:00 45 -#> 8503 25 A69-1303-555 13095 2017-03-06 21:50:00 45 -#> 8504 25 A69-1303-555 13097 2017-03-06 21:52:00 45 -#> 8505 25 A69-1303-555 13099 2017-03-06 21:54:00 45 -#> 8506 25 A69-1303-555 13101 2017-03-06 21:58:00 45 -#> 8507 25 A69-1303-555 13103 2017-03-06 22:00:00 45 -#> 8508 25 A69-1303-555 13105 2017-03-06 22:02:00 45 -#> 8509 25 A69-1303-555 13107 2017-03-06 22:06:00 45 -#> 8510 25 A69-1303-555 13108 2017-03-06 22:08:00 45 -#> 8511 25 A69-1303-555 13110 2017-03-06 22:10:00 45 -#> 8512 25 A69-1303-555 13112 2017-03-06 22:12:00 45 -#> 8513 25 A69-1303-555 13114 2017-03-06 22:14:00 45 -#> 8514 25 A69-1303-555 13115 2017-03-06 22:16:00 45 -#> 8515 25 A69-1303-555 13117 2017-03-06 22:18:00 45 -#> 8516 25 A69-1303-555 13119 2017-03-06 22:20:00 45 -#> 8517 25 A69-1303-555 13122 2017-03-06 22:22:00 45 -#> 8518 25 A69-1303-555 13123 2017-03-06 22:26:00 45 -#> 8519 25 A69-1303-555 13124 2017-03-06 22:28:00 45 -#> 8520 25 A69-1303-555 13126 2017-03-06 22:32:00 45 -#> 8521 25 A69-1303-555 13127 2017-03-06 22:34:00 45 -#> 8522 25 A69-1303-555 13129 2017-03-06 22:36:00 45 -#> 8523 25 A69-1303-555 13131 2017-03-06 22:38:00 45 -#> 8524 25 A69-1303-555 13132 2017-03-06 22:40:00 45 -#> 8525 25 A69-1303-555 13133 2017-03-06 22:42:00 45 -#> 8526 25 A69-1303-555 13135 2017-03-06 22:44:00 45 -#> 8527 25 A69-1303-555 13136 2017-03-06 22:46:00 45 -#> 8528 25 A69-1303-555 13139 2017-03-06 22:48:00 45 -#> 8529 25 A69-1303-555 13141 2017-03-06 22:50:00 45 -#> 8530 25 A69-1303-555 13143 2017-03-06 22:52:00 45 -#> 8531 25 A69-1303-555 13145 2017-03-06 22:54:00 45 -#> 8532 25 A69-1303-555 13147 2017-03-06 22:56:00 45 -#> 8533 25 A69-1303-555 13149 2017-03-06 22:58:00 45 -#> 8534 25 A69-1303-555 13150 2017-03-06 23:00:00 45 -#> 8535 25 A69-1303-555 13151 2017-03-06 23:02:00 45 -#> 8536 25 A69-1303-555 13152 2017-03-06 23:04:00 45 -#> 8537 25 A69-1303-555 13153 2017-03-06 23:06:00 45 -#> 8538 25 A69-1303-555 13154 2017-03-06 23:08:00 45 -#> 8539 25 A69-1303-555 13156 2017-03-06 23:10:00 45 -#> 8540 25 A69-1303-555 13158 2017-03-06 23:12:00 45 -#> 8541 25 A69-1303-555 13160 2017-03-06 23:14:00 45 -#> 8542 25 A69-1303-555 13161 2017-03-06 23:16:00 45 -#> 8543 25 A69-1303-555 13163 2017-03-06 23:18:00 45 -#> 8544 25 A69-1303-555 13165 2017-03-06 23:20:00 45 -#> 8545 25 A69-1303-555 13166 2017-03-06 23:22:00 45 -#> 8546 25 A69-1303-555 13167 2017-03-06 23:24:00 45 -#> 8547 25 A69-1303-555 13169 2017-03-06 23:26:00 45 -#> 8548 25 A69-1303-555 13171 2017-03-06 23:28:00 45 -#> 8549 25 A69-1303-555 13173 2017-03-06 23:30:00 45 -#> 8550 25 A69-1303-555 13174 2017-03-06 23:32:00 45 -#> 8551 25 A69-1303-555 13176 2017-03-06 23:34:00 45 -#> 8552 25 A69-1303-555 13178 2017-03-06 23:36:00 45 -#> 8553 25 A69-1303-555 13179 2017-03-06 23:38:00 45 -#> 8554 25 A69-1303-555 13180 2017-03-06 23:40:00 45 -#> 8555 25 A69-1303-555 13182 2017-03-06 23:42:00 45 -#> 8556 25 A69-1303-555 13183 2017-03-06 23:44:00 45 -#> 8557 25 A69-1303-555 13186 2017-03-06 23:46:00 45 -#> 8558 25 A69-1303-555 13187 2017-03-06 23:48:00 45 -#> 8559 25 A69-1303-555 13188 2017-03-06 23:50:00 45 -#> 8560 25 A69-1303-555 13189 2017-03-06 23:52:00 45 -#> 8561 25 A69-1303-555 13190 2017-03-06 23:54:00 45 -#> 8562 25 A69-1303-555 13191 2017-03-06 23:56:00 45 -#> 8563 25 A69-1303-555 13193 2017-03-06 23:58:00 45 -#> 8564 25 A69-1303-555 13194 2017-03-07 00:00:00 45 -#> 8565 25 A69-1303-555 13196 2017-03-07 00:02:00 45 -#> 8566 25 A69-1303-555 13198 2017-03-07 00:04:00 45 -#> 8567 25 A69-1303-555 13199 2017-03-07 00:06:00 45 -#> 8568 25 A69-1303-555 13202 2017-03-07 00:08:00 45 -#> 8569 25 A69-1303-555 13203 2017-03-07 00:10:00 45 -#> 8570 25 A69-1303-555 13205 2017-03-07 00:12:00 45 -#> 8571 25 A69-1303-555 13206 2017-03-07 00:14:00 45 -#> 8572 25 A69-1303-555 13208 2017-03-07 00:16:00 45 -#> 8573 25 A69-1303-555 13210 2017-03-07 00:18:00 45 -#> 8574 25 A69-1303-555 13212 2017-03-07 00:20:00 45 -#> 8575 25 A69-1303-555 13214 2017-03-07 00:22:00 45 -#> 8576 25 A69-1303-555 13216 2017-03-07 00:24:00 45 -#> 8577 25 A69-1303-555 13219 2017-03-07 00:26:00 45 -#> 8578 25 A69-1303-555 13221 2017-03-07 00:28:00 45 -#> 8579 25 A69-1303-555 13222 2017-03-07 00:30:00 45 -#> 8580 25 A69-1303-555 13224 2017-03-07 00:32:00 45 -#> 8581 25 A69-1303-555 13226 2017-03-07 00:34:00 45 -#> 8582 25 A69-1303-555 13228 2017-03-07 00:36:00 45 -#> 8583 25 A69-1303-555 13230 2017-03-07 00:38:00 45 -#> 8584 25 A69-1303-555 13231 2017-03-07 00:40:00 45 -#> 8585 25 A69-1303-555 13233 2017-03-07 00:42:00 45 -#> 8586 25 A69-1303-555 13234 2017-03-07 00:44:00 45 -#> 8587 25 A69-1303-555 13236 2017-03-07 00:46:00 45 -#> 8588 25 A69-1303-555 13237 2017-03-07 00:48:00 45 -#> 8589 25 A69-1303-555 13239 2017-03-07 00:50:00 45 -#> 8590 25 A69-1303-555 13240 2017-03-07 00:52:00 45 -#> 8591 25 A69-1303-555 13242 2017-03-07 00:56:00 45 -#> 8592 25 A69-1303-555 13244 2017-03-07 00:58:00 45 -#> 8593 25 A69-1303-555 13245 2017-03-08 00:06:00 50 -#> 8594 25 A69-1303-555 13246 2017-03-08 00:08:00 50 -#> 8595 25 A69-1303-555 13247 2017-03-08 00:10:00 50 -#> 8596 25 A69-1303-555 13249 2017-03-08 00:12:00 50 -#> 8597 25 A69-1303-555 13251 2017-03-08 00:14:00 50 -#> 8598 25 A69-1303-555 13253 2017-03-08 00:16:00 50 -#> 8599 25 A69-1303-555 13255 2017-03-08 19:48:00 41 -#> 8600 25 A69-1303-555 13257 2017-03-08 19:50:00 41 -#> 8601 25 A69-1303-555 13260 2017-03-08 19:52:00 41 -#> 8602 25 A69-1303-555 13261 2017-03-08 19:54:00 41 -#> 8603 25 A69-1303-555 13262 2017-03-08 20:04:00 41 -#> 8604 25 A69-1303-555 13264 2017-03-08 20:06:00 41 -#> 8605 25 A69-1303-555 13266 2017-03-08 20:08:00 41 -#> 8606 25 A69-1303-555 13268 2017-03-08 20:10:00 41 -#> 8607 25 A69-1303-555 13269 2017-03-08 20:12:00 41 -#> 8608 25 A69-1303-555 13272 2017-03-08 20:14:00 41 -#> 8609 25 A69-1303-555 13274 2017-03-08 20:16:00 41 -#> 8610 25 A69-1303-555 13277 2017-03-08 20:18:00 41 -#> 8611 25 A69-1303-555 13279 2017-03-08 20:20:00 41 -#> 8612 25 A69-1303-555 13280 2017-03-08 20:22:00 41 -#> 8613 25 A69-1303-555 13282 2017-03-08 20:24:00 41 -#> 8614 25 A69-1303-555 13284 2017-03-08 20:26:00 41 -#> 8615 25 A69-1303-555 13285 2017-03-08 20:32:00 41 -#> 8616 25 A69-1303-555 13286 2017-03-08 20:36:00 47 -#> 8617 25 A69-1303-555 13287 2017-03-08 20:38:00 47 -#> 8618 25 A69-1303-555 13289 2017-03-08 20:40:00 47 -#> 8619 25 A69-1303-555 13290 2017-03-08 20:42:00 47 -#> 8620 25 A69-1303-555 13291 2017-03-08 20:44:00 47 -#> 8621 25 A69-1303-555 13292 2017-03-08 20:50:00 47 -#> 8622 25 A69-1303-555 13293 2017-03-08 20:52:00 47 -#> 8623 25 A69-1303-555 13294 2017-03-08 20:54:00 41 -#> 8624 25 A69-1303-555 13295 2017-03-08 20:56:00 41 -#> 8625 25 A69-1303-555 13297 2017-03-08 20:58:00 41 -#> 8626 25 A69-1303-555 13298 2017-03-08 21:00:00 41 -#> 8627 25 A69-1303-555 13299 2017-03-08 21:02:00 41 -#> 8628 25 A69-1303-555 13300 2017-03-08 21:28:00 41 -#> 8629 25 A69-1303-555 13301 2017-03-08 21:36:00 41 -#> 8630 25 A69-1303-555 13302 2017-03-08 21:48:00 41 -#> 8631 25 A69-1303-555 13305 2017-03-08 21:50:00 41 -#> 8632 25 A69-1303-555 13307 2017-03-08 21:52:00 41 -#> 8633 25 A69-1303-555 13309 2017-03-08 21:54:00 41 -#> 8634 25 A69-1303-555 13310 2017-03-08 21:56:00 41 -#> 8635 25 A69-1303-555 13312 2017-03-08 21:58:00 41 -#> 8636 25 A69-1303-555 13315 2017-03-08 22:00:00 41 -#> 8637 25 A69-1303-555 13316 2017-03-08 22:02:00 41 -#> 8638 25 A69-1303-555 13317 2017-03-08 22:04:00 41 -#> 8639 25 A69-1303-555 13319 2017-03-08 22:06:00 41 -#> 8640 25 A69-1303-555 13321 2017-03-08 22:08:00 41 -#> 8641 25 A69-1303-555 13323 2017-03-08 22:30:00 41 -#> 8642 25 A69-1303-555 13324 2017-03-08 22:50:00 41 -#> 8643 25 A69-1303-555 13325 2017-03-08 22:52:00 41 -#> 8644 25 A69-1303-555 13326 2017-03-08 22:56:00 41 -#> 8645 25 A69-1303-555 13327 2017-03-08 22:58:00 41 -#> 8646 25 A69-1303-555 13328 2017-03-08 23:00:00 41 -#> 8647 25 A69-1303-555 13331 2017-03-08 23:02:00 41 -#> 8648 25 A69-1303-555 13332 2017-03-08 23:04:00 41 -#> 8649 25 A69-1303-555 13334 2017-03-08 23:06:00 41 -#> 8650 25 A69-1303-555 13335 2017-03-08 23:08:00 41 -#> 8651 25 A69-1303-555 13337 2017-03-08 23:12:00 41 -#> 8652 25 A69-1303-555 13338 2017-03-08 23:14:00 41 -#> 8653 25 A69-1303-555 13339 2017-03-08 23:16:00 41 -#> 8654 25 A69-1303-555 13340 2017-03-08 23:20:00 41 -#> 8655 25 A69-1303-555 13341 2017-03-08 23:22:00 41 -#> 8656 25 A69-1303-555 13342 2017-03-08 23:24:00 41 -#> 8657 25 A69-1303-555 13343 2017-03-08 23:48:00 47 -#> 8658 25 A69-1303-555 13345 2017-03-08 23:50:00 47 -#> 8659 25 A69-1303-555 13347 2017-03-08 23:52:00 47 -#> 8660 25 A69-1303-555 13349 2017-03-08 23:54:00 47 -#> 8661 25 A69-1303-555 13351 2017-03-08 23:56:00 47 -#> 8662 25 A69-1303-555 13352 2017-03-09 00:06:00 47 -#> 8663 25 A69-1303-555 13353 2017-03-09 00:08:00 47 -#> 8664 25 A69-1303-555 13354 2017-03-09 03:08:00 47 -#> 8665 25 A69-1303-555 13357 2017-03-09 03:12:00 47 -#> 8666 25 A69-1303-555 13358 2017-03-09 03:14:00 47 -#> 8667 25 A69-1303-555 13360 2017-03-09 03:20:00 47 -#> 8668 25 A69-1303-555 13362 2017-03-09 03:22:00 47 -#> 8669 25 A69-1303-555 13364 2017-03-09 03:24:00 47 -#> 8670 25 A69-1303-555 13366 2017-03-09 03:26:00 47 -#> 8671 25 A69-1303-555 13367 2017-03-09 03:28:00 47 -#> 8672 25 A69-1303-555 13369 2017-03-09 03:30:00 47 -#> 8673 25 A69-1303-555 13370 2017-03-09 03:32:00 47 -#> 8674 25 A69-1303-555 13372 2017-03-09 03:34:00 47 -#> 8675 25 A69-1303-555 13373 2017-03-09 03:36:00 47 -#> 8676 25 A69-1303-555 13376 2017-03-09 03:38:00 47 -#> 8677 25 A69-1303-555 13377 2017-03-09 03:40:00 47 -#> 8678 25 A69-1303-555 13379 2017-03-09 03:42:00 47 -#> 8679 25 A69-1303-555 13381 2017-03-09 03:44:00 47 -#> 8680 25 A69-1303-555 13382 2017-03-09 03:46:00 47 -#> 8681 25 A69-1303-555 13384 2017-03-09 03:48:00 47 -#> 8682 25 A69-1303-555 13385 2017-03-09 03:50:00 47 -#> 8683 25 A69-1303-555 13386 2017-03-09 03:52:00 47 -#> 8684 25 A69-1303-555 13387 2017-03-09 03:54:00 47 -#> 8685 25 A69-1303-555 13389 2017-03-09 03:56:00 47 -#> 8686 25 A69-1303-555 13391 2017-03-09 03:58:00 47 -#> 8687 25 A69-1303-555 13393 2017-03-09 13:50:00 47 -#> 8688 25 A69-1303-555 13394 2017-03-09 13:58:00 47 -#> 8689 25 A69-1303-555 13395 2017-03-09 14:10:00 47 -#> 8690 25 A69-1303-555 13397 2017-03-09 14:16:00 47 -#> 8691 25 A69-1303-555 13398 2017-03-09 14:26:00 47 -#> 8692 25 A69-1303-555 13399 2017-03-09 14:34:00 47 -#> 8693 25 A69-1303-555 13400 2017-03-10 21:12:00 50 -#> 8694 25 A69-1303-555 13402 2017-03-10 21:14:00 50 -#> 8695 25 A69-1303-555 13403 2017-03-10 21:22:00 51 -#> 8696 25 A69-1303-555 13404 2017-03-10 21:26:00 50 -#> 8697 25 A69-1303-555 13405 2017-03-10 21:26:00 51 -#> 8698 25 A69-1303-555 13406 2017-03-10 21:28:00 51 -#> 8699 25 A69-1303-555 13407 2017-03-10 21:32:00 50 -#> 8700 25 A69-1303-555 13408 2017-03-10 21:32:00 51 -#> 8701 25 A69-1303-555 13410 2017-03-10 21:34:00 51 -#> 8702 25 A69-1303-555 13412 2017-03-10 21:38:00 51 -#> 8703 25 A69-1303-555 13413 2017-03-10 21:40:00 51 -#> 8704 25 A69-1303-555 13414 2017-03-11 02:38:00 51 -#> 8705 25 A69-1303-555 13415 2017-03-11 02:40:00 51 -#> 8706 25 A69-1303-555 13416 2017-03-11 02:44:00 51 -#> 8707 25 A69-1303-555 13417 2017-03-11 05:04:00 51 -#> 8708 25 A69-1303-555 13418 2017-03-11 05:10:00 51 -#> 8709 25 A69-1303-555 13419 2017-03-11 05:12:00 51 -#> 8710 25 A69-1303-555 13420 2017-03-11 05:14:00 51 -#> 8711 25 A69-1303-555 13423 2017-03-11 05:16:00 51 -#> 8712 25 A69-1303-555 13424 2017-03-11 05:24:00 51 -#> 8713 25 A69-1303-555 13425 2017-03-11 05:26:00 51 -#> 8714 25 A69-1303-555 13426 2017-03-11 05:28:00 51 -#> 8715 25 A69-1303-555 13428 2017-03-11 05:32:00 51 -#> 8716 25 A69-1303-555 13430 2017-03-11 05:36:00 51 -#> 8717 25 A69-1303-555 13432 2017-03-11 05:38:00 51 -#> 8718 25 A69-1303-555 13434 2017-03-11 05:40:00 51 -#> 8719 25 A69-1303-555 13435 2017-03-11 05:42:00 51 -#> 8720 25 A69-1303-555 13436 2017-03-11 05:44:00 51 -#> 8721 25 A69-1303-555 13438 2017-03-11 05:46:00 51 -#> 8722 25 A69-1303-555 13439 2017-03-11 05:48:00 51 -#> 8723 25 A69-1303-555 13441 2017-03-11 05:50:00 51 -#> 8724 25 A69-1303-555 13442 2017-03-11 05:52:00 51 -#> 8725 25 A69-1303-555 13443 2017-03-11 05:58:00 51 -#> 8726 25 A69-1303-555 13445 2017-03-11 06:00:00 51 -#> 8727 25 A69-1303-555 13446 2017-03-11 06:04:00 51 -#> 8728 25 A69-1303-555 13447 2017-03-11 06:06:00 51 -#> 8729 25 A69-1303-555 13449 2017-03-11 06:08:00 51 -#> 8730 25 A69-1303-555 13452 2017-03-11 06:34:00 51 -#> 8731 25 A69-1303-555 13454 2017-03-12 07:48:00 45 -#> 8732 25 A69-1303-555 13455 2017-03-12 07:56:00 45 -#> 8733 25 A69-1303-555 13457 2017-03-12 07:58:00 45 -#> 8734 25 A69-1303-555 13458 2017-03-12 08:00:00 45 -#> 8735 25 A69-1303-555 13460 2017-03-12 08:02:00 45 -#> 8736 25 A69-1303-555 13461 2017-03-12 08:04:00 45 -#> 8737 25 A69-1303-555 13462 2017-03-12 08:06:00 45 -#> 8738 25 A69-1303-555 13465 2017-03-12 08:08:00 45 -#> 8739 25 A69-1303-555 13466 2017-03-12 08:10:00 45 -#> 8740 25 A69-1303-555 13468 2017-03-12 08:12:00 45 -#> 8741 25 A69-1303-555 13469 2017-03-12 08:14:00 45 -#> 8742 25 A69-1303-555 13470 2017-03-12 08:16:00 45 -#> 8743 25 A69-1303-555 13472 2017-03-12 08:18:00 45 -#> 8744 25 A69-1303-555 13473 2017-03-12 08:22:00 45 -#> 8745 25 A69-1303-555 13474 2017-03-12 08:26:00 45 -#> 8746 25 A69-1303-555 13475 2017-03-12 08:28:00 45 -#> 8747 25 A69-1303-555 13476 2017-03-12 08:30:00 45 -#> 8748 25 A69-1303-555 13478 2017-03-12 08:32:00 45 -#> 8749 25 A69-1303-555 13479 2017-03-12 08:34:00 45 -#> 8750 25 A69-1303-555 13481 2017-03-12 08:36:00 45 -#> 8751 25 A69-1303-555 13482 2017-03-12 08:38:00 45 -#> 8752 25 A69-1303-555 13483 2017-03-12 08:40:00 45 -#> 8753 25 A69-1303-555 13485 2017-03-12 08:42:00 45 -#> 8754 25 A69-1303-555 13486 2017-03-12 08:44:00 45 -#> 8755 25 A69-1303-555 13488 2017-03-12 08:48:00 45 -#> 8756 25 A69-1303-555 13489 2017-03-12 08:52:00 45 -#> 8757 25 A69-1303-555 13491 2017-03-12 08:56:00 45 -#> 8758 25 A69-1303-555 13492 2017-03-12 09:00:00 45 -#> 8759 25 A69-1303-555 13494 2017-03-12 09:04:00 45 -#> 8760 25 A69-1303-555 13496 2017-03-12 09:16:00 45 -#> 8761 25 A69-1303-555 13498 2017-03-12 09:20:00 45 -#> 8762 25 A69-1303-555 13499 2017-03-12 09:22:00 45 -#> 8763 25 A69-1303-555 13500 2017-03-12 09:26:00 45 -#> 8764 25 A69-1303-555 13501 2017-03-12 09:28:00 45 -#> 8765 25 A69-1303-555 13502 2017-03-12 09:30:00 45 -#> 8766 25 A69-1303-555 13503 2017-03-12 09:32:00 45 -#> 8767 25 A69-1303-555 13504 2017-03-12 09:34:00 45 -#> 8768 25 A69-1303-555 13505 2017-03-12 09:36:00 45 -#> 8769 25 A69-1303-555 13506 2017-03-12 09:38:00 45 -#> 8770 25 A69-1303-555 13507 2017-03-12 09:48:00 45 -#> 8771 25 A69-1303-555 13509 2017-03-12 09:50:00 45 -#> 8772 25 A69-1303-555 13511 2017-03-12 09:52:00 45 -#> 8773 25 A69-1303-555 13512 2017-03-12 09:58:00 45 -#> 8774 25 A69-1303-555 13513 2017-03-12 10:00:00 45 -#> 8775 25 A69-1303-555 13515 2017-03-12 10:02:00 45 -#> 8776 25 A69-1303-555 13516 2017-03-12 10:06:00 45 -#> 8777 25 A69-1303-555 13518 2017-03-12 10:08:00 45 -#> 8778 25 A69-1303-555 13519 2017-03-12 10:10:00 45 -#> 8779 25 A69-1303-555 13520 2017-03-12 10:12:00 45 -#> 8780 25 A69-1303-555 13522 2017-03-12 10:16:00 45 -#> 8781 25 A69-1303-555 13524 2017-03-12 10:18:00 45 -#> 8782 25 A69-1303-555 13525 2017-03-12 10:20:00 45 -#> 8783 25 A69-1303-555 13527 2017-03-12 10:22:00 45 -#> 8784 25 A69-1303-555 13529 2017-03-12 10:24:00 45 -#> 8785 25 A69-1303-555 13531 2017-03-12 10:26:00 45 -#> 8786 25 A69-1303-555 13533 2017-03-12 10:28:00 45 -#> 8787 25 A69-1303-555 13534 2017-03-12 10:30:00 45 -#> 8788 25 A69-1303-555 13536 2017-03-12 10:32:00 45 -#> 8789 25 A69-1303-555 13538 2017-03-12 10:34:00 45 -#> 8790 25 A69-1303-555 13539 2017-03-12 10:36:00 45 -#> 8791 25 A69-1303-555 13541 2017-03-12 10:38:00 45 -#> 8792 25 A69-1303-555 13543 2017-03-12 10:40:00 45 -#> 8793 25 A69-1303-555 13545 2017-03-12 10:42:00 45 -#> 8794 25 A69-1303-555 13547 2017-03-12 10:44:00 45 -#> 8795 25 A69-1303-555 13549 2017-03-12 10:46:00 45 -#> 8796 25 A69-1303-555 13551 2017-03-12 10:48:00 45 -#> 8797 25 A69-1303-555 13552 2017-03-12 10:50:00 45 -#> 8798 25 A69-1303-555 13553 2017-03-12 10:52:00 45 -#> 8799 25 A69-1303-555 13554 2017-03-12 10:54:00 45 -#> 8800 25 A69-1303-555 13556 2017-03-12 10:56:00 45 -#> 8801 25 A69-1303-555 13558 2017-03-12 10:58:00 45 -#> 8802 25 A69-1303-555 13559 2017-03-12 11:00:00 45 -#> 8803 25 A69-1303-555 13562 2017-03-12 11:02:00 45 -#> 8804 25 A69-1303-555 13564 2017-03-12 11:04:00 45 -#> 8805 25 A69-1303-555 13566 2017-03-12 11:06:00 45 -#> 8806 25 A69-1303-555 13567 2017-03-12 11:08:00 45 -#> 8807 25 A69-1303-555 13569 2017-03-12 11:10:00 45 -#> 8808 25 A69-1303-555 13570 2017-03-12 11:12:00 45 -#> 8809 25 A69-1303-555 13573 2017-03-12 11:14:00 45 -#> 8810 25 A69-1303-555 13574 2017-03-12 11:16:00 45 -#> 8811 25 A69-1303-555 13576 2017-03-12 11:18:00 45 -#> 8812 25 A69-1303-555 13578 2017-03-12 11:20:00 45 -#> 8813 25 A69-1303-555 13580 2017-03-12 11:22:00 45 -#> 8814 25 A69-1303-555 13582 2017-03-12 11:24:00 45 -#> 8815 25 A69-1303-555 13583 2017-03-12 11:26:00 45 -#> 8816 25 A69-1303-555 13584 2017-03-12 11:28:00 45 -#> 8817 25 A69-1303-555 13587 2017-03-12 11:30:00 45 -#> 8818 25 A69-1303-555 13589 2017-03-12 11:32:00 45 -#> 8819 25 A69-1303-555 13590 2017-03-12 11:34:00 45 -#> 8820 25 A69-1303-555 13592 2017-03-12 11:36:00 45 -#> 8821 25 A69-1303-555 13593 2017-03-12 11:38:00 45 -#> 8822 25 A69-1303-555 13594 2017-03-12 11:40:00 45 -#> 8823 25 A69-1303-555 13595 2017-03-12 11:48:00 45 -#> 8824 25 A69-1303-555 13596 2017-03-12 11:50:00 45 -#> 8825 25 A69-1303-555 13597 2017-03-12 11:52:00 45 -#> 8826 25 A69-1303-555 13598 2017-03-12 12:04:00 45 -#> 8827 25 A69-1303-555 13599 2017-03-12 12:08:00 45 -#> 8828 25 A69-1303-555 13600 2017-03-12 12:12:00 45 -#> 8829 25 A69-1303-555 13601 2017-03-12 12:18:00 45 -#> 8830 25 A69-1303-555 13602 2017-03-12 12:28:00 45 -#> 8831 25 A69-1303-555 13603 2017-03-12 12:32:00 45 -#> 8832 25 A69-1303-555 13604 2017-03-12 12:36:00 45 -#> 8833 25 A69-1303-555 13605 2017-03-12 12:42:00 45 -#> 8834 25 A69-1303-555 13606 2017-03-12 12:48:00 45 -#> 8835 25 A69-1303-555 13607 2017-03-12 12:50:00 45 -#> 8836 25 A69-1303-555 13609 2017-03-12 12:52:00 45 -#> 8837 25 A69-1303-555 13610 2017-03-12 12:54:00 45 -#> 8838 25 A69-1303-555 13611 2017-03-12 12:56:00 45 -#> 8839 25 A69-1303-555 13612 2017-03-12 13:00:00 45 -#> 8840 25 A69-1303-555 13613 2017-03-12 13:02:00 45 -#> 8841 25 A69-1303-555 13615 2017-03-12 13:06:00 45 -#> 8842 25 A69-1303-555 13616 2017-03-12 13:08:00 45 -#> 8843 25 A69-1303-555 13618 2017-03-12 13:10:00 45 -#> 8844 25 A69-1303-555 13619 2017-03-12 13:12:00 45 -#> 8845 25 A69-1303-555 13620 2017-03-12 13:16:00 45 -#> 8846 25 A69-1303-555 13621 2017-03-12 13:18:00 45 -#> 8847 25 A69-1303-555 13623 2017-03-12 13:20:00 45 -#> 8848 25 A69-1303-555 13625 2017-03-12 13:22:00 45 -#> 8849 25 A69-1303-555 13627 2017-03-12 13:24:00 45 -#> 8850 25 A69-1303-555 13629 2017-03-12 13:26:00 45 -#> 8851 25 A69-1303-555 13630 2017-03-12 13:28:00 45 -#> 8852 25 A69-1303-555 13631 2017-03-12 13:32:00 45 -#> 8853 25 A69-1303-555 13632 2017-03-12 13:34:00 45 -#> 8854 25 A69-1303-555 13633 2017-03-12 13:36:00 45 -#> 8855 25 A69-1303-555 13634 2017-03-12 13:38:00 45 -#> 8856 25 A69-1303-555 13636 2017-03-12 13:40:00 45 -#> 8857 25 A69-1303-555 13637 2017-03-12 13:42:00 45 -#> 8858 25 A69-1303-555 13639 2017-03-12 13:44:00 45 -#> 8859 25 A69-1303-555 13642 2017-03-12 13:46:00 45 -#> 8860 25 A69-1303-555 13643 2017-03-12 13:48:00 45 -#> 8861 25 A69-1303-555 13646 2017-03-12 13:50:00 45 -#> 8862 25 A69-1303-555 13647 2017-03-12 13:52:00 45 -#> 8863 25 A69-1303-555 13649 2017-03-12 13:54:00 45 -#> 8864 25 A69-1303-555 13650 2017-03-12 13:56:00 45 -#> 8865 25 A69-1303-555 13652 2017-03-12 13:58:00 45 -#> 8866 25 A69-1303-555 13653 2017-03-12 14:00:00 45 -#> 8867 25 A69-1303-555 13655 2017-03-12 14:02:00 45 -#> 8868 25 A69-1303-555 13657 2017-03-12 14:04:00 45 -#> 8869 25 A69-1303-555 13659 2017-03-12 14:06:00 45 -#> 8870 25 A69-1303-555 13661 2017-03-12 14:08:00 45 -#> 8871 25 A69-1303-555 13662 2017-03-12 14:10:00 45 -#> 8872 25 A69-1303-555 13665 2017-03-12 14:12:00 45 -#> 8873 25 A69-1303-555 13666 2017-03-12 14:14:00 45 -#> 8874 25 A69-1303-555 13668 2017-03-12 14:16:00 45 -#> 8875 25 A69-1303-555 13670 2017-03-12 14:18:00 45 -#> 8876 25 A69-1303-555 13672 2017-03-12 14:20:00 45 -#> 8877 25 A69-1303-555 13674 2017-03-12 14:24:00 45 -#> 8878 25 A69-1303-555 13676 2017-03-12 14:26:00 45 -#> 8879 25 A69-1303-555 13678 2017-03-12 14:28:00 45 -#> 8880 25 A69-1303-555 13679 2017-03-12 14:30:00 45 -#> 8881 25 A69-1303-555 13681 2017-03-12 14:32:00 45 -#> 8882 25 A69-1303-555 13682 2017-03-12 14:34:00 45 -#> 8883 25 A69-1303-555 13684 2017-03-12 14:36:00 45 -#> 8884 25 A69-1303-555 13686 2017-03-12 14:38:00 45 -#> 8885 25 A69-1303-555 13688 2017-03-12 14:40:00 45 -#> 8886 25 A69-1303-555 13689 2017-03-12 14:44:00 45 -#> 8887 25 A69-1303-555 13691 2017-03-12 14:46:00 45 -#> 8888 25 A69-1303-555 13692 2017-03-12 14:48:00 45 -#> 8889 25 A69-1303-555 13694 2017-03-12 14:52:00 45 -#> 8890 25 A69-1303-555 13695 2017-03-12 14:54:00 45 -#> 8891 25 A69-1303-555 13697 2017-03-12 14:58:00 45 -#> 8892 25 A69-1303-555 13699 2017-03-12 15:00:00 45 -#> 8893 25 A69-1303-555 13700 2017-03-12 15:02:00 45 -#> 8894 25 A69-1303-555 13702 2017-03-12 15:12:00 45 -#> 8895 25 A69-1303-555 13703 2017-03-12 15:14:00 45 -#> 8896 25 A69-1303-555 13704 2017-03-12 15:16:00 45 -#> 8897 25 A69-1303-555 13705 2017-03-12 15:18:00 45 -#> 8898 25 A69-1303-555 13706 2017-03-12 15:20:00 45 -#> 8899 25 A69-1303-555 13707 2017-03-12 15:22:00 45 -#> 8900 25 A69-1303-555 13708 2017-03-12 15:28:00 45 -#> 8901 25 A69-1303-555 13709 2017-03-12 15:34:00 45 -#> 8902 25 A69-1303-555 13711 2017-03-12 15:36:00 45 -#> 8903 25 A69-1303-555 13712 2017-03-12 15:40:00 45 -#> 8904 25 A69-1303-555 13713 2017-03-12 15:42:00 45 -#> 8905 25 A69-1303-555 13714 2017-03-12 15:50:00 45 -#> 8906 25 A69-1303-555 13715 2017-03-12 15:56:00 45 -#> 8907 25 A69-1303-555 13717 2017-03-12 15:58:00 45 -#> 8908 25 A69-1303-555 13719 2017-03-12 16:04:00 45 -#> 8909 25 A69-1303-555 13720 2017-03-12 16:06:00 45 -#> 8910 25 A69-1303-555 13721 2017-03-12 16:08:00 45 -#> 8911 25 A69-1303-555 13722 2017-03-12 16:10:00 45 -#> 8912 25 A69-1303-555 13723 2017-03-12 16:12:00 45 -#> 8913 25 A69-1303-555 13724 2017-03-12 16:16:00 45 -#> 8914 25 A69-1303-555 13725 2017-03-12 16:18:00 45 -#> 8915 25 A69-1303-555 13726 2017-03-12 16:20:00 45 -#> 8916 25 A69-1303-555 13727 2017-03-12 16:22:00 45 -#> 8917 25 A69-1303-555 13729 2017-03-12 16:24:00 45 -#> 8918 25 A69-1303-555 13730 2017-03-12 16:26:00 45 -#> 8919 25 A69-1303-555 13731 2017-03-12 16:28:00 45 -#> 8920 25 A69-1303-555 13732 2017-03-12 16:30:00 45 -#> 8921 25 A69-1303-555 13734 2017-03-12 16:32:00 45 -#> 8922 25 A69-1303-555 13735 2017-03-12 16:34:00 45 -#> 8923 25 A69-1303-555 13736 2017-03-12 16:36:00 45 -#> 8924 25 A69-1303-555 13737 2017-03-12 16:38:00 45 -#> 8925 25 A69-1303-555 13740 2017-03-12 16:40:00 45 -#> 8926 25 A69-1303-555 13741 2017-03-12 16:42:00 45 -#> 8927 25 A69-1303-555 13743 2017-03-12 16:44:00 45 -#> 8928 25 A69-1303-555 13745 2017-03-12 16:46:00 45 -#> 8929 25 A69-1303-555 13747 2017-03-12 16:48:00 45 -#> 8930 25 A69-1303-555 13749 2017-03-12 16:50:00 45 -#> 8931 25 A69-1303-555 13750 2017-03-12 16:52:00 45 -#> 8932 25 A69-1303-555 13751 2017-03-12 16:56:00 45 -#> 8933 25 A69-1303-555 13752 2017-03-12 17:00:00 45 -#> 8934 25 A69-1303-555 13753 2017-03-12 17:02:00 45 -#> 8935 25 A69-1303-555 13754 2017-03-12 17:06:00 45 -#> 8936 25 A69-1303-555 13757 2017-03-12 17:08:00 45 -#> 8937 25 A69-1303-555 13759 2017-03-12 17:10:00 45 -#> 8938 25 A69-1303-555 13761 2017-03-12 17:12:00 45 -#> 8939 25 A69-1303-555 13762 2017-03-12 17:14:00 45 -#> 8940 25 A69-1303-555 13764 2017-03-12 17:16:00 45 -#> 8941 25 A69-1303-555 13765 2017-03-12 17:18:00 45 -#> 8942 25 A69-1303-555 13767 2017-03-12 17:20:00 45 -#> 8943 25 A69-1303-555 13768 2017-03-12 17:22:00 45 -#> 8944 25 A69-1303-555 13770 2017-03-12 17:24:00 45 -#> 8945 25 A69-1303-555 13772 2017-03-12 17:26:00 45 -#> 8946 25 A69-1303-555 13773 2017-03-12 17:28:00 45 -#> 8947 25 A69-1303-555 13774 2017-03-12 17:30:00 45 -#> 8948 25 A69-1303-555 13777 2017-03-12 17:32:00 45 -#> 8949 25 A69-1303-555 13779 2017-03-12 17:34:00 45 -#> 8950 25 A69-1303-555 13780 2017-03-12 17:36:00 45 -#> 8951 25 A69-1303-555 13782 2017-03-12 17:38:00 45 -#> 8952 25 A69-1303-555 13783 2017-03-12 17:42:00 45 -#> 8953 25 A69-1303-555 13785 2017-03-12 17:44:00 45 -#> 8954 25 A69-1303-555 13787 2017-03-12 17:46:00 45 -#> 8955 25 A69-1303-555 13788 2017-03-12 17:48:00 45 -#> 8956 25 A69-1303-555 13789 2017-03-12 17:50:00 45 -#> 8957 25 A69-1303-555 13790 2017-03-14 08:44:00 49 -#> 8958 25 A69-1303-555 13792 2017-03-14 08:46:00 49 -#> 8959 25 A69-1303-555 13793 2017-03-14 12:24:00 49 -#> 8960 25 A69-1303-555 13794 2017-03-14 12:26:00 49 -#> 8961 25 A69-1303-555 13795 2017-03-14 12:28:00 49 -#> 8962 25 A69-1303-555 13796 2017-03-14 12:30:00 49 -#> 8963 25 A69-1303-555 13797 2017-03-14 12:32:00 49 -#> 8964 25 A69-1303-555 13799 2017-03-14 12:34:00 49 -#> 8965 25 A69-1303-555 13800 2017-03-14 12:36:00 49 -#> 8966 25 A69-1303-555 13801 2017-03-14 12:38:00 49 -#> 8967 25 A69-1303-555 13803 2017-03-14 12:40:00 49 -#> 8968 25 A69-1303-555 13804 2017-03-14 12:42:00 49 -#> 8969 25 A69-1303-555 13806 2017-03-14 12:44:00 49 -#> 8970 25 A69-1303-555 13807 2017-03-14 12:46:00 49 -#> 8971 25 A69-1303-555 13809 2017-03-14 12:48:00 49 -#> 8972 25 A69-1303-555 13810 2017-03-14 12:50:00 49 -#> 8973 25 A69-1303-555 13812 2017-03-14 12:52:00 49 -#> 8974 25 A69-1303-555 13814 2017-03-14 12:54:00 49 -#> 8975 25 A69-1303-555 13816 2017-03-14 12:56:00 49 -#> 8976 25 A69-1303-555 13817 2017-03-14 12:58:00 49 -#> 8977 25 A69-1303-555 13818 2017-03-14 13:00:00 49 -#> 8978 25 A69-1303-555 13820 2017-03-14 13:02:00 49 -#> 8979 25 A69-1303-555 13823 2017-03-14 13:04:00 49 -#> 8980 25 A69-1303-555 13826 2017-03-14 13:06:00 49 -#> 8981 25 A69-1303-555 13829 2017-03-14 13:08:00 49 -#> 8982 25 A69-1303-555 13831 2017-03-14 13:10:00 49 -#> 8983 25 A69-1303-555 13833 2017-03-14 13:12:00 49 -#> 8984 25 A69-1303-555 13834 2017-03-14 23:40:00 48 -#> 8985 25 A69-1303-555 13835 2017-03-14 23:42:00 48 -#> 8986 25 A69-1303-555 13836 2017-03-14 23:44:00 48 -#> 8987 25 A69-1303-555 13837 2017-03-14 23:46:00 48 -#> 8988 25 A69-1303-555 13839 2017-03-14 23:48:00 48 -#> 8989 25 A69-1303-555 13841 2017-03-14 23:52:00 48 -#> 8990 25 A69-1303-555 13843 2017-03-14 23:54:00 48 -#> 8991 25 A69-1303-555 13845 2017-03-15 00:00:00 48 -#> 8992 25 A69-1303-555 13846 2017-03-15 00:04:00 48 -#> 8993 25 A69-1303-555 13847 2017-03-15 00:06:00 48 -#> 8994 25 A69-1303-555 13848 2017-03-15 00:08:00 48 -#> 8995 25 A69-1303-555 13849 2017-03-15 00:30:00 49 -#> 8996 25 A69-1303-555 13851 2017-03-15 00:32:00 49 -#> 8997 25 A69-1303-555 13852 2017-03-15 00:34:00 49 -#> 8998 25 A69-1303-555 13855 2017-03-15 00:36:00 49 -#> 8999 25 A69-1303-555 13856 2017-03-15 00:38:00 49 -#> 9000 25 A69-1303-555 13857 2017-03-15 00:40:00 49 -#> 9001 25 A69-1303-555 13858 2017-03-15 00:42:00 49 -#> 9002 25 A69-1303-555 13860 2017-03-15 00:44:00 49 -#> 9003 25 A69-1303-555 13861 2017-03-15 00:46:00 49 -#> 9004 25 A69-1303-555 13862 2017-03-15 00:48:00 49 -#> 9005 25 A69-1303-555 13864 2017-03-15 00:50:00 49 -#> 9006 25 A69-1303-555 13866 2017-03-15 00:52:00 49 -#> 9007 25 A69-1303-555 13868 2017-03-15 00:54:00 49 -#> 9008 25 A69-1303-555 13870 2017-03-15 00:56:00 49 -#> 9009 25 A69-1303-555 13871 2017-03-15 00:58:00 49 -#> 9010 25 A69-1303-555 13873 2017-03-15 01:00:00 49 -#> 9011 25 A69-1303-555 13875 2017-03-15 01:02:00 49 -#> 9012 25 A69-1303-555 13876 2017-03-15 01:04:00 49 -#> 9013 25 A69-1303-555 13878 2017-03-15 01:06:00 49 -#> 9014 25 A69-1303-555 13879 2017-03-15 01:08:00 49 -#> 9015 25 A69-1303-555 13880 2017-03-15 01:10:00 49 -#> 9016 25 A69-1303-555 13882 2017-03-15 01:12:00 49 -#> 9017 25 A69-1303-555 13883 2017-03-15 01:14:00 49 -#> 9018 25 A69-1303-555 13885 2017-03-15 01:16:00 49 -#> 9019 25 A69-1303-555 13886 2017-03-15 01:18:00 49 -#> 9020 25 A69-1303-555 13887 2017-03-15 01:20:00 49 -#> 9021 25 A69-1303-555 13888 2017-03-15 01:28:00 49 -#> 9022 25 A69-1303-555 13889 2017-03-15 01:30:00 49 -#> 9023 25 A69-1303-555 13892 2017-03-15 01:32:00 49 -#> 9024 25 A69-1303-555 13893 2017-03-15 01:38:00 49 -#> 9025 25 A69-1303-555 13895 2017-03-15 01:40:00 49 -#> 9026 25 A69-1303-555 13897 2017-03-15 01:42:00 49 -#> 9027 25 A69-1303-555 13899 2017-03-15 01:48:00 49 -#> 9028 25 A69-1303-555 13900 2017-03-15 01:50:00 49 -#> 9029 25 A69-1303-555 13901 2017-03-15 01:52:00 49 -#> 9030 25 A69-1303-555 13902 2017-03-15 01:56:00 49 -#> 9031 25 A69-1303-555 13904 2017-03-15 01:58:00 49 -#> 9032 25 A69-1303-555 13905 2017-03-15 02:00:00 49 -#> 9033 25 A69-1303-555 13906 2017-03-15 02:04:00 49 -#> 9034 25 A69-1303-555 13909 2017-03-15 02:08:00 49 -#> 9035 25 A69-1303-555 13910 2017-03-15 02:10:00 49 -#> 9036 25 A69-1303-555 13911 2017-03-15 02:14:00 49 -#> 9037 25 A69-1303-555 13912 2017-03-15 02:22:00 49 -#> 9038 25 A69-1303-555 13913 2017-03-15 02:26:00 49 -#> 9039 25 A69-1303-555 13914 2017-03-16 09:54:00 45 -#> 9040 25 A69-1303-555 13915 2017-03-16 09:58:00 45 -#> 9041 25 A69-1303-555 13917 2017-03-16 10:00:00 45 -#> 9042 25 A69-1303-555 13919 2017-03-16 10:04:00 45 -#> 9043 25 A69-1303-555 13920 2017-03-16 10:06:00 45 -#> 9044 25 A69-1303-555 13922 2017-03-16 10:08:00 45 -#> 9045 25 A69-1303-555 13923 2017-03-16 10:10:00 45 -#> 9046 25 A69-1303-555 13925 2017-03-16 10:12:00 45 -#> 9047 25 A69-1303-555 13926 2017-03-16 10:14:00 45 -#> 9048 25 A69-1303-555 13928 2017-03-16 10:16:00 45 -#> 9049 25 A69-1303-555 13929 2017-03-16 10:18:00 45 -#> 9050 25 A69-1303-555 13930 2017-03-16 10:20:00 45 -#> 9051 25 A69-1303-555 13933 2017-03-16 10:24:00 45 -#> 9052 25 A69-1303-555 13934 2017-03-16 10:28:00 45 -#> 9053 25 A69-1303-555 13937 2017-03-16 10:30:00 45 -#> 9054 25 A69-1303-555 13938 2017-03-16 10:32:00 45 -#> 9055 25 A69-1303-555 13940 2017-03-16 10:34:00 45 -#> 9056 25 A69-1303-555 13942 2017-03-16 10:36:00 45 -#> 9057 25 A69-1303-555 13944 2017-03-16 10:38:00 45 -#> 9058 25 A69-1303-555 13945 2017-03-16 10:40:00 45 -#> 9059 25 A69-1303-555 13947 2017-03-16 10:42:00 45 -#> 9060 25 A69-1303-555 13949 2017-03-16 10:44:00 45 -#> 9061 25 A69-1303-555 13950 2017-03-16 10:46:00 45 -#> 9062 25 A69-1303-555 13952 2017-03-16 10:48:00 45 -#> 9063 25 A69-1303-555 13954 2017-03-16 10:50:00 45 -#> 9064 25 A69-1303-555 13957 2017-03-16 10:52:00 45 -#> 9065 25 A69-1303-555 13959 2017-03-16 10:54:00 45 -#> 9066 25 A69-1303-555 13961 2017-03-16 10:56:00 45 -#> 9067 25 A69-1303-555 13963 2017-03-16 10:58:00 45 -#> 9068 25 A69-1303-555 13965 2017-03-16 11:00:00 45 -#> 9069 25 A69-1303-555 13967 2017-03-16 11:02:00 45 -#> 9070 25 A69-1303-555 13969 2017-03-16 11:04:00 45 -#> 9071 25 A69-1303-555 13971 2017-03-16 11:06:00 45 -#> 9072 25 A69-1303-555 13972 2017-03-16 11:08:00 45 -#> 9073 25 A69-1303-555 13973 2017-03-16 11:10:00 45 -#> 9074 25 A69-1303-555 13975 2017-03-16 11:12:00 45 -#> 9075 25 A69-1303-555 13976 2017-03-16 11:14:00 45 -#> 9076 25 A69-1303-555 13979 2017-03-16 11:16:00 45 -#> 9077 25 A69-1303-555 13981 2017-03-16 11:18:00 45 -#> 9078 25 A69-1303-555 13984 2017-03-16 11:22:00 45 -#> 9079 25 A69-1303-555 13986 2017-03-16 11:24:00 45 -#> 9080 25 A69-1303-555 13988 2017-03-16 11:26:00 45 -#> 9081 25 A69-1303-555 13990 2017-03-16 11:28:00 45 -#> 9082 25 A69-1303-555 13992 2017-03-16 11:30:00 45 -#> 9083 25 A69-1303-555 13994 2017-03-16 11:32:00 45 -#> 9084 25 A69-1303-555 13995 2017-03-16 11:34:00 45 -#> 9085 25 A69-1303-555 13997 2017-03-16 11:36:00 45 -#> 9086 25 A69-1303-555 13999 2017-03-16 11:38:00 45 -#> 9087 25 A69-1303-555 14001 2017-03-16 11:40:00 45 -#> 9088 25 A69-1303-555 14003 2017-03-16 11:44:00 45 -#> 9089 25 A69-1303-555 14005 2017-03-16 11:46:00 45 -#> 9090 25 A69-1303-555 14007 2017-03-16 11:48:00 45 -#> 9091 25 A69-1303-555 14009 2017-03-16 11:50:00 45 -#> 9092 25 A69-1303-555 14011 2017-03-16 11:52:00 45 -#> 9093 25 A69-1303-555 14013 2017-03-16 11:54:00 45 -#> 9094 25 A69-1303-555 14014 2017-03-16 11:56:00 45 -#> 9095 25 A69-1303-555 14016 2017-03-16 11:58:00 45 -#> 9096 25 A69-1303-555 14017 2017-03-16 12:00:00 45 -#> 9097 25 A69-1303-555 14018 2017-03-16 12:02:00 45 -#> 9098 25 A69-1303-555 14021 2017-03-16 12:04:00 45 -#> 9099 25 A69-1303-555 14022 2017-03-16 12:06:00 45 -#> 9100 25 A69-1303-555 14023 2017-03-16 12:08:00 45 -#> 9101 25 A69-1303-555 14025 2017-03-16 12:10:00 45 -#> 9102 25 A69-1303-555 14026 2017-03-16 12:12:00 45 -#> 9103 25 A69-1303-555 14028 2017-03-16 12:14:00 45 -#> 9104 25 A69-1303-555 14031 2017-03-16 12:16:00 45 -#> 9105 25 A69-1303-555 14033 2017-03-16 12:22:00 45 -#> 9106 25 A69-1303-555 14034 2017-03-16 12:24:00 45 -#> 9107 25 A69-1303-555 14035 2017-03-16 12:26:00 45 -#> 9108 25 A69-1303-555 14037 2017-03-16 12:28:00 45 -#> 9109 25 A69-1303-555 14039 2017-03-16 12:30:00 45 -#> 9110 25 A69-1303-555 14041 2017-03-16 12:32:00 45 -#> 9111 25 A69-1303-555 14043 2017-03-16 12:34:00 45 -#> 9112 25 A69-1303-555 14045 2017-03-16 12:36:00 45 -#> 9113 25 A69-1303-555 14047 2017-03-16 12:38:00 45 -#> 9114 25 A69-1303-555 14050 2017-03-16 12:40:00 45 -#> 9115 25 A69-1303-555 14051 2017-03-16 12:42:00 45 -#> 9116 25 A69-1303-555 14052 2017-03-16 12:44:00 45 -#> 9117 25 A69-1303-555 14054 2017-03-16 12:46:00 45 -#> 9118 25 A69-1303-555 14055 2017-03-16 12:48:00 45 -#> 9119 25 A69-1303-555 14057 2017-03-16 12:50:00 45 -#> 9120 25 A69-1303-555 14059 2017-03-16 12:52:00 45 -#> 9121 25 A69-1303-555 14061 2017-03-16 12:54:00 45 -#> 9122 25 A69-1303-555 14063 2017-03-16 12:56:00 45 -#> 9123 25 A69-1303-555 14064 2017-03-16 12:58:00 45 -#> 9124 25 A69-1303-555 14067 2017-03-16 13:00:00 45 -#> 9125 25 A69-1303-555 14069 2017-03-16 13:02:00 45 -#> 9126 25 A69-1303-555 14070 2017-03-16 13:04:00 45 -#> 9127 25 A69-1303-555 14072 2017-03-16 13:06:00 45 -#> 9128 25 A69-1303-555 14074 2017-03-16 13:08:00 45 -#> 9129 25 A69-1303-555 14076 2017-03-16 13:10:00 45 -#> 9130 25 A69-1303-555 14077 2017-03-16 13:12:00 45 -#> 9131 25 A69-1303-555 14078 2017-03-16 13:14:00 45 -#> 9132 25 A69-1303-555 14080 2017-03-16 13:16:00 45 -#> 9133 25 A69-1303-555 14082 2017-03-16 13:18:00 45 -#> 9134 25 A69-1303-555 14084 2017-03-16 13:22:00 45 -#> 9135 25 A69-1303-555 14087 2017-03-16 13:24:00 45 -#> 9136 25 A69-1303-555 14088 2017-03-16 13:26:00 45 -#> 9137 25 A69-1303-555 14089 2017-03-16 13:28:00 45 -#> 9138 25 A69-1303-555 14092 2017-03-16 13:30:00 45 -#> 9139 25 A69-1303-555 14094 2017-03-16 13:32:00 45 -#> 9140 25 A69-1303-555 14097 2017-03-16 13:34:00 45 -#> 9141 25 A69-1303-555 14098 2017-03-16 13:36:00 45 -#> 9142 25 A69-1303-555 14099 2017-03-16 13:38:00 45 -#> 9143 25 A69-1303-555 14101 2017-03-16 13:40:00 45 -#> 9144 25 A69-1303-555 14103 2017-03-16 13:42:00 45 -#> 9145 25 A69-1303-555 14105 2017-03-16 13:44:00 45 -#> 9146 25 A69-1303-555 14107 2017-03-16 13:46:00 45 -#> 9147 25 A69-1303-555 14108 2017-03-16 13:48:00 45 -#> 9148 25 A69-1303-555 14110 2017-03-16 13:50:00 45 -#> 9149 25 A69-1303-555 14111 2017-03-16 13:52:00 45 -#> 9150 25 A69-1303-555 14112 2017-03-16 13:54:00 45 -#> 9151 25 A69-1303-555 14113 2017-03-16 13:56:00 45 -#> 9152 25 A69-1303-555 14114 2017-03-16 13:58:00 45 -#> 9153 25 A69-1303-555 14116 2017-03-16 14:08:00 45 -#> 9154 25 A69-1303-555 14117 2017-03-16 14:10:00 45 -#> 9155 25 A69-1303-555 14118 2017-03-16 14:12:00 45 -#> 9156 25 A69-1303-555 14119 2017-03-16 14:14:00 45 -#> 9157 25 A69-1303-555 14120 2017-03-16 14:18:00 45 -#> 9158 25 A69-1303-555 14121 2017-03-16 14:20:00 45 -#> 9159 25 A69-1303-555 14122 2017-03-16 14:22:00 45 -#> 9160 25 A69-1303-555 14123 2017-03-16 14:24:00 45 -#> 9161 25 A69-1303-555 14124 2017-03-16 14:28:00 45 -#> 9162 25 A69-1303-555 14125 2017-03-16 14:34:00 45 -#> 9163 25 A69-1303-555 14126 2017-03-16 14:36:00 45 -#> 9164 25 A69-1303-555 14127 2017-03-16 14:50:00 45 -#> 9165 25 A69-1303-555 14128 2017-03-16 14:52:00 45 -#> 9166 25 A69-1303-555 14129 2017-03-16 14:54:00 45 -#> 9167 25 A69-1303-555 14130 2017-03-16 15:10:00 45 -#> 9168 25 A69-1303-555 14131 2017-03-16 15:14:00 45 -#> 9169 25 A69-1303-555 14132 2017-03-16 15:16:00 45 -#> 9170 25 A69-1303-555 14133 2017-03-16 15:20:00 45 -#> 9171 25 A69-1303-555 14135 2017-03-16 15:24:00 45 -#> 9172 25 A69-1303-555 14136 2017-03-16 15:30:00 45 -#> 9173 25 A69-1303-555 14137 2017-03-16 15:32:00 45 -#> 9174 25 A69-1303-555 14138 2017-03-16 15:34:00 45 -#> 9175 25 A69-1303-555 14139 2017-03-16 15:36:00 45 -#> 9176 25 A69-1303-555 14141 2017-03-16 15:38:00 45 -#> 9177 25 A69-1303-555 14142 2017-03-16 15:40:00 45 -#> 9178 25 A69-1303-555 14144 2017-03-16 15:42:00 45 -#> 9179 25 A69-1303-555 14146 2017-03-16 15:44:00 45 -#> 9180 25 A69-1303-555 14147 2017-03-16 15:46:00 45 -#> 9181 25 A69-1303-555 14150 2017-03-16 15:48:00 45 -#> 9182 25 A69-1303-555 14151 2017-03-16 15:50:00 45 -#> 9183 25 A69-1303-555 14153 2017-03-16 15:52:00 45 -#> 9184 25 A69-1303-555 14154 2017-03-16 15:54:00 45 -#> 9185 25 A69-1303-555 14156 2017-03-16 15:56:00 45 -#> 9186 25 A69-1303-555 14158 2017-03-16 15:58:00 45 -#> 9187 25 A69-1303-555 14160 2017-03-16 16:00:00 45 -#> 9188 25 A69-1303-555 14161 2017-03-16 16:06:00 45 -#> 9189 25 A69-1303-555 14162 2017-03-16 16:08:00 45 -#> 9190 25 A69-1303-555 14163 2017-03-16 16:12:00 45 -#> 9191 25 A69-1303-555 14164 2017-03-16 16:18:00 45 -#> 9192 25 A69-1303-555 14165 2017-03-16 16:20:00 45 -#> 9193 25 A69-1303-555 14166 2017-03-16 16:22:00 45 -#> 9194 25 A69-1303-555 14167 2017-03-16 16:24:00 45 -#> 9195 25 A69-1303-555 14169 2017-03-16 16:26:00 45 -#> 9196 25 A69-1303-555 14171 2017-03-16 16:28:00 45 -#> 9197 25 A69-1303-555 14173 2017-03-16 16:30:00 45 -#> 9198 25 A69-1303-555 14175 2017-03-16 16:38:00 45 -#> 9199 25 A69-1303-555 14176 2017-03-16 16:42:00 45 -#> 9200 25 A69-1303-555 14177 2017-03-16 16:44:00 45 -#> 9201 25 A69-1303-555 14178 2017-03-18 17:16:00 47 -#> 9202 25 A69-1303-555 14179 2017-03-18 17:22:00 47 -#> 9203 25 A69-1303-555 14181 2017-03-18 17:24:00 47 -#> 9204 25 A69-1303-555 14183 2017-03-18 17:26:00 47 -#> 9205 25 A69-1303-555 14184 2017-03-18 17:28:00 47 -#> 9206 25 A69-1303-555 14185 2017-03-18 17:30:00 47 -#> 9207 25 A69-1303-555 14186 2017-03-18 17:32:00 47 -#> 9208 25 A69-1303-555 14187 2017-03-18 17:34:00 47 -#> 9209 25 A69-1303-555 14189 2017-03-18 17:36:00 47 -#> 9210 25 A69-1303-555 14191 2017-03-18 17:38:00 47 -#> 9211 25 A69-1303-555 14192 2017-03-18 17:40:00 47 -#> 9212 25 A69-1303-555 14194 2017-03-18 17:42:00 47 -#> 9213 25 A69-1303-555 14195 2017-03-18 17:44:00 47 -#> 9214 25 A69-1303-555 14196 2017-03-18 17:46:00 47 -#> 9215 25 A69-1303-555 14197 2017-03-18 17:48:00 47 -#> 9216 25 A69-1303-555 14198 2017-03-18 17:52:00 47 -#> 9217 25 A69-1303-555 14199 2017-03-18 17:58:00 47 -#> 9218 25 A69-1303-555 14200 2017-03-18 18:00:00 47 -#> 9219 25 A69-1303-555 14201 2017-03-18 18:04:00 47 -#> 9220 25 A69-1303-555 14202 2017-03-19 00:54:00 47 -#> 9221 25 A69-1303-555 14203 2017-03-19 00:56:00 47 -#> 9222 25 A69-1303-555 14206 2017-03-19 00:58:00 47 -#> 9223 25 A69-1303-555 14207 2017-03-19 01:00:00 47 -#> 9224 25 A69-1303-555 14209 2017-03-19 01:02:00 47 -#> 9225 25 A69-1303-555 14210 2017-03-19 01:18:00 47 -#> 9226 25 A69-1303-555 14212 2017-03-19 02:08:00 47 -#> 9227 25 A69-1303-555 14213 2017-03-19 02:10:00 47 -#> 9228 25 A69-1303-555 14214 2017-03-19 02:14:00 47 -#> 9229 25 A69-1303-555 14215 2017-03-19 02:22:00 47 -#> 9230 25 A69-1303-555 14216 2017-03-19 02:24:00 47 -#> 9231 25 A69-1303-555 14217 2017-03-19 02:28:00 47 -#> 9232 25 A69-1303-555 14218 2017-03-19 02:30:00 47 -#> 9233 25 A69-1303-555 14220 2017-03-19 02:32:00 47 -#> 9234 25 A69-1303-555 14221 2017-03-19 02:34:00 47 -#> 9235 25 A69-1303-555 14223 2017-03-19 02:36:00 47 -#> 9236 25 A69-1303-555 14225 2017-03-19 02:38:00 47 -#> 9237 25 A69-1303-555 14226 2017-03-19 02:40:00 47 -#> 9238 25 A69-1303-555 14228 2017-03-19 02:42:00 47 -#> 9239 25 A69-1303-555 14229 2017-03-19 02:44:00 47 -#> 9240 25 A69-1303-555 14230 2017-03-19 02:46:00 47 -#> 9241 25 A69-1303-555 14232 2017-03-19 02:48:00 47 -#> 9242 25 A69-1303-555 14233 2017-03-19 02:50:00 47 -#> 9243 25 A69-1303-555 14234 2017-03-19 02:52:00 47 -#> 9244 25 A69-1303-555 14235 2017-03-19 02:56:00 47 -#> 9245 25 A69-1303-555 14236 2017-03-19 02:58:00 47 -#> 9246 25 A69-1303-555 14239 2017-03-19 03:00:00 47 -#> 9247 25 A69-1303-555 14240 2017-03-19 03:02:00 47 -#> 9248 25 A69-1303-555 14243 2017-03-19 03:08:00 47 -#> 9249 25 A69-1303-555 14244 2017-03-19 03:10:00 47 -#> 9250 25 A69-1303-555 14245 2017-03-19 04:14:00 47 -#> 9251 25 A69-1303-555 14246 2017-03-19 04:16:00 47 -#> 9252 25 A69-1303-555 14247 2017-03-19 04:18:00 47 -#> 9253 25 A69-1303-555 14248 2017-03-19 04:30:00 47 -#> 9254 25 A69-1303-555 14249 2017-03-19 05:06:00 41 -#> 9255 25 A69-1303-555 14250 2017-03-19 05:24:00 41 -#> 9256 25 A69-1303-555 14251 2017-03-19 05:26:00 41 -#> 9257 25 A69-1303-555 14252 2017-03-19 05:30:00 41 -#> 9258 25 A69-1303-555 14253 2017-03-19 09:16:00 41 -#> 9259 25 A69-1303-555 14254 2017-03-19 09:20:00 41 -#> 9260 25 A69-1303-555 14256 2017-03-19 09:22:00 41 -#> 9261 25 A69-1303-555 14257 2017-03-19 09:24:00 41 -#> 9262 25 A69-1303-555 14259 2017-03-19 09:26:00 41 -#> 9263 25 A69-1303-555 14260 2017-03-19 09:28:00 41 -#> 9264 25 A69-1303-555 14262 2017-03-19 09:32:00 41 -#> 9265 25 A69-1303-555 14263 2017-03-19 09:38:00 41 -#> 9266 25 A69-1303-555 14264 2017-03-19 09:40:00 41 -#> 9267 25 A69-1303-555 14265 2017-03-19 09:44:00 41 -#> 9268 25 A69-1303-555 14266 2017-03-19 09:46:00 41 -#> 9269 25 A69-1303-555 14267 2017-03-19 09:56:00 41 -#> 9270 25 A69-1303-555 14268 2017-03-19 19:46:00 41 -#> 9271 25 A69-1303-555 14269 2017-03-19 19:54:00 41 -#> 9272 25 A69-1303-555 14271 2017-03-19 19:56:00 41 -#> 9273 25 A69-1303-555 14272 2017-03-19 20:14:00 41 -#> 9274 25 A69-1303-555 14273 2017-03-19 20:26:00 41 -#> 9275 25 A69-1303-555 14274 2017-03-19 20:28:00 41 -#> 9276 25 A69-1303-555 14275 2017-03-19 20:34:00 41 -#> 9277 25 A69-1303-555 14276 2017-03-19 21:06:00 41 -#> 9278 25 A69-1303-555 14278 2017-03-19 21:10:00 41 -#> 9279 25 A69-1303-555 14280 2017-03-19 21:12:00 41 -#> 9280 25 A69-1303-555 14281 2017-03-19 21:22:00 41 -#> 9281 25 A69-1303-555 14282 2017-03-19 21:24:00 41 -#> 9282 25 A69-1303-555 14284 2017-03-19 21:26:00 41 -#> 9283 25 A69-1303-555 14285 2017-03-19 21:28:00 41 -#> 9284 25 A69-1303-555 14287 2017-03-19 21:30:00 41 -#> 9285 25 A69-1303-555 14289 2017-03-19 21:32:00 41 -#> 9286 25 A69-1303-555 14291 2017-03-19 21:34:00 41 -#> 9287 25 A69-1303-555 14293 2017-03-19 22:28:00 41 -#> 9288 25 A69-1303-555 14294 2017-03-19 22:44:00 41 -#> 9289 25 A69-1303-555 14295 2017-03-19 22:46:00 41 -#> 9290 25 A69-1303-555 14296 2017-03-19 22:50:00 41 -#> 9291 25 A69-1303-555 14298 2017-03-19 22:52:00 41 -#> 9292 25 A69-1303-555 14299 2017-03-19 22:54:00 41 -#> 9293 25 A69-1303-555 14300 2017-03-19 22:56:00 41 -#> 9294 25 A69-1303-555 14301 2017-03-19 22:58:00 41 -#> 9295 25 A69-1303-555 14303 2017-03-19 23:00:00 41 -#> 9296 25 A69-1303-555 14304 2017-03-19 23:08:00 41 -#> 9297 25 A69-1303-555 14305 2017-03-19 23:10:00 41 -#> 9298 25 A69-1303-555 14307 2017-03-19 23:14:00 41 -#> 9299 25 A69-1303-555 14308 2017-03-19 23:16:00 41 -#> 9300 25 A69-1303-555 14309 2017-03-19 23:18:00 41 -#> 9301 25 A69-1303-555 14311 2017-03-19 23:20:00 41 -#> 9302 25 A69-1303-555 14312 2017-03-19 23:22:00 41 -#> 9303 25 A69-1303-555 14314 2017-03-19 23:24:00 41 -#> 9304 25 A69-1303-555 14316 2017-03-19 23:26:00 41 -#> 9305 25 A69-1303-555 14317 2017-03-19 23:28:00 41 -#> 9306 25 A69-1303-555 14318 2017-03-19 23:30:00 41 -#> 9307 25 A69-1303-555 14320 2017-03-19 23:32:00 41 -#> 9308 25 A69-1303-555 14322 2017-03-19 23:34:00 41 -#> 9309 25 A69-1303-555 14323 2017-03-19 23:36:00 41 -#> 9310 25 A69-1303-555 14325 2017-03-19 23:38:00 41 -#> 9311 25 A69-1303-555 14327 2017-03-19 23:40:00 41 -#> 9312 25 A69-1303-555 14328 2017-03-19 23:50:00 41 -#> 9313 25 A69-1303-555 14329 2017-03-19 23:54:00 41 -#> 9314 25 A69-1303-555 14330 2017-03-19 23:56:00 41 -#> 9315 25 A69-1303-555 14331 2017-03-19 23:58:00 41 -#> 9316 25 A69-1303-555 14333 2017-03-20 00:02:00 41 -#> 9317 25 A69-1303-555 14334 2017-03-20 00:04:00 41 -#> 9318 25 A69-1303-555 14335 2017-03-20 00:06:00 41 -#> 9319 25 A69-1303-555 14337 2017-03-20 00:08:00 41 -#> 9320 25 A69-1303-555 14340 2017-03-20 00:10:00 41 -#> 9321 25 A69-1303-555 14342 2017-03-20 00:12:00 41 -#> 9322 25 A69-1303-555 14343 2017-03-20 00:14:00 41 -#> 9323 25 A69-1303-555 14345 2017-03-20 00:16:00 41 -#> 9324 25 A69-1303-555 14347 2017-03-20 00:18:00 41 -#> 9325 25 A69-1303-555 14349 2017-03-20 00:20:00 41 -#> 9326 25 A69-1303-555 14351 2017-03-20 00:22:00 41 -#> 9327 25 A69-1303-555 14352 2017-03-20 00:24:00 41 -#> 9328 25 A69-1303-555 14353 2017-03-20 00:28:00 41 -#> 9329 25 A69-1303-555 14355 2017-03-20 00:30:00 41 -#> 9330 25 A69-1303-555 14358 2017-03-20 00:32:00 41 -#> 9331 25 A69-1303-555 14360 2017-03-20 00:34:00 41 -#> 9332 25 A69-1303-555 14361 2017-03-20 00:36:00 41 -#> 9333 25 A69-1303-555 14364 2017-03-20 00:38:00 41 -#> 9334 25 A69-1303-555 14366 2017-03-20 00:40:00 41 -#> 9335 25 A69-1303-555 14367 2017-03-20 00:42:00 41 -#> 9336 25 A69-1303-555 14369 2017-03-20 00:44:00 41 -#> 9337 25 A69-1303-555 14371 2017-03-20 00:48:00 47 -#> 9338 25 A69-1303-555 14372 2017-03-20 00:50:00 41 -#> 9339 25 A69-1303-555 14373 2017-03-20 00:54:00 47 -#> 9340 25 A69-1303-555 14374 2017-03-20 01:06:00 47 -#> 9341 25 A69-1303-555 14375 2017-03-20 01:06:00 41 -#> 9342 25 A69-1303-555 14376 2017-03-20 01:10:00 41 -#> 9343 25 A69-1303-555 14377 2017-03-20 01:12:00 41 -#> 9344 25 A69-1303-555 14378 2017-03-20 01:14:00 47 -#> 9345 25 A69-1303-555 14380 2017-03-20 01:18:00 47 -#> 9346 25 A69-1303-555 14381 2017-03-20 01:18:00 41 -#> 9347 25 A69-1303-555 14382 2017-03-20 01:20:00 47 -#> 9348 25 A69-1303-555 14383 2017-03-20 01:22:00 41 -#> 9349 25 A69-1303-555 14384 2017-03-20 01:22:00 47 -#> 9350 25 A69-1303-555 14386 2017-03-20 01:24:00 47 -#> 9351 25 A69-1303-555 14388 2017-03-20 01:24:00 41 -#> 9352 25 A69-1303-555 14389 2017-03-20 01:26:00 47 -#> 9353 25 A69-1303-555 14390 2017-03-20 01:28:00 47 -#> 9354 25 A69-1303-555 14392 2017-03-20 01:30:00 47 -#> 9355 25 A69-1303-555 14393 2017-03-20 01:32:00 41 -#> 9356 25 A69-1303-555 14394 2017-03-20 01:34:00 47 -#> 9357 25 A69-1303-555 14395 2017-03-20 01:36:00 47 -#> 9358 25 A69-1303-555 14396 2017-03-20 01:38:00 47 -#> 9359 25 A69-1303-555 14398 2017-03-20 01:40:00 47 -#> 9360 25 A69-1303-555 14399 2017-03-20 01:44:00 47 -#> 9361 25 A69-1303-555 14400 2017-03-20 01:46:00 47 -#> 9362 25 A69-1303-555 14401 2017-03-20 01:50:00 47 -#> 9363 25 A69-1303-555 14402 2017-03-20 02:14:00 47 -#> 9364 25 A69-1303-555 14403 2017-03-20 02:16:00 47 -#> 9365 25 A69-1303-555 14404 2017-03-20 02:18:00 47 -#> 9366 25 A69-1303-555 14406 2017-03-20 02:20:00 47 -#> 9367 25 A69-1303-555 14408 2017-03-20 02:22:00 47 -#> 9368 25 A69-1303-555 14409 2017-03-20 02:24:00 47 -#> 9369 25 A69-1303-555 14410 2017-03-22 14:46:00 51 -#> 9370 25 A69-1303-555 14412 2017-03-22 14:48:00 51 -#> 9371 25 A69-1303-555 14414 2017-03-22 14:50:00 51 -#> 9372 25 A69-1303-555 14416 2017-03-22 14:54:00 51 -#> 9373 25 A69-1303-555 14417 2017-03-22 14:56:00 51 -#> 9374 25 A69-1303-555 14418 2017-03-22 14:58:00 51 -#> 9375 25 A69-1303-555 14419 2017-03-22 15:00:00 51 -#> 9376 25 A69-1303-555 14420 2017-03-22 15:04:00 51 -#> 9377 25 A69-1303-555 14421 2017-03-22 16:24:00 50 -#> 9378 25 A69-1303-555 14422 2017-03-22 16:26:00 50 -#> 9379 25 A69-1303-555 14423 2017-03-23 03:48:00 45 -#> 9380 25 A69-1303-555 14424 2017-03-23 03:50:00 45 -#> 9381 25 A69-1303-555 14425 2017-03-23 03:52:00 45 -#> 9382 25 A69-1303-555 14426 2017-03-23 03:54:00 45 -#> 9383 25 A69-1303-555 14427 2017-03-23 03:56:00 45 -#> 9384 25 A69-1303-555 14429 2017-03-23 03:58:00 45 -#> 9385 25 A69-1303-555 14430 2017-03-23 04:00:00 45 -#> 9386 25 A69-1303-555 14432 2017-03-23 04:02:00 45 -#> 9387 25 A69-1303-555 14434 2017-03-23 04:04:00 45 -#> 9388 25 A69-1303-555 14435 2017-03-23 04:08:00 45 -#> 9389 25 A69-1303-555 14437 2017-03-23 04:10:00 45 -#> 9390 25 A69-1303-555 14439 2017-03-23 04:14:00 56 -#> 9391 25 A69-1303-555 14440 2017-03-23 04:16:00 45 -#> 9392 25 A69-1303-555 14441 2017-03-23 04:18:00 45 -#> 9393 25 A69-1303-555 14443 2017-03-23 04:20:00 45 -#> 9394 25 A69-1303-555 14444 2017-03-23 04:22:00 45 -#> 9395 25 A69-1303-555 14445 2017-03-23 04:22:00 56 -#> 9396 25 A69-1303-555 14447 2017-03-23 04:24:00 45 -#> 9397 25 A69-1303-555 14448 2017-03-23 04:24:00 56 -#> 9398 25 A69-1303-555 14450 2017-03-23 04:26:00 56 -#> 9399 25 A69-1303-555 14451 2017-03-23 04:26:00 45 -#> 9400 25 A69-1303-555 14452 2017-03-23 04:28:00 56 -#> 9401 25 A69-1303-555 14455 2017-03-23 04:28:00 45 -#> 9402 25 A69-1303-555 14456 2017-03-23 04:30:00 56 -#> 9403 25 A69-1303-555 14457 2017-03-23 04:32:00 56 -#> 9404 25 A69-1303-555 14458 2017-03-23 04:32:00 45 -#> 9405 25 A69-1303-555 14461 2017-03-23 04:34:00 45 -#> 9406 25 A69-1303-555 14463 2017-03-23 04:36:00 45 -#> 9407 25 A69-1303-555 14464 2017-03-23 04:38:00 45 -#> 9408 25 A69-1303-555 14465 2017-03-23 04:38:00 56 -#> 9409 25 A69-1303-555 14468 2017-03-23 04:40:00 45 -#> 9410 25 A69-1303-555 14469 2017-03-23 04:40:00 56 -#> 9411 25 A69-1303-555 14471 2017-03-23 04:42:00 45 -#> 9412 25 A69-1303-555 14472 2017-03-23 04:44:00 45 -#> 9413 25 A69-1303-555 14473 2017-03-23 04:44:00 56 -#> 9414 25 A69-1303-555 14474 2017-03-23 04:46:00 45 -#> 9415 25 A69-1303-555 14476 2017-03-23 04:48:00 45 -#> 9416 25 A69-1303-555 14478 2017-03-23 04:50:00 45 -#> 9417 25 A69-1303-555 14479 2017-03-23 04:52:00 45 -#> 9418 25 A69-1303-555 14481 2017-03-23 04:54:00 45 -#> 9419 25 A69-1303-555 14483 2017-03-23 04:58:00 45 -#> 9420 25 A69-1303-555 14484 2017-03-23 05:02:00 45 -#> 9421 25 A69-1303-555 14486 2017-03-23 05:04:00 45 -#> 9422 25 A69-1303-555 14487 2017-03-23 05:06:00 45 -#> 9423 25 A69-1303-555 14489 2017-03-23 05:08:00 45 -#> 9424 25 A69-1303-555 14490 2017-03-23 05:10:00 45 -#> 9425 25 A69-1303-555 14492 2017-03-23 05:12:00 45 -#> 9426 25 A69-1303-555 14493 2017-03-23 05:14:00 45 -#> 9427 25 A69-1303-555 14494 2017-03-23 05:16:00 45 -#> 9428 25 A69-1303-555 14496 2017-03-23 05:20:00 45 -#> 9429 25 A69-1303-555 14498 2017-03-23 05:22:00 45 -#> 9430 25 A69-1303-555 14501 2017-03-23 05:24:00 45 -#> 9431 25 A69-1303-555 14503 2017-03-23 05:26:00 45 -#> 9432 25 A69-1303-555 14505 2017-03-23 05:28:00 45 -#> 9433 25 A69-1303-555 14506 2017-03-23 05:30:00 45 -#> 9434 25 A69-1303-555 14508 2017-03-23 05:32:00 45 -#> 9435 25 A69-1303-555 14509 2017-03-23 05:34:00 45 -#> 9436 25 A69-1303-555 14511 2017-03-23 05:36:00 45 -#> 9437 25 A69-1303-555 14514 2017-03-23 05:38:00 45 -#> 9438 25 A69-1303-555 14515 2017-03-23 05:40:00 45 -#> 9439 25 A69-1303-555 14517 2017-03-23 05:44:00 45 -#> 9440 25 A69-1303-555 14518 2017-03-23 05:46:00 45 -#> 9441 25 A69-1303-555 14520 2017-03-23 05:48:00 45 -#> 9442 25 A69-1303-555 14522 2017-03-23 05:50:00 45 -#> 9443 25 A69-1303-555 14523 2017-03-23 05:52:00 45 -#> 9444 25 A69-1303-555 14525 2017-03-23 05:54:00 45 -#> 9445 25 A69-1303-555 14528 2017-03-23 05:56:00 45 -#> 9446 25 A69-1303-555 14530 2017-03-23 05:58:00 45 -#> 9447 25 A69-1303-555 14533 2017-03-23 06:00:00 45 -#> 9448 25 A69-1303-555 14535 2017-03-23 06:02:00 45 -#> 9449 25 A69-1303-555 14536 2017-03-23 06:04:00 45 -#> 9450 25 A69-1303-555 14538 2017-03-23 06:06:00 45 -#> 9451 25 A69-1303-555 14540 2017-03-23 06:08:00 45 -#> 9452 25 A69-1303-555 14541 2017-03-23 06:10:00 45 -#> 9453 25 A69-1303-555 14543 2017-03-23 06:12:00 45 -#> 9454 25 A69-1303-555 14546 2017-03-23 06:14:00 45 -#> 9455 25 A69-1303-555 14548 2017-03-23 06:16:00 45 -#> 9456 25 A69-1303-555 14550 2017-03-23 06:18:00 45 -#> 9457 25 A69-1303-555 14552 2017-03-23 06:20:00 45 -#> 9458 25 A69-1303-555 14554 2017-03-23 06:22:00 45 -#> 9459 25 A69-1303-555 14555 2017-03-23 06:24:00 45 -#> 9460 25 A69-1303-555 14557 2017-03-23 06:26:00 45 -#> 9461 25 A69-1303-555 14558 2017-03-23 06:28:00 45 -#> 9462 25 A69-1303-555 14560 2017-03-23 06:30:00 45 -#> 9463 25 A69-1303-555 14562 2017-03-23 06:32:00 45 -#> 9464 25 A69-1303-555 14564 2017-03-23 06:34:00 45 -#> 9465 25 A69-1303-555 14566 2017-03-23 06:38:00 45 -#> 9466 25 A69-1303-555 14568 2017-03-23 06:40:00 45 -#> 9467 25 A69-1303-555 14570 2017-03-23 06:42:00 45 -#> 9468 25 A69-1303-555 14572 2017-03-23 06:44:00 45 -#> 9469 25 A69-1303-555 14574 2017-03-23 06:46:00 45 -#> 9470 25 A69-1303-555 14576 2017-03-23 06:48:00 45 -#> 9471 25 A69-1303-555 14578 2017-03-23 06:52:00 45 -#> 9472 25 A69-1303-555 14579 2017-03-23 06:54:00 45 -#> 9473 25 A69-1303-555 14582 2017-03-23 06:56:00 45 -#> 9474 25 A69-1303-555 14583 2017-03-23 06:58:00 45 -#> 9475 25 A69-1303-555 14585 2017-03-23 07:00:00 45 -#> 9476 25 A69-1303-555 14587 2017-03-23 07:02:00 45 -#> 9477 25 A69-1303-555 14588 2017-03-23 07:04:00 45 -#> 9478 25 A69-1303-555 14589 2017-03-23 07:06:00 45 -#> 9479 25 A69-1303-555 14591 2017-03-23 07:08:00 45 -#> 9480 25 A69-1303-555 14592 2017-03-23 07:10:00 45 -#> 9481 25 A69-1303-555 14593 2017-03-23 07:12:00 45 -#> 9482 25 A69-1303-555 14595 2017-03-23 07:14:00 45 -#> 9483 25 A69-1303-555 14596 2017-03-23 07:16:00 45 -#> 9484 25 A69-1303-555 14597 2017-03-23 07:18:00 45 -#> 9485 25 A69-1303-555 14598 2017-03-23 07:20:00 45 -#> 9486 25 A69-1303-555 14599 2017-03-23 07:22:00 45 -#> 9487 25 A69-1303-555 14601 2017-03-23 07:24:00 45 -#> 9488 25 A69-1303-555 14603 2017-03-23 07:26:00 45 -#> 9489 25 A69-1303-555 14604 2017-03-23 07:28:00 45 -#> 9490 25 A69-1303-555 14606 2017-03-23 07:30:00 45 -#> 9491 25 A69-1303-555 14608 2017-03-23 07:32:00 45 -#> 9492 25 A69-1303-555 14609 2017-03-23 07:34:00 45 -#> 9493 25 A69-1303-555 14611 2017-03-23 07:36:00 45 -#> 9494 25 A69-1303-555 14613 2017-03-23 07:38:00 45 -#> 9495 25 A69-1303-555 14615 2017-03-23 07:40:00 45 -#> 9496 25 A69-1303-555 14616 2017-03-23 07:42:00 45 -#> 9497 25 A69-1303-555 14618 2017-03-23 07:44:00 45 -#> 9498 25 A69-1303-555 14619 2017-03-23 07:46:00 45 -#> 9499 25 A69-1303-555 14621 2017-03-23 07:48:00 45 -#> 9500 25 A69-1303-555 14622 2017-03-23 07:50:00 45 -#> 9501 25 A69-1303-555 14623 2017-03-23 07:52:00 45 -#> 9502 25 A69-1303-555 14625 2017-03-23 07:54:00 45 -#> 9503 25 A69-1303-555 14628 2017-03-23 07:56:00 45 -#> 9504 25 A69-1303-555 14630 2017-03-23 07:58:00 45 -#> 9505 25 A69-1303-555 14632 2017-03-23 08:00:00 45 -#> 9506 25 A69-1303-555 14634 2017-03-23 08:02:00 45 -#> 9507 25 A69-1303-555 14636 2017-03-23 08:04:00 45 -#> 9508 25 A69-1303-555 14637 2017-03-23 08:06:00 45 -#> 9509 25 A69-1303-555 14638 2017-03-23 08:08:00 45 -#> 9510 25 A69-1303-555 14641 2017-03-23 08:12:00 45 -#> 9511 25 A69-1303-555 14643 2017-03-23 08:14:00 45 -#> 9512 25 A69-1303-555 14645 2017-03-23 08:16:00 45 -#> 9513 25 A69-1303-555 14647 2017-03-23 08:18:00 45 -#> 9514 25 A69-1303-555 14649 2017-03-23 08:20:00 45 -#> 9515 25 A69-1303-555 14650 2017-03-23 08:22:00 45 -#> 9516 25 A69-1303-555 14651 2017-03-23 08:24:00 45 -#> 9517 25 A69-1303-555 14653 2017-03-23 08:26:00 45 -#> 9518 25 A69-1303-555 14655 2017-03-23 08:28:00 45 -#> 9519 25 A69-1303-555 14657 2017-03-23 08:30:00 45 -#> 9520 25 A69-1303-555 14659 2017-03-23 08:32:00 45 -#> 9521 25 A69-1303-555 14661 2017-03-23 08:34:00 45 -#> 9522 25 A69-1303-555 14663 2017-03-23 08:36:00 45 -#> 9523 25 A69-1303-555 14665 2017-03-23 08:38:00 45 -#> 9524 25 A69-1303-555 14666 2017-03-23 08:40:00 45 -#> 9525 25 A69-1303-555 14668 2017-03-23 08:42:00 45 -#> 9526 25 A69-1303-555 14670 2017-03-23 08:44:00 45 -#> 9527 25 A69-1303-555 14672 2017-03-23 08:46:00 45 -#> 9528 25 A69-1303-555 14674 2017-03-23 08:48:00 45 -#> 9529 25 A69-1303-555 14675 2017-03-23 08:50:00 45 -#> 9530 25 A69-1303-555 14676 2017-03-23 08:52:00 45 -#> 9531 25 A69-1303-555 14678 2017-03-23 08:54:00 45 -#> 9532 25 A69-1303-555 14679 2017-03-23 08:56:00 45 -#> 9533 25 A69-1303-555 14681 2017-03-23 08:58:00 45 -#> 9534 25 A69-1303-555 14682 2017-03-23 09:00:00 45 -#> 9535 25 A69-1303-555 14684 2017-03-23 09:02:00 45 -#> 9536 25 A69-1303-555 14686 2017-03-23 09:04:00 45 -#> 9537 25 A69-1303-555 14688 2017-03-23 09:06:00 45 -#> 9538 25 A69-1303-555 14690 2017-03-23 09:08:00 45 -#> 9539 25 A69-1303-555 14691 2017-03-23 09:18:00 45 -#> 9540 25 A69-1303-555 14692 2017-03-23 09:20:00 45 -#> 9541 25 A69-1303-555 14694 2017-03-23 09:26:00 45 -#> 9542 25 A69-1303-555 14696 2017-03-23 09:28:00 45 -#> 9543 25 A69-1303-555 14699 2017-03-23 09:30:00 45 -#> 9544 25 A69-1303-555 14700 2017-03-23 09:32:00 45 -#> 9545 25 A69-1303-555 14702 2017-03-23 09:34:00 45 -#> 9546 25 A69-1303-555 14703 2017-03-23 09:36:00 45 -#> 9547 25 A69-1303-555 14704 2017-03-23 09:40:00 45 -#> 9548 25 A69-1303-555 14705 2017-03-23 09:42:00 45 -#> 9549 25 A69-1303-555 14706 2017-03-23 09:44:00 45 -#> 9550 25 A69-1303-555 14708 2017-03-23 09:46:00 45 -#> 9551 25 A69-1303-555 14710 2017-03-23 09:48:00 45 -#> 9552 25 A69-1303-555 14711 2017-03-23 09:50:00 45 -#> 9553 25 A69-1303-555 14712 2017-03-23 09:52:00 45 -#> 9554 25 A69-1303-555 14713 2017-03-23 09:54:00 45 -#> 9555 25 A69-1303-555 14715 2017-03-23 09:56:00 45 -#> 9556 25 A69-1303-555 14717 2017-03-23 09:58:00 45 -#> 9557 25 A69-1303-555 14719 2017-03-23 10:00:00 45 -#> 9558 25 A69-1303-555 14721 2017-03-23 10:02:00 45 -#> 9559 25 A69-1303-555 14722 2017-03-23 10:04:00 45 -#> 9560 25 A69-1303-555 14724 2017-03-23 10:06:00 45 -#> 9561 25 A69-1303-555 14725 2017-03-23 10:12:00 45 -#> 9562 25 A69-1303-555 14727 2017-03-23 10:16:00 45 -#> 9563 25 A69-1303-555 14729 2017-03-23 10:18:00 45 -#> 9564 25 A69-1303-555 14731 2017-03-23 10:22:00 45 -#> 9565 25 A69-1303-555 14732 2017-03-23 10:24:00 45 -#> 9566 25 A69-1303-555 14734 2017-03-23 10:26:00 45 -#> 9567 25 A69-1303-555 14735 2017-03-23 10:28:00 45 -#> 9568 25 A69-1303-555 14737 2017-03-23 10:32:00 45 -#> 9569 25 A69-1303-555 14738 2017-03-23 10:34:00 45 -#> 9570 25 A69-1303-555 14740 2017-03-23 10:38:00 45 -#> 9571 25 A69-1303-555 14742 2017-03-23 10:40:00 45 -#> 9572 25 A69-1303-555 14744 2017-03-23 10:42:00 45 -#> 9573 25 A69-1303-555 14745 2017-03-23 10:46:00 45 -#> 9574 25 A69-1303-555 14746 2017-03-23 10:48:00 45 -#> 9575 25 A69-1303-555 14747 2017-03-23 10:50:00 45 -#> 9576 25 A69-1303-555 14748 2017-03-23 10:52:00 45 -#> 9577 25 A69-1303-555 14749 2017-03-23 10:56:00 45 -#> 9578 25 A69-1303-555 14752 2017-03-23 10:58:00 45 -#> 9579 25 A69-1303-555 14753 2017-03-23 11:00:00 45 -#> 9580 25 A69-1303-555 14755 2017-03-23 11:02:00 45 -#> 9581 25 A69-1303-555 14756 2017-03-23 11:06:00 45 -#> 9582 25 A69-1303-555 14758 2017-03-23 11:08:00 45 -#> 9583 25 A69-1303-555 14759 2017-03-23 11:10:00 45 -#> 9584 25 A69-1303-555 14760 2017-03-23 11:12:00 45 -#> 9585 25 A69-1303-555 14762 2017-03-23 11:16:00 45 -#> 9586 25 A69-1303-555 14764 2017-03-23 11:18:00 45 -#> 9587 25 A69-1303-555 14765 2017-03-23 11:22:00 45 -#> 9588 25 A69-1303-555 14766 2017-03-23 11:24:00 45 -#> 9589 25 A69-1303-555 14767 2017-03-23 11:26:00 45 -#> 9590 25 A69-1303-555 14768 2017-03-23 11:28:00 45 -#> 9591 25 A69-1303-555 14769 2017-03-23 11:34:00 45 -#> 9592 25 A69-1303-555 14772 2017-03-23 11:36:00 45 -#> 9593 25 A69-1303-555 14774 2017-03-23 11:38:00 45 -#> 9594 25 A69-1303-555 14775 2017-03-23 11:40:00 45 -#> 9595 25 A69-1303-555 14776 2017-03-23 11:42:00 45 -#> 9596 25 A69-1303-555 14777 2017-03-23 11:46:00 45 -#> 9597 25 A69-1303-555 14778 2017-03-23 11:48:00 45 -#> 9598 25 A69-1303-555 14779 2017-03-23 11:50:00 45 -#> 9599 25 A69-1303-555 14782 2017-03-23 11:52:00 45 -#> 9600 25 A69-1303-555 14783 2017-03-23 11:54:00 45 -#> 9601 25 A69-1303-555 14784 2017-03-23 11:58:00 45 -#> 9602 25 A69-1303-555 14785 2017-03-23 12:02:00 45 -#> 9603 25 A69-1303-555 14786 2017-03-23 12:06:00 45 -#> 9604 25 A69-1303-555 14787 2017-03-23 12:08:00 45 -#> 9605 25 A69-1303-555 14788 2017-03-23 12:16:00 45 -#> 9606 25 A69-1303-555 14789 2017-03-23 12:18:00 45 -#> 9607 25 A69-1303-555 14790 2017-03-23 12:20:00 45 -#> 9608 25 A69-1303-555 14791 2017-03-23 12:24:00 45 -#> 9609 25 A69-1303-555 14792 2017-03-23 12:26:00 45 -#> 9610 25 A69-1303-555 14793 2017-03-23 12:32:00 45 -#> 9611 25 A69-1303-555 14794 2017-03-23 12:34:00 45 -#> 9612 25 A69-1303-555 14795 2017-03-23 12:36:00 45 -#> 9613 25 A69-1303-555 14796 2017-03-23 12:38:00 45 -#> 9614 25 A69-1303-555 14797 2017-03-23 12:44:00 45 -#> 9615 25 A69-1303-555 14798 2017-03-23 12:46:00 45 -#> 9616 25 A69-1303-555 14799 2017-03-23 12:48:00 45 -#> 9617 25 A69-1303-555 14800 2017-03-23 12:50:00 45 -#> 9618 25 A69-1303-555 14802 2017-03-23 12:52:00 45 -#> 9619 25 A69-1303-555 14803 2017-03-23 12:56:00 45 -#> 9620 25 A69-1303-555 14804 2017-03-23 12:58:00 45 -#> 9621 25 A69-1303-555 14805 2017-03-23 13:04:00 45 -#> 9622 25 A69-1303-555 14806 2017-03-23 13:06:00 45 -#> 9623 25 A69-1303-555 14807 2017-03-23 13:14:00 45 -#> 9624 25 A69-1303-555 14808 2017-03-23 13:16:00 45 -#> 9625 25 A69-1303-555 14809 2017-03-23 13:20:00 45 -#> 9626 25 A69-1303-555 14810 2017-03-23 13:22:00 45 -#> 9627 25 A69-1303-555 14812 2017-03-23 13:24:00 45 -#> 9628 25 A69-1303-555 14814 2017-03-23 13:26:00 45 -#> 9629 25 A69-1303-555 14817 2017-03-23 13:28:00 45 -#> 9630 25 A69-1303-555 14818 2017-03-23 13:32:00 45 -#> 9631 25 A69-1303-555 14821 2017-03-23 13:34:00 45 -#> 9632 25 A69-1303-555 14822 2017-03-23 13:36:00 45 -#> 9633 25 A69-1303-555 14824 2017-03-23 13:38:00 45 -#> 9634 25 A69-1303-555 14825 2017-03-23 13:40:00 45 -#> 9635 25 A69-1303-555 14828 2017-03-23 13:42:00 45 -#> 9636 25 A69-1303-555 14829 2017-03-23 13:44:00 45 -#> 9637 25 A69-1303-555 14831 2017-03-23 13:48:00 45 -#> 9638 25 A69-1303-555 14832 2017-03-23 13:52:00 45 -#> 9639 25 A69-1303-555 14833 2017-03-23 14:02:00 45 -#> 9640 25 A69-1303-555 14834 2017-03-23 14:08:00 45 -#> 9641 25 A69-1303-555 14836 2017-03-23 14:10:00 45 -#> 9642 25 A69-1303-555 14839 2017-03-23 14:12:00 45 -#> 9643 25 A69-1303-555 14840 2017-03-23 17:06:00 45 -#> 9644 25 A69-1303-555 14841 2017-03-23 17:08:00 45 -#> 9645 25 A69-1303-555 14843 2017-03-23 17:22:00 45 -#> 9646 25 A69-1303-555 14844 2017-03-23 17:26:00 45 -#> 9647 25 A69-1303-555 14845 2017-03-23 17:32:00 45 -#> 9648 25 A69-1303-555 14848 2017-03-23 17:34:00 45 -#> 9649 25 A69-1303-555 14849 2017-03-23 17:38:00 45 -#> 9650 25 A69-1303-555 14851 2017-03-23 17:44:00 45 -#> 9651 25 A69-1303-555 14852 2017-03-23 17:46:00 45 -#> 9652 25 A69-1303-555 14853 2017-03-23 17:48:00 45 -#> 9653 25 A69-1303-555 14854 2017-03-23 17:50:00 45 -#> 9654 25 A69-1303-555 14855 2017-03-23 17:52:00 45 -#> 9655 25 A69-1303-555 14857 2017-03-23 18:00:00 45 -#> 9656 25 A69-1303-555 14858 2017-03-23 18:04:00 45 -#> 9657 25 A69-1303-555 14859 2017-03-23 18:08:00 45 -#> 9658 25 A69-1303-555 14860 2017-03-23 18:24:00 45 -#> 9659 25 A69-1303-555 14862 2017-03-23 18:26:00 45 -#> 9660 25 A69-1303-555 14863 2017-03-23 18:28:00 45 -#> 9661 25 A69-1303-555 14865 2017-03-23 18:30:00 45 -#> 9662 25 A69-1303-555 14867 2017-03-23 18:32:00 45 -#> 9663 25 A69-1303-555 14869 2017-03-23 18:36:00 45 -#> 9664 25 A69-1303-555 14871 2017-03-23 18:38:00 45 -#> 9665 25 A69-1303-555 14872 2017-03-23 18:40:00 45 -#> 9666 25 A69-1303-555 14873 2017-03-23 18:42:00 45 -#> 9667 25 A69-1303-555 14874 2017-03-23 18:44:00 45 -#> 9668 25 A69-1303-555 14875 2017-03-23 18:50:00 45 -#> 9669 25 A69-1303-555 14876 2017-03-23 18:54:00 45 -#> 9670 25 A69-1303-555 14877 2017-03-23 19:02:00 45 -#> 9671 25 A69-1303-555 14879 2017-03-23 19:06:00 45 -#> 9672 25 A69-1303-555 14880 2017-03-23 19:08:00 45 -#> 9673 25 A69-1303-555 14881 2017-03-23 19:10:00 45 -#> 9674 25 A69-1303-555 14883 2017-03-23 19:12:00 45 -#> 9675 25 A69-1303-555 14884 2017-03-23 19:16:00 45 -#> 9676 25 A69-1303-555 14886 2017-03-23 19:18:00 45 -#> 9677 25 A69-1303-555 14888 2017-03-23 19:20:00 45 -#> 9678 25 A69-1303-555 14890 2017-03-23 19:22:00 45 -#> 9679 25 A69-1303-555 14892 2017-03-23 19:24:00 45 -#> 9680 25 A69-1303-555 14894 2017-03-23 19:26:00 45 -#> 9681 25 A69-1303-555 14896 2017-03-23 19:28:00 45 -#> 9682 25 A69-1303-555 14897 2017-03-23 19:30:00 45 -#> 9683 25 A69-1303-555 14898 2017-03-23 19:32:00 45 -#> 9684 25 A69-1303-555 14899 2017-03-23 19:34:00 45 -#> 9685 25 A69-1303-555 14900 2017-03-23 19:36:00 45 -#> 9686 25 A69-1303-555 14901 2017-03-23 19:38:00 45 -#> 9687 25 A69-1303-555 14902 2017-03-23 19:42:00 45 -#> 9688 25 A69-1303-555 14903 2017-03-23 19:44:00 45 -#> 9689 25 A69-1303-555 14906 2017-03-23 19:58:00 56 -#> 9690 25 A69-1303-555 14907 2017-03-23 20:00:00 45 -#> 9691 25 A69-1303-555 14909 2017-03-23 20:02:00 56 -#> 9692 25 A69-1303-555 14910 2017-03-23 20:02:00 45 -#> 9693 25 A69-1303-555 14911 2017-03-23 20:04:00 45 -#> 9694 25 A69-1303-555 14913 2017-03-23 20:06:00 56 -#> 9695 25 A69-1303-555 14914 2017-03-23 20:06:00 45 -#> 9696 25 A69-1303-555 14917 2017-03-23 20:08:00 56 -#> 9697 25 A69-1303-555 14918 2017-03-23 20:08:00 45 -#> 9698 25 A69-1303-555 14919 2017-03-23 20:10:00 45 -#> 9699 25 A69-1303-555 14920 2017-03-23 20:10:00 56 -#> 9700 25 A69-1303-555 14923 2017-03-23 20:12:00 45 -#> 9701 25 A69-1303-555 14924 2017-03-23 20:12:00 56 -#> 9702 25 A69-1303-555 14926 2017-03-23 20:14:00 56 -#> 9703 25 A69-1303-555 14928 2017-03-23 20:16:00 45 -#> 9704 25 A69-1303-555 14929 2017-03-23 20:16:00 56 -#> 9705 25 A69-1303-555 14930 2017-03-23 20:18:00 56 -#> 9706 25 A69-1303-555 14932 2017-03-23 20:20:00 56 -#> 9707 25 A69-1303-555 14934 2017-03-23 20:20:00 45 -#> 9708 25 A69-1303-555 14935 2017-03-23 20:22:00 45 -#> 9709 25 A69-1303-555 14936 2017-03-23 20:22:00 56 -#> 9710 25 A69-1303-555 14938 2017-03-23 20:24:00 56 -#> 9711 25 A69-1303-555 14939 2017-03-23 20:24:00 45 -#> 9712 25 A69-1303-555 14940 2017-03-23 20:26:00 56 -#> 9713 25 A69-1303-555 14941 2017-03-23 20:28:00 56 -#> 9714 25 A69-1303-555 14943 2017-03-23 20:30:00 56 -#> 9715 25 A69-1303-555 14944 2017-03-23 20:32:00 56 -#> 9716 25 A69-1303-555 14946 2017-03-23 20:36:00 56 -#> 9717 25 A69-1303-555 14948 2017-03-23 20:38:00 56 -#> 9718 25 A69-1303-555 14950 2017-03-23 20:40:00 45 -#> 9719 25 A69-1303-555 14951 2017-03-23 20:40:00 56 -#> 9720 25 A69-1303-555 14953 2017-03-23 20:42:00 56 -#> 9721 25 A69-1303-555 14954 2017-03-23 20:42:00 45 -#> 9722 25 A69-1303-555 14955 2017-03-23 20:44:00 56 -#> 9723 25 A69-1303-555 14956 2017-03-23 20:44:00 45 -#> 9724 25 A69-1303-555 14958 2017-03-23 20:46:00 45 -#> 9725 25 A69-1303-555 14959 2017-03-23 20:48:00 45 -#> 9726 25 A69-1303-555 14962 2017-03-23 20:50:00 45 -#> 9727 25 A69-1303-555 14963 2017-03-23 20:52:00 45 -#> 9728 25 A69-1303-555 14965 2017-03-23 20:54:00 45 -#> 9729 25 A69-1303-555 14966 2017-03-23 20:56:00 45 -#> 9730 25 A69-1303-555 14967 2017-03-23 20:58:00 56 -#> 9731 25 A69-1303-555 14968 2017-03-23 20:58:00 45 -#> 9732 25 A69-1303-555 14969 2017-03-23 21:04:00 56 -#> 9733 25 A69-1303-555 14970 2017-03-23 21:04:00 45 -#> 9734 25 A69-1303-555 14971 2017-03-23 21:06:00 45 -#> 9735 25 A69-1303-555 14973 2017-03-23 21:08:00 45 -#> 9736 25 A69-1303-555 14974 2017-03-23 21:10:00 45 -#> 9737 25 A69-1303-555 14975 2017-03-23 21:12:00 45 -#> 9738 25 A69-1303-555 14976 2017-03-23 21:14:00 45 -#> 9739 25 A69-1303-555 14978 2017-03-23 21:18:00 45 -#> 9740 25 A69-1303-555 14980 2017-03-23 21:20:00 45 -#> 9741 25 A69-1303-555 14981 2017-03-23 21:22:00 45 -#> 9742 25 A69-1303-555 14983 2017-03-23 21:24:00 45 -#> 9743 25 A69-1303-555 14985 2017-03-23 21:26:00 45 -#> 9744 25 A69-1303-555 14986 2017-03-23 21:30:00 45 -#> 9745 25 A69-1303-555 14988 2017-03-23 21:32:00 45 -#> 9746 25 A69-1303-555 14991 2017-03-23 21:34:00 45 -#> 9747 25 A69-1303-555 14993 2017-03-23 21:36:00 45 -#> 9748 25 A69-1303-555 14995 2017-03-23 21:38:00 45 -#> 9749 25 A69-1303-555 14996 2017-03-23 21:40:00 45 -#> 9750 25 A69-1303-555 14997 2017-03-25 00:06:00 51 -#> 9751 25 A69-1303-555 14999 2017-03-25 00:08:00 51 -#> 9752 25 A69-1303-555 15000 2017-03-25 00:10:00 51 -#> 9753 25 A69-1303-555 15001 2017-03-25 00:12:00 50 -#> 9754 25 A69-1303-555 15002 2017-03-25 00:16:00 50 -#> 9755 25 A69-1303-555 15003 2017-03-27 22:50:00 51 -#> 9756 25 A69-1303-555 15004 2017-03-27 22:54:00 51 -#> 9757 25 A69-1303-555 15006 2017-03-27 22:56:00 51 -#> 9758 25 A69-1303-555 15007 2017-03-27 22:58:00 51 -#> 9759 25 A69-1303-555 15008 2017-03-27 23:00:00 51 -#> 9760 25 A69-1303-555 15009 2017-03-27 23:02:00 51 -#> 9761 25 A69-1303-555 15012 2017-03-27 23:04:00 51 -#> 9762 25 A69-1303-555 15013 2017-03-27 23:06:00 51 -#> 9763 25 A69-1303-555 15014 2017-03-27 23:08:00 51 -#> 9764 25 A69-1303-555 15015 2017-03-27 23:10:00 51 -#> 9765 25 A69-1303-555 15018 2017-03-27 23:12:00 51 -#> 9766 25 A69-1303-555 15019 2017-03-27 23:14:00 51 -#> 9767 25 A69-1303-555 15020 2017-03-27 23:16:00 51 -#> 9768 25 A69-1303-555 15023 2017-03-27 23:18:00 51 -#> 9769 25 A69-1303-555 15024 2017-03-27 23:20:00 51 -#> 9770 25 A69-1303-555 15027 2017-03-27 23:22:00 51 -#> 9771 25 A69-1303-555 15029 2017-03-27 23:24:00 51 -#> 9772 25 A69-1303-555 15030 2017-03-27 23:26:00 51 -#> 9773 25 A69-1303-555 15032 2017-03-27 23:28:00 51 -#> 9774 25 A69-1303-555 15033 2017-03-27 23:30:00 51 -#> 9775 25 A69-1303-555 15034 2017-03-27 23:32:00 51 -#> 9776 25 A69-1303-555 15035 2017-03-27 23:38:00 51 -#> 9777 25 A69-1303-555 15036 2017-03-28 11:22:00 48 -#> 9778 25 A69-1303-555 15037 2017-03-28 11:24:00 48 -#> 9779 25 A69-1303-555 15038 2017-03-28 11:26:00 48 -#> 9780 25 A69-1303-555 15041 2017-03-28 11:28:00 48 -#> 9781 25 A69-1303-555 15042 2017-03-28 11:30:00 48 -#> 9782 25 A69-1303-555 15043 2017-03-28 11:32:00 48 -#> 9783 25 A69-1303-555 15046 2017-03-28 11:34:00 48 -#> 9784 25 A69-1303-555 15047 2017-03-28 11:36:00 48 -#> 9785 25 A69-1303-555 15049 2017-03-28 11:38:00 48 -#> 9786 25 A69-1303-555 15051 2017-03-28 11:40:00 48 -#> 9787 25 A69-1303-555 15052 2017-03-28 11:42:00 48 -#> 9788 25 A69-1303-555 15054 2017-03-28 11:44:00 48 -#> 9789 25 A69-1303-555 15055 2017-03-28 11:46:00 48 -#> 9790 25 A69-1303-555 15057 2017-03-28 11:48:00 48 -#> 9791 25 A69-1303-555 15059 2017-03-29 00:42:00 45 -#> 9792 25 A69-1303-555 15060 2017-03-29 00:44:00 45 -#> 9793 25 A69-1303-555 15061 2017-03-29 00:56:00 45 -#> 9794 25 A69-1303-555 15062 2017-03-29 00:58:00 45 -#> 9795 25 A69-1303-555 15063 2017-03-29 01:00:00 45 -#> 9796 25 A69-1303-555 15064 2017-03-29 01:22:00 45 -#> 9797 25 A69-1303-555 15065 2017-03-29 01:32:00 45 -#> 9798 25 A69-1303-555 15066 2017-03-29 01:38:00 45 -#> 9799 25 A69-1303-555 15067 2017-03-29 01:40:00 45 -#> 9800 25 A69-1303-555 15068 2017-03-29 01:44:00 45 -#> 9801 25 A69-1303-555 15070 2017-03-29 01:50:00 45 -#> 9802 25 A69-1303-555 15072 2017-03-29 01:52:00 45 -#> 9803 25 A69-1303-555 15073 2017-03-29 01:54:00 45 -#> 9804 25 A69-1303-555 15074 2017-03-29 01:56:00 45 -#> 9805 25 A69-1303-555 15075 2017-03-29 01:58:00 45 -#> 9806 25 A69-1303-555 15077 2017-03-29 02:00:00 45 -#> 9807 25 A69-1303-555 15079 2017-03-29 02:02:00 45 -#> 9808 25 A69-1303-555 15081 2017-03-29 02:08:00 45 -#> 9809 25 A69-1303-555 15082 2017-03-29 02:12:00 45 -#> 9810 25 A69-1303-555 15084 2017-03-29 02:14:00 45 -#> 9811 25 A69-1303-555 15085 2017-03-29 02:16:00 45 -#> 9812 25 A69-1303-555 15087 2017-03-29 02:18:00 45 -#> 9813 25 A69-1303-555 15089 2017-03-29 02:20:00 45 -#> 9814 25 A69-1303-555 15091 2017-03-29 02:22:00 45 -#> 9815 25 A69-1303-555 15092 2017-03-29 02:24:00 45 -#> 9816 25 A69-1303-555 15094 2017-03-29 02:28:00 45 -#> 9817 25 A69-1303-555 15096 2017-03-29 02:30:00 45 -#> 9818 25 A69-1303-555 15097 2017-03-29 02:32:00 45 -#> 9819 25 A69-1303-555 15098 2017-03-29 02:34:00 45 -#> 9820 25 A69-1303-555 15100 2017-03-29 02:36:00 45 -#> 9821 25 A69-1303-555 15101 2017-03-29 02:38:00 45 -#> 9822 25 A69-1303-555 15102 2017-03-29 02:40:00 45 -#> 9823 25 A69-1303-555 15103 2017-03-29 02:42:00 45 -#> 9824 25 A69-1303-555 15104 2017-03-29 02:44:00 45 -#> 9825 25 A69-1303-555 15106 2017-03-29 02:46:00 45 -#> 9826 25 A69-1303-555 15107 2017-03-29 02:48:00 45 -#> 9827 25 A69-1303-555 15108 2017-03-29 02:50:00 45 -#> 9828 25 A69-1303-555 15110 2017-03-29 02:52:00 45 -#> 9829 25 A69-1303-555 15112 2017-03-29 02:54:00 45 -#> 9830 25 A69-1303-555 15114 2017-03-29 02:56:00 45 -#> 9831 25 A69-1303-555 15116 2017-03-29 02:58:00 45 -#> 9832 25 A69-1303-555 15118 2017-03-29 03:00:00 45 -#> 9833 25 A69-1303-555 15120 2017-03-29 03:02:00 45 -#> 9834 25 A69-1303-555 15121 2017-03-29 03:04:00 45 -#> 9835 25 A69-1303-555 15123 2017-03-29 03:06:00 45 -#> 9836 25 A69-1303-555 15124 2017-03-29 03:08:00 45 -#> 9837 25 A69-1303-555 15125 2017-03-29 03:10:00 45 -#> 9838 25 A69-1303-555 15127 2017-03-29 03:12:00 45 -#> 9839 25 A69-1303-555 15130 2017-03-29 03:14:00 45 -#> 9840 25 A69-1303-555 15132 2017-03-29 03:16:00 45 -#> 9841 25 A69-1303-555 15134 2017-03-29 03:18:00 45 -#> 9842 25 A69-1303-555 15135 2017-03-29 03:20:00 45 -#> 9843 25 A69-1303-555 15137 2017-03-29 03:22:00 45 -#> 9844 25 A69-1303-555 15139 2017-03-29 03:24:00 45 -#> 9845 25 A69-1303-555 15140 2017-03-29 03:26:00 45 -#> 9846 25 A69-1303-555 15142 2017-03-29 03:28:00 45 -#> 9847 25 A69-1303-555 15143 2017-03-29 03:30:00 45 -#> 9848 25 A69-1303-555 15145 2017-03-29 03:32:00 45 -#> 9849 25 A69-1303-555 15147 2017-03-29 03:34:00 45 -#> 9850 25 A69-1303-555 15150 2017-03-29 03:36:00 45 -#> 9851 25 A69-1303-555 15152 2017-03-29 03:38:00 45 -#> 9852 25 A69-1303-555 15154 2017-03-29 03:40:00 45 -#> 9853 25 A69-1303-555 15155 2017-03-29 03:42:00 45 -#> 9854 25 A69-1303-555 15156 2017-03-29 03:44:00 45 -#> 9855 25 A69-1303-555 15158 2017-03-29 03:46:00 45 -#> 9856 25 A69-1303-555 15160 2017-03-29 03:48:00 45 -#> 9857 25 A69-1303-555 15162 2017-03-29 03:50:00 45 -#> 9858 25 A69-1303-555 15164 2017-03-29 03:52:00 45 -#> 9859 25 A69-1303-555 15165 2017-03-29 03:54:00 45 -#> 9860 25 A69-1303-555 15167 2017-03-29 03:56:00 45 -#> 9861 25 A69-1303-555 15168 2017-03-29 03:58:00 45 -#> 9862 25 A69-1303-555 15169 2017-03-29 04:00:00 45 -#> 9863 25 A69-1303-555 15172 2017-03-29 04:02:00 45 -#> 9864 25 A69-1303-555 15174 2017-03-29 04:04:00 45 -#> 9865 25 A69-1303-555 15175 2017-03-29 04:08:00 45 -#> 9866 25 A69-1303-555 15177 2017-03-29 04:10:00 45 -#> 9867 25 A69-1303-555 15178 2017-03-29 04:12:00 45 -#> 9868 25 A69-1303-555 15180 2017-03-29 04:14:00 45 -#> 9869 25 A69-1303-555 15181 2017-03-29 04:16:00 45 -#> 9870 25 A69-1303-555 15182 2017-03-29 04:18:00 45 -#> 9871 25 A69-1303-555 15184 2017-03-29 04:20:00 45 -#> 9872 25 A69-1303-555 15185 2017-03-29 04:22:00 45 -#> 9873 25 A69-1303-555 15187 2017-03-29 04:24:00 45 -#> 9874 25 A69-1303-555 15188 2017-03-29 04:26:00 45 -#> 9875 25 A69-1303-555 15190 2017-03-29 04:28:00 45 -#> 9876 25 A69-1303-555 15192 2017-03-29 04:30:00 45 -#> 9877 25 A69-1303-555 15194 2017-03-29 04:32:00 45 -#> 9878 25 A69-1303-555 15195 2017-03-29 04:34:00 45 -#> 9879 25 A69-1303-555 15197 2017-03-29 04:36:00 45 -#> 9880 25 A69-1303-555 15199 2017-03-29 04:38:00 45 -#> 9881 25 A69-1303-555 15200 2017-03-29 04:40:00 45 -#> 9882 25 A69-1303-555 15202 2017-03-29 04:42:00 45 -#> 9883 25 A69-1303-555 15204 2017-03-29 04:44:00 45 -#> 9884 25 A69-1303-555 15206 2017-03-29 04:46:00 45 -#> 9885 25 A69-1303-555 15209 2017-03-29 04:48:00 45 -#> 9886 25 A69-1303-555 15210 2017-03-29 04:50:00 45 -#> 9887 25 A69-1303-555 15213 2017-03-29 04:52:00 45 -#> 9888 25 A69-1303-555 15214 2017-03-29 04:54:00 45 -#> 9889 25 A69-1303-555 15217 2017-03-29 04:58:00 45 -#> 9890 25 A69-1303-555 15219 2017-03-29 05:00:00 45 -#> 9891 25 A69-1303-555 15220 2017-03-29 05:02:00 45 -#> 9892 25 A69-1303-555 15223 2017-03-29 05:04:00 45 -#> 9893 25 A69-1303-555 15224 2017-03-29 05:06:00 45 -#> 9894 25 A69-1303-555 15225 2017-03-29 05:10:00 56 -#> 9895 25 A69-1303-555 15226 2017-03-29 05:12:00 45 -#> 9896 25 A69-1303-555 15227 2017-03-29 05:14:00 45 -#> 9897 25 A69-1303-555 15228 2017-03-29 05:16:00 45 -#> 9898 25 A69-1303-555 15230 2017-03-29 05:18:00 45 -#> 9899 25 A69-1303-555 15232 2017-03-29 05:20:00 45 -#> 9900 25 A69-1303-555 15233 2017-03-29 05:22:00 45 -#> 9901 25 A69-1303-555 15234 2017-03-29 05:24:00 45 -#> 9902 25 A69-1303-555 15236 2017-03-29 05:26:00 56 -#> 9903 25 A69-1303-555 15237 2017-03-29 05:26:00 45 -#> 9904 25 A69-1303-555 15239 2017-03-29 05:28:00 45 -#> 9905 25 A69-1303-555 15241 2017-03-29 05:30:00 56 -#> 9906 25 A69-1303-555 15242 2017-03-29 05:30:00 45 -#> 9907 25 A69-1303-555 15244 2017-03-29 05:32:00 45 -#> 9908 25 A69-1303-555 15246 2017-03-29 05:34:00 45 -#> 9909 25 A69-1303-555 15247 2017-03-29 05:36:00 56 -#> 9910 25 A69-1303-555 15249 2017-03-29 05:36:00 45 -#> 9911 25 A69-1303-555 15250 2017-03-29 05:38:00 45 -#> 9912 25 A69-1303-555 15251 2017-03-29 05:38:00 56 -#> 9913 25 A69-1303-555 15253 2017-03-29 05:40:00 56 -#> 9914 25 A69-1303-555 15255 2017-03-29 05:40:00 45 -#> 9915 25 A69-1303-555 15256 2017-03-29 05:42:00 56 -#> 9916 25 A69-1303-555 15257 2017-03-29 05:42:00 45 -#> 9917 25 A69-1303-555 15258 2017-03-29 05:46:00 45 -#> 9918 25 A69-1303-555 15261 2017-03-29 06:00:00 45 -#> 9919 25 A69-1303-555 15263 2017-03-29 06:02:00 45 -#> 9920 25 A69-1303-555 15265 2017-03-29 06:04:00 45 -#> 9921 25 A69-1303-555 15266 2017-03-29 06:06:00 45 -#> 9922 25 A69-1303-555 15267 2017-03-29 06:20:00 45 -#> 9923 25 A69-1303-555 15268 2017-03-29 08:56:00 48 -#> 9924 25 A69-1303-555 15270 2017-03-29 08:58:00 48 -#> 9925 25 A69-1303-555 15271 2017-03-29 09:00:00 48 -#> 9926 25 A69-1303-555 15272 2017-03-29 09:02:00 48 -#> 9927 25 A69-1303-555 15273 2017-03-29 09:04:00 48 -#> 9928 25 A69-1303-555 15275 2017-03-29 09:06:00 48 -#> 9929 25 A69-1303-555 15276 2017-03-29 09:08:00 48 -#> 9930 25 A69-1303-555 15278 2017-03-29 09:10:00 48 -#> 9931 25 A69-1303-555 15280 2017-03-29 09:14:00 48 -#> 9932 25 A69-1303-555 15281 2017-03-29 09:16:00 48 -#> 9933 25 A69-1303-555 15283 2017-03-29 09:18:00 48 -#> 9934 25 A69-1303-555 15285 2017-03-29 09:20:00 48 -#> 9935 25 A69-1303-555 15286 2017-03-29 09:22:00 48 -#> 9936 25 A69-1303-555 15289 2017-03-29 09:24:00 48 -#> 9937 25 A69-1303-555 15290 2017-04-01 02:58:00 49 -#> 9938 25 A69-1303-555 15291 2017-04-01 03:28:00 49 -#> 9939 25 A69-1303-555 15292 2017-04-01 03:30:00 49 -#> 9940 25 A69-1303-555 15293 2017-04-01 03:32:00 49 -#> 9941 25 A69-1303-555 15294 2017-04-01 03:36:00 53 -#> 9942 25 A69-1303-555 15295 2017-04-01 03:36:00 49 -#> 9943 25 A69-1303-555 15296 2017-04-01 03:38:00 53 -#> 9944 25 A69-1303-555 15297 2017-04-01 03:48:00 49 -#> 9945 25 A69-1303-555 15298 2017-04-01 03:52:00 53 -#> 9946 25 A69-1303-555 15299 2017-04-01 03:54:00 53 -#> 9947 25 A69-1303-555 15300 2017-04-01 04:02:00 53 -#> 9948 25 A69-1303-555 15301 2017-04-01 04:04:00 53 -#> 9949 25 A69-1303-555 15302 2017-04-01 04:06:00 53 -#> 9950 25 A69-1303-555 15303 2017-04-01 04:12:00 53 -#> 9951 25 A69-1303-555 15305 2017-04-01 04:16:00 53 -#> 9952 25 A69-1303-555 15308 2017-04-01 04:18:00 53 -#> 9953 25 A69-1303-555 15309 2017-04-01 04:20:00 53 -#> 9954 25 A69-1303-555 15310 2017-04-01 04:22:00 53 -#> 9955 25 A69-1303-555 15311 2017-04-01 04:24:00 53 -#> 9956 25 A69-1303-555 15312 2017-04-01 04:26:00 53 -#> 9957 25 A69-1303-555 15315 2017-04-01 04:28:00 49 -#> 9958 25 A69-1303-555 15316 2017-04-01 04:28:00 53 -#> 9959 25 A69-1303-555 15318 2017-04-01 04:30:00 53 -#> 9960 25 A69-1303-555 15319 2017-04-01 04:32:00 53 -#> 9961 25 A69-1303-555 15320 2017-04-01 04:34:00 53 -#> 9962 25 A69-1303-555 15321 2017-04-01 04:34:00 49 -#> 9963 25 A69-1303-555 15322 2017-04-01 04:36:00 53 -#> 9964 25 A69-1303-555 15324 2017-04-01 04:42:00 53 -#> 9965 25 A69-1303-555 15325 2017-04-01 04:42:00 49 -#> 9966 25 A69-1303-555 15326 2017-04-01 04:44:00 53 -#> 9967 25 A69-1303-555 15327 2017-04-03 00:46:00 45 -#> 9968 25 A69-1303-555 15328 2017-04-03 00:50:00 45 -#> 9969 25 A69-1303-555 15329 2017-04-03 00:52:00 45 -#> 9970 25 A69-1303-555 15331 2017-04-03 00:54:00 45 -#> 9971 25 A69-1303-555 15333 2017-04-03 00:56:00 45 -#> 9972 25 A69-1303-555 15334 2017-04-03 00:58:00 45 -#> 9973 25 A69-1303-555 15336 2017-04-03 01:00:00 45 -#> 9974 25 A69-1303-555 15338 2017-04-03 01:02:00 45 -#> 9975 25 A69-1303-555 15339 2017-04-03 01:04:00 45 -#> 9976 25 A69-1303-555 15340 2017-04-03 01:06:00 45 -#> 9977 25 A69-1303-555 15342 2017-04-03 01:08:00 45 -#> 9978 25 A69-1303-555 15344 2017-04-03 01:10:00 45 -#> 9979 25 A69-1303-555 15345 2017-04-03 01:20:00 45 -#> 9980 25 A69-1303-555 15346 2017-04-03 01:22:00 45 -#> 9981 25 A69-1303-555 15347 2017-04-03 01:26:00 45 -#> 9982 25 A69-1303-555 15348 2017-04-03 01:30:00 45 -#> 9983 25 A69-1303-555 15349 2017-04-03 01:32:00 45 -#> 9984 25 A69-1303-555 15350 2017-04-03 01:34:00 45 -#> 9985 25 A69-1303-555 15351 2017-04-03 01:36:00 45 -#> 9986 25 A69-1303-555 15353 2017-04-03 01:38:00 45 -#> 9987 25 A69-1303-555 15355 2017-04-03 01:40:00 45 -#> 9988 25 A69-1303-555 15356 2017-04-03 01:42:00 45 -#> 9989 25 A69-1303-555 15358 2017-04-03 01:44:00 45 -#> 9990 25 A69-1303-555 15360 2017-04-03 01:46:00 45 -#> 9991 25 A69-1303-555 15361 2017-04-03 01:48:00 45 -#> 9992 25 A69-1303-555 15363 2017-04-03 01:50:00 45 -#> 9993 25 A69-1303-555 15365 2017-04-03 01:52:00 45 -#> 9994 25 A69-1303-555 15367 2017-04-03 01:54:00 45 -#> 9995 25 A69-1303-555 15369 2017-04-03 01:56:00 45 -#> 9996 25 A69-1303-555 15370 2017-04-03 01:58:00 45 -#> 9997 25 A69-1303-555 15371 2017-04-03 02:00:00 45 -#> 9998 25 A69-1303-555 15372 2017-04-03 02:02:00 45 -#> 9999 25 A69-1303-555 15373 2017-04-03 02:04:00 45 -#> 10000 25 A69-1303-555 15376 2017-04-03 02:06:00 45 -#> 10001 25 A69-1303-555 15377 2017-04-03 02:08:00 45 -#> 10002 25 A69-1303-555 15378 2017-04-03 02:10:00 45 -#> 10003 25 A69-1303-555 15380 2017-04-03 02:12:00 45 -#> 10004 25 A69-1303-555 15382 2017-04-03 02:14:00 45 -#> 10005 25 A69-1303-555 15384 2017-04-03 02:16:00 45 -#> 10006 25 A69-1303-555 15386 2017-04-03 02:18:00 45 -#> 10007 25 A69-1303-555 15387 2017-04-03 02:20:00 45 -#> 10008 25 A69-1303-555 15388 2017-04-03 02:22:00 45 -#> 10009 25 A69-1303-555 15391 2017-04-03 02:24:00 45 -#> 10010 25 A69-1303-555 15393 2017-04-03 02:26:00 45 -#> 10011 25 A69-1303-555 15395 2017-04-03 02:28:00 45 -#> 10012 25 A69-1303-555 15397 2017-04-03 02:30:00 45 -#> 10013 25 A69-1303-555 15399 2017-04-03 02:32:00 45 -#> 10014 25 A69-1303-555 15400 2017-04-03 02:34:00 45 -#> 10015 25 A69-1303-555 15402 2017-04-03 02:36:00 45 -#> 10016 25 A69-1303-555 15403 2017-04-03 02:38:00 45 -#> 10017 25 A69-1303-555 15405 2017-04-03 02:40:00 45 -#> 10018 25 A69-1303-555 15407 2017-04-03 02:42:00 45 -#> 10019 25 A69-1303-555 15408 2017-04-03 02:44:00 45 -#> 10020 25 A69-1303-555 15409 2017-04-03 02:52:00 45 -#> 10021 25 A69-1303-555 15410 2017-04-03 02:54:00 45 -#> 10022 25 A69-1303-555 15411 2017-04-03 02:56:00 45 -#> 10023 25 A69-1303-555 15412 2017-04-03 02:58:00 45 -#> 10024 25 A69-1303-555 15413 2017-04-03 03:28:00 45 -#> 10025 25 A69-1303-555 15414 2017-04-03 03:38:00 45 -#> 10026 25 A69-1303-555 15416 2017-04-03 03:40:00 45 -#> 10027 25 A69-1303-555 15417 2017-04-03 03:42:00 45 -#> 10028 25 A69-1303-555 15418 2017-04-03 22:04:00 51 -#> 10029 25 A69-1303-555 15419 2017-04-03 22:18:00 51 -#> 10030 25 A69-1303-555 15420 2017-04-03 22:24:00 51 -#> 10031 25 A69-1303-555 15421 2017-04-03 22:36:00 51 -#> 10032 25 A69-1303-555 15422 2017-04-03 22:38:00 51 -#> 10033 25 A69-1303-555 15423 2017-04-03 22:40:00 51 -#> 10034 25 A69-1303-555 15424 2017-04-03 22:54:00 51 -#> 10035 25 A69-1303-555 15425 2017-04-03 22:56:00 51 -#> 10036 25 A69-1303-555 15426 2017-04-04 03:08:00 50 -#> 10037 25 A69-1303-555 15427 2017-04-04 03:10:00 50 -#> 10038 25 A69-1303-555 15428 2017-04-04 03:24:00 50 -#> 10039 25 A69-1303-555 15429 2017-04-04 03:26:00 50 -#> 10040 25 A69-1303-555 15431 2017-04-04 03:30:00 50 -#> 10041 25 A69-1303-555 15433 2017-04-04 03:32:00 50 -#> 10042 25 A69-1303-555 15435 2017-04-05 23:08:00 47 -#> 10043 25 A69-1303-555 15436 2017-04-05 23:14:00 47 -#> 10044 25 A69-1303-555 15437 2017-04-05 23:18:00 47 -#> 10045 25 A69-1303-555 15438 2017-04-05 23:20:00 47 -#> 10046 25 A69-1303-555 15440 2017-04-05 23:22:00 47 -#> 10047 25 A69-1303-555 15441 2017-04-05 23:24:00 47 -#> 10048 25 A69-1303-555 15443 2017-04-05 23:26:00 47 -#> 10049 25 A69-1303-555 15444 2017-04-05 23:28:00 47 -#> 10050 25 A69-1303-555 15446 2017-04-05 23:30:00 47 -#> 10051 25 A69-1303-555 15448 2017-04-05 23:32:00 47 -#> 10052 25 A69-1303-555 15449 2017-04-05 23:34:00 47 -#> 10053 25 A69-1303-555 15450 2017-04-05 23:38:00 47 -#> 10054 25 A69-1303-555 15452 2017-04-05 23:40:00 47 -#> 10055 25 A69-1303-555 15453 2017-04-05 23:42:00 47 -#> 10056 25 A69-1303-555 15455 2017-04-05 23:44:00 47 -#> 10057 25 A69-1303-555 15457 2017-04-05 23:46:00 47 -#> 10058 25 A69-1303-555 15458 2017-04-05 23:48:00 47 -#> 10059 25 A69-1303-555 15459 2017-04-05 23:52:00 47 -#> 10060 25 A69-1303-555 15461 2017-04-05 23:54:00 47 -#> 10061 25 A69-1303-555 15462 2017-04-05 23:56:00 47 -#> 10062 25 A69-1303-555 15464 2017-04-05 23:58:00 47 -#> 10063 25 A69-1303-555 15465 2017-04-06 00:00:00 47 -#> 10064 25 A69-1303-555 15466 2017-04-06 00:02:00 47 -#> 10065 25 A69-1303-555 15467 2017-04-06 00:04:00 47 -#> 10066 25 A69-1303-555 15469 2017-04-06 00:06:00 47 -#> 10067 25 A69-1303-555 15470 2017-04-06 00:08:00 47 -#> 10068 25 A69-1303-555 15472 2017-04-06 00:10:00 47 -#> 10069 25 A69-1303-555 15473 2017-04-06 00:12:00 47 -#> 10070 25 A69-1303-555 15474 2017-04-06 00:14:00 47 -#> 10071 25 A69-1303-555 15476 2017-04-06 00:18:00 47 -#> 10072 25 A69-1303-555 15478 2017-04-06 00:20:00 47 -#> 10073 25 A69-1303-555 15479 2017-04-06 00:22:00 47 -#> 10074 25 A69-1303-555 15480 2017-04-06 00:30:00 47 -#> 10075 25 A69-1303-555 15482 2017-04-06 00:32:00 47 -#> 10076 25 A69-1303-555 15483 2017-04-06 00:34:00 47 -#> 10077 25 A69-1303-555 15484 2017-04-06 00:36:00 47 -#> 10078 25 A69-1303-555 15486 2017-04-06 00:38:00 47 -#> 10079 25 A69-1303-555 15487 2017-04-06 00:40:00 47 -#> 10080 25 A69-1303-555 15489 2017-04-06 00:42:00 47 -#> 10081 25 A69-1303-555 15491 2017-04-06 00:44:00 47 -#> 10082 25 A69-1303-555 15493 2017-04-06 00:46:00 47 -#> 10083 25 A69-1303-555 15495 2017-04-06 00:48:00 47 -#> 10084 25 A69-1303-555 15497 2017-04-06 00:50:00 47 -#> 10085 25 A69-1303-555 15499 2017-04-06 00:52:00 47 -#> 10086 25 A69-1303-555 15501 2017-04-06 00:54:00 47 -#> 10087 25 A69-1303-555 15503 2017-04-06 00:56:00 47 -#> 10088 25 A69-1303-555 15505 2017-04-06 00:58:00 47 -#> 10089 25 A69-1303-555 15506 2017-04-06 01:00:00 47 -#> 10090 25 A69-1303-555 15507 2017-04-06 01:00:00 52 -#> 10091 25 A69-1303-555 15509 2017-04-06 01:02:00 47 -#> 10092 25 A69-1303-555 15510 2017-04-06 01:04:00 47 -#> 10093 25 A69-1303-555 15512 2017-04-06 01:04:00 52 -#> 10094 25 A69-1303-555 15513 2017-04-06 01:06:00 47 -#> 10095 25 A69-1303-555 15515 2017-04-06 01:08:00 47 -#> 10096 25 A69-1303-555 15516 2017-04-06 01:10:00 47 -#> 10097 25 A69-1303-555 15517 2017-04-06 01:10:00 52 -#> 10098 25 A69-1303-555 15520 2017-04-06 01:12:00 47 -#> 10099 25 A69-1303-555 15521 2017-04-06 01:14:00 47 -#> 10100 25 A69-1303-555 15523 2017-04-06 01:18:00 47 -#> 10101 25 A69-1303-555 15524 2017-04-06 01:18:00 52 -#> 10102 25 A69-1303-555 15526 2017-04-06 01:20:00 52 -#> 10103 25 A69-1303-555 15527 2017-04-06 01:20:00 47 -#> 10104 25 A69-1303-555 15528 2017-04-06 01:22:00 52 -#> 10105 25 A69-1303-555 15529 2017-04-06 01:22:00 47 -#> 10106 25 A69-1303-555 15530 2017-04-06 01:24:00 47 -#> 10107 25 A69-1303-555 15531 2017-04-06 01:24:00 52 -#> 10108 25 A69-1303-555 15534 2017-04-06 01:26:00 47 -#> 10109 25 A69-1303-555 15535 2017-04-06 01:26:00 52 -#> 10110 25 A69-1303-555 15539 2017-04-06 01:28:00 52 -#> 10111 25 A69-1303-555 15541 2017-04-06 01:32:00 52 -#> 10112 25 A69-1303-555 15542 2017-04-06 01:32:00 47 -#> 10113 25 A69-1303-555 15543 2017-04-06 01:34:00 52 -#> 10114 25 A69-1303-555 15544 2017-04-06 01:36:00 52 -#> 10115 25 A69-1303-555 15545 2017-04-06 01:36:00 47 -#> 10116 25 A69-1303-555 15546 2017-04-06 01:38:00 52 -#> 10117 25 A69-1303-555 15548 2017-04-06 01:42:00 52 -#> 10118 25 A69-1303-555 15550 2017-04-06 01:42:00 47 -#> 10119 25 A69-1303-555 15551 2017-04-06 01:44:00 47 -#> 10120 25 A69-1303-555 15552 2017-04-06 01:44:00 52 -#> 10121 25 A69-1303-555 15553 2017-04-06 01:46:00 52 -#> 10122 25 A69-1303-555 15554 2017-04-06 01:46:00 47 -#> 10123 25 A69-1303-555 15557 2017-04-06 01:50:00 52 -#> 10124 25 A69-1303-555 15558 2017-04-06 01:54:00 52 -#> 10125 25 A69-1303-555 15559 2017-04-06 01:56:00 52 -#> 10126 25 A69-1303-555 15561 2017-04-06 01:58:00 52 -#> 10127 25 A69-1303-555 15562 2017-04-06 02:00:00 52 -#> 10128 25 A69-1303-555 15563 2017-04-06 02:04:00 52 -#> 10129 25 A69-1303-555 15565 2017-04-06 02:06:00 52 -#> 10130 25 A69-1303-555 15566 2017-04-06 02:08:00 52 -#> 10131 25 A69-1303-555 15567 2017-04-06 02:10:00 52 -#> 10132 25 A69-1303-555 15569 2017-04-06 02:14:00 52 -#> 10133 25 A69-1303-555 15571 2017-04-06 02:16:00 47 -#> 10134 25 A69-1303-555 15572 2017-04-06 02:16:00 52 -#> 10135 25 A69-1303-555 15574 2017-04-06 02:18:00 47 -#> 10136 25 A69-1303-555 15575 2017-04-06 02:20:00 47 -#> 10137 25 A69-1303-555 15576 2017-04-06 02:22:00 47 -#> 10138 25 A69-1303-555 15577 2017-04-06 11:22:00 47 -#> 10139 25 A69-1303-555 15578 2017-04-06 11:32:00 47 -#> 10140 25 A69-1303-555 15579 2017-04-06 11:34:00 47 -#> 10141 25 A69-1303-555 15580 2017-04-06 11:40:00 47 -#> 10142 25 A69-1303-555 15581 2017-04-06 11:44:00 47 -#> 10143 25 A69-1303-555 15582 2017-04-06 11:46:00 47 -#> 10144 25 A69-1303-555 15583 2017-04-06 11:58:00 47 -#> 10145 25 A69-1303-555 15584 2017-04-06 12:02:00 47 -#> 10146 25 A69-1303-555 15586 2017-04-06 12:16:00 47 -#> 10147 25 A69-1303-555 15587 2017-04-06 12:48:00 47 -#> 10148 25 A69-1303-555 15588 2017-04-06 12:50:00 47 -#> 10149 25 A69-1303-555 15589 2017-04-06 12:52:00 47 -#> 10150 25 A69-1303-555 15590 2017-04-06 12:54:00 47 -#> 10151 25 A69-1303-555 15591 2017-04-06 12:58:00 47 -#> 10152 25 A69-1303-555 15592 2017-04-06 13:00:00 47 -#> 10153 25 A69-1303-555 15593 2017-04-06 13:04:00 47 -#> 10154 25 A69-1303-555 15594 2017-04-06 13:10:00 47 -#> 10155 25 A69-1303-555 15595 2017-04-06 13:12:00 47 -#> 10156 25 A69-1303-555 15596 2017-04-06 13:14:00 52 -#> 10157 25 A69-1303-555 15597 2017-04-06 13:14:00 47 -#> 10158 25 A69-1303-555 15598 2017-04-06 13:16:00 47 -#> 10159 25 A69-1303-555 15600 2017-04-06 13:18:00 47 -#> 10160 25 A69-1303-555 15602 2017-04-06 13:22:00 47 -#> 10161 25 A69-1303-555 15603 2017-04-06 13:28:00 52 -#> 10162 25 A69-1303-555 15604 2017-04-06 13:32:00 52 -#> 10163 25 A69-1303-555 15605 2017-04-06 13:32:00 47 -#> 10164 25 A69-1303-555 15607 2017-04-06 13:34:00 52 -#> 10165 25 A69-1303-555 15608 2017-04-06 13:40:00 47 -#> 10166 25 A69-1303-555 15609 2017-04-06 13:42:00 47 -#> 10167 25 A69-1303-555 15610 2017-04-06 13:44:00 47 -#> 10168 25 A69-1303-555 15611 2017-04-06 13:44:00 52 -#> 10169 25 A69-1303-555 15613 2017-04-06 13:46:00 47 -#> 10170 25 A69-1303-555 15614 2017-04-06 13:48:00 47 -#> 10171 25 A69-1303-555 15616 2017-04-06 13:50:00 47 -#> 10172 25 A69-1303-555 15618 2017-04-06 13:52:00 47 -#> 10173 25 A69-1303-555 15620 2017-04-06 13:54:00 47 -#> 10174 25 A69-1303-555 15622 2017-04-06 13:56:00 47 -#> 10175 25 A69-1303-555 15623 2017-04-06 13:58:00 47 -#> 10176 25 A69-1303-555 15625 2017-04-06 14:00:00 47 -#> 10177 25 A69-1303-555 15627 2017-04-06 14:02:00 47 -#> 10178 25 A69-1303-555 15628 2017-04-06 14:04:00 47 -#> 10179 25 A69-1303-555 15630 2017-04-06 14:06:00 47 -#> 10180 25 A69-1303-555 15631 2017-04-06 14:08:00 47 -#> 10181 25 A69-1303-555 15633 2017-04-06 14:12:00 47 -#> 10182 25 A69-1303-555 15636 2017-04-06 14:14:00 47 -#> 10183 25 A69-1303-555 15637 2017-04-06 14:16:00 47 -#> 10184 25 A69-1303-555 15639 2017-04-06 14:24:00 47 -#> 10185 25 A69-1303-555 15640 2017-04-06 14:26:00 47 -#> 10186 25 A69-1303-555 15641 2017-04-06 14:30:00 47 -#> 10187 25 A69-1303-555 15642 2017-04-06 14:32:00 47 -#> 10188 25 A69-1303-555 15643 2017-04-06 14:34:00 47 -#> 10189 25 A69-1303-555 15644 2017-04-06 14:56:00 47 -#> 10190 25 A69-1303-555 15645 2017-04-07 00:48:00 47 -#> 10191 25 A69-1303-555 15646 2017-04-07 00:50:00 47 -#> 10192 25 A69-1303-555 15648 2017-04-07 00:52:00 47 -#> 10193 25 A69-1303-555 15649 2017-04-07 00:54:00 47 -#> 10194 25 A69-1303-555 15652 2017-04-07 00:56:00 47 -#> 10195 25 A69-1303-555 15654 2017-04-07 00:58:00 47 -#> 10196 25 A69-1303-555 15655 2017-04-07 01:00:00 47 -#> 10197 25 A69-1303-555 15657 2017-04-07 01:02:00 47 -#> 10198 25 A69-1303-555 15659 2017-04-07 01:04:00 47 -#> 10199 25 A69-1303-555 15661 2017-04-07 01:06:00 47 -#> 10200 25 A69-1303-555 15663 2017-04-07 01:08:00 47 -#> 10201 25 A69-1303-555 15665 2017-04-07 01:10:00 47 -#> 10202 25 A69-1303-555 15666 2017-04-07 01:12:00 47 -#> 10203 25 A69-1303-555 15669 2017-04-07 01:14:00 47 -#> 10204 25 A69-1303-555 15670 2017-04-07 01:16:00 47 -#> 10205 25 A69-1303-555 15671 2017-04-07 01:18:00 47 -#> 10206 25 A69-1303-555 15672 2017-04-07 01:20:00 47 -#> 10207 25 A69-1303-555 15674 2017-04-07 01:22:00 47 -#> 10208 25 A69-1303-555 15675 2017-04-07 01:24:00 47 -#> 10209 25 A69-1303-555 15677 2017-04-07 01:26:00 47 -#> 10210 25 A69-1303-555 15679 2017-04-07 01:28:00 47 -#> 10211 25 A69-1303-555 15680 2017-04-07 01:30:00 47 -#> 10212 25 A69-1303-555 15681 2017-04-07 01:36:00 47 -#> 10213 25 A69-1303-555 15684 2017-04-07 01:40:00 47 -#> 10214 25 A69-1303-555 15686 2017-04-07 01:42:00 47 -#> 10215 25 A69-1303-555 15688 2017-04-07 01:44:00 47 -#> 10216 25 A69-1303-555 15689 2017-04-07 01:46:00 47 -#> 10217 25 A69-1303-555 15691 2017-04-07 01:48:00 47 -#> 10218 25 A69-1303-555 15692 2017-04-07 01:50:00 47 -#> 10219 25 A69-1303-555 15693 2017-04-07 01:52:00 47 -#> 10220 25 A69-1303-555 15695 2017-04-07 01:54:00 47 -#> 10221 25 A69-1303-555 15696 2017-04-07 01:56:00 47 -#> 10222 25 A69-1303-555 15698 2017-04-07 01:58:00 47 -#> 10223 25 A69-1303-555 15700 2017-04-07 02:00:00 47 -#> 10224 25 A69-1303-555 15702 2017-04-07 02:02:00 47 -#> 10225 25 A69-1303-555 15705 2017-04-07 02:04:00 47 -#> 10226 25 A69-1303-555 15706 2017-04-07 02:06:00 47 -#> 10227 25 A69-1303-555 15707 2017-04-07 02:08:00 47 -#> 10228 25 A69-1303-555 15708 2017-04-07 02:12:00 47 -#> 10229 25 A69-1303-555 15709 2017-04-07 02:14:00 47 -#> 10230 25 A69-1303-555 15710 2017-04-07 02:20:00 47 -#> 10231 25 A69-1303-555 15711 2017-04-07 02:22:00 47 -#> 10232 25 A69-1303-555 15714 2017-04-07 02:24:00 47 -#> 10233 25 A69-1303-555 15715 2017-04-07 02:26:00 47 -#> 10234 25 A69-1303-555 15717 2017-04-07 02:28:00 47 -#> 10235 25 A69-1303-555 15718 2017-04-07 02:30:00 47 -#> 10236 25 A69-1303-555 15719 2017-04-07 02:32:00 47 -#> 10237 25 A69-1303-555 15721 2017-04-07 02:34:00 47 -#> 10238 25 A69-1303-555 15723 2017-04-07 02:36:00 47 -#> 10239 25 A69-1303-555 15725 2017-04-07 02:48:00 47 -#> 10240 25 A69-1303-555 15726 2017-04-07 02:52:00 47 -#> 10241 25 A69-1303-555 15727 2017-04-07 02:54:00 47 -#> 10242 25 A69-1303-555 15728 2017-04-07 02:56:00 47 -#> 10243 25 A69-1303-555 15730 2017-04-07 02:58:00 47 -#> 10244 25 A69-1303-555 15732 2017-04-07 03:00:00 47 -#> 10245 25 A69-1303-555 15735 2017-04-07 03:04:00 47 -#> 10246 25 A69-1303-555 15737 2017-04-07 03:06:00 47 -#> 10247 25 A69-1303-555 15739 2017-04-07 03:08:00 47 -#> 10248 25 A69-1303-555 15741 2017-04-07 03:10:00 47 -#> 10249 25 A69-1303-555 15742 2017-04-07 03:12:00 47 -#> 10250 25 A69-1303-555 15743 2017-04-07 03:20:00 47 -#> 10251 25 A69-1303-555 15744 2017-04-07 03:22:00 47 -#> 10252 25 A69-1303-555 15745 2017-04-07 04:28:00 47 -#> 10253 25 A69-1303-555 15746 2017-04-07 04:32:00 47 -#> 10254 25 A69-1303-555 15748 2017-04-07 04:34:00 47 -#> 10255 25 A69-1303-555 15749 2017-04-07 04:38:00 47 -#> 10256 25 A69-1303-555 15750 2017-04-07 04:40:00 47 -#> 10257 25 A69-1303-555 15752 2017-04-07 04:40:00 52 -#> 10258 25 A69-1303-555 15753 2017-04-07 04:42:00 47 -#> 10259 25 A69-1303-555 15756 2017-04-07 04:44:00 47 -#> 10260 25 A69-1303-555 15758 2017-04-07 04:46:00 47 -#> 10261 25 A69-1303-555 15759 2017-04-07 04:50:00 52 -#> 10262 25 A69-1303-555 15760 2017-04-07 04:50:00 47 -#> 10263 25 A69-1303-555 15761 2017-04-07 04:52:00 47 -#> 10264 25 A69-1303-555 15762 2017-04-07 05:02:00 47 -#> 10265 25 A69-1303-555 15763 2017-04-07 05:04:00 52 -#> 10266 25 A69-1303-555 15764 2017-04-07 05:04:00 47 -#> 10267 25 A69-1303-555 15765 2017-04-07 05:06:00 47 -#> 10268 25 A69-1303-555 15766 2017-04-07 05:08:00 47 -#> 10269 25 A69-1303-555 15767 2017-04-07 05:08:00 52 -#> 10270 25 A69-1303-555 15768 2017-04-07 05:10:00 47 -#> 10271 25 A69-1303-555 15770 2017-04-07 05:12:00 47 -#> 10272 25 A69-1303-555 15771 2017-04-07 05:18:00 47 -#> 10273 25 A69-1303-555 15772 2017-04-07 05:20:00 47 -#> 10274 25 A69-1303-555 15775 2017-04-07 05:22:00 47 -#> 10275 25 A69-1303-555 15776 2017-04-07 06:14:00 41 -#> 10276 25 A69-1303-555 15777 2017-04-07 06:18:00 41 -#> 10277 25 A69-1303-555 15778 2017-04-07 06:38:00 41 -#> 10278 25 A69-1303-555 15779 2017-04-07 06:42:00 41 -#> 10279 25 A69-1303-555 15780 2017-04-07 07:22:00 47 -#> 10280 25 A69-1303-555 15782 2017-04-07 08:18:00 47 -#> 10281 25 A69-1303-555 15783 2017-04-07 08:20:00 47 -#> 10282 25 A69-1303-555 15784 2017-04-07 08:22:00 47 -#> 10283 25 A69-1303-555 15785 2017-04-07 08:28:00 47 -#> 10284 25 A69-1303-555 15786 2017-04-07 08:38:00 47 -#> 10285 25 A69-1303-555 15787 2017-04-08 21:10:00 50 -#> 10286 25 A69-1303-555 15788 2017-04-08 21:14:00 50 -#> 10287 25 A69-1303-555 15790 2017-04-08 21:16:00 50 -#> 10288 25 A69-1303-555 15791 2017-04-08 21:18:00 50 -#> 10289 25 A69-1303-555 15793 2017-04-08 21:20:00 50 -#> 10290 25 A69-1303-555 15794 2017-04-08 21:22:00 50 -#> 10291 25 A69-1303-555 15796 2017-04-10 07:32:00 45 -#> 10292 25 A69-1303-555 15797 2017-04-10 07:34:00 45 -#> 10293 25 A69-1303-555 15798 2017-04-10 07:36:00 45 -#> 10294 25 A69-1303-555 15800 2017-04-10 07:40:00 45 -#> 10295 25 A69-1303-555 15802 2017-04-10 07:42:00 45 -#> 10296 25 A69-1303-555 15803 2017-04-10 07:44:00 45 -#> 10297 25 A69-1303-555 15804 2017-04-10 07:46:00 45 -#> 10298 25 A69-1303-555 15806 2017-04-10 07:48:00 45 -#> 10299 25 A69-1303-555 15808 2017-04-10 07:50:00 45 -#> 10300 25 A69-1303-555 15809 2017-04-10 07:52:00 45 -#> 10301 25 A69-1303-555 15810 2017-04-10 07:54:00 45 -#> 10302 25 A69-1303-555 15812 2017-04-10 08:00:00 45 -#> 10303 25 A69-1303-555 15813 2017-04-10 08:02:00 45 -#> 10304 25 A69-1303-555 15814 2017-04-10 08:04:00 45 -#> 10305 25 A69-1303-555 15816 2017-04-10 08:06:00 45 -#> 10306 25 A69-1303-555 15817 2017-04-10 08:08:00 45 -#> 10307 25 A69-1303-555 15819 2017-04-10 08:10:00 45 -#> 10308 25 A69-1303-555 15822 2017-04-10 08:12:00 45 -#> 10309 25 A69-1303-555 15823 2017-04-10 08:14:00 45 -#> 10310 25 A69-1303-555 15826 2017-04-10 08:16:00 45 -#> 10311 25 A69-1303-555 15828 2017-04-10 08:18:00 45 -#> 10312 25 A69-1303-555 15829 2017-04-10 08:20:00 45 -#> 10313 25 A69-1303-555 15830 2017-04-10 08:22:00 45 -#> 10314 25 A69-1303-555 15831 2017-04-10 08:24:00 45 -#> 10315 25 A69-1303-555 15833 2017-04-10 08:26:00 45 -#> 10316 25 A69-1303-555 15835 2017-04-10 08:28:00 45 -#> 10317 25 A69-1303-555 15837 2017-04-10 08:30:00 45 -#> 10318 25 A69-1303-555 15838 2017-04-10 08:32:00 45 -#> 10319 25 A69-1303-555 15840 2017-04-10 08:34:00 45 -#> 10320 25 A69-1303-555 15841 2017-04-10 08:36:00 45 -#> 10321 25 A69-1303-555 15842 2017-04-10 08:40:00 45 -#> 10322 25 A69-1303-555 15845 2017-04-10 08:44:00 45 -#> 10323 25 A69-1303-555 15846 2017-04-10 08:46:00 45 -#> 10324 25 A69-1303-555 15847 2017-04-10 08:50:00 45 -#> 10325 25 A69-1303-555 15848 2017-04-10 08:52:00 45 -#> 10326 25 A69-1303-555 15850 2017-04-10 08:56:00 45 -#> 10327 25 A69-1303-555 15851 2017-04-10 08:58:00 45 -#> 10328 25 A69-1303-555 15853 2017-04-10 09:00:00 45 -#> 10329 25 A69-1303-555 15855 2017-04-10 09:02:00 45 -#> 10330 25 A69-1303-555 15856 2017-04-10 09:04:00 45 -#> 10331 25 A69-1303-555 15859 2017-04-10 09:08:00 45 -#> 10332 25 A69-1303-555 15860 2017-04-10 09:10:00 45 -#> 10333 25 A69-1303-555 15862 2017-04-10 09:12:00 45 -#> 10334 25 A69-1303-555 15864 2017-04-10 09:14:00 45 -#> 10335 25 A69-1303-555 15865 2017-04-10 09:16:00 45 -#> 10336 25 A69-1303-555 15866 2017-04-10 09:18:00 45 -#> 10337 25 A69-1303-555 15867 2017-04-10 09:20:00 45 -#> 10338 25 A69-1303-555 15869 2017-04-10 09:22:00 45 -#> 10339 25 A69-1303-555 15871 2017-04-10 09:30:00 45 -#> 10340 25 A69-1303-555 15872 2017-04-11 02:12:00 51 -#> 10341 25 A69-1303-555 15874 2017-04-11 02:14:00 51 -#> 10342 25 A69-1303-555 15875 2017-04-12 20:52:00 50 -#> 10343 25 A69-1303-555 15876 2017-04-12 20:54:00 50 -#> 10344 25 A69-1303-555 15877 2017-04-12 21:00:00 51 -#> 10345 25 A69-1303-555 15878 2017-04-12 21:02:00 51 -#> 10346 25 A69-1303-555 15879 2017-04-12 22:56:00 48 -#> 10347 25 A69-1303-555 15880 2017-04-12 22:58:00 48 -#> 10348 25 A69-1303-555 15882 2017-04-12 23:00:00 48 -#> 10349 25 A69-1303-555 15883 2017-04-12 23:02:00 48 -#> 10350 25 A69-1303-555 15884 2017-04-12 23:26:00 48 -#> 10351 25 A69-1303-555 15885 2017-04-13 06:58:00 48 -#> 10352 25 A69-1303-555 15887 2017-04-13 07:00:00 48 -#> 10353 25 A69-1303-555 15888 2017-04-13 07:02:00 48 -#> 10354 25 A69-1303-555 15889 2017-04-13 07:04:00 48 -#> 10355 25 A69-1303-555 15890 2017-04-13 07:06:00 48 -#> 10356 25 A69-1303-555 15891 2017-04-13 07:12:00 48 -#> 10357 25 A69-1303-555 15892 2017-04-13 07:14:00 48 -#> 10358 25 A69-1303-555 15894 2017-04-13 07:16:00 48 -#> 10359 25 A69-1303-555 15895 2017-04-13 07:18:00 48 -#> 10360 25 A69-1303-555 15897 2017-04-13 07:20:00 48 -#> 10361 25 A69-1303-555 15899 2017-04-13 07:22:00 48 -#> 10362 25 A69-1303-555 15901 2017-04-13 07:26:00 48 -#> 10363 25 A69-1303-555 15902 2017-04-13 07:30:00 48 -#> 10364 25 A69-1303-555 15905 2017-04-13 07:32:00 48 -#> 10365 25 A69-1303-555 15906 2017-04-13 07:34:00 48 -#> 10366 25 A69-1303-555 15907 2017-04-13 07:36:00 48 -#> 10367 25 A69-1303-555 15908 2017-04-13 07:38:00 48 -#> 10368 25 A69-1303-555 15909 2017-04-13 07:40:00 48 -#> 10369 25 A69-1303-555 15910 2017-04-13 08:04:00 48 -#> 10370 25 A69-1303-555 15911 2017-04-13 08:06:00 48 -#> 10371 25 A69-1303-555 15912 2017-04-13 08:16:00 48 -#> 10372 25 A69-1303-555 15913 2017-04-13 08:28:00 48 -#> 10373 25 A69-1303-555 15914 2017-04-13 08:32:00 48 -#> 10374 25 A69-1303-555 15915 2017-04-13 08:44:00 48 -#> 10375 25 A69-1303-555 15916 2017-04-13 08:46:00 48 -#> 10376 25 A69-1303-555 15918 2017-04-13 08:48:00 48 -#> 10377 25 A69-1303-555 15919 2017-04-13 08:50:00 48 -#> 10378 25 A69-1303-555 15920 2017-04-13 09:46:00 48 -#> 10379 25 A69-1303-555 15921 2017-04-13 10:00:00 48 -#> 10380 25 A69-1303-555 15922 2017-04-13 10:26:00 48 -#> 10381 25 A69-1303-555 15923 2017-04-13 10:34:00 48 -#> 10382 25 A69-1303-555 15924 2017-04-13 10:36:00 48 -#> 10383 25 A69-1303-555 15925 2017-04-13 23:28:00 57 -#> 10384 25 A69-1303-555 15926 2017-04-13 23:30:00 57 -#> 10385 25 A69-1303-555 15927 2017-04-13 23:50:00 57 -#> 10386 25 A69-1303-555 15928 2017-04-13 23:52:00 57 -#> 10387 25 A69-1303-555 15929 2017-04-13 23:54:00 57 -#> 10388 25 A69-1303-555 15930 2017-04-13 23:58:00 57 -#> 10389 25 A69-1303-555 15931 2017-04-14 00:00:00 57 -#> 10390 25 A69-1303-555 15932 2017-04-14 00:02:00 57 -#> 10391 25 A69-1303-555 15933 2017-04-14 00:04:00 57 -#> 10392 25 A69-1303-555 15934 2017-04-14 00:06:00 57 -#> 10393 25 A69-1303-555 15935 2017-04-14 00:14:00 57 -#> 10394 25 A69-1303-555 15936 2017-04-14 09:26:00 57 -#> 10395 25 A69-1303-555 15937 2017-04-14 09:48:00 57 -#> 10396 25 A69-1303-555 15938 2017-04-14 10:00:00 57 -#> 10397 25 A69-1303-555 15939 2017-04-14 10:06:00 57 -#> 10398 25 A69-1303-555 15940 2017-04-14 10:16:00 57 -#> 10399 25 A69-1303-555 15941 2017-04-14 10:54:00 57 -#> 10400 25 A69-1303-555 15942 2017-04-14 11:04:00 57 -#> 10401 25 A69-1303-555 15943 2017-04-14 11:14:00 57 -#> 10402 25 A69-1303-555 15944 2017-04-14 11:18:00 57 -#> 10403 25 A69-1303-555 15945 2017-04-14 11:36:00 57 -#> 10404 25 A69-1303-555 15946 2017-04-14 16:06:00 21 -#> 10405 25 A69-1303-555 15947 2017-04-14 16:08:00 21 -#> 10406 25 A69-1303-555 15949 2017-04-14 16:08:00 57 -#> 10407 25 A69-1303-555 15950 2017-04-14 16:10:00 21 -#> 10408 25 A69-1303-555 15951 2017-04-14 16:12:00 57 -#> 10409 25 A69-1303-555 15952 2017-04-14 16:14:00 57 -#> 10410 25 A69-1303-555 15953 2017-04-14 16:16:00 57 -#> 10411 25 A69-1303-555 15955 2017-04-14 16:18:00 21 -#> 10412 25 A69-1303-555 15956 2017-04-14 16:20:00 21 -#> 10413 25 A69-1303-555 15958 2017-04-14 16:22:00 21 -#> 10414 25 A69-1303-555 15961 2017-04-14 16:26:00 21 -#> 10415 25 A69-1303-555 15962 2017-04-14 16:28:00 21 -#> 10416 25 A69-1303-555 15964 2017-04-14 16:30:00 21 -#> 10417 25 A69-1303-555 15965 2017-04-14 16:32:00 57 -#> 10418 25 A69-1303-555 15966 2017-04-14 16:36:00 21 -#> 10419 25 A69-1303-555 15968 2017-04-14 16:38:00 21 -#> 10420 25 A69-1303-555 15969 2017-04-14 16:40:00 21 -#> 10421 25 A69-1303-555 15970 2017-04-14 16:40:00 57 -#> 10422 25 A69-1303-555 15972 2017-04-14 16:44:00 21 -#> 10423 25 A69-1303-555 15973 2017-04-14 16:46:00 21 -#> 10424 25 A69-1303-555 15974 2017-04-14 16:48:00 21 -#> 10425 25 A69-1303-555 15976 2017-04-14 16:50:00 21 -#> 10426 25 A69-1303-555 15977 2017-04-14 16:52:00 21 -#> 10427 25 A69-1303-555 15979 2017-04-14 16:56:00 21 -#> 10428 25 A69-1303-555 15980 2017-04-14 16:56:00 57 -#> 10429 25 A69-1303-555 15981 2017-04-14 16:58:00 21 -#> 10430 25 A69-1303-555 15983 2017-04-14 17:00:00 21 -#> 10431 25 A69-1303-555 15985 2017-04-14 17:00:00 57 -#> 10432 25 A69-1303-555 15986 2017-04-14 17:02:00 21 -#> 10433 25 A69-1303-555 15987 2017-04-14 17:02:00 57 -#> 10434 25 A69-1303-555 15989 2017-04-14 17:04:00 21 -#> 10435 25 A69-1303-555 15991 2017-04-14 17:06:00 21 -#> 10436 25 A69-1303-555 15992 2017-04-14 17:06:00 57 -#> 10437 25 A69-1303-555 15993 2017-04-14 17:08:00 21 -#> 10438 25 A69-1303-555 15996 2017-04-14 17:10:00 21 -#> 10439 25 A69-1303-555 15998 2017-04-14 17:12:00 21 -#> 10440 25 A69-1303-555 15999 2017-04-14 17:12:00 57 -#> 10441 25 A69-1303-555 16002 2017-04-14 17:14:00 21 -#> 10442 25 A69-1303-555 16003 2017-04-14 17:14:00 57 -#> 10443 25 A69-1303-555 16004 2017-04-14 17:16:00 21 -#> 10444 25 A69-1303-555 16005 2017-04-14 17:16:00 57 -#> 10445 25 A69-1303-555 16006 2017-04-14 17:18:00 21 -#> 10446 25 A69-1303-555 16007 2017-04-14 17:18:00 57 -#> 10447 25 A69-1303-555 16009 2017-04-14 17:20:00 21 -#> 10448 25 A69-1303-555 16010 2017-04-14 17:22:00 21 -#> 10449 25 A69-1303-555 16011 2017-04-14 17:22:00 57 -#> 10450 25 A69-1303-555 16012 2017-04-14 17:24:00 57 -#> 10451 25 A69-1303-555 16013 2017-04-14 17:26:00 57 -#> 10452 25 A69-1303-555 16014 2017-04-14 17:28:00 57 -#> 10453 25 A69-1303-555 16015 2017-04-14 17:30:00 57 -#> 10454 25 A69-1303-555 16016 2017-04-14 17:32:00 57 -#> 10455 25 A69-1303-555 16017 2017-04-14 17:34:00 21 -#> 10456 25 A69-1303-555 16018 2017-04-14 18:06:00 45 -#> 10457 25 A69-1303-555 16020 2017-04-14 18:10:00 45 -#> 10458 25 A69-1303-555 16021 2017-04-14 18:12:00 45 -#> 10459 25 A69-1303-555 16022 2017-04-14 18:18:00 45 -#> 10460 25 A69-1303-555 16024 2017-04-14 18:22:00 45 -#> 10461 25 A69-1303-555 16026 2017-04-14 18:26:00 45 -#> 10462 25 A69-1303-555 16027 2017-04-14 18:34:00 45 -#> 10463 25 A69-1303-555 16028 2017-04-14 18:36:00 45 -#> 10464 25 A69-1303-555 16031 2017-04-14 18:40:00 45 -#> 10465 25 A69-1303-555 16032 2017-04-14 18:48:00 45 -#> 10466 25 A69-1303-555 16034 2017-04-14 18:50:00 45 -#> 10467 25 A69-1303-555 16035 2017-04-14 18:54:00 45 -#> 10468 25 A69-1303-555 16036 2017-04-14 18:58:00 45 -#> 10469 25 A69-1303-555 16037 2017-04-14 19:00:00 45 -#> 10470 25 A69-1303-555 16038 2017-04-14 19:06:00 45 -#> 10471 25 A69-1303-555 16039 2017-04-14 19:08:00 45 -#> 10472 25 A69-1303-555 16040 2017-04-14 19:12:00 45 -#> 10473 25 A69-1303-555 16042 2017-04-14 19:14:00 45 -#> 10474 25 A69-1303-555 16044 2017-04-14 19:18:00 45 -#> 10475 25 A69-1303-555 16046 2017-04-14 19:22:00 45 -#> 10476 25 A69-1303-555 16048 2017-04-14 19:28:00 45 -#> 10477 25 A69-1303-555 16051 2017-04-14 19:30:00 45 -#> 10478 25 A69-1303-555 16053 2017-04-14 19:32:00 45 -#> 10479 25 A69-1303-555 16054 2017-04-14 19:34:00 45 -#> 10480 25 A69-1303-555 16056 2017-04-14 19:36:00 45 -#> 10481 25 A69-1303-555 16058 2017-04-14 19:42:00 45 -#> 10482 25 A69-1303-555 16060 2017-04-14 19:44:00 45 -#> 10483 25 A69-1303-555 16062 2017-04-14 19:46:00 45 -#> 10484 25 A69-1303-555 16063 2017-04-14 19:56:00 45 -#> 10485 25 A69-1303-555 16064 2017-04-14 20:00:00 45 -#> 10486 25 A69-1303-555 16065 2017-04-14 20:04:00 45 -#> 10487 25 A69-1303-555 16066 2017-04-14 20:06:00 45 -#> 10488 25 A69-1303-555 16068 2017-04-14 20:12:00 45 -#> 10489 25 A69-1303-555 16069 2017-04-14 20:14:00 45 -#> 10490 25 A69-1303-555 16070 2017-04-14 20:16:00 45 -#> 10491 25 A69-1303-555 16071 2017-04-14 20:18:00 45 -#> 10492 25 A69-1303-555 16072 2017-04-14 20:20:00 45 -#> 10493 25 A69-1303-555 16073 2017-04-14 20:24:00 45 -#> 10494 25 A69-1303-555 16075 2017-04-14 20:26:00 45 -#> 10495 25 A69-1303-555 16076 2017-04-14 20:28:00 45 -#> 10496 25 A69-1303-555 16077 2017-04-14 20:30:00 45 -#> 10497 25 A69-1303-555 16079 2017-04-14 20:32:00 45 -#> 10498 25 A69-1303-555 16081 2017-04-14 20:34:00 45 -#> 10499 25 A69-1303-555 16083 2017-04-14 20:36:00 45 -#> 10500 25 A69-1303-555 16084 2017-04-14 20:38:00 45 -#> 10501 25 A69-1303-555 16085 2017-04-14 20:40:00 45 -#> 10502 25 A69-1303-555 16087 2017-04-14 20:42:00 56 -#> 10503 25 A69-1303-555 16088 2017-04-14 20:42:00 45 -#> 10504 25 A69-1303-555 16089 2017-04-14 20:44:00 56 -#> 10505 25 A69-1303-555 16090 2017-04-14 20:44:00 45 -#> 10506 25 A69-1303-555 16092 2017-04-14 20:46:00 56 -#> 10507 25 A69-1303-555 16093 2017-04-14 20:46:00 45 -#> 10508 25 A69-1303-555 16095 2017-04-14 20:48:00 45 -#> 10509 25 A69-1303-555 16096 2017-04-14 20:48:00 56 -#> 10510 25 A69-1303-555 16098 2017-04-14 20:50:00 56 -#> 10511 25 A69-1303-555 16099 2017-04-14 20:50:00 45 -#> 10512 25 A69-1303-555 16101 2017-04-14 20:52:00 45 -#> 10513 25 A69-1303-555 16102 2017-04-14 20:52:00 56 -#> 10514 25 A69-1303-555 16104 2017-04-14 20:54:00 45 -#> 10515 25 A69-1303-555 16105 2017-04-14 20:56:00 45 -#> 10516 25 A69-1303-555 16106 2017-04-14 20:56:00 56 -#> 10517 25 A69-1303-555 16107 2017-04-14 20:58:00 45 -#> 10518 25 A69-1303-555 16108 2017-04-14 20:58:00 56 -#> 10519 25 A69-1303-555 16111 2017-04-14 21:00:00 56 -#> 10520 25 A69-1303-555 16112 2017-04-14 21:00:00 45 -#> 10521 25 A69-1303-555 16113 2017-04-14 21:02:00 56 -#> 10522 25 A69-1303-555 16114 2017-04-14 21:02:00 45 -#> 10523 25 A69-1303-555 16116 2017-04-14 21:04:00 45 -#> 10524 25 A69-1303-555 16117 2017-04-14 21:04:00 56 -#> 10525 25 A69-1303-555 16119 2017-04-14 21:06:00 56 -#> 10526 25 A69-1303-555 16120 2017-04-14 21:06:00 45 -#> 10527 25 A69-1303-555 16122 2017-04-14 21:08:00 45 -#> 10528 25 A69-1303-555 16123 2017-04-14 21:08:00 56 -#> 10529 25 A69-1303-555 16125 2017-04-14 21:10:00 45 -#> 10530 25 A69-1303-555 16126 2017-04-14 21:12:00 56 -#> 10531 25 A69-1303-555 16127 2017-04-14 21:12:00 45 -#> 10532 25 A69-1303-555 16130 2017-04-14 21:14:00 45 -#> 10533 25 A69-1303-555 16131 2017-04-14 21:14:00 56 -#> 10534 25 A69-1303-555 16132 2017-04-14 21:16:00 56 -#> 10535 25 A69-1303-555 16134 2017-04-14 21:16:00 45 -#> 10536 25 A69-1303-555 16136 2017-04-14 21:18:00 45 -#> 10537 25 A69-1303-555 16138 2017-04-14 21:18:00 56 -#> 10538 25 A69-1303-555 16140 2017-04-14 21:20:00 56 -#> 10539 25 A69-1303-555 16141 2017-04-14 21:20:00 45 -#> 10540 25 A69-1303-555 16142 2017-04-14 21:22:00 45 -#> 10541 25 A69-1303-555 16144 2017-04-14 21:22:00 56 -#> 10542 25 A69-1303-555 16145 2017-04-14 21:24:00 45 -#> 10543 25 A69-1303-555 16147 2017-04-14 21:26:00 45 -#> 10544 25 A69-1303-555 16148 2017-04-14 21:28:00 45 -#> 10545 25 A69-1303-555 16149 2017-04-14 21:30:00 45 -#> 10546 25 A69-1303-555 16151 2017-04-14 21:32:00 45 -#> 10547 25 A69-1303-555 16154 2017-04-14 21:34:00 45 -#> 10548 25 A69-1303-555 16155 2017-04-14 21:36:00 45 -#> 10549 25 A69-1303-555 16156 2017-04-14 21:38:00 45 -#> 10550 25 A69-1303-555 16159 2017-04-14 21:40:00 45 -#> 10551 25 A69-1303-555 16160 2017-04-14 21:42:00 45 -#> 10552 25 A69-1303-555 16161 2017-04-14 21:44:00 45 -#> 10553 25 A69-1303-555 16163 2017-04-14 21:48:00 45 -#> 10554 25 A69-1303-555 16165 2017-04-14 21:50:00 45 -#> 10555 25 A69-1303-555 16166 2017-04-14 21:52:00 45 -#> 10556 25 A69-1303-555 16168 2017-04-14 21:58:00 45 -#> 10557 25 A69-1303-555 16169 2017-04-14 23:26:00 48 -#> 10558 25 A69-1303-555 16171 2017-04-14 23:36:00 48 -#> 10559 25 A69-1303-555 16172 2017-04-14 23:38:00 48 -#> 10560 25 A69-1303-555 16173 2017-04-14 23:40:00 48 -#> 10561 25 A69-1303-555 16174 2017-04-14 23:42:00 48 -#> 10562 25 A69-1303-555 16176 2017-04-14 23:44:00 48 -#> 10563 25 A69-1303-555 16178 2017-04-14 23:46:00 48 -#> 10564 25 A69-1303-555 16180 2017-04-14 23:48:00 48 -#> 10565 25 A69-1303-555 16182 2017-04-15 00:36:00 48 -#> 10566 25 A69-1303-555 16183 2017-04-15 00:38:00 48 -#> 10567 25 A69-1303-555 16184 2017-04-15 00:40:00 48 -#> 10568 25 A69-1303-555 16185 2017-04-15 00:42:00 48 -#> 10569 25 A69-1303-555 16186 2017-04-15 00:46:00 48 -#> 10570 25 A69-1303-555 16188 2017-04-15 00:48:00 48 -#> 10571 25 A69-1303-555 16190 2017-04-15 00:50:00 48 -#> 10572 25 A69-1303-555 16192 2017-04-15 00:52:00 48 -#> 10573 25 A69-1303-555 16194 2017-04-15 00:54:00 48 -#> 10574 25 A69-1303-555 16195 2017-04-15 00:56:00 48 -#> 10575 25 A69-1303-555 16197 2017-04-15 00:58:00 48 -#> 10576 25 A69-1303-555 16198 2017-04-15 01:00:00 48 -#> 10577 25 A69-1303-555 16200 2017-04-15 01:02:00 48 -#> 10578 25 A69-1303-555 16202 2017-04-15 01:06:00 48 -#> 10579 25 A69-1303-555 16205 2017-04-15 01:08:00 48 -#> 10580 25 A69-1303-555 16206 2017-04-15 01:12:00 48 -#> 10581 25 A69-1303-555 16207 2017-04-15 01:34:00 49 -#> 10582 25 A69-1303-555 16208 2017-04-15 01:52:00 49 -#> 10583 25 A69-1303-555 16209 2017-04-15 02:06:00 49 -#> 10584 25 A69-1303-555 16210 2017-04-18 03:48:00 51 -#> 10585 25 A69-1303-555 16212 2017-04-18 03:50:00 51 -#> 10586 25 A69-1303-555 16214 2017-04-18 03:52:00 51 -#> 10587 25 A69-1303-555 16215 2017-04-18 03:54:00 51 -#> 10588 25 A69-1303-555 16216 2017-04-18 03:56:00 51 -#> 10589 25 A69-1303-555 16219 2017-04-18 03:58:00 51 -#> 10590 25 A69-1303-555 16221 2017-04-18 04:00:00 51 -#> 10591 25 A69-1303-555 16223 2017-04-18 04:02:00 51 -#> 10592 25 A69-1303-555 16224 2017-04-18 04:04:00 51 -#> 10593 25 A69-1303-555 16225 2017-04-18 04:06:00 51 -#> 10594 25 A69-1303-555 16227 2017-04-18 04:08:00 51 -#> 10595 25 A69-1303-555 16230 2017-04-18 04:10:00 51 -#> 10596 25 A69-1303-555 16231 2017-04-18 04:14:00 51 -#> 10597 25 A69-1303-555 16232 2017-04-18 04:16:00 51 -#> 10598 25 A69-1303-555 16233 2017-04-18 04:20:00 51 -#> 10599 25 A69-1303-555 16234 2017-04-18 04:22:00 51 -#> 10600 25 A69-1303-555 16236 2017-04-18 04:24:00 51 -#> 10601 25 A69-1303-555 16237 2017-04-18 04:28:00 51 -#> 10602 25 A69-1303-555 16238 2017-04-18 20:28:00 52 -#> 10603 25 A69-1303-555 16239 2017-04-18 20:38:00 47 -#> 10604 25 A69-1303-555 16240 2017-04-18 20:40:00 47 -#> 10605 25 A69-1303-555 16242 2017-04-18 20:42:00 52 -#> 10606 25 A69-1303-555 16243 2017-04-18 20:44:00 52 -#> 10607 25 A69-1303-555 16244 2017-04-18 20:48:00 52 -#> 10608 25 A69-1303-555 16246 2017-04-18 20:54:00 47 -#> 10609 25 A69-1303-555 16247 2017-04-18 20:54:00 52 -#> 10610 25 A69-1303-555 16248 2017-04-18 20:56:00 52 -#> 10611 25 A69-1303-555 16249 2017-04-18 20:58:00 52 -#> 10612 25 A69-1303-555 16250 2017-04-18 21:00:00 52 -#> 10613 25 A69-1303-555 16251 2017-04-18 21:00:00 47 -#> 10614 25 A69-1303-555 16253 2017-04-18 21:04:00 52 -#> 10615 25 A69-1303-555 16254 2017-04-18 21:04:00 47 -#> 10616 25 A69-1303-555 16256 2017-04-18 21:06:00 52 -#> 10617 25 A69-1303-555 16258 2017-04-18 21:08:00 52 -#> 10618 25 A69-1303-555 16259 2017-04-18 21:08:00 47 -#> 10619 25 A69-1303-555 16263 2017-04-18 21:10:00 52 -#> 10620 25 A69-1303-555 16264 2017-04-18 21:10:00 47 -#> 10621 25 A69-1303-555 16268 2017-04-18 21:12:00 52 -#> 10622 25 A69-1303-555 16270 2017-04-18 21:14:00 52 -#> 10623 25 A69-1303-555 16272 2017-04-18 21:18:00 52 -#> 10624 25 A69-1303-555 16273 2017-04-18 21:20:00 47 -#> 10625 25 A69-1303-555 16274 2017-04-18 21:20:00 52 -#> 10626 25 A69-1303-555 16276 2017-04-18 21:34:00 47 -#> 10627 25 A69-1303-555 16277 2017-04-19 00:56:00 47 -#> 10628 25 A69-1303-555 16279 2017-04-19 00:58:00 47 -#> 10629 25 A69-1303-555 16280 2017-04-19 01:00:00 47 -#> 10630 25 A69-1303-555 16281 2017-04-19 01:02:00 47 -#> 10631 25 A69-1303-555 16284 2017-04-19 01:04:00 47 -#> 10632 25 A69-1303-555 16285 2017-04-19 01:10:00 47 -#> 10633 25 A69-1303-555 16286 2017-04-19 01:12:00 47 -#> 10634 25 A69-1303-555 16287 2017-04-19 01:12:00 52 -#> 10635 25 A69-1303-555 16288 2017-04-19 01:24:00 52 -#> 10636 25 A69-1303-555 16289 2017-04-19 01:38:00 52 -#> 10637 25 A69-1303-555 16291 2017-04-19 01:40:00 47 -#> 10638 25 A69-1303-555 16292 2017-04-19 01:40:00 52 -#> 10639 25 A69-1303-555 16294 2017-04-19 01:42:00 52 -#> 10640 25 A69-1303-555 16295 2017-04-19 01:42:00 47 -#> 10641 25 A69-1303-555 16296 2017-04-19 01:44:00 52 -#> 10642 25 A69-1303-555 16298 2017-04-19 01:46:00 52 -#> 10643 25 A69-1303-555 16299 2017-04-19 01:48:00 52 -#> 10644 25 A69-1303-555 16300 2017-04-19 02:00:00 52 -#> 10645 25 A69-1303-555 16301 2017-04-19 02:08:00 52 -#> 10646 25 A69-1303-555 16302 2017-04-19 02:22:00 47 -#> 10647 25 A69-1303-555 16304 2017-04-19 02:28:00 52 -#> 10648 25 A69-1303-555 16305 2017-04-19 02:30:00 52 -#> 10649 25 A69-1303-555 16307 2017-04-19 02:32:00 52 -#> 10650 25 A69-1303-555 16309 2017-04-19 02:36:00 52 -#> 10651 25 A69-1303-555 16311 2017-04-19 02:38:00 52 -#> 10652 25 A69-1303-555 16313 2017-04-19 02:40:00 52 -#> 10653 25 A69-1303-555 16314 2017-04-19 02:42:00 52 -#> 10654 25 A69-1303-555 16316 2017-04-19 02:44:00 52 -#> 10655 25 A69-1303-555 16317 2017-04-19 03:04:00 52 -#> 10656 25 A69-1303-555 16318 2017-04-20 01:10:00 51 -#> 10657 25 A69-1303-555 16320 2017-04-20 01:12:00 51 -#> 10658 25 A69-1303-555 16321 2017-04-20 01:14:00 51 -#> 10659 25 A69-1303-555 16322 2017-04-20 01:16:00 51 -#> 10660 25 A69-1303-555 16324 2017-04-20 01:18:00 51 -#> 10661 25 A69-1303-555 16326 2017-04-20 01:20:00 51 -#> 10662 25 A69-1303-555 16327 2017-04-20 01:22:00 51 -#> 10663 25 A69-1303-555 16329 2017-04-20 01:24:00 51 -#> 10664 25 A69-1303-555 16331 2017-04-20 01:26:00 51 -#> 10665 25 A69-1303-555 16333 2017-04-20 01:28:00 51 -#> 10666 25 A69-1303-555 16334 2017-04-20 01:30:00 51 -#> 10667 25 A69-1303-555 16336 2017-04-20 01:32:00 51 -#> 10668 25 A69-1303-555 16337 2017-04-20 01:34:00 51 -#> 10669 25 A69-1303-555 16339 2017-04-20 01:36:00 51 -#> 10670 25 A69-1303-555 16340 2017-04-20 01:38:00 51 -#> 10671 25 A69-1303-555 16341 2017-04-20 01:40:00 51 -#> 10672 25 A69-1303-555 16342 2017-04-20 01:42:00 51 -#> 10673 25 A69-1303-555 16344 2017-04-20 01:44:00 51 -#> 10674 25 A69-1303-555 16345 2017-04-20 01:46:00 51 -#> 10675 25 A69-1303-555 16346 2017-04-20 01:48:00 51 -#> 10676 25 A69-1303-555 16347 2017-04-20 01:52:00 51 -#> 10677 25 A69-1303-555 16348 2017-04-20 01:54:00 51 -#> 10678 25 A69-1303-555 16349 2017-04-20 01:58:00 51 -#> 10679 25 A69-1303-555 16350 2017-04-20 02:06:00 51 -#> 10680 25 A69-1303-555 16351 2017-04-20 02:24:00 51 -#> 10681 25 A69-1303-555 16352 2017-04-20 02:26:00 51 -#> 10682 25 A69-1303-555 16353 2017-04-21 04:14:00 48 -#> 10683 25 A69-1303-555 16354 2017-04-21 04:16:00 48 -#> 10684 25 A69-1303-555 16355 2017-04-21 04:20:00 48 -#> 10685 25 A69-1303-555 16356 2017-04-21 04:22:00 48 -#> 10686 25 A69-1303-555 16358 2017-04-21 04:24:00 48 -#> 10687 25 A69-1303-555 16360 2017-04-21 04:26:00 48 -#> 10688 25 A69-1303-555 16361 2017-04-21 04:32:00 48 -#> 10689 25 A69-1303-555 16363 2017-04-21 04:36:00 48 -#> 10690 25 A69-1303-555 16364 2017-04-21 04:40:00 48 -#> 10691 25 A69-1303-555 16365 2017-04-21 04:42:00 48 -#> 10692 25 A69-1303-555 16366 2017-04-21 04:44:00 48 -#> 10693 25 A69-1303-555 16368 2017-04-21 04:56:00 48 -#> 10694 25 A69-1303-555 16369 2017-04-21 04:58:00 48 -#> 10695 25 A69-1303-555 16370 2017-04-21 08:56:00 45 -#> 10696 25 A69-1303-555 16371 2017-04-21 09:26:00 45 -#> 10697 25 A69-1303-555 16372 2017-04-21 11:24:00 45 -#> 10698 25 A69-1303-555 16373 2017-04-21 11:48:00 45 -#> 10699 25 A69-1303-555 16374 2017-04-21 11:50:00 45 -#> 10700 25 A69-1303-555 16375 2017-04-21 11:52:00 45 -#> 10701 25 A69-1303-555 16376 2017-04-21 12:08:00 45 -#> 10702 25 A69-1303-555 16377 2017-04-21 12:18:00 45 -#> 10703 25 A69-1303-555 16379 2017-04-21 12:28:00 45 -#> 10704 25 A69-1303-555 16380 2017-04-21 16:56:00 45 -#> 10705 25 A69-1303-555 16381 2017-04-21 17:12:00 45 -#> 10706 25 A69-1303-555 16383 2017-04-21 17:14:00 45 -#> 10707 25 A69-1303-555 16385 2017-04-21 17:18:00 45 -#> 10708 25 A69-1303-555 16386 2017-04-21 17:20:00 45 -#> 10709 25 A69-1303-555 16387 2017-04-21 17:22:00 45 -#> 10710 25 A69-1303-555 16388 2017-04-21 17:24:00 45 -#> 10711 25 A69-1303-555 16389 2017-04-21 17:28:00 45 -#> 10712 25 A69-1303-555 16390 2017-04-21 17:32:00 45 -#> 10713 25 A69-1303-555 16393 2017-04-21 17:34:00 45 -#> 10714 25 A69-1303-555 16394 2017-04-21 17:36:00 45 -#> 10715 25 A69-1303-555 16395 2017-04-21 17:40:00 45 -#> 10716 25 A69-1303-555 16397 2017-04-21 17:42:00 45 -#> 10717 25 A69-1303-555 16399 2017-04-21 17:44:00 45 -#> 10718 25 A69-1303-555 16401 2017-04-21 17:46:00 45 -#> 10719 25 A69-1303-555 16402 2017-04-21 17:48:00 45 -#> 10720 25 A69-1303-555 16404 2017-04-21 17:50:00 45 -#> 10721 25 A69-1303-555 16405 2017-04-21 17:52:00 45 -#> 10722 25 A69-1303-555 16407 2017-04-21 17:54:00 45 -#> 10723 25 A69-1303-555 16408 2017-04-21 17:56:00 45 -#> 10724 25 A69-1303-555 16409 2017-04-21 17:58:00 45 -#> 10725 25 A69-1303-555 16411 2017-04-21 18:00:00 45 -#> 10726 25 A69-1303-555 16412 2017-04-21 18:02:00 45 -#> 10727 25 A69-1303-555 16414 2017-04-21 18:04:00 45 -#> 10728 25 A69-1303-555 16415 2017-04-21 18:06:00 45 -#> 10729 25 A69-1303-555 16416 2017-04-21 18:08:00 45 -#> 10730 25 A69-1303-555 16418 2017-04-21 18:10:00 45 -#> 10731 25 A69-1303-555 16420 2017-04-21 18:12:00 45 -#> 10732 25 A69-1303-555 16421 2017-04-21 18:14:00 45 -#> 10733 25 A69-1303-555 16422 2017-04-21 18:16:00 45 -#> 10734 25 A69-1303-555 16423 2017-04-21 18:20:00 45 -#> 10735 25 A69-1303-555 16424 2017-04-21 18:22:00 45 -#> 10736 25 A69-1303-555 16425 2017-04-21 18:26:00 45 -#> 10737 25 A69-1303-555 16426 2017-04-21 18:30:00 45 -#> 10738 25 A69-1303-555 16427 2017-04-21 18:32:00 45 -#> 10739 25 A69-1303-555 16429 2017-04-21 18:34:00 45 -#> 10740 25 A69-1303-555 16431 2017-04-21 18:38:00 45 -#> 10741 25 A69-1303-555 16432 2017-04-21 18:42:00 45 -#> 10742 25 A69-1303-555 16433 2017-04-21 18:44:00 45 -#> 10743 25 A69-1303-555 16434 2017-04-21 18:46:00 45 -#> 10744 25 A69-1303-555 16436 2017-04-21 18:48:00 45 -#> 10745 25 A69-1303-555 16437 2017-04-21 18:50:00 45 -#> 10746 25 A69-1303-555 16439 2017-04-21 18:52:00 45 -#> 10747 25 A69-1303-555 16440 2017-04-21 18:54:00 45 -#> 10748 25 A69-1303-555 16441 2017-04-21 18:56:00 45 -#> 10749 25 A69-1303-555 16442 2017-04-21 18:58:00 45 -#> 10750 25 A69-1303-555 16443 2017-04-21 19:00:00 45 -#> 10751 25 A69-1303-555 16445 2017-04-21 19:02:00 45 -#> 10752 25 A69-1303-555 16447 2017-04-21 19:04:00 45 -#> 10753 25 A69-1303-555 16448 2017-04-21 19:06:00 45 -#> 10754 25 A69-1303-555 16450 2017-04-21 19:08:00 45 -#> 10755 25 A69-1303-555 16452 2017-04-21 19:10:00 45 -#> 10756 25 A69-1303-555 16454 2017-04-21 19:14:00 45 -#> 10757 25 A69-1303-555 16456 2017-04-21 19:16:00 45 -#> 10758 25 A69-1303-555 16457 2017-04-21 19:18:00 45 -#> 10759 25 A69-1303-555 16459 2017-04-21 19:20:00 45 -#> 10760 25 A69-1303-555 16461 2017-04-21 19:24:00 45 -#> 10761 25 A69-1303-555 16463 2017-04-21 19:26:00 45 -#> 10762 25 A69-1303-555 16464 2017-04-21 19:28:00 45 -#> 10763 25 A69-1303-555 16465 2017-04-21 19:30:00 45 -#> 10764 25 A69-1303-555 16466 2017-04-21 19:32:00 45 -#> 10765 25 A69-1303-555 16468 2017-04-21 19:34:00 45 -#> 10766 25 A69-1303-555 16469 2017-04-21 19:36:00 45 -#> 10767 25 A69-1303-555 16471 2017-04-21 19:38:00 45 -#> 10768 25 A69-1303-555 16473 2017-04-21 19:40:00 45 -#> 10769 25 A69-1303-555 16474 2017-04-21 19:42:00 45 -#> 10770 25 A69-1303-555 16475 2017-04-21 19:44:00 45 -#> 10771 25 A69-1303-555 16477 2017-04-21 19:46:00 45 -#> 10772 25 A69-1303-555 16478 2017-04-21 19:48:00 45 -#> 10773 25 A69-1303-555 16480 2017-04-21 19:50:00 45 -#> 10774 25 A69-1303-555 16481 2017-04-21 19:52:00 45 -#> 10775 25 A69-1303-555 16483 2017-04-21 19:54:00 45 -#> 10776 25 A69-1303-555 16484 2017-04-21 19:56:00 45 -#> 10777 25 A69-1303-555 16486 2017-04-21 19:58:00 45 -#> 10778 25 A69-1303-555 16487 2017-04-21 20:00:00 45 -#> 10779 25 A69-1303-555 16488 2017-04-21 20:02:00 45 -#> 10780 25 A69-1303-555 16490 2017-04-21 20:04:00 45 -#> 10781 25 A69-1303-555 16492 2017-04-21 20:06:00 45 -#> 10782 25 A69-1303-555 16494 2017-04-21 20:08:00 45 -#> 10783 25 A69-1303-555 16495 2017-04-21 20:10:00 45 -#> 10784 25 A69-1303-555 16496 2017-04-21 20:12:00 45 -#> 10785 25 A69-1303-555 16499 2017-04-21 20:14:00 45 -#> 10786 25 A69-1303-555 16501 2017-04-21 20:16:00 45 -#> 10787 25 A69-1303-555 16502 2017-04-21 20:18:00 45 -#> 10788 25 A69-1303-555 16503 2017-04-21 20:20:00 45 -#> 10789 25 A69-1303-555 16504 2017-04-21 20:22:00 45 -#> 10790 25 A69-1303-555 16505 2017-04-21 20:24:00 45 -#> 10791 25 A69-1303-555 16507 2017-04-21 20:28:00 45 -#> 10792 25 A69-1303-555 16509 2017-04-21 20:30:00 45 -#> 10793 25 A69-1303-555 16512 2017-04-21 20:32:00 45 -#> 10794 25 A69-1303-555 16513 2017-04-21 20:34:00 45 -#> 10795 25 A69-1303-555 16515 2017-04-21 20:38:00 45 -#> 10796 25 A69-1303-555 16517 2017-04-21 20:44:00 45 -#> 10797 25 A69-1303-555 16519 2017-04-21 20:46:00 45 -#> 10798 25 A69-1303-555 16521 2017-04-21 20:48:00 45 -#> 10799 25 A69-1303-555 16523 2017-04-21 20:50:00 45 -#> 10800 25 A69-1303-555 16525 2017-04-21 20:52:00 45 -#> 10801 25 A69-1303-555 16527 2017-04-21 20:54:00 45 -#> 10802 25 A69-1303-555 16529 2017-04-21 20:56:00 45 -#> 10803 25 A69-1303-555 16530 2017-04-21 20:58:00 45 -#> 10804 25 A69-1303-555 16531 2017-04-21 21:00:00 45 -#> 10805 25 A69-1303-555 16533 2017-04-21 21:02:00 45 -#> 10806 25 A69-1303-555 16534 2017-04-21 21:04:00 45 -#> 10807 25 A69-1303-555 16537 2017-04-21 21:06:00 45 -#> 10808 25 A69-1303-555 16539 2017-04-21 21:08:00 56 -#> 10809 25 A69-1303-555 16540 2017-04-21 21:08:00 45 -#> 10810 25 A69-1303-555 16542 2017-04-21 21:10:00 45 -#> 10811 25 A69-1303-555 16543 2017-04-21 21:12:00 45 -#> 10812 25 A69-1303-555 16544 2017-04-21 21:12:00 56 -#> 10813 25 A69-1303-555 16546 2017-04-21 21:14:00 56 -#> 10814 25 A69-1303-555 16547 2017-04-21 21:14:00 45 -#> 10815 25 A69-1303-555 16549 2017-04-21 21:16:00 45 -#> 10816 25 A69-1303-555 16550 2017-04-21 21:16:00 56 -#> 10817 25 A69-1303-555 16554 2017-04-21 21:18:00 56 -#> 10818 25 A69-1303-555 16556 2017-04-21 21:20:00 56 -#> 10819 25 A69-1303-555 16557 2017-04-21 21:20:00 45 -#> 10820 25 A69-1303-555 16558 2017-04-21 21:24:00 56 -#> 10821 25 A69-1303-555 16560 2017-04-21 21:26:00 56 -#> 10822 25 A69-1303-555 16562 2017-04-21 21:28:00 56 -#> 10823 25 A69-1303-555 16563 2017-04-21 21:30:00 56 -#> 10824 25 A69-1303-555 16565 2017-04-21 21:32:00 56 -#> 10825 25 A69-1303-555 16566 2017-04-21 21:34:00 56 -#> 10826 25 A69-1303-555 16567 2017-04-21 21:36:00 56 -#> 10827 25 A69-1303-555 16568 2017-04-21 21:38:00 56 -#> 10828 25 A69-1303-555 16569 2017-04-21 21:38:00 45 -#> 10829 25 A69-1303-555 16571 2017-04-21 21:40:00 45 -#> 10830 25 A69-1303-555 16572 2017-04-21 21:40:00 56 -#> 10831 25 A69-1303-555 16573 2017-04-21 21:42:00 45 -#> 10832 25 A69-1303-555 16575 2017-04-21 21:44:00 45 -#> 10833 25 A69-1303-555 16576 2017-04-21 21:46:00 45 -#> 10834 25 A69-1303-555 16578 2017-04-21 21:48:00 45 -#> 10835 25 A69-1303-555 16580 2017-04-21 21:50:00 45 -#> 10836 25 A69-1303-555 16581 2017-04-21 21:52:00 45 -#> 10837 25 A69-1303-555 16583 2017-04-21 21:54:00 45 -#> 10838 25 A69-1303-555 16584 2017-04-21 22:12:00 56 -#> 10839 25 A69-1303-555 16585 2017-04-21 22:14:00 45 -#> 10840 25 A69-1303-555 16586 2017-04-21 22:16:00 56 -#> 10841 25 A69-1303-555 16587 2017-04-21 22:16:00 45 -#> 10842 25 A69-1303-555 16589 2017-04-21 22:18:00 45 -#> 10843 25 A69-1303-555 16590 2017-04-21 22:18:00 56 -#> 10844 25 A69-1303-555 16592 2017-04-21 22:20:00 56 -#> 10845 25 A69-1303-555 16593 2017-04-21 22:20:00 45 -#> 10846 25 A69-1303-555 16596 2017-04-21 22:22:00 56 -#> 10847 25 A69-1303-555 16597 2017-04-21 22:22:00 45 -#> 10848 25 A69-1303-555 16599 2017-04-21 22:24:00 45 -#> 10849 25 A69-1303-555 16602 2017-04-21 22:26:00 45 -#> 10850 25 A69-1303-555 16603 2017-04-21 22:26:00 56 -#> 10851 25 A69-1303-555 16604 2017-04-21 22:28:00 45 -#> 10852 25 A69-1303-555 16606 2017-04-21 22:30:00 45 -#> 10853 25 A69-1303-555 16608 2017-04-21 22:32:00 45 -#> 10854 25 A69-1303-555 16609 2017-04-21 22:34:00 45 -#> 10855 25 A69-1303-555 16611 2017-04-21 22:36:00 45 -#> 10856 25 A69-1303-555 16613 2017-04-21 22:38:00 45 -#> 10857 25 A69-1303-555 16615 2017-04-21 22:40:00 45 -#> 10858 25 A69-1303-555 16617 2017-04-21 22:42:00 45 -#> 10859 25 A69-1303-555 16619 2017-04-21 22:44:00 45 -#> 10860 25 A69-1303-555 16621 2017-04-21 22:46:00 45 -#> 10861 25 A69-1303-555 16622 2017-04-21 22:46:00 56 -#> 10862 25 A69-1303-555 16623 2017-04-21 22:48:00 45 -#> 10863 25 A69-1303-555 16624 2017-04-21 22:48:00 56 -#> 10864 25 A69-1303-555 16626 2017-04-21 22:50:00 45 -#> 10865 25 A69-1303-555 16628 2017-04-21 22:52:00 45 -#> 10866 25 A69-1303-555 16630 2017-04-21 22:54:00 45 -#> 10867 25 A69-1303-555 16632 2017-04-21 22:58:00 45 -#> 10868 25 A69-1303-555 16633 2017-04-22 00:48:00 45 -#> 10869 25 A69-1303-555 16634 2017-04-22 00:52:00 45 -#> 10870 25 A69-1303-555 16635 2017-04-22 00:56:00 45 -#> 10871 25 A69-1303-555 16638 2017-04-22 00:58:00 45 -#> 10872 25 A69-1303-555 16640 2017-04-22 01:00:00 45 -#> 10873 25 A69-1303-555 16642 2017-04-22 01:02:00 45 -#> 10874 25 A69-1303-555 16643 2017-04-22 01:04:00 45 -#> 10875 25 A69-1303-555 16645 2017-04-22 01:06:00 45 -#> 10876 25 A69-1303-555 16646 2017-04-22 01:08:00 45 -#> 10877 25 A69-1303-555 16648 2017-04-22 01:10:00 56 -#> 10878 25 A69-1303-555 16649 2017-04-22 01:10:00 45 -#> 10879 25 A69-1303-555 16650 2017-04-22 01:12:00 56 -#> 10880 25 A69-1303-555 16651 2017-04-22 01:12:00 45 -#> 10881 25 A69-1303-555 16652 2017-04-22 01:14:00 45 -#> 10882 25 A69-1303-555 16653 2017-04-22 01:16:00 45 -#> 10883 25 A69-1303-555 16655 2017-04-22 01:18:00 56 -#> 10884 25 A69-1303-555 16656 2017-04-22 01:18:00 45 -#> 10885 25 A69-1303-555 16658 2017-04-22 01:20:00 45 -#> 10886 25 A69-1303-555 16659 2017-04-22 01:20:00 56 -#> 10887 25 A69-1303-555 16660 2017-04-22 01:22:00 56 -#> 10888 25 A69-1303-555 16661 2017-04-22 01:22:00 45 -#> 10889 25 A69-1303-555 16662 2017-04-22 01:24:00 45 -#> 10890 25 A69-1303-555 16665 2017-04-22 01:26:00 45 -#> 10891 25 A69-1303-555 16666 2017-04-22 01:28:00 45 -#> 10892 25 A69-1303-555 16668 2017-04-22 01:30:00 45 -#> 10893 25 A69-1303-555 16669 2017-04-22 01:32:00 45 -#> 10894 25 A69-1303-555 16671 2017-04-22 01:34:00 45 -#> 10895 25 A69-1303-555 16673 2017-04-22 01:36:00 45 -#> 10896 25 A69-1303-555 16674 2017-04-22 01:38:00 45 -#> 10897 25 A69-1303-555 16675 2017-04-22 01:40:00 45 -#> 10898 25 A69-1303-555 16677 2017-04-22 01:42:00 45 -#> 10899 25 A69-1303-555 16678 2017-04-22 01:44:00 45 -#> 10900 25 A69-1303-555 16680 2017-04-22 01:46:00 45 -#> 10901 25 A69-1303-555 16681 2017-04-22 01:46:00 57 -#> 10902 25 A69-1303-555 16682 2017-04-22 01:48:00 57 -#> 10903 25 A69-1303-555 16684 2017-04-22 01:52:00 57 -#> 10904 25 A69-1303-555 16686 2017-04-22 01:52:00 43 -#> 10905 25 A69-1303-555 16687 2017-04-22 01:54:00 57 -#> 10906 25 A69-1303-555 16688 2017-04-22 01:54:00 43 -#> 10907 25 A69-1303-555 16692 2017-04-22 01:56:00 57 -#> 10908 25 A69-1303-555 16693 2017-04-22 01:56:00 43 -#> 10909 25 A69-1303-555 16697 2017-04-22 01:58:00 57 -#> 10910 25 A69-1303-555 16699 2017-04-22 02:00:00 57 -#> 10911 25 A69-1303-555 16700 2017-04-22 02:02:00 57 -#> 10912 25 A69-1303-555 16702 2017-04-22 02:04:00 57 -#> 10913 25 A69-1303-555 16703 2017-04-22 02:06:00 57 -#> 10914 25 A69-1303-555 16704 2017-04-22 02:06:00 43 -#> 10915 25 A69-1303-555 16706 2017-04-22 02:08:00 57 -#> 10916 25 A69-1303-555 16708 2017-04-22 02:08:00 43 -#> 10917 25 A69-1303-555 16709 2017-04-22 02:10:00 57 -#> 10918 25 A69-1303-555 16710 2017-04-22 02:10:00 43 -#> 10919 25 A69-1303-555 16711 2017-04-22 02:12:00 43 -#> 10920 25 A69-1303-555 16712 2017-04-22 02:14:00 43 -#> 10921 25 A69-1303-555 16713 2017-04-22 02:56:00 48 -#> 10922 25 A69-1303-555 16714 2017-04-22 03:12:00 48 -#> 10923 25 A69-1303-555 16715 2017-04-22 03:14:00 48 -#> 10924 25 A69-1303-555 16716 2017-04-22 03:16:00 48 -#> 10925 25 A69-1303-555 16718 2017-04-22 03:18:00 48 -#> 10926 25 A69-1303-555 16720 2017-04-22 03:20:00 48 -#> 10927 25 A69-1303-555 16721 2017-04-22 03:22:00 48 -#> 10928 25 A69-1303-555 16722 2017-04-22 03:24:00 48 -#> 10929 25 A69-1303-555 16724 2017-04-22 03:26:00 48 -#> 10930 25 A69-1303-555 16726 2017-04-22 03:28:00 48 -#> 10931 25 A69-1303-555 16727 2017-04-22 03:30:00 48 -#> 10932 25 A69-1303-555 16729 2017-04-22 03:32:00 48 -#> 10933 25 A69-1303-555 16730 2017-04-22 03:34:00 48 -#> 10934 25 A69-1303-555 16731 2017-04-22 03:36:00 48 -#> 10935 25 A69-1303-555 16732 2017-04-22 03:38:00 48 -#> 10936 25 A69-1303-555 16733 2017-04-22 03:58:00 49 -#> 10937 25 A69-1303-555 16734 2017-04-22 04:00:00 49 -#> 10938 25 A69-1303-555 16736 2017-04-22 04:02:00 49 -#> 10939 25 A69-1303-555 16738 2017-04-22 04:04:00 49 -#> 10940 25 A69-1303-555 16739 2017-04-22 04:06:00 49 -#> 10941 25 A69-1303-555 16740 2017-04-22 04:08:00 49 -#> 10942 25 A69-1303-555 16742 2017-04-22 04:12:00 49 -#> 10943 25 A69-1303-555 16744 2017-04-22 04:18:00 49 -#> 10944 25 A69-1303-555 16745 2017-04-22 04:20:00 49 -#> 10945 25 A69-1303-555 16746 2017-04-22 04:22:00 49 -#> 10946 25 A69-1303-555 16747 2017-04-22 04:26:00 49 -#> 10947 25 A69-1303-555 16748 2017-04-22 04:28:00 49 -#> 10948 25 A69-1303-555 16749 2017-04-22 04:30:00 49 -#> 10949 25 A69-1303-555 16751 2017-04-22 04:32:00 49 -#> 10950 25 A69-1303-555 16753 2017-04-22 04:34:00 49 -#> 10951 25 A69-1303-555 16754 2017-04-22 04:40:00 49 -#> 10952 25 A69-1303-555 16755 2017-04-22 04:42:00 49 -#> 10953 25 A69-1303-555 16756 2017-04-23 03:44:00 51 -#> 10954 25 A69-1303-555 16757 2017-04-23 03:54:00 51 -#> 10955 25 A69-1303-555 16758 2017-04-23 03:56:00 51 -#> 10956 25 A69-1303-555 16759 2017-04-23 03:58:00 51 -#> 10957 25 A69-1303-555 16761 2017-04-23 04:02:00 51 -#> 10958 25 A69-1303-555 16762 2017-04-23 04:04:00 51 -#> 10959 25 A69-1303-555 16763 2017-04-23 04:10:00 51 -#> 10960 25 A69-1303-555 16764 2017-04-23 04:14:00 51 -#> 10961 25 A69-1303-555 16766 2017-04-23 04:16:00 51 -#> 10962 25 A69-1303-555 16767 2017-04-23 04:18:00 51 -#> 10963 25 A69-1303-555 16769 2017-04-23 04:20:00 51 -#> 10964 25 A69-1303-555 16771 2017-04-23 04:22:00 51 -#> 10965 25 A69-1303-555 16772 2017-04-23 04:26:00 51 -#> 10966 25 A69-1303-555 16774 2017-04-23 04:28:00 51 -#> 10967 25 A69-1303-555 16776 2017-04-23 04:30:00 51 -#> 10968 25 A69-1303-555 16777 2017-04-23 04:32:00 51 -#> 10969 25 A69-1303-555 16779 2017-04-23 04:34:00 51 -#> 10970 25 A69-1303-555 16780 2017-04-23 04:36:00 51 -#> 10971 25 A69-1303-555 16781 2017-04-23 04:38:00 51 -#> 10972 25 A69-1303-555 16782 2017-04-23 04:48:00 51 -#> 10973 25 A69-1303-555 16783 2017-04-23 11:32:00 51 -#> 10974 25 A69-1303-555 16784 2017-04-23 11:34:00 51 -#> 10975 25 A69-1303-555 16785 2017-04-23 13:24:00 51 -#> 10976 25 A69-1303-555 16786 2017-04-23 13:38:00 51 -#> 10977 25 A69-1303-555 16787 2017-04-23 14:18:00 51 -#> 10978 25 A69-1303-555 16788 2017-04-23 14:22:00 51 -#> 10979 25 A69-1303-555 16789 2017-04-23 14:28:00 51 -#> 10980 25 A69-1303-555 16790 2017-04-23 14:36:00 51 -#> 10981 25 A69-1303-555 16791 2017-04-23 14:48:00 51 -#> 10982 25 A69-1303-555 16792 2017-04-23 14:52:00 51 -#> 10983 25 A69-1303-555 16793 2017-04-27 19:56:00 45 -#> 10984 25 A69-1303-555 16794 2017-04-27 19:58:00 45 -#> 10985 25 A69-1303-555 16796 2017-04-27 20:00:00 45 -#> 10986 25 A69-1303-555 16798 2017-04-27 20:02:00 45 -#> 10987 25 A69-1303-555 16799 2017-04-27 20:04:00 45 -#> 10988 25 A69-1303-555 16801 2017-04-27 20:06:00 45 -#> 10989 25 A69-1303-555 16803 2017-04-27 20:08:00 45 -#> 10990 25 A69-1303-555 16804 2017-04-27 20:10:00 45 -#> 10991 25 A69-1303-555 16806 2017-04-27 20:12:00 45 -#> 10992 25 A69-1303-555 16807 2017-04-27 20:14:00 45 -#> 10993 25 A69-1303-555 16808 2017-04-27 20:16:00 45 -#> 10994 25 A69-1303-555 16810 2017-04-27 20:18:00 45 -#> 10995 25 A69-1303-555 16811 2017-04-27 20:20:00 56 -#> 10996 25 A69-1303-555 16812 2017-04-27 20:20:00 45 -#> 10997 25 A69-1303-555 16813 2017-04-27 20:22:00 45 -#> 10998 25 A69-1303-555 16815 2017-04-27 20:22:00 56 -#> 10999 25 A69-1303-555 16816 2017-04-27 20:24:00 45 -#> 11000 25 A69-1303-555 16818 2017-04-27 20:26:00 45 -#> 11001 25 A69-1303-555 16819 2017-04-27 20:28:00 45 -#> 11002 25 A69-1303-555 16821 2017-04-27 20:28:00 56 -#> 11003 25 A69-1303-555 16822 2017-04-27 20:30:00 45 -#> 11004 25 A69-1303-555 16823 2017-04-27 20:30:00 56 -#> 11005 25 A69-1303-555 16824 2017-04-27 20:32:00 45 -#> 11006 25 A69-1303-555 16825 2017-04-27 20:34:00 45 -#> 11007 25 A69-1303-555 16826 2017-04-27 20:40:00 45 -#> 11008 25 A69-1303-555 16828 2017-04-27 20:44:00 45 -#> 11009 25 A69-1303-555 16829 2017-04-27 20:48:00 45 -#> 11010 25 A69-1303-555 16830 2017-04-27 20:50:00 45 -#> 11011 25 A69-1303-555 16832 2017-04-27 20:52:00 45 -#> 11012 25 A69-1303-555 16834 2017-04-27 20:54:00 45 -#> 11013 25 A69-1303-555 16836 2017-04-27 20:56:00 45 -#> 11014 25 A69-1303-555 16837 2017-04-27 20:58:00 45 -#> 11015 25 A69-1303-555 16839 2017-04-27 21:00:00 45 -#> 11016 25 A69-1303-555 16841 2017-04-27 21:02:00 45 -#> 11017 25 A69-1303-555 16842 2017-04-27 21:04:00 45 -#> 11018 25 A69-1303-555 16844 2017-04-27 21:06:00 45 -#> 11019 25 A69-1303-555 16846 2017-04-27 21:08:00 45 -#> 11020 25 A69-1303-555 16848 2017-04-27 21:10:00 45 -#> 11021 25 A69-1303-555 16849 2017-04-27 21:12:00 45 -#> 11022 25 A69-1303-555 16851 2017-04-27 21:14:00 45 -#> 11023 25 A69-1303-555 16854 2017-04-27 21:16:00 45 -#> 11024 25 A69-1303-555 16855 2017-04-27 21:18:00 45 -#> 11025 25 A69-1303-555 16857 2017-04-27 21:20:00 45 -#> 11026 25 A69-1303-555 16859 2017-04-27 21:22:00 45 -#> 11027 25 A69-1303-555 16860 2017-04-27 21:24:00 45 -#> 11028 25 A69-1303-555 16863 2017-04-27 21:26:00 45 -#> 11029 25 A69-1303-555 16865 2017-04-27 21:28:00 45 -#> 11030 25 A69-1303-555 16867 2017-04-27 21:30:00 45 -#> 11031 25 A69-1303-555 16868 2017-04-27 21:32:00 45 -#> 11032 25 A69-1303-555 16871 2017-04-27 21:38:00 45 -#> 11033 25 A69-1303-555 16873 2017-04-27 21:40:00 45 -#> 11034 25 A69-1303-555 16874 2017-04-27 21:42:00 45 -#> 11035 25 A69-1303-555 16876 2017-04-27 21:46:00 45 -#> 11036 25 A69-1303-555 16877 2017-04-27 21:50:00 45 -#> 11037 25 A69-1303-555 16878 2017-04-27 21:52:00 45 -#> 11038 25 A69-1303-555 16879 2017-04-27 21:54:00 45 -#> 11039 25 A69-1303-555 16881 2017-04-27 21:58:00 45 -#> 11040 25 A69-1303-555 16882 2017-04-27 22:00:00 45 -#> 11041 25 A69-1303-555 16884 2017-04-27 22:04:00 45 -#> 11042 25 A69-1303-555 16887 2017-04-27 22:06:00 45 -#> 11043 25 A69-1303-555 16889 2017-04-27 22:08:00 45 -#> 11044 25 A69-1303-555 16890 2017-04-27 22:10:00 45 -#> 11045 25 A69-1303-555 16891 2017-04-27 22:12:00 45 -#> 11046 25 A69-1303-555 16893 2017-04-27 22:14:00 45 -#> 11047 25 A69-1303-555 16895 2017-04-27 22:16:00 45 -#> 11048 25 A69-1303-555 16896 2017-04-27 22:18:00 45 -#> 11049 25 A69-1303-555 16899 2017-04-27 22:20:00 45 -#> 11050 25 A69-1303-555 16900 2017-04-27 22:22:00 45 -#> 11051 25 A69-1303-555 16901 2017-04-27 22:24:00 45 -#> 11052 25 A69-1303-555 16902 2017-04-27 22:26:00 45 -#> 11053 25 A69-1303-555 16904 2017-04-27 22:28:00 45 -#> 11054 25 A69-1303-555 16905 2017-04-27 22:30:00 45 -#> 11055 25 A69-1303-555 16907 2017-04-27 22:32:00 45 -#> 11056 25 A69-1303-555 16909 2017-04-27 22:34:00 45 -#> 11057 25 A69-1303-555 16910 2017-04-27 22:36:00 45 -#> 11058 25 A69-1303-555 16913 2017-04-27 22:38:00 45 -#> 11059 25 A69-1303-555 16915 2017-04-27 22:40:00 45 -#> 11060 25 A69-1303-555 16917 2017-04-27 22:42:00 45 -#> 11061 25 A69-1303-555 16919 2017-04-27 22:44:00 45 -#> 11062 25 A69-1303-555 16921 2017-04-27 22:46:00 45 -#> 11063 25 A69-1303-555 16922 2017-04-27 22:48:00 45 -#> 11064 25 A69-1303-555 16924 2017-04-27 22:50:00 45 -#> 11065 25 A69-1303-555 16926 2017-04-27 22:52:00 45 -#> 11066 25 A69-1303-555 16927 2017-04-27 22:54:00 45 -#> 11067 25 A69-1303-555 16929 2017-04-27 22:56:00 45 -#> 11068 25 A69-1303-555 16930 2017-04-27 22:58:00 45 -#> 11069 25 A69-1303-555 16932 2017-04-27 23:00:00 45 -#> 11070 25 A69-1303-555 16934 2017-04-27 23:02:00 45 -#> 11071 25 A69-1303-555 16937 2017-04-27 23:04:00 45 -#> 11072 25 A69-1303-555 16939 2017-04-27 23:06:00 45 -#> 11073 25 A69-1303-555 16941 2017-04-27 23:08:00 45 -#> 11074 25 A69-1303-555 16943 2017-04-27 23:10:00 45 -#> 11075 25 A69-1303-555 16944 2017-04-27 23:12:00 45 -#> 11076 25 A69-1303-555 16945 2017-04-27 23:14:00 45 -#> 11077 25 A69-1303-555 16948 2017-04-27 23:16:00 45 -#> 11078 25 A69-1303-555 16950 2017-04-27 23:18:00 45 -#> 11079 25 A69-1303-555 16951 2017-04-27 23:20:00 45 -#> 11080 25 A69-1303-555 16953 2017-04-27 23:22:00 45 -#> 11081 25 A69-1303-555 16954 2017-04-27 23:24:00 45 -#> 11082 25 A69-1303-555 16957 2017-04-27 23:26:00 45 -#> 11083 25 A69-1303-555 16958 2017-04-27 23:28:00 45 -#> 11084 25 A69-1303-555 16960 2017-04-27 23:30:00 45 -#> 11085 25 A69-1303-555 16962 2017-04-27 23:32:00 45 -#> 11086 25 A69-1303-555 16963 2017-04-27 23:34:00 45 -#> 11087 25 A69-1303-555 16965 2017-04-27 23:36:00 45 -#> 11088 25 A69-1303-555 16966 2017-04-27 23:38:00 45 -#> 11089 25 A69-1303-555 16968 2017-04-27 23:40:00 45 -#> 11090 25 A69-1303-555 16969 2017-04-27 23:42:00 45 -#> 11091 25 A69-1303-555 16970 2017-04-27 23:46:00 45 -#> 11092 25 A69-1303-555 16971 2017-04-27 23:48:00 56 -#> 11093 25 A69-1303-555 16972 2017-04-27 23:50:00 45 -#> 11094 25 A69-1303-555 16974 2017-04-27 23:52:00 45 -#> 11095 25 A69-1303-555 16976 2017-04-27 23:54:00 45 -#> 11096 25 A69-1303-555 16977 2017-04-27 23:54:00 56 -#> 11097 25 A69-1303-555 16978 2017-04-27 23:56:00 45 -#> 11098 25 A69-1303-555 16979 2017-04-27 23:58:00 45 -#> 11099 25 A69-1303-555 16981 2017-04-28 00:00:00 56 -#> 11100 25 A69-1303-555 16983 2017-04-28 00:02:00 56 -#> 11101 25 A69-1303-555 16984 2017-04-28 00:04:00 45 -#> 11102 25 A69-1303-555 16985 2017-04-28 00:06:00 56 -#> 11103 25 A69-1303-555 16986 2017-04-28 00:08:00 56 -#> 11104 25 A69-1303-555 16987 2017-04-28 00:10:00 45 -#> 11105 25 A69-1303-555 16988 2017-04-28 00:10:00 56 -#> 11106 25 A69-1303-555 16989 2017-04-28 00:12:00 56 -#> 11107 25 A69-1303-555 16990 2017-04-28 00:12:00 45 -#> 11108 25 A69-1303-555 16991 2017-04-28 00:14:00 45 -#> 11109 25 A69-1303-555 16992 2017-04-28 00:16:00 45 -#> 11110 25 A69-1303-555 16993 2017-04-28 00:16:00 56 -#> 11111 25 A69-1303-555 16995 2017-04-28 00:18:00 45 -#> receiver receiver_long receiver_lat receiver_depth -#> 1 VR2W-108163 -5.610733 56.37628 25 -#> 2 VR2W-108163 -5.610733 56.37628 25 -#> 3 VR2W-108163 -5.610733 56.37628 25 -#> 4 VR2W-108163 -5.610733 56.37628 25 -#> 5 VR2W-108163 -5.610733 56.37628 25 -#> 6 VR2W-108163 -5.610733 56.37628 25 -#> 7 VR2W-108163 -5.610733 56.37628 25 -#> 8 VR2W-108163 -5.610733 56.37628 25 -#> 9 VR2W-108163 -5.610733 56.37628 25 -#> 10 VR2W-108163 -5.610733 56.37628 25 -#> 11 VR2W-108163 -5.610733 56.37628 25 -#> 12 VR2W-108163 -5.610733 56.37628 25 -#> 13 VR2W-108163 -5.610733 56.37628 25 -#> 14 VR2W-108163 -5.610733 56.37628 25 -#> 15 VR2W-108163 -5.610733 56.37628 25 -#> 16 VR2W-108163 -5.610733 56.37628 25 -#> 17 VR2W-108163 -5.610733 56.37628 25 -#> 18 VR2W-108163 -5.610733 56.37628 25 -#> 19 VR2W-108158 -5.619533 56.37413 25 -#> 20 VR2W-108163 -5.610733 56.37628 25 -#> 21 VR2W-108163 -5.610733 56.37628 25 -#> 22 VR2W-108158 -5.619533 56.37413 25 -#> 23 VR2W-108158 -5.619533 56.37413 25 -#> 24 VR2W-108158 -5.619533 56.37413 25 -#> 25 VR2W-108158 -5.619533 56.37413 25 -#> 26 VR2W-108158 -5.619533 56.37413 25 -#> 27 VR2W-108158 -5.619533 56.37413 25 -#> 28 VR2W-108158 -5.619533 56.37413 25 -#> 29 VR2W-108158 -5.619533 56.37413 25 -#> 30 VR2W-108158 -5.619533 56.37413 25 -#> 31 VR2W-108158 -5.619533 56.37413 25 -#> 32 VR2W-108158 -5.619533 56.37413 25 -#> 33 VR2W-108158 -5.619533 56.37413 25 -#> 34 VR2W-108158 -5.619533 56.37413 25 -#> 35 VR2W-108158 -5.619533 56.37413 25 -#> 36 VR2W-108158 -5.619533 56.37413 25 -#> 37 VR2W-108158 -5.619533 56.37413 25 -#> 38 VR2W-108158 -5.619533 56.37413 25 -#> 39 VR2W-108158 -5.619533 56.37413 25 -#> 40 VR2W-108158 -5.619533 56.37413 25 -#> 41 VR2W-108158 -5.619533 56.37413 25 -#> 42 VR2W-108158 -5.619533 56.37413 25 -#> 43 VR2W-108163 -5.610733 56.37628 25 -#> 44 VR2W-108163 -5.610733 56.37628 25 -#> 45 VR2W-108163 -5.610733 56.37628 25 -#> 46 VR2W-108163 -5.610733 56.37628 25 -#> 47 VR2W-108163 -5.610733 56.37628 25 -#> 48 VR2W-108163 -5.610733 56.37628 25 -#> 49 VR2W-108163 -5.610733 56.37628 25 -#> 50 VR2W-108163 -5.610733 56.37628 25 -#> 51 VR2W-108163 -5.610733 56.37628 25 -#> 52 VR2W-108158 -5.619533 56.37413 25 -#> 53 VR2W-108158 -5.619533 56.37413 25 -#> 54 VR2W-108163 -5.610733 56.37628 25 -#> 55 VR2W-108163 -5.610733 56.37628 25 -#> 56 VR2W-108163 -5.610733 56.37628 25 -#> 57 VR2W-108163 -5.610733 56.37628 25 -#> 58 VR2W-108163 -5.610733 56.37628 25 -#> 59 VR2W-108163 -5.610733 56.37628 25 -#> 60 VR2W-108163 -5.610733 56.37628 25 -#> 61 VR2W-108163 -5.610733 56.37628 25 -#> 62 VR2W-108163 -5.610733 56.37628 25 -#> 63 VR2W-108163 -5.610733 56.37628 25 -#> 64 VR2W-108163 -5.610733 56.37628 25 -#> 65 VR2W-108163 -5.610733 56.37628 25 -#> 66 VR2W-108163 -5.610733 56.37628 25 -#> 67 VR2W-120722 -5.602283 56.37748 25 -#> 68 VR2W-108163 -5.610733 56.37628 25 -#> 69 VR2W-120722 -5.602283 56.37748 25 -#> 70 VR2W-108163 -5.610733 56.37628 25 -#> 71 VR2W-108163 -5.610733 56.37628 25 -#> 72 VR2W-108163 -5.610733 56.37628 25 -#> 73 VR2W-108163 -5.610733 56.37628 25 -#> 74 VR2W-108163 -5.610733 56.37628 25 -#> 75 VR2W-120722 -5.602283 56.37748 25 -#> 76 VR2W-108163 -5.610733 56.37628 25 -#> 77 VR2W-108163 -5.610733 56.37628 25 -#> 78 VR2W-108163 -5.610733 56.37628 25 -#> 79 VR2W-108163 -5.610733 56.37628 25 -#> 80 VR2W-108163 -5.610733 56.37628 25 -#> 81 VR2W-108163 -5.610733 56.37628 25 -#> 82 VR2W-108163 -5.610733 56.37628 25 -#> 83 VR2W-108163 -5.610733 56.37628 25 -#> 84 VR2W-108163 -5.610733 56.37628 25 -#> 85 VR2W-108163 -5.610733 56.37628 25 -#> 86 VR2W-108163 -5.610733 56.37628 25 -#> 87 VR2W-108163 -5.610733 56.37628 25 -#> 88 VR2W-108163 -5.610733 56.37628 25 -#> 89 VR2W-108163 -5.610733 56.37628 25 -#> 90 VR2W-108163 -5.610733 56.37628 25 -#> 91 VR2W-108163 -5.610733 56.37628 25 -#> 92 VR2W-108163 -5.610733 56.37628 25 -#> 93 VR2W-120722 -5.602283 56.37748 25 -#> 94 VR2W-108163 -5.610733 56.37628 25 -#> 95 VR2W-120722 -5.602283 56.37748 25 -#> 96 VR2W-120722 -5.602283 56.37748 25 -#> 97 VR2W-108163 -5.610733 56.37628 25 -#> 98 VR2W-120722 -5.602283 56.37748 25 -#> 99 VR2W-108163 -5.610733 56.37628 25 -#> 100 VR2W-108163 -5.610733 56.37628 25 -#> 101 VR2W-120722 -5.602283 56.37748 25 -#> 102 VR2W-108163 -5.610733 56.37628 25 -#> 103 VR2W-108163 -5.610733 56.37628 25 -#> 104 VR2W-108163 -5.610733 56.37628 25 -#> 105 VR2W-108163 -5.610733 56.37628 25 -#> 106 VR2W-108163 -5.610733 56.37628 25 -#> 107 VR2W-108163 -5.610733 56.37628 25 -#> 108 VR2W-108163 -5.610733 56.37628 25 -#> 109 VR2W-108163 -5.610733 56.37628 25 -#> 110 VR2W-108163 -5.610733 56.37628 25 -#> 111 VR2W-108163 -5.610733 56.37628 25 -#> 112 VR2W-108163 -5.610733 56.37628 25 -#> 113 VR2W-108163 -5.610733 56.37628 25 -#> 114 VR2W-108163 -5.610733 56.37628 25 -#> 115 VR2W-108163 -5.610733 56.37628 25 -#> 116 VR2W-108163 -5.610733 56.37628 25 -#> 117 VR2W-108163 -5.610733 56.37628 25 -#> 118 VR2W-108163 -5.610733 56.37628 25 -#> 119 VR2W-108163 -5.610733 56.37628 25 -#> 120 VR2W-108163 -5.610733 56.37628 25 -#> 121 VR2W-108163 -5.610733 56.37628 25 -#> 122 VR2W-108163 -5.610733 56.37628 25 -#> 123 VR2W-108163 -5.610733 56.37628 25 -#> 124 VR2W-108163 -5.610733 56.37628 25 -#> 125 VR2W-108163 -5.610733 56.37628 25 -#> 126 VR2W-108163 -5.610733 56.37628 25 -#> 127 VR2W-108163 -5.610733 56.37628 25 -#> 128 VR2W-108163 -5.610733 56.37628 25 -#> 129 VR2W-108163 -5.610733 56.37628 25 -#> 130 VR2W-108163 -5.610733 56.37628 25 -#> 131 VR2W-108163 -5.610733 56.37628 25 -#> 132 VR2W-108163 -5.610733 56.37628 25 -#> 133 VR2W-108163 -5.610733 56.37628 25 -#> 134 VR2W-108163 -5.610733 56.37628 25 -#> 135 VR2W-108163 -5.610733 56.37628 25 -#> 136 VR2W-108163 -5.610733 56.37628 25 -#> 137 VR2W-108163 -5.610733 56.37628 25 -#> 138 VR2W-108163 -5.610733 56.37628 25 -#> 139 VR2W-108163 -5.610733 56.37628 25 -#> 140 VR2W-108163 -5.610733 56.37628 25 -#> 141 VR2W-108163 -5.610733 56.37628 25 -#> 142 VR2-6720 -5.627150 56.50808 50 -#> 143 VR2-6720 -5.627150 56.50808 50 -#> 144 VR2-6720 -5.627150 56.50808 50 -#> 145 VR2-6720 -5.627150 56.50808 50 -#> 146 VR2-6720 -5.627150 56.50808 50 -#> 147 VR2-6720 -5.627150 56.50808 50 -#> 148 VR2-6720 -5.627150 56.50808 50 -#> 149 VR2-6720 -5.627150 56.50808 50 -#> 150 VR2-6720 -5.627150 56.50808 50 -#> 151 VR2-6720 -5.627150 56.50808 50 -#> 152 VR2-6720 -5.627150 56.50808 50 -#> 153 VR2-6720 -5.627150 56.50808 50 -#> 154 VR2-6720 -5.627150 56.50808 50 -#> 155 VR2-6720 -5.627150 56.50808 50 -#> 156 VR2-6720 -5.627150 56.50808 50 -#> 157 VR2-6720 -5.627150 56.50808 50 -#> 158 VR2-6720 -5.627150 56.50808 50 -#> 159 VR2-6720 -5.627150 56.50808 50 -#> 160 VR2-6720 -5.627150 56.50808 50 -#> 161 VR2-6720 -5.627150 56.50808 50 -#> 162 VR2-6720 -5.627150 56.50808 50 -#> 163 VR2-6720 -5.627150 56.50808 50 -#> 164 VR2-6720 -5.627150 56.50808 50 -#> 165 VR2-6720 -5.627150 56.50808 50 -#> 166 VR2-6720 -5.627150 56.50808 50 -#> 167 VR2-6720 -5.627150 56.50808 50 -#> 168 VR2-6720 -5.627150 56.50808 50 -#> 169 VR2-6720 -5.627150 56.50808 50 -#> 170 VR2-6720 -5.627150 56.50808 50 -#> 171 VR2-6720 -5.627150 56.50808 50 -#> 172 VR2-6720 -5.627150 56.50808 50 -#> 173 VR2-6720 -5.627150 56.50808 50 -#> 174 VR2-6720 -5.627150 56.50808 50 -#> 175 VR2-6720 -5.627150 56.50808 50 -#> 176 VR2-6720 -5.627150 56.50808 50 -#> 177 VR2-6720 -5.627150 56.50808 50 -#> 178 VR2-6720 -5.627150 56.50808 50 -#> 179 VR2-6720 -5.627150 56.50808 50 -#> 180 VR2-6720 -5.627150 56.50808 50 -#> 181 VR2-6720 -5.627150 56.50808 50 -#> 182 VR2-6720 -5.627150 56.50808 50 -#> 183 VR2-6720 -5.627150 56.50808 50 -#> 184 VR2-6720 -5.627150 56.50808 50 -#> 185 VR2-6720 -5.627150 56.50808 50 -#> 186 VR2-6720 -5.627150 56.50808 50 -#> 187 VR2W-107823 -5.691883 56.49690 25 -#> 188 VR2W-107823 -5.691883 56.49690 25 -#> 189 VR2W-107823 -5.691883 56.49690 25 -#> 190 VR2W-107823 -5.691883 56.49690 25 -#> 191 VR2W-107823 -5.691883 56.49690 25 -#> 192 VR2W-107823 -5.691883 56.49690 25 -#> 193 VR2W-107823 -5.691883 56.49690 25 -#> 194 VR2W-107823 -5.691883 56.49690 25 -#> 195 VR2W-107823 -5.691883 56.49690 25 -#> 196 VR2W-107823 -5.691883 56.49690 25 -#> 197 VR2W-107823 -5.691883 56.49690 25 -#> 198 VR2W-107823 -5.691883 56.49690 25 -#> 199 VR2W-107823 -5.691883 56.49690 25 -#> 200 VR2W-107823 -5.691883 56.49690 25 -#> 201 VR2W-107823 -5.691883 56.49690 25 -#> 202 VR2W-107823 -5.691883 56.49690 25 -#> 203 VR2W-107823 -5.691883 56.49690 25 -#> 204 VR2W-107823 -5.691883 56.49690 25 -#> 205 VR2W-107823 -5.691883 56.49690 25 -#> 206 VR2W-107823 -5.691883 56.49690 25 -#> 207 VR2W-107823 -5.691883 56.49690 25 -#> 208 VR2W-107823 -5.691883 56.49690 25 -#> 209 VR2W-107823 -5.691883 56.49690 25 -#> 210 VR2W-107823 -5.691883 56.49690 25 -#> 211 VR2W-107823 -5.691883 56.49690 25 -#> 212 VR2W-107823 -5.691883 56.49690 25 -#> 213 VR2W-108160 -5.704867 56.48890 25 -#> 214 VR2W-107823 -5.691883 56.49690 25 -#> 215 VR2W-107823 -5.691883 56.49690 25 -#> 216 VR2W-107823 -5.691883 56.49690 25 -#> 217 VR2W-107823 -5.691883 56.49690 25 -#> 218 VR2W-107823 -5.691883 56.49690 25 -#> 219 VR2W-107823 -5.691883 56.49690 25 -#> 220 VR2W-107823 -5.691883 56.49690 25 -#> 221 VR2W-107823 -5.691883 56.49690 25 -#> 222 VR2W-107823 -5.691883 56.49690 25 -#> 223 VR2W-107823 -5.691883 56.49690 25 -#> 224 VR2W-107823 -5.691883 56.49690 25 -#> 225 VR2W-107823 -5.691883 56.49690 25 -#> 226 VR2W-107823 -5.691883 56.49690 25 -#> 227 VR2W-107823 -5.691883 56.49690 25 -#> 228 VR2W-107823 -5.691883 56.49690 25 -#> 229 VR2W-107823 -5.691883 56.49690 25 -#> 230 VR2W-107823 -5.691883 56.49690 25 -#> 231 VR2-6720 -5.627150 56.50808 50 -#> 232 VR2-6720 -5.627150 56.50808 50 -#> 233 VR2-6720 -5.627150 56.50808 50 -#> 234 VR2-6720 -5.627150 56.50808 50 -#> 235 VR2-6720 -5.627150 56.50808 50 -#> 236 VR2W-108155 -5.614267 56.45872 25 -#> 237 VR2W-108155 -5.614267 56.45872 25 -#> 238 VR2W-108155 -5.614267 56.45872 25 -#> 239 VR2W-108155 -5.614267 56.45872 25 -#> 240 VR2W-108155 -5.614267 56.45872 25 -#> 241 VR2W-108163 -5.610733 56.37628 25 -#> 242 VR2W-108158 -5.619533 56.37413 25 -#> 243 VR2W-108163 -5.610733 56.37628 25 -#> 244 VR2W-108158 -5.619533 56.37413 25 -#> 245 VR2W-108163 -5.610733 56.37628 25 -#> 246 VR2W-108158 -5.619533 56.37413 25 -#> 247 VR2W-108163 -5.610733 56.37628 25 -#> 248 VR2W-108158 -5.619533 56.37413 25 -#> 249 VR2W-108163 -5.610733 56.37628 25 -#> 250 VR2W-108163 -5.610733 56.37628 25 -#> 251 VR2W-108158 -5.619533 56.37413 25 -#> 252 VR2W-108158 -5.619533 56.37413 25 -#> 253 VR2W-108158 -5.619533 56.37413 25 -#> 254 VR2W-108158 -5.619533 56.37413 25 -#> 255 VR2W-108163 -5.610733 56.37628 25 -#> 256 VR2W-108158 -5.619533 56.37413 25 -#> 257 VR2W-108163 -5.610733 56.37628 25 -#> 258 VR2W-108163 -5.610733 56.37628 25 -#> 259 VR2W-108158 -5.619533 56.37413 25 -#> 260 VR2W-108163 -5.610733 56.37628 25 -#> 261 VR2W-108163 -5.610733 56.37628 25 -#> 262 VR2W-108163 -5.610733 56.37628 25 -#> 263 VR2W-108158 -5.619533 56.37413 25 -#> 264 VR2W-108163 -5.610733 56.37628 25 -#> 265 VR2W-108158 -5.619533 56.37413 25 -#> 266 VR2W-108163 -5.610733 56.37628 25 -#> 267 VR2W-108158 -5.619533 56.37413 25 -#> 268 VR2W-108163 -5.610733 56.37628 25 -#> 269 VR2W-108158 -5.619533 56.37413 25 -#> 270 VR2W-108158 -5.619533 56.37413 25 -#> 271 VR2W-108163 -5.610733 56.37628 25 -#> 272 VR2W-108163 -5.610733 56.37628 25 -#> 273 VR2W-108158 -5.619533 56.37413 25 -#> 274 VR2W-108163 -5.610733 56.37628 25 -#> 275 VR2W-108163 -5.610733 56.37628 25 -#> 276 VR2W-108158 -5.619533 56.37413 25 -#> 277 VR2W-108163 -5.610733 56.37628 25 -#> 278 VR2W-108158 -5.619533 56.37413 25 -#> 279 VR2W-108163 -5.610733 56.37628 25 -#> 280 VR2W-108158 -5.619533 56.37413 25 -#> 281 VR2W-108163 -5.610733 56.37628 25 -#> 282 VR2W-108163 -5.610733 56.37628 25 -#> 283 VR2W-108163 -5.610733 56.37628 25 -#> 284 VR2W-108158 -5.619533 56.37413 25 -#> 285 VR2W-108163 -5.610733 56.37628 25 -#> 286 VR2W-108158 -5.619533 56.37413 25 -#> 287 VR2W-108158 -5.619533 56.37413 25 -#> 288 VR2W-108163 -5.610733 56.37628 25 -#> 289 VR2W-108163 -5.610733 56.37628 25 -#> 290 VR2W-108163 -5.610733 56.37628 25 -#> 291 VR2W-108163 -5.610733 56.37628 25 -#> 292 VR2W-108163 -5.610733 56.37628 25 -#> 293 VR2W-108158 -5.619533 56.37413 25 -#> 294 VR2W-108163 -5.610733 56.37628 25 -#> 295 VR2W-108163 -5.610733 56.37628 25 -#> 296 VR2W-108163 -5.610733 56.37628 25 -#> 297 VR2W-108163 -5.610733 56.37628 25 -#> 298 VR2W-108163 -5.610733 56.37628 25 -#> 299 VR2W-108163 -5.610733 56.37628 25 -#> 300 VR2W-108163 -5.610733 56.37628 25 -#> 301 VR2W-108163 -5.610733 56.37628 25 -#> 302 VR2W-108163 -5.610733 56.37628 25 -#> 303 VR2W-108163 -5.610733 56.37628 25 -#> 304 VR2W-108163 -5.610733 56.37628 25 -#> 305 VR2W-108163 -5.610733 56.37628 25 -#> 306 VR2W-108163 -5.610733 56.37628 25 -#> 307 VR2W-108163 -5.610733 56.37628 25 -#> 308 VR2W-108163 -5.610733 56.37628 25 -#> 309 VR2W-108163 -5.610733 56.37628 25 -#> 310 VR2W-120722 -5.602283 56.37748 25 -#> 311 VR2W-108163 -5.610733 56.37628 25 -#> 312 VR2W-108163 -5.610733 56.37628 25 -#> 313 VR2W-108163 -5.610733 56.37628 25 -#> 314 VR2W-108163 -5.610733 56.37628 25 -#> 315 VR2W-108163 -5.610733 56.37628 25 -#> 316 VR2W-108163 -5.610733 56.37628 25 -#> 317 VR2W-108163 -5.610733 56.37628 25 -#> 318 VR2W-108163 -5.610733 56.37628 25 -#> 319 VR2W-108163 -5.610733 56.37628 25 -#> 320 VR2W-108163 -5.610733 56.37628 25 -#> 321 VR2W-108163 -5.610733 56.37628 25 -#> 322 VR2W-108163 -5.610733 56.37628 25 -#> 323 VR2W-108163 -5.610733 56.37628 25 -#> 324 VR2W-108163 -5.610733 56.37628 25 -#> 325 VR2W-108163 -5.610733 56.37628 25 -#> 326 VR2W-108163 -5.610733 56.37628 25 -#> 327 VR2W-108163 -5.610733 56.37628 25 -#> 328 VR2W-108163 -5.610733 56.37628 25 -#> 329 VR2W-108163 -5.610733 56.37628 25 -#> 330 VR2W-108163 -5.610733 56.37628 25 -#> 331 VR2W-108163 -5.610733 56.37628 25 -#> 332 VR2W-108163 -5.610733 56.37628 25 -#> 333 VR2W-108163 -5.610733 56.37628 25 -#> 334 VR2W-108163 -5.610733 56.37628 25 -#> 335 VR2W-108163 -5.610733 56.37628 25 -#> 336 VR2W-108163 -5.610733 56.37628 25 -#> 337 VR2W-108163 -5.610733 56.37628 25 -#> 338 VR2W-108163 -5.610733 56.37628 25 -#> 339 VR2-5629 -5.655350 56.38545 50 -#> 340 VR2-5629 -5.655350 56.38545 50 -#> 341 VR2-5629 -5.655350 56.38545 50 -#> 342 VR2-5629 -5.655350 56.38545 50 -#> 343 VR2-5629 -5.655350 56.38545 50 -#> 344 VR2-5629 -5.655350 56.38545 50 -#> 345 VR2-5629 -5.655350 56.38545 50 -#> 346 VR2-5629 -5.655350 56.38545 50 -#> 347 VR2-5629 -5.655350 56.38545 50 -#> 348 VR2-5629 -5.655350 56.38545 50 -#> 349 VR2-5629 -5.655350 56.38545 50 -#> 350 VR2-5629 -5.655350 56.38545 50 -#> 351 VR2-5629 -5.655350 56.38545 50 -#> 352 VR2-5629 -5.655350 56.38545 50 -#> 353 VR2-5629 -5.655350 56.38545 50 -#> 354 VR2-5629 -5.655350 56.38545 50 -#> 355 VR2-5629 -5.655350 56.38545 50 -#> 356 VR2-5629 -5.655350 56.38545 50 -#> 357 VR2-5629 -5.655350 56.38545 50 -#> 358 VR2-5629 -5.655350 56.38545 50 -#> 359 VR2-5629 -5.655350 56.38545 50 -#> 360 VR2-5629 -5.655350 56.38545 50 -#> 361 VR2-5629 -5.655350 56.38545 50 -#> 362 VR2-5629 -5.655350 56.38545 50 -#> 363 VR2-5629 -5.655350 56.38545 50 -#> 364 VR2-5629 -5.655350 56.38545 50 -#> 365 VR2-5629 -5.655350 56.38545 50 -#> 366 VR2-5629 -5.655350 56.38545 50 -#> 367 VR2-5629 -5.655350 56.38545 50 -#> 368 VR2-5629 -5.655350 56.38545 50 -#> 369 VR2-5629 -5.655350 56.38545 50 -#> 370 VR2-5629 -5.655350 56.38545 50 -#> 371 VR2-5629 -5.655350 56.38545 50 -#> 372 VR2-5629 -5.655350 56.38545 50 -#> 373 VR2-5629 -5.655350 56.38545 50 -#> 374 VR2-5629 -5.655350 56.38545 50 -#> 375 VR2-5629 -5.655350 56.38545 50 -#> 376 VR2-5629 -5.655350 56.38545 50 -#> 377 VR2-5629 -5.655350 56.38545 50 -#> 378 VR2-5637 -5.662083 56.38858 10 -#> 379 VR2-5629 -5.655350 56.38545 50 -#> 380 VR2-5637 -5.662083 56.38858 10 -#> 381 VR2-5629 -5.655350 56.38545 50 -#> 382 VR2-5637 -5.662083 56.38858 10 -#> 383 VR2-5637 -5.662083 56.38858 10 -#> 384 VR2-5629 -5.655350 56.38545 50 -#> 385 VR2-5637 -5.662083 56.38858 10 -#> 386 VR2-5637 -5.662083 56.38858 10 -#> 387 VR2-5637 -5.662083 56.38858 10 -#> 388 VR2-5629 -5.655350 56.38545 50 -#> 389 VR2-5629 -5.655350 56.38545 50 -#> 390 VR2-5637 -5.662083 56.38858 10 -#> 391 VR2-5629 -5.655350 56.38545 50 -#> 392 VR2-5637 -5.662083 56.38858 10 -#> 393 VR2-5637 -5.662083 56.38858 10 -#> 394 VR2-5629 -5.655350 56.38545 50 -#> 395 VR2-5637 -5.662083 56.38858 10 -#> 396 VR2-5629 -5.655350 56.38545 50 -#> 397 VR2-5629 -5.655350 56.38545 50 -#> 398 VR2-5629 -5.655350 56.38545 50 -#> 399 VR2-5629 -5.655350 56.38545 50 -#> 400 VR2-5629 -5.655350 56.38545 50 -#> 401 VR2-5629 -5.655350 56.38545 50 -#> 402 VR2-5629 -5.655350 56.38545 50 -#> 403 VR2-5629 -5.655350 56.38545 50 -#> 404 VR2-5629 -5.655350 56.38545 50 -#> 405 VR2-5629 -5.655350 56.38545 50 -#> 406 VR2-5629 -5.655350 56.38545 50 -#> 407 VR2-5629 -5.655350 56.38545 50 -#> 408 VR2-5629 -5.655350 56.38545 50 -#> 409 VR2-5629 -5.655350 56.38545 50 -#> 410 VR2-5629 -5.655350 56.38545 50 -#> 411 VR2-5629 -5.655350 56.38545 50 -#> 412 VR2-5629 -5.655350 56.38545 50 -#> 413 VR2-5629 -5.655350 56.38545 50 -#> 414 VR2-5629 -5.655350 56.38545 50 -#> 415 VR2-5637 -5.662083 56.38858 10 -#> 416 VR2-5629 -5.655350 56.38545 50 -#> 417 VR2-5637 -5.662083 56.38858 10 -#> 418 VR2-5629 -5.655350 56.38545 50 -#> 419 VR2-5629 -5.655350 56.38545 50 -#> 420 VR2-5637 -5.662083 56.38858 10 -#> 421 VR2-5629 -5.655350 56.38545 50 -#> 422 VR2-5637 -5.662083 56.38858 10 -#> 423 VR2-5629 -5.655350 56.38545 50 -#> 424 VR2-5637 -5.662083 56.38858 10 -#> 425 VR2-5629 -5.655350 56.38545 50 -#> 426 VR2-5637 -5.662083 56.38858 10 -#> 427 VR2-5629 -5.655350 56.38545 50 -#> 428 VR2-5629 -5.655350 56.38545 50 -#> 429 VR2-5629 -5.655350 56.38545 50 -#> 430 VR2-5629 -5.655350 56.38545 50 -#> 431 VR2-5629 -5.655350 56.38545 50 -#> 432 VR2-5629 -5.655350 56.38545 50 -#> 433 VR2-5629 -5.655350 56.38545 50 -#> 434 VR2-5629 -5.655350 56.38545 50 -#> 435 VR2-5629 -5.655350 56.38545 50 -#> 436 VR2-5629 -5.655350 56.38545 50 -#> 437 VR2-5629 -5.655350 56.38545 50 -#> 438 VR2-5629 -5.655350 56.38545 50 -#> 439 VR2-5629 -5.655350 56.38545 50 -#> 440 VR2-5629 -5.655350 56.38545 50 -#> 441 VR2-5629 -5.655350 56.38545 50 -#> 442 VR2-5629 -5.655350 56.38545 50 -#> 443 VR2-5629 -5.655350 56.38545 50 -#> 444 VR2-5629 -5.655350 56.38545 50 -#> 445 VR2-5629 -5.655350 56.38545 50 -#> 446 VR2-5629 -5.655350 56.38545 50 -#> 447 VR2-5629 -5.655350 56.38545 50 -#> 448 VR2-5629 -5.655350 56.38545 50 -#> 449 VR2-5629 -5.655350 56.38545 50 -#> 450 VR2-5629 -5.655350 56.38545 50 -#> 451 VR2-5629 -5.655350 56.38545 50 -#> 452 VR2-5629 -5.655350 56.38545 50 -#> 453 VR2-5629 -5.655350 56.38545 50 -#> 454 VR2-5629 -5.655350 56.38545 50 -#> 455 VR2-5629 -5.655350 56.38545 50 -#> 456 VR2-5629 -5.655350 56.38545 50 -#> 457 VR2-5629 -5.655350 56.38545 50 -#> 458 VR2-5629 -5.655350 56.38545 50 -#> 459 VR2-5629 -5.655350 56.38545 50 -#> 460 VR2-5629 -5.655350 56.38545 50 -#> 461 VR2-5629 -5.655350 56.38545 50 -#> 462 VR2-5629 -5.655350 56.38545 50 -#> 463 VR2-5629 -5.655350 56.38545 50 -#> 464 VR2-5629 -5.655350 56.38545 50 -#> 465 VR2-5629 -5.655350 56.38545 50 -#> 466 VR2-5629 -5.655350 56.38545 50 -#> 467 VR2-5629 -5.655350 56.38545 50 -#> 468 VR2-5629 -5.655350 56.38545 50 -#> 469 VR2-5629 -5.655350 56.38545 50 -#> 470 VR2-5629 -5.655350 56.38545 50 -#> 471 VR2-5629 -5.655350 56.38545 50 -#> 472 VR2-5629 -5.655350 56.38545 50 -#> 473 VR2-5629 -5.655350 56.38545 50 -#> 474 VR2-5629 -5.655350 56.38545 50 -#> 475 VR2-5629 -5.655350 56.38545 50 -#> 476 VR2-5629 -5.655350 56.38545 50 -#> 477 VR2-5629 -5.655350 56.38545 50 -#> 478 VR2-5629 -5.655350 56.38545 50 -#> 479 VR2-5629 -5.655350 56.38545 50 -#> 480 VR2-5629 -5.655350 56.38545 50 -#> 481 VR2-5629 -5.655350 56.38545 50 -#> 482 VR2-5629 -5.655350 56.38545 50 -#> 483 VR2-5629 -5.655350 56.38545 50 -#> 484 VR2-5629 -5.655350 56.38545 50 -#> 485 VR2-5629 -5.655350 56.38545 50 -#> 486 VR2-5629 -5.655350 56.38545 50 -#> 487 VR2-5629 -5.655350 56.38545 50 -#> 488 VR2-5629 -5.655350 56.38545 50 -#> 489 VR2-5629 -5.655350 56.38545 50 -#> 490 VR2-5629 -5.655350 56.38545 50 -#> 491 VR2-5629 -5.655350 56.38545 50 -#> 492 VR2-5637 -5.662083 56.38858 10 -#> 493 VR2-5637 -5.662083 56.38858 10 -#> 494 VR2-5637 -5.662083 56.38858 10 -#> 495 VR2-5629 -5.655350 56.38545 50 -#> 496 VR2-5629 -5.655350 56.38545 50 -#> 497 VR2-5629 -5.655350 56.38545 50 -#> 498 VR2-5629 -5.655350 56.38545 50 -#> 499 VR2-5629 -5.655350 56.38545 50 -#> 500 VR2W-108163 -5.610733 56.37628 25 -#> 501 VR2W-108163 -5.610733 56.37628 25 -#> 502 VR2W-108163 -5.610733 56.37628 25 -#> 503 VR2W-108163 -5.610733 56.37628 25 -#> 504 VR2W-108163 -5.610733 56.37628 25 -#> 505 VR2W-108163 -5.610733 56.37628 25 -#> 506 VR2W-108163 -5.610733 56.37628 25 -#> 507 VR2W-108163 -5.610733 56.37628 25 -#> 508 VR2W-108163 -5.610733 56.37628 25 -#> 509 VR2W-108163 -5.610733 56.37628 25 -#> 510 VR2W-108163 -5.610733 56.37628 25 -#> 511 VR2W-108163 -5.610733 56.37628 25 -#> 512 VR2W-108163 -5.610733 56.37628 25 -#> 513 VR2W-108163 -5.610733 56.37628 25 -#> 514 VR2W-108163 -5.610733 56.37628 25 -#> 515 VR2W-108163 -5.610733 56.37628 25 -#> 516 VR2W-108163 -5.610733 56.37628 25 -#> 517 VR2W-108163 -5.610733 56.37628 25 -#> 518 VR2W-108163 -5.610733 56.37628 25 -#> 519 VR2W-108163 -5.610733 56.37628 25 -#> 520 VR2W-108163 -5.610733 56.37628 25 -#> 521 VR2W-108163 -5.610733 56.37628 25 -#> 522 VR2W-108163 -5.610733 56.37628 25 -#> 523 VR2W-108163 -5.610733 56.37628 25 -#> 524 VR2W-108163 -5.610733 56.37628 25 -#> 525 VR2W-108163 -5.610733 56.37628 25 -#> 526 VR2W-108163 -5.610733 56.37628 25 -#> 527 VR2W-108163 -5.610733 56.37628 25 -#> 528 VR2W-108163 -5.610733 56.37628 25 -#> 529 VR2W-108163 -5.610733 56.37628 25 -#> 530 VR2W-108163 -5.610733 56.37628 25 -#> 531 VR2W-108163 -5.610733 56.37628 25 -#> 532 VR2W-108163 -5.610733 56.37628 25 -#> 533 VR2W-108163 -5.610733 56.37628 25 -#> 534 VR2W-108163 -5.610733 56.37628 25 -#> 535 VR2W-108163 -5.610733 56.37628 25 -#> 536 VR2W-108163 -5.610733 56.37628 25 -#> 537 VR2W-108163 -5.610733 56.37628 25 -#> 538 VR2W-108163 -5.610733 56.37628 25 -#> 539 VR2W-108163 -5.610733 56.37628 25 -#> 540 VR2W-108163 -5.610733 56.37628 25 -#> 541 VR2W-108163 -5.610733 56.37628 25 -#> 542 VR2W-108163 -5.610733 56.37628 25 -#> 543 VR2W-120722 -5.602283 56.37748 25 -#> 544 VR2W-120722 -5.602283 56.37748 25 -#> 545 VR2W-120722 -5.602283 56.37748 25 -#> 546 VR2W-108163 -5.610733 56.37628 25 -#> 547 VR2W-108163 -5.610733 56.37628 25 -#> 548 VR2W-108163 -5.610733 56.37628 25 -#> 549 VR2W-108163 -5.610733 56.37628 25 -#> 550 VR2W-108163 -5.610733 56.37628 25 -#> 551 VR2W-108163 -5.610733 56.37628 25 -#> 552 VR2W-108163 -5.610733 56.37628 25 -#> 553 VR2W-108163 -5.610733 56.37628 25 -#> 554 VR2W-108163 -5.610733 56.37628 25 -#> 555 VR2W-108163 -5.610733 56.37628 25 -#> 556 VR2W-108163 -5.610733 56.37628 25 -#> 557 VR2W-108163 -5.610733 56.37628 25 -#> 558 VR2W-108163 -5.610733 56.37628 25 -#> 559 VR2W-108163 -5.610733 56.37628 25 -#> 560 VR2W-108163 -5.610733 56.37628 25 -#> 561 VR2W-108163 -5.610733 56.37628 25 -#> 562 VR2W-108163 -5.610733 56.37628 25 -#> 563 VR2W-108163 -5.610733 56.37628 25 -#> 564 VR2W-108163 -5.610733 56.37628 25 -#> 565 VR2W-108163 -5.610733 56.37628 25 -#> 566 VR2W-108163 -5.610733 56.37628 25 -#> 567 VR2W-108163 -5.610733 56.37628 25 -#> 568 VR2W-108163 -5.610733 56.37628 25 -#> 569 VR2W-108163 -5.610733 56.37628 25 -#> 570 VR2W-108163 -5.610733 56.37628 25 -#> 571 VR2W-108163 -5.610733 56.37628 25 -#> 572 VR2W-108163 -5.610733 56.37628 25 -#> 573 VR2W-108163 -5.610733 56.37628 25 -#> 574 VR2W-108163 -5.610733 56.37628 25 -#> 575 VR2W-108163 -5.610733 56.37628 25 -#> 576 VR2W-108163 -5.610733 56.37628 25 -#> 577 VR2W-108163 -5.610733 56.37628 25 -#> 578 VR2W-108163 -5.610733 56.37628 25 -#> 579 VR2W-108163 -5.610733 56.37628 25 -#> 580 VR2W-120722 -5.602283 56.37748 25 -#> 581 VR2W-108163 -5.610733 56.37628 25 -#> 582 VR2W-108163 -5.610733 56.37628 25 -#> 583 VR2W-108163 -5.610733 56.37628 25 -#> 584 VR2W-108163 -5.610733 56.37628 25 -#> 585 VR2W-108163 -5.610733 56.37628 25 -#> 586 VR2W-120722 -5.602283 56.37748 25 -#> 587 VR2W-108163 -5.610733 56.37628 25 -#> 588 VR2W-108163 -5.610733 56.37628 25 -#> 589 VR2W-120722 -5.602283 56.37748 25 -#> 590 VR2W-108163 -5.610733 56.37628 25 -#> 591 VR2W-113142 -5.634833 56.37502 50 -#> 592 VR2W-108163 -5.610733 56.37628 25 -#> 593 VR2W-108163 -5.610733 56.37628 25 -#> 594 VR2W-108163 -5.610733 56.37628 25 -#> 595 VR2W-108163 -5.610733 56.37628 25 -#> 596 VR2W-108163 -5.610733 56.37628 25 -#> 597 VR2W-108163 -5.610733 56.37628 25 -#> 598 VR2W-108163 -5.610733 56.37628 25 -#> 599 VR2W-108163 -5.610733 56.37628 25 -#> 600 VR2W-108163 -5.610733 56.37628 25 -#> 601 VR2W-108163 -5.610733 56.37628 25 -#> 602 VR2W-108163 -5.610733 56.37628 25 -#> 603 VR2W-108163 -5.610733 56.37628 25 -#> 604 VR2W-108163 -5.610733 56.37628 25 -#> 605 VR2W-108163 -5.610733 56.37628 25 -#> 606 VR2W-108163 -5.610733 56.37628 25 -#> 607 VR2W-108163 -5.610733 56.37628 25 -#> 608 VR2W-108163 -5.610733 56.37628 25 -#> 609 VR2W-108163 -5.610733 56.37628 25 -#> 610 VR2W-108163 -5.610733 56.37628 25 -#> 611 VR2W-108163 -5.610733 56.37628 25 -#> 612 VR2W-108163 -5.610733 56.37628 25 -#> 613 VR2W-120722 -5.602283 56.37748 25 -#> 614 VR2W-120722 -5.602283 56.37748 25 -#> 615 VR2W-120722 -5.602283 56.37748 25 -#> 616 VR2W-120722 -5.602283 56.37748 25 -#> 617 VR2W-120722 -5.602283 56.37748 25 -#> 618 VR2W-108163 -5.610733 56.37628 25 -#> 619 VR2W-108163 -5.610733 56.37628 25 -#> 620 VR2W-108163 -5.610733 56.37628 25 -#> 621 VR2W-108163 -5.610733 56.37628 25 -#> 622 VR2W-108163 -5.610733 56.37628 25 -#> 623 VR2W-108163 -5.610733 56.37628 25 -#> 624 VR2W-108163 -5.610733 56.37628 25 -#> 625 VR2W-108163 -5.610733 56.37628 25 -#> 626 VR2W-108163 -5.610733 56.37628 25 -#> 627 VR2W-108163 -5.610733 56.37628 25 -#> 628 VR2W-108163 -5.610733 56.37628 25 -#> 629 VR2W-108163 -5.610733 56.37628 25 -#> 630 VR2W-108163 -5.610733 56.37628 25 -#> 631 VR2W-108163 -5.610733 56.37628 25 -#> 632 VR2W-108163 -5.610733 56.37628 25 -#> 633 VR2W-108163 -5.610733 56.37628 25 -#> 634 VR2W-108163 -5.610733 56.37628 25 -#> 635 VR2W-108163 -5.610733 56.37628 25 -#> 636 VR2W-108163 -5.610733 56.37628 25 -#> 637 VR2W-108163 -5.610733 56.37628 25 -#> 638 VR2W-108163 -5.610733 56.37628 25 -#> 639 VR2W-120722 -5.602283 56.37748 25 -#> 640 VR2W-108163 -5.610733 56.37628 25 -#> 641 VR2W-120722 -5.602283 56.37748 25 -#> 642 VR2W-108163 -5.610733 56.37628 25 -#> 643 VR2W-108163 -5.610733 56.37628 25 -#> 644 VR2W-108163 -5.610733 56.37628 25 -#> 645 VR2W-108163 -5.610733 56.37628 25 -#> 646 VR2W-108163 -5.610733 56.37628 25 -#> 647 VR2W-108163 -5.610733 56.37628 25 -#> 648 VR2W-108163 -5.610733 56.37628 25 -#> 649 VR2W-108163 -5.610733 56.37628 25 -#> 650 VR2W-120722 -5.602283 56.37748 25 -#> 651 VR2W-120722 -5.602283 56.37748 25 -#> 652 VR2W-120722 -5.602283 56.37748 25 -#> 653 VR2W-120722 -5.602283 56.37748 25 -#> 654 VR2W-120722 -5.602283 56.37748 25 -#> 655 VR2W-120722 -5.602283 56.37748 25 -#> 656 VR2W-120722 -5.602283 56.37748 25 -#> 657 VR2W-120722 -5.602283 56.37748 25 -#> 658 VR2W-120722 -5.602283 56.37748 25 -#> 659 VR2W-120722 -5.602283 56.37748 25 -#> 660 VR2W-120722 -5.602283 56.37748 25 -#> 661 VR2W-120722 -5.602283 56.37748 25 -#> 662 VR2W-120722 -5.602283 56.37748 25 -#> 663 VR2W-120722 -5.602283 56.37748 25 -#> 664 VR2W-120722 -5.602283 56.37748 25 -#> 665 VR2W-120722 -5.602283 56.37748 25 -#> 666 VR2W-120722 -5.602283 56.37748 25 -#> 667 VR2W-108163 -5.610733 56.37628 25 -#> 668 VR2W-108163 -5.610733 56.37628 25 -#> 669 VR2W-108163 -5.610733 56.37628 25 -#> 670 VR2W-108163 -5.610733 56.37628 25 -#> 671 VR2W-108163 -5.610733 56.37628 25 -#> 672 VR2W-108163 -5.610733 56.37628 25 -#> 673 VR2W-108163 -5.610733 56.37628 25 -#> 674 VR2W-108163 -5.610733 56.37628 25 -#> 675 VR2W-108163 -5.610733 56.37628 25 -#> 676 VR2W-108163 -5.610733 56.37628 25 -#> 677 VR2W-108163 -5.610733 56.37628 25 -#> 678 VR2W-108163 -5.610733 56.37628 25 -#> 679 VR2W-108163 -5.610733 56.37628 25 -#> 680 VR2W-108163 -5.610733 56.37628 25 -#> 681 VR2W-107823 -5.691883 56.49690 25 -#> 682 VR2W-107823 -5.691883 56.49690 25 -#> 683 VR2W-107823 -5.691883 56.49690 25 -#> 684 VR2W-107823 -5.691883 56.49690 25 -#> 685 VR2W-107823 -5.691883 56.49690 25 -#> 686 VR2W-107823 -5.691883 56.49690 25 -#> 687 VR2W-107823 -5.691883 56.49690 25 -#> 688 VR2W-107823 -5.691883 56.49690 25 -#> 689 VR2W-107823 -5.691883 56.49690 25 -#> 690 VR2W-107823 -5.691883 56.49690 25 -#> 691 VR2W-107823 -5.691883 56.49690 25 -#> 692 VR2W-107823 -5.691883 56.49690 25 -#> 693 VR2W-107823 -5.691883 56.49690 25 -#> 694 VR2W-107823 -5.691883 56.49690 25 -#> 695 VR2W-107823 -5.691883 56.49690 25 -#> 696 VR2W-107823 -5.691883 56.49690 25 -#> 697 VR2W-107823 -5.691883 56.49690 25 -#> 698 VR2W-107823 -5.691883 56.49690 25 -#> 699 VR2W-107823 -5.691883 56.49690 25 -#> 700 VR2W-107823 -5.691883 56.49690 25 -#> 701 VR2W-107823 -5.691883 56.49690 25 -#> 702 VR2W-107823 -5.691883 56.49690 25 -#> 703 VR2W-107823 -5.691883 56.49690 25 -#> 704 VR2W-107823 -5.691883 56.49690 25 -#> 705 VR2W-107823 -5.691883 56.49690 25 -#> 706 VR2W-107823 -5.691883 56.49690 25 -#> 707 VR2W-107823 -5.691883 56.49690 25 -#> 708 VR2W-107823 -5.691883 56.49690 25 -#> 709 VR2W-107823 -5.691883 56.49690 25 -#> 710 VR2W-107823 -5.691883 56.49690 25 -#> 711 VR2W-107823 -5.691883 56.49690 25 -#> 712 VR2W-107823 -5.691883 56.49690 25 -#> 713 VR2W-107823 -5.691883 56.49690 25 -#> 714 VR2W-107823 -5.691883 56.49690 25 -#> 715 VR2W-107823 -5.691883 56.49690 25 -#> 716 VR2W-107823 -5.691883 56.49690 25 -#> 717 VR2W-107823 -5.691883 56.49690 25 -#> 718 VR2W-107823 -5.691883 56.49690 25 -#> 719 VR2W-107823 -5.691883 56.49690 25 -#> 720 VR2W-107823 -5.691883 56.49690 25 -#> 721 VR2W-107823 -5.691883 56.49690 25 -#> 722 VR2W-107823 -5.691883 56.49690 25 -#> 723 VR2W-107823 -5.691883 56.49690 25 -#> 724 VR2W-107823 -5.691883 56.49690 25 -#> 725 VR2W-107823 -5.691883 56.49690 25 -#> 726 VR2W-107823 -5.691883 56.49690 25 -#> 727 VR2W-107823 -5.691883 56.49690 25 -#> 728 VR2W-107823 -5.691883 56.49690 25 -#> 729 VR2W-107823 -5.691883 56.49690 25 -#> 730 VR2W-107823 -5.691883 56.49690 25 -#> 731 VR2W-107823 -5.691883 56.49690 25 -#> 732 VR2W-107823 -5.691883 56.49690 25 -#> 733 VR2W-107823 -5.691883 56.49690 25 -#> 734 VR2W-107823 -5.691883 56.49690 25 -#> 735 VR2W-107823 -5.691883 56.49690 25 -#> 736 VR2W-107823 -5.691883 56.49690 25 -#> 737 VR2W-107823 -5.691883 56.49690 25 -#> 738 VR2W-107823 -5.691883 56.49690 25 -#> 739 VR2W-107823 -5.691883 56.49690 25 -#> 740 VR2W-107823 -5.691883 56.49690 25 -#> 741 VR2W-107823 -5.691883 56.49690 25 -#> 742 VR2W-107823 -5.691883 56.49690 25 -#> 743 VR2W-107823 -5.691883 56.49690 25 -#> 744 VR2W-107823 -5.691883 56.49690 25 -#> 745 VR2W-107823 -5.691883 56.49690 25 -#> 746 VR2W-107823 -5.691883 56.49690 25 -#> 747 VR2W-107823 -5.691883 56.49690 25 -#> 748 VR2W-107823 -5.691883 56.49690 25 -#> 749 VR2W-107823 -5.691883 56.49690 25 -#> 750 VR2W-107823 -5.691883 56.49690 25 -#> 751 VR2W-107823 -5.691883 56.49690 25 -#> 752 VR2W-107823 -5.691883 56.49690 25 -#> 753 VR2W-107823 -5.691883 56.49690 25 -#> 754 VR2W-107823 -5.691883 56.49690 25 -#> 755 VR2W-107823 -5.691883 56.49690 25 -#> 756 VR2W-107823 -5.691883 56.49690 25 -#> 757 VR2W-107823 -5.691883 56.49690 25 -#> 758 VR2W-107823 -5.691883 56.49690 25 -#> 759 VR2W-107823 -5.691883 56.49690 25 -#> 760 VR2W-107823 -5.691883 56.49690 25 -#> 761 VR2W-107823 -5.691883 56.49690 25 -#> 762 VR2W-107823 -5.691883 56.49690 25 -#> 763 VR2W-107823 -5.691883 56.49690 25 -#> 764 VR2W-107823 -5.691883 56.49690 25 -#> 765 VR2W-107823 -5.691883 56.49690 25 -#> 766 VR2W-107823 -5.691883 56.49690 25 -#> 767 VR2W-107823 -5.691883 56.49690 25 -#> 768 VR2W-107823 -5.691883 56.49690 25 -#> 769 VR2W-107823 -5.691883 56.49690 25 -#> 770 VR2W-107823 -5.691883 56.49690 25 -#> 771 VR2W-107823 -5.691883 56.49690 25 -#> 772 VR2W-107823 -5.691883 56.49690 25 -#> 773 VR2W-107823 -5.691883 56.49690 25 -#> 774 VR2W-108163 -5.610733 56.37628 25 -#> 775 VR2W-108163 -5.610733 56.37628 25 -#> 776 VR2W-108163 -5.610733 56.37628 25 -#> 777 VR2W-108163 -5.610733 56.37628 25 -#> 778 VR2W-108163 -5.610733 56.37628 25 -#> 779 VR2W-108163 -5.610733 56.37628 25 -#> 780 VR2W-108163 -5.610733 56.37628 25 -#> 781 VR2W-108163 -5.610733 56.37628 25 -#> 782 VR2W-108163 -5.610733 56.37628 25 -#> 783 VR2W-107823 -5.691883 56.49690 25 -#> 784 VR2W-107823 -5.691883 56.49690 25 -#> 785 VR2W-107823 -5.691883 56.49690 25 -#> 786 VR2W-107823 -5.691883 56.49690 25 -#> 787 VR2W-107823 -5.691883 56.49690 25 -#> 788 VR2W-107823 -5.691883 56.49690 25 -#> 789 VR2W-107823 -5.691883 56.49690 25 -#> 790 VR2W-107823 -5.691883 56.49690 25 -#> 791 VR2W-107823 -5.691883 56.49690 25 -#> 792 VR2W-107823 -5.691883 56.49690 25 -#> 793 VR2W-107823 -5.691883 56.49690 25 -#> 794 VR2W-107823 -5.691883 56.49690 25 -#> 795 VR2W-107823 -5.691883 56.49690 25 -#> 796 VR2W-107823 -5.691883 56.49690 25 -#> 797 VR2W-107823 -5.691883 56.49690 25 -#> 798 VR2W-107823 -5.691883 56.49690 25 -#> 799 VR2W-107823 -5.691883 56.49690 25 -#> 800 VR2W-107823 -5.691883 56.49690 25 -#> 801 VR2W-107823 -5.691883 56.49690 25 -#> 802 VR2W-107823 -5.691883 56.49690 25 -#> 803 VR2W-107823 -5.691883 56.49690 25 -#> 804 VR2W-107823 -5.691883 56.49690 25 -#> 805 VR2W-107823 -5.691883 56.49690 25 -#> 806 VR2W-107823 -5.691883 56.49690 25 -#> 807 VR2W-107823 -5.691883 56.49690 25 -#> 808 VR2W-107823 -5.691883 56.49690 25 -#> 809 VR2W-107823 -5.691883 56.49690 25 -#> 810 VR2W-107823 -5.691883 56.49690 25 -#> 811 VR2W-107823 -5.691883 56.49690 25 -#> 812 VR2W-107823 -5.691883 56.49690 25 -#> 813 VR2W-107823 -5.691883 56.49690 25 -#> 814 VR2W-107823 -5.691883 56.49690 25 -#> 815 VR2W-107823 -5.691883 56.49690 25 -#> 816 VR2W-107823 -5.691883 56.49690 25 -#> 817 VR2W-107823 -5.691883 56.49690 25 -#> 818 VR2W-107823 -5.691883 56.49690 25 -#> 819 VR2W-107823 -5.691883 56.49690 25 -#> 820 VR2W-107823 -5.691883 56.49690 25 -#> 821 VR2W-107823 -5.691883 56.49690 25 -#> 822 VR2W-107823 -5.691883 56.49690 25 -#> 823 VR2W-107823 -5.691883 56.49690 25 -#> 824 VR2W-107823 -5.691883 56.49690 25 -#> 825 VR2W-107823 -5.691883 56.49690 25 -#> 826 VR2W-107823 -5.691883 56.49690 25 -#> 827 VR2W-107823 -5.691883 56.49690 25 -#> 828 VR2W-107823 -5.691883 56.49690 25 -#> 829 VR2W-107823 -5.691883 56.49690 25 -#> 830 VR2W-107823 -5.691883 56.49690 25 -#> 831 VR2W-107823 -5.691883 56.49690 25 -#> 832 VR2W-107823 -5.691883 56.49690 25 -#> 833 VR2W-107823 -5.691883 56.49690 25 -#> 834 VR2W-107823 -5.691883 56.49690 25 -#> 835 VR2W-107823 -5.691883 56.49690 25 -#> 836 VR2W-108160 -5.704867 56.48890 25 -#> 837 VR2W-108160 -5.704867 56.48890 25 -#> 838 VR2W-108160 -5.704867 56.48890 25 -#> 839 VR2W-108160 -5.704867 56.48890 25 -#> 840 VR2W-108160 -5.704867 56.48890 25 -#> 841 VR2W-108160 -5.704867 56.48890 25 -#> 842 VR2W-108160 -5.704867 56.48890 25 -#> 843 VR2W-107823 -5.691883 56.49690 25 -#> 844 VR2W-107823 -5.691883 56.49690 25 -#> 845 VR2W-107823 -5.691883 56.49690 25 -#> 846 VR2W-107823 -5.691883 56.49690 25 -#> 847 VR2W-107823 -5.691883 56.49690 25 -#> 848 VR2W-107823 -5.691883 56.49690 25 -#> 849 VR2W-107823 -5.691883 56.49690 25 -#> 850 VR2W-107823 -5.691883 56.49690 25 -#> 851 VR2W-107823 -5.691883 56.49690 25 -#> 852 VR2W-107823 -5.691883 56.49690 25 -#> 853 VR2W-107823 -5.691883 56.49690 25 -#> 854 VR2W-107823 -5.691883 56.49690 25 -#> 855 VR2W-107823 -5.691883 56.49690 25 -#> 856 VR2W-107823 -5.691883 56.49690 25 -#> 857 VR2W-107823 -5.691883 56.49690 25 -#> 858 VR2W-107823 -5.691883 56.49690 25 -#> 859 VR2W-107823 -5.691883 56.49690 25 -#> 860 VR2W-107823 -5.691883 56.49690 25 -#> 861 VR2W-107823 -5.691883 56.49690 25 -#> 862 VR2W-107823 -5.691883 56.49690 25 -#> 863 VR2W-107823 -5.691883 56.49690 25 -#> 864 VR2W-107823 -5.691883 56.49690 25 -#> 865 VR2W-107823 -5.691883 56.49690 25 -#> 866 VR2W-107823 -5.691883 56.49690 25 -#> 867 VR2W-107823 -5.691883 56.49690 25 -#> 868 VR2W-107823 -5.691883 56.49690 25 -#> 869 VR2W-107823 -5.691883 56.49690 25 -#> 870 VR2W-107823 -5.691883 56.49690 25 -#> 871 VR2W-108163 -5.610733 56.37628 25 -#> 872 VR2W-108163 -5.610733 56.37628 25 -#> 873 VR2W-108163 -5.610733 56.37628 25 -#> 874 VR2W-108160 -5.704867 56.48890 25 -#> 875 VR2W-108160 -5.704867 56.48890 25 -#> 876 VR2W-108160 -5.704867 56.48890 25 -#> 877 VR2W-108160 -5.704867 56.48890 25 -#> 878 VR2W-108160 -5.704867 56.48890 25 -#> 879 VR2W-108160 -5.704867 56.48890 25 -#> 880 VR2W-108160 -5.704867 56.48890 25 -#> 881 VR2W-108160 -5.704867 56.48890 25 -#> 882 VR2W-108160 -5.704867 56.48890 25 -#> 883 VR2W-108160 -5.704867 56.48890 25 -#> 884 VR2W-108160 -5.704867 56.48890 25 -#> 885 VR2W-108160 -5.704867 56.48890 25 -#> 886 VR2W-108160 -5.704867 56.48890 25 -#> 887 VR2W-108160 -5.704867 56.48890 25 -#> 888 VR2W-108160 -5.704867 56.48890 25 -#> 889 VR2W-108160 -5.704867 56.48890 25 -#> 890 VR2W-108160 -5.704867 56.48890 25 -#> 891 VR2W-108160 -5.704867 56.48890 25 -#> 892 VR2W-108160 -5.704867 56.48890 25 -#> 893 VR2W-108160 -5.704867 56.48890 25 -#> 894 VR2W-108160 -5.704867 56.48890 25 -#> 895 VR2W-108160 -5.704867 56.48890 25 -#> 896 VR2W-108160 -5.704867 56.48890 25 -#> 897 VR2W-108160 -5.704867 56.48890 25 -#> 898 VR2W-108160 -5.704867 56.48890 25 -#> 899 VR2W-108160 -5.704867 56.48890 25 -#> 900 VR2W-108160 -5.704867 56.48890 25 -#> 901 VR2W-108160 -5.704867 56.48890 25 -#> 902 VR2W-108160 -5.704867 56.48890 25 -#> 903 VR2W-108160 -5.704867 56.48890 25 -#> 904 VR2W-107823 -5.691883 56.49690 25 -#> 905 VR2W-107823 -5.691883 56.49690 25 -#> 906 VR2W-107823 -5.691883 56.49690 25 -#> 907 VR2W-107823 -5.691883 56.49690 25 -#> 908 VR2W-107823 -5.691883 56.49690 25 -#> 909 VR2W-107823 -5.691883 56.49690 25 -#> 910 VR2W-107823 -5.691883 56.49690 25 -#> 911 VR2W-107823 -5.691883 56.49690 25 -#> 912 VR2W-107823 -5.691883 56.49690 25 -#> 913 VR2W-107823 -5.691883 56.49690 25 -#> 914 VR2W-107823 -5.691883 56.49690 25 -#> 915 VR2W-107823 -5.691883 56.49690 25 -#> 916 VR2W-107823 -5.691883 56.49690 25 -#> 917 VR2W-107823 -5.691883 56.49690 25 -#> 918 VR2W-107823 -5.691883 56.49690 25 -#> 919 VR2W-107823 -5.691883 56.49690 25 -#> 920 VR2W-107823 -5.691883 56.49690 25 -#> 921 VR2W-107823 -5.691883 56.49690 25 -#> 922 VR2W-107823 -5.691883 56.49690 25 -#> 923 VR2W-107823 -5.691883 56.49690 25 -#> 924 VR2W-107823 -5.691883 56.49690 25 -#> 925 VR2W-107823 -5.691883 56.49690 25 -#> 926 VR2W-107823 -5.691883 56.49690 25 -#> 927 VR2W-107823 -5.691883 56.49690 25 -#> 928 VR2W-107823 -5.691883 56.49690 25 -#> 929 VR2W-107823 -5.691883 56.49690 25 -#> 930 VR2W-107823 -5.691883 56.49690 25 -#> 931 VR2W-107823 -5.691883 56.49690 25 -#> 932 VR2W-107823 -5.691883 56.49690 25 -#> 933 VR2W-107823 -5.691883 56.49690 25 -#> 934 VR2W-107823 -5.691883 56.49690 25 -#> 935 VR2W-107823 -5.691883 56.49690 25 -#> 936 VR2W-107823 -5.691883 56.49690 25 -#> 937 VR2W-107823 -5.691883 56.49690 25 -#> 938 VR2W-107823 -5.691883 56.49690 25 -#> 939 VR2W-107823 -5.691883 56.49690 25 -#> 940 VR2W-107823 -5.691883 56.49690 25 -#> 941 VR2W-107823 -5.691883 56.49690 25 -#> 942 VR2W-107823 -5.691883 56.49690 25 -#> 943 VR2W-107823 -5.691883 56.49690 25 -#> 944 VR2W-107823 -5.691883 56.49690 25 -#> 945 VR2W-107823 -5.691883 56.49690 25 -#> 946 VR2W-107823 -5.691883 56.49690 25 -#> 947 VR2W-107823 -5.691883 56.49690 25 -#> 948 VR2W-107823 -5.691883 56.49690 25 -#> 949 VR2W-107823 -5.691883 56.49690 25 -#> 950 VR2W-107823 -5.691883 56.49690 25 -#> 951 VR2W-107823 -5.691883 56.49690 25 -#> 952 VR2W-107823 -5.691883 56.49690 25 -#> 953 VR2W-107823 -5.691883 56.49690 25 -#> 954 VR2W-107823 -5.691883 56.49690 25 -#> 955 VR2W-107823 -5.691883 56.49690 25 -#> 956 VR2W-107823 -5.691883 56.49690 25 -#> 957 VR2W-107823 -5.691883 56.49690 25 -#> 958 VR2W-107823 -5.691883 56.49690 25 -#> 959 VR2W-107823 -5.691883 56.49690 25 -#> 960 VR2W-107823 -5.691883 56.49690 25 -#> 961 VR2W-107823 -5.691883 56.49690 25 -#> 962 VR2W-107823 -5.691883 56.49690 25 -#> 963 VR2W-107823 -5.691883 56.49690 25 -#> 964 VR2W-107823 -5.691883 56.49690 25 -#> 965 VR2W-107823 -5.691883 56.49690 25 -#> 966 VR2W-107823 -5.691883 56.49690 25 -#> 967 VR2W-107823 -5.691883 56.49690 25 -#> 968 VR2W-107823 -5.691883 56.49690 25 -#> 969 VR2W-107823 -5.691883 56.49690 25 -#> 970 VR2W-107823 -5.691883 56.49690 25 -#> 971 VR2W-107823 -5.691883 56.49690 25 -#> 972 VR2W-107823 -5.691883 56.49690 25 -#> 973 VR2W-107823 -5.691883 56.49690 25 -#> 974 VR2W-107823 -5.691883 56.49690 25 -#> 975 VR2W-107823 -5.691883 56.49690 25 -#> 976 VR2W-107823 -5.691883 56.49690 25 -#> 977 VR2W-107823 -5.691883 56.49690 25 -#> 978 VR2W-107823 -5.691883 56.49690 25 -#> 979 VR2W-107823 -5.691883 56.49690 25 -#> 980 VR2W-107823 -5.691883 56.49690 25 -#> 981 VR2W-107823 -5.691883 56.49690 25 -#> 982 VR2W-107823 -5.691883 56.49690 25 -#> 983 VR2W-107823 -5.691883 56.49690 25 -#> 984 VR2W-107823 -5.691883 56.49690 25 -#> 985 VR2W-107823 -5.691883 56.49690 25 -#> 986 VR2W-107823 -5.691883 56.49690 25 -#> 987 VR2W-107823 -5.691883 56.49690 25 -#> 988 VR2W-107823 -5.691883 56.49690 25 -#> 989 VR2W-107823 -5.691883 56.49690 25 -#> 990 VR2W-107823 -5.691883 56.49690 25 -#> 991 VR2W-107823 -5.691883 56.49690 25 -#> 992 VR2W-107823 -5.691883 56.49690 25 -#> 993 VR2W-107823 -5.691883 56.49690 25 -#> 994 VR2W-107823 -5.691883 56.49690 25 -#> 995 VR2W-107823 -5.691883 56.49690 25 -#> 996 VR2W-107823 -5.691883 56.49690 25 -#> 997 VR2W-107823 -5.691883 56.49690 25 -#> 998 VR2W-107823 -5.691883 56.49690 25 -#> 999 VR2W-107823 -5.691883 56.49690 25 -#> 1000 VR2W-107823 -5.691883 56.49690 25 -#> 1001 VR2W-107823 -5.691883 56.49690 25 -#> 1002 VR2W-107823 -5.691883 56.49690 25 -#> 1003 VR2W-107823 -5.691883 56.49690 25 -#> 1004 VR2W-107823 -5.691883 56.49690 25 -#> 1005 VR2W-107823 -5.691883 56.49690 25 -#> 1006 VR2W-107823 -5.691883 56.49690 25 -#> 1007 VR2W-107823 -5.691883 56.49690 25 -#> 1008 VR2W-107823 -5.691883 56.49690 25 -#> 1009 VR2W-107823 -5.691883 56.49690 25 -#> 1010 VR2W-107823 -5.691883 56.49690 25 -#> 1011 VR2W-107823 -5.691883 56.49690 25 -#> 1012 VR2W-107823 -5.691883 56.49690 25 -#> 1013 VR2W-107823 -5.691883 56.49690 25 -#> 1014 VR2W-107823 -5.691883 56.49690 25 -#> 1015 VR2W-107823 -5.691883 56.49690 25 -#> 1016 VR2W-107823 -5.691883 56.49690 25 -#> 1017 VR2W-107823 -5.691883 56.49690 25 -#> 1018 VR2W-107823 -5.691883 56.49690 25 -#> 1019 VR2W-107823 -5.691883 56.49690 25 -#> 1020 VR2W-107823 -5.691883 56.49690 25 -#> 1021 VR2W-107823 -5.691883 56.49690 25 -#> 1022 VR2W-107823 -5.691883 56.49690 25 -#> 1023 VR2W-107823 -5.691883 56.49690 25 -#> 1024 VR2W-107823 -5.691883 56.49690 25 -#> 1025 VR2W-107823 -5.691883 56.49690 25 -#> 1026 VR2W-107823 -5.691883 56.49690 25 -#> 1027 VR2W-107823 -5.691883 56.49690 25 -#> 1028 VR2W-107823 -5.691883 56.49690 25 -#> 1029 VR2W-107823 -5.691883 56.49690 25 -#> 1030 VR2W-107823 -5.691883 56.49690 25 -#> 1031 VR2W-107823 -5.691883 56.49690 25 -#> 1032 VR2W-107823 -5.691883 56.49690 25 -#> 1033 VR2W-107823 -5.691883 56.49690 25 -#> 1034 VR2W-107823 -5.691883 56.49690 25 -#> 1035 VR2W-107823 -5.691883 56.49690 25 -#> 1036 VR2W-107823 -5.691883 56.49690 25 -#> 1037 VR2W-107823 -5.691883 56.49690 25 -#> 1038 VR2W-107823 -5.691883 56.49690 25 -#> 1039 VR2W-107823 -5.691883 56.49690 25 -#> 1040 VR2W-107823 -5.691883 56.49690 25 -#> 1041 VR2W-107823 -5.691883 56.49690 25 -#> 1042 VR2W-107823 -5.691883 56.49690 25 -#> 1043 VR2W-107823 -5.691883 56.49690 25 -#> 1044 VR2W-107823 -5.691883 56.49690 25 -#> 1045 VR2W-107823 -5.691883 56.49690 25 -#> 1046 VR2W-107823 -5.691883 56.49690 25 -#> 1047 VR2W-107823 -5.691883 56.49690 25 -#> 1048 VR2W-107823 -5.691883 56.49690 25 -#> 1049 VR2W-107823 -5.691883 56.49690 25 -#> 1050 VR2W-107823 -5.691883 56.49690 25 -#> 1051 VR2W-107823 -5.691883 56.49690 25 -#> 1052 VR2W-107823 -5.691883 56.49690 25 -#> 1053 VR2W-107823 -5.691883 56.49690 25 -#> 1054 VR2W-107823 -5.691883 56.49690 25 -#> 1055 VR2W-107823 -5.691883 56.49690 25 -#> 1056 VR2W-107823 -5.691883 56.49690 25 -#> 1057 VR2W-107823 -5.691883 56.49690 25 -#> 1058 VR2W-107823 -5.691883 56.49690 25 -#> 1059 VR2W-107823 -5.691883 56.49690 25 -#> 1060 VR2W-107823 -5.691883 56.49690 25 -#> 1061 VR2W-107823 -5.691883 56.49690 25 -#> 1062 VR2W-107823 -5.691883 56.49690 25 -#> 1063 VR2W-107823 -5.691883 56.49690 25 -#> 1064 VR2W-107823 -5.691883 56.49690 25 -#> 1065 VR2W-107823 -5.691883 56.49690 25 -#> 1066 VR2W-107823 -5.691883 56.49690 25 -#> 1067 VR2W-107823 -5.691883 56.49690 25 -#> 1068 VR2W-107823 -5.691883 56.49690 25 -#> 1069 VR2W-107823 -5.691883 56.49690 25 -#> 1070 VR2W-107823 -5.691883 56.49690 25 -#> 1071 VR2W-107823 -5.691883 56.49690 25 -#> 1072 VR2W-107823 -5.691883 56.49690 25 -#> 1073 VR2W-107823 -5.691883 56.49690 25 -#> 1074 VR2W-107823 -5.691883 56.49690 25 -#> 1075 VR2W-107823 -5.691883 56.49690 25 -#> 1076 VR2W-107823 -5.691883 56.49690 25 -#> 1077 VR2W-107823 -5.691883 56.49690 25 -#> 1078 VR2W-107823 -5.691883 56.49690 25 -#> 1079 VR2W-107823 -5.691883 56.49690 25 -#> 1080 VR2W-107823 -5.691883 56.49690 25 -#> 1081 VR2W-107823 -5.691883 56.49690 25 -#> 1082 VR2W-107823 -5.691883 56.49690 25 -#> 1083 VR2W-107823 -5.691883 56.49690 25 -#> 1084 VR2W-107823 -5.691883 56.49690 25 -#> 1085 VR2W-107823 -5.691883 56.49690 25 -#> 1086 VR2W-107823 -5.691883 56.49690 25 -#> 1087 VR2W-107823 -5.691883 56.49690 25 -#> 1088 VR2W-107823 -5.691883 56.49690 25 -#> 1089 VR2W-107823 -5.691883 56.49690 25 -#> 1090 VR2W-107823 -5.691883 56.49690 25 -#> 1091 VR2W-107823 -5.691883 56.49690 25 -#> 1092 VR2W-107823 -5.691883 56.49690 25 -#> 1093 VR2W-107823 -5.691883 56.49690 25 -#> 1094 VR2W-107823 -5.691883 56.49690 25 -#> 1095 VR2W-107823 -5.691883 56.49690 25 -#> 1096 VR2W-107823 -5.691883 56.49690 25 -#> 1097 VR2W-107823 -5.691883 56.49690 25 -#> 1098 VR2W-107823 -5.691883 56.49690 25 -#> 1099 VR2W-107823 -5.691883 56.49690 25 -#> 1100 VR2W-107823 -5.691883 56.49690 25 -#> 1101 VR2W-107823 -5.691883 56.49690 25 -#> 1102 VR2W-107823 -5.691883 56.49690 25 -#> 1103 VR2W-107823 -5.691883 56.49690 25 -#> 1104 VR2W-107823 -5.691883 56.49690 25 -#> 1105 VR2W-107823 -5.691883 56.49690 25 -#> 1106 VR2W-107823 -5.691883 56.49690 25 -#> 1107 VR2W-107823 -5.691883 56.49690 25 -#> 1108 VR2W-107823 -5.691883 56.49690 25 -#> 1109 VR2W-107823 -5.691883 56.49690 25 -#> 1110 VR2W-107823 -5.691883 56.49690 25 -#> 1111 VR2W-107823 -5.691883 56.49690 25 -#> 1112 VR2W-107823 -5.691883 56.49690 25 -#> 1113 VR2W-107823 -5.691883 56.49690 25 -#> 1114 VR2W-107823 -5.691883 56.49690 25 -#> 1115 VR2W-107823 -5.691883 56.49690 25 -#> 1116 VR2W-107823 -5.691883 56.49690 25 -#> 1117 VR2W-107823 -5.691883 56.49690 25 -#> 1118 VR2W-107823 -5.691883 56.49690 25 -#> 1119 VR2W-107823 -5.691883 56.49690 25 -#> 1120 VR2W-107823 -5.691883 56.49690 25 -#> 1121 VR2W-107823 -5.691883 56.49690 25 -#> 1122 VR2W-107823 -5.691883 56.49690 25 -#> 1123 VR2W-107823 -5.691883 56.49690 25 -#> 1124 VR2W-107823 -5.691883 56.49690 25 -#> 1125 VR2W-107823 -5.691883 56.49690 25 -#> 1126 VR2W-107823 -5.691883 56.49690 25 -#> 1127 VR2W-107823 -5.691883 56.49690 25 -#> 1128 VR2W-107823 -5.691883 56.49690 25 -#> 1129 VR2W-107823 -5.691883 56.49690 25 -#> 1130 VR2W-107823 -5.691883 56.49690 25 -#> 1131 VR2W-107823 -5.691883 56.49690 25 -#> 1132 VR2W-107823 -5.691883 56.49690 25 -#> 1133 VR2W-107823 -5.691883 56.49690 25 -#> 1134 VR2W-107823 -5.691883 56.49690 25 -#> 1135 VR2W-107823 -5.691883 56.49690 25 -#> 1136 VR2W-107823 -5.691883 56.49690 25 -#> 1137 VR2W-107823 -5.691883 56.49690 25 -#> 1138 VR2W-107823 -5.691883 56.49690 25 -#> 1139 VR2W-107823 -5.691883 56.49690 25 -#> 1140 VR2W-107823 -5.691883 56.49690 25 -#> 1141 VR2W-107823 -5.691883 56.49690 25 -#> 1142 VR2W-107823 -5.691883 56.49690 25 -#> 1143 VR2W-107823 -5.691883 56.49690 25 -#> 1144 VR2W-107823 -5.691883 56.49690 25 -#> 1145 VR2W-107823 -5.691883 56.49690 25 -#> 1146 VR2W-107823 -5.691883 56.49690 25 -#> 1147 VR2W-107823 -5.691883 56.49690 25 -#> 1148 VR2W-107823 -5.691883 56.49690 25 -#> 1149 VR2W-107823 -5.691883 56.49690 25 -#> 1150 VR2W-107823 -5.691883 56.49690 25 -#> 1151 VR2W-107823 -5.691883 56.49690 25 -#> 1152 VR2W-107823 -5.691883 56.49690 25 -#> 1153 VR2W-107823 -5.691883 56.49690 25 -#> 1154 VR2W-107823 -5.691883 56.49690 25 -#> 1155 VR2W-107823 -5.691883 56.49690 25 -#> 1156 VR2W-107823 -5.691883 56.49690 25 -#> 1157 VR2W-107823 -5.691883 56.49690 25 -#> 1158 VR2W-107823 -5.691883 56.49690 25 -#> 1159 VR2W-107823 -5.691883 56.49690 25 -#> 1160 VR2W-107823 -5.691883 56.49690 25 -#> 1161 VR2W-107823 -5.691883 56.49690 25 -#> 1162 VR2W-107823 -5.691883 56.49690 25 -#> 1163 VR2W-107823 -5.691883 56.49690 25 -#> 1164 VR2W-107823 -5.691883 56.49690 25 -#> 1165 VR2W-107823 -5.691883 56.49690 25 -#> 1166 VR2W-107823 -5.691883 56.49690 25 -#> 1167 VR2W-107823 -5.691883 56.49690 25 -#> 1168 VR2W-107823 -5.691883 56.49690 25 -#> 1169 VR2W-107823 -5.691883 56.49690 25 -#> 1170 VR2W-107823 -5.691883 56.49690 25 -#> 1171 VR2W-107823 -5.691883 56.49690 25 -#> 1172 VR2W-107823 -5.691883 56.49690 25 -#> 1173 VR2W-107823 -5.691883 56.49690 25 -#> 1174 VR2W-107823 -5.691883 56.49690 25 -#> 1175 VR2W-107823 -5.691883 56.49690 25 -#> 1176 VR2W-107823 -5.691883 56.49690 25 -#> 1177 VR2W-107823 -5.691883 56.49690 25 -#> 1178 VR2W-107823 -5.691883 56.49690 25 -#> 1179 VR2W-107823 -5.691883 56.49690 25 -#> 1180 VR2W-107823 -5.691883 56.49690 25 -#> 1181 VR2W-107823 -5.691883 56.49690 25 -#> 1182 VR2W-107823 -5.691883 56.49690 25 -#> 1183 VR2W-107823 -5.691883 56.49690 25 -#> 1184 VR2W-107823 -5.691883 56.49690 25 -#> 1185 VR2W-107823 -5.691883 56.49690 25 -#> 1186 VR2W-107823 -5.691883 56.49690 25 -#> 1187 VR2W-107823 -5.691883 56.49690 25 -#> 1188 VR2W-107823 -5.691883 56.49690 25 -#> 1189 VR2W-107823 -5.691883 56.49690 25 -#> 1190 VR2W-107823 -5.691883 56.49690 25 -#> 1191 VR2W-107823 -5.691883 56.49690 25 -#> 1192 VR2W-107823 -5.691883 56.49690 25 -#> 1193 VR2W-107823 -5.691883 56.49690 25 -#> 1194 VR2W-107823 -5.691883 56.49690 25 -#> 1195 VR2W-107823 -5.691883 56.49690 25 -#> 1196 VR2W-107823 -5.691883 56.49690 25 -#> 1197 VR2W-107823 -5.691883 56.49690 25 -#> 1198 VR2W-107823 -5.691883 56.49690 25 -#> 1199 VR2W-107823 -5.691883 56.49690 25 -#> 1200 VR2W-107823 -5.691883 56.49690 25 -#> 1201 VR2W-107823 -5.691883 56.49690 25 -#> 1202 VR2W-107823 -5.691883 56.49690 25 -#> 1203 VR2W-107823 -5.691883 56.49690 25 -#> 1204 VR2W-107823 -5.691883 56.49690 25 -#> 1205 VR2W-107823 -5.691883 56.49690 25 -#> 1206 VR2W-107823 -5.691883 56.49690 25 -#> 1207 VR2W-107823 -5.691883 56.49690 25 -#> 1208 VR2W-107823 -5.691883 56.49690 25 -#> 1209 VR2W-107823 -5.691883 56.49690 25 -#> 1210 VR2W-107823 -5.691883 56.49690 25 -#> 1211 VR2W-107823 -5.691883 56.49690 25 -#> 1212 VR2W-107823 -5.691883 56.49690 25 -#> 1213 VR2W-107823 -5.691883 56.49690 25 -#> 1214 VR2W-107823 -5.691883 56.49690 25 -#> 1215 VR2W-107823 -5.691883 56.49690 25 -#> 1216 VR2W-107823 -5.691883 56.49690 25 -#> 1217 VR2W-107823 -5.691883 56.49690 25 -#> 1218 VR2W-107823 -5.691883 56.49690 25 -#> 1219 VR2W-107823 -5.691883 56.49690 25 -#> 1220 VR2W-107823 -5.691883 56.49690 25 -#> 1221 VR2W-107823 -5.691883 56.49690 25 -#> 1222 VR2W-107823 -5.691883 56.49690 25 -#> 1223 VR2W-107823 -5.691883 56.49690 25 -#> 1224 VR2W-107823 -5.691883 56.49690 25 -#> 1225 VR2W-107823 -5.691883 56.49690 25 -#> 1226 VR2W-107823 -5.691883 56.49690 25 -#> 1227 VR2W-107823 -5.691883 56.49690 25 -#> 1228 VR2W-107823 -5.691883 56.49690 25 -#> 1229 VR2W-107823 -5.691883 56.49690 25 -#> 1230 VR2W-107823 -5.691883 56.49690 25 -#> 1231 VR2W-107823 -5.691883 56.49690 25 -#> 1232 VR2W-107823 -5.691883 56.49690 25 -#> 1233 VR2W-107823 -5.691883 56.49690 25 -#> 1234 VR2W-107823 -5.691883 56.49690 25 -#> 1235 VR2W-107823 -5.691883 56.49690 25 -#> 1236 VR2W-107823 -5.691883 56.49690 25 -#> 1237 VR2W-107823 -5.691883 56.49690 25 -#> 1238 VR2W-107823 -5.691883 56.49690 25 -#> 1239 VR2W-107823 -5.691883 56.49690 25 -#> 1240 VR2W-107823 -5.691883 56.49690 25 -#> 1241 VR2W-107823 -5.691883 56.49690 25 -#> 1242 VR2W-107823 -5.691883 56.49690 25 -#> 1243 VR2W-107823 -5.691883 56.49690 25 -#> 1244 VR2W-107823 -5.691883 56.49690 25 -#> 1245 VR2W-107823 -5.691883 56.49690 25 -#> 1246 VR2W-107823 -5.691883 56.49690 25 -#> 1247 VR2W-107823 -5.691883 56.49690 25 -#> 1248 VR2W-107823 -5.691883 56.49690 25 -#> 1249 VR2W-107823 -5.691883 56.49690 25 -#> 1250 VR2W-107823 -5.691883 56.49690 25 -#> 1251 VR2W-107823 -5.691883 56.49690 25 -#> 1252 VR2W-107823 -5.691883 56.49690 25 -#> 1253 VR2W-107823 -5.691883 56.49690 25 -#> 1254 VR2W-107823 -5.691883 56.49690 25 -#> 1255 VR2W-107823 -5.691883 56.49690 25 -#> 1256 VR2W-107823 -5.691883 56.49690 25 -#> 1257 VR2W-107823 -5.691883 56.49690 25 -#> 1258 VR2W-107823 -5.691883 56.49690 25 -#> 1259 VR2W-107823 -5.691883 56.49690 25 -#> 1260 VR2W-107823 -5.691883 56.49690 25 -#> 1261 VR2W-107823 -5.691883 56.49690 25 -#> 1262 VR2W-107823 -5.691883 56.49690 25 -#> 1263 VR2W-107823 -5.691883 56.49690 25 -#> 1264 VR2W-107823 -5.691883 56.49690 25 -#> 1265 VR2W-107823 -5.691883 56.49690 25 -#> 1266 VR2W-107823 -5.691883 56.49690 25 -#> 1267 VR2W-107823 -5.691883 56.49690 25 -#> 1268 VR2W-107823 -5.691883 56.49690 25 -#> 1269 VR2W-107823 -5.691883 56.49690 25 -#> 1270 VR2W-107823 -5.691883 56.49690 25 -#> 1271 VR2W-107823 -5.691883 56.49690 25 -#> 1272 VR2W-107823 -5.691883 56.49690 25 -#> 1273 VR2W-107823 -5.691883 56.49690 25 -#> 1274 VR2W-107823 -5.691883 56.49690 25 -#> 1275 VR2W-107823 -5.691883 56.49690 25 -#> 1276 VR2W-107823 -5.691883 56.49690 25 -#> 1277 VR2W-107823 -5.691883 56.49690 25 -#> 1278 VR2W-107823 -5.691883 56.49690 25 -#> 1279 VR2W-107823 -5.691883 56.49690 25 -#> 1280 VR2W-107823 -5.691883 56.49690 25 -#> 1281 VR2W-107823 -5.691883 56.49690 25 -#> 1282 VR2W-107823 -5.691883 56.49690 25 -#> 1283 VR2W-107823 -5.691883 56.49690 25 -#> 1284 VR2W-107823 -5.691883 56.49690 25 -#> 1285 VR2W-107823 -5.691883 56.49690 25 -#> 1286 VR2W-107823 -5.691883 56.49690 25 -#> 1287 VR2W-107823 -5.691883 56.49690 25 -#> 1288 VR2W-107823 -5.691883 56.49690 25 -#> 1289 VR2W-107823 -5.691883 56.49690 25 -#> 1290 VR2W-107823 -5.691883 56.49690 25 -#> 1291 VR2W-107823 -5.691883 56.49690 25 -#> 1292 VR2W-107823 -5.691883 56.49690 25 -#> 1293 VR2W-107823 -5.691883 56.49690 25 -#> 1294 VR2W-107823 -5.691883 56.49690 25 -#> 1295 VR2W-107823 -5.691883 56.49690 25 -#> 1296 VR2W-107823 -5.691883 56.49690 25 -#> 1297 VR2W-107823 -5.691883 56.49690 25 -#> 1298 VR2W-107823 -5.691883 56.49690 25 -#> 1299 VR2W-107823 -5.691883 56.49690 25 -#> 1300 VR2W-107823 -5.691883 56.49690 25 -#> 1301 VR2W-107823 -5.691883 56.49690 25 -#> 1302 VR2W-107823 -5.691883 56.49690 25 -#> 1303 VR2W-107823 -5.691883 56.49690 25 -#> 1304 VR2W-107823 -5.691883 56.49690 25 -#> 1305 VR2W-107823 -5.691883 56.49690 25 -#> 1306 VR2W-107823 -5.691883 56.49690 25 -#> 1307 VR2W-107823 -5.691883 56.49690 25 -#> 1308 VR2W-107823 -5.691883 56.49690 25 -#> 1309 VR2W-107823 -5.691883 56.49690 25 -#> 1310 VR2W-107823 -5.691883 56.49690 25 -#> 1311 VR2W-107823 -5.691883 56.49690 25 -#> 1312 VR2W-107823 -5.691883 56.49690 25 -#> 1313 VR2W-107823 -5.691883 56.49690 25 -#> 1314 VR2W-107823 -5.691883 56.49690 25 -#> 1315 VR2W-107823 -5.691883 56.49690 25 -#> 1316 VR2W-107823 -5.691883 56.49690 25 -#> 1317 VR2W-107823 -5.691883 56.49690 25 -#> 1318 VR2W-107823 -5.691883 56.49690 25 -#> 1319 VR2W-107823 -5.691883 56.49690 25 -#> 1320 VR2W-107823 -5.691883 56.49690 25 -#> 1321 VR2W-107823 -5.691883 56.49690 25 -#> 1322 VR2W-107823 -5.691883 56.49690 25 -#> 1323 VR2W-107823 -5.691883 56.49690 25 -#> 1324 VR2W-107823 -5.691883 56.49690 25 -#> 1325 VR2W-107823 -5.691883 56.49690 25 -#> 1326 VR2W-107823 -5.691883 56.49690 25 -#> 1327 VR2W-107823 -5.691883 56.49690 25 -#> 1328 VR2W-107823 -5.691883 56.49690 25 -#> 1329 VR2W-107823 -5.691883 56.49690 25 -#> 1330 VR2W-107823 -5.691883 56.49690 25 -#> 1331 VR2W-107823 -5.691883 56.49690 25 -#> 1332 VR2W-107823 -5.691883 56.49690 25 -#> 1333 VR2W-107823 -5.691883 56.49690 25 -#> 1334 VR2W-107823 -5.691883 56.49690 25 -#> 1335 VR2W-107823 -5.691883 56.49690 25 -#> 1336 VR2W-107823 -5.691883 56.49690 25 -#> 1337 VR2W-107823 -5.691883 56.49690 25 -#> 1338 VR2W-107823 -5.691883 56.49690 25 -#> 1339 VR2W-107823 -5.691883 56.49690 25 -#> 1340 VR2W-107823 -5.691883 56.49690 25 -#> 1341 VR2W-107823 -5.691883 56.49690 25 -#> 1342 VR2W-107823 -5.691883 56.49690 25 -#> 1343 VR2W-107823 -5.691883 56.49690 25 -#> 1344 VR2W-107823 -5.691883 56.49690 25 -#> 1345 VR2W-107823 -5.691883 56.49690 25 -#> 1346 VR2W-107823 -5.691883 56.49690 25 -#> 1347 VR2W-107823 -5.691883 56.49690 25 -#> 1348 VR2W-107823 -5.691883 56.49690 25 -#> 1349 VR2W-107823 -5.691883 56.49690 25 -#> 1350 VR2W-107823 -5.691883 56.49690 25 -#> 1351 VR2W-107823 -5.691883 56.49690 25 -#> 1352 VR2W-107823 -5.691883 56.49690 25 -#> 1353 VR2W-107823 -5.691883 56.49690 25 -#> 1354 VR2W-107823 -5.691883 56.49690 25 -#> 1355 VR2W-107823 -5.691883 56.49690 25 -#> 1356 VR2W-107823 -5.691883 56.49690 25 -#> 1357 VR2W-107823 -5.691883 56.49690 25 -#> 1358 VR2W-107823 -5.691883 56.49690 25 -#> 1359 VR2W-107823 -5.691883 56.49690 25 -#> 1360 VR2W-107823 -5.691883 56.49690 25 -#> 1361 VR2W-107823 -5.691883 56.49690 25 -#> 1362 VR2W-107823 -5.691883 56.49690 25 -#> 1363 VR2W-107823 -5.691883 56.49690 25 -#> 1364 VR2W-107823 -5.691883 56.49690 25 -#> 1365 VR2W-107823 -5.691883 56.49690 25 -#> 1366 VR2W-107823 -5.691883 56.49690 25 -#> 1367 VR2W-107823 -5.691883 56.49690 25 -#> 1368 VR2W-107823 -5.691883 56.49690 25 -#> 1369 VR2W-107823 -5.691883 56.49690 25 -#> 1370 VR2W-107823 -5.691883 56.49690 25 -#> 1371 VR2W-107823 -5.691883 56.49690 25 -#> 1372 VR2W-107823 -5.691883 56.49690 25 -#> 1373 VR2W-107823 -5.691883 56.49690 25 -#> 1374 VR2W-107823 -5.691883 56.49690 25 -#> 1375 VR2W-107823 -5.691883 56.49690 25 -#> 1376 VR2W-107823 -5.691883 56.49690 25 -#> 1377 VR2W-107823 -5.691883 56.49690 25 -#> 1378 VR2W-107823 -5.691883 56.49690 25 -#> 1379 VR2W-107823 -5.691883 56.49690 25 -#> 1380 VR2W-107823 -5.691883 56.49690 25 -#> 1381 VR2W-107823 -5.691883 56.49690 25 -#> 1382 VR2W-107823 -5.691883 56.49690 25 -#> 1383 VR2W-107823 -5.691883 56.49690 25 -#> 1384 VR2W-107823 -5.691883 56.49690 25 -#> 1385 VR2W-107823 -5.691883 56.49690 25 -#> 1386 VR2W-107823 -5.691883 56.49690 25 -#> 1387 VR2W-107823 -5.691883 56.49690 25 -#> 1388 VR2W-107823 -5.691883 56.49690 25 -#> 1389 VR2W-107823 -5.691883 56.49690 25 -#> 1390 VR2W-107823 -5.691883 56.49690 25 -#> 1391 VR2W-107823 -5.691883 56.49690 25 -#> 1392 VR2W-107823 -5.691883 56.49690 25 -#> 1393 VR2W-107823 -5.691883 56.49690 25 -#> 1394 VR2W-107823 -5.691883 56.49690 25 -#> 1395 VR2W-107823 -5.691883 56.49690 25 -#> 1396 VR2W-107823 -5.691883 56.49690 25 -#> 1397 VR2W-107823 -5.691883 56.49690 25 -#> 1398 VR2W-107823 -5.691883 56.49690 25 -#> 1399 VR2W-107823 -5.691883 56.49690 25 -#> 1400 VR2W-107823 -5.691883 56.49690 25 -#> 1401 VR2W-107823 -5.691883 56.49690 25 -#> 1402 VR2W-107823 -5.691883 56.49690 25 -#> 1403 VR2W-107823 -5.691883 56.49690 25 -#> 1404 VR2W-107823 -5.691883 56.49690 25 -#> 1405 VR2W-107823 -5.691883 56.49690 25 -#> 1406 VR2W-107823 -5.691883 56.49690 25 -#> 1407 VR2W-107823 -5.691883 56.49690 25 -#> 1408 VR2W-107823 -5.691883 56.49690 25 -#> 1409 VR2W-107823 -5.691883 56.49690 25 -#> 1410 VR2W-107823 -5.691883 56.49690 25 -#> 1411 VR2W-107823 -5.691883 56.49690 25 -#> 1412 VR2W-107823 -5.691883 56.49690 25 -#> 1413 VR2W-107823 -5.691883 56.49690 25 -#> 1414 VR2W-107823 -5.691883 56.49690 25 -#> 1415 VR2W-107823 -5.691883 56.49690 25 -#> 1416 VR2W-107823 -5.691883 56.49690 25 -#> 1417 VR2W-107823 -5.691883 56.49690 25 -#> 1418 VR2W-107823 -5.691883 56.49690 25 -#> 1419 VR2W-107823 -5.691883 56.49690 25 -#> 1420 VR2W-107823 -5.691883 56.49690 25 -#> 1421 VR2W-107823 -5.691883 56.49690 25 -#> 1422 VR2W-107823 -5.691883 56.49690 25 -#> 1423 VR2W-107823 -5.691883 56.49690 25 -#> 1424 VR2W-107823 -5.691883 56.49690 25 -#> 1425 VR2W-107823 -5.691883 56.49690 25 -#> 1426 VR2W-107823 -5.691883 56.49690 25 -#> 1427 VR2W-107823 -5.691883 56.49690 25 -#> 1428 VR2W-107823 -5.691883 56.49690 25 -#> 1429 VR2W-107823 -5.691883 56.49690 25 -#> 1430 VR2W-107823 -5.691883 56.49690 25 -#> 1431 VR2W-107823 -5.691883 56.49690 25 -#> 1432 VR2W-107823 -5.691883 56.49690 25 -#> 1433 VR2W-107823 -5.691883 56.49690 25 -#> 1434 VR2W-107823 -5.691883 56.49690 25 -#> 1435 VR2W-107823 -5.691883 56.49690 25 -#> 1436 VR2W-107823 -5.691883 56.49690 25 -#> 1437 VR2W-107823 -5.691883 56.49690 25 -#> 1438 VR2W-107823 -5.691883 56.49690 25 -#> 1439 VR2W-107823 -5.691883 56.49690 25 -#> 1440 VR2W-107823 -5.691883 56.49690 25 -#> 1441 VR2W-107823 -5.691883 56.49690 25 -#> 1442 VR2W-107823 -5.691883 56.49690 25 -#> 1443 VR2W-107823 -5.691883 56.49690 25 -#> 1444 VR2W-107823 -5.691883 56.49690 25 -#> 1445 VR2W-107823 -5.691883 56.49690 25 -#> 1446 VR2W-107823 -5.691883 56.49690 25 -#> 1447 VR2W-107823 -5.691883 56.49690 25 -#> 1448 VR2W-107823 -5.691883 56.49690 25 -#> 1449 VR2W-107823 -5.691883 56.49690 25 -#> 1450 VR2W-107823 -5.691883 56.49690 25 -#> 1451 VR2W-107823 -5.691883 56.49690 25 -#> 1452 VR2W-107823 -5.691883 56.49690 25 -#> 1453 VR2W-107823 -5.691883 56.49690 25 -#> 1454 VR2W-107823 -5.691883 56.49690 25 -#> 1455 VR2W-107823 -5.691883 56.49690 25 -#> 1456 VR2W-107823 -5.691883 56.49690 25 -#> 1457 VR2W-107823 -5.691883 56.49690 25 -#> 1458 VR2W-107823 -5.691883 56.49690 25 -#> 1459 VR2W-107823 -5.691883 56.49690 25 -#> 1460 VR2W-107823 -5.691883 56.49690 25 -#> 1461 VR2W-107823 -5.691883 56.49690 25 -#> 1462 VR2W-107823 -5.691883 56.49690 25 -#> 1463 VR2W-107823 -5.691883 56.49690 25 -#> 1464 VR2W-107823 -5.691883 56.49690 25 -#> 1465 VR2W-107823 -5.691883 56.49690 25 -#> 1466 VR2W-107823 -5.691883 56.49690 25 -#> 1467 VR2W-107823 -5.691883 56.49690 25 -#> 1468 VR2W-107823 -5.691883 56.49690 25 -#> 1469 VR2W-107823 -5.691883 56.49690 25 -#> 1470 VR2W-107823 -5.691883 56.49690 25 -#> 1471 VR2W-107823 -5.691883 56.49690 25 -#> 1472 VR2W-107823 -5.691883 56.49690 25 -#> 1473 VR2W-107823 -5.691883 56.49690 25 -#> 1474 VR2W-107823 -5.691883 56.49690 25 -#> 1475 VR2W-107823 -5.691883 56.49690 25 -#> 1476 VR2W-107823 -5.691883 56.49690 25 -#> 1477 VR2W-107823 -5.691883 56.49690 25 -#> 1478 VR2W-107823 -5.691883 56.49690 25 -#> 1479 VR2W-107823 -5.691883 56.49690 25 -#> 1480 VR2W-107823 -5.691883 56.49690 25 -#> 1481 VR2W-107823 -5.691883 56.49690 25 -#> 1482 VR2W-107823 -5.691883 56.49690 25 -#> 1483 VR2W-107823 -5.691883 56.49690 25 -#> 1484 VR2W-107823 -5.691883 56.49690 25 -#> 1485 VR2W-107823 -5.691883 56.49690 25 -#> 1486 VR2W-107823 -5.691883 56.49690 25 -#> 1487 VR2W-107823 -5.691883 56.49690 25 -#> 1488 VR2W-107823 -5.691883 56.49690 25 -#> 1489 VR2W-107823 -5.691883 56.49690 25 -#> 1490 VR2W-107823 -5.691883 56.49690 25 -#> 1491 VR2W-107823 -5.691883 56.49690 25 -#> 1492 VR2W-107823 -5.691883 56.49690 25 -#> 1493 VR2W-107823 -5.691883 56.49690 25 -#> 1494 VR2W-107823 -5.691883 56.49690 25 -#> 1495 VR2W-107823 -5.691883 56.49690 25 -#> 1496 VR2W-107823 -5.691883 56.49690 25 -#> 1497 VR2W-107823 -5.691883 56.49690 25 -#> 1498 VR2W-107823 -5.691883 56.49690 25 -#> 1499 VR2W-107823 -5.691883 56.49690 25 -#> 1500 VR2W-107823 -5.691883 56.49690 25 -#> 1501 VR2W-107823 -5.691883 56.49690 25 -#> 1502 VR2W-107823 -5.691883 56.49690 25 -#> 1503 VR2W-107823 -5.691883 56.49690 25 -#> 1504 VR2W-107823 -5.691883 56.49690 25 -#> 1505 VR2W-107823 -5.691883 56.49690 25 -#> 1506 VR2W-107823 -5.691883 56.49690 25 -#> 1507 VR2W-107823 -5.691883 56.49690 25 -#> 1508 VR2W-107823 -5.691883 56.49690 25 -#> 1509 VR2W-107823 -5.691883 56.49690 25 -#> 1510 VR2W-107823 -5.691883 56.49690 25 -#> 1511 VR2W-107823 -5.691883 56.49690 25 -#> 1512 VR2W-107823 -5.691883 56.49690 25 -#> 1513 VR2W-107823 -5.691883 56.49690 25 -#> 1514 VR2W-107823 -5.691883 56.49690 25 -#> 1515 VR2W-107823 -5.691883 56.49690 25 -#> 1516 VR2W-107823 -5.691883 56.49690 25 -#> 1517 VR2W-107823 -5.691883 56.49690 25 -#> 1518 VR2W-107823 -5.691883 56.49690 25 -#> 1519 VR2W-107823 -5.691883 56.49690 25 -#> 1520 VR2W-107823 -5.691883 56.49690 25 -#> 1521 VR2W-107823 -5.691883 56.49690 25 -#> 1522 VR2W-107823 -5.691883 56.49690 25 -#> 1523 VR2W-107823 -5.691883 56.49690 25 -#> 1524 VR2W-107823 -5.691883 56.49690 25 -#> 1525 VR2W-107823 -5.691883 56.49690 25 -#> 1526 VR2W-107823 -5.691883 56.49690 25 -#> 1527 VR2W-107823 -5.691883 56.49690 25 -#> 1528 VR2W-107823 -5.691883 56.49690 25 -#> 1529 VR2W-107823 -5.691883 56.49690 25 -#> 1530 VR2W-107823 -5.691883 56.49690 25 -#> 1531 VR2W-107823 -5.691883 56.49690 25 -#> 1532 VR2W-107823 -5.691883 56.49690 25 -#> 1533 VR2W-107823 -5.691883 56.49690 25 -#> 1534 VR2W-107823 -5.691883 56.49690 25 -#> 1535 VR2W-107823 -5.691883 56.49690 25 -#> 1536 VR2W-107823 -5.691883 56.49690 25 -#> 1537 VR2W-107823 -5.691883 56.49690 25 -#> 1538 VR2W-107823 -5.691883 56.49690 25 -#> 1539 VR2W-107823 -5.691883 56.49690 25 -#> 1540 VR2W-107823 -5.691883 56.49690 25 -#> 1541 VR2W-107823 -5.691883 56.49690 25 -#> 1542 VR2W-107823 -5.691883 56.49690 25 -#> 1543 VR2W-107823 -5.691883 56.49690 25 -#> 1544 VR2W-107823 -5.691883 56.49690 25 -#> 1545 VR2W-107823 -5.691883 56.49690 25 -#> 1546 VR2W-107823 -5.691883 56.49690 25 -#> 1547 VR2W-107823 -5.691883 56.49690 25 -#> 1548 VR2W-107823 -5.691883 56.49690 25 -#> 1549 VR2W-107823 -5.691883 56.49690 25 -#> 1550 VR2W-107823 -5.691883 56.49690 25 -#> 1551 VR2W-107823 -5.691883 56.49690 25 -#> 1552 VR2W-107823 -5.691883 56.49690 25 -#> 1553 VR2W-107823 -5.691883 56.49690 25 -#> 1554 VR2W-107823 -5.691883 56.49690 25 -#> 1555 VR2W-107823 -5.691883 56.49690 25 -#> 1556 VR2W-107823 -5.691883 56.49690 25 -#> 1557 VR2W-107823 -5.691883 56.49690 25 -#> 1558 VR2W-107823 -5.691883 56.49690 25 -#> 1559 VR2W-107823 -5.691883 56.49690 25 -#> 1560 VR2W-107823 -5.691883 56.49690 25 -#> 1561 VR2W-107823 -5.691883 56.49690 25 -#> 1562 VR2W-107823 -5.691883 56.49690 25 -#> 1563 VR2W-107823 -5.691883 56.49690 25 -#> 1564 VR2W-107823 -5.691883 56.49690 25 -#> 1565 VR2W-107823 -5.691883 56.49690 25 -#> 1566 VR2W-107823 -5.691883 56.49690 25 -#> 1567 VR2W-107823 -5.691883 56.49690 25 -#> 1568 VR2W-107823 -5.691883 56.49690 25 -#> 1569 VR2W-107823 -5.691883 56.49690 25 -#> 1570 VR2W-107823 -5.691883 56.49690 25 -#> 1571 VR2W-107823 -5.691883 56.49690 25 -#> 1572 VR2W-107823 -5.691883 56.49690 25 -#> 1573 VR2W-107823 -5.691883 56.49690 25 -#> 1574 VR2W-107823 -5.691883 56.49690 25 -#> 1575 VR2W-107823 -5.691883 56.49690 25 -#> 1576 VR2W-107823 -5.691883 56.49690 25 -#> 1577 VR2W-107823 -5.691883 56.49690 25 -#> 1578 VR2W-107823 -5.691883 56.49690 25 -#> 1579 VR2W-107823 -5.691883 56.49690 25 -#> 1580 VR2W-107823 -5.691883 56.49690 25 -#> 1581 VR2W-107823 -5.691883 56.49690 25 -#> 1582 VR2W-107823 -5.691883 56.49690 25 -#> 1583 VR2W-107823 -5.691883 56.49690 25 -#> 1584 VR2W-107823 -5.691883 56.49690 25 -#> 1585 VR2W-107823 -5.691883 56.49690 25 -#> 1586 VR2W-107823 -5.691883 56.49690 25 -#> 1587 VR2W-107823 -5.691883 56.49690 25 -#> 1588 VR2W-107823 -5.691883 56.49690 25 -#> 1589 VR2W-107823 -5.691883 56.49690 25 -#> 1590 VR2W-107823 -5.691883 56.49690 25 -#> 1591 VR2W-107823 -5.691883 56.49690 25 -#> 1592 VR2W-107823 -5.691883 56.49690 25 -#> 1593 VR2W-107823 -5.691883 56.49690 25 -#> 1594 VR2W-107823 -5.691883 56.49690 25 -#> 1595 VR2W-107823 -5.691883 56.49690 25 -#> 1596 VR2W-107823 -5.691883 56.49690 25 -#> 1597 VR2W-107823 -5.691883 56.49690 25 -#> 1598 VR2W-107823 -5.691883 56.49690 25 -#> 1599 VR2W-107823 -5.691883 56.49690 25 -#> 1600 VR2W-107823 -5.691883 56.49690 25 -#> 1601 VR2W-107823 -5.691883 56.49690 25 -#> 1602 VR2W-107823 -5.691883 56.49690 25 -#> 1603 VR2W-107823 -5.691883 56.49690 25 -#> 1604 VR2W-107823 -5.691883 56.49690 25 -#> 1605 VR2W-107823 -5.691883 56.49690 25 -#> 1606 VR2W-107823 -5.691883 56.49690 25 -#> 1607 VR2W-107823 -5.691883 56.49690 25 -#> 1608 VR2W-107823 -5.691883 56.49690 25 -#> 1609 VR2W-107823 -5.691883 56.49690 25 -#> 1610 VR2W-107823 -5.691883 56.49690 25 -#> 1611 VR2W-107823 -5.691883 56.49690 25 -#> 1612 VR2W-107823 -5.691883 56.49690 25 -#> 1613 VR2W-107823 -5.691883 56.49690 25 -#> 1614 VR2W-107823 -5.691883 56.49690 25 -#> 1615 VR2W-107823 -5.691883 56.49690 25 -#> 1616 VR2W-107823 -5.691883 56.49690 25 -#> 1617 VR2W-107823 -5.691883 56.49690 25 -#> 1618 VR2W-107823 -5.691883 56.49690 25 -#> 1619 VR2W-107823 -5.691883 56.49690 25 -#> 1620 VR2W-107823 -5.691883 56.49690 25 -#> 1621 VR2W-107823 -5.691883 56.49690 25 -#> 1622 VR2W-107823 -5.691883 56.49690 25 -#> 1623 VR2W-107823 -5.691883 56.49690 25 -#> 1624 VR2W-107823 -5.691883 56.49690 25 -#> 1625 VR2W-107823 -5.691883 56.49690 25 -#> 1626 VR2W-107823 -5.691883 56.49690 25 -#> 1627 VR2W-107823 -5.691883 56.49690 25 -#> 1628 VR2W-107823 -5.691883 56.49690 25 -#> 1629 VR2W-107823 -5.691883 56.49690 25 -#> 1630 VR2W-107823 -5.691883 56.49690 25 -#> 1631 VR2W-107823 -5.691883 56.49690 25 -#> 1632 VR2W-107823 -5.691883 56.49690 25 -#> 1633 VR2W-107823 -5.691883 56.49690 25 -#> 1634 VR2W-107823 -5.691883 56.49690 25 -#> 1635 VR2W-107823 -5.691883 56.49690 25 -#> 1636 VR2W-107823 -5.691883 56.49690 25 -#> 1637 VR2W-107823 -5.691883 56.49690 25 -#> 1638 VR2W-107823 -5.691883 56.49690 25 -#> 1639 VR2W-107823 -5.691883 56.49690 25 -#> 1640 VR2W-107823 -5.691883 56.49690 25 -#> 1641 VR2W-107823 -5.691883 56.49690 25 -#> 1642 VR2W-107823 -5.691883 56.49690 25 -#> 1643 VR2W-107823 -5.691883 56.49690 25 -#> 1644 VR2W-107823 -5.691883 56.49690 25 -#> 1645 VR2W-107823 -5.691883 56.49690 25 -#> 1646 VR2W-107823 -5.691883 56.49690 25 -#> 1647 VR2W-107823 -5.691883 56.49690 25 -#> 1648 VR2W-107823 -5.691883 56.49690 25 -#> 1649 VR2W-107823 -5.691883 56.49690 25 -#> 1650 VR2W-107823 -5.691883 56.49690 25 -#> 1651 VR2W-107823 -5.691883 56.49690 25 -#> 1652 VR2W-107823 -5.691883 56.49690 25 -#> 1653 VR2W-107823 -5.691883 56.49690 25 -#> 1654 VR2W-107823 -5.691883 56.49690 25 -#> 1655 VR2W-107823 -5.691883 56.49690 25 -#> 1656 VR2W-107823 -5.691883 56.49690 25 -#> 1657 VR2W-107823 -5.691883 56.49690 25 -#> 1658 VR2W-107823 -5.691883 56.49690 25 -#> 1659 VR2W-107823 -5.691883 56.49690 25 -#> 1660 VR2W-107823 -5.691883 56.49690 25 -#> 1661 VR2W-107823 -5.691883 56.49690 25 -#> 1662 VR2W-107823 -5.691883 56.49690 25 -#> 1663 VR2W-107823 -5.691883 56.49690 25 -#> 1664 VR2W-107823 -5.691883 56.49690 25 -#> 1665 VR2W-107823 -5.691883 56.49690 25 -#> 1666 VR2W-107823 -5.691883 56.49690 25 -#> 1667 VR2W-107823 -5.691883 56.49690 25 -#> 1668 VR2W-107823 -5.691883 56.49690 25 -#> 1669 VR2W-107823 -5.691883 56.49690 25 -#> 1670 VR2W-107823 -5.691883 56.49690 25 -#> 1671 VR2W-107823 -5.691883 56.49690 25 -#> 1672 VR2W-107823 -5.691883 56.49690 25 -#> 1673 VR2W-107823 -5.691883 56.49690 25 -#> 1674 VR2W-107823 -5.691883 56.49690 25 -#> 1675 VR2W-107823 -5.691883 56.49690 25 -#> 1676 VR2W-107823 -5.691883 56.49690 25 -#> 1677 VR2W-107823 -5.691883 56.49690 25 -#> 1678 VR2W-107823 -5.691883 56.49690 25 -#> 1679 VR2W-107823 -5.691883 56.49690 25 -#> 1680 VR2W-107823 -5.691883 56.49690 25 -#> 1681 VR2W-107823 -5.691883 56.49690 25 -#> 1682 VR2W-107823 -5.691883 56.49690 25 -#> 1683 VR2W-107823 -5.691883 56.49690 25 -#> 1684 VR2W-107823 -5.691883 56.49690 25 -#> 1685 VR2W-107823 -5.691883 56.49690 25 -#> 1686 VR2W-107823 -5.691883 56.49690 25 -#> 1687 VR2W-107823 -5.691883 56.49690 25 -#> 1688 VR2W-107823 -5.691883 56.49690 25 -#> 1689 VR2W-107823 -5.691883 56.49690 25 -#> 1690 VR2W-107823 -5.691883 56.49690 25 -#> 1691 VR2W-107823 -5.691883 56.49690 25 -#> 1692 VR2W-107823 -5.691883 56.49690 25 -#> 1693 VR2W-107823 -5.691883 56.49690 25 -#> 1694 VR2W-107823 -5.691883 56.49690 25 -#> 1695 VR2W-107823 -5.691883 56.49690 25 -#> 1696 VR2W-107823 -5.691883 56.49690 25 -#> 1697 VR2W-107823 -5.691883 56.49690 25 -#> 1698 VR2W-107823 -5.691883 56.49690 25 -#> 1699 VR2W-107823 -5.691883 56.49690 25 -#> 1700 VR2W-107823 -5.691883 56.49690 25 -#> 1701 VR2W-107823 -5.691883 56.49690 25 -#> 1702 VR2W-107823 -5.691883 56.49690 25 -#> 1703 VR2W-107823 -5.691883 56.49690 25 -#> 1704 VR2W-107823 -5.691883 56.49690 25 -#> 1705 VR2W-107823 -5.691883 56.49690 25 -#> 1706 VR2W-107823 -5.691883 56.49690 25 -#> 1707 VR2W-107823 -5.691883 56.49690 25 -#> 1708 VR2W-107823 -5.691883 56.49690 25 -#> 1709 VR2W-107823 -5.691883 56.49690 25 -#> 1710 VR2W-107823 -5.691883 56.49690 25 -#> 1711 VR2W-107823 -5.691883 56.49690 25 -#> 1712 VR2W-107823 -5.691883 56.49690 25 -#> 1713 VR2W-107823 -5.691883 56.49690 25 -#> 1714 VR2W-107823 -5.691883 56.49690 25 -#> 1715 VR2W-107823 -5.691883 56.49690 25 -#> 1716 VR2W-107823 -5.691883 56.49690 25 -#> 1717 VR2W-107823 -5.691883 56.49690 25 -#> 1718 VR2W-107823 -5.691883 56.49690 25 -#> 1719 VR2W-107823 -5.691883 56.49690 25 -#> 1720 VR2W-107823 -5.691883 56.49690 25 -#> 1721 VR2W-107823 -5.691883 56.49690 25 -#> 1722 VR2W-107823 -5.691883 56.49690 25 -#> 1723 VR2W-107823 -5.691883 56.49690 25 -#> 1724 VR2W-107823 -5.691883 56.49690 25 -#> 1725 VR2W-107823 -5.691883 56.49690 25 -#> 1726 VR2W-107823 -5.691883 56.49690 25 -#> 1727 VR2W-107823 -5.691883 56.49690 25 -#> 1728 VR2W-107823 -5.691883 56.49690 25 -#> 1729 VR2W-107823 -5.691883 56.49690 25 -#> 1730 VR2W-107823 -5.691883 56.49690 25 -#> 1731 VR2W-107823 -5.691883 56.49690 25 -#> 1732 VR2W-107823 -5.691883 56.49690 25 -#> 1733 VR2W-107823 -5.691883 56.49690 25 -#> 1734 VR2W-107823 -5.691883 56.49690 25 -#> 1735 VR2W-107823 -5.691883 56.49690 25 -#> 1736 VR2W-107823 -5.691883 56.49690 25 -#> 1737 VR2W-107823 -5.691883 56.49690 25 -#> 1738 VR2W-107823 -5.691883 56.49690 25 -#> 1739 VR2W-107823 -5.691883 56.49690 25 -#> 1740 VR2W-107823 -5.691883 56.49690 25 -#> 1741 VR2W-107823 -5.691883 56.49690 25 -#> 1742 VR2W-107823 -5.691883 56.49690 25 -#> 1743 VR2W-107823 -5.691883 56.49690 25 -#> 1744 VR2W-107823 -5.691883 56.49690 25 -#> 1745 VR2W-107823 -5.691883 56.49690 25 -#> 1746 VR2W-107823 -5.691883 56.49690 25 -#> 1747 VR2W-107823 -5.691883 56.49690 25 -#> 1748 VR2W-107823 -5.691883 56.49690 25 -#> 1749 VR2W-107823 -5.691883 56.49690 25 -#> 1750 VR2W-107823 -5.691883 56.49690 25 -#> 1751 VR2W-107823 -5.691883 56.49690 25 -#> 1752 VR2W-107823 -5.691883 56.49690 25 -#> 1753 VR2W-107823 -5.691883 56.49690 25 -#> 1754 VR2W-107823 -5.691883 56.49690 25 -#> 1755 VR2W-107823 -5.691883 56.49690 25 -#> 1756 VR2W-107823 -5.691883 56.49690 25 -#> 1757 VR2W-107823 -5.691883 56.49690 25 -#> 1758 VR2W-107823 -5.691883 56.49690 25 -#> 1759 VR2W-107823 -5.691883 56.49690 25 -#> 1760 VR2W-107823 -5.691883 56.49690 25 -#> 1761 VR2W-107823 -5.691883 56.49690 25 -#> 1762 VR2W-107823 -5.691883 56.49690 25 -#> 1763 VR2W-107823 -5.691883 56.49690 25 -#> 1764 VR2W-107823 -5.691883 56.49690 25 -#> 1765 VR2W-107823 -5.691883 56.49690 25 -#> 1766 VR2W-107823 -5.691883 56.49690 25 -#> 1767 VR2W-107823 -5.691883 56.49690 25 -#> 1768 VR2W-107823 -5.691883 56.49690 25 -#> 1769 VR2W-107823 -5.691883 56.49690 25 -#> 1770 VR2W-107823 -5.691883 56.49690 25 -#> 1771 VR2W-107823 -5.691883 56.49690 25 -#> 1772 VR2W-107823 -5.691883 56.49690 25 -#> 1773 VR2W-107823 -5.691883 56.49690 25 -#> 1774 VR2W-107823 -5.691883 56.49690 25 -#> 1775 VR2W-107823 -5.691883 56.49690 25 -#> 1776 VR2W-107823 -5.691883 56.49690 25 -#> 1777 VR2W-107823 -5.691883 56.49690 25 -#> 1778 VR2W-107823 -5.691883 56.49690 25 -#> 1779 VR2W-107823 -5.691883 56.49690 25 -#> 1780 VR2W-107823 -5.691883 56.49690 25 -#> 1781 VR2W-107823 -5.691883 56.49690 25 -#> 1782 VR2W-107823 -5.691883 56.49690 25 -#> 1783 VR2W-107823 -5.691883 56.49690 25 -#> 1784 VR2W-107823 -5.691883 56.49690 25 -#> 1785 VR2W-107823 -5.691883 56.49690 25 -#> 1786 VR2W-107823 -5.691883 56.49690 25 -#> 1787 VR2W-107823 -5.691883 56.49690 25 -#> 1788 VR2W-107823 -5.691883 56.49690 25 -#> 1789 VR2W-107823 -5.691883 56.49690 25 -#> 1790 VR2W-107823 -5.691883 56.49690 25 -#> 1791 VR2W-107823 -5.691883 56.49690 25 -#> 1792 VR2W-107823 -5.691883 56.49690 25 -#> 1793 VR2W-107823 -5.691883 56.49690 25 -#> 1794 VR2W-107823 -5.691883 56.49690 25 -#> 1795 VR2W-107823 -5.691883 56.49690 25 -#> 1796 VR2W-107823 -5.691883 56.49690 25 -#> 1797 VR2W-107823 -5.691883 56.49690 25 -#> 1798 VR2W-107823 -5.691883 56.49690 25 -#> 1799 VR2W-107823 -5.691883 56.49690 25 -#> 1800 VR2W-107823 -5.691883 56.49690 25 -#> 1801 VR2W-107823 -5.691883 56.49690 25 -#> 1802 VR2W-107823 -5.691883 56.49690 25 -#> 1803 VR2W-107823 -5.691883 56.49690 25 -#> 1804 VR2W-107823 -5.691883 56.49690 25 -#> 1805 VR2W-107823 -5.691883 56.49690 25 -#> 1806 VR2W-107823 -5.691883 56.49690 25 -#> 1807 VR2W-107823 -5.691883 56.49690 25 -#> 1808 VR2W-107823 -5.691883 56.49690 25 -#> 1809 VR2W-107823 -5.691883 56.49690 25 -#> 1810 VR2W-107823 -5.691883 56.49690 25 -#> 1811 VR2W-107823 -5.691883 56.49690 25 -#> 1812 VR2W-107823 -5.691883 56.49690 25 -#> 1813 VR2W-107823 -5.691883 56.49690 25 -#> 1814 VR2W-107823 -5.691883 56.49690 25 -#> 1815 VR2W-107823 -5.691883 56.49690 25 -#> 1816 VR2W-107823 -5.691883 56.49690 25 -#> 1817 VR2W-107823 -5.691883 56.49690 25 -#> 1818 VR2W-107823 -5.691883 56.49690 25 -#> 1819 VR2W-107823 -5.691883 56.49690 25 -#> 1820 VR2W-107823 -5.691883 56.49690 25 -#> 1821 VR2W-107823 -5.691883 56.49690 25 -#> 1822 VR2W-107823 -5.691883 56.49690 25 -#> 1823 VR2W-107823 -5.691883 56.49690 25 -#> 1824 VR2W-107823 -5.691883 56.49690 25 -#> 1825 VR2W-107823 -5.691883 56.49690 25 -#> 1826 VR2W-107823 -5.691883 56.49690 25 -#> 1827 VR2W-107823 -5.691883 56.49690 25 -#> 1828 VR2W-107823 -5.691883 56.49690 25 -#> 1829 VR2W-107823 -5.691883 56.49690 25 -#> 1830 VR2W-107823 -5.691883 56.49690 25 -#> 1831 VR2W-107823 -5.691883 56.49690 25 -#> 1832 VR2W-107823 -5.691883 56.49690 25 -#> 1833 VR2W-107823 -5.691883 56.49690 25 -#> 1834 VR2W-107823 -5.691883 56.49690 25 -#> 1835 VR2W-107823 -5.691883 56.49690 25 -#> 1836 VR2W-107823 -5.691883 56.49690 25 -#> 1837 VR2W-107823 -5.691883 56.49690 25 -#> 1838 VR2W-107823 -5.691883 56.49690 25 -#> 1839 VR2W-107823 -5.691883 56.49690 25 -#> 1840 VR2W-107823 -5.691883 56.49690 25 -#> 1841 VR2W-107823 -5.691883 56.49690 25 -#> 1842 VR2W-107823 -5.691883 56.49690 25 -#> 1843 VR2W-107823 -5.691883 56.49690 25 -#> 1844 VR2W-107823 -5.691883 56.49690 25 -#> 1845 VR2W-107823 -5.691883 56.49690 25 -#> 1846 VR2W-107823 -5.691883 56.49690 25 -#> 1847 VR2W-107823 -5.691883 56.49690 25 -#> 1848 VR2W-107823 -5.691883 56.49690 25 -#> 1849 VR2W-107823 -5.691883 56.49690 25 -#> 1850 VR2W-107823 -5.691883 56.49690 25 -#> 1851 VR2W-107823 -5.691883 56.49690 25 -#> 1852 VR2W-107823 -5.691883 56.49690 25 -#> 1853 VR2W-107823 -5.691883 56.49690 25 -#> 1854 VR2W-107823 -5.691883 56.49690 25 -#> 1855 VR2W-107823 -5.691883 56.49690 25 -#> 1856 VR2W-107823 -5.691883 56.49690 25 -#> 1857 VR2W-107823 -5.691883 56.49690 25 -#> 1858 VR2W-107823 -5.691883 56.49690 25 -#> 1859 VR2W-107823 -5.691883 56.49690 25 -#> 1860 VR2W-107823 -5.691883 56.49690 25 -#> 1861 VR2W-107823 -5.691883 56.49690 25 -#> 1862 VR2W-107823 -5.691883 56.49690 25 -#> 1863 VR2W-107823 -5.691883 56.49690 25 -#> 1864 VR2W-107823 -5.691883 56.49690 25 -#> 1865 VR2W-107823 -5.691883 56.49690 25 -#> 1866 VR2W-107823 -5.691883 56.49690 25 -#> 1867 VR2W-107823 -5.691883 56.49690 25 -#> 1868 VR2W-107823 -5.691883 56.49690 25 -#> 1869 VR2W-107823 -5.691883 56.49690 25 -#> 1870 VR2W-107823 -5.691883 56.49690 25 -#> 1871 VR2W-107823 -5.691883 56.49690 25 -#> 1872 VR2W-107823 -5.691883 56.49690 25 -#> 1873 VR2W-107823 -5.691883 56.49690 25 -#> 1874 VR2W-107823 -5.691883 56.49690 25 -#> 1875 VR2W-107823 -5.691883 56.49690 25 -#> 1876 VR2W-107823 -5.691883 56.49690 25 -#> 1877 VR2W-107823 -5.691883 56.49690 25 -#> 1878 VR2W-107823 -5.691883 56.49690 25 -#> 1879 VR2W-107823 -5.691883 56.49690 25 -#> 1880 VR2W-107823 -5.691883 56.49690 25 -#> 1881 VR2W-107823 -5.691883 56.49690 25 -#> 1882 VR2W-107823 -5.691883 56.49690 25 -#> 1883 VR2W-107823 -5.691883 56.49690 25 -#> 1884 VR2W-107823 -5.691883 56.49690 25 -#> 1885 VR2W-107823 -5.691883 56.49690 25 -#> 1886 VR2W-107823 -5.691883 56.49690 25 -#> 1887 VR2W-107823 -5.691883 56.49690 25 -#> 1888 VR2W-107823 -5.691883 56.49690 25 -#> 1889 VR2W-107823 -5.691883 56.49690 25 -#> 1890 VR2W-107823 -5.691883 56.49690 25 -#> 1891 VR2W-107823 -5.691883 56.49690 25 -#> 1892 VR2W-107823 -5.691883 56.49690 25 -#> 1893 VR2W-107823 -5.691883 56.49690 25 -#> 1894 VR2W-107823 -5.691883 56.49690 25 -#> 1895 VR2W-107823 -5.691883 56.49690 25 -#> 1896 VR2W-107823 -5.691883 56.49690 25 -#> 1897 VR2W-107823 -5.691883 56.49690 25 -#> 1898 VR2W-107823 -5.691883 56.49690 25 -#> 1899 VR2W-107823 -5.691883 56.49690 25 -#> 1900 VR2W-107823 -5.691883 56.49690 25 -#> 1901 VR2W-107823 -5.691883 56.49690 25 -#> 1902 VR2W-107823 -5.691883 56.49690 25 -#> 1903 VR2W-107823 -5.691883 56.49690 25 -#> 1904 VR2W-107823 -5.691883 56.49690 25 -#> 1905 VR2W-107823 -5.691883 56.49690 25 -#> 1906 VR2W-107823 -5.691883 56.49690 25 -#> 1907 VR2W-107823 -5.691883 56.49690 25 -#> 1908 VR2W-107823 -5.691883 56.49690 25 -#> 1909 VR2W-107823 -5.691883 56.49690 25 -#> 1910 VR2W-107823 -5.691883 56.49690 25 -#> 1911 VR2W-107823 -5.691883 56.49690 25 -#> 1912 VR2W-107823 -5.691883 56.49690 25 -#> 1913 VR2W-107823 -5.691883 56.49690 25 -#> 1914 VR2W-107823 -5.691883 56.49690 25 -#> 1915 VR2W-107823 -5.691883 56.49690 25 -#> 1916 VR2W-107823 -5.691883 56.49690 25 -#> 1917 VR2W-107823 -5.691883 56.49690 25 -#> 1918 VR2W-107823 -5.691883 56.49690 25 -#> 1919 VR2W-107823 -5.691883 56.49690 25 -#> 1920 VR2W-107823 -5.691883 56.49690 25 -#> 1921 VR2W-107823 -5.691883 56.49690 25 -#> 1922 VR2W-107823 -5.691883 56.49690 25 -#> 1923 VR2W-107823 -5.691883 56.49690 25 -#> 1924 VR2W-107823 -5.691883 56.49690 25 -#> 1925 VR2W-107823 -5.691883 56.49690 25 -#> 1926 VR2W-107823 -5.691883 56.49690 25 -#> 1927 VR2W-107823 -5.691883 56.49690 25 -#> 1928 VR2W-107823 -5.691883 56.49690 25 -#> 1929 VR2W-107823 -5.691883 56.49690 25 -#> 1930 VR2W-107823 -5.691883 56.49690 25 -#> 1931 VR2W-107823 -5.691883 56.49690 25 -#> 1932 VR2W-107823 -5.691883 56.49690 25 -#> 1933 VR2W-107823 -5.691883 56.49690 25 -#> 1934 VR2W-107823 -5.691883 56.49690 25 -#> 1935 VR2W-107823 -5.691883 56.49690 25 -#> 1936 VR2W-107823 -5.691883 56.49690 25 -#> 1937 VR2W-107823 -5.691883 56.49690 25 -#> 1938 VR2W-107823 -5.691883 56.49690 25 -#> 1939 VR2W-107823 -5.691883 56.49690 25 -#> 1940 VR2W-107823 -5.691883 56.49690 25 -#> 1941 VR2W-107823 -5.691883 56.49690 25 -#> 1942 VR2W-107823 -5.691883 56.49690 25 -#> 1943 VR2W-107823 -5.691883 56.49690 25 -#> 1944 VR2W-107823 -5.691883 56.49690 25 -#> 1945 VR2W-107823 -5.691883 56.49690 25 -#> 1946 VR2W-107823 -5.691883 56.49690 25 -#> 1947 VR2W-107823 -5.691883 56.49690 25 -#> 1948 VR2W-107823 -5.691883 56.49690 25 -#> 1949 VR2W-107823 -5.691883 56.49690 25 -#> 1950 VR2W-107823 -5.691883 56.49690 25 -#> 1951 VR2W-107823 -5.691883 56.49690 25 -#> 1952 VR2W-107823 -5.691883 56.49690 25 -#> 1953 VR2W-107823 -5.691883 56.49690 25 -#> 1954 VR2W-107823 -5.691883 56.49690 25 -#> 1955 VR2W-107823 -5.691883 56.49690 25 -#> 1956 VR2W-107823 -5.691883 56.49690 25 -#> 1957 VR2W-107823 -5.691883 56.49690 25 -#> 1958 VR2W-107823 -5.691883 56.49690 25 -#> 1959 VR2W-107823 -5.691883 56.49690 25 -#> 1960 VR2W-107823 -5.691883 56.49690 25 -#> 1961 VR2W-107823 -5.691883 56.49690 25 -#> 1962 VR2W-107823 -5.691883 56.49690 25 -#> 1963 VR2W-107823 -5.691883 56.49690 25 -#> 1964 VR2W-107823 -5.691883 56.49690 25 -#> 1965 VR2W-107823 -5.691883 56.49690 25 -#> 1966 VR2W-107823 -5.691883 56.49690 25 -#> 1967 VR2W-107823 -5.691883 56.49690 25 -#> 1968 VR2W-107823 -5.691883 56.49690 25 -#> 1969 VR2W-107823 -5.691883 56.49690 25 -#> 1970 VR2W-107823 -5.691883 56.49690 25 -#> 1971 VR2W-107823 -5.691883 56.49690 25 -#> 1972 VR2W-107823 -5.691883 56.49690 25 -#> 1973 VR2W-107823 -5.691883 56.49690 25 -#> 1974 VR2W-107823 -5.691883 56.49690 25 -#> 1975 VR2W-107823 -5.691883 56.49690 25 -#> 1976 VR2W-107823 -5.691883 56.49690 25 -#> 1977 VR2W-107823 -5.691883 56.49690 25 -#> 1978 VR2W-107823 -5.691883 56.49690 25 -#> 1979 VR2W-107823 -5.691883 56.49690 25 -#> 1980 VR2W-107823 -5.691883 56.49690 25 -#> 1981 VR2W-107823 -5.691883 56.49690 25 -#> 1982 VR2W-107823 -5.691883 56.49690 25 -#> 1983 VR2W-107823 -5.691883 56.49690 25 -#> 1984 VR2W-107823 -5.691883 56.49690 25 -#> 1985 VR2W-107823 -5.691883 56.49690 25 -#> 1986 VR2W-107823 -5.691883 56.49690 25 -#> 1987 VR2W-107823 -5.691883 56.49690 25 -#> 1988 VR2W-107823 -5.691883 56.49690 25 -#> 1989 VR2W-107823 -5.691883 56.49690 25 -#> 1990 VR2W-107823 -5.691883 56.49690 25 -#> 1991 VR2W-107823 -5.691883 56.49690 25 -#> 1992 VR2W-107823 -5.691883 56.49690 25 -#> 1993 VR2W-107823 -5.691883 56.49690 25 -#> 1994 VR2W-107823 -5.691883 56.49690 25 -#> 1995 VR2W-107823 -5.691883 56.49690 25 -#> 1996 VR2W-107823 -5.691883 56.49690 25 -#> 1997 VR2W-107823 -5.691883 56.49690 25 -#> 1998 VR2W-107823 -5.691883 56.49690 25 -#> 1999 VR2W-107823 -5.691883 56.49690 25 -#> 2000 VR2W-107823 -5.691883 56.49690 25 -#> 2001 VR2W-107823 -5.691883 56.49690 25 -#> 2002 VR2W-107823 -5.691883 56.49690 25 -#> 2003 VR2W-107823 -5.691883 56.49690 25 -#> 2004 VR2W-107823 -5.691883 56.49690 25 -#> 2005 VR2W-107823 -5.691883 56.49690 25 -#> 2006 VR2W-107823 -5.691883 56.49690 25 -#> 2007 VR2W-107823 -5.691883 56.49690 25 -#> 2008 VR2W-107823 -5.691883 56.49690 25 -#> 2009 VR2W-107823 -5.691883 56.49690 25 -#> 2010 VR2W-107823 -5.691883 56.49690 25 -#> 2011 VR2W-107823 -5.691883 56.49690 25 -#> 2012 VR2W-107823 -5.691883 56.49690 25 -#> 2013 VR2W-107823 -5.691883 56.49690 25 -#> 2014 VR2W-107823 -5.691883 56.49690 25 -#> 2015 VR2W-107823 -5.691883 56.49690 25 -#> 2016 VR2W-107823 -5.691883 56.49690 25 -#> 2017 VR2W-107823 -5.691883 56.49690 25 -#> 2018 VR2W-107823 -5.691883 56.49690 25 -#> 2019 VR2W-107823 -5.691883 56.49690 25 -#> 2020 VR2W-107823 -5.691883 56.49690 25 -#> 2021 VR2W-107823 -5.691883 56.49690 25 -#> 2022 VR2W-107823 -5.691883 56.49690 25 -#> 2023 VR2W-107823 -5.691883 56.49690 25 -#> 2024 VR2W-107823 -5.691883 56.49690 25 -#> 2025 VR2W-107823 -5.691883 56.49690 25 -#> 2026 VR2W-107823 -5.691883 56.49690 25 -#> 2027 VR2W-107823 -5.691883 56.49690 25 -#> 2028 VR2W-107823 -5.691883 56.49690 25 -#> 2029 VR2W-107823 -5.691883 56.49690 25 -#> 2030 VR2W-107823 -5.691883 56.49690 25 -#> 2031 VR2W-107823 -5.691883 56.49690 25 -#> 2032 VR2W-107823 -5.691883 56.49690 25 -#> 2033 VR2W-107823 -5.691883 56.49690 25 -#> 2034 VR2W-107823 -5.691883 56.49690 25 -#> 2035 VR2W-107823 -5.691883 56.49690 25 -#> 2036 VR2W-107823 -5.691883 56.49690 25 -#> 2037 VR2W-107823 -5.691883 56.49690 25 -#> 2038 VR2W-107823 -5.691883 56.49690 25 -#> 2039 VR2W-107823 -5.691883 56.49690 25 -#> 2040 VR2W-107823 -5.691883 56.49690 25 -#> 2041 VR2W-107823 -5.691883 56.49690 25 -#> 2042 VR2W-107823 -5.691883 56.49690 25 -#> 2043 VR2W-107823 -5.691883 56.49690 25 -#> 2044 VR2W-107823 -5.691883 56.49690 25 -#> 2045 VR2W-107823 -5.691883 56.49690 25 -#> 2046 VR2W-107823 -5.691883 56.49690 25 -#> 2047 VR2W-107823 -5.691883 56.49690 25 -#> 2048 VR2W-107823 -5.691883 56.49690 25 -#> 2049 VR2W-107823 -5.691883 56.49690 25 -#> 2050 VR2W-107823 -5.691883 56.49690 25 -#> 2051 VR2W-107823 -5.691883 56.49690 25 -#> 2052 VR2W-107823 -5.691883 56.49690 25 -#> 2053 VR2W-107823 -5.691883 56.49690 25 -#> 2054 VR2W-107823 -5.691883 56.49690 25 -#> 2055 VR2W-107823 -5.691883 56.49690 25 -#> 2056 VR2W-107823 -5.691883 56.49690 25 -#> 2057 VR2W-107823 -5.691883 56.49690 25 -#> 2058 VR2W-107823 -5.691883 56.49690 25 -#> 2059 VR2W-107823 -5.691883 56.49690 25 -#> 2060 VR2W-107823 -5.691883 56.49690 25 -#> 2061 VR2W-107823 -5.691883 56.49690 25 -#> 2062 VR2W-107823 -5.691883 56.49690 25 -#> 2063 VR2W-107823 -5.691883 56.49690 25 -#> 2064 VR2W-107823 -5.691883 56.49690 25 -#> 2065 VR2W-107823 -5.691883 56.49690 25 -#> 2066 VR2W-107823 -5.691883 56.49690 25 -#> 2067 VR2W-107823 -5.691883 56.49690 25 -#> 2068 VR2W-107823 -5.691883 56.49690 25 -#> 2069 VR2W-107823 -5.691883 56.49690 25 -#> 2070 VR2W-107823 -5.691883 56.49690 25 -#> 2071 VR2W-107823 -5.691883 56.49690 25 -#> 2072 VR2W-107823 -5.691883 56.49690 25 -#> 2073 VR2W-107823 -5.691883 56.49690 25 -#> 2074 VR2W-107823 -5.691883 56.49690 25 -#> 2075 VR2W-107823 -5.691883 56.49690 25 -#> 2076 VR2W-107823 -5.691883 56.49690 25 -#> 2077 VR2W-107823 -5.691883 56.49690 25 -#> 2078 VR2W-107823 -5.691883 56.49690 25 -#> 2079 VR2W-107823 -5.691883 56.49690 25 -#> 2080 VR2W-107823 -5.691883 56.49690 25 -#> 2081 VR2W-107823 -5.691883 56.49690 25 -#> 2082 VR2W-107823 -5.691883 56.49690 25 -#> 2083 VR2W-107823 -5.691883 56.49690 25 -#> 2084 VR2W-107823 -5.691883 56.49690 25 -#> 2085 VR2W-107823 -5.691883 56.49690 25 -#> 2086 VR2W-107823 -5.691883 56.49690 25 -#> 2087 VR2W-107823 -5.691883 56.49690 25 -#> 2088 VR2W-107823 -5.691883 56.49690 25 -#> 2089 VR2W-107823 -5.691883 56.49690 25 -#> 2090 VR2W-107823 -5.691883 56.49690 25 -#> 2091 VR2W-107823 -5.691883 56.49690 25 -#> 2092 VR2W-107823 -5.691883 56.49690 25 -#> 2093 VR2W-107823 -5.691883 56.49690 25 -#> 2094 VR2W-107823 -5.691883 56.49690 25 -#> 2095 VR2W-107823 -5.691883 56.49690 25 -#> 2096 VR2W-107823 -5.691883 56.49690 25 -#> 2097 VR2W-107823 -5.691883 56.49690 25 -#> 2098 VR2W-107823 -5.691883 56.49690 25 -#> 2099 VR2W-107823 -5.691883 56.49690 25 -#> 2100 VR2W-107823 -5.691883 56.49690 25 -#> 2101 VR2W-107823 -5.691883 56.49690 25 -#> 2102 VR2W-107823 -5.691883 56.49690 25 -#> 2103 VR2W-107823 -5.691883 56.49690 25 -#> 2104 VR2W-107823 -5.691883 56.49690 25 -#> 2105 VR2W-107823 -5.691883 56.49690 25 -#> 2106 VR2W-107823 -5.691883 56.49690 25 -#> 2107 VR2W-107823 -5.691883 56.49690 25 -#> 2108 VR2W-107823 -5.691883 56.49690 25 -#> 2109 VR2W-107823 -5.691883 56.49690 25 -#> 2110 VR2W-107823 -5.691883 56.49690 25 -#> 2111 VR2W-107823 -5.691883 56.49690 25 -#> 2112 VR2W-107823 -5.691883 56.49690 25 -#> 2113 VR2W-107823 -5.691883 56.49690 25 -#> 2114 VR2W-107823 -5.691883 56.49690 25 -#> 2115 VR2W-107823 -5.691883 56.49690 25 -#> 2116 VR2W-107823 -5.691883 56.49690 25 -#> 2117 VR2W-107823 -5.691883 56.49690 25 -#> 2118 VR2W-107823 -5.691883 56.49690 25 -#> 2119 VR2W-107823 -5.691883 56.49690 25 -#> 2120 VR2W-107823 -5.691883 56.49690 25 -#> 2121 VR2W-107823 -5.691883 56.49690 25 -#> 2122 VR2W-107823 -5.691883 56.49690 25 -#> 2123 VR2W-107823 -5.691883 56.49690 25 -#> 2124 VR2W-107823 -5.691883 56.49690 25 -#> 2125 VR2W-107823 -5.691883 56.49690 25 -#> 2126 VR2W-107823 -5.691883 56.49690 25 -#> 2127 VR2W-107823 -5.691883 56.49690 25 -#> 2128 VR2W-107823 -5.691883 56.49690 25 -#> 2129 VR2W-107823 -5.691883 56.49690 25 -#> 2130 VR2W-107823 -5.691883 56.49690 25 -#> 2131 VR2W-107823 -5.691883 56.49690 25 -#> 2132 VR2W-107823 -5.691883 56.49690 25 -#> 2133 VR2W-107823 -5.691883 56.49690 25 -#> 2134 VR2W-107823 -5.691883 56.49690 25 -#> 2135 VR2W-107823 -5.691883 56.49690 25 -#> 2136 VR2W-107823 -5.691883 56.49690 25 -#> 2137 VR2W-107823 -5.691883 56.49690 25 -#> 2138 VR2W-107823 -5.691883 56.49690 25 -#> 2139 VR2W-107823 -5.691883 56.49690 25 -#> 2140 VR2W-107823 -5.691883 56.49690 25 -#> 2141 VR2W-107823 -5.691883 56.49690 25 -#> 2142 VR2W-107823 -5.691883 56.49690 25 -#> 2143 VR2W-107823 -5.691883 56.49690 25 -#> 2144 VR2W-107823 -5.691883 56.49690 25 -#> 2145 VR2W-107823 -5.691883 56.49690 25 -#> 2146 VR2W-107823 -5.691883 56.49690 25 -#> 2147 VR2W-107823 -5.691883 56.49690 25 -#> 2148 VR2W-107823 -5.691883 56.49690 25 -#> 2149 VR2W-107823 -5.691883 56.49690 25 -#> 2150 VR2W-107823 -5.691883 56.49690 25 -#> 2151 VR2W-107823 -5.691883 56.49690 25 -#> 2152 VR2W-107823 -5.691883 56.49690 25 -#> 2153 VR2W-107823 -5.691883 56.49690 25 -#> 2154 VR2W-107823 -5.691883 56.49690 25 -#> 2155 VR2W-107823 -5.691883 56.49690 25 -#> 2156 VR2W-107823 -5.691883 56.49690 25 -#> 2157 VR2W-107823 -5.691883 56.49690 25 -#> 2158 VR2W-107823 -5.691883 56.49690 25 -#> 2159 VR2W-107823 -5.691883 56.49690 25 -#> 2160 VR2W-107823 -5.691883 56.49690 25 -#> 2161 VR2W-107823 -5.691883 56.49690 25 -#> 2162 VR2W-107823 -5.691883 56.49690 25 -#> 2163 VR2W-107823 -5.691883 56.49690 25 -#> 2164 VR2W-107823 -5.691883 56.49690 25 -#> 2165 VR2W-107823 -5.691883 56.49690 25 -#> 2166 VR2W-107823 -5.691883 56.49690 25 -#> 2167 VR2W-107823 -5.691883 56.49690 25 -#> 2168 VR2W-107823 -5.691883 56.49690 25 -#> 2169 VR2W-107823 -5.691883 56.49690 25 -#> 2170 VR2W-107823 -5.691883 56.49690 25 -#> 2171 VR2W-107823 -5.691883 56.49690 25 -#> 2172 VR2W-107823 -5.691883 56.49690 25 -#> 2173 VR2W-107823 -5.691883 56.49690 25 -#> 2174 VR2W-107823 -5.691883 56.49690 25 -#> 2175 VR2W-107823 -5.691883 56.49690 25 -#> 2176 VR2W-107823 -5.691883 56.49690 25 -#> 2177 VR2W-107823 -5.691883 56.49690 25 -#> 2178 VR2W-107823 -5.691883 56.49690 25 -#> 2179 VR2W-107823 -5.691883 56.49690 25 -#> 2180 VR2W-107823 -5.691883 56.49690 25 -#> 2181 VR2W-107823 -5.691883 56.49690 25 -#> 2182 VR2W-107823 -5.691883 56.49690 25 -#> 2183 VR2W-107823 -5.691883 56.49690 25 -#> 2184 VR2W-107823 -5.691883 56.49690 25 -#> 2185 VR2W-107823 -5.691883 56.49690 25 -#> 2186 VR2W-107823 -5.691883 56.49690 25 -#> 2187 VR2W-107823 -5.691883 56.49690 25 -#> 2188 VR2W-107823 -5.691883 56.49690 25 -#> 2189 VR2W-107823 -5.691883 56.49690 25 -#> 2190 VR2W-107823 -5.691883 56.49690 25 -#> 2191 VR2W-107823 -5.691883 56.49690 25 -#> 2192 VR2W-107823 -5.691883 56.49690 25 -#> 2193 VR2W-107823 -5.691883 56.49690 25 -#> 2194 VR2W-107823 -5.691883 56.49690 25 -#> 2195 VR2W-107823 -5.691883 56.49690 25 -#> 2196 VR2W-107823 -5.691883 56.49690 25 -#> 2197 VR2W-107823 -5.691883 56.49690 25 -#> 2198 VR2W-107823 -5.691883 56.49690 25 -#> 2199 VR2W-107823 -5.691883 56.49690 25 -#> 2200 VR2W-107823 -5.691883 56.49690 25 -#> 2201 VR2W-107823 -5.691883 56.49690 25 -#> 2202 VR2W-107823 -5.691883 56.49690 25 -#> 2203 VR2W-107823 -5.691883 56.49690 25 -#> 2204 VR2W-107823 -5.691883 56.49690 25 -#> 2205 VR2W-107823 -5.691883 56.49690 25 -#> 2206 VR2W-107823 -5.691883 56.49690 25 -#> 2207 VR2W-107823 -5.691883 56.49690 25 -#> 2208 VR2W-107823 -5.691883 56.49690 25 -#> 2209 VR2W-107823 -5.691883 56.49690 25 -#> 2210 VR2W-107823 -5.691883 56.49690 25 -#> 2211 VR2W-107823 -5.691883 56.49690 25 -#> 2212 VR2W-107823 -5.691883 56.49690 25 -#> 2213 VR2W-107823 -5.691883 56.49690 25 -#> 2214 VR2W-107823 -5.691883 56.49690 25 -#> 2215 VR2W-107823 -5.691883 56.49690 25 -#> 2216 VR2W-107823 -5.691883 56.49690 25 -#> 2217 VR2W-107823 -5.691883 56.49690 25 -#> 2218 VR2W-107823 -5.691883 56.49690 25 -#> 2219 VR2W-107823 -5.691883 56.49690 25 -#> 2220 VR2W-107823 -5.691883 56.49690 25 -#> 2221 VR2W-107823 -5.691883 56.49690 25 -#> 2222 VR2W-107823 -5.691883 56.49690 25 -#> 2223 VR2W-107823 -5.691883 56.49690 25 -#> 2224 VR2W-107823 -5.691883 56.49690 25 -#> 2225 VR2W-107823 -5.691883 56.49690 25 -#> 2226 VR2W-107823 -5.691883 56.49690 25 -#> 2227 VR2W-107823 -5.691883 56.49690 25 -#> 2228 VR2W-107823 -5.691883 56.49690 25 -#> 2229 VR2W-107823 -5.691883 56.49690 25 -#> 2230 VR2W-107823 -5.691883 56.49690 25 -#> 2231 VR2W-107823 -5.691883 56.49690 25 -#> 2232 VR2W-107823 -5.691883 56.49690 25 -#> 2233 VR2W-107823 -5.691883 56.49690 25 -#> 2234 VR2W-107823 -5.691883 56.49690 25 -#> 2235 VR2W-107823 -5.691883 56.49690 25 -#> 2236 VR2W-107823 -5.691883 56.49690 25 -#> 2237 VR2W-107823 -5.691883 56.49690 25 -#> 2238 VR2W-107823 -5.691883 56.49690 25 -#> 2239 VR2W-107823 -5.691883 56.49690 25 -#> 2240 VR2W-107823 -5.691883 56.49690 25 -#> 2241 VR2W-107823 -5.691883 56.49690 25 -#> 2242 VR2W-107823 -5.691883 56.49690 25 -#> 2243 VR2W-107823 -5.691883 56.49690 25 -#> 2244 VR2W-107823 -5.691883 56.49690 25 -#> 2245 VR2W-107823 -5.691883 56.49690 25 -#> 2246 VR2W-107823 -5.691883 56.49690 25 -#> 2247 VR2W-107823 -5.691883 56.49690 25 -#> 2248 VR2W-107823 -5.691883 56.49690 25 -#> 2249 VR2W-107823 -5.691883 56.49690 25 -#> 2250 VR2W-107823 -5.691883 56.49690 25 -#> 2251 VR2W-107823 -5.691883 56.49690 25 -#> 2252 VR2W-107823 -5.691883 56.49690 25 -#> 2253 VR2W-107823 -5.691883 56.49690 25 -#> 2254 VR2W-107823 -5.691883 56.49690 25 -#> 2255 VR2W-107823 -5.691883 56.49690 25 -#> 2256 VR2W-107823 -5.691883 56.49690 25 -#> 2257 VR2W-107823 -5.691883 56.49690 25 -#> 2258 VR2W-107823 -5.691883 56.49690 25 -#> 2259 VR2W-107823 -5.691883 56.49690 25 -#> 2260 VR2W-107823 -5.691883 56.49690 25 -#> 2261 VR2W-107823 -5.691883 56.49690 25 -#> 2262 VR2W-107823 -5.691883 56.49690 25 -#> 2263 VR2W-107823 -5.691883 56.49690 25 -#> 2264 VR2W-107823 -5.691883 56.49690 25 -#> 2265 VR2W-107823 -5.691883 56.49690 25 -#> 2266 VR2W-107823 -5.691883 56.49690 25 -#> 2267 VR2W-107823 -5.691883 56.49690 25 -#> 2268 VR2W-107823 -5.691883 56.49690 25 -#> 2269 VR2W-107823 -5.691883 56.49690 25 -#> 2270 VR2W-107823 -5.691883 56.49690 25 -#> 2271 VR2W-107823 -5.691883 56.49690 25 -#> 2272 VR2W-107823 -5.691883 56.49690 25 -#> 2273 VR2W-107823 -5.691883 56.49690 25 -#> 2274 VR2W-107823 -5.691883 56.49690 25 -#> 2275 VR2W-107823 -5.691883 56.49690 25 -#> 2276 VR2W-107823 -5.691883 56.49690 25 -#> 2277 VR2W-107823 -5.691883 56.49690 25 -#> 2278 VR2W-107823 -5.691883 56.49690 25 -#> 2279 VR2W-107823 -5.691883 56.49690 25 -#> 2280 VR2W-107823 -5.691883 56.49690 25 -#> 2281 VR2W-107823 -5.691883 56.49690 25 -#> 2282 VR2W-107823 -5.691883 56.49690 25 -#> 2283 VR2W-107823 -5.691883 56.49690 25 -#> 2284 VR2W-107823 -5.691883 56.49690 25 -#> 2285 VR2W-107823 -5.691883 56.49690 25 -#> 2286 VR2W-107823 -5.691883 56.49690 25 -#> 2287 VR2W-107823 -5.691883 56.49690 25 -#> 2288 VR2-5635 -5.606000 56.52018 50 -#> 2289 VR2-5635 -5.606000 56.52018 50 -#> 2290 VR2-5635 -5.606000 56.52018 50 -#> 2291 VR2-5635 -5.606000 56.52018 50 -#> 2292 VR2-5635 -5.606000 56.52018 50 -#> 2293 VR2-5635 -5.606000 56.52018 50 -#> 2294 VR2-5635 -5.606000 56.52018 50 -#> 2295 VR2-5635 -5.606000 56.52018 50 -#> 2296 VR2-5635 -5.606000 56.52018 50 -#> 2297 VR2-6720 -5.627150 56.50808 50 -#> 2298 VR2-6720 -5.627150 56.50808 50 -#> 2299 VR2-6720 -5.627150 56.50808 50 -#> 2300 VR2-6720 -5.627150 56.50808 50 -#> 2301 VR2-6720 -5.627150 56.50808 50 -#> 2302 VR2-6720 -5.627150 56.50808 50 -#> 2303 VR2-6720 -5.627150 56.50808 50 -#> 2304 VR2-6720 -5.627150 56.50808 50 -#> 2305 VR2-6720 -5.627150 56.50808 50 -#> 2306 VR2-6720 -5.627150 56.50808 50 -#> 2307 VR2-6720 -5.627150 56.50808 50 -#> 2308 VR2-6720 -5.627150 56.50808 50 -#> 2309 VR2-6720 -5.627150 56.50808 50 -#> 2310 VR2-6720 -5.627150 56.50808 50 -#> 2311 VR2-6720 -5.627150 56.50808 50 -#> 2312 VR2-6720 -5.627150 56.50808 50 -#> 2313 VR2-6720 -5.627150 56.50808 50 -#> 2314 VR2-6720 -5.627150 56.50808 50 -#> 2315 VR2-6720 -5.627150 56.50808 50 -#> 2316 VR2-6720 -5.627150 56.50808 50 -#> 2317 VR2-6720 -5.627150 56.50808 50 -#> 2318 VR2-6720 -5.627150 56.50808 50 -#> 2319 VR2-6720 -5.627150 56.50808 50 -#> 2320 VR2-6720 -5.627150 56.50808 50 -#> 2321 VR2-6720 -5.627150 56.50808 50 -#> 2322 VR2-6720 -5.627150 56.50808 50 -#> 2323 VR2-6720 -5.627150 56.50808 50 -#> 2324 VR2-6720 -5.627150 56.50808 50 -#> 2325 VR2-6720 -5.627150 56.50808 50 -#> 2326 VR2-6720 -5.627150 56.50808 50 -#> 2327 VR2-6720 -5.627150 56.50808 50 -#> 2328 VR2-6720 -5.627150 56.50808 50 -#> 2329 VR2-6720 -5.627150 56.50808 50 -#> 2330 VR2-6720 -5.627150 56.50808 50 -#> 2331 VR2-6720 -5.627150 56.50808 50 -#> 2332 VR2-6720 -5.627150 56.50808 50 -#> 2333 VR2-6720 -5.627150 56.50808 50 -#> 2334 VR2-6720 -5.627150 56.50808 50 -#> 2335 VR2-6720 -5.627150 56.50808 50 -#> 2336 VR2-6720 -5.627150 56.50808 50 -#> 2337 VR2-6720 -5.627150 56.50808 50 -#> 2338 VR2-6720 -5.627150 56.50808 50 -#> 2339 VR2-6720 -5.627150 56.50808 50 -#> 2340 VR2-6720 -5.627150 56.50808 50 -#> 2341 VR2-6720 -5.627150 56.50808 50 -#> 2342 VR2-6720 -5.627150 56.50808 50 -#> 2343 VR2-6720 -5.627150 56.50808 50 -#> 2344 VR2-6720 -5.627150 56.50808 50 -#> 2345 VR2-6720 -5.627150 56.50808 50 -#> 2346 VR2-6720 -5.627150 56.50808 50 -#> 2347 VR2-6720 -5.627150 56.50808 50 -#> 2348 VR2-6720 -5.627150 56.50808 50 -#> 2349 VR2-6720 -5.627150 56.50808 50 -#> 2350 VR2-6720 -5.627150 56.50808 50 -#> 2351 VR2-6720 -5.627150 56.50808 50 -#> 2352 VR2-6720 -5.627150 56.50808 50 -#> 2353 VR2-6720 -5.627150 56.50808 50 -#> 2354 VR2-6720 -5.627150 56.50808 50 -#> 2355 VR2-6720 -5.627150 56.50808 50 -#> 2356 VR2-6720 -5.627150 56.50808 50 -#> 2357 VR2-6720 -5.627150 56.50808 50 -#> 2358 VR2-6720 -5.627150 56.50808 50 -#> 2359 VR2W-107823 -5.691883 56.49690 25 -#> 2360 VR2W-107823 -5.691883 56.49690 25 -#> 2361 VR2W-107823 -5.691883 56.49690 25 -#> 2362 VR2W-107823 -5.691883 56.49690 25 -#> 2363 VR2W-107823 -5.691883 56.49690 25 -#> 2364 VR2W-107823 -5.691883 56.49690 25 -#> 2365 VR2W-107823 -5.691883 56.49690 25 -#> 2366 VR2W-107823 -5.691883 56.49690 25 -#> 2367 VR2W-107823 -5.691883 56.49690 25 -#> 2368 VR2W-107823 -5.691883 56.49690 25 -#> 2369 VR2W-107823 -5.691883 56.49690 25 -#> 2370 VR2W-107823 -5.691883 56.49690 25 -#> 2371 VR2W-107823 -5.691883 56.49690 25 -#> 2372 VR2W-107823 -5.691883 56.49690 25 -#> 2373 VR2W-107823 -5.691883 56.49690 25 -#> 2374 VR2W-107823 -5.691883 56.49690 25 -#> 2375 VR2W-107823 -5.691883 56.49690 25 -#> 2376 VR2W-107823 -5.691883 56.49690 25 -#> 2377 VR2W-107823 -5.691883 56.49690 25 -#> 2378 VR2W-107823 -5.691883 56.49690 25 -#> 2379 VR2W-107823 -5.691883 56.49690 25 -#> 2380 VR2W-107823 -5.691883 56.49690 25 -#> 2381 VR2W-107823 -5.691883 56.49690 25 -#> 2382 VR2W-107823 -5.691883 56.49690 25 -#> 2383 VR2W-107823 -5.691883 56.49690 25 -#> 2384 VR2W-107823 -5.691883 56.49690 25 -#> 2385 VR2W-107823 -5.691883 56.49690 25 -#> 2386 VR2W-107823 -5.691883 56.49690 25 -#> 2387 VR2W-107823 -5.691883 56.49690 25 -#> 2388 VR2W-107823 -5.691883 56.49690 25 -#> 2389 VR2W-107823 -5.691883 56.49690 25 -#> 2390 VR2W-107823 -5.691883 56.49690 25 -#> 2391 VR2W-107823 -5.691883 56.49690 25 -#> 2392 VR2W-107823 -5.691883 56.49690 25 -#> 2393 VR2W-107823 -5.691883 56.49690 25 -#> 2394 VR2W-107823 -5.691883 56.49690 25 -#> 2395 VR2W-107823 -5.691883 56.49690 25 -#> 2396 VR2W-107823 -5.691883 56.49690 25 -#> 2397 VR2W-107823 -5.691883 56.49690 25 -#> 2398 VR2W-107823 -5.691883 56.49690 25 -#> 2399 VR2W-107823 -5.691883 56.49690 25 -#> 2400 VR2W-107823 -5.691883 56.49690 25 -#> 2401 VR2W-107823 -5.691883 56.49690 25 -#> 2402 VR2W-107823 -5.691883 56.49690 25 -#> 2403 VR2W-107823 -5.691883 56.49690 25 -#> 2404 VR2W-107823 -5.691883 56.49690 25 -#> 2405 VR2W-107823 -5.691883 56.49690 25 -#> 2406 VR2W-107823 -5.691883 56.49690 25 -#> 2407 VR2W-107823 -5.691883 56.49690 25 -#> 2408 VR2W-107823 -5.691883 56.49690 25 -#> 2409 VR2W-107823 -5.691883 56.49690 25 -#> 2410 VR2W-107823 -5.691883 56.49690 25 -#> 2411 VR2W-107823 -5.691883 56.49690 25 -#> 2412 VR2W-107823 -5.691883 56.49690 25 -#> 2413 VR2W-107823 -5.691883 56.49690 25 -#> 2414 VR2W-107823 -5.691883 56.49690 25 -#> 2415 VR2W-107823 -5.691883 56.49690 25 -#> 2416 VR2W-107823 -5.691883 56.49690 25 -#> 2417 VR2W-107823 -5.691883 56.49690 25 -#> 2418 VR2W-107823 -5.691883 56.49690 25 -#> 2419 VR2W-107823 -5.691883 56.49690 25 -#> 2420 VR2W-107823 -5.691883 56.49690 25 -#> 2421 VR2W-107823 -5.691883 56.49690 25 -#> 2422 VR2W-107823 -5.691883 56.49690 25 -#> 2423 VR2W-107823 -5.691883 56.49690 25 -#> 2424 VR2W-107823 -5.691883 56.49690 25 -#> 2425 VR2W-107823 -5.691883 56.49690 25 -#> 2426 VR2W-107823 -5.691883 56.49690 25 -#> 2427 VR2W-107823 -5.691883 56.49690 25 -#> 2428 VR2W-107823 -5.691883 56.49690 25 -#> 2429 VR2W-107823 -5.691883 56.49690 25 -#> 2430 VR2W-107823 -5.691883 56.49690 25 -#> 2431 VR2W-107823 -5.691883 56.49690 25 -#> 2432 VR2W-107823 -5.691883 56.49690 25 -#> 2433 VR2W-107823 -5.691883 56.49690 25 -#> 2434 VR2W-107823 -5.691883 56.49690 25 -#> 2435 VR2W-107823 -5.691883 56.49690 25 -#> 2436 VR2W-107823 -5.691883 56.49690 25 -#> 2437 VR2W-107823 -5.691883 56.49690 25 -#> 2438 VR2W-107823 -5.691883 56.49690 25 -#> 2439 VR2W-107823 -5.691883 56.49690 25 -#> 2440 VR2W-107823 -5.691883 56.49690 25 -#> 2441 VR2W-107823 -5.691883 56.49690 25 -#> 2442 VR2W-107823 -5.691883 56.49690 25 -#> 2443 VR2W-107823 -5.691883 56.49690 25 -#> 2444 VR2W-107823 -5.691883 56.49690 25 -#> 2445 VR2W-107823 -5.691883 56.49690 25 -#> 2446 VR2W-107823 -5.691883 56.49690 25 -#> 2447 VR2W-107823 -5.691883 56.49690 25 -#> 2448 VR2W-107823 -5.691883 56.49690 25 -#> 2449 VR2W-107823 -5.691883 56.49690 25 -#> 2450 VR2W-107823 -5.691883 56.49690 25 -#> 2451 VR2W-107823 -5.691883 56.49690 25 -#> 2452 VR2W-107823 -5.691883 56.49690 25 -#> 2453 VR2W-107823 -5.691883 56.49690 25 -#> 2454 VR2W-107823 -5.691883 56.49690 25 -#> 2455 VR2W-107823 -5.691883 56.49690 25 -#> 2456 VR2W-107823 -5.691883 56.49690 25 -#> 2457 VR2W-107823 -5.691883 56.49690 25 -#> 2458 VR2W-107823 -5.691883 56.49690 25 -#> 2459 VR2W-107823 -5.691883 56.49690 25 -#> 2460 VR2W-107823 -5.691883 56.49690 25 -#> 2461 VR2W-107823 -5.691883 56.49690 25 -#> 2462 VR2W-107823 -5.691883 56.49690 25 -#> 2463 VR2W-107823 -5.691883 56.49690 25 -#> 2464 VR2W-107823 -5.691883 56.49690 25 -#> 2465 VR2W-107823 -5.691883 56.49690 25 -#> 2466 VR2W-107823 -5.691883 56.49690 25 -#> 2467 VR2W-107823 -5.691883 56.49690 25 -#> 2468 VR2W-107823 -5.691883 56.49690 25 -#> 2469 VR2W-107823 -5.691883 56.49690 25 -#> 2470 VR2W-107823 -5.691883 56.49690 25 -#> 2471 VR2W-107823 -5.691883 56.49690 25 -#> 2472 VR2W-107823 -5.691883 56.49690 25 -#> 2473 VR2W-107823 -5.691883 56.49690 25 -#> 2474 VR2W-107823 -5.691883 56.49690 25 -#> 2475 VR2W-107823 -5.691883 56.49690 25 -#> 2476 VR2W-107823 -5.691883 56.49690 25 -#> 2477 VR2W-107823 -5.691883 56.49690 25 -#> 2478 VR2W-107823 -5.691883 56.49690 25 -#> 2479 VR2W-107823 -5.691883 56.49690 25 -#> 2480 VR2W-113141 -5.755900 56.51000 50 -#> 2481 VR2W-113141 -5.755900 56.51000 50 -#> 2482 VR2W-113141 -5.755900 56.51000 50 -#> 2483 VR2W-113141 -5.755900 56.51000 50 -#> 2484 VR2W-113141 -5.755900 56.51000 50 -#> 2485 VR2W-113141 -5.755900 56.51000 50 -#> 2486 VR2W-113141 -5.755900 56.51000 50 -#> 2487 VR2W-113141 -5.755900 56.51000 50 -#> 2488 VR2W-113141 -5.755900 56.51000 50 -#> 2489 VR2W-113141 -5.755900 56.51000 50 -#> 2490 VR2W-113141 -5.755900 56.51000 50 -#> 2491 VR2W-113141 -5.755900 56.51000 50 -#> 2492 VR2W-113141 -5.755900 56.51000 50 -#> 2493 VR2W-113141 -5.755900 56.51000 50 -#> 2494 VR2W-113141 -5.755900 56.51000 50 -#> 2495 VR2W-113141 -5.755900 56.51000 50 -#> 2496 VR2W-113141 -5.755900 56.51000 50 -#> 2497 VR2W-113141 -5.755900 56.51000 50 -#> 2498 VR2W-113141 -5.755900 56.51000 50 -#> 2499 VR2W-113141 -5.755900 56.51000 50 -#> 2500 VR2W-113141 -5.755900 56.51000 50 -#> 2501 VR2W-113141 -5.755900 56.51000 50 -#> 2502 VR2W-113141 -5.755900 56.51000 50 -#> 2503 VR2W-113141 -5.755900 56.51000 50 -#> 2504 VR2W-113141 -5.755900 56.51000 50 -#> 2505 VR2W-113141 -5.755900 56.51000 50 -#> 2506 VR2W-113141 -5.755900 56.51000 50 -#> 2507 VR2W-113141 -5.755900 56.51000 50 -#> 2508 VR2W-113141 -5.755900 56.51000 50 -#> 2509 VR2W-113141 -5.755900 56.51000 50 -#> 2510 VR2W-113141 -5.755900 56.51000 50 -#> 2511 VR2W-113141 -5.755900 56.51000 50 -#> 2512 VR2W-113141 -5.755900 56.51000 50 -#> 2513 VR2W-113141 -5.755900 56.51000 50 -#> 2514 VR2W-113141 -5.755900 56.51000 50 -#> 2515 VR2W-113141 -5.755900 56.51000 50 -#> 2516 VR2W-113141 -5.755900 56.51000 50 -#> 2517 VR2W-113141 -5.755900 56.51000 50 -#> 2518 VR2W-113141 -5.755900 56.51000 50 -#> 2519 VR2W-113141 -5.755900 56.51000 50 -#> 2520 VR2W-113141 -5.755900 56.51000 50 -#> 2521 VR2W-113141 -5.755900 56.51000 50 -#> 2522 VR2W-113141 -5.755900 56.51000 50 -#> 2523 VR2W-113141 -5.755900 56.51000 50 -#> 2524 VR2W-113141 -5.755900 56.51000 50 -#> 2525 VR2W-113141 -5.755900 56.51000 50 -#> 2526 VR2W-113141 -5.755900 56.51000 50 -#> 2527 VR2W-113141 -5.755900 56.51000 50 -#> 2528 VR2W-113141 -5.755900 56.51000 50 -#> 2529 VR2W-113141 -5.755900 56.51000 50 -#> 2530 VR2W-113141 -5.755900 56.51000 50 -#> 2531 VR2W-113141 -5.755900 56.51000 50 -#> 2532 VR2W-113141 -5.755900 56.51000 50 -#> 2533 VR2W-113141 -5.755900 56.51000 50 -#> 2534 VR2W-113141 -5.755900 56.51000 50 -#> 2535 VR2W-113141 -5.755900 56.51000 50 -#> 2536 VR2W-113141 -5.755900 56.51000 50 -#> 2537 VR2W-113141 -5.755900 56.51000 50 -#> 2538 VR2W-113141 -5.755900 56.51000 50 -#> 2539 VR2W-113141 -5.755900 56.51000 50 -#> 2540 VR2W-113141 -5.755900 56.51000 50 -#> 2541 VR2W-113141 -5.755900 56.51000 50 -#> 2542 VR2W-113141 -5.755900 56.51000 50 -#> 2543 VR2W-113141 -5.755900 56.51000 50 -#> 2544 VR2W-113141 -5.755900 56.51000 50 -#> 2545 VR2W-113141 -5.755900 56.51000 50 -#> 2546 VR2W-113141 -5.755900 56.51000 50 -#> 2547 VR2W-113141 -5.755900 56.51000 50 -#> 2548 VR2W-113141 -5.755900 56.51000 50 -#> 2549 VR2W-113141 -5.755900 56.51000 50 -#> 2550 VR2W-113141 -5.755900 56.51000 50 -#> 2551 VR2W-113141 -5.755900 56.51000 50 -#> 2552 VR2W-113141 -5.755900 56.51000 50 -#> 2553 VR2W-113141 -5.755900 56.51000 50 -#> 2554 VR2W-113141 -5.755900 56.51000 50 -#> 2555 VR2W-113141 -5.755900 56.51000 50 -#> 2556 VR2W-113141 -5.755900 56.51000 50 -#> 2557 VR2W-113141 -5.755900 56.51000 50 -#> 2558 VR2W-113141 -5.755900 56.51000 50 -#> 2559 VR2W-113141 -5.755900 56.51000 50 -#> 2560 VR2W-113141 -5.755900 56.51000 50 -#> 2561 VR2W-113141 -5.755900 56.51000 50 -#> 2562 VR2W-113141 -5.755900 56.51000 50 -#> 2563 VR2W-113141 -5.755900 56.51000 50 -#> 2564 VR2W-113141 -5.755900 56.51000 50 -#> 2565 VR2W-113141 -5.755900 56.51000 50 -#> 2566 VR2W-113141 -5.755900 56.51000 50 -#> 2567 VR2W-113141 -5.755900 56.51000 50 -#> 2568 VR2W-113141 -5.755900 56.51000 50 -#> 2569 VR2W-113141 -5.755900 56.51000 50 -#> 2570 VR2W-113141 -5.755900 56.51000 50 -#> 2571 VR2W-113141 -5.755900 56.51000 50 -#> 2572 VR2W-113141 -5.755900 56.51000 50 -#> 2573 VR2W-113141 -5.755900 56.51000 50 -#> 2574 VR2W-113141 -5.755900 56.51000 50 -#> 2575 VR2W-113141 -5.755900 56.51000 50 -#> 2576 VR2W-113141 -5.755900 56.51000 50 -#> 2577 VR2W-113141 -5.755900 56.51000 50 -#> 2578 VR2W-113141 -5.755900 56.51000 50 -#> 2579 VR2W-113141 -5.755900 56.51000 50 -#> 2580 VR2W-113141 -5.755900 56.51000 50 -#> 2581 VR2W-113141 -5.755900 56.51000 50 -#> 2582 VR2W-113141 -5.755900 56.51000 50 -#> 2583 VR2W-113141 -5.755900 56.51000 50 -#> 2584 VR2W-113141 -5.755900 56.51000 50 -#> 2585 VR2W-113141 -5.755900 56.51000 50 -#> 2586 VR2W-113141 -5.755900 56.51000 50 -#> 2587 VR2W-113141 -5.755900 56.51000 50 -#> 2588 VR2W-113141 -5.755900 56.51000 50 -#> 2589 VR2W-113141 -5.755900 56.51000 50 -#> 2590 VR2W-113141 -5.755900 56.51000 50 -#> 2591 VR2W-113141 -5.755900 56.51000 50 -#> 2592 VR2W-113141 -5.755900 56.51000 50 -#> 2593 VR2W-113141 -5.755900 56.51000 50 -#> 2594 VR2W-113141 -5.755900 56.51000 50 -#> 2595 VR2W-113141 -5.755900 56.51000 50 -#> 2596 VR2W-113141 -5.755900 56.51000 50 -#> 2597 VR2W-113141 -5.755900 56.51000 50 -#> 2598 VR2W-113141 -5.755900 56.51000 50 -#> 2599 VR2W-113141 -5.755900 56.51000 50 -#> 2600 VR2W-113141 -5.755900 56.51000 50 -#> 2601 VR2W-113141 -5.755900 56.51000 50 -#> 2602 VR2W-113141 -5.755900 56.51000 50 -#> 2603 VR2W-113141 -5.755900 56.51000 50 -#> 2604 VR2W-113141 -5.755900 56.51000 50 -#> 2605 VR2W-107823 -5.691883 56.49690 25 -#> 2606 VR2W-107823 -5.691883 56.49690 25 -#> 2607 VR2W-107823 -5.691883 56.49690 25 -#> 2608 VR2W-107823 -5.691883 56.49690 25 -#> 2609 VR2W-107823 -5.691883 56.49690 25 -#> 2610 VR2W-107823 -5.691883 56.49690 25 -#> 2611 VR2-6720 -5.627150 56.50808 50 -#> 2612 VR2-6720 -5.627150 56.50808 50 -#> 2613 VR2-6720 -5.627150 56.50808 50 -#> 2614 VR2-6720 -5.627150 56.50808 50 -#> 2615 VR2-6720 -5.627150 56.50808 50 -#> 2616 VR2-6720 -5.627150 56.50808 50 -#> 2617 VR2-6720 -5.627150 56.50808 50 -#> 2618 VR2-6720 -5.627150 56.50808 50 -#> 2619 VR2-6720 -5.627150 56.50808 50 -#> 2620 VR2-6720 -5.627150 56.50808 50 -#> 2621 VR2-6720 -5.627150 56.50808 50 -#> 2622 VR2-6720 -5.627150 56.50808 50 -#> 2623 VR2-6720 -5.627150 56.50808 50 -#> 2624 VR2-6720 -5.627150 56.50808 50 -#> 2625 VR2-6720 -5.627150 56.50808 50 -#> 2626 VR2-6720 -5.627150 56.50808 50 -#> 2627 VR2-6720 -5.627150 56.50808 50 -#> 2628 VR2-6720 -5.627150 56.50808 50 -#> 2629 VR2-6720 -5.627150 56.50808 50 -#> 2630 VR2-6720 -5.627150 56.50808 50 -#> 2631 VR2-6720 -5.627150 56.50808 50 -#> 2632 VR2-6720 -5.627150 56.50808 50 -#> 2633 VR2-6720 -5.627150 56.50808 50 -#> 2634 VR2-6720 -5.627150 56.50808 50 -#> 2635 VR2-6720 -5.627150 56.50808 50 -#> 2636 VR2-6720 -5.627150 56.50808 50 -#> 2637 VR2-6720 -5.627150 56.50808 50 -#> 2638 VR2-6720 -5.627150 56.50808 50 -#> 2639 VR2-6720 -5.627150 56.50808 50 -#> 2640 VR2-6720 -5.627150 56.50808 50 -#> 2641 VR2-6720 -5.627150 56.50808 50 -#> 2642 VR2-6720 -5.627150 56.50808 50 -#> 2643 VR2-6720 -5.627150 56.50808 50 -#> 2644 VR2-6720 -5.627150 56.50808 50 -#> 2645 VR2-6720 -5.627150 56.50808 50 -#> 2646 VR2-6720 -5.627150 56.50808 50 -#> 2647 VR2-6720 -5.627150 56.50808 50 -#> 2648 VR2-6720 -5.627150 56.50808 50 -#> 2649 VR2-6720 -5.627150 56.50808 50 -#> 2650 VR2-6720 -5.627150 56.50808 50 -#> 2651 VR2-6720 -5.627150 56.50808 50 -#> 2652 VR2-6720 -5.627150 56.50808 50 -#> 2653 VR2-6720 -5.627150 56.50808 50 -#> 2654 VR2-6720 -5.627150 56.50808 50 -#> 2655 VR2-6720 -5.627150 56.50808 50 -#> 2656 VR2-6720 -5.627150 56.50808 50 -#> 2657 VR2-6720 -5.627150 56.50808 50 -#> 2658 VR2-6720 -5.627150 56.50808 50 -#> 2659 VR2-6720 -5.627150 56.50808 50 -#> 2660 VR2-6720 -5.627150 56.50808 50 -#> 2661 VR2-6720 -5.627150 56.50808 50 -#> 2662 VR2-6720 -5.627150 56.50808 50 -#> 2663 VR2-6720 -5.627150 56.50808 50 -#> 2664 VR2-6720 -5.627150 56.50808 50 -#> 2665 VR2-6720 -5.627150 56.50808 50 -#> 2666 VR2-6720 -5.627150 56.50808 50 -#> 2667 VR2-6720 -5.627150 56.50808 50 -#> 2668 VR2W-107823 -5.691883 56.49690 25 -#> 2669 VR2W-107823 -5.691883 56.49690 25 -#> 2670 VR2W-107823 -5.691883 56.49690 25 -#> 2671 VR2W-107823 -5.691883 56.49690 25 -#> 2672 VR2W-107823 -5.691883 56.49690 25 -#> 2673 VR2W-107823 -5.691883 56.49690 25 -#> 2674 VR2W-107823 -5.691883 56.49690 25 -#> 2675 VR2W-107823 -5.691883 56.49690 25 -#> 2676 VR2W-107823 -5.691883 56.49690 25 -#> 2677 VR2W-107823 -5.691883 56.49690 25 -#> 2678 VR2W-107823 -5.691883 56.49690 25 -#> 2679 VR2W-107823 -5.691883 56.49690 25 -#> 2680 VR2W-107823 -5.691883 56.49690 25 -#> 2681 VR2W-107823 -5.691883 56.49690 25 -#> 2682 VR2W-107823 -5.691883 56.49690 25 -#> 2683 VR2W-107823 -5.691883 56.49690 25 -#> 2684 VR2W-107823 -5.691883 56.49690 25 -#> 2685 VR2W-107823 -5.691883 56.49690 25 -#> 2686 VR2W-107823 -5.691883 56.49690 25 -#> 2687 VR2W-107823 -5.691883 56.49690 25 -#> 2688 VR2W-107823 -5.691883 56.49690 25 -#> 2689 VR2W-107823 -5.691883 56.49690 25 -#> 2690 VR2W-107823 -5.691883 56.49690 25 -#> 2691 VR2W-107823 -5.691883 56.49690 25 -#> 2692 VR2W-107823 -5.691883 56.49690 25 -#> 2693 VR2W-107823 -5.691883 56.49690 25 -#> 2694 VR2W-107823 -5.691883 56.49690 25 -#> 2695 VR2W-107823 -5.691883 56.49690 25 -#> 2696 VR2W-107823 -5.691883 56.49690 25 -#> 2697 VR2W-107823 -5.691883 56.49690 25 -#> 2698 VR2W-107823 -5.691883 56.49690 25 -#> 2699 VR2W-107823 -5.691883 56.49690 25 -#> 2700 VR2W-107823 -5.691883 56.49690 25 -#> 2701 VR2W-107823 -5.691883 56.49690 25 -#> 2702 VR2W-107823 -5.691883 56.49690 25 -#> 2703 VR2W-107823 -5.691883 56.49690 25 -#> 2704 VR2W-107823 -5.691883 56.49690 25 -#> 2705 VR2W-107823 -5.691883 56.49690 25 -#> 2706 VR2W-107823 -5.691883 56.49690 25 -#> 2707 VR2W-107823 -5.691883 56.49690 25 -#> 2708 VR2W-107823 -5.691883 56.49690 25 -#> 2709 VR2W-107823 -5.691883 56.49690 25 -#> 2710 VR2W-107823 -5.691883 56.49690 25 -#> 2711 VR2W-107823 -5.691883 56.49690 25 -#> 2712 VR2W-107823 -5.691883 56.49690 25 -#> 2713 VR2W-107823 -5.691883 56.49690 25 -#> 2714 VR2-6720 -5.627150 56.50808 50 -#> 2715 VR2-6720 -5.627150 56.50808 50 -#> 2716 VR2-6720 -5.627150 56.50808 50 -#> 2717 VR2-6720 -5.627150 56.50808 50 -#> 2718 VR2-6720 -5.627150 56.50808 50 -#> 2719 VR2-6720 -5.627150 56.50808 50 -#> 2720 VR2-6720 -5.627150 56.50808 50 -#> 2721 VR2-6720 -5.627150 56.50808 50 -#> 2722 VR2-6720 -5.627150 56.50808 50 -#> 2723 VR2-6720 -5.627150 56.50808 50 -#> 2724 VR2W-107823 -5.691883 56.49690 25 -#> 2725 VR2W-107823 -5.691883 56.49690 25 -#> 2726 VR2W-107823 -5.691883 56.49690 25 -#> 2727 VR2W-107823 -5.691883 56.49690 25 -#> 2728 VR2W-107823 -5.691883 56.49690 25 -#> 2729 VR2W-107823 -5.691883 56.49690 25 -#> 2730 VR2W-107823 -5.691883 56.49690 25 -#> 2731 VR2W-107823 -5.691883 56.49690 25 -#> 2732 VR2W-107823 -5.691883 56.49690 25 -#> 2733 VR2W-107823 -5.691883 56.49690 25 -#> 2734 VR2W-107823 -5.691883 56.49690 25 -#> 2735 VR2W-107823 -5.691883 56.49690 25 -#> 2736 VR2W-107823 -5.691883 56.49690 25 -#> 2737 VR2W-107823 -5.691883 56.49690 25 -#> 2738 VR2W-107823 -5.691883 56.49690 25 -#> 2739 VR2W-107823 -5.691883 56.49690 25 -#> 2740 VR2W-107823 -5.691883 56.49690 25 -#> 2741 VR2W-107823 -5.691883 56.49690 25 -#> 2742 VR2W-107823 -5.691883 56.49690 25 -#> 2743 VR2W-107823 -5.691883 56.49690 25 -#> 2744 VR2W-107823 -5.691883 56.49690 25 -#> 2745 VR2W-107823 -5.691883 56.49690 25 -#> 2746 VR2W-107823 -5.691883 56.49690 25 -#> 2747 VR2W-107823 -5.691883 56.49690 25 -#> 2748 VR2W-107823 -5.691883 56.49690 25 -#> 2749 VR2W-107823 -5.691883 56.49690 25 -#> 2750 VR2W-107823 -5.691883 56.49690 25 -#> 2751 VR2W-107823 -5.691883 56.49690 25 -#> 2752 VR2W-107823 -5.691883 56.49690 25 -#> 2753 VR2W-107823 -5.691883 56.49690 25 -#> 2754 VR2W-107823 -5.691883 56.49690 25 -#> 2755 VR2W-107823 -5.691883 56.49690 25 -#> 2756 VR2W-107823 -5.691883 56.49690 25 -#> 2757 VR2W-107823 -5.691883 56.49690 25 -#> 2758 VR2W-107823 -5.691883 56.49690 25 -#> 2759 VR2W-107823 -5.691883 56.49690 25 -#> 2760 VR2W-107823 -5.691883 56.49690 25 -#> 2761 VR2W-107823 -5.691883 56.49690 25 -#> 2762 VR2W-107823 -5.691883 56.49690 25 -#> 2763 VR2W-107823 -5.691883 56.49690 25 -#> 2764 VR2W-107823 -5.691883 56.49690 25 -#> 2765 VR2W-107823 -5.691883 56.49690 25 -#> 2766 VR2W-107823 -5.691883 56.49690 25 -#> 2767 VR2W-107823 -5.691883 56.49690 25 -#> 2768 VR2W-107823 -5.691883 56.49690 25 -#> 2769 VR2W-107823 -5.691883 56.49690 25 -#> 2770 VR2W-107823 -5.691883 56.49690 25 -#> 2771 VR2W-107823 -5.691883 56.49690 25 -#> 2772 VR2W-107823 -5.691883 56.49690 25 -#> 2773 VR2W-107823 -5.691883 56.49690 25 -#> 2774 VR2W-107823 -5.691883 56.49690 25 -#> 2775 VR2W-107823 -5.691883 56.49690 25 -#> 2776 VR2W-107823 -5.691883 56.49690 25 -#> 2777 VR2-6720 -5.627150 56.50808 50 -#> 2778 VR2-6720 -5.627150 56.50808 50 -#> 2779 VR2-6720 -5.627150 56.50808 50 -#> 2780 VR2-6720 -5.627150 56.50808 50 -#> 2781 VR2-6720 -5.627150 56.50808 50 -#> 2782 VR2-6720 -5.627150 56.50808 50 -#> 2783 VR2-6720 -5.627150 56.50808 50 -#> 2784 VR2-6720 -5.627150 56.50808 50 -#> 2785 VR2-6720 -5.627150 56.50808 50 -#> 2786 VR2-6720 -5.627150 56.50808 50 -#> 2787 VR2-6720 -5.627150 56.50808 50 -#> 2788 VR2-6720 -5.627150 56.50808 50 -#> 2789 VR2-6720 -5.627150 56.50808 50 -#> 2790 VR2-6720 -5.627150 56.50808 50 -#> 2791 VR2-6720 -5.627150 56.50808 50 -#> 2792 VR2-6720 -5.627150 56.50808 50 -#> 2793 VR2-6720 -5.627150 56.50808 50 -#> 2794 VR2-6720 -5.627150 56.50808 50 -#> 2795 VR2-6720 -5.627150 56.50808 50 -#> 2796 VR2-6720 -5.627150 56.50808 50 -#> 2797 VR2-6720 -5.627150 56.50808 50 -#> 2798 VR2-6720 -5.627150 56.50808 50 -#> 2799 VR2AR-546136 -5.665000 56.48650 105 -#> 2800 VR2AR-546136 -5.665000 56.48650 105 -#> 2801 VR2AR-546136 -5.665000 56.48650 105 -#> 2802 VR2AR-546136 -5.665000 56.48650 105 -#> 2803 VR2AR-546136 -5.665000 56.48650 105 -#> 2804 VR2AR-546136 -5.665000 56.48650 105 -#> 2805 VR2AR-546136 -5.665000 56.48650 105 -#> 2806 VR2AR-546136 -5.665000 56.48650 105 -#> 2807 VR2AR-546136 -5.665000 56.48650 105 -#> 2808 VR2AR-546136 -5.665000 56.48650 105 -#> 2809 VR2AR-546136 -5.665000 56.48650 105 -#> 2810 VR2AR-546136 -5.665000 56.48650 105 -#> 2811 VR2AR-546136 -5.665000 56.48650 105 -#> 2812 VR2AR-546136 -5.665000 56.48650 105 -#> 2813 VR2AR-546136 -5.665000 56.48650 105 -#> 2814 VR2AR-546136 -5.665000 56.48650 105 -#> 2815 VR2AR-546136 -5.665000 56.48650 105 -#> 2816 VR2AR-546136 -5.665000 56.48650 105 -#> 2817 VR2AR-546136 -5.665000 56.48650 105 -#> 2818 VR2AR-546136 -5.665000 56.48650 105 -#> 2819 VR2AR-546136 -5.665000 56.48650 105 -#> 2820 VR2AR-546136 -5.665000 56.48650 105 -#> 2821 VR2AR-546136 -5.665000 56.48650 105 -#> 2822 VR2AR-546136 -5.665000 56.48650 105 -#> 2823 VR2AR-546136 -5.665000 56.48650 105 -#> 2824 VR2AR-546136 -5.665000 56.48650 105 -#> 2825 VR2AR-546136 -5.665000 56.48650 105 -#> 2826 VR2AR-546136 -5.665000 56.48650 105 -#> 2827 VR2AR-546136 -5.665000 56.48650 105 -#> 2828 VR2AR-546136 -5.665000 56.48650 105 -#> 2829 VR2AR-546136 -5.665000 56.48650 105 -#> 2830 VR2AR-546136 -5.665000 56.48650 105 -#> 2831 VR2W-107823 -5.691883 56.49690 25 -#> 2832 VR2W-107823 -5.691883 56.49690 25 -#> 2833 VR2W-107823 -5.691883 56.49690 25 -#> 2834 VR2W-107823 -5.691883 56.49690 25 -#> 2835 VR2W-107823 -5.691883 56.49690 25 -#> 2836 VR2W-107823 -5.691883 56.49690 25 -#> 2837 VR2W-107823 -5.691883 56.49690 25 -#> 2838 VR2W-107823 -5.691883 56.49690 25 -#> 2839 VR2W-107823 -5.691883 56.49690 25 -#> 2840 VR2W-107823 -5.691883 56.49690 25 -#> 2841 VR2W-107823 -5.691883 56.49690 25 -#> 2842 VR2W-107823 -5.691883 56.49690 25 -#> 2843 VR2W-107823 -5.691883 56.49690 25 -#> 2844 VR2W-107823 -5.691883 56.49690 25 -#> 2845 VR2W-107823 -5.691883 56.49690 25 -#> 2846 VR2W-107823 -5.691883 56.49690 25 -#> 2847 VR2W-107823 -5.691883 56.49690 25 -#> 2848 VR2W-107823 -5.691883 56.49690 25 -#> 2849 VR2W-107823 -5.691883 56.49690 25 -#> 2850 VR2W-107823 -5.691883 56.49690 25 -#> 2851 VR2W-107823 -5.691883 56.49690 25 -#> 2852 VR2W-107823 -5.691883 56.49690 25 -#> 2853 VR2W-107823 -5.691883 56.49690 25 -#> 2854 VR2W-107823 -5.691883 56.49690 25 -#> 2855 VR2W-107823 -5.691883 56.49690 25 -#> 2856 VR2W-107823 -5.691883 56.49690 25 -#> 2857 VR2W-107823 -5.691883 56.49690 25 -#> 2858 VR2W-107823 -5.691883 56.49690 25 -#> 2859 VR2W-108160 -5.704867 56.48890 25 -#> 2860 VR2W-108160 -5.704867 56.48890 25 -#> 2861 VR2W-108160 -5.704867 56.48890 25 -#> 2862 VR2W-108160 -5.704867 56.48890 25 -#> 2863 VR2W-108160 -5.704867 56.48890 25 -#> 2864 VR2W-108160 -5.704867 56.48890 25 -#> 2865 VR2W-108160 -5.704867 56.48890 25 -#> 2866 VR2W-108160 -5.704867 56.48890 25 -#> 2867 VR2W-108160 -5.704867 56.48890 25 -#> 2868 VR2W-108160 -5.704867 56.48890 25 -#> 2869 VR2W-108160 -5.704867 56.48890 25 -#> 2870 VR2W-108160 -5.704867 56.48890 25 -#> 2871 VR2W-108160 -5.704867 56.48890 25 -#> 2872 VR2W-108160 -5.704867 56.48890 25 -#> 2873 VR2W-108160 -5.704867 56.48890 25 -#> 2874 VR2W-108160 -5.704867 56.48890 25 -#> 2875 VR2W-108160 -5.704867 56.48890 25 -#> 2876 VR2W-108160 -5.704867 56.48890 25 -#> 2877 VR2W-108160 -5.704867 56.48890 25 -#> 2878 VR2W-113141 -5.755900 56.51000 50 -#> 2879 VR2W-113141 -5.755900 56.51000 50 -#> 2880 VR2W-113141 -5.755900 56.51000 50 -#> 2881 VR2W-113141 -5.755900 56.51000 50 -#> 2882 VR2W-113141 -5.755900 56.51000 50 -#> 2883 VR2W-113141 -5.755900 56.51000 50 -#> 2884 VR2W-113141 -5.755900 56.51000 50 -#> 2885 VR2W-113141 -5.755900 56.51000 50 -#> 2886 VR2W-113141 -5.755900 56.51000 50 -#> 2887 VR2W-113141 -5.755900 56.51000 50 -#> 2888 VR2W-113141 -5.755900 56.51000 50 -#> 2889 VR2W-113141 -5.755900 56.51000 50 -#> 2890 VR2W-113141 -5.755900 56.51000 50 -#> 2891 VR2W-113141 -5.755900 56.51000 50 -#> 2892 VR2W-113141 -5.755900 56.51000 50 -#> 2893 VR2W-113141 -5.755900 56.51000 50 -#> 2894 VR2W-113141 -5.755900 56.51000 50 -#> 2895 VR2W-113141 -5.755900 56.51000 50 -#> 2896 VR2W-113141 -5.755900 56.51000 50 -#> 2897 VR2W-113141 -5.755900 56.51000 50 -#> 2898 VR2W-113141 -5.755900 56.51000 50 -#> 2899 VR2W-113141 -5.755900 56.51000 50 -#> 2900 VR2W-113141 -5.755900 56.51000 50 -#> 2901 VR2W-113141 -5.755900 56.51000 50 -#> 2902 VR2W-113141 -5.755900 56.51000 50 -#> 2903 VR2W-113141 -5.755900 56.51000 50 -#> 2904 VR2W-113141 -5.755900 56.51000 50 -#> 2905 VR2W-113141 -5.755900 56.51000 50 -#> 2906 VR2W-113141 -5.755900 56.51000 50 -#> 2907 VR2W-113141 -5.755900 56.51000 50 -#> 2908 VR2W-113141 -5.755900 56.51000 50 -#> 2909 VR2W-113141 -5.755900 56.51000 50 -#> 2910 VR2W-113141 -5.755900 56.51000 50 -#> 2911 VR2W-113141 -5.755900 56.51000 50 -#> 2912 VR2W-113141 -5.755900 56.51000 50 -#> 2913 VR2W-113141 -5.755900 56.51000 50 -#> 2914 VR2W-113141 -5.755900 56.51000 50 -#> 2915 VR2W-113141 -5.755900 56.51000 50 -#> 2916 VR2W-113141 -5.755900 56.51000 50 -#> 2917 VR2W-113141 -5.755900 56.51000 50 -#> 2918 VR2W-113141 -5.755900 56.51000 50 -#> 2919 VR2W-113141 -5.755900 56.51000 50 -#> 2920 VR2W-113141 -5.755900 56.51000 50 -#> 2921 VR2W-113141 -5.755900 56.51000 50 -#> 2922 VR2W-113141 -5.755900 56.51000 50 -#> 2923 VR2W-113141 -5.755900 56.51000 50 -#> 2924 VR2W-113141 -5.755900 56.51000 50 -#> 2925 VR2W-113141 -5.755900 56.51000 50 -#> 2926 VR2W-113141 -5.755900 56.51000 50 -#> 2927 VR2W-113141 -5.755900 56.51000 50 -#> 2928 VR2W-113141 -5.755900 56.51000 50 -#> 2929 VR2W-113141 -5.755900 56.51000 50 -#> 2930 VR2W-113141 -5.755900 56.51000 50 -#> 2931 VR2W-113141 -5.755900 56.51000 50 -#> 2932 VR2W-113141 -5.755900 56.51000 50 -#> 2933 VR2W-113141 -5.755900 56.51000 50 -#> 2934 VR2W-113141 -5.755900 56.51000 50 -#> 2935 VR2W-113141 -5.755900 56.51000 50 -#> 2936 VR2W-113141 -5.755900 56.51000 50 -#> 2937 VR2W-113141 -5.755900 56.51000 50 -#> 2938 VR2W-113141 -5.755900 56.51000 50 -#> 2939 VR2W-113141 -5.755900 56.51000 50 -#> 2940 VR2W-113141 -5.755900 56.51000 50 -#> 2941 VR2W-113141 -5.755900 56.51000 50 -#> 2942 VR2W-113141 -5.755900 56.51000 50 -#> 2943 VR2W-113141 -5.755900 56.51000 50 -#> 2944 VR2W-113141 -5.755900 56.51000 50 -#> 2945 VR2W-113141 -5.755900 56.51000 50 -#> 2946 VR2W-113141 -5.755900 56.51000 50 -#> 2947 VR2W-113141 -5.755900 56.51000 50 -#> 2948 VR2W-113141 -5.755900 56.51000 50 -#> 2949 VR2W-113141 -5.755900 56.51000 50 -#> 2950 VR2W-113141 -5.755900 56.51000 50 -#> 2951 VR2W-113141 -5.755900 56.51000 50 -#> 2952 VR2W-113141 -5.755900 56.51000 50 -#> 2953 VR2W-113141 -5.755900 56.51000 50 -#> 2954 VR2W-113141 -5.755900 56.51000 50 -#> 2955 VR2W-113141 -5.755900 56.51000 50 -#> 2956 VR2W-113141 -5.755900 56.51000 50 -#> 2957 VR2W-113141 -5.755900 56.51000 50 -#> 2958 VR2W-113141 -5.755900 56.51000 50 -#> 2959 VR2W-113141 -5.755900 56.51000 50 -#> 2960 VR2W-113141 -5.755900 56.51000 50 -#> 2961 VR2W-113141 -5.755900 56.51000 50 -#> 2962 VR2W-113141 -5.755900 56.51000 50 -#> 2963 VR2W-113141 -5.755900 56.51000 50 -#> 2964 VR2W-113141 -5.755900 56.51000 50 -#> 2965 VR2W-113141 -5.755900 56.51000 50 -#> 2966 VR2W-113141 -5.755900 56.51000 50 -#> 2967 VR2W-113141 -5.755900 56.51000 50 -#> 2968 VR2W-113141 -5.755900 56.51000 50 -#> 2969 VR2W-113141 -5.755900 56.51000 50 -#> 2970 VR2W-113141 -5.755900 56.51000 50 -#> 2971 VR2W-113141 -5.755900 56.51000 50 -#> 2972 VR2W-113141 -5.755900 56.51000 50 -#> 2973 VR2W-113141 -5.755900 56.51000 50 -#> 2974 VR2W-113141 -5.755900 56.51000 50 -#> 2975 VR2W-113141 -5.755900 56.51000 50 -#> 2976 VR2W-113141 -5.755900 56.51000 50 -#> 2977 VR2W-113141 -5.755900 56.51000 50 -#> 2978 VR2W-113141 -5.755900 56.51000 50 -#> 2979 VR2W-113141 -5.755900 56.51000 50 -#> 2980 VR2W-113141 -5.755900 56.51000 50 -#> 2981 VR2W-113141 -5.755900 56.51000 50 -#> 2982 VR2W-113141 -5.755900 56.51000 50 -#> 2983 VR2W-113141 -5.755900 56.51000 50 -#> 2984 VR2W-113141 -5.755900 56.51000 50 -#> 2985 VR2W-113141 -5.755900 56.51000 50 -#> 2986 VR2W-113141 -5.755900 56.51000 50 -#> 2987 VR2W-113141 -5.755900 56.51000 50 -#> 2988 VR2W-113141 -5.755900 56.51000 50 -#> 2989 VR2W-113141 -5.755900 56.51000 50 -#> 2990 VR2W-113141 -5.755900 56.51000 50 -#> 2991 VR2W-113141 -5.755900 56.51000 50 -#> 2992 VR2W-113141 -5.755900 56.51000 50 -#> 2993 VR2W-113141 -5.755900 56.51000 50 -#> 2994 VR2W-113141 -5.755900 56.51000 50 -#> 2995 VR2W-113141 -5.755900 56.51000 50 -#> 2996 VR2W-113141 -5.755900 56.51000 50 -#> 2997 VR2W-113141 -5.755900 56.51000 50 -#> 2998 VR2W-113141 -5.755900 56.51000 50 -#> 2999 VR2W-113141 -5.755900 56.51000 50 -#> 3000 VR2W-113141 -5.755900 56.51000 50 -#> 3001 VR2W-113141 -5.755900 56.51000 50 -#> 3002 VR2W-113141 -5.755900 56.51000 50 -#> 3003 VR2W-113141 -5.755900 56.51000 50 -#> 3004 VR2W-113141 -5.755900 56.51000 50 -#> 3005 VR2W-113141 -5.755900 56.51000 50 -#> 3006 VR2W-113141 -5.755900 56.51000 50 -#> 3007 VR2W-113141 -5.755900 56.51000 50 -#> 3008 VR2W-113141 -5.755900 56.51000 50 -#> 3009 VR2W-113141 -5.755900 56.51000 50 -#> 3010 VR2W-113141 -5.755900 56.51000 50 -#> 3011 VR2W-113141 -5.755900 56.51000 50 -#> 3012 VR2W-113141 -5.755900 56.51000 50 -#> 3013 VR2W-113141 -5.755900 56.51000 50 -#> 3014 VR2W-113141 -5.755900 56.51000 50 -#> 3015 VR2W-113141 -5.755900 56.51000 50 -#> 3016 VR2W-113141 -5.755900 56.51000 50 -#> 3017 VR2W-113141 -5.755900 56.51000 50 -#> 3018 VR2W-113141 -5.755900 56.51000 50 -#> 3019 VR2W-113141 -5.755900 56.51000 50 -#> 3020 VR2W-113141 -5.755900 56.51000 50 -#> 3021 VR2W-113141 -5.755900 56.51000 50 -#> 3022 VR2W-113141 -5.755900 56.51000 50 -#> 3023 VR2W-113141 -5.755900 56.51000 50 -#> 3024 VR2W-107823 -5.691883 56.49690 25 -#> 3025 VR2W-107823 -5.691883 56.49690 25 -#> 3026 VR2W-107823 -5.691883 56.49690 25 -#> 3027 VR2W-107823 -5.691883 56.49690 25 -#> 3028 VR2W-107823 -5.691883 56.49690 25 -#> 3029 VR2W-107823 -5.691883 56.49690 25 -#> 3030 VR2W-107823 -5.691883 56.49690 25 -#> 3031 VR2W-107823 -5.691883 56.49690 25 -#> 3032 VR2W-107823 -5.691883 56.49690 25 -#> 3033 VR2W-107823 -5.691883 56.49690 25 -#> 3034 VR2W-107823 -5.691883 56.49690 25 -#> 3035 VR2W-107823 -5.691883 56.49690 25 -#> 3036 VR2AR-546136 -5.665000 56.48650 105 -#> 3037 VR2AR-546136 -5.665000 56.48650 105 -#> 3038 VR2AR-546136 -5.665000 56.48650 105 -#> 3039 VR2AR-546136 -5.665000 56.48650 105 -#> 3040 VR2AR-546136 -5.665000 56.48650 105 -#> 3041 VR2AR-546136 -5.665000 56.48650 105 -#> 3042 VR2AR-546136 -5.665000 56.48650 105 -#> 3043 VR2AR-546136 -5.665000 56.48650 105 -#> 3044 VR2AR-546136 -5.665000 56.48650 105 -#> 3045 VR2AR-546136 -5.665000 56.48650 105 -#> 3046 VR2AR-546136 -5.665000 56.48650 105 -#> 3047 VR2AR-546136 -5.665000 56.48650 105 -#> 3048 VR2AR-546136 -5.665000 56.48650 105 -#> 3049 VR2AR-546136 -5.665000 56.48650 105 -#> 3050 VR2AR-546136 -5.665000 56.48650 105 -#> 3051 VR2AR-546136 -5.665000 56.48650 105 -#> 3052 VR2AR-546136 -5.665000 56.48650 105 -#> 3053 VR2AR-546136 -5.665000 56.48650 105 -#> 3054 VR2AR-546136 -5.665000 56.48650 105 -#> 3055 VR2AR-546136 -5.665000 56.48650 105 -#> 3056 VR2AR-546136 -5.665000 56.48650 105 -#> 3057 VR2AR-546136 -5.665000 56.48650 105 -#> 3058 VR2AR-546136 -5.665000 56.48650 105 -#> 3059 VR2AR-546136 -5.665000 56.48650 105 -#> 3060 VR2AR-546136 -5.665000 56.48650 105 -#> 3061 VR2AR-546136 -5.665000 56.48650 105 -#> 3062 VR2AR-546136 -5.665000 56.48650 105 -#> 3063 VR2AR-546136 -5.665000 56.48650 105 -#> 3064 VR2AR-546136 -5.665000 56.48650 105 -#> 3065 VR2W-108160 -5.704867 56.48890 25 -#> 3066 VR2W-108160 -5.704867 56.48890 25 -#> 3067 VR2W-113141 -5.755900 56.51000 50 -#> 3068 VR2W-113141 -5.755900 56.51000 50 -#> 3069 VR2W-113141 -5.755900 56.51000 50 -#> 3070 VR2W-113141 -5.755900 56.51000 50 -#> 3071 VR2W-113141 -5.755900 56.51000 50 -#> 3072 VR2W-113141 -5.755900 56.51000 50 -#> 3073 VR2W-113141 -5.755900 56.51000 50 -#> 3074 VR2W-113141 -5.755900 56.51000 50 -#> 3075 VR2W-113141 -5.755900 56.51000 50 -#> 3076 VR2W-113141 -5.755900 56.51000 50 -#> 3077 VR2W-113141 -5.755900 56.51000 50 -#> 3078 VR2W-113141 -5.755900 56.51000 50 -#> 3079 VR2W-113141 -5.755900 56.51000 50 -#> 3080 VR2W-113141 -5.755900 56.51000 50 -#> 3081 VR2W-113141 -5.755900 56.51000 50 -#> 3082 VR2W-113141 -5.755900 56.51000 50 -#> 3083 VR2W-113141 -5.755900 56.51000 50 -#> 3084 VR2W-113141 -5.755900 56.51000 50 -#> 3085 VR2W-113141 -5.755900 56.51000 50 -#> 3086 VR2W-113141 -5.755900 56.51000 50 -#> 3087 VR2W-113141 -5.755900 56.51000 50 -#> 3088 VR2W-113141 -5.755900 56.51000 50 -#> 3089 VR2W-113141 -5.755900 56.51000 50 -#> 3090 VR2W-113141 -5.755900 56.51000 50 -#> 3091 VR2W-113141 -5.755900 56.51000 50 -#> 3092 VR2W-113141 -5.755900 56.51000 50 -#> 3093 VR2W-113141 -5.755900 56.51000 50 -#> 3094 VR2W-113141 -5.755900 56.51000 50 -#> 3095 VR2W-113141 -5.755900 56.51000 50 -#> 3096 VR2W-113141 -5.755900 56.51000 50 -#> 3097 VR2W-113141 -5.755900 56.51000 50 -#> 3098 VR2W-113141 -5.755900 56.51000 50 -#> 3099 VR2W-107823 -5.691883 56.49690 25 -#> 3100 VR2W-107823 -5.691883 56.49690 25 -#> 3101 VR2W-107823 -5.691883 56.49690 25 -#> 3102 VR2AR-546136 -5.665000 56.48650 105 -#> 3103 VR2AR-546136 -5.665000 56.48650 105 -#> 3104 VR2AR-546136 -5.665000 56.48650 105 -#> 3105 VR2AR-546136 -5.665000 56.48650 105 -#> 3106 VR2AR-546136 -5.665000 56.48650 105 -#> 3107 VR2AR-546136 -5.665000 56.48650 105 -#> 3108 VR2AR-546136 -5.665000 56.48650 105 -#> 3109 VR2AR-546136 -5.665000 56.48650 105 -#> 3110 VR2AR-546136 -5.665000 56.48650 105 -#> 3111 VR2AR-546136 -5.665000 56.48650 105 -#> 3112 VR2AR-546136 -5.665000 56.48650 105 -#> 3113 VR2AR-546136 -5.665000 56.48650 105 -#> 3114 VR2AR-546136 -5.665000 56.48650 105 -#> 3115 VR2AR-546136 -5.665000 56.48650 105 -#> 3116 VR2AR-546136 -5.665000 56.48650 105 -#> 3117 VR2AR-546136 -5.665000 56.48650 105 -#> 3118 VR2AR-546136 -5.665000 56.48650 105 -#> 3119 VR2AR-546136 -5.665000 56.48650 105 -#> 3120 VR2AR-546136 -5.665000 56.48650 105 -#> 3121 VR2AR-546136 -5.665000 56.48650 105 -#> 3122 VR2AR-546136 -5.665000 56.48650 105 -#> 3123 VR2AR-546136 -5.665000 56.48650 105 -#> 3124 VR2AR-546136 -5.665000 56.48650 105 -#> 3125 VR2W-108160 -5.704867 56.48890 25 -#> 3126 VR2W-108160 -5.704867 56.48890 25 -#> 3127 VR2W-108160 -5.704867 56.48890 25 -#> 3128 VR2W-108160 -5.704867 56.48890 25 -#> 3129 VR2W-108160 -5.704867 56.48890 25 -#> 3130 VR2W-108160 -5.704867 56.48890 25 -#> 3131 VR2W-108160 -5.704867 56.48890 25 -#> 3132 VR2AR-546136 -5.665000 56.48650 105 -#> 3133 VR2AR-546136 -5.665000 56.48650 105 -#> 3134 VR2AR-546136 -5.665000 56.48650 105 -#> 3135 VR2AR-546136 -5.665000 56.48650 105 -#> 3136 VR2AR-546136 -5.665000 56.48650 105 -#> 3137 VR2AR-546136 -5.665000 56.48650 105 -#> 3138 VR2AR-546136 -5.665000 56.48650 105 -#> 3139 VR2AR-546136 -5.665000 56.48650 105 -#> 3140 VR2AR-546136 -5.665000 56.48650 105 -#> 3141 VR2AR-546136 -5.665000 56.48650 105 -#> 3142 VR2AR-546136 -5.665000 56.48650 105 -#> 3143 VR2AR-546136 -5.665000 56.48650 105 -#> 3144 VR2AR-546136 -5.665000 56.48650 105 -#> 3145 VR2AR-546136 -5.665000 56.48650 105 -#> 3146 VR2AR-546136 -5.665000 56.48650 105 -#> 3147 VR2AR-546136 -5.665000 56.48650 105 -#> 3148 VR2AR-546136 -5.665000 56.48650 105 -#> 3149 VR2AR-546136 -5.665000 56.48650 105 -#> 3150 VR2AR-546136 -5.665000 56.48650 105 -#> 3151 VR2AR-546136 -5.665000 56.48650 105 -#> 3152 VR2AR-546136 -5.665000 56.48650 105 -#> 3153 VR2AR-546136 -5.665000 56.48650 105 -#> 3154 VR2AR-546136 -5.665000 56.48650 105 -#> 3155 VR2AR-546136 -5.665000 56.48650 105 -#> 3156 VR2AR-546136 -5.665000 56.48650 105 -#> 3157 VR2AR-546136 -5.665000 56.48650 105 -#> 3158 VR2AR-546136 -5.665000 56.48650 105 -#> 3159 VR2AR-546136 -5.665000 56.48650 105 -#> 3160 VR2AR-546136 -5.665000 56.48650 105 -#> 3161 VR2AR-546136 -5.665000 56.48650 105 -#> 3162 VR2AR-546136 -5.665000 56.48650 105 -#> 3163 VR2AR-546136 -5.665000 56.48650 105 -#> 3164 VR2AR-546136 -5.665000 56.48650 105 -#> 3165 VR2AR-546136 -5.665000 56.48650 105 -#> 3166 VR2AR-546136 -5.665000 56.48650 105 -#> 3167 VR2AR-546136 -5.665000 56.48650 105 -#> 3168 VR2AR-546136 -5.665000 56.48650 105 -#> 3169 VR2AR-546136 -5.665000 56.48650 105 -#> 3170 VR2AR-546136 -5.665000 56.48650 105 -#> 3171 VR2AR-546136 -5.665000 56.48650 105 -#> 3172 VR2AR-546136 -5.665000 56.48650 105 -#> 3173 VR2AR-546136 -5.665000 56.48650 105 -#> 3174 VR2AR-546136 -5.665000 56.48650 105 -#> 3175 VR2AR-546136 -5.665000 56.48650 105 -#> 3176 VR2AR-546136 -5.665000 56.48650 105 -#> 3177 VR2AR-546136 -5.665000 56.48650 105 -#> 3178 VR2AR-546136 -5.665000 56.48650 105 -#> 3179 VR2AR-546136 -5.665000 56.48650 105 -#> 3180 VR2AR-546136 -5.665000 56.48650 105 -#> 3181 VR2AR-546136 -5.665000 56.48650 105 -#> 3182 VR2AR-546136 -5.665000 56.48650 105 -#> 3183 VR2AR-546136 -5.665000 56.48650 105 -#> 3184 VR2AR-546136 -5.665000 56.48650 105 -#> 3185 VR2AR-546136 -5.665000 56.48650 105 -#> 3186 VR2AR-546136 -5.665000 56.48650 105 -#> 3187 VR2AR-546136 -5.665000 56.48650 105 -#> 3188 VR2AR-546136 -5.665000 56.48650 105 -#> 3189 VR2AR-546136 -5.665000 56.48650 105 -#> 3190 VR2AR-546136 -5.665000 56.48650 105 -#> 3191 VR2AR-546136 -5.665000 56.48650 105 -#> 3192 VR2AR-546136 -5.665000 56.48650 105 -#> 3193 VR2AR-546136 -5.665000 56.48650 105 -#> 3194 VR2AR-546136 -5.665000 56.48650 105 -#> 3195 VR2AR-546136 -5.665000 56.48650 105 -#> 3196 VR2AR-546136 -5.665000 56.48650 105 -#> 3197 VR2AR-546136 -5.665000 56.48650 105 -#> 3198 VR2AR-546136 -5.665000 56.48650 105 -#> 3199 VR2AR-546136 -5.665000 56.48650 105 -#> 3200 VR2AR-546136 -5.665000 56.48650 105 -#> 3201 VR2AR-546136 -5.665000 56.48650 105 -#> 3202 VR2AR-546136 -5.665000 56.48650 105 -#> 3203 VR2AR-546136 -5.665000 56.48650 105 -#> 3204 VR2AR-546136 -5.665000 56.48650 105 -#> 3205 VR2AR-546136 -5.665000 56.48650 105 -#> 3206 VR2AR-546136 -5.665000 56.48650 105 -#> 3207 VR2AR-546136 -5.665000 56.48650 105 -#> 3208 VR2AR-546136 -5.665000 56.48650 105 -#> 3209 VR2AR-546136 -5.665000 56.48650 105 -#> 3210 VR2AR-546136 -5.665000 56.48650 105 -#> 3211 VR2AR-546136 -5.665000 56.48650 105 -#> 3212 VR2AR-546136 -5.665000 56.48650 105 -#> 3213 VR2AR-546136 -5.665000 56.48650 105 -#> 3214 VR2AR-546136 -5.665000 56.48650 105 -#> 3215 VR2AR-546136 -5.665000 56.48650 105 -#> 3216 VR2AR-546136 -5.665000 56.48650 105 -#> 3217 VR2W-107823 -5.691883 56.49690 25 -#> 3218 VR2W-107823 -5.691883 56.49690 25 -#> 3219 VR2W-107823 -5.691883 56.49690 25 -#> 3220 VR2W-107823 -5.691883 56.49690 25 -#> 3221 VR2W-107823 -5.691883 56.49690 25 -#> 3222 VR2W-107823 -5.691883 56.49690 25 -#> 3223 VR2W-107823 -5.691883 56.49690 25 -#> 3224 VR2W-107823 -5.691883 56.49690 25 -#> 3225 VR2W-107823 -5.691883 56.49690 25 -#> 3226 VR2W-107823 -5.691883 56.49690 25 -#> 3227 VR2W-107823 -5.691883 56.49690 25 -#> 3228 VR2W-113141 -5.755900 56.51000 50 -#> 3229 VR2W-113141 -5.755900 56.51000 50 -#> 3230 VR2W-113141 -5.755900 56.51000 50 -#> 3231 VR2W-113141 -5.755900 56.51000 50 -#> 3232 VR2W-113141 -5.755900 56.51000 50 -#> 3233 VR2W-113141 -5.755900 56.51000 50 -#> 3234 VR2W-113141 -5.755900 56.51000 50 -#> 3235 VR2W-113141 -5.755900 56.51000 50 -#> 3236 VR2W-113141 -5.755900 56.51000 50 -#> 3237 VR2W-107823 -5.691883 56.49690 25 -#> 3238 VR2W-107823 -5.691883 56.49690 25 -#> 3239 VR2W-107823 -5.691883 56.49690 25 -#> 3240 VR2W-107823 -5.691883 56.49690 25 -#> 3241 VR2W-108160 -5.704867 56.48890 25 -#> 3242 VR2W-108160 -5.704867 56.48890 25 -#> 3243 VR2W-108160 -5.704867 56.48890 25 -#> 3244 VR2W-108160 -5.704867 56.48890 25 -#> 3245 VR2W-108160 -5.704867 56.48890 25 -#> 3246 VR2W-108160 -5.704867 56.48890 25 -#> 3247 VR2W-108160 -5.704867 56.48890 25 -#> 3248 VR2W-108160 -5.704867 56.48890 25 -#> 3249 VR2W-108160 -5.704867 56.48890 25 -#> 3250 VR2W-108160 -5.704867 56.48890 25 -#> 3251 VR2W-108160 -5.704867 56.48890 25 -#> 3252 VR2W-108160 -5.704867 56.48890 25 -#> 3253 VR2W-108160 -5.704867 56.48890 25 -#> 3254 VR2W-108160 -5.704867 56.48890 25 -#> 3255 VR2W-108160 -5.704867 56.48890 25 -#> 3256 VR2W-108160 -5.704867 56.48890 25 -#> 3257 VR2W-108160 -5.704867 56.48890 25 -#> 3258 VR2W-108160 -5.704867 56.48890 25 -#> 3259 VR2W-108160 -5.704867 56.48890 25 -#> 3260 VR2W-108160 -5.704867 56.48890 25 -#> 3261 VR2W-108160 -5.704867 56.48890 25 -#> 3262 VR2W-108160 -5.704867 56.48890 25 -#> 3263 VR2W-108160 -5.704867 56.48890 25 -#> 3264 VR2W-108160 -5.704867 56.48890 25 -#> 3265 VR2AR-546136 -5.665000 56.48650 105 -#> 3266 VR2AR-546136 -5.665000 56.48650 105 -#> 3267 VR2AR-546136 -5.665000 56.48650 105 -#> 3268 VR2AR-546136 -5.665000 56.48650 105 -#> 3269 VR2AR-546136 -5.665000 56.48650 105 -#> 3270 VR2AR-546136 -5.665000 56.48650 105 -#> 3271 VR2AR-546136 -5.665000 56.48650 105 -#> 3272 VR2AR-546136 -5.665000 56.48650 105 -#> 3273 VR2AR-546136 -5.665000 56.48650 105 -#> 3274 VR2AR-546136 -5.665000 56.48650 105 -#> 3275 VR2AR-546136 -5.665000 56.48650 105 -#> 3276 VR2AR-546136 -5.665000 56.48650 105 -#> 3277 VR2AR-546136 -5.665000 56.48650 105 -#> 3278 VR2AR-546136 -5.665000 56.48650 105 -#> 3279 VR2AR-546136 -5.665000 56.48650 105 -#> 3280 VR2AR-546136 -5.665000 56.48650 105 -#> 3281 VR2AR-546136 -5.665000 56.48650 105 -#> 3282 VR2AR-546136 -5.665000 56.48650 105 -#> 3283 VR2AR-546136 -5.665000 56.48650 105 -#> 3284 VR2AR-546136 -5.665000 56.48650 105 -#> 3285 VR2AR-546136 -5.665000 56.48650 105 -#> 3286 VR2AR-546136 -5.665000 56.48650 105 -#> 3287 VR2AR-546136 -5.665000 56.48650 105 -#> 3288 VR2AR-546136 -5.665000 56.48650 105 -#> 3289 VR2AR-546136 -5.665000 56.48650 105 -#> 3290 VR2AR-546136 -5.665000 56.48650 105 -#> 3291 VR2W-108160 -5.704867 56.48890 25 -#> 3292 VR2W-108160 -5.704867 56.48890 25 -#> 3293 VR2W-108160 -5.704867 56.48890 25 -#> 3294 VR2W-108160 -5.704867 56.48890 25 -#> 3295 VR2W-108160 -5.704867 56.48890 25 -#> 3296 VR2W-113141 -5.755900 56.51000 50 -#> 3297 VR2W-113141 -5.755900 56.51000 50 -#> 3298 VR2W-113141 -5.755900 56.51000 50 -#> 3299 VR2W-113141 -5.755900 56.51000 50 -#> 3300 VR2W-113141 -5.755900 56.51000 50 -#> 3301 VR2W-113141 -5.755900 56.51000 50 -#> 3302 VR2W-113141 -5.755900 56.51000 50 -#> 3303 VR2W-113141 -5.755900 56.51000 50 -#> 3304 VR2W-113141 -5.755900 56.51000 50 -#> 3305 VR2W-113141 -5.755900 56.51000 50 -#> 3306 VR2W-113141 -5.755900 56.51000 50 -#> 3307 VR2W-113141 -5.755900 56.51000 50 -#> 3308 VR2W-113141 -5.755900 56.51000 50 -#> 3309 VR2W-113141 -5.755900 56.51000 50 -#> 3310 VR2W-113141 -5.755900 56.51000 50 -#> 3311 VR2W-113141 -5.755900 56.51000 50 -#> 3312 VR2W-113141 -5.755900 56.51000 50 -#> 3313 VR2W-113141 -5.755900 56.51000 50 -#> 3314 VR2W-113141 -5.755900 56.51000 50 -#> 3315 VR2W-113141 -5.755900 56.51000 50 -#> 3316 VR2W-113141 -5.755900 56.51000 50 -#> 3317 VR2W-113141 -5.755900 56.51000 50 -#> 3318 VR2W-113141 -5.755900 56.51000 50 -#> 3319 VR2W-113141 -5.755900 56.51000 50 -#> 3320 VR2W-113141 -5.755900 56.51000 50 -#> 3321 VR2W-113141 -5.755900 56.51000 50 -#> 3322 VR2W-113141 -5.755900 56.51000 50 -#> 3323 VR2W-113141 -5.755900 56.51000 50 -#> 3324 VR2W-113141 -5.755900 56.51000 50 -#> 3325 VR2W-113141 -5.755900 56.51000 50 -#> 3326 VR2W-113141 -5.755900 56.51000 50 -#> 3327 VR2W-113141 -5.755900 56.51000 50 -#> 3328 VR2W-113141 -5.755900 56.51000 50 -#> 3329 VR2W-113141 -5.755900 56.51000 50 -#> 3330 VR2W-113141 -5.755900 56.51000 50 -#> 3331 VR2W-113141 -5.755900 56.51000 50 -#> 3332 VR2W-113141 -5.755900 56.51000 50 -#> 3333 VR2W-113141 -5.755900 56.51000 50 -#> 3334 VR2W-113141 -5.755900 56.51000 50 -#> 3335 VR2W-113141 -5.755900 56.51000 50 -#> 3336 VR2W-113141 -5.755900 56.51000 50 -#> 3337 VR2W-113141 -5.755900 56.51000 50 -#> 3338 VR2W-113141 -5.755900 56.51000 50 -#> 3339 VR2W-113141 -5.755900 56.51000 50 -#> 3340 VR2W-113141 -5.755900 56.51000 50 -#> 3341 VR2W-113141 -5.755900 56.51000 50 -#> 3342 VR2W-113141 -5.755900 56.51000 50 -#> 3343 VR2W-113141 -5.755900 56.51000 50 -#> 3344 VR2W-113141 -5.755900 56.51000 50 -#> 3345 VR2W-113141 -5.755900 56.51000 50 -#> 3346 VR2W-113141 -5.755900 56.51000 50 -#> 3347 VR2W-113141 -5.755900 56.51000 50 -#> 3348 VR2W-113141 -5.755900 56.51000 50 -#> 3349 VR2W-113141 -5.755900 56.51000 50 -#> 3350 VR2W-113141 -5.755900 56.51000 50 -#> 3351 VR2W-113141 -5.755900 56.51000 50 -#> 3352 VR2W-113141 -5.755900 56.51000 50 -#> 3353 VR2W-113141 -5.755900 56.51000 50 -#> 3354 VR2W-113141 -5.755900 56.51000 50 -#> 3355 VR2W-113141 -5.755900 56.51000 50 -#> 3356 VR2W-113141 -5.755900 56.51000 50 -#> 3357 VR2W-113141 -5.755900 56.51000 50 -#> 3358 VR2W-113141 -5.755900 56.51000 50 -#> 3359 VR2W-113141 -5.755900 56.51000 50 -#> 3360 VR2W-113141 -5.755900 56.51000 50 -#> 3361 VR2W-113141 -5.755900 56.51000 50 -#> 3362 VR2W-113141 -5.755900 56.51000 50 -#> 3363 VR2W-113141 -5.755900 56.51000 50 -#> 3364 VR2W-113141 -5.755900 56.51000 50 -#> 3365 VR2W-113141 -5.755900 56.51000 50 -#> 3366 VR2W-113141 -5.755900 56.51000 50 -#> 3367 VR2W-113141 -5.755900 56.51000 50 -#> 3368 VR2W-113141 -5.755900 56.51000 50 -#> 3369 VR2W-113141 -5.755900 56.51000 50 -#> 3370 VR2W-113141 -5.755900 56.51000 50 -#> 3371 VR2W-113141 -5.755900 56.51000 50 -#> 3372 VR2W-113141 -5.755900 56.51000 50 -#> 3373 VR2W-113141 -5.755900 56.51000 50 -#> 3374 VR2W-113141 -5.755900 56.51000 50 -#> 3375 VR2W-113141 -5.755900 56.51000 50 -#> 3376 VR2W-113141 -5.755900 56.51000 50 -#> 3377 VR2W-113141 -5.755900 56.51000 50 -#> 3378 VR2W-113141 -5.755900 56.51000 50 -#> 3379 VR2W-113141 -5.755900 56.51000 50 -#> 3380 VR2W-113141 -5.755900 56.51000 50 -#> 3381 VR2W-113141 -5.755900 56.51000 50 -#> 3382 VR2W-113141 -5.755900 56.51000 50 -#> 3383 VR2W-113141 -5.755900 56.51000 50 -#> 3384 VR2W-113141 -5.755900 56.51000 50 -#> 3385 VR2W-113141 -5.755900 56.51000 50 -#> 3386 VR2W-113141 -5.755900 56.51000 50 -#> 3387 VR2W-113141 -5.755900 56.51000 50 -#> 3388 VR2W-113141 -5.755900 56.51000 50 -#> 3389 VR2W-113141 -5.755900 56.51000 50 -#> 3390 VR2W-113141 -5.755900 56.51000 50 -#> 3391 VR2W-113141 -5.755900 56.51000 50 -#> 3392 VR2W-113141 -5.755900 56.51000 50 -#> 3393 VR2W-113141 -5.755900 56.51000 50 -#> 3394 VR2W-113141 -5.755900 56.51000 50 -#> 3395 VR2W-113141 -5.755900 56.51000 50 -#> 3396 VR2W-113141 -5.755900 56.51000 50 -#> 3397 VR2W-113141 -5.755900 56.51000 50 -#> 3398 VR2W-113141 -5.755900 56.51000 50 -#> 3399 VR2W-113141 -5.755900 56.51000 50 -#> 3400 VR2W-113141 -5.755900 56.51000 50 -#> 3401 VR2W-113141 -5.755900 56.51000 50 -#> 3402 VR2W-113141 -5.755900 56.51000 50 -#> 3403 VR2W-113141 -5.755900 56.51000 50 -#> 3404 VR2W-113141 -5.755900 56.51000 50 -#> 3405 VR2W-113141 -5.755900 56.51000 50 -#> 3406 VR2W-113141 -5.755900 56.51000 50 -#> 3407 VR2W-113141 -5.755900 56.51000 50 -#> 3408 VR2W-113141 -5.755900 56.51000 50 -#> 3409 VR2W-113141 -5.755900 56.51000 50 -#> 3410 VR2W-113141 -5.755900 56.51000 50 -#> 3411 VR2W-113141 -5.755900 56.51000 50 -#> 3412 VR2W-113141 -5.755900 56.51000 50 -#> 3413 VR2W-113141 -5.755900 56.51000 50 -#> 3414 VR2W-113141 -5.755900 56.51000 50 -#> 3415 VR2W-113141 -5.755900 56.51000 50 -#> 3416 VR2W-113141 -5.755900 56.51000 50 -#> 3417 VR2W-113141 -5.755900 56.51000 50 -#> 3418 VR2W-113141 -5.755900 56.51000 50 -#> 3419 VR2W-113141 -5.755900 56.51000 50 -#> 3420 VR2W-113141 -5.755900 56.51000 50 -#> 3421 VR2W-113141 -5.755900 56.51000 50 -#> 3422 VR2W-113141 -5.755900 56.51000 50 -#> 3423 VR2W-113141 -5.755900 56.51000 50 -#> 3424 VR2W-113141 -5.755900 56.51000 50 -#> 3425 VR2W-113141 -5.755900 56.51000 50 -#> 3426 VR2W-113141 -5.755900 56.51000 50 -#> 3427 VR2W-113141 -5.755900 56.51000 50 -#> 3428 VR2W-113141 -5.755900 56.51000 50 -#> 3429 VR2W-113141 -5.755900 56.51000 50 -#> 3430 VR2W-113141 -5.755900 56.51000 50 -#> 3431 VR2W-113141 -5.755900 56.51000 50 -#> 3432 VR2W-113141 -5.755900 56.51000 50 -#> 3433 VR2W-113141 -5.755900 56.51000 50 -#> 3434 VR2W-113141 -5.755900 56.51000 50 -#> 3435 VR2W-113141 -5.755900 56.51000 50 -#> 3436 VR2W-113141 -5.755900 56.51000 50 -#> 3437 VR2W-113141 -5.755900 56.51000 50 -#> 3438 VR2W-113141 -5.755900 56.51000 50 -#> 3439 VR2W-113141 -5.755900 56.51000 50 -#> 3440 VR2W-113141 -5.755900 56.51000 50 -#> 3441 VR2W-113141 -5.755900 56.51000 50 -#> 3442 VR2W-113141 -5.755900 56.51000 50 -#> 3443 VR2W-113141 -5.755900 56.51000 50 -#> 3444 VR2W-113141 -5.755900 56.51000 50 -#> 3445 VR2W-113141 -5.755900 56.51000 50 -#> 3446 VR2W-113141 -5.755900 56.51000 50 -#> 3447 VR2W-113141 -5.755900 56.51000 50 -#> 3448 VR2W-113141 -5.755900 56.51000 50 -#> 3449 VR2W-113141 -5.755900 56.51000 50 -#> 3450 VR2W-113141 -5.755900 56.51000 50 -#> 3451 VR2W-113141 -5.755900 56.51000 50 -#> 3452 VR2W-113141 -5.755900 56.51000 50 -#> 3453 VR2W-113141 -5.755900 56.51000 50 -#> 3454 VR2W-113141 -5.755900 56.51000 50 -#> 3455 VR2W-113141 -5.755900 56.51000 50 -#> 3456 VR2W-113141 -5.755900 56.51000 50 -#> 3457 VR2W-113141 -5.755900 56.51000 50 -#> 3458 VR2W-113141 -5.755900 56.51000 50 -#> 3459 VR2W-113141 -5.755900 56.51000 50 -#> 3460 VR2W-113141 -5.755900 56.51000 50 -#> 3461 VR2W-113141 -5.755900 56.51000 50 -#> 3462 VR2W-113141 -5.755900 56.51000 50 -#> 3463 VR2W-113141 -5.755900 56.51000 50 -#> 3464 VR2W-113141 -5.755900 56.51000 50 -#> 3465 VR2W-113141 -5.755900 56.51000 50 -#> 3466 VR2W-113141 -5.755900 56.51000 50 -#> 3467 VR2W-113141 -5.755900 56.51000 50 -#> 3468 VR2W-113141 -5.755900 56.51000 50 -#> 3469 VR2W-113141 -5.755900 56.51000 50 -#> 3470 VR2W-113141 -5.755900 56.51000 50 -#> 3471 VR2W-113141 -5.755900 56.51000 50 -#> 3472 VR2W-113141 -5.755900 56.51000 50 -#> 3473 VR2W-113141 -5.755900 56.51000 50 -#> 3474 VR2W-113141 -5.755900 56.51000 50 -#> 3475 VR2W-113141 -5.755900 56.51000 50 -#> 3476 VR2W-113141 -5.755900 56.51000 50 -#> 3477 VR2W-113141 -5.755900 56.51000 50 -#> 3478 VR2W-113141 -5.755900 56.51000 50 -#> 3479 VR2W-113141 -5.755900 56.51000 50 -#> 3480 VR2W-113141 -5.755900 56.51000 50 -#> 3481 VR2W-113141 -5.755900 56.51000 50 -#> 3482 VR2W-113141 -5.755900 56.51000 50 -#> 3483 VR2W-113141 -5.755900 56.51000 50 -#> 3484 VR2W-113141 -5.755900 56.51000 50 -#> 3485 VR2W-113141 -5.755900 56.51000 50 -#> 3486 VR2W-113141 -5.755900 56.51000 50 -#> 3487 VR2W-113141 -5.755900 56.51000 50 -#> 3488 VR2W-113141 -5.755900 56.51000 50 -#> 3489 VR2W-113141 -5.755900 56.51000 50 -#> 3490 VR2W-113141 -5.755900 56.51000 50 -#> 3491 VR2W-113141 -5.755900 56.51000 50 -#> 3492 VR2W-113141 -5.755900 56.51000 50 -#> 3493 VR2W-113141 -5.755900 56.51000 50 -#> 3494 VR2W-113141 -5.755900 56.51000 50 -#> 3495 VR2W-113141 -5.755900 56.51000 50 -#> 3496 VR2W-113141 -5.755900 56.51000 50 -#> 3497 VR2W-113141 -5.755900 56.51000 50 -#> 3498 VR2W-113141 -5.755900 56.51000 50 -#> 3499 VR2W-113141 -5.755900 56.51000 50 -#> 3500 VR2W-113141 -5.755900 56.51000 50 -#> 3501 VR2W-113141 -5.755900 56.51000 50 -#> 3502 VR2W-113141 -5.755900 56.51000 50 -#> 3503 VR2W-113141 -5.755900 56.51000 50 -#> 3504 VR2W-113141 -5.755900 56.51000 50 -#> 3505 VR2W-113141 -5.755900 56.51000 50 -#> 3506 VR2W-113141 -5.755900 56.51000 50 -#> 3507 VR2W-113141 -5.755900 56.51000 50 -#> 3508 VR2W-113141 -5.755900 56.51000 50 -#> 3509 VR2W-113141 -5.755900 56.51000 50 -#> 3510 VR2W-113141 -5.755900 56.51000 50 -#> 3511 VR2W-113141 -5.755900 56.51000 50 -#> 3512 VR2W-113141 -5.755900 56.51000 50 -#> 3513 VR2W-113141 -5.755900 56.51000 50 -#> 3514 VR2W-113141 -5.755900 56.51000 50 -#> 3515 VR2W-113141 -5.755900 56.51000 50 -#> 3516 VR2W-113141 -5.755900 56.51000 50 -#> 3517 VR2W-113141 -5.755900 56.51000 50 -#> 3518 VR2W-113141 -5.755900 56.51000 50 -#> 3519 VR2W-113141 -5.755900 56.51000 50 -#> 3520 VR2W-113141 -5.755900 56.51000 50 -#> 3521 VR2W-113141 -5.755900 56.51000 50 -#> 3522 VR2W-113141 -5.755900 56.51000 50 -#> 3523 VR2W-113141 -5.755900 56.51000 50 -#> 3524 VR2W-113141 -5.755900 56.51000 50 -#> 3525 VR2W-113141 -5.755900 56.51000 50 -#> 3526 VR2W-113141 -5.755900 56.51000 50 -#> 3527 VR2W-113141 -5.755900 56.51000 50 -#> 3528 VR2W-113141 -5.755900 56.51000 50 -#> 3529 VR2W-113141 -5.755900 56.51000 50 -#> 3530 VR2W-113141 -5.755900 56.51000 50 -#> 3531 VR2W-113141 -5.755900 56.51000 50 -#> 3532 VR2W-113141 -5.755900 56.51000 50 -#> 3533 VR2W-113141 -5.755900 56.51000 50 -#> 3534 VR2W-113141 -5.755900 56.51000 50 -#> 3535 VR2W-113141 -5.755900 56.51000 50 -#> 3536 VR2W-113141 -5.755900 56.51000 50 -#> 3537 VR2W-113141 -5.755900 56.51000 50 -#> 3538 VR2W-113141 -5.755900 56.51000 50 -#> 3539 VR2W-113141 -5.755900 56.51000 50 -#> 3540 VR2W-113141 -5.755900 56.51000 50 -#> 3541 VR2W-113141 -5.755900 56.51000 50 -#> 3542 VR2W-113141 -5.755900 56.51000 50 -#> 3543 VR2W-113141 -5.755900 56.51000 50 -#> 3544 VR2W-113141 -5.755900 56.51000 50 -#> 3545 VR2W-113141 -5.755900 56.51000 50 -#> 3546 VR2W-113141 -5.755900 56.51000 50 -#> 3547 VR2W-113141 -5.755900 56.51000 50 -#> 3548 VR2W-113141 -5.755900 56.51000 50 -#> 3549 VR2W-113141 -5.755900 56.51000 50 -#> 3550 VR2W-113141 -5.755900 56.51000 50 -#> 3551 VR2W-113141 -5.755900 56.51000 50 -#> 3552 VR2W-113141 -5.755900 56.51000 50 -#> 3553 VR2W-113141 -5.755900 56.51000 50 -#> 3554 VR2W-113141 -5.755900 56.51000 50 -#> 3555 VR2W-113141 -5.755900 56.51000 50 -#> 3556 VR2W-113141 -5.755900 56.51000 50 -#> 3557 VR2W-113141 -5.755900 56.51000 50 -#> 3558 VR2W-113141 -5.755900 56.51000 50 -#> 3559 VR2W-113141 -5.755900 56.51000 50 -#> 3560 VR2W-113141 -5.755900 56.51000 50 -#> 3561 VR2W-113141 -5.755900 56.51000 50 -#> 3562 VR2W-113141 -5.755900 56.51000 50 -#> 3563 VR2W-113141 -5.755900 56.51000 50 -#> 3564 VR2W-113141 -5.755900 56.51000 50 -#> 3565 VR2W-113141 -5.755900 56.51000 50 -#> 3566 VR2W-113141 -5.755900 56.51000 50 -#> 3567 VR2W-113141 -5.755900 56.51000 50 -#> 3568 VR2W-113141 -5.755900 56.51000 50 -#> 3569 VR2W-113141 -5.755900 56.51000 50 -#> 3570 VR2W-113141 -5.755900 56.51000 50 -#> 3571 VR2W-113141 -5.755900 56.51000 50 -#> 3572 VR2W-113141 -5.755900 56.51000 50 -#> 3573 VR2W-113141 -5.755900 56.51000 50 -#> 3574 VR2W-113141 -5.755900 56.51000 50 -#> 3575 VR2W-113141 -5.755900 56.51000 50 -#> 3576 VR2W-113141 -5.755900 56.51000 50 -#> 3577 VR2W-113141 -5.755900 56.51000 50 -#> 3578 VR2W-113141 -5.755900 56.51000 50 -#> 3579 VR2W-113141 -5.755900 56.51000 50 -#> 3580 VR2W-113141 -5.755900 56.51000 50 -#> 3581 VR2W-113141 -5.755900 56.51000 50 -#> 3582 VR2W-113141 -5.755900 56.51000 50 -#> 3583 VR2W-113141 -5.755900 56.51000 50 -#> 3584 VR2W-113141 -5.755900 56.51000 50 -#> 3585 VR2W-113141 -5.755900 56.51000 50 -#> 3586 VR2W-113141 -5.755900 56.51000 50 -#> 3587 VR2W-113141 -5.755900 56.51000 50 -#> 3588 VR2W-113141 -5.755900 56.51000 50 -#> 3589 VR2W-113141 -5.755900 56.51000 50 -#> 3590 VR2W-113141 -5.755900 56.51000 50 -#> 3591 VR2W-113141 -5.755900 56.51000 50 -#> 3592 VR2W-113141 -5.755900 56.51000 50 -#> 3593 VR2W-113141 -5.755900 56.51000 50 -#> 3594 VR2W-113141 -5.755900 56.51000 50 -#> 3595 VR2W-113141 -5.755900 56.51000 50 -#> 3596 VR2W-113141 -5.755900 56.51000 50 -#> 3597 VR2W-113141 -5.755900 56.51000 50 -#> 3598 VR2W-113141 -5.755900 56.51000 50 -#> 3599 VR2W-113141 -5.755900 56.51000 50 -#> 3600 VR2W-113141 -5.755900 56.51000 50 -#> 3601 VR2W-113141 -5.755900 56.51000 50 -#> 3602 VR2W-113141 -5.755900 56.51000 50 -#> 3603 VR2W-113141 -5.755900 56.51000 50 -#> 3604 VR2W-113141 -5.755900 56.51000 50 -#> 3605 VR2W-113141 -5.755900 56.51000 50 -#> 3606 VR2W-113141 -5.755900 56.51000 50 -#> 3607 VR2W-113141 -5.755900 56.51000 50 -#> 3608 VR2W-113141 -5.755900 56.51000 50 -#> 3609 VR2W-113141 -5.755900 56.51000 50 -#> 3610 VR2W-113141 -5.755900 56.51000 50 -#> 3611 VR2W-113141 -5.755900 56.51000 50 -#> 3612 VR2W-113141 -5.755900 56.51000 50 -#> 3613 VR2W-113141 -5.755900 56.51000 50 -#> 3614 VR2W-113141 -5.755900 56.51000 50 -#> 3615 VR2W-113141 -5.755900 56.51000 50 -#> 3616 VR2W-113141 -5.755900 56.51000 50 -#> 3617 VR2W-113141 -5.755900 56.51000 50 -#> 3618 VR2W-113141 -5.755900 56.51000 50 -#> 3619 VR2W-113141 -5.755900 56.51000 50 -#> 3620 VR2W-113141 -5.755900 56.51000 50 -#> 3621 VR2W-113141 -5.755900 56.51000 50 -#> 3622 VR2W-113141 -5.755900 56.51000 50 -#> 3623 VR2W-113141 -5.755900 56.51000 50 -#> 3624 VR2W-113141 -5.755900 56.51000 50 -#> 3625 VR2W-113141 -5.755900 56.51000 50 -#> 3626 VR2W-113141 -5.755900 56.51000 50 -#> 3627 VR2W-113141 -5.755900 56.51000 50 -#> 3628 VR2W-113141 -5.755900 56.51000 50 -#> 3629 VR2W-113141 -5.755900 56.51000 50 -#> 3630 VR2W-113141 -5.755900 56.51000 50 -#> 3631 VR2W-113141 -5.755900 56.51000 50 -#> 3632 VR2W-113141 -5.755900 56.51000 50 -#> 3633 VR2W-113141 -5.755900 56.51000 50 -#> 3634 VR2W-113141 -5.755900 56.51000 50 -#> 3635 VR2W-113141 -5.755900 56.51000 50 -#> 3636 VR2W-113141 -5.755900 56.51000 50 -#> 3637 VR2W-113141 -5.755900 56.51000 50 -#> 3638 VR2W-113141 -5.755900 56.51000 50 -#> 3639 VR2W-113141 -5.755900 56.51000 50 -#> 3640 VR2W-113141 -5.755900 56.51000 50 -#> 3641 VR2W-113141 -5.755900 56.51000 50 -#> 3642 VR2W-113141 -5.755900 56.51000 50 -#> 3643 VR2W-113141 -5.755900 56.51000 50 -#> 3644 VR2W-113141 -5.755900 56.51000 50 -#> 3645 VR2W-113141 -5.755900 56.51000 50 -#> 3646 VR2W-113141 -5.755900 56.51000 50 -#> 3647 VR2W-113141 -5.755900 56.51000 50 -#> 3648 VR2W-113141 -5.755900 56.51000 50 -#> 3649 VR2W-113141 -5.755900 56.51000 50 -#> 3650 VR2W-113141 -5.755900 56.51000 50 -#> 3651 VR2W-113141 -5.755900 56.51000 50 -#> 3652 VR2W-113141 -5.755900 56.51000 50 -#> 3653 VR2W-113141 -5.755900 56.51000 50 -#> 3654 VR2W-113141 -5.755900 56.51000 50 -#> 3655 VR2W-113141 -5.755900 56.51000 50 -#> 3656 VR2W-113141 -5.755900 56.51000 50 -#> 3657 VR2W-113141 -5.755900 56.51000 50 -#> 3658 VR2W-113141 -5.755900 56.51000 50 -#> 3659 VR2W-113141 -5.755900 56.51000 50 -#> 3660 VR2W-113141 -5.755900 56.51000 50 -#> 3661 VR2W-113141 -5.755900 56.51000 50 -#> 3662 VR2W-113141 -5.755900 56.51000 50 -#> 3663 VR2W-113141 -5.755900 56.51000 50 -#> 3664 VR2W-113141 -5.755900 56.51000 50 -#> 3665 VR2W-113141 -5.755900 56.51000 50 -#> 3666 VR2W-113141 -5.755900 56.51000 50 -#> 3667 VR2W-113141 -5.755900 56.51000 50 -#> 3668 VR2W-113141 -5.755900 56.51000 50 -#> 3669 VR2W-113141 -5.755900 56.51000 50 -#> 3670 VR2W-113141 -5.755900 56.51000 50 -#> 3671 VR2W-113141 -5.755900 56.51000 50 -#> 3672 VR2W-113141 -5.755900 56.51000 50 -#> 3673 VR2W-113141 -5.755900 56.51000 50 -#> 3674 VR2W-113141 -5.755900 56.51000 50 -#> 3675 VR2W-113141 -5.755900 56.51000 50 -#> 3676 VR2W-113141 -5.755900 56.51000 50 -#> 3677 VR2W-113141 -5.755900 56.51000 50 -#> 3678 VR2W-113141 -5.755900 56.51000 50 -#> 3679 VR2W-113141 -5.755900 56.51000 50 -#> 3680 VR2W-113141 -5.755900 56.51000 50 -#> 3681 VR2W-113141 -5.755900 56.51000 50 -#> 3682 VR2W-113141 -5.755900 56.51000 50 -#> 3683 VR2W-113141 -5.755900 56.51000 50 -#> 3684 VR2W-113141 -5.755900 56.51000 50 -#> 3685 VR2W-113141 -5.755900 56.51000 50 -#> 3686 VR2W-113141 -5.755900 56.51000 50 -#> 3687 VR2W-113141 -5.755900 56.51000 50 -#> 3688 VR2W-113141 -5.755900 56.51000 50 -#> 3689 VR2W-113141 -5.755900 56.51000 50 -#> 3690 VR2W-113141 -5.755900 56.51000 50 -#> 3691 VR2W-113141 -5.755900 56.51000 50 -#> 3692 VR2W-113141 -5.755900 56.51000 50 -#> 3693 VR2W-113141 -5.755900 56.51000 50 -#> 3694 VR2W-113141 -5.755900 56.51000 50 -#> 3695 VR2W-113141 -5.755900 56.51000 50 -#> 3696 VR2W-113141 -5.755900 56.51000 50 -#> 3697 VR2W-113141 -5.755900 56.51000 50 -#> 3698 VR2W-113141 -5.755900 56.51000 50 -#> 3699 VR2W-113141 -5.755900 56.51000 50 -#> 3700 VR2W-113141 -5.755900 56.51000 50 -#> 3701 VR2W-113141 -5.755900 56.51000 50 -#> 3702 VR2W-113141 -5.755900 56.51000 50 -#> 3703 VR2W-113141 -5.755900 56.51000 50 -#> 3704 VR2W-113141 -5.755900 56.51000 50 -#> 3705 VR2W-113141 -5.755900 56.51000 50 -#> 3706 VR2W-113141 -5.755900 56.51000 50 -#> 3707 VR2W-113141 -5.755900 56.51000 50 -#> 3708 VR2W-113141 -5.755900 56.51000 50 -#> 3709 VR2W-113141 -5.755900 56.51000 50 -#> 3710 VR2W-113141 -5.755900 56.51000 50 -#> 3711 VR2W-113141 -5.755900 56.51000 50 -#> 3712 VR2W-113141 -5.755900 56.51000 50 -#> 3713 VR2W-113141 -5.755900 56.51000 50 -#> 3714 VR2W-113141 -5.755900 56.51000 50 -#> 3715 VR2W-113141 -5.755900 56.51000 50 -#> 3716 VR2W-113141 -5.755900 56.51000 50 -#> 3717 VR2W-113141 -5.755900 56.51000 50 -#> 3718 VR2W-113141 -5.755900 56.51000 50 -#> 3719 VR2W-113141 -5.755900 56.51000 50 -#> 3720 VR2W-113141 -5.755900 56.51000 50 -#> 3721 VR2W-113141 -5.755900 56.51000 50 -#> 3722 VR2W-113141 -5.755900 56.51000 50 -#> 3723 VR2W-113141 -5.755900 56.51000 50 -#> 3724 VR2W-113141 -5.755900 56.51000 50 -#> 3725 VR2W-113141 -5.755900 56.51000 50 -#> 3726 VR2W-113141 -5.755900 56.51000 50 -#> 3727 VR2W-113141 -5.755900 56.51000 50 -#> 3728 VR2W-113141 -5.755900 56.51000 50 -#> 3729 VR2W-113141 -5.755900 56.51000 50 -#> 3730 VR2W-113141 -5.755900 56.51000 50 -#> 3731 VR2W-113141 -5.755900 56.51000 50 -#> 3732 VR2W-113141 -5.755900 56.51000 50 -#> 3733 VR2W-113141 -5.755900 56.51000 50 -#> 3734 VR2W-113141 -5.755900 56.51000 50 -#> 3735 VR2W-113141 -5.755900 56.51000 50 -#> 3736 VR2W-113141 -5.755900 56.51000 50 -#> 3737 VR2W-113141 -5.755900 56.51000 50 -#> 3738 VR2W-113141 -5.755900 56.51000 50 -#> 3739 VR2W-113141 -5.755900 56.51000 50 -#> 3740 VR2W-113141 -5.755900 56.51000 50 -#> 3741 VR2W-113141 -5.755900 56.51000 50 -#> 3742 VR2W-113141 -5.755900 56.51000 50 -#> 3743 VR2W-113141 -5.755900 56.51000 50 -#> 3744 VR2W-113141 -5.755900 56.51000 50 -#> 3745 VR2W-113141 -5.755900 56.51000 50 -#> 3746 VR2W-113141 -5.755900 56.51000 50 -#> 3747 VR2W-113141 -5.755900 56.51000 50 -#> 3748 VR2W-113141 -5.755900 56.51000 50 -#> 3749 VR2W-113141 -5.755900 56.51000 50 -#> 3750 VR2W-113141 -5.755900 56.51000 50 -#> 3751 VR2W-113141 -5.755900 56.51000 50 -#> 3752 VR2W-113141 -5.755900 56.51000 50 -#> 3753 VR2W-113141 -5.755900 56.51000 50 -#> 3754 VR2W-113141 -5.755900 56.51000 50 -#> 3755 VR2W-113141 -5.755900 56.51000 50 -#> 3756 VR2W-113141 -5.755900 56.51000 50 -#> 3757 VR2W-113141 -5.755900 56.51000 50 -#> 3758 VR2W-113141 -5.755900 56.51000 50 -#> 3759 VR2W-113141 -5.755900 56.51000 50 -#> 3760 VR2W-113141 -5.755900 56.51000 50 -#> 3761 VR2W-113141 -5.755900 56.51000 50 -#> 3762 VR2W-113141 -5.755900 56.51000 50 -#> 3763 VR2W-113141 -5.755900 56.51000 50 -#> 3764 VR2W-113141 -5.755900 56.51000 50 -#> 3765 VR2W-113141 -5.755900 56.51000 50 -#> 3766 VR2W-113141 -5.755900 56.51000 50 -#> 3767 VR2W-113141 -5.755900 56.51000 50 -#> 3768 VR2W-113141 -5.755900 56.51000 50 -#> 3769 VR2W-113141 -5.755900 56.51000 50 -#> 3770 VR2W-113141 -5.755900 56.51000 50 -#> 3771 VR2W-113141 -5.755900 56.51000 50 -#> 3772 VR2W-113141 -5.755900 56.51000 50 -#> 3773 VR2W-113141 -5.755900 56.51000 50 -#> 3774 VR2W-113141 -5.755900 56.51000 50 -#> 3775 VR2W-113141 -5.755900 56.51000 50 -#> 3776 VR2W-113141 -5.755900 56.51000 50 -#> 3777 VR2W-113141 -5.755900 56.51000 50 -#> 3778 VR2W-113141 -5.755900 56.51000 50 -#> 3779 VR2W-113141 -5.755900 56.51000 50 -#> 3780 VR2W-113141 -5.755900 56.51000 50 -#> 3781 VR2W-113141 -5.755900 56.51000 50 -#> 3782 VR2W-113141 -5.755900 56.51000 50 -#> 3783 VR2W-113141 -5.755900 56.51000 50 -#> 3784 VR2W-113141 -5.755900 56.51000 50 -#> 3785 VR2W-113141 -5.755900 56.51000 50 -#> 3786 VR2W-113141 -5.755900 56.51000 50 -#> 3787 VR2W-113141 -5.755900 56.51000 50 -#> 3788 VR2W-113141 -5.755900 56.51000 50 -#> 3789 VR2W-113141 -5.755900 56.51000 50 -#> 3790 VR2W-113141 -5.755900 56.51000 50 -#> 3791 VR2W-113141 -5.755900 56.51000 50 -#> 3792 VR2W-113141 -5.755900 56.51000 50 -#> 3793 VR2W-113141 -5.755900 56.51000 50 -#> 3794 VR2W-113141 -5.755900 56.51000 50 -#> 3795 VR2W-113141 -5.755900 56.51000 50 -#> 3796 VR2W-113141 -5.755900 56.51000 50 -#> 3797 VR2W-113141 -5.755900 56.51000 50 -#> 3798 VR2W-113141 -5.755900 56.51000 50 -#> 3799 VR2W-113141 -5.755900 56.51000 50 -#> 3800 VR2W-113141 -5.755900 56.51000 50 -#> 3801 VR2W-113141 -5.755900 56.51000 50 -#> 3802 VR2W-113141 -5.755900 56.51000 50 -#> 3803 VR2W-113141 -5.755900 56.51000 50 -#> 3804 VR2W-113141 -5.755900 56.51000 50 -#> 3805 VR2W-113141 -5.755900 56.51000 50 -#> 3806 VR2W-113141 -5.755900 56.51000 50 -#> 3807 VR2W-113141 -5.755900 56.51000 50 -#> 3808 VR2W-113141 -5.755900 56.51000 50 -#> 3809 VR2W-113141 -5.755900 56.51000 50 -#> 3810 VR2W-113141 -5.755900 56.51000 50 -#> 3811 VR2W-113141 -5.755900 56.51000 50 -#> 3812 VR2W-113141 -5.755900 56.51000 50 -#> 3813 VR2W-113141 -5.755900 56.51000 50 -#> 3814 VR2W-113141 -5.755900 56.51000 50 -#> 3815 VR2W-113141 -5.755900 56.51000 50 -#> 3816 VR2W-113141 -5.755900 56.51000 50 -#> 3817 VR2W-113141 -5.755900 56.51000 50 -#> 3818 VR2W-113141 -5.755900 56.51000 50 -#> 3819 VR2W-113141 -5.755900 56.51000 50 -#> 3820 VR2W-113141 -5.755900 56.51000 50 -#> 3821 VR2W-113141 -5.755900 56.51000 50 -#> 3822 VR2W-113141 -5.755900 56.51000 50 -#> 3823 VR2W-113141 -5.755900 56.51000 50 -#> 3824 VR2W-113141 -5.755900 56.51000 50 -#> 3825 VR2W-113141 -5.755900 56.51000 50 -#> 3826 VR2W-113141 -5.755900 56.51000 50 -#> 3827 VR2W-113141 -5.755900 56.51000 50 -#> 3828 VR2W-113141 -5.755900 56.51000 50 -#> 3829 VR2W-113141 -5.755900 56.51000 50 -#> 3830 VR2W-113141 -5.755900 56.51000 50 -#> 3831 VR2W-113141 -5.755900 56.51000 50 -#> 3832 VR2W-113141 -5.755900 56.51000 50 -#> 3833 VR2W-113141 -5.755900 56.51000 50 -#> 3834 VR2W-108160 -5.704867 56.48890 25 -#> 3835 VR2W-108160 -5.704867 56.48890 25 -#> 3836 VR2W-108160 -5.704867 56.48890 25 -#> 3837 VR2W-108160 -5.704867 56.48890 25 -#> 3838 VR2W-108160 -5.704867 56.48890 25 -#> 3839 VR2W-108160 -5.704867 56.48890 25 -#> 3840 VR2W-108160 -5.704867 56.48890 25 -#> 3841 VR2W-108160 -5.704867 56.48890 25 -#> 3842 VR2W-108160 -5.704867 56.48890 25 -#> 3843 VR2W-108160 -5.704867 56.48890 25 -#> 3844 VR2W-108160 -5.704867 56.48890 25 -#> 3845 VR2W-108160 -5.704867 56.48890 25 -#> 3846 VR2W-108160 -5.704867 56.48890 25 -#> 3847 VR2W-108160 -5.704867 56.48890 25 -#> 3848 VR2AR-546136 -5.665000 56.48650 105 -#> 3849 VR2AR-546136 -5.665000 56.48650 105 -#> 3850 VR2AR-546136 -5.665000 56.48650 105 -#> 3851 VR2AR-546136 -5.665000 56.48650 105 -#> 3852 VR2AR-546136 -5.665000 56.48650 105 -#> 3853 VR2AR-546136 -5.665000 56.48650 105 -#> 3854 VR2AR-546136 -5.665000 56.48650 105 -#> 3855 VR2AR-546136 -5.665000 56.48650 105 -#> 3856 VR2AR-546136 -5.665000 56.48650 105 -#> 3857 VR2AR-546136 -5.665000 56.48650 105 -#> 3858 VR2AR-546136 -5.665000 56.48650 105 -#> 3859 VR2AR-546136 -5.665000 56.48650 105 -#> 3860 VR2AR-546136 -5.665000 56.48650 105 -#> 3861 VR2AR-546136 -5.665000 56.48650 105 -#> 3862 VR2AR-546136 -5.665000 56.48650 105 -#> 3863 VR2AR-546136 -5.665000 56.48650 105 -#> 3864 VR2AR-546136 -5.665000 56.48650 105 -#> 3865 VR2AR-546136 -5.665000 56.48650 105 -#> 3866 VR2AR-546136 -5.665000 56.48650 105 -#> 3867 VR2AR-546136 -5.665000 56.48650 105 -#> 3868 VR2AR-546136 -5.665000 56.48650 105 -#> 3869 VR2AR-546136 -5.665000 56.48650 105 -#> 3870 VR2AR-546136 -5.665000 56.48650 105 -#> 3871 VR2AR-546136 -5.665000 56.48650 105 -#> 3872 VR2AR-546136 -5.665000 56.48650 105 -#> 3873 VR2AR-546136 -5.665000 56.48650 105 -#> 3874 VR2AR-546136 -5.665000 56.48650 105 -#> 3875 VR2AR-546136 -5.665000 56.48650 105 -#> 3876 VR2W-108160 -5.704867 56.48890 25 -#> 3877 VR2W-108160 -5.704867 56.48890 25 -#> 3878 VR2W-108160 -5.704867 56.48890 25 -#> 3879 VR2W-108160 -5.704867 56.48890 25 -#> 3880 VR2W-108160 -5.704867 56.48890 25 -#> 3881 VR2W-108160 -5.704867 56.48890 25 -#> 3882 VR2W-108160 -5.704867 56.48890 25 -#> 3883 VR2W-108160 -5.704867 56.48890 25 -#> 3884 VR2W-108160 -5.704867 56.48890 25 -#> 3885 VR2W-108160 -5.704867 56.48890 25 -#> 3886 VR2W-108160 -5.704867 56.48890 25 -#> 3887 VR2W-108160 -5.704867 56.48890 25 -#> 3888 VR2W-108160 -5.704867 56.48890 25 -#> 3889 VR2W-108160 -5.704867 56.48890 25 -#> 3890 VR2W-108160 -5.704867 56.48890 25 -#> 3891 VR2W-108160 -5.704867 56.48890 25 -#> 3892 VR2W-108160 -5.704867 56.48890 25 -#> 3893 VR2W-108160 -5.704867 56.48890 25 -#> 3894 VR2W-108160 -5.704867 56.48890 25 -#> 3895 VR2W-108160 -5.704867 56.48890 25 -#> 3896 VR2W-108160 -5.704867 56.48890 25 -#> 3897 VR2W-108160 -5.704867 56.48890 25 -#> 3898 VR2W-108160 -5.704867 56.48890 25 -#> 3899 VR2W-108160 -5.704867 56.48890 25 -#> 3900 VR2W-108160 -5.704867 56.48890 25 -#> 3901 VR2W-108160 -5.704867 56.48890 25 -#> 3902 VR2W-108160 -5.704867 56.48890 25 -#> 3903 VR2W-108160 -5.704867 56.48890 25 -#> 3904 VR2W-108160 -5.704867 56.48890 25 -#> 3905 VR2W-108160 -5.704867 56.48890 25 -#> 3906 VR2W-108160 -5.704867 56.48890 25 -#> 3907 VR2W-108160 -5.704867 56.48890 25 -#> 3908 VR2W-108160 -5.704867 56.48890 25 -#> 3909 VR2W-108160 -5.704867 56.48890 25 -#> 3910 VR2W-108160 -5.704867 56.48890 25 -#> 3911 VR2W-108160 -5.704867 56.48890 25 -#> 3912 VR2W-108160 -5.704867 56.48890 25 -#> 3913 VR2W-108160 -5.704867 56.48890 25 -#> 3914 VR2W-108160 -5.704867 56.48890 25 -#> 3915 VR2W-108160 -5.704867 56.48890 25 -#> 3916 VR2W-108160 -5.704867 56.48890 25 -#> 3917 VR2W-108160 -5.704867 56.48890 25 -#> 3918 VR2AR-546136 -5.665000 56.48650 105 -#> 3919 VR2AR-546136 -5.665000 56.48650 105 -#> 3920 VR2AR-546136 -5.665000 56.48650 105 -#> 3921 VR2AR-546136 -5.665000 56.48650 105 -#> 3922 VR2AR-546136 -5.665000 56.48650 105 -#> 3923 VR2AR-546136 -5.665000 56.48650 105 -#> 3924 VR2AR-546136 -5.665000 56.48650 105 -#> 3925 VR2AR-546136 -5.665000 56.48650 105 -#> 3926 VR2AR-546136 -5.665000 56.48650 105 -#> 3927 VR2AR-546136 -5.665000 56.48650 105 -#> 3928 VR2AR-546136 -5.665000 56.48650 105 -#> 3929 VR2AR-546136 -5.665000 56.48650 105 -#> 3930 VR2AR-546136 -5.665000 56.48650 105 -#> 3931 VR2W-113141 -5.755900 56.51000 50 -#> 3932 VR2W-113141 -5.755900 56.51000 50 -#> 3933 VR2W-113141 -5.755900 56.51000 50 -#> 3934 VR2W-113141 -5.755900 56.51000 50 -#> 3935 VR2W-113141 -5.755900 56.51000 50 -#> 3936 VR2W-113141 -5.755900 56.51000 50 -#> 3937 VR2W-113141 -5.755900 56.51000 50 -#> 3938 VR2W-113141 -5.755900 56.51000 50 -#> 3939 VR2W-113141 -5.755900 56.51000 50 -#> 3940 VR2W-113141 -5.755900 56.51000 50 -#> 3941 VR2W-113141 -5.755900 56.51000 50 -#> 3942 VR2W-113141 -5.755900 56.51000 50 -#> 3943 VR2W-113141 -5.755900 56.51000 50 -#> 3944 VR2W-113141 -5.755900 56.51000 50 -#> 3945 VR2W-113141 -5.755900 56.51000 50 -#> 3946 VR2W-113141 -5.755900 56.51000 50 -#> 3947 VR2W-113141 -5.755900 56.51000 50 -#> 3948 VR2W-113141 -5.755900 56.51000 50 -#> 3949 VR2W-113141 -5.755900 56.51000 50 -#> 3950 VR2W-113141 -5.755900 56.51000 50 -#> 3951 VR2W-113141 -5.755900 56.51000 50 -#> 3952 VR2W-113141 -5.755900 56.51000 50 -#> 3953 VR2W-113141 -5.755900 56.51000 50 -#> 3954 VR2W-113141 -5.755900 56.51000 50 -#> 3955 VR2W-113141 -5.755900 56.51000 50 -#> 3956 VR2W-113141 -5.755900 56.51000 50 -#> 3957 VR2W-113141 -5.755900 56.51000 50 -#> 3958 VR2W-113141 -5.755900 56.51000 50 -#> 3959 VR2W-113141 -5.755900 56.51000 50 -#> 3960 VR2W-113141 -5.755900 56.51000 50 -#> 3961 VR2W-113141 -5.755900 56.51000 50 -#> 3962 VR2W-113141 -5.755900 56.51000 50 -#> 3963 VR2W-113141 -5.755900 56.51000 50 -#> 3964 VR2W-113141 -5.755900 56.51000 50 -#> 3965 VR2W-113141 -5.755900 56.51000 50 -#> 3966 VR2W-113141 -5.755900 56.51000 50 -#> 3967 VR2W-113141 -5.755900 56.51000 50 -#> 3968 VR2W-113141 -5.755900 56.51000 50 -#> 3969 VR2W-113141 -5.755900 56.51000 50 -#> 3970 VR2W-113141 -5.755900 56.51000 50 -#> 3971 VR2W-113141 -5.755900 56.51000 50 -#> 3972 VR2W-113141 -5.755900 56.51000 50 -#> 3973 VR2W-113141 -5.755900 56.51000 50 -#> 3974 VR2W-113141 -5.755900 56.51000 50 -#> 3975 VR2W-113141 -5.755900 56.51000 50 -#> 3976 VR2W-113141 -5.755900 56.51000 50 -#> 3977 VR2W-113141 -5.755900 56.51000 50 -#> 3978 VR2W-113141 -5.755900 56.51000 50 -#> 3979 VR2W-113141 -5.755900 56.51000 50 -#> 3980 VR2W-113141 -5.755900 56.51000 50 -#> 3981 VR2W-113141 -5.755900 56.51000 50 -#> 3982 VR2W-113141 -5.755900 56.51000 50 -#> 3983 VR2W-113141 -5.755900 56.51000 50 -#> 3984 VR2W-113141 -5.755900 56.51000 50 -#> 3985 VR2W-113141 -5.755900 56.51000 50 -#> 3986 VR2W-113141 -5.755900 56.51000 50 -#> 3987 VR2W-113141 -5.755900 56.51000 50 -#> 3988 VR2W-113141 -5.755900 56.51000 50 -#> 3989 VR2W-113141 -5.755900 56.51000 50 -#> 3990 VR2W-113141 -5.755900 56.51000 50 -#> 3991 VR2W-113141 -5.755900 56.51000 50 -#> 3992 VR2W-113141 -5.755900 56.51000 50 -#> 3993 VR2W-113141 -5.755900 56.51000 50 -#> 3994 VR2W-113141 -5.755900 56.51000 50 -#> 3995 VR2W-113141 -5.755900 56.51000 50 -#> 3996 VR2W-113141 -5.755900 56.51000 50 -#> 3997 VR2W-113141 -5.755900 56.51000 50 -#> 3998 VR2W-113141 -5.755900 56.51000 50 -#> 3999 VR2W-113141 -5.755900 56.51000 50 -#> 4000 VR2W-113141 -5.755900 56.51000 50 -#> 4001 VR2W-113141 -5.755900 56.51000 50 -#> 4002 VR2W-113141 -5.755900 56.51000 50 -#> 4003 VR2W-113141 -5.755900 56.51000 50 -#> 4004 VR2W-113141 -5.755900 56.51000 50 -#> 4005 VR2W-113141 -5.755900 56.51000 50 -#> 4006 VR2W-113141 -5.755900 56.51000 50 -#> 4007 VR2W-113141 -5.755900 56.51000 50 -#> 4008 VR2W-113141 -5.755900 56.51000 50 -#> 4009 VR2-6720 -5.627150 56.50808 50 -#> 4010 VR2-6720 -5.627150 56.50808 50 -#> 4011 VR2W-113898 -5.596367 56.51122 50 -#> 4012 VR2W-113898 -5.596367 56.51122 50 -#> 4013 VR2W-113898 -5.596367 56.51122 50 -#> 4014 VR2W-113898 -5.596367 56.51122 50 -#> 4015 VR2W-113898 -5.596367 56.51122 50 -#> 4016 VR2W-113898 -5.596367 56.51122 50 -#> 4017 VR2W-113898 -5.596367 56.51122 50 -#> 4018 VR2W-113898 -5.596367 56.51122 50 -#> 4019 VR2W-113898 -5.596367 56.51122 50 -#> 4020 VR2W-113898 -5.596367 56.51122 50 -#> 4021 VR2W-113898 -5.596367 56.51122 50 -#> 4022 VR2W-113898 -5.596367 56.51122 50 -#> 4023 VR2W-113898 -5.596367 56.51122 50 -#> 4024 VR2W-113898 -5.596367 56.51122 50 -#> 4025 VR2W-113898 -5.596367 56.51122 50 -#> 4026 VR2W-108160 -5.704867 56.48890 25 -#> 4027 VR2W-108160 -5.704867 56.48890 25 -#> 4028 VR2W-108160 -5.704867 56.48890 25 -#> 4029 VR2W-113141 -5.755900 56.51000 50 -#> 4030 VR2W-113141 -5.755900 56.51000 50 -#> 4031 VR2W-113141 -5.755900 56.51000 50 -#> 4032 VR2W-113141 -5.755900 56.51000 50 -#> 4033 VR2W-113141 -5.755900 56.51000 50 -#> 4034 VR2W-113141 -5.755900 56.51000 50 -#> 4035 VR2W-113141 -5.755900 56.51000 50 -#> 4036 VR2W-113141 -5.755900 56.51000 50 -#> 4037 VR2W-113141 -5.755900 56.51000 50 -#> 4038 VR2W-113141 -5.755900 56.51000 50 -#> 4039 VR2W-113141 -5.755900 56.51000 50 -#> 4040 VR2W-113141 -5.755900 56.51000 50 -#> 4041 VR2W-113141 -5.755900 56.51000 50 -#> 4042 VR2W-113141 -5.755900 56.51000 50 -#> 4043 VR2W-113141 -5.755900 56.51000 50 -#> 4044 VR2W-113141 -5.755900 56.51000 50 -#> 4045 VR2W-113141 -5.755900 56.51000 50 -#> 4046 VR2W-113141 -5.755900 56.51000 50 -#> 4047 VR2W-113141 -5.755900 56.51000 50 -#> 4048 VR2W-113141 -5.755900 56.51000 50 -#> 4049 VR2W-113141 -5.755900 56.51000 50 -#> 4050 VR2W-108160 -5.704867 56.48890 25 -#> 4051 VR2W-108160 -5.704867 56.48890 25 -#> 4052 VR2W-108160 -5.704867 56.48890 25 -#> 4053 VR2W-108160 -5.704867 56.48890 25 -#> 4054 VR2AR-546136 -5.665000 56.48650 105 -#> 4055 VR2AR-546136 -5.665000 56.48650 105 -#> 4056 VR2AR-546136 -5.665000 56.48650 105 -#> 4057 VR2AR-546136 -5.665000 56.48650 105 -#> 4058 VR2AR-546136 -5.665000 56.48650 105 -#> 4059 VR2AR-546136 -5.665000 56.48650 105 -#> 4060 VR2AR-546136 -5.665000 56.48650 105 -#> 4061 VR2AR-546136 -5.665000 56.48650 105 -#> 4062 VR2AR-546136 -5.665000 56.48650 105 -#> 4063 VR2AR-546136 -5.665000 56.48650 105 -#> 4064 VR2AR-546136 -5.665000 56.48650 105 -#> 4065 VR2AR-546136 -5.665000 56.48650 105 -#> 4066 VR2AR-546136 -5.665000 56.48650 105 -#> 4067 VR2AR-546136 -5.665000 56.48650 105 -#> 4068 VR2AR-546136 -5.665000 56.48650 105 -#> 4069 VR2AR-546136 -5.665000 56.48650 105 -#> 4070 VR2AR-546136 -5.665000 56.48650 105 -#> 4071 VR2AR-546136 -5.665000 56.48650 105 -#> 4072 VR2AR-546136 -5.665000 56.48650 105 -#> 4073 VR2AR-546136 -5.665000 56.48650 105 -#> 4074 VR2AR-546136 -5.665000 56.48650 105 -#> 4075 VR2AR-546136 -5.665000 56.48650 105 -#> 4076 VR2AR-546136 -5.665000 56.48650 105 -#> 4077 VR2AR-546136 -5.665000 56.48650 105 -#> 4078 VR2AR-546136 -5.665000 56.48650 105 -#> 4079 VR2AR-546136 -5.665000 56.48650 105 -#> 4080 VR2AR-546136 -5.665000 56.48650 105 -#> 4081 VR2AR-546136 -5.665000 56.48650 105 -#> 4082 VR2AR-546136 -5.665000 56.48650 105 -#> 4083 VR2AR-546136 -5.665000 56.48650 105 -#> 4084 VR2AR-546136 -5.665000 56.48650 105 -#> 4085 VR2AR-546136 -5.665000 56.48650 105 -#> 4086 VR2AR-546136 -5.665000 56.48650 105 -#> 4087 VR2AR-546136 -5.665000 56.48650 105 -#> 4088 VR2AR-546136 -5.665000 56.48650 105 -#> 4089 VR2AR-546136 -5.665000 56.48650 105 -#> 4090 VR2AR-546136 -5.665000 56.48650 105 -#> 4091 VR2AR-546136 -5.665000 56.48650 105 -#> 4092 VR2AR-546136 -5.665000 56.48650 105 -#> 4093 VR2AR-546136 -5.665000 56.48650 105 -#> 4094 VR2AR-546136 -5.665000 56.48650 105 -#> 4095 VR2AR-546136 -5.665000 56.48650 105 -#> 4096 VR2AR-546136 -5.665000 56.48650 105 -#> 4097 VR2AR-546136 -5.665000 56.48650 105 -#> 4098 VR2AR-546136 -5.665000 56.48650 105 -#> 4099 VR2AR-546136 -5.665000 56.48650 105 -#> 4100 VR2AR-546136 -5.665000 56.48650 105 -#> 4101 VR2AR-546136 -5.665000 56.48650 105 -#> 4102 VR2AR-546136 -5.665000 56.48650 105 -#> 4103 VR2AR-546136 -5.665000 56.48650 105 -#> 4104 VR2AR-546136 -5.665000 56.48650 105 -#> 4105 VR2AR-546136 -5.665000 56.48650 105 -#> 4106 VR2AR-546136 -5.665000 56.48650 105 -#> 4107 VR2AR-546136 -5.665000 56.48650 105 -#> 4108 VR2AR-546136 -5.665000 56.48650 105 -#> 4109 VR2AR-546136 -5.665000 56.48650 105 -#> 4110 VR2AR-546136 -5.665000 56.48650 105 -#> 4111 VR2AR-546136 -5.665000 56.48650 105 -#> 4112 VR2AR-546136 -5.665000 56.48650 105 -#> 4113 VR2AR-546136 -5.665000 56.48650 105 -#> 4114 VR2AR-546136 -5.665000 56.48650 105 -#> 4115 VR2AR-546136 -5.665000 56.48650 105 -#> 4116 VR2AR-546136 -5.665000 56.48650 105 -#> 4117 VR2AR-546136 -5.665000 56.48650 105 -#> 4118 VR2AR-546136 -5.665000 56.48650 105 -#> 4119 VR2AR-546136 -5.665000 56.48650 105 -#> 4120 VR2AR-546136 -5.665000 56.48650 105 -#> 4121 VR2AR-546136 -5.665000 56.48650 105 -#> 4122 VR2AR-546136 -5.665000 56.48650 105 -#> 4123 VR2AR-546136 -5.665000 56.48650 105 -#> 4124 VR2AR-546136 -5.665000 56.48650 105 -#> 4125 VR2AR-546136 -5.665000 56.48650 105 -#> 4126 VR2AR-546136 -5.665000 56.48650 105 -#> 4127 VR2AR-546136 -5.665000 56.48650 105 -#> 4128 VR2AR-546136 -5.665000 56.48650 105 -#> 4129 VR2AR-546136 -5.665000 56.48650 105 -#> 4130 VR2AR-546136 -5.665000 56.48650 105 -#> 4131 VR2AR-546136 -5.665000 56.48650 105 -#> 4132 VR2AR-546136 -5.665000 56.48650 105 -#> 4133 VR2AR-546136 -5.665000 56.48650 105 -#> 4134 VR2AR-546136 -5.665000 56.48650 105 -#> 4135 VR2AR-546136 -5.665000 56.48650 105 -#> 4136 VR2AR-546136 -5.665000 56.48650 105 -#> 4137 VR2AR-546136 -5.665000 56.48650 105 -#> 4138 VR2AR-546136 -5.665000 56.48650 105 -#> 4139 VR2AR-546136 -5.665000 56.48650 105 -#> 4140 VR2AR-546136 -5.665000 56.48650 105 -#> 4141 VR2-6720 -5.627150 56.50808 50 -#> 4142 VR2-6720 -5.627150 56.50808 50 -#> 4143 VR2-6720 -5.627150 56.50808 50 -#> 4144 VR2AR-546136 -5.665000 56.48650 105 -#> 4145 VR2AR-546136 -5.665000 56.48650 105 -#> 4146 VR2AR-546136 -5.665000 56.48650 105 -#> 4147 VR2AR-546136 -5.665000 56.48650 105 -#> 4148 VR2AR-546136 -5.665000 56.48650 105 -#> 4149 VR2AR-546136 -5.665000 56.48650 105 -#> 4150 VR2AR-546136 -5.665000 56.48650 105 -#> 4151 VR2AR-546136 -5.665000 56.48650 105 -#> 4152 VR2AR-546136 -5.665000 56.48650 105 -#> 4153 VR2AR-546136 -5.665000 56.48650 105 -#> 4154 VR2AR-546136 -5.665000 56.48650 105 -#> 4155 VR2AR-546136 -5.665000 56.48650 105 -#> 4156 VR2AR-546136 -5.665000 56.48650 105 -#> 4157 VR2AR-546136 -5.665000 56.48650 105 -#> 4158 VR2AR-546136 -5.665000 56.48650 105 -#> 4159 VR2AR-546136 -5.665000 56.48650 105 -#> 4160 VR2AR-546136 -5.665000 56.48650 105 -#> 4161 VR2AR-546136 -5.665000 56.48650 105 -#> 4162 VR2AR-546136 -5.665000 56.48650 105 -#> 4163 VR2AR-546136 -5.665000 56.48650 105 -#> 4164 VR2AR-546136 -5.665000 56.48650 105 -#> 4165 VR2AR-546136 -5.665000 56.48650 105 -#> 4166 VR2AR-546136 -5.665000 56.48650 105 -#> 4167 VR2AR-546136 -5.665000 56.48650 105 -#> 4168 VR2AR-546136 -5.665000 56.48650 105 -#> 4169 VR2AR-546136 -5.665000 56.48650 105 -#> 4170 VR2AR-546136 -5.665000 56.48650 105 -#> 4171 VR2AR-546136 -5.665000 56.48650 105 -#> 4172 VR2AR-546136 -5.665000 56.48650 105 -#> 4173 VR2AR-546136 -5.665000 56.48650 105 -#> 4174 VR2AR-546136 -5.665000 56.48650 105 -#> 4175 VR2AR-546136 -5.665000 56.48650 105 -#> 4176 VR2AR-546136 -5.665000 56.48650 105 -#> 4177 VR2AR-546136 -5.665000 56.48650 105 -#> 4178 VR2AR-546136 -5.665000 56.48650 105 -#> 4179 VR2AR-546136 -5.665000 56.48650 105 -#> 4180 VR2AR-546136 -5.665000 56.48650 105 -#> 4181 VR2AR-546136 -5.665000 56.48650 105 -#> 4182 VR2AR-546136 -5.665000 56.48650 105 -#> 4183 VR2AR-546136 -5.665000 56.48650 105 -#> 4184 VR2AR-546136 -5.665000 56.48650 105 -#> 4185 VR2AR-546136 -5.665000 56.48650 105 -#> 4186 VR2AR-546136 -5.665000 56.48650 105 -#> 4187 VR2AR-546136 -5.665000 56.48650 105 -#> 4188 VR2AR-546136 -5.665000 56.48650 105 -#> 4189 VR2AR-546136 -5.665000 56.48650 105 -#> 4190 VR2AR-546136 -5.665000 56.48650 105 -#> 4191 VR2AR-546136 -5.665000 56.48650 105 -#> 4192 VR2AR-546136 -5.665000 56.48650 105 -#> 4193 VR2AR-546136 -5.665000 56.48650 105 -#> 4194 VR2AR-546136 -5.665000 56.48650 105 -#> 4195 VR2AR-546136 -5.665000 56.48650 105 -#> 4196 VR2AR-546136 -5.665000 56.48650 105 -#> 4197 VR2AR-546136 -5.665000 56.48650 105 -#> 4198 VR2AR-546136 -5.665000 56.48650 105 -#> 4199 VR2AR-546136 -5.665000 56.48650 105 -#> 4200 VR2AR-546136 -5.665000 56.48650 105 -#> 4201 VR2AR-546136 -5.665000 56.48650 105 -#> 4202 VR2AR-546136 -5.665000 56.48650 105 -#> 4203 VR2AR-546136 -5.665000 56.48650 105 -#> 4204 VR2W-108160 -5.704867 56.48890 25 -#> 4205 VR2W-108160 -5.704867 56.48890 25 -#> 4206 VR2W-108160 -5.704867 56.48890 25 -#> 4207 VR2W-108160 -5.704867 56.48890 25 -#> 4208 VR2W-108160 -5.704867 56.48890 25 -#> 4209 VR2W-108160 -5.704867 56.48890 25 -#> 4210 VR2W-108160 -5.704867 56.48890 25 -#> 4211 VR2W-108160 -5.704867 56.48890 25 -#> 4212 VR2W-108160 -5.704867 56.48890 25 -#> 4213 VR2W-108160 -5.704867 56.48890 25 -#> 4214 VR2W-108160 -5.704867 56.48890 25 -#> 4215 VR2W-108160 -5.704867 56.48890 25 -#> 4216 VR2W-108160 -5.704867 56.48890 25 -#> 4217 VR2W-108160 -5.704867 56.48890 25 -#> 4218 VR2W-108160 -5.704867 56.48890 25 -#> 4219 VR2AR-546136 -5.665000 56.48650 105 -#> 4220 VR2AR-546136 -5.665000 56.48650 105 -#> 4221 VR2AR-546136 -5.665000 56.48650 105 -#> 4222 VR2AR-546136 -5.665000 56.48650 105 -#> 4223 VR2AR-546136 -5.665000 56.48650 105 -#> 4224 VR2AR-546136 -5.665000 56.48650 105 -#> 4225 VR2AR-546136 -5.665000 56.48650 105 -#> 4226 VR2AR-546136 -5.665000 56.48650 105 -#> 4227 VR2AR-546136 -5.665000 56.48650 105 -#> 4228 VR2AR-546136 -5.665000 56.48650 105 -#> 4229 VR2AR-546136 -5.665000 56.48650 105 -#> 4230 VR2AR-546136 -5.665000 56.48650 105 -#> 4231 VR2AR-546136 -5.665000 56.48650 105 -#> 4232 VR2AR-546136 -5.665000 56.48650 105 -#> 4233 VR2AR-546136 -5.665000 56.48650 105 -#> 4234 VR2AR-546136 -5.665000 56.48650 105 -#> 4235 VR2AR-546136 -5.665000 56.48650 105 -#> 4236 VR2AR-546136 -5.665000 56.48650 105 -#> 4237 VR2AR-546136 -5.665000 56.48650 105 -#> 4238 VR2AR-546136 -5.665000 56.48650 105 -#> 4239 VR2AR-546136 -5.665000 56.48650 105 -#> 4240 VR2AR-546136 -5.665000 56.48650 105 -#> 4241 VR2AR-546136 -5.665000 56.48650 105 -#> 4242 VR2AR-546136 -5.665000 56.48650 105 -#> 4243 VR2AR-546136 -5.665000 56.48650 105 -#> 4244 VR2AR-546136 -5.665000 56.48650 105 -#> 4245 VR2AR-546136 -5.665000 56.48650 105 -#> 4246 VR2AR-546136 -5.665000 56.48650 105 -#> 4247 VR2AR-546136 -5.665000 56.48650 105 -#> 4248 VR2AR-546136 -5.665000 56.48650 105 -#> 4249 VR2AR-546136 -5.665000 56.48650 105 -#> 4250 VR2AR-546136 -5.665000 56.48650 105 -#> 4251 VR2AR-546136 -5.665000 56.48650 105 -#> 4252 VR2AR-546136 -5.665000 56.48650 105 -#> 4253 VR2AR-546136 -5.665000 56.48650 105 -#> 4254 VR2AR-546136 -5.665000 56.48650 105 -#> 4255 VR2-6720 -5.627150 56.50808 50 -#> 4256 VR2-6720 -5.627150 56.50808 50 -#> 4257 VR2-6720 -5.627150 56.50808 50 -#> 4258 VR2-6720 -5.627150 56.50808 50 -#> 4259 VR2-6720 -5.627150 56.50808 50 -#> 4260 VR2-6720 -5.627150 56.50808 50 -#> 4261 VR2-6720 -5.627150 56.50808 50 -#> 4262 VR2-6720 -5.627150 56.50808 50 -#> 4263 VR2-6720 -5.627150 56.50808 50 -#> 4264 VR2-6720 -5.627150 56.50808 50 -#> 4265 VR2-6720 -5.627150 56.50808 50 -#> 4266 VR2-6720 -5.627150 56.50808 50 -#> 4267 VR2-6720 -5.627150 56.50808 50 -#> 4268 VR2-6720 -5.627150 56.50808 50 -#> 4269 VR2-6720 -5.627150 56.50808 50 -#> 4270 VR2-6720 -5.627150 56.50808 50 -#> 4271 VR2-6720 -5.627150 56.50808 50 -#> 4272 VR2-6720 -5.627150 56.50808 50 -#> 4273 VR2-6720 -5.627150 56.50808 50 -#> 4274 VR2-6720 -5.627150 56.50808 50 -#> 4275 VR2-6720 -5.627150 56.50808 50 -#> 4276 VR2AR-546136 -5.665000 56.48650 105 -#> 4277 VR2AR-546136 -5.665000 56.48650 105 -#> 4278 VR2AR-546136 -5.665000 56.48650 105 -#> 4279 VR2AR-546136 -5.665000 56.48650 105 -#> 4280 VR2AR-546136 -5.665000 56.48650 105 -#> 4281 VR2AR-546136 -5.665000 56.48650 105 -#> 4282 VR2AR-546136 -5.665000 56.48650 105 -#> 4283 VR2AR-546136 -5.665000 56.48650 105 -#> 4284 VR2AR-546136 -5.665000 56.48650 105 -#> 4285 VR2AR-546136 -5.665000 56.48650 105 -#> 4286 VR2AR-546136 -5.665000 56.48650 105 -#> 4287 VR2AR-546136 -5.665000 56.48650 105 -#> 4288 VR2AR-546136 -5.665000 56.48650 105 -#> 4289 VR2AR-546136 -5.665000 56.48650 105 -#> 4290 VR2AR-546136 -5.665000 56.48650 105 -#> 4291 VR2AR-546136 -5.665000 56.48650 105 -#> 4292 VR2AR-546136 -5.665000 56.48650 105 -#> 4293 VR2AR-546134 -5.628000 56.45650 40 -#> 4294 VR2AR-546134 -5.628000 56.45650 40 -#> 4295 VR2AR-546134 -5.628000 56.45650 40 -#> 4296 VR2AR-546134 -5.628000 56.45650 40 -#> 4297 VR2AR-546134 -5.628000 56.45650 40 -#> 4298 VR2AR-546134 -5.628000 56.45650 40 -#> 4299 VR2AR-546134 -5.628000 56.45650 40 -#> 4300 VR2AR-546134 -5.628000 56.45650 40 -#> 4301 VR2AR-546134 -5.628000 56.45650 40 -#> 4302 VR2AR-546134 -5.628000 56.45650 40 -#> 4303 VR2AR-546134 -5.628000 56.45650 40 -#> 4304 VR2AR-546134 -5.628000 56.45650 40 -#> 4305 VR2AR-546134 -5.628000 56.45650 40 -#> 4306 VR2AR-546134 -5.628000 56.45650 40 -#> 4307 VR2AR-546134 -5.628000 56.45650 40 -#> 4308 VR2AR-546134 -5.628000 56.45650 40 -#> 4309 VR2AR-546134 -5.628000 56.45650 40 -#> 4310 VR2AR-546134 -5.628000 56.45650 40 -#> 4311 VR2AR-546134 -5.628000 56.45650 40 -#> 4312 VR2AR-546134 -5.628000 56.45650 40 -#> 4313 VR2AR-546134 -5.628000 56.45650 40 -#> 4314 VR2AR-546134 -5.628000 56.45650 40 -#> 4315 VR2W-108160 -5.704867 56.48890 25 -#> 4316 VR2W-108160 -5.704867 56.48890 25 -#> 4317 VR2W-108160 -5.704867 56.48890 25 -#> 4318 VR2W-108160 -5.704867 56.48890 25 -#> 4319 VR2W-108160 -5.704867 56.48890 25 -#> 4320 VR2W-108160 -5.704867 56.48890 25 -#> 4321 VR2W-108160 -5.704867 56.48890 25 -#> 4322 VR2W-108160 -5.704867 56.48890 25 -#> 4323 VR2W-108160 -5.704867 56.48890 25 -#> 4324 VR2W-108160 -5.704867 56.48890 25 -#> 4325 VR2W-108160 -5.704867 56.48890 25 -#> 4326 VR2W-108160 -5.704867 56.48890 25 -#> 4327 VR2W-108160 -5.704867 56.48890 25 -#> 4328 VR2W-108160 -5.704867 56.48890 25 -#> 4329 VR2W-108160 -5.704867 56.48890 25 -#> 4330 VR2AR-546136 -5.665000 56.48650 105 -#> 4331 VR2AR-546136 -5.665000 56.48650 105 -#> 4332 VR2AR-546136 -5.665000 56.48650 105 -#> 4333 VR2AR-546136 -5.665000 56.48650 105 -#> 4334 VR2AR-546136 -5.665000 56.48650 105 -#> 4335 VR2AR-546136 -5.665000 56.48650 105 -#> 4336 VR2AR-546136 -5.665000 56.48650 105 -#> 4337 VR2AR-546136 -5.665000 56.48650 105 -#> 4338 VR2AR-546136 -5.665000 56.48650 105 -#> 4339 VR2AR-546136 -5.665000 56.48650 105 -#> 4340 VR2AR-546136 -5.665000 56.48650 105 -#> 4341 VR2AR-546136 -5.665000 56.48650 105 -#> 4342 VR2AR-546136 -5.665000 56.48650 105 -#> 4343 VR2AR-546136 -5.665000 56.48650 105 -#> 4344 VR2AR-546136 -5.665000 56.48650 105 -#> 4345 VR2AR-546136 -5.665000 56.48650 105 -#> 4346 VR2AR-546136 -5.665000 56.48650 105 -#> 4347 VR2AR-546136 -5.665000 56.48650 105 -#> 4348 VR2AR-546136 -5.665000 56.48650 105 -#> 4349 VR2AR-546136 -5.665000 56.48650 105 -#> 4350 VR2AR-546136 -5.665000 56.48650 105 -#> 4351 VR2AR-546136 -5.665000 56.48650 105 -#> 4352 VR2-6720 -5.627150 56.50808 50 -#> 4353 VR2-6720 -5.627150 56.50808 50 -#> 4354 VR2-6720 -5.627150 56.50808 50 -#> 4355 VR2-6720 -5.627150 56.50808 50 -#> 4356 VR2-6720 -5.627150 56.50808 50 -#> 4357 VR2-6720 -5.627150 56.50808 50 -#> 4358 VR2-6720 -5.627150 56.50808 50 -#> 4359 VR2-6720 -5.627150 56.50808 50 -#> 4360 VR2-6720 -5.627150 56.50808 50 -#> 4361 VR2-6720 -5.627150 56.50808 50 -#> 4362 VR2-6720 -5.627150 56.50808 50 -#> 4363 VR2-6720 -5.627150 56.50808 50 -#> 4364 VR2-6720 -5.627150 56.50808 50 -#> 4365 VR2-6720 -5.627150 56.50808 50 -#> 4366 VR2-6720 -5.627150 56.50808 50 -#> 4367 VR2-6720 -5.627150 56.50808 50 -#> 4368 VR2-6720 -5.627150 56.50808 50 -#> 4369 VR2-6720 -5.627150 56.50808 50 -#> 4370 VR2-6720 -5.627150 56.50808 50 -#> 4371 VR2-6720 -5.627150 56.50808 50 -#> 4372 VR2-6720 -5.627150 56.50808 50 -#> 4373 VR2-6720 -5.627150 56.50808 50 -#> 4374 VR2-6720 -5.627150 56.50808 50 -#> 4375 VR2-6720 -5.627150 56.50808 50 -#> 4376 VR2-6720 -5.627150 56.50808 50 -#> 4377 VR2-6720 -5.627150 56.50808 50 -#> 4378 VR2-6720 -5.627150 56.50808 50 -#> 4379 VR2-6720 -5.627150 56.50808 50 -#> 4380 VR2-6720 -5.627150 56.50808 50 -#> 4381 VR2-6720 -5.627150 56.50808 50 -#> 4382 VR2-6720 -5.627150 56.50808 50 -#> 4383 VR2-6720 -5.627150 56.50808 50 -#> 4384 VR2AR-546134 -5.628000 56.45650 40 -#> 4385 VR2AR-546134 -5.628000 56.45650 40 -#> 4386 VR2AR-546134 -5.628000 56.45650 40 -#> 4387 VR2AR-546134 -5.628000 56.45650 40 -#> 4388 VR2AR-546134 -5.628000 56.45650 40 -#> 4389 VR2AR-546134 -5.628000 56.45650 40 -#> 4390 VR2AR-546134 -5.628000 56.45650 40 -#> 4391 VR2AR-546134 -5.628000 56.45650 40 -#> 4392 VR2AR-546134 -5.628000 56.45650 40 -#> 4393 VR2AR-546134 -5.628000 56.45650 40 -#> 4394 VR2AR-546134 -5.628000 56.45650 40 -#> 4395 VR2AR-546134 -5.628000 56.45650 40 -#> 4396 VR2AR-546134 -5.628000 56.45650 40 -#> 4397 VR2AR-546134 -5.628000 56.45650 40 -#> 4398 VR2AR-546134 -5.628000 56.45650 40 -#> 4399 VR2AR-546134 -5.628000 56.45650 40 -#> 4400 VR2AR-546134 -5.628000 56.45650 40 -#> 4401 VR2AR-546134 -5.628000 56.45650 40 -#> 4402 VR2AR-546134 -5.628000 56.45650 40 -#> 4403 VR2AR-546134 -5.628000 56.45650 40 -#> 4404 VR2AR-546134 -5.628000 56.45650 40 -#> 4405 VR2AR-546136 -5.665000 56.48650 105 -#> 4406 VR2AR-546136 -5.665000 56.48650 105 -#> 4407 VR2AR-546136 -5.665000 56.48650 105 -#> 4408 VR2AR-546136 -5.665000 56.48650 105 -#> 4409 VR2AR-546136 -5.665000 56.48650 105 -#> 4410 VR2AR-546136 -5.665000 56.48650 105 -#> 4411 VR2AR-546136 -5.665000 56.48650 105 -#> 4412 VR2AR-546136 -5.665000 56.48650 105 -#> 4413 VR2AR-546136 -5.665000 56.48650 105 -#> 4414 VR2W-108160 -5.704867 56.48890 25 -#> 4415 VR2W-108160 -5.704867 56.48890 25 -#> 4416 VR2W-108160 -5.704867 56.48890 25 -#> 4417 VR2W-108160 -5.704867 56.48890 25 -#> 4418 VR2W-108160 -5.704867 56.48890 25 -#> 4419 VR2W-108160 -5.704867 56.48890 25 -#> 4420 VR2W-108160 -5.704867 56.48890 25 -#> 4421 VR2W-108160 -5.704867 56.48890 25 -#> 4422 VR2W-108160 -5.704867 56.48890 25 -#> 4423 VR2W-108160 -5.704867 56.48890 25 -#> 4424 VR2W-108160 -5.704867 56.48890 25 -#> 4425 VR2W-108160 -5.704867 56.48890 25 -#> 4426 VR2W-108160 -5.704867 56.48890 25 -#> 4427 VR2W-108160 -5.704867 56.48890 25 -#> 4428 VR2W-108160 -5.704867 56.48890 25 -#> 4429 VR2W-108160 -5.704867 56.48890 25 -#> 4430 VR2W-108160 -5.704867 56.48890 25 -#> 4431 VR2W-108160 -5.704867 56.48890 25 -#> 4432 VR2W-108160 -5.704867 56.48890 25 -#> 4433 VR2W-108160 -5.704867 56.48890 25 -#> 4434 VR2W-108160 -5.704867 56.48890 25 -#> 4435 VR2W-108160 -5.704867 56.48890 25 -#> 4436 VR2W-108160 -5.704867 56.48890 25 -#> 4437 VR2W-108160 -5.704867 56.48890 25 -#> 4438 VR2AR-546136 -5.665000 56.48650 105 -#> 4439 VR2AR-546136 -5.665000 56.48650 105 -#> 4440 VR2AR-546136 -5.665000 56.48650 105 -#> 4441 VR2AR-546136 -5.665000 56.48650 105 -#> 4442 VR2AR-546136 -5.665000 56.48650 105 -#> 4443 VR2AR-546136 -5.665000 56.48650 105 -#> 4444 VR2AR-546136 -5.665000 56.48650 105 -#> 4445 VR2AR-546136 -5.665000 56.48650 105 -#> 4446 VR2AR-546136 -5.665000 56.48650 105 -#> 4447 VR2AR-546136 -5.665000 56.48650 105 -#> 4448 VR2AR-546136 -5.665000 56.48650 105 -#> 4449 VR2AR-546136 -5.665000 56.48650 105 -#> 4450 VR2AR-546136 -5.665000 56.48650 105 -#> 4451 VR2AR-546136 -5.665000 56.48650 105 -#> 4452 VR2AR-546136 -5.665000 56.48650 105 -#> 4453 VR2AR-546136 -5.665000 56.48650 105 -#> 4454 VR2AR-546136 -5.665000 56.48650 105 -#> 4455 VR2AR-546136 -5.665000 56.48650 105 -#> 4456 VR2AR-546136 -5.665000 56.48650 105 -#> 4457 VR2AR-546136 -5.665000 56.48650 105 -#> 4458 VR2AR-546136 -5.665000 56.48650 105 -#> 4459 VR2AR-546136 -5.665000 56.48650 105 -#> 4460 VR2AR-546136 -5.665000 56.48650 105 -#> 4461 VR2AR-546136 -5.665000 56.48650 105 -#> 4462 VR2AR-546136 -5.665000 56.48650 105 -#> 4463 VR2AR-546136 -5.665000 56.48650 105 -#> 4464 VR2AR-546136 -5.665000 56.48650 105 -#> 4465 VR2AR-546136 -5.665000 56.48650 105 -#> 4466 VR2AR-546136 -5.665000 56.48650 105 -#> 4467 VR2AR-546136 -5.665000 56.48650 105 -#> 4468 VR2AR-546136 -5.665000 56.48650 105 -#> 4469 VR2AR-546136 -5.665000 56.48650 105 -#> 4470 VR2AR-546136 -5.665000 56.48650 105 -#> 4471 VR2AR-546136 -5.665000 56.48650 105 -#> 4472 VR2AR-546136 -5.665000 56.48650 105 -#> 4473 VR2AR-546136 -5.665000 56.48650 105 -#> 4474 VR2-6720 -5.627150 56.50808 50 -#> 4475 VR2-6720 -5.627150 56.50808 50 -#> 4476 VR2-6720 -5.627150 56.50808 50 -#> 4477 VR2-6720 -5.627150 56.50808 50 -#> 4478 VR2-6720 -5.627150 56.50808 50 -#> 4479 VR2AR-546134 -5.628000 56.45650 40 -#> 4480 VR2AR-546134 -5.628000 56.45650 40 -#> 4481 VR2AR-546134 -5.628000 56.45650 40 -#> 4482 VR2AR-546134 -5.628000 56.45650 40 -#> 4483 VR2AR-546134 -5.628000 56.45650 40 -#> 4484 VR2AR-546134 -5.628000 56.45650 40 -#> 4485 VR2AR-546134 -5.628000 56.45650 40 -#> 4486 VR2AR-546134 -5.628000 56.45650 40 -#> 4487 VR2AR-546134 -5.628000 56.45650 40 -#> 4488 VR2AR-546134 -5.628000 56.45650 40 -#> 4489 VR2AR-546134 -5.628000 56.45650 40 -#> 4490 VR2AR-546134 -5.628000 56.45650 40 -#> 4491 VR2AR-546134 -5.628000 56.45650 40 -#> 4492 VR2AR-546134 -5.628000 56.45650 40 -#> 4493 VR2-6720 -5.627150 56.50808 50 -#> 4494 VR2-6720 -5.627150 56.50808 50 -#> 4495 VR2-6720 -5.627150 56.50808 50 -#> 4496 VR2-6720 -5.627150 56.50808 50 -#> 4497 VR2-6720 -5.627150 56.50808 50 -#> 4498 VR2-6720 -5.627150 56.50808 50 -#> 4499 VR2-6720 -5.627150 56.50808 50 -#> 4500 VR2-6720 -5.627150 56.50808 50 -#> 4501 VR2-6720 -5.627150 56.50808 50 -#> 4502 VR2-6720 -5.627150 56.50808 50 -#> 4503 VR2-6720 -5.627150 56.50808 50 -#> 4504 VR2-6720 -5.627150 56.50808 50 -#> 4505 VR2-6720 -5.627150 56.50808 50 -#> 4506 VR2-6720 -5.627150 56.50808 50 -#> 4507 VR2-6720 -5.627150 56.50808 50 -#> 4508 VR2-6720 -5.627150 56.50808 50 -#> 4509 VR2-6720 -5.627150 56.50808 50 -#> 4510 VR2-6720 -5.627150 56.50808 50 -#> 4511 VR2-6720 -5.627150 56.50808 50 -#> 4512 VR2-6720 -5.627150 56.50808 50 -#> 4513 VR2-6720 -5.627150 56.50808 50 -#> 4514 VR2-6720 -5.627150 56.50808 50 -#> 4515 VR2-6720 -5.627150 56.50808 50 -#> 4516 VR2-6720 -5.627150 56.50808 50 -#> 4517 VR2-6720 -5.627150 56.50808 50 -#> 4518 VR2-6720 -5.627150 56.50808 50 -#> 4519 VR2-6720 -5.627150 56.50808 50 -#> 4520 VR2-6720 -5.627150 56.50808 50 -#> 4521 VR2-6720 -5.627150 56.50808 50 -#> 4522 VR2-6720 -5.627150 56.50808 50 -#> 4523 VR2-6720 -5.627150 56.50808 50 -#> 4524 VR2-6720 -5.627150 56.50808 50 -#> 4525 VR2-6720 -5.627150 56.50808 50 -#> 4526 VR2-6720 -5.627150 56.50808 50 -#> 4527 VR2-6720 -5.627150 56.50808 50 -#> 4528 VR2-6720 -5.627150 56.50808 50 -#> 4529 VR2-6720 -5.627150 56.50808 50 -#> 4530 VR2-6720 -5.627150 56.50808 50 -#> 4531 VR2-6720 -5.627150 56.50808 50 -#> 4532 VR2-6720 -5.627150 56.50808 50 -#> 4533 VR2-6720 -5.627150 56.50808 50 -#> 4534 VR2-6720 -5.627150 56.50808 50 -#> 4535 VR2-6720 -5.627150 56.50808 50 -#> 4536 VR2-6720 -5.627150 56.50808 50 -#> 4537 VR2-6720 -5.627150 56.50808 50 -#> 4538 VR2-6720 -5.627150 56.50808 50 -#> 4539 VR2-6720 -5.627150 56.50808 50 -#> 4540 VR2-6720 -5.627150 56.50808 50 -#> 4541 VR2-6720 -5.627150 56.50808 50 -#> 4542 VR2-6720 -5.627150 56.50808 50 -#> 4543 VR2-6720 -5.627150 56.50808 50 -#> 4544 VR2-6720 -5.627150 56.50808 50 -#> 4545 VR2-6720 -5.627150 56.50808 50 -#> 4546 VR2-6720 -5.627150 56.50808 50 -#> 4547 VR2-6720 -5.627150 56.50808 50 -#> 4548 VR2-6720 -5.627150 56.50808 50 -#> 4549 VR2-6720 -5.627150 56.50808 50 -#> 4550 VR2-6720 -5.627150 56.50808 50 -#> 4551 VR2-6720 -5.627150 56.50808 50 -#> 4552 VR2-6720 -5.627150 56.50808 50 -#> 4553 VR2-6720 -5.627150 56.50808 50 -#> 4554 VR2-6720 -5.627150 56.50808 50 -#> 4555 VR2-6720 -5.627150 56.50808 50 -#> 4556 VR2-6720 -5.627150 56.50808 50 -#> 4557 VR2-6720 -5.627150 56.50808 50 -#> 4558 VR2-6720 -5.627150 56.50808 50 -#> 4559 VR2-6720 -5.627150 56.50808 50 -#> 4560 VR2-6720 -5.627150 56.50808 50 -#> 4561 VR2-6720 -5.627150 56.50808 50 -#> 4562 VR2AR-546134 -5.628000 56.45650 40 -#> 4563 VR2AR-546134 -5.628000 56.45650 40 -#> 4564 VR2AR-546134 -5.628000 56.45650 40 -#> 4565 VR2AR-546136 -5.665000 56.48650 105 -#> 4566 VR2AR-546136 -5.665000 56.48650 105 -#> 4567 VR2AR-546136 -5.665000 56.48650 105 -#> 4568 VR2AR-546136 -5.665000 56.48650 105 -#> 4569 VR2AR-546136 -5.665000 56.48650 105 -#> 4570 VR2AR-546136 -5.665000 56.48650 105 -#> 4571 VR2AR-546136 -5.665000 56.48650 105 -#> 4572 VR2AR-546136 -5.665000 56.48650 105 -#> 4573 VR2AR-546136 -5.665000 56.48650 105 -#> 4574 VR2AR-546136 -5.665000 56.48650 105 -#> 4575 VR2AR-546136 -5.665000 56.48650 105 -#> 4576 VR2AR-546136 -5.665000 56.48650 105 -#> 4577 VR2AR-546136 -5.665000 56.48650 105 -#> 4578 VR2AR-546136 -5.665000 56.48650 105 -#> 4579 VR2AR-546136 -5.665000 56.48650 105 -#> 4580 VR2AR-546136 -5.665000 56.48650 105 -#> 4581 VR2AR-546136 -5.665000 56.48650 105 -#> 4582 VR2AR-546136 -5.665000 56.48650 105 -#> 4583 VR2AR-546136 -5.665000 56.48650 105 -#> 4584 VR2AR-546136 -5.665000 56.48650 105 -#> 4585 VR2AR-546136 -5.665000 56.48650 105 -#> 4586 VR2AR-546136 -5.665000 56.48650 105 -#> 4587 VR2AR-546136 -5.665000 56.48650 105 -#> 4588 VR2AR-546136 -5.665000 56.48650 105 -#> 4589 VR2AR-546136 -5.665000 56.48650 105 -#> 4590 VR2AR-546136 -5.665000 56.48650 105 -#> 4591 VR2AR-546136 -5.665000 56.48650 105 -#> 4592 VR2AR-546136 -5.665000 56.48650 105 -#> 4593 VR2AR-546136 -5.665000 56.48650 105 -#> 4594 VR2AR-546136 -5.665000 56.48650 105 -#> 4595 VR2AR-546136 -5.665000 56.48650 105 -#> 4596 VR2AR-546136 -5.665000 56.48650 105 -#> 4597 VR2AR-546136 -5.665000 56.48650 105 -#> 4598 VR2AR-546136 -5.665000 56.48650 105 -#> 4599 VR2AR-546136 -5.665000 56.48650 105 -#> 4600 VR2AR-546136 -5.665000 56.48650 105 -#> 4601 VR2AR-546136 -5.665000 56.48650 105 -#> 4602 VR2AR-546136 -5.665000 56.48650 105 -#> 4603 VR2AR-546136 -5.665000 56.48650 105 -#> 4604 VR2AR-546136 -5.665000 56.48650 105 -#> 4605 VR2AR-546136 -5.665000 56.48650 105 -#> 4606 VR2AR-546136 -5.665000 56.48650 105 -#> 4607 VR2AR-546136 -5.665000 56.48650 105 -#> 4608 VR2AR-546136 -5.665000 56.48650 105 -#> 4609 VR2AR-546136 -5.665000 56.48650 105 -#> 4610 VR2AR-546136 -5.665000 56.48650 105 -#> 4611 VR2AR-546136 -5.665000 56.48650 105 -#> 4612 VR2AR-546136 -5.665000 56.48650 105 -#> 4613 VR2AR-546136 -5.665000 56.48650 105 -#> 4614 VR2AR-546136 -5.665000 56.48650 105 -#> 4615 VR2AR-546136 -5.665000 56.48650 105 -#> 4616 VR2AR-546136 -5.665000 56.48650 105 -#> 4617 VR2AR-546136 -5.665000 56.48650 105 -#> 4618 VR2AR-546136 -5.665000 56.48650 105 -#> 4619 VR2AR-546136 -5.665000 56.48650 105 -#> 4620 VR2AR-546136 -5.665000 56.48650 105 -#> 4621 VR2AR-546136 -5.665000 56.48650 105 -#> 4622 VR2AR-546136 -5.665000 56.48650 105 -#> 4623 VR2AR-546136 -5.665000 56.48650 105 -#> 4624 VR2AR-546136 -5.665000 56.48650 105 -#> 4625 VR2AR-546136 -5.665000 56.48650 105 -#> 4626 VR2AR-546136 -5.665000 56.48650 105 -#> 4627 VR2AR-546136 -5.665000 56.48650 105 -#> 4628 VR2AR-546136 -5.665000 56.48650 105 -#> 4629 VR2AR-546136 -5.665000 56.48650 105 -#> 4630 VR2AR-546136 -5.665000 56.48650 105 -#> 4631 VR2AR-546136 -5.665000 56.48650 105 -#> 4632 VR2AR-546136 -5.665000 56.48650 105 -#> 4633 VR2AR-546136 -5.665000 56.48650 105 -#> 4634 VR2AR-546136 -5.665000 56.48650 105 -#> 4635 VR2AR-546136 -5.665000 56.48650 105 -#> 4636 VR2AR-546136 -5.665000 56.48650 105 -#> 4637 VR2AR-546136 -5.665000 56.48650 105 -#> 4638 VR2AR-546136 -5.665000 56.48650 105 -#> 4639 VR2AR-546136 -5.665000 56.48650 105 -#> 4640 VR2AR-546136 -5.665000 56.48650 105 -#> 4641 VR2AR-546136 -5.665000 56.48650 105 -#> 4642 VR2AR-546136 -5.665000 56.48650 105 -#> 4643 VR2AR-546136 -5.665000 56.48650 105 -#> 4644 VR2AR-546136 -5.665000 56.48650 105 -#> 4645 VR2AR-546136 -5.665000 56.48650 105 -#> 4646 VR2AR-546136 -5.665000 56.48650 105 -#> 4647 VR2AR-546136 -5.665000 56.48650 105 -#> 4648 VR2AR-546136 -5.665000 56.48650 105 -#> 4649 VR2AR-546136 -5.665000 56.48650 105 -#> 4650 VR2AR-546136 -5.665000 56.48650 105 -#> 4651 VR2AR-546136 -5.665000 56.48650 105 -#> 4652 VR2AR-546136 -5.665000 56.48650 105 -#> 4653 VR2AR-546136 -5.665000 56.48650 105 -#> 4654 VR2AR-546136 -5.665000 56.48650 105 -#> 4655 VR2AR-546136 -5.665000 56.48650 105 -#> 4656 VR2AR-546136 -5.665000 56.48650 105 -#> 4657 VR2AR-546136 -5.665000 56.48650 105 -#> 4658 VR2AR-546136 -5.665000 56.48650 105 -#> 4659 VR2AR-546136 -5.665000 56.48650 105 -#> 4660 VR2AR-546136 -5.665000 56.48650 105 -#> 4661 VR2AR-546136 -5.665000 56.48650 105 -#> 4662 VR2AR-546136 -5.665000 56.48650 105 -#> 4663 VR2AR-546136 -5.665000 56.48650 105 -#> 4664 VR2AR-546136 -5.665000 56.48650 105 -#> 4665 VR2AR-546136 -5.665000 56.48650 105 -#> 4666 VR2AR-546136 -5.665000 56.48650 105 -#> 4667 VR2AR-546136 -5.665000 56.48650 105 -#> 4668 VR2AR-546136 -5.665000 56.48650 105 -#> 4669 VR2AR-546136 -5.665000 56.48650 105 -#> 4670 VR2AR-546136 -5.665000 56.48650 105 -#> 4671 VR2AR-546136 -5.665000 56.48650 105 -#> 4672 VR2AR-546136 -5.665000 56.48650 105 -#> 4673 VR2AR-546136 -5.665000 56.48650 105 -#> 4674 VR2AR-546136 -5.665000 56.48650 105 -#> 4675 VR2AR-546136 -5.665000 56.48650 105 -#> 4676 VR2AR-546136 -5.665000 56.48650 105 -#> 4677 VR2AR-546136 -5.665000 56.48650 105 -#> 4678 VR2AR-546136 -5.665000 56.48650 105 -#> 4679 VR2AR-546136 -5.665000 56.48650 105 -#> 4680 VR2AR-546136 -5.665000 56.48650 105 -#> 4681 VR2AR-546136 -5.665000 56.48650 105 -#> 4682 VR2AR-546136 -5.665000 56.48650 105 -#> 4683 VR2AR-546136 -5.665000 56.48650 105 -#> 4684 VR2AR-546136 -5.665000 56.48650 105 -#> 4685 VR2AR-546136 -5.665000 56.48650 105 -#> 4686 VR2AR-546136 -5.665000 56.48650 105 -#> 4687 VR2AR-546136 -5.665000 56.48650 105 -#> 4688 VR2AR-546136 -5.665000 56.48650 105 -#> 4689 VR2AR-546136 -5.665000 56.48650 105 -#> 4690 VR2AR-546136 -5.665000 56.48650 105 -#> 4691 VR2AR-546136 -5.665000 56.48650 105 -#> 4692 VR2AR-546136 -5.665000 56.48650 105 -#> 4693 VR2AR-546136 -5.665000 56.48650 105 -#> 4694 VR2AR-546136 -5.665000 56.48650 105 -#> 4695 VR2AR-546136 -5.665000 56.48650 105 -#> 4696 VR2AR-546136 -5.665000 56.48650 105 -#> 4697 VR2AR-546136 -5.665000 56.48650 105 -#> 4698 VR2AR-546136 -5.665000 56.48650 105 -#> 4699 VR2AR-546136 -5.665000 56.48650 105 -#> 4700 VR2AR-546136 -5.665000 56.48650 105 -#> 4701 VR2AR-546136 -5.665000 56.48650 105 -#> 4702 VR2AR-546136 -5.665000 56.48650 105 -#> 4703 VR2AR-546136 -5.665000 56.48650 105 -#> 4704 VR2AR-546136 -5.665000 56.48650 105 -#> 4705 VR2AR-546136 -5.665000 56.48650 105 -#> 4706 VR2AR-546136 -5.665000 56.48650 105 -#> 4707 VR2AR-546136 -5.665000 56.48650 105 -#> 4708 VR2AR-546136 -5.665000 56.48650 105 -#> 4709 VR2AR-546136 -5.665000 56.48650 105 -#> 4710 VR2AR-546136 -5.665000 56.48650 105 -#> 4711 VR2AR-546136 -5.665000 56.48650 105 -#> 4712 VR2AR-546136 -5.665000 56.48650 105 -#> 4713 VR2AR-546136 -5.665000 56.48650 105 -#> 4714 VR2AR-546136 -5.665000 56.48650 105 -#> 4715 VR2AR-546136 -5.665000 56.48650 105 -#> 4716 VR2AR-546136 -5.665000 56.48650 105 -#> 4717 VR2AR-546136 -5.665000 56.48650 105 -#> 4718 VR2AR-546136 -5.665000 56.48650 105 -#> 4719 VR2AR-546136 -5.665000 56.48650 105 -#> 4720 VR2AR-546136 -5.665000 56.48650 105 -#> 4721 VR2AR-546136 -5.665000 56.48650 105 -#> 4722 VR2AR-546136 -5.665000 56.48650 105 -#> 4723 VR2AR-546136 -5.665000 56.48650 105 -#> 4724 VR2AR-546136 -5.665000 56.48650 105 -#> 4725 VR2AR-546136 -5.665000 56.48650 105 -#> 4726 VR2AR-546136 -5.665000 56.48650 105 -#> 4727 VR2AR-546136 -5.665000 56.48650 105 -#> 4728 VR2AR-546136 -5.665000 56.48650 105 -#> 4729 VR2AR-546136 -5.665000 56.48650 105 -#> 4730 VR2AR-546136 -5.665000 56.48650 105 -#> 4731 VR2AR-546136 -5.665000 56.48650 105 -#> 4732 VR2AR-546136 -5.665000 56.48650 105 -#> 4733 VR2AR-546136 -5.665000 56.48650 105 -#> 4734 VR2AR-546136 -5.665000 56.48650 105 -#> 4735 VR2AR-546136 -5.665000 56.48650 105 -#> 4736 VR2AR-546136 -5.665000 56.48650 105 -#> 4737 VR2W-113141 -5.755900 56.51000 50 -#> 4738 VR2W-113141 -5.755900 56.51000 50 -#> 4739 VR2W-113141 -5.755900 56.51000 50 -#> 4740 VR2W-113141 -5.755900 56.51000 50 -#> 4741 VR2W-113141 -5.755900 56.51000 50 -#> 4742 VR2W-113141 -5.755900 56.51000 50 -#> 4743 VR2W-113141 -5.755900 56.51000 50 -#> 4744 VR2W-113141 -5.755900 56.51000 50 -#> 4745 VR2W-113141 -5.755900 56.51000 50 -#> 4746 VR2W-113141 -5.755900 56.51000 50 -#> 4747 VR2W-113141 -5.755900 56.51000 50 -#> 4748 VR2W-113141 -5.755900 56.51000 50 -#> 4749 VR2W-113141 -5.755900 56.51000 50 -#> 4750 VR2W-113141 -5.755900 56.51000 50 -#> 4751 VR2W-113141 -5.755900 56.51000 50 -#> 4752 VR2W-113141 -5.755900 56.51000 50 -#> 4753 VR2W-113141 -5.755900 56.51000 50 -#> 4754 VR2W-113141 -5.755900 56.51000 50 -#> 4755 VR2W-113141 -5.755900 56.51000 50 -#> 4756 VR2W-113141 -5.755900 56.51000 50 -#> 4757 VR2W-113141 -5.755900 56.51000 50 -#> 4758 VR2W-113141 -5.755900 56.51000 50 -#> 4759 VR2W-113141 -5.755900 56.51000 50 -#> 4760 VR2W-113141 -5.755900 56.51000 50 -#> 4761 VR2W-113141 -5.755900 56.51000 50 -#> 4762 VR2W-113141 -5.755900 56.51000 50 -#> 4763 VR2W-113141 -5.755900 56.51000 50 -#> 4764 VR2W-113141 -5.755900 56.51000 50 -#> 4765 VR2W-113141 -5.755900 56.51000 50 -#> 4766 VR2W-113141 -5.755900 56.51000 50 -#> 4767 VR2W-113141 -5.755900 56.51000 50 -#> 4768 VR2W-113141 -5.755900 56.51000 50 -#> 4769 VR2W-113141 -5.755900 56.51000 50 -#> 4770 VR2W-113141 -5.755900 56.51000 50 -#> 4771 VR2W-113141 -5.755900 56.51000 50 -#> 4772 VR2W-113141 -5.755900 56.51000 50 -#> 4773 VR2W-113141 -5.755900 56.51000 50 -#> 4774 VR2W-113141 -5.755900 56.51000 50 -#> 4775 VR2W-113141 -5.755900 56.51000 50 -#> 4776 VR2W-113141 -5.755900 56.51000 50 -#> 4777 VR2W-113141 -5.755900 56.51000 50 -#> 4778 VR2W-113141 -5.755900 56.51000 50 -#> 4779 VR2W-113141 -5.755900 56.51000 50 -#> 4780 VR2W-113141 -5.755900 56.51000 50 -#> 4781 VR2W-113141 -5.755900 56.51000 50 -#> 4782 VR2W-113141 -5.755900 56.51000 50 -#> 4783 VR2W-113141 -5.755900 56.51000 50 -#> 4784 VR2W-113141 -5.755900 56.51000 50 -#> 4785 VR2W-113141 -5.755900 56.51000 50 -#> 4786 VR2W-113141 -5.755900 56.51000 50 -#> 4787 VR2W-113141 -5.755900 56.51000 50 -#> 4788 VR2W-113141 -5.755900 56.51000 50 -#> 4789 VR2W-113141 -5.755900 56.51000 50 -#> 4790 VR2W-113141 -5.755900 56.51000 50 -#> 4791 VR2W-113141 -5.755900 56.51000 50 -#> 4792 VR2W-113141 -5.755900 56.51000 50 -#> 4793 VR2W-113141 -5.755900 56.51000 50 -#> 4794 VR2W-113141 -5.755900 56.51000 50 -#> 4795 VR2W-113141 -5.755900 56.51000 50 -#> 4796 VR2W-113141 -5.755900 56.51000 50 -#> 4797 VR2W-113141 -5.755900 56.51000 50 -#> 4798 VR2W-113141 -5.755900 56.51000 50 -#> 4799 VR2W-113141 -5.755900 56.51000 50 -#> 4800 VR2W-113141 -5.755900 56.51000 50 -#> 4801 VR2W-113141 -5.755900 56.51000 50 -#> 4802 VR2W-113141 -5.755900 56.51000 50 -#> 4803 VR2W-113141 -5.755900 56.51000 50 -#> 4804 VR2W-113141 -5.755900 56.51000 50 -#> 4805 VR2W-113141 -5.755900 56.51000 50 -#> 4806 VR2W-113141 -5.755900 56.51000 50 -#> 4807 VR2W-113141 -5.755900 56.51000 50 -#> 4808 VR2W-113141 -5.755900 56.51000 50 -#> 4809 VR2W-113141 -5.755900 56.51000 50 -#> 4810 VR2W-113141 -5.755900 56.51000 50 -#> 4811 VR2W-113141 -5.755900 56.51000 50 -#> 4812 VR2W-113141 -5.755900 56.51000 50 -#> 4813 VR2W-113141 -5.755900 56.51000 50 -#> 4814 VR2W-113141 -5.755900 56.51000 50 -#> 4815 VR2W-113141 -5.755900 56.51000 50 -#> 4816 VR2W-113141 -5.755900 56.51000 50 -#> 4817 VR2W-113141 -5.755900 56.51000 50 -#> 4818 VR2W-113141 -5.755900 56.51000 50 -#> 4819 VR2W-113141 -5.755900 56.51000 50 -#> 4820 VR2W-113141 -5.755900 56.51000 50 -#> 4821 VR2W-113141 -5.755900 56.51000 50 -#> 4822 VR2W-113141 -5.755900 56.51000 50 -#> 4823 VR2W-113141 -5.755900 56.51000 50 -#> 4824 VR2W-113141 -5.755900 56.51000 50 -#> 4825 VR2W-113141 -5.755900 56.51000 50 -#> 4826 VR2W-113141 -5.755900 56.51000 50 -#> 4827 VR2W-113141 -5.755900 56.51000 50 -#> 4828 VR2W-113141 -5.755900 56.51000 50 -#> 4829 VR2W-113141 -5.755900 56.51000 50 -#> 4830 VR2W-113141 -5.755900 56.51000 50 -#> 4831 VR2W-113141 -5.755900 56.51000 50 -#> 4832 VR2AR-546136 -5.665000 56.48650 105 -#> 4833 VR2AR-546136 -5.665000 56.48650 105 -#> 4834 VR2AR-546136 -5.665000 56.48650 105 -#> 4835 VR2AR-546136 -5.665000 56.48650 105 -#> 4836 VR2AR-546136 -5.665000 56.48650 105 -#> 4837 VR2AR-546136 -5.665000 56.48650 105 -#> 4838 VR2AR-546136 -5.665000 56.48650 105 -#> 4839 VR2AR-546136 -5.665000 56.48650 105 -#> 4840 VR2AR-546136 -5.665000 56.48650 105 -#> 4841 VR2AR-546136 -5.665000 56.48650 105 -#> 4842 VR2AR-546136 -5.665000 56.48650 105 -#> 4843 VR2AR-546136 -5.665000 56.48650 105 -#> 4844 VR2AR-546136 -5.665000 56.48650 105 -#> 4845 VR2AR-546136 -5.665000 56.48650 105 -#> 4846 VR2AR-546136 -5.665000 56.48650 105 -#> 4847 VR2AR-546136 -5.665000 56.48650 105 -#> 4848 VR2AR-546136 -5.665000 56.48650 105 -#> 4849 VR2AR-546136 -5.665000 56.48650 105 -#> 4850 VR2AR-546136 -5.665000 56.48650 105 -#> 4851 VR2AR-546136 -5.665000 56.48650 105 -#> 4852 VR2AR-546136 -5.665000 56.48650 105 -#> 4853 VR2AR-546136 -5.665000 56.48650 105 -#> 4854 VR2AR-546136 -5.665000 56.48650 105 -#> 4855 VR2AR-546136 -5.665000 56.48650 105 -#> 4856 VR2AR-546136 -5.665000 56.48650 105 -#> 4857 VR2AR-546136 -5.665000 56.48650 105 -#> 4858 VR2AR-546136 -5.665000 56.48650 105 -#> 4859 VR2AR-546136 -5.665000 56.48650 105 -#> 4860 VR2AR-546136 -5.665000 56.48650 105 -#> 4861 VR2AR-546136 -5.665000 56.48650 105 -#> 4862 VR2AR-546136 -5.665000 56.48650 105 -#> 4863 VR2AR-546136 -5.665000 56.48650 105 -#> 4864 VR2AR-546136 -5.665000 56.48650 105 -#> 4865 VR2AR-546136 -5.665000 56.48650 105 -#> 4866 VR2AR-546136 -5.665000 56.48650 105 -#> 4867 VR2AR-546136 -5.665000 56.48650 105 -#> 4868 VR2AR-546136 -5.665000 56.48650 105 -#> 4869 VR2AR-546136 -5.665000 56.48650 105 -#> 4870 VR2AR-546136 -5.665000 56.48650 105 -#> 4871 VR2AR-546136 -5.665000 56.48650 105 -#> 4872 VR2AR-546136 -5.665000 56.48650 105 -#> 4873 VR2AR-546136 -5.665000 56.48650 105 -#> 4874 VR2AR-546136 -5.665000 56.48650 105 -#> 4875 VR2AR-546136 -5.665000 56.48650 105 -#> 4876 VR2AR-546136 -5.665000 56.48650 105 -#> 4877 VR2AR-546136 -5.665000 56.48650 105 -#> 4878 VR2AR-546136 -5.665000 56.48650 105 -#> 4879 VR2AR-546136 -5.665000 56.48650 105 -#> 4880 VR2AR-546136 -5.665000 56.48650 105 -#> 4881 VR2AR-546136 -5.665000 56.48650 105 -#> 4882 VR2AR-546136 -5.665000 56.48650 105 -#> 4883 VR2AR-546136 -5.665000 56.48650 105 -#> 4884 VR2AR-546136 -5.665000 56.48650 105 -#> 4885 VR2AR-546136 -5.665000 56.48650 105 -#> 4886 VR2AR-546136 -5.665000 56.48650 105 -#> 4887 VR2AR-546136 -5.665000 56.48650 105 -#> 4888 VR2AR-546136 -5.665000 56.48650 105 -#> 4889 VR2AR-546136 -5.665000 56.48650 105 -#> 4890 VR2AR-546136 -5.665000 56.48650 105 -#> 4891 VR2AR-546136 -5.665000 56.48650 105 -#> 4892 VR2AR-546136 -5.665000 56.48650 105 -#> 4893 VR2AR-546136 -5.665000 56.48650 105 -#> 4894 VR2AR-546136 -5.665000 56.48650 105 -#> 4895 VR2AR-546136 -5.665000 56.48650 105 -#> 4896 VR2AR-546136 -5.665000 56.48650 105 -#> 4897 VR2AR-546136 -5.665000 56.48650 105 -#> 4898 VR2AR-546136 -5.665000 56.48650 105 -#> 4899 VR2AR-546136 -5.665000 56.48650 105 -#> 4900 VR2AR-546136 -5.665000 56.48650 105 -#> 4901 VR2AR-546136 -5.665000 56.48650 105 -#> 4902 VR2AR-546136 -5.665000 56.48650 105 -#> 4903 VR2AR-546136 -5.665000 56.48650 105 -#> 4904 VR2AR-546136 -5.665000 56.48650 105 -#> 4905 VR2AR-546136 -5.665000 56.48650 105 -#> 4906 VR2AR-546136 -5.665000 56.48650 105 -#> 4907 VR2AR-546136 -5.665000 56.48650 105 -#> 4908 VR2AR-546136 -5.665000 56.48650 105 -#> 4909 VR2AR-546136 -5.665000 56.48650 105 -#> 4910 VR2AR-546136 -5.665000 56.48650 105 -#> 4911 VR2AR-546136 -5.665000 56.48650 105 -#> 4912 VR2AR-546136 -5.665000 56.48650 105 -#> 4913 VR2AR-546136 -5.665000 56.48650 105 -#> 4914 VR2AR-546136 -5.665000 56.48650 105 -#> 4915 VR2AR-546136 -5.665000 56.48650 105 -#> 4916 VR2AR-546136 -5.665000 56.48650 105 -#> 4917 VR2AR-546136 -5.665000 56.48650 105 -#> 4918 VR2AR-546136 -5.665000 56.48650 105 -#> 4919 VR2AR-546136 -5.665000 56.48650 105 -#> 4920 VR2AR-546136 -5.665000 56.48650 105 -#> 4921 VR2AR-546136 -5.665000 56.48650 105 -#> 4922 VR2AR-546136 -5.665000 56.48650 105 -#> 4923 VR2AR-546136 -5.665000 56.48650 105 -#> 4924 VR2AR-546136 -5.665000 56.48650 105 -#> 4925 VR2AR-546136 -5.665000 56.48650 105 -#> 4926 VR2AR-546136 -5.665000 56.48650 105 -#> 4927 VR2AR-546136 -5.665000 56.48650 105 -#> 4928 VR2AR-546136 -5.665000 56.48650 105 -#> 4929 VR2AR-546136 -5.665000 56.48650 105 -#> 4930 VR2AR-546136 -5.665000 56.48650 105 -#> 4931 VR2AR-546136 -5.665000 56.48650 105 -#> 4932 VR2AR-546136 -5.665000 56.48650 105 -#> 4933 VR2AR-546136 -5.665000 56.48650 105 -#> 4934 VR2AR-546136 -5.665000 56.48650 105 -#> 4935 VR2AR-546136 -5.665000 56.48650 105 -#> 4936 VR2AR-546136 -5.665000 56.48650 105 -#> 4937 VR2AR-546136 -5.665000 56.48650 105 -#> 4938 VR2AR-546136 -5.665000 56.48650 105 -#> 4939 VR2AR-546136 -5.665000 56.48650 105 -#> 4940 VR2AR-546136 -5.665000 56.48650 105 -#> 4941 VR2AR-546136 -5.665000 56.48650 105 -#> 4942 VR2AR-546136 -5.665000 56.48650 105 -#> 4943 VR2AR-546136 -5.665000 56.48650 105 -#> 4944 VR2AR-546136 -5.665000 56.48650 105 -#> 4945 VR2AR-546136 -5.665000 56.48650 105 -#> 4946 VR2AR-546136 -5.665000 56.48650 105 -#> 4947 VR2AR-546136 -5.665000 56.48650 105 -#> 4948 VR2AR-546136 -5.665000 56.48650 105 -#> 4949 VR2AR-546136 -5.665000 56.48650 105 -#> 4950 VR2AR-546136 -5.665000 56.48650 105 -#> 4951 VR2AR-546136 -5.665000 56.48650 105 -#> 4952 VR2AR-546136 -5.665000 56.48650 105 -#> 4953 VR2AR-546136 -5.665000 56.48650 105 -#> 4954 VR2AR-546136 -5.665000 56.48650 105 -#> 4955 VR2AR-546136 -5.665000 56.48650 105 -#> 4956 VR2AR-546136 -5.665000 56.48650 105 -#> 4957 VR2AR-546136 -5.665000 56.48650 105 -#> 4958 VR2AR-546136 -5.665000 56.48650 105 -#> 4959 VR2AR-546136 -5.665000 56.48650 105 -#> 4960 VR2-6720 -5.627150 56.50808 50 -#> 4961 VR2-6720 -5.627150 56.50808 50 -#> 4962 VR2-6720 -5.627150 56.50808 50 -#> 4963 VR2-6720 -5.627150 56.50808 50 -#> 4964 VR2-6720 -5.627150 56.50808 50 -#> 4965 VR2-6720 -5.627150 56.50808 50 -#> 4966 VR2-6720 -5.627150 56.50808 50 -#> 4967 VR2-6720 -5.627150 56.50808 50 -#> 4968 VR2-6720 -5.627150 56.50808 50 -#> 4969 VR2-6720 -5.627150 56.50808 50 -#> 4970 VR2-6720 -5.627150 56.50808 50 -#> 4971 VR2-6720 -5.627150 56.50808 50 -#> 4972 VR2-6720 -5.627150 56.50808 50 -#> 4973 VR2-6720 -5.627150 56.50808 50 -#> 4974 VR2-6720 -5.627150 56.50808 50 -#> 4975 VR2-6720 -5.627150 56.50808 50 -#> 4976 VR2-6720 -5.627150 56.50808 50 -#> 4977 VR2-6720 -5.627150 56.50808 50 -#> 4978 VR2-6720 -5.627150 56.50808 50 -#> 4979 VR2-6720 -5.627150 56.50808 50 -#> 4980 VR2-6720 -5.627150 56.50808 50 -#> 4981 VR2-6720 -5.627150 56.50808 50 -#> 4982 VR2-6720 -5.627150 56.50808 50 -#> 4983 VR2-6720 -5.627150 56.50808 50 -#> 4984 VR2-6720 -5.627150 56.50808 50 -#> 4985 VR2-6720 -5.627150 56.50808 50 -#> 4986 VR2-6720 -5.627150 56.50808 50 -#> 4987 VR2-6720 -5.627150 56.50808 50 -#> 4988 VR2-6720 -5.627150 56.50808 50 -#> 4989 VR2-6720 -5.627150 56.50808 50 -#> 4990 VR2-6720 -5.627150 56.50808 50 -#> 4991 VR2-6720 -5.627150 56.50808 50 -#> 4992 VR2-6720 -5.627150 56.50808 50 -#> 4993 VR2-6720 -5.627150 56.50808 50 -#> 4994 VR2-6720 -5.627150 56.50808 50 -#> 4995 VR2-6720 -5.627150 56.50808 50 -#> 4996 VR2-6720 -5.627150 56.50808 50 -#> 4997 VR2-6720 -5.627150 56.50808 50 -#> 4998 VR2-6720 -5.627150 56.50808 50 -#> 4999 VR2-6720 -5.627150 56.50808 50 -#> 5000 VR2-6720 -5.627150 56.50808 50 -#> 5001 VR2-6720 -5.627150 56.50808 50 -#> 5002 VR2-6720 -5.627150 56.50808 50 -#> 5003 VR2-6720 -5.627150 56.50808 50 -#> 5004 VR2-6720 -5.627150 56.50808 50 -#> 5005 VR2-6720 -5.627150 56.50808 50 -#> 5006 VR2-6720 -5.627150 56.50808 50 -#> 5007 VR2-6720 -5.627150 56.50808 50 -#> 5008 VR2-6720 -5.627150 56.50808 50 -#> 5009 VR2-6720 -5.627150 56.50808 50 -#> 5010 VR2-6720 -5.627150 56.50808 50 -#> 5011 VR2-6720 -5.627150 56.50808 50 -#> 5012 VR2-6720 -5.627150 56.50808 50 -#> 5013 VR2-6720 -5.627150 56.50808 50 -#> 5014 VR2-6720 -5.627150 56.50808 50 -#> 5015 VR2-6720 -5.627150 56.50808 50 -#> 5016 VR2-6720 -5.627150 56.50808 50 -#> 5017 VR2-6720 -5.627150 56.50808 50 -#> 5018 VR2-6720 -5.627150 56.50808 50 -#> 5019 VR2-6720 -5.627150 56.50808 50 -#> 5020 VR2-6720 -5.627150 56.50808 50 -#> 5021 VR2-6720 -5.627150 56.50808 50 -#> 5022 VR2-6720 -5.627150 56.50808 50 -#> 5023 VR2-6720 -5.627150 56.50808 50 -#> 5024 VR2-6720 -5.627150 56.50808 50 -#> 5025 VR2-6720 -5.627150 56.50808 50 -#> 5026 VR2-6720 -5.627150 56.50808 50 -#> 5027 VR2-6720 -5.627150 56.50808 50 -#> 5028 VR2-6720 -5.627150 56.50808 50 -#> 5029 VR2-6720 -5.627150 56.50808 50 -#> 5030 VR2-6720 -5.627150 56.50808 50 -#> 5031 VR2AR-546136 -5.665000 56.48650 105 -#> 5032 VR2AR-546136 -5.665000 56.48650 105 -#> 5033 VR2AR-546136 -5.665000 56.48650 105 -#> 5034 VR2AR-546136 -5.665000 56.48650 105 -#> 5035 VR2-5629 -5.655350 56.38545 50 -#> 5036 VR2-5629 -5.655350 56.38545 50 -#> 5037 VR2-5629 -5.655350 56.38545 50 -#> 5038 VR2-5629 -5.655350 56.38545 50 -#> 5039 VR2-5629 -5.655350 56.38545 50 -#> 5040 VR2-5629 -5.655350 56.38545 50 -#> 5041 VR2-5629 -5.655350 56.38545 50 -#> 5042 VR2-5629 -5.655350 56.38545 50 -#> 5043 VR2-5629 -5.655350 56.38545 50 -#> 5044 VR2-5629 -5.655350 56.38545 50 -#> 5045 VR2-5629 -5.655350 56.38545 50 -#> 5046 VR2-5629 -5.655350 56.38545 50 -#> 5047 VR2-5629 -5.655350 56.38545 50 -#> 5048 VR2-5629 -5.655350 56.38545 50 -#> 5049 VR2-5629 -5.655350 56.38545 50 -#> 5050 VR2-5629 -5.655350 56.38545 50 -#> 5051 VR2-5629 -5.655350 56.38545 50 -#> 5052 VR2AR-546132 -5.606667 56.39367 95 -#> 5053 VR2AR-546132 -5.606667 56.39367 95 -#> 5054 VR2AR-546132 -5.606667 56.39367 95 -#> 5055 VR2AR-546132 -5.606667 56.39367 95 -#> 5056 VR2AR-546132 -5.606667 56.39367 95 -#> 5057 VR2AR-546132 -5.606667 56.39367 95 -#> 5058 VR2AR-546132 -5.606667 56.39367 95 -#> 5059 VR2AR-546132 -5.606667 56.39367 95 -#> 5060 VR2AR-546132 -5.606667 56.39367 95 -#> 5061 VR2AR-546132 -5.606667 56.39367 95 -#> 5062 VR2AR-546132 -5.606667 56.39367 95 -#> 5063 VR2AR-546132 -5.606667 56.39367 95 -#> 5064 VR2AR-546132 -5.606667 56.39367 95 -#> 5065 VR2AR-546132 -5.606667 56.39367 95 -#> 5066 VR2AR-546132 -5.606667 56.39367 95 -#> 5067 VR2AR-546132 -5.606667 56.39367 95 -#> 5068 VR2AR-546132 -5.606667 56.39367 95 -#> 5069 VR2AR-546132 -5.606667 56.39367 95 -#> 5070 VR2AR-546132 -5.606667 56.39367 95 -#> 5071 VR2AR-546132 -5.606667 56.39367 95 -#> 5072 VR2AR-546132 -5.606667 56.39367 95 -#> 5073 VR2AR-546132 -5.606667 56.39367 95 -#> 5074 VR2AR-546132 -5.606667 56.39367 95 -#> 5075 VR2AR-546132 -5.606667 56.39367 95 -#> 5076 VR2AR-546132 -5.606667 56.39367 95 -#> 5077 VR2AR-546132 -5.606667 56.39367 95 -#> 5078 VR2AR-546132 -5.606667 56.39367 95 -#> 5079 VR2AR-546132 -5.606667 56.39367 95 -#> 5080 VR2AR-546132 -5.606667 56.39367 95 -#> 5081 VR2AR-546132 -5.606667 56.39367 95 -#> 5082 VR2AR-546132 -5.606667 56.39367 95 -#> 5083 VR2AR-546132 -5.606667 56.39367 95 -#> 5084 VR2AR-546132 -5.606667 56.39367 95 -#> 5085 VR2AR-546132 -5.606667 56.39367 95 -#> 5086 VR2AR-546132 -5.606667 56.39367 95 -#> 5087 VR2AR-546132 -5.606667 56.39367 95 -#> 5088 VR2AR-546132 -5.606667 56.39367 95 -#> 5089 VR2AR-546132 -5.606667 56.39367 95 -#> 5090 VR2AR-546132 -5.606667 56.39367 95 -#> 5091 VR2AR-546132 -5.606667 56.39367 95 -#> 5092 VR2W-120722 -5.602283 56.37748 25 -#> 5093 VR2W-120722 -5.602283 56.37748 25 -#> 5094 VR2W-120722 -5.602283 56.37748 25 -#> 5095 VR2W-113142 -5.634833 56.37502 50 -#> 5096 VR2W-113142 -5.634833 56.37502 50 -#> 5097 VR2W-113142 -5.634833 56.37502 50 -#> 5098 VR2AR-546133 -5.650167 56.36550 50 -#> 5099 VR2AR-546133 -5.650167 56.36550 50 -#> 5100 VR2AR-546133 -5.650167 56.36550 50 -#> 5101 VR2AR-546133 -5.650167 56.36550 50 -#> 5102 VR2AR-546133 -5.650167 56.36550 50 -#> 5103 VR2AR-546133 -5.650167 56.36550 50 -#> 5104 VR2AR-546133 -5.650167 56.36550 50 -#> 5105 VR2W-110825 -5.691617 56.35263 50 -#> 5106 VR2W-110825 -5.691617 56.35263 50 -#> 5107 VR2W-110825 -5.691617 56.35263 50 -#> 5108 VR2W-110825 -5.691617 56.35263 50 -#> 5109 VR2W-110825 -5.691617 56.35263 50 -#> 5110 VR2W-110825 -5.691617 56.35263 50 -#> 5111 VR2W-110825 -5.691617 56.35263 50 -#> 5112 VR2W-110825 -5.691617 56.35263 50 -#> 5113 VR2W-110825 -5.691617 56.35263 50 -#> 5114 VR2W-110825 -5.691617 56.35263 50 -#> 5115 VR2W-110825 -5.691617 56.35263 50 -#> 5116 VR2W-110825 -5.691617 56.35263 50 -#> 5117 VR2W-110825 -5.691617 56.35263 50 -#> 5118 VR2W-110825 -5.691617 56.35263 50 -#> 5119 VR2-5629 -5.655350 56.38545 50 -#> 5120 VR2-5629 -5.655350 56.38545 50 -#> 5121 VR2-5629 -5.655350 56.38545 50 -#> 5122 VR2-5629 -5.655350 56.38545 50 -#> 5123 VR2-5629 -5.655350 56.38545 50 -#> 5124 VR2-5629 -5.655350 56.38545 50 -#> 5125 VR2-5629 -5.655350 56.38545 50 -#> 5126 VR2-5629 -5.655350 56.38545 50 -#> 5127 VR2-5629 -5.655350 56.38545 50 -#> 5128 VR2-5629 -5.655350 56.38545 50 -#> 5129 VR2-5629 -5.655350 56.38545 50 -#> 5130 VR2-5629 -5.655350 56.38545 50 -#> 5131 VR2-5629 -5.655350 56.38545 50 -#> 5132 VR2-5629 -5.655350 56.38545 50 -#> 5133 VR2-5629 -5.655350 56.38545 50 -#> 5134 VR2-5629 -5.655350 56.38545 50 -#> 5135 VR2-5629 -5.655350 56.38545 50 -#> 5136 VR2-5629 -5.655350 56.38545 50 -#> 5137 VR2-5629 -5.655350 56.38545 50 -#> 5138 VR2-5629 -5.655350 56.38545 50 -#> 5139 VR2-5629 -5.655350 56.38545 50 -#> 5140 VR2AR-546136 -5.665000 56.48650 105 -#> 5141 VR2AR-546136 -5.665000 56.48650 105 -#> 5142 VR2AR-546136 -5.665000 56.48650 105 -#> 5143 VR2AR-546136 -5.665000 56.48650 105 -#> 5144 VR2AR-546136 -5.665000 56.48650 105 -#> 5145 VR2AR-546136 -5.665000 56.48650 105 -#> 5146 VR2AR-546136 -5.665000 56.48650 105 -#> 5147 VR2AR-546136 -5.665000 56.48650 105 -#> 5148 VR2AR-546136 -5.665000 56.48650 105 -#> 5149 VR2AR-546136 -5.665000 56.48650 105 -#> 5150 VR2AR-546136 -5.665000 56.48650 105 -#> 5151 VR2AR-546136 -5.665000 56.48650 105 -#> 5152 VR2AR-546136 -5.665000 56.48650 105 -#> 5153 VR2AR-546136 -5.665000 56.48650 105 -#> 5154 VR2AR-546136 -5.665000 56.48650 105 -#> 5155 VR2AR-546136 -5.665000 56.48650 105 -#> 5156 VR2AR-546136 -5.665000 56.48650 105 -#> 5157 VR2AR-546136 -5.665000 56.48650 105 -#> 5158 VR2AR-546136 -5.665000 56.48650 105 -#> 5159 VR2AR-546136 -5.665000 56.48650 105 -#> 5160 VR2AR-546136 -5.665000 56.48650 105 -#> 5161 VR2AR-546136 -5.665000 56.48650 105 -#> 5162 VR2AR-546136 -5.665000 56.48650 105 -#> 5163 VR2AR-546136 -5.665000 56.48650 105 -#> 5164 VR2AR-546134 -5.628000 56.45650 40 -#> 5165 VR2AR-546134 -5.628000 56.45650 40 -#> 5166 VR2AR-546134 -5.628000 56.45650 40 -#> 5167 VR2AR-546134 -5.628000 56.45650 40 -#> 5168 VR2AR-546134 -5.628000 56.45650 40 -#> 5169 VR2AR-546132 -5.606667 56.39367 95 -#> 5170 VR2AR-546132 -5.606667 56.39367 95 -#> 5171 VR2AR-546132 -5.606667 56.39367 95 -#> 5172 VR2AR-546132 -5.606667 56.39367 95 -#> 5173 VR2AR-546132 -5.606667 56.39367 95 -#> 5174 VR2AR-546132 -5.606667 56.39367 95 -#> 5175 VR2AR-546132 -5.606667 56.39367 95 -#> 5176 VR2AR-546132 -5.606667 56.39367 95 -#> 5177 VR2AR-546132 -5.606667 56.39367 95 -#> 5178 VR2AR-546132 -5.606667 56.39367 95 -#> 5179 VR2AR-546132 -5.606667 56.39367 95 -#> 5180 VR2AR-546132 -5.606667 56.39367 95 -#> 5181 VR2AR-546132 -5.606667 56.39367 95 -#> 5182 VR2AR-546132 -5.606667 56.39367 95 -#> 5183 VR2AR-546132 -5.606667 56.39367 95 -#> 5184 VR2AR-546132 -5.606667 56.39367 95 -#> 5185 VR2AR-546132 -5.606667 56.39367 95 -#> 5186 VR2AR-546132 -5.606667 56.39367 95 -#> 5187 VR2AR-546132 -5.606667 56.39367 95 -#> 5188 VR2AR-546132 -5.606667 56.39367 95 -#> 5189 VR2AR-546132 -5.606667 56.39367 95 -#> 5190 VR2AR-546132 -5.606667 56.39367 95 -#> 5191 VR2AR-546132 -5.606667 56.39367 95 -#> 5192 VR2AR-546132 -5.606667 56.39367 95 -#> 5193 VR2AR-546132 -5.606667 56.39367 95 -#> 5194 VR2AR-546132 -5.606667 56.39367 95 -#> 5195 VR2AR-546132 -5.606667 56.39367 95 -#> 5196 VR2AR-546132 -5.606667 56.39367 95 -#> 5197 VR2AR-546132 -5.606667 56.39367 95 -#> 5198 VR2AR-546132 -5.606667 56.39367 95 -#> 5199 VR2AR-546132 -5.606667 56.39367 95 -#> 5200 VR2AR-546132 -5.606667 56.39367 95 -#> 5201 VR2AR-546132 -5.606667 56.39367 95 -#> 5202 VR2AR-546132 -5.606667 56.39367 95 -#> 5203 VR2AR-546132 -5.606667 56.39367 95 -#> 5204 VR2AR-546132 -5.606667 56.39367 95 -#> 5205 VR2AR-546132 -5.606667 56.39367 95 -#> 5206 VR2AR-546132 -5.606667 56.39367 95 -#> 5207 VR2AR-546132 -5.606667 56.39367 95 -#> 5208 VR2AR-546132 -5.606667 56.39367 95 -#> 5209 VR2AR-546132 -5.606667 56.39367 95 -#> 5210 VR2AR-546132 -5.606667 56.39367 95 -#> 5211 VR2AR-546132 -5.606667 56.39367 95 -#> 5212 VR2AR-546132 -5.606667 56.39367 95 -#> 5213 VR2AR-546132 -5.606667 56.39367 95 -#> 5214 VR2AR-546132 -5.606667 56.39367 95 -#> 5215 VR2AR-546132 -5.606667 56.39367 95 -#> 5216 VR2AR-546132 -5.606667 56.39367 95 -#> 5217 VR2AR-546132 -5.606667 56.39367 95 -#> 5218 VR2AR-546132 -5.606667 56.39367 95 -#> 5219 VR2AR-546132 -5.606667 56.39367 95 -#> 5220 VR2AR-546132 -5.606667 56.39367 95 -#> 5221 VR2AR-546132 -5.606667 56.39367 95 -#> 5222 VR2AR-546132 -5.606667 56.39367 95 -#> 5223 VR2AR-546132 -5.606667 56.39367 95 -#> 5224 VR2AR-546132 -5.606667 56.39367 95 -#> 5225 VR2AR-546132 -5.606667 56.39367 95 -#> 5226 VR2AR-546132 -5.606667 56.39367 95 -#> 5227 VR2AR-546132 -5.606667 56.39367 95 -#> 5228 VR2AR-546132 -5.606667 56.39367 95 -#> 5229 VR2AR-546132 -5.606667 56.39367 95 -#> 5230 VR2AR-546132 -5.606667 56.39367 95 -#> 5231 VR2AR-546132 -5.606667 56.39367 95 -#> 5232 VR2AR-546132 -5.606667 56.39367 95 -#> 5233 VR2AR-546132 -5.606667 56.39367 95 -#> 5234 VR2AR-546132 -5.606667 56.39367 95 -#> 5235 VR2AR-546132 -5.606667 56.39367 95 -#> 5236 VR2AR-546132 -5.606667 56.39367 95 -#> 5237 VR2AR-546132 -5.606667 56.39367 95 -#> 5238 VR2AR-546132 -5.606667 56.39367 95 -#> 5239 VR2AR-546132 -5.606667 56.39367 95 -#> 5240 VR2AR-546132 -5.606667 56.39367 95 -#> 5241 VR2AR-546132 -5.606667 56.39367 95 -#> 5242 VR2AR-546132 -5.606667 56.39367 95 -#> 5243 VR2AR-546132 -5.606667 56.39367 95 -#> 5244 VR2AR-546132 -5.606667 56.39367 95 -#> 5245 VR2AR-546132 -5.606667 56.39367 95 -#> 5246 VR2AR-546132 -5.606667 56.39367 95 -#> 5247 VR2AR-546132 -5.606667 56.39367 95 -#> 5248 VR2AR-546132 -5.606667 56.39367 95 -#> 5249 VR2AR-546132 -5.606667 56.39367 95 -#> 5250 VR2AR-546132 -5.606667 56.39367 95 -#> 5251 VR2AR-546132 -5.606667 56.39367 95 -#> 5252 VR2AR-546132 -5.606667 56.39367 95 -#> 5253 VR2AR-546132 -5.606667 56.39367 95 -#> 5254 VR2AR-546132 -5.606667 56.39367 95 -#> 5255 VR2W-108158 -5.619533 56.37413 25 -#> 5256 VR2W-108158 -5.619533 56.37413 25 -#> 5257 VR2W-108158 -5.619533 56.37413 25 -#> 5258 VR2W-108158 -5.619533 56.37413 25 -#> 5259 VR2W-108158 -5.619533 56.37413 25 -#> 5260 VR2W-108158 -5.619533 56.37413 25 -#> 5261 VR2W-108158 -5.619533 56.37413 25 -#> 5262 VR2W-108158 -5.619533 56.37413 25 -#> 5263 VR2W-108158 -5.619533 56.37413 25 -#> 5264 VR2W-108158 -5.619533 56.37413 25 -#> 5265 VR2W-108158 -5.619533 56.37413 25 -#> 5266 VR2W-108158 -5.619533 56.37413 25 -#> 5267 VR2W-108158 -5.619533 56.37413 25 -#> 5268 VR2W-108158 -5.619533 56.37413 25 -#> 5269 VR2W-108158 -5.619533 56.37413 25 -#> 5270 VR2W-108158 -5.619533 56.37413 25 -#> 5271 VR2W-113142 -5.634833 56.37502 50 -#> 5272 VR2W-113142 -5.634833 56.37502 50 -#> 5273 VR2W-113142 -5.634833 56.37502 50 -#> 5274 VR2W-113142 -5.634833 56.37502 50 -#> 5275 VR2W-113142 -5.634833 56.37502 50 -#> 5276 VR2W-113142 -5.634833 56.37502 50 -#> 5277 VR2W-113142 -5.634833 56.37502 50 -#> 5278 VR2W-113142 -5.634833 56.37502 50 -#> 5279 VR2W-113142 -5.634833 56.37502 50 -#> 5280 VR2W-113142 -5.634833 56.37502 50 -#> 5281 VR2W-113142 -5.634833 56.37502 50 -#> 5282 VR2W-113142 -5.634833 56.37502 50 -#> 5283 VR2W-113142 -5.634833 56.37502 50 -#> 5284 VR2W-113142 -5.634833 56.37502 50 -#> 5285 VR2W-113142 -5.634833 56.37502 50 -#> 5286 VR2W-113142 -5.634833 56.37502 50 -#> 5287 VR2AR-546132 -5.606667 56.39367 95 -#> 5288 VR2AR-546132 -5.606667 56.39367 95 -#> 5289 VR2AR-546132 -5.606667 56.39367 95 -#> 5290 VR2AR-546132 -5.606667 56.39367 95 -#> 5291 VR2AR-546132 -5.606667 56.39367 95 -#> 5292 VR2AR-546132 -5.606667 56.39367 95 -#> 5293 VR2W-113142 -5.634833 56.37502 50 -#> 5294 VR2W-113142 -5.634833 56.37502 50 -#> 5295 VR2W-113142 -5.634833 56.37502 50 -#> 5296 VR2W-113142 -5.634833 56.37502 50 -#> 5297 VR2W-113142 -5.634833 56.37502 50 -#> 5298 VR2W-113142 -5.634833 56.37502 50 -#> 5299 VR2W-113142 -5.634833 56.37502 50 -#> 5300 VR2W-113142 -5.634833 56.37502 50 -#> 5301 VR2W-113142 -5.634833 56.37502 50 -#> 5302 VR2W-113142 -5.634833 56.37502 50 -#> 5303 VR2W-113142 -5.634833 56.37502 50 -#> 5304 VR2W-113142 -5.634833 56.37502 50 -#> 5305 VR2W-113142 -5.634833 56.37502 50 -#> 5306 VR2W-110825 -5.691617 56.35263 50 -#> 5307 VR2W-110825 -5.691617 56.35263 50 -#> 5308 VR2W-110825 -5.691617 56.35263 50 -#> 5309 VR2W-110825 -5.691617 56.35263 50 -#> 5310 VR2W-110825 -5.691617 56.35263 50 -#> 5311 VR2W-110825 -5.691617 56.35263 50 -#> 5312 VR2W-110825 -5.691617 56.35263 50 -#> 5313 VR2W-110825 -5.691617 56.35263 50 -#> 5314 VR2W-110825 -5.691617 56.35263 50 -#> 5315 VR2W-110825 -5.691617 56.35263 50 -#> 5316 VR2W-110825 -5.691617 56.35263 50 -#> 5317 VR2W-110825 -5.691617 56.35263 50 -#> 5318 VR2W-110825 -5.691617 56.35263 50 -#> 5319 VR2W-113142 -5.634833 56.37502 50 -#> 5320 VR2W-113142 -5.634833 56.37502 50 -#> 5321 VR2W-113142 -5.634833 56.37502 50 -#> 5322 VR2W-113142 -5.634833 56.37502 50 -#> 5323 VR2W-113142 -5.634833 56.37502 50 -#> 5324 VR2W-113142 -5.634833 56.37502 50 -#> 5325 VR2W-113142 -5.634833 56.37502 50 -#> 5326 VR2W-113142 -5.634833 56.37502 50 -#> 5327 VR2AR-546132 -5.606667 56.39367 95 -#> 5328 VR2AR-546132 -5.606667 56.39367 95 -#> 5329 VR2AR-546132 -5.606667 56.39367 95 -#> 5330 VR2AR-546132 -5.606667 56.39367 95 -#> 5331 VR2AR-546132 -5.606667 56.39367 95 -#> 5332 VR2AR-546132 -5.606667 56.39367 95 -#> 5333 VR2AR-546132 -5.606667 56.39367 95 -#> 5334 VR2AR-546132 -5.606667 56.39367 95 -#> 5335 VR2AR-546132 -5.606667 56.39367 95 -#> 5336 VR2AR-546132 -5.606667 56.39367 95 -#> 5337 VR2AR-546132 -5.606667 56.39367 95 -#> 5338 VR2AR-546132 -5.606667 56.39367 95 -#> 5339 VR2AR-546132 -5.606667 56.39367 95 -#> 5340 VR2AR-546132 -5.606667 56.39367 95 -#> 5341 VR2AR-546132 -5.606667 56.39367 95 -#> 5342 VR2AR-546132 -5.606667 56.39367 95 -#> 5343 VR2AR-546132 -5.606667 56.39367 95 -#> 5344 VR2AR-546132 -5.606667 56.39367 95 -#> 5345 VR2AR-546132 -5.606667 56.39367 95 -#> 5346 VR2AR-546132 -5.606667 56.39367 95 -#> 5347 VR2AR-546132 -5.606667 56.39367 95 -#> 5348 VR2AR-546132 -5.606667 56.39367 95 -#> 5349 VR2AR-546132 -5.606667 56.39367 95 -#> 5350 VR2AR-546132 -5.606667 56.39367 95 -#> 5351 VR2AR-546132 -5.606667 56.39367 95 -#> 5352 VR2AR-546132 -5.606667 56.39367 95 -#> 5353 VR2AR-546132 -5.606667 56.39367 95 -#> 5354 VR2AR-546132 -5.606667 56.39367 95 -#> 5355 VR2AR-546132 -5.606667 56.39367 95 -#> 5356 VR2AR-546132 -5.606667 56.39367 95 -#> 5357 VR2AR-546132 -5.606667 56.39367 95 -#> 5358 VR2AR-546132 -5.606667 56.39367 95 -#> 5359 VR2AR-546132 -5.606667 56.39367 95 -#> 5360 VR2AR-546132 -5.606667 56.39367 95 -#> 5361 VR2AR-546132 -5.606667 56.39367 95 -#> 5362 VR2AR-546132 -5.606667 56.39367 95 -#> 5363 VR2AR-546132 -5.606667 56.39367 95 -#> 5364 VR2AR-546132 -5.606667 56.39367 95 -#> 5365 VR2AR-546132 -5.606667 56.39367 95 -#> 5366 VR2AR-546132 -5.606667 56.39367 95 -#> 5367 VR2AR-546132 -5.606667 56.39367 95 -#> 5368 VR2AR-546132 -5.606667 56.39367 95 -#> 5369 VR2AR-546132 -5.606667 56.39367 95 -#> 5370 VR2W-120722 -5.602283 56.37748 25 -#> 5371 VR2W-120722 -5.602283 56.37748 25 -#> 5372 VR2W-120722 -5.602283 56.37748 25 -#> 5373 VR2W-120722 -5.602283 56.37748 25 -#> 5374 VR2W-120722 -5.602283 56.37748 25 -#> 5375 VR2W-120722 -5.602283 56.37748 25 -#> 5376 VR2W-120722 -5.602283 56.37748 25 -#> 5377 VR2W-120722 -5.602283 56.37748 25 -#> 5378 VR2W-120722 -5.602283 56.37748 25 -#> 5379 VR2W-120722 -5.602283 56.37748 25 -#> 5380 VR2W-120722 -5.602283 56.37748 25 -#> 5381 VR2AR-546132 -5.606667 56.39367 95 -#> 5382 VR2AR-546132 -5.606667 56.39367 95 -#> 5383 VR2AR-546132 -5.606667 56.39367 95 -#> 5384 VR2AR-546132 -5.606667 56.39367 95 -#> 5385 VR2AR-546132 -5.606667 56.39367 95 -#> 5386 VR2AR-546132 -5.606667 56.39367 95 -#> 5387 VR2AR-546132 -5.606667 56.39367 95 -#> 5388 VR2AR-546132 -5.606667 56.39367 95 -#> 5389 VR2AR-546132 -5.606667 56.39367 95 -#> 5390 VR2AR-546132 -5.606667 56.39367 95 -#> 5391 VR2AR-546132 -5.606667 56.39367 95 -#> 5392 VR2AR-546132 -5.606667 56.39367 95 -#> 5393 VR2AR-546132 -5.606667 56.39367 95 -#> 5394 VR2AR-546132 -5.606667 56.39367 95 -#> 5395 VR2AR-546132 -5.606667 56.39367 95 -#> 5396 VR2AR-546132 -5.606667 56.39367 95 -#> 5397 VR2AR-546132 -5.606667 56.39367 95 -#> 5398 VR2AR-546132 -5.606667 56.39367 95 -#> 5399 VR2AR-546132 -5.606667 56.39367 95 -#> 5400 VR2AR-546132 -5.606667 56.39367 95 -#> 5401 VR2AR-546132 -5.606667 56.39367 95 -#> 5402 VR2AR-546132 -5.606667 56.39367 95 -#> 5403 VR2AR-546132 -5.606667 56.39367 95 -#> 5404 VR2AR-546132 -5.606667 56.39367 95 -#> 5405 VR2AR-546132 -5.606667 56.39367 95 -#> 5406 VR2AR-546132 -5.606667 56.39367 95 -#> 5407 VR2AR-546132 -5.606667 56.39367 95 -#> 5408 VR2AR-546132 -5.606667 56.39367 95 -#> 5409 VR2AR-546132 -5.606667 56.39367 95 -#> 5410 VR2AR-546132 -5.606667 56.39367 95 -#> 5411 VR2AR-546132 -5.606667 56.39367 95 -#> 5412 VR2AR-546132 -5.606667 56.39367 95 -#> 5413 VR2AR-546132 -5.606667 56.39367 95 -#> 5414 VR2AR-546132 -5.606667 56.39367 95 -#> 5415 VR2AR-546132 -5.606667 56.39367 95 -#> 5416 VR2AR-546132 -5.606667 56.39367 95 -#> 5417 VR2AR-546132 -5.606667 56.39367 95 -#> 5418 VR2AR-546132 -5.606667 56.39367 95 -#> 5419 VR2AR-546132 -5.606667 56.39367 95 -#> 5420 VR2AR-546132 -5.606667 56.39367 95 -#> 5421 VR2AR-546132 -5.606667 56.39367 95 -#> 5422 VR2AR-546132 -5.606667 56.39367 95 -#> 5423 VR2AR-546132 -5.606667 56.39367 95 -#> 5424 VR2AR-546132 -5.606667 56.39367 95 -#> 5425 VR2AR-546132 -5.606667 56.39367 95 -#> 5426 VR2AR-546132 -5.606667 56.39367 95 -#> 5427 VR2AR-546132 -5.606667 56.39367 95 -#> 5428 VR2W-120722 -5.602283 56.37748 25 -#> 5429 VR2W-120722 -5.602283 56.37748 25 -#> 5430 VR2W-120722 -5.602283 56.37748 25 -#> 5431 VR2W-120722 -5.602283 56.37748 25 -#> 5432 VR2W-120722 -5.602283 56.37748 25 -#> 5433 VR2W-108158 -5.619533 56.37413 25 -#> 5434 VR2W-108158 -5.619533 56.37413 25 -#> 5435 VR2W-108158 -5.619533 56.37413 25 -#> 5436 VR2W-108158 -5.619533 56.37413 25 -#> 5437 VR2W-108158 -5.619533 56.37413 25 -#> 5438 VR2W-108158 -5.619533 56.37413 25 -#> 5439 VR2W-108158 -5.619533 56.37413 25 -#> 5440 VR2W-108158 -5.619533 56.37413 25 -#> 5441 VR2W-120722 -5.602283 56.37748 25 -#> 5442 VR2W-120722 -5.602283 56.37748 25 -#> 5443 VR2W-120722 -5.602283 56.37748 25 -#> 5444 VR2W-120722 -5.602283 56.37748 25 -#> 5445 VR2W-120722 -5.602283 56.37748 25 -#> 5446 VR2W-120722 -5.602283 56.37748 25 -#> 5447 VR2W-120722 -5.602283 56.37748 25 -#> 5448 VR2W-120722 -5.602283 56.37748 25 -#> 5449 VR2W-120722 -5.602283 56.37748 25 -#> 5450 VR2W-120722 -5.602283 56.37748 25 -#> 5451 VR2W-120722 -5.602283 56.37748 25 -#> 5452 VR2W-120722 -5.602283 56.37748 25 -#> 5453 VR2W-120722 -5.602283 56.37748 25 -#> 5454 VR2W-120722 -5.602283 56.37748 25 -#> 5455 VR2W-120722 -5.602283 56.37748 25 -#> 5456 VR2W-120722 -5.602283 56.37748 25 -#> 5457 VR2W-120722 -5.602283 56.37748 25 -#> 5458 VR2W-120722 -5.602283 56.37748 25 -#> 5459 VR2W-120722 -5.602283 56.37748 25 -#> 5460 VR2W-120722 -5.602283 56.37748 25 -#> 5461 VR2W-120722 -5.602283 56.37748 25 -#> 5462 VR2W-120722 -5.602283 56.37748 25 -#> 5463 VR2W-120722 -5.602283 56.37748 25 -#> 5464 VR2W-120722 -5.602283 56.37748 25 -#> 5465 VR2W-108158 -5.619533 56.37413 25 -#> 5466 VR2W-108158 -5.619533 56.37413 25 -#> 5467 VR2W-108158 -5.619533 56.37413 25 -#> 5468 VR2W-108158 -5.619533 56.37413 25 -#> 5469 VR2W-108158 -5.619533 56.37413 25 -#> 5470 VR2W-108158 -5.619533 56.37413 25 -#> 5471 VR2W-108158 -5.619533 56.37413 25 -#> 5472 VR2W-108158 -5.619533 56.37413 25 -#> 5473 VR2W-120722 -5.602283 56.37748 25 -#> 5474 VR2W-120722 -5.602283 56.37748 25 -#> 5475 VR2W-120722 -5.602283 56.37748 25 -#> 5476 VR2W-120722 -5.602283 56.37748 25 -#> 5477 VR2W-120722 -5.602283 56.37748 25 -#> 5478 VR2W-120722 -5.602283 56.37748 25 -#> 5479 VR2W-120722 -5.602283 56.37748 25 -#> 5480 VR2W-120722 -5.602283 56.37748 25 -#> 5481 VR2W-120722 -5.602283 56.37748 25 -#> 5482 VR2W-120722 -5.602283 56.37748 25 -#> 5483 VR2W-120722 -5.602283 56.37748 25 -#> 5484 VR2W-120722 -5.602283 56.37748 25 -#> 5485 VR2W-120722 -5.602283 56.37748 25 -#> 5486 VR2W-108158 -5.619533 56.37413 25 -#> 5487 VR2W-108158 -5.619533 56.37413 25 -#> 5488 VR2W-108158 -5.619533 56.37413 25 -#> 5489 VR2W-108158 -5.619533 56.37413 25 -#> 5490 VR2W-108158 -5.619533 56.37413 25 -#> 5491 VR2W-108158 -5.619533 56.37413 25 -#> 5492 VR2W-108158 -5.619533 56.37413 25 -#> 5493 VR2W-108158 -5.619533 56.37413 25 -#> 5494 VR2W-108158 -5.619533 56.37413 25 -#> 5495 VR2W-108158 -5.619533 56.37413 25 -#> 5496 VR2W-108158 -5.619533 56.37413 25 -#> 5497 VR2W-108158 -5.619533 56.37413 25 -#> 5498 VR2W-108158 -5.619533 56.37413 25 -#> 5499 VR2W-108158 -5.619533 56.37413 25 -#> 5500 VR2W-108158 -5.619533 56.37413 25 -#> 5501 VR2W-108158 -5.619533 56.37413 25 -#> 5502 VR2W-108158 -5.619533 56.37413 25 -#> 5503 VR2W-108158 -5.619533 56.37413 25 -#> 5504 VR2W-108158 -5.619533 56.37413 25 -#> 5505 VR2W-108158 -5.619533 56.37413 25 -#> 5506 VR2W-108158 -5.619533 56.37413 25 -#> 5507 VR2W-108158 -5.619533 56.37413 25 -#> 5508 VR2W-108158 -5.619533 56.37413 25 -#> 5509 VR2W-108158 -5.619533 56.37413 25 -#> 5510 VR2W-108158 -5.619533 56.37413 25 -#> 5511 VR2W-108158 -5.619533 56.37413 25 -#> 5512 VR2W-108158 -5.619533 56.37413 25 -#> 5513 VR2W-108161 -5.605383 56.46018 25 -#> 5514 VR2W-108161 -5.605383 56.46018 25 -#> 5515 VR2W-108161 -5.605383 56.46018 25 -#> 5516 VR2W-108161 -5.605383 56.46018 25 -#> 5517 VR2AR-546131 -5.612700 56.37988 35 -#> 5518 VR2AR-546131 -5.612700 56.37988 35 -#> 5519 VR2AR-546131 -5.612700 56.37988 35 -#> 5520 VR2AR-546131 -5.612700 56.37988 35 -#> 5521 VR2AR-546131 -5.612700 56.37988 35 -#> 5522 VR2AR-546131 -5.612700 56.37988 35 -#> 5523 VR2AR-546131 -5.612700 56.37988 35 -#> 5524 VR2AR-546131 -5.612700 56.37988 35 -#> 5525 VR2AR-546131 -5.612700 56.37988 35 -#> 5526 VR2AR-546131 -5.612700 56.37988 35 -#> 5527 VR2AR-546131 -5.612700 56.37988 35 -#> 5528 VR2AR-546131 -5.612700 56.37988 35 -#> 5529 VR2AR-546131 -5.612700 56.37988 35 -#> 5530 VR2W-108158 -5.619533 56.37413 25 -#> 5531 VR2W-108158 -5.619533 56.37413 25 -#> 5532 VR2W-108158 -5.619533 56.37413 25 -#> 5533 VR2W-108158 -5.619533 56.37413 25 -#> 5534 VR2W-108158 -5.619533 56.37413 25 -#> 5535 VR2W-108158 -5.619533 56.37413 25 -#> 5536 VR2W-108158 -5.619533 56.37413 25 -#> 5537 VR2W-108158 -5.619533 56.37413 25 -#> 5538 VR2W-108158 -5.619533 56.37413 25 -#> 5539 VR2W-108158 -5.619533 56.37413 25 -#> 5540 VR2W-108158 -5.619533 56.37413 25 -#> 5541 VR2W-108158 -5.619533 56.37413 25 -#> 5542 VR2W-108158 -5.619533 56.37413 25 -#> 5543 VR2W-108158 -5.619533 56.37413 25 -#> 5544 VR2W-108158 -5.619533 56.37413 25 -#> 5545 VR2W-108158 -5.619533 56.37413 25 -#> 5546 VR2W-108158 -5.619533 56.37413 25 -#> 5547 VR2W-108158 -5.619533 56.37413 25 -#> 5548 VR2W-108158 -5.619533 56.37413 25 -#> 5549 VR2W-108158 -5.619533 56.37413 25 -#> 5550 VR2W-108158 -5.619533 56.37413 25 -#> 5551 VR2W-108158 -5.619533 56.37413 25 -#> 5552 VR2W-108158 -5.619533 56.37413 25 -#> 5553 VR2W-108158 -5.619533 56.37413 25 -#> 5554 VR2AR-546131 -5.612700 56.37988 35 -#> 5555 VR2AR-546131 -5.612700 56.37988 35 -#> 5556 VR2AR-546131 -5.612700 56.37988 35 -#> 5557 VR2AR-546131 -5.612700 56.37988 35 -#> 5558 VR2AR-546131 -5.612700 56.37988 35 -#> 5559 VR2AR-546131 -5.612700 56.37988 35 -#> 5560 VR2AR-546131 -5.612700 56.37988 35 -#> 5561 VR2AR-546131 -5.612700 56.37988 35 -#> 5562 VR2AR-546131 -5.612700 56.37988 35 -#> 5563 VR2AR-546131 -5.612700 56.37988 35 -#> 5564 VR2AR-546131 -5.612700 56.37988 35 -#> 5565 VR2AR-546131 -5.612700 56.37988 35 -#> 5566 VR2AR-546131 -5.612700 56.37988 35 -#> 5567 VR2AR-546131 -5.612700 56.37988 35 -#> 5568 VR2AR-546131 -5.612700 56.37988 35 -#> 5569 VR2AR-546131 -5.612700 56.37988 35 -#> 5570 VR2AR-546131 -5.612700 56.37988 35 -#> 5571 VR2AR-546131 -5.612700 56.37988 35 -#> 5572 VR2AR-546131 -5.612700 56.37988 35 -#> 5573 VR2AR-546131 -5.612700 56.37988 35 -#> 5574 VR2AR-546131 -5.612700 56.37988 35 -#> 5575 VR2AR-546131 -5.612700 56.37988 35 -#> 5576 VR2AR-546131 -5.612700 56.37988 35 -#> 5577 VR2AR-546131 -5.612700 56.37988 35 -#> 5578 VR2AR-546131 -5.612700 56.37988 35 -#> 5579 VR2AR-546131 -5.612700 56.37988 35 -#> 5580 VR2AR-546131 -5.612700 56.37988 35 -#> 5581 VR2AR-546131 -5.612700 56.37988 35 -#> 5582 VR2AR-546131 -5.612700 56.37988 35 -#> 5583 VR2AR-546131 -5.612700 56.37988 35 -#> 5584 VR2AR-546131 -5.612700 56.37988 35 -#> 5585 VR2AR-546131 -5.612700 56.37988 35 -#> 5586 VR2AR-546380 -5.637917 56.44800 25 -#> 5587 VR2AR-546380 -5.637917 56.44800 25 -#> 5588 VR2AR-546380 -5.637917 56.44800 25 -#> 5589 VR2W-108161 -5.605383 56.46018 25 -#> 5590 VR2W-108161 -5.605383 56.46018 25 -#> 5591 VR2W-108161 -5.605383 56.46018 25 -#> 5592 VR2W-108161 -5.605383 56.46018 25 -#> 5593 VR2W-108161 -5.605383 56.46018 25 -#> 5594 VR2W-108161 -5.605383 56.46018 25 -#> 5595 VR2W-108161 -5.605383 56.46018 25 -#> 5596 VR2W-108161 -5.605383 56.46018 25 -#> 5597 VR2W-108161 -5.605383 56.46018 25 -#> 5598 VR2W-108161 -5.605383 56.46018 25 -#> 5599 VR2W-108161 -5.605383 56.46018 25 -#> 5600 VR2W-108161 -5.605383 56.46018 25 -#> 5601 VR2W-108161 -5.605383 56.46018 25 -#> 5602 VR2W-108161 -5.605383 56.46018 25 -#> 5603 VR2AR-546380 -5.637917 56.44800 25 -#> 5604 VR2AR-546380 -5.637917 56.44800 25 -#> 5605 VR2AR-546380 -5.637917 56.44800 25 -#> 5606 VR2AR-546380 -5.637917 56.44800 25 -#> 5607 VR2AR-546380 -5.637917 56.44800 25 -#> 5608 VR2AR-546380 -5.637917 56.44800 25 -#> 5609 VR2AR-546380 -5.637917 56.44800 25 -#> 5610 VR2AR-546380 -5.637917 56.44800 25 -#> 5611 VR2AR-546380 -5.637917 56.44800 25 -#> 5612 VR2AR-546136 -5.626250 56.44810 75 -#> 5613 VR2AR-546136 -5.626250 56.44810 75 -#> 5614 VR2AR-546136 -5.626250 56.44810 75 -#> 5615 VR2AR-546131 -5.612700 56.37988 35 -#> 5616 VR2AR-546131 -5.612700 56.37988 35 -#> 5617 VR2AR-546131 -5.612700 56.37988 35 -#> 5618 VR2AR-546131 -5.612700 56.37988 35 -#> 5619 VR2AR-546131 -5.612700 56.37988 35 -#> 5620 VR2AR-546131 -5.612700 56.37988 35 -#> 5621 VR2AR-546131 -5.612700 56.37988 35 -#> 5622 VR2AR-546131 -5.612700 56.37988 35 -#> 5623 VR2AR-546131 -5.612700 56.37988 35 -#> 5624 VR2AR-546131 -5.612700 56.37988 35 -#> 5625 VR2AR-546131 -5.612700 56.37988 35 -#> 5626 VR2AR-546131 -5.612700 56.37988 35 -#> 5627 VR2AR-546131 -5.612700 56.37988 35 -#> 5628 VR2AR-546131 -5.612700 56.37988 35 -#> 5629 VR2AR-546131 -5.612700 56.37988 35 -#> 5630 VR2AR-546131 -5.612700 56.37988 35 -#> 5631 VR2AR-546131 -5.612700 56.37988 35 -#> 5632 VR2AR-546131 -5.612700 56.37988 35 -#> 5633 VR2AR-546131 -5.612700 56.37988 35 -#> 5634 VR2AR-546131 -5.612700 56.37988 35 -#> 5635 VR2AR-546131 -5.612700 56.37988 35 -#> 5636 VR2AR-546131 -5.612700 56.37988 35 -#> 5637 VR2AR-546131 -5.612700 56.37988 35 -#> 5638 VR2AR-546131 -5.612700 56.37988 35 -#> 5639 VR2AR-546131 -5.612700 56.37988 35 -#> 5640 VR2AR-546131 -5.612700 56.37988 35 -#> 5641 VR2AR-546131 -5.612700 56.37988 35 -#> 5642 VR2AR-546131 -5.612700 56.37988 35 -#> 5643 VR2AR-546131 -5.612700 56.37988 35 -#> 5644 VR2AR-546131 -5.612700 56.37988 35 -#> 5645 VR2AR-546131 -5.612700 56.37988 35 -#> 5646 VR2AR-546136 -5.626250 56.44810 75 -#> 5647 VR2AR-546136 -5.626250 56.44810 75 -#> 5648 VR2AR-546136 -5.626250 56.44810 75 -#> 5649 VR2W-108161 -5.605383 56.46018 25 -#> 5650 VR2W-108161 -5.605383 56.46018 25 -#> 5651 VR2AR-546136 -5.626250 56.44810 75 -#> 5652 VR2AR-546136 -5.626250 56.44810 75 -#> 5653 VR2AR-546136 -5.626250 56.44810 75 -#> 5654 VR2AR-546136 -5.626250 56.44810 75 -#> 5655 VR2AR-546136 -5.626250 56.44810 75 -#> 5656 VR2AR-546136 -5.626250 56.44810 75 -#> 5657 VR2AR-546380 -5.637917 56.44800 25 -#> 5658 VR2AR-546380 -5.637917 56.44800 25 -#> 5659 VR2AR-546136 -5.626250 56.44810 75 -#> 5660 VR2AR-546136 -5.626250 56.44810 75 -#> 5661 VR2AR-546136 -5.626250 56.44810 75 -#> 5662 VR2AR-546136 -5.626250 56.44810 75 -#> 5663 VR2AR-546136 -5.626250 56.44810 75 -#> 5664 VR2AR-546136 -5.626250 56.44810 75 -#> 5665 VR2AR-546136 -5.626250 56.44810 75 -#> 5666 VR2AR-546136 -5.626250 56.44810 75 -#> 5667 VR2AR-546131 -5.612700 56.37988 35 -#> 5668 VR2AR-546131 -5.612700 56.37988 35 -#> 5669 VR2AR-546131 -5.612700 56.37988 35 -#> 5670 VR2AR-546131 -5.612700 56.37988 35 -#> 5671 VR2AR-546131 -5.612700 56.37988 35 -#> 5672 VR2AR-546131 -5.612700 56.37988 35 -#> 5673 VR2AR-546131 -5.612700 56.37988 35 -#> 5674 VR2AR-546131 -5.612700 56.37988 35 -#> 5675 VR2AR-546131 -5.612700 56.37988 35 -#> 5676 VR2AR-546131 -5.612700 56.37988 35 -#> 5677 VR2AR-546131 -5.612700 56.37988 35 -#> 5678 VR2AR-546131 -5.612700 56.37988 35 -#> 5679 VR2AR-546131 -5.612700 56.37988 35 -#> 5680 VR2AR-546131 -5.612700 56.37988 35 -#> 5681 VR2AR-546131 -5.612700 56.37988 35 -#> 5682 VR2AR-546131 -5.612700 56.37988 35 -#> 5683 VR2AR-546131 -5.612700 56.37988 35 -#> 5684 VR2AR-546131 -5.612700 56.37988 35 -#> 5685 VR2AR-546131 -5.612700 56.37988 35 -#> 5686 VR2AR-546131 -5.612700 56.37988 35 -#> 5687 VR2AR-546131 -5.612700 56.37988 35 -#> 5688 VR2AR-546131 -5.612700 56.37988 35 -#> 5689 VR2AR-546131 -5.612700 56.37988 35 -#> 5690 VR2AR-546131 -5.612700 56.37988 35 -#> 5691 VR2AR-546131 -5.612700 56.37988 35 -#> 5692 VR2AR-546131 -5.612700 56.37988 35 -#> 5693 VR2AR-546136 -5.626250 56.44810 75 -#> 5694 VR2AR-546136 -5.626250 56.44810 75 -#> 5695 VR2AR-546136 -5.626250 56.44810 75 -#> 5696 VR2AR-546136 -5.626250 56.44810 75 -#> 5697 VR2AR-546136 -5.626250 56.44810 75 -#> 5698 VR2AR-546136 -5.626250 56.44810 75 -#> 5699 VR2AR-546136 -5.626250 56.44810 75 -#> 5700 VR2AR-546136 -5.626250 56.44810 75 -#> 5701 VR2AR-546136 -5.626250 56.44810 75 -#> 5702 VR2AR-546136 -5.626250 56.44810 75 -#> 5703 VR2AR-546136 -5.626250 56.44810 75 -#> 5704 VR2AR-546136 -5.626250 56.44810 75 -#> 5705 VR2AR-546380 -5.637917 56.44800 25 -#> 5706 VR2AR-546380 -5.637917 56.44800 25 -#> 5707 VR2AR-546380 -5.637917 56.44800 25 -#> 5708 VR2AR-546380 -5.637917 56.44800 25 -#> 5709 VR2AR-546380 -5.637917 56.44800 25 -#> 5710 VR2AR-546380 -5.637917 56.44800 25 -#> 5711 VR2AR-546380 -5.637917 56.44800 25 -#> 5712 VR2AR-546380 -5.637917 56.44800 25 -#> 5713 VR2AR-546380 -5.637917 56.44800 25 -#> 5714 VR2AR-546380 -5.637917 56.44800 25 -#> 5715 VR2AR-546380 -5.637917 56.44800 25 -#> 5716 VR2AR-546380 -5.637917 56.44800 25 -#> 5717 VR2AR-546380 -5.637917 56.44800 25 -#> 5718 VR2AR-546136 -5.626250 56.44810 75 -#> 5719 VR2AR-546136 -5.626250 56.44810 75 -#> 5720 VR2AR-546136 -5.626250 56.44810 75 -#> 5721 VR2AR-546136 -5.626250 56.44810 75 -#> 5722 VR2AR-546136 -5.626250 56.44810 75 -#> 5723 VR2AR-546136 -5.626250 56.44810 75 -#> 5724 VR2AR-546136 -5.626250 56.44810 75 -#> 5725 VR2AR-546136 -5.626250 56.44810 75 -#> 5726 VR2AR-546136 -5.626250 56.44810 75 -#> 5727 VR2AR-546136 -5.626250 56.44810 75 -#> 5728 VR2AR-546136 -5.626250 56.44810 75 -#> 5729 VR2AR-546136 -5.626250 56.44810 75 -#> 5730 VR2AR-546136 -5.626250 56.44810 75 -#> 5731 VR2AR-546133 -5.701717 56.49747 90 -#> 5732 VR2AR-546133 -5.701717 56.49747 90 -#> 5733 VR2AR-546133 -5.701717 56.49747 90 -#> 5734 VR2AR-546133 -5.701717 56.49747 90 -#> 5735 VR2AR-546133 -5.701717 56.49747 90 -#> 5736 VR2AR-546133 -5.701717 56.49747 90 -#> 5737 VR2AR-546133 -5.701717 56.49747 90 -#> 5738 VR2AR-546133 -5.701717 56.49747 90 -#> 5739 VR2AR-546133 -5.701717 56.49747 90 -#> 5740 VR2AR-546133 -5.701717 56.49747 90 -#> 5741 VR2AR-546133 -5.701717 56.49747 90 -#> 5742 VR2-5637 -5.692417 56.49913 25 -#> 5743 VR2-5637 -5.692417 56.49913 25 -#> 5744 VR2-5637 -5.692417 56.49913 25 -#> 5745 VR2-5637 -5.692417 56.49913 25 -#> 5746 VR2-5637 -5.692417 56.49913 25 -#> 5747 VR2-5637 -5.692417 56.49913 25 -#> 5748 VR2-5637 -5.692417 56.49913 25 -#> 5749 VR2-5637 -5.692417 56.49913 25 -#> 5750 VR2-5637 -5.692417 56.49913 25 -#> 5751 VR2-5637 -5.692417 56.49913 25 -#> 5752 VR2-5637 -5.692417 56.49913 25 -#> 5753 VR2-5637 -5.692417 56.49913 25 -#> 5754 VR2-5637 -5.692417 56.49913 25 -#> 5755 VR2-5637 -5.692417 56.49913 25 -#> 5756 VR2-5637 -5.692417 56.49913 25 -#> 5757 VR2-5637 -5.692417 56.49913 25 -#> 5758 VR2-5637 -5.692417 56.49913 25 -#> 5759 VR2-5637 -5.692417 56.49913 25 -#> 5760 VR2-5637 -5.692417 56.49913 25 -#> 5761 VR2W-108161 -5.605383 56.46018 25 -#> 5762 VR2W-108161 -5.605383 56.46018 25 -#> 5763 VR2W-108161 -5.605383 56.46018 25 -#> 5764 VR2W-108161 -5.605383 56.46018 25 -#> 5765 VR2W-108161 -5.605383 56.46018 25 -#> 5766 VR2W-108161 -5.605383 56.46018 25 -#> 5767 VR2W-108161 -5.605383 56.46018 25 -#> 5768 VR2W-108161 -5.605383 56.46018 25 -#> 5769 VR2W-108161 -5.605383 56.46018 25 -#> 5770 VR2W-108161 -5.605383 56.46018 25 -#> 5771 VR2W-108161 -5.605383 56.46018 25 -#> 5772 VR2W-108161 -5.605383 56.46018 25 -#> 5773 VR2W-108161 -5.605383 56.46018 25 -#> 5774 VR2W-108161 -5.605383 56.46018 25 -#> 5775 VR2W-108161 -5.605383 56.46018 25 -#> 5776 VR2W-108161 -5.605383 56.46018 25 -#> 5777 VR2W-108161 -5.605383 56.46018 25 -#> 5778 VR2W-108161 -5.605383 56.46018 25 -#> 5779 VR2W-108161 -5.605383 56.46018 25 -#> 5780 VR2W-108161 -5.605383 56.46018 25 -#> 5781 VR2W-108161 -5.605383 56.46018 25 -#> 5782 VR2W-108161 -5.605383 56.46018 25 -#> 5783 VR2W-108161 -5.605383 56.46018 25 -#> 5784 VR2AR-546131 -5.612700 56.37988 35 -#> 5785 VR2AR-546131 -5.612700 56.37988 35 -#> 5786 VR2AR-546131 -5.612700 56.37988 35 -#> 5787 VR2AR-546131 -5.612700 56.37988 35 -#> 5788 VR2AR-546131 -5.612700 56.37988 35 -#> 5789 VR2AR-546131 -5.612700 56.37988 35 -#> 5790 VR2AR-546131 -5.612700 56.37988 35 -#> 5791 VR2AR-546131 -5.612700 56.37988 35 -#> 5792 VR2AR-546131 -5.612700 56.37988 35 -#> 5793 VR2AR-546131 -5.612700 56.37988 35 -#> 5794 VR2AR-546131 -5.612700 56.37988 35 -#> 5795 VR2AR-546131 -5.612700 56.37988 35 -#> 5796 VR2AR-546131 -5.612700 56.37988 35 -#> 5797 VR2AR-546131 -5.612700 56.37988 35 -#> 5798 VR2AR-546131 -5.612700 56.37988 35 -#> 5799 VR2AR-546131 -5.612700 56.37988 35 -#> 5800 VR2AR-546131 -5.612700 56.37988 35 -#> 5801 VR2AR-546131 -5.612700 56.37988 35 -#> 5802 VR2AR-546131 -5.612700 56.37988 35 -#> 5803 VR2AR-546131 -5.612700 56.37988 35 -#> 5804 VR2AR-546131 -5.612700 56.37988 35 -#> 5805 VR2AR-546131 -5.612700 56.37988 35 -#> 5806 VR2AR-546131 -5.612700 56.37988 35 -#> 5807 VR2AR-546131 -5.612700 56.37988 35 -#> 5808 VR2AR-546131 -5.612700 56.37988 35 -#> 5809 VR2AR-546131 -5.612700 56.37988 35 -#> 5810 VR2AR-546131 -5.612700 56.37988 35 -#> 5811 VR2AR-546131 -5.612700 56.37988 35 -#> 5812 VR2AR-546131 -5.612700 56.37988 35 -#> 5813 VR2AR-546131 -5.612700 56.37988 35 -#> 5814 VR2AR-546131 -5.612700 56.37988 35 -#> 5815 VR2AR-546131 -5.612700 56.37988 35 -#> 5816 VR2AR-546131 -5.612700 56.37988 35 -#> 5817 VR2AR-546131 -5.612700 56.37988 35 -#> 5818 VR2AR-546131 -5.612700 56.37988 35 -#> 5819 VR2AR-546131 -5.612700 56.37988 35 -#> 5820 VR2AR-546131 -5.612700 56.37988 35 -#> 5821 VR2AR-546131 -5.612700 56.37988 35 -#> 5822 VR2AR-546131 -5.612700 56.37988 35 -#> 5823 VR2AR-546131 -5.612700 56.37988 35 -#> 5824 VR2AR-546131 -5.612700 56.37988 35 -#> 5825 VR2AR-546131 -5.612700 56.37988 35 -#> 5826 VR2AR-546131 -5.612700 56.37988 35 -#> 5827 VR2AR-546131 -5.612700 56.37988 35 -#> 5828 VR2AR-546131 -5.612700 56.37988 35 -#> 5829 VR2AR-546131 -5.612700 56.37988 35 -#> 5830 VR2AR-546131 -5.612700 56.37988 35 -#> 5831 VR2AR-546131 -5.612700 56.37988 35 -#> 5832 VR2AR-546131 -5.612700 56.37988 35 -#> 5833 VR2AR-546131 -5.612700 56.37988 35 -#> 5834 VR2AR-546131 -5.612700 56.37988 35 -#> 5835 VR2AR-546131 -5.612700 56.37988 35 -#> 5836 VR2AR-546131 -5.612700 56.37988 35 -#> 5837 VR2AR-546131 -5.612700 56.37988 35 -#> 5838 VR2AR-546131 -5.612700 56.37988 35 -#> 5839 VR2AR-546131 -5.612700 56.37988 35 -#> 5840 VR2AR-546131 -5.612700 56.37988 35 -#> 5841 VR2AR-546131 -5.612700 56.37988 35 -#> 5842 VR2AR-546131 -5.612700 56.37988 35 -#> 5843 VR2AR-546131 -5.612700 56.37988 35 -#> 5844 VR2AR-546131 -5.612700 56.37988 35 -#> 5845 VR2AR-546131 -5.612700 56.37988 35 -#> 5846 VR2AR-546131 -5.612700 56.37988 35 -#> 5847 VR2AR-546131 -5.612700 56.37988 35 -#> 5848 VR2AR-546131 -5.612700 56.37988 35 -#> 5849 VR2AR-546131 -5.612700 56.37988 35 -#> 5850 VR2AR-546131 -5.612700 56.37988 35 -#> 5851 VR2AR-546131 -5.612700 56.37988 35 -#> 5852 VR2AR-546131 -5.612700 56.37988 35 -#> 5853 VR2AR-546131 -5.612700 56.37988 35 -#> 5854 VR2AR-546131 -5.612700 56.37988 35 -#> 5855 VR2AR-546131 -5.612700 56.37988 35 -#> 5856 VR2AR-546131 -5.612700 56.37988 35 -#> 5857 VR2AR-546131 -5.612700 56.37988 35 -#> 5858 VR2AR-546131 -5.612700 56.37988 35 -#> 5859 VR2AR-546131 -5.612700 56.37988 35 -#> 5860 VR2AR-546131 -5.612700 56.37988 35 -#> 5861 VR2AR-546131 -5.612700 56.37988 35 -#> 5862 VR2AR-546136 -5.626250 56.44810 75 -#> 5863 VR2AR-546136 -5.626250 56.44810 75 -#> 5864 VR2AR-546136 -5.626250 56.44810 75 -#> 5865 VR2AR-546136 -5.626250 56.44810 75 -#> 5866 VR2AR-546136 -5.626250 56.44810 75 -#> 5867 VR2AR-546136 -5.626250 56.44810 75 -#> 5868 VR2AR-546136 -5.626250 56.44810 75 -#> 5869 VR2AR-546136 -5.626250 56.44810 75 -#> 5870 VR2AR-546136 -5.626250 56.44810 75 -#> 5871 VR2AR-546136 -5.626250 56.44810 75 -#> 5872 VR2AR-546136 -5.626250 56.44810 75 -#> 5873 VR2AR-546136 -5.626250 56.44810 75 -#> 5874 VR2AR-546136 -5.626250 56.44810 75 -#> 5875 VR2AR-546136 -5.626250 56.44810 75 -#> 5876 VR2AR-546136 -5.626250 56.44810 75 -#> 5877 VR2AR-546136 -5.626250 56.44810 75 -#> 5878 VR2AR-546136 -5.626250 56.44810 75 -#> 5879 VR2AR-546136 -5.626250 56.44810 75 -#> 5880 VR2AR-546136 -5.626250 56.44810 75 -#> 5881 VR2AR-546136 -5.626250 56.44810 75 -#> 5882 VR2AR-546136 -5.626250 56.44810 75 -#> 5883 VR2AR-546136 -5.626250 56.44810 75 -#> 5884 VR2AR-546136 -5.626250 56.44810 75 -#> 5885 VR2AR-546136 -5.626250 56.44810 75 -#> 5886 VR2AR-546136 -5.626250 56.44810 75 -#> 5887 VR2AR-546136 -5.626250 56.44810 75 -#> 5888 VR2AR-546131 -5.612700 56.37988 35 -#> 5889 VR2AR-546131 -5.612700 56.37988 35 -#> 5890 VR2AR-546131 -5.612700 56.37988 35 -#> 5891 VR2AR-546131 -5.612700 56.37988 35 -#> 5892 VR2AR-546131 -5.612700 56.37988 35 -#> 5893 VR2AR-546131 -5.612700 56.37988 35 -#> 5894 VR2AR-546131 -5.612700 56.37988 35 -#> 5895 VR2AR-546131 -5.612700 56.37988 35 -#> 5896 VR2AR-546131 -5.612700 56.37988 35 -#> 5897 VR2AR-546131 -5.612700 56.37988 35 -#> 5898 VR2AR-546131 -5.612700 56.37988 35 -#> 5899 VR2AR-546131 -5.612700 56.37988 35 -#> 5900 VR2AR-546131 -5.612700 56.37988 35 -#> 5901 VR2AR-546131 -5.612700 56.37988 35 -#> 5902 VR2AR-546131 -5.612700 56.37988 35 -#> 5903 VR2AR-546131 -5.612700 56.37988 35 -#> 5904 VR2AR-546131 -5.612700 56.37988 35 -#> 5905 VR2AR-546131 -5.612700 56.37988 35 -#> 5906 VR2AR-546131 -5.612700 56.37988 35 -#> 5907 VR2AR-546131 -5.612700 56.37988 35 -#> 5908 VR2AR-546131 -5.612700 56.37988 35 -#> 5909 VR2AR-546131 -5.612700 56.37988 35 -#> 5910 VR2AR-546131 -5.612700 56.37988 35 -#> 5911 VR2AR-546131 -5.612700 56.37988 35 -#> 5912 VR2AR-546131 -5.612700 56.37988 35 -#> 5913 VR2AR-546131 -5.612700 56.37988 35 -#> 5914 VR2AR-546131 -5.612700 56.37988 35 -#> 5915 VR2AR-546131 -5.612700 56.37988 35 -#> 5916 VR2AR-546131 -5.612700 56.37988 35 -#> 5917 VR2AR-546131 -5.612700 56.37988 35 -#> 5918 VR2AR-546131 -5.612700 56.37988 35 -#> 5919 VR2AR-546131 -5.612700 56.37988 35 -#> 5920 VR2AR-546131 -5.612700 56.37988 35 -#> 5921 VR2AR-546131 -5.612700 56.37988 35 -#> 5922 VR2AR-546131 -5.612700 56.37988 35 -#> 5923 VR2AR-546131 -5.612700 56.37988 35 -#> 5924 VR2AR-546131 -5.612700 56.37988 35 -#> 5925 VR2AR-546131 -5.612700 56.37988 35 -#> 5926 VR2AR-546131 -5.612700 56.37988 35 -#> 5927 VR2AR-546131 -5.612700 56.37988 35 -#> 5928 VR2AR-546131 -5.612700 56.37988 35 -#> 5929 VR2AR-546131 -5.612700 56.37988 35 -#> 5930 VR2AR-546131 -5.612700 56.37988 35 -#> 5931 VR2AR-546131 -5.612700 56.37988 35 -#> 5932 VR2AR-546131 -5.612700 56.37988 35 -#> 5933 VR2AR-546131 -5.612700 56.37988 35 -#> 5934 VR2AR-546131 -5.612700 56.37988 35 -#> 5935 VR2AR-546131 -5.612700 56.37988 35 -#> 5936 VR2AR-546131 -5.612700 56.37988 35 -#> 5937 VR2AR-546131 -5.612700 56.37988 35 -#> 5938 VR2AR-546131 -5.612700 56.37988 35 -#> 5939 VR2AR-546131 -5.612700 56.37988 35 -#> 5940 VR2AR-546131 -5.612700 56.37988 35 -#> 5941 VR2AR-546131 -5.612700 56.37988 35 -#> 5942 VR2AR-546131 -5.612700 56.37988 35 -#> 5943 VR2AR-546131 -5.612700 56.37988 35 -#> 5944 VR2AR-546131 -5.612700 56.37988 35 -#> 5945 VR2AR-546131 -5.612700 56.37988 35 -#> 5946 VR2AR-546131 -5.612700 56.37988 35 -#> 5947 VR2AR-546131 -5.612700 56.37988 35 -#> 5948 VR2AR-546131 -5.612700 56.37988 35 -#> 5949 VR2AR-546131 -5.612700 56.37988 35 -#> 5950 VR2AR-546131 -5.612700 56.37988 35 -#> 5951 VR2AR-546131 -5.612700 56.37988 35 -#> 5952 VR2AR-546131 -5.612700 56.37988 35 -#> 5953 VR2AR-546131 -5.612700 56.37988 35 -#> 5954 VR2AR-546131 -5.612700 56.37988 35 -#> 5955 VR2AR-546131 -5.612700 56.37988 35 -#> 5956 VR2AR-546131 -5.612700 56.37988 35 -#> 5957 VR2AR-546131 -5.612700 56.37988 35 -#> 5958 VR2AR-546131 -5.612700 56.37988 35 -#> 5959 VR2AR-546131 -5.612700 56.37988 35 -#> 5960 VR2AR-546131 -5.612700 56.37988 35 -#> 5961 VR2AR-546131 -5.612700 56.37988 35 -#> 5962 VR2AR-546131 -5.612700 56.37988 35 -#> 5963 VR2AR-546131 -5.612700 56.37988 35 -#> 5964 VR2AR-546131 -5.612700 56.37988 35 -#> 5965 VR2AR-546131 -5.612700 56.37988 35 -#> 5966 VR2AR-546131 -5.612700 56.37988 35 -#> 5967 VR2AR-546131 -5.612700 56.37988 35 -#> 5968 VR2AR-546131 -5.612700 56.37988 35 -#> 5969 VR2AR-546131 -5.612700 56.37988 35 -#> 5970 VR2AR-546131 -5.612700 56.37988 35 -#> 5971 VR2AR-546131 -5.612700 56.37988 35 -#> 5972 VR2AR-546131 -5.612700 56.37988 35 -#> 5973 VR2AR-546131 -5.612700 56.37988 35 -#> 5974 VR2AR-546131 -5.612700 56.37988 35 -#> 5975 VR2AR-546131 -5.612700 56.37988 35 -#> 5976 VR2AR-546131 -5.612700 56.37988 35 -#> 5977 VR2AR-546131 -5.612700 56.37988 35 -#> 5978 VR2AR-546131 -5.612700 56.37988 35 -#> 5979 VR2AR-546131 -5.612700 56.37988 35 -#> 5980 VR2AR-546131 -5.612700 56.37988 35 -#> 5981 VR2AR-546131 -5.612700 56.37988 35 -#> 5982 VR2AR-546131 -5.612700 56.37988 35 -#> 5983 VR2AR-546131 -5.612700 56.37988 35 -#> 5984 VR2AR-546131 -5.612700 56.37988 35 -#> 5985 VR2AR-546131 -5.612700 56.37988 35 -#> 5986 VR2AR-546131 -5.612700 56.37988 35 -#> 5987 VR2AR-546131 -5.612700 56.37988 35 -#> 5988 VR2AR-546131 -5.612700 56.37988 35 -#> 5989 VR2AR-546131 -5.612700 56.37988 35 -#> 5990 VR2AR-546131 -5.612700 56.37988 35 -#> 5991 VR2AR-546131 -5.612700 56.37988 35 -#> 5992 VR2AR-546131 -5.612700 56.37988 35 -#> 5993 VR2AR-546131 -5.612700 56.37988 35 -#> 5994 VR2AR-546131 -5.612700 56.37988 35 -#> 5995 VR2AR-546131 -5.612700 56.37988 35 -#> 5996 VR2AR-546131 -5.612700 56.37988 35 -#> 5997 VR2AR-546131 -5.612700 56.37988 35 -#> 5998 VR2AR-546131 -5.612700 56.37988 35 -#> 5999 VR2AR-546131 -5.612700 56.37988 35 -#> 6000 VR2AR-546131 -5.612700 56.37988 35 -#> 6001 VR2AR-546131 -5.612700 56.37988 35 -#> 6002 VR2AR-546131 -5.612700 56.37988 35 -#> 6003 VR2AR-546131 -5.612700 56.37988 35 -#> 6004 VR2AR-546131 -5.612700 56.37988 35 -#> 6005 VR2AR-546131 -5.612700 56.37988 35 -#> 6006 VR2AR-546131 -5.612700 56.37988 35 -#> 6007 VR2AR-546131 -5.612700 56.37988 35 -#> 6008 VR2AR-546131 -5.612700 56.37988 35 -#> 6009 VR2AR-546131 -5.612700 56.37988 35 -#> 6010 VR2AR-546131 -5.612700 56.37988 35 -#> 6011 VR2AR-546131 -5.612700 56.37988 35 -#> 6012 VR2AR-546131 -5.612700 56.37988 35 -#> 6013 VR2AR-546131 -5.612700 56.37988 35 -#> 6014 VR2AR-546131 -5.612700 56.37988 35 -#> 6015 VR2AR-546131 -5.612700 56.37988 35 -#> 6016 VR2AR-546131 -5.612700 56.37988 35 -#> 6017 VR2AR-546131 -5.612700 56.37988 35 -#> 6018 VR2AR-546131 -5.612700 56.37988 35 -#> 6019 VR2AR-546131 -5.612700 56.37988 35 -#> 6020 VR2AR-546131 -5.612700 56.37988 35 -#> 6021 VR2AR-546131 -5.612700 56.37988 35 -#> 6022 VR2AR-546131 -5.612700 56.37988 35 -#> 6023 VR2AR-546131 -5.612700 56.37988 35 -#> 6024 VR2AR-546131 -5.612700 56.37988 35 -#> 6025 VR2AR-546131 -5.612700 56.37988 35 -#> 6026 VR2AR-546131 -5.612700 56.37988 35 -#> 6027 VR2AR-546131 -5.612700 56.37988 35 -#> 6028 VR2AR-546131 -5.612700 56.37988 35 -#> 6029 VR2AR-546131 -5.612700 56.37988 35 -#> 6030 VR2AR-546131 -5.612700 56.37988 35 -#> 6031 VR2AR-546131 -5.612700 56.37988 35 -#> 6032 VR2AR-546131 -5.612700 56.37988 35 -#> 6033 VR2AR-546131 -5.612700 56.37988 35 -#> 6034 VR2AR-546131 -5.612700 56.37988 35 -#> 6035 VR2AR-546131 -5.612700 56.37988 35 -#> 6036 VR2AR-546131 -5.612700 56.37988 35 -#> 6037 VR2AR-546131 -5.612700 56.37988 35 -#> 6038 VR2AR-546131 -5.612700 56.37988 35 -#> 6039 VR2AR-546131 -5.612700 56.37988 35 -#> 6040 VR2AR-546131 -5.612700 56.37988 35 -#> 6041 VR2AR-546131 -5.612700 56.37988 35 -#> 6042 VR2AR-546131 -5.612700 56.37988 35 -#> 6043 VR2AR-546131 -5.612700 56.37988 35 -#> 6044 VR2AR-546131 -5.612700 56.37988 35 -#> 6045 VR2AR-546131 -5.612700 56.37988 35 -#> 6046 VR2AR-546131 -5.612700 56.37988 35 -#> 6047 VR2AR-546131 -5.612700 56.37988 35 -#> 6048 VR2AR-546131 -5.612700 56.37988 35 -#> 6049 VR2AR-546131 -5.612700 56.37988 35 -#> 6050 VR2AR-546131 -5.612700 56.37988 35 -#> 6051 VR2AR-546131 -5.612700 56.37988 35 -#> 6052 VR2AR-546380 -5.637917 56.44800 25 -#> 6053 VR2AR-546380 -5.637917 56.44800 25 -#> 6054 VR2AR-546380 -5.637917 56.44800 25 -#> 6055 VR2AR-546380 -5.637917 56.44800 25 -#> 6056 VR2AR-546380 -5.637917 56.44800 25 -#> 6057 VR2AR-546136 -5.626250 56.44810 75 -#> 6058 VR2AR-546136 -5.626250 56.44810 75 -#> 6059 VR2AR-546136 -5.626250 56.44810 75 -#> 6060 VR2AR-546136 -5.626250 56.44810 75 -#> 6061 VR2AR-546136 -5.626250 56.44810 75 -#> 6062 VR2AR-546136 -5.626250 56.44810 75 -#> 6063 VR2AR-546136 -5.626250 56.44810 75 -#> 6064 VR2AR-546136 -5.626250 56.44810 75 -#> 6065 VR2AR-546136 -5.626250 56.44810 75 -#> 6066 VR2AR-546134 -5.643867 56.38278 145 -#> 6067 VR2AR-546134 -5.643867 56.38278 145 -#> 6068 VR2AR-546134 -5.643867 56.38278 145 -#> 6069 VR2AR-546134 -5.643867 56.38278 145 -#> 6070 VR2AR-546134 -5.643867 56.38278 145 -#> 6071 VR2AR-546134 -5.643867 56.38278 145 -#> 6072 VR2AR-546134 -5.643867 56.38278 145 -#> 6073 VR2AR-546134 -5.643867 56.38278 145 -#> 6074 VR2AR-546134 -5.643867 56.38278 145 -#> 6075 VR2AR-546134 -5.643867 56.38278 145 -#> 6076 VR2AR-546134 -5.643867 56.38278 145 -#> 6077 VR2AR-546134 -5.643867 56.38278 145 -#> 6078 VR2AR-546134 -5.643867 56.38278 145 -#> 6079 VR2AR-546134 -5.643867 56.38278 145 -#> 6080 VR2AR-546134 -5.643867 56.38278 145 -#> 6081 VR2AR-546134 -5.643867 56.38278 145 -#> 6082 VR2AR-546134 -5.643867 56.38278 145 -#> 6083 VR2AR-546134 -5.643867 56.38278 145 -#> 6084 VR2AR-546134 -5.643867 56.38278 145 -#> 6085 VR2AR-546134 -5.643867 56.38278 145 -#> 6086 VR2AR-546134 -5.643867 56.38278 145 -#> 6087 VR2AR-546134 -5.643867 56.38278 145 -#> 6088 VR2AR-546134 -5.643867 56.38278 145 -#> 6089 VR2AR-546134 -5.643867 56.38278 145 -#> 6090 VR2AR-546134 -5.643867 56.38278 145 -#> 6091 VR2AR-546134 -5.643867 56.38278 145 -#> 6092 VR2AR-546134 -5.643867 56.38278 145 -#> 6093 VR2AR-546134 -5.643867 56.38278 145 -#> 6094 VR2AR-546134 -5.643867 56.38278 145 -#> 6095 VR2AR-546134 -5.643867 56.38278 145 -#> 6096 VR2AR-546134 -5.643867 56.38278 145 -#> 6097 VR2AR-546134 -5.643867 56.38278 145 -#> 6098 VR2AR-546134 -5.643867 56.38278 145 -#> 6099 VR2AR-546134 -5.643867 56.38278 145 -#> 6100 VR2AR-546134 -5.643867 56.38278 145 -#> 6101 VR2AR-546134 -5.643867 56.38278 145 -#> 6102 VR2AR-546134 -5.643867 56.38278 145 -#> 6103 VR2AR-546134 -5.643867 56.38278 145 -#> 6104 VR2AR-546134 -5.643867 56.38278 145 -#> 6105 VR2AR-546131 -5.612700 56.37988 35 -#> 6106 VR2AR-546131 -5.612700 56.37988 35 -#> 6107 VR2AR-546131 -5.612700 56.37988 35 -#> 6108 VR2AR-546131 -5.612700 56.37988 35 -#> 6109 VR2AR-546131 -5.612700 56.37988 35 -#> 6110 VR2AR-546131 -5.612700 56.37988 35 -#> 6111 VR2AR-546131 -5.612700 56.37988 35 -#> 6112 VR2AR-546131 -5.612700 56.37988 35 -#> 6113 VR2AR-546131 -5.612700 56.37988 35 -#> 6114 VR2AR-546131 -5.612700 56.37988 35 -#> 6115 VR2AR-546131 -5.612700 56.37988 35 -#> 6116 VR2AR-546131 -5.612700 56.37988 35 -#> 6117 VR2AR-546131 -5.612700 56.37988 35 -#> 6118 VR2AR-546131 -5.612700 56.37988 35 -#> 6119 VR2AR-546131 -5.612700 56.37988 35 -#> 6120 VR2AR-546131 -5.612700 56.37988 35 -#> 6121 VR2AR-546131 -5.612700 56.37988 35 -#> 6122 VR2AR-546131 -5.612700 56.37988 35 -#> 6123 VR2AR-546131 -5.612700 56.37988 35 -#> 6124 VR2AR-546131 -5.612700 56.37988 35 -#> 6125 VR2AR-546131 -5.612700 56.37988 35 -#> 6126 VR2AR-546131 -5.612700 56.37988 35 -#> 6127 VR2AR-546131 -5.612700 56.37988 35 -#> 6128 VR2AR-546131 -5.612700 56.37988 35 -#> 6129 VR2AR-546131 -5.612700 56.37988 35 -#> 6130 VR2AR-546131 -5.612700 56.37988 35 -#> 6131 VR2AR-546131 -5.612700 56.37988 35 -#> 6132 VR2AR-546131 -5.612700 56.37988 35 -#> 6133 VR2AR-546131 -5.612700 56.37988 35 -#> 6134 VR2AR-546131 -5.612700 56.37988 35 -#> 6135 VR2AR-546131 -5.612700 56.37988 35 -#> 6136 VR2AR-546134 -5.643867 56.38278 145 -#> 6137 VR2AR-546134 -5.643867 56.38278 145 -#> 6138 VR2AR-546134 -5.643867 56.38278 145 -#> 6139 VR2AR-546134 -5.643867 56.38278 145 -#> 6140 VR2AR-546134 -5.643867 56.38278 145 -#> 6141 VR2AR-546134 -5.643867 56.38278 145 -#> 6142 VR2AR-546134 -5.643867 56.38278 145 -#> 6143 VR2AR-546134 -5.643867 56.38278 145 -#> 6144 VR2AR-546134 -5.643867 56.38278 145 -#> 6145 VR2AR-546134 -5.643867 56.38278 145 -#> 6146 VR2AR-546134 -5.643867 56.38278 145 -#> 6147 VR2AR-546134 -5.643867 56.38278 145 -#> 6148 VR2AR-546134 -5.643867 56.38278 145 -#> 6149 VR2AR-546134 -5.643867 56.38278 145 -#> 6150 VR2AR-546134 -5.643867 56.38278 145 -#> 6151 VR2AR-546136 -5.626250 56.44810 75 -#> 6152 VR2AR-546136 -5.626250 56.44810 75 -#> 6153 VR2-5637 -5.692417 56.49913 25 -#> 6154 VR2-5637 -5.692417 56.49913 25 -#> 6155 VR2-5637 -5.692417 56.49913 25 -#> 6156 VR2W-108161 -5.605383 56.46018 25 -#> 6157 VR2W-108161 -5.605383 56.46018 25 -#> 6158 VR2W-108161 -5.605383 56.46018 25 -#> 6159 VR2W-108161 -5.605383 56.46018 25 -#> 6160 VR2W-108161 -5.605383 56.46018 25 -#> 6161 VR2W-108161 -5.605383 56.46018 25 -#> 6162 VR2W-108161 -5.605383 56.46018 25 -#> 6163 VR2W-108161 -5.605383 56.46018 25 -#> 6164 VR2W-108161 -5.605383 56.46018 25 -#> 6165 VR2W-108161 -5.605383 56.46018 25 -#> 6166 VR2W-108161 -5.605383 56.46018 25 -#> 6167 VR2W-108161 -5.605383 56.46018 25 -#> 6168 VR2W-108161 -5.605383 56.46018 25 -#> 6169 VR2W-108161 -5.605383 56.46018 25 -#> 6170 VR2W-108161 -5.605383 56.46018 25 -#> 6171 VR2AR-546136 -5.626250 56.44810 75 -#> 6172 VR2AR-546136 -5.626250 56.44810 75 -#> 6173 VR2AR-546131 -5.612700 56.37988 35 -#> 6174 VR2AR-546131 -5.612700 56.37988 35 -#> 6175 VR2AR-546131 -5.612700 56.37988 35 -#> 6176 VR2AR-546131 -5.612700 56.37988 35 -#> 6177 VR2AR-546131 -5.612700 56.37988 35 -#> 6178 VR2AR-546131 -5.612700 56.37988 35 -#> 6179 VR2AR-546131 -5.612700 56.37988 35 -#> 6180 VR2AR-546131 -5.612700 56.37988 35 -#> 6181 VR2AR-546131 -5.612700 56.37988 35 -#> 6182 VR2AR-546131 -5.612700 56.37988 35 -#> 6183 VR2AR-546131 -5.612700 56.37988 35 -#> 6184 VR2AR-546131 -5.612700 56.37988 35 -#> 6185 VR2AR-546131 -5.612700 56.37988 35 -#> 6186 VR2AR-546131 -5.612700 56.37988 35 -#> 6187 VR2AR-546131 -5.612700 56.37988 35 -#> 6188 VR2AR-546131 -5.612700 56.37988 35 -#> 6189 VR2AR-546131 -5.612700 56.37988 35 -#> 6190 VR2AR-546131 -5.612700 56.37988 35 -#> 6191 VR2AR-546131 -5.612700 56.37988 35 -#> 6192 VR2AR-546131 -5.612700 56.37988 35 -#> 6193 VR2AR-546131 -5.612700 56.37988 35 -#> 6194 VR2AR-546131 -5.612700 56.37988 35 -#> 6195 VR2AR-546131 -5.612700 56.37988 35 -#> 6196 VR2AR-546131 -5.612700 56.37988 35 -#> 6197 VR2AR-546131 -5.612700 56.37988 35 -#> 6198 VR2AR-546131 -5.612700 56.37988 35 -#> 6199 VR2AR-546131 -5.612700 56.37988 35 -#> 6200 VR2AR-546131 -5.612700 56.37988 35 -#> 6201 VR2AR-546131 -5.612700 56.37988 35 -#> 6202 VR2AR-546131 -5.612700 56.37988 35 -#> 6203 VR2AR-546131 -5.612700 56.37988 35 -#> 6204 VR2AR-546131 -5.612700 56.37988 35 -#> 6205 VR2AR-546131 -5.612700 56.37988 35 -#> 6206 VR2AR-546131 -5.612700 56.37988 35 -#> 6207 VR2AR-546131 -5.612700 56.37988 35 -#> 6208 VR2AR-546131 -5.612700 56.37988 35 -#> 6209 VR2AR-546131 -5.612700 56.37988 35 -#> 6210 VR2AR-546131 -5.612700 56.37988 35 -#> 6211 VR2AR-546131 -5.612700 56.37988 35 -#> 6212 VR2AR-546131 -5.612700 56.37988 35 -#> 6213 VR2AR-546380 -5.637917 56.44800 25 -#> 6214 VR2AR-546380 -5.637917 56.44800 25 -#> 6215 VR2AR-546380 -5.637917 56.44800 25 -#> 6216 VR2AR-546380 -5.637917 56.44800 25 -#> 6217 VR2AR-546380 -5.637917 56.44800 25 -#> 6218 VR2AR-546380 -5.637917 56.44800 25 -#> 6219 VR2AR-546380 -5.637917 56.44800 25 -#> 6220 VR2AR-546380 -5.637917 56.44800 25 -#> 6221 VR2AR-546380 -5.637917 56.44800 25 -#> 6222 VR2AR-546133 -5.701717 56.49747 90 -#> 6223 VR2AR-546133 -5.701717 56.49747 90 -#> 6224 VR2AR-546133 -5.701717 56.49747 90 -#> 6225 VR2AR-546133 -5.701717 56.49747 90 -#> 6226 VR2AR-546133 -5.701717 56.49747 90 -#> 6227 VR2AR-546133 -5.701717 56.49747 90 -#> 6228 VR2AR-546133 -5.701717 56.49747 90 -#> 6229 VR2-5637 -5.692417 56.49913 25 -#> 6230 VR2-5637 -5.692417 56.49913 25 -#> 6231 VR2-5637 -5.692417 56.49913 25 -#> 6232 VR2-5637 -5.692417 56.49913 25 -#> 6233 VR2AR-546133 -5.701717 56.49747 90 -#> 6234 VR2AR-546133 -5.701717 56.49747 90 -#> 6235 VR2AR-546133 -5.701717 56.49747 90 -#> 6236 VR2AR-546133 -5.701717 56.49747 90 -#> 6237 VR2AR-546133 -5.701717 56.49747 90 -#> 6238 VR2AR-546133 -5.701717 56.49747 90 -#> 6239 VR2AR-546133 -5.701717 56.49747 90 -#> 6240 VR2AR-546133 -5.701717 56.49747 90 -#> 6241 VR2AR-546133 -5.701717 56.49747 90 -#> 6242 VR2AR-546133 -5.701717 56.49747 90 -#> 6243 VR2AR-546133 -5.701717 56.49747 90 -#> 6244 VR2AR-546133 -5.701717 56.49747 90 -#> 6245 VR2AR-546133 -5.701717 56.49747 90 -#> 6246 VR2AR-546133 -5.701717 56.49747 90 -#> 6247 VR2AR-546133 -5.701717 56.49747 90 -#> 6248 VR2AR-546133 -5.701717 56.49747 90 -#> 6249 VR2AR-546133 -5.701717 56.49747 90 -#> 6250 VR2AR-546133 -5.701717 56.49747 90 -#> 6251 VR2AR-546133 -5.701717 56.49747 90 -#> 6252 VR2AR-546133 -5.701717 56.49747 90 -#> 6253 VR2AR-546133 -5.701717 56.49747 90 -#> 6254 VR2AR-546133 -5.701717 56.49747 90 -#> 6255 VR2AR-546133 -5.701717 56.49747 90 -#> 6256 VR2AR-546133 -5.701717 56.49747 90 -#> 6257 VR2AR-546133 -5.701717 56.49747 90 -#> 6258 VR2AR-546133 -5.701717 56.49747 90 -#> 6259 VR2AR-546133 -5.701717 56.49747 90 -#> 6260 VR2AR-546133 -5.701717 56.49747 90 -#> 6261 VR2AR-546133 -5.701717 56.49747 90 -#> 6262 VR2AR-546133 -5.701717 56.49747 90 -#> 6263 VR2AR-546133 -5.701717 56.49747 90 -#> 6264 VR2AR-546133 -5.701717 56.49747 90 -#> 6265 VR2-5637 -5.692417 56.49913 25 -#> 6266 VR2AR-546133 -5.701717 56.49747 90 -#> 6267 VR2-5637 -5.692417 56.49913 25 -#> 6268 VR2AR-546133 -5.701717 56.49747 90 -#> 6269 VR2-5637 -5.692417 56.49913 25 -#> 6270 VR2-5637 -5.692417 56.49913 25 -#> 6271 VR2-5637 -5.692417 56.49913 25 -#> 6272 VR2-5637 -5.692417 56.49913 25 -#> 6273 VR2-5637 -5.692417 56.49913 25 -#> 6274 VR2-5637 -5.692417 56.49913 25 -#> 6275 VR2-5637 -5.692417 56.49913 25 -#> 6276 VR2-5637 -5.692417 56.49913 25 -#> 6277 VR2-5637 -5.692417 56.49913 25 -#> 6278 VR2-5637 -5.692417 56.49913 25 -#> 6279 VR2-5637 -5.692417 56.49913 25 -#> 6280 VR2-5637 -5.692417 56.49913 25 -#> 6281 VR2-5637 -5.692417 56.49913 25 -#> 6282 VR2W-108161 -5.605383 56.46018 25 -#> 6283 VR2W-108161 -5.605383 56.46018 25 -#> 6284 VR2W-108161 -5.605383 56.46018 25 -#> 6285 VR2W-108161 -5.605383 56.46018 25 -#> 6286 VR2W-108161 -5.605383 56.46018 25 -#> 6287 VR2W-108161 -5.605383 56.46018 25 -#> 6288 VR2W-108161 -5.605383 56.46018 25 -#> 6289 VR2W-108161 -5.605383 56.46018 25 -#> 6290 VR2W-108161 -5.605383 56.46018 25 -#> 6291 VR2W-108161 -5.605383 56.46018 25 -#> 6292 VR2W-108161 -5.605383 56.46018 25 -#> 6293 VR2W-108161 -5.605383 56.46018 25 -#> 6294 VR2W-108161 -5.605383 56.46018 25 -#> 6295 VR2W-108161 -5.605383 56.46018 25 -#> 6296 VR2W-108161 -5.605383 56.46018 25 -#> 6297 VR2W-108161 -5.605383 56.46018 25 -#> 6298 VR2W-108161 -5.605383 56.46018 25 -#> 6299 VR2W-108161 -5.605383 56.46018 25 -#> 6300 VR2W-108161 -5.605383 56.46018 25 -#> 6301 VR2W-108161 -5.605383 56.46018 25 -#> 6302 VR2W-108161 -5.605383 56.46018 25 -#> 6303 VR2W-108161 -5.605383 56.46018 25 -#> 6304 VR2W-108161 -5.605383 56.46018 25 -#> 6305 VR2W-108161 -5.605383 56.46018 25 -#> 6306 VR2W-108161 -5.605383 56.46018 25 -#> 6307 VR2W-108161 -5.605383 56.46018 25 -#> 6308 VR2W-108161 -5.605383 56.46018 25 -#> 6309 VR2W-108161 -5.605383 56.46018 25 -#> 6310 VR2W-108161 -5.605383 56.46018 25 -#> 6311 VR2W-108161 -5.605383 56.46018 25 -#> 6312 VR2W-108161 -5.605383 56.46018 25 -#> 6313 VR2W-108161 -5.605383 56.46018 25 -#> 6314 VR2W-108161 -5.605383 56.46018 25 -#> 6315 VR2W-108161 -5.605383 56.46018 25 -#> 6316 VR2W-108161 -5.605383 56.46018 25 -#> 6317 VR2W-108161 -5.605383 56.46018 25 -#> 6318 VR2W-108161 -5.605383 56.46018 25 -#> 6319 VR2AR-546136 -5.626250 56.44810 75 -#> 6320 VR2AR-546136 -5.626250 56.44810 75 -#> 6321 VR2AR-546136 -5.626250 56.44810 75 -#> 6322 VR2AR-546136 -5.626250 56.44810 75 -#> 6323 VR2AR-546136 -5.626250 56.44810 75 -#> 6324 VR2AR-546136 -5.626250 56.44810 75 -#> 6325 VR2AR-546136 -5.626250 56.44810 75 -#> 6326 VR2AR-546136 -5.626250 56.44810 75 -#> 6327 VR2AR-546136 -5.626250 56.44810 75 -#> 6328 VR2AR-546136 -5.626250 56.44810 75 -#> 6329 VR2AR-546136 -5.626250 56.44810 75 -#> 6330 VR2AR-546136 -5.626250 56.44810 75 -#> 6331 VR2AR-546136 -5.626250 56.44810 75 -#> 6332 VR2AR-546136 -5.626250 56.44810 75 -#> 6333 VR2AR-546136 -5.626250 56.44810 75 -#> 6334 VR2AR-546136 -5.626250 56.44810 75 -#> 6335 VR2AR-546136 -5.626250 56.44810 75 -#> 6336 VR2AR-546136 -5.626250 56.44810 75 -#> 6337 VR2AR-546136 -5.626250 56.44810 75 -#> 6338 VR2AR-546136 -5.626250 56.44810 75 -#> 6339 VR2AR-546136 -5.626250 56.44810 75 -#> 6340 VR2AR-546136 -5.626250 56.44810 75 -#> 6341 VR2AR-546136 -5.626250 56.44810 75 -#> 6342 VR2AR-546136 -5.626250 56.44810 75 -#> 6343 VR2AR-546136 -5.626250 56.44810 75 -#> 6344 VR2AR-546136 -5.626250 56.44810 75 -#> 6345 VR2AR-546136 -5.626250 56.44810 75 -#> 6346 VR2AR-546136 -5.626250 56.44810 75 -#> 6347 VR2AR-546136 -5.626250 56.44810 75 -#> 6348 VR2AR-546136 -5.626250 56.44810 75 -#> 6349 VR2AR-546136 -5.626250 56.44810 75 -#> 6350 VR2AR-546136 -5.626250 56.44810 75 -#> 6351 VR2AR-546136 -5.626250 56.44810 75 -#> 6352 VR2AR-546136 -5.626250 56.44810 75 -#> 6353 VR2AR-546136 -5.626250 56.44810 75 -#> 6354 VR2AR-546136 -5.626250 56.44810 75 -#> 6355 VR2AR-546136 -5.626250 56.44810 75 -#> 6356 VR2AR-546136 -5.626250 56.44810 75 -#> 6357 VR2AR-546136 -5.626250 56.44810 75 -#> 6358 VR2AR-546136 -5.626250 56.44810 75 -#> 6359 VR2AR-546136 -5.626250 56.44810 75 -#> 6360 VR2AR-546136 -5.626250 56.44810 75 -#> 6361 VR2W-108161 -5.605383 56.46018 25 -#> 6362 VR2W-108161 -5.605383 56.46018 25 -#> 6363 VR2W-108161 -5.605383 56.46018 25 -#> 6364 VR2W-108161 -5.605383 56.46018 25 -#> 6365 VR2W-108161 -5.605383 56.46018 25 -#> 6366 VR2W-108161 -5.605383 56.46018 25 -#> 6367 VR2W-108161 -5.605383 56.46018 25 -#> 6368 VR2W-108161 -5.605383 56.46018 25 -#> 6369 VR2W-108161 -5.605383 56.46018 25 -#> 6370 VR2W-108161 -5.605383 56.46018 25 -#> 6371 VR2W-108161 -5.605383 56.46018 25 -#> 6372 VR2W-108161 -5.605383 56.46018 25 -#> 6373 VR2W-108161 -5.605383 56.46018 25 -#> 6374 VR2W-108161 -5.605383 56.46018 25 -#> 6375 VR2AR-546131 -5.612700 56.37988 35 -#> 6376 VR2AR-546131 -5.612700 56.37988 35 -#> 6377 VR2AR-546131 -5.612700 56.37988 35 -#> 6378 VR2AR-546131 -5.612700 56.37988 35 -#> 6379 VR2AR-546131 -5.612700 56.37988 35 -#> 6380 VR2AR-546131 -5.612700 56.37988 35 -#> 6381 VR2AR-546131 -5.612700 56.37988 35 -#> 6382 VR2AR-546131 -5.612700 56.37988 35 -#> 6383 VR2AR-546131 -5.612700 56.37988 35 -#> 6384 VR2AR-546131 -5.612700 56.37988 35 -#> 6385 VR2AR-546131 -5.612700 56.37988 35 -#> 6386 VR2AR-546131 -5.612700 56.37988 35 -#> 6387 VR2AR-546131 -5.612700 56.37988 35 -#> 6388 VR2AR-546131 -5.612700 56.37988 35 -#> 6389 VR2AR-546131 -5.612700 56.37988 35 -#> 6390 VR2AR-546131 -5.612700 56.37988 35 -#> 6391 VR2AR-546131 -5.612700 56.37988 35 -#> 6392 VR2AR-546131 -5.612700 56.37988 35 -#> 6393 VR2AR-546131 -5.612700 56.37988 35 -#> 6394 VR2AR-546131 -5.612700 56.37988 35 -#> 6395 VR2AR-546131 -5.612700 56.37988 35 -#> 6396 VR2AR-546131 -5.612700 56.37988 35 -#> 6397 VR2AR-546131 -5.612700 56.37988 35 -#> 6398 VR2AR-546131 -5.612700 56.37988 35 -#> 6399 VR2AR-546131 -5.612700 56.37988 35 -#> 6400 VR2AR-546131 -5.612700 56.37988 35 -#> 6401 VR2AR-546131 -5.612700 56.37988 35 -#> 6402 VR2AR-546131 -5.612700 56.37988 35 -#> 6403 VR2AR-546131 -5.612700 56.37988 35 -#> 6404 VR2AR-546131 -5.612700 56.37988 35 -#> 6405 VR2AR-546131 -5.612700 56.37988 35 -#> 6406 VR2AR-546131 -5.612700 56.37988 35 -#> 6407 VR2AR-546131 -5.612700 56.37988 35 -#> 6408 VR2AR-546131 -5.612700 56.37988 35 -#> 6409 VR2AR-546131 -5.612700 56.37988 35 -#> 6410 VR2AR-546131 -5.612700 56.37988 35 -#> 6411 VR2AR-546131 -5.612700 56.37988 35 -#> 6412 VR2AR-546131 -5.612700 56.37988 35 -#> 6413 VR2AR-546131 -5.612700 56.37988 35 -#> 6414 VR2AR-546131 -5.612700 56.37988 35 -#> 6415 VR2AR-546131 -5.612700 56.37988 35 -#> 6416 VR2AR-546131 -5.612700 56.37988 35 -#> 6417 VR2AR-546131 -5.612700 56.37988 35 -#> 6418 VR2AR-546131 -5.612700 56.37988 35 -#> 6419 VR2AR-546131 -5.612700 56.37988 35 -#> 6420 VR2AR-546131 -5.612700 56.37988 35 -#> 6421 VR2AR-546131 -5.612700 56.37988 35 -#> 6422 VR2AR-546131 -5.612700 56.37988 35 -#> 6423 VR2AR-546131 -5.612700 56.37988 35 -#> 6424 VR2AR-546131 -5.612700 56.37988 35 -#> 6425 VR2AR-546131 -5.612700 56.37988 35 -#> 6426 VR2AR-546131 -5.612700 56.37988 35 -#> 6427 VR2AR-546131 -5.612700 56.37988 35 -#> 6428 VR2AR-546131 -5.612700 56.37988 35 -#> 6429 VR2AR-546131 -5.612700 56.37988 35 -#> 6430 VR2AR-546131 -5.612700 56.37988 35 -#> 6431 VR2AR-546131 -5.612700 56.37988 35 -#> 6432 VR2AR-546131 -5.612700 56.37988 35 -#> 6433 VR2AR-546131 -5.612700 56.37988 35 -#> 6434 VR2AR-546136 -5.626250 56.44810 75 -#> 6435 VR2AR-546136 -5.626250 56.44810 75 -#> 6436 VR2W-108161 -5.605383 56.46018 25 -#> 6437 VR2W-108161 -5.605383 56.46018 25 -#> 6438 VR2W-108161 -5.605383 56.46018 25 -#> 6439 VR2W-108161 -5.605383 56.46018 25 -#> 6440 VR2W-108161 -5.605383 56.46018 25 -#> 6441 VR2W-108161 -5.605383 56.46018 25 -#> 6442 VR2W-108161 -5.605383 56.46018 25 -#> 6443 VR2W-108161 -5.605383 56.46018 25 -#> 6444 VR2W-108161 -5.605383 56.46018 25 -#> 6445 VR2W-108161 -5.605383 56.46018 25 -#> 6446 VR2W-108161 -5.605383 56.46018 25 -#> 6447 VR2W-108161 -5.605383 56.46018 25 -#> 6448 VR2W-108161 -5.605383 56.46018 25 -#> 6449 VR2W-108161 -5.605383 56.46018 25 -#> 6450 VR2W-108161 -5.605383 56.46018 25 -#> 6451 VR2W-108161 -5.605383 56.46018 25 -#> 6452 VR2W-108161 -5.605383 56.46018 25 -#> 6453 VR2W-108161 -5.605383 56.46018 25 -#> 6454 VR2W-108161 -5.605383 56.46018 25 -#> 6455 VR2AR-546131 -5.612700 56.37988 35 -#> 6456 VR2AR-546131 -5.612700 56.37988 35 -#> 6457 VR2AR-546131 -5.612700 56.37988 35 -#> 6458 VR2AR-546131 -5.612700 56.37988 35 -#> 6459 VR2AR-546131 -5.612700 56.37988 35 -#> 6460 VR2AR-546131 -5.612700 56.37988 35 -#> 6461 VR2AR-546131 -5.612700 56.37988 35 -#> 6462 VR2AR-546131 -5.612700 56.37988 35 -#> 6463 VR2AR-546131 -5.612700 56.37988 35 -#> 6464 VR2AR-546131 -5.612700 56.37988 35 -#> 6465 VR2AR-546131 -5.612700 56.37988 35 -#> 6466 VR2AR-546131 -5.612700 56.37988 35 -#> 6467 VR2AR-546131 -5.612700 56.37988 35 -#> 6468 VR2AR-546131 -5.612700 56.37988 35 -#> 6469 VR2AR-546131 -5.612700 56.37988 35 -#> 6470 VR2AR-546131 -5.612700 56.37988 35 -#> 6471 VR2AR-546131 -5.612700 56.37988 35 -#> 6472 VR2AR-546131 -5.612700 56.37988 35 -#> 6473 VR2AR-546131 -5.612700 56.37988 35 -#> 6474 VR2AR-546131 -5.612700 56.37988 35 -#> 6475 VR2AR-546131 -5.612700 56.37988 35 -#> 6476 VR2AR-546131 -5.612700 56.37988 35 -#> 6477 VR2AR-546131 -5.612700 56.37988 35 -#> 6478 VR2AR-546131 -5.612700 56.37988 35 -#> 6479 VR2AR-546131 -5.612700 56.37988 35 -#> 6480 VR2AR-546131 -5.612700 56.37988 35 -#> 6481 VR2AR-546131 -5.612700 56.37988 35 -#> 6482 VR2AR-546131 -5.612700 56.37988 35 -#> 6483 VR2AR-546131 -5.612700 56.37988 35 -#> 6484 VR2AR-546131 -5.612700 56.37988 35 -#> 6485 VR2AR-546131 -5.612700 56.37988 35 -#> 6486 VR2AR-546131 -5.612700 56.37988 35 -#> 6487 VR2AR-546131 -5.612700 56.37988 35 -#> 6488 VR2AR-546131 -5.612700 56.37988 35 -#> 6489 VR2AR-546131 -5.612700 56.37988 35 -#> 6490 VR2AR-546131 -5.612700 56.37988 35 -#> 6491 VR2W-108158 -5.619533 56.37413 25 -#> 6492 VR2W-108158 -5.619533 56.37413 25 -#> 6493 VR2W-108158 -5.619533 56.37413 25 -#> 6494 VR2W-108158 -5.619533 56.37413 25 -#> 6495 VR2W-108158 -5.619533 56.37413 25 -#> 6496 VR2W-108158 -5.619533 56.37413 25 -#> 6497 VR2W-108158 -5.619533 56.37413 25 -#> 6498 VR2W-108158 -5.619533 56.37413 25 -#> 6499 VR2W-108158 -5.619533 56.37413 25 -#> 6500 VR2W-108158 -5.619533 56.37413 25 -#> 6501 VR2W-108158 -5.619533 56.37413 25 -#> 6502 VR2W-108160 -5.631733 56.37447 50 -#> 6503 VR2W-108160 -5.631733 56.37447 50 -#> 6504 VR2W-108160 -5.631733 56.37447 50 -#> 6505 VR2W-108160 -5.631733 56.37447 50 -#> 6506 VR2W-108160 -5.631733 56.37447 50 -#> 6507 VR2W-108160 -5.631733 56.37447 50 -#> 6508 VR2W-108160 -5.631733 56.37447 50 -#> 6509 VR2W-108160 -5.631733 56.37447 50 -#> 6510 VR2W-108160 -5.631733 56.37447 50 -#> 6511 VR2W-108160 -5.631733 56.37447 50 -#> 6512 VR2W-108160 -5.631733 56.37447 50 -#> 6513 VR2W-108160 -5.631733 56.37447 50 -#> 6514 VR2W-108160 -5.631733 56.37447 50 -#> 6515 VR2W-108160 -5.631733 56.37447 50 -#> 6516 VR2W-108160 -5.631733 56.37447 50 -#> 6517 VR2W-108160 -5.631733 56.37447 50 -#> 6518 VR2W-108160 -5.631733 56.37447 50 -#> 6519 VR2W-108160 -5.631733 56.37447 50 -#> 6520 VR2W-108160 -5.631733 56.37447 50 -#> 6521 VR2W-108160 -5.631733 56.37447 50 -#> 6522 VR2W-108160 -5.631733 56.37447 50 -#> 6523 VR2W-108160 -5.631733 56.37447 50 -#> 6524 VR2W-108160 -5.631733 56.37447 50 -#> 6525 VR2W-108160 -5.631733 56.37447 50 -#> 6526 VR2W-108160 -5.631733 56.37447 50 -#> 6527 VR2W-108160 -5.631733 56.37447 50 -#> 6528 VR2W-108160 -5.631733 56.37447 50 -#> 6529 VR2W-108160 -5.631733 56.37447 50 -#> 6530 VR2W-108160 -5.631733 56.37447 50 -#> 6531 VR2W-108160 -5.631733 56.37447 50 -#> 6532 VR2W-108160 -5.631733 56.37447 50 -#> 6533 VR2W-108160 -5.631733 56.37447 50 -#> 6534 VR2W-108160 -5.631733 56.37447 50 -#> 6535 VR2W-108160 -5.631733 56.37447 50 -#> 6536 VR2W-108160 -5.631733 56.37447 50 -#> 6537 VR2W-108160 -5.631733 56.37447 50 -#> 6538 VR2W-108160 -5.631733 56.37447 50 -#> 6539 VR2W-108160 -5.631733 56.37447 50 -#> 6540 VR2W-108160 -5.631733 56.37447 50 -#> 6541 VR2W-108160 -5.631733 56.37447 50 -#> 6542 VR2W-108160 -5.631733 56.37447 50 -#> 6543 VR2W-108160 -5.631733 56.37447 50 -#> 6544 VR2W-108160 -5.631733 56.37447 50 -#> 6545 VR2W-108160 -5.631733 56.37447 50 -#> 6546 VR2W-108160 -5.631733 56.37447 50 -#> 6547 VR2W-108160 -5.631733 56.37447 50 -#> 6548 VR2W-108160 -5.631733 56.37447 50 -#> 6549 VR2W-108160 -5.631733 56.37447 50 -#> 6550 VR2W-108160 -5.631733 56.37447 50 -#> 6551 VR2W-108160 -5.631733 56.37447 50 -#> 6552 VR2W-108160 -5.631733 56.37447 50 -#> 6553 VR2W-108160 -5.631733 56.37447 50 -#> 6554 VR2W-108160 -5.631733 56.37447 50 -#> 6555 VR2W-108160 -5.631733 56.37447 50 -#> 6556 VR2W-108160 -5.631733 56.37447 50 -#> 6557 VR2W-108160 -5.631733 56.37447 50 -#> 6558 VR2W-108160 -5.631733 56.37447 50 -#> 6559 VR2W-108160 -5.631733 56.37447 50 -#> 6560 VR2W-108160 -5.631733 56.37447 50 -#> 6561 VR2W-108160 -5.631733 56.37447 50 -#> 6562 VR2W-108160 -5.631733 56.37447 50 -#> 6563 VR2W-108160 -5.631733 56.37447 50 -#> 6564 VR2W-108160 -5.631733 56.37447 50 -#> 6565 VR2W-108160 -5.631733 56.37447 50 -#> 6566 VR2AR-546131 -5.612700 56.37988 35 -#> 6567 VR2AR-546131 -5.612700 56.37988 35 -#> 6568 VR2AR-546131 -5.612700 56.37988 35 -#> 6569 VR2AR-546131 -5.612700 56.37988 35 -#> 6570 VR2AR-546131 -5.612700 56.37988 35 -#> 6571 VR2AR-546131 -5.612700 56.37988 35 -#> 6572 VR2AR-546131 -5.612700 56.37988 35 -#> 6573 VR2AR-546131 -5.612700 56.37988 35 -#> 6574 VR2AR-546131 -5.612700 56.37988 35 -#> 6575 VR2AR-546131 -5.612700 56.37988 35 -#> 6576 VR2AR-546131 -5.612700 56.37988 35 -#> 6577 VR2AR-546131 -5.612700 56.37988 35 -#> 6578 VR2AR-546131 -5.612700 56.37988 35 -#> 6579 VR2AR-546131 -5.612700 56.37988 35 -#> 6580 VR2AR-546131 -5.612700 56.37988 35 -#> 6581 VR2AR-546131 -5.612700 56.37988 35 -#> 6582 VR2AR-546131 -5.612700 56.37988 35 -#> 6583 VR2AR-546131 -5.612700 56.37988 35 -#> 6584 VR2AR-546131 -5.612700 56.37988 35 -#> 6585 VR2AR-546131 -5.612700 56.37988 35 -#> 6586 VR2AR-546131 -5.612700 56.37988 35 -#> 6587 VR2AR-546131 -5.612700 56.37988 35 -#> 6588 VR2AR-546131 -5.612700 56.37988 35 -#> 6589 VR2AR-546131 -5.612700 56.37988 35 -#> 6590 VR2AR-546131 -5.612700 56.37988 35 -#> 6591 VR2AR-546131 -5.612700 56.37988 35 -#> 6592 VR2AR-546131 -5.612700 56.37988 35 -#> 6593 VR2AR-546131 -5.612700 56.37988 35 -#> 6594 VR2AR-546131 -5.612700 56.37988 35 -#> 6595 VR2AR-546131 -5.612700 56.37988 35 -#> 6596 VR2AR-546131 -5.612700 56.37988 35 -#> 6597 VR2AR-546131 -5.612700 56.37988 35 -#> 6598 VR2AR-546131 -5.612700 56.37988 35 -#> 6599 VR2AR-546131 -5.612700 56.37988 35 -#> 6600 VR2AR-546131 -5.612700 56.37988 35 -#> 6601 VR2AR-546131 -5.612700 56.37988 35 -#> 6602 VR2AR-546131 -5.612700 56.37988 35 -#> 6603 VR2AR-546131 -5.612700 56.37988 35 -#> 6604 VR2AR-546131 -5.612700 56.37988 35 -#> 6605 VR2AR-546131 -5.612700 56.37988 35 -#> 6606 VR2AR-546131 -5.612700 56.37988 35 -#> 6607 VR2AR-546131 -5.612700 56.37988 35 -#> 6608 VR2AR-546131 -5.612700 56.37988 35 -#> 6609 VR2AR-546131 -5.612700 56.37988 35 -#> 6610 VR2AR-546131 -5.612700 56.37988 35 -#> 6611 VR2AR-546131 -5.612700 56.37988 35 -#> 6612 VR2AR-546131 -5.612700 56.37988 35 -#> 6613 VR2AR-546131 -5.612700 56.37988 35 -#> 6614 VR2AR-546131 -5.612700 56.37988 35 -#> 6615 VR2AR-546131 -5.612700 56.37988 35 -#> 6616 VR2AR-546131 -5.612700 56.37988 35 -#> 6617 VR2AR-546131 -5.612700 56.37988 35 -#> 6618 VR2AR-546131 -5.612700 56.37988 35 -#> 6619 VR2AR-546131 -5.612700 56.37988 35 -#> 6620 VR2AR-546131 -5.612700 56.37988 35 -#> 6621 VR2AR-546131 -5.612700 56.37988 35 -#> 6622 VR2AR-546131 -5.612700 56.37988 35 -#> 6623 VR2AR-546131 -5.612700 56.37988 35 -#> 6624 VR2AR-546131 -5.612700 56.37988 35 -#> 6625 VR2AR-546131 -5.612700 56.37988 35 -#> 6626 VR2AR-546131 -5.612700 56.37988 35 -#> 6627 VR2AR-546131 -5.612700 56.37988 35 -#> 6628 VR2AR-546131 -5.612700 56.37988 35 -#> 6629 VR2AR-546131 -5.612700 56.37988 35 -#> 6630 VR2AR-546131 -5.612700 56.37988 35 -#> 6631 VR2AR-546131 -5.612700 56.37988 35 -#> 6632 VR2AR-546131 -5.612700 56.37988 35 -#> 6633 VR2AR-546131 -5.612700 56.37988 35 -#> 6634 VR2AR-546131 -5.612700 56.37988 35 -#> 6635 VR2AR-546131 -5.612700 56.37988 35 -#> 6636 VR2AR-546131 -5.612700 56.37988 35 -#> 6637 VR2AR-546131 -5.612700 56.37988 35 -#> 6638 VR2AR-546131 -5.612700 56.37988 35 -#> 6639 VR2AR-546131 -5.612700 56.37988 35 -#> 6640 VR2AR-546131 -5.612700 56.37988 35 -#> 6641 VR2AR-546131 -5.612700 56.37988 35 -#> 6642 VR2AR-546131 -5.612700 56.37988 35 -#> 6643 VR2AR-546131 -5.612700 56.37988 35 -#> 6644 VR2AR-546131 -5.612700 56.37988 35 -#> 6645 VR2AR-546131 -5.612700 56.37988 35 -#> 6646 VR2AR-546131 -5.612700 56.37988 35 -#> 6647 VR2AR-546131 -5.612700 56.37988 35 -#> 6648 VR2AR-546131 -5.612700 56.37988 35 -#> 6649 VR2AR-546131 -5.612700 56.37988 35 -#> 6650 VR2AR-546131 -5.612700 56.37988 35 -#> 6651 VR2AR-546131 -5.612700 56.37988 35 -#> 6652 VR2AR-546131 -5.612700 56.37988 35 -#> 6653 VR2AR-546131 -5.612700 56.37988 35 -#> 6654 VR2AR-546131 -5.612700 56.37988 35 -#> 6655 VR2AR-546131 -5.612700 56.37988 35 -#> 6656 VR2AR-546131 -5.612700 56.37988 35 -#> 6657 VR2AR-546131 -5.612700 56.37988 35 -#> 6658 VR2AR-546131 -5.612700 56.37988 35 -#> 6659 VR2AR-546131 -5.612700 56.37988 35 -#> 6660 VR2AR-546131 -5.612700 56.37988 35 -#> 6661 VR2AR-546131 -5.612700 56.37988 35 -#> 6662 VR2AR-546131 -5.612700 56.37988 35 -#> 6663 VR2AR-546131 -5.612700 56.37988 35 -#> 6664 VR2AR-546131 -5.612700 56.37988 35 -#> 6665 VR2AR-546131 -5.612700 56.37988 35 -#> 6666 VR2AR-546131 -5.612700 56.37988 35 -#> 6667 VR2AR-546131 -5.612700 56.37988 35 -#> 6668 VR2AR-546131 -5.612700 56.37988 35 -#> 6669 VR2AR-546131 -5.612700 56.37988 35 -#> 6670 VR2AR-546131 -5.612700 56.37988 35 -#> 6671 VR2AR-546131 -5.612700 56.37988 35 -#> 6672 VR2AR-546131 -5.612700 56.37988 35 -#> 6673 VR2AR-546131 -5.612700 56.37988 35 -#> 6674 VR2AR-546131 -5.612700 56.37988 35 -#> 6675 VR2AR-546131 -5.612700 56.37988 35 -#> 6676 VR2AR-546131 -5.612700 56.37988 35 -#> 6677 VR2AR-546131 -5.612700 56.37988 35 -#> 6678 VR2AR-546131 -5.612700 56.37988 35 -#> 6679 VR2AR-546131 -5.612700 56.37988 35 -#> 6680 VR2AR-546131 -5.612700 56.37988 35 -#> 6681 VR2AR-546131 -5.612700 56.37988 35 -#> 6682 VR2AR-546131 -5.612700 56.37988 35 -#> 6683 VR2AR-546131 -5.612700 56.37988 35 -#> 6684 VR2AR-546131 -5.612700 56.37988 35 -#> 6685 VR2AR-546131 -5.612700 56.37988 35 -#> 6686 VR2AR-546131 -5.612700 56.37988 35 -#> 6687 VR2AR-546131 -5.612700 56.37988 35 -#> 6688 VR2AR-546131 -5.612700 56.37988 35 -#> 6689 VR2AR-546131 -5.612700 56.37988 35 -#> 6690 VR2AR-546131 -5.612700 56.37988 35 -#> 6691 VR2AR-546131 -5.612700 56.37988 35 -#> 6692 VR2AR-546131 -5.612700 56.37988 35 -#> 6693 VR2AR-546131 -5.612700 56.37988 35 -#> 6694 VR2AR-546131 -5.612700 56.37988 35 -#> 6695 VR2AR-546131 -5.612700 56.37988 35 -#> 6696 VR2AR-546131 -5.612700 56.37988 35 -#> 6697 VR2AR-546131 -5.612700 56.37988 35 -#> 6698 VR2AR-546131 -5.612700 56.37988 35 -#> 6699 VR2AR-546131 -5.612700 56.37988 35 -#> 6700 VR2AR-546131 -5.612700 56.37988 35 -#> 6701 VR2AR-546131 -5.612700 56.37988 35 -#> 6702 VR2AR-546131 -5.612700 56.37988 35 -#> 6703 VR2AR-546131 -5.612700 56.37988 35 -#> 6704 VR2AR-546131 -5.612700 56.37988 35 -#> 6705 VR2AR-546131 -5.612700 56.37988 35 -#> 6706 VR2AR-546131 -5.612700 56.37988 35 -#> 6707 VR2AR-546131 -5.612700 56.37988 35 -#> 6708 VR2AR-546131 -5.612700 56.37988 35 -#> 6709 VR2AR-546131 -5.612700 56.37988 35 -#> 6710 VR2AR-546131 -5.612700 56.37988 35 -#> 6711 VR2AR-546131 -5.612700 56.37988 35 -#> 6712 VR2AR-546131 -5.612700 56.37988 35 -#> 6713 VR2AR-546131 -5.612700 56.37988 35 -#> 6714 VR2AR-546131 -5.612700 56.37988 35 -#> 6715 VR2AR-546131 -5.612700 56.37988 35 -#> 6716 VR2AR-546131 -5.612700 56.37988 35 -#> 6717 VR2AR-546131 -5.612700 56.37988 35 -#> 6718 VR2AR-546131 -5.612700 56.37988 35 -#> 6719 VR2AR-546131 -5.612700 56.37988 35 -#> 6720 VR2AR-546131 -5.612700 56.37988 35 -#> 6721 VR2AR-546131 -5.612700 56.37988 35 -#> 6722 VR2AR-546131 -5.612700 56.37988 35 -#> 6723 VR2AR-546131 -5.612700 56.37988 35 -#> 6724 VR2AR-546131 -5.612700 56.37988 35 -#> 6725 VR2AR-546131 -5.612700 56.37988 35 -#> 6726 VR2AR-546131 -5.612700 56.37988 35 -#> 6727 VR2AR-546131 -5.612700 56.37988 35 -#> 6728 VR2AR-546134 -5.643867 56.38278 145 -#> 6729 VR2AR-546134 -5.643867 56.38278 145 -#> 6730 VR2AR-546134 -5.643867 56.38278 145 -#> 6731 VR2AR-546134 -5.643867 56.38278 145 -#> 6732 VR2AR-546134 -5.643867 56.38278 145 -#> 6733 VR2AR-546134 -5.643867 56.38278 145 -#> 6734 VR2AR-546134 -5.643867 56.38278 145 -#> 6735 VR2AR-546134 -5.643867 56.38278 145 -#> 6736 VR2AR-546134 -5.643867 56.38278 145 -#> 6737 VR2AR-546134 -5.643867 56.38278 145 -#> 6738 VR2AR-546134 -5.643867 56.38278 145 -#> 6739 VR2AR-546134 -5.643867 56.38278 145 -#> 6740 VR2AR-546134 -5.643867 56.38278 145 -#> 6741 VR2AR-546134 -5.643867 56.38278 145 -#> 6742 VR2AR-546134 -5.643867 56.38278 145 -#> 6743 VR2AR-546134 -5.643867 56.38278 145 -#> 6744 VR2AR-546136 -5.626250 56.44810 75 -#> 6745 VR2AR-546136 -5.626250 56.44810 75 -#> 6746 VR2AR-546131 -5.612700 56.37988 35 -#> 6747 VR2AR-546131 -5.612700 56.37988 35 -#> 6748 VR2AR-546131 -5.612700 56.37988 35 -#> 6749 VR2AR-546131 -5.612700 56.37988 35 -#> 6750 VR2AR-546131 -5.612700 56.37988 35 -#> 6751 VR2AR-546131 -5.612700 56.37988 35 -#> 6752 VR2AR-546131 -5.612700 56.37988 35 -#> 6753 VR2AR-546131 -5.612700 56.37988 35 -#> 6754 VR2AR-546131 -5.612700 56.37988 35 -#> 6755 VR2AR-546131 -5.612700 56.37988 35 -#> 6756 VR2AR-546131 -5.612700 56.37988 35 -#> 6757 VR2AR-546131 -5.612700 56.37988 35 -#> 6758 VR2AR-546131 -5.612700 56.37988 35 -#> 6759 VR2AR-546131 -5.612700 56.37988 35 -#> 6760 VR2AR-546131 -5.612700 56.37988 35 -#> 6761 VR2AR-546131 -5.612700 56.37988 35 -#> 6762 VR2AR-546131 -5.612700 56.37988 35 -#> 6763 VR2AR-546131 -5.612700 56.37988 35 -#> 6764 VR2AR-546131 -5.612700 56.37988 35 -#> 6765 VR2AR-546131 -5.612700 56.37988 35 -#> 6766 VR2AR-546131 -5.612700 56.37988 35 -#> 6767 VR2AR-546131 -5.612700 56.37988 35 -#> 6768 VR2AR-546131 -5.612700 56.37988 35 -#> 6769 VR2AR-546131 -5.612700 56.37988 35 -#> 6770 VR2AR-546131 -5.612700 56.37988 35 -#> 6771 VR2AR-546131 -5.612700 56.37988 35 -#> 6772 VR2AR-546131 -5.612700 56.37988 35 -#> 6773 VR2AR-546131 -5.612700 56.37988 35 -#> 6774 VR2AR-546131 -5.612700 56.37988 35 -#> 6775 VR2AR-546131 -5.612700 56.37988 35 -#> 6776 VR2AR-546131 -5.612700 56.37988 35 -#> 6777 VR2AR-546131 -5.612700 56.37988 35 -#> 6778 VR2AR-546131 -5.612700 56.37988 35 -#> 6779 VR2AR-546131 -5.612700 56.37988 35 -#> 6780 VR2AR-546131 -5.612700 56.37988 35 -#> 6781 VR2AR-546131 -5.612700 56.37988 35 -#> 6782 VR2AR-546131 -5.612700 56.37988 35 -#> 6783 VR2AR-546131 -5.612700 56.37988 35 -#> 6784 VR2AR-546131 -5.612700 56.37988 35 -#> 6785 VR2AR-546131 -5.612700 56.37988 35 -#> 6786 VR2AR-546131 -5.612700 56.37988 35 -#> 6787 VR2AR-546131 -5.612700 56.37988 35 -#> 6788 VR2AR-546131 -5.612700 56.37988 35 -#> 6789 VR2AR-546131 -5.612700 56.37988 35 -#> 6790 VR2AR-546131 -5.612700 56.37988 35 -#> 6791 VR2AR-546131 -5.612700 56.37988 35 -#> 6792 VR2AR-546131 -5.612700 56.37988 35 -#> 6793 VR2AR-546131 -5.612700 56.37988 35 -#> 6794 VR2AR-546131 -5.612700 56.37988 35 -#> 6795 VR2AR-546131 -5.612700 56.37988 35 -#> 6796 VR2AR-546131 -5.612700 56.37988 35 -#> 6797 VR2AR-546131 -5.612700 56.37988 35 -#> 6798 VR2AR-546131 -5.612700 56.37988 35 -#> 6799 VR2AR-546131 -5.612700 56.37988 35 -#> 6800 VR2AR-546131 -5.612700 56.37988 35 -#> 6801 VR2AR-546131 -5.612700 56.37988 35 -#> 6802 VR2AR-546131 -5.612700 56.37988 35 -#> 6803 VR2AR-546131 -5.612700 56.37988 35 -#> 6804 VR2AR-546131 -5.612700 56.37988 35 -#> 6805 VR2AR-546131 -5.612700 56.37988 35 -#> 6806 VR2AR-546131 -5.612700 56.37988 35 -#> 6807 VR2AR-546131 -5.612700 56.37988 35 -#> 6808 VR2AR-546131 -5.612700 56.37988 35 -#> 6809 VR2AR-546131 -5.612700 56.37988 35 -#> 6810 VR2AR-546131 -5.612700 56.37988 35 -#> 6811 VR2AR-546131 -5.612700 56.37988 35 -#> 6812 VR2AR-546131 -5.612700 56.37988 35 -#> 6813 VR2AR-546131 -5.612700 56.37988 35 -#> 6814 VR2AR-546131 -5.612700 56.37988 35 -#> 6815 VR2AR-546131 -5.612700 56.37988 35 -#> 6816 VR2AR-546131 -5.612700 56.37988 35 -#> 6817 VR2AR-546131 -5.612700 56.37988 35 -#> 6818 VR2AR-546131 -5.612700 56.37988 35 -#> 6819 VR2AR-546131 -5.612700 56.37988 35 -#> 6820 VR2AR-546131 -5.612700 56.37988 35 -#> 6821 VR2AR-546131 -5.612700 56.37988 35 -#> 6822 VR2AR-546131 -5.612700 56.37988 35 -#> 6823 VR2AR-546131 -5.612700 56.37988 35 -#> 6824 VR2AR-546131 -5.612700 56.37988 35 -#> 6825 VR2AR-546131 -5.612700 56.37988 35 -#> 6826 VR2AR-546131 -5.612700 56.37988 35 -#> 6827 VR2AR-546131 -5.612700 56.37988 35 -#> 6828 VR2AR-546131 -5.612700 56.37988 35 -#> 6829 VR2AR-546131 -5.612700 56.37988 35 -#> 6830 VR2AR-546131 -5.612700 56.37988 35 -#> 6831 VR2AR-546131 -5.612700 56.37988 35 -#> 6832 VR2AR-546131 -5.612700 56.37988 35 -#> 6833 VR2AR-546131 -5.612700 56.37988 35 -#> 6834 VR2AR-546131 -5.612700 56.37988 35 -#> 6835 VR2AR-546131 -5.612700 56.37988 35 -#> 6836 VR2AR-546131 -5.612700 56.37988 35 -#> 6837 VR2AR-546131 -5.612700 56.37988 35 -#> 6838 VR2AR-546131 -5.612700 56.37988 35 -#> 6839 VR2AR-546131 -5.612700 56.37988 35 -#> 6840 VR2AR-546131 -5.612700 56.37988 35 -#> 6841 VR2AR-546131 -5.612700 56.37988 35 -#> 6842 VR2AR-546131 -5.612700 56.37988 35 -#> 6843 VR2AR-546131 -5.612700 56.37988 35 -#> 6844 VR2AR-546131 -5.612700 56.37988 35 -#> 6845 VR2AR-546131 -5.612700 56.37988 35 -#> 6846 VR2AR-546131 -5.612700 56.37988 35 -#> 6847 VR2AR-546131 -5.612700 56.37988 35 -#> 6848 VR2AR-546131 -5.612700 56.37988 35 -#> 6849 VR2AR-546131 -5.612700 56.37988 35 -#> 6850 VR2AR-546131 -5.612700 56.37988 35 -#> 6851 VR2AR-546131 -5.612700 56.37988 35 -#> 6852 VR2AR-546131 -5.612700 56.37988 35 -#> 6853 VR2AR-546131 -5.612700 56.37988 35 -#> 6854 VR2AR-546131 -5.612700 56.37988 35 -#> 6855 VR2AR-546131 -5.612700 56.37988 35 -#> 6856 VR2AR-546131 -5.612700 56.37988 35 -#> 6857 VR2AR-546131 -5.612700 56.37988 35 -#> 6858 VR2AR-546131 -5.612700 56.37988 35 -#> 6859 VR2AR-546131 -5.612700 56.37988 35 -#> 6860 VR2AR-546131 -5.612700 56.37988 35 -#> 6861 VR2AR-546131 -5.612700 56.37988 35 -#> 6862 VR2AR-546131 -5.612700 56.37988 35 -#> 6863 VR2AR-546131 -5.612700 56.37988 35 -#> 6864 VR2AR-546131 -5.612700 56.37988 35 -#> 6865 VR2AR-546131 -5.612700 56.37988 35 -#> 6866 VR2AR-546131 -5.612700 56.37988 35 -#> 6867 VR2AR-546131 -5.612700 56.37988 35 -#> 6868 VR2AR-546131 -5.612700 56.37988 35 -#> 6869 VR2AR-546131 -5.612700 56.37988 35 -#> 6870 VR2AR-546131 -5.612700 56.37988 35 -#> 6871 VR2AR-546131 -5.612700 56.37988 35 -#> 6872 VR2AR-546131 -5.612700 56.37988 35 -#> 6873 VR2AR-546131 -5.612700 56.37988 35 -#> 6874 VR2AR-546131 -5.612700 56.37988 35 -#> 6875 VR2AR-546131 -5.612700 56.37988 35 -#> 6876 VR2AR-546131 -5.612700 56.37988 35 -#> 6877 VR2AR-546131 -5.612700 56.37988 35 -#> 6878 VR2AR-546131 -5.612700 56.37988 35 -#> 6879 VR2AR-546131 -5.612700 56.37988 35 -#> 6880 VR2AR-546131 -5.612700 56.37988 35 -#> 6881 VR2AR-546131 -5.612700 56.37988 35 -#> 6882 VR2AR-546131 -5.612700 56.37988 35 -#> 6883 VR2AR-546131 -5.612700 56.37988 35 -#> 6884 VR2AR-546131 -5.612700 56.37988 35 -#> 6885 VR2AR-546131 -5.612700 56.37988 35 -#> 6886 VR2AR-546131 -5.612700 56.37988 35 -#> 6887 VR2AR-546131 -5.612700 56.37988 35 -#> 6888 VR2AR-546131 -5.612700 56.37988 35 -#> 6889 VR2AR-546131 -5.612700 56.37988 35 -#> 6890 VR2AR-546131 -5.612700 56.37988 35 -#> 6891 VR2AR-546131 -5.612700 56.37988 35 -#> 6892 VR2AR-546131 -5.612700 56.37988 35 -#> 6893 VR2AR-546131 -5.612700 56.37988 35 -#> 6894 VR2AR-546131 -5.612700 56.37988 35 -#> 6895 VR2AR-546131 -5.612700 56.37988 35 -#> 6896 VR2AR-546131 -5.612700 56.37988 35 -#> 6897 VR2AR-546131 -5.612700 56.37988 35 -#> 6898 VR2AR-546131 -5.612700 56.37988 35 -#> 6899 VR2AR-546131 -5.612700 56.37988 35 -#> 6900 VR2AR-546131 -5.612700 56.37988 35 -#> 6901 VR2AR-546131 -5.612700 56.37988 35 -#> 6902 VR2AR-546131 -5.612700 56.37988 35 -#> 6903 VR2AR-546136 -5.626250 56.44810 75 -#> 6904 VR2AR-546136 -5.626250 56.44810 75 -#> 6905 VR2AR-546136 -5.626250 56.44810 75 -#> 6906 VR2AR-546136 -5.626250 56.44810 75 -#> 6907 VR2AR-546136 -5.626250 56.44810 75 -#> 6908 VR2AR-546136 -5.626250 56.44810 75 -#> 6909 VR2-6723 -5.586383 56.50332 50 -#> 6910 VR2AR-546133 -5.701717 56.49747 90 -#> 6911 VR2AR-546133 -5.701717 56.49747 90 -#> 6912 VR2AR-546133 -5.701717 56.49747 90 -#> 6913 VR2AR-546133 -5.701717 56.49747 90 -#> 6914 VR2AR-546133 -5.701717 56.49747 90 -#> 6915 VR2AR-546133 -5.701717 56.49747 90 -#> 6916 VR2AR-546133 -5.701717 56.49747 90 -#> 6917 VR2AR-546133 -5.701717 56.49747 90 -#> 6918 VR2AR-546133 -5.701717 56.49747 90 -#> 6919 VR2AR-546133 -5.701717 56.49747 90 -#> 6920 VR2AR-546133 -5.701717 56.49747 90 -#> 6921 VR2AR-546133 -5.701717 56.49747 90 -#> 6922 VR2AR-546133 -5.701717 56.49747 90 -#> 6923 VR2AR-546133 -5.701717 56.49747 90 -#> 6924 VR2AR-546133 -5.701717 56.49747 90 -#> 6925 VR2AR-546133 -5.701717 56.49747 90 -#> 6926 VR2AR-546133 -5.701717 56.49747 90 -#> 6927 VR2AR-546133 -5.701717 56.49747 90 -#> 6928 VR2AR-546133 -5.701717 56.49747 90 -#> 6929 VR2AR-546133 -5.701717 56.49747 90 -#> 6930 VR2AR-546133 -5.701717 56.49747 90 -#> 6931 VR2AR-546133 -5.701717 56.49747 90 -#> 6932 VR2W-108161 -5.605383 56.46018 25 -#> 6933 VR2W-108161 -5.605383 56.46018 25 -#> 6934 VR2W-108161 -5.605383 56.46018 25 -#> 6935 VR2W-108161 -5.605383 56.46018 25 -#> 6936 VR2W-108161 -5.605383 56.46018 25 -#> 6937 VR2W-108161 -5.605383 56.46018 25 -#> 6938 VR2W-108161 -5.605383 56.46018 25 -#> 6939 VR2AR-546136 -5.626250 56.44810 75 -#> 6940 VR2AR-546136 -5.626250 56.44810 75 -#> 6941 VR2AR-546136 -5.626250 56.44810 75 -#> 6942 VR2AR-546136 -5.626250 56.44810 75 -#> 6943 VR2AR-546136 -5.626250 56.44810 75 -#> 6944 VR2AR-546136 -5.626250 56.44810 75 -#> 6945 VR2AR-546131 -5.612700 56.37988 35 -#> 6946 VR2AR-546131 -5.612700 56.37988 35 -#> 6947 VR2AR-546131 -5.612700 56.37988 35 -#> 6948 VR2AR-546131 -5.612700 56.37988 35 -#> 6949 VR2AR-546131 -5.612700 56.37988 35 -#> 6950 VR2AR-546131 -5.612700 56.37988 35 -#> 6951 VR2AR-546131 -5.612700 56.37988 35 -#> 6952 VR2AR-546131 -5.612700 56.37988 35 -#> 6953 VR2AR-546131 -5.612700 56.37988 35 -#> 6954 VR2AR-546131 -5.612700 56.37988 35 -#> 6955 VR2AR-546131 -5.612700 56.37988 35 -#> 6956 VR2AR-546131 -5.612700 56.37988 35 -#> 6957 VR2AR-546131 -5.612700 56.37988 35 -#> 6958 VR2AR-546131 -5.612700 56.37988 35 -#> 6959 VR2AR-546131 -5.612700 56.37988 35 -#> 6960 VR2AR-546131 -5.612700 56.37988 35 -#> 6961 VR2AR-546131 -5.612700 56.37988 35 -#> 6962 VR2AR-546131 -5.612700 56.37988 35 -#> 6963 VR2AR-546131 -5.612700 56.37988 35 -#> 6964 VR2AR-546131 -5.612700 56.37988 35 -#> 6965 VR2AR-546131 -5.612700 56.37988 35 -#> 6966 VR2AR-546131 -5.612700 56.37988 35 -#> 6967 VR2AR-546131 -5.612700 56.37988 35 -#> 6968 VR2AR-546131 -5.612700 56.37988 35 -#> 6969 VR2AR-546131 -5.612700 56.37988 35 -#> 6970 VR2AR-546131 -5.612700 56.37988 35 -#> 6971 VR2AR-546131 -5.612700 56.37988 35 -#> 6972 VR2AR-546131 -5.612700 56.37988 35 -#> 6973 VR2AR-546131 -5.612700 56.37988 35 -#> 6974 VR2AR-546131 -5.612700 56.37988 35 -#> 6975 VR2AR-546131 -5.612700 56.37988 35 -#> 6976 VR2AR-546131 -5.612700 56.37988 35 -#> 6977 VR2AR-546131 -5.612700 56.37988 35 -#> 6978 VR2AR-546131 -5.612700 56.37988 35 -#> 6979 VR2AR-546131 -5.612700 56.37988 35 -#> 6980 VR2AR-546131 -5.612700 56.37988 35 -#> 6981 VR2AR-546131 -5.612700 56.37988 35 -#> 6982 VR2AR-546131 -5.612700 56.37988 35 -#> 6983 VR2AR-546131 -5.612700 56.37988 35 -#> 6984 VR2AR-546131 -5.612700 56.37988 35 -#> 6985 VR2AR-546131 -5.612700 56.37988 35 -#> 6986 VR2AR-546131 -5.612700 56.37988 35 -#> 6987 VR2AR-546131 -5.612700 56.37988 35 -#> 6988 VR2AR-546131 -5.612700 56.37988 35 -#> 6989 VR2AR-546131 -5.612700 56.37988 35 -#> 6990 VR2AR-546131 -5.612700 56.37988 35 -#> 6991 VR2AR-546131 -5.612700 56.37988 35 -#> 6992 VR2AR-546131 -5.612700 56.37988 35 -#> 6993 VR2AR-546131 -5.612700 56.37988 35 -#> 6994 VR2AR-546131 -5.612700 56.37988 35 -#> 6995 VR2AR-546131 -5.612700 56.37988 35 -#> 6996 VR2AR-546131 -5.612700 56.37988 35 -#> 6997 VR2AR-546131 -5.612700 56.37988 35 -#> 6998 VR2AR-546131 -5.612700 56.37988 35 -#> 6999 VR2AR-546131 -5.612700 56.37988 35 -#> 7000 VR2AR-546131 -5.612700 56.37988 35 -#> 7001 VR2AR-546131 -5.612700 56.37988 35 -#> 7002 VR2AR-546131 -5.612700 56.37988 35 -#> 7003 VR2AR-546131 -5.612700 56.37988 35 -#> 7004 VR2AR-546131 -5.612700 56.37988 35 -#> 7005 VR2AR-546131 -5.612700 56.37988 35 -#> 7006 VR2AR-546131 -5.612700 56.37988 35 -#> 7007 VR2AR-546131 -5.612700 56.37988 35 -#> 7008 VR2AR-546131 -5.612700 56.37988 35 -#> 7009 VR2AR-546131 -5.612700 56.37988 35 -#> 7010 VR2AR-546131 -5.612700 56.37988 35 -#> 7011 VR2AR-546131 -5.612700 56.37988 35 -#> 7012 VR2AR-546131 -5.612700 56.37988 35 -#> 7013 VR2AR-546131 -5.612700 56.37988 35 -#> 7014 VR2AR-546131 -5.612700 56.37988 35 -#> 7015 VR2AR-546131 -5.612700 56.37988 35 -#> 7016 VR2AR-546131 -5.612700 56.37988 35 -#> 7017 VR2AR-546131 -5.612700 56.37988 35 -#> 7018 VR2AR-546131 -5.612700 56.37988 35 -#> 7019 VR2AR-546131 -5.612700 56.37988 35 -#> 7020 VR2AR-546131 -5.612700 56.37988 35 -#> 7021 VR2AR-546131 -5.612700 56.37988 35 -#> 7022 VR2AR-546131 -5.612700 56.37988 35 -#> 7023 VR2AR-546131 -5.612700 56.37988 35 -#> 7024 VR2AR-546131 -5.612700 56.37988 35 -#> 7025 VR2AR-546131 -5.612700 56.37988 35 -#> 7026 VR2AR-546131 -5.612700 56.37988 35 -#> 7027 VR2AR-546131 -5.612700 56.37988 35 -#> 7028 VR2AR-546131 -5.612700 56.37988 35 -#> 7029 VR2AR-546131 -5.612700 56.37988 35 -#> 7030 VR2AR-546131 -5.612700 56.37988 35 -#> 7031 VR2AR-546131 -5.612700 56.37988 35 -#> 7032 VR2AR-546131 -5.612700 56.37988 35 -#> 7033 VR2AR-546131 -5.612700 56.37988 35 -#> 7034 VR2AR-546131 -5.612700 56.37988 35 -#> 7035 VR2AR-546131 -5.612700 56.37988 35 -#> 7036 VR2AR-546131 -5.612700 56.37988 35 -#> 7037 VR2AR-546131 -5.612700 56.37988 35 -#> 7038 VR2AR-546131 -5.612700 56.37988 35 -#> 7039 VR2AR-546131 -5.612700 56.37988 35 -#> 7040 VR2AR-546131 -5.612700 56.37988 35 -#> 7041 VR2AR-546131 -5.612700 56.37988 35 -#> 7042 VR2AR-546131 -5.612700 56.37988 35 -#> 7043 VR2AR-546131 -5.612700 56.37988 35 -#> 7044 VR2AR-546131 -5.612700 56.37988 35 -#> 7045 VR2AR-546131 -5.612700 56.37988 35 -#> 7046 VR2AR-546131 -5.612700 56.37988 35 -#> 7047 VR2AR-546131 -5.612700 56.37988 35 -#> 7048 VR2AR-546131 -5.612700 56.37988 35 -#> 7049 VR2AR-546131 -5.612700 56.37988 35 -#> 7050 VR2AR-546131 -5.612700 56.37988 35 -#> 7051 VR2AR-546131 -5.612700 56.37988 35 -#> 7052 VR2AR-546131 -5.612700 56.37988 35 -#> 7053 VR2AR-546131 -5.612700 56.37988 35 -#> 7054 VR2AR-546131 -5.612700 56.37988 35 -#> 7055 VR2AR-546131 -5.612700 56.37988 35 -#> 7056 VR2AR-546131 -5.612700 56.37988 35 -#> 7057 VR2AR-546131 -5.612700 56.37988 35 -#> 7058 VR2AR-546131 -5.612700 56.37988 35 -#> 7059 VR2AR-546131 -5.612700 56.37988 35 -#> 7060 VR2AR-546131 -5.612700 56.37988 35 -#> 7061 VR2AR-546131 -5.612700 56.37988 35 -#> 7062 VR2AR-546131 -5.612700 56.37988 35 -#> 7063 VR2AR-546131 -5.612700 56.37988 35 -#> 7064 VR2AR-546131 -5.612700 56.37988 35 -#> 7065 VR2AR-546131 -5.612700 56.37988 35 -#> 7066 VR2AR-546131 -5.612700 56.37988 35 -#> 7067 VR2AR-546131 -5.612700 56.37988 35 -#> 7068 VR2AR-546131 -5.612700 56.37988 35 -#> 7069 VR2AR-546380 -5.637917 56.44800 25 -#> 7070 VR2AR-546380 -5.637917 56.44800 25 -#> 7071 VR2AR-546380 -5.637917 56.44800 25 -#> 7072 VR2AR-546380 -5.637917 56.44800 25 -#> 7073 VR2AR-546380 -5.637917 56.44800 25 -#> 7074 VR2AR-546380 -5.637917 56.44800 25 -#> 7075 VR2AR-546380 -5.637917 56.44800 25 -#> 7076 VR2AR-546380 -5.637917 56.44800 25 -#> 7077 VR2AR-546380 -5.637917 56.44800 25 -#> 7078 VR2AR-546380 -5.637917 56.44800 25 -#> 7079 VR2AR-546380 -5.637917 56.44800 25 -#> 7080 VR2AR-546380 -5.637917 56.44800 25 -#> 7081 VR2AR-546380 -5.637917 56.44800 25 -#> 7082 VR2AR-546380 -5.637917 56.44800 25 -#> 7083 VR2AR-546380 -5.637917 56.44800 25 -#> 7084 VR2AR-546380 -5.637917 56.44800 25 -#> 7085 VR2AR-546380 -5.637917 56.44800 25 -#> 7086 VR2AR-546380 -5.637917 56.44800 25 -#> 7087 VR2AR-546380 -5.637917 56.44800 25 -#> 7088 VR2AR-546380 -5.637917 56.44800 25 -#> 7089 VR2AR-546380 -5.637917 56.44800 25 -#> 7090 VR2AR-546380 -5.637917 56.44800 25 -#> 7091 VR2AR-546380 -5.637917 56.44800 25 -#> 7092 VR2AR-546380 -5.637917 56.44800 25 -#> 7093 VR2AR-546380 -5.637917 56.44800 25 -#> 7094 VR2AR-546380 -5.637917 56.44800 25 -#> 7095 VR2AR-546380 -5.637917 56.44800 25 -#> 7096 VR2AR-546380 -5.637917 56.44800 25 -#> 7097 VR2AR-546380 -5.637917 56.44800 25 -#> 7098 VR2AR-546380 -5.637917 56.44800 25 -#> 7099 VR2AR-546380 -5.637917 56.44800 25 -#> 7100 VR2AR-546380 -5.637917 56.44800 25 -#> 7101 VR2AR-546380 -5.637917 56.44800 25 -#> 7102 VR2AR-546380 -5.637917 56.44800 25 -#> 7103 VR2AR-546380 -5.637917 56.44800 25 -#> 7104 VR2AR-546380 -5.637917 56.44800 25 -#> 7105 VR2AR-546380 -5.637917 56.44800 25 -#> 7106 VR2AR-546380 -5.637917 56.44800 25 -#> 7107 VR2AR-546380 -5.637917 56.44800 25 -#> 7108 VR2AR-546380 -5.637917 56.44800 25 -#> 7109 VR2AR-546380 -5.637917 56.44800 25 -#> 7110 VR2AR-546380 -5.637917 56.44800 25 -#> 7111 VR2AR-546380 -5.637917 56.44800 25 -#> 7112 VR2AR-546380 -5.637917 56.44800 25 -#> 7113 VR2AR-546380 -5.637917 56.44800 25 -#> 7114 VR2AR-546380 -5.637917 56.44800 25 -#> 7115 VR2AR-546380 -5.637917 56.44800 25 -#> 7116 VR2AR-546380 -5.637917 56.44800 25 -#> 7117 VR2AR-546380 -5.637917 56.44800 25 -#> 7118 VR2AR-546380 -5.637917 56.44800 25 -#> 7119 VR2AR-546380 -5.637917 56.44800 25 -#> 7120 VR2AR-546380 -5.637917 56.44800 25 -#> 7121 VR2AR-546380 -5.637917 56.44800 25 -#> 7122 VR2AR-546380 -5.637917 56.44800 25 -#> 7123 VR2AR-546380 -5.637917 56.44800 25 -#> 7124 VR2AR-546380 -5.637917 56.44800 25 -#> 7125 VR2AR-546380 -5.637917 56.44800 25 -#> 7126 VR2AR-546380 -5.637917 56.44800 25 -#> 7127 VR2AR-546380 -5.637917 56.44800 25 -#> 7128 VR2AR-546380 -5.637917 56.44800 25 -#> 7129 VR2AR-546380 -5.637917 56.44800 25 -#> 7130 VR2AR-546380 -5.637917 56.44800 25 -#> 7131 VR2AR-546380 -5.637917 56.44800 25 -#> 7132 VR2AR-546380 -5.637917 56.44800 25 -#> 7133 VR2AR-546380 -5.637917 56.44800 25 -#> 7134 VR2AR-546380 -5.637917 56.44800 25 -#> 7135 VR2AR-546380 -5.637917 56.44800 25 -#> 7136 VR2AR-546380 -5.637917 56.44800 25 -#> 7137 VR2AR-546380 -5.637917 56.44800 25 -#> 7138 VR2AR-546380 -5.637917 56.44800 25 -#> 7139 VR2AR-546133 -5.701717 56.49747 90 -#> 7140 VR2AR-546133 -5.701717 56.49747 90 -#> 7141 VR2AR-546133 -5.701717 56.49747 90 -#> 7142 VR2AR-546133 -5.701717 56.49747 90 -#> 7143 VR2AR-546133 -5.701717 56.49747 90 -#> 7144 VR2AR-546133 -5.701717 56.49747 90 -#> 7145 VR2AR-546133 -5.701717 56.49747 90 -#> 7146 VR2AR-546133 -5.701717 56.49747 90 -#> 7147 VR2AR-546133 -5.701717 56.49747 90 -#> 7148 VR2AR-546133 -5.701717 56.49747 90 -#> 7149 VR2AR-546133 -5.701717 56.49747 90 -#> 7150 VR2AR-546133 -5.701717 56.49747 90 -#> 7151 VR2AR-546133 -5.701717 56.49747 90 -#> 7152 VR2AR-546133 -5.701717 56.49747 90 -#> 7153 VR2-5637 -5.692417 56.49913 25 -#> 7154 VR2AR-546133 -5.701717 56.49747 90 -#> 7155 VR2AR-546133 -5.701717 56.49747 90 -#> 7156 VR2AR-546133 -5.701717 56.49747 90 -#> 7157 VR2AR-546133 -5.701717 56.49747 90 -#> 7158 VR2-5637 -5.692417 56.49913 25 -#> 7159 VR2W-108161 -5.605383 56.46018 25 -#> 7160 VR2W-108161 -5.605383 56.46018 25 -#> 7161 VR2W-108161 -5.605383 56.46018 25 -#> 7162 VR2W-108161 -5.605383 56.46018 25 -#> 7163 VR2W-108161 -5.605383 56.46018 25 -#> 7164 VR2W-108161 -5.605383 56.46018 25 -#> 7165 VR2W-108161 -5.605383 56.46018 25 -#> 7166 VR2W-108161 -5.605383 56.46018 25 -#> 7167 VR2W-108161 -5.605383 56.46018 25 -#> 7168 VR2W-108161 -5.605383 56.46018 25 -#> 7169 VR2W-108161 -5.605383 56.46018 25 -#> 7170 VR2W-108161 -5.605383 56.46018 25 -#> 7171 VR2W-108161 -5.605383 56.46018 25 -#> 7172 VR2W-108161 -5.605383 56.46018 25 -#> 7173 VR2W-108161 -5.605383 56.46018 25 -#> 7174 VR2W-108161 -5.605383 56.46018 25 -#> 7175 VR2W-108161 -5.605383 56.46018 25 -#> 7176 VR2W-108161 -5.605383 56.46018 25 -#> 7177 VR2W-108161 -5.605383 56.46018 25 -#> 7178 VR2W-108161 -5.605383 56.46018 25 -#> 7179 VR2AR-546136 -5.626250 56.44810 75 -#> 7180 VR2AR-546136 -5.626250 56.44810 75 -#> 7181 VR2AR-546136 -5.626250 56.44810 75 -#> 7182 VR2AR-546136 -5.626250 56.44810 75 -#> 7183 VR2AR-546136 -5.626250 56.44810 75 -#> 7184 VR2AR-546136 -5.626250 56.44810 75 -#> 7185 VR2AR-546136 -5.626250 56.44810 75 -#> 7186 VR2AR-546136 -5.626250 56.44810 75 -#> 7187 VR2AR-546136 -5.626250 56.44810 75 -#> 7188 VR2AR-546136 -5.626250 56.44810 75 -#> 7189 VR2AR-546136 -5.626250 56.44810 75 -#> 7190 VR2AR-546136 -5.626250 56.44810 75 -#> 7191 VR2AR-546136 -5.626250 56.44810 75 -#> 7192 VR2AR-546131 -5.612700 56.37988 35 -#> 7193 VR2AR-546131 -5.612700 56.37988 35 -#> 7194 VR2AR-546131 -5.612700 56.37988 35 -#> 7195 VR2AR-546131 -5.612700 56.37988 35 -#> 7196 VR2AR-546131 -5.612700 56.37988 35 -#> 7197 VR2AR-546131 -5.612700 56.37988 35 -#> 7198 VR2AR-546131 -5.612700 56.37988 35 -#> 7199 VR2AR-546131 -5.612700 56.37988 35 -#> 7200 VR2AR-546131 -5.612700 56.37988 35 -#> 7201 VR2AR-546131 -5.612700 56.37988 35 -#> 7202 VR2AR-546131 -5.612700 56.37988 35 -#> 7203 VR2AR-546131 -5.612700 56.37988 35 -#> 7204 VR2AR-546131 -5.612700 56.37988 35 -#> 7205 VR2AR-546131 -5.612700 56.37988 35 -#> 7206 VR2AR-546131 -5.612700 56.37988 35 -#> 7207 VR2AR-546131 -5.612700 56.37988 35 -#> 7208 VR2AR-546131 -5.612700 56.37988 35 -#> 7209 VR2AR-546131 -5.612700 56.37988 35 -#> 7210 VR2AR-546131 -5.612700 56.37988 35 -#> 7211 VR2AR-546131 -5.612700 56.37988 35 -#> 7212 VR2AR-546131 -5.612700 56.37988 35 -#> 7213 VR2AR-546131 -5.612700 56.37988 35 -#> 7214 VR2AR-546131 -5.612700 56.37988 35 -#> 7215 VR2AR-546131 -5.612700 56.37988 35 -#> 7216 VR2AR-546131 -5.612700 56.37988 35 -#> 7217 VR2AR-546131 -5.612700 56.37988 35 -#> 7218 VR2AR-546131 -5.612700 56.37988 35 -#> 7219 VR2AR-546131 -5.612700 56.37988 35 -#> 7220 VR2AR-546131 -5.612700 56.37988 35 -#> 7221 VR2AR-546131 -5.612700 56.37988 35 -#> 7222 VR2AR-546131 -5.612700 56.37988 35 -#> 7223 VR2AR-546131 -5.612700 56.37988 35 -#> 7224 VR2AR-546131 -5.612700 56.37988 35 -#> 7225 VR2AR-546131 -5.612700 56.37988 35 -#> 7226 VR2AR-546131 -5.612700 56.37988 35 -#> 7227 VR2AR-546131 -5.612700 56.37988 35 -#> 7228 VR2AR-546131 -5.612700 56.37988 35 -#> 7229 VR2AR-546131 -5.612700 56.37988 35 -#> 7230 VR2AR-546131 -5.612700 56.37988 35 -#> 7231 VR2AR-546131 -5.612700 56.37988 35 -#> 7232 VR2AR-546131 -5.612700 56.37988 35 -#> 7233 VR2AR-546131 -5.612700 56.37988 35 -#> 7234 VR2AR-546131 -5.612700 56.37988 35 -#> 7235 VR2AR-546131 -5.612700 56.37988 35 -#> 7236 VR2AR-546131 -5.612700 56.37988 35 -#> 7237 VR2AR-546131 -5.612700 56.37988 35 -#> 7238 VR2AR-546131 -5.612700 56.37988 35 -#> 7239 VR2AR-546131 -5.612700 56.37988 35 -#> 7240 VR2AR-546131 -5.612700 56.37988 35 -#> 7241 VR2AR-546131 -5.612700 56.37988 35 -#> 7242 VR2AR-546131 -5.612700 56.37988 35 -#> 7243 VR2AR-546131 -5.612700 56.37988 35 -#> 7244 VR2AR-546131 -5.612700 56.37988 35 -#> 7245 VR2AR-546131 -5.612700 56.37988 35 -#> 7246 VR2AR-546131 -5.612700 56.37988 35 -#> 7247 VR2AR-546131 -5.612700 56.37988 35 -#> 7248 VR2AR-546131 -5.612700 56.37988 35 -#> 7249 VR2AR-546131 -5.612700 56.37988 35 -#> 7250 VR2AR-546131 -5.612700 56.37988 35 -#> 7251 VR2AR-546131 -5.612700 56.37988 35 -#> 7252 VR2AR-546131 -5.612700 56.37988 35 -#> 7253 VR2AR-546131 -5.612700 56.37988 35 -#> 7254 VR2AR-546131 -5.612700 56.37988 35 -#> 7255 VR2AR-546131 -5.612700 56.37988 35 -#> 7256 VR2AR-546131 -5.612700 56.37988 35 -#> 7257 VR2AR-546131 -5.612700 56.37988 35 -#> 7258 VR2AR-546131 -5.612700 56.37988 35 -#> 7259 VR2AR-546131 -5.612700 56.37988 35 -#> 7260 VR2AR-546131 -5.612700 56.37988 35 -#> 7261 VR2AR-546131 -5.612700 56.37988 35 -#> 7262 VR2AR-546131 -5.612700 56.37988 35 -#> 7263 VR2AR-546131 -5.612700 56.37988 35 -#> 7264 VR2AR-546131 -5.612700 56.37988 35 -#> 7265 VR2AR-546131 -5.612700 56.37988 35 -#> 7266 VR2AR-546131 -5.612700 56.37988 35 -#> 7267 VR2AR-546131 -5.612700 56.37988 35 -#> 7268 VR2AR-546131 -5.612700 56.37988 35 -#> 7269 VR2AR-546131 -5.612700 56.37988 35 -#> 7270 VR2AR-546131 -5.612700 56.37988 35 -#> 7271 VR2AR-546131 -5.612700 56.37988 35 -#> 7272 VR2AR-546131 -5.612700 56.37988 35 -#> 7273 VR2AR-546131 -5.612700 56.37988 35 -#> 7274 VR2AR-546131 -5.612700 56.37988 35 -#> 7275 VR2AR-546131 -5.612700 56.37988 35 -#> 7276 VR2AR-546131 -5.612700 56.37988 35 -#> 7277 VR2AR-546133 -5.701717 56.49747 90 -#> 7278 VR2AR-546133 -5.701717 56.49747 90 -#> 7279 VR2AR-546133 -5.701717 56.49747 90 -#> 7280 VR2AR-546133 -5.701717 56.49747 90 -#> 7281 VR2AR-546133 -5.701717 56.49747 90 -#> 7282 VR2AR-546133 -5.701717 56.49747 90 -#> 7283 VR2AR-546133 -5.701717 56.49747 90 -#> 7284 VR2AR-546133 -5.701717 56.49747 90 -#> 7285 VR2AR-546133 -5.701717 56.49747 90 -#> 7286 VR2AR-546133 -5.701717 56.49747 90 -#> 7287 VR2AR-546133 -5.701717 56.49747 90 -#> 7288 VR2AR-546133 -5.701717 56.49747 90 -#> 7289 VR2AR-546133 -5.701717 56.49747 90 -#> 7290 VR2AR-546133 -5.701717 56.49747 90 -#> 7291 VR2AR-546133 -5.701717 56.49747 90 -#> 7292 VR2AR-546133 -5.701717 56.49747 90 -#> 7293 VR2AR-546133 -5.701717 56.49747 90 -#> 7294 VR2AR-546133 -5.701717 56.49747 90 -#> 7295 VR2AR-546133 -5.701717 56.49747 90 -#> 7296 VR2AR-546133 -5.701717 56.49747 90 -#> 7297 VR2-5637 -5.692417 56.49913 25 -#> 7298 VR2-5630 -5.591217 56.50710 50 -#> 7299 VR2-5630 -5.591217 56.50710 50 -#> 7300 VR2-5630 -5.591217 56.50710 50 -#> 7301 VR2-5630 -5.591217 56.50710 50 -#> 7302 VR2-5630 -5.591217 56.50710 50 -#> 7303 VR2-5630 -5.591217 56.50710 50 -#> 7304 VR2-5630 -5.591217 56.50710 50 -#> 7305 VR2-5630 -5.591217 56.50710 50 -#> 7306 VR2-5630 -5.591217 56.50710 50 -#> 7307 VR2-5630 -5.591217 56.50710 50 -#> 7308 VR2-5630 -5.591217 56.50710 50 -#> 7309 VR2-6723 -5.586383 56.50332 50 -#> 7310 VR2-6723 -5.586383 56.50332 50 -#> 7311 VR2-6723 -5.586383 56.50332 50 -#> 7312 VR2-6723 -5.586383 56.50332 50 -#> 7313 VR2-6723 -5.586383 56.50332 50 -#> 7314 VR2W-108163 -5.586717 56.49755 25 -#> 7315 VR2-6723 -5.586383 56.50332 50 -#> 7316 VR2W-108163 -5.586717 56.49755 25 -#> 7317 VR2W-108163 -5.586717 56.49755 25 -#> 7318 VR2-6723 -5.586383 56.50332 50 -#> 7319 VR2W-108163 -5.586717 56.49755 25 -#> 7320 VR2W-108163 -5.586717 56.49755 25 -#> 7321 VR2W-108161 -5.605383 56.46018 25 -#> 7322 VR2W-108161 -5.605383 56.46018 25 -#> 7323 VR2W-108161 -5.605383 56.46018 25 -#> 7324 VR2W-108161 -5.605383 56.46018 25 -#> 7325 VR2W-108161 -5.605383 56.46018 25 -#> 7326 VR2W-108161 -5.605383 56.46018 25 -#> 7327 VR2W-108161 -5.605383 56.46018 25 -#> 7328 VR2W-108161 -5.605383 56.46018 25 -#> 7329 VR2W-108161 -5.605383 56.46018 25 -#> 7330 VR2W-108161 -5.605383 56.46018 25 -#> 7331 VR2W-108161 -5.605383 56.46018 25 -#> 7332 VR2W-108161 -5.605383 56.46018 25 -#> 7333 VR2W-108161 -5.605383 56.46018 25 -#> 7334 VR2W-108161 -5.605383 56.46018 25 -#> 7335 VR2W-108161 -5.605383 56.46018 25 -#> 7336 VR2W-108161 -5.605383 56.46018 25 -#> 7337 VR2W-108161 -5.605383 56.46018 25 -#> 7338 VR2W-108161 -5.605383 56.46018 25 -#> 7339 VR2W-108161 -5.605383 56.46018 25 -#> 7340 VR2W-108161 -5.605383 56.46018 25 -#> 7341 VR2W-108161 -5.605383 56.46018 25 -#> 7342 VR2AR-546136 -5.626250 56.44810 75 -#> 7343 VR2AR-546136 -5.626250 56.44810 75 -#> 7344 VR2AR-546136 -5.626250 56.44810 75 -#> 7345 VR2AR-546131 -5.612700 56.37988 35 -#> 7346 VR2AR-546131 -5.612700 56.37988 35 -#> 7347 VR2AR-546131 -5.612700 56.37988 35 -#> 7348 VR2AR-546131 -5.612700 56.37988 35 -#> 7349 VR2AR-546131 -5.612700 56.37988 35 -#> 7350 VR2AR-546131 -5.612700 56.37988 35 -#> 7351 VR2AR-546131 -5.612700 56.37988 35 -#> 7352 VR2AR-546131 -5.612700 56.37988 35 -#> 7353 VR2AR-546131 -5.612700 56.37988 35 -#> 7354 VR2AR-546131 -5.612700 56.37988 35 -#> 7355 VR2AR-546131 -5.612700 56.37988 35 -#> 7356 VR2AR-546131 -5.612700 56.37988 35 -#> 7357 VR2AR-546131 -5.612700 56.37988 35 -#> 7358 VR2AR-546131 -5.612700 56.37988 35 -#> 7359 VR2AR-546131 -5.612700 56.37988 35 -#> 7360 VR2AR-546131 -5.612700 56.37988 35 -#> 7361 VR2AR-546131 -5.612700 56.37988 35 -#> 7362 VR2AR-546131 -5.612700 56.37988 35 -#> 7363 VR2AR-546131 -5.612700 56.37988 35 -#> 7364 VR2AR-546131 -5.612700 56.37988 35 -#> 7365 VR2AR-546131 -5.612700 56.37988 35 -#> 7366 VR2AR-546131 -5.612700 56.37988 35 -#> 7367 VR2AR-546131 -5.612700 56.37988 35 -#> 7368 VR2AR-546131 -5.612700 56.37988 35 -#> 7369 VR2AR-546131 -5.612700 56.37988 35 -#> 7370 VR2AR-546131 -5.612700 56.37988 35 -#> 7371 VR2AR-546131 -5.612700 56.37988 35 -#> 7372 VR2AR-546131 -5.612700 56.37988 35 -#> 7373 VR2AR-546131 -5.612700 56.37988 35 -#> 7374 VR2AR-546131 -5.612700 56.37988 35 -#> 7375 VR2AR-546131 -5.612700 56.37988 35 -#> 7376 VR2AR-546131 -5.612700 56.37988 35 -#> 7377 VR2AR-546131 -5.612700 56.37988 35 -#> 7378 VR2AR-546131 -5.612700 56.37988 35 -#> 7379 VR2AR-546131 -5.612700 56.37988 35 -#> 7380 VR2AR-546131 -5.612700 56.37988 35 -#> 7381 VR2AR-546131 -5.612700 56.37988 35 -#> 7382 VR2AR-546131 -5.612700 56.37988 35 -#> 7383 VR2AR-546131 -5.612700 56.37988 35 -#> 7384 VR2AR-546131 -5.612700 56.37988 35 -#> 7385 VR2AR-546131 -5.612700 56.37988 35 -#> 7386 VR2AR-546131 -5.612700 56.37988 35 -#> 7387 VR2AR-546131 -5.612700 56.37988 35 -#> 7388 VR2AR-546131 -5.612700 56.37988 35 -#> 7389 VR2AR-546131 -5.612700 56.37988 35 -#> 7390 VR2AR-546131 -5.612700 56.37988 35 -#> 7391 VR2AR-546131 -5.612700 56.37988 35 -#> 7392 VR2AR-546131 -5.612700 56.37988 35 -#> 7393 VR2AR-546131 -5.612700 56.37988 35 -#> 7394 VR2AR-546131 -5.612700 56.37988 35 -#> 7395 VR2AR-546131 -5.612700 56.37988 35 -#> 7396 VR2AR-546131 -5.612700 56.37988 35 -#> 7397 VR2AR-546131 -5.612700 56.37988 35 -#> 7398 VR2AR-546131 -5.612700 56.37988 35 -#> 7399 VR2AR-546131 -5.612700 56.37988 35 -#> 7400 VR2AR-546131 -5.612700 56.37988 35 -#> 7401 VR2AR-546131 -5.612700 56.37988 35 -#> 7402 VR2AR-546131 -5.612700 56.37988 35 -#> 7403 VR2AR-546131 -5.612700 56.37988 35 -#> 7404 VR2AR-546131 -5.612700 56.37988 35 -#> 7405 VR2AR-546131 -5.612700 56.37988 35 -#> 7406 VR2AR-546131 -5.612700 56.37988 35 -#> 7407 VR2AR-546131 -5.612700 56.37988 35 -#> 7408 VR2AR-546131 -5.612700 56.37988 35 -#> 7409 VR2AR-546131 -5.612700 56.37988 35 -#> 7410 VR2AR-546131 -5.612700 56.37988 35 -#> 7411 VR2AR-546131 -5.612700 56.37988 35 -#> 7412 VR2AR-546131 -5.612700 56.37988 35 -#> 7413 VR2AR-546131 -5.612700 56.37988 35 -#> 7414 VR2AR-546131 -5.612700 56.37988 35 -#> 7415 VR2AR-546131 -5.612700 56.37988 35 -#> 7416 VR2AR-546131 -5.612700 56.37988 35 -#> 7417 VR2AR-546131 -5.612700 56.37988 35 -#> 7418 VR2AR-546131 -5.612700 56.37988 35 -#> 7419 VR2AR-546131 -5.612700 56.37988 35 -#> 7420 VR2AR-546131 -5.612700 56.37988 35 -#> 7421 VR2AR-546131 -5.612700 56.37988 35 -#> 7422 VR2AR-546131 -5.612700 56.37988 35 -#> 7423 VR2AR-546131 -5.612700 56.37988 35 -#> 7424 VR2AR-546131 -5.612700 56.37988 35 -#> 7425 VR2AR-546131 -5.612700 56.37988 35 -#> 7426 VR2AR-546131 -5.612700 56.37988 35 -#> 7427 VR2AR-546131 -5.612700 56.37988 35 -#> 7428 VR2AR-546131 -5.612700 56.37988 35 -#> 7429 VR2AR-546131 -5.612700 56.37988 35 -#> 7430 VR2AR-546131 -5.612700 56.37988 35 -#> 7431 VR2AR-546131 -5.612700 56.37988 35 -#> 7432 VR2AR-546131 -5.612700 56.37988 35 -#> 7433 VR2AR-546131 -5.612700 56.37988 35 -#> 7434 VR2AR-546131 -5.612700 56.37988 35 -#> 7435 VR2AR-546131 -5.612700 56.37988 35 -#> 7436 VR2AR-546131 -5.612700 56.37988 35 -#> 7437 VR2AR-546131 -5.612700 56.37988 35 -#> 7438 VR2AR-546131 -5.612700 56.37988 35 -#> 7439 VR2AR-546131 -5.612700 56.37988 35 -#> 7440 VR2AR-546131 -5.612700 56.37988 35 -#> 7441 VR2AR-546131 -5.612700 56.37988 35 -#> 7442 VR2AR-546131 -5.612700 56.37988 35 -#> 7443 VR2AR-546131 -5.612700 56.37988 35 -#> 7444 VR2AR-546131 -5.612700 56.37988 35 -#> 7445 VR2AR-546131 -5.612700 56.37988 35 -#> 7446 VR2AR-546131 -5.612700 56.37988 35 -#> 7447 VR2AR-546131 -5.612700 56.37988 35 -#> 7448 VR2AR-546131 -5.612700 56.37988 35 -#> 7449 VR2AR-546131 -5.612700 56.37988 35 -#> 7450 VR2AR-546131 -5.612700 56.37988 35 -#> 7451 VR2AR-546131 -5.612700 56.37988 35 -#> 7452 VR2AR-546131 -5.612700 56.37988 35 -#> 7453 VR2AR-546131 -5.612700 56.37988 35 -#> 7454 VR2AR-546131 -5.612700 56.37988 35 -#> 7455 VR2AR-546131 -5.612700 56.37988 35 -#> 7456 VR2AR-546131 -5.612700 56.37988 35 -#> 7457 VR2AR-546131 -5.612700 56.37988 35 -#> 7458 VR2AR-546131 -5.612700 56.37988 35 -#> 7459 VR2AR-546131 -5.612700 56.37988 35 -#> 7460 VR2AR-546131 -5.612700 56.37988 35 -#> 7461 VR2AR-546131 -5.612700 56.37988 35 -#> 7462 VR2AR-546131 -5.612700 56.37988 35 -#> 7463 VR2AR-546131 -5.612700 56.37988 35 -#> 7464 VR2AR-546131 -5.612700 56.37988 35 -#> 7465 VR2AR-546131 -5.612700 56.37988 35 -#> 7466 VR2AR-546131 -5.612700 56.37988 35 -#> 7467 VR2AR-546131 -5.612700 56.37988 35 -#> 7468 VR2AR-546131 -5.612700 56.37988 35 -#> 7469 VR2AR-546131 -5.612700 56.37988 35 -#> 7470 VR2AR-546131 -5.612700 56.37988 35 -#> 7471 VR2AR-546131 -5.612700 56.37988 35 -#> 7472 VR2AR-546131 -5.612700 56.37988 35 -#> 7473 VR2AR-546131 -5.612700 56.37988 35 -#> 7474 VR2AR-546131 -5.612700 56.37988 35 -#> 7475 VR2AR-546131 -5.612700 56.37988 35 -#> 7476 VR2AR-546131 -5.612700 56.37988 35 -#> 7477 VR2AR-546131 -5.612700 56.37988 35 -#> 7478 VR2AR-546131 -5.612700 56.37988 35 -#> 7479 VR2AR-546131 -5.612700 56.37988 35 -#> 7480 VR2AR-546131 -5.612700 56.37988 35 -#> 7481 VR2AR-546131 -5.612700 56.37988 35 -#> 7482 VR2AR-546131 -5.612700 56.37988 35 -#> 7483 VR2AR-546131 -5.612700 56.37988 35 -#> 7484 VR2AR-546131 -5.612700 56.37988 35 -#> 7485 VR2AR-546131 -5.612700 56.37988 35 -#> 7486 VR2AR-546131 -5.612700 56.37988 35 -#> 7487 VR2AR-546131 -5.612700 56.37988 35 -#> 7488 VR2AR-546131 -5.612700 56.37988 35 -#> 7489 VR2AR-546131 -5.612700 56.37988 35 -#> 7490 VR2AR-546131 -5.612700 56.37988 35 -#> 7491 VR2AR-546131 -5.612700 56.37988 35 -#> 7492 VR2AR-546131 -5.612700 56.37988 35 -#> 7493 VR2AR-546131 -5.612700 56.37988 35 -#> 7494 VR2AR-546131 -5.612700 56.37988 35 -#> 7495 VR2AR-546131 -5.612700 56.37988 35 -#> 7496 VR2AR-546131 -5.612700 56.37988 35 -#> 7497 VR2AR-546131 -5.612700 56.37988 35 -#> 7498 VR2AR-546131 -5.612700 56.37988 35 -#> 7499 VR2AR-546131 -5.612700 56.37988 35 -#> 7500 VR2AR-546131 -5.612700 56.37988 35 -#> 7501 VR2AR-546131 -5.612700 56.37988 35 -#> 7502 VR2AR-546131 -5.612700 56.37988 35 -#> 7503 VR2AR-546131 -5.612700 56.37988 35 -#> 7504 VR2AR-546131 -5.612700 56.37988 35 -#> 7505 VR2AR-546131 -5.612700 56.37988 35 -#> 7506 VR2AR-546131 -5.612700 56.37988 35 -#> 7507 VR2AR-546131 -5.612700 56.37988 35 -#> 7508 VR2AR-546131 -5.612700 56.37988 35 -#> 7509 VR2AR-546131 -5.612700 56.37988 35 -#> 7510 VR2AR-546131 -5.612700 56.37988 35 -#> 7511 VR2AR-546131 -5.612700 56.37988 35 -#> 7512 VR2AR-546131 -5.612700 56.37988 35 -#> 7513 VR2AR-546131 -5.612700 56.37988 35 -#> 7514 VR2AR-546131 -5.612700 56.37988 35 -#> 7515 VR2AR-546131 -5.612700 56.37988 35 -#> 7516 VR2AR-546131 -5.612700 56.37988 35 -#> 7517 VR2AR-546131 -5.612700 56.37988 35 -#> 7518 VR2AR-546131 -5.612700 56.37988 35 -#> 7519 VR2AR-546131 -5.612700 56.37988 35 -#> 7520 VR2AR-546131 -5.612700 56.37988 35 -#> 7521 VR2AR-546131 -5.612700 56.37988 35 -#> 7522 VR2AR-546131 -5.612700 56.37988 35 -#> 7523 VR2AR-546131 -5.612700 56.37988 35 -#> 7524 VR2AR-546131 -5.612700 56.37988 35 -#> 7525 VR2AR-546131 -5.612700 56.37988 35 -#> 7526 VR2AR-546131 -5.612700 56.37988 35 -#> 7527 VR2AR-546131 -5.612700 56.37988 35 -#> 7528 VR2AR-546131 -5.612700 56.37988 35 -#> 7529 VR2AR-546131 -5.612700 56.37988 35 -#> 7530 VR2AR-546131 -5.612700 56.37988 35 -#> 7531 VR2AR-546131 -5.612700 56.37988 35 -#> 7532 VR2AR-546131 -5.612700 56.37988 35 -#> 7533 VR2AR-546131 -5.612700 56.37988 35 -#> 7534 VR2AR-546131 -5.612700 56.37988 35 -#> 7535 VR2AR-546131 -5.612700 56.37988 35 -#> 7536 VR2AR-546131 -5.612700 56.37988 35 -#> 7537 VR2AR-546131 -5.612700 56.37988 35 -#> 7538 VR2AR-546131 -5.612700 56.37988 35 -#> 7539 VR2AR-546131 -5.612700 56.37988 35 -#> 7540 VR2AR-546131 -5.612700 56.37988 35 -#> 7541 VR2AR-546131 -5.612700 56.37988 35 -#> 7542 VR2AR-546131 -5.612700 56.37988 35 -#> 7543 VR2AR-546131 -5.612700 56.37988 35 -#> 7544 VR2AR-546131 -5.612700 56.37988 35 -#> 7545 VR2AR-546131 -5.612700 56.37988 35 -#> 7546 VR2AR-546131 -5.612700 56.37988 35 -#> 7547 VR2AR-546131 -5.612700 56.37988 35 -#> 7548 VR2AR-546380 -5.637917 56.44800 25 -#> 7549 VR2AR-546380 -5.637917 56.44800 25 -#> 7550 VR2AR-546380 -5.637917 56.44800 25 -#> 7551 VR2AR-546380 -5.637917 56.44800 25 -#> 7552 VR2AR-546380 -5.637917 56.44800 25 -#> 7553 VR2AR-546380 -5.637917 56.44800 25 -#> 7554 VR2AR-546380 -5.637917 56.44800 25 -#> 7555 VR2AR-546380 -5.637917 56.44800 25 -#> 7556 VR2AR-546380 -5.637917 56.44800 25 -#> 7557 VR2AR-546380 -5.637917 56.44800 25 -#> 7558 VR2AR-546380 -5.637917 56.44800 25 -#> 7559 VR2AR-546380 -5.637917 56.44800 25 -#> 7560 VR2AR-546380 -5.637917 56.44800 25 -#> 7561 VR2AR-546380 -5.637917 56.44800 25 -#> 7562 VR2AR-546380 -5.637917 56.44800 25 -#> 7563 VR2AR-546380 -5.637917 56.44800 25 -#> 7564 VR2AR-546380 -5.637917 56.44800 25 -#> 7565 VR2AR-546380 -5.637917 56.44800 25 -#> 7566 VR2AR-546380 -5.637917 56.44800 25 -#> 7567 VR2AR-546380 -5.637917 56.44800 25 -#> 7568 VR2AR-546380 -5.637917 56.44800 25 -#> 7569 VR2AR-546380 -5.637917 56.44800 25 -#> 7570 VR2AR-546380 -5.637917 56.44800 25 -#> 7571 VR2AR-546380 -5.637917 56.44800 25 -#> 7572 VR2AR-546380 -5.637917 56.44800 25 -#> 7573 VR2AR-546380 -5.637917 56.44800 25 -#> 7574 VR2AR-546380 -5.637917 56.44800 25 -#> 7575 VR2AR-546133 -5.701717 56.49747 90 -#> 7576 VR2AR-546133 -5.701717 56.49747 90 -#> 7577 VR2AR-546133 -5.701717 56.49747 90 -#> 7578 VR2W-108157 -5.710933 56.48492 10 -#> 7579 VR2W-108157 -5.710933 56.48492 10 -#> 7580 VR2W-108157 -5.710933 56.48492 10 -#> 7581 VR2W-108157 -5.710933 56.48492 10 -#> 7582 VR2W-108157 -5.710933 56.48492 10 -#> 7583 VR2W-108157 -5.710933 56.48492 10 -#> 7584 VR2W-108157 -5.710933 56.48492 10 -#> 7585 VR2W-108157 -5.710933 56.48492 10 -#> 7586 VR2W-108157 -5.710933 56.48492 10 -#> 7587 VR2W-108157 -5.710933 56.48492 10 -#> 7588 VR2W-108157 -5.710933 56.48492 10 -#> 7589 VR2W-108157 -5.710933 56.48492 10 -#> 7590 VR2W-108157 -5.710933 56.48492 10 -#> 7591 VR2W-108157 -5.710933 56.48492 10 -#> 7592 VR2W-108157 -5.710933 56.48492 10 -#> 7593 VR2W-108157 -5.710933 56.48492 10 -#> 7594 VR2W-108157 -5.710933 56.48492 10 -#> 7595 VR2W-108157 -5.710933 56.48492 10 -#> 7596 VR2W-108157 -5.710933 56.48492 10 -#> 7597 VR2W-108157 -5.710933 56.48492 10 -#> 7598 VR2W-108157 -5.710933 56.48492 10 -#> 7599 VR2W-108157 -5.710933 56.48492 10 -#> 7600 VR2W-108157 -5.710933 56.48492 10 -#> 7601 VR2W-108157 -5.710933 56.48492 10 -#> 7602 VR2W-108157 -5.710933 56.48492 10 -#> 7603 VR2W-108157 -5.710933 56.48492 10 -#> 7604 VR2W-108157 -5.710933 56.48492 10 -#> 7605 VR2AR-546132 -5.710100 56.49120 25 -#> 7606 VR2AR-546132 -5.710100 56.49120 25 -#> 7607 VR2AR-546132 -5.710100 56.49120 25 -#> 7608 VR2AR-546132 -5.710100 56.49120 25 -#> 7609 VR2AR-546132 -5.710100 56.49120 25 -#> 7610 VR2AR-546132 -5.710100 56.49120 25 -#> 7611 VR2AR-546132 -5.710100 56.49120 25 -#> 7612 VR2AR-546132 -5.710100 56.49120 25 -#> 7613 VR2AR-546132 -5.710100 56.49120 25 -#> 7614 VR2AR-546132 -5.710100 56.49120 25 -#> 7615 VR2AR-546132 -5.710100 56.49120 25 -#> 7616 VR2AR-546132 -5.710100 56.49120 25 -#> 7617 VR2AR-546132 -5.710100 56.49120 25 -#> 7618 VR2AR-546132 -5.710100 56.49120 25 -#> 7619 VR2AR-546133 -5.701717 56.49747 90 -#> 7620 VR2AR-546133 -5.701717 56.49747 90 -#> 7621 VR2AR-546133 -5.701717 56.49747 90 -#> 7622 VR2AR-546133 -5.701717 56.49747 90 -#> 7623 VR2AR-546133 -5.701717 56.49747 90 -#> 7624 VR2AR-546133 -5.701717 56.49747 90 -#> 7625 VR2AR-546133 -5.701717 56.49747 90 -#> 7626 VR2AR-546133 -5.701717 56.49747 90 -#> 7627 VR2AR-546133 -5.701717 56.49747 90 -#> 7628 VR2AR-546133 -5.701717 56.49747 90 -#> 7629 VR2AR-546133 -5.701717 56.49747 90 -#> 7630 VR2AR-546133 -5.701717 56.49747 90 -#> 7631 VR2-5637 -5.692417 56.49913 25 -#> 7632 VR2-5637 -5.692417 56.49913 25 -#> 7633 VR2-5637 -5.692417 56.49913 25 -#> 7634 VR2-5637 -5.692417 56.49913 25 -#> 7635 VR2-5637 -5.692417 56.49913 25 -#> 7636 VR2-5637 -5.692417 56.49913 25 -#> 7637 VR2-5637 -5.692417 56.49913 25 -#> 7638 VR2-5637 -5.692417 56.49913 25 -#> 7639 VR2-5637 -5.692417 56.49913 25 -#> 7640 VR2-5637 -5.692417 56.49913 25 -#> 7641 VR2-5637 -5.692417 56.49913 25 -#> 7642 VR2AR-546133 -5.701717 56.49747 90 -#> 7643 VR2AR-546133 -5.701717 56.49747 90 -#> 7644 VR2AR-546133 -5.701717 56.49747 90 -#> 7645 VR2AR-546133 -5.701717 56.49747 90 -#> 7646 VR2AR-546133 -5.701717 56.49747 90 -#> 7647 VR2AR-546133 -5.701717 56.49747 90 -#> 7648 VR2AR-546133 -5.701717 56.49747 90 -#> 7649 VR2AR-546133 -5.701717 56.49747 90 -#> 7650 VR2-5637 -5.692417 56.49913 25 -#> 7651 VR2-5637 -5.692417 56.49913 25 -#> 7652 VR2AR-546133 -5.701717 56.49747 90 -#> 7653 VR2-5637 -5.692417 56.49913 25 -#> 7654 VR2AR-546133 -5.701717 56.49747 90 -#> 7655 VR2-5637 -5.692417 56.49913 25 -#> 7656 VR2-5637 -5.692417 56.49913 25 -#> 7657 VR2-5637 -5.692417 56.49913 25 -#> 7658 VR2-5637 -5.692417 56.49913 25 -#> 7659 VR2-5637 -5.692417 56.49913 25 -#> 7660 VR2-5637 -5.692417 56.49913 25 -#> 7661 VR2-5637 -5.692417 56.49913 25 -#> 7662 VR2-5637 -5.692417 56.49913 25 -#> 7663 VR2-5637 -5.692417 56.49913 25 -#> 7664 VR2-5637 -5.692417 56.49913 25 -#> 7665 VR2-5637 -5.692417 56.49913 25 -#> 7666 VR2-5637 -5.692417 56.49913 25 -#> 7667 VR2-5637 -5.692417 56.49913 25 -#> 7668 VR2-5637 -5.692417 56.49913 25 -#> 7669 VR2-5637 -5.692417 56.49913 25 -#> 7670 VR2-5637 -5.692417 56.49913 25 -#> 7671 VR2-5637 -5.692417 56.49913 25 -#> 7672 VR2-5637 -5.692417 56.49913 25 -#> 7673 VR2-5637 -5.692417 56.49913 25 -#> 7674 VR2AR-546133 -5.701717 56.49747 90 -#> 7675 VR2-5637 -5.692417 56.49913 25 -#> 7676 VR2AR-546133 -5.701717 56.49747 90 -#> 7677 VR2-5637 -5.692417 56.49913 25 -#> 7678 VR2-5637 -5.692417 56.49913 25 -#> 7679 VR2AR-546133 -5.701717 56.49747 90 -#> 7680 VR2AR-546133 -5.701717 56.49747 90 -#> 7681 VR2AR-546133 -5.701717 56.49747 90 -#> 7682 VR2AR-546133 -5.701717 56.49747 90 -#> 7683 VR2AR-546133 -5.701717 56.49747 90 -#> 7684 VR2-5637 -5.692417 56.49913 25 -#> 7685 VR2AR-546133 -5.701717 56.49747 90 -#> 7686 VR2-5637 -5.692417 56.49913 25 -#> 7687 VR2-5637 -5.692417 56.49913 25 -#> 7688 VR2-5637 -5.692417 56.49913 25 -#> 7689 VR2-5637 -5.692417 56.49913 25 -#> 7690 VR2-5637 -5.692417 56.49913 25 -#> 7691 VR2-5637 -5.692417 56.49913 25 -#> 7692 VR2-5637 -5.692417 56.49913 25 -#> 7693 VR2-5637 -5.692417 56.49913 25 -#> 7694 VR2-5637 -5.692417 56.49913 25 -#> 7695 VR2-5637 -5.692417 56.49913 25 -#> 7696 VR2-5637 -5.692417 56.49913 25 -#> 7697 VR2-5637 -5.692417 56.49913 25 -#> 7698 VR2-5637 -5.692417 56.49913 25 -#> 7699 VR2-5637 -5.692417 56.49913 25 -#> 7700 VR2-5637 -5.692417 56.49913 25 -#> 7701 VR2-5637 -5.692417 56.49913 25 -#> 7702 VR2-5637 -5.692417 56.49913 25 -#> 7703 VR2-5637 -5.692417 56.49913 25 -#> 7704 VR2-5637 -5.692417 56.49913 25 -#> 7705 VR2-5637 -5.692417 56.49913 25 -#> 7706 VR2-5637 -5.692417 56.49913 25 -#> 7707 VR2-5637 -5.692417 56.49913 25 -#> 7708 VR2-5637 -5.692417 56.49913 25 -#> 7709 VR2-5637 -5.692417 56.49913 25 -#> 7710 VR2-5637 -5.692417 56.49913 25 -#> 7711 VR2-5637 -5.692417 56.49913 25 -#> 7712 VR2-5637 -5.692417 56.49913 25 -#> 7713 VR2-5637 -5.692417 56.49913 25 -#> 7714 VR2-5637 -5.692417 56.49913 25 -#> 7715 VR2-5637 -5.692417 56.49913 25 -#> 7716 VR2-5637 -5.692417 56.49913 25 -#> 7717 VR2-5637 -5.692417 56.49913 25 -#> 7718 VR2-5637 -5.692417 56.49913 25 -#> 7719 VR2-5637 -5.692417 56.49913 25 -#> 7720 VR2-5637 -5.692417 56.49913 25 -#> 7721 VR2-5637 -5.692417 56.49913 25 -#> 7722 VR2-5637 -5.692417 56.49913 25 -#> 7723 VR2-5637 -5.692417 56.49913 25 -#> 7724 VR2-5637 -5.692417 56.49913 25 -#> 7725 VR2-5637 -5.692417 56.49913 25 -#> 7726 VR2-5637 -5.692417 56.49913 25 -#> 7727 VR2-5637 -5.692417 56.49913 25 -#> 7728 VR2-5637 -5.692417 56.49913 25 -#> 7729 VR2-5637 -5.692417 56.49913 25 -#> 7730 VR2-5637 -5.692417 56.49913 25 -#> 7731 VR2-5637 -5.692417 56.49913 25 -#> 7732 VR2-5637 -5.692417 56.49913 25 -#> 7733 VR2-5637 -5.692417 56.49913 25 -#> 7734 VR2-5637 -5.692417 56.49913 25 -#> 7735 VR2-5637 -5.692417 56.49913 25 -#> 7736 VR2-5637 -5.692417 56.49913 25 -#> 7737 VR2-5637 -5.692417 56.49913 25 -#> 7738 VR2-5637 -5.692417 56.49913 25 -#> 7739 VR2-5637 -5.692417 56.49913 25 -#> 7740 VR2-5637 -5.692417 56.49913 25 -#> 7741 VR2-5637 -5.692417 56.49913 25 -#> 7742 VR2-5637 -5.692417 56.49913 25 -#> 7743 VR2-5637 -5.692417 56.49913 25 -#> 7744 VR2-5637 -5.692417 56.49913 25 -#> 7745 VR2-5637 -5.692417 56.49913 25 -#> 7746 VR2-5637 -5.692417 56.49913 25 -#> 7747 VR2-5637 -5.692417 56.49913 25 -#> 7748 VR2-5637 -5.692417 56.49913 25 -#> 7749 VR2-5637 -5.692417 56.49913 25 -#> 7750 VR2-5637 -5.692417 56.49913 25 -#> 7751 VR2-5637 -5.692417 56.49913 25 -#> 7752 VR2-5637 -5.692417 56.49913 25 -#> 7753 VR2-5637 -5.692417 56.49913 25 -#> 7754 VR2AR-546133 -5.701717 56.49747 90 -#> 7755 VR2-5637 -5.692417 56.49913 25 -#> 7756 VR2AR-546133 -5.701717 56.49747 90 -#> 7757 VR2AR-546133 -5.701717 56.49747 90 -#> 7758 VR2AR-546133 -5.701717 56.49747 90 -#> 7759 VR2AR-546133 -5.701717 56.49747 90 -#> 7760 VR2AR-546133 -5.701717 56.49747 90 -#> 7761 VR2AR-546133 -5.701717 56.49747 90 -#> 7762 VR2AR-546133 -5.701717 56.49747 90 -#> 7763 VR2AR-546133 -5.701717 56.49747 90 -#> 7764 VR2AR-546133 -5.701717 56.49747 90 -#> 7765 VR2AR-546133 -5.701717 56.49747 90 -#> 7766 VR2AR-546133 -5.701717 56.49747 90 -#> 7767 VR2AR-546133 -5.701717 56.49747 90 -#> 7768 VR2-5637 -5.692417 56.49913 25 -#> 7769 VR2-5637 -5.692417 56.49913 25 -#> 7770 VR2AR-546133 -5.701717 56.49747 90 -#> 7771 VR2AR-546133 -5.701717 56.49747 90 -#> 7772 VR2AR-546133 -5.701717 56.49747 90 -#> 7773 VR2-5637 -5.692417 56.49913 25 -#> 7774 VR2-5637 -5.692417 56.49913 25 -#> 7775 VR2-5637 -5.692417 56.49913 25 -#> 7776 VR2-5637 -5.692417 56.49913 25 -#> 7777 VR2-5637 -5.692417 56.49913 25 -#> 7778 VR2-5637 -5.692417 56.49913 25 -#> 7779 VR2-5637 -5.692417 56.49913 25 -#> 7780 VR2-5637 -5.692417 56.49913 25 -#> 7781 VR2-5637 -5.692417 56.49913 25 -#> 7782 VR2-5637 -5.692417 56.49913 25 -#> 7783 VR2-5637 -5.692417 56.49913 25 -#> 7784 VR2-5637 -5.692417 56.49913 25 -#> 7785 VR2-5637 -5.692417 56.49913 25 -#> 7786 VR2-5637 -5.692417 56.49913 25 -#> 7787 VR2-5637 -5.692417 56.49913 25 -#> 7788 VR2-5637 -5.692417 56.49913 25 -#> 7789 VR2-5637 -5.692417 56.49913 25 -#> 7790 VR2-5637 -5.692417 56.49913 25 -#> 7791 VR2AR-546133 -5.701717 56.49747 90 -#> 7792 VR2AR-546133 -5.701717 56.49747 90 -#> 7793 VR2AR-546133 -5.701717 56.49747 90 -#> 7794 VR2AR-546133 -5.701717 56.49747 90 -#> 7795 VR2AR-546133 -5.701717 56.49747 90 -#> 7796 VR2AR-546133 -5.701717 56.49747 90 -#> 7797 VR2AR-546133 -5.701717 56.49747 90 -#> 7798 VR2AR-546133 -5.701717 56.49747 90 -#> 7799 VR2AR-546133 -5.701717 56.49747 90 -#> 7800 VR2AR-546133 -5.701717 56.49747 90 -#> 7801 VR2AR-546133 -5.701717 56.49747 90 -#> 7802 VR2AR-546133 -5.701717 56.49747 90 -#> 7803 VR2AR-546133 -5.701717 56.49747 90 -#> 7804 VR2AR-546133 -5.701717 56.49747 90 -#> 7805 VR2AR-546133 -5.701717 56.49747 90 -#> 7806 VR2AR-546133 -5.701717 56.49747 90 -#> 7807 VR2AR-546133 -5.701717 56.49747 90 -#> 7808 VR2AR-546133 -5.701717 56.49747 90 -#> 7809 VR2AR-546133 -5.701717 56.49747 90 -#> 7810 VR2AR-546133 -5.701717 56.49747 90 -#> 7811 VR2AR-546133 -5.701717 56.49747 90 -#> 7812 VR2AR-546133 -5.701717 56.49747 90 -#> 7813 VR2AR-546133 -5.701717 56.49747 90 -#> 7814 VR2AR-546133 -5.701717 56.49747 90 -#> 7815 VR2AR-546133 -5.701717 56.49747 90 -#> 7816 VR2AR-546133 -5.701717 56.49747 90 -#> 7817 VR2AR-546133 -5.701717 56.49747 90 -#> 7818 VR2AR-546133 -5.701717 56.49747 90 -#> 7819 VR2AR-546133 -5.701717 56.49747 90 -#> 7820 VR2AR-546133 -5.701717 56.49747 90 -#> 7821 VR2AR-546133 -5.701717 56.49747 90 -#> 7822 VR2AR-546133 -5.701717 56.49747 90 -#> 7823 VR2-5637 -5.692417 56.49913 25 -#> 7824 VR2-5637 -5.692417 56.49913 25 -#> 7825 VR2-5637 -5.692417 56.49913 25 -#> 7826 VR2-5637 -5.692417 56.49913 25 -#> 7827 VR2-5637 -5.692417 56.49913 25 -#> 7828 VR2-5630 -5.591217 56.50710 50 -#> 7829 VR2-5630 -5.591217 56.50710 50 -#> 7830 VR2-5630 -5.591217 56.50710 50 -#> 7831 VR2-5630 -5.591217 56.50710 50 -#> 7832 VR2-5630 -5.591217 56.50710 50 -#> 7833 VR2-5630 -5.591217 56.50710 50 -#> 7834 VR2-5630 -5.591217 56.50710 50 -#> 7835 VR2-5630 -5.591217 56.50710 50 -#> 7836 VR2-5630 -5.591217 56.50710 50 -#> 7837 VR2-5630 -5.591217 56.50710 50 -#> 7838 VR2-5630 -5.591217 56.50710 50 -#> 7839 VR2-5630 -5.591217 56.50710 50 -#> 7840 VR2-5630 -5.591217 56.50710 50 -#> 7841 VR2-5630 -5.591217 56.50710 50 -#> 7842 VR2-5630 -5.591217 56.50710 50 -#> 7843 VR2-5630 -5.591217 56.50710 50 -#> 7844 VR2-5630 -5.591217 56.50710 50 -#> 7845 VR2-5630 -5.591217 56.50710 50 -#> 7846 VR2-5630 -5.591217 56.50710 50 -#> 7847 VR2-5630 -5.591217 56.50710 50 -#> 7848 VR2-5630 -5.591217 56.50710 50 -#> 7849 VR2-5630 -5.591217 56.50710 50 -#> 7850 VR2-5630 -5.591217 56.50710 50 -#> 7851 VR2-5630 -5.591217 56.50710 50 -#> 7852 VR2-5630 -5.591217 56.50710 50 -#> 7853 VR2-6723 -5.586383 56.50332 50 -#> 7854 VR2-6723 -5.586383 56.50332 50 -#> 7855 VR2-6723 -5.586383 56.50332 50 -#> 7856 VR2-6723 -5.586383 56.50332 50 -#> 7857 VR2-6723 -5.586383 56.50332 50 -#> 7858 VR2-6723 -5.586383 56.50332 50 -#> 7859 VR2W-108163 -5.586717 56.49755 25 -#> 7860 VR2W-108163 -5.586717 56.49755 25 -#> 7861 VR2W-108163 -5.586717 56.49755 25 -#> 7862 VR2W-108163 -5.586717 56.49755 25 -#> 7863 VR2-6723 -5.586383 56.50332 50 -#> 7864 VR2W-108163 -5.586717 56.49755 25 -#> 7865 VR2W-108163 -5.586717 56.49755 25 -#> 7866 VR2-6723 -5.586383 56.50332 50 -#> 7867 VR2-6723 -5.586383 56.50332 50 -#> 7868 VR2-6723 -5.586383 56.50332 50 -#> 7869 VR2W-108163 -5.586717 56.49755 25 -#> 7870 VR2AR-546136 -5.626250 56.44810 75 -#> 7871 VR2AR-546136 -5.626250 56.44810 75 -#> 7872 VR2AR-546136 -5.626250 56.44810 75 -#> 7873 VR2AR-546136 -5.626250 56.44810 75 -#> 7874 VR2AR-546131 -5.612700 56.37988 35 -#> 7875 VR2AR-546131 -5.612700 56.37988 35 -#> 7876 VR2AR-546131 -5.612700 56.37988 35 -#> 7877 VR2AR-546131 -5.612700 56.37988 35 -#> 7878 VR2AR-546131 -5.612700 56.37988 35 -#> 7879 VR2AR-546131 -5.612700 56.37988 35 -#> 7880 VR2AR-546131 -5.612700 56.37988 35 -#> 7881 VR2AR-546131 -5.612700 56.37988 35 -#> 7882 VR2AR-546131 -5.612700 56.37988 35 -#> 7883 VR2AR-546131 -5.612700 56.37988 35 -#> 7884 VR2AR-546131 -5.612700 56.37988 35 -#> 7885 VR2AR-546131 -5.612700 56.37988 35 -#> 7886 VR2AR-546131 -5.612700 56.37988 35 -#> 7887 VR2AR-546131 -5.612700 56.37988 35 -#> 7888 VR2AR-546131 -5.612700 56.37988 35 -#> 7889 VR2AR-546131 -5.612700 56.37988 35 -#> 7890 VR2AR-546131 -5.612700 56.37988 35 -#> 7891 VR2AR-546131 -5.612700 56.37988 35 -#> 7892 VR2AR-546131 -5.612700 56.37988 35 -#> 7893 VR2AR-546131 -5.612700 56.37988 35 -#> 7894 VR2AR-546131 -5.612700 56.37988 35 -#> 7895 VR2AR-546131 -5.612700 56.37988 35 -#> 7896 VR2AR-546131 -5.612700 56.37988 35 -#> 7897 VR2AR-546131 -5.612700 56.37988 35 -#> 7898 VR2AR-546131 -5.612700 56.37988 35 -#> 7899 VR2AR-546131 -5.612700 56.37988 35 -#> 7900 VR2AR-546131 -5.612700 56.37988 35 -#> 7901 VR2AR-546131 -5.612700 56.37988 35 -#> 7902 VR2AR-546131 -5.612700 56.37988 35 -#> 7903 VR2AR-546131 -5.612700 56.37988 35 -#> 7904 VR2AR-546131 -5.612700 56.37988 35 -#> 7905 VR2AR-546131 -5.612700 56.37988 35 -#> 7906 VR2AR-546131 -5.612700 56.37988 35 -#> 7907 VR2AR-546131 -5.612700 56.37988 35 -#> 7908 VR2AR-546131 -5.612700 56.37988 35 -#> 7909 VR2AR-546131 -5.612700 56.37988 35 -#> 7910 VR2AR-546131 -5.612700 56.37988 35 -#> 7911 VR2AR-546131 -5.612700 56.37988 35 -#> 7912 VR2AR-546131 -5.612700 56.37988 35 -#> 7913 VR2AR-546131 -5.612700 56.37988 35 -#> 7914 VR2AR-546131 -5.612700 56.37988 35 -#> 7915 VR2AR-546131 -5.612700 56.37988 35 -#> 7916 VR2AR-546131 -5.612700 56.37988 35 -#> 7917 VR2AR-546131 -5.612700 56.37988 35 -#> 7918 VR2AR-546131 -5.612700 56.37988 35 -#> 7919 VR2AR-546131 -5.612700 56.37988 35 -#> 7920 VR2AR-546131 -5.612700 56.37988 35 -#> 7921 VR2AR-546131 -5.612700 56.37988 35 -#> 7922 VR2AR-546131 -5.612700 56.37988 35 -#> 7923 VR2AR-546131 -5.612700 56.37988 35 -#> 7924 VR2AR-546131 -5.612700 56.37988 35 -#> 7925 VR2AR-546131 -5.612700 56.37988 35 -#> 7926 VR2AR-546131 -5.612700 56.37988 35 -#> 7927 VR2AR-546131 -5.612700 56.37988 35 -#> 7928 VR2AR-546131 -5.612700 56.37988 35 -#> 7929 VR2AR-546131 -5.612700 56.37988 35 -#> 7930 VR2AR-546131 -5.612700 56.37988 35 -#> 7931 VR2AR-546131 -5.612700 56.37988 35 -#> 7932 VR2AR-546131 -5.612700 56.37988 35 -#> 7933 VR2AR-546131 -5.612700 56.37988 35 -#> 7934 VR2AR-546131 -5.612700 56.37988 35 -#> 7935 VR2AR-546131 -5.612700 56.37988 35 -#> 7936 VR2AR-546131 -5.612700 56.37988 35 -#> 7937 VR2AR-546131 -5.612700 56.37988 35 -#> 7938 VR2AR-546131 -5.612700 56.37988 35 -#> 7939 VR2AR-546131 -5.612700 56.37988 35 -#> 7940 VR2AR-546131 -5.612700 56.37988 35 -#> 7941 VR2AR-546131 -5.612700 56.37988 35 -#> 7942 VR2AR-546131 -5.612700 56.37988 35 -#> 7943 VR2AR-546131 -5.612700 56.37988 35 -#> 7944 VR2AR-546131 -5.612700 56.37988 35 -#> 7945 VR2AR-546131 -5.612700 56.37988 35 -#> 7946 VR2AR-546131 -5.612700 56.37988 35 -#> 7947 VR2AR-546131 -5.612700 56.37988 35 -#> 7948 VR2AR-546131 -5.612700 56.37988 35 -#> 7949 VR2AR-546131 -5.612700 56.37988 35 -#> 7950 VR2AR-546131 -5.612700 56.37988 35 -#> 7951 VR2AR-546131 -5.612700 56.37988 35 -#> 7952 VR2AR-546131 -5.612700 56.37988 35 -#> 7953 VR2AR-546131 -5.612700 56.37988 35 -#> 7954 VR2AR-546131 -5.612700 56.37988 35 -#> 7955 VR2AR-546131 -5.612700 56.37988 35 -#> 7956 VR2AR-546131 -5.612700 56.37988 35 -#> 7957 VR2AR-546131 -5.612700 56.37988 35 -#> 7958 VR2AR-546131 -5.612700 56.37988 35 -#> 7959 VR2AR-546131 -5.612700 56.37988 35 -#> 7960 VR2AR-546131 -5.612700 56.37988 35 -#> 7961 VR2AR-546131 -5.612700 56.37988 35 -#> 7962 VR2AR-546131 -5.612700 56.37988 35 -#> 7963 VR2AR-546131 -5.612700 56.37988 35 -#> 7964 VR2AR-546131 -5.612700 56.37988 35 -#> 7965 VR2AR-546131 -5.612700 56.37988 35 -#> 7966 VR2AR-546131 -5.612700 56.37988 35 -#> 7967 VR2AR-546131 -5.612700 56.37988 35 -#> 7968 VR2AR-546131 -5.612700 56.37988 35 -#> 7969 VR2AR-546131 -5.612700 56.37988 35 -#> 7970 VR2AR-546131 -5.612700 56.37988 35 -#> 7971 VR2AR-546131 -5.612700 56.37988 35 -#> 7972 VR2AR-546136 -5.626250 56.44810 75 -#> 7973 VR2AR-546380 -5.637917 56.44800 25 -#> 7974 VR2AR-546380 -5.637917 56.44800 25 -#> 7975 VR2AR-546380 -5.637917 56.44800 25 -#> 7976 VR2AR-546380 -5.637917 56.44800 25 -#> 7977 VR2AR-546380 -5.637917 56.44800 25 -#> 7978 VR2AR-546380 -5.637917 56.44800 25 -#> 7979 VR2AR-546136 -5.626250 56.44810 75 -#> 7980 VR2AR-546380 -5.637917 56.44800 25 -#> 7981 VR2AR-546380 -5.637917 56.44800 25 -#> 7982 VR2AR-546380 -5.637917 56.44800 25 -#> 7983 VR2AR-546380 -5.637917 56.44800 25 -#> 7984 VR2AR-546136 -5.626250 56.44810 75 -#> 7985 VR2AR-546380 -5.637917 56.44800 25 -#> 7986 VR2AR-546380 -5.637917 56.44800 25 -#> 7987 VR2AR-546380 -5.637917 56.44800 25 -#> 7988 VR2AR-546136 -5.626250 56.44810 75 -#> 7989 VR2AR-546136 -5.626250 56.44810 75 -#> 7990 VR2AR-546380 -5.637917 56.44800 25 -#> 7991 VR2AR-546136 -5.626250 56.44810 75 -#> 7992 VR2AR-546136 -5.626250 56.44810 75 -#> 7993 VR2AR-546136 -5.626250 56.44810 75 -#> 7994 VR2AR-546131 -5.612700 56.37988 35 -#> 7995 VR2AR-546131 -5.612700 56.37988 35 -#> 7996 VR2AR-546131 -5.612700 56.37988 35 -#> 7997 VR2AR-546131 -5.612700 56.37988 35 -#> 7998 VR2AR-546131 -5.612700 56.37988 35 -#> 7999 VR2AR-546131 -5.612700 56.37988 35 -#> 8000 VR2AR-546131 -5.612700 56.37988 35 -#> 8001 VR2AR-546131 -5.612700 56.37988 35 -#> 8002 VR2AR-546131 -5.612700 56.37988 35 -#> 8003 VR2AR-546131 -5.612700 56.37988 35 -#> 8004 VR2AR-546131 -5.612700 56.37988 35 -#> 8005 VR2AR-546131 -5.612700 56.37988 35 -#> 8006 VR2AR-546131 -5.612700 56.37988 35 -#> 8007 VR2AR-546131 -5.612700 56.37988 35 -#> 8008 VR2AR-546131 -5.612700 56.37988 35 -#> 8009 VR2AR-546131 -5.612700 56.37988 35 -#> 8010 VR2AR-546131 -5.612700 56.37988 35 -#> 8011 VR2AR-546131 -5.612700 56.37988 35 -#> 8012 VR2AR-546131 -5.612700 56.37988 35 -#> 8013 VR2AR-546131 -5.612700 56.37988 35 -#> 8014 VR2AR-546131 -5.612700 56.37988 35 -#> 8015 VR2AR-546131 -5.612700 56.37988 35 -#> 8016 VR2AR-546131 -5.612700 56.37988 35 -#> 8017 VR2AR-546131 -5.612700 56.37988 35 -#> 8018 VR2AR-546131 -5.612700 56.37988 35 -#> 8019 VR2AR-546131 -5.612700 56.37988 35 -#> 8020 VR2AR-546131 -5.612700 56.37988 35 -#> 8021 VR2AR-546131 -5.612700 56.37988 35 -#> 8022 VR2AR-546131 -5.612700 56.37988 35 -#> 8023 VR2AR-546131 -5.612700 56.37988 35 -#> 8024 VR2AR-546131 -5.612700 56.37988 35 -#> 8025 VR2AR-546131 -5.612700 56.37988 35 -#> 8026 VR2AR-546131 -5.612700 56.37988 35 -#> 8027 VR2AR-546131 -5.612700 56.37988 35 -#> 8028 VR2AR-546131 -5.612700 56.37988 35 -#> 8029 VR2AR-546131 -5.612700 56.37988 35 -#> 8030 VR2AR-546131 -5.612700 56.37988 35 -#> 8031 VR2AR-546131 -5.612700 56.37988 35 -#> 8032 VR2AR-546131 -5.612700 56.37988 35 -#> 8033 VR2AR-546131 -5.612700 56.37988 35 -#> 8034 VR2AR-546131 -5.612700 56.37988 35 -#> 8035 VR2AR-546131 -5.612700 56.37988 35 -#> 8036 VR2AR-546131 -5.612700 56.37988 35 -#> 8037 VR2AR-546131 -5.612700 56.37988 35 -#> 8038 VR2AR-546131 -5.612700 56.37988 35 -#> 8039 VR2AR-546131 -5.612700 56.37988 35 -#> 8040 VR2AR-546131 -5.612700 56.37988 35 -#> 8041 VR2AR-546131 -5.612700 56.37988 35 -#> 8042 VR2AR-546131 -5.612700 56.37988 35 -#> 8043 VR2AR-546131 -5.612700 56.37988 35 -#> 8044 VR2AR-546131 -5.612700 56.37988 35 -#> 8045 VR2AR-546131 -5.612700 56.37988 35 -#> 8046 VR2AR-546131 -5.612700 56.37988 35 -#> 8047 VR2AR-546131 -5.612700 56.37988 35 -#> 8048 VR2AR-546131 -5.612700 56.37988 35 -#> 8049 VR2AR-546131 -5.612700 56.37988 35 -#> 8050 VR2AR-546131 -5.612700 56.37988 35 -#> 8051 VR2AR-546131 -5.612700 56.37988 35 -#> 8052 VR2AR-546131 -5.612700 56.37988 35 -#> 8053 VR2AR-546131 -5.612700 56.37988 35 -#> 8054 VR2AR-546131 -5.612700 56.37988 35 -#> 8055 VR2AR-546131 -5.612700 56.37988 35 -#> 8056 VR2AR-546131 -5.612700 56.37988 35 -#> 8057 VR2AR-546131 -5.612700 56.37988 35 -#> 8058 VR2AR-546131 -5.612700 56.37988 35 -#> 8059 VR2AR-546131 -5.612700 56.37988 35 -#> 8060 VR2AR-546131 -5.612700 56.37988 35 -#> 8061 VR2AR-546131 -5.612700 56.37988 35 -#> 8062 VR2AR-546131 -5.612700 56.37988 35 -#> 8063 VR2AR-546131 -5.612700 56.37988 35 -#> 8064 VR2AR-546131 -5.612700 56.37988 35 -#> 8065 VR2AR-546131 -5.612700 56.37988 35 -#> 8066 VR2AR-546131 -5.612700 56.37988 35 -#> 8067 VR2AR-546131 -5.612700 56.37988 35 -#> 8068 VR2AR-546131 -5.612700 56.37988 35 -#> 8069 VR2AR-546131 -5.612700 56.37988 35 -#> 8070 VR2AR-546131 -5.612700 56.37988 35 -#> 8071 VR2AR-546131 -5.612700 56.37988 35 -#> 8072 VR2AR-546131 -5.612700 56.37988 35 -#> 8073 VR2AR-546131 -5.612700 56.37988 35 -#> 8074 VR2AR-546131 -5.612700 56.37988 35 -#> 8075 VR2AR-546131 -5.612700 56.37988 35 -#> 8076 VR2AR-546131 -5.612700 56.37988 35 -#> 8077 VR2AR-546131 -5.612700 56.37988 35 -#> 8078 VR2AR-546131 -5.612700 56.37988 35 -#> 8079 VR2AR-546131 -5.612700 56.37988 35 -#> 8080 VR2AR-546131 -5.612700 56.37988 35 -#> 8081 VR2AR-546131 -5.612700 56.37988 35 -#> 8082 VR2AR-546131 -5.612700 56.37988 35 -#> 8083 VR2AR-546131 -5.612700 56.37988 35 -#> 8084 VR2AR-546131 -5.612700 56.37988 35 -#> 8085 VR2AR-546131 -5.612700 56.37988 35 -#> 8086 VR2AR-546131 -5.612700 56.37988 35 -#> 8087 VR2AR-546131 -5.612700 56.37988 35 -#> 8088 VR2AR-546131 -5.612700 56.37988 35 -#> 8089 VR2AR-546131 -5.612700 56.37988 35 -#> 8090 VR2AR-546131 -5.612700 56.37988 35 -#> 8091 VR2AR-546131 -5.612700 56.37988 35 -#> 8092 VR2AR-546131 -5.612700 56.37988 35 -#> 8093 VR2AR-546131 -5.612700 56.37988 35 -#> 8094 VR2AR-546131 -5.612700 56.37988 35 -#> 8095 VR2AR-546131 -5.612700 56.37988 35 -#> 8096 VR2AR-546131 -5.612700 56.37988 35 -#> 8097 VR2AR-546131 -5.612700 56.37988 35 -#> 8098 VR2AR-546131 -5.612700 56.37988 35 -#> 8099 VR2AR-546131 -5.612700 56.37988 35 -#> 8100 VR2AR-546131 -5.612700 56.37988 35 -#> 8101 VR2AR-546131 -5.612700 56.37988 35 -#> 8102 VR2AR-546131 -5.612700 56.37988 35 -#> 8103 VR2AR-546131 -5.612700 56.37988 35 -#> 8104 VR2AR-546131 -5.612700 56.37988 35 -#> 8105 VR2AR-546131 -5.612700 56.37988 35 -#> 8106 VR2AR-546131 -5.612700 56.37988 35 -#> 8107 VR2AR-546131 -5.612700 56.37988 35 -#> 8108 VR2AR-546131 -5.612700 56.37988 35 -#> 8109 VR2AR-546131 -5.612700 56.37988 35 -#> 8110 VR2AR-546131 -5.612700 56.37988 35 -#> 8111 VR2AR-546131 -5.612700 56.37988 35 -#> 8112 VR2AR-546131 -5.612700 56.37988 35 -#> 8113 VR2AR-546131 -5.612700 56.37988 35 -#> 8114 VR2AR-546131 -5.612700 56.37988 35 -#> 8115 VR2AR-546131 -5.612700 56.37988 35 -#> 8116 VR2AR-546131 -5.612700 56.37988 35 -#> 8117 VR2AR-546131 -5.612700 56.37988 35 -#> 8118 VR2AR-546131 -5.612700 56.37988 35 -#> 8119 VR2AR-546131 -5.612700 56.37988 35 -#> 8120 VR2AR-546131 -5.612700 56.37988 35 -#> 8121 VR2AR-546131 -5.612700 56.37988 35 -#> 8122 VR2AR-546131 -5.612700 56.37988 35 -#> 8123 VR2AR-546131 -5.612700 56.37988 35 -#> 8124 VR2AR-546131 -5.612700 56.37988 35 -#> 8125 VR2AR-546131 -5.612700 56.37988 35 -#> 8126 VR2AR-546131 -5.612700 56.37988 35 -#> 8127 VR2AR-546131 -5.612700 56.37988 35 -#> 8128 VR2AR-546131 -5.612700 56.37988 35 -#> 8129 VR2AR-546131 -5.612700 56.37988 35 -#> 8130 VR2AR-546131 -5.612700 56.37988 35 -#> 8131 VR2AR-546131 -5.612700 56.37988 35 -#> 8132 VR2AR-546131 -5.612700 56.37988 35 -#> 8133 VR2AR-546131 -5.612700 56.37988 35 -#> 8134 VR2AR-546131 -5.612700 56.37988 35 -#> 8135 VR2AR-546131 -5.612700 56.37988 35 -#> 8136 VR2AR-546131 -5.612700 56.37988 35 -#> 8137 VR2AR-546131 -5.612700 56.37988 35 -#> 8138 VR2AR-546131 -5.612700 56.37988 35 -#> 8139 VR2AR-546131 -5.612700 56.37988 35 -#> 8140 VR2AR-546131 -5.612700 56.37988 35 -#> 8141 VR2AR-546131 -5.612700 56.37988 35 -#> 8142 VR2AR-546131 -5.612700 56.37988 35 -#> 8143 VR2AR-546131 -5.612700 56.37988 35 -#> 8144 VR2AR-546131 -5.612700 56.37988 35 -#> 8145 VR2AR-546131 -5.612700 56.37988 35 -#> 8146 VR2AR-546131 -5.612700 56.37988 35 -#> 8147 VR2AR-546131 -5.612700 56.37988 35 -#> 8148 VR2AR-546131 -5.612700 56.37988 35 -#> 8149 VR2AR-546131 -5.612700 56.37988 35 -#> 8150 VR2AR-546131 -5.612700 56.37988 35 -#> 8151 VR2AR-546131 -5.612700 56.37988 35 -#> 8152 VR2AR-546131 -5.612700 56.37988 35 -#> 8153 VR2AR-546131 -5.612700 56.37988 35 -#> 8154 VR2AR-546131 -5.612700 56.37988 35 -#> 8155 VR2AR-546131 -5.612700 56.37988 35 -#> 8156 VR2AR-546131 -5.612700 56.37988 35 -#> 8157 VR2AR-546131 -5.612700 56.37988 35 -#> 8158 VR2AR-546131 -5.612700 56.37988 35 -#> 8159 VR2AR-546131 -5.612700 56.37988 35 -#> 8160 VR2AR-546131 -5.612700 56.37988 35 -#> 8161 VR2AR-546131 -5.612700 56.37988 35 -#> 8162 VR2AR-546131 -5.612700 56.37988 35 -#> 8163 VR2AR-546131 -5.612700 56.37988 35 -#> 8164 VR2AR-546131 -5.612700 56.37988 35 -#> 8165 VR2AR-546131 -5.612700 56.37988 35 -#> 8166 VR2AR-546131 -5.612700 56.37988 35 -#> 8167 VR2AR-546131 -5.612700 56.37988 35 -#> 8168 VR2AR-546131 -5.612700 56.37988 35 -#> 8169 VR2AR-546131 -5.612700 56.37988 35 -#> 8170 VR2AR-546131 -5.612700 56.37988 35 -#> 8171 VR2AR-546131 -5.612700 56.37988 35 -#> 8172 VR2AR-546131 -5.612700 56.37988 35 -#> 8173 VR2AR-546131 -5.612700 56.37988 35 -#> 8174 VR2AR-546131 -5.612700 56.37988 35 -#> 8175 VR2AR-546131 -5.612700 56.37988 35 -#> 8176 VR2AR-546131 -5.612700 56.37988 35 -#> 8177 VR2AR-546131 -5.612700 56.37988 35 -#> 8178 VR2AR-546131 -5.612700 56.37988 35 -#> 8179 VR2AR-546131 -5.612700 56.37988 35 -#> 8180 VR2AR-546131 -5.612700 56.37988 35 -#> 8181 VR2AR-546131 -5.612700 56.37988 35 -#> 8182 VR2AR-546131 -5.612700 56.37988 35 -#> 8183 VR2AR-546131 -5.612700 56.37988 35 -#> 8184 VR2AR-546131 -5.612700 56.37988 35 -#> 8185 VR2AR-546131 -5.612700 56.37988 35 -#> 8186 VR2AR-546131 -5.612700 56.37988 35 -#> 8187 VR2AR-546131 -5.612700 56.37988 35 -#> 8188 VR2AR-546131 -5.612700 56.37988 35 -#> 8189 VR2AR-546131 -5.612700 56.37988 35 -#> 8190 VR2AR-546131 -5.612700 56.37988 35 -#> 8191 VR2AR-546131 -5.612700 56.37988 35 -#> 8192 VR2AR-546131 -5.612700 56.37988 35 -#> 8193 VR2AR-546131 -5.612700 56.37988 35 -#> 8194 VR2AR-546131 -5.612700 56.37988 35 -#> 8195 VR2AR-546131 -5.612700 56.37988 35 -#> 8196 VR2AR-546131 -5.612700 56.37988 35 -#> 8197 VR2AR-546131 -5.612700 56.37988 35 -#> 8198 VR2AR-546131 -5.612700 56.37988 35 -#> 8199 VR2AR-546134 -5.643867 56.38278 145 -#> 8200 VR2AR-546134 -5.643867 56.38278 145 -#> 8201 VR2AR-546134 -5.643867 56.38278 145 -#> 8202 VR2AR-546134 -5.643867 56.38278 145 -#> 8203 VR2AR-546134 -5.643867 56.38278 145 -#> 8204 VR2AR-546134 -5.643867 56.38278 145 -#> 8205 VR2AR-546134 -5.643867 56.38278 145 -#> 8206 VR2AR-546134 -5.643867 56.38278 145 -#> 8207 VR2AR-546135 -5.657067 56.38803 85 -#> 8208 VR2AR-546135 -5.657067 56.38803 85 -#> 8209 VR2AR-546135 -5.657067 56.38803 85 -#> 8210 VR2AR-546135 -5.657067 56.38803 85 -#> 8211 VR2AR-546135 -5.657067 56.38803 85 -#> 8212 VR2AR-546135 -5.657067 56.38803 85 -#> 8213 VR2AR-546135 -5.657067 56.38803 85 -#> 8214 VR2AR-546135 -5.657067 56.38803 85 -#> 8215 VR2AR-546135 -5.657067 56.38803 85 -#> 8216 VR2AR-546135 -5.657067 56.38803 85 -#> 8217 VR2AR-546135 -5.657067 56.38803 85 -#> 8218 VR2AR-546135 -5.657067 56.38803 85 -#> 8219 VR2AR-546135 -5.657067 56.38803 85 -#> 8220 VR2AR-546135 -5.657067 56.38803 85 -#> 8221 VR2AR-546135 -5.657067 56.38803 85 -#> 8222 VR2AR-546135 -5.657067 56.38803 85 -#> 8223 VR2AR-546135 -5.657067 56.38803 85 -#> 8224 VR2AR-546135 -5.657067 56.38803 85 -#> 8225 VR2AR-546135 -5.657067 56.38803 85 -#> 8226 VR2AR-546135 -5.657067 56.38803 85 -#> 8227 VR2AR-546135 -5.657067 56.38803 85 -#> 8228 VR2AR-546380 -5.637917 56.44800 25 -#> 8229 VR2AR-546380 -5.637917 56.44800 25 -#> 8230 VR2AR-546380 -5.637917 56.44800 25 -#> 8231 VR2AR-546380 -5.637917 56.44800 25 -#> 8232 VR2AR-546380 -5.637917 56.44800 25 -#> 8233 VR2AR-546380 -5.637917 56.44800 25 -#> 8234 VR2AR-546380 -5.637917 56.44800 25 -#> 8235 VR2-5637 -5.692417 56.49913 25 -#> 8236 VR2-5637 -5.692417 56.49913 25 -#> 8237 VR2-5637 -5.692417 56.49913 25 -#> 8238 VR2-5637 -5.692417 56.49913 25 -#> 8239 VR2-5637 -5.692417 56.49913 25 -#> 8240 VR2-5637 -5.692417 56.49913 25 -#> 8241 VR2-5637 -5.692417 56.49913 25 -#> 8242 VR2-5637 -5.692417 56.49913 25 -#> 8243 VR2-5637 -5.692417 56.49913 25 -#> 8244 VR2-5637 -5.692417 56.49913 25 -#> 8245 VR2AR-546380 -5.637917 56.44800 25 -#> 8246 VR2AR-546380 -5.637917 56.44800 25 -#> 8247 VR2AR-546380 -5.637917 56.44800 25 -#> 8248 VR2AR-546380 -5.637917 56.44800 25 -#> 8249 VR2AR-546380 -5.637917 56.44800 25 -#> 8250 VR2AR-546380 -5.637917 56.44800 25 -#> 8251 VR2AR-546380 -5.637917 56.44800 25 -#> 8252 VR2AR-546380 -5.637917 56.44800 25 -#> 8253 VR2AR-546380 -5.637917 56.44800 25 -#> 8254 VR2AR-546380 -5.637917 56.44800 25 -#> 8255 VR2AR-546380 -5.637917 56.44800 25 -#> 8256 VR2AR-546380 -5.637917 56.44800 25 -#> 8257 VR2AR-546380 -5.637917 56.44800 25 -#> 8258 VR2AR-546380 -5.637917 56.44800 25 -#> 8259 VR2AR-546134 -5.643867 56.38278 145 -#> 8260 VR2AR-546134 -5.643867 56.38278 145 -#> 8261 VR2AR-546134 -5.643867 56.38278 145 -#> 8262 VR2AR-546134 -5.643867 56.38278 145 -#> 8263 VR2AR-546134 -5.643867 56.38278 145 -#> 8264 VR2AR-546134 -5.643867 56.38278 145 -#> 8265 VR2AR-546134 -5.643867 56.38278 145 -#> 8266 VR2AR-546134 -5.643867 56.38278 145 -#> 8267 VR2AR-546134 -5.643867 56.38278 145 -#> 8268 VR2AR-546134 -5.643867 56.38278 145 -#> 8269 VR2AR-546134 -5.643867 56.38278 145 -#> 8270 VR2AR-546134 -5.643867 56.38278 145 -#> 8271 VR2AR-546134 -5.643867 56.38278 145 -#> 8272 VR2AR-546134 -5.643867 56.38278 145 -#> 8273 VR2AR-546134 -5.643867 56.38278 145 -#> 8274 VR2AR-546134 -5.643867 56.38278 145 -#> 8275 VR2AR-546134 -5.643867 56.38278 145 -#> 8276 VR2AR-546134 -5.643867 56.38278 145 -#> 8277 VR2AR-546134 -5.643867 56.38278 145 -#> 8278 VR2AR-546134 -5.643867 56.38278 145 -#> 8279 VR2AR-546134 -5.643867 56.38278 145 -#> 8280 VR2AR-546134 -5.643867 56.38278 145 -#> 8281 VR2AR-546134 -5.643867 56.38278 145 -#> 8282 VR2AR-546134 -5.643867 56.38278 145 -#> 8283 VR2AR-546134 -5.643867 56.38278 145 -#> 8284 VR2AR-546134 -5.643867 56.38278 145 -#> 8285 VR2AR-546134 -5.643867 56.38278 145 -#> 8286 VR2AR-546134 -5.643867 56.38278 145 -#> 8287 VR2AR-546134 -5.643867 56.38278 145 -#> 8288 VR2AR-546134 -5.643867 56.38278 145 -#> 8289 VR2AR-546134 -5.643867 56.38278 145 -#> 8290 VR2AR-546134 -5.643867 56.38278 145 -#> 8291 VR2AR-546134 -5.643867 56.38278 145 -#> 8292 VR2AR-546134 -5.643867 56.38278 145 -#> 8293 VR2AR-546134 -5.643867 56.38278 145 -#> 8294 VR2AR-546135 -5.657067 56.38803 85 -#> 8295 VR2AR-546135 -5.657067 56.38803 85 -#> 8296 VR2AR-546135 -5.657067 56.38803 85 -#> 8297 VR2AR-546135 -5.657067 56.38803 85 -#> 8298 VR2AR-546135 -5.657067 56.38803 85 -#> 8299 VR2AR-546135 -5.657067 56.38803 85 -#> 8300 VR2AR-546135 -5.657067 56.38803 85 -#> 8301 VR2AR-546135 -5.657067 56.38803 85 -#> 8302 VR2AR-546135 -5.657067 56.38803 85 -#> 8303 VR2AR-546135 -5.657067 56.38803 85 -#> 8304 VR2AR-546135 -5.657067 56.38803 85 -#> 8305 VR2AR-546135 -5.657067 56.38803 85 -#> 8306 VR2AR-546135 -5.657067 56.38803 85 -#> 8307 VR2AR-546135 -5.657067 56.38803 85 -#> 8308 VR2AR-546135 -5.657067 56.38803 85 -#> 8309 VR2AR-546135 -5.657067 56.38803 85 -#> 8310 VR2AR-546135 -5.657067 56.38803 85 -#> 8311 VR2AR-546135 -5.657067 56.38803 85 -#> 8312 VR2AR-546135 -5.657067 56.38803 85 -#> 8313 VR2AR-546135 -5.657067 56.38803 85 -#> 8314 VR2AR-546135 -5.657067 56.38803 85 -#> 8315 VR2AR-546135 -5.657067 56.38803 85 -#> 8316 VR2AR-546135 -5.657067 56.38803 85 -#> 8317 VR2AR-546135 -5.657067 56.38803 85 -#> 8318 VR2AR-546135 -5.657067 56.38803 85 -#> 8319 VR2AR-546135 -5.657067 56.38803 85 -#> 8320 VR2AR-546135 -5.657067 56.38803 85 -#> 8321 VR2AR-546135 -5.657067 56.38803 85 -#> 8322 VR2AR-546134 -5.643867 56.38278 145 -#> 8323 VR2AR-546134 -5.643867 56.38278 145 -#> 8324 VR2AR-546134 -5.643867 56.38278 145 -#> 8325 VR2AR-546134 -5.643867 56.38278 145 -#> 8326 VR2AR-546134 -5.643867 56.38278 145 -#> 8327 VR2AR-546134 -5.643867 56.38278 145 -#> 8328 VR2AR-546134 -5.643867 56.38278 145 -#> 8329 VR2AR-546134 -5.643867 56.38278 145 -#> 8330 VR2AR-546134 -5.643867 56.38278 145 -#> 8331 VR2AR-546134 -5.643867 56.38278 145 -#> 8332 VR2AR-546134 -5.643867 56.38278 145 -#> 8333 VR2AR-546134 -5.643867 56.38278 145 -#> 8334 VR2AR-546134 -5.643867 56.38278 145 -#> 8335 VR2AR-546134 -5.643867 56.38278 145 -#> 8336 VR2AR-546134 -5.643867 56.38278 145 -#> 8337 VR2AR-546134 -5.643867 56.38278 145 -#> 8338 VR2AR-546134 -5.643867 56.38278 145 -#> 8339 VR2AR-546134 -5.643867 56.38278 145 -#> 8340 VR2AR-546134 -5.643867 56.38278 145 -#> 8341 VR2AR-546134 -5.643867 56.38278 145 -#> 8342 VR2AR-546134 -5.643867 56.38278 145 -#> 8343 VR2AR-546134 -5.643867 56.38278 145 -#> 8344 VR2AR-546134 -5.643867 56.38278 145 -#> 8345 VR2AR-546134 -5.643867 56.38278 145 -#> 8346 VR2AR-546134 -5.643867 56.38278 145 -#> 8347 VR2AR-546134 -5.643867 56.38278 145 -#> 8348 VR2AR-546134 -5.643867 56.38278 145 -#> 8349 VR2AR-546134 -5.643867 56.38278 145 -#> 8350 VR2AR-546134 -5.643867 56.38278 145 -#> 8351 VR2W-108160 -5.631733 56.37447 50 -#> 8352 VR2AR-546131 -5.612700 56.37988 35 -#> 8353 VR2AR-546131 -5.612700 56.37988 35 -#> 8354 VR2AR-546131 -5.612700 56.37988 35 -#> 8355 VR2AR-546131 -5.612700 56.37988 35 -#> 8356 VR2AR-546131 -5.612700 56.37988 35 -#> 8357 VR2AR-546131 -5.612700 56.37988 35 -#> 8358 VR2AR-546131 -5.612700 56.37988 35 -#> 8359 VR2AR-546131 -5.612700 56.37988 35 -#> 8360 VR2AR-546131 -5.612700 56.37988 35 -#> 8361 VR2AR-546131 -5.612700 56.37988 35 -#> 8362 VR2AR-546131 -5.612700 56.37988 35 -#> 8363 VR2AR-546131 -5.612700 56.37988 35 -#> 8364 VR2AR-546131 -5.612700 56.37988 35 -#> 8365 VR2AR-546131 -5.612700 56.37988 35 -#> 8366 VR2AR-546131 -5.612700 56.37988 35 -#> 8367 VR2AR-546131 -5.612700 56.37988 35 -#> 8368 VR2AR-546131 -5.612700 56.37988 35 -#> 8369 VR2AR-546131 -5.612700 56.37988 35 -#> 8370 VR2AR-546131 -5.612700 56.37988 35 -#> 8371 VR2AR-546131 -5.612700 56.37988 35 -#> 8372 VR2AR-546131 -5.612700 56.37988 35 -#> 8373 VR2AR-546131 -5.612700 56.37988 35 -#> 8374 VR2AR-546131 -5.612700 56.37988 35 -#> 8375 VR2AR-546131 -5.612700 56.37988 35 -#> 8376 VR2AR-546131 -5.612700 56.37988 35 -#> 8377 VR2AR-546131 -5.612700 56.37988 35 -#> 8378 VR2AR-546131 -5.612700 56.37988 35 -#> 8379 VR2AR-546131 -5.612700 56.37988 35 -#> 8380 VR2AR-546131 -5.612700 56.37988 35 -#> 8381 VR2AR-546131 -5.612700 56.37988 35 -#> 8382 VR2AR-546131 -5.612700 56.37988 35 -#> 8383 VR2AR-546131 -5.612700 56.37988 35 -#> 8384 VR2AR-546131 -5.612700 56.37988 35 -#> 8385 VR2AR-546131 -5.612700 56.37988 35 -#> 8386 VR2AR-546131 -5.612700 56.37988 35 -#> 8387 VR2AR-546131 -5.612700 56.37988 35 -#> 8388 VR2AR-546131 -5.612700 56.37988 35 -#> 8389 VR2AR-546131 -5.612700 56.37988 35 -#> 8390 VR2AR-546131 -5.612700 56.37988 35 -#> 8391 VR2AR-546131 -5.612700 56.37988 35 -#> 8392 VR2AR-546131 -5.612700 56.37988 35 -#> 8393 VR2AR-546131 -5.612700 56.37988 35 -#> 8394 VR2AR-546131 -5.612700 56.37988 35 -#> 8395 VR2AR-546131 -5.612700 56.37988 35 -#> 8396 VR2AR-546131 -5.612700 56.37988 35 -#> 8397 VR2AR-546131 -5.612700 56.37988 35 -#> 8398 VR2AR-546131 -5.612700 56.37988 35 -#> 8399 VR2AR-546131 -5.612700 56.37988 35 -#> 8400 VR2AR-546131 -5.612700 56.37988 35 -#> 8401 VR2AR-546131 -5.612700 56.37988 35 -#> 8402 VR2AR-546131 -5.612700 56.37988 35 -#> 8403 VR2AR-546131 -5.612700 56.37988 35 -#> 8404 VR2AR-546131 -5.612700 56.37988 35 -#> 8405 VR2AR-546131 -5.612700 56.37988 35 -#> 8406 VR2AR-546131 -5.612700 56.37988 35 -#> 8407 VR2AR-546131 -5.612700 56.37988 35 -#> 8408 VR2AR-546131 -5.612700 56.37988 35 -#> 8409 VR2AR-546131 -5.612700 56.37988 35 -#> 8410 VR2AR-546131 -5.612700 56.37988 35 -#> 8411 VR2AR-546131 -5.612700 56.37988 35 -#> 8412 VR2AR-546131 -5.612700 56.37988 35 -#> 8413 VR2AR-546131 -5.612700 56.37988 35 -#> 8414 VR2AR-546131 -5.612700 56.37988 35 -#> 8415 VR2AR-546131 -5.612700 56.37988 35 -#> 8416 VR2AR-546131 -5.612700 56.37988 35 -#> 8417 VR2AR-546131 -5.612700 56.37988 35 -#> 8418 VR2AR-546131 -5.612700 56.37988 35 -#> 8419 VR2AR-546131 -5.612700 56.37988 35 -#> 8420 VR2AR-546131 -5.612700 56.37988 35 -#> 8421 VR2AR-546131 -5.612700 56.37988 35 -#> 8422 VR2AR-546131 -5.612700 56.37988 35 -#> 8423 VR2AR-546131 -5.612700 56.37988 35 -#> 8424 VR2AR-546131 -5.612700 56.37988 35 -#> 8425 VR2AR-546131 -5.612700 56.37988 35 -#> 8426 VR2AR-546131 -5.612700 56.37988 35 -#> 8427 VR2AR-546131 -5.612700 56.37988 35 -#> 8428 VR2AR-546131 -5.612700 56.37988 35 -#> 8429 VR2AR-546131 -5.612700 56.37988 35 -#> 8430 VR2AR-546131 -5.612700 56.37988 35 -#> 8431 VR2AR-546131 -5.612700 56.37988 35 -#> 8432 VR2AR-546131 -5.612700 56.37988 35 -#> 8433 VR2AR-546131 -5.612700 56.37988 35 -#> 8434 VR2AR-546131 -5.612700 56.37988 35 -#> 8435 VR2AR-546131 -5.612700 56.37988 35 -#> 8436 VR2AR-546131 -5.612700 56.37988 35 -#> 8437 VR2AR-546131 -5.612700 56.37988 35 -#> 8438 VR2AR-546131 -5.612700 56.37988 35 -#> 8439 VR2AR-546131 -5.612700 56.37988 35 -#> 8440 VR2AR-546131 -5.612700 56.37988 35 -#> 8441 VR2AR-546131 -5.612700 56.37988 35 -#> 8442 VR2AR-546131 -5.612700 56.37988 35 -#> 8443 VR2AR-546131 -5.612700 56.37988 35 -#> 8444 VR2AR-546131 -5.612700 56.37988 35 -#> 8445 VR2AR-546131 -5.612700 56.37988 35 -#> 8446 VR2AR-546131 -5.612700 56.37988 35 -#> 8447 VR2AR-546131 -5.612700 56.37988 35 -#> 8448 VR2AR-546131 -5.612700 56.37988 35 -#> 8449 VR2AR-546131 -5.612700 56.37988 35 -#> 8450 VR2AR-546131 -5.612700 56.37988 35 -#> 8451 VR2AR-546131 -5.612700 56.37988 35 -#> 8452 VR2AR-546131 -5.612700 56.37988 35 -#> 8453 VR2AR-546131 -5.612700 56.37988 35 -#> 8454 VR2AR-546131 -5.612700 56.37988 35 -#> 8455 VR2AR-546131 -5.612700 56.37988 35 -#> 8456 VR2AR-546131 -5.612700 56.37988 35 -#> 8457 VR2AR-546131 -5.612700 56.37988 35 -#> 8458 VR2AR-546131 -5.612700 56.37988 35 -#> 8459 VR2AR-546131 -5.612700 56.37988 35 -#> 8460 VR2AR-546131 -5.612700 56.37988 35 -#> 8461 VR2AR-546131 -5.612700 56.37988 35 -#> 8462 VR2AR-546131 -5.612700 56.37988 35 -#> 8463 VR2AR-546131 -5.612700 56.37988 35 -#> 8464 VR2AR-546131 -5.612700 56.37988 35 -#> 8465 VR2AR-546131 -5.612700 56.37988 35 -#> 8466 VR2AR-546131 -5.612700 56.37988 35 -#> 8467 VR2AR-546131 -5.612700 56.37988 35 -#> 8468 VR2AR-546131 -5.612700 56.37988 35 -#> 8469 VR2AR-546131 -5.612700 56.37988 35 -#> 8470 VR2AR-546131 -5.612700 56.37988 35 -#> 8471 VR2AR-546131 -5.612700 56.37988 35 -#> 8472 VR2AR-546131 -5.612700 56.37988 35 -#> 8473 VR2AR-546131 -5.612700 56.37988 35 -#> 8474 VR2AR-546131 -5.612700 56.37988 35 -#> 8475 VR2AR-546131 -5.612700 56.37988 35 -#> 8476 VR2AR-546131 -5.612700 56.37988 35 -#> 8477 VR2AR-546131 -5.612700 56.37988 35 -#> 8478 VR2AR-546131 -5.612700 56.37988 35 -#> 8479 VR2AR-546131 -5.612700 56.37988 35 -#> 8480 VR2AR-546131 -5.612700 56.37988 35 -#> 8481 VR2AR-546131 -5.612700 56.37988 35 -#> 8482 VR2AR-546131 -5.612700 56.37988 35 -#> 8483 VR2AR-546131 -5.612700 56.37988 35 -#> 8484 VR2AR-546131 -5.612700 56.37988 35 -#> 8485 VR2AR-546131 -5.612700 56.37988 35 -#> 8486 VR2AR-546131 -5.612700 56.37988 35 -#> 8487 VR2AR-546131 -5.612700 56.37988 35 -#> 8488 VR2AR-546131 -5.612700 56.37988 35 -#> 8489 VR2AR-546131 -5.612700 56.37988 35 -#> 8490 VR2AR-546131 -5.612700 56.37988 35 -#> 8491 VR2AR-546131 -5.612700 56.37988 35 -#> 8492 VR2AR-546131 -5.612700 56.37988 35 -#> 8493 VR2AR-546131 -5.612700 56.37988 35 -#> 8494 VR2AR-546131 -5.612700 56.37988 35 -#> 8495 VR2AR-546131 -5.612700 56.37988 35 -#> 8496 VR2AR-546131 -5.612700 56.37988 35 -#> 8497 VR2AR-546131 -5.612700 56.37988 35 -#> 8498 VR2AR-546131 -5.612700 56.37988 35 -#> 8499 VR2AR-546131 -5.612700 56.37988 35 -#> 8500 VR2AR-546131 -5.612700 56.37988 35 -#> 8501 VR2AR-546131 -5.612700 56.37988 35 -#> 8502 VR2AR-546131 -5.612700 56.37988 35 -#> 8503 VR2AR-546131 -5.612700 56.37988 35 -#> 8504 VR2AR-546131 -5.612700 56.37988 35 -#> 8505 VR2AR-546131 -5.612700 56.37988 35 -#> 8506 VR2AR-546131 -5.612700 56.37988 35 -#> 8507 VR2AR-546131 -5.612700 56.37988 35 -#> 8508 VR2AR-546131 -5.612700 56.37988 35 -#> 8509 VR2AR-546131 -5.612700 56.37988 35 -#> 8510 VR2AR-546131 -5.612700 56.37988 35 -#> 8511 VR2AR-546131 -5.612700 56.37988 35 -#> 8512 VR2AR-546131 -5.612700 56.37988 35 -#> 8513 VR2AR-546131 -5.612700 56.37988 35 -#> 8514 VR2AR-546131 -5.612700 56.37988 35 -#> 8515 VR2AR-546131 -5.612700 56.37988 35 -#> 8516 VR2AR-546131 -5.612700 56.37988 35 -#> 8517 VR2AR-546131 -5.612700 56.37988 35 -#> 8518 VR2AR-546131 -5.612700 56.37988 35 -#> 8519 VR2AR-546131 -5.612700 56.37988 35 -#> 8520 VR2AR-546131 -5.612700 56.37988 35 -#> 8521 VR2AR-546131 -5.612700 56.37988 35 -#> 8522 VR2AR-546131 -5.612700 56.37988 35 -#> 8523 VR2AR-546131 -5.612700 56.37988 35 -#> 8524 VR2AR-546131 -5.612700 56.37988 35 -#> 8525 VR2AR-546131 -5.612700 56.37988 35 -#> 8526 VR2AR-546131 -5.612700 56.37988 35 -#> 8527 VR2AR-546131 -5.612700 56.37988 35 -#> 8528 VR2AR-546131 -5.612700 56.37988 35 -#> 8529 VR2AR-546131 -5.612700 56.37988 35 -#> 8530 VR2AR-546131 -5.612700 56.37988 35 -#> 8531 VR2AR-546131 -5.612700 56.37988 35 -#> 8532 VR2AR-546131 -5.612700 56.37988 35 -#> 8533 VR2AR-546131 -5.612700 56.37988 35 -#> 8534 VR2AR-546131 -5.612700 56.37988 35 -#> 8535 VR2AR-546131 -5.612700 56.37988 35 -#> 8536 VR2AR-546131 -5.612700 56.37988 35 -#> 8537 VR2AR-546131 -5.612700 56.37988 35 -#> 8538 VR2AR-546131 -5.612700 56.37988 35 -#> 8539 VR2AR-546131 -5.612700 56.37988 35 -#> 8540 VR2AR-546131 -5.612700 56.37988 35 -#> 8541 VR2AR-546131 -5.612700 56.37988 35 -#> 8542 VR2AR-546131 -5.612700 56.37988 35 -#> 8543 VR2AR-546131 -5.612700 56.37988 35 -#> 8544 VR2AR-546131 -5.612700 56.37988 35 -#> 8545 VR2AR-546131 -5.612700 56.37988 35 -#> 8546 VR2AR-546131 -5.612700 56.37988 35 -#> 8547 VR2AR-546131 -5.612700 56.37988 35 -#> 8548 VR2AR-546131 -5.612700 56.37988 35 -#> 8549 VR2AR-546131 -5.612700 56.37988 35 -#> 8550 VR2AR-546131 -5.612700 56.37988 35 -#> 8551 VR2AR-546131 -5.612700 56.37988 35 -#> 8552 VR2AR-546131 -5.612700 56.37988 35 -#> 8553 VR2AR-546131 -5.612700 56.37988 35 -#> 8554 VR2AR-546131 -5.612700 56.37988 35 -#> 8555 VR2AR-546131 -5.612700 56.37988 35 -#> 8556 VR2AR-546131 -5.612700 56.37988 35 -#> 8557 VR2AR-546131 -5.612700 56.37988 35 -#> 8558 VR2AR-546131 -5.612700 56.37988 35 -#> 8559 VR2AR-546131 -5.612700 56.37988 35 -#> 8560 VR2AR-546131 -5.612700 56.37988 35 -#> 8561 VR2AR-546131 -5.612700 56.37988 35 -#> 8562 VR2AR-546131 -5.612700 56.37988 35 -#> 8563 VR2AR-546131 -5.612700 56.37988 35 -#> 8564 VR2AR-546131 -5.612700 56.37988 35 -#> 8565 VR2AR-546131 -5.612700 56.37988 35 -#> 8566 VR2AR-546131 -5.612700 56.37988 35 -#> 8567 VR2AR-546131 -5.612700 56.37988 35 -#> 8568 VR2AR-546131 -5.612700 56.37988 35 -#> 8569 VR2AR-546131 -5.612700 56.37988 35 -#> 8570 VR2AR-546131 -5.612700 56.37988 35 -#> 8571 VR2AR-546131 -5.612700 56.37988 35 -#> 8572 VR2AR-546131 -5.612700 56.37988 35 -#> 8573 VR2AR-546131 -5.612700 56.37988 35 -#> 8574 VR2AR-546131 -5.612700 56.37988 35 -#> 8575 VR2AR-546131 -5.612700 56.37988 35 -#> 8576 VR2AR-546131 -5.612700 56.37988 35 -#> 8577 VR2AR-546131 -5.612700 56.37988 35 -#> 8578 VR2AR-546131 -5.612700 56.37988 35 -#> 8579 VR2AR-546131 -5.612700 56.37988 35 -#> 8580 VR2AR-546131 -5.612700 56.37988 35 -#> 8581 VR2AR-546131 -5.612700 56.37988 35 -#> 8582 VR2AR-546131 -5.612700 56.37988 35 -#> 8583 VR2AR-546131 -5.612700 56.37988 35 -#> 8584 VR2AR-546131 -5.612700 56.37988 35 -#> 8585 VR2AR-546131 -5.612700 56.37988 35 -#> 8586 VR2AR-546131 -5.612700 56.37988 35 -#> 8587 VR2AR-546131 -5.612700 56.37988 35 -#> 8588 VR2AR-546131 -5.612700 56.37988 35 -#> 8589 VR2AR-546131 -5.612700 56.37988 35 -#> 8590 VR2AR-546131 -5.612700 56.37988 35 -#> 8591 VR2AR-546131 -5.612700 56.37988 35 -#> 8592 VR2AR-546131 -5.612700 56.37988 35 -#> 8593 VR2AR-546136 -5.626250 56.44810 75 -#> 8594 VR2AR-546136 -5.626250 56.44810 75 -#> 8595 VR2AR-546136 -5.626250 56.44810 75 -#> 8596 VR2AR-546136 -5.626250 56.44810 75 -#> 8597 VR2AR-546136 -5.626250 56.44810 75 -#> 8598 VR2AR-546136 -5.626250 56.44810 75 -#> 8599 VR2-5637 -5.692417 56.49913 25 -#> 8600 VR2-5637 -5.692417 56.49913 25 -#> 8601 VR2-5637 -5.692417 56.49913 25 -#> 8602 VR2-5637 -5.692417 56.49913 25 -#> 8603 VR2-5637 -5.692417 56.49913 25 -#> 8604 VR2-5637 -5.692417 56.49913 25 -#> 8605 VR2-5637 -5.692417 56.49913 25 -#> 8606 VR2-5637 -5.692417 56.49913 25 -#> 8607 VR2-5637 -5.692417 56.49913 25 -#> 8608 VR2-5637 -5.692417 56.49913 25 -#> 8609 VR2-5637 -5.692417 56.49913 25 -#> 8610 VR2-5637 -5.692417 56.49913 25 -#> 8611 VR2-5637 -5.692417 56.49913 25 -#> 8612 VR2-5637 -5.692417 56.49913 25 -#> 8613 VR2-5637 -5.692417 56.49913 25 -#> 8614 VR2-5637 -5.692417 56.49913 25 -#> 8615 VR2-5637 -5.692417 56.49913 25 -#> 8616 VR2AR-546133 -5.701717 56.49747 90 -#> 8617 VR2AR-546133 -5.701717 56.49747 90 -#> 8618 VR2AR-546133 -5.701717 56.49747 90 -#> 8619 VR2AR-546133 -5.701717 56.49747 90 -#> 8620 VR2AR-546133 -5.701717 56.49747 90 -#> 8621 VR2AR-546133 -5.701717 56.49747 90 -#> 8622 VR2AR-546133 -5.701717 56.49747 90 -#> 8623 VR2-5637 -5.692417 56.49913 25 -#> 8624 VR2-5637 -5.692417 56.49913 25 -#> 8625 VR2-5637 -5.692417 56.49913 25 -#> 8626 VR2-5637 -5.692417 56.49913 25 -#> 8627 VR2-5637 -5.692417 56.49913 25 -#> 8628 VR2-5637 -5.692417 56.49913 25 -#> 8629 VR2-5637 -5.692417 56.49913 25 -#> 8630 VR2-5637 -5.692417 56.49913 25 -#> 8631 VR2-5637 -5.692417 56.49913 25 -#> 8632 VR2-5637 -5.692417 56.49913 25 -#> 8633 VR2-5637 -5.692417 56.49913 25 -#> 8634 VR2-5637 -5.692417 56.49913 25 -#> 8635 VR2-5637 -5.692417 56.49913 25 -#> 8636 VR2-5637 -5.692417 56.49913 25 -#> 8637 VR2-5637 -5.692417 56.49913 25 -#> 8638 VR2-5637 -5.692417 56.49913 25 -#> 8639 VR2-5637 -5.692417 56.49913 25 -#> 8640 VR2-5637 -5.692417 56.49913 25 -#> 8641 VR2-5637 -5.692417 56.49913 25 -#> 8642 VR2-5637 -5.692417 56.49913 25 -#> 8643 VR2-5637 -5.692417 56.49913 25 -#> 8644 VR2-5637 -5.692417 56.49913 25 -#> 8645 VR2-5637 -5.692417 56.49913 25 -#> 8646 VR2-5637 -5.692417 56.49913 25 -#> 8647 VR2-5637 -5.692417 56.49913 25 -#> 8648 VR2-5637 -5.692417 56.49913 25 -#> 8649 VR2-5637 -5.692417 56.49913 25 -#> 8650 VR2-5637 -5.692417 56.49913 25 -#> 8651 VR2-5637 -5.692417 56.49913 25 -#> 8652 VR2-5637 -5.692417 56.49913 25 -#> 8653 VR2-5637 -5.692417 56.49913 25 -#> 8654 VR2-5637 -5.692417 56.49913 25 -#> 8655 VR2-5637 -5.692417 56.49913 25 -#> 8656 VR2-5637 -5.692417 56.49913 25 -#> 8657 VR2AR-546133 -5.701717 56.49747 90 -#> 8658 VR2AR-546133 -5.701717 56.49747 90 -#> 8659 VR2AR-546133 -5.701717 56.49747 90 -#> 8660 VR2AR-546133 -5.701717 56.49747 90 -#> 8661 VR2AR-546133 -5.701717 56.49747 90 -#> 8662 VR2AR-546133 -5.701717 56.49747 90 -#> 8663 VR2AR-546133 -5.701717 56.49747 90 -#> 8664 VR2AR-546133 -5.701717 56.49747 90 -#> 8665 VR2AR-546133 -5.701717 56.49747 90 -#> 8666 VR2AR-546133 -5.701717 56.49747 90 -#> 8667 VR2AR-546133 -5.701717 56.49747 90 -#> 8668 VR2AR-546133 -5.701717 56.49747 90 -#> 8669 VR2AR-546133 -5.701717 56.49747 90 -#> 8670 VR2AR-546133 -5.701717 56.49747 90 -#> 8671 VR2AR-546133 -5.701717 56.49747 90 -#> 8672 VR2AR-546133 -5.701717 56.49747 90 -#> 8673 VR2AR-546133 -5.701717 56.49747 90 -#> 8674 VR2AR-546133 -5.701717 56.49747 90 -#> 8675 VR2AR-546133 -5.701717 56.49747 90 -#> 8676 VR2AR-546133 -5.701717 56.49747 90 -#> 8677 VR2AR-546133 -5.701717 56.49747 90 -#> 8678 VR2AR-546133 -5.701717 56.49747 90 -#> 8679 VR2AR-546133 -5.701717 56.49747 90 -#> 8680 VR2AR-546133 -5.701717 56.49747 90 -#> 8681 VR2AR-546133 -5.701717 56.49747 90 -#> 8682 VR2AR-546133 -5.701717 56.49747 90 -#> 8683 VR2AR-546133 -5.701717 56.49747 90 -#> 8684 VR2AR-546133 -5.701717 56.49747 90 -#> 8685 VR2AR-546133 -5.701717 56.49747 90 -#> 8686 VR2AR-546133 -5.701717 56.49747 90 -#> 8687 VR2AR-546133 -5.701717 56.49747 90 -#> 8688 VR2AR-546133 -5.701717 56.49747 90 -#> 8689 VR2AR-546133 -5.701717 56.49747 90 -#> 8690 VR2AR-546133 -5.701717 56.49747 90 -#> 8691 VR2AR-546133 -5.701717 56.49747 90 -#> 8692 VR2AR-546133 -5.701717 56.49747 90 -#> 8693 VR2AR-546136 -5.626250 56.44810 75 -#> 8694 VR2AR-546136 -5.626250 56.44810 75 -#> 8695 VR2AR-546380 -5.637917 56.44800 25 -#> 8696 VR2AR-546136 -5.626250 56.44810 75 -#> 8697 VR2AR-546380 -5.637917 56.44800 25 -#> 8698 VR2AR-546380 -5.637917 56.44800 25 -#> 8699 VR2AR-546136 -5.626250 56.44810 75 -#> 8700 VR2AR-546380 -5.637917 56.44800 25 -#> 8701 VR2AR-546380 -5.637917 56.44800 25 -#> 8702 VR2AR-546380 -5.637917 56.44800 25 -#> 8703 VR2AR-546380 -5.637917 56.44800 25 -#> 8704 VR2AR-546380 -5.637917 56.44800 25 -#> 8705 VR2AR-546380 -5.637917 56.44800 25 -#> 8706 VR2AR-546380 -5.637917 56.44800 25 -#> 8707 VR2AR-546380 -5.637917 56.44800 25 -#> 8708 VR2AR-546380 -5.637917 56.44800 25 -#> 8709 VR2AR-546380 -5.637917 56.44800 25 -#> 8710 VR2AR-546380 -5.637917 56.44800 25 -#> 8711 VR2AR-546380 -5.637917 56.44800 25 -#> 8712 VR2AR-546380 -5.637917 56.44800 25 -#> 8713 VR2AR-546380 -5.637917 56.44800 25 -#> 8714 VR2AR-546380 -5.637917 56.44800 25 -#> 8715 VR2AR-546380 -5.637917 56.44800 25 -#> 8716 VR2AR-546380 -5.637917 56.44800 25 -#> 8717 VR2AR-546380 -5.637917 56.44800 25 -#> 8718 VR2AR-546380 -5.637917 56.44800 25 -#> 8719 VR2AR-546380 -5.637917 56.44800 25 -#> 8720 VR2AR-546380 -5.637917 56.44800 25 -#> 8721 VR2AR-546380 -5.637917 56.44800 25 -#> 8722 VR2AR-546380 -5.637917 56.44800 25 -#> 8723 VR2AR-546380 -5.637917 56.44800 25 -#> 8724 VR2AR-546380 -5.637917 56.44800 25 -#> 8725 VR2AR-546380 -5.637917 56.44800 25 -#> 8726 VR2AR-546380 -5.637917 56.44800 25 -#> 8727 VR2AR-546380 -5.637917 56.44800 25 -#> 8728 VR2AR-546380 -5.637917 56.44800 25 -#> 8729 VR2AR-546380 -5.637917 56.44800 25 -#> 8730 VR2AR-546380 -5.637917 56.44800 25 -#> 8731 VR2AR-546131 -5.612700 56.37988 35 -#> 8732 VR2AR-546131 -5.612700 56.37988 35 -#> 8733 VR2AR-546131 -5.612700 56.37988 35 -#> 8734 VR2AR-546131 -5.612700 56.37988 35 -#> 8735 VR2AR-546131 -5.612700 56.37988 35 -#> 8736 VR2AR-546131 -5.612700 56.37988 35 -#> 8737 VR2AR-546131 -5.612700 56.37988 35 -#> 8738 VR2AR-546131 -5.612700 56.37988 35 -#> 8739 VR2AR-546131 -5.612700 56.37988 35 -#> 8740 VR2AR-546131 -5.612700 56.37988 35 -#> 8741 VR2AR-546131 -5.612700 56.37988 35 -#> 8742 VR2AR-546131 -5.612700 56.37988 35 -#> 8743 VR2AR-546131 -5.612700 56.37988 35 -#> 8744 VR2AR-546131 -5.612700 56.37988 35 -#> 8745 VR2AR-546131 -5.612700 56.37988 35 -#> 8746 VR2AR-546131 -5.612700 56.37988 35 -#> 8747 VR2AR-546131 -5.612700 56.37988 35 -#> 8748 VR2AR-546131 -5.612700 56.37988 35 -#> 8749 VR2AR-546131 -5.612700 56.37988 35 -#> 8750 VR2AR-546131 -5.612700 56.37988 35 -#> 8751 VR2AR-546131 -5.612700 56.37988 35 -#> 8752 VR2AR-546131 -5.612700 56.37988 35 -#> 8753 VR2AR-546131 -5.612700 56.37988 35 -#> 8754 VR2AR-546131 -5.612700 56.37988 35 -#> 8755 VR2AR-546131 -5.612700 56.37988 35 -#> 8756 VR2AR-546131 -5.612700 56.37988 35 -#> 8757 VR2AR-546131 -5.612700 56.37988 35 -#> 8758 VR2AR-546131 -5.612700 56.37988 35 -#> 8759 VR2AR-546131 -5.612700 56.37988 35 -#> 8760 VR2AR-546131 -5.612700 56.37988 35 -#> 8761 VR2AR-546131 -5.612700 56.37988 35 -#> 8762 VR2AR-546131 -5.612700 56.37988 35 -#> 8763 VR2AR-546131 -5.612700 56.37988 35 -#> 8764 VR2AR-546131 -5.612700 56.37988 35 -#> 8765 VR2AR-546131 -5.612700 56.37988 35 -#> 8766 VR2AR-546131 -5.612700 56.37988 35 -#> 8767 VR2AR-546131 -5.612700 56.37988 35 -#> 8768 VR2AR-546131 -5.612700 56.37988 35 -#> 8769 VR2AR-546131 -5.612700 56.37988 35 -#> 8770 VR2AR-546131 -5.612700 56.37988 35 -#> 8771 VR2AR-546131 -5.612700 56.37988 35 -#> 8772 VR2AR-546131 -5.612700 56.37988 35 -#> 8773 VR2AR-546131 -5.612700 56.37988 35 -#> 8774 VR2AR-546131 -5.612700 56.37988 35 -#> 8775 VR2AR-546131 -5.612700 56.37988 35 -#> 8776 VR2AR-546131 -5.612700 56.37988 35 -#> 8777 VR2AR-546131 -5.612700 56.37988 35 -#> 8778 VR2AR-546131 -5.612700 56.37988 35 -#> 8779 VR2AR-546131 -5.612700 56.37988 35 -#> 8780 VR2AR-546131 -5.612700 56.37988 35 -#> 8781 VR2AR-546131 -5.612700 56.37988 35 -#> 8782 VR2AR-546131 -5.612700 56.37988 35 -#> 8783 VR2AR-546131 -5.612700 56.37988 35 -#> 8784 VR2AR-546131 -5.612700 56.37988 35 -#> 8785 VR2AR-546131 -5.612700 56.37988 35 -#> 8786 VR2AR-546131 -5.612700 56.37988 35 -#> 8787 VR2AR-546131 -5.612700 56.37988 35 -#> 8788 VR2AR-546131 -5.612700 56.37988 35 -#> 8789 VR2AR-546131 -5.612700 56.37988 35 -#> 8790 VR2AR-546131 -5.612700 56.37988 35 -#> 8791 VR2AR-546131 -5.612700 56.37988 35 -#> 8792 VR2AR-546131 -5.612700 56.37988 35 -#> 8793 VR2AR-546131 -5.612700 56.37988 35 -#> 8794 VR2AR-546131 -5.612700 56.37988 35 -#> 8795 VR2AR-546131 -5.612700 56.37988 35 -#> 8796 VR2AR-546131 -5.612700 56.37988 35 -#> 8797 VR2AR-546131 -5.612700 56.37988 35 -#> 8798 VR2AR-546131 -5.612700 56.37988 35 -#> 8799 VR2AR-546131 -5.612700 56.37988 35 -#> 8800 VR2AR-546131 -5.612700 56.37988 35 -#> 8801 VR2AR-546131 -5.612700 56.37988 35 -#> 8802 VR2AR-546131 -5.612700 56.37988 35 -#> 8803 VR2AR-546131 -5.612700 56.37988 35 -#> 8804 VR2AR-546131 -5.612700 56.37988 35 -#> 8805 VR2AR-546131 -5.612700 56.37988 35 -#> 8806 VR2AR-546131 -5.612700 56.37988 35 -#> 8807 VR2AR-546131 -5.612700 56.37988 35 -#> 8808 VR2AR-546131 -5.612700 56.37988 35 -#> 8809 VR2AR-546131 -5.612700 56.37988 35 -#> 8810 VR2AR-546131 -5.612700 56.37988 35 -#> 8811 VR2AR-546131 -5.612700 56.37988 35 -#> 8812 VR2AR-546131 -5.612700 56.37988 35 -#> 8813 VR2AR-546131 -5.612700 56.37988 35 -#> 8814 VR2AR-546131 -5.612700 56.37988 35 -#> 8815 VR2AR-546131 -5.612700 56.37988 35 -#> 8816 VR2AR-546131 -5.612700 56.37988 35 -#> 8817 VR2AR-546131 -5.612700 56.37988 35 -#> 8818 VR2AR-546131 -5.612700 56.37988 35 -#> 8819 VR2AR-546131 -5.612700 56.37988 35 -#> 8820 VR2AR-546131 -5.612700 56.37988 35 -#> 8821 VR2AR-546131 -5.612700 56.37988 35 -#> 8822 VR2AR-546131 -5.612700 56.37988 35 -#> 8823 VR2AR-546131 -5.612700 56.37988 35 -#> 8824 VR2AR-546131 -5.612700 56.37988 35 -#> 8825 VR2AR-546131 -5.612700 56.37988 35 -#> 8826 VR2AR-546131 -5.612700 56.37988 35 -#> 8827 VR2AR-546131 -5.612700 56.37988 35 -#> 8828 VR2AR-546131 -5.612700 56.37988 35 -#> 8829 VR2AR-546131 -5.612700 56.37988 35 -#> 8830 VR2AR-546131 -5.612700 56.37988 35 -#> 8831 VR2AR-546131 -5.612700 56.37988 35 -#> 8832 VR2AR-546131 -5.612700 56.37988 35 -#> 8833 VR2AR-546131 -5.612700 56.37988 35 -#> 8834 VR2AR-546131 -5.612700 56.37988 35 -#> 8835 VR2AR-546131 -5.612700 56.37988 35 -#> 8836 VR2AR-546131 -5.612700 56.37988 35 -#> 8837 VR2AR-546131 -5.612700 56.37988 35 -#> 8838 VR2AR-546131 -5.612700 56.37988 35 -#> 8839 VR2AR-546131 -5.612700 56.37988 35 -#> 8840 VR2AR-546131 -5.612700 56.37988 35 -#> 8841 VR2AR-546131 -5.612700 56.37988 35 -#> 8842 VR2AR-546131 -5.612700 56.37988 35 -#> 8843 VR2AR-546131 -5.612700 56.37988 35 -#> 8844 VR2AR-546131 -5.612700 56.37988 35 -#> 8845 VR2AR-546131 -5.612700 56.37988 35 -#> 8846 VR2AR-546131 -5.612700 56.37988 35 -#> 8847 VR2AR-546131 -5.612700 56.37988 35 -#> 8848 VR2AR-546131 -5.612700 56.37988 35 -#> 8849 VR2AR-546131 -5.612700 56.37988 35 -#> 8850 VR2AR-546131 -5.612700 56.37988 35 -#> 8851 VR2AR-546131 -5.612700 56.37988 35 -#> 8852 VR2AR-546131 -5.612700 56.37988 35 -#> 8853 VR2AR-546131 -5.612700 56.37988 35 -#> 8854 VR2AR-546131 -5.612700 56.37988 35 -#> 8855 VR2AR-546131 -5.612700 56.37988 35 -#> 8856 VR2AR-546131 -5.612700 56.37988 35 -#> 8857 VR2AR-546131 -5.612700 56.37988 35 -#> 8858 VR2AR-546131 -5.612700 56.37988 35 -#> 8859 VR2AR-546131 -5.612700 56.37988 35 -#> 8860 VR2AR-546131 -5.612700 56.37988 35 -#> 8861 VR2AR-546131 -5.612700 56.37988 35 -#> 8862 VR2AR-546131 -5.612700 56.37988 35 -#> 8863 VR2AR-546131 -5.612700 56.37988 35 -#> 8864 VR2AR-546131 -5.612700 56.37988 35 -#> 8865 VR2AR-546131 -5.612700 56.37988 35 -#> 8866 VR2AR-546131 -5.612700 56.37988 35 -#> 8867 VR2AR-546131 -5.612700 56.37988 35 -#> 8868 VR2AR-546131 -5.612700 56.37988 35 -#> 8869 VR2AR-546131 -5.612700 56.37988 35 -#> 8870 VR2AR-546131 -5.612700 56.37988 35 -#> 8871 VR2AR-546131 -5.612700 56.37988 35 -#> 8872 VR2AR-546131 -5.612700 56.37988 35 -#> 8873 VR2AR-546131 -5.612700 56.37988 35 -#> 8874 VR2AR-546131 -5.612700 56.37988 35 -#> 8875 VR2AR-546131 -5.612700 56.37988 35 -#> 8876 VR2AR-546131 -5.612700 56.37988 35 -#> 8877 VR2AR-546131 -5.612700 56.37988 35 -#> 8878 VR2AR-546131 -5.612700 56.37988 35 -#> 8879 VR2AR-546131 -5.612700 56.37988 35 -#> 8880 VR2AR-546131 -5.612700 56.37988 35 -#> 8881 VR2AR-546131 -5.612700 56.37988 35 -#> 8882 VR2AR-546131 -5.612700 56.37988 35 -#> 8883 VR2AR-546131 -5.612700 56.37988 35 -#> 8884 VR2AR-546131 -5.612700 56.37988 35 -#> 8885 VR2AR-546131 -5.612700 56.37988 35 -#> 8886 VR2AR-546131 -5.612700 56.37988 35 -#> 8887 VR2AR-546131 -5.612700 56.37988 35 -#> 8888 VR2AR-546131 -5.612700 56.37988 35 -#> 8889 VR2AR-546131 -5.612700 56.37988 35 -#> 8890 VR2AR-546131 -5.612700 56.37988 35 -#> 8891 VR2AR-546131 -5.612700 56.37988 35 -#> 8892 VR2AR-546131 -5.612700 56.37988 35 -#> 8893 VR2AR-546131 -5.612700 56.37988 35 -#> 8894 VR2AR-546131 -5.612700 56.37988 35 -#> 8895 VR2AR-546131 -5.612700 56.37988 35 -#> 8896 VR2AR-546131 -5.612700 56.37988 35 -#> 8897 VR2AR-546131 -5.612700 56.37988 35 -#> 8898 VR2AR-546131 -5.612700 56.37988 35 -#> 8899 VR2AR-546131 -5.612700 56.37988 35 -#> 8900 VR2AR-546131 -5.612700 56.37988 35 -#> 8901 VR2AR-546131 -5.612700 56.37988 35 -#> 8902 VR2AR-546131 -5.612700 56.37988 35 -#> 8903 VR2AR-546131 -5.612700 56.37988 35 -#> 8904 VR2AR-546131 -5.612700 56.37988 35 -#> 8905 VR2AR-546131 -5.612700 56.37988 35 -#> 8906 VR2AR-546131 -5.612700 56.37988 35 -#> 8907 VR2AR-546131 -5.612700 56.37988 35 -#> 8908 VR2AR-546131 -5.612700 56.37988 35 -#> 8909 VR2AR-546131 -5.612700 56.37988 35 -#> 8910 VR2AR-546131 -5.612700 56.37988 35 -#> 8911 VR2AR-546131 -5.612700 56.37988 35 -#> 8912 VR2AR-546131 -5.612700 56.37988 35 -#> 8913 VR2AR-546131 -5.612700 56.37988 35 -#> 8914 VR2AR-546131 -5.612700 56.37988 35 -#> 8915 VR2AR-546131 -5.612700 56.37988 35 -#> 8916 VR2AR-546131 -5.612700 56.37988 35 -#> 8917 VR2AR-546131 -5.612700 56.37988 35 -#> 8918 VR2AR-546131 -5.612700 56.37988 35 -#> 8919 VR2AR-546131 -5.612700 56.37988 35 -#> 8920 VR2AR-546131 -5.612700 56.37988 35 -#> 8921 VR2AR-546131 -5.612700 56.37988 35 -#> 8922 VR2AR-546131 -5.612700 56.37988 35 -#> 8923 VR2AR-546131 -5.612700 56.37988 35 -#> 8924 VR2AR-546131 -5.612700 56.37988 35 -#> 8925 VR2AR-546131 -5.612700 56.37988 35 -#> 8926 VR2AR-546131 -5.612700 56.37988 35 -#> 8927 VR2AR-546131 -5.612700 56.37988 35 -#> 8928 VR2AR-546131 -5.612700 56.37988 35 -#> 8929 VR2AR-546131 -5.612700 56.37988 35 -#> 8930 VR2AR-546131 -5.612700 56.37988 35 -#> 8931 VR2AR-546131 -5.612700 56.37988 35 -#> 8932 VR2AR-546131 -5.612700 56.37988 35 -#> 8933 VR2AR-546131 -5.612700 56.37988 35 -#> 8934 VR2AR-546131 -5.612700 56.37988 35 -#> 8935 VR2AR-546131 -5.612700 56.37988 35 -#> 8936 VR2AR-546131 -5.612700 56.37988 35 -#> 8937 VR2AR-546131 -5.612700 56.37988 35 -#> 8938 VR2AR-546131 -5.612700 56.37988 35 -#> 8939 VR2AR-546131 -5.612700 56.37988 35 -#> 8940 VR2AR-546131 -5.612700 56.37988 35 -#> 8941 VR2AR-546131 -5.612700 56.37988 35 -#> 8942 VR2AR-546131 -5.612700 56.37988 35 -#> 8943 VR2AR-546131 -5.612700 56.37988 35 -#> 8944 VR2AR-546131 -5.612700 56.37988 35 -#> 8945 VR2AR-546131 -5.612700 56.37988 35 -#> 8946 VR2AR-546131 -5.612700 56.37988 35 -#> 8947 VR2AR-546131 -5.612700 56.37988 35 -#> 8948 VR2AR-546131 -5.612700 56.37988 35 -#> 8949 VR2AR-546131 -5.612700 56.37988 35 -#> 8950 VR2AR-546131 -5.612700 56.37988 35 -#> 8951 VR2AR-546131 -5.612700 56.37988 35 -#> 8952 VR2AR-546131 -5.612700 56.37988 35 -#> 8953 VR2AR-546131 -5.612700 56.37988 35 -#> 8954 VR2AR-546131 -5.612700 56.37988 35 -#> 8955 VR2AR-546131 -5.612700 56.37988 35 -#> 8956 VR2AR-546131 -5.612700 56.37988 35 -#> 8957 VR2AR-546135 -5.657067 56.38803 85 -#> 8958 VR2AR-546135 -5.657067 56.38803 85 -#> 8959 VR2AR-546135 -5.657067 56.38803 85 -#> 8960 VR2AR-546135 -5.657067 56.38803 85 -#> 8961 VR2AR-546135 -5.657067 56.38803 85 -#> 8962 VR2AR-546135 -5.657067 56.38803 85 -#> 8963 VR2AR-546135 -5.657067 56.38803 85 -#> 8964 VR2AR-546135 -5.657067 56.38803 85 -#> 8965 VR2AR-546135 -5.657067 56.38803 85 -#> 8966 VR2AR-546135 -5.657067 56.38803 85 -#> 8967 VR2AR-546135 -5.657067 56.38803 85 -#> 8968 VR2AR-546135 -5.657067 56.38803 85 -#> 8969 VR2AR-546135 -5.657067 56.38803 85 -#> 8970 VR2AR-546135 -5.657067 56.38803 85 -#> 8971 VR2AR-546135 -5.657067 56.38803 85 -#> 8972 VR2AR-546135 -5.657067 56.38803 85 -#> 8973 VR2AR-546135 -5.657067 56.38803 85 -#> 8974 VR2AR-546135 -5.657067 56.38803 85 -#> 8975 VR2AR-546135 -5.657067 56.38803 85 -#> 8976 VR2AR-546135 -5.657067 56.38803 85 -#> 8977 VR2AR-546135 -5.657067 56.38803 85 -#> 8978 VR2AR-546135 -5.657067 56.38803 85 -#> 8979 VR2AR-546135 -5.657067 56.38803 85 -#> 8980 VR2AR-546135 -5.657067 56.38803 85 -#> 8981 VR2AR-546135 -5.657067 56.38803 85 -#> 8982 VR2AR-546135 -5.657067 56.38803 85 -#> 8983 VR2AR-546135 -5.657067 56.38803 85 -#> 8984 VR2AR-546134 -5.643867 56.38278 145 -#> 8985 VR2AR-546134 -5.643867 56.38278 145 -#> 8986 VR2AR-546134 -5.643867 56.38278 145 -#> 8987 VR2AR-546134 -5.643867 56.38278 145 -#> 8988 VR2AR-546134 -5.643867 56.38278 145 -#> 8989 VR2AR-546134 -5.643867 56.38278 145 -#> 8990 VR2AR-546134 -5.643867 56.38278 145 -#> 8991 VR2AR-546134 -5.643867 56.38278 145 -#> 8992 VR2AR-546134 -5.643867 56.38278 145 -#> 8993 VR2AR-546134 -5.643867 56.38278 145 -#> 8994 VR2AR-546134 -5.643867 56.38278 145 -#> 8995 VR2AR-546135 -5.657067 56.38803 85 -#> 8996 VR2AR-546135 -5.657067 56.38803 85 -#> 8997 VR2AR-546135 -5.657067 56.38803 85 -#> 8998 VR2AR-546135 -5.657067 56.38803 85 -#> 8999 VR2AR-546135 -5.657067 56.38803 85 -#> 9000 VR2AR-546135 -5.657067 56.38803 85 -#> 9001 VR2AR-546135 -5.657067 56.38803 85 -#> 9002 VR2AR-546135 -5.657067 56.38803 85 -#> 9003 VR2AR-546135 -5.657067 56.38803 85 -#> 9004 VR2AR-546135 -5.657067 56.38803 85 -#> 9005 VR2AR-546135 -5.657067 56.38803 85 -#> 9006 VR2AR-546135 -5.657067 56.38803 85 -#> 9007 VR2AR-546135 -5.657067 56.38803 85 -#> 9008 VR2AR-546135 -5.657067 56.38803 85 -#> 9009 VR2AR-546135 -5.657067 56.38803 85 -#> 9010 VR2AR-546135 -5.657067 56.38803 85 -#> 9011 VR2AR-546135 -5.657067 56.38803 85 -#> 9012 VR2AR-546135 -5.657067 56.38803 85 -#> 9013 VR2AR-546135 -5.657067 56.38803 85 -#> 9014 VR2AR-546135 -5.657067 56.38803 85 -#> 9015 VR2AR-546135 -5.657067 56.38803 85 -#> 9016 VR2AR-546135 -5.657067 56.38803 85 -#> 9017 VR2AR-546135 -5.657067 56.38803 85 -#> 9018 VR2AR-546135 -5.657067 56.38803 85 -#> 9019 VR2AR-546135 -5.657067 56.38803 85 -#> 9020 VR2AR-546135 -5.657067 56.38803 85 -#> 9021 VR2AR-546135 -5.657067 56.38803 85 -#> 9022 VR2AR-546135 -5.657067 56.38803 85 -#> 9023 VR2AR-546135 -5.657067 56.38803 85 -#> 9024 VR2AR-546135 -5.657067 56.38803 85 -#> 9025 VR2AR-546135 -5.657067 56.38803 85 -#> 9026 VR2AR-546135 -5.657067 56.38803 85 -#> 9027 VR2AR-546135 -5.657067 56.38803 85 -#> 9028 VR2AR-546135 -5.657067 56.38803 85 -#> 9029 VR2AR-546135 -5.657067 56.38803 85 -#> 9030 VR2AR-546135 -5.657067 56.38803 85 -#> 9031 VR2AR-546135 -5.657067 56.38803 85 -#> 9032 VR2AR-546135 -5.657067 56.38803 85 -#> 9033 VR2AR-546135 -5.657067 56.38803 85 -#> 9034 VR2AR-546135 -5.657067 56.38803 85 -#> 9035 VR2AR-546135 -5.657067 56.38803 85 -#> 9036 VR2AR-546135 -5.657067 56.38803 85 -#> 9037 VR2AR-546135 -5.657067 56.38803 85 -#> 9038 VR2AR-546135 -5.657067 56.38803 85 -#> 9039 VR2AR-546131 -5.612700 56.37988 35 -#> 9040 VR2AR-546131 -5.612700 56.37988 35 -#> 9041 VR2AR-546131 -5.612700 56.37988 35 -#> 9042 VR2AR-546131 -5.612700 56.37988 35 -#> 9043 VR2AR-546131 -5.612700 56.37988 35 -#> 9044 VR2AR-546131 -5.612700 56.37988 35 -#> 9045 VR2AR-546131 -5.612700 56.37988 35 -#> 9046 VR2AR-546131 -5.612700 56.37988 35 -#> 9047 VR2AR-546131 -5.612700 56.37988 35 -#> 9048 VR2AR-546131 -5.612700 56.37988 35 -#> 9049 VR2AR-546131 -5.612700 56.37988 35 -#> 9050 VR2AR-546131 -5.612700 56.37988 35 -#> 9051 VR2AR-546131 -5.612700 56.37988 35 -#> 9052 VR2AR-546131 -5.612700 56.37988 35 -#> 9053 VR2AR-546131 -5.612700 56.37988 35 -#> 9054 VR2AR-546131 -5.612700 56.37988 35 -#> 9055 VR2AR-546131 -5.612700 56.37988 35 -#> 9056 VR2AR-546131 -5.612700 56.37988 35 -#> 9057 VR2AR-546131 -5.612700 56.37988 35 -#> 9058 VR2AR-546131 -5.612700 56.37988 35 -#> 9059 VR2AR-546131 -5.612700 56.37988 35 -#> 9060 VR2AR-546131 -5.612700 56.37988 35 -#> 9061 VR2AR-546131 -5.612700 56.37988 35 -#> 9062 VR2AR-546131 -5.612700 56.37988 35 -#> 9063 VR2AR-546131 -5.612700 56.37988 35 -#> 9064 VR2AR-546131 -5.612700 56.37988 35 -#> 9065 VR2AR-546131 -5.612700 56.37988 35 -#> 9066 VR2AR-546131 -5.612700 56.37988 35 -#> 9067 VR2AR-546131 -5.612700 56.37988 35 -#> 9068 VR2AR-546131 -5.612700 56.37988 35 -#> 9069 VR2AR-546131 -5.612700 56.37988 35 -#> 9070 VR2AR-546131 -5.612700 56.37988 35 -#> 9071 VR2AR-546131 -5.612700 56.37988 35 -#> 9072 VR2AR-546131 -5.612700 56.37988 35 -#> 9073 VR2AR-546131 -5.612700 56.37988 35 -#> 9074 VR2AR-546131 -5.612700 56.37988 35 -#> 9075 VR2AR-546131 -5.612700 56.37988 35 -#> 9076 VR2AR-546131 -5.612700 56.37988 35 -#> 9077 VR2AR-546131 -5.612700 56.37988 35 -#> 9078 VR2AR-546131 -5.612700 56.37988 35 -#> 9079 VR2AR-546131 -5.612700 56.37988 35 -#> 9080 VR2AR-546131 -5.612700 56.37988 35 -#> 9081 VR2AR-546131 -5.612700 56.37988 35 -#> 9082 VR2AR-546131 -5.612700 56.37988 35 -#> 9083 VR2AR-546131 -5.612700 56.37988 35 -#> 9084 VR2AR-546131 -5.612700 56.37988 35 -#> 9085 VR2AR-546131 -5.612700 56.37988 35 -#> 9086 VR2AR-546131 -5.612700 56.37988 35 -#> 9087 VR2AR-546131 -5.612700 56.37988 35 -#> 9088 VR2AR-546131 -5.612700 56.37988 35 -#> 9089 VR2AR-546131 -5.612700 56.37988 35 -#> 9090 VR2AR-546131 -5.612700 56.37988 35 -#> 9091 VR2AR-546131 -5.612700 56.37988 35 -#> 9092 VR2AR-546131 -5.612700 56.37988 35 -#> 9093 VR2AR-546131 -5.612700 56.37988 35 -#> 9094 VR2AR-546131 -5.612700 56.37988 35 -#> 9095 VR2AR-546131 -5.612700 56.37988 35 -#> 9096 VR2AR-546131 -5.612700 56.37988 35 -#> 9097 VR2AR-546131 -5.612700 56.37988 35 -#> 9098 VR2AR-546131 -5.612700 56.37988 35 -#> 9099 VR2AR-546131 -5.612700 56.37988 35 -#> 9100 VR2AR-546131 -5.612700 56.37988 35 -#> 9101 VR2AR-546131 -5.612700 56.37988 35 -#> 9102 VR2AR-546131 -5.612700 56.37988 35 -#> 9103 VR2AR-546131 -5.612700 56.37988 35 -#> 9104 VR2AR-546131 -5.612700 56.37988 35 -#> 9105 VR2AR-546131 -5.612700 56.37988 35 -#> 9106 VR2AR-546131 -5.612700 56.37988 35 -#> 9107 VR2AR-546131 -5.612700 56.37988 35 -#> 9108 VR2AR-546131 -5.612700 56.37988 35 -#> 9109 VR2AR-546131 -5.612700 56.37988 35 -#> 9110 VR2AR-546131 -5.612700 56.37988 35 -#> 9111 VR2AR-546131 -5.612700 56.37988 35 -#> 9112 VR2AR-546131 -5.612700 56.37988 35 -#> 9113 VR2AR-546131 -5.612700 56.37988 35 -#> 9114 VR2AR-546131 -5.612700 56.37988 35 -#> 9115 VR2AR-546131 -5.612700 56.37988 35 -#> 9116 VR2AR-546131 -5.612700 56.37988 35 -#> 9117 VR2AR-546131 -5.612700 56.37988 35 -#> 9118 VR2AR-546131 -5.612700 56.37988 35 -#> 9119 VR2AR-546131 -5.612700 56.37988 35 -#> 9120 VR2AR-546131 -5.612700 56.37988 35 -#> 9121 VR2AR-546131 -5.612700 56.37988 35 -#> 9122 VR2AR-546131 -5.612700 56.37988 35 -#> 9123 VR2AR-546131 -5.612700 56.37988 35 -#> 9124 VR2AR-546131 -5.612700 56.37988 35 -#> 9125 VR2AR-546131 -5.612700 56.37988 35 -#> 9126 VR2AR-546131 -5.612700 56.37988 35 -#> 9127 VR2AR-546131 -5.612700 56.37988 35 -#> 9128 VR2AR-546131 -5.612700 56.37988 35 -#> 9129 VR2AR-546131 -5.612700 56.37988 35 -#> 9130 VR2AR-546131 -5.612700 56.37988 35 -#> 9131 VR2AR-546131 -5.612700 56.37988 35 -#> 9132 VR2AR-546131 -5.612700 56.37988 35 -#> 9133 VR2AR-546131 -5.612700 56.37988 35 -#> 9134 VR2AR-546131 -5.612700 56.37988 35 -#> 9135 VR2AR-546131 -5.612700 56.37988 35 -#> 9136 VR2AR-546131 -5.612700 56.37988 35 -#> 9137 VR2AR-546131 -5.612700 56.37988 35 -#> 9138 VR2AR-546131 -5.612700 56.37988 35 -#> 9139 VR2AR-546131 -5.612700 56.37988 35 -#> 9140 VR2AR-546131 -5.612700 56.37988 35 -#> 9141 VR2AR-546131 -5.612700 56.37988 35 -#> 9142 VR2AR-546131 -5.612700 56.37988 35 -#> 9143 VR2AR-546131 -5.612700 56.37988 35 -#> 9144 VR2AR-546131 -5.612700 56.37988 35 -#> 9145 VR2AR-546131 -5.612700 56.37988 35 -#> 9146 VR2AR-546131 -5.612700 56.37988 35 -#> 9147 VR2AR-546131 -5.612700 56.37988 35 -#> 9148 VR2AR-546131 -5.612700 56.37988 35 -#> 9149 VR2AR-546131 -5.612700 56.37988 35 -#> 9150 VR2AR-546131 -5.612700 56.37988 35 -#> 9151 VR2AR-546131 -5.612700 56.37988 35 -#> 9152 VR2AR-546131 -5.612700 56.37988 35 -#> 9153 VR2AR-546131 -5.612700 56.37988 35 -#> 9154 VR2AR-546131 -5.612700 56.37988 35 -#> 9155 VR2AR-546131 -5.612700 56.37988 35 -#> 9156 VR2AR-546131 -5.612700 56.37988 35 -#> 9157 VR2AR-546131 -5.612700 56.37988 35 -#> 9158 VR2AR-546131 -5.612700 56.37988 35 -#> 9159 VR2AR-546131 -5.612700 56.37988 35 -#> 9160 VR2AR-546131 -5.612700 56.37988 35 -#> 9161 VR2AR-546131 -5.612700 56.37988 35 -#> 9162 VR2AR-546131 -5.612700 56.37988 35 -#> 9163 VR2AR-546131 -5.612700 56.37988 35 -#> 9164 VR2AR-546131 -5.612700 56.37988 35 -#> 9165 VR2AR-546131 -5.612700 56.37988 35 -#> 9166 VR2AR-546131 -5.612700 56.37988 35 -#> 9167 VR2AR-546131 -5.612700 56.37988 35 -#> 9168 VR2AR-546131 -5.612700 56.37988 35 -#> 9169 VR2AR-546131 -5.612700 56.37988 35 -#> 9170 VR2AR-546131 -5.612700 56.37988 35 -#> 9171 VR2AR-546131 -5.612700 56.37988 35 -#> 9172 VR2AR-546131 -5.612700 56.37988 35 -#> 9173 VR2AR-546131 -5.612700 56.37988 35 -#> 9174 VR2AR-546131 -5.612700 56.37988 35 -#> 9175 VR2AR-546131 -5.612700 56.37988 35 -#> 9176 VR2AR-546131 -5.612700 56.37988 35 -#> 9177 VR2AR-546131 -5.612700 56.37988 35 -#> 9178 VR2AR-546131 -5.612700 56.37988 35 -#> 9179 VR2AR-546131 -5.612700 56.37988 35 -#> 9180 VR2AR-546131 -5.612700 56.37988 35 -#> 9181 VR2AR-546131 -5.612700 56.37988 35 -#> 9182 VR2AR-546131 -5.612700 56.37988 35 -#> 9183 VR2AR-546131 -5.612700 56.37988 35 -#> 9184 VR2AR-546131 -5.612700 56.37988 35 -#> 9185 VR2AR-546131 -5.612700 56.37988 35 -#> 9186 VR2AR-546131 -5.612700 56.37988 35 -#> 9187 VR2AR-546131 -5.612700 56.37988 35 -#> 9188 VR2AR-546131 -5.612700 56.37988 35 -#> 9189 VR2AR-546131 -5.612700 56.37988 35 -#> 9190 VR2AR-546131 -5.612700 56.37988 35 -#> 9191 VR2AR-546131 -5.612700 56.37988 35 -#> 9192 VR2AR-546131 -5.612700 56.37988 35 -#> 9193 VR2AR-546131 -5.612700 56.37988 35 -#> 9194 VR2AR-546131 -5.612700 56.37988 35 -#> 9195 VR2AR-546131 -5.612700 56.37988 35 -#> 9196 VR2AR-546131 -5.612700 56.37988 35 -#> 9197 VR2AR-546131 -5.612700 56.37988 35 -#> 9198 VR2AR-546131 -5.612700 56.37988 35 -#> 9199 VR2AR-546131 -5.612700 56.37988 35 -#> 9200 VR2AR-546131 -5.612700 56.37988 35 -#> 9201 VR2AR-546133 -5.701717 56.49747 90 -#> 9202 VR2AR-546133 -5.701717 56.49747 90 -#> 9203 VR2AR-546133 -5.701717 56.49747 90 -#> 9204 VR2AR-546133 -5.701717 56.49747 90 -#> 9205 VR2AR-546133 -5.701717 56.49747 90 -#> 9206 VR2AR-546133 -5.701717 56.49747 90 -#> 9207 VR2AR-546133 -5.701717 56.49747 90 -#> 9208 VR2AR-546133 -5.701717 56.49747 90 -#> 9209 VR2AR-546133 -5.701717 56.49747 90 -#> 9210 VR2AR-546133 -5.701717 56.49747 90 -#> 9211 VR2AR-546133 -5.701717 56.49747 90 -#> 9212 VR2AR-546133 -5.701717 56.49747 90 -#> 9213 VR2AR-546133 -5.701717 56.49747 90 -#> 9214 VR2AR-546133 -5.701717 56.49747 90 -#> 9215 VR2AR-546133 -5.701717 56.49747 90 -#> 9216 VR2AR-546133 -5.701717 56.49747 90 -#> 9217 VR2AR-546133 -5.701717 56.49747 90 -#> 9218 VR2AR-546133 -5.701717 56.49747 90 -#> 9219 VR2AR-546133 -5.701717 56.49747 90 -#> 9220 VR2AR-546133 -5.701717 56.49747 90 -#> 9221 VR2AR-546133 -5.701717 56.49747 90 -#> 9222 VR2AR-546133 -5.701717 56.49747 90 -#> 9223 VR2AR-546133 -5.701717 56.49747 90 -#> 9224 VR2AR-546133 -5.701717 56.49747 90 -#> 9225 VR2AR-546133 -5.701717 56.49747 90 -#> 9226 VR2AR-546133 -5.701717 56.49747 90 -#> 9227 VR2AR-546133 -5.701717 56.49747 90 -#> 9228 VR2AR-546133 -5.701717 56.49747 90 -#> 9229 VR2AR-546133 -5.701717 56.49747 90 -#> 9230 VR2AR-546133 -5.701717 56.49747 90 -#> 9231 VR2AR-546133 -5.701717 56.49747 90 -#> 9232 VR2AR-546133 -5.701717 56.49747 90 -#> 9233 VR2AR-546133 -5.701717 56.49747 90 -#> 9234 VR2AR-546133 -5.701717 56.49747 90 -#> 9235 VR2AR-546133 -5.701717 56.49747 90 -#> 9236 VR2AR-546133 -5.701717 56.49747 90 -#> 9237 VR2AR-546133 -5.701717 56.49747 90 -#> 9238 VR2AR-546133 -5.701717 56.49747 90 -#> 9239 VR2AR-546133 -5.701717 56.49747 90 -#> 9240 VR2AR-546133 -5.701717 56.49747 90 -#> 9241 VR2AR-546133 -5.701717 56.49747 90 -#> 9242 VR2AR-546133 -5.701717 56.49747 90 -#> 9243 VR2AR-546133 -5.701717 56.49747 90 -#> 9244 VR2AR-546133 -5.701717 56.49747 90 -#> 9245 VR2AR-546133 -5.701717 56.49747 90 -#> 9246 VR2AR-546133 -5.701717 56.49747 90 -#> 9247 VR2AR-546133 -5.701717 56.49747 90 -#> 9248 VR2AR-546133 -5.701717 56.49747 90 -#> 9249 VR2AR-546133 -5.701717 56.49747 90 -#> 9250 VR2AR-546133 -5.701717 56.49747 90 -#> 9251 VR2AR-546133 -5.701717 56.49747 90 -#> 9252 VR2AR-546133 -5.701717 56.49747 90 -#> 9253 VR2AR-546133 -5.701717 56.49747 90 -#> 9254 VR2-5637 -5.692417 56.49913 25 -#> 9255 VR2-5637 -5.692417 56.49913 25 -#> 9256 VR2-5637 -5.692417 56.49913 25 -#> 9257 VR2-5637 -5.692417 56.49913 25 -#> 9258 VR2-5637 -5.692417 56.49913 25 -#> 9259 VR2-5637 -5.692417 56.49913 25 -#> 9260 VR2-5637 -5.692417 56.49913 25 -#> 9261 VR2-5637 -5.692417 56.49913 25 -#> 9262 VR2-5637 -5.692417 56.49913 25 -#> 9263 VR2-5637 -5.692417 56.49913 25 -#> 9264 VR2-5637 -5.692417 56.49913 25 -#> 9265 VR2-5637 -5.692417 56.49913 25 -#> 9266 VR2-5637 -5.692417 56.49913 25 -#> 9267 VR2-5637 -5.692417 56.49913 25 -#> 9268 VR2-5637 -5.692417 56.49913 25 -#> 9269 VR2-5637 -5.692417 56.49913 25 -#> 9270 VR2-5637 -5.692417 56.49913 25 -#> 9271 VR2-5637 -5.692417 56.49913 25 -#> 9272 VR2-5637 -5.692417 56.49913 25 -#> 9273 VR2-5637 -5.692417 56.49913 25 -#> 9274 VR2-5637 -5.692417 56.49913 25 -#> 9275 VR2-5637 -5.692417 56.49913 25 -#> 9276 VR2-5637 -5.692417 56.49913 25 -#> 9277 VR2-5637 -5.692417 56.49913 25 -#> 9278 VR2-5637 -5.692417 56.49913 25 -#> 9279 VR2-5637 -5.692417 56.49913 25 -#> 9280 VR2-5637 -5.692417 56.49913 25 -#> 9281 VR2-5637 -5.692417 56.49913 25 -#> 9282 VR2-5637 -5.692417 56.49913 25 -#> 9283 VR2-5637 -5.692417 56.49913 25 -#> 9284 VR2-5637 -5.692417 56.49913 25 -#> 9285 VR2-5637 -5.692417 56.49913 25 -#> 9286 VR2-5637 -5.692417 56.49913 25 -#> 9287 VR2-5637 -5.692417 56.49913 25 -#> 9288 VR2-5637 -5.692417 56.49913 25 -#> 9289 VR2-5637 -5.692417 56.49913 25 -#> 9290 VR2-5637 -5.692417 56.49913 25 -#> 9291 VR2-5637 -5.692417 56.49913 25 -#> 9292 VR2-5637 -5.692417 56.49913 25 -#> 9293 VR2-5637 -5.692417 56.49913 25 -#> 9294 VR2-5637 -5.692417 56.49913 25 -#> 9295 VR2-5637 -5.692417 56.49913 25 -#> 9296 VR2-5637 -5.692417 56.49913 25 -#> 9297 VR2-5637 -5.692417 56.49913 25 -#> 9298 VR2-5637 -5.692417 56.49913 25 -#> 9299 VR2-5637 -5.692417 56.49913 25 -#> 9300 VR2-5637 -5.692417 56.49913 25 -#> 9301 VR2-5637 -5.692417 56.49913 25 -#> 9302 VR2-5637 -5.692417 56.49913 25 -#> 9303 VR2-5637 -5.692417 56.49913 25 -#> 9304 VR2-5637 -5.692417 56.49913 25 -#> 9305 VR2-5637 -5.692417 56.49913 25 -#> 9306 VR2-5637 -5.692417 56.49913 25 -#> 9307 VR2-5637 -5.692417 56.49913 25 -#> 9308 VR2-5637 -5.692417 56.49913 25 -#> 9309 VR2-5637 -5.692417 56.49913 25 -#> 9310 VR2-5637 -5.692417 56.49913 25 -#> 9311 VR2-5637 -5.692417 56.49913 25 -#> 9312 VR2-5637 -5.692417 56.49913 25 -#> 9313 VR2-5637 -5.692417 56.49913 25 -#> 9314 VR2-5637 -5.692417 56.49913 25 -#> 9315 VR2-5637 -5.692417 56.49913 25 -#> 9316 VR2-5637 -5.692417 56.49913 25 -#> 9317 VR2-5637 -5.692417 56.49913 25 -#> 9318 VR2-5637 -5.692417 56.49913 25 -#> 9319 VR2-5637 -5.692417 56.49913 25 -#> 9320 VR2-5637 -5.692417 56.49913 25 -#> 9321 VR2-5637 -5.692417 56.49913 25 -#> 9322 VR2-5637 -5.692417 56.49913 25 -#> 9323 VR2-5637 -5.692417 56.49913 25 -#> 9324 VR2-5637 -5.692417 56.49913 25 -#> 9325 VR2-5637 -5.692417 56.49913 25 -#> 9326 VR2-5637 -5.692417 56.49913 25 -#> 9327 VR2-5637 -5.692417 56.49913 25 -#> 9328 VR2-5637 -5.692417 56.49913 25 -#> 9329 VR2-5637 -5.692417 56.49913 25 -#> 9330 VR2-5637 -5.692417 56.49913 25 -#> 9331 VR2-5637 -5.692417 56.49913 25 -#> 9332 VR2-5637 -5.692417 56.49913 25 -#> 9333 VR2-5637 -5.692417 56.49913 25 -#> 9334 VR2-5637 -5.692417 56.49913 25 -#> 9335 VR2-5637 -5.692417 56.49913 25 -#> 9336 VR2-5637 -5.692417 56.49913 25 -#> 9337 VR2AR-546133 -5.701717 56.49747 90 -#> 9338 VR2-5637 -5.692417 56.49913 25 -#> 9339 VR2AR-546133 -5.701717 56.49747 90 -#> 9340 VR2AR-546133 -5.701717 56.49747 90 -#> 9341 VR2-5637 -5.692417 56.49913 25 -#> 9342 VR2-5637 -5.692417 56.49913 25 -#> 9343 VR2-5637 -5.692417 56.49913 25 -#> 9344 VR2AR-546133 -5.701717 56.49747 90 -#> 9345 VR2AR-546133 -5.701717 56.49747 90 -#> 9346 VR2-5637 -5.692417 56.49913 25 -#> 9347 VR2AR-546133 -5.701717 56.49747 90 -#> 9348 VR2-5637 -5.692417 56.49913 25 -#> 9349 VR2AR-546133 -5.701717 56.49747 90 -#> 9350 VR2AR-546133 -5.701717 56.49747 90 -#> 9351 VR2-5637 -5.692417 56.49913 25 -#> 9352 VR2AR-546133 -5.701717 56.49747 90 -#> 9353 VR2AR-546133 -5.701717 56.49747 90 -#> 9354 VR2AR-546133 -5.701717 56.49747 90 -#> 9355 VR2-5637 -5.692417 56.49913 25 -#> 9356 VR2AR-546133 -5.701717 56.49747 90 -#> 9357 VR2AR-546133 -5.701717 56.49747 90 -#> 9358 VR2AR-546133 -5.701717 56.49747 90 -#> 9359 VR2AR-546133 -5.701717 56.49747 90 -#> 9360 VR2AR-546133 -5.701717 56.49747 90 -#> 9361 VR2AR-546133 -5.701717 56.49747 90 -#> 9362 VR2AR-546133 -5.701717 56.49747 90 -#> 9363 VR2AR-546133 -5.701717 56.49747 90 -#> 9364 VR2AR-546133 -5.701717 56.49747 90 -#> 9365 VR2AR-546133 -5.701717 56.49747 90 -#> 9366 VR2AR-546133 -5.701717 56.49747 90 -#> 9367 VR2AR-546133 -5.701717 56.49747 90 -#> 9368 VR2AR-546133 -5.701717 56.49747 90 -#> 9369 VR2AR-546380 -5.637917 56.44800 25 -#> 9370 VR2AR-546380 -5.637917 56.44800 25 -#> 9371 VR2AR-546380 -5.637917 56.44800 25 -#> 9372 VR2AR-546380 -5.637917 56.44800 25 -#> 9373 VR2AR-546380 -5.637917 56.44800 25 -#> 9374 VR2AR-546380 -5.637917 56.44800 25 -#> 9375 VR2AR-546380 -5.637917 56.44800 25 -#> 9376 VR2AR-546380 -5.637917 56.44800 25 -#> 9377 VR2AR-546136 -5.626250 56.44810 75 -#> 9378 VR2AR-546136 -5.626250 56.44810 75 -#> 9379 VR2AR-546131 -5.612700 56.37988 35 -#> 9380 VR2AR-546131 -5.612700 56.37988 35 -#> 9381 VR2AR-546131 -5.612700 56.37988 35 -#> 9382 VR2AR-546131 -5.612700 56.37988 35 -#> 9383 VR2AR-546131 -5.612700 56.37988 35 -#> 9384 VR2AR-546131 -5.612700 56.37988 35 -#> 9385 VR2AR-546131 -5.612700 56.37988 35 -#> 9386 VR2AR-546131 -5.612700 56.37988 35 -#> 9387 VR2AR-546131 -5.612700 56.37988 35 -#> 9388 VR2AR-546131 -5.612700 56.37988 35 -#> 9389 VR2AR-546131 -5.612700 56.37988 35 -#> 9390 VR2AR-546584 -5.604973 56.37774 30 -#> 9391 VR2AR-546131 -5.612700 56.37988 35 -#> 9392 VR2AR-546131 -5.612700 56.37988 35 -#> 9393 VR2AR-546131 -5.612700 56.37988 35 -#> 9394 VR2AR-546131 -5.612700 56.37988 35 -#> 9395 VR2AR-546584 -5.604973 56.37774 30 -#> 9396 VR2AR-546131 -5.612700 56.37988 35 -#> 9397 VR2AR-546584 -5.604973 56.37774 30 -#> 9398 VR2AR-546584 -5.604973 56.37774 30 -#> 9399 VR2AR-546131 -5.612700 56.37988 35 -#> 9400 VR2AR-546584 -5.604973 56.37774 30 -#> 9401 VR2AR-546131 -5.612700 56.37988 35 -#> 9402 VR2AR-546584 -5.604973 56.37774 30 -#> 9403 VR2AR-546584 -5.604973 56.37774 30 -#> 9404 VR2AR-546131 -5.612700 56.37988 35 -#> 9405 VR2AR-546131 -5.612700 56.37988 35 -#> 9406 VR2AR-546131 -5.612700 56.37988 35 -#> 9407 VR2AR-546131 -5.612700 56.37988 35 -#> 9408 VR2AR-546584 -5.604973 56.37774 30 -#> 9409 VR2AR-546131 -5.612700 56.37988 35 -#> 9410 VR2AR-546584 -5.604973 56.37774 30 -#> 9411 VR2AR-546131 -5.612700 56.37988 35 -#> 9412 VR2AR-546131 -5.612700 56.37988 35 -#> 9413 VR2AR-546584 -5.604973 56.37774 30 -#> 9414 VR2AR-546131 -5.612700 56.37988 35 -#> 9415 VR2AR-546131 -5.612700 56.37988 35 -#> 9416 VR2AR-546131 -5.612700 56.37988 35 -#> 9417 VR2AR-546131 -5.612700 56.37988 35 -#> 9418 VR2AR-546131 -5.612700 56.37988 35 -#> 9419 VR2AR-546131 -5.612700 56.37988 35 -#> 9420 VR2AR-546131 -5.612700 56.37988 35 -#> 9421 VR2AR-546131 -5.612700 56.37988 35 -#> 9422 VR2AR-546131 -5.612700 56.37988 35 -#> 9423 VR2AR-546131 -5.612700 56.37988 35 -#> 9424 VR2AR-546131 -5.612700 56.37988 35 -#> 9425 VR2AR-546131 -5.612700 56.37988 35 -#> 9426 VR2AR-546131 -5.612700 56.37988 35 -#> 9427 VR2AR-546131 -5.612700 56.37988 35 -#> 9428 VR2AR-546131 -5.612700 56.37988 35 -#> 9429 VR2AR-546131 -5.612700 56.37988 35 -#> 9430 VR2AR-546131 -5.612700 56.37988 35 -#> 9431 VR2AR-546131 -5.612700 56.37988 35 -#> 9432 VR2AR-546131 -5.612700 56.37988 35 -#> 9433 VR2AR-546131 -5.612700 56.37988 35 -#> 9434 VR2AR-546131 -5.612700 56.37988 35 -#> 9435 VR2AR-546131 -5.612700 56.37988 35 -#> 9436 VR2AR-546131 -5.612700 56.37988 35 -#> 9437 VR2AR-546131 -5.612700 56.37988 35 -#> 9438 VR2AR-546131 -5.612700 56.37988 35 -#> 9439 VR2AR-546131 -5.612700 56.37988 35 -#> 9440 VR2AR-546131 -5.612700 56.37988 35 -#> 9441 VR2AR-546131 -5.612700 56.37988 35 -#> 9442 VR2AR-546131 -5.612700 56.37988 35 -#> 9443 VR2AR-546131 -5.612700 56.37988 35 -#> 9444 VR2AR-546131 -5.612700 56.37988 35 -#> 9445 VR2AR-546131 -5.612700 56.37988 35 -#> 9446 VR2AR-546131 -5.612700 56.37988 35 -#> 9447 VR2AR-546131 -5.612700 56.37988 35 -#> 9448 VR2AR-546131 -5.612700 56.37988 35 -#> 9449 VR2AR-546131 -5.612700 56.37988 35 -#> 9450 VR2AR-546131 -5.612700 56.37988 35 -#> 9451 VR2AR-546131 -5.612700 56.37988 35 -#> 9452 VR2AR-546131 -5.612700 56.37988 35 -#> 9453 VR2AR-546131 -5.612700 56.37988 35 -#> 9454 VR2AR-546131 -5.612700 56.37988 35 -#> 9455 VR2AR-546131 -5.612700 56.37988 35 -#> 9456 VR2AR-546131 -5.612700 56.37988 35 -#> 9457 VR2AR-546131 -5.612700 56.37988 35 -#> 9458 VR2AR-546131 -5.612700 56.37988 35 -#> 9459 VR2AR-546131 -5.612700 56.37988 35 -#> 9460 VR2AR-546131 -5.612700 56.37988 35 -#> 9461 VR2AR-546131 -5.612700 56.37988 35 -#> 9462 VR2AR-546131 -5.612700 56.37988 35 -#> 9463 VR2AR-546131 -5.612700 56.37988 35 -#> 9464 VR2AR-546131 -5.612700 56.37988 35 -#> 9465 VR2AR-546131 -5.612700 56.37988 35 -#> 9466 VR2AR-546131 -5.612700 56.37988 35 -#> 9467 VR2AR-546131 -5.612700 56.37988 35 -#> 9468 VR2AR-546131 -5.612700 56.37988 35 -#> 9469 VR2AR-546131 -5.612700 56.37988 35 -#> 9470 VR2AR-546131 -5.612700 56.37988 35 -#> 9471 VR2AR-546131 -5.612700 56.37988 35 -#> 9472 VR2AR-546131 -5.612700 56.37988 35 -#> 9473 VR2AR-546131 -5.612700 56.37988 35 -#> 9474 VR2AR-546131 -5.612700 56.37988 35 -#> 9475 VR2AR-546131 -5.612700 56.37988 35 -#> 9476 VR2AR-546131 -5.612700 56.37988 35 -#> 9477 VR2AR-546131 -5.612700 56.37988 35 -#> 9478 VR2AR-546131 -5.612700 56.37988 35 -#> 9479 VR2AR-546131 -5.612700 56.37988 35 -#> 9480 VR2AR-546131 -5.612700 56.37988 35 -#> 9481 VR2AR-546131 -5.612700 56.37988 35 -#> 9482 VR2AR-546131 -5.612700 56.37988 35 -#> 9483 VR2AR-546131 -5.612700 56.37988 35 -#> 9484 VR2AR-546131 -5.612700 56.37988 35 -#> 9485 VR2AR-546131 -5.612700 56.37988 35 -#> 9486 VR2AR-546131 -5.612700 56.37988 35 -#> 9487 VR2AR-546131 -5.612700 56.37988 35 -#> 9488 VR2AR-546131 -5.612700 56.37988 35 -#> 9489 VR2AR-546131 -5.612700 56.37988 35 -#> 9490 VR2AR-546131 -5.612700 56.37988 35 -#> 9491 VR2AR-546131 -5.612700 56.37988 35 -#> 9492 VR2AR-546131 -5.612700 56.37988 35 -#> 9493 VR2AR-546131 -5.612700 56.37988 35 -#> 9494 VR2AR-546131 -5.612700 56.37988 35 -#> 9495 VR2AR-546131 -5.612700 56.37988 35 -#> 9496 VR2AR-546131 -5.612700 56.37988 35 -#> 9497 VR2AR-546131 -5.612700 56.37988 35 -#> 9498 VR2AR-546131 -5.612700 56.37988 35 -#> 9499 VR2AR-546131 -5.612700 56.37988 35 -#> 9500 VR2AR-546131 -5.612700 56.37988 35 -#> 9501 VR2AR-546131 -5.612700 56.37988 35 -#> 9502 VR2AR-546131 -5.612700 56.37988 35 -#> 9503 VR2AR-546131 -5.612700 56.37988 35 -#> 9504 VR2AR-546131 -5.612700 56.37988 35 -#> 9505 VR2AR-546131 -5.612700 56.37988 35 -#> 9506 VR2AR-546131 -5.612700 56.37988 35 -#> 9507 VR2AR-546131 -5.612700 56.37988 35 -#> 9508 VR2AR-546131 -5.612700 56.37988 35 -#> 9509 VR2AR-546131 -5.612700 56.37988 35 -#> 9510 VR2AR-546131 -5.612700 56.37988 35 -#> 9511 VR2AR-546131 -5.612700 56.37988 35 -#> 9512 VR2AR-546131 -5.612700 56.37988 35 -#> 9513 VR2AR-546131 -5.612700 56.37988 35 -#> 9514 VR2AR-546131 -5.612700 56.37988 35 -#> 9515 VR2AR-546131 -5.612700 56.37988 35 -#> 9516 VR2AR-546131 -5.612700 56.37988 35 -#> 9517 VR2AR-546131 -5.612700 56.37988 35 -#> 9518 VR2AR-546131 -5.612700 56.37988 35 -#> 9519 VR2AR-546131 -5.612700 56.37988 35 -#> 9520 VR2AR-546131 -5.612700 56.37988 35 -#> 9521 VR2AR-546131 -5.612700 56.37988 35 -#> 9522 VR2AR-546131 -5.612700 56.37988 35 -#> 9523 VR2AR-546131 -5.612700 56.37988 35 -#> 9524 VR2AR-546131 -5.612700 56.37988 35 -#> 9525 VR2AR-546131 -5.612700 56.37988 35 -#> 9526 VR2AR-546131 -5.612700 56.37988 35 -#> 9527 VR2AR-546131 -5.612700 56.37988 35 -#> 9528 VR2AR-546131 -5.612700 56.37988 35 -#> 9529 VR2AR-546131 -5.612700 56.37988 35 -#> 9530 VR2AR-546131 -5.612700 56.37988 35 -#> 9531 VR2AR-546131 -5.612700 56.37988 35 -#> 9532 VR2AR-546131 -5.612700 56.37988 35 -#> 9533 VR2AR-546131 -5.612700 56.37988 35 -#> 9534 VR2AR-546131 -5.612700 56.37988 35 -#> 9535 VR2AR-546131 -5.612700 56.37988 35 -#> 9536 VR2AR-546131 -5.612700 56.37988 35 -#> 9537 VR2AR-546131 -5.612700 56.37988 35 -#> 9538 VR2AR-546131 -5.612700 56.37988 35 -#> 9539 VR2AR-546131 -5.612700 56.37988 35 -#> 9540 VR2AR-546131 -5.612700 56.37988 35 -#> 9541 VR2AR-546131 -5.612700 56.37988 35 -#> 9542 VR2AR-546131 -5.612700 56.37988 35 -#> 9543 VR2AR-546131 -5.612700 56.37988 35 -#> 9544 VR2AR-546131 -5.612700 56.37988 35 -#> 9545 VR2AR-546131 -5.612700 56.37988 35 -#> 9546 VR2AR-546131 -5.612700 56.37988 35 -#> 9547 VR2AR-546131 -5.612700 56.37988 35 -#> 9548 VR2AR-546131 -5.612700 56.37988 35 -#> 9549 VR2AR-546131 -5.612700 56.37988 35 -#> 9550 VR2AR-546131 -5.612700 56.37988 35 -#> 9551 VR2AR-546131 -5.612700 56.37988 35 -#> 9552 VR2AR-546131 -5.612700 56.37988 35 -#> 9553 VR2AR-546131 -5.612700 56.37988 35 -#> 9554 VR2AR-546131 -5.612700 56.37988 35 -#> 9555 VR2AR-546131 -5.612700 56.37988 35 -#> 9556 VR2AR-546131 -5.612700 56.37988 35 -#> 9557 VR2AR-546131 -5.612700 56.37988 35 -#> 9558 VR2AR-546131 -5.612700 56.37988 35 -#> 9559 VR2AR-546131 -5.612700 56.37988 35 -#> 9560 VR2AR-546131 -5.612700 56.37988 35 -#> 9561 VR2AR-546131 -5.612700 56.37988 35 -#> 9562 VR2AR-546131 -5.612700 56.37988 35 -#> 9563 VR2AR-546131 -5.612700 56.37988 35 -#> 9564 VR2AR-546131 -5.612700 56.37988 35 -#> 9565 VR2AR-546131 -5.612700 56.37988 35 -#> 9566 VR2AR-546131 -5.612700 56.37988 35 -#> 9567 VR2AR-546131 -5.612700 56.37988 35 -#> 9568 VR2AR-546131 -5.612700 56.37988 35 -#> 9569 VR2AR-546131 -5.612700 56.37988 35 -#> 9570 VR2AR-546131 -5.612700 56.37988 35 -#> 9571 VR2AR-546131 -5.612700 56.37988 35 -#> 9572 VR2AR-546131 -5.612700 56.37988 35 -#> 9573 VR2AR-546131 -5.612700 56.37988 35 -#> 9574 VR2AR-546131 -5.612700 56.37988 35 -#> 9575 VR2AR-546131 -5.612700 56.37988 35 -#> 9576 VR2AR-546131 -5.612700 56.37988 35 -#> 9577 VR2AR-546131 -5.612700 56.37988 35 -#> 9578 VR2AR-546131 -5.612700 56.37988 35 -#> 9579 VR2AR-546131 -5.612700 56.37988 35 -#> 9580 VR2AR-546131 -5.612700 56.37988 35 -#> 9581 VR2AR-546131 -5.612700 56.37988 35 -#> 9582 VR2AR-546131 -5.612700 56.37988 35 -#> 9583 VR2AR-546131 -5.612700 56.37988 35 -#> 9584 VR2AR-546131 -5.612700 56.37988 35 -#> 9585 VR2AR-546131 -5.612700 56.37988 35 -#> 9586 VR2AR-546131 -5.612700 56.37988 35 -#> 9587 VR2AR-546131 -5.612700 56.37988 35 -#> 9588 VR2AR-546131 -5.612700 56.37988 35 -#> 9589 VR2AR-546131 -5.612700 56.37988 35 -#> 9590 VR2AR-546131 -5.612700 56.37988 35 -#> 9591 VR2AR-546131 -5.612700 56.37988 35 -#> 9592 VR2AR-546131 -5.612700 56.37988 35 -#> 9593 VR2AR-546131 -5.612700 56.37988 35 -#> 9594 VR2AR-546131 -5.612700 56.37988 35 -#> 9595 VR2AR-546131 -5.612700 56.37988 35 -#> 9596 VR2AR-546131 -5.612700 56.37988 35 -#> 9597 VR2AR-546131 -5.612700 56.37988 35 -#> 9598 VR2AR-546131 -5.612700 56.37988 35 -#> 9599 VR2AR-546131 -5.612700 56.37988 35 -#> 9600 VR2AR-546131 -5.612700 56.37988 35 -#> 9601 VR2AR-546131 -5.612700 56.37988 35 -#> 9602 VR2AR-546131 -5.612700 56.37988 35 -#> 9603 VR2AR-546131 -5.612700 56.37988 35 -#> 9604 VR2AR-546131 -5.612700 56.37988 35 -#> 9605 VR2AR-546131 -5.612700 56.37988 35 -#> 9606 VR2AR-546131 -5.612700 56.37988 35 -#> 9607 VR2AR-546131 -5.612700 56.37988 35 -#> 9608 VR2AR-546131 -5.612700 56.37988 35 -#> 9609 VR2AR-546131 -5.612700 56.37988 35 -#> 9610 VR2AR-546131 -5.612700 56.37988 35 -#> 9611 VR2AR-546131 -5.612700 56.37988 35 -#> 9612 VR2AR-546131 -5.612700 56.37988 35 -#> 9613 VR2AR-546131 -5.612700 56.37988 35 -#> 9614 VR2AR-546131 -5.612700 56.37988 35 -#> 9615 VR2AR-546131 -5.612700 56.37988 35 -#> 9616 VR2AR-546131 -5.612700 56.37988 35 -#> 9617 VR2AR-546131 -5.612700 56.37988 35 -#> 9618 VR2AR-546131 -5.612700 56.37988 35 -#> 9619 VR2AR-546131 -5.612700 56.37988 35 -#> 9620 VR2AR-546131 -5.612700 56.37988 35 -#> 9621 VR2AR-546131 -5.612700 56.37988 35 -#> 9622 VR2AR-546131 -5.612700 56.37988 35 -#> 9623 VR2AR-546131 -5.612700 56.37988 35 -#> 9624 VR2AR-546131 -5.612700 56.37988 35 -#> 9625 VR2AR-546131 -5.612700 56.37988 35 -#> 9626 VR2AR-546131 -5.612700 56.37988 35 -#> 9627 VR2AR-546131 -5.612700 56.37988 35 -#> 9628 VR2AR-546131 -5.612700 56.37988 35 -#> 9629 VR2AR-546131 -5.612700 56.37988 35 -#> 9630 VR2AR-546131 -5.612700 56.37988 35 -#> 9631 VR2AR-546131 -5.612700 56.37988 35 -#> 9632 VR2AR-546131 -5.612700 56.37988 35 -#> 9633 VR2AR-546131 -5.612700 56.37988 35 -#> 9634 VR2AR-546131 -5.612700 56.37988 35 -#> 9635 VR2AR-546131 -5.612700 56.37988 35 -#> 9636 VR2AR-546131 -5.612700 56.37988 35 -#> 9637 VR2AR-546131 -5.612700 56.37988 35 -#> 9638 VR2AR-546131 -5.612700 56.37988 35 -#> 9639 VR2AR-546131 -5.612700 56.37988 35 -#> 9640 VR2AR-546131 -5.612700 56.37988 35 -#> 9641 VR2AR-546131 -5.612700 56.37988 35 -#> 9642 VR2AR-546131 -5.612700 56.37988 35 -#> 9643 VR2AR-546131 -5.612700 56.37988 35 -#> 9644 VR2AR-546131 -5.612700 56.37988 35 -#> 9645 VR2AR-546131 -5.612700 56.37988 35 -#> 9646 VR2AR-546131 -5.612700 56.37988 35 -#> 9647 VR2AR-546131 -5.612700 56.37988 35 -#> 9648 VR2AR-546131 -5.612700 56.37988 35 -#> 9649 VR2AR-546131 -5.612700 56.37988 35 -#> 9650 VR2AR-546131 -5.612700 56.37988 35 -#> 9651 VR2AR-546131 -5.612700 56.37988 35 -#> 9652 VR2AR-546131 -5.612700 56.37988 35 -#> 9653 VR2AR-546131 -5.612700 56.37988 35 -#> 9654 VR2AR-546131 -5.612700 56.37988 35 -#> 9655 VR2AR-546131 -5.612700 56.37988 35 -#> 9656 VR2AR-546131 -5.612700 56.37988 35 -#> 9657 VR2AR-546131 -5.612700 56.37988 35 -#> 9658 VR2AR-546131 -5.612700 56.37988 35 -#> 9659 VR2AR-546131 -5.612700 56.37988 35 -#> 9660 VR2AR-546131 -5.612700 56.37988 35 -#> 9661 VR2AR-546131 -5.612700 56.37988 35 -#> 9662 VR2AR-546131 -5.612700 56.37988 35 -#> 9663 VR2AR-546131 -5.612700 56.37988 35 -#> 9664 VR2AR-546131 -5.612700 56.37988 35 -#> 9665 VR2AR-546131 -5.612700 56.37988 35 -#> 9666 VR2AR-546131 -5.612700 56.37988 35 -#> 9667 VR2AR-546131 -5.612700 56.37988 35 -#> 9668 VR2AR-546131 -5.612700 56.37988 35 -#> 9669 VR2AR-546131 -5.612700 56.37988 35 -#> 9670 VR2AR-546131 -5.612700 56.37988 35 -#> 9671 VR2AR-546131 -5.612700 56.37988 35 -#> 9672 VR2AR-546131 -5.612700 56.37988 35 -#> 9673 VR2AR-546131 -5.612700 56.37988 35 -#> 9674 VR2AR-546131 -5.612700 56.37988 35 -#> 9675 VR2AR-546131 -5.612700 56.37988 35 -#> 9676 VR2AR-546131 -5.612700 56.37988 35 -#> 9677 VR2AR-546131 -5.612700 56.37988 35 -#> 9678 VR2AR-546131 -5.612700 56.37988 35 -#> 9679 VR2AR-546131 -5.612700 56.37988 35 -#> 9680 VR2AR-546131 -5.612700 56.37988 35 -#> 9681 VR2AR-546131 -5.612700 56.37988 35 -#> 9682 VR2AR-546131 -5.612700 56.37988 35 -#> 9683 VR2AR-546131 -5.612700 56.37988 35 -#> 9684 VR2AR-546131 -5.612700 56.37988 35 -#> 9685 VR2AR-546131 -5.612700 56.37988 35 -#> 9686 VR2AR-546131 -5.612700 56.37988 35 -#> 9687 VR2AR-546131 -5.612700 56.37988 35 -#> 9688 VR2AR-546131 -5.612700 56.37988 35 -#> 9689 VR2AR-546584 -5.604973 56.37774 30 -#> 9690 VR2AR-546131 -5.612700 56.37988 35 -#> 9691 VR2AR-546584 -5.604973 56.37774 30 -#> 9692 VR2AR-546131 -5.612700 56.37988 35 -#> 9693 VR2AR-546131 -5.612700 56.37988 35 -#> 9694 VR2AR-546584 -5.604973 56.37774 30 -#> 9695 VR2AR-546131 -5.612700 56.37988 35 -#> 9696 VR2AR-546584 -5.604973 56.37774 30 -#> 9697 VR2AR-546131 -5.612700 56.37988 35 -#> 9698 VR2AR-546131 -5.612700 56.37988 35 -#> 9699 VR2AR-546584 -5.604973 56.37774 30 -#> 9700 VR2AR-546131 -5.612700 56.37988 35 -#> 9701 VR2AR-546584 -5.604973 56.37774 30 -#> 9702 VR2AR-546584 -5.604973 56.37774 30 -#> 9703 VR2AR-546131 -5.612700 56.37988 35 -#> 9704 VR2AR-546584 -5.604973 56.37774 30 -#> 9705 VR2AR-546584 -5.604973 56.37774 30 -#> 9706 VR2AR-546584 -5.604973 56.37774 30 -#> 9707 VR2AR-546131 -5.612700 56.37988 35 -#> 9708 VR2AR-546131 -5.612700 56.37988 35 -#> 9709 VR2AR-546584 -5.604973 56.37774 30 -#> 9710 VR2AR-546584 -5.604973 56.37774 30 -#> 9711 VR2AR-546131 -5.612700 56.37988 35 -#> 9712 VR2AR-546584 -5.604973 56.37774 30 -#> 9713 VR2AR-546584 -5.604973 56.37774 30 -#> 9714 VR2AR-546584 -5.604973 56.37774 30 -#> 9715 VR2AR-546584 -5.604973 56.37774 30 -#> 9716 VR2AR-546584 -5.604973 56.37774 30 -#> 9717 VR2AR-546584 -5.604973 56.37774 30 -#> 9718 VR2AR-546131 -5.612700 56.37988 35 -#> 9719 VR2AR-546584 -5.604973 56.37774 30 -#> 9720 VR2AR-546584 -5.604973 56.37774 30 -#> 9721 VR2AR-546131 -5.612700 56.37988 35 -#> 9722 VR2AR-546584 -5.604973 56.37774 30 -#> 9723 VR2AR-546131 -5.612700 56.37988 35 -#> 9724 VR2AR-546131 -5.612700 56.37988 35 -#> 9725 VR2AR-546131 -5.612700 56.37988 35 -#> 9726 VR2AR-546131 -5.612700 56.37988 35 -#> 9727 VR2AR-546131 -5.612700 56.37988 35 -#> 9728 VR2AR-546131 -5.612700 56.37988 35 -#> 9729 VR2AR-546131 -5.612700 56.37988 35 -#> 9730 VR2AR-546584 -5.604973 56.37774 30 -#> 9731 VR2AR-546131 -5.612700 56.37988 35 -#> 9732 VR2AR-546584 -5.604973 56.37774 30 -#> 9733 VR2AR-546131 -5.612700 56.37988 35 -#> 9734 VR2AR-546131 -5.612700 56.37988 35 -#> 9735 VR2AR-546131 -5.612700 56.37988 35 -#> 9736 VR2AR-546131 -5.612700 56.37988 35 -#> 9737 VR2AR-546131 -5.612700 56.37988 35 -#> 9738 VR2AR-546131 -5.612700 56.37988 35 -#> 9739 VR2AR-546131 -5.612700 56.37988 35 -#> 9740 VR2AR-546131 -5.612700 56.37988 35 -#> 9741 VR2AR-546131 -5.612700 56.37988 35 -#> 9742 VR2AR-546131 -5.612700 56.37988 35 -#> 9743 VR2AR-546131 -5.612700 56.37988 35 -#> 9744 VR2AR-546131 -5.612700 56.37988 35 -#> 9745 VR2AR-546131 -5.612700 56.37988 35 -#> 9746 VR2AR-546131 -5.612700 56.37988 35 -#> 9747 VR2AR-546131 -5.612700 56.37988 35 -#> 9748 VR2AR-546131 -5.612700 56.37988 35 -#> 9749 VR2AR-546131 -5.612700 56.37988 35 -#> 9750 VR2AR-546380 -5.637917 56.44800 25 -#> 9751 VR2AR-546380 -5.637917 56.44800 25 -#> 9752 VR2AR-546380 -5.637917 56.44800 25 -#> 9753 VR2AR-546136 -5.626250 56.44810 75 -#> 9754 VR2AR-546136 -5.626250 56.44810 75 -#> 9755 VR2AR-546380 -5.637917 56.44800 25 -#> 9756 VR2AR-546380 -5.637917 56.44800 25 -#> 9757 VR2AR-546380 -5.637917 56.44800 25 -#> 9758 VR2AR-546380 -5.637917 56.44800 25 -#> 9759 VR2AR-546380 -5.637917 56.44800 25 -#> 9760 VR2AR-546380 -5.637917 56.44800 25 -#> 9761 VR2AR-546380 -5.637917 56.44800 25 -#> 9762 VR2AR-546380 -5.637917 56.44800 25 -#> 9763 VR2AR-546380 -5.637917 56.44800 25 -#> 9764 VR2AR-546380 -5.637917 56.44800 25 -#> 9765 VR2AR-546380 -5.637917 56.44800 25 -#> 9766 VR2AR-546380 -5.637917 56.44800 25 -#> 9767 VR2AR-546380 -5.637917 56.44800 25 -#> 9768 VR2AR-546380 -5.637917 56.44800 25 -#> 9769 VR2AR-546380 -5.637917 56.44800 25 -#> 9770 VR2AR-546380 -5.637917 56.44800 25 -#> 9771 VR2AR-546380 -5.637917 56.44800 25 -#> 9772 VR2AR-546380 -5.637917 56.44800 25 -#> 9773 VR2AR-546380 -5.637917 56.44800 25 -#> 9774 VR2AR-546380 -5.637917 56.44800 25 -#> 9775 VR2AR-546380 -5.637917 56.44800 25 -#> 9776 VR2AR-546380 -5.637917 56.44800 25 -#> 9777 VR2AR-546134 -5.643867 56.38278 145 -#> 9778 VR2AR-546134 -5.643867 56.38278 145 -#> 9779 VR2AR-546134 -5.643867 56.38278 145 -#> 9780 VR2AR-546134 -5.643867 56.38278 145 -#> 9781 VR2AR-546134 -5.643867 56.38278 145 -#> 9782 VR2AR-546134 -5.643867 56.38278 145 -#> 9783 VR2AR-546134 -5.643867 56.38278 145 -#> 9784 VR2AR-546134 -5.643867 56.38278 145 -#> 9785 VR2AR-546134 -5.643867 56.38278 145 -#> 9786 VR2AR-546134 -5.643867 56.38278 145 -#> 9787 VR2AR-546134 -5.643867 56.38278 145 -#> 9788 VR2AR-546134 -5.643867 56.38278 145 -#> 9789 VR2AR-546134 -5.643867 56.38278 145 -#> 9790 VR2AR-546134 -5.643867 56.38278 145 -#> 9791 VR2AR-546131 -5.612700 56.37988 35 -#> 9792 VR2AR-546131 -5.612700 56.37988 35 -#> 9793 VR2AR-546131 -5.612700 56.37988 35 -#> 9794 VR2AR-546131 -5.612700 56.37988 35 -#> 9795 VR2AR-546131 -5.612700 56.37988 35 -#> 9796 VR2AR-546131 -5.612700 56.37988 35 -#> 9797 VR2AR-546131 -5.612700 56.37988 35 -#> 9798 VR2AR-546131 -5.612700 56.37988 35 -#> 9799 VR2AR-546131 -5.612700 56.37988 35 -#> 9800 VR2AR-546131 -5.612700 56.37988 35 -#> 9801 VR2AR-546131 -5.612700 56.37988 35 -#> 9802 VR2AR-546131 -5.612700 56.37988 35 -#> 9803 VR2AR-546131 -5.612700 56.37988 35 -#> 9804 VR2AR-546131 -5.612700 56.37988 35 -#> 9805 VR2AR-546131 -5.612700 56.37988 35 -#> 9806 VR2AR-546131 -5.612700 56.37988 35 -#> 9807 VR2AR-546131 -5.612700 56.37988 35 -#> 9808 VR2AR-546131 -5.612700 56.37988 35 -#> 9809 VR2AR-546131 -5.612700 56.37988 35 -#> 9810 VR2AR-546131 -5.612700 56.37988 35 -#> 9811 VR2AR-546131 -5.612700 56.37988 35 -#> 9812 VR2AR-546131 -5.612700 56.37988 35 -#> 9813 VR2AR-546131 -5.612700 56.37988 35 -#> 9814 VR2AR-546131 -5.612700 56.37988 35 -#> 9815 VR2AR-546131 -5.612700 56.37988 35 -#> 9816 VR2AR-546131 -5.612700 56.37988 35 -#> 9817 VR2AR-546131 -5.612700 56.37988 35 -#> 9818 VR2AR-546131 -5.612700 56.37988 35 -#> 9819 VR2AR-546131 -5.612700 56.37988 35 -#> 9820 VR2AR-546131 -5.612700 56.37988 35 -#> 9821 VR2AR-546131 -5.612700 56.37988 35 -#> 9822 VR2AR-546131 -5.612700 56.37988 35 -#> 9823 VR2AR-546131 -5.612700 56.37988 35 -#> 9824 VR2AR-546131 -5.612700 56.37988 35 -#> 9825 VR2AR-546131 -5.612700 56.37988 35 -#> 9826 VR2AR-546131 -5.612700 56.37988 35 -#> 9827 VR2AR-546131 -5.612700 56.37988 35 -#> 9828 VR2AR-546131 -5.612700 56.37988 35 -#> 9829 VR2AR-546131 -5.612700 56.37988 35 -#> 9830 VR2AR-546131 -5.612700 56.37988 35 -#> 9831 VR2AR-546131 -5.612700 56.37988 35 -#> 9832 VR2AR-546131 -5.612700 56.37988 35 -#> 9833 VR2AR-546131 -5.612700 56.37988 35 -#> 9834 VR2AR-546131 -5.612700 56.37988 35 -#> 9835 VR2AR-546131 -5.612700 56.37988 35 -#> 9836 VR2AR-546131 -5.612700 56.37988 35 -#> 9837 VR2AR-546131 -5.612700 56.37988 35 -#> 9838 VR2AR-546131 -5.612700 56.37988 35 -#> 9839 VR2AR-546131 -5.612700 56.37988 35 -#> 9840 VR2AR-546131 -5.612700 56.37988 35 -#> 9841 VR2AR-546131 -5.612700 56.37988 35 -#> 9842 VR2AR-546131 -5.612700 56.37988 35 -#> 9843 VR2AR-546131 -5.612700 56.37988 35 -#> 9844 VR2AR-546131 -5.612700 56.37988 35 -#> 9845 VR2AR-546131 -5.612700 56.37988 35 -#> 9846 VR2AR-546131 -5.612700 56.37988 35 -#> 9847 VR2AR-546131 -5.612700 56.37988 35 -#> 9848 VR2AR-546131 -5.612700 56.37988 35 -#> 9849 VR2AR-546131 -5.612700 56.37988 35 -#> 9850 VR2AR-546131 -5.612700 56.37988 35 -#> 9851 VR2AR-546131 -5.612700 56.37988 35 -#> 9852 VR2AR-546131 -5.612700 56.37988 35 -#> 9853 VR2AR-546131 -5.612700 56.37988 35 -#> 9854 VR2AR-546131 -5.612700 56.37988 35 -#> 9855 VR2AR-546131 -5.612700 56.37988 35 -#> 9856 VR2AR-546131 -5.612700 56.37988 35 -#> 9857 VR2AR-546131 -5.612700 56.37988 35 -#> 9858 VR2AR-546131 -5.612700 56.37988 35 -#> 9859 VR2AR-546131 -5.612700 56.37988 35 -#> 9860 VR2AR-546131 -5.612700 56.37988 35 -#> 9861 VR2AR-546131 -5.612700 56.37988 35 -#> 9862 VR2AR-546131 -5.612700 56.37988 35 -#> 9863 VR2AR-546131 -5.612700 56.37988 35 -#> 9864 VR2AR-546131 -5.612700 56.37988 35 -#> 9865 VR2AR-546131 -5.612700 56.37988 35 -#> 9866 VR2AR-546131 -5.612700 56.37988 35 -#> 9867 VR2AR-546131 -5.612700 56.37988 35 -#> 9868 VR2AR-546131 -5.612700 56.37988 35 -#> 9869 VR2AR-546131 -5.612700 56.37988 35 -#> 9870 VR2AR-546131 -5.612700 56.37988 35 -#> 9871 VR2AR-546131 -5.612700 56.37988 35 -#> 9872 VR2AR-546131 -5.612700 56.37988 35 -#> 9873 VR2AR-546131 -5.612700 56.37988 35 -#> 9874 VR2AR-546131 -5.612700 56.37988 35 -#> 9875 VR2AR-546131 -5.612700 56.37988 35 -#> 9876 VR2AR-546131 -5.612700 56.37988 35 -#> 9877 VR2AR-546131 -5.612700 56.37988 35 -#> 9878 VR2AR-546131 -5.612700 56.37988 35 -#> 9879 VR2AR-546131 -5.612700 56.37988 35 -#> 9880 VR2AR-546131 -5.612700 56.37988 35 -#> 9881 VR2AR-546131 -5.612700 56.37988 35 -#> 9882 VR2AR-546131 -5.612700 56.37988 35 -#> 9883 VR2AR-546131 -5.612700 56.37988 35 -#> 9884 VR2AR-546131 -5.612700 56.37988 35 -#> 9885 VR2AR-546131 -5.612700 56.37988 35 -#> 9886 VR2AR-546131 -5.612700 56.37988 35 -#> 9887 VR2AR-546131 -5.612700 56.37988 35 -#> 9888 VR2AR-546131 -5.612700 56.37988 35 -#> 9889 VR2AR-546131 -5.612700 56.37988 35 -#> 9890 VR2AR-546131 -5.612700 56.37988 35 -#> 9891 VR2AR-546131 -5.612700 56.37988 35 -#> 9892 VR2AR-546131 -5.612700 56.37988 35 -#> 9893 VR2AR-546131 -5.612700 56.37988 35 -#> 9894 VR2AR-546584 -5.604973 56.37774 30 -#> 9895 VR2AR-546131 -5.612700 56.37988 35 -#> 9896 VR2AR-546131 -5.612700 56.37988 35 -#> 9897 VR2AR-546131 -5.612700 56.37988 35 -#> 9898 VR2AR-546131 -5.612700 56.37988 35 -#> 9899 VR2AR-546131 -5.612700 56.37988 35 -#> 9900 VR2AR-546131 -5.612700 56.37988 35 -#> 9901 VR2AR-546131 -5.612700 56.37988 35 -#> 9902 VR2AR-546584 -5.604973 56.37774 30 -#> 9903 VR2AR-546131 -5.612700 56.37988 35 -#> 9904 VR2AR-546131 -5.612700 56.37988 35 -#> 9905 VR2AR-546584 -5.604973 56.37774 30 -#> 9906 VR2AR-546131 -5.612700 56.37988 35 -#> 9907 VR2AR-546131 -5.612700 56.37988 35 -#> 9908 VR2AR-546131 -5.612700 56.37988 35 -#> 9909 VR2AR-546584 -5.604973 56.37774 30 -#> 9910 VR2AR-546131 -5.612700 56.37988 35 -#> 9911 VR2AR-546131 -5.612700 56.37988 35 -#> 9912 VR2AR-546584 -5.604973 56.37774 30 -#> 9913 VR2AR-546584 -5.604973 56.37774 30 -#> 9914 VR2AR-546131 -5.612700 56.37988 35 -#> 9915 VR2AR-546584 -5.604973 56.37774 30 -#> 9916 VR2AR-546131 -5.612700 56.37988 35 -#> 9917 VR2AR-546131 -5.612700 56.37988 35 -#> 9918 VR2AR-546131 -5.612700 56.37988 35 -#> 9919 VR2AR-546131 -5.612700 56.37988 35 -#> 9920 VR2AR-546131 -5.612700 56.37988 35 -#> 9921 VR2AR-546131 -5.612700 56.37988 35 -#> 9922 VR2AR-546131 -5.612700 56.37988 35 -#> 9923 VR2AR-546134 -5.643867 56.38278 145 -#> 9924 VR2AR-546134 -5.643867 56.38278 145 -#> 9925 VR2AR-546134 -5.643867 56.38278 145 -#> 9926 VR2AR-546134 -5.643867 56.38278 145 -#> 9927 VR2AR-546134 -5.643867 56.38278 145 -#> 9928 VR2AR-546134 -5.643867 56.38278 145 -#> 9929 VR2AR-546134 -5.643867 56.38278 145 -#> 9930 VR2AR-546134 -5.643867 56.38278 145 -#> 9931 VR2AR-546134 -5.643867 56.38278 145 -#> 9932 VR2AR-546134 -5.643867 56.38278 145 -#> 9933 VR2AR-546134 -5.643867 56.38278 145 -#> 9934 VR2AR-546134 -5.643867 56.38278 145 -#> 9935 VR2AR-546134 -5.643867 56.38278 145 -#> 9936 VR2AR-546134 -5.643867 56.38278 145 -#> 9937 VR2AR-546135 -5.657067 56.38803 85 -#> 9938 VR2AR-546135 -5.657067 56.38803 85 -#> 9939 VR2AR-546135 -5.657067 56.38803 85 -#> 9940 VR2AR-546135 -5.657067 56.38803 85 -#> 9941 VR2AR-546587 -5.661620 56.39041 15 -#> 9942 VR2AR-546135 -5.657067 56.38803 85 -#> 9943 VR2AR-546587 -5.661620 56.39041 15 -#> 9944 VR2AR-546135 -5.657067 56.38803 85 -#> 9945 VR2AR-546587 -5.661620 56.39041 15 -#> 9946 VR2AR-546587 -5.661620 56.39041 15 -#> 9947 VR2AR-546587 -5.661620 56.39041 15 -#> 9948 VR2AR-546587 -5.661620 56.39041 15 -#> 9949 VR2AR-546587 -5.661620 56.39041 15 -#> 9950 VR2AR-546587 -5.661620 56.39041 15 -#> 9951 VR2AR-546587 -5.661620 56.39041 15 -#> 9952 VR2AR-546587 -5.661620 56.39041 15 -#> 9953 VR2AR-546587 -5.661620 56.39041 15 -#> 9954 VR2AR-546587 -5.661620 56.39041 15 -#> 9955 VR2AR-546587 -5.661620 56.39041 15 -#> 9956 VR2AR-546587 -5.661620 56.39041 15 -#> 9957 VR2AR-546135 -5.657067 56.38803 85 -#> 9958 VR2AR-546587 -5.661620 56.39041 15 -#> 9959 VR2AR-546587 -5.661620 56.39041 15 -#> 9960 VR2AR-546587 -5.661620 56.39041 15 -#> 9961 VR2AR-546587 -5.661620 56.39041 15 -#> 9962 VR2AR-546135 -5.657067 56.38803 85 -#> 9963 VR2AR-546587 -5.661620 56.39041 15 -#> 9964 VR2AR-546587 -5.661620 56.39041 15 -#> 9965 VR2AR-546135 -5.657067 56.38803 85 -#> 9966 VR2AR-546587 -5.661620 56.39041 15 -#> 9967 VR2AR-546131 -5.612700 56.37988 35 -#> 9968 VR2AR-546131 -5.612700 56.37988 35 -#> 9969 VR2AR-546131 -5.612700 56.37988 35 -#> 9970 VR2AR-546131 -5.612700 56.37988 35 -#> 9971 VR2AR-546131 -5.612700 56.37988 35 -#> 9972 VR2AR-546131 -5.612700 56.37988 35 -#> 9973 VR2AR-546131 -5.612700 56.37988 35 -#> 9974 VR2AR-546131 -5.612700 56.37988 35 -#> 9975 VR2AR-546131 -5.612700 56.37988 35 -#> 9976 VR2AR-546131 -5.612700 56.37988 35 -#> 9977 VR2AR-546131 -5.612700 56.37988 35 -#> 9978 VR2AR-546131 -5.612700 56.37988 35 -#> 9979 VR2AR-546131 -5.612700 56.37988 35 -#> 9980 VR2AR-546131 -5.612700 56.37988 35 -#> 9981 VR2AR-546131 -5.612700 56.37988 35 -#> 9982 VR2AR-546131 -5.612700 56.37988 35 -#> 9983 VR2AR-546131 -5.612700 56.37988 35 -#> 9984 VR2AR-546131 -5.612700 56.37988 35 -#> 9985 VR2AR-546131 -5.612700 56.37988 35 -#> 9986 VR2AR-546131 -5.612700 56.37988 35 -#> 9987 VR2AR-546131 -5.612700 56.37988 35 -#> 9988 VR2AR-546131 -5.612700 56.37988 35 -#> 9989 VR2AR-546131 -5.612700 56.37988 35 -#> 9990 VR2AR-546131 -5.612700 56.37988 35 -#> 9991 VR2AR-546131 -5.612700 56.37988 35 -#> 9992 VR2AR-546131 -5.612700 56.37988 35 -#> 9993 VR2AR-546131 -5.612700 56.37988 35 -#> 9994 VR2AR-546131 -5.612700 56.37988 35 -#> 9995 VR2AR-546131 -5.612700 56.37988 35 -#> 9996 VR2AR-546131 -5.612700 56.37988 35 -#> 9997 VR2AR-546131 -5.612700 56.37988 35 -#> 9998 VR2AR-546131 -5.612700 56.37988 35 -#> 9999 VR2AR-546131 -5.612700 56.37988 35 -#> 10000 VR2AR-546131 -5.612700 56.37988 35 -#> 10001 VR2AR-546131 -5.612700 56.37988 35 -#> 10002 VR2AR-546131 -5.612700 56.37988 35 -#> 10003 VR2AR-546131 -5.612700 56.37988 35 -#> 10004 VR2AR-546131 -5.612700 56.37988 35 -#> 10005 VR2AR-546131 -5.612700 56.37988 35 -#> 10006 VR2AR-546131 -5.612700 56.37988 35 -#> 10007 VR2AR-546131 -5.612700 56.37988 35 -#> 10008 VR2AR-546131 -5.612700 56.37988 35 -#> 10009 VR2AR-546131 -5.612700 56.37988 35 -#> 10010 VR2AR-546131 -5.612700 56.37988 35 -#> 10011 VR2AR-546131 -5.612700 56.37988 35 -#> 10012 VR2AR-546131 -5.612700 56.37988 35 -#> 10013 VR2AR-546131 -5.612700 56.37988 35 -#> 10014 VR2AR-546131 -5.612700 56.37988 35 -#> 10015 VR2AR-546131 -5.612700 56.37988 35 -#> 10016 VR2AR-546131 -5.612700 56.37988 35 -#> 10017 VR2AR-546131 -5.612700 56.37988 35 -#> 10018 VR2AR-546131 -5.612700 56.37988 35 -#> 10019 VR2AR-546131 -5.612700 56.37988 35 -#> 10020 VR2AR-546131 -5.612700 56.37988 35 -#> 10021 VR2AR-546131 -5.612700 56.37988 35 -#> 10022 VR2AR-546131 -5.612700 56.37988 35 -#> 10023 VR2AR-546131 -5.612700 56.37988 35 -#> 10024 VR2AR-546131 -5.612700 56.37988 35 -#> 10025 VR2AR-546131 -5.612700 56.37988 35 -#> 10026 VR2AR-546131 -5.612700 56.37988 35 -#> 10027 VR2AR-546131 -5.612700 56.37988 35 -#> 10028 VR2AR-546380 -5.637917 56.44800 25 -#> 10029 VR2AR-546380 -5.637917 56.44800 25 -#> 10030 VR2AR-546380 -5.637917 56.44800 25 -#> 10031 VR2AR-546380 -5.637917 56.44800 25 -#> 10032 VR2AR-546380 -5.637917 56.44800 25 -#> 10033 VR2AR-546380 -5.637917 56.44800 25 -#> 10034 VR2AR-546380 -5.637917 56.44800 25 -#> 10035 VR2AR-546380 -5.637917 56.44800 25 -#> 10036 VR2AR-546136 -5.626250 56.44810 75 -#> 10037 VR2AR-546136 -5.626250 56.44810 75 -#> 10038 VR2AR-546136 -5.626250 56.44810 75 -#> 10039 VR2AR-546136 -5.626250 56.44810 75 -#> 10040 VR2AR-546136 -5.626250 56.44810 75 -#> 10041 VR2AR-546136 -5.626250 56.44810 75 -#> 10042 VR2AR-546133 -5.701717 56.49747 90 -#> 10043 VR2AR-546133 -5.701717 56.49747 90 -#> 10044 VR2AR-546133 -5.701717 56.49747 90 -#> 10045 VR2AR-546133 -5.701717 56.49747 90 -#> 10046 VR2AR-546133 -5.701717 56.49747 90 -#> 10047 VR2AR-546133 -5.701717 56.49747 90 -#> 10048 VR2AR-546133 -5.701717 56.49747 90 -#> 10049 VR2AR-546133 -5.701717 56.49747 90 -#> 10050 VR2AR-546133 -5.701717 56.49747 90 -#> 10051 VR2AR-546133 -5.701717 56.49747 90 -#> 10052 VR2AR-546133 -5.701717 56.49747 90 -#> 10053 VR2AR-546133 -5.701717 56.49747 90 -#> 10054 VR2AR-546133 -5.701717 56.49747 90 -#> 10055 VR2AR-546133 -5.701717 56.49747 90 -#> 10056 VR2AR-546133 -5.701717 56.49747 90 -#> 10057 VR2AR-546133 -5.701717 56.49747 90 -#> 10058 VR2AR-546133 -5.701717 56.49747 90 -#> 10059 VR2AR-546133 -5.701717 56.49747 90 -#> 10060 VR2AR-546133 -5.701717 56.49747 90 -#> 10061 VR2AR-546133 -5.701717 56.49747 90 -#> 10062 VR2AR-546133 -5.701717 56.49747 90 -#> 10063 VR2AR-546133 -5.701717 56.49747 90 -#> 10064 VR2AR-546133 -5.701717 56.49747 90 -#> 10065 VR2AR-546133 -5.701717 56.49747 90 -#> 10066 VR2AR-546133 -5.701717 56.49747 90 -#> 10067 VR2AR-546133 -5.701717 56.49747 90 -#> 10068 VR2AR-546133 -5.701717 56.49747 90 -#> 10069 VR2AR-546133 -5.701717 56.49747 90 -#> 10070 VR2AR-546133 -5.701717 56.49747 90 -#> 10071 VR2AR-546133 -5.701717 56.49747 90 -#> 10072 VR2AR-546133 -5.701717 56.49747 90 -#> 10073 VR2AR-546133 -5.701717 56.49747 90 -#> 10074 VR2AR-546133 -5.701717 56.49747 90 -#> 10075 VR2AR-546133 -5.701717 56.49747 90 -#> 10076 VR2AR-546133 -5.701717 56.49747 90 -#> 10077 VR2AR-546133 -5.701717 56.49747 90 -#> 10078 VR2AR-546133 -5.701717 56.49747 90 -#> 10079 VR2AR-546133 -5.701717 56.49747 90 -#> 10080 VR2AR-546133 -5.701717 56.49747 90 -#> 10081 VR2AR-546133 -5.701717 56.49747 90 -#> 10082 VR2AR-546133 -5.701717 56.49747 90 -#> 10083 VR2AR-546133 -5.701717 56.49747 90 -#> 10084 VR2AR-546133 -5.701717 56.49747 90 -#> 10085 VR2AR-546133 -5.701717 56.49747 90 -#> 10086 VR2AR-546133 -5.701717 56.49747 90 -#> 10087 VR2AR-546133 -5.701717 56.49747 90 -#> 10088 VR2AR-546133 -5.701717 56.49747 90 -#> 10089 VR2AR-546133 -5.701717 56.49747 90 -#> 10090 VR2AR-546586 -5.707092 56.49447 20 -#> 10091 VR2AR-546133 -5.701717 56.49747 90 -#> 10092 VR2AR-546133 -5.701717 56.49747 90 -#> 10093 VR2AR-546586 -5.707092 56.49447 20 -#> 10094 VR2AR-546133 -5.701717 56.49747 90 -#> 10095 VR2AR-546133 -5.701717 56.49747 90 -#> 10096 VR2AR-546133 -5.701717 56.49747 90 -#> 10097 VR2AR-546586 -5.707092 56.49447 20 -#> 10098 VR2AR-546133 -5.701717 56.49747 90 -#> 10099 VR2AR-546133 -5.701717 56.49747 90 -#> 10100 VR2AR-546133 -5.701717 56.49747 90 -#> 10101 VR2AR-546586 -5.707092 56.49447 20 -#> 10102 VR2AR-546586 -5.707092 56.49447 20 -#> 10103 VR2AR-546133 -5.701717 56.49747 90 -#> 10104 VR2AR-546586 -5.707092 56.49447 20 -#> 10105 VR2AR-546133 -5.701717 56.49747 90 -#> 10106 VR2AR-546133 -5.701717 56.49747 90 -#> 10107 VR2AR-546586 -5.707092 56.49447 20 -#> 10108 VR2AR-546133 -5.701717 56.49747 90 -#> 10109 VR2AR-546586 -5.707092 56.49447 20 -#> 10110 VR2AR-546586 -5.707092 56.49447 20 -#> 10111 VR2AR-546586 -5.707092 56.49447 20 -#> 10112 VR2AR-546133 -5.701717 56.49747 90 -#> 10113 VR2AR-546586 -5.707092 56.49447 20 -#> 10114 VR2AR-546586 -5.707092 56.49447 20 -#> 10115 VR2AR-546133 -5.701717 56.49747 90 -#> 10116 VR2AR-546586 -5.707092 56.49447 20 -#> 10117 VR2AR-546586 -5.707092 56.49447 20 -#> 10118 VR2AR-546133 -5.701717 56.49747 90 -#> 10119 VR2AR-546133 -5.701717 56.49747 90 -#> 10120 VR2AR-546586 -5.707092 56.49447 20 -#> 10121 VR2AR-546586 -5.707092 56.49447 20 -#> 10122 VR2AR-546133 -5.701717 56.49747 90 -#> 10123 VR2AR-546586 -5.707092 56.49447 20 -#> 10124 VR2AR-546586 -5.707092 56.49447 20 -#> 10125 VR2AR-546586 -5.707092 56.49447 20 -#> 10126 VR2AR-546586 -5.707092 56.49447 20 -#> 10127 VR2AR-546586 -5.707092 56.49447 20 -#> 10128 VR2AR-546586 -5.707092 56.49447 20 -#> 10129 VR2AR-546586 -5.707092 56.49447 20 -#> 10130 VR2AR-546586 -5.707092 56.49447 20 -#> 10131 VR2AR-546586 -5.707092 56.49447 20 -#> 10132 VR2AR-546586 -5.707092 56.49447 20 -#> 10133 VR2AR-546133 -5.701717 56.49747 90 -#> 10134 VR2AR-546586 -5.707092 56.49447 20 -#> 10135 VR2AR-546133 -5.701717 56.49747 90 -#> 10136 VR2AR-546133 -5.701717 56.49747 90 -#> 10137 VR2AR-546133 -5.701717 56.49747 90 -#> 10138 VR2AR-546133 -5.701717 56.49747 90 -#> 10139 VR2AR-546133 -5.701717 56.49747 90 -#> 10140 VR2AR-546133 -5.701717 56.49747 90 -#> 10141 VR2AR-546133 -5.701717 56.49747 90 -#> 10142 VR2AR-546133 -5.701717 56.49747 90 -#> 10143 VR2AR-546133 -5.701717 56.49747 90 -#> 10144 VR2AR-546133 -5.701717 56.49747 90 -#> 10145 VR2AR-546133 -5.701717 56.49747 90 -#> 10146 VR2AR-546133 -5.701717 56.49747 90 -#> 10147 VR2AR-546133 -5.701717 56.49747 90 -#> 10148 VR2AR-546133 -5.701717 56.49747 90 -#> 10149 VR2AR-546133 -5.701717 56.49747 90 -#> 10150 VR2AR-546133 -5.701717 56.49747 90 -#> 10151 VR2AR-546133 -5.701717 56.49747 90 -#> 10152 VR2AR-546133 -5.701717 56.49747 90 -#> 10153 VR2AR-546133 -5.701717 56.49747 90 -#> 10154 VR2AR-546133 -5.701717 56.49747 90 -#> 10155 VR2AR-546133 -5.701717 56.49747 90 -#> 10156 VR2AR-546586 -5.707092 56.49447 20 -#> 10157 VR2AR-546133 -5.701717 56.49747 90 -#> 10158 VR2AR-546133 -5.701717 56.49747 90 -#> 10159 VR2AR-546133 -5.701717 56.49747 90 -#> 10160 VR2AR-546133 -5.701717 56.49747 90 -#> 10161 VR2AR-546586 -5.707092 56.49447 20 -#> 10162 VR2AR-546586 -5.707092 56.49447 20 -#> 10163 VR2AR-546133 -5.701717 56.49747 90 -#> 10164 VR2AR-546586 -5.707092 56.49447 20 -#> 10165 VR2AR-546133 -5.701717 56.49747 90 -#> 10166 VR2AR-546133 -5.701717 56.49747 90 -#> 10167 VR2AR-546133 -5.701717 56.49747 90 -#> 10168 VR2AR-546586 -5.707092 56.49447 20 -#> 10169 VR2AR-546133 -5.701717 56.49747 90 -#> 10170 VR2AR-546133 -5.701717 56.49747 90 -#> 10171 VR2AR-546133 -5.701717 56.49747 90 -#> 10172 VR2AR-546133 -5.701717 56.49747 90 -#> 10173 VR2AR-546133 -5.701717 56.49747 90 -#> 10174 VR2AR-546133 -5.701717 56.49747 90 -#> 10175 VR2AR-546133 -5.701717 56.49747 90 -#> 10176 VR2AR-546133 -5.701717 56.49747 90 -#> 10177 VR2AR-546133 -5.701717 56.49747 90 -#> 10178 VR2AR-546133 -5.701717 56.49747 90 -#> 10179 VR2AR-546133 -5.701717 56.49747 90 -#> 10180 VR2AR-546133 -5.701717 56.49747 90 -#> 10181 VR2AR-546133 -5.701717 56.49747 90 -#> 10182 VR2AR-546133 -5.701717 56.49747 90 -#> 10183 VR2AR-546133 -5.701717 56.49747 90 -#> 10184 VR2AR-546133 -5.701717 56.49747 90 -#> 10185 VR2AR-546133 -5.701717 56.49747 90 -#> 10186 VR2AR-546133 -5.701717 56.49747 90 -#> 10187 VR2AR-546133 -5.701717 56.49747 90 -#> 10188 VR2AR-546133 -5.701717 56.49747 90 -#> 10189 VR2AR-546133 -5.701717 56.49747 90 -#> 10190 VR2AR-546133 -5.701717 56.49747 90 -#> 10191 VR2AR-546133 -5.701717 56.49747 90 -#> 10192 VR2AR-546133 -5.701717 56.49747 90 -#> 10193 VR2AR-546133 -5.701717 56.49747 90 -#> 10194 VR2AR-546133 -5.701717 56.49747 90 -#> 10195 VR2AR-546133 -5.701717 56.49747 90 -#> 10196 VR2AR-546133 -5.701717 56.49747 90 -#> 10197 VR2AR-546133 -5.701717 56.49747 90 -#> 10198 VR2AR-546133 -5.701717 56.49747 90 -#> 10199 VR2AR-546133 -5.701717 56.49747 90 -#> 10200 VR2AR-546133 -5.701717 56.49747 90 -#> 10201 VR2AR-546133 -5.701717 56.49747 90 -#> 10202 VR2AR-546133 -5.701717 56.49747 90 -#> 10203 VR2AR-546133 -5.701717 56.49747 90 -#> 10204 VR2AR-546133 -5.701717 56.49747 90 -#> 10205 VR2AR-546133 -5.701717 56.49747 90 -#> 10206 VR2AR-546133 -5.701717 56.49747 90 -#> 10207 VR2AR-546133 -5.701717 56.49747 90 -#> 10208 VR2AR-546133 -5.701717 56.49747 90 -#> 10209 VR2AR-546133 -5.701717 56.49747 90 -#> 10210 VR2AR-546133 -5.701717 56.49747 90 -#> 10211 VR2AR-546133 -5.701717 56.49747 90 -#> 10212 VR2AR-546133 -5.701717 56.49747 90 -#> 10213 VR2AR-546133 -5.701717 56.49747 90 -#> 10214 VR2AR-546133 -5.701717 56.49747 90 -#> 10215 VR2AR-546133 -5.701717 56.49747 90 -#> 10216 VR2AR-546133 -5.701717 56.49747 90 -#> 10217 VR2AR-546133 -5.701717 56.49747 90 -#> 10218 VR2AR-546133 -5.701717 56.49747 90 -#> 10219 VR2AR-546133 -5.701717 56.49747 90 -#> 10220 VR2AR-546133 -5.701717 56.49747 90 -#> 10221 VR2AR-546133 -5.701717 56.49747 90 -#> 10222 VR2AR-546133 -5.701717 56.49747 90 -#> 10223 VR2AR-546133 -5.701717 56.49747 90 -#> 10224 VR2AR-546133 -5.701717 56.49747 90 -#> 10225 VR2AR-546133 -5.701717 56.49747 90 -#> 10226 VR2AR-546133 -5.701717 56.49747 90 -#> 10227 VR2AR-546133 -5.701717 56.49747 90 -#> 10228 VR2AR-546133 -5.701717 56.49747 90 -#> 10229 VR2AR-546133 -5.701717 56.49747 90 -#> 10230 VR2AR-546133 -5.701717 56.49747 90 -#> 10231 VR2AR-546133 -5.701717 56.49747 90 -#> 10232 VR2AR-546133 -5.701717 56.49747 90 -#> 10233 VR2AR-546133 -5.701717 56.49747 90 -#> 10234 VR2AR-546133 -5.701717 56.49747 90 -#> 10235 VR2AR-546133 -5.701717 56.49747 90 -#> 10236 VR2AR-546133 -5.701717 56.49747 90 -#> 10237 VR2AR-546133 -5.701717 56.49747 90 -#> 10238 VR2AR-546133 -5.701717 56.49747 90 -#> 10239 VR2AR-546133 -5.701717 56.49747 90 -#> 10240 VR2AR-546133 -5.701717 56.49747 90 -#> 10241 VR2AR-546133 -5.701717 56.49747 90 -#> 10242 VR2AR-546133 -5.701717 56.49747 90 -#> 10243 VR2AR-546133 -5.701717 56.49747 90 -#> 10244 VR2AR-546133 -5.701717 56.49747 90 -#> 10245 VR2AR-546133 -5.701717 56.49747 90 -#> 10246 VR2AR-546133 -5.701717 56.49747 90 -#> 10247 VR2AR-546133 -5.701717 56.49747 90 -#> 10248 VR2AR-546133 -5.701717 56.49747 90 -#> 10249 VR2AR-546133 -5.701717 56.49747 90 -#> 10250 VR2AR-546133 -5.701717 56.49747 90 -#> 10251 VR2AR-546133 -5.701717 56.49747 90 -#> 10252 VR2AR-546133 -5.701717 56.49747 90 -#> 10253 VR2AR-546133 -5.701717 56.49747 90 -#> 10254 VR2AR-546133 -5.701717 56.49747 90 -#> 10255 VR2AR-546133 -5.701717 56.49747 90 -#> 10256 VR2AR-546133 -5.701717 56.49747 90 -#> 10257 VR2AR-546586 -5.707092 56.49447 20 -#> 10258 VR2AR-546133 -5.701717 56.49747 90 -#> 10259 VR2AR-546133 -5.701717 56.49747 90 -#> 10260 VR2AR-546133 -5.701717 56.49747 90 -#> 10261 VR2AR-546586 -5.707092 56.49447 20 -#> 10262 VR2AR-546133 -5.701717 56.49747 90 -#> 10263 VR2AR-546133 -5.701717 56.49747 90 -#> 10264 VR2AR-546133 -5.701717 56.49747 90 -#> 10265 VR2AR-546586 -5.707092 56.49447 20 -#> 10266 VR2AR-546133 -5.701717 56.49747 90 -#> 10267 VR2AR-546133 -5.701717 56.49747 90 -#> 10268 VR2AR-546133 -5.701717 56.49747 90 -#> 10269 VR2AR-546586 -5.707092 56.49447 20 -#> 10270 VR2AR-546133 -5.701717 56.49747 90 -#> 10271 VR2AR-546133 -5.701717 56.49747 90 -#> 10272 VR2AR-546133 -5.701717 56.49747 90 -#> 10273 VR2AR-546133 -5.701717 56.49747 90 -#> 10274 VR2AR-546133 -5.701717 56.49747 90 -#> 10275 VR2-5637 -5.692417 56.49913 25 -#> 10276 VR2-5637 -5.692417 56.49913 25 -#> 10277 VR2-5637 -5.692417 56.49913 25 -#> 10278 VR2-5637 -5.692417 56.49913 25 -#> 10279 VR2AR-546133 -5.701717 56.49747 90 -#> 10280 VR2AR-546133 -5.701717 56.49747 90 -#> 10281 VR2AR-546133 -5.701717 56.49747 90 -#> 10282 VR2AR-546133 -5.701717 56.49747 90 -#> 10283 VR2AR-546133 -5.701717 56.49747 90 -#> 10284 VR2AR-546133 -5.701717 56.49747 90 -#> 10285 VR2AR-546136 -5.626250 56.44810 75 -#> 10286 VR2AR-546136 -5.626250 56.44810 75 -#> 10287 VR2AR-546136 -5.626250 56.44810 75 -#> 10288 VR2AR-546136 -5.626250 56.44810 75 -#> 10289 VR2AR-546136 -5.626250 56.44810 75 -#> 10290 VR2AR-546136 -5.626250 56.44810 75 -#> 10291 VR2AR-546131 -5.612700 56.37988 35 -#> 10292 VR2AR-546131 -5.612700 56.37988 35 -#> 10293 VR2AR-546131 -5.612700 56.37988 35 -#> 10294 VR2AR-546131 -5.612700 56.37988 35 -#> 10295 VR2AR-546131 -5.612700 56.37988 35 -#> 10296 VR2AR-546131 -5.612700 56.37988 35 -#> 10297 VR2AR-546131 -5.612700 56.37988 35 -#> 10298 VR2AR-546131 -5.612700 56.37988 35 -#> 10299 VR2AR-546131 -5.612700 56.37988 35 -#> 10300 VR2AR-546131 -5.612700 56.37988 35 -#> 10301 VR2AR-546131 -5.612700 56.37988 35 -#> 10302 VR2AR-546131 -5.612700 56.37988 35 -#> 10303 VR2AR-546131 -5.612700 56.37988 35 -#> 10304 VR2AR-546131 -5.612700 56.37988 35 -#> 10305 VR2AR-546131 -5.612700 56.37988 35 -#> 10306 VR2AR-546131 -5.612700 56.37988 35 -#> 10307 VR2AR-546131 -5.612700 56.37988 35 -#> 10308 VR2AR-546131 -5.612700 56.37988 35 -#> 10309 VR2AR-546131 -5.612700 56.37988 35 -#> 10310 VR2AR-546131 -5.612700 56.37988 35 -#> 10311 VR2AR-546131 -5.612700 56.37988 35 -#> 10312 VR2AR-546131 -5.612700 56.37988 35 -#> 10313 VR2AR-546131 -5.612700 56.37988 35 -#> 10314 VR2AR-546131 -5.612700 56.37988 35 -#> 10315 VR2AR-546131 -5.612700 56.37988 35 -#> 10316 VR2AR-546131 -5.612700 56.37988 35 -#> 10317 VR2AR-546131 -5.612700 56.37988 35 -#> 10318 VR2AR-546131 -5.612700 56.37988 35 -#> 10319 VR2AR-546131 -5.612700 56.37988 35 -#> 10320 VR2AR-546131 -5.612700 56.37988 35 -#> 10321 VR2AR-546131 -5.612700 56.37988 35 -#> 10322 VR2AR-546131 -5.612700 56.37988 35 -#> 10323 VR2AR-546131 -5.612700 56.37988 35 -#> 10324 VR2AR-546131 -5.612700 56.37988 35 -#> 10325 VR2AR-546131 -5.612700 56.37988 35 -#> 10326 VR2AR-546131 -5.612700 56.37988 35 -#> 10327 VR2AR-546131 -5.612700 56.37988 35 -#> 10328 VR2AR-546131 -5.612700 56.37988 35 -#> 10329 VR2AR-546131 -5.612700 56.37988 35 -#> 10330 VR2AR-546131 -5.612700 56.37988 35 -#> 10331 VR2AR-546131 -5.612700 56.37988 35 -#> 10332 VR2AR-546131 -5.612700 56.37988 35 -#> 10333 VR2AR-546131 -5.612700 56.37988 35 -#> 10334 VR2AR-546131 -5.612700 56.37988 35 -#> 10335 VR2AR-546131 -5.612700 56.37988 35 -#> 10336 VR2AR-546131 -5.612700 56.37988 35 -#> 10337 VR2AR-546131 -5.612700 56.37988 35 -#> 10338 VR2AR-546131 -5.612700 56.37988 35 -#> 10339 VR2AR-546131 -5.612700 56.37988 35 -#> 10340 VR2AR-546380 -5.637917 56.44800 25 -#> 10341 VR2AR-546380 -5.637917 56.44800 25 -#> 10342 VR2AR-546136 -5.626250 56.44810 75 -#> 10343 VR2AR-546136 -5.626250 56.44810 75 -#> 10344 VR2AR-546380 -5.637917 56.44800 25 -#> 10345 VR2AR-546380 -5.637917 56.44800 25 -#> 10346 VR2AR-546134 -5.643867 56.38278 145 -#> 10347 VR2AR-546134 -5.643867 56.38278 145 -#> 10348 VR2AR-546134 -5.643867 56.38278 145 -#> 10349 VR2AR-546134 -5.643867 56.38278 145 -#> 10350 VR2AR-546134 -5.643867 56.38278 145 -#> 10351 VR2AR-546134 -5.643867 56.38278 145 -#> 10352 VR2AR-546134 -5.643867 56.38278 145 -#> 10353 VR2AR-546134 -5.643867 56.38278 145 -#> 10354 VR2AR-546134 -5.643867 56.38278 145 -#> 10355 VR2AR-546134 -5.643867 56.38278 145 -#> 10356 VR2AR-546134 -5.643867 56.38278 145 -#> 10357 VR2AR-546134 -5.643867 56.38278 145 -#> 10358 VR2AR-546134 -5.643867 56.38278 145 -#> 10359 VR2AR-546134 -5.643867 56.38278 145 -#> 10360 VR2AR-546134 -5.643867 56.38278 145 -#> 10361 VR2AR-546134 -5.643867 56.38278 145 -#> 10362 VR2AR-546134 -5.643867 56.38278 145 -#> 10363 VR2AR-546134 -5.643867 56.38278 145 -#> 10364 VR2AR-546134 -5.643867 56.38278 145 -#> 10365 VR2AR-546134 -5.643867 56.38278 145 -#> 10366 VR2AR-546134 -5.643867 56.38278 145 -#> 10367 VR2AR-546134 -5.643867 56.38278 145 -#> 10368 VR2AR-546134 -5.643867 56.38278 145 -#> 10369 VR2AR-546134 -5.643867 56.38278 145 -#> 10370 VR2AR-546134 -5.643867 56.38278 145 -#> 10371 VR2AR-546134 -5.643867 56.38278 145 -#> 10372 VR2AR-546134 -5.643867 56.38278 145 -#> 10373 VR2AR-546134 -5.643867 56.38278 145 -#> 10374 VR2AR-546134 -5.643867 56.38278 145 -#> 10375 VR2AR-546134 -5.643867 56.38278 145 -#> 10376 VR2AR-546134 -5.643867 56.38278 145 -#> 10377 VR2AR-546134 -5.643867 56.38278 145 -#> 10378 VR2AR-546134 -5.643867 56.38278 145 -#> 10379 VR2AR-546134 -5.643867 56.38278 145 -#> 10380 VR2AR-546134 -5.643867 56.38278 145 -#> 10381 VR2AR-546134 -5.643867 56.38278 145 -#> 10382 VR2AR-546134 -5.643867 56.38278 145 -#> 10383 VR2AR-546585 -5.623995 56.37436 75 -#> 10384 VR2AR-546585 -5.623995 56.37436 75 -#> 10385 VR2AR-546585 -5.623995 56.37436 75 -#> 10386 VR2AR-546585 -5.623995 56.37436 75 -#> 10387 VR2AR-546585 -5.623995 56.37436 75 -#> 10388 VR2AR-546585 -5.623995 56.37436 75 -#> 10389 VR2AR-546585 -5.623995 56.37436 75 -#> 10390 VR2AR-546585 -5.623995 56.37436 75 -#> 10391 VR2AR-546585 -5.623995 56.37436 75 -#> 10392 VR2AR-546585 -5.623995 56.37436 75 -#> 10393 VR2AR-546585 -5.623995 56.37436 75 -#> 10394 VR2AR-546585 -5.623995 56.37436 75 -#> 10395 VR2AR-546585 -5.623995 56.37436 75 -#> 10396 VR2AR-546585 -5.623995 56.37436 75 -#> 10397 VR2AR-546585 -5.623995 56.37436 75 -#> 10398 VR2AR-546585 -5.623995 56.37436 75 -#> 10399 VR2AR-546585 -5.623995 56.37436 75 -#> 10400 VR2AR-546585 -5.623995 56.37436 75 -#> 10401 VR2AR-546585 -5.623995 56.37436 75 -#> 10402 VR2AR-546585 -5.623995 56.37436 75 -#> 10403 VR2AR-546585 -5.623995 56.37436 75 -#> 10404 VR2W-108158 -5.619533 56.37413 25 -#> 10405 VR2W-108158 -5.619533 56.37413 25 -#> 10406 VR2AR-546585 -5.623995 56.37436 75 -#> 10407 VR2W-108158 -5.619533 56.37413 25 -#> 10408 VR2AR-546585 -5.623995 56.37436 75 -#> 10409 VR2AR-546585 -5.623995 56.37436 75 -#> 10410 VR2AR-546585 -5.623995 56.37436 75 -#> 10411 VR2W-108158 -5.619533 56.37413 25 -#> 10412 VR2W-108158 -5.619533 56.37413 25 -#> 10413 VR2W-108158 -5.619533 56.37413 25 -#> 10414 VR2W-108158 -5.619533 56.37413 25 -#> 10415 VR2W-108158 -5.619533 56.37413 25 -#> 10416 VR2W-108158 -5.619533 56.37413 25 -#> 10417 VR2AR-546585 -5.623995 56.37436 75 -#> 10418 VR2W-108158 -5.619533 56.37413 25 -#> 10419 VR2W-108158 -5.619533 56.37413 25 -#> 10420 VR2W-108158 -5.619533 56.37413 25 -#> 10421 VR2AR-546585 -5.623995 56.37436 75 -#> 10422 VR2W-108158 -5.619533 56.37413 25 -#> 10423 VR2W-108158 -5.619533 56.37413 25 -#> 10424 VR2W-108158 -5.619533 56.37413 25 -#> 10425 VR2W-108158 -5.619533 56.37413 25 -#> 10426 VR2W-108158 -5.619533 56.37413 25 -#> 10427 VR2W-108158 -5.619533 56.37413 25 -#> 10428 VR2AR-546585 -5.623995 56.37436 75 -#> 10429 VR2W-108158 -5.619533 56.37413 25 -#> 10430 VR2W-108158 -5.619533 56.37413 25 -#> 10431 VR2AR-546585 -5.623995 56.37436 75 -#> 10432 VR2W-108158 -5.619533 56.37413 25 -#> 10433 VR2AR-546585 -5.623995 56.37436 75 -#> 10434 VR2W-108158 -5.619533 56.37413 25 -#> 10435 VR2W-108158 -5.619533 56.37413 25 -#> 10436 VR2AR-546585 -5.623995 56.37436 75 -#> 10437 VR2W-108158 -5.619533 56.37413 25 -#> 10438 VR2W-108158 -5.619533 56.37413 25 -#> 10439 VR2W-108158 -5.619533 56.37413 25 -#> 10440 VR2AR-546585 -5.623995 56.37436 75 -#> 10441 VR2W-108158 -5.619533 56.37413 25 -#> 10442 VR2AR-546585 -5.623995 56.37436 75 -#> 10443 VR2W-108158 -5.619533 56.37413 25 -#> 10444 VR2AR-546585 -5.623995 56.37436 75 -#> 10445 VR2W-108158 -5.619533 56.37413 25 -#> 10446 VR2AR-546585 -5.623995 56.37436 75 -#> 10447 VR2W-108158 -5.619533 56.37413 25 -#> 10448 VR2W-108158 -5.619533 56.37413 25 -#> 10449 VR2AR-546585 -5.623995 56.37436 75 -#> 10450 VR2AR-546585 -5.623995 56.37436 75 -#> 10451 VR2AR-546585 -5.623995 56.37436 75 -#> 10452 VR2AR-546585 -5.623995 56.37436 75 -#> 10453 VR2AR-546585 -5.623995 56.37436 75 -#> 10454 VR2AR-546585 -5.623995 56.37436 75 -#> 10455 VR2W-108158 -5.619533 56.37413 25 -#> 10456 VR2AR-546131 -5.612700 56.37988 35 -#> 10457 VR2AR-546131 -5.612700 56.37988 35 -#> 10458 VR2AR-546131 -5.612700 56.37988 35 -#> 10459 VR2AR-546131 -5.612700 56.37988 35 -#> 10460 VR2AR-546131 -5.612700 56.37988 35 -#> 10461 VR2AR-546131 -5.612700 56.37988 35 -#> 10462 VR2AR-546131 -5.612700 56.37988 35 -#> 10463 VR2AR-546131 -5.612700 56.37988 35 -#> 10464 VR2AR-546131 -5.612700 56.37988 35 -#> 10465 VR2AR-546131 -5.612700 56.37988 35 -#> 10466 VR2AR-546131 -5.612700 56.37988 35 -#> 10467 VR2AR-546131 -5.612700 56.37988 35 -#> 10468 VR2AR-546131 -5.612700 56.37988 35 -#> 10469 VR2AR-546131 -5.612700 56.37988 35 -#> 10470 VR2AR-546131 -5.612700 56.37988 35 -#> 10471 VR2AR-546131 -5.612700 56.37988 35 -#> 10472 VR2AR-546131 -5.612700 56.37988 35 -#> 10473 VR2AR-546131 -5.612700 56.37988 35 -#> 10474 VR2AR-546131 -5.612700 56.37988 35 -#> 10475 VR2AR-546131 -5.612700 56.37988 35 -#> 10476 VR2AR-546131 -5.612700 56.37988 35 -#> 10477 VR2AR-546131 -5.612700 56.37988 35 -#> 10478 VR2AR-546131 -5.612700 56.37988 35 -#> 10479 VR2AR-546131 -5.612700 56.37988 35 -#> 10480 VR2AR-546131 -5.612700 56.37988 35 -#> 10481 VR2AR-546131 -5.612700 56.37988 35 -#> 10482 VR2AR-546131 -5.612700 56.37988 35 -#> 10483 VR2AR-546131 -5.612700 56.37988 35 -#> 10484 VR2AR-546131 -5.612700 56.37988 35 -#> 10485 VR2AR-546131 -5.612700 56.37988 35 -#> 10486 VR2AR-546131 -5.612700 56.37988 35 -#> 10487 VR2AR-546131 -5.612700 56.37988 35 -#> 10488 VR2AR-546131 -5.612700 56.37988 35 -#> 10489 VR2AR-546131 -5.612700 56.37988 35 -#> 10490 VR2AR-546131 -5.612700 56.37988 35 -#> 10491 VR2AR-546131 -5.612700 56.37988 35 -#> 10492 VR2AR-546131 -5.612700 56.37988 35 -#> 10493 VR2AR-546131 -5.612700 56.37988 35 -#> 10494 VR2AR-546131 -5.612700 56.37988 35 -#> 10495 VR2AR-546131 -5.612700 56.37988 35 -#> 10496 VR2AR-546131 -5.612700 56.37988 35 -#> 10497 VR2AR-546131 -5.612700 56.37988 35 -#> 10498 VR2AR-546131 -5.612700 56.37988 35 -#> 10499 VR2AR-546131 -5.612700 56.37988 35 -#> 10500 VR2AR-546131 -5.612700 56.37988 35 -#> 10501 VR2AR-546131 -5.612700 56.37988 35 -#> 10502 VR2AR-546584 -5.604973 56.37774 30 -#> 10503 VR2AR-546131 -5.612700 56.37988 35 -#> 10504 VR2AR-546584 -5.604973 56.37774 30 -#> 10505 VR2AR-546131 -5.612700 56.37988 35 -#> 10506 VR2AR-546584 -5.604973 56.37774 30 -#> 10507 VR2AR-546131 -5.612700 56.37988 35 -#> 10508 VR2AR-546131 -5.612700 56.37988 35 -#> 10509 VR2AR-546584 -5.604973 56.37774 30 -#> 10510 VR2AR-546584 -5.604973 56.37774 30 -#> 10511 VR2AR-546131 -5.612700 56.37988 35 -#> 10512 VR2AR-546131 -5.612700 56.37988 35 -#> 10513 VR2AR-546584 -5.604973 56.37774 30 -#> 10514 VR2AR-546131 -5.612700 56.37988 35 -#> 10515 VR2AR-546131 -5.612700 56.37988 35 -#> 10516 VR2AR-546584 -5.604973 56.37774 30 -#> 10517 VR2AR-546131 -5.612700 56.37988 35 -#> 10518 VR2AR-546584 -5.604973 56.37774 30 -#> 10519 VR2AR-546584 -5.604973 56.37774 30 -#> 10520 VR2AR-546131 -5.612700 56.37988 35 -#> 10521 VR2AR-546584 -5.604973 56.37774 30 -#> 10522 VR2AR-546131 -5.612700 56.37988 35 -#> 10523 VR2AR-546131 -5.612700 56.37988 35 -#> 10524 VR2AR-546584 -5.604973 56.37774 30 -#> 10525 VR2AR-546584 -5.604973 56.37774 30 -#> 10526 VR2AR-546131 -5.612700 56.37988 35 -#> 10527 VR2AR-546131 -5.612700 56.37988 35 -#> 10528 VR2AR-546584 -5.604973 56.37774 30 -#> 10529 VR2AR-546131 -5.612700 56.37988 35 -#> 10530 VR2AR-546584 -5.604973 56.37774 30 -#> 10531 VR2AR-546131 -5.612700 56.37988 35 -#> 10532 VR2AR-546131 -5.612700 56.37988 35 -#> 10533 VR2AR-546584 -5.604973 56.37774 30 -#> 10534 VR2AR-546584 -5.604973 56.37774 30 -#> 10535 VR2AR-546131 -5.612700 56.37988 35 -#> 10536 VR2AR-546131 -5.612700 56.37988 35 -#> 10537 VR2AR-546584 -5.604973 56.37774 30 -#> 10538 VR2AR-546584 -5.604973 56.37774 30 -#> 10539 VR2AR-546131 -5.612700 56.37988 35 -#> 10540 VR2AR-546131 -5.612700 56.37988 35 -#> 10541 VR2AR-546584 -5.604973 56.37774 30 -#> 10542 VR2AR-546131 -5.612700 56.37988 35 -#> 10543 VR2AR-546131 -5.612700 56.37988 35 -#> 10544 VR2AR-546131 -5.612700 56.37988 35 -#> 10545 VR2AR-546131 -5.612700 56.37988 35 -#> 10546 VR2AR-546131 -5.612700 56.37988 35 -#> 10547 VR2AR-546131 -5.612700 56.37988 35 -#> 10548 VR2AR-546131 -5.612700 56.37988 35 -#> 10549 VR2AR-546131 -5.612700 56.37988 35 -#> 10550 VR2AR-546131 -5.612700 56.37988 35 -#> 10551 VR2AR-546131 -5.612700 56.37988 35 -#> 10552 VR2AR-546131 -5.612700 56.37988 35 -#> 10553 VR2AR-546131 -5.612700 56.37988 35 -#> 10554 VR2AR-546131 -5.612700 56.37988 35 -#> 10555 VR2AR-546131 -5.612700 56.37988 35 -#> 10556 VR2AR-546131 -5.612700 56.37988 35 -#> 10557 VR2AR-546134 -5.643867 56.38278 145 -#> 10558 VR2AR-546134 -5.643867 56.38278 145 -#> 10559 VR2AR-546134 -5.643867 56.38278 145 -#> 10560 VR2AR-546134 -5.643867 56.38278 145 -#> 10561 VR2AR-546134 -5.643867 56.38278 145 -#> 10562 VR2AR-546134 -5.643867 56.38278 145 -#> 10563 VR2AR-546134 -5.643867 56.38278 145 -#> 10564 VR2AR-546134 -5.643867 56.38278 145 -#> 10565 VR2AR-546134 -5.643867 56.38278 145 -#> 10566 VR2AR-546134 -5.643867 56.38278 145 -#> 10567 VR2AR-546134 -5.643867 56.38278 145 -#> 10568 VR2AR-546134 -5.643867 56.38278 145 -#> 10569 VR2AR-546134 -5.643867 56.38278 145 -#> 10570 VR2AR-546134 -5.643867 56.38278 145 -#> 10571 VR2AR-546134 -5.643867 56.38278 145 -#> 10572 VR2AR-546134 -5.643867 56.38278 145 -#> 10573 VR2AR-546134 -5.643867 56.38278 145 -#> 10574 VR2AR-546134 -5.643867 56.38278 145 -#> 10575 VR2AR-546134 -5.643867 56.38278 145 -#> 10576 VR2AR-546134 -5.643867 56.38278 145 -#> 10577 VR2AR-546134 -5.643867 56.38278 145 -#> 10578 VR2AR-546134 -5.643867 56.38278 145 -#> 10579 VR2AR-546134 -5.643867 56.38278 145 -#> 10580 VR2AR-546134 -5.643867 56.38278 145 -#> 10581 VR2AR-546135 -5.657067 56.38803 85 -#> 10582 VR2AR-546135 -5.657067 56.38803 85 -#> 10583 VR2AR-546135 -5.657067 56.38803 85 -#> 10584 VR2AR-546380 -5.637917 56.44800 25 -#> 10585 VR2AR-546380 -5.637917 56.44800 25 -#> 10586 VR2AR-546380 -5.637917 56.44800 25 -#> 10587 VR2AR-546380 -5.637917 56.44800 25 -#> 10588 VR2AR-546380 -5.637917 56.44800 25 -#> 10589 VR2AR-546380 -5.637917 56.44800 25 -#> 10590 VR2AR-546380 -5.637917 56.44800 25 -#> 10591 VR2AR-546380 -5.637917 56.44800 25 -#> 10592 VR2AR-546380 -5.637917 56.44800 25 -#> 10593 VR2AR-546380 -5.637917 56.44800 25 -#> 10594 VR2AR-546380 -5.637917 56.44800 25 -#> 10595 VR2AR-546380 -5.637917 56.44800 25 -#> 10596 VR2AR-546380 -5.637917 56.44800 25 -#> 10597 VR2AR-546380 -5.637917 56.44800 25 -#> 10598 VR2AR-546380 -5.637917 56.44800 25 -#> 10599 VR2AR-546380 -5.637917 56.44800 25 -#> 10600 VR2AR-546380 -5.637917 56.44800 25 -#> 10601 VR2AR-546380 -5.637917 56.44800 25 -#> 10602 VR2AR-546586 -5.707092 56.49447 20 -#> 10603 VR2AR-546133 -5.701717 56.49747 90 -#> 10604 VR2AR-546133 -5.701717 56.49747 90 -#> 10605 VR2AR-546586 -5.707092 56.49447 20 -#> 10606 VR2AR-546586 -5.707092 56.49447 20 -#> 10607 VR2AR-546586 -5.707092 56.49447 20 -#> 10608 VR2AR-546133 -5.701717 56.49747 90 -#> 10609 VR2AR-546586 -5.707092 56.49447 20 -#> 10610 VR2AR-546586 -5.707092 56.49447 20 -#> 10611 VR2AR-546586 -5.707092 56.49447 20 -#> 10612 VR2AR-546586 -5.707092 56.49447 20 -#> 10613 VR2AR-546133 -5.701717 56.49747 90 -#> 10614 VR2AR-546586 -5.707092 56.49447 20 -#> 10615 VR2AR-546133 -5.701717 56.49747 90 -#> 10616 VR2AR-546586 -5.707092 56.49447 20 -#> 10617 VR2AR-546586 -5.707092 56.49447 20 -#> 10618 VR2AR-546133 -5.701717 56.49747 90 -#> 10619 VR2AR-546586 -5.707092 56.49447 20 -#> 10620 VR2AR-546133 -5.701717 56.49747 90 -#> 10621 VR2AR-546586 -5.707092 56.49447 20 -#> 10622 VR2AR-546586 -5.707092 56.49447 20 -#> 10623 VR2AR-546586 -5.707092 56.49447 20 -#> 10624 VR2AR-546133 -5.701717 56.49747 90 -#> 10625 VR2AR-546586 -5.707092 56.49447 20 -#> 10626 VR2AR-546133 -5.701717 56.49747 90 -#> 10627 VR2AR-546133 -5.701717 56.49747 90 -#> 10628 VR2AR-546133 -5.701717 56.49747 90 -#> 10629 VR2AR-546133 -5.701717 56.49747 90 -#> 10630 VR2AR-546133 -5.701717 56.49747 90 -#> 10631 VR2AR-546133 -5.701717 56.49747 90 -#> 10632 VR2AR-546133 -5.701717 56.49747 90 -#> 10633 VR2AR-546133 -5.701717 56.49747 90 -#> 10634 VR2AR-546586 -5.707092 56.49447 20 -#> 10635 VR2AR-546586 -5.707092 56.49447 20 -#> 10636 VR2AR-546586 -5.707092 56.49447 20 -#> 10637 VR2AR-546133 -5.701717 56.49747 90 -#> 10638 VR2AR-546586 -5.707092 56.49447 20 -#> 10639 VR2AR-546586 -5.707092 56.49447 20 -#> 10640 VR2AR-546133 -5.701717 56.49747 90 -#> 10641 VR2AR-546586 -5.707092 56.49447 20 -#> 10642 VR2AR-546586 -5.707092 56.49447 20 -#> 10643 VR2AR-546586 -5.707092 56.49447 20 -#> 10644 VR2AR-546586 -5.707092 56.49447 20 -#> 10645 VR2AR-546586 -5.707092 56.49447 20 -#> 10646 VR2AR-546133 -5.701717 56.49747 90 -#> 10647 VR2AR-546586 -5.707092 56.49447 20 -#> 10648 VR2AR-546586 -5.707092 56.49447 20 -#> 10649 VR2AR-546586 -5.707092 56.49447 20 -#> 10650 VR2AR-546586 -5.707092 56.49447 20 -#> 10651 VR2AR-546586 -5.707092 56.49447 20 -#> 10652 VR2AR-546586 -5.707092 56.49447 20 -#> 10653 VR2AR-546586 -5.707092 56.49447 20 -#> 10654 VR2AR-546586 -5.707092 56.49447 20 -#> 10655 VR2AR-546586 -5.707092 56.49447 20 -#> 10656 VR2AR-546380 -5.637917 56.44800 25 -#> 10657 VR2AR-546380 -5.637917 56.44800 25 -#> 10658 VR2AR-546380 -5.637917 56.44800 25 -#> 10659 VR2AR-546380 -5.637917 56.44800 25 -#> 10660 VR2AR-546380 -5.637917 56.44800 25 -#> 10661 VR2AR-546380 -5.637917 56.44800 25 -#> 10662 VR2AR-546380 -5.637917 56.44800 25 -#> 10663 VR2AR-546380 -5.637917 56.44800 25 -#> 10664 VR2AR-546380 -5.637917 56.44800 25 -#> 10665 VR2AR-546380 -5.637917 56.44800 25 -#> 10666 VR2AR-546380 -5.637917 56.44800 25 -#> 10667 VR2AR-546380 -5.637917 56.44800 25 -#> 10668 VR2AR-546380 -5.637917 56.44800 25 -#> 10669 VR2AR-546380 -5.637917 56.44800 25 -#> 10670 VR2AR-546380 -5.637917 56.44800 25 -#> 10671 VR2AR-546380 -5.637917 56.44800 25 -#> 10672 VR2AR-546380 -5.637917 56.44800 25 -#> 10673 VR2AR-546380 -5.637917 56.44800 25 -#> 10674 VR2AR-546380 -5.637917 56.44800 25 -#> 10675 VR2AR-546380 -5.637917 56.44800 25 -#> 10676 VR2AR-546380 -5.637917 56.44800 25 -#> 10677 VR2AR-546380 -5.637917 56.44800 25 -#> 10678 VR2AR-546380 -5.637917 56.44800 25 -#> 10679 VR2AR-546380 -5.637917 56.44800 25 -#> 10680 VR2AR-546380 -5.637917 56.44800 25 -#> 10681 VR2AR-546380 -5.637917 56.44800 25 -#> 10682 VR2AR-546134 -5.643867 56.38278 145 -#> 10683 VR2AR-546134 -5.643867 56.38278 145 -#> 10684 VR2AR-546134 -5.643867 56.38278 145 -#> 10685 VR2AR-546134 -5.643867 56.38278 145 -#> 10686 VR2AR-546134 -5.643867 56.38278 145 -#> 10687 VR2AR-546134 -5.643867 56.38278 145 -#> 10688 VR2AR-546134 -5.643867 56.38278 145 -#> 10689 VR2AR-546134 -5.643867 56.38278 145 -#> 10690 VR2AR-546134 -5.643867 56.38278 145 -#> 10691 VR2AR-546134 -5.643867 56.38278 145 -#> 10692 VR2AR-546134 -5.643867 56.38278 145 -#> 10693 VR2AR-546134 -5.643867 56.38278 145 -#> 10694 VR2AR-546134 -5.643867 56.38278 145 -#> 10695 VR2AR-546131 -5.612700 56.37988 35 -#> 10696 VR2AR-546131 -5.612700 56.37988 35 -#> 10697 VR2AR-546131 -5.612700 56.37988 35 -#> 10698 VR2AR-546131 -5.612700 56.37988 35 -#> 10699 VR2AR-546131 -5.612700 56.37988 35 -#> 10700 VR2AR-546131 -5.612700 56.37988 35 -#> 10701 VR2AR-546131 -5.612700 56.37988 35 -#> 10702 VR2AR-546131 -5.612700 56.37988 35 -#> 10703 VR2AR-546131 -5.612700 56.37988 35 -#> 10704 VR2AR-546131 -5.612700 56.37988 35 -#> 10705 VR2AR-546131 -5.612700 56.37988 35 -#> 10706 VR2AR-546131 -5.612700 56.37988 35 -#> 10707 VR2AR-546131 -5.612700 56.37988 35 -#> 10708 VR2AR-546131 -5.612700 56.37988 35 -#> 10709 VR2AR-546131 -5.612700 56.37988 35 -#> 10710 VR2AR-546131 -5.612700 56.37988 35 -#> 10711 VR2AR-546131 -5.612700 56.37988 35 -#> 10712 VR2AR-546131 -5.612700 56.37988 35 -#> 10713 VR2AR-546131 -5.612700 56.37988 35 -#> 10714 VR2AR-546131 -5.612700 56.37988 35 -#> 10715 VR2AR-546131 -5.612700 56.37988 35 -#> 10716 VR2AR-546131 -5.612700 56.37988 35 -#> 10717 VR2AR-546131 -5.612700 56.37988 35 -#> 10718 VR2AR-546131 -5.612700 56.37988 35 -#> 10719 VR2AR-546131 -5.612700 56.37988 35 -#> 10720 VR2AR-546131 -5.612700 56.37988 35 -#> 10721 VR2AR-546131 -5.612700 56.37988 35 -#> 10722 VR2AR-546131 -5.612700 56.37988 35 -#> 10723 VR2AR-546131 -5.612700 56.37988 35 -#> 10724 VR2AR-546131 -5.612700 56.37988 35 -#> 10725 VR2AR-546131 -5.612700 56.37988 35 -#> 10726 VR2AR-546131 -5.612700 56.37988 35 -#> 10727 VR2AR-546131 -5.612700 56.37988 35 -#> 10728 VR2AR-546131 -5.612700 56.37988 35 -#> 10729 VR2AR-546131 -5.612700 56.37988 35 -#> 10730 VR2AR-546131 -5.612700 56.37988 35 -#> 10731 VR2AR-546131 -5.612700 56.37988 35 -#> 10732 VR2AR-546131 -5.612700 56.37988 35 -#> 10733 VR2AR-546131 -5.612700 56.37988 35 -#> 10734 VR2AR-546131 -5.612700 56.37988 35 -#> 10735 VR2AR-546131 -5.612700 56.37988 35 -#> 10736 VR2AR-546131 -5.612700 56.37988 35 -#> 10737 VR2AR-546131 -5.612700 56.37988 35 -#> 10738 VR2AR-546131 -5.612700 56.37988 35 -#> 10739 VR2AR-546131 -5.612700 56.37988 35 -#> 10740 VR2AR-546131 -5.612700 56.37988 35 -#> 10741 VR2AR-546131 -5.612700 56.37988 35 -#> 10742 VR2AR-546131 -5.612700 56.37988 35 -#> 10743 VR2AR-546131 -5.612700 56.37988 35 -#> 10744 VR2AR-546131 -5.612700 56.37988 35 -#> 10745 VR2AR-546131 -5.612700 56.37988 35 -#> 10746 VR2AR-546131 -5.612700 56.37988 35 -#> 10747 VR2AR-546131 -5.612700 56.37988 35 -#> 10748 VR2AR-546131 -5.612700 56.37988 35 -#> 10749 VR2AR-546131 -5.612700 56.37988 35 -#> 10750 VR2AR-546131 -5.612700 56.37988 35 -#> 10751 VR2AR-546131 -5.612700 56.37988 35 -#> 10752 VR2AR-546131 -5.612700 56.37988 35 -#> 10753 VR2AR-546131 -5.612700 56.37988 35 -#> 10754 VR2AR-546131 -5.612700 56.37988 35 -#> 10755 VR2AR-546131 -5.612700 56.37988 35 -#> 10756 VR2AR-546131 -5.612700 56.37988 35 -#> 10757 VR2AR-546131 -5.612700 56.37988 35 -#> 10758 VR2AR-546131 -5.612700 56.37988 35 -#> 10759 VR2AR-546131 -5.612700 56.37988 35 -#> 10760 VR2AR-546131 -5.612700 56.37988 35 -#> 10761 VR2AR-546131 -5.612700 56.37988 35 -#> 10762 VR2AR-546131 -5.612700 56.37988 35 -#> 10763 VR2AR-546131 -5.612700 56.37988 35 -#> 10764 VR2AR-546131 -5.612700 56.37988 35 -#> 10765 VR2AR-546131 -5.612700 56.37988 35 -#> 10766 VR2AR-546131 -5.612700 56.37988 35 -#> 10767 VR2AR-546131 -5.612700 56.37988 35 -#> 10768 VR2AR-546131 -5.612700 56.37988 35 -#> 10769 VR2AR-546131 -5.612700 56.37988 35 -#> 10770 VR2AR-546131 -5.612700 56.37988 35 -#> 10771 VR2AR-546131 -5.612700 56.37988 35 -#> 10772 VR2AR-546131 -5.612700 56.37988 35 -#> 10773 VR2AR-546131 -5.612700 56.37988 35 -#> 10774 VR2AR-546131 -5.612700 56.37988 35 -#> 10775 VR2AR-546131 -5.612700 56.37988 35 -#> 10776 VR2AR-546131 -5.612700 56.37988 35 -#> 10777 VR2AR-546131 -5.612700 56.37988 35 -#> 10778 VR2AR-546131 -5.612700 56.37988 35 -#> 10779 VR2AR-546131 -5.612700 56.37988 35 -#> 10780 VR2AR-546131 -5.612700 56.37988 35 -#> 10781 VR2AR-546131 -5.612700 56.37988 35 -#> 10782 VR2AR-546131 -5.612700 56.37988 35 -#> 10783 VR2AR-546131 -5.612700 56.37988 35 -#> 10784 VR2AR-546131 -5.612700 56.37988 35 -#> 10785 VR2AR-546131 -5.612700 56.37988 35 -#> 10786 VR2AR-546131 -5.612700 56.37988 35 -#> 10787 VR2AR-546131 -5.612700 56.37988 35 -#> 10788 VR2AR-546131 -5.612700 56.37988 35 -#> 10789 VR2AR-546131 -5.612700 56.37988 35 -#> 10790 VR2AR-546131 -5.612700 56.37988 35 -#> 10791 VR2AR-546131 -5.612700 56.37988 35 -#> 10792 VR2AR-546131 -5.612700 56.37988 35 -#> 10793 VR2AR-546131 -5.612700 56.37988 35 -#> 10794 VR2AR-546131 -5.612700 56.37988 35 -#> 10795 VR2AR-546131 -5.612700 56.37988 35 -#> 10796 VR2AR-546131 -5.612700 56.37988 35 -#> 10797 VR2AR-546131 -5.612700 56.37988 35 -#> 10798 VR2AR-546131 -5.612700 56.37988 35 -#> 10799 VR2AR-546131 -5.612700 56.37988 35 -#> 10800 VR2AR-546131 -5.612700 56.37988 35 -#> 10801 VR2AR-546131 -5.612700 56.37988 35 -#> 10802 VR2AR-546131 -5.612700 56.37988 35 -#> 10803 VR2AR-546131 -5.612700 56.37988 35 -#> 10804 VR2AR-546131 -5.612700 56.37988 35 -#> 10805 VR2AR-546131 -5.612700 56.37988 35 -#> 10806 VR2AR-546131 -5.612700 56.37988 35 -#> 10807 VR2AR-546131 -5.612700 56.37988 35 -#> 10808 VR2AR-546584 -5.604973 56.37774 30 -#> 10809 VR2AR-546131 -5.612700 56.37988 35 -#> 10810 VR2AR-546131 -5.612700 56.37988 35 -#> 10811 VR2AR-546131 -5.612700 56.37988 35 -#> 10812 VR2AR-546584 -5.604973 56.37774 30 -#> 10813 VR2AR-546584 -5.604973 56.37774 30 -#> 10814 VR2AR-546131 -5.612700 56.37988 35 -#> 10815 VR2AR-546131 -5.612700 56.37988 35 -#> 10816 VR2AR-546584 -5.604973 56.37774 30 -#> 10817 VR2AR-546584 -5.604973 56.37774 30 -#> 10818 VR2AR-546584 -5.604973 56.37774 30 -#> 10819 VR2AR-546131 -5.612700 56.37988 35 -#> 10820 VR2AR-546584 -5.604973 56.37774 30 -#> 10821 VR2AR-546584 -5.604973 56.37774 30 -#> 10822 VR2AR-546584 -5.604973 56.37774 30 -#> 10823 VR2AR-546584 -5.604973 56.37774 30 -#> 10824 VR2AR-546584 -5.604973 56.37774 30 -#> 10825 VR2AR-546584 -5.604973 56.37774 30 -#> 10826 VR2AR-546584 -5.604973 56.37774 30 -#> 10827 VR2AR-546584 -5.604973 56.37774 30 -#> 10828 VR2AR-546131 -5.612700 56.37988 35 -#> 10829 VR2AR-546131 -5.612700 56.37988 35 -#> 10830 VR2AR-546584 -5.604973 56.37774 30 -#> 10831 VR2AR-546131 -5.612700 56.37988 35 -#> 10832 VR2AR-546131 -5.612700 56.37988 35 -#> 10833 VR2AR-546131 -5.612700 56.37988 35 -#> 10834 VR2AR-546131 -5.612700 56.37988 35 -#> 10835 VR2AR-546131 -5.612700 56.37988 35 -#> 10836 VR2AR-546131 -5.612700 56.37988 35 -#> 10837 VR2AR-546131 -5.612700 56.37988 35 -#> 10838 VR2AR-546584 -5.604973 56.37774 30 -#> 10839 VR2AR-546131 -5.612700 56.37988 35 -#> 10840 VR2AR-546584 -5.604973 56.37774 30 -#> 10841 VR2AR-546131 -5.612700 56.37988 35 -#> 10842 VR2AR-546131 -5.612700 56.37988 35 -#> 10843 VR2AR-546584 -5.604973 56.37774 30 -#> 10844 VR2AR-546584 -5.604973 56.37774 30 -#> 10845 VR2AR-546131 -5.612700 56.37988 35 -#> 10846 VR2AR-546584 -5.604973 56.37774 30 -#> 10847 VR2AR-546131 -5.612700 56.37988 35 -#> 10848 VR2AR-546131 -5.612700 56.37988 35 -#> 10849 VR2AR-546131 -5.612700 56.37988 35 -#> 10850 VR2AR-546584 -5.604973 56.37774 30 -#> 10851 VR2AR-546131 -5.612700 56.37988 35 -#> 10852 VR2AR-546131 -5.612700 56.37988 35 -#> 10853 VR2AR-546131 -5.612700 56.37988 35 -#> 10854 VR2AR-546131 -5.612700 56.37988 35 -#> 10855 VR2AR-546131 -5.612700 56.37988 35 -#> 10856 VR2AR-546131 -5.612700 56.37988 35 -#> 10857 VR2AR-546131 -5.612700 56.37988 35 -#> 10858 VR2AR-546131 -5.612700 56.37988 35 -#> 10859 VR2AR-546131 -5.612700 56.37988 35 -#> 10860 VR2AR-546131 -5.612700 56.37988 35 -#> 10861 VR2AR-546584 -5.604973 56.37774 30 -#> 10862 VR2AR-546131 -5.612700 56.37988 35 -#> 10863 VR2AR-546584 -5.604973 56.37774 30 -#> 10864 VR2AR-546131 -5.612700 56.37988 35 -#> 10865 VR2AR-546131 -5.612700 56.37988 35 -#> 10866 VR2AR-546131 -5.612700 56.37988 35 -#> 10867 VR2AR-546131 -5.612700 56.37988 35 -#> 10868 VR2AR-546131 -5.612700 56.37988 35 -#> 10869 VR2AR-546131 -5.612700 56.37988 35 -#> 10870 VR2AR-546131 -5.612700 56.37988 35 -#> 10871 VR2AR-546131 -5.612700 56.37988 35 -#> 10872 VR2AR-546131 -5.612700 56.37988 35 -#> 10873 VR2AR-546131 -5.612700 56.37988 35 -#> 10874 VR2AR-546131 -5.612700 56.37988 35 -#> 10875 VR2AR-546131 -5.612700 56.37988 35 -#> 10876 VR2AR-546131 -5.612700 56.37988 35 -#> 10877 VR2AR-546584 -5.604973 56.37774 30 -#> 10878 VR2AR-546131 -5.612700 56.37988 35 -#> 10879 VR2AR-546584 -5.604973 56.37774 30 -#> 10880 VR2AR-546131 -5.612700 56.37988 35 -#> 10881 VR2AR-546131 -5.612700 56.37988 35 -#> 10882 VR2AR-546131 -5.612700 56.37988 35 -#> 10883 VR2AR-546584 -5.604973 56.37774 30 -#> 10884 VR2AR-546131 -5.612700 56.37988 35 -#> 10885 VR2AR-546131 -5.612700 56.37988 35 -#> 10886 VR2AR-546584 -5.604973 56.37774 30 -#> 10887 VR2AR-546584 -5.604973 56.37774 30 -#> 10888 VR2AR-546131 -5.612700 56.37988 35 -#> 10889 VR2AR-546131 -5.612700 56.37988 35 -#> 10890 VR2AR-546131 -5.612700 56.37988 35 -#> 10891 VR2AR-546131 -5.612700 56.37988 35 -#> 10892 VR2AR-546131 -5.612700 56.37988 35 -#> 10893 VR2AR-546131 -5.612700 56.37988 35 -#> 10894 VR2AR-546131 -5.612700 56.37988 35 -#> 10895 VR2AR-546131 -5.612700 56.37988 35 -#> 10896 VR2AR-546131 -5.612700 56.37988 35 -#> 10897 VR2AR-546131 -5.612700 56.37988 35 -#> 10898 VR2AR-546131 -5.612700 56.37988 35 -#> 10899 VR2AR-546131 -5.612700 56.37988 35 -#> 10900 VR2AR-546131 -5.612700 56.37988 35 -#> 10901 VR2AR-546585 -5.623995 56.37436 75 -#> 10902 VR2AR-546585 -5.623995 56.37436 75 -#> 10903 VR2AR-546585 -5.623995 56.37436 75 -#> 10904 VR2W-108160 -5.631733 56.37447 50 -#> 10905 VR2AR-546585 -5.623995 56.37436 75 -#> 10906 VR2W-108160 -5.631733 56.37447 50 -#> 10907 VR2AR-546585 -5.623995 56.37436 75 -#> 10908 VR2W-108160 -5.631733 56.37447 50 -#> 10909 VR2AR-546585 -5.623995 56.37436 75 -#> 10910 VR2AR-546585 -5.623995 56.37436 75 -#> 10911 VR2AR-546585 -5.623995 56.37436 75 -#> 10912 VR2AR-546585 -5.623995 56.37436 75 -#> 10913 VR2AR-546585 -5.623995 56.37436 75 -#> 10914 VR2W-108160 -5.631733 56.37447 50 -#> 10915 VR2AR-546585 -5.623995 56.37436 75 -#> 10916 VR2W-108160 -5.631733 56.37447 50 -#> 10917 VR2AR-546585 -5.623995 56.37436 75 -#> 10918 VR2W-108160 -5.631733 56.37447 50 -#> 10919 VR2W-108160 -5.631733 56.37447 50 -#> 10920 VR2W-108160 -5.631733 56.37447 50 -#> 10921 VR2AR-546134 -5.643867 56.38278 145 -#> 10922 VR2AR-546134 -5.643867 56.38278 145 -#> 10923 VR2AR-546134 -5.643867 56.38278 145 -#> 10924 VR2AR-546134 -5.643867 56.38278 145 -#> 10925 VR2AR-546134 -5.643867 56.38278 145 -#> 10926 VR2AR-546134 -5.643867 56.38278 145 -#> 10927 VR2AR-546134 -5.643867 56.38278 145 -#> 10928 VR2AR-546134 -5.643867 56.38278 145 -#> 10929 VR2AR-546134 -5.643867 56.38278 145 -#> 10930 VR2AR-546134 -5.643867 56.38278 145 -#> 10931 VR2AR-546134 -5.643867 56.38278 145 -#> 10932 VR2AR-546134 -5.643867 56.38278 145 -#> 10933 VR2AR-546134 -5.643867 56.38278 145 -#> 10934 VR2AR-546134 -5.643867 56.38278 145 -#> 10935 VR2AR-546134 -5.643867 56.38278 145 -#> 10936 VR2AR-546135 -5.657067 56.38803 85 -#> 10937 VR2AR-546135 -5.657067 56.38803 85 -#> 10938 VR2AR-546135 -5.657067 56.38803 85 -#> 10939 VR2AR-546135 -5.657067 56.38803 85 -#> 10940 VR2AR-546135 -5.657067 56.38803 85 -#> 10941 VR2AR-546135 -5.657067 56.38803 85 -#> 10942 VR2AR-546135 -5.657067 56.38803 85 -#> 10943 VR2AR-546135 -5.657067 56.38803 85 -#> 10944 VR2AR-546135 -5.657067 56.38803 85 -#> 10945 VR2AR-546135 -5.657067 56.38803 85 -#> 10946 VR2AR-546135 -5.657067 56.38803 85 -#> 10947 VR2AR-546135 -5.657067 56.38803 85 -#> 10948 VR2AR-546135 -5.657067 56.38803 85 -#> 10949 VR2AR-546135 -5.657067 56.38803 85 -#> 10950 VR2AR-546135 -5.657067 56.38803 85 -#> 10951 VR2AR-546135 -5.657067 56.38803 85 -#> 10952 VR2AR-546135 -5.657067 56.38803 85 -#> 10953 VR2AR-546380 -5.637917 56.44800 25 -#> 10954 VR2AR-546380 -5.637917 56.44800 25 -#> 10955 VR2AR-546380 -5.637917 56.44800 25 -#> 10956 VR2AR-546380 -5.637917 56.44800 25 -#> 10957 VR2AR-546380 -5.637917 56.44800 25 -#> 10958 VR2AR-546380 -5.637917 56.44800 25 -#> 10959 VR2AR-546380 -5.637917 56.44800 25 -#> 10960 VR2AR-546380 -5.637917 56.44800 25 -#> 10961 VR2AR-546380 -5.637917 56.44800 25 -#> 10962 VR2AR-546380 -5.637917 56.44800 25 -#> 10963 VR2AR-546380 -5.637917 56.44800 25 -#> 10964 VR2AR-546380 -5.637917 56.44800 25 -#> 10965 VR2AR-546380 -5.637917 56.44800 25 -#> 10966 VR2AR-546380 -5.637917 56.44800 25 -#> 10967 VR2AR-546380 -5.637917 56.44800 25 -#> 10968 VR2AR-546380 -5.637917 56.44800 25 -#> 10969 VR2AR-546380 -5.637917 56.44800 25 -#> 10970 VR2AR-546380 -5.637917 56.44800 25 -#> 10971 VR2AR-546380 -5.637917 56.44800 25 -#> 10972 VR2AR-546380 -5.637917 56.44800 25 -#> 10973 VR2AR-546380 -5.637917 56.44800 25 -#> 10974 VR2AR-546380 -5.637917 56.44800 25 -#> 10975 VR2AR-546380 -5.637917 56.44800 25 -#> 10976 VR2AR-546380 -5.637917 56.44800 25 -#> 10977 VR2AR-546380 -5.637917 56.44800 25 -#> 10978 VR2AR-546380 -5.637917 56.44800 25 -#> 10979 VR2AR-546380 -5.637917 56.44800 25 -#> 10980 VR2AR-546380 -5.637917 56.44800 25 -#> 10981 VR2AR-546380 -5.637917 56.44800 25 -#> 10982 VR2AR-546380 -5.637917 56.44800 25 -#> 10983 VR2AR-546131 -5.612700 56.37988 35 -#> 10984 VR2AR-546131 -5.612700 56.37988 35 -#> 10985 VR2AR-546131 -5.612700 56.37988 35 -#> 10986 VR2AR-546131 -5.612700 56.37988 35 -#> 10987 VR2AR-546131 -5.612700 56.37988 35 -#> 10988 VR2AR-546131 -5.612700 56.37988 35 -#> 10989 VR2AR-546131 -5.612700 56.37988 35 -#> 10990 VR2AR-546131 -5.612700 56.37988 35 -#> 10991 VR2AR-546131 -5.612700 56.37988 35 -#> 10992 VR2AR-546131 -5.612700 56.37988 35 -#> 10993 VR2AR-546131 -5.612700 56.37988 35 -#> 10994 VR2AR-546131 -5.612700 56.37988 35 -#> 10995 VR2AR-546584 -5.604973 56.37774 30 -#> 10996 VR2AR-546131 -5.612700 56.37988 35 -#> 10997 VR2AR-546131 -5.612700 56.37988 35 -#> 10998 VR2AR-546584 -5.604973 56.37774 30 -#> 10999 VR2AR-546131 -5.612700 56.37988 35 -#> 11000 VR2AR-546131 -5.612700 56.37988 35 -#> 11001 VR2AR-546131 -5.612700 56.37988 35 -#> 11002 VR2AR-546584 -5.604973 56.37774 30 -#> 11003 VR2AR-546131 -5.612700 56.37988 35 -#> 11004 VR2AR-546584 -5.604973 56.37774 30 -#> 11005 VR2AR-546131 -5.612700 56.37988 35 -#> 11006 VR2AR-546131 -5.612700 56.37988 35 -#> 11007 VR2AR-546131 -5.612700 56.37988 35 -#> 11008 VR2AR-546131 -5.612700 56.37988 35 -#> 11009 VR2AR-546131 -5.612700 56.37988 35 -#> 11010 VR2AR-546131 -5.612700 56.37988 35 -#> 11011 VR2AR-546131 -5.612700 56.37988 35 -#> 11012 VR2AR-546131 -5.612700 56.37988 35 -#> 11013 VR2AR-546131 -5.612700 56.37988 35 -#> 11014 VR2AR-546131 -5.612700 56.37988 35 -#> 11015 VR2AR-546131 -5.612700 56.37988 35 -#> 11016 VR2AR-546131 -5.612700 56.37988 35 -#> 11017 VR2AR-546131 -5.612700 56.37988 35 -#> 11018 VR2AR-546131 -5.612700 56.37988 35 -#> 11019 VR2AR-546131 -5.612700 56.37988 35 -#> 11020 VR2AR-546131 -5.612700 56.37988 35 -#> 11021 VR2AR-546131 -5.612700 56.37988 35 -#> 11022 VR2AR-546131 -5.612700 56.37988 35 -#> 11023 VR2AR-546131 -5.612700 56.37988 35 -#> 11024 VR2AR-546131 -5.612700 56.37988 35 -#> 11025 VR2AR-546131 -5.612700 56.37988 35 -#> 11026 VR2AR-546131 -5.612700 56.37988 35 -#> 11027 VR2AR-546131 -5.612700 56.37988 35 -#> 11028 VR2AR-546131 -5.612700 56.37988 35 -#> 11029 VR2AR-546131 -5.612700 56.37988 35 -#> 11030 VR2AR-546131 -5.612700 56.37988 35 -#> 11031 VR2AR-546131 -5.612700 56.37988 35 -#> 11032 VR2AR-546131 -5.612700 56.37988 35 -#> 11033 VR2AR-546131 -5.612700 56.37988 35 -#> 11034 VR2AR-546131 -5.612700 56.37988 35 -#> 11035 VR2AR-546131 -5.612700 56.37988 35 -#> 11036 VR2AR-546131 -5.612700 56.37988 35 -#> 11037 VR2AR-546131 -5.612700 56.37988 35 -#> 11038 VR2AR-546131 -5.612700 56.37988 35 -#> 11039 VR2AR-546131 -5.612700 56.37988 35 -#> 11040 VR2AR-546131 -5.612700 56.37988 35 -#> 11041 VR2AR-546131 -5.612700 56.37988 35 -#> 11042 VR2AR-546131 -5.612700 56.37988 35 -#> 11043 VR2AR-546131 -5.612700 56.37988 35 -#> 11044 VR2AR-546131 -5.612700 56.37988 35 -#> 11045 VR2AR-546131 -5.612700 56.37988 35 -#> 11046 VR2AR-546131 -5.612700 56.37988 35 -#> 11047 VR2AR-546131 -5.612700 56.37988 35 -#> 11048 VR2AR-546131 -5.612700 56.37988 35 -#> 11049 VR2AR-546131 -5.612700 56.37988 35 -#> 11050 VR2AR-546131 -5.612700 56.37988 35 -#> 11051 VR2AR-546131 -5.612700 56.37988 35 -#> 11052 VR2AR-546131 -5.612700 56.37988 35 -#> 11053 VR2AR-546131 -5.612700 56.37988 35 -#> 11054 VR2AR-546131 -5.612700 56.37988 35 -#> 11055 VR2AR-546131 -5.612700 56.37988 35 -#> 11056 VR2AR-546131 -5.612700 56.37988 35 -#> 11057 VR2AR-546131 -5.612700 56.37988 35 -#> 11058 VR2AR-546131 -5.612700 56.37988 35 -#> 11059 VR2AR-546131 -5.612700 56.37988 35 -#> 11060 VR2AR-546131 -5.612700 56.37988 35 -#> 11061 VR2AR-546131 -5.612700 56.37988 35 -#> 11062 VR2AR-546131 -5.612700 56.37988 35 -#> 11063 VR2AR-546131 -5.612700 56.37988 35 -#> 11064 VR2AR-546131 -5.612700 56.37988 35 -#> 11065 VR2AR-546131 -5.612700 56.37988 35 -#> 11066 VR2AR-546131 -5.612700 56.37988 35 -#> 11067 VR2AR-546131 -5.612700 56.37988 35 -#> 11068 VR2AR-546131 -5.612700 56.37988 35 -#> 11069 VR2AR-546131 -5.612700 56.37988 35 -#> 11070 VR2AR-546131 -5.612700 56.37988 35 -#> 11071 VR2AR-546131 -5.612700 56.37988 35 -#> 11072 VR2AR-546131 -5.612700 56.37988 35 -#> 11073 VR2AR-546131 -5.612700 56.37988 35 -#> 11074 VR2AR-546131 -5.612700 56.37988 35 -#> 11075 VR2AR-546131 -5.612700 56.37988 35 -#> 11076 VR2AR-546131 -5.612700 56.37988 35 -#> 11077 VR2AR-546131 -5.612700 56.37988 35 -#> 11078 VR2AR-546131 -5.612700 56.37988 35 -#> 11079 VR2AR-546131 -5.612700 56.37988 35 -#> 11080 VR2AR-546131 -5.612700 56.37988 35 -#> 11081 VR2AR-546131 -5.612700 56.37988 35 -#> 11082 VR2AR-546131 -5.612700 56.37988 35 -#> 11083 VR2AR-546131 -5.612700 56.37988 35 -#> 11084 VR2AR-546131 -5.612700 56.37988 35 -#> 11085 VR2AR-546131 -5.612700 56.37988 35 -#> 11086 VR2AR-546131 -5.612700 56.37988 35 -#> 11087 VR2AR-546131 -5.612700 56.37988 35 -#> 11088 VR2AR-546131 -5.612700 56.37988 35 -#> 11089 VR2AR-546131 -5.612700 56.37988 35 -#> 11090 VR2AR-546131 -5.612700 56.37988 35 -#> 11091 VR2AR-546131 -5.612700 56.37988 35 -#> 11092 VR2AR-546584 -5.604973 56.37774 30 -#> 11093 VR2AR-546131 -5.612700 56.37988 35 -#> 11094 VR2AR-546131 -5.612700 56.37988 35 -#> 11095 VR2AR-546131 -5.612700 56.37988 35 -#> 11096 VR2AR-546584 -5.604973 56.37774 30 -#> 11097 VR2AR-546131 -5.612700 56.37988 35 -#> 11098 VR2AR-546131 -5.612700 56.37988 35 -#> 11099 VR2AR-546584 -5.604973 56.37774 30 -#> 11100 VR2AR-546584 -5.604973 56.37774 30 -#> 11101 VR2AR-546131 -5.612700 56.37988 35 -#> 11102 VR2AR-546584 -5.604973 56.37774 30 -#> 11103 VR2AR-546584 -5.604973 56.37774 30 -#> 11104 VR2AR-546131 -5.612700 56.37988 35 -#> 11105 VR2AR-546584 -5.604973 56.37774 30 -#> 11106 VR2AR-546584 -5.604973 56.37774 30 -#> 11107 VR2AR-546131 -5.612700 56.37988 35 -#> 11108 VR2AR-546131 -5.612700 56.37988 35 -#> 11109 VR2AR-546131 -5.612700 56.37988 35 -#> 11110 VR2AR-546584 -5.604973 56.37774 30 -#> 11111 VR2AR-546131 -5.612700 56.37988 35 -#> [ reached 'max' / getOption("max.print") -- omitted 1897 rows ] -#> -#> [[1]]$args$delta_t -#> [1] "6 hours" -#> -#> -#> -#> [[2]] -#> [[2]]$data -#> [[2]]$data$m1_i1 -#> NULL -#> -#> [[2]]$data$m1_i2 -#> pc_receiver_with_detections pc_of_ts -#> 1 0.000000 59.9773243 -#> 2 4.347826 6.4625850 -#> 3 4.545455 2.8344671 -#> 4 4.761905 0.3401361 -#> 5 5.000000 3.9682540 -#> 6 5.555556 6.2358277 -#> 7 5.882353 5.7823129 -#> 8 6.250000 0.9070295 -#> 9 7.142857 1.0204082 -#> 10 8.333333 0.3401361 -#> 11 8.695652 1.1337868 -#> 12 9.090909 0.4535147 -#> 13 10.000000 3.0612245 -#> 14 11.111111 1.2471655 -#> 15 11.764706 2.6077098 -#> 16 12.500000 0.1133787 -#> 17 14.285714 0.6802721 -#> 18 15.000000 0.7936508 -#> 19 16.666667 0.5668934 -#> 20 17.647059 0.3401361 -#> 21 18.750000 0.2267574 -#> 22 20.000000 0.5668934 -#> 23 23.529412 0.1133787 -#> 24 25.000000 0.1133787 -#> 25 30.000000 0.1133787 -#> 26 35.000000 0.1133787 -#> -#> [[2]]$data$m2_i1 -#> NULL -#> -#> [[2]]$data$m2_i2 -#> pc_detections_per_receiver pc_of_ts -#> 1 0.00000000 59.8639456 -#> 2 0.04347826 0.2267574 -#> 3 0.05555556 0.1133787 -#> 4 0.05882353 0.1133787 -#> 5 0.08695652 0.1133787 -#> 6 0.09090909 0.3401361 -#> 7 0.10000000 0.7936508 -#> 8 0.11111111 0.4535147 -#> 9 0.11764706 0.3401361 -#> 10 0.12500000 0.1133787 -#> 11 0.13043478 0.4535147 -#> 12 0.13636364 0.2267574 -#> 13 0.16666667 0.3401361 -#> 14 0.17391304 0.3401361 -#> 15 0.17647059 0.3401361 -#> 16 0.18181818 0.1133787 -#> 17 0.19047619 0.1133787 -#> 18 0.21739130 0.3401361 -#> 19 0.22222222 0.1133787 -#> 20 0.22727273 0.2267574 -#> 21 0.23529412 0.2267574 -#> 22 0.25000000 0.1133787 -#> 23 0.26086957 0.1133787 -#> 24 0.27272727 0.2267574 -#> 25 0.27777778 0.4535147 -#> 26 0.29411765 0.2267574 -#> 27 0.30000000 0.5668934 -#> 28 0.30434783 0.2267574 -#> 29 0.31818182 0.2267574 -#> 30 0.33333333 0.2267574 -#> 31 0.34782609 0.3401361 -#> 32 0.35000000 0.1133787 -#> 33 0.35294118 0.4535147 -#> 34 0.37500000 0.1133787 -#> 35 0.39130435 0.1133787 -#> 36 0.40000000 0.1133787 -#> 37 0.40909091 0.2267574 -#> 38 0.41176471 0.3401361 -#> 39 0.41666667 0.1133787 -#> 40 0.42857143 0.2267574 -#> 41 0.43750000 0.1133787 -#> 42 0.44444444 0.5668934 -#> 43 0.45000000 0.2267574 -#> 44 0.45454545 0.1133787 -#> 45 0.47058824 0.3401361 -#> 46 0.50000000 0.6802721 -#> 47 0.52173913 0.3401361 -#> 48 0.52941176 0.4535147 -#> 49 0.55000000 0.2267574 -#> 50 0.55555556 0.2267574 -#> 51 0.56521739 0.1133787 -#> 52 0.59090909 0.3401361 -#> 53 0.60000000 0.2267574 -#> 54 0.60869565 0.1133787 -#> 55 0.61111111 0.2267574 -#> 56 0.62500000 0.1133787 -#> 57 0.64705882 0.1133787 -#> 58 0.65000000 0.2267574 -#> 59 0.65217391 0.4535147 -#> 60 0.66666667 0.1133787 -#> 61 0.69565217 0.1133787 -#> 62 0.70000000 0.1133787 -#> 63 0.70588235 0.2267574 -#> 64 0.73913043 0.2267574 -#> 65 0.75000000 0.1133787 -#> 66 0.77272727 0.2267574 -#> 67 0.78260870 0.3401361 -#> 68 0.78571429 0.2267574 -#> 69 0.80000000 0.1133787 -#> 70 0.82352941 0.3401361 -#> 71 0.82608696 0.3401361 -#> 72 0.83333333 0.1133787 -#> 73 0.85714286 0.1133787 -#> 74 0.86956522 0.3401361 -#> 75 0.87500000 0.1133787 -#> 76 0.90000000 0.1133787 -#> 77 0.91304348 0.2267574 -#> 78 0.91666667 0.1133787 -#> 79 0.94444444 0.2267574 -#> 80 0.95454545 0.1133787 -#> 81 1.00000000 0.4535147 -#> 82 1.04347826 0.4535147 -#> 83 1.04545455 0.1133787 -#> 84 1.05000000 0.1133787 -#> 85 1.05555556 0.2267574 -#> 86 1.06250000 0.1133787 -#> 87 1.10000000 0.3401361 -#> 88 1.11764706 0.1133787 -#> 89 1.15000000 0.1133787 -#> 90 1.17391304 0.1133787 -#> 91 1.17647059 0.3401361 -#> 92 1.20000000 0.1133787 -#> 93 1.22222222 0.1133787 -#> 94 1.23529412 0.1133787 -#> 95 1.25000000 0.1133787 -#> 96 1.26086957 0.2267574 -#> 97 1.27777778 0.1133787 -#> 98 1.29411765 0.1133787 -#> 99 1.30000000 0.1133787 -#> 100 1.30434783 0.1133787 -#> 101 1.33333333 0.3401361 -#> 102 1.34782609 0.1133787 -#> 103 1.35294118 0.2267574 -#> 104 1.38888889 0.2267574 -#> 105 1.39130435 0.1133787 -#> 106 1.41176471 0.1133787 -#> 107 1.44444444 0.1133787 -#> 108 1.47058824 0.2267574 -#> 109 1.47826087 0.1133787 -#> 110 1.50000000 0.1133787 -#> 111 1.52173913 0.2267574 -#> 112 1.52941176 0.1133787 -#> 113 1.55555556 0.1133787 -#> 114 1.56521739 0.1133787 -#> 115 1.58823529 0.2267574 -#> 116 1.60000000 0.1133787 -#> 117 1.60869565 0.2267574 -#> 118 1.61111111 0.1133787 -#> 119 1.64285714 0.1133787 -#> 120 1.65000000 0.1133787 -#> 121 1.66666667 0.1133787 -#> 122 1.69565217 0.1133787 -#> 123 1.70588235 0.3401361 -#> 124 1.75000000 0.2267574 -#> 125 1.76470588 0.1133787 -#> 126 1.80000000 0.1133787 -#> 127 1.83333333 0.1133787 -#> 128 1.86363636 0.1133787 -#> 129 1.90000000 0.1133787 -#> 130 1.92857143 0.2267574 -#> 131 1.94444444 0.1133787 -#> 132 1.95454545 0.1133787 -#> 133 2.04545455 0.1133787 -#> 134 2.05000000 0.2267574 -#> 135 2.06250000 0.1133787 -#> 136 2.10000000 0.1133787 -#> 137 2.11764706 0.1133787 -#> 138 2.14285714 0.1133787 -#> 139 2.15000000 0.1133787 -#> 140 2.16666667 0.1133787 -#> 141 2.20000000 0.1133787 -#> 142 2.21739130 0.1133787 -#> 143 2.27272727 0.1133787 -#> 144 2.27777778 0.1133787 -#> 145 2.29411765 0.2267574 -#> 146 2.33333333 0.1133787 -#> 147 2.35000000 0.2267574 -#> 148 2.35294118 0.1133787 -#> 149 2.38888889 0.1133787 -#> 150 2.40000000 0.1133787 -#> 151 2.44444444 0.1133787 -#> 152 2.45000000 0.1133787 -#> 153 2.45454545 0.1133787 -#> 154 2.47058824 0.1133787 -#> 155 2.50000000 0.1133787 -#> 156 2.55555556 0.1133787 -#> 157 2.58823529 0.2267574 -#> 158 2.60869565 0.1133787 -#> 159 2.65217391 0.1133787 -#> 160 2.68750000 0.1133787 -#> 161 2.70588235 0.1133787 -#> 162 2.76470588 0.1133787 -#> 163 2.83333333 0.1133787 -#> 164 2.86363636 0.1133787 -#> 165 2.88888889 0.1133787 -#> 166 2.94444444 0.1133787 -#> 167 3.00000000 0.1133787 -#> 168 3.05555556 0.1133787 -#> 169 3.11111111 0.1133787 -#> 170 3.11764706 0.1133787 -#> 171 3.14285714 0.1133787 -#> 172 3.15000000 0.1133787 -#> 173 3.17647059 0.1133787 -#> 174 3.26086957 0.1133787 -#> 175 3.27777778 0.2267574 -#> 176 3.30000000 0.1133787 -#> 177 3.34782609 0.1133787 -#> 178 3.35000000 0.2267574 -#> 179 3.35294118 0.1133787 -#> 180 3.38095238 0.1133787 -#> 181 3.45000000 0.1133787 -#> 182 3.47058824 0.1133787 -#> 183 3.50000000 0.1133787 -#> 184 3.66666667 0.1133787 -#> 185 3.72222222 0.1133787 -#> 186 3.76470588 0.2267574 -#> 187 3.77777778 0.1133787 -#> 188 3.78571429 0.1133787 -#> 189 3.88235294 0.1133787 -#> 190 3.90000000 0.1133787 -#> 191 4.00000000 0.1133787 -#> 192 4.05000000 0.1133787 -#> 193 4.05555556 0.1133787 -#> 194 4.05882353 0.1133787 -#> 195 4.29411765 0.1133787 -#> 196 4.43750000 0.1133787 -#> 197 4.52941176 0.2267574 -#> 198 4.55555556 0.1133787 -#> 199 4.64285714 0.1133787 -#> 200 4.77777778 0.1133787 -#> 201 5.05000000 0.1133787 -#> 202 5.41176471 0.1133787 -#> 203 5.60000000 0.1133787 -#> 204 5.66666667 0.1133787 -#> 205 5.70588235 0.1133787 -#> 206 5.90000000 0.1133787 -#> 207 6.00000000 0.1133787 -#> 208 6.17391304 0.1133787 -#> 209 6.30000000 0.1133787 -#> 210 6.39130435 0.1133787 -#> 211 6.45000000 0.1133787 -#> 212 6.80000000 0.1133787 -#> 213 6.85714286 0.1133787 -#> 214 7.00000000 0.1133787 -#> 215 7.78571429 0.1133787 -#> 216 8.29411765 0.1133787 -#> 217 8.30000000 0.1133787 -#> 218 8.44444444 0.1133787 -#> 219 8.58823529 0.1133787 -#> 220 8.90000000 0.1133787 -#> 221 9.05000000 0.1133787 -#> 222 9.16666667 0.1133787 -#> 223 9.28571429 0.1133787 -#> 224 9.64705882 0.1133787 -#> 225 9.75000000 0.1133787 -#> 226 9.95000000 0.1133787 -#> 227 10.05555556 0.1133787 -#> 228 10.18750000 0.1133787 -#> 229 11.66666667 0.1133787 -#> 230 12.95000000 0.1133787 -#> 231 15.06250000 0.1133787 -#> 232 15.61111111 0.1133787 -#> 233 17.90000000 0.1133787 -#> -#> -#> [[2]]$args -#> [[2]]$args$acoustics -#> individual_id transmitter_id index timestamp receiver_id -#> 1 25 A69-1303-555 1 2016-03-17 01:50:00 26 -#> 2 25 A69-1303-555 2 2016-03-17 01:52:00 26 -#> 3 25 A69-1303-555 4 2016-03-17 01:54:00 26 -#> 4 25 A69-1303-555 5 2016-03-17 01:58:00 26 -#> 5 25 A69-1303-555 7 2016-03-17 02:00:00 26 -#> 6 25 A69-1303-555 8 2016-03-17 02:04:00 26 -#> 7 25 A69-1303-555 9 2016-03-17 02:06:00 26 -#> 8 25 A69-1303-555 10 2016-03-17 02:08:00 26 -#> 9 25 A69-1303-555 12 2016-03-17 02:10:00 26 -#> 10 25 A69-1303-555 14 2016-03-17 02:12:00 26 -#> 11 25 A69-1303-555 15 2016-03-17 02:14:00 26 -#> 12 25 A69-1303-555 17 2016-03-17 02:16:00 26 -#> 13 25 A69-1303-555 19 2016-03-17 02:18:00 26 -#> 14 25 A69-1303-555 21 2016-03-17 02:20:00 26 -#> 15 25 A69-1303-555 22 2016-03-17 02:22:00 26 -#> 16 25 A69-1303-555 23 2016-03-17 02:24:00 26 -#> 17 25 A69-1303-555 24 2016-03-17 02:30:00 26 -#> 18 25 A69-1303-555 25 2016-03-17 02:32:00 26 -#> 19 25 A69-1303-555 26 2016-03-17 02:52:00 21 -#> 20 25 A69-1303-555 27 2016-03-17 02:54:00 26 -#> 21 25 A69-1303-555 28 2016-03-17 02:56:00 26 -#> 22 25 A69-1303-555 29 2016-03-17 02:56:00 21 -#> 23 25 A69-1303-555 31 2016-03-17 02:58:00 21 -#> 24 25 A69-1303-555 33 2016-03-17 03:00:00 21 -#> 25 25 A69-1303-555 34 2016-03-17 03:02:00 21 -#> 26 25 A69-1303-555 35 2016-03-17 03:04:00 21 -#> 27 25 A69-1303-555 37 2016-03-17 03:06:00 21 -#> 28 25 A69-1303-555 39 2016-03-17 03:08:00 21 -#> 29 25 A69-1303-555 42 2016-03-17 03:10:00 21 -#> 30 25 A69-1303-555 44 2016-03-17 03:12:00 21 -#> 31 25 A69-1303-555 46 2016-03-17 03:16:00 21 -#> 32 25 A69-1303-555 48 2016-03-17 03:18:00 21 -#> 33 25 A69-1303-555 49 2016-03-17 03:20:00 21 -#> 34 25 A69-1303-555 51 2016-03-17 03:22:00 21 -#> 35 25 A69-1303-555 54 2016-03-17 03:24:00 21 -#> 36 25 A69-1303-555 55 2016-03-17 03:26:00 21 -#> 37 25 A69-1303-555 57 2016-03-17 03:28:00 21 -#> 38 25 A69-1303-555 59 2016-03-17 03:30:00 21 -#> 39 25 A69-1303-555 60 2016-03-17 03:32:00 21 -#> 40 25 A69-1303-555 62 2016-03-17 03:36:00 21 -#> 41 25 A69-1303-555 64 2016-03-17 03:38:00 21 -#> 42 25 A69-1303-555 66 2016-03-17 03:40:00 21 -#> 43 25 A69-1303-555 67 2016-03-17 03:42:00 26 -#> 44 25 A69-1303-555 68 2016-03-17 03:44:00 26 -#> 45 25 A69-1303-555 69 2016-03-17 03:46:00 26 -#> 46 25 A69-1303-555 71 2016-03-17 03:48:00 26 -#> 47 25 A69-1303-555 73 2016-03-17 03:50:00 26 -#> 48 25 A69-1303-555 74 2016-03-17 03:54:00 26 -#> 49 25 A69-1303-555 75 2016-03-17 04:04:00 26 -#> 50 25 A69-1303-555 77 2016-03-17 04:06:00 26 -#> 51 25 A69-1303-555 78 2016-03-17 04:08:00 26 -#> 52 25 A69-1303-555 79 2016-03-17 04:08:00 21 -#> 53 25 A69-1303-555 80 2016-03-17 04:12:00 21 -#> 54 25 A69-1303-555 81 2016-03-17 04:32:00 26 -#> 55 25 A69-1303-555 82 2016-03-17 04:34:00 26 -#> 56 25 A69-1303-555 83 2016-03-17 04:38:00 26 -#> 57 25 A69-1303-555 84 2016-03-17 04:44:00 26 -#> 58 25 A69-1303-555 85 2016-03-17 04:48:00 26 -#> 59 25 A69-1303-555 86 2016-03-17 04:50:00 26 -#> 60 25 A69-1303-555 87 2016-03-17 04:54:00 26 -#> 61 25 A69-1303-555 88 2016-03-17 04:56:00 26 -#> 62 25 A69-1303-555 90 2016-03-17 04:58:00 26 -#> 63 25 A69-1303-555 92 2016-03-17 05:00:00 26 -#> 64 25 A69-1303-555 94 2016-03-17 05:02:00 26 -#> 65 25 A69-1303-555 96 2016-03-17 05:04:00 26 -#> 66 25 A69-1303-555 97 2016-03-17 05:06:00 26 -#> 67 25 A69-1303-555 99 2016-03-17 05:06:00 31 -#> 68 25 A69-1303-555 100 2016-03-17 05:08:00 26 -#> 69 25 A69-1303-555 102 2016-03-17 05:10:00 31 -#> 70 25 A69-1303-555 103 2016-03-17 05:10:00 26 -#> 71 25 A69-1303-555 105 2016-03-17 05:12:00 26 -#> 72 25 A69-1303-555 107 2016-03-17 05:14:00 26 -#> 73 25 A69-1303-555 109 2016-03-17 05:16:00 26 -#> 74 25 A69-1303-555 111 2016-03-17 05:18:00 26 -#> 75 25 A69-1303-555 112 2016-03-17 05:20:00 31 -#> 76 25 A69-1303-555 113 2016-03-17 05:20:00 26 -#> 77 25 A69-1303-555 116 2016-03-17 05:22:00 26 -#> 78 25 A69-1303-555 117 2016-03-17 05:24:00 26 -#> 79 25 A69-1303-555 119 2016-03-17 05:26:00 26 -#> 80 25 A69-1303-555 120 2016-03-17 05:28:00 26 -#> 81 25 A69-1303-555 121 2016-03-17 05:30:00 26 -#> 82 25 A69-1303-555 123 2016-03-17 05:32:00 26 -#> 83 25 A69-1303-555 125 2016-03-17 05:34:00 26 -#> 84 25 A69-1303-555 127 2016-03-17 05:36:00 26 -#> 85 25 A69-1303-555 129 2016-03-17 05:38:00 26 -#> 86 25 A69-1303-555 131 2016-03-17 05:40:00 26 -#> 87 25 A69-1303-555 132 2016-03-17 08:36:00 26 -#> 88 25 A69-1303-555 133 2016-03-17 08:40:00 26 -#> 89 25 A69-1303-555 134 2016-03-17 08:42:00 26 -#> 90 25 A69-1303-555 136 2016-03-17 08:44:00 26 -#> 91 25 A69-1303-555 137 2016-03-17 08:46:00 26 -#> 92 25 A69-1303-555 138 2016-03-17 08:50:00 26 -#> 93 25 A69-1303-555 139 2016-03-17 08:50:00 31 -#> 94 25 A69-1303-555 142 2016-03-17 08:52:00 26 -#> 95 25 A69-1303-555 144 2016-03-17 08:52:00 31 -#> 96 25 A69-1303-555 146 2016-03-17 08:54:00 31 -#> 97 25 A69-1303-555 147 2016-03-17 08:54:00 26 -#> 98 25 A69-1303-555 148 2016-03-17 08:58:00 31 -#> 99 25 A69-1303-555 149 2016-03-17 08:58:00 26 -#> 100 25 A69-1303-555 151 2016-03-17 09:00:00 26 -#> 101 25 A69-1303-555 152 2016-03-17 09:00:00 31 -#> 102 25 A69-1303-555 154 2016-03-17 09:02:00 26 -#> 103 25 A69-1303-555 155 2016-03-21 21:06:00 26 -#> 104 25 A69-1303-555 156 2016-03-21 21:08:00 26 -#> 105 25 A69-1303-555 157 2016-03-21 22:20:00 26 -#> 106 25 A69-1303-555 158 2016-03-21 22:24:00 26 -#> 107 25 A69-1303-555 159 2016-03-21 22:26:00 26 -#> 108 25 A69-1303-555 161 2016-03-21 22:28:00 26 -#> 109 25 A69-1303-555 162 2016-03-21 22:34:00 26 -#> 110 25 A69-1303-555 163 2016-03-21 22:36:00 26 -#> 111 25 A69-1303-555 165 2016-03-21 22:38:00 26 -#> 112 25 A69-1303-555 166 2016-03-21 22:40:00 26 -#> 113 25 A69-1303-555 167 2016-03-21 22:42:00 26 -#> 114 25 A69-1303-555 168 2016-03-21 22:44:00 26 -#> 115 25 A69-1303-555 169 2016-03-21 22:46:00 26 -#> 116 25 A69-1303-555 171 2016-03-21 22:48:00 26 -#> 117 25 A69-1303-555 173 2016-03-21 22:50:00 26 -#> 118 25 A69-1303-555 175 2016-03-21 22:52:00 26 -#> 119 25 A69-1303-555 176 2016-03-21 22:54:00 26 -#> 120 25 A69-1303-555 177 2016-03-21 22:56:00 26 -#> 121 25 A69-1303-555 180 2016-03-21 23:00:00 26 -#> 122 25 A69-1303-555 181 2016-03-21 23:04:00 26 -#> 123 25 A69-1303-555 182 2016-03-21 23:06:00 26 -#> 124 25 A69-1303-555 183 2016-03-21 23:08:00 26 -#> 125 25 A69-1303-555 184 2016-03-22 05:28:00 26 -#> 126 25 A69-1303-555 185 2016-03-22 05:30:00 26 -#> 127 25 A69-1303-555 186 2016-03-22 05:36:00 26 -#> 128 25 A69-1303-555 187 2016-03-22 05:40:00 26 -#> 129 25 A69-1303-555 188 2016-03-22 05:42:00 26 -#> 130 25 A69-1303-555 190 2016-03-22 05:44:00 26 -#> 131 25 A69-1303-555 191 2016-03-22 05:48:00 26 -#> 132 25 A69-1303-555 192 2016-03-22 05:50:00 26 -#> 133 25 A69-1303-555 193 2016-03-22 05:52:00 26 -#> 134 25 A69-1303-555 194 2016-03-22 07:36:00 26 -#> 135 25 A69-1303-555 195 2016-03-22 07:44:00 26 -#> 136 25 A69-1303-555 196 2016-03-22 08:20:00 26 -#> 137 25 A69-1303-555 197 2016-03-22 08:22:00 26 -#> 138 25 A69-1303-555 198 2016-03-22 08:24:00 26 -#> 139 25 A69-1303-555 200 2016-03-22 08:26:00 26 -#> 140 25 A69-1303-555 201 2016-03-22 08:28:00 26 -#> 141 25 A69-1303-555 202 2016-03-22 08:30:00 26 -#> 142 25 A69-1303-555 204 2016-03-23 22:42:00 11 -#> 143 25 A69-1303-555 205 2016-03-23 22:44:00 11 -#> 144 25 A69-1303-555 206 2016-03-23 22:46:00 11 -#> 145 25 A69-1303-555 207 2016-03-23 22:48:00 11 -#> 146 25 A69-1303-555 209 2016-03-23 23:26:00 11 -#> 147 25 A69-1303-555 211 2016-03-23 23:30:00 11 -#> 148 25 A69-1303-555 212 2016-03-23 23:40:00 11 -#> 149 25 A69-1303-555 213 2016-03-23 23:44:00 11 -#> 150 25 A69-1303-555 214 2016-03-23 23:46:00 11 -#> 151 25 A69-1303-555 216 2016-03-23 23:50:00 11 -#> 152 25 A69-1303-555 217 2016-03-23 23:52:00 11 -#> 153 25 A69-1303-555 219 2016-03-23 23:54:00 11 -#> 154 25 A69-1303-555 221 2016-03-23 23:56:00 11 -#> 155 25 A69-1303-555 223 2016-03-23 23:58:00 11 -#> 156 25 A69-1303-555 225 2016-03-24 00:00:00 11 -#> 157 25 A69-1303-555 227 2016-03-24 00:02:00 11 -#> 158 25 A69-1303-555 228 2016-03-24 00:04:00 11 -#> 159 25 A69-1303-555 230 2016-03-24 00:06:00 11 -#> 160 25 A69-1303-555 231 2016-03-24 00:10:00 11 -#> 161 25 A69-1303-555 232 2016-03-24 00:12:00 11 -#> 162 25 A69-1303-555 233 2016-03-24 00:20:00 11 -#> 163 25 A69-1303-555 234 2016-03-24 00:22:00 11 -#> 164 25 A69-1303-555 236 2016-03-24 00:24:00 11 -#> 165 25 A69-1303-555 237 2016-03-24 00:26:00 11 -#> 166 25 A69-1303-555 238 2016-03-24 00:28:00 11 -#> 167 25 A69-1303-555 240 2016-03-24 00:30:00 11 -#> 168 25 A69-1303-555 242 2016-03-24 00:40:00 11 -#> 169 25 A69-1303-555 244 2016-03-24 00:42:00 11 -#> 170 25 A69-1303-555 245 2016-03-24 00:44:00 11 -#> 171 25 A69-1303-555 247 2016-03-24 00:46:00 11 -#> 172 25 A69-1303-555 249 2016-03-24 00:48:00 11 -#> 173 25 A69-1303-555 250 2016-03-24 00:50:00 11 -#> 174 25 A69-1303-555 252 2016-03-24 00:52:00 11 -#> 175 25 A69-1303-555 253 2016-03-24 00:54:00 11 -#> 176 25 A69-1303-555 255 2016-03-24 00:56:00 11 -#> 177 25 A69-1303-555 257 2016-03-24 00:58:00 11 -#> 178 25 A69-1303-555 260 2016-03-24 01:00:00 11 -#> 179 25 A69-1303-555 261 2016-03-24 01:02:00 11 -#> 180 25 A69-1303-555 263 2016-03-24 01:04:00 11 -#> 181 25 A69-1303-555 265 2016-03-24 01:20:00 11 -#> 182 25 A69-1303-555 266 2016-03-24 01:26:00 11 -#> 183 25 A69-1303-555 267 2016-03-24 01:34:00 11 -#> 184 25 A69-1303-555 268 2016-03-24 01:46:00 11 -#> 185 25 A69-1303-555 269 2016-03-24 01:56:00 11 -#> 186 25 A69-1303-555 270 2016-03-24 02:06:00 11 -#> 187 25 A69-1303-555 271 2016-03-24 17:40:00 14 -#> 188 25 A69-1303-555 273 2016-03-24 17:42:00 14 -#> 189 25 A69-1303-555 274 2016-03-24 17:44:00 14 -#> 190 25 A69-1303-555 276 2016-03-24 17:46:00 14 -#> 191 25 A69-1303-555 277 2016-03-24 17:48:00 14 -#> 192 25 A69-1303-555 278 2016-03-24 17:50:00 14 -#> 193 25 A69-1303-555 280 2016-03-24 17:52:00 14 -#> 194 25 A69-1303-555 281 2016-03-24 17:54:00 14 -#> 195 25 A69-1303-555 282 2016-03-24 17:56:00 14 -#> 196 25 A69-1303-555 283 2016-03-24 17:58:00 14 -#> 197 25 A69-1303-555 285 2016-03-24 18:00:00 14 -#> 198 25 A69-1303-555 288 2016-03-24 18:02:00 14 -#> 199 25 A69-1303-555 290 2016-03-24 18:04:00 14 -#> 200 25 A69-1303-555 292 2016-03-24 18:08:00 14 -#> 201 25 A69-1303-555 293 2016-03-24 18:14:00 14 -#> 202 25 A69-1303-555 294 2016-03-24 18:16:00 14 -#> 203 25 A69-1303-555 295 2016-03-24 18:18:00 14 -#> 204 25 A69-1303-555 297 2016-03-24 18:20:00 14 -#> 205 25 A69-1303-555 299 2016-03-24 18:22:00 14 -#> 206 25 A69-1303-555 301 2016-03-24 18:24:00 14 -#> 207 25 A69-1303-555 303 2016-03-24 18:26:00 14 -#> 208 25 A69-1303-555 304 2016-03-24 18:28:00 14 -#> 209 25 A69-1303-555 306 2016-03-24 18:30:00 14 -#> 210 25 A69-1303-555 307 2016-03-24 18:34:00 14 -#> 211 25 A69-1303-555 308 2016-03-24 18:36:00 14 -#> 212 25 A69-1303-555 309 2016-03-24 18:38:00 14 -#> 213 25 A69-1303-555 310 2016-03-25 03:00:00 23 -#> 214 25 A69-1303-555 312 2016-03-25 08:56:00 14 -#> 215 25 A69-1303-555 313 2016-03-25 09:02:00 14 -#> 216 25 A69-1303-555 314 2016-03-25 09:06:00 14 -#> 217 25 A69-1303-555 315 2016-03-25 09:08:00 14 -#> 218 25 A69-1303-555 317 2016-03-25 09:10:00 14 -#> 219 25 A69-1303-555 318 2016-03-25 09:12:00 14 -#> 220 25 A69-1303-555 320 2016-03-25 09:14:00 14 -#> 221 25 A69-1303-555 321 2016-03-25 09:16:00 14 -#> 222 25 A69-1303-555 323 2016-03-25 09:18:00 14 -#> 223 25 A69-1303-555 324 2016-03-25 09:20:00 14 -#> 224 25 A69-1303-555 325 2016-03-25 09:24:00 14 -#> 225 25 A69-1303-555 327 2016-03-25 09:26:00 14 -#> 226 25 A69-1303-555 329 2016-03-25 09:28:00 14 -#> 227 25 A69-1303-555 331 2016-03-25 09:30:00 14 -#> 228 25 A69-1303-555 332 2016-03-25 09:32:00 14 -#> 229 25 A69-1303-555 334 2016-03-25 09:34:00 14 -#> 230 25 A69-1303-555 335 2016-03-25 09:36:00 14 -#> 231 25 A69-1303-555 336 2016-03-27 20:18:00 11 -#> 232 25 A69-1303-555 338 2016-03-27 20:20:00 11 -#> 233 25 A69-1303-555 339 2016-03-27 20:22:00 11 -#> 234 25 A69-1303-555 342 2016-03-27 20:24:00 11 -#> 235 25 A69-1303-555 344 2016-03-27 20:26:00 11 -#> 236 25 A69-1303-555 345 2016-03-27 23:04:00 18 -#> 237 25 A69-1303-555 346 2016-03-27 23:06:00 18 -#> 238 25 A69-1303-555 347 2016-03-27 23:14:00 18 -#> 239 25 A69-1303-555 349 2016-03-27 23:16:00 18 -#> 240 25 A69-1303-555 351 2016-03-27 23:20:00 18 -#> 241 25 A69-1303-555 352 2016-03-28 11:22:00 26 -#> 242 25 A69-1303-555 353 2016-03-28 11:24:00 21 -#> 243 25 A69-1303-555 354 2016-03-28 11:24:00 26 -#> 244 25 A69-1303-555 357 2016-03-28 11:26:00 21 -#> 245 25 A69-1303-555 358 2016-03-28 11:26:00 26 -#> 246 25 A69-1303-555 360 2016-03-28 11:28:00 21 -#> 247 25 A69-1303-555 361 2016-03-28 11:28:00 26 -#> 248 25 A69-1303-555 362 2016-03-28 11:30:00 21 -#> 249 25 A69-1303-555 364 2016-03-28 11:30:00 26 -#> 250 25 A69-1303-555 368 2016-03-28 11:32:00 26 -#> 251 25 A69-1303-555 369 2016-03-28 11:32:00 21 -#> 252 25 A69-1303-555 370 2016-03-28 11:34:00 21 -#> 253 25 A69-1303-555 373 2016-03-28 11:36:00 21 -#> 254 25 A69-1303-555 374 2016-03-28 11:38:00 21 -#> 255 25 A69-1303-555 375 2016-03-28 11:38:00 26 -#> 256 25 A69-1303-555 376 2016-03-28 11:40:00 21 -#> 257 25 A69-1303-555 377 2016-03-28 11:40:00 26 -#> 258 25 A69-1303-555 380 2016-03-28 11:42:00 26 -#> 259 25 A69-1303-555 382 2016-03-28 11:44:00 21 -#> 260 25 A69-1303-555 383 2016-03-28 11:44:00 26 -#> 261 25 A69-1303-555 384 2016-03-28 11:46:00 26 -#> 262 25 A69-1303-555 386 2016-03-28 11:48:00 26 -#> 263 25 A69-1303-555 387 2016-03-28 11:48:00 21 -#> 264 25 A69-1303-555 389 2016-03-28 11:50:00 26 -#> 265 25 A69-1303-555 390 2016-03-28 11:50:00 21 -#> 266 25 A69-1303-555 391 2016-03-28 11:52:00 26 -#> 267 25 A69-1303-555 392 2016-03-28 11:52:00 21 -#> 268 25 A69-1303-555 394 2016-03-28 11:54:00 26 -#> 269 25 A69-1303-555 395 2016-03-28 11:54:00 21 -#> 270 25 A69-1303-555 397 2016-03-28 11:56:00 21 -#> 271 25 A69-1303-555 398 2016-03-28 11:56:00 26 -#> 272 25 A69-1303-555 400 2016-03-28 11:58:00 26 -#> 273 25 A69-1303-555 401 2016-03-28 12:00:00 21 -#> 274 25 A69-1303-555 402 2016-03-28 12:00:00 26 -#> 275 25 A69-1303-555 404 2016-03-28 12:02:00 26 -#> 276 25 A69-1303-555 405 2016-03-28 12:02:00 21 -#> 277 25 A69-1303-555 407 2016-03-28 12:04:00 26 -#> 278 25 A69-1303-555 409 2016-03-28 12:04:00 21 -#> 279 25 A69-1303-555 411 2016-03-28 12:06:00 26 -#> 280 25 A69-1303-555 412 2016-03-28 12:08:00 21 -#> 281 25 A69-1303-555 413 2016-03-28 12:08:00 26 -#> 282 25 A69-1303-555 415 2016-03-28 12:10:00 26 -#> 283 25 A69-1303-555 416 2016-03-28 12:12:00 26 -#> 284 25 A69-1303-555 418 2016-03-28 12:12:00 21 -#> 285 25 A69-1303-555 419 2016-03-28 12:14:00 26 -#> 286 25 A69-1303-555 420 2016-03-28 12:14:00 21 -#> 287 25 A69-1303-555 424 2016-03-28 12:16:00 21 -#> 288 25 A69-1303-555 425 2016-03-28 12:16:00 26 -#> 289 25 A69-1303-555 427 2016-03-28 12:18:00 26 -#> 290 25 A69-1303-555 429 2016-03-28 12:20:00 26 -#> 291 25 A69-1303-555 431 2016-03-28 12:22:00 26 -#> 292 25 A69-1303-555 433 2016-03-28 12:24:00 26 -#> 293 25 A69-1303-555 434 2016-03-28 12:24:00 21 -#> 294 25 A69-1303-555 436 2016-03-28 12:26:00 26 -#> 295 25 A69-1303-555 438 2016-03-28 12:28:00 26 -#> 296 25 A69-1303-555 440 2016-03-28 12:30:00 26 -#> 297 25 A69-1303-555 442 2016-03-28 12:38:00 26 -#> 298 25 A69-1303-555 444 2016-03-28 12:40:00 26 -#> 299 25 A69-1303-555 445 2016-03-28 12:44:00 26 -#> 300 25 A69-1303-555 446 2016-03-28 12:46:00 26 -#> 301 25 A69-1303-555 448 2016-03-28 12:48:00 26 -#> 302 25 A69-1303-555 449 2016-03-28 12:54:00 26 -#> 303 25 A69-1303-555 450 2016-03-28 13:02:00 26 -#> 304 25 A69-1303-555 451 2016-03-28 13:04:00 26 -#> 305 25 A69-1303-555 452 2016-03-28 13:06:00 26 -#> 306 25 A69-1303-555 453 2016-03-28 13:08:00 26 -#> 307 25 A69-1303-555 454 2016-03-28 13:10:00 26 -#> 308 25 A69-1303-555 455 2016-03-28 13:12:00 26 -#> 309 25 A69-1303-555 457 2016-03-28 13:14:00 26 -#> 310 25 A69-1303-555 459 2016-03-28 13:16:00 31 -#> 311 25 A69-1303-555 460 2016-03-28 13:16:00 26 -#> 312 25 A69-1303-555 463 2016-03-28 13:18:00 26 -#> 313 25 A69-1303-555 464 2016-03-28 13:20:00 26 -#> 314 25 A69-1303-555 466 2016-03-28 13:22:00 26 -#> 315 25 A69-1303-555 468 2016-03-28 13:24:00 26 -#> 316 25 A69-1303-555 470 2016-03-28 13:26:00 26 -#> 317 25 A69-1303-555 472 2016-03-28 13:28:00 26 -#> 318 25 A69-1303-555 473 2016-03-28 13:30:00 26 -#> 319 25 A69-1303-555 475 2016-03-28 13:32:00 26 -#> 320 25 A69-1303-555 476 2016-03-28 13:36:00 26 -#> 321 25 A69-1303-555 477 2016-03-28 13:38:00 26 -#> 322 25 A69-1303-555 479 2016-03-28 13:40:00 26 -#> 323 25 A69-1303-555 481 2016-03-28 13:42:00 26 -#> 324 25 A69-1303-555 483 2016-03-28 13:44:00 26 -#> 325 25 A69-1303-555 485 2016-03-28 13:46:00 26 -#> 326 25 A69-1303-555 487 2016-03-28 13:48:00 26 -#> 327 25 A69-1303-555 489 2016-03-28 13:50:00 26 -#> 328 25 A69-1303-555 490 2016-03-28 13:52:00 26 -#> 329 25 A69-1303-555 491 2016-03-28 13:54:00 26 -#> 330 25 A69-1303-555 492 2016-03-28 17:32:00 26 -#> 331 25 A69-1303-555 493 2016-03-28 17:36:00 26 -#> 332 25 A69-1303-555 494 2016-03-28 17:40:00 26 -#> 333 25 A69-1303-555 495 2016-03-28 17:46:00 26 -#> 334 25 A69-1303-555 496 2016-03-28 18:20:00 26 -#> 335 25 A69-1303-555 497 2016-03-28 18:22:00 26 -#> 336 25 A69-1303-555 498 2016-03-28 18:26:00 26 -#> 337 25 A69-1303-555 499 2016-03-28 18:44:00 26 -#> 338 25 A69-1303-555 500 2016-03-28 18:46:00 26 -#> 339 25 A69-1303-555 501 2016-03-28 23:00:00 3 -#> 340 25 A69-1303-555 502 2016-03-28 23:04:00 3 -#> 341 25 A69-1303-555 505 2016-03-28 23:06:00 3 -#> 342 25 A69-1303-555 506 2016-03-28 23:34:00 3 -#> 343 25 A69-1303-555 508 2016-03-28 23:36:00 3 -#> 344 25 A69-1303-555 509 2016-03-28 23:40:00 3 -#> 345 25 A69-1303-555 511 2016-03-28 23:44:00 3 -#> 346 25 A69-1303-555 512 2016-03-29 00:10:00 3 -#> 347 25 A69-1303-555 513 2016-03-29 00:12:00 3 -#> 348 25 A69-1303-555 514 2016-03-29 00:16:00 3 -#> 349 25 A69-1303-555 515 2016-03-29 00:18:00 3 -#> 350 25 A69-1303-555 517 2016-03-29 00:20:00 3 -#> 351 25 A69-1303-555 519 2016-03-29 00:22:00 3 -#> 352 25 A69-1303-555 521 2016-03-29 00:26:00 3 -#> 353 25 A69-1303-555 524 2016-03-29 00:28:00 3 -#> 354 25 A69-1303-555 525 2016-03-29 00:30:00 3 -#> 355 25 A69-1303-555 527 2016-03-29 00:34:00 3 -#> 356 25 A69-1303-555 528 2016-03-29 00:36:00 3 -#> 357 25 A69-1303-555 529 2016-03-29 00:38:00 3 -#> 358 25 A69-1303-555 530 2016-03-29 00:44:00 3 -#> 359 25 A69-1303-555 532 2016-03-29 00:46:00 3 -#> 360 25 A69-1303-555 533 2016-03-29 00:48:00 3 -#> 361 25 A69-1303-555 534 2016-03-29 01:02:00 3 -#> 362 25 A69-1303-555 535 2016-03-29 01:04:00 3 -#> 363 25 A69-1303-555 536 2016-03-29 01:06:00 3 -#> 364 25 A69-1303-555 538 2016-03-29 01:08:00 3 -#> 365 25 A69-1303-555 540 2016-03-29 01:10:00 3 -#> 366 25 A69-1303-555 543 2016-03-29 01:12:00 3 -#> 367 25 A69-1303-555 544 2016-03-29 01:14:00 3 -#> 368 25 A69-1303-555 546 2016-03-29 01:18:00 3 -#> 369 25 A69-1303-555 547 2016-03-29 01:20:00 3 -#> 370 25 A69-1303-555 548 2016-03-29 01:22:00 3 -#> 371 25 A69-1303-555 550 2016-03-29 01:24:00 3 -#> 372 25 A69-1303-555 551 2016-03-29 01:26:00 3 -#> 373 25 A69-1303-555 554 2016-03-29 01:28:00 3 -#> 374 25 A69-1303-555 555 2016-03-29 01:30:00 3 -#> 375 25 A69-1303-555 558 2016-03-29 01:32:00 3 -#> 376 25 A69-1303-555 559 2016-03-29 01:36:00 3 -#> 377 25 A69-1303-555 561 2016-03-29 01:38:00 3 -#> 378 25 A69-1303-555 563 2016-03-29 01:40:00 9 -#> 379 25 A69-1303-555 564 2016-03-29 01:42:00 3 -#> 380 25 A69-1303-555 565 2016-03-29 01:42:00 9 -#> 381 25 A69-1303-555 567 2016-03-29 01:44:00 3 -#> 382 25 A69-1303-555 568 2016-03-29 01:44:00 9 -#> 383 25 A69-1303-555 570 2016-03-29 01:46:00 9 -#> 384 25 A69-1303-555 571 2016-03-29 01:46:00 3 -#> 385 25 A69-1303-555 573 2016-03-29 01:48:00 9 -#> 386 25 A69-1303-555 574 2016-03-29 01:50:00 9 -#> 387 25 A69-1303-555 575 2016-03-29 01:52:00 9 -#> 388 25 A69-1303-555 576 2016-03-29 01:52:00 3 -#> 389 25 A69-1303-555 579 2016-03-29 01:54:00 3 -#> 390 25 A69-1303-555 580 2016-03-29 01:54:00 9 -#> 391 25 A69-1303-555 581 2016-03-29 01:56:00 3 -#> 392 25 A69-1303-555 582 2016-03-29 01:56:00 9 -#> 393 25 A69-1303-555 584 2016-03-29 01:58:00 9 -#> 394 25 A69-1303-555 586 2016-03-29 02:00:00 3 -#> 395 25 A69-1303-555 587 2016-03-29 02:00:00 9 -#> 396 25 A69-1303-555 589 2016-03-29 02:06:00 3 -#> 397 25 A69-1303-555 590 2016-03-29 02:10:00 3 -#> 398 25 A69-1303-555 591 2016-03-29 02:12:00 3 -#> 399 25 A69-1303-555 593 2016-03-29 02:14:00 3 -#> 400 25 A69-1303-555 595 2016-03-29 02:16:00 3 -#> 401 25 A69-1303-555 597 2016-03-29 02:18:00 3 -#> 402 25 A69-1303-555 599 2016-03-29 02:20:00 3 -#> 403 25 A69-1303-555 601 2016-03-29 02:22:00 3 -#> 404 25 A69-1303-555 603 2016-03-29 02:24:00 3 -#> 405 25 A69-1303-555 605 2016-03-29 02:26:00 3 -#> 406 25 A69-1303-555 606 2016-03-29 02:28:00 3 -#> 407 25 A69-1303-555 608 2016-03-29 02:30:00 3 -#> 408 25 A69-1303-555 610 2016-03-29 02:32:00 3 -#> 409 25 A69-1303-555 612 2016-03-29 02:34:00 3 -#> 410 25 A69-1303-555 614 2016-03-29 02:36:00 3 -#> 411 25 A69-1303-555 616 2016-03-29 02:38:00 3 -#> 412 25 A69-1303-555 618 2016-03-29 02:40:00 3 -#> 413 25 A69-1303-555 619 2016-03-29 02:42:00 3 -#> 414 25 A69-1303-555 620 2016-03-29 02:44:00 3 -#> 415 25 A69-1303-555 622 2016-03-29 02:44:00 9 -#> 416 25 A69-1303-555 623 2016-03-29 02:46:00 3 -#> 417 25 A69-1303-555 624 2016-03-29 02:46:00 9 -#> 418 25 A69-1303-555 627 2016-03-29 02:48:00 3 -#> 419 25 A69-1303-555 628 2016-03-29 02:50:00 3 -#> 420 25 A69-1303-555 629 2016-03-29 02:50:00 9 -#> 421 25 A69-1303-555 631 2016-03-29 02:52:00 3 -#> 422 25 A69-1303-555 632 2016-03-29 02:52:00 9 -#> 423 25 A69-1303-555 633 2016-03-29 02:54:00 3 -#> 424 25 A69-1303-555 634 2016-03-29 02:54:00 9 -#> 425 25 A69-1303-555 636 2016-03-29 02:56:00 3 -#> 426 25 A69-1303-555 637 2016-03-29 02:56:00 9 -#> 427 25 A69-1303-555 639 2016-03-29 02:58:00 3 -#> 428 25 A69-1303-555 641 2016-03-29 03:00:00 3 -#> 429 25 A69-1303-555 642 2016-03-29 03:02:00 3 -#> 430 25 A69-1303-555 643 2016-03-29 03:04:00 3 -#> 431 25 A69-1303-555 644 2016-03-29 03:06:00 3 -#> 432 25 A69-1303-555 646 2016-03-29 03:08:00 3 -#> 433 25 A69-1303-555 648 2016-03-29 03:10:00 3 -#> 434 25 A69-1303-555 649 2016-03-29 03:12:00 3 -#> 435 25 A69-1303-555 650 2016-03-29 03:16:00 3 -#> 436 25 A69-1303-555 651 2016-03-29 03:18:00 3 -#> 437 25 A69-1303-555 652 2016-03-29 03:24:00 3 -#> 438 25 A69-1303-555 653 2016-03-29 03:26:00 3 -#> 439 25 A69-1303-555 654 2016-03-29 03:30:00 3 -#> 440 25 A69-1303-555 655 2016-03-29 13:08:00 3 -#> 441 25 A69-1303-555 656 2016-03-29 13:10:00 3 -#> 442 25 A69-1303-555 657 2016-03-29 13:14:00 3 -#> 443 25 A69-1303-555 658 2016-03-29 13:16:00 3 -#> 444 25 A69-1303-555 660 2016-03-29 13:20:00 3 -#> 445 25 A69-1303-555 661 2016-03-29 13:26:00 3 -#> 446 25 A69-1303-555 662 2016-03-29 13:30:00 3 -#> 447 25 A69-1303-555 663 2016-03-29 13:32:00 3 -#> 448 25 A69-1303-555 665 2016-03-29 13:34:00 3 -#> 449 25 A69-1303-555 667 2016-03-29 13:38:00 3 -#> 450 25 A69-1303-555 669 2016-03-29 13:42:00 3 -#> 451 25 A69-1303-555 670 2016-03-29 13:44:00 3 -#> 452 25 A69-1303-555 673 2016-03-29 13:46:00 3 -#> 453 25 A69-1303-555 675 2016-03-29 13:48:00 3 -#> 454 25 A69-1303-555 678 2016-03-29 13:52:00 3 -#> 455 25 A69-1303-555 679 2016-03-29 13:54:00 3 -#> 456 25 A69-1303-555 680 2016-03-29 13:56:00 3 -#> 457 25 A69-1303-555 681 2016-03-29 13:58:00 3 -#> 458 25 A69-1303-555 682 2016-03-29 14:02:00 3 -#> 459 25 A69-1303-555 683 2016-03-29 14:04:00 3 -#> 460 25 A69-1303-555 684 2016-03-29 14:08:00 3 -#> 461 25 A69-1303-555 685 2016-03-29 14:10:00 3 -#> 462 25 A69-1303-555 686 2016-03-29 14:12:00 3 -#> 463 25 A69-1303-555 687 2016-03-29 14:16:00 3 -#> 464 25 A69-1303-555 688 2016-03-29 14:20:00 3 -#> 465 25 A69-1303-555 689 2016-03-29 14:22:00 3 -#> 466 25 A69-1303-555 690 2016-03-29 14:28:00 3 -#> 467 25 A69-1303-555 691 2016-03-29 14:32:00 3 -#> 468 25 A69-1303-555 693 2016-03-29 14:34:00 3 -#> 469 25 A69-1303-555 694 2016-03-29 14:36:00 3 -#> 470 25 A69-1303-555 695 2016-03-29 14:38:00 3 -#> 471 25 A69-1303-555 697 2016-03-29 14:40:00 3 -#> 472 25 A69-1303-555 699 2016-03-29 14:42:00 3 -#> 473 25 A69-1303-555 700 2016-03-29 14:44:00 3 -#> 474 25 A69-1303-555 702 2016-03-29 14:46:00 3 -#> 475 25 A69-1303-555 704 2016-03-29 14:48:00 3 -#> 476 25 A69-1303-555 706 2016-03-29 14:50:00 3 -#> 477 25 A69-1303-555 708 2016-03-29 14:52:00 3 -#> 478 25 A69-1303-555 710 2016-03-29 14:54:00 3 -#> 479 25 A69-1303-555 711 2016-03-29 14:56:00 3 -#> 480 25 A69-1303-555 712 2016-03-29 15:12:00 3 -#> 481 25 A69-1303-555 713 2016-03-29 15:16:00 3 -#> 482 25 A69-1303-555 714 2016-03-29 15:18:00 3 -#> 483 25 A69-1303-555 715 2016-03-29 15:20:00 3 -#> 484 25 A69-1303-555 716 2016-03-29 15:22:00 3 -#> 485 25 A69-1303-555 718 2016-03-29 15:24:00 3 -#> 486 25 A69-1303-555 719 2016-03-29 15:26:00 3 -#> 487 25 A69-1303-555 721 2016-03-29 15:28:00 3 -#> 488 25 A69-1303-555 723 2016-03-29 15:30:00 3 -#> 489 25 A69-1303-555 724 2016-03-29 15:32:00 3 -#> 490 25 A69-1303-555 725 2016-03-29 15:36:00 3 -#> 491 25 A69-1303-555 726 2016-03-29 15:38:00 3 -#> 492 25 A69-1303-555 728 2016-03-29 16:02:00 9 -#> 493 25 A69-1303-555 729 2016-03-29 16:06:00 9 -#> 494 25 A69-1303-555 730 2016-03-29 16:08:00 9 -#> 495 25 A69-1303-555 731 2016-03-29 16:08:00 3 -#> 496 25 A69-1303-555 732 2016-03-29 16:10:00 3 -#> 497 25 A69-1303-555 733 2016-03-29 16:14:00 3 -#> 498 25 A69-1303-555 735 2016-03-29 16:18:00 3 -#> 499 25 A69-1303-555 736 2016-03-29 16:24:00 3 -#> 500 25 A69-1303-555 738 2016-04-01 07:34:00 26 -#> 501 25 A69-1303-555 739 2016-04-01 07:36:00 26 -#> 502 25 A69-1303-555 740 2016-04-01 07:38:00 26 -#> 503 25 A69-1303-555 742 2016-04-01 08:32:00 26 -#> 504 25 A69-1303-555 743 2016-04-01 08:34:00 26 -#> 505 25 A69-1303-555 744 2016-04-01 08:54:00 26 -#> 506 25 A69-1303-555 745 2016-04-01 09:56:00 26 -#> 507 25 A69-1303-555 746 2016-04-01 10:02:00 26 -#> 508 25 A69-1303-555 747 2016-04-01 10:04:00 26 -#> 509 25 A69-1303-555 749 2016-04-01 10:06:00 26 -#> 510 25 A69-1303-555 751 2016-04-01 10:08:00 26 -#> 511 25 A69-1303-555 753 2016-04-01 10:12:00 26 -#> 512 25 A69-1303-555 755 2016-04-01 10:14:00 26 -#> 513 25 A69-1303-555 757 2016-04-01 10:16:00 26 -#> 514 25 A69-1303-555 758 2016-04-01 10:18:00 26 -#> 515 25 A69-1303-555 760 2016-04-01 10:20:00 26 -#> 516 25 A69-1303-555 761 2016-04-01 10:24:00 26 -#> 517 25 A69-1303-555 763 2016-04-01 10:26:00 26 -#> 518 25 A69-1303-555 765 2016-04-01 10:30:00 26 -#> 519 25 A69-1303-555 766 2016-04-01 10:36:00 26 -#> 520 25 A69-1303-555 767 2016-04-01 10:38:00 26 -#> 521 25 A69-1303-555 768 2016-04-01 10:40:00 26 -#> 522 25 A69-1303-555 769 2016-04-01 10:44:00 26 -#> 523 25 A69-1303-555 770 2016-04-01 10:48:00 26 -#> 524 25 A69-1303-555 771 2016-04-01 11:54:00 26 -#> 525 25 A69-1303-555 773 2016-04-07 05:26:00 26 -#> 526 25 A69-1303-555 775 2016-04-07 05:28:00 26 -#> 527 25 A69-1303-555 776 2016-04-07 05:32:00 26 -#> 528 25 A69-1303-555 778 2016-04-07 05:34:00 26 -#> 529 25 A69-1303-555 779 2016-04-07 05:36:00 26 -#> 530 25 A69-1303-555 780 2016-04-07 06:38:00 26 -#> 531 25 A69-1303-555 782 2016-04-07 06:40:00 26 -#> 532 25 A69-1303-555 784 2016-04-07 06:42:00 26 -#> 533 25 A69-1303-555 785 2016-04-07 06:46:00 26 -#> 534 25 A69-1303-555 787 2016-04-07 06:48:00 26 -#> 535 25 A69-1303-555 789 2016-04-07 06:50:00 26 -#> 536 25 A69-1303-555 790 2016-04-07 06:52:00 26 -#> 537 25 A69-1303-555 792 2016-04-07 06:54:00 26 -#> 538 25 A69-1303-555 793 2016-04-07 06:58:00 26 -#> 539 25 A69-1303-555 795 2016-04-07 13:24:00 26 -#> 540 25 A69-1303-555 797 2016-04-12 01:58:00 26 -#> 541 25 A69-1303-555 798 2016-04-12 02:00:00 26 -#> 542 25 A69-1303-555 800 2016-04-12 02:02:00 26 -#> 543 25 A69-1303-555 801 2016-04-12 03:20:00 31 -#> 544 25 A69-1303-555 802 2016-04-12 03:22:00 31 -#> 545 25 A69-1303-555 803 2016-04-12 03:24:00 31 -#> 546 25 A69-1303-555 804 2016-04-12 03:30:00 26 -#> 547 25 A69-1303-555 805 2016-04-12 03:32:00 26 -#> 548 25 A69-1303-555 806 2016-04-16 06:36:00 26 -#> 549 25 A69-1303-555 808 2016-04-16 06:38:00 26 -#> 550 25 A69-1303-555 811 2016-04-16 06:40:00 26 -#> 551 25 A69-1303-555 812 2016-04-16 06:42:00 26 -#> 552 25 A69-1303-555 813 2016-04-16 07:00:00 26 -#> 553 25 A69-1303-555 814 2016-04-16 07:02:00 26 -#> 554 25 A69-1303-555 815 2016-04-16 07:06:00 26 -#> 555 25 A69-1303-555 816 2016-04-16 07:10:00 26 -#> 556 25 A69-1303-555 819 2016-04-16 07:12:00 26 -#> 557 25 A69-1303-555 821 2016-04-16 07:14:00 26 -#> 558 25 A69-1303-555 822 2016-04-16 07:16:00 26 -#> 559 25 A69-1303-555 823 2016-04-16 07:20:00 26 -#> 560 25 A69-1303-555 824 2016-04-16 07:24:00 26 -#> 561 25 A69-1303-555 825 2016-04-16 07:30:00 26 -#> 562 25 A69-1303-555 828 2016-04-16 07:32:00 26 -#> 563 25 A69-1303-555 830 2016-04-16 07:34:00 26 -#> 564 25 A69-1303-555 831 2016-04-16 07:36:00 26 -#> 565 25 A69-1303-555 833 2016-04-16 07:42:00 26 -#> 566 25 A69-1303-555 834 2016-04-16 07:44:00 26 -#> 567 25 A69-1303-555 836 2016-04-16 07:46:00 26 -#> 568 25 A69-1303-555 837 2016-04-16 08:04:00 26 -#> 569 25 A69-1303-555 838 2016-04-16 08:18:00 26 -#> 570 25 A69-1303-555 839 2016-04-16 08:20:00 26 -#> 571 25 A69-1303-555 840 2016-04-16 08:22:00 26 -#> 572 25 A69-1303-555 841 2016-04-16 08:26:00 26 -#> 573 25 A69-1303-555 842 2016-04-24 00:38:00 26 -#> 574 25 A69-1303-555 843 2016-04-24 00:46:00 26 -#> 575 25 A69-1303-555 845 2016-04-24 00:48:00 26 -#> 576 25 A69-1303-555 848 2016-04-24 00:50:00 26 -#> 577 25 A69-1303-555 849 2016-04-24 00:52:00 26 -#> 578 25 A69-1303-555 851 2016-04-24 00:54:00 26 -#> 579 25 A69-1303-555 852 2016-04-24 00:56:00 26 -#> 580 25 A69-1303-555 855 2016-04-24 00:58:00 31 -#> 581 25 A69-1303-555 856 2016-04-24 01:02:00 26 -#> 582 25 A69-1303-555 857 2016-04-24 01:10:00 26 -#> 583 25 A69-1303-555 858 2016-04-24 01:16:00 26 -#> 584 25 A69-1303-555 860 2016-04-24 01:18:00 26 -#> 585 25 A69-1303-555 861 2016-04-24 01:20:00 26 -#> 586 25 A69-1303-555 862 2016-04-24 01:20:00 31 -#> 587 25 A69-1303-555 863 2016-04-24 01:22:00 26 -#> 588 25 A69-1303-555 864 2016-04-24 01:24:00 26 -#> 589 25 A69-1303-555 865 2016-04-24 01:24:00 31 -#> 590 25 A69-1303-555 867 2016-04-24 01:26:00 26 -#> 591 25 A69-1303-555 869 2016-04-27 03:38:00 30 -#> 592 25 A69-1303-555 871 2016-04-28 03:18:00 26 -#> 593 25 A69-1303-555 873 2016-04-28 03:20:00 26 -#> 594 25 A69-1303-555 875 2016-04-28 03:22:00 26 -#> 595 25 A69-1303-555 877 2016-04-28 03:24:00 26 -#> 596 25 A69-1303-555 878 2016-04-28 03:26:00 26 -#> 597 25 A69-1303-555 880 2016-04-28 03:28:00 26 -#> 598 25 A69-1303-555 881 2016-04-28 03:30:00 26 -#> 599 25 A69-1303-555 883 2016-04-28 03:50:00 26 -#> 600 25 A69-1303-555 884 2016-04-28 04:02:00 26 -#> 601 25 A69-1303-555 885 2016-04-28 04:26:00 26 -#> 602 25 A69-1303-555 886 2016-04-28 04:28:00 26 -#> 603 25 A69-1303-555 887 2016-05-03 13:16:00 26 -#> 604 25 A69-1303-555 888 2016-05-03 13:20:00 26 -#> 605 25 A69-1303-555 889 2016-05-03 14:50:00 26 -#> 606 25 A69-1303-555 890 2016-05-03 14:52:00 26 -#> 607 25 A69-1303-555 891 2016-05-03 14:58:00 26 -#> 608 25 A69-1303-555 892 2016-05-03 15:00:00 26 -#> 609 25 A69-1303-555 893 2016-05-03 15:02:00 26 -#> 610 25 A69-1303-555 894 2016-05-03 15:20:00 26 -#> 611 25 A69-1303-555 896 2016-05-03 18:02:00 26 -#> 612 25 A69-1303-555 897 2016-05-03 18:06:00 26 -#> 613 25 A69-1303-555 898 2016-05-08 11:48:00 31 -#> 614 25 A69-1303-555 900 2016-05-08 11:50:00 31 -#> 615 25 A69-1303-555 901 2016-05-08 11:52:00 31 -#> 616 25 A69-1303-555 902 2016-05-08 11:54:00 31 -#> 617 25 A69-1303-555 903 2016-05-08 12:14:00 31 -#> 618 25 A69-1303-555 904 2016-05-08 12:20:00 26 -#> 619 25 A69-1303-555 906 2016-05-08 12:22:00 26 -#> 620 25 A69-1303-555 907 2016-05-08 12:24:00 26 -#> 621 25 A69-1303-555 911 2016-05-08 12:26:00 26 -#> 622 25 A69-1303-555 912 2016-05-08 12:28:00 26 -#> 623 25 A69-1303-555 913 2016-05-08 12:30:00 26 -#> 624 25 A69-1303-555 914 2016-05-08 12:32:00 26 -#> 625 25 A69-1303-555 916 2016-05-08 12:34:00 26 -#> 626 25 A69-1303-555 917 2016-05-08 12:36:00 26 -#> 627 25 A69-1303-555 918 2016-05-08 12:42:00 26 -#> 628 25 A69-1303-555 919 2016-05-08 12:44:00 26 -#> 629 25 A69-1303-555 921 2016-05-08 12:46:00 26 -#> 630 25 A69-1303-555 923 2016-05-14 14:58:00 26 -#> 631 25 A69-1303-555 924 2016-05-14 15:00:00 26 -#> 632 25 A69-1303-555 925 2016-05-14 15:02:00 26 -#> 633 25 A69-1303-555 927 2016-05-14 15:12:00 26 -#> 634 25 A69-1303-555 929 2016-05-14 15:14:00 26 -#> 635 25 A69-1303-555 930 2016-05-14 15:16:00 26 -#> 636 25 A69-1303-555 932 2016-05-14 15:18:00 26 -#> 637 25 A69-1303-555 934 2016-05-14 15:20:00 26 -#> 638 25 A69-1303-555 936 2016-05-14 15:22:00 26 -#> 639 25 A69-1303-555 938 2016-05-14 15:24:00 31 -#> 640 25 A69-1303-555 939 2016-05-14 15:24:00 26 -#> 641 25 A69-1303-555 941 2016-05-14 15:26:00 31 -#> 642 25 A69-1303-555 942 2016-05-14 15:28:00 26 -#> 643 25 A69-1303-555 943 2016-05-14 15:30:00 26 -#> 644 25 A69-1303-555 945 2016-05-14 15:32:00 26 -#> 645 25 A69-1303-555 946 2016-05-14 15:34:00 26 -#> 646 25 A69-1303-555 948 2016-05-14 19:58:00 26 -#> 647 25 A69-1303-555 949 2016-05-14 20:00:00 26 -#> 648 25 A69-1303-555 950 2016-05-14 20:02:00 26 -#> 649 25 A69-1303-555 951 2016-05-14 20:04:00 26 -#> 650 25 A69-1303-555 952 2016-05-14 21:12:00 31 -#> 651 25 A69-1303-555 954 2016-05-14 21:20:00 31 -#> 652 25 A69-1303-555 955 2016-05-14 21:24:00 31 -#> 653 25 A69-1303-555 957 2016-05-14 21:30:00 31 -#> 654 25 A69-1303-555 959 2016-05-14 21:32:00 31 -#> 655 25 A69-1303-555 960 2016-05-14 21:34:00 31 -#> 656 25 A69-1303-555 961 2016-05-14 21:36:00 31 -#> 657 25 A69-1303-555 962 2016-05-14 21:38:00 31 -#> 658 25 A69-1303-555 964 2016-05-14 21:42:00 31 -#> 659 25 A69-1303-555 966 2016-05-14 21:44:00 31 -#> 660 25 A69-1303-555 967 2016-05-14 21:46:00 31 -#> 661 25 A69-1303-555 968 2016-05-14 21:48:00 31 -#> 662 25 A69-1303-555 970 2016-05-14 21:52:00 31 -#> 663 25 A69-1303-555 971 2016-05-14 21:58:00 31 -#> 664 25 A69-1303-555 972 2016-05-14 22:00:00 31 -#> 665 25 A69-1303-555 973 2016-05-14 22:02:00 31 -#> 666 25 A69-1303-555 974 2016-05-14 22:04:00 31 -#> 667 25 A69-1303-555 975 2016-05-14 23:24:00 26 -#> 668 25 A69-1303-555 976 2016-05-14 23:26:00 26 -#> 669 25 A69-1303-555 977 2016-05-14 23:28:00 26 -#> 670 25 A69-1303-555 979 2016-05-14 23:30:00 26 -#> 671 25 A69-1303-555 982 2016-05-14 23:32:00 26 -#> 672 25 A69-1303-555 984 2016-05-14 23:34:00 26 -#> 673 25 A69-1303-555 985 2016-05-14 23:36:00 26 -#> 674 25 A69-1303-555 986 2016-05-14 23:38:00 26 -#> 675 25 A69-1303-555 988 2016-05-14 23:42:00 26 -#> 676 25 A69-1303-555 989 2016-05-14 23:46:00 26 -#> 677 25 A69-1303-555 992 2016-05-14 23:52:00 26 -#> 678 25 A69-1303-555 993 2016-05-14 23:54:00 26 -#> 679 25 A69-1303-555 994 2016-05-14 23:56:00 26 -#> 680 25 A69-1303-555 996 2016-05-14 23:58:00 26 -#> 681 25 A69-1303-555 997 2016-05-17 23:42:00 14 -#> 682 25 A69-1303-555 998 2016-05-17 23:46:00 14 -#> 683 25 A69-1303-555 999 2016-05-17 23:48:00 14 -#> 684 25 A69-1303-555 1000 2016-05-17 23:50:00 14 -#> 685 25 A69-1303-555 1001 2016-05-17 23:52:00 14 -#> 686 25 A69-1303-555 1002 2016-05-17 23:56:00 14 -#> 687 25 A69-1303-555 1003 2016-05-17 23:58:00 14 -#> 688 25 A69-1303-555 1005 2016-05-18 00:00:00 14 -#> 689 25 A69-1303-555 1008 2016-05-18 00:02:00 14 -#> 690 25 A69-1303-555 1009 2016-05-18 00:04:00 14 -#> 691 25 A69-1303-555 1011 2016-05-18 00:06:00 14 -#> 692 25 A69-1303-555 1013 2016-05-18 00:08:00 14 -#> 693 25 A69-1303-555 1015 2016-05-18 00:10:00 14 -#> 694 25 A69-1303-555 1017 2016-05-18 00:12:00 14 -#> 695 25 A69-1303-555 1018 2016-05-18 00:14:00 14 -#> 696 25 A69-1303-555 1020 2016-05-18 00:16:00 14 -#> 697 25 A69-1303-555 1021 2016-05-18 00:18:00 14 -#> 698 25 A69-1303-555 1022 2016-05-18 00:20:00 14 -#> 699 25 A69-1303-555 1024 2016-05-18 00:22:00 14 -#> 700 25 A69-1303-555 1026 2016-05-18 00:24:00 14 -#> 701 25 A69-1303-555 1027 2016-05-18 00:26:00 14 -#> 702 25 A69-1303-555 1029 2016-05-18 00:28:00 14 -#> 703 25 A69-1303-555 1031 2016-05-18 00:30:00 14 -#> 704 25 A69-1303-555 1032 2016-05-18 00:32:00 14 -#> 705 25 A69-1303-555 1034 2016-05-18 00:34:00 14 -#> 706 25 A69-1303-555 1036 2016-05-18 00:36:00 14 -#> 707 25 A69-1303-555 1038 2016-05-18 00:38:00 14 -#> 708 25 A69-1303-555 1040 2016-05-18 00:42:00 14 -#> 709 25 A69-1303-555 1041 2016-05-18 00:44:00 14 -#> 710 25 A69-1303-555 1042 2016-05-18 00:46:00 14 -#> 711 25 A69-1303-555 1043 2016-05-18 00:48:00 14 -#> 712 25 A69-1303-555 1044 2016-05-18 00:50:00 14 -#> 713 25 A69-1303-555 1045 2016-05-18 00:52:00 14 -#> 714 25 A69-1303-555 1046 2016-05-18 00:54:00 14 -#> 715 25 A69-1303-555 1048 2016-05-18 00:58:00 14 -#> 716 25 A69-1303-555 1049 2016-05-18 01:02:00 14 -#> 717 25 A69-1303-555 1050 2016-05-18 01:04:00 14 -#> 718 25 A69-1303-555 1051 2016-05-18 01:16:00 14 -#> 719 25 A69-1303-555 1052 2016-05-18 01:18:00 14 -#> 720 25 A69-1303-555 1054 2016-05-18 01:20:00 14 -#> 721 25 A69-1303-555 1056 2016-05-18 01:22:00 14 -#> 722 25 A69-1303-555 1057 2016-05-18 01:24:00 14 -#> 723 25 A69-1303-555 1059 2016-05-18 01:26:00 14 -#> 724 25 A69-1303-555 1062 2016-05-18 01:28:00 14 -#> 725 25 A69-1303-555 1063 2016-05-18 01:30:00 14 -#> 726 25 A69-1303-555 1065 2016-05-18 01:32:00 14 -#> 727 25 A69-1303-555 1067 2016-05-18 01:34:00 14 -#> 728 25 A69-1303-555 1069 2016-05-18 01:36:00 14 -#> 729 25 A69-1303-555 1071 2016-05-18 01:38:00 14 -#> 730 25 A69-1303-555 1073 2016-05-18 01:40:00 14 -#> 731 25 A69-1303-555 1075 2016-05-18 01:42:00 14 -#> 732 25 A69-1303-555 1077 2016-05-18 01:48:00 14 -#> 733 25 A69-1303-555 1079 2016-05-18 01:50:00 14 -#> 734 25 A69-1303-555 1081 2016-05-18 01:52:00 14 -#> 735 25 A69-1303-555 1083 2016-05-18 01:54:00 14 -#> 736 25 A69-1303-555 1085 2016-05-18 01:56:00 14 -#> 737 25 A69-1303-555 1087 2016-05-18 01:58:00 14 -#> 738 25 A69-1303-555 1089 2016-05-18 02:00:00 14 -#> 739 25 A69-1303-555 1091 2016-05-18 02:02:00 14 -#> 740 25 A69-1303-555 1093 2016-05-18 02:04:00 14 -#> 741 25 A69-1303-555 1095 2016-05-18 02:06:00 14 -#> 742 25 A69-1303-555 1096 2016-05-18 02:08:00 14 -#> 743 25 A69-1303-555 1097 2016-05-18 02:24:00 14 -#> 744 25 A69-1303-555 1098 2016-05-18 02:26:00 14 -#> 745 25 A69-1303-555 1100 2016-05-18 02:28:00 14 -#> 746 25 A69-1303-555 1102 2016-05-18 02:30:00 14 -#> 747 25 A69-1303-555 1105 2016-05-18 02:32:00 14 -#> 748 25 A69-1303-555 1107 2016-05-18 02:34:00 14 -#> 749 25 A69-1303-555 1109 2016-05-18 02:36:00 14 -#> 750 25 A69-1303-555 1111 2016-05-18 02:38:00 14 -#> 751 25 A69-1303-555 1112 2016-05-18 02:40:00 14 -#> 752 25 A69-1303-555 1114 2016-05-18 02:42:00 14 -#> 753 25 A69-1303-555 1116 2016-05-18 02:44:00 14 -#> 754 25 A69-1303-555 1118 2016-05-18 02:46:00 14 -#> 755 25 A69-1303-555 1119 2016-05-18 02:48:00 14 -#> 756 25 A69-1303-555 1120 2016-05-18 02:50:00 14 -#> 757 25 A69-1303-555 1122 2016-05-18 02:52:00 14 -#> 758 25 A69-1303-555 1124 2016-05-18 02:54:00 14 -#> 759 25 A69-1303-555 1126 2016-05-18 02:56:00 14 -#> 760 25 A69-1303-555 1127 2016-05-18 02:58:00 14 -#> 761 25 A69-1303-555 1128 2016-05-18 03:00:00 14 -#> 762 25 A69-1303-555 1130 2016-05-18 03:02:00 14 -#> 763 25 A69-1303-555 1133 2016-05-18 03:04:00 14 -#> 764 25 A69-1303-555 1135 2016-05-18 03:06:00 14 -#> 765 25 A69-1303-555 1137 2016-05-18 03:08:00 14 -#> 766 25 A69-1303-555 1139 2016-05-18 03:10:00 14 -#> 767 25 A69-1303-555 1141 2016-05-18 03:12:00 14 -#> 768 25 A69-1303-555 1142 2016-05-18 03:50:00 14 -#> 769 25 A69-1303-555 1145 2016-05-18 03:52:00 14 -#> 770 25 A69-1303-555 1147 2016-05-18 03:54:00 14 -#> 771 25 A69-1303-555 1148 2016-05-18 04:12:00 14 -#> 772 25 A69-1303-555 1149 2016-05-18 04:14:00 14 -#> 773 25 A69-1303-555 1150 2016-05-18 04:42:00 14 -#> 774 25 A69-1303-555 1151 2016-05-20 22:44:00 26 -#> 775 25 A69-1303-555 1152 2016-05-20 23:10:00 26 -#> 776 25 A69-1303-555 1154 2016-05-20 23:12:00 26 -#> 777 25 A69-1303-555 1156 2016-05-20 23:14:00 26 -#> 778 25 A69-1303-555 1157 2016-05-21 00:56:00 26 -#> 779 25 A69-1303-555 1158 2016-05-21 00:58:00 26 -#> 780 25 A69-1303-555 1159 2016-05-21 02:08:00 26 -#> 781 25 A69-1303-555 1160 2016-05-21 02:12:00 26 -#> 782 25 A69-1303-555 1161 2016-05-21 02:24:00 26 -#> 783 25 A69-1303-555 1162 2016-05-22 13:22:00 14 -#> 784 25 A69-1303-555 1163 2016-05-22 13:24:00 14 -#> 785 25 A69-1303-555 1164 2016-05-22 13:26:00 14 -#> 786 25 A69-1303-555 1166 2016-05-22 13:32:00 14 -#> 787 25 A69-1303-555 1167 2016-05-22 13:48:00 14 -#> 788 25 A69-1303-555 1168 2016-05-22 13:52:00 14 -#> 789 25 A69-1303-555 1170 2016-05-22 14:16:00 14 -#> 790 25 A69-1303-555 1173 2016-05-22 14:18:00 14 -#> 791 25 A69-1303-555 1175 2016-05-22 14:20:00 14 -#> 792 25 A69-1303-555 1177 2016-05-22 14:22:00 14 -#> 793 25 A69-1303-555 1179 2016-05-22 14:24:00 14 -#> 794 25 A69-1303-555 1181 2016-05-22 14:26:00 14 -#> 795 25 A69-1303-555 1183 2016-05-22 14:28:00 14 -#> 796 25 A69-1303-555 1185 2016-05-22 14:30:00 14 -#> 797 25 A69-1303-555 1188 2016-05-22 14:32:00 14 -#> 798 25 A69-1303-555 1190 2016-05-22 14:34:00 14 -#> 799 25 A69-1303-555 1192 2016-05-22 14:36:00 14 -#> 800 25 A69-1303-555 1194 2016-05-22 14:38:00 14 -#> 801 25 A69-1303-555 1196 2016-05-22 14:40:00 14 -#> 802 25 A69-1303-555 1198 2016-05-22 14:42:00 14 -#> 803 25 A69-1303-555 1199 2016-05-22 14:44:00 14 -#> 804 25 A69-1303-555 1201 2016-05-22 14:46:00 14 -#> 805 25 A69-1303-555 1202 2016-05-22 14:48:00 14 -#> 806 25 A69-1303-555 1204 2016-05-22 14:50:00 14 -#> 807 25 A69-1303-555 1206 2016-05-22 14:52:00 14 -#> 808 25 A69-1303-555 1207 2016-05-22 14:54:00 14 -#> 809 25 A69-1303-555 1209 2016-05-22 14:56:00 14 -#> 810 25 A69-1303-555 1211 2016-05-22 14:58:00 14 -#> 811 25 A69-1303-555 1212 2016-05-22 15:00:00 14 -#> 812 25 A69-1303-555 1213 2016-05-22 15:02:00 14 -#> 813 25 A69-1303-555 1215 2016-05-22 15:04:00 14 -#> 814 25 A69-1303-555 1217 2016-05-22 15:06:00 14 -#> 815 25 A69-1303-555 1218 2016-05-22 15:08:00 14 -#> 816 25 A69-1303-555 1219 2016-05-22 15:10:00 14 -#> 817 25 A69-1303-555 1220 2016-05-22 15:40:00 14 -#> 818 25 A69-1303-555 1221 2016-05-22 15:42:00 14 -#> 819 25 A69-1303-555 1223 2016-05-22 15:44:00 14 -#> 820 25 A69-1303-555 1224 2016-05-22 15:48:00 14 -#> 821 25 A69-1303-555 1225 2016-05-22 16:12:00 14 -#> 822 25 A69-1303-555 1227 2016-05-22 17:50:00 14 -#> 823 25 A69-1303-555 1228 2016-05-22 17:52:00 14 -#> 824 25 A69-1303-555 1229 2016-05-22 17:54:00 14 -#> 825 25 A69-1303-555 1231 2016-05-22 17:56:00 14 -#> 826 25 A69-1303-555 1233 2016-05-22 17:58:00 14 -#> 827 25 A69-1303-555 1234 2016-05-22 18:00:00 14 -#> 828 25 A69-1303-555 1236 2016-05-22 18:02:00 14 -#> 829 25 A69-1303-555 1237 2016-05-22 18:04:00 14 -#> 830 25 A69-1303-555 1238 2016-05-22 18:06:00 14 -#> 831 25 A69-1303-555 1239 2016-05-22 18:08:00 14 -#> 832 25 A69-1303-555 1240 2016-05-22 18:10:00 14 -#> 833 25 A69-1303-555 1242 2016-05-22 18:20:00 14 -#> 834 25 A69-1303-555 1243 2016-05-22 19:58:00 14 -#> 835 25 A69-1303-555 1244 2016-05-22 20:00:00 14 -#> 836 25 A69-1303-555 1245 2016-05-22 21:46:00 23 -#> 837 25 A69-1303-555 1246 2016-05-22 21:48:00 23 -#> 838 25 A69-1303-555 1248 2016-05-22 22:00:00 23 -#> 839 25 A69-1303-555 1249 2016-05-22 22:02:00 23 -#> 840 25 A69-1303-555 1250 2016-05-22 22:10:00 23 -#> 841 25 A69-1303-555 1251 2016-05-22 22:12:00 23 -#> 842 25 A69-1303-555 1252 2016-05-22 22:14:00 23 -#> 843 25 A69-1303-555 1253 2016-05-23 04:48:00 14 -#> 844 25 A69-1303-555 1254 2016-05-23 04:58:00 14 -#> 845 25 A69-1303-555 1255 2016-05-23 05:00:00 14 -#> 846 25 A69-1303-555 1256 2016-05-23 05:02:00 14 -#> 847 25 A69-1303-555 1257 2016-05-23 05:04:00 14 -#> 848 25 A69-1303-555 1258 2016-05-23 05:06:00 14 -#> 849 25 A69-1303-555 1259 2016-05-23 05:08:00 14 -#> 850 25 A69-1303-555 1260 2016-05-23 05:10:00 14 -#> 851 25 A69-1303-555 1261 2016-05-23 05:12:00 14 -#> 852 25 A69-1303-555 1262 2016-05-23 05:34:00 14 -#> 853 25 A69-1303-555 1264 2016-05-23 05:36:00 14 -#> 854 25 A69-1303-555 1265 2016-05-23 05:40:00 14 -#> 855 25 A69-1303-555 1267 2016-05-23 05:44:00 14 -#> 856 25 A69-1303-555 1270 2016-05-23 05:54:00 14 -#> 857 25 A69-1303-555 1272 2016-05-23 06:00:00 14 -#> 858 25 A69-1303-555 1274 2016-05-23 06:02:00 14 -#> 859 25 A69-1303-555 1276 2016-05-23 06:04:00 14 -#> 860 25 A69-1303-555 1278 2016-05-23 06:06:00 14 -#> 861 25 A69-1303-555 1280 2016-05-23 06:08:00 14 -#> 862 25 A69-1303-555 1282 2016-05-23 06:10:00 14 -#> 863 25 A69-1303-555 1283 2016-05-23 06:24:00 14 -#> 864 25 A69-1303-555 1284 2016-05-23 06:28:00 14 -#> 865 25 A69-1303-555 1287 2016-05-23 06:30:00 14 -#> 866 25 A69-1303-555 1288 2016-05-23 06:32:00 14 -#> 867 25 A69-1303-555 1290 2016-05-23 06:34:00 14 -#> 868 25 A69-1303-555 1292 2016-05-23 06:36:00 14 -#> 869 25 A69-1303-555 1294 2016-05-23 06:38:00 14 -#> 870 25 A69-1303-555 1296 2016-05-23 06:40:00 14 -#> 871 25 A69-1303-555 1298 2016-05-25 17:58:00 26 -#> 872 25 A69-1303-555 1299 2016-05-25 18:00:00 26 -#> 873 25 A69-1303-555 1300 2016-05-25 18:12:00 26 -#> 874 25 A69-1303-555 1301 2016-05-26 22:20:00 23 -#> 875 25 A69-1303-555 1302 2016-05-26 22:22:00 23 -#> 876 25 A69-1303-555 1303 2016-05-26 22:24:00 23 -#> 877 25 A69-1303-555 1304 2016-05-26 22:26:00 23 -#> 878 25 A69-1303-555 1305 2016-05-26 22:32:00 23 -#> 879 25 A69-1303-555 1306 2016-05-26 22:34:00 23 -#> 880 25 A69-1303-555 1307 2016-05-26 22:56:00 23 -#> 881 25 A69-1303-555 1308 2016-05-26 22:58:00 23 -#> 882 25 A69-1303-555 1309 2016-05-26 23:00:00 23 -#> 883 25 A69-1303-555 1312 2016-05-26 23:04:00 23 -#> 884 25 A69-1303-555 1314 2016-05-26 23:06:00 23 -#> 885 25 A69-1303-555 1316 2016-05-26 23:08:00 23 -#> 886 25 A69-1303-555 1318 2016-05-26 23:10:00 23 -#> 887 25 A69-1303-555 1320 2016-05-26 23:12:00 23 -#> 888 25 A69-1303-555 1322 2016-05-26 23:14:00 23 -#> 889 25 A69-1303-555 1324 2016-05-26 23:16:00 23 -#> 890 25 A69-1303-555 1326 2016-05-26 23:18:00 23 -#> 891 25 A69-1303-555 1328 2016-05-26 23:20:00 23 -#> 892 25 A69-1303-555 1330 2016-05-26 23:22:00 23 -#> 893 25 A69-1303-555 1332 2016-05-26 23:24:00 23 -#> 894 25 A69-1303-555 1333 2016-05-26 23:26:00 23 -#> 895 25 A69-1303-555 1335 2016-05-26 23:28:00 23 -#> 896 25 A69-1303-555 1337 2016-05-26 23:30:00 23 -#> 897 25 A69-1303-555 1339 2016-05-26 23:32:00 23 -#> 898 25 A69-1303-555 1340 2016-05-27 00:14:00 23 -#> 899 25 A69-1303-555 1341 2016-05-27 00:16:00 23 -#> 900 25 A69-1303-555 1342 2016-05-27 00:20:00 23 -#> 901 25 A69-1303-555 1344 2016-05-27 00:22:00 23 -#> 902 25 A69-1303-555 1345 2016-05-27 00:24:00 23 -#> 903 25 A69-1303-555 1346 2016-05-27 00:28:00 23 -#> 904 25 A69-1303-555 1347 2016-05-27 01:06:00 14 -#> 905 25 A69-1303-555 1348 2016-05-27 01:08:00 14 -#> 906 25 A69-1303-555 1349 2016-05-27 01:38:00 14 -#> 907 25 A69-1303-555 1350 2016-05-27 01:40:00 14 -#> 908 25 A69-1303-555 1351 2016-05-27 01:42:00 14 -#> 909 25 A69-1303-555 1352 2016-05-27 01:52:00 14 -#> 910 25 A69-1303-555 1353 2016-05-27 01:54:00 14 -#> 911 25 A69-1303-555 1354 2016-05-27 03:38:00 14 -#> 912 25 A69-1303-555 1355 2016-05-27 03:40:00 14 -#> 913 25 A69-1303-555 1357 2016-05-27 03:42:00 14 -#> 914 25 A69-1303-555 1359 2016-05-27 03:44:00 14 -#> 915 25 A69-1303-555 1360 2016-05-27 03:46:00 14 -#> 916 25 A69-1303-555 1363 2016-05-27 03:48:00 14 -#> 917 25 A69-1303-555 1365 2016-05-27 03:52:00 14 -#> 918 25 A69-1303-555 1366 2016-05-27 03:54:00 14 -#> 919 25 A69-1303-555 1367 2016-05-27 03:58:00 14 -#> 920 25 A69-1303-555 1368 2016-05-27 04:12:00 14 -#> 921 25 A69-1303-555 1369 2016-05-27 04:18:00 14 -#> 922 25 A69-1303-555 1370 2016-05-27 04:26:00 14 -#> 923 25 A69-1303-555 1372 2016-05-27 04:28:00 14 -#> 924 25 A69-1303-555 1373 2016-05-27 04:30:00 14 -#> 925 25 A69-1303-555 1374 2016-05-27 04:32:00 14 -#> 926 25 A69-1303-555 1375 2016-05-27 04:58:00 14 -#> 927 25 A69-1303-555 1376 2016-05-27 05:00:00 14 -#> 928 25 A69-1303-555 1377 2016-05-27 05:08:00 14 -#> 929 25 A69-1303-555 1378 2016-05-27 12:56:00 14 -#> 930 25 A69-1303-555 1380 2016-05-27 12:58:00 14 -#> 931 25 A69-1303-555 1381 2016-05-27 13:04:00 14 -#> 932 25 A69-1303-555 1382 2016-05-27 13:06:00 14 -#> 933 25 A69-1303-555 1384 2016-05-27 13:08:00 14 -#> 934 25 A69-1303-555 1386 2016-05-27 13:10:00 14 -#> 935 25 A69-1303-555 1387 2016-05-27 13:12:00 14 -#> 936 25 A69-1303-555 1390 2016-05-27 13:14:00 14 -#> 937 25 A69-1303-555 1392 2016-05-27 13:16:00 14 -#> 938 25 A69-1303-555 1393 2016-05-27 13:20:00 14 -#> 939 25 A69-1303-555 1394 2016-05-27 13:22:00 14 -#> 940 25 A69-1303-555 1396 2016-05-27 13:26:00 14 -#> 941 25 A69-1303-555 1398 2016-05-27 13:28:00 14 -#> 942 25 A69-1303-555 1399 2016-05-27 13:30:00 14 -#> 943 25 A69-1303-555 1401 2016-05-27 13:32:00 14 -#> 944 25 A69-1303-555 1403 2016-05-27 13:34:00 14 -#> 945 25 A69-1303-555 1405 2016-05-27 13:36:00 14 -#> 946 25 A69-1303-555 1407 2016-05-27 13:38:00 14 -#> 947 25 A69-1303-555 1408 2016-05-27 13:40:00 14 -#> 948 25 A69-1303-555 1409 2016-05-27 13:42:00 14 -#> 949 25 A69-1303-555 1410 2016-05-27 13:46:00 14 -#> 950 25 A69-1303-555 1411 2016-05-27 13:48:00 14 -#> 951 25 A69-1303-555 1414 2016-05-27 13:50:00 14 -#> 952 25 A69-1303-555 1415 2016-05-27 13:54:00 14 -#> 953 25 A69-1303-555 1417 2016-05-27 13:58:00 14 -#> 954 25 A69-1303-555 1419 2016-05-27 14:00:00 14 -#> 955 25 A69-1303-555 1420 2016-05-27 14:02:00 14 -#> 956 25 A69-1303-555 1422 2016-05-27 14:04:00 14 -#> 957 25 A69-1303-555 1423 2016-05-27 14:06:00 14 -#> 958 25 A69-1303-555 1424 2016-05-27 14:08:00 14 -#> 959 25 A69-1303-555 1426 2016-05-27 14:12:00 14 -#> 960 25 A69-1303-555 1428 2016-05-27 14:14:00 14 -#> 961 25 A69-1303-555 1429 2016-05-27 14:16:00 14 -#> 962 25 A69-1303-555 1430 2016-05-27 14:18:00 14 -#> 963 25 A69-1303-555 1432 2016-05-27 14:22:00 14 -#> 964 25 A69-1303-555 1433 2016-05-27 14:24:00 14 -#> 965 25 A69-1303-555 1434 2016-05-27 14:30:00 14 -#> 966 25 A69-1303-555 1436 2016-05-27 14:42:00 14 -#> 967 25 A69-1303-555 1437 2016-05-27 14:48:00 14 -#> 968 25 A69-1303-555 1438 2016-05-27 14:52:00 14 -#> 969 25 A69-1303-555 1440 2016-05-27 15:08:00 14 -#> 970 25 A69-1303-555 1441 2016-05-27 15:10:00 14 -#> 971 25 A69-1303-555 1442 2016-05-27 15:12:00 14 -#> 972 25 A69-1303-555 1443 2016-05-27 15:14:00 14 -#> 973 25 A69-1303-555 1445 2016-05-27 15:22:00 14 -#> 974 25 A69-1303-555 1447 2016-05-27 15:24:00 14 -#> 975 25 A69-1303-555 1448 2016-05-27 15:30:00 14 -#> 976 25 A69-1303-555 1449 2016-05-27 15:32:00 14 -#> 977 25 A69-1303-555 1450 2016-05-27 15:34:00 14 -#> 978 25 A69-1303-555 1451 2016-05-27 15:36:00 14 -#> 979 25 A69-1303-555 1452 2016-05-27 15:46:00 14 -#> 980 25 A69-1303-555 1453 2016-05-27 15:48:00 14 -#> 981 25 A69-1303-555 1454 2016-05-27 15:50:00 14 -#> 982 25 A69-1303-555 1455 2016-05-27 15:52:00 14 -#> 983 25 A69-1303-555 1456 2016-05-27 15:54:00 14 -#> 984 25 A69-1303-555 1458 2016-05-27 15:56:00 14 -#> 985 25 A69-1303-555 1460 2016-05-27 15:58:00 14 -#> 986 25 A69-1303-555 1461 2016-05-27 16:02:00 14 -#> 987 25 A69-1303-555 1462 2016-05-27 16:04:00 14 -#> 988 25 A69-1303-555 1463 2016-05-27 16:06:00 14 -#> 989 25 A69-1303-555 1465 2016-05-27 16:08:00 14 -#> 990 25 A69-1303-555 1466 2016-05-27 16:12:00 14 -#> 991 25 A69-1303-555 1467 2016-05-27 16:14:00 14 -#> 992 25 A69-1303-555 1469 2016-05-27 16:16:00 14 -#> 993 25 A69-1303-555 1471 2016-05-27 16:18:00 14 -#> 994 25 A69-1303-555 1473 2016-05-27 16:20:00 14 -#> 995 25 A69-1303-555 1475 2016-05-27 16:22:00 14 -#> 996 25 A69-1303-555 1477 2016-05-27 16:24:00 14 -#> 997 25 A69-1303-555 1479 2016-05-27 16:26:00 14 -#> 998 25 A69-1303-555 1481 2016-05-27 16:28:00 14 -#> 999 25 A69-1303-555 1483 2016-05-27 16:30:00 14 -#> 1000 25 A69-1303-555 1485 2016-05-27 16:32:00 14 -#> 1001 25 A69-1303-555 1486 2016-05-27 16:34:00 14 -#> 1002 25 A69-1303-555 1488 2016-05-27 16:36:00 14 -#> 1003 25 A69-1303-555 1491 2016-05-27 16:38:00 14 -#> 1004 25 A69-1303-555 1493 2016-05-27 17:22:00 14 -#> 1005 25 A69-1303-555 1494 2016-05-27 17:24:00 14 -#> 1006 25 A69-1303-555 1496 2016-05-27 17:26:00 14 -#> 1007 25 A69-1303-555 1498 2016-05-27 17:28:00 14 -#> 1008 25 A69-1303-555 1499 2016-05-27 17:30:00 14 -#> 1009 25 A69-1303-555 1500 2016-05-27 17:32:00 14 -#> 1010 25 A69-1303-555 1501 2016-05-29 05:40:00 14 -#> 1011 25 A69-1303-555 1502 2016-05-29 05:56:00 14 -#> 1012 25 A69-1303-555 1504 2016-05-29 06:00:00 14 -#> 1013 25 A69-1303-555 1505 2016-05-29 06:02:00 14 -#> 1014 25 A69-1303-555 1507 2016-05-29 06:04:00 14 -#> 1015 25 A69-1303-555 1508 2016-05-29 06:06:00 14 -#> 1016 25 A69-1303-555 1510 2016-05-29 06:08:00 14 -#> 1017 25 A69-1303-555 1512 2016-05-29 06:14:00 14 -#> 1018 25 A69-1303-555 1514 2016-05-29 06:16:00 14 -#> 1019 25 A69-1303-555 1515 2016-05-29 06:32:00 14 -#> 1020 25 A69-1303-555 1516 2016-05-29 06:34:00 14 -#> 1021 25 A69-1303-555 1517 2016-05-29 13:18:00 14 -#> 1022 25 A69-1303-555 1518 2016-05-29 13:20:00 14 -#> 1023 25 A69-1303-555 1519 2016-05-29 13:22:00 14 -#> 1024 25 A69-1303-555 1521 2016-05-29 13:26:00 14 -#> 1025 25 A69-1303-555 1522 2016-05-29 13:28:00 14 -#> 1026 25 A69-1303-555 1523 2016-05-29 13:30:00 14 -#> 1027 25 A69-1303-555 1524 2016-05-29 13:32:00 14 -#> 1028 25 A69-1303-555 1526 2016-05-29 13:34:00 14 -#> 1029 25 A69-1303-555 1527 2016-05-29 13:40:00 14 -#> 1030 25 A69-1303-555 1528 2016-05-29 13:42:00 14 -#> 1031 25 A69-1303-555 1530 2016-05-29 13:44:00 14 -#> 1032 25 A69-1303-555 1533 2016-05-29 13:46:00 14 -#> 1033 25 A69-1303-555 1535 2016-05-29 13:48:00 14 -#> 1034 25 A69-1303-555 1536 2016-05-29 13:50:00 14 -#> 1035 25 A69-1303-555 1539 2016-05-29 13:52:00 14 -#> 1036 25 A69-1303-555 1541 2016-05-29 13:54:00 14 -#> 1037 25 A69-1303-555 1543 2016-05-29 13:56:00 14 -#> 1038 25 A69-1303-555 1544 2016-05-29 13:58:00 14 -#> 1039 25 A69-1303-555 1545 2016-05-29 14:06:00 14 -#> 1040 25 A69-1303-555 1546 2016-05-29 14:08:00 14 -#> 1041 25 A69-1303-555 1547 2016-05-29 14:10:00 14 -#> 1042 25 A69-1303-555 1549 2016-05-29 14:12:00 14 -#> 1043 25 A69-1303-555 1552 2016-05-29 14:14:00 14 -#> 1044 25 A69-1303-555 1553 2016-05-29 14:16:00 14 -#> 1045 25 A69-1303-555 1554 2016-05-29 14:18:00 14 -#> 1046 25 A69-1303-555 1556 2016-05-29 14:20:00 14 -#> 1047 25 A69-1303-555 1558 2016-05-29 14:22:00 14 -#> 1048 25 A69-1303-555 1560 2016-05-29 14:24:00 14 -#> 1049 25 A69-1303-555 1561 2016-05-29 20:52:00 14 -#> 1050 25 A69-1303-555 1563 2016-05-29 20:54:00 14 -#> 1051 25 A69-1303-555 1565 2016-05-29 20:56:00 14 -#> 1052 25 A69-1303-555 1567 2016-05-29 20:58:00 14 -#> 1053 25 A69-1303-555 1569 2016-05-29 21:00:00 14 -#> 1054 25 A69-1303-555 1571 2016-05-29 21:02:00 14 -#> 1055 25 A69-1303-555 1573 2016-05-29 21:04:00 14 -#> 1056 25 A69-1303-555 1575 2016-05-29 21:06:00 14 -#> 1057 25 A69-1303-555 1576 2016-05-29 21:08:00 14 -#> 1058 25 A69-1303-555 1577 2016-05-29 21:10:00 14 -#> 1059 25 A69-1303-555 1579 2016-05-29 21:12:00 14 -#> 1060 25 A69-1303-555 1581 2016-05-29 21:14:00 14 -#> 1061 25 A69-1303-555 1584 2016-05-29 21:16:00 14 -#> 1062 25 A69-1303-555 1586 2016-05-29 21:18:00 14 -#> 1063 25 A69-1303-555 1588 2016-05-29 21:20:00 14 -#> 1064 25 A69-1303-555 1590 2016-05-29 21:22:00 14 -#> 1065 25 A69-1303-555 1592 2016-05-29 21:24:00 14 -#> 1066 25 A69-1303-555 1593 2016-05-29 21:26:00 14 -#> 1067 25 A69-1303-555 1596 2016-05-29 21:28:00 14 -#> 1068 25 A69-1303-555 1598 2016-05-29 21:30:00 14 -#> 1069 25 A69-1303-555 1600 2016-05-29 21:32:00 14 -#> 1070 25 A69-1303-555 1602 2016-05-29 21:34:00 14 -#> 1071 25 A69-1303-555 1604 2016-05-29 21:50:00 14 -#> 1072 25 A69-1303-555 1605 2016-05-29 21:52:00 14 -#> 1073 25 A69-1303-555 1607 2016-05-29 21:54:00 14 -#> 1074 25 A69-1303-555 1609 2016-05-29 21:56:00 14 -#> 1075 25 A69-1303-555 1611 2016-05-29 21:58:00 14 -#> 1076 25 A69-1303-555 1613 2016-05-29 22:00:00 14 -#> 1077 25 A69-1303-555 1614 2016-05-29 22:02:00 14 -#> 1078 25 A69-1303-555 1615 2016-05-31 15:16:00 14 -#> 1079 25 A69-1303-555 1616 2016-05-31 15:18:00 14 -#> 1080 25 A69-1303-555 1617 2016-05-31 15:20:00 14 -#> 1081 25 A69-1303-555 1619 2016-05-31 15:24:00 14 -#> 1082 25 A69-1303-555 1621 2016-05-31 15:26:00 14 -#> 1083 25 A69-1303-555 1623 2016-05-31 15:28:00 14 -#> 1084 25 A69-1303-555 1625 2016-05-31 15:30:00 14 -#> 1085 25 A69-1303-555 1627 2016-05-31 15:32:00 14 -#> 1086 25 A69-1303-555 1629 2016-05-31 15:34:00 14 -#> 1087 25 A69-1303-555 1630 2016-05-31 15:36:00 14 -#> 1088 25 A69-1303-555 1632 2016-05-31 15:38:00 14 -#> 1089 25 A69-1303-555 1633 2016-05-31 15:42:00 14 -#> 1090 25 A69-1303-555 1634 2016-05-31 15:44:00 14 -#> 1091 25 A69-1303-555 1636 2016-05-31 15:46:00 14 -#> 1092 25 A69-1303-555 1639 2016-05-31 15:48:00 14 -#> 1093 25 A69-1303-555 1641 2016-05-31 15:50:00 14 -#> 1094 25 A69-1303-555 1643 2016-05-31 15:52:00 14 -#> 1095 25 A69-1303-555 1644 2016-05-31 15:54:00 14 -#> 1096 25 A69-1303-555 1646 2016-05-31 15:56:00 14 -#> 1097 25 A69-1303-555 1648 2016-05-31 16:00:00 14 -#> 1098 25 A69-1303-555 1649 2016-05-31 16:02:00 14 -#> 1099 25 A69-1303-555 1650 2016-05-31 16:04:00 14 -#> 1100 25 A69-1303-555 1651 2016-05-31 16:08:00 14 -#> 1101 25 A69-1303-555 1652 2016-06-01 23:52:00 14 -#> 1102 25 A69-1303-555 1653 2016-06-01 23:56:00 14 -#> 1103 25 A69-1303-555 1654 2016-06-02 04:00:00 14 -#> 1104 25 A69-1303-555 1655 2016-06-02 04:16:00 14 -#> 1105 25 A69-1303-555 1656 2016-06-02 04:18:00 14 -#> 1106 25 A69-1303-555 1657 2016-06-02 04:20:00 14 -#> 1107 25 A69-1303-555 1660 2016-06-02 04:24:00 14 -#> 1108 25 A69-1303-555 1662 2016-06-02 04:28:00 14 -#> 1109 25 A69-1303-555 1663 2016-06-02 04:30:00 14 -#> 1110 25 A69-1303-555 1664 2016-06-02 04:32:00 14 -#> 1111 25 A69-1303-555 1665 2016-06-02 04:34:00 14 -#> 1112 25 A69-1303-555 1667 2016-06-02 04:36:00 14 -#> 1113 25 A69-1303-555 1669 2016-06-02 04:42:00 14 -#> 1114 25 A69-1303-555 1670 2016-06-02 04:44:00 14 -#> 1115 25 A69-1303-555 1672 2016-06-02 04:46:00 14 -#> 1116 25 A69-1303-555 1673 2016-06-02 04:50:00 14 -#> 1117 25 A69-1303-555 1674 2016-06-02 04:52:00 14 -#> 1118 25 A69-1303-555 1676 2016-06-02 04:54:00 14 -#> 1119 25 A69-1303-555 1677 2016-06-02 04:56:00 14 -#> 1120 25 A69-1303-555 1679 2016-06-02 04:58:00 14 -#> 1121 25 A69-1303-555 1680 2016-06-02 05:02:00 14 -#> 1122 25 A69-1303-555 1682 2016-06-02 05:04:00 14 -#> 1123 25 A69-1303-555 1684 2016-06-02 05:06:00 14 -#> 1124 25 A69-1303-555 1685 2016-06-02 05:08:00 14 -#> 1125 25 A69-1303-555 1688 2016-06-02 05:12:00 14 -#> 1126 25 A69-1303-555 1689 2016-06-02 05:14:00 14 -#> 1127 25 A69-1303-555 1691 2016-06-02 05:16:00 14 -#> 1128 25 A69-1303-555 1693 2016-06-02 05:18:00 14 -#> 1129 25 A69-1303-555 1694 2016-06-02 05:20:00 14 -#> 1130 25 A69-1303-555 1695 2016-06-02 05:22:00 14 -#> 1131 25 A69-1303-555 1697 2016-06-02 05:24:00 14 -#> 1132 25 A69-1303-555 1699 2016-06-02 05:26:00 14 -#> 1133 25 A69-1303-555 1700 2016-06-02 05:28:00 14 -#> 1134 25 A69-1303-555 1701 2016-06-02 05:30:00 14 -#> 1135 25 A69-1303-555 1702 2016-06-02 05:34:00 14 -#> 1136 25 A69-1303-555 1704 2016-06-02 05:36:00 14 -#> 1137 25 A69-1303-555 1706 2016-06-02 05:38:00 14 -#> 1138 25 A69-1303-555 1708 2016-06-02 05:40:00 14 -#> 1139 25 A69-1303-555 1710 2016-06-02 05:42:00 14 -#> 1140 25 A69-1303-555 1712 2016-06-02 05:44:00 14 -#> 1141 25 A69-1303-555 1713 2016-06-02 05:46:00 14 -#> 1142 25 A69-1303-555 1715 2016-06-02 05:48:00 14 -#> 1143 25 A69-1303-555 1716 2016-06-02 05:50:00 14 -#> 1144 25 A69-1303-555 1719 2016-06-02 05:52:00 14 -#> 1145 25 A69-1303-555 1721 2016-06-02 05:54:00 14 -#> 1146 25 A69-1303-555 1723 2016-06-02 05:56:00 14 -#> 1147 25 A69-1303-555 1725 2016-06-02 05:58:00 14 -#> 1148 25 A69-1303-555 1727 2016-06-02 06:00:00 14 -#> 1149 25 A69-1303-555 1729 2016-06-02 06:02:00 14 -#> 1150 25 A69-1303-555 1730 2016-06-02 06:04:00 14 -#> 1151 25 A69-1303-555 1731 2016-06-02 06:06:00 14 -#> 1152 25 A69-1303-555 1732 2016-06-02 06:36:00 14 -#> 1153 25 A69-1303-555 1733 2016-06-02 06:54:00 14 -#> 1154 25 A69-1303-555 1734 2016-06-02 06:58:00 14 -#> 1155 25 A69-1303-555 1735 2016-06-02 07:12:00 14 -#> 1156 25 A69-1303-555 1736 2016-06-02 07:14:00 14 -#> 1157 25 A69-1303-555 1737 2016-06-02 07:20:00 14 -#> 1158 25 A69-1303-555 1739 2016-06-02 08:28:00 14 -#> 1159 25 A69-1303-555 1741 2016-06-02 08:30:00 14 -#> 1160 25 A69-1303-555 1742 2016-06-02 08:32:00 14 -#> 1161 25 A69-1303-555 1744 2016-06-02 08:34:00 14 -#> 1162 25 A69-1303-555 1745 2016-06-02 08:36:00 14 -#> 1163 25 A69-1303-555 1747 2016-06-02 08:38:00 14 -#> 1164 25 A69-1303-555 1749 2016-06-02 08:40:00 14 -#> 1165 25 A69-1303-555 1751 2016-06-02 08:42:00 14 -#> 1166 25 A69-1303-555 1752 2016-06-02 08:44:00 14 -#> 1167 25 A69-1303-555 1754 2016-06-02 08:46:00 14 -#> 1168 25 A69-1303-555 1757 2016-06-02 08:48:00 14 -#> 1169 25 A69-1303-555 1759 2016-06-02 08:50:00 14 -#> 1170 25 A69-1303-555 1760 2016-06-02 08:52:00 14 -#> 1171 25 A69-1303-555 1762 2016-06-02 08:54:00 14 -#> 1172 25 A69-1303-555 1763 2016-06-02 08:56:00 14 -#> 1173 25 A69-1303-555 1765 2016-06-02 09:00:00 14 -#> 1174 25 A69-1303-555 1767 2016-06-02 09:02:00 14 -#> 1175 25 A69-1303-555 1768 2016-06-02 09:04:00 14 -#> 1176 25 A69-1303-555 1770 2016-06-02 09:06:00 14 -#> 1177 25 A69-1303-555 1771 2016-06-02 09:08:00 14 -#> 1178 25 A69-1303-555 1773 2016-06-02 09:10:00 14 -#> 1179 25 A69-1303-555 1774 2016-06-02 09:12:00 14 -#> 1180 25 A69-1303-555 1775 2016-06-02 09:14:00 14 -#> 1181 25 A69-1303-555 1776 2016-06-02 09:16:00 14 -#> 1182 25 A69-1303-555 1777 2016-06-02 09:18:00 14 -#> 1183 25 A69-1303-555 1779 2016-06-02 09:24:00 14 -#> 1184 25 A69-1303-555 1780 2016-06-02 09:30:00 14 -#> 1185 25 A69-1303-555 1781 2016-06-02 09:32:00 14 -#> 1186 25 A69-1303-555 1783 2016-06-02 09:34:00 14 -#> 1187 25 A69-1303-555 1786 2016-06-02 09:36:00 14 -#> 1188 25 A69-1303-555 1788 2016-06-02 09:38:00 14 -#> 1189 25 A69-1303-555 1790 2016-06-02 09:40:00 14 -#> 1190 25 A69-1303-555 1791 2016-06-02 09:42:00 14 -#> 1191 25 A69-1303-555 1793 2016-06-02 09:44:00 14 -#> 1192 25 A69-1303-555 1795 2016-06-02 09:46:00 14 -#> 1193 25 A69-1303-555 1797 2016-06-02 09:48:00 14 -#> 1194 25 A69-1303-555 1798 2016-06-02 09:50:00 14 -#> 1195 25 A69-1303-555 1800 2016-06-02 09:52:00 14 -#> 1196 25 A69-1303-555 1802 2016-06-02 09:54:00 14 -#> 1197 25 A69-1303-555 1804 2016-06-02 09:56:00 14 -#> 1198 25 A69-1303-555 1805 2016-06-02 09:58:00 14 -#> 1199 25 A69-1303-555 1807 2016-06-02 10:00:00 14 -#> 1200 25 A69-1303-555 1809 2016-06-02 10:02:00 14 -#> 1201 25 A69-1303-555 1811 2016-06-02 10:04:00 14 -#> 1202 25 A69-1303-555 1813 2016-06-02 10:06:00 14 -#> 1203 25 A69-1303-555 1815 2016-06-02 10:08:00 14 -#> 1204 25 A69-1303-555 1817 2016-06-02 10:10:00 14 -#> 1205 25 A69-1303-555 1819 2016-06-02 10:12:00 14 -#> 1206 25 A69-1303-555 1821 2016-06-02 10:14:00 14 -#> 1207 25 A69-1303-555 1822 2016-06-02 10:16:00 14 -#> 1208 25 A69-1303-555 1824 2016-06-02 10:18:00 14 -#> 1209 25 A69-1303-555 1826 2016-06-02 10:20:00 14 -#> 1210 25 A69-1303-555 1827 2016-06-02 11:26:00 14 -#> 1211 25 A69-1303-555 1828 2016-06-02 11:28:00 14 -#> 1212 25 A69-1303-555 1830 2016-06-02 11:30:00 14 -#> 1213 25 A69-1303-555 1832 2016-06-02 11:32:00 14 -#> 1214 25 A69-1303-555 1833 2016-06-02 11:34:00 14 -#> 1215 25 A69-1303-555 1835 2016-06-02 11:36:00 14 -#> 1216 25 A69-1303-555 1836 2016-06-02 11:38:00 14 -#> 1217 25 A69-1303-555 1838 2016-06-02 11:40:00 14 -#> 1218 25 A69-1303-555 1840 2016-06-02 11:42:00 14 -#> 1219 25 A69-1303-555 1841 2016-06-02 11:44:00 14 -#> 1220 25 A69-1303-555 1844 2016-06-02 11:46:00 14 -#> 1221 25 A69-1303-555 1846 2016-06-02 11:48:00 14 -#> 1222 25 A69-1303-555 1847 2016-06-02 11:50:00 14 -#> 1223 25 A69-1303-555 1849 2016-06-02 11:52:00 14 -#> 1224 25 A69-1303-555 1850 2016-06-02 11:54:00 14 -#> 1225 25 A69-1303-555 1851 2016-06-02 11:56:00 14 -#> 1226 25 A69-1303-555 1853 2016-06-02 11:58:00 14 -#> 1227 25 A69-1303-555 1856 2016-06-02 12:00:00 14 -#> 1228 25 A69-1303-555 1857 2016-06-02 12:02:00 14 -#> 1229 25 A69-1303-555 1859 2016-06-02 12:04:00 14 -#> 1230 25 A69-1303-555 1861 2016-06-02 12:06:00 14 -#> 1231 25 A69-1303-555 1863 2016-06-02 12:08:00 14 -#> 1232 25 A69-1303-555 1865 2016-06-02 12:10:00 14 -#> 1233 25 A69-1303-555 1867 2016-06-02 12:12:00 14 -#> 1234 25 A69-1303-555 1869 2016-06-02 12:14:00 14 -#> 1235 25 A69-1303-555 1871 2016-06-02 12:16:00 14 -#> 1236 25 A69-1303-555 1873 2016-06-02 12:18:00 14 -#> 1237 25 A69-1303-555 1874 2016-06-02 12:20:00 14 -#> 1238 25 A69-1303-555 1876 2016-06-02 12:22:00 14 -#> 1239 25 A69-1303-555 1877 2016-06-02 12:24:00 14 -#> 1240 25 A69-1303-555 1879 2016-06-02 12:26:00 14 -#> 1241 25 A69-1303-555 1880 2016-06-02 12:28:00 14 -#> 1242 25 A69-1303-555 1882 2016-06-02 12:30:00 14 -#> 1243 25 A69-1303-555 1884 2016-06-02 12:32:00 14 -#> 1244 25 A69-1303-555 1885 2016-06-02 12:34:00 14 -#> 1245 25 A69-1303-555 1888 2016-06-02 12:36:00 14 -#> 1246 25 A69-1303-555 1889 2016-06-02 12:38:00 14 -#> 1247 25 A69-1303-555 1891 2016-06-02 12:40:00 14 -#> 1248 25 A69-1303-555 1894 2016-06-02 12:42:00 14 -#> 1249 25 A69-1303-555 1895 2016-06-02 12:44:00 14 -#> 1250 25 A69-1303-555 1897 2016-06-02 12:46:00 14 -#> 1251 25 A69-1303-555 1898 2016-06-02 12:48:00 14 -#> 1252 25 A69-1303-555 1899 2016-06-02 12:50:00 14 -#> 1253 25 A69-1303-555 1901 2016-06-02 12:52:00 14 -#> 1254 25 A69-1303-555 1903 2016-06-02 12:54:00 14 -#> 1255 25 A69-1303-555 1905 2016-06-02 12:56:00 14 -#> 1256 25 A69-1303-555 1907 2016-06-02 12:58:00 14 -#> 1257 25 A69-1303-555 1908 2016-06-02 13:24:00 14 -#> 1258 25 A69-1303-555 1910 2016-06-02 13:26:00 14 -#> 1259 25 A69-1303-555 1911 2016-06-02 13:28:00 14 -#> 1260 25 A69-1303-555 1914 2016-06-02 13:32:00 14 -#> 1261 25 A69-1303-555 1917 2016-06-02 13:34:00 14 -#> 1262 25 A69-1303-555 1919 2016-06-02 13:36:00 14 -#> 1263 25 A69-1303-555 1920 2016-06-02 13:38:00 14 -#> 1264 25 A69-1303-555 1923 2016-06-02 13:40:00 14 -#> 1265 25 A69-1303-555 1925 2016-06-02 13:44:00 14 -#> 1266 25 A69-1303-555 1926 2016-06-02 13:46:00 14 -#> 1267 25 A69-1303-555 1928 2016-06-02 13:48:00 14 -#> 1268 25 A69-1303-555 1930 2016-06-02 13:50:00 14 -#> 1269 25 A69-1303-555 1932 2016-06-02 13:52:00 14 -#> 1270 25 A69-1303-555 1934 2016-06-02 13:54:00 14 -#> 1271 25 A69-1303-555 1936 2016-06-02 13:56:00 14 -#> 1272 25 A69-1303-555 1938 2016-06-02 13:58:00 14 -#> 1273 25 A69-1303-555 1940 2016-06-02 14:00:00 14 -#> 1274 25 A69-1303-555 1941 2016-06-02 14:02:00 14 -#> 1275 25 A69-1303-555 1943 2016-06-02 14:04:00 14 -#> 1276 25 A69-1303-555 1945 2016-06-02 14:06:00 14 -#> 1277 25 A69-1303-555 1946 2016-06-02 14:08:00 14 -#> 1278 25 A69-1303-555 1948 2016-06-02 14:10:00 14 -#> 1279 25 A69-1303-555 1949 2016-06-02 14:12:00 14 -#> 1280 25 A69-1303-555 1951 2016-06-02 14:18:00 14 -#> 1281 25 A69-1303-555 1952 2016-06-02 14:20:00 14 -#> 1282 25 A69-1303-555 1954 2016-06-02 14:22:00 14 -#> 1283 25 A69-1303-555 1955 2016-06-02 14:24:00 14 -#> 1284 25 A69-1303-555 1957 2016-06-02 14:26:00 14 -#> 1285 25 A69-1303-555 1958 2016-06-02 14:28:00 14 -#> 1286 25 A69-1303-555 1961 2016-06-02 14:30:00 14 -#> 1287 25 A69-1303-555 1963 2016-06-02 14:32:00 14 -#> 1288 25 A69-1303-555 1965 2016-06-02 14:34:00 14 -#> 1289 25 A69-1303-555 1967 2016-06-02 14:36:00 14 -#> 1290 25 A69-1303-555 1969 2016-06-02 14:38:00 14 -#> 1291 25 A69-1303-555 1970 2016-06-02 14:44:00 14 -#> 1292 25 A69-1303-555 1972 2016-06-02 14:46:00 14 -#> 1293 25 A69-1303-555 1974 2016-06-02 14:48:00 14 -#> 1294 25 A69-1303-555 1975 2016-06-02 14:50:00 14 -#> 1295 25 A69-1303-555 1977 2016-06-02 14:52:00 14 -#> 1296 25 A69-1303-555 1979 2016-06-02 14:54:00 14 -#> 1297 25 A69-1303-555 1981 2016-06-02 14:56:00 14 -#> 1298 25 A69-1303-555 1982 2016-06-02 14:58:00 14 -#> 1299 25 A69-1303-555 1983 2016-06-02 15:00:00 14 -#> 1300 25 A69-1303-555 1984 2016-06-02 15:02:00 14 -#> 1301 25 A69-1303-555 1985 2016-06-02 15:04:00 14 -#> 1302 25 A69-1303-555 1987 2016-06-02 15:06:00 14 -#> 1303 25 A69-1303-555 1989 2016-06-02 15:08:00 14 -#> 1304 25 A69-1303-555 1991 2016-06-02 15:12:00 14 -#> 1305 25 A69-1303-555 1993 2016-06-02 15:14:00 14 -#> 1306 25 A69-1303-555 1994 2016-06-02 15:16:00 14 -#> 1307 25 A69-1303-555 1995 2016-06-02 15:18:00 14 -#> 1308 25 A69-1303-555 1996 2016-06-02 15:20:00 14 -#> 1309 25 A69-1303-555 1997 2016-06-02 15:34:00 14 -#> 1310 25 A69-1303-555 1998 2016-06-02 15:36:00 14 -#> 1311 25 A69-1303-555 1999 2016-06-02 15:48:00 14 -#> 1312 25 A69-1303-555 2000 2016-06-02 15:50:00 14 -#> 1313 25 A69-1303-555 2002 2016-06-02 15:52:00 14 -#> 1314 25 A69-1303-555 2003 2016-06-02 15:54:00 14 -#> 1315 25 A69-1303-555 2005 2016-06-02 15:56:00 14 -#> 1316 25 A69-1303-555 2006 2016-06-02 15:58:00 14 -#> 1317 25 A69-1303-555 2009 2016-06-02 16:00:00 14 -#> 1318 25 A69-1303-555 2012 2016-06-02 16:02:00 14 -#> 1319 25 A69-1303-555 2014 2016-06-02 16:04:00 14 -#> 1320 25 A69-1303-555 2016 2016-06-02 16:06:00 14 -#> 1321 25 A69-1303-555 2018 2016-06-02 16:08:00 14 -#> 1322 25 A69-1303-555 2019 2016-06-02 16:10:00 14 -#> 1323 25 A69-1303-555 2021 2016-06-02 16:12:00 14 -#> 1324 25 A69-1303-555 2023 2016-06-02 16:14:00 14 -#> 1325 25 A69-1303-555 2024 2016-06-02 16:16:00 14 -#> 1326 25 A69-1303-555 2026 2016-06-02 16:20:00 14 -#> 1327 25 A69-1303-555 2027 2016-06-02 16:22:00 14 -#> 1328 25 A69-1303-555 2028 2016-06-02 16:24:00 14 -#> 1329 25 A69-1303-555 2029 2016-06-02 16:26:00 14 -#> 1330 25 A69-1303-555 2030 2016-06-02 16:28:00 14 -#> 1331 25 A69-1303-555 2031 2016-06-02 16:38:00 14 -#> 1332 25 A69-1303-555 2032 2016-06-02 16:46:00 14 -#> 1333 25 A69-1303-555 2033 2016-06-02 16:48:00 14 -#> 1334 25 A69-1303-555 2034 2016-06-02 16:50:00 14 -#> 1335 25 A69-1303-555 2035 2016-06-02 16:52:00 14 -#> 1336 25 A69-1303-555 2036 2016-06-02 16:56:00 14 -#> 1337 25 A69-1303-555 2037 2016-06-02 16:58:00 14 -#> 1338 25 A69-1303-555 2040 2016-06-02 17:00:00 14 -#> 1339 25 A69-1303-555 2041 2016-06-02 17:14:00 14 -#> 1340 25 A69-1303-555 2042 2016-06-02 17:20:00 14 -#> 1341 25 A69-1303-555 2043 2016-06-02 17:24:00 14 -#> 1342 25 A69-1303-555 2044 2016-06-02 17:26:00 14 -#> 1343 25 A69-1303-555 2045 2016-06-02 17:28:00 14 -#> 1344 25 A69-1303-555 2047 2016-06-02 17:30:00 14 -#> 1345 25 A69-1303-555 2049 2016-06-02 17:32:00 14 -#> 1346 25 A69-1303-555 2051 2016-06-02 17:34:00 14 -#> 1347 25 A69-1303-555 2052 2016-06-02 17:36:00 14 -#> 1348 25 A69-1303-555 2054 2016-06-02 17:38:00 14 -#> 1349 25 A69-1303-555 2056 2016-06-02 17:40:00 14 -#> 1350 25 A69-1303-555 2058 2016-06-02 17:42:00 14 -#> 1351 25 A69-1303-555 2061 2016-06-02 17:44:00 14 -#> 1352 25 A69-1303-555 2064 2016-06-02 17:46:00 14 -#> 1353 25 A69-1303-555 2066 2016-06-02 17:48:00 14 -#> 1354 25 A69-1303-555 2068 2016-06-02 17:50:00 14 -#> 1355 25 A69-1303-555 2069 2016-06-02 17:52:00 14 -#> 1356 25 A69-1303-555 2071 2016-06-02 17:54:00 14 -#> 1357 25 A69-1303-555 2073 2016-06-02 17:56:00 14 -#> 1358 25 A69-1303-555 2075 2016-06-02 17:58:00 14 -#> 1359 25 A69-1303-555 2077 2016-06-02 18:00:00 14 -#> 1360 25 A69-1303-555 2079 2016-06-02 18:02:00 14 -#> 1361 25 A69-1303-555 2081 2016-06-02 18:04:00 14 -#> 1362 25 A69-1303-555 2083 2016-06-02 18:06:00 14 -#> 1363 25 A69-1303-555 2084 2016-06-02 18:08:00 14 -#> 1364 25 A69-1303-555 2086 2016-06-02 18:10:00 14 -#> 1365 25 A69-1303-555 2087 2016-06-02 18:12:00 14 -#> 1366 25 A69-1303-555 2089 2016-06-02 18:14:00 14 -#> 1367 25 A69-1303-555 2091 2016-06-02 18:16:00 14 -#> 1368 25 A69-1303-555 2093 2016-06-02 18:18:00 14 -#> 1369 25 A69-1303-555 2095 2016-06-02 18:20:00 14 -#> 1370 25 A69-1303-555 2098 2016-06-02 18:22:00 14 -#> 1371 25 A69-1303-555 2099 2016-06-02 18:24:00 14 -#> 1372 25 A69-1303-555 2101 2016-06-02 18:26:00 14 -#> 1373 25 A69-1303-555 2102 2016-06-02 18:28:00 14 -#> 1374 25 A69-1303-555 2104 2016-06-02 18:30:00 14 -#> 1375 25 A69-1303-555 2106 2016-06-02 18:32:00 14 -#> 1376 25 A69-1303-555 2107 2016-06-02 18:34:00 14 -#> 1377 25 A69-1303-555 2109 2016-06-02 18:36:00 14 -#> 1378 25 A69-1303-555 2112 2016-06-02 18:38:00 14 -#> 1379 25 A69-1303-555 2114 2016-06-02 18:40:00 14 -#> 1380 25 A69-1303-555 2115 2016-06-02 18:42:00 14 -#> 1381 25 A69-1303-555 2118 2016-06-02 18:44:00 14 -#> 1382 25 A69-1303-555 2119 2016-06-02 18:46:00 14 -#> 1383 25 A69-1303-555 2121 2016-06-02 18:48:00 14 -#> 1384 25 A69-1303-555 2123 2016-06-02 18:50:00 14 -#> 1385 25 A69-1303-555 2125 2016-06-02 18:52:00 14 -#> 1386 25 A69-1303-555 2127 2016-06-02 18:54:00 14 -#> 1387 25 A69-1303-555 2129 2016-06-02 18:56:00 14 -#> 1388 25 A69-1303-555 2131 2016-06-02 18:58:00 14 -#> 1389 25 A69-1303-555 2133 2016-06-02 19:00:00 14 -#> 1390 25 A69-1303-555 2135 2016-06-02 19:02:00 14 -#> 1391 25 A69-1303-555 2137 2016-06-02 19:04:00 14 -#> 1392 25 A69-1303-555 2138 2016-06-02 19:06:00 14 -#> 1393 25 A69-1303-555 2139 2016-06-02 19:08:00 14 -#> 1394 25 A69-1303-555 2140 2016-06-02 19:10:00 14 -#> 1395 25 A69-1303-555 2141 2016-06-02 19:16:00 14 -#> 1396 25 A69-1303-555 2143 2016-06-02 19:18:00 14 -#> 1397 25 A69-1303-555 2145 2016-06-02 19:20:00 14 -#> 1398 25 A69-1303-555 2147 2016-06-02 19:22:00 14 -#> 1399 25 A69-1303-555 2149 2016-06-02 19:24:00 14 -#> 1400 25 A69-1303-555 2150 2016-06-02 19:26:00 14 -#> 1401 25 A69-1303-555 2152 2016-06-02 19:28:00 14 -#> 1402 25 A69-1303-555 2155 2016-06-02 19:30:00 14 -#> 1403 25 A69-1303-555 2157 2016-06-02 19:32:00 14 -#> 1404 25 A69-1303-555 2158 2016-06-02 19:34:00 14 -#> 1405 25 A69-1303-555 2159 2016-06-02 19:36:00 14 -#> 1406 25 A69-1303-555 2160 2016-06-02 19:38:00 14 -#> 1407 25 A69-1303-555 2161 2016-06-02 19:46:00 14 -#> 1408 25 A69-1303-555 2162 2016-06-02 19:54:00 14 -#> 1409 25 A69-1303-555 2163 2016-06-02 19:56:00 14 -#> 1410 25 A69-1303-555 2164 2016-06-02 19:58:00 14 -#> 1411 25 A69-1303-555 2165 2016-06-02 20:22:00 14 -#> 1412 25 A69-1303-555 2166 2016-06-02 20:24:00 14 -#> 1413 25 A69-1303-555 2167 2016-06-02 20:26:00 14 -#> 1414 25 A69-1303-555 2169 2016-06-02 20:28:00 14 -#> 1415 25 A69-1303-555 2171 2016-06-02 20:34:00 14 -#> 1416 25 A69-1303-555 2172 2016-06-02 20:36:00 14 -#> 1417 25 A69-1303-555 2175 2016-06-02 20:38:00 14 -#> 1418 25 A69-1303-555 2176 2016-06-02 20:40:00 14 -#> 1419 25 A69-1303-555 2177 2016-06-02 20:42:00 14 -#> 1420 25 A69-1303-555 2178 2016-06-02 20:44:00 14 -#> 1421 25 A69-1303-555 2179 2016-06-02 20:46:00 14 -#> 1422 25 A69-1303-555 2180 2016-06-02 20:48:00 14 -#> 1423 25 A69-1303-555 2181 2016-06-02 20:50:00 14 -#> 1424 25 A69-1303-555 2184 2016-06-02 20:52:00 14 -#> 1425 25 A69-1303-555 2186 2016-06-02 20:54:00 14 -#> 1426 25 A69-1303-555 2187 2016-06-02 20:56:00 14 -#> 1427 25 A69-1303-555 2188 2016-06-02 20:58:00 14 -#> 1428 25 A69-1303-555 2189 2016-06-02 21:00:00 14 -#> 1429 25 A69-1303-555 2191 2016-06-02 21:02:00 14 -#> 1430 25 A69-1303-555 2193 2016-06-02 21:04:00 14 -#> 1431 25 A69-1303-555 2194 2016-06-02 21:06:00 14 -#> 1432 25 A69-1303-555 2196 2016-06-02 21:08:00 14 -#> 1433 25 A69-1303-555 2198 2016-06-02 21:10:00 14 -#> 1434 25 A69-1303-555 2199 2016-06-02 21:12:00 14 -#> 1435 25 A69-1303-555 2202 2016-06-02 21:14:00 14 -#> 1436 25 A69-1303-555 2204 2016-06-02 21:16:00 14 -#> 1437 25 A69-1303-555 2206 2016-06-02 21:18:00 14 -#> 1438 25 A69-1303-555 2208 2016-06-02 21:20:00 14 -#> 1439 25 A69-1303-555 2210 2016-06-02 21:22:00 14 -#> 1440 25 A69-1303-555 2213 2016-06-02 21:24:00 14 -#> 1441 25 A69-1303-555 2214 2016-06-02 21:30:00 14 -#> 1442 25 A69-1303-555 2215 2016-06-02 21:32:00 14 -#> 1443 25 A69-1303-555 2217 2016-06-02 21:34:00 14 -#> 1444 25 A69-1303-555 2218 2016-06-02 21:36:00 14 -#> 1445 25 A69-1303-555 2219 2016-06-03 00:40:00 14 -#> 1446 25 A69-1303-555 2220 2016-06-03 00:42:00 14 -#> 1447 25 A69-1303-555 2223 2016-06-03 00:44:00 14 -#> 1448 25 A69-1303-555 2224 2016-06-03 00:52:00 14 -#> 1449 25 A69-1303-555 2226 2016-06-03 02:24:00 14 -#> 1450 25 A69-1303-555 2227 2016-06-03 02:26:00 14 -#> 1451 25 A69-1303-555 2228 2016-06-03 02:28:00 14 -#> 1452 25 A69-1303-555 2230 2016-06-03 02:30:00 14 -#> 1453 25 A69-1303-555 2232 2016-06-03 02:32:00 14 -#> 1454 25 A69-1303-555 2234 2016-06-03 02:34:00 14 -#> 1455 25 A69-1303-555 2236 2016-06-03 02:36:00 14 -#> 1456 25 A69-1303-555 2238 2016-06-03 02:38:00 14 -#> 1457 25 A69-1303-555 2239 2016-06-03 02:40:00 14 -#> 1458 25 A69-1303-555 2242 2016-06-03 02:42:00 14 -#> 1459 25 A69-1303-555 2244 2016-06-03 02:44:00 14 -#> 1460 25 A69-1303-555 2245 2016-06-03 02:46:00 14 -#> 1461 25 A69-1303-555 2246 2016-06-03 02:48:00 14 -#> 1462 25 A69-1303-555 2248 2016-06-03 02:50:00 14 -#> 1463 25 A69-1303-555 2249 2016-06-03 02:52:00 14 -#> 1464 25 A69-1303-555 2251 2016-06-03 02:54:00 14 -#> 1465 25 A69-1303-555 2253 2016-06-03 02:56:00 14 -#> 1466 25 A69-1303-555 2255 2016-06-03 02:58:00 14 -#> 1467 25 A69-1303-555 2257 2016-06-03 03:00:00 14 -#> 1468 25 A69-1303-555 2259 2016-06-03 03:02:00 14 -#> 1469 25 A69-1303-555 2261 2016-06-03 03:04:00 14 -#> 1470 25 A69-1303-555 2263 2016-06-03 03:06:00 14 -#> 1471 25 A69-1303-555 2265 2016-06-03 03:08:00 14 -#> 1472 25 A69-1303-555 2266 2016-06-03 03:22:00 14 -#> 1473 25 A69-1303-555 2268 2016-06-03 03:24:00 14 -#> 1474 25 A69-1303-555 2270 2016-06-03 03:26:00 14 -#> 1475 25 A69-1303-555 2272 2016-06-03 03:28:00 14 -#> 1476 25 A69-1303-555 2274 2016-06-03 03:30:00 14 -#> 1477 25 A69-1303-555 2275 2016-06-03 03:32:00 14 -#> 1478 25 A69-1303-555 2277 2016-06-03 03:34:00 14 -#> 1479 25 A69-1303-555 2279 2016-06-03 03:36:00 14 -#> 1480 25 A69-1303-555 2280 2016-06-03 03:38:00 14 -#> 1481 25 A69-1303-555 2283 2016-06-03 03:40:00 14 -#> 1482 25 A69-1303-555 2285 2016-06-03 03:42:00 14 -#> 1483 25 A69-1303-555 2286 2016-06-03 03:44:00 14 -#> 1484 25 A69-1303-555 2288 2016-06-03 03:46:00 14 -#> 1485 25 A69-1303-555 2290 2016-06-03 03:48:00 14 -#> 1486 25 A69-1303-555 2292 2016-06-03 03:50:00 14 -#> 1487 25 A69-1303-555 2294 2016-06-03 03:52:00 14 -#> 1488 25 A69-1303-555 2297 2016-06-03 03:54:00 14 -#> 1489 25 A69-1303-555 2299 2016-06-03 03:56:00 14 -#> 1490 25 A69-1303-555 2301 2016-06-03 03:58:00 14 -#> 1491 25 A69-1303-555 2303 2016-06-03 04:00:00 14 -#> 1492 25 A69-1303-555 2304 2016-06-03 04:02:00 14 -#> 1493 25 A69-1303-555 2307 2016-06-03 04:04:00 14 -#> 1494 25 A69-1303-555 2309 2016-06-03 04:06:00 14 -#> 1495 25 A69-1303-555 2311 2016-06-03 04:08:00 14 -#> 1496 25 A69-1303-555 2313 2016-06-03 04:10:00 14 -#> 1497 25 A69-1303-555 2314 2016-06-03 04:12:00 14 -#> 1498 25 A69-1303-555 2316 2016-06-03 04:14:00 14 -#> 1499 25 A69-1303-555 2318 2016-06-03 04:16:00 14 -#> 1500 25 A69-1303-555 2319 2016-06-03 04:18:00 14 -#> 1501 25 A69-1303-555 2321 2016-06-03 04:20:00 14 -#> 1502 25 A69-1303-555 2323 2016-06-03 04:24:00 14 -#> 1503 25 A69-1303-555 2325 2016-06-03 04:28:00 14 -#> 1504 25 A69-1303-555 2326 2016-06-03 04:30:00 14 -#> 1505 25 A69-1303-555 2327 2016-06-03 04:32:00 14 -#> 1506 25 A69-1303-555 2328 2016-06-03 04:48:00 14 -#> 1507 25 A69-1303-555 2329 2016-06-03 04:52:00 14 -#> 1508 25 A69-1303-555 2330 2016-06-03 04:54:00 14 -#> 1509 25 A69-1303-555 2331 2016-06-03 04:58:00 14 -#> 1510 25 A69-1303-555 2332 2016-06-03 05:06:00 14 -#> 1511 25 A69-1303-555 2333 2016-06-03 05:10:00 14 -#> 1512 25 A69-1303-555 2335 2016-06-03 05:12:00 14 -#> 1513 25 A69-1303-555 2337 2016-06-03 05:14:00 14 -#> 1514 25 A69-1303-555 2338 2016-06-03 05:16:00 14 -#> 1515 25 A69-1303-555 2340 2016-06-03 05:18:00 14 -#> 1516 25 A69-1303-555 2341 2016-06-03 05:20:00 14 -#> 1517 25 A69-1303-555 2342 2016-06-03 05:22:00 14 -#> 1518 25 A69-1303-555 2344 2016-06-03 05:24:00 14 -#> 1519 25 A69-1303-555 2346 2016-06-03 05:26:00 14 -#> 1520 25 A69-1303-555 2350 2016-06-03 05:28:00 14 -#> 1521 25 A69-1303-555 2352 2016-06-03 05:30:00 14 -#> 1522 25 A69-1303-555 2354 2016-06-03 05:32:00 14 -#> 1523 25 A69-1303-555 2355 2016-06-03 05:34:00 14 -#> 1524 25 A69-1303-555 2358 2016-06-03 05:40:00 14 -#> 1525 25 A69-1303-555 2359 2016-06-03 05:56:00 14 -#> 1526 25 A69-1303-555 2360 2016-06-03 05:58:00 14 -#> 1527 25 A69-1303-555 2361 2016-06-03 06:06:00 14 -#> 1528 25 A69-1303-555 2362 2016-06-03 06:08:00 14 -#> 1529 25 A69-1303-555 2363 2016-06-03 06:10:00 14 -#> 1530 25 A69-1303-555 2364 2016-06-03 06:12:00 14 -#> 1531 25 A69-1303-555 2365 2016-06-03 06:14:00 14 -#> 1532 25 A69-1303-555 2366 2016-06-03 06:16:00 14 -#> 1533 25 A69-1303-555 2368 2016-06-03 06:18:00 14 -#> 1534 25 A69-1303-555 2371 2016-06-03 06:20:00 14 -#> 1535 25 A69-1303-555 2373 2016-06-03 06:22:00 14 -#> 1536 25 A69-1303-555 2375 2016-06-03 06:24:00 14 -#> 1537 25 A69-1303-555 2377 2016-06-03 06:26:00 14 -#> 1538 25 A69-1303-555 2378 2016-06-03 06:28:00 14 -#> 1539 25 A69-1303-555 2379 2016-06-03 06:30:00 14 -#> 1540 25 A69-1303-555 2381 2016-06-03 06:32:00 14 -#> 1541 25 A69-1303-555 2383 2016-06-03 06:34:00 14 -#> 1542 25 A69-1303-555 2385 2016-06-03 06:36:00 14 -#> 1543 25 A69-1303-555 2387 2016-06-03 06:38:00 14 -#> 1544 25 A69-1303-555 2389 2016-06-03 06:40:00 14 -#> 1545 25 A69-1303-555 2391 2016-06-03 06:42:00 14 -#> 1546 25 A69-1303-555 2392 2016-06-03 06:44:00 14 -#> 1547 25 A69-1303-555 2393 2016-06-03 06:50:00 14 -#> 1548 25 A69-1303-555 2394 2016-06-03 06:54:00 14 -#> 1549 25 A69-1303-555 2396 2016-06-03 06:56:00 14 -#> 1550 25 A69-1303-555 2398 2016-06-03 06:58:00 14 -#> 1551 25 A69-1303-555 2399 2016-06-03 07:00:00 14 -#> 1552 25 A69-1303-555 2400 2016-06-03 07:02:00 14 -#> 1553 25 A69-1303-555 2401 2016-06-03 07:08:00 14 -#> 1554 25 A69-1303-555 2403 2016-06-03 07:10:00 14 -#> 1555 25 A69-1303-555 2405 2016-06-03 07:14:00 14 -#> 1556 25 A69-1303-555 2408 2016-06-03 07:16:00 14 -#> 1557 25 A69-1303-555 2409 2016-06-03 07:20:00 14 -#> 1558 25 A69-1303-555 2410 2016-06-03 07:22:00 14 -#> 1559 25 A69-1303-555 2411 2016-06-03 07:26:00 14 -#> 1560 25 A69-1303-555 2412 2016-06-03 07:38:00 14 -#> 1561 25 A69-1303-555 2413 2016-06-03 07:40:00 14 -#> 1562 25 A69-1303-555 2415 2016-06-03 07:46:00 14 -#> 1563 25 A69-1303-555 2416 2016-06-03 07:48:00 14 -#> 1564 25 A69-1303-555 2418 2016-06-03 07:50:00 14 -#> 1565 25 A69-1303-555 2419 2016-06-03 07:52:00 14 -#> 1566 25 A69-1303-555 2420 2016-06-03 07:54:00 14 -#> 1567 25 A69-1303-555 2421 2016-06-03 07:56:00 14 -#> 1568 25 A69-1303-555 2422 2016-06-03 07:58:00 14 -#> 1569 25 A69-1303-555 2424 2016-06-03 08:00:00 14 -#> 1570 25 A69-1303-555 2425 2016-06-03 08:02:00 14 -#> 1571 25 A69-1303-555 2426 2016-06-03 08:06:00 14 -#> 1572 25 A69-1303-555 2428 2016-06-03 08:08:00 14 -#> 1573 25 A69-1303-555 2429 2016-06-03 08:18:00 14 -#> 1574 25 A69-1303-555 2431 2016-06-03 08:20:00 14 -#> 1575 25 A69-1303-555 2433 2016-06-03 08:22:00 14 -#> 1576 25 A69-1303-555 2435 2016-06-03 08:24:00 14 -#> 1577 25 A69-1303-555 2437 2016-06-03 08:26:00 14 -#> 1578 25 A69-1303-555 2439 2016-06-03 08:28:00 14 -#> 1579 25 A69-1303-555 2440 2016-06-03 08:30:00 14 -#> 1580 25 A69-1303-555 2443 2016-06-03 08:32:00 14 -#> 1581 25 A69-1303-555 2444 2016-06-03 08:34:00 14 -#> 1582 25 A69-1303-555 2446 2016-06-03 08:36:00 14 -#> 1583 25 A69-1303-555 2448 2016-06-03 08:38:00 14 -#> 1584 25 A69-1303-555 2449 2016-06-03 08:40:00 14 -#> 1585 25 A69-1303-555 2452 2016-06-03 08:42:00 14 -#> 1586 25 A69-1303-555 2454 2016-06-03 08:44:00 14 -#> 1587 25 A69-1303-555 2456 2016-06-03 08:46:00 14 -#> 1588 25 A69-1303-555 2457 2016-06-03 08:52:00 14 -#> 1589 25 A69-1303-555 2458 2016-06-03 08:54:00 14 -#> 1590 25 A69-1303-555 2460 2016-06-03 08:56:00 14 -#> 1591 25 A69-1303-555 2463 2016-06-03 08:58:00 14 -#> 1592 25 A69-1303-555 2465 2016-06-03 09:00:00 14 -#> 1593 25 A69-1303-555 2467 2016-06-03 09:02:00 14 -#> 1594 25 A69-1303-555 2468 2016-06-03 09:04:00 14 -#> 1595 25 A69-1303-555 2469 2016-06-03 09:06:00 14 -#> 1596 25 A69-1303-555 2472 2016-06-03 09:08:00 14 -#> 1597 25 A69-1303-555 2474 2016-06-03 09:10:00 14 -#> 1598 25 A69-1303-555 2476 2016-06-03 09:14:00 14 -#> 1599 25 A69-1303-555 2478 2016-06-03 09:16:00 14 -#> 1600 25 A69-1303-555 2479 2016-06-03 09:18:00 14 -#> 1601 25 A69-1303-555 2482 2016-06-03 09:20:00 14 -#> 1602 25 A69-1303-555 2484 2016-06-03 09:22:00 14 -#> 1603 25 A69-1303-555 2486 2016-06-03 09:24:00 14 -#> 1604 25 A69-1303-555 2489 2016-06-03 09:26:00 14 -#> 1605 25 A69-1303-555 2490 2016-06-03 09:28:00 14 -#> 1606 25 A69-1303-555 2492 2016-06-03 09:32:00 14 -#> 1607 25 A69-1303-555 2494 2016-06-03 09:34:00 14 -#> 1608 25 A69-1303-555 2496 2016-06-03 09:36:00 14 -#> 1609 25 A69-1303-555 2498 2016-06-03 09:38:00 14 -#> 1610 25 A69-1303-555 2500 2016-06-03 09:40:00 14 -#> 1611 25 A69-1303-555 2502 2016-06-03 09:42:00 14 -#> 1612 25 A69-1303-555 2503 2016-06-03 09:44:00 14 -#> 1613 25 A69-1303-555 2505 2016-06-03 09:46:00 14 -#> 1614 25 A69-1303-555 2507 2016-06-03 09:48:00 14 -#> 1615 25 A69-1303-555 2509 2016-06-03 09:50:00 14 -#> 1616 25 A69-1303-555 2511 2016-06-03 09:52:00 14 -#> 1617 25 A69-1303-555 2513 2016-06-03 09:54:00 14 -#> 1618 25 A69-1303-555 2515 2016-06-03 09:56:00 14 -#> 1619 25 A69-1303-555 2517 2016-06-03 09:58:00 14 -#> 1620 25 A69-1303-555 2519 2016-06-03 10:00:00 14 -#> 1621 25 A69-1303-555 2521 2016-06-03 10:02:00 14 -#> 1622 25 A69-1303-555 2523 2016-06-03 10:04:00 14 -#> 1623 25 A69-1303-555 2526 2016-06-03 10:06:00 14 -#> 1624 25 A69-1303-555 2527 2016-06-03 10:08:00 14 -#> 1625 25 A69-1303-555 2529 2016-06-03 10:10:00 14 -#> 1626 25 A69-1303-555 2531 2016-06-03 10:12:00 14 -#> 1627 25 A69-1303-555 2533 2016-06-03 10:14:00 14 -#> 1628 25 A69-1303-555 2535 2016-06-03 10:16:00 14 -#> 1629 25 A69-1303-555 2537 2016-06-03 10:20:00 14 -#> 1630 25 A69-1303-555 2539 2016-06-03 10:22:00 14 -#> 1631 25 A69-1303-555 2540 2016-06-03 10:24:00 14 -#> 1632 25 A69-1303-555 2542 2016-06-03 10:26:00 14 -#> 1633 25 A69-1303-555 2544 2016-06-03 10:28:00 14 -#> 1634 25 A69-1303-555 2546 2016-06-03 10:30:00 14 -#> 1635 25 A69-1303-555 2548 2016-06-03 10:32:00 14 -#> 1636 25 A69-1303-555 2550 2016-06-03 10:34:00 14 -#> 1637 25 A69-1303-555 2552 2016-06-03 10:36:00 14 -#> 1638 25 A69-1303-555 2554 2016-06-03 10:38:00 14 -#> 1639 25 A69-1303-555 2556 2016-06-03 10:40:00 14 -#> 1640 25 A69-1303-555 2557 2016-06-03 10:42:00 14 -#> 1641 25 A69-1303-555 2558 2016-06-03 10:44:00 14 -#> 1642 25 A69-1303-555 2560 2016-06-03 10:46:00 14 -#> 1643 25 A69-1303-555 2562 2016-06-03 10:48:00 14 -#> 1644 25 A69-1303-555 2564 2016-06-03 10:50:00 14 -#> 1645 25 A69-1303-555 2565 2016-06-03 10:52:00 14 -#> 1646 25 A69-1303-555 2567 2016-06-03 10:54:00 14 -#> 1647 25 A69-1303-555 2570 2016-06-03 10:56:00 14 -#> 1648 25 A69-1303-555 2572 2016-06-03 10:58:00 14 -#> 1649 25 A69-1303-555 2573 2016-06-03 11:00:00 14 -#> 1650 25 A69-1303-555 2575 2016-06-03 11:02:00 14 -#> 1651 25 A69-1303-555 2578 2016-06-03 11:04:00 14 -#> 1652 25 A69-1303-555 2580 2016-06-03 11:06:00 14 -#> 1653 25 A69-1303-555 2582 2016-06-03 11:08:00 14 -#> 1654 25 A69-1303-555 2584 2016-06-03 11:10:00 14 -#> 1655 25 A69-1303-555 2586 2016-06-03 11:12:00 14 -#> 1656 25 A69-1303-555 2589 2016-06-03 11:14:00 14 -#> 1657 25 A69-1303-555 2590 2016-06-03 11:16:00 14 -#> 1658 25 A69-1303-555 2592 2016-06-03 11:18:00 14 -#> 1659 25 A69-1303-555 2594 2016-06-03 11:20:00 14 -#> 1660 25 A69-1303-555 2596 2016-06-03 11:22:00 14 -#> 1661 25 A69-1303-555 2597 2016-06-03 11:24:00 14 -#> 1662 25 A69-1303-555 2599 2016-06-03 11:26:00 14 -#> 1663 25 A69-1303-555 2601 2016-06-03 11:28:00 14 -#> 1664 25 A69-1303-555 2603 2016-06-03 11:30:00 14 -#> 1665 25 A69-1303-555 2604 2016-06-03 11:32:00 14 -#> 1666 25 A69-1303-555 2606 2016-06-03 11:34:00 14 -#> 1667 25 A69-1303-555 2607 2016-06-03 11:36:00 14 -#> 1668 25 A69-1303-555 2610 2016-06-03 11:38:00 14 -#> 1669 25 A69-1303-555 2611 2016-06-03 11:40:00 14 -#> 1670 25 A69-1303-555 2614 2016-06-03 11:42:00 14 -#> 1671 25 A69-1303-555 2616 2016-06-03 11:44:00 14 -#> 1672 25 A69-1303-555 2617 2016-06-03 11:46:00 14 -#> 1673 25 A69-1303-555 2619 2016-06-03 11:48:00 14 -#> 1674 25 A69-1303-555 2621 2016-06-03 11:50:00 14 -#> 1675 25 A69-1303-555 2623 2016-06-03 11:52:00 14 -#> 1676 25 A69-1303-555 2625 2016-06-03 11:54:00 14 -#> 1677 25 A69-1303-555 2627 2016-06-03 11:56:00 14 -#> 1678 25 A69-1303-555 2629 2016-06-03 11:58:00 14 -#> 1679 25 A69-1303-555 2631 2016-06-03 12:00:00 14 -#> 1680 25 A69-1303-555 2633 2016-06-03 12:02:00 14 -#> 1681 25 A69-1303-555 2635 2016-06-03 12:04:00 14 -#> 1682 25 A69-1303-555 2638 2016-06-03 12:06:00 14 -#> 1683 25 A69-1303-555 2640 2016-06-03 12:08:00 14 -#> 1684 25 A69-1303-555 2642 2016-06-03 12:10:00 14 -#> 1685 25 A69-1303-555 2643 2016-06-03 12:12:00 14 -#> 1686 25 A69-1303-555 2644 2016-06-03 12:14:00 14 -#> 1687 25 A69-1303-555 2645 2016-06-03 12:16:00 14 -#> 1688 25 A69-1303-555 2648 2016-06-03 12:18:00 14 -#> 1689 25 A69-1303-555 2650 2016-06-03 12:24:00 14 -#> 1690 25 A69-1303-555 2652 2016-06-03 12:26:00 14 -#> 1691 25 A69-1303-555 2655 2016-06-03 12:28:00 14 -#> 1692 25 A69-1303-555 2656 2016-06-03 12:30:00 14 -#> 1693 25 A69-1303-555 2658 2016-06-03 12:32:00 14 -#> 1694 25 A69-1303-555 2660 2016-06-03 12:34:00 14 -#> 1695 25 A69-1303-555 2661 2016-06-03 12:36:00 14 -#> 1696 25 A69-1303-555 2663 2016-06-03 12:38:00 14 -#> 1697 25 A69-1303-555 2665 2016-06-03 12:40:00 14 -#> 1698 25 A69-1303-555 2667 2016-06-03 12:42:00 14 -#> 1699 25 A69-1303-555 2669 2016-06-03 12:44:00 14 -#> 1700 25 A69-1303-555 2672 2016-06-03 12:46:00 14 -#> 1701 25 A69-1303-555 2673 2016-06-03 12:48:00 14 -#> 1702 25 A69-1303-555 2675 2016-06-03 12:50:00 14 -#> 1703 25 A69-1303-555 2677 2016-06-03 12:52:00 14 -#> 1704 25 A69-1303-555 2678 2016-06-03 12:54:00 14 -#> 1705 25 A69-1303-555 2680 2016-06-03 12:56:00 14 -#> 1706 25 A69-1303-555 2683 2016-06-03 12:58:00 14 -#> 1707 25 A69-1303-555 2684 2016-06-03 13:00:00 14 -#> 1708 25 A69-1303-555 2686 2016-06-03 13:02:00 14 -#> 1709 25 A69-1303-555 2688 2016-06-03 13:04:00 14 -#> 1710 25 A69-1303-555 2690 2016-06-03 13:06:00 14 -#> 1711 25 A69-1303-555 2692 2016-06-03 13:08:00 14 -#> 1712 25 A69-1303-555 2694 2016-06-03 13:10:00 14 -#> 1713 25 A69-1303-555 2696 2016-06-03 13:12:00 14 -#> 1714 25 A69-1303-555 2699 2016-06-03 13:14:00 14 -#> 1715 25 A69-1303-555 2700 2016-06-03 13:16:00 14 -#> 1716 25 A69-1303-555 2702 2016-06-03 13:18:00 14 -#> 1717 25 A69-1303-555 2704 2016-06-03 13:22:00 14 -#> 1718 25 A69-1303-555 2707 2016-06-03 13:26:00 14 -#> 1719 25 A69-1303-555 2708 2016-06-03 13:28:00 14 -#> 1720 25 A69-1303-555 2710 2016-06-03 13:30:00 14 -#> 1721 25 A69-1303-555 2712 2016-06-03 13:32:00 14 -#> 1722 25 A69-1303-555 2713 2016-06-03 13:34:00 14 -#> 1723 25 A69-1303-555 2715 2016-06-03 13:36:00 14 -#> 1724 25 A69-1303-555 2717 2016-06-03 13:38:00 14 -#> 1725 25 A69-1303-555 2718 2016-06-03 13:40:00 14 -#> 1726 25 A69-1303-555 2720 2016-06-03 13:42:00 14 -#> 1727 25 A69-1303-555 2722 2016-06-03 13:44:00 14 -#> 1728 25 A69-1303-555 2725 2016-06-03 13:46:00 14 -#> 1729 25 A69-1303-555 2727 2016-06-03 13:48:00 14 -#> 1730 25 A69-1303-555 2728 2016-06-03 13:50:00 14 -#> 1731 25 A69-1303-555 2730 2016-06-03 13:52:00 14 -#> 1732 25 A69-1303-555 2732 2016-06-03 13:54:00 14 -#> 1733 25 A69-1303-555 2734 2016-06-03 13:56:00 14 -#> 1734 25 A69-1303-555 2736 2016-06-03 13:58:00 14 -#> 1735 25 A69-1303-555 2738 2016-06-03 14:00:00 14 -#> 1736 25 A69-1303-555 2740 2016-06-03 14:02:00 14 -#> 1737 25 A69-1303-555 2741 2016-06-03 14:04:00 14 -#> 1738 25 A69-1303-555 2744 2016-06-03 14:06:00 14 -#> 1739 25 A69-1303-555 2745 2016-06-03 14:12:00 14 -#> 1740 25 A69-1303-555 2746 2016-06-03 14:14:00 14 -#> 1741 25 A69-1303-555 2748 2016-06-03 14:16:00 14 -#> 1742 25 A69-1303-555 2749 2016-06-03 14:18:00 14 -#> 1743 25 A69-1303-555 2751 2016-06-03 14:30:00 14 -#> 1744 25 A69-1303-555 2753 2016-06-03 14:32:00 14 -#> 1745 25 A69-1303-555 2756 2016-06-03 14:34:00 14 -#> 1746 25 A69-1303-555 2757 2016-06-03 14:36:00 14 -#> 1747 25 A69-1303-555 2760 2016-06-03 14:38:00 14 -#> 1748 25 A69-1303-555 2761 2016-06-03 14:40:00 14 -#> 1749 25 A69-1303-555 2763 2016-06-03 14:42:00 14 -#> 1750 25 A69-1303-555 2765 2016-06-03 14:44:00 14 -#> 1751 25 A69-1303-555 2767 2016-06-03 14:46:00 14 -#> 1752 25 A69-1303-555 2768 2016-06-03 14:48:00 14 -#> 1753 25 A69-1303-555 2770 2016-06-03 14:50:00 14 -#> 1754 25 A69-1303-555 2771 2016-06-03 14:52:00 14 -#> 1755 25 A69-1303-555 2773 2016-06-03 14:58:00 14 -#> 1756 25 A69-1303-555 2775 2016-06-03 15:00:00 14 -#> 1757 25 A69-1303-555 2776 2016-06-03 15:02:00 14 -#> 1758 25 A69-1303-555 2777 2016-06-03 15:06:00 14 -#> 1759 25 A69-1303-555 2779 2016-06-03 15:10:00 14 -#> 1760 25 A69-1303-555 2781 2016-06-03 15:12:00 14 -#> 1761 25 A69-1303-555 2783 2016-06-03 15:14:00 14 -#> 1762 25 A69-1303-555 2785 2016-06-03 15:16:00 14 -#> 1763 25 A69-1303-555 2787 2016-06-03 15:18:00 14 -#> 1764 25 A69-1303-555 2788 2016-06-03 15:22:00 14 -#> 1765 25 A69-1303-555 2789 2016-06-03 15:24:00 14 -#> 1766 25 A69-1303-555 2791 2016-06-03 15:26:00 14 -#> 1767 25 A69-1303-555 2793 2016-06-03 15:28:00 14 -#> 1768 25 A69-1303-555 2795 2016-06-03 15:30:00 14 -#> 1769 25 A69-1303-555 2797 2016-06-03 15:32:00 14 -#> 1770 25 A69-1303-555 2799 2016-06-03 15:34:00 14 -#> 1771 25 A69-1303-555 2801 2016-06-03 15:36:00 14 -#> 1772 25 A69-1303-555 2803 2016-06-03 15:38:00 14 -#> 1773 25 A69-1303-555 2804 2016-06-03 15:40:00 14 -#> 1774 25 A69-1303-555 2806 2016-06-03 15:42:00 14 -#> 1775 25 A69-1303-555 2808 2016-06-03 15:44:00 14 -#> 1776 25 A69-1303-555 2809 2016-06-03 15:46:00 14 -#> 1777 25 A69-1303-555 2811 2016-06-03 15:48:00 14 -#> 1778 25 A69-1303-555 2814 2016-06-03 15:50:00 14 -#> 1779 25 A69-1303-555 2815 2016-06-03 15:52:00 14 -#> 1780 25 A69-1303-555 2816 2016-06-03 15:54:00 14 -#> 1781 25 A69-1303-555 2817 2016-06-03 15:56:00 14 -#> 1782 25 A69-1303-555 2819 2016-06-03 15:58:00 14 -#> 1783 25 A69-1303-555 2821 2016-06-03 16:00:00 14 -#> 1784 25 A69-1303-555 2822 2016-06-03 16:02:00 14 -#> 1785 25 A69-1303-555 2823 2016-06-03 16:06:00 14 -#> 1786 25 A69-1303-555 2825 2016-06-03 16:18:00 14 -#> 1787 25 A69-1303-555 2826 2016-06-03 16:24:00 14 -#> 1788 25 A69-1303-555 2827 2016-06-03 16:46:00 14 -#> 1789 25 A69-1303-555 2828 2016-06-03 16:50:00 14 -#> 1790 25 A69-1303-555 2829 2016-06-03 16:58:00 14 -#> 1791 25 A69-1303-555 2831 2016-06-03 17:00:00 14 -#> 1792 25 A69-1303-555 2832 2016-06-03 17:02:00 14 -#> 1793 25 A69-1303-555 2833 2016-06-03 17:04:00 14 -#> 1794 25 A69-1303-555 2834 2016-06-03 17:06:00 14 -#> 1795 25 A69-1303-555 2835 2016-06-03 17:08:00 14 -#> 1796 25 A69-1303-555 2836 2016-06-03 17:10:00 14 -#> 1797 25 A69-1303-555 2837 2016-06-03 17:12:00 14 -#> 1798 25 A69-1303-555 2838 2016-06-03 17:14:00 14 -#> 1799 25 A69-1303-555 2839 2016-06-03 17:16:00 14 -#> 1800 25 A69-1303-555 2842 2016-06-03 17:18:00 14 -#> 1801 25 A69-1303-555 2843 2016-06-03 17:20:00 14 -#> 1802 25 A69-1303-555 2845 2016-06-03 17:22:00 14 -#> 1803 25 A69-1303-555 2847 2016-06-03 17:24:00 14 -#> 1804 25 A69-1303-555 2849 2016-06-03 17:26:00 14 -#> 1805 25 A69-1303-555 2851 2016-06-03 17:28:00 14 -#> 1806 25 A69-1303-555 2853 2016-06-03 17:30:00 14 -#> 1807 25 A69-1303-555 2855 2016-06-03 17:32:00 14 -#> 1808 25 A69-1303-555 2857 2016-06-03 17:34:00 14 -#> 1809 25 A69-1303-555 2858 2016-06-03 17:36:00 14 -#> 1810 25 A69-1303-555 2860 2016-06-03 17:38:00 14 -#> 1811 25 A69-1303-555 2862 2016-06-03 17:40:00 14 -#> 1812 25 A69-1303-555 2864 2016-06-03 17:42:00 14 -#> 1813 25 A69-1303-555 2865 2016-06-03 17:44:00 14 -#> 1814 25 A69-1303-555 2866 2016-06-03 17:48:00 14 -#> 1815 25 A69-1303-555 2868 2016-06-03 17:50:00 14 -#> 1816 25 A69-1303-555 2869 2016-06-03 17:52:00 14 -#> 1817 25 A69-1303-555 2871 2016-06-03 17:54:00 14 -#> 1818 25 A69-1303-555 2872 2016-06-03 17:56:00 14 -#> 1819 25 A69-1303-555 2875 2016-06-03 18:00:00 14 -#> 1820 25 A69-1303-555 2876 2016-06-03 18:02:00 14 -#> 1821 25 A69-1303-555 2877 2016-06-03 18:04:00 14 -#> 1822 25 A69-1303-555 2879 2016-06-03 18:06:00 14 -#> 1823 25 A69-1303-555 2881 2016-06-03 18:08:00 14 -#> 1824 25 A69-1303-555 2883 2016-06-03 18:10:00 14 -#> 1825 25 A69-1303-555 2884 2016-06-03 18:20:00 14 -#> 1826 25 A69-1303-555 2886 2016-06-03 18:22:00 14 -#> 1827 25 A69-1303-555 2888 2016-06-03 18:24:00 14 -#> 1828 25 A69-1303-555 2889 2016-06-03 18:26:00 14 -#> 1829 25 A69-1303-555 2891 2016-06-03 18:28:00 14 -#> 1830 25 A69-1303-555 2893 2016-06-03 18:30:00 14 -#> 1831 25 A69-1303-555 2895 2016-06-03 18:32:00 14 -#> 1832 25 A69-1303-555 2897 2016-06-03 18:34:00 14 -#> 1833 25 A69-1303-555 2898 2016-06-03 18:36:00 14 -#> 1834 25 A69-1303-555 2899 2016-06-03 18:38:00 14 -#> 1835 25 A69-1303-555 2900 2016-06-03 18:40:00 14 -#> 1836 25 A69-1303-555 2901 2016-06-03 18:42:00 14 -#> 1837 25 A69-1303-555 2904 2016-06-03 18:44:00 14 -#> 1838 25 A69-1303-555 2905 2016-06-03 18:48:00 14 -#> 1839 25 A69-1303-555 2906 2016-06-03 18:50:00 14 -#> 1840 25 A69-1303-555 2907 2016-06-03 18:56:00 14 -#> 1841 25 A69-1303-555 2908 2016-06-03 18:58:00 14 -#> 1842 25 A69-1303-555 2909 2016-06-03 19:02:00 14 -#> 1843 25 A69-1303-555 2910 2016-06-03 19:04:00 14 -#> 1844 25 A69-1303-555 2912 2016-06-03 19:06:00 14 -#> 1845 25 A69-1303-555 2913 2016-06-03 19:08:00 14 -#> 1846 25 A69-1303-555 2915 2016-06-03 19:10:00 14 -#> 1847 25 A69-1303-555 2917 2016-06-03 19:12:00 14 -#> 1848 25 A69-1303-555 2919 2016-06-03 19:14:00 14 -#> 1849 25 A69-1303-555 2921 2016-06-03 19:16:00 14 -#> 1850 25 A69-1303-555 2922 2016-06-03 19:18:00 14 -#> 1851 25 A69-1303-555 2925 2016-06-03 19:20:00 14 -#> 1852 25 A69-1303-555 2926 2016-06-03 19:22:00 14 -#> 1853 25 A69-1303-555 2927 2016-06-03 19:24:00 14 -#> 1854 25 A69-1303-555 2929 2016-06-03 19:26:00 14 -#> 1855 25 A69-1303-555 2932 2016-06-03 19:28:00 14 -#> 1856 25 A69-1303-555 2935 2016-06-03 19:30:00 14 -#> 1857 25 A69-1303-555 2937 2016-06-03 19:32:00 14 -#> 1858 25 A69-1303-555 2940 2016-06-04 00:40:00 14 -#> 1859 25 A69-1303-555 2941 2016-06-04 00:42:00 14 -#> 1860 25 A69-1303-555 2942 2016-06-04 00:46:00 14 -#> 1861 25 A69-1303-555 2943 2016-06-04 00:48:00 14 -#> 1862 25 A69-1303-555 2944 2016-06-04 01:00:00 14 -#> 1863 25 A69-1303-555 2945 2016-06-04 01:04:00 14 -#> 1864 25 A69-1303-555 2946 2016-06-04 01:10:00 14 -#> 1865 25 A69-1303-555 2947 2016-06-04 01:12:00 14 -#> 1866 25 A69-1303-555 2948 2016-06-04 01:14:00 14 -#> 1867 25 A69-1303-555 2949 2016-06-04 01:16:00 14 -#> 1868 25 A69-1303-555 2951 2016-06-04 01:18:00 14 -#> 1869 25 A69-1303-555 2952 2016-06-04 01:20:00 14 -#> 1870 25 A69-1303-555 2954 2016-06-04 01:22:00 14 -#> 1871 25 A69-1303-555 2956 2016-06-04 01:24:00 14 -#> 1872 25 A69-1303-555 2957 2016-06-04 01:26:00 14 -#> 1873 25 A69-1303-555 2959 2016-06-04 01:28:00 14 -#> 1874 25 A69-1303-555 2962 2016-06-04 01:30:00 14 -#> 1875 25 A69-1303-555 2963 2016-06-04 01:32:00 14 -#> 1876 25 A69-1303-555 2966 2016-06-04 01:34:00 14 -#> 1877 25 A69-1303-555 2967 2016-06-04 01:36:00 14 -#> 1878 25 A69-1303-555 2968 2016-06-04 01:38:00 14 -#> 1879 25 A69-1303-555 2969 2016-06-04 01:40:00 14 -#> 1880 25 A69-1303-555 2970 2016-06-04 01:44:00 14 -#> 1881 25 A69-1303-555 2972 2016-06-04 01:48:00 14 -#> 1882 25 A69-1303-555 2974 2016-06-04 01:50:00 14 -#> 1883 25 A69-1303-555 2976 2016-06-04 01:54:00 14 -#> 1884 25 A69-1303-555 2978 2016-06-04 01:56:00 14 -#> 1885 25 A69-1303-555 2980 2016-06-04 01:58:00 14 -#> 1886 25 A69-1303-555 2981 2016-06-04 02:00:00 14 -#> 1887 25 A69-1303-555 2983 2016-06-04 02:02:00 14 -#> 1888 25 A69-1303-555 2984 2016-06-04 02:04:00 14 -#> 1889 25 A69-1303-555 2986 2016-06-04 02:06:00 14 -#> 1890 25 A69-1303-555 2988 2016-06-04 02:08:00 14 -#> 1891 25 A69-1303-555 2990 2016-06-04 02:10:00 14 -#> 1892 25 A69-1303-555 2992 2016-06-04 02:12:00 14 -#> 1893 25 A69-1303-555 2994 2016-06-04 02:18:00 14 -#> 1894 25 A69-1303-555 2996 2016-06-04 02:20:00 14 -#> 1895 25 A69-1303-555 2997 2016-06-04 02:22:00 14 -#> 1896 25 A69-1303-555 3000 2016-06-04 02:24:00 14 -#> 1897 25 A69-1303-555 3002 2016-06-04 02:26:00 14 -#> 1898 25 A69-1303-555 3004 2016-06-04 02:28:00 14 -#> 1899 25 A69-1303-555 3005 2016-06-04 02:34:00 14 -#> 1900 25 A69-1303-555 3006 2016-06-04 02:36:00 14 -#> 1901 25 A69-1303-555 3007 2016-06-04 03:12:00 14 -#> 1902 25 A69-1303-555 3009 2016-06-04 03:14:00 14 -#> 1903 25 A69-1303-555 3011 2016-06-04 03:16:00 14 -#> 1904 25 A69-1303-555 3012 2016-06-04 03:18:00 14 -#> 1905 25 A69-1303-555 3013 2016-06-04 03:22:00 14 -#> 1906 25 A69-1303-555 3014 2016-06-04 03:26:00 14 -#> 1907 25 A69-1303-555 3016 2016-06-04 03:28:00 14 -#> 1908 25 A69-1303-555 3017 2016-06-04 03:30:00 14 -#> 1909 25 A69-1303-555 3018 2016-06-04 03:56:00 14 -#> 1910 25 A69-1303-555 3019 2016-06-04 03:58:00 14 -#> 1911 25 A69-1303-555 3021 2016-06-04 04:00:00 14 -#> 1912 25 A69-1303-555 3022 2016-06-04 04:02:00 14 -#> 1913 25 A69-1303-555 3023 2016-06-04 04:04:00 14 -#> 1914 25 A69-1303-555 3025 2016-06-04 04:06:00 14 -#> 1915 25 A69-1303-555 3027 2016-06-04 04:08:00 14 -#> 1916 25 A69-1303-555 3029 2016-06-04 04:10:00 14 -#> 1917 25 A69-1303-555 3030 2016-06-04 04:12:00 14 -#> 1918 25 A69-1303-555 3031 2016-06-04 04:16:00 14 -#> 1919 25 A69-1303-555 3034 2016-06-04 04:24:00 14 -#> 1920 25 A69-1303-555 3035 2016-06-04 04:26:00 14 -#> 1921 25 A69-1303-555 3037 2016-06-04 04:28:00 14 -#> 1922 25 A69-1303-555 3038 2016-06-04 04:32:00 14 -#> 1923 25 A69-1303-555 3039 2016-06-04 04:34:00 14 -#> 1924 25 A69-1303-555 3040 2016-06-04 04:38:00 14 -#> 1925 25 A69-1303-555 3042 2016-06-04 04:40:00 14 -#> 1926 25 A69-1303-555 3044 2016-06-04 04:42:00 14 -#> 1927 25 A69-1303-555 3045 2016-06-04 04:44:00 14 -#> 1928 25 A69-1303-555 3047 2016-06-04 04:46:00 14 -#> 1929 25 A69-1303-555 3049 2016-06-04 04:48:00 14 -#> 1930 25 A69-1303-555 3050 2016-06-04 04:50:00 14 -#> 1931 25 A69-1303-555 3052 2016-06-04 04:52:00 14 -#> 1932 25 A69-1303-555 3054 2016-06-04 04:54:00 14 -#> 1933 25 A69-1303-555 3055 2016-06-04 04:56:00 14 -#> 1934 25 A69-1303-555 3057 2016-06-04 04:58:00 14 -#> 1935 25 A69-1303-555 3059 2016-06-04 05:00:00 14 -#> 1936 25 A69-1303-555 3061 2016-06-04 05:02:00 14 -#> 1937 25 A69-1303-555 3063 2016-06-04 05:04:00 14 -#> 1938 25 A69-1303-555 3065 2016-06-04 05:08:00 14 -#> 1939 25 A69-1303-555 3066 2016-06-04 05:16:00 14 -#> 1940 25 A69-1303-555 3068 2016-06-04 07:00:00 14 -#> 1941 25 A69-1303-555 3069 2016-06-04 07:04:00 14 -#> 1942 25 A69-1303-555 3071 2016-06-04 07:06:00 14 -#> 1943 25 A69-1303-555 3072 2016-06-04 07:10:00 14 -#> 1944 25 A69-1303-555 3075 2016-06-04 07:12:00 14 -#> 1945 25 A69-1303-555 3076 2016-06-04 07:14:00 14 -#> 1946 25 A69-1303-555 3078 2016-06-04 07:18:00 14 -#> 1947 25 A69-1303-555 3079 2016-06-04 10:26:00 14 -#> 1948 25 A69-1303-555 3080 2016-06-04 10:34:00 14 -#> 1949 25 A69-1303-555 3081 2016-06-04 10:40:00 14 -#> 1950 25 A69-1303-555 3082 2016-06-04 11:08:00 14 -#> 1951 25 A69-1303-555 3083 2016-06-04 11:10:00 14 -#> 1952 25 A69-1303-555 3084 2016-06-04 11:24:00 14 -#> 1953 25 A69-1303-555 3085 2016-06-04 11:38:00 14 -#> 1954 25 A69-1303-555 3086 2016-06-04 12:02:00 14 -#> 1955 25 A69-1303-555 3087 2016-06-04 18:46:00 14 -#> 1956 25 A69-1303-555 3088 2016-06-04 18:48:00 14 -#> 1957 25 A69-1303-555 3089 2016-06-04 19:14:00 14 -#> 1958 25 A69-1303-555 3090 2016-06-04 19:16:00 14 -#> 1959 25 A69-1303-555 3091 2016-06-07 09:50:00 14 -#> 1960 25 A69-1303-555 3092 2016-06-07 09:58:00 14 -#> 1961 25 A69-1303-555 3093 2016-06-07 10:08:00 14 -#> 1962 25 A69-1303-555 3094 2016-06-07 10:10:00 14 -#> 1963 25 A69-1303-555 3095 2016-06-07 10:14:00 14 -#> 1964 25 A69-1303-555 3096 2016-06-07 10:56:00 14 -#> 1965 25 A69-1303-555 3097 2016-06-07 10:58:00 14 -#> 1966 25 A69-1303-555 3098 2016-06-07 11:10:00 14 -#> 1967 25 A69-1303-555 3100 2016-06-07 11:14:00 14 -#> 1968 25 A69-1303-555 3103 2016-06-07 11:16:00 14 -#> 1969 25 A69-1303-555 3104 2016-06-07 11:22:00 14 -#> 1970 25 A69-1303-555 3105 2016-06-07 11:26:00 14 -#> 1971 25 A69-1303-555 3106 2016-06-07 11:28:00 14 -#> 1972 25 A69-1303-555 3108 2016-06-07 11:30:00 14 -#> 1973 25 A69-1303-555 3109 2016-06-07 11:32:00 14 -#> 1974 25 A69-1303-555 3111 2016-06-07 11:34:00 14 -#> 1975 25 A69-1303-555 3112 2016-06-07 11:36:00 14 -#> 1976 25 A69-1303-555 3113 2016-06-07 11:42:00 14 -#> 1977 25 A69-1303-555 3114 2016-06-07 11:44:00 14 -#> 1978 25 A69-1303-555 3115 2016-06-07 11:48:00 14 -#> 1979 25 A69-1303-555 3116 2016-06-07 11:52:00 14 -#> 1980 25 A69-1303-555 3117 2016-06-07 11:54:00 14 -#> 1981 25 A69-1303-555 3118 2016-06-07 12:04:00 14 -#> 1982 25 A69-1303-555 3119 2016-06-07 12:06:00 14 -#> 1983 25 A69-1303-555 3121 2016-06-07 12:14:00 14 -#> 1984 25 A69-1303-555 3122 2016-06-07 12:16:00 14 -#> 1985 25 A69-1303-555 3124 2016-06-07 12:18:00 14 -#> 1986 25 A69-1303-555 3125 2016-06-07 12:20:00 14 -#> 1987 25 A69-1303-555 3126 2016-06-07 12:24:00 14 -#> 1988 25 A69-1303-555 3127 2016-06-07 12:32:00 14 -#> 1989 25 A69-1303-555 3128 2016-06-07 12:36:00 14 -#> 1990 25 A69-1303-555 3130 2016-06-07 12:38:00 14 -#> 1991 25 A69-1303-555 3132 2016-06-07 12:40:00 14 -#> 1992 25 A69-1303-555 3133 2016-06-07 12:42:00 14 -#> 1993 25 A69-1303-555 3135 2016-06-07 12:46:00 14 -#> 1994 25 A69-1303-555 3136 2016-06-07 12:48:00 14 -#> 1995 25 A69-1303-555 3138 2016-06-07 12:50:00 14 -#> 1996 25 A69-1303-555 3140 2016-06-07 12:52:00 14 -#> 1997 25 A69-1303-555 3142 2016-06-07 12:54:00 14 -#> 1998 25 A69-1303-555 3144 2016-06-07 12:56:00 14 -#> 1999 25 A69-1303-555 3146 2016-06-07 12:58:00 14 -#> 2000 25 A69-1303-555 3149 2016-06-07 13:00:00 14 -#> 2001 25 A69-1303-555 3151 2016-06-07 13:02:00 14 -#> 2002 25 A69-1303-555 3153 2016-06-07 13:04:00 14 -#> 2003 25 A69-1303-555 3154 2016-06-07 13:06:00 14 -#> 2004 25 A69-1303-555 3156 2016-06-07 13:08:00 14 -#> 2005 25 A69-1303-555 3158 2016-06-07 13:10:00 14 -#> 2006 25 A69-1303-555 3159 2016-06-07 13:12:00 14 -#> 2007 25 A69-1303-555 3160 2016-06-07 13:14:00 14 -#> 2008 25 A69-1303-555 3162 2016-06-07 13:16:00 14 -#> 2009 25 A69-1303-555 3163 2016-06-07 13:28:00 14 -#> 2010 25 A69-1303-555 3164 2016-06-07 13:32:00 14 -#> 2011 25 A69-1303-555 3165 2016-06-07 13:40:00 14 -#> 2012 25 A69-1303-555 3167 2016-06-07 13:42:00 14 -#> 2013 25 A69-1303-555 3168 2016-06-07 13:44:00 14 -#> 2014 25 A69-1303-555 3169 2016-06-07 13:48:00 14 -#> 2015 25 A69-1303-555 3170 2016-06-07 13:50:00 14 -#> 2016 25 A69-1303-555 3171 2016-06-07 14:00:00 14 -#> 2017 25 A69-1303-555 3172 2016-06-07 14:02:00 14 -#> 2018 25 A69-1303-555 3173 2016-06-07 14:04:00 14 -#> 2019 25 A69-1303-555 3175 2016-06-07 14:06:00 14 -#> 2020 25 A69-1303-555 3177 2016-06-07 14:08:00 14 -#> 2021 25 A69-1303-555 3179 2016-06-07 14:10:00 14 -#> 2022 25 A69-1303-555 3180 2016-06-07 14:12:00 14 -#> 2023 25 A69-1303-555 3182 2016-06-07 14:14:00 14 -#> 2024 25 A69-1303-555 3184 2016-06-07 14:16:00 14 -#> 2025 25 A69-1303-555 3185 2016-06-07 14:18:00 14 -#> 2026 25 A69-1303-555 3187 2016-06-07 14:20:00 14 -#> 2027 25 A69-1303-555 3189 2016-06-07 14:22:00 14 -#> 2028 25 A69-1303-555 3191 2016-06-07 14:24:00 14 -#> 2029 25 A69-1303-555 3193 2016-06-07 14:26:00 14 -#> 2030 25 A69-1303-555 3195 2016-06-07 14:28:00 14 -#> 2031 25 A69-1303-555 3197 2016-06-07 14:30:00 14 -#> 2032 25 A69-1303-555 3198 2016-06-07 14:32:00 14 -#> 2033 25 A69-1303-555 3199 2016-06-07 14:36:00 14 -#> 2034 25 A69-1303-555 3201 2016-06-07 14:38:00 14 -#> 2035 25 A69-1303-555 3203 2016-06-07 14:40:00 14 -#> 2036 25 A69-1303-555 3205 2016-06-07 14:42:00 14 -#> 2037 25 A69-1303-555 3207 2016-06-07 14:44:00 14 -#> 2038 25 A69-1303-555 3209 2016-06-07 14:46:00 14 -#> 2039 25 A69-1303-555 3211 2016-06-07 14:48:00 14 -#> 2040 25 A69-1303-555 3212 2016-06-07 14:50:00 14 -#> 2041 25 A69-1303-555 3213 2016-06-07 14:52:00 14 -#> 2042 25 A69-1303-555 3214 2016-06-07 14:54:00 14 -#> 2043 25 A69-1303-555 3216 2016-06-07 14:56:00 14 -#> 2044 25 A69-1303-555 3218 2016-06-07 14:58:00 14 -#> 2045 25 A69-1303-555 3219 2016-06-07 15:00:00 14 -#> 2046 25 A69-1303-555 3221 2016-06-07 15:02:00 14 -#> 2047 25 A69-1303-555 3223 2016-06-07 15:04:00 14 -#> 2048 25 A69-1303-555 3225 2016-06-07 15:06:00 14 -#> 2049 25 A69-1303-555 3227 2016-06-07 15:08:00 14 -#> 2050 25 A69-1303-555 3228 2016-06-07 15:50:00 14 -#> 2051 25 A69-1303-555 3229 2016-06-07 15:54:00 14 -#> 2052 25 A69-1303-555 3230 2016-06-07 18:54:00 14 -#> 2053 25 A69-1303-555 3232 2016-06-07 18:56:00 14 -#> 2054 25 A69-1303-555 3233 2016-06-07 18:58:00 14 -#> 2055 25 A69-1303-555 3235 2016-06-07 19:00:00 14 -#> 2056 25 A69-1303-555 3237 2016-06-07 19:02:00 14 -#> 2057 25 A69-1303-555 3239 2016-06-07 19:04:00 14 -#> 2058 25 A69-1303-555 3240 2016-06-07 19:06:00 14 -#> 2059 25 A69-1303-555 3241 2016-06-07 19:08:00 14 -#> 2060 25 A69-1303-555 3243 2016-06-07 19:10:00 14 -#> 2061 25 A69-1303-555 3245 2016-06-07 19:12:00 14 -#> 2062 25 A69-1303-555 3246 2016-06-07 19:14:00 14 -#> 2063 25 A69-1303-555 3248 2016-06-07 19:16:00 14 -#> 2064 25 A69-1303-555 3249 2016-06-07 19:18:00 14 -#> 2065 25 A69-1303-555 3250 2016-06-07 19:20:00 14 -#> 2066 25 A69-1303-555 3251 2016-06-07 19:24:00 14 -#> 2067 25 A69-1303-555 3253 2016-06-07 19:26:00 14 -#> 2068 25 A69-1303-555 3254 2016-06-07 19:28:00 14 -#> 2069 25 A69-1303-555 3255 2016-06-07 19:30:00 14 -#> 2070 25 A69-1303-555 3256 2016-06-07 19:32:00 14 -#> 2071 25 A69-1303-555 3258 2016-06-07 19:34:00 14 -#> 2072 25 A69-1303-555 3259 2016-06-07 19:36:00 14 -#> 2073 25 A69-1303-555 3261 2016-06-07 19:38:00 14 -#> 2074 25 A69-1303-555 3263 2016-06-07 19:40:00 14 -#> 2075 25 A69-1303-555 3264 2016-06-07 19:42:00 14 -#> 2076 25 A69-1303-555 3266 2016-06-07 19:44:00 14 -#> 2077 25 A69-1303-555 3267 2016-06-07 19:46:00 14 -#> 2078 25 A69-1303-555 3269 2016-06-07 19:48:00 14 -#> 2079 25 A69-1303-555 3271 2016-06-07 20:06:00 14 -#> 2080 25 A69-1303-555 3272 2016-06-07 20:10:00 14 -#> 2081 25 A69-1303-555 3273 2016-06-07 20:12:00 14 -#> 2082 25 A69-1303-555 3274 2016-06-07 20:14:00 14 -#> 2083 25 A69-1303-555 3276 2016-06-07 20:18:00 14 -#> 2084 25 A69-1303-555 3278 2016-06-07 20:20:00 14 -#> 2085 25 A69-1303-555 3280 2016-06-07 20:22:00 14 -#> 2086 25 A69-1303-555 3281 2016-06-07 20:26:00 14 -#> 2087 25 A69-1303-555 3282 2016-06-07 20:28:00 14 -#> 2088 25 A69-1303-555 3283 2016-06-07 20:34:00 14 -#> 2089 25 A69-1303-555 3285 2016-06-07 20:38:00 14 -#> 2090 25 A69-1303-555 3286 2016-06-07 20:44:00 14 -#> 2091 25 A69-1303-555 3287 2016-06-07 20:48:00 14 -#> 2092 25 A69-1303-555 3288 2016-06-07 20:52:00 14 -#> 2093 25 A69-1303-555 3289 2016-06-07 20:56:00 14 -#> 2094 25 A69-1303-555 3290 2016-06-07 20:58:00 14 -#> 2095 25 A69-1303-555 3292 2016-06-07 21:00:00 14 -#> 2096 25 A69-1303-555 3293 2016-06-07 21:02:00 14 -#> 2097 25 A69-1303-555 3294 2016-06-07 21:06:00 14 -#> 2098 25 A69-1303-555 3295 2016-06-07 21:08:00 14 -#> 2099 25 A69-1303-555 3296 2016-06-07 21:10:00 14 -#> 2100 25 A69-1303-555 3298 2016-06-07 21:12:00 14 -#> 2101 25 A69-1303-555 3300 2016-06-07 21:14:00 14 -#> 2102 25 A69-1303-555 3301 2016-06-07 21:16:00 14 -#> 2103 25 A69-1303-555 3303 2016-06-07 21:18:00 14 -#> 2104 25 A69-1303-555 3304 2016-06-07 21:24:00 14 -#> 2105 25 A69-1303-555 3305 2016-06-07 21:26:00 14 -#> 2106 25 A69-1303-555 3306 2016-06-07 21:28:00 14 -#> 2107 25 A69-1303-555 3308 2016-06-07 21:30:00 14 -#> 2108 25 A69-1303-555 3309 2016-06-07 21:34:00 14 -#> 2109 25 A69-1303-555 3310 2016-06-07 21:36:00 14 -#> 2110 25 A69-1303-555 3311 2016-06-07 21:38:00 14 -#> 2111 25 A69-1303-555 3313 2016-06-07 21:40:00 14 -#> 2112 25 A69-1303-555 3314 2016-06-07 21:42:00 14 -#> 2113 25 A69-1303-555 3315 2016-06-07 21:44:00 14 -#> 2114 25 A69-1303-555 3316 2016-06-07 21:46:00 14 -#> 2115 25 A69-1303-555 3317 2016-06-07 21:48:00 14 -#> 2116 25 A69-1303-555 3318 2016-06-07 21:50:00 14 -#> 2117 25 A69-1303-555 3320 2016-06-07 21:52:00 14 -#> 2118 25 A69-1303-555 3322 2016-06-07 21:54:00 14 -#> 2119 25 A69-1303-555 3323 2016-06-07 21:56:00 14 -#> 2120 25 A69-1303-555 3325 2016-06-07 21:58:00 14 -#> 2121 25 A69-1303-555 3326 2016-06-07 22:00:00 14 -#> 2122 25 A69-1303-555 3327 2016-06-07 22:02:00 14 -#> 2123 25 A69-1303-555 3329 2016-06-07 22:04:00 14 -#> 2124 25 A69-1303-555 3331 2016-06-07 22:06:00 14 -#> 2125 25 A69-1303-555 3333 2016-06-07 22:08:00 14 -#> 2126 25 A69-1303-555 3334 2016-06-07 22:10:00 14 -#> 2127 25 A69-1303-555 3335 2016-06-07 22:12:00 14 -#> 2128 25 A69-1303-555 3337 2016-06-07 22:14:00 14 -#> 2129 25 A69-1303-555 3340 2016-06-07 22:16:00 14 -#> 2130 25 A69-1303-555 3342 2016-06-07 22:18:00 14 -#> 2131 25 A69-1303-555 3344 2016-06-07 22:20:00 14 -#> 2132 25 A69-1303-555 3346 2016-06-07 22:22:00 14 -#> 2133 25 A69-1303-555 3348 2016-06-07 22:24:00 14 -#> 2134 25 A69-1303-555 3350 2016-06-07 22:26:00 14 -#> 2135 25 A69-1303-555 3352 2016-06-07 22:28:00 14 -#> 2136 25 A69-1303-555 3354 2016-06-07 22:30:00 14 -#> 2137 25 A69-1303-555 3357 2016-06-07 22:32:00 14 -#> 2138 25 A69-1303-555 3359 2016-06-07 22:34:00 14 -#> 2139 25 A69-1303-555 3360 2016-06-07 22:36:00 14 -#> 2140 25 A69-1303-555 3362 2016-06-07 22:38:00 14 -#> 2141 25 A69-1303-555 3364 2016-06-07 22:40:00 14 -#> 2142 25 A69-1303-555 3365 2016-06-07 22:42:00 14 -#> 2143 25 A69-1303-555 3367 2016-06-07 22:44:00 14 -#> 2144 25 A69-1303-555 3369 2016-06-07 22:46:00 14 -#> 2145 25 A69-1303-555 3371 2016-06-07 22:48:00 14 -#> 2146 25 A69-1303-555 3372 2016-06-07 22:50:00 14 -#> 2147 25 A69-1303-555 3373 2016-06-07 22:52:00 14 -#> 2148 25 A69-1303-555 3375 2016-06-07 22:54:00 14 -#> 2149 25 A69-1303-555 3377 2016-06-07 22:56:00 14 -#> 2150 25 A69-1303-555 3379 2016-06-07 22:58:00 14 -#> 2151 25 A69-1303-555 3381 2016-06-07 23:00:00 14 -#> 2152 25 A69-1303-555 3384 2016-06-07 23:02:00 14 -#> 2153 25 A69-1303-555 3386 2016-06-07 23:04:00 14 -#> 2154 25 A69-1303-555 3387 2016-06-07 23:06:00 14 -#> 2155 25 A69-1303-555 3389 2016-06-07 23:08:00 14 -#> 2156 25 A69-1303-555 3391 2016-06-07 23:10:00 14 -#> 2157 25 A69-1303-555 3392 2016-06-07 23:12:00 14 -#> 2158 25 A69-1303-555 3394 2016-06-07 23:14:00 14 -#> 2159 25 A69-1303-555 3397 2016-06-07 23:16:00 14 -#> 2160 25 A69-1303-555 3399 2016-06-07 23:18:00 14 -#> 2161 25 A69-1303-555 3400 2016-06-07 23:22:00 14 -#> 2162 25 A69-1303-555 3401 2016-06-07 23:24:00 14 -#> 2163 25 A69-1303-555 3403 2016-06-07 23:26:00 14 -#> 2164 25 A69-1303-555 3405 2016-06-07 23:28:00 14 -#> 2165 25 A69-1303-555 3407 2016-06-07 23:30:00 14 -#> 2166 25 A69-1303-555 3409 2016-06-07 23:32:00 14 -#> 2167 25 A69-1303-555 3410 2016-06-07 23:34:00 14 -#> 2168 25 A69-1303-555 3412 2016-06-07 23:36:00 14 -#> 2169 25 A69-1303-555 3414 2016-06-07 23:38:00 14 -#> 2170 25 A69-1303-555 3416 2016-06-07 23:40:00 14 -#> 2171 25 A69-1303-555 3417 2016-06-07 23:42:00 14 -#> 2172 25 A69-1303-555 3420 2016-06-07 23:44:00 14 -#> 2173 25 A69-1303-555 3422 2016-06-07 23:46:00 14 -#> 2174 25 A69-1303-555 3424 2016-06-07 23:48:00 14 -#> 2175 25 A69-1303-555 3425 2016-06-07 23:50:00 14 -#> 2176 25 A69-1303-555 3427 2016-06-07 23:52:00 14 -#> 2177 25 A69-1303-555 3429 2016-06-07 23:54:00 14 -#> 2178 25 A69-1303-555 3431 2016-06-07 23:56:00 14 -#> 2179 25 A69-1303-555 3432 2016-06-07 23:58:00 14 -#> 2180 25 A69-1303-555 3434 2016-06-08 00:00:00 14 -#> 2181 25 A69-1303-555 3437 2016-06-08 00:02:00 14 -#> 2182 25 A69-1303-555 3439 2016-06-08 00:04:00 14 -#> 2183 25 A69-1303-555 3441 2016-06-08 00:06:00 14 -#> 2184 25 A69-1303-555 3442 2016-06-08 00:08:00 14 -#> 2185 25 A69-1303-555 3445 2016-06-08 00:10:00 14 -#> 2186 25 A69-1303-555 3446 2016-06-08 00:12:00 14 -#> 2187 25 A69-1303-555 3448 2016-06-08 00:14:00 14 -#> 2188 25 A69-1303-555 3451 2016-06-08 00:16:00 14 -#> 2189 25 A69-1303-555 3454 2016-06-08 00:18:00 14 -#> 2190 25 A69-1303-555 3455 2016-06-08 00:20:00 14 -#> 2191 25 A69-1303-555 3457 2016-06-08 00:22:00 14 -#> 2192 25 A69-1303-555 3459 2016-06-08 00:24:00 14 -#> 2193 25 A69-1303-555 3461 2016-06-08 00:26:00 14 -#> 2194 25 A69-1303-555 3463 2016-06-08 00:28:00 14 -#> 2195 25 A69-1303-555 3464 2016-06-08 00:30:00 14 -#> 2196 25 A69-1303-555 3467 2016-06-08 00:32:00 14 -#> 2197 25 A69-1303-555 3469 2016-06-08 00:34:00 14 -#> 2198 25 A69-1303-555 3471 2016-06-08 00:36:00 14 -#> 2199 25 A69-1303-555 3473 2016-06-08 00:38:00 14 -#> 2200 25 A69-1303-555 3475 2016-06-08 00:40:00 14 -#> 2201 25 A69-1303-555 3476 2016-06-08 00:42:00 14 -#> 2202 25 A69-1303-555 3478 2016-06-08 00:44:00 14 -#> 2203 25 A69-1303-555 3480 2016-06-08 00:46:00 14 -#> 2204 25 A69-1303-555 3481 2016-06-08 00:48:00 14 -#> 2205 25 A69-1303-555 3483 2016-06-08 00:50:00 14 -#> 2206 25 A69-1303-555 3486 2016-06-08 00:52:00 14 -#> 2207 25 A69-1303-555 3487 2016-06-08 00:54:00 14 -#> 2208 25 A69-1303-555 3488 2016-06-08 00:56:00 14 -#> 2209 25 A69-1303-555 3489 2016-06-08 01:08:00 14 -#> 2210 25 A69-1303-555 3490 2016-06-08 01:12:00 14 -#> 2211 25 A69-1303-555 3492 2016-06-08 01:18:00 14 -#> 2212 25 A69-1303-555 3494 2016-06-08 01:20:00 14 -#> 2213 25 A69-1303-555 3496 2016-06-08 01:24:00 14 -#> 2214 25 A69-1303-555 3497 2016-06-08 01:28:00 14 -#> 2215 25 A69-1303-555 3498 2016-06-08 01:30:00 14 -#> 2216 25 A69-1303-555 3500 2016-06-08 01:32:00 14 -#> 2217 25 A69-1303-555 3501 2016-06-08 01:34:00 14 -#> 2218 25 A69-1303-555 3503 2016-06-08 01:36:00 14 -#> 2219 25 A69-1303-555 3504 2016-06-08 01:38:00 14 -#> 2220 25 A69-1303-555 3506 2016-06-08 01:40:00 14 -#> 2221 25 A69-1303-555 3508 2016-06-08 01:42:00 14 -#> 2222 25 A69-1303-555 3509 2016-06-08 01:44:00 14 -#> 2223 25 A69-1303-555 3510 2016-06-08 01:46:00 14 -#> 2224 25 A69-1303-555 3511 2016-06-08 01:48:00 14 -#> 2225 25 A69-1303-555 3513 2016-06-08 01:50:00 14 -#> 2226 25 A69-1303-555 3514 2016-06-08 01:52:00 14 -#> 2227 25 A69-1303-555 3515 2016-06-08 01:54:00 14 -#> 2228 25 A69-1303-555 3516 2016-06-08 01:56:00 14 -#> 2229 25 A69-1303-555 3517 2016-06-08 04:02:00 14 -#> 2230 25 A69-1303-555 3519 2016-06-08 04:04:00 14 -#> 2231 25 A69-1303-555 3521 2016-06-08 04:06:00 14 -#> 2232 25 A69-1303-555 3522 2016-06-08 04:08:00 14 -#> 2233 25 A69-1303-555 3524 2016-06-08 04:10:00 14 -#> 2234 25 A69-1303-555 3526 2016-06-08 04:12:00 14 -#> 2235 25 A69-1303-555 3529 2016-06-08 04:14:00 14 -#> 2236 25 A69-1303-555 3531 2016-06-08 04:16:00 14 -#> 2237 25 A69-1303-555 3533 2016-06-08 04:18:00 14 -#> 2238 25 A69-1303-555 3535 2016-06-08 04:20:00 14 -#> 2239 25 A69-1303-555 3537 2016-06-08 04:22:00 14 -#> 2240 25 A69-1303-555 3540 2016-06-08 04:24:00 14 -#> 2241 25 A69-1303-555 3541 2016-06-08 04:26:00 14 -#> 2242 25 A69-1303-555 3544 2016-06-08 04:28:00 14 -#> 2243 25 A69-1303-555 3545 2016-06-08 04:30:00 14 -#> 2244 25 A69-1303-555 3548 2016-06-08 04:32:00 14 -#> 2245 25 A69-1303-555 3550 2016-06-08 04:34:00 14 -#> 2246 25 A69-1303-555 3551 2016-06-08 04:36:00 14 -#> 2247 25 A69-1303-555 3553 2016-06-08 04:38:00 14 -#> 2248 25 A69-1303-555 3555 2016-06-08 04:40:00 14 -#> 2249 25 A69-1303-555 3556 2016-06-08 04:42:00 14 -#> 2250 25 A69-1303-555 3557 2016-06-08 04:46:00 14 -#> 2251 25 A69-1303-555 3560 2016-06-08 04:48:00 14 -#> 2252 25 A69-1303-555 3561 2016-06-08 04:50:00 14 -#> 2253 25 A69-1303-555 3563 2016-06-08 04:52:00 14 -#> 2254 25 A69-1303-555 3565 2016-06-08 04:54:00 14 -#> 2255 25 A69-1303-555 3567 2016-06-08 04:56:00 14 -#> 2256 25 A69-1303-555 3569 2016-06-08 04:58:00 14 -#> 2257 25 A69-1303-555 3571 2016-06-08 05:00:00 14 -#> 2258 25 A69-1303-555 3573 2016-06-08 05:02:00 14 -#> 2259 25 A69-1303-555 3574 2016-06-08 05:04:00 14 -#> 2260 25 A69-1303-555 3576 2016-06-08 05:06:00 14 -#> 2261 25 A69-1303-555 3578 2016-06-08 05:08:00 14 -#> 2262 25 A69-1303-555 3580 2016-06-08 05:10:00 14 -#> 2263 25 A69-1303-555 3583 2016-06-08 05:16:00 14 -#> 2264 25 A69-1303-555 3585 2016-06-08 05:18:00 14 -#> 2265 25 A69-1303-555 3587 2016-06-08 05:20:00 14 -#> 2266 25 A69-1303-555 3588 2016-06-08 05:22:00 14 -#> 2267 25 A69-1303-555 3590 2016-06-08 05:26:00 14 -#> 2268 25 A69-1303-555 3592 2016-06-08 05:30:00 14 -#> 2269 25 A69-1303-555 3594 2016-06-08 05:32:00 14 -#> 2270 25 A69-1303-555 3595 2016-06-08 05:34:00 14 -#> 2271 25 A69-1303-555 3598 2016-06-08 05:36:00 14 -#> 2272 25 A69-1303-555 3599 2016-06-08 05:38:00 14 -#> 2273 25 A69-1303-555 3601 2016-06-08 05:40:00 14 -#> 2274 25 A69-1303-555 3602 2016-06-08 05:42:00 14 -#> 2275 25 A69-1303-555 3605 2016-06-08 05:44:00 14 -#> 2276 25 A69-1303-555 3606 2016-06-08 05:46:00 14 -#> 2277 25 A69-1303-555 3609 2016-06-08 05:48:00 14 -#> 2278 25 A69-1303-555 3611 2016-06-08 05:50:00 14 -#> 2279 25 A69-1303-555 3613 2016-06-08 05:52:00 14 -#> 2280 25 A69-1303-555 3615 2016-06-08 05:54:00 14 -#> 2281 25 A69-1303-555 3617 2016-06-08 05:56:00 14 -#> 2282 25 A69-1303-555 3618 2016-06-08 05:58:00 14 -#> 2283 25 A69-1303-555 3621 2016-06-08 06:00:00 14 -#> 2284 25 A69-1303-555 3622 2016-06-08 06:02:00 14 -#> 2285 25 A69-1303-555 3624 2016-06-08 06:04:00 14 -#> 2286 25 A69-1303-555 3625 2016-06-08 06:06:00 14 -#> 2287 25 A69-1303-555 3626 2016-06-08 06:10:00 14 -#> 2288 25 A69-1303-555 3627 2016-06-08 20:50:00 7 -#> 2289 25 A69-1303-555 3628 2016-06-08 21:10:00 7 -#> 2290 25 A69-1303-555 3629 2016-06-08 21:12:00 7 -#> 2291 25 A69-1303-555 3632 2016-06-08 21:14:00 7 -#> 2292 25 A69-1303-555 3633 2016-06-08 21:20:00 7 -#> 2293 25 A69-1303-555 3634 2016-06-08 21:22:00 7 -#> 2294 25 A69-1303-555 3635 2016-06-08 21:24:00 7 -#> 2295 25 A69-1303-555 3636 2016-06-08 21:26:00 7 -#> 2296 25 A69-1303-555 3637 2016-06-08 21:28:00 7 -#> 2297 25 A69-1303-555 3639 2016-06-08 22:06:00 11 -#> 2298 25 A69-1303-555 3640 2016-06-08 22:08:00 11 -#> 2299 25 A69-1303-555 3641 2016-06-08 22:10:00 11 -#> 2300 25 A69-1303-555 3642 2016-06-08 22:12:00 11 -#> 2301 25 A69-1303-555 3644 2016-06-08 22:16:00 11 -#> 2302 25 A69-1303-555 3645 2016-06-08 22:20:00 11 -#> 2303 25 A69-1303-555 3648 2016-06-08 22:22:00 11 -#> 2304 25 A69-1303-555 3650 2016-06-08 22:24:00 11 -#> 2305 25 A69-1303-555 3651 2016-06-08 22:28:00 11 -#> 2306 25 A69-1303-555 3652 2016-06-08 22:30:00 11 -#> 2307 25 A69-1303-555 3655 2016-06-08 22:34:00 11 -#> 2308 25 A69-1303-555 3657 2016-06-08 22:36:00 11 -#> 2309 25 A69-1303-555 3658 2016-06-08 22:38:00 11 -#> 2310 25 A69-1303-555 3659 2016-06-08 22:40:00 11 -#> 2311 25 A69-1303-555 3660 2016-06-08 22:44:00 11 -#> 2312 25 A69-1303-555 3661 2016-06-08 22:46:00 11 -#> 2313 25 A69-1303-555 3663 2016-06-08 22:48:00 11 -#> 2314 25 A69-1303-555 3664 2016-06-08 23:06:00 11 -#> 2315 25 A69-1303-555 3665 2016-06-08 23:10:00 11 -#> 2316 25 A69-1303-555 3666 2016-06-08 23:14:00 11 -#> 2317 25 A69-1303-555 3668 2016-06-08 23:18:00 11 -#> 2318 25 A69-1303-555 3670 2016-06-08 23:20:00 11 -#> 2319 25 A69-1303-555 3672 2016-06-08 23:22:00 11 -#> 2320 25 A69-1303-555 3673 2016-06-08 23:24:00 11 -#> 2321 25 A69-1303-555 3674 2016-06-08 23:26:00 11 -#> 2322 25 A69-1303-555 3675 2016-06-08 23:32:00 11 -#> 2323 25 A69-1303-555 3676 2016-06-08 23:34:00 11 -#> 2324 25 A69-1303-555 3677 2016-06-08 23:38:00 11 -#> 2325 25 A69-1303-555 3678 2016-06-08 23:40:00 11 -#> 2326 25 A69-1303-555 3680 2016-06-08 23:48:00 11 -#> 2327 25 A69-1303-555 3681 2016-06-08 23:50:00 11 -#> 2328 25 A69-1303-555 3682 2016-06-08 23:56:00 11 -#> 2329 25 A69-1303-555 3683 2016-06-08 23:58:00 11 -#> 2330 25 A69-1303-555 3684 2016-06-09 00:00:00 11 -#> 2331 25 A69-1303-555 3685 2016-06-09 00:04:00 11 -#> 2332 25 A69-1303-555 3686 2016-06-09 00:06:00 11 -#> 2333 25 A69-1303-555 3687 2016-06-09 00:28:00 11 -#> 2334 25 A69-1303-555 3688 2016-06-09 00:30:00 11 -#> 2335 25 A69-1303-555 3689 2016-06-09 00:34:00 11 -#> 2336 25 A69-1303-555 3690 2016-06-09 00:52:00 11 -#> 2337 25 A69-1303-555 3691 2016-06-09 00:56:00 11 -#> 2338 25 A69-1303-555 3692 2016-06-09 01:02:00 11 -#> 2339 25 A69-1303-555 3693 2016-06-09 01:04:00 11 -#> 2340 25 A69-1303-555 3694 2016-06-09 01:06:00 11 -#> 2341 25 A69-1303-555 3696 2016-06-09 01:08:00 11 -#> 2342 25 A69-1303-555 3698 2016-06-09 01:10:00 11 -#> 2343 25 A69-1303-555 3699 2016-06-09 01:12:00 11 -#> 2344 25 A69-1303-555 3701 2016-06-09 01:16:00 11 -#> 2345 25 A69-1303-555 3703 2016-06-09 01:18:00 11 -#> 2346 25 A69-1303-555 3705 2016-06-09 01:20:00 11 -#> 2347 25 A69-1303-555 3707 2016-06-09 01:24:00 11 -#> 2348 25 A69-1303-555 3709 2016-06-09 01:26:00 11 -#> 2349 25 A69-1303-555 3711 2016-06-09 01:28:00 11 -#> 2350 25 A69-1303-555 3712 2016-06-09 01:30:00 11 -#> 2351 25 A69-1303-555 3715 2016-06-09 01:32:00 11 -#> 2352 25 A69-1303-555 3717 2016-06-09 01:34:00 11 -#> 2353 25 A69-1303-555 3718 2016-06-09 01:36:00 11 -#> 2354 25 A69-1303-555 3719 2016-06-09 10:52:00 11 -#> 2355 25 A69-1303-555 3720 2016-06-09 10:54:00 11 -#> 2356 25 A69-1303-555 3721 2016-06-09 11:06:00 11 -#> 2357 25 A69-1303-555 3722 2016-06-09 11:08:00 11 -#> 2358 25 A69-1303-555 3724 2016-06-09 11:12:00 11 -#> 2359 25 A69-1303-555 3725 2016-06-11 08:26:00 14 -#> 2360 25 A69-1303-555 3726 2016-06-11 08:28:00 14 -#> 2361 25 A69-1303-555 3728 2016-06-11 08:30:00 14 -#> 2362 25 A69-1303-555 3730 2016-06-11 08:36:00 14 -#> 2363 25 A69-1303-555 3732 2016-06-11 08:42:00 14 -#> 2364 25 A69-1303-555 3733 2016-06-11 08:44:00 14 -#> 2365 25 A69-1303-555 3735 2016-06-11 08:46:00 14 -#> 2366 25 A69-1303-555 3737 2016-06-11 08:48:00 14 -#> 2367 25 A69-1303-555 3739 2016-06-11 08:50:00 14 -#> 2368 25 A69-1303-555 3741 2016-06-11 08:52:00 14 -#> 2369 25 A69-1303-555 3743 2016-06-11 08:54:00 14 -#> 2370 25 A69-1303-555 3744 2016-06-12 21:32:00 14 -#> 2371 25 A69-1303-555 3745 2016-06-12 21:34:00 14 -#> 2372 25 A69-1303-555 3747 2016-06-12 21:40:00 14 -#> 2373 25 A69-1303-555 3748 2016-06-12 21:42:00 14 -#> 2374 25 A69-1303-555 3749 2016-06-12 21:44:00 14 -#> 2375 25 A69-1303-555 3751 2016-06-13 04:40:00 14 -#> 2376 25 A69-1303-555 3752 2016-06-13 04:42:00 14 -#> 2377 25 A69-1303-555 3754 2016-06-13 04:44:00 14 -#> 2378 25 A69-1303-555 3756 2016-06-13 04:46:00 14 -#> 2379 25 A69-1303-555 3757 2016-06-13 04:48:00 14 -#> 2380 25 A69-1303-555 3759 2016-06-13 04:50:00 14 -#> 2381 25 A69-1303-555 3760 2016-06-13 04:54:00 14 -#> 2382 25 A69-1303-555 3761 2016-06-13 04:56:00 14 -#> 2383 25 A69-1303-555 3763 2016-06-13 04:58:00 14 -#> 2384 25 A69-1303-555 3765 2016-06-13 05:00:00 14 -#> 2385 25 A69-1303-555 3767 2016-06-13 05:02:00 14 -#> 2386 25 A69-1303-555 3768 2016-06-13 05:04:00 14 -#> 2387 25 A69-1303-555 3771 2016-06-13 05:06:00 14 -#> 2388 25 A69-1303-555 3774 2016-06-13 05:08:00 14 -#> 2389 25 A69-1303-555 3775 2016-06-13 05:10:00 14 -#> 2390 25 A69-1303-555 3777 2016-06-13 05:12:00 14 -#> 2391 25 A69-1303-555 3779 2016-06-13 05:14:00 14 -#> 2392 25 A69-1303-555 3781 2016-06-13 05:16:00 14 -#> 2393 25 A69-1303-555 3782 2016-06-13 05:18:00 14 -#> 2394 25 A69-1303-555 3783 2016-06-13 05:20:00 14 -#> 2395 25 A69-1303-555 3784 2016-06-13 05:22:00 14 -#> 2396 25 A69-1303-555 3785 2016-06-13 05:24:00 14 -#> 2397 25 A69-1303-555 3787 2016-06-13 05:26:00 14 -#> 2398 25 A69-1303-555 3789 2016-06-13 05:28:00 14 -#> 2399 25 A69-1303-555 3791 2016-06-13 05:30:00 14 -#> 2400 25 A69-1303-555 3792 2016-06-13 05:32:00 14 -#> 2401 25 A69-1303-555 3794 2016-06-13 05:34:00 14 -#> 2402 25 A69-1303-555 3796 2016-06-13 05:36:00 14 -#> 2403 25 A69-1303-555 3797 2016-06-13 05:38:00 14 -#> 2404 25 A69-1303-555 3799 2016-06-13 05:40:00 14 -#> 2405 25 A69-1303-555 3800 2016-06-13 05:42:00 14 -#> 2406 25 A69-1303-555 3802 2016-06-13 05:44:00 14 -#> 2407 25 A69-1303-555 3803 2016-06-13 05:46:00 14 -#> 2408 25 A69-1303-555 3805 2016-06-13 05:48:00 14 -#> 2409 25 A69-1303-555 3807 2016-06-13 05:50:00 14 -#> 2410 25 A69-1303-555 3810 2016-06-13 05:52:00 14 -#> 2411 25 A69-1303-555 3812 2016-06-13 05:54:00 14 -#> 2412 25 A69-1303-555 3814 2016-06-13 05:56:00 14 -#> 2413 25 A69-1303-555 3816 2016-06-13 05:58:00 14 -#> 2414 25 A69-1303-555 3818 2016-06-13 06:00:00 14 -#> 2415 25 A69-1303-555 3820 2016-06-13 06:02:00 14 -#> 2416 25 A69-1303-555 3822 2016-06-13 06:04:00 14 -#> 2417 25 A69-1303-555 3823 2016-06-13 06:06:00 14 -#> 2418 25 A69-1303-555 3825 2016-06-13 06:08:00 14 -#> 2419 25 A69-1303-555 3826 2016-06-13 06:10:00 14 -#> 2420 25 A69-1303-555 3828 2016-06-13 06:12:00 14 -#> 2421 25 A69-1303-555 3830 2016-06-13 06:14:00 14 -#> 2422 25 A69-1303-555 3832 2016-06-13 06:16:00 14 -#> 2423 25 A69-1303-555 3834 2016-06-13 06:18:00 14 -#> 2424 25 A69-1303-555 3836 2016-06-13 06:20:00 14 -#> 2425 25 A69-1303-555 3839 2016-06-13 06:22:00 14 -#> 2426 25 A69-1303-555 3841 2016-06-13 06:24:00 14 -#> 2427 25 A69-1303-555 3843 2016-06-13 06:26:00 14 -#> 2428 25 A69-1303-555 3845 2016-06-13 06:28:00 14 -#> 2429 25 A69-1303-555 3846 2016-06-13 06:30:00 14 -#> 2430 25 A69-1303-555 3847 2016-06-13 06:32:00 14 -#> 2431 25 A69-1303-555 3849 2016-06-13 06:34:00 14 -#> 2432 25 A69-1303-555 3850 2016-06-13 06:38:00 14 -#> 2433 25 A69-1303-555 3851 2016-06-13 06:40:00 14 -#> 2434 25 A69-1303-555 3853 2016-06-13 06:44:00 14 -#> 2435 25 A69-1303-555 3855 2016-06-13 06:46:00 14 -#> 2436 25 A69-1303-555 3857 2016-06-13 06:48:00 14 -#> 2437 25 A69-1303-555 3858 2016-06-13 06:50:00 14 -#> 2438 25 A69-1303-555 3860 2016-06-13 06:54:00 14 -#> 2439 25 A69-1303-555 3861 2016-06-13 08:00:00 14 -#> 2440 25 A69-1303-555 3862 2016-06-13 08:04:00 14 -#> 2441 25 A69-1303-555 3863 2016-06-13 08:06:00 14 -#> 2442 25 A69-1303-555 3865 2016-06-14 04:48:00 14 -#> 2443 25 A69-1303-555 3866 2016-06-14 04:50:00 14 -#> 2444 25 A69-1303-555 3868 2016-06-14 04:52:00 14 -#> 2445 25 A69-1303-555 3870 2016-06-14 04:54:00 14 -#> 2446 25 A69-1303-555 3871 2016-06-14 04:56:00 14 -#> 2447 25 A69-1303-555 3872 2016-06-14 04:58:00 14 -#> 2448 25 A69-1303-555 3874 2016-06-14 05:00:00 14 -#> 2449 25 A69-1303-555 3875 2016-06-14 05:02:00 14 -#> 2450 25 A69-1303-555 3877 2016-06-14 05:04:00 14 -#> 2451 25 A69-1303-555 3878 2016-06-14 05:08:00 14 -#> 2452 25 A69-1303-555 3879 2016-06-14 05:10:00 14 -#> 2453 25 A69-1303-555 3880 2016-06-14 05:36:00 14 -#> 2454 25 A69-1303-555 3881 2016-06-14 05:38:00 14 -#> 2455 25 A69-1303-555 3883 2016-06-14 05:40:00 14 -#> 2456 25 A69-1303-555 3884 2016-06-14 05:42:00 14 -#> 2457 25 A69-1303-555 3886 2016-06-14 05:44:00 14 -#> 2458 25 A69-1303-555 3887 2016-06-14 05:46:00 14 -#> 2459 25 A69-1303-555 3889 2016-06-14 05:48:00 14 -#> 2460 25 A69-1303-555 3891 2016-06-14 05:50:00 14 -#> 2461 25 A69-1303-555 3893 2016-06-14 05:52:00 14 -#> 2462 25 A69-1303-555 3896 2016-06-14 05:54:00 14 -#> 2463 25 A69-1303-555 3897 2016-06-14 05:56:00 14 -#> 2464 25 A69-1303-555 3898 2016-06-14 05:58:00 14 -#> 2465 25 A69-1303-555 3899 2016-06-14 06:02:00 14 -#> 2466 25 A69-1303-555 3900 2016-06-14 07:16:00 14 -#> 2467 25 A69-1303-555 3902 2016-06-14 07:18:00 14 -#> 2468 25 A69-1303-555 3903 2016-06-14 07:20:00 14 -#> 2469 25 A69-1303-555 3905 2016-06-14 07:22:00 14 -#> 2470 25 A69-1303-555 3906 2016-06-14 07:26:00 14 -#> 2471 25 A69-1303-555 3907 2016-06-17 00:40:00 14 -#> 2472 25 A69-1303-555 3908 2016-06-17 00:42:00 14 -#> 2473 25 A69-1303-555 3910 2016-06-17 00:44:00 14 -#> 2474 25 A69-1303-555 3911 2016-06-17 00:46:00 14 -#> 2475 25 A69-1303-555 3912 2016-06-17 00:48:00 14 -#> 2476 25 A69-1303-555 3914 2016-06-17 00:50:00 14 -#> 2477 25 A69-1303-555 3916 2016-06-17 00:52:00 14 -#> 2478 25 A69-1303-555 3918 2016-06-17 00:54:00 14 -#> 2479 25 A69-1303-555 3920 2016-06-17 00:58:00 14 -#> 2480 25 A69-1303-555 3921 2016-06-18 00:06:00 29 -#> 2481 25 A69-1303-555 3922 2016-06-18 00:10:00 29 -#> 2482 25 A69-1303-555 3923 2016-06-18 00:14:00 29 -#> 2483 25 A69-1303-555 3924 2016-06-18 00:22:00 29 -#> 2484 25 A69-1303-555 3925 2016-06-18 01:02:00 29 -#> 2485 25 A69-1303-555 3926 2016-06-18 01:04:00 29 -#> 2486 25 A69-1303-555 3927 2016-06-18 01:06:00 29 -#> 2487 25 A69-1303-555 3929 2016-06-18 01:08:00 29 -#> 2488 25 A69-1303-555 3930 2016-06-18 01:10:00 29 -#> 2489 25 A69-1303-555 3932 2016-06-18 01:14:00 29 -#> 2490 25 A69-1303-555 3933 2016-06-18 01:16:00 29 -#> 2491 25 A69-1303-555 3934 2016-06-18 01:18:00 29 -#> 2492 25 A69-1303-555 3936 2016-06-18 01:20:00 29 -#> 2493 25 A69-1303-555 3937 2016-06-18 01:22:00 29 -#> 2494 25 A69-1303-555 3938 2016-06-18 01:24:00 29 -#> 2495 25 A69-1303-555 3940 2016-06-18 01:26:00 29 -#> 2496 25 A69-1303-555 3941 2016-06-18 01:28:00 29 -#> 2497 25 A69-1303-555 3942 2016-06-18 01:30:00 29 -#> 2498 25 A69-1303-555 3945 2016-06-18 01:34:00 29 -#> 2499 25 A69-1303-555 3947 2016-06-18 05:56:00 29 -#> 2500 25 A69-1303-555 3948 2016-06-18 06:00:00 29 -#> 2501 25 A69-1303-555 3949 2016-06-18 06:02:00 29 -#> 2502 25 A69-1303-555 3950 2016-06-18 06:10:00 29 -#> 2503 25 A69-1303-555 3952 2016-06-18 06:14:00 29 -#> 2504 25 A69-1303-555 3953 2016-06-18 06:26:00 29 -#> 2505 25 A69-1303-555 3955 2016-06-18 06:30:00 29 -#> 2506 25 A69-1303-555 3956 2016-06-18 06:46:00 29 -#> 2507 25 A69-1303-555 3957 2016-06-18 06:50:00 29 -#> 2508 25 A69-1303-555 3958 2016-06-18 06:54:00 29 -#> 2509 25 A69-1303-555 3959 2016-06-18 06:56:00 29 -#> 2510 25 A69-1303-555 3960 2016-06-18 06:58:00 29 -#> 2511 25 A69-1303-555 3963 2016-06-18 07:00:00 29 -#> 2512 25 A69-1303-555 3964 2016-06-18 07:02:00 29 -#> 2513 25 A69-1303-555 3967 2016-06-18 07:04:00 29 -#> 2514 25 A69-1303-555 3968 2016-06-18 07:06:00 29 -#> 2515 25 A69-1303-555 3969 2016-06-18 07:10:00 29 -#> 2516 25 A69-1303-555 3970 2016-06-18 07:12:00 29 -#> 2517 25 A69-1303-555 3971 2016-06-18 07:14:00 29 -#> 2518 25 A69-1303-555 3973 2016-06-18 07:16:00 29 -#> 2519 25 A69-1303-555 3975 2016-06-18 07:18:00 29 -#> 2520 25 A69-1303-555 3977 2016-06-18 07:20:00 29 -#> 2521 25 A69-1303-555 3978 2016-06-18 07:22:00 29 -#> 2522 25 A69-1303-555 3980 2016-06-18 07:24:00 29 -#> 2523 25 A69-1303-555 3982 2016-06-18 07:26:00 29 -#> 2524 25 A69-1303-555 3983 2016-06-18 07:28:00 29 -#> 2525 25 A69-1303-555 3985 2016-06-18 07:30:00 29 -#> 2526 25 A69-1303-555 3987 2016-06-18 07:32:00 29 -#> 2527 25 A69-1303-555 3989 2016-06-18 07:34:00 29 -#> 2528 25 A69-1303-555 3990 2016-06-18 07:36:00 29 -#> 2529 25 A69-1303-555 3993 2016-06-18 07:38:00 29 -#> 2530 25 A69-1303-555 3994 2016-06-18 07:40:00 29 -#> 2531 25 A69-1303-555 3996 2016-06-18 07:42:00 29 -#> 2532 25 A69-1303-555 3997 2016-06-18 07:44:00 29 -#> 2533 25 A69-1303-555 3999 2016-06-18 07:50:00 29 -#> 2534 25 A69-1303-555 4001 2016-06-18 07:54:00 29 -#> 2535 25 A69-1303-555 4002 2016-06-18 07:56:00 29 -#> 2536 25 A69-1303-555 4003 2016-06-18 07:58:00 29 -#> 2537 25 A69-1303-555 4004 2016-06-18 08:00:00 29 -#> 2538 25 A69-1303-555 4006 2016-06-18 08:06:00 29 -#> 2539 25 A69-1303-555 4007 2016-06-18 08:08:00 29 -#> 2540 25 A69-1303-555 4009 2016-06-18 08:10:00 29 -#> 2541 25 A69-1303-555 4011 2016-06-18 08:12:00 29 -#> 2542 25 A69-1303-555 4013 2016-06-18 08:14:00 29 -#> 2543 25 A69-1303-555 4015 2016-06-18 08:16:00 29 -#> 2544 25 A69-1303-555 4016 2016-06-18 08:18:00 29 -#> 2545 25 A69-1303-555 4018 2016-06-18 08:20:00 29 -#> 2546 25 A69-1303-555 4019 2016-06-18 08:22:00 29 -#> 2547 25 A69-1303-555 4021 2016-06-18 08:24:00 29 -#> 2548 25 A69-1303-555 4024 2016-06-18 08:26:00 29 -#> 2549 25 A69-1303-555 4025 2016-06-18 08:28:00 29 -#> 2550 25 A69-1303-555 4026 2016-06-18 08:30:00 29 -#> 2551 25 A69-1303-555 4027 2016-06-18 08:32:00 29 -#> 2552 25 A69-1303-555 4029 2016-06-18 08:34:00 29 -#> 2553 25 A69-1303-555 4032 2016-06-18 08:36:00 29 -#> 2554 25 A69-1303-555 4033 2016-06-18 08:38:00 29 -#> 2555 25 A69-1303-555 4035 2016-06-18 08:40:00 29 -#> 2556 25 A69-1303-555 4038 2016-06-18 08:42:00 29 -#> 2557 25 A69-1303-555 4039 2016-06-18 08:44:00 29 -#> 2558 25 A69-1303-555 4041 2016-06-18 08:46:00 29 -#> 2559 25 A69-1303-555 4042 2016-06-18 08:48:00 29 -#> 2560 25 A69-1303-555 4043 2016-06-18 08:50:00 29 -#> 2561 25 A69-1303-555 4046 2016-06-18 08:52:00 29 -#> 2562 25 A69-1303-555 4047 2016-06-18 08:54:00 29 -#> 2563 25 A69-1303-555 4050 2016-06-18 08:56:00 29 -#> 2564 25 A69-1303-555 4051 2016-06-18 08:58:00 29 -#> 2565 25 A69-1303-555 4053 2016-06-18 09:00:00 29 -#> 2566 25 A69-1303-555 4054 2016-06-18 09:02:00 29 -#> 2567 25 A69-1303-555 4055 2016-06-18 09:04:00 29 -#> 2568 25 A69-1303-555 4057 2016-06-18 09:06:00 29 -#> 2569 25 A69-1303-555 4058 2016-06-18 09:08:00 29 -#> 2570 25 A69-1303-555 4059 2016-06-18 09:10:00 29 -#> 2571 25 A69-1303-555 4060 2016-06-18 09:12:00 29 -#> 2572 25 A69-1303-555 4061 2016-06-18 09:30:00 29 -#> 2573 25 A69-1303-555 4063 2016-06-18 09:32:00 29 -#> 2574 25 A69-1303-555 4065 2016-06-18 09:34:00 29 -#> 2575 25 A69-1303-555 4066 2016-06-18 09:36:00 29 -#> 2576 25 A69-1303-555 4067 2016-06-18 09:40:00 29 -#> 2577 25 A69-1303-555 4068 2016-06-18 10:54:00 29 -#> 2578 25 A69-1303-555 4069 2016-06-18 11:12:00 29 -#> 2579 25 A69-1303-555 4070 2016-06-18 11:14:00 29 -#> 2580 25 A69-1303-555 4072 2016-06-18 11:16:00 29 -#> 2581 25 A69-1303-555 4073 2016-06-19 05:30:00 29 -#> 2582 25 A69-1303-555 4074 2016-06-19 05:52:00 29 -#> 2583 25 A69-1303-555 4075 2016-06-19 05:58:00 29 -#> 2584 25 A69-1303-555 4076 2016-06-19 06:00:00 29 -#> 2585 25 A69-1303-555 4077 2016-06-19 06:02:00 29 -#> 2586 25 A69-1303-555 4079 2016-06-19 06:04:00 29 -#> 2587 25 A69-1303-555 4080 2016-06-19 06:06:00 29 -#> 2588 25 A69-1303-555 4082 2016-06-19 06:08:00 29 -#> 2589 25 A69-1303-555 4083 2016-06-19 06:12:00 29 -#> 2590 25 A69-1303-555 4084 2016-06-19 06:16:00 29 -#> 2591 25 A69-1303-555 4085 2016-06-19 06:18:00 29 -#> 2592 25 A69-1303-555 4086 2016-06-19 06:20:00 29 -#> 2593 25 A69-1303-555 4087 2016-06-19 06:22:00 29 -#> 2594 25 A69-1303-555 4090 2016-06-19 06:24:00 29 -#> 2595 25 A69-1303-555 4091 2016-06-19 06:26:00 29 -#> 2596 25 A69-1303-555 4092 2016-06-19 06:28:00 29 -#> 2597 25 A69-1303-555 4095 2016-06-19 06:30:00 29 -#> 2598 25 A69-1303-555 4096 2016-06-19 06:32:00 29 -#> 2599 25 A69-1303-555 4098 2016-06-19 06:36:00 29 -#> 2600 25 A69-1303-555 4099 2016-06-19 06:38:00 29 -#> 2601 25 A69-1303-555 4100 2016-06-19 06:42:00 29 -#> 2602 25 A69-1303-555 4101 2016-06-19 06:44:00 29 -#> 2603 25 A69-1303-555 4102 2016-06-19 06:46:00 29 -#> 2604 25 A69-1303-555 4104 2016-06-19 06:50:00 29 -#> 2605 25 A69-1303-555 4105 2016-06-20 19:32:00 14 -#> 2606 25 A69-1303-555 4106 2016-06-20 19:42:00 14 -#> 2607 25 A69-1303-555 4108 2016-06-20 19:44:00 14 -#> 2608 25 A69-1303-555 4109 2016-06-20 19:48:00 14 -#> 2609 25 A69-1303-555 4110 2016-06-20 19:54:00 14 -#> 2610 25 A69-1303-555 4111 2016-06-20 20:02:00 14 -#> 2611 25 A69-1303-555 4112 2016-06-22 23:54:00 11 -#> 2612 25 A69-1303-555 4113 2016-06-22 23:58:00 11 -#> 2613 25 A69-1303-555 4114 2016-06-23 00:02:00 11 -#> 2614 25 A69-1303-555 4115 2016-06-23 00:34:00 11 -#> 2615 25 A69-1303-555 4116 2016-06-23 00:44:00 11 -#> 2616 25 A69-1303-555 4117 2016-06-23 00:46:00 11 -#> 2617 25 A69-1303-555 4118 2016-06-23 00:58:00 11 -#> 2618 25 A69-1303-555 4119 2016-06-23 01:00:00 11 -#> 2619 25 A69-1303-555 4121 2016-06-23 02:06:00 11 -#> 2620 25 A69-1303-555 4122 2016-06-23 02:14:00 11 -#> 2621 25 A69-1303-555 4123 2016-06-23 20:46:00 11 -#> 2622 25 A69-1303-555 4124 2016-06-23 20:48:00 11 -#> 2623 25 A69-1303-555 4125 2016-06-23 20:50:00 11 -#> 2624 25 A69-1303-555 4126 2016-06-23 20:54:00 11 -#> 2625 25 A69-1303-555 4127 2016-06-23 20:58:00 11 -#> 2626 25 A69-1303-555 4129 2016-06-23 21:16:00 11 -#> 2627 25 A69-1303-555 4131 2016-06-23 21:22:00 11 -#> 2628 25 A69-1303-555 4132 2016-06-23 21:26:00 11 -#> 2629 25 A69-1303-555 4133 2016-06-25 10:20:00 11 -#> 2630 25 A69-1303-555 4134 2016-06-25 10:22:00 11 -#> 2631 25 A69-1303-555 4136 2016-06-25 10:24:00 11 -#> 2632 25 A69-1303-555 4137 2016-06-25 10:26:00 11 -#> 2633 25 A69-1303-555 4139 2016-06-25 10:28:00 11 -#> 2634 25 A69-1303-555 4140 2016-06-25 10:32:00 11 -#> 2635 25 A69-1303-555 4142 2016-06-25 10:34:00 11 -#> 2636 25 A69-1303-555 4143 2016-06-25 10:36:00 11 -#> 2637 25 A69-1303-555 4144 2016-06-25 10:40:00 11 -#> 2638 25 A69-1303-555 4147 2016-06-25 10:44:00 11 -#> 2639 25 A69-1303-555 4149 2016-06-25 10:46:00 11 -#> 2640 25 A69-1303-555 4151 2016-06-25 10:48:00 11 -#> 2641 25 A69-1303-555 4153 2016-06-25 10:50:00 11 -#> 2642 25 A69-1303-555 4155 2016-06-25 10:52:00 11 -#> 2643 25 A69-1303-555 4157 2016-06-25 10:54:00 11 -#> 2644 25 A69-1303-555 4159 2016-06-25 10:56:00 11 -#> 2645 25 A69-1303-555 4160 2016-06-25 10:58:00 11 -#> 2646 25 A69-1303-555 4161 2016-06-25 11:00:00 11 -#> 2647 25 A69-1303-555 4163 2016-06-25 11:02:00 11 -#> 2648 25 A69-1303-555 4165 2016-06-25 11:04:00 11 -#> 2649 25 A69-1303-555 4167 2016-06-25 11:06:00 11 -#> 2650 25 A69-1303-555 4168 2016-06-25 11:08:00 11 -#> 2651 25 A69-1303-555 4170 2016-06-25 11:10:00 11 -#> 2652 25 A69-1303-555 4172 2016-06-25 11:12:00 11 -#> 2653 25 A69-1303-555 4174 2016-06-25 11:14:00 11 -#> 2654 25 A69-1303-555 4176 2016-06-25 11:16:00 11 -#> 2655 25 A69-1303-555 4177 2016-06-25 11:18:00 11 -#> 2656 25 A69-1303-555 4179 2016-06-25 11:20:00 11 -#> 2657 25 A69-1303-555 4182 2016-06-25 11:22:00 11 -#> 2658 25 A69-1303-555 4183 2016-06-25 11:24:00 11 -#> 2659 25 A69-1303-555 4184 2016-06-25 11:26:00 11 -#> 2660 25 A69-1303-555 4186 2016-06-25 11:28:00 11 -#> 2661 25 A69-1303-555 4187 2016-06-25 11:30:00 11 -#> 2662 25 A69-1303-555 4189 2016-06-25 11:32:00 11 -#> 2663 25 A69-1303-555 4190 2016-06-25 11:34:00 11 -#> 2664 25 A69-1303-555 4191 2016-06-25 11:38:00 11 -#> 2665 25 A69-1303-555 4193 2016-06-25 11:40:00 11 -#> 2666 25 A69-1303-555 4194 2016-06-25 11:42:00 11 -#> 2667 25 A69-1303-555 4195 2016-06-25 11:44:00 11 -#> 2668 25 A69-1303-555 4196 2016-06-25 18:44:00 14 -#> 2669 25 A69-1303-555 4197 2016-06-25 18:46:00 14 -#> 2670 25 A69-1303-555 4198 2016-06-25 18:54:00 14 -#> 2671 25 A69-1303-555 4199 2016-06-25 19:00:00 14 -#> 2672 25 A69-1303-555 4200 2016-06-25 19:02:00 14 -#> 2673 25 A69-1303-555 4201 2016-06-25 19:06:00 14 -#> 2674 25 A69-1303-555 4202 2016-06-25 19:08:00 14 -#> 2675 25 A69-1303-555 4204 2016-06-25 19:10:00 14 -#> 2676 25 A69-1303-555 4205 2016-06-25 19:14:00 14 -#> 2677 25 A69-1303-555 4207 2016-06-25 19:16:00 14 -#> 2678 25 A69-1303-555 4208 2016-06-25 19:20:00 14 -#> 2679 25 A69-1303-555 4210 2016-06-25 19:22:00 14 -#> 2680 25 A69-1303-555 4211 2016-06-25 19:26:00 14 -#> 2681 25 A69-1303-555 4212 2016-06-25 19:52:00 14 -#> 2682 25 A69-1303-555 4213 2016-06-25 20:06:00 14 -#> 2683 25 A69-1303-555 4214 2016-06-25 20:08:00 14 -#> 2684 25 A69-1303-555 4215 2016-06-25 20:10:00 14 -#> 2685 25 A69-1303-555 4216 2016-06-25 20:12:00 14 -#> 2686 25 A69-1303-555 4218 2016-06-25 20:16:00 14 -#> 2687 25 A69-1303-555 4220 2016-06-25 20:18:00 14 -#> 2688 25 A69-1303-555 4221 2016-06-25 20:20:00 14 -#> 2689 25 A69-1303-555 4223 2016-06-25 20:22:00 14 -#> 2690 25 A69-1303-555 4224 2016-06-25 20:26:00 14 -#> 2691 25 A69-1303-555 4226 2016-06-25 20:28:00 14 -#> 2692 25 A69-1303-555 4227 2016-06-25 20:30:00 14 -#> 2693 25 A69-1303-555 4228 2016-06-25 20:32:00 14 -#> 2694 25 A69-1303-555 4230 2016-06-25 20:36:00 14 -#> 2695 25 A69-1303-555 4231 2016-06-25 20:42:00 14 -#> 2696 25 A69-1303-555 4232 2016-06-25 20:44:00 14 -#> 2697 25 A69-1303-555 4233 2016-06-25 20:50:00 14 -#> 2698 25 A69-1303-555 4234 2016-06-25 20:52:00 14 -#> 2699 25 A69-1303-555 4235 2016-06-25 20:56:00 14 -#> 2700 25 A69-1303-555 4236 2016-06-25 21:00:00 14 -#> 2701 25 A69-1303-555 4237 2016-06-28 20:30:00 14 -#> 2702 25 A69-1303-555 4238 2016-06-28 20:36:00 14 -#> 2703 25 A69-1303-555 4239 2016-06-28 20:40:00 14 -#> 2704 25 A69-1303-555 4240 2016-06-28 20:52:00 14 -#> 2705 25 A69-1303-555 4241 2016-06-28 20:54:00 14 -#> 2706 25 A69-1303-555 4244 2016-06-28 21:04:00 14 -#> 2707 25 A69-1303-555 4245 2016-06-28 21:18:00 14 -#> 2708 25 A69-1303-555 4246 2016-06-28 21:20:00 14 -#> 2709 25 A69-1303-555 4247 2016-06-29 04:14:00 14 -#> 2710 25 A69-1303-555 4249 2016-06-29 04:16:00 14 -#> 2711 25 A69-1303-555 4250 2016-06-29 04:18:00 14 -#> 2712 25 A69-1303-555 4252 2016-06-29 04:20:00 14 -#> 2713 25 A69-1303-555 4253 2016-06-29 04:22:00 14 -#> 2714 25 A69-1303-555 4254 2016-07-02 19:50:00 11 -#> 2715 25 A69-1303-555 4255 2016-07-02 20:00:00 11 -#> 2716 25 A69-1303-555 4256 2016-07-02 20:02:00 11 -#> 2717 25 A69-1303-555 4258 2016-07-02 20:04:00 11 -#> 2718 25 A69-1303-555 4259 2016-07-02 20:06:00 11 -#> 2719 25 A69-1303-555 4260 2016-07-02 20:08:00 11 -#> 2720 25 A69-1303-555 4262 2016-07-02 20:10:00 11 -#> 2721 25 A69-1303-555 4263 2016-07-02 20:14:00 11 -#> 2722 25 A69-1303-555 4264 2016-07-02 20:22:00 11 -#> 2723 25 A69-1303-555 4265 2016-07-02 20:26:00 11 -#> 2724 25 A69-1303-555 4266 2016-07-04 03:12:00 14 -#> 2725 25 A69-1303-555 4267 2016-07-04 03:14:00 14 -#> 2726 25 A69-1303-555 4270 2016-07-04 03:16:00 14 -#> 2727 25 A69-1303-555 4271 2016-07-04 03:18:00 14 -#> 2728 25 A69-1303-555 4273 2016-07-04 03:20:00 14 -#> 2729 25 A69-1303-555 4275 2016-07-04 03:22:00 14 -#> 2730 25 A69-1303-555 4277 2016-07-04 03:24:00 14 -#> 2731 25 A69-1303-555 4279 2016-07-04 03:26:00 14 -#> 2732 25 A69-1303-555 4281 2016-07-04 03:28:00 14 -#> 2733 25 A69-1303-555 4282 2016-07-04 03:30:00 14 -#> 2734 25 A69-1303-555 4284 2016-07-04 03:32:00 14 -#> 2735 25 A69-1303-555 4286 2016-07-04 03:34:00 14 -#> 2736 25 A69-1303-555 4287 2016-07-04 03:36:00 14 -#> 2737 25 A69-1303-555 4290 2016-07-04 03:38:00 14 -#> 2738 25 A69-1303-555 4291 2016-07-04 03:40:00 14 -#> 2739 25 A69-1303-555 4294 2016-07-04 03:42:00 14 -#> 2740 25 A69-1303-555 4297 2016-07-04 03:44:00 14 -#> 2741 25 A69-1303-555 4299 2016-07-04 03:46:00 14 -#> 2742 25 A69-1303-555 4301 2016-07-04 03:48:00 14 -#> 2743 25 A69-1303-555 4303 2016-07-04 03:50:00 14 -#> 2744 25 A69-1303-555 4304 2016-07-04 03:52:00 14 -#> 2745 25 A69-1303-555 4305 2016-07-04 03:54:00 14 -#> 2746 25 A69-1303-555 4307 2016-07-04 03:56:00 14 -#> 2747 25 A69-1303-555 4308 2016-07-04 03:58:00 14 -#> 2748 25 A69-1303-555 4310 2016-07-04 04:00:00 14 -#> 2749 25 A69-1303-555 4312 2016-07-04 04:02:00 14 -#> 2750 25 A69-1303-555 4313 2016-07-04 04:04:00 14 -#> 2751 25 A69-1303-555 4315 2016-07-04 04:12:00 14 -#> 2752 25 A69-1303-555 4316 2016-07-04 04:18:00 14 -#> 2753 25 A69-1303-555 4317 2016-07-04 04:22:00 14 -#> 2754 25 A69-1303-555 4318 2016-07-04 04:26:00 14 -#> 2755 25 A69-1303-555 4319 2016-07-04 04:32:00 14 -#> 2756 25 A69-1303-555 4320 2016-07-04 04:34:00 14 -#> 2757 25 A69-1303-555 4321 2016-07-04 04:36:00 14 -#> 2758 25 A69-1303-555 4323 2016-07-04 04:42:00 14 -#> 2759 25 A69-1303-555 4324 2016-07-04 04:44:00 14 -#> 2760 25 A69-1303-555 4325 2016-07-04 04:48:00 14 -#> 2761 25 A69-1303-555 4326 2016-07-04 04:50:00 14 -#> 2762 25 A69-1303-555 4328 2016-07-04 04:52:00 14 -#> 2763 25 A69-1303-555 4329 2016-07-04 04:54:00 14 -#> 2764 25 A69-1303-555 4331 2016-07-04 04:56:00 14 -#> 2765 25 A69-1303-555 4333 2016-07-04 04:58:00 14 -#> 2766 25 A69-1303-555 4335 2016-07-04 05:00:00 14 -#> 2767 25 A69-1303-555 4336 2016-07-04 05:02:00 14 -#> 2768 25 A69-1303-555 4337 2016-07-04 05:04:00 14 -#> 2769 25 A69-1303-555 4338 2016-07-04 05:06:00 14 -#> 2770 25 A69-1303-555 4339 2016-07-04 05:10:00 14 -#> 2771 25 A69-1303-555 4340 2016-07-04 05:12:00 14 -#> 2772 25 A69-1303-555 4341 2016-07-04 05:14:00 14 -#> 2773 25 A69-1303-555 4343 2016-07-04 05:16:00 14 -#> 2774 25 A69-1303-555 4344 2016-07-04 05:18:00 14 -#> 2775 25 A69-1303-555 4345 2016-07-04 05:20:00 14 -#> 2776 25 A69-1303-555 4346 2016-07-04 05:22:00 14 -#> 2777 25 A69-1303-555 4348 2016-07-07 08:24:00 11 -#> 2778 25 A69-1303-555 4349 2016-07-07 08:44:00 11 -#> 2779 25 A69-1303-555 4351 2016-07-07 09:20:00 11 -#> 2780 25 A69-1303-555 4352 2016-07-07 09:32:00 11 -#> 2781 25 A69-1303-555 4353 2016-07-07 09:40:00 11 -#> 2782 25 A69-1303-555 4354 2016-07-07 10:18:00 11 -#> 2783 25 A69-1303-555 4355 2016-07-07 10:20:00 11 -#> 2784 25 A69-1303-555 4356 2016-07-07 10:22:00 11 -#> 2785 25 A69-1303-555 4357 2016-07-07 10:24:00 11 -#> 2786 25 A69-1303-555 4358 2016-07-07 10:26:00 11 -#> 2787 25 A69-1303-555 4360 2016-07-07 10:28:00 11 -#> 2788 25 A69-1303-555 4362 2016-07-07 10:30:00 11 -#> 2789 25 A69-1303-555 4364 2016-07-07 10:32:00 11 -#> 2790 25 A69-1303-555 4365 2016-07-07 10:34:00 11 -#> 2791 25 A69-1303-555 4367 2016-07-07 10:36:00 11 -#> 2792 25 A69-1303-555 4368 2016-07-07 10:38:00 11 -#> 2793 25 A69-1303-555 4369 2016-07-07 10:40:00 11 -#> 2794 25 A69-1303-555 4370 2016-07-07 10:42:00 11 -#> 2795 25 A69-1303-555 4371 2016-07-07 10:44:00 11 -#> 2796 25 A69-1303-555 4372 2016-07-07 15:48:00 11 -#> 2797 25 A69-1303-555 4373 2016-07-07 15:52:00 11 -#> 2798 25 A69-1303-555 4374 2016-07-07 16:06:00 11 -#> 2799 25 A69-1303-555 4375 2016-07-13 21:08:00 39 -#> 2800 25 A69-1303-555 4377 2016-07-15 01:00:00 39 -#> 2801 25 A69-1303-555 4378 2016-07-15 01:02:00 39 -#> 2802 25 A69-1303-555 4379 2016-07-15 01:04:00 39 -#> 2803 25 A69-1303-555 4381 2016-07-15 01:10:00 39 -#> 2804 25 A69-1303-555 4382 2016-07-15 01:14:00 39 -#> 2805 25 A69-1303-555 4383 2016-07-15 01:24:00 39 -#> 2806 25 A69-1303-555 4385 2016-07-15 01:26:00 39 -#> 2807 25 A69-1303-555 4386 2016-07-15 01:28:00 39 -#> 2808 25 A69-1303-555 4387 2016-07-15 01:30:00 39 -#> 2809 25 A69-1303-555 4389 2016-07-15 01:32:00 39 -#> 2810 25 A69-1303-555 4390 2016-07-15 01:36:00 39 -#> 2811 25 A69-1303-555 4391 2016-07-15 01:42:00 39 -#> 2812 25 A69-1303-555 4393 2016-07-15 01:58:00 39 -#> 2813 25 A69-1303-555 4394 2016-07-15 02:02:00 39 -#> 2814 25 A69-1303-555 4396 2016-07-15 02:04:00 39 -#> 2815 25 A69-1303-555 4398 2016-07-15 02:08:00 39 -#> 2816 25 A69-1303-555 4399 2016-07-15 02:10:00 39 -#> 2817 25 A69-1303-555 4400 2016-07-15 02:12:00 39 -#> 2818 25 A69-1303-555 4402 2016-07-15 02:16:00 39 -#> 2819 25 A69-1303-555 4403 2016-07-15 02:18:00 39 -#> 2820 25 A69-1303-555 4405 2016-07-15 02:20:00 39 -#> 2821 25 A69-1303-555 4407 2016-07-15 02:22:00 39 -#> 2822 25 A69-1303-555 4409 2016-07-15 02:24:00 39 -#> 2823 25 A69-1303-555 4411 2016-07-15 02:26:00 39 -#> 2824 25 A69-1303-555 4413 2016-07-15 02:30:00 39 -#> 2825 25 A69-1303-555 4414 2016-07-15 02:38:00 39 -#> 2826 25 A69-1303-555 4416 2016-07-15 02:40:00 39 -#> 2827 25 A69-1303-555 4417 2016-07-15 02:42:00 39 -#> 2828 25 A69-1303-555 4418 2016-07-15 02:44:00 39 -#> 2829 25 A69-1303-555 4419 2016-07-15 02:54:00 39 -#> 2830 25 A69-1303-555 4420 2016-07-15 03:10:00 39 -#> 2831 25 A69-1303-555 4422 2016-07-15 12:52:00 14 -#> 2832 25 A69-1303-555 4423 2016-07-15 13:12:00 14 -#> 2833 25 A69-1303-555 4424 2016-07-15 13:14:00 14 -#> 2834 25 A69-1303-555 4426 2016-07-15 13:20:00 14 -#> 2835 25 A69-1303-555 4427 2016-07-15 13:22:00 14 -#> 2836 25 A69-1303-555 4429 2016-07-15 13:24:00 14 -#> 2837 25 A69-1303-555 4430 2016-07-15 13:26:00 14 -#> 2838 25 A69-1303-555 4431 2016-07-15 13:28:00 14 -#> 2839 25 A69-1303-555 4433 2016-07-15 13:30:00 14 -#> 2840 25 A69-1303-555 4434 2016-07-15 13:38:00 14 -#> 2841 25 A69-1303-555 4435 2016-07-15 13:52:00 14 -#> 2842 25 A69-1303-555 4436 2016-07-15 13:54:00 14 -#> 2843 25 A69-1303-555 4438 2016-07-15 13:56:00 14 -#> 2844 25 A69-1303-555 4440 2016-07-15 13:58:00 14 -#> 2845 25 A69-1303-555 4442 2016-07-15 14:00:00 14 -#> 2846 25 A69-1303-555 4443 2016-07-15 14:04:00 14 -#> 2847 25 A69-1303-555 4444 2016-07-15 14:30:00 14 -#> 2848 25 A69-1303-555 4445 2016-07-15 14:32:00 14 -#> 2849 25 A69-1303-555 4447 2016-07-15 14:34:00 14 -#> 2850 25 A69-1303-555 4448 2016-07-15 16:24:00 14 -#> 2851 25 A69-1303-555 4449 2016-07-15 16:28:00 14 -#> 2852 25 A69-1303-555 4450 2016-07-15 16:34:00 14 -#> 2853 25 A69-1303-555 4451 2016-07-15 16:36:00 14 -#> 2854 25 A69-1303-555 4452 2016-07-15 16:54:00 14 -#> 2855 25 A69-1303-555 4453 2016-07-15 16:56:00 14 -#> 2856 25 A69-1303-555 4454 2016-07-15 16:58:00 14 -#> 2857 25 A69-1303-555 4455 2016-07-15 18:12:00 14 -#> 2858 25 A69-1303-555 4456 2016-07-15 18:16:00 14 -#> 2859 25 A69-1303-555 4457 2016-07-16 00:52:00 23 -#> 2860 25 A69-1303-555 4458 2016-07-16 00:54:00 23 -#> 2861 25 A69-1303-555 4460 2016-07-16 00:56:00 23 -#> 2862 25 A69-1303-555 4461 2016-07-16 00:58:00 23 -#> 2863 25 A69-1303-555 4463 2016-07-16 01:00:00 23 -#> 2864 25 A69-1303-555 4464 2016-07-16 01:02:00 23 -#> 2865 25 A69-1303-555 4466 2016-07-16 01:04:00 23 -#> 2866 25 A69-1303-555 4468 2016-07-16 01:06:00 23 -#> 2867 25 A69-1303-555 4470 2016-07-16 01:08:00 23 -#> 2868 25 A69-1303-555 4472 2016-07-16 01:10:00 23 -#> 2869 25 A69-1303-555 4474 2016-07-16 01:12:00 23 -#> 2870 25 A69-1303-555 4476 2016-07-16 01:14:00 23 -#> 2871 25 A69-1303-555 4478 2016-07-16 01:16:00 23 -#> 2872 25 A69-1303-555 4480 2016-07-16 01:18:00 23 -#> 2873 25 A69-1303-555 4482 2016-07-16 01:20:00 23 -#> 2874 25 A69-1303-555 4483 2016-07-16 01:22:00 23 -#> 2875 25 A69-1303-555 4485 2016-07-16 01:24:00 23 -#> 2876 25 A69-1303-555 4487 2016-07-16 01:26:00 23 -#> 2877 25 A69-1303-555 4489 2016-07-16 01:30:00 23 -#> 2878 25 A69-1303-555 4490 2016-07-18 09:10:00 29 -#> 2879 25 A69-1303-555 4491 2016-07-18 09:14:00 29 -#> 2880 25 A69-1303-555 4493 2016-07-18 09:22:00 29 -#> 2881 25 A69-1303-555 4494 2016-07-18 09:24:00 29 -#> 2882 25 A69-1303-555 4495 2016-07-18 14:28:00 29 -#> 2883 25 A69-1303-555 4496 2016-07-18 14:30:00 29 -#> 2884 25 A69-1303-555 4497 2016-07-18 14:32:00 29 -#> 2885 25 A69-1303-555 4499 2016-07-18 14:34:00 29 -#> 2886 25 A69-1303-555 4502 2016-07-18 14:36:00 29 -#> 2887 25 A69-1303-555 4504 2016-07-18 14:38:00 29 -#> 2888 25 A69-1303-555 4506 2016-07-18 14:40:00 29 -#> 2889 25 A69-1303-555 4508 2016-07-18 14:42:00 29 -#> 2890 25 A69-1303-555 4510 2016-07-18 14:44:00 29 -#> 2891 25 A69-1303-555 4511 2016-07-18 14:46:00 29 -#> 2892 25 A69-1303-555 4512 2016-07-18 14:48:00 29 -#> 2893 25 A69-1303-555 4514 2016-07-18 14:50:00 29 -#> 2894 25 A69-1303-555 4515 2016-07-18 14:52:00 29 -#> 2895 25 A69-1303-555 4516 2016-07-18 14:54:00 29 -#> 2896 25 A69-1303-555 4518 2016-07-18 15:08:00 29 -#> 2897 25 A69-1303-555 4520 2016-07-18 15:10:00 29 -#> 2898 25 A69-1303-555 4521 2016-07-18 15:14:00 29 -#> 2899 25 A69-1303-555 4522 2016-07-18 15:16:00 29 -#> 2900 25 A69-1303-555 4523 2016-07-18 15:20:00 29 -#> 2901 25 A69-1303-555 4524 2016-07-18 15:22:00 29 -#> 2902 25 A69-1303-555 4526 2016-07-18 15:24:00 29 -#> 2903 25 A69-1303-555 4528 2016-07-18 15:28:00 29 -#> 2904 25 A69-1303-555 4529 2016-07-18 15:34:00 29 -#> 2905 25 A69-1303-555 4530 2016-07-18 15:38:00 29 -#> 2906 25 A69-1303-555 4531 2016-07-18 15:40:00 29 -#> 2907 25 A69-1303-555 4532 2016-07-18 15:42:00 29 -#> 2908 25 A69-1303-555 4533 2016-07-18 15:48:00 29 -#> 2909 25 A69-1303-555 4535 2016-07-18 16:02:00 29 -#> 2910 25 A69-1303-555 4537 2016-07-18 16:24:00 29 -#> 2911 25 A69-1303-555 4538 2016-07-18 17:16:00 29 -#> 2912 25 A69-1303-555 4539 2016-07-18 17:20:00 29 -#> 2913 25 A69-1303-555 4541 2016-07-18 17:22:00 29 -#> 2914 25 A69-1303-555 4543 2016-07-18 17:26:00 29 -#> 2915 25 A69-1303-555 4544 2016-07-18 17:30:00 29 -#> 2916 25 A69-1303-555 4546 2016-07-18 17:34:00 29 -#> 2917 25 A69-1303-555 4547 2016-07-18 17:36:00 29 -#> 2918 25 A69-1303-555 4549 2016-07-18 17:38:00 29 -#> 2919 25 A69-1303-555 4551 2016-07-18 17:40:00 29 -#> 2920 25 A69-1303-555 4552 2016-07-18 17:42:00 29 -#> 2921 25 A69-1303-555 4554 2016-07-18 17:44:00 29 -#> 2922 25 A69-1303-555 4557 2016-07-18 17:46:00 29 -#> 2923 25 A69-1303-555 4559 2016-07-18 17:48:00 29 -#> 2924 25 A69-1303-555 4560 2016-07-18 17:50:00 29 -#> 2925 25 A69-1303-555 4562 2016-07-18 17:52:00 29 -#> 2926 25 A69-1303-555 4563 2016-07-18 17:54:00 29 -#> 2927 25 A69-1303-555 4566 2016-07-18 17:56:00 29 -#> 2928 25 A69-1303-555 4568 2016-07-18 17:58:00 29 -#> 2929 25 A69-1303-555 4570 2016-07-18 18:00:00 29 -#> 2930 25 A69-1303-555 4572 2016-07-18 18:02:00 29 -#> 2931 25 A69-1303-555 4574 2016-07-18 18:04:00 29 -#> 2932 25 A69-1303-555 4576 2016-07-18 18:06:00 29 -#> 2933 25 A69-1303-555 4578 2016-07-18 18:08:00 29 -#> 2934 25 A69-1303-555 4580 2016-07-18 18:10:00 29 -#> 2935 25 A69-1303-555 4581 2016-07-18 18:12:00 29 -#> 2936 25 A69-1303-555 4583 2016-07-18 18:14:00 29 -#> 2937 25 A69-1303-555 4585 2016-07-18 18:16:00 29 -#> 2938 25 A69-1303-555 4588 2016-07-18 18:18:00 29 -#> 2939 25 A69-1303-555 4589 2016-07-18 18:20:00 29 -#> 2940 25 A69-1303-555 4591 2016-07-18 18:22:00 29 -#> 2941 25 A69-1303-555 4593 2016-07-18 18:24:00 29 -#> 2942 25 A69-1303-555 4595 2016-07-18 18:26:00 29 -#> 2943 25 A69-1303-555 4597 2016-07-18 18:28:00 29 -#> 2944 25 A69-1303-555 4599 2016-07-18 18:30:00 29 -#> 2945 25 A69-1303-555 4601 2016-07-18 18:32:00 29 -#> 2946 25 A69-1303-555 4602 2016-07-18 18:34:00 29 -#> 2947 25 A69-1303-555 4605 2016-07-18 18:36:00 29 -#> 2948 25 A69-1303-555 4606 2016-07-18 18:38:00 29 -#> 2949 25 A69-1303-555 4608 2016-07-18 18:40:00 29 -#> 2950 25 A69-1303-555 4611 2016-07-18 18:42:00 29 -#> 2951 25 A69-1303-555 4613 2016-07-18 18:44:00 29 -#> 2952 25 A69-1303-555 4615 2016-07-18 18:46:00 29 -#> 2953 25 A69-1303-555 4618 2016-07-18 18:48:00 29 -#> 2954 25 A69-1303-555 4620 2016-07-18 18:50:00 29 -#> 2955 25 A69-1303-555 4621 2016-07-18 18:52:00 29 -#> 2956 25 A69-1303-555 4623 2016-07-18 18:54:00 29 -#> 2957 25 A69-1303-555 4624 2016-07-18 18:56:00 29 -#> 2958 25 A69-1303-555 4626 2016-07-18 18:58:00 29 -#> 2959 25 A69-1303-555 4629 2016-07-18 19:00:00 29 -#> 2960 25 A69-1303-555 4630 2016-07-18 19:02:00 29 -#> 2961 25 A69-1303-555 4632 2016-07-18 19:04:00 29 -#> 2962 25 A69-1303-555 4635 2016-07-18 19:06:00 29 -#> 2963 25 A69-1303-555 4637 2016-07-18 19:08:00 29 -#> 2964 25 A69-1303-555 4639 2016-07-18 19:10:00 29 -#> 2965 25 A69-1303-555 4640 2016-07-18 19:12:00 29 -#> 2966 25 A69-1303-555 4642 2016-07-18 19:14:00 29 -#> 2967 25 A69-1303-555 4645 2016-07-18 19:16:00 29 -#> 2968 25 A69-1303-555 4646 2016-07-18 19:18:00 29 -#> 2969 25 A69-1303-555 4648 2016-07-18 19:20:00 29 -#> 2970 25 A69-1303-555 4651 2016-07-18 19:22:00 29 -#> 2971 25 A69-1303-555 4652 2016-07-18 19:24:00 29 -#> 2972 25 A69-1303-555 4654 2016-07-18 19:26:00 29 -#> 2973 25 A69-1303-555 4656 2016-07-18 19:28:00 29 -#> 2974 25 A69-1303-555 4659 2016-07-18 19:30:00 29 -#> 2975 25 A69-1303-555 4660 2016-07-18 19:32:00 29 -#> 2976 25 A69-1303-555 4663 2016-07-18 19:34:00 29 -#> 2977 25 A69-1303-555 4665 2016-07-18 19:36:00 29 -#> 2978 25 A69-1303-555 4666 2016-07-18 19:38:00 29 -#> 2979 25 A69-1303-555 4668 2016-07-18 19:40:00 29 -#> 2980 25 A69-1303-555 4670 2016-07-18 19:42:00 29 -#> 2981 25 A69-1303-555 4672 2016-07-18 19:44:00 29 -#> 2982 25 A69-1303-555 4673 2016-07-18 19:46:00 29 -#> 2983 25 A69-1303-555 4675 2016-07-18 19:48:00 29 -#> 2984 25 A69-1303-555 4677 2016-07-18 19:50:00 29 -#> 2985 25 A69-1303-555 4679 2016-07-18 19:52:00 29 -#> 2986 25 A69-1303-555 4681 2016-07-18 19:54:00 29 -#> 2987 25 A69-1303-555 4683 2016-07-18 19:56:00 29 -#> 2988 25 A69-1303-555 4685 2016-07-18 19:58:00 29 -#> 2989 25 A69-1303-555 4686 2016-07-18 20:00:00 29 -#> 2990 25 A69-1303-555 4688 2016-07-18 20:02:00 29 -#> 2991 25 A69-1303-555 4690 2016-07-18 20:04:00 29 -#> 2992 25 A69-1303-555 4692 2016-07-18 20:06:00 29 -#> 2993 25 A69-1303-555 4694 2016-07-18 20:12:00 29 -#> 2994 25 A69-1303-555 4695 2016-07-18 20:14:00 29 -#> 2995 25 A69-1303-555 4697 2016-07-18 20:16:00 29 -#> 2996 25 A69-1303-555 4699 2016-07-18 20:18:00 29 -#> 2997 25 A69-1303-555 4700 2016-07-18 20:20:00 29 -#> 2998 25 A69-1303-555 4702 2016-07-18 20:22:00 29 -#> 2999 25 A69-1303-555 4703 2016-07-18 20:24:00 29 -#> 3000 25 A69-1303-555 4705 2016-07-18 20:26:00 29 -#> 3001 25 A69-1303-555 4708 2016-07-18 20:28:00 29 -#> 3002 25 A69-1303-555 4710 2016-07-18 20:30:00 29 -#> 3003 25 A69-1303-555 4711 2016-07-18 20:32:00 29 -#> 3004 25 A69-1303-555 4714 2016-07-18 20:34:00 29 -#> 3005 25 A69-1303-555 4716 2016-07-18 20:36:00 29 -#> 3006 25 A69-1303-555 4717 2016-07-18 20:38:00 29 -#> 3007 25 A69-1303-555 4719 2016-07-18 20:40:00 29 -#> 3008 25 A69-1303-555 4721 2016-07-18 20:42:00 29 -#> 3009 25 A69-1303-555 4723 2016-07-18 20:44:00 29 -#> 3010 25 A69-1303-555 4725 2016-07-18 20:46:00 29 -#> 3011 25 A69-1303-555 4727 2016-07-18 20:48:00 29 -#> 3012 25 A69-1303-555 4728 2016-07-18 20:50:00 29 -#> 3013 25 A69-1303-555 4730 2016-07-18 20:52:00 29 -#> 3014 25 A69-1303-555 4732 2016-07-18 20:54:00 29 -#> 3015 25 A69-1303-555 4734 2016-07-18 20:56:00 29 -#> 3016 25 A69-1303-555 4736 2016-07-18 20:58:00 29 -#> 3017 25 A69-1303-555 4737 2016-07-18 21:00:00 29 -#> 3018 25 A69-1303-555 4739 2016-07-18 21:02:00 29 -#> 3019 25 A69-1303-555 4741 2016-07-18 21:04:00 29 -#> 3020 25 A69-1303-555 4743 2016-07-18 21:06:00 29 -#> 3021 25 A69-1303-555 4745 2016-07-18 21:08:00 29 -#> 3022 25 A69-1303-555 4747 2016-07-18 21:10:00 29 -#> 3023 25 A69-1303-555 4750 2016-07-18 21:12:00 29 -#> 3024 25 A69-1303-555 4752 2016-07-19 05:46:00 14 -#> 3025 25 A69-1303-555 4753 2016-07-19 05:50:00 14 -#> 3026 25 A69-1303-555 4754 2016-07-19 05:52:00 14 -#> 3027 25 A69-1303-555 4755 2016-07-19 05:56:00 14 -#> 3028 25 A69-1303-555 4757 2016-07-19 05:58:00 14 -#> 3029 25 A69-1303-555 4759 2016-07-19 06:16:00 14 -#> 3030 25 A69-1303-555 4760 2016-07-19 06:42:00 14 -#> 3031 25 A69-1303-555 4761 2016-07-19 06:46:00 14 -#> 3032 25 A69-1303-555 4762 2016-07-19 06:56:00 14 -#> 3033 25 A69-1303-555 4764 2016-07-19 06:58:00 14 -#> 3034 25 A69-1303-555 4765 2016-07-19 07:00:00 14 -#> 3035 25 A69-1303-555 4766 2016-07-19 07:12:00 14 -#> 3036 25 A69-1303-555 4767 2016-07-19 09:06:00 39 -#> 3037 25 A69-1303-555 4768 2016-07-19 09:08:00 39 -#> 3038 25 A69-1303-555 4769 2016-07-19 09:10:00 39 -#> 3039 25 A69-1303-555 4770 2016-07-19 09:14:00 39 -#> 3040 25 A69-1303-555 4772 2016-07-19 09:22:00 39 -#> 3041 25 A69-1303-555 4773 2016-07-19 09:24:00 39 -#> 3042 25 A69-1303-555 4775 2016-07-19 09:26:00 39 -#> 3043 25 A69-1303-555 4776 2016-07-19 09:28:00 39 -#> 3044 25 A69-1303-555 4779 2016-07-19 09:32:00 39 -#> 3045 25 A69-1303-555 4781 2016-07-19 09:34:00 39 -#> 3046 25 A69-1303-555 4782 2016-07-19 09:44:00 39 -#> 3047 25 A69-1303-555 4783 2016-07-19 09:52:00 39 -#> 3048 25 A69-1303-555 4784 2016-07-21 06:44:00 39 -#> 3049 25 A69-1303-555 4785 2016-07-21 06:48:00 39 -#> 3050 25 A69-1303-555 4786 2016-07-21 06:50:00 39 -#> 3051 25 A69-1303-555 4787 2016-07-21 07:14:00 39 -#> 3052 25 A69-1303-555 4788 2016-07-21 07:54:00 39 -#> 3053 25 A69-1303-555 4789 2016-07-21 07:56:00 39 -#> 3054 25 A69-1303-555 4790 2016-07-21 07:58:00 39 -#> 3055 25 A69-1303-555 4791 2016-07-21 08:00:00 39 -#> 3056 25 A69-1303-555 4793 2016-07-21 08:02:00 39 -#> 3057 25 A69-1303-555 4794 2016-07-21 08:04:00 39 -#> 3058 25 A69-1303-555 4795 2016-07-21 08:06:00 39 -#> 3059 25 A69-1303-555 4797 2016-07-21 08:10:00 39 -#> 3060 25 A69-1303-555 4799 2016-07-21 08:12:00 39 -#> 3061 25 A69-1303-555 4800 2016-07-21 08:16:00 39 -#> 3062 25 A69-1303-555 4801 2016-07-21 08:36:00 39 -#> 3063 25 A69-1303-555 4802 2016-07-21 15:26:00 39 -#> 3064 25 A69-1303-555 4803 2016-07-21 15:34:00 39 -#> 3065 25 A69-1303-555 4804 2016-07-22 02:02:00 23 -#> 3066 25 A69-1303-555 4806 2016-07-22 02:04:00 23 -#> 3067 25 A69-1303-555 4808 2016-07-22 04:26:00 29 -#> 3068 25 A69-1303-555 4810 2016-07-22 04:28:00 29 -#> 3069 25 A69-1303-555 4811 2016-07-22 04:30:00 29 -#> 3070 25 A69-1303-555 4812 2016-07-22 04:32:00 29 -#> 3071 25 A69-1303-555 4813 2016-07-22 04:38:00 29 -#> 3072 25 A69-1303-555 4815 2016-07-22 04:40:00 29 -#> 3073 25 A69-1303-555 4816 2016-07-22 04:44:00 29 -#> 3074 25 A69-1303-555 4819 2016-07-22 04:46:00 29 -#> 3075 25 A69-1303-555 4820 2016-07-22 04:50:00 29 -#> 3076 25 A69-1303-555 4821 2016-07-22 04:52:00 29 -#> 3077 25 A69-1303-555 4823 2016-07-22 04:54:00 29 -#> 3078 25 A69-1303-555 4825 2016-07-22 04:56:00 29 -#> 3079 25 A69-1303-555 4827 2016-07-22 04:58:00 29 -#> 3080 25 A69-1303-555 4828 2016-07-22 05:00:00 29 -#> 3081 25 A69-1303-555 4830 2016-07-22 05:02:00 29 -#> 3082 25 A69-1303-555 4832 2016-07-22 05:04:00 29 -#> 3083 25 A69-1303-555 4834 2016-07-22 05:06:00 29 -#> 3084 25 A69-1303-555 4835 2016-07-22 05:08:00 29 -#> 3085 25 A69-1303-555 4836 2016-07-22 05:10:00 29 -#> 3086 25 A69-1303-555 4837 2016-07-22 05:16:00 29 -#> 3087 25 A69-1303-555 4838 2016-07-22 05:20:00 29 -#> 3088 25 A69-1303-555 4840 2016-07-22 05:22:00 29 -#> 3089 25 A69-1303-555 4842 2016-07-22 05:24:00 29 -#> 3090 25 A69-1303-555 4843 2016-07-22 05:26:00 29 -#> 3091 25 A69-1303-555 4844 2016-07-22 05:28:00 29 -#> 3092 25 A69-1303-555 4846 2016-07-22 05:30:00 29 -#> 3093 25 A69-1303-555 4848 2016-07-22 05:32:00 29 -#> 3094 25 A69-1303-555 4850 2016-07-22 05:34:00 29 -#> 3095 25 A69-1303-555 4851 2016-07-22 05:36:00 29 -#> 3096 25 A69-1303-555 4852 2016-07-22 05:42:00 29 -#> 3097 25 A69-1303-555 4853 2016-07-22 05:44:00 29 -#> 3098 25 A69-1303-555 4854 2016-07-22 05:46:00 29 -#> 3099 25 A69-1303-555 4856 2016-07-23 11:12:00 14 -#> 3100 25 A69-1303-555 4857 2016-07-23 11:14:00 14 -#> 3101 25 A69-1303-555 4859 2016-07-23 11:16:00 14 -#> 3102 25 A69-1303-555 4860 2016-07-23 15:00:00 39 -#> 3103 25 A69-1303-555 4861 2016-07-23 15:02:00 39 -#> 3104 25 A69-1303-555 4862 2016-07-23 15:04:00 39 -#> 3105 25 A69-1303-555 4863 2016-07-23 15:06:00 39 -#> 3106 25 A69-1303-555 4866 2016-07-23 15:08:00 39 -#> 3107 25 A69-1303-555 4867 2016-07-23 15:10:00 39 -#> 3108 25 A69-1303-555 4868 2016-07-23 15:12:00 39 -#> 3109 25 A69-1303-555 4870 2016-07-23 15:14:00 39 -#> 3110 25 A69-1303-555 4872 2016-07-23 15:16:00 39 -#> 3111 25 A69-1303-555 4874 2016-07-23 15:18:00 39 -#> 3112 25 A69-1303-555 4876 2016-07-23 15:20:00 39 -#> 3113 25 A69-1303-555 4878 2016-07-23 15:26:00 39 -#> 3114 25 A69-1303-555 4881 2016-07-23 15:28:00 39 -#> 3115 25 A69-1303-555 4882 2016-07-23 15:30:00 39 -#> 3116 25 A69-1303-555 4884 2016-07-23 15:32:00 39 -#> 3117 25 A69-1303-555 4885 2016-07-23 15:34:00 39 -#> 3118 25 A69-1303-555 4887 2016-07-23 15:36:00 39 -#> 3119 25 A69-1303-555 4889 2016-07-23 15:38:00 39 -#> 3120 25 A69-1303-555 4891 2016-07-23 15:40:00 39 -#> 3121 25 A69-1303-555 4892 2016-07-23 15:42:00 39 -#> 3122 25 A69-1303-555 4893 2016-07-23 15:46:00 39 -#> 3123 25 A69-1303-555 4894 2016-07-23 15:50:00 39 -#> 3124 25 A69-1303-555 4895 2016-07-23 15:54:00 39 -#> 3125 25 A69-1303-555 4896 2016-07-23 20:54:00 23 -#> 3126 25 A69-1303-555 4897 2016-07-23 20:56:00 23 -#> 3127 25 A69-1303-555 4898 2016-07-23 20:58:00 23 -#> 3128 25 A69-1303-555 4899 2016-07-23 21:08:00 23 -#> 3129 25 A69-1303-555 4900 2016-07-24 21:34:00 23 -#> 3130 25 A69-1303-555 4901 2016-07-24 22:00:00 23 -#> 3131 25 A69-1303-555 4902 2016-07-24 22:02:00 23 -#> 3132 25 A69-1303-555 4903 2016-07-25 00:18:00 39 -#> 3133 25 A69-1303-555 4904 2016-07-25 00:20:00 39 -#> 3134 25 A69-1303-555 4905 2016-07-25 00:22:00 39 -#> 3135 25 A69-1303-555 4906 2016-07-25 00:24:00 39 -#> 3136 25 A69-1303-555 4908 2016-07-25 00:26:00 39 -#> 3137 25 A69-1303-555 4910 2016-07-25 00:28:00 39 -#> 3138 25 A69-1303-555 4913 2016-07-25 00:30:00 39 -#> 3139 25 A69-1303-555 4915 2016-07-25 00:32:00 39 -#> 3140 25 A69-1303-555 4917 2016-07-25 00:34:00 39 -#> 3141 25 A69-1303-555 4918 2016-07-25 00:36:00 39 -#> 3142 25 A69-1303-555 4919 2016-07-25 00:38:00 39 -#> 3143 25 A69-1303-555 4922 2016-07-25 00:40:00 39 -#> 3144 25 A69-1303-555 4923 2016-07-25 00:42:00 39 -#> 3145 25 A69-1303-555 4925 2016-07-25 00:44:00 39 -#> 3146 25 A69-1303-555 4927 2016-07-25 00:46:00 39 -#> 3147 25 A69-1303-555 4929 2016-07-25 00:48:00 39 -#> 3148 25 A69-1303-555 4931 2016-07-25 00:50:00 39 -#> 3149 25 A69-1303-555 4933 2016-07-25 00:54:00 39 -#> 3150 25 A69-1303-555 4935 2016-07-25 00:56:00 39 -#> 3151 25 A69-1303-555 4938 2016-07-25 00:58:00 39 -#> 3152 25 A69-1303-555 4939 2016-07-25 01:00:00 39 -#> 3153 25 A69-1303-555 4941 2016-07-25 01:02:00 39 -#> 3154 25 A69-1303-555 4944 2016-07-25 01:04:00 39 -#> 3155 25 A69-1303-555 4945 2016-07-25 01:06:00 39 -#> 3156 25 A69-1303-555 4947 2016-07-25 01:08:00 39 -#> 3157 25 A69-1303-555 4948 2016-07-25 01:10:00 39 -#> 3158 25 A69-1303-555 4950 2016-07-25 01:12:00 39 -#> 3159 25 A69-1303-555 4952 2016-07-25 01:14:00 39 -#> 3160 25 A69-1303-555 4953 2016-07-25 01:16:00 39 -#> 3161 25 A69-1303-555 4956 2016-07-25 01:18:00 39 -#> 3162 25 A69-1303-555 4957 2016-07-25 01:20:00 39 -#> 3163 25 A69-1303-555 4959 2016-07-25 01:22:00 39 -#> 3164 25 A69-1303-555 4961 2016-07-25 01:24:00 39 -#> 3165 25 A69-1303-555 4963 2016-07-25 01:26:00 39 -#> 3166 25 A69-1303-555 4964 2016-07-25 01:28:00 39 -#> 3167 25 A69-1303-555 4966 2016-07-25 01:30:00 39 -#> 3168 25 A69-1303-555 4968 2016-07-25 01:32:00 39 -#> 3169 25 A69-1303-555 4970 2016-07-25 01:34:00 39 -#> 3170 25 A69-1303-555 4971 2016-07-25 01:36:00 39 -#> 3171 25 A69-1303-555 4973 2016-07-25 01:38:00 39 -#> 3172 25 A69-1303-555 4974 2016-07-25 01:46:00 39 -#> 3173 25 A69-1303-555 4975 2016-07-25 01:48:00 39 -#> 3174 25 A69-1303-555 4977 2016-07-25 01:50:00 39 -#> 3175 25 A69-1303-555 4978 2016-07-25 01:52:00 39 -#> 3176 25 A69-1303-555 4981 2016-07-25 01:54:00 39 -#> 3177 25 A69-1303-555 4982 2016-07-25 01:56:00 39 -#> 3178 25 A69-1303-555 4985 2016-07-25 01:58:00 39 -#> 3179 25 A69-1303-555 4987 2016-07-25 02:00:00 39 -#> 3180 25 A69-1303-555 4988 2016-07-25 02:02:00 39 -#> 3181 25 A69-1303-555 4990 2016-07-25 02:04:00 39 -#> 3182 25 A69-1303-555 4992 2016-07-25 02:06:00 39 -#> 3183 25 A69-1303-555 4993 2016-07-25 02:08:00 39 -#> 3184 25 A69-1303-555 4995 2016-07-25 02:10:00 39 -#> 3185 25 A69-1303-555 4997 2016-07-25 02:14:00 39 -#> 3186 25 A69-1303-555 4998 2016-07-25 02:16:00 39 -#> 3187 25 A69-1303-555 4999 2016-07-25 02:18:00 39 -#> 3188 25 A69-1303-555 5001 2016-07-25 02:20:00 39 -#> 3189 25 A69-1303-555 5002 2016-07-25 09:12:00 39 -#> 3190 25 A69-1303-555 5003 2016-07-25 09:14:00 39 -#> 3191 25 A69-1303-555 5004 2016-07-25 09:16:00 39 -#> 3192 25 A69-1303-555 5005 2016-07-25 09:18:00 39 -#> 3193 25 A69-1303-555 5006 2016-07-25 09:20:00 39 -#> 3194 25 A69-1303-555 5009 2016-07-25 09:22:00 39 -#> 3195 25 A69-1303-555 5011 2016-07-25 09:24:00 39 -#> 3196 25 A69-1303-555 5013 2016-07-25 09:26:00 39 -#> 3197 25 A69-1303-555 5015 2016-07-25 09:28:00 39 -#> 3198 25 A69-1303-555 5017 2016-07-25 09:30:00 39 -#> 3199 25 A69-1303-555 5018 2016-07-25 09:32:00 39 -#> 3200 25 A69-1303-555 5019 2016-07-25 09:34:00 39 -#> 3201 25 A69-1303-555 5021 2016-07-25 09:36:00 39 -#> 3202 25 A69-1303-555 5023 2016-07-25 09:38:00 39 -#> 3203 25 A69-1303-555 5025 2016-07-25 09:40:00 39 -#> 3204 25 A69-1303-555 5027 2016-07-25 09:42:00 39 -#> 3205 25 A69-1303-555 5029 2016-07-25 09:44:00 39 -#> 3206 25 A69-1303-555 5031 2016-07-25 09:46:00 39 -#> 3207 25 A69-1303-555 5033 2016-07-25 09:48:00 39 -#> 3208 25 A69-1303-555 5034 2016-07-25 09:50:00 39 -#> 3209 25 A69-1303-555 5036 2016-07-25 09:52:00 39 -#> 3210 25 A69-1303-555 5037 2016-07-25 09:54:00 39 -#> 3211 25 A69-1303-555 5039 2016-07-25 09:58:00 39 -#> 3212 25 A69-1303-555 5041 2016-07-25 10:02:00 39 -#> 3213 25 A69-1303-555 5043 2016-07-25 10:04:00 39 -#> 3214 25 A69-1303-555 5044 2016-07-25 10:06:00 39 -#> 3215 25 A69-1303-555 5045 2016-07-25 10:08:00 39 -#> 3216 25 A69-1303-555 5046 2016-07-25 10:16:00 39 -#> 3217 25 A69-1303-555 5047 2016-07-26 05:56:00 14 -#> 3218 25 A69-1303-555 5049 2016-07-26 06:00:00 14 -#> 3219 25 A69-1303-555 5050 2016-07-26 06:06:00 14 -#> 3220 25 A69-1303-555 5051 2016-07-26 16:28:00 14 -#> 3221 25 A69-1303-555 5052 2016-07-26 16:36:00 14 -#> 3222 25 A69-1303-555 5053 2016-07-26 16:38:00 14 -#> 3223 25 A69-1303-555 5055 2016-07-26 16:40:00 14 -#> 3224 25 A69-1303-555 5056 2016-07-26 16:44:00 14 -#> 3225 25 A69-1303-555 5057 2016-07-26 17:14:00 14 -#> 3226 25 A69-1303-555 5058 2016-07-26 17:16:00 14 -#> 3227 25 A69-1303-555 5059 2016-07-26 17:18:00 14 -#> 3228 25 A69-1303-555 5060 2016-07-26 23:14:00 29 -#> 3229 25 A69-1303-555 5061 2016-07-26 23:18:00 29 -#> 3230 25 A69-1303-555 5062 2016-07-26 23:20:00 29 -#> 3231 25 A69-1303-555 5065 2016-07-26 23:22:00 29 -#> 3232 25 A69-1303-555 5067 2016-07-26 23:36:00 29 -#> 3233 25 A69-1303-555 5068 2016-07-26 23:40:00 29 -#> 3234 25 A69-1303-555 5070 2016-07-26 23:42:00 29 -#> 3235 25 A69-1303-555 5072 2016-07-26 23:44:00 29 -#> 3236 25 A69-1303-555 5073 2016-07-26 23:46:00 29 -#> 3237 25 A69-1303-555 5074 2016-07-28 05:36:00 14 -#> 3238 25 A69-1303-555 5075 2016-07-28 05:46:00 14 -#> 3239 25 A69-1303-555 5076 2016-07-28 05:48:00 14 -#> 3240 25 A69-1303-555 5077 2016-07-28 05:50:00 14 -#> 3241 25 A69-1303-555 5079 2016-07-28 18:00:00 23 -#> 3242 25 A69-1303-555 5080 2016-07-28 18:02:00 23 -#> 3243 25 A69-1303-555 5082 2016-07-28 18:08:00 23 -#> 3244 25 A69-1303-555 5084 2016-07-28 18:10:00 23 -#> 3245 25 A69-1303-555 5087 2016-07-28 18:16:00 23 -#> 3246 25 A69-1303-555 5088 2016-07-28 18:18:00 23 -#> 3247 25 A69-1303-555 5089 2016-07-28 18:20:00 23 -#> 3248 25 A69-1303-555 5090 2016-07-28 18:28:00 23 -#> 3249 25 A69-1303-555 5091 2016-07-28 18:30:00 23 -#> 3250 25 A69-1303-555 5093 2016-07-28 18:32:00 23 -#> 3251 25 A69-1303-555 5094 2016-07-28 18:34:00 23 -#> 3252 25 A69-1303-555 5095 2016-07-28 18:36:00 23 -#> 3253 25 A69-1303-555 5096 2016-07-28 18:38:00 23 -#> 3254 25 A69-1303-555 5098 2016-07-28 18:54:00 23 -#> 3255 25 A69-1303-555 5099 2016-07-28 20:04:00 23 -#> 3256 25 A69-1303-555 5100 2016-07-28 20:06:00 23 -#> 3257 25 A69-1303-555 5102 2016-07-28 20:08:00 23 -#> 3258 25 A69-1303-555 5105 2016-07-28 20:10:00 23 -#> 3259 25 A69-1303-555 5106 2016-07-28 20:12:00 23 -#> 3260 25 A69-1303-555 5108 2016-07-28 20:14:00 23 -#> 3261 25 A69-1303-555 5110 2016-07-28 20:22:00 23 -#> 3262 25 A69-1303-555 5112 2016-07-28 20:24:00 23 -#> 3263 25 A69-1303-555 5113 2016-07-28 20:26:00 23 -#> 3264 25 A69-1303-555 5114 2016-07-29 16:28:00 23 -#> 3265 25 A69-1303-555 5116 2016-07-29 18:02:00 39 -#> 3266 25 A69-1303-555 5117 2016-07-29 18:24:00 39 -#> 3267 25 A69-1303-555 5119 2016-07-29 18:26:00 39 -#> 3268 25 A69-1303-555 5121 2016-07-29 18:28:00 39 -#> 3269 25 A69-1303-555 5123 2016-07-29 18:30:00 39 -#> 3270 25 A69-1303-555 5125 2016-07-29 18:32:00 39 -#> 3271 25 A69-1303-555 5127 2016-07-29 18:34:00 39 -#> 3272 25 A69-1303-555 5129 2016-07-29 18:36:00 39 -#> 3273 25 A69-1303-555 5131 2016-07-29 18:38:00 39 -#> 3274 25 A69-1303-555 5133 2016-07-30 03:20:00 39 -#> 3275 25 A69-1303-555 5134 2016-07-30 03:28:00 39 -#> 3276 25 A69-1303-555 5136 2016-07-30 07:28:00 39 -#> 3277 25 A69-1303-555 5137 2016-07-30 07:38:00 39 -#> 3278 25 A69-1303-555 5139 2016-07-30 07:40:00 39 -#> 3279 25 A69-1303-555 5141 2016-07-30 07:42:00 39 -#> 3280 25 A69-1303-555 5142 2016-07-30 07:44:00 39 -#> 3281 25 A69-1303-555 5144 2016-07-30 07:46:00 39 -#> 3282 25 A69-1303-555 5145 2016-07-30 07:48:00 39 -#> 3283 25 A69-1303-555 5147 2016-07-30 07:50:00 39 -#> 3284 25 A69-1303-555 5149 2016-07-30 07:52:00 39 -#> 3285 25 A69-1303-555 5150 2016-07-30 07:54:00 39 -#> 3286 25 A69-1303-555 5151 2016-07-30 07:56:00 39 -#> 3287 25 A69-1303-555 5153 2016-07-30 07:58:00 39 -#> 3288 25 A69-1303-555 5155 2016-07-30 08:00:00 39 -#> 3289 25 A69-1303-555 5156 2016-07-30 08:02:00 39 -#> 3290 25 A69-1303-555 5157 2016-07-30 08:04:00 39 -#> 3291 25 A69-1303-555 5159 2016-08-02 03:14:00 23 -#> 3292 25 A69-1303-555 5161 2016-08-02 03:18:00 23 -#> 3293 25 A69-1303-555 5163 2016-08-02 03:20:00 23 -#> 3294 25 A69-1303-555 5165 2016-08-02 03:22:00 23 -#> 3295 25 A69-1303-555 5166 2016-08-02 03:24:00 23 -#> 3296 25 A69-1303-555 5168 2016-08-02 15:14:00 29 -#> 3297 25 A69-1303-555 5169 2016-08-02 15:16:00 29 -#> 3298 25 A69-1303-555 5170 2016-08-02 15:26:00 29 -#> 3299 25 A69-1303-555 5171 2016-08-03 20:36:00 29 -#> 3300 25 A69-1303-555 5173 2016-08-03 20:38:00 29 -#> 3301 25 A69-1303-555 5174 2016-08-03 20:40:00 29 -#> 3302 25 A69-1303-555 5175 2016-08-03 20:54:00 29 -#> 3303 25 A69-1303-555 5176 2016-08-03 20:56:00 29 -#> 3304 25 A69-1303-555 5178 2016-08-03 21:00:00 29 -#> 3305 25 A69-1303-555 5179 2016-08-03 21:02:00 29 -#> 3306 25 A69-1303-555 5180 2016-08-03 21:04:00 29 -#> 3307 25 A69-1303-555 5181 2016-08-03 21:06:00 29 -#> 3308 25 A69-1303-555 5183 2016-08-03 21:10:00 29 -#> 3309 25 A69-1303-555 5184 2016-08-03 21:12:00 29 -#> 3310 25 A69-1303-555 5186 2016-08-03 21:14:00 29 -#> 3311 25 A69-1303-555 5188 2016-08-03 21:16:00 29 -#> 3312 25 A69-1303-555 5190 2016-08-03 21:18:00 29 -#> 3313 25 A69-1303-555 5192 2016-08-03 21:20:00 29 -#> 3314 25 A69-1303-555 5193 2016-08-03 21:22:00 29 -#> 3315 25 A69-1303-555 5196 2016-08-03 21:24:00 29 -#> 3316 25 A69-1303-555 5198 2016-08-03 21:26:00 29 -#> 3317 25 A69-1303-555 5199 2016-08-03 21:28:00 29 -#> 3318 25 A69-1303-555 5200 2016-08-03 21:30:00 29 -#> 3319 25 A69-1303-555 5202 2016-08-03 21:32:00 29 -#> 3320 25 A69-1303-555 5203 2016-08-03 21:36:00 29 -#> 3321 25 A69-1303-555 5205 2016-08-03 21:38:00 29 -#> 3322 25 A69-1303-555 5207 2016-08-03 21:40:00 29 -#> 3323 25 A69-1303-555 5209 2016-08-03 21:42:00 29 -#> 3324 25 A69-1303-555 5211 2016-08-03 21:44:00 29 -#> 3325 25 A69-1303-555 5213 2016-08-03 21:46:00 29 -#> 3326 25 A69-1303-555 5215 2016-08-03 21:50:00 29 -#> 3327 25 A69-1303-555 5216 2016-08-03 21:54:00 29 -#> 3328 25 A69-1303-555 5217 2016-08-03 21:56:00 29 -#> 3329 25 A69-1303-555 5218 2016-08-04 03:00:00 29 -#> 3330 25 A69-1303-555 5219 2016-08-04 03:08:00 29 -#> 3331 25 A69-1303-555 5220 2016-08-04 03:10:00 29 -#> 3332 25 A69-1303-555 5222 2016-08-04 03:12:00 29 -#> 3333 25 A69-1303-555 5224 2016-08-04 03:14:00 29 -#> 3334 25 A69-1303-555 5225 2016-08-04 03:16:00 29 -#> 3335 25 A69-1303-555 5227 2016-08-04 03:18:00 29 -#> 3336 25 A69-1303-555 5229 2016-08-04 03:20:00 29 -#> 3337 25 A69-1303-555 5231 2016-08-04 03:22:00 29 -#> 3338 25 A69-1303-555 5233 2016-08-04 03:24:00 29 -#> 3339 25 A69-1303-555 5234 2016-08-04 03:26:00 29 -#> 3340 25 A69-1303-555 5235 2016-08-04 04:02:00 29 -#> 3341 25 A69-1303-555 5236 2016-08-04 04:04:00 29 -#> 3342 25 A69-1303-555 5238 2016-08-04 04:06:00 29 -#> 3343 25 A69-1303-555 5239 2016-08-04 04:12:00 29 -#> 3344 25 A69-1303-555 5240 2016-08-04 04:14:00 29 -#> 3345 25 A69-1303-555 5241 2016-08-04 04:18:00 29 -#> 3346 25 A69-1303-555 5242 2016-08-05 11:16:00 29 -#> 3347 25 A69-1303-555 5243 2016-08-05 11:22:00 29 -#> 3348 25 A69-1303-555 5245 2016-08-05 11:24:00 29 -#> 3349 25 A69-1303-555 5247 2016-08-05 11:26:00 29 -#> 3350 25 A69-1303-555 5248 2016-08-05 11:28:00 29 -#> 3351 25 A69-1303-555 5250 2016-08-05 11:30:00 29 -#> 3352 25 A69-1303-555 5252 2016-08-05 11:32:00 29 -#> 3353 25 A69-1303-555 5253 2016-08-05 11:36:00 29 -#> 3354 25 A69-1303-555 5254 2016-08-05 11:38:00 29 -#> 3355 25 A69-1303-555 5255 2016-08-05 11:40:00 29 -#> 3356 25 A69-1303-555 5257 2016-08-05 11:42:00 29 -#> 3357 25 A69-1303-555 5259 2016-08-05 11:44:00 29 -#> 3358 25 A69-1303-555 5261 2016-08-05 11:46:00 29 -#> 3359 25 A69-1303-555 5262 2016-08-05 11:48:00 29 -#> 3360 25 A69-1303-555 5265 2016-08-05 11:50:00 29 -#> 3361 25 A69-1303-555 5267 2016-08-05 11:52:00 29 -#> 3362 25 A69-1303-555 5269 2016-08-05 11:54:00 29 -#> 3363 25 A69-1303-555 5271 2016-08-05 11:56:00 29 -#> 3364 25 A69-1303-555 5272 2016-08-05 12:00:00 29 -#> 3365 25 A69-1303-555 5273 2016-08-05 12:02:00 29 -#> 3366 25 A69-1303-555 5275 2016-08-05 12:04:00 29 -#> 3367 25 A69-1303-555 5276 2016-08-05 12:10:00 29 -#> 3368 25 A69-1303-555 5278 2016-08-05 12:12:00 29 -#> 3369 25 A69-1303-555 5279 2016-08-05 12:14:00 29 -#> 3370 25 A69-1303-555 5281 2016-08-05 12:16:00 29 -#> 3371 25 A69-1303-555 5282 2016-08-05 12:20:00 29 -#> 3372 25 A69-1303-555 5284 2016-08-05 12:22:00 29 -#> 3373 25 A69-1303-555 5286 2016-08-05 12:24:00 29 -#> 3374 25 A69-1303-555 5288 2016-08-05 12:26:00 29 -#> 3375 25 A69-1303-555 5290 2016-08-05 12:28:00 29 -#> 3376 25 A69-1303-555 5292 2016-08-05 12:30:00 29 -#> 3377 25 A69-1303-555 5294 2016-08-05 12:34:00 29 -#> 3378 25 A69-1303-555 5296 2016-08-05 12:36:00 29 -#> 3379 25 A69-1303-555 5298 2016-08-05 12:38:00 29 -#> 3380 25 A69-1303-555 5300 2016-08-05 12:40:00 29 -#> 3381 25 A69-1303-555 5303 2016-08-05 12:42:00 29 -#> 3382 25 A69-1303-555 5304 2016-08-05 12:44:00 29 -#> 3383 25 A69-1303-555 5306 2016-08-05 12:46:00 29 -#> 3384 25 A69-1303-555 5308 2016-08-05 12:48:00 29 -#> 3385 25 A69-1303-555 5310 2016-08-05 12:50:00 29 -#> 3386 25 A69-1303-555 5311 2016-08-05 12:52:00 29 -#> 3387 25 A69-1303-555 5313 2016-08-05 12:54:00 29 -#> 3388 25 A69-1303-555 5314 2016-08-05 12:56:00 29 -#> 3389 25 A69-1303-555 5316 2016-08-05 12:58:00 29 -#> 3390 25 A69-1303-555 5319 2016-08-05 13:00:00 29 -#> 3391 25 A69-1303-555 5320 2016-08-05 13:02:00 29 -#> 3392 25 A69-1303-555 5322 2016-08-05 13:12:00 29 -#> 3393 25 A69-1303-555 5324 2016-08-05 13:14:00 29 -#> 3394 25 A69-1303-555 5327 2016-08-05 13:16:00 29 -#> 3395 25 A69-1303-555 5328 2016-08-05 13:18:00 29 -#> 3396 25 A69-1303-555 5330 2016-08-05 13:20:00 29 -#> 3397 25 A69-1303-555 5331 2016-08-05 13:24:00 29 -#> 3398 25 A69-1303-555 5332 2016-08-05 13:28:00 29 -#> 3399 25 A69-1303-555 5334 2016-08-05 13:32:00 29 -#> 3400 25 A69-1303-555 5335 2016-08-05 13:34:00 29 -#> 3401 25 A69-1303-555 5336 2016-08-05 13:36:00 29 -#> 3402 25 A69-1303-555 5337 2016-08-05 13:40:00 29 -#> 3403 25 A69-1303-555 5339 2016-08-05 13:42:00 29 -#> 3404 25 A69-1303-555 5341 2016-08-05 13:44:00 29 -#> 3405 25 A69-1303-555 5343 2016-08-05 13:46:00 29 -#> 3406 25 A69-1303-555 5345 2016-08-05 13:48:00 29 -#> 3407 25 A69-1303-555 5346 2016-08-05 13:52:00 29 -#> 3408 25 A69-1303-555 5347 2016-08-05 13:54:00 29 -#> 3409 25 A69-1303-555 5349 2016-08-05 13:56:00 29 -#> 3410 25 A69-1303-555 5350 2016-08-05 13:58:00 29 -#> 3411 25 A69-1303-555 5352 2016-08-05 14:00:00 29 -#> 3412 25 A69-1303-555 5354 2016-08-05 14:02:00 29 -#> 3413 25 A69-1303-555 5356 2016-08-05 14:04:00 29 -#> 3414 25 A69-1303-555 5357 2016-08-05 14:06:00 29 -#> 3415 25 A69-1303-555 5358 2016-08-05 14:08:00 29 -#> 3416 25 A69-1303-555 5359 2016-08-05 14:14:00 29 -#> 3417 25 A69-1303-555 5360 2016-08-05 14:24:00 29 -#> 3418 25 A69-1303-555 5362 2016-08-05 15:04:00 29 -#> 3419 25 A69-1303-555 5363 2016-08-05 15:10:00 29 -#> 3420 25 A69-1303-555 5364 2016-08-06 06:24:00 29 -#> 3421 25 A69-1303-555 5366 2016-08-06 06:26:00 29 -#> 3422 25 A69-1303-555 5367 2016-08-06 06:32:00 29 -#> 3423 25 A69-1303-555 5368 2016-08-06 06:34:00 29 -#> 3424 25 A69-1303-555 5370 2016-08-06 06:36:00 29 -#> 3425 25 A69-1303-555 5372 2016-08-06 06:38:00 29 -#> 3426 25 A69-1303-555 5373 2016-08-06 06:40:00 29 -#> 3427 25 A69-1303-555 5375 2016-08-06 06:42:00 29 -#> 3428 25 A69-1303-555 5377 2016-08-06 06:44:00 29 -#> 3429 25 A69-1303-555 5379 2016-08-06 06:46:00 29 -#> 3430 25 A69-1303-555 5380 2016-08-06 06:48:00 29 -#> 3431 25 A69-1303-555 5382 2016-08-06 06:50:00 29 -#> 3432 25 A69-1303-555 5384 2016-08-06 06:52:00 29 -#> 3433 25 A69-1303-555 5385 2016-08-06 06:54:00 29 -#> 3434 25 A69-1303-555 5387 2016-08-06 06:56:00 29 -#> 3435 25 A69-1303-555 5388 2016-08-06 07:02:00 29 -#> 3436 25 A69-1303-555 5389 2016-08-06 07:04:00 29 -#> 3437 25 A69-1303-555 5390 2016-08-06 07:24:00 29 -#> 3438 25 A69-1303-555 5392 2016-08-06 07:26:00 29 -#> 3439 25 A69-1303-555 5394 2016-08-06 07:28:00 29 -#> 3440 25 A69-1303-555 5395 2016-08-06 07:30:00 29 -#> 3441 25 A69-1303-555 5398 2016-08-06 07:32:00 29 -#> 3442 25 A69-1303-555 5399 2016-08-06 07:34:00 29 -#> 3443 25 A69-1303-555 5401 2016-08-06 07:36:00 29 -#> 3444 25 A69-1303-555 5403 2016-08-06 07:38:00 29 -#> 3445 25 A69-1303-555 5404 2016-08-06 07:40:00 29 -#> 3446 25 A69-1303-555 5406 2016-08-06 07:42:00 29 -#> 3447 25 A69-1303-555 5407 2016-08-06 07:44:00 29 -#> 3448 25 A69-1303-555 5409 2016-08-06 07:46:00 29 -#> 3449 25 A69-1303-555 5411 2016-08-06 07:48:00 29 -#> 3450 25 A69-1303-555 5412 2016-08-06 07:50:00 29 -#> 3451 25 A69-1303-555 5414 2016-08-06 07:52:00 29 -#> 3452 25 A69-1303-555 5417 2016-08-06 07:54:00 29 -#> 3453 25 A69-1303-555 5420 2016-08-06 07:56:00 29 -#> 3454 25 A69-1303-555 5421 2016-08-06 07:58:00 29 -#> 3455 25 A69-1303-555 5423 2016-08-06 08:00:00 29 -#> 3456 25 A69-1303-555 5426 2016-08-06 08:02:00 29 -#> 3457 25 A69-1303-555 5428 2016-08-06 08:08:00 29 -#> 3458 25 A69-1303-555 5430 2016-08-06 08:10:00 29 -#> 3459 25 A69-1303-555 5432 2016-08-06 08:12:00 29 -#> 3460 25 A69-1303-555 5433 2016-08-06 08:14:00 29 -#> 3461 25 A69-1303-555 5435 2016-08-06 08:16:00 29 -#> 3462 25 A69-1303-555 5437 2016-08-06 08:18:00 29 -#> 3463 25 A69-1303-555 5439 2016-08-06 08:20:00 29 -#> 3464 25 A69-1303-555 5442 2016-08-06 08:22:00 29 -#> 3465 25 A69-1303-555 5444 2016-08-06 08:24:00 29 -#> 3466 25 A69-1303-555 5445 2016-08-06 08:26:00 29 -#> 3467 25 A69-1303-555 5446 2016-08-06 08:28:00 29 -#> 3468 25 A69-1303-555 5447 2016-08-06 08:30:00 29 -#> 3469 25 A69-1303-555 5449 2016-08-06 08:32:00 29 -#> 3470 25 A69-1303-555 5451 2016-08-06 08:34:00 29 -#> 3471 25 A69-1303-555 5452 2016-08-06 08:36:00 29 -#> 3472 25 A69-1303-555 5453 2016-08-06 08:42:00 29 -#> 3473 25 A69-1303-555 5454 2016-08-06 08:44:00 29 -#> 3474 25 A69-1303-555 5457 2016-08-06 08:46:00 29 -#> 3475 25 A69-1303-555 5458 2016-08-06 08:48:00 29 -#> 3476 25 A69-1303-555 5460 2016-08-06 08:50:00 29 -#> 3477 25 A69-1303-555 5462 2016-08-06 08:52:00 29 -#> 3478 25 A69-1303-555 5463 2016-08-06 08:54:00 29 -#> 3479 25 A69-1303-555 5465 2016-08-06 08:56:00 29 -#> 3480 25 A69-1303-555 5467 2016-08-06 09:00:00 29 -#> 3481 25 A69-1303-555 5468 2016-08-06 09:02:00 29 -#> 3482 25 A69-1303-555 5469 2016-08-06 09:04:00 29 -#> 3483 25 A69-1303-555 5470 2016-08-06 09:06:00 29 -#> 3484 25 A69-1303-555 5471 2016-08-06 09:08:00 29 -#> 3485 25 A69-1303-555 5472 2016-08-06 09:10:00 29 -#> 3486 25 A69-1303-555 5473 2016-08-06 09:12:00 29 -#> 3487 25 A69-1303-555 5475 2016-08-06 09:16:00 29 -#> 3488 25 A69-1303-555 5477 2016-08-06 10:18:00 29 -#> 3489 25 A69-1303-555 5478 2016-08-06 10:42:00 29 -#> 3490 25 A69-1303-555 5480 2016-08-06 10:44:00 29 -#> 3491 25 A69-1303-555 5482 2016-08-06 10:46:00 29 -#> 3492 25 A69-1303-555 5483 2016-08-06 10:48:00 29 -#> 3493 25 A69-1303-555 5485 2016-08-06 10:50:00 29 -#> 3494 25 A69-1303-555 5486 2016-08-06 10:58:00 29 -#> 3495 25 A69-1303-555 5488 2016-08-06 11:00:00 29 -#> 3496 25 A69-1303-555 5489 2016-08-06 11:02:00 29 -#> 3497 25 A69-1303-555 5491 2016-08-06 11:04:00 29 -#> 3498 25 A69-1303-555 5493 2016-08-06 11:06:00 29 -#> 3499 25 A69-1303-555 5496 2016-08-06 11:08:00 29 -#> 3500 25 A69-1303-555 5497 2016-08-06 11:10:00 29 -#> 3501 25 A69-1303-555 5499 2016-08-06 11:12:00 29 -#> 3502 25 A69-1303-555 5500 2016-08-06 11:14:00 29 -#> 3503 25 A69-1303-555 5502 2016-08-06 11:16:00 29 -#> 3504 25 A69-1303-555 5503 2016-08-06 11:18:00 29 -#> 3505 25 A69-1303-555 5505 2016-08-06 11:20:00 29 -#> 3506 25 A69-1303-555 5506 2016-08-06 11:22:00 29 -#> 3507 25 A69-1303-555 5508 2016-08-06 11:24:00 29 -#> 3508 25 A69-1303-555 5510 2016-08-06 11:28:00 29 -#> 3509 25 A69-1303-555 5511 2016-08-06 11:32:00 29 -#> 3510 25 A69-1303-555 5512 2016-08-06 11:34:00 29 -#> 3511 25 A69-1303-555 5514 2016-08-06 11:36:00 29 -#> 3512 25 A69-1303-555 5516 2016-08-06 11:38:00 29 -#> 3513 25 A69-1303-555 5518 2016-08-06 11:40:00 29 -#> 3514 25 A69-1303-555 5519 2016-08-06 11:42:00 29 -#> 3515 25 A69-1303-555 5521 2016-08-06 11:48:00 29 -#> 3516 25 A69-1303-555 5523 2016-08-06 11:50:00 29 -#> 3517 25 A69-1303-555 5524 2016-08-06 11:52:00 29 -#> 3518 25 A69-1303-555 5526 2016-08-06 11:56:00 29 -#> 3519 25 A69-1303-555 5527 2016-08-06 11:58:00 29 -#> 3520 25 A69-1303-555 5528 2016-08-06 12:00:00 29 -#> 3521 25 A69-1303-555 5529 2016-08-06 12:04:00 29 -#> 3522 25 A69-1303-555 5530 2016-08-06 12:08:00 29 -#> 3523 25 A69-1303-555 5533 2016-08-06 12:10:00 29 -#> 3524 25 A69-1303-555 5534 2016-08-06 12:12:00 29 -#> 3525 25 A69-1303-555 5536 2016-08-06 12:14:00 29 -#> 3526 25 A69-1303-555 5537 2016-08-06 12:16:00 29 -#> 3527 25 A69-1303-555 5539 2016-08-06 12:18:00 29 -#> 3528 25 A69-1303-555 5541 2016-08-06 12:20:00 29 -#> 3529 25 A69-1303-555 5542 2016-08-06 12:22:00 29 -#> 3530 25 A69-1303-555 5544 2016-08-06 12:26:00 29 -#> 3531 25 A69-1303-555 5545 2016-08-06 12:28:00 29 -#> 3532 25 A69-1303-555 5547 2016-08-06 12:30:00 29 -#> 3533 25 A69-1303-555 5549 2016-08-06 12:32:00 29 -#> 3534 25 A69-1303-555 5551 2016-08-06 12:34:00 29 -#> 3535 25 A69-1303-555 5553 2016-08-06 12:36:00 29 -#> 3536 25 A69-1303-555 5555 2016-08-06 12:38:00 29 -#> 3537 25 A69-1303-555 5557 2016-08-06 12:40:00 29 -#> 3538 25 A69-1303-555 5558 2016-08-06 12:42:00 29 -#> 3539 25 A69-1303-555 5561 2016-08-06 12:44:00 29 -#> 3540 25 A69-1303-555 5562 2016-08-06 12:46:00 29 -#> 3541 25 A69-1303-555 5563 2016-08-06 12:48:00 29 -#> 3542 25 A69-1303-555 5565 2016-08-06 12:50:00 29 -#> 3543 25 A69-1303-555 5567 2016-08-06 12:52:00 29 -#> 3544 25 A69-1303-555 5570 2016-08-06 12:54:00 29 -#> 3545 25 A69-1303-555 5571 2016-08-06 12:56:00 29 -#> 3546 25 A69-1303-555 5572 2016-08-06 12:58:00 29 -#> 3547 25 A69-1303-555 5574 2016-08-06 13:00:00 29 -#> 3548 25 A69-1303-555 5577 2016-08-06 13:02:00 29 -#> 3549 25 A69-1303-555 5579 2016-08-06 13:04:00 29 -#> 3550 25 A69-1303-555 5581 2016-08-06 13:06:00 29 -#> 3551 25 A69-1303-555 5582 2016-08-06 13:08:00 29 -#> 3552 25 A69-1303-555 5584 2016-08-06 13:10:00 29 -#> 3553 25 A69-1303-555 5585 2016-08-06 13:18:00 29 -#> 3554 25 A69-1303-555 5586 2016-08-06 13:20:00 29 -#> 3555 25 A69-1303-555 5588 2016-08-06 13:22:00 29 -#> 3556 25 A69-1303-555 5590 2016-08-06 13:24:00 29 -#> 3557 25 A69-1303-555 5592 2016-08-06 13:26:00 29 -#> 3558 25 A69-1303-555 5593 2016-08-06 13:28:00 29 -#> 3559 25 A69-1303-555 5595 2016-08-06 13:30:00 29 -#> 3560 25 A69-1303-555 5598 2016-08-06 13:32:00 29 -#> 3561 25 A69-1303-555 5600 2016-08-06 13:34:00 29 -#> 3562 25 A69-1303-555 5602 2016-08-06 13:36:00 29 -#> 3563 25 A69-1303-555 5605 2016-08-06 13:38:00 29 -#> 3564 25 A69-1303-555 5607 2016-08-06 13:42:00 29 -#> 3565 25 A69-1303-555 5608 2016-08-06 13:44:00 29 -#> 3566 25 A69-1303-555 5609 2016-08-06 13:48:00 29 -#> 3567 25 A69-1303-555 5610 2016-08-06 13:54:00 29 -#> 3568 25 A69-1303-555 5612 2016-08-07 13:32:00 29 -#> 3569 25 A69-1303-555 5613 2016-08-07 13:36:00 29 -#> 3570 25 A69-1303-555 5614 2016-08-07 13:38:00 29 -#> 3571 25 A69-1303-555 5616 2016-08-07 13:40:00 29 -#> 3572 25 A69-1303-555 5618 2016-08-07 13:42:00 29 -#> 3573 25 A69-1303-555 5620 2016-08-07 13:44:00 29 -#> 3574 25 A69-1303-555 5622 2016-08-07 13:46:00 29 -#> 3575 25 A69-1303-555 5625 2016-08-07 13:48:00 29 -#> 3576 25 A69-1303-555 5627 2016-08-07 13:50:00 29 -#> 3577 25 A69-1303-555 5629 2016-08-07 13:54:00 29 -#> 3578 25 A69-1303-555 5630 2016-08-07 13:56:00 29 -#> 3579 25 A69-1303-555 5632 2016-08-07 14:18:00 29 -#> 3580 25 A69-1303-555 5633 2016-08-07 14:20:00 29 -#> 3581 25 A69-1303-555 5634 2016-08-07 23:56:00 29 -#> 3582 25 A69-1303-555 5635 2016-08-08 00:04:00 29 -#> 3583 25 A69-1303-555 5637 2016-08-08 00:06:00 29 -#> 3584 25 A69-1303-555 5638 2016-08-08 00:08:00 29 -#> 3585 25 A69-1303-555 5640 2016-08-08 00:10:00 29 -#> 3586 25 A69-1303-555 5643 2016-08-08 00:12:00 29 -#> 3587 25 A69-1303-555 5644 2016-08-08 00:14:00 29 -#> 3588 25 A69-1303-555 5645 2016-08-08 00:16:00 29 -#> 3589 25 A69-1303-555 5646 2016-08-08 00:18:00 29 -#> 3590 25 A69-1303-555 5647 2016-08-08 00:20:00 29 -#> 3591 25 A69-1303-555 5649 2016-08-08 00:22:00 29 -#> 3592 25 A69-1303-555 5650 2016-08-08 00:24:00 29 -#> 3593 25 A69-1303-555 5651 2016-08-08 00:26:00 29 -#> 3594 25 A69-1303-555 5654 2016-08-08 00:28:00 29 -#> 3595 25 A69-1303-555 5655 2016-08-08 03:04:00 29 -#> 3596 25 A69-1303-555 5656 2016-08-08 03:12:00 29 -#> 3597 25 A69-1303-555 5657 2016-08-08 03:14:00 29 -#> 3598 25 A69-1303-555 5658 2016-08-08 03:16:00 29 -#> 3599 25 A69-1303-555 5659 2016-08-08 11:26:00 29 -#> 3600 25 A69-1303-555 5661 2016-08-08 11:28:00 29 -#> 3601 25 A69-1303-555 5662 2016-08-08 11:30:00 29 -#> 3602 25 A69-1303-555 5664 2016-08-08 11:32:00 29 -#> 3603 25 A69-1303-555 5665 2016-08-08 11:34:00 29 -#> 3604 25 A69-1303-555 5667 2016-08-08 11:36:00 29 -#> 3605 25 A69-1303-555 5668 2016-08-08 11:38:00 29 -#> 3606 25 A69-1303-555 5670 2016-08-08 11:40:00 29 -#> 3607 25 A69-1303-555 5671 2016-08-08 11:44:00 29 -#> 3608 25 A69-1303-555 5672 2016-08-08 11:46:00 29 -#> 3609 25 A69-1303-555 5674 2016-08-08 11:48:00 29 -#> 3610 25 A69-1303-555 5675 2016-08-08 16:44:00 29 -#> 3611 25 A69-1303-555 5676 2016-08-08 16:46:00 29 -#> 3612 25 A69-1303-555 5677 2016-08-08 16:48:00 29 -#> 3613 25 A69-1303-555 5678 2016-08-08 16:50:00 29 -#> 3614 25 A69-1303-555 5680 2016-08-08 16:54:00 29 -#> 3615 25 A69-1303-555 5681 2016-08-08 17:00:00 29 -#> 3616 25 A69-1303-555 5682 2016-08-08 17:04:00 29 -#> 3617 25 A69-1303-555 5683 2016-08-08 17:06:00 29 -#> 3618 25 A69-1303-555 5685 2016-08-08 17:08:00 29 -#> 3619 25 A69-1303-555 5686 2016-08-08 17:32:00 29 -#> 3620 25 A69-1303-555 5687 2016-08-08 17:54:00 29 -#> 3621 25 A69-1303-555 5688 2016-08-08 20:42:00 29 -#> 3622 25 A69-1303-555 5690 2016-08-08 20:44:00 29 -#> 3623 25 A69-1303-555 5691 2016-08-08 20:46:00 29 -#> 3624 25 A69-1303-555 5692 2016-08-08 20:50:00 29 -#> 3625 25 A69-1303-555 5693 2016-08-08 20:52:00 29 -#> 3626 25 A69-1303-555 5694 2016-08-08 20:54:00 29 -#> 3627 25 A69-1303-555 5696 2016-08-08 21:04:00 29 -#> 3628 25 A69-1303-555 5697 2016-08-08 21:06:00 29 -#> 3629 25 A69-1303-555 5698 2016-08-08 21:08:00 29 -#> 3630 25 A69-1303-555 5700 2016-08-08 21:10:00 29 -#> 3631 25 A69-1303-555 5701 2016-08-08 21:12:00 29 -#> 3632 25 A69-1303-555 5703 2016-08-08 21:14:00 29 -#> 3633 25 A69-1303-555 5705 2016-08-08 21:16:00 29 -#> 3634 25 A69-1303-555 5707 2016-08-08 21:18:00 29 -#> 3635 25 A69-1303-555 5709 2016-08-08 21:20:00 29 -#> 3636 25 A69-1303-555 5710 2016-08-08 21:22:00 29 -#> 3637 25 A69-1303-555 5711 2016-08-08 21:24:00 29 -#> 3638 25 A69-1303-555 5713 2016-08-08 21:26:00 29 -#> 3639 25 A69-1303-555 5715 2016-08-08 21:28:00 29 -#> 3640 25 A69-1303-555 5716 2016-08-08 21:30:00 29 -#> 3641 25 A69-1303-555 5717 2016-08-08 21:32:00 29 -#> 3642 25 A69-1303-555 5718 2016-08-08 21:34:00 29 -#> 3643 25 A69-1303-555 5719 2016-08-08 21:42:00 29 -#> 3644 25 A69-1303-555 5720 2016-08-08 21:46:00 29 -#> 3645 25 A69-1303-555 5721 2016-08-08 22:00:00 29 -#> 3646 25 A69-1303-555 5722 2016-08-08 22:06:00 29 -#> 3647 25 A69-1303-555 5723 2016-08-08 22:24:00 29 -#> 3648 25 A69-1303-555 5724 2016-08-08 22:26:00 29 -#> 3649 25 A69-1303-555 5726 2016-08-08 22:28:00 29 -#> 3650 25 A69-1303-555 5727 2016-08-08 22:30:00 29 -#> 3651 25 A69-1303-555 5729 2016-08-08 22:32:00 29 -#> 3652 25 A69-1303-555 5731 2016-08-08 22:34:00 29 -#> 3653 25 A69-1303-555 5732 2016-08-08 22:36:00 29 -#> 3654 25 A69-1303-555 5733 2016-08-08 22:38:00 29 -#> 3655 25 A69-1303-555 5735 2016-08-08 22:40:00 29 -#> 3656 25 A69-1303-555 5736 2016-08-08 22:42:00 29 -#> 3657 25 A69-1303-555 5738 2016-08-08 22:46:00 29 -#> 3658 25 A69-1303-555 5740 2016-08-08 22:48:00 29 -#> 3659 25 A69-1303-555 5742 2016-08-08 22:50:00 29 -#> 3660 25 A69-1303-555 5743 2016-08-08 22:52:00 29 -#> 3661 25 A69-1303-555 5745 2016-08-08 22:54:00 29 -#> 3662 25 A69-1303-555 5748 2016-08-08 22:56:00 29 -#> 3663 25 A69-1303-555 5749 2016-08-08 22:58:00 29 -#> 3664 25 A69-1303-555 5752 2016-08-08 23:00:00 29 -#> 3665 25 A69-1303-555 5753 2016-08-08 23:02:00 29 -#> 3666 25 A69-1303-555 5755 2016-08-08 23:04:00 29 -#> 3667 25 A69-1303-555 5757 2016-08-08 23:06:00 29 -#> 3668 25 A69-1303-555 5759 2016-08-08 23:08:00 29 -#> 3669 25 A69-1303-555 5761 2016-08-08 23:10:00 29 -#> 3670 25 A69-1303-555 5762 2016-08-08 23:12:00 29 -#> 3671 25 A69-1303-555 5764 2016-08-08 23:14:00 29 -#> 3672 25 A69-1303-555 5766 2016-08-08 23:20:00 29 -#> 3673 25 A69-1303-555 5768 2016-08-08 23:22:00 29 -#> 3674 25 A69-1303-555 5770 2016-08-08 23:24:00 29 -#> 3675 25 A69-1303-555 5772 2016-08-08 23:26:00 29 -#> 3676 25 A69-1303-555 5774 2016-08-08 23:28:00 29 -#> 3677 25 A69-1303-555 5776 2016-08-08 23:30:00 29 -#> 3678 25 A69-1303-555 5778 2016-08-08 23:32:00 29 -#> 3679 25 A69-1303-555 5780 2016-08-08 23:34:00 29 -#> 3680 25 A69-1303-555 5782 2016-08-08 23:36:00 29 -#> 3681 25 A69-1303-555 5785 2016-08-08 23:38:00 29 -#> 3682 25 A69-1303-555 5786 2016-08-08 23:40:00 29 -#> 3683 25 A69-1303-555 5788 2016-08-09 00:44:00 29 -#> 3684 25 A69-1303-555 5789 2016-08-09 00:56:00 29 -#> 3685 25 A69-1303-555 5790 2016-08-09 01:02:00 29 -#> 3686 25 A69-1303-555 5792 2016-08-09 01:06:00 29 -#> 3687 25 A69-1303-555 5793 2016-08-10 05:10:00 29 -#> 3688 25 A69-1303-555 5794 2016-08-10 05:12:00 29 -#> 3689 25 A69-1303-555 5795 2016-08-10 05:14:00 29 -#> 3690 25 A69-1303-555 5797 2016-08-10 05:16:00 29 -#> 3691 25 A69-1303-555 5799 2016-08-10 05:18:00 29 -#> 3692 25 A69-1303-555 5800 2016-08-10 05:20:00 29 -#> 3693 25 A69-1303-555 5802 2016-08-10 05:22:00 29 -#> 3694 25 A69-1303-555 5804 2016-08-10 05:24:00 29 -#> 3695 25 A69-1303-555 5806 2016-08-10 05:26:00 29 -#> 3696 25 A69-1303-555 5808 2016-08-10 05:34:00 29 -#> 3697 25 A69-1303-555 5810 2016-08-10 05:36:00 29 -#> 3698 25 A69-1303-555 5812 2016-08-10 05:38:00 29 -#> 3699 25 A69-1303-555 5814 2016-08-10 05:40:00 29 -#> 3700 25 A69-1303-555 5816 2016-08-10 05:42:00 29 -#> 3701 25 A69-1303-555 5818 2016-08-10 05:44:00 29 -#> 3702 25 A69-1303-555 5819 2016-08-10 05:46:00 29 -#> 3703 25 A69-1303-555 5820 2016-08-10 05:48:00 29 -#> 3704 25 A69-1303-555 5823 2016-08-10 05:54:00 29 -#> 3705 25 A69-1303-555 5824 2016-08-10 05:56:00 29 -#> 3706 25 A69-1303-555 5826 2016-08-10 08:04:00 29 -#> 3707 25 A69-1303-555 5828 2016-08-10 08:06:00 29 -#> 3708 25 A69-1303-555 5830 2016-08-10 08:08:00 29 -#> 3709 25 A69-1303-555 5831 2016-08-10 08:10:00 29 -#> 3710 25 A69-1303-555 5832 2016-08-10 08:12:00 29 -#> 3711 25 A69-1303-555 5835 2016-08-10 08:14:00 29 -#> 3712 25 A69-1303-555 5837 2016-08-10 08:16:00 29 -#> 3713 25 A69-1303-555 5839 2016-08-10 08:18:00 29 -#> 3714 25 A69-1303-555 5842 2016-08-10 08:20:00 29 -#> 3715 25 A69-1303-555 5844 2016-08-10 08:22:00 29 -#> 3716 25 A69-1303-555 5845 2016-08-10 08:24:00 29 -#> 3717 25 A69-1303-555 5847 2016-08-10 08:26:00 29 -#> 3718 25 A69-1303-555 5849 2016-08-10 08:28:00 29 -#> 3719 25 A69-1303-555 5851 2016-08-10 08:30:00 29 -#> 3720 25 A69-1303-555 5853 2016-08-10 08:32:00 29 -#> 3721 25 A69-1303-555 5855 2016-08-10 08:34:00 29 -#> 3722 25 A69-1303-555 5857 2016-08-10 08:36:00 29 -#> 3723 25 A69-1303-555 5859 2016-08-10 08:38:00 29 -#> 3724 25 A69-1303-555 5860 2016-08-10 08:40:00 29 -#> 3725 25 A69-1303-555 5861 2016-08-10 08:42:00 29 -#> 3726 25 A69-1303-555 5863 2016-08-10 08:44:00 29 -#> 3727 25 A69-1303-555 5866 2016-08-10 08:46:00 29 -#> 3728 25 A69-1303-555 5867 2016-08-10 08:50:00 29 -#> 3729 25 A69-1303-555 5868 2016-08-10 08:52:00 29 -#> 3730 25 A69-1303-555 5869 2016-08-10 08:54:00 29 -#> 3731 25 A69-1303-555 5870 2016-08-10 08:58:00 29 -#> 3732 25 A69-1303-555 5871 2016-08-10 09:00:00 29 -#> 3733 25 A69-1303-555 5872 2016-08-10 11:08:00 29 -#> 3734 25 A69-1303-555 5873 2016-08-10 11:26:00 29 -#> 3735 25 A69-1303-555 5874 2016-08-10 11:28:00 29 -#> 3736 25 A69-1303-555 5876 2016-08-10 11:36:00 29 -#> 3737 25 A69-1303-555 5877 2016-08-10 11:40:00 29 -#> 3738 25 A69-1303-555 5878 2016-08-10 11:44:00 29 -#> 3739 25 A69-1303-555 5880 2016-08-10 11:46:00 29 -#> 3740 25 A69-1303-555 5882 2016-08-10 11:48:00 29 -#> 3741 25 A69-1303-555 5883 2016-08-10 11:50:00 29 -#> 3742 25 A69-1303-555 5885 2016-08-10 11:54:00 29 -#> 3743 25 A69-1303-555 5886 2016-08-10 11:56:00 29 -#> 3744 25 A69-1303-555 5887 2016-08-10 11:58:00 29 -#> 3745 25 A69-1303-555 5888 2016-08-10 12:10:00 29 -#> 3746 25 A69-1303-555 5889 2016-08-10 13:06:00 29 -#> 3747 25 A69-1303-555 5890 2016-08-10 13:08:00 29 -#> 3748 25 A69-1303-555 5892 2016-08-10 13:10:00 29 -#> 3749 25 A69-1303-555 5894 2016-08-10 13:12:00 29 -#> 3750 25 A69-1303-555 5896 2016-08-10 13:14:00 29 -#> 3751 25 A69-1303-555 5897 2016-08-10 13:16:00 29 -#> 3752 25 A69-1303-555 5898 2016-08-10 13:18:00 29 -#> 3753 25 A69-1303-555 5899 2016-08-10 13:20:00 29 -#> 3754 25 A69-1303-555 5901 2016-08-10 13:22:00 29 -#> 3755 25 A69-1303-555 5903 2016-08-10 13:24:00 29 -#> 3756 25 A69-1303-555 5904 2016-08-10 13:26:00 29 -#> 3757 25 A69-1303-555 5907 2016-08-10 13:30:00 29 -#> 3758 25 A69-1303-555 5908 2016-08-10 13:32:00 29 -#> 3759 25 A69-1303-555 5911 2016-08-10 13:34:00 29 -#> 3760 25 A69-1303-555 5913 2016-08-10 13:36:00 29 -#> 3761 25 A69-1303-555 5914 2016-08-10 13:40:00 29 -#> 3762 25 A69-1303-555 5915 2016-08-10 14:14:00 29 -#> 3763 25 A69-1303-555 5916 2016-08-10 14:16:00 29 -#> 3764 25 A69-1303-555 5917 2016-08-10 14:30:00 29 -#> 3765 25 A69-1303-555 5918 2016-08-10 14:32:00 29 -#> 3766 25 A69-1303-555 5919 2016-08-10 14:34:00 29 -#> 3767 25 A69-1303-555 5921 2016-08-10 14:36:00 29 -#> 3768 25 A69-1303-555 5922 2016-08-10 14:38:00 29 -#> 3769 25 A69-1303-555 5924 2016-08-10 14:40:00 29 -#> 3770 25 A69-1303-555 5925 2016-08-10 14:42:00 29 -#> 3771 25 A69-1303-555 5927 2016-08-10 14:46:00 29 -#> 3772 25 A69-1303-555 5928 2016-08-10 14:56:00 29 -#> 3773 25 A69-1303-555 5929 2016-08-10 15:04:00 29 -#> 3774 25 A69-1303-555 5930 2016-08-10 15:10:00 29 -#> 3775 25 A69-1303-555 5931 2016-08-10 15:12:00 29 -#> 3776 25 A69-1303-555 5933 2016-08-10 15:14:00 29 -#> 3777 25 A69-1303-555 5934 2016-08-10 15:16:00 29 -#> 3778 25 A69-1303-555 5936 2016-08-10 15:22:00 29 -#> 3779 25 A69-1303-555 5937 2016-08-10 15:24:00 29 -#> 3780 25 A69-1303-555 5938 2016-08-10 15:26:00 29 -#> 3781 25 A69-1303-555 5940 2016-08-10 15:28:00 29 -#> 3782 25 A69-1303-555 5941 2016-08-10 15:30:00 29 -#> 3783 25 A69-1303-555 5943 2016-08-10 15:34:00 29 -#> 3784 25 A69-1303-555 5944 2016-08-10 15:36:00 29 -#> 3785 25 A69-1303-555 5946 2016-08-10 15:38:00 29 -#> 3786 25 A69-1303-555 5947 2016-08-10 15:40:00 29 -#> 3787 25 A69-1303-555 5948 2016-08-10 15:42:00 29 -#> 3788 25 A69-1303-555 5950 2016-08-10 15:44:00 29 -#> 3789 25 A69-1303-555 5952 2016-08-10 15:46:00 29 -#> 3790 25 A69-1303-555 5953 2016-08-10 15:54:00 29 -#> 3791 25 A69-1303-555 5956 2016-08-10 16:00:00 29 -#> 3792 25 A69-1303-555 5957 2016-08-10 16:02:00 29 -#> 3793 25 A69-1303-555 5960 2016-08-10 16:04:00 29 -#> 3794 25 A69-1303-555 5961 2016-08-10 16:06:00 29 -#> 3795 25 A69-1303-555 5963 2016-08-10 16:08:00 29 -#> 3796 25 A69-1303-555 5964 2016-08-10 16:14:00 29 -#> 3797 25 A69-1303-555 5965 2016-08-10 16:16:00 29 -#> 3798 25 A69-1303-555 5966 2016-08-10 16:18:00 29 -#> 3799 25 A69-1303-555 5968 2016-08-12 13:50:00 29 -#> 3800 25 A69-1303-555 5970 2016-08-12 13:52:00 29 -#> 3801 25 A69-1303-555 5971 2016-08-12 13:54:00 29 -#> 3802 25 A69-1303-555 5972 2016-08-12 14:02:00 29 -#> 3803 25 A69-1303-555 5973 2016-08-12 14:14:00 29 -#> 3804 25 A69-1303-555 5974 2016-08-12 14:18:00 29 -#> 3805 25 A69-1303-555 5975 2016-08-12 15:42:00 29 -#> 3806 25 A69-1303-555 5976 2016-08-12 15:44:00 29 -#> 3807 25 A69-1303-555 5977 2016-08-12 15:46:00 29 -#> 3808 25 A69-1303-555 5978 2016-08-12 15:48:00 29 -#> 3809 25 A69-1303-555 5980 2016-08-12 15:50:00 29 -#> 3810 25 A69-1303-555 5982 2016-08-12 15:52:00 29 -#> 3811 25 A69-1303-555 5984 2016-08-12 15:54:00 29 -#> 3812 25 A69-1303-555 5986 2016-08-12 15:56:00 29 -#> 3813 25 A69-1303-555 5989 2016-08-12 15:58:00 29 -#> 3814 25 A69-1303-555 5991 2016-08-12 16:00:00 29 -#> 3815 25 A69-1303-555 5994 2016-08-12 16:02:00 29 -#> 3816 25 A69-1303-555 5996 2016-08-12 16:04:00 29 -#> 3817 25 A69-1303-555 5997 2016-08-12 16:06:00 29 -#> 3818 25 A69-1303-555 6000 2016-08-12 16:08:00 29 -#> 3819 25 A69-1303-555 6002 2016-08-12 16:10:00 29 -#> 3820 25 A69-1303-555 6004 2016-08-12 16:12:00 29 -#> 3821 25 A69-1303-555 6006 2016-08-12 16:14:00 29 -#> 3822 25 A69-1303-555 6009 2016-08-12 16:16:00 29 -#> 3823 25 A69-1303-555 6011 2016-08-12 16:18:00 29 -#> 3824 25 A69-1303-555 6014 2016-08-12 16:20:00 29 -#> 3825 25 A69-1303-555 6015 2016-08-12 16:22:00 29 -#> 3826 25 A69-1303-555 6017 2016-08-12 16:24:00 29 -#> 3827 25 A69-1303-555 6018 2016-08-12 16:26:00 29 -#> 3828 25 A69-1303-555 6020 2016-08-12 16:28:00 29 -#> 3829 25 A69-1303-555 6022 2016-08-12 16:30:00 29 -#> 3830 25 A69-1303-555 6024 2016-08-12 16:32:00 29 -#> 3831 25 A69-1303-555 6025 2016-08-12 16:34:00 29 -#> 3832 25 A69-1303-555 6026 2016-08-12 16:36:00 29 -#> 3833 25 A69-1303-555 6028 2016-08-12 16:38:00 29 -#> 3834 25 A69-1303-555 6030 2016-08-13 07:38:00 23 -#> 3835 25 A69-1303-555 6031 2016-08-13 07:46:00 23 -#> 3836 25 A69-1303-555 6032 2016-08-13 07:48:00 23 -#> 3837 25 A69-1303-555 6033 2016-08-13 07:58:00 23 -#> 3838 25 A69-1303-555 6035 2016-08-13 08:00:00 23 -#> 3839 25 A69-1303-555 6037 2016-08-13 08:02:00 23 -#> 3840 25 A69-1303-555 6039 2016-08-13 08:04:00 23 -#> 3841 25 A69-1303-555 6041 2016-08-13 08:06:00 23 -#> 3842 25 A69-1303-555 6042 2016-08-13 19:08:00 23 -#> 3843 25 A69-1303-555 6044 2016-08-13 19:10:00 23 -#> 3844 25 A69-1303-555 6046 2016-08-13 19:12:00 23 -#> 3845 25 A69-1303-555 6048 2016-08-13 19:16:00 23 -#> 3846 25 A69-1303-555 6049 2016-08-13 19:20:00 23 -#> 3847 25 A69-1303-555 6050 2016-08-13 19:24:00 23 -#> 3848 25 A69-1303-555 6051 2016-08-14 07:22:00 39 -#> 3849 25 A69-1303-555 6053 2016-08-14 07:28:00 39 -#> 3850 25 A69-1303-555 6054 2016-08-14 07:32:00 39 -#> 3851 25 A69-1303-555 6056 2016-08-14 07:34:00 39 -#> 3852 25 A69-1303-555 6058 2016-08-14 07:36:00 39 -#> 3853 25 A69-1303-555 6059 2016-08-14 07:40:00 39 -#> 3854 25 A69-1303-555 6060 2016-08-14 07:42:00 39 -#> 3855 25 A69-1303-555 6062 2016-08-14 07:44:00 39 -#> 3856 25 A69-1303-555 6063 2016-08-15 00:12:00 39 -#> 3857 25 A69-1303-555 6064 2016-08-15 00:14:00 39 -#> 3858 25 A69-1303-555 6066 2016-08-15 00:16:00 39 -#> 3859 25 A69-1303-555 6067 2016-08-15 00:18:00 39 -#> 3860 25 A69-1303-555 6069 2016-08-15 00:20:00 39 -#> 3861 25 A69-1303-555 6071 2016-08-15 00:22:00 39 -#> 3862 25 A69-1303-555 6073 2016-08-15 00:24:00 39 -#> 3863 25 A69-1303-555 6075 2016-08-15 00:26:00 39 -#> 3864 25 A69-1303-555 6076 2016-08-15 00:28:00 39 -#> 3865 25 A69-1303-555 6078 2016-08-15 00:30:00 39 -#> 3866 25 A69-1303-555 6080 2016-08-15 00:32:00 39 -#> 3867 25 A69-1303-555 6082 2016-08-15 00:34:00 39 -#> 3868 25 A69-1303-555 6083 2016-08-15 00:36:00 39 -#> 3869 25 A69-1303-555 6086 2016-08-15 00:38:00 39 -#> 3870 25 A69-1303-555 6087 2016-08-15 00:40:00 39 -#> 3871 25 A69-1303-555 6089 2016-08-15 00:42:00 39 -#> 3872 25 A69-1303-555 6091 2016-08-15 00:44:00 39 -#> 3873 25 A69-1303-555 6093 2016-08-15 00:46:00 39 -#> 3874 25 A69-1303-555 6094 2016-08-15 00:48:00 39 -#> 3875 25 A69-1303-555 6096 2016-08-15 00:50:00 39 -#> 3876 25 A69-1303-555 6098 2016-08-15 04:52:00 23 -#> 3877 25 A69-1303-555 6100 2016-08-15 04:58:00 23 -#> 3878 25 A69-1303-555 6101 2016-08-15 05:00:00 23 -#> 3879 25 A69-1303-555 6103 2016-08-15 05:18:00 23 -#> 3880 25 A69-1303-555 6104 2016-08-15 05:20:00 23 -#> 3881 25 A69-1303-555 6105 2016-08-15 05:22:00 23 -#> 3882 25 A69-1303-555 6107 2016-08-15 05:24:00 23 -#> 3883 25 A69-1303-555 6108 2016-08-15 05:28:00 23 -#> 3884 25 A69-1303-555 6109 2016-08-15 05:32:00 23 -#> 3885 25 A69-1303-555 6110 2016-08-15 05:36:00 23 -#> 3886 25 A69-1303-555 6112 2016-08-15 05:38:00 23 -#> 3887 25 A69-1303-555 6113 2016-08-15 05:40:00 23 -#> 3888 25 A69-1303-555 6115 2016-08-15 05:42:00 23 -#> 3889 25 A69-1303-555 6117 2016-08-15 05:44:00 23 -#> 3890 25 A69-1303-555 6120 2016-08-15 05:46:00 23 -#> 3891 25 A69-1303-555 6122 2016-08-15 05:48:00 23 -#> 3892 25 A69-1303-555 6124 2016-08-15 05:50:00 23 -#> 3893 25 A69-1303-555 6127 2016-08-15 05:52:00 23 -#> 3894 25 A69-1303-555 6129 2016-08-15 05:54:00 23 -#> 3895 25 A69-1303-555 6131 2016-08-15 05:56:00 23 -#> 3896 25 A69-1303-555 6134 2016-08-15 05:58:00 23 -#> 3897 25 A69-1303-555 6135 2016-08-15 06:00:00 23 -#> 3898 25 A69-1303-555 6137 2016-08-15 06:02:00 23 -#> 3899 25 A69-1303-555 6139 2016-08-15 06:04:00 23 -#> 3900 25 A69-1303-555 6141 2016-08-15 06:06:00 23 -#> 3901 25 A69-1303-555 6142 2016-08-15 06:08:00 23 -#> 3902 25 A69-1303-555 6143 2016-08-15 06:10:00 23 -#> 3903 25 A69-1303-555 6145 2016-08-15 06:12:00 23 -#> 3904 25 A69-1303-555 6146 2016-08-15 06:18:00 23 -#> 3905 25 A69-1303-555 6147 2016-08-15 07:02:00 23 -#> 3906 25 A69-1303-555 6149 2016-08-15 07:04:00 23 -#> 3907 25 A69-1303-555 6150 2016-08-15 07:06:00 23 -#> 3908 25 A69-1303-555 6151 2016-08-15 07:08:00 23 -#> 3909 25 A69-1303-555 6152 2016-08-15 07:16:00 23 -#> 3910 25 A69-1303-555 6153 2016-08-15 07:22:00 23 -#> 3911 25 A69-1303-555 6155 2016-08-15 07:26:00 23 -#> 3912 25 A69-1303-555 6158 2016-08-15 11:14:00 23 -#> 3913 25 A69-1303-555 6159 2016-08-15 11:32:00 23 -#> 3914 25 A69-1303-555 6160 2016-08-15 11:34:00 23 -#> 3915 25 A69-1303-555 6161 2016-08-15 17:54:00 23 -#> 3916 25 A69-1303-555 6162 2016-08-15 17:56:00 23 -#> 3917 25 A69-1303-555 6163 2016-08-15 18:08:00 23 -#> 3918 25 A69-1303-555 6164 2016-08-15 19:36:00 39 -#> 3919 25 A69-1303-555 6166 2016-08-15 19:38:00 39 -#> 3920 25 A69-1303-555 6168 2016-08-15 19:40:00 39 -#> 3921 25 A69-1303-555 6169 2016-08-15 19:44:00 39 -#> 3922 25 A69-1303-555 6171 2016-08-15 19:46:00 39 -#> 3923 25 A69-1303-555 6173 2016-08-15 19:50:00 39 -#> 3924 25 A69-1303-555 6175 2016-08-15 19:52:00 39 -#> 3925 25 A69-1303-555 6176 2016-08-15 19:54:00 39 -#> 3926 25 A69-1303-555 6178 2016-08-15 19:56:00 39 -#> 3927 25 A69-1303-555 6180 2016-08-15 20:00:00 39 -#> 3928 25 A69-1303-555 6181 2016-08-15 22:26:00 39 -#> 3929 25 A69-1303-555 6182 2016-08-15 22:34:00 39 -#> 3930 25 A69-1303-555 6183 2016-08-15 22:36:00 39 -#> 3931 25 A69-1303-555 6184 2016-08-16 01:58:00 29 -#> 3932 25 A69-1303-555 6185 2016-08-16 02:00:00 29 -#> 3933 25 A69-1303-555 6187 2016-08-16 02:04:00 29 -#> 3934 25 A69-1303-555 6189 2016-08-16 02:06:00 29 -#> 3935 25 A69-1303-555 6191 2016-08-16 02:08:00 29 -#> 3936 25 A69-1303-555 6194 2016-08-16 02:10:00 29 -#> 3937 25 A69-1303-555 6195 2016-08-16 02:16:00 29 -#> 3938 25 A69-1303-555 6196 2016-08-16 21:04:00 29 -#> 3939 25 A69-1303-555 6197 2016-08-16 21:06:00 29 -#> 3940 25 A69-1303-555 6199 2016-08-16 21:08:00 29 -#> 3941 25 A69-1303-555 6201 2016-08-16 21:10:00 29 -#> 3942 25 A69-1303-555 6203 2016-08-16 21:12:00 29 -#> 3943 25 A69-1303-555 6205 2016-08-16 21:14:00 29 -#> 3944 25 A69-1303-555 6208 2016-08-16 21:16:00 29 -#> 3945 25 A69-1303-555 6209 2016-08-16 21:18:00 29 -#> 3946 25 A69-1303-555 6211 2016-08-16 21:20:00 29 -#> 3947 25 A69-1303-555 6212 2016-08-16 21:22:00 29 -#> 3948 25 A69-1303-555 6215 2016-08-16 21:24:00 29 -#> 3949 25 A69-1303-555 6216 2016-08-16 21:26:00 29 -#> 3950 25 A69-1303-555 6218 2016-08-16 21:28:00 29 -#> 3951 25 A69-1303-555 6220 2016-08-16 21:30:00 29 -#> 3952 25 A69-1303-555 6222 2016-08-16 21:32:00 29 -#> 3953 25 A69-1303-555 6224 2016-08-16 21:34:00 29 -#> 3954 25 A69-1303-555 6226 2016-08-16 21:36:00 29 -#> 3955 25 A69-1303-555 6228 2016-08-16 21:38:00 29 -#> 3956 25 A69-1303-555 6230 2016-08-16 21:40:00 29 -#> 3957 25 A69-1303-555 6232 2016-08-16 21:42:00 29 -#> 3958 25 A69-1303-555 6234 2016-08-16 21:44:00 29 -#> 3959 25 A69-1303-555 6236 2016-08-16 21:46:00 29 -#> 3960 25 A69-1303-555 6238 2016-08-16 21:48:00 29 -#> 3961 25 A69-1303-555 6239 2016-08-16 21:50:00 29 -#> 3962 25 A69-1303-555 6241 2016-08-16 21:52:00 29 -#> 3963 25 A69-1303-555 6243 2016-08-16 21:54:00 29 -#> 3964 25 A69-1303-555 6245 2016-08-16 21:56:00 29 -#> 3965 25 A69-1303-555 6247 2016-08-16 21:58:00 29 -#> 3966 25 A69-1303-555 6249 2016-08-16 22:00:00 29 -#> 3967 25 A69-1303-555 6251 2016-08-16 22:04:00 29 -#> 3968 25 A69-1303-555 6252 2016-08-16 22:06:00 29 -#> 3969 25 A69-1303-555 6253 2016-08-16 22:08:00 29 -#> 3970 25 A69-1303-555 6255 2016-08-16 22:10:00 29 -#> 3971 25 A69-1303-555 6257 2016-08-16 22:12:00 29 -#> 3972 25 A69-1303-555 6258 2016-08-16 22:14:00 29 -#> 3973 25 A69-1303-555 6260 2016-08-17 19:22:00 29 -#> 3974 25 A69-1303-555 6261 2016-08-17 19:24:00 29 -#> 3975 25 A69-1303-555 6263 2016-08-17 19:28:00 29 -#> 3976 25 A69-1303-555 6264 2016-08-17 22:26:00 29 -#> 3977 25 A69-1303-555 6265 2016-08-17 22:30:00 29 -#> 3978 25 A69-1303-555 6266 2016-08-17 23:02:00 29 -#> 3979 25 A69-1303-555 6267 2016-08-17 23:04:00 29 -#> 3980 25 A69-1303-555 6268 2016-08-17 23:06:00 29 -#> 3981 25 A69-1303-555 6270 2016-08-17 23:08:00 29 -#> 3982 25 A69-1303-555 6271 2016-08-17 23:10:00 29 -#> 3983 25 A69-1303-555 6273 2016-08-17 23:12:00 29 -#> 3984 25 A69-1303-555 6276 2016-08-17 23:14:00 29 -#> 3985 25 A69-1303-555 6277 2016-08-17 23:16:00 29 -#> 3986 25 A69-1303-555 6279 2016-08-17 23:18:00 29 -#> 3987 25 A69-1303-555 6280 2016-08-17 23:20:00 29 -#> 3988 25 A69-1303-555 6281 2016-08-17 23:22:00 29 -#> 3989 25 A69-1303-555 6283 2016-08-17 23:24:00 29 -#> 3990 25 A69-1303-555 6284 2016-08-17 23:26:00 29 -#> 3991 25 A69-1303-555 6286 2016-08-17 23:28:00 29 -#> 3992 25 A69-1303-555 6287 2016-08-17 23:32:00 29 -#> 3993 25 A69-1303-555 6288 2016-08-17 23:34:00 29 -#> 3994 25 A69-1303-555 6289 2016-08-17 23:36:00 29 -#> 3995 25 A69-1303-555 6290 2016-08-17 23:38:00 29 -#> 3996 25 A69-1303-555 6292 2016-08-17 23:40:00 29 -#> 3997 25 A69-1303-555 6293 2016-08-21 20:02:00 29 -#> 3998 25 A69-1303-555 6295 2016-08-21 20:06:00 29 -#> 3999 25 A69-1303-555 6296 2016-08-21 20:08:00 29 -#> 4000 25 A69-1303-555 6297 2016-08-21 20:10:00 29 -#> 4001 25 A69-1303-555 6298 2016-08-21 20:16:00 29 -#> 4002 25 A69-1303-555 6299 2016-08-21 20:18:00 29 -#> 4003 25 A69-1303-555 6301 2016-08-21 20:20:00 29 -#> 4004 25 A69-1303-555 6302 2016-08-21 20:22:00 29 -#> 4005 25 A69-1303-555 6304 2016-08-21 20:24:00 29 -#> 4006 25 A69-1303-555 6306 2016-08-21 20:26:00 29 -#> 4007 25 A69-1303-555 6308 2016-08-21 20:28:00 29 -#> 4008 25 A69-1303-555 6310 2016-08-21 20:30:00 29 -#> 4009 25 A69-1303-555 6311 2016-08-22 07:38:00 11 -#> 4010 25 A69-1303-555 6312 2016-08-22 07:40:00 11 -#> 4011 25 A69-1303-555 6314 2016-08-22 08:18:00 40 -#> 4012 25 A69-1303-555 6315 2016-08-22 08:32:00 40 -#> 4013 25 A69-1303-555 6316 2016-08-22 08:36:00 40 -#> 4014 25 A69-1303-555 6317 2016-08-22 08:38:00 40 -#> 4015 25 A69-1303-555 6318 2016-08-22 08:40:00 40 -#> 4016 25 A69-1303-555 6320 2016-08-22 08:42:00 40 -#> 4017 25 A69-1303-555 6322 2016-08-22 08:44:00 40 -#> 4018 25 A69-1303-555 6323 2016-08-22 08:48:00 40 -#> 4019 25 A69-1303-555 6324 2016-08-22 08:52:00 40 -#> 4020 25 A69-1303-555 6326 2016-08-22 08:54:00 40 -#> 4021 25 A69-1303-555 6327 2016-08-22 08:56:00 40 -#> 4022 25 A69-1303-555 6328 2016-08-22 09:08:00 40 -#> 4023 25 A69-1303-555 6329 2016-08-22 09:10:00 40 -#> 4024 25 A69-1303-555 6331 2016-08-22 09:12:00 40 -#> 4025 25 A69-1303-555 6333 2016-08-22 09:16:00 40 -#> 4026 25 A69-1303-555 6334 2016-08-22 16:38:00 23 -#> 4027 25 A69-1303-555 6335 2016-08-22 16:40:00 23 -#> 4028 25 A69-1303-555 6336 2016-08-22 16:48:00 23 -#> 4029 25 A69-1303-555 6337 2016-08-22 19:48:00 29 -#> 4030 25 A69-1303-555 6338 2016-08-22 19:50:00 29 -#> 4031 25 A69-1303-555 6341 2016-08-22 19:52:00 29 -#> 4032 25 A69-1303-555 6342 2016-08-22 19:54:00 29 -#> 4033 25 A69-1303-555 6344 2016-08-22 19:56:00 29 -#> 4034 25 A69-1303-555 6346 2016-08-22 19:58:00 29 -#> 4035 25 A69-1303-555 6348 2016-08-22 20:00:00 29 -#> 4036 25 A69-1303-555 6349 2016-08-22 20:02:00 29 -#> 4037 25 A69-1303-555 6350 2016-08-22 20:34:00 29 -#> 4038 25 A69-1303-555 6351 2016-08-22 20:36:00 29 -#> 4039 25 A69-1303-555 6352 2016-08-22 20:38:00 29 -#> 4040 25 A69-1303-555 6354 2016-08-22 20:40:00 29 -#> 4041 25 A69-1303-555 6356 2016-08-22 20:42:00 29 -#> 4042 25 A69-1303-555 6358 2016-08-22 20:44:00 29 -#> 4043 25 A69-1303-555 6360 2016-08-22 20:46:00 29 -#> 4044 25 A69-1303-555 6362 2016-08-22 20:48:00 29 -#> 4045 25 A69-1303-555 6363 2016-08-22 20:50:00 29 -#> 4046 25 A69-1303-555 6366 2016-08-22 20:52:00 29 -#> 4047 25 A69-1303-555 6368 2016-08-22 20:54:00 29 -#> 4048 25 A69-1303-555 6369 2016-08-22 20:56:00 29 -#> 4049 25 A69-1303-555 6370 2016-08-22 21:02:00 29 -#> 4050 25 A69-1303-555 6371 2016-08-23 03:14:00 23 -#> 4051 25 A69-1303-555 6372 2016-08-23 03:16:00 23 -#> 4052 25 A69-1303-555 6373 2016-08-23 03:18:00 23 -#> 4053 25 A69-1303-555 6374 2016-08-23 03:22:00 23 -#> 4054 25 A69-1303-555 6375 2016-08-26 14:16:00 39 -#> 4055 25 A69-1303-555 6376 2016-08-26 14:18:00 39 -#> 4056 25 A69-1303-555 6377 2016-08-26 14:20:00 39 -#> 4057 25 A69-1303-555 6378 2016-08-26 14:22:00 39 -#> 4058 25 A69-1303-555 6379 2016-08-26 14:24:00 39 -#> 4059 25 A69-1303-555 6380 2016-08-26 14:34:00 39 -#> 4060 25 A69-1303-555 6381 2016-08-26 14:36:00 39 -#> 4061 25 A69-1303-555 6382 2016-08-26 14:44:00 39 -#> 4062 25 A69-1303-555 6383 2016-08-26 14:48:00 39 -#> 4063 25 A69-1303-555 6384 2016-08-26 14:54:00 39 -#> 4064 25 A69-1303-555 6385 2016-08-26 14:56:00 39 -#> 4065 25 A69-1303-555 6387 2016-08-26 14:58:00 39 -#> 4066 25 A69-1303-555 6388 2016-08-26 15:00:00 39 -#> 4067 25 A69-1303-555 6389 2016-08-26 15:02:00 39 -#> 4068 25 A69-1303-555 6391 2016-08-26 15:04:00 39 -#> 4069 25 A69-1303-555 6394 2016-08-26 15:06:00 39 -#> 4070 25 A69-1303-555 6395 2016-08-26 15:08:00 39 -#> 4071 25 A69-1303-555 6398 2016-08-26 15:10:00 39 -#> 4072 25 A69-1303-555 6400 2016-08-26 15:12:00 39 -#> 4073 25 A69-1303-555 6401 2016-08-31 04:42:00 39 -#> 4074 25 A69-1303-555 6402 2016-08-31 04:44:00 39 -#> 4075 25 A69-1303-555 6403 2016-08-31 04:48:00 39 -#> 4076 25 A69-1303-555 6404 2016-08-31 04:50:00 39 -#> 4077 25 A69-1303-555 6405 2016-08-31 04:52:00 39 -#> 4078 25 A69-1303-555 6407 2016-08-31 04:54:00 39 -#> 4079 25 A69-1303-555 6409 2016-08-31 04:56:00 39 -#> 4080 25 A69-1303-555 6411 2016-08-31 04:58:00 39 -#> 4081 25 A69-1303-555 6413 2016-08-31 05:00:00 39 -#> 4082 25 A69-1303-555 6415 2016-08-31 05:02:00 39 -#> 4083 25 A69-1303-555 6416 2016-08-31 05:04:00 39 -#> 4084 25 A69-1303-555 6419 2016-08-31 05:06:00 39 -#> 4085 25 A69-1303-555 6421 2016-08-31 05:08:00 39 -#> 4086 25 A69-1303-555 6423 2016-08-31 05:10:00 39 -#> 4087 25 A69-1303-555 6425 2016-08-31 05:12:00 39 -#> 4088 25 A69-1303-555 6426 2016-08-31 05:16:00 39 -#> 4089 25 A69-1303-555 6428 2016-08-31 05:18:00 39 -#> 4090 25 A69-1303-555 6430 2016-08-31 05:22:00 39 -#> 4091 25 A69-1303-555 6431 2016-08-31 05:24:00 39 -#> 4092 25 A69-1303-555 6432 2016-08-31 05:26:00 39 -#> 4093 25 A69-1303-555 6433 2016-09-01 23:56:00 39 -#> 4094 25 A69-1303-555 6434 2016-09-01 23:58:00 39 -#> 4095 25 A69-1303-555 6436 2016-09-02 00:00:00 39 -#> 4096 25 A69-1303-555 6437 2016-09-02 00:02:00 39 -#> 4097 25 A69-1303-555 6438 2016-09-02 00:04:00 39 -#> 4098 25 A69-1303-555 6440 2016-09-02 00:06:00 39 -#> 4099 25 A69-1303-555 6441 2016-09-02 00:08:00 39 -#> 4100 25 A69-1303-555 6443 2016-09-02 00:10:00 39 -#> 4101 25 A69-1303-555 6445 2016-09-02 00:12:00 39 -#> 4102 25 A69-1303-555 6447 2016-09-02 00:14:00 39 -#> 4103 25 A69-1303-555 6448 2016-09-02 00:16:00 39 -#> 4104 25 A69-1303-555 6450 2016-09-02 00:18:00 39 -#> 4105 25 A69-1303-555 6452 2016-09-02 00:20:00 39 -#> 4106 25 A69-1303-555 6453 2016-09-02 00:22:00 39 -#> 4107 25 A69-1303-555 6456 2016-09-02 00:24:00 39 -#> 4108 25 A69-1303-555 6458 2016-09-02 00:26:00 39 -#> 4109 25 A69-1303-555 6459 2016-09-02 00:28:00 39 -#> 4110 25 A69-1303-555 6461 2016-09-02 00:30:00 39 -#> 4111 25 A69-1303-555 6463 2016-09-02 00:32:00 39 -#> 4112 25 A69-1303-555 6464 2016-09-02 00:34:00 39 -#> 4113 25 A69-1303-555 6466 2016-09-02 00:36:00 39 -#> 4114 25 A69-1303-555 6468 2016-09-02 00:38:00 39 -#> 4115 25 A69-1303-555 6470 2016-09-02 00:40:00 39 -#> 4116 25 A69-1303-555 6471 2016-09-02 00:44:00 39 -#> 4117 25 A69-1303-555 6472 2016-09-02 00:46:00 39 -#> 4118 25 A69-1303-555 6473 2016-09-02 00:48:00 39 -#> 4119 25 A69-1303-555 6474 2016-09-02 00:50:00 39 -#> 4120 25 A69-1303-555 6475 2016-09-02 01:00:00 39 -#> 4121 25 A69-1303-555 6476 2016-09-02 01:02:00 39 -#> 4122 25 A69-1303-555 6477 2016-09-03 04:46:00 39 -#> 4123 25 A69-1303-555 6479 2016-09-03 04:50:00 39 -#> 4124 25 A69-1303-555 6481 2016-09-03 04:52:00 39 -#> 4125 25 A69-1303-555 6483 2016-09-03 04:54:00 39 -#> 4126 25 A69-1303-555 6485 2016-09-03 05:00:00 39 -#> 4127 25 A69-1303-555 6486 2016-09-03 05:02:00 39 -#> 4128 25 A69-1303-555 6487 2016-09-03 05:04:00 39 -#> 4129 25 A69-1303-555 6489 2016-09-03 05:06:00 39 -#> 4130 25 A69-1303-555 6490 2016-09-03 05:10:00 39 -#> 4131 25 A69-1303-555 6491 2016-09-03 05:12:00 39 -#> 4132 25 A69-1303-555 6492 2016-09-03 05:18:00 39 -#> 4133 25 A69-1303-555 6493 2016-09-03 05:40:00 39 -#> 4134 25 A69-1303-555 6494 2016-09-03 05:42:00 39 -#> 4135 25 A69-1303-555 6495 2016-09-03 05:44:00 39 -#> 4136 25 A69-1303-555 6497 2016-09-03 05:46:00 39 -#> 4137 25 A69-1303-555 6498 2016-09-03 05:48:00 39 -#> 4138 25 A69-1303-555 6501 2016-09-03 05:50:00 39 -#> 4139 25 A69-1303-555 6502 2016-09-03 05:54:00 39 -#> 4140 25 A69-1303-555 6504 2016-09-03 05:56:00 39 -#> 4141 25 A69-1303-555 6505 2016-09-03 19:36:00 11 -#> 4142 25 A69-1303-555 6507 2016-09-03 19:38:00 11 -#> 4143 25 A69-1303-555 6509 2016-09-03 19:40:00 11 -#> 4144 25 A69-1303-555 6511 2016-09-04 06:32:00 39 -#> 4145 25 A69-1303-555 6512 2016-09-04 06:34:00 39 -#> 4146 25 A69-1303-555 6514 2016-09-04 06:36:00 39 -#> 4147 25 A69-1303-555 6515 2016-09-04 06:42:00 39 -#> 4148 25 A69-1303-555 6516 2016-09-04 06:44:00 39 -#> 4149 25 A69-1303-555 6517 2016-09-04 06:50:00 39 -#> 4150 25 A69-1303-555 6518 2016-09-04 06:54:00 39 -#> 4151 25 A69-1303-555 6521 2016-09-04 06:56:00 39 -#> 4152 25 A69-1303-555 6523 2016-09-04 06:58:00 39 -#> 4153 25 A69-1303-555 6524 2016-09-04 07:00:00 39 -#> 4154 25 A69-1303-555 6526 2016-09-04 07:02:00 39 -#> 4155 25 A69-1303-555 6527 2016-09-04 07:04:00 39 -#> 4156 25 A69-1303-555 6528 2016-09-04 07:10:00 39 -#> 4157 25 A69-1303-555 6529 2016-09-04 07:12:00 39 -#> 4158 25 A69-1303-555 6531 2016-09-04 07:14:00 39 -#> 4159 25 A69-1303-555 6532 2016-09-04 08:32:00 39 -#> 4160 25 A69-1303-555 6533 2016-09-04 08:38:00 39 -#> 4161 25 A69-1303-555 6534 2016-09-04 08:40:00 39 -#> 4162 25 A69-1303-555 6535 2016-09-04 08:44:00 39 -#> 4163 25 A69-1303-555 6536 2016-09-04 08:50:00 39 -#> 4164 25 A69-1303-555 6537 2016-09-04 08:52:00 39 -#> 4165 25 A69-1303-555 6539 2016-09-04 08:54:00 39 -#> 4166 25 A69-1303-555 6541 2016-09-04 09:06:00 39 -#> 4167 25 A69-1303-555 6542 2016-09-04 09:10:00 39 -#> 4168 25 A69-1303-555 6543 2016-09-04 09:16:00 39 -#> 4169 25 A69-1303-555 6544 2016-09-04 11:02:00 39 -#> 4170 25 A69-1303-555 6545 2016-09-04 11:04:00 39 -#> 4171 25 A69-1303-555 6546 2016-09-04 11:06:00 39 -#> 4172 25 A69-1303-555 6547 2016-09-04 11:14:00 39 -#> 4173 25 A69-1303-555 6548 2016-09-04 11:28:00 39 -#> 4174 25 A69-1303-555 6549 2016-09-04 11:48:00 39 -#> 4175 25 A69-1303-555 6551 2016-09-04 11:50:00 39 -#> 4176 25 A69-1303-555 6553 2016-09-04 11:52:00 39 -#> 4177 25 A69-1303-555 6554 2016-09-04 12:00:00 39 -#> 4178 25 A69-1303-555 6555 2016-09-04 12:06:00 39 -#> 4179 25 A69-1303-555 6557 2016-09-04 12:08:00 39 -#> 4180 25 A69-1303-555 6558 2016-09-04 12:10:00 39 -#> 4181 25 A69-1303-555 6560 2016-09-04 12:12:00 39 -#> 4182 25 A69-1303-555 6562 2016-09-04 12:14:00 39 -#> 4183 25 A69-1303-555 6564 2016-09-04 12:16:00 39 -#> 4184 25 A69-1303-555 6566 2016-09-04 12:18:00 39 -#> 4185 25 A69-1303-555 6568 2016-09-04 12:20:00 39 -#> 4186 25 A69-1303-555 6570 2016-09-04 12:24:00 39 -#> 4187 25 A69-1303-555 6571 2016-09-04 12:26:00 39 -#> 4188 25 A69-1303-555 6572 2016-09-04 12:28:00 39 -#> 4189 25 A69-1303-555 6574 2016-09-04 12:42:00 39 -#> 4190 25 A69-1303-555 6575 2016-09-04 12:44:00 39 -#> 4191 25 A69-1303-555 6577 2016-09-04 12:46:00 39 -#> 4192 25 A69-1303-555 6579 2016-09-04 12:48:00 39 -#> 4193 25 A69-1303-555 6581 2016-09-04 12:50:00 39 -#> 4194 25 A69-1303-555 6583 2016-09-04 12:52:00 39 -#> 4195 25 A69-1303-555 6585 2016-09-04 12:54:00 39 -#> 4196 25 A69-1303-555 6587 2016-09-04 12:56:00 39 -#> 4197 25 A69-1303-555 6589 2016-09-04 13:00:00 39 -#> 4198 25 A69-1303-555 6591 2016-09-04 13:02:00 39 -#> 4199 25 A69-1303-555 6592 2016-09-04 13:04:00 39 -#> 4200 25 A69-1303-555 6594 2016-09-04 13:06:00 39 -#> 4201 25 A69-1303-555 6596 2016-09-04 13:10:00 39 -#> 4202 25 A69-1303-555 6599 2016-09-04 13:12:00 39 -#> 4203 25 A69-1303-555 6600 2016-09-04 13:18:00 39 -#> 4204 25 A69-1303-555 6601 2016-09-04 17:18:00 23 -#> 4205 25 A69-1303-555 6602 2016-09-04 17:20:00 23 -#> 4206 25 A69-1303-555 6603 2016-09-04 17:22:00 23 -#> 4207 25 A69-1303-555 6604 2016-09-04 17:34:00 23 -#> 4208 25 A69-1303-555 6605 2016-09-04 20:06:00 23 -#> 4209 25 A69-1303-555 6606 2016-09-04 20:10:00 23 -#> 4210 25 A69-1303-555 6608 2016-09-04 20:14:00 23 -#> 4211 25 A69-1303-555 6609 2016-09-04 20:16:00 23 -#> 4212 25 A69-1303-555 6612 2016-09-04 20:18:00 23 -#> 4213 25 A69-1303-555 6614 2016-09-04 20:20:00 23 -#> 4214 25 A69-1303-555 6616 2016-09-04 20:22:00 23 -#> 4215 25 A69-1303-555 6617 2016-09-04 20:24:00 23 -#> 4216 25 A69-1303-555 6618 2016-09-04 20:26:00 23 -#> 4217 25 A69-1303-555 6619 2016-09-04 20:28:00 23 -#> 4218 25 A69-1303-555 6620 2016-09-04 20:34:00 23 -#> 4219 25 A69-1303-555 6621 2016-09-04 22:08:00 39 -#> 4220 25 A69-1303-555 6622 2016-09-04 22:10:00 39 -#> 4221 25 A69-1303-555 6624 2016-09-04 22:12:00 39 -#> 4222 25 A69-1303-555 6626 2016-09-04 22:16:00 39 -#> 4223 25 A69-1303-555 6628 2016-09-04 22:18:00 39 -#> 4224 25 A69-1303-555 6629 2016-09-05 07:02:00 39 -#> 4225 25 A69-1303-555 6630 2016-09-05 07:06:00 39 -#> 4226 25 A69-1303-555 6632 2016-09-05 07:08:00 39 -#> 4227 25 A69-1303-555 6634 2016-09-05 07:10:00 39 -#> 4228 25 A69-1303-555 6636 2016-09-05 07:12:00 39 -#> 4229 25 A69-1303-555 6637 2016-09-05 07:32:00 39 -#> 4230 25 A69-1303-555 6638 2016-09-05 07:34:00 39 -#> 4231 25 A69-1303-555 6639 2016-09-05 07:36:00 39 -#> 4232 25 A69-1303-555 6640 2016-09-05 07:38:00 39 -#> 4233 25 A69-1303-555 6641 2016-09-05 07:40:00 39 -#> 4234 25 A69-1303-555 6642 2016-09-05 07:42:00 39 -#> 4235 25 A69-1303-555 6643 2016-09-05 07:44:00 39 -#> 4236 25 A69-1303-555 6644 2016-09-05 12:02:00 39 -#> 4237 25 A69-1303-555 6645 2016-09-05 12:12:00 39 -#> 4238 25 A69-1303-555 6646 2016-09-05 12:14:00 39 -#> 4239 25 A69-1303-555 6647 2016-09-05 12:16:00 39 -#> 4240 25 A69-1303-555 6649 2016-09-05 12:18:00 39 -#> 4241 25 A69-1303-555 6650 2016-09-05 12:22:00 39 -#> 4242 25 A69-1303-555 6652 2016-09-05 12:28:00 39 -#> 4243 25 A69-1303-555 6653 2016-09-05 12:30:00 39 -#> 4244 25 A69-1303-555 6654 2016-09-05 12:32:00 39 -#> 4245 25 A69-1303-555 6656 2016-09-05 14:52:00 39 -#> 4246 25 A69-1303-555 6657 2016-09-05 14:54:00 39 -#> 4247 25 A69-1303-555 6659 2016-09-05 14:56:00 39 -#> 4248 25 A69-1303-555 6661 2016-09-05 14:58:00 39 -#> 4249 25 A69-1303-555 6663 2016-09-05 15:00:00 39 -#> 4250 25 A69-1303-555 6665 2016-09-05 15:02:00 39 -#> 4251 25 A69-1303-555 6666 2016-09-05 15:04:00 39 -#> 4252 25 A69-1303-555 6668 2016-09-05 15:06:00 39 -#> 4253 25 A69-1303-555 6669 2016-09-05 15:08:00 39 -#> 4254 25 A69-1303-555 6670 2016-09-05 15:10:00 39 -#> 4255 25 A69-1303-555 6671 2016-09-05 20:44:00 11 -#> 4256 25 A69-1303-555 6672 2016-09-05 20:54:00 11 -#> 4257 25 A69-1303-555 6674 2016-09-05 21:04:00 11 -#> 4258 25 A69-1303-555 6675 2016-09-05 21:08:00 11 -#> 4259 25 A69-1303-555 6677 2016-09-05 21:10:00 11 -#> 4260 25 A69-1303-555 6679 2016-09-05 21:12:00 11 -#> 4261 25 A69-1303-555 6680 2016-09-05 21:36:00 11 -#> 4262 25 A69-1303-555 6681 2016-09-05 21:38:00 11 -#> 4263 25 A69-1303-555 6683 2016-09-05 21:40:00 11 -#> 4264 25 A69-1303-555 6684 2016-09-05 21:42:00 11 -#> 4265 25 A69-1303-555 6686 2016-09-05 21:44:00 11 -#> 4266 25 A69-1303-555 6687 2016-09-06 00:28:00 11 -#> 4267 25 A69-1303-555 6688 2016-09-06 00:30:00 11 -#> 4268 25 A69-1303-555 6689 2016-09-06 00:32:00 11 -#> 4269 25 A69-1303-555 6690 2016-09-06 00:34:00 11 -#> 4270 25 A69-1303-555 6691 2016-09-06 00:36:00 11 -#> 4271 25 A69-1303-555 6692 2016-09-06 00:46:00 11 -#> 4272 25 A69-1303-555 6693 2016-09-06 00:54:00 11 -#> 4273 25 A69-1303-555 6695 2016-09-06 00:58:00 11 -#> 4274 25 A69-1303-555 6696 2016-09-06 01:00:00 11 -#> 4275 25 A69-1303-555 6697 2016-09-06 01:08:00 11 -#> 4276 25 A69-1303-555 6698 2016-09-06 10:48:00 39 -#> 4277 25 A69-1303-555 6700 2016-09-06 10:50:00 39 -#> 4278 25 A69-1303-555 6701 2016-09-06 10:52:00 39 -#> 4279 25 A69-1303-555 6704 2016-09-06 10:54:00 39 -#> 4280 25 A69-1303-555 6706 2016-09-06 10:56:00 39 -#> 4281 25 A69-1303-555 6707 2016-09-06 10:58:00 39 -#> 4282 25 A69-1303-555 6709 2016-09-06 11:00:00 39 -#> 4283 25 A69-1303-555 6710 2016-09-06 11:02:00 39 -#> 4284 25 A69-1303-555 6711 2016-09-06 11:04:00 39 -#> 4285 25 A69-1303-555 6712 2016-09-06 11:06:00 39 -#> 4286 25 A69-1303-555 6714 2016-09-06 11:16:00 39 -#> 4287 25 A69-1303-555 6715 2016-09-06 11:22:00 39 -#> 4288 25 A69-1303-555 6716 2016-09-09 11:10:00 39 -#> 4289 25 A69-1303-555 6717 2016-09-09 11:12:00 39 -#> 4290 25 A69-1303-555 6718 2016-09-09 11:14:00 39 -#> 4291 25 A69-1303-555 6720 2016-09-09 11:36:00 39 -#> 4292 25 A69-1303-555 6721 2016-09-09 11:38:00 39 -#> 4293 25 A69-1303-555 6722 2016-09-10 20:16:00 38 -#> 4294 25 A69-1303-555 6723 2016-09-10 20:20:00 38 -#> 4295 25 A69-1303-555 6725 2016-09-10 20:22:00 38 -#> 4296 25 A69-1303-555 6727 2016-09-10 20:24:00 38 -#> 4297 25 A69-1303-555 6728 2016-09-11 03:20:00 38 -#> 4298 25 A69-1303-555 6729 2016-09-11 03:22:00 38 -#> 4299 25 A69-1303-555 6731 2016-09-11 03:28:00 38 -#> 4300 25 A69-1303-555 6733 2016-09-11 03:30:00 38 -#> 4301 25 A69-1303-555 6734 2016-09-11 03:32:00 38 -#> 4302 25 A69-1303-555 6735 2016-09-11 03:34:00 38 -#> 4303 25 A69-1303-555 6736 2016-09-11 03:36:00 38 -#> 4304 25 A69-1303-555 6737 2016-09-11 03:52:00 38 -#> 4305 25 A69-1303-555 6738 2016-09-11 03:54:00 38 -#> 4306 25 A69-1303-555 6739 2016-09-11 04:12:00 38 -#> 4307 25 A69-1303-555 6741 2016-09-11 04:16:00 38 -#> 4308 25 A69-1303-555 6742 2016-09-11 04:18:00 38 -#> 4309 25 A69-1303-555 6744 2016-09-11 05:14:00 38 -#> 4310 25 A69-1303-555 6745 2016-09-11 05:28:00 38 -#> 4311 25 A69-1303-555 6746 2016-09-11 05:42:00 38 -#> 4312 25 A69-1303-555 6747 2016-09-11 06:30:00 38 -#> 4313 25 A69-1303-555 6748 2016-09-11 06:34:00 38 -#> 4314 25 A69-1303-555 6749 2016-09-11 06:46:00 38 -#> 4315 25 A69-1303-555 6751 2016-09-12 21:00:00 23 -#> 4316 25 A69-1303-555 6753 2016-09-12 21:02:00 23 -#> 4317 25 A69-1303-555 6754 2016-09-12 21:04:00 23 -#> 4318 25 A69-1303-555 6755 2016-09-12 21:16:00 23 -#> 4319 25 A69-1303-555 6756 2016-09-12 21:18:00 23 -#> 4320 25 A69-1303-555 6758 2016-09-12 21:20:00 23 -#> 4321 25 A69-1303-555 6760 2016-09-12 21:22:00 23 -#> 4322 25 A69-1303-555 6761 2016-09-12 21:24:00 23 -#> 4323 25 A69-1303-555 6762 2016-09-12 21:26:00 23 -#> 4324 25 A69-1303-555 6764 2016-09-12 21:28:00 23 -#> 4325 25 A69-1303-555 6765 2016-09-12 21:30:00 23 -#> 4326 25 A69-1303-555 6767 2016-09-12 21:32:00 23 -#> 4327 25 A69-1303-555 6769 2016-09-12 21:34:00 23 -#> 4328 25 A69-1303-555 6771 2016-09-12 21:36:00 23 -#> 4329 25 A69-1303-555 6773 2016-09-12 21:38:00 23 -#> 4330 25 A69-1303-555 6774 2016-09-13 08:56:00 39 -#> 4331 25 A69-1303-555 6776 2016-09-13 08:58:00 39 -#> 4332 25 A69-1303-555 6777 2016-09-13 09:00:00 39 -#> 4333 25 A69-1303-555 6779 2016-09-13 09:02:00 39 -#> 4334 25 A69-1303-555 6780 2016-09-13 09:04:00 39 -#> 4335 25 A69-1303-555 6782 2016-09-13 09:06:00 39 -#> 4336 25 A69-1303-555 6784 2016-09-13 09:08:00 39 -#> 4337 25 A69-1303-555 6785 2016-09-13 09:10:00 39 -#> 4338 25 A69-1303-555 6787 2016-09-13 09:12:00 39 -#> 4339 25 A69-1303-555 6789 2016-09-13 09:14:00 39 -#> 4340 25 A69-1303-555 6791 2016-09-13 09:16:00 39 -#> 4341 25 A69-1303-555 6792 2016-09-13 09:24:00 39 -#> 4342 25 A69-1303-555 6794 2016-09-13 09:26:00 39 -#> 4343 25 A69-1303-555 6795 2016-09-13 09:40:00 39 -#> 4344 25 A69-1303-555 6796 2016-09-13 09:48:00 39 -#> 4345 25 A69-1303-555 6797 2016-09-15 18:42:00 39 -#> 4346 25 A69-1303-555 6798 2016-09-15 18:44:00 39 -#> 4347 25 A69-1303-555 6799 2016-09-15 18:46:00 39 -#> 4348 25 A69-1303-555 6800 2016-09-15 18:48:00 39 -#> 4349 25 A69-1303-555 6802 2016-09-15 18:50:00 39 -#> 4350 25 A69-1303-555 6803 2016-09-15 18:52:00 39 -#> 4351 25 A69-1303-555 6804 2016-09-15 18:54:00 39 -#> 4352 25 A69-1303-555 6807 2016-09-16 05:14:00 11 -#> 4353 25 A69-1303-555 6808 2016-09-16 05:16:00 11 -#> 4354 25 A69-1303-555 6809 2016-09-16 05:18:00 11 -#> 4355 25 A69-1303-555 6810 2016-09-16 05:20:00 11 -#> 4356 25 A69-1303-555 6812 2016-09-16 05:22:00 11 -#> 4357 25 A69-1303-555 6813 2016-09-16 05:24:00 11 -#> 4358 25 A69-1303-555 6815 2016-09-16 05:26:00 11 -#> 4359 25 A69-1303-555 6817 2016-09-16 05:28:00 11 -#> 4360 25 A69-1303-555 6819 2016-09-16 05:30:00 11 -#> 4361 25 A69-1303-555 6820 2016-09-16 05:32:00 11 -#> 4362 25 A69-1303-555 6821 2016-09-16 05:34:00 11 -#> 4363 25 A69-1303-555 6823 2016-09-16 05:36:00 11 -#> 4364 25 A69-1303-555 6824 2016-09-16 05:38:00 11 -#> 4365 25 A69-1303-555 6825 2016-09-16 05:46:00 11 -#> 4366 25 A69-1303-555 6826 2016-09-16 05:48:00 11 -#> 4367 25 A69-1303-555 6827 2016-09-16 05:54:00 11 -#> 4368 25 A69-1303-555 6829 2016-09-16 05:56:00 11 -#> 4369 25 A69-1303-555 6831 2016-09-16 05:58:00 11 -#> 4370 25 A69-1303-555 6834 2016-09-16 06:00:00 11 -#> 4371 25 A69-1303-555 6835 2016-09-16 06:02:00 11 -#> 4372 25 A69-1303-555 6837 2016-09-16 06:06:00 11 -#> 4373 25 A69-1303-555 6838 2016-09-16 06:08:00 11 -#> 4374 25 A69-1303-555 6839 2016-09-16 06:16:00 11 -#> 4375 25 A69-1303-555 6840 2016-09-16 06:18:00 11 -#> 4376 25 A69-1303-555 6841 2016-09-16 06:20:00 11 -#> 4377 25 A69-1303-555 6843 2016-09-16 06:22:00 11 -#> 4378 25 A69-1303-555 6844 2016-09-16 06:24:00 11 -#> 4379 25 A69-1303-555 6846 2016-09-16 06:26:00 11 -#> 4380 25 A69-1303-555 6848 2016-09-16 06:28:00 11 -#> 4381 25 A69-1303-555 6850 2016-09-16 06:30:00 11 -#> 4382 25 A69-1303-555 6851 2016-09-16 06:42:00 11 -#> 4383 25 A69-1303-555 6853 2016-09-16 06:58:00 11 -#> 4384 25 A69-1303-555 6854 2016-09-16 20:10:00 38 -#> 4385 25 A69-1303-555 6855 2016-09-16 20:26:00 38 -#> 4386 25 A69-1303-555 6856 2016-09-16 20:28:00 38 -#> 4387 25 A69-1303-555 6858 2016-09-16 20:30:00 38 -#> 4388 25 A69-1303-555 6859 2016-09-16 20:38:00 38 -#> 4389 25 A69-1303-555 6860 2016-09-16 20:40:00 38 -#> 4390 25 A69-1303-555 6861 2016-09-16 20:50:00 38 -#> 4391 25 A69-1303-555 6862 2016-09-16 20:58:00 38 -#> 4392 25 A69-1303-555 6863 2016-09-16 21:00:00 38 -#> 4393 25 A69-1303-555 6864 2016-09-16 21:02:00 38 -#> 4394 25 A69-1303-555 6866 2016-09-16 21:04:00 38 -#> 4395 25 A69-1303-555 6867 2016-09-16 21:06:00 38 -#> 4396 25 A69-1303-555 6869 2016-09-16 21:08:00 38 -#> 4397 25 A69-1303-555 6870 2016-09-16 21:10:00 38 -#> 4398 25 A69-1303-555 6872 2016-09-16 21:12:00 38 -#> 4399 25 A69-1303-555 6874 2016-09-16 21:22:00 38 -#> 4400 25 A69-1303-555 6875 2016-09-16 21:40:00 38 -#> 4401 25 A69-1303-555 6876 2016-09-16 22:22:00 38 -#> 4402 25 A69-1303-555 6877 2016-09-16 22:28:00 38 -#> 4403 25 A69-1303-555 6879 2016-09-16 22:30:00 38 -#> 4404 25 A69-1303-555 6880 2016-09-16 22:34:00 38 -#> 4405 25 A69-1303-555 6882 2016-09-17 20:56:00 39 -#> 4406 25 A69-1303-555 6884 2016-09-17 20:58:00 39 -#> 4407 25 A69-1303-555 6886 2016-09-17 21:00:00 39 -#> 4408 25 A69-1303-555 6887 2016-09-17 21:02:00 39 -#> 4409 25 A69-1303-555 6890 2016-09-17 21:04:00 39 -#> 4410 25 A69-1303-555 6892 2016-09-17 21:06:00 39 -#> 4411 25 A69-1303-555 6893 2016-09-17 21:08:00 39 -#> 4412 25 A69-1303-555 6895 2016-09-17 21:10:00 39 -#> 4413 25 A69-1303-555 6897 2016-09-17 21:16:00 39 -#> 4414 25 A69-1303-555 6898 2016-09-18 22:44:00 23 -#> 4415 25 A69-1303-555 6900 2016-09-18 22:46:00 23 -#> 4416 25 A69-1303-555 6901 2016-09-18 22:48:00 23 -#> 4417 25 A69-1303-555 6903 2016-09-18 22:50:00 23 -#> 4418 25 A69-1303-555 6905 2016-09-18 22:52:00 23 -#> 4419 25 A69-1303-555 6906 2016-09-18 22:54:00 23 -#> 4420 25 A69-1303-555 6908 2016-09-18 22:56:00 23 -#> 4421 25 A69-1303-555 6910 2016-09-18 22:58:00 23 -#> 4422 25 A69-1303-555 6913 2016-09-18 23:00:00 23 -#> 4423 25 A69-1303-555 6914 2016-09-18 23:02:00 23 -#> 4424 25 A69-1303-555 6915 2016-09-18 23:04:00 23 -#> 4425 25 A69-1303-555 6917 2016-09-18 23:06:00 23 -#> 4426 25 A69-1303-555 6919 2016-09-18 23:08:00 23 -#> 4427 25 A69-1303-555 6920 2016-09-18 23:10:00 23 -#> 4428 25 A69-1303-555 6922 2016-09-18 23:12:00 23 -#> 4429 25 A69-1303-555 6923 2016-09-18 23:14:00 23 -#> 4430 25 A69-1303-555 6926 2016-09-18 23:16:00 23 -#> 4431 25 A69-1303-555 6928 2016-09-18 23:18:00 23 -#> 4432 25 A69-1303-555 6930 2016-09-18 23:20:00 23 -#> 4433 25 A69-1303-555 6932 2016-09-18 23:22:00 23 -#> 4434 25 A69-1303-555 6934 2016-09-18 23:24:00 23 -#> 4435 25 A69-1303-555 6936 2016-09-18 23:26:00 23 -#> 4436 25 A69-1303-555 6938 2016-09-18 23:28:00 23 -#> 4437 25 A69-1303-555 6940 2016-09-18 23:30:00 23 -#> 4438 25 A69-1303-555 6941 2016-09-19 02:48:00 39 -#> 4439 25 A69-1303-555 6942 2016-09-19 02:54:00 39 -#> 4440 25 A69-1303-555 6945 2016-09-19 02:56:00 39 -#> 4441 25 A69-1303-555 6947 2016-09-19 02:58:00 39 -#> 4442 25 A69-1303-555 6948 2016-09-19 03:00:00 39 -#> 4443 25 A69-1303-555 6950 2016-09-19 03:02:00 39 -#> 4444 25 A69-1303-555 6952 2016-09-19 03:04:00 39 -#> 4445 25 A69-1303-555 6953 2016-09-19 03:06:00 39 -#> 4446 25 A69-1303-555 6955 2016-09-19 03:08:00 39 -#> 4447 25 A69-1303-555 6957 2016-09-19 03:10:00 39 -#> 4448 25 A69-1303-555 6958 2016-09-19 03:12:00 39 -#> 4449 25 A69-1303-555 6960 2016-09-19 03:16:00 39 -#> 4450 25 A69-1303-555 6962 2016-09-19 03:18:00 39 -#> 4451 25 A69-1303-555 6963 2016-09-19 03:20:00 39 -#> 4452 25 A69-1303-555 6965 2016-09-19 03:22:00 39 -#> 4453 25 A69-1303-555 6967 2016-09-19 03:24:00 39 -#> 4454 25 A69-1303-555 6969 2016-09-19 03:28:00 39 -#> 4455 25 A69-1303-555 6971 2016-09-19 03:30:00 39 -#> 4456 25 A69-1303-555 6972 2016-09-19 03:32:00 39 -#> 4457 25 A69-1303-555 6973 2016-09-19 03:34:00 39 -#> 4458 25 A69-1303-555 6974 2016-09-19 03:36:00 39 -#> 4459 25 A69-1303-555 6975 2016-09-19 04:24:00 39 -#> 4460 25 A69-1303-555 6976 2016-09-19 04:26:00 39 -#> 4461 25 A69-1303-555 6977 2016-09-19 04:28:00 39 -#> 4462 25 A69-1303-555 6978 2016-09-19 04:30:00 39 -#> 4463 25 A69-1303-555 6979 2016-09-19 04:32:00 39 -#> 4464 25 A69-1303-555 6980 2016-09-19 04:34:00 39 -#> 4465 25 A69-1303-555 6981 2016-09-19 07:54:00 39 -#> 4466 25 A69-1303-555 6982 2016-09-19 07:56:00 39 -#> 4467 25 A69-1303-555 6983 2016-09-19 07:58:00 39 -#> 4468 25 A69-1303-555 6984 2016-09-19 08:00:00 39 -#> 4469 25 A69-1303-555 6986 2016-09-19 08:02:00 39 -#> 4470 25 A69-1303-555 6987 2016-09-19 08:04:00 39 -#> 4471 25 A69-1303-555 6988 2016-09-19 08:06:00 39 -#> 4472 25 A69-1303-555 6991 2016-09-19 08:08:00 39 -#> 4473 25 A69-1303-555 6993 2016-09-19 08:12:00 39 -#> 4474 25 A69-1303-555 6995 2016-09-19 18:42:00 11 -#> 4475 25 A69-1303-555 6996 2016-09-19 18:46:00 11 -#> 4476 25 A69-1303-555 6997 2016-09-19 18:48:00 11 -#> 4477 25 A69-1303-555 7000 2016-09-19 18:50:00 11 -#> 4478 25 A69-1303-555 7002 2016-09-19 18:52:00 11 -#> 4479 25 A69-1303-555 7004 2016-09-21 00:48:00 38 -#> 4480 25 A69-1303-555 7005 2016-09-21 00:54:00 38 -#> 4481 25 A69-1303-555 7006 2016-09-21 01:00:00 38 -#> 4482 25 A69-1303-555 7007 2016-09-21 01:04:00 38 -#> 4483 25 A69-1303-555 7008 2016-09-21 01:06:00 38 -#> 4484 25 A69-1303-555 7009 2016-09-21 01:08:00 38 -#> 4485 25 A69-1303-555 7010 2016-09-21 01:12:00 38 -#> 4486 25 A69-1303-555 7011 2016-09-21 01:14:00 38 -#> 4487 25 A69-1303-555 7012 2016-09-21 01:16:00 38 -#> 4488 25 A69-1303-555 7013 2016-09-21 01:18:00 38 -#> 4489 25 A69-1303-555 7015 2016-09-21 01:24:00 38 -#> 4490 25 A69-1303-555 7016 2016-09-21 01:28:00 38 -#> 4491 25 A69-1303-555 7017 2016-09-21 01:32:00 38 -#> 4492 25 A69-1303-555 7018 2016-09-21 01:38:00 38 -#> 4493 25 A69-1303-555 7019 2016-09-21 19:42:00 11 -#> 4494 25 A69-1303-555 7021 2016-09-21 19:44:00 11 -#> 4495 25 A69-1303-555 7023 2016-09-21 19:46:00 11 -#> 4496 25 A69-1303-555 7025 2016-09-21 19:48:00 11 -#> 4497 25 A69-1303-555 7026 2016-09-21 22:02:00 11 -#> 4498 25 A69-1303-555 7027 2016-09-21 22:08:00 11 -#> 4499 25 A69-1303-555 7028 2016-09-21 22:16:00 11 -#> 4500 25 A69-1303-555 7029 2016-09-21 22:30:00 11 -#> 4501 25 A69-1303-555 7031 2016-09-21 22:32:00 11 -#> 4502 25 A69-1303-555 7033 2016-09-21 22:34:00 11 -#> 4503 25 A69-1303-555 7034 2016-09-21 22:36:00 11 -#> 4504 25 A69-1303-555 7037 2016-09-21 22:38:00 11 -#> 4505 25 A69-1303-555 7039 2016-09-21 22:40:00 11 -#> 4506 25 A69-1303-555 7041 2016-09-21 22:42:00 11 -#> 4507 25 A69-1303-555 7043 2016-09-21 22:44:00 11 -#> 4508 25 A69-1303-555 7044 2016-09-21 22:46:00 11 -#> 4509 25 A69-1303-555 7045 2016-09-21 22:48:00 11 -#> 4510 25 A69-1303-555 7046 2016-09-21 22:50:00 11 -#> 4511 25 A69-1303-555 7047 2016-09-22 09:10:00 11 -#> 4512 25 A69-1303-555 7048 2016-09-22 09:22:00 11 -#> 4513 25 A69-1303-555 7050 2016-09-22 09:24:00 11 -#> 4514 25 A69-1303-555 7052 2016-09-22 09:26:00 11 -#> 4515 25 A69-1303-555 7053 2016-09-22 09:28:00 11 -#> 4516 25 A69-1303-555 7055 2016-09-22 09:30:00 11 -#> 4517 25 A69-1303-555 7056 2016-09-22 09:32:00 11 -#> 4518 25 A69-1303-555 7058 2016-09-22 09:34:00 11 -#> 4519 25 A69-1303-555 7060 2016-09-22 09:36:00 11 -#> 4520 25 A69-1303-555 7061 2016-09-22 09:38:00 11 -#> 4521 25 A69-1303-555 7063 2016-09-22 09:40:00 11 -#> 4522 25 A69-1303-555 7064 2016-09-22 09:42:00 11 -#> 4523 25 A69-1303-555 7065 2016-09-22 09:44:00 11 -#> 4524 25 A69-1303-555 7067 2016-09-22 09:46:00 11 -#> 4525 25 A69-1303-555 7070 2016-09-22 09:48:00 11 -#> 4526 25 A69-1303-555 7071 2016-09-22 09:50:00 11 -#> 4527 25 A69-1303-555 7073 2016-09-22 09:52:00 11 -#> 4528 25 A69-1303-555 7075 2016-09-22 09:54:00 11 -#> 4529 25 A69-1303-555 7077 2016-09-22 09:56:00 11 -#> 4530 25 A69-1303-555 7078 2016-09-22 09:58:00 11 -#> 4531 25 A69-1303-555 7079 2016-09-22 10:00:00 11 -#> 4532 25 A69-1303-555 7081 2016-09-22 10:02:00 11 -#> 4533 25 A69-1303-555 7082 2016-09-22 10:04:00 11 -#> 4534 25 A69-1303-555 7084 2016-09-22 10:06:00 11 -#> 4535 25 A69-1303-555 7087 2016-09-22 10:10:00 11 -#> 4536 25 A69-1303-555 7089 2016-09-22 10:12:00 11 -#> 4537 25 A69-1303-555 7091 2016-09-22 10:14:00 11 -#> 4538 25 A69-1303-555 7092 2016-09-22 10:20:00 11 -#> 4539 25 A69-1303-555 7093 2016-09-22 10:24:00 11 -#> 4540 25 A69-1303-555 7095 2016-09-22 10:26:00 11 -#> 4541 25 A69-1303-555 7098 2016-09-22 10:28:00 11 -#> 4542 25 A69-1303-555 7100 2016-09-22 10:30:00 11 -#> 4543 25 A69-1303-555 7101 2016-09-22 10:32:00 11 -#> 4544 25 A69-1303-555 7103 2016-09-22 10:36:00 11 -#> 4545 25 A69-1303-555 7105 2016-09-22 10:38:00 11 -#> 4546 25 A69-1303-555 7107 2016-09-22 10:40:00 11 -#> 4547 25 A69-1303-555 7109 2016-09-22 10:42:00 11 -#> 4548 25 A69-1303-555 7111 2016-09-22 10:44:00 11 -#> 4549 25 A69-1303-555 7113 2016-09-22 10:46:00 11 -#> 4550 25 A69-1303-555 7115 2016-09-22 10:48:00 11 -#> 4551 25 A69-1303-555 7116 2016-09-22 10:50:00 11 -#> 4552 25 A69-1303-555 7118 2016-09-22 10:52:00 11 -#> 4553 25 A69-1303-555 7120 2016-09-22 10:56:00 11 -#> 4554 25 A69-1303-555 7121 2016-09-22 10:58:00 11 -#> 4555 25 A69-1303-555 7122 2016-09-22 11:12:00 11 -#> 4556 25 A69-1303-555 7123 2016-09-22 11:14:00 11 -#> 4557 25 A69-1303-555 7125 2016-09-22 11:16:00 11 -#> 4558 25 A69-1303-555 7126 2016-09-22 11:18:00 11 -#> 4559 25 A69-1303-555 7129 2016-09-22 11:20:00 11 -#> 4560 25 A69-1303-555 7130 2016-09-22 11:22:00 11 -#> 4561 25 A69-1303-555 7132 2016-09-22 11:26:00 11 -#> 4562 25 A69-1303-555 7133 2016-09-23 03:56:00 38 -#> 4563 25 A69-1303-555 7134 2016-09-23 04:02:00 38 -#> 4564 25 A69-1303-555 7135 2016-09-23 04:04:00 38 -#> 4565 25 A69-1303-555 7136 2016-09-23 18:02:00 39 -#> 4566 25 A69-1303-555 7137 2016-09-23 18:10:00 39 -#> 4567 25 A69-1303-555 7138 2016-09-23 18:14:00 39 -#> 4568 25 A69-1303-555 7139 2016-09-23 18:18:00 39 -#> 4569 25 A69-1303-555 7140 2016-09-23 18:28:00 39 -#> 4570 25 A69-1303-555 7141 2016-09-23 18:44:00 39 -#> 4571 25 A69-1303-555 7142 2016-09-23 18:46:00 39 -#> 4572 25 A69-1303-555 7143 2016-09-23 18:52:00 39 -#> 4573 25 A69-1303-555 7145 2016-09-23 18:54:00 39 -#> 4574 25 A69-1303-555 7146 2016-09-23 18:56:00 39 -#> 4575 25 A69-1303-555 7148 2016-09-23 18:58:00 39 -#> 4576 25 A69-1303-555 7149 2016-09-23 19:00:00 39 -#> 4577 25 A69-1303-555 7151 2016-09-23 23:54:00 39 -#> 4578 25 A69-1303-555 7152 2016-09-23 23:56:00 39 -#> 4579 25 A69-1303-555 7153 2016-09-24 00:04:00 39 -#> 4580 25 A69-1303-555 7154 2016-09-24 00:06:00 39 -#> 4581 25 A69-1303-555 7155 2016-09-24 00:08:00 39 -#> 4582 25 A69-1303-555 7156 2016-09-24 00:12:00 39 -#> 4583 25 A69-1303-555 7157 2016-09-27 12:54:00 39 -#> 4584 25 A69-1303-555 7158 2016-09-27 12:56:00 39 -#> 4585 25 A69-1303-555 7160 2016-09-27 12:58:00 39 -#> 4586 25 A69-1303-555 7161 2016-09-27 13:00:00 39 -#> 4587 25 A69-1303-555 7163 2016-09-27 13:02:00 39 -#> 4588 25 A69-1303-555 7164 2016-09-27 13:04:00 39 -#> 4589 25 A69-1303-555 7166 2016-09-27 13:06:00 39 -#> 4590 25 A69-1303-555 7167 2016-09-27 15:06:00 39 -#> 4591 25 A69-1303-555 7168 2016-09-27 15:08:00 39 -#> 4592 25 A69-1303-555 7169 2016-09-27 15:10:00 39 -#> 4593 25 A69-1303-555 7172 2016-09-27 15:12:00 39 -#> 4594 25 A69-1303-555 7173 2016-09-27 17:20:00 39 -#> 4595 25 A69-1303-555 7174 2016-09-27 17:22:00 39 -#> 4596 25 A69-1303-555 7175 2016-09-27 17:24:00 39 -#> 4597 25 A69-1303-555 7178 2016-09-27 17:26:00 39 -#> 4598 25 A69-1303-555 7179 2016-09-27 17:28:00 39 -#> 4599 25 A69-1303-555 7180 2016-09-27 17:30:00 39 -#> 4600 25 A69-1303-555 7181 2016-09-27 17:32:00 39 -#> 4601 25 A69-1303-555 7182 2016-09-27 17:34:00 39 -#> 4602 25 A69-1303-555 7183 2016-09-27 17:36:00 39 -#> 4603 25 A69-1303-555 7185 2016-09-27 17:38:00 39 -#> 4604 25 A69-1303-555 7187 2016-09-27 17:44:00 39 -#> 4605 25 A69-1303-555 7188 2016-09-27 17:50:00 39 -#> 4606 25 A69-1303-555 7189 2016-09-27 18:00:00 39 -#> 4607 25 A69-1303-555 7191 2016-09-27 18:02:00 39 -#> 4608 25 A69-1303-555 7193 2016-09-27 18:36:00 39 -#> 4609 25 A69-1303-555 7194 2016-09-27 18:40:00 39 -#> 4610 25 A69-1303-555 7195 2016-09-27 18:44:00 39 -#> 4611 25 A69-1303-555 7196 2016-09-28 13:06:00 39 -#> 4612 25 A69-1303-555 7197 2016-09-28 13:08:00 39 -#> 4613 25 A69-1303-555 7198 2016-09-28 13:10:00 39 -#> 4614 25 A69-1303-555 7199 2016-09-28 13:12:00 39 -#> 4615 25 A69-1303-555 7201 2016-09-28 13:14:00 39 -#> 4616 25 A69-1303-555 7203 2016-09-28 13:18:00 39 -#> 4617 25 A69-1303-555 7205 2016-09-28 13:20:00 39 -#> 4618 25 A69-1303-555 7207 2016-09-28 13:24:00 39 -#> 4619 25 A69-1303-555 7208 2016-09-28 13:26:00 39 -#> 4620 25 A69-1303-555 7209 2016-09-28 13:28:00 39 -#> 4621 25 A69-1303-555 7211 2016-09-28 13:40:00 39 -#> 4622 25 A69-1303-555 7212 2016-09-28 20:00:00 39 -#> 4623 25 A69-1303-555 7213 2016-09-28 20:18:00 39 -#> 4624 25 A69-1303-555 7215 2016-09-28 20:20:00 39 -#> 4625 25 A69-1303-555 7216 2016-09-30 10:02:00 39 -#> 4626 25 A69-1303-555 7217 2016-09-30 10:12:00 39 -#> 4627 25 A69-1303-555 7218 2016-09-30 10:14:00 39 -#> 4628 25 A69-1303-555 7219 2016-09-30 10:16:00 39 -#> 4629 25 A69-1303-555 7220 2016-09-30 10:18:00 39 -#> 4630 25 A69-1303-555 7221 2016-09-30 10:32:00 39 -#> 4631 25 A69-1303-555 7222 2016-09-30 16:20:00 39 -#> 4632 25 A69-1303-555 7223 2016-09-30 16:28:00 39 -#> 4633 25 A69-1303-555 7224 2016-09-30 18:12:00 39 -#> 4634 25 A69-1303-555 7225 2016-09-30 18:14:00 39 -#> 4635 25 A69-1303-555 7226 2016-09-30 18:18:00 39 -#> 4636 25 A69-1303-555 7227 2016-10-01 04:00:00 39 -#> 4637 25 A69-1303-555 7228 2016-10-01 04:06:00 39 -#> 4638 25 A69-1303-555 7230 2016-10-01 04:08:00 39 -#> 4639 25 A69-1303-555 7231 2016-10-01 04:12:00 39 -#> 4640 25 A69-1303-555 7233 2016-10-01 04:16:00 39 -#> 4641 25 A69-1303-555 7235 2016-10-01 04:18:00 39 -#> 4642 25 A69-1303-555 7236 2016-10-01 04:20:00 39 -#> 4643 25 A69-1303-555 7237 2016-10-02 03:54:00 39 -#> 4644 25 A69-1303-555 7238 2016-10-02 03:58:00 39 -#> 4645 25 A69-1303-555 7239 2016-10-02 15:56:00 39 -#> 4646 25 A69-1303-555 7240 2016-10-02 16:00:00 39 -#> 4647 25 A69-1303-555 7241 2016-10-02 16:02:00 39 -#> 4648 25 A69-1303-555 7242 2016-10-02 16:04:00 39 -#> 4649 25 A69-1303-555 7243 2016-10-02 16:06:00 39 -#> 4650 25 A69-1303-555 7245 2016-10-02 16:08:00 39 -#> 4651 25 A69-1303-555 7247 2016-10-02 16:10:00 39 -#> 4652 25 A69-1303-555 7248 2016-10-02 16:12:00 39 -#> 4653 25 A69-1303-555 7250 2016-10-02 16:14:00 39 -#> 4654 25 A69-1303-555 7252 2016-10-03 05:50:00 39 -#> 4655 25 A69-1303-555 7253 2016-10-03 05:58:00 39 -#> 4656 25 A69-1303-555 7254 2016-10-03 06:02:00 39 -#> 4657 25 A69-1303-555 7256 2016-10-03 06:12:00 39 -#> 4658 25 A69-1303-555 7257 2016-10-03 06:56:00 39 -#> 4659 25 A69-1303-555 7258 2016-10-03 07:00:00 39 -#> 4660 25 A69-1303-555 7260 2016-10-03 07:02:00 39 -#> 4661 25 A69-1303-555 7262 2016-10-03 07:04:00 39 -#> 4662 25 A69-1303-555 7264 2016-10-03 07:06:00 39 -#> 4663 25 A69-1303-555 7265 2016-10-03 07:08:00 39 -#> 4664 25 A69-1303-555 7267 2016-10-03 07:10:00 39 -#> 4665 25 A69-1303-555 7268 2016-10-03 07:12:00 39 -#> 4666 25 A69-1303-555 7269 2016-10-03 07:14:00 39 -#> 4667 25 A69-1303-555 7271 2016-10-04 18:04:00 39 -#> 4668 25 A69-1303-555 7273 2016-10-04 18:10:00 39 -#> 4669 25 A69-1303-555 7275 2016-10-04 18:12:00 39 -#> 4670 25 A69-1303-555 7276 2016-10-04 18:14:00 39 -#> 4671 25 A69-1303-555 7279 2016-10-04 18:16:00 39 -#> 4672 25 A69-1303-555 7280 2016-10-04 18:18:00 39 -#> 4673 25 A69-1303-555 7282 2016-10-04 18:20:00 39 -#> 4674 25 A69-1303-555 7284 2016-10-04 18:22:00 39 -#> 4675 25 A69-1303-555 7285 2016-10-04 18:24:00 39 -#> 4676 25 A69-1303-555 7287 2016-10-04 18:26:00 39 -#> 4677 25 A69-1303-555 7289 2016-10-04 18:28:00 39 -#> 4678 25 A69-1303-555 7291 2016-10-04 18:30:00 39 -#> 4679 25 A69-1303-555 7293 2016-10-04 18:32:00 39 -#> 4680 25 A69-1303-555 7294 2016-10-04 18:34:00 39 -#> 4681 25 A69-1303-555 7296 2016-10-04 18:36:00 39 -#> 4682 25 A69-1303-555 7297 2016-10-04 18:38:00 39 -#> 4683 25 A69-1303-555 7298 2016-10-04 18:42:00 39 -#> 4684 25 A69-1303-555 7299 2016-10-04 18:44:00 39 -#> 4685 25 A69-1303-555 7302 2016-10-04 18:46:00 39 -#> 4686 25 A69-1303-555 7303 2016-10-04 18:48:00 39 -#> 4687 25 A69-1303-555 7305 2016-10-04 18:50:00 39 -#> 4688 25 A69-1303-555 7307 2016-10-04 18:52:00 39 -#> 4689 25 A69-1303-555 7309 2016-10-04 18:54:00 39 -#> 4690 25 A69-1303-555 7310 2016-10-04 18:56:00 39 -#> 4691 25 A69-1303-555 7313 2016-10-04 18:58:00 39 -#> 4692 25 A69-1303-555 7314 2016-10-04 19:00:00 39 -#> 4693 25 A69-1303-555 7316 2016-10-04 19:02:00 39 -#> 4694 25 A69-1303-555 7318 2016-10-04 19:04:00 39 -#> 4695 25 A69-1303-555 7319 2016-10-04 19:06:00 39 -#> 4696 25 A69-1303-555 7320 2016-10-04 19:08:00 39 -#> 4697 25 A69-1303-555 7322 2016-10-04 19:10:00 39 -#> 4698 25 A69-1303-555 7324 2016-10-04 19:12:00 39 -#> 4699 25 A69-1303-555 7327 2016-10-04 19:16:00 39 -#> 4700 25 A69-1303-555 7328 2016-10-04 19:18:00 39 -#> 4701 25 A69-1303-555 7330 2016-10-04 19:22:00 39 -#> 4702 25 A69-1303-555 7331 2016-10-04 19:24:00 39 -#> 4703 25 A69-1303-555 7332 2016-10-04 19:26:00 39 -#> 4704 25 A69-1303-555 7333 2016-10-04 19:28:00 39 -#> 4705 25 A69-1303-555 7334 2016-10-04 19:30:00 39 -#> 4706 25 A69-1303-555 7336 2016-10-04 19:32:00 39 -#> 4707 25 A69-1303-555 7338 2016-10-04 19:34:00 39 -#> 4708 25 A69-1303-555 7339 2016-10-04 19:36:00 39 -#> 4709 25 A69-1303-555 7340 2016-10-04 19:38:00 39 -#> 4710 25 A69-1303-555 7342 2016-10-04 19:40:00 39 -#> 4711 25 A69-1303-555 7344 2016-10-04 19:42:00 39 -#> 4712 25 A69-1303-555 7346 2016-10-04 19:44:00 39 -#> 4713 25 A69-1303-555 7347 2016-10-04 19:46:00 39 -#> 4714 25 A69-1303-555 7348 2016-10-04 19:48:00 39 -#> 4715 25 A69-1303-555 7349 2016-10-04 19:52:00 39 -#> 4716 25 A69-1303-555 7350 2016-10-04 19:54:00 39 -#> 4717 25 A69-1303-555 7351 2016-10-04 19:56:00 39 -#> 4718 25 A69-1303-555 7352 2016-10-04 19:58:00 39 -#> 4719 25 A69-1303-555 7354 2016-10-04 20:00:00 39 -#> 4720 25 A69-1303-555 7355 2016-10-04 20:02:00 39 -#> 4721 25 A69-1303-555 7356 2016-10-06 03:22:00 39 -#> 4722 25 A69-1303-555 7357 2016-10-06 03:32:00 39 -#> 4723 25 A69-1303-555 7358 2016-10-06 03:34:00 39 -#> 4724 25 A69-1303-555 7359 2016-10-06 03:36:00 39 -#> 4725 25 A69-1303-555 7360 2016-10-06 03:38:00 39 -#> 4726 25 A69-1303-555 7361 2016-10-06 15:14:00 39 -#> 4727 25 A69-1303-555 7362 2016-10-06 15:16:00 39 -#> 4728 25 A69-1303-555 7364 2016-10-06 15:18:00 39 -#> 4729 25 A69-1303-555 7366 2016-10-06 15:28:00 39 -#> 4730 25 A69-1303-555 7367 2016-10-06 15:30:00 39 -#> 4731 25 A69-1303-555 7368 2016-10-06 15:32:00 39 -#> 4732 25 A69-1303-555 7369 2016-10-06 15:42:00 39 -#> 4733 25 A69-1303-555 7370 2016-10-06 15:44:00 39 -#> 4734 25 A69-1303-555 7372 2016-10-06 15:46:00 39 -#> 4735 25 A69-1303-555 7373 2016-10-06 15:54:00 39 -#> 4736 25 A69-1303-555 7374 2016-10-06 15:58:00 39 -#> 4737 25 A69-1303-555 7375 2016-10-06 19:28:00 29 -#> 4738 25 A69-1303-555 7377 2016-10-06 19:36:00 29 -#> 4739 25 A69-1303-555 7378 2016-10-07 10:12:00 29 -#> 4740 25 A69-1303-555 7379 2016-10-07 10:20:00 29 -#> 4741 25 A69-1303-555 7381 2016-10-07 10:28:00 29 -#> 4742 25 A69-1303-555 7382 2016-10-07 10:32:00 29 -#> 4743 25 A69-1303-555 7383 2016-10-07 10:34:00 29 -#> 4744 25 A69-1303-555 7385 2016-10-07 10:36:00 29 -#> 4745 25 A69-1303-555 7386 2016-10-07 10:38:00 29 -#> 4746 25 A69-1303-555 7388 2016-10-07 10:40:00 29 -#> 4747 25 A69-1303-555 7389 2016-10-07 10:42:00 29 -#> 4748 25 A69-1303-555 7390 2016-10-07 10:44:00 29 -#> 4749 25 A69-1303-555 7391 2016-10-07 10:46:00 29 -#> 4750 25 A69-1303-555 7392 2016-10-07 10:48:00 29 -#> 4751 25 A69-1303-555 7393 2016-10-07 10:52:00 29 -#> 4752 25 A69-1303-555 7394 2016-10-07 11:42:00 29 -#> 4753 25 A69-1303-555 7396 2016-10-07 11:44:00 29 -#> 4754 25 A69-1303-555 7398 2016-10-07 11:46:00 29 -#> 4755 25 A69-1303-555 7399 2016-10-07 11:48:00 29 -#> 4756 25 A69-1303-555 7400 2016-10-07 11:50:00 29 -#> 4757 25 A69-1303-555 7401 2016-10-07 11:52:00 29 -#> 4758 25 A69-1303-555 7403 2016-10-07 11:54:00 29 -#> 4759 25 A69-1303-555 7404 2016-10-07 11:56:00 29 -#> 4760 25 A69-1303-555 7405 2016-10-07 12:02:00 29 -#> 4761 25 A69-1303-555 7407 2016-10-07 12:04:00 29 -#> 4762 25 A69-1303-555 7408 2016-10-07 12:06:00 29 -#> 4763 25 A69-1303-555 7410 2016-10-07 12:08:00 29 -#> 4764 25 A69-1303-555 7411 2016-10-07 12:10:00 29 -#> 4765 25 A69-1303-555 7413 2016-10-07 12:12:00 29 -#> 4766 25 A69-1303-555 7415 2016-10-07 12:14:00 29 -#> 4767 25 A69-1303-555 7417 2016-10-07 12:16:00 29 -#> 4768 25 A69-1303-555 7418 2016-10-07 12:18:00 29 -#> 4769 25 A69-1303-555 7420 2016-10-07 12:20:00 29 -#> 4770 25 A69-1303-555 7423 2016-10-07 12:22:00 29 -#> 4771 25 A69-1303-555 7424 2016-10-07 12:26:00 29 -#> 4772 25 A69-1303-555 7425 2016-10-07 12:28:00 29 -#> 4773 25 A69-1303-555 7427 2016-10-07 12:30:00 29 -#> 4774 25 A69-1303-555 7429 2016-10-07 12:32:00 29 -#> 4775 25 A69-1303-555 7431 2016-10-07 12:34:00 29 -#> 4776 25 A69-1303-555 7433 2016-10-07 12:36:00 29 -#> 4777 25 A69-1303-555 7434 2016-10-07 12:38:00 29 -#> 4778 25 A69-1303-555 7435 2016-10-07 12:40:00 29 -#> 4779 25 A69-1303-555 7436 2016-10-07 12:42:00 29 -#> 4780 25 A69-1303-555 7438 2016-10-07 12:44:00 29 -#> 4781 25 A69-1303-555 7439 2016-10-07 12:46:00 29 -#> 4782 25 A69-1303-555 7440 2016-10-07 12:48:00 29 -#> 4783 25 A69-1303-555 7442 2016-10-07 12:50:00 29 -#> 4784 25 A69-1303-555 7444 2016-10-07 12:52:00 29 -#> 4785 25 A69-1303-555 7446 2016-10-07 12:56:00 29 -#> 4786 25 A69-1303-555 7448 2016-10-07 12:58:00 29 -#> 4787 25 A69-1303-555 7449 2016-10-07 13:02:00 29 -#> 4788 25 A69-1303-555 7450 2016-10-07 13:06:00 29 -#> 4789 25 A69-1303-555 7451 2016-10-08 13:42:00 29 -#> 4790 25 A69-1303-555 7452 2016-10-08 13:46:00 29 -#> 4791 25 A69-1303-555 7454 2016-10-08 13:50:00 29 -#> 4792 25 A69-1303-555 7455 2016-10-08 13:52:00 29 -#> 4793 25 A69-1303-555 7456 2016-10-08 13:54:00 29 -#> 4794 25 A69-1303-555 7458 2016-10-08 13:56:00 29 -#> 4795 25 A69-1303-555 7460 2016-10-08 13:58:00 29 -#> 4796 25 A69-1303-555 7462 2016-10-08 14:00:00 29 -#> 4797 25 A69-1303-555 7464 2016-10-08 14:02:00 29 -#> 4798 25 A69-1303-555 7466 2016-10-08 14:04:00 29 -#> 4799 25 A69-1303-555 7468 2016-10-08 14:06:00 29 -#> 4800 25 A69-1303-555 7469 2016-10-08 14:08:00 29 -#> 4801 25 A69-1303-555 7471 2016-10-08 14:10:00 29 -#> 4802 25 A69-1303-555 7473 2016-10-08 14:12:00 29 -#> 4803 25 A69-1303-555 7474 2016-10-08 14:14:00 29 -#> 4804 25 A69-1303-555 7476 2016-10-08 14:16:00 29 -#> 4805 25 A69-1303-555 7477 2016-10-08 14:18:00 29 -#> 4806 25 A69-1303-555 7479 2016-10-08 14:20:00 29 -#> 4807 25 A69-1303-555 7480 2016-10-08 14:22:00 29 -#> 4808 25 A69-1303-555 7481 2016-10-08 14:26:00 29 -#> 4809 25 A69-1303-555 7482 2016-10-08 14:28:00 29 -#> 4810 25 A69-1303-555 7483 2016-10-08 23:36:00 29 -#> 4811 25 A69-1303-555 7484 2016-10-08 23:38:00 29 -#> 4812 25 A69-1303-555 7485 2016-10-08 23:40:00 29 -#> 4813 25 A69-1303-555 7486 2016-10-08 23:42:00 29 -#> 4814 25 A69-1303-555 7488 2016-10-08 23:44:00 29 -#> 4815 25 A69-1303-555 7489 2016-10-08 23:46:00 29 -#> 4816 25 A69-1303-555 7490 2016-10-08 23:48:00 29 -#> 4817 25 A69-1303-555 7493 2016-10-08 23:50:00 29 -#> 4818 25 A69-1303-555 7495 2016-10-08 23:52:00 29 -#> 4819 25 A69-1303-555 7497 2016-10-08 23:54:00 29 -#> 4820 25 A69-1303-555 7498 2016-10-08 23:56:00 29 -#> 4821 25 A69-1303-555 7500 2016-10-08 23:58:00 29 -#> 4822 25 A69-1303-555 7502 2016-10-09 00:00:00 29 -#> 4823 25 A69-1303-555 7503 2016-10-09 00:04:00 29 -#> 4824 25 A69-1303-555 7505 2016-10-09 00:06:00 29 -#> 4825 25 A69-1303-555 7507 2016-10-09 00:08:00 29 -#> 4826 25 A69-1303-555 7509 2016-10-09 00:10:00 29 -#> 4827 25 A69-1303-555 7510 2016-10-09 00:12:00 29 -#> 4828 25 A69-1303-555 7512 2016-10-09 00:14:00 29 -#> 4829 25 A69-1303-555 7514 2016-10-09 00:16:00 29 -#> 4830 25 A69-1303-555 7516 2016-10-09 00:18:00 29 -#> 4831 25 A69-1303-555 7518 2016-10-09 00:20:00 29 -#> 4832 25 A69-1303-555 7520 2016-10-09 11:32:00 39 -#> 4833 25 A69-1303-555 7521 2016-10-09 11:40:00 39 -#> 4834 25 A69-1303-555 7522 2016-10-09 15:20:00 39 -#> 4835 25 A69-1303-555 7523 2016-10-09 15:22:00 39 -#> 4836 25 A69-1303-555 7524 2016-10-09 15:24:00 39 -#> 4837 25 A69-1303-555 7525 2016-10-09 15:26:00 39 -#> 4838 25 A69-1303-555 7527 2016-10-09 15:28:00 39 -#> 4839 25 A69-1303-555 7528 2016-10-09 15:36:00 39 -#> 4840 25 A69-1303-555 7529 2016-10-09 15:38:00 39 -#> 4841 25 A69-1303-555 7530 2016-10-09 15:40:00 39 -#> 4842 25 A69-1303-555 7531 2016-10-09 15:42:00 39 -#> 4843 25 A69-1303-555 7533 2016-10-09 15:44:00 39 -#> 4844 25 A69-1303-555 7535 2016-10-09 15:46:00 39 -#> 4845 25 A69-1303-555 7537 2016-10-09 15:50:00 39 -#> 4846 25 A69-1303-555 7538 2016-10-09 15:52:00 39 -#> 4847 25 A69-1303-555 7539 2016-10-09 15:54:00 39 -#> 4848 25 A69-1303-555 7541 2016-10-09 20:38:00 39 -#> 4849 25 A69-1303-555 7542 2016-10-09 20:40:00 39 -#> 4850 25 A69-1303-555 7545 2016-10-09 20:42:00 39 -#> 4851 25 A69-1303-555 7547 2016-10-09 20:44:00 39 -#> 4852 25 A69-1303-555 7549 2016-10-09 20:46:00 39 -#> 4853 25 A69-1303-555 7551 2016-10-09 20:48:00 39 -#> 4854 25 A69-1303-555 7552 2016-10-09 20:50:00 39 -#> 4855 25 A69-1303-555 7554 2016-10-09 20:52:00 39 -#> 4856 25 A69-1303-555 7556 2016-10-09 20:54:00 39 -#> 4857 25 A69-1303-555 7558 2016-10-09 20:56:00 39 -#> 4858 25 A69-1303-555 7559 2016-10-09 20:58:00 39 -#> 4859 25 A69-1303-555 7561 2016-10-09 21:00:00 39 -#> 4860 25 A69-1303-555 7562 2016-10-09 21:02:00 39 -#> 4861 25 A69-1303-555 7563 2016-10-09 21:04:00 39 -#> 4862 25 A69-1303-555 7564 2016-10-09 21:06:00 39 -#> 4863 25 A69-1303-555 7565 2016-10-10 00:08:00 39 -#> 4864 25 A69-1303-555 7567 2016-10-10 00:10:00 39 -#> 4865 25 A69-1303-555 7568 2016-10-10 00:12:00 39 -#> 4866 25 A69-1303-555 7570 2016-10-10 00:16:00 39 -#> 4867 25 A69-1303-555 7572 2016-10-10 00:18:00 39 -#> 4868 25 A69-1303-555 7573 2016-10-10 00:20:00 39 -#> 4869 25 A69-1303-555 7574 2016-10-10 00:22:00 39 -#> 4870 25 A69-1303-555 7576 2016-10-10 00:24:00 39 -#> 4871 25 A69-1303-555 7577 2016-10-10 00:26:00 39 -#> 4872 25 A69-1303-555 7578 2016-10-10 00:28:00 39 -#> 4873 25 A69-1303-555 7580 2016-10-10 00:30:00 39 -#> 4874 25 A69-1303-555 7581 2016-10-10 00:32:00 39 -#> 4875 25 A69-1303-555 7582 2016-10-10 00:34:00 39 -#> 4876 25 A69-1303-555 7584 2016-10-10 00:36:00 39 -#> 4877 25 A69-1303-555 7586 2016-10-10 00:38:00 39 -#> 4878 25 A69-1303-555 7587 2016-10-10 00:40:00 39 -#> 4879 25 A69-1303-555 7589 2016-10-10 00:42:00 39 -#> 4880 25 A69-1303-555 7592 2016-10-10 00:44:00 39 -#> 4881 25 A69-1303-555 7593 2016-10-10 00:46:00 39 -#> 4882 25 A69-1303-555 7594 2016-10-10 00:48:00 39 -#> 4883 25 A69-1303-555 7595 2016-10-10 01:00:00 39 -#> 4884 25 A69-1303-555 7596 2016-10-10 01:10:00 39 -#> 4885 25 A69-1303-555 7598 2016-10-10 01:12:00 39 -#> 4886 25 A69-1303-555 7600 2016-10-10 01:14:00 39 -#> 4887 25 A69-1303-555 7601 2016-10-10 01:16:00 39 -#> 4888 25 A69-1303-555 7602 2016-10-10 01:18:00 39 -#> 4889 25 A69-1303-555 7605 2016-10-10 01:20:00 39 -#> 4890 25 A69-1303-555 7607 2016-10-10 01:24:00 39 -#> 4891 25 A69-1303-555 7608 2016-10-10 01:28:00 39 -#> 4892 25 A69-1303-555 7609 2016-10-10 01:30:00 39 -#> 4893 25 A69-1303-555 7611 2016-10-10 01:34:00 39 -#> 4894 25 A69-1303-555 7612 2016-10-10 01:36:00 39 -#> 4895 25 A69-1303-555 7614 2016-10-10 01:38:00 39 -#> 4896 25 A69-1303-555 7615 2016-10-10 01:40:00 39 -#> 4897 25 A69-1303-555 7616 2016-10-11 09:30:00 39 -#> 4898 25 A69-1303-555 7619 2016-10-11 09:32:00 39 -#> 4899 25 A69-1303-555 7620 2016-10-11 09:40:00 39 -#> 4900 25 A69-1303-555 7621 2016-10-11 09:42:00 39 -#> 4901 25 A69-1303-555 7622 2016-10-11 09:50:00 39 -#> 4902 25 A69-1303-555 7624 2016-10-11 09:52:00 39 -#> 4903 25 A69-1303-555 7626 2016-10-11 09:54:00 39 -#> 4904 25 A69-1303-555 7628 2016-10-11 09:56:00 39 -#> 4905 25 A69-1303-555 7630 2016-10-11 09:58:00 39 -#> 4906 25 A69-1303-555 7631 2016-10-11 10:00:00 39 -#> 4907 25 A69-1303-555 7634 2016-10-11 10:02:00 39 -#> 4908 25 A69-1303-555 7635 2016-10-11 10:04:00 39 -#> 4909 25 A69-1303-555 7636 2016-10-11 10:06:00 39 -#> 4910 25 A69-1303-555 7637 2016-10-11 21:36:00 39 -#> 4911 25 A69-1303-555 7639 2016-10-11 21:44:00 39 -#> 4912 25 A69-1303-555 7640 2016-10-11 21:48:00 39 -#> 4913 25 A69-1303-555 7641 2016-10-11 21:50:00 39 -#> 4914 25 A69-1303-555 7643 2016-10-11 21:56:00 39 -#> 4915 25 A69-1303-555 7644 2016-10-11 22:00:00 39 -#> 4916 25 A69-1303-555 7645 2016-10-12 08:30:00 39 -#> 4917 25 A69-1303-555 7646 2016-10-12 08:32:00 39 -#> 4918 25 A69-1303-555 7648 2016-10-12 08:34:00 39 -#> 4919 25 A69-1303-555 7650 2016-10-12 08:36:00 39 -#> 4920 25 A69-1303-555 7652 2016-10-12 08:42:00 39 -#> 4921 25 A69-1303-555 7653 2016-10-12 08:46:00 39 -#> 4922 25 A69-1303-555 7654 2016-10-12 08:48:00 39 -#> 4923 25 A69-1303-555 7655 2016-10-12 08:50:00 39 -#> 4924 25 A69-1303-555 7657 2016-10-12 08:54:00 39 -#> 4925 25 A69-1303-555 7658 2016-10-13 17:18:00 39 -#> 4926 25 A69-1303-555 7659 2016-10-13 17:24:00 39 -#> 4927 25 A69-1303-555 7661 2016-10-13 17:26:00 39 -#> 4928 25 A69-1303-555 7663 2016-10-13 17:28:00 39 -#> 4929 25 A69-1303-555 7664 2016-10-13 17:30:00 39 -#> 4930 25 A69-1303-555 7665 2016-10-13 17:32:00 39 -#> 4931 25 A69-1303-555 7666 2016-10-13 17:34:00 39 -#> 4932 25 A69-1303-555 7668 2016-10-13 17:36:00 39 -#> 4933 25 A69-1303-555 7670 2016-10-13 17:40:00 39 -#> 4934 25 A69-1303-555 7671 2016-10-13 17:42:00 39 -#> 4935 25 A69-1303-555 7672 2016-10-13 17:44:00 39 -#> 4936 25 A69-1303-555 7674 2016-10-13 17:46:00 39 -#> 4937 25 A69-1303-555 7675 2016-10-14 00:28:00 39 -#> 4938 25 A69-1303-555 7676 2016-10-14 00:30:00 39 -#> 4939 25 A69-1303-555 7678 2016-10-14 00:32:00 39 -#> 4940 25 A69-1303-555 7679 2016-10-14 00:34:00 39 -#> 4941 25 A69-1303-555 7680 2016-10-14 00:36:00 39 -#> 4942 25 A69-1303-555 7681 2016-10-14 00:38:00 39 -#> 4943 25 A69-1303-555 7683 2016-10-14 00:42:00 39 -#> 4944 25 A69-1303-555 7684 2016-10-14 00:44:00 39 -#> 4945 25 A69-1303-555 7686 2016-10-14 00:46:00 39 -#> 4946 25 A69-1303-555 7688 2016-10-14 00:48:00 39 -#> 4947 25 A69-1303-555 7689 2016-10-14 00:50:00 39 -#> 4948 25 A69-1303-555 7691 2016-10-14 00:54:00 39 -#> 4949 25 A69-1303-555 7693 2016-10-14 00:56:00 39 -#> 4950 25 A69-1303-555 7695 2016-10-14 00:58:00 39 -#> 4951 25 A69-1303-555 7697 2016-10-14 01:00:00 39 -#> 4952 25 A69-1303-555 7699 2016-10-14 01:02:00 39 -#> 4953 25 A69-1303-555 7700 2016-10-14 01:04:00 39 -#> 4954 25 A69-1303-555 7702 2016-10-14 01:06:00 39 -#> 4955 25 A69-1303-555 7703 2016-10-14 01:10:00 39 -#> 4956 25 A69-1303-555 7704 2016-10-14 01:12:00 39 -#> 4957 25 A69-1303-555 7705 2016-10-14 01:14:00 39 -#> 4958 25 A69-1303-555 7707 2016-10-14 01:22:00 39 -#> 4959 25 A69-1303-555 7710 2016-10-14 01:24:00 39 -#> 4960 25 A69-1303-555 7711 2016-10-15 17:04:00 11 -#> 4961 25 A69-1303-555 7713 2016-10-15 17:06:00 11 -#> 4962 25 A69-1303-555 7714 2016-10-15 17:14:00 11 -#> 4963 25 A69-1303-555 7715 2016-10-15 17:24:00 11 -#> 4964 25 A69-1303-555 7716 2016-10-15 17:28:00 11 -#> 4965 25 A69-1303-555 7717 2016-10-15 17:34:00 11 -#> 4966 25 A69-1303-555 7718 2016-10-15 17:38:00 11 -#> 4967 25 A69-1303-555 7721 2016-10-15 17:40:00 11 -#> 4968 25 A69-1303-555 7722 2016-10-15 17:42:00 11 -#> 4969 25 A69-1303-555 7723 2016-10-15 17:44:00 11 -#> 4970 25 A69-1303-555 7725 2016-10-15 17:50:00 11 -#> 4971 25 A69-1303-555 7727 2016-10-15 17:54:00 11 -#> 4972 25 A69-1303-555 7729 2016-10-15 17:58:00 11 -#> 4973 25 A69-1303-555 7730 2016-10-15 18:00:00 11 -#> 4974 25 A69-1303-555 7732 2016-10-15 18:02:00 11 -#> 4975 25 A69-1303-555 7733 2016-10-15 18:04:00 11 -#> 4976 25 A69-1303-555 7734 2016-10-15 18:06:00 11 -#> 4977 25 A69-1303-555 7736 2016-10-15 18:08:00 11 -#> 4978 25 A69-1303-555 7737 2016-10-15 18:10:00 11 -#> 4979 25 A69-1303-555 7739 2016-10-15 18:12:00 11 -#> 4980 25 A69-1303-555 7741 2016-10-15 18:14:00 11 -#> 4981 25 A69-1303-555 7744 2016-10-15 18:16:00 11 -#> 4982 25 A69-1303-555 7745 2016-10-15 18:18:00 11 -#> 4983 25 A69-1303-555 7747 2016-10-15 18:20:00 11 -#> 4984 25 A69-1303-555 7749 2016-10-15 18:22:00 11 -#> 4985 25 A69-1303-555 7750 2016-10-15 18:24:00 11 -#> 4986 25 A69-1303-555 7752 2016-10-15 18:26:00 11 -#> 4987 25 A69-1303-555 7754 2016-10-15 18:28:00 11 -#> 4988 25 A69-1303-555 7757 2016-10-15 18:30:00 11 -#> 4989 25 A69-1303-555 7758 2016-10-15 18:32:00 11 -#> 4990 25 A69-1303-555 7760 2016-10-15 18:34:00 11 -#> 4991 25 A69-1303-555 7762 2016-10-15 18:36:00 11 -#> 4992 25 A69-1303-555 7764 2016-10-15 18:38:00 11 -#> 4993 25 A69-1303-555 7765 2016-10-15 18:40:00 11 -#> 4994 25 A69-1303-555 7767 2016-10-15 18:42:00 11 -#> 4995 25 A69-1303-555 7769 2016-10-15 18:44:00 11 -#> 4996 25 A69-1303-555 7771 2016-10-15 18:46:00 11 -#> 4997 25 A69-1303-555 7772 2016-10-15 18:48:00 11 -#> 4998 25 A69-1303-555 7773 2016-10-15 18:50:00 11 -#> 4999 25 A69-1303-555 7775 2016-10-15 18:52:00 11 -#> 5000 25 A69-1303-555 7777 2016-10-15 18:54:00 11 -#> 5001 25 A69-1303-555 7779 2016-10-15 18:56:00 11 -#> 5002 25 A69-1303-555 7780 2016-10-15 18:58:00 11 -#> 5003 25 A69-1303-555 7783 2016-10-15 19:00:00 11 -#> 5004 25 A69-1303-555 7785 2016-10-15 19:02:00 11 -#> 5005 25 A69-1303-555 7787 2016-10-15 19:04:00 11 -#> 5006 25 A69-1303-555 7791 2016-10-15 19:06:00 11 -#> 5007 25 A69-1303-555 7793 2016-10-15 19:08:00 11 -#> 5008 25 A69-1303-555 7795 2016-10-15 19:10:00 11 -#> 5009 25 A69-1303-555 7798 2016-10-15 19:12:00 11 -#> 5010 25 A69-1303-555 7800 2016-10-15 19:14:00 11 -#> 5011 25 A69-1303-555 7801 2016-10-15 19:16:00 11 -#> 5012 25 A69-1303-555 7802 2016-10-15 19:22:00 11 -#> 5013 25 A69-1303-555 7804 2016-10-15 19:24:00 11 -#> 5014 25 A69-1303-555 7805 2016-10-15 19:36:00 11 -#> 5015 25 A69-1303-555 7806 2016-10-15 19:40:00 11 -#> 5016 25 A69-1303-555 7807 2016-10-15 19:44:00 11 -#> 5017 25 A69-1303-555 7808 2016-10-15 19:46:00 11 -#> 5018 25 A69-1303-555 7810 2016-10-15 19:48:00 11 -#> 5019 25 A69-1303-555 7811 2016-10-15 19:50:00 11 -#> 5020 25 A69-1303-555 7814 2016-10-15 19:52:00 11 -#> 5021 25 A69-1303-555 7815 2016-10-15 19:54:00 11 -#> 5022 25 A69-1303-555 7817 2016-10-15 19:56:00 11 -#> 5023 25 A69-1303-555 7818 2016-10-15 19:58:00 11 -#> 5024 25 A69-1303-555 7820 2016-10-15 20:00:00 11 -#> 5025 25 A69-1303-555 7821 2016-10-15 20:02:00 11 -#> 5026 25 A69-1303-555 7823 2016-10-15 20:04:00 11 -#> 5027 25 A69-1303-555 7824 2016-10-15 20:16:00 11 -#> 5028 25 A69-1303-555 7825 2016-10-15 20:18:00 11 -#> 5029 25 A69-1303-555 7826 2016-10-15 20:28:00 11 -#> 5030 25 A69-1303-555 7827 2016-10-15 20:34:00 11 -#> 5031 25 A69-1303-555 7828 2016-10-16 08:36:00 39 -#> 5032 25 A69-1303-555 7829 2016-10-16 08:38:00 39 -#> 5033 25 A69-1303-555 7830 2016-10-16 08:42:00 39 -#> 5034 25 A69-1303-555 7832 2016-10-16 08:54:00 39 -#> 5035 25 A69-1303-555 7833 2016-10-19 09:56:00 3 -#> 5036 25 A69-1303-555 7834 2016-10-19 10:04:00 3 -#> 5037 25 A69-1303-555 7837 2016-10-19 10:06:00 3 -#> 5038 25 A69-1303-555 7838 2016-10-19 10:10:00 3 -#> 5039 25 A69-1303-555 7839 2016-10-19 10:14:00 3 -#> 5040 25 A69-1303-555 7840 2016-10-19 10:18:00 3 -#> 5041 25 A69-1303-555 7841 2016-10-20 01:14:00 3 -#> 5042 25 A69-1303-555 7843 2016-10-20 01:16:00 3 -#> 5043 25 A69-1303-555 7844 2016-10-20 10:54:00 3 -#> 5044 25 A69-1303-555 7845 2016-10-20 11:02:00 3 -#> 5045 25 A69-1303-555 7847 2016-10-20 11:06:00 3 -#> 5046 25 A69-1303-555 7848 2016-10-20 11:08:00 3 -#> 5047 25 A69-1303-555 7850 2016-10-20 11:10:00 3 -#> 5048 25 A69-1303-555 7852 2016-10-20 11:12:00 3 -#> 5049 25 A69-1303-555 7854 2016-10-20 11:18:00 3 -#> 5050 25 A69-1303-555 7855 2016-10-20 11:22:00 3 -#> 5051 25 A69-1303-555 7856 2016-10-20 11:24:00 3 -#> 5052 25 A69-1303-555 7857 2016-10-21 11:48:00 36 -#> 5053 25 A69-1303-555 7858 2016-10-21 11:58:00 36 -#> 5054 25 A69-1303-555 7859 2016-10-21 12:00:00 36 -#> 5055 25 A69-1303-555 7861 2016-10-21 12:02:00 36 -#> 5056 25 A69-1303-555 7862 2016-10-21 12:04:00 36 -#> 5057 25 A69-1303-555 7863 2016-10-21 12:08:00 36 -#> 5058 25 A69-1303-555 7866 2016-10-21 12:10:00 36 -#> 5059 25 A69-1303-555 7867 2016-10-21 12:16:00 36 -#> 5060 25 A69-1303-555 7868 2016-10-21 12:18:00 36 -#> 5061 25 A69-1303-555 7871 2016-10-21 12:20:00 36 -#> 5062 25 A69-1303-555 7872 2016-10-21 12:28:00 36 -#> 5063 25 A69-1303-555 7873 2016-10-21 12:32:00 36 -#> 5064 25 A69-1303-555 7874 2016-10-21 17:56:00 36 -#> 5065 25 A69-1303-555 7876 2016-10-21 17:58:00 36 -#> 5066 25 A69-1303-555 7878 2016-10-21 18:02:00 36 -#> 5067 25 A69-1303-555 7879 2016-10-21 18:04:00 36 -#> 5068 25 A69-1303-555 7881 2016-10-21 18:06:00 36 -#> 5069 25 A69-1303-555 7882 2016-10-21 18:08:00 36 -#> 5070 25 A69-1303-555 7883 2016-10-21 18:40:00 36 -#> 5071 25 A69-1303-555 7884 2016-10-21 18:48:00 36 -#> 5072 25 A69-1303-555 7885 2016-10-21 18:56:00 36 -#> 5073 25 A69-1303-555 7886 2016-10-21 19:00:00 36 -#> 5074 25 A69-1303-555 7887 2016-10-21 19:02:00 36 -#> 5075 25 A69-1303-555 7888 2016-10-21 19:04:00 36 -#> 5076 25 A69-1303-555 7890 2016-10-21 19:06:00 36 -#> 5077 25 A69-1303-555 7891 2016-10-21 19:16:00 36 -#> 5078 25 A69-1303-555 7893 2016-10-21 19:20:00 36 -#> 5079 25 A69-1303-555 7894 2016-10-21 19:22:00 36 -#> 5080 25 A69-1303-555 7895 2016-10-21 19:26:00 36 -#> 5081 25 A69-1303-555 7896 2016-10-21 19:28:00 36 -#> 5082 25 A69-1303-555 7897 2016-10-21 19:48:00 36 -#> 5083 25 A69-1303-555 7898 2016-10-21 20:04:00 36 -#> 5084 25 A69-1303-555 7900 2016-10-21 20:06:00 36 -#> 5085 25 A69-1303-555 7901 2016-10-21 20:08:00 36 -#> 5086 25 A69-1303-555 7902 2016-10-21 20:20:00 36 -#> 5087 25 A69-1303-555 7903 2016-10-21 20:26:00 36 -#> 5088 25 A69-1303-555 7904 2016-10-21 20:32:00 36 -#> 5089 25 A69-1303-555 7905 2016-10-21 20:34:00 36 -#> 5090 25 A69-1303-555 7906 2016-10-21 20:36:00 36 -#> 5091 25 A69-1303-555 7907 2016-10-21 20:38:00 36 -#> 5092 25 A69-1303-555 7908 2016-10-21 21:42:00 31 -#> 5093 25 A69-1303-555 7909 2016-10-21 22:08:00 31 -#> 5094 25 A69-1303-555 7910 2016-10-21 22:14:00 31 -#> 5095 25 A69-1303-555 7912 2016-10-21 23:14:00 30 -#> 5096 25 A69-1303-555 7913 2016-10-21 23:16:00 30 -#> 5097 25 A69-1303-555 7914 2016-10-21 23:18:00 30 -#> 5098 25 A69-1303-555 7915 2016-10-21 23:56:00 37 -#> 5099 25 A69-1303-555 7916 2016-10-22 00:00:00 37 -#> 5100 25 A69-1303-555 7917 2016-10-22 00:02:00 37 -#> 5101 25 A69-1303-555 7919 2016-10-22 00:04:00 37 -#> 5102 25 A69-1303-555 7920 2016-10-22 00:06:00 37 -#> 5103 25 A69-1303-555 7921 2016-10-22 00:08:00 37 -#> 5104 25 A69-1303-555 7923 2016-10-22 00:10:00 37 -#> 5105 25 A69-1303-555 7924 2016-10-22 04:42:00 27 -#> 5106 25 A69-1303-555 7926 2016-10-22 04:44:00 27 -#> 5107 25 A69-1303-555 7928 2016-10-22 04:46:00 27 -#> 5108 25 A69-1303-555 7929 2016-10-22 04:48:00 27 -#> 5109 25 A69-1303-555 7931 2016-10-22 04:50:00 27 -#> 5110 25 A69-1303-555 7933 2016-10-22 04:52:00 27 -#> 5111 25 A69-1303-555 7935 2016-10-22 04:54:00 27 -#> 5112 25 A69-1303-555 7937 2016-10-22 04:56:00 27 -#> 5113 25 A69-1303-555 7938 2016-10-22 04:58:00 27 -#> 5114 25 A69-1303-555 7940 2016-10-22 05:00:00 27 -#> 5115 25 A69-1303-555 7942 2016-10-22 05:02:00 27 -#> 5116 25 A69-1303-555 7943 2016-10-22 05:06:00 27 -#> 5117 25 A69-1303-555 7945 2016-10-22 05:10:00 27 -#> 5118 25 A69-1303-555 7946 2016-10-22 05:12:00 27 -#> 5119 25 A69-1303-555 7948 2016-10-22 08:52:00 3 -#> 5120 25 A69-1303-555 7949 2016-10-22 08:54:00 3 -#> 5121 25 A69-1303-555 7950 2016-10-22 08:56:00 3 -#> 5122 25 A69-1303-555 7951 2016-10-22 09:58:00 3 -#> 5123 25 A69-1303-555 7952 2016-10-22 10:18:00 3 -#> 5124 25 A69-1303-555 7953 2016-10-22 10:20:00 3 -#> 5125 25 A69-1303-555 7955 2016-10-22 10:22:00 3 -#> 5126 25 A69-1303-555 7956 2016-10-22 10:24:00 3 -#> 5127 25 A69-1303-555 7957 2016-10-22 10:26:00 3 -#> 5128 25 A69-1303-555 7959 2016-10-22 10:28:00 3 -#> 5129 25 A69-1303-555 7962 2016-10-22 10:30:00 3 -#> 5130 25 A69-1303-555 7963 2016-10-22 10:32:00 3 -#> 5131 25 A69-1303-555 7965 2016-10-22 10:34:00 3 -#> 5132 25 A69-1303-555 7966 2016-10-22 10:36:00 3 -#> 5133 25 A69-1303-555 7967 2016-10-22 10:38:00 3 -#> 5134 25 A69-1303-555 7969 2016-10-22 10:40:00 3 -#> 5135 25 A69-1303-555 7970 2016-10-22 12:04:00 3 -#> 5136 25 A69-1303-555 7971 2016-10-22 12:10:00 3 -#> 5137 25 A69-1303-555 7972 2016-10-22 12:12:00 3 -#> 5138 25 A69-1303-555 7973 2016-10-22 12:14:00 3 -#> 5139 25 A69-1303-555 7974 2016-10-22 12:20:00 3 -#> 5140 25 A69-1303-555 7975 2016-10-25 11:48:00 39 -#> 5141 25 A69-1303-555 7976 2016-10-25 11:52:00 39 -#> 5142 25 A69-1303-555 7977 2016-10-25 15:12:00 39 -#> 5143 25 A69-1303-555 7978 2016-10-25 15:14:00 39 -#> 5144 25 A69-1303-555 7979 2016-10-25 15:26:00 39 -#> 5145 25 A69-1303-555 7980 2016-10-25 15:30:00 39 -#> 5146 25 A69-1303-555 7981 2016-10-25 15:32:00 39 -#> 5147 25 A69-1303-555 7982 2016-10-25 15:34:00 39 -#> 5148 25 A69-1303-555 7984 2016-10-25 15:36:00 39 -#> 5149 25 A69-1303-555 7985 2016-10-25 15:38:00 39 -#> 5150 25 A69-1303-555 7986 2016-10-25 15:40:00 39 -#> 5151 25 A69-1303-555 7988 2016-10-25 15:42:00 39 -#> 5152 25 A69-1303-555 7989 2016-10-25 15:44:00 39 -#> 5153 25 A69-1303-555 7991 2016-10-25 15:46:00 39 -#> 5154 25 A69-1303-555 7992 2016-10-25 15:48:00 39 -#> 5155 25 A69-1303-555 7995 2016-10-25 15:52:00 39 -#> 5156 25 A69-1303-555 7997 2016-10-25 15:54:00 39 -#> 5157 25 A69-1303-555 7999 2016-10-25 15:56:00 39 -#> 5158 25 A69-1303-555 8001 2016-10-25 15:58:00 39 -#> 5159 25 A69-1303-555 8003 2016-10-25 16:00:00 39 -#> 5160 25 A69-1303-555 8005 2016-10-25 16:02:00 39 -#> 5161 25 A69-1303-555 8006 2016-10-25 16:04:00 39 -#> 5162 25 A69-1303-555 8007 2016-10-25 16:06:00 39 -#> 5163 25 A69-1303-555 8008 2016-10-25 16:08:00 39 -#> 5164 25 A69-1303-555 8010 2016-10-26 03:28:00 38 -#> 5165 25 A69-1303-555 8011 2016-10-26 03:34:00 38 -#> 5166 25 A69-1303-555 8012 2016-10-26 03:36:00 38 -#> 5167 25 A69-1303-555 8013 2016-10-26 03:38:00 38 -#> 5168 25 A69-1303-555 8015 2016-10-26 03:40:00 38 -#> 5169 25 A69-1303-555 8016 2016-10-26 09:16:00 36 -#> 5170 25 A69-1303-555 8018 2016-10-26 09:18:00 36 -#> 5171 25 A69-1303-555 8020 2016-10-26 09:20:00 36 -#> 5172 25 A69-1303-555 8021 2016-10-26 09:22:00 36 -#> 5173 25 A69-1303-555 8022 2016-10-26 10:06:00 36 -#> 5174 25 A69-1303-555 8023 2016-10-26 10:08:00 36 -#> 5175 25 A69-1303-555 8024 2016-10-26 10:10:00 36 -#> 5176 25 A69-1303-555 8025 2016-10-26 10:20:00 36 -#> 5177 25 A69-1303-555 8026 2016-10-26 10:40:00 36 -#> 5178 25 A69-1303-555 8027 2016-10-26 10:42:00 36 -#> 5179 25 A69-1303-555 8028 2016-10-26 11:18:00 36 -#> 5180 25 A69-1303-555 8029 2016-10-26 11:20:00 36 -#> 5181 25 A69-1303-555 8030 2016-10-26 11:22:00 36 -#> 5182 25 A69-1303-555 8031 2016-10-26 11:40:00 36 -#> 5183 25 A69-1303-555 8032 2016-10-26 11:42:00 36 -#> 5184 25 A69-1303-555 8034 2016-10-26 11:48:00 36 -#> 5185 25 A69-1303-555 8035 2016-10-26 11:52:00 36 -#> 5186 25 A69-1303-555 8037 2016-10-26 11:54:00 36 -#> 5187 25 A69-1303-555 8038 2016-10-26 11:58:00 36 -#> 5188 25 A69-1303-555 8039 2016-10-26 12:00:00 36 -#> 5189 25 A69-1303-555 8040 2016-10-26 12:02:00 36 -#> 5190 25 A69-1303-555 8041 2016-10-26 12:04:00 36 -#> 5191 25 A69-1303-555 8043 2016-10-26 12:06:00 36 -#> 5192 25 A69-1303-555 8045 2016-10-26 12:08:00 36 -#> 5193 25 A69-1303-555 8046 2016-10-26 12:10:00 36 -#> 5194 25 A69-1303-555 8048 2016-10-26 12:16:00 36 -#> 5195 25 A69-1303-555 8049 2016-10-26 12:18:00 36 -#> 5196 25 A69-1303-555 8050 2016-10-26 12:20:00 36 -#> 5197 25 A69-1303-555 8051 2016-10-26 12:30:00 36 -#> 5198 25 A69-1303-555 8052 2016-10-26 12:38:00 36 -#> 5199 25 A69-1303-555 8054 2016-10-26 12:40:00 36 -#> 5200 25 A69-1303-555 8056 2016-10-26 12:42:00 36 -#> 5201 25 A69-1303-555 8057 2016-10-26 12:44:00 36 -#> 5202 25 A69-1303-555 8058 2016-10-26 12:46:00 36 -#> 5203 25 A69-1303-555 8059 2016-10-26 12:48:00 36 -#> 5204 25 A69-1303-555 8061 2016-10-26 12:50:00 36 -#> 5205 25 A69-1303-555 8063 2016-10-26 12:52:00 36 -#> 5206 25 A69-1303-555 8064 2016-10-26 12:54:00 36 -#> 5207 25 A69-1303-555 8065 2016-10-26 12:56:00 36 -#> 5208 25 A69-1303-555 8066 2016-10-26 12:58:00 36 -#> 5209 25 A69-1303-555 8068 2016-10-26 13:00:00 36 -#> 5210 25 A69-1303-555 8071 2016-10-26 13:02:00 36 -#> 5211 25 A69-1303-555 8072 2016-10-26 13:04:00 36 -#> 5212 25 A69-1303-555 8074 2016-10-26 13:06:00 36 -#> 5213 25 A69-1303-555 8076 2016-10-26 13:08:00 36 -#> 5214 25 A69-1303-555 8077 2016-10-26 13:12:00 36 -#> 5215 25 A69-1303-555 8078 2016-10-26 13:14:00 36 -#> 5216 25 A69-1303-555 8079 2016-10-26 13:16:00 36 -#> 5217 25 A69-1303-555 8081 2016-10-26 13:18:00 36 -#> 5218 25 A69-1303-555 8083 2016-10-26 13:20:00 36 -#> 5219 25 A69-1303-555 8084 2016-10-26 13:22:00 36 -#> 5220 25 A69-1303-555 8086 2016-10-26 13:24:00 36 -#> 5221 25 A69-1303-555 8087 2016-10-26 13:26:00 36 -#> 5222 25 A69-1303-555 8090 2016-10-26 13:30:00 36 -#> 5223 25 A69-1303-555 8093 2016-10-26 13:32:00 36 -#> 5224 25 A69-1303-555 8094 2016-10-26 13:34:00 36 -#> 5225 25 A69-1303-555 8096 2016-10-26 13:42:00 36 -#> 5226 25 A69-1303-555 8097 2016-10-26 13:48:00 36 -#> 5227 25 A69-1303-555 8098 2016-10-26 13:50:00 36 -#> 5228 25 A69-1303-555 8100 2016-10-26 13:52:00 36 -#> 5229 25 A69-1303-555 8101 2016-10-26 13:54:00 36 -#> 5230 25 A69-1303-555 8103 2016-10-26 13:56:00 36 -#> 5231 25 A69-1303-555 8104 2016-10-26 13:58:00 36 -#> 5232 25 A69-1303-555 8106 2016-10-26 14:00:00 36 -#> 5233 25 A69-1303-555 8108 2016-10-26 14:02:00 36 -#> 5234 25 A69-1303-555 8110 2016-10-26 14:04:00 36 -#> 5235 25 A69-1303-555 8112 2016-10-26 14:06:00 36 -#> 5236 25 A69-1303-555 8113 2016-10-26 14:10:00 36 -#> 5237 25 A69-1303-555 8116 2016-10-26 14:12:00 36 -#> 5238 25 A69-1303-555 8117 2016-10-26 14:14:00 36 -#> 5239 25 A69-1303-555 8119 2016-10-26 14:16:00 36 -#> 5240 25 A69-1303-555 8121 2016-10-26 14:18:00 36 -#> 5241 25 A69-1303-555 8122 2016-10-26 14:20:00 36 -#> 5242 25 A69-1303-555 8125 2016-10-26 14:22:00 36 -#> 5243 25 A69-1303-555 8127 2016-10-26 14:24:00 36 -#> 5244 25 A69-1303-555 8129 2016-10-26 14:32:00 36 -#> 5245 25 A69-1303-555 8130 2016-10-26 14:34:00 36 -#> 5246 25 A69-1303-555 8131 2016-10-26 14:42:00 36 -#> 5247 25 A69-1303-555 8133 2016-10-26 14:44:00 36 -#> 5248 25 A69-1303-555 8135 2016-10-26 14:46:00 36 -#> 5249 25 A69-1303-555 8136 2016-10-26 14:48:00 36 -#> 5250 25 A69-1303-555 8137 2016-10-26 14:52:00 36 -#> 5251 25 A69-1303-555 8138 2016-10-26 14:58:00 36 -#> 5252 25 A69-1303-555 8139 2016-10-26 15:54:00 36 -#> 5253 25 A69-1303-555 8140 2016-10-26 15:56:00 36 -#> 5254 25 A69-1303-555 8141 2016-10-26 16:00:00 36 -#> 5255 25 A69-1303-555 8142 2016-10-26 18:02:00 21 -#> 5256 25 A69-1303-555 8143 2016-10-26 18:04:00 21 -#> 5257 25 A69-1303-555 8144 2016-10-26 18:08:00 21 -#> 5258 25 A69-1303-555 8146 2016-10-26 18:12:00 21 -#> 5259 25 A69-1303-555 8148 2016-10-26 18:30:00 21 -#> 5260 25 A69-1303-555 8149 2016-10-26 18:34:00 21 -#> 5261 25 A69-1303-555 8150 2016-10-26 18:36:00 21 -#> 5262 25 A69-1303-555 8152 2016-10-26 18:38:00 21 -#> 5263 25 A69-1303-555 8154 2016-10-26 18:40:00 21 -#> 5264 25 A69-1303-555 8156 2016-10-26 18:42:00 21 -#> 5265 25 A69-1303-555 8158 2016-10-26 18:44:00 21 -#> 5266 25 A69-1303-555 8160 2016-10-26 18:46:00 21 -#> 5267 25 A69-1303-555 8161 2016-10-26 18:48:00 21 -#> 5268 25 A69-1303-555 8162 2016-10-26 18:50:00 21 -#> 5269 25 A69-1303-555 8164 2016-10-26 18:52:00 21 -#> 5270 25 A69-1303-555 8165 2016-10-26 18:54:00 21 -#> 5271 25 A69-1303-555 8166 2016-10-26 19:34:00 30 -#> 5272 25 A69-1303-555 8167 2016-10-26 19:42:00 30 -#> 5273 25 A69-1303-555 8168 2016-10-26 19:44:00 30 -#> 5274 25 A69-1303-555 8169 2016-10-26 19:46:00 30 -#> 5275 25 A69-1303-555 8171 2016-10-26 19:48:00 30 -#> 5276 25 A69-1303-555 8174 2016-10-26 19:50:00 30 -#> 5277 25 A69-1303-555 8176 2016-10-26 19:52:00 30 -#> 5278 25 A69-1303-555 8178 2016-10-26 19:54:00 30 -#> 5279 25 A69-1303-555 8180 2016-10-26 19:56:00 30 -#> 5280 25 A69-1303-555 8182 2016-10-26 19:58:00 30 -#> 5281 25 A69-1303-555 8183 2016-10-26 20:00:00 30 -#> 5282 25 A69-1303-555 8185 2016-10-26 20:02:00 30 -#> 5283 25 A69-1303-555 8186 2016-10-26 20:04:00 30 -#> 5284 25 A69-1303-555 8188 2016-10-26 20:06:00 30 -#> 5285 25 A69-1303-555 8189 2016-10-26 20:08:00 30 -#> 5286 25 A69-1303-555 8190 2016-10-26 20:12:00 30 -#> 5287 25 A69-1303-555 8191 2016-10-26 23:20:00 36 -#> 5288 25 A69-1303-555 8192 2016-10-26 23:26:00 36 -#> 5289 25 A69-1303-555 8194 2016-10-26 23:38:00 36 -#> 5290 25 A69-1303-555 8196 2016-10-27 00:30:00 36 -#> 5291 25 A69-1303-555 8198 2016-10-27 00:34:00 36 -#> 5292 25 A69-1303-555 8199 2016-10-27 01:02:00 36 -#> 5293 25 A69-1303-555 8201 2016-10-27 05:36:00 30 -#> 5294 25 A69-1303-555 8202 2016-10-27 05:58:00 30 -#> 5295 25 A69-1303-555 8203 2016-10-27 06:02:00 30 -#> 5296 25 A69-1303-555 8204 2016-10-27 06:12:00 30 -#> 5297 25 A69-1303-555 8205 2016-10-27 06:14:00 30 -#> 5298 25 A69-1303-555 8206 2016-10-27 06:18:00 30 -#> 5299 25 A69-1303-555 8207 2016-10-27 06:20:00 30 -#> 5300 25 A69-1303-555 8208 2016-10-27 06:26:00 30 -#> 5301 25 A69-1303-555 8209 2016-10-27 06:28:00 30 -#> 5302 25 A69-1303-555 8210 2016-10-27 06:30:00 30 -#> 5303 25 A69-1303-555 8211 2016-10-27 06:32:00 30 -#> 5304 25 A69-1303-555 8212 2016-10-27 06:36:00 30 -#> 5305 25 A69-1303-555 8213 2016-10-27 06:38:00 30 -#> 5306 25 A69-1303-555 8214 2016-10-29 15:54:00 27 -#> 5307 25 A69-1303-555 8215 2016-10-29 15:56:00 27 -#> 5308 25 A69-1303-555 8216 2016-10-29 15:58:00 27 -#> 5309 25 A69-1303-555 8217 2016-10-29 16:00:00 27 -#> 5310 25 A69-1303-555 8220 2016-10-29 16:02:00 27 -#> 5311 25 A69-1303-555 8221 2016-10-29 16:04:00 27 -#> 5312 25 A69-1303-555 8223 2016-10-29 16:06:00 27 -#> 5313 25 A69-1303-555 8225 2016-10-29 16:08:00 27 -#> 5314 25 A69-1303-555 8227 2016-10-29 16:12:00 27 -#> 5315 25 A69-1303-555 8228 2016-10-29 16:14:00 27 -#> 5316 25 A69-1303-555 8230 2016-10-29 16:16:00 27 -#> 5317 25 A69-1303-555 8232 2016-10-29 16:18:00 27 -#> 5318 25 A69-1303-555 8233 2016-10-29 16:20:00 27 -#> 5319 25 A69-1303-555 8234 2016-10-30 01:18:00 30 -#> 5320 25 A69-1303-555 8235 2016-10-30 01:22:00 30 -#> 5321 25 A69-1303-555 8236 2016-10-30 01:24:00 30 -#> 5322 25 A69-1303-555 8237 2016-10-30 01:28:00 30 -#> 5323 25 A69-1303-555 8240 2016-10-30 01:30:00 30 -#> 5324 25 A69-1303-555 8241 2016-10-30 01:32:00 30 -#> 5325 25 A69-1303-555 8244 2016-10-30 01:34:00 30 -#> 5326 25 A69-1303-555 8246 2016-10-30 01:36:00 30 -#> 5327 25 A69-1303-555 8248 2016-10-30 02:32:00 36 -#> 5328 25 A69-1303-555 8249 2016-10-30 02:42:00 36 -#> 5329 25 A69-1303-555 8250 2016-10-30 02:44:00 36 -#> 5330 25 A69-1303-555 8252 2016-10-30 02:46:00 36 -#> 5331 25 A69-1303-555 8254 2016-10-30 02:48:00 36 -#> 5332 25 A69-1303-555 8256 2016-10-30 02:52:00 36 -#> 5333 25 A69-1303-555 8258 2016-10-30 13:38:00 36 -#> 5334 25 A69-1303-555 8259 2016-10-30 13:40:00 36 -#> 5335 25 A69-1303-555 8260 2016-10-30 13:42:00 36 -#> 5336 25 A69-1303-555 8262 2016-10-30 13:44:00 36 -#> 5337 25 A69-1303-555 8264 2016-10-30 13:46:00 36 -#> 5338 25 A69-1303-555 8265 2016-10-30 13:50:00 36 -#> 5339 25 A69-1303-555 8267 2016-10-30 13:52:00 36 -#> 5340 25 A69-1303-555 8268 2016-10-30 13:54:00 36 -#> 5341 25 A69-1303-555 8269 2016-10-30 13:56:00 36 -#> 5342 25 A69-1303-555 8270 2016-10-30 14:04:00 36 -#> 5343 25 A69-1303-555 8271 2016-10-30 14:08:00 36 -#> 5344 25 A69-1303-555 8273 2016-10-30 14:10:00 36 -#> 5345 25 A69-1303-555 8276 2016-10-30 14:12:00 36 -#> 5346 25 A69-1303-555 8278 2016-10-30 14:14:00 36 -#> 5347 25 A69-1303-555 8280 2016-10-30 14:42:00 36 -#> 5348 25 A69-1303-555 8281 2016-10-30 14:44:00 36 -#> 5349 25 A69-1303-555 8282 2016-10-30 14:46:00 36 -#> 5350 25 A69-1303-555 8283 2016-10-30 14:48:00 36 -#> 5351 25 A69-1303-555 8284 2016-10-30 14:50:00 36 -#> 5352 25 A69-1303-555 8286 2016-10-30 14:52:00 36 -#> 5353 25 A69-1303-555 8288 2016-10-30 14:56:00 36 -#> 5354 25 A69-1303-555 8289 2016-10-30 14:58:00 36 -#> 5355 25 A69-1303-555 8290 2016-10-30 18:10:00 36 -#> 5356 25 A69-1303-555 8291 2016-10-30 18:12:00 36 -#> 5357 25 A69-1303-555 8293 2016-10-30 18:14:00 36 -#> 5358 25 A69-1303-555 8294 2016-10-30 18:30:00 36 -#> 5359 25 A69-1303-555 8295 2016-10-30 18:32:00 36 -#> 5360 25 A69-1303-555 8296 2016-10-30 18:34:00 36 -#> 5361 25 A69-1303-555 8297 2016-10-30 18:36:00 36 -#> 5362 25 A69-1303-555 8298 2016-10-30 18:38:00 36 -#> 5363 25 A69-1303-555 8300 2016-10-30 18:40:00 36 -#> 5364 25 A69-1303-555 8303 2016-10-30 18:42:00 36 -#> 5365 25 A69-1303-555 8305 2016-10-30 18:44:00 36 -#> 5366 25 A69-1303-555 8306 2016-10-30 18:50:00 36 -#> 5367 25 A69-1303-555 8308 2016-10-30 19:00:00 36 -#> 5368 25 A69-1303-555 8310 2016-10-30 19:06:00 36 -#> 5369 25 A69-1303-555 8312 2016-10-30 19:12:00 36 -#> 5370 25 A69-1303-555 8313 2016-10-30 23:52:00 31 -#> 5371 25 A69-1303-555 8314 2016-10-30 23:54:00 31 -#> 5372 25 A69-1303-555 8315 2016-10-30 23:58:00 31 -#> 5373 25 A69-1303-555 8316 2016-10-31 00:50:00 31 -#> 5374 25 A69-1303-555 8317 2016-10-31 00:58:00 31 -#> 5375 25 A69-1303-555 8318 2016-10-31 01:00:00 31 -#> 5376 25 A69-1303-555 8320 2016-10-31 01:02:00 31 -#> 5377 25 A69-1303-555 8322 2016-10-31 01:04:00 31 -#> 5378 25 A69-1303-555 8323 2016-10-31 01:06:00 31 -#> 5379 25 A69-1303-555 8325 2016-10-31 01:10:00 31 -#> 5380 25 A69-1303-555 8326 2016-10-31 01:12:00 31 -#> 5381 25 A69-1303-555 8328 2016-10-31 02:22:00 36 -#> 5382 25 A69-1303-555 8329 2016-10-31 02:26:00 36 -#> 5383 25 A69-1303-555 8330 2016-10-31 02:28:00 36 -#> 5384 25 A69-1303-555 8331 2016-10-31 02:32:00 36 -#> 5385 25 A69-1303-555 8332 2016-10-31 02:58:00 36 -#> 5386 25 A69-1303-555 8333 2016-10-31 03:04:00 36 -#> 5387 25 A69-1303-555 8334 2016-10-31 03:08:00 36 -#> 5388 25 A69-1303-555 8335 2016-10-31 04:06:00 36 -#> 5389 25 A69-1303-555 8336 2016-10-31 04:08:00 36 -#> 5390 25 A69-1303-555 8337 2016-10-31 04:14:00 36 -#> 5391 25 A69-1303-555 8338 2016-10-31 04:24:00 36 -#> 5392 25 A69-1303-555 8339 2016-10-31 04:26:00 36 -#> 5393 25 A69-1303-555 8340 2016-10-31 04:58:00 36 -#> 5394 25 A69-1303-555 8341 2016-10-31 05:00:00 36 -#> 5395 25 A69-1303-555 8342 2016-10-31 05:08:00 36 -#> 5396 25 A69-1303-555 8343 2016-10-31 05:10:00 36 -#> 5397 25 A69-1303-555 8344 2016-10-31 05:12:00 36 -#> 5398 25 A69-1303-555 8345 2016-10-31 05:16:00 36 -#> 5399 25 A69-1303-555 8346 2016-10-31 05:20:00 36 -#> 5400 25 A69-1303-555 8347 2016-10-31 05:22:00 36 -#> 5401 25 A69-1303-555 8349 2016-10-31 05:24:00 36 -#> 5402 25 A69-1303-555 8350 2016-10-31 05:26:00 36 -#> 5403 25 A69-1303-555 8351 2016-10-31 05:28:00 36 -#> 5404 25 A69-1303-555 8352 2016-10-31 05:30:00 36 -#> 5405 25 A69-1303-555 8354 2016-10-31 05:32:00 36 -#> 5406 25 A69-1303-555 8356 2016-10-31 05:36:00 36 -#> 5407 25 A69-1303-555 8358 2016-10-31 05:38:00 36 -#> 5408 25 A69-1303-555 8359 2016-10-31 05:40:00 36 -#> 5409 25 A69-1303-555 8360 2016-10-31 05:42:00 36 -#> 5410 25 A69-1303-555 8362 2016-10-31 05:44:00 36 -#> 5411 25 A69-1303-555 8363 2016-10-31 05:48:00 36 -#> 5412 25 A69-1303-555 8364 2016-10-31 06:20:00 36 -#> 5413 25 A69-1303-555 8365 2016-10-31 06:22:00 36 -#> 5414 25 A69-1303-555 8366 2016-10-31 06:28:00 36 -#> 5415 25 A69-1303-555 8367 2016-10-31 06:38:00 36 -#> 5416 25 A69-1303-555 8368 2016-10-31 06:48:00 36 -#> 5417 25 A69-1303-555 8369 2016-10-31 06:52:00 36 -#> 5418 25 A69-1303-555 8371 2016-10-31 06:54:00 36 -#> 5419 25 A69-1303-555 8372 2016-10-31 06:56:00 36 -#> 5420 25 A69-1303-555 8374 2016-10-31 06:58:00 36 -#> 5421 25 A69-1303-555 8375 2016-10-31 07:00:00 36 -#> 5422 25 A69-1303-555 8377 2016-10-31 07:02:00 36 -#> 5423 25 A69-1303-555 8379 2016-10-31 07:04:00 36 -#> 5424 25 A69-1303-555 8380 2016-10-31 07:06:00 36 -#> 5425 25 A69-1303-555 8382 2016-10-31 07:08:00 36 -#> 5426 25 A69-1303-555 8384 2016-10-31 07:10:00 36 -#> 5427 25 A69-1303-555 8386 2016-10-31 07:14:00 36 -#> 5428 25 A69-1303-555 8387 2016-11-06 19:48:00 31 -#> 5429 25 A69-1303-555 8389 2016-11-06 19:50:00 31 -#> 5430 25 A69-1303-555 8390 2016-11-06 19:52:00 31 -#> 5431 25 A69-1303-555 8391 2016-11-06 19:56:00 31 -#> 5432 25 A69-1303-555 8392 2016-11-06 19:58:00 31 -#> 5433 25 A69-1303-555 8393 2016-11-09 04:50:00 21 -#> 5434 25 A69-1303-555 8395 2016-11-09 04:52:00 21 -#> 5435 25 A69-1303-555 8396 2016-11-09 04:54:00 21 -#> 5436 25 A69-1303-555 8398 2016-11-09 04:56:00 21 -#> 5437 25 A69-1303-555 8399 2016-11-09 04:58:00 21 -#> 5438 25 A69-1303-555 8401 2016-11-09 05:00:00 21 -#> 5439 25 A69-1303-555 8403 2016-11-09 05:02:00 21 -#> 5440 25 A69-1303-555 8405 2016-11-09 05:06:00 21 -#> 5441 25 A69-1303-555 8406 2016-11-09 05:20:00 31 -#> 5442 25 A69-1303-555 8407 2016-11-09 05:26:00 31 -#> 5443 25 A69-1303-555 8408 2016-11-09 05:28:00 31 -#> 5444 25 A69-1303-555 8409 2016-11-09 05:40:00 31 -#> 5445 25 A69-1303-555 8410 2016-11-09 05:42:00 31 -#> 5446 25 A69-1303-555 8411 2016-11-09 05:46:00 31 -#> 5447 25 A69-1303-555 8412 2016-11-09 05:48:00 31 -#> 5448 25 A69-1303-555 8414 2016-11-09 05:50:00 31 -#> 5449 25 A69-1303-555 8416 2016-11-09 05:52:00 31 -#> 5450 25 A69-1303-555 8418 2016-11-09 05:54:00 31 -#> 5451 25 A69-1303-555 8420 2016-11-09 05:56:00 31 -#> 5452 25 A69-1303-555 8421 2016-11-09 05:58:00 31 -#> 5453 25 A69-1303-555 8422 2016-11-09 06:06:00 31 -#> 5454 25 A69-1303-555 8423 2016-11-09 17:58:00 31 -#> 5455 25 A69-1303-555 8424 2016-11-09 18:04:00 31 -#> 5456 25 A69-1303-555 8426 2016-11-09 18:06:00 31 -#> 5457 25 A69-1303-555 8428 2016-11-09 18:08:00 31 -#> 5458 25 A69-1303-555 8430 2016-11-09 18:10:00 31 -#> 5459 25 A69-1303-555 8431 2016-11-09 18:12:00 31 -#> 5460 25 A69-1303-555 8433 2016-11-09 18:14:00 31 -#> 5461 25 A69-1303-555 8436 2016-11-09 18:16:00 31 -#> 5462 25 A69-1303-555 8437 2016-11-09 18:22:00 31 -#> 5463 25 A69-1303-555 8438 2016-11-09 18:24:00 31 -#> 5464 25 A69-1303-555 8439 2016-11-09 21:28:00 31 -#> 5465 25 A69-1303-555 8441 2016-11-12 06:52:00 21 -#> 5466 25 A69-1303-555 8442 2016-11-12 06:54:00 21 -#> 5467 25 A69-1303-555 8443 2016-11-12 06:56:00 21 -#> 5468 25 A69-1303-555 8445 2016-11-12 06:58:00 21 -#> 5469 25 A69-1303-555 8446 2016-11-12 07:00:00 21 -#> 5470 25 A69-1303-555 8447 2016-11-12 07:02:00 21 -#> 5471 25 A69-1303-555 8448 2016-11-12 07:04:00 21 -#> 5472 25 A69-1303-555 8449 2016-11-12 07:14:00 21 -#> 5473 25 A69-1303-555 8450 2016-11-14 21:56:00 31 -#> 5474 25 A69-1303-555 8451 2016-11-14 21:58:00 31 -#> 5475 25 A69-1303-555 8453 2016-11-14 22:00:00 31 -#> 5476 25 A69-1303-555 8454 2016-11-14 22:02:00 31 -#> 5477 25 A69-1303-555 8456 2016-11-14 22:04:00 31 -#> 5478 25 A69-1303-555 8457 2016-11-14 22:06:00 31 -#> 5479 25 A69-1303-555 8459 2016-11-14 22:08:00 31 -#> 5480 25 A69-1303-555 8460 2016-11-14 22:20:00 31 -#> 5481 25 A69-1303-555 8461 2016-11-14 22:30:00 31 -#> 5482 25 A69-1303-555 8462 2016-11-14 22:32:00 31 -#> 5483 25 A69-1303-555 8463 2016-11-14 22:38:00 31 -#> 5484 25 A69-1303-555 8464 2016-11-14 22:46:00 31 -#> 5485 25 A69-1303-555 8465 2016-11-14 22:48:00 31 -#> 5486 25 A69-1303-555 8467 2016-11-14 23:42:00 21 -#> 5487 25 A69-1303-555 8469 2016-11-14 23:44:00 21 -#> 5488 25 A69-1303-555 8471 2016-11-14 23:46:00 21 -#> 5489 25 A69-1303-555 8472 2016-11-27 17:58:00 21 -#> 5490 25 A69-1303-555 8474 2016-11-27 18:00:00 21 -#> 5491 25 A69-1303-555 8475 2016-11-27 18:10:00 21 -#> 5492 25 A69-1303-555 8476 2016-11-27 18:14:00 21 -#> 5493 25 A69-1303-555 8477 2016-11-27 18:16:00 21 -#> 5494 25 A69-1303-555 8478 2016-11-27 18:18:00 21 -#> 5495 25 A69-1303-555 8480 2016-12-10 22:34:00 21 -#> 5496 25 A69-1303-555 8482 2016-12-10 22:36:00 21 -#> 5497 25 A69-1303-555 8483 2016-12-10 22:38:00 21 -#> 5498 25 A69-1303-555 8484 2016-12-14 22:02:00 21 -#> 5499 25 A69-1303-555 8485 2016-12-14 22:04:00 21 -#> 5500 25 A69-1303-555 8487 2016-12-14 22:06:00 21 -#> 5501 25 A69-1303-555 8489 2016-12-14 22:08:00 21 -#> 5502 25 A69-1303-555 8490 2016-12-14 22:10:00 21 -#> 5503 25 A69-1303-555 8492 2016-12-14 22:12:00 21 -#> 5504 25 A69-1303-555 8493 2016-12-14 22:14:00 21 -#> 5505 25 A69-1303-555 8495 2016-12-14 22:16:00 21 -#> 5506 25 A69-1303-555 8497 2016-12-14 22:18:00 21 -#> 5507 25 A69-1303-555 8498 2016-12-14 22:20:00 21 -#> 5508 25 A69-1303-555 8500 2016-12-14 22:22:00 21 -#> 5509 25 A69-1303-555 8502 2016-12-14 22:24:00 21 -#> 5510 25 A69-1303-555 8504 2016-12-14 22:26:00 21 -#> 5511 25 A69-1303-555 8505 2016-12-14 22:28:00 21 -#> 5512 25 A69-1303-555 8507 2016-12-14 22:30:00 21 -#> 5513 25 A69-1303-555 8508 2016-12-20 22:56:00 24 -#> 5514 25 A69-1303-555 8509 2016-12-20 23:06:00 24 -#> 5515 25 A69-1303-555 8510 2016-12-20 23:20:00 24 -#> 5516 25 A69-1303-555 8511 2016-12-20 23:22:00 24 -#> 5517 25 A69-1303-555 8512 2016-12-21 16:32:00 45 -#> 5518 25 A69-1303-555 8513 2016-12-21 16:34:00 45 -#> 5519 25 A69-1303-555 8514 2016-12-21 16:42:00 45 -#> 5520 25 A69-1303-555 8515 2016-12-21 16:46:00 45 -#> 5521 25 A69-1303-555 8517 2016-12-21 16:48:00 45 -#> 5522 25 A69-1303-555 8518 2016-12-21 16:50:00 45 -#> 5523 25 A69-1303-555 8519 2016-12-21 16:52:00 45 -#> 5524 25 A69-1303-555 8521 2016-12-21 16:54:00 45 -#> 5525 25 A69-1303-555 8522 2016-12-21 16:56:00 45 -#> 5526 25 A69-1303-555 8523 2016-12-21 16:58:00 45 -#> 5527 25 A69-1303-555 8524 2016-12-21 17:00:00 45 -#> 5528 25 A69-1303-555 8525 2016-12-21 17:02:00 45 -#> 5529 25 A69-1303-555 8527 2016-12-21 17:04:00 45 -#> 5530 25 A69-1303-555 8528 2016-12-21 18:14:00 21 -#> 5531 25 A69-1303-555 8530 2016-12-21 18:16:00 21 -#> 5532 25 A69-1303-555 8532 2016-12-21 18:18:00 21 -#> 5533 25 A69-1303-555 8533 2016-12-21 18:20:00 21 -#> 5534 25 A69-1303-555 8535 2016-12-21 18:22:00 21 -#> 5535 25 A69-1303-555 8537 2016-12-21 18:24:00 21 -#> 5536 25 A69-1303-555 8540 2016-12-21 18:26:00 21 -#> 5537 25 A69-1303-555 8541 2016-12-21 18:28:00 21 -#> 5538 25 A69-1303-555 8543 2016-12-21 18:30:00 21 -#> 5539 25 A69-1303-555 8545 2016-12-21 18:32:00 21 -#> 5540 25 A69-1303-555 8547 2016-12-21 18:34:00 21 -#> 5541 25 A69-1303-555 8549 2016-12-21 18:36:00 21 -#> 5542 25 A69-1303-555 8551 2016-12-21 18:38:00 21 -#> 5543 25 A69-1303-555 8553 2016-12-21 18:40:00 21 -#> 5544 25 A69-1303-555 8555 2016-12-21 18:42:00 21 -#> 5545 25 A69-1303-555 8557 2016-12-21 18:44:00 21 -#> 5546 25 A69-1303-555 8558 2016-12-21 18:46:00 21 -#> 5547 25 A69-1303-555 8560 2016-12-21 18:50:00 21 -#> 5548 25 A69-1303-555 8562 2016-12-21 18:54:00 21 -#> 5549 25 A69-1303-555 8564 2016-12-21 18:56:00 21 -#> 5550 25 A69-1303-555 8565 2016-12-21 18:58:00 21 -#> 5551 25 A69-1303-555 8567 2016-12-21 19:00:00 21 -#> 5552 25 A69-1303-555 8568 2016-12-21 19:02:00 21 -#> 5553 25 A69-1303-555 8569 2016-12-21 19:06:00 21 -#> 5554 25 A69-1303-555 8571 2016-12-21 19:28:00 45 -#> 5555 25 A69-1303-555 8572 2016-12-21 19:30:00 45 -#> 5556 25 A69-1303-555 8574 2016-12-21 19:34:00 45 -#> 5557 25 A69-1303-555 8575 2016-12-21 23:20:00 45 -#> 5558 25 A69-1303-555 8576 2016-12-21 23:22:00 45 -#> 5559 25 A69-1303-555 8578 2016-12-21 23:24:00 45 -#> 5560 25 A69-1303-555 8580 2016-12-21 23:26:00 45 -#> 5561 25 A69-1303-555 8581 2016-12-21 23:28:00 45 -#> 5562 25 A69-1303-555 8583 2016-12-21 23:30:00 45 -#> 5563 25 A69-1303-555 8584 2016-12-21 23:32:00 45 -#> 5564 25 A69-1303-555 8585 2016-12-21 23:40:00 45 -#> 5565 25 A69-1303-555 8587 2016-12-21 23:42:00 45 -#> 5566 25 A69-1303-555 8588 2016-12-21 23:44:00 45 -#> 5567 25 A69-1303-555 8590 2016-12-21 23:46:00 45 -#> 5568 25 A69-1303-555 8592 2016-12-22 00:32:00 45 -#> 5569 25 A69-1303-555 8593 2016-12-22 00:36:00 45 -#> 5570 25 A69-1303-555 8594 2016-12-22 00:38:00 45 -#> 5571 25 A69-1303-555 8595 2016-12-22 00:40:00 45 -#> 5572 25 A69-1303-555 8596 2016-12-22 00:44:00 45 -#> 5573 25 A69-1303-555 8597 2016-12-22 00:48:00 45 -#> 5574 25 A69-1303-555 8599 2016-12-22 00:50:00 45 -#> 5575 25 A69-1303-555 8602 2016-12-22 00:52:00 45 -#> 5576 25 A69-1303-555 8603 2016-12-22 00:54:00 45 -#> 5577 25 A69-1303-555 8605 2016-12-22 00:56:00 45 -#> 5578 25 A69-1303-555 8607 2016-12-22 00:58:00 45 -#> 5579 25 A69-1303-555 8609 2016-12-22 01:00:00 45 -#> 5580 25 A69-1303-555 8612 2016-12-22 01:02:00 45 -#> 5581 25 A69-1303-555 8613 2016-12-22 01:06:00 45 -#> 5582 25 A69-1303-555 8615 2016-12-22 01:08:00 45 -#> 5583 25 A69-1303-555 8616 2016-12-22 01:10:00 45 -#> 5584 25 A69-1303-555 8618 2016-12-22 01:14:00 45 -#> 5585 25 A69-1303-555 8619 2016-12-22 01:16:00 45 -#> 5586 25 A69-1303-555 8620 2016-12-22 22:06:00 51 -#> 5587 25 A69-1303-555 8621 2016-12-22 22:08:00 51 -#> 5588 25 A69-1303-555 8622 2016-12-22 22:10:00 51 -#> 5589 25 A69-1303-555 8623 2016-12-23 03:00:00 24 -#> 5590 25 A69-1303-555 8624 2016-12-23 03:02:00 24 -#> 5591 25 A69-1303-555 8625 2016-12-23 03:04:00 24 -#> 5592 25 A69-1303-555 8626 2016-12-23 03:06:00 24 -#> 5593 25 A69-1303-555 8627 2016-12-23 03:20:00 24 -#> 5594 25 A69-1303-555 8628 2016-12-23 03:22:00 24 -#> 5595 25 A69-1303-555 8630 2016-12-23 03:24:00 24 -#> 5596 25 A69-1303-555 8631 2016-12-23 03:26:00 24 -#> 5597 25 A69-1303-555 8633 2016-12-23 03:28:00 24 -#> 5598 25 A69-1303-555 8635 2016-12-23 03:36:00 24 -#> 5599 25 A69-1303-555 8636 2016-12-23 03:38:00 24 -#> 5600 25 A69-1303-555 8637 2016-12-23 03:42:00 24 -#> 5601 25 A69-1303-555 8638 2016-12-23 03:44:00 24 -#> 5602 25 A69-1303-555 8639 2016-12-23 03:54:00 24 -#> 5603 25 A69-1303-555 8640 2016-12-23 23:18:00 51 -#> 5604 25 A69-1303-555 8642 2016-12-23 23:24:00 51 -#> 5605 25 A69-1303-555 8644 2016-12-23 23:26:00 51 -#> 5606 25 A69-1303-555 8646 2016-12-23 23:28:00 51 -#> 5607 25 A69-1303-555 8647 2016-12-23 23:30:00 51 -#> 5608 25 A69-1303-555 8648 2016-12-23 23:32:00 51 -#> 5609 25 A69-1303-555 8649 2016-12-23 23:34:00 51 -#> 5610 25 A69-1303-555 8650 2016-12-23 23:36:00 51 -#> 5611 25 A69-1303-555 8651 2016-12-23 23:38:00 51 -#> 5612 25 A69-1303-555 8652 2016-12-24 18:02:00 50 -#> 5613 25 A69-1303-555 8653 2016-12-24 18:08:00 50 -#> 5614 25 A69-1303-555 8654 2016-12-24 18:12:00 50 -#> 5615 25 A69-1303-555 8655 2016-12-25 12:52:00 45 -#> 5616 25 A69-1303-555 8656 2016-12-25 12:54:00 45 -#> 5617 25 A69-1303-555 8657 2016-12-25 12:56:00 45 -#> 5618 25 A69-1303-555 8659 2016-12-25 12:58:00 45 -#> 5619 25 A69-1303-555 8660 2016-12-25 13:00:00 45 -#> 5620 25 A69-1303-555 8661 2016-12-25 13:40:00 45 -#> 5621 25 A69-1303-555 8662 2016-12-25 14:02:00 45 -#> 5622 25 A69-1303-555 8663 2016-12-25 14:04:00 45 -#> 5623 25 A69-1303-555 8665 2016-12-25 14:06:00 45 -#> 5624 25 A69-1303-555 8666 2016-12-25 14:08:00 45 -#> 5625 25 A69-1303-555 8667 2016-12-25 14:10:00 45 -#> 5626 25 A69-1303-555 8669 2016-12-25 14:12:00 45 -#> 5627 25 A69-1303-555 8670 2016-12-25 14:14:00 45 -#> 5628 25 A69-1303-555 8672 2016-12-25 17:24:00 45 -#> 5629 25 A69-1303-555 8674 2016-12-25 17:26:00 45 -#> 5630 25 A69-1303-555 8675 2016-12-25 17:28:00 45 -#> 5631 25 A69-1303-555 8677 2016-12-25 17:30:00 45 -#> 5632 25 A69-1303-555 8679 2016-12-25 17:32:00 45 -#> 5633 25 A69-1303-555 8680 2016-12-25 17:34:00 45 -#> 5634 25 A69-1303-555 8682 2016-12-25 17:36:00 45 -#> 5635 25 A69-1303-555 8683 2016-12-25 17:38:00 45 -#> 5636 25 A69-1303-555 8684 2016-12-25 17:40:00 45 -#> 5637 25 A69-1303-555 8686 2016-12-25 17:42:00 45 -#> 5638 25 A69-1303-555 8687 2016-12-25 17:44:00 45 -#> 5639 25 A69-1303-555 8689 2016-12-25 17:46:00 45 -#> 5640 25 A69-1303-555 8690 2016-12-25 17:48:00 45 -#> 5641 25 A69-1303-555 8692 2016-12-25 17:52:00 45 -#> 5642 25 A69-1303-555 8694 2016-12-25 17:54:00 45 -#> 5643 25 A69-1303-555 8695 2016-12-25 17:56:00 45 -#> 5644 25 A69-1303-555 8697 2016-12-25 17:58:00 45 -#> 5645 25 A69-1303-555 8699 2016-12-25 18:02:00 45 -#> 5646 25 A69-1303-555 8700 2016-12-26 01:44:00 50 -#> 5647 25 A69-1303-555 8701 2016-12-26 01:46:00 50 -#> 5648 25 A69-1303-555 8703 2016-12-26 01:50:00 50 -#> 5649 25 A69-1303-555 8704 2016-12-26 04:08:00 24 -#> 5650 25 A69-1303-555 8705 2016-12-26 04:12:00 24 -#> 5651 25 A69-1303-555 8706 2016-12-26 05:26:00 50 -#> 5652 25 A69-1303-555 8707 2016-12-26 05:28:00 50 -#> 5653 25 A69-1303-555 8709 2016-12-26 05:30:00 50 -#> 5654 25 A69-1303-555 8710 2016-12-26 05:32:00 50 -#> 5655 25 A69-1303-555 8712 2016-12-26 05:34:00 50 -#> 5656 25 A69-1303-555 8713 2016-12-26 05:36:00 50 -#> 5657 25 A69-1303-555 8715 2016-12-27 04:06:00 51 -#> 5658 25 A69-1303-555 8716 2016-12-27 04:12:00 51 -#> 5659 25 A69-1303-555 8717 2016-12-28 02:10:00 50 -#> 5660 25 A69-1303-555 8719 2016-12-28 02:12:00 50 -#> 5661 25 A69-1303-555 8720 2016-12-28 02:16:00 50 -#> 5662 25 A69-1303-555 8721 2016-12-28 02:18:00 50 -#> 5663 25 A69-1303-555 8723 2016-12-28 02:20:00 50 -#> 5664 25 A69-1303-555 8725 2016-12-28 02:22:00 50 -#> 5665 25 A69-1303-555 8726 2016-12-28 02:28:00 50 -#> 5666 25 A69-1303-555 8727 2016-12-28 02:30:00 50 -#> 5667 25 A69-1303-555 8728 2016-12-28 22:40:00 45 -#> 5668 25 A69-1303-555 8729 2016-12-28 22:42:00 45 -#> 5669 25 A69-1303-555 8730 2016-12-28 22:44:00 45 -#> 5670 25 A69-1303-555 8733 2016-12-28 22:46:00 45 -#> 5671 25 A69-1303-555 8735 2016-12-28 22:48:00 45 -#> 5672 25 A69-1303-555 8737 2016-12-28 22:50:00 45 -#> 5673 25 A69-1303-555 8739 2016-12-28 22:52:00 45 -#> 5674 25 A69-1303-555 8741 2016-12-28 22:56:00 45 -#> 5675 25 A69-1303-555 8743 2016-12-28 22:58:00 45 -#> 5676 25 A69-1303-555 8745 2016-12-28 23:02:00 45 -#> 5677 25 A69-1303-555 8747 2016-12-28 23:04:00 45 -#> 5678 25 A69-1303-555 8749 2016-12-28 23:06:00 45 -#> 5679 25 A69-1303-555 8751 2016-12-28 23:08:00 45 -#> 5680 25 A69-1303-555 8753 2016-12-28 23:10:00 45 -#> 5681 25 A69-1303-555 8754 2016-12-28 23:42:00 45 -#> 5682 25 A69-1303-555 8755 2016-12-28 23:46:00 45 -#> 5683 25 A69-1303-555 8756 2016-12-28 23:48:00 45 -#> 5684 25 A69-1303-555 8757 2016-12-28 23:50:00 45 -#> 5685 25 A69-1303-555 8759 2016-12-28 23:52:00 45 -#> 5686 25 A69-1303-555 8761 2016-12-28 23:54:00 45 -#> 5687 25 A69-1303-555 8763 2016-12-28 23:56:00 45 -#> 5688 25 A69-1303-555 8765 2016-12-28 23:58:00 45 -#> 5689 25 A69-1303-555 8766 2016-12-29 00:00:00 45 -#> 5690 25 A69-1303-555 8768 2016-12-29 00:02:00 45 -#> 5691 25 A69-1303-555 8769 2016-12-29 00:04:00 45 -#> 5692 25 A69-1303-555 8770 2016-12-29 00:08:00 45 -#> 5693 25 A69-1303-555 8771 2016-12-29 05:38:00 50 -#> 5694 25 A69-1303-555 8772 2016-12-29 05:40:00 50 -#> 5695 25 A69-1303-555 8773 2016-12-29 05:42:00 50 -#> 5696 25 A69-1303-555 8774 2016-12-29 06:04:00 50 -#> 5697 25 A69-1303-555 8775 2016-12-29 06:10:00 50 -#> 5698 25 A69-1303-555 8776 2016-12-29 06:12:00 50 -#> 5699 25 A69-1303-555 8777 2016-12-29 06:14:00 50 -#> 5700 25 A69-1303-555 8779 2016-12-29 06:16:00 50 -#> 5701 25 A69-1303-555 8780 2016-12-29 06:18:00 50 -#> 5702 25 A69-1303-555 8781 2016-12-29 06:28:00 50 -#> 5703 25 A69-1303-555 8782 2016-12-29 06:30:00 50 -#> 5704 25 A69-1303-555 8785 2016-12-29 06:32:00 50 -#> 5705 25 A69-1303-555 8786 2016-12-29 17:04:00 51 -#> 5706 25 A69-1303-555 8787 2016-12-29 17:08:00 51 -#> 5707 25 A69-1303-555 8789 2016-12-29 17:10:00 51 -#> 5708 25 A69-1303-555 8790 2016-12-29 17:12:00 51 -#> 5709 25 A69-1303-555 8792 2016-12-29 17:14:00 51 -#> 5710 25 A69-1303-555 8793 2016-12-29 17:16:00 51 -#> 5711 25 A69-1303-555 8794 2016-12-29 17:18:00 51 -#> 5712 25 A69-1303-555 8795 2016-12-29 17:20:00 51 -#> 5713 25 A69-1303-555 8797 2016-12-29 17:22:00 51 -#> 5714 25 A69-1303-555 8799 2016-12-29 17:24:00 51 -#> 5715 25 A69-1303-555 8801 2016-12-29 17:26:00 51 -#> 5716 25 A69-1303-555 8802 2016-12-29 17:28:00 51 -#> 5717 25 A69-1303-555 8804 2016-12-29 17:34:00 51 -#> 5718 25 A69-1303-555 8805 2016-12-29 20:06:00 50 -#> 5719 25 A69-1303-555 8806 2016-12-29 20:10:00 50 -#> 5720 25 A69-1303-555 8808 2016-12-29 20:12:00 50 -#> 5721 25 A69-1303-555 8809 2016-12-29 20:14:00 50 -#> 5722 25 A69-1303-555 8810 2016-12-29 20:16:00 50 -#> 5723 25 A69-1303-555 8812 2016-12-29 20:18:00 50 -#> 5724 25 A69-1303-555 8814 2016-12-29 20:20:00 50 -#> 5725 25 A69-1303-555 8815 2016-12-30 02:26:00 50 -#> 5726 25 A69-1303-555 8816 2016-12-30 02:28:00 50 -#> 5727 25 A69-1303-555 8818 2016-12-30 02:30:00 50 -#> 5728 25 A69-1303-555 8819 2016-12-30 02:32:00 50 -#> 5729 25 A69-1303-555 8820 2016-12-30 02:40:00 50 -#> 5730 25 A69-1303-555 8821 2016-12-30 02:42:00 50 -#> 5731 25 A69-1303-555 8822 2016-12-30 14:38:00 47 -#> 5732 25 A69-1303-555 8823 2016-12-30 14:40:00 47 -#> 5733 25 A69-1303-555 8825 2016-12-30 17:16:00 47 -#> 5734 25 A69-1303-555 8827 2016-12-30 17:34:00 47 -#> 5735 25 A69-1303-555 8829 2016-12-30 17:40:00 47 -#> 5736 25 A69-1303-555 8830 2016-12-30 17:42:00 47 -#> 5737 25 A69-1303-555 8831 2016-12-30 17:44:00 47 -#> 5738 25 A69-1303-555 8832 2016-12-30 17:48:00 47 -#> 5739 25 A69-1303-555 8833 2016-12-30 17:50:00 47 -#> 5740 25 A69-1303-555 8835 2016-12-30 17:54:00 47 -#> 5741 25 A69-1303-555 8836 2016-12-30 18:10:00 47 -#> 5742 25 A69-1303-555 8837 2016-12-30 18:36:00 41 -#> 5743 25 A69-1303-555 8838 2016-12-30 18:44:00 41 -#> 5744 25 A69-1303-555 8839 2016-12-30 18:46:00 41 -#> 5745 25 A69-1303-555 8840 2016-12-30 18:48:00 41 -#> 5746 25 A69-1303-555 8841 2016-12-30 18:50:00 41 -#> 5747 25 A69-1303-555 8842 2016-12-30 18:52:00 41 -#> 5748 25 A69-1303-555 8844 2016-12-30 18:54:00 41 -#> 5749 25 A69-1303-555 8846 2016-12-30 18:56:00 41 -#> 5750 25 A69-1303-555 8847 2016-12-30 18:58:00 41 -#> 5751 25 A69-1303-555 8848 2016-12-30 19:00:00 41 -#> 5752 25 A69-1303-555 8849 2016-12-30 19:10:00 41 -#> 5753 25 A69-1303-555 8850 2016-12-30 19:14:00 41 -#> 5754 25 A69-1303-555 8851 2016-12-30 19:20:00 41 -#> 5755 25 A69-1303-555 8852 2016-12-30 19:22:00 41 -#> 5756 25 A69-1303-555 8854 2016-12-30 19:26:00 41 -#> 5757 25 A69-1303-555 8855 2016-12-30 19:28:00 41 -#> 5758 25 A69-1303-555 8856 2016-12-30 19:30:00 41 -#> 5759 25 A69-1303-555 8857 2016-12-30 19:32:00 41 -#> 5760 25 A69-1303-555 8858 2016-12-30 19:48:00 41 -#> 5761 25 A69-1303-555 8859 2016-12-31 18:30:00 24 -#> 5762 25 A69-1303-555 8860 2016-12-31 18:34:00 24 -#> 5763 25 A69-1303-555 8861 2016-12-31 18:36:00 24 -#> 5764 25 A69-1303-555 8863 2016-12-31 18:38:00 24 -#> 5765 25 A69-1303-555 8864 2016-12-31 18:40:00 24 -#> 5766 25 A69-1303-555 8865 2016-12-31 18:42:00 24 -#> 5767 25 A69-1303-555 8867 2016-12-31 18:44:00 24 -#> 5768 25 A69-1303-555 8869 2016-12-31 18:46:00 24 -#> 5769 25 A69-1303-555 8871 2016-12-31 18:48:00 24 -#> 5770 25 A69-1303-555 8873 2016-12-31 18:50:00 24 -#> 5771 25 A69-1303-555 8875 2016-12-31 18:52:00 24 -#> 5772 25 A69-1303-555 8877 2016-12-31 18:54:00 24 -#> 5773 25 A69-1303-555 8879 2016-12-31 18:56:00 24 -#> 5774 25 A69-1303-555 8882 2016-12-31 18:58:00 24 -#> 5775 25 A69-1303-555 8883 2016-12-31 19:00:00 24 -#> 5776 25 A69-1303-555 8885 2016-12-31 19:02:00 24 -#> 5777 25 A69-1303-555 8887 2016-12-31 19:04:00 24 -#> 5778 25 A69-1303-555 8889 2016-12-31 19:06:00 24 -#> 5779 25 A69-1303-555 8891 2016-12-31 19:08:00 24 -#> 5780 25 A69-1303-555 8892 2016-12-31 19:10:00 24 -#> 5781 25 A69-1303-555 8893 2016-12-31 19:12:00 24 -#> 5782 25 A69-1303-555 8894 2016-12-31 19:14:00 24 -#> 5783 25 A69-1303-555 8895 2016-12-31 19:16:00 24 -#> 5784 25 A69-1303-555 8898 2017-01-01 21:34:00 45 -#> 5785 25 A69-1303-555 8899 2017-01-01 21:36:00 45 -#> 5786 25 A69-1303-555 8901 2017-01-01 21:38:00 45 -#> 5787 25 A69-1303-555 8904 2017-01-01 21:40:00 45 -#> 5788 25 A69-1303-555 8905 2017-01-01 21:44:00 45 -#> 5789 25 A69-1303-555 8906 2017-01-01 21:46:00 45 -#> 5790 25 A69-1303-555 8908 2017-01-01 21:48:00 45 -#> 5791 25 A69-1303-555 8910 2017-01-01 22:18:00 45 -#> 5792 25 A69-1303-555 8911 2017-01-01 22:24:00 45 -#> 5793 25 A69-1303-555 8913 2017-01-01 22:26:00 45 -#> 5794 25 A69-1303-555 8914 2017-01-01 22:28:00 45 -#> 5795 25 A69-1303-555 8915 2017-01-01 22:30:00 45 -#> 5796 25 A69-1303-555 8917 2017-01-01 22:32:00 45 -#> 5797 25 A69-1303-555 8918 2017-01-01 22:34:00 45 -#> 5798 25 A69-1303-555 8920 2017-01-01 22:36:00 45 -#> 5799 25 A69-1303-555 8923 2017-01-01 22:38:00 45 -#> 5800 25 A69-1303-555 8924 2017-01-01 22:40:00 45 -#> 5801 25 A69-1303-555 8926 2017-01-01 22:42:00 45 -#> 5802 25 A69-1303-555 8927 2017-01-01 22:44:00 45 -#> 5803 25 A69-1303-555 8929 2017-01-01 22:46:00 45 -#> 5804 25 A69-1303-555 8931 2017-01-01 22:48:00 45 -#> 5805 25 A69-1303-555 8933 2017-01-01 22:50:00 45 -#> 5806 25 A69-1303-555 8934 2017-01-01 22:52:00 45 -#> 5807 25 A69-1303-555 8935 2017-01-01 22:54:00 45 -#> 5808 25 A69-1303-555 8936 2017-01-01 22:58:00 45 -#> 5809 25 A69-1303-555 8937 2017-01-01 23:00:00 45 -#> 5810 25 A69-1303-555 8938 2017-01-01 23:02:00 45 -#> 5811 25 A69-1303-555 8939 2017-01-01 23:04:00 45 -#> 5812 25 A69-1303-555 8941 2017-01-01 23:06:00 45 -#> 5813 25 A69-1303-555 8942 2017-01-01 23:08:00 45 -#> 5814 25 A69-1303-555 8944 2017-01-01 23:10:00 45 -#> 5815 25 A69-1303-555 8945 2017-01-01 23:12:00 45 -#> 5816 25 A69-1303-555 8946 2017-01-01 23:14:00 45 -#> 5817 25 A69-1303-555 8949 2017-01-01 23:16:00 45 -#> 5818 25 A69-1303-555 8950 2017-01-01 23:18:00 45 -#> 5819 25 A69-1303-555 8952 2017-01-01 23:20:00 45 -#> 5820 25 A69-1303-555 8954 2017-01-01 23:22:00 45 -#> 5821 25 A69-1303-555 8956 2017-01-01 23:24:00 45 -#> 5822 25 A69-1303-555 8958 2017-01-01 23:26:00 45 -#> 5823 25 A69-1303-555 8959 2017-01-01 23:28:00 45 -#> 5824 25 A69-1303-555 8961 2017-01-01 23:30:00 45 -#> 5825 25 A69-1303-555 8963 2017-01-01 23:32:00 45 -#> 5826 25 A69-1303-555 8964 2017-01-01 23:34:00 45 -#> 5827 25 A69-1303-555 8966 2017-01-01 23:36:00 45 -#> 5828 25 A69-1303-555 8968 2017-01-01 23:40:00 45 -#> 5829 25 A69-1303-555 8970 2017-01-01 23:42:00 45 -#> 5830 25 A69-1303-555 8972 2017-01-01 23:44:00 45 -#> 5831 25 A69-1303-555 8973 2017-01-01 23:46:00 45 -#> 5832 25 A69-1303-555 8974 2017-01-01 23:48:00 45 -#> 5833 25 A69-1303-555 8975 2017-01-01 23:50:00 45 -#> 5834 25 A69-1303-555 8976 2017-01-01 23:54:00 45 -#> 5835 25 A69-1303-555 8977 2017-01-02 00:02:00 45 -#> 5836 25 A69-1303-555 8978 2017-01-02 00:12:00 45 -#> 5837 25 A69-1303-555 8979 2017-01-02 00:24:00 45 -#> 5838 25 A69-1303-555 8980 2017-01-02 03:56:00 45 -#> 5839 25 A69-1303-555 8981 2017-01-02 03:58:00 45 -#> 5840 25 A69-1303-555 8982 2017-01-02 04:00:00 45 -#> 5841 25 A69-1303-555 8983 2017-01-02 04:02:00 45 -#> 5842 25 A69-1303-555 8984 2017-01-02 04:04:00 45 -#> 5843 25 A69-1303-555 8986 2017-01-02 04:06:00 45 -#> 5844 25 A69-1303-555 8987 2017-01-02 04:08:00 45 -#> 5845 25 A69-1303-555 8988 2017-01-02 04:10:00 45 -#> 5846 25 A69-1303-555 8990 2017-01-02 04:12:00 45 -#> 5847 25 A69-1303-555 8992 2017-01-02 04:16:00 45 -#> 5848 25 A69-1303-555 8993 2017-01-02 04:18:00 45 -#> 5849 25 A69-1303-555 8994 2017-01-02 04:20:00 45 -#> 5850 25 A69-1303-555 8995 2017-01-02 04:22:00 45 -#> 5851 25 A69-1303-555 8996 2017-01-02 04:24:00 45 -#> 5852 25 A69-1303-555 8997 2017-01-02 04:26:00 45 -#> 5853 25 A69-1303-555 8999 2017-01-02 04:28:00 45 -#> 5854 25 A69-1303-555 9001 2017-01-02 04:30:00 45 -#> 5855 25 A69-1303-555 9003 2017-01-02 04:32:00 45 -#> 5856 25 A69-1303-555 9005 2017-01-02 04:34:00 45 -#> 5857 25 A69-1303-555 9006 2017-01-02 04:36:00 45 -#> 5858 25 A69-1303-555 9008 2017-01-02 04:38:00 45 -#> 5859 25 A69-1303-555 9010 2017-01-02 04:40:00 45 -#> 5860 25 A69-1303-555 9012 2017-01-02 04:42:00 45 -#> 5861 25 A69-1303-555 9013 2017-01-02 04:44:00 45 -#> 5862 25 A69-1303-555 9014 2017-01-02 18:40:00 50 -#> 5863 25 A69-1303-555 9015 2017-01-02 18:52:00 50 -#> 5864 25 A69-1303-555 9016 2017-01-02 18:54:00 50 -#> 5865 25 A69-1303-555 9018 2017-01-02 18:56:00 50 -#> 5866 25 A69-1303-555 9020 2017-01-02 19:00:00 50 -#> 5867 25 A69-1303-555 9021 2017-01-02 19:02:00 50 -#> 5868 25 A69-1303-555 9022 2017-01-02 22:04:00 50 -#> 5869 25 A69-1303-555 9023 2017-01-02 22:10:00 50 -#> 5870 25 A69-1303-555 9025 2017-01-02 22:12:00 50 -#> 5871 25 A69-1303-555 9027 2017-01-02 22:14:00 50 -#> 5872 25 A69-1303-555 9029 2017-01-02 22:16:00 50 -#> 5873 25 A69-1303-555 9031 2017-01-02 22:18:00 50 -#> 5874 25 A69-1303-555 9033 2017-01-03 07:20:00 50 -#> 5875 25 A69-1303-555 9034 2017-01-03 07:22:00 50 -#> 5876 25 A69-1303-555 9035 2017-01-03 07:26:00 50 -#> 5877 25 A69-1303-555 9037 2017-01-03 07:28:00 50 -#> 5878 25 A69-1303-555 9038 2017-01-03 07:30:00 50 -#> 5879 25 A69-1303-555 9039 2017-01-03 07:34:00 50 -#> 5880 25 A69-1303-555 9040 2017-01-03 07:36:00 50 -#> 5881 25 A69-1303-555 9041 2017-01-03 10:24:00 50 -#> 5882 25 A69-1303-555 9042 2017-01-03 10:26:00 50 -#> 5883 25 A69-1303-555 9045 2017-01-03 10:28:00 50 -#> 5884 25 A69-1303-555 9047 2017-01-03 10:30:00 50 -#> 5885 25 A69-1303-555 9048 2017-01-03 10:32:00 50 -#> 5886 25 A69-1303-555 9050 2017-01-03 10:34:00 50 -#> 5887 25 A69-1303-555 9051 2017-01-03 10:36:00 50 -#> 5888 25 A69-1303-555 9052 2017-01-05 02:00:00 45 -#> 5889 25 A69-1303-555 9053 2017-01-05 02:02:00 45 -#> 5890 25 A69-1303-555 9054 2017-01-05 02:04:00 45 -#> 5891 25 A69-1303-555 9056 2017-01-05 02:22:00 45 -#> 5892 25 A69-1303-555 9058 2017-01-05 02:26:00 45 -#> 5893 25 A69-1303-555 9059 2017-01-05 02:28:00 45 -#> 5894 25 A69-1303-555 9061 2017-01-05 02:30:00 45 -#> 5895 25 A69-1303-555 9064 2017-01-05 02:32:00 45 -#> 5896 25 A69-1303-555 9066 2017-01-05 02:34:00 45 -#> 5897 25 A69-1303-555 9067 2017-01-05 02:36:00 45 -#> 5898 25 A69-1303-555 9070 2017-01-05 02:38:00 45 -#> 5899 25 A69-1303-555 9072 2017-01-05 02:40:00 45 -#> 5900 25 A69-1303-555 9073 2017-01-05 02:42:00 45 -#> 5901 25 A69-1303-555 9075 2017-01-05 02:44:00 45 -#> 5902 25 A69-1303-555 9076 2017-01-05 02:46:00 45 -#> 5903 25 A69-1303-555 9079 2017-01-05 02:48:00 45 -#> 5904 25 A69-1303-555 9080 2017-01-05 02:50:00 45 -#> 5905 25 A69-1303-555 9081 2017-01-05 02:52:00 45 -#> 5906 25 A69-1303-555 9082 2017-01-05 02:54:00 45 -#> 5907 25 A69-1303-555 9083 2017-01-05 02:56:00 45 -#> 5908 25 A69-1303-555 9084 2017-01-05 02:58:00 45 -#> 5909 25 A69-1303-555 9085 2017-01-05 03:00:00 45 -#> 5910 25 A69-1303-555 9086 2017-01-05 03:04:00 45 -#> 5911 25 A69-1303-555 9087 2017-01-05 03:06:00 45 -#> 5912 25 A69-1303-555 9088 2017-01-05 03:08:00 45 -#> 5913 25 A69-1303-555 9089 2017-01-05 03:10:00 45 -#> 5914 25 A69-1303-555 9090 2017-01-05 03:12:00 45 -#> 5915 25 A69-1303-555 9092 2017-01-05 03:14:00 45 -#> 5916 25 A69-1303-555 9093 2017-01-05 03:16:00 45 -#> 5917 25 A69-1303-555 9095 2017-01-05 03:18:00 45 -#> 5918 25 A69-1303-555 9096 2017-01-05 03:20:00 45 -#> 5919 25 A69-1303-555 9098 2017-01-05 03:22:00 45 -#> 5920 25 A69-1303-555 9100 2017-01-05 03:26:00 45 -#> 5921 25 A69-1303-555 9101 2017-01-05 03:32:00 45 -#> 5922 25 A69-1303-555 9103 2017-01-05 03:34:00 45 -#> 5923 25 A69-1303-555 9105 2017-01-05 03:36:00 45 -#> 5924 25 A69-1303-555 9107 2017-01-05 03:44:00 45 -#> 5925 25 A69-1303-555 9108 2017-01-05 04:02:00 45 -#> 5926 25 A69-1303-555 9109 2017-01-05 04:12:00 45 -#> 5927 25 A69-1303-555 9110 2017-01-05 04:14:00 45 -#> 5928 25 A69-1303-555 9111 2017-01-05 04:24:00 45 -#> 5929 25 A69-1303-555 9112 2017-01-05 04:26:00 45 -#> 5930 25 A69-1303-555 9114 2017-01-05 04:30:00 45 -#> 5931 25 A69-1303-555 9115 2017-01-05 04:32:00 45 -#> 5932 25 A69-1303-555 9117 2017-01-05 04:34:00 45 -#> 5933 25 A69-1303-555 9118 2017-01-05 04:36:00 45 -#> 5934 25 A69-1303-555 9119 2017-01-05 04:40:00 45 -#> 5935 25 A69-1303-555 9121 2017-01-05 04:42:00 45 -#> 5936 25 A69-1303-555 9123 2017-01-05 04:44:00 45 -#> 5937 25 A69-1303-555 9124 2017-01-05 04:46:00 45 -#> 5938 25 A69-1303-555 9126 2017-01-05 04:48:00 45 -#> 5939 25 A69-1303-555 9127 2017-01-05 04:50:00 45 -#> 5940 25 A69-1303-555 9128 2017-01-05 04:52:00 45 -#> 5941 25 A69-1303-555 9129 2017-01-05 04:58:00 45 -#> 5942 25 A69-1303-555 9130 2017-01-05 05:00:00 45 -#> 5943 25 A69-1303-555 9132 2017-01-05 05:02:00 45 -#> 5944 25 A69-1303-555 9134 2017-01-05 05:06:00 45 -#> 5945 25 A69-1303-555 9136 2017-01-05 05:08:00 45 -#> 5946 25 A69-1303-555 9137 2017-01-05 05:12:00 45 -#> 5947 25 A69-1303-555 9138 2017-01-05 05:20:00 45 -#> 5948 25 A69-1303-555 9139 2017-01-05 05:24:00 45 -#> 5949 25 A69-1303-555 9140 2017-01-05 05:32:00 45 -#> 5950 25 A69-1303-555 9141 2017-01-05 05:36:00 45 -#> 5951 25 A69-1303-555 9142 2017-01-05 05:42:00 45 -#> 5952 25 A69-1303-555 9144 2017-01-05 05:44:00 45 -#> 5953 25 A69-1303-555 9145 2017-01-05 05:50:00 45 -#> 5954 25 A69-1303-555 9146 2017-01-05 06:56:00 45 -#> 5955 25 A69-1303-555 9147 2017-01-05 07:00:00 45 -#> 5956 25 A69-1303-555 9148 2017-01-05 07:06:00 45 -#> 5957 25 A69-1303-555 9150 2017-01-05 07:08:00 45 -#> 5958 25 A69-1303-555 9151 2017-01-05 07:10:00 45 -#> 5959 25 A69-1303-555 9152 2017-01-05 07:14:00 45 -#> 5960 25 A69-1303-555 9153 2017-01-05 07:16:00 45 -#> 5961 25 A69-1303-555 9154 2017-01-05 07:18:00 45 -#> 5962 25 A69-1303-555 9156 2017-01-05 07:20:00 45 -#> 5963 25 A69-1303-555 9158 2017-01-05 07:24:00 45 -#> 5964 25 A69-1303-555 9160 2017-01-05 07:26:00 45 -#> 5965 25 A69-1303-555 9162 2017-01-05 07:28:00 45 -#> 5966 25 A69-1303-555 9163 2017-01-05 07:30:00 45 -#> 5967 25 A69-1303-555 9165 2017-01-05 07:32:00 45 -#> 5968 25 A69-1303-555 9168 2017-01-05 07:34:00 45 -#> 5969 25 A69-1303-555 9169 2017-01-05 07:36:00 45 -#> 5970 25 A69-1303-555 9170 2017-01-05 07:38:00 45 -#> 5971 25 A69-1303-555 9171 2017-01-05 07:40:00 45 -#> 5972 25 A69-1303-555 9173 2017-01-05 07:46:00 45 -#> 5973 25 A69-1303-555 9174 2017-01-05 07:48:00 45 -#> 5974 25 A69-1303-555 9175 2017-01-05 07:50:00 45 -#> 5975 25 A69-1303-555 9178 2017-01-05 07:52:00 45 -#> 5976 25 A69-1303-555 9179 2017-01-05 07:54:00 45 -#> 5977 25 A69-1303-555 9180 2017-01-05 07:56:00 45 -#> 5978 25 A69-1303-555 9182 2017-01-05 07:58:00 45 -#> 5979 25 A69-1303-555 9184 2017-01-05 08:00:00 45 -#> 5980 25 A69-1303-555 9185 2017-01-05 08:02:00 45 -#> 5981 25 A69-1303-555 9187 2017-01-05 08:04:00 45 -#> 5982 25 A69-1303-555 9188 2017-01-05 08:06:00 45 -#> 5983 25 A69-1303-555 9190 2017-01-05 08:08:00 45 -#> 5984 25 A69-1303-555 9193 2017-01-05 08:10:00 45 -#> 5985 25 A69-1303-555 9196 2017-01-05 08:12:00 45 -#> 5986 25 A69-1303-555 9198 2017-01-05 08:14:00 45 -#> 5987 25 A69-1303-555 9200 2017-01-05 08:16:00 45 -#> 5988 25 A69-1303-555 9201 2017-01-05 08:18:00 45 -#> 5989 25 A69-1303-555 9202 2017-01-05 08:20:00 45 -#> 5990 25 A69-1303-555 9203 2017-01-05 08:22:00 45 -#> 5991 25 A69-1303-555 9205 2017-01-05 08:24:00 45 -#> 5992 25 A69-1303-555 9207 2017-01-05 08:26:00 45 -#> 5993 25 A69-1303-555 9208 2017-01-05 08:28:00 45 -#> 5994 25 A69-1303-555 9210 2017-01-05 08:30:00 45 -#> 5995 25 A69-1303-555 9211 2017-01-05 08:32:00 45 -#> 5996 25 A69-1303-555 9213 2017-01-05 08:36:00 45 -#> 5997 25 A69-1303-555 9214 2017-01-05 08:38:00 45 -#> 5998 25 A69-1303-555 9215 2017-01-05 08:42:00 45 -#> 5999 25 A69-1303-555 9216 2017-01-05 08:46:00 45 -#> 6000 25 A69-1303-555 9217 2017-01-05 08:56:00 45 -#> 6001 25 A69-1303-555 9219 2017-01-05 08:58:00 45 -#> 6002 25 A69-1303-555 9220 2017-01-05 09:00:00 45 -#> 6003 25 A69-1303-555 9221 2017-01-05 09:04:00 45 -#> 6004 25 A69-1303-555 9223 2017-01-05 09:06:00 45 -#> 6005 25 A69-1303-555 9224 2017-01-05 09:08:00 45 -#> 6006 25 A69-1303-555 9226 2017-01-05 09:10:00 45 -#> 6007 25 A69-1303-555 9227 2017-01-05 09:12:00 45 -#> 6008 25 A69-1303-555 9229 2017-01-05 09:14:00 45 -#> 6009 25 A69-1303-555 9230 2017-01-05 09:16:00 45 -#> 6010 25 A69-1303-555 9233 2017-01-05 09:18:00 45 -#> 6011 25 A69-1303-555 9234 2017-01-05 09:22:00 45 -#> 6012 25 A69-1303-555 9235 2017-01-05 09:24:00 45 -#> 6013 25 A69-1303-555 9236 2017-01-05 09:26:00 45 -#> 6014 25 A69-1303-555 9238 2017-01-05 09:28:00 45 -#> 6015 25 A69-1303-555 9239 2017-01-05 09:30:00 45 -#> 6016 25 A69-1303-555 9240 2017-01-05 09:32:00 45 -#> 6017 25 A69-1303-555 9243 2017-01-05 09:36:00 45 -#> 6018 25 A69-1303-555 9245 2017-01-05 09:38:00 45 -#> 6019 25 A69-1303-555 9246 2017-01-05 09:40:00 45 -#> 6020 25 A69-1303-555 9248 2017-01-05 09:42:00 45 -#> 6021 25 A69-1303-555 9250 2017-01-05 09:44:00 45 -#> 6022 25 A69-1303-555 9251 2017-01-05 09:46:00 45 -#> 6023 25 A69-1303-555 9252 2017-01-05 09:48:00 45 -#> 6024 25 A69-1303-555 9254 2017-01-05 09:50:00 45 -#> 6025 25 A69-1303-555 9255 2017-01-05 09:52:00 45 -#> 6026 25 A69-1303-555 9256 2017-01-05 09:54:00 45 -#> 6027 25 A69-1303-555 9258 2017-01-05 09:56:00 45 -#> 6028 25 A69-1303-555 9259 2017-01-05 09:58:00 45 -#> 6029 25 A69-1303-555 9261 2017-01-05 10:00:00 45 -#> 6030 25 A69-1303-555 9264 2017-01-05 10:02:00 45 -#> 6031 25 A69-1303-555 9266 2017-01-05 10:04:00 45 -#> 6032 25 A69-1303-555 9267 2017-01-05 10:06:00 45 -#> 6033 25 A69-1303-555 9269 2017-01-05 10:08:00 45 -#> 6034 25 A69-1303-555 9271 2017-01-05 10:10:00 45 -#> 6035 25 A69-1303-555 9273 2017-01-05 10:12:00 45 -#> 6036 25 A69-1303-555 9275 2017-01-05 10:14:00 45 -#> 6037 25 A69-1303-555 9276 2017-01-05 10:16:00 45 -#> 6038 25 A69-1303-555 9278 2017-01-05 10:18:00 45 -#> 6039 25 A69-1303-555 9279 2017-01-05 10:20:00 45 -#> 6040 25 A69-1303-555 9281 2017-01-05 10:24:00 45 -#> 6041 25 A69-1303-555 9282 2017-01-05 10:26:00 45 -#> 6042 25 A69-1303-555 9284 2017-01-05 10:28:00 45 -#> 6043 25 A69-1303-555 9286 2017-01-05 10:30:00 45 -#> 6044 25 A69-1303-555 9287 2017-01-05 10:32:00 45 -#> 6045 25 A69-1303-555 9289 2017-01-05 10:34:00 45 -#> 6046 25 A69-1303-555 9291 2017-01-05 10:36:00 45 -#> 6047 25 A69-1303-555 9292 2017-01-05 10:38:00 45 -#> 6048 25 A69-1303-555 9293 2017-01-05 10:42:00 45 -#> 6049 25 A69-1303-555 9295 2017-01-05 10:44:00 45 -#> 6050 25 A69-1303-555 9296 2017-01-05 10:46:00 45 -#> 6051 25 A69-1303-555 9297 2017-01-05 10:48:00 45 -#> 6052 25 A69-1303-555 9298 2017-01-06 19:38:00 51 -#> 6053 25 A69-1303-555 9299 2017-01-06 19:40:00 51 -#> 6054 25 A69-1303-555 9300 2017-01-06 19:42:00 51 -#> 6055 25 A69-1303-555 9302 2017-01-06 19:44:00 51 -#> 6056 25 A69-1303-555 9303 2017-01-06 19:48:00 51 -#> 6057 25 A69-1303-555 9304 2017-01-08 03:52:00 50 -#> 6058 25 A69-1303-555 9305 2017-01-08 03:54:00 50 -#> 6059 25 A69-1303-555 9306 2017-01-08 03:56:00 50 -#> 6060 25 A69-1303-555 9308 2017-01-08 03:58:00 50 -#> 6061 25 A69-1303-555 9309 2017-01-08 04:00:00 50 -#> 6062 25 A69-1303-555 9310 2017-01-08 04:02:00 50 -#> 6063 25 A69-1303-555 9312 2017-01-08 04:04:00 50 -#> 6064 25 A69-1303-555 9313 2017-01-08 04:06:00 50 -#> 6065 25 A69-1303-555 9314 2017-01-08 04:08:00 50 -#> 6066 25 A69-1303-555 9315 2017-01-08 17:22:00 48 -#> 6067 25 A69-1303-555 9317 2017-01-08 17:24:00 48 -#> 6068 25 A69-1303-555 9318 2017-01-08 17:26:00 48 -#> 6069 25 A69-1303-555 9321 2017-01-08 17:28:00 48 -#> 6070 25 A69-1303-555 9322 2017-01-08 17:30:00 48 -#> 6071 25 A69-1303-555 9323 2017-01-08 17:32:00 48 -#> 6072 25 A69-1303-555 9325 2017-01-08 17:36:00 48 -#> 6073 25 A69-1303-555 9326 2017-01-08 17:38:00 48 -#> 6074 25 A69-1303-555 9329 2017-01-08 17:40:00 48 -#> 6075 25 A69-1303-555 9330 2017-01-08 17:42:00 48 -#> 6076 25 A69-1303-555 9331 2017-01-08 17:44:00 48 -#> 6077 25 A69-1303-555 9333 2017-01-08 17:46:00 48 -#> 6078 25 A69-1303-555 9334 2017-01-08 17:48:00 48 -#> 6079 25 A69-1303-555 9336 2017-01-08 17:50:00 48 -#> 6080 25 A69-1303-555 9337 2017-01-08 17:52:00 48 -#> 6081 25 A69-1303-555 9340 2017-01-08 17:54:00 48 -#> 6082 25 A69-1303-555 9341 2017-01-08 17:56:00 48 -#> 6083 25 A69-1303-555 9344 2017-01-08 17:58:00 48 -#> 6084 25 A69-1303-555 9345 2017-01-08 18:00:00 48 -#> 6085 25 A69-1303-555 9347 2017-01-08 18:02:00 48 -#> 6086 25 A69-1303-555 9350 2017-01-08 18:04:00 48 -#> 6087 25 A69-1303-555 9351 2017-01-08 18:06:00 48 -#> 6088 25 A69-1303-555 9353 2017-01-08 18:08:00 48 -#> 6089 25 A69-1303-555 9354 2017-01-08 18:10:00 48 -#> 6090 25 A69-1303-555 9356 2017-01-08 18:12:00 48 -#> 6091 25 A69-1303-555 9357 2017-01-08 18:14:00 48 -#> 6092 25 A69-1303-555 9358 2017-01-08 18:16:00 48 -#> 6093 25 A69-1303-555 9359 2017-01-08 18:18:00 48 -#> 6094 25 A69-1303-555 9362 2017-01-08 18:20:00 48 -#> 6095 25 A69-1303-555 9364 2017-01-08 18:22:00 48 -#> 6096 25 A69-1303-555 9366 2017-01-08 18:24:00 48 -#> 6097 25 A69-1303-555 9368 2017-01-08 18:26:00 48 -#> 6098 25 A69-1303-555 9369 2017-01-08 18:28:00 48 -#> 6099 25 A69-1303-555 9371 2017-01-08 18:30:00 48 -#> 6100 25 A69-1303-555 9373 2017-01-08 18:32:00 48 -#> 6101 25 A69-1303-555 9374 2017-01-08 18:34:00 48 -#> 6102 25 A69-1303-555 9376 2017-01-08 18:36:00 48 -#> 6103 25 A69-1303-555 9377 2017-01-08 18:38:00 48 -#> 6104 25 A69-1303-555 9378 2017-01-08 18:40:00 48 -#> 6105 25 A69-1303-555 9379 2017-01-09 17:34:00 45 -#> 6106 25 A69-1303-555 9380 2017-01-09 17:36:00 45 -#> 6107 25 A69-1303-555 9381 2017-01-09 17:38:00 45 -#> 6108 25 A69-1303-555 9382 2017-01-09 17:40:00 45 -#> 6109 25 A69-1303-555 9384 2017-01-09 17:42:00 45 -#> 6110 25 A69-1303-555 9386 2017-01-09 17:44:00 45 -#> 6111 25 A69-1303-555 9387 2017-01-09 19:56:00 45 -#> 6112 25 A69-1303-555 9389 2017-01-09 19:58:00 45 -#> 6113 25 A69-1303-555 9390 2017-01-09 20:00:00 45 -#> 6114 25 A69-1303-555 9391 2017-01-09 20:02:00 45 -#> 6115 25 A69-1303-555 9392 2017-01-09 20:04:00 45 -#> 6116 25 A69-1303-555 9393 2017-01-09 20:06:00 45 -#> 6117 25 A69-1303-555 9394 2017-01-09 20:10:00 45 -#> 6118 25 A69-1303-555 9395 2017-01-09 20:12:00 45 -#> 6119 25 A69-1303-555 9396 2017-01-09 20:14:00 45 -#> 6120 25 A69-1303-555 9398 2017-01-09 20:16:00 45 -#> 6121 25 A69-1303-555 9399 2017-01-09 20:18:00 45 -#> 6122 25 A69-1303-555 9401 2017-01-09 20:20:00 45 -#> 6123 25 A69-1303-555 9403 2017-01-09 20:22:00 45 -#> 6124 25 A69-1303-555 9404 2017-01-09 20:24:00 45 -#> 6125 25 A69-1303-555 9405 2017-01-09 20:26:00 45 -#> 6126 25 A69-1303-555 9406 2017-01-09 20:28:00 45 -#> 6127 25 A69-1303-555 9407 2017-01-09 20:44:00 45 -#> 6128 25 A69-1303-555 9409 2017-01-09 20:46:00 45 -#> 6129 25 A69-1303-555 9410 2017-01-09 20:50:00 45 -#> 6130 25 A69-1303-555 9411 2017-01-09 20:52:00 45 -#> 6131 25 A69-1303-555 9413 2017-01-09 20:54:00 45 -#> 6132 25 A69-1303-555 9415 2017-01-09 20:56:00 45 -#> 6133 25 A69-1303-555 9416 2017-01-09 20:58:00 45 -#> 6134 25 A69-1303-555 9418 2017-01-09 21:02:00 45 -#> 6135 25 A69-1303-555 9419 2017-01-09 21:10:00 45 -#> 6136 25 A69-1303-555 9422 2017-01-09 22:18:00 48 -#> 6137 25 A69-1303-555 9423 2017-01-09 22:20:00 48 -#> 6138 25 A69-1303-555 9424 2017-01-09 22:22:00 48 -#> 6139 25 A69-1303-555 9425 2017-01-09 22:24:00 48 -#> 6140 25 A69-1303-555 9427 2017-01-09 22:26:00 48 -#> 6141 25 A69-1303-555 9428 2017-01-09 22:28:00 48 -#> 6142 25 A69-1303-555 9430 2017-01-09 22:30:00 48 -#> 6143 25 A69-1303-555 9433 2017-01-09 22:34:00 48 -#> 6144 25 A69-1303-555 9435 2017-01-09 22:36:00 48 -#> 6145 25 A69-1303-555 9437 2017-01-09 22:38:00 48 -#> 6146 25 A69-1303-555 9438 2017-01-09 22:40:00 48 -#> 6147 25 A69-1303-555 9440 2017-01-09 22:42:00 48 -#> 6148 25 A69-1303-555 9441 2017-01-09 22:46:00 48 -#> 6149 25 A69-1303-555 9442 2017-01-09 22:52:00 48 -#> 6150 25 A69-1303-555 9443 2017-01-09 22:54:00 48 -#> 6151 25 A69-1303-555 9444 2017-01-12 14:00:00 50 -#> 6152 25 A69-1303-555 9445 2017-01-12 14:02:00 50 -#> 6153 25 A69-1303-555 9447 2017-01-12 21:28:00 41 -#> 6154 25 A69-1303-555 9449 2017-01-12 21:32:00 41 -#> 6155 25 A69-1303-555 9450 2017-01-12 21:36:00 41 -#> 6156 25 A69-1303-555 9451 2017-01-13 07:34:00 24 -#> 6157 25 A69-1303-555 9452 2017-01-13 07:36:00 24 -#> 6158 25 A69-1303-555 9453 2017-01-13 07:38:00 24 -#> 6159 25 A69-1303-555 9454 2017-01-13 07:40:00 24 -#> 6160 25 A69-1303-555 9456 2017-01-13 07:42:00 24 -#> 6161 25 A69-1303-555 9457 2017-01-13 07:44:00 24 -#> 6162 25 A69-1303-555 9459 2017-01-13 07:46:00 24 -#> 6163 25 A69-1303-555 9462 2017-01-13 07:48:00 24 -#> 6164 25 A69-1303-555 9464 2017-01-13 07:50:00 24 -#> 6165 25 A69-1303-555 9465 2017-01-13 07:52:00 24 -#> 6166 25 A69-1303-555 9467 2017-01-13 07:54:00 24 -#> 6167 25 A69-1303-555 9469 2017-01-13 07:56:00 24 -#> 6168 25 A69-1303-555 9471 2017-01-13 07:58:00 24 -#> 6169 25 A69-1303-555 9472 2017-01-13 08:06:00 24 -#> 6170 25 A69-1303-555 9474 2017-01-13 08:12:00 24 -#> 6171 25 A69-1303-555 9475 2017-01-13 09:42:00 50 -#> 6172 25 A69-1303-555 9476 2017-01-13 09:44:00 50 -#> 6173 25 A69-1303-555 9477 2017-01-13 20:30:00 45 -#> 6174 25 A69-1303-555 9479 2017-01-13 20:32:00 45 -#> 6175 25 A69-1303-555 9480 2017-01-13 20:34:00 45 -#> 6176 25 A69-1303-555 9482 2017-01-13 20:40:00 45 -#> 6177 25 A69-1303-555 9484 2017-01-13 20:42:00 45 -#> 6178 25 A69-1303-555 9486 2017-01-13 20:44:00 45 -#> 6179 25 A69-1303-555 9488 2017-01-13 20:46:00 45 -#> 6180 25 A69-1303-555 9489 2017-01-13 20:48:00 45 -#> 6181 25 A69-1303-555 9490 2017-01-13 20:50:00 45 -#> 6182 25 A69-1303-555 9493 2017-01-13 20:52:00 45 -#> 6183 25 A69-1303-555 9494 2017-01-13 20:54:00 45 -#> 6184 25 A69-1303-555 9496 2017-01-13 20:56:00 45 -#> 6185 25 A69-1303-555 9498 2017-01-13 20:58:00 45 -#> 6186 25 A69-1303-555 9500 2017-01-13 21:00:00 45 -#> 6187 25 A69-1303-555 9501 2017-01-13 22:16:00 45 -#> 6188 25 A69-1303-555 9502 2017-01-13 22:20:00 45 -#> 6189 25 A69-1303-555 9505 2017-01-13 22:22:00 45 -#> 6190 25 A69-1303-555 9507 2017-01-13 22:24:00 45 -#> 6191 25 A69-1303-555 9508 2017-01-13 22:26:00 45 -#> 6192 25 A69-1303-555 9509 2017-01-13 22:28:00 45 -#> 6193 25 A69-1303-555 9511 2017-01-13 22:32:00 45 -#> 6194 25 A69-1303-555 9512 2017-01-13 22:34:00 45 -#> 6195 25 A69-1303-555 9513 2017-01-13 22:36:00 45 -#> 6196 25 A69-1303-555 9514 2017-01-13 22:38:00 45 -#> 6197 25 A69-1303-555 9516 2017-01-13 22:40:00 45 -#> 6198 25 A69-1303-555 9519 2017-01-13 22:42:00 45 -#> 6199 25 A69-1303-555 9521 2017-01-13 22:44:00 45 -#> 6200 25 A69-1303-555 9524 2017-01-13 22:46:00 45 -#> 6201 25 A69-1303-555 9526 2017-01-13 22:48:00 45 -#> 6202 25 A69-1303-555 9527 2017-01-13 22:50:00 45 -#> 6203 25 A69-1303-555 9530 2017-01-13 22:52:00 45 -#> 6204 25 A69-1303-555 9531 2017-01-13 22:54:00 45 -#> 6205 25 A69-1303-555 9533 2017-01-13 22:58:00 45 -#> 6206 25 A69-1303-555 9534 2017-01-13 23:00:00 45 -#> 6207 25 A69-1303-555 9536 2017-01-13 23:02:00 45 -#> 6208 25 A69-1303-555 9538 2017-01-13 23:04:00 45 -#> 6209 25 A69-1303-555 9540 2017-01-13 23:06:00 45 -#> 6210 25 A69-1303-555 9542 2017-01-13 23:08:00 45 -#> 6211 25 A69-1303-555 9543 2017-01-13 23:10:00 45 -#> 6212 25 A69-1303-555 9545 2017-01-13 23:12:00 45 -#> 6213 25 A69-1303-555 9547 2017-01-14 05:36:00 51 -#> 6214 25 A69-1303-555 9550 2017-01-14 05:38:00 51 -#> 6215 25 A69-1303-555 9552 2017-01-14 05:40:00 51 -#> 6216 25 A69-1303-555 9553 2017-01-14 05:42:00 51 -#> 6217 25 A69-1303-555 9555 2017-01-14 05:44:00 51 -#> 6218 25 A69-1303-555 9556 2017-01-14 05:46:00 51 -#> 6219 25 A69-1303-555 9558 2017-01-14 05:48:00 51 -#> 6220 25 A69-1303-555 9560 2017-01-14 05:50:00 51 -#> 6221 25 A69-1303-555 9561 2017-01-14 05:52:00 51 -#> 6222 25 A69-1303-555 9562 2017-01-15 03:58:00 47 -#> 6223 25 A69-1303-555 9563 2017-01-15 04:00:00 47 -#> 6224 25 A69-1303-555 9564 2017-01-15 04:02:00 47 -#> 6225 25 A69-1303-555 9565 2017-01-15 04:04:00 47 -#> 6226 25 A69-1303-555 9567 2017-01-15 09:08:00 47 -#> 6227 25 A69-1303-555 9569 2017-01-15 09:10:00 47 -#> 6228 25 A69-1303-555 9571 2017-01-15 09:12:00 47 -#> 6229 25 A69-1303-555 9573 2017-01-15 17:42:00 41 -#> 6230 25 A69-1303-555 9574 2017-01-15 17:44:00 41 -#> 6231 25 A69-1303-555 9575 2017-01-15 17:48:00 41 -#> 6232 25 A69-1303-555 9576 2017-01-15 17:50:00 41 -#> 6233 25 A69-1303-555 9577 2017-01-15 17:58:00 47 -#> 6234 25 A69-1303-555 9578 2017-01-15 18:00:00 47 -#> 6235 25 A69-1303-555 9580 2017-01-15 18:02:00 47 -#> 6236 25 A69-1303-555 9581 2017-01-15 18:04:00 47 -#> 6237 25 A69-1303-555 9582 2017-01-15 18:06:00 47 -#> 6238 25 A69-1303-555 9584 2017-01-15 18:08:00 47 -#> 6239 25 A69-1303-555 9585 2017-01-15 18:10:00 47 -#> 6240 25 A69-1303-555 9586 2017-01-15 18:12:00 47 -#> 6241 25 A69-1303-555 9588 2017-01-15 18:14:00 47 -#> 6242 25 A69-1303-555 9590 2017-01-15 18:16:00 47 -#> 6243 25 A69-1303-555 9591 2017-01-15 18:18:00 47 -#> 6244 25 A69-1303-555 9592 2017-01-15 18:20:00 47 -#> 6245 25 A69-1303-555 9593 2017-01-15 18:36:00 47 -#> 6246 25 A69-1303-555 9594 2017-01-15 18:40:00 47 -#> 6247 25 A69-1303-555 9595 2017-01-15 18:42:00 47 -#> 6248 25 A69-1303-555 9596 2017-01-15 18:46:00 47 -#> 6249 25 A69-1303-555 9598 2017-01-15 18:48:00 47 -#> 6250 25 A69-1303-555 9600 2017-01-15 18:50:00 47 -#> 6251 25 A69-1303-555 9601 2017-01-15 18:52:00 47 -#> 6252 25 A69-1303-555 9602 2017-01-15 19:04:00 47 -#> 6253 25 A69-1303-555 9603 2017-01-15 19:06:00 47 -#> 6254 25 A69-1303-555 9605 2017-01-15 19:10:00 47 -#> 6255 25 A69-1303-555 9606 2017-01-15 19:12:00 47 -#> 6256 25 A69-1303-555 9608 2017-01-15 19:14:00 47 -#> 6257 25 A69-1303-555 9609 2017-01-15 19:16:00 47 -#> 6258 25 A69-1303-555 9610 2017-01-15 19:18:00 47 -#> 6259 25 A69-1303-555 9612 2017-01-15 19:20:00 47 -#> 6260 25 A69-1303-555 9613 2017-01-15 19:22:00 47 -#> 6261 25 A69-1303-555 9614 2017-01-15 19:30:00 47 -#> 6262 25 A69-1303-555 9615 2017-01-15 19:34:00 47 -#> 6263 25 A69-1303-555 9616 2017-01-15 19:36:00 47 -#> 6264 25 A69-1303-555 9617 2017-01-15 19:40:00 47 -#> 6265 25 A69-1303-555 9618 2017-01-15 19:42:00 41 -#> 6266 25 A69-1303-555 9619 2017-01-15 19:44:00 47 -#> 6267 25 A69-1303-555 9620 2017-01-15 19:44:00 41 -#> 6268 25 A69-1303-555 9622 2017-01-15 19:46:00 47 -#> 6269 25 A69-1303-555 9623 2017-01-15 19:46:00 41 -#> 6270 25 A69-1303-555 9625 2017-01-15 19:50:00 41 -#> 6271 25 A69-1303-555 9627 2017-01-15 19:52:00 41 -#> 6272 25 A69-1303-555 9629 2017-01-15 19:54:00 41 -#> 6273 25 A69-1303-555 9631 2017-01-15 19:56:00 41 -#> 6274 25 A69-1303-555 9633 2017-01-15 19:58:00 41 -#> 6275 25 A69-1303-555 9635 2017-01-15 20:00:00 41 -#> 6276 25 A69-1303-555 9636 2017-01-15 20:02:00 41 -#> 6277 25 A69-1303-555 9638 2017-01-15 20:04:00 41 -#> 6278 25 A69-1303-555 9640 2017-01-15 20:06:00 41 -#> 6279 25 A69-1303-555 9642 2017-01-15 20:08:00 41 -#> 6280 25 A69-1303-555 9643 2017-01-15 20:10:00 41 -#> 6281 25 A69-1303-555 9646 2017-01-15 20:26:00 41 -#> 6282 25 A69-1303-555 9647 2017-01-16 09:14:00 24 -#> 6283 25 A69-1303-555 9648 2017-01-16 09:16:00 24 -#> 6284 25 A69-1303-555 9649 2017-01-16 09:34:00 24 -#> 6285 25 A69-1303-555 9650 2017-01-16 09:46:00 24 -#> 6286 25 A69-1303-555 9651 2017-01-16 09:48:00 24 -#> 6287 25 A69-1303-555 9652 2017-01-16 09:50:00 24 -#> 6288 25 A69-1303-555 9654 2017-01-16 09:54:00 24 -#> 6289 25 A69-1303-555 9655 2017-01-16 09:56:00 24 -#> 6290 25 A69-1303-555 9657 2017-01-16 10:00:00 24 -#> 6291 25 A69-1303-555 9659 2017-01-16 10:02:00 24 -#> 6292 25 A69-1303-555 9660 2017-01-16 10:04:00 24 -#> 6293 25 A69-1303-555 9661 2017-01-16 10:06:00 24 -#> 6294 25 A69-1303-555 9662 2017-01-16 10:08:00 24 -#> 6295 25 A69-1303-555 9663 2017-01-16 10:12:00 24 -#> 6296 25 A69-1303-555 9664 2017-01-16 10:16:00 24 -#> 6297 25 A69-1303-555 9665 2017-01-16 10:20:00 24 -#> 6298 25 A69-1303-555 9666 2017-01-16 10:22:00 24 -#> 6299 25 A69-1303-555 9667 2017-01-16 10:24:00 24 -#> 6300 25 A69-1303-555 9668 2017-01-16 11:10:00 24 -#> 6301 25 A69-1303-555 9669 2017-01-16 11:24:00 24 -#> 6302 25 A69-1303-555 9670 2017-01-16 11:28:00 24 -#> 6303 25 A69-1303-555 9671 2017-01-16 11:30:00 24 -#> 6304 25 A69-1303-555 9672 2017-01-16 11:32:00 24 -#> 6305 25 A69-1303-555 9674 2017-01-16 11:36:00 24 -#> 6306 25 A69-1303-555 9676 2017-01-16 11:38:00 24 -#> 6307 25 A69-1303-555 9678 2017-01-16 11:44:00 24 -#> 6308 25 A69-1303-555 9680 2017-01-16 11:46:00 24 -#> 6309 25 A69-1303-555 9681 2017-01-16 11:48:00 24 -#> 6310 25 A69-1303-555 9684 2017-01-16 11:50:00 24 -#> 6311 25 A69-1303-555 9686 2017-01-16 11:52:00 24 -#> 6312 25 A69-1303-555 9687 2017-01-16 11:54:00 24 -#> 6313 25 A69-1303-555 9689 2017-01-16 11:56:00 24 -#> 6314 25 A69-1303-555 9691 2017-01-16 11:58:00 24 -#> 6315 25 A69-1303-555 9693 2017-01-16 12:00:00 24 -#> 6316 25 A69-1303-555 9694 2017-01-16 12:02:00 24 -#> 6317 25 A69-1303-555 9695 2017-01-16 12:04:00 24 -#> 6318 25 A69-1303-555 9697 2017-01-16 12:06:00 24 -#> 6319 25 A69-1303-555 9698 2017-01-16 12:44:00 50 -#> 6320 25 A69-1303-555 9699 2017-01-16 12:46:00 50 -#> 6321 25 A69-1303-555 9701 2017-01-16 12:50:00 50 -#> 6322 25 A69-1303-555 9704 2017-01-16 12:52:00 50 -#> 6323 25 A69-1303-555 9705 2017-01-16 12:54:00 50 -#> 6324 25 A69-1303-555 9707 2017-01-16 12:56:00 50 -#> 6325 25 A69-1303-555 9709 2017-01-16 12:58:00 50 -#> 6326 25 A69-1303-555 9710 2017-01-16 13:00:00 50 -#> 6327 25 A69-1303-555 9711 2017-01-16 13:02:00 50 -#> 6328 25 A69-1303-555 9712 2017-01-16 13:06:00 50 -#> 6329 25 A69-1303-555 9713 2017-01-16 13:08:00 50 -#> 6330 25 A69-1303-555 9714 2017-01-16 13:10:00 50 -#> 6331 25 A69-1303-555 9716 2017-01-16 13:12:00 50 -#> 6332 25 A69-1303-555 9717 2017-01-16 13:14:00 50 -#> 6333 25 A69-1303-555 9719 2017-01-16 13:16:00 50 -#> 6334 25 A69-1303-555 9721 2017-01-16 13:18:00 50 -#> 6335 25 A69-1303-555 9723 2017-01-16 13:20:00 50 -#> 6336 25 A69-1303-555 9725 2017-01-16 13:22:00 50 -#> 6337 25 A69-1303-555 9726 2017-01-16 13:24:00 50 -#> 6338 25 A69-1303-555 9727 2017-01-16 13:26:00 50 -#> 6339 25 A69-1303-555 9728 2017-01-16 13:28:00 50 -#> 6340 25 A69-1303-555 9729 2017-01-16 13:30:00 50 -#> 6341 25 A69-1303-555 9730 2017-01-16 13:38:00 50 -#> 6342 25 A69-1303-555 9732 2017-01-16 13:40:00 50 -#> 6343 25 A69-1303-555 9733 2017-01-16 13:42:00 50 -#> 6344 25 A69-1303-555 9734 2017-01-16 13:44:00 50 -#> 6345 25 A69-1303-555 9735 2017-01-16 13:46:00 50 -#> 6346 25 A69-1303-555 9736 2017-01-16 13:50:00 50 -#> 6347 25 A69-1303-555 9738 2017-01-16 13:52:00 50 -#> 6348 25 A69-1303-555 9740 2017-01-16 13:54:00 50 -#> 6349 25 A69-1303-555 9742 2017-01-16 13:56:00 50 -#> 6350 25 A69-1303-555 9743 2017-01-16 13:58:00 50 -#> 6351 25 A69-1303-555 9745 2017-01-16 14:00:00 50 -#> 6352 25 A69-1303-555 9747 2017-01-16 14:02:00 50 -#> 6353 25 A69-1303-555 9750 2017-01-16 14:04:00 50 -#> 6354 25 A69-1303-555 9751 2017-01-16 14:06:00 50 -#> 6355 25 A69-1303-555 9752 2017-01-16 14:08:00 50 -#> 6356 25 A69-1303-555 9753 2017-01-16 14:10:00 50 -#> 6357 25 A69-1303-555 9754 2017-01-16 14:12:00 50 -#> 6358 25 A69-1303-555 9756 2017-01-16 14:14:00 50 -#> 6359 25 A69-1303-555 9757 2017-01-16 14:24:00 50 -#> 6360 25 A69-1303-555 9759 2017-01-16 14:26:00 50 -#> 6361 25 A69-1303-555 9761 2017-01-16 17:16:00 24 -#> 6362 25 A69-1303-555 9763 2017-01-16 17:22:00 24 -#> 6363 25 A69-1303-555 9764 2017-01-16 17:24:00 24 -#> 6364 25 A69-1303-555 9765 2017-01-16 17:26:00 24 -#> 6365 25 A69-1303-555 9766 2017-01-16 17:28:00 24 -#> 6366 25 A69-1303-555 9767 2017-01-16 18:04:00 24 -#> 6367 25 A69-1303-555 9769 2017-01-16 18:06:00 24 -#> 6368 25 A69-1303-555 9771 2017-01-16 18:08:00 24 -#> 6369 25 A69-1303-555 9773 2017-01-16 18:10:00 24 -#> 6370 25 A69-1303-555 9775 2017-01-16 18:12:00 24 -#> 6371 25 A69-1303-555 9777 2017-01-16 18:14:00 24 -#> 6372 25 A69-1303-555 9779 2017-01-16 18:16:00 24 -#> 6373 25 A69-1303-555 9780 2017-01-16 19:40:00 24 -#> 6374 25 A69-1303-555 9782 2017-01-16 19:44:00 24 -#> 6375 25 A69-1303-555 9783 2017-01-17 10:58:00 45 -#> 6376 25 A69-1303-555 9784 2017-01-17 11:04:00 45 -#> 6377 25 A69-1303-555 9785 2017-01-17 11:10:00 45 -#> 6378 25 A69-1303-555 9786 2017-01-17 11:16:00 45 -#> 6379 25 A69-1303-555 9789 2017-01-17 11:20:00 45 -#> 6380 25 A69-1303-555 9792 2017-01-17 11:22:00 45 -#> 6381 25 A69-1303-555 9793 2017-01-17 11:24:00 45 -#> 6382 25 A69-1303-555 9794 2017-01-17 11:26:00 45 -#> 6383 25 A69-1303-555 9795 2017-01-17 11:28:00 45 -#> 6384 25 A69-1303-555 9797 2017-01-17 11:30:00 45 -#> 6385 25 A69-1303-555 9798 2017-01-17 11:32:00 45 -#> 6386 25 A69-1303-555 9799 2017-01-17 11:36:00 45 -#> 6387 25 A69-1303-555 9801 2017-01-17 11:38:00 45 -#> 6388 25 A69-1303-555 9803 2017-01-17 11:40:00 45 -#> 6389 25 A69-1303-555 9804 2017-01-17 11:42:00 45 -#> 6390 25 A69-1303-555 9805 2017-01-17 11:44:00 45 -#> 6391 25 A69-1303-555 9806 2017-01-17 11:46:00 45 -#> 6392 25 A69-1303-555 9807 2017-01-17 11:48:00 45 -#> 6393 25 A69-1303-555 9809 2017-01-17 11:50:00 45 -#> 6394 25 A69-1303-555 9810 2017-01-17 11:52:00 45 -#> 6395 25 A69-1303-555 9812 2017-01-17 11:54:00 45 -#> 6396 25 A69-1303-555 9813 2017-01-17 11:56:00 45 -#> 6397 25 A69-1303-555 9815 2017-01-17 11:58:00 45 -#> 6398 25 A69-1303-555 9817 2017-01-17 12:04:00 45 -#> 6399 25 A69-1303-555 9819 2017-01-17 12:06:00 45 -#> 6400 25 A69-1303-555 9821 2017-01-17 12:08:00 45 -#> 6401 25 A69-1303-555 9823 2017-01-17 12:10:00 45 -#> 6402 25 A69-1303-555 9824 2017-01-17 12:12:00 45 -#> 6403 25 A69-1303-555 9827 2017-01-17 12:14:00 45 -#> 6404 25 A69-1303-555 9829 2017-01-17 12:16:00 45 -#> 6405 25 A69-1303-555 9831 2017-01-17 12:18:00 45 -#> 6406 25 A69-1303-555 9832 2017-01-17 12:20:00 45 -#> 6407 25 A69-1303-555 9833 2017-01-17 12:24:00 45 -#> 6408 25 A69-1303-555 9834 2017-01-17 12:28:00 45 -#> 6409 25 A69-1303-555 9835 2017-01-17 12:30:00 45 -#> 6410 25 A69-1303-555 9838 2017-01-17 12:32:00 45 -#> 6411 25 A69-1303-555 9839 2017-01-17 12:34:00 45 -#> 6412 25 A69-1303-555 9840 2017-01-17 12:36:00 45 -#> 6413 25 A69-1303-555 9842 2017-01-17 12:38:00 45 -#> 6414 25 A69-1303-555 9843 2017-01-17 12:40:00 45 -#> 6415 25 A69-1303-555 9844 2017-01-17 12:42:00 45 -#> 6416 25 A69-1303-555 9846 2017-01-17 12:44:00 45 -#> 6417 25 A69-1303-555 9848 2017-01-17 12:46:00 45 -#> 6418 25 A69-1303-555 9849 2017-01-17 12:48:00 45 -#> 6419 25 A69-1303-555 9850 2017-01-17 12:50:00 45 -#> 6420 25 A69-1303-555 9852 2017-01-17 12:52:00 45 -#> 6421 25 A69-1303-555 9853 2017-01-17 12:54:00 45 -#> 6422 25 A69-1303-555 9854 2017-01-17 12:58:00 45 -#> 6423 25 A69-1303-555 9856 2017-01-17 13:00:00 45 -#> 6424 25 A69-1303-555 9857 2017-01-17 13:02:00 45 -#> 6425 25 A69-1303-555 9858 2017-01-17 13:04:00 45 -#> 6426 25 A69-1303-555 9859 2017-01-17 13:06:00 45 -#> 6427 25 A69-1303-555 9861 2017-01-17 13:08:00 45 -#> 6428 25 A69-1303-555 9863 2017-01-17 13:10:00 45 -#> 6429 25 A69-1303-555 9865 2017-01-17 13:12:00 45 -#> 6430 25 A69-1303-555 9866 2017-01-17 13:14:00 45 -#> 6431 25 A69-1303-555 9868 2017-01-17 13:16:00 45 -#> 6432 25 A69-1303-555 9870 2017-01-17 13:18:00 45 -#> 6433 25 A69-1303-555 9872 2017-01-17 13:20:00 45 -#> 6434 25 A69-1303-555 9874 2017-01-18 19:40:00 50 -#> 6435 25 A69-1303-555 9875 2017-01-18 19:42:00 50 -#> 6436 25 A69-1303-555 9876 2017-01-21 02:24:00 24 -#> 6437 25 A69-1303-555 9877 2017-01-21 02:26:00 24 -#> 6438 25 A69-1303-555 9879 2017-01-21 02:28:00 24 -#> 6439 25 A69-1303-555 9880 2017-01-21 02:30:00 24 -#> 6440 25 A69-1303-555 9882 2017-01-21 02:32:00 24 -#> 6441 25 A69-1303-555 9883 2017-01-21 02:34:00 24 -#> 6442 25 A69-1303-555 9886 2017-01-21 02:36:00 24 -#> 6443 25 A69-1303-555 9888 2017-01-21 02:38:00 24 -#> 6444 25 A69-1303-555 9890 2017-01-21 02:40:00 24 -#> 6445 25 A69-1303-555 9891 2017-01-21 02:42:00 24 -#> 6446 25 A69-1303-555 9893 2017-01-21 02:44:00 24 -#> 6447 25 A69-1303-555 9896 2017-01-21 02:46:00 24 -#> 6448 25 A69-1303-555 9897 2017-01-21 02:48:00 24 -#> 6449 25 A69-1303-555 9899 2017-01-21 02:50:00 24 -#> 6450 25 A69-1303-555 9901 2017-01-21 02:52:00 24 -#> 6451 25 A69-1303-555 9902 2017-01-21 02:54:00 24 -#> 6452 25 A69-1303-555 9904 2017-01-21 03:00:00 24 -#> 6453 25 A69-1303-555 9905 2017-01-21 03:06:00 24 -#> 6454 25 A69-1303-555 9906 2017-01-21 03:24:00 24 -#> 6455 25 A69-1303-555 9907 2017-01-23 00:46:00 45 -#> 6456 25 A69-1303-555 9908 2017-01-23 00:52:00 45 -#> 6457 25 A69-1303-555 9910 2017-01-23 00:54:00 45 -#> 6458 25 A69-1303-555 9912 2017-01-23 00:56:00 45 -#> 6459 25 A69-1303-555 9913 2017-01-23 00:58:00 45 -#> 6460 25 A69-1303-555 9915 2017-01-23 01:00:00 45 -#> 6461 25 A69-1303-555 9916 2017-01-23 01:02:00 45 -#> 6462 25 A69-1303-555 9918 2017-01-23 01:04:00 45 -#> 6463 25 A69-1303-555 9920 2017-01-23 01:06:00 45 -#> 6464 25 A69-1303-555 9921 2017-01-23 01:08:00 45 -#> 6465 25 A69-1303-555 9924 2017-01-23 01:10:00 45 -#> 6466 25 A69-1303-555 9925 2017-01-23 01:12:00 45 -#> 6467 25 A69-1303-555 9928 2017-01-23 01:14:00 45 -#> 6468 25 A69-1303-555 9929 2017-01-23 01:16:00 45 -#> 6469 25 A69-1303-555 9931 2017-01-23 01:18:00 45 -#> 6470 25 A69-1303-555 9933 2017-01-23 01:20:00 45 -#> 6471 25 A69-1303-555 9935 2017-01-23 01:22:00 45 -#> 6472 25 A69-1303-555 9937 2017-01-23 01:26:00 45 -#> 6473 25 A69-1303-555 9939 2017-01-23 01:28:00 45 -#> 6474 25 A69-1303-555 9940 2017-01-23 01:30:00 45 -#> 6475 25 A69-1303-555 9942 2017-01-23 01:32:00 45 -#> 6476 25 A69-1303-555 9944 2017-01-23 01:34:00 45 -#> 6477 25 A69-1303-555 9946 2017-01-23 01:36:00 45 -#> 6478 25 A69-1303-555 9948 2017-01-23 01:38:00 45 -#> 6479 25 A69-1303-555 9949 2017-01-23 01:40:00 45 -#> 6480 25 A69-1303-555 9951 2017-01-23 01:42:00 45 -#> 6481 25 A69-1303-555 9953 2017-01-23 01:44:00 45 -#> 6482 25 A69-1303-555 9954 2017-01-23 01:46:00 45 -#> 6483 25 A69-1303-555 9955 2017-01-23 01:48:00 45 -#> 6484 25 A69-1303-555 9957 2017-01-23 01:50:00 45 -#> 6485 25 A69-1303-555 9959 2017-01-23 01:52:00 45 -#> 6486 25 A69-1303-555 9961 2017-01-23 01:54:00 45 -#> 6487 25 A69-1303-555 9963 2017-01-23 01:56:00 45 -#> 6488 25 A69-1303-555 9964 2017-01-23 01:58:00 45 -#> 6489 25 A69-1303-555 9965 2017-01-23 02:00:00 45 -#> 6490 25 A69-1303-555 9966 2017-01-23 02:02:00 45 -#> 6491 25 A69-1303-555 9967 2017-01-23 02:06:00 21 -#> 6492 25 A69-1303-555 9969 2017-01-23 02:08:00 21 -#> 6493 25 A69-1303-555 9970 2017-01-23 02:14:00 21 -#> 6494 25 A69-1303-555 9971 2017-01-23 05:14:00 21 -#> 6495 25 A69-1303-555 9972 2017-01-23 05:16:00 21 -#> 6496 25 A69-1303-555 9973 2017-01-23 05:18:00 21 -#> 6497 25 A69-1303-555 9974 2017-01-23 05:20:00 21 -#> 6498 25 A69-1303-555 9976 2017-01-23 05:22:00 21 -#> 6499 25 A69-1303-555 9977 2017-01-23 05:26:00 21 -#> 6500 25 A69-1303-555 9978 2017-01-23 05:28:00 21 -#> 6501 25 A69-1303-555 9980 2017-01-23 05:30:00 21 -#> 6502 25 A69-1303-555 9981 2017-01-23 08:18:00 43 -#> 6503 25 A69-1303-555 9983 2017-01-23 08:20:00 43 -#> 6504 25 A69-1303-555 9985 2017-01-23 08:22:00 43 -#> 6505 25 A69-1303-555 9987 2017-01-23 08:24:00 43 -#> 6506 25 A69-1303-555 9988 2017-01-23 08:26:00 43 -#> 6507 25 A69-1303-555 9990 2017-01-23 08:28:00 43 -#> 6508 25 A69-1303-555 9992 2017-01-23 08:30:00 43 -#> 6509 25 A69-1303-555 9995 2017-01-23 08:32:00 43 -#> 6510 25 A69-1303-555 9996 2017-01-23 08:34:00 43 -#> 6511 25 A69-1303-555 9998 2017-01-23 08:36:00 43 -#> 6512 25 A69-1303-555 10000 2017-01-23 08:38:00 43 -#> 6513 25 A69-1303-555 10002 2017-01-23 08:40:00 43 -#> 6514 25 A69-1303-555 10003 2017-01-23 08:42:00 43 -#> 6515 25 A69-1303-555 10005 2017-01-23 08:44:00 43 -#> 6516 25 A69-1303-555 10007 2017-01-23 08:46:00 43 -#> 6517 25 A69-1303-555 10009 2017-01-23 08:48:00 43 -#> 6518 25 A69-1303-555 10011 2017-01-23 08:50:00 43 -#> 6519 25 A69-1303-555 10012 2017-01-23 08:52:00 43 -#> 6520 25 A69-1303-555 10014 2017-01-23 08:54:00 43 -#> 6521 25 A69-1303-555 10016 2017-01-23 08:56:00 43 -#> 6522 25 A69-1303-555 10018 2017-01-23 08:58:00 43 -#> 6523 25 A69-1303-555 10019 2017-01-23 09:00:00 43 -#> 6524 25 A69-1303-555 10021 2017-01-23 09:02:00 43 -#> 6525 25 A69-1303-555 10023 2017-01-23 09:04:00 43 -#> 6526 25 A69-1303-555 10024 2017-01-23 09:06:00 43 -#> 6527 25 A69-1303-555 10026 2017-01-23 09:08:00 43 -#> 6528 25 A69-1303-555 10028 2017-01-23 09:10:00 43 -#> 6529 25 A69-1303-555 10030 2017-01-23 09:12:00 43 -#> 6530 25 A69-1303-555 10032 2017-01-23 09:14:00 43 -#> 6531 25 A69-1303-555 10034 2017-01-23 09:16:00 43 -#> 6532 25 A69-1303-555 10035 2017-01-23 09:18:00 43 -#> 6533 25 A69-1303-555 10036 2017-01-23 09:20:00 43 -#> 6534 25 A69-1303-555 10039 2017-01-23 09:22:00 43 -#> 6535 25 A69-1303-555 10040 2017-01-23 09:24:00 43 -#> 6536 25 A69-1303-555 10042 2017-01-23 09:26:00 43 -#> 6537 25 A69-1303-555 10044 2017-01-23 09:28:00 43 -#> 6538 25 A69-1303-555 10046 2017-01-23 09:30:00 43 -#> 6539 25 A69-1303-555 10048 2017-01-23 09:32:00 43 -#> 6540 25 A69-1303-555 10050 2017-01-23 09:34:00 43 -#> 6541 25 A69-1303-555 10051 2017-01-23 09:36:00 43 -#> 6542 25 A69-1303-555 10053 2017-01-23 09:40:00 43 -#> 6543 25 A69-1303-555 10054 2017-01-23 09:42:00 43 -#> 6544 25 A69-1303-555 10055 2017-01-23 09:48:00 43 -#> 6545 25 A69-1303-555 10057 2017-01-23 09:50:00 43 -#> 6546 25 A69-1303-555 10059 2017-01-23 09:52:00 43 -#> 6547 25 A69-1303-555 10061 2017-01-23 09:54:00 43 -#> 6548 25 A69-1303-555 10063 2017-01-23 09:56:00 43 -#> 6549 25 A69-1303-555 10065 2017-01-23 09:58:00 43 -#> 6550 25 A69-1303-555 10067 2017-01-23 10:00:00 43 -#> 6551 25 A69-1303-555 10068 2017-01-23 10:02:00 43 -#> 6552 25 A69-1303-555 10070 2017-01-23 10:04:00 43 -#> 6553 25 A69-1303-555 10073 2017-01-23 10:06:00 43 -#> 6554 25 A69-1303-555 10075 2017-01-23 10:08:00 43 -#> 6555 25 A69-1303-555 10076 2017-01-23 10:10:00 43 -#> 6556 25 A69-1303-555 10078 2017-01-23 10:12:00 43 -#> 6557 25 A69-1303-555 10080 2017-01-23 10:14:00 43 -#> 6558 25 A69-1303-555 10081 2017-01-23 10:16:00 43 -#> 6559 25 A69-1303-555 10083 2017-01-23 10:18:00 43 -#> 6560 25 A69-1303-555 10084 2017-01-23 10:20:00 43 -#> 6561 25 A69-1303-555 10085 2017-01-23 10:24:00 43 -#> 6562 25 A69-1303-555 10086 2017-01-23 10:26:00 43 -#> 6563 25 A69-1303-555 10087 2017-01-23 10:30:00 43 -#> 6564 25 A69-1303-555 10088 2017-01-23 10:32:00 43 -#> 6565 25 A69-1303-555 10089 2017-01-23 10:34:00 43 -#> 6566 25 A69-1303-555 10090 2017-01-23 11:50:00 45 -#> 6567 25 A69-1303-555 10091 2017-01-23 11:52:00 45 -#> 6568 25 A69-1303-555 10092 2017-01-23 12:00:00 45 -#> 6569 25 A69-1303-555 10093 2017-01-23 12:18:00 45 -#> 6570 25 A69-1303-555 10094 2017-01-23 12:22:00 45 -#> 6571 25 A69-1303-555 10095 2017-01-23 12:24:00 45 -#> 6572 25 A69-1303-555 10096 2017-01-23 12:32:00 45 -#> 6573 25 A69-1303-555 10097 2017-01-23 12:40:00 45 -#> 6574 25 A69-1303-555 10099 2017-01-23 12:42:00 45 -#> 6575 25 A69-1303-555 10100 2017-01-23 12:44:00 45 -#> 6576 25 A69-1303-555 10101 2017-01-23 12:46:00 45 -#> 6577 25 A69-1303-555 10103 2017-01-23 12:48:00 45 -#> 6578 25 A69-1303-555 10105 2017-01-23 12:50:00 45 -#> 6579 25 A69-1303-555 10106 2017-01-23 12:52:00 45 -#> 6580 25 A69-1303-555 10107 2017-01-23 12:54:00 45 -#> 6581 25 A69-1303-555 10109 2017-01-23 12:56:00 45 -#> 6582 25 A69-1303-555 10111 2017-01-23 12:58:00 45 -#> 6583 25 A69-1303-555 10113 2017-01-23 13:00:00 45 -#> 6584 25 A69-1303-555 10115 2017-01-23 13:02:00 45 -#> 6585 25 A69-1303-555 10116 2017-01-23 13:04:00 45 -#> 6586 25 A69-1303-555 10118 2017-01-23 13:06:00 45 -#> 6587 25 A69-1303-555 10120 2017-01-23 13:08:00 45 -#> 6588 25 A69-1303-555 10121 2017-01-23 13:10:00 45 -#> 6589 25 A69-1303-555 10122 2017-01-23 13:14:00 45 -#> 6590 25 A69-1303-555 10123 2017-01-23 13:18:00 45 -#> 6591 25 A69-1303-555 10124 2017-01-23 13:22:00 45 -#> 6592 25 A69-1303-555 10125 2017-01-23 13:24:00 45 -#> 6593 25 A69-1303-555 10126 2017-01-23 13:26:00 45 -#> 6594 25 A69-1303-555 10127 2017-01-23 13:28:00 45 -#> 6595 25 A69-1303-555 10129 2017-01-23 13:30:00 45 -#> 6596 25 A69-1303-555 10130 2017-01-23 13:32:00 45 -#> 6597 25 A69-1303-555 10131 2017-01-23 13:38:00 45 -#> 6598 25 A69-1303-555 10132 2017-01-23 13:40:00 45 -#> 6599 25 A69-1303-555 10133 2017-01-23 13:42:00 45 -#> 6600 25 A69-1303-555 10134 2017-01-23 13:44:00 45 -#> 6601 25 A69-1303-555 10135 2017-01-23 13:46:00 45 -#> 6602 25 A69-1303-555 10137 2017-01-23 13:48:00 45 -#> 6603 25 A69-1303-555 10139 2017-01-23 13:50:00 45 -#> 6604 25 A69-1303-555 10140 2017-01-23 13:52:00 45 -#> 6605 25 A69-1303-555 10141 2017-01-23 13:56:00 45 -#> 6606 25 A69-1303-555 10143 2017-01-23 13:58:00 45 -#> 6607 25 A69-1303-555 10145 2017-01-23 14:00:00 45 -#> 6608 25 A69-1303-555 10146 2017-01-23 14:02:00 45 -#> 6609 25 A69-1303-555 10147 2017-01-23 14:04:00 45 -#> 6610 25 A69-1303-555 10149 2017-01-23 14:06:00 45 -#> 6611 25 A69-1303-555 10150 2017-01-23 14:08:00 45 -#> 6612 25 A69-1303-555 10151 2017-01-23 14:10:00 45 -#> 6613 25 A69-1303-555 10153 2017-01-23 14:12:00 45 -#> 6614 25 A69-1303-555 10155 2017-01-23 14:16:00 45 -#> 6615 25 A69-1303-555 10156 2017-01-23 14:18:00 45 -#> 6616 25 A69-1303-555 10157 2017-01-23 14:20:00 45 -#> 6617 25 A69-1303-555 10158 2017-01-23 14:22:00 45 -#> 6618 25 A69-1303-555 10160 2017-01-23 14:24:00 45 -#> 6619 25 A69-1303-555 10162 2017-01-23 14:26:00 45 -#> 6620 25 A69-1303-555 10164 2017-01-23 14:28:00 45 -#> 6621 25 A69-1303-555 10165 2017-01-23 14:30:00 45 -#> 6622 25 A69-1303-555 10166 2017-01-23 14:32:00 45 -#> 6623 25 A69-1303-555 10168 2017-01-23 14:34:00 45 -#> 6624 25 A69-1303-555 10170 2017-01-23 14:38:00 45 -#> 6625 25 A69-1303-555 10172 2017-01-23 14:40:00 45 -#> 6626 25 A69-1303-555 10173 2017-01-23 14:42:00 45 -#> 6627 25 A69-1303-555 10175 2017-01-23 14:44:00 45 -#> 6628 25 A69-1303-555 10178 2017-01-23 14:46:00 45 -#> 6629 25 A69-1303-555 10180 2017-01-23 14:48:00 45 -#> 6630 25 A69-1303-555 10181 2017-01-23 14:50:00 45 -#> 6631 25 A69-1303-555 10182 2017-01-23 14:52:00 45 -#> 6632 25 A69-1303-555 10185 2017-01-23 14:54:00 45 -#> 6633 25 A69-1303-555 10186 2017-01-23 14:56:00 45 -#> 6634 25 A69-1303-555 10187 2017-01-23 14:58:00 45 -#> 6635 25 A69-1303-555 10188 2017-01-23 15:00:00 45 -#> 6636 25 A69-1303-555 10189 2017-01-23 15:02:00 45 -#> 6637 25 A69-1303-555 10191 2017-01-23 15:04:00 45 -#> 6638 25 A69-1303-555 10193 2017-01-23 15:06:00 45 -#> 6639 25 A69-1303-555 10195 2017-01-23 15:10:00 45 -#> 6640 25 A69-1303-555 10196 2017-01-23 15:12:00 45 -#> 6641 25 A69-1303-555 10198 2017-01-23 15:18:00 45 -#> 6642 25 A69-1303-555 10199 2017-01-23 15:26:00 45 -#> 6643 25 A69-1303-555 10200 2017-01-23 15:28:00 45 -#> 6644 25 A69-1303-555 10202 2017-01-23 15:32:00 45 -#> 6645 25 A69-1303-555 10203 2017-01-23 15:34:00 45 -#> 6646 25 A69-1303-555 10204 2017-01-23 15:36:00 45 -#> 6647 25 A69-1303-555 10205 2017-01-23 15:40:00 45 -#> 6648 25 A69-1303-555 10206 2017-01-23 15:42:00 45 -#> 6649 25 A69-1303-555 10207 2017-01-23 15:44:00 45 -#> 6650 25 A69-1303-555 10208 2017-01-23 15:48:00 45 -#> 6651 25 A69-1303-555 10209 2017-01-23 15:50:00 45 -#> 6652 25 A69-1303-555 10210 2017-01-23 15:52:00 45 -#> 6653 25 A69-1303-555 10211 2017-01-23 15:54:00 45 -#> 6654 25 A69-1303-555 10212 2017-01-23 15:56:00 45 -#> 6655 25 A69-1303-555 10213 2017-01-23 15:58:00 45 -#> 6656 25 A69-1303-555 10215 2017-01-23 16:00:00 45 -#> 6657 25 A69-1303-555 10217 2017-01-23 16:04:00 45 -#> 6658 25 A69-1303-555 10218 2017-01-23 16:06:00 45 -#> 6659 25 A69-1303-555 10219 2017-01-23 16:08:00 45 -#> 6660 25 A69-1303-555 10220 2017-01-23 16:10:00 45 -#> 6661 25 A69-1303-555 10221 2017-01-23 16:12:00 45 -#> 6662 25 A69-1303-555 10222 2017-01-23 16:14:00 45 -#> 6663 25 A69-1303-555 10224 2017-01-23 16:16:00 45 -#> 6664 25 A69-1303-555 10225 2017-01-23 16:18:00 45 -#> 6665 25 A69-1303-555 10227 2017-01-23 16:24:00 45 -#> 6666 25 A69-1303-555 10229 2017-01-23 16:26:00 45 -#> 6667 25 A69-1303-555 10231 2017-01-23 16:28:00 45 -#> 6668 25 A69-1303-555 10233 2017-01-23 16:30:00 45 -#> 6669 25 A69-1303-555 10234 2017-01-23 16:32:00 45 -#> 6670 25 A69-1303-555 10235 2017-01-23 16:34:00 45 -#> 6671 25 A69-1303-555 10237 2017-01-23 16:36:00 45 -#> 6672 25 A69-1303-555 10238 2017-01-23 16:38:00 45 -#> 6673 25 A69-1303-555 10239 2017-01-23 16:42:00 45 -#> 6674 25 A69-1303-555 10242 2017-01-23 16:44:00 45 -#> 6675 25 A69-1303-555 10243 2017-01-23 16:46:00 45 -#> 6676 25 A69-1303-555 10244 2017-01-23 16:48:00 45 -#> 6677 25 A69-1303-555 10246 2017-01-23 16:50:00 45 -#> 6678 25 A69-1303-555 10247 2017-01-23 16:52:00 45 -#> 6679 25 A69-1303-555 10249 2017-01-23 16:54:00 45 -#> 6680 25 A69-1303-555 10251 2017-01-23 16:56:00 45 -#> 6681 25 A69-1303-555 10253 2017-01-23 16:58:00 45 -#> 6682 25 A69-1303-555 10254 2017-01-23 17:00:00 45 -#> 6683 25 A69-1303-555 10255 2017-01-23 17:06:00 45 -#> 6684 25 A69-1303-555 10258 2017-01-23 17:10:00 45 -#> 6685 25 A69-1303-555 10259 2017-01-23 17:12:00 45 -#> 6686 25 A69-1303-555 10260 2017-01-23 17:14:00 45 -#> 6687 25 A69-1303-555 10262 2017-01-23 17:16:00 45 -#> 6688 25 A69-1303-555 10265 2017-01-23 17:18:00 45 -#> 6689 25 A69-1303-555 10266 2017-01-23 17:20:00 45 -#> 6690 25 A69-1303-555 10267 2017-01-23 17:22:00 45 -#> 6691 25 A69-1303-555 10269 2017-01-23 17:24:00 45 -#> 6692 25 A69-1303-555 10271 2017-01-23 17:26:00 45 -#> 6693 25 A69-1303-555 10273 2017-01-23 17:28:00 45 -#> 6694 25 A69-1303-555 10274 2017-01-23 17:30:00 45 -#> 6695 25 A69-1303-555 10275 2017-01-23 17:32:00 45 -#> 6696 25 A69-1303-555 10277 2017-01-23 17:34:00 45 -#> 6697 25 A69-1303-555 10278 2017-01-23 17:36:00 45 -#> 6698 25 A69-1303-555 10280 2017-01-23 17:38:00 45 -#> 6699 25 A69-1303-555 10282 2017-01-23 17:40:00 45 -#> 6700 25 A69-1303-555 10283 2017-01-23 17:44:00 45 -#> 6701 25 A69-1303-555 10284 2017-01-23 17:46:00 45 -#> 6702 25 A69-1303-555 10285 2017-01-23 17:48:00 45 -#> 6703 25 A69-1303-555 10287 2017-01-23 17:52:00 45 -#> 6704 25 A69-1303-555 10289 2017-01-23 17:54:00 45 -#> 6705 25 A69-1303-555 10290 2017-01-23 17:56:00 45 -#> 6706 25 A69-1303-555 10292 2017-01-23 17:58:00 45 -#> 6707 25 A69-1303-555 10293 2017-01-23 18:02:00 45 -#> 6708 25 A69-1303-555 10294 2017-01-23 18:04:00 45 -#> 6709 25 A69-1303-555 10296 2017-01-23 18:06:00 45 -#> 6710 25 A69-1303-555 10298 2017-01-23 18:08:00 45 -#> 6711 25 A69-1303-555 10300 2017-01-23 18:10:00 45 -#> 6712 25 A69-1303-555 10302 2017-01-23 18:12:00 45 -#> 6713 25 A69-1303-555 10304 2017-01-23 18:14:00 45 -#> 6714 25 A69-1303-555 10305 2017-01-23 18:16:00 45 -#> 6715 25 A69-1303-555 10307 2017-01-23 18:18:00 45 -#> 6716 25 A69-1303-555 10308 2017-01-23 18:20:00 45 -#> 6717 25 A69-1303-555 10309 2017-01-23 18:22:00 45 -#> 6718 25 A69-1303-555 10310 2017-01-23 18:24:00 45 -#> 6719 25 A69-1303-555 10311 2017-01-23 18:26:00 45 -#> 6720 25 A69-1303-555 10313 2017-01-23 18:28:00 45 -#> 6721 25 A69-1303-555 10314 2017-01-23 18:36:00 45 -#> 6722 25 A69-1303-555 10315 2017-01-23 18:38:00 45 -#> 6723 25 A69-1303-555 10317 2017-01-23 18:40:00 45 -#> 6724 25 A69-1303-555 10319 2017-01-23 18:42:00 45 -#> 6725 25 A69-1303-555 10321 2017-01-23 18:44:00 45 -#> 6726 25 A69-1303-555 10322 2017-01-23 18:48:00 45 -#> 6727 25 A69-1303-555 10324 2017-01-23 18:50:00 45 -#> 6728 25 A69-1303-555 10326 2017-01-23 20:12:00 48 -#> 6729 25 A69-1303-555 10328 2017-01-23 20:14:00 48 -#> 6730 25 A69-1303-555 10329 2017-01-23 20:16:00 48 -#> 6731 25 A69-1303-555 10331 2017-01-23 20:18:00 48 -#> 6732 25 A69-1303-555 10333 2017-01-23 20:20:00 48 -#> 6733 25 A69-1303-555 10335 2017-01-23 20:22:00 48 -#> 6734 25 A69-1303-555 10336 2017-01-23 20:24:00 48 -#> 6735 25 A69-1303-555 10338 2017-01-23 20:26:00 48 -#> 6736 25 A69-1303-555 10339 2017-01-23 20:28:00 48 -#> 6737 25 A69-1303-555 10341 2017-01-23 20:30:00 48 -#> 6738 25 A69-1303-555 10343 2017-01-23 20:32:00 48 -#> 6739 25 A69-1303-555 10344 2017-01-23 20:34:00 48 -#> 6740 25 A69-1303-555 10347 2017-01-23 20:36:00 48 -#> 6741 25 A69-1303-555 10348 2017-01-23 20:38:00 48 -#> 6742 25 A69-1303-555 10349 2017-01-23 20:40:00 48 -#> 6743 25 A69-1303-555 10350 2017-01-23 20:42:00 48 -#> 6744 25 A69-1303-555 10351 2017-01-25 02:04:00 50 -#> 6745 25 A69-1303-555 10352 2017-01-25 02:08:00 50 -#> 6746 25 A69-1303-555 10353 2017-01-29 15:36:00 45 -#> 6747 25 A69-1303-555 10354 2017-01-29 15:38:00 45 -#> 6748 25 A69-1303-555 10355 2017-01-29 15:48:00 45 -#> 6749 25 A69-1303-555 10356 2017-01-29 15:50:00 45 -#> 6750 25 A69-1303-555 10357 2017-01-29 15:54:00 45 -#> 6751 25 A69-1303-555 10358 2017-01-29 15:58:00 45 -#> 6752 25 A69-1303-555 10359 2017-01-29 16:00:00 45 -#> 6753 25 A69-1303-555 10360 2017-01-29 16:02:00 45 -#> 6754 25 A69-1303-555 10361 2017-01-29 16:04:00 45 -#> 6755 25 A69-1303-555 10363 2017-01-29 16:06:00 45 -#> 6756 25 A69-1303-555 10366 2017-01-29 16:08:00 45 -#> 6757 25 A69-1303-555 10367 2017-01-29 16:10:00 45 -#> 6758 25 A69-1303-555 10369 2017-01-29 16:12:00 45 -#> 6759 25 A69-1303-555 10370 2017-01-29 16:14:00 45 -#> 6760 25 A69-1303-555 10371 2017-01-29 16:18:00 45 -#> 6761 25 A69-1303-555 10373 2017-01-29 16:22:00 45 -#> 6762 25 A69-1303-555 10375 2017-01-29 16:24:00 45 -#> 6763 25 A69-1303-555 10377 2017-01-29 16:26:00 45 -#> 6764 25 A69-1303-555 10378 2017-01-29 16:28:00 45 -#> 6765 25 A69-1303-555 10379 2017-01-29 16:30:00 45 -#> 6766 25 A69-1303-555 10380 2017-01-29 16:32:00 45 -#> 6767 25 A69-1303-555 10382 2017-01-29 16:36:00 45 -#> 6768 25 A69-1303-555 10384 2017-01-29 16:38:00 45 -#> 6769 25 A69-1303-555 10386 2017-01-29 16:40:00 45 -#> 6770 25 A69-1303-555 10388 2017-01-29 16:42:00 45 -#> 6771 25 A69-1303-555 10390 2017-01-29 16:44:00 45 -#> 6772 25 A69-1303-555 10391 2017-01-29 16:46:00 45 -#> 6773 25 A69-1303-555 10393 2017-01-29 16:50:00 45 -#> 6774 25 A69-1303-555 10395 2017-01-29 16:52:00 45 -#> 6775 25 A69-1303-555 10397 2017-01-29 16:54:00 45 -#> 6776 25 A69-1303-555 10398 2017-01-29 16:56:00 45 -#> 6777 25 A69-1303-555 10399 2017-01-29 16:58:00 45 -#> 6778 25 A69-1303-555 10401 2017-01-29 17:00:00 45 -#> 6779 25 A69-1303-555 10403 2017-01-29 17:02:00 45 -#> 6780 25 A69-1303-555 10405 2017-01-29 17:04:00 45 -#> 6781 25 A69-1303-555 10406 2017-01-29 17:06:00 45 -#> 6782 25 A69-1303-555 10408 2017-01-29 17:08:00 45 -#> 6783 25 A69-1303-555 10410 2017-01-29 17:10:00 45 -#> 6784 25 A69-1303-555 10411 2017-01-29 17:12:00 45 -#> 6785 25 A69-1303-555 10412 2017-01-29 17:14:00 45 -#> 6786 25 A69-1303-555 10414 2017-01-29 17:16:00 45 -#> 6787 25 A69-1303-555 10416 2017-01-29 17:18:00 45 -#> 6788 25 A69-1303-555 10418 2017-01-29 17:20:00 45 -#> 6789 25 A69-1303-555 10420 2017-01-29 17:22:00 45 -#> 6790 25 A69-1303-555 10421 2017-01-29 17:24:00 45 -#> 6791 25 A69-1303-555 10422 2017-01-29 17:26:00 45 -#> 6792 25 A69-1303-555 10424 2017-01-29 17:28:00 45 -#> 6793 25 A69-1303-555 10425 2017-01-29 17:30:00 45 -#> 6794 25 A69-1303-555 10427 2017-01-29 17:32:00 45 -#> 6795 25 A69-1303-555 10428 2017-01-29 17:36:00 45 -#> 6796 25 A69-1303-555 10429 2017-01-29 17:38:00 45 -#> 6797 25 A69-1303-555 10431 2017-01-29 17:40:00 45 -#> 6798 25 A69-1303-555 10433 2017-01-29 17:42:00 45 -#> 6799 25 A69-1303-555 10434 2017-01-29 17:44:00 45 -#> 6800 25 A69-1303-555 10437 2017-01-29 17:46:00 45 -#> 6801 25 A69-1303-555 10439 2017-01-29 17:48:00 45 -#> 6802 25 A69-1303-555 10441 2017-01-29 17:50:00 45 -#> 6803 25 A69-1303-555 10443 2017-01-29 17:52:00 45 -#> 6804 25 A69-1303-555 10444 2017-01-29 17:56:00 45 -#> 6805 25 A69-1303-555 10446 2017-01-29 17:58:00 45 -#> 6806 25 A69-1303-555 10448 2017-01-29 18:00:00 45 -#> 6807 25 A69-1303-555 10449 2017-01-29 18:02:00 45 -#> 6808 25 A69-1303-555 10450 2017-01-29 18:04:00 45 -#> 6809 25 A69-1303-555 10451 2017-01-29 18:06:00 45 -#> 6810 25 A69-1303-555 10452 2017-01-29 18:10:00 45 -#> 6811 25 A69-1303-555 10453 2017-01-29 18:14:00 45 -#> 6812 25 A69-1303-555 10455 2017-01-30 22:58:00 45 -#> 6813 25 A69-1303-555 10457 2017-01-30 23:02:00 45 -#> 6814 25 A69-1303-555 10458 2017-01-30 23:04:00 45 -#> 6815 25 A69-1303-555 10459 2017-01-30 23:06:00 45 -#> 6816 25 A69-1303-555 10460 2017-01-30 23:08:00 45 -#> 6817 25 A69-1303-555 10462 2017-01-30 23:10:00 45 -#> 6818 25 A69-1303-555 10463 2017-01-30 23:12:00 45 -#> 6819 25 A69-1303-555 10464 2017-01-30 23:14:00 45 -#> 6820 25 A69-1303-555 10466 2017-01-30 23:16:00 45 -#> 6821 25 A69-1303-555 10467 2017-01-30 23:18:00 45 -#> 6822 25 A69-1303-555 10468 2017-01-30 23:20:00 45 -#> 6823 25 A69-1303-555 10469 2017-01-30 23:22:00 45 -#> 6824 25 A69-1303-555 10471 2017-01-30 23:24:00 45 -#> 6825 25 A69-1303-555 10472 2017-01-30 23:28:00 45 -#> 6826 25 A69-1303-555 10473 2017-01-30 23:30:00 45 -#> 6827 25 A69-1303-555 10475 2017-01-30 23:32:00 45 -#> 6828 25 A69-1303-555 10477 2017-01-30 23:34:00 45 -#> 6829 25 A69-1303-555 10480 2017-01-30 23:36:00 45 -#> 6830 25 A69-1303-555 10481 2017-01-30 23:38:00 45 -#> 6831 25 A69-1303-555 10484 2017-01-30 23:40:00 45 -#> 6832 25 A69-1303-555 10487 2017-01-30 23:42:00 45 -#> 6833 25 A69-1303-555 10489 2017-01-30 23:44:00 45 -#> 6834 25 A69-1303-555 10491 2017-01-30 23:46:00 45 -#> 6835 25 A69-1303-555 10492 2017-01-30 23:48:00 45 -#> 6836 25 A69-1303-555 10495 2017-01-30 23:50:00 45 -#> 6837 25 A69-1303-555 10496 2017-01-30 23:52:00 45 -#> 6838 25 A69-1303-555 10498 2017-01-30 23:54:00 45 -#> 6839 25 A69-1303-555 10501 2017-01-30 23:56:00 45 -#> 6840 25 A69-1303-555 10503 2017-01-30 23:58:00 45 -#> 6841 25 A69-1303-555 10504 2017-01-31 00:00:00 45 -#> 6842 25 A69-1303-555 10505 2017-01-31 00:02:00 45 -#> 6843 25 A69-1303-555 10506 2017-01-31 00:04:00 45 -#> 6844 25 A69-1303-555 10509 2017-01-31 00:06:00 45 -#> 6845 25 A69-1303-555 10511 2017-01-31 00:08:00 45 -#> 6846 25 A69-1303-555 10513 2017-01-31 00:10:00 45 -#> 6847 25 A69-1303-555 10515 2017-01-31 00:12:00 45 -#> 6848 25 A69-1303-555 10517 2017-01-31 00:14:00 45 -#> 6849 25 A69-1303-555 10519 2017-01-31 00:16:00 45 -#> 6850 25 A69-1303-555 10521 2017-01-31 00:18:00 45 -#> 6851 25 A69-1303-555 10522 2017-01-31 00:22:00 45 -#> 6852 25 A69-1303-555 10524 2017-01-31 00:24:00 45 -#> 6853 25 A69-1303-555 10526 2017-01-31 00:26:00 45 -#> 6854 25 A69-1303-555 10529 2017-01-31 00:28:00 45 -#> 6855 25 A69-1303-555 10530 2017-01-31 00:30:00 45 -#> 6856 25 A69-1303-555 10531 2017-01-31 00:32:00 45 -#> 6857 25 A69-1303-555 10533 2017-01-31 00:34:00 45 -#> 6858 25 A69-1303-555 10535 2017-01-31 00:38:00 45 -#> 6859 25 A69-1303-555 10536 2017-01-31 00:42:00 45 -#> 6860 25 A69-1303-555 10537 2017-01-31 00:58:00 45 -#> 6861 25 A69-1303-555 10538 2017-01-31 01:08:00 45 -#> 6862 25 A69-1303-555 10540 2017-01-31 01:12:00 45 -#> 6863 25 A69-1303-555 10543 2017-01-31 01:14:00 45 -#> 6864 25 A69-1303-555 10545 2017-01-31 01:16:00 45 -#> 6865 25 A69-1303-555 10546 2017-01-31 01:18:00 45 -#> 6866 25 A69-1303-555 10548 2017-01-31 01:20:00 45 -#> 6867 25 A69-1303-555 10550 2017-01-31 01:22:00 45 -#> 6868 25 A69-1303-555 10552 2017-01-31 01:24:00 45 -#> 6869 25 A69-1303-555 10553 2017-01-31 01:26:00 45 -#> 6870 25 A69-1303-555 10554 2017-01-31 01:28:00 45 -#> 6871 25 A69-1303-555 10556 2017-01-31 01:30:00 45 -#> 6872 25 A69-1303-555 10557 2017-01-31 01:32:00 45 -#> 6873 25 A69-1303-555 10558 2017-01-31 01:34:00 45 -#> 6874 25 A69-1303-555 10559 2017-01-31 01:36:00 45 -#> 6875 25 A69-1303-555 10561 2017-01-31 01:38:00 45 -#> 6876 25 A69-1303-555 10562 2017-01-31 01:40:00 45 -#> 6877 25 A69-1303-555 10564 2017-01-31 01:42:00 45 -#> 6878 25 A69-1303-555 10566 2017-01-31 01:44:00 45 -#> 6879 25 A69-1303-555 10568 2017-01-31 01:46:00 45 -#> 6880 25 A69-1303-555 10569 2017-01-31 01:50:00 45 -#> 6881 25 A69-1303-555 10571 2017-01-31 01:54:00 45 -#> 6882 25 A69-1303-555 10573 2017-01-31 01:56:00 45 -#> 6883 25 A69-1303-555 10575 2017-01-31 01:58:00 45 -#> 6884 25 A69-1303-555 10576 2017-01-31 02:00:00 45 -#> 6885 25 A69-1303-555 10578 2017-01-31 02:14:00 45 -#> 6886 25 A69-1303-555 10580 2017-01-31 02:18:00 45 -#> 6887 25 A69-1303-555 10581 2017-01-31 02:20:00 45 -#> 6888 25 A69-1303-555 10583 2017-01-31 02:22:00 45 -#> 6889 25 A69-1303-555 10585 2017-01-31 02:24:00 45 -#> 6890 25 A69-1303-555 10586 2017-01-31 02:26:00 45 -#> 6891 25 A69-1303-555 10588 2017-01-31 02:28:00 45 -#> 6892 25 A69-1303-555 10589 2017-01-31 02:30:00 45 -#> 6893 25 A69-1303-555 10590 2017-01-31 02:32:00 45 -#> 6894 25 A69-1303-555 10591 2017-01-31 02:34:00 45 -#> 6895 25 A69-1303-555 10592 2017-01-31 02:36:00 45 -#> 6896 25 A69-1303-555 10594 2017-01-31 02:40:00 45 -#> 6897 25 A69-1303-555 10595 2017-01-31 02:42:00 45 -#> 6898 25 A69-1303-555 10597 2017-01-31 02:44:00 45 -#> 6899 25 A69-1303-555 10598 2017-01-31 02:46:00 45 -#> 6900 25 A69-1303-555 10599 2017-01-31 02:48:00 45 -#> 6901 25 A69-1303-555 10600 2017-01-31 02:50:00 45 -#> 6902 25 A69-1303-555 10601 2017-01-31 02:52:00 45 -#> 6903 25 A69-1303-555 10602 2017-01-31 15:10:00 50 -#> 6904 25 A69-1303-555 10603 2017-01-31 15:12:00 50 -#> 6905 25 A69-1303-555 10604 2017-01-31 15:14:00 50 -#> 6906 25 A69-1303-555 10605 2017-01-31 15:16:00 50 -#> 6907 25 A69-1303-555 10607 2017-01-31 15:18:00 50 -#> 6908 25 A69-1303-555 10610 2017-01-31 15:20:00 50 -#> 6909 25 A69-1303-555 10612 2017-01-31 20:30:00 12 -#> 6910 25 A69-1303-555 10614 2017-02-02 19:24:00 47 -#> 6911 25 A69-1303-555 10616 2017-02-02 19:26:00 47 -#> 6912 25 A69-1303-555 10618 2017-02-02 19:28:00 47 -#> 6913 25 A69-1303-555 10621 2017-02-02 19:30:00 47 -#> 6914 25 A69-1303-555 10622 2017-02-02 19:34:00 47 -#> 6915 25 A69-1303-555 10625 2017-02-02 19:36:00 47 -#> 6916 25 A69-1303-555 10626 2017-02-02 19:38:00 47 -#> 6917 25 A69-1303-555 10627 2017-02-02 19:40:00 47 -#> 6918 25 A69-1303-555 10629 2017-02-02 19:42:00 47 -#> 6919 25 A69-1303-555 10631 2017-02-02 19:44:00 47 -#> 6920 25 A69-1303-555 10633 2017-02-02 19:46:00 47 -#> 6921 25 A69-1303-555 10635 2017-02-02 19:48:00 47 -#> 6922 25 A69-1303-555 10637 2017-02-02 19:50:00 47 -#> 6923 25 A69-1303-555 10639 2017-02-02 19:54:00 47 -#> 6924 25 A69-1303-555 10640 2017-02-02 23:34:00 47 -#> 6925 25 A69-1303-555 10641 2017-02-02 23:36:00 47 -#> 6926 25 A69-1303-555 10642 2017-02-02 23:38:00 47 -#> 6927 25 A69-1303-555 10643 2017-02-02 23:40:00 47 -#> 6928 25 A69-1303-555 10645 2017-02-02 23:42:00 47 -#> 6929 25 A69-1303-555 10646 2017-02-02 23:44:00 47 -#> 6930 25 A69-1303-555 10648 2017-02-02 23:46:00 47 -#> 6931 25 A69-1303-555 10649 2017-02-02 23:48:00 47 -#> 6932 25 A69-1303-555 10650 2017-02-04 01:34:00 24 -#> 6933 25 A69-1303-555 10651 2017-02-04 01:36:00 24 -#> 6934 25 A69-1303-555 10653 2017-02-04 01:38:00 24 -#> 6935 25 A69-1303-555 10654 2017-02-04 01:40:00 24 -#> 6936 25 A69-1303-555 10656 2017-02-04 01:42:00 24 -#> 6937 25 A69-1303-555 10657 2017-02-04 01:44:00 24 -#> 6938 25 A69-1303-555 10658 2017-02-04 01:50:00 24 -#> 6939 25 A69-1303-555 10659 2017-02-04 06:32:00 50 -#> 6940 25 A69-1303-555 10660 2017-02-04 06:34:00 50 -#> 6941 25 A69-1303-555 10661 2017-02-04 06:36:00 50 -#> 6942 25 A69-1303-555 10663 2017-02-04 06:38:00 50 -#> 6943 25 A69-1303-555 10664 2017-02-04 06:40:00 50 -#> 6944 25 A69-1303-555 10665 2017-02-04 06:42:00 50 -#> 6945 25 A69-1303-555 10666 2017-02-04 21:54:00 45 -#> 6946 25 A69-1303-555 10668 2017-02-04 21:56:00 45 -#> 6947 25 A69-1303-555 10669 2017-02-04 22:00:00 45 -#> 6948 25 A69-1303-555 10671 2017-02-04 22:02:00 45 -#> 6949 25 A69-1303-555 10673 2017-02-04 22:04:00 45 -#> 6950 25 A69-1303-555 10675 2017-02-04 22:06:00 45 -#> 6951 25 A69-1303-555 10676 2017-02-04 22:08:00 45 -#> 6952 25 A69-1303-555 10678 2017-02-04 22:10:00 45 -#> 6953 25 A69-1303-555 10679 2017-02-04 22:14:00 45 -#> 6954 25 A69-1303-555 10681 2017-02-04 22:16:00 45 -#> 6955 25 A69-1303-555 10682 2017-02-04 22:18:00 45 -#> 6956 25 A69-1303-555 10683 2017-02-04 22:20:00 45 -#> 6957 25 A69-1303-555 10685 2017-02-04 22:22:00 45 -#> 6958 25 A69-1303-555 10687 2017-02-04 22:24:00 45 -#> 6959 25 A69-1303-555 10688 2017-02-04 22:26:00 45 -#> 6960 25 A69-1303-555 10691 2017-02-04 22:28:00 45 -#> 6961 25 A69-1303-555 10693 2017-02-04 22:30:00 45 -#> 6962 25 A69-1303-555 10695 2017-02-04 22:32:00 45 -#> 6963 25 A69-1303-555 10697 2017-02-04 22:34:00 45 -#> 6964 25 A69-1303-555 10698 2017-02-04 23:08:00 45 -#> 6965 25 A69-1303-555 10700 2017-02-04 23:10:00 45 -#> 6966 25 A69-1303-555 10701 2017-02-04 23:14:00 45 -#> 6967 25 A69-1303-555 10703 2017-02-04 23:16:00 45 -#> 6968 25 A69-1303-555 10705 2017-02-04 23:18:00 45 -#> 6969 25 A69-1303-555 10707 2017-02-04 23:20:00 45 -#> 6970 25 A69-1303-555 10708 2017-02-04 23:22:00 45 -#> 6971 25 A69-1303-555 10710 2017-02-04 23:24:00 45 -#> 6972 25 A69-1303-555 10712 2017-02-04 23:26:00 45 -#> 6973 25 A69-1303-555 10714 2017-02-04 23:28:00 45 -#> 6974 25 A69-1303-555 10715 2017-02-04 23:30:00 45 -#> 6975 25 A69-1303-555 10716 2017-02-04 23:32:00 45 -#> 6976 25 A69-1303-555 10718 2017-02-04 23:34:00 45 -#> 6977 25 A69-1303-555 10720 2017-02-04 23:36:00 45 -#> 6978 25 A69-1303-555 10721 2017-02-04 23:38:00 45 -#> 6979 25 A69-1303-555 10723 2017-02-04 23:40:00 45 -#> 6980 25 A69-1303-555 10725 2017-02-04 23:42:00 45 -#> 6981 25 A69-1303-555 10727 2017-02-04 23:46:00 45 -#> 6982 25 A69-1303-555 10729 2017-02-04 23:48:00 45 -#> 6983 25 A69-1303-555 10730 2017-02-04 23:58:00 45 -#> 6984 25 A69-1303-555 10732 2017-02-05 00:00:00 45 -#> 6985 25 A69-1303-555 10734 2017-02-05 00:02:00 45 -#> 6986 25 A69-1303-555 10736 2017-02-05 00:04:00 45 -#> 6987 25 A69-1303-555 10737 2017-02-05 00:06:00 45 -#> 6988 25 A69-1303-555 10739 2017-02-05 00:08:00 45 -#> 6989 25 A69-1303-555 10740 2017-02-05 00:10:00 45 -#> 6990 25 A69-1303-555 10741 2017-02-05 00:12:00 45 -#> 6991 25 A69-1303-555 10743 2017-02-05 00:14:00 45 -#> 6992 25 A69-1303-555 10744 2017-02-05 00:16:00 45 -#> 6993 25 A69-1303-555 10746 2017-02-05 00:18:00 45 -#> 6994 25 A69-1303-555 10748 2017-02-05 00:20:00 45 -#> 6995 25 A69-1303-555 10750 2017-02-05 00:22:00 45 -#> 6996 25 A69-1303-555 10752 2017-02-05 00:24:00 45 -#> 6997 25 A69-1303-555 10753 2017-02-05 00:26:00 45 -#> 6998 25 A69-1303-555 10755 2017-02-05 00:28:00 45 -#> 6999 25 A69-1303-555 10757 2017-02-05 00:30:00 45 -#> 7000 25 A69-1303-555 10759 2017-02-05 00:32:00 45 -#> 7001 25 A69-1303-555 10761 2017-02-05 00:34:00 45 -#> 7002 25 A69-1303-555 10763 2017-02-05 00:36:00 45 -#> 7003 25 A69-1303-555 10765 2017-02-05 00:38:00 45 -#> 7004 25 A69-1303-555 10766 2017-02-05 00:40:00 45 -#> 7005 25 A69-1303-555 10767 2017-02-05 00:42:00 45 -#> 7006 25 A69-1303-555 10769 2017-02-05 00:44:00 45 -#> 7007 25 A69-1303-555 10771 2017-02-05 00:48:00 45 -#> 7008 25 A69-1303-555 10772 2017-02-05 00:50:00 45 -#> 7009 25 A69-1303-555 10773 2017-02-05 00:52:00 45 -#> 7010 25 A69-1303-555 10774 2017-02-05 00:54:00 45 -#> 7011 25 A69-1303-555 10775 2017-02-05 00:56:00 45 -#> 7012 25 A69-1303-555 10777 2017-02-05 01:00:00 45 -#> 7013 25 A69-1303-555 10778 2017-02-05 01:02:00 45 -#> 7014 25 A69-1303-555 10781 2017-02-05 01:08:00 45 -#> 7015 25 A69-1303-555 10783 2017-02-05 01:10:00 45 -#> 7016 25 A69-1303-555 10784 2017-02-05 01:12:00 45 -#> 7017 25 A69-1303-555 10785 2017-02-05 01:14:00 45 -#> 7018 25 A69-1303-555 10788 2017-02-05 01:16:00 45 -#> 7019 25 A69-1303-555 10789 2017-02-05 01:18:00 45 -#> 7020 25 A69-1303-555 10791 2017-02-05 01:20:00 45 -#> 7021 25 A69-1303-555 10793 2017-02-05 01:48:00 45 -#> 7022 25 A69-1303-555 10794 2017-02-05 01:52:00 45 -#> 7023 25 A69-1303-555 10795 2017-02-05 01:54:00 45 -#> 7024 25 A69-1303-555 10796 2017-02-05 01:56:00 45 -#> 7025 25 A69-1303-555 10797 2017-02-05 01:58:00 45 -#> 7026 25 A69-1303-555 10798 2017-02-05 02:00:00 45 -#> 7027 25 A69-1303-555 10800 2017-02-05 02:02:00 45 -#> 7028 25 A69-1303-555 10801 2017-02-05 02:04:00 45 -#> 7029 25 A69-1303-555 10803 2017-02-05 02:06:00 45 -#> 7030 25 A69-1303-555 10805 2017-02-05 02:08:00 45 -#> 7031 25 A69-1303-555 10806 2017-02-05 02:10:00 45 -#> 7032 25 A69-1303-555 10808 2017-02-05 02:12:00 45 -#> 7033 25 A69-1303-555 10809 2017-02-05 02:14:00 45 -#> 7034 25 A69-1303-555 10810 2017-02-05 02:16:00 45 -#> 7035 25 A69-1303-555 10813 2017-02-05 02:24:00 45 -#> 7036 25 A69-1303-555 10814 2017-02-05 02:28:00 45 -#> 7037 25 A69-1303-555 10816 2017-02-05 02:30:00 45 -#> 7038 25 A69-1303-555 10817 2017-02-05 02:34:00 45 -#> 7039 25 A69-1303-555 10819 2017-02-05 02:36:00 45 -#> 7040 25 A69-1303-555 10820 2017-02-05 02:38:00 45 -#> 7041 25 A69-1303-555 10821 2017-02-05 02:40:00 45 -#> 7042 25 A69-1303-555 10822 2017-02-05 02:42:00 45 -#> 7043 25 A69-1303-555 10824 2017-02-05 02:44:00 45 -#> 7044 25 A69-1303-555 10825 2017-02-05 02:48:00 45 -#> 7045 25 A69-1303-555 10827 2017-02-05 02:52:00 45 -#> 7046 25 A69-1303-555 10828 2017-02-05 02:54:00 45 -#> 7047 25 A69-1303-555 10829 2017-02-05 02:56:00 45 -#> 7048 25 A69-1303-555 10832 2017-02-05 02:58:00 45 -#> 7049 25 A69-1303-555 10834 2017-02-05 03:00:00 45 -#> 7050 25 A69-1303-555 10836 2017-02-05 03:02:00 45 -#> 7051 25 A69-1303-555 10838 2017-02-05 03:04:00 45 -#> 7052 25 A69-1303-555 10840 2017-02-05 03:06:00 45 -#> 7053 25 A69-1303-555 10841 2017-02-05 03:08:00 45 -#> 7054 25 A69-1303-555 10842 2017-02-05 03:10:00 45 -#> 7055 25 A69-1303-555 10844 2017-02-05 03:16:00 45 -#> 7056 25 A69-1303-555 10845 2017-02-05 03:18:00 45 -#> 7057 25 A69-1303-555 10847 2017-02-05 03:20:00 45 -#> 7058 25 A69-1303-555 10848 2017-02-05 03:22:00 45 -#> 7059 25 A69-1303-555 10850 2017-02-05 03:26:00 45 -#> 7060 25 A69-1303-555 10851 2017-02-05 03:28:00 45 -#> 7061 25 A69-1303-555 10852 2017-02-05 03:30:00 45 -#> 7062 25 A69-1303-555 10854 2017-02-05 03:32:00 45 -#> 7063 25 A69-1303-555 10855 2017-02-05 03:34:00 45 -#> 7064 25 A69-1303-555 10858 2017-02-05 03:36:00 45 -#> 7065 25 A69-1303-555 10860 2017-02-05 03:42:00 45 -#> 7066 25 A69-1303-555 10862 2017-02-05 03:44:00 45 -#> 7067 25 A69-1303-555 10864 2017-02-05 03:46:00 45 -#> 7068 25 A69-1303-555 10866 2017-02-05 03:48:00 45 -#> 7069 25 A69-1303-555 10867 2017-02-06 01:22:00 51 -#> 7070 25 A69-1303-555 10868 2017-02-06 01:24:00 51 -#> 7071 25 A69-1303-555 10869 2017-02-06 01:26:00 51 -#> 7072 25 A69-1303-555 10871 2017-02-06 01:28:00 51 -#> 7073 25 A69-1303-555 10873 2017-02-06 01:30:00 51 -#> 7074 25 A69-1303-555 10875 2017-02-06 01:32:00 51 -#> 7075 25 A69-1303-555 10876 2017-02-06 01:34:00 51 -#> 7076 25 A69-1303-555 10877 2017-02-06 01:38:00 51 -#> 7077 25 A69-1303-555 10878 2017-02-06 01:54:00 51 -#> 7078 25 A69-1303-555 10880 2017-02-06 01:56:00 51 -#> 7079 25 A69-1303-555 10881 2017-02-06 01:58:00 51 -#> 7080 25 A69-1303-555 10883 2017-02-06 02:00:00 51 -#> 7081 25 A69-1303-555 10884 2017-02-06 02:04:00 51 -#> 7082 25 A69-1303-555 10886 2017-02-06 02:06:00 51 -#> 7083 25 A69-1303-555 10887 2017-02-06 02:08:00 51 -#> 7084 25 A69-1303-555 10888 2017-02-06 02:16:00 51 -#> 7085 25 A69-1303-555 10889 2017-02-06 02:20:00 51 -#> 7086 25 A69-1303-555 10890 2017-02-06 02:22:00 51 -#> 7087 25 A69-1303-555 10891 2017-02-06 02:24:00 51 -#> 7088 25 A69-1303-555 10893 2017-02-06 02:26:00 51 -#> 7089 25 A69-1303-555 10895 2017-02-06 02:28:00 51 -#> 7090 25 A69-1303-555 10897 2017-02-06 02:30:00 51 -#> 7091 25 A69-1303-555 10898 2017-02-06 02:32:00 51 -#> 7092 25 A69-1303-555 10900 2017-02-06 02:36:00 51 -#> 7093 25 A69-1303-555 10901 2017-02-06 02:38:00 51 -#> 7094 25 A69-1303-555 10902 2017-02-06 02:44:00 51 -#> 7095 25 A69-1303-555 10903 2017-02-06 02:48:00 51 -#> 7096 25 A69-1303-555 10904 2017-02-06 02:54:00 51 -#> 7097 25 A69-1303-555 10905 2017-02-06 02:56:00 51 -#> 7098 25 A69-1303-555 10906 2017-02-06 02:58:00 51 -#> 7099 25 A69-1303-555 10907 2017-02-06 03:00:00 51 -#> 7100 25 A69-1303-555 10908 2017-02-06 03:08:00 51 -#> 7101 25 A69-1303-555 10909 2017-02-06 03:10:00 51 -#> 7102 25 A69-1303-555 10910 2017-02-06 03:12:00 51 -#> 7103 25 A69-1303-555 10911 2017-02-06 03:24:00 51 -#> 7104 25 A69-1303-555 10913 2017-02-06 03:26:00 51 -#> 7105 25 A69-1303-555 10915 2017-02-06 03:28:00 51 -#> 7106 25 A69-1303-555 10916 2017-02-06 03:30:00 51 -#> 7107 25 A69-1303-555 10917 2017-02-06 03:32:00 51 -#> 7108 25 A69-1303-555 10918 2017-02-06 03:34:00 51 -#> 7109 25 A69-1303-555 10920 2017-02-06 03:36:00 51 -#> 7110 25 A69-1303-555 10921 2017-02-06 03:38:00 51 -#> 7111 25 A69-1303-555 10922 2017-02-06 03:40:00 51 -#> 7112 25 A69-1303-555 10923 2017-02-06 03:44:00 51 -#> 7113 25 A69-1303-555 10925 2017-02-06 03:46:00 51 -#> 7114 25 A69-1303-555 10928 2017-02-06 03:48:00 51 -#> 7115 25 A69-1303-555 10929 2017-02-06 03:50:00 51 -#> 7116 25 A69-1303-555 10931 2017-02-06 03:52:00 51 -#> 7117 25 A69-1303-555 10932 2017-02-06 03:54:00 51 -#> 7118 25 A69-1303-555 10934 2017-02-06 03:56:00 51 -#> 7119 25 A69-1303-555 10936 2017-02-06 03:58:00 51 -#> 7120 25 A69-1303-555 10937 2017-02-06 04:00:00 51 -#> 7121 25 A69-1303-555 10939 2017-02-06 04:02:00 51 -#> 7122 25 A69-1303-555 10942 2017-02-06 04:06:00 51 -#> 7123 25 A69-1303-555 10945 2017-02-06 04:10:00 51 -#> 7124 25 A69-1303-555 10947 2017-02-06 04:12:00 51 -#> 7125 25 A69-1303-555 10949 2017-02-06 04:14:00 51 -#> 7126 25 A69-1303-555 10950 2017-02-06 04:16:00 51 -#> 7127 25 A69-1303-555 10952 2017-02-06 04:18:00 51 -#> 7128 25 A69-1303-555 10953 2017-02-06 18:36:00 51 -#> 7129 25 A69-1303-555 10954 2017-02-06 18:38:00 51 -#> 7130 25 A69-1303-555 10955 2017-02-06 18:40:00 51 -#> 7131 25 A69-1303-555 10956 2017-02-06 18:42:00 51 -#> 7132 25 A69-1303-555 10958 2017-02-06 18:44:00 51 -#> 7133 25 A69-1303-555 10960 2017-02-06 18:46:00 51 -#> 7134 25 A69-1303-555 10962 2017-02-06 18:48:00 51 -#> 7135 25 A69-1303-555 10963 2017-02-06 18:50:00 51 -#> 7136 25 A69-1303-555 10965 2017-02-06 18:52:00 51 -#> 7137 25 A69-1303-555 10966 2017-02-06 18:54:00 51 -#> 7138 25 A69-1303-555 10968 2017-02-06 18:56:00 51 -#> 7139 25 A69-1303-555 10969 2017-02-07 23:36:00 47 -#> 7140 25 A69-1303-555 10970 2017-02-07 23:40:00 47 -#> 7141 25 A69-1303-555 10971 2017-02-07 23:42:00 47 -#> 7142 25 A69-1303-555 10973 2017-02-07 23:44:00 47 -#> 7143 25 A69-1303-555 10974 2017-02-07 23:52:00 47 -#> 7144 25 A69-1303-555 10975 2017-02-07 23:56:00 47 -#> 7145 25 A69-1303-555 10976 2017-02-08 02:52:00 47 -#> 7146 25 A69-1303-555 10977 2017-02-08 02:54:00 47 -#> 7147 25 A69-1303-555 10978 2017-02-08 02:56:00 47 -#> 7148 25 A69-1303-555 10980 2017-02-08 02:58:00 47 -#> 7149 25 A69-1303-555 10982 2017-02-08 03:00:00 47 -#> 7150 25 A69-1303-555 10984 2017-02-08 03:02:00 47 -#> 7151 25 A69-1303-555 10985 2017-02-08 03:06:00 47 -#> 7152 25 A69-1303-555 10987 2017-02-08 03:08:00 47 -#> 7153 25 A69-1303-555 10989 2017-02-08 03:08:00 41 -#> 7154 25 A69-1303-555 10990 2017-02-08 03:10:00 47 -#> 7155 25 A69-1303-555 10992 2017-02-08 03:12:00 47 -#> 7156 25 A69-1303-555 10993 2017-02-08 03:24:00 47 -#> 7157 25 A69-1303-555 10994 2017-02-08 03:26:00 47 -#> 7158 25 A69-1303-555 10995 2017-02-08 03:38:00 41 -#> 7159 25 A69-1303-555 10996 2017-02-09 19:40:00 24 -#> 7160 25 A69-1303-555 10997 2017-02-09 19:42:00 24 -#> 7161 25 A69-1303-555 10998 2017-02-09 19:44:00 24 -#> 7162 25 A69-1303-555 10999 2017-02-09 19:46:00 24 -#> 7163 25 A69-1303-555 11000 2017-02-09 19:52:00 24 -#> 7164 25 A69-1303-555 11001 2017-02-09 19:54:00 24 -#> 7165 25 A69-1303-555 11002 2017-02-09 20:36:00 24 -#> 7166 25 A69-1303-555 11004 2017-02-09 23:14:00 24 -#> 7167 25 A69-1303-555 11005 2017-02-09 23:24:00 24 -#> 7168 25 A69-1303-555 11006 2017-02-09 23:48:00 24 -#> 7169 25 A69-1303-555 11007 2017-02-09 23:50:00 24 -#> 7170 25 A69-1303-555 11008 2017-02-09 23:52:00 24 -#> 7171 25 A69-1303-555 11010 2017-02-09 23:54:00 24 -#> 7172 25 A69-1303-555 11012 2017-02-09 23:58:00 24 -#> 7173 25 A69-1303-555 11014 2017-02-10 00:00:00 24 -#> 7174 25 A69-1303-555 11016 2017-02-10 00:02:00 24 -#> 7175 25 A69-1303-555 11018 2017-02-10 00:04:00 24 -#> 7176 25 A69-1303-555 11019 2017-02-10 00:06:00 24 -#> 7177 25 A69-1303-555 11020 2017-02-10 00:10:00 24 -#> 7178 25 A69-1303-555 11021 2017-02-10 00:12:00 24 -#> 7179 25 A69-1303-555 11023 2017-02-10 07:02:00 50 -#> 7180 25 A69-1303-555 11025 2017-02-10 07:04:00 50 -#> 7181 25 A69-1303-555 11027 2017-02-10 07:06:00 50 -#> 7182 25 A69-1303-555 11028 2017-02-10 07:08:00 50 -#> 7183 25 A69-1303-555 11029 2017-02-10 07:10:00 50 -#> 7184 25 A69-1303-555 11031 2017-02-10 07:12:00 50 -#> 7185 25 A69-1303-555 11032 2017-02-10 07:14:00 50 -#> 7186 25 A69-1303-555 11033 2017-02-10 07:16:00 50 -#> 7187 25 A69-1303-555 11036 2017-02-10 07:18:00 50 -#> 7188 25 A69-1303-555 11037 2017-02-10 07:20:00 50 -#> 7189 25 A69-1303-555 11038 2017-02-10 07:22:00 50 -#> 7190 25 A69-1303-555 11039 2017-02-10 07:24:00 50 -#> 7191 25 A69-1303-555 11041 2017-02-10 07:26:00 50 -#> 7192 25 A69-1303-555 11043 2017-02-10 10:22:00 45 -#> 7193 25 A69-1303-555 11045 2017-02-10 10:24:00 45 -#> 7194 25 A69-1303-555 11046 2017-02-10 10:26:00 45 -#> 7195 25 A69-1303-555 11047 2017-02-10 10:28:00 45 -#> 7196 25 A69-1303-555 11049 2017-02-10 10:30:00 45 -#> 7197 25 A69-1303-555 11051 2017-02-10 10:36:00 45 -#> 7198 25 A69-1303-555 11053 2017-02-10 10:38:00 45 -#> 7199 25 A69-1303-555 11054 2017-02-10 10:40:00 45 -#> 7200 25 A69-1303-555 11056 2017-02-10 10:44:00 45 -#> 7201 25 A69-1303-555 11058 2017-02-10 10:46:00 45 -#> 7202 25 A69-1303-555 11059 2017-02-10 10:48:00 45 -#> 7203 25 A69-1303-555 11060 2017-02-10 10:50:00 45 -#> 7204 25 A69-1303-555 11061 2017-02-10 10:52:00 45 -#> 7205 25 A69-1303-555 11062 2017-02-10 10:54:00 45 -#> 7206 25 A69-1303-555 11063 2017-02-10 11:02:00 45 -#> 7207 25 A69-1303-555 11064 2017-02-10 11:06:00 45 -#> 7208 25 A69-1303-555 11067 2017-02-10 11:08:00 45 -#> 7209 25 A69-1303-555 11068 2017-02-10 11:10:00 45 -#> 7210 25 A69-1303-555 11069 2017-02-10 11:12:00 45 -#> 7211 25 A69-1303-555 11071 2017-02-10 11:14:00 45 -#> 7212 25 A69-1303-555 11073 2017-02-10 11:16:00 45 -#> 7213 25 A69-1303-555 11074 2017-02-10 11:18:00 45 -#> 7214 25 A69-1303-555 11076 2017-02-10 11:20:00 45 -#> 7215 25 A69-1303-555 11077 2017-02-10 11:22:00 45 -#> 7216 25 A69-1303-555 11078 2017-02-10 11:24:00 45 -#> 7217 25 A69-1303-555 11079 2017-02-10 11:26:00 45 -#> 7218 25 A69-1303-555 11080 2017-02-10 11:28:00 45 -#> 7219 25 A69-1303-555 11083 2017-02-10 11:34:00 45 -#> 7220 25 A69-1303-555 11084 2017-02-10 11:36:00 45 -#> 7221 25 A69-1303-555 11086 2017-02-10 11:50:00 45 -#> 7222 25 A69-1303-555 11087 2017-02-10 11:52:00 45 -#> 7223 25 A69-1303-555 11088 2017-02-10 11:56:00 45 -#> 7224 25 A69-1303-555 11091 2017-02-10 11:58:00 45 -#> 7225 25 A69-1303-555 11092 2017-02-10 12:00:00 45 -#> 7226 25 A69-1303-555 11093 2017-02-10 12:02:00 45 -#> 7227 25 A69-1303-555 11095 2017-02-10 12:04:00 45 -#> 7228 25 A69-1303-555 11096 2017-02-10 12:06:00 45 -#> 7229 25 A69-1303-555 11098 2017-02-10 12:08:00 45 -#> 7230 25 A69-1303-555 11099 2017-02-10 12:10:00 45 -#> 7231 25 A69-1303-555 11101 2017-02-10 12:12:00 45 -#> 7232 25 A69-1303-555 11102 2017-02-10 12:14:00 45 -#> 7233 25 A69-1303-555 11104 2017-02-10 12:16:00 45 -#> 7234 25 A69-1303-555 11106 2017-02-10 12:20:00 45 -#> 7235 25 A69-1303-555 11108 2017-02-10 12:22:00 45 -#> 7236 25 A69-1303-555 11110 2017-02-10 12:24:00 45 -#> 7237 25 A69-1303-555 11112 2017-02-10 12:26:00 45 -#> 7238 25 A69-1303-555 11114 2017-02-10 12:28:00 45 -#> 7239 25 A69-1303-555 11115 2017-02-10 12:30:00 45 -#> 7240 25 A69-1303-555 11118 2017-02-10 12:32:00 45 -#> 7241 25 A69-1303-555 11120 2017-02-10 12:34:00 45 -#> 7242 25 A69-1303-555 11122 2017-02-10 12:36:00 45 -#> 7243 25 A69-1303-555 11124 2017-02-10 12:38:00 45 -#> 7244 25 A69-1303-555 11125 2017-02-10 12:40:00 45 -#> 7245 25 A69-1303-555 11126 2017-02-10 12:42:00 45 -#> 7246 25 A69-1303-555 11128 2017-02-10 12:44:00 45 -#> 7247 25 A69-1303-555 11130 2017-02-10 12:46:00 45 -#> 7248 25 A69-1303-555 11131 2017-02-10 12:48:00 45 -#> 7249 25 A69-1303-555 11132 2017-02-10 12:50:00 45 -#> 7250 25 A69-1303-555 11134 2017-02-10 12:52:00 45 -#> 7251 25 A69-1303-555 11136 2017-02-10 12:54:00 45 -#> 7252 25 A69-1303-555 11137 2017-02-10 12:56:00 45 -#> 7253 25 A69-1303-555 11138 2017-02-10 12:58:00 45 -#> 7254 25 A69-1303-555 11139 2017-02-10 13:00:00 45 -#> 7255 25 A69-1303-555 11141 2017-02-10 13:02:00 45 -#> 7256 25 A69-1303-555 11142 2017-02-10 13:04:00 45 -#> 7257 25 A69-1303-555 11144 2017-02-10 13:06:00 45 -#> 7258 25 A69-1303-555 11147 2017-02-10 13:08:00 45 -#> 7259 25 A69-1303-555 11149 2017-02-10 13:10:00 45 -#> 7260 25 A69-1303-555 11151 2017-02-10 13:12:00 45 -#> 7261 25 A69-1303-555 11152 2017-02-10 13:14:00 45 -#> 7262 25 A69-1303-555 11154 2017-02-10 13:16:00 45 -#> 7263 25 A69-1303-555 11156 2017-02-10 13:18:00 45 -#> 7264 25 A69-1303-555 11159 2017-02-10 13:20:00 45 -#> 7265 25 A69-1303-555 11160 2017-02-10 13:22:00 45 -#> 7266 25 A69-1303-555 11163 2017-02-10 13:26:00 45 -#> 7267 25 A69-1303-555 11165 2017-02-10 13:28:00 45 -#> 7268 25 A69-1303-555 11167 2017-02-10 13:32:00 45 -#> 7269 25 A69-1303-555 11169 2017-02-10 13:34:00 45 -#> 7270 25 A69-1303-555 11170 2017-02-10 13:36:00 45 -#> 7271 25 A69-1303-555 11172 2017-02-10 13:38:00 45 -#> 7272 25 A69-1303-555 11173 2017-02-10 13:40:00 45 -#> 7273 25 A69-1303-555 11175 2017-02-10 13:42:00 45 -#> 7274 25 A69-1303-555 11177 2017-02-10 13:46:00 45 -#> 7275 25 A69-1303-555 11178 2017-02-10 13:48:00 45 -#> 7276 25 A69-1303-555 11179 2017-02-10 14:10:00 45 -#> 7277 25 A69-1303-555 11180 2017-02-12 03:08:00 47 -#> 7278 25 A69-1303-555 11181 2017-02-12 03:12:00 47 -#> 7279 25 A69-1303-555 11182 2017-02-12 03:20:00 47 -#> 7280 25 A69-1303-555 11184 2017-02-12 03:22:00 47 -#> 7281 25 A69-1303-555 11185 2017-02-12 03:24:00 47 -#> 7282 25 A69-1303-555 11187 2017-02-12 03:26:00 47 -#> 7283 25 A69-1303-555 11188 2017-02-12 03:28:00 47 -#> 7284 25 A69-1303-555 11189 2017-02-12 03:34:00 47 -#> 7285 25 A69-1303-555 11190 2017-02-12 03:36:00 47 -#> 7286 25 A69-1303-555 11191 2017-02-12 03:46:00 47 -#> 7287 25 A69-1303-555 11193 2017-02-12 03:50:00 47 -#> 7288 25 A69-1303-555 11194 2017-02-12 06:54:00 47 -#> 7289 25 A69-1303-555 11195 2017-02-12 06:56:00 47 -#> 7290 25 A69-1303-555 11197 2017-02-12 06:58:00 47 -#> 7291 25 A69-1303-555 11199 2017-02-12 07:00:00 47 -#> 7292 25 A69-1303-555 11200 2017-02-12 07:02:00 47 -#> 7293 25 A69-1303-555 11202 2017-02-12 07:04:00 47 -#> 7294 25 A69-1303-555 11204 2017-02-12 07:06:00 47 -#> 7295 25 A69-1303-555 11206 2017-02-12 07:10:00 47 -#> 7296 25 A69-1303-555 11208 2017-02-12 07:12:00 47 -#> 7297 25 A69-1303-555 11209 2017-02-12 07:36:00 41 -#> 7298 25 A69-1303-555 11211 2017-02-13 18:58:00 4 -#> 7299 25 A69-1303-555 11212 2017-02-13 19:00:00 4 -#> 7300 25 A69-1303-555 11213 2017-02-13 19:02:00 4 -#> 7301 25 A69-1303-555 11215 2017-02-13 19:04:00 4 -#> 7302 25 A69-1303-555 11216 2017-02-13 19:06:00 4 -#> 7303 25 A69-1303-555 11218 2017-02-13 19:08:00 4 -#> 7304 25 A69-1303-555 11220 2017-02-13 19:10:00 4 -#> 7305 25 A69-1303-555 11222 2017-02-13 19:12:00 4 -#> 7306 25 A69-1303-555 11224 2017-02-13 19:14:00 4 -#> 7307 25 A69-1303-555 11226 2017-02-13 19:16:00 4 -#> 7308 25 A69-1303-555 11228 2017-02-13 19:18:00 4 -#> 7309 25 A69-1303-555 11229 2017-02-13 19:36:00 12 -#> 7310 25 A69-1303-555 11230 2017-02-13 19:38:00 12 -#> 7311 25 A69-1303-555 11232 2017-02-13 19:40:00 12 -#> 7312 25 A69-1303-555 11235 2017-02-13 19:44:00 12 -#> 7313 25 A69-1303-555 11237 2017-02-13 19:46:00 12 -#> 7314 25 A69-1303-555 11238 2017-02-13 19:48:00 44 -#> 7315 25 A69-1303-555 11239 2017-02-13 19:48:00 12 -#> 7316 25 A69-1303-555 11240 2017-02-13 19:50:00 44 -#> 7317 25 A69-1303-555 11242 2017-02-13 19:52:00 44 -#> 7318 25 A69-1303-555 11243 2017-02-13 19:52:00 12 -#> 7319 25 A69-1303-555 11246 2017-02-13 19:54:00 44 -#> 7320 25 A69-1303-555 11248 2017-02-13 19:58:00 44 -#> 7321 25 A69-1303-555 11249 2017-02-13 23:34:00 24 -#> 7322 25 A69-1303-555 11250 2017-02-13 23:36:00 24 -#> 7323 25 A69-1303-555 11251 2017-02-13 23:42:00 24 -#> 7324 25 A69-1303-555 11253 2017-02-13 23:54:00 24 -#> 7325 25 A69-1303-555 11254 2017-02-13 23:56:00 24 -#> 7326 25 A69-1303-555 11256 2017-02-13 23:58:00 24 -#> 7327 25 A69-1303-555 11258 2017-02-14 00:00:00 24 -#> 7328 25 A69-1303-555 11261 2017-02-14 00:02:00 24 -#> 7329 25 A69-1303-555 11263 2017-02-14 00:04:00 24 -#> 7330 25 A69-1303-555 11266 2017-02-14 00:06:00 24 -#> 7331 25 A69-1303-555 11268 2017-02-14 00:10:00 24 -#> 7332 25 A69-1303-555 11269 2017-02-14 00:12:00 24 -#> 7333 25 A69-1303-555 11270 2017-02-14 00:14:00 24 -#> 7334 25 A69-1303-555 11271 2017-02-14 02:50:00 24 -#> 7335 25 A69-1303-555 11272 2017-02-14 02:52:00 24 -#> 7336 25 A69-1303-555 11273 2017-02-14 02:54:00 24 -#> 7337 25 A69-1303-555 11274 2017-02-14 02:56:00 24 -#> 7338 25 A69-1303-555 11276 2017-02-14 02:58:00 24 -#> 7339 25 A69-1303-555 11278 2017-02-14 03:02:00 24 -#> 7340 25 A69-1303-555 11279 2017-02-14 03:06:00 24 -#> 7341 25 A69-1303-555 11280 2017-02-14 03:14:00 24 -#> 7342 25 A69-1303-555 11281 2017-02-14 22:52:00 50 -#> 7343 25 A69-1303-555 11282 2017-02-14 22:54:00 50 -#> 7344 25 A69-1303-555 11283 2017-02-14 22:58:00 50 -#> 7345 25 A69-1303-555 11284 2017-02-15 11:36:00 45 -#> 7346 25 A69-1303-555 11285 2017-02-15 11:40:00 45 -#> 7347 25 A69-1303-555 11286 2017-02-15 11:50:00 45 -#> 7348 25 A69-1303-555 11289 2017-02-15 11:52:00 45 -#> 7349 25 A69-1303-555 11291 2017-02-15 11:54:00 45 -#> 7350 25 A69-1303-555 11292 2017-02-15 11:56:00 45 -#> 7351 25 A69-1303-555 11293 2017-02-15 11:58:00 45 -#> 7352 25 A69-1303-555 11295 2017-02-15 12:00:00 45 -#> 7353 25 A69-1303-555 11298 2017-02-15 12:02:00 45 -#> 7354 25 A69-1303-555 11299 2017-02-15 12:04:00 45 -#> 7355 25 A69-1303-555 11300 2017-02-15 12:06:00 45 -#> 7356 25 A69-1303-555 11302 2017-02-15 12:08:00 45 -#> 7357 25 A69-1303-555 11304 2017-02-15 12:10:00 45 -#> 7358 25 A69-1303-555 11305 2017-02-15 12:12:00 45 -#> 7359 25 A69-1303-555 11308 2017-02-15 12:14:00 45 -#> 7360 25 A69-1303-555 11310 2017-02-15 12:16:00 45 -#> 7361 25 A69-1303-555 11311 2017-02-15 12:18:00 45 -#> 7362 25 A69-1303-555 11313 2017-02-15 12:20:00 45 -#> 7363 25 A69-1303-555 11315 2017-02-15 12:22:00 45 -#> 7364 25 A69-1303-555 11317 2017-02-15 12:24:00 45 -#> 7365 25 A69-1303-555 11318 2017-02-15 12:26:00 45 -#> 7366 25 A69-1303-555 11320 2017-02-15 12:28:00 45 -#> 7367 25 A69-1303-555 11323 2017-02-15 12:30:00 45 -#> 7368 25 A69-1303-555 11324 2017-02-15 12:32:00 45 -#> 7369 25 A69-1303-555 11327 2017-02-15 12:36:00 45 -#> 7370 25 A69-1303-555 11329 2017-02-15 12:38:00 45 -#> 7371 25 A69-1303-555 11331 2017-02-15 12:42:00 45 -#> 7372 25 A69-1303-555 11333 2017-02-15 12:44:00 45 -#> 7373 25 A69-1303-555 11334 2017-02-15 12:46:00 45 -#> 7374 25 A69-1303-555 11336 2017-02-15 12:48:00 45 -#> 7375 25 A69-1303-555 11337 2017-02-15 12:52:00 45 -#> 7376 25 A69-1303-555 11339 2017-02-15 12:54:00 45 -#> 7377 25 A69-1303-555 11341 2017-02-15 12:56:00 45 -#> 7378 25 A69-1303-555 11342 2017-02-15 12:58:00 45 -#> 7379 25 A69-1303-555 11343 2017-02-15 13:00:00 45 -#> 7380 25 A69-1303-555 11344 2017-02-15 13:02:00 45 -#> 7381 25 A69-1303-555 11346 2017-02-15 13:06:00 45 -#> 7382 25 A69-1303-555 11347 2017-02-15 13:08:00 45 -#> 7383 25 A69-1303-555 11349 2017-02-15 13:10:00 45 -#> 7384 25 A69-1303-555 11350 2017-02-15 13:12:00 45 -#> 7385 25 A69-1303-555 11352 2017-02-15 13:14:00 45 -#> 7386 25 A69-1303-555 11354 2017-02-15 13:18:00 45 -#> 7387 25 A69-1303-555 11356 2017-02-15 13:20:00 45 -#> 7388 25 A69-1303-555 11358 2017-02-15 13:22:00 45 -#> 7389 25 A69-1303-555 11359 2017-02-15 13:24:00 45 -#> 7390 25 A69-1303-555 11361 2017-02-15 13:26:00 45 -#> 7391 25 A69-1303-555 11363 2017-02-15 13:28:00 45 -#> 7392 25 A69-1303-555 11365 2017-02-15 13:30:00 45 -#> 7393 25 A69-1303-555 11366 2017-02-15 13:32:00 45 -#> 7394 25 A69-1303-555 11368 2017-02-15 13:34:00 45 -#> 7395 25 A69-1303-555 11370 2017-02-15 13:36:00 45 -#> 7396 25 A69-1303-555 11372 2017-02-15 13:38:00 45 -#> 7397 25 A69-1303-555 11374 2017-02-15 13:40:00 45 -#> 7398 25 A69-1303-555 11376 2017-02-15 13:42:00 45 -#> 7399 25 A69-1303-555 11377 2017-02-15 13:44:00 45 -#> 7400 25 A69-1303-555 11379 2017-02-15 13:46:00 45 -#> 7401 25 A69-1303-555 11381 2017-02-15 13:48:00 45 -#> 7402 25 A69-1303-555 11383 2017-02-15 13:50:00 45 -#> 7403 25 A69-1303-555 11385 2017-02-15 13:52:00 45 -#> 7404 25 A69-1303-555 11388 2017-02-15 13:54:00 45 -#> 7405 25 A69-1303-555 11389 2017-02-15 13:56:00 45 -#> 7406 25 A69-1303-555 11391 2017-02-15 13:58:00 45 -#> 7407 25 A69-1303-555 11392 2017-02-15 14:00:00 45 -#> 7408 25 A69-1303-555 11393 2017-02-15 14:02:00 45 -#> 7409 25 A69-1303-555 11394 2017-02-15 14:04:00 45 -#> 7410 25 A69-1303-555 11397 2017-02-15 14:06:00 45 -#> 7411 25 A69-1303-555 11398 2017-02-15 14:08:00 45 -#> 7412 25 A69-1303-555 11400 2017-02-15 14:10:00 45 -#> 7413 25 A69-1303-555 11402 2017-02-15 14:12:00 45 -#> 7414 25 A69-1303-555 11403 2017-02-15 14:14:00 45 -#> 7415 25 A69-1303-555 11406 2017-02-15 14:16:00 45 -#> 7416 25 A69-1303-555 11408 2017-02-15 14:18:00 45 -#> 7417 25 A69-1303-555 11410 2017-02-15 14:20:00 45 -#> 7418 25 A69-1303-555 11411 2017-02-15 14:22:00 45 -#> 7419 25 A69-1303-555 11412 2017-02-15 14:24:00 45 -#> 7420 25 A69-1303-555 11413 2017-02-15 14:26:00 45 -#> 7421 25 A69-1303-555 11415 2017-02-15 14:28:00 45 -#> 7422 25 A69-1303-555 11417 2017-02-15 14:30:00 45 -#> 7423 25 A69-1303-555 11419 2017-02-15 14:32:00 45 -#> 7424 25 A69-1303-555 11421 2017-02-15 14:34:00 45 -#> 7425 25 A69-1303-555 11423 2017-02-15 14:36:00 45 -#> 7426 25 A69-1303-555 11424 2017-02-15 14:38:00 45 -#> 7427 25 A69-1303-555 11427 2017-02-15 14:40:00 45 -#> 7428 25 A69-1303-555 11429 2017-02-15 14:42:00 45 -#> 7429 25 A69-1303-555 11430 2017-02-15 14:44:00 45 -#> 7430 25 A69-1303-555 11431 2017-02-15 14:46:00 45 -#> 7431 25 A69-1303-555 11432 2017-02-15 14:48:00 45 -#> 7432 25 A69-1303-555 11434 2017-02-15 14:50:00 45 -#> 7433 25 A69-1303-555 11436 2017-02-15 14:52:00 45 -#> 7434 25 A69-1303-555 11438 2017-02-15 14:54:00 45 -#> 7435 25 A69-1303-555 11440 2017-02-15 14:56:00 45 -#> 7436 25 A69-1303-555 11441 2017-02-15 14:58:00 45 -#> 7437 25 A69-1303-555 11444 2017-02-15 15:00:00 45 -#> 7438 25 A69-1303-555 11446 2017-02-15 15:02:00 45 -#> 7439 25 A69-1303-555 11448 2017-02-15 15:04:00 45 -#> 7440 25 A69-1303-555 11449 2017-02-15 15:06:00 45 -#> 7441 25 A69-1303-555 11450 2017-02-15 15:08:00 45 -#> 7442 25 A69-1303-555 11452 2017-02-15 15:10:00 45 -#> 7443 25 A69-1303-555 11454 2017-02-15 15:12:00 45 -#> 7444 25 A69-1303-555 11456 2017-02-15 15:14:00 45 -#> 7445 25 A69-1303-555 11458 2017-02-15 15:16:00 45 -#> 7446 25 A69-1303-555 11460 2017-02-15 15:18:00 45 -#> 7447 25 A69-1303-555 11461 2017-02-15 15:20:00 45 -#> 7448 25 A69-1303-555 11463 2017-02-15 15:22:00 45 -#> 7449 25 A69-1303-555 11465 2017-02-15 15:24:00 45 -#> 7450 25 A69-1303-555 11466 2017-02-15 15:26:00 45 -#> 7451 25 A69-1303-555 11467 2017-02-15 15:30:00 45 -#> 7452 25 A69-1303-555 11469 2017-02-15 15:32:00 45 -#> 7453 25 A69-1303-555 11471 2017-02-15 15:34:00 45 -#> 7454 25 A69-1303-555 11474 2017-02-15 15:36:00 45 -#> 7455 25 A69-1303-555 11476 2017-02-15 15:38:00 45 -#> 7456 25 A69-1303-555 11478 2017-02-15 15:40:00 45 -#> 7457 25 A69-1303-555 11480 2017-02-15 15:42:00 45 -#> 7458 25 A69-1303-555 11482 2017-02-15 15:44:00 45 -#> 7459 25 A69-1303-555 11483 2017-02-15 15:46:00 45 -#> 7460 25 A69-1303-555 11485 2017-02-15 15:48:00 45 -#> 7461 25 A69-1303-555 11487 2017-02-15 15:50:00 45 -#> 7462 25 A69-1303-555 11489 2017-02-15 15:52:00 45 -#> 7463 25 A69-1303-555 11492 2017-02-15 15:54:00 45 -#> 7464 25 A69-1303-555 11493 2017-02-15 15:56:00 45 -#> 7465 25 A69-1303-555 11495 2017-02-15 15:58:00 45 -#> 7466 25 A69-1303-555 11497 2017-02-15 16:00:00 45 -#> 7467 25 A69-1303-555 11499 2017-02-15 16:02:00 45 -#> 7468 25 A69-1303-555 11501 2017-02-15 16:04:00 45 -#> 7469 25 A69-1303-555 11503 2017-02-15 16:06:00 45 -#> 7470 25 A69-1303-555 11505 2017-02-15 16:08:00 45 -#> 7471 25 A69-1303-555 11506 2017-02-15 16:10:00 45 -#> 7472 25 A69-1303-555 11508 2017-02-15 16:12:00 45 -#> 7473 25 A69-1303-555 11510 2017-02-15 16:14:00 45 -#> 7474 25 A69-1303-555 11512 2017-02-15 16:16:00 45 -#> 7475 25 A69-1303-555 11514 2017-02-15 16:18:00 45 -#> 7476 25 A69-1303-555 11515 2017-02-15 16:20:00 45 -#> 7477 25 A69-1303-555 11517 2017-02-15 16:22:00 45 -#> 7478 25 A69-1303-555 11518 2017-02-15 16:24:00 45 -#> 7479 25 A69-1303-555 11520 2017-02-15 16:26:00 45 -#> 7480 25 A69-1303-555 11522 2017-02-15 16:28:00 45 -#> 7481 25 A69-1303-555 11523 2017-02-15 16:30:00 45 -#> 7482 25 A69-1303-555 11525 2017-02-15 16:32:00 45 -#> 7483 25 A69-1303-555 11527 2017-02-15 16:34:00 45 -#> 7484 25 A69-1303-555 11530 2017-02-15 16:36:00 45 -#> 7485 25 A69-1303-555 11531 2017-02-15 16:38:00 45 -#> 7486 25 A69-1303-555 11533 2017-02-15 16:40:00 45 -#> 7487 25 A69-1303-555 11536 2017-02-15 16:42:00 45 -#> 7488 25 A69-1303-555 11538 2017-02-15 16:44:00 45 -#> 7489 25 A69-1303-555 11539 2017-02-15 16:46:00 45 -#> 7490 25 A69-1303-555 11540 2017-02-15 16:48:00 45 -#> 7491 25 A69-1303-555 11542 2017-02-15 16:50:00 45 -#> 7492 25 A69-1303-555 11543 2017-02-15 16:52:00 45 -#> 7493 25 A69-1303-555 11545 2017-02-15 16:54:00 45 -#> 7494 25 A69-1303-555 11547 2017-02-15 16:56:00 45 -#> 7495 25 A69-1303-555 11548 2017-02-15 16:58:00 45 -#> 7496 25 A69-1303-555 11550 2017-02-15 17:00:00 45 -#> 7497 25 A69-1303-555 11552 2017-02-15 17:02:00 45 -#> 7498 25 A69-1303-555 11554 2017-02-15 17:04:00 45 -#> 7499 25 A69-1303-555 11555 2017-02-15 17:06:00 45 -#> 7500 25 A69-1303-555 11557 2017-02-15 17:08:00 45 -#> 7501 25 A69-1303-555 11559 2017-02-15 17:10:00 45 -#> 7502 25 A69-1303-555 11561 2017-02-15 17:12:00 45 -#> 7503 25 A69-1303-555 11563 2017-02-15 17:14:00 45 -#> 7504 25 A69-1303-555 11564 2017-02-15 17:16:00 45 -#> 7505 25 A69-1303-555 11565 2017-02-15 17:18:00 45 -#> 7506 25 A69-1303-555 11567 2017-02-15 17:20:00 45 -#> 7507 25 A69-1303-555 11568 2017-02-15 17:22:00 45 -#> 7508 25 A69-1303-555 11570 2017-02-15 17:24:00 45 -#> 7509 25 A69-1303-555 11572 2017-02-15 17:26:00 45 -#> 7510 25 A69-1303-555 11574 2017-02-15 17:28:00 45 -#> 7511 25 A69-1303-555 11575 2017-02-15 17:30:00 45 -#> 7512 25 A69-1303-555 11577 2017-02-15 17:32:00 45 -#> 7513 25 A69-1303-555 11579 2017-02-15 17:34:00 45 -#> 7514 25 A69-1303-555 11581 2017-02-15 17:36:00 45 -#> 7515 25 A69-1303-555 11583 2017-02-15 17:38:00 45 -#> 7516 25 A69-1303-555 11586 2017-02-15 17:40:00 45 -#> 7517 25 A69-1303-555 11587 2017-02-15 17:42:00 45 -#> 7518 25 A69-1303-555 11589 2017-02-15 17:44:00 45 -#> 7519 25 A69-1303-555 11591 2017-02-15 17:46:00 45 -#> 7520 25 A69-1303-555 11593 2017-02-15 17:48:00 45 -#> 7521 25 A69-1303-555 11594 2017-02-15 17:50:00 45 -#> 7522 25 A69-1303-555 11597 2017-02-15 17:52:00 45 -#> 7523 25 A69-1303-555 11599 2017-02-15 17:54:00 45 -#> 7524 25 A69-1303-555 11600 2017-02-15 17:56:00 45 -#> 7525 25 A69-1303-555 11601 2017-02-15 17:58:00 45 -#> 7526 25 A69-1303-555 11603 2017-02-15 18:00:00 45 -#> 7527 25 A69-1303-555 11604 2017-02-15 18:02:00 45 -#> 7528 25 A69-1303-555 11606 2017-02-15 18:04:00 45 -#> 7529 25 A69-1303-555 11608 2017-02-15 18:06:00 45 -#> 7530 25 A69-1303-555 11609 2017-02-15 18:08:00 45 -#> 7531 25 A69-1303-555 11611 2017-02-15 18:10:00 45 -#> 7532 25 A69-1303-555 11614 2017-02-15 18:12:00 45 -#> 7533 25 A69-1303-555 11615 2017-02-15 18:14:00 45 -#> 7534 25 A69-1303-555 11616 2017-02-15 18:16:00 45 -#> 7535 25 A69-1303-555 11618 2017-02-15 18:18:00 45 -#> 7536 25 A69-1303-555 11621 2017-02-15 18:20:00 45 -#> 7537 25 A69-1303-555 11623 2017-02-15 18:22:00 45 -#> 7538 25 A69-1303-555 11624 2017-02-15 18:24:00 45 -#> 7539 25 A69-1303-555 11626 2017-02-15 18:26:00 45 -#> 7540 25 A69-1303-555 11628 2017-02-15 18:28:00 45 -#> 7541 25 A69-1303-555 11630 2017-02-15 18:30:00 45 -#> 7542 25 A69-1303-555 11632 2017-02-15 18:32:00 45 -#> 7543 25 A69-1303-555 11633 2017-02-15 18:34:00 45 -#> 7544 25 A69-1303-555 11635 2017-02-15 18:36:00 45 -#> 7545 25 A69-1303-555 11637 2017-02-15 18:38:00 45 -#> 7546 25 A69-1303-555 11639 2017-02-15 18:40:00 45 -#> 7547 25 A69-1303-555 11641 2017-02-15 18:44:00 45 -#> 7548 25 A69-1303-555 11642 2017-02-16 08:20:00 51 -#> 7549 25 A69-1303-555 11643 2017-02-16 08:22:00 51 -#> 7550 25 A69-1303-555 11644 2017-02-16 08:30:00 51 -#> 7551 25 A69-1303-555 11646 2017-02-16 08:32:00 51 -#> 7552 25 A69-1303-555 11648 2017-02-16 08:34:00 51 -#> 7553 25 A69-1303-555 11650 2017-02-16 08:42:00 51 -#> 7554 25 A69-1303-555 11651 2017-02-16 08:44:00 51 -#> 7555 25 A69-1303-555 11652 2017-02-16 08:46:00 51 -#> 7556 25 A69-1303-555 11654 2017-02-16 08:48:00 51 -#> 7557 25 A69-1303-555 11655 2017-02-16 08:50:00 51 -#> 7558 25 A69-1303-555 11657 2017-02-16 08:52:00 51 -#> 7559 25 A69-1303-555 11658 2017-02-16 08:54:00 51 -#> 7560 25 A69-1303-555 11660 2017-02-16 08:56:00 51 -#> 7561 25 A69-1303-555 11663 2017-02-16 08:58:00 51 -#> 7562 25 A69-1303-555 11664 2017-02-16 09:00:00 51 -#> 7563 25 A69-1303-555 11665 2017-02-16 09:04:00 51 -#> 7564 25 A69-1303-555 11667 2017-02-16 09:06:00 51 -#> 7565 25 A69-1303-555 11668 2017-02-16 09:08:00 51 -#> 7566 25 A69-1303-555 11669 2017-02-16 09:10:00 51 -#> 7567 25 A69-1303-555 11670 2017-02-16 09:12:00 51 -#> 7568 25 A69-1303-555 11672 2017-02-16 09:14:00 51 -#> 7569 25 A69-1303-555 11673 2017-02-16 09:16:00 51 -#> 7570 25 A69-1303-555 11675 2017-02-16 09:18:00 51 -#> 7571 25 A69-1303-555 11676 2017-02-16 09:20:00 51 -#> 7572 25 A69-1303-555 11677 2017-02-16 09:26:00 51 -#> 7573 25 A69-1303-555 11678 2017-02-16 09:28:00 51 -#> 7574 25 A69-1303-555 11679 2017-02-16 09:32:00 51 -#> 7575 25 A69-1303-555 11680 2017-02-16 20:58:00 47 -#> 7576 25 A69-1303-555 11681 2017-02-16 21:00:00 47 -#> 7577 25 A69-1303-555 11682 2017-02-16 21:08:00 47 -#> 7578 25 A69-1303-555 11683 2017-02-16 23:46:00 20 -#> 7579 25 A69-1303-555 11684 2017-02-16 23:48:00 20 -#> 7580 25 A69-1303-555 11685 2017-02-16 23:50:00 20 -#> 7581 25 A69-1303-555 11687 2017-02-16 23:52:00 20 -#> 7582 25 A69-1303-555 11690 2017-02-16 23:54:00 20 -#> 7583 25 A69-1303-555 11691 2017-02-16 23:58:00 20 -#> 7584 25 A69-1303-555 11692 2017-02-17 00:08:00 20 -#> 7585 25 A69-1303-555 11693 2017-02-17 00:12:00 20 -#> 7586 25 A69-1303-555 11695 2017-02-17 00:16:00 20 -#> 7587 25 A69-1303-555 11697 2017-02-17 00:18:00 20 -#> 7588 25 A69-1303-555 11699 2017-02-17 00:20:00 20 -#> 7589 25 A69-1303-555 11700 2017-02-17 00:22:00 20 -#> 7590 25 A69-1303-555 11702 2017-02-17 00:24:00 20 -#> 7591 25 A69-1303-555 11705 2017-02-17 00:26:00 20 -#> 7592 25 A69-1303-555 11706 2017-02-17 00:28:00 20 -#> 7593 25 A69-1303-555 11707 2017-02-17 00:30:00 20 -#> 7594 25 A69-1303-555 11709 2017-02-17 00:32:00 20 -#> 7595 25 A69-1303-555 11711 2017-02-17 00:34:00 20 -#> 7596 25 A69-1303-555 11713 2017-02-17 00:36:00 20 -#> 7597 25 A69-1303-555 11715 2017-02-17 00:38:00 20 -#> 7598 25 A69-1303-555 11717 2017-02-17 00:40:00 20 -#> 7599 25 A69-1303-555 11719 2017-02-17 00:42:00 20 -#> 7600 25 A69-1303-555 11720 2017-02-17 00:44:00 20 -#> 7601 25 A69-1303-555 11721 2017-02-17 00:46:00 20 -#> 7602 25 A69-1303-555 11722 2017-02-17 00:48:00 20 -#> 7603 25 A69-1303-555 11723 2017-02-17 00:50:00 20 -#> 7604 25 A69-1303-555 11725 2017-02-17 00:52:00 20 -#> 7605 25 A69-1303-555 11727 2017-02-17 00:54:00 46 -#> 7606 25 A69-1303-555 11728 2017-02-17 00:56:00 46 -#> 7607 25 A69-1303-555 11730 2017-02-17 01:00:00 46 -#> 7608 25 A69-1303-555 11731 2017-02-17 01:02:00 46 -#> 7609 25 A69-1303-555 11733 2017-02-17 01:06:00 46 -#> 7610 25 A69-1303-555 11735 2017-02-17 01:08:00 46 -#> 7611 25 A69-1303-555 11736 2017-02-17 01:10:00 46 -#> 7612 25 A69-1303-555 11738 2017-02-17 01:12:00 46 -#> 7613 25 A69-1303-555 11741 2017-02-17 01:14:00 46 -#> 7614 25 A69-1303-555 11742 2017-02-17 01:16:00 46 -#> 7615 25 A69-1303-555 11744 2017-02-17 01:18:00 46 -#> 7616 25 A69-1303-555 11746 2017-02-17 01:20:00 46 -#> 7617 25 A69-1303-555 11747 2017-02-17 01:22:00 46 -#> 7618 25 A69-1303-555 11749 2017-02-17 01:24:00 46 -#> 7619 25 A69-1303-555 11751 2017-02-17 05:54:00 47 -#> 7620 25 A69-1303-555 11752 2017-02-17 05:56:00 47 -#> 7621 25 A69-1303-555 11753 2017-02-17 05:58:00 47 -#> 7622 25 A69-1303-555 11754 2017-02-17 06:00:00 47 -#> 7623 25 A69-1303-555 11757 2017-02-17 06:02:00 47 -#> 7624 25 A69-1303-555 11758 2017-02-17 06:04:00 47 -#> 7625 25 A69-1303-555 11759 2017-02-17 06:06:00 47 -#> 7626 25 A69-1303-555 11760 2017-02-17 06:10:00 47 -#> 7627 25 A69-1303-555 11761 2017-02-17 06:12:00 47 -#> 7628 25 A69-1303-555 11762 2017-02-17 06:26:00 47 -#> 7629 25 A69-1303-555 11764 2017-02-17 06:28:00 47 -#> 7630 25 A69-1303-555 11765 2017-02-17 06:32:00 47 -#> 7631 25 A69-1303-555 11767 2017-02-17 07:08:00 41 -#> 7632 25 A69-1303-555 11768 2017-02-17 07:10:00 41 -#> 7633 25 A69-1303-555 11769 2017-02-17 07:12:00 41 -#> 7634 25 A69-1303-555 11770 2017-02-17 07:16:00 41 -#> 7635 25 A69-1303-555 11772 2017-02-17 07:44:00 41 -#> 7636 25 A69-1303-555 11773 2017-02-17 07:48:00 41 -#> 7637 25 A69-1303-555 11774 2017-02-17 07:56:00 41 -#> 7638 25 A69-1303-555 11775 2017-02-17 07:58:00 41 -#> 7639 25 A69-1303-555 11776 2017-02-17 08:00:00 41 -#> 7640 25 A69-1303-555 11777 2017-02-17 08:48:00 41 -#> 7641 25 A69-1303-555 11778 2017-02-17 08:52:00 41 -#> 7642 25 A69-1303-555 11779 2017-02-17 10:04:00 47 -#> 7643 25 A69-1303-555 11781 2017-02-17 10:08:00 47 -#> 7644 25 A69-1303-555 11782 2017-02-17 10:10:00 47 -#> 7645 25 A69-1303-555 11783 2017-02-17 10:12:00 47 -#> 7646 25 A69-1303-555 11784 2017-02-17 10:14:00 47 -#> 7647 25 A69-1303-555 11785 2017-02-17 10:16:00 47 -#> 7648 25 A69-1303-555 11786 2017-02-17 19:16:00 47 -#> 7649 25 A69-1303-555 11787 2017-02-17 19:36:00 47 -#> 7650 25 A69-1303-555 11788 2017-02-17 19:36:00 41 -#> 7651 25 A69-1303-555 11790 2017-02-17 19:38:00 41 -#> 7652 25 A69-1303-555 11791 2017-02-17 19:40:00 47 -#> 7653 25 A69-1303-555 11792 2017-02-17 19:42:00 41 -#> 7654 25 A69-1303-555 11793 2017-02-17 19:42:00 47 -#> 7655 25 A69-1303-555 11795 2017-02-17 19:46:00 41 -#> 7656 25 A69-1303-555 11796 2017-02-17 19:48:00 41 -#> 7657 25 A69-1303-555 11798 2017-02-17 19:50:00 41 -#> 7658 25 A69-1303-555 11800 2017-02-17 19:52:00 41 -#> 7659 25 A69-1303-555 11802 2017-02-17 19:54:00 41 -#> 7660 25 A69-1303-555 11803 2017-02-17 19:56:00 41 -#> 7661 25 A69-1303-555 11804 2017-02-17 19:58:00 41 -#> 7662 25 A69-1303-555 11805 2017-02-17 20:00:00 41 -#> 7663 25 A69-1303-555 11806 2017-02-17 20:14:00 41 -#> 7664 25 A69-1303-555 11808 2017-02-17 20:16:00 41 -#> 7665 25 A69-1303-555 11809 2017-02-17 20:18:00 41 -#> 7666 25 A69-1303-555 11810 2017-02-17 20:20:00 41 -#> 7667 25 A69-1303-555 11811 2017-02-17 20:22:00 41 -#> 7668 25 A69-1303-555 11812 2017-02-17 20:24:00 41 -#> 7669 25 A69-1303-555 11813 2017-02-17 20:46:00 41 -#> 7670 25 A69-1303-555 11815 2017-02-17 20:48:00 41 -#> 7671 25 A69-1303-555 11816 2017-02-17 20:50:00 41 -#> 7672 25 A69-1303-555 11817 2017-02-17 20:52:00 41 -#> 7673 25 A69-1303-555 11818 2017-02-17 20:54:00 41 -#> 7674 25 A69-1303-555 11819 2017-02-17 20:54:00 47 -#> 7675 25 A69-1303-555 11820 2017-02-17 20:56:00 41 -#> 7676 25 A69-1303-555 11821 2017-02-17 20:56:00 47 -#> 7677 25 A69-1303-555 11823 2017-02-17 20:58:00 41 -#> 7678 25 A69-1303-555 11825 2017-02-17 21:00:00 41 -#> 7679 25 A69-1303-555 11826 2017-02-17 21:02:00 47 -#> 7680 25 A69-1303-555 11827 2017-02-17 21:06:00 47 -#> 7681 25 A69-1303-555 11828 2017-02-17 21:08:00 47 -#> 7682 25 A69-1303-555 11829 2017-02-17 21:10:00 47 -#> 7683 25 A69-1303-555 11830 2017-02-17 21:12:00 47 -#> 7684 25 A69-1303-555 11831 2017-02-17 21:14:00 41 -#> 7685 25 A69-1303-555 11832 2017-02-17 21:14:00 47 -#> 7686 25 A69-1303-555 11834 2017-02-17 21:16:00 41 -#> 7687 25 A69-1303-555 11835 2017-02-17 21:18:00 41 -#> 7688 25 A69-1303-555 11837 2017-02-17 21:20:00 41 -#> 7689 25 A69-1303-555 11839 2017-02-17 21:22:00 41 -#> 7690 25 A69-1303-555 11840 2017-02-17 21:26:00 41 -#> 7691 25 A69-1303-555 11841 2017-02-17 21:28:00 41 -#> 7692 25 A69-1303-555 11843 2017-02-17 21:30:00 41 -#> 7693 25 A69-1303-555 11845 2017-02-17 21:32:00 41 -#> 7694 25 A69-1303-555 11847 2017-02-17 21:34:00 41 -#> 7695 25 A69-1303-555 11849 2017-02-17 21:36:00 41 -#> 7696 25 A69-1303-555 11850 2017-02-17 21:38:00 41 -#> 7697 25 A69-1303-555 11852 2017-02-17 21:40:00 41 -#> 7698 25 A69-1303-555 11854 2017-02-17 21:42:00 41 -#> 7699 25 A69-1303-555 11855 2017-02-17 21:46:00 41 -#> 7700 25 A69-1303-555 11856 2017-02-17 22:52:00 41 -#> 7701 25 A69-1303-555 11857 2017-02-17 22:54:00 41 -#> 7702 25 A69-1303-555 11858 2017-02-17 23:04:00 41 -#> 7703 25 A69-1303-555 11859 2017-02-17 23:08:00 41 -#> 7704 25 A69-1303-555 11860 2017-02-17 23:16:00 41 -#> 7705 25 A69-1303-555 11861 2017-02-17 23:24:00 41 -#> 7706 25 A69-1303-555 11862 2017-02-18 00:54:00 41 -#> 7707 25 A69-1303-555 11864 2017-02-18 00:56:00 41 -#> 7708 25 A69-1303-555 11866 2017-02-18 00:58:00 41 -#> 7709 25 A69-1303-555 11867 2017-02-18 01:00:00 41 -#> 7710 25 A69-1303-555 11868 2017-02-18 01:02:00 41 -#> 7711 25 A69-1303-555 11871 2017-02-18 01:04:00 41 -#> 7712 25 A69-1303-555 11873 2017-02-18 02:04:00 41 -#> 7713 25 A69-1303-555 11874 2017-02-18 02:06:00 41 -#> 7714 25 A69-1303-555 11875 2017-02-18 02:08:00 41 -#> 7715 25 A69-1303-555 11877 2017-02-18 02:10:00 41 -#> 7716 25 A69-1303-555 11879 2017-02-18 02:14:00 41 -#> 7717 25 A69-1303-555 11880 2017-02-18 02:16:00 41 -#> 7718 25 A69-1303-555 11882 2017-02-18 02:18:00 41 -#> 7719 25 A69-1303-555 11884 2017-02-18 02:20:00 41 -#> 7720 25 A69-1303-555 11886 2017-02-18 02:22:00 41 -#> 7721 25 A69-1303-555 11887 2017-02-18 02:28:00 41 -#> 7722 25 A69-1303-555 11888 2017-02-18 02:32:00 41 -#> 7723 25 A69-1303-555 11889 2017-02-18 02:46:00 41 -#> 7724 25 A69-1303-555 11890 2017-02-18 02:52:00 41 -#> 7725 25 A69-1303-555 11892 2017-02-18 02:54:00 41 -#> 7726 25 A69-1303-555 11893 2017-02-18 02:56:00 41 -#> 7727 25 A69-1303-555 11895 2017-02-18 02:58:00 41 -#> 7728 25 A69-1303-555 11898 2017-02-18 03:00:00 41 -#> 7729 25 A69-1303-555 11899 2017-02-18 03:02:00 41 -#> 7730 25 A69-1303-555 11900 2017-02-18 03:06:00 41 -#> 7731 25 A69-1303-555 11902 2017-02-18 03:08:00 41 -#> 7732 25 A69-1303-555 11903 2017-02-18 03:12:00 41 -#> 7733 25 A69-1303-555 11904 2017-02-18 03:18:00 41 -#> 7734 25 A69-1303-555 11905 2017-02-18 03:20:00 41 -#> 7735 25 A69-1303-555 11907 2017-02-18 03:22:00 41 -#> 7736 25 A69-1303-555 11908 2017-02-18 03:24:00 41 -#> 7737 25 A69-1303-555 11910 2017-02-18 03:26:00 41 -#> 7738 25 A69-1303-555 11911 2017-02-18 03:30:00 41 -#> 7739 25 A69-1303-555 11912 2017-02-18 03:32:00 41 -#> 7740 25 A69-1303-555 11913 2017-02-18 03:34:00 41 -#> 7741 25 A69-1303-555 11915 2017-02-18 03:36:00 41 -#> 7742 25 A69-1303-555 11917 2017-02-18 03:38:00 41 -#> 7743 25 A69-1303-555 11919 2017-02-18 03:40:00 41 -#> 7744 25 A69-1303-555 11922 2017-02-18 03:42:00 41 -#> 7745 25 A69-1303-555 11924 2017-02-18 03:44:00 41 -#> 7746 25 A69-1303-555 11927 2017-02-18 03:46:00 41 -#> 7747 25 A69-1303-555 11928 2017-02-18 03:48:00 41 -#> 7748 25 A69-1303-555 11930 2017-02-18 03:50:00 41 -#> 7749 25 A69-1303-555 11932 2017-02-18 03:52:00 41 -#> 7750 25 A69-1303-555 11933 2017-02-18 03:54:00 41 -#> 7751 25 A69-1303-555 11934 2017-02-19 02:58:00 41 -#> 7752 25 A69-1303-555 11935 2017-02-19 03:02:00 41 -#> 7753 25 A69-1303-555 11936 2017-02-19 03:28:00 41 -#> 7754 25 A69-1303-555 11937 2017-02-19 03:30:00 47 -#> 7755 25 A69-1303-555 11938 2017-02-19 03:30:00 41 -#> 7756 25 A69-1303-555 11939 2017-02-19 03:40:00 47 -#> 7757 25 A69-1303-555 11940 2017-02-19 03:42:00 47 -#> 7758 25 A69-1303-555 11941 2017-02-19 03:44:00 47 -#> 7759 25 A69-1303-555 11943 2017-02-19 03:46:00 47 -#> 7760 25 A69-1303-555 11945 2017-02-19 03:48:00 47 -#> 7761 25 A69-1303-555 11946 2017-02-19 03:50:00 47 -#> 7762 25 A69-1303-555 11947 2017-02-19 03:52:00 47 -#> 7763 25 A69-1303-555 11949 2017-02-19 03:54:00 47 -#> 7764 25 A69-1303-555 11951 2017-02-19 03:56:00 47 -#> 7765 25 A69-1303-555 11952 2017-02-19 03:58:00 47 -#> 7766 25 A69-1303-555 11955 2017-02-19 04:00:00 47 -#> 7767 25 A69-1303-555 11956 2017-02-19 04:02:00 47 -#> 7768 25 A69-1303-555 11957 2017-02-19 04:02:00 41 -#> 7769 25 A69-1303-555 11959 2017-02-19 04:04:00 41 -#> 7770 25 A69-1303-555 11960 2017-02-19 04:04:00 47 -#> 7771 25 A69-1303-555 11961 2017-02-19 04:06:00 47 -#> 7772 25 A69-1303-555 11962 2017-02-19 04:12:00 47 -#> 7773 25 A69-1303-555 11964 2017-02-19 04:28:00 41 -#> 7774 25 A69-1303-555 11965 2017-02-19 04:30:00 41 -#> 7775 25 A69-1303-555 11967 2017-02-19 04:32:00 41 -#> 7776 25 A69-1303-555 11968 2017-02-19 04:34:00 41 -#> 7777 25 A69-1303-555 11969 2017-02-19 04:36:00 41 -#> 7778 25 A69-1303-555 11971 2017-02-19 04:38:00 41 -#> 7779 25 A69-1303-555 11972 2017-02-19 04:40:00 41 -#> 7780 25 A69-1303-555 11974 2017-02-19 04:42:00 41 -#> 7781 25 A69-1303-555 11975 2017-02-19 04:44:00 41 -#> 7782 25 A69-1303-555 11977 2017-02-19 04:46:00 41 -#> 7783 25 A69-1303-555 11980 2017-02-19 04:48:00 41 -#> 7784 25 A69-1303-555 11982 2017-02-19 04:50:00 41 -#> 7785 25 A69-1303-555 11984 2017-02-19 04:52:00 41 -#> 7786 25 A69-1303-555 11987 2017-02-19 04:54:00 41 -#> 7787 25 A69-1303-555 11988 2017-02-19 04:56:00 41 -#> 7788 25 A69-1303-555 11989 2017-02-19 04:58:00 41 -#> 7789 25 A69-1303-555 11990 2017-02-19 05:00:00 41 -#> 7790 25 A69-1303-555 11991 2017-02-19 05:06:00 41 -#> 7791 25 A69-1303-555 11992 2017-02-19 05:22:00 47 -#> 7792 25 A69-1303-555 11993 2017-02-19 05:30:00 47 -#> 7793 25 A69-1303-555 11994 2017-02-19 05:36:00 47 -#> 7794 25 A69-1303-555 11995 2017-02-19 05:42:00 47 -#> 7795 25 A69-1303-555 11997 2017-02-19 05:44:00 47 -#> 7796 25 A69-1303-555 11999 2017-02-19 05:46:00 47 -#> 7797 25 A69-1303-555 12000 2017-02-19 05:48:00 47 -#> 7798 25 A69-1303-555 12002 2017-02-19 05:50:00 47 -#> 7799 25 A69-1303-555 12004 2017-02-19 05:52:00 47 -#> 7800 25 A69-1303-555 12006 2017-02-19 05:54:00 47 -#> 7801 25 A69-1303-555 12008 2017-02-19 05:56:00 47 -#> 7802 25 A69-1303-555 12009 2017-02-19 06:08:00 47 -#> 7803 25 A69-1303-555 12010 2017-02-19 06:36:00 47 -#> 7804 25 A69-1303-555 12011 2017-02-19 06:40:00 47 -#> 7805 25 A69-1303-555 12012 2017-02-19 06:42:00 47 -#> 7806 25 A69-1303-555 12013 2017-02-19 06:44:00 47 -#> 7807 25 A69-1303-555 12015 2017-02-19 06:46:00 47 -#> 7808 25 A69-1303-555 12017 2017-02-19 06:50:00 47 -#> 7809 25 A69-1303-555 12018 2017-02-19 06:52:00 47 -#> 7810 25 A69-1303-555 12019 2017-02-19 06:54:00 47 -#> 7811 25 A69-1303-555 12022 2017-02-19 06:56:00 47 -#> 7812 25 A69-1303-555 12024 2017-02-19 06:58:00 47 -#> 7813 25 A69-1303-555 12025 2017-02-19 07:00:00 47 -#> 7814 25 A69-1303-555 12027 2017-02-19 07:02:00 47 -#> 7815 25 A69-1303-555 12029 2017-02-19 07:08:00 47 -#> 7816 25 A69-1303-555 12030 2017-02-19 07:10:00 47 -#> 7817 25 A69-1303-555 12031 2017-02-19 07:12:00 47 -#> 7818 25 A69-1303-555 12032 2017-02-19 07:20:00 47 -#> 7819 25 A69-1303-555 12033 2017-02-19 07:22:00 47 -#> 7820 25 A69-1303-555 12034 2017-02-19 07:24:00 47 -#> 7821 25 A69-1303-555 12035 2017-02-19 07:28:00 47 -#> 7822 25 A69-1303-555 12036 2017-02-19 07:30:00 47 -#> 7823 25 A69-1303-555 12037 2017-02-19 09:46:00 41 -#> 7824 25 A69-1303-555 12038 2017-02-19 09:48:00 41 -#> 7825 25 A69-1303-555 12039 2017-02-19 09:52:00 41 -#> 7826 25 A69-1303-555 12041 2017-02-19 09:56:00 41 -#> 7827 25 A69-1303-555 12042 2017-02-19 09:58:00 41 -#> 7828 25 A69-1303-555 12044 2017-02-19 17:08:00 4 -#> 7829 25 A69-1303-555 12045 2017-02-19 17:10:00 4 -#> 7830 25 A69-1303-555 12047 2017-02-19 17:12:00 4 -#> 7831 25 A69-1303-555 12049 2017-02-19 17:14:00 4 -#> 7832 25 A69-1303-555 12051 2017-02-19 17:16:00 4 -#> 7833 25 A69-1303-555 12053 2017-02-19 17:18:00 4 -#> 7834 25 A69-1303-555 12055 2017-02-19 17:20:00 4 -#> 7835 25 A69-1303-555 12057 2017-02-19 17:22:00 4 -#> 7836 25 A69-1303-555 12059 2017-02-19 17:24:00 4 -#> 7837 25 A69-1303-555 12060 2017-02-19 17:26:00 4 -#> 7838 25 A69-1303-555 12062 2017-02-19 17:28:00 4 -#> 7839 25 A69-1303-555 12064 2017-02-19 17:30:00 4 -#> 7840 25 A69-1303-555 12066 2017-02-19 17:32:00 4 -#> 7841 25 A69-1303-555 12067 2017-02-19 17:34:00 4 -#> 7842 25 A69-1303-555 12070 2017-02-19 17:36:00 4 -#> 7843 25 A69-1303-555 12071 2017-02-19 17:42:00 4 -#> 7844 25 A69-1303-555 12072 2017-02-19 17:48:00 4 -#> 7845 25 A69-1303-555 12074 2017-02-19 17:56:00 4 -#> 7846 25 A69-1303-555 12075 2017-02-19 17:58:00 4 -#> 7847 25 A69-1303-555 12076 2017-02-19 18:00:00 4 -#> 7848 25 A69-1303-555 12079 2017-02-19 18:02:00 4 -#> 7849 25 A69-1303-555 12080 2017-02-19 18:04:00 4 -#> 7850 25 A69-1303-555 12081 2017-02-19 18:08:00 4 -#> 7851 25 A69-1303-555 12082 2017-02-19 18:10:00 4 -#> 7852 25 A69-1303-555 12083 2017-02-19 18:20:00 4 -#> 7853 25 A69-1303-555 12084 2017-02-19 18:32:00 12 -#> 7854 25 A69-1303-555 12085 2017-02-19 18:34:00 12 -#> 7855 25 A69-1303-555 12087 2017-02-19 18:38:00 12 -#> 7856 25 A69-1303-555 12089 2017-02-19 18:40:00 12 -#> 7857 25 A69-1303-555 12091 2017-02-19 18:42:00 12 -#> 7858 25 A69-1303-555 12093 2017-02-19 18:48:00 12 -#> 7859 25 A69-1303-555 12094 2017-02-19 18:50:00 44 -#> 7860 25 A69-1303-555 12095 2017-02-19 18:52:00 44 -#> 7861 25 A69-1303-555 12096 2017-02-19 18:54:00 44 -#> 7862 25 A69-1303-555 12098 2017-02-19 18:56:00 44 -#> 7863 25 A69-1303-555 12100 2017-02-19 18:58:00 12 -#> 7864 25 A69-1303-555 12101 2017-02-19 18:58:00 44 -#> 7865 25 A69-1303-555 12102 2017-02-19 19:00:00 44 -#> 7866 25 A69-1303-555 12103 2017-02-19 19:00:00 12 -#> 7867 25 A69-1303-555 12104 2017-02-19 19:04:00 12 -#> 7868 25 A69-1303-555 12105 2017-02-19 19:06:00 12 -#> 7869 25 A69-1303-555 12106 2017-02-19 19:06:00 44 -#> 7870 25 A69-1303-555 12107 2017-02-20 15:26:00 50 -#> 7871 25 A69-1303-555 12109 2017-02-20 15:30:00 50 -#> 7872 25 A69-1303-555 12112 2017-02-20 15:38:00 50 -#> 7873 25 A69-1303-555 12113 2017-02-20 15:40:00 50 -#> 7874 25 A69-1303-555 12114 2017-02-21 09:06:00 45 -#> 7875 25 A69-1303-555 12115 2017-02-21 09:12:00 45 -#> 7876 25 A69-1303-555 12116 2017-02-21 09:14:00 45 -#> 7877 25 A69-1303-555 12118 2017-02-21 09:16:00 45 -#> 7878 25 A69-1303-555 12119 2017-02-21 09:18:00 45 -#> 7879 25 A69-1303-555 12121 2017-02-21 09:20:00 45 -#> 7880 25 A69-1303-555 12122 2017-02-21 09:22:00 45 -#> 7881 25 A69-1303-555 12123 2017-02-21 09:24:00 45 -#> 7882 25 A69-1303-555 12125 2017-02-21 09:26:00 45 -#> 7883 25 A69-1303-555 12126 2017-02-21 09:28:00 45 -#> 7884 25 A69-1303-555 12127 2017-02-21 09:30:00 45 -#> 7885 25 A69-1303-555 12129 2017-02-21 09:32:00 45 -#> 7886 25 A69-1303-555 12131 2017-02-21 09:34:00 45 -#> 7887 25 A69-1303-555 12132 2017-02-21 09:36:00 45 -#> 7888 25 A69-1303-555 12133 2017-02-21 09:38:00 45 -#> 7889 25 A69-1303-555 12134 2017-02-21 09:40:00 45 -#> 7890 25 A69-1303-555 12135 2017-02-21 09:42:00 45 -#> 7891 25 A69-1303-555 12136 2017-02-21 09:44:00 45 -#> 7892 25 A69-1303-555 12138 2017-02-21 09:46:00 45 -#> 7893 25 A69-1303-555 12140 2017-02-21 09:48:00 45 -#> 7894 25 A69-1303-555 12141 2017-02-21 09:50:00 45 -#> 7895 25 A69-1303-555 12142 2017-02-21 09:52:00 45 -#> 7896 25 A69-1303-555 12144 2017-02-21 09:54:00 45 -#> 7897 25 A69-1303-555 12146 2017-02-21 09:56:00 45 -#> 7898 25 A69-1303-555 12149 2017-02-21 09:58:00 45 -#> 7899 25 A69-1303-555 12150 2017-02-21 10:00:00 45 -#> 7900 25 A69-1303-555 12153 2017-02-21 10:04:00 45 -#> 7901 25 A69-1303-555 12155 2017-02-21 10:08:00 45 -#> 7902 25 A69-1303-555 12157 2017-02-21 10:10:00 45 -#> 7903 25 A69-1303-555 12159 2017-02-21 10:12:00 45 -#> 7904 25 A69-1303-555 12161 2017-02-21 10:14:00 45 -#> 7905 25 A69-1303-555 12164 2017-02-21 10:16:00 45 -#> 7906 25 A69-1303-555 12165 2017-02-21 10:18:00 45 -#> 7907 25 A69-1303-555 12166 2017-02-21 10:20:00 45 -#> 7908 25 A69-1303-555 12168 2017-02-21 10:22:00 45 -#> 7909 25 A69-1303-555 12170 2017-02-21 10:28:00 45 -#> 7910 25 A69-1303-555 12172 2017-02-21 10:30:00 45 -#> 7911 25 A69-1303-555 12174 2017-02-21 10:32:00 45 -#> 7912 25 A69-1303-555 12175 2017-02-21 10:34:00 45 -#> 7913 25 A69-1303-555 12176 2017-02-21 10:36:00 45 -#> 7914 25 A69-1303-555 12177 2017-02-21 10:38:00 45 -#> 7915 25 A69-1303-555 12178 2017-02-21 10:40:00 45 -#> 7916 25 A69-1303-555 12180 2017-02-21 10:42:00 45 -#> 7917 25 A69-1303-555 12182 2017-02-21 10:44:00 45 -#> 7918 25 A69-1303-555 12183 2017-02-21 10:48:00 45 -#> 7919 25 A69-1303-555 12185 2017-02-21 10:52:00 45 -#> 7920 25 A69-1303-555 12186 2017-02-21 12:06:00 45 -#> 7921 25 A69-1303-555 12188 2017-02-21 12:10:00 45 -#> 7922 25 A69-1303-555 12189 2017-02-21 12:14:00 45 -#> 7923 25 A69-1303-555 12190 2017-02-21 12:16:00 45 -#> 7924 25 A69-1303-555 12192 2017-02-21 12:18:00 45 -#> 7925 25 A69-1303-555 12193 2017-02-21 12:20:00 45 -#> 7926 25 A69-1303-555 12196 2017-02-21 12:22:00 45 -#> 7927 25 A69-1303-555 12197 2017-02-21 12:24:00 45 -#> 7928 25 A69-1303-555 12198 2017-02-21 12:26:00 45 -#> 7929 25 A69-1303-555 12199 2017-02-21 12:28:00 45 -#> 7930 25 A69-1303-555 12202 2017-02-21 12:32:00 45 -#> 7931 25 A69-1303-555 12204 2017-02-21 12:34:00 45 -#> 7932 25 A69-1303-555 12205 2017-02-21 12:38:00 45 -#> 7933 25 A69-1303-555 12207 2017-02-21 12:42:00 45 -#> 7934 25 A69-1303-555 12208 2017-02-21 12:44:00 45 -#> 7935 25 A69-1303-555 12209 2017-02-21 12:46:00 45 -#> 7936 25 A69-1303-555 12210 2017-02-21 12:48:00 45 -#> 7937 25 A69-1303-555 12212 2017-02-21 12:50:00 45 -#> 7938 25 A69-1303-555 12214 2017-02-21 12:56:00 45 -#> 7939 25 A69-1303-555 12216 2017-02-21 13:04:00 45 -#> 7940 25 A69-1303-555 12217 2017-02-21 13:12:00 45 -#> 7941 25 A69-1303-555 12219 2017-02-21 13:22:00 45 -#> 7942 25 A69-1303-555 12221 2017-02-21 13:26:00 45 -#> 7943 25 A69-1303-555 12222 2017-02-21 13:30:00 45 -#> 7944 25 A69-1303-555 12223 2017-02-21 13:32:00 45 -#> 7945 25 A69-1303-555 12224 2017-02-21 13:36:00 45 -#> 7946 25 A69-1303-555 12225 2017-02-21 13:48:00 45 -#> 7947 25 A69-1303-555 12226 2017-02-21 13:52:00 45 -#> 7948 25 A69-1303-555 12227 2017-02-21 14:00:00 45 -#> 7949 25 A69-1303-555 12228 2017-02-21 14:02:00 45 -#> 7950 25 A69-1303-555 12230 2017-02-21 14:04:00 45 -#> 7951 25 A69-1303-555 12231 2017-02-21 14:06:00 45 -#> 7952 25 A69-1303-555 12232 2017-02-21 14:08:00 45 -#> 7953 25 A69-1303-555 12234 2017-02-21 14:12:00 45 -#> 7954 25 A69-1303-555 12235 2017-02-21 14:14:00 45 -#> 7955 25 A69-1303-555 12236 2017-02-21 14:18:00 45 -#> 7956 25 A69-1303-555 12238 2017-02-21 14:20:00 45 -#> 7957 25 A69-1303-555 12239 2017-02-21 14:24:00 45 -#> 7958 25 A69-1303-555 12242 2017-02-21 14:28:00 45 -#> 7959 25 A69-1303-555 12243 2017-02-21 14:30:00 45 -#> 7960 25 A69-1303-555 12245 2017-02-21 14:32:00 45 -#> 7961 25 A69-1303-555 12247 2017-02-21 14:34:00 45 -#> 7962 25 A69-1303-555 12249 2017-02-21 14:36:00 45 -#> 7963 25 A69-1303-555 12251 2017-02-21 14:38:00 45 -#> 7964 25 A69-1303-555 12253 2017-02-21 14:40:00 45 -#> 7965 25 A69-1303-555 12255 2017-02-21 14:42:00 45 -#> 7966 25 A69-1303-555 12256 2017-02-21 14:44:00 45 -#> 7967 25 A69-1303-555 12258 2017-02-21 14:46:00 45 -#> 7968 25 A69-1303-555 12260 2017-02-21 14:50:00 45 -#> 7969 25 A69-1303-555 12261 2017-02-21 14:52:00 45 -#> 7970 25 A69-1303-555 12262 2017-02-21 14:54:00 45 -#> 7971 25 A69-1303-555 12263 2017-02-21 14:56:00 45 -#> 7972 25 A69-1303-555 12264 2017-02-22 22:00:00 50 -#> 7973 25 A69-1303-555 12266 2017-02-22 22:04:00 51 -#> 7974 25 A69-1303-555 12267 2017-02-22 22:06:00 51 -#> 7975 25 A69-1303-555 12268 2017-02-22 22:08:00 51 -#> 7976 25 A69-1303-555 12270 2017-02-22 22:10:00 51 -#> 7977 25 A69-1303-555 12271 2017-02-22 22:12:00 51 -#> 7978 25 A69-1303-555 12273 2017-02-22 22:14:00 51 -#> 7979 25 A69-1303-555 12274 2017-02-22 22:14:00 50 -#> 7980 25 A69-1303-555 12275 2017-02-22 22:16:00 51 -#> 7981 25 A69-1303-555 12277 2017-02-22 22:18:00 51 -#> 7982 25 A69-1303-555 12278 2017-02-22 22:20:00 51 -#> 7983 25 A69-1303-555 12280 2017-02-22 22:22:00 51 -#> 7984 25 A69-1303-555 12281 2017-02-22 22:26:00 50 -#> 7985 25 A69-1303-555 12282 2017-02-22 22:26:00 51 -#> 7986 25 A69-1303-555 12283 2017-02-22 22:28:00 51 -#> 7987 25 A69-1303-555 12284 2017-02-22 22:30:00 51 -#> 7988 25 A69-1303-555 12285 2017-02-22 22:36:00 50 -#> 7989 25 A69-1303-555 12286 2017-02-22 22:38:00 50 -#> 7990 25 A69-1303-555 12287 2017-02-22 22:46:00 51 -#> 7991 25 A69-1303-555 12289 2017-02-22 23:00:00 50 -#> 7992 25 A69-1303-555 12290 2017-02-27 22:58:00 50 -#> 7993 25 A69-1303-555 12291 2017-02-27 23:00:00 50 -#> 7994 25 A69-1303-555 12293 2017-02-28 10:36:00 45 -#> 7995 25 A69-1303-555 12295 2017-02-28 10:54:00 45 -#> 7996 25 A69-1303-555 12296 2017-02-28 10:56:00 45 -#> 7997 25 A69-1303-555 12297 2017-02-28 10:58:00 45 -#> 7998 25 A69-1303-555 12299 2017-02-28 11:00:00 45 -#> 7999 25 A69-1303-555 12301 2017-02-28 11:02:00 45 -#> 8000 25 A69-1303-555 12302 2017-02-28 11:04:00 45 -#> 8001 25 A69-1303-555 12303 2017-02-28 11:10:00 45 -#> 8002 25 A69-1303-555 12304 2017-02-28 11:12:00 45 -#> 8003 25 A69-1303-555 12305 2017-02-28 11:14:00 45 -#> 8004 25 A69-1303-555 12306 2017-02-28 11:16:00 45 -#> 8005 25 A69-1303-555 12307 2017-02-28 11:18:00 45 -#> 8006 25 A69-1303-555 12308 2017-02-28 11:20:00 45 -#> 8007 25 A69-1303-555 12309 2017-02-28 11:24:00 45 -#> 8008 25 A69-1303-555 12311 2017-02-28 11:26:00 45 -#> 8009 25 A69-1303-555 12313 2017-02-28 11:28:00 45 -#> 8010 25 A69-1303-555 12315 2017-02-28 11:32:00 45 -#> 8011 25 A69-1303-555 12316 2017-02-28 11:34:00 45 -#> 8012 25 A69-1303-555 12318 2017-02-28 11:36:00 45 -#> 8013 25 A69-1303-555 12320 2017-02-28 11:38:00 45 -#> 8014 25 A69-1303-555 12323 2017-02-28 11:40:00 45 -#> 8015 25 A69-1303-555 12324 2017-02-28 11:42:00 45 -#> 8016 25 A69-1303-555 12326 2017-02-28 11:44:00 45 -#> 8017 25 A69-1303-555 12327 2017-02-28 11:46:00 45 -#> 8018 25 A69-1303-555 12329 2017-02-28 11:48:00 45 -#> 8019 25 A69-1303-555 12330 2017-02-28 11:50:00 45 -#> 8020 25 A69-1303-555 12331 2017-02-28 11:52:00 45 -#> 8021 25 A69-1303-555 12333 2017-02-28 11:54:00 45 -#> 8022 25 A69-1303-555 12334 2017-02-28 11:56:00 45 -#> 8023 25 A69-1303-555 12336 2017-02-28 11:58:00 45 -#> 8024 25 A69-1303-555 12338 2017-02-28 12:00:00 45 -#> 8025 25 A69-1303-555 12340 2017-02-28 12:02:00 45 -#> 8026 25 A69-1303-555 12342 2017-02-28 12:04:00 45 -#> 8027 25 A69-1303-555 12343 2017-02-28 12:06:00 45 -#> 8028 25 A69-1303-555 12345 2017-02-28 12:08:00 45 -#> 8029 25 A69-1303-555 12348 2017-02-28 12:10:00 45 -#> 8030 25 A69-1303-555 12349 2017-02-28 12:12:00 45 -#> 8031 25 A69-1303-555 12350 2017-02-28 12:14:00 45 -#> 8032 25 A69-1303-555 12351 2017-02-28 12:16:00 45 -#> 8033 25 A69-1303-555 12354 2017-02-28 12:18:00 45 -#> 8034 25 A69-1303-555 12355 2017-02-28 12:20:00 45 -#> 8035 25 A69-1303-555 12356 2017-02-28 12:22:00 45 -#> 8036 25 A69-1303-555 12358 2017-02-28 12:24:00 45 -#> 8037 25 A69-1303-555 12359 2017-02-28 12:26:00 45 -#> 8038 25 A69-1303-555 12360 2017-02-28 12:28:00 45 -#> 8039 25 A69-1303-555 12361 2017-02-28 12:30:00 45 -#> 8040 25 A69-1303-555 12363 2017-02-28 12:32:00 45 -#> 8041 25 A69-1303-555 12364 2017-02-28 12:34:00 45 -#> 8042 25 A69-1303-555 12367 2017-02-28 12:38:00 45 -#> 8043 25 A69-1303-555 12368 2017-02-28 12:40:00 45 -#> 8044 25 A69-1303-555 12370 2017-02-28 12:42:00 45 -#> 8045 25 A69-1303-555 12372 2017-02-28 12:44:00 45 -#> 8046 25 A69-1303-555 12374 2017-02-28 12:46:00 45 -#> 8047 25 A69-1303-555 12376 2017-02-28 12:48:00 45 -#> 8048 25 A69-1303-555 12378 2017-02-28 12:50:00 45 -#> 8049 25 A69-1303-555 12380 2017-02-28 12:52:00 45 -#> 8050 25 A69-1303-555 12382 2017-02-28 12:54:00 45 -#> 8051 25 A69-1303-555 12384 2017-02-28 12:56:00 45 -#> 8052 25 A69-1303-555 12385 2017-02-28 12:58:00 45 -#> 8053 25 A69-1303-555 12387 2017-02-28 13:00:00 45 -#> 8054 25 A69-1303-555 12389 2017-02-28 13:02:00 45 -#> 8055 25 A69-1303-555 12391 2017-02-28 13:04:00 45 -#> 8056 25 A69-1303-555 12392 2017-02-28 13:18:00 45 -#> 8057 25 A69-1303-555 12394 2017-02-28 13:20:00 45 -#> 8058 25 A69-1303-555 12395 2017-02-28 13:22:00 45 -#> 8059 25 A69-1303-555 12396 2017-02-28 13:24:00 45 -#> 8060 25 A69-1303-555 12397 2017-02-28 13:28:00 45 -#> 8061 25 A69-1303-555 12398 2017-02-28 13:30:00 45 -#> 8062 25 A69-1303-555 12399 2017-02-28 13:32:00 45 -#> 8063 25 A69-1303-555 12400 2017-02-28 13:34:00 45 -#> 8064 25 A69-1303-555 12401 2017-02-28 13:48:00 45 -#> 8065 25 A69-1303-555 12402 2017-02-28 14:04:00 45 -#> 8066 25 A69-1303-555 12403 2017-02-28 14:10:00 45 -#> 8067 25 A69-1303-555 12405 2017-02-28 14:14:00 45 -#> 8068 25 A69-1303-555 12407 2017-02-28 14:16:00 45 -#> 8069 25 A69-1303-555 12408 2017-02-28 14:20:00 45 -#> 8070 25 A69-1303-555 12409 2017-02-28 14:26:00 45 -#> 8071 25 A69-1303-555 12412 2017-02-28 14:28:00 45 -#> 8072 25 A69-1303-555 12414 2017-02-28 14:30:00 45 -#> 8073 25 A69-1303-555 12415 2017-02-28 14:32:00 45 -#> 8074 25 A69-1303-555 12416 2017-02-28 14:34:00 45 -#> 8075 25 A69-1303-555 12417 2017-02-28 14:36:00 45 -#> 8076 25 A69-1303-555 12419 2017-02-28 14:38:00 45 -#> 8077 25 A69-1303-555 12420 2017-02-28 14:40:00 45 -#> 8078 25 A69-1303-555 12421 2017-02-28 14:42:00 45 -#> 8079 25 A69-1303-555 12423 2017-02-28 14:44:00 45 -#> 8080 25 A69-1303-555 12425 2017-02-28 14:46:00 45 -#> 8081 25 A69-1303-555 12426 2017-02-28 14:48:00 45 -#> 8082 25 A69-1303-555 12428 2017-02-28 14:50:00 45 -#> 8083 25 A69-1303-555 12429 2017-02-28 14:52:00 45 -#> 8084 25 A69-1303-555 12431 2017-02-28 14:54:00 45 -#> 8085 25 A69-1303-555 12432 2017-02-28 14:56:00 45 -#> 8086 25 A69-1303-555 12435 2017-02-28 14:58:00 45 -#> 8087 25 A69-1303-555 12436 2017-02-28 15:00:00 45 -#> 8088 25 A69-1303-555 12439 2017-02-28 15:02:00 45 -#> 8089 25 A69-1303-555 12440 2017-02-28 15:04:00 45 -#> 8090 25 A69-1303-555 12441 2017-02-28 15:06:00 45 -#> 8091 25 A69-1303-555 12443 2017-02-28 15:08:00 45 -#> 8092 25 A69-1303-555 12445 2017-02-28 15:10:00 45 -#> 8093 25 A69-1303-555 12447 2017-02-28 15:14:00 45 -#> 8094 25 A69-1303-555 12449 2017-02-28 15:16:00 45 -#> 8095 25 A69-1303-555 12450 2017-02-28 15:18:00 45 -#> 8096 25 A69-1303-555 12452 2017-02-28 15:20:00 45 -#> 8097 25 A69-1303-555 12454 2017-02-28 15:22:00 45 -#> 8098 25 A69-1303-555 12456 2017-02-28 15:24:00 45 -#> 8099 25 A69-1303-555 12457 2017-02-28 15:26:00 45 -#> 8100 25 A69-1303-555 12459 2017-02-28 15:28:00 45 -#> 8101 25 A69-1303-555 12461 2017-02-28 15:30:00 45 -#> 8102 25 A69-1303-555 12464 2017-02-28 15:32:00 45 -#> 8103 25 A69-1303-555 12465 2017-02-28 15:34:00 45 -#> 8104 25 A69-1303-555 12468 2017-02-28 15:36:00 45 -#> 8105 25 A69-1303-555 12469 2017-02-28 15:38:00 45 -#> 8106 25 A69-1303-555 12470 2017-02-28 15:42:00 45 -#> 8107 25 A69-1303-555 12471 2017-02-28 15:44:00 45 -#> 8108 25 A69-1303-555 12473 2017-02-28 15:46:00 45 -#> 8109 25 A69-1303-555 12475 2017-02-28 15:48:00 45 -#> 8110 25 A69-1303-555 12477 2017-02-28 15:50:00 45 -#> 8111 25 A69-1303-555 12479 2017-02-28 15:52:00 45 -#> 8112 25 A69-1303-555 12481 2017-02-28 15:54:00 45 -#> 8113 25 A69-1303-555 12483 2017-02-28 15:56:00 45 -#> 8114 25 A69-1303-555 12485 2017-02-28 15:58:00 45 -#> 8115 25 A69-1303-555 12487 2017-02-28 16:00:00 45 -#> 8116 25 A69-1303-555 12488 2017-02-28 16:02:00 45 -#> 8117 25 A69-1303-555 12490 2017-02-28 16:04:00 45 -#> 8118 25 A69-1303-555 12491 2017-02-28 16:06:00 45 -#> 8119 25 A69-1303-555 12493 2017-02-28 16:08:00 45 -#> 8120 25 A69-1303-555 12494 2017-02-28 16:10:00 45 -#> 8121 25 A69-1303-555 12496 2017-02-28 16:12:00 45 -#> 8122 25 A69-1303-555 12498 2017-02-28 16:14:00 45 -#> 8123 25 A69-1303-555 12499 2017-02-28 16:16:00 45 -#> 8124 25 A69-1303-555 12501 2017-02-28 16:18:00 45 -#> 8125 25 A69-1303-555 12502 2017-02-28 16:20:00 45 -#> 8126 25 A69-1303-555 12504 2017-02-28 16:22:00 45 -#> 8127 25 A69-1303-555 12505 2017-02-28 16:24:00 45 -#> 8128 25 A69-1303-555 12506 2017-02-28 16:26:00 45 -#> 8129 25 A69-1303-555 12507 2017-02-28 16:28:00 45 -#> 8130 25 A69-1303-555 12508 2017-02-28 16:30:00 45 -#> 8131 25 A69-1303-555 12510 2017-02-28 16:32:00 45 -#> 8132 25 A69-1303-555 12512 2017-02-28 16:34:00 45 -#> 8133 25 A69-1303-555 12514 2017-02-28 16:36:00 45 -#> 8134 25 A69-1303-555 12515 2017-02-28 16:38:00 45 -#> 8135 25 A69-1303-555 12516 2017-02-28 16:40:00 45 -#> 8136 25 A69-1303-555 12518 2017-02-28 16:42:00 45 -#> 8137 25 A69-1303-555 12520 2017-02-28 16:44:00 45 -#> 8138 25 A69-1303-555 12522 2017-02-28 16:46:00 45 -#> 8139 25 A69-1303-555 12523 2017-02-28 16:48:00 45 -#> 8140 25 A69-1303-555 12526 2017-02-28 16:50:00 45 -#> 8141 25 A69-1303-555 12527 2017-02-28 16:54:00 45 -#> 8142 25 A69-1303-555 12528 2017-02-28 16:58:00 45 -#> 8143 25 A69-1303-555 12531 2017-02-28 17:00:00 45 -#> 8144 25 A69-1303-555 12532 2017-02-28 17:02:00 45 -#> 8145 25 A69-1303-555 12534 2017-02-28 17:04:00 45 -#> 8146 25 A69-1303-555 12535 2017-02-28 17:06:00 45 -#> 8147 25 A69-1303-555 12536 2017-02-28 17:08:00 45 -#> 8148 25 A69-1303-555 12538 2017-02-28 17:10:00 45 -#> 8149 25 A69-1303-555 12540 2017-02-28 17:12:00 45 -#> 8150 25 A69-1303-555 12542 2017-02-28 17:14:00 45 -#> 8151 25 A69-1303-555 12543 2017-02-28 17:16:00 45 -#> 8152 25 A69-1303-555 12545 2017-02-28 17:18:00 45 -#> 8153 25 A69-1303-555 12546 2017-02-28 17:20:00 45 -#> 8154 25 A69-1303-555 12547 2017-02-28 17:22:00 45 -#> 8155 25 A69-1303-555 12549 2017-02-28 17:24:00 45 -#> 8156 25 A69-1303-555 12550 2017-02-28 17:26:00 45 -#> 8157 25 A69-1303-555 12551 2017-02-28 17:28:00 45 -#> 8158 25 A69-1303-555 12552 2017-02-28 17:30:00 45 -#> 8159 25 A69-1303-555 12554 2017-02-28 17:32:00 45 -#> 8160 25 A69-1303-555 12556 2017-02-28 17:34:00 45 -#> 8161 25 A69-1303-555 12557 2017-02-28 17:36:00 45 -#> 8162 25 A69-1303-555 12559 2017-02-28 17:38:00 45 -#> 8163 25 A69-1303-555 12560 2017-02-28 17:40:00 45 -#> 8164 25 A69-1303-555 12563 2017-02-28 17:42:00 45 -#> 8165 25 A69-1303-555 12565 2017-02-28 17:44:00 45 -#> 8166 25 A69-1303-555 12567 2017-02-28 17:46:00 45 -#> 8167 25 A69-1303-555 12569 2017-02-28 17:50:00 45 -#> 8168 25 A69-1303-555 12571 2017-02-28 17:52:00 45 -#> 8169 25 A69-1303-555 12572 2017-02-28 17:54:00 45 -#> 8170 25 A69-1303-555 12574 2017-02-28 17:56:00 45 -#> 8171 25 A69-1303-555 12576 2017-02-28 17:58:00 45 -#> 8172 25 A69-1303-555 12578 2017-02-28 18:02:00 45 -#> 8173 25 A69-1303-555 12581 2017-02-28 18:06:00 45 -#> 8174 25 A69-1303-555 12583 2017-02-28 18:08:00 45 -#> 8175 25 A69-1303-555 12585 2017-02-28 18:10:00 45 -#> 8176 25 A69-1303-555 12587 2017-02-28 18:14:00 45 -#> 8177 25 A69-1303-555 12589 2017-02-28 18:16:00 45 -#> 8178 25 A69-1303-555 12591 2017-02-28 18:18:00 45 -#> 8179 25 A69-1303-555 12592 2017-02-28 18:20:00 45 -#> 8180 25 A69-1303-555 12595 2017-02-28 18:22:00 45 -#> 8181 25 A69-1303-555 12597 2017-02-28 18:24:00 45 -#> 8182 25 A69-1303-555 12599 2017-02-28 18:26:00 45 -#> 8183 25 A69-1303-555 12600 2017-02-28 18:28:00 45 -#> 8184 25 A69-1303-555 12603 2017-02-28 18:30:00 45 -#> 8185 25 A69-1303-555 12604 2017-02-28 18:32:00 45 -#> 8186 25 A69-1303-555 12607 2017-02-28 18:34:00 45 -#> 8187 25 A69-1303-555 12609 2017-02-28 18:36:00 45 -#> 8188 25 A69-1303-555 12612 2017-02-28 18:38:00 45 -#> 8189 25 A69-1303-555 12614 2017-02-28 18:42:00 45 -#> 8190 25 A69-1303-555 12616 2017-02-28 18:44:00 45 -#> 8191 25 A69-1303-555 12617 2017-02-28 18:46:00 45 -#> 8192 25 A69-1303-555 12619 2017-02-28 18:48:00 45 -#> 8193 25 A69-1303-555 12620 2017-02-28 18:50:00 45 -#> 8194 25 A69-1303-555 12621 2017-02-28 18:52:00 45 -#> 8195 25 A69-1303-555 12622 2017-02-28 18:56:00 45 -#> 8196 25 A69-1303-555 12624 2017-02-28 18:58:00 45 -#> 8197 25 A69-1303-555 12627 2017-02-28 19:00:00 45 -#> 8198 25 A69-1303-555 12628 2017-02-28 19:06:00 45 -#> 8199 25 A69-1303-555 12629 2017-02-28 22:40:00 48 -#> 8200 25 A69-1303-555 12631 2017-02-28 22:42:00 48 -#> 8201 25 A69-1303-555 12632 2017-02-28 22:44:00 48 -#> 8202 25 A69-1303-555 12634 2017-02-28 22:46:00 48 -#> 8203 25 A69-1303-555 12636 2017-02-28 22:48:00 48 -#> 8204 25 A69-1303-555 12638 2017-02-28 22:50:00 48 -#> 8205 25 A69-1303-555 12640 2017-02-28 22:54:00 48 -#> 8206 25 A69-1303-555 12642 2017-02-28 23:12:00 48 -#> 8207 25 A69-1303-555 12643 2017-02-28 23:14:00 49 -#> 8208 25 A69-1303-555 12644 2017-02-28 23:18:00 49 -#> 8209 25 A69-1303-555 12646 2017-02-28 23:20:00 49 -#> 8210 25 A69-1303-555 12648 2017-02-28 23:22:00 49 -#> 8211 25 A69-1303-555 12650 2017-02-28 23:24:00 49 -#> 8212 25 A69-1303-555 12652 2017-02-28 23:26:00 49 -#> 8213 25 A69-1303-555 12653 2017-02-28 23:28:00 49 -#> 8214 25 A69-1303-555 12654 2017-02-28 23:30:00 49 -#> 8215 25 A69-1303-555 12656 2017-02-28 23:32:00 49 -#> 8216 25 A69-1303-555 12658 2017-02-28 23:34:00 49 -#> 8217 25 A69-1303-555 12659 2017-02-28 23:36:00 49 -#> 8218 25 A69-1303-555 12661 2017-02-28 23:38:00 49 -#> 8219 25 A69-1303-555 12663 2017-02-28 23:40:00 49 -#> 8220 25 A69-1303-555 12665 2017-02-28 23:42:00 49 -#> 8221 25 A69-1303-555 12667 2017-02-28 23:44:00 49 -#> 8222 25 A69-1303-555 12669 2017-02-28 23:46:00 49 -#> 8223 25 A69-1303-555 12671 2017-03-01 00:02:00 49 -#> 8224 25 A69-1303-555 12672 2017-03-01 00:06:00 49 -#> 8225 25 A69-1303-555 12674 2017-03-01 00:08:00 49 -#> 8226 25 A69-1303-555 12677 2017-03-01 00:10:00 49 -#> 8227 25 A69-1303-555 12678 2017-03-01 00:12:00 49 -#> 8228 25 A69-1303-555 12680 2017-03-01 05:24:00 51 -#> 8229 25 A69-1303-555 12681 2017-03-01 05:26:00 51 -#> 8230 25 A69-1303-555 12684 2017-03-01 05:28:00 51 -#> 8231 25 A69-1303-555 12685 2017-03-01 05:30:00 51 -#> 8232 25 A69-1303-555 12687 2017-03-01 05:32:00 51 -#> 8233 25 A69-1303-555 12688 2017-03-01 05:34:00 51 -#> 8234 25 A69-1303-555 12689 2017-03-01 05:36:00 51 -#> 8235 25 A69-1303-555 12690 2017-03-01 18:02:00 41 -#> 8236 25 A69-1303-555 12691 2017-03-01 18:06:00 41 -#> 8237 25 A69-1303-555 12692 2017-03-01 18:10:00 41 -#> 8238 25 A69-1303-555 12693 2017-03-01 18:12:00 41 -#> 8239 25 A69-1303-555 12694 2017-03-01 18:26:00 41 -#> 8240 25 A69-1303-555 12696 2017-03-01 18:32:00 41 -#> 8241 25 A69-1303-555 12697 2017-03-01 18:48:00 41 -#> 8242 25 A69-1303-555 12700 2017-03-01 18:50:00 41 -#> 8243 25 A69-1303-555 12703 2017-03-01 19:00:00 41 -#> 8244 25 A69-1303-555 12704 2017-03-01 19:04:00 41 -#> 8245 25 A69-1303-555 12705 2017-03-02 21:36:00 51 -#> 8246 25 A69-1303-555 12706 2017-03-02 21:38:00 51 -#> 8247 25 A69-1303-555 12707 2017-03-02 21:40:00 51 -#> 8248 25 A69-1303-555 12708 2017-03-02 21:44:00 51 -#> 8249 25 A69-1303-555 12709 2017-03-02 21:46:00 51 -#> 8250 25 A69-1303-555 12711 2017-03-02 21:48:00 51 -#> 8251 25 A69-1303-555 12713 2017-03-02 21:50:00 51 -#> 8252 25 A69-1303-555 12715 2017-03-02 21:52:00 51 -#> 8253 25 A69-1303-555 12717 2017-03-02 21:54:00 51 -#> 8254 25 A69-1303-555 12719 2017-03-02 21:56:00 51 -#> 8255 25 A69-1303-555 12721 2017-03-02 21:58:00 51 -#> 8256 25 A69-1303-555 12722 2017-03-02 22:00:00 51 -#> 8257 25 A69-1303-555 12723 2017-03-02 22:02:00 51 -#> 8258 25 A69-1303-555 12724 2017-03-02 22:04:00 51 -#> 8259 25 A69-1303-555 12725 2017-03-03 09:56:00 48 -#> 8260 25 A69-1303-555 12726 2017-03-03 09:58:00 48 -#> 8261 25 A69-1303-555 12727 2017-03-03 10:00:00 48 -#> 8262 25 A69-1303-555 12728 2017-03-03 10:02:00 48 -#> 8263 25 A69-1303-555 12730 2017-03-03 10:04:00 48 -#> 8264 25 A69-1303-555 12731 2017-03-03 10:06:00 48 -#> 8265 25 A69-1303-555 12732 2017-03-03 10:08:00 48 -#> 8266 25 A69-1303-555 12734 2017-03-03 10:10:00 48 -#> 8267 25 A69-1303-555 12735 2017-03-03 10:14:00 48 -#> 8268 25 A69-1303-555 12738 2017-03-03 10:18:00 48 -#> 8269 25 A69-1303-555 12739 2017-03-03 10:20:00 48 -#> 8270 25 A69-1303-555 12740 2017-03-03 10:22:00 48 -#> 8271 25 A69-1303-555 12742 2017-03-03 10:24:00 48 -#> 8272 25 A69-1303-555 12743 2017-03-03 10:26:00 48 -#> 8273 25 A69-1303-555 12745 2017-03-03 10:28:00 48 -#> 8274 25 A69-1303-555 12747 2017-03-03 10:30:00 48 -#> 8275 25 A69-1303-555 12749 2017-03-03 10:32:00 48 -#> 8276 25 A69-1303-555 12750 2017-03-03 17:44:00 48 -#> 8277 25 A69-1303-555 12751 2017-03-03 17:48:00 48 -#> 8278 25 A69-1303-555 12752 2017-03-03 17:50:00 48 -#> 8279 25 A69-1303-555 12753 2017-03-03 17:52:00 48 -#> 8280 25 A69-1303-555 12754 2017-03-03 17:54:00 48 -#> 8281 25 A69-1303-555 12756 2017-03-03 17:56:00 48 -#> 8282 25 A69-1303-555 12757 2017-03-03 17:58:00 48 -#> 8283 25 A69-1303-555 12759 2017-03-03 18:00:00 48 -#> 8284 25 A69-1303-555 12761 2017-03-03 18:02:00 48 -#> 8285 25 A69-1303-555 12763 2017-03-03 18:04:00 48 -#> 8286 25 A69-1303-555 12764 2017-03-03 18:06:00 48 -#> 8287 25 A69-1303-555 12766 2017-03-03 18:08:00 48 -#> 8288 25 A69-1303-555 12768 2017-03-03 18:10:00 48 -#> 8289 25 A69-1303-555 12770 2017-03-03 18:12:00 48 -#> 8290 25 A69-1303-555 12772 2017-03-03 18:16:00 48 -#> 8291 25 A69-1303-555 12773 2017-03-03 18:18:00 48 -#> 8292 25 A69-1303-555 12774 2017-03-03 18:20:00 48 -#> 8293 25 A69-1303-555 12775 2017-03-03 18:22:00 48 -#> 8294 25 A69-1303-555 12776 2017-03-03 23:38:00 49 -#> 8295 25 A69-1303-555 12777 2017-03-03 23:42:00 49 -#> 8296 25 A69-1303-555 12778 2017-03-03 23:58:00 49 -#> 8297 25 A69-1303-555 12780 2017-03-04 00:00:00 49 -#> 8298 25 A69-1303-555 12781 2017-03-04 00:04:00 49 -#> 8299 25 A69-1303-555 12782 2017-03-04 00:06:00 49 -#> 8300 25 A69-1303-555 12783 2017-03-04 00:10:00 49 -#> 8301 25 A69-1303-555 12784 2017-03-04 00:14:00 49 -#> 8302 25 A69-1303-555 12785 2017-03-04 00:16:00 49 -#> 8303 25 A69-1303-555 12787 2017-03-04 00:18:00 49 -#> 8304 25 A69-1303-555 12788 2017-03-04 00:20:00 49 -#> 8305 25 A69-1303-555 12789 2017-03-04 00:22:00 49 -#> 8306 25 A69-1303-555 12790 2017-03-04 00:26:00 49 -#> 8307 25 A69-1303-555 12792 2017-03-04 00:28:00 49 -#> 8308 25 A69-1303-555 12793 2017-03-04 00:44:00 49 -#> 8309 25 A69-1303-555 12794 2017-03-04 01:50:00 49 -#> 8310 25 A69-1303-555 12795 2017-03-04 01:56:00 49 -#> 8311 25 A69-1303-555 12797 2017-03-04 01:58:00 49 -#> 8312 25 A69-1303-555 12798 2017-03-04 02:00:00 49 -#> 8313 25 A69-1303-555 12800 2017-03-04 02:02:00 49 -#> 8314 25 A69-1303-555 12801 2017-03-04 02:04:00 49 -#> 8315 25 A69-1303-555 12802 2017-03-04 02:06:00 49 -#> 8316 25 A69-1303-555 12804 2017-03-04 02:08:00 49 -#> 8317 25 A69-1303-555 12806 2017-03-04 02:10:00 49 -#> 8318 25 A69-1303-555 12808 2017-03-04 02:12:00 49 -#> 8319 25 A69-1303-555 12810 2017-03-04 02:14:00 49 -#> 8320 25 A69-1303-555 12811 2017-03-04 02:16:00 49 -#> 8321 25 A69-1303-555 12813 2017-03-04 02:18:00 49 -#> 8322 25 A69-1303-555 12814 2017-03-04 02:28:00 48 -#> 8323 25 A69-1303-555 12815 2017-03-04 02:30:00 48 -#> 8324 25 A69-1303-555 12816 2017-03-04 02:32:00 48 -#> 8325 25 A69-1303-555 12818 2017-03-04 02:34:00 48 -#> 8326 25 A69-1303-555 12819 2017-03-04 02:38:00 48 -#> 8327 25 A69-1303-555 12820 2017-03-04 02:40:00 48 -#> 8328 25 A69-1303-555 12821 2017-03-04 02:42:00 48 -#> 8329 25 A69-1303-555 12822 2017-03-04 02:44:00 48 -#> 8330 25 A69-1303-555 12824 2017-03-04 02:46:00 48 -#> 8331 25 A69-1303-555 12826 2017-03-04 02:48:00 48 -#> 8332 25 A69-1303-555 12827 2017-03-04 02:50:00 48 -#> 8333 25 A69-1303-555 12830 2017-03-04 02:52:00 48 -#> 8334 25 A69-1303-555 12831 2017-03-04 02:54:00 48 -#> 8335 25 A69-1303-555 12832 2017-03-04 02:56:00 48 -#> 8336 25 A69-1303-555 12834 2017-03-04 02:58:00 48 -#> 8337 25 A69-1303-555 12835 2017-03-04 03:02:00 48 -#> 8338 25 A69-1303-555 12836 2017-03-04 03:04:00 48 -#> 8339 25 A69-1303-555 12837 2017-03-04 03:06:00 48 -#> 8340 25 A69-1303-555 12839 2017-03-04 10:00:00 48 -#> 8341 25 A69-1303-555 12841 2017-03-04 10:02:00 48 -#> 8342 25 A69-1303-555 12842 2017-03-04 10:04:00 48 -#> 8343 25 A69-1303-555 12844 2017-03-04 10:06:00 48 -#> 8344 25 A69-1303-555 12845 2017-03-04 10:08:00 48 -#> 8345 25 A69-1303-555 12846 2017-03-04 10:10:00 48 -#> 8346 25 A69-1303-555 12847 2017-03-04 10:12:00 48 -#> 8347 25 A69-1303-555 12849 2017-03-04 10:14:00 48 -#> 8348 25 A69-1303-555 12850 2017-03-04 10:16:00 48 -#> 8349 25 A69-1303-555 12852 2017-03-04 10:18:00 48 -#> 8350 25 A69-1303-555 12853 2017-03-04 10:20:00 48 -#> 8351 25 A69-1303-555 12854 2017-03-04 12:18:00 43 -#> 8352 25 A69-1303-555 12856 2017-03-06 15:40:00 45 -#> 8353 25 A69-1303-555 12857 2017-03-06 15:56:00 45 -#> 8354 25 A69-1303-555 12859 2017-03-06 15:58:00 45 -#> 8355 25 A69-1303-555 12860 2017-03-06 16:00:00 45 -#> 8356 25 A69-1303-555 12861 2017-03-06 16:02:00 45 -#> 8357 25 A69-1303-555 12862 2017-03-06 16:08:00 45 -#> 8358 25 A69-1303-555 12863 2017-03-06 16:18:00 45 -#> 8359 25 A69-1303-555 12864 2017-03-06 16:46:00 45 -#> 8360 25 A69-1303-555 12865 2017-03-06 16:54:00 45 -#> 8361 25 A69-1303-555 12866 2017-03-06 16:56:00 45 -#> 8362 25 A69-1303-555 12867 2017-03-06 16:58:00 45 -#> 8363 25 A69-1303-555 12869 2017-03-06 17:00:00 45 -#> 8364 25 A69-1303-555 12870 2017-03-06 17:02:00 45 -#> 8365 25 A69-1303-555 12871 2017-03-06 17:04:00 45 -#> 8366 25 A69-1303-555 12872 2017-03-06 17:06:00 45 -#> 8367 25 A69-1303-555 12873 2017-03-06 17:08:00 45 -#> 8368 25 A69-1303-555 12874 2017-03-06 17:10:00 45 -#> 8369 25 A69-1303-555 12875 2017-03-06 17:12:00 45 -#> 8370 25 A69-1303-555 12877 2017-03-06 17:14:00 45 -#> 8371 25 A69-1303-555 12878 2017-03-06 17:16:00 45 -#> 8372 25 A69-1303-555 12879 2017-03-06 17:18:00 45 -#> 8373 25 A69-1303-555 12880 2017-03-06 17:20:00 45 -#> 8374 25 A69-1303-555 12882 2017-03-06 17:22:00 45 -#> 8375 25 A69-1303-555 12883 2017-03-06 17:24:00 45 -#> 8376 25 A69-1303-555 12884 2017-03-06 17:26:00 45 -#> 8377 25 A69-1303-555 12885 2017-03-06 17:28:00 45 -#> 8378 25 A69-1303-555 12886 2017-03-06 17:30:00 45 -#> 8379 25 A69-1303-555 12888 2017-03-06 17:32:00 45 -#> 8380 25 A69-1303-555 12890 2017-03-06 17:34:00 45 -#> 8381 25 A69-1303-555 12892 2017-03-06 17:36:00 45 -#> 8382 25 A69-1303-555 12893 2017-03-06 17:38:00 45 -#> 8383 25 A69-1303-555 12894 2017-03-06 17:42:00 45 -#> 8384 25 A69-1303-555 12895 2017-03-06 17:44:00 45 -#> 8385 25 A69-1303-555 12896 2017-03-06 17:46:00 45 -#> 8386 25 A69-1303-555 12897 2017-03-06 17:50:00 45 -#> 8387 25 A69-1303-555 12899 2017-03-06 17:52:00 45 -#> 8388 25 A69-1303-555 12901 2017-03-06 17:54:00 45 -#> 8389 25 A69-1303-555 12903 2017-03-06 17:56:00 45 -#> 8390 25 A69-1303-555 12905 2017-03-06 17:58:00 45 -#> 8391 25 A69-1303-555 12906 2017-03-06 18:00:00 45 -#> 8392 25 A69-1303-555 12907 2017-03-06 18:02:00 45 -#> 8393 25 A69-1303-555 12908 2017-03-06 18:04:00 45 -#> 8394 25 A69-1303-555 12910 2017-03-06 18:06:00 45 -#> 8395 25 A69-1303-555 12912 2017-03-06 18:08:00 45 -#> 8396 25 A69-1303-555 12914 2017-03-06 18:10:00 45 -#> 8397 25 A69-1303-555 12916 2017-03-06 18:12:00 45 -#> 8398 25 A69-1303-555 12919 2017-03-06 18:14:00 45 -#> 8399 25 A69-1303-555 12920 2017-03-06 18:16:00 45 -#> 8400 25 A69-1303-555 12921 2017-03-06 18:18:00 45 -#> 8401 25 A69-1303-555 12922 2017-03-06 18:20:00 45 -#> 8402 25 A69-1303-555 12923 2017-03-06 18:22:00 45 -#> 8403 25 A69-1303-555 12925 2017-03-06 18:24:00 45 -#> 8404 25 A69-1303-555 12927 2017-03-06 18:26:00 45 -#> 8405 25 A69-1303-555 12928 2017-03-06 18:30:00 45 -#> 8406 25 A69-1303-555 12930 2017-03-06 18:32:00 45 -#> 8407 25 A69-1303-555 12931 2017-03-06 18:36:00 45 -#> 8408 25 A69-1303-555 12933 2017-03-06 18:38:00 45 -#> 8409 25 A69-1303-555 12935 2017-03-06 18:40:00 45 -#> 8410 25 A69-1303-555 12936 2017-03-06 18:42:00 45 -#> 8411 25 A69-1303-555 12937 2017-03-06 18:44:00 45 -#> 8412 25 A69-1303-555 12939 2017-03-06 18:46:00 45 -#> 8413 25 A69-1303-555 12941 2017-03-06 18:48:00 45 -#> 8414 25 A69-1303-555 12943 2017-03-06 18:50:00 45 -#> 8415 25 A69-1303-555 12945 2017-03-06 18:52:00 45 -#> 8416 25 A69-1303-555 12946 2017-03-06 18:54:00 45 -#> 8417 25 A69-1303-555 12948 2017-03-06 18:56:00 45 -#> 8418 25 A69-1303-555 12950 2017-03-06 18:58:00 45 -#> 8419 25 A69-1303-555 12952 2017-03-06 19:00:00 45 -#> 8420 25 A69-1303-555 12953 2017-03-06 19:02:00 45 -#> 8421 25 A69-1303-555 12956 2017-03-06 19:04:00 45 -#> 8422 25 A69-1303-555 12958 2017-03-06 19:06:00 45 -#> 8423 25 A69-1303-555 12960 2017-03-06 19:08:00 45 -#> 8424 25 A69-1303-555 12961 2017-03-06 19:10:00 45 -#> 8425 25 A69-1303-555 12962 2017-03-06 19:12:00 45 -#> 8426 25 A69-1303-555 12964 2017-03-06 19:14:00 45 -#> 8427 25 A69-1303-555 12966 2017-03-06 19:16:00 45 -#> 8428 25 A69-1303-555 12968 2017-03-06 19:18:00 45 -#> 8429 25 A69-1303-555 12969 2017-03-06 19:20:00 45 -#> 8430 25 A69-1303-555 12971 2017-03-06 19:22:00 45 -#> 8431 25 A69-1303-555 12973 2017-03-06 19:24:00 45 -#> 8432 25 A69-1303-555 12975 2017-03-06 19:26:00 45 -#> 8433 25 A69-1303-555 12977 2017-03-06 19:28:00 45 -#> 8434 25 A69-1303-555 12979 2017-03-06 19:30:00 45 -#> 8435 25 A69-1303-555 12981 2017-03-06 19:32:00 45 -#> 8436 25 A69-1303-555 12983 2017-03-06 19:34:00 45 -#> 8437 25 A69-1303-555 12984 2017-03-06 19:36:00 45 -#> 8438 25 A69-1303-555 12986 2017-03-06 19:38:00 45 -#> 8439 25 A69-1303-555 12988 2017-03-06 19:40:00 45 -#> 8440 25 A69-1303-555 12989 2017-03-06 19:42:00 45 -#> 8441 25 A69-1303-555 12991 2017-03-06 19:44:00 45 -#> 8442 25 A69-1303-555 12993 2017-03-06 19:48:00 45 -#> 8443 25 A69-1303-555 12994 2017-03-06 19:50:00 45 -#> 8444 25 A69-1303-555 12995 2017-03-06 19:52:00 45 -#> 8445 25 A69-1303-555 12996 2017-03-06 19:54:00 45 -#> 8446 25 A69-1303-555 12997 2017-03-06 19:56:00 45 -#> 8447 25 A69-1303-555 12999 2017-03-06 19:58:00 45 -#> 8448 25 A69-1303-555 13001 2017-03-06 20:00:00 45 -#> 8449 25 A69-1303-555 13002 2017-03-06 20:02:00 45 -#> 8450 25 A69-1303-555 13004 2017-03-06 20:04:00 45 -#> 8451 25 A69-1303-555 13006 2017-03-06 20:06:00 45 -#> 8452 25 A69-1303-555 13008 2017-03-06 20:08:00 45 -#> 8453 25 A69-1303-555 13009 2017-03-06 20:10:00 45 -#> 8454 25 A69-1303-555 13010 2017-03-06 20:12:00 45 -#> 8455 25 A69-1303-555 13012 2017-03-06 20:14:00 45 -#> 8456 25 A69-1303-555 13014 2017-03-06 20:16:00 45 -#> 8457 25 A69-1303-555 13016 2017-03-06 20:18:00 45 -#> 8458 25 A69-1303-555 13018 2017-03-06 20:20:00 45 -#> 8459 25 A69-1303-555 13020 2017-03-06 20:22:00 45 -#> 8460 25 A69-1303-555 13023 2017-03-06 20:24:00 45 -#> 8461 25 A69-1303-555 13025 2017-03-06 20:26:00 45 -#> 8462 25 A69-1303-555 13026 2017-03-06 20:28:00 45 -#> 8463 25 A69-1303-555 13028 2017-03-06 20:30:00 45 -#> 8464 25 A69-1303-555 13029 2017-03-06 20:32:00 45 -#> 8465 25 A69-1303-555 13032 2017-03-06 20:34:00 45 -#> 8466 25 A69-1303-555 13034 2017-03-06 20:36:00 45 -#> 8467 25 A69-1303-555 13036 2017-03-06 20:38:00 45 -#> 8468 25 A69-1303-555 13038 2017-03-06 20:40:00 45 -#> 8469 25 A69-1303-555 13040 2017-03-06 20:42:00 45 -#> 8470 25 A69-1303-555 13041 2017-03-06 20:44:00 45 -#> 8471 25 A69-1303-555 13042 2017-03-06 20:46:00 45 -#> 8472 25 A69-1303-555 13044 2017-03-06 20:48:00 45 -#> 8473 25 A69-1303-555 13045 2017-03-06 20:50:00 45 -#> 8474 25 A69-1303-555 13048 2017-03-06 20:52:00 45 -#> 8475 25 A69-1303-555 13049 2017-03-06 20:54:00 45 -#> 8476 25 A69-1303-555 13051 2017-03-06 20:56:00 45 -#> 8477 25 A69-1303-555 13052 2017-03-06 20:58:00 45 -#> 8478 25 A69-1303-555 13055 2017-03-06 21:00:00 45 -#> 8479 25 A69-1303-555 13056 2017-03-06 21:02:00 45 -#> 8480 25 A69-1303-555 13058 2017-03-06 21:04:00 45 -#> 8481 25 A69-1303-555 13059 2017-03-06 21:06:00 45 -#> 8482 25 A69-1303-555 13061 2017-03-06 21:08:00 45 -#> 8483 25 A69-1303-555 13063 2017-03-06 21:10:00 45 -#> 8484 25 A69-1303-555 13065 2017-03-06 21:12:00 45 -#> 8485 25 A69-1303-555 13068 2017-03-06 21:14:00 45 -#> 8486 25 A69-1303-555 13069 2017-03-06 21:16:00 45 -#> 8487 25 A69-1303-555 13071 2017-03-06 21:18:00 45 -#> 8488 25 A69-1303-555 13072 2017-03-06 21:20:00 45 -#> 8489 25 A69-1303-555 13073 2017-03-06 21:22:00 45 -#> 8490 25 A69-1303-555 13075 2017-03-06 21:24:00 45 -#> 8491 25 A69-1303-555 13077 2017-03-06 21:26:00 45 -#> 8492 25 A69-1303-555 13078 2017-03-06 21:28:00 45 -#> 8493 25 A69-1303-555 13079 2017-03-06 21:30:00 45 -#> 8494 25 A69-1303-555 13080 2017-03-06 21:32:00 45 -#> 8495 25 A69-1303-555 13082 2017-03-06 21:34:00 45 -#> 8496 25 A69-1303-555 13083 2017-03-06 21:36:00 45 -#> 8497 25 A69-1303-555 13085 2017-03-06 21:38:00 45 -#> 8498 25 A69-1303-555 13086 2017-03-06 21:40:00 45 -#> 8499 25 A69-1303-555 13087 2017-03-06 21:42:00 45 -#> 8500 25 A69-1303-555 13089 2017-03-06 21:44:00 45 -#> 8501 25 A69-1303-555 13091 2017-03-06 21:46:00 45 -#> 8502 25 A69-1303-555 13092 2017-03-06 21:48:00 45 -#> 8503 25 A69-1303-555 13095 2017-03-06 21:50:00 45 -#> 8504 25 A69-1303-555 13097 2017-03-06 21:52:00 45 -#> 8505 25 A69-1303-555 13099 2017-03-06 21:54:00 45 -#> 8506 25 A69-1303-555 13101 2017-03-06 21:58:00 45 -#> 8507 25 A69-1303-555 13103 2017-03-06 22:00:00 45 -#> 8508 25 A69-1303-555 13105 2017-03-06 22:02:00 45 -#> 8509 25 A69-1303-555 13107 2017-03-06 22:06:00 45 -#> 8510 25 A69-1303-555 13108 2017-03-06 22:08:00 45 -#> 8511 25 A69-1303-555 13110 2017-03-06 22:10:00 45 -#> 8512 25 A69-1303-555 13112 2017-03-06 22:12:00 45 -#> 8513 25 A69-1303-555 13114 2017-03-06 22:14:00 45 -#> 8514 25 A69-1303-555 13115 2017-03-06 22:16:00 45 -#> 8515 25 A69-1303-555 13117 2017-03-06 22:18:00 45 -#> 8516 25 A69-1303-555 13119 2017-03-06 22:20:00 45 -#> 8517 25 A69-1303-555 13122 2017-03-06 22:22:00 45 -#> 8518 25 A69-1303-555 13123 2017-03-06 22:26:00 45 -#> 8519 25 A69-1303-555 13124 2017-03-06 22:28:00 45 -#> 8520 25 A69-1303-555 13126 2017-03-06 22:32:00 45 -#> 8521 25 A69-1303-555 13127 2017-03-06 22:34:00 45 -#> 8522 25 A69-1303-555 13129 2017-03-06 22:36:00 45 -#> 8523 25 A69-1303-555 13131 2017-03-06 22:38:00 45 -#> 8524 25 A69-1303-555 13132 2017-03-06 22:40:00 45 -#> 8525 25 A69-1303-555 13133 2017-03-06 22:42:00 45 -#> 8526 25 A69-1303-555 13135 2017-03-06 22:44:00 45 -#> 8527 25 A69-1303-555 13136 2017-03-06 22:46:00 45 -#> 8528 25 A69-1303-555 13139 2017-03-06 22:48:00 45 -#> 8529 25 A69-1303-555 13141 2017-03-06 22:50:00 45 -#> 8530 25 A69-1303-555 13143 2017-03-06 22:52:00 45 -#> 8531 25 A69-1303-555 13145 2017-03-06 22:54:00 45 -#> 8532 25 A69-1303-555 13147 2017-03-06 22:56:00 45 -#> 8533 25 A69-1303-555 13149 2017-03-06 22:58:00 45 -#> 8534 25 A69-1303-555 13150 2017-03-06 23:00:00 45 -#> 8535 25 A69-1303-555 13151 2017-03-06 23:02:00 45 -#> 8536 25 A69-1303-555 13152 2017-03-06 23:04:00 45 -#> 8537 25 A69-1303-555 13153 2017-03-06 23:06:00 45 -#> 8538 25 A69-1303-555 13154 2017-03-06 23:08:00 45 -#> 8539 25 A69-1303-555 13156 2017-03-06 23:10:00 45 -#> 8540 25 A69-1303-555 13158 2017-03-06 23:12:00 45 -#> 8541 25 A69-1303-555 13160 2017-03-06 23:14:00 45 -#> 8542 25 A69-1303-555 13161 2017-03-06 23:16:00 45 -#> 8543 25 A69-1303-555 13163 2017-03-06 23:18:00 45 -#> 8544 25 A69-1303-555 13165 2017-03-06 23:20:00 45 -#> 8545 25 A69-1303-555 13166 2017-03-06 23:22:00 45 -#> 8546 25 A69-1303-555 13167 2017-03-06 23:24:00 45 -#> 8547 25 A69-1303-555 13169 2017-03-06 23:26:00 45 -#> 8548 25 A69-1303-555 13171 2017-03-06 23:28:00 45 -#> 8549 25 A69-1303-555 13173 2017-03-06 23:30:00 45 -#> 8550 25 A69-1303-555 13174 2017-03-06 23:32:00 45 -#> 8551 25 A69-1303-555 13176 2017-03-06 23:34:00 45 -#> 8552 25 A69-1303-555 13178 2017-03-06 23:36:00 45 -#> 8553 25 A69-1303-555 13179 2017-03-06 23:38:00 45 -#> 8554 25 A69-1303-555 13180 2017-03-06 23:40:00 45 -#> 8555 25 A69-1303-555 13182 2017-03-06 23:42:00 45 -#> 8556 25 A69-1303-555 13183 2017-03-06 23:44:00 45 -#> 8557 25 A69-1303-555 13186 2017-03-06 23:46:00 45 -#> 8558 25 A69-1303-555 13187 2017-03-06 23:48:00 45 -#> 8559 25 A69-1303-555 13188 2017-03-06 23:50:00 45 -#> 8560 25 A69-1303-555 13189 2017-03-06 23:52:00 45 -#> 8561 25 A69-1303-555 13190 2017-03-06 23:54:00 45 -#> 8562 25 A69-1303-555 13191 2017-03-06 23:56:00 45 -#> 8563 25 A69-1303-555 13193 2017-03-06 23:58:00 45 -#> 8564 25 A69-1303-555 13194 2017-03-07 00:00:00 45 -#> 8565 25 A69-1303-555 13196 2017-03-07 00:02:00 45 -#> 8566 25 A69-1303-555 13198 2017-03-07 00:04:00 45 -#> 8567 25 A69-1303-555 13199 2017-03-07 00:06:00 45 -#> 8568 25 A69-1303-555 13202 2017-03-07 00:08:00 45 -#> 8569 25 A69-1303-555 13203 2017-03-07 00:10:00 45 -#> 8570 25 A69-1303-555 13205 2017-03-07 00:12:00 45 -#> 8571 25 A69-1303-555 13206 2017-03-07 00:14:00 45 -#> 8572 25 A69-1303-555 13208 2017-03-07 00:16:00 45 -#> 8573 25 A69-1303-555 13210 2017-03-07 00:18:00 45 -#> 8574 25 A69-1303-555 13212 2017-03-07 00:20:00 45 -#> 8575 25 A69-1303-555 13214 2017-03-07 00:22:00 45 -#> 8576 25 A69-1303-555 13216 2017-03-07 00:24:00 45 -#> 8577 25 A69-1303-555 13219 2017-03-07 00:26:00 45 -#> 8578 25 A69-1303-555 13221 2017-03-07 00:28:00 45 -#> 8579 25 A69-1303-555 13222 2017-03-07 00:30:00 45 -#> 8580 25 A69-1303-555 13224 2017-03-07 00:32:00 45 -#> 8581 25 A69-1303-555 13226 2017-03-07 00:34:00 45 -#> 8582 25 A69-1303-555 13228 2017-03-07 00:36:00 45 -#> 8583 25 A69-1303-555 13230 2017-03-07 00:38:00 45 -#> 8584 25 A69-1303-555 13231 2017-03-07 00:40:00 45 -#> 8585 25 A69-1303-555 13233 2017-03-07 00:42:00 45 -#> 8586 25 A69-1303-555 13234 2017-03-07 00:44:00 45 -#> 8587 25 A69-1303-555 13236 2017-03-07 00:46:00 45 -#> 8588 25 A69-1303-555 13237 2017-03-07 00:48:00 45 -#> 8589 25 A69-1303-555 13239 2017-03-07 00:50:00 45 -#> 8590 25 A69-1303-555 13240 2017-03-07 00:52:00 45 -#> 8591 25 A69-1303-555 13242 2017-03-07 00:56:00 45 -#> 8592 25 A69-1303-555 13244 2017-03-07 00:58:00 45 -#> 8593 25 A69-1303-555 13245 2017-03-08 00:06:00 50 -#> 8594 25 A69-1303-555 13246 2017-03-08 00:08:00 50 -#> 8595 25 A69-1303-555 13247 2017-03-08 00:10:00 50 -#> 8596 25 A69-1303-555 13249 2017-03-08 00:12:00 50 -#> 8597 25 A69-1303-555 13251 2017-03-08 00:14:00 50 -#> 8598 25 A69-1303-555 13253 2017-03-08 00:16:00 50 -#> 8599 25 A69-1303-555 13255 2017-03-08 19:48:00 41 -#> 8600 25 A69-1303-555 13257 2017-03-08 19:50:00 41 -#> 8601 25 A69-1303-555 13260 2017-03-08 19:52:00 41 -#> 8602 25 A69-1303-555 13261 2017-03-08 19:54:00 41 -#> 8603 25 A69-1303-555 13262 2017-03-08 20:04:00 41 -#> 8604 25 A69-1303-555 13264 2017-03-08 20:06:00 41 -#> 8605 25 A69-1303-555 13266 2017-03-08 20:08:00 41 -#> 8606 25 A69-1303-555 13268 2017-03-08 20:10:00 41 -#> 8607 25 A69-1303-555 13269 2017-03-08 20:12:00 41 -#> 8608 25 A69-1303-555 13272 2017-03-08 20:14:00 41 -#> 8609 25 A69-1303-555 13274 2017-03-08 20:16:00 41 -#> 8610 25 A69-1303-555 13277 2017-03-08 20:18:00 41 -#> 8611 25 A69-1303-555 13279 2017-03-08 20:20:00 41 -#> 8612 25 A69-1303-555 13280 2017-03-08 20:22:00 41 -#> 8613 25 A69-1303-555 13282 2017-03-08 20:24:00 41 -#> 8614 25 A69-1303-555 13284 2017-03-08 20:26:00 41 -#> 8615 25 A69-1303-555 13285 2017-03-08 20:32:00 41 -#> 8616 25 A69-1303-555 13286 2017-03-08 20:36:00 47 -#> 8617 25 A69-1303-555 13287 2017-03-08 20:38:00 47 -#> 8618 25 A69-1303-555 13289 2017-03-08 20:40:00 47 -#> 8619 25 A69-1303-555 13290 2017-03-08 20:42:00 47 -#> 8620 25 A69-1303-555 13291 2017-03-08 20:44:00 47 -#> 8621 25 A69-1303-555 13292 2017-03-08 20:50:00 47 -#> 8622 25 A69-1303-555 13293 2017-03-08 20:52:00 47 -#> 8623 25 A69-1303-555 13294 2017-03-08 20:54:00 41 -#> 8624 25 A69-1303-555 13295 2017-03-08 20:56:00 41 -#> 8625 25 A69-1303-555 13297 2017-03-08 20:58:00 41 -#> 8626 25 A69-1303-555 13298 2017-03-08 21:00:00 41 -#> 8627 25 A69-1303-555 13299 2017-03-08 21:02:00 41 -#> 8628 25 A69-1303-555 13300 2017-03-08 21:28:00 41 -#> 8629 25 A69-1303-555 13301 2017-03-08 21:36:00 41 -#> 8630 25 A69-1303-555 13302 2017-03-08 21:48:00 41 -#> 8631 25 A69-1303-555 13305 2017-03-08 21:50:00 41 -#> 8632 25 A69-1303-555 13307 2017-03-08 21:52:00 41 -#> 8633 25 A69-1303-555 13309 2017-03-08 21:54:00 41 -#> 8634 25 A69-1303-555 13310 2017-03-08 21:56:00 41 -#> 8635 25 A69-1303-555 13312 2017-03-08 21:58:00 41 -#> 8636 25 A69-1303-555 13315 2017-03-08 22:00:00 41 -#> 8637 25 A69-1303-555 13316 2017-03-08 22:02:00 41 -#> 8638 25 A69-1303-555 13317 2017-03-08 22:04:00 41 -#> 8639 25 A69-1303-555 13319 2017-03-08 22:06:00 41 -#> 8640 25 A69-1303-555 13321 2017-03-08 22:08:00 41 -#> 8641 25 A69-1303-555 13323 2017-03-08 22:30:00 41 -#> 8642 25 A69-1303-555 13324 2017-03-08 22:50:00 41 -#> 8643 25 A69-1303-555 13325 2017-03-08 22:52:00 41 -#> 8644 25 A69-1303-555 13326 2017-03-08 22:56:00 41 -#> 8645 25 A69-1303-555 13327 2017-03-08 22:58:00 41 -#> 8646 25 A69-1303-555 13328 2017-03-08 23:00:00 41 -#> 8647 25 A69-1303-555 13331 2017-03-08 23:02:00 41 -#> 8648 25 A69-1303-555 13332 2017-03-08 23:04:00 41 -#> 8649 25 A69-1303-555 13334 2017-03-08 23:06:00 41 -#> 8650 25 A69-1303-555 13335 2017-03-08 23:08:00 41 -#> 8651 25 A69-1303-555 13337 2017-03-08 23:12:00 41 -#> 8652 25 A69-1303-555 13338 2017-03-08 23:14:00 41 -#> 8653 25 A69-1303-555 13339 2017-03-08 23:16:00 41 -#> 8654 25 A69-1303-555 13340 2017-03-08 23:20:00 41 -#> 8655 25 A69-1303-555 13341 2017-03-08 23:22:00 41 -#> 8656 25 A69-1303-555 13342 2017-03-08 23:24:00 41 -#> 8657 25 A69-1303-555 13343 2017-03-08 23:48:00 47 -#> 8658 25 A69-1303-555 13345 2017-03-08 23:50:00 47 -#> 8659 25 A69-1303-555 13347 2017-03-08 23:52:00 47 -#> 8660 25 A69-1303-555 13349 2017-03-08 23:54:00 47 -#> 8661 25 A69-1303-555 13351 2017-03-08 23:56:00 47 -#> 8662 25 A69-1303-555 13352 2017-03-09 00:06:00 47 -#> 8663 25 A69-1303-555 13353 2017-03-09 00:08:00 47 -#> 8664 25 A69-1303-555 13354 2017-03-09 03:08:00 47 -#> 8665 25 A69-1303-555 13357 2017-03-09 03:12:00 47 -#> 8666 25 A69-1303-555 13358 2017-03-09 03:14:00 47 -#> 8667 25 A69-1303-555 13360 2017-03-09 03:20:00 47 -#> 8668 25 A69-1303-555 13362 2017-03-09 03:22:00 47 -#> 8669 25 A69-1303-555 13364 2017-03-09 03:24:00 47 -#> 8670 25 A69-1303-555 13366 2017-03-09 03:26:00 47 -#> 8671 25 A69-1303-555 13367 2017-03-09 03:28:00 47 -#> 8672 25 A69-1303-555 13369 2017-03-09 03:30:00 47 -#> 8673 25 A69-1303-555 13370 2017-03-09 03:32:00 47 -#> 8674 25 A69-1303-555 13372 2017-03-09 03:34:00 47 -#> 8675 25 A69-1303-555 13373 2017-03-09 03:36:00 47 -#> 8676 25 A69-1303-555 13376 2017-03-09 03:38:00 47 -#> 8677 25 A69-1303-555 13377 2017-03-09 03:40:00 47 -#> 8678 25 A69-1303-555 13379 2017-03-09 03:42:00 47 -#> 8679 25 A69-1303-555 13381 2017-03-09 03:44:00 47 -#> 8680 25 A69-1303-555 13382 2017-03-09 03:46:00 47 -#> 8681 25 A69-1303-555 13384 2017-03-09 03:48:00 47 -#> 8682 25 A69-1303-555 13385 2017-03-09 03:50:00 47 -#> 8683 25 A69-1303-555 13386 2017-03-09 03:52:00 47 -#> 8684 25 A69-1303-555 13387 2017-03-09 03:54:00 47 -#> 8685 25 A69-1303-555 13389 2017-03-09 03:56:00 47 -#> 8686 25 A69-1303-555 13391 2017-03-09 03:58:00 47 -#> 8687 25 A69-1303-555 13393 2017-03-09 13:50:00 47 -#> 8688 25 A69-1303-555 13394 2017-03-09 13:58:00 47 -#> 8689 25 A69-1303-555 13395 2017-03-09 14:10:00 47 -#> 8690 25 A69-1303-555 13397 2017-03-09 14:16:00 47 -#> 8691 25 A69-1303-555 13398 2017-03-09 14:26:00 47 -#> 8692 25 A69-1303-555 13399 2017-03-09 14:34:00 47 -#> 8693 25 A69-1303-555 13400 2017-03-10 21:12:00 50 -#> 8694 25 A69-1303-555 13402 2017-03-10 21:14:00 50 -#> 8695 25 A69-1303-555 13403 2017-03-10 21:22:00 51 -#> 8696 25 A69-1303-555 13404 2017-03-10 21:26:00 50 -#> 8697 25 A69-1303-555 13405 2017-03-10 21:26:00 51 -#> 8698 25 A69-1303-555 13406 2017-03-10 21:28:00 51 -#> 8699 25 A69-1303-555 13407 2017-03-10 21:32:00 50 -#> 8700 25 A69-1303-555 13408 2017-03-10 21:32:00 51 -#> 8701 25 A69-1303-555 13410 2017-03-10 21:34:00 51 -#> 8702 25 A69-1303-555 13412 2017-03-10 21:38:00 51 -#> 8703 25 A69-1303-555 13413 2017-03-10 21:40:00 51 -#> 8704 25 A69-1303-555 13414 2017-03-11 02:38:00 51 -#> 8705 25 A69-1303-555 13415 2017-03-11 02:40:00 51 -#> 8706 25 A69-1303-555 13416 2017-03-11 02:44:00 51 -#> 8707 25 A69-1303-555 13417 2017-03-11 05:04:00 51 -#> 8708 25 A69-1303-555 13418 2017-03-11 05:10:00 51 -#> 8709 25 A69-1303-555 13419 2017-03-11 05:12:00 51 -#> 8710 25 A69-1303-555 13420 2017-03-11 05:14:00 51 -#> 8711 25 A69-1303-555 13423 2017-03-11 05:16:00 51 -#> 8712 25 A69-1303-555 13424 2017-03-11 05:24:00 51 -#> 8713 25 A69-1303-555 13425 2017-03-11 05:26:00 51 -#> 8714 25 A69-1303-555 13426 2017-03-11 05:28:00 51 -#> 8715 25 A69-1303-555 13428 2017-03-11 05:32:00 51 -#> 8716 25 A69-1303-555 13430 2017-03-11 05:36:00 51 -#> 8717 25 A69-1303-555 13432 2017-03-11 05:38:00 51 -#> 8718 25 A69-1303-555 13434 2017-03-11 05:40:00 51 -#> 8719 25 A69-1303-555 13435 2017-03-11 05:42:00 51 -#> 8720 25 A69-1303-555 13436 2017-03-11 05:44:00 51 -#> 8721 25 A69-1303-555 13438 2017-03-11 05:46:00 51 -#> 8722 25 A69-1303-555 13439 2017-03-11 05:48:00 51 -#> 8723 25 A69-1303-555 13441 2017-03-11 05:50:00 51 -#> 8724 25 A69-1303-555 13442 2017-03-11 05:52:00 51 -#> 8725 25 A69-1303-555 13443 2017-03-11 05:58:00 51 -#> 8726 25 A69-1303-555 13445 2017-03-11 06:00:00 51 -#> 8727 25 A69-1303-555 13446 2017-03-11 06:04:00 51 -#> 8728 25 A69-1303-555 13447 2017-03-11 06:06:00 51 -#> 8729 25 A69-1303-555 13449 2017-03-11 06:08:00 51 -#> 8730 25 A69-1303-555 13452 2017-03-11 06:34:00 51 -#> 8731 25 A69-1303-555 13454 2017-03-12 07:48:00 45 -#> 8732 25 A69-1303-555 13455 2017-03-12 07:56:00 45 -#> 8733 25 A69-1303-555 13457 2017-03-12 07:58:00 45 -#> 8734 25 A69-1303-555 13458 2017-03-12 08:00:00 45 -#> 8735 25 A69-1303-555 13460 2017-03-12 08:02:00 45 -#> 8736 25 A69-1303-555 13461 2017-03-12 08:04:00 45 -#> 8737 25 A69-1303-555 13462 2017-03-12 08:06:00 45 -#> 8738 25 A69-1303-555 13465 2017-03-12 08:08:00 45 -#> 8739 25 A69-1303-555 13466 2017-03-12 08:10:00 45 -#> 8740 25 A69-1303-555 13468 2017-03-12 08:12:00 45 -#> 8741 25 A69-1303-555 13469 2017-03-12 08:14:00 45 -#> 8742 25 A69-1303-555 13470 2017-03-12 08:16:00 45 -#> 8743 25 A69-1303-555 13472 2017-03-12 08:18:00 45 -#> 8744 25 A69-1303-555 13473 2017-03-12 08:22:00 45 -#> 8745 25 A69-1303-555 13474 2017-03-12 08:26:00 45 -#> 8746 25 A69-1303-555 13475 2017-03-12 08:28:00 45 -#> 8747 25 A69-1303-555 13476 2017-03-12 08:30:00 45 -#> 8748 25 A69-1303-555 13478 2017-03-12 08:32:00 45 -#> 8749 25 A69-1303-555 13479 2017-03-12 08:34:00 45 -#> 8750 25 A69-1303-555 13481 2017-03-12 08:36:00 45 -#> 8751 25 A69-1303-555 13482 2017-03-12 08:38:00 45 -#> 8752 25 A69-1303-555 13483 2017-03-12 08:40:00 45 -#> 8753 25 A69-1303-555 13485 2017-03-12 08:42:00 45 -#> 8754 25 A69-1303-555 13486 2017-03-12 08:44:00 45 -#> 8755 25 A69-1303-555 13488 2017-03-12 08:48:00 45 -#> 8756 25 A69-1303-555 13489 2017-03-12 08:52:00 45 -#> 8757 25 A69-1303-555 13491 2017-03-12 08:56:00 45 -#> 8758 25 A69-1303-555 13492 2017-03-12 09:00:00 45 -#> 8759 25 A69-1303-555 13494 2017-03-12 09:04:00 45 -#> 8760 25 A69-1303-555 13496 2017-03-12 09:16:00 45 -#> 8761 25 A69-1303-555 13498 2017-03-12 09:20:00 45 -#> 8762 25 A69-1303-555 13499 2017-03-12 09:22:00 45 -#> 8763 25 A69-1303-555 13500 2017-03-12 09:26:00 45 -#> 8764 25 A69-1303-555 13501 2017-03-12 09:28:00 45 -#> 8765 25 A69-1303-555 13502 2017-03-12 09:30:00 45 -#> 8766 25 A69-1303-555 13503 2017-03-12 09:32:00 45 -#> 8767 25 A69-1303-555 13504 2017-03-12 09:34:00 45 -#> 8768 25 A69-1303-555 13505 2017-03-12 09:36:00 45 -#> 8769 25 A69-1303-555 13506 2017-03-12 09:38:00 45 -#> 8770 25 A69-1303-555 13507 2017-03-12 09:48:00 45 -#> 8771 25 A69-1303-555 13509 2017-03-12 09:50:00 45 -#> 8772 25 A69-1303-555 13511 2017-03-12 09:52:00 45 -#> 8773 25 A69-1303-555 13512 2017-03-12 09:58:00 45 -#> 8774 25 A69-1303-555 13513 2017-03-12 10:00:00 45 -#> 8775 25 A69-1303-555 13515 2017-03-12 10:02:00 45 -#> 8776 25 A69-1303-555 13516 2017-03-12 10:06:00 45 -#> 8777 25 A69-1303-555 13518 2017-03-12 10:08:00 45 -#> 8778 25 A69-1303-555 13519 2017-03-12 10:10:00 45 -#> 8779 25 A69-1303-555 13520 2017-03-12 10:12:00 45 -#> 8780 25 A69-1303-555 13522 2017-03-12 10:16:00 45 -#> 8781 25 A69-1303-555 13524 2017-03-12 10:18:00 45 -#> 8782 25 A69-1303-555 13525 2017-03-12 10:20:00 45 -#> 8783 25 A69-1303-555 13527 2017-03-12 10:22:00 45 -#> 8784 25 A69-1303-555 13529 2017-03-12 10:24:00 45 -#> 8785 25 A69-1303-555 13531 2017-03-12 10:26:00 45 -#> 8786 25 A69-1303-555 13533 2017-03-12 10:28:00 45 -#> 8787 25 A69-1303-555 13534 2017-03-12 10:30:00 45 -#> 8788 25 A69-1303-555 13536 2017-03-12 10:32:00 45 -#> 8789 25 A69-1303-555 13538 2017-03-12 10:34:00 45 -#> 8790 25 A69-1303-555 13539 2017-03-12 10:36:00 45 -#> 8791 25 A69-1303-555 13541 2017-03-12 10:38:00 45 -#> 8792 25 A69-1303-555 13543 2017-03-12 10:40:00 45 -#> 8793 25 A69-1303-555 13545 2017-03-12 10:42:00 45 -#> 8794 25 A69-1303-555 13547 2017-03-12 10:44:00 45 -#> 8795 25 A69-1303-555 13549 2017-03-12 10:46:00 45 -#> 8796 25 A69-1303-555 13551 2017-03-12 10:48:00 45 -#> 8797 25 A69-1303-555 13552 2017-03-12 10:50:00 45 -#> 8798 25 A69-1303-555 13553 2017-03-12 10:52:00 45 -#> 8799 25 A69-1303-555 13554 2017-03-12 10:54:00 45 -#> 8800 25 A69-1303-555 13556 2017-03-12 10:56:00 45 -#> 8801 25 A69-1303-555 13558 2017-03-12 10:58:00 45 -#> 8802 25 A69-1303-555 13559 2017-03-12 11:00:00 45 -#> 8803 25 A69-1303-555 13562 2017-03-12 11:02:00 45 -#> 8804 25 A69-1303-555 13564 2017-03-12 11:04:00 45 -#> 8805 25 A69-1303-555 13566 2017-03-12 11:06:00 45 -#> 8806 25 A69-1303-555 13567 2017-03-12 11:08:00 45 -#> 8807 25 A69-1303-555 13569 2017-03-12 11:10:00 45 -#> 8808 25 A69-1303-555 13570 2017-03-12 11:12:00 45 -#> 8809 25 A69-1303-555 13573 2017-03-12 11:14:00 45 -#> 8810 25 A69-1303-555 13574 2017-03-12 11:16:00 45 -#> 8811 25 A69-1303-555 13576 2017-03-12 11:18:00 45 -#> 8812 25 A69-1303-555 13578 2017-03-12 11:20:00 45 -#> 8813 25 A69-1303-555 13580 2017-03-12 11:22:00 45 -#> 8814 25 A69-1303-555 13582 2017-03-12 11:24:00 45 -#> 8815 25 A69-1303-555 13583 2017-03-12 11:26:00 45 -#> 8816 25 A69-1303-555 13584 2017-03-12 11:28:00 45 -#> 8817 25 A69-1303-555 13587 2017-03-12 11:30:00 45 -#> 8818 25 A69-1303-555 13589 2017-03-12 11:32:00 45 -#> 8819 25 A69-1303-555 13590 2017-03-12 11:34:00 45 -#> 8820 25 A69-1303-555 13592 2017-03-12 11:36:00 45 -#> 8821 25 A69-1303-555 13593 2017-03-12 11:38:00 45 -#> 8822 25 A69-1303-555 13594 2017-03-12 11:40:00 45 -#> 8823 25 A69-1303-555 13595 2017-03-12 11:48:00 45 -#> 8824 25 A69-1303-555 13596 2017-03-12 11:50:00 45 -#> 8825 25 A69-1303-555 13597 2017-03-12 11:52:00 45 -#> 8826 25 A69-1303-555 13598 2017-03-12 12:04:00 45 -#> 8827 25 A69-1303-555 13599 2017-03-12 12:08:00 45 -#> 8828 25 A69-1303-555 13600 2017-03-12 12:12:00 45 -#> 8829 25 A69-1303-555 13601 2017-03-12 12:18:00 45 -#> 8830 25 A69-1303-555 13602 2017-03-12 12:28:00 45 -#> 8831 25 A69-1303-555 13603 2017-03-12 12:32:00 45 -#> 8832 25 A69-1303-555 13604 2017-03-12 12:36:00 45 -#> 8833 25 A69-1303-555 13605 2017-03-12 12:42:00 45 -#> 8834 25 A69-1303-555 13606 2017-03-12 12:48:00 45 -#> 8835 25 A69-1303-555 13607 2017-03-12 12:50:00 45 -#> 8836 25 A69-1303-555 13609 2017-03-12 12:52:00 45 -#> 8837 25 A69-1303-555 13610 2017-03-12 12:54:00 45 -#> 8838 25 A69-1303-555 13611 2017-03-12 12:56:00 45 -#> 8839 25 A69-1303-555 13612 2017-03-12 13:00:00 45 -#> 8840 25 A69-1303-555 13613 2017-03-12 13:02:00 45 -#> 8841 25 A69-1303-555 13615 2017-03-12 13:06:00 45 -#> 8842 25 A69-1303-555 13616 2017-03-12 13:08:00 45 -#> 8843 25 A69-1303-555 13618 2017-03-12 13:10:00 45 -#> 8844 25 A69-1303-555 13619 2017-03-12 13:12:00 45 -#> 8845 25 A69-1303-555 13620 2017-03-12 13:16:00 45 -#> 8846 25 A69-1303-555 13621 2017-03-12 13:18:00 45 -#> 8847 25 A69-1303-555 13623 2017-03-12 13:20:00 45 -#> 8848 25 A69-1303-555 13625 2017-03-12 13:22:00 45 -#> 8849 25 A69-1303-555 13627 2017-03-12 13:24:00 45 -#> 8850 25 A69-1303-555 13629 2017-03-12 13:26:00 45 -#> 8851 25 A69-1303-555 13630 2017-03-12 13:28:00 45 -#> 8852 25 A69-1303-555 13631 2017-03-12 13:32:00 45 -#> 8853 25 A69-1303-555 13632 2017-03-12 13:34:00 45 -#> 8854 25 A69-1303-555 13633 2017-03-12 13:36:00 45 -#> 8855 25 A69-1303-555 13634 2017-03-12 13:38:00 45 -#> 8856 25 A69-1303-555 13636 2017-03-12 13:40:00 45 -#> 8857 25 A69-1303-555 13637 2017-03-12 13:42:00 45 -#> 8858 25 A69-1303-555 13639 2017-03-12 13:44:00 45 -#> 8859 25 A69-1303-555 13642 2017-03-12 13:46:00 45 -#> 8860 25 A69-1303-555 13643 2017-03-12 13:48:00 45 -#> 8861 25 A69-1303-555 13646 2017-03-12 13:50:00 45 -#> 8862 25 A69-1303-555 13647 2017-03-12 13:52:00 45 -#> 8863 25 A69-1303-555 13649 2017-03-12 13:54:00 45 -#> 8864 25 A69-1303-555 13650 2017-03-12 13:56:00 45 -#> 8865 25 A69-1303-555 13652 2017-03-12 13:58:00 45 -#> 8866 25 A69-1303-555 13653 2017-03-12 14:00:00 45 -#> 8867 25 A69-1303-555 13655 2017-03-12 14:02:00 45 -#> 8868 25 A69-1303-555 13657 2017-03-12 14:04:00 45 -#> 8869 25 A69-1303-555 13659 2017-03-12 14:06:00 45 -#> 8870 25 A69-1303-555 13661 2017-03-12 14:08:00 45 -#> 8871 25 A69-1303-555 13662 2017-03-12 14:10:00 45 -#> 8872 25 A69-1303-555 13665 2017-03-12 14:12:00 45 -#> 8873 25 A69-1303-555 13666 2017-03-12 14:14:00 45 -#> 8874 25 A69-1303-555 13668 2017-03-12 14:16:00 45 -#> 8875 25 A69-1303-555 13670 2017-03-12 14:18:00 45 -#> 8876 25 A69-1303-555 13672 2017-03-12 14:20:00 45 -#> 8877 25 A69-1303-555 13674 2017-03-12 14:24:00 45 -#> 8878 25 A69-1303-555 13676 2017-03-12 14:26:00 45 -#> 8879 25 A69-1303-555 13678 2017-03-12 14:28:00 45 -#> 8880 25 A69-1303-555 13679 2017-03-12 14:30:00 45 -#> 8881 25 A69-1303-555 13681 2017-03-12 14:32:00 45 -#> 8882 25 A69-1303-555 13682 2017-03-12 14:34:00 45 -#> 8883 25 A69-1303-555 13684 2017-03-12 14:36:00 45 -#> 8884 25 A69-1303-555 13686 2017-03-12 14:38:00 45 -#> 8885 25 A69-1303-555 13688 2017-03-12 14:40:00 45 -#> 8886 25 A69-1303-555 13689 2017-03-12 14:44:00 45 -#> 8887 25 A69-1303-555 13691 2017-03-12 14:46:00 45 -#> 8888 25 A69-1303-555 13692 2017-03-12 14:48:00 45 -#> 8889 25 A69-1303-555 13694 2017-03-12 14:52:00 45 -#> 8890 25 A69-1303-555 13695 2017-03-12 14:54:00 45 -#> 8891 25 A69-1303-555 13697 2017-03-12 14:58:00 45 -#> 8892 25 A69-1303-555 13699 2017-03-12 15:00:00 45 -#> 8893 25 A69-1303-555 13700 2017-03-12 15:02:00 45 -#> 8894 25 A69-1303-555 13702 2017-03-12 15:12:00 45 -#> 8895 25 A69-1303-555 13703 2017-03-12 15:14:00 45 -#> 8896 25 A69-1303-555 13704 2017-03-12 15:16:00 45 -#> 8897 25 A69-1303-555 13705 2017-03-12 15:18:00 45 -#> 8898 25 A69-1303-555 13706 2017-03-12 15:20:00 45 -#> 8899 25 A69-1303-555 13707 2017-03-12 15:22:00 45 -#> 8900 25 A69-1303-555 13708 2017-03-12 15:28:00 45 -#> 8901 25 A69-1303-555 13709 2017-03-12 15:34:00 45 -#> 8902 25 A69-1303-555 13711 2017-03-12 15:36:00 45 -#> 8903 25 A69-1303-555 13712 2017-03-12 15:40:00 45 -#> 8904 25 A69-1303-555 13713 2017-03-12 15:42:00 45 -#> 8905 25 A69-1303-555 13714 2017-03-12 15:50:00 45 -#> 8906 25 A69-1303-555 13715 2017-03-12 15:56:00 45 -#> 8907 25 A69-1303-555 13717 2017-03-12 15:58:00 45 -#> 8908 25 A69-1303-555 13719 2017-03-12 16:04:00 45 -#> 8909 25 A69-1303-555 13720 2017-03-12 16:06:00 45 -#> 8910 25 A69-1303-555 13721 2017-03-12 16:08:00 45 -#> 8911 25 A69-1303-555 13722 2017-03-12 16:10:00 45 -#> 8912 25 A69-1303-555 13723 2017-03-12 16:12:00 45 -#> 8913 25 A69-1303-555 13724 2017-03-12 16:16:00 45 -#> 8914 25 A69-1303-555 13725 2017-03-12 16:18:00 45 -#> 8915 25 A69-1303-555 13726 2017-03-12 16:20:00 45 -#> 8916 25 A69-1303-555 13727 2017-03-12 16:22:00 45 -#> 8917 25 A69-1303-555 13729 2017-03-12 16:24:00 45 -#> 8918 25 A69-1303-555 13730 2017-03-12 16:26:00 45 -#> 8919 25 A69-1303-555 13731 2017-03-12 16:28:00 45 -#> 8920 25 A69-1303-555 13732 2017-03-12 16:30:00 45 -#> 8921 25 A69-1303-555 13734 2017-03-12 16:32:00 45 -#> 8922 25 A69-1303-555 13735 2017-03-12 16:34:00 45 -#> 8923 25 A69-1303-555 13736 2017-03-12 16:36:00 45 -#> 8924 25 A69-1303-555 13737 2017-03-12 16:38:00 45 -#> 8925 25 A69-1303-555 13740 2017-03-12 16:40:00 45 -#> 8926 25 A69-1303-555 13741 2017-03-12 16:42:00 45 -#> 8927 25 A69-1303-555 13743 2017-03-12 16:44:00 45 -#> 8928 25 A69-1303-555 13745 2017-03-12 16:46:00 45 -#> 8929 25 A69-1303-555 13747 2017-03-12 16:48:00 45 -#> 8930 25 A69-1303-555 13749 2017-03-12 16:50:00 45 -#> 8931 25 A69-1303-555 13750 2017-03-12 16:52:00 45 -#> 8932 25 A69-1303-555 13751 2017-03-12 16:56:00 45 -#> 8933 25 A69-1303-555 13752 2017-03-12 17:00:00 45 -#> 8934 25 A69-1303-555 13753 2017-03-12 17:02:00 45 -#> 8935 25 A69-1303-555 13754 2017-03-12 17:06:00 45 -#> 8936 25 A69-1303-555 13757 2017-03-12 17:08:00 45 -#> 8937 25 A69-1303-555 13759 2017-03-12 17:10:00 45 -#> 8938 25 A69-1303-555 13761 2017-03-12 17:12:00 45 -#> 8939 25 A69-1303-555 13762 2017-03-12 17:14:00 45 -#> 8940 25 A69-1303-555 13764 2017-03-12 17:16:00 45 -#> 8941 25 A69-1303-555 13765 2017-03-12 17:18:00 45 -#> 8942 25 A69-1303-555 13767 2017-03-12 17:20:00 45 -#> 8943 25 A69-1303-555 13768 2017-03-12 17:22:00 45 -#> 8944 25 A69-1303-555 13770 2017-03-12 17:24:00 45 -#> 8945 25 A69-1303-555 13772 2017-03-12 17:26:00 45 -#> 8946 25 A69-1303-555 13773 2017-03-12 17:28:00 45 -#> 8947 25 A69-1303-555 13774 2017-03-12 17:30:00 45 -#> 8948 25 A69-1303-555 13777 2017-03-12 17:32:00 45 -#> 8949 25 A69-1303-555 13779 2017-03-12 17:34:00 45 -#> 8950 25 A69-1303-555 13780 2017-03-12 17:36:00 45 -#> 8951 25 A69-1303-555 13782 2017-03-12 17:38:00 45 -#> 8952 25 A69-1303-555 13783 2017-03-12 17:42:00 45 -#> 8953 25 A69-1303-555 13785 2017-03-12 17:44:00 45 -#> 8954 25 A69-1303-555 13787 2017-03-12 17:46:00 45 -#> 8955 25 A69-1303-555 13788 2017-03-12 17:48:00 45 -#> 8956 25 A69-1303-555 13789 2017-03-12 17:50:00 45 -#> 8957 25 A69-1303-555 13790 2017-03-14 08:44:00 49 -#> 8958 25 A69-1303-555 13792 2017-03-14 08:46:00 49 -#> 8959 25 A69-1303-555 13793 2017-03-14 12:24:00 49 -#> 8960 25 A69-1303-555 13794 2017-03-14 12:26:00 49 -#> 8961 25 A69-1303-555 13795 2017-03-14 12:28:00 49 -#> 8962 25 A69-1303-555 13796 2017-03-14 12:30:00 49 -#> 8963 25 A69-1303-555 13797 2017-03-14 12:32:00 49 -#> 8964 25 A69-1303-555 13799 2017-03-14 12:34:00 49 -#> 8965 25 A69-1303-555 13800 2017-03-14 12:36:00 49 -#> 8966 25 A69-1303-555 13801 2017-03-14 12:38:00 49 -#> 8967 25 A69-1303-555 13803 2017-03-14 12:40:00 49 -#> 8968 25 A69-1303-555 13804 2017-03-14 12:42:00 49 -#> 8969 25 A69-1303-555 13806 2017-03-14 12:44:00 49 -#> 8970 25 A69-1303-555 13807 2017-03-14 12:46:00 49 -#> 8971 25 A69-1303-555 13809 2017-03-14 12:48:00 49 -#> 8972 25 A69-1303-555 13810 2017-03-14 12:50:00 49 -#> 8973 25 A69-1303-555 13812 2017-03-14 12:52:00 49 -#> 8974 25 A69-1303-555 13814 2017-03-14 12:54:00 49 -#> 8975 25 A69-1303-555 13816 2017-03-14 12:56:00 49 -#> 8976 25 A69-1303-555 13817 2017-03-14 12:58:00 49 -#> 8977 25 A69-1303-555 13818 2017-03-14 13:00:00 49 -#> 8978 25 A69-1303-555 13820 2017-03-14 13:02:00 49 -#> 8979 25 A69-1303-555 13823 2017-03-14 13:04:00 49 -#> 8980 25 A69-1303-555 13826 2017-03-14 13:06:00 49 -#> 8981 25 A69-1303-555 13829 2017-03-14 13:08:00 49 -#> 8982 25 A69-1303-555 13831 2017-03-14 13:10:00 49 -#> 8983 25 A69-1303-555 13833 2017-03-14 13:12:00 49 -#> 8984 25 A69-1303-555 13834 2017-03-14 23:40:00 48 -#> 8985 25 A69-1303-555 13835 2017-03-14 23:42:00 48 -#> 8986 25 A69-1303-555 13836 2017-03-14 23:44:00 48 -#> 8987 25 A69-1303-555 13837 2017-03-14 23:46:00 48 -#> 8988 25 A69-1303-555 13839 2017-03-14 23:48:00 48 -#> 8989 25 A69-1303-555 13841 2017-03-14 23:52:00 48 -#> 8990 25 A69-1303-555 13843 2017-03-14 23:54:00 48 -#> 8991 25 A69-1303-555 13845 2017-03-15 00:00:00 48 -#> 8992 25 A69-1303-555 13846 2017-03-15 00:04:00 48 -#> 8993 25 A69-1303-555 13847 2017-03-15 00:06:00 48 -#> 8994 25 A69-1303-555 13848 2017-03-15 00:08:00 48 -#> 8995 25 A69-1303-555 13849 2017-03-15 00:30:00 49 -#> 8996 25 A69-1303-555 13851 2017-03-15 00:32:00 49 -#> 8997 25 A69-1303-555 13852 2017-03-15 00:34:00 49 -#> 8998 25 A69-1303-555 13855 2017-03-15 00:36:00 49 -#> 8999 25 A69-1303-555 13856 2017-03-15 00:38:00 49 -#> 9000 25 A69-1303-555 13857 2017-03-15 00:40:00 49 -#> 9001 25 A69-1303-555 13858 2017-03-15 00:42:00 49 -#> 9002 25 A69-1303-555 13860 2017-03-15 00:44:00 49 -#> 9003 25 A69-1303-555 13861 2017-03-15 00:46:00 49 -#> 9004 25 A69-1303-555 13862 2017-03-15 00:48:00 49 -#> 9005 25 A69-1303-555 13864 2017-03-15 00:50:00 49 -#> 9006 25 A69-1303-555 13866 2017-03-15 00:52:00 49 -#> 9007 25 A69-1303-555 13868 2017-03-15 00:54:00 49 -#> 9008 25 A69-1303-555 13870 2017-03-15 00:56:00 49 -#> 9009 25 A69-1303-555 13871 2017-03-15 00:58:00 49 -#> 9010 25 A69-1303-555 13873 2017-03-15 01:00:00 49 -#> 9011 25 A69-1303-555 13875 2017-03-15 01:02:00 49 -#> 9012 25 A69-1303-555 13876 2017-03-15 01:04:00 49 -#> 9013 25 A69-1303-555 13878 2017-03-15 01:06:00 49 -#> 9014 25 A69-1303-555 13879 2017-03-15 01:08:00 49 -#> 9015 25 A69-1303-555 13880 2017-03-15 01:10:00 49 -#> 9016 25 A69-1303-555 13882 2017-03-15 01:12:00 49 -#> 9017 25 A69-1303-555 13883 2017-03-15 01:14:00 49 -#> 9018 25 A69-1303-555 13885 2017-03-15 01:16:00 49 -#> 9019 25 A69-1303-555 13886 2017-03-15 01:18:00 49 -#> 9020 25 A69-1303-555 13887 2017-03-15 01:20:00 49 -#> 9021 25 A69-1303-555 13888 2017-03-15 01:28:00 49 -#> 9022 25 A69-1303-555 13889 2017-03-15 01:30:00 49 -#> 9023 25 A69-1303-555 13892 2017-03-15 01:32:00 49 -#> 9024 25 A69-1303-555 13893 2017-03-15 01:38:00 49 -#> 9025 25 A69-1303-555 13895 2017-03-15 01:40:00 49 -#> 9026 25 A69-1303-555 13897 2017-03-15 01:42:00 49 -#> 9027 25 A69-1303-555 13899 2017-03-15 01:48:00 49 -#> 9028 25 A69-1303-555 13900 2017-03-15 01:50:00 49 -#> 9029 25 A69-1303-555 13901 2017-03-15 01:52:00 49 -#> 9030 25 A69-1303-555 13902 2017-03-15 01:56:00 49 -#> 9031 25 A69-1303-555 13904 2017-03-15 01:58:00 49 -#> 9032 25 A69-1303-555 13905 2017-03-15 02:00:00 49 -#> 9033 25 A69-1303-555 13906 2017-03-15 02:04:00 49 -#> 9034 25 A69-1303-555 13909 2017-03-15 02:08:00 49 -#> 9035 25 A69-1303-555 13910 2017-03-15 02:10:00 49 -#> 9036 25 A69-1303-555 13911 2017-03-15 02:14:00 49 -#> 9037 25 A69-1303-555 13912 2017-03-15 02:22:00 49 -#> 9038 25 A69-1303-555 13913 2017-03-15 02:26:00 49 -#> 9039 25 A69-1303-555 13914 2017-03-16 09:54:00 45 -#> 9040 25 A69-1303-555 13915 2017-03-16 09:58:00 45 -#> 9041 25 A69-1303-555 13917 2017-03-16 10:00:00 45 -#> 9042 25 A69-1303-555 13919 2017-03-16 10:04:00 45 -#> 9043 25 A69-1303-555 13920 2017-03-16 10:06:00 45 -#> 9044 25 A69-1303-555 13922 2017-03-16 10:08:00 45 -#> 9045 25 A69-1303-555 13923 2017-03-16 10:10:00 45 -#> 9046 25 A69-1303-555 13925 2017-03-16 10:12:00 45 -#> 9047 25 A69-1303-555 13926 2017-03-16 10:14:00 45 -#> 9048 25 A69-1303-555 13928 2017-03-16 10:16:00 45 -#> 9049 25 A69-1303-555 13929 2017-03-16 10:18:00 45 -#> 9050 25 A69-1303-555 13930 2017-03-16 10:20:00 45 -#> 9051 25 A69-1303-555 13933 2017-03-16 10:24:00 45 -#> 9052 25 A69-1303-555 13934 2017-03-16 10:28:00 45 -#> 9053 25 A69-1303-555 13937 2017-03-16 10:30:00 45 -#> 9054 25 A69-1303-555 13938 2017-03-16 10:32:00 45 -#> 9055 25 A69-1303-555 13940 2017-03-16 10:34:00 45 -#> 9056 25 A69-1303-555 13942 2017-03-16 10:36:00 45 -#> 9057 25 A69-1303-555 13944 2017-03-16 10:38:00 45 -#> 9058 25 A69-1303-555 13945 2017-03-16 10:40:00 45 -#> 9059 25 A69-1303-555 13947 2017-03-16 10:42:00 45 -#> 9060 25 A69-1303-555 13949 2017-03-16 10:44:00 45 -#> 9061 25 A69-1303-555 13950 2017-03-16 10:46:00 45 -#> 9062 25 A69-1303-555 13952 2017-03-16 10:48:00 45 -#> 9063 25 A69-1303-555 13954 2017-03-16 10:50:00 45 -#> 9064 25 A69-1303-555 13957 2017-03-16 10:52:00 45 -#> 9065 25 A69-1303-555 13959 2017-03-16 10:54:00 45 -#> 9066 25 A69-1303-555 13961 2017-03-16 10:56:00 45 -#> 9067 25 A69-1303-555 13963 2017-03-16 10:58:00 45 -#> 9068 25 A69-1303-555 13965 2017-03-16 11:00:00 45 -#> 9069 25 A69-1303-555 13967 2017-03-16 11:02:00 45 -#> 9070 25 A69-1303-555 13969 2017-03-16 11:04:00 45 -#> 9071 25 A69-1303-555 13971 2017-03-16 11:06:00 45 -#> 9072 25 A69-1303-555 13972 2017-03-16 11:08:00 45 -#> 9073 25 A69-1303-555 13973 2017-03-16 11:10:00 45 -#> 9074 25 A69-1303-555 13975 2017-03-16 11:12:00 45 -#> 9075 25 A69-1303-555 13976 2017-03-16 11:14:00 45 -#> 9076 25 A69-1303-555 13979 2017-03-16 11:16:00 45 -#> 9077 25 A69-1303-555 13981 2017-03-16 11:18:00 45 -#> 9078 25 A69-1303-555 13984 2017-03-16 11:22:00 45 -#> 9079 25 A69-1303-555 13986 2017-03-16 11:24:00 45 -#> 9080 25 A69-1303-555 13988 2017-03-16 11:26:00 45 -#> 9081 25 A69-1303-555 13990 2017-03-16 11:28:00 45 -#> 9082 25 A69-1303-555 13992 2017-03-16 11:30:00 45 -#> 9083 25 A69-1303-555 13994 2017-03-16 11:32:00 45 -#> 9084 25 A69-1303-555 13995 2017-03-16 11:34:00 45 -#> 9085 25 A69-1303-555 13997 2017-03-16 11:36:00 45 -#> 9086 25 A69-1303-555 13999 2017-03-16 11:38:00 45 -#> 9087 25 A69-1303-555 14001 2017-03-16 11:40:00 45 -#> 9088 25 A69-1303-555 14003 2017-03-16 11:44:00 45 -#> 9089 25 A69-1303-555 14005 2017-03-16 11:46:00 45 -#> 9090 25 A69-1303-555 14007 2017-03-16 11:48:00 45 -#> 9091 25 A69-1303-555 14009 2017-03-16 11:50:00 45 -#> 9092 25 A69-1303-555 14011 2017-03-16 11:52:00 45 -#> 9093 25 A69-1303-555 14013 2017-03-16 11:54:00 45 -#> 9094 25 A69-1303-555 14014 2017-03-16 11:56:00 45 -#> 9095 25 A69-1303-555 14016 2017-03-16 11:58:00 45 -#> 9096 25 A69-1303-555 14017 2017-03-16 12:00:00 45 -#> 9097 25 A69-1303-555 14018 2017-03-16 12:02:00 45 -#> 9098 25 A69-1303-555 14021 2017-03-16 12:04:00 45 -#> 9099 25 A69-1303-555 14022 2017-03-16 12:06:00 45 -#> 9100 25 A69-1303-555 14023 2017-03-16 12:08:00 45 -#> 9101 25 A69-1303-555 14025 2017-03-16 12:10:00 45 -#> 9102 25 A69-1303-555 14026 2017-03-16 12:12:00 45 -#> 9103 25 A69-1303-555 14028 2017-03-16 12:14:00 45 -#> 9104 25 A69-1303-555 14031 2017-03-16 12:16:00 45 -#> 9105 25 A69-1303-555 14033 2017-03-16 12:22:00 45 -#> 9106 25 A69-1303-555 14034 2017-03-16 12:24:00 45 -#> 9107 25 A69-1303-555 14035 2017-03-16 12:26:00 45 -#> 9108 25 A69-1303-555 14037 2017-03-16 12:28:00 45 -#> 9109 25 A69-1303-555 14039 2017-03-16 12:30:00 45 -#> 9110 25 A69-1303-555 14041 2017-03-16 12:32:00 45 -#> 9111 25 A69-1303-555 14043 2017-03-16 12:34:00 45 -#> 9112 25 A69-1303-555 14045 2017-03-16 12:36:00 45 -#> 9113 25 A69-1303-555 14047 2017-03-16 12:38:00 45 -#> 9114 25 A69-1303-555 14050 2017-03-16 12:40:00 45 -#> 9115 25 A69-1303-555 14051 2017-03-16 12:42:00 45 -#> 9116 25 A69-1303-555 14052 2017-03-16 12:44:00 45 -#> 9117 25 A69-1303-555 14054 2017-03-16 12:46:00 45 -#> 9118 25 A69-1303-555 14055 2017-03-16 12:48:00 45 -#> 9119 25 A69-1303-555 14057 2017-03-16 12:50:00 45 -#> 9120 25 A69-1303-555 14059 2017-03-16 12:52:00 45 -#> 9121 25 A69-1303-555 14061 2017-03-16 12:54:00 45 -#> 9122 25 A69-1303-555 14063 2017-03-16 12:56:00 45 -#> 9123 25 A69-1303-555 14064 2017-03-16 12:58:00 45 -#> 9124 25 A69-1303-555 14067 2017-03-16 13:00:00 45 -#> 9125 25 A69-1303-555 14069 2017-03-16 13:02:00 45 -#> 9126 25 A69-1303-555 14070 2017-03-16 13:04:00 45 -#> 9127 25 A69-1303-555 14072 2017-03-16 13:06:00 45 -#> 9128 25 A69-1303-555 14074 2017-03-16 13:08:00 45 -#> 9129 25 A69-1303-555 14076 2017-03-16 13:10:00 45 -#> 9130 25 A69-1303-555 14077 2017-03-16 13:12:00 45 -#> 9131 25 A69-1303-555 14078 2017-03-16 13:14:00 45 -#> 9132 25 A69-1303-555 14080 2017-03-16 13:16:00 45 -#> 9133 25 A69-1303-555 14082 2017-03-16 13:18:00 45 -#> 9134 25 A69-1303-555 14084 2017-03-16 13:22:00 45 -#> 9135 25 A69-1303-555 14087 2017-03-16 13:24:00 45 -#> 9136 25 A69-1303-555 14088 2017-03-16 13:26:00 45 -#> 9137 25 A69-1303-555 14089 2017-03-16 13:28:00 45 -#> 9138 25 A69-1303-555 14092 2017-03-16 13:30:00 45 -#> 9139 25 A69-1303-555 14094 2017-03-16 13:32:00 45 -#> 9140 25 A69-1303-555 14097 2017-03-16 13:34:00 45 -#> 9141 25 A69-1303-555 14098 2017-03-16 13:36:00 45 -#> 9142 25 A69-1303-555 14099 2017-03-16 13:38:00 45 -#> 9143 25 A69-1303-555 14101 2017-03-16 13:40:00 45 -#> 9144 25 A69-1303-555 14103 2017-03-16 13:42:00 45 -#> 9145 25 A69-1303-555 14105 2017-03-16 13:44:00 45 -#> 9146 25 A69-1303-555 14107 2017-03-16 13:46:00 45 -#> 9147 25 A69-1303-555 14108 2017-03-16 13:48:00 45 -#> 9148 25 A69-1303-555 14110 2017-03-16 13:50:00 45 -#> 9149 25 A69-1303-555 14111 2017-03-16 13:52:00 45 -#> 9150 25 A69-1303-555 14112 2017-03-16 13:54:00 45 -#> 9151 25 A69-1303-555 14113 2017-03-16 13:56:00 45 -#> 9152 25 A69-1303-555 14114 2017-03-16 13:58:00 45 -#> 9153 25 A69-1303-555 14116 2017-03-16 14:08:00 45 -#> 9154 25 A69-1303-555 14117 2017-03-16 14:10:00 45 -#> 9155 25 A69-1303-555 14118 2017-03-16 14:12:00 45 -#> 9156 25 A69-1303-555 14119 2017-03-16 14:14:00 45 -#> 9157 25 A69-1303-555 14120 2017-03-16 14:18:00 45 -#> 9158 25 A69-1303-555 14121 2017-03-16 14:20:00 45 -#> 9159 25 A69-1303-555 14122 2017-03-16 14:22:00 45 -#> 9160 25 A69-1303-555 14123 2017-03-16 14:24:00 45 -#> 9161 25 A69-1303-555 14124 2017-03-16 14:28:00 45 -#> 9162 25 A69-1303-555 14125 2017-03-16 14:34:00 45 -#> 9163 25 A69-1303-555 14126 2017-03-16 14:36:00 45 -#> 9164 25 A69-1303-555 14127 2017-03-16 14:50:00 45 -#> 9165 25 A69-1303-555 14128 2017-03-16 14:52:00 45 -#> 9166 25 A69-1303-555 14129 2017-03-16 14:54:00 45 -#> 9167 25 A69-1303-555 14130 2017-03-16 15:10:00 45 -#> 9168 25 A69-1303-555 14131 2017-03-16 15:14:00 45 -#> 9169 25 A69-1303-555 14132 2017-03-16 15:16:00 45 -#> 9170 25 A69-1303-555 14133 2017-03-16 15:20:00 45 -#> 9171 25 A69-1303-555 14135 2017-03-16 15:24:00 45 -#> 9172 25 A69-1303-555 14136 2017-03-16 15:30:00 45 -#> 9173 25 A69-1303-555 14137 2017-03-16 15:32:00 45 -#> 9174 25 A69-1303-555 14138 2017-03-16 15:34:00 45 -#> 9175 25 A69-1303-555 14139 2017-03-16 15:36:00 45 -#> 9176 25 A69-1303-555 14141 2017-03-16 15:38:00 45 -#> 9177 25 A69-1303-555 14142 2017-03-16 15:40:00 45 -#> 9178 25 A69-1303-555 14144 2017-03-16 15:42:00 45 -#> 9179 25 A69-1303-555 14146 2017-03-16 15:44:00 45 -#> 9180 25 A69-1303-555 14147 2017-03-16 15:46:00 45 -#> 9181 25 A69-1303-555 14150 2017-03-16 15:48:00 45 -#> 9182 25 A69-1303-555 14151 2017-03-16 15:50:00 45 -#> 9183 25 A69-1303-555 14153 2017-03-16 15:52:00 45 -#> 9184 25 A69-1303-555 14154 2017-03-16 15:54:00 45 -#> 9185 25 A69-1303-555 14156 2017-03-16 15:56:00 45 -#> 9186 25 A69-1303-555 14158 2017-03-16 15:58:00 45 -#> 9187 25 A69-1303-555 14160 2017-03-16 16:00:00 45 -#> 9188 25 A69-1303-555 14161 2017-03-16 16:06:00 45 -#> 9189 25 A69-1303-555 14162 2017-03-16 16:08:00 45 -#> 9190 25 A69-1303-555 14163 2017-03-16 16:12:00 45 -#> 9191 25 A69-1303-555 14164 2017-03-16 16:18:00 45 -#> 9192 25 A69-1303-555 14165 2017-03-16 16:20:00 45 -#> 9193 25 A69-1303-555 14166 2017-03-16 16:22:00 45 -#> 9194 25 A69-1303-555 14167 2017-03-16 16:24:00 45 -#> 9195 25 A69-1303-555 14169 2017-03-16 16:26:00 45 -#> 9196 25 A69-1303-555 14171 2017-03-16 16:28:00 45 -#> 9197 25 A69-1303-555 14173 2017-03-16 16:30:00 45 -#> 9198 25 A69-1303-555 14175 2017-03-16 16:38:00 45 -#> 9199 25 A69-1303-555 14176 2017-03-16 16:42:00 45 -#> 9200 25 A69-1303-555 14177 2017-03-16 16:44:00 45 -#> 9201 25 A69-1303-555 14178 2017-03-18 17:16:00 47 -#> 9202 25 A69-1303-555 14179 2017-03-18 17:22:00 47 -#> 9203 25 A69-1303-555 14181 2017-03-18 17:24:00 47 -#> 9204 25 A69-1303-555 14183 2017-03-18 17:26:00 47 -#> 9205 25 A69-1303-555 14184 2017-03-18 17:28:00 47 -#> 9206 25 A69-1303-555 14185 2017-03-18 17:30:00 47 -#> 9207 25 A69-1303-555 14186 2017-03-18 17:32:00 47 -#> 9208 25 A69-1303-555 14187 2017-03-18 17:34:00 47 -#> 9209 25 A69-1303-555 14189 2017-03-18 17:36:00 47 -#> 9210 25 A69-1303-555 14191 2017-03-18 17:38:00 47 -#> 9211 25 A69-1303-555 14192 2017-03-18 17:40:00 47 -#> 9212 25 A69-1303-555 14194 2017-03-18 17:42:00 47 -#> 9213 25 A69-1303-555 14195 2017-03-18 17:44:00 47 -#> 9214 25 A69-1303-555 14196 2017-03-18 17:46:00 47 -#> 9215 25 A69-1303-555 14197 2017-03-18 17:48:00 47 -#> 9216 25 A69-1303-555 14198 2017-03-18 17:52:00 47 -#> 9217 25 A69-1303-555 14199 2017-03-18 17:58:00 47 -#> 9218 25 A69-1303-555 14200 2017-03-18 18:00:00 47 -#> 9219 25 A69-1303-555 14201 2017-03-18 18:04:00 47 -#> 9220 25 A69-1303-555 14202 2017-03-19 00:54:00 47 -#> 9221 25 A69-1303-555 14203 2017-03-19 00:56:00 47 -#> 9222 25 A69-1303-555 14206 2017-03-19 00:58:00 47 -#> 9223 25 A69-1303-555 14207 2017-03-19 01:00:00 47 -#> 9224 25 A69-1303-555 14209 2017-03-19 01:02:00 47 -#> 9225 25 A69-1303-555 14210 2017-03-19 01:18:00 47 -#> 9226 25 A69-1303-555 14212 2017-03-19 02:08:00 47 -#> 9227 25 A69-1303-555 14213 2017-03-19 02:10:00 47 -#> 9228 25 A69-1303-555 14214 2017-03-19 02:14:00 47 -#> 9229 25 A69-1303-555 14215 2017-03-19 02:22:00 47 -#> 9230 25 A69-1303-555 14216 2017-03-19 02:24:00 47 -#> 9231 25 A69-1303-555 14217 2017-03-19 02:28:00 47 -#> 9232 25 A69-1303-555 14218 2017-03-19 02:30:00 47 -#> 9233 25 A69-1303-555 14220 2017-03-19 02:32:00 47 -#> 9234 25 A69-1303-555 14221 2017-03-19 02:34:00 47 -#> 9235 25 A69-1303-555 14223 2017-03-19 02:36:00 47 -#> 9236 25 A69-1303-555 14225 2017-03-19 02:38:00 47 -#> 9237 25 A69-1303-555 14226 2017-03-19 02:40:00 47 -#> 9238 25 A69-1303-555 14228 2017-03-19 02:42:00 47 -#> 9239 25 A69-1303-555 14229 2017-03-19 02:44:00 47 -#> 9240 25 A69-1303-555 14230 2017-03-19 02:46:00 47 -#> 9241 25 A69-1303-555 14232 2017-03-19 02:48:00 47 -#> 9242 25 A69-1303-555 14233 2017-03-19 02:50:00 47 -#> 9243 25 A69-1303-555 14234 2017-03-19 02:52:00 47 -#> 9244 25 A69-1303-555 14235 2017-03-19 02:56:00 47 -#> 9245 25 A69-1303-555 14236 2017-03-19 02:58:00 47 -#> 9246 25 A69-1303-555 14239 2017-03-19 03:00:00 47 -#> 9247 25 A69-1303-555 14240 2017-03-19 03:02:00 47 -#> 9248 25 A69-1303-555 14243 2017-03-19 03:08:00 47 -#> 9249 25 A69-1303-555 14244 2017-03-19 03:10:00 47 -#> 9250 25 A69-1303-555 14245 2017-03-19 04:14:00 47 -#> 9251 25 A69-1303-555 14246 2017-03-19 04:16:00 47 -#> 9252 25 A69-1303-555 14247 2017-03-19 04:18:00 47 -#> 9253 25 A69-1303-555 14248 2017-03-19 04:30:00 47 -#> 9254 25 A69-1303-555 14249 2017-03-19 05:06:00 41 -#> 9255 25 A69-1303-555 14250 2017-03-19 05:24:00 41 -#> 9256 25 A69-1303-555 14251 2017-03-19 05:26:00 41 -#> 9257 25 A69-1303-555 14252 2017-03-19 05:30:00 41 -#> 9258 25 A69-1303-555 14253 2017-03-19 09:16:00 41 -#> 9259 25 A69-1303-555 14254 2017-03-19 09:20:00 41 -#> 9260 25 A69-1303-555 14256 2017-03-19 09:22:00 41 -#> 9261 25 A69-1303-555 14257 2017-03-19 09:24:00 41 -#> 9262 25 A69-1303-555 14259 2017-03-19 09:26:00 41 -#> 9263 25 A69-1303-555 14260 2017-03-19 09:28:00 41 -#> 9264 25 A69-1303-555 14262 2017-03-19 09:32:00 41 -#> 9265 25 A69-1303-555 14263 2017-03-19 09:38:00 41 -#> 9266 25 A69-1303-555 14264 2017-03-19 09:40:00 41 -#> 9267 25 A69-1303-555 14265 2017-03-19 09:44:00 41 -#> 9268 25 A69-1303-555 14266 2017-03-19 09:46:00 41 -#> 9269 25 A69-1303-555 14267 2017-03-19 09:56:00 41 -#> 9270 25 A69-1303-555 14268 2017-03-19 19:46:00 41 -#> 9271 25 A69-1303-555 14269 2017-03-19 19:54:00 41 -#> 9272 25 A69-1303-555 14271 2017-03-19 19:56:00 41 -#> 9273 25 A69-1303-555 14272 2017-03-19 20:14:00 41 -#> 9274 25 A69-1303-555 14273 2017-03-19 20:26:00 41 -#> 9275 25 A69-1303-555 14274 2017-03-19 20:28:00 41 -#> 9276 25 A69-1303-555 14275 2017-03-19 20:34:00 41 -#> 9277 25 A69-1303-555 14276 2017-03-19 21:06:00 41 -#> 9278 25 A69-1303-555 14278 2017-03-19 21:10:00 41 -#> 9279 25 A69-1303-555 14280 2017-03-19 21:12:00 41 -#> 9280 25 A69-1303-555 14281 2017-03-19 21:22:00 41 -#> 9281 25 A69-1303-555 14282 2017-03-19 21:24:00 41 -#> 9282 25 A69-1303-555 14284 2017-03-19 21:26:00 41 -#> 9283 25 A69-1303-555 14285 2017-03-19 21:28:00 41 -#> 9284 25 A69-1303-555 14287 2017-03-19 21:30:00 41 -#> 9285 25 A69-1303-555 14289 2017-03-19 21:32:00 41 -#> 9286 25 A69-1303-555 14291 2017-03-19 21:34:00 41 -#> 9287 25 A69-1303-555 14293 2017-03-19 22:28:00 41 -#> 9288 25 A69-1303-555 14294 2017-03-19 22:44:00 41 -#> 9289 25 A69-1303-555 14295 2017-03-19 22:46:00 41 -#> 9290 25 A69-1303-555 14296 2017-03-19 22:50:00 41 -#> 9291 25 A69-1303-555 14298 2017-03-19 22:52:00 41 -#> 9292 25 A69-1303-555 14299 2017-03-19 22:54:00 41 -#> 9293 25 A69-1303-555 14300 2017-03-19 22:56:00 41 -#> 9294 25 A69-1303-555 14301 2017-03-19 22:58:00 41 -#> 9295 25 A69-1303-555 14303 2017-03-19 23:00:00 41 -#> 9296 25 A69-1303-555 14304 2017-03-19 23:08:00 41 -#> 9297 25 A69-1303-555 14305 2017-03-19 23:10:00 41 -#> 9298 25 A69-1303-555 14307 2017-03-19 23:14:00 41 -#> 9299 25 A69-1303-555 14308 2017-03-19 23:16:00 41 -#> 9300 25 A69-1303-555 14309 2017-03-19 23:18:00 41 -#> 9301 25 A69-1303-555 14311 2017-03-19 23:20:00 41 -#> 9302 25 A69-1303-555 14312 2017-03-19 23:22:00 41 -#> 9303 25 A69-1303-555 14314 2017-03-19 23:24:00 41 -#> 9304 25 A69-1303-555 14316 2017-03-19 23:26:00 41 -#> 9305 25 A69-1303-555 14317 2017-03-19 23:28:00 41 -#> 9306 25 A69-1303-555 14318 2017-03-19 23:30:00 41 -#> 9307 25 A69-1303-555 14320 2017-03-19 23:32:00 41 -#> 9308 25 A69-1303-555 14322 2017-03-19 23:34:00 41 -#> 9309 25 A69-1303-555 14323 2017-03-19 23:36:00 41 -#> 9310 25 A69-1303-555 14325 2017-03-19 23:38:00 41 -#> 9311 25 A69-1303-555 14327 2017-03-19 23:40:00 41 -#> 9312 25 A69-1303-555 14328 2017-03-19 23:50:00 41 -#> 9313 25 A69-1303-555 14329 2017-03-19 23:54:00 41 -#> 9314 25 A69-1303-555 14330 2017-03-19 23:56:00 41 -#> 9315 25 A69-1303-555 14331 2017-03-19 23:58:00 41 -#> 9316 25 A69-1303-555 14333 2017-03-20 00:02:00 41 -#> 9317 25 A69-1303-555 14334 2017-03-20 00:04:00 41 -#> 9318 25 A69-1303-555 14335 2017-03-20 00:06:00 41 -#> 9319 25 A69-1303-555 14337 2017-03-20 00:08:00 41 -#> 9320 25 A69-1303-555 14340 2017-03-20 00:10:00 41 -#> 9321 25 A69-1303-555 14342 2017-03-20 00:12:00 41 -#> 9322 25 A69-1303-555 14343 2017-03-20 00:14:00 41 -#> 9323 25 A69-1303-555 14345 2017-03-20 00:16:00 41 -#> 9324 25 A69-1303-555 14347 2017-03-20 00:18:00 41 -#> 9325 25 A69-1303-555 14349 2017-03-20 00:20:00 41 -#> 9326 25 A69-1303-555 14351 2017-03-20 00:22:00 41 -#> 9327 25 A69-1303-555 14352 2017-03-20 00:24:00 41 -#> 9328 25 A69-1303-555 14353 2017-03-20 00:28:00 41 -#> 9329 25 A69-1303-555 14355 2017-03-20 00:30:00 41 -#> 9330 25 A69-1303-555 14358 2017-03-20 00:32:00 41 -#> 9331 25 A69-1303-555 14360 2017-03-20 00:34:00 41 -#> 9332 25 A69-1303-555 14361 2017-03-20 00:36:00 41 -#> 9333 25 A69-1303-555 14364 2017-03-20 00:38:00 41 -#> 9334 25 A69-1303-555 14366 2017-03-20 00:40:00 41 -#> 9335 25 A69-1303-555 14367 2017-03-20 00:42:00 41 -#> 9336 25 A69-1303-555 14369 2017-03-20 00:44:00 41 -#> 9337 25 A69-1303-555 14371 2017-03-20 00:48:00 47 -#> 9338 25 A69-1303-555 14372 2017-03-20 00:50:00 41 -#> 9339 25 A69-1303-555 14373 2017-03-20 00:54:00 47 -#> 9340 25 A69-1303-555 14374 2017-03-20 01:06:00 47 -#> 9341 25 A69-1303-555 14375 2017-03-20 01:06:00 41 -#> 9342 25 A69-1303-555 14376 2017-03-20 01:10:00 41 -#> 9343 25 A69-1303-555 14377 2017-03-20 01:12:00 41 -#> 9344 25 A69-1303-555 14378 2017-03-20 01:14:00 47 -#> 9345 25 A69-1303-555 14380 2017-03-20 01:18:00 47 -#> 9346 25 A69-1303-555 14381 2017-03-20 01:18:00 41 -#> 9347 25 A69-1303-555 14382 2017-03-20 01:20:00 47 -#> 9348 25 A69-1303-555 14383 2017-03-20 01:22:00 41 -#> 9349 25 A69-1303-555 14384 2017-03-20 01:22:00 47 -#> 9350 25 A69-1303-555 14386 2017-03-20 01:24:00 47 -#> 9351 25 A69-1303-555 14388 2017-03-20 01:24:00 41 -#> 9352 25 A69-1303-555 14389 2017-03-20 01:26:00 47 -#> 9353 25 A69-1303-555 14390 2017-03-20 01:28:00 47 -#> 9354 25 A69-1303-555 14392 2017-03-20 01:30:00 47 -#> 9355 25 A69-1303-555 14393 2017-03-20 01:32:00 41 -#> 9356 25 A69-1303-555 14394 2017-03-20 01:34:00 47 -#> 9357 25 A69-1303-555 14395 2017-03-20 01:36:00 47 -#> 9358 25 A69-1303-555 14396 2017-03-20 01:38:00 47 -#> 9359 25 A69-1303-555 14398 2017-03-20 01:40:00 47 -#> 9360 25 A69-1303-555 14399 2017-03-20 01:44:00 47 -#> 9361 25 A69-1303-555 14400 2017-03-20 01:46:00 47 -#> 9362 25 A69-1303-555 14401 2017-03-20 01:50:00 47 -#> 9363 25 A69-1303-555 14402 2017-03-20 02:14:00 47 -#> 9364 25 A69-1303-555 14403 2017-03-20 02:16:00 47 -#> 9365 25 A69-1303-555 14404 2017-03-20 02:18:00 47 -#> 9366 25 A69-1303-555 14406 2017-03-20 02:20:00 47 -#> 9367 25 A69-1303-555 14408 2017-03-20 02:22:00 47 -#> 9368 25 A69-1303-555 14409 2017-03-20 02:24:00 47 -#> 9369 25 A69-1303-555 14410 2017-03-22 14:46:00 51 -#> 9370 25 A69-1303-555 14412 2017-03-22 14:48:00 51 -#> 9371 25 A69-1303-555 14414 2017-03-22 14:50:00 51 -#> 9372 25 A69-1303-555 14416 2017-03-22 14:54:00 51 -#> 9373 25 A69-1303-555 14417 2017-03-22 14:56:00 51 -#> 9374 25 A69-1303-555 14418 2017-03-22 14:58:00 51 -#> 9375 25 A69-1303-555 14419 2017-03-22 15:00:00 51 -#> 9376 25 A69-1303-555 14420 2017-03-22 15:04:00 51 -#> 9377 25 A69-1303-555 14421 2017-03-22 16:24:00 50 -#> 9378 25 A69-1303-555 14422 2017-03-22 16:26:00 50 -#> 9379 25 A69-1303-555 14423 2017-03-23 03:48:00 45 -#> 9380 25 A69-1303-555 14424 2017-03-23 03:50:00 45 -#> 9381 25 A69-1303-555 14425 2017-03-23 03:52:00 45 -#> 9382 25 A69-1303-555 14426 2017-03-23 03:54:00 45 -#> 9383 25 A69-1303-555 14427 2017-03-23 03:56:00 45 -#> 9384 25 A69-1303-555 14429 2017-03-23 03:58:00 45 -#> 9385 25 A69-1303-555 14430 2017-03-23 04:00:00 45 -#> 9386 25 A69-1303-555 14432 2017-03-23 04:02:00 45 -#> 9387 25 A69-1303-555 14434 2017-03-23 04:04:00 45 -#> 9388 25 A69-1303-555 14435 2017-03-23 04:08:00 45 -#> 9389 25 A69-1303-555 14437 2017-03-23 04:10:00 45 -#> 9390 25 A69-1303-555 14439 2017-03-23 04:14:00 56 -#> 9391 25 A69-1303-555 14440 2017-03-23 04:16:00 45 -#> 9392 25 A69-1303-555 14441 2017-03-23 04:18:00 45 -#> 9393 25 A69-1303-555 14443 2017-03-23 04:20:00 45 -#> 9394 25 A69-1303-555 14444 2017-03-23 04:22:00 45 -#> 9395 25 A69-1303-555 14445 2017-03-23 04:22:00 56 -#> 9396 25 A69-1303-555 14447 2017-03-23 04:24:00 45 -#> 9397 25 A69-1303-555 14448 2017-03-23 04:24:00 56 -#> 9398 25 A69-1303-555 14450 2017-03-23 04:26:00 56 -#> 9399 25 A69-1303-555 14451 2017-03-23 04:26:00 45 -#> 9400 25 A69-1303-555 14452 2017-03-23 04:28:00 56 -#> 9401 25 A69-1303-555 14455 2017-03-23 04:28:00 45 -#> 9402 25 A69-1303-555 14456 2017-03-23 04:30:00 56 -#> 9403 25 A69-1303-555 14457 2017-03-23 04:32:00 56 -#> 9404 25 A69-1303-555 14458 2017-03-23 04:32:00 45 -#> 9405 25 A69-1303-555 14461 2017-03-23 04:34:00 45 -#> 9406 25 A69-1303-555 14463 2017-03-23 04:36:00 45 -#> 9407 25 A69-1303-555 14464 2017-03-23 04:38:00 45 -#> 9408 25 A69-1303-555 14465 2017-03-23 04:38:00 56 -#> 9409 25 A69-1303-555 14468 2017-03-23 04:40:00 45 -#> 9410 25 A69-1303-555 14469 2017-03-23 04:40:00 56 -#> 9411 25 A69-1303-555 14471 2017-03-23 04:42:00 45 -#> 9412 25 A69-1303-555 14472 2017-03-23 04:44:00 45 -#> 9413 25 A69-1303-555 14473 2017-03-23 04:44:00 56 -#> 9414 25 A69-1303-555 14474 2017-03-23 04:46:00 45 -#> 9415 25 A69-1303-555 14476 2017-03-23 04:48:00 45 -#> 9416 25 A69-1303-555 14478 2017-03-23 04:50:00 45 -#> 9417 25 A69-1303-555 14479 2017-03-23 04:52:00 45 -#> 9418 25 A69-1303-555 14481 2017-03-23 04:54:00 45 -#> 9419 25 A69-1303-555 14483 2017-03-23 04:58:00 45 -#> 9420 25 A69-1303-555 14484 2017-03-23 05:02:00 45 -#> 9421 25 A69-1303-555 14486 2017-03-23 05:04:00 45 -#> 9422 25 A69-1303-555 14487 2017-03-23 05:06:00 45 -#> 9423 25 A69-1303-555 14489 2017-03-23 05:08:00 45 -#> 9424 25 A69-1303-555 14490 2017-03-23 05:10:00 45 -#> 9425 25 A69-1303-555 14492 2017-03-23 05:12:00 45 -#> 9426 25 A69-1303-555 14493 2017-03-23 05:14:00 45 -#> 9427 25 A69-1303-555 14494 2017-03-23 05:16:00 45 -#> 9428 25 A69-1303-555 14496 2017-03-23 05:20:00 45 -#> 9429 25 A69-1303-555 14498 2017-03-23 05:22:00 45 -#> 9430 25 A69-1303-555 14501 2017-03-23 05:24:00 45 -#> 9431 25 A69-1303-555 14503 2017-03-23 05:26:00 45 -#> 9432 25 A69-1303-555 14505 2017-03-23 05:28:00 45 -#> 9433 25 A69-1303-555 14506 2017-03-23 05:30:00 45 -#> 9434 25 A69-1303-555 14508 2017-03-23 05:32:00 45 -#> 9435 25 A69-1303-555 14509 2017-03-23 05:34:00 45 -#> 9436 25 A69-1303-555 14511 2017-03-23 05:36:00 45 -#> 9437 25 A69-1303-555 14514 2017-03-23 05:38:00 45 -#> 9438 25 A69-1303-555 14515 2017-03-23 05:40:00 45 -#> 9439 25 A69-1303-555 14517 2017-03-23 05:44:00 45 -#> 9440 25 A69-1303-555 14518 2017-03-23 05:46:00 45 -#> 9441 25 A69-1303-555 14520 2017-03-23 05:48:00 45 -#> 9442 25 A69-1303-555 14522 2017-03-23 05:50:00 45 -#> 9443 25 A69-1303-555 14523 2017-03-23 05:52:00 45 -#> 9444 25 A69-1303-555 14525 2017-03-23 05:54:00 45 -#> 9445 25 A69-1303-555 14528 2017-03-23 05:56:00 45 -#> 9446 25 A69-1303-555 14530 2017-03-23 05:58:00 45 -#> 9447 25 A69-1303-555 14533 2017-03-23 06:00:00 45 -#> 9448 25 A69-1303-555 14535 2017-03-23 06:02:00 45 -#> 9449 25 A69-1303-555 14536 2017-03-23 06:04:00 45 -#> 9450 25 A69-1303-555 14538 2017-03-23 06:06:00 45 -#> 9451 25 A69-1303-555 14540 2017-03-23 06:08:00 45 -#> 9452 25 A69-1303-555 14541 2017-03-23 06:10:00 45 -#> 9453 25 A69-1303-555 14543 2017-03-23 06:12:00 45 -#> 9454 25 A69-1303-555 14546 2017-03-23 06:14:00 45 -#> 9455 25 A69-1303-555 14548 2017-03-23 06:16:00 45 -#> 9456 25 A69-1303-555 14550 2017-03-23 06:18:00 45 -#> 9457 25 A69-1303-555 14552 2017-03-23 06:20:00 45 -#> 9458 25 A69-1303-555 14554 2017-03-23 06:22:00 45 -#> 9459 25 A69-1303-555 14555 2017-03-23 06:24:00 45 -#> 9460 25 A69-1303-555 14557 2017-03-23 06:26:00 45 -#> 9461 25 A69-1303-555 14558 2017-03-23 06:28:00 45 -#> 9462 25 A69-1303-555 14560 2017-03-23 06:30:00 45 -#> 9463 25 A69-1303-555 14562 2017-03-23 06:32:00 45 -#> 9464 25 A69-1303-555 14564 2017-03-23 06:34:00 45 -#> 9465 25 A69-1303-555 14566 2017-03-23 06:38:00 45 -#> 9466 25 A69-1303-555 14568 2017-03-23 06:40:00 45 -#> 9467 25 A69-1303-555 14570 2017-03-23 06:42:00 45 -#> 9468 25 A69-1303-555 14572 2017-03-23 06:44:00 45 -#> 9469 25 A69-1303-555 14574 2017-03-23 06:46:00 45 -#> 9470 25 A69-1303-555 14576 2017-03-23 06:48:00 45 -#> 9471 25 A69-1303-555 14578 2017-03-23 06:52:00 45 -#> 9472 25 A69-1303-555 14579 2017-03-23 06:54:00 45 -#> 9473 25 A69-1303-555 14582 2017-03-23 06:56:00 45 -#> 9474 25 A69-1303-555 14583 2017-03-23 06:58:00 45 -#> 9475 25 A69-1303-555 14585 2017-03-23 07:00:00 45 -#> 9476 25 A69-1303-555 14587 2017-03-23 07:02:00 45 -#> 9477 25 A69-1303-555 14588 2017-03-23 07:04:00 45 -#> 9478 25 A69-1303-555 14589 2017-03-23 07:06:00 45 -#> 9479 25 A69-1303-555 14591 2017-03-23 07:08:00 45 -#> 9480 25 A69-1303-555 14592 2017-03-23 07:10:00 45 -#> 9481 25 A69-1303-555 14593 2017-03-23 07:12:00 45 -#> 9482 25 A69-1303-555 14595 2017-03-23 07:14:00 45 -#> 9483 25 A69-1303-555 14596 2017-03-23 07:16:00 45 -#> 9484 25 A69-1303-555 14597 2017-03-23 07:18:00 45 -#> 9485 25 A69-1303-555 14598 2017-03-23 07:20:00 45 -#> 9486 25 A69-1303-555 14599 2017-03-23 07:22:00 45 -#> 9487 25 A69-1303-555 14601 2017-03-23 07:24:00 45 -#> 9488 25 A69-1303-555 14603 2017-03-23 07:26:00 45 -#> 9489 25 A69-1303-555 14604 2017-03-23 07:28:00 45 -#> 9490 25 A69-1303-555 14606 2017-03-23 07:30:00 45 -#> 9491 25 A69-1303-555 14608 2017-03-23 07:32:00 45 -#> 9492 25 A69-1303-555 14609 2017-03-23 07:34:00 45 -#> 9493 25 A69-1303-555 14611 2017-03-23 07:36:00 45 -#> 9494 25 A69-1303-555 14613 2017-03-23 07:38:00 45 -#> 9495 25 A69-1303-555 14615 2017-03-23 07:40:00 45 -#> 9496 25 A69-1303-555 14616 2017-03-23 07:42:00 45 -#> 9497 25 A69-1303-555 14618 2017-03-23 07:44:00 45 -#> 9498 25 A69-1303-555 14619 2017-03-23 07:46:00 45 -#> 9499 25 A69-1303-555 14621 2017-03-23 07:48:00 45 -#> 9500 25 A69-1303-555 14622 2017-03-23 07:50:00 45 -#> 9501 25 A69-1303-555 14623 2017-03-23 07:52:00 45 -#> 9502 25 A69-1303-555 14625 2017-03-23 07:54:00 45 -#> 9503 25 A69-1303-555 14628 2017-03-23 07:56:00 45 -#> 9504 25 A69-1303-555 14630 2017-03-23 07:58:00 45 -#> 9505 25 A69-1303-555 14632 2017-03-23 08:00:00 45 -#> 9506 25 A69-1303-555 14634 2017-03-23 08:02:00 45 -#> 9507 25 A69-1303-555 14636 2017-03-23 08:04:00 45 -#> 9508 25 A69-1303-555 14637 2017-03-23 08:06:00 45 -#> 9509 25 A69-1303-555 14638 2017-03-23 08:08:00 45 -#> 9510 25 A69-1303-555 14641 2017-03-23 08:12:00 45 -#> 9511 25 A69-1303-555 14643 2017-03-23 08:14:00 45 -#> 9512 25 A69-1303-555 14645 2017-03-23 08:16:00 45 -#> 9513 25 A69-1303-555 14647 2017-03-23 08:18:00 45 -#> 9514 25 A69-1303-555 14649 2017-03-23 08:20:00 45 -#> 9515 25 A69-1303-555 14650 2017-03-23 08:22:00 45 -#> 9516 25 A69-1303-555 14651 2017-03-23 08:24:00 45 -#> 9517 25 A69-1303-555 14653 2017-03-23 08:26:00 45 -#> 9518 25 A69-1303-555 14655 2017-03-23 08:28:00 45 -#> 9519 25 A69-1303-555 14657 2017-03-23 08:30:00 45 -#> 9520 25 A69-1303-555 14659 2017-03-23 08:32:00 45 -#> 9521 25 A69-1303-555 14661 2017-03-23 08:34:00 45 -#> 9522 25 A69-1303-555 14663 2017-03-23 08:36:00 45 -#> 9523 25 A69-1303-555 14665 2017-03-23 08:38:00 45 -#> 9524 25 A69-1303-555 14666 2017-03-23 08:40:00 45 -#> 9525 25 A69-1303-555 14668 2017-03-23 08:42:00 45 -#> 9526 25 A69-1303-555 14670 2017-03-23 08:44:00 45 -#> 9527 25 A69-1303-555 14672 2017-03-23 08:46:00 45 -#> 9528 25 A69-1303-555 14674 2017-03-23 08:48:00 45 -#> 9529 25 A69-1303-555 14675 2017-03-23 08:50:00 45 -#> 9530 25 A69-1303-555 14676 2017-03-23 08:52:00 45 -#> 9531 25 A69-1303-555 14678 2017-03-23 08:54:00 45 -#> 9532 25 A69-1303-555 14679 2017-03-23 08:56:00 45 -#> 9533 25 A69-1303-555 14681 2017-03-23 08:58:00 45 -#> 9534 25 A69-1303-555 14682 2017-03-23 09:00:00 45 -#> 9535 25 A69-1303-555 14684 2017-03-23 09:02:00 45 -#> 9536 25 A69-1303-555 14686 2017-03-23 09:04:00 45 -#> 9537 25 A69-1303-555 14688 2017-03-23 09:06:00 45 -#> 9538 25 A69-1303-555 14690 2017-03-23 09:08:00 45 -#> 9539 25 A69-1303-555 14691 2017-03-23 09:18:00 45 -#> 9540 25 A69-1303-555 14692 2017-03-23 09:20:00 45 -#> 9541 25 A69-1303-555 14694 2017-03-23 09:26:00 45 -#> 9542 25 A69-1303-555 14696 2017-03-23 09:28:00 45 -#> 9543 25 A69-1303-555 14699 2017-03-23 09:30:00 45 -#> 9544 25 A69-1303-555 14700 2017-03-23 09:32:00 45 -#> 9545 25 A69-1303-555 14702 2017-03-23 09:34:00 45 -#> 9546 25 A69-1303-555 14703 2017-03-23 09:36:00 45 -#> 9547 25 A69-1303-555 14704 2017-03-23 09:40:00 45 -#> 9548 25 A69-1303-555 14705 2017-03-23 09:42:00 45 -#> 9549 25 A69-1303-555 14706 2017-03-23 09:44:00 45 -#> 9550 25 A69-1303-555 14708 2017-03-23 09:46:00 45 -#> 9551 25 A69-1303-555 14710 2017-03-23 09:48:00 45 -#> 9552 25 A69-1303-555 14711 2017-03-23 09:50:00 45 -#> 9553 25 A69-1303-555 14712 2017-03-23 09:52:00 45 -#> 9554 25 A69-1303-555 14713 2017-03-23 09:54:00 45 -#> 9555 25 A69-1303-555 14715 2017-03-23 09:56:00 45 -#> 9556 25 A69-1303-555 14717 2017-03-23 09:58:00 45 -#> 9557 25 A69-1303-555 14719 2017-03-23 10:00:00 45 -#> 9558 25 A69-1303-555 14721 2017-03-23 10:02:00 45 -#> 9559 25 A69-1303-555 14722 2017-03-23 10:04:00 45 -#> 9560 25 A69-1303-555 14724 2017-03-23 10:06:00 45 -#> 9561 25 A69-1303-555 14725 2017-03-23 10:12:00 45 -#> 9562 25 A69-1303-555 14727 2017-03-23 10:16:00 45 -#> 9563 25 A69-1303-555 14729 2017-03-23 10:18:00 45 -#> 9564 25 A69-1303-555 14731 2017-03-23 10:22:00 45 -#> 9565 25 A69-1303-555 14732 2017-03-23 10:24:00 45 -#> 9566 25 A69-1303-555 14734 2017-03-23 10:26:00 45 -#> 9567 25 A69-1303-555 14735 2017-03-23 10:28:00 45 -#> 9568 25 A69-1303-555 14737 2017-03-23 10:32:00 45 -#> 9569 25 A69-1303-555 14738 2017-03-23 10:34:00 45 -#> 9570 25 A69-1303-555 14740 2017-03-23 10:38:00 45 -#> 9571 25 A69-1303-555 14742 2017-03-23 10:40:00 45 -#> 9572 25 A69-1303-555 14744 2017-03-23 10:42:00 45 -#> 9573 25 A69-1303-555 14745 2017-03-23 10:46:00 45 -#> 9574 25 A69-1303-555 14746 2017-03-23 10:48:00 45 -#> 9575 25 A69-1303-555 14747 2017-03-23 10:50:00 45 -#> 9576 25 A69-1303-555 14748 2017-03-23 10:52:00 45 -#> 9577 25 A69-1303-555 14749 2017-03-23 10:56:00 45 -#> 9578 25 A69-1303-555 14752 2017-03-23 10:58:00 45 -#> 9579 25 A69-1303-555 14753 2017-03-23 11:00:00 45 -#> 9580 25 A69-1303-555 14755 2017-03-23 11:02:00 45 -#> 9581 25 A69-1303-555 14756 2017-03-23 11:06:00 45 -#> 9582 25 A69-1303-555 14758 2017-03-23 11:08:00 45 -#> 9583 25 A69-1303-555 14759 2017-03-23 11:10:00 45 -#> 9584 25 A69-1303-555 14760 2017-03-23 11:12:00 45 -#> 9585 25 A69-1303-555 14762 2017-03-23 11:16:00 45 -#> 9586 25 A69-1303-555 14764 2017-03-23 11:18:00 45 -#> 9587 25 A69-1303-555 14765 2017-03-23 11:22:00 45 -#> 9588 25 A69-1303-555 14766 2017-03-23 11:24:00 45 -#> 9589 25 A69-1303-555 14767 2017-03-23 11:26:00 45 -#> 9590 25 A69-1303-555 14768 2017-03-23 11:28:00 45 -#> 9591 25 A69-1303-555 14769 2017-03-23 11:34:00 45 -#> 9592 25 A69-1303-555 14772 2017-03-23 11:36:00 45 -#> 9593 25 A69-1303-555 14774 2017-03-23 11:38:00 45 -#> 9594 25 A69-1303-555 14775 2017-03-23 11:40:00 45 -#> 9595 25 A69-1303-555 14776 2017-03-23 11:42:00 45 -#> 9596 25 A69-1303-555 14777 2017-03-23 11:46:00 45 -#> 9597 25 A69-1303-555 14778 2017-03-23 11:48:00 45 -#> 9598 25 A69-1303-555 14779 2017-03-23 11:50:00 45 -#> 9599 25 A69-1303-555 14782 2017-03-23 11:52:00 45 -#> 9600 25 A69-1303-555 14783 2017-03-23 11:54:00 45 -#> 9601 25 A69-1303-555 14784 2017-03-23 11:58:00 45 -#> 9602 25 A69-1303-555 14785 2017-03-23 12:02:00 45 -#> 9603 25 A69-1303-555 14786 2017-03-23 12:06:00 45 -#> 9604 25 A69-1303-555 14787 2017-03-23 12:08:00 45 -#> 9605 25 A69-1303-555 14788 2017-03-23 12:16:00 45 -#> 9606 25 A69-1303-555 14789 2017-03-23 12:18:00 45 -#> 9607 25 A69-1303-555 14790 2017-03-23 12:20:00 45 -#> 9608 25 A69-1303-555 14791 2017-03-23 12:24:00 45 -#> 9609 25 A69-1303-555 14792 2017-03-23 12:26:00 45 -#> 9610 25 A69-1303-555 14793 2017-03-23 12:32:00 45 -#> 9611 25 A69-1303-555 14794 2017-03-23 12:34:00 45 -#> 9612 25 A69-1303-555 14795 2017-03-23 12:36:00 45 -#> 9613 25 A69-1303-555 14796 2017-03-23 12:38:00 45 -#> 9614 25 A69-1303-555 14797 2017-03-23 12:44:00 45 -#> 9615 25 A69-1303-555 14798 2017-03-23 12:46:00 45 -#> 9616 25 A69-1303-555 14799 2017-03-23 12:48:00 45 -#> 9617 25 A69-1303-555 14800 2017-03-23 12:50:00 45 -#> 9618 25 A69-1303-555 14802 2017-03-23 12:52:00 45 -#> 9619 25 A69-1303-555 14803 2017-03-23 12:56:00 45 -#> 9620 25 A69-1303-555 14804 2017-03-23 12:58:00 45 -#> 9621 25 A69-1303-555 14805 2017-03-23 13:04:00 45 -#> 9622 25 A69-1303-555 14806 2017-03-23 13:06:00 45 -#> 9623 25 A69-1303-555 14807 2017-03-23 13:14:00 45 -#> 9624 25 A69-1303-555 14808 2017-03-23 13:16:00 45 -#> 9625 25 A69-1303-555 14809 2017-03-23 13:20:00 45 -#> 9626 25 A69-1303-555 14810 2017-03-23 13:22:00 45 -#> 9627 25 A69-1303-555 14812 2017-03-23 13:24:00 45 -#> 9628 25 A69-1303-555 14814 2017-03-23 13:26:00 45 -#> 9629 25 A69-1303-555 14817 2017-03-23 13:28:00 45 -#> 9630 25 A69-1303-555 14818 2017-03-23 13:32:00 45 -#> 9631 25 A69-1303-555 14821 2017-03-23 13:34:00 45 -#> 9632 25 A69-1303-555 14822 2017-03-23 13:36:00 45 -#> 9633 25 A69-1303-555 14824 2017-03-23 13:38:00 45 -#> 9634 25 A69-1303-555 14825 2017-03-23 13:40:00 45 -#> 9635 25 A69-1303-555 14828 2017-03-23 13:42:00 45 -#> 9636 25 A69-1303-555 14829 2017-03-23 13:44:00 45 -#> 9637 25 A69-1303-555 14831 2017-03-23 13:48:00 45 -#> 9638 25 A69-1303-555 14832 2017-03-23 13:52:00 45 -#> 9639 25 A69-1303-555 14833 2017-03-23 14:02:00 45 -#> 9640 25 A69-1303-555 14834 2017-03-23 14:08:00 45 -#> 9641 25 A69-1303-555 14836 2017-03-23 14:10:00 45 -#> 9642 25 A69-1303-555 14839 2017-03-23 14:12:00 45 -#> 9643 25 A69-1303-555 14840 2017-03-23 17:06:00 45 -#> 9644 25 A69-1303-555 14841 2017-03-23 17:08:00 45 -#> 9645 25 A69-1303-555 14843 2017-03-23 17:22:00 45 -#> 9646 25 A69-1303-555 14844 2017-03-23 17:26:00 45 -#> 9647 25 A69-1303-555 14845 2017-03-23 17:32:00 45 -#> 9648 25 A69-1303-555 14848 2017-03-23 17:34:00 45 -#> 9649 25 A69-1303-555 14849 2017-03-23 17:38:00 45 -#> 9650 25 A69-1303-555 14851 2017-03-23 17:44:00 45 -#> 9651 25 A69-1303-555 14852 2017-03-23 17:46:00 45 -#> 9652 25 A69-1303-555 14853 2017-03-23 17:48:00 45 -#> 9653 25 A69-1303-555 14854 2017-03-23 17:50:00 45 -#> 9654 25 A69-1303-555 14855 2017-03-23 17:52:00 45 -#> 9655 25 A69-1303-555 14857 2017-03-23 18:00:00 45 -#> 9656 25 A69-1303-555 14858 2017-03-23 18:04:00 45 -#> 9657 25 A69-1303-555 14859 2017-03-23 18:08:00 45 -#> 9658 25 A69-1303-555 14860 2017-03-23 18:24:00 45 -#> 9659 25 A69-1303-555 14862 2017-03-23 18:26:00 45 -#> 9660 25 A69-1303-555 14863 2017-03-23 18:28:00 45 -#> 9661 25 A69-1303-555 14865 2017-03-23 18:30:00 45 -#> 9662 25 A69-1303-555 14867 2017-03-23 18:32:00 45 -#> 9663 25 A69-1303-555 14869 2017-03-23 18:36:00 45 -#> 9664 25 A69-1303-555 14871 2017-03-23 18:38:00 45 -#> 9665 25 A69-1303-555 14872 2017-03-23 18:40:00 45 -#> 9666 25 A69-1303-555 14873 2017-03-23 18:42:00 45 -#> 9667 25 A69-1303-555 14874 2017-03-23 18:44:00 45 -#> 9668 25 A69-1303-555 14875 2017-03-23 18:50:00 45 -#> 9669 25 A69-1303-555 14876 2017-03-23 18:54:00 45 -#> 9670 25 A69-1303-555 14877 2017-03-23 19:02:00 45 -#> 9671 25 A69-1303-555 14879 2017-03-23 19:06:00 45 -#> 9672 25 A69-1303-555 14880 2017-03-23 19:08:00 45 -#> 9673 25 A69-1303-555 14881 2017-03-23 19:10:00 45 -#> 9674 25 A69-1303-555 14883 2017-03-23 19:12:00 45 -#> 9675 25 A69-1303-555 14884 2017-03-23 19:16:00 45 -#> 9676 25 A69-1303-555 14886 2017-03-23 19:18:00 45 -#> 9677 25 A69-1303-555 14888 2017-03-23 19:20:00 45 -#> 9678 25 A69-1303-555 14890 2017-03-23 19:22:00 45 -#> 9679 25 A69-1303-555 14892 2017-03-23 19:24:00 45 -#> 9680 25 A69-1303-555 14894 2017-03-23 19:26:00 45 -#> 9681 25 A69-1303-555 14896 2017-03-23 19:28:00 45 -#> 9682 25 A69-1303-555 14897 2017-03-23 19:30:00 45 -#> 9683 25 A69-1303-555 14898 2017-03-23 19:32:00 45 -#> 9684 25 A69-1303-555 14899 2017-03-23 19:34:00 45 -#> 9685 25 A69-1303-555 14900 2017-03-23 19:36:00 45 -#> 9686 25 A69-1303-555 14901 2017-03-23 19:38:00 45 -#> 9687 25 A69-1303-555 14902 2017-03-23 19:42:00 45 -#> 9688 25 A69-1303-555 14903 2017-03-23 19:44:00 45 -#> 9689 25 A69-1303-555 14906 2017-03-23 19:58:00 56 -#> 9690 25 A69-1303-555 14907 2017-03-23 20:00:00 45 -#> 9691 25 A69-1303-555 14909 2017-03-23 20:02:00 56 -#> 9692 25 A69-1303-555 14910 2017-03-23 20:02:00 45 -#> 9693 25 A69-1303-555 14911 2017-03-23 20:04:00 45 -#> 9694 25 A69-1303-555 14913 2017-03-23 20:06:00 56 -#> 9695 25 A69-1303-555 14914 2017-03-23 20:06:00 45 -#> 9696 25 A69-1303-555 14917 2017-03-23 20:08:00 56 -#> 9697 25 A69-1303-555 14918 2017-03-23 20:08:00 45 -#> 9698 25 A69-1303-555 14919 2017-03-23 20:10:00 45 -#> 9699 25 A69-1303-555 14920 2017-03-23 20:10:00 56 -#> 9700 25 A69-1303-555 14923 2017-03-23 20:12:00 45 -#> 9701 25 A69-1303-555 14924 2017-03-23 20:12:00 56 -#> 9702 25 A69-1303-555 14926 2017-03-23 20:14:00 56 -#> 9703 25 A69-1303-555 14928 2017-03-23 20:16:00 45 -#> 9704 25 A69-1303-555 14929 2017-03-23 20:16:00 56 -#> 9705 25 A69-1303-555 14930 2017-03-23 20:18:00 56 -#> 9706 25 A69-1303-555 14932 2017-03-23 20:20:00 56 -#> 9707 25 A69-1303-555 14934 2017-03-23 20:20:00 45 -#> 9708 25 A69-1303-555 14935 2017-03-23 20:22:00 45 -#> 9709 25 A69-1303-555 14936 2017-03-23 20:22:00 56 -#> 9710 25 A69-1303-555 14938 2017-03-23 20:24:00 56 -#> 9711 25 A69-1303-555 14939 2017-03-23 20:24:00 45 -#> 9712 25 A69-1303-555 14940 2017-03-23 20:26:00 56 -#> 9713 25 A69-1303-555 14941 2017-03-23 20:28:00 56 -#> 9714 25 A69-1303-555 14943 2017-03-23 20:30:00 56 -#> 9715 25 A69-1303-555 14944 2017-03-23 20:32:00 56 -#> 9716 25 A69-1303-555 14946 2017-03-23 20:36:00 56 -#> 9717 25 A69-1303-555 14948 2017-03-23 20:38:00 56 -#> 9718 25 A69-1303-555 14950 2017-03-23 20:40:00 45 -#> 9719 25 A69-1303-555 14951 2017-03-23 20:40:00 56 -#> 9720 25 A69-1303-555 14953 2017-03-23 20:42:00 56 -#> 9721 25 A69-1303-555 14954 2017-03-23 20:42:00 45 -#> 9722 25 A69-1303-555 14955 2017-03-23 20:44:00 56 -#> 9723 25 A69-1303-555 14956 2017-03-23 20:44:00 45 -#> 9724 25 A69-1303-555 14958 2017-03-23 20:46:00 45 -#> 9725 25 A69-1303-555 14959 2017-03-23 20:48:00 45 -#> 9726 25 A69-1303-555 14962 2017-03-23 20:50:00 45 -#> 9727 25 A69-1303-555 14963 2017-03-23 20:52:00 45 -#> 9728 25 A69-1303-555 14965 2017-03-23 20:54:00 45 -#> 9729 25 A69-1303-555 14966 2017-03-23 20:56:00 45 -#> 9730 25 A69-1303-555 14967 2017-03-23 20:58:00 56 -#> 9731 25 A69-1303-555 14968 2017-03-23 20:58:00 45 -#> 9732 25 A69-1303-555 14969 2017-03-23 21:04:00 56 -#> 9733 25 A69-1303-555 14970 2017-03-23 21:04:00 45 -#> 9734 25 A69-1303-555 14971 2017-03-23 21:06:00 45 -#> 9735 25 A69-1303-555 14973 2017-03-23 21:08:00 45 -#> 9736 25 A69-1303-555 14974 2017-03-23 21:10:00 45 -#> 9737 25 A69-1303-555 14975 2017-03-23 21:12:00 45 -#> 9738 25 A69-1303-555 14976 2017-03-23 21:14:00 45 -#> 9739 25 A69-1303-555 14978 2017-03-23 21:18:00 45 -#> 9740 25 A69-1303-555 14980 2017-03-23 21:20:00 45 -#> 9741 25 A69-1303-555 14981 2017-03-23 21:22:00 45 -#> 9742 25 A69-1303-555 14983 2017-03-23 21:24:00 45 -#> 9743 25 A69-1303-555 14985 2017-03-23 21:26:00 45 -#> 9744 25 A69-1303-555 14986 2017-03-23 21:30:00 45 -#> 9745 25 A69-1303-555 14988 2017-03-23 21:32:00 45 -#> 9746 25 A69-1303-555 14991 2017-03-23 21:34:00 45 -#> 9747 25 A69-1303-555 14993 2017-03-23 21:36:00 45 -#> 9748 25 A69-1303-555 14995 2017-03-23 21:38:00 45 -#> 9749 25 A69-1303-555 14996 2017-03-23 21:40:00 45 -#> 9750 25 A69-1303-555 14997 2017-03-25 00:06:00 51 -#> 9751 25 A69-1303-555 14999 2017-03-25 00:08:00 51 -#> 9752 25 A69-1303-555 15000 2017-03-25 00:10:00 51 -#> 9753 25 A69-1303-555 15001 2017-03-25 00:12:00 50 -#> 9754 25 A69-1303-555 15002 2017-03-25 00:16:00 50 -#> 9755 25 A69-1303-555 15003 2017-03-27 22:50:00 51 -#> 9756 25 A69-1303-555 15004 2017-03-27 22:54:00 51 -#> 9757 25 A69-1303-555 15006 2017-03-27 22:56:00 51 -#> 9758 25 A69-1303-555 15007 2017-03-27 22:58:00 51 -#> 9759 25 A69-1303-555 15008 2017-03-27 23:00:00 51 -#> 9760 25 A69-1303-555 15009 2017-03-27 23:02:00 51 -#> 9761 25 A69-1303-555 15012 2017-03-27 23:04:00 51 -#> 9762 25 A69-1303-555 15013 2017-03-27 23:06:00 51 -#> 9763 25 A69-1303-555 15014 2017-03-27 23:08:00 51 -#> 9764 25 A69-1303-555 15015 2017-03-27 23:10:00 51 -#> 9765 25 A69-1303-555 15018 2017-03-27 23:12:00 51 -#> 9766 25 A69-1303-555 15019 2017-03-27 23:14:00 51 -#> 9767 25 A69-1303-555 15020 2017-03-27 23:16:00 51 -#> 9768 25 A69-1303-555 15023 2017-03-27 23:18:00 51 -#> 9769 25 A69-1303-555 15024 2017-03-27 23:20:00 51 -#> 9770 25 A69-1303-555 15027 2017-03-27 23:22:00 51 -#> 9771 25 A69-1303-555 15029 2017-03-27 23:24:00 51 -#> 9772 25 A69-1303-555 15030 2017-03-27 23:26:00 51 -#> 9773 25 A69-1303-555 15032 2017-03-27 23:28:00 51 -#> 9774 25 A69-1303-555 15033 2017-03-27 23:30:00 51 -#> 9775 25 A69-1303-555 15034 2017-03-27 23:32:00 51 -#> 9776 25 A69-1303-555 15035 2017-03-27 23:38:00 51 -#> 9777 25 A69-1303-555 15036 2017-03-28 11:22:00 48 -#> 9778 25 A69-1303-555 15037 2017-03-28 11:24:00 48 -#> 9779 25 A69-1303-555 15038 2017-03-28 11:26:00 48 -#> 9780 25 A69-1303-555 15041 2017-03-28 11:28:00 48 -#> 9781 25 A69-1303-555 15042 2017-03-28 11:30:00 48 -#> 9782 25 A69-1303-555 15043 2017-03-28 11:32:00 48 -#> 9783 25 A69-1303-555 15046 2017-03-28 11:34:00 48 -#> 9784 25 A69-1303-555 15047 2017-03-28 11:36:00 48 -#> 9785 25 A69-1303-555 15049 2017-03-28 11:38:00 48 -#> 9786 25 A69-1303-555 15051 2017-03-28 11:40:00 48 -#> 9787 25 A69-1303-555 15052 2017-03-28 11:42:00 48 -#> 9788 25 A69-1303-555 15054 2017-03-28 11:44:00 48 -#> 9789 25 A69-1303-555 15055 2017-03-28 11:46:00 48 -#> 9790 25 A69-1303-555 15057 2017-03-28 11:48:00 48 -#> 9791 25 A69-1303-555 15059 2017-03-29 00:42:00 45 -#> 9792 25 A69-1303-555 15060 2017-03-29 00:44:00 45 -#> 9793 25 A69-1303-555 15061 2017-03-29 00:56:00 45 -#> 9794 25 A69-1303-555 15062 2017-03-29 00:58:00 45 -#> 9795 25 A69-1303-555 15063 2017-03-29 01:00:00 45 -#> 9796 25 A69-1303-555 15064 2017-03-29 01:22:00 45 -#> 9797 25 A69-1303-555 15065 2017-03-29 01:32:00 45 -#> 9798 25 A69-1303-555 15066 2017-03-29 01:38:00 45 -#> 9799 25 A69-1303-555 15067 2017-03-29 01:40:00 45 -#> 9800 25 A69-1303-555 15068 2017-03-29 01:44:00 45 -#> 9801 25 A69-1303-555 15070 2017-03-29 01:50:00 45 -#> 9802 25 A69-1303-555 15072 2017-03-29 01:52:00 45 -#> 9803 25 A69-1303-555 15073 2017-03-29 01:54:00 45 -#> 9804 25 A69-1303-555 15074 2017-03-29 01:56:00 45 -#> 9805 25 A69-1303-555 15075 2017-03-29 01:58:00 45 -#> 9806 25 A69-1303-555 15077 2017-03-29 02:00:00 45 -#> 9807 25 A69-1303-555 15079 2017-03-29 02:02:00 45 -#> 9808 25 A69-1303-555 15081 2017-03-29 02:08:00 45 -#> 9809 25 A69-1303-555 15082 2017-03-29 02:12:00 45 -#> 9810 25 A69-1303-555 15084 2017-03-29 02:14:00 45 -#> 9811 25 A69-1303-555 15085 2017-03-29 02:16:00 45 -#> 9812 25 A69-1303-555 15087 2017-03-29 02:18:00 45 -#> 9813 25 A69-1303-555 15089 2017-03-29 02:20:00 45 -#> 9814 25 A69-1303-555 15091 2017-03-29 02:22:00 45 -#> 9815 25 A69-1303-555 15092 2017-03-29 02:24:00 45 -#> 9816 25 A69-1303-555 15094 2017-03-29 02:28:00 45 -#> 9817 25 A69-1303-555 15096 2017-03-29 02:30:00 45 -#> 9818 25 A69-1303-555 15097 2017-03-29 02:32:00 45 -#> 9819 25 A69-1303-555 15098 2017-03-29 02:34:00 45 -#> 9820 25 A69-1303-555 15100 2017-03-29 02:36:00 45 -#> 9821 25 A69-1303-555 15101 2017-03-29 02:38:00 45 -#> 9822 25 A69-1303-555 15102 2017-03-29 02:40:00 45 -#> 9823 25 A69-1303-555 15103 2017-03-29 02:42:00 45 -#> 9824 25 A69-1303-555 15104 2017-03-29 02:44:00 45 -#> 9825 25 A69-1303-555 15106 2017-03-29 02:46:00 45 -#> 9826 25 A69-1303-555 15107 2017-03-29 02:48:00 45 -#> 9827 25 A69-1303-555 15108 2017-03-29 02:50:00 45 -#> 9828 25 A69-1303-555 15110 2017-03-29 02:52:00 45 -#> 9829 25 A69-1303-555 15112 2017-03-29 02:54:00 45 -#> 9830 25 A69-1303-555 15114 2017-03-29 02:56:00 45 -#> 9831 25 A69-1303-555 15116 2017-03-29 02:58:00 45 -#> 9832 25 A69-1303-555 15118 2017-03-29 03:00:00 45 -#> 9833 25 A69-1303-555 15120 2017-03-29 03:02:00 45 -#> 9834 25 A69-1303-555 15121 2017-03-29 03:04:00 45 -#> 9835 25 A69-1303-555 15123 2017-03-29 03:06:00 45 -#> 9836 25 A69-1303-555 15124 2017-03-29 03:08:00 45 -#> 9837 25 A69-1303-555 15125 2017-03-29 03:10:00 45 -#> 9838 25 A69-1303-555 15127 2017-03-29 03:12:00 45 -#> 9839 25 A69-1303-555 15130 2017-03-29 03:14:00 45 -#> 9840 25 A69-1303-555 15132 2017-03-29 03:16:00 45 -#> 9841 25 A69-1303-555 15134 2017-03-29 03:18:00 45 -#> 9842 25 A69-1303-555 15135 2017-03-29 03:20:00 45 -#> 9843 25 A69-1303-555 15137 2017-03-29 03:22:00 45 -#> 9844 25 A69-1303-555 15139 2017-03-29 03:24:00 45 -#> 9845 25 A69-1303-555 15140 2017-03-29 03:26:00 45 -#> 9846 25 A69-1303-555 15142 2017-03-29 03:28:00 45 -#> 9847 25 A69-1303-555 15143 2017-03-29 03:30:00 45 -#> 9848 25 A69-1303-555 15145 2017-03-29 03:32:00 45 -#> 9849 25 A69-1303-555 15147 2017-03-29 03:34:00 45 -#> 9850 25 A69-1303-555 15150 2017-03-29 03:36:00 45 -#> 9851 25 A69-1303-555 15152 2017-03-29 03:38:00 45 -#> 9852 25 A69-1303-555 15154 2017-03-29 03:40:00 45 -#> 9853 25 A69-1303-555 15155 2017-03-29 03:42:00 45 -#> 9854 25 A69-1303-555 15156 2017-03-29 03:44:00 45 -#> 9855 25 A69-1303-555 15158 2017-03-29 03:46:00 45 -#> 9856 25 A69-1303-555 15160 2017-03-29 03:48:00 45 -#> 9857 25 A69-1303-555 15162 2017-03-29 03:50:00 45 -#> 9858 25 A69-1303-555 15164 2017-03-29 03:52:00 45 -#> 9859 25 A69-1303-555 15165 2017-03-29 03:54:00 45 -#> 9860 25 A69-1303-555 15167 2017-03-29 03:56:00 45 -#> 9861 25 A69-1303-555 15168 2017-03-29 03:58:00 45 -#> 9862 25 A69-1303-555 15169 2017-03-29 04:00:00 45 -#> 9863 25 A69-1303-555 15172 2017-03-29 04:02:00 45 -#> 9864 25 A69-1303-555 15174 2017-03-29 04:04:00 45 -#> 9865 25 A69-1303-555 15175 2017-03-29 04:08:00 45 -#> 9866 25 A69-1303-555 15177 2017-03-29 04:10:00 45 -#> 9867 25 A69-1303-555 15178 2017-03-29 04:12:00 45 -#> 9868 25 A69-1303-555 15180 2017-03-29 04:14:00 45 -#> 9869 25 A69-1303-555 15181 2017-03-29 04:16:00 45 -#> 9870 25 A69-1303-555 15182 2017-03-29 04:18:00 45 -#> 9871 25 A69-1303-555 15184 2017-03-29 04:20:00 45 -#> 9872 25 A69-1303-555 15185 2017-03-29 04:22:00 45 -#> 9873 25 A69-1303-555 15187 2017-03-29 04:24:00 45 -#> 9874 25 A69-1303-555 15188 2017-03-29 04:26:00 45 -#> 9875 25 A69-1303-555 15190 2017-03-29 04:28:00 45 -#> 9876 25 A69-1303-555 15192 2017-03-29 04:30:00 45 -#> 9877 25 A69-1303-555 15194 2017-03-29 04:32:00 45 -#> 9878 25 A69-1303-555 15195 2017-03-29 04:34:00 45 -#> 9879 25 A69-1303-555 15197 2017-03-29 04:36:00 45 -#> 9880 25 A69-1303-555 15199 2017-03-29 04:38:00 45 -#> 9881 25 A69-1303-555 15200 2017-03-29 04:40:00 45 -#> 9882 25 A69-1303-555 15202 2017-03-29 04:42:00 45 -#> 9883 25 A69-1303-555 15204 2017-03-29 04:44:00 45 -#> 9884 25 A69-1303-555 15206 2017-03-29 04:46:00 45 -#> 9885 25 A69-1303-555 15209 2017-03-29 04:48:00 45 -#> 9886 25 A69-1303-555 15210 2017-03-29 04:50:00 45 -#> 9887 25 A69-1303-555 15213 2017-03-29 04:52:00 45 -#> 9888 25 A69-1303-555 15214 2017-03-29 04:54:00 45 -#> 9889 25 A69-1303-555 15217 2017-03-29 04:58:00 45 -#> 9890 25 A69-1303-555 15219 2017-03-29 05:00:00 45 -#> 9891 25 A69-1303-555 15220 2017-03-29 05:02:00 45 -#> 9892 25 A69-1303-555 15223 2017-03-29 05:04:00 45 -#> 9893 25 A69-1303-555 15224 2017-03-29 05:06:00 45 -#> 9894 25 A69-1303-555 15225 2017-03-29 05:10:00 56 -#> 9895 25 A69-1303-555 15226 2017-03-29 05:12:00 45 -#> 9896 25 A69-1303-555 15227 2017-03-29 05:14:00 45 -#> 9897 25 A69-1303-555 15228 2017-03-29 05:16:00 45 -#> 9898 25 A69-1303-555 15230 2017-03-29 05:18:00 45 -#> 9899 25 A69-1303-555 15232 2017-03-29 05:20:00 45 -#> 9900 25 A69-1303-555 15233 2017-03-29 05:22:00 45 -#> 9901 25 A69-1303-555 15234 2017-03-29 05:24:00 45 -#> 9902 25 A69-1303-555 15236 2017-03-29 05:26:00 56 -#> 9903 25 A69-1303-555 15237 2017-03-29 05:26:00 45 -#> 9904 25 A69-1303-555 15239 2017-03-29 05:28:00 45 -#> 9905 25 A69-1303-555 15241 2017-03-29 05:30:00 56 -#> 9906 25 A69-1303-555 15242 2017-03-29 05:30:00 45 -#> 9907 25 A69-1303-555 15244 2017-03-29 05:32:00 45 -#> 9908 25 A69-1303-555 15246 2017-03-29 05:34:00 45 -#> 9909 25 A69-1303-555 15247 2017-03-29 05:36:00 56 -#> 9910 25 A69-1303-555 15249 2017-03-29 05:36:00 45 -#> 9911 25 A69-1303-555 15250 2017-03-29 05:38:00 45 -#> 9912 25 A69-1303-555 15251 2017-03-29 05:38:00 56 -#> 9913 25 A69-1303-555 15253 2017-03-29 05:40:00 56 -#> 9914 25 A69-1303-555 15255 2017-03-29 05:40:00 45 -#> 9915 25 A69-1303-555 15256 2017-03-29 05:42:00 56 -#> 9916 25 A69-1303-555 15257 2017-03-29 05:42:00 45 -#> 9917 25 A69-1303-555 15258 2017-03-29 05:46:00 45 -#> 9918 25 A69-1303-555 15261 2017-03-29 06:00:00 45 -#> 9919 25 A69-1303-555 15263 2017-03-29 06:02:00 45 -#> 9920 25 A69-1303-555 15265 2017-03-29 06:04:00 45 -#> 9921 25 A69-1303-555 15266 2017-03-29 06:06:00 45 -#> 9922 25 A69-1303-555 15267 2017-03-29 06:20:00 45 -#> 9923 25 A69-1303-555 15268 2017-03-29 08:56:00 48 -#> 9924 25 A69-1303-555 15270 2017-03-29 08:58:00 48 -#> 9925 25 A69-1303-555 15271 2017-03-29 09:00:00 48 -#> 9926 25 A69-1303-555 15272 2017-03-29 09:02:00 48 -#> 9927 25 A69-1303-555 15273 2017-03-29 09:04:00 48 -#> 9928 25 A69-1303-555 15275 2017-03-29 09:06:00 48 -#> 9929 25 A69-1303-555 15276 2017-03-29 09:08:00 48 -#> 9930 25 A69-1303-555 15278 2017-03-29 09:10:00 48 -#> 9931 25 A69-1303-555 15280 2017-03-29 09:14:00 48 -#> 9932 25 A69-1303-555 15281 2017-03-29 09:16:00 48 -#> 9933 25 A69-1303-555 15283 2017-03-29 09:18:00 48 -#> 9934 25 A69-1303-555 15285 2017-03-29 09:20:00 48 -#> 9935 25 A69-1303-555 15286 2017-03-29 09:22:00 48 -#> 9936 25 A69-1303-555 15289 2017-03-29 09:24:00 48 -#> 9937 25 A69-1303-555 15290 2017-04-01 02:58:00 49 -#> 9938 25 A69-1303-555 15291 2017-04-01 03:28:00 49 -#> 9939 25 A69-1303-555 15292 2017-04-01 03:30:00 49 -#> 9940 25 A69-1303-555 15293 2017-04-01 03:32:00 49 -#> 9941 25 A69-1303-555 15294 2017-04-01 03:36:00 53 -#> 9942 25 A69-1303-555 15295 2017-04-01 03:36:00 49 -#> 9943 25 A69-1303-555 15296 2017-04-01 03:38:00 53 -#> 9944 25 A69-1303-555 15297 2017-04-01 03:48:00 49 -#> 9945 25 A69-1303-555 15298 2017-04-01 03:52:00 53 -#> 9946 25 A69-1303-555 15299 2017-04-01 03:54:00 53 -#> 9947 25 A69-1303-555 15300 2017-04-01 04:02:00 53 -#> 9948 25 A69-1303-555 15301 2017-04-01 04:04:00 53 -#> 9949 25 A69-1303-555 15302 2017-04-01 04:06:00 53 -#> 9950 25 A69-1303-555 15303 2017-04-01 04:12:00 53 -#> 9951 25 A69-1303-555 15305 2017-04-01 04:16:00 53 -#> 9952 25 A69-1303-555 15308 2017-04-01 04:18:00 53 -#> 9953 25 A69-1303-555 15309 2017-04-01 04:20:00 53 -#> 9954 25 A69-1303-555 15310 2017-04-01 04:22:00 53 -#> 9955 25 A69-1303-555 15311 2017-04-01 04:24:00 53 -#> 9956 25 A69-1303-555 15312 2017-04-01 04:26:00 53 -#> 9957 25 A69-1303-555 15315 2017-04-01 04:28:00 49 -#> 9958 25 A69-1303-555 15316 2017-04-01 04:28:00 53 -#> 9959 25 A69-1303-555 15318 2017-04-01 04:30:00 53 -#> 9960 25 A69-1303-555 15319 2017-04-01 04:32:00 53 -#> 9961 25 A69-1303-555 15320 2017-04-01 04:34:00 53 -#> 9962 25 A69-1303-555 15321 2017-04-01 04:34:00 49 -#> 9963 25 A69-1303-555 15322 2017-04-01 04:36:00 53 -#> 9964 25 A69-1303-555 15324 2017-04-01 04:42:00 53 -#> 9965 25 A69-1303-555 15325 2017-04-01 04:42:00 49 -#> 9966 25 A69-1303-555 15326 2017-04-01 04:44:00 53 -#> 9967 25 A69-1303-555 15327 2017-04-03 00:46:00 45 -#> 9968 25 A69-1303-555 15328 2017-04-03 00:50:00 45 -#> 9969 25 A69-1303-555 15329 2017-04-03 00:52:00 45 -#> 9970 25 A69-1303-555 15331 2017-04-03 00:54:00 45 -#> 9971 25 A69-1303-555 15333 2017-04-03 00:56:00 45 -#> 9972 25 A69-1303-555 15334 2017-04-03 00:58:00 45 -#> 9973 25 A69-1303-555 15336 2017-04-03 01:00:00 45 -#> 9974 25 A69-1303-555 15338 2017-04-03 01:02:00 45 -#> 9975 25 A69-1303-555 15339 2017-04-03 01:04:00 45 -#> 9976 25 A69-1303-555 15340 2017-04-03 01:06:00 45 -#> 9977 25 A69-1303-555 15342 2017-04-03 01:08:00 45 -#> 9978 25 A69-1303-555 15344 2017-04-03 01:10:00 45 -#> 9979 25 A69-1303-555 15345 2017-04-03 01:20:00 45 -#> 9980 25 A69-1303-555 15346 2017-04-03 01:22:00 45 -#> 9981 25 A69-1303-555 15347 2017-04-03 01:26:00 45 -#> 9982 25 A69-1303-555 15348 2017-04-03 01:30:00 45 -#> 9983 25 A69-1303-555 15349 2017-04-03 01:32:00 45 -#> 9984 25 A69-1303-555 15350 2017-04-03 01:34:00 45 -#> 9985 25 A69-1303-555 15351 2017-04-03 01:36:00 45 -#> 9986 25 A69-1303-555 15353 2017-04-03 01:38:00 45 -#> 9987 25 A69-1303-555 15355 2017-04-03 01:40:00 45 -#> 9988 25 A69-1303-555 15356 2017-04-03 01:42:00 45 -#> 9989 25 A69-1303-555 15358 2017-04-03 01:44:00 45 -#> 9990 25 A69-1303-555 15360 2017-04-03 01:46:00 45 -#> 9991 25 A69-1303-555 15361 2017-04-03 01:48:00 45 -#> 9992 25 A69-1303-555 15363 2017-04-03 01:50:00 45 -#> 9993 25 A69-1303-555 15365 2017-04-03 01:52:00 45 -#> 9994 25 A69-1303-555 15367 2017-04-03 01:54:00 45 -#> 9995 25 A69-1303-555 15369 2017-04-03 01:56:00 45 -#> 9996 25 A69-1303-555 15370 2017-04-03 01:58:00 45 -#> 9997 25 A69-1303-555 15371 2017-04-03 02:00:00 45 -#> 9998 25 A69-1303-555 15372 2017-04-03 02:02:00 45 -#> 9999 25 A69-1303-555 15373 2017-04-03 02:04:00 45 -#> 10000 25 A69-1303-555 15376 2017-04-03 02:06:00 45 -#> 10001 25 A69-1303-555 15377 2017-04-03 02:08:00 45 -#> 10002 25 A69-1303-555 15378 2017-04-03 02:10:00 45 -#> 10003 25 A69-1303-555 15380 2017-04-03 02:12:00 45 -#> 10004 25 A69-1303-555 15382 2017-04-03 02:14:00 45 -#> 10005 25 A69-1303-555 15384 2017-04-03 02:16:00 45 -#> 10006 25 A69-1303-555 15386 2017-04-03 02:18:00 45 -#> 10007 25 A69-1303-555 15387 2017-04-03 02:20:00 45 -#> 10008 25 A69-1303-555 15388 2017-04-03 02:22:00 45 -#> 10009 25 A69-1303-555 15391 2017-04-03 02:24:00 45 -#> 10010 25 A69-1303-555 15393 2017-04-03 02:26:00 45 -#> 10011 25 A69-1303-555 15395 2017-04-03 02:28:00 45 -#> 10012 25 A69-1303-555 15397 2017-04-03 02:30:00 45 -#> 10013 25 A69-1303-555 15399 2017-04-03 02:32:00 45 -#> 10014 25 A69-1303-555 15400 2017-04-03 02:34:00 45 -#> 10015 25 A69-1303-555 15402 2017-04-03 02:36:00 45 -#> 10016 25 A69-1303-555 15403 2017-04-03 02:38:00 45 -#> 10017 25 A69-1303-555 15405 2017-04-03 02:40:00 45 -#> 10018 25 A69-1303-555 15407 2017-04-03 02:42:00 45 -#> 10019 25 A69-1303-555 15408 2017-04-03 02:44:00 45 -#> 10020 25 A69-1303-555 15409 2017-04-03 02:52:00 45 -#> 10021 25 A69-1303-555 15410 2017-04-03 02:54:00 45 -#> 10022 25 A69-1303-555 15411 2017-04-03 02:56:00 45 -#> 10023 25 A69-1303-555 15412 2017-04-03 02:58:00 45 -#> 10024 25 A69-1303-555 15413 2017-04-03 03:28:00 45 -#> 10025 25 A69-1303-555 15414 2017-04-03 03:38:00 45 -#> 10026 25 A69-1303-555 15416 2017-04-03 03:40:00 45 -#> 10027 25 A69-1303-555 15417 2017-04-03 03:42:00 45 -#> 10028 25 A69-1303-555 15418 2017-04-03 22:04:00 51 -#> 10029 25 A69-1303-555 15419 2017-04-03 22:18:00 51 -#> 10030 25 A69-1303-555 15420 2017-04-03 22:24:00 51 -#> 10031 25 A69-1303-555 15421 2017-04-03 22:36:00 51 -#> 10032 25 A69-1303-555 15422 2017-04-03 22:38:00 51 -#> 10033 25 A69-1303-555 15423 2017-04-03 22:40:00 51 -#> 10034 25 A69-1303-555 15424 2017-04-03 22:54:00 51 -#> 10035 25 A69-1303-555 15425 2017-04-03 22:56:00 51 -#> 10036 25 A69-1303-555 15426 2017-04-04 03:08:00 50 -#> 10037 25 A69-1303-555 15427 2017-04-04 03:10:00 50 -#> 10038 25 A69-1303-555 15428 2017-04-04 03:24:00 50 -#> 10039 25 A69-1303-555 15429 2017-04-04 03:26:00 50 -#> 10040 25 A69-1303-555 15431 2017-04-04 03:30:00 50 -#> 10041 25 A69-1303-555 15433 2017-04-04 03:32:00 50 -#> 10042 25 A69-1303-555 15435 2017-04-05 23:08:00 47 -#> 10043 25 A69-1303-555 15436 2017-04-05 23:14:00 47 -#> 10044 25 A69-1303-555 15437 2017-04-05 23:18:00 47 -#> 10045 25 A69-1303-555 15438 2017-04-05 23:20:00 47 -#> 10046 25 A69-1303-555 15440 2017-04-05 23:22:00 47 -#> 10047 25 A69-1303-555 15441 2017-04-05 23:24:00 47 -#> 10048 25 A69-1303-555 15443 2017-04-05 23:26:00 47 -#> 10049 25 A69-1303-555 15444 2017-04-05 23:28:00 47 -#> 10050 25 A69-1303-555 15446 2017-04-05 23:30:00 47 -#> 10051 25 A69-1303-555 15448 2017-04-05 23:32:00 47 -#> 10052 25 A69-1303-555 15449 2017-04-05 23:34:00 47 -#> 10053 25 A69-1303-555 15450 2017-04-05 23:38:00 47 -#> 10054 25 A69-1303-555 15452 2017-04-05 23:40:00 47 -#> 10055 25 A69-1303-555 15453 2017-04-05 23:42:00 47 -#> 10056 25 A69-1303-555 15455 2017-04-05 23:44:00 47 -#> 10057 25 A69-1303-555 15457 2017-04-05 23:46:00 47 -#> 10058 25 A69-1303-555 15458 2017-04-05 23:48:00 47 -#> 10059 25 A69-1303-555 15459 2017-04-05 23:52:00 47 -#> 10060 25 A69-1303-555 15461 2017-04-05 23:54:00 47 -#> 10061 25 A69-1303-555 15462 2017-04-05 23:56:00 47 -#> 10062 25 A69-1303-555 15464 2017-04-05 23:58:00 47 -#> 10063 25 A69-1303-555 15465 2017-04-06 00:00:00 47 -#> 10064 25 A69-1303-555 15466 2017-04-06 00:02:00 47 -#> 10065 25 A69-1303-555 15467 2017-04-06 00:04:00 47 -#> 10066 25 A69-1303-555 15469 2017-04-06 00:06:00 47 -#> 10067 25 A69-1303-555 15470 2017-04-06 00:08:00 47 -#> 10068 25 A69-1303-555 15472 2017-04-06 00:10:00 47 -#> 10069 25 A69-1303-555 15473 2017-04-06 00:12:00 47 -#> 10070 25 A69-1303-555 15474 2017-04-06 00:14:00 47 -#> 10071 25 A69-1303-555 15476 2017-04-06 00:18:00 47 -#> 10072 25 A69-1303-555 15478 2017-04-06 00:20:00 47 -#> 10073 25 A69-1303-555 15479 2017-04-06 00:22:00 47 -#> 10074 25 A69-1303-555 15480 2017-04-06 00:30:00 47 -#> 10075 25 A69-1303-555 15482 2017-04-06 00:32:00 47 -#> 10076 25 A69-1303-555 15483 2017-04-06 00:34:00 47 -#> 10077 25 A69-1303-555 15484 2017-04-06 00:36:00 47 -#> 10078 25 A69-1303-555 15486 2017-04-06 00:38:00 47 -#> 10079 25 A69-1303-555 15487 2017-04-06 00:40:00 47 -#> 10080 25 A69-1303-555 15489 2017-04-06 00:42:00 47 -#> 10081 25 A69-1303-555 15491 2017-04-06 00:44:00 47 -#> 10082 25 A69-1303-555 15493 2017-04-06 00:46:00 47 -#> 10083 25 A69-1303-555 15495 2017-04-06 00:48:00 47 -#> 10084 25 A69-1303-555 15497 2017-04-06 00:50:00 47 -#> 10085 25 A69-1303-555 15499 2017-04-06 00:52:00 47 -#> 10086 25 A69-1303-555 15501 2017-04-06 00:54:00 47 -#> 10087 25 A69-1303-555 15503 2017-04-06 00:56:00 47 -#> 10088 25 A69-1303-555 15505 2017-04-06 00:58:00 47 -#> 10089 25 A69-1303-555 15506 2017-04-06 01:00:00 47 -#> 10090 25 A69-1303-555 15507 2017-04-06 01:00:00 52 -#> 10091 25 A69-1303-555 15509 2017-04-06 01:02:00 47 -#> 10092 25 A69-1303-555 15510 2017-04-06 01:04:00 47 -#> 10093 25 A69-1303-555 15512 2017-04-06 01:04:00 52 -#> 10094 25 A69-1303-555 15513 2017-04-06 01:06:00 47 -#> 10095 25 A69-1303-555 15515 2017-04-06 01:08:00 47 -#> 10096 25 A69-1303-555 15516 2017-04-06 01:10:00 47 -#> 10097 25 A69-1303-555 15517 2017-04-06 01:10:00 52 -#> 10098 25 A69-1303-555 15520 2017-04-06 01:12:00 47 -#> 10099 25 A69-1303-555 15521 2017-04-06 01:14:00 47 -#> 10100 25 A69-1303-555 15523 2017-04-06 01:18:00 47 -#> 10101 25 A69-1303-555 15524 2017-04-06 01:18:00 52 -#> 10102 25 A69-1303-555 15526 2017-04-06 01:20:00 52 -#> 10103 25 A69-1303-555 15527 2017-04-06 01:20:00 47 -#> 10104 25 A69-1303-555 15528 2017-04-06 01:22:00 52 -#> 10105 25 A69-1303-555 15529 2017-04-06 01:22:00 47 -#> 10106 25 A69-1303-555 15530 2017-04-06 01:24:00 47 -#> 10107 25 A69-1303-555 15531 2017-04-06 01:24:00 52 -#> 10108 25 A69-1303-555 15534 2017-04-06 01:26:00 47 -#> 10109 25 A69-1303-555 15535 2017-04-06 01:26:00 52 -#> 10110 25 A69-1303-555 15539 2017-04-06 01:28:00 52 -#> 10111 25 A69-1303-555 15541 2017-04-06 01:32:00 52 -#> 10112 25 A69-1303-555 15542 2017-04-06 01:32:00 47 -#> 10113 25 A69-1303-555 15543 2017-04-06 01:34:00 52 -#> 10114 25 A69-1303-555 15544 2017-04-06 01:36:00 52 -#> 10115 25 A69-1303-555 15545 2017-04-06 01:36:00 47 -#> 10116 25 A69-1303-555 15546 2017-04-06 01:38:00 52 -#> 10117 25 A69-1303-555 15548 2017-04-06 01:42:00 52 -#> 10118 25 A69-1303-555 15550 2017-04-06 01:42:00 47 -#> 10119 25 A69-1303-555 15551 2017-04-06 01:44:00 47 -#> 10120 25 A69-1303-555 15552 2017-04-06 01:44:00 52 -#> 10121 25 A69-1303-555 15553 2017-04-06 01:46:00 52 -#> 10122 25 A69-1303-555 15554 2017-04-06 01:46:00 47 -#> 10123 25 A69-1303-555 15557 2017-04-06 01:50:00 52 -#> 10124 25 A69-1303-555 15558 2017-04-06 01:54:00 52 -#> 10125 25 A69-1303-555 15559 2017-04-06 01:56:00 52 -#> 10126 25 A69-1303-555 15561 2017-04-06 01:58:00 52 -#> 10127 25 A69-1303-555 15562 2017-04-06 02:00:00 52 -#> 10128 25 A69-1303-555 15563 2017-04-06 02:04:00 52 -#> 10129 25 A69-1303-555 15565 2017-04-06 02:06:00 52 -#> 10130 25 A69-1303-555 15566 2017-04-06 02:08:00 52 -#> 10131 25 A69-1303-555 15567 2017-04-06 02:10:00 52 -#> 10132 25 A69-1303-555 15569 2017-04-06 02:14:00 52 -#> 10133 25 A69-1303-555 15571 2017-04-06 02:16:00 47 -#> 10134 25 A69-1303-555 15572 2017-04-06 02:16:00 52 -#> 10135 25 A69-1303-555 15574 2017-04-06 02:18:00 47 -#> 10136 25 A69-1303-555 15575 2017-04-06 02:20:00 47 -#> 10137 25 A69-1303-555 15576 2017-04-06 02:22:00 47 -#> 10138 25 A69-1303-555 15577 2017-04-06 11:22:00 47 -#> 10139 25 A69-1303-555 15578 2017-04-06 11:32:00 47 -#> 10140 25 A69-1303-555 15579 2017-04-06 11:34:00 47 -#> 10141 25 A69-1303-555 15580 2017-04-06 11:40:00 47 -#> 10142 25 A69-1303-555 15581 2017-04-06 11:44:00 47 -#> 10143 25 A69-1303-555 15582 2017-04-06 11:46:00 47 -#> 10144 25 A69-1303-555 15583 2017-04-06 11:58:00 47 -#> 10145 25 A69-1303-555 15584 2017-04-06 12:02:00 47 -#> 10146 25 A69-1303-555 15586 2017-04-06 12:16:00 47 -#> 10147 25 A69-1303-555 15587 2017-04-06 12:48:00 47 -#> 10148 25 A69-1303-555 15588 2017-04-06 12:50:00 47 -#> 10149 25 A69-1303-555 15589 2017-04-06 12:52:00 47 -#> 10150 25 A69-1303-555 15590 2017-04-06 12:54:00 47 -#> 10151 25 A69-1303-555 15591 2017-04-06 12:58:00 47 -#> 10152 25 A69-1303-555 15592 2017-04-06 13:00:00 47 -#> 10153 25 A69-1303-555 15593 2017-04-06 13:04:00 47 -#> 10154 25 A69-1303-555 15594 2017-04-06 13:10:00 47 -#> 10155 25 A69-1303-555 15595 2017-04-06 13:12:00 47 -#> 10156 25 A69-1303-555 15596 2017-04-06 13:14:00 52 -#> 10157 25 A69-1303-555 15597 2017-04-06 13:14:00 47 -#> 10158 25 A69-1303-555 15598 2017-04-06 13:16:00 47 -#> 10159 25 A69-1303-555 15600 2017-04-06 13:18:00 47 -#> 10160 25 A69-1303-555 15602 2017-04-06 13:22:00 47 -#> 10161 25 A69-1303-555 15603 2017-04-06 13:28:00 52 -#> 10162 25 A69-1303-555 15604 2017-04-06 13:32:00 52 -#> 10163 25 A69-1303-555 15605 2017-04-06 13:32:00 47 -#> 10164 25 A69-1303-555 15607 2017-04-06 13:34:00 52 -#> 10165 25 A69-1303-555 15608 2017-04-06 13:40:00 47 -#> 10166 25 A69-1303-555 15609 2017-04-06 13:42:00 47 -#> 10167 25 A69-1303-555 15610 2017-04-06 13:44:00 47 -#> 10168 25 A69-1303-555 15611 2017-04-06 13:44:00 52 -#> 10169 25 A69-1303-555 15613 2017-04-06 13:46:00 47 -#> 10170 25 A69-1303-555 15614 2017-04-06 13:48:00 47 -#> 10171 25 A69-1303-555 15616 2017-04-06 13:50:00 47 -#> 10172 25 A69-1303-555 15618 2017-04-06 13:52:00 47 -#> 10173 25 A69-1303-555 15620 2017-04-06 13:54:00 47 -#> 10174 25 A69-1303-555 15622 2017-04-06 13:56:00 47 -#> 10175 25 A69-1303-555 15623 2017-04-06 13:58:00 47 -#> 10176 25 A69-1303-555 15625 2017-04-06 14:00:00 47 -#> 10177 25 A69-1303-555 15627 2017-04-06 14:02:00 47 -#> 10178 25 A69-1303-555 15628 2017-04-06 14:04:00 47 -#> 10179 25 A69-1303-555 15630 2017-04-06 14:06:00 47 -#> 10180 25 A69-1303-555 15631 2017-04-06 14:08:00 47 -#> 10181 25 A69-1303-555 15633 2017-04-06 14:12:00 47 -#> 10182 25 A69-1303-555 15636 2017-04-06 14:14:00 47 -#> 10183 25 A69-1303-555 15637 2017-04-06 14:16:00 47 -#> 10184 25 A69-1303-555 15639 2017-04-06 14:24:00 47 -#> 10185 25 A69-1303-555 15640 2017-04-06 14:26:00 47 -#> 10186 25 A69-1303-555 15641 2017-04-06 14:30:00 47 -#> 10187 25 A69-1303-555 15642 2017-04-06 14:32:00 47 -#> 10188 25 A69-1303-555 15643 2017-04-06 14:34:00 47 -#> 10189 25 A69-1303-555 15644 2017-04-06 14:56:00 47 -#> 10190 25 A69-1303-555 15645 2017-04-07 00:48:00 47 -#> 10191 25 A69-1303-555 15646 2017-04-07 00:50:00 47 -#> 10192 25 A69-1303-555 15648 2017-04-07 00:52:00 47 -#> 10193 25 A69-1303-555 15649 2017-04-07 00:54:00 47 -#> 10194 25 A69-1303-555 15652 2017-04-07 00:56:00 47 -#> 10195 25 A69-1303-555 15654 2017-04-07 00:58:00 47 -#> 10196 25 A69-1303-555 15655 2017-04-07 01:00:00 47 -#> 10197 25 A69-1303-555 15657 2017-04-07 01:02:00 47 -#> 10198 25 A69-1303-555 15659 2017-04-07 01:04:00 47 -#> 10199 25 A69-1303-555 15661 2017-04-07 01:06:00 47 -#> 10200 25 A69-1303-555 15663 2017-04-07 01:08:00 47 -#> 10201 25 A69-1303-555 15665 2017-04-07 01:10:00 47 -#> 10202 25 A69-1303-555 15666 2017-04-07 01:12:00 47 -#> 10203 25 A69-1303-555 15669 2017-04-07 01:14:00 47 -#> 10204 25 A69-1303-555 15670 2017-04-07 01:16:00 47 -#> 10205 25 A69-1303-555 15671 2017-04-07 01:18:00 47 -#> 10206 25 A69-1303-555 15672 2017-04-07 01:20:00 47 -#> 10207 25 A69-1303-555 15674 2017-04-07 01:22:00 47 -#> 10208 25 A69-1303-555 15675 2017-04-07 01:24:00 47 -#> 10209 25 A69-1303-555 15677 2017-04-07 01:26:00 47 -#> 10210 25 A69-1303-555 15679 2017-04-07 01:28:00 47 -#> 10211 25 A69-1303-555 15680 2017-04-07 01:30:00 47 -#> 10212 25 A69-1303-555 15681 2017-04-07 01:36:00 47 -#> 10213 25 A69-1303-555 15684 2017-04-07 01:40:00 47 -#> 10214 25 A69-1303-555 15686 2017-04-07 01:42:00 47 -#> 10215 25 A69-1303-555 15688 2017-04-07 01:44:00 47 -#> 10216 25 A69-1303-555 15689 2017-04-07 01:46:00 47 -#> 10217 25 A69-1303-555 15691 2017-04-07 01:48:00 47 -#> 10218 25 A69-1303-555 15692 2017-04-07 01:50:00 47 -#> 10219 25 A69-1303-555 15693 2017-04-07 01:52:00 47 -#> 10220 25 A69-1303-555 15695 2017-04-07 01:54:00 47 -#> 10221 25 A69-1303-555 15696 2017-04-07 01:56:00 47 -#> 10222 25 A69-1303-555 15698 2017-04-07 01:58:00 47 -#> 10223 25 A69-1303-555 15700 2017-04-07 02:00:00 47 -#> 10224 25 A69-1303-555 15702 2017-04-07 02:02:00 47 -#> 10225 25 A69-1303-555 15705 2017-04-07 02:04:00 47 -#> 10226 25 A69-1303-555 15706 2017-04-07 02:06:00 47 -#> 10227 25 A69-1303-555 15707 2017-04-07 02:08:00 47 -#> 10228 25 A69-1303-555 15708 2017-04-07 02:12:00 47 -#> 10229 25 A69-1303-555 15709 2017-04-07 02:14:00 47 -#> 10230 25 A69-1303-555 15710 2017-04-07 02:20:00 47 -#> 10231 25 A69-1303-555 15711 2017-04-07 02:22:00 47 -#> 10232 25 A69-1303-555 15714 2017-04-07 02:24:00 47 -#> 10233 25 A69-1303-555 15715 2017-04-07 02:26:00 47 -#> 10234 25 A69-1303-555 15717 2017-04-07 02:28:00 47 -#> 10235 25 A69-1303-555 15718 2017-04-07 02:30:00 47 -#> 10236 25 A69-1303-555 15719 2017-04-07 02:32:00 47 -#> 10237 25 A69-1303-555 15721 2017-04-07 02:34:00 47 -#> 10238 25 A69-1303-555 15723 2017-04-07 02:36:00 47 -#> 10239 25 A69-1303-555 15725 2017-04-07 02:48:00 47 -#> 10240 25 A69-1303-555 15726 2017-04-07 02:52:00 47 -#> 10241 25 A69-1303-555 15727 2017-04-07 02:54:00 47 -#> 10242 25 A69-1303-555 15728 2017-04-07 02:56:00 47 -#> 10243 25 A69-1303-555 15730 2017-04-07 02:58:00 47 -#> 10244 25 A69-1303-555 15732 2017-04-07 03:00:00 47 -#> 10245 25 A69-1303-555 15735 2017-04-07 03:04:00 47 -#> 10246 25 A69-1303-555 15737 2017-04-07 03:06:00 47 -#> 10247 25 A69-1303-555 15739 2017-04-07 03:08:00 47 -#> 10248 25 A69-1303-555 15741 2017-04-07 03:10:00 47 -#> 10249 25 A69-1303-555 15742 2017-04-07 03:12:00 47 -#> 10250 25 A69-1303-555 15743 2017-04-07 03:20:00 47 -#> 10251 25 A69-1303-555 15744 2017-04-07 03:22:00 47 -#> 10252 25 A69-1303-555 15745 2017-04-07 04:28:00 47 -#> 10253 25 A69-1303-555 15746 2017-04-07 04:32:00 47 -#> 10254 25 A69-1303-555 15748 2017-04-07 04:34:00 47 -#> 10255 25 A69-1303-555 15749 2017-04-07 04:38:00 47 -#> 10256 25 A69-1303-555 15750 2017-04-07 04:40:00 47 -#> 10257 25 A69-1303-555 15752 2017-04-07 04:40:00 52 -#> 10258 25 A69-1303-555 15753 2017-04-07 04:42:00 47 -#> 10259 25 A69-1303-555 15756 2017-04-07 04:44:00 47 -#> 10260 25 A69-1303-555 15758 2017-04-07 04:46:00 47 -#> 10261 25 A69-1303-555 15759 2017-04-07 04:50:00 52 -#> 10262 25 A69-1303-555 15760 2017-04-07 04:50:00 47 -#> 10263 25 A69-1303-555 15761 2017-04-07 04:52:00 47 -#> 10264 25 A69-1303-555 15762 2017-04-07 05:02:00 47 -#> 10265 25 A69-1303-555 15763 2017-04-07 05:04:00 52 -#> 10266 25 A69-1303-555 15764 2017-04-07 05:04:00 47 -#> 10267 25 A69-1303-555 15765 2017-04-07 05:06:00 47 -#> 10268 25 A69-1303-555 15766 2017-04-07 05:08:00 47 -#> 10269 25 A69-1303-555 15767 2017-04-07 05:08:00 52 -#> 10270 25 A69-1303-555 15768 2017-04-07 05:10:00 47 -#> 10271 25 A69-1303-555 15770 2017-04-07 05:12:00 47 -#> 10272 25 A69-1303-555 15771 2017-04-07 05:18:00 47 -#> 10273 25 A69-1303-555 15772 2017-04-07 05:20:00 47 -#> 10274 25 A69-1303-555 15775 2017-04-07 05:22:00 47 -#> 10275 25 A69-1303-555 15776 2017-04-07 06:14:00 41 -#> 10276 25 A69-1303-555 15777 2017-04-07 06:18:00 41 -#> 10277 25 A69-1303-555 15778 2017-04-07 06:38:00 41 -#> 10278 25 A69-1303-555 15779 2017-04-07 06:42:00 41 -#> 10279 25 A69-1303-555 15780 2017-04-07 07:22:00 47 -#> 10280 25 A69-1303-555 15782 2017-04-07 08:18:00 47 -#> 10281 25 A69-1303-555 15783 2017-04-07 08:20:00 47 -#> 10282 25 A69-1303-555 15784 2017-04-07 08:22:00 47 -#> 10283 25 A69-1303-555 15785 2017-04-07 08:28:00 47 -#> 10284 25 A69-1303-555 15786 2017-04-07 08:38:00 47 -#> 10285 25 A69-1303-555 15787 2017-04-08 21:10:00 50 -#> 10286 25 A69-1303-555 15788 2017-04-08 21:14:00 50 -#> 10287 25 A69-1303-555 15790 2017-04-08 21:16:00 50 -#> 10288 25 A69-1303-555 15791 2017-04-08 21:18:00 50 -#> 10289 25 A69-1303-555 15793 2017-04-08 21:20:00 50 -#> 10290 25 A69-1303-555 15794 2017-04-08 21:22:00 50 -#> 10291 25 A69-1303-555 15796 2017-04-10 07:32:00 45 -#> 10292 25 A69-1303-555 15797 2017-04-10 07:34:00 45 -#> 10293 25 A69-1303-555 15798 2017-04-10 07:36:00 45 -#> 10294 25 A69-1303-555 15800 2017-04-10 07:40:00 45 -#> 10295 25 A69-1303-555 15802 2017-04-10 07:42:00 45 -#> 10296 25 A69-1303-555 15803 2017-04-10 07:44:00 45 -#> 10297 25 A69-1303-555 15804 2017-04-10 07:46:00 45 -#> 10298 25 A69-1303-555 15806 2017-04-10 07:48:00 45 -#> 10299 25 A69-1303-555 15808 2017-04-10 07:50:00 45 -#> 10300 25 A69-1303-555 15809 2017-04-10 07:52:00 45 -#> 10301 25 A69-1303-555 15810 2017-04-10 07:54:00 45 -#> 10302 25 A69-1303-555 15812 2017-04-10 08:00:00 45 -#> 10303 25 A69-1303-555 15813 2017-04-10 08:02:00 45 -#> 10304 25 A69-1303-555 15814 2017-04-10 08:04:00 45 -#> 10305 25 A69-1303-555 15816 2017-04-10 08:06:00 45 -#> 10306 25 A69-1303-555 15817 2017-04-10 08:08:00 45 -#> 10307 25 A69-1303-555 15819 2017-04-10 08:10:00 45 -#> 10308 25 A69-1303-555 15822 2017-04-10 08:12:00 45 -#> 10309 25 A69-1303-555 15823 2017-04-10 08:14:00 45 -#> 10310 25 A69-1303-555 15826 2017-04-10 08:16:00 45 -#> 10311 25 A69-1303-555 15828 2017-04-10 08:18:00 45 -#> 10312 25 A69-1303-555 15829 2017-04-10 08:20:00 45 -#> 10313 25 A69-1303-555 15830 2017-04-10 08:22:00 45 -#> 10314 25 A69-1303-555 15831 2017-04-10 08:24:00 45 -#> 10315 25 A69-1303-555 15833 2017-04-10 08:26:00 45 -#> 10316 25 A69-1303-555 15835 2017-04-10 08:28:00 45 -#> 10317 25 A69-1303-555 15837 2017-04-10 08:30:00 45 -#> 10318 25 A69-1303-555 15838 2017-04-10 08:32:00 45 -#> 10319 25 A69-1303-555 15840 2017-04-10 08:34:00 45 -#> 10320 25 A69-1303-555 15841 2017-04-10 08:36:00 45 -#> 10321 25 A69-1303-555 15842 2017-04-10 08:40:00 45 -#> 10322 25 A69-1303-555 15845 2017-04-10 08:44:00 45 -#> 10323 25 A69-1303-555 15846 2017-04-10 08:46:00 45 -#> 10324 25 A69-1303-555 15847 2017-04-10 08:50:00 45 -#> 10325 25 A69-1303-555 15848 2017-04-10 08:52:00 45 -#> 10326 25 A69-1303-555 15850 2017-04-10 08:56:00 45 -#> 10327 25 A69-1303-555 15851 2017-04-10 08:58:00 45 -#> 10328 25 A69-1303-555 15853 2017-04-10 09:00:00 45 -#> 10329 25 A69-1303-555 15855 2017-04-10 09:02:00 45 -#> 10330 25 A69-1303-555 15856 2017-04-10 09:04:00 45 -#> 10331 25 A69-1303-555 15859 2017-04-10 09:08:00 45 -#> 10332 25 A69-1303-555 15860 2017-04-10 09:10:00 45 -#> 10333 25 A69-1303-555 15862 2017-04-10 09:12:00 45 -#> 10334 25 A69-1303-555 15864 2017-04-10 09:14:00 45 -#> 10335 25 A69-1303-555 15865 2017-04-10 09:16:00 45 -#> 10336 25 A69-1303-555 15866 2017-04-10 09:18:00 45 -#> 10337 25 A69-1303-555 15867 2017-04-10 09:20:00 45 -#> 10338 25 A69-1303-555 15869 2017-04-10 09:22:00 45 -#> 10339 25 A69-1303-555 15871 2017-04-10 09:30:00 45 -#> 10340 25 A69-1303-555 15872 2017-04-11 02:12:00 51 -#> 10341 25 A69-1303-555 15874 2017-04-11 02:14:00 51 -#> 10342 25 A69-1303-555 15875 2017-04-12 20:52:00 50 -#> 10343 25 A69-1303-555 15876 2017-04-12 20:54:00 50 -#> 10344 25 A69-1303-555 15877 2017-04-12 21:00:00 51 -#> 10345 25 A69-1303-555 15878 2017-04-12 21:02:00 51 -#> 10346 25 A69-1303-555 15879 2017-04-12 22:56:00 48 -#> 10347 25 A69-1303-555 15880 2017-04-12 22:58:00 48 -#> 10348 25 A69-1303-555 15882 2017-04-12 23:00:00 48 -#> 10349 25 A69-1303-555 15883 2017-04-12 23:02:00 48 -#> 10350 25 A69-1303-555 15884 2017-04-12 23:26:00 48 -#> 10351 25 A69-1303-555 15885 2017-04-13 06:58:00 48 -#> 10352 25 A69-1303-555 15887 2017-04-13 07:00:00 48 -#> 10353 25 A69-1303-555 15888 2017-04-13 07:02:00 48 -#> 10354 25 A69-1303-555 15889 2017-04-13 07:04:00 48 -#> 10355 25 A69-1303-555 15890 2017-04-13 07:06:00 48 -#> 10356 25 A69-1303-555 15891 2017-04-13 07:12:00 48 -#> 10357 25 A69-1303-555 15892 2017-04-13 07:14:00 48 -#> 10358 25 A69-1303-555 15894 2017-04-13 07:16:00 48 -#> 10359 25 A69-1303-555 15895 2017-04-13 07:18:00 48 -#> 10360 25 A69-1303-555 15897 2017-04-13 07:20:00 48 -#> 10361 25 A69-1303-555 15899 2017-04-13 07:22:00 48 -#> 10362 25 A69-1303-555 15901 2017-04-13 07:26:00 48 -#> 10363 25 A69-1303-555 15902 2017-04-13 07:30:00 48 -#> 10364 25 A69-1303-555 15905 2017-04-13 07:32:00 48 -#> 10365 25 A69-1303-555 15906 2017-04-13 07:34:00 48 -#> 10366 25 A69-1303-555 15907 2017-04-13 07:36:00 48 -#> 10367 25 A69-1303-555 15908 2017-04-13 07:38:00 48 -#> 10368 25 A69-1303-555 15909 2017-04-13 07:40:00 48 -#> 10369 25 A69-1303-555 15910 2017-04-13 08:04:00 48 -#> 10370 25 A69-1303-555 15911 2017-04-13 08:06:00 48 -#> 10371 25 A69-1303-555 15912 2017-04-13 08:16:00 48 -#> 10372 25 A69-1303-555 15913 2017-04-13 08:28:00 48 -#> 10373 25 A69-1303-555 15914 2017-04-13 08:32:00 48 -#> 10374 25 A69-1303-555 15915 2017-04-13 08:44:00 48 -#> 10375 25 A69-1303-555 15916 2017-04-13 08:46:00 48 -#> 10376 25 A69-1303-555 15918 2017-04-13 08:48:00 48 -#> 10377 25 A69-1303-555 15919 2017-04-13 08:50:00 48 -#> 10378 25 A69-1303-555 15920 2017-04-13 09:46:00 48 -#> 10379 25 A69-1303-555 15921 2017-04-13 10:00:00 48 -#> 10380 25 A69-1303-555 15922 2017-04-13 10:26:00 48 -#> 10381 25 A69-1303-555 15923 2017-04-13 10:34:00 48 -#> 10382 25 A69-1303-555 15924 2017-04-13 10:36:00 48 -#> 10383 25 A69-1303-555 15925 2017-04-13 23:28:00 57 -#> 10384 25 A69-1303-555 15926 2017-04-13 23:30:00 57 -#> 10385 25 A69-1303-555 15927 2017-04-13 23:50:00 57 -#> 10386 25 A69-1303-555 15928 2017-04-13 23:52:00 57 -#> 10387 25 A69-1303-555 15929 2017-04-13 23:54:00 57 -#> 10388 25 A69-1303-555 15930 2017-04-13 23:58:00 57 -#> 10389 25 A69-1303-555 15931 2017-04-14 00:00:00 57 -#> 10390 25 A69-1303-555 15932 2017-04-14 00:02:00 57 -#> 10391 25 A69-1303-555 15933 2017-04-14 00:04:00 57 -#> 10392 25 A69-1303-555 15934 2017-04-14 00:06:00 57 -#> 10393 25 A69-1303-555 15935 2017-04-14 00:14:00 57 -#> 10394 25 A69-1303-555 15936 2017-04-14 09:26:00 57 -#> 10395 25 A69-1303-555 15937 2017-04-14 09:48:00 57 -#> 10396 25 A69-1303-555 15938 2017-04-14 10:00:00 57 -#> 10397 25 A69-1303-555 15939 2017-04-14 10:06:00 57 -#> 10398 25 A69-1303-555 15940 2017-04-14 10:16:00 57 -#> 10399 25 A69-1303-555 15941 2017-04-14 10:54:00 57 -#> 10400 25 A69-1303-555 15942 2017-04-14 11:04:00 57 -#> 10401 25 A69-1303-555 15943 2017-04-14 11:14:00 57 -#> 10402 25 A69-1303-555 15944 2017-04-14 11:18:00 57 -#> 10403 25 A69-1303-555 15945 2017-04-14 11:36:00 57 -#> 10404 25 A69-1303-555 15946 2017-04-14 16:06:00 21 -#> 10405 25 A69-1303-555 15947 2017-04-14 16:08:00 21 -#> 10406 25 A69-1303-555 15949 2017-04-14 16:08:00 57 -#> 10407 25 A69-1303-555 15950 2017-04-14 16:10:00 21 -#> 10408 25 A69-1303-555 15951 2017-04-14 16:12:00 57 -#> 10409 25 A69-1303-555 15952 2017-04-14 16:14:00 57 -#> 10410 25 A69-1303-555 15953 2017-04-14 16:16:00 57 -#> 10411 25 A69-1303-555 15955 2017-04-14 16:18:00 21 -#> 10412 25 A69-1303-555 15956 2017-04-14 16:20:00 21 -#> 10413 25 A69-1303-555 15958 2017-04-14 16:22:00 21 -#> 10414 25 A69-1303-555 15961 2017-04-14 16:26:00 21 -#> 10415 25 A69-1303-555 15962 2017-04-14 16:28:00 21 -#> 10416 25 A69-1303-555 15964 2017-04-14 16:30:00 21 -#> 10417 25 A69-1303-555 15965 2017-04-14 16:32:00 57 -#> 10418 25 A69-1303-555 15966 2017-04-14 16:36:00 21 -#> 10419 25 A69-1303-555 15968 2017-04-14 16:38:00 21 -#> 10420 25 A69-1303-555 15969 2017-04-14 16:40:00 21 -#> 10421 25 A69-1303-555 15970 2017-04-14 16:40:00 57 -#> 10422 25 A69-1303-555 15972 2017-04-14 16:44:00 21 -#> 10423 25 A69-1303-555 15973 2017-04-14 16:46:00 21 -#> 10424 25 A69-1303-555 15974 2017-04-14 16:48:00 21 -#> 10425 25 A69-1303-555 15976 2017-04-14 16:50:00 21 -#> 10426 25 A69-1303-555 15977 2017-04-14 16:52:00 21 -#> 10427 25 A69-1303-555 15979 2017-04-14 16:56:00 21 -#> 10428 25 A69-1303-555 15980 2017-04-14 16:56:00 57 -#> 10429 25 A69-1303-555 15981 2017-04-14 16:58:00 21 -#> 10430 25 A69-1303-555 15983 2017-04-14 17:00:00 21 -#> 10431 25 A69-1303-555 15985 2017-04-14 17:00:00 57 -#> 10432 25 A69-1303-555 15986 2017-04-14 17:02:00 21 -#> 10433 25 A69-1303-555 15987 2017-04-14 17:02:00 57 -#> 10434 25 A69-1303-555 15989 2017-04-14 17:04:00 21 -#> 10435 25 A69-1303-555 15991 2017-04-14 17:06:00 21 -#> 10436 25 A69-1303-555 15992 2017-04-14 17:06:00 57 -#> 10437 25 A69-1303-555 15993 2017-04-14 17:08:00 21 -#> 10438 25 A69-1303-555 15996 2017-04-14 17:10:00 21 -#> 10439 25 A69-1303-555 15998 2017-04-14 17:12:00 21 -#> 10440 25 A69-1303-555 15999 2017-04-14 17:12:00 57 -#> 10441 25 A69-1303-555 16002 2017-04-14 17:14:00 21 -#> 10442 25 A69-1303-555 16003 2017-04-14 17:14:00 57 -#> 10443 25 A69-1303-555 16004 2017-04-14 17:16:00 21 -#> 10444 25 A69-1303-555 16005 2017-04-14 17:16:00 57 -#> 10445 25 A69-1303-555 16006 2017-04-14 17:18:00 21 -#> 10446 25 A69-1303-555 16007 2017-04-14 17:18:00 57 -#> 10447 25 A69-1303-555 16009 2017-04-14 17:20:00 21 -#> 10448 25 A69-1303-555 16010 2017-04-14 17:22:00 21 -#> 10449 25 A69-1303-555 16011 2017-04-14 17:22:00 57 -#> 10450 25 A69-1303-555 16012 2017-04-14 17:24:00 57 -#> 10451 25 A69-1303-555 16013 2017-04-14 17:26:00 57 -#> 10452 25 A69-1303-555 16014 2017-04-14 17:28:00 57 -#> 10453 25 A69-1303-555 16015 2017-04-14 17:30:00 57 -#> 10454 25 A69-1303-555 16016 2017-04-14 17:32:00 57 -#> 10455 25 A69-1303-555 16017 2017-04-14 17:34:00 21 -#> 10456 25 A69-1303-555 16018 2017-04-14 18:06:00 45 -#> 10457 25 A69-1303-555 16020 2017-04-14 18:10:00 45 -#> 10458 25 A69-1303-555 16021 2017-04-14 18:12:00 45 -#> 10459 25 A69-1303-555 16022 2017-04-14 18:18:00 45 -#> 10460 25 A69-1303-555 16024 2017-04-14 18:22:00 45 -#> 10461 25 A69-1303-555 16026 2017-04-14 18:26:00 45 -#> 10462 25 A69-1303-555 16027 2017-04-14 18:34:00 45 -#> 10463 25 A69-1303-555 16028 2017-04-14 18:36:00 45 -#> 10464 25 A69-1303-555 16031 2017-04-14 18:40:00 45 -#> 10465 25 A69-1303-555 16032 2017-04-14 18:48:00 45 -#> 10466 25 A69-1303-555 16034 2017-04-14 18:50:00 45 -#> 10467 25 A69-1303-555 16035 2017-04-14 18:54:00 45 -#> 10468 25 A69-1303-555 16036 2017-04-14 18:58:00 45 -#> 10469 25 A69-1303-555 16037 2017-04-14 19:00:00 45 -#> 10470 25 A69-1303-555 16038 2017-04-14 19:06:00 45 -#> 10471 25 A69-1303-555 16039 2017-04-14 19:08:00 45 -#> 10472 25 A69-1303-555 16040 2017-04-14 19:12:00 45 -#> 10473 25 A69-1303-555 16042 2017-04-14 19:14:00 45 -#> 10474 25 A69-1303-555 16044 2017-04-14 19:18:00 45 -#> 10475 25 A69-1303-555 16046 2017-04-14 19:22:00 45 -#> 10476 25 A69-1303-555 16048 2017-04-14 19:28:00 45 -#> 10477 25 A69-1303-555 16051 2017-04-14 19:30:00 45 -#> 10478 25 A69-1303-555 16053 2017-04-14 19:32:00 45 -#> 10479 25 A69-1303-555 16054 2017-04-14 19:34:00 45 -#> 10480 25 A69-1303-555 16056 2017-04-14 19:36:00 45 -#> 10481 25 A69-1303-555 16058 2017-04-14 19:42:00 45 -#> 10482 25 A69-1303-555 16060 2017-04-14 19:44:00 45 -#> 10483 25 A69-1303-555 16062 2017-04-14 19:46:00 45 -#> 10484 25 A69-1303-555 16063 2017-04-14 19:56:00 45 -#> 10485 25 A69-1303-555 16064 2017-04-14 20:00:00 45 -#> 10486 25 A69-1303-555 16065 2017-04-14 20:04:00 45 -#> 10487 25 A69-1303-555 16066 2017-04-14 20:06:00 45 -#> 10488 25 A69-1303-555 16068 2017-04-14 20:12:00 45 -#> 10489 25 A69-1303-555 16069 2017-04-14 20:14:00 45 -#> 10490 25 A69-1303-555 16070 2017-04-14 20:16:00 45 -#> 10491 25 A69-1303-555 16071 2017-04-14 20:18:00 45 -#> 10492 25 A69-1303-555 16072 2017-04-14 20:20:00 45 -#> 10493 25 A69-1303-555 16073 2017-04-14 20:24:00 45 -#> 10494 25 A69-1303-555 16075 2017-04-14 20:26:00 45 -#> 10495 25 A69-1303-555 16076 2017-04-14 20:28:00 45 -#> 10496 25 A69-1303-555 16077 2017-04-14 20:30:00 45 -#> 10497 25 A69-1303-555 16079 2017-04-14 20:32:00 45 -#> 10498 25 A69-1303-555 16081 2017-04-14 20:34:00 45 -#> 10499 25 A69-1303-555 16083 2017-04-14 20:36:00 45 -#> 10500 25 A69-1303-555 16084 2017-04-14 20:38:00 45 -#> 10501 25 A69-1303-555 16085 2017-04-14 20:40:00 45 -#> 10502 25 A69-1303-555 16087 2017-04-14 20:42:00 56 -#> 10503 25 A69-1303-555 16088 2017-04-14 20:42:00 45 -#> 10504 25 A69-1303-555 16089 2017-04-14 20:44:00 56 -#> 10505 25 A69-1303-555 16090 2017-04-14 20:44:00 45 -#> 10506 25 A69-1303-555 16092 2017-04-14 20:46:00 56 -#> 10507 25 A69-1303-555 16093 2017-04-14 20:46:00 45 -#> 10508 25 A69-1303-555 16095 2017-04-14 20:48:00 45 -#> 10509 25 A69-1303-555 16096 2017-04-14 20:48:00 56 -#> 10510 25 A69-1303-555 16098 2017-04-14 20:50:00 56 -#> 10511 25 A69-1303-555 16099 2017-04-14 20:50:00 45 -#> 10512 25 A69-1303-555 16101 2017-04-14 20:52:00 45 -#> 10513 25 A69-1303-555 16102 2017-04-14 20:52:00 56 -#> 10514 25 A69-1303-555 16104 2017-04-14 20:54:00 45 -#> 10515 25 A69-1303-555 16105 2017-04-14 20:56:00 45 -#> 10516 25 A69-1303-555 16106 2017-04-14 20:56:00 56 -#> 10517 25 A69-1303-555 16107 2017-04-14 20:58:00 45 -#> 10518 25 A69-1303-555 16108 2017-04-14 20:58:00 56 -#> 10519 25 A69-1303-555 16111 2017-04-14 21:00:00 56 -#> 10520 25 A69-1303-555 16112 2017-04-14 21:00:00 45 -#> 10521 25 A69-1303-555 16113 2017-04-14 21:02:00 56 -#> 10522 25 A69-1303-555 16114 2017-04-14 21:02:00 45 -#> 10523 25 A69-1303-555 16116 2017-04-14 21:04:00 45 -#> 10524 25 A69-1303-555 16117 2017-04-14 21:04:00 56 -#> 10525 25 A69-1303-555 16119 2017-04-14 21:06:00 56 -#> 10526 25 A69-1303-555 16120 2017-04-14 21:06:00 45 -#> 10527 25 A69-1303-555 16122 2017-04-14 21:08:00 45 -#> 10528 25 A69-1303-555 16123 2017-04-14 21:08:00 56 -#> 10529 25 A69-1303-555 16125 2017-04-14 21:10:00 45 -#> 10530 25 A69-1303-555 16126 2017-04-14 21:12:00 56 -#> 10531 25 A69-1303-555 16127 2017-04-14 21:12:00 45 -#> 10532 25 A69-1303-555 16130 2017-04-14 21:14:00 45 -#> 10533 25 A69-1303-555 16131 2017-04-14 21:14:00 56 -#> 10534 25 A69-1303-555 16132 2017-04-14 21:16:00 56 -#> 10535 25 A69-1303-555 16134 2017-04-14 21:16:00 45 -#> 10536 25 A69-1303-555 16136 2017-04-14 21:18:00 45 -#> 10537 25 A69-1303-555 16138 2017-04-14 21:18:00 56 -#> 10538 25 A69-1303-555 16140 2017-04-14 21:20:00 56 -#> 10539 25 A69-1303-555 16141 2017-04-14 21:20:00 45 -#> 10540 25 A69-1303-555 16142 2017-04-14 21:22:00 45 -#> 10541 25 A69-1303-555 16144 2017-04-14 21:22:00 56 -#> 10542 25 A69-1303-555 16145 2017-04-14 21:24:00 45 -#> 10543 25 A69-1303-555 16147 2017-04-14 21:26:00 45 -#> 10544 25 A69-1303-555 16148 2017-04-14 21:28:00 45 -#> 10545 25 A69-1303-555 16149 2017-04-14 21:30:00 45 -#> 10546 25 A69-1303-555 16151 2017-04-14 21:32:00 45 -#> 10547 25 A69-1303-555 16154 2017-04-14 21:34:00 45 -#> 10548 25 A69-1303-555 16155 2017-04-14 21:36:00 45 -#> 10549 25 A69-1303-555 16156 2017-04-14 21:38:00 45 -#> 10550 25 A69-1303-555 16159 2017-04-14 21:40:00 45 -#> 10551 25 A69-1303-555 16160 2017-04-14 21:42:00 45 -#> 10552 25 A69-1303-555 16161 2017-04-14 21:44:00 45 -#> 10553 25 A69-1303-555 16163 2017-04-14 21:48:00 45 -#> 10554 25 A69-1303-555 16165 2017-04-14 21:50:00 45 -#> 10555 25 A69-1303-555 16166 2017-04-14 21:52:00 45 -#> 10556 25 A69-1303-555 16168 2017-04-14 21:58:00 45 -#> 10557 25 A69-1303-555 16169 2017-04-14 23:26:00 48 -#> 10558 25 A69-1303-555 16171 2017-04-14 23:36:00 48 -#> 10559 25 A69-1303-555 16172 2017-04-14 23:38:00 48 -#> 10560 25 A69-1303-555 16173 2017-04-14 23:40:00 48 -#> 10561 25 A69-1303-555 16174 2017-04-14 23:42:00 48 -#> 10562 25 A69-1303-555 16176 2017-04-14 23:44:00 48 -#> 10563 25 A69-1303-555 16178 2017-04-14 23:46:00 48 -#> 10564 25 A69-1303-555 16180 2017-04-14 23:48:00 48 -#> 10565 25 A69-1303-555 16182 2017-04-15 00:36:00 48 -#> 10566 25 A69-1303-555 16183 2017-04-15 00:38:00 48 -#> 10567 25 A69-1303-555 16184 2017-04-15 00:40:00 48 -#> 10568 25 A69-1303-555 16185 2017-04-15 00:42:00 48 -#> 10569 25 A69-1303-555 16186 2017-04-15 00:46:00 48 -#> 10570 25 A69-1303-555 16188 2017-04-15 00:48:00 48 -#> 10571 25 A69-1303-555 16190 2017-04-15 00:50:00 48 -#> 10572 25 A69-1303-555 16192 2017-04-15 00:52:00 48 -#> 10573 25 A69-1303-555 16194 2017-04-15 00:54:00 48 -#> 10574 25 A69-1303-555 16195 2017-04-15 00:56:00 48 -#> 10575 25 A69-1303-555 16197 2017-04-15 00:58:00 48 -#> 10576 25 A69-1303-555 16198 2017-04-15 01:00:00 48 -#> 10577 25 A69-1303-555 16200 2017-04-15 01:02:00 48 -#> 10578 25 A69-1303-555 16202 2017-04-15 01:06:00 48 -#> 10579 25 A69-1303-555 16205 2017-04-15 01:08:00 48 -#> 10580 25 A69-1303-555 16206 2017-04-15 01:12:00 48 -#> 10581 25 A69-1303-555 16207 2017-04-15 01:34:00 49 -#> 10582 25 A69-1303-555 16208 2017-04-15 01:52:00 49 -#> 10583 25 A69-1303-555 16209 2017-04-15 02:06:00 49 -#> 10584 25 A69-1303-555 16210 2017-04-18 03:48:00 51 -#> 10585 25 A69-1303-555 16212 2017-04-18 03:50:00 51 -#> 10586 25 A69-1303-555 16214 2017-04-18 03:52:00 51 -#> 10587 25 A69-1303-555 16215 2017-04-18 03:54:00 51 -#> 10588 25 A69-1303-555 16216 2017-04-18 03:56:00 51 -#> 10589 25 A69-1303-555 16219 2017-04-18 03:58:00 51 -#> 10590 25 A69-1303-555 16221 2017-04-18 04:00:00 51 -#> 10591 25 A69-1303-555 16223 2017-04-18 04:02:00 51 -#> 10592 25 A69-1303-555 16224 2017-04-18 04:04:00 51 -#> 10593 25 A69-1303-555 16225 2017-04-18 04:06:00 51 -#> 10594 25 A69-1303-555 16227 2017-04-18 04:08:00 51 -#> 10595 25 A69-1303-555 16230 2017-04-18 04:10:00 51 -#> 10596 25 A69-1303-555 16231 2017-04-18 04:14:00 51 -#> 10597 25 A69-1303-555 16232 2017-04-18 04:16:00 51 -#> 10598 25 A69-1303-555 16233 2017-04-18 04:20:00 51 -#> 10599 25 A69-1303-555 16234 2017-04-18 04:22:00 51 -#> 10600 25 A69-1303-555 16236 2017-04-18 04:24:00 51 -#> 10601 25 A69-1303-555 16237 2017-04-18 04:28:00 51 -#> 10602 25 A69-1303-555 16238 2017-04-18 20:28:00 52 -#> 10603 25 A69-1303-555 16239 2017-04-18 20:38:00 47 -#> 10604 25 A69-1303-555 16240 2017-04-18 20:40:00 47 -#> 10605 25 A69-1303-555 16242 2017-04-18 20:42:00 52 -#> 10606 25 A69-1303-555 16243 2017-04-18 20:44:00 52 -#> 10607 25 A69-1303-555 16244 2017-04-18 20:48:00 52 -#> 10608 25 A69-1303-555 16246 2017-04-18 20:54:00 47 -#> 10609 25 A69-1303-555 16247 2017-04-18 20:54:00 52 -#> 10610 25 A69-1303-555 16248 2017-04-18 20:56:00 52 -#> 10611 25 A69-1303-555 16249 2017-04-18 20:58:00 52 -#> 10612 25 A69-1303-555 16250 2017-04-18 21:00:00 52 -#> 10613 25 A69-1303-555 16251 2017-04-18 21:00:00 47 -#> 10614 25 A69-1303-555 16253 2017-04-18 21:04:00 52 -#> 10615 25 A69-1303-555 16254 2017-04-18 21:04:00 47 -#> 10616 25 A69-1303-555 16256 2017-04-18 21:06:00 52 -#> 10617 25 A69-1303-555 16258 2017-04-18 21:08:00 52 -#> 10618 25 A69-1303-555 16259 2017-04-18 21:08:00 47 -#> 10619 25 A69-1303-555 16263 2017-04-18 21:10:00 52 -#> 10620 25 A69-1303-555 16264 2017-04-18 21:10:00 47 -#> 10621 25 A69-1303-555 16268 2017-04-18 21:12:00 52 -#> 10622 25 A69-1303-555 16270 2017-04-18 21:14:00 52 -#> 10623 25 A69-1303-555 16272 2017-04-18 21:18:00 52 -#> 10624 25 A69-1303-555 16273 2017-04-18 21:20:00 47 -#> 10625 25 A69-1303-555 16274 2017-04-18 21:20:00 52 -#> 10626 25 A69-1303-555 16276 2017-04-18 21:34:00 47 -#> 10627 25 A69-1303-555 16277 2017-04-19 00:56:00 47 -#> 10628 25 A69-1303-555 16279 2017-04-19 00:58:00 47 -#> 10629 25 A69-1303-555 16280 2017-04-19 01:00:00 47 -#> 10630 25 A69-1303-555 16281 2017-04-19 01:02:00 47 -#> 10631 25 A69-1303-555 16284 2017-04-19 01:04:00 47 -#> 10632 25 A69-1303-555 16285 2017-04-19 01:10:00 47 -#> 10633 25 A69-1303-555 16286 2017-04-19 01:12:00 47 -#> 10634 25 A69-1303-555 16287 2017-04-19 01:12:00 52 -#> 10635 25 A69-1303-555 16288 2017-04-19 01:24:00 52 -#> 10636 25 A69-1303-555 16289 2017-04-19 01:38:00 52 -#> 10637 25 A69-1303-555 16291 2017-04-19 01:40:00 47 -#> 10638 25 A69-1303-555 16292 2017-04-19 01:40:00 52 -#> 10639 25 A69-1303-555 16294 2017-04-19 01:42:00 52 -#> 10640 25 A69-1303-555 16295 2017-04-19 01:42:00 47 -#> 10641 25 A69-1303-555 16296 2017-04-19 01:44:00 52 -#> 10642 25 A69-1303-555 16298 2017-04-19 01:46:00 52 -#> 10643 25 A69-1303-555 16299 2017-04-19 01:48:00 52 -#> 10644 25 A69-1303-555 16300 2017-04-19 02:00:00 52 -#> 10645 25 A69-1303-555 16301 2017-04-19 02:08:00 52 -#> 10646 25 A69-1303-555 16302 2017-04-19 02:22:00 47 -#> 10647 25 A69-1303-555 16304 2017-04-19 02:28:00 52 -#> 10648 25 A69-1303-555 16305 2017-04-19 02:30:00 52 -#> 10649 25 A69-1303-555 16307 2017-04-19 02:32:00 52 -#> 10650 25 A69-1303-555 16309 2017-04-19 02:36:00 52 -#> 10651 25 A69-1303-555 16311 2017-04-19 02:38:00 52 -#> 10652 25 A69-1303-555 16313 2017-04-19 02:40:00 52 -#> 10653 25 A69-1303-555 16314 2017-04-19 02:42:00 52 -#> 10654 25 A69-1303-555 16316 2017-04-19 02:44:00 52 -#> 10655 25 A69-1303-555 16317 2017-04-19 03:04:00 52 -#> 10656 25 A69-1303-555 16318 2017-04-20 01:10:00 51 -#> 10657 25 A69-1303-555 16320 2017-04-20 01:12:00 51 -#> 10658 25 A69-1303-555 16321 2017-04-20 01:14:00 51 -#> 10659 25 A69-1303-555 16322 2017-04-20 01:16:00 51 -#> 10660 25 A69-1303-555 16324 2017-04-20 01:18:00 51 -#> 10661 25 A69-1303-555 16326 2017-04-20 01:20:00 51 -#> 10662 25 A69-1303-555 16327 2017-04-20 01:22:00 51 -#> 10663 25 A69-1303-555 16329 2017-04-20 01:24:00 51 -#> 10664 25 A69-1303-555 16331 2017-04-20 01:26:00 51 -#> 10665 25 A69-1303-555 16333 2017-04-20 01:28:00 51 -#> 10666 25 A69-1303-555 16334 2017-04-20 01:30:00 51 -#> 10667 25 A69-1303-555 16336 2017-04-20 01:32:00 51 -#> 10668 25 A69-1303-555 16337 2017-04-20 01:34:00 51 -#> 10669 25 A69-1303-555 16339 2017-04-20 01:36:00 51 -#> 10670 25 A69-1303-555 16340 2017-04-20 01:38:00 51 -#> 10671 25 A69-1303-555 16341 2017-04-20 01:40:00 51 -#> 10672 25 A69-1303-555 16342 2017-04-20 01:42:00 51 -#> 10673 25 A69-1303-555 16344 2017-04-20 01:44:00 51 -#> 10674 25 A69-1303-555 16345 2017-04-20 01:46:00 51 -#> 10675 25 A69-1303-555 16346 2017-04-20 01:48:00 51 -#> 10676 25 A69-1303-555 16347 2017-04-20 01:52:00 51 -#> 10677 25 A69-1303-555 16348 2017-04-20 01:54:00 51 -#> 10678 25 A69-1303-555 16349 2017-04-20 01:58:00 51 -#> 10679 25 A69-1303-555 16350 2017-04-20 02:06:00 51 -#> 10680 25 A69-1303-555 16351 2017-04-20 02:24:00 51 -#> 10681 25 A69-1303-555 16352 2017-04-20 02:26:00 51 -#> 10682 25 A69-1303-555 16353 2017-04-21 04:14:00 48 -#> 10683 25 A69-1303-555 16354 2017-04-21 04:16:00 48 -#> 10684 25 A69-1303-555 16355 2017-04-21 04:20:00 48 -#> 10685 25 A69-1303-555 16356 2017-04-21 04:22:00 48 -#> 10686 25 A69-1303-555 16358 2017-04-21 04:24:00 48 -#> 10687 25 A69-1303-555 16360 2017-04-21 04:26:00 48 -#> 10688 25 A69-1303-555 16361 2017-04-21 04:32:00 48 -#> 10689 25 A69-1303-555 16363 2017-04-21 04:36:00 48 -#> 10690 25 A69-1303-555 16364 2017-04-21 04:40:00 48 -#> 10691 25 A69-1303-555 16365 2017-04-21 04:42:00 48 -#> 10692 25 A69-1303-555 16366 2017-04-21 04:44:00 48 -#> 10693 25 A69-1303-555 16368 2017-04-21 04:56:00 48 -#> 10694 25 A69-1303-555 16369 2017-04-21 04:58:00 48 -#> 10695 25 A69-1303-555 16370 2017-04-21 08:56:00 45 -#> 10696 25 A69-1303-555 16371 2017-04-21 09:26:00 45 -#> 10697 25 A69-1303-555 16372 2017-04-21 11:24:00 45 -#> 10698 25 A69-1303-555 16373 2017-04-21 11:48:00 45 -#> 10699 25 A69-1303-555 16374 2017-04-21 11:50:00 45 -#> 10700 25 A69-1303-555 16375 2017-04-21 11:52:00 45 -#> 10701 25 A69-1303-555 16376 2017-04-21 12:08:00 45 -#> 10702 25 A69-1303-555 16377 2017-04-21 12:18:00 45 -#> 10703 25 A69-1303-555 16379 2017-04-21 12:28:00 45 -#> 10704 25 A69-1303-555 16380 2017-04-21 16:56:00 45 -#> 10705 25 A69-1303-555 16381 2017-04-21 17:12:00 45 -#> 10706 25 A69-1303-555 16383 2017-04-21 17:14:00 45 -#> 10707 25 A69-1303-555 16385 2017-04-21 17:18:00 45 -#> 10708 25 A69-1303-555 16386 2017-04-21 17:20:00 45 -#> 10709 25 A69-1303-555 16387 2017-04-21 17:22:00 45 -#> 10710 25 A69-1303-555 16388 2017-04-21 17:24:00 45 -#> 10711 25 A69-1303-555 16389 2017-04-21 17:28:00 45 -#> 10712 25 A69-1303-555 16390 2017-04-21 17:32:00 45 -#> 10713 25 A69-1303-555 16393 2017-04-21 17:34:00 45 -#> 10714 25 A69-1303-555 16394 2017-04-21 17:36:00 45 -#> 10715 25 A69-1303-555 16395 2017-04-21 17:40:00 45 -#> 10716 25 A69-1303-555 16397 2017-04-21 17:42:00 45 -#> 10717 25 A69-1303-555 16399 2017-04-21 17:44:00 45 -#> 10718 25 A69-1303-555 16401 2017-04-21 17:46:00 45 -#> 10719 25 A69-1303-555 16402 2017-04-21 17:48:00 45 -#> 10720 25 A69-1303-555 16404 2017-04-21 17:50:00 45 -#> 10721 25 A69-1303-555 16405 2017-04-21 17:52:00 45 -#> 10722 25 A69-1303-555 16407 2017-04-21 17:54:00 45 -#> 10723 25 A69-1303-555 16408 2017-04-21 17:56:00 45 -#> 10724 25 A69-1303-555 16409 2017-04-21 17:58:00 45 -#> 10725 25 A69-1303-555 16411 2017-04-21 18:00:00 45 -#> 10726 25 A69-1303-555 16412 2017-04-21 18:02:00 45 -#> 10727 25 A69-1303-555 16414 2017-04-21 18:04:00 45 -#> 10728 25 A69-1303-555 16415 2017-04-21 18:06:00 45 -#> 10729 25 A69-1303-555 16416 2017-04-21 18:08:00 45 -#> 10730 25 A69-1303-555 16418 2017-04-21 18:10:00 45 -#> 10731 25 A69-1303-555 16420 2017-04-21 18:12:00 45 -#> 10732 25 A69-1303-555 16421 2017-04-21 18:14:00 45 -#> 10733 25 A69-1303-555 16422 2017-04-21 18:16:00 45 -#> 10734 25 A69-1303-555 16423 2017-04-21 18:20:00 45 -#> 10735 25 A69-1303-555 16424 2017-04-21 18:22:00 45 -#> 10736 25 A69-1303-555 16425 2017-04-21 18:26:00 45 -#> 10737 25 A69-1303-555 16426 2017-04-21 18:30:00 45 -#> 10738 25 A69-1303-555 16427 2017-04-21 18:32:00 45 -#> 10739 25 A69-1303-555 16429 2017-04-21 18:34:00 45 -#> 10740 25 A69-1303-555 16431 2017-04-21 18:38:00 45 -#> 10741 25 A69-1303-555 16432 2017-04-21 18:42:00 45 -#> 10742 25 A69-1303-555 16433 2017-04-21 18:44:00 45 -#> 10743 25 A69-1303-555 16434 2017-04-21 18:46:00 45 -#> 10744 25 A69-1303-555 16436 2017-04-21 18:48:00 45 -#> 10745 25 A69-1303-555 16437 2017-04-21 18:50:00 45 -#> 10746 25 A69-1303-555 16439 2017-04-21 18:52:00 45 -#> 10747 25 A69-1303-555 16440 2017-04-21 18:54:00 45 -#> 10748 25 A69-1303-555 16441 2017-04-21 18:56:00 45 -#> 10749 25 A69-1303-555 16442 2017-04-21 18:58:00 45 -#> 10750 25 A69-1303-555 16443 2017-04-21 19:00:00 45 -#> 10751 25 A69-1303-555 16445 2017-04-21 19:02:00 45 -#> 10752 25 A69-1303-555 16447 2017-04-21 19:04:00 45 -#> 10753 25 A69-1303-555 16448 2017-04-21 19:06:00 45 -#> 10754 25 A69-1303-555 16450 2017-04-21 19:08:00 45 -#> 10755 25 A69-1303-555 16452 2017-04-21 19:10:00 45 -#> 10756 25 A69-1303-555 16454 2017-04-21 19:14:00 45 -#> 10757 25 A69-1303-555 16456 2017-04-21 19:16:00 45 -#> 10758 25 A69-1303-555 16457 2017-04-21 19:18:00 45 -#> 10759 25 A69-1303-555 16459 2017-04-21 19:20:00 45 -#> 10760 25 A69-1303-555 16461 2017-04-21 19:24:00 45 -#> 10761 25 A69-1303-555 16463 2017-04-21 19:26:00 45 -#> 10762 25 A69-1303-555 16464 2017-04-21 19:28:00 45 -#> 10763 25 A69-1303-555 16465 2017-04-21 19:30:00 45 -#> 10764 25 A69-1303-555 16466 2017-04-21 19:32:00 45 -#> 10765 25 A69-1303-555 16468 2017-04-21 19:34:00 45 -#> 10766 25 A69-1303-555 16469 2017-04-21 19:36:00 45 -#> 10767 25 A69-1303-555 16471 2017-04-21 19:38:00 45 -#> 10768 25 A69-1303-555 16473 2017-04-21 19:40:00 45 -#> 10769 25 A69-1303-555 16474 2017-04-21 19:42:00 45 -#> 10770 25 A69-1303-555 16475 2017-04-21 19:44:00 45 -#> 10771 25 A69-1303-555 16477 2017-04-21 19:46:00 45 -#> 10772 25 A69-1303-555 16478 2017-04-21 19:48:00 45 -#> 10773 25 A69-1303-555 16480 2017-04-21 19:50:00 45 -#> 10774 25 A69-1303-555 16481 2017-04-21 19:52:00 45 -#> 10775 25 A69-1303-555 16483 2017-04-21 19:54:00 45 -#> 10776 25 A69-1303-555 16484 2017-04-21 19:56:00 45 -#> 10777 25 A69-1303-555 16486 2017-04-21 19:58:00 45 -#> 10778 25 A69-1303-555 16487 2017-04-21 20:00:00 45 -#> 10779 25 A69-1303-555 16488 2017-04-21 20:02:00 45 -#> 10780 25 A69-1303-555 16490 2017-04-21 20:04:00 45 -#> 10781 25 A69-1303-555 16492 2017-04-21 20:06:00 45 -#> 10782 25 A69-1303-555 16494 2017-04-21 20:08:00 45 -#> 10783 25 A69-1303-555 16495 2017-04-21 20:10:00 45 -#> 10784 25 A69-1303-555 16496 2017-04-21 20:12:00 45 -#> 10785 25 A69-1303-555 16499 2017-04-21 20:14:00 45 -#> 10786 25 A69-1303-555 16501 2017-04-21 20:16:00 45 -#> 10787 25 A69-1303-555 16502 2017-04-21 20:18:00 45 -#> 10788 25 A69-1303-555 16503 2017-04-21 20:20:00 45 -#> 10789 25 A69-1303-555 16504 2017-04-21 20:22:00 45 -#> 10790 25 A69-1303-555 16505 2017-04-21 20:24:00 45 -#> 10791 25 A69-1303-555 16507 2017-04-21 20:28:00 45 -#> 10792 25 A69-1303-555 16509 2017-04-21 20:30:00 45 -#> 10793 25 A69-1303-555 16512 2017-04-21 20:32:00 45 -#> 10794 25 A69-1303-555 16513 2017-04-21 20:34:00 45 -#> 10795 25 A69-1303-555 16515 2017-04-21 20:38:00 45 -#> 10796 25 A69-1303-555 16517 2017-04-21 20:44:00 45 -#> 10797 25 A69-1303-555 16519 2017-04-21 20:46:00 45 -#> 10798 25 A69-1303-555 16521 2017-04-21 20:48:00 45 -#> 10799 25 A69-1303-555 16523 2017-04-21 20:50:00 45 -#> 10800 25 A69-1303-555 16525 2017-04-21 20:52:00 45 -#> 10801 25 A69-1303-555 16527 2017-04-21 20:54:00 45 -#> 10802 25 A69-1303-555 16529 2017-04-21 20:56:00 45 -#> 10803 25 A69-1303-555 16530 2017-04-21 20:58:00 45 -#> 10804 25 A69-1303-555 16531 2017-04-21 21:00:00 45 -#> 10805 25 A69-1303-555 16533 2017-04-21 21:02:00 45 -#> 10806 25 A69-1303-555 16534 2017-04-21 21:04:00 45 -#> 10807 25 A69-1303-555 16537 2017-04-21 21:06:00 45 -#> 10808 25 A69-1303-555 16539 2017-04-21 21:08:00 56 -#> 10809 25 A69-1303-555 16540 2017-04-21 21:08:00 45 -#> 10810 25 A69-1303-555 16542 2017-04-21 21:10:00 45 -#> 10811 25 A69-1303-555 16543 2017-04-21 21:12:00 45 -#> 10812 25 A69-1303-555 16544 2017-04-21 21:12:00 56 -#> 10813 25 A69-1303-555 16546 2017-04-21 21:14:00 56 -#> 10814 25 A69-1303-555 16547 2017-04-21 21:14:00 45 -#> 10815 25 A69-1303-555 16549 2017-04-21 21:16:00 45 -#> 10816 25 A69-1303-555 16550 2017-04-21 21:16:00 56 -#> 10817 25 A69-1303-555 16554 2017-04-21 21:18:00 56 -#> 10818 25 A69-1303-555 16556 2017-04-21 21:20:00 56 -#> 10819 25 A69-1303-555 16557 2017-04-21 21:20:00 45 -#> 10820 25 A69-1303-555 16558 2017-04-21 21:24:00 56 -#> 10821 25 A69-1303-555 16560 2017-04-21 21:26:00 56 -#> 10822 25 A69-1303-555 16562 2017-04-21 21:28:00 56 -#> 10823 25 A69-1303-555 16563 2017-04-21 21:30:00 56 -#> 10824 25 A69-1303-555 16565 2017-04-21 21:32:00 56 -#> 10825 25 A69-1303-555 16566 2017-04-21 21:34:00 56 -#> 10826 25 A69-1303-555 16567 2017-04-21 21:36:00 56 -#> 10827 25 A69-1303-555 16568 2017-04-21 21:38:00 56 -#> 10828 25 A69-1303-555 16569 2017-04-21 21:38:00 45 -#> 10829 25 A69-1303-555 16571 2017-04-21 21:40:00 45 -#> 10830 25 A69-1303-555 16572 2017-04-21 21:40:00 56 -#> 10831 25 A69-1303-555 16573 2017-04-21 21:42:00 45 -#> 10832 25 A69-1303-555 16575 2017-04-21 21:44:00 45 -#> 10833 25 A69-1303-555 16576 2017-04-21 21:46:00 45 -#> 10834 25 A69-1303-555 16578 2017-04-21 21:48:00 45 -#> 10835 25 A69-1303-555 16580 2017-04-21 21:50:00 45 -#> 10836 25 A69-1303-555 16581 2017-04-21 21:52:00 45 -#> 10837 25 A69-1303-555 16583 2017-04-21 21:54:00 45 -#> 10838 25 A69-1303-555 16584 2017-04-21 22:12:00 56 -#> 10839 25 A69-1303-555 16585 2017-04-21 22:14:00 45 -#> 10840 25 A69-1303-555 16586 2017-04-21 22:16:00 56 -#> 10841 25 A69-1303-555 16587 2017-04-21 22:16:00 45 -#> 10842 25 A69-1303-555 16589 2017-04-21 22:18:00 45 -#> 10843 25 A69-1303-555 16590 2017-04-21 22:18:00 56 -#> 10844 25 A69-1303-555 16592 2017-04-21 22:20:00 56 -#> 10845 25 A69-1303-555 16593 2017-04-21 22:20:00 45 -#> 10846 25 A69-1303-555 16596 2017-04-21 22:22:00 56 -#> 10847 25 A69-1303-555 16597 2017-04-21 22:22:00 45 -#> 10848 25 A69-1303-555 16599 2017-04-21 22:24:00 45 -#> 10849 25 A69-1303-555 16602 2017-04-21 22:26:00 45 -#> 10850 25 A69-1303-555 16603 2017-04-21 22:26:00 56 -#> 10851 25 A69-1303-555 16604 2017-04-21 22:28:00 45 -#> 10852 25 A69-1303-555 16606 2017-04-21 22:30:00 45 -#> 10853 25 A69-1303-555 16608 2017-04-21 22:32:00 45 -#> 10854 25 A69-1303-555 16609 2017-04-21 22:34:00 45 -#> 10855 25 A69-1303-555 16611 2017-04-21 22:36:00 45 -#> 10856 25 A69-1303-555 16613 2017-04-21 22:38:00 45 -#> 10857 25 A69-1303-555 16615 2017-04-21 22:40:00 45 -#> 10858 25 A69-1303-555 16617 2017-04-21 22:42:00 45 -#> 10859 25 A69-1303-555 16619 2017-04-21 22:44:00 45 -#> 10860 25 A69-1303-555 16621 2017-04-21 22:46:00 45 -#> 10861 25 A69-1303-555 16622 2017-04-21 22:46:00 56 -#> 10862 25 A69-1303-555 16623 2017-04-21 22:48:00 45 -#> 10863 25 A69-1303-555 16624 2017-04-21 22:48:00 56 -#> 10864 25 A69-1303-555 16626 2017-04-21 22:50:00 45 -#> 10865 25 A69-1303-555 16628 2017-04-21 22:52:00 45 -#> 10866 25 A69-1303-555 16630 2017-04-21 22:54:00 45 -#> 10867 25 A69-1303-555 16632 2017-04-21 22:58:00 45 -#> 10868 25 A69-1303-555 16633 2017-04-22 00:48:00 45 -#> 10869 25 A69-1303-555 16634 2017-04-22 00:52:00 45 -#> 10870 25 A69-1303-555 16635 2017-04-22 00:56:00 45 -#> 10871 25 A69-1303-555 16638 2017-04-22 00:58:00 45 -#> 10872 25 A69-1303-555 16640 2017-04-22 01:00:00 45 -#> 10873 25 A69-1303-555 16642 2017-04-22 01:02:00 45 -#> 10874 25 A69-1303-555 16643 2017-04-22 01:04:00 45 -#> 10875 25 A69-1303-555 16645 2017-04-22 01:06:00 45 -#> 10876 25 A69-1303-555 16646 2017-04-22 01:08:00 45 -#> 10877 25 A69-1303-555 16648 2017-04-22 01:10:00 56 -#> 10878 25 A69-1303-555 16649 2017-04-22 01:10:00 45 -#> 10879 25 A69-1303-555 16650 2017-04-22 01:12:00 56 -#> 10880 25 A69-1303-555 16651 2017-04-22 01:12:00 45 -#> 10881 25 A69-1303-555 16652 2017-04-22 01:14:00 45 -#> 10882 25 A69-1303-555 16653 2017-04-22 01:16:00 45 -#> 10883 25 A69-1303-555 16655 2017-04-22 01:18:00 56 -#> 10884 25 A69-1303-555 16656 2017-04-22 01:18:00 45 -#> 10885 25 A69-1303-555 16658 2017-04-22 01:20:00 45 -#> 10886 25 A69-1303-555 16659 2017-04-22 01:20:00 56 -#> 10887 25 A69-1303-555 16660 2017-04-22 01:22:00 56 -#> 10888 25 A69-1303-555 16661 2017-04-22 01:22:00 45 -#> 10889 25 A69-1303-555 16662 2017-04-22 01:24:00 45 -#> 10890 25 A69-1303-555 16665 2017-04-22 01:26:00 45 -#> 10891 25 A69-1303-555 16666 2017-04-22 01:28:00 45 -#> 10892 25 A69-1303-555 16668 2017-04-22 01:30:00 45 -#> 10893 25 A69-1303-555 16669 2017-04-22 01:32:00 45 -#> 10894 25 A69-1303-555 16671 2017-04-22 01:34:00 45 -#> 10895 25 A69-1303-555 16673 2017-04-22 01:36:00 45 -#> 10896 25 A69-1303-555 16674 2017-04-22 01:38:00 45 -#> 10897 25 A69-1303-555 16675 2017-04-22 01:40:00 45 -#> 10898 25 A69-1303-555 16677 2017-04-22 01:42:00 45 -#> 10899 25 A69-1303-555 16678 2017-04-22 01:44:00 45 -#> 10900 25 A69-1303-555 16680 2017-04-22 01:46:00 45 -#> 10901 25 A69-1303-555 16681 2017-04-22 01:46:00 57 -#> 10902 25 A69-1303-555 16682 2017-04-22 01:48:00 57 -#> 10903 25 A69-1303-555 16684 2017-04-22 01:52:00 57 -#> 10904 25 A69-1303-555 16686 2017-04-22 01:52:00 43 -#> 10905 25 A69-1303-555 16687 2017-04-22 01:54:00 57 -#> 10906 25 A69-1303-555 16688 2017-04-22 01:54:00 43 -#> 10907 25 A69-1303-555 16692 2017-04-22 01:56:00 57 -#> 10908 25 A69-1303-555 16693 2017-04-22 01:56:00 43 -#> 10909 25 A69-1303-555 16697 2017-04-22 01:58:00 57 -#> 10910 25 A69-1303-555 16699 2017-04-22 02:00:00 57 -#> 10911 25 A69-1303-555 16700 2017-04-22 02:02:00 57 -#> 10912 25 A69-1303-555 16702 2017-04-22 02:04:00 57 -#> 10913 25 A69-1303-555 16703 2017-04-22 02:06:00 57 -#> 10914 25 A69-1303-555 16704 2017-04-22 02:06:00 43 -#> 10915 25 A69-1303-555 16706 2017-04-22 02:08:00 57 -#> 10916 25 A69-1303-555 16708 2017-04-22 02:08:00 43 -#> 10917 25 A69-1303-555 16709 2017-04-22 02:10:00 57 -#> 10918 25 A69-1303-555 16710 2017-04-22 02:10:00 43 -#> 10919 25 A69-1303-555 16711 2017-04-22 02:12:00 43 -#> 10920 25 A69-1303-555 16712 2017-04-22 02:14:00 43 -#> 10921 25 A69-1303-555 16713 2017-04-22 02:56:00 48 -#> 10922 25 A69-1303-555 16714 2017-04-22 03:12:00 48 -#> 10923 25 A69-1303-555 16715 2017-04-22 03:14:00 48 -#> 10924 25 A69-1303-555 16716 2017-04-22 03:16:00 48 -#> 10925 25 A69-1303-555 16718 2017-04-22 03:18:00 48 -#> 10926 25 A69-1303-555 16720 2017-04-22 03:20:00 48 -#> 10927 25 A69-1303-555 16721 2017-04-22 03:22:00 48 -#> 10928 25 A69-1303-555 16722 2017-04-22 03:24:00 48 -#> 10929 25 A69-1303-555 16724 2017-04-22 03:26:00 48 -#> 10930 25 A69-1303-555 16726 2017-04-22 03:28:00 48 -#> 10931 25 A69-1303-555 16727 2017-04-22 03:30:00 48 -#> 10932 25 A69-1303-555 16729 2017-04-22 03:32:00 48 -#> 10933 25 A69-1303-555 16730 2017-04-22 03:34:00 48 -#> 10934 25 A69-1303-555 16731 2017-04-22 03:36:00 48 -#> 10935 25 A69-1303-555 16732 2017-04-22 03:38:00 48 -#> 10936 25 A69-1303-555 16733 2017-04-22 03:58:00 49 -#> 10937 25 A69-1303-555 16734 2017-04-22 04:00:00 49 -#> 10938 25 A69-1303-555 16736 2017-04-22 04:02:00 49 -#> 10939 25 A69-1303-555 16738 2017-04-22 04:04:00 49 -#> 10940 25 A69-1303-555 16739 2017-04-22 04:06:00 49 -#> 10941 25 A69-1303-555 16740 2017-04-22 04:08:00 49 -#> 10942 25 A69-1303-555 16742 2017-04-22 04:12:00 49 -#> 10943 25 A69-1303-555 16744 2017-04-22 04:18:00 49 -#> 10944 25 A69-1303-555 16745 2017-04-22 04:20:00 49 -#> 10945 25 A69-1303-555 16746 2017-04-22 04:22:00 49 -#> 10946 25 A69-1303-555 16747 2017-04-22 04:26:00 49 -#> 10947 25 A69-1303-555 16748 2017-04-22 04:28:00 49 -#> 10948 25 A69-1303-555 16749 2017-04-22 04:30:00 49 -#> 10949 25 A69-1303-555 16751 2017-04-22 04:32:00 49 -#> 10950 25 A69-1303-555 16753 2017-04-22 04:34:00 49 -#> 10951 25 A69-1303-555 16754 2017-04-22 04:40:00 49 -#> 10952 25 A69-1303-555 16755 2017-04-22 04:42:00 49 -#> 10953 25 A69-1303-555 16756 2017-04-23 03:44:00 51 -#> 10954 25 A69-1303-555 16757 2017-04-23 03:54:00 51 -#> 10955 25 A69-1303-555 16758 2017-04-23 03:56:00 51 -#> 10956 25 A69-1303-555 16759 2017-04-23 03:58:00 51 -#> 10957 25 A69-1303-555 16761 2017-04-23 04:02:00 51 -#> 10958 25 A69-1303-555 16762 2017-04-23 04:04:00 51 -#> 10959 25 A69-1303-555 16763 2017-04-23 04:10:00 51 -#> 10960 25 A69-1303-555 16764 2017-04-23 04:14:00 51 -#> 10961 25 A69-1303-555 16766 2017-04-23 04:16:00 51 -#> 10962 25 A69-1303-555 16767 2017-04-23 04:18:00 51 -#> 10963 25 A69-1303-555 16769 2017-04-23 04:20:00 51 -#> 10964 25 A69-1303-555 16771 2017-04-23 04:22:00 51 -#> 10965 25 A69-1303-555 16772 2017-04-23 04:26:00 51 -#> 10966 25 A69-1303-555 16774 2017-04-23 04:28:00 51 -#> 10967 25 A69-1303-555 16776 2017-04-23 04:30:00 51 -#> 10968 25 A69-1303-555 16777 2017-04-23 04:32:00 51 -#> 10969 25 A69-1303-555 16779 2017-04-23 04:34:00 51 -#> 10970 25 A69-1303-555 16780 2017-04-23 04:36:00 51 -#> 10971 25 A69-1303-555 16781 2017-04-23 04:38:00 51 -#> 10972 25 A69-1303-555 16782 2017-04-23 04:48:00 51 -#> 10973 25 A69-1303-555 16783 2017-04-23 11:32:00 51 -#> 10974 25 A69-1303-555 16784 2017-04-23 11:34:00 51 -#> 10975 25 A69-1303-555 16785 2017-04-23 13:24:00 51 -#> 10976 25 A69-1303-555 16786 2017-04-23 13:38:00 51 -#> 10977 25 A69-1303-555 16787 2017-04-23 14:18:00 51 -#> 10978 25 A69-1303-555 16788 2017-04-23 14:22:00 51 -#> 10979 25 A69-1303-555 16789 2017-04-23 14:28:00 51 -#> 10980 25 A69-1303-555 16790 2017-04-23 14:36:00 51 -#> 10981 25 A69-1303-555 16791 2017-04-23 14:48:00 51 -#> 10982 25 A69-1303-555 16792 2017-04-23 14:52:00 51 -#> 10983 25 A69-1303-555 16793 2017-04-27 19:56:00 45 -#> 10984 25 A69-1303-555 16794 2017-04-27 19:58:00 45 -#> 10985 25 A69-1303-555 16796 2017-04-27 20:00:00 45 -#> 10986 25 A69-1303-555 16798 2017-04-27 20:02:00 45 -#> 10987 25 A69-1303-555 16799 2017-04-27 20:04:00 45 -#> 10988 25 A69-1303-555 16801 2017-04-27 20:06:00 45 -#> 10989 25 A69-1303-555 16803 2017-04-27 20:08:00 45 -#> 10990 25 A69-1303-555 16804 2017-04-27 20:10:00 45 -#> 10991 25 A69-1303-555 16806 2017-04-27 20:12:00 45 -#> 10992 25 A69-1303-555 16807 2017-04-27 20:14:00 45 -#> 10993 25 A69-1303-555 16808 2017-04-27 20:16:00 45 -#> 10994 25 A69-1303-555 16810 2017-04-27 20:18:00 45 -#> 10995 25 A69-1303-555 16811 2017-04-27 20:20:00 56 -#> 10996 25 A69-1303-555 16812 2017-04-27 20:20:00 45 -#> 10997 25 A69-1303-555 16813 2017-04-27 20:22:00 45 -#> 10998 25 A69-1303-555 16815 2017-04-27 20:22:00 56 -#> 10999 25 A69-1303-555 16816 2017-04-27 20:24:00 45 -#> 11000 25 A69-1303-555 16818 2017-04-27 20:26:00 45 -#> 11001 25 A69-1303-555 16819 2017-04-27 20:28:00 45 -#> 11002 25 A69-1303-555 16821 2017-04-27 20:28:00 56 -#> 11003 25 A69-1303-555 16822 2017-04-27 20:30:00 45 -#> 11004 25 A69-1303-555 16823 2017-04-27 20:30:00 56 -#> 11005 25 A69-1303-555 16824 2017-04-27 20:32:00 45 -#> 11006 25 A69-1303-555 16825 2017-04-27 20:34:00 45 -#> 11007 25 A69-1303-555 16826 2017-04-27 20:40:00 45 -#> 11008 25 A69-1303-555 16828 2017-04-27 20:44:00 45 -#> 11009 25 A69-1303-555 16829 2017-04-27 20:48:00 45 -#> 11010 25 A69-1303-555 16830 2017-04-27 20:50:00 45 -#> 11011 25 A69-1303-555 16832 2017-04-27 20:52:00 45 -#> 11012 25 A69-1303-555 16834 2017-04-27 20:54:00 45 -#> 11013 25 A69-1303-555 16836 2017-04-27 20:56:00 45 -#> 11014 25 A69-1303-555 16837 2017-04-27 20:58:00 45 -#> 11015 25 A69-1303-555 16839 2017-04-27 21:00:00 45 -#> 11016 25 A69-1303-555 16841 2017-04-27 21:02:00 45 -#> 11017 25 A69-1303-555 16842 2017-04-27 21:04:00 45 -#> 11018 25 A69-1303-555 16844 2017-04-27 21:06:00 45 -#> 11019 25 A69-1303-555 16846 2017-04-27 21:08:00 45 -#> 11020 25 A69-1303-555 16848 2017-04-27 21:10:00 45 -#> 11021 25 A69-1303-555 16849 2017-04-27 21:12:00 45 -#> 11022 25 A69-1303-555 16851 2017-04-27 21:14:00 45 -#> 11023 25 A69-1303-555 16854 2017-04-27 21:16:00 45 -#> 11024 25 A69-1303-555 16855 2017-04-27 21:18:00 45 -#> 11025 25 A69-1303-555 16857 2017-04-27 21:20:00 45 -#> 11026 25 A69-1303-555 16859 2017-04-27 21:22:00 45 -#> 11027 25 A69-1303-555 16860 2017-04-27 21:24:00 45 -#> 11028 25 A69-1303-555 16863 2017-04-27 21:26:00 45 -#> 11029 25 A69-1303-555 16865 2017-04-27 21:28:00 45 -#> 11030 25 A69-1303-555 16867 2017-04-27 21:30:00 45 -#> 11031 25 A69-1303-555 16868 2017-04-27 21:32:00 45 -#> 11032 25 A69-1303-555 16871 2017-04-27 21:38:00 45 -#> 11033 25 A69-1303-555 16873 2017-04-27 21:40:00 45 -#> 11034 25 A69-1303-555 16874 2017-04-27 21:42:00 45 -#> 11035 25 A69-1303-555 16876 2017-04-27 21:46:00 45 -#> 11036 25 A69-1303-555 16877 2017-04-27 21:50:00 45 -#> 11037 25 A69-1303-555 16878 2017-04-27 21:52:00 45 -#> 11038 25 A69-1303-555 16879 2017-04-27 21:54:00 45 -#> 11039 25 A69-1303-555 16881 2017-04-27 21:58:00 45 -#> 11040 25 A69-1303-555 16882 2017-04-27 22:00:00 45 -#> 11041 25 A69-1303-555 16884 2017-04-27 22:04:00 45 -#> 11042 25 A69-1303-555 16887 2017-04-27 22:06:00 45 -#> 11043 25 A69-1303-555 16889 2017-04-27 22:08:00 45 -#> 11044 25 A69-1303-555 16890 2017-04-27 22:10:00 45 -#> 11045 25 A69-1303-555 16891 2017-04-27 22:12:00 45 -#> 11046 25 A69-1303-555 16893 2017-04-27 22:14:00 45 -#> 11047 25 A69-1303-555 16895 2017-04-27 22:16:00 45 -#> 11048 25 A69-1303-555 16896 2017-04-27 22:18:00 45 -#> 11049 25 A69-1303-555 16899 2017-04-27 22:20:00 45 -#> 11050 25 A69-1303-555 16900 2017-04-27 22:22:00 45 -#> 11051 25 A69-1303-555 16901 2017-04-27 22:24:00 45 -#> 11052 25 A69-1303-555 16902 2017-04-27 22:26:00 45 -#> 11053 25 A69-1303-555 16904 2017-04-27 22:28:00 45 -#> 11054 25 A69-1303-555 16905 2017-04-27 22:30:00 45 -#> 11055 25 A69-1303-555 16907 2017-04-27 22:32:00 45 -#> 11056 25 A69-1303-555 16909 2017-04-27 22:34:00 45 -#> 11057 25 A69-1303-555 16910 2017-04-27 22:36:00 45 -#> 11058 25 A69-1303-555 16913 2017-04-27 22:38:00 45 -#> 11059 25 A69-1303-555 16915 2017-04-27 22:40:00 45 -#> 11060 25 A69-1303-555 16917 2017-04-27 22:42:00 45 -#> 11061 25 A69-1303-555 16919 2017-04-27 22:44:00 45 -#> 11062 25 A69-1303-555 16921 2017-04-27 22:46:00 45 -#> 11063 25 A69-1303-555 16922 2017-04-27 22:48:00 45 -#> 11064 25 A69-1303-555 16924 2017-04-27 22:50:00 45 -#> 11065 25 A69-1303-555 16926 2017-04-27 22:52:00 45 -#> 11066 25 A69-1303-555 16927 2017-04-27 22:54:00 45 -#> 11067 25 A69-1303-555 16929 2017-04-27 22:56:00 45 -#> 11068 25 A69-1303-555 16930 2017-04-27 22:58:00 45 -#> 11069 25 A69-1303-555 16932 2017-04-27 23:00:00 45 -#> 11070 25 A69-1303-555 16934 2017-04-27 23:02:00 45 -#> 11071 25 A69-1303-555 16937 2017-04-27 23:04:00 45 -#> 11072 25 A69-1303-555 16939 2017-04-27 23:06:00 45 -#> 11073 25 A69-1303-555 16941 2017-04-27 23:08:00 45 -#> 11074 25 A69-1303-555 16943 2017-04-27 23:10:00 45 -#> 11075 25 A69-1303-555 16944 2017-04-27 23:12:00 45 -#> 11076 25 A69-1303-555 16945 2017-04-27 23:14:00 45 -#> 11077 25 A69-1303-555 16948 2017-04-27 23:16:00 45 -#> 11078 25 A69-1303-555 16950 2017-04-27 23:18:00 45 -#> 11079 25 A69-1303-555 16951 2017-04-27 23:20:00 45 -#> 11080 25 A69-1303-555 16953 2017-04-27 23:22:00 45 -#> 11081 25 A69-1303-555 16954 2017-04-27 23:24:00 45 -#> 11082 25 A69-1303-555 16957 2017-04-27 23:26:00 45 -#> 11083 25 A69-1303-555 16958 2017-04-27 23:28:00 45 -#> 11084 25 A69-1303-555 16960 2017-04-27 23:30:00 45 -#> 11085 25 A69-1303-555 16962 2017-04-27 23:32:00 45 -#> 11086 25 A69-1303-555 16963 2017-04-27 23:34:00 45 -#> 11087 25 A69-1303-555 16965 2017-04-27 23:36:00 45 -#> 11088 25 A69-1303-555 16966 2017-04-27 23:38:00 45 -#> 11089 25 A69-1303-555 16968 2017-04-27 23:40:00 45 -#> 11090 25 A69-1303-555 16969 2017-04-27 23:42:00 45 -#> 11091 25 A69-1303-555 16970 2017-04-27 23:46:00 45 -#> 11092 25 A69-1303-555 16971 2017-04-27 23:48:00 56 -#> 11093 25 A69-1303-555 16972 2017-04-27 23:50:00 45 -#> 11094 25 A69-1303-555 16974 2017-04-27 23:52:00 45 -#> 11095 25 A69-1303-555 16976 2017-04-27 23:54:00 45 -#> 11096 25 A69-1303-555 16977 2017-04-27 23:54:00 56 -#> 11097 25 A69-1303-555 16978 2017-04-27 23:56:00 45 -#> 11098 25 A69-1303-555 16979 2017-04-27 23:58:00 45 -#> 11099 25 A69-1303-555 16981 2017-04-28 00:00:00 56 -#> 11100 25 A69-1303-555 16983 2017-04-28 00:02:00 56 -#> 11101 25 A69-1303-555 16984 2017-04-28 00:04:00 45 -#> 11102 25 A69-1303-555 16985 2017-04-28 00:06:00 56 -#> 11103 25 A69-1303-555 16986 2017-04-28 00:08:00 56 -#> 11104 25 A69-1303-555 16987 2017-04-28 00:10:00 45 -#> 11105 25 A69-1303-555 16988 2017-04-28 00:10:00 56 -#> 11106 25 A69-1303-555 16989 2017-04-28 00:12:00 56 -#> 11107 25 A69-1303-555 16990 2017-04-28 00:12:00 45 -#> 11108 25 A69-1303-555 16991 2017-04-28 00:14:00 45 -#> 11109 25 A69-1303-555 16992 2017-04-28 00:16:00 45 -#> 11110 25 A69-1303-555 16993 2017-04-28 00:16:00 56 -#> 11111 25 A69-1303-555 16995 2017-04-28 00:18:00 45 -#> receiver receiver_long receiver_lat receiver_depth -#> 1 VR2W-108163 -5.610733 56.37628 25 -#> 2 VR2W-108163 -5.610733 56.37628 25 -#> 3 VR2W-108163 -5.610733 56.37628 25 -#> 4 VR2W-108163 -5.610733 56.37628 25 -#> 5 VR2W-108163 -5.610733 56.37628 25 -#> 6 VR2W-108163 -5.610733 56.37628 25 -#> 7 VR2W-108163 -5.610733 56.37628 25 -#> 8 VR2W-108163 -5.610733 56.37628 25 -#> 9 VR2W-108163 -5.610733 56.37628 25 -#> 10 VR2W-108163 -5.610733 56.37628 25 -#> 11 VR2W-108163 -5.610733 56.37628 25 -#> 12 VR2W-108163 -5.610733 56.37628 25 -#> 13 VR2W-108163 -5.610733 56.37628 25 -#> 14 VR2W-108163 -5.610733 56.37628 25 -#> 15 VR2W-108163 -5.610733 56.37628 25 -#> 16 VR2W-108163 -5.610733 56.37628 25 -#> 17 VR2W-108163 -5.610733 56.37628 25 -#> 18 VR2W-108163 -5.610733 56.37628 25 -#> 19 VR2W-108158 -5.619533 56.37413 25 -#> 20 VR2W-108163 -5.610733 56.37628 25 -#> 21 VR2W-108163 -5.610733 56.37628 25 -#> 22 VR2W-108158 -5.619533 56.37413 25 -#> 23 VR2W-108158 -5.619533 56.37413 25 -#> 24 VR2W-108158 -5.619533 56.37413 25 -#> 25 VR2W-108158 -5.619533 56.37413 25 -#> 26 VR2W-108158 -5.619533 56.37413 25 -#> 27 VR2W-108158 -5.619533 56.37413 25 -#> 28 VR2W-108158 -5.619533 56.37413 25 -#> 29 VR2W-108158 -5.619533 56.37413 25 -#> 30 VR2W-108158 -5.619533 56.37413 25 -#> 31 VR2W-108158 -5.619533 56.37413 25 -#> 32 VR2W-108158 -5.619533 56.37413 25 -#> 33 VR2W-108158 -5.619533 56.37413 25 -#> 34 VR2W-108158 -5.619533 56.37413 25 -#> 35 VR2W-108158 -5.619533 56.37413 25 -#> 36 VR2W-108158 -5.619533 56.37413 25 -#> 37 VR2W-108158 -5.619533 56.37413 25 -#> 38 VR2W-108158 -5.619533 56.37413 25 -#> 39 VR2W-108158 -5.619533 56.37413 25 -#> 40 VR2W-108158 -5.619533 56.37413 25 -#> 41 VR2W-108158 -5.619533 56.37413 25 -#> 42 VR2W-108158 -5.619533 56.37413 25 -#> 43 VR2W-108163 -5.610733 56.37628 25 -#> 44 VR2W-108163 -5.610733 56.37628 25 -#> 45 VR2W-108163 -5.610733 56.37628 25 -#> 46 VR2W-108163 -5.610733 56.37628 25 -#> 47 VR2W-108163 -5.610733 56.37628 25 -#> 48 VR2W-108163 -5.610733 56.37628 25 -#> 49 VR2W-108163 -5.610733 56.37628 25 -#> 50 VR2W-108163 -5.610733 56.37628 25 -#> 51 VR2W-108163 -5.610733 56.37628 25 -#> 52 VR2W-108158 -5.619533 56.37413 25 -#> 53 VR2W-108158 -5.619533 56.37413 25 -#> 54 VR2W-108163 -5.610733 56.37628 25 -#> 55 VR2W-108163 -5.610733 56.37628 25 -#> 56 VR2W-108163 -5.610733 56.37628 25 -#> 57 VR2W-108163 -5.610733 56.37628 25 -#> 58 VR2W-108163 -5.610733 56.37628 25 -#> 59 VR2W-108163 -5.610733 56.37628 25 -#> 60 VR2W-108163 -5.610733 56.37628 25 -#> 61 VR2W-108163 -5.610733 56.37628 25 -#> 62 VR2W-108163 -5.610733 56.37628 25 -#> 63 VR2W-108163 -5.610733 56.37628 25 -#> 64 VR2W-108163 -5.610733 56.37628 25 -#> 65 VR2W-108163 -5.610733 56.37628 25 -#> 66 VR2W-108163 -5.610733 56.37628 25 -#> 67 VR2W-120722 -5.602283 56.37748 25 -#> 68 VR2W-108163 -5.610733 56.37628 25 -#> 69 VR2W-120722 -5.602283 56.37748 25 -#> 70 VR2W-108163 -5.610733 56.37628 25 -#> 71 VR2W-108163 -5.610733 56.37628 25 -#> 72 VR2W-108163 -5.610733 56.37628 25 -#> 73 VR2W-108163 -5.610733 56.37628 25 -#> 74 VR2W-108163 -5.610733 56.37628 25 -#> 75 VR2W-120722 -5.602283 56.37748 25 -#> 76 VR2W-108163 -5.610733 56.37628 25 -#> 77 VR2W-108163 -5.610733 56.37628 25 -#> 78 VR2W-108163 -5.610733 56.37628 25 -#> 79 VR2W-108163 -5.610733 56.37628 25 -#> 80 VR2W-108163 -5.610733 56.37628 25 -#> 81 VR2W-108163 -5.610733 56.37628 25 -#> 82 VR2W-108163 -5.610733 56.37628 25 -#> 83 VR2W-108163 -5.610733 56.37628 25 -#> 84 VR2W-108163 -5.610733 56.37628 25 -#> 85 VR2W-108163 -5.610733 56.37628 25 -#> 86 VR2W-108163 -5.610733 56.37628 25 -#> 87 VR2W-108163 -5.610733 56.37628 25 -#> 88 VR2W-108163 -5.610733 56.37628 25 -#> 89 VR2W-108163 -5.610733 56.37628 25 -#> 90 VR2W-108163 -5.610733 56.37628 25 -#> 91 VR2W-108163 -5.610733 56.37628 25 -#> 92 VR2W-108163 -5.610733 56.37628 25 -#> 93 VR2W-120722 -5.602283 56.37748 25 -#> 94 VR2W-108163 -5.610733 56.37628 25 -#> 95 VR2W-120722 -5.602283 56.37748 25 -#> 96 VR2W-120722 -5.602283 56.37748 25 -#> 97 VR2W-108163 -5.610733 56.37628 25 -#> 98 VR2W-120722 -5.602283 56.37748 25 -#> 99 VR2W-108163 -5.610733 56.37628 25 -#> 100 VR2W-108163 -5.610733 56.37628 25 -#> 101 VR2W-120722 -5.602283 56.37748 25 -#> 102 VR2W-108163 -5.610733 56.37628 25 -#> 103 VR2W-108163 -5.610733 56.37628 25 -#> 104 VR2W-108163 -5.610733 56.37628 25 -#> 105 VR2W-108163 -5.610733 56.37628 25 -#> 106 VR2W-108163 -5.610733 56.37628 25 -#> 107 VR2W-108163 -5.610733 56.37628 25 -#> 108 VR2W-108163 -5.610733 56.37628 25 -#> 109 VR2W-108163 -5.610733 56.37628 25 -#> 110 VR2W-108163 -5.610733 56.37628 25 -#> 111 VR2W-108163 -5.610733 56.37628 25 -#> 112 VR2W-108163 -5.610733 56.37628 25 -#> 113 VR2W-108163 -5.610733 56.37628 25 -#> 114 VR2W-108163 -5.610733 56.37628 25 -#> 115 VR2W-108163 -5.610733 56.37628 25 -#> 116 VR2W-108163 -5.610733 56.37628 25 -#> 117 VR2W-108163 -5.610733 56.37628 25 -#> 118 VR2W-108163 -5.610733 56.37628 25 -#> 119 VR2W-108163 -5.610733 56.37628 25 -#> 120 VR2W-108163 -5.610733 56.37628 25 -#> 121 VR2W-108163 -5.610733 56.37628 25 -#> 122 VR2W-108163 -5.610733 56.37628 25 -#> 123 VR2W-108163 -5.610733 56.37628 25 -#> 124 VR2W-108163 -5.610733 56.37628 25 -#> 125 VR2W-108163 -5.610733 56.37628 25 -#> 126 VR2W-108163 -5.610733 56.37628 25 -#> 127 VR2W-108163 -5.610733 56.37628 25 -#> 128 VR2W-108163 -5.610733 56.37628 25 -#> 129 VR2W-108163 -5.610733 56.37628 25 -#> 130 VR2W-108163 -5.610733 56.37628 25 -#> 131 VR2W-108163 -5.610733 56.37628 25 -#> 132 VR2W-108163 -5.610733 56.37628 25 -#> 133 VR2W-108163 -5.610733 56.37628 25 -#> 134 VR2W-108163 -5.610733 56.37628 25 -#> 135 VR2W-108163 -5.610733 56.37628 25 -#> 136 VR2W-108163 -5.610733 56.37628 25 -#> 137 VR2W-108163 -5.610733 56.37628 25 -#> 138 VR2W-108163 -5.610733 56.37628 25 -#> 139 VR2W-108163 -5.610733 56.37628 25 -#> 140 VR2W-108163 -5.610733 56.37628 25 -#> 141 VR2W-108163 -5.610733 56.37628 25 -#> 142 VR2-6720 -5.627150 56.50808 50 -#> 143 VR2-6720 -5.627150 56.50808 50 -#> 144 VR2-6720 -5.627150 56.50808 50 -#> 145 VR2-6720 -5.627150 56.50808 50 -#> 146 VR2-6720 -5.627150 56.50808 50 -#> 147 VR2-6720 -5.627150 56.50808 50 -#> 148 VR2-6720 -5.627150 56.50808 50 -#> 149 VR2-6720 -5.627150 56.50808 50 -#> 150 VR2-6720 -5.627150 56.50808 50 -#> 151 VR2-6720 -5.627150 56.50808 50 -#> 152 VR2-6720 -5.627150 56.50808 50 -#> 153 VR2-6720 -5.627150 56.50808 50 -#> 154 VR2-6720 -5.627150 56.50808 50 -#> 155 VR2-6720 -5.627150 56.50808 50 -#> 156 VR2-6720 -5.627150 56.50808 50 -#> 157 VR2-6720 -5.627150 56.50808 50 -#> 158 VR2-6720 -5.627150 56.50808 50 -#> 159 VR2-6720 -5.627150 56.50808 50 -#> 160 VR2-6720 -5.627150 56.50808 50 -#> 161 VR2-6720 -5.627150 56.50808 50 -#> 162 VR2-6720 -5.627150 56.50808 50 -#> 163 VR2-6720 -5.627150 56.50808 50 -#> 164 VR2-6720 -5.627150 56.50808 50 -#> 165 VR2-6720 -5.627150 56.50808 50 -#> 166 VR2-6720 -5.627150 56.50808 50 -#> 167 VR2-6720 -5.627150 56.50808 50 -#> 168 VR2-6720 -5.627150 56.50808 50 -#> 169 VR2-6720 -5.627150 56.50808 50 -#> 170 VR2-6720 -5.627150 56.50808 50 -#> 171 VR2-6720 -5.627150 56.50808 50 -#> 172 VR2-6720 -5.627150 56.50808 50 -#> 173 VR2-6720 -5.627150 56.50808 50 -#> 174 VR2-6720 -5.627150 56.50808 50 -#> 175 VR2-6720 -5.627150 56.50808 50 -#> 176 VR2-6720 -5.627150 56.50808 50 -#> 177 VR2-6720 -5.627150 56.50808 50 -#> 178 VR2-6720 -5.627150 56.50808 50 -#> 179 VR2-6720 -5.627150 56.50808 50 -#> 180 VR2-6720 -5.627150 56.50808 50 -#> 181 VR2-6720 -5.627150 56.50808 50 -#> 182 VR2-6720 -5.627150 56.50808 50 -#> 183 VR2-6720 -5.627150 56.50808 50 -#> 184 VR2-6720 -5.627150 56.50808 50 -#> 185 VR2-6720 -5.627150 56.50808 50 -#> 186 VR2-6720 -5.627150 56.50808 50 -#> 187 VR2W-107823 -5.691883 56.49690 25 -#> 188 VR2W-107823 -5.691883 56.49690 25 -#> 189 VR2W-107823 -5.691883 56.49690 25 -#> 190 VR2W-107823 -5.691883 56.49690 25 -#> 191 VR2W-107823 -5.691883 56.49690 25 -#> 192 VR2W-107823 -5.691883 56.49690 25 -#> 193 VR2W-107823 -5.691883 56.49690 25 -#> 194 VR2W-107823 -5.691883 56.49690 25 -#> 195 VR2W-107823 -5.691883 56.49690 25 -#> 196 VR2W-107823 -5.691883 56.49690 25 -#> 197 VR2W-107823 -5.691883 56.49690 25 -#> 198 VR2W-107823 -5.691883 56.49690 25 -#> 199 VR2W-107823 -5.691883 56.49690 25 -#> 200 VR2W-107823 -5.691883 56.49690 25 -#> 201 VR2W-107823 -5.691883 56.49690 25 -#> 202 VR2W-107823 -5.691883 56.49690 25 -#> 203 VR2W-107823 -5.691883 56.49690 25 -#> 204 VR2W-107823 -5.691883 56.49690 25 -#> 205 VR2W-107823 -5.691883 56.49690 25 -#> 206 VR2W-107823 -5.691883 56.49690 25 -#> 207 VR2W-107823 -5.691883 56.49690 25 -#> 208 VR2W-107823 -5.691883 56.49690 25 -#> 209 VR2W-107823 -5.691883 56.49690 25 -#> 210 VR2W-107823 -5.691883 56.49690 25 -#> 211 VR2W-107823 -5.691883 56.49690 25 -#> 212 VR2W-107823 -5.691883 56.49690 25 -#> 213 VR2W-108160 -5.704867 56.48890 25 -#> 214 VR2W-107823 -5.691883 56.49690 25 -#> 215 VR2W-107823 -5.691883 56.49690 25 -#> 216 VR2W-107823 -5.691883 56.49690 25 -#> 217 VR2W-107823 -5.691883 56.49690 25 -#> 218 VR2W-107823 -5.691883 56.49690 25 -#> 219 VR2W-107823 -5.691883 56.49690 25 -#> 220 VR2W-107823 -5.691883 56.49690 25 -#> 221 VR2W-107823 -5.691883 56.49690 25 -#> 222 VR2W-107823 -5.691883 56.49690 25 -#> 223 VR2W-107823 -5.691883 56.49690 25 -#> 224 VR2W-107823 -5.691883 56.49690 25 -#> 225 VR2W-107823 -5.691883 56.49690 25 -#> 226 VR2W-107823 -5.691883 56.49690 25 -#> 227 VR2W-107823 -5.691883 56.49690 25 -#> 228 VR2W-107823 -5.691883 56.49690 25 -#> 229 VR2W-107823 -5.691883 56.49690 25 -#> 230 VR2W-107823 -5.691883 56.49690 25 -#> 231 VR2-6720 -5.627150 56.50808 50 -#> 232 VR2-6720 -5.627150 56.50808 50 -#> 233 VR2-6720 -5.627150 56.50808 50 -#> 234 VR2-6720 -5.627150 56.50808 50 -#> 235 VR2-6720 -5.627150 56.50808 50 -#> 236 VR2W-108155 -5.614267 56.45872 25 -#> 237 VR2W-108155 -5.614267 56.45872 25 -#> 238 VR2W-108155 -5.614267 56.45872 25 -#> 239 VR2W-108155 -5.614267 56.45872 25 -#> 240 VR2W-108155 -5.614267 56.45872 25 -#> 241 VR2W-108163 -5.610733 56.37628 25 -#> 242 VR2W-108158 -5.619533 56.37413 25 -#> 243 VR2W-108163 -5.610733 56.37628 25 -#> 244 VR2W-108158 -5.619533 56.37413 25 -#> 245 VR2W-108163 -5.610733 56.37628 25 -#> 246 VR2W-108158 -5.619533 56.37413 25 -#> 247 VR2W-108163 -5.610733 56.37628 25 -#> 248 VR2W-108158 -5.619533 56.37413 25 -#> 249 VR2W-108163 -5.610733 56.37628 25 -#> 250 VR2W-108163 -5.610733 56.37628 25 -#> 251 VR2W-108158 -5.619533 56.37413 25 -#> 252 VR2W-108158 -5.619533 56.37413 25 -#> 253 VR2W-108158 -5.619533 56.37413 25 -#> 254 VR2W-108158 -5.619533 56.37413 25 -#> 255 VR2W-108163 -5.610733 56.37628 25 -#> 256 VR2W-108158 -5.619533 56.37413 25 -#> 257 VR2W-108163 -5.610733 56.37628 25 -#> 258 VR2W-108163 -5.610733 56.37628 25 -#> 259 VR2W-108158 -5.619533 56.37413 25 -#> 260 VR2W-108163 -5.610733 56.37628 25 -#> 261 VR2W-108163 -5.610733 56.37628 25 -#> 262 VR2W-108163 -5.610733 56.37628 25 -#> 263 VR2W-108158 -5.619533 56.37413 25 -#> 264 VR2W-108163 -5.610733 56.37628 25 -#> 265 VR2W-108158 -5.619533 56.37413 25 -#> 266 VR2W-108163 -5.610733 56.37628 25 -#> 267 VR2W-108158 -5.619533 56.37413 25 -#> 268 VR2W-108163 -5.610733 56.37628 25 -#> 269 VR2W-108158 -5.619533 56.37413 25 -#> 270 VR2W-108158 -5.619533 56.37413 25 -#> 271 VR2W-108163 -5.610733 56.37628 25 -#> 272 VR2W-108163 -5.610733 56.37628 25 -#> 273 VR2W-108158 -5.619533 56.37413 25 -#> 274 VR2W-108163 -5.610733 56.37628 25 -#> 275 VR2W-108163 -5.610733 56.37628 25 -#> 276 VR2W-108158 -5.619533 56.37413 25 -#> 277 VR2W-108163 -5.610733 56.37628 25 -#> 278 VR2W-108158 -5.619533 56.37413 25 -#> 279 VR2W-108163 -5.610733 56.37628 25 -#> 280 VR2W-108158 -5.619533 56.37413 25 -#> 281 VR2W-108163 -5.610733 56.37628 25 -#> 282 VR2W-108163 -5.610733 56.37628 25 -#> 283 VR2W-108163 -5.610733 56.37628 25 -#> 284 VR2W-108158 -5.619533 56.37413 25 -#> 285 VR2W-108163 -5.610733 56.37628 25 -#> 286 VR2W-108158 -5.619533 56.37413 25 -#> 287 VR2W-108158 -5.619533 56.37413 25 -#> 288 VR2W-108163 -5.610733 56.37628 25 -#> 289 VR2W-108163 -5.610733 56.37628 25 -#> 290 VR2W-108163 -5.610733 56.37628 25 -#> 291 VR2W-108163 -5.610733 56.37628 25 -#> 292 VR2W-108163 -5.610733 56.37628 25 -#> 293 VR2W-108158 -5.619533 56.37413 25 -#> 294 VR2W-108163 -5.610733 56.37628 25 -#> 295 VR2W-108163 -5.610733 56.37628 25 -#> 296 VR2W-108163 -5.610733 56.37628 25 -#> 297 VR2W-108163 -5.610733 56.37628 25 -#> 298 VR2W-108163 -5.610733 56.37628 25 -#> 299 VR2W-108163 -5.610733 56.37628 25 -#> 300 VR2W-108163 -5.610733 56.37628 25 -#> 301 VR2W-108163 -5.610733 56.37628 25 -#> 302 VR2W-108163 -5.610733 56.37628 25 -#> 303 VR2W-108163 -5.610733 56.37628 25 -#> 304 VR2W-108163 -5.610733 56.37628 25 -#> 305 VR2W-108163 -5.610733 56.37628 25 -#> 306 VR2W-108163 -5.610733 56.37628 25 -#> 307 VR2W-108163 -5.610733 56.37628 25 -#> 308 VR2W-108163 -5.610733 56.37628 25 -#> 309 VR2W-108163 -5.610733 56.37628 25 -#> 310 VR2W-120722 -5.602283 56.37748 25 -#> 311 VR2W-108163 -5.610733 56.37628 25 -#> 312 VR2W-108163 -5.610733 56.37628 25 -#> 313 VR2W-108163 -5.610733 56.37628 25 -#> 314 VR2W-108163 -5.610733 56.37628 25 -#> 315 VR2W-108163 -5.610733 56.37628 25 -#> 316 VR2W-108163 -5.610733 56.37628 25 -#> 317 VR2W-108163 -5.610733 56.37628 25 -#> 318 VR2W-108163 -5.610733 56.37628 25 -#> 319 VR2W-108163 -5.610733 56.37628 25 -#> 320 VR2W-108163 -5.610733 56.37628 25 -#> 321 VR2W-108163 -5.610733 56.37628 25 -#> 322 VR2W-108163 -5.610733 56.37628 25 -#> 323 VR2W-108163 -5.610733 56.37628 25 -#> 324 VR2W-108163 -5.610733 56.37628 25 -#> 325 VR2W-108163 -5.610733 56.37628 25 -#> 326 VR2W-108163 -5.610733 56.37628 25 -#> 327 VR2W-108163 -5.610733 56.37628 25 -#> 328 VR2W-108163 -5.610733 56.37628 25 -#> 329 VR2W-108163 -5.610733 56.37628 25 -#> 330 VR2W-108163 -5.610733 56.37628 25 -#> 331 VR2W-108163 -5.610733 56.37628 25 -#> 332 VR2W-108163 -5.610733 56.37628 25 -#> 333 VR2W-108163 -5.610733 56.37628 25 -#> 334 VR2W-108163 -5.610733 56.37628 25 -#> 335 VR2W-108163 -5.610733 56.37628 25 -#> 336 VR2W-108163 -5.610733 56.37628 25 -#> 337 VR2W-108163 -5.610733 56.37628 25 -#> 338 VR2W-108163 -5.610733 56.37628 25 -#> 339 VR2-5629 -5.655350 56.38545 50 -#> 340 VR2-5629 -5.655350 56.38545 50 -#> 341 VR2-5629 -5.655350 56.38545 50 -#> 342 VR2-5629 -5.655350 56.38545 50 -#> 343 VR2-5629 -5.655350 56.38545 50 -#> 344 VR2-5629 -5.655350 56.38545 50 -#> 345 VR2-5629 -5.655350 56.38545 50 -#> 346 VR2-5629 -5.655350 56.38545 50 -#> 347 VR2-5629 -5.655350 56.38545 50 -#> 348 VR2-5629 -5.655350 56.38545 50 -#> 349 VR2-5629 -5.655350 56.38545 50 -#> 350 VR2-5629 -5.655350 56.38545 50 -#> 351 VR2-5629 -5.655350 56.38545 50 -#> 352 VR2-5629 -5.655350 56.38545 50 -#> 353 VR2-5629 -5.655350 56.38545 50 -#> 354 VR2-5629 -5.655350 56.38545 50 -#> 355 VR2-5629 -5.655350 56.38545 50 -#> 356 VR2-5629 -5.655350 56.38545 50 -#> 357 VR2-5629 -5.655350 56.38545 50 -#> 358 VR2-5629 -5.655350 56.38545 50 -#> 359 VR2-5629 -5.655350 56.38545 50 -#> 360 VR2-5629 -5.655350 56.38545 50 -#> 361 VR2-5629 -5.655350 56.38545 50 -#> 362 VR2-5629 -5.655350 56.38545 50 -#> 363 VR2-5629 -5.655350 56.38545 50 -#> 364 VR2-5629 -5.655350 56.38545 50 -#> 365 VR2-5629 -5.655350 56.38545 50 -#> 366 VR2-5629 -5.655350 56.38545 50 -#> 367 VR2-5629 -5.655350 56.38545 50 -#> 368 VR2-5629 -5.655350 56.38545 50 -#> 369 VR2-5629 -5.655350 56.38545 50 -#> 370 VR2-5629 -5.655350 56.38545 50 -#> 371 VR2-5629 -5.655350 56.38545 50 -#> 372 VR2-5629 -5.655350 56.38545 50 -#> 373 VR2-5629 -5.655350 56.38545 50 -#> 374 VR2-5629 -5.655350 56.38545 50 -#> 375 VR2-5629 -5.655350 56.38545 50 -#> 376 VR2-5629 -5.655350 56.38545 50 -#> 377 VR2-5629 -5.655350 56.38545 50 -#> 378 VR2-5637 -5.662083 56.38858 10 -#> 379 VR2-5629 -5.655350 56.38545 50 -#> 380 VR2-5637 -5.662083 56.38858 10 -#> 381 VR2-5629 -5.655350 56.38545 50 -#> 382 VR2-5637 -5.662083 56.38858 10 -#> 383 VR2-5637 -5.662083 56.38858 10 -#> 384 VR2-5629 -5.655350 56.38545 50 -#> 385 VR2-5637 -5.662083 56.38858 10 -#> 386 VR2-5637 -5.662083 56.38858 10 -#> 387 VR2-5637 -5.662083 56.38858 10 -#> 388 VR2-5629 -5.655350 56.38545 50 -#> 389 VR2-5629 -5.655350 56.38545 50 -#> 390 VR2-5637 -5.662083 56.38858 10 -#> 391 VR2-5629 -5.655350 56.38545 50 -#> 392 VR2-5637 -5.662083 56.38858 10 -#> 393 VR2-5637 -5.662083 56.38858 10 -#> 394 VR2-5629 -5.655350 56.38545 50 -#> 395 VR2-5637 -5.662083 56.38858 10 -#> 396 VR2-5629 -5.655350 56.38545 50 -#> 397 VR2-5629 -5.655350 56.38545 50 -#> 398 VR2-5629 -5.655350 56.38545 50 -#> 399 VR2-5629 -5.655350 56.38545 50 -#> 400 VR2-5629 -5.655350 56.38545 50 -#> 401 VR2-5629 -5.655350 56.38545 50 -#> 402 VR2-5629 -5.655350 56.38545 50 -#> 403 VR2-5629 -5.655350 56.38545 50 -#> 404 VR2-5629 -5.655350 56.38545 50 -#> 405 VR2-5629 -5.655350 56.38545 50 -#> 406 VR2-5629 -5.655350 56.38545 50 -#> 407 VR2-5629 -5.655350 56.38545 50 -#> 408 VR2-5629 -5.655350 56.38545 50 -#> 409 VR2-5629 -5.655350 56.38545 50 -#> 410 VR2-5629 -5.655350 56.38545 50 -#> 411 VR2-5629 -5.655350 56.38545 50 -#> 412 VR2-5629 -5.655350 56.38545 50 -#> 413 VR2-5629 -5.655350 56.38545 50 -#> 414 VR2-5629 -5.655350 56.38545 50 -#> 415 VR2-5637 -5.662083 56.38858 10 -#> 416 VR2-5629 -5.655350 56.38545 50 -#> 417 VR2-5637 -5.662083 56.38858 10 -#> 418 VR2-5629 -5.655350 56.38545 50 -#> 419 VR2-5629 -5.655350 56.38545 50 -#> 420 VR2-5637 -5.662083 56.38858 10 -#> 421 VR2-5629 -5.655350 56.38545 50 -#> 422 VR2-5637 -5.662083 56.38858 10 -#> 423 VR2-5629 -5.655350 56.38545 50 -#> 424 VR2-5637 -5.662083 56.38858 10 -#> 425 VR2-5629 -5.655350 56.38545 50 -#> 426 VR2-5637 -5.662083 56.38858 10 -#> 427 VR2-5629 -5.655350 56.38545 50 -#> 428 VR2-5629 -5.655350 56.38545 50 -#> 429 VR2-5629 -5.655350 56.38545 50 -#> 430 VR2-5629 -5.655350 56.38545 50 -#> 431 VR2-5629 -5.655350 56.38545 50 -#> 432 VR2-5629 -5.655350 56.38545 50 -#> 433 VR2-5629 -5.655350 56.38545 50 -#> 434 VR2-5629 -5.655350 56.38545 50 -#> 435 VR2-5629 -5.655350 56.38545 50 -#> 436 VR2-5629 -5.655350 56.38545 50 -#> 437 VR2-5629 -5.655350 56.38545 50 -#> 438 VR2-5629 -5.655350 56.38545 50 -#> 439 VR2-5629 -5.655350 56.38545 50 -#> 440 VR2-5629 -5.655350 56.38545 50 -#> 441 VR2-5629 -5.655350 56.38545 50 -#> 442 VR2-5629 -5.655350 56.38545 50 -#> 443 VR2-5629 -5.655350 56.38545 50 -#> 444 VR2-5629 -5.655350 56.38545 50 -#> 445 VR2-5629 -5.655350 56.38545 50 -#> 446 VR2-5629 -5.655350 56.38545 50 -#> 447 VR2-5629 -5.655350 56.38545 50 -#> 448 VR2-5629 -5.655350 56.38545 50 -#> 449 VR2-5629 -5.655350 56.38545 50 -#> 450 VR2-5629 -5.655350 56.38545 50 -#> 451 VR2-5629 -5.655350 56.38545 50 -#> 452 VR2-5629 -5.655350 56.38545 50 -#> 453 VR2-5629 -5.655350 56.38545 50 -#> 454 VR2-5629 -5.655350 56.38545 50 -#> 455 VR2-5629 -5.655350 56.38545 50 -#> 456 VR2-5629 -5.655350 56.38545 50 -#> 457 VR2-5629 -5.655350 56.38545 50 -#> 458 VR2-5629 -5.655350 56.38545 50 -#> 459 VR2-5629 -5.655350 56.38545 50 -#> 460 VR2-5629 -5.655350 56.38545 50 -#> 461 VR2-5629 -5.655350 56.38545 50 -#> 462 VR2-5629 -5.655350 56.38545 50 -#> 463 VR2-5629 -5.655350 56.38545 50 -#> 464 VR2-5629 -5.655350 56.38545 50 -#> 465 VR2-5629 -5.655350 56.38545 50 -#> 466 VR2-5629 -5.655350 56.38545 50 -#> 467 VR2-5629 -5.655350 56.38545 50 -#> 468 VR2-5629 -5.655350 56.38545 50 -#> 469 VR2-5629 -5.655350 56.38545 50 -#> 470 VR2-5629 -5.655350 56.38545 50 -#> 471 VR2-5629 -5.655350 56.38545 50 -#> 472 VR2-5629 -5.655350 56.38545 50 -#> 473 VR2-5629 -5.655350 56.38545 50 -#> 474 VR2-5629 -5.655350 56.38545 50 -#> 475 VR2-5629 -5.655350 56.38545 50 -#> 476 VR2-5629 -5.655350 56.38545 50 -#> 477 VR2-5629 -5.655350 56.38545 50 -#> 478 VR2-5629 -5.655350 56.38545 50 -#> 479 VR2-5629 -5.655350 56.38545 50 -#> 480 VR2-5629 -5.655350 56.38545 50 -#> 481 VR2-5629 -5.655350 56.38545 50 -#> 482 VR2-5629 -5.655350 56.38545 50 -#> 483 VR2-5629 -5.655350 56.38545 50 -#> 484 VR2-5629 -5.655350 56.38545 50 -#> 485 VR2-5629 -5.655350 56.38545 50 -#> 486 VR2-5629 -5.655350 56.38545 50 -#> 487 VR2-5629 -5.655350 56.38545 50 -#> 488 VR2-5629 -5.655350 56.38545 50 -#> 489 VR2-5629 -5.655350 56.38545 50 -#> 490 VR2-5629 -5.655350 56.38545 50 -#> 491 VR2-5629 -5.655350 56.38545 50 -#> 492 VR2-5637 -5.662083 56.38858 10 -#> 493 VR2-5637 -5.662083 56.38858 10 -#> 494 VR2-5637 -5.662083 56.38858 10 -#> 495 VR2-5629 -5.655350 56.38545 50 -#> 496 VR2-5629 -5.655350 56.38545 50 -#> 497 VR2-5629 -5.655350 56.38545 50 -#> 498 VR2-5629 -5.655350 56.38545 50 -#> 499 VR2-5629 -5.655350 56.38545 50 -#> 500 VR2W-108163 -5.610733 56.37628 25 -#> 501 VR2W-108163 -5.610733 56.37628 25 -#> 502 VR2W-108163 -5.610733 56.37628 25 -#> 503 VR2W-108163 -5.610733 56.37628 25 -#> 504 VR2W-108163 -5.610733 56.37628 25 -#> 505 VR2W-108163 -5.610733 56.37628 25 -#> 506 VR2W-108163 -5.610733 56.37628 25 -#> 507 VR2W-108163 -5.610733 56.37628 25 -#> 508 VR2W-108163 -5.610733 56.37628 25 -#> 509 VR2W-108163 -5.610733 56.37628 25 -#> 510 VR2W-108163 -5.610733 56.37628 25 -#> 511 VR2W-108163 -5.610733 56.37628 25 -#> 512 VR2W-108163 -5.610733 56.37628 25 -#> 513 VR2W-108163 -5.610733 56.37628 25 -#> 514 VR2W-108163 -5.610733 56.37628 25 -#> 515 VR2W-108163 -5.610733 56.37628 25 -#> 516 VR2W-108163 -5.610733 56.37628 25 -#> 517 VR2W-108163 -5.610733 56.37628 25 -#> 518 VR2W-108163 -5.610733 56.37628 25 -#> 519 VR2W-108163 -5.610733 56.37628 25 -#> 520 VR2W-108163 -5.610733 56.37628 25 -#> 521 VR2W-108163 -5.610733 56.37628 25 -#> 522 VR2W-108163 -5.610733 56.37628 25 -#> 523 VR2W-108163 -5.610733 56.37628 25 -#> 524 VR2W-108163 -5.610733 56.37628 25 -#> 525 VR2W-108163 -5.610733 56.37628 25 -#> 526 VR2W-108163 -5.610733 56.37628 25 -#> 527 VR2W-108163 -5.610733 56.37628 25 -#> 528 VR2W-108163 -5.610733 56.37628 25 -#> 529 VR2W-108163 -5.610733 56.37628 25 -#> 530 VR2W-108163 -5.610733 56.37628 25 -#> 531 VR2W-108163 -5.610733 56.37628 25 -#> 532 VR2W-108163 -5.610733 56.37628 25 -#> 533 VR2W-108163 -5.610733 56.37628 25 -#> 534 VR2W-108163 -5.610733 56.37628 25 -#> 535 VR2W-108163 -5.610733 56.37628 25 -#> 536 VR2W-108163 -5.610733 56.37628 25 -#> 537 VR2W-108163 -5.610733 56.37628 25 -#> 538 VR2W-108163 -5.610733 56.37628 25 -#> 539 VR2W-108163 -5.610733 56.37628 25 -#> 540 VR2W-108163 -5.610733 56.37628 25 -#> 541 VR2W-108163 -5.610733 56.37628 25 -#> 542 VR2W-108163 -5.610733 56.37628 25 -#> 543 VR2W-120722 -5.602283 56.37748 25 -#> 544 VR2W-120722 -5.602283 56.37748 25 -#> 545 VR2W-120722 -5.602283 56.37748 25 -#> 546 VR2W-108163 -5.610733 56.37628 25 -#> 547 VR2W-108163 -5.610733 56.37628 25 -#> 548 VR2W-108163 -5.610733 56.37628 25 -#> 549 VR2W-108163 -5.610733 56.37628 25 -#> 550 VR2W-108163 -5.610733 56.37628 25 -#> 551 VR2W-108163 -5.610733 56.37628 25 -#> 552 VR2W-108163 -5.610733 56.37628 25 -#> 553 VR2W-108163 -5.610733 56.37628 25 -#> 554 VR2W-108163 -5.610733 56.37628 25 -#> 555 VR2W-108163 -5.610733 56.37628 25 -#> 556 VR2W-108163 -5.610733 56.37628 25 -#> 557 VR2W-108163 -5.610733 56.37628 25 -#> 558 VR2W-108163 -5.610733 56.37628 25 -#> 559 VR2W-108163 -5.610733 56.37628 25 -#> 560 VR2W-108163 -5.610733 56.37628 25 -#> 561 VR2W-108163 -5.610733 56.37628 25 -#> 562 VR2W-108163 -5.610733 56.37628 25 -#> 563 VR2W-108163 -5.610733 56.37628 25 -#> 564 VR2W-108163 -5.610733 56.37628 25 -#> 565 VR2W-108163 -5.610733 56.37628 25 -#> 566 VR2W-108163 -5.610733 56.37628 25 -#> 567 VR2W-108163 -5.610733 56.37628 25 -#> 568 VR2W-108163 -5.610733 56.37628 25 -#> 569 VR2W-108163 -5.610733 56.37628 25 -#> 570 VR2W-108163 -5.610733 56.37628 25 -#> 571 VR2W-108163 -5.610733 56.37628 25 -#> 572 VR2W-108163 -5.610733 56.37628 25 -#> 573 VR2W-108163 -5.610733 56.37628 25 -#> 574 VR2W-108163 -5.610733 56.37628 25 -#> 575 VR2W-108163 -5.610733 56.37628 25 -#> 576 VR2W-108163 -5.610733 56.37628 25 -#> 577 VR2W-108163 -5.610733 56.37628 25 -#> 578 VR2W-108163 -5.610733 56.37628 25 -#> 579 VR2W-108163 -5.610733 56.37628 25 -#> 580 VR2W-120722 -5.602283 56.37748 25 -#> 581 VR2W-108163 -5.610733 56.37628 25 -#> 582 VR2W-108163 -5.610733 56.37628 25 -#> 583 VR2W-108163 -5.610733 56.37628 25 -#> 584 VR2W-108163 -5.610733 56.37628 25 -#> 585 VR2W-108163 -5.610733 56.37628 25 -#> 586 VR2W-120722 -5.602283 56.37748 25 -#> 587 VR2W-108163 -5.610733 56.37628 25 -#> 588 VR2W-108163 -5.610733 56.37628 25 -#> 589 VR2W-120722 -5.602283 56.37748 25 -#> 590 VR2W-108163 -5.610733 56.37628 25 -#> 591 VR2W-113142 -5.634833 56.37502 50 -#> 592 VR2W-108163 -5.610733 56.37628 25 -#> 593 VR2W-108163 -5.610733 56.37628 25 -#> 594 VR2W-108163 -5.610733 56.37628 25 -#> 595 VR2W-108163 -5.610733 56.37628 25 -#> 596 VR2W-108163 -5.610733 56.37628 25 -#> 597 VR2W-108163 -5.610733 56.37628 25 -#> 598 VR2W-108163 -5.610733 56.37628 25 -#> 599 VR2W-108163 -5.610733 56.37628 25 -#> 600 VR2W-108163 -5.610733 56.37628 25 -#> 601 VR2W-108163 -5.610733 56.37628 25 -#> 602 VR2W-108163 -5.610733 56.37628 25 -#> 603 VR2W-108163 -5.610733 56.37628 25 -#> 604 VR2W-108163 -5.610733 56.37628 25 -#> 605 VR2W-108163 -5.610733 56.37628 25 -#> 606 VR2W-108163 -5.610733 56.37628 25 -#> 607 VR2W-108163 -5.610733 56.37628 25 -#> 608 VR2W-108163 -5.610733 56.37628 25 -#> 609 VR2W-108163 -5.610733 56.37628 25 -#> 610 VR2W-108163 -5.610733 56.37628 25 -#> 611 VR2W-108163 -5.610733 56.37628 25 -#> 612 VR2W-108163 -5.610733 56.37628 25 -#> 613 VR2W-120722 -5.602283 56.37748 25 -#> 614 VR2W-120722 -5.602283 56.37748 25 -#> 615 VR2W-120722 -5.602283 56.37748 25 -#> 616 VR2W-120722 -5.602283 56.37748 25 -#> 617 VR2W-120722 -5.602283 56.37748 25 -#> 618 VR2W-108163 -5.610733 56.37628 25 -#> 619 VR2W-108163 -5.610733 56.37628 25 -#> 620 VR2W-108163 -5.610733 56.37628 25 -#> 621 VR2W-108163 -5.610733 56.37628 25 -#> 622 VR2W-108163 -5.610733 56.37628 25 -#> 623 VR2W-108163 -5.610733 56.37628 25 -#> 624 VR2W-108163 -5.610733 56.37628 25 -#> 625 VR2W-108163 -5.610733 56.37628 25 -#> 626 VR2W-108163 -5.610733 56.37628 25 -#> 627 VR2W-108163 -5.610733 56.37628 25 -#> 628 VR2W-108163 -5.610733 56.37628 25 -#> 629 VR2W-108163 -5.610733 56.37628 25 -#> 630 VR2W-108163 -5.610733 56.37628 25 -#> 631 VR2W-108163 -5.610733 56.37628 25 -#> 632 VR2W-108163 -5.610733 56.37628 25 -#> 633 VR2W-108163 -5.610733 56.37628 25 -#> 634 VR2W-108163 -5.610733 56.37628 25 -#> 635 VR2W-108163 -5.610733 56.37628 25 -#> 636 VR2W-108163 -5.610733 56.37628 25 -#> 637 VR2W-108163 -5.610733 56.37628 25 -#> 638 VR2W-108163 -5.610733 56.37628 25 -#> 639 VR2W-120722 -5.602283 56.37748 25 -#> 640 VR2W-108163 -5.610733 56.37628 25 -#> 641 VR2W-120722 -5.602283 56.37748 25 -#> 642 VR2W-108163 -5.610733 56.37628 25 -#> 643 VR2W-108163 -5.610733 56.37628 25 -#> 644 VR2W-108163 -5.610733 56.37628 25 -#> 645 VR2W-108163 -5.610733 56.37628 25 -#> 646 VR2W-108163 -5.610733 56.37628 25 -#> 647 VR2W-108163 -5.610733 56.37628 25 -#> 648 VR2W-108163 -5.610733 56.37628 25 -#> 649 VR2W-108163 -5.610733 56.37628 25 -#> 650 VR2W-120722 -5.602283 56.37748 25 -#> 651 VR2W-120722 -5.602283 56.37748 25 -#> 652 VR2W-120722 -5.602283 56.37748 25 -#> 653 VR2W-120722 -5.602283 56.37748 25 -#> 654 VR2W-120722 -5.602283 56.37748 25 -#> 655 VR2W-120722 -5.602283 56.37748 25 -#> 656 VR2W-120722 -5.602283 56.37748 25 -#> 657 VR2W-120722 -5.602283 56.37748 25 -#> 658 VR2W-120722 -5.602283 56.37748 25 -#> 659 VR2W-120722 -5.602283 56.37748 25 -#> 660 VR2W-120722 -5.602283 56.37748 25 -#> 661 VR2W-120722 -5.602283 56.37748 25 -#> 662 VR2W-120722 -5.602283 56.37748 25 -#> 663 VR2W-120722 -5.602283 56.37748 25 -#> 664 VR2W-120722 -5.602283 56.37748 25 -#> 665 VR2W-120722 -5.602283 56.37748 25 -#> 666 VR2W-120722 -5.602283 56.37748 25 -#> 667 VR2W-108163 -5.610733 56.37628 25 -#> 668 VR2W-108163 -5.610733 56.37628 25 -#> 669 VR2W-108163 -5.610733 56.37628 25 -#> 670 VR2W-108163 -5.610733 56.37628 25 -#> 671 VR2W-108163 -5.610733 56.37628 25 -#> 672 VR2W-108163 -5.610733 56.37628 25 -#> 673 VR2W-108163 -5.610733 56.37628 25 -#> 674 VR2W-108163 -5.610733 56.37628 25 -#> 675 VR2W-108163 -5.610733 56.37628 25 -#> 676 VR2W-108163 -5.610733 56.37628 25 -#> 677 VR2W-108163 -5.610733 56.37628 25 -#> 678 VR2W-108163 -5.610733 56.37628 25 -#> 679 VR2W-108163 -5.610733 56.37628 25 -#> 680 VR2W-108163 -5.610733 56.37628 25 -#> 681 VR2W-107823 -5.691883 56.49690 25 -#> 682 VR2W-107823 -5.691883 56.49690 25 -#> 683 VR2W-107823 -5.691883 56.49690 25 -#> 684 VR2W-107823 -5.691883 56.49690 25 -#> 685 VR2W-107823 -5.691883 56.49690 25 -#> 686 VR2W-107823 -5.691883 56.49690 25 -#> 687 VR2W-107823 -5.691883 56.49690 25 -#> 688 VR2W-107823 -5.691883 56.49690 25 -#> 689 VR2W-107823 -5.691883 56.49690 25 -#> 690 VR2W-107823 -5.691883 56.49690 25 -#> 691 VR2W-107823 -5.691883 56.49690 25 -#> 692 VR2W-107823 -5.691883 56.49690 25 -#> 693 VR2W-107823 -5.691883 56.49690 25 -#> 694 VR2W-107823 -5.691883 56.49690 25 -#> 695 VR2W-107823 -5.691883 56.49690 25 -#> 696 VR2W-107823 -5.691883 56.49690 25 -#> 697 VR2W-107823 -5.691883 56.49690 25 -#> 698 VR2W-107823 -5.691883 56.49690 25 -#> 699 VR2W-107823 -5.691883 56.49690 25 -#> 700 VR2W-107823 -5.691883 56.49690 25 -#> 701 VR2W-107823 -5.691883 56.49690 25 -#> 702 VR2W-107823 -5.691883 56.49690 25 -#> 703 VR2W-107823 -5.691883 56.49690 25 -#> 704 VR2W-107823 -5.691883 56.49690 25 -#> 705 VR2W-107823 -5.691883 56.49690 25 -#> 706 VR2W-107823 -5.691883 56.49690 25 -#> 707 VR2W-107823 -5.691883 56.49690 25 -#> 708 VR2W-107823 -5.691883 56.49690 25 -#> 709 VR2W-107823 -5.691883 56.49690 25 -#> 710 VR2W-107823 -5.691883 56.49690 25 -#> 711 VR2W-107823 -5.691883 56.49690 25 -#> 712 VR2W-107823 -5.691883 56.49690 25 -#> 713 VR2W-107823 -5.691883 56.49690 25 -#> 714 VR2W-107823 -5.691883 56.49690 25 -#> 715 VR2W-107823 -5.691883 56.49690 25 -#> 716 VR2W-107823 -5.691883 56.49690 25 -#> 717 VR2W-107823 -5.691883 56.49690 25 -#> 718 VR2W-107823 -5.691883 56.49690 25 -#> 719 VR2W-107823 -5.691883 56.49690 25 -#> 720 VR2W-107823 -5.691883 56.49690 25 -#> 721 VR2W-107823 -5.691883 56.49690 25 -#> 722 VR2W-107823 -5.691883 56.49690 25 -#> 723 VR2W-107823 -5.691883 56.49690 25 -#> 724 VR2W-107823 -5.691883 56.49690 25 -#> 725 VR2W-107823 -5.691883 56.49690 25 -#> 726 VR2W-107823 -5.691883 56.49690 25 -#> 727 VR2W-107823 -5.691883 56.49690 25 -#> 728 VR2W-107823 -5.691883 56.49690 25 -#> 729 VR2W-107823 -5.691883 56.49690 25 -#> 730 VR2W-107823 -5.691883 56.49690 25 -#> 731 VR2W-107823 -5.691883 56.49690 25 -#> 732 VR2W-107823 -5.691883 56.49690 25 -#> 733 VR2W-107823 -5.691883 56.49690 25 -#> 734 VR2W-107823 -5.691883 56.49690 25 -#> 735 VR2W-107823 -5.691883 56.49690 25 -#> 736 VR2W-107823 -5.691883 56.49690 25 -#> 737 VR2W-107823 -5.691883 56.49690 25 -#> 738 VR2W-107823 -5.691883 56.49690 25 -#> 739 VR2W-107823 -5.691883 56.49690 25 -#> 740 VR2W-107823 -5.691883 56.49690 25 -#> 741 VR2W-107823 -5.691883 56.49690 25 -#> 742 VR2W-107823 -5.691883 56.49690 25 -#> 743 VR2W-107823 -5.691883 56.49690 25 -#> 744 VR2W-107823 -5.691883 56.49690 25 -#> 745 VR2W-107823 -5.691883 56.49690 25 -#> 746 VR2W-107823 -5.691883 56.49690 25 -#> 747 VR2W-107823 -5.691883 56.49690 25 -#> 748 VR2W-107823 -5.691883 56.49690 25 -#> 749 VR2W-107823 -5.691883 56.49690 25 -#> 750 VR2W-107823 -5.691883 56.49690 25 -#> 751 VR2W-107823 -5.691883 56.49690 25 -#> 752 VR2W-107823 -5.691883 56.49690 25 -#> 753 VR2W-107823 -5.691883 56.49690 25 -#> 754 VR2W-107823 -5.691883 56.49690 25 -#> 755 VR2W-107823 -5.691883 56.49690 25 -#> 756 VR2W-107823 -5.691883 56.49690 25 -#> 757 VR2W-107823 -5.691883 56.49690 25 -#> 758 VR2W-107823 -5.691883 56.49690 25 -#> 759 VR2W-107823 -5.691883 56.49690 25 -#> 760 VR2W-107823 -5.691883 56.49690 25 -#> 761 VR2W-107823 -5.691883 56.49690 25 -#> 762 VR2W-107823 -5.691883 56.49690 25 -#> 763 VR2W-107823 -5.691883 56.49690 25 -#> 764 VR2W-107823 -5.691883 56.49690 25 -#> 765 VR2W-107823 -5.691883 56.49690 25 -#> 766 VR2W-107823 -5.691883 56.49690 25 -#> 767 VR2W-107823 -5.691883 56.49690 25 -#> 768 VR2W-107823 -5.691883 56.49690 25 -#> 769 VR2W-107823 -5.691883 56.49690 25 -#> 770 VR2W-107823 -5.691883 56.49690 25 -#> 771 VR2W-107823 -5.691883 56.49690 25 -#> 772 VR2W-107823 -5.691883 56.49690 25 -#> 773 VR2W-107823 -5.691883 56.49690 25 -#> 774 VR2W-108163 -5.610733 56.37628 25 -#> 775 VR2W-108163 -5.610733 56.37628 25 -#> 776 VR2W-108163 -5.610733 56.37628 25 -#> 777 VR2W-108163 -5.610733 56.37628 25 -#> 778 VR2W-108163 -5.610733 56.37628 25 -#> 779 VR2W-108163 -5.610733 56.37628 25 -#> 780 VR2W-108163 -5.610733 56.37628 25 -#> 781 VR2W-108163 -5.610733 56.37628 25 -#> 782 VR2W-108163 -5.610733 56.37628 25 -#> 783 VR2W-107823 -5.691883 56.49690 25 -#> 784 VR2W-107823 -5.691883 56.49690 25 -#> 785 VR2W-107823 -5.691883 56.49690 25 -#> 786 VR2W-107823 -5.691883 56.49690 25 -#> 787 VR2W-107823 -5.691883 56.49690 25 -#> 788 VR2W-107823 -5.691883 56.49690 25 -#> 789 VR2W-107823 -5.691883 56.49690 25 -#> 790 VR2W-107823 -5.691883 56.49690 25 -#> 791 VR2W-107823 -5.691883 56.49690 25 -#> 792 VR2W-107823 -5.691883 56.49690 25 -#> 793 VR2W-107823 -5.691883 56.49690 25 -#> 794 VR2W-107823 -5.691883 56.49690 25 -#> 795 VR2W-107823 -5.691883 56.49690 25 -#> 796 VR2W-107823 -5.691883 56.49690 25 -#> 797 VR2W-107823 -5.691883 56.49690 25 -#> 798 VR2W-107823 -5.691883 56.49690 25 -#> 799 VR2W-107823 -5.691883 56.49690 25 -#> 800 VR2W-107823 -5.691883 56.49690 25 -#> 801 VR2W-107823 -5.691883 56.49690 25 -#> 802 VR2W-107823 -5.691883 56.49690 25 -#> 803 VR2W-107823 -5.691883 56.49690 25 -#> 804 VR2W-107823 -5.691883 56.49690 25 -#> 805 VR2W-107823 -5.691883 56.49690 25 -#> 806 VR2W-107823 -5.691883 56.49690 25 -#> 807 VR2W-107823 -5.691883 56.49690 25 -#> 808 VR2W-107823 -5.691883 56.49690 25 -#> 809 VR2W-107823 -5.691883 56.49690 25 -#> 810 VR2W-107823 -5.691883 56.49690 25 -#> 811 VR2W-107823 -5.691883 56.49690 25 -#> 812 VR2W-107823 -5.691883 56.49690 25 -#> 813 VR2W-107823 -5.691883 56.49690 25 -#> 814 VR2W-107823 -5.691883 56.49690 25 -#> 815 VR2W-107823 -5.691883 56.49690 25 -#> 816 VR2W-107823 -5.691883 56.49690 25 -#> 817 VR2W-107823 -5.691883 56.49690 25 -#> 818 VR2W-107823 -5.691883 56.49690 25 -#> 819 VR2W-107823 -5.691883 56.49690 25 -#> 820 VR2W-107823 -5.691883 56.49690 25 -#> 821 VR2W-107823 -5.691883 56.49690 25 -#> 822 VR2W-107823 -5.691883 56.49690 25 -#> 823 VR2W-107823 -5.691883 56.49690 25 -#> 824 VR2W-107823 -5.691883 56.49690 25 -#> 825 VR2W-107823 -5.691883 56.49690 25 -#> 826 VR2W-107823 -5.691883 56.49690 25 -#> 827 VR2W-107823 -5.691883 56.49690 25 -#> 828 VR2W-107823 -5.691883 56.49690 25 -#> 829 VR2W-107823 -5.691883 56.49690 25 -#> 830 VR2W-107823 -5.691883 56.49690 25 -#> 831 VR2W-107823 -5.691883 56.49690 25 -#> 832 VR2W-107823 -5.691883 56.49690 25 -#> 833 VR2W-107823 -5.691883 56.49690 25 -#> 834 VR2W-107823 -5.691883 56.49690 25 -#> 835 VR2W-107823 -5.691883 56.49690 25 -#> 836 VR2W-108160 -5.704867 56.48890 25 -#> 837 VR2W-108160 -5.704867 56.48890 25 -#> 838 VR2W-108160 -5.704867 56.48890 25 -#> 839 VR2W-108160 -5.704867 56.48890 25 -#> 840 VR2W-108160 -5.704867 56.48890 25 -#> 841 VR2W-108160 -5.704867 56.48890 25 -#> 842 VR2W-108160 -5.704867 56.48890 25 -#> 843 VR2W-107823 -5.691883 56.49690 25 -#> 844 VR2W-107823 -5.691883 56.49690 25 -#> 845 VR2W-107823 -5.691883 56.49690 25 -#> 846 VR2W-107823 -5.691883 56.49690 25 -#> 847 VR2W-107823 -5.691883 56.49690 25 -#> 848 VR2W-107823 -5.691883 56.49690 25 -#> 849 VR2W-107823 -5.691883 56.49690 25 -#> 850 VR2W-107823 -5.691883 56.49690 25 -#> 851 VR2W-107823 -5.691883 56.49690 25 -#> 852 VR2W-107823 -5.691883 56.49690 25 -#> 853 VR2W-107823 -5.691883 56.49690 25 -#> 854 VR2W-107823 -5.691883 56.49690 25 -#> 855 VR2W-107823 -5.691883 56.49690 25 -#> 856 VR2W-107823 -5.691883 56.49690 25 -#> 857 VR2W-107823 -5.691883 56.49690 25 -#> 858 VR2W-107823 -5.691883 56.49690 25 -#> 859 VR2W-107823 -5.691883 56.49690 25 -#> 860 VR2W-107823 -5.691883 56.49690 25 -#> 861 VR2W-107823 -5.691883 56.49690 25 -#> 862 VR2W-107823 -5.691883 56.49690 25 -#> 863 VR2W-107823 -5.691883 56.49690 25 -#> 864 VR2W-107823 -5.691883 56.49690 25 -#> 865 VR2W-107823 -5.691883 56.49690 25 -#> 866 VR2W-107823 -5.691883 56.49690 25 -#> 867 VR2W-107823 -5.691883 56.49690 25 -#> 868 VR2W-107823 -5.691883 56.49690 25 -#> 869 VR2W-107823 -5.691883 56.49690 25 -#> 870 VR2W-107823 -5.691883 56.49690 25 -#> 871 VR2W-108163 -5.610733 56.37628 25 -#> 872 VR2W-108163 -5.610733 56.37628 25 -#> 873 VR2W-108163 -5.610733 56.37628 25 -#> 874 VR2W-108160 -5.704867 56.48890 25 -#> 875 VR2W-108160 -5.704867 56.48890 25 -#> 876 VR2W-108160 -5.704867 56.48890 25 -#> 877 VR2W-108160 -5.704867 56.48890 25 -#> 878 VR2W-108160 -5.704867 56.48890 25 -#> 879 VR2W-108160 -5.704867 56.48890 25 -#> 880 VR2W-108160 -5.704867 56.48890 25 -#> 881 VR2W-108160 -5.704867 56.48890 25 -#> 882 VR2W-108160 -5.704867 56.48890 25 -#> 883 VR2W-108160 -5.704867 56.48890 25 -#> 884 VR2W-108160 -5.704867 56.48890 25 -#> 885 VR2W-108160 -5.704867 56.48890 25 -#> 886 VR2W-108160 -5.704867 56.48890 25 -#> 887 VR2W-108160 -5.704867 56.48890 25 -#> 888 VR2W-108160 -5.704867 56.48890 25 -#> 889 VR2W-108160 -5.704867 56.48890 25 -#> 890 VR2W-108160 -5.704867 56.48890 25 -#> 891 VR2W-108160 -5.704867 56.48890 25 -#> 892 VR2W-108160 -5.704867 56.48890 25 -#> 893 VR2W-108160 -5.704867 56.48890 25 -#> 894 VR2W-108160 -5.704867 56.48890 25 -#> 895 VR2W-108160 -5.704867 56.48890 25 -#> 896 VR2W-108160 -5.704867 56.48890 25 -#> 897 VR2W-108160 -5.704867 56.48890 25 -#> 898 VR2W-108160 -5.704867 56.48890 25 -#> 899 VR2W-108160 -5.704867 56.48890 25 -#> 900 VR2W-108160 -5.704867 56.48890 25 -#> 901 VR2W-108160 -5.704867 56.48890 25 -#> 902 VR2W-108160 -5.704867 56.48890 25 -#> 903 VR2W-108160 -5.704867 56.48890 25 -#> 904 VR2W-107823 -5.691883 56.49690 25 -#> 905 VR2W-107823 -5.691883 56.49690 25 -#> 906 VR2W-107823 -5.691883 56.49690 25 -#> 907 VR2W-107823 -5.691883 56.49690 25 -#> 908 VR2W-107823 -5.691883 56.49690 25 -#> 909 VR2W-107823 -5.691883 56.49690 25 -#> 910 VR2W-107823 -5.691883 56.49690 25 -#> 911 VR2W-107823 -5.691883 56.49690 25 -#> 912 VR2W-107823 -5.691883 56.49690 25 -#> 913 VR2W-107823 -5.691883 56.49690 25 -#> 914 VR2W-107823 -5.691883 56.49690 25 -#> 915 VR2W-107823 -5.691883 56.49690 25 -#> 916 VR2W-107823 -5.691883 56.49690 25 -#> 917 VR2W-107823 -5.691883 56.49690 25 -#> 918 VR2W-107823 -5.691883 56.49690 25 -#> 919 VR2W-107823 -5.691883 56.49690 25 -#> 920 VR2W-107823 -5.691883 56.49690 25 -#> 921 VR2W-107823 -5.691883 56.49690 25 -#> 922 VR2W-107823 -5.691883 56.49690 25 -#> 923 VR2W-107823 -5.691883 56.49690 25 -#> 924 VR2W-107823 -5.691883 56.49690 25 -#> 925 VR2W-107823 -5.691883 56.49690 25 -#> 926 VR2W-107823 -5.691883 56.49690 25 -#> 927 VR2W-107823 -5.691883 56.49690 25 -#> 928 VR2W-107823 -5.691883 56.49690 25 -#> 929 VR2W-107823 -5.691883 56.49690 25 -#> 930 VR2W-107823 -5.691883 56.49690 25 -#> 931 VR2W-107823 -5.691883 56.49690 25 -#> 932 VR2W-107823 -5.691883 56.49690 25 -#> 933 VR2W-107823 -5.691883 56.49690 25 -#> 934 VR2W-107823 -5.691883 56.49690 25 -#> 935 VR2W-107823 -5.691883 56.49690 25 -#> 936 VR2W-107823 -5.691883 56.49690 25 -#> 937 VR2W-107823 -5.691883 56.49690 25 -#> 938 VR2W-107823 -5.691883 56.49690 25 -#> 939 VR2W-107823 -5.691883 56.49690 25 -#> 940 VR2W-107823 -5.691883 56.49690 25 -#> 941 VR2W-107823 -5.691883 56.49690 25 -#> 942 VR2W-107823 -5.691883 56.49690 25 -#> 943 VR2W-107823 -5.691883 56.49690 25 -#> 944 VR2W-107823 -5.691883 56.49690 25 -#> 945 VR2W-107823 -5.691883 56.49690 25 -#> 946 VR2W-107823 -5.691883 56.49690 25 -#> 947 VR2W-107823 -5.691883 56.49690 25 -#> 948 VR2W-107823 -5.691883 56.49690 25 -#> 949 VR2W-107823 -5.691883 56.49690 25 -#> 950 VR2W-107823 -5.691883 56.49690 25 -#> 951 VR2W-107823 -5.691883 56.49690 25 -#> 952 VR2W-107823 -5.691883 56.49690 25 -#> 953 VR2W-107823 -5.691883 56.49690 25 -#> 954 VR2W-107823 -5.691883 56.49690 25 -#> 955 VR2W-107823 -5.691883 56.49690 25 -#> 956 VR2W-107823 -5.691883 56.49690 25 -#> 957 VR2W-107823 -5.691883 56.49690 25 -#> 958 VR2W-107823 -5.691883 56.49690 25 -#> 959 VR2W-107823 -5.691883 56.49690 25 -#> 960 VR2W-107823 -5.691883 56.49690 25 -#> 961 VR2W-107823 -5.691883 56.49690 25 -#> 962 VR2W-107823 -5.691883 56.49690 25 -#> 963 VR2W-107823 -5.691883 56.49690 25 -#> 964 VR2W-107823 -5.691883 56.49690 25 -#> 965 VR2W-107823 -5.691883 56.49690 25 -#> 966 VR2W-107823 -5.691883 56.49690 25 -#> 967 VR2W-107823 -5.691883 56.49690 25 -#> 968 VR2W-107823 -5.691883 56.49690 25 -#> 969 VR2W-107823 -5.691883 56.49690 25 -#> 970 VR2W-107823 -5.691883 56.49690 25 -#> 971 VR2W-107823 -5.691883 56.49690 25 -#> 972 VR2W-107823 -5.691883 56.49690 25 -#> 973 VR2W-107823 -5.691883 56.49690 25 -#> 974 VR2W-107823 -5.691883 56.49690 25 -#> 975 VR2W-107823 -5.691883 56.49690 25 -#> 976 VR2W-107823 -5.691883 56.49690 25 -#> 977 VR2W-107823 -5.691883 56.49690 25 -#> 978 VR2W-107823 -5.691883 56.49690 25 -#> 979 VR2W-107823 -5.691883 56.49690 25 -#> 980 VR2W-107823 -5.691883 56.49690 25 -#> 981 VR2W-107823 -5.691883 56.49690 25 -#> 982 VR2W-107823 -5.691883 56.49690 25 -#> 983 VR2W-107823 -5.691883 56.49690 25 -#> 984 VR2W-107823 -5.691883 56.49690 25 -#> 985 VR2W-107823 -5.691883 56.49690 25 -#> 986 VR2W-107823 -5.691883 56.49690 25 -#> 987 VR2W-107823 -5.691883 56.49690 25 -#> 988 VR2W-107823 -5.691883 56.49690 25 -#> 989 VR2W-107823 -5.691883 56.49690 25 -#> 990 VR2W-107823 -5.691883 56.49690 25 -#> 991 VR2W-107823 -5.691883 56.49690 25 -#> 992 VR2W-107823 -5.691883 56.49690 25 -#> 993 VR2W-107823 -5.691883 56.49690 25 -#> 994 VR2W-107823 -5.691883 56.49690 25 -#> 995 VR2W-107823 -5.691883 56.49690 25 -#> 996 VR2W-107823 -5.691883 56.49690 25 -#> 997 VR2W-107823 -5.691883 56.49690 25 -#> 998 VR2W-107823 -5.691883 56.49690 25 -#> 999 VR2W-107823 -5.691883 56.49690 25 -#> 1000 VR2W-107823 -5.691883 56.49690 25 -#> 1001 VR2W-107823 -5.691883 56.49690 25 -#> 1002 VR2W-107823 -5.691883 56.49690 25 -#> 1003 VR2W-107823 -5.691883 56.49690 25 -#> 1004 VR2W-107823 -5.691883 56.49690 25 -#> 1005 VR2W-107823 -5.691883 56.49690 25 -#> 1006 VR2W-107823 -5.691883 56.49690 25 -#> 1007 VR2W-107823 -5.691883 56.49690 25 -#> 1008 VR2W-107823 -5.691883 56.49690 25 -#> 1009 VR2W-107823 -5.691883 56.49690 25 -#> 1010 VR2W-107823 -5.691883 56.49690 25 -#> 1011 VR2W-107823 -5.691883 56.49690 25 -#> 1012 VR2W-107823 -5.691883 56.49690 25 -#> 1013 VR2W-107823 -5.691883 56.49690 25 -#> 1014 VR2W-107823 -5.691883 56.49690 25 -#> 1015 VR2W-107823 -5.691883 56.49690 25 -#> 1016 VR2W-107823 -5.691883 56.49690 25 -#> 1017 VR2W-107823 -5.691883 56.49690 25 -#> 1018 VR2W-107823 -5.691883 56.49690 25 -#> 1019 VR2W-107823 -5.691883 56.49690 25 -#> 1020 VR2W-107823 -5.691883 56.49690 25 -#> 1021 VR2W-107823 -5.691883 56.49690 25 -#> 1022 VR2W-107823 -5.691883 56.49690 25 -#> 1023 VR2W-107823 -5.691883 56.49690 25 -#> 1024 VR2W-107823 -5.691883 56.49690 25 -#> 1025 VR2W-107823 -5.691883 56.49690 25 -#> 1026 VR2W-107823 -5.691883 56.49690 25 -#> 1027 VR2W-107823 -5.691883 56.49690 25 -#> 1028 VR2W-107823 -5.691883 56.49690 25 -#> 1029 VR2W-107823 -5.691883 56.49690 25 -#> 1030 VR2W-107823 -5.691883 56.49690 25 -#> 1031 VR2W-107823 -5.691883 56.49690 25 -#> 1032 VR2W-107823 -5.691883 56.49690 25 -#> 1033 VR2W-107823 -5.691883 56.49690 25 -#> 1034 VR2W-107823 -5.691883 56.49690 25 -#> 1035 VR2W-107823 -5.691883 56.49690 25 -#> 1036 VR2W-107823 -5.691883 56.49690 25 -#> 1037 VR2W-107823 -5.691883 56.49690 25 -#> 1038 VR2W-107823 -5.691883 56.49690 25 -#> 1039 VR2W-107823 -5.691883 56.49690 25 -#> 1040 VR2W-107823 -5.691883 56.49690 25 -#> 1041 VR2W-107823 -5.691883 56.49690 25 -#> 1042 VR2W-107823 -5.691883 56.49690 25 -#> 1043 VR2W-107823 -5.691883 56.49690 25 -#> 1044 VR2W-107823 -5.691883 56.49690 25 -#> 1045 VR2W-107823 -5.691883 56.49690 25 -#> 1046 VR2W-107823 -5.691883 56.49690 25 -#> 1047 VR2W-107823 -5.691883 56.49690 25 -#> 1048 VR2W-107823 -5.691883 56.49690 25 -#> 1049 VR2W-107823 -5.691883 56.49690 25 -#> 1050 VR2W-107823 -5.691883 56.49690 25 -#> 1051 VR2W-107823 -5.691883 56.49690 25 -#> 1052 VR2W-107823 -5.691883 56.49690 25 -#> 1053 VR2W-107823 -5.691883 56.49690 25 -#> 1054 VR2W-107823 -5.691883 56.49690 25 -#> 1055 VR2W-107823 -5.691883 56.49690 25 -#> 1056 VR2W-107823 -5.691883 56.49690 25 -#> 1057 VR2W-107823 -5.691883 56.49690 25 -#> 1058 VR2W-107823 -5.691883 56.49690 25 -#> 1059 VR2W-107823 -5.691883 56.49690 25 -#> 1060 VR2W-107823 -5.691883 56.49690 25 -#> 1061 VR2W-107823 -5.691883 56.49690 25 -#> 1062 VR2W-107823 -5.691883 56.49690 25 -#> 1063 VR2W-107823 -5.691883 56.49690 25 -#> 1064 VR2W-107823 -5.691883 56.49690 25 -#> 1065 VR2W-107823 -5.691883 56.49690 25 -#> 1066 VR2W-107823 -5.691883 56.49690 25 -#> 1067 VR2W-107823 -5.691883 56.49690 25 -#> 1068 VR2W-107823 -5.691883 56.49690 25 -#> 1069 VR2W-107823 -5.691883 56.49690 25 -#> 1070 VR2W-107823 -5.691883 56.49690 25 -#> 1071 VR2W-107823 -5.691883 56.49690 25 -#> 1072 VR2W-107823 -5.691883 56.49690 25 -#> 1073 VR2W-107823 -5.691883 56.49690 25 -#> 1074 VR2W-107823 -5.691883 56.49690 25 -#> 1075 VR2W-107823 -5.691883 56.49690 25 -#> 1076 VR2W-107823 -5.691883 56.49690 25 -#> 1077 VR2W-107823 -5.691883 56.49690 25 -#> 1078 VR2W-107823 -5.691883 56.49690 25 -#> 1079 VR2W-107823 -5.691883 56.49690 25 -#> 1080 VR2W-107823 -5.691883 56.49690 25 -#> 1081 VR2W-107823 -5.691883 56.49690 25 -#> 1082 VR2W-107823 -5.691883 56.49690 25 -#> 1083 VR2W-107823 -5.691883 56.49690 25 -#> 1084 VR2W-107823 -5.691883 56.49690 25 -#> 1085 VR2W-107823 -5.691883 56.49690 25 -#> 1086 VR2W-107823 -5.691883 56.49690 25 -#> 1087 VR2W-107823 -5.691883 56.49690 25 -#> 1088 VR2W-107823 -5.691883 56.49690 25 -#> 1089 VR2W-107823 -5.691883 56.49690 25 -#> 1090 VR2W-107823 -5.691883 56.49690 25 -#> 1091 VR2W-107823 -5.691883 56.49690 25 -#> 1092 VR2W-107823 -5.691883 56.49690 25 -#> 1093 VR2W-107823 -5.691883 56.49690 25 -#> 1094 VR2W-107823 -5.691883 56.49690 25 -#> 1095 VR2W-107823 -5.691883 56.49690 25 -#> 1096 VR2W-107823 -5.691883 56.49690 25 -#> 1097 VR2W-107823 -5.691883 56.49690 25 -#> 1098 VR2W-107823 -5.691883 56.49690 25 -#> 1099 VR2W-107823 -5.691883 56.49690 25 -#> 1100 VR2W-107823 -5.691883 56.49690 25 -#> 1101 VR2W-107823 -5.691883 56.49690 25 -#> 1102 VR2W-107823 -5.691883 56.49690 25 -#> 1103 VR2W-107823 -5.691883 56.49690 25 -#> 1104 VR2W-107823 -5.691883 56.49690 25 -#> 1105 VR2W-107823 -5.691883 56.49690 25 -#> 1106 VR2W-107823 -5.691883 56.49690 25 -#> 1107 VR2W-107823 -5.691883 56.49690 25 -#> 1108 VR2W-107823 -5.691883 56.49690 25 -#> 1109 VR2W-107823 -5.691883 56.49690 25 -#> 1110 VR2W-107823 -5.691883 56.49690 25 -#> 1111 VR2W-107823 -5.691883 56.49690 25 -#> 1112 VR2W-107823 -5.691883 56.49690 25 -#> 1113 VR2W-107823 -5.691883 56.49690 25 -#> 1114 VR2W-107823 -5.691883 56.49690 25 -#> 1115 VR2W-107823 -5.691883 56.49690 25 -#> 1116 VR2W-107823 -5.691883 56.49690 25 -#> 1117 VR2W-107823 -5.691883 56.49690 25 -#> 1118 VR2W-107823 -5.691883 56.49690 25 -#> 1119 VR2W-107823 -5.691883 56.49690 25 -#> 1120 VR2W-107823 -5.691883 56.49690 25 -#> 1121 VR2W-107823 -5.691883 56.49690 25 -#> 1122 VR2W-107823 -5.691883 56.49690 25 -#> 1123 VR2W-107823 -5.691883 56.49690 25 -#> 1124 VR2W-107823 -5.691883 56.49690 25 -#> 1125 VR2W-107823 -5.691883 56.49690 25 -#> 1126 VR2W-107823 -5.691883 56.49690 25 -#> 1127 VR2W-107823 -5.691883 56.49690 25 -#> 1128 VR2W-107823 -5.691883 56.49690 25 -#> 1129 VR2W-107823 -5.691883 56.49690 25 -#> 1130 VR2W-107823 -5.691883 56.49690 25 -#> 1131 VR2W-107823 -5.691883 56.49690 25 -#> 1132 VR2W-107823 -5.691883 56.49690 25 -#> 1133 VR2W-107823 -5.691883 56.49690 25 -#> 1134 VR2W-107823 -5.691883 56.49690 25 -#> 1135 VR2W-107823 -5.691883 56.49690 25 -#> 1136 VR2W-107823 -5.691883 56.49690 25 -#> 1137 VR2W-107823 -5.691883 56.49690 25 -#> 1138 VR2W-107823 -5.691883 56.49690 25 -#> 1139 VR2W-107823 -5.691883 56.49690 25 -#> 1140 VR2W-107823 -5.691883 56.49690 25 -#> 1141 VR2W-107823 -5.691883 56.49690 25 -#> 1142 VR2W-107823 -5.691883 56.49690 25 -#> 1143 VR2W-107823 -5.691883 56.49690 25 -#> 1144 VR2W-107823 -5.691883 56.49690 25 -#> 1145 VR2W-107823 -5.691883 56.49690 25 -#> 1146 VR2W-107823 -5.691883 56.49690 25 -#> 1147 VR2W-107823 -5.691883 56.49690 25 -#> 1148 VR2W-107823 -5.691883 56.49690 25 -#> 1149 VR2W-107823 -5.691883 56.49690 25 -#> 1150 VR2W-107823 -5.691883 56.49690 25 -#> 1151 VR2W-107823 -5.691883 56.49690 25 -#> 1152 VR2W-107823 -5.691883 56.49690 25 -#> 1153 VR2W-107823 -5.691883 56.49690 25 -#> 1154 VR2W-107823 -5.691883 56.49690 25 -#> 1155 VR2W-107823 -5.691883 56.49690 25 -#> 1156 VR2W-107823 -5.691883 56.49690 25 -#> 1157 VR2W-107823 -5.691883 56.49690 25 -#> 1158 VR2W-107823 -5.691883 56.49690 25 -#> 1159 VR2W-107823 -5.691883 56.49690 25 -#> 1160 VR2W-107823 -5.691883 56.49690 25 -#> 1161 VR2W-107823 -5.691883 56.49690 25 -#> 1162 VR2W-107823 -5.691883 56.49690 25 -#> 1163 VR2W-107823 -5.691883 56.49690 25 -#> 1164 VR2W-107823 -5.691883 56.49690 25 -#> 1165 VR2W-107823 -5.691883 56.49690 25 -#> 1166 VR2W-107823 -5.691883 56.49690 25 -#> 1167 VR2W-107823 -5.691883 56.49690 25 -#> 1168 VR2W-107823 -5.691883 56.49690 25 -#> 1169 VR2W-107823 -5.691883 56.49690 25 -#> 1170 VR2W-107823 -5.691883 56.49690 25 -#> 1171 VR2W-107823 -5.691883 56.49690 25 -#> 1172 VR2W-107823 -5.691883 56.49690 25 -#> 1173 VR2W-107823 -5.691883 56.49690 25 -#> 1174 VR2W-107823 -5.691883 56.49690 25 -#> 1175 VR2W-107823 -5.691883 56.49690 25 -#> 1176 VR2W-107823 -5.691883 56.49690 25 -#> 1177 VR2W-107823 -5.691883 56.49690 25 -#> 1178 VR2W-107823 -5.691883 56.49690 25 -#> 1179 VR2W-107823 -5.691883 56.49690 25 -#> 1180 VR2W-107823 -5.691883 56.49690 25 -#> 1181 VR2W-107823 -5.691883 56.49690 25 -#> 1182 VR2W-107823 -5.691883 56.49690 25 -#> 1183 VR2W-107823 -5.691883 56.49690 25 -#> 1184 VR2W-107823 -5.691883 56.49690 25 -#> 1185 VR2W-107823 -5.691883 56.49690 25 -#> 1186 VR2W-107823 -5.691883 56.49690 25 -#> 1187 VR2W-107823 -5.691883 56.49690 25 -#> 1188 VR2W-107823 -5.691883 56.49690 25 -#> 1189 VR2W-107823 -5.691883 56.49690 25 -#> 1190 VR2W-107823 -5.691883 56.49690 25 -#> 1191 VR2W-107823 -5.691883 56.49690 25 -#> 1192 VR2W-107823 -5.691883 56.49690 25 -#> 1193 VR2W-107823 -5.691883 56.49690 25 -#> 1194 VR2W-107823 -5.691883 56.49690 25 -#> 1195 VR2W-107823 -5.691883 56.49690 25 -#> 1196 VR2W-107823 -5.691883 56.49690 25 -#> 1197 VR2W-107823 -5.691883 56.49690 25 -#> 1198 VR2W-107823 -5.691883 56.49690 25 -#> 1199 VR2W-107823 -5.691883 56.49690 25 -#> 1200 VR2W-107823 -5.691883 56.49690 25 -#> 1201 VR2W-107823 -5.691883 56.49690 25 -#> 1202 VR2W-107823 -5.691883 56.49690 25 -#> 1203 VR2W-107823 -5.691883 56.49690 25 -#> 1204 VR2W-107823 -5.691883 56.49690 25 -#> 1205 VR2W-107823 -5.691883 56.49690 25 -#> 1206 VR2W-107823 -5.691883 56.49690 25 -#> 1207 VR2W-107823 -5.691883 56.49690 25 -#> 1208 VR2W-107823 -5.691883 56.49690 25 -#> 1209 VR2W-107823 -5.691883 56.49690 25 -#> 1210 VR2W-107823 -5.691883 56.49690 25 -#> 1211 VR2W-107823 -5.691883 56.49690 25 -#> 1212 VR2W-107823 -5.691883 56.49690 25 -#> 1213 VR2W-107823 -5.691883 56.49690 25 -#> 1214 VR2W-107823 -5.691883 56.49690 25 -#> 1215 VR2W-107823 -5.691883 56.49690 25 -#> 1216 VR2W-107823 -5.691883 56.49690 25 -#> 1217 VR2W-107823 -5.691883 56.49690 25 -#> 1218 VR2W-107823 -5.691883 56.49690 25 -#> 1219 VR2W-107823 -5.691883 56.49690 25 -#> 1220 VR2W-107823 -5.691883 56.49690 25 -#> 1221 VR2W-107823 -5.691883 56.49690 25 -#> 1222 VR2W-107823 -5.691883 56.49690 25 -#> 1223 VR2W-107823 -5.691883 56.49690 25 -#> 1224 VR2W-107823 -5.691883 56.49690 25 -#> 1225 VR2W-107823 -5.691883 56.49690 25 -#> 1226 VR2W-107823 -5.691883 56.49690 25 -#> 1227 VR2W-107823 -5.691883 56.49690 25 -#> 1228 VR2W-107823 -5.691883 56.49690 25 -#> 1229 VR2W-107823 -5.691883 56.49690 25 -#> 1230 VR2W-107823 -5.691883 56.49690 25 -#> 1231 VR2W-107823 -5.691883 56.49690 25 -#> 1232 VR2W-107823 -5.691883 56.49690 25 -#> 1233 VR2W-107823 -5.691883 56.49690 25 -#> 1234 VR2W-107823 -5.691883 56.49690 25 -#> 1235 VR2W-107823 -5.691883 56.49690 25 -#> 1236 VR2W-107823 -5.691883 56.49690 25 -#> 1237 VR2W-107823 -5.691883 56.49690 25 -#> 1238 VR2W-107823 -5.691883 56.49690 25 -#> 1239 VR2W-107823 -5.691883 56.49690 25 -#> 1240 VR2W-107823 -5.691883 56.49690 25 -#> 1241 VR2W-107823 -5.691883 56.49690 25 -#> 1242 VR2W-107823 -5.691883 56.49690 25 -#> 1243 VR2W-107823 -5.691883 56.49690 25 -#> 1244 VR2W-107823 -5.691883 56.49690 25 -#> 1245 VR2W-107823 -5.691883 56.49690 25 -#> 1246 VR2W-107823 -5.691883 56.49690 25 -#> 1247 VR2W-107823 -5.691883 56.49690 25 -#> 1248 VR2W-107823 -5.691883 56.49690 25 -#> 1249 VR2W-107823 -5.691883 56.49690 25 -#> 1250 VR2W-107823 -5.691883 56.49690 25 -#> 1251 VR2W-107823 -5.691883 56.49690 25 -#> 1252 VR2W-107823 -5.691883 56.49690 25 -#> 1253 VR2W-107823 -5.691883 56.49690 25 -#> 1254 VR2W-107823 -5.691883 56.49690 25 -#> 1255 VR2W-107823 -5.691883 56.49690 25 -#> 1256 VR2W-107823 -5.691883 56.49690 25 -#> 1257 VR2W-107823 -5.691883 56.49690 25 -#> 1258 VR2W-107823 -5.691883 56.49690 25 -#> 1259 VR2W-107823 -5.691883 56.49690 25 -#> 1260 VR2W-107823 -5.691883 56.49690 25 -#> 1261 VR2W-107823 -5.691883 56.49690 25 -#> 1262 VR2W-107823 -5.691883 56.49690 25 -#> 1263 VR2W-107823 -5.691883 56.49690 25 -#> 1264 VR2W-107823 -5.691883 56.49690 25 -#> 1265 VR2W-107823 -5.691883 56.49690 25 -#> 1266 VR2W-107823 -5.691883 56.49690 25 -#> 1267 VR2W-107823 -5.691883 56.49690 25 -#> 1268 VR2W-107823 -5.691883 56.49690 25 -#> 1269 VR2W-107823 -5.691883 56.49690 25 -#> 1270 VR2W-107823 -5.691883 56.49690 25 -#> 1271 VR2W-107823 -5.691883 56.49690 25 -#> 1272 VR2W-107823 -5.691883 56.49690 25 -#> 1273 VR2W-107823 -5.691883 56.49690 25 -#> 1274 VR2W-107823 -5.691883 56.49690 25 -#> 1275 VR2W-107823 -5.691883 56.49690 25 -#> 1276 VR2W-107823 -5.691883 56.49690 25 -#> 1277 VR2W-107823 -5.691883 56.49690 25 -#> 1278 VR2W-107823 -5.691883 56.49690 25 -#> 1279 VR2W-107823 -5.691883 56.49690 25 -#> 1280 VR2W-107823 -5.691883 56.49690 25 -#> 1281 VR2W-107823 -5.691883 56.49690 25 -#> 1282 VR2W-107823 -5.691883 56.49690 25 -#> 1283 VR2W-107823 -5.691883 56.49690 25 -#> 1284 VR2W-107823 -5.691883 56.49690 25 -#> 1285 VR2W-107823 -5.691883 56.49690 25 -#> 1286 VR2W-107823 -5.691883 56.49690 25 -#> 1287 VR2W-107823 -5.691883 56.49690 25 -#> 1288 VR2W-107823 -5.691883 56.49690 25 -#> 1289 VR2W-107823 -5.691883 56.49690 25 -#> 1290 VR2W-107823 -5.691883 56.49690 25 -#> 1291 VR2W-107823 -5.691883 56.49690 25 -#> 1292 VR2W-107823 -5.691883 56.49690 25 -#> 1293 VR2W-107823 -5.691883 56.49690 25 -#> 1294 VR2W-107823 -5.691883 56.49690 25 -#> 1295 VR2W-107823 -5.691883 56.49690 25 -#> 1296 VR2W-107823 -5.691883 56.49690 25 -#> 1297 VR2W-107823 -5.691883 56.49690 25 -#> 1298 VR2W-107823 -5.691883 56.49690 25 -#> 1299 VR2W-107823 -5.691883 56.49690 25 -#> 1300 VR2W-107823 -5.691883 56.49690 25 -#> 1301 VR2W-107823 -5.691883 56.49690 25 -#> 1302 VR2W-107823 -5.691883 56.49690 25 -#> 1303 VR2W-107823 -5.691883 56.49690 25 -#> 1304 VR2W-107823 -5.691883 56.49690 25 -#> 1305 VR2W-107823 -5.691883 56.49690 25 -#> 1306 VR2W-107823 -5.691883 56.49690 25 -#> 1307 VR2W-107823 -5.691883 56.49690 25 -#> 1308 VR2W-107823 -5.691883 56.49690 25 -#> 1309 VR2W-107823 -5.691883 56.49690 25 -#> 1310 VR2W-107823 -5.691883 56.49690 25 -#> 1311 VR2W-107823 -5.691883 56.49690 25 -#> 1312 VR2W-107823 -5.691883 56.49690 25 -#> 1313 VR2W-107823 -5.691883 56.49690 25 -#> 1314 VR2W-107823 -5.691883 56.49690 25 -#> 1315 VR2W-107823 -5.691883 56.49690 25 -#> 1316 VR2W-107823 -5.691883 56.49690 25 -#> 1317 VR2W-107823 -5.691883 56.49690 25 -#> 1318 VR2W-107823 -5.691883 56.49690 25 -#> 1319 VR2W-107823 -5.691883 56.49690 25 -#> 1320 VR2W-107823 -5.691883 56.49690 25 -#> 1321 VR2W-107823 -5.691883 56.49690 25 -#> 1322 VR2W-107823 -5.691883 56.49690 25 -#> 1323 VR2W-107823 -5.691883 56.49690 25 -#> 1324 VR2W-107823 -5.691883 56.49690 25 -#> 1325 VR2W-107823 -5.691883 56.49690 25 -#> 1326 VR2W-107823 -5.691883 56.49690 25 -#> 1327 VR2W-107823 -5.691883 56.49690 25 -#> 1328 VR2W-107823 -5.691883 56.49690 25 -#> 1329 VR2W-107823 -5.691883 56.49690 25 -#> 1330 VR2W-107823 -5.691883 56.49690 25 -#> 1331 VR2W-107823 -5.691883 56.49690 25 -#> 1332 VR2W-107823 -5.691883 56.49690 25 -#> 1333 VR2W-107823 -5.691883 56.49690 25 -#> 1334 VR2W-107823 -5.691883 56.49690 25 -#> 1335 VR2W-107823 -5.691883 56.49690 25 -#> 1336 VR2W-107823 -5.691883 56.49690 25 -#> 1337 VR2W-107823 -5.691883 56.49690 25 -#> 1338 VR2W-107823 -5.691883 56.49690 25 -#> 1339 VR2W-107823 -5.691883 56.49690 25 -#> 1340 VR2W-107823 -5.691883 56.49690 25 -#> 1341 VR2W-107823 -5.691883 56.49690 25 -#> 1342 VR2W-107823 -5.691883 56.49690 25 -#> 1343 VR2W-107823 -5.691883 56.49690 25 -#> 1344 VR2W-107823 -5.691883 56.49690 25 -#> 1345 VR2W-107823 -5.691883 56.49690 25 -#> 1346 VR2W-107823 -5.691883 56.49690 25 -#> 1347 VR2W-107823 -5.691883 56.49690 25 -#> 1348 VR2W-107823 -5.691883 56.49690 25 -#> 1349 VR2W-107823 -5.691883 56.49690 25 -#> 1350 VR2W-107823 -5.691883 56.49690 25 -#> 1351 VR2W-107823 -5.691883 56.49690 25 -#> 1352 VR2W-107823 -5.691883 56.49690 25 -#> 1353 VR2W-107823 -5.691883 56.49690 25 -#> 1354 VR2W-107823 -5.691883 56.49690 25 -#> 1355 VR2W-107823 -5.691883 56.49690 25 -#> 1356 VR2W-107823 -5.691883 56.49690 25 -#> 1357 VR2W-107823 -5.691883 56.49690 25 -#> 1358 VR2W-107823 -5.691883 56.49690 25 -#> 1359 VR2W-107823 -5.691883 56.49690 25 -#> 1360 VR2W-107823 -5.691883 56.49690 25 -#> 1361 VR2W-107823 -5.691883 56.49690 25 -#> 1362 VR2W-107823 -5.691883 56.49690 25 -#> 1363 VR2W-107823 -5.691883 56.49690 25 -#> 1364 VR2W-107823 -5.691883 56.49690 25 -#> 1365 VR2W-107823 -5.691883 56.49690 25 -#> 1366 VR2W-107823 -5.691883 56.49690 25 -#> 1367 VR2W-107823 -5.691883 56.49690 25 -#> 1368 VR2W-107823 -5.691883 56.49690 25 -#> 1369 VR2W-107823 -5.691883 56.49690 25 -#> 1370 VR2W-107823 -5.691883 56.49690 25 -#> 1371 VR2W-107823 -5.691883 56.49690 25 -#> 1372 VR2W-107823 -5.691883 56.49690 25 -#> 1373 VR2W-107823 -5.691883 56.49690 25 -#> 1374 VR2W-107823 -5.691883 56.49690 25 -#> 1375 VR2W-107823 -5.691883 56.49690 25 -#> 1376 VR2W-107823 -5.691883 56.49690 25 -#> 1377 VR2W-107823 -5.691883 56.49690 25 -#> 1378 VR2W-107823 -5.691883 56.49690 25 -#> 1379 VR2W-107823 -5.691883 56.49690 25 -#> 1380 VR2W-107823 -5.691883 56.49690 25 -#> 1381 VR2W-107823 -5.691883 56.49690 25 -#> 1382 VR2W-107823 -5.691883 56.49690 25 -#> 1383 VR2W-107823 -5.691883 56.49690 25 -#> 1384 VR2W-107823 -5.691883 56.49690 25 -#> 1385 VR2W-107823 -5.691883 56.49690 25 -#> 1386 VR2W-107823 -5.691883 56.49690 25 -#> 1387 VR2W-107823 -5.691883 56.49690 25 -#> 1388 VR2W-107823 -5.691883 56.49690 25 -#> 1389 VR2W-107823 -5.691883 56.49690 25 -#> 1390 VR2W-107823 -5.691883 56.49690 25 -#> 1391 VR2W-107823 -5.691883 56.49690 25 -#> 1392 VR2W-107823 -5.691883 56.49690 25 -#> 1393 VR2W-107823 -5.691883 56.49690 25 -#> 1394 VR2W-107823 -5.691883 56.49690 25 -#> 1395 VR2W-107823 -5.691883 56.49690 25 -#> 1396 VR2W-107823 -5.691883 56.49690 25 -#> 1397 VR2W-107823 -5.691883 56.49690 25 -#> 1398 VR2W-107823 -5.691883 56.49690 25 -#> 1399 VR2W-107823 -5.691883 56.49690 25 -#> 1400 VR2W-107823 -5.691883 56.49690 25 -#> 1401 VR2W-107823 -5.691883 56.49690 25 -#> 1402 VR2W-107823 -5.691883 56.49690 25 -#> 1403 VR2W-107823 -5.691883 56.49690 25 -#> 1404 VR2W-107823 -5.691883 56.49690 25 -#> 1405 VR2W-107823 -5.691883 56.49690 25 -#> 1406 VR2W-107823 -5.691883 56.49690 25 -#> 1407 VR2W-107823 -5.691883 56.49690 25 -#> 1408 VR2W-107823 -5.691883 56.49690 25 -#> 1409 VR2W-107823 -5.691883 56.49690 25 -#> 1410 VR2W-107823 -5.691883 56.49690 25 -#> 1411 VR2W-107823 -5.691883 56.49690 25 -#> 1412 VR2W-107823 -5.691883 56.49690 25 -#> 1413 VR2W-107823 -5.691883 56.49690 25 -#> 1414 VR2W-107823 -5.691883 56.49690 25 -#> 1415 VR2W-107823 -5.691883 56.49690 25 -#> 1416 VR2W-107823 -5.691883 56.49690 25 -#> 1417 VR2W-107823 -5.691883 56.49690 25 -#> 1418 VR2W-107823 -5.691883 56.49690 25 -#> 1419 VR2W-107823 -5.691883 56.49690 25 -#> 1420 VR2W-107823 -5.691883 56.49690 25 -#> 1421 VR2W-107823 -5.691883 56.49690 25 -#> 1422 VR2W-107823 -5.691883 56.49690 25 -#> 1423 VR2W-107823 -5.691883 56.49690 25 -#> 1424 VR2W-107823 -5.691883 56.49690 25 -#> 1425 VR2W-107823 -5.691883 56.49690 25 -#> 1426 VR2W-107823 -5.691883 56.49690 25 -#> 1427 VR2W-107823 -5.691883 56.49690 25 -#> 1428 VR2W-107823 -5.691883 56.49690 25 -#> 1429 VR2W-107823 -5.691883 56.49690 25 -#> 1430 VR2W-107823 -5.691883 56.49690 25 -#> 1431 VR2W-107823 -5.691883 56.49690 25 -#> 1432 VR2W-107823 -5.691883 56.49690 25 -#> 1433 VR2W-107823 -5.691883 56.49690 25 -#> 1434 VR2W-107823 -5.691883 56.49690 25 -#> 1435 VR2W-107823 -5.691883 56.49690 25 -#> 1436 VR2W-107823 -5.691883 56.49690 25 -#> 1437 VR2W-107823 -5.691883 56.49690 25 -#> 1438 VR2W-107823 -5.691883 56.49690 25 -#> 1439 VR2W-107823 -5.691883 56.49690 25 -#> 1440 VR2W-107823 -5.691883 56.49690 25 -#> 1441 VR2W-107823 -5.691883 56.49690 25 -#> 1442 VR2W-107823 -5.691883 56.49690 25 -#> 1443 VR2W-107823 -5.691883 56.49690 25 -#> 1444 VR2W-107823 -5.691883 56.49690 25 -#> 1445 VR2W-107823 -5.691883 56.49690 25 -#> 1446 VR2W-107823 -5.691883 56.49690 25 -#> 1447 VR2W-107823 -5.691883 56.49690 25 -#> 1448 VR2W-107823 -5.691883 56.49690 25 -#> 1449 VR2W-107823 -5.691883 56.49690 25 -#> 1450 VR2W-107823 -5.691883 56.49690 25 -#> 1451 VR2W-107823 -5.691883 56.49690 25 -#> 1452 VR2W-107823 -5.691883 56.49690 25 -#> 1453 VR2W-107823 -5.691883 56.49690 25 -#> 1454 VR2W-107823 -5.691883 56.49690 25 -#> 1455 VR2W-107823 -5.691883 56.49690 25 -#> 1456 VR2W-107823 -5.691883 56.49690 25 -#> 1457 VR2W-107823 -5.691883 56.49690 25 -#> 1458 VR2W-107823 -5.691883 56.49690 25 -#> 1459 VR2W-107823 -5.691883 56.49690 25 -#> 1460 VR2W-107823 -5.691883 56.49690 25 -#> 1461 VR2W-107823 -5.691883 56.49690 25 -#> 1462 VR2W-107823 -5.691883 56.49690 25 -#> 1463 VR2W-107823 -5.691883 56.49690 25 -#> 1464 VR2W-107823 -5.691883 56.49690 25 -#> 1465 VR2W-107823 -5.691883 56.49690 25 -#> 1466 VR2W-107823 -5.691883 56.49690 25 -#> 1467 VR2W-107823 -5.691883 56.49690 25 -#> 1468 VR2W-107823 -5.691883 56.49690 25 -#> 1469 VR2W-107823 -5.691883 56.49690 25 -#> 1470 VR2W-107823 -5.691883 56.49690 25 -#> 1471 VR2W-107823 -5.691883 56.49690 25 -#> 1472 VR2W-107823 -5.691883 56.49690 25 -#> 1473 VR2W-107823 -5.691883 56.49690 25 -#> 1474 VR2W-107823 -5.691883 56.49690 25 -#> 1475 VR2W-107823 -5.691883 56.49690 25 -#> 1476 VR2W-107823 -5.691883 56.49690 25 -#> 1477 VR2W-107823 -5.691883 56.49690 25 -#> 1478 VR2W-107823 -5.691883 56.49690 25 -#> 1479 VR2W-107823 -5.691883 56.49690 25 -#> 1480 VR2W-107823 -5.691883 56.49690 25 -#> 1481 VR2W-107823 -5.691883 56.49690 25 -#> 1482 VR2W-107823 -5.691883 56.49690 25 -#> 1483 VR2W-107823 -5.691883 56.49690 25 -#> 1484 VR2W-107823 -5.691883 56.49690 25 -#> 1485 VR2W-107823 -5.691883 56.49690 25 -#> 1486 VR2W-107823 -5.691883 56.49690 25 -#> 1487 VR2W-107823 -5.691883 56.49690 25 -#> 1488 VR2W-107823 -5.691883 56.49690 25 -#> 1489 VR2W-107823 -5.691883 56.49690 25 -#> 1490 VR2W-107823 -5.691883 56.49690 25 -#> 1491 VR2W-107823 -5.691883 56.49690 25 -#> 1492 VR2W-107823 -5.691883 56.49690 25 -#> 1493 VR2W-107823 -5.691883 56.49690 25 -#> 1494 VR2W-107823 -5.691883 56.49690 25 -#> 1495 VR2W-107823 -5.691883 56.49690 25 -#> 1496 VR2W-107823 -5.691883 56.49690 25 -#> 1497 VR2W-107823 -5.691883 56.49690 25 -#> 1498 VR2W-107823 -5.691883 56.49690 25 -#> 1499 VR2W-107823 -5.691883 56.49690 25 -#> 1500 VR2W-107823 -5.691883 56.49690 25 -#> 1501 VR2W-107823 -5.691883 56.49690 25 -#> 1502 VR2W-107823 -5.691883 56.49690 25 -#> 1503 VR2W-107823 -5.691883 56.49690 25 -#> 1504 VR2W-107823 -5.691883 56.49690 25 -#> 1505 VR2W-107823 -5.691883 56.49690 25 -#> 1506 VR2W-107823 -5.691883 56.49690 25 -#> 1507 VR2W-107823 -5.691883 56.49690 25 -#> 1508 VR2W-107823 -5.691883 56.49690 25 -#> 1509 VR2W-107823 -5.691883 56.49690 25 -#> 1510 VR2W-107823 -5.691883 56.49690 25 -#> 1511 VR2W-107823 -5.691883 56.49690 25 -#> 1512 VR2W-107823 -5.691883 56.49690 25 -#> 1513 VR2W-107823 -5.691883 56.49690 25 -#> 1514 VR2W-107823 -5.691883 56.49690 25 -#> 1515 VR2W-107823 -5.691883 56.49690 25 -#> 1516 VR2W-107823 -5.691883 56.49690 25 -#> 1517 VR2W-107823 -5.691883 56.49690 25 -#> 1518 VR2W-107823 -5.691883 56.49690 25 -#> 1519 VR2W-107823 -5.691883 56.49690 25 -#> 1520 VR2W-107823 -5.691883 56.49690 25 -#> 1521 VR2W-107823 -5.691883 56.49690 25 -#> 1522 VR2W-107823 -5.691883 56.49690 25 -#> 1523 VR2W-107823 -5.691883 56.49690 25 -#> 1524 VR2W-107823 -5.691883 56.49690 25 -#> 1525 VR2W-107823 -5.691883 56.49690 25 -#> 1526 VR2W-107823 -5.691883 56.49690 25 -#> 1527 VR2W-107823 -5.691883 56.49690 25 -#> 1528 VR2W-107823 -5.691883 56.49690 25 -#> 1529 VR2W-107823 -5.691883 56.49690 25 -#> 1530 VR2W-107823 -5.691883 56.49690 25 -#> 1531 VR2W-107823 -5.691883 56.49690 25 -#> 1532 VR2W-107823 -5.691883 56.49690 25 -#> 1533 VR2W-107823 -5.691883 56.49690 25 -#> 1534 VR2W-107823 -5.691883 56.49690 25 -#> 1535 VR2W-107823 -5.691883 56.49690 25 -#> 1536 VR2W-107823 -5.691883 56.49690 25 -#> 1537 VR2W-107823 -5.691883 56.49690 25 -#> 1538 VR2W-107823 -5.691883 56.49690 25 -#> 1539 VR2W-107823 -5.691883 56.49690 25 -#> 1540 VR2W-107823 -5.691883 56.49690 25 -#> 1541 VR2W-107823 -5.691883 56.49690 25 -#> 1542 VR2W-107823 -5.691883 56.49690 25 -#> 1543 VR2W-107823 -5.691883 56.49690 25 -#> 1544 VR2W-107823 -5.691883 56.49690 25 -#> 1545 VR2W-107823 -5.691883 56.49690 25 -#> 1546 VR2W-107823 -5.691883 56.49690 25 -#> 1547 VR2W-107823 -5.691883 56.49690 25 -#> 1548 VR2W-107823 -5.691883 56.49690 25 -#> 1549 VR2W-107823 -5.691883 56.49690 25 -#> 1550 VR2W-107823 -5.691883 56.49690 25 -#> 1551 VR2W-107823 -5.691883 56.49690 25 -#> 1552 VR2W-107823 -5.691883 56.49690 25 -#> 1553 VR2W-107823 -5.691883 56.49690 25 -#> 1554 VR2W-107823 -5.691883 56.49690 25 -#> 1555 VR2W-107823 -5.691883 56.49690 25 -#> 1556 VR2W-107823 -5.691883 56.49690 25 -#> 1557 VR2W-107823 -5.691883 56.49690 25 -#> 1558 VR2W-107823 -5.691883 56.49690 25 -#> 1559 VR2W-107823 -5.691883 56.49690 25 -#> 1560 VR2W-107823 -5.691883 56.49690 25 -#> 1561 VR2W-107823 -5.691883 56.49690 25 -#> 1562 VR2W-107823 -5.691883 56.49690 25 -#> 1563 VR2W-107823 -5.691883 56.49690 25 -#> 1564 VR2W-107823 -5.691883 56.49690 25 -#> 1565 VR2W-107823 -5.691883 56.49690 25 -#> 1566 VR2W-107823 -5.691883 56.49690 25 -#> 1567 VR2W-107823 -5.691883 56.49690 25 -#> 1568 VR2W-107823 -5.691883 56.49690 25 -#> 1569 VR2W-107823 -5.691883 56.49690 25 -#> 1570 VR2W-107823 -5.691883 56.49690 25 -#> 1571 VR2W-107823 -5.691883 56.49690 25 -#> 1572 VR2W-107823 -5.691883 56.49690 25 -#> 1573 VR2W-107823 -5.691883 56.49690 25 -#> 1574 VR2W-107823 -5.691883 56.49690 25 -#> 1575 VR2W-107823 -5.691883 56.49690 25 -#> 1576 VR2W-107823 -5.691883 56.49690 25 -#> 1577 VR2W-107823 -5.691883 56.49690 25 -#> 1578 VR2W-107823 -5.691883 56.49690 25 -#> 1579 VR2W-107823 -5.691883 56.49690 25 -#> 1580 VR2W-107823 -5.691883 56.49690 25 -#> 1581 VR2W-107823 -5.691883 56.49690 25 -#> 1582 VR2W-107823 -5.691883 56.49690 25 -#> 1583 VR2W-107823 -5.691883 56.49690 25 -#> 1584 VR2W-107823 -5.691883 56.49690 25 -#> 1585 VR2W-107823 -5.691883 56.49690 25 -#> 1586 VR2W-107823 -5.691883 56.49690 25 -#> 1587 VR2W-107823 -5.691883 56.49690 25 -#> 1588 VR2W-107823 -5.691883 56.49690 25 -#> 1589 VR2W-107823 -5.691883 56.49690 25 -#> 1590 VR2W-107823 -5.691883 56.49690 25 -#> 1591 VR2W-107823 -5.691883 56.49690 25 -#> 1592 VR2W-107823 -5.691883 56.49690 25 -#> 1593 VR2W-107823 -5.691883 56.49690 25 -#> 1594 VR2W-107823 -5.691883 56.49690 25 -#> 1595 VR2W-107823 -5.691883 56.49690 25 -#> 1596 VR2W-107823 -5.691883 56.49690 25 -#> 1597 VR2W-107823 -5.691883 56.49690 25 -#> 1598 VR2W-107823 -5.691883 56.49690 25 -#> 1599 VR2W-107823 -5.691883 56.49690 25 -#> 1600 VR2W-107823 -5.691883 56.49690 25 -#> 1601 VR2W-107823 -5.691883 56.49690 25 -#> 1602 VR2W-107823 -5.691883 56.49690 25 -#> 1603 VR2W-107823 -5.691883 56.49690 25 -#> 1604 VR2W-107823 -5.691883 56.49690 25 -#> 1605 VR2W-107823 -5.691883 56.49690 25 -#> 1606 VR2W-107823 -5.691883 56.49690 25 -#> 1607 VR2W-107823 -5.691883 56.49690 25 -#> 1608 VR2W-107823 -5.691883 56.49690 25 -#> 1609 VR2W-107823 -5.691883 56.49690 25 -#> 1610 VR2W-107823 -5.691883 56.49690 25 -#> 1611 VR2W-107823 -5.691883 56.49690 25 -#> 1612 VR2W-107823 -5.691883 56.49690 25 -#> 1613 VR2W-107823 -5.691883 56.49690 25 -#> 1614 VR2W-107823 -5.691883 56.49690 25 -#> 1615 VR2W-107823 -5.691883 56.49690 25 -#> 1616 VR2W-107823 -5.691883 56.49690 25 -#> 1617 VR2W-107823 -5.691883 56.49690 25 -#> 1618 VR2W-107823 -5.691883 56.49690 25 -#> 1619 VR2W-107823 -5.691883 56.49690 25 -#> 1620 VR2W-107823 -5.691883 56.49690 25 -#> 1621 VR2W-107823 -5.691883 56.49690 25 -#> 1622 VR2W-107823 -5.691883 56.49690 25 -#> 1623 VR2W-107823 -5.691883 56.49690 25 -#> 1624 VR2W-107823 -5.691883 56.49690 25 -#> 1625 VR2W-107823 -5.691883 56.49690 25 -#> 1626 VR2W-107823 -5.691883 56.49690 25 -#> 1627 VR2W-107823 -5.691883 56.49690 25 -#> 1628 VR2W-107823 -5.691883 56.49690 25 -#> 1629 VR2W-107823 -5.691883 56.49690 25 -#> 1630 VR2W-107823 -5.691883 56.49690 25 -#> 1631 VR2W-107823 -5.691883 56.49690 25 -#> 1632 VR2W-107823 -5.691883 56.49690 25 -#> 1633 VR2W-107823 -5.691883 56.49690 25 -#> 1634 VR2W-107823 -5.691883 56.49690 25 -#> 1635 VR2W-107823 -5.691883 56.49690 25 -#> 1636 VR2W-107823 -5.691883 56.49690 25 -#> 1637 VR2W-107823 -5.691883 56.49690 25 -#> 1638 VR2W-107823 -5.691883 56.49690 25 -#> 1639 VR2W-107823 -5.691883 56.49690 25 -#> 1640 VR2W-107823 -5.691883 56.49690 25 -#> 1641 VR2W-107823 -5.691883 56.49690 25 -#> 1642 VR2W-107823 -5.691883 56.49690 25 -#> 1643 VR2W-107823 -5.691883 56.49690 25 -#> 1644 VR2W-107823 -5.691883 56.49690 25 -#> 1645 VR2W-107823 -5.691883 56.49690 25 -#> 1646 VR2W-107823 -5.691883 56.49690 25 -#> 1647 VR2W-107823 -5.691883 56.49690 25 -#> 1648 VR2W-107823 -5.691883 56.49690 25 -#> 1649 VR2W-107823 -5.691883 56.49690 25 -#> 1650 VR2W-107823 -5.691883 56.49690 25 -#> 1651 VR2W-107823 -5.691883 56.49690 25 -#> 1652 VR2W-107823 -5.691883 56.49690 25 -#> 1653 VR2W-107823 -5.691883 56.49690 25 -#> 1654 VR2W-107823 -5.691883 56.49690 25 -#> 1655 VR2W-107823 -5.691883 56.49690 25 -#> 1656 VR2W-107823 -5.691883 56.49690 25 -#> 1657 VR2W-107823 -5.691883 56.49690 25 -#> 1658 VR2W-107823 -5.691883 56.49690 25 -#> 1659 VR2W-107823 -5.691883 56.49690 25 -#> 1660 VR2W-107823 -5.691883 56.49690 25 -#> 1661 VR2W-107823 -5.691883 56.49690 25 -#> 1662 VR2W-107823 -5.691883 56.49690 25 -#> 1663 VR2W-107823 -5.691883 56.49690 25 -#> 1664 VR2W-107823 -5.691883 56.49690 25 -#> 1665 VR2W-107823 -5.691883 56.49690 25 -#> 1666 VR2W-107823 -5.691883 56.49690 25 -#> 1667 VR2W-107823 -5.691883 56.49690 25 -#> 1668 VR2W-107823 -5.691883 56.49690 25 -#> 1669 VR2W-107823 -5.691883 56.49690 25 -#> 1670 VR2W-107823 -5.691883 56.49690 25 -#> 1671 VR2W-107823 -5.691883 56.49690 25 -#> 1672 VR2W-107823 -5.691883 56.49690 25 -#> 1673 VR2W-107823 -5.691883 56.49690 25 -#> 1674 VR2W-107823 -5.691883 56.49690 25 -#> 1675 VR2W-107823 -5.691883 56.49690 25 -#> 1676 VR2W-107823 -5.691883 56.49690 25 -#> 1677 VR2W-107823 -5.691883 56.49690 25 -#> 1678 VR2W-107823 -5.691883 56.49690 25 -#> 1679 VR2W-107823 -5.691883 56.49690 25 -#> 1680 VR2W-107823 -5.691883 56.49690 25 -#> 1681 VR2W-107823 -5.691883 56.49690 25 -#> 1682 VR2W-107823 -5.691883 56.49690 25 -#> 1683 VR2W-107823 -5.691883 56.49690 25 -#> 1684 VR2W-107823 -5.691883 56.49690 25 -#> 1685 VR2W-107823 -5.691883 56.49690 25 -#> 1686 VR2W-107823 -5.691883 56.49690 25 -#> 1687 VR2W-107823 -5.691883 56.49690 25 -#> 1688 VR2W-107823 -5.691883 56.49690 25 -#> 1689 VR2W-107823 -5.691883 56.49690 25 -#> 1690 VR2W-107823 -5.691883 56.49690 25 -#> 1691 VR2W-107823 -5.691883 56.49690 25 -#> 1692 VR2W-107823 -5.691883 56.49690 25 -#> 1693 VR2W-107823 -5.691883 56.49690 25 -#> 1694 VR2W-107823 -5.691883 56.49690 25 -#> 1695 VR2W-107823 -5.691883 56.49690 25 -#> 1696 VR2W-107823 -5.691883 56.49690 25 -#> 1697 VR2W-107823 -5.691883 56.49690 25 -#> 1698 VR2W-107823 -5.691883 56.49690 25 -#> 1699 VR2W-107823 -5.691883 56.49690 25 -#> 1700 VR2W-107823 -5.691883 56.49690 25 -#> 1701 VR2W-107823 -5.691883 56.49690 25 -#> 1702 VR2W-107823 -5.691883 56.49690 25 -#> 1703 VR2W-107823 -5.691883 56.49690 25 -#> 1704 VR2W-107823 -5.691883 56.49690 25 -#> 1705 VR2W-107823 -5.691883 56.49690 25 -#> 1706 VR2W-107823 -5.691883 56.49690 25 -#> 1707 VR2W-107823 -5.691883 56.49690 25 -#> 1708 VR2W-107823 -5.691883 56.49690 25 -#> 1709 VR2W-107823 -5.691883 56.49690 25 -#> 1710 VR2W-107823 -5.691883 56.49690 25 -#> 1711 VR2W-107823 -5.691883 56.49690 25 -#> 1712 VR2W-107823 -5.691883 56.49690 25 -#> 1713 VR2W-107823 -5.691883 56.49690 25 -#> 1714 VR2W-107823 -5.691883 56.49690 25 -#> 1715 VR2W-107823 -5.691883 56.49690 25 -#> 1716 VR2W-107823 -5.691883 56.49690 25 -#> 1717 VR2W-107823 -5.691883 56.49690 25 -#> 1718 VR2W-107823 -5.691883 56.49690 25 -#> 1719 VR2W-107823 -5.691883 56.49690 25 -#> 1720 VR2W-107823 -5.691883 56.49690 25 -#> 1721 VR2W-107823 -5.691883 56.49690 25 -#> 1722 VR2W-107823 -5.691883 56.49690 25 -#> 1723 VR2W-107823 -5.691883 56.49690 25 -#> 1724 VR2W-107823 -5.691883 56.49690 25 -#> 1725 VR2W-107823 -5.691883 56.49690 25 -#> 1726 VR2W-107823 -5.691883 56.49690 25 -#> 1727 VR2W-107823 -5.691883 56.49690 25 -#> 1728 VR2W-107823 -5.691883 56.49690 25 -#> 1729 VR2W-107823 -5.691883 56.49690 25 -#> 1730 VR2W-107823 -5.691883 56.49690 25 -#> 1731 VR2W-107823 -5.691883 56.49690 25 -#> 1732 VR2W-107823 -5.691883 56.49690 25 -#> 1733 VR2W-107823 -5.691883 56.49690 25 -#> 1734 VR2W-107823 -5.691883 56.49690 25 -#> 1735 VR2W-107823 -5.691883 56.49690 25 -#> 1736 VR2W-107823 -5.691883 56.49690 25 -#> 1737 VR2W-107823 -5.691883 56.49690 25 -#> 1738 VR2W-107823 -5.691883 56.49690 25 -#> 1739 VR2W-107823 -5.691883 56.49690 25 -#> 1740 VR2W-107823 -5.691883 56.49690 25 -#> 1741 VR2W-107823 -5.691883 56.49690 25 -#> 1742 VR2W-107823 -5.691883 56.49690 25 -#> 1743 VR2W-107823 -5.691883 56.49690 25 -#> 1744 VR2W-107823 -5.691883 56.49690 25 -#> 1745 VR2W-107823 -5.691883 56.49690 25 -#> 1746 VR2W-107823 -5.691883 56.49690 25 -#> 1747 VR2W-107823 -5.691883 56.49690 25 -#> 1748 VR2W-107823 -5.691883 56.49690 25 -#> 1749 VR2W-107823 -5.691883 56.49690 25 -#> 1750 VR2W-107823 -5.691883 56.49690 25 -#> 1751 VR2W-107823 -5.691883 56.49690 25 -#> 1752 VR2W-107823 -5.691883 56.49690 25 -#> 1753 VR2W-107823 -5.691883 56.49690 25 -#> 1754 VR2W-107823 -5.691883 56.49690 25 -#> 1755 VR2W-107823 -5.691883 56.49690 25 -#> 1756 VR2W-107823 -5.691883 56.49690 25 -#> 1757 VR2W-107823 -5.691883 56.49690 25 -#> 1758 VR2W-107823 -5.691883 56.49690 25 -#> 1759 VR2W-107823 -5.691883 56.49690 25 -#> 1760 VR2W-107823 -5.691883 56.49690 25 -#> 1761 VR2W-107823 -5.691883 56.49690 25 -#> 1762 VR2W-107823 -5.691883 56.49690 25 -#> 1763 VR2W-107823 -5.691883 56.49690 25 -#> 1764 VR2W-107823 -5.691883 56.49690 25 -#> 1765 VR2W-107823 -5.691883 56.49690 25 -#> 1766 VR2W-107823 -5.691883 56.49690 25 -#> 1767 VR2W-107823 -5.691883 56.49690 25 -#> 1768 VR2W-107823 -5.691883 56.49690 25 -#> 1769 VR2W-107823 -5.691883 56.49690 25 -#> 1770 VR2W-107823 -5.691883 56.49690 25 -#> 1771 VR2W-107823 -5.691883 56.49690 25 -#> 1772 VR2W-107823 -5.691883 56.49690 25 -#> 1773 VR2W-107823 -5.691883 56.49690 25 -#> 1774 VR2W-107823 -5.691883 56.49690 25 -#> 1775 VR2W-107823 -5.691883 56.49690 25 -#> 1776 VR2W-107823 -5.691883 56.49690 25 -#> 1777 VR2W-107823 -5.691883 56.49690 25 -#> 1778 VR2W-107823 -5.691883 56.49690 25 -#> 1779 VR2W-107823 -5.691883 56.49690 25 -#> 1780 VR2W-107823 -5.691883 56.49690 25 -#> 1781 VR2W-107823 -5.691883 56.49690 25 -#> 1782 VR2W-107823 -5.691883 56.49690 25 -#> 1783 VR2W-107823 -5.691883 56.49690 25 -#> 1784 VR2W-107823 -5.691883 56.49690 25 -#> 1785 VR2W-107823 -5.691883 56.49690 25 -#> 1786 VR2W-107823 -5.691883 56.49690 25 -#> 1787 VR2W-107823 -5.691883 56.49690 25 -#> 1788 VR2W-107823 -5.691883 56.49690 25 -#> 1789 VR2W-107823 -5.691883 56.49690 25 -#> 1790 VR2W-107823 -5.691883 56.49690 25 -#> 1791 VR2W-107823 -5.691883 56.49690 25 -#> 1792 VR2W-107823 -5.691883 56.49690 25 -#> 1793 VR2W-107823 -5.691883 56.49690 25 -#> 1794 VR2W-107823 -5.691883 56.49690 25 -#> 1795 VR2W-107823 -5.691883 56.49690 25 -#> 1796 VR2W-107823 -5.691883 56.49690 25 -#> 1797 VR2W-107823 -5.691883 56.49690 25 -#> 1798 VR2W-107823 -5.691883 56.49690 25 -#> 1799 VR2W-107823 -5.691883 56.49690 25 -#> 1800 VR2W-107823 -5.691883 56.49690 25 -#> 1801 VR2W-107823 -5.691883 56.49690 25 -#> 1802 VR2W-107823 -5.691883 56.49690 25 -#> 1803 VR2W-107823 -5.691883 56.49690 25 -#> 1804 VR2W-107823 -5.691883 56.49690 25 -#> 1805 VR2W-107823 -5.691883 56.49690 25 -#> 1806 VR2W-107823 -5.691883 56.49690 25 -#> 1807 VR2W-107823 -5.691883 56.49690 25 -#> 1808 VR2W-107823 -5.691883 56.49690 25 -#> 1809 VR2W-107823 -5.691883 56.49690 25 -#> 1810 VR2W-107823 -5.691883 56.49690 25 -#> 1811 VR2W-107823 -5.691883 56.49690 25 -#> 1812 VR2W-107823 -5.691883 56.49690 25 -#> 1813 VR2W-107823 -5.691883 56.49690 25 -#> 1814 VR2W-107823 -5.691883 56.49690 25 -#> 1815 VR2W-107823 -5.691883 56.49690 25 -#> 1816 VR2W-107823 -5.691883 56.49690 25 -#> 1817 VR2W-107823 -5.691883 56.49690 25 -#> 1818 VR2W-107823 -5.691883 56.49690 25 -#> 1819 VR2W-107823 -5.691883 56.49690 25 -#> 1820 VR2W-107823 -5.691883 56.49690 25 -#> 1821 VR2W-107823 -5.691883 56.49690 25 -#> 1822 VR2W-107823 -5.691883 56.49690 25 -#> 1823 VR2W-107823 -5.691883 56.49690 25 -#> 1824 VR2W-107823 -5.691883 56.49690 25 -#> 1825 VR2W-107823 -5.691883 56.49690 25 -#> 1826 VR2W-107823 -5.691883 56.49690 25 -#> 1827 VR2W-107823 -5.691883 56.49690 25 -#> 1828 VR2W-107823 -5.691883 56.49690 25 -#> 1829 VR2W-107823 -5.691883 56.49690 25 -#> 1830 VR2W-107823 -5.691883 56.49690 25 -#> 1831 VR2W-107823 -5.691883 56.49690 25 -#> 1832 VR2W-107823 -5.691883 56.49690 25 -#> 1833 VR2W-107823 -5.691883 56.49690 25 -#> 1834 VR2W-107823 -5.691883 56.49690 25 -#> 1835 VR2W-107823 -5.691883 56.49690 25 -#> 1836 VR2W-107823 -5.691883 56.49690 25 -#> 1837 VR2W-107823 -5.691883 56.49690 25 -#> 1838 VR2W-107823 -5.691883 56.49690 25 -#> 1839 VR2W-107823 -5.691883 56.49690 25 -#> 1840 VR2W-107823 -5.691883 56.49690 25 -#> 1841 VR2W-107823 -5.691883 56.49690 25 -#> 1842 VR2W-107823 -5.691883 56.49690 25 -#> 1843 VR2W-107823 -5.691883 56.49690 25 -#> 1844 VR2W-107823 -5.691883 56.49690 25 -#> 1845 VR2W-107823 -5.691883 56.49690 25 -#> 1846 VR2W-107823 -5.691883 56.49690 25 -#> 1847 VR2W-107823 -5.691883 56.49690 25 -#> 1848 VR2W-107823 -5.691883 56.49690 25 -#> 1849 VR2W-107823 -5.691883 56.49690 25 -#> 1850 VR2W-107823 -5.691883 56.49690 25 -#> 1851 VR2W-107823 -5.691883 56.49690 25 -#> 1852 VR2W-107823 -5.691883 56.49690 25 -#> 1853 VR2W-107823 -5.691883 56.49690 25 -#> 1854 VR2W-107823 -5.691883 56.49690 25 -#> 1855 VR2W-107823 -5.691883 56.49690 25 -#> 1856 VR2W-107823 -5.691883 56.49690 25 -#> 1857 VR2W-107823 -5.691883 56.49690 25 -#> 1858 VR2W-107823 -5.691883 56.49690 25 -#> 1859 VR2W-107823 -5.691883 56.49690 25 -#> 1860 VR2W-107823 -5.691883 56.49690 25 -#> 1861 VR2W-107823 -5.691883 56.49690 25 -#> 1862 VR2W-107823 -5.691883 56.49690 25 -#> 1863 VR2W-107823 -5.691883 56.49690 25 -#> 1864 VR2W-107823 -5.691883 56.49690 25 -#> 1865 VR2W-107823 -5.691883 56.49690 25 -#> 1866 VR2W-107823 -5.691883 56.49690 25 -#> 1867 VR2W-107823 -5.691883 56.49690 25 -#> 1868 VR2W-107823 -5.691883 56.49690 25 -#> 1869 VR2W-107823 -5.691883 56.49690 25 -#> 1870 VR2W-107823 -5.691883 56.49690 25 -#> 1871 VR2W-107823 -5.691883 56.49690 25 -#> 1872 VR2W-107823 -5.691883 56.49690 25 -#> 1873 VR2W-107823 -5.691883 56.49690 25 -#> 1874 VR2W-107823 -5.691883 56.49690 25 -#> 1875 VR2W-107823 -5.691883 56.49690 25 -#> 1876 VR2W-107823 -5.691883 56.49690 25 -#> 1877 VR2W-107823 -5.691883 56.49690 25 -#> 1878 VR2W-107823 -5.691883 56.49690 25 -#> 1879 VR2W-107823 -5.691883 56.49690 25 -#> 1880 VR2W-107823 -5.691883 56.49690 25 -#> 1881 VR2W-107823 -5.691883 56.49690 25 -#> 1882 VR2W-107823 -5.691883 56.49690 25 -#> 1883 VR2W-107823 -5.691883 56.49690 25 -#> 1884 VR2W-107823 -5.691883 56.49690 25 -#> 1885 VR2W-107823 -5.691883 56.49690 25 -#> 1886 VR2W-107823 -5.691883 56.49690 25 -#> 1887 VR2W-107823 -5.691883 56.49690 25 -#> 1888 VR2W-107823 -5.691883 56.49690 25 -#> 1889 VR2W-107823 -5.691883 56.49690 25 -#> 1890 VR2W-107823 -5.691883 56.49690 25 -#> 1891 VR2W-107823 -5.691883 56.49690 25 -#> 1892 VR2W-107823 -5.691883 56.49690 25 -#> 1893 VR2W-107823 -5.691883 56.49690 25 -#> 1894 VR2W-107823 -5.691883 56.49690 25 -#> 1895 VR2W-107823 -5.691883 56.49690 25 -#> 1896 VR2W-107823 -5.691883 56.49690 25 -#> 1897 VR2W-107823 -5.691883 56.49690 25 -#> 1898 VR2W-107823 -5.691883 56.49690 25 -#> 1899 VR2W-107823 -5.691883 56.49690 25 -#> 1900 VR2W-107823 -5.691883 56.49690 25 -#> 1901 VR2W-107823 -5.691883 56.49690 25 -#> 1902 VR2W-107823 -5.691883 56.49690 25 -#> 1903 VR2W-107823 -5.691883 56.49690 25 -#> 1904 VR2W-107823 -5.691883 56.49690 25 -#> 1905 VR2W-107823 -5.691883 56.49690 25 -#> 1906 VR2W-107823 -5.691883 56.49690 25 -#> 1907 VR2W-107823 -5.691883 56.49690 25 -#> 1908 VR2W-107823 -5.691883 56.49690 25 -#> 1909 VR2W-107823 -5.691883 56.49690 25 -#> 1910 VR2W-107823 -5.691883 56.49690 25 -#> 1911 VR2W-107823 -5.691883 56.49690 25 -#> 1912 VR2W-107823 -5.691883 56.49690 25 -#> 1913 VR2W-107823 -5.691883 56.49690 25 -#> 1914 VR2W-107823 -5.691883 56.49690 25 -#> 1915 VR2W-107823 -5.691883 56.49690 25 -#> 1916 VR2W-107823 -5.691883 56.49690 25 -#> 1917 VR2W-107823 -5.691883 56.49690 25 -#> 1918 VR2W-107823 -5.691883 56.49690 25 -#> 1919 VR2W-107823 -5.691883 56.49690 25 -#> 1920 VR2W-107823 -5.691883 56.49690 25 -#> 1921 VR2W-107823 -5.691883 56.49690 25 -#> 1922 VR2W-107823 -5.691883 56.49690 25 -#> 1923 VR2W-107823 -5.691883 56.49690 25 -#> 1924 VR2W-107823 -5.691883 56.49690 25 -#> 1925 VR2W-107823 -5.691883 56.49690 25 -#> 1926 VR2W-107823 -5.691883 56.49690 25 -#> 1927 VR2W-107823 -5.691883 56.49690 25 -#> 1928 VR2W-107823 -5.691883 56.49690 25 -#> 1929 VR2W-107823 -5.691883 56.49690 25 -#> 1930 VR2W-107823 -5.691883 56.49690 25 -#> 1931 VR2W-107823 -5.691883 56.49690 25 -#> 1932 VR2W-107823 -5.691883 56.49690 25 -#> 1933 VR2W-107823 -5.691883 56.49690 25 -#> 1934 VR2W-107823 -5.691883 56.49690 25 -#> 1935 VR2W-107823 -5.691883 56.49690 25 -#> 1936 VR2W-107823 -5.691883 56.49690 25 -#> 1937 VR2W-107823 -5.691883 56.49690 25 -#> 1938 VR2W-107823 -5.691883 56.49690 25 -#> 1939 VR2W-107823 -5.691883 56.49690 25 -#> 1940 VR2W-107823 -5.691883 56.49690 25 -#> 1941 VR2W-107823 -5.691883 56.49690 25 -#> 1942 VR2W-107823 -5.691883 56.49690 25 -#> 1943 VR2W-107823 -5.691883 56.49690 25 -#> 1944 VR2W-107823 -5.691883 56.49690 25 -#> 1945 VR2W-107823 -5.691883 56.49690 25 -#> 1946 VR2W-107823 -5.691883 56.49690 25 -#> 1947 VR2W-107823 -5.691883 56.49690 25 -#> 1948 VR2W-107823 -5.691883 56.49690 25 -#> 1949 VR2W-107823 -5.691883 56.49690 25 -#> 1950 VR2W-107823 -5.691883 56.49690 25 -#> 1951 VR2W-107823 -5.691883 56.49690 25 -#> 1952 VR2W-107823 -5.691883 56.49690 25 -#> 1953 VR2W-107823 -5.691883 56.49690 25 -#> 1954 VR2W-107823 -5.691883 56.49690 25 -#> 1955 VR2W-107823 -5.691883 56.49690 25 -#> 1956 VR2W-107823 -5.691883 56.49690 25 -#> 1957 VR2W-107823 -5.691883 56.49690 25 -#> 1958 VR2W-107823 -5.691883 56.49690 25 -#> 1959 VR2W-107823 -5.691883 56.49690 25 -#> 1960 VR2W-107823 -5.691883 56.49690 25 -#> 1961 VR2W-107823 -5.691883 56.49690 25 -#> 1962 VR2W-107823 -5.691883 56.49690 25 -#> 1963 VR2W-107823 -5.691883 56.49690 25 -#> 1964 VR2W-107823 -5.691883 56.49690 25 -#> 1965 VR2W-107823 -5.691883 56.49690 25 -#> 1966 VR2W-107823 -5.691883 56.49690 25 -#> 1967 VR2W-107823 -5.691883 56.49690 25 -#> 1968 VR2W-107823 -5.691883 56.49690 25 -#> 1969 VR2W-107823 -5.691883 56.49690 25 -#> 1970 VR2W-107823 -5.691883 56.49690 25 -#> 1971 VR2W-107823 -5.691883 56.49690 25 -#> 1972 VR2W-107823 -5.691883 56.49690 25 -#> 1973 VR2W-107823 -5.691883 56.49690 25 -#> 1974 VR2W-107823 -5.691883 56.49690 25 -#> 1975 VR2W-107823 -5.691883 56.49690 25 -#> 1976 VR2W-107823 -5.691883 56.49690 25 -#> 1977 VR2W-107823 -5.691883 56.49690 25 -#> 1978 VR2W-107823 -5.691883 56.49690 25 -#> 1979 VR2W-107823 -5.691883 56.49690 25 -#> 1980 VR2W-107823 -5.691883 56.49690 25 -#> 1981 VR2W-107823 -5.691883 56.49690 25 -#> 1982 VR2W-107823 -5.691883 56.49690 25 -#> 1983 VR2W-107823 -5.691883 56.49690 25 -#> 1984 VR2W-107823 -5.691883 56.49690 25 -#> 1985 VR2W-107823 -5.691883 56.49690 25 -#> 1986 VR2W-107823 -5.691883 56.49690 25 -#> 1987 VR2W-107823 -5.691883 56.49690 25 -#> 1988 VR2W-107823 -5.691883 56.49690 25 -#> 1989 VR2W-107823 -5.691883 56.49690 25 -#> 1990 VR2W-107823 -5.691883 56.49690 25 -#> 1991 VR2W-107823 -5.691883 56.49690 25 -#> 1992 VR2W-107823 -5.691883 56.49690 25 -#> 1993 VR2W-107823 -5.691883 56.49690 25 -#> 1994 VR2W-107823 -5.691883 56.49690 25 -#> 1995 VR2W-107823 -5.691883 56.49690 25 -#> 1996 VR2W-107823 -5.691883 56.49690 25 -#> 1997 VR2W-107823 -5.691883 56.49690 25 -#> 1998 VR2W-107823 -5.691883 56.49690 25 -#> 1999 VR2W-107823 -5.691883 56.49690 25 -#> 2000 VR2W-107823 -5.691883 56.49690 25 -#> 2001 VR2W-107823 -5.691883 56.49690 25 -#> 2002 VR2W-107823 -5.691883 56.49690 25 -#> 2003 VR2W-107823 -5.691883 56.49690 25 -#> 2004 VR2W-107823 -5.691883 56.49690 25 -#> 2005 VR2W-107823 -5.691883 56.49690 25 -#> 2006 VR2W-107823 -5.691883 56.49690 25 -#> 2007 VR2W-107823 -5.691883 56.49690 25 -#> 2008 VR2W-107823 -5.691883 56.49690 25 -#> 2009 VR2W-107823 -5.691883 56.49690 25 -#> 2010 VR2W-107823 -5.691883 56.49690 25 -#> 2011 VR2W-107823 -5.691883 56.49690 25 -#> 2012 VR2W-107823 -5.691883 56.49690 25 -#> 2013 VR2W-107823 -5.691883 56.49690 25 -#> 2014 VR2W-107823 -5.691883 56.49690 25 -#> 2015 VR2W-107823 -5.691883 56.49690 25 -#> 2016 VR2W-107823 -5.691883 56.49690 25 -#> 2017 VR2W-107823 -5.691883 56.49690 25 -#> 2018 VR2W-107823 -5.691883 56.49690 25 -#> 2019 VR2W-107823 -5.691883 56.49690 25 -#> 2020 VR2W-107823 -5.691883 56.49690 25 -#> 2021 VR2W-107823 -5.691883 56.49690 25 -#> 2022 VR2W-107823 -5.691883 56.49690 25 -#> 2023 VR2W-107823 -5.691883 56.49690 25 -#> 2024 VR2W-107823 -5.691883 56.49690 25 -#> 2025 VR2W-107823 -5.691883 56.49690 25 -#> 2026 VR2W-107823 -5.691883 56.49690 25 -#> 2027 VR2W-107823 -5.691883 56.49690 25 -#> 2028 VR2W-107823 -5.691883 56.49690 25 -#> 2029 VR2W-107823 -5.691883 56.49690 25 -#> 2030 VR2W-107823 -5.691883 56.49690 25 -#> 2031 VR2W-107823 -5.691883 56.49690 25 -#> 2032 VR2W-107823 -5.691883 56.49690 25 -#> 2033 VR2W-107823 -5.691883 56.49690 25 -#> 2034 VR2W-107823 -5.691883 56.49690 25 -#> 2035 VR2W-107823 -5.691883 56.49690 25 -#> 2036 VR2W-107823 -5.691883 56.49690 25 -#> 2037 VR2W-107823 -5.691883 56.49690 25 -#> 2038 VR2W-107823 -5.691883 56.49690 25 -#> 2039 VR2W-107823 -5.691883 56.49690 25 -#> 2040 VR2W-107823 -5.691883 56.49690 25 -#> 2041 VR2W-107823 -5.691883 56.49690 25 -#> 2042 VR2W-107823 -5.691883 56.49690 25 -#> 2043 VR2W-107823 -5.691883 56.49690 25 -#> 2044 VR2W-107823 -5.691883 56.49690 25 -#> 2045 VR2W-107823 -5.691883 56.49690 25 -#> 2046 VR2W-107823 -5.691883 56.49690 25 -#> 2047 VR2W-107823 -5.691883 56.49690 25 -#> 2048 VR2W-107823 -5.691883 56.49690 25 -#> 2049 VR2W-107823 -5.691883 56.49690 25 -#> 2050 VR2W-107823 -5.691883 56.49690 25 -#> 2051 VR2W-107823 -5.691883 56.49690 25 -#> 2052 VR2W-107823 -5.691883 56.49690 25 -#> 2053 VR2W-107823 -5.691883 56.49690 25 -#> 2054 VR2W-107823 -5.691883 56.49690 25 -#> 2055 VR2W-107823 -5.691883 56.49690 25 -#> 2056 VR2W-107823 -5.691883 56.49690 25 -#> 2057 VR2W-107823 -5.691883 56.49690 25 -#> 2058 VR2W-107823 -5.691883 56.49690 25 -#> 2059 VR2W-107823 -5.691883 56.49690 25 -#> 2060 VR2W-107823 -5.691883 56.49690 25 -#> 2061 VR2W-107823 -5.691883 56.49690 25 -#> 2062 VR2W-107823 -5.691883 56.49690 25 -#> 2063 VR2W-107823 -5.691883 56.49690 25 -#> 2064 VR2W-107823 -5.691883 56.49690 25 -#> 2065 VR2W-107823 -5.691883 56.49690 25 -#> 2066 VR2W-107823 -5.691883 56.49690 25 -#> 2067 VR2W-107823 -5.691883 56.49690 25 -#> 2068 VR2W-107823 -5.691883 56.49690 25 -#> 2069 VR2W-107823 -5.691883 56.49690 25 -#> 2070 VR2W-107823 -5.691883 56.49690 25 -#> 2071 VR2W-107823 -5.691883 56.49690 25 -#> 2072 VR2W-107823 -5.691883 56.49690 25 -#> 2073 VR2W-107823 -5.691883 56.49690 25 -#> 2074 VR2W-107823 -5.691883 56.49690 25 -#> 2075 VR2W-107823 -5.691883 56.49690 25 -#> 2076 VR2W-107823 -5.691883 56.49690 25 -#> 2077 VR2W-107823 -5.691883 56.49690 25 -#> 2078 VR2W-107823 -5.691883 56.49690 25 -#> 2079 VR2W-107823 -5.691883 56.49690 25 -#> 2080 VR2W-107823 -5.691883 56.49690 25 -#> 2081 VR2W-107823 -5.691883 56.49690 25 -#> 2082 VR2W-107823 -5.691883 56.49690 25 -#> 2083 VR2W-107823 -5.691883 56.49690 25 -#> 2084 VR2W-107823 -5.691883 56.49690 25 -#> 2085 VR2W-107823 -5.691883 56.49690 25 -#> 2086 VR2W-107823 -5.691883 56.49690 25 -#> 2087 VR2W-107823 -5.691883 56.49690 25 -#> 2088 VR2W-107823 -5.691883 56.49690 25 -#> 2089 VR2W-107823 -5.691883 56.49690 25 -#> 2090 VR2W-107823 -5.691883 56.49690 25 -#> 2091 VR2W-107823 -5.691883 56.49690 25 -#> 2092 VR2W-107823 -5.691883 56.49690 25 -#> 2093 VR2W-107823 -5.691883 56.49690 25 -#> 2094 VR2W-107823 -5.691883 56.49690 25 -#> 2095 VR2W-107823 -5.691883 56.49690 25 -#> 2096 VR2W-107823 -5.691883 56.49690 25 -#> 2097 VR2W-107823 -5.691883 56.49690 25 -#> 2098 VR2W-107823 -5.691883 56.49690 25 -#> 2099 VR2W-107823 -5.691883 56.49690 25 -#> 2100 VR2W-107823 -5.691883 56.49690 25 -#> 2101 VR2W-107823 -5.691883 56.49690 25 -#> 2102 VR2W-107823 -5.691883 56.49690 25 -#> 2103 VR2W-107823 -5.691883 56.49690 25 -#> 2104 VR2W-107823 -5.691883 56.49690 25 -#> 2105 VR2W-107823 -5.691883 56.49690 25 -#> 2106 VR2W-107823 -5.691883 56.49690 25 -#> 2107 VR2W-107823 -5.691883 56.49690 25 -#> 2108 VR2W-107823 -5.691883 56.49690 25 -#> 2109 VR2W-107823 -5.691883 56.49690 25 -#> 2110 VR2W-107823 -5.691883 56.49690 25 -#> 2111 VR2W-107823 -5.691883 56.49690 25 -#> 2112 VR2W-107823 -5.691883 56.49690 25 -#> 2113 VR2W-107823 -5.691883 56.49690 25 -#> 2114 VR2W-107823 -5.691883 56.49690 25 -#> 2115 VR2W-107823 -5.691883 56.49690 25 -#> 2116 VR2W-107823 -5.691883 56.49690 25 -#> 2117 VR2W-107823 -5.691883 56.49690 25 -#> 2118 VR2W-107823 -5.691883 56.49690 25 -#> 2119 VR2W-107823 -5.691883 56.49690 25 -#> 2120 VR2W-107823 -5.691883 56.49690 25 -#> 2121 VR2W-107823 -5.691883 56.49690 25 -#> 2122 VR2W-107823 -5.691883 56.49690 25 -#> 2123 VR2W-107823 -5.691883 56.49690 25 -#> 2124 VR2W-107823 -5.691883 56.49690 25 -#> 2125 VR2W-107823 -5.691883 56.49690 25 -#> 2126 VR2W-107823 -5.691883 56.49690 25 -#> 2127 VR2W-107823 -5.691883 56.49690 25 -#> 2128 VR2W-107823 -5.691883 56.49690 25 -#> 2129 VR2W-107823 -5.691883 56.49690 25 -#> 2130 VR2W-107823 -5.691883 56.49690 25 -#> 2131 VR2W-107823 -5.691883 56.49690 25 -#> 2132 VR2W-107823 -5.691883 56.49690 25 -#> 2133 VR2W-107823 -5.691883 56.49690 25 -#> 2134 VR2W-107823 -5.691883 56.49690 25 -#> 2135 VR2W-107823 -5.691883 56.49690 25 -#> 2136 VR2W-107823 -5.691883 56.49690 25 -#> 2137 VR2W-107823 -5.691883 56.49690 25 -#> 2138 VR2W-107823 -5.691883 56.49690 25 -#> 2139 VR2W-107823 -5.691883 56.49690 25 -#> 2140 VR2W-107823 -5.691883 56.49690 25 -#> 2141 VR2W-107823 -5.691883 56.49690 25 -#> 2142 VR2W-107823 -5.691883 56.49690 25 -#> 2143 VR2W-107823 -5.691883 56.49690 25 -#> 2144 VR2W-107823 -5.691883 56.49690 25 -#> 2145 VR2W-107823 -5.691883 56.49690 25 -#> 2146 VR2W-107823 -5.691883 56.49690 25 -#> 2147 VR2W-107823 -5.691883 56.49690 25 -#> 2148 VR2W-107823 -5.691883 56.49690 25 -#> 2149 VR2W-107823 -5.691883 56.49690 25 -#> 2150 VR2W-107823 -5.691883 56.49690 25 -#> 2151 VR2W-107823 -5.691883 56.49690 25 -#> 2152 VR2W-107823 -5.691883 56.49690 25 -#> 2153 VR2W-107823 -5.691883 56.49690 25 -#> 2154 VR2W-107823 -5.691883 56.49690 25 -#> 2155 VR2W-107823 -5.691883 56.49690 25 -#> 2156 VR2W-107823 -5.691883 56.49690 25 -#> 2157 VR2W-107823 -5.691883 56.49690 25 -#> 2158 VR2W-107823 -5.691883 56.49690 25 -#> 2159 VR2W-107823 -5.691883 56.49690 25 -#> 2160 VR2W-107823 -5.691883 56.49690 25 -#> 2161 VR2W-107823 -5.691883 56.49690 25 -#> 2162 VR2W-107823 -5.691883 56.49690 25 -#> 2163 VR2W-107823 -5.691883 56.49690 25 -#> 2164 VR2W-107823 -5.691883 56.49690 25 -#> 2165 VR2W-107823 -5.691883 56.49690 25 -#> 2166 VR2W-107823 -5.691883 56.49690 25 -#> 2167 VR2W-107823 -5.691883 56.49690 25 -#> 2168 VR2W-107823 -5.691883 56.49690 25 -#> 2169 VR2W-107823 -5.691883 56.49690 25 -#> 2170 VR2W-107823 -5.691883 56.49690 25 -#> 2171 VR2W-107823 -5.691883 56.49690 25 -#> 2172 VR2W-107823 -5.691883 56.49690 25 -#> 2173 VR2W-107823 -5.691883 56.49690 25 -#> 2174 VR2W-107823 -5.691883 56.49690 25 -#> 2175 VR2W-107823 -5.691883 56.49690 25 -#> 2176 VR2W-107823 -5.691883 56.49690 25 -#> 2177 VR2W-107823 -5.691883 56.49690 25 -#> 2178 VR2W-107823 -5.691883 56.49690 25 -#> 2179 VR2W-107823 -5.691883 56.49690 25 -#> 2180 VR2W-107823 -5.691883 56.49690 25 -#> 2181 VR2W-107823 -5.691883 56.49690 25 -#> 2182 VR2W-107823 -5.691883 56.49690 25 -#> 2183 VR2W-107823 -5.691883 56.49690 25 -#> 2184 VR2W-107823 -5.691883 56.49690 25 -#> 2185 VR2W-107823 -5.691883 56.49690 25 -#> 2186 VR2W-107823 -5.691883 56.49690 25 -#> 2187 VR2W-107823 -5.691883 56.49690 25 -#> 2188 VR2W-107823 -5.691883 56.49690 25 -#> 2189 VR2W-107823 -5.691883 56.49690 25 -#> 2190 VR2W-107823 -5.691883 56.49690 25 -#> 2191 VR2W-107823 -5.691883 56.49690 25 -#> 2192 VR2W-107823 -5.691883 56.49690 25 -#> 2193 VR2W-107823 -5.691883 56.49690 25 -#> 2194 VR2W-107823 -5.691883 56.49690 25 -#> 2195 VR2W-107823 -5.691883 56.49690 25 -#> 2196 VR2W-107823 -5.691883 56.49690 25 -#> 2197 VR2W-107823 -5.691883 56.49690 25 -#> 2198 VR2W-107823 -5.691883 56.49690 25 -#> 2199 VR2W-107823 -5.691883 56.49690 25 -#> 2200 VR2W-107823 -5.691883 56.49690 25 -#> 2201 VR2W-107823 -5.691883 56.49690 25 -#> 2202 VR2W-107823 -5.691883 56.49690 25 -#> 2203 VR2W-107823 -5.691883 56.49690 25 -#> 2204 VR2W-107823 -5.691883 56.49690 25 -#> 2205 VR2W-107823 -5.691883 56.49690 25 -#> 2206 VR2W-107823 -5.691883 56.49690 25 -#> 2207 VR2W-107823 -5.691883 56.49690 25 -#> 2208 VR2W-107823 -5.691883 56.49690 25 -#> 2209 VR2W-107823 -5.691883 56.49690 25 -#> 2210 VR2W-107823 -5.691883 56.49690 25 -#> 2211 VR2W-107823 -5.691883 56.49690 25 -#> 2212 VR2W-107823 -5.691883 56.49690 25 -#> 2213 VR2W-107823 -5.691883 56.49690 25 -#> 2214 VR2W-107823 -5.691883 56.49690 25 -#> 2215 VR2W-107823 -5.691883 56.49690 25 -#> 2216 VR2W-107823 -5.691883 56.49690 25 -#> 2217 VR2W-107823 -5.691883 56.49690 25 -#> 2218 VR2W-107823 -5.691883 56.49690 25 -#> 2219 VR2W-107823 -5.691883 56.49690 25 -#> 2220 VR2W-107823 -5.691883 56.49690 25 -#> 2221 VR2W-107823 -5.691883 56.49690 25 -#> 2222 VR2W-107823 -5.691883 56.49690 25 -#> 2223 VR2W-107823 -5.691883 56.49690 25 -#> 2224 VR2W-107823 -5.691883 56.49690 25 -#> 2225 VR2W-107823 -5.691883 56.49690 25 -#> 2226 VR2W-107823 -5.691883 56.49690 25 -#> 2227 VR2W-107823 -5.691883 56.49690 25 -#> 2228 VR2W-107823 -5.691883 56.49690 25 -#> 2229 VR2W-107823 -5.691883 56.49690 25 -#> 2230 VR2W-107823 -5.691883 56.49690 25 -#> 2231 VR2W-107823 -5.691883 56.49690 25 -#> 2232 VR2W-107823 -5.691883 56.49690 25 -#> 2233 VR2W-107823 -5.691883 56.49690 25 -#> 2234 VR2W-107823 -5.691883 56.49690 25 -#> 2235 VR2W-107823 -5.691883 56.49690 25 -#> 2236 VR2W-107823 -5.691883 56.49690 25 -#> 2237 VR2W-107823 -5.691883 56.49690 25 -#> 2238 VR2W-107823 -5.691883 56.49690 25 -#> 2239 VR2W-107823 -5.691883 56.49690 25 -#> 2240 VR2W-107823 -5.691883 56.49690 25 -#> 2241 VR2W-107823 -5.691883 56.49690 25 -#> 2242 VR2W-107823 -5.691883 56.49690 25 -#> 2243 VR2W-107823 -5.691883 56.49690 25 -#> 2244 VR2W-107823 -5.691883 56.49690 25 -#> 2245 VR2W-107823 -5.691883 56.49690 25 -#> 2246 VR2W-107823 -5.691883 56.49690 25 -#> 2247 VR2W-107823 -5.691883 56.49690 25 -#> 2248 VR2W-107823 -5.691883 56.49690 25 -#> 2249 VR2W-107823 -5.691883 56.49690 25 -#> 2250 VR2W-107823 -5.691883 56.49690 25 -#> 2251 VR2W-107823 -5.691883 56.49690 25 -#> 2252 VR2W-107823 -5.691883 56.49690 25 -#> 2253 VR2W-107823 -5.691883 56.49690 25 -#> 2254 VR2W-107823 -5.691883 56.49690 25 -#> 2255 VR2W-107823 -5.691883 56.49690 25 -#> 2256 VR2W-107823 -5.691883 56.49690 25 -#> 2257 VR2W-107823 -5.691883 56.49690 25 -#> 2258 VR2W-107823 -5.691883 56.49690 25 -#> 2259 VR2W-107823 -5.691883 56.49690 25 -#> 2260 VR2W-107823 -5.691883 56.49690 25 -#> 2261 VR2W-107823 -5.691883 56.49690 25 -#> 2262 VR2W-107823 -5.691883 56.49690 25 -#> 2263 VR2W-107823 -5.691883 56.49690 25 -#> 2264 VR2W-107823 -5.691883 56.49690 25 -#> 2265 VR2W-107823 -5.691883 56.49690 25 -#> 2266 VR2W-107823 -5.691883 56.49690 25 -#> 2267 VR2W-107823 -5.691883 56.49690 25 -#> 2268 VR2W-107823 -5.691883 56.49690 25 -#> 2269 VR2W-107823 -5.691883 56.49690 25 -#> 2270 VR2W-107823 -5.691883 56.49690 25 -#> 2271 VR2W-107823 -5.691883 56.49690 25 -#> 2272 VR2W-107823 -5.691883 56.49690 25 -#> 2273 VR2W-107823 -5.691883 56.49690 25 -#> 2274 VR2W-107823 -5.691883 56.49690 25 -#> 2275 VR2W-107823 -5.691883 56.49690 25 -#> 2276 VR2W-107823 -5.691883 56.49690 25 -#> 2277 VR2W-107823 -5.691883 56.49690 25 -#> 2278 VR2W-107823 -5.691883 56.49690 25 -#> 2279 VR2W-107823 -5.691883 56.49690 25 -#> 2280 VR2W-107823 -5.691883 56.49690 25 -#> 2281 VR2W-107823 -5.691883 56.49690 25 -#> 2282 VR2W-107823 -5.691883 56.49690 25 -#> 2283 VR2W-107823 -5.691883 56.49690 25 -#> 2284 VR2W-107823 -5.691883 56.49690 25 -#> 2285 VR2W-107823 -5.691883 56.49690 25 -#> 2286 VR2W-107823 -5.691883 56.49690 25 -#> 2287 VR2W-107823 -5.691883 56.49690 25 -#> 2288 VR2-5635 -5.606000 56.52018 50 -#> 2289 VR2-5635 -5.606000 56.52018 50 -#> 2290 VR2-5635 -5.606000 56.52018 50 -#> 2291 VR2-5635 -5.606000 56.52018 50 -#> 2292 VR2-5635 -5.606000 56.52018 50 -#> 2293 VR2-5635 -5.606000 56.52018 50 -#> 2294 VR2-5635 -5.606000 56.52018 50 -#> 2295 VR2-5635 -5.606000 56.52018 50 -#> 2296 VR2-5635 -5.606000 56.52018 50 -#> 2297 VR2-6720 -5.627150 56.50808 50 -#> 2298 VR2-6720 -5.627150 56.50808 50 -#> 2299 VR2-6720 -5.627150 56.50808 50 -#> 2300 VR2-6720 -5.627150 56.50808 50 -#> 2301 VR2-6720 -5.627150 56.50808 50 -#> 2302 VR2-6720 -5.627150 56.50808 50 -#> 2303 VR2-6720 -5.627150 56.50808 50 -#> 2304 VR2-6720 -5.627150 56.50808 50 -#> 2305 VR2-6720 -5.627150 56.50808 50 -#> 2306 VR2-6720 -5.627150 56.50808 50 -#> 2307 VR2-6720 -5.627150 56.50808 50 -#> 2308 VR2-6720 -5.627150 56.50808 50 -#> 2309 VR2-6720 -5.627150 56.50808 50 -#> 2310 VR2-6720 -5.627150 56.50808 50 -#> 2311 VR2-6720 -5.627150 56.50808 50 -#> 2312 VR2-6720 -5.627150 56.50808 50 -#> 2313 VR2-6720 -5.627150 56.50808 50 -#> 2314 VR2-6720 -5.627150 56.50808 50 -#> 2315 VR2-6720 -5.627150 56.50808 50 -#> 2316 VR2-6720 -5.627150 56.50808 50 -#> 2317 VR2-6720 -5.627150 56.50808 50 -#> 2318 VR2-6720 -5.627150 56.50808 50 -#> 2319 VR2-6720 -5.627150 56.50808 50 -#> 2320 VR2-6720 -5.627150 56.50808 50 -#> 2321 VR2-6720 -5.627150 56.50808 50 -#> 2322 VR2-6720 -5.627150 56.50808 50 -#> 2323 VR2-6720 -5.627150 56.50808 50 -#> 2324 VR2-6720 -5.627150 56.50808 50 -#> 2325 VR2-6720 -5.627150 56.50808 50 -#> 2326 VR2-6720 -5.627150 56.50808 50 -#> 2327 VR2-6720 -5.627150 56.50808 50 -#> 2328 VR2-6720 -5.627150 56.50808 50 -#> 2329 VR2-6720 -5.627150 56.50808 50 -#> 2330 VR2-6720 -5.627150 56.50808 50 -#> 2331 VR2-6720 -5.627150 56.50808 50 -#> 2332 VR2-6720 -5.627150 56.50808 50 -#> 2333 VR2-6720 -5.627150 56.50808 50 -#> 2334 VR2-6720 -5.627150 56.50808 50 -#> 2335 VR2-6720 -5.627150 56.50808 50 -#> 2336 VR2-6720 -5.627150 56.50808 50 -#> 2337 VR2-6720 -5.627150 56.50808 50 -#> 2338 VR2-6720 -5.627150 56.50808 50 -#> 2339 VR2-6720 -5.627150 56.50808 50 -#> 2340 VR2-6720 -5.627150 56.50808 50 -#> 2341 VR2-6720 -5.627150 56.50808 50 -#> 2342 VR2-6720 -5.627150 56.50808 50 -#> 2343 VR2-6720 -5.627150 56.50808 50 -#> 2344 VR2-6720 -5.627150 56.50808 50 -#> 2345 VR2-6720 -5.627150 56.50808 50 -#> 2346 VR2-6720 -5.627150 56.50808 50 -#> 2347 VR2-6720 -5.627150 56.50808 50 -#> 2348 VR2-6720 -5.627150 56.50808 50 -#> 2349 VR2-6720 -5.627150 56.50808 50 -#> 2350 VR2-6720 -5.627150 56.50808 50 -#> 2351 VR2-6720 -5.627150 56.50808 50 -#> 2352 VR2-6720 -5.627150 56.50808 50 -#> 2353 VR2-6720 -5.627150 56.50808 50 -#> 2354 VR2-6720 -5.627150 56.50808 50 -#> 2355 VR2-6720 -5.627150 56.50808 50 -#> 2356 VR2-6720 -5.627150 56.50808 50 -#> 2357 VR2-6720 -5.627150 56.50808 50 -#> 2358 VR2-6720 -5.627150 56.50808 50 -#> 2359 VR2W-107823 -5.691883 56.49690 25 -#> 2360 VR2W-107823 -5.691883 56.49690 25 -#> 2361 VR2W-107823 -5.691883 56.49690 25 -#> 2362 VR2W-107823 -5.691883 56.49690 25 -#> 2363 VR2W-107823 -5.691883 56.49690 25 -#> 2364 VR2W-107823 -5.691883 56.49690 25 -#> 2365 VR2W-107823 -5.691883 56.49690 25 -#> 2366 VR2W-107823 -5.691883 56.49690 25 -#> 2367 VR2W-107823 -5.691883 56.49690 25 -#> 2368 VR2W-107823 -5.691883 56.49690 25 -#> 2369 VR2W-107823 -5.691883 56.49690 25 -#> 2370 VR2W-107823 -5.691883 56.49690 25 -#> 2371 VR2W-107823 -5.691883 56.49690 25 -#> 2372 VR2W-107823 -5.691883 56.49690 25 -#> 2373 VR2W-107823 -5.691883 56.49690 25 -#> 2374 VR2W-107823 -5.691883 56.49690 25 -#> 2375 VR2W-107823 -5.691883 56.49690 25 -#> 2376 VR2W-107823 -5.691883 56.49690 25 -#> 2377 VR2W-107823 -5.691883 56.49690 25 -#> 2378 VR2W-107823 -5.691883 56.49690 25 -#> 2379 VR2W-107823 -5.691883 56.49690 25 -#> 2380 VR2W-107823 -5.691883 56.49690 25 -#> 2381 VR2W-107823 -5.691883 56.49690 25 -#> 2382 VR2W-107823 -5.691883 56.49690 25 -#> 2383 VR2W-107823 -5.691883 56.49690 25 -#> 2384 VR2W-107823 -5.691883 56.49690 25 -#> 2385 VR2W-107823 -5.691883 56.49690 25 -#> 2386 VR2W-107823 -5.691883 56.49690 25 -#> 2387 VR2W-107823 -5.691883 56.49690 25 -#> 2388 VR2W-107823 -5.691883 56.49690 25 -#> 2389 VR2W-107823 -5.691883 56.49690 25 -#> 2390 VR2W-107823 -5.691883 56.49690 25 -#> 2391 VR2W-107823 -5.691883 56.49690 25 -#> 2392 VR2W-107823 -5.691883 56.49690 25 -#> 2393 VR2W-107823 -5.691883 56.49690 25 -#> 2394 VR2W-107823 -5.691883 56.49690 25 -#> 2395 VR2W-107823 -5.691883 56.49690 25 -#> 2396 VR2W-107823 -5.691883 56.49690 25 -#> 2397 VR2W-107823 -5.691883 56.49690 25 -#> 2398 VR2W-107823 -5.691883 56.49690 25 -#> 2399 VR2W-107823 -5.691883 56.49690 25 -#> 2400 VR2W-107823 -5.691883 56.49690 25 -#> 2401 VR2W-107823 -5.691883 56.49690 25 -#> 2402 VR2W-107823 -5.691883 56.49690 25 -#> 2403 VR2W-107823 -5.691883 56.49690 25 -#> 2404 VR2W-107823 -5.691883 56.49690 25 -#> 2405 VR2W-107823 -5.691883 56.49690 25 -#> 2406 VR2W-107823 -5.691883 56.49690 25 -#> 2407 VR2W-107823 -5.691883 56.49690 25 -#> 2408 VR2W-107823 -5.691883 56.49690 25 -#> 2409 VR2W-107823 -5.691883 56.49690 25 -#> 2410 VR2W-107823 -5.691883 56.49690 25 -#> 2411 VR2W-107823 -5.691883 56.49690 25 -#> 2412 VR2W-107823 -5.691883 56.49690 25 -#> 2413 VR2W-107823 -5.691883 56.49690 25 -#> 2414 VR2W-107823 -5.691883 56.49690 25 -#> 2415 VR2W-107823 -5.691883 56.49690 25 -#> 2416 VR2W-107823 -5.691883 56.49690 25 -#> 2417 VR2W-107823 -5.691883 56.49690 25 -#> 2418 VR2W-107823 -5.691883 56.49690 25 -#> 2419 VR2W-107823 -5.691883 56.49690 25 -#> 2420 VR2W-107823 -5.691883 56.49690 25 -#> 2421 VR2W-107823 -5.691883 56.49690 25 -#> 2422 VR2W-107823 -5.691883 56.49690 25 -#> 2423 VR2W-107823 -5.691883 56.49690 25 -#> 2424 VR2W-107823 -5.691883 56.49690 25 -#> 2425 VR2W-107823 -5.691883 56.49690 25 -#> 2426 VR2W-107823 -5.691883 56.49690 25 -#> 2427 VR2W-107823 -5.691883 56.49690 25 -#> 2428 VR2W-107823 -5.691883 56.49690 25 -#> 2429 VR2W-107823 -5.691883 56.49690 25 -#> 2430 VR2W-107823 -5.691883 56.49690 25 -#> 2431 VR2W-107823 -5.691883 56.49690 25 -#> 2432 VR2W-107823 -5.691883 56.49690 25 -#> 2433 VR2W-107823 -5.691883 56.49690 25 -#> 2434 VR2W-107823 -5.691883 56.49690 25 -#> 2435 VR2W-107823 -5.691883 56.49690 25 -#> 2436 VR2W-107823 -5.691883 56.49690 25 -#> 2437 VR2W-107823 -5.691883 56.49690 25 -#> 2438 VR2W-107823 -5.691883 56.49690 25 -#> 2439 VR2W-107823 -5.691883 56.49690 25 -#> 2440 VR2W-107823 -5.691883 56.49690 25 -#> 2441 VR2W-107823 -5.691883 56.49690 25 -#> 2442 VR2W-107823 -5.691883 56.49690 25 -#> 2443 VR2W-107823 -5.691883 56.49690 25 -#> 2444 VR2W-107823 -5.691883 56.49690 25 -#> 2445 VR2W-107823 -5.691883 56.49690 25 -#> 2446 VR2W-107823 -5.691883 56.49690 25 -#> 2447 VR2W-107823 -5.691883 56.49690 25 -#> 2448 VR2W-107823 -5.691883 56.49690 25 -#> 2449 VR2W-107823 -5.691883 56.49690 25 -#> 2450 VR2W-107823 -5.691883 56.49690 25 -#> 2451 VR2W-107823 -5.691883 56.49690 25 -#> 2452 VR2W-107823 -5.691883 56.49690 25 -#> 2453 VR2W-107823 -5.691883 56.49690 25 -#> 2454 VR2W-107823 -5.691883 56.49690 25 -#> 2455 VR2W-107823 -5.691883 56.49690 25 -#> 2456 VR2W-107823 -5.691883 56.49690 25 -#> 2457 VR2W-107823 -5.691883 56.49690 25 -#> 2458 VR2W-107823 -5.691883 56.49690 25 -#> 2459 VR2W-107823 -5.691883 56.49690 25 -#> 2460 VR2W-107823 -5.691883 56.49690 25 -#> 2461 VR2W-107823 -5.691883 56.49690 25 -#> 2462 VR2W-107823 -5.691883 56.49690 25 -#> 2463 VR2W-107823 -5.691883 56.49690 25 -#> 2464 VR2W-107823 -5.691883 56.49690 25 -#> 2465 VR2W-107823 -5.691883 56.49690 25 -#> 2466 VR2W-107823 -5.691883 56.49690 25 -#> 2467 VR2W-107823 -5.691883 56.49690 25 -#> 2468 VR2W-107823 -5.691883 56.49690 25 -#> 2469 VR2W-107823 -5.691883 56.49690 25 -#> 2470 VR2W-107823 -5.691883 56.49690 25 -#> 2471 VR2W-107823 -5.691883 56.49690 25 -#> 2472 VR2W-107823 -5.691883 56.49690 25 -#> 2473 VR2W-107823 -5.691883 56.49690 25 -#> 2474 VR2W-107823 -5.691883 56.49690 25 -#> 2475 VR2W-107823 -5.691883 56.49690 25 -#> 2476 VR2W-107823 -5.691883 56.49690 25 -#> 2477 VR2W-107823 -5.691883 56.49690 25 -#> 2478 VR2W-107823 -5.691883 56.49690 25 -#> 2479 VR2W-107823 -5.691883 56.49690 25 -#> 2480 VR2W-113141 -5.755900 56.51000 50 -#> 2481 VR2W-113141 -5.755900 56.51000 50 -#> 2482 VR2W-113141 -5.755900 56.51000 50 -#> 2483 VR2W-113141 -5.755900 56.51000 50 -#> 2484 VR2W-113141 -5.755900 56.51000 50 -#> 2485 VR2W-113141 -5.755900 56.51000 50 -#> 2486 VR2W-113141 -5.755900 56.51000 50 -#> 2487 VR2W-113141 -5.755900 56.51000 50 -#> 2488 VR2W-113141 -5.755900 56.51000 50 -#> 2489 VR2W-113141 -5.755900 56.51000 50 -#> 2490 VR2W-113141 -5.755900 56.51000 50 -#> 2491 VR2W-113141 -5.755900 56.51000 50 -#> 2492 VR2W-113141 -5.755900 56.51000 50 -#> 2493 VR2W-113141 -5.755900 56.51000 50 -#> 2494 VR2W-113141 -5.755900 56.51000 50 -#> 2495 VR2W-113141 -5.755900 56.51000 50 -#> 2496 VR2W-113141 -5.755900 56.51000 50 -#> 2497 VR2W-113141 -5.755900 56.51000 50 -#> 2498 VR2W-113141 -5.755900 56.51000 50 -#> 2499 VR2W-113141 -5.755900 56.51000 50 -#> 2500 VR2W-113141 -5.755900 56.51000 50 -#> 2501 VR2W-113141 -5.755900 56.51000 50 -#> 2502 VR2W-113141 -5.755900 56.51000 50 -#> 2503 VR2W-113141 -5.755900 56.51000 50 -#> 2504 VR2W-113141 -5.755900 56.51000 50 -#> 2505 VR2W-113141 -5.755900 56.51000 50 -#> 2506 VR2W-113141 -5.755900 56.51000 50 -#> 2507 VR2W-113141 -5.755900 56.51000 50 -#> 2508 VR2W-113141 -5.755900 56.51000 50 -#> 2509 VR2W-113141 -5.755900 56.51000 50 -#> 2510 VR2W-113141 -5.755900 56.51000 50 -#> 2511 VR2W-113141 -5.755900 56.51000 50 -#> 2512 VR2W-113141 -5.755900 56.51000 50 -#> 2513 VR2W-113141 -5.755900 56.51000 50 -#> 2514 VR2W-113141 -5.755900 56.51000 50 -#> 2515 VR2W-113141 -5.755900 56.51000 50 -#> 2516 VR2W-113141 -5.755900 56.51000 50 -#> 2517 VR2W-113141 -5.755900 56.51000 50 -#> 2518 VR2W-113141 -5.755900 56.51000 50 -#> 2519 VR2W-113141 -5.755900 56.51000 50 -#> 2520 VR2W-113141 -5.755900 56.51000 50 -#> 2521 VR2W-113141 -5.755900 56.51000 50 -#> 2522 VR2W-113141 -5.755900 56.51000 50 -#> 2523 VR2W-113141 -5.755900 56.51000 50 -#> 2524 VR2W-113141 -5.755900 56.51000 50 -#> 2525 VR2W-113141 -5.755900 56.51000 50 -#> 2526 VR2W-113141 -5.755900 56.51000 50 -#> 2527 VR2W-113141 -5.755900 56.51000 50 -#> 2528 VR2W-113141 -5.755900 56.51000 50 -#> 2529 VR2W-113141 -5.755900 56.51000 50 -#> 2530 VR2W-113141 -5.755900 56.51000 50 -#> 2531 VR2W-113141 -5.755900 56.51000 50 -#> 2532 VR2W-113141 -5.755900 56.51000 50 -#> 2533 VR2W-113141 -5.755900 56.51000 50 -#> 2534 VR2W-113141 -5.755900 56.51000 50 -#> 2535 VR2W-113141 -5.755900 56.51000 50 -#> 2536 VR2W-113141 -5.755900 56.51000 50 -#> 2537 VR2W-113141 -5.755900 56.51000 50 -#> 2538 VR2W-113141 -5.755900 56.51000 50 -#> 2539 VR2W-113141 -5.755900 56.51000 50 -#> 2540 VR2W-113141 -5.755900 56.51000 50 -#> 2541 VR2W-113141 -5.755900 56.51000 50 -#> 2542 VR2W-113141 -5.755900 56.51000 50 -#> 2543 VR2W-113141 -5.755900 56.51000 50 -#> 2544 VR2W-113141 -5.755900 56.51000 50 -#> 2545 VR2W-113141 -5.755900 56.51000 50 -#> 2546 VR2W-113141 -5.755900 56.51000 50 -#> 2547 VR2W-113141 -5.755900 56.51000 50 -#> 2548 VR2W-113141 -5.755900 56.51000 50 -#> 2549 VR2W-113141 -5.755900 56.51000 50 -#> 2550 VR2W-113141 -5.755900 56.51000 50 -#> 2551 VR2W-113141 -5.755900 56.51000 50 -#> 2552 VR2W-113141 -5.755900 56.51000 50 -#> 2553 VR2W-113141 -5.755900 56.51000 50 -#> 2554 VR2W-113141 -5.755900 56.51000 50 -#> 2555 VR2W-113141 -5.755900 56.51000 50 -#> 2556 VR2W-113141 -5.755900 56.51000 50 -#> 2557 VR2W-113141 -5.755900 56.51000 50 -#> 2558 VR2W-113141 -5.755900 56.51000 50 -#> 2559 VR2W-113141 -5.755900 56.51000 50 -#> 2560 VR2W-113141 -5.755900 56.51000 50 -#> 2561 VR2W-113141 -5.755900 56.51000 50 -#> 2562 VR2W-113141 -5.755900 56.51000 50 -#> 2563 VR2W-113141 -5.755900 56.51000 50 -#> 2564 VR2W-113141 -5.755900 56.51000 50 -#> 2565 VR2W-113141 -5.755900 56.51000 50 -#> 2566 VR2W-113141 -5.755900 56.51000 50 -#> 2567 VR2W-113141 -5.755900 56.51000 50 -#> 2568 VR2W-113141 -5.755900 56.51000 50 -#> 2569 VR2W-113141 -5.755900 56.51000 50 -#> 2570 VR2W-113141 -5.755900 56.51000 50 -#> 2571 VR2W-113141 -5.755900 56.51000 50 -#> 2572 VR2W-113141 -5.755900 56.51000 50 -#> 2573 VR2W-113141 -5.755900 56.51000 50 -#> 2574 VR2W-113141 -5.755900 56.51000 50 -#> 2575 VR2W-113141 -5.755900 56.51000 50 -#> 2576 VR2W-113141 -5.755900 56.51000 50 -#> 2577 VR2W-113141 -5.755900 56.51000 50 -#> 2578 VR2W-113141 -5.755900 56.51000 50 -#> 2579 VR2W-113141 -5.755900 56.51000 50 -#> 2580 VR2W-113141 -5.755900 56.51000 50 -#> 2581 VR2W-113141 -5.755900 56.51000 50 -#> 2582 VR2W-113141 -5.755900 56.51000 50 -#> 2583 VR2W-113141 -5.755900 56.51000 50 -#> 2584 VR2W-113141 -5.755900 56.51000 50 -#> 2585 VR2W-113141 -5.755900 56.51000 50 -#> 2586 VR2W-113141 -5.755900 56.51000 50 -#> 2587 VR2W-113141 -5.755900 56.51000 50 -#> 2588 VR2W-113141 -5.755900 56.51000 50 -#> 2589 VR2W-113141 -5.755900 56.51000 50 -#> 2590 VR2W-113141 -5.755900 56.51000 50 -#> 2591 VR2W-113141 -5.755900 56.51000 50 -#> 2592 VR2W-113141 -5.755900 56.51000 50 -#> 2593 VR2W-113141 -5.755900 56.51000 50 -#> 2594 VR2W-113141 -5.755900 56.51000 50 -#> 2595 VR2W-113141 -5.755900 56.51000 50 -#> 2596 VR2W-113141 -5.755900 56.51000 50 -#> 2597 VR2W-113141 -5.755900 56.51000 50 -#> 2598 VR2W-113141 -5.755900 56.51000 50 -#> 2599 VR2W-113141 -5.755900 56.51000 50 -#> 2600 VR2W-113141 -5.755900 56.51000 50 -#> 2601 VR2W-113141 -5.755900 56.51000 50 -#> 2602 VR2W-113141 -5.755900 56.51000 50 -#> 2603 VR2W-113141 -5.755900 56.51000 50 -#> 2604 VR2W-113141 -5.755900 56.51000 50 -#> 2605 VR2W-107823 -5.691883 56.49690 25 -#> 2606 VR2W-107823 -5.691883 56.49690 25 -#> 2607 VR2W-107823 -5.691883 56.49690 25 -#> 2608 VR2W-107823 -5.691883 56.49690 25 -#> 2609 VR2W-107823 -5.691883 56.49690 25 -#> 2610 VR2W-107823 -5.691883 56.49690 25 -#> 2611 VR2-6720 -5.627150 56.50808 50 -#> 2612 VR2-6720 -5.627150 56.50808 50 -#> 2613 VR2-6720 -5.627150 56.50808 50 -#> 2614 VR2-6720 -5.627150 56.50808 50 -#> 2615 VR2-6720 -5.627150 56.50808 50 -#> 2616 VR2-6720 -5.627150 56.50808 50 -#> 2617 VR2-6720 -5.627150 56.50808 50 -#> 2618 VR2-6720 -5.627150 56.50808 50 -#> 2619 VR2-6720 -5.627150 56.50808 50 -#> 2620 VR2-6720 -5.627150 56.50808 50 -#> 2621 VR2-6720 -5.627150 56.50808 50 -#> 2622 VR2-6720 -5.627150 56.50808 50 -#> 2623 VR2-6720 -5.627150 56.50808 50 -#> 2624 VR2-6720 -5.627150 56.50808 50 -#> 2625 VR2-6720 -5.627150 56.50808 50 -#> 2626 VR2-6720 -5.627150 56.50808 50 -#> 2627 VR2-6720 -5.627150 56.50808 50 -#> 2628 VR2-6720 -5.627150 56.50808 50 -#> 2629 VR2-6720 -5.627150 56.50808 50 -#> 2630 VR2-6720 -5.627150 56.50808 50 -#> 2631 VR2-6720 -5.627150 56.50808 50 -#> 2632 VR2-6720 -5.627150 56.50808 50 -#> 2633 VR2-6720 -5.627150 56.50808 50 -#> 2634 VR2-6720 -5.627150 56.50808 50 -#> 2635 VR2-6720 -5.627150 56.50808 50 -#> 2636 VR2-6720 -5.627150 56.50808 50 -#> 2637 VR2-6720 -5.627150 56.50808 50 -#> 2638 VR2-6720 -5.627150 56.50808 50 -#> 2639 VR2-6720 -5.627150 56.50808 50 -#> 2640 VR2-6720 -5.627150 56.50808 50 -#> 2641 VR2-6720 -5.627150 56.50808 50 -#> 2642 VR2-6720 -5.627150 56.50808 50 -#> 2643 VR2-6720 -5.627150 56.50808 50 -#> 2644 VR2-6720 -5.627150 56.50808 50 -#> 2645 VR2-6720 -5.627150 56.50808 50 -#> 2646 VR2-6720 -5.627150 56.50808 50 -#> 2647 VR2-6720 -5.627150 56.50808 50 -#> 2648 VR2-6720 -5.627150 56.50808 50 -#> 2649 VR2-6720 -5.627150 56.50808 50 -#> 2650 VR2-6720 -5.627150 56.50808 50 -#> 2651 VR2-6720 -5.627150 56.50808 50 -#> 2652 VR2-6720 -5.627150 56.50808 50 -#> 2653 VR2-6720 -5.627150 56.50808 50 -#> 2654 VR2-6720 -5.627150 56.50808 50 -#> 2655 VR2-6720 -5.627150 56.50808 50 -#> 2656 VR2-6720 -5.627150 56.50808 50 -#> 2657 VR2-6720 -5.627150 56.50808 50 -#> 2658 VR2-6720 -5.627150 56.50808 50 -#> 2659 VR2-6720 -5.627150 56.50808 50 -#> 2660 VR2-6720 -5.627150 56.50808 50 -#> 2661 VR2-6720 -5.627150 56.50808 50 -#> 2662 VR2-6720 -5.627150 56.50808 50 -#> 2663 VR2-6720 -5.627150 56.50808 50 -#> 2664 VR2-6720 -5.627150 56.50808 50 -#> 2665 VR2-6720 -5.627150 56.50808 50 -#> 2666 VR2-6720 -5.627150 56.50808 50 -#> 2667 VR2-6720 -5.627150 56.50808 50 -#> 2668 VR2W-107823 -5.691883 56.49690 25 -#> 2669 VR2W-107823 -5.691883 56.49690 25 -#> 2670 VR2W-107823 -5.691883 56.49690 25 -#> 2671 VR2W-107823 -5.691883 56.49690 25 -#> 2672 VR2W-107823 -5.691883 56.49690 25 -#> 2673 VR2W-107823 -5.691883 56.49690 25 -#> 2674 VR2W-107823 -5.691883 56.49690 25 -#> 2675 VR2W-107823 -5.691883 56.49690 25 -#> 2676 VR2W-107823 -5.691883 56.49690 25 -#> 2677 VR2W-107823 -5.691883 56.49690 25 -#> 2678 VR2W-107823 -5.691883 56.49690 25 -#> 2679 VR2W-107823 -5.691883 56.49690 25 -#> 2680 VR2W-107823 -5.691883 56.49690 25 -#> 2681 VR2W-107823 -5.691883 56.49690 25 -#> 2682 VR2W-107823 -5.691883 56.49690 25 -#> 2683 VR2W-107823 -5.691883 56.49690 25 -#> 2684 VR2W-107823 -5.691883 56.49690 25 -#> 2685 VR2W-107823 -5.691883 56.49690 25 -#> 2686 VR2W-107823 -5.691883 56.49690 25 -#> 2687 VR2W-107823 -5.691883 56.49690 25 -#> 2688 VR2W-107823 -5.691883 56.49690 25 -#> 2689 VR2W-107823 -5.691883 56.49690 25 -#> 2690 VR2W-107823 -5.691883 56.49690 25 -#> 2691 VR2W-107823 -5.691883 56.49690 25 -#> 2692 VR2W-107823 -5.691883 56.49690 25 -#> 2693 VR2W-107823 -5.691883 56.49690 25 -#> 2694 VR2W-107823 -5.691883 56.49690 25 -#> 2695 VR2W-107823 -5.691883 56.49690 25 -#> 2696 VR2W-107823 -5.691883 56.49690 25 -#> 2697 VR2W-107823 -5.691883 56.49690 25 -#> 2698 VR2W-107823 -5.691883 56.49690 25 -#> 2699 VR2W-107823 -5.691883 56.49690 25 -#> 2700 VR2W-107823 -5.691883 56.49690 25 -#> 2701 VR2W-107823 -5.691883 56.49690 25 -#> 2702 VR2W-107823 -5.691883 56.49690 25 -#> 2703 VR2W-107823 -5.691883 56.49690 25 -#> 2704 VR2W-107823 -5.691883 56.49690 25 -#> 2705 VR2W-107823 -5.691883 56.49690 25 -#> 2706 VR2W-107823 -5.691883 56.49690 25 -#> 2707 VR2W-107823 -5.691883 56.49690 25 -#> 2708 VR2W-107823 -5.691883 56.49690 25 -#> 2709 VR2W-107823 -5.691883 56.49690 25 -#> 2710 VR2W-107823 -5.691883 56.49690 25 -#> 2711 VR2W-107823 -5.691883 56.49690 25 -#> 2712 VR2W-107823 -5.691883 56.49690 25 -#> 2713 VR2W-107823 -5.691883 56.49690 25 -#> 2714 VR2-6720 -5.627150 56.50808 50 -#> 2715 VR2-6720 -5.627150 56.50808 50 -#> 2716 VR2-6720 -5.627150 56.50808 50 -#> 2717 VR2-6720 -5.627150 56.50808 50 -#> 2718 VR2-6720 -5.627150 56.50808 50 -#> 2719 VR2-6720 -5.627150 56.50808 50 -#> 2720 VR2-6720 -5.627150 56.50808 50 -#> 2721 VR2-6720 -5.627150 56.50808 50 -#> 2722 VR2-6720 -5.627150 56.50808 50 -#> 2723 VR2-6720 -5.627150 56.50808 50 -#> 2724 VR2W-107823 -5.691883 56.49690 25 -#> 2725 VR2W-107823 -5.691883 56.49690 25 -#> 2726 VR2W-107823 -5.691883 56.49690 25 -#> 2727 VR2W-107823 -5.691883 56.49690 25 -#> 2728 VR2W-107823 -5.691883 56.49690 25 -#> 2729 VR2W-107823 -5.691883 56.49690 25 -#> 2730 VR2W-107823 -5.691883 56.49690 25 -#> 2731 VR2W-107823 -5.691883 56.49690 25 -#> 2732 VR2W-107823 -5.691883 56.49690 25 -#> 2733 VR2W-107823 -5.691883 56.49690 25 -#> 2734 VR2W-107823 -5.691883 56.49690 25 -#> 2735 VR2W-107823 -5.691883 56.49690 25 -#> 2736 VR2W-107823 -5.691883 56.49690 25 -#> 2737 VR2W-107823 -5.691883 56.49690 25 -#> 2738 VR2W-107823 -5.691883 56.49690 25 -#> 2739 VR2W-107823 -5.691883 56.49690 25 -#> 2740 VR2W-107823 -5.691883 56.49690 25 -#> 2741 VR2W-107823 -5.691883 56.49690 25 -#> 2742 VR2W-107823 -5.691883 56.49690 25 -#> 2743 VR2W-107823 -5.691883 56.49690 25 -#> 2744 VR2W-107823 -5.691883 56.49690 25 -#> 2745 VR2W-107823 -5.691883 56.49690 25 -#> 2746 VR2W-107823 -5.691883 56.49690 25 -#> 2747 VR2W-107823 -5.691883 56.49690 25 -#> 2748 VR2W-107823 -5.691883 56.49690 25 -#> 2749 VR2W-107823 -5.691883 56.49690 25 -#> 2750 VR2W-107823 -5.691883 56.49690 25 -#> 2751 VR2W-107823 -5.691883 56.49690 25 -#> 2752 VR2W-107823 -5.691883 56.49690 25 -#> 2753 VR2W-107823 -5.691883 56.49690 25 -#> 2754 VR2W-107823 -5.691883 56.49690 25 -#> 2755 VR2W-107823 -5.691883 56.49690 25 -#> 2756 VR2W-107823 -5.691883 56.49690 25 -#> 2757 VR2W-107823 -5.691883 56.49690 25 -#> 2758 VR2W-107823 -5.691883 56.49690 25 -#> 2759 VR2W-107823 -5.691883 56.49690 25 -#> 2760 VR2W-107823 -5.691883 56.49690 25 -#> 2761 VR2W-107823 -5.691883 56.49690 25 -#> 2762 VR2W-107823 -5.691883 56.49690 25 -#> 2763 VR2W-107823 -5.691883 56.49690 25 -#> 2764 VR2W-107823 -5.691883 56.49690 25 -#> 2765 VR2W-107823 -5.691883 56.49690 25 -#> 2766 VR2W-107823 -5.691883 56.49690 25 -#> 2767 VR2W-107823 -5.691883 56.49690 25 -#> 2768 VR2W-107823 -5.691883 56.49690 25 -#> 2769 VR2W-107823 -5.691883 56.49690 25 -#> 2770 VR2W-107823 -5.691883 56.49690 25 -#> 2771 VR2W-107823 -5.691883 56.49690 25 -#> 2772 VR2W-107823 -5.691883 56.49690 25 -#> 2773 VR2W-107823 -5.691883 56.49690 25 -#> 2774 VR2W-107823 -5.691883 56.49690 25 -#> 2775 VR2W-107823 -5.691883 56.49690 25 -#> 2776 VR2W-107823 -5.691883 56.49690 25 -#> 2777 VR2-6720 -5.627150 56.50808 50 -#> 2778 VR2-6720 -5.627150 56.50808 50 -#> 2779 VR2-6720 -5.627150 56.50808 50 -#> 2780 VR2-6720 -5.627150 56.50808 50 -#> 2781 VR2-6720 -5.627150 56.50808 50 -#> 2782 VR2-6720 -5.627150 56.50808 50 -#> 2783 VR2-6720 -5.627150 56.50808 50 -#> 2784 VR2-6720 -5.627150 56.50808 50 -#> 2785 VR2-6720 -5.627150 56.50808 50 -#> 2786 VR2-6720 -5.627150 56.50808 50 -#> 2787 VR2-6720 -5.627150 56.50808 50 -#> 2788 VR2-6720 -5.627150 56.50808 50 -#> 2789 VR2-6720 -5.627150 56.50808 50 -#> 2790 VR2-6720 -5.627150 56.50808 50 -#> 2791 VR2-6720 -5.627150 56.50808 50 -#> 2792 VR2-6720 -5.627150 56.50808 50 -#> 2793 VR2-6720 -5.627150 56.50808 50 -#> 2794 VR2-6720 -5.627150 56.50808 50 -#> 2795 VR2-6720 -5.627150 56.50808 50 -#> 2796 VR2-6720 -5.627150 56.50808 50 -#> 2797 VR2-6720 -5.627150 56.50808 50 -#> 2798 VR2-6720 -5.627150 56.50808 50 -#> 2799 VR2AR-546136 -5.665000 56.48650 105 -#> 2800 VR2AR-546136 -5.665000 56.48650 105 -#> 2801 VR2AR-546136 -5.665000 56.48650 105 -#> 2802 VR2AR-546136 -5.665000 56.48650 105 -#> 2803 VR2AR-546136 -5.665000 56.48650 105 -#> 2804 VR2AR-546136 -5.665000 56.48650 105 -#> 2805 VR2AR-546136 -5.665000 56.48650 105 -#> 2806 VR2AR-546136 -5.665000 56.48650 105 -#> 2807 VR2AR-546136 -5.665000 56.48650 105 -#> 2808 VR2AR-546136 -5.665000 56.48650 105 -#> 2809 VR2AR-546136 -5.665000 56.48650 105 -#> 2810 VR2AR-546136 -5.665000 56.48650 105 -#> 2811 VR2AR-546136 -5.665000 56.48650 105 -#> 2812 VR2AR-546136 -5.665000 56.48650 105 -#> 2813 VR2AR-546136 -5.665000 56.48650 105 -#> 2814 VR2AR-546136 -5.665000 56.48650 105 -#> 2815 VR2AR-546136 -5.665000 56.48650 105 -#> 2816 VR2AR-546136 -5.665000 56.48650 105 -#> 2817 VR2AR-546136 -5.665000 56.48650 105 -#> 2818 VR2AR-546136 -5.665000 56.48650 105 -#> 2819 VR2AR-546136 -5.665000 56.48650 105 -#> 2820 VR2AR-546136 -5.665000 56.48650 105 -#> 2821 VR2AR-546136 -5.665000 56.48650 105 -#> 2822 VR2AR-546136 -5.665000 56.48650 105 -#> 2823 VR2AR-546136 -5.665000 56.48650 105 -#> 2824 VR2AR-546136 -5.665000 56.48650 105 -#> 2825 VR2AR-546136 -5.665000 56.48650 105 -#> 2826 VR2AR-546136 -5.665000 56.48650 105 -#> 2827 VR2AR-546136 -5.665000 56.48650 105 -#> 2828 VR2AR-546136 -5.665000 56.48650 105 -#> 2829 VR2AR-546136 -5.665000 56.48650 105 -#> 2830 VR2AR-546136 -5.665000 56.48650 105 -#> 2831 VR2W-107823 -5.691883 56.49690 25 -#> 2832 VR2W-107823 -5.691883 56.49690 25 -#> 2833 VR2W-107823 -5.691883 56.49690 25 -#> 2834 VR2W-107823 -5.691883 56.49690 25 -#> 2835 VR2W-107823 -5.691883 56.49690 25 -#> 2836 VR2W-107823 -5.691883 56.49690 25 -#> 2837 VR2W-107823 -5.691883 56.49690 25 -#> 2838 VR2W-107823 -5.691883 56.49690 25 -#> 2839 VR2W-107823 -5.691883 56.49690 25 -#> 2840 VR2W-107823 -5.691883 56.49690 25 -#> 2841 VR2W-107823 -5.691883 56.49690 25 -#> 2842 VR2W-107823 -5.691883 56.49690 25 -#> 2843 VR2W-107823 -5.691883 56.49690 25 -#> 2844 VR2W-107823 -5.691883 56.49690 25 -#> 2845 VR2W-107823 -5.691883 56.49690 25 -#> 2846 VR2W-107823 -5.691883 56.49690 25 -#> 2847 VR2W-107823 -5.691883 56.49690 25 -#> 2848 VR2W-107823 -5.691883 56.49690 25 -#> 2849 VR2W-107823 -5.691883 56.49690 25 -#> 2850 VR2W-107823 -5.691883 56.49690 25 -#> 2851 VR2W-107823 -5.691883 56.49690 25 -#> 2852 VR2W-107823 -5.691883 56.49690 25 -#> 2853 VR2W-107823 -5.691883 56.49690 25 -#> 2854 VR2W-107823 -5.691883 56.49690 25 -#> 2855 VR2W-107823 -5.691883 56.49690 25 -#> 2856 VR2W-107823 -5.691883 56.49690 25 -#> 2857 VR2W-107823 -5.691883 56.49690 25 -#> 2858 VR2W-107823 -5.691883 56.49690 25 -#> 2859 VR2W-108160 -5.704867 56.48890 25 -#> 2860 VR2W-108160 -5.704867 56.48890 25 -#> 2861 VR2W-108160 -5.704867 56.48890 25 -#> 2862 VR2W-108160 -5.704867 56.48890 25 -#> 2863 VR2W-108160 -5.704867 56.48890 25 -#> 2864 VR2W-108160 -5.704867 56.48890 25 -#> 2865 VR2W-108160 -5.704867 56.48890 25 -#> 2866 VR2W-108160 -5.704867 56.48890 25 -#> 2867 VR2W-108160 -5.704867 56.48890 25 -#> 2868 VR2W-108160 -5.704867 56.48890 25 -#> 2869 VR2W-108160 -5.704867 56.48890 25 -#> 2870 VR2W-108160 -5.704867 56.48890 25 -#> 2871 VR2W-108160 -5.704867 56.48890 25 -#> 2872 VR2W-108160 -5.704867 56.48890 25 -#> 2873 VR2W-108160 -5.704867 56.48890 25 -#> 2874 VR2W-108160 -5.704867 56.48890 25 -#> 2875 VR2W-108160 -5.704867 56.48890 25 -#> 2876 VR2W-108160 -5.704867 56.48890 25 -#> 2877 VR2W-108160 -5.704867 56.48890 25 -#> 2878 VR2W-113141 -5.755900 56.51000 50 -#> 2879 VR2W-113141 -5.755900 56.51000 50 -#> 2880 VR2W-113141 -5.755900 56.51000 50 -#> 2881 VR2W-113141 -5.755900 56.51000 50 -#> 2882 VR2W-113141 -5.755900 56.51000 50 -#> 2883 VR2W-113141 -5.755900 56.51000 50 -#> 2884 VR2W-113141 -5.755900 56.51000 50 -#> 2885 VR2W-113141 -5.755900 56.51000 50 -#> 2886 VR2W-113141 -5.755900 56.51000 50 -#> 2887 VR2W-113141 -5.755900 56.51000 50 -#> 2888 VR2W-113141 -5.755900 56.51000 50 -#> 2889 VR2W-113141 -5.755900 56.51000 50 -#> 2890 VR2W-113141 -5.755900 56.51000 50 -#> 2891 VR2W-113141 -5.755900 56.51000 50 -#> 2892 VR2W-113141 -5.755900 56.51000 50 -#> 2893 VR2W-113141 -5.755900 56.51000 50 -#> 2894 VR2W-113141 -5.755900 56.51000 50 -#> 2895 VR2W-113141 -5.755900 56.51000 50 -#> 2896 VR2W-113141 -5.755900 56.51000 50 -#> 2897 VR2W-113141 -5.755900 56.51000 50 -#> 2898 VR2W-113141 -5.755900 56.51000 50 -#> 2899 VR2W-113141 -5.755900 56.51000 50 -#> 2900 VR2W-113141 -5.755900 56.51000 50 -#> 2901 VR2W-113141 -5.755900 56.51000 50 -#> 2902 VR2W-113141 -5.755900 56.51000 50 -#> 2903 VR2W-113141 -5.755900 56.51000 50 -#> 2904 VR2W-113141 -5.755900 56.51000 50 -#> 2905 VR2W-113141 -5.755900 56.51000 50 -#> 2906 VR2W-113141 -5.755900 56.51000 50 -#> 2907 VR2W-113141 -5.755900 56.51000 50 -#> 2908 VR2W-113141 -5.755900 56.51000 50 -#> 2909 VR2W-113141 -5.755900 56.51000 50 -#> 2910 VR2W-113141 -5.755900 56.51000 50 -#> 2911 VR2W-113141 -5.755900 56.51000 50 -#> 2912 VR2W-113141 -5.755900 56.51000 50 -#> 2913 VR2W-113141 -5.755900 56.51000 50 -#> 2914 VR2W-113141 -5.755900 56.51000 50 -#> 2915 VR2W-113141 -5.755900 56.51000 50 -#> 2916 VR2W-113141 -5.755900 56.51000 50 -#> 2917 VR2W-113141 -5.755900 56.51000 50 -#> 2918 VR2W-113141 -5.755900 56.51000 50 -#> 2919 VR2W-113141 -5.755900 56.51000 50 -#> 2920 VR2W-113141 -5.755900 56.51000 50 -#> 2921 VR2W-113141 -5.755900 56.51000 50 -#> 2922 VR2W-113141 -5.755900 56.51000 50 -#> 2923 VR2W-113141 -5.755900 56.51000 50 -#> 2924 VR2W-113141 -5.755900 56.51000 50 -#> 2925 VR2W-113141 -5.755900 56.51000 50 -#> 2926 VR2W-113141 -5.755900 56.51000 50 -#> 2927 VR2W-113141 -5.755900 56.51000 50 -#> 2928 VR2W-113141 -5.755900 56.51000 50 -#> 2929 VR2W-113141 -5.755900 56.51000 50 -#> 2930 VR2W-113141 -5.755900 56.51000 50 -#> 2931 VR2W-113141 -5.755900 56.51000 50 -#> 2932 VR2W-113141 -5.755900 56.51000 50 -#> 2933 VR2W-113141 -5.755900 56.51000 50 -#> 2934 VR2W-113141 -5.755900 56.51000 50 -#> 2935 VR2W-113141 -5.755900 56.51000 50 -#> 2936 VR2W-113141 -5.755900 56.51000 50 -#> 2937 VR2W-113141 -5.755900 56.51000 50 -#> 2938 VR2W-113141 -5.755900 56.51000 50 -#> 2939 VR2W-113141 -5.755900 56.51000 50 -#> 2940 VR2W-113141 -5.755900 56.51000 50 -#> 2941 VR2W-113141 -5.755900 56.51000 50 -#> 2942 VR2W-113141 -5.755900 56.51000 50 -#> 2943 VR2W-113141 -5.755900 56.51000 50 -#> 2944 VR2W-113141 -5.755900 56.51000 50 -#> 2945 VR2W-113141 -5.755900 56.51000 50 -#> 2946 VR2W-113141 -5.755900 56.51000 50 -#> 2947 VR2W-113141 -5.755900 56.51000 50 -#> 2948 VR2W-113141 -5.755900 56.51000 50 -#> 2949 VR2W-113141 -5.755900 56.51000 50 -#> 2950 VR2W-113141 -5.755900 56.51000 50 -#> 2951 VR2W-113141 -5.755900 56.51000 50 -#> 2952 VR2W-113141 -5.755900 56.51000 50 -#> 2953 VR2W-113141 -5.755900 56.51000 50 -#> 2954 VR2W-113141 -5.755900 56.51000 50 -#> 2955 VR2W-113141 -5.755900 56.51000 50 -#> 2956 VR2W-113141 -5.755900 56.51000 50 -#> 2957 VR2W-113141 -5.755900 56.51000 50 -#> 2958 VR2W-113141 -5.755900 56.51000 50 -#> 2959 VR2W-113141 -5.755900 56.51000 50 -#> 2960 VR2W-113141 -5.755900 56.51000 50 -#> 2961 VR2W-113141 -5.755900 56.51000 50 -#> 2962 VR2W-113141 -5.755900 56.51000 50 -#> 2963 VR2W-113141 -5.755900 56.51000 50 -#> 2964 VR2W-113141 -5.755900 56.51000 50 -#> 2965 VR2W-113141 -5.755900 56.51000 50 -#> 2966 VR2W-113141 -5.755900 56.51000 50 -#> 2967 VR2W-113141 -5.755900 56.51000 50 -#> 2968 VR2W-113141 -5.755900 56.51000 50 -#> 2969 VR2W-113141 -5.755900 56.51000 50 -#> 2970 VR2W-113141 -5.755900 56.51000 50 -#> 2971 VR2W-113141 -5.755900 56.51000 50 -#> 2972 VR2W-113141 -5.755900 56.51000 50 -#> 2973 VR2W-113141 -5.755900 56.51000 50 -#> 2974 VR2W-113141 -5.755900 56.51000 50 -#> 2975 VR2W-113141 -5.755900 56.51000 50 -#> 2976 VR2W-113141 -5.755900 56.51000 50 -#> 2977 VR2W-113141 -5.755900 56.51000 50 -#> 2978 VR2W-113141 -5.755900 56.51000 50 -#> 2979 VR2W-113141 -5.755900 56.51000 50 -#> 2980 VR2W-113141 -5.755900 56.51000 50 -#> 2981 VR2W-113141 -5.755900 56.51000 50 -#> 2982 VR2W-113141 -5.755900 56.51000 50 -#> 2983 VR2W-113141 -5.755900 56.51000 50 -#> 2984 VR2W-113141 -5.755900 56.51000 50 -#> 2985 VR2W-113141 -5.755900 56.51000 50 -#> 2986 VR2W-113141 -5.755900 56.51000 50 -#> 2987 VR2W-113141 -5.755900 56.51000 50 -#> 2988 VR2W-113141 -5.755900 56.51000 50 -#> 2989 VR2W-113141 -5.755900 56.51000 50 -#> 2990 VR2W-113141 -5.755900 56.51000 50 -#> 2991 VR2W-113141 -5.755900 56.51000 50 -#> 2992 VR2W-113141 -5.755900 56.51000 50 -#> 2993 VR2W-113141 -5.755900 56.51000 50 -#> 2994 VR2W-113141 -5.755900 56.51000 50 -#> 2995 VR2W-113141 -5.755900 56.51000 50 -#> 2996 VR2W-113141 -5.755900 56.51000 50 -#> 2997 VR2W-113141 -5.755900 56.51000 50 -#> 2998 VR2W-113141 -5.755900 56.51000 50 -#> 2999 VR2W-113141 -5.755900 56.51000 50 -#> 3000 VR2W-113141 -5.755900 56.51000 50 -#> 3001 VR2W-113141 -5.755900 56.51000 50 -#> 3002 VR2W-113141 -5.755900 56.51000 50 -#> 3003 VR2W-113141 -5.755900 56.51000 50 -#> 3004 VR2W-113141 -5.755900 56.51000 50 -#> 3005 VR2W-113141 -5.755900 56.51000 50 -#> 3006 VR2W-113141 -5.755900 56.51000 50 -#> 3007 VR2W-113141 -5.755900 56.51000 50 -#> 3008 VR2W-113141 -5.755900 56.51000 50 -#> 3009 VR2W-113141 -5.755900 56.51000 50 -#> 3010 VR2W-113141 -5.755900 56.51000 50 -#> 3011 VR2W-113141 -5.755900 56.51000 50 -#> 3012 VR2W-113141 -5.755900 56.51000 50 -#> 3013 VR2W-113141 -5.755900 56.51000 50 -#> 3014 VR2W-113141 -5.755900 56.51000 50 -#> 3015 VR2W-113141 -5.755900 56.51000 50 -#> 3016 VR2W-113141 -5.755900 56.51000 50 -#> 3017 VR2W-113141 -5.755900 56.51000 50 -#> 3018 VR2W-113141 -5.755900 56.51000 50 -#> 3019 VR2W-113141 -5.755900 56.51000 50 -#> 3020 VR2W-113141 -5.755900 56.51000 50 -#> 3021 VR2W-113141 -5.755900 56.51000 50 -#> 3022 VR2W-113141 -5.755900 56.51000 50 -#> 3023 VR2W-113141 -5.755900 56.51000 50 -#> 3024 VR2W-107823 -5.691883 56.49690 25 -#> 3025 VR2W-107823 -5.691883 56.49690 25 -#> 3026 VR2W-107823 -5.691883 56.49690 25 -#> 3027 VR2W-107823 -5.691883 56.49690 25 -#> 3028 VR2W-107823 -5.691883 56.49690 25 -#> 3029 VR2W-107823 -5.691883 56.49690 25 -#> 3030 VR2W-107823 -5.691883 56.49690 25 -#> 3031 VR2W-107823 -5.691883 56.49690 25 -#> 3032 VR2W-107823 -5.691883 56.49690 25 -#> 3033 VR2W-107823 -5.691883 56.49690 25 -#> 3034 VR2W-107823 -5.691883 56.49690 25 -#> 3035 VR2W-107823 -5.691883 56.49690 25 -#> 3036 VR2AR-546136 -5.665000 56.48650 105 -#> 3037 VR2AR-546136 -5.665000 56.48650 105 -#> 3038 VR2AR-546136 -5.665000 56.48650 105 -#> 3039 VR2AR-546136 -5.665000 56.48650 105 -#> 3040 VR2AR-546136 -5.665000 56.48650 105 -#> 3041 VR2AR-546136 -5.665000 56.48650 105 -#> 3042 VR2AR-546136 -5.665000 56.48650 105 -#> 3043 VR2AR-546136 -5.665000 56.48650 105 -#> 3044 VR2AR-546136 -5.665000 56.48650 105 -#> 3045 VR2AR-546136 -5.665000 56.48650 105 -#> 3046 VR2AR-546136 -5.665000 56.48650 105 -#> 3047 VR2AR-546136 -5.665000 56.48650 105 -#> 3048 VR2AR-546136 -5.665000 56.48650 105 -#> 3049 VR2AR-546136 -5.665000 56.48650 105 -#> 3050 VR2AR-546136 -5.665000 56.48650 105 -#> 3051 VR2AR-546136 -5.665000 56.48650 105 -#> 3052 VR2AR-546136 -5.665000 56.48650 105 -#> 3053 VR2AR-546136 -5.665000 56.48650 105 -#> 3054 VR2AR-546136 -5.665000 56.48650 105 -#> 3055 VR2AR-546136 -5.665000 56.48650 105 -#> 3056 VR2AR-546136 -5.665000 56.48650 105 -#> 3057 VR2AR-546136 -5.665000 56.48650 105 -#> 3058 VR2AR-546136 -5.665000 56.48650 105 -#> 3059 VR2AR-546136 -5.665000 56.48650 105 -#> 3060 VR2AR-546136 -5.665000 56.48650 105 -#> 3061 VR2AR-546136 -5.665000 56.48650 105 -#> 3062 VR2AR-546136 -5.665000 56.48650 105 -#> 3063 VR2AR-546136 -5.665000 56.48650 105 -#> 3064 VR2AR-546136 -5.665000 56.48650 105 -#> 3065 VR2W-108160 -5.704867 56.48890 25 -#> 3066 VR2W-108160 -5.704867 56.48890 25 -#> 3067 VR2W-113141 -5.755900 56.51000 50 -#> 3068 VR2W-113141 -5.755900 56.51000 50 -#> 3069 VR2W-113141 -5.755900 56.51000 50 -#> 3070 VR2W-113141 -5.755900 56.51000 50 -#> 3071 VR2W-113141 -5.755900 56.51000 50 -#> 3072 VR2W-113141 -5.755900 56.51000 50 -#> 3073 VR2W-113141 -5.755900 56.51000 50 -#> 3074 VR2W-113141 -5.755900 56.51000 50 -#> 3075 VR2W-113141 -5.755900 56.51000 50 -#> 3076 VR2W-113141 -5.755900 56.51000 50 -#> 3077 VR2W-113141 -5.755900 56.51000 50 -#> 3078 VR2W-113141 -5.755900 56.51000 50 -#> 3079 VR2W-113141 -5.755900 56.51000 50 -#> 3080 VR2W-113141 -5.755900 56.51000 50 -#> 3081 VR2W-113141 -5.755900 56.51000 50 -#> 3082 VR2W-113141 -5.755900 56.51000 50 -#> 3083 VR2W-113141 -5.755900 56.51000 50 -#> 3084 VR2W-113141 -5.755900 56.51000 50 -#> 3085 VR2W-113141 -5.755900 56.51000 50 -#> 3086 VR2W-113141 -5.755900 56.51000 50 -#> 3087 VR2W-113141 -5.755900 56.51000 50 -#> 3088 VR2W-113141 -5.755900 56.51000 50 -#> 3089 VR2W-113141 -5.755900 56.51000 50 -#> 3090 VR2W-113141 -5.755900 56.51000 50 -#> 3091 VR2W-113141 -5.755900 56.51000 50 -#> 3092 VR2W-113141 -5.755900 56.51000 50 -#> 3093 VR2W-113141 -5.755900 56.51000 50 -#> 3094 VR2W-113141 -5.755900 56.51000 50 -#> 3095 VR2W-113141 -5.755900 56.51000 50 -#> 3096 VR2W-113141 -5.755900 56.51000 50 -#> 3097 VR2W-113141 -5.755900 56.51000 50 -#> 3098 VR2W-113141 -5.755900 56.51000 50 -#> 3099 VR2W-107823 -5.691883 56.49690 25 -#> 3100 VR2W-107823 -5.691883 56.49690 25 -#> 3101 VR2W-107823 -5.691883 56.49690 25 -#> 3102 VR2AR-546136 -5.665000 56.48650 105 -#> 3103 VR2AR-546136 -5.665000 56.48650 105 -#> 3104 VR2AR-546136 -5.665000 56.48650 105 -#> 3105 VR2AR-546136 -5.665000 56.48650 105 -#> 3106 VR2AR-546136 -5.665000 56.48650 105 -#> 3107 VR2AR-546136 -5.665000 56.48650 105 -#> 3108 VR2AR-546136 -5.665000 56.48650 105 -#> 3109 VR2AR-546136 -5.665000 56.48650 105 -#> 3110 VR2AR-546136 -5.665000 56.48650 105 -#> 3111 VR2AR-546136 -5.665000 56.48650 105 -#> 3112 VR2AR-546136 -5.665000 56.48650 105 -#> 3113 VR2AR-546136 -5.665000 56.48650 105 -#> 3114 VR2AR-546136 -5.665000 56.48650 105 -#> 3115 VR2AR-546136 -5.665000 56.48650 105 -#> 3116 VR2AR-546136 -5.665000 56.48650 105 -#> 3117 VR2AR-546136 -5.665000 56.48650 105 -#> 3118 VR2AR-546136 -5.665000 56.48650 105 -#> 3119 VR2AR-546136 -5.665000 56.48650 105 -#> 3120 VR2AR-546136 -5.665000 56.48650 105 -#> 3121 VR2AR-546136 -5.665000 56.48650 105 -#> 3122 VR2AR-546136 -5.665000 56.48650 105 -#> 3123 VR2AR-546136 -5.665000 56.48650 105 -#> 3124 VR2AR-546136 -5.665000 56.48650 105 -#> 3125 VR2W-108160 -5.704867 56.48890 25 -#> 3126 VR2W-108160 -5.704867 56.48890 25 -#> 3127 VR2W-108160 -5.704867 56.48890 25 -#> 3128 VR2W-108160 -5.704867 56.48890 25 -#> 3129 VR2W-108160 -5.704867 56.48890 25 -#> 3130 VR2W-108160 -5.704867 56.48890 25 -#> 3131 VR2W-108160 -5.704867 56.48890 25 -#> 3132 VR2AR-546136 -5.665000 56.48650 105 -#> 3133 VR2AR-546136 -5.665000 56.48650 105 -#> 3134 VR2AR-546136 -5.665000 56.48650 105 -#> 3135 VR2AR-546136 -5.665000 56.48650 105 -#> 3136 VR2AR-546136 -5.665000 56.48650 105 -#> 3137 VR2AR-546136 -5.665000 56.48650 105 -#> 3138 VR2AR-546136 -5.665000 56.48650 105 -#> 3139 VR2AR-546136 -5.665000 56.48650 105 -#> 3140 VR2AR-546136 -5.665000 56.48650 105 -#> 3141 VR2AR-546136 -5.665000 56.48650 105 -#> 3142 VR2AR-546136 -5.665000 56.48650 105 -#> 3143 VR2AR-546136 -5.665000 56.48650 105 -#> 3144 VR2AR-546136 -5.665000 56.48650 105 -#> 3145 VR2AR-546136 -5.665000 56.48650 105 -#> 3146 VR2AR-546136 -5.665000 56.48650 105 -#> 3147 VR2AR-546136 -5.665000 56.48650 105 -#> 3148 VR2AR-546136 -5.665000 56.48650 105 -#> 3149 VR2AR-546136 -5.665000 56.48650 105 -#> 3150 VR2AR-546136 -5.665000 56.48650 105 -#> 3151 VR2AR-546136 -5.665000 56.48650 105 -#> 3152 VR2AR-546136 -5.665000 56.48650 105 -#> 3153 VR2AR-546136 -5.665000 56.48650 105 -#> 3154 VR2AR-546136 -5.665000 56.48650 105 -#> 3155 VR2AR-546136 -5.665000 56.48650 105 -#> 3156 VR2AR-546136 -5.665000 56.48650 105 -#> 3157 VR2AR-546136 -5.665000 56.48650 105 -#> 3158 VR2AR-546136 -5.665000 56.48650 105 -#> 3159 VR2AR-546136 -5.665000 56.48650 105 -#> 3160 VR2AR-546136 -5.665000 56.48650 105 -#> 3161 VR2AR-546136 -5.665000 56.48650 105 -#> 3162 VR2AR-546136 -5.665000 56.48650 105 -#> 3163 VR2AR-546136 -5.665000 56.48650 105 -#> 3164 VR2AR-546136 -5.665000 56.48650 105 -#> 3165 VR2AR-546136 -5.665000 56.48650 105 -#> 3166 VR2AR-546136 -5.665000 56.48650 105 -#> 3167 VR2AR-546136 -5.665000 56.48650 105 -#> 3168 VR2AR-546136 -5.665000 56.48650 105 -#> 3169 VR2AR-546136 -5.665000 56.48650 105 -#> 3170 VR2AR-546136 -5.665000 56.48650 105 -#> 3171 VR2AR-546136 -5.665000 56.48650 105 -#> 3172 VR2AR-546136 -5.665000 56.48650 105 -#> 3173 VR2AR-546136 -5.665000 56.48650 105 -#> 3174 VR2AR-546136 -5.665000 56.48650 105 -#> 3175 VR2AR-546136 -5.665000 56.48650 105 -#> 3176 VR2AR-546136 -5.665000 56.48650 105 -#> 3177 VR2AR-546136 -5.665000 56.48650 105 -#> 3178 VR2AR-546136 -5.665000 56.48650 105 -#> 3179 VR2AR-546136 -5.665000 56.48650 105 -#> 3180 VR2AR-546136 -5.665000 56.48650 105 -#> 3181 VR2AR-546136 -5.665000 56.48650 105 -#> 3182 VR2AR-546136 -5.665000 56.48650 105 -#> 3183 VR2AR-546136 -5.665000 56.48650 105 -#> 3184 VR2AR-546136 -5.665000 56.48650 105 -#> 3185 VR2AR-546136 -5.665000 56.48650 105 -#> 3186 VR2AR-546136 -5.665000 56.48650 105 -#> 3187 VR2AR-546136 -5.665000 56.48650 105 -#> 3188 VR2AR-546136 -5.665000 56.48650 105 -#> 3189 VR2AR-546136 -5.665000 56.48650 105 -#> 3190 VR2AR-546136 -5.665000 56.48650 105 -#> 3191 VR2AR-546136 -5.665000 56.48650 105 -#> 3192 VR2AR-546136 -5.665000 56.48650 105 -#> 3193 VR2AR-546136 -5.665000 56.48650 105 -#> 3194 VR2AR-546136 -5.665000 56.48650 105 -#> 3195 VR2AR-546136 -5.665000 56.48650 105 -#> 3196 VR2AR-546136 -5.665000 56.48650 105 -#> 3197 VR2AR-546136 -5.665000 56.48650 105 -#> 3198 VR2AR-546136 -5.665000 56.48650 105 -#> 3199 VR2AR-546136 -5.665000 56.48650 105 -#> 3200 VR2AR-546136 -5.665000 56.48650 105 -#> 3201 VR2AR-546136 -5.665000 56.48650 105 -#> 3202 VR2AR-546136 -5.665000 56.48650 105 -#> 3203 VR2AR-546136 -5.665000 56.48650 105 -#> 3204 VR2AR-546136 -5.665000 56.48650 105 -#> 3205 VR2AR-546136 -5.665000 56.48650 105 -#> 3206 VR2AR-546136 -5.665000 56.48650 105 -#> 3207 VR2AR-546136 -5.665000 56.48650 105 -#> 3208 VR2AR-546136 -5.665000 56.48650 105 -#> 3209 VR2AR-546136 -5.665000 56.48650 105 -#> 3210 VR2AR-546136 -5.665000 56.48650 105 -#> 3211 VR2AR-546136 -5.665000 56.48650 105 -#> 3212 VR2AR-546136 -5.665000 56.48650 105 -#> 3213 VR2AR-546136 -5.665000 56.48650 105 -#> 3214 VR2AR-546136 -5.665000 56.48650 105 -#> 3215 VR2AR-546136 -5.665000 56.48650 105 -#> 3216 VR2AR-546136 -5.665000 56.48650 105 -#> 3217 VR2W-107823 -5.691883 56.49690 25 -#> 3218 VR2W-107823 -5.691883 56.49690 25 -#> 3219 VR2W-107823 -5.691883 56.49690 25 -#> 3220 VR2W-107823 -5.691883 56.49690 25 -#> 3221 VR2W-107823 -5.691883 56.49690 25 -#> 3222 VR2W-107823 -5.691883 56.49690 25 -#> 3223 VR2W-107823 -5.691883 56.49690 25 -#> 3224 VR2W-107823 -5.691883 56.49690 25 -#> 3225 VR2W-107823 -5.691883 56.49690 25 -#> 3226 VR2W-107823 -5.691883 56.49690 25 -#> 3227 VR2W-107823 -5.691883 56.49690 25 -#> 3228 VR2W-113141 -5.755900 56.51000 50 -#> 3229 VR2W-113141 -5.755900 56.51000 50 -#> 3230 VR2W-113141 -5.755900 56.51000 50 -#> 3231 VR2W-113141 -5.755900 56.51000 50 -#> 3232 VR2W-113141 -5.755900 56.51000 50 -#> 3233 VR2W-113141 -5.755900 56.51000 50 -#> 3234 VR2W-113141 -5.755900 56.51000 50 -#> 3235 VR2W-113141 -5.755900 56.51000 50 -#> 3236 VR2W-113141 -5.755900 56.51000 50 -#> 3237 VR2W-107823 -5.691883 56.49690 25 -#> 3238 VR2W-107823 -5.691883 56.49690 25 -#> 3239 VR2W-107823 -5.691883 56.49690 25 -#> 3240 VR2W-107823 -5.691883 56.49690 25 -#> 3241 VR2W-108160 -5.704867 56.48890 25 -#> 3242 VR2W-108160 -5.704867 56.48890 25 -#> 3243 VR2W-108160 -5.704867 56.48890 25 -#> 3244 VR2W-108160 -5.704867 56.48890 25 -#> 3245 VR2W-108160 -5.704867 56.48890 25 -#> 3246 VR2W-108160 -5.704867 56.48890 25 -#> 3247 VR2W-108160 -5.704867 56.48890 25 -#> 3248 VR2W-108160 -5.704867 56.48890 25 -#> 3249 VR2W-108160 -5.704867 56.48890 25 -#> 3250 VR2W-108160 -5.704867 56.48890 25 -#> 3251 VR2W-108160 -5.704867 56.48890 25 -#> 3252 VR2W-108160 -5.704867 56.48890 25 -#> 3253 VR2W-108160 -5.704867 56.48890 25 -#> 3254 VR2W-108160 -5.704867 56.48890 25 -#> 3255 VR2W-108160 -5.704867 56.48890 25 -#> 3256 VR2W-108160 -5.704867 56.48890 25 -#> 3257 VR2W-108160 -5.704867 56.48890 25 -#> 3258 VR2W-108160 -5.704867 56.48890 25 -#> 3259 VR2W-108160 -5.704867 56.48890 25 -#> 3260 VR2W-108160 -5.704867 56.48890 25 -#> 3261 VR2W-108160 -5.704867 56.48890 25 -#> 3262 VR2W-108160 -5.704867 56.48890 25 -#> 3263 VR2W-108160 -5.704867 56.48890 25 -#> 3264 VR2W-108160 -5.704867 56.48890 25 -#> 3265 VR2AR-546136 -5.665000 56.48650 105 -#> 3266 VR2AR-546136 -5.665000 56.48650 105 -#> 3267 VR2AR-546136 -5.665000 56.48650 105 -#> 3268 VR2AR-546136 -5.665000 56.48650 105 -#> 3269 VR2AR-546136 -5.665000 56.48650 105 -#> 3270 VR2AR-546136 -5.665000 56.48650 105 -#> 3271 VR2AR-546136 -5.665000 56.48650 105 -#> 3272 VR2AR-546136 -5.665000 56.48650 105 -#> 3273 VR2AR-546136 -5.665000 56.48650 105 -#> 3274 VR2AR-546136 -5.665000 56.48650 105 -#> 3275 VR2AR-546136 -5.665000 56.48650 105 -#> 3276 VR2AR-546136 -5.665000 56.48650 105 -#> 3277 VR2AR-546136 -5.665000 56.48650 105 -#> 3278 VR2AR-546136 -5.665000 56.48650 105 -#> 3279 VR2AR-546136 -5.665000 56.48650 105 -#> 3280 VR2AR-546136 -5.665000 56.48650 105 -#> 3281 VR2AR-546136 -5.665000 56.48650 105 -#> 3282 VR2AR-546136 -5.665000 56.48650 105 -#> 3283 VR2AR-546136 -5.665000 56.48650 105 -#> 3284 VR2AR-546136 -5.665000 56.48650 105 -#> 3285 VR2AR-546136 -5.665000 56.48650 105 -#> 3286 VR2AR-546136 -5.665000 56.48650 105 -#> 3287 VR2AR-546136 -5.665000 56.48650 105 -#> 3288 VR2AR-546136 -5.665000 56.48650 105 -#> 3289 VR2AR-546136 -5.665000 56.48650 105 -#> 3290 VR2AR-546136 -5.665000 56.48650 105 -#> 3291 VR2W-108160 -5.704867 56.48890 25 -#> 3292 VR2W-108160 -5.704867 56.48890 25 -#> 3293 VR2W-108160 -5.704867 56.48890 25 -#> 3294 VR2W-108160 -5.704867 56.48890 25 -#> 3295 VR2W-108160 -5.704867 56.48890 25 -#> 3296 VR2W-113141 -5.755900 56.51000 50 -#> 3297 VR2W-113141 -5.755900 56.51000 50 -#> 3298 VR2W-113141 -5.755900 56.51000 50 -#> 3299 VR2W-113141 -5.755900 56.51000 50 -#> 3300 VR2W-113141 -5.755900 56.51000 50 -#> 3301 VR2W-113141 -5.755900 56.51000 50 -#> 3302 VR2W-113141 -5.755900 56.51000 50 -#> 3303 VR2W-113141 -5.755900 56.51000 50 -#> 3304 VR2W-113141 -5.755900 56.51000 50 -#> 3305 VR2W-113141 -5.755900 56.51000 50 -#> 3306 VR2W-113141 -5.755900 56.51000 50 -#> 3307 VR2W-113141 -5.755900 56.51000 50 -#> 3308 VR2W-113141 -5.755900 56.51000 50 -#> 3309 VR2W-113141 -5.755900 56.51000 50 -#> 3310 VR2W-113141 -5.755900 56.51000 50 -#> 3311 VR2W-113141 -5.755900 56.51000 50 -#> 3312 VR2W-113141 -5.755900 56.51000 50 -#> 3313 VR2W-113141 -5.755900 56.51000 50 -#> 3314 VR2W-113141 -5.755900 56.51000 50 -#> 3315 VR2W-113141 -5.755900 56.51000 50 -#> 3316 VR2W-113141 -5.755900 56.51000 50 -#> 3317 VR2W-113141 -5.755900 56.51000 50 -#> 3318 VR2W-113141 -5.755900 56.51000 50 -#> 3319 VR2W-113141 -5.755900 56.51000 50 -#> 3320 VR2W-113141 -5.755900 56.51000 50 -#> 3321 VR2W-113141 -5.755900 56.51000 50 -#> 3322 VR2W-113141 -5.755900 56.51000 50 -#> 3323 VR2W-113141 -5.755900 56.51000 50 -#> 3324 VR2W-113141 -5.755900 56.51000 50 -#> 3325 VR2W-113141 -5.755900 56.51000 50 -#> 3326 VR2W-113141 -5.755900 56.51000 50 -#> 3327 VR2W-113141 -5.755900 56.51000 50 -#> 3328 VR2W-113141 -5.755900 56.51000 50 -#> 3329 VR2W-113141 -5.755900 56.51000 50 -#> 3330 VR2W-113141 -5.755900 56.51000 50 -#> 3331 VR2W-113141 -5.755900 56.51000 50 -#> 3332 VR2W-113141 -5.755900 56.51000 50 -#> 3333 VR2W-113141 -5.755900 56.51000 50 -#> 3334 VR2W-113141 -5.755900 56.51000 50 -#> 3335 VR2W-113141 -5.755900 56.51000 50 -#> 3336 VR2W-113141 -5.755900 56.51000 50 -#> 3337 VR2W-113141 -5.755900 56.51000 50 -#> 3338 VR2W-113141 -5.755900 56.51000 50 -#> 3339 VR2W-113141 -5.755900 56.51000 50 -#> 3340 VR2W-113141 -5.755900 56.51000 50 -#> 3341 VR2W-113141 -5.755900 56.51000 50 -#> 3342 VR2W-113141 -5.755900 56.51000 50 -#> 3343 VR2W-113141 -5.755900 56.51000 50 -#> 3344 VR2W-113141 -5.755900 56.51000 50 -#> 3345 VR2W-113141 -5.755900 56.51000 50 -#> 3346 VR2W-113141 -5.755900 56.51000 50 -#> 3347 VR2W-113141 -5.755900 56.51000 50 -#> 3348 VR2W-113141 -5.755900 56.51000 50 -#> 3349 VR2W-113141 -5.755900 56.51000 50 -#> 3350 VR2W-113141 -5.755900 56.51000 50 -#> 3351 VR2W-113141 -5.755900 56.51000 50 -#> 3352 VR2W-113141 -5.755900 56.51000 50 -#> 3353 VR2W-113141 -5.755900 56.51000 50 -#> 3354 VR2W-113141 -5.755900 56.51000 50 -#> 3355 VR2W-113141 -5.755900 56.51000 50 -#> 3356 VR2W-113141 -5.755900 56.51000 50 -#> 3357 VR2W-113141 -5.755900 56.51000 50 -#> 3358 VR2W-113141 -5.755900 56.51000 50 -#> 3359 VR2W-113141 -5.755900 56.51000 50 -#> 3360 VR2W-113141 -5.755900 56.51000 50 -#> 3361 VR2W-113141 -5.755900 56.51000 50 -#> 3362 VR2W-113141 -5.755900 56.51000 50 -#> 3363 VR2W-113141 -5.755900 56.51000 50 -#> 3364 VR2W-113141 -5.755900 56.51000 50 -#> 3365 VR2W-113141 -5.755900 56.51000 50 -#> 3366 VR2W-113141 -5.755900 56.51000 50 -#> 3367 VR2W-113141 -5.755900 56.51000 50 -#> 3368 VR2W-113141 -5.755900 56.51000 50 -#> 3369 VR2W-113141 -5.755900 56.51000 50 -#> 3370 VR2W-113141 -5.755900 56.51000 50 -#> 3371 VR2W-113141 -5.755900 56.51000 50 -#> 3372 VR2W-113141 -5.755900 56.51000 50 -#> 3373 VR2W-113141 -5.755900 56.51000 50 -#> 3374 VR2W-113141 -5.755900 56.51000 50 -#> 3375 VR2W-113141 -5.755900 56.51000 50 -#> 3376 VR2W-113141 -5.755900 56.51000 50 -#> 3377 VR2W-113141 -5.755900 56.51000 50 -#> 3378 VR2W-113141 -5.755900 56.51000 50 -#> 3379 VR2W-113141 -5.755900 56.51000 50 -#> 3380 VR2W-113141 -5.755900 56.51000 50 -#> 3381 VR2W-113141 -5.755900 56.51000 50 -#> 3382 VR2W-113141 -5.755900 56.51000 50 -#> 3383 VR2W-113141 -5.755900 56.51000 50 -#> 3384 VR2W-113141 -5.755900 56.51000 50 -#> 3385 VR2W-113141 -5.755900 56.51000 50 -#> 3386 VR2W-113141 -5.755900 56.51000 50 -#> 3387 VR2W-113141 -5.755900 56.51000 50 -#> 3388 VR2W-113141 -5.755900 56.51000 50 -#> 3389 VR2W-113141 -5.755900 56.51000 50 -#> 3390 VR2W-113141 -5.755900 56.51000 50 -#> 3391 VR2W-113141 -5.755900 56.51000 50 -#> 3392 VR2W-113141 -5.755900 56.51000 50 -#> 3393 VR2W-113141 -5.755900 56.51000 50 -#> 3394 VR2W-113141 -5.755900 56.51000 50 -#> 3395 VR2W-113141 -5.755900 56.51000 50 -#> 3396 VR2W-113141 -5.755900 56.51000 50 -#> 3397 VR2W-113141 -5.755900 56.51000 50 -#> 3398 VR2W-113141 -5.755900 56.51000 50 -#> 3399 VR2W-113141 -5.755900 56.51000 50 -#> 3400 VR2W-113141 -5.755900 56.51000 50 -#> 3401 VR2W-113141 -5.755900 56.51000 50 -#> 3402 VR2W-113141 -5.755900 56.51000 50 -#> 3403 VR2W-113141 -5.755900 56.51000 50 -#> 3404 VR2W-113141 -5.755900 56.51000 50 -#> 3405 VR2W-113141 -5.755900 56.51000 50 -#> 3406 VR2W-113141 -5.755900 56.51000 50 -#> 3407 VR2W-113141 -5.755900 56.51000 50 -#> 3408 VR2W-113141 -5.755900 56.51000 50 -#> 3409 VR2W-113141 -5.755900 56.51000 50 -#> 3410 VR2W-113141 -5.755900 56.51000 50 -#> 3411 VR2W-113141 -5.755900 56.51000 50 -#> 3412 VR2W-113141 -5.755900 56.51000 50 -#> 3413 VR2W-113141 -5.755900 56.51000 50 -#> 3414 VR2W-113141 -5.755900 56.51000 50 -#> 3415 VR2W-113141 -5.755900 56.51000 50 -#> 3416 VR2W-113141 -5.755900 56.51000 50 -#> 3417 VR2W-113141 -5.755900 56.51000 50 -#> 3418 VR2W-113141 -5.755900 56.51000 50 -#> 3419 VR2W-113141 -5.755900 56.51000 50 -#> 3420 VR2W-113141 -5.755900 56.51000 50 -#> 3421 VR2W-113141 -5.755900 56.51000 50 -#> 3422 VR2W-113141 -5.755900 56.51000 50 -#> 3423 VR2W-113141 -5.755900 56.51000 50 -#> 3424 VR2W-113141 -5.755900 56.51000 50 -#> 3425 VR2W-113141 -5.755900 56.51000 50 -#> 3426 VR2W-113141 -5.755900 56.51000 50 -#> 3427 VR2W-113141 -5.755900 56.51000 50 -#> 3428 VR2W-113141 -5.755900 56.51000 50 -#> 3429 VR2W-113141 -5.755900 56.51000 50 -#> 3430 VR2W-113141 -5.755900 56.51000 50 -#> 3431 VR2W-113141 -5.755900 56.51000 50 -#> 3432 VR2W-113141 -5.755900 56.51000 50 -#> 3433 VR2W-113141 -5.755900 56.51000 50 -#> 3434 VR2W-113141 -5.755900 56.51000 50 -#> 3435 VR2W-113141 -5.755900 56.51000 50 -#> 3436 VR2W-113141 -5.755900 56.51000 50 -#> 3437 VR2W-113141 -5.755900 56.51000 50 -#> 3438 VR2W-113141 -5.755900 56.51000 50 -#> 3439 VR2W-113141 -5.755900 56.51000 50 -#> 3440 VR2W-113141 -5.755900 56.51000 50 -#> 3441 VR2W-113141 -5.755900 56.51000 50 -#> 3442 VR2W-113141 -5.755900 56.51000 50 -#> 3443 VR2W-113141 -5.755900 56.51000 50 -#> 3444 VR2W-113141 -5.755900 56.51000 50 -#> 3445 VR2W-113141 -5.755900 56.51000 50 -#> 3446 VR2W-113141 -5.755900 56.51000 50 -#> 3447 VR2W-113141 -5.755900 56.51000 50 -#> 3448 VR2W-113141 -5.755900 56.51000 50 -#> 3449 VR2W-113141 -5.755900 56.51000 50 -#> 3450 VR2W-113141 -5.755900 56.51000 50 -#> 3451 VR2W-113141 -5.755900 56.51000 50 -#> 3452 VR2W-113141 -5.755900 56.51000 50 -#> 3453 VR2W-113141 -5.755900 56.51000 50 -#> 3454 VR2W-113141 -5.755900 56.51000 50 -#> 3455 VR2W-113141 -5.755900 56.51000 50 -#> 3456 VR2W-113141 -5.755900 56.51000 50 -#> 3457 VR2W-113141 -5.755900 56.51000 50 -#> 3458 VR2W-113141 -5.755900 56.51000 50 -#> 3459 VR2W-113141 -5.755900 56.51000 50 -#> 3460 VR2W-113141 -5.755900 56.51000 50 -#> 3461 VR2W-113141 -5.755900 56.51000 50 -#> 3462 VR2W-113141 -5.755900 56.51000 50 -#> 3463 VR2W-113141 -5.755900 56.51000 50 -#> 3464 VR2W-113141 -5.755900 56.51000 50 -#> 3465 VR2W-113141 -5.755900 56.51000 50 -#> 3466 VR2W-113141 -5.755900 56.51000 50 -#> 3467 VR2W-113141 -5.755900 56.51000 50 -#> 3468 VR2W-113141 -5.755900 56.51000 50 -#> 3469 VR2W-113141 -5.755900 56.51000 50 -#> 3470 VR2W-113141 -5.755900 56.51000 50 -#> 3471 VR2W-113141 -5.755900 56.51000 50 -#> 3472 VR2W-113141 -5.755900 56.51000 50 -#> 3473 VR2W-113141 -5.755900 56.51000 50 -#> 3474 VR2W-113141 -5.755900 56.51000 50 -#> 3475 VR2W-113141 -5.755900 56.51000 50 -#> 3476 VR2W-113141 -5.755900 56.51000 50 -#> 3477 VR2W-113141 -5.755900 56.51000 50 -#> 3478 VR2W-113141 -5.755900 56.51000 50 -#> 3479 VR2W-113141 -5.755900 56.51000 50 -#> 3480 VR2W-113141 -5.755900 56.51000 50 -#> 3481 VR2W-113141 -5.755900 56.51000 50 -#> 3482 VR2W-113141 -5.755900 56.51000 50 -#> 3483 VR2W-113141 -5.755900 56.51000 50 -#> 3484 VR2W-113141 -5.755900 56.51000 50 -#> 3485 VR2W-113141 -5.755900 56.51000 50 -#> 3486 VR2W-113141 -5.755900 56.51000 50 -#> 3487 VR2W-113141 -5.755900 56.51000 50 -#> 3488 VR2W-113141 -5.755900 56.51000 50 -#> 3489 VR2W-113141 -5.755900 56.51000 50 -#> 3490 VR2W-113141 -5.755900 56.51000 50 -#> 3491 VR2W-113141 -5.755900 56.51000 50 -#> 3492 VR2W-113141 -5.755900 56.51000 50 -#> 3493 VR2W-113141 -5.755900 56.51000 50 -#> 3494 VR2W-113141 -5.755900 56.51000 50 -#> 3495 VR2W-113141 -5.755900 56.51000 50 -#> 3496 VR2W-113141 -5.755900 56.51000 50 -#> 3497 VR2W-113141 -5.755900 56.51000 50 -#> 3498 VR2W-113141 -5.755900 56.51000 50 -#> 3499 VR2W-113141 -5.755900 56.51000 50 -#> 3500 VR2W-113141 -5.755900 56.51000 50 -#> 3501 VR2W-113141 -5.755900 56.51000 50 -#> 3502 VR2W-113141 -5.755900 56.51000 50 -#> 3503 VR2W-113141 -5.755900 56.51000 50 -#> 3504 VR2W-113141 -5.755900 56.51000 50 -#> 3505 VR2W-113141 -5.755900 56.51000 50 -#> 3506 VR2W-113141 -5.755900 56.51000 50 -#> 3507 VR2W-113141 -5.755900 56.51000 50 -#> 3508 VR2W-113141 -5.755900 56.51000 50 -#> 3509 VR2W-113141 -5.755900 56.51000 50 -#> 3510 VR2W-113141 -5.755900 56.51000 50 -#> 3511 VR2W-113141 -5.755900 56.51000 50 -#> 3512 VR2W-113141 -5.755900 56.51000 50 -#> 3513 VR2W-113141 -5.755900 56.51000 50 -#> 3514 VR2W-113141 -5.755900 56.51000 50 -#> 3515 VR2W-113141 -5.755900 56.51000 50 -#> 3516 VR2W-113141 -5.755900 56.51000 50 -#> 3517 VR2W-113141 -5.755900 56.51000 50 -#> 3518 VR2W-113141 -5.755900 56.51000 50 -#> 3519 VR2W-113141 -5.755900 56.51000 50 -#> 3520 VR2W-113141 -5.755900 56.51000 50 -#> 3521 VR2W-113141 -5.755900 56.51000 50 -#> 3522 VR2W-113141 -5.755900 56.51000 50 -#> 3523 VR2W-113141 -5.755900 56.51000 50 -#> 3524 VR2W-113141 -5.755900 56.51000 50 -#> 3525 VR2W-113141 -5.755900 56.51000 50 -#> 3526 VR2W-113141 -5.755900 56.51000 50 -#> 3527 VR2W-113141 -5.755900 56.51000 50 -#> 3528 VR2W-113141 -5.755900 56.51000 50 -#> 3529 VR2W-113141 -5.755900 56.51000 50 -#> 3530 VR2W-113141 -5.755900 56.51000 50 -#> 3531 VR2W-113141 -5.755900 56.51000 50 -#> 3532 VR2W-113141 -5.755900 56.51000 50 -#> 3533 VR2W-113141 -5.755900 56.51000 50 -#> 3534 VR2W-113141 -5.755900 56.51000 50 -#> 3535 VR2W-113141 -5.755900 56.51000 50 -#> 3536 VR2W-113141 -5.755900 56.51000 50 -#> 3537 VR2W-113141 -5.755900 56.51000 50 -#> 3538 VR2W-113141 -5.755900 56.51000 50 -#> 3539 VR2W-113141 -5.755900 56.51000 50 -#> 3540 VR2W-113141 -5.755900 56.51000 50 -#> 3541 VR2W-113141 -5.755900 56.51000 50 -#> 3542 VR2W-113141 -5.755900 56.51000 50 -#> 3543 VR2W-113141 -5.755900 56.51000 50 -#> 3544 VR2W-113141 -5.755900 56.51000 50 -#> 3545 VR2W-113141 -5.755900 56.51000 50 -#> 3546 VR2W-113141 -5.755900 56.51000 50 -#> 3547 VR2W-113141 -5.755900 56.51000 50 -#> 3548 VR2W-113141 -5.755900 56.51000 50 -#> 3549 VR2W-113141 -5.755900 56.51000 50 -#> 3550 VR2W-113141 -5.755900 56.51000 50 -#> 3551 VR2W-113141 -5.755900 56.51000 50 -#> 3552 VR2W-113141 -5.755900 56.51000 50 -#> 3553 VR2W-113141 -5.755900 56.51000 50 -#> 3554 VR2W-113141 -5.755900 56.51000 50 -#> 3555 VR2W-113141 -5.755900 56.51000 50 -#> 3556 VR2W-113141 -5.755900 56.51000 50 -#> 3557 VR2W-113141 -5.755900 56.51000 50 -#> 3558 VR2W-113141 -5.755900 56.51000 50 -#> 3559 VR2W-113141 -5.755900 56.51000 50 -#> 3560 VR2W-113141 -5.755900 56.51000 50 -#> 3561 VR2W-113141 -5.755900 56.51000 50 -#> 3562 VR2W-113141 -5.755900 56.51000 50 -#> 3563 VR2W-113141 -5.755900 56.51000 50 -#> 3564 VR2W-113141 -5.755900 56.51000 50 -#> 3565 VR2W-113141 -5.755900 56.51000 50 -#> 3566 VR2W-113141 -5.755900 56.51000 50 -#> 3567 VR2W-113141 -5.755900 56.51000 50 -#> 3568 VR2W-113141 -5.755900 56.51000 50 -#> 3569 VR2W-113141 -5.755900 56.51000 50 -#> 3570 VR2W-113141 -5.755900 56.51000 50 -#> 3571 VR2W-113141 -5.755900 56.51000 50 -#> 3572 VR2W-113141 -5.755900 56.51000 50 -#> 3573 VR2W-113141 -5.755900 56.51000 50 -#> 3574 VR2W-113141 -5.755900 56.51000 50 -#> 3575 VR2W-113141 -5.755900 56.51000 50 -#> 3576 VR2W-113141 -5.755900 56.51000 50 -#> 3577 VR2W-113141 -5.755900 56.51000 50 -#> 3578 VR2W-113141 -5.755900 56.51000 50 -#> 3579 VR2W-113141 -5.755900 56.51000 50 -#> 3580 VR2W-113141 -5.755900 56.51000 50 -#> 3581 VR2W-113141 -5.755900 56.51000 50 -#> 3582 VR2W-113141 -5.755900 56.51000 50 -#> 3583 VR2W-113141 -5.755900 56.51000 50 -#> 3584 VR2W-113141 -5.755900 56.51000 50 -#> 3585 VR2W-113141 -5.755900 56.51000 50 -#> 3586 VR2W-113141 -5.755900 56.51000 50 -#> 3587 VR2W-113141 -5.755900 56.51000 50 -#> 3588 VR2W-113141 -5.755900 56.51000 50 -#> 3589 VR2W-113141 -5.755900 56.51000 50 -#> 3590 VR2W-113141 -5.755900 56.51000 50 -#> 3591 VR2W-113141 -5.755900 56.51000 50 -#> 3592 VR2W-113141 -5.755900 56.51000 50 -#> 3593 VR2W-113141 -5.755900 56.51000 50 -#> 3594 VR2W-113141 -5.755900 56.51000 50 -#> 3595 VR2W-113141 -5.755900 56.51000 50 -#> 3596 VR2W-113141 -5.755900 56.51000 50 -#> 3597 VR2W-113141 -5.755900 56.51000 50 -#> 3598 VR2W-113141 -5.755900 56.51000 50 -#> 3599 VR2W-113141 -5.755900 56.51000 50 -#> 3600 VR2W-113141 -5.755900 56.51000 50 -#> 3601 VR2W-113141 -5.755900 56.51000 50 -#> 3602 VR2W-113141 -5.755900 56.51000 50 -#> 3603 VR2W-113141 -5.755900 56.51000 50 -#> 3604 VR2W-113141 -5.755900 56.51000 50 -#> 3605 VR2W-113141 -5.755900 56.51000 50 -#> 3606 VR2W-113141 -5.755900 56.51000 50 -#> 3607 VR2W-113141 -5.755900 56.51000 50 -#> 3608 VR2W-113141 -5.755900 56.51000 50 -#> 3609 VR2W-113141 -5.755900 56.51000 50 -#> 3610 VR2W-113141 -5.755900 56.51000 50 -#> 3611 VR2W-113141 -5.755900 56.51000 50 -#> 3612 VR2W-113141 -5.755900 56.51000 50 -#> 3613 VR2W-113141 -5.755900 56.51000 50 -#> 3614 VR2W-113141 -5.755900 56.51000 50 -#> 3615 VR2W-113141 -5.755900 56.51000 50 -#> 3616 VR2W-113141 -5.755900 56.51000 50 -#> 3617 VR2W-113141 -5.755900 56.51000 50 -#> 3618 VR2W-113141 -5.755900 56.51000 50 -#> 3619 VR2W-113141 -5.755900 56.51000 50 -#> 3620 VR2W-113141 -5.755900 56.51000 50 -#> 3621 VR2W-113141 -5.755900 56.51000 50 -#> 3622 VR2W-113141 -5.755900 56.51000 50 -#> 3623 VR2W-113141 -5.755900 56.51000 50 -#> 3624 VR2W-113141 -5.755900 56.51000 50 -#> 3625 VR2W-113141 -5.755900 56.51000 50 -#> 3626 VR2W-113141 -5.755900 56.51000 50 -#> 3627 VR2W-113141 -5.755900 56.51000 50 -#> 3628 VR2W-113141 -5.755900 56.51000 50 -#> 3629 VR2W-113141 -5.755900 56.51000 50 -#> 3630 VR2W-113141 -5.755900 56.51000 50 -#> 3631 VR2W-113141 -5.755900 56.51000 50 -#> 3632 VR2W-113141 -5.755900 56.51000 50 -#> 3633 VR2W-113141 -5.755900 56.51000 50 -#> 3634 VR2W-113141 -5.755900 56.51000 50 -#> 3635 VR2W-113141 -5.755900 56.51000 50 -#> 3636 VR2W-113141 -5.755900 56.51000 50 -#> 3637 VR2W-113141 -5.755900 56.51000 50 -#> 3638 VR2W-113141 -5.755900 56.51000 50 -#> 3639 VR2W-113141 -5.755900 56.51000 50 -#> 3640 VR2W-113141 -5.755900 56.51000 50 -#> 3641 VR2W-113141 -5.755900 56.51000 50 -#> 3642 VR2W-113141 -5.755900 56.51000 50 -#> 3643 VR2W-113141 -5.755900 56.51000 50 -#> 3644 VR2W-113141 -5.755900 56.51000 50 -#> 3645 VR2W-113141 -5.755900 56.51000 50 -#> 3646 VR2W-113141 -5.755900 56.51000 50 -#> 3647 VR2W-113141 -5.755900 56.51000 50 -#> 3648 VR2W-113141 -5.755900 56.51000 50 -#> 3649 VR2W-113141 -5.755900 56.51000 50 -#> 3650 VR2W-113141 -5.755900 56.51000 50 -#> 3651 VR2W-113141 -5.755900 56.51000 50 -#> 3652 VR2W-113141 -5.755900 56.51000 50 -#> 3653 VR2W-113141 -5.755900 56.51000 50 -#> 3654 VR2W-113141 -5.755900 56.51000 50 -#> 3655 VR2W-113141 -5.755900 56.51000 50 -#> 3656 VR2W-113141 -5.755900 56.51000 50 -#> 3657 VR2W-113141 -5.755900 56.51000 50 -#> 3658 VR2W-113141 -5.755900 56.51000 50 -#> 3659 VR2W-113141 -5.755900 56.51000 50 -#> 3660 VR2W-113141 -5.755900 56.51000 50 -#> 3661 VR2W-113141 -5.755900 56.51000 50 -#> 3662 VR2W-113141 -5.755900 56.51000 50 -#> 3663 VR2W-113141 -5.755900 56.51000 50 -#> 3664 VR2W-113141 -5.755900 56.51000 50 -#> 3665 VR2W-113141 -5.755900 56.51000 50 -#> 3666 VR2W-113141 -5.755900 56.51000 50 -#> 3667 VR2W-113141 -5.755900 56.51000 50 -#> 3668 VR2W-113141 -5.755900 56.51000 50 -#> 3669 VR2W-113141 -5.755900 56.51000 50 -#> 3670 VR2W-113141 -5.755900 56.51000 50 -#> 3671 VR2W-113141 -5.755900 56.51000 50 -#> 3672 VR2W-113141 -5.755900 56.51000 50 -#> 3673 VR2W-113141 -5.755900 56.51000 50 -#> 3674 VR2W-113141 -5.755900 56.51000 50 -#> 3675 VR2W-113141 -5.755900 56.51000 50 -#> 3676 VR2W-113141 -5.755900 56.51000 50 -#> 3677 VR2W-113141 -5.755900 56.51000 50 -#> 3678 VR2W-113141 -5.755900 56.51000 50 -#> 3679 VR2W-113141 -5.755900 56.51000 50 -#> 3680 VR2W-113141 -5.755900 56.51000 50 -#> 3681 VR2W-113141 -5.755900 56.51000 50 -#> 3682 VR2W-113141 -5.755900 56.51000 50 -#> 3683 VR2W-113141 -5.755900 56.51000 50 -#> 3684 VR2W-113141 -5.755900 56.51000 50 -#> 3685 VR2W-113141 -5.755900 56.51000 50 -#> 3686 VR2W-113141 -5.755900 56.51000 50 -#> 3687 VR2W-113141 -5.755900 56.51000 50 -#> 3688 VR2W-113141 -5.755900 56.51000 50 -#> 3689 VR2W-113141 -5.755900 56.51000 50 -#> 3690 VR2W-113141 -5.755900 56.51000 50 -#> 3691 VR2W-113141 -5.755900 56.51000 50 -#> 3692 VR2W-113141 -5.755900 56.51000 50 -#> 3693 VR2W-113141 -5.755900 56.51000 50 -#> 3694 VR2W-113141 -5.755900 56.51000 50 -#> 3695 VR2W-113141 -5.755900 56.51000 50 -#> 3696 VR2W-113141 -5.755900 56.51000 50 -#> 3697 VR2W-113141 -5.755900 56.51000 50 -#> 3698 VR2W-113141 -5.755900 56.51000 50 -#> 3699 VR2W-113141 -5.755900 56.51000 50 -#> 3700 VR2W-113141 -5.755900 56.51000 50 -#> 3701 VR2W-113141 -5.755900 56.51000 50 -#> 3702 VR2W-113141 -5.755900 56.51000 50 -#> 3703 VR2W-113141 -5.755900 56.51000 50 -#> 3704 VR2W-113141 -5.755900 56.51000 50 -#> 3705 VR2W-113141 -5.755900 56.51000 50 -#> 3706 VR2W-113141 -5.755900 56.51000 50 -#> 3707 VR2W-113141 -5.755900 56.51000 50 -#> 3708 VR2W-113141 -5.755900 56.51000 50 -#> 3709 VR2W-113141 -5.755900 56.51000 50 -#> 3710 VR2W-113141 -5.755900 56.51000 50 -#> 3711 VR2W-113141 -5.755900 56.51000 50 -#> 3712 VR2W-113141 -5.755900 56.51000 50 -#> 3713 VR2W-113141 -5.755900 56.51000 50 -#> 3714 VR2W-113141 -5.755900 56.51000 50 -#> 3715 VR2W-113141 -5.755900 56.51000 50 -#> 3716 VR2W-113141 -5.755900 56.51000 50 -#> 3717 VR2W-113141 -5.755900 56.51000 50 -#> 3718 VR2W-113141 -5.755900 56.51000 50 -#> 3719 VR2W-113141 -5.755900 56.51000 50 -#> 3720 VR2W-113141 -5.755900 56.51000 50 -#> 3721 VR2W-113141 -5.755900 56.51000 50 -#> 3722 VR2W-113141 -5.755900 56.51000 50 -#> 3723 VR2W-113141 -5.755900 56.51000 50 -#> 3724 VR2W-113141 -5.755900 56.51000 50 -#> 3725 VR2W-113141 -5.755900 56.51000 50 -#> 3726 VR2W-113141 -5.755900 56.51000 50 -#> 3727 VR2W-113141 -5.755900 56.51000 50 -#> 3728 VR2W-113141 -5.755900 56.51000 50 -#> 3729 VR2W-113141 -5.755900 56.51000 50 -#> 3730 VR2W-113141 -5.755900 56.51000 50 -#> 3731 VR2W-113141 -5.755900 56.51000 50 -#> 3732 VR2W-113141 -5.755900 56.51000 50 -#> 3733 VR2W-113141 -5.755900 56.51000 50 -#> 3734 VR2W-113141 -5.755900 56.51000 50 -#> 3735 VR2W-113141 -5.755900 56.51000 50 -#> 3736 VR2W-113141 -5.755900 56.51000 50 -#> 3737 VR2W-113141 -5.755900 56.51000 50 -#> 3738 VR2W-113141 -5.755900 56.51000 50 -#> 3739 VR2W-113141 -5.755900 56.51000 50 -#> 3740 VR2W-113141 -5.755900 56.51000 50 -#> 3741 VR2W-113141 -5.755900 56.51000 50 -#> 3742 VR2W-113141 -5.755900 56.51000 50 -#> 3743 VR2W-113141 -5.755900 56.51000 50 -#> 3744 VR2W-113141 -5.755900 56.51000 50 -#> 3745 VR2W-113141 -5.755900 56.51000 50 -#> 3746 VR2W-113141 -5.755900 56.51000 50 -#> 3747 VR2W-113141 -5.755900 56.51000 50 -#> 3748 VR2W-113141 -5.755900 56.51000 50 -#> 3749 VR2W-113141 -5.755900 56.51000 50 -#> 3750 VR2W-113141 -5.755900 56.51000 50 -#> 3751 VR2W-113141 -5.755900 56.51000 50 -#> 3752 VR2W-113141 -5.755900 56.51000 50 -#> 3753 VR2W-113141 -5.755900 56.51000 50 -#> 3754 VR2W-113141 -5.755900 56.51000 50 -#> 3755 VR2W-113141 -5.755900 56.51000 50 -#> 3756 VR2W-113141 -5.755900 56.51000 50 -#> 3757 VR2W-113141 -5.755900 56.51000 50 -#> 3758 VR2W-113141 -5.755900 56.51000 50 -#> 3759 VR2W-113141 -5.755900 56.51000 50 -#> 3760 VR2W-113141 -5.755900 56.51000 50 -#> 3761 VR2W-113141 -5.755900 56.51000 50 -#> 3762 VR2W-113141 -5.755900 56.51000 50 -#> 3763 VR2W-113141 -5.755900 56.51000 50 -#> 3764 VR2W-113141 -5.755900 56.51000 50 -#> 3765 VR2W-113141 -5.755900 56.51000 50 -#> 3766 VR2W-113141 -5.755900 56.51000 50 -#> 3767 VR2W-113141 -5.755900 56.51000 50 -#> 3768 VR2W-113141 -5.755900 56.51000 50 -#> 3769 VR2W-113141 -5.755900 56.51000 50 -#> 3770 VR2W-113141 -5.755900 56.51000 50 -#> 3771 VR2W-113141 -5.755900 56.51000 50 -#> 3772 VR2W-113141 -5.755900 56.51000 50 -#> 3773 VR2W-113141 -5.755900 56.51000 50 -#> 3774 VR2W-113141 -5.755900 56.51000 50 -#> 3775 VR2W-113141 -5.755900 56.51000 50 -#> 3776 VR2W-113141 -5.755900 56.51000 50 -#> 3777 VR2W-113141 -5.755900 56.51000 50 -#> 3778 VR2W-113141 -5.755900 56.51000 50 -#> 3779 VR2W-113141 -5.755900 56.51000 50 -#> 3780 VR2W-113141 -5.755900 56.51000 50 -#> 3781 VR2W-113141 -5.755900 56.51000 50 -#> 3782 VR2W-113141 -5.755900 56.51000 50 -#> 3783 VR2W-113141 -5.755900 56.51000 50 -#> 3784 VR2W-113141 -5.755900 56.51000 50 -#> 3785 VR2W-113141 -5.755900 56.51000 50 -#> 3786 VR2W-113141 -5.755900 56.51000 50 -#> 3787 VR2W-113141 -5.755900 56.51000 50 -#> 3788 VR2W-113141 -5.755900 56.51000 50 -#> 3789 VR2W-113141 -5.755900 56.51000 50 -#> 3790 VR2W-113141 -5.755900 56.51000 50 -#> 3791 VR2W-113141 -5.755900 56.51000 50 -#> 3792 VR2W-113141 -5.755900 56.51000 50 -#> 3793 VR2W-113141 -5.755900 56.51000 50 -#> 3794 VR2W-113141 -5.755900 56.51000 50 -#> 3795 VR2W-113141 -5.755900 56.51000 50 -#> 3796 VR2W-113141 -5.755900 56.51000 50 -#> 3797 VR2W-113141 -5.755900 56.51000 50 -#> 3798 VR2W-113141 -5.755900 56.51000 50 -#> 3799 VR2W-113141 -5.755900 56.51000 50 -#> 3800 VR2W-113141 -5.755900 56.51000 50 -#> 3801 VR2W-113141 -5.755900 56.51000 50 -#> 3802 VR2W-113141 -5.755900 56.51000 50 -#> 3803 VR2W-113141 -5.755900 56.51000 50 -#> 3804 VR2W-113141 -5.755900 56.51000 50 -#> 3805 VR2W-113141 -5.755900 56.51000 50 -#> 3806 VR2W-113141 -5.755900 56.51000 50 -#> 3807 VR2W-113141 -5.755900 56.51000 50 -#> 3808 VR2W-113141 -5.755900 56.51000 50 -#> 3809 VR2W-113141 -5.755900 56.51000 50 -#> 3810 VR2W-113141 -5.755900 56.51000 50 -#> 3811 VR2W-113141 -5.755900 56.51000 50 -#> 3812 VR2W-113141 -5.755900 56.51000 50 -#> 3813 VR2W-113141 -5.755900 56.51000 50 -#> 3814 VR2W-113141 -5.755900 56.51000 50 -#> 3815 VR2W-113141 -5.755900 56.51000 50 -#> 3816 VR2W-113141 -5.755900 56.51000 50 -#> 3817 VR2W-113141 -5.755900 56.51000 50 -#> 3818 VR2W-113141 -5.755900 56.51000 50 -#> 3819 VR2W-113141 -5.755900 56.51000 50 -#> 3820 VR2W-113141 -5.755900 56.51000 50 -#> 3821 VR2W-113141 -5.755900 56.51000 50 -#> 3822 VR2W-113141 -5.755900 56.51000 50 -#> 3823 VR2W-113141 -5.755900 56.51000 50 -#> 3824 VR2W-113141 -5.755900 56.51000 50 -#> 3825 VR2W-113141 -5.755900 56.51000 50 -#> 3826 VR2W-113141 -5.755900 56.51000 50 -#> 3827 VR2W-113141 -5.755900 56.51000 50 -#> 3828 VR2W-113141 -5.755900 56.51000 50 -#> 3829 VR2W-113141 -5.755900 56.51000 50 -#> 3830 VR2W-113141 -5.755900 56.51000 50 -#> 3831 VR2W-113141 -5.755900 56.51000 50 -#> 3832 VR2W-113141 -5.755900 56.51000 50 -#> 3833 VR2W-113141 -5.755900 56.51000 50 -#> 3834 VR2W-108160 -5.704867 56.48890 25 -#> 3835 VR2W-108160 -5.704867 56.48890 25 -#> 3836 VR2W-108160 -5.704867 56.48890 25 -#> 3837 VR2W-108160 -5.704867 56.48890 25 -#> 3838 VR2W-108160 -5.704867 56.48890 25 -#> 3839 VR2W-108160 -5.704867 56.48890 25 -#> 3840 VR2W-108160 -5.704867 56.48890 25 -#> 3841 VR2W-108160 -5.704867 56.48890 25 -#> 3842 VR2W-108160 -5.704867 56.48890 25 -#> 3843 VR2W-108160 -5.704867 56.48890 25 -#> 3844 VR2W-108160 -5.704867 56.48890 25 -#> 3845 VR2W-108160 -5.704867 56.48890 25 -#> 3846 VR2W-108160 -5.704867 56.48890 25 -#> 3847 VR2W-108160 -5.704867 56.48890 25 -#> 3848 VR2AR-546136 -5.665000 56.48650 105 -#> 3849 VR2AR-546136 -5.665000 56.48650 105 -#> 3850 VR2AR-546136 -5.665000 56.48650 105 -#> 3851 VR2AR-546136 -5.665000 56.48650 105 -#> 3852 VR2AR-546136 -5.665000 56.48650 105 -#> 3853 VR2AR-546136 -5.665000 56.48650 105 -#> 3854 VR2AR-546136 -5.665000 56.48650 105 -#> 3855 VR2AR-546136 -5.665000 56.48650 105 -#> 3856 VR2AR-546136 -5.665000 56.48650 105 -#> 3857 VR2AR-546136 -5.665000 56.48650 105 -#> 3858 VR2AR-546136 -5.665000 56.48650 105 -#> 3859 VR2AR-546136 -5.665000 56.48650 105 -#> 3860 VR2AR-546136 -5.665000 56.48650 105 -#> 3861 VR2AR-546136 -5.665000 56.48650 105 -#> 3862 VR2AR-546136 -5.665000 56.48650 105 -#> 3863 VR2AR-546136 -5.665000 56.48650 105 -#> 3864 VR2AR-546136 -5.665000 56.48650 105 -#> 3865 VR2AR-546136 -5.665000 56.48650 105 -#> 3866 VR2AR-546136 -5.665000 56.48650 105 -#> 3867 VR2AR-546136 -5.665000 56.48650 105 -#> 3868 VR2AR-546136 -5.665000 56.48650 105 -#> 3869 VR2AR-546136 -5.665000 56.48650 105 -#> 3870 VR2AR-546136 -5.665000 56.48650 105 -#> 3871 VR2AR-546136 -5.665000 56.48650 105 -#> 3872 VR2AR-546136 -5.665000 56.48650 105 -#> 3873 VR2AR-546136 -5.665000 56.48650 105 -#> 3874 VR2AR-546136 -5.665000 56.48650 105 -#> 3875 VR2AR-546136 -5.665000 56.48650 105 -#> 3876 VR2W-108160 -5.704867 56.48890 25 -#> 3877 VR2W-108160 -5.704867 56.48890 25 -#> 3878 VR2W-108160 -5.704867 56.48890 25 -#> 3879 VR2W-108160 -5.704867 56.48890 25 -#> 3880 VR2W-108160 -5.704867 56.48890 25 -#> 3881 VR2W-108160 -5.704867 56.48890 25 -#> 3882 VR2W-108160 -5.704867 56.48890 25 -#> 3883 VR2W-108160 -5.704867 56.48890 25 -#> 3884 VR2W-108160 -5.704867 56.48890 25 -#> 3885 VR2W-108160 -5.704867 56.48890 25 -#> 3886 VR2W-108160 -5.704867 56.48890 25 -#> 3887 VR2W-108160 -5.704867 56.48890 25 -#> 3888 VR2W-108160 -5.704867 56.48890 25 -#> 3889 VR2W-108160 -5.704867 56.48890 25 -#> 3890 VR2W-108160 -5.704867 56.48890 25 -#> 3891 VR2W-108160 -5.704867 56.48890 25 -#> 3892 VR2W-108160 -5.704867 56.48890 25 -#> 3893 VR2W-108160 -5.704867 56.48890 25 -#> 3894 VR2W-108160 -5.704867 56.48890 25 -#> 3895 VR2W-108160 -5.704867 56.48890 25 -#> 3896 VR2W-108160 -5.704867 56.48890 25 -#> 3897 VR2W-108160 -5.704867 56.48890 25 -#> 3898 VR2W-108160 -5.704867 56.48890 25 -#> 3899 VR2W-108160 -5.704867 56.48890 25 -#> 3900 VR2W-108160 -5.704867 56.48890 25 -#> 3901 VR2W-108160 -5.704867 56.48890 25 -#> 3902 VR2W-108160 -5.704867 56.48890 25 -#> 3903 VR2W-108160 -5.704867 56.48890 25 -#> 3904 VR2W-108160 -5.704867 56.48890 25 -#> 3905 VR2W-108160 -5.704867 56.48890 25 -#> 3906 VR2W-108160 -5.704867 56.48890 25 -#> 3907 VR2W-108160 -5.704867 56.48890 25 -#> 3908 VR2W-108160 -5.704867 56.48890 25 -#> 3909 VR2W-108160 -5.704867 56.48890 25 -#> 3910 VR2W-108160 -5.704867 56.48890 25 -#> 3911 VR2W-108160 -5.704867 56.48890 25 -#> 3912 VR2W-108160 -5.704867 56.48890 25 -#> 3913 VR2W-108160 -5.704867 56.48890 25 -#> 3914 VR2W-108160 -5.704867 56.48890 25 -#> 3915 VR2W-108160 -5.704867 56.48890 25 -#> 3916 VR2W-108160 -5.704867 56.48890 25 -#> 3917 VR2W-108160 -5.704867 56.48890 25 -#> 3918 VR2AR-546136 -5.665000 56.48650 105 -#> 3919 VR2AR-546136 -5.665000 56.48650 105 -#> 3920 VR2AR-546136 -5.665000 56.48650 105 -#> 3921 VR2AR-546136 -5.665000 56.48650 105 -#> 3922 VR2AR-546136 -5.665000 56.48650 105 -#> 3923 VR2AR-546136 -5.665000 56.48650 105 -#> 3924 VR2AR-546136 -5.665000 56.48650 105 -#> 3925 VR2AR-546136 -5.665000 56.48650 105 -#> 3926 VR2AR-546136 -5.665000 56.48650 105 -#> 3927 VR2AR-546136 -5.665000 56.48650 105 -#> 3928 VR2AR-546136 -5.665000 56.48650 105 -#> 3929 VR2AR-546136 -5.665000 56.48650 105 -#> 3930 VR2AR-546136 -5.665000 56.48650 105 -#> 3931 VR2W-113141 -5.755900 56.51000 50 -#> 3932 VR2W-113141 -5.755900 56.51000 50 -#> 3933 VR2W-113141 -5.755900 56.51000 50 -#> 3934 VR2W-113141 -5.755900 56.51000 50 -#> 3935 VR2W-113141 -5.755900 56.51000 50 -#> 3936 VR2W-113141 -5.755900 56.51000 50 -#> 3937 VR2W-113141 -5.755900 56.51000 50 -#> 3938 VR2W-113141 -5.755900 56.51000 50 -#> 3939 VR2W-113141 -5.755900 56.51000 50 -#> 3940 VR2W-113141 -5.755900 56.51000 50 -#> 3941 VR2W-113141 -5.755900 56.51000 50 -#> 3942 VR2W-113141 -5.755900 56.51000 50 -#> 3943 VR2W-113141 -5.755900 56.51000 50 -#> 3944 VR2W-113141 -5.755900 56.51000 50 -#> 3945 VR2W-113141 -5.755900 56.51000 50 -#> 3946 VR2W-113141 -5.755900 56.51000 50 -#> 3947 VR2W-113141 -5.755900 56.51000 50 -#> 3948 VR2W-113141 -5.755900 56.51000 50 -#> 3949 VR2W-113141 -5.755900 56.51000 50 -#> 3950 VR2W-113141 -5.755900 56.51000 50 -#> 3951 VR2W-113141 -5.755900 56.51000 50 -#> 3952 VR2W-113141 -5.755900 56.51000 50 -#> 3953 VR2W-113141 -5.755900 56.51000 50 -#> 3954 VR2W-113141 -5.755900 56.51000 50 -#> 3955 VR2W-113141 -5.755900 56.51000 50 -#> 3956 VR2W-113141 -5.755900 56.51000 50 -#> 3957 VR2W-113141 -5.755900 56.51000 50 -#> 3958 VR2W-113141 -5.755900 56.51000 50 -#> 3959 VR2W-113141 -5.755900 56.51000 50 -#> 3960 VR2W-113141 -5.755900 56.51000 50 -#> 3961 VR2W-113141 -5.755900 56.51000 50 -#> 3962 VR2W-113141 -5.755900 56.51000 50 -#> 3963 VR2W-113141 -5.755900 56.51000 50 -#> 3964 VR2W-113141 -5.755900 56.51000 50 -#> 3965 VR2W-113141 -5.755900 56.51000 50 -#> 3966 VR2W-113141 -5.755900 56.51000 50 -#> 3967 VR2W-113141 -5.755900 56.51000 50 -#> 3968 VR2W-113141 -5.755900 56.51000 50 -#> 3969 VR2W-113141 -5.755900 56.51000 50 -#> 3970 VR2W-113141 -5.755900 56.51000 50 -#> 3971 VR2W-113141 -5.755900 56.51000 50 -#> 3972 VR2W-113141 -5.755900 56.51000 50 -#> 3973 VR2W-113141 -5.755900 56.51000 50 -#> 3974 VR2W-113141 -5.755900 56.51000 50 -#> 3975 VR2W-113141 -5.755900 56.51000 50 -#> 3976 VR2W-113141 -5.755900 56.51000 50 -#> 3977 VR2W-113141 -5.755900 56.51000 50 -#> 3978 VR2W-113141 -5.755900 56.51000 50 -#> 3979 VR2W-113141 -5.755900 56.51000 50 -#> 3980 VR2W-113141 -5.755900 56.51000 50 -#> 3981 VR2W-113141 -5.755900 56.51000 50 -#> 3982 VR2W-113141 -5.755900 56.51000 50 -#> 3983 VR2W-113141 -5.755900 56.51000 50 -#> 3984 VR2W-113141 -5.755900 56.51000 50 -#> 3985 VR2W-113141 -5.755900 56.51000 50 -#> 3986 VR2W-113141 -5.755900 56.51000 50 -#> 3987 VR2W-113141 -5.755900 56.51000 50 -#> 3988 VR2W-113141 -5.755900 56.51000 50 -#> 3989 VR2W-113141 -5.755900 56.51000 50 -#> 3990 VR2W-113141 -5.755900 56.51000 50 -#> 3991 VR2W-113141 -5.755900 56.51000 50 -#> 3992 VR2W-113141 -5.755900 56.51000 50 -#> 3993 VR2W-113141 -5.755900 56.51000 50 -#> 3994 VR2W-113141 -5.755900 56.51000 50 -#> 3995 VR2W-113141 -5.755900 56.51000 50 -#> 3996 VR2W-113141 -5.755900 56.51000 50 -#> 3997 VR2W-113141 -5.755900 56.51000 50 -#> 3998 VR2W-113141 -5.755900 56.51000 50 -#> 3999 VR2W-113141 -5.755900 56.51000 50 -#> 4000 VR2W-113141 -5.755900 56.51000 50 -#> 4001 VR2W-113141 -5.755900 56.51000 50 -#> 4002 VR2W-113141 -5.755900 56.51000 50 -#> 4003 VR2W-113141 -5.755900 56.51000 50 -#> 4004 VR2W-113141 -5.755900 56.51000 50 -#> 4005 VR2W-113141 -5.755900 56.51000 50 -#> 4006 VR2W-113141 -5.755900 56.51000 50 -#> 4007 VR2W-113141 -5.755900 56.51000 50 -#> 4008 VR2W-113141 -5.755900 56.51000 50 -#> 4009 VR2-6720 -5.627150 56.50808 50 -#> 4010 VR2-6720 -5.627150 56.50808 50 -#> 4011 VR2W-113898 -5.596367 56.51122 50 -#> 4012 VR2W-113898 -5.596367 56.51122 50 -#> 4013 VR2W-113898 -5.596367 56.51122 50 -#> 4014 VR2W-113898 -5.596367 56.51122 50 -#> 4015 VR2W-113898 -5.596367 56.51122 50 -#> 4016 VR2W-113898 -5.596367 56.51122 50 -#> 4017 VR2W-113898 -5.596367 56.51122 50 -#> 4018 VR2W-113898 -5.596367 56.51122 50 -#> 4019 VR2W-113898 -5.596367 56.51122 50 -#> 4020 VR2W-113898 -5.596367 56.51122 50 -#> 4021 VR2W-113898 -5.596367 56.51122 50 -#> 4022 VR2W-113898 -5.596367 56.51122 50 -#> 4023 VR2W-113898 -5.596367 56.51122 50 -#> 4024 VR2W-113898 -5.596367 56.51122 50 -#> 4025 VR2W-113898 -5.596367 56.51122 50 -#> 4026 VR2W-108160 -5.704867 56.48890 25 -#> 4027 VR2W-108160 -5.704867 56.48890 25 -#> 4028 VR2W-108160 -5.704867 56.48890 25 -#> 4029 VR2W-113141 -5.755900 56.51000 50 -#> 4030 VR2W-113141 -5.755900 56.51000 50 -#> 4031 VR2W-113141 -5.755900 56.51000 50 -#> 4032 VR2W-113141 -5.755900 56.51000 50 -#> 4033 VR2W-113141 -5.755900 56.51000 50 -#> 4034 VR2W-113141 -5.755900 56.51000 50 -#> 4035 VR2W-113141 -5.755900 56.51000 50 -#> 4036 VR2W-113141 -5.755900 56.51000 50 -#> 4037 VR2W-113141 -5.755900 56.51000 50 -#> 4038 VR2W-113141 -5.755900 56.51000 50 -#> 4039 VR2W-113141 -5.755900 56.51000 50 -#> 4040 VR2W-113141 -5.755900 56.51000 50 -#> 4041 VR2W-113141 -5.755900 56.51000 50 -#> 4042 VR2W-113141 -5.755900 56.51000 50 -#> 4043 VR2W-113141 -5.755900 56.51000 50 -#> 4044 VR2W-113141 -5.755900 56.51000 50 -#> 4045 VR2W-113141 -5.755900 56.51000 50 -#> 4046 VR2W-113141 -5.755900 56.51000 50 -#> 4047 VR2W-113141 -5.755900 56.51000 50 -#> 4048 VR2W-113141 -5.755900 56.51000 50 -#> 4049 VR2W-113141 -5.755900 56.51000 50 -#> 4050 VR2W-108160 -5.704867 56.48890 25 -#> 4051 VR2W-108160 -5.704867 56.48890 25 -#> 4052 VR2W-108160 -5.704867 56.48890 25 -#> 4053 VR2W-108160 -5.704867 56.48890 25 -#> 4054 VR2AR-546136 -5.665000 56.48650 105 -#> 4055 VR2AR-546136 -5.665000 56.48650 105 -#> 4056 VR2AR-546136 -5.665000 56.48650 105 -#> 4057 VR2AR-546136 -5.665000 56.48650 105 -#> 4058 VR2AR-546136 -5.665000 56.48650 105 -#> 4059 VR2AR-546136 -5.665000 56.48650 105 -#> 4060 VR2AR-546136 -5.665000 56.48650 105 -#> 4061 VR2AR-546136 -5.665000 56.48650 105 -#> 4062 VR2AR-546136 -5.665000 56.48650 105 -#> 4063 VR2AR-546136 -5.665000 56.48650 105 -#> 4064 VR2AR-546136 -5.665000 56.48650 105 -#> 4065 VR2AR-546136 -5.665000 56.48650 105 -#> 4066 VR2AR-546136 -5.665000 56.48650 105 -#> 4067 VR2AR-546136 -5.665000 56.48650 105 -#> 4068 VR2AR-546136 -5.665000 56.48650 105 -#> 4069 VR2AR-546136 -5.665000 56.48650 105 -#> 4070 VR2AR-546136 -5.665000 56.48650 105 -#> 4071 VR2AR-546136 -5.665000 56.48650 105 -#> 4072 VR2AR-546136 -5.665000 56.48650 105 -#> 4073 VR2AR-546136 -5.665000 56.48650 105 -#> 4074 VR2AR-546136 -5.665000 56.48650 105 -#> 4075 VR2AR-546136 -5.665000 56.48650 105 -#> 4076 VR2AR-546136 -5.665000 56.48650 105 -#> 4077 VR2AR-546136 -5.665000 56.48650 105 -#> 4078 VR2AR-546136 -5.665000 56.48650 105 -#> 4079 VR2AR-546136 -5.665000 56.48650 105 -#> 4080 VR2AR-546136 -5.665000 56.48650 105 -#> 4081 VR2AR-546136 -5.665000 56.48650 105 -#> 4082 VR2AR-546136 -5.665000 56.48650 105 -#> 4083 VR2AR-546136 -5.665000 56.48650 105 -#> 4084 VR2AR-546136 -5.665000 56.48650 105 -#> 4085 VR2AR-546136 -5.665000 56.48650 105 -#> 4086 VR2AR-546136 -5.665000 56.48650 105 -#> 4087 VR2AR-546136 -5.665000 56.48650 105 -#> 4088 VR2AR-546136 -5.665000 56.48650 105 -#> 4089 VR2AR-546136 -5.665000 56.48650 105 -#> 4090 VR2AR-546136 -5.665000 56.48650 105 -#> 4091 VR2AR-546136 -5.665000 56.48650 105 -#> 4092 VR2AR-546136 -5.665000 56.48650 105 -#> 4093 VR2AR-546136 -5.665000 56.48650 105 -#> 4094 VR2AR-546136 -5.665000 56.48650 105 -#> 4095 VR2AR-546136 -5.665000 56.48650 105 -#> 4096 VR2AR-546136 -5.665000 56.48650 105 -#> 4097 VR2AR-546136 -5.665000 56.48650 105 -#> 4098 VR2AR-546136 -5.665000 56.48650 105 -#> 4099 VR2AR-546136 -5.665000 56.48650 105 -#> 4100 VR2AR-546136 -5.665000 56.48650 105 -#> 4101 VR2AR-546136 -5.665000 56.48650 105 -#> 4102 VR2AR-546136 -5.665000 56.48650 105 -#> 4103 VR2AR-546136 -5.665000 56.48650 105 -#> 4104 VR2AR-546136 -5.665000 56.48650 105 -#> 4105 VR2AR-546136 -5.665000 56.48650 105 -#> 4106 VR2AR-546136 -5.665000 56.48650 105 -#> 4107 VR2AR-546136 -5.665000 56.48650 105 -#> 4108 VR2AR-546136 -5.665000 56.48650 105 -#> 4109 VR2AR-546136 -5.665000 56.48650 105 -#> 4110 VR2AR-546136 -5.665000 56.48650 105 -#> 4111 VR2AR-546136 -5.665000 56.48650 105 -#> 4112 VR2AR-546136 -5.665000 56.48650 105 -#> 4113 VR2AR-546136 -5.665000 56.48650 105 -#> 4114 VR2AR-546136 -5.665000 56.48650 105 -#> 4115 VR2AR-546136 -5.665000 56.48650 105 -#> 4116 VR2AR-546136 -5.665000 56.48650 105 -#> 4117 VR2AR-546136 -5.665000 56.48650 105 -#> 4118 VR2AR-546136 -5.665000 56.48650 105 -#> 4119 VR2AR-546136 -5.665000 56.48650 105 -#> 4120 VR2AR-546136 -5.665000 56.48650 105 -#> 4121 VR2AR-546136 -5.665000 56.48650 105 -#> 4122 VR2AR-546136 -5.665000 56.48650 105 -#> 4123 VR2AR-546136 -5.665000 56.48650 105 -#> 4124 VR2AR-546136 -5.665000 56.48650 105 -#> 4125 VR2AR-546136 -5.665000 56.48650 105 -#> 4126 VR2AR-546136 -5.665000 56.48650 105 -#> 4127 VR2AR-546136 -5.665000 56.48650 105 -#> 4128 VR2AR-546136 -5.665000 56.48650 105 -#> 4129 VR2AR-546136 -5.665000 56.48650 105 -#> 4130 VR2AR-546136 -5.665000 56.48650 105 -#> 4131 VR2AR-546136 -5.665000 56.48650 105 -#> 4132 VR2AR-546136 -5.665000 56.48650 105 -#> 4133 VR2AR-546136 -5.665000 56.48650 105 -#> 4134 VR2AR-546136 -5.665000 56.48650 105 -#> 4135 VR2AR-546136 -5.665000 56.48650 105 -#> 4136 VR2AR-546136 -5.665000 56.48650 105 -#> 4137 VR2AR-546136 -5.665000 56.48650 105 -#> 4138 VR2AR-546136 -5.665000 56.48650 105 -#> 4139 VR2AR-546136 -5.665000 56.48650 105 -#> 4140 VR2AR-546136 -5.665000 56.48650 105 -#> 4141 VR2-6720 -5.627150 56.50808 50 -#> 4142 VR2-6720 -5.627150 56.50808 50 -#> 4143 VR2-6720 -5.627150 56.50808 50 -#> 4144 VR2AR-546136 -5.665000 56.48650 105 -#> 4145 VR2AR-546136 -5.665000 56.48650 105 -#> 4146 VR2AR-546136 -5.665000 56.48650 105 -#> 4147 VR2AR-546136 -5.665000 56.48650 105 -#> 4148 VR2AR-546136 -5.665000 56.48650 105 -#> 4149 VR2AR-546136 -5.665000 56.48650 105 -#> 4150 VR2AR-546136 -5.665000 56.48650 105 -#> 4151 VR2AR-546136 -5.665000 56.48650 105 -#> 4152 VR2AR-546136 -5.665000 56.48650 105 -#> 4153 VR2AR-546136 -5.665000 56.48650 105 -#> 4154 VR2AR-546136 -5.665000 56.48650 105 -#> 4155 VR2AR-546136 -5.665000 56.48650 105 -#> 4156 VR2AR-546136 -5.665000 56.48650 105 -#> 4157 VR2AR-546136 -5.665000 56.48650 105 -#> 4158 VR2AR-546136 -5.665000 56.48650 105 -#> 4159 VR2AR-546136 -5.665000 56.48650 105 -#> 4160 VR2AR-546136 -5.665000 56.48650 105 -#> 4161 VR2AR-546136 -5.665000 56.48650 105 -#> 4162 VR2AR-546136 -5.665000 56.48650 105 -#> 4163 VR2AR-546136 -5.665000 56.48650 105 -#> 4164 VR2AR-546136 -5.665000 56.48650 105 -#> 4165 VR2AR-546136 -5.665000 56.48650 105 -#> 4166 VR2AR-546136 -5.665000 56.48650 105 -#> 4167 VR2AR-546136 -5.665000 56.48650 105 -#> 4168 VR2AR-546136 -5.665000 56.48650 105 -#> 4169 VR2AR-546136 -5.665000 56.48650 105 -#> 4170 VR2AR-546136 -5.665000 56.48650 105 -#> 4171 VR2AR-546136 -5.665000 56.48650 105 -#> 4172 VR2AR-546136 -5.665000 56.48650 105 -#> 4173 VR2AR-546136 -5.665000 56.48650 105 -#> 4174 VR2AR-546136 -5.665000 56.48650 105 -#> 4175 VR2AR-546136 -5.665000 56.48650 105 -#> 4176 VR2AR-546136 -5.665000 56.48650 105 -#> 4177 VR2AR-546136 -5.665000 56.48650 105 -#> 4178 VR2AR-546136 -5.665000 56.48650 105 -#> 4179 VR2AR-546136 -5.665000 56.48650 105 -#> 4180 VR2AR-546136 -5.665000 56.48650 105 -#> 4181 VR2AR-546136 -5.665000 56.48650 105 -#> 4182 VR2AR-546136 -5.665000 56.48650 105 -#> 4183 VR2AR-546136 -5.665000 56.48650 105 -#> 4184 VR2AR-546136 -5.665000 56.48650 105 -#> 4185 VR2AR-546136 -5.665000 56.48650 105 -#> 4186 VR2AR-546136 -5.665000 56.48650 105 -#> 4187 VR2AR-546136 -5.665000 56.48650 105 -#> 4188 VR2AR-546136 -5.665000 56.48650 105 -#> 4189 VR2AR-546136 -5.665000 56.48650 105 -#> 4190 VR2AR-546136 -5.665000 56.48650 105 -#> 4191 VR2AR-546136 -5.665000 56.48650 105 -#> 4192 VR2AR-546136 -5.665000 56.48650 105 -#> 4193 VR2AR-546136 -5.665000 56.48650 105 -#> 4194 VR2AR-546136 -5.665000 56.48650 105 -#> 4195 VR2AR-546136 -5.665000 56.48650 105 -#> 4196 VR2AR-546136 -5.665000 56.48650 105 -#> 4197 VR2AR-546136 -5.665000 56.48650 105 -#> 4198 VR2AR-546136 -5.665000 56.48650 105 -#> 4199 VR2AR-546136 -5.665000 56.48650 105 -#> 4200 VR2AR-546136 -5.665000 56.48650 105 -#> 4201 VR2AR-546136 -5.665000 56.48650 105 -#> 4202 VR2AR-546136 -5.665000 56.48650 105 -#> 4203 VR2AR-546136 -5.665000 56.48650 105 -#> 4204 VR2W-108160 -5.704867 56.48890 25 -#> 4205 VR2W-108160 -5.704867 56.48890 25 -#> 4206 VR2W-108160 -5.704867 56.48890 25 -#> 4207 VR2W-108160 -5.704867 56.48890 25 -#> 4208 VR2W-108160 -5.704867 56.48890 25 -#> 4209 VR2W-108160 -5.704867 56.48890 25 -#> 4210 VR2W-108160 -5.704867 56.48890 25 -#> 4211 VR2W-108160 -5.704867 56.48890 25 -#> 4212 VR2W-108160 -5.704867 56.48890 25 -#> 4213 VR2W-108160 -5.704867 56.48890 25 -#> 4214 VR2W-108160 -5.704867 56.48890 25 -#> 4215 VR2W-108160 -5.704867 56.48890 25 -#> 4216 VR2W-108160 -5.704867 56.48890 25 -#> 4217 VR2W-108160 -5.704867 56.48890 25 -#> 4218 VR2W-108160 -5.704867 56.48890 25 -#> 4219 VR2AR-546136 -5.665000 56.48650 105 -#> 4220 VR2AR-546136 -5.665000 56.48650 105 -#> 4221 VR2AR-546136 -5.665000 56.48650 105 -#> 4222 VR2AR-546136 -5.665000 56.48650 105 -#> 4223 VR2AR-546136 -5.665000 56.48650 105 -#> 4224 VR2AR-546136 -5.665000 56.48650 105 -#> 4225 VR2AR-546136 -5.665000 56.48650 105 -#> 4226 VR2AR-546136 -5.665000 56.48650 105 -#> 4227 VR2AR-546136 -5.665000 56.48650 105 -#> 4228 VR2AR-546136 -5.665000 56.48650 105 -#> 4229 VR2AR-546136 -5.665000 56.48650 105 -#> 4230 VR2AR-546136 -5.665000 56.48650 105 -#> 4231 VR2AR-546136 -5.665000 56.48650 105 -#> 4232 VR2AR-546136 -5.665000 56.48650 105 -#> 4233 VR2AR-546136 -5.665000 56.48650 105 -#> 4234 VR2AR-546136 -5.665000 56.48650 105 -#> 4235 VR2AR-546136 -5.665000 56.48650 105 -#> 4236 VR2AR-546136 -5.665000 56.48650 105 -#> 4237 VR2AR-546136 -5.665000 56.48650 105 -#> 4238 VR2AR-546136 -5.665000 56.48650 105 -#> 4239 VR2AR-546136 -5.665000 56.48650 105 -#> 4240 VR2AR-546136 -5.665000 56.48650 105 -#> 4241 VR2AR-546136 -5.665000 56.48650 105 -#> 4242 VR2AR-546136 -5.665000 56.48650 105 -#> 4243 VR2AR-546136 -5.665000 56.48650 105 -#> 4244 VR2AR-546136 -5.665000 56.48650 105 -#> 4245 VR2AR-546136 -5.665000 56.48650 105 -#> 4246 VR2AR-546136 -5.665000 56.48650 105 -#> 4247 VR2AR-546136 -5.665000 56.48650 105 -#> 4248 VR2AR-546136 -5.665000 56.48650 105 -#> 4249 VR2AR-546136 -5.665000 56.48650 105 -#> 4250 VR2AR-546136 -5.665000 56.48650 105 -#> 4251 VR2AR-546136 -5.665000 56.48650 105 -#> 4252 VR2AR-546136 -5.665000 56.48650 105 -#> 4253 VR2AR-546136 -5.665000 56.48650 105 -#> 4254 VR2AR-546136 -5.665000 56.48650 105 -#> 4255 VR2-6720 -5.627150 56.50808 50 -#> 4256 VR2-6720 -5.627150 56.50808 50 -#> 4257 VR2-6720 -5.627150 56.50808 50 -#> 4258 VR2-6720 -5.627150 56.50808 50 -#> 4259 VR2-6720 -5.627150 56.50808 50 -#> 4260 VR2-6720 -5.627150 56.50808 50 -#> 4261 VR2-6720 -5.627150 56.50808 50 -#> 4262 VR2-6720 -5.627150 56.50808 50 -#> 4263 VR2-6720 -5.627150 56.50808 50 -#> 4264 VR2-6720 -5.627150 56.50808 50 -#> 4265 VR2-6720 -5.627150 56.50808 50 -#> 4266 VR2-6720 -5.627150 56.50808 50 -#> 4267 VR2-6720 -5.627150 56.50808 50 -#> 4268 VR2-6720 -5.627150 56.50808 50 -#> 4269 VR2-6720 -5.627150 56.50808 50 -#> 4270 VR2-6720 -5.627150 56.50808 50 -#> 4271 VR2-6720 -5.627150 56.50808 50 -#> 4272 VR2-6720 -5.627150 56.50808 50 -#> 4273 VR2-6720 -5.627150 56.50808 50 -#> 4274 VR2-6720 -5.627150 56.50808 50 -#> 4275 VR2-6720 -5.627150 56.50808 50 -#> 4276 VR2AR-546136 -5.665000 56.48650 105 -#> 4277 VR2AR-546136 -5.665000 56.48650 105 -#> 4278 VR2AR-546136 -5.665000 56.48650 105 -#> 4279 VR2AR-546136 -5.665000 56.48650 105 -#> 4280 VR2AR-546136 -5.665000 56.48650 105 -#> 4281 VR2AR-546136 -5.665000 56.48650 105 -#> 4282 VR2AR-546136 -5.665000 56.48650 105 -#> 4283 VR2AR-546136 -5.665000 56.48650 105 -#> 4284 VR2AR-546136 -5.665000 56.48650 105 -#> 4285 VR2AR-546136 -5.665000 56.48650 105 -#> 4286 VR2AR-546136 -5.665000 56.48650 105 -#> 4287 VR2AR-546136 -5.665000 56.48650 105 -#> 4288 VR2AR-546136 -5.665000 56.48650 105 -#> 4289 VR2AR-546136 -5.665000 56.48650 105 -#> 4290 VR2AR-546136 -5.665000 56.48650 105 -#> 4291 VR2AR-546136 -5.665000 56.48650 105 -#> 4292 VR2AR-546136 -5.665000 56.48650 105 -#> 4293 VR2AR-546134 -5.628000 56.45650 40 -#> 4294 VR2AR-546134 -5.628000 56.45650 40 -#> 4295 VR2AR-546134 -5.628000 56.45650 40 -#> 4296 VR2AR-546134 -5.628000 56.45650 40 -#> 4297 VR2AR-546134 -5.628000 56.45650 40 -#> 4298 VR2AR-546134 -5.628000 56.45650 40 -#> 4299 VR2AR-546134 -5.628000 56.45650 40 -#> 4300 VR2AR-546134 -5.628000 56.45650 40 -#> 4301 VR2AR-546134 -5.628000 56.45650 40 -#> 4302 VR2AR-546134 -5.628000 56.45650 40 -#> 4303 VR2AR-546134 -5.628000 56.45650 40 -#> 4304 VR2AR-546134 -5.628000 56.45650 40 -#> 4305 VR2AR-546134 -5.628000 56.45650 40 -#> 4306 VR2AR-546134 -5.628000 56.45650 40 -#> 4307 VR2AR-546134 -5.628000 56.45650 40 -#> 4308 VR2AR-546134 -5.628000 56.45650 40 -#> 4309 VR2AR-546134 -5.628000 56.45650 40 -#> 4310 VR2AR-546134 -5.628000 56.45650 40 -#> 4311 VR2AR-546134 -5.628000 56.45650 40 -#> 4312 VR2AR-546134 -5.628000 56.45650 40 -#> 4313 VR2AR-546134 -5.628000 56.45650 40 -#> 4314 VR2AR-546134 -5.628000 56.45650 40 -#> 4315 VR2W-108160 -5.704867 56.48890 25 -#> 4316 VR2W-108160 -5.704867 56.48890 25 -#> 4317 VR2W-108160 -5.704867 56.48890 25 -#> 4318 VR2W-108160 -5.704867 56.48890 25 -#> 4319 VR2W-108160 -5.704867 56.48890 25 -#> 4320 VR2W-108160 -5.704867 56.48890 25 -#> 4321 VR2W-108160 -5.704867 56.48890 25 -#> 4322 VR2W-108160 -5.704867 56.48890 25 -#> 4323 VR2W-108160 -5.704867 56.48890 25 -#> 4324 VR2W-108160 -5.704867 56.48890 25 -#> 4325 VR2W-108160 -5.704867 56.48890 25 -#> 4326 VR2W-108160 -5.704867 56.48890 25 -#> 4327 VR2W-108160 -5.704867 56.48890 25 -#> 4328 VR2W-108160 -5.704867 56.48890 25 -#> 4329 VR2W-108160 -5.704867 56.48890 25 -#> 4330 VR2AR-546136 -5.665000 56.48650 105 -#> 4331 VR2AR-546136 -5.665000 56.48650 105 -#> 4332 VR2AR-546136 -5.665000 56.48650 105 -#> 4333 VR2AR-546136 -5.665000 56.48650 105 -#> 4334 VR2AR-546136 -5.665000 56.48650 105 -#> 4335 VR2AR-546136 -5.665000 56.48650 105 -#> 4336 VR2AR-546136 -5.665000 56.48650 105 -#> 4337 VR2AR-546136 -5.665000 56.48650 105 -#> 4338 VR2AR-546136 -5.665000 56.48650 105 -#> 4339 VR2AR-546136 -5.665000 56.48650 105 -#> 4340 VR2AR-546136 -5.665000 56.48650 105 -#> 4341 VR2AR-546136 -5.665000 56.48650 105 -#> 4342 VR2AR-546136 -5.665000 56.48650 105 -#> 4343 VR2AR-546136 -5.665000 56.48650 105 -#> 4344 VR2AR-546136 -5.665000 56.48650 105 -#> 4345 VR2AR-546136 -5.665000 56.48650 105 -#> 4346 VR2AR-546136 -5.665000 56.48650 105 -#> 4347 VR2AR-546136 -5.665000 56.48650 105 -#> 4348 VR2AR-546136 -5.665000 56.48650 105 -#> 4349 VR2AR-546136 -5.665000 56.48650 105 -#> 4350 VR2AR-546136 -5.665000 56.48650 105 -#> 4351 VR2AR-546136 -5.665000 56.48650 105 -#> 4352 VR2-6720 -5.627150 56.50808 50 -#> 4353 VR2-6720 -5.627150 56.50808 50 -#> 4354 VR2-6720 -5.627150 56.50808 50 -#> 4355 VR2-6720 -5.627150 56.50808 50 -#> 4356 VR2-6720 -5.627150 56.50808 50 -#> 4357 VR2-6720 -5.627150 56.50808 50 -#> 4358 VR2-6720 -5.627150 56.50808 50 -#> 4359 VR2-6720 -5.627150 56.50808 50 -#> 4360 VR2-6720 -5.627150 56.50808 50 -#> 4361 VR2-6720 -5.627150 56.50808 50 -#> 4362 VR2-6720 -5.627150 56.50808 50 -#> 4363 VR2-6720 -5.627150 56.50808 50 -#> 4364 VR2-6720 -5.627150 56.50808 50 -#> 4365 VR2-6720 -5.627150 56.50808 50 -#> 4366 VR2-6720 -5.627150 56.50808 50 -#> 4367 VR2-6720 -5.627150 56.50808 50 -#> 4368 VR2-6720 -5.627150 56.50808 50 -#> 4369 VR2-6720 -5.627150 56.50808 50 -#> 4370 VR2-6720 -5.627150 56.50808 50 -#> 4371 VR2-6720 -5.627150 56.50808 50 -#> 4372 VR2-6720 -5.627150 56.50808 50 -#> 4373 VR2-6720 -5.627150 56.50808 50 -#> 4374 VR2-6720 -5.627150 56.50808 50 -#> 4375 VR2-6720 -5.627150 56.50808 50 -#> 4376 VR2-6720 -5.627150 56.50808 50 -#> 4377 VR2-6720 -5.627150 56.50808 50 -#> 4378 VR2-6720 -5.627150 56.50808 50 -#> 4379 VR2-6720 -5.627150 56.50808 50 -#> 4380 VR2-6720 -5.627150 56.50808 50 -#> 4381 VR2-6720 -5.627150 56.50808 50 -#> 4382 VR2-6720 -5.627150 56.50808 50 -#> 4383 VR2-6720 -5.627150 56.50808 50 -#> 4384 VR2AR-546134 -5.628000 56.45650 40 -#> 4385 VR2AR-546134 -5.628000 56.45650 40 -#> 4386 VR2AR-546134 -5.628000 56.45650 40 -#> 4387 VR2AR-546134 -5.628000 56.45650 40 -#> 4388 VR2AR-546134 -5.628000 56.45650 40 -#> 4389 VR2AR-546134 -5.628000 56.45650 40 -#> 4390 VR2AR-546134 -5.628000 56.45650 40 -#> 4391 VR2AR-546134 -5.628000 56.45650 40 -#> 4392 VR2AR-546134 -5.628000 56.45650 40 -#> 4393 VR2AR-546134 -5.628000 56.45650 40 -#> 4394 VR2AR-546134 -5.628000 56.45650 40 -#> 4395 VR2AR-546134 -5.628000 56.45650 40 -#> 4396 VR2AR-546134 -5.628000 56.45650 40 -#> 4397 VR2AR-546134 -5.628000 56.45650 40 -#> 4398 VR2AR-546134 -5.628000 56.45650 40 -#> 4399 VR2AR-546134 -5.628000 56.45650 40 -#> 4400 VR2AR-546134 -5.628000 56.45650 40 -#> 4401 VR2AR-546134 -5.628000 56.45650 40 -#> 4402 VR2AR-546134 -5.628000 56.45650 40 -#> 4403 VR2AR-546134 -5.628000 56.45650 40 -#> 4404 VR2AR-546134 -5.628000 56.45650 40 -#> 4405 VR2AR-546136 -5.665000 56.48650 105 -#> 4406 VR2AR-546136 -5.665000 56.48650 105 -#> 4407 VR2AR-546136 -5.665000 56.48650 105 -#> 4408 VR2AR-546136 -5.665000 56.48650 105 -#> 4409 VR2AR-546136 -5.665000 56.48650 105 -#> 4410 VR2AR-546136 -5.665000 56.48650 105 -#> 4411 VR2AR-546136 -5.665000 56.48650 105 -#> 4412 VR2AR-546136 -5.665000 56.48650 105 -#> 4413 VR2AR-546136 -5.665000 56.48650 105 -#> 4414 VR2W-108160 -5.704867 56.48890 25 -#> 4415 VR2W-108160 -5.704867 56.48890 25 -#> 4416 VR2W-108160 -5.704867 56.48890 25 -#> 4417 VR2W-108160 -5.704867 56.48890 25 -#> 4418 VR2W-108160 -5.704867 56.48890 25 -#> 4419 VR2W-108160 -5.704867 56.48890 25 -#> 4420 VR2W-108160 -5.704867 56.48890 25 -#> 4421 VR2W-108160 -5.704867 56.48890 25 -#> 4422 VR2W-108160 -5.704867 56.48890 25 -#> 4423 VR2W-108160 -5.704867 56.48890 25 -#> 4424 VR2W-108160 -5.704867 56.48890 25 -#> 4425 VR2W-108160 -5.704867 56.48890 25 -#> 4426 VR2W-108160 -5.704867 56.48890 25 -#> 4427 VR2W-108160 -5.704867 56.48890 25 -#> 4428 VR2W-108160 -5.704867 56.48890 25 -#> 4429 VR2W-108160 -5.704867 56.48890 25 -#> 4430 VR2W-108160 -5.704867 56.48890 25 -#> 4431 VR2W-108160 -5.704867 56.48890 25 -#> 4432 VR2W-108160 -5.704867 56.48890 25 -#> 4433 VR2W-108160 -5.704867 56.48890 25 -#> 4434 VR2W-108160 -5.704867 56.48890 25 -#> 4435 VR2W-108160 -5.704867 56.48890 25 -#> 4436 VR2W-108160 -5.704867 56.48890 25 -#> 4437 VR2W-108160 -5.704867 56.48890 25 -#> 4438 VR2AR-546136 -5.665000 56.48650 105 -#> 4439 VR2AR-546136 -5.665000 56.48650 105 -#> 4440 VR2AR-546136 -5.665000 56.48650 105 -#> 4441 VR2AR-546136 -5.665000 56.48650 105 -#> 4442 VR2AR-546136 -5.665000 56.48650 105 -#> 4443 VR2AR-546136 -5.665000 56.48650 105 -#> 4444 VR2AR-546136 -5.665000 56.48650 105 -#> 4445 VR2AR-546136 -5.665000 56.48650 105 -#> 4446 VR2AR-546136 -5.665000 56.48650 105 -#> 4447 VR2AR-546136 -5.665000 56.48650 105 -#> 4448 VR2AR-546136 -5.665000 56.48650 105 -#> 4449 VR2AR-546136 -5.665000 56.48650 105 -#> 4450 VR2AR-546136 -5.665000 56.48650 105 -#> 4451 VR2AR-546136 -5.665000 56.48650 105 -#> 4452 VR2AR-546136 -5.665000 56.48650 105 -#> 4453 VR2AR-546136 -5.665000 56.48650 105 -#> 4454 VR2AR-546136 -5.665000 56.48650 105 -#> 4455 VR2AR-546136 -5.665000 56.48650 105 -#> 4456 VR2AR-546136 -5.665000 56.48650 105 -#> 4457 VR2AR-546136 -5.665000 56.48650 105 -#> 4458 VR2AR-546136 -5.665000 56.48650 105 -#> 4459 VR2AR-546136 -5.665000 56.48650 105 -#> 4460 VR2AR-546136 -5.665000 56.48650 105 -#> 4461 VR2AR-546136 -5.665000 56.48650 105 -#> 4462 VR2AR-546136 -5.665000 56.48650 105 -#> 4463 VR2AR-546136 -5.665000 56.48650 105 -#> 4464 VR2AR-546136 -5.665000 56.48650 105 -#> 4465 VR2AR-546136 -5.665000 56.48650 105 -#> 4466 VR2AR-546136 -5.665000 56.48650 105 -#> 4467 VR2AR-546136 -5.665000 56.48650 105 -#> 4468 VR2AR-546136 -5.665000 56.48650 105 -#> 4469 VR2AR-546136 -5.665000 56.48650 105 -#> 4470 VR2AR-546136 -5.665000 56.48650 105 -#> 4471 VR2AR-546136 -5.665000 56.48650 105 -#> 4472 VR2AR-546136 -5.665000 56.48650 105 -#> 4473 VR2AR-546136 -5.665000 56.48650 105 -#> 4474 VR2-6720 -5.627150 56.50808 50 -#> 4475 VR2-6720 -5.627150 56.50808 50 -#> 4476 VR2-6720 -5.627150 56.50808 50 -#> 4477 VR2-6720 -5.627150 56.50808 50 -#> 4478 VR2-6720 -5.627150 56.50808 50 -#> 4479 VR2AR-546134 -5.628000 56.45650 40 -#> 4480 VR2AR-546134 -5.628000 56.45650 40 -#> 4481 VR2AR-546134 -5.628000 56.45650 40 -#> 4482 VR2AR-546134 -5.628000 56.45650 40 -#> 4483 VR2AR-546134 -5.628000 56.45650 40 -#> 4484 VR2AR-546134 -5.628000 56.45650 40 -#> 4485 VR2AR-546134 -5.628000 56.45650 40 -#> 4486 VR2AR-546134 -5.628000 56.45650 40 -#> 4487 VR2AR-546134 -5.628000 56.45650 40 -#> 4488 VR2AR-546134 -5.628000 56.45650 40 -#> 4489 VR2AR-546134 -5.628000 56.45650 40 -#> 4490 VR2AR-546134 -5.628000 56.45650 40 -#> 4491 VR2AR-546134 -5.628000 56.45650 40 -#> 4492 VR2AR-546134 -5.628000 56.45650 40 -#> 4493 VR2-6720 -5.627150 56.50808 50 -#> 4494 VR2-6720 -5.627150 56.50808 50 -#> 4495 VR2-6720 -5.627150 56.50808 50 -#> 4496 VR2-6720 -5.627150 56.50808 50 -#> 4497 VR2-6720 -5.627150 56.50808 50 -#> 4498 VR2-6720 -5.627150 56.50808 50 -#> 4499 VR2-6720 -5.627150 56.50808 50 -#> 4500 VR2-6720 -5.627150 56.50808 50 -#> 4501 VR2-6720 -5.627150 56.50808 50 -#> 4502 VR2-6720 -5.627150 56.50808 50 -#> 4503 VR2-6720 -5.627150 56.50808 50 -#> 4504 VR2-6720 -5.627150 56.50808 50 -#> 4505 VR2-6720 -5.627150 56.50808 50 -#> 4506 VR2-6720 -5.627150 56.50808 50 -#> 4507 VR2-6720 -5.627150 56.50808 50 -#> 4508 VR2-6720 -5.627150 56.50808 50 -#> 4509 VR2-6720 -5.627150 56.50808 50 -#> 4510 VR2-6720 -5.627150 56.50808 50 -#> 4511 VR2-6720 -5.627150 56.50808 50 -#> 4512 VR2-6720 -5.627150 56.50808 50 -#> 4513 VR2-6720 -5.627150 56.50808 50 -#> 4514 VR2-6720 -5.627150 56.50808 50 -#> 4515 VR2-6720 -5.627150 56.50808 50 -#> 4516 VR2-6720 -5.627150 56.50808 50 -#> 4517 VR2-6720 -5.627150 56.50808 50 -#> 4518 VR2-6720 -5.627150 56.50808 50 -#> 4519 VR2-6720 -5.627150 56.50808 50 -#> 4520 VR2-6720 -5.627150 56.50808 50 -#> 4521 VR2-6720 -5.627150 56.50808 50 -#> 4522 VR2-6720 -5.627150 56.50808 50 -#> 4523 VR2-6720 -5.627150 56.50808 50 -#> 4524 VR2-6720 -5.627150 56.50808 50 -#> 4525 VR2-6720 -5.627150 56.50808 50 -#> 4526 VR2-6720 -5.627150 56.50808 50 -#> 4527 VR2-6720 -5.627150 56.50808 50 -#> 4528 VR2-6720 -5.627150 56.50808 50 -#> 4529 VR2-6720 -5.627150 56.50808 50 -#> 4530 VR2-6720 -5.627150 56.50808 50 -#> 4531 VR2-6720 -5.627150 56.50808 50 -#> 4532 VR2-6720 -5.627150 56.50808 50 -#> 4533 VR2-6720 -5.627150 56.50808 50 -#> 4534 VR2-6720 -5.627150 56.50808 50 -#> 4535 VR2-6720 -5.627150 56.50808 50 -#> 4536 VR2-6720 -5.627150 56.50808 50 -#> 4537 VR2-6720 -5.627150 56.50808 50 -#> 4538 VR2-6720 -5.627150 56.50808 50 -#> 4539 VR2-6720 -5.627150 56.50808 50 -#> 4540 VR2-6720 -5.627150 56.50808 50 -#> 4541 VR2-6720 -5.627150 56.50808 50 -#> 4542 VR2-6720 -5.627150 56.50808 50 -#> 4543 VR2-6720 -5.627150 56.50808 50 -#> 4544 VR2-6720 -5.627150 56.50808 50 -#> 4545 VR2-6720 -5.627150 56.50808 50 -#> 4546 VR2-6720 -5.627150 56.50808 50 -#> 4547 VR2-6720 -5.627150 56.50808 50 -#> 4548 VR2-6720 -5.627150 56.50808 50 -#> 4549 VR2-6720 -5.627150 56.50808 50 -#> 4550 VR2-6720 -5.627150 56.50808 50 -#> 4551 VR2-6720 -5.627150 56.50808 50 -#> 4552 VR2-6720 -5.627150 56.50808 50 -#> 4553 VR2-6720 -5.627150 56.50808 50 -#> 4554 VR2-6720 -5.627150 56.50808 50 -#> 4555 VR2-6720 -5.627150 56.50808 50 -#> 4556 VR2-6720 -5.627150 56.50808 50 -#> 4557 VR2-6720 -5.627150 56.50808 50 -#> 4558 VR2-6720 -5.627150 56.50808 50 -#> 4559 VR2-6720 -5.627150 56.50808 50 -#> 4560 VR2-6720 -5.627150 56.50808 50 -#> 4561 VR2-6720 -5.627150 56.50808 50 -#> 4562 VR2AR-546134 -5.628000 56.45650 40 -#> 4563 VR2AR-546134 -5.628000 56.45650 40 -#> 4564 VR2AR-546134 -5.628000 56.45650 40 -#> 4565 VR2AR-546136 -5.665000 56.48650 105 -#> 4566 VR2AR-546136 -5.665000 56.48650 105 -#> 4567 VR2AR-546136 -5.665000 56.48650 105 -#> 4568 VR2AR-546136 -5.665000 56.48650 105 -#> 4569 VR2AR-546136 -5.665000 56.48650 105 -#> 4570 VR2AR-546136 -5.665000 56.48650 105 -#> 4571 VR2AR-546136 -5.665000 56.48650 105 -#> 4572 VR2AR-546136 -5.665000 56.48650 105 -#> 4573 VR2AR-546136 -5.665000 56.48650 105 -#> 4574 VR2AR-546136 -5.665000 56.48650 105 -#> 4575 VR2AR-546136 -5.665000 56.48650 105 -#> 4576 VR2AR-546136 -5.665000 56.48650 105 -#> 4577 VR2AR-546136 -5.665000 56.48650 105 -#> 4578 VR2AR-546136 -5.665000 56.48650 105 -#> 4579 VR2AR-546136 -5.665000 56.48650 105 -#> 4580 VR2AR-546136 -5.665000 56.48650 105 -#> 4581 VR2AR-546136 -5.665000 56.48650 105 -#> 4582 VR2AR-546136 -5.665000 56.48650 105 -#> 4583 VR2AR-546136 -5.665000 56.48650 105 -#> 4584 VR2AR-546136 -5.665000 56.48650 105 -#> 4585 VR2AR-546136 -5.665000 56.48650 105 -#> 4586 VR2AR-546136 -5.665000 56.48650 105 -#> 4587 VR2AR-546136 -5.665000 56.48650 105 -#> 4588 VR2AR-546136 -5.665000 56.48650 105 -#> 4589 VR2AR-546136 -5.665000 56.48650 105 -#> 4590 VR2AR-546136 -5.665000 56.48650 105 -#> 4591 VR2AR-546136 -5.665000 56.48650 105 -#> 4592 VR2AR-546136 -5.665000 56.48650 105 -#> 4593 VR2AR-546136 -5.665000 56.48650 105 -#> 4594 VR2AR-546136 -5.665000 56.48650 105 -#> 4595 VR2AR-546136 -5.665000 56.48650 105 -#> 4596 VR2AR-546136 -5.665000 56.48650 105 -#> 4597 VR2AR-546136 -5.665000 56.48650 105 -#> 4598 VR2AR-546136 -5.665000 56.48650 105 -#> 4599 VR2AR-546136 -5.665000 56.48650 105 -#> 4600 VR2AR-546136 -5.665000 56.48650 105 -#> 4601 VR2AR-546136 -5.665000 56.48650 105 -#> 4602 VR2AR-546136 -5.665000 56.48650 105 -#> 4603 VR2AR-546136 -5.665000 56.48650 105 -#> 4604 VR2AR-546136 -5.665000 56.48650 105 -#> 4605 VR2AR-546136 -5.665000 56.48650 105 -#> 4606 VR2AR-546136 -5.665000 56.48650 105 -#> 4607 VR2AR-546136 -5.665000 56.48650 105 -#> 4608 VR2AR-546136 -5.665000 56.48650 105 -#> 4609 VR2AR-546136 -5.665000 56.48650 105 -#> 4610 VR2AR-546136 -5.665000 56.48650 105 -#> 4611 VR2AR-546136 -5.665000 56.48650 105 -#> 4612 VR2AR-546136 -5.665000 56.48650 105 -#> 4613 VR2AR-546136 -5.665000 56.48650 105 -#> 4614 VR2AR-546136 -5.665000 56.48650 105 -#> 4615 VR2AR-546136 -5.665000 56.48650 105 -#> 4616 VR2AR-546136 -5.665000 56.48650 105 -#> 4617 VR2AR-546136 -5.665000 56.48650 105 -#> 4618 VR2AR-546136 -5.665000 56.48650 105 -#> 4619 VR2AR-546136 -5.665000 56.48650 105 -#> 4620 VR2AR-546136 -5.665000 56.48650 105 -#> 4621 VR2AR-546136 -5.665000 56.48650 105 -#> 4622 VR2AR-546136 -5.665000 56.48650 105 -#> 4623 VR2AR-546136 -5.665000 56.48650 105 -#> 4624 VR2AR-546136 -5.665000 56.48650 105 -#> 4625 VR2AR-546136 -5.665000 56.48650 105 -#> 4626 VR2AR-546136 -5.665000 56.48650 105 -#> 4627 VR2AR-546136 -5.665000 56.48650 105 -#> 4628 VR2AR-546136 -5.665000 56.48650 105 -#> 4629 VR2AR-546136 -5.665000 56.48650 105 -#> 4630 VR2AR-546136 -5.665000 56.48650 105 -#> 4631 VR2AR-546136 -5.665000 56.48650 105 -#> 4632 VR2AR-546136 -5.665000 56.48650 105 -#> 4633 VR2AR-546136 -5.665000 56.48650 105 -#> 4634 VR2AR-546136 -5.665000 56.48650 105 -#> 4635 VR2AR-546136 -5.665000 56.48650 105 -#> 4636 VR2AR-546136 -5.665000 56.48650 105 -#> 4637 VR2AR-546136 -5.665000 56.48650 105 -#> 4638 VR2AR-546136 -5.665000 56.48650 105 -#> 4639 VR2AR-546136 -5.665000 56.48650 105 -#> 4640 VR2AR-546136 -5.665000 56.48650 105 -#> 4641 VR2AR-546136 -5.665000 56.48650 105 -#> 4642 VR2AR-546136 -5.665000 56.48650 105 -#> 4643 VR2AR-546136 -5.665000 56.48650 105 -#> 4644 VR2AR-546136 -5.665000 56.48650 105 -#> 4645 VR2AR-546136 -5.665000 56.48650 105 -#> 4646 VR2AR-546136 -5.665000 56.48650 105 -#> 4647 VR2AR-546136 -5.665000 56.48650 105 -#> 4648 VR2AR-546136 -5.665000 56.48650 105 -#> 4649 VR2AR-546136 -5.665000 56.48650 105 -#> 4650 VR2AR-546136 -5.665000 56.48650 105 -#> 4651 VR2AR-546136 -5.665000 56.48650 105 -#> 4652 VR2AR-546136 -5.665000 56.48650 105 -#> 4653 VR2AR-546136 -5.665000 56.48650 105 -#> 4654 VR2AR-546136 -5.665000 56.48650 105 -#> 4655 VR2AR-546136 -5.665000 56.48650 105 -#> 4656 VR2AR-546136 -5.665000 56.48650 105 -#> 4657 VR2AR-546136 -5.665000 56.48650 105 -#> 4658 VR2AR-546136 -5.665000 56.48650 105 -#> 4659 VR2AR-546136 -5.665000 56.48650 105 -#> 4660 VR2AR-546136 -5.665000 56.48650 105 -#> 4661 VR2AR-546136 -5.665000 56.48650 105 -#> 4662 VR2AR-546136 -5.665000 56.48650 105 -#> 4663 VR2AR-546136 -5.665000 56.48650 105 -#> 4664 VR2AR-546136 -5.665000 56.48650 105 -#> 4665 VR2AR-546136 -5.665000 56.48650 105 -#> 4666 VR2AR-546136 -5.665000 56.48650 105 -#> 4667 VR2AR-546136 -5.665000 56.48650 105 -#> 4668 VR2AR-546136 -5.665000 56.48650 105 -#> 4669 VR2AR-546136 -5.665000 56.48650 105 -#> 4670 VR2AR-546136 -5.665000 56.48650 105 -#> 4671 VR2AR-546136 -5.665000 56.48650 105 -#> 4672 VR2AR-546136 -5.665000 56.48650 105 -#> 4673 VR2AR-546136 -5.665000 56.48650 105 -#> 4674 VR2AR-546136 -5.665000 56.48650 105 -#> 4675 VR2AR-546136 -5.665000 56.48650 105 -#> 4676 VR2AR-546136 -5.665000 56.48650 105 -#> 4677 VR2AR-546136 -5.665000 56.48650 105 -#> 4678 VR2AR-546136 -5.665000 56.48650 105 -#> 4679 VR2AR-546136 -5.665000 56.48650 105 -#> 4680 VR2AR-546136 -5.665000 56.48650 105 -#> 4681 VR2AR-546136 -5.665000 56.48650 105 -#> 4682 VR2AR-546136 -5.665000 56.48650 105 -#> 4683 VR2AR-546136 -5.665000 56.48650 105 -#> 4684 VR2AR-546136 -5.665000 56.48650 105 -#> 4685 VR2AR-546136 -5.665000 56.48650 105 -#> 4686 VR2AR-546136 -5.665000 56.48650 105 -#> 4687 VR2AR-546136 -5.665000 56.48650 105 -#> 4688 VR2AR-546136 -5.665000 56.48650 105 -#> 4689 VR2AR-546136 -5.665000 56.48650 105 -#> 4690 VR2AR-546136 -5.665000 56.48650 105 -#> 4691 VR2AR-546136 -5.665000 56.48650 105 -#> 4692 VR2AR-546136 -5.665000 56.48650 105 -#> 4693 VR2AR-546136 -5.665000 56.48650 105 -#> 4694 VR2AR-546136 -5.665000 56.48650 105 -#> 4695 VR2AR-546136 -5.665000 56.48650 105 -#> 4696 VR2AR-546136 -5.665000 56.48650 105 -#> 4697 VR2AR-546136 -5.665000 56.48650 105 -#> 4698 VR2AR-546136 -5.665000 56.48650 105 -#> 4699 VR2AR-546136 -5.665000 56.48650 105 -#> 4700 VR2AR-546136 -5.665000 56.48650 105 -#> 4701 VR2AR-546136 -5.665000 56.48650 105 -#> 4702 VR2AR-546136 -5.665000 56.48650 105 -#> 4703 VR2AR-546136 -5.665000 56.48650 105 -#> 4704 VR2AR-546136 -5.665000 56.48650 105 -#> 4705 VR2AR-546136 -5.665000 56.48650 105 -#> 4706 VR2AR-546136 -5.665000 56.48650 105 -#> 4707 VR2AR-546136 -5.665000 56.48650 105 -#> 4708 VR2AR-546136 -5.665000 56.48650 105 -#> 4709 VR2AR-546136 -5.665000 56.48650 105 -#> 4710 VR2AR-546136 -5.665000 56.48650 105 -#> 4711 VR2AR-546136 -5.665000 56.48650 105 -#> 4712 VR2AR-546136 -5.665000 56.48650 105 -#> 4713 VR2AR-546136 -5.665000 56.48650 105 -#> 4714 VR2AR-546136 -5.665000 56.48650 105 -#> 4715 VR2AR-546136 -5.665000 56.48650 105 -#> 4716 VR2AR-546136 -5.665000 56.48650 105 -#> 4717 VR2AR-546136 -5.665000 56.48650 105 -#> 4718 VR2AR-546136 -5.665000 56.48650 105 -#> 4719 VR2AR-546136 -5.665000 56.48650 105 -#> 4720 VR2AR-546136 -5.665000 56.48650 105 -#> 4721 VR2AR-546136 -5.665000 56.48650 105 -#> 4722 VR2AR-546136 -5.665000 56.48650 105 -#> 4723 VR2AR-546136 -5.665000 56.48650 105 -#> 4724 VR2AR-546136 -5.665000 56.48650 105 -#> 4725 VR2AR-546136 -5.665000 56.48650 105 -#> 4726 VR2AR-546136 -5.665000 56.48650 105 -#> 4727 VR2AR-546136 -5.665000 56.48650 105 -#> 4728 VR2AR-546136 -5.665000 56.48650 105 -#> 4729 VR2AR-546136 -5.665000 56.48650 105 -#> 4730 VR2AR-546136 -5.665000 56.48650 105 -#> 4731 VR2AR-546136 -5.665000 56.48650 105 -#> 4732 VR2AR-546136 -5.665000 56.48650 105 -#> 4733 VR2AR-546136 -5.665000 56.48650 105 -#> 4734 VR2AR-546136 -5.665000 56.48650 105 -#> 4735 VR2AR-546136 -5.665000 56.48650 105 -#> 4736 VR2AR-546136 -5.665000 56.48650 105 -#> 4737 VR2W-113141 -5.755900 56.51000 50 -#> 4738 VR2W-113141 -5.755900 56.51000 50 -#> 4739 VR2W-113141 -5.755900 56.51000 50 -#> 4740 VR2W-113141 -5.755900 56.51000 50 -#> 4741 VR2W-113141 -5.755900 56.51000 50 -#> 4742 VR2W-113141 -5.755900 56.51000 50 -#> 4743 VR2W-113141 -5.755900 56.51000 50 -#> 4744 VR2W-113141 -5.755900 56.51000 50 -#> 4745 VR2W-113141 -5.755900 56.51000 50 -#> 4746 VR2W-113141 -5.755900 56.51000 50 -#> 4747 VR2W-113141 -5.755900 56.51000 50 -#> 4748 VR2W-113141 -5.755900 56.51000 50 -#> 4749 VR2W-113141 -5.755900 56.51000 50 -#> 4750 VR2W-113141 -5.755900 56.51000 50 -#> 4751 VR2W-113141 -5.755900 56.51000 50 -#> 4752 VR2W-113141 -5.755900 56.51000 50 -#> 4753 VR2W-113141 -5.755900 56.51000 50 -#> 4754 VR2W-113141 -5.755900 56.51000 50 -#> 4755 VR2W-113141 -5.755900 56.51000 50 -#> 4756 VR2W-113141 -5.755900 56.51000 50 -#> 4757 VR2W-113141 -5.755900 56.51000 50 -#> 4758 VR2W-113141 -5.755900 56.51000 50 -#> 4759 VR2W-113141 -5.755900 56.51000 50 -#> 4760 VR2W-113141 -5.755900 56.51000 50 -#> 4761 VR2W-113141 -5.755900 56.51000 50 -#> 4762 VR2W-113141 -5.755900 56.51000 50 -#> 4763 VR2W-113141 -5.755900 56.51000 50 -#> 4764 VR2W-113141 -5.755900 56.51000 50 -#> 4765 VR2W-113141 -5.755900 56.51000 50 -#> 4766 VR2W-113141 -5.755900 56.51000 50 -#> 4767 VR2W-113141 -5.755900 56.51000 50 -#> 4768 VR2W-113141 -5.755900 56.51000 50 -#> 4769 VR2W-113141 -5.755900 56.51000 50 -#> 4770 VR2W-113141 -5.755900 56.51000 50 -#> 4771 VR2W-113141 -5.755900 56.51000 50 -#> 4772 VR2W-113141 -5.755900 56.51000 50 -#> 4773 VR2W-113141 -5.755900 56.51000 50 -#> 4774 VR2W-113141 -5.755900 56.51000 50 -#> 4775 VR2W-113141 -5.755900 56.51000 50 -#> 4776 VR2W-113141 -5.755900 56.51000 50 -#> 4777 VR2W-113141 -5.755900 56.51000 50 -#> 4778 VR2W-113141 -5.755900 56.51000 50 -#> 4779 VR2W-113141 -5.755900 56.51000 50 -#> 4780 VR2W-113141 -5.755900 56.51000 50 -#> 4781 VR2W-113141 -5.755900 56.51000 50 -#> 4782 VR2W-113141 -5.755900 56.51000 50 -#> 4783 VR2W-113141 -5.755900 56.51000 50 -#> 4784 VR2W-113141 -5.755900 56.51000 50 -#> 4785 VR2W-113141 -5.755900 56.51000 50 -#> 4786 VR2W-113141 -5.755900 56.51000 50 -#> 4787 VR2W-113141 -5.755900 56.51000 50 -#> 4788 VR2W-113141 -5.755900 56.51000 50 -#> 4789 VR2W-113141 -5.755900 56.51000 50 -#> 4790 VR2W-113141 -5.755900 56.51000 50 -#> 4791 VR2W-113141 -5.755900 56.51000 50 -#> 4792 VR2W-113141 -5.755900 56.51000 50 -#> 4793 VR2W-113141 -5.755900 56.51000 50 -#> 4794 VR2W-113141 -5.755900 56.51000 50 -#> 4795 VR2W-113141 -5.755900 56.51000 50 -#> 4796 VR2W-113141 -5.755900 56.51000 50 -#> 4797 VR2W-113141 -5.755900 56.51000 50 -#> 4798 VR2W-113141 -5.755900 56.51000 50 -#> 4799 VR2W-113141 -5.755900 56.51000 50 -#> 4800 VR2W-113141 -5.755900 56.51000 50 -#> 4801 VR2W-113141 -5.755900 56.51000 50 -#> 4802 VR2W-113141 -5.755900 56.51000 50 -#> 4803 VR2W-113141 -5.755900 56.51000 50 -#> 4804 VR2W-113141 -5.755900 56.51000 50 -#> 4805 VR2W-113141 -5.755900 56.51000 50 -#> 4806 VR2W-113141 -5.755900 56.51000 50 -#> 4807 VR2W-113141 -5.755900 56.51000 50 -#> 4808 VR2W-113141 -5.755900 56.51000 50 -#> 4809 VR2W-113141 -5.755900 56.51000 50 -#> 4810 VR2W-113141 -5.755900 56.51000 50 -#> 4811 VR2W-113141 -5.755900 56.51000 50 -#> 4812 VR2W-113141 -5.755900 56.51000 50 -#> 4813 VR2W-113141 -5.755900 56.51000 50 -#> 4814 VR2W-113141 -5.755900 56.51000 50 -#> 4815 VR2W-113141 -5.755900 56.51000 50 -#> 4816 VR2W-113141 -5.755900 56.51000 50 -#> 4817 VR2W-113141 -5.755900 56.51000 50 -#> 4818 VR2W-113141 -5.755900 56.51000 50 -#> 4819 VR2W-113141 -5.755900 56.51000 50 -#> 4820 VR2W-113141 -5.755900 56.51000 50 -#> 4821 VR2W-113141 -5.755900 56.51000 50 -#> 4822 VR2W-113141 -5.755900 56.51000 50 -#> 4823 VR2W-113141 -5.755900 56.51000 50 -#> 4824 VR2W-113141 -5.755900 56.51000 50 -#> 4825 VR2W-113141 -5.755900 56.51000 50 -#> 4826 VR2W-113141 -5.755900 56.51000 50 -#> 4827 VR2W-113141 -5.755900 56.51000 50 -#> 4828 VR2W-113141 -5.755900 56.51000 50 -#> 4829 VR2W-113141 -5.755900 56.51000 50 -#> 4830 VR2W-113141 -5.755900 56.51000 50 -#> 4831 VR2W-113141 -5.755900 56.51000 50 -#> 4832 VR2AR-546136 -5.665000 56.48650 105 -#> 4833 VR2AR-546136 -5.665000 56.48650 105 -#> 4834 VR2AR-546136 -5.665000 56.48650 105 -#> 4835 VR2AR-546136 -5.665000 56.48650 105 -#> 4836 VR2AR-546136 -5.665000 56.48650 105 -#> 4837 VR2AR-546136 -5.665000 56.48650 105 -#> 4838 VR2AR-546136 -5.665000 56.48650 105 -#> 4839 VR2AR-546136 -5.665000 56.48650 105 -#> 4840 VR2AR-546136 -5.665000 56.48650 105 -#> 4841 VR2AR-546136 -5.665000 56.48650 105 -#> 4842 VR2AR-546136 -5.665000 56.48650 105 -#> 4843 VR2AR-546136 -5.665000 56.48650 105 -#> 4844 VR2AR-546136 -5.665000 56.48650 105 -#> 4845 VR2AR-546136 -5.665000 56.48650 105 -#> 4846 VR2AR-546136 -5.665000 56.48650 105 -#> 4847 VR2AR-546136 -5.665000 56.48650 105 -#> 4848 VR2AR-546136 -5.665000 56.48650 105 -#> 4849 VR2AR-546136 -5.665000 56.48650 105 -#> 4850 VR2AR-546136 -5.665000 56.48650 105 -#> 4851 VR2AR-546136 -5.665000 56.48650 105 -#> 4852 VR2AR-546136 -5.665000 56.48650 105 -#> 4853 VR2AR-546136 -5.665000 56.48650 105 -#> 4854 VR2AR-546136 -5.665000 56.48650 105 -#> 4855 VR2AR-546136 -5.665000 56.48650 105 -#> 4856 VR2AR-546136 -5.665000 56.48650 105 -#> 4857 VR2AR-546136 -5.665000 56.48650 105 -#> 4858 VR2AR-546136 -5.665000 56.48650 105 -#> 4859 VR2AR-546136 -5.665000 56.48650 105 -#> 4860 VR2AR-546136 -5.665000 56.48650 105 -#> 4861 VR2AR-546136 -5.665000 56.48650 105 -#> 4862 VR2AR-546136 -5.665000 56.48650 105 -#> 4863 VR2AR-546136 -5.665000 56.48650 105 -#> 4864 VR2AR-546136 -5.665000 56.48650 105 -#> 4865 VR2AR-546136 -5.665000 56.48650 105 -#> 4866 VR2AR-546136 -5.665000 56.48650 105 -#> 4867 VR2AR-546136 -5.665000 56.48650 105 -#> 4868 VR2AR-546136 -5.665000 56.48650 105 -#> 4869 VR2AR-546136 -5.665000 56.48650 105 -#> 4870 VR2AR-546136 -5.665000 56.48650 105 -#> 4871 VR2AR-546136 -5.665000 56.48650 105 -#> 4872 VR2AR-546136 -5.665000 56.48650 105 -#> 4873 VR2AR-546136 -5.665000 56.48650 105 -#> 4874 VR2AR-546136 -5.665000 56.48650 105 -#> 4875 VR2AR-546136 -5.665000 56.48650 105 -#> 4876 VR2AR-546136 -5.665000 56.48650 105 -#> 4877 VR2AR-546136 -5.665000 56.48650 105 -#> 4878 VR2AR-546136 -5.665000 56.48650 105 -#> 4879 VR2AR-546136 -5.665000 56.48650 105 -#> 4880 VR2AR-546136 -5.665000 56.48650 105 -#> 4881 VR2AR-546136 -5.665000 56.48650 105 -#> 4882 VR2AR-546136 -5.665000 56.48650 105 -#> 4883 VR2AR-546136 -5.665000 56.48650 105 -#> 4884 VR2AR-546136 -5.665000 56.48650 105 -#> 4885 VR2AR-546136 -5.665000 56.48650 105 -#> 4886 VR2AR-546136 -5.665000 56.48650 105 -#> 4887 VR2AR-546136 -5.665000 56.48650 105 -#> 4888 VR2AR-546136 -5.665000 56.48650 105 -#> 4889 VR2AR-546136 -5.665000 56.48650 105 -#> 4890 VR2AR-546136 -5.665000 56.48650 105 -#> 4891 VR2AR-546136 -5.665000 56.48650 105 -#> 4892 VR2AR-546136 -5.665000 56.48650 105 -#> 4893 VR2AR-546136 -5.665000 56.48650 105 -#> 4894 VR2AR-546136 -5.665000 56.48650 105 -#> 4895 VR2AR-546136 -5.665000 56.48650 105 -#> 4896 VR2AR-546136 -5.665000 56.48650 105 -#> 4897 VR2AR-546136 -5.665000 56.48650 105 -#> 4898 VR2AR-546136 -5.665000 56.48650 105 -#> 4899 VR2AR-546136 -5.665000 56.48650 105 -#> 4900 VR2AR-546136 -5.665000 56.48650 105 -#> 4901 VR2AR-546136 -5.665000 56.48650 105 -#> 4902 VR2AR-546136 -5.665000 56.48650 105 -#> 4903 VR2AR-546136 -5.665000 56.48650 105 -#> 4904 VR2AR-546136 -5.665000 56.48650 105 -#> 4905 VR2AR-546136 -5.665000 56.48650 105 -#> 4906 VR2AR-546136 -5.665000 56.48650 105 -#> 4907 VR2AR-546136 -5.665000 56.48650 105 -#> 4908 VR2AR-546136 -5.665000 56.48650 105 -#> 4909 VR2AR-546136 -5.665000 56.48650 105 -#> 4910 VR2AR-546136 -5.665000 56.48650 105 -#> 4911 VR2AR-546136 -5.665000 56.48650 105 -#> 4912 VR2AR-546136 -5.665000 56.48650 105 -#> 4913 VR2AR-546136 -5.665000 56.48650 105 -#> 4914 VR2AR-546136 -5.665000 56.48650 105 -#> 4915 VR2AR-546136 -5.665000 56.48650 105 -#> 4916 VR2AR-546136 -5.665000 56.48650 105 -#> 4917 VR2AR-546136 -5.665000 56.48650 105 -#> 4918 VR2AR-546136 -5.665000 56.48650 105 -#> 4919 VR2AR-546136 -5.665000 56.48650 105 -#> 4920 VR2AR-546136 -5.665000 56.48650 105 -#> 4921 VR2AR-546136 -5.665000 56.48650 105 -#> 4922 VR2AR-546136 -5.665000 56.48650 105 -#> 4923 VR2AR-546136 -5.665000 56.48650 105 -#> 4924 VR2AR-546136 -5.665000 56.48650 105 -#> 4925 VR2AR-546136 -5.665000 56.48650 105 -#> 4926 VR2AR-546136 -5.665000 56.48650 105 -#> 4927 VR2AR-546136 -5.665000 56.48650 105 -#> 4928 VR2AR-546136 -5.665000 56.48650 105 -#> 4929 VR2AR-546136 -5.665000 56.48650 105 -#> 4930 VR2AR-546136 -5.665000 56.48650 105 -#> 4931 VR2AR-546136 -5.665000 56.48650 105 -#> 4932 VR2AR-546136 -5.665000 56.48650 105 -#> 4933 VR2AR-546136 -5.665000 56.48650 105 -#> 4934 VR2AR-546136 -5.665000 56.48650 105 -#> 4935 VR2AR-546136 -5.665000 56.48650 105 -#> 4936 VR2AR-546136 -5.665000 56.48650 105 -#> 4937 VR2AR-546136 -5.665000 56.48650 105 -#> 4938 VR2AR-546136 -5.665000 56.48650 105 -#> 4939 VR2AR-546136 -5.665000 56.48650 105 -#> 4940 VR2AR-546136 -5.665000 56.48650 105 -#> 4941 VR2AR-546136 -5.665000 56.48650 105 -#> 4942 VR2AR-546136 -5.665000 56.48650 105 -#> 4943 VR2AR-546136 -5.665000 56.48650 105 -#> 4944 VR2AR-546136 -5.665000 56.48650 105 -#> 4945 VR2AR-546136 -5.665000 56.48650 105 -#> 4946 VR2AR-546136 -5.665000 56.48650 105 -#> 4947 VR2AR-546136 -5.665000 56.48650 105 -#> 4948 VR2AR-546136 -5.665000 56.48650 105 -#> 4949 VR2AR-546136 -5.665000 56.48650 105 -#> 4950 VR2AR-546136 -5.665000 56.48650 105 -#> 4951 VR2AR-546136 -5.665000 56.48650 105 -#> 4952 VR2AR-546136 -5.665000 56.48650 105 -#> 4953 VR2AR-546136 -5.665000 56.48650 105 -#> 4954 VR2AR-546136 -5.665000 56.48650 105 -#> 4955 VR2AR-546136 -5.665000 56.48650 105 -#> 4956 VR2AR-546136 -5.665000 56.48650 105 -#> 4957 VR2AR-546136 -5.665000 56.48650 105 -#> 4958 VR2AR-546136 -5.665000 56.48650 105 -#> 4959 VR2AR-546136 -5.665000 56.48650 105 -#> 4960 VR2-6720 -5.627150 56.50808 50 -#> 4961 VR2-6720 -5.627150 56.50808 50 -#> 4962 VR2-6720 -5.627150 56.50808 50 -#> 4963 VR2-6720 -5.627150 56.50808 50 -#> 4964 VR2-6720 -5.627150 56.50808 50 -#> 4965 VR2-6720 -5.627150 56.50808 50 -#> 4966 VR2-6720 -5.627150 56.50808 50 -#> 4967 VR2-6720 -5.627150 56.50808 50 -#> 4968 VR2-6720 -5.627150 56.50808 50 -#> 4969 VR2-6720 -5.627150 56.50808 50 -#> 4970 VR2-6720 -5.627150 56.50808 50 -#> 4971 VR2-6720 -5.627150 56.50808 50 -#> 4972 VR2-6720 -5.627150 56.50808 50 -#> 4973 VR2-6720 -5.627150 56.50808 50 -#> 4974 VR2-6720 -5.627150 56.50808 50 -#> 4975 VR2-6720 -5.627150 56.50808 50 -#> 4976 VR2-6720 -5.627150 56.50808 50 -#> 4977 VR2-6720 -5.627150 56.50808 50 -#> 4978 VR2-6720 -5.627150 56.50808 50 -#> 4979 VR2-6720 -5.627150 56.50808 50 -#> 4980 VR2-6720 -5.627150 56.50808 50 -#> 4981 VR2-6720 -5.627150 56.50808 50 -#> 4982 VR2-6720 -5.627150 56.50808 50 -#> 4983 VR2-6720 -5.627150 56.50808 50 -#> 4984 VR2-6720 -5.627150 56.50808 50 -#> 4985 VR2-6720 -5.627150 56.50808 50 -#> 4986 VR2-6720 -5.627150 56.50808 50 -#> 4987 VR2-6720 -5.627150 56.50808 50 -#> 4988 VR2-6720 -5.627150 56.50808 50 -#> 4989 VR2-6720 -5.627150 56.50808 50 -#> 4990 VR2-6720 -5.627150 56.50808 50 -#> 4991 VR2-6720 -5.627150 56.50808 50 -#> 4992 VR2-6720 -5.627150 56.50808 50 -#> 4993 VR2-6720 -5.627150 56.50808 50 -#> 4994 VR2-6720 -5.627150 56.50808 50 -#> 4995 VR2-6720 -5.627150 56.50808 50 -#> 4996 VR2-6720 -5.627150 56.50808 50 -#> 4997 VR2-6720 -5.627150 56.50808 50 -#> 4998 VR2-6720 -5.627150 56.50808 50 -#> 4999 VR2-6720 -5.627150 56.50808 50 -#> 5000 VR2-6720 -5.627150 56.50808 50 -#> 5001 VR2-6720 -5.627150 56.50808 50 -#> 5002 VR2-6720 -5.627150 56.50808 50 -#> 5003 VR2-6720 -5.627150 56.50808 50 -#> 5004 VR2-6720 -5.627150 56.50808 50 -#> 5005 VR2-6720 -5.627150 56.50808 50 -#> 5006 VR2-6720 -5.627150 56.50808 50 -#> 5007 VR2-6720 -5.627150 56.50808 50 -#> 5008 VR2-6720 -5.627150 56.50808 50 -#> 5009 VR2-6720 -5.627150 56.50808 50 -#> 5010 VR2-6720 -5.627150 56.50808 50 -#> 5011 VR2-6720 -5.627150 56.50808 50 -#> 5012 VR2-6720 -5.627150 56.50808 50 -#> 5013 VR2-6720 -5.627150 56.50808 50 -#> 5014 VR2-6720 -5.627150 56.50808 50 -#> 5015 VR2-6720 -5.627150 56.50808 50 -#> 5016 VR2-6720 -5.627150 56.50808 50 -#> 5017 VR2-6720 -5.627150 56.50808 50 -#> 5018 VR2-6720 -5.627150 56.50808 50 -#> 5019 VR2-6720 -5.627150 56.50808 50 -#> 5020 VR2-6720 -5.627150 56.50808 50 -#> 5021 VR2-6720 -5.627150 56.50808 50 -#> 5022 VR2-6720 -5.627150 56.50808 50 -#> 5023 VR2-6720 -5.627150 56.50808 50 -#> 5024 VR2-6720 -5.627150 56.50808 50 -#> 5025 VR2-6720 -5.627150 56.50808 50 -#> 5026 VR2-6720 -5.627150 56.50808 50 -#> 5027 VR2-6720 -5.627150 56.50808 50 -#> 5028 VR2-6720 -5.627150 56.50808 50 -#> 5029 VR2-6720 -5.627150 56.50808 50 -#> 5030 VR2-6720 -5.627150 56.50808 50 -#> 5031 VR2AR-546136 -5.665000 56.48650 105 -#> 5032 VR2AR-546136 -5.665000 56.48650 105 -#> 5033 VR2AR-546136 -5.665000 56.48650 105 -#> 5034 VR2AR-546136 -5.665000 56.48650 105 -#> 5035 VR2-5629 -5.655350 56.38545 50 -#> 5036 VR2-5629 -5.655350 56.38545 50 -#> 5037 VR2-5629 -5.655350 56.38545 50 -#> 5038 VR2-5629 -5.655350 56.38545 50 -#> 5039 VR2-5629 -5.655350 56.38545 50 -#> 5040 VR2-5629 -5.655350 56.38545 50 -#> 5041 VR2-5629 -5.655350 56.38545 50 -#> 5042 VR2-5629 -5.655350 56.38545 50 -#> 5043 VR2-5629 -5.655350 56.38545 50 -#> 5044 VR2-5629 -5.655350 56.38545 50 -#> 5045 VR2-5629 -5.655350 56.38545 50 -#> 5046 VR2-5629 -5.655350 56.38545 50 -#> 5047 VR2-5629 -5.655350 56.38545 50 -#> 5048 VR2-5629 -5.655350 56.38545 50 -#> 5049 VR2-5629 -5.655350 56.38545 50 -#> 5050 VR2-5629 -5.655350 56.38545 50 -#> 5051 VR2-5629 -5.655350 56.38545 50 -#> 5052 VR2AR-546132 -5.606667 56.39367 95 -#> 5053 VR2AR-546132 -5.606667 56.39367 95 -#> 5054 VR2AR-546132 -5.606667 56.39367 95 -#> 5055 VR2AR-546132 -5.606667 56.39367 95 -#> 5056 VR2AR-546132 -5.606667 56.39367 95 -#> 5057 VR2AR-546132 -5.606667 56.39367 95 -#> 5058 VR2AR-546132 -5.606667 56.39367 95 -#> 5059 VR2AR-546132 -5.606667 56.39367 95 -#> 5060 VR2AR-546132 -5.606667 56.39367 95 -#> 5061 VR2AR-546132 -5.606667 56.39367 95 -#> 5062 VR2AR-546132 -5.606667 56.39367 95 -#> 5063 VR2AR-546132 -5.606667 56.39367 95 -#> 5064 VR2AR-546132 -5.606667 56.39367 95 -#> 5065 VR2AR-546132 -5.606667 56.39367 95 -#> 5066 VR2AR-546132 -5.606667 56.39367 95 -#> 5067 VR2AR-546132 -5.606667 56.39367 95 -#> 5068 VR2AR-546132 -5.606667 56.39367 95 -#> 5069 VR2AR-546132 -5.606667 56.39367 95 -#> 5070 VR2AR-546132 -5.606667 56.39367 95 -#> 5071 VR2AR-546132 -5.606667 56.39367 95 -#> 5072 VR2AR-546132 -5.606667 56.39367 95 -#> 5073 VR2AR-546132 -5.606667 56.39367 95 -#> 5074 VR2AR-546132 -5.606667 56.39367 95 -#> 5075 VR2AR-546132 -5.606667 56.39367 95 -#> 5076 VR2AR-546132 -5.606667 56.39367 95 -#> 5077 VR2AR-546132 -5.606667 56.39367 95 -#> 5078 VR2AR-546132 -5.606667 56.39367 95 -#> 5079 VR2AR-546132 -5.606667 56.39367 95 -#> 5080 VR2AR-546132 -5.606667 56.39367 95 -#> 5081 VR2AR-546132 -5.606667 56.39367 95 -#> 5082 VR2AR-546132 -5.606667 56.39367 95 -#> 5083 VR2AR-546132 -5.606667 56.39367 95 -#> 5084 VR2AR-546132 -5.606667 56.39367 95 -#> 5085 VR2AR-546132 -5.606667 56.39367 95 -#> 5086 VR2AR-546132 -5.606667 56.39367 95 -#> 5087 VR2AR-546132 -5.606667 56.39367 95 -#> 5088 VR2AR-546132 -5.606667 56.39367 95 -#> 5089 VR2AR-546132 -5.606667 56.39367 95 -#> 5090 VR2AR-546132 -5.606667 56.39367 95 -#> 5091 VR2AR-546132 -5.606667 56.39367 95 -#> 5092 VR2W-120722 -5.602283 56.37748 25 -#> 5093 VR2W-120722 -5.602283 56.37748 25 -#> 5094 VR2W-120722 -5.602283 56.37748 25 -#> 5095 VR2W-113142 -5.634833 56.37502 50 -#> 5096 VR2W-113142 -5.634833 56.37502 50 -#> 5097 VR2W-113142 -5.634833 56.37502 50 -#> 5098 VR2AR-546133 -5.650167 56.36550 50 -#> 5099 VR2AR-546133 -5.650167 56.36550 50 -#> 5100 VR2AR-546133 -5.650167 56.36550 50 -#> 5101 VR2AR-546133 -5.650167 56.36550 50 -#> 5102 VR2AR-546133 -5.650167 56.36550 50 -#> 5103 VR2AR-546133 -5.650167 56.36550 50 -#> 5104 VR2AR-546133 -5.650167 56.36550 50 -#> 5105 VR2W-110825 -5.691617 56.35263 50 -#> 5106 VR2W-110825 -5.691617 56.35263 50 -#> 5107 VR2W-110825 -5.691617 56.35263 50 -#> 5108 VR2W-110825 -5.691617 56.35263 50 -#> 5109 VR2W-110825 -5.691617 56.35263 50 -#> 5110 VR2W-110825 -5.691617 56.35263 50 -#> 5111 VR2W-110825 -5.691617 56.35263 50 -#> 5112 VR2W-110825 -5.691617 56.35263 50 -#> 5113 VR2W-110825 -5.691617 56.35263 50 -#> 5114 VR2W-110825 -5.691617 56.35263 50 -#> 5115 VR2W-110825 -5.691617 56.35263 50 -#> 5116 VR2W-110825 -5.691617 56.35263 50 -#> 5117 VR2W-110825 -5.691617 56.35263 50 -#> 5118 VR2W-110825 -5.691617 56.35263 50 -#> 5119 VR2-5629 -5.655350 56.38545 50 -#> 5120 VR2-5629 -5.655350 56.38545 50 -#> 5121 VR2-5629 -5.655350 56.38545 50 -#> 5122 VR2-5629 -5.655350 56.38545 50 -#> 5123 VR2-5629 -5.655350 56.38545 50 -#> 5124 VR2-5629 -5.655350 56.38545 50 -#> 5125 VR2-5629 -5.655350 56.38545 50 -#> 5126 VR2-5629 -5.655350 56.38545 50 -#> 5127 VR2-5629 -5.655350 56.38545 50 -#> 5128 VR2-5629 -5.655350 56.38545 50 -#> 5129 VR2-5629 -5.655350 56.38545 50 -#> 5130 VR2-5629 -5.655350 56.38545 50 -#> 5131 VR2-5629 -5.655350 56.38545 50 -#> 5132 VR2-5629 -5.655350 56.38545 50 -#> 5133 VR2-5629 -5.655350 56.38545 50 -#> 5134 VR2-5629 -5.655350 56.38545 50 -#> 5135 VR2-5629 -5.655350 56.38545 50 -#> 5136 VR2-5629 -5.655350 56.38545 50 -#> 5137 VR2-5629 -5.655350 56.38545 50 -#> 5138 VR2-5629 -5.655350 56.38545 50 -#> 5139 VR2-5629 -5.655350 56.38545 50 -#> 5140 VR2AR-546136 -5.665000 56.48650 105 -#> 5141 VR2AR-546136 -5.665000 56.48650 105 -#> 5142 VR2AR-546136 -5.665000 56.48650 105 -#> 5143 VR2AR-546136 -5.665000 56.48650 105 -#> 5144 VR2AR-546136 -5.665000 56.48650 105 -#> 5145 VR2AR-546136 -5.665000 56.48650 105 -#> 5146 VR2AR-546136 -5.665000 56.48650 105 -#> 5147 VR2AR-546136 -5.665000 56.48650 105 -#> 5148 VR2AR-546136 -5.665000 56.48650 105 -#> 5149 VR2AR-546136 -5.665000 56.48650 105 -#> 5150 VR2AR-546136 -5.665000 56.48650 105 -#> 5151 VR2AR-546136 -5.665000 56.48650 105 -#> 5152 VR2AR-546136 -5.665000 56.48650 105 -#> 5153 VR2AR-546136 -5.665000 56.48650 105 -#> 5154 VR2AR-546136 -5.665000 56.48650 105 -#> 5155 VR2AR-546136 -5.665000 56.48650 105 -#> 5156 VR2AR-546136 -5.665000 56.48650 105 -#> 5157 VR2AR-546136 -5.665000 56.48650 105 -#> 5158 VR2AR-546136 -5.665000 56.48650 105 -#> 5159 VR2AR-546136 -5.665000 56.48650 105 -#> 5160 VR2AR-546136 -5.665000 56.48650 105 -#> 5161 VR2AR-546136 -5.665000 56.48650 105 -#> 5162 VR2AR-546136 -5.665000 56.48650 105 -#> 5163 VR2AR-546136 -5.665000 56.48650 105 -#> 5164 VR2AR-546134 -5.628000 56.45650 40 -#> 5165 VR2AR-546134 -5.628000 56.45650 40 -#> 5166 VR2AR-546134 -5.628000 56.45650 40 -#> 5167 VR2AR-546134 -5.628000 56.45650 40 -#> 5168 VR2AR-546134 -5.628000 56.45650 40 -#> 5169 VR2AR-546132 -5.606667 56.39367 95 -#> 5170 VR2AR-546132 -5.606667 56.39367 95 -#> 5171 VR2AR-546132 -5.606667 56.39367 95 -#> 5172 VR2AR-546132 -5.606667 56.39367 95 -#> 5173 VR2AR-546132 -5.606667 56.39367 95 -#> 5174 VR2AR-546132 -5.606667 56.39367 95 -#> 5175 VR2AR-546132 -5.606667 56.39367 95 -#> 5176 VR2AR-546132 -5.606667 56.39367 95 -#> 5177 VR2AR-546132 -5.606667 56.39367 95 -#> 5178 VR2AR-546132 -5.606667 56.39367 95 -#> 5179 VR2AR-546132 -5.606667 56.39367 95 -#> 5180 VR2AR-546132 -5.606667 56.39367 95 -#> 5181 VR2AR-546132 -5.606667 56.39367 95 -#> 5182 VR2AR-546132 -5.606667 56.39367 95 -#> 5183 VR2AR-546132 -5.606667 56.39367 95 -#> 5184 VR2AR-546132 -5.606667 56.39367 95 -#> 5185 VR2AR-546132 -5.606667 56.39367 95 -#> 5186 VR2AR-546132 -5.606667 56.39367 95 -#> 5187 VR2AR-546132 -5.606667 56.39367 95 -#> 5188 VR2AR-546132 -5.606667 56.39367 95 -#> 5189 VR2AR-546132 -5.606667 56.39367 95 -#> 5190 VR2AR-546132 -5.606667 56.39367 95 -#> 5191 VR2AR-546132 -5.606667 56.39367 95 -#> 5192 VR2AR-546132 -5.606667 56.39367 95 -#> 5193 VR2AR-546132 -5.606667 56.39367 95 -#> 5194 VR2AR-546132 -5.606667 56.39367 95 -#> 5195 VR2AR-546132 -5.606667 56.39367 95 -#> 5196 VR2AR-546132 -5.606667 56.39367 95 -#> 5197 VR2AR-546132 -5.606667 56.39367 95 -#> 5198 VR2AR-546132 -5.606667 56.39367 95 -#> 5199 VR2AR-546132 -5.606667 56.39367 95 -#> 5200 VR2AR-546132 -5.606667 56.39367 95 -#> 5201 VR2AR-546132 -5.606667 56.39367 95 -#> 5202 VR2AR-546132 -5.606667 56.39367 95 -#> 5203 VR2AR-546132 -5.606667 56.39367 95 -#> 5204 VR2AR-546132 -5.606667 56.39367 95 -#> 5205 VR2AR-546132 -5.606667 56.39367 95 -#> 5206 VR2AR-546132 -5.606667 56.39367 95 -#> 5207 VR2AR-546132 -5.606667 56.39367 95 -#> 5208 VR2AR-546132 -5.606667 56.39367 95 -#> 5209 VR2AR-546132 -5.606667 56.39367 95 -#> 5210 VR2AR-546132 -5.606667 56.39367 95 -#> 5211 VR2AR-546132 -5.606667 56.39367 95 -#> 5212 VR2AR-546132 -5.606667 56.39367 95 -#> 5213 VR2AR-546132 -5.606667 56.39367 95 -#> 5214 VR2AR-546132 -5.606667 56.39367 95 -#> 5215 VR2AR-546132 -5.606667 56.39367 95 -#> 5216 VR2AR-546132 -5.606667 56.39367 95 -#> 5217 VR2AR-546132 -5.606667 56.39367 95 -#> 5218 VR2AR-546132 -5.606667 56.39367 95 -#> 5219 VR2AR-546132 -5.606667 56.39367 95 -#> 5220 VR2AR-546132 -5.606667 56.39367 95 -#> 5221 VR2AR-546132 -5.606667 56.39367 95 -#> 5222 VR2AR-546132 -5.606667 56.39367 95 -#> 5223 VR2AR-546132 -5.606667 56.39367 95 -#> 5224 VR2AR-546132 -5.606667 56.39367 95 -#> 5225 VR2AR-546132 -5.606667 56.39367 95 -#> 5226 VR2AR-546132 -5.606667 56.39367 95 -#> 5227 VR2AR-546132 -5.606667 56.39367 95 -#> 5228 VR2AR-546132 -5.606667 56.39367 95 -#> 5229 VR2AR-546132 -5.606667 56.39367 95 -#> 5230 VR2AR-546132 -5.606667 56.39367 95 -#> 5231 VR2AR-546132 -5.606667 56.39367 95 -#> 5232 VR2AR-546132 -5.606667 56.39367 95 -#> 5233 VR2AR-546132 -5.606667 56.39367 95 -#> 5234 VR2AR-546132 -5.606667 56.39367 95 -#> 5235 VR2AR-546132 -5.606667 56.39367 95 -#> 5236 VR2AR-546132 -5.606667 56.39367 95 -#> 5237 VR2AR-546132 -5.606667 56.39367 95 -#> 5238 VR2AR-546132 -5.606667 56.39367 95 -#> 5239 VR2AR-546132 -5.606667 56.39367 95 -#> 5240 VR2AR-546132 -5.606667 56.39367 95 -#> 5241 VR2AR-546132 -5.606667 56.39367 95 -#> 5242 VR2AR-546132 -5.606667 56.39367 95 -#> 5243 VR2AR-546132 -5.606667 56.39367 95 -#> 5244 VR2AR-546132 -5.606667 56.39367 95 -#> 5245 VR2AR-546132 -5.606667 56.39367 95 -#> 5246 VR2AR-546132 -5.606667 56.39367 95 -#> 5247 VR2AR-546132 -5.606667 56.39367 95 -#> 5248 VR2AR-546132 -5.606667 56.39367 95 -#> 5249 VR2AR-546132 -5.606667 56.39367 95 -#> 5250 VR2AR-546132 -5.606667 56.39367 95 -#> 5251 VR2AR-546132 -5.606667 56.39367 95 -#> 5252 VR2AR-546132 -5.606667 56.39367 95 -#> 5253 VR2AR-546132 -5.606667 56.39367 95 -#> 5254 VR2AR-546132 -5.606667 56.39367 95 -#> 5255 VR2W-108158 -5.619533 56.37413 25 -#> 5256 VR2W-108158 -5.619533 56.37413 25 -#> 5257 VR2W-108158 -5.619533 56.37413 25 -#> 5258 VR2W-108158 -5.619533 56.37413 25 -#> 5259 VR2W-108158 -5.619533 56.37413 25 -#> 5260 VR2W-108158 -5.619533 56.37413 25 -#> 5261 VR2W-108158 -5.619533 56.37413 25 -#> 5262 VR2W-108158 -5.619533 56.37413 25 -#> 5263 VR2W-108158 -5.619533 56.37413 25 -#> 5264 VR2W-108158 -5.619533 56.37413 25 -#> 5265 VR2W-108158 -5.619533 56.37413 25 -#> 5266 VR2W-108158 -5.619533 56.37413 25 -#> 5267 VR2W-108158 -5.619533 56.37413 25 -#> 5268 VR2W-108158 -5.619533 56.37413 25 -#> 5269 VR2W-108158 -5.619533 56.37413 25 -#> 5270 VR2W-108158 -5.619533 56.37413 25 -#> 5271 VR2W-113142 -5.634833 56.37502 50 -#> 5272 VR2W-113142 -5.634833 56.37502 50 -#> 5273 VR2W-113142 -5.634833 56.37502 50 -#> 5274 VR2W-113142 -5.634833 56.37502 50 -#> 5275 VR2W-113142 -5.634833 56.37502 50 -#> 5276 VR2W-113142 -5.634833 56.37502 50 -#> 5277 VR2W-113142 -5.634833 56.37502 50 -#> 5278 VR2W-113142 -5.634833 56.37502 50 -#> 5279 VR2W-113142 -5.634833 56.37502 50 -#> 5280 VR2W-113142 -5.634833 56.37502 50 -#> 5281 VR2W-113142 -5.634833 56.37502 50 -#> 5282 VR2W-113142 -5.634833 56.37502 50 -#> 5283 VR2W-113142 -5.634833 56.37502 50 -#> 5284 VR2W-113142 -5.634833 56.37502 50 -#> 5285 VR2W-113142 -5.634833 56.37502 50 -#> 5286 VR2W-113142 -5.634833 56.37502 50 -#> 5287 VR2AR-546132 -5.606667 56.39367 95 -#> 5288 VR2AR-546132 -5.606667 56.39367 95 -#> 5289 VR2AR-546132 -5.606667 56.39367 95 -#> 5290 VR2AR-546132 -5.606667 56.39367 95 -#> 5291 VR2AR-546132 -5.606667 56.39367 95 -#> 5292 VR2AR-546132 -5.606667 56.39367 95 -#> 5293 VR2W-113142 -5.634833 56.37502 50 -#> 5294 VR2W-113142 -5.634833 56.37502 50 -#> 5295 VR2W-113142 -5.634833 56.37502 50 -#> 5296 VR2W-113142 -5.634833 56.37502 50 -#> 5297 VR2W-113142 -5.634833 56.37502 50 -#> 5298 VR2W-113142 -5.634833 56.37502 50 -#> 5299 VR2W-113142 -5.634833 56.37502 50 -#> 5300 VR2W-113142 -5.634833 56.37502 50 -#> 5301 VR2W-113142 -5.634833 56.37502 50 -#> 5302 VR2W-113142 -5.634833 56.37502 50 -#> 5303 VR2W-113142 -5.634833 56.37502 50 -#> 5304 VR2W-113142 -5.634833 56.37502 50 -#> 5305 VR2W-113142 -5.634833 56.37502 50 -#> 5306 VR2W-110825 -5.691617 56.35263 50 -#> 5307 VR2W-110825 -5.691617 56.35263 50 -#> 5308 VR2W-110825 -5.691617 56.35263 50 -#> 5309 VR2W-110825 -5.691617 56.35263 50 -#> 5310 VR2W-110825 -5.691617 56.35263 50 -#> 5311 VR2W-110825 -5.691617 56.35263 50 -#> 5312 VR2W-110825 -5.691617 56.35263 50 -#> 5313 VR2W-110825 -5.691617 56.35263 50 -#> 5314 VR2W-110825 -5.691617 56.35263 50 -#> 5315 VR2W-110825 -5.691617 56.35263 50 -#> 5316 VR2W-110825 -5.691617 56.35263 50 -#> 5317 VR2W-110825 -5.691617 56.35263 50 -#> 5318 VR2W-110825 -5.691617 56.35263 50 -#> 5319 VR2W-113142 -5.634833 56.37502 50 -#> 5320 VR2W-113142 -5.634833 56.37502 50 -#> 5321 VR2W-113142 -5.634833 56.37502 50 -#> 5322 VR2W-113142 -5.634833 56.37502 50 -#> 5323 VR2W-113142 -5.634833 56.37502 50 -#> 5324 VR2W-113142 -5.634833 56.37502 50 -#> 5325 VR2W-113142 -5.634833 56.37502 50 -#> 5326 VR2W-113142 -5.634833 56.37502 50 -#> 5327 VR2AR-546132 -5.606667 56.39367 95 -#> 5328 VR2AR-546132 -5.606667 56.39367 95 -#> 5329 VR2AR-546132 -5.606667 56.39367 95 -#> 5330 VR2AR-546132 -5.606667 56.39367 95 -#> 5331 VR2AR-546132 -5.606667 56.39367 95 -#> 5332 VR2AR-546132 -5.606667 56.39367 95 -#> 5333 VR2AR-546132 -5.606667 56.39367 95 -#> 5334 VR2AR-546132 -5.606667 56.39367 95 -#> 5335 VR2AR-546132 -5.606667 56.39367 95 -#> 5336 VR2AR-546132 -5.606667 56.39367 95 -#> 5337 VR2AR-546132 -5.606667 56.39367 95 -#> 5338 VR2AR-546132 -5.606667 56.39367 95 -#> 5339 VR2AR-546132 -5.606667 56.39367 95 -#> 5340 VR2AR-546132 -5.606667 56.39367 95 -#> 5341 VR2AR-546132 -5.606667 56.39367 95 -#> 5342 VR2AR-546132 -5.606667 56.39367 95 -#> 5343 VR2AR-546132 -5.606667 56.39367 95 -#> 5344 VR2AR-546132 -5.606667 56.39367 95 -#> 5345 VR2AR-546132 -5.606667 56.39367 95 -#> 5346 VR2AR-546132 -5.606667 56.39367 95 -#> 5347 VR2AR-546132 -5.606667 56.39367 95 -#> 5348 VR2AR-546132 -5.606667 56.39367 95 -#> 5349 VR2AR-546132 -5.606667 56.39367 95 -#> 5350 VR2AR-546132 -5.606667 56.39367 95 -#> 5351 VR2AR-546132 -5.606667 56.39367 95 -#> 5352 VR2AR-546132 -5.606667 56.39367 95 -#> 5353 VR2AR-546132 -5.606667 56.39367 95 -#> 5354 VR2AR-546132 -5.606667 56.39367 95 -#> 5355 VR2AR-546132 -5.606667 56.39367 95 -#> 5356 VR2AR-546132 -5.606667 56.39367 95 -#> 5357 VR2AR-546132 -5.606667 56.39367 95 -#> 5358 VR2AR-546132 -5.606667 56.39367 95 -#> 5359 VR2AR-546132 -5.606667 56.39367 95 -#> 5360 VR2AR-546132 -5.606667 56.39367 95 -#> 5361 VR2AR-546132 -5.606667 56.39367 95 -#> 5362 VR2AR-546132 -5.606667 56.39367 95 -#> 5363 VR2AR-546132 -5.606667 56.39367 95 -#> 5364 VR2AR-546132 -5.606667 56.39367 95 -#> 5365 VR2AR-546132 -5.606667 56.39367 95 -#> 5366 VR2AR-546132 -5.606667 56.39367 95 -#> 5367 VR2AR-546132 -5.606667 56.39367 95 -#> 5368 VR2AR-546132 -5.606667 56.39367 95 -#> 5369 VR2AR-546132 -5.606667 56.39367 95 -#> 5370 VR2W-120722 -5.602283 56.37748 25 -#> 5371 VR2W-120722 -5.602283 56.37748 25 -#> 5372 VR2W-120722 -5.602283 56.37748 25 -#> 5373 VR2W-120722 -5.602283 56.37748 25 -#> 5374 VR2W-120722 -5.602283 56.37748 25 -#> 5375 VR2W-120722 -5.602283 56.37748 25 -#> 5376 VR2W-120722 -5.602283 56.37748 25 -#> 5377 VR2W-120722 -5.602283 56.37748 25 -#> 5378 VR2W-120722 -5.602283 56.37748 25 -#> 5379 VR2W-120722 -5.602283 56.37748 25 -#> 5380 VR2W-120722 -5.602283 56.37748 25 -#> 5381 VR2AR-546132 -5.606667 56.39367 95 -#> 5382 VR2AR-546132 -5.606667 56.39367 95 -#> 5383 VR2AR-546132 -5.606667 56.39367 95 -#> 5384 VR2AR-546132 -5.606667 56.39367 95 -#> 5385 VR2AR-546132 -5.606667 56.39367 95 -#> 5386 VR2AR-546132 -5.606667 56.39367 95 -#> 5387 VR2AR-546132 -5.606667 56.39367 95 -#> 5388 VR2AR-546132 -5.606667 56.39367 95 -#> 5389 VR2AR-546132 -5.606667 56.39367 95 -#> 5390 VR2AR-546132 -5.606667 56.39367 95 -#> 5391 VR2AR-546132 -5.606667 56.39367 95 -#> 5392 VR2AR-546132 -5.606667 56.39367 95 -#> 5393 VR2AR-546132 -5.606667 56.39367 95 -#> 5394 VR2AR-546132 -5.606667 56.39367 95 -#> 5395 VR2AR-546132 -5.606667 56.39367 95 -#> 5396 VR2AR-546132 -5.606667 56.39367 95 -#> 5397 VR2AR-546132 -5.606667 56.39367 95 -#> 5398 VR2AR-546132 -5.606667 56.39367 95 -#> 5399 VR2AR-546132 -5.606667 56.39367 95 -#> 5400 VR2AR-546132 -5.606667 56.39367 95 -#> 5401 VR2AR-546132 -5.606667 56.39367 95 -#> 5402 VR2AR-546132 -5.606667 56.39367 95 -#> 5403 VR2AR-546132 -5.606667 56.39367 95 -#> 5404 VR2AR-546132 -5.606667 56.39367 95 -#> 5405 VR2AR-546132 -5.606667 56.39367 95 -#> 5406 VR2AR-546132 -5.606667 56.39367 95 -#> 5407 VR2AR-546132 -5.606667 56.39367 95 -#> 5408 VR2AR-546132 -5.606667 56.39367 95 -#> 5409 VR2AR-546132 -5.606667 56.39367 95 -#> 5410 VR2AR-546132 -5.606667 56.39367 95 -#> 5411 VR2AR-546132 -5.606667 56.39367 95 -#> 5412 VR2AR-546132 -5.606667 56.39367 95 -#> 5413 VR2AR-546132 -5.606667 56.39367 95 -#> 5414 VR2AR-546132 -5.606667 56.39367 95 -#> 5415 VR2AR-546132 -5.606667 56.39367 95 -#> 5416 VR2AR-546132 -5.606667 56.39367 95 -#> 5417 VR2AR-546132 -5.606667 56.39367 95 -#> 5418 VR2AR-546132 -5.606667 56.39367 95 -#> 5419 VR2AR-546132 -5.606667 56.39367 95 -#> 5420 VR2AR-546132 -5.606667 56.39367 95 -#> 5421 VR2AR-546132 -5.606667 56.39367 95 -#> 5422 VR2AR-546132 -5.606667 56.39367 95 -#> 5423 VR2AR-546132 -5.606667 56.39367 95 -#> 5424 VR2AR-546132 -5.606667 56.39367 95 -#> 5425 VR2AR-546132 -5.606667 56.39367 95 -#> 5426 VR2AR-546132 -5.606667 56.39367 95 -#> 5427 VR2AR-546132 -5.606667 56.39367 95 -#> 5428 VR2W-120722 -5.602283 56.37748 25 -#> 5429 VR2W-120722 -5.602283 56.37748 25 -#> 5430 VR2W-120722 -5.602283 56.37748 25 -#> 5431 VR2W-120722 -5.602283 56.37748 25 -#> 5432 VR2W-120722 -5.602283 56.37748 25 -#> 5433 VR2W-108158 -5.619533 56.37413 25 -#> 5434 VR2W-108158 -5.619533 56.37413 25 -#> 5435 VR2W-108158 -5.619533 56.37413 25 -#> 5436 VR2W-108158 -5.619533 56.37413 25 -#> 5437 VR2W-108158 -5.619533 56.37413 25 -#> 5438 VR2W-108158 -5.619533 56.37413 25 -#> 5439 VR2W-108158 -5.619533 56.37413 25 -#> 5440 VR2W-108158 -5.619533 56.37413 25 -#> 5441 VR2W-120722 -5.602283 56.37748 25 -#> 5442 VR2W-120722 -5.602283 56.37748 25 -#> 5443 VR2W-120722 -5.602283 56.37748 25 -#> 5444 VR2W-120722 -5.602283 56.37748 25 -#> 5445 VR2W-120722 -5.602283 56.37748 25 -#> 5446 VR2W-120722 -5.602283 56.37748 25 -#> 5447 VR2W-120722 -5.602283 56.37748 25 -#> 5448 VR2W-120722 -5.602283 56.37748 25 -#> 5449 VR2W-120722 -5.602283 56.37748 25 -#> 5450 VR2W-120722 -5.602283 56.37748 25 -#> 5451 VR2W-120722 -5.602283 56.37748 25 -#> 5452 VR2W-120722 -5.602283 56.37748 25 -#> 5453 VR2W-120722 -5.602283 56.37748 25 -#> 5454 VR2W-120722 -5.602283 56.37748 25 -#> 5455 VR2W-120722 -5.602283 56.37748 25 -#> 5456 VR2W-120722 -5.602283 56.37748 25 -#> 5457 VR2W-120722 -5.602283 56.37748 25 -#> 5458 VR2W-120722 -5.602283 56.37748 25 -#> 5459 VR2W-120722 -5.602283 56.37748 25 -#> 5460 VR2W-120722 -5.602283 56.37748 25 -#> 5461 VR2W-120722 -5.602283 56.37748 25 -#> 5462 VR2W-120722 -5.602283 56.37748 25 -#> 5463 VR2W-120722 -5.602283 56.37748 25 -#> 5464 VR2W-120722 -5.602283 56.37748 25 -#> 5465 VR2W-108158 -5.619533 56.37413 25 -#> 5466 VR2W-108158 -5.619533 56.37413 25 -#> 5467 VR2W-108158 -5.619533 56.37413 25 -#> 5468 VR2W-108158 -5.619533 56.37413 25 -#> 5469 VR2W-108158 -5.619533 56.37413 25 -#> 5470 VR2W-108158 -5.619533 56.37413 25 -#> 5471 VR2W-108158 -5.619533 56.37413 25 -#> 5472 VR2W-108158 -5.619533 56.37413 25 -#> 5473 VR2W-120722 -5.602283 56.37748 25 -#> 5474 VR2W-120722 -5.602283 56.37748 25 -#> 5475 VR2W-120722 -5.602283 56.37748 25 -#> 5476 VR2W-120722 -5.602283 56.37748 25 -#> 5477 VR2W-120722 -5.602283 56.37748 25 -#> 5478 VR2W-120722 -5.602283 56.37748 25 -#> 5479 VR2W-120722 -5.602283 56.37748 25 -#> 5480 VR2W-120722 -5.602283 56.37748 25 -#> 5481 VR2W-120722 -5.602283 56.37748 25 -#> 5482 VR2W-120722 -5.602283 56.37748 25 -#> 5483 VR2W-120722 -5.602283 56.37748 25 -#> 5484 VR2W-120722 -5.602283 56.37748 25 -#> 5485 VR2W-120722 -5.602283 56.37748 25 -#> 5486 VR2W-108158 -5.619533 56.37413 25 -#> 5487 VR2W-108158 -5.619533 56.37413 25 -#> 5488 VR2W-108158 -5.619533 56.37413 25 -#> 5489 VR2W-108158 -5.619533 56.37413 25 -#> 5490 VR2W-108158 -5.619533 56.37413 25 -#> 5491 VR2W-108158 -5.619533 56.37413 25 -#> 5492 VR2W-108158 -5.619533 56.37413 25 -#> 5493 VR2W-108158 -5.619533 56.37413 25 -#> 5494 VR2W-108158 -5.619533 56.37413 25 -#> 5495 VR2W-108158 -5.619533 56.37413 25 -#> 5496 VR2W-108158 -5.619533 56.37413 25 -#> 5497 VR2W-108158 -5.619533 56.37413 25 -#> 5498 VR2W-108158 -5.619533 56.37413 25 -#> 5499 VR2W-108158 -5.619533 56.37413 25 -#> 5500 VR2W-108158 -5.619533 56.37413 25 -#> 5501 VR2W-108158 -5.619533 56.37413 25 -#> 5502 VR2W-108158 -5.619533 56.37413 25 -#> 5503 VR2W-108158 -5.619533 56.37413 25 -#> 5504 VR2W-108158 -5.619533 56.37413 25 -#> 5505 VR2W-108158 -5.619533 56.37413 25 -#> 5506 VR2W-108158 -5.619533 56.37413 25 -#> 5507 VR2W-108158 -5.619533 56.37413 25 -#> 5508 VR2W-108158 -5.619533 56.37413 25 -#> 5509 VR2W-108158 -5.619533 56.37413 25 -#> 5510 VR2W-108158 -5.619533 56.37413 25 -#> 5511 VR2W-108158 -5.619533 56.37413 25 -#> 5512 VR2W-108158 -5.619533 56.37413 25 -#> 5513 VR2W-108161 -5.605383 56.46018 25 -#> 5514 VR2W-108161 -5.605383 56.46018 25 -#> 5515 VR2W-108161 -5.605383 56.46018 25 -#> 5516 VR2W-108161 -5.605383 56.46018 25 -#> 5517 VR2AR-546131 -5.612700 56.37988 35 -#> 5518 VR2AR-546131 -5.612700 56.37988 35 -#> 5519 VR2AR-546131 -5.612700 56.37988 35 -#> 5520 VR2AR-546131 -5.612700 56.37988 35 -#> 5521 VR2AR-546131 -5.612700 56.37988 35 -#> 5522 VR2AR-546131 -5.612700 56.37988 35 -#> 5523 VR2AR-546131 -5.612700 56.37988 35 -#> 5524 VR2AR-546131 -5.612700 56.37988 35 -#> 5525 VR2AR-546131 -5.612700 56.37988 35 -#> 5526 VR2AR-546131 -5.612700 56.37988 35 -#> 5527 VR2AR-546131 -5.612700 56.37988 35 -#> 5528 VR2AR-546131 -5.612700 56.37988 35 -#> 5529 VR2AR-546131 -5.612700 56.37988 35 -#> 5530 VR2W-108158 -5.619533 56.37413 25 -#> 5531 VR2W-108158 -5.619533 56.37413 25 -#> 5532 VR2W-108158 -5.619533 56.37413 25 -#> 5533 VR2W-108158 -5.619533 56.37413 25 -#> 5534 VR2W-108158 -5.619533 56.37413 25 -#> 5535 VR2W-108158 -5.619533 56.37413 25 -#> 5536 VR2W-108158 -5.619533 56.37413 25 -#> 5537 VR2W-108158 -5.619533 56.37413 25 -#> 5538 VR2W-108158 -5.619533 56.37413 25 -#> 5539 VR2W-108158 -5.619533 56.37413 25 -#> 5540 VR2W-108158 -5.619533 56.37413 25 -#> 5541 VR2W-108158 -5.619533 56.37413 25 -#> 5542 VR2W-108158 -5.619533 56.37413 25 -#> 5543 VR2W-108158 -5.619533 56.37413 25 -#> 5544 VR2W-108158 -5.619533 56.37413 25 -#> 5545 VR2W-108158 -5.619533 56.37413 25 -#> 5546 VR2W-108158 -5.619533 56.37413 25 -#> 5547 VR2W-108158 -5.619533 56.37413 25 -#> 5548 VR2W-108158 -5.619533 56.37413 25 -#> 5549 VR2W-108158 -5.619533 56.37413 25 -#> 5550 VR2W-108158 -5.619533 56.37413 25 -#> 5551 VR2W-108158 -5.619533 56.37413 25 -#> 5552 VR2W-108158 -5.619533 56.37413 25 -#> 5553 VR2W-108158 -5.619533 56.37413 25 -#> 5554 VR2AR-546131 -5.612700 56.37988 35 -#> 5555 VR2AR-546131 -5.612700 56.37988 35 -#> 5556 VR2AR-546131 -5.612700 56.37988 35 -#> 5557 VR2AR-546131 -5.612700 56.37988 35 -#> 5558 VR2AR-546131 -5.612700 56.37988 35 -#> 5559 VR2AR-546131 -5.612700 56.37988 35 -#> 5560 VR2AR-546131 -5.612700 56.37988 35 -#> 5561 VR2AR-546131 -5.612700 56.37988 35 -#> 5562 VR2AR-546131 -5.612700 56.37988 35 -#> 5563 VR2AR-546131 -5.612700 56.37988 35 -#> 5564 VR2AR-546131 -5.612700 56.37988 35 -#> 5565 VR2AR-546131 -5.612700 56.37988 35 -#> 5566 VR2AR-546131 -5.612700 56.37988 35 -#> 5567 VR2AR-546131 -5.612700 56.37988 35 -#> 5568 VR2AR-546131 -5.612700 56.37988 35 -#> 5569 VR2AR-546131 -5.612700 56.37988 35 -#> 5570 VR2AR-546131 -5.612700 56.37988 35 -#> 5571 VR2AR-546131 -5.612700 56.37988 35 -#> 5572 VR2AR-546131 -5.612700 56.37988 35 -#> 5573 VR2AR-546131 -5.612700 56.37988 35 -#> 5574 VR2AR-546131 -5.612700 56.37988 35 -#> 5575 VR2AR-546131 -5.612700 56.37988 35 -#> 5576 VR2AR-546131 -5.612700 56.37988 35 -#> 5577 VR2AR-546131 -5.612700 56.37988 35 -#> 5578 VR2AR-546131 -5.612700 56.37988 35 -#> 5579 VR2AR-546131 -5.612700 56.37988 35 -#> 5580 VR2AR-546131 -5.612700 56.37988 35 -#> 5581 VR2AR-546131 -5.612700 56.37988 35 -#> 5582 VR2AR-546131 -5.612700 56.37988 35 -#> 5583 VR2AR-546131 -5.612700 56.37988 35 -#> 5584 VR2AR-546131 -5.612700 56.37988 35 -#> 5585 VR2AR-546131 -5.612700 56.37988 35 -#> 5586 VR2AR-546380 -5.637917 56.44800 25 -#> 5587 VR2AR-546380 -5.637917 56.44800 25 -#> 5588 VR2AR-546380 -5.637917 56.44800 25 -#> 5589 VR2W-108161 -5.605383 56.46018 25 -#> 5590 VR2W-108161 -5.605383 56.46018 25 -#> 5591 VR2W-108161 -5.605383 56.46018 25 -#> 5592 VR2W-108161 -5.605383 56.46018 25 -#> 5593 VR2W-108161 -5.605383 56.46018 25 -#> 5594 VR2W-108161 -5.605383 56.46018 25 -#> 5595 VR2W-108161 -5.605383 56.46018 25 -#> 5596 VR2W-108161 -5.605383 56.46018 25 -#> 5597 VR2W-108161 -5.605383 56.46018 25 -#> 5598 VR2W-108161 -5.605383 56.46018 25 -#> 5599 VR2W-108161 -5.605383 56.46018 25 -#> 5600 VR2W-108161 -5.605383 56.46018 25 -#> 5601 VR2W-108161 -5.605383 56.46018 25 -#> 5602 VR2W-108161 -5.605383 56.46018 25 -#> 5603 VR2AR-546380 -5.637917 56.44800 25 -#> 5604 VR2AR-546380 -5.637917 56.44800 25 -#> 5605 VR2AR-546380 -5.637917 56.44800 25 -#> 5606 VR2AR-546380 -5.637917 56.44800 25 -#> 5607 VR2AR-546380 -5.637917 56.44800 25 -#> 5608 VR2AR-546380 -5.637917 56.44800 25 -#> 5609 VR2AR-546380 -5.637917 56.44800 25 -#> 5610 VR2AR-546380 -5.637917 56.44800 25 -#> 5611 VR2AR-546380 -5.637917 56.44800 25 -#> 5612 VR2AR-546136 -5.626250 56.44810 75 -#> 5613 VR2AR-546136 -5.626250 56.44810 75 -#> 5614 VR2AR-546136 -5.626250 56.44810 75 -#> 5615 VR2AR-546131 -5.612700 56.37988 35 -#> 5616 VR2AR-546131 -5.612700 56.37988 35 -#> 5617 VR2AR-546131 -5.612700 56.37988 35 -#> 5618 VR2AR-546131 -5.612700 56.37988 35 -#> 5619 VR2AR-546131 -5.612700 56.37988 35 -#> 5620 VR2AR-546131 -5.612700 56.37988 35 -#> 5621 VR2AR-546131 -5.612700 56.37988 35 -#> 5622 VR2AR-546131 -5.612700 56.37988 35 -#> 5623 VR2AR-546131 -5.612700 56.37988 35 -#> 5624 VR2AR-546131 -5.612700 56.37988 35 -#> 5625 VR2AR-546131 -5.612700 56.37988 35 -#> 5626 VR2AR-546131 -5.612700 56.37988 35 -#> 5627 VR2AR-546131 -5.612700 56.37988 35 -#> 5628 VR2AR-546131 -5.612700 56.37988 35 -#> 5629 VR2AR-546131 -5.612700 56.37988 35 -#> 5630 VR2AR-546131 -5.612700 56.37988 35 -#> 5631 VR2AR-546131 -5.612700 56.37988 35 -#> 5632 VR2AR-546131 -5.612700 56.37988 35 -#> 5633 VR2AR-546131 -5.612700 56.37988 35 -#> 5634 VR2AR-546131 -5.612700 56.37988 35 -#> 5635 VR2AR-546131 -5.612700 56.37988 35 -#> 5636 VR2AR-546131 -5.612700 56.37988 35 -#> 5637 VR2AR-546131 -5.612700 56.37988 35 -#> 5638 VR2AR-546131 -5.612700 56.37988 35 -#> 5639 VR2AR-546131 -5.612700 56.37988 35 -#> 5640 VR2AR-546131 -5.612700 56.37988 35 -#> 5641 VR2AR-546131 -5.612700 56.37988 35 -#> 5642 VR2AR-546131 -5.612700 56.37988 35 -#> 5643 VR2AR-546131 -5.612700 56.37988 35 -#> 5644 VR2AR-546131 -5.612700 56.37988 35 -#> 5645 VR2AR-546131 -5.612700 56.37988 35 -#> 5646 VR2AR-546136 -5.626250 56.44810 75 -#> 5647 VR2AR-546136 -5.626250 56.44810 75 -#> 5648 VR2AR-546136 -5.626250 56.44810 75 -#> 5649 VR2W-108161 -5.605383 56.46018 25 -#> 5650 VR2W-108161 -5.605383 56.46018 25 -#> 5651 VR2AR-546136 -5.626250 56.44810 75 -#> 5652 VR2AR-546136 -5.626250 56.44810 75 -#> 5653 VR2AR-546136 -5.626250 56.44810 75 -#> 5654 VR2AR-546136 -5.626250 56.44810 75 -#> 5655 VR2AR-546136 -5.626250 56.44810 75 -#> 5656 VR2AR-546136 -5.626250 56.44810 75 -#> 5657 VR2AR-546380 -5.637917 56.44800 25 -#> 5658 VR2AR-546380 -5.637917 56.44800 25 -#> 5659 VR2AR-546136 -5.626250 56.44810 75 -#> 5660 VR2AR-546136 -5.626250 56.44810 75 -#> 5661 VR2AR-546136 -5.626250 56.44810 75 -#> 5662 VR2AR-546136 -5.626250 56.44810 75 -#> 5663 VR2AR-546136 -5.626250 56.44810 75 -#> 5664 VR2AR-546136 -5.626250 56.44810 75 -#> 5665 VR2AR-546136 -5.626250 56.44810 75 -#> 5666 VR2AR-546136 -5.626250 56.44810 75 -#> 5667 VR2AR-546131 -5.612700 56.37988 35 -#> 5668 VR2AR-546131 -5.612700 56.37988 35 -#> 5669 VR2AR-546131 -5.612700 56.37988 35 -#> 5670 VR2AR-546131 -5.612700 56.37988 35 -#> 5671 VR2AR-546131 -5.612700 56.37988 35 -#> 5672 VR2AR-546131 -5.612700 56.37988 35 -#> 5673 VR2AR-546131 -5.612700 56.37988 35 -#> 5674 VR2AR-546131 -5.612700 56.37988 35 -#> 5675 VR2AR-546131 -5.612700 56.37988 35 -#> 5676 VR2AR-546131 -5.612700 56.37988 35 -#> 5677 VR2AR-546131 -5.612700 56.37988 35 -#> 5678 VR2AR-546131 -5.612700 56.37988 35 -#> 5679 VR2AR-546131 -5.612700 56.37988 35 -#> 5680 VR2AR-546131 -5.612700 56.37988 35 -#> 5681 VR2AR-546131 -5.612700 56.37988 35 -#> 5682 VR2AR-546131 -5.612700 56.37988 35 -#> 5683 VR2AR-546131 -5.612700 56.37988 35 -#> 5684 VR2AR-546131 -5.612700 56.37988 35 -#> 5685 VR2AR-546131 -5.612700 56.37988 35 -#> 5686 VR2AR-546131 -5.612700 56.37988 35 -#> 5687 VR2AR-546131 -5.612700 56.37988 35 -#> 5688 VR2AR-546131 -5.612700 56.37988 35 -#> 5689 VR2AR-546131 -5.612700 56.37988 35 -#> 5690 VR2AR-546131 -5.612700 56.37988 35 -#> 5691 VR2AR-546131 -5.612700 56.37988 35 -#> 5692 VR2AR-546131 -5.612700 56.37988 35 -#> 5693 VR2AR-546136 -5.626250 56.44810 75 -#> 5694 VR2AR-546136 -5.626250 56.44810 75 -#> 5695 VR2AR-546136 -5.626250 56.44810 75 -#> 5696 VR2AR-546136 -5.626250 56.44810 75 -#> 5697 VR2AR-546136 -5.626250 56.44810 75 -#> 5698 VR2AR-546136 -5.626250 56.44810 75 -#> 5699 VR2AR-546136 -5.626250 56.44810 75 -#> 5700 VR2AR-546136 -5.626250 56.44810 75 -#> 5701 VR2AR-546136 -5.626250 56.44810 75 -#> 5702 VR2AR-546136 -5.626250 56.44810 75 -#> 5703 VR2AR-546136 -5.626250 56.44810 75 -#> 5704 VR2AR-546136 -5.626250 56.44810 75 -#> 5705 VR2AR-546380 -5.637917 56.44800 25 -#> 5706 VR2AR-546380 -5.637917 56.44800 25 -#> 5707 VR2AR-546380 -5.637917 56.44800 25 -#> 5708 VR2AR-546380 -5.637917 56.44800 25 -#> 5709 VR2AR-546380 -5.637917 56.44800 25 -#> 5710 VR2AR-546380 -5.637917 56.44800 25 -#> 5711 VR2AR-546380 -5.637917 56.44800 25 -#> 5712 VR2AR-546380 -5.637917 56.44800 25 -#> 5713 VR2AR-546380 -5.637917 56.44800 25 -#> 5714 VR2AR-546380 -5.637917 56.44800 25 -#> 5715 VR2AR-546380 -5.637917 56.44800 25 -#> 5716 VR2AR-546380 -5.637917 56.44800 25 -#> 5717 VR2AR-546380 -5.637917 56.44800 25 -#> 5718 VR2AR-546136 -5.626250 56.44810 75 -#> 5719 VR2AR-546136 -5.626250 56.44810 75 -#> 5720 VR2AR-546136 -5.626250 56.44810 75 -#> 5721 VR2AR-546136 -5.626250 56.44810 75 -#> 5722 VR2AR-546136 -5.626250 56.44810 75 -#> 5723 VR2AR-546136 -5.626250 56.44810 75 -#> 5724 VR2AR-546136 -5.626250 56.44810 75 -#> 5725 VR2AR-546136 -5.626250 56.44810 75 -#> 5726 VR2AR-546136 -5.626250 56.44810 75 -#> 5727 VR2AR-546136 -5.626250 56.44810 75 -#> 5728 VR2AR-546136 -5.626250 56.44810 75 -#> 5729 VR2AR-546136 -5.626250 56.44810 75 -#> 5730 VR2AR-546136 -5.626250 56.44810 75 -#> 5731 VR2AR-546133 -5.701717 56.49747 90 -#> 5732 VR2AR-546133 -5.701717 56.49747 90 -#> 5733 VR2AR-546133 -5.701717 56.49747 90 -#> 5734 VR2AR-546133 -5.701717 56.49747 90 -#> 5735 VR2AR-546133 -5.701717 56.49747 90 -#> 5736 VR2AR-546133 -5.701717 56.49747 90 -#> 5737 VR2AR-546133 -5.701717 56.49747 90 -#> 5738 VR2AR-546133 -5.701717 56.49747 90 -#> 5739 VR2AR-546133 -5.701717 56.49747 90 -#> 5740 VR2AR-546133 -5.701717 56.49747 90 -#> 5741 VR2AR-546133 -5.701717 56.49747 90 -#> 5742 VR2-5637 -5.692417 56.49913 25 -#> 5743 VR2-5637 -5.692417 56.49913 25 -#> 5744 VR2-5637 -5.692417 56.49913 25 -#> 5745 VR2-5637 -5.692417 56.49913 25 -#> 5746 VR2-5637 -5.692417 56.49913 25 -#> 5747 VR2-5637 -5.692417 56.49913 25 -#> 5748 VR2-5637 -5.692417 56.49913 25 -#> 5749 VR2-5637 -5.692417 56.49913 25 -#> 5750 VR2-5637 -5.692417 56.49913 25 -#> 5751 VR2-5637 -5.692417 56.49913 25 -#> 5752 VR2-5637 -5.692417 56.49913 25 -#> 5753 VR2-5637 -5.692417 56.49913 25 -#> 5754 VR2-5637 -5.692417 56.49913 25 -#> 5755 VR2-5637 -5.692417 56.49913 25 -#> 5756 VR2-5637 -5.692417 56.49913 25 -#> 5757 VR2-5637 -5.692417 56.49913 25 -#> 5758 VR2-5637 -5.692417 56.49913 25 -#> 5759 VR2-5637 -5.692417 56.49913 25 -#> 5760 VR2-5637 -5.692417 56.49913 25 -#> 5761 VR2W-108161 -5.605383 56.46018 25 -#> 5762 VR2W-108161 -5.605383 56.46018 25 -#> 5763 VR2W-108161 -5.605383 56.46018 25 -#> 5764 VR2W-108161 -5.605383 56.46018 25 -#> 5765 VR2W-108161 -5.605383 56.46018 25 -#> 5766 VR2W-108161 -5.605383 56.46018 25 -#> 5767 VR2W-108161 -5.605383 56.46018 25 -#> 5768 VR2W-108161 -5.605383 56.46018 25 -#> 5769 VR2W-108161 -5.605383 56.46018 25 -#> 5770 VR2W-108161 -5.605383 56.46018 25 -#> 5771 VR2W-108161 -5.605383 56.46018 25 -#> 5772 VR2W-108161 -5.605383 56.46018 25 -#> 5773 VR2W-108161 -5.605383 56.46018 25 -#> 5774 VR2W-108161 -5.605383 56.46018 25 -#> 5775 VR2W-108161 -5.605383 56.46018 25 -#> 5776 VR2W-108161 -5.605383 56.46018 25 -#> 5777 VR2W-108161 -5.605383 56.46018 25 -#> 5778 VR2W-108161 -5.605383 56.46018 25 -#> 5779 VR2W-108161 -5.605383 56.46018 25 -#> 5780 VR2W-108161 -5.605383 56.46018 25 -#> 5781 VR2W-108161 -5.605383 56.46018 25 -#> 5782 VR2W-108161 -5.605383 56.46018 25 -#> 5783 VR2W-108161 -5.605383 56.46018 25 -#> 5784 VR2AR-546131 -5.612700 56.37988 35 -#> 5785 VR2AR-546131 -5.612700 56.37988 35 -#> 5786 VR2AR-546131 -5.612700 56.37988 35 -#> 5787 VR2AR-546131 -5.612700 56.37988 35 -#> 5788 VR2AR-546131 -5.612700 56.37988 35 -#> 5789 VR2AR-546131 -5.612700 56.37988 35 -#> 5790 VR2AR-546131 -5.612700 56.37988 35 -#> 5791 VR2AR-546131 -5.612700 56.37988 35 -#> 5792 VR2AR-546131 -5.612700 56.37988 35 -#> 5793 VR2AR-546131 -5.612700 56.37988 35 -#> 5794 VR2AR-546131 -5.612700 56.37988 35 -#> 5795 VR2AR-546131 -5.612700 56.37988 35 -#> 5796 VR2AR-546131 -5.612700 56.37988 35 -#> 5797 VR2AR-546131 -5.612700 56.37988 35 -#> 5798 VR2AR-546131 -5.612700 56.37988 35 -#> 5799 VR2AR-546131 -5.612700 56.37988 35 -#> 5800 VR2AR-546131 -5.612700 56.37988 35 -#> 5801 VR2AR-546131 -5.612700 56.37988 35 -#> 5802 VR2AR-546131 -5.612700 56.37988 35 -#> 5803 VR2AR-546131 -5.612700 56.37988 35 -#> 5804 VR2AR-546131 -5.612700 56.37988 35 -#> 5805 VR2AR-546131 -5.612700 56.37988 35 -#> 5806 VR2AR-546131 -5.612700 56.37988 35 -#> 5807 VR2AR-546131 -5.612700 56.37988 35 -#> 5808 VR2AR-546131 -5.612700 56.37988 35 -#> 5809 VR2AR-546131 -5.612700 56.37988 35 -#> 5810 VR2AR-546131 -5.612700 56.37988 35 -#> 5811 VR2AR-546131 -5.612700 56.37988 35 -#> 5812 VR2AR-546131 -5.612700 56.37988 35 -#> 5813 VR2AR-546131 -5.612700 56.37988 35 -#> 5814 VR2AR-546131 -5.612700 56.37988 35 -#> 5815 VR2AR-546131 -5.612700 56.37988 35 -#> 5816 VR2AR-546131 -5.612700 56.37988 35 -#> 5817 VR2AR-546131 -5.612700 56.37988 35 -#> 5818 VR2AR-546131 -5.612700 56.37988 35 -#> 5819 VR2AR-546131 -5.612700 56.37988 35 -#> 5820 VR2AR-546131 -5.612700 56.37988 35 -#> 5821 VR2AR-546131 -5.612700 56.37988 35 -#> 5822 VR2AR-546131 -5.612700 56.37988 35 -#> 5823 VR2AR-546131 -5.612700 56.37988 35 -#> 5824 VR2AR-546131 -5.612700 56.37988 35 -#> 5825 VR2AR-546131 -5.612700 56.37988 35 -#> 5826 VR2AR-546131 -5.612700 56.37988 35 -#> 5827 VR2AR-546131 -5.612700 56.37988 35 -#> 5828 VR2AR-546131 -5.612700 56.37988 35 -#> 5829 VR2AR-546131 -5.612700 56.37988 35 -#> 5830 VR2AR-546131 -5.612700 56.37988 35 -#> 5831 VR2AR-546131 -5.612700 56.37988 35 -#> 5832 VR2AR-546131 -5.612700 56.37988 35 -#> 5833 VR2AR-546131 -5.612700 56.37988 35 -#> 5834 VR2AR-546131 -5.612700 56.37988 35 -#> 5835 VR2AR-546131 -5.612700 56.37988 35 -#> 5836 VR2AR-546131 -5.612700 56.37988 35 -#> 5837 VR2AR-546131 -5.612700 56.37988 35 -#> 5838 VR2AR-546131 -5.612700 56.37988 35 -#> 5839 VR2AR-546131 -5.612700 56.37988 35 -#> 5840 VR2AR-546131 -5.612700 56.37988 35 -#> 5841 VR2AR-546131 -5.612700 56.37988 35 -#> 5842 VR2AR-546131 -5.612700 56.37988 35 -#> 5843 VR2AR-546131 -5.612700 56.37988 35 -#> 5844 VR2AR-546131 -5.612700 56.37988 35 -#> 5845 VR2AR-546131 -5.612700 56.37988 35 -#> 5846 VR2AR-546131 -5.612700 56.37988 35 -#> 5847 VR2AR-546131 -5.612700 56.37988 35 -#> 5848 VR2AR-546131 -5.612700 56.37988 35 -#> 5849 VR2AR-546131 -5.612700 56.37988 35 -#> 5850 VR2AR-546131 -5.612700 56.37988 35 -#> 5851 VR2AR-546131 -5.612700 56.37988 35 -#> 5852 VR2AR-546131 -5.612700 56.37988 35 -#> 5853 VR2AR-546131 -5.612700 56.37988 35 -#> 5854 VR2AR-546131 -5.612700 56.37988 35 -#> 5855 VR2AR-546131 -5.612700 56.37988 35 -#> 5856 VR2AR-546131 -5.612700 56.37988 35 -#> 5857 VR2AR-546131 -5.612700 56.37988 35 -#> 5858 VR2AR-546131 -5.612700 56.37988 35 -#> 5859 VR2AR-546131 -5.612700 56.37988 35 -#> 5860 VR2AR-546131 -5.612700 56.37988 35 -#> 5861 VR2AR-546131 -5.612700 56.37988 35 -#> 5862 VR2AR-546136 -5.626250 56.44810 75 -#> 5863 VR2AR-546136 -5.626250 56.44810 75 -#> 5864 VR2AR-546136 -5.626250 56.44810 75 -#> 5865 VR2AR-546136 -5.626250 56.44810 75 -#> 5866 VR2AR-546136 -5.626250 56.44810 75 -#> 5867 VR2AR-546136 -5.626250 56.44810 75 -#> 5868 VR2AR-546136 -5.626250 56.44810 75 -#> 5869 VR2AR-546136 -5.626250 56.44810 75 -#> 5870 VR2AR-546136 -5.626250 56.44810 75 -#> 5871 VR2AR-546136 -5.626250 56.44810 75 -#> 5872 VR2AR-546136 -5.626250 56.44810 75 -#> 5873 VR2AR-546136 -5.626250 56.44810 75 -#> 5874 VR2AR-546136 -5.626250 56.44810 75 -#> 5875 VR2AR-546136 -5.626250 56.44810 75 -#> 5876 VR2AR-546136 -5.626250 56.44810 75 -#> 5877 VR2AR-546136 -5.626250 56.44810 75 -#> 5878 VR2AR-546136 -5.626250 56.44810 75 -#> 5879 VR2AR-546136 -5.626250 56.44810 75 -#> 5880 VR2AR-546136 -5.626250 56.44810 75 -#> 5881 VR2AR-546136 -5.626250 56.44810 75 -#> 5882 VR2AR-546136 -5.626250 56.44810 75 -#> 5883 VR2AR-546136 -5.626250 56.44810 75 -#> 5884 VR2AR-546136 -5.626250 56.44810 75 -#> 5885 VR2AR-546136 -5.626250 56.44810 75 -#> 5886 VR2AR-546136 -5.626250 56.44810 75 -#> 5887 VR2AR-546136 -5.626250 56.44810 75 -#> 5888 VR2AR-546131 -5.612700 56.37988 35 -#> 5889 VR2AR-546131 -5.612700 56.37988 35 -#> 5890 VR2AR-546131 -5.612700 56.37988 35 -#> 5891 VR2AR-546131 -5.612700 56.37988 35 -#> 5892 VR2AR-546131 -5.612700 56.37988 35 -#> 5893 VR2AR-546131 -5.612700 56.37988 35 -#> 5894 VR2AR-546131 -5.612700 56.37988 35 -#> 5895 VR2AR-546131 -5.612700 56.37988 35 -#> 5896 VR2AR-546131 -5.612700 56.37988 35 -#> 5897 VR2AR-546131 -5.612700 56.37988 35 -#> 5898 VR2AR-546131 -5.612700 56.37988 35 -#> 5899 VR2AR-546131 -5.612700 56.37988 35 -#> 5900 VR2AR-546131 -5.612700 56.37988 35 -#> 5901 VR2AR-546131 -5.612700 56.37988 35 -#> 5902 VR2AR-546131 -5.612700 56.37988 35 -#> 5903 VR2AR-546131 -5.612700 56.37988 35 -#> 5904 VR2AR-546131 -5.612700 56.37988 35 -#> 5905 VR2AR-546131 -5.612700 56.37988 35 -#> 5906 VR2AR-546131 -5.612700 56.37988 35 -#> 5907 VR2AR-546131 -5.612700 56.37988 35 -#> 5908 VR2AR-546131 -5.612700 56.37988 35 -#> 5909 VR2AR-546131 -5.612700 56.37988 35 -#> 5910 VR2AR-546131 -5.612700 56.37988 35 -#> 5911 VR2AR-546131 -5.612700 56.37988 35 -#> 5912 VR2AR-546131 -5.612700 56.37988 35 -#> 5913 VR2AR-546131 -5.612700 56.37988 35 -#> 5914 VR2AR-546131 -5.612700 56.37988 35 -#> 5915 VR2AR-546131 -5.612700 56.37988 35 -#> 5916 VR2AR-546131 -5.612700 56.37988 35 -#> 5917 VR2AR-546131 -5.612700 56.37988 35 -#> 5918 VR2AR-546131 -5.612700 56.37988 35 -#> 5919 VR2AR-546131 -5.612700 56.37988 35 -#> 5920 VR2AR-546131 -5.612700 56.37988 35 -#> 5921 VR2AR-546131 -5.612700 56.37988 35 -#> 5922 VR2AR-546131 -5.612700 56.37988 35 -#> 5923 VR2AR-546131 -5.612700 56.37988 35 -#> 5924 VR2AR-546131 -5.612700 56.37988 35 -#> 5925 VR2AR-546131 -5.612700 56.37988 35 -#> 5926 VR2AR-546131 -5.612700 56.37988 35 -#> 5927 VR2AR-546131 -5.612700 56.37988 35 -#> 5928 VR2AR-546131 -5.612700 56.37988 35 -#> 5929 VR2AR-546131 -5.612700 56.37988 35 -#> 5930 VR2AR-546131 -5.612700 56.37988 35 -#> 5931 VR2AR-546131 -5.612700 56.37988 35 -#> 5932 VR2AR-546131 -5.612700 56.37988 35 -#> 5933 VR2AR-546131 -5.612700 56.37988 35 -#> 5934 VR2AR-546131 -5.612700 56.37988 35 -#> 5935 VR2AR-546131 -5.612700 56.37988 35 -#> 5936 VR2AR-546131 -5.612700 56.37988 35 -#> 5937 VR2AR-546131 -5.612700 56.37988 35 -#> 5938 VR2AR-546131 -5.612700 56.37988 35 -#> 5939 VR2AR-546131 -5.612700 56.37988 35 -#> 5940 VR2AR-546131 -5.612700 56.37988 35 -#> 5941 VR2AR-546131 -5.612700 56.37988 35 -#> 5942 VR2AR-546131 -5.612700 56.37988 35 -#> 5943 VR2AR-546131 -5.612700 56.37988 35 -#> 5944 VR2AR-546131 -5.612700 56.37988 35 -#> 5945 VR2AR-546131 -5.612700 56.37988 35 -#> 5946 VR2AR-546131 -5.612700 56.37988 35 -#> 5947 VR2AR-546131 -5.612700 56.37988 35 -#> 5948 VR2AR-546131 -5.612700 56.37988 35 -#> 5949 VR2AR-546131 -5.612700 56.37988 35 -#> 5950 VR2AR-546131 -5.612700 56.37988 35 -#> 5951 VR2AR-546131 -5.612700 56.37988 35 -#> 5952 VR2AR-546131 -5.612700 56.37988 35 -#> 5953 VR2AR-546131 -5.612700 56.37988 35 -#> 5954 VR2AR-546131 -5.612700 56.37988 35 -#> 5955 VR2AR-546131 -5.612700 56.37988 35 -#> 5956 VR2AR-546131 -5.612700 56.37988 35 -#> 5957 VR2AR-546131 -5.612700 56.37988 35 -#> 5958 VR2AR-546131 -5.612700 56.37988 35 -#> 5959 VR2AR-546131 -5.612700 56.37988 35 -#> 5960 VR2AR-546131 -5.612700 56.37988 35 -#> 5961 VR2AR-546131 -5.612700 56.37988 35 -#> 5962 VR2AR-546131 -5.612700 56.37988 35 -#> 5963 VR2AR-546131 -5.612700 56.37988 35 -#> 5964 VR2AR-546131 -5.612700 56.37988 35 -#> 5965 VR2AR-546131 -5.612700 56.37988 35 -#> 5966 VR2AR-546131 -5.612700 56.37988 35 -#> 5967 VR2AR-546131 -5.612700 56.37988 35 -#> 5968 VR2AR-546131 -5.612700 56.37988 35 -#> 5969 VR2AR-546131 -5.612700 56.37988 35 -#> 5970 VR2AR-546131 -5.612700 56.37988 35 -#> 5971 VR2AR-546131 -5.612700 56.37988 35 -#> 5972 VR2AR-546131 -5.612700 56.37988 35 -#> 5973 VR2AR-546131 -5.612700 56.37988 35 -#> 5974 VR2AR-546131 -5.612700 56.37988 35 -#> 5975 VR2AR-546131 -5.612700 56.37988 35 -#> 5976 VR2AR-546131 -5.612700 56.37988 35 -#> 5977 VR2AR-546131 -5.612700 56.37988 35 -#> 5978 VR2AR-546131 -5.612700 56.37988 35 -#> 5979 VR2AR-546131 -5.612700 56.37988 35 -#> 5980 VR2AR-546131 -5.612700 56.37988 35 -#> 5981 VR2AR-546131 -5.612700 56.37988 35 -#> 5982 VR2AR-546131 -5.612700 56.37988 35 -#> 5983 VR2AR-546131 -5.612700 56.37988 35 -#> 5984 VR2AR-546131 -5.612700 56.37988 35 -#> 5985 VR2AR-546131 -5.612700 56.37988 35 -#> 5986 VR2AR-546131 -5.612700 56.37988 35 -#> 5987 VR2AR-546131 -5.612700 56.37988 35 -#> 5988 VR2AR-546131 -5.612700 56.37988 35 -#> 5989 VR2AR-546131 -5.612700 56.37988 35 -#> 5990 VR2AR-546131 -5.612700 56.37988 35 -#> 5991 VR2AR-546131 -5.612700 56.37988 35 -#> 5992 VR2AR-546131 -5.612700 56.37988 35 -#> 5993 VR2AR-546131 -5.612700 56.37988 35 -#> 5994 VR2AR-546131 -5.612700 56.37988 35 -#> 5995 VR2AR-546131 -5.612700 56.37988 35 -#> 5996 VR2AR-546131 -5.612700 56.37988 35 -#> 5997 VR2AR-546131 -5.612700 56.37988 35 -#> 5998 VR2AR-546131 -5.612700 56.37988 35 -#> 5999 VR2AR-546131 -5.612700 56.37988 35 -#> 6000 VR2AR-546131 -5.612700 56.37988 35 -#> 6001 VR2AR-546131 -5.612700 56.37988 35 -#> 6002 VR2AR-546131 -5.612700 56.37988 35 -#> 6003 VR2AR-546131 -5.612700 56.37988 35 -#> 6004 VR2AR-546131 -5.612700 56.37988 35 -#> 6005 VR2AR-546131 -5.612700 56.37988 35 -#> 6006 VR2AR-546131 -5.612700 56.37988 35 -#> 6007 VR2AR-546131 -5.612700 56.37988 35 -#> 6008 VR2AR-546131 -5.612700 56.37988 35 -#> 6009 VR2AR-546131 -5.612700 56.37988 35 -#> 6010 VR2AR-546131 -5.612700 56.37988 35 -#> 6011 VR2AR-546131 -5.612700 56.37988 35 -#> 6012 VR2AR-546131 -5.612700 56.37988 35 -#> 6013 VR2AR-546131 -5.612700 56.37988 35 -#> 6014 VR2AR-546131 -5.612700 56.37988 35 -#> 6015 VR2AR-546131 -5.612700 56.37988 35 -#> 6016 VR2AR-546131 -5.612700 56.37988 35 -#> 6017 VR2AR-546131 -5.612700 56.37988 35 -#> 6018 VR2AR-546131 -5.612700 56.37988 35 -#> 6019 VR2AR-546131 -5.612700 56.37988 35 -#> 6020 VR2AR-546131 -5.612700 56.37988 35 -#> 6021 VR2AR-546131 -5.612700 56.37988 35 -#> 6022 VR2AR-546131 -5.612700 56.37988 35 -#> 6023 VR2AR-546131 -5.612700 56.37988 35 -#> 6024 VR2AR-546131 -5.612700 56.37988 35 -#> 6025 VR2AR-546131 -5.612700 56.37988 35 -#> 6026 VR2AR-546131 -5.612700 56.37988 35 -#> 6027 VR2AR-546131 -5.612700 56.37988 35 -#> 6028 VR2AR-546131 -5.612700 56.37988 35 -#> 6029 VR2AR-546131 -5.612700 56.37988 35 -#> 6030 VR2AR-546131 -5.612700 56.37988 35 -#> 6031 VR2AR-546131 -5.612700 56.37988 35 -#> 6032 VR2AR-546131 -5.612700 56.37988 35 -#> 6033 VR2AR-546131 -5.612700 56.37988 35 -#> 6034 VR2AR-546131 -5.612700 56.37988 35 -#> 6035 VR2AR-546131 -5.612700 56.37988 35 -#> 6036 VR2AR-546131 -5.612700 56.37988 35 -#> 6037 VR2AR-546131 -5.612700 56.37988 35 -#> 6038 VR2AR-546131 -5.612700 56.37988 35 -#> 6039 VR2AR-546131 -5.612700 56.37988 35 -#> 6040 VR2AR-546131 -5.612700 56.37988 35 -#> 6041 VR2AR-546131 -5.612700 56.37988 35 -#> 6042 VR2AR-546131 -5.612700 56.37988 35 -#> 6043 VR2AR-546131 -5.612700 56.37988 35 -#> 6044 VR2AR-546131 -5.612700 56.37988 35 -#> 6045 VR2AR-546131 -5.612700 56.37988 35 -#> 6046 VR2AR-546131 -5.612700 56.37988 35 -#> 6047 VR2AR-546131 -5.612700 56.37988 35 -#> 6048 VR2AR-546131 -5.612700 56.37988 35 -#> 6049 VR2AR-546131 -5.612700 56.37988 35 -#> 6050 VR2AR-546131 -5.612700 56.37988 35 -#> 6051 VR2AR-546131 -5.612700 56.37988 35 -#> 6052 VR2AR-546380 -5.637917 56.44800 25 -#> 6053 VR2AR-546380 -5.637917 56.44800 25 -#> 6054 VR2AR-546380 -5.637917 56.44800 25 -#> 6055 VR2AR-546380 -5.637917 56.44800 25 -#> 6056 VR2AR-546380 -5.637917 56.44800 25 -#> 6057 VR2AR-546136 -5.626250 56.44810 75 -#> 6058 VR2AR-546136 -5.626250 56.44810 75 -#> 6059 VR2AR-546136 -5.626250 56.44810 75 -#> 6060 VR2AR-546136 -5.626250 56.44810 75 -#> 6061 VR2AR-546136 -5.626250 56.44810 75 -#> 6062 VR2AR-546136 -5.626250 56.44810 75 -#> 6063 VR2AR-546136 -5.626250 56.44810 75 -#> 6064 VR2AR-546136 -5.626250 56.44810 75 -#> 6065 VR2AR-546136 -5.626250 56.44810 75 -#> 6066 VR2AR-546134 -5.643867 56.38278 145 -#> 6067 VR2AR-546134 -5.643867 56.38278 145 -#> 6068 VR2AR-546134 -5.643867 56.38278 145 -#> 6069 VR2AR-546134 -5.643867 56.38278 145 -#> 6070 VR2AR-546134 -5.643867 56.38278 145 -#> 6071 VR2AR-546134 -5.643867 56.38278 145 -#> 6072 VR2AR-546134 -5.643867 56.38278 145 -#> 6073 VR2AR-546134 -5.643867 56.38278 145 -#> 6074 VR2AR-546134 -5.643867 56.38278 145 -#> 6075 VR2AR-546134 -5.643867 56.38278 145 -#> 6076 VR2AR-546134 -5.643867 56.38278 145 -#> 6077 VR2AR-546134 -5.643867 56.38278 145 -#> 6078 VR2AR-546134 -5.643867 56.38278 145 -#> 6079 VR2AR-546134 -5.643867 56.38278 145 -#> 6080 VR2AR-546134 -5.643867 56.38278 145 -#> 6081 VR2AR-546134 -5.643867 56.38278 145 -#> 6082 VR2AR-546134 -5.643867 56.38278 145 -#> 6083 VR2AR-546134 -5.643867 56.38278 145 -#> 6084 VR2AR-546134 -5.643867 56.38278 145 -#> 6085 VR2AR-546134 -5.643867 56.38278 145 -#> 6086 VR2AR-546134 -5.643867 56.38278 145 -#> 6087 VR2AR-546134 -5.643867 56.38278 145 -#> 6088 VR2AR-546134 -5.643867 56.38278 145 -#> 6089 VR2AR-546134 -5.643867 56.38278 145 -#> 6090 VR2AR-546134 -5.643867 56.38278 145 -#> 6091 VR2AR-546134 -5.643867 56.38278 145 -#> 6092 VR2AR-546134 -5.643867 56.38278 145 -#> 6093 VR2AR-546134 -5.643867 56.38278 145 -#> 6094 VR2AR-546134 -5.643867 56.38278 145 -#> 6095 VR2AR-546134 -5.643867 56.38278 145 -#> 6096 VR2AR-546134 -5.643867 56.38278 145 -#> 6097 VR2AR-546134 -5.643867 56.38278 145 -#> 6098 VR2AR-546134 -5.643867 56.38278 145 -#> 6099 VR2AR-546134 -5.643867 56.38278 145 -#> 6100 VR2AR-546134 -5.643867 56.38278 145 -#> 6101 VR2AR-546134 -5.643867 56.38278 145 -#> 6102 VR2AR-546134 -5.643867 56.38278 145 -#> 6103 VR2AR-546134 -5.643867 56.38278 145 -#> 6104 VR2AR-546134 -5.643867 56.38278 145 -#> 6105 VR2AR-546131 -5.612700 56.37988 35 -#> 6106 VR2AR-546131 -5.612700 56.37988 35 -#> 6107 VR2AR-546131 -5.612700 56.37988 35 -#> 6108 VR2AR-546131 -5.612700 56.37988 35 -#> 6109 VR2AR-546131 -5.612700 56.37988 35 -#> 6110 VR2AR-546131 -5.612700 56.37988 35 -#> 6111 VR2AR-546131 -5.612700 56.37988 35 -#> 6112 VR2AR-546131 -5.612700 56.37988 35 -#> 6113 VR2AR-546131 -5.612700 56.37988 35 -#> 6114 VR2AR-546131 -5.612700 56.37988 35 -#> 6115 VR2AR-546131 -5.612700 56.37988 35 -#> 6116 VR2AR-546131 -5.612700 56.37988 35 -#> 6117 VR2AR-546131 -5.612700 56.37988 35 -#> 6118 VR2AR-546131 -5.612700 56.37988 35 -#> 6119 VR2AR-546131 -5.612700 56.37988 35 -#> 6120 VR2AR-546131 -5.612700 56.37988 35 -#> 6121 VR2AR-546131 -5.612700 56.37988 35 -#> 6122 VR2AR-546131 -5.612700 56.37988 35 -#> 6123 VR2AR-546131 -5.612700 56.37988 35 -#> 6124 VR2AR-546131 -5.612700 56.37988 35 -#> 6125 VR2AR-546131 -5.612700 56.37988 35 -#> 6126 VR2AR-546131 -5.612700 56.37988 35 -#> 6127 VR2AR-546131 -5.612700 56.37988 35 -#> 6128 VR2AR-546131 -5.612700 56.37988 35 -#> 6129 VR2AR-546131 -5.612700 56.37988 35 -#> 6130 VR2AR-546131 -5.612700 56.37988 35 -#> 6131 VR2AR-546131 -5.612700 56.37988 35 -#> 6132 VR2AR-546131 -5.612700 56.37988 35 -#> 6133 VR2AR-546131 -5.612700 56.37988 35 -#> 6134 VR2AR-546131 -5.612700 56.37988 35 -#> 6135 VR2AR-546131 -5.612700 56.37988 35 -#> 6136 VR2AR-546134 -5.643867 56.38278 145 -#> 6137 VR2AR-546134 -5.643867 56.38278 145 -#> 6138 VR2AR-546134 -5.643867 56.38278 145 -#> 6139 VR2AR-546134 -5.643867 56.38278 145 -#> 6140 VR2AR-546134 -5.643867 56.38278 145 -#> 6141 VR2AR-546134 -5.643867 56.38278 145 -#> 6142 VR2AR-546134 -5.643867 56.38278 145 -#> 6143 VR2AR-546134 -5.643867 56.38278 145 -#> 6144 VR2AR-546134 -5.643867 56.38278 145 -#> 6145 VR2AR-546134 -5.643867 56.38278 145 -#> 6146 VR2AR-546134 -5.643867 56.38278 145 -#> 6147 VR2AR-546134 -5.643867 56.38278 145 -#> 6148 VR2AR-546134 -5.643867 56.38278 145 -#> 6149 VR2AR-546134 -5.643867 56.38278 145 -#> 6150 VR2AR-546134 -5.643867 56.38278 145 -#> 6151 VR2AR-546136 -5.626250 56.44810 75 -#> 6152 VR2AR-546136 -5.626250 56.44810 75 -#> 6153 VR2-5637 -5.692417 56.49913 25 -#> 6154 VR2-5637 -5.692417 56.49913 25 -#> 6155 VR2-5637 -5.692417 56.49913 25 -#> 6156 VR2W-108161 -5.605383 56.46018 25 -#> 6157 VR2W-108161 -5.605383 56.46018 25 -#> 6158 VR2W-108161 -5.605383 56.46018 25 -#> 6159 VR2W-108161 -5.605383 56.46018 25 -#> 6160 VR2W-108161 -5.605383 56.46018 25 -#> 6161 VR2W-108161 -5.605383 56.46018 25 -#> 6162 VR2W-108161 -5.605383 56.46018 25 -#> 6163 VR2W-108161 -5.605383 56.46018 25 -#> 6164 VR2W-108161 -5.605383 56.46018 25 -#> 6165 VR2W-108161 -5.605383 56.46018 25 -#> 6166 VR2W-108161 -5.605383 56.46018 25 -#> 6167 VR2W-108161 -5.605383 56.46018 25 -#> 6168 VR2W-108161 -5.605383 56.46018 25 -#> 6169 VR2W-108161 -5.605383 56.46018 25 -#> 6170 VR2W-108161 -5.605383 56.46018 25 -#> 6171 VR2AR-546136 -5.626250 56.44810 75 -#> 6172 VR2AR-546136 -5.626250 56.44810 75 -#> 6173 VR2AR-546131 -5.612700 56.37988 35 -#> 6174 VR2AR-546131 -5.612700 56.37988 35 -#> 6175 VR2AR-546131 -5.612700 56.37988 35 -#> 6176 VR2AR-546131 -5.612700 56.37988 35 -#> 6177 VR2AR-546131 -5.612700 56.37988 35 -#> 6178 VR2AR-546131 -5.612700 56.37988 35 -#> 6179 VR2AR-546131 -5.612700 56.37988 35 -#> 6180 VR2AR-546131 -5.612700 56.37988 35 -#> 6181 VR2AR-546131 -5.612700 56.37988 35 -#> 6182 VR2AR-546131 -5.612700 56.37988 35 -#> 6183 VR2AR-546131 -5.612700 56.37988 35 -#> 6184 VR2AR-546131 -5.612700 56.37988 35 -#> 6185 VR2AR-546131 -5.612700 56.37988 35 -#> 6186 VR2AR-546131 -5.612700 56.37988 35 -#> 6187 VR2AR-546131 -5.612700 56.37988 35 -#> 6188 VR2AR-546131 -5.612700 56.37988 35 -#> 6189 VR2AR-546131 -5.612700 56.37988 35 -#> 6190 VR2AR-546131 -5.612700 56.37988 35 -#> 6191 VR2AR-546131 -5.612700 56.37988 35 -#> 6192 VR2AR-546131 -5.612700 56.37988 35 -#> 6193 VR2AR-546131 -5.612700 56.37988 35 -#> 6194 VR2AR-546131 -5.612700 56.37988 35 -#> 6195 VR2AR-546131 -5.612700 56.37988 35 -#> 6196 VR2AR-546131 -5.612700 56.37988 35 -#> 6197 VR2AR-546131 -5.612700 56.37988 35 -#> 6198 VR2AR-546131 -5.612700 56.37988 35 -#> 6199 VR2AR-546131 -5.612700 56.37988 35 -#> 6200 VR2AR-546131 -5.612700 56.37988 35 -#> 6201 VR2AR-546131 -5.612700 56.37988 35 -#> 6202 VR2AR-546131 -5.612700 56.37988 35 -#> 6203 VR2AR-546131 -5.612700 56.37988 35 -#> 6204 VR2AR-546131 -5.612700 56.37988 35 -#> 6205 VR2AR-546131 -5.612700 56.37988 35 -#> 6206 VR2AR-546131 -5.612700 56.37988 35 -#> 6207 VR2AR-546131 -5.612700 56.37988 35 -#> 6208 VR2AR-546131 -5.612700 56.37988 35 -#> 6209 VR2AR-546131 -5.612700 56.37988 35 -#> 6210 VR2AR-546131 -5.612700 56.37988 35 -#> 6211 VR2AR-546131 -5.612700 56.37988 35 -#> 6212 VR2AR-546131 -5.612700 56.37988 35 -#> 6213 VR2AR-546380 -5.637917 56.44800 25 -#> 6214 VR2AR-546380 -5.637917 56.44800 25 -#> 6215 VR2AR-546380 -5.637917 56.44800 25 -#> 6216 VR2AR-546380 -5.637917 56.44800 25 -#> 6217 VR2AR-546380 -5.637917 56.44800 25 -#> 6218 VR2AR-546380 -5.637917 56.44800 25 -#> 6219 VR2AR-546380 -5.637917 56.44800 25 -#> 6220 VR2AR-546380 -5.637917 56.44800 25 -#> 6221 VR2AR-546380 -5.637917 56.44800 25 -#> 6222 VR2AR-546133 -5.701717 56.49747 90 -#> 6223 VR2AR-546133 -5.701717 56.49747 90 -#> 6224 VR2AR-546133 -5.701717 56.49747 90 -#> 6225 VR2AR-546133 -5.701717 56.49747 90 -#> 6226 VR2AR-546133 -5.701717 56.49747 90 -#> 6227 VR2AR-546133 -5.701717 56.49747 90 -#> 6228 VR2AR-546133 -5.701717 56.49747 90 -#> 6229 VR2-5637 -5.692417 56.49913 25 -#> 6230 VR2-5637 -5.692417 56.49913 25 -#> 6231 VR2-5637 -5.692417 56.49913 25 -#> 6232 VR2-5637 -5.692417 56.49913 25 -#> 6233 VR2AR-546133 -5.701717 56.49747 90 -#> 6234 VR2AR-546133 -5.701717 56.49747 90 -#> 6235 VR2AR-546133 -5.701717 56.49747 90 -#> 6236 VR2AR-546133 -5.701717 56.49747 90 -#> 6237 VR2AR-546133 -5.701717 56.49747 90 -#> 6238 VR2AR-546133 -5.701717 56.49747 90 -#> 6239 VR2AR-546133 -5.701717 56.49747 90 -#> 6240 VR2AR-546133 -5.701717 56.49747 90 -#> 6241 VR2AR-546133 -5.701717 56.49747 90 -#> 6242 VR2AR-546133 -5.701717 56.49747 90 -#> 6243 VR2AR-546133 -5.701717 56.49747 90 -#> 6244 VR2AR-546133 -5.701717 56.49747 90 -#> 6245 VR2AR-546133 -5.701717 56.49747 90 -#> 6246 VR2AR-546133 -5.701717 56.49747 90 -#> 6247 VR2AR-546133 -5.701717 56.49747 90 -#> 6248 VR2AR-546133 -5.701717 56.49747 90 -#> 6249 VR2AR-546133 -5.701717 56.49747 90 -#> 6250 VR2AR-546133 -5.701717 56.49747 90 -#> 6251 VR2AR-546133 -5.701717 56.49747 90 -#> 6252 VR2AR-546133 -5.701717 56.49747 90 -#> 6253 VR2AR-546133 -5.701717 56.49747 90 -#> 6254 VR2AR-546133 -5.701717 56.49747 90 -#> 6255 VR2AR-546133 -5.701717 56.49747 90 -#> 6256 VR2AR-546133 -5.701717 56.49747 90 -#> 6257 VR2AR-546133 -5.701717 56.49747 90 -#> 6258 VR2AR-546133 -5.701717 56.49747 90 -#> 6259 VR2AR-546133 -5.701717 56.49747 90 -#> 6260 VR2AR-546133 -5.701717 56.49747 90 -#> 6261 VR2AR-546133 -5.701717 56.49747 90 -#> 6262 VR2AR-546133 -5.701717 56.49747 90 -#> 6263 VR2AR-546133 -5.701717 56.49747 90 -#> 6264 VR2AR-546133 -5.701717 56.49747 90 -#> 6265 VR2-5637 -5.692417 56.49913 25 -#> 6266 VR2AR-546133 -5.701717 56.49747 90 -#> 6267 VR2-5637 -5.692417 56.49913 25 -#> 6268 VR2AR-546133 -5.701717 56.49747 90 -#> 6269 VR2-5637 -5.692417 56.49913 25 -#> 6270 VR2-5637 -5.692417 56.49913 25 -#> 6271 VR2-5637 -5.692417 56.49913 25 -#> 6272 VR2-5637 -5.692417 56.49913 25 -#> 6273 VR2-5637 -5.692417 56.49913 25 -#> 6274 VR2-5637 -5.692417 56.49913 25 -#> 6275 VR2-5637 -5.692417 56.49913 25 -#> 6276 VR2-5637 -5.692417 56.49913 25 -#> 6277 VR2-5637 -5.692417 56.49913 25 -#> 6278 VR2-5637 -5.692417 56.49913 25 -#> 6279 VR2-5637 -5.692417 56.49913 25 -#> 6280 VR2-5637 -5.692417 56.49913 25 -#> 6281 VR2-5637 -5.692417 56.49913 25 -#> 6282 VR2W-108161 -5.605383 56.46018 25 -#> 6283 VR2W-108161 -5.605383 56.46018 25 -#> 6284 VR2W-108161 -5.605383 56.46018 25 -#> 6285 VR2W-108161 -5.605383 56.46018 25 -#> 6286 VR2W-108161 -5.605383 56.46018 25 -#> 6287 VR2W-108161 -5.605383 56.46018 25 -#> 6288 VR2W-108161 -5.605383 56.46018 25 -#> 6289 VR2W-108161 -5.605383 56.46018 25 -#> 6290 VR2W-108161 -5.605383 56.46018 25 -#> 6291 VR2W-108161 -5.605383 56.46018 25 -#> 6292 VR2W-108161 -5.605383 56.46018 25 -#> 6293 VR2W-108161 -5.605383 56.46018 25 -#> 6294 VR2W-108161 -5.605383 56.46018 25 -#> 6295 VR2W-108161 -5.605383 56.46018 25 -#> 6296 VR2W-108161 -5.605383 56.46018 25 -#> 6297 VR2W-108161 -5.605383 56.46018 25 -#> 6298 VR2W-108161 -5.605383 56.46018 25 -#> 6299 VR2W-108161 -5.605383 56.46018 25 -#> 6300 VR2W-108161 -5.605383 56.46018 25 -#> 6301 VR2W-108161 -5.605383 56.46018 25 -#> 6302 VR2W-108161 -5.605383 56.46018 25 -#> 6303 VR2W-108161 -5.605383 56.46018 25 -#> 6304 VR2W-108161 -5.605383 56.46018 25 -#> 6305 VR2W-108161 -5.605383 56.46018 25 -#> 6306 VR2W-108161 -5.605383 56.46018 25 -#> 6307 VR2W-108161 -5.605383 56.46018 25 -#> 6308 VR2W-108161 -5.605383 56.46018 25 -#> 6309 VR2W-108161 -5.605383 56.46018 25 -#> 6310 VR2W-108161 -5.605383 56.46018 25 -#> 6311 VR2W-108161 -5.605383 56.46018 25 -#> 6312 VR2W-108161 -5.605383 56.46018 25 -#> 6313 VR2W-108161 -5.605383 56.46018 25 -#> 6314 VR2W-108161 -5.605383 56.46018 25 -#> 6315 VR2W-108161 -5.605383 56.46018 25 -#> 6316 VR2W-108161 -5.605383 56.46018 25 -#> 6317 VR2W-108161 -5.605383 56.46018 25 -#> 6318 VR2W-108161 -5.605383 56.46018 25 -#> 6319 VR2AR-546136 -5.626250 56.44810 75 -#> 6320 VR2AR-546136 -5.626250 56.44810 75 -#> 6321 VR2AR-546136 -5.626250 56.44810 75 -#> 6322 VR2AR-546136 -5.626250 56.44810 75 -#> 6323 VR2AR-546136 -5.626250 56.44810 75 -#> 6324 VR2AR-546136 -5.626250 56.44810 75 -#> 6325 VR2AR-546136 -5.626250 56.44810 75 -#> 6326 VR2AR-546136 -5.626250 56.44810 75 -#> 6327 VR2AR-546136 -5.626250 56.44810 75 -#> 6328 VR2AR-546136 -5.626250 56.44810 75 -#> 6329 VR2AR-546136 -5.626250 56.44810 75 -#> 6330 VR2AR-546136 -5.626250 56.44810 75 -#> 6331 VR2AR-546136 -5.626250 56.44810 75 -#> 6332 VR2AR-546136 -5.626250 56.44810 75 -#> 6333 VR2AR-546136 -5.626250 56.44810 75 -#> 6334 VR2AR-546136 -5.626250 56.44810 75 -#> 6335 VR2AR-546136 -5.626250 56.44810 75 -#> 6336 VR2AR-546136 -5.626250 56.44810 75 -#> 6337 VR2AR-546136 -5.626250 56.44810 75 -#> 6338 VR2AR-546136 -5.626250 56.44810 75 -#> 6339 VR2AR-546136 -5.626250 56.44810 75 -#> 6340 VR2AR-546136 -5.626250 56.44810 75 -#> 6341 VR2AR-546136 -5.626250 56.44810 75 -#> 6342 VR2AR-546136 -5.626250 56.44810 75 -#> 6343 VR2AR-546136 -5.626250 56.44810 75 -#> 6344 VR2AR-546136 -5.626250 56.44810 75 -#> 6345 VR2AR-546136 -5.626250 56.44810 75 -#> 6346 VR2AR-546136 -5.626250 56.44810 75 -#> 6347 VR2AR-546136 -5.626250 56.44810 75 -#> 6348 VR2AR-546136 -5.626250 56.44810 75 -#> 6349 VR2AR-546136 -5.626250 56.44810 75 -#> 6350 VR2AR-546136 -5.626250 56.44810 75 -#> 6351 VR2AR-546136 -5.626250 56.44810 75 -#> 6352 VR2AR-546136 -5.626250 56.44810 75 -#> 6353 VR2AR-546136 -5.626250 56.44810 75 -#> 6354 VR2AR-546136 -5.626250 56.44810 75 -#> 6355 VR2AR-546136 -5.626250 56.44810 75 -#> 6356 VR2AR-546136 -5.626250 56.44810 75 -#> 6357 VR2AR-546136 -5.626250 56.44810 75 -#> 6358 VR2AR-546136 -5.626250 56.44810 75 -#> 6359 VR2AR-546136 -5.626250 56.44810 75 -#> 6360 VR2AR-546136 -5.626250 56.44810 75 -#> 6361 VR2W-108161 -5.605383 56.46018 25 -#> 6362 VR2W-108161 -5.605383 56.46018 25 -#> 6363 VR2W-108161 -5.605383 56.46018 25 -#> 6364 VR2W-108161 -5.605383 56.46018 25 -#> 6365 VR2W-108161 -5.605383 56.46018 25 -#> 6366 VR2W-108161 -5.605383 56.46018 25 -#> 6367 VR2W-108161 -5.605383 56.46018 25 -#> 6368 VR2W-108161 -5.605383 56.46018 25 -#> 6369 VR2W-108161 -5.605383 56.46018 25 -#> 6370 VR2W-108161 -5.605383 56.46018 25 -#> 6371 VR2W-108161 -5.605383 56.46018 25 -#> 6372 VR2W-108161 -5.605383 56.46018 25 -#> 6373 VR2W-108161 -5.605383 56.46018 25 -#> 6374 VR2W-108161 -5.605383 56.46018 25 -#> 6375 VR2AR-546131 -5.612700 56.37988 35 -#> 6376 VR2AR-546131 -5.612700 56.37988 35 -#> 6377 VR2AR-546131 -5.612700 56.37988 35 -#> 6378 VR2AR-546131 -5.612700 56.37988 35 -#> 6379 VR2AR-546131 -5.612700 56.37988 35 -#> 6380 VR2AR-546131 -5.612700 56.37988 35 -#> 6381 VR2AR-546131 -5.612700 56.37988 35 -#> 6382 VR2AR-546131 -5.612700 56.37988 35 -#> 6383 VR2AR-546131 -5.612700 56.37988 35 -#> 6384 VR2AR-546131 -5.612700 56.37988 35 -#> 6385 VR2AR-546131 -5.612700 56.37988 35 -#> 6386 VR2AR-546131 -5.612700 56.37988 35 -#> 6387 VR2AR-546131 -5.612700 56.37988 35 -#> 6388 VR2AR-546131 -5.612700 56.37988 35 -#> 6389 VR2AR-546131 -5.612700 56.37988 35 -#> 6390 VR2AR-546131 -5.612700 56.37988 35 -#> 6391 VR2AR-546131 -5.612700 56.37988 35 -#> 6392 VR2AR-546131 -5.612700 56.37988 35 -#> 6393 VR2AR-546131 -5.612700 56.37988 35 -#> 6394 VR2AR-546131 -5.612700 56.37988 35 -#> 6395 VR2AR-546131 -5.612700 56.37988 35 -#> 6396 VR2AR-546131 -5.612700 56.37988 35 -#> 6397 VR2AR-546131 -5.612700 56.37988 35 -#> 6398 VR2AR-546131 -5.612700 56.37988 35 -#> 6399 VR2AR-546131 -5.612700 56.37988 35 -#> 6400 VR2AR-546131 -5.612700 56.37988 35 -#> 6401 VR2AR-546131 -5.612700 56.37988 35 -#> 6402 VR2AR-546131 -5.612700 56.37988 35 -#> 6403 VR2AR-546131 -5.612700 56.37988 35 -#> 6404 VR2AR-546131 -5.612700 56.37988 35 -#> 6405 VR2AR-546131 -5.612700 56.37988 35 -#> 6406 VR2AR-546131 -5.612700 56.37988 35 -#> 6407 VR2AR-546131 -5.612700 56.37988 35 -#> 6408 VR2AR-546131 -5.612700 56.37988 35 -#> 6409 VR2AR-546131 -5.612700 56.37988 35 -#> 6410 VR2AR-546131 -5.612700 56.37988 35 -#> 6411 VR2AR-546131 -5.612700 56.37988 35 -#> 6412 VR2AR-546131 -5.612700 56.37988 35 -#> 6413 VR2AR-546131 -5.612700 56.37988 35 -#> 6414 VR2AR-546131 -5.612700 56.37988 35 -#> 6415 VR2AR-546131 -5.612700 56.37988 35 -#> 6416 VR2AR-546131 -5.612700 56.37988 35 -#> 6417 VR2AR-546131 -5.612700 56.37988 35 -#> 6418 VR2AR-546131 -5.612700 56.37988 35 -#> 6419 VR2AR-546131 -5.612700 56.37988 35 -#> 6420 VR2AR-546131 -5.612700 56.37988 35 -#> 6421 VR2AR-546131 -5.612700 56.37988 35 -#> 6422 VR2AR-546131 -5.612700 56.37988 35 -#> 6423 VR2AR-546131 -5.612700 56.37988 35 -#> 6424 VR2AR-546131 -5.612700 56.37988 35 -#> 6425 VR2AR-546131 -5.612700 56.37988 35 -#> 6426 VR2AR-546131 -5.612700 56.37988 35 -#> 6427 VR2AR-546131 -5.612700 56.37988 35 -#> 6428 VR2AR-546131 -5.612700 56.37988 35 -#> 6429 VR2AR-546131 -5.612700 56.37988 35 -#> 6430 VR2AR-546131 -5.612700 56.37988 35 -#> 6431 VR2AR-546131 -5.612700 56.37988 35 -#> 6432 VR2AR-546131 -5.612700 56.37988 35 -#> 6433 VR2AR-546131 -5.612700 56.37988 35 -#> 6434 VR2AR-546136 -5.626250 56.44810 75 -#> 6435 VR2AR-546136 -5.626250 56.44810 75 -#> 6436 VR2W-108161 -5.605383 56.46018 25 -#> 6437 VR2W-108161 -5.605383 56.46018 25 -#> 6438 VR2W-108161 -5.605383 56.46018 25 -#> 6439 VR2W-108161 -5.605383 56.46018 25 -#> 6440 VR2W-108161 -5.605383 56.46018 25 -#> 6441 VR2W-108161 -5.605383 56.46018 25 -#> 6442 VR2W-108161 -5.605383 56.46018 25 -#> 6443 VR2W-108161 -5.605383 56.46018 25 -#> 6444 VR2W-108161 -5.605383 56.46018 25 -#> 6445 VR2W-108161 -5.605383 56.46018 25 -#> 6446 VR2W-108161 -5.605383 56.46018 25 -#> 6447 VR2W-108161 -5.605383 56.46018 25 -#> 6448 VR2W-108161 -5.605383 56.46018 25 -#> 6449 VR2W-108161 -5.605383 56.46018 25 -#> 6450 VR2W-108161 -5.605383 56.46018 25 -#> 6451 VR2W-108161 -5.605383 56.46018 25 -#> 6452 VR2W-108161 -5.605383 56.46018 25 -#> 6453 VR2W-108161 -5.605383 56.46018 25 -#> 6454 VR2W-108161 -5.605383 56.46018 25 -#> 6455 VR2AR-546131 -5.612700 56.37988 35 -#> 6456 VR2AR-546131 -5.612700 56.37988 35 -#> 6457 VR2AR-546131 -5.612700 56.37988 35 -#> 6458 VR2AR-546131 -5.612700 56.37988 35 -#> 6459 VR2AR-546131 -5.612700 56.37988 35 -#> 6460 VR2AR-546131 -5.612700 56.37988 35 -#> 6461 VR2AR-546131 -5.612700 56.37988 35 -#> 6462 VR2AR-546131 -5.612700 56.37988 35 -#> 6463 VR2AR-546131 -5.612700 56.37988 35 -#> 6464 VR2AR-546131 -5.612700 56.37988 35 -#> 6465 VR2AR-546131 -5.612700 56.37988 35 -#> 6466 VR2AR-546131 -5.612700 56.37988 35 -#> 6467 VR2AR-546131 -5.612700 56.37988 35 -#> 6468 VR2AR-546131 -5.612700 56.37988 35 -#> 6469 VR2AR-546131 -5.612700 56.37988 35 -#> 6470 VR2AR-546131 -5.612700 56.37988 35 -#> 6471 VR2AR-546131 -5.612700 56.37988 35 -#> 6472 VR2AR-546131 -5.612700 56.37988 35 -#> 6473 VR2AR-546131 -5.612700 56.37988 35 -#> 6474 VR2AR-546131 -5.612700 56.37988 35 -#> 6475 VR2AR-546131 -5.612700 56.37988 35 -#> 6476 VR2AR-546131 -5.612700 56.37988 35 -#> 6477 VR2AR-546131 -5.612700 56.37988 35 -#> 6478 VR2AR-546131 -5.612700 56.37988 35 -#> 6479 VR2AR-546131 -5.612700 56.37988 35 -#> 6480 VR2AR-546131 -5.612700 56.37988 35 -#> 6481 VR2AR-546131 -5.612700 56.37988 35 -#> 6482 VR2AR-546131 -5.612700 56.37988 35 -#> 6483 VR2AR-546131 -5.612700 56.37988 35 -#> 6484 VR2AR-546131 -5.612700 56.37988 35 -#> 6485 VR2AR-546131 -5.612700 56.37988 35 -#> 6486 VR2AR-546131 -5.612700 56.37988 35 -#> 6487 VR2AR-546131 -5.612700 56.37988 35 -#> 6488 VR2AR-546131 -5.612700 56.37988 35 -#> 6489 VR2AR-546131 -5.612700 56.37988 35 -#> 6490 VR2AR-546131 -5.612700 56.37988 35 -#> 6491 VR2W-108158 -5.619533 56.37413 25 -#> 6492 VR2W-108158 -5.619533 56.37413 25 -#> 6493 VR2W-108158 -5.619533 56.37413 25 -#> 6494 VR2W-108158 -5.619533 56.37413 25 -#> 6495 VR2W-108158 -5.619533 56.37413 25 -#> 6496 VR2W-108158 -5.619533 56.37413 25 -#> 6497 VR2W-108158 -5.619533 56.37413 25 -#> 6498 VR2W-108158 -5.619533 56.37413 25 -#> 6499 VR2W-108158 -5.619533 56.37413 25 -#> 6500 VR2W-108158 -5.619533 56.37413 25 -#> 6501 VR2W-108158 -5.619533 56.37413 25 -#> 6502 VR2W-108160 -5.631733 56.37447 50 -#> 6503 VR2W-108160 -5.631733 56.37447 50 -#> 6504 VR2W-108160 -5.631733 56.37447 50 -#> 6505 VR2W-108160 -5.631733 56.37447 50 -#> 6506 VR2W-108160 -5.631733 56.37447 50 -#> 6507 VR2W-108160 -5.631733 56.37447 50 -#> 6508 VR2W-108160 -5.631733 56.37447 50 -#> 6509 VR2W-108160 -5.631733 56.37447 50 -#> 6510 VR2W-108160 -5.631733 56.37447 50 -#> 6511 VR2W-108160 -5.631733 56.37447 50 -#> 6512 VR2W-108160 -5.631733 56.37447 50 -#> 6513 VR2W-108160 -5.631733 56.37447 50 -#> 6514 VR2W-108160 -5.631733 56.37447 50 -#> 6515 VR2W-108160 -5.631733 56.37447 50 -#> 6516 VR2W-108160 -5.631733 56.37447 50 -#> 6517 VR2W-108160 -5.631733 56.37447 50 -#> 6518 VR2W-108160 -5.631733 56.37447 50 -#> 6519 VR2W-108160 -5.631733 56.37447 50 -#> 6520 VR2W-108160 -5.631733 56.37447 50 -#> 6521 VR2W-108160 -5.631733 56.37447 50 -#> 6522 VR2W-108160 -5.631733 56.37447 50 -#> 6523 VR2W-108160 -5.631733 56.37447 50 -#> 6524 VR2W-108160 -5.631733 56.37447 50 -#> 6525 VR2W-108160 -5.631733 56.37447 50 -#> 6526 VR2W-108160 -5.631733 56.37447 50 -#> 6527 VR2W-108160 -5.631733 56.37447 50 -#> 6528 VR2W-108160 -5.631733 56.37447 50 -#> 6529 VR2W-108160 -5.631733 56.37447 50 -#> 6530 VR2W-108160 -5.631733 56.37447 50 -#> 6531 VR2W-108160 -5.631733 56.37447 50 -#> 6532 VR2W-108160 -5.631733 56.37447 50 -#> 6533 VR2W-108160 -5.631733 56.37447 50 -#> 6534 VR2W-108160 -5.631733 56.37447 50 -#> 6535 VR2W-108160 -5.631733 56.37447 50 -#> 6536 VR2W-108160 -5.631733 56.37447 50 -#> 6537 VR2W-108160 -5.631733 56.37447 50 -#> 6538 VR2W-108160 -5.631733 56.37447 50 -#> 6539 VR2W-108160 -5.631733 56.37447 50 -#> 6540 VR2W-108160 -5.631733 56.37447 50 -#> 6541 VR2W-108160 -5.631733 56.37447 50 -#> 6542 VR2W-108160 -5.631733 56.37447 50 -#> 6543 VR2W-108160 -5.631733 56.37447 50 -#> 6544 VR2W-108160 -5.631733 56.37447 50 -#> 6545 VR2W-108160 -5.631733 56.37447 50 -#> 6546 VR2W-108160 -5.631733 56.37447 50 -#> 6547 VR2W-108160 -5.631733 56.37447 50 -#> 6548 VR2W-108160 -5.631733 56.37447 50 -#> 6549 VR2W-108160 -5.631733 56.37447 50 -#> 6550 VR2W-108160 -5.631733 56.37447 50 -#> 6551 VR2W-108160 -5.631733 56.37447 50 -#> 6552 VR2W-108160 -5.631733 56.37447 50 -#> 6553 VR2W-108160 -5.631733 56.37447 50 -#> 6554 VR2W-108160 -5.631733 56.37447 50 -#> 6555 VR2W-108160 -5.631733 56.37447 50 -#> 6556 VR2W-108160 -5.631733 56.37447 50 -#> 6557 VR2W-108160 -5.631733 56.37447 50 -#> 6558 VR2W-108160 -5.631733 56.37447 50 -#> 6559 VR2W-108160 -5.631733 56.37447 50 -#> 6560 VR2W-108160 -5.631733 56.37447 50 -#> 6561 VR2W-108160 -5.631733 56.37447 50 -#> 6562 VR2W-108160 -5.631733 56.37447 50 -#> 6563 VR2W-108160 -5.631733 56.37447 50 -#> 6564 VR2W-108160 -5.631733 56.37447 50 -#> 6565 VR2W-108160 -5.631733 56.37447 50 -#> 6566 VR2AR-546131 -5.612700 56.37988 35 -#> 6567 VR2AR-546131 -5.612700 56.37988 35 -#> 6568 VR2AR-546131 -5.612700 56.37988 35 -#> 6569 VR2AR-546131 -5.612700 56.37988 35 -#> 6570 VR2AR-546131 -5.612700 56.37988 35 -#> 6571 VR2AR-546131 -5.612700 56.37988 35 -#> 6572 VR2AR-546131 -5.612700 56.37988 35 -#> 6573 VR2AR-546131 -5.612700 56.37988 35 -#> 6574 VR2AR-546131 -5.612700 56.37988 35 -#> 6575 VR2AR-546131 -5.612700 56.37988 35 -#> 6576 VR2AR-546131 -5.612700 56.37988 35 -#> 6577 VR2AR-546131 -5.612700 56.37988 35 -#> 6578 VR2AR-546131 -5.612700 56.37988 35 -#> 6579 VR2AR-546131 -5.612700 56.37988 35 -#> 6580 VR2AR-546131 -5.612700 56.37988 35 -#> 6581 VR2AR-546131 -5.612700 56.37988 35 -#> 6582 VR2AR-546131 -5.612700 56.37988 35 -#> 6583 VR2AR-546131 -5.612700 56.37988 35 -#> 6584 VR2AR-546131 -5.612700 56.37988 35 -#> 6585 VR2AR-546131 -5.612700 56.37988 35 -#> 6586 VR2AR-546131 -5.612700 56.37988 35 -#> 6587 VR2AR-546131 -5.612700 56.37988 35 -#> 6588 VR2AR-546131 -5.612700 56.37988 35 -#> 6589 VR2AR-546131 -5.612700 56.37988 35 -#> 6590 VR2AR-546131 -5.612700 56.37988 35 -#> 6591 VR2AR-546131 -5.612700 56.37988 35 -#> 6592 VR2AR-546131 -5.612700 56.37988 35 -#> 6593 VR2AR-546131 -5.612700 56.37988 35 -#> 6594 VR2AR-546131 -5.612700 56.37988 35 -#> 6595 VR2AR-546131 -5.612700 56.37988 35 -#> 6596 VR2AR-546131 -5.612700 56.37988 35 -#> 6597 VR2AR-546131 -5.612700 56.37988 35 -#> 6598 VR2AR-546131 -5.612700 56.37988 35 -#> 6599 VR2AR-546131 -5.612700 56.37988 35 -#> 6600 VR2AR-546131 -5.612700 56.37988 35 -#> 6601 VR2AR-546131 -5.612700 56.37988 35 -#> 6602 VR2AR-546131 -5.612700 56.37988 35 -#> 6603 VR2AR-546131 -5.612700 56.37988 35 -#> 6604 VR2AR-546131 -5.612700 56.37988 35 -#> 6605 VR2AR-546131 -5.612700 56.37988 35 -#> 6606 VR2AR-546131 -5.612700 56.37988 35 -#> 6607 VR2AR-546131 -5.612700 56.37988 35 -#> 6608 VR2AR-546131 -5.612700 56.37988 35 -#> 6609 VR2AR-546131 -5.612700 56.37988 35 -#> 6610 VR2AR-546131 -5.612700 56.37988 35 -#> 6611 VR2AR-546131 -5.612700 56.37988 35 -#> 6612 VR2AR-546131 -5.612700 56.37988 35 -#> 6613 VR2AR-546131 -5.612700 56.37988 35 -#> 6614 VR2AR-546131 -5.612700 56.37988 35 -#> 6615 VR2AR-546131 -5.612700 56.37988 35 -#> 6616 VR2AR-546131 -5.612700 56.37988 35 -#> 6617 VR2AR-546131 -5.612700 56.37988 35 -#> 6618 VR2AR-546131 -5.612700 56.37988 35 -#> 6619 VR2AR-546131 -5.612700 56.37988 35 -#> 6620 VR2AR-546131 -5.612700 56.37988 35 -#> 6621 VR2AR-546131 -5.612700 56.37988 35 -#> 6622 VR2AR-546131 -5.612700 56.37988 35 -#> 6623 VR2AR-546131 -5.612700 56.37988 35 -#> 6624 VR2AR-546131 -5.612700 56.37988 35 -#> 6625 VR2AR-546131 -5.612700 56.37988 35 -#> 6626 VR2AR-546131 -5.612700 56.37988 35 -#> 6627 VR2AR-546131 -5.612700 56.37988 35 -#> 6628 VR2AR-546131 -5.612700 56.37988 35 -#> 6629 VR2AR-546131 -5.612700 56.37988 35 -#> 6630 VR2AR-546131 -5.612700 56.37988 35 -#> 6631 VR2AR-546131 -5.612700 56.37988 35 -#> 6632 VR2AR-546131 -5.612700 56.37988 35 -#> 6633 VR2AR-546131 -5.612700 56.37988 35 -#> 6634 VR2AR-546131 -5.612700 56.37988 35 -#> 6635 VR2AR-546131 -5.612700 56.37988 35 -#> 6636 VR2AR-546131 -5.612700 56.37988 35 -#> 6637 VR2AR-546131 -5.612700 56.37988 35 -#> 6638 VR2AR-546131 -5.612700 56.37988 35 -#> 6639 VR2AR-546131 -5.612700 56.37988 35 -#> 6640 VR2AR-546131 -5.612700 56.37988 35 -#> 6641 VR2AR-546131 -5.612700 56.37988 35 -#> 6642 VR2AR-546131 -5.612700 56.37988 35 -#> 6643 VR2AR-546131 -5.612700 56.37988 35 -#> 6644 VR2AR-546131 -5.612700 56.37988 35 -#> 6645 VR2AR-546131 -5.612700 56.37988 35 -#> 6646 VR2AR-546131 -5.612700 56.37988 35 -#> 6647 VR2AR-546131 -5.612700 56.37988 35 -#> 6648 VR2AR-546131 -5.612700 56.37988 35 -#> 6649 VR2AR-546131 -5.612700 56.37988 35 -#> 6650 VR2AR-546131 -5.612700 56.37988 35 -#> 6651 VR2AR-546131 -5.612700 56.37988 35 -#> 6652 VR2AR-546131 -5.612700 56.37988 35 -#> 6653 VR2AR-546131 -5.612700 56.37988 35 -#> 6654 VR2AR-546131 -5.612700 56.37988 35 -#> 6655 VR2AR-546131 -5.612700 56.37988 35 -#> 6656 VR2AR-546131 -5.612700 56.37988 35 -#> 6657 VR2AR-546131 -5.612700 56.37988 35 -#> 6658 VR2AR-546131 -5.612700 56.37988 35 -#> 6659 VR2AR-546131 -5.612700 56.37988 35 -#> 6660 VR2AR-546131 -5.612700 56.37988 35 -#> 6661 VR2AR-546131 -5.612700 56.37988 35 -#> 6662 VR2AR-546131 -5.612700 56.37988 35 -#> 6663 VR2AR-546131 -5.612700 56.37988 35 -#> 6664 VR2AR-546131 -5.612700 56.37988 35 -#> 6665 VR2AR-546131 -5.612700 56.37988 35 -#> 6666 VR2AR-546131 -5.612700 56.37988 35 -#> 6667 VR2AR-546131 -5.612700 56.37988 35 -#> 6668 VR2AR-546131 -5.612700 56.37988 35 -#> 6669 VR2AR-546131 -5.612700 56.37988 35 -#> 6670 VR2AR-546131 -5.612700 56.37988 35 -#> 6671 VR2AR-546131 -5.612700 56.37988 35 -#> 6672 VR2AR-546131 -5.612700 56.37988 35 -#> 6673 VR2AR-546131 -5.612700 56.37988 35 -#> 6674 VR2AR-546131 -5.612700 56.37988 35 -#> 6675 VR2AR-546131 -5.612700 56.37988 35 -#> 6676 VR2AR-546131 -5.612700 56.37988 35 -#> 6677 VR2AR-546131 -5.612700 56.37988 35 -#> 6678 VR2AR-546131 -5.612700 56.37988 35 -#> 6679 VR2AR-546131 -5.612700 56.37988 35 -#> 6680 VR2AR-546131 -5.612700 56.37988 35 -#> 6681 VR2AR-546131 -5.612700 56.37988 35 -#> 6682 VR2AR-546131 -5.612700 56.37988 35 -#> 6683 VR2AR-546131 -5.612700 56.37988 35 -#> 6684 VR2AR-546131 -5.612700 56.37988 35 -#> 6685 VR2AR-546131 -5.612700 56.37988 35 -#> 6686 VR2AR-546131 -5.612700 56.37988 35 -#> 6687 VR2AR-546131 -5.612700 56.37988 35 -#> 6688 VR2AR-546131 -5.612700 56.37988 35 -#> 6689 VR2AR-546131 -5.612700 56.37988 35 -#> 6690 VR2AR-546131 -5.612700 56.37988 35 -#> 6691 VR2AR-546131 -5.612700 56.37988 35 -#> 6692 VR2AR-546131 -5.612700 56.37988 35 -#> 6693 VR2AR-546131 -5.612700 56.37988 35 -#> 6694 VR2AR-546131 -5.612700 56.37988 35 -#> 6695 VR2AR-546131 -5.612700 56.37988 35 -#> 6696 VR2AR-546131 -5.612700 56.37988 35 -#> 6697 VR2AR-546131 -5.612700 56.37988 35 -#> 6698 VR2AR-546131 -5.612700 56.37988 35 -#> 6699 VR2AR-546131 -5.612700 56.37988 35 -#> 6700 VR2AR-546131 -5.612700 56.37988 35 -#> 6701 VR2AR-546131 -5.612700 56.37988 35 -#> 6702 VR2AR-546131 -5.612700 56.37988 35 -#> 6703 VR2AR-546131 -5.612700 56.37988 35 -#> 6704 VR2AR-546131 -5.612700 56.37988 35 -#> 6705 VR2AR-546131 -5.612700 56.37988 35 -#> 6706 VR2AR-546131 -5.612700 56.37988 35 -#> 6707 VR2AR-546131 -5.612700 56.37988 35 -#> 6708 VR2AR-546131 -5.612700 56.37988 35 -#> 6709 VR2AR-546131 -5.612700 56.37988 35 -#> 6710 VR2AR-546131 -5.612700 56.37988 35 -#> 6711 VR2AR-546131 -5.612700 56.37988 35 -#> 6712 VR2AR-546131 -5.612700 56.37988 35 -#> 6713 VR2AR-546131 -5.612700 56.37988 35 -#> 6714 VR2AR-546131 -5.612700 56.37988 35 -#> 6715 VR2AR-546131 -5.612700 56.37988 35 -#> 6716 VR2AR-546131 -5.612700 56.37988 35 -#> 6717 VR2AR-546131 -5.612700 56.37988 35 -#> 6718 VR2AR-546131 -5.612700 56.37988 35 -#> 6719 VR2AR-546131 -5.612700 56.37988 35 -#> 6720 VR2AR-546131 -5.612700 56.37988 35 -#> 6721 VR2AR-546131 -5.612700 56.37988 35 -#> 6722 VR2AR-546131 -5.612700 56.37988 35 -#> 6723 VR2AR-546131 -5.612700 56.37988 35 -#> 6724 VR2AR-546131 -5.612700 56.37988 35 -#> 6725 VR2AR-546131 -5.612700 56.37988 35 -#> 6726 VR2AR-546131 -5.612700 56.37988 35 -#> 6727 VR2AR-546131 -5.612700 56.37988 35 -#> 6728 VR2AR-546134 -5.643867 56.38278 145 -#> 6729 VR2AR-546134 -5.643867 56.38278 145 -#> 6730 VR2AR-546134 -5.643867 56.38278 145 -#> 6731 VR2AR-546134 -5.643867 56.38278 145 -#> 6732 VR2AR-546134 -5.643867 56.38278 145 -#> 6733 VR2AR-546134 -5.643867 56.38278 145 -#> 6734 VR2AR-546134 -5.643867 56.38278 145 -#> 6735 VR2AR-546134 -5.643867 56.38278 145 -#> 6736 VR2AR-546134 -5.643867 56.38278 145 -#> 6737 VR2AR-546134 -5.643867 56.38278 145 -#> 6738 VR2AR-546134 -5.643867 56.38278 145 -#> 6739 VR2AR-546134 -5.643867 56.38278 145 -#> 6740 VR2AR-546134 -5.643867 56.38278 145 -#> 6741 VR2AR-546134 -5.643867 56.38278 145 -#> 6742 VR2AR-546134 -5.643867 56.38278 145 -#> 6743 VR2AR-546134 -5.643867 56.38278 145 -#> 6744 VR2AR-546136 -5.626250 56.44810 75 -#> 6745 VR2AR-546136 -5.626250 56.44810 75 -#> 6746 VR2AR-546131 -5.612700 56.37988 35 -#> 6747 VR2AR-546131 -5.612700 56.37988 35 -#> 6748 VR2AR-546131 -5.612700 56.37988 35 -#> 6749 VR2AR-546131 -5.612700 56.37988 35 -#> 6750 VR2AR-546131 -5.612700 56.37988 35 -#> 6751 VR2AR-546131 -5.612700 56.37988 35 -#> 6752 VR2AR-546131 -5.612700 56.37988 35 -#> 6753 VR2AR-546131 -5.612700 56.37988 35 -#> 6754 VR2AR-546131 -5.612700 56.37988 35 -#> 6755 VR2AR-546131 -5.612700 56.37988 35 -#> 6756 VR2AR-546131 -5.612700 56.37988 35 -#> 6757 VR2AR-546131 -5.612700 56.37988 35 -#> 6758 VR2AR-546131 -5.612700 56.37988 35 -#> 6759 VR2AR-546131 -5.612700 56.37988 35 -#> 6760 VR2AR-546131 -5.612700 56.37988 35 -#> 6761 VR2AR-546131 -5.612700 56.37988 35 -#> 6762 VR2AR-546131 -5.612700 56.37988 35 -#> 6763 VR2AR-546131 -5.612700 56.37988 35 -#> 6764 VR2AR-546131 -5.612700 56.37988 35 -#> 6765 VR2AR-546131 -5.612700 56.37988 35 -#> 6766 VR2AR-546131 -5.612700 56.37988 35 -#> 6767 VR2AR-546131 -5.612700 56.37988 35 -#> 6768 VR2AR-546131 -5.612700 56.37988 35 -#> 6769 VR2AR-546131 -5.612700 56.37988 35 -#> 6770 VR2AR-546131 -5.612700 56.37988 35 -#> 6771 VR2AR-546131 -5.612700 56.37988 35 -#> 6772 VR2AR-546131 -5.612700 56.37988 35 -#> 6773 VR2AR-546131 -5.612700 56.37988 35 -#> 6774 VR2AR-546131 -5.612700 56.37988 35 -#> 6775 VR2AR-546131 -5.612700 56.37988 35 -#> 6776 VR2AR-546131 -5.612700 56.37988 35 -#> 6777 VR2AR-546131 -5.612700 56.37988 35 -#> 6778 VR2AR-546131 -5.612700 56.37988 35 -#> 6779 VR2AR-546131 -5.612700 56.37988 35 -#> 6780 VR2AR-546131 -5.612700 56.37988 35 -#> 6781 VR2AR-546131 -5.612700 56.37988 35 -#> 6782 VR2AR-546131 -5.612700 56.37988 35 -#> 6783 VR2AR-546131 -5.612700 56.37988 35 -#> 6784 VR2AR-546131 -5.612700 56.37988 35 -#> 6785 VR2AR-546131 -5.612700 56.37988 35 -#> 6786 VR2AR-546131 -5.612700 56.37988 35 -#> 6787 VR2AR-546131 -5.612700 56.37988 35 -#> 6788 VR2AR-546131 -5.612700 56.37988 35 -#> 6789 VR2AR-546131 -5.612700 56.37988 35 -#> 6790 VR2AR-546131 -5.612700 56.37988 35 -#> 6791 VR2AR-546131 -5.612700 56.37988 35 -#> 6792 VR2AR-546131 -5.612700 56.37988 35 -#> 6793 VR2AR-546131 -5.612700 56.37988 35 -#> 6794 VR2AR-546131 -5.612700 56.37988 35 -#> 6795 VR2AR-546131 -5.612700 56.37988 35 -#> 6796 VR2AR-546131 -5.612700 56.37988 35 -#> 6797 VR2AR-546131 -5.612700 56.37988 35 -#> 6798 VR2AR-546131 -5.612700 56.37988 35 -#> 6799 VR2AR-546131 -5.612700 56.37988 35 -#> 6800 VR2AR-546131 -5.612700 56.37988 35 -#> 6801 VR2AR-546131 -5.612700 56.37988 35 -#> 6802 VR2AR-546131 -5.612700 56.37988 35 -#> 6803 VR2AR-546131 -5.612700 56.37988 35 -#> 6804 VR2AR-546131 -5.612700 56.37988 35 -#> 6805 VR2AR-546131 -5.612700 56.37988 35 -#> 6806 VR2AR-546131 -5.612700 56.37988 35 -#> 6807 VR2AR-546131 -5.612700 56.37988 35 -#> 6808 VR2AR-546131 -5.612700 56.37988 35 -#> 6809 VR2AR-546131 -5.612700 56.37988 35 -#> 6810 VR2AR-546131 -5.612700 56.37988 35 -#> 6811 VR2AR-546131 -5.612700 56.37988 35 -#> 6812 VR2AR-546131 -5.612700 56.37988 35 -#> 6813 VR2AR-546131 -5.612700 56.37988 35 -#> 6814 VR2AR-546131 -5.612700 56.37988 35 -#> 6815 VR2AR-546131 -5.612700 56.37988 35 -#> 6816 VR2AR-546131 -5.612700 56.37988 35 -#> 6817 VR2AR-546131 -5.612700 56.37988 35 -#> 6818 VR2AR-546131 -5.612700 56.37988 35 -#> 6819 VR2AR-546131 -5.612700 56.37988 35 -#> 6820 VR2AR-546131 -5.612700 56.37988 35 -#> 6821 VR2AR-546131 -5.612700 56.37988 35 -#> 6822 VR2AR-546131 -5.612700 56.37988 35 -#> 6823 VR2AR-546131 -5.612700 56.37988 35 -#> 6824 VR2AR-546131 -5.612700 56.37988 35 -#> 6825 VR2AR-546131 -5.612700 56.37988 35 -#> 6826 VR2AR-546131 -5.612700 56.37988 35 -#> 6827 VR2AR-546131 -5.612700 56.37988 35 -#> 6828 VR2AR-546131 -5.612700 56.37988 35 -#> 6829 VR2AR-546131 -5.612700 56.37988 35 -#> 6830 VR2AR-546131 -5.612700 56.37988 35 -#> 6831 VR2AR-546131 -5.612700 56.37988 35 -#> 6832 VR2AR-546131 -5.612700 56.37988 35 -#> 6833 VR2AR-546131 -5.612700 56.37988 35 -#> 6834 VR2AR-546131 -5.612700 56.37988 35 -#> 6835 VR2AR-546131 -5.612700 56.37988 35 -#> 6836 VR2AR-546131 -5.612700 56.37988 35 -#> 6837 VR2AR-546131 -5.612700 56.37988 35 -#> 6838 VR2AR-546131 -5.612700 56.37988 35 -#> 6839 VR2AR-546131 -5.612700 56.37988 35 -#> 6840 VR2AR-546131 -5.612700 56.37988 35 -#> 6841 VR2AR-546131 -5.612700 56.37988 35 -#> 6842 VR2AR-546131 -5.612700 56.37988 35 -#> 6843 VR2AR-546131 -5.612700 56.37988 35 -#> 6844 VR2AR-546131 -5.612700 56.37988 35 -#> 6845 VR2AR-546131 -5.612700 56.37988 35 -#> 6846 VR2AR-546131 -5.612700 56.37988 35 -#> 6847 VR2AR-546131 -5.612700 56.37988 35 -#> 6848 VR2AR-546131 -5.612700 56.37988 35 -#> 6849 VR2AR-546131 -5.612700 56.37988 35 -#> 6850 VR2AR-546131 -5.612700 56.37988 35 -#> 6851 VR2AR-546131 -5.612700 56.37988 35 -#> 6852 VR2AR-546131 -5.612700 56.37988 35 -#> 6853 VR2AR-546131 -5.612700 56.37988 35 -#> 6854 VR2AR-546131 -5.612700 56.37988 35 -#> 6855 VR2AR-546131 -5.612700 56.37988 35 -#> 6856 VR2AR-546131 -5.612700 56.37988 35 -#> 6857 VR2AR-546131 -5.612700 56.37988 35 -#> 6858 VR2AR-546131 -5.612700 56.37988 35 -#> 6859 VR2AR-546131 -5.612700 56.37988 35 -#> 6860 VR2AR-546131 -5.612700 56.37988 35 -#> 6861 VR2AR-546131 -5.612700 56.37988 35 -#> 6862 VR2AR-546131 -5.612700 56.37988 35 -#> 6863 VR2AR-546131 -5.612700 56.37988 35 -#> 6864 VR2AR-546131 -5.612700 56.37988 35 -#> 6865 VR2AR-546131 -5.612700 56.37988 35 -#> 6866 VR2AR-546131 -5.612700 56.37988 35 -#> 6867 VR2AR-546131 -5.612700 56.37988 35 -#> 6868 VR2AR-546131 -5.612700 56.37988 35 -#> 6869 VR2AR-546131 -5.612700 56.37988 35 -#> 6870 VR2AR-546131 -5.612700 56.37988 35 -#> 6871 VR2AR-546131 -5.612700 56.37988 35 -#> 6872 VR2AR-546131 -5.612700 56.37988 35 -#> 6873 VR2AR-546131 -5.612700 56.37988 35 -#> 6874 VR2AR-546131 -5.612700 56.37988 35 -#> 6875 VR2AR-546131 -5.612700 56.37988 35 -#> 6876 VR2AR-546131 -5.612700 56.37988 35 -#> 6877 VR2AR-546131 -5.612700 56.37988 35 -#> 6878 VR2AR-546131 -5.612700 56.37988 35 -#> 6879 VR2AR-546131 -5.612700 56.37988 35 -#> 6880 VR2AR-546131 -5.612700 56.37988 35 -#> 6881 VR2AR-546131 -5.612700 56.37988 35 -#> 6882 VR2AR-546131 -5.612700 56.37988 35 -#> 6883 VR2AR-546131 -5.612700 56.37988 35 -#> 6884 VR2AR-546131 -5.612700 56.37988 35 -#> 6885 VR2AR-546131 -5.612700 56.37988 35 -#> 6886 VR2AR-546131 -5.612700 56.37988 35 -#> 6887 VR2AR-546131 -5.612700 56.37988 35 -#> 6888 VR2AR-546131 -5.612700 56.37988 35 -#> 6889 VR2AR-546131 -5.612700 56.37988 35 -#> 6890 VR2AR-546131 -5.612700 56.37988 35 -#> 6891 VR2AR-546131 -5.612700 56.37988 35 -#> 6892 VR2AR-546131 -5.612700 56.37988 35 -#> 6893 VR2AR-546131 -5.612700 56.37988 35 -#> 6894 VR2AR-546131 -5.612700 56.37988 35 -#> 6895 VR2AR-546131 -5.612700 56.37988 35 -#> 6896 VR2AR-546131 -5.612700 56.37988 35 -#> 6897 VR2AR-546131 -5.612700 56.37988 35 -#> 6898 VR2AR-546131 -5.612700 56.37988 35 -#> 6899 VR2AR-546131 -5.612700 56.37988 35 -#> 6900 VR2AR-546131 -5.612700 56.37988 35 -#> 6901 VR2AR-546131 -5.612700 56.37988 35 -#> 6902 VR2AR-546131 -5.612700 56.37988 35 -#> 6903 VR2AR-546136 -5.626250 56.44810 75 -#> 6904 VR2AR-546136 -5.626250 56.44810 75 -#> 6905 VR2AR-546136 -5.626250 56.44810 75 -#> 6906 VR2AR-546136 -5.626250 56.44810 75 -#> 6907 VR2AR-546136 -5.626250 56.44810 75 -#> 6908 VR2AR-546136 -5.626250 56.44810 75 -#> 6909 VR2-6723 -5.586383 56.50332 50 -#> 6910 VR2AR-546133 -5.701717 56.49747 90 -#> 6911 VR2AR-546133 -5.701717 56.49747 90 -#> 6912 VR2AR-546133 -5.701717 56.49747 90 -#> 6913 VR2AR-546133 -5.701717 56.49747 90 -#> 6914 VR2AR-546133 -5.701717 56.49747 90 -#> 6915 VR2AR-546133 -5.701717 56.49747 90 -#> 6916 VR2AR-546133 -5.701717 56.49747 90 -#> 6917 VR2AR-546133 -5.701717 56.49747 90 -#> 6918 VR2AR-546133 -5.701717 56.49747 90 -#> 6919 VR2AR-546133 -5.701717 56.49747 90 -#> 6920 VR2AR-546133 -5.701717 56.49747 90 -#> 6921 VR2AR-546133 -5.701717 56.49747 90 -#> 6922 VR2AR-546133 -5.701717 56.49747 90 -#> 6923 VR2AR-546133 -5.701717 56.49747 90 -#> 6924 VR2AR-546133 -5.701717 56.49747 90 -#> 6925 VR2AR-546133 -5.701717 56.49747 90 -#> 6926 VR2AR-546133 -5.701717 56.49747 90 -#> 6927 VR2AR-546133 -5.701717 56.49747 90 -#> 6928 VR2AR-546133 -5.701717 56.49747 90 -#> 6929 VR2AR-546133 -5.701717 56.49747 90 -#> 6930 VR2AR-546133 -5.701717 56.49747 90 -#> 6931 VR2AR-546133 -5.701717 56.49747 90 -#> 6932 VR2W-108161 -5.605383 56.46018 25 -#> 6933 VR2W-108161 -5.605383 56.46018 25 -#> 6934 VR2W-108161 -5.605383 56.46018 25 -#> 6935 VR2W-108161 -5.605383 56.46018 25 -#> 6936 VR2W-108161 -5.605383 56.46018 25 -#> 6937 VR2W-108161 -5.605383 56.46018 25 -#> 6938 VR2W-108161 -5.605383 56.46018 25 -#> 6939 VR2AR-546136 -5.626250 56.44810 75 -#> 6940 VR2AR-546136 -5.626250 56.44810 75 -#> 6941 VR2AR-546136 -5.626250 56.44810 75 -#> 6942 VR2AR-546136 -5.626250 56.44810 75 -#> 6943 VR2AR-546136 -5.626250 56.44810 75 -#> 6944 VR2AR-546136 -5.626250 56.44810 75 -#> 6945 VR2AR-546131 -5.612700 56.37988 35 -#> 6946 VR2AR-546131 -5.612700 56.37988 35 -#> 6947 VR2AR-546131 -5.612700 56.37988 35 -#> 6948 VR2AR-546131 -5.612700 56.37988 35 -#> 6949 VR2AR-546131 -5.612700 56.37988 35 -#> 6950 VR2AR-546131 -5.612700 56.37988 35 -#> 6951 VR2AR-546131 -5.612700 56.37988 35 -#> 6952 VR2AR-546131 -5.612700 56.37988 35 -#> 6953 VR2AR-546131 -5.612700 56.37988 35 -#> 6954 VR2AR-546131 -5.612700 56.37988 35 -#> 6955 VR2AR-546131 -5.612700 56.37988 35 -#> 6956 VR2AR-546131 -5.612700 56.37988 35 -#> 6957 VR2AR-546131 -5.612700 56.37988 35 -#> 6958 VR2AR-546131 -5.612700 56.37988 35 -#> 6959 VR2AR-546131 -5.612700 56.37988 35 -#> 6960 VR2AR-546131 -5.612700 56.37988 35 -#> 6961 VR2AR-546131 -5.612700 56.37988 35 -#> 6962 VR2AR-546131 -5.612700 56.37988 35 -#> 6963 VR2AR-546131 -5.612700 56.37988 35 -#> 6964 VR2AR-546131 -5.612700 56.37988 35 -#> 6965 VR2AR-546131 -5.612700 56.37988 35 -#> 6966 VR2AR-546131 -5.612700 56.37988 35 -#> 6967 VR2AR-546131 -5.612700 56.37988 35 -#> 6968 VR2AR-546131 -5.612700 56.37988 35 -#> 6969 VR2AR-546131 -5.612700 56.37988 35 -#> 6970 VR2AR-546131 -5.612700 56.37988 35 -#> 6971 VR2AR-546131 -5.612700 56.37988 35 -#> 6972 VR2AR-546131 -5.612700 56.37988 35 -#> 6973 VR2AR-546131 -5.612700 56.37988 35 -#> 6974 VR2AR-546131 -5.612700 56.37988 35 -#> 6975 VR2AR-546131 -5.612700 56.37988 35 -#> 6976 VR2AR-546131 -5.612700 56.37988 35 -#> 6977 VR2AR-546131 -5.612700 56.37988 35 -#> 6978 VR2AR-546131 -5.612700 56.37988 35 -#> 6979 VR2AR-546131 -5.612700 56.37988 35 -#> 6980 VR2AR-546131 -5.612700 56.37988 35 -#> 6981 VR2AR-546131 -5.612700 56.37988 35 -#> 6982 VR2AR-546131 -5.612700 56.37988 35 -#> 6983 VR2AR-546131 -5.612700 56.37988 35 -#> 6984 VR2AR-546131 -5.612700 56.37988 35 -#> 6985 VR2AR-546131 -5.612700 56.37988 35 -#> 6986 VR2AR-546131 -5.612700 56.37988 35 -#> 6987 VR2AR-546131 -5.612700 56.37988 35 -#> 6988 VR2AR-546131 -5.612700 56.37988 35 -#> 6989 VR2AR-546131 -5.612700 56.37988 35 -#> 6990 VR2AR-546131 -5.612700 56.37988 35 -#> 6991 VR2AR-546131 -5.612700 56.37988 35 -#> 6992 VR2AR-546131 -5.612700 56.37988 35 -#> 6993 VR2AR-546131 -5.612700 56.37988 35 -#> 6994 VR2AR-546131 -5.612700 56.37988 35 -#> 6995 VR2AR-546131 -5.612700 56.37988 35 -#> 6996 VR2AR-546131 -5.612700 56.37988 35 -#> 6997 VR2AR-546131 -5.612700 56.37988 35 -#> 6998 VR2AR-546131 -5.612700 56.37988 35 -#> 6999 VR2AR-546131 -5.612700 56.37988 35 -#> 7000 VR2AR-546131 -5.612700 56.37988 35 -#> 7001 VR2AR-546131 -5.612700 56.37988 35 -#> 7002 VR2AR-546131 -5.612700 56.37988 35 -#> 7003 VR2AR-546131 -5.612700 56.37988 35 -#> 7004 VR2AR-546131 -5.612700 56.37988 35 -#> 7005 VR2AR-546131 -5.612700 56.37988 35 -#> 7006 VR2AR-546131 -5.612700 56.37988 35 -#> 7007 VR2AR-546131 -5.612700 56.37988 35 -#> 7008 VR2AR-546131 -5.612700 56.37988 35 -#> 7009 VR2AR-546131 -5.612700 56.37988 35 -#> 7010 VR2AR-546131 -5.612700 56.37988 35 -#> 7011 VR2AR-546131 -5.612700 56.37988 35 -#> 7012 VR2AR-546131 -5.612700 56.37988 35 -#> 7013 VR2AR-546131 -5.612700 56.37988 35 -#> 7014 VR2AR-546131 -5.612700 56.37988 35 -#> 7015 VR2AR-546131 -5.612700 56.37988 35 -#> 7016 VR2AR-546131 -5.612700 56.37988 35 -#> 7017 VR2AR-546131 -5.612700 56.37988 35 -#> 7018 VR2AR-546131 -5.612700 56.37988 35 -#> 7019 VR2AR-546131 -5.612700 56.37988 35 -#> 7020 VR2AR-546131 -5.612700 56.37988 35 -#> 7021 VR2AR-546131 -5.612700 56.37988 35 -#> 7022 VR2AR-546131 -5.612700 56.37988 35 -#> 7023 VR2AR-546131 -5.612700 56.37988 35 -#> 7024 VR2AR-546131 -5.612700 56.37988 35 -#> 7025 VR2AR-546131 -5.612700 56.37988 35 -#> 7026 VR2AR-546131 -5.612700 56.37988 35 -#> 7027 VR2AR-546131 -5.612700 56.37988 35 -#> 7028 VR2AR-546131 -5.612700 56.37988 35 -#> 7029 VR2AR-546131 -5.612700 56.37988 35 -#> 7030 VR2AR-546131 -5.612700 56.37988 35 -#> 7031 VR2AR-546131 -5.612700 56.37988 35 -#> 7032 VR2AR-546131 -5.612700 56.37988 35 -#> 7033 VR2AR-546131 -5.612700 56.37988 35 -#> 7034 VR2AR-546131 -5.612700 56.37988 35 -#> 7035 VR2AR-546131 -5.612700 56.37988 35 -#> 7036 VR2AR-546131 -5.612700 56.37988 35 -#> 7037 VR2AR-546131 -5.612700 56.37988 35 -#> 7038 VR2AR-546131 -5.612700 56.37988 35 -#> 7039 VR2AR-546131 -5.612700 56.37988 35 -#> 7040 VR2AR-546131 -5.612700 56.37988 35 -#> 7041 VR2AR-546131 -5.612700 56.37988 35 -#> 7042 VR2AR-546131 -5.612700 56.37988 35 -#> 7043 VR2AR-546131 -5.612700 56.37988 35 -#> 7044 VR2AR-546131 -5.612700 56.37988 35 -#> 7045 VR2AR-546131 -5.612700 56.37988 35 -#> 7046 VR2AR-546131 -5.612700 56.37988 35 -#> 7047 VR2AR-546131 -5.612700 56.37988 35 -#> 7048 VR2AR-546131 -5.612700 56.37988 35 -#> 7049 VR2AR-546131 -5.612700 56.37988 35 -#> 7050 VR2AR-546131 -5.612700 56.37988 35 -#> 7051 VR2AR-546131 -5.612700 56.37988 35 -#> 7052 VR2AR-546131 -5.612700 56.37988 35 -#> 7053 VR2AR-546131 -5.612700 56.37988 35 -#> 7054 VR2AR-546131 -5.612700 56.37988 35 -#> 7055 VR2AR-546131 -5.612700 56.37988 35 -#> 7056 VR2AR-546131 -5.612700 56.37988 35 -#> 7057 VR2AR-546131 -5.612700 56.37988 35 -#> 7058 VR2AR-546131 -5.612700 56.37988 35 -#> 7059 VR2AR-546131 -5.612700 56.37988 35 -#> 7060 VR2AR-546131 -5.612700 56.37988 35 -#> 7061 VR2AR-546131 -5.612700 56.37988 35 -#> 7062 VR2AR-546131 -5.612700 56.37988 35 -#> 7063 VR2AR-546131 -5.612700 56.37988 35 -#> 7064 VR2AR-546131 -5.612700 56.37988 35 -#> 7065 VR2AR-546131 -5.612700 56.37988 35 -#> 7066 VR2AR-546131 -5.612700 56.37988 35 -#> 7067 VR2AR-546131 -5.612700 56.37988 35 -#> 7068 VR2AR-546131 -5.612700 56.37988 35 -#> 7069 VR2AR-546380 -5.637917 56.44800 25 -#> 7070 VR2AR-546380 -5.637917 56.44800 25 -#> 7071 VR2AR-546380 -5.637917 56.44800 25 -#> 7072 VR2AR-546380 -5.637917 56.44800 25 -#> 7073 VR2AR-546380 -5.637917 56.44800 25 -#> 7074 VR2AR-546380 -5.637917 56.44800 25 -#> 7075 VR2AR-546380 -5.637917 56.44800 25 -#> 7076 VR2AR-546380 -5.637917 56.44800 25 -#> 7077 VR2AR-546380 -5.637917 56.44800 25 -#> 7078 VR2AR-546380 -5.637917 56.44800 25 -#> 7079 VR2AR-546380 -5.637917 56.44800 25 -#> 7080 VR2AR-546380 -5.637917 56.44800 25 -#> 7081 VR2AR-546380 -5.637917 56.44800 25 -#> 7082 VR2AR-546380 -5.637917 56.44800 25 -#> 7083 VR2AR-546380 -5.637917 56.44800 25 -#> 7084 VR2AR-546380 -5.637917 56.44800 25 -#> 7085 VR2AR-546380 -5.637917 56.44800 25 -#> 7086 VR2AR-546380 -5.637917 56.44800 25 -#> 7087 VR2AR-546380 -5.637917 56.44800 25 -#> 7088 VR2AR-546380 -5.637917 56.44800 25 -#> 7089 VR2AR-546380 -5.637917 56.44800 25 -#> 7090 VR2AR-546380 -5.637917 56.44800 25 -#> 7091 VR2AR-546380 -5.637917 56.44800 25 -#> 7092 VR2AR-546380 -5.637917 56.44800 25 -#> 7093 VR2AR-546380 -5.637917 56.44800 25 -#> 7094 VR2AR-546380 -5.637917 56.44800 25 -#> 7095 VR2AR-546380 -5.637917 56.44800 25 -#> 7096 VR2AR-546380 -5.637917 56.44800 25 -#> 7097 VR2AR-546380 -5.637917 56.44800 25 -#> 7098 VR2AR-546380 -5.637917 56.44800 25 -#> 7099 VR2AR-546380 -5.637917 56.44800 25 -#> 7100 VR2AR-546380 -5.637917 56.44800 25 -#> 7101 VR2AR-546380 -5.637917 56.44800 25 -#> 7102 VR2AR-546380 -5.637917 56.44800 25 -#> 7103 VR2AR-546380 -5.637917 56.44800 25 -#> 7104 VR2AR-546380 -5.637917 56.44800 25 -#> 7105 VR2AR-546380 -5.637917 56.44800 25 -#> 7106 VR2AR-546380 -5.637917 56.44800 25 -#> 7107 VR2AR-546380 -5.637917 56.44800 25 -#> 7108 VR2AR-546380 -5.637917 56.44800 25 -#> 7109 VR2AR-546380 -5.637917 56.44800 25 -#> 7110 VR2AR-546380 -5.637917 56.44800 25 -#> 7111 VR2AR-546380 -5.637917 56.44800 25 -#> 7112 VR2AR-546380 -5.637917 56.44800 25 -#> 7113 VR2AR-546380 -5.637917 56.44800 25 -#> 7114 VR2AR-546380 -5.637917 56.44800 25 -#> 7115 VR2AR-546380 -5.637917 56.44800 25 -#> 7116 VR2AR-546380 -5.637917 56.44800 25 -#> 7117 VR2AR-546380 -5.637917 56.44800 25 -#> 7118 VR2AR-546380 -5.637917 56.44800 25 -#> 7119 VR2AR-546380 -5.637917 56.44800 25 -#> 7120 VR2AR-546380 -5.637917 56.44800 25 -#> 7121 VR2AR-546380 -5.637917 56.44800 25 -#> 7122 VR2AR-546380 -5.637917 56.44800 25 -#> 7123 VR2AR-546380 -5.637917 56.44800 25 -#> 7124 VR2AR-546380 -5.637917 56.44800 25 -#> 7125 VR2AR-546380 -5.637917 56.44800 25 -#> 7126 VR2AR-546380 -5.637917 56.44800 25 -#> 7127 VR2AR-546380 -5.637917 56.44800 25 -#> 7128 VR2AR-546380 -5.637917 56.44800 25 -#> 7129 VR2AR-546380 -5.637917 56.44800 25 -#> 7130 VR2AR-546380 -5.637917 56.44800 25 -#> 7131 VR2AR-546380 -5.637917 56.44800 25 -#> 7132 VR2AR-546380 -5.637917 56.44800 25 -#> 7133 VR2AR-546380 -5.637917 56.44800 25 -#> 7134 VR2AR-546380 -5.637917 56.44800 25 -#> 7135 VR2AR-546380 -5.637917 56.44800 25 -#> 7136 VR2AR-546380 -5.637917 56.44800 25 -#> 7137 VR2AR-546380 -5.637917 56.44800 25 -#> 7138 VR2AR-546380 -5.637917 56.44800 25 -#> 7139 VR2AR-546133 -5.701717 56.49747 90 -#> 7140 VR2AR-546133 -5.701717 56.49747 90 -#> 7141 VR2AR-546133 -5.701717 56.49747 90 -#> 7142 VR2AR-546133 -5.701717 56.49747 90 -#> 7143 VR2AR-546133 -5.701717 56.49747 90 -#> 7144 VR2AR-546133 -5.701717 56.49747 90 -#> 7145 VR2AR-546133 -5.701717 56.49747 90 -#> 7146 VR2AR-546133 -5.701717 56.49747 90 -#> 7147 VR2AR-546133 -5.701717 56.49747 90 -#> 7148 VR2AR-546133 -5.701717 56.49747 90 -#> 7149 VR2AR-546133 -5.701717 56.49747 90 -#> 7150 VR2AR-546133 -5.701717 56.49747 90 -#> 7151 VR2AR-546133 -5.701717 56.49747 90 -#> 7152 VR2AR-546133 -5.701717 56.49747 90 -#> 7153 VR2-5637 -5.692417 56.49913 25 -#> 7154 VR2AR-546133 -5.701717 56.49747 90 -#> 7155 VR2AR-546133 -5.701717 56.49747 90 -#> 7156 VR2AR-546133 -5.701717 56.49747 90 -#> 7157 VR2AR-546133 -5.701717 56.49747 90 -#> 7158 VR2-5637 -5.692417 56.49913 25 -#> 7159 VR2W-108161 -5.605383 56.46018 25 -#> 7160 VR2W-108161 -5.605383 56.46018 25 -#> 7161 VR2W-108161 -5.605383 56.46018 25 -#> 7162 VR2W-108161 -5.605383 56.46018 25 -#> 7163 VR2W-108161 -5.605383 56.46018 25 -#> 7164 VR2W-108161 -5.605383 56.46018 25 -#> 7165 VR2W-108161 -5.605383 56.46018 25 -#> 7166 VR2W-108161 -5.605383 56.46018 25 -#> 7167 VR2W-108161 -5.605383 56.46018 25 -#> 7168 VR2W-108161 -5.605383 56.46018 25 -#> 7169 VR2W-108161 -5.605383 56.46018 25 -#> 7170 VR2W-108161 -5.605383 56.46018 25 -#> 7171 VR2W-108161 -5.605383 56.46018 25 -#> 7172 VR2W-108161 -5.605383 56.46018 25 -#> 7173 VR2W-108161 -5.605383 56.46018 25 -#> 7174 VR2W-108161 -5.605383 56.46018 25 -#> 7175 VR2W-108161 -5.605383 56.46018 25 -#> 7176 VR2W-108161 -5.605383 56.46018 25 -#> 7177 VR2W-108161 -5.605383 56.46018 25 -#> 7178 VR2W-108161 -5.605383 56.46018 25 -#> 7179 VR2AR-546136 -5.626250 56.44810 75 -#> 7180 VR2AR-546136 -5.626250 56.44810 75 -#> 7181 VR2AR-546136 -5.626250 56.44810 75 -#> 7182 VR2AR-546136 -5.626250 56.44810 75 -#> 7183 VR2AR-546136 -5.626250 56.44810 75 -#> 7184 VR2AR-546136 -5.626250 56.44810 75 -#> 7185 VR2AR-546136 -5.626250 56.44810 75 -#> 7186 VR2AR-546136 -5.626250 56.44810 75 -#> 7187 VR2AR-546136 -5.626250 56.44810 75 -#> 7188 VR2AR-546136 -5.626250 56.44810 75 -#> 7189 VR2AR-546136 -5.626250 56.44810 75 -#> 7190 VR2AR-546136 -5.626250 56.44810 75 -#> 7191 VR2AR-546136 -5.626250 56.44810 75 -#> 7192 VR2AR-546131 -5.612700 56.37988 35 -#> 7193 VR2AR-546131 -5.612700 56.37988 35 -#> 7194 VR2AR-546131 -5.612700 56.37988 35 -#> 7195 VR2AR-546131 -5.612700 56.37988 35 -#> 7196 VR2AR-546131 -5.612700 56.37988 35 -#> 7197 VR2AR-546131 -5.612700 56.37988 35 -#> 7198 VR2AR-546131 -5.612700 56.37988 35 -#> 7199 VR2AR-546131 -5.612700 56.37988 35 -#> 7200 VR2AR-546131 -5.612700 56.37988 35 -#> 7201 VR2AR-546131 -5.612700 56.37988 35 -#> 7202 VR2AR-546131 -5.612700 56.37988 35 -#> 7203 VR2AR-546131 -5.612700 56.37988 35 -#> 7204 VR2AR-546131 -5.612700 56.37988 35 -#> 7205 VR2AR-546131 -5.612700 56.37988 35 -#> 7206 VR2AR-546131 -5.612700 56.37988 35 -#> 7207 VR2AR-546131 -5.612700 56.37988 35 -#> 7208 VR2AR-546131 -5.612700 56.37988 35 -#> 7209 VR2AR-546131 -5.612700 56.37988 35 -#> 7210 VR2AR-546131 -5.612700 56.37988 35 -#> 7211 VR2AR-546131 -5.612700 56.37988 35 -#> 7212 VR2AR-546131 -5.612700 56.37988 35 -#> 7213 VR2AR-546131 -5.612700 56.37988 35 -#> 7214 VR2AR-546131 -5.612700 56.37988 35 -#> 7215 VR2AR-546131 -5.612700 56.37988 35 -#> 7216 VR2AR-546131 -5.612700 56.37988 35 -#> 7217 VR2AR-546131 -5.612700 56.37988 35 -#> 7218 VR2AR-546131 -5.612700 56.37988 35 -#> 7219 VR2AR-546131 -5.612700 56.37988 35 -#> 7220 VR2AR-546131 -5.612700 56.37988 35 -#> 7221 VR2AR-546131 -5.612700 56.37988 35 -#> 7222 VR2AR-546131 -5.612700 56.37988 35 -#> 7223 VR2AR-546131 -5.612700 56.37988 35 -#> 7224 VR2AR-546131 -5.612700 56.37988 35 -#> 7225 VR2AR-546131 -5.612700 56.37988 35 -#> 7226 VR2AR-546131 -5.612700 56.37988 35 -#> 7227 VR2AR-546131 -5.612700 56.37988 35 -#> 7228 VR2AR-546131 -5.612700 56.37988 35 -#> 7229 VR2AR-546131 -5.612700 56.37988 35 -#> 7230 VR2AR-546131 -5.612700 56.37988 35 -#> 7231 VR2AR-546131 -5.612700 56.37988 35 -#> 7232 VR2AR-546131 -5.612700 56.37988 35 -#> 7233 VR2AR-546131 -5.612700 56.37988 35 -#> 7234 VR2AR-546131 -5.612700 56.37988 35 -#> 7235 VR2AR-546131 -5.612700 56.37988 35 -#> 7236 VR2AR-546131 -5.612700 56.37988 35 -#> 7237 VR2AR-546131 -5.612700 56.37988 35 -#> 7238 VR2AR-546131 -5.612700 56.37988 35 -#> 7239 VR2AR-546131 -5.612700 56.37988 35 -#> 7240 VR2AR-546131 -5.612700 56.37988 35 -#> 7241 VR2AR-546131 -5.612700 56.37988 35 -#> 7242 VR2AR-546131 -5.612700 56.37988 35 -#> 7243 VR2AR-546131 -5.612700 56.37988 35 -#> 7244 VR2AR-546131 -5.612700 56.37988 35 -#> 7245 VR2AR-546131 -5.612700 56.37988 35 -#> 7246 VR2AR-546131 -5.612700 56.37988 35 -#> 7247 VR2AR-546131 -5.612700 56.37988 35 -#> 7248 VR2AR-546131 -5.612700 56.37988 35 -#> 7249 VR2AR-546131 -5.612700 56.37988 35 -#> 7250 VR2AR-546131 -5.612700 56.37988 35 -#> 7251 VR2AR-546131 -5.612700 56.37988 35 -#> 7252 VR2AR-546131 -5.612700 56.37988 35 -#> 7253 VR2AR-546131 -5.612700 56.37988 35 -#> 7254 VR2AR-546131 -5.612700 56.37988 35 -#> 7255 VR2AR-546131 -5.612700 56.37988 35 -#> 7256 VR2AR-546131 -5.612700 56.37988 35 -#> 7257 VR2AR-546131 -5.612700 56.37988 35 -#> 7258 VR2AR-546131 -5.612700 56.37988 35 -#> 7259 VR2AR-546131 -5.612700 56.37988 35 -#> 7260 VR2AR-546131 -5.612700 56.37988 35 -#> 7261 VR2AR-546131 -5.612700 56.37988 35 -#> 7262 VR2AR-546131 -5.612700 56.37988 35 -#> 7263 VR2AR-546131 -5.612700 56.37988 35 -#> 7264 VR2AR-546131 -5.612700 56.37988 35 -#> 7265 VR2AR-546131 -5.612700 56.37988 35 -#> 7266 VR2AR-546131 -5.612700 56.37988 35 -#> 7267 VR2AR-546131 -5.612700 56.37988 35 -#> 7268 VR2AR-546131 -5.612700 56.37988 35 -#> 7269 VR2AR-546131 -5.612700 56.37988 35 -#> 7270 VR2AR-546131 -5.612700 56.37988 35 -#> 7271 VR2AR-546131 -5.612700 56.37988 35 -#> 7272 VR2AR-546131 -5.612700 56.37988 35 -#> 7273 VR2AR-546131 -5.612700 56.37988 35 -#> 7274 VR2AR-546131 -5.612700 56.37988 35 -#> 7275 VR2AR-546131 -5.612700 56.37988 35 -#> 7276 VR2AR-546131 -5.612700 56.37988 35 -#> 7277 VR2AR-546133 -5.701717 56.49747 90 -#> 7278 VR2AR-546133 -5.701717 56.49747 90 -#> 7279 VR2AR-546133 -5.701717 56.49747 90 -#> 7280 VR2AR-546133 -5.701717 56.49747 90 -#> 7281 VR2AR-546133 -5.701717 56.49747 90 -#> 7282 VR2AR-546133 -5.701717 56.49747 90 -#> 7283 VR2AR-546133 -5.701717 56.49747 90 -#> 7284 VR2AR-546133 -5.701717 56.49747 90 -#> 7285 VR2AR-546133 -5.701717 56.49747 90 -#> 7286 VR2AR-546133 -5.701717 56.49747 90 -#> 7287 VR2AR-546133 -5.701717 56.49747 90 -#> 7288 VR2AR-546133 -5.701717 56.49747 90 -#> 7289 VR2AR-546133 -5.701717 56.49747 90 -#> 7290 VR2AR-546133 -5.701717 56.49747 90 -#> 7291 VR2AR-546133 -5.701717 56.49747 90 -#> 7292 VR2AR-546133 -5.701717 56.49747 90 -#> 7293 VR2AR-546133 -5.701717 56.49747 90 -#> 7294 VR2AR-546133 -5.701717 56.49747 90 -#> 7295 VR2AR-546133 -5.701717 56.49747 90 -#> 7296 VR2AR-546133 -5.701717 56.49747 90 -#> 7297 VR2-5637 -5.692417 56.49913 25 -#> 7298 VR2-5630 -5.591217 56.50710 50 -#> 7299 VR2-5630 -5.591217 56.50710 50 -#> 7300 VR2-5630 -5.591217 56.50710 50 -#> 7301 VR2-5630 -5.591217 56.50710 50 -#> 7302 VR2-5630 -5.591217 56.50710 50 -#> 7303 VR2-5630 -5.591217 56.50710 50 -#> 7304 VR2-5630 -5.591217 56.50710 50 -#> 7305 VR2-5630 -5.591217 56.50710 50 -#> 7306 VR2-5630 -5.591217 56.50710 50 -#> 7307 VR2-5630 -5.591217 56.50710 50 -#> 7308 VR2-5630 -5.591217 56.50710 50 -#> 7309 VR2-6723 -5.586383 56.50332 50 -#> 7310 VR2-6723 -5.586383 56.50332 50 -#> 7311 VR2-6723 -5.586383 56.50332 50 -#> 7312 VR2-6723 -5.586383 56.50332 50 -#> 7313 VR2-6723 -5.586383 56.50332 50 -#> 7314 VR2W-108163 -5.586717 56.49755 25 -#> 7315 VR2-6723 -5.586383 56.50332 50 -#> 7316 VR2W-108163 -5.586717 56.49755 25 -#> 7317 VR2W-108163 -5.586717 56.49755 25 -#> 7318 VR2-6723 -5.586383 56.50332 50 -#> 7319 VR2W-108163 -5.586717 56.49755 25 -#> 7320 VR2W-108163 -5.586717 56.49755 25 -#> 7321 VR2W-108161 -5.605383 56.46018 25 -#> 7322 VR2W-108161 -5.605383 56.46018 25 -#> 7323 VR2W-108161 -5.605383 56.46018 25 -#> 7324 VR2W-108161 -5.605383 56.46018 25 -#> 7325 VR2W-108161 -5.605383 56.46018 25 -#> 7326 VR2W-108161 -5.605383 56.46018 25 -#> 7327 VR2W-108161 -5.605383 56.46018 25 -#> 7328 VR2W-108161 -5.605383 56.46018 25 -#> 7329 VR2W-108161 -5.605383 56.46018 25 -#> 7330 VR2W-108161 -5.605383 56.46018 25 -#> 7331 VR2W-108161 -5.605383 56.46018 25 -#> 7332 VR2W-108161 -5.605383 56.46018 25 -#> 7333 VR2W-108161 -5.605383 56.46018 25 -#> 7334 VR2W-108161 -5.605383 56.46018 25 -#> 7335 VR2W-108161 -5.605383 56.46018 25 -#> 7336 VR2W-108161 -5.605383 56.46018 25 -#> 7337 VR2W-108161 -5.605383 56.46018 25 -#> 7338 VR2W-108161 -5.605383 56.46018 25 -#> 7339 VR2W-108161 -5.605383 56.46018 25 -#> 7340 VR2W-108161 -5.605383 56.46018 25 -#> 7341 VR2W-108161 -5.605383 56.46018 25 -#> 7342 VR2AR-546136 -5.626250 56.44810 75 -#> 7343 VR2AR-546136 -5.626250 56.44810 75 -#> 7344 VR2AR-546136 -5.626250 56.44810 75 -#> 7345 VR2AR-546131 -5.612700 56.37988 35 -#> 7346 VR2AR-546131 -5.612700 56.37988 35 -#> 7347 VR2AR-546131 -5.612700 56.37988 35 -#> 7348 VR2AR-546131 -5.612700 56.37988 35 -#> 7349 VR2AR-546131 -5.612700 56.37988 35 -#> 7350 VR2AR-546131 -5.612700 56.37988 35 -#> 7351 VR2AR-546131 -5.612700 56.37988 35 -#> 7352 VR2AR-546131 -5.612700 56.37988 35 -#> 7353 VR2AR-546131 -5.612700 56.37988 35 -#> 7354 VR2AR-546131 -5.612700 56.37988 35 -#> 7355 VR2AR-546131 -5.612700 56.37988 35 -#> 7356 VR2AR-546131 -5.612700 56.37988 35 -#> 7357 VR2AR-546131 -5.612700 56.37988 35 -#> 7358 VR2AR-546131 -5.612700 56.37988 35 -#> 7359 VR2AR-546131 -5.612700 56.37988 35 -#> 7360 VR2AR-546131 -5.612700 56.37988 35 -#> 7361 VR2AR-546131 -5.612700 56.37988 35 -#> 7362 VR2AR-546131 -5.612700 56.37988 35 -#> 7363 VR2AR-546131 -5.612700 56.37988 35 -#> 7364 VR2AR-546131 -5.612700 56.37988 35 -#> 7365 VR2AR-546131 -5.612700 56.37988 35 -#> 7366 VR2AR-546131 -5.612700 56.37988 35 -#> 7367 VR2AR-546131 -5.612700 56.37988 35 -#> 7368 VR2AR-546131 -5.612700 56.37988 35 -#> 7369 VR2AR-546131 -5.612700 56.37988 35 -#> 7370 VR2AR-546131 -5.612700 56.37988 35 -#> 7371 VR2AR-546131 -5.612700 56.37988 35 -#> 7372 VR2AR-546131 -5.612700 56.37988 35 -#> 7373 VR2AR-546131 -5.612700 56.37988 35 -#> 7374 VR2AR-546131 -5.612700 56.37988 35 -#> 7375 VR2AR-546131 -5.612700 56.37988 35 -#> 7376 VR2AR-546131 -5.612700 56.37988 35 -#> 7377 VR2AR-546131 -5.612700 56.37988 35 -#> 7378 VR2AR-546131 -5.612700 56.37988 35 -#> 7379 VR2AR-546131 -5.612700 56.37988 35 -#> 7380 VR2AR-546131 -5.612700 56.37988 35 -#> 7381 VR2AR-546131 -5.612700 56.37988 35 -#> 7382 VR2AR-546131 -5.612700 56.37988 35 -#> 7383 VR2AR-546131 -5.612700 56.37988 35 -#> 7384 VR2AR-546131 -5.612700 56.37988 35 -#> 7385 VR2AR-546131 -5.612700 56.37988 35 -#> 7386 VR2AR-546131 -5.612700 56.37988 35 -#> 7387 VR2AR-546131 -5.612700 56.37988 35 -#> 7388 VR2AR-546131 -5.612700 56.37988 35 -#> 7389 VR2AR-546131 -5.612700 56.37988 35 -#> 7390 VR2AR-546131 -5.612700 56.37988 35 -#> 7391 VR2AR-546131 -5.612700 56.37988 35 -#> 7392 VR2AR-546131 -5.612700 56.37988 35 -#> 7393 VR2AR-546131 -5.612700 56.37988 35 -#> 7394 VR2AR-546131 -5.612700 56.37988 35 -#> 7395 VR2AR-546131 -5.612700 56.37988 35 -#> 7396 VR2AR-546131 -5.612700 56.37988 35 -#> 7397 VR2AR-546131 -5.612700 56.37988 35 -#> 7398 VR2AR-546131 -5.612700 56.37988 35 -#> 7399 VR2AR-546131 -5.612700 56.37988 35 -#> 7400 VR2AR-546131 -5.612700 56.37988 35 -#> 7401 VR2AR-546131 -5.612700 56.37988 35 -#> 7402 VR2AR-546131 -5.612700 56.37988 35 -#> 7403 VR2AR-546131 -5.612700 56.37988 35 -#> 7404 VR2AR-546131 -5.612700 56.37988 35 -#> 7405 VR2AR-546131 -5.612700 56.37988 35 -#> 7406 VR2AR-546131 -5.612700 56.37988 35 -#> 7407 VR2AR-546131 -5.612700 56.37988 35 -#> 7408 VR2AR-546131 -5.612700 56.37988 35 -#> 7409 VR2AR-546131 -5.612700 56.37988 35 -#> 7410 VR2AR-546131 -5.612700 56.37988 35 -#> 7411 VR2AR-546131 -5.612700 56.37988 35 -#> 7412 VR2AR-546131 -5.612700 56.37988 35 -#> 7413 VR2AR-546131 -5.612700 56.37988 35 -#> 7414 VR2AR-546131 -5.612700 56.37988 35 -#> 7415 VR2AR-546131 -5.612700 56.37988 35 -#> 7416 VR2AR-546131 -5.612700 56.37988 35 -#> 7417 VR2AR-546131 -5.612700 56.37988 35 -#> 7418 VR2AR-546131 -5.612700 56.37988 35 -#> 7419 VR2AR-546131 -5.612700 56.37988 35 -#> 7420 VR2AR-546131 -5.612700 56.37988 35 -#> 7421 VR2AR-546131 -5.612700 56.37988 35 -#> 7422 VR2AR-546131 -5.612700 56.37988 35 -#> 7423 VR2AR-546131 -5.612700 56.37988 35 -#> 7424 VR2AR-546131 -5.612700 56.37988 35 -#> 7425 VR2AR-546131 -5.612700 56.37988 35 -#> 7426 VR2AR-546131 -5.612700 56.37988 35 -#> 7427 VR2AR-546131 -5.612700 56.37988 35 -#> 7428 VR2AR-546131 -5.612700 56.37988 35 -#> 7429 VR2AR-546131 -5.612700 56.37988 35 -#> 7430 VR2AR-546131 -5.612700 56.37988 35 -#> 7431 VR2AR-546131 -5.612700 56.37988 35 -#> 7432 VR2AR-546131 -5.612700 56.37988 35 -#> 7433 VR2AR-546131 -5.612700 56.37988 35 -#> 7434 VR2AR-546131 -5.612700 56.37988 35 -#> 7435 VR2AR-546131 -5.612700 56.37988 35 -#> 7436 VR2AR-546131 -5.612700 56.37988 35 -#> 7437 VR2AR-546131 -5.612700 56.37988 35 -#> 7438 VR2AR-546131 -5.612700 56.37988 35 -#> 7439 VR2AR-546131 -5.612700 56.37988 35 -#> 7440 VR2AR-546131 -5.612700 56.37988 35 -#> 7441 VR2AR-546131 -5.612700 56.37988 35 -#> 7442 VR2AR-546131 -5.612700 56.37988 35 -#> 7443 VR2AR-546131 -5.612700 56.37988 35 -#> 7444 VR2AR-546131 -5.612700 56.37988 35 -#> 7445 VR2AR-546131 -5.612700 56.37988 35 -#> 7446 VR2AR-546131 -5.612700 56.37988 35 -#> 7447 VR2AR-546131 -5.612700 56.37988 35 -#> 7448 VR2AR-546131 -5.612700 56.37988 35 -#> 7449 VR2AR-546131 -5.612700 56.37988 35 -#> 7450 VR2AR-546131 -5.612700 56.37988 35 -#> 7451 VR2AR-546131 -5.612700 56.37988 35 -#> 7452 VR2AR-546131 -5.612700 56.37988 35 -#> 7453 VR2AR-546131 -5.612700 56.37988 35 -#> 7454 VR2AR-546131 -5.612700 56.37988 35 -#> 7455 VR2AR-546131 -5.612700 56.37988 35 -#> 7456 VR2AR-546131 -5.612700 56.37988 35 -#> 7457 VR2AR-546131 -5.612700 56.37988 35 -#> 7458 VR2AR-546131 -5.612700 56.37988 35 -#> 7459 VR2AR-546131 -5.612700 56.37988 35 -#> 7460 VR2AR-546131 -5.612700 56.37988 35 -#> 7461 VR2AR-546131 -5.612700 56.37988 35 -#> 7462 VR2AR-546131 -5.612700 56.37988 35 -#> 7463 VR2AR-546131 -5.612700 56.37988 35 -#> 7464 VR2AR-546131 -5.612700 56.37988 35 -#> 7465 VR2AR-546131 -5.612700 56.37988 35 -#> 7466 VR2AR-546131 -5.612700 56.37988 35 -#> 7467 VR2AR-546131 -5.612700 56.37988 35 -#> 7468 VR2AR-546131 -5.612700 56.37988 35 -#> 7469 VR2AR-546131 -5.612700 56.37988 35 -#> 7470 VR2AR-546131 -5.612700 56.37988 35 -#> 7471 VR2AR-546131 -5.612700 56.37988 35 -#> 7472 VR2AR-546131 -5.612700 56.37988 35 -#> 7473 VR2AR-546131 -5.612700 56.37988 35 -#> 7474 VR2AR-546131 -5.612700 56.37988 35 -#> 7475 VR2AR-546131 -5.612700 56.37988 35 -#> 7476 VR2AR-546131 -5.612700 56.37988 35 -#> 7477 VR2AR-546131 -5.612700 56.37988 35 -#> 7478 VR2AR-546131 -5.612700 56.37988 35 -#> 7479 VR2AR-546131 -5.612700 56.37988 35 -#> 7480 VR2AR-546131 -5.612700 56.37988 35 -#> 7481 VR2AR-546131 -5.612700 56.37988 35 -#> 7482 VR2AR-546131 -5.612700 56.37988 35 -#> 7483 VR2AR-546131 -5.612700 56.37988 35 -#> 7484 VR2AR-546131 -5.612700 56.37988 35 -#> 7485 VR2AR-546131 -5.612700 56.37988 35 -#> 7486 VR2AR-546131 -5.612700 56.37988 35 -#> 7487 VR2AR-546131 -5.612700 56.37988 35 -#> 7488 VR2AR-546131 -5.612700 56.37988 35 -#> 7489 VR2AR-546131 -5.612700 56.37988 35 -#> 7490 VR2AR-546131 -5.612700 56.37988 35 -#> 7491 VR2AR-546131 -5.612700 56.37988 35 -#> 7492 VR2AR-546131 -5.612700 56.37988 35 -#> 7493 VR2AR-546131 -5.612700 56.37988 35 -#> 7494 VR2AR-546131 -5.612700 56.37988 35 -#> 7495 VR2AR-546131 -5.612700 56.37988 35 -#> 7496 VR2AR-546131 -5.612700 56.37988 35 -#> 7497 VR2AR-546131 -5.612700 56.37988 35 -#> 7498 VR2AR-546131 -5.612700 56.37988 35 -#> 7499 VR2AR-546131 -5.612700 56.37988 35 -#> 7500 VR2AR-546131 -5.612700 56.37988 35 -#> 7501 VR2AR-546131 -5.612700 56.37988 35 -#> 7502 VR2AR-546131 -5.612700 56.37988 35 -#> 7503 VR2AR-546131 -5.612700 56.37988 35 -#> 7504 VR2AR-546131 -5.612700 56.37988 35 -#> 7505 VR2AR-546131 -5.612700 56.37988 35 -#> 7506 VR2AR-546131 -5.612700 56.37988 35 -#> 7507 VR2AR-546131 -5.612700 56.37988 35 -#> 7508 VR2AR-546131 -5.612700 56.37988 35 -#> 7509 VR2AR-546131 -5.612700 56.37988 35 -#> 7510 VR2AR-546131 -5.612700 56.37988 35 -#> 7511 VR2AR-546131 -5.612700 56.37988 35 -#> 7512 VR2AR-546131 -5.612700 56.37988 35 -#> 7513 VR2AR-546131 -5.612700 56.37988 35 -#> 7514 VR2AR-546131 -5.612700 56.37988 35 -#> 7515 VR2AR-546131 -5.612700 56.37988 35 -#> 7516 VR2AR-546131 -5.612700 56.37988 35 -#> 7517 VR2AR-546131 -5.612700 56.37988 35 -#> 7518 VR2AR-546131 -5.612700 56.37988 35 -#> 7519 VR2AR-546131 -5.612700 56.37988 35 -#> 7520 VR2AR-546131 -5.612700 56.37988 35 -#> 7521 VR2AR-546131 -5.612700 56.37988 35 -#> 7522 VR2AR-546131 -5.612700 56.37988 35 -#> 7523 VR2AR-546131 -5.612700 56.37988 35 -#> 7524 VR2AR-546131 -5.612700 56.37988 35 -#> 7525 VR2AR-546131 -5.612700 56.37988 35 -#> 7526 VR2AR-546131 -5.612700 56.37988 35 -#> 7527 VR2AR-546131 -5.612700 56.37988 35 -#> 7528 VR2AR-546131 -5.612700 56.37988 35 -#> 7529 VR2AR-546131 -5.612700 56.37988 35 -#> 7530 VR2AR-546131 -5.612700 56.37988 35 -#> 7531 VR2AR-546131 -5.612700 56.37988 35 -#> 7532 VR2AR-546131 -5.612700 56.37988 35 -#> 7533 VR2AR-546131 -5.612700 56.37988 35 -#> 7534 VR2AR-546131 -5.612700 56.37988 35 -#> 7535 VR2AR-546131 -5.612700 56.37988 35 -#> 7536 VR2AR-546131 -5.612700 56.37988 35 -#> 7537 VR2AR-546131 -5.612700 56.37988 35 -#> 7538 VR2AR-546131 -5.612700 56.37988 35 -#> 7539 VR2AR-546131 -5.612700 56.37988 35 -#> 7540 VR2AR-546131 -5.612700 56.37988 35 -#> 7541 VR2AR-546131 -5.612700 56.37988 35 -#> 7542 VR2AR-546131 -5.612700 56.37988 35 -#> 7543 VR2AR-546131 -5.612700 56.37988 35 -#> 7544 VR2AR-546131 -5.612700 56.37988 35 -#> 7545 VR2AR-546131 -5.612700 56.37988 35 -#> 7546 VR2AR-546131 -5.612700 56.37988 35 -#> 7547 VR2AR-546131 -5.612700 56.37988 35 -#> 7548 VR2AR-546380 -5.637917 56.44800 25 -#> 7549 VR2AR-546380 -5.637917 56.44800 25 -#> 7550 VR2AR-546380 -5.637917 56.44800 25 -#> 7551 VR2AR-546380 -5.637917 56.44800 25 -#> 7552 VR2AR-546380 -5.637917 56.44800 25 -#> 7553 VR2AR-546380 -5.637917 56.44800 25 -#> 7554 VR2AR-546380 -5.637917 56.44800 25 -#> 7555 VR2AR-546380 -5.637917 56.44800 25 -#> 7556 VR2AR-546380 -5.637917 56.44800 25 -#> 7557 VR2AR-546380 -5.637917 56.44800 25 -#> 7558 VR2AR-546380 -5.637917 56.44800 25 -#> 7559 VR2AR-546380 -5.637917 56.44800 25 -#> 7560 VR2AR-546380 -5.637917 56.44800 25 -#> 7561 VR2AR-546380 -5.637917 56.44800 25 -#> 7562 VR2AR-546380 -5.637917 56.44800 25 -#> 7563 VR2AR-546380 -5.637917 56.44800 25 -#> 7564 VR2AR-546380 -5.637917 56.44800 25 -#> 7565 VR2AR-546380 -5.637917 56.44800 25 -#> 7566 VR2AR-546380 -5.637917 56.44800 25 -#> 7567 VR2AR-546380 -5.637917 56.44800 25 -#> 7568 VR2AR-546380 -5.637917 56.44800 25 -#> 7569 VR2AR-546380 -5.637917 56.44800 25 -#> 7570 VR2AR-546380 -5.637917 56.44800 25 -#> 7571 VR2AR-546380 -5.637917 56.44800 25 -#> 7572 VR2AR-546380 -5.637917 56.44800 25 -#> 7573 VR2AR-546380 -5.637917 56.44800 25 -#> 7574 VR2AR-546380 -5.637917 56.44800 25 -#> 7575 VR2AR-546133 -5.701717 56.49747 90 -#> 7576 VR2AR-546133 -5.701717 56.49747 90 -#> 7577 VR2AR-546133 -5.701717 56.49747 90 -#> 7578 VR2W-108157 -5.710933 56.48492 10 -#> 7579 VR2W-108157 -5.710933 56.48492 10 -#> 7580 VR2W-108157 -5.710933 56.48492 10 -#> 7581 VR2W-108157 -5.710933 56.48492 10 -#> 7582 VR2W-108157 -5.710933 56.48492 10 -#> 7583 VR2W-108157 -5.710933 56.48492 10 -#> 7584 VR2W-108157 -5.710933 56.48492 10 -#> 7585 VR2W-108157 -5.710933 56.48492 10 -#> 7586 VR2W-108157 -5.710933 56.48492 10 -#> 7587 VR2W-108157 -5.710933 56.48492 10 -#> 7588 VR2W-108157 -5.710933 56.48492 10 -#> 7589 VR2W-108157 -5.710933 56.48492 10 -#> 7590 VR2W-108157 -5.710933 56.48492 10 -#> 7591 VR2W-108157 -5.710933 56.48492 10 -#> 7592 VR2W-108157 -5.710933 56.48492 10 -#> 7593 VR2W-108157 -5.710933 56.48492 10 -#> 7594 VR2W-108157 -5.710933 56.48492 10 -#> 7595 VR2W-108157 -5.710933 56.48492 10 -#> 7596 VR2W-108157 -5.710933 56.48492 10 -#> 7597 VR2W-108157 -5.710933 56.48492 10 -#> 7598 VR2W-108157 -5.710933 56.48492 10 -#> 7599 VR2W-108157 -5.710933 56.48492 10 -#> 7600 VR2W-108157 -5.710933 56.48492 10 -#> 7601 VR2W-108157 -5.710933 56.48492 10 -#> 7602 VR2W-108157 -5.710933 56.48492 10 -#> 7603 VR2W-108157 -5.710933 56.48492 10 -#> 7604 VR2W-108157 -5.710933 56.48492 10 -#> 7605 VR2AR-546132 -5.710100 56.49120 25 -#> 7606 VR2AR-546132 -5.710100 56.49120 25 -#> 7607 VR2AR-546132 -5.710100 56.49120 25 -#> 7608 VR2AR-546132 -5.710100 56.49120 25 -#> 7609 VR2AR-546132 -5.710100 56.49120 25 -#> 7610 VR2AR-546132 -5.710100 56.49120 25 -#> 7611 VR2AR-546132 -5.710100 56.49120 25 -#> 7612 VR2AR-546132 -5.710100 56.49120 25 -#> 7613 VR2AR-546132 -5.710100 56.49120 25 -#> 7614 VR2AR-546132 -5.710100 56.49120 25 -#> 7615 VR2AR-546132 -5.710100 56.49120 25 -#> 7616 VR2AR-546132 -5.710100 56.49120 25 -#> 7617 VR2AR-546132 -5.710100 56.49120 25 -#> 7618 VR2AR-546132 -5.710100 56.49120 25 -#> 7619 VR2AR-546133 -5.701717 56.49747 90 -#> 7620 VR2AR-546133 -5.701717 56.49747 90 -#> 7621 VR2AR-546133 -5.701717 56.49747 90 -#> 7622 VR2AR-546133 -5.701717 56.49747 90 -#> 7623 VR2AR-546133 -5.701717 56.49747 90 -#> 7624 VR2AR-546133 -5.701717 56.49747 90 -#> 7625 VR2AR-546133 -5.701717 56.49747 90 -#> 7626 VR2AR-546133 -5.701717 56.49747 90 -#> 7627 VR2AR-546133 -5.701717 56.49747 90 -#> 7628 VR2AR-546133 -5.701717 56.49747 90 -#> 7629 VR2AR-546133 -5.701717 56.49747 90 -#> 7630 VR2AR-546133 -5.701717 56.49747 90 -#> 7631 VR2-5637 -5.692417 56.49913 25 -#> 7632 VR2-5637 -5.692417 56.49913 25 -#> 7633 VR2-5637 -5.692417 56.49913 25 -#> 7634 VR2-5637 -5.692417 56.49913 25 -#> 7635 VR2-5637 -5.692417 56.49913 25 -#> 7636 VR2-5637 -5.692417 56.49913 25 -#> 7637 VR2-5637 -5.692417 56.49913 25 -#> 7638 VR2-5637 -5.692417 56.49913 25 -#> 7639 VR2-5637 -5.692417 56.49913 25 -#> 7640 VR2-5637 -5.692417 56.49913 25 -#> 7641 VR2-5637 -5.692417 56.49913 25 -#> 7642 VR2AR-546133 -5.701717 56.49747 90 -#> 7643 VR2AR-546133 -5.701717 56.49747 90 -#> 7644 VR2AR-546133 -5.701717 56.49747 90 -#> 7645 VR2AR-546133 -5.701717 56.49747 90 -#> 7646 VR2AR-546133 -5.701717 56.49747 90 -#> 7647 VR2AR-546133 -5.701717 56.49747 90 -#> 7648 VR2AR-546133 -5.701717 56.49747 90 -#> 7649 VR2AR-546133 -5.701717 56.49747 90 -#> 7650 VR2-5637 -5.692417 56.49913 25 -#> 7651 VR2-5637 -5.692417 56.49913 25 -#> 7652 VR2AR-546133 -5.701717 56.49747 90 -#> 7653 VR2-5637 -5.692417 56.49913 25 -#> 7654 VR2AR-546133 -5.701717 56.49747 90 -#> 7655 VR2-5637 -5.692417 56.49913 25 -#> 7656 VR2-5637 -5.692417 56.49913 25 -#> 7657 VR2-5637 -5.692417 56.49913 25 -#> 7658 VR2-5637 -5.692417 56.49913 25 -#> 7659 VR2-5637 -5.692417 56.49913 25 -#> 7660 VR2-5637 -5.692417 56.49913 25 -#> 7661 VR2-5637 -5.692417 56.49913 25 -#> 7662 VR2-5637 -5.692417 56.49913 25 -#> 7663 VR2-5637 -5.692417 56.49913 25 -#> 7664 VR2-5637 -5.692417 56.49913 25 -#> 7665 VR2-5637 -5.692417 56.49913 25 -#> 7666 VR2-5637 -5.692417 56.49913 25 -#> 7667 VR2-5637 -5.692417 56.49913 25 -#> 7668 VR2-5637 -5.692417 56.49913 25 -#> 7669 VR2-5637 -5.692417 56.49913 25 -#> 7670 VR2-5637 -5.692417 56.49913 25 -#> 7671 VR2-5637 -5.692417 56.49913 25 -#> 7672 VR2-5637 -5.692417 56.49913 25 -#> 7673 VR2-5637 -5.692417 56.49913 25 -#> 7674 VR2AR-546133 -5.701717 56.49747 90 -#> 7675 VR2-5637 -5.692417 56.49913 25 -#> 7676 VR2AR-546133 -5.701717 56.49747 90 -#> 7677 VR2-5637 -5.692417 56.49913 25 -#> 7678 VR2-5637 -5.692417 56.49913 25 -#> 7679 VR2AR-546133 -5.701717 56.49747 90 -#> 7680 VR2AR-546133 -5.701717 56.49747 90 -#> 7681 VR2AR-546133 -5.701717 56.49747 90 -#> 7682 VR2AR-546133 -5.701717 56.49747 90 -#> 7683 VR2AR-546133 -5.701717 56.49747 90 -#> 7684 VR2-5637 -5.692417 56.49913 25 -#> 7685 VR2AR-546133 -5.701717 56.49747 90 -#> 7686 VR2-5637 -5.692417 56.49913 25 -#> 7687 VR2-5637 -5.692417 56.49913 25 -#> 7688 VR2-5637 -5.692417 56.49913 25 -#> 7689 VR2-5637 -5.692417 56.49913 25 -#> 7690 VR2-5637 -5.692417 56.49913 25 -#> 7691 VR2-5637 -5.692417 56.49913 25 -#> 7692 VR2-5637 -5.692417 56.49913 25 -#> 7693 VR2-5637 -5.692417 56.49913 25 -#> 7694 VR2-5637 -5.692417 56.49913 25 -#> 7695 VR2-5637 -5.692417 56.49913 25 -#> 7696 VR2-5637 -5.692417 56.49913 25 -#> 7697 VR2-5637 -5.692417 56.49913 25 -#> 7698 VR2-5637 -5.692417 56.49913 25 -#> 7699 VR2-5637 -5.692417 56.49913 25 -#> 7700 VR2-5637 -5.692417 56.49913 25 -#> 7701 VR2-5637 -5.692417 56.49913 25 -#> 7702 VR2-5637 -5.692417 56.49913 25 -#> 7703 VR2-5637 -5.692417 56.49913 25 -#> 7704 VR2-5637 -5.692417 56.49913 25 -#> 7705 VR2-5637 -5.692417 56.49913 25 -#> 7706 VR2-5637 -5.692417 56.49913 25 -#> 7707 VR2-5637 -5.692417 56.49913 25 -#> 7708 VR2-5637 -5.692417 56.49913 25 -#> 7709 VR2-5637 -5.692417 56.49913 25 -#> 7710 VR2-5637 -5.692417 56.49913 25 -#> 7711 VR2-5637 -5.692417 56.49913 25 -#> 7712 VR2-5637 -5.692417 56.49913 25 -#> 7713 VR2-5637 -5.692417 56.49913 25 -#> 7714 VR2-5637 -5.692417 56.49913 25 -#> 7715 VR2-5637 -5.692417 56.49913 25 -#> 7716 VR2-5637 -5.692417 56.49913 25 -#> 7717 VR2-5637 -5.692417 56.49913 25 -#> 7718 VR2-5637 -5.692417 56.49913 25 -#> 7719 VR2-5637 -5.692417 56.49913 25 -#> 7720 VR2-5637 -5.692417 56.49913 25 -#> 7721 VR2-5637 -5.692417 56.49913 25 -#> 7722 VR2-5637 -5.692417 56.49913 25 -#> 7723 VR2-5637 -5.692417 56.49913 25 -#> 7724 VR2-5637 -5.692417 56.49913 25 -#> 7725 VR2-5637 -5.692417 56.49913 25 -#> 7726 VR2-5637 -5.692417 56.49913 25 -#> 7727 VR2-5637 -5.692417 56.49913 25 -#> 7728 VR2-5637 -5.692417 56.49913 25 -#> 7729 VR2-5637 -5.692417 56.49913 25 -#> 7730 VR2-5637 -5.692417 56.49913 25 -#> 7731 VR2-5637 -5.692417 56.49913 25 -#> 7732 VR2-5637 -5.692417 56.49913 25 -#> 7733 VR2-5637 -5.692417 56.49913 25 -#> 7734 VR2-5637 -5.692417 56.49913 25 -#> 7735 VR2-5637 -5.692417 56.49913 25 -#> 7736 VR2-5637 -5.692417 56.49913 25 -#> 7737 VR2-5637 -5.692417 56.49913 25 -#> 7738 VR2-5637 -5.692417 56.49913 25 -#> 7739 VR2-5637 -5.692417 56.49913 25 -#> 7740 VR2-5637 -5.692417 56.49913 25 -#> 7741 VR2-5637 -5.692417 56.49913 25 -#> 7742 VR2-5637 -5.692417 56.49913 25 -#> 7743 VR2-5637 -5.692417 56.49913 25 -#> 7744 VR2-5637 -5.692417 56.49913 25 -#> 7745 VR2-5637 -5.692417 56.49913 25 -#> 7746 VR2-5637 -5.692417 56.49913 25 -#> 7747 VR2-5637 -5.692417 56.49913 25 -#> 7748 VR2-5637 -5.692417 56.49913 25 -#> 7749 VR2-5637 -5.692417 56.49913 25 -#> 7750 VR2-5637 -5.692417 56.49913 25 -#> 7751 VR2-5637 -5.692417 56.49913 25 -#> 7752 VR2-5637 -5.692417 56.49913 25 -#> 7753 VR2-5637 -5.692417 56.49913 25 -#> 7754 VR2AR-546133 -5.701717 56.49747 90 -#> 7755 VR2-5637 -5.692417 56.49913 25 -#> 7756 VR2AR-546133 -5.701717 56.49747 90 -#> 7757 VR2AR-546133 -5.701717 56.49747 90 -#> 7758 VR2AR-546133 -5.701717 56.49747 90 -#> 7759 VR2AR-546133 -5.701717 56.49747 90 -#> 7760 VR2AR-546133 -5.701717 56.49747 90 -#> 7761 VR2AR-546133 -5.701717 56.49747 90 -#> 7762 VR2AR-546133 -5.701717 56.49747 90 -#> 7763 VR2AR-546133 -5.701717 56.49747 90 -#> 7764 VR2AR-546133 -5.701717 56.49747 90 -#> 7765 VR2AR-546133 -5.701717 56.49747 90 -#> 7766 VR2AR-546133 -5.701717 56.49747 90 -#> 7767 VR2AR-546133 -5.701717 56.49747 90 -#> 7768 VR2-5637 -5.692417 56.49913 25 -#> 7769 VR2-5637 -5.692417 56.49913 25 -#> 7770 VR2AR-546133 -5.701717 56.49747 90 -#> 7771 VR2AR-546133 -5.701717 56.49747 90 -#> 7772 VR2AR-546133 -5.701717 56.49747 90 -#> 7773 VR2-5637 -5.692417 56.49913 25 -#> 7774 VR2-5637 -5.692417 56.49913 25 -#> 7775 VR2-5637 -5.692417 56.49913 25 -#> 7776 VR2-5637 -5.692417 56.49913 25 -#> 7777 VR2-5637 -5.692417 56.49913 25 -#> 7778 VR2-5637 -5.692417 56.49913 25 -#> 7779 VR2-5637 -5.692417 56.49913 25 -#> 7780 VR2-5637 -5.692417 56.49913 25 -#> 7781 VR2-5637 -5.692417 56.49913 25 -#> 7782 VR2-5637 -5.692417 56.49913 25 -#> 7783 VR2-5637 -5.692417 56.49913 25 -#> 7784 VR2-5637 -5.692417 56.49913 25 -#> 7785 VR2-5637 -5.692417 56.49913 25 -#> 7786 VR2-5637 -5.692417 56.49913 25 -#> 7787 VR2-5637 -5.692417 56.49913 25 -#> 7788 VR2-5637 -5.692417 56.49913 25 -#> 7789 VR2-5637 -5.692417 56.49913 25 -#> 7790 VR2-5637 -5.692417 56.49913 25 -#> 7791 VR2AR-546133 -5.701717 56.49747 90 -#> 7792 VR2AR-546133 -5.701717 56.49747 90 -#> 7793 VR2AR-546133 -5.701717 56.49747 90 -#> 7794 VR2AR-546133 -5.701717 56.49747 90 -#> 7795 VR2AR-546133 -5.701717 56.49747 90 -#> 7796 VR2AR-546133 -5.701717 56.49747 90 -#> 7797 VR2AR-546133 -5.701717 56.49747 90 -#> 7798 VR2AR-546133 -5.701717 56.49747 90 -#> 7799 VR2AR-546133 -5.701717 56.49747 90 -#> 7800 VR2AR-546133 -5.701717 56.49747 90 -#> 7801 VR2AR-546133 -5.701717 56.49747 90 -#> 7802 VR2AR-546133 -5.701717 56.49747 90 -#> 7803 VR2AR-546133 -5.701717 56.49747 90 -#> 7804 VR2AR-546133 -5.701717 56.49747 90 -#> 7805 VR2AR-546133 -5.701717 56.49747 90 -#> 7806 VR2AR-546133 -5.701717 56.49747 90 -#> 7807 VR2AR-546133 -5.701717 56.49747 90 -#> 7808 VR2AR-546133 -5.701717 56.49747 90 -#> 7809 VR2AR-546133 -5.701717 56.49747 90 -#> 7810 VR2AR-546133 -5.701717 56.49747 90 -#> 7811 VR2AR-546133 -5.701717 56.49747 90 -#> 7812 VR2AR-546133 -5.701717 56.49747 90 -#> 7813 VR2AR-546133 -5.701717 56.49747 90 -#> 7814 VR2AR-546133 -5.701717 56.49747 90 -#> 7815 VR2AR-546133 -5.701717 56.49747 90 -#> 7816 VR2AR-546133 -5.701717 56.49747 90 -#> 7817 VR2AR-546133 -5.701717 56.49747 90 -#> 7818 VR2AR-546133 -5.701717 56.49747 90 -#> 7819 VR2AR-546133 -5.701717 56.49747 90 -#> 7820 VR2AR-546133 -5.701717 56.49747 90 -#> 7821 VR2AR-546133 -5.701717 56.49747 90 -#> 7822 VR2AR-546133 -5.701717 56.49747 90 -#> 7823 VR2-5637 -5.692417 56.49913 25 -#> 7824 VR2-5637 -5.692417 56.49913 25 -#> 7825 VR2-5637 -5.692417 56.49913 25 -#> 7826 VR2-5637 -5.692417 56.49913 25 -#> 7827 VR2-5637 -5.692417 56.49913 25 -#> 7828 VR2-5630 -5.591217 56.50710 50 -#> 7829 VR2-5630 -5.591217 56.50710 50 -#> 7830 VR2-5630 -5.591217 56.50710 50 -#> 7831 VR2-5630 -5.591217 56.50710 50 -#> 7832 VR2-5630 -5.591217 56.50710 50 -#> 7833 VR2-5630 -5.591217 56.50710 50 -#> 7834 VR2-5630 -5.591217 56.50710 50 -#> 7835 VR2-5630 -5.591217 56.50710 50 -#> 7836 VR2-5630 -5.591217 56.50710 50 -#> 7837 VR2-5630 -5.591217 56.50710 50 -#> 7838 VR2-5630 -5.591217 56.50710 50 -#> 7839 VR2-5630 -5.591217 56.50710 50 -#> 7840 VR2-5630 -5.591217 56.50710 50 -#> 7841 VR2-5630 -5.591217 56.50710 50 -#> 7842 VR2-5630 -5.591217 56.50710 50 -#> 7843 VR2-5630 -5.591217 56.50710 50 -#> 7844 VR2-5630 -5.591217 56.50710 50 -#> 7845 VR2-5630 -5.591217 56.50710 50 -#> 7846 VR2-5630 -5.591217 56.50710 50 -#> 7847 VR2-5630 -5.591217 56.50710 50 -#> 7848 VR2-5630 -5.591217 56.50710 50 -#> 7849 VR2-5630 -5.591217 56.50710 50 -#> 7850 VR2-5630 -5.591217 56.50710 50 -#> 7851 VR2-5630 -5.591217 56.50710 50 -#> 7852 VR2-5630 -5.591217 56.50710 50 -#> 7853 VR2-6723 -5.586383 56.50332 50 -#> 7854 VR2-6723 -5.586383 56.50332 50 -#> 7855 VR2-6723 -5.586383 56.50332 50 -#> 7856 VR2-6723 -5.586383 56.50332 50 -#> 7857 VR2-6723 -5.586383 56.50332 50 -#> 7858 VR2-6723 -5.586383 56.50332 50 -#> 7859 VR2W-108163 -5.586717 56.49755 25 -#> 7860 VR2W-108163 -5.586717 56.49755 25 -#> 7861 VR2W-108163 -5.586717 56.49755 25 -#> 7862 VR2W-108163 -5.586717 56.49755 25 -#> 7863 VR2-6723 -5.586383 56.50332 50 -#> 7864 VR2W-108163 -5.586717 56.49755 25 -#> 7865 VR2W-108163 -5.586717 56.49755 25 -#> 7866 VR2-6723 -5.586383 56.50332 50 -#> 7867 VR2-6723 -5.586383 56.50332 50 -#> 7868 VR2-6723 -5.586383 56.50332 50 -#> 7869 VR2W-108163 -5.586717 56.49755 25 -#> 7870 VR2AR-546136 -5.626250 56.44810 75 -#> 7871 VR2AR-546136 -5.626250 56.44810 75 -#> 7872 VR2AR-546136 -5.626250 56.44810 75 -#> 7873 VR2AR-546136 -5.626250 56.44810 75 -#> 7874 VR2AR-546131 -5.612700 56.37988 35 -#> 7875 VR2AR-546131 -5.612700 56.37988 35 -#> 7876 VR2AR-546131 -5.612700 56.37988 35 -#> 7877 VR2AR-546131 -5.612700 56.37988 35 -#> 7878 VR2AR-546131 -5.612700 56.37988 35 -#> 7879 VR2AR-546131 -5.612700 56.37988 35 -#> 7880 VR2AR-546131 -5.612700 56.37988 35 -#> 7881 VR2AR-546131 -5.612700 56.37988 35 -#> 7882 VR2AR-546131 -5.612700 56.37988 35 -#> 7883 VR2AR-546131 -5.612700 56.37988 35 -#> 7884 VR2AR-546131 -5.612700 56.37988 35 -#> 7885 VR2AR-546131 -5.612700 56.37988 35 -#> 7886 VR2AR-546131 -5.612700 56.37988 35 -#> 7887 VR2AR-546131 -5.612700 56.37988 35 -#> 7888 VR2AR-546131 -5.612700 56.37988 35 -#> 7889 VR2AR-546131 -5.612700 56.37988 35 -#> 7890 VR2AR-546131 -5.612700 56.37988 35 -#> 7891 VR2AR-546131 -5.612700 56.37988 35 -#> 7892 VR2AR-546131 -5.612700 56.37988 35 -#> 7893 VR2AR-546131 -5.612700 56.37988 35 -#> 7894 VR2AR-546131 -5.612700 56.37988 35 -#> 7895 VR2AR-546131 -5.612700 56.37988 35 -#> 7896 VR2AR-546131 -5.612700 56.37988 35 -#> 7897 VR2AR-546131 -5.612700 56.37988 35 -#> 7898 VR2AR-546131 -5.612700 56.37988 35 -#> 7899 VR2AR-546131 -5.612700 56.37988 35 -#> 7900 VR2AR-546131 -5.612700 56.37988 35 -#> 7901 VR2AR-546131 -5.612700 56.37988 35 -#> 7902 VR2AR-546131 -5.612700 56.37988 35 -#> 7903 VR2AR-546131 -5.612700 56.37988 35 -#> 7904 VR2AR-546131 -5.612700 56.37988 35 -#> 7905 VR2AR-546131 -5.612700 56.37988 35 -#> 7906 VR2AR-546131 -5.612700 56.37988 35 -#> 7907 VR2AR-546131 -5.612700 56.37988 35 -#> 7908 VR2AR-546131 -5.612700 56.37988 35 -#> 7909 VR2AR-546131 -5.612700 56.37988 35 -#> 7910 VR2AR-546131 -5.612700 56.37988 35 -#> 7911 VR2AR-546131 -5.612700 56.37988 35 -#> 7912 VR2AR-546131 -5.612700 56.37988 35 -#> 7913 VR2AR-546131 -5.612700 56.37988 35 -#> 7914 VR2AR-546131 -5.612700 56.37988 35 -#> 7915 VR2AR-546131 -5.612700 56.37988 35 -#> 7916 VR2AR-546131 -5.612700 56.37988 35 -#> 7917 VR2AR-546131 -5.612700 56.37988 35 -#> 7918 VR2AR-546131 -5.612700 56.37988 35 -#> 7919 VR2AR-546131 -5.612700 56.37988 35 -#> 7920 VR2AR-546131 -5.612700 56.37988 35 -#> 7921 VR2AR-546131 -5.612700 56.37988 35 -#> 7922 VR2AR-546131 -5.612700 56.37988 35 -#> 7923 VR2AR-546131 -5.612700 56.37988 35 -#> 7924 VR2AR-546131 -5.612700 56.37988 35 -#> 7925 VR2AR-546131 -5.612700 56.37988 35 -#> 7926 VR2AR-546131 -5.612700 56.37988 35 -#> 7927 VR2AR-546131 -5.612700 56.37988 35 -#> 7928 VR2AR-546131 -5.612700 56.37988 35 -#> 7929 VR2AR-546131 -5.612700 56.37988 35 -#> 7930 VR2AR-546131 -5.612700 56.37988 35 -#> 7931 VR2AR-546131 -5.612700 56.37988 35 -#> 7932 VR2AR-546131 -5.612700 56.37988 35 -#> 7933 VR2AR-546131 -5.612700 56.37988 35 -#> 7934 VR2AR-546131 -5.612700 56.37988 35 -#> 7935 VR2AR-546131 -5.612700 56.37988 35 -#> 7936 VR2AR-546131 -5.612700 56.37988 35 -#> 7937 VR2AR-546131 -5.612700 56.37988 35 -#> 7938 VR2AR-546131 -5.612700 56.37988 35 -#> 7939 VR2AR-546131 -5.612700 56.37988 35 -#> 7940 VR2AR-546131 -5.612700 56.37988 35 -#> 7941 VR2AR-546131 -5.612700 56.37988 35 -#> 7942 VR2AR-546131 -5.612700 56.37988 35 -#> 7943 VR2AR-546131 -5.612700 56.37988 35 -#> 7944 VR2AR-546131 -5.612700 56.37988 35 -#> 7945 VR2AR-546131 -5.612700 56.37988 35 -#> 7946 VR2AR-546131 -5.612700 56.37988 35 -#> 7947 VR2AR-546131 -5.612700 56.37988 35 -#> 7948 VR2AR-546131 -5.612700 56.37988 35 -#> 7949 VR2AR-546131 -5.612700 56.37988 35 -#> 7950 VR2AR-546131 -5.612700 56.37988 35 -#> 7951 VR2AR-546131 -5.612700 56.37988 35 -#> 7952 VR2AR-546131 -5.612700 56.37988 35 -#> 7953 VR2AR-546131 -5.612700 56.37988 35 -#> 7954 VR2AR-546131 -5.612700 56.37988 35 -#> 7955 VR2AR-546131 -5.612700 56.37988 35 -#> 7956 VR2AR-546131 -5.612700 56.37988 35 -#> 7957 VR2AR-546131 -5.612700 56.37988 35 -#> 7958 VR2AR-546131 -5.612700 56.37988 35 -#> 7959 VR2AR-546131 -5.612700 56.37988 35 -#> 7960 VR2AR-546131 -5.612700 56.37988 35 -#> 7961 VR2AR-546131 -5.612700 56.37988 35 -#> 7962 VR2AR-546131 -5.612700 56.37988 35 -#> 7963 VR2AR-546131 -5.612700 56.37988 35 -#> 7964 VR2AR-546131 -5.612700 56.37988 35 -#> 7965 VR2AR-546131 -5.612700 56.37988 35 -#> 7966 VR2AR-546131 -5.612700 56.37988 35 -#> 7967 VR2AR-546131 -5.612700 56.37988 35 -#> 7968 VR2AR-546131 -5.612700 56.37988 35 -#> 7969 VR2AR-546131 -5.612700 56.37988 35 -#> 7970 VR2AR-546131 -5.612700 56.37988 35 -#> 7971 VR2AR-546131 -5.612700 56.37988 35 -#> 7972 VR2AR-546136 -5.626250 56.44810 75 -#> 7973 VR2AR-546380 -5.637917 56.44800 25 -#> 7974 VR2AR-546380 -5.637917 56.44800 25 -#> 7975 VR2AR-546380 -5.637917 56.44800 25 -#> 7976 VR2AR-546380 -5.637917 56.44800 25 -#> 7977 VR2AR-546380 -5.637917 56.44800 25 -#> 7978 VR2AR-546380 -5.637917 56.44800 25 -#> 7979 VR2AR-546136 -5.626250 56.44810 75 -#> 7980 VR2AR-546380 -5.637917 56.44800 25 -#> 7981 VR2AR-546380 -5.637917 56.44800 25 -#> 7982 VR2AR-546380 -5.637917 56.44800 25 -#> 7983 VR2AR-546380 -5.637917 56.44800 25 -#> 7984 VR2AR-546136 -5.626250 56.44810 75 -#> 7985 VR2AR-546380 -5.637917 56.44800 25 -#> 7986 VR2AR-546380 -5.637917 56.44800 25 -#> 7987 VR2AR-546380 -5.637917 56.44800 25 -#> 7988 VR2AR-546136 -5.626250 56.44810 75 -#> 7989 VR2AR-546136 -5.626250 56.44810 75 -#> 7990 VR2AR-546380 -5.637917 56.44800 25 -#> 7991 VR2AR-546136 -5.626250 56.44810 75 -#> 7992 VR2AR-546136 -5.626250 56.44810 75 -#> 7993 VR2AR-546136 -5.626250 56.44810 75 -#> 7994 VR2AR-546131 -5.612700 56.37988 35 -#> 7995 VR2AR-546131 -5.612700 56.37988 35 -#> 7996 VR2AR-546131 -5.612700 56.37988 35 -#> 7997 VR2AR-546131 -5.612700 56.37988 35 -#> 7998 VR2AR-546131 -5.612700 56.37988 35 -#> 7999 VR2AR-546131 -5.612700 56.37988 35 -#> 8000 VR2AR-546131 -5.612700 56.37988 35 -#> 8001 VR2AR-546131 -5.612700 56.37988 35 -#> 8002 VR2AR-546131 -5.612700 56.37988 35 -#> 8003 VR2AR-546131 -5.612700 56.37988 35 -#> 8004 VR2AR-546131 -5.612700 56.37988 35 -#> 8005 VR2AR-546131 -5.612700 56.37988 35 -#> 8006 VR2AR-546131 -5.612700 56.37988 35 -#> 8007 VR2AR-546131 -5.612700 56.37988 35 -#> 8008 VR2AR-546131 -5.612700 56.37988 35 -#> 8009 VR2AR-546131 -5.612700 56.37988 35 -#> 8010 VR2AR-546131 -5.612700 56.37988 35 -#> 8011 VR2AR-546131 -5.612700 56.37988 35 -#> 8012 VR2AR-546131 -5.612700 56.37988 35 -#> 8013 VR2AR-546131 -5.612700 56.37988 35 -#> 8014 VR2AR-546131 -5.612700 56.37988 35 -#> 8015 VR2AR-546131 -5.612700 56.37988 35 -#> 8016 VR2AR-546131 -5.612700 56.37988 35 -#> 8017 VR2AR-546131 -5.612700 56.37988 35 -#> 8018 VR2AR-546131 -5.612700 56.37988 35 -#> 8019 VR2AR-546131 -5.612700 56.37988 35 -#> 8020 VR2AR-546131 -5.612700 56.37988 35 -#> 8021 VR2AR-546131 -5.612700 56.37988 35 -#> 8022 VR2AR-546131 -5.612700 56.37988 35 -#> 8023 VR2AR-546131 -5.612700 56.37988 35 -#> 8024 VR2AR-546131 -5.612700 56.37988 35 -#> 8025 VR2AR-546131 -5.612700 56.37988 35 -#> 8026 VR2AR-546131 -5.612700 56.37988 35 -#> 8027 VR2AR-546131 -5.612700 56.37988 35 -#> 8028 VR2AR-546131 -5.612700 56.37988 35 -#> 8029 VR2AR-546131 -5.612700 56.37988 35 -#> 8030 VR2AR-546131 -5.612700 56.37988 35 -#> 8031 VR2AR-546131 -5.612700 56.37988 35 -#> 8032 VR2AR-546131 -5.612700 56.37988 35 -#> 8033 VR2AR-546131 -5.612700 56.37988 35 -#> 8034 VR2AR-546131 -5.612700 56.37988 35 -#> 8035 VR2AR-546131 -5.612700 56.37988 35 -#> 8036 VR2AR-546131 -5.612700 56.37988 35 -#> 8037 VR2AR-546131 -5.612700 56.37988 35 -#> 8038 VR2AR-546131 -5.612700 56.37988 35 -#> 8039 VR2AR-546131 -5.612700 56.37988 35 -#> 8040 VR2AR-546131 -5.612700 56.37988 35 -#> 8041 VR2AR-546131 -5.612700 56.37988 35 -#> 8042 VR2AR-546131 -5.612700 56.37988 35 -#> 8043 VR2AR-546131 -5.612700 56.37988 35 -#> 8044 VR2AR-546131 -5.612700 56.37988 35 -#> 8045 VR2AR-546131 -5.612700 56.37988 35 -#> 8046 VR2AR-546131 -5.612700 56.37988 35 -#> 8047 VR2AR-546131 -5.612700 56.37988 35 -#> 8048 VR2AR-546131 -5.612700 56.37988 35 -#> 8049 VR2AR-546131 -5.612700 56.37988 35 -#> 8050 VR2AR-546131 -5.612700 56.37988 35 -#> 8051 VR2AR-546131 -5.612700 56.37988 35 -#> 8052 VR2AR-546131 -5.612700 56.37988 35 -#> 8053 VR2AR-546131 -5.612700 56.37988 35 -#> 8054 VR2AR-546131 -5.612700 56.37988 35 -#> 8055 VR2AR-546131 -5.612700 56.37988 35 -#> 8056 VR2AR-546131 -5.612700 56.37988 35 -#> 8057 VR2AR-546131 -5.612700 56.37988 35 -#> 8058 VR2AR-546131 -5.612700 56.37988 35 -#> 8059 VR2AR-546131 -5.612700 56.37988 35 -#> 8060 VR2AR-546131 -5.612700 56.37988 35 -#> 8061 VR2AR-546131 -5.612700 56.37988 35 -#> 8062 VR2AR-546131 -5.612700 56.37988 35 -#> 8063 VR2AR-546131 -5.612700 56.37988 35 -#> 8064 VR2AR-546131 -5.612700 56.37988 35 -#> 8065 VR2AR-546131 -5.612700 56.37988 35 -#> 8066 VR2AR-546131 -5.612700 56.37988 35 -#> 8067 VR2AR-546131 -5.612700 56.37988 35 -#> 8068 VR2AR-546131 -5.612700 56.37988 35 -#> 8069 VR2AR-546131 -5.612700 56.37988 35 -#> 8070 VR2AR-546131 -5.612700 56.37988 35 -#> 8071 VR2AR-546131 -5.612700 56.37988 35 -#> 8072 VR2AR-546131 -5.612700 56.37988 35 -#> 8073 VR2AR-546131 -5.612700 56.37988 35 -#> 8074 VR2AR-546131 -5.612700 56.37988 35 -#> 8075 VR2AR-546131 -5.612700 56.37988 35 -#> 8076 VR2AR-546131 -5.612700 56.37988 35 -#> 8077 VR2AR-546131 -5.612700 56.37988 35 -#> 8078 VR2AR-546131 -5.612700 56.37988 35 -#> 8079 VR2AR-546131 -5.612700 56.37988 35 -#> 8080 VR2AR-546131 -5.612700 56.37988 35 -#> 8081 VR2AR-546131 -5.612700 56.37988 35 -#> 8082 VR2AR-546131 -5.612700 56.37988 35 -#> 8083 VR2AR-546131 -5.612700 56.37988 35 -#> 8084 VR2AR-546131 -5.612700 56.37988 35 -#> 8085 VR2AR-546131 -5.612700 56.37988 35 -#> 8086 VR2AR-546131 -5.612700 56.37988 35 -#> 8087 VR2AR-546131 -5.612700 56.37988 35 -#> 8088 VR2AR-546131 -5.612700 56.37988 35 -#> 8089 VR2AR-546131 -5.612700 56.37988 35 -#> 8090 VR2AR-546131 -5.612700 56.37988 35 -#> 8091 VR2AR-546131 -5.612700 56.37988 35 -#> 8092 VR2AR-546131 -5.612700 56.37988 35 -#> 8093 VR2AR-546131 -5.612700 56.37988 35 -#> 8094 VR2AR-546131 -5.612700 56.37988 35 -#> 8095 VR2AR-546131 -5.612700 56.37988 35 -#> 8096 VR2AR-546131 -5.612700 56.37988 35 -#> 8097 VR2AR-546131 -5.612700 56.37988 35 -#> 8098 VR2AR-546131 -5.612700 56.37988 35 -#> 8099 VR2AR-546131 -5.612700 56.37988 35 -#> 8100 VR2AR-546131 -5.612700 56.37988 35 -#> 8101 VR2AR-546131 -5.612700 56.37988 35 -#> 8102 VR2AR-546131 -5.612700 56.37988 35 -#> 8103 VR2AR-546131 -5.612700 56.37988 35 -#> 8104 VR2AR-546131 -5.612700 56.37988 35 -#> 8105 VR2AR-546131 -5.612700 56.37988 35 -#> 8106 VR2AR-546131 -5.612700 56.37988 35 -#> 8107 VR2AR-546131 -5.612700 56.37988 35 -#> 8108 VR2AR-546131 -5.612700 56.37988 35 -#> 8109 VR2AR-546131 -5.612700 56.37988 35 -#> 8110 VR2AR-546131 -5.612700 56.37988 35 -#> 8111 VR2AR-546131 -5.612700 56.37988 35 -#> 8112 VR2AR-546131 -5.612700 56.37988 35 -#> 8113 VR2AR-546131 -5.612700 56.37988 35 -#> 8114 VR2AR-546131 -5.612700 56.37988 35 -#> 8115 VR2AR-546131 -5.612700 56.37988 35 -#> 8116 VR2AR-546131 -5.612700 56.37988 35 -#> 8117 VR2AR-546131 -5.612700 56.37988 35 -#> 8118 VR2AR-546131 -5.612700 56.37988 35 -#> 8119 VR2AR-546131 -5.612700 56.37988 35 -#> 8120 VR2AR-546131 -5.612700 56.37988 35 -#> 8121 VR2AR-546131 -5.612700 56.37988 35 -#> 8122 VR2AR-546131 -5.612700 56.37988 35 -#> 8123 VR2AR-546131 -5.612700 56.37988 35 -#> 8124 VR2AR-546131 -5.612700 56.37988 35 -#> 8125 VR2AR-546131 -5.612700 56.37988 35 -#> 8126 VR2AR-546131 -5.612700 56.37988 35 -#> 8127 VR2AR-546131 -5.612700 56.37988 35 -#> 8128 VR2AR-546131 -5.612700 56.37988 35 -#> 8129 VR2AR-546131 -5.612700 56.37988 35 -#> 8130 VR2AR-546131 -5.612700 56.37988 35 -#> 8131 VR2AR-546131 -5.612700 56.37988 35 -#> 8132 VR2AR-546131 -5.612700 56.37988 35 -#> 8133 VR2AR-546131 -5.612700 56.37988 35 -#> 8134 VR2AR-546131 -5.612700 56.37988 35 -#> 8135 VR2AR-546131 -5.612700 56.37988 35 -#> 8136 VR2AR-546131 -5.612700 56.37988 35 -#> 8137 VR2AR-546131 -5.612700 56.37988 35 -#> 8138 VR2AR-546131 -5.612700 56.37988 35 -#> 8139 VR2AR-546131 -5.612700 56.37988 35 -#> 8140 VR2AR-546131 -5.612700 56.37988 35 -#> 8141 VR2AR-546131 -5.612700 56.37988 35 -#> 8142 VR2AR-546131 -5.612700 56.37988 35 -#> 8143 VR2AR-546131 -5.612700 56.37988 35 -#> 8144 VR2AR-546131 -5.612700 56.37988 35 -#> 8145 VR2AR-546131 -5.612700 56.37988 35 -#> 8146 VR2AR-546131 -5.612700 56.37988 35 -#> 8147 VR2AR-546131 -5.612700 56.37988 35 -#> 8148 VR2AR-546131 -5.612700 56.37988 35 -#> 8149 VR2AR-546131 -5.612700 56.37988 35 -#> 8150 VR2AR-546131 -5.612700 56.37988 35 -#> 8151 VR2AR-546131 -5.612700 56.37988 35 -#> 8152 VR2AR-546131 -5.612700 56.37988 35 -#> 8153 VR2AR-546131 -5.612700 56.37988 35 -#> 8154 VR2AR-546131 -5.612700 56.37988 35 -#> 8155 VR2AR-546131 -5.612700 56.37988 35 -#> 8156 VR2AR-546131 -5.612700 56.37988 35 -#> 8157 VR2AR-546131 -5.612700 56.37988 35 -#> 8158 VR2AR-546131 -5.612700 56.37988 35 -#> 8159 VR2AR-546131 -5.612700 56.37988 35 -#> 8160 VR2AR-546131 -5.612700 56.37988 35 -#> 8161 VR2AR-546131 -5.612700 56.37988 35 -#> 8162 VR2AR-546131 -5.612700 56.37988 35 -#> 8163 VR2AR-546131 -5.612700 56.37988 35 -#> 8164 VR2AR-546131 -5.612700 56.37988 35 -#> 8165 VR2AR-546131 -5.612700 56.37988 35 -#> 8166 VR2AR-546131 -5.612700 56.37988 35 -#> 8167 VR2AR-546131 -5.612700 56.37988 35 -#> 8168 VR2AR-546131 -5.612700 56.37988 35 -#> 8169 VR2AR-546131 -5.612700 56.37988 35 -#> 8170 VR2AR-546131 -5.612700 56.37988 35 -#> 8171 VR2AR-546131 -5.612700 56.37988 35 -#> 8172 VR2AR-546131 -5.612700 56.37988 35 -#> 8173 VR2AR-546131 -5.612700 56.37988 35 -#> 8174 VR2AR-546131 -5.612700 56.37988 35 -#> 8175 VR2AR-546131 -5.612700 56.37988 35 -#> 8176 VR2AR-546131 -5.612700 56.37988 35 -#> 8177 VR2AR-546131 -5.612700 56.37988 35 -#> 8178 VR2AR-546131 -5.612700 56.37988 35 -#> 8179 VR2AR-546131 -5.612700 56.37988 35 -#> 8180 VR2AR-546131 -5.612700 56.37988 35 -#> 8181 VR2AR-546131 -5.612700 56.37988 35 -#> 8182 VR2AR-546131 -5.612700 56.37988 35 -#> 8183 VR2AR-546131 -5.612700 56.37988 35 -#> 8184 VR2AR-546131 -5.612700 56.37988 35 -#> 8185 VR2AR-546131 -5.612700 56.37988 35 -#> 8186 VR2AR-546131 -5.612700 56.37988 35 -#> 8187 VR2AR-546131 -5.612700 56.37988 35 -#> 8188 VR2AR-546131 -5.612700 56.37988 35 -#> 8189 VR2AR-546131 -5.612700 56.37988 35 -#> 8190 VR2AR-546131 -5.612700 56.37988 35 -#> 8191 VR2AR-546131 -5.612700 56.37988 35 -#> 8192 VR2AR-546131 -5.612700 56.37988 35 -#> 8193 VR2AR-546131 -5.612700 56.37988 35 -#> 8194 VR2AR-546131 -5.612700 56.37988 35 -#> 8195 VR2AR-546131 -5.612700 56.37988 35 -#> 8196 VR2AR-546131 -5.612700 56.37988 35 -#> 8197 VR2AR-546131 -5.612700 56.37988 35 -#> 8198 VR2AR-546131 -5.612700 56.37988 35 -#> 8199 VR2AR-546134 -5.643867 56.38278 145 -#> 8200 VR2AR-546134 -5.643867 56.38278 145 -#> 8201 VR2AR-546134 -5.643867 56.38278 145 -#> 8202 VR2AR-546134 -5.643867 56.38278 145 -#> 8203 VR2AR-546134 -5.643867 56.38278 145 -#> 8204 VR2AR-546134 -5.643867 56.38278 145 -#> 8205 VR2AR-546134 -5.643867 56.38278 145 -#> 8206 VR2AR-546134 -5.643867 56.38278 145 -#> 8207 VR2AR-546135 -5.657067 56.38803 85 -#> 8208 VR2AR-546135 -5.657067 56.38803 85 -#> 8209 VR2AR-546135 -5.657067 56.38803 85 -#> 8210 VR2AR-546135 -5.657067 56.38803 85 -#> 8211 VR2AR-546135 -5.657067 56.38803 85 -#> 8212 VR2AR-546135 -5.657067 56.38803 85 -#> 8213 VR2AR-546135 -5.657067 56.38803 85 -#> 8214 VR2AR-546135 -5.657067 56.38803 85 -#> 8215 VR2AR-546135 -5.657067 56.38803 85 -#> 8216 VR2AR-546135 -5.657067 56.38803 85 -#> 8217 VR2AR-546135 -5.657067 56.38803 85 -#> 8218 VR2AR-546135 -5.657067 56.38803 85 -#> 8219 VR2AR-546135 -5.657067 56.38803 85 -#> 8220 VR2AR-546135 -5.657067 56.38803 85 -#> 8221 VR2AR-546135 -5.657067 56.38803 85 -#> 8222 VR2AR-546135 -5.657067 56.38803 85 -#> 8223 VR2AR-546135 -5.657067 56.38803 85 -#> 8224 VR2AR-546135 -5.657067 56.38803 85 -#> 8225 VR2AR-546135 -5.657067 56.38803 85 -#> 8226 VR2AR-546135 -5.657067 56.38803 85 -#> 8227 VR2AR-546135 -5.657067 56.38803 85 -#> 8228 VR2AR-546380 -5.637917 56.44800 25 -#> 8229 VR2AR-546380 -5.637917 56.44800 25 -#> 8230 VR2AR-546380 -5.637917 56.44800 25 -#> 8231 VR2AR-546380 -5.637917 56.44800 25 -#> 8232 VR2AR-546380 -5.637917 56.44800 25 -#> 8233 VR2AR-546380 -5.637917 56.44800 25 -#> 8234 VR2AR-546380 -5.637917 56.44800 25 -#> 8235 VR2-5637 -5.692417 56.49913 25 -#> 8236 VR2-5637 -5.692417 56.49913 25 -#> 8237 VR2-5637 -5.692417 56.49913 25 -#> 8238 VR2-5637 -5.692417 56.49913 25 -#> 8239 VR2-5637 -5.692417 56.49913 25 -#> 8240 VR2-5637 -5.692417 56.49913 25 -#> 8241 VR2-5637 -5.692417 56.49913 25 -#> 8242 VR2-5637 -5.692417 56.49913 25 -#> 8243 VR2-5637 -5.692417 56.49913 25 -#> 8244 VR2-5637 -5.692417 56.49913 25 -#> 8245 VR2AR-546380 -5.637917 56.44800 25 -#> 8246 VR2AR-546380 -5.637917 56.44800 25 -#> 8247 VR2AR-546380 -5.637917 56.44800 25 -#> 8248 VR2AR-546380 -5.637917 56.44800 25 -#> 8249 VR2AR-546380 -5.637917 56.44800 25 -#> 8250 VR2AR-546380 -5.637917 56.44800 25 -#> 8251 VR2AR-546380 -5.637917 56.44800 25 -#> 8252 VR2AR-546380 -5.637917 56.44800 25 -#> 8253 VR2AR-546380 -5.637917 56.44800 25 -#> 8254 VR2AR-546380 -5.637917 56.44800 25 -#> 8255 VR2AR-546380 -5.637917 56.44800 25 -#> 8256 VR2AR-546380 -5.637917 56.44800 25 -#> 8257 VR2AR-546380 -5.637917 56.44800 25 -#> 8258 VR2AR-546380 -5.637917 56.44800 25 -#> 8259 VR2AR-546134 -5.643867 56.38278 145 -#> 8260 VR2AR-546134 -5.643867 56.38278 145 -#> 8261 VR2AR-546134 -5.643867 56.38278 145 -#> 8262 VR2AR-546134 -5.643867 56.38278 145 -#> 8263 VR2AR-546134 -5.643867 56.38278 145 -#> 8264 VR2AR-546134 -5.643867 56.38278 145 -#> 8265 VR2AR-546134 -5.643867 56.38278 145 -#> 8266 VR2AR-546134 -5.643867 56.38278 145 -#> 8267 VR2AR-546134 -5.643867 56.38278 145 -#> 8268 VR2AR-546134 -5.643867 56.38278 145 -#> 8269 VR2AR-546134 -5.643867 56.38278 145 -#> 8270 VR2AR-546134 -5.643867 56.38278 145 -#> 8271 VR2AR-546134 -5.643867 56.38278 145 -#> 8272 VR2AR-546134 -5.643867 56.38278 145 -#> 8273 VR2AR-546134 -5.643867 56.38278 145 -#> 8274 VR2AR-546134 -5.643867 56.38278 145 -#> 8275 VR2AR-546134 -5.643867 56.38278 145 -#> 8276 VR2AR-546134 -5.643867 56.38278 145 -#> 8277 VR2AR-546134 -5.643867 56.38278 145 -#> 8278 VR2AR-546134 -5.643867 56.38278 145 -#> 8279 VR2AR-546134 -5.643867 56.38278 145 -#> 8280 VR2AR-546134 -5.643867 56.38278 145 -#> 8281 VR2AR-546134 -5.643867 56.38278 145 -#> 8282 VR2AR-546134 -5.643867 56.38278 145 -#> 8283 VR2AR-546134 -5.643867 56.38278 145 -#> 8284 VR2AR-546134 -5.643867 56.38278 145 -#> 8285 VR2AR-546134 -5.643867 56.38278 145 -#> 8286 VR2AR-546134 -5.643867 56.38278 145 -#> 8287 VR2AR-546134 -5.643867 56.38278 145 -#> 8288 VR2AR-546134 -5.643867 56.38278 145 -#> 8289 VR2AR-546134 -5.643867 56.38278 145 -#> 8290 VR2AR-546134 -5.643867 56.38278 145 -#> 8291 VR2AR-546134 -5.643867 56.38278 145 -#> 8292 VR2AR-546134 -5.643867 56.38278 145 -#> 8293 VR2AR-546134 -5.643867 56.38278 145 -#> 8294 VR2AR-546135 -5.657067 56.38803 85 -#> 8295 VR2AR-546135 -5.657067 56.38803 85 -#> 8296 VR2AR-546135 -5.657067 56.38803 85 -#> 8297 VR2AR-546135 -5.657067 56.38803 85 -#> 8298 VR2AR-546135 -5.657067 56.38803 85 -#> 8299 VR2AR-546135 -5.657067 56.38803 85 -#> 8300 VR2AR-546135 -5.657067 56.38803 85 -#> 8301 VR2AR-546135 -5.657067 56.38803 85 -#> 8302 VR2AR-546135 -5.657067 56.38803 85 -#> 8303 VR2AR-546135 -5.657067 56.38803 85 -#> 8304 VR2AR-546135 -5.657067 56.38803 85 -#> 8305 VR2AR-546135 -5.657067 56.38803 85 -#> 8306 VR2AR-546135 -5.657067 56.38803 85 -#> 8307 VR2AR-546135 -5.657067 56.38803 85 -#> 8308 VR2AR-546135 -5.657067 56.38803 85 -#> 8309 VR2AR-546135 -5.657067 56.38803 85 -#> 8310 VR2AR-546135 -5.657067 56.38803 85 -#> 8311 VR2AR-546135 -5.657067 56.38803 85 -#> 8312 VR2AR-546135 -5.657067 56.38803 85 -#> 8313 VR2AR-546135 -5.657067 56.38803 85 -#> 8314 VR2AR-546135 -5.657067 56.38803 85 -#> 8315 VR2AR-546135 -5.657067 56.38803 85 -#> 8316 VR2AR-546135 -5.657067 56.38803 85 -#> 8317 VR2AR-546135 -5.657067 56.38803 85 -#> 8318 VR2AR-546135 -5.657067 56.38803 85 -#> 8319 VR2AR-546135 -5.657067 56.38803 85 -#> 8320 VR2AR-546135 -5.657067 56.38803 85 -#> 8321 VR2AR-546135 -5.657067 56.38803 85 -#> 8322 VR2AR-546134 -5.643867 56.38278 145 -#> 8323 VR2AR-546134 -5.643867 56.38278 145 -#> 8324 VR2AR-546134 -5.643867 56.38278 145 -#> 8325 VR2AR-546134 -5.643867 56.38278 145 -#> 8326 VR2AR-546134 -5.643867 56.38278 145 -#> 8327 VR2AR-546134 -5.643867 56.38278 145 -#> 8328 VR2AR-546134 -5.643867 56.38278 145 -#> 8329 VR2AR-546134 -5.643867 56.38278 145 -#> 8330 VR2AR-546134 -5.643867 56.38278 145 -#> 8331 VR2AR-546134 -5.643867 56.38278 145 -#> 8332 VR2AR-546134 -5.643867 56.38278 145 -#> 8333 VR2AR-546134 -5.643867 56.38278 145 -#> 8334 VR2AR-546134 -5.643867 56.38278 145 -#> 8335 VR2AR-546134 -5.643867 56.38278 145 -#> 8336 VR2AR-546134 -5.643867 56.38278 145 -#> 8337 VR2AR-546134 -5.643867 56.38278 145 -#> 8338 VR2AR-546134 -5.643867 56.38278 145 -#> 8339 VR2AR-546134 -5.643867 56.38278 145 -#> 8340 VR2AR-546134 -5.643867 56.38278 145 -#> 8341 VR2AR-546134 -5.643867 56.38278 145 -#> 8342 VR2AR-546134 -5.643867 56.38278 145 -#> 8343 VR2AR-546134 -5.643867 56.38278 145 -#> 8344 VR2AR-546134 -5.643867 56.38278 145 -#> 8345 VR2AR-546134 -5.643867 56.38278 145 -#> 8346 VR2AR-546134 -5.643867 56.38278 145 -#> 8347 VR2AR-546134 -5.643867 56.38278 145 -#> 8348 VR2AR-546134 -5.643867 56.38278 145 -#> 8349 VR2AR-546134 -5.643867 56.38278 145 -#> 8350 VR2AR-546134 -5.643867 56.38278 145 -#> 8351 VR2W-108160 -5.631733 56.37447 50 -#> 8352 VR2AR-546131 -5.612700 56.37988 35 -#> 8353 VR2AR-546131 -5.612700 56.37988 35 -#> 8354 VR2AR-546131 -5.612700 56.37988 35 -#> 8355 VR2AR-546131 -5.612700 56.37988 35 -#> 8356 VR2AR-546131 -5.612700 56.37988 35 -#> 8357 VR2AR-546131 -5.612700 56.37988 35 -#> 8358 VR2AR-546131 -5.612700 56.37988 35 -#> 8359 VR2AR-546131 -5.612700 56.37988 35 -#> 8360 VR2AR-546131 -5.612700 56.37988 35 -#> 8361 VR2AR-546131 -5.612700 56.37988 35 -#> 8362 VR2AR-546131 -5.612700 56.37988 35 -#> 8363 VR2AR-546131 -5.612700 56.37988 35 -#> 8364 VR2AR-546131 -5.612700 56.37988 35 -#> 8365 VR2AR-546131 -5.612700 56.37988 35 -#> 8366 VR2AR-546131 -5.612700 56.37988 35 -#> 8367 VR2AR-546131 -5.612700 56.37988 35 -#> 8368 VR2AR-546131 -5.612700 56.37988 35 -#> 8369 VR2AR-546131 -5.612700 56.37988 35 -#> 8370 VR2AR-546131 -5.612700 56.37988 35 -#> 8371 VR2AR-546131 -5.612700 56.37988 35 -#> 8372 VR2AR-546131 -5.612700 56.37988 35 -#> 8373 VR2AR-546131 -5.612700 56.37988 35 -#> 8374 VR2AR-546131 -5.612700 56.37988 35 -#> 8375 VR2AR-546131 -5.612700 56.37988 35 -#> 8376 VR2AR-546131 -5.612700 56.37988 35 -#> 8377 VR2AR-546131 -5.612700 56.37988 35 -#> 8378 VR2AR-546131 -5.612700 56.37988 35 -#> 8379 VR2AR-546131 -5.612700 56.37988 35 -#> 8380 VR2AR-546131 -5.612700 56.37988 35 -#> 8381 VR2AR-546131 -5.612700 56.37988 35 -#> 8382 VR2AR-546131 -5.612700 56.37988 35 -#> 8383 VR2AR-546131 -5.612700 56.37988 35 -#> 8384 VR2AR-546131 -5.612700 56.37988 35 -#> 8385 VR2AR-546131 -5.612700 56.37988 35 -#> 8386 VR2AR-546131 -5.612700 56.37988 35 -#> 8387 VR2AR-546131 -5.612700 56.37988 35 -#> 8388 VR2AR-546131 -5.612700 56.37988 35 -#> 8389 VR2AR-546131 -5.612700 56.37988 35 -#> 8390 VR2AR-546131 -5.612700 56.37988 35 -#> 8391 VR2AR-546131 -5.612700 56.37988 35 -#> 8392 VR2AR-546131 -5.612700 56.37988 35 -#> 8393 VR2AR-546131 -5.612700 56.37988 35 -#> 8394 VR2AR-546131 -5.612700 56.37988 35 -#> 8395 VR2AR-546131 -5.612700 56.37988 35 -#> 8396 VR2AR-546131 -5.612700 56.37988 35 -#> 8397 VR2AR-546131 -5.612700 56.37988 35 -#> 8398 VR2AR-546131 -5.612700 56.37988 35 -#> 8399 VR2AR-546131 -5.612700 56.37988 35 -#> 8400 VR2AR-546131 -5.612700 56.37988 35 -#> 8401 VR2AR-546131 -5.612700 56.37988 35 -#> 8402 VR2AR-546131 -5.612700 56.37988 35 -#> 8403 VR2AR-546131 -5.612700 56.37988 35 -#> 8404 VR2AR-546131 -5.612700 56.37988 35 -#> 8405 VR2AR-546131 -5.612700 56.37988 35 -#> 8406 VR2AR-546131 -5.612700 56.37988 35 -#> 8407 VR2AR-546131 -5.612700 56.37988 35 -#> 8408 VR2AR-546131 -5.612700 56.37988 35 -#> 8409 VR2AR-546131 -5.612700 56.37988 35 -#> 8410 VR2AR-546131 -5.612700 56.37988 35 -#> 8411 VR2AR-546131 -5.612700 56.37988 35 -#> 8412 VR2AR-546131 -5.612700 56.37988 35 -#> 8413 VR2AR-546131 -5.612700 56.37988 35 -#> 8414 VR2AR-546131 -5.612700 56.37988 35 -#> 8415 VR2AR-546131 -5.612700 56.37988 35 -#> 8416 VR2AR-546131 -5.612700 56.37988 35 -#> 8417 VR2AR-546131 -5.612700 56.37988 35 -#> 8418 VR2AR-546131 -5.612700 56.37988 35 -#> 8419 VR2AR-546131 -5.612700 56.37988 35 -#> 8420 VR2AR-546131 -5.612700 56.37988 35 -#> 8421 VR2AR-546131 -5.612700 56.37988 35 -#> 8422 VR2AR-546131 -5.612700 56.37988 35 -#> 8423 VR2AR-546131 -5.612700 56.37988 35 -#> 8424 VR2AR-546131 -5.612700 56.37988 35 -#> 8425 VR2AR-546131 -5.612700 56.37988 35 -#> 8426 VR2AR-546131 -5.612700 56.37988 35 -#> 8427 VR2AR-546131 -5.612700 56.37988 35 -#> 8428 VR2AR-546131 -5.612700 56.37988 35 -#> 8429 VR2AR-546131 -5.612700 56.37988 35 -#> 8430 VR2AR-546131 -5.612700 56.37988 35 -#> 8431 VR2AR-546131 -5.612700 56.37988 35 -#> 8432 VR2AR-546131 -5.612700 56.37988 35 -#> 8433 VR2AR-546131 -5.612700 56.37988 35 -#> 8434 VR2AR-546131 -5.612700 56.37988 35 -#> 8435 VR2AR-546131 -5.612700 56.37988 35 -#> 8436 VR2AR-546131 -5.612700 56.37988 35 -#> 8437 VR2AR-546131 -5.612700 56.37988 35 -#> 8438 VR2AR-546131 -5.612700 56.37988 35 -#> 8439 VR2AR-546131 -5.612700 56.37988 35 -#> 8440 VR2AR-546131 -5.612700 56.37988 35 -#> 8441 VR2AR-546131 -5.612700 56.37988 35 -#> 8442 VR2AR-546131 -5.612700 56.37988 35 -#> 8443 VR2AR-546131 -5.612700 56.37988 35 -#> 8444 VR2AR-546131 -5.612700 56.37988 35 -#> 8445 VR2AR-546131 -5.612700 56.37988 35 -#> 8446 VR2AR-546131 -5.612700 56.37988 35 -#> 8447 VR2AR-546131 -5.612700 56.37988 35 -#> 8448 VR2AR-546131 -5.612700 56.37988 35 -#> 8449 VR2AR-546131 -5.612700 56.37988 35 -#> 8450 VR2AR-546131 -5.612700 56.37988 35 -#> 8451 VR2AR-546131 -5.612700 56.37988 35 -#> 8452 VR2AR-546131 -5.612700 56.37988 35 -#> 8453 VR2AR-546131 -5.612700 56.37988 35 -#> 8454 VR2AR-546131 -5.612700 56.37988 35 -#> 8455 VR2AR-546131 -5.612700 56.37988 35 -#> 8456 VR2AR-546131 -5.612700 56.37988 35 -#> 8457 VR2AR-546131 -5.612700 56.37988 35 -#> 8458 VR2AR-546131 -5.612700 56.37988 35 -#> 8459 VR2AR-546131 -5.612700 56.37988 35 -#> 8460 VR2AR-546131 -5.612700 56.37988 35 -#> 8461 VR2AR-546131 -5.612700 56.37988 35 -#> 8462 VR2AR-546131 -5.612700 56.37988 35 -#> 8463 VR2AR-546131 -5.612700 56.37988 35 -#> 8464 VR2AR-546131 -5.612700 56.37988 35 -#> 8465 VR2AR-546131 -5.612700 56.37988 35 -#> 8466 VR2AR-546131 -5.612700 56.37988 35 -#> 8467 VR2AR-546131 -5.612700 56.37988 35 -#> 8468 VR2AR-546131 -5.612700 56.37988 35 -#> 8469 VR2AR-546131 -5.612700 56.37988 35 -#> 8470 VR2AR-546131 -5.612700 56.37988 35 -#> 8471 VR2AR-546131 -5.612700 56.37988 35 -#> 8472 VR2AR-546131 -5.612700 56.37988 35 -#> 8473 VR2AR-546131 -5.612700 56.37988 35 -#> 8474 VR2AR-546131 -5.612700 56.37988 35 -#> 8475 VR2AR-546131 -5.612700 56.37988 35 -#> 8476 VR2AR-546131 -5.612700 56.37988 35 -#> 8477 VR2AR-546131 -5.612700 56.37988 35 -#> 8478 VR2AR-546131 -5.612700 56.37988 35 -#> 8479 VR2AR-546131 -5.612700 56.37988 35 -#> 8480 VR2AR-546131 -5.612700 56.37988 35 -#> 8481 VR2AR-546131 -5.612700 56.37988 35 -#> 8482 VR2AR-546131 -5.612700 56.37988 35 -#> 8483 VR2AR-546131 -5.612700 56.37988 35 -#> 8484 VR2AR-546131 -5.612700 56.37988 35 -#> 8485 VR2AR-546131 -5.612700 56.37988 35 -#> 8486 VR2AR-546131 -5.612700 56.37988 35 -#> 8487 VR2AR-546131 -5.612700 56.37988 35 -#> 8488 VR2AR-546131 -5.612700 56.37988 35 -#> 8489 VR2AR-546131 -5.612700 56.37988 35 -#> 8490 VR2AR-546131 -5.612700 56.37988 35 -#> 8491 VR2AR-546131 -5.612700 56.37988 35 -#> 8492 VR2AR-546131 -5.612700 56.37988 35 -#> 8493 VR2AR-546131 -5.612700 56.37988 35 -#> 8494 VR2AR-546131 -5.612700 56.37988 35 -#> 8495 VR2AR-546131 -5.612700 56.37988 35 -#> 8496 VR2AR-546131 -5.612700 56.37988 35 -#> 8497 VR2AR-546131 -5.612700 56.37988 35 -#> 8498 VR2AR-546131 -5.612700 56.37988 35 -#> 8499 VR2AR-546131 -5.612700 56.37988 35 -#> 8500 VR2AR-546131 -5.612700 56.37988 35 -#> 8501 VR2AR-546131 -5.612700 56.37988 35 -#> 8502 VR2AR-546131 -5.612700 56.37988 35 -#> 8503 VR2AR-546131 -5.612700 56.37988 35 -#> 8504 VR2AR-546131 -5.612700 56.37988 35 -#> 8505 VR2AR-546131 -5.612700 56.37988 35 -#> 8506 VR2AR-546131 -5.612700 56.37988 35 -#> 8507 VR2AR-546131 -5.612700 56.37988 35 -#> 8508 VR2AR-546131 -5.612700 56.37988 35 -#> 8509 VR2AR-546131 -5.612700 56.37988 35 -#> 8510 VR2AR-546131 -5.612700 56.37988 35 -#> 8511 VR2AR-546131 -5.612700 56.37988 35 -#> 8512 VR2AR-546131 -5.612700 56.37988 35 -#> 8513 VR2AR-546131 -5.612700 56.37988 35 -#> 8514 VR2AR-546131 -5.612700 56.37988 35 -#> 8515 VR2AR-546131 -5.612700 56.37988 35 -#> 8516 VR2AR-546131 -5.612700 56.37988 35 -#> 8517 VR2AR-546131 -5.612700 56.37988 35 -#> 8518 VR2AR-546131 -5.612700 56.37988 35 -#> 8519 VR2AR-546131 -5.612700 56.37988 35 -#> 8520 VR2AR-546131 -5.612700 56.37988 35 -#> 8521 VR2AR-546131 -5.612700 56.37988 35 -#> 8522 VR2AR-546131 -5.612700 56.37988 35 -#> 8523 VR2AR-546131 -5.612700 56.37988 35 -#> 8524 VR2AR-546131 -5.612700 56.37988 35 -#> 8525 VR2AR-546131 -5.612700 56.37988 35 -#> 8526 VR2AR-546131 -5.612700 56.37988 35 -#> 8527 VR2AR-546131 -5.612700 56.37988 35 -#> 8528 VR2AR-546131 -5.612700 56.37988 35 -#> 8529 VR2AR-546131 -5.612700 56.37988 35 -#> 8530 VR2AR-546131 -5.612700 56.37988 35 -#> 8531 VR2AR-546131 -5.612700 56.37988 35 -#> 8532 VR2AR-546131 -5.612700 56.37988 35 -#> 8533 VR2AR-546131 -5.612700 56.37988 35 -#> 8534 VR2AR-546131 -5.612700 56.37988 35 -#> 8535 VR2AR-546131 -5.612700 56.37988 35 -#> 8536 VR2AR-546131 -5.612700 56.37988 35 -#> 8537 VR2AR-546131 -5.612700 56.37988 35 -#> 8538 VR2AR-546131 -5.612700 56.37988 35 -#> 8539 VR2AR-546131 -5.612700 56.37988 35 -#> 8540 VR2AR-546131 -5.612700 56.37988 35 -#> 8541 VR2AR-546131 -5.612700 56.37988 35 -#> 8542 VR2AR-546131 -5.612700 56.37988 35 -#> 8543 VR2AR-546131 -5.612700 56.37988 35 -#> 8544 VR2AR-546131 -5.612700 56.37988 35 -#> 8545 VR2AR-546131 -5.612700 56.37988 35 -#> 8546 VR2AR-546131 -5.612700 56.37988 35 -#> 8547 VR2AR-546131 -5.612700 56.37988 35 -#> 8548 VR2AR-546131 -5.612700 56.37988 35 -#> 8549 VR2AR-546131 -5.612700 56.37988 35 -#> 8550 VR2AR-546131 -5.612700 56.37988 35 -#> 8551 VR2AR-546131 -5.612700 56.37988 35 -#> 8552 VR2AR-546131 -5.612700 56.37988 35 -#> 8553 VR2AR-546131 -5.612700 56.37988 35 -#> 8554 VR2AR-546131 -5.612700 56.37988 35 -#> 8555 VR2AR-546131 -5.612700 56.37988 35 -#> 8556 VR2AR-546131 -5.612700 56.37988 35 -#> 8557 VR2AR-546131 -5.612700 56.37988 35 -#> 8558 VR2AR-546131 -5.612700 56.37988 35 -#> 8559 VR2AR-546131 -5.612700 56.37988 35 -#> 8560 VR2AR-546131 -5.612700 56.37988 35 -#> 8561 VR2AR-546131 -5.612700 56.37988 35 -#> 8562 VR2AR-546131 -5.612700 56.37988 35 -#> 8563 VR2AR-546131 -5.612700 56.37988 35 -#> 8564 VR2AR-546131 -5.612700 56.37988 35 -#> 8565 VR2AR-546131 -5.612700 56.37988 35 -#> 8566 VR2AR-546131 -5.612700 56.37988 35 -#> 8567 VR2AR-546131 -5.612700 56.37988 35 -#> 8568 VR2AR-546131 -5.612700 56.37988 35 -#> 8569 VR2AR-546131 -5.612700 56.37988 35 -#> 8570 VR2AR-546131 -5.612700 56.37988 35 -#> 8571 VR2AR-546131 -5.612700 56.37988 35 -#> 8572 VR2AR-546131 -5.612700 56.37988 35 -#> 8573 VR2AR-546131 -5.612700 56.37988 35 -#> 8574 VR2AR-546131 -5.612700 56.37988 35 -#> 8575 VR2AR-546131 -5.612700 56.37988 35 -#> 8576 VR2AR-546131 -5.612700 56.37988 35 -#> 8577 VR2AR-546131 -5.612700 56.37988 35 -#> 8578 VR2AR-546131 -5.612700 56.37988 35 -#> 8579 VR2AR-546131 -5.612700 56.37988 35 -#> 8580 VR2AR-546131 -5.612700 56.37988 35 -#> 8581 VR2AR-546131 -5.612700 56.37988 35 -#> 8582 VR2AR-546131 -5.612700 56.37988 35 -#> 8583 VR2AR-546131 -5.612700 56.37988 35 -#> 8584 VR2AR-546131 -5.612700 56.37988 35 -#> 8585 VR2AR-546131 -5.612700 56.37988 35 -#> 8586 VR2AR-546131 -5.612700 56.37988 35 -#> 8587 VR2AR-546131 -5.612700 56.37988 35 -#> 8588 VR2AR-546131 -5.612700 56.37988 35 -#> 8589 VR2AR-546131 -5.612700 56.37988 35 -#> 8590 VR2AR-546131 -5.612700 56.37988 35 -#> 8591 VR2AR-546131 -5.612700 56.37988 35 -#> 8592 VR2AR-546131 -5.612700 56.37988 35 -#> 8593 VR2AR-546136 -5.626250 56.44810 75 -#> 8594 VR2AR-546136 -5.626250 56.44810 75 -#> 8595 VR2AR-546136 -5.626250 56.44810 75 -#> 8596 VR2AR-546136 -5.626250 56.44810 75 -#> 8597 VR2AR-546136 -5.626250 56.44810 75 -#> 8598 VR2AR-546136 -5.626250 56.44810 75 -#> 8599 VR2-5637 -5.692417 56.49913 25 -#> 8600 VR2-5637 -5.692417 56.49913 25 -#> 8601 VR2-5637 -5.692417 56.49913 25 -#> 8602 VR2-5637 -5.692417 56.49913 25 -#> 8603 VR2-5637 -5.692417 56.49913 25 -#> 8604 VR2-5637 -5.692417 56.49913 25 -#> 8605 VR2-5637 -5.692417 56.49913 25 -#> 8606 VR2-5637 -5.692417 56.49913 25 -#> 8607 VR2-5637 -5.692417 56.49913 25 -#> 8608 VR2-5637 -5.692417 56.49913 25 -#> 8609 VR2-5637 -5.692417 56.49913 25 -#> 8610 VR2-5637 -5.692417 56.49913 25 -#> 8611 VR2-5637 -5.692417 56.49913 25 -#> 8612 VR2-5637 -5.692417 56.49913 25 -#> 8613 VR2-5637 -5.692417 56.49913 25 -#> 8614 VR2-5637 -5.692417 56.49913 25 -#> 8615 VR2-5637 -5.692417 56.49913 25 -#> 8616 VR2AR-546133 -5.701717 56.49747 90 -#> 8617 VR2AR-546133 -5.701717 56.49747 90 -#> 8618 VR2AR-546133 -5.701717 56.49747 90 -#> 8619 VR2AR-546133 -5.701717 56.49747 90 -#> 8620 VR2AR-546133 -5.701717 56.49747 90 -#> 8621 VR2AR-546133 -5.701717 56.49747 90 -#> 8622 VR2AR-546133 -5.701717 56.49747 90 -#> 8623 VR2-5637 -5.692417 56.49913 25 -#> 8624 VR2-5637 -5.692417 56.49913 25 -#> 8625 VR2-5637 -5.692417 56.49913 25 -#> 8626 VR2-5637 -5.692417 56.49913 25 -#> 8627 VR2-5637 -5.692417 56.49913 25 -#> 8628 VR2-5637 -5.692417 56.49913 25 -#> 8629 VR2-5637 -5.692417 56.49913 25 -#> 8630 VR2-5637 -5.692417 56.49913 25 -#> 8631 VR2-5637 -5.692417 56.49913 25 -#> 8632 VR2-5637 -5.692417 56.49913 25 -#> 8633 VR2-5637 -5.692417 56.49913 25 -#> 8634 VR2-5637 -5.692417 56.49913 25 -#> 8635 VR2-5637 -5.692417 56.49913 25 -#> 8636 VR2-5637 -5.692417 56.49913 25 -#> 8637 VR2-5637 -5.692417 56.49913 25 -#> 8638 VR2-5637 -5.692417 56.49913 25 -#> 8639 VR2-5637 -5.692417 56.49913 25 -#> 8640 VR2-5637 -5.692417 56.49913 25 -#> 8641 VR2-5637 -5.692417 56.49913 25 -#> 8642 VR2-5637 -5.692417 56.49913 25 -#> 8643 VR2-5637 -5.692417 56.49913 25 -#> 8644 VR2-5637 -5.692417 56.49913 25 -#> 8645 VR2-5637 -5.692417 56.49913 25 -#> 8646 VR2-5637 -5.692417 56.49913 25 -#> 8647 VR2-5637 -5.692417 56.49913 25 -#> 8648 VR2-5637 -5.692417 56.49913 25 -#> 8649 VR2-5637 -5.692417 56.49913 25 -#> 8650 VR2-5637 -5.692417 56.49913 25 -#> 8651 VR2-5637 -5.692417 56.49913 25 -#> 8652 VR2-5637 -5.692417 56.49913 25 -#> 8653 VR2-5637 -5.692417 56.49913 25 -#> 8654 VR2-5637 -5.692417 56.49913 25 -#> 8655 VR2-5637 -5.692417 56.49913 25 -#> 8656 VR2-5637 -5.692417 56.49913 25 -#> 8657 VR2AR-546133 -5.701717 56.49747 90 -#> 8658 VR2AR-546133 -5.701717 56.49747 90 -#> 8659 VR2AR-546133 -5.701717 56.49747 90 -#> 8660 VR2AR-546133 -5.701717 56.49747 90 -#> 8661 VR2AR-546133 -5.701717 56.49747 90 -#> 8662 VR2AR-546133 -5.701717 56.49747 90 -#> 8663 VR2AR-546133 -5.701717 56.49747 90 -#> 8664 VR2AR-546133 -5.701717 56.49747 90 -#> 8665 VR2AR-546133 -5.701717 56.49747 90 -#> 8666 VR2AR-546133 -5.701717 56.49747 90 -#> 8667 VR2AR-546133 -5.701717 56.49747 90 -#> 8668 VR2AR-546133 -5.701717 56.49747 90 -#> 8669 VR2AR-546133 -5.701717 56.49747 90 -#> 8670 VR2AR-546133 -5.701717 56.49747 90 -#> 8671 VR2AR-546133 -5.701717 56.49747 90 -#> 8672 VR2AR-546133 -5.701717 56.49747 90 -#> 8673 VR2AR-546133 -5.701717 56.49747 90 -#> 8674 VR2AR-546133 -5.701717 56.49747 90 -#> 8675 VR2AR-546133 -5.701717 56.49747 90 -#> 8676 VR2AR-546133 -5.701717 56.49747 90 -#> 8677 VR2AR-546133 -5.701717 56.49747 90 -#> 8678 VR2AR-546133 -5.701717 56.49747 90 -#> 8679 VR2AR-546133 -5.701717 56.49747 90 -#> 8680 VR2AR-546133 -5.701717 56.49747 90 -#> 8681 VR2AR-546133 -5.701717 56.49747 90 -#> 8682 VR2AR-546133 -5.701717 56.49747 90 -#> 8683 VR2AR-546133 -5.701717 56.49747 90 -#> 8684 VR2AR-546133 -5.701717 56.49747 90 -#> 8685 VR2AR-546133 -5.701717 56.49747 90 -#> 8686 VR2AR-546133 -5.701717 56.49747 90 -#> 8687 VR2AR-546133 -5.701717 56.49747 90 -#> 8688 VR2AR-546133 -5.701717 56.49747 90 -#> 8689 VR2AR-546133 -5.701717 56.49747 90 -#> 8690 VR2AR-546133 -5.701717 56.49747 90 -#> 8691 VR2AR-546133 -5.701717 56.49747 90 -#> 8692 VR2AR-546133 -5.701717 56.49747 90 -#> 8693 VR2AR-546136 -5.626250 56.44810 75 -#> 8694 VR2AR-546136 -5.626250 56.44810 75 -#> 8695 VR2AR-546380 -5.637917 56.44800 25 -#> 8696 VR2AR-546136 -5.626250 56.44810 75 -#> 8697 VR2AR-546380 -5.637917 56.44800 25 -#> 8698 VR2AR-546380 -5.637917 56.44800 25 -#> 8699 VR2AR-546136 -5.626250 56.44810 75 -#> 8700 VR2AR-546380 -5.637917 56.44800 25 -#> 8701 VR2AR-546380 -5.637917 56.44800 25 -#> 8702 VR2AR-546380 -5.637917 56.44800 25 -#> 8703 VR2AR-546380 -5.637917 56.44800 25 -#> 8704 VR2AR-546380 -5.637917 56.44800 25 -#> 8705 VR2AR-546380 -5.637917 56.44800 25 -#> 8706 VR2AR-546380 -5.637917 56.44800 25 -#> 8707 VR2AR-546380 -5.637917 56.44800 25 -#> 8708 VR2AR-546380 -5.637917 56.44800 25 -#> 8709 VR2AR-546380 -5.637917 56.44800 25 -#> 8710 VR2AR-546380 -5.637917 56.44800 25 -#> 8711 VR2AR-546380 -5.637917 56.44800 25 -#> 8712 VR2AR-546380 -5.637917 56.44800 25 -#> 8713 VR2AR-546380 -5.637917 56.44800 25 -#> 8714 VR2AR-546380 -5.637917 56.44800 25 -#> 8715 VR2AR-546380 -5.637917 56.44800 25 -#> 8716 VR2AR-546380 -5.637917 56.44800 25 -#> 8717 VR2AR-546380 -5.637917 56.44800 25 -#> 8718 VR2AR-546380 -5.637917 56.44800 25 -#> 8719 VR2AR-546380 -5.637917 56.44800 25 -#> 8720 VR2AR-546380 -5.637917 56.44800 25 -#> 8721 VR2AR-546380 -5.637917 56.44800 25 -#> 8722 VR2AR-546380 -5.637917 56.44800 25 -#> 8723 VR2AR-546380 -5.637917 56.44800 25 -#> 8724 VR2AR-546380 -5.637917 56.44800 25 -#> 8725 VR2AR-546380 -5.637917 56.44800 25 -#> 8726 VR2AR-546380 -5.637917 56.44800 25 -#> 8727 VR2AR-546380 -5.637917 56.44800 25 -#> 8728 VR2AR-546380 -5.637917 56.44800 25 -#> 8729 VR2AR-546380 -5.637917 56.44800 25 -#> 8730 VR2AR-546380 -5.637917 56.44800 25 -#> 8731 VR2AR-546131 -5.612700 56.37988 35 -#> 8732 VR2AR-546131 -5.612700 56.37988 35 -#> 8733 VR2AR-546131 -5.612700 56.37988 35 -#> 8734 VR2AR-546131 -5.612700 56.37988 35 -#> 8735 VR2AR-546131 -5.612700 56.37988 35 -#> 8736 VR2AR-546131 -5.612700 56.37988 35 -#> 8737 VR2AR-546131 -5.612700 56.37988 35 -#> 8738 VR2AR-546131 -5.612700 56.37988 35 -#> 8739 VR2AR-546131 -5.612700 56.37988 35 -#> 8740 VR2AR-546131 -5.612700 56.37988 35 -#> 8741 VR2AR-546131 -5.612700 56.37988 35 -#> 8742 VR2AR-546131 -5.612700 56.37988 35 -#> 8743 VR2AR-546131 -5.612700 56.37988 35 -#> 8744 VR2AR-546131 -5.612700 56.37988 35 -#> 8745 VR2AR-546131 -5.612700 56.37988 35 -#> 8746 VR2AR-546131 -5.612700 56.37988 35 -#> 8747 VR2AR-546131 -5.612700 56.37988 35 -#> 8748 VR2AR-546131 -5.612700 56.37988 35 -#> 8749 VR2AR-546131 -5.612700 56.37988 35 -#> 8750 VR2AR-546131 -5.612700 56.37988 35 -#> 8751 VR2AR-546131 -5.612700 56.37988 35 -#> 8752 VR2AR-546131 -5.612700 56.37988 35 -#> 8753 VR2AR-546131 -5.612700 56.37988 35 -#> 8754 VR2AR-546131 -5.612700 56.37988 35 -#> 8755 VR2AR-546131 -5.612700 56.37988 35 -#> 8756 VR2AR-546131 -5.612700 56.37988 35 -#> 8757 VR2AR-546131 -5.612700 56.37988 35 -#> 8758 VR2AR-546131 -5.612700 56.37988 35 -#> 8759 VR2AR-546131 -5.612700 56.37988 35 -#> 8760 VR2AR-546131 -5.612700 56.37988 35 -#> 8761 VR2AR-546131 -5.612700 56.37988 35 -#> 8762 VR2AR-546131 -5.612700 56.37988 35 -#> 8763 VR2AR-546131 -5.612700 56.37988 35 -#> 8764 VR2AR-546131 -5.612700 56.37988 35 -#> 8765 VR2AR-546131 -5.612700 56.37988 35 -#> 8766 VR2AR-546131 -5.612700 56.37988 35 -#> 8767 VR2AR-546131 -5.612700 56.37988 35 -#> 8768 VR2AR-546131 -5.612700 56.37988 35 -#> 8769 VR2AR-546131 -5.612700 56.37988 35 -#> 8770 VR2AR-546131 -5.612700 56.37988 35 -#> 8771 VR2AR-546131 -5.612700 56.37988 35 -#> 8772 VR2AR-546131 -5.612700 56.37988 35 -#> 8773 VR2AR-546131 -5.612700 56.37988 35 -#> 8774 VR2AR-546131 -5.612700 56.37988 35 -#> 8775 VR2AR-546131 -5.612700 56.37988 35 -#> 8776 VR2AR-546131 -5.612700 56.37988 35 -#> 8777 VR2AR-546131 -5.612700 56.37988 35 -#> 8778 VR2AR-546131 -5.612700 56.37988 35 -#> 8779 VR2AR-546131 -5.612700 56.37988 35 -#> 8780 VR2AR-546131 -5.612700 56.37988 35 -#> 8781 VR2AR-546131 -5.612700 56.37988 35 -#> 8782 VR2AR-546131 -5.612700 56.37988 35 -#> 8783 VR2AR-546131 -5.612700 56.37988 35 -#> 8784 VR2AR-546131 -5.612700 56.37988 35 -#> 8785 VR2AR-546131 -5.612700 56.37988 35 -#> 8786 VR2AR-546131 -5.612700 56.37988 35 -#> 8787 VR2AR-546131 -5.612700 56.37988 35 -#> 8788 VR2AR-546131 -5.612700 56.37988 35 -#> 8789 VR2AR-546131 -5.612700 56.37988 35 -#> 8790 VR2AR-546131 -5.612700 56.37988 35 -#> 8791 VR2AR-546131 -5.612700 56.37988 35 -#> 8792 VR2AR-546131 -5.612700 56.37988 35 -#> 8793 VR2AR-546131 -5.612700 56.37988 35 -#> 8794 VR2AR-546131 -5.612700 56.37988 35 -#> 8795 VR2AR-546131 -5.612700 56.37988 35 -#> 8796 VR2AR-546131 -5.612700 56.37988 35 -#> 8797 VR2AR-546131 -5.612700 56.37988 35 -#> 8798 VR2AR-546131 -5.612700 56.37988 35 -#> 8799 VR2AR-546131 -5.612700 56.37988 35 -#> 8800 VR2AR-546131 -5.612700 56.37988 35 -#> 8801 VR2AR-546131 -5.612700 56.37988 35 -#> 8802 VR2AR-546131 -5.612700 56.37988 35 -#> 8803 VR2AR-546131 -5.612700 56.37988 35 -#> 8804 VR2AR-546131 -5.612700 56.37988 35 -#> 8805 VR2AR-546131 -5.612700 56.37988 35 -#> 8806 VR2AR-546131 -5.612700 56.37988 35 -#> 8807 VR2AR-546131 -5.612700 56.37988 35 -#> 8808 VR2AR-546131 -5.612700 56.37988 35 -#> 8809 VR2AR-546131 -5.612700 56.37988 35 -#> 8810 VR2AR-546131 -5.612700 56.37988 35 -#> 8811 VR2AR-546131 -5.612700 56.37988 35 -#> 8812 VR2AR-546131 -5.612700 56.37988 35 -#> 8813 VR2AR-546131 -5.612700 56.37988 35 -#> 8814 VR2AR-546131 -5.612700 56.37988 35 -#> 8815 VR2AR-546131 -5.612700 56.37988 35 -#> 8816 VR2AR-546131 -5.612700 56.37988 35 -#> 8817 VR2AR-546131 -5.612700 56.37988 35 -#> 8818 VR2AR-546131 -5.612700 56.37988 35 -#> 8819 VR2AR-546131 -5.612700 56.37988 35 -#> 8820 VR2AR-546131 -5.612700 56.37988 35 -#> 8821 VR2AR-546131 -5.612700 56.37988 35 -#> 8822 VR2AR-546131 -5.612700 56.37988 35 -#> 8823 VR2AR-546131 -5.612700 56.37988 35 -#> 8824 VR2AR-546131 -5.612700 56.37988 35 -#> 8825 VR2AR-546131 -5.612700 56.37988 35 -#> 8826 VR2AR-546131 -5.612700 56.37988 35 -#> 8827 VR2AR-546131 -5.612700 56.37988 35 -#> 8828 VR2AR-546131 -5.612700 56.37988 35 -#> 8829 VR2AR-546131 -5.612700 56.37988 35 -#> 8830 VR2AR-546131 -5.612700 56.37988 35 -#> 8831 VR2AR-546131 -5.612700 56.37988 35 -#> 8832 VR2AR-546131 -5.612700 56.37988 35 -#> 8833 VR2AR-546131 -5.612700 56.37988 35 -#> 8834 VR2AR-546131 -5.612700 56.37988 35 -#> 8835 VR2AR-546131 -5.612700 56.37988 35 -#> 8836 VR2AR-546131 -5.612700 56.37988 35 -#> 8837 VR2AR-546131 -5.612700 56.37988 35 -#> 8838 VR2AR-546131 -5.612700 56.37988 35 -#> 8839 VR2AR-546131 -5.612700 56.37988 35 -#> 8840 VR2AR-546131 -5.612700 56.37988 35 -#> 8841 VR2AR-546131 -5.612700 56.37988 35 -#> 8842 VR2AR-546131 -5.612700 56.37988 35 -#> 8843 VR2AR-546131 -5.612700 56.37988 35 -#> 8844 VR2AR-546131 -5.612700 56.37988 35 -#> 8845 VR2AR-546131 -5.612700 56.37988 35 -#> 8846 VR2AR-546131 -5.612700 56.37988 35 -#> 8847 VR2AR-546131 -5.612700 56.37988 35 -#> 8848 VR2AR-546131 -5.612700 56.37988 35 -#> 8849 VR2AR-546131 -5.612700 56.37988 35 -#> 8850 VR2AR-546131 -5.612700 56.37988 35 -#> 8851 VR2AR-546131 -5.612700 56.37988 35 -#> 8852 VR2AR-546131 -5.612700 56.37988 35 -#> 8853 VR2AR-546131 -5.612700 56.37988 35 -#> 8854 VR2AR-546131 -5.612700 56.37988 35 -#> 8855 VR2AR-546131 -5.612700 56.37988 35 -#> 8856 VR2AR-546131 -5.612700 56.37988 35 -#> 8857 VR2AR-546131 -5.612700 56.37988 35 -#> 8858 VR2AR-546131 -5.612700 56.37988 35 -#> 8859 VR2AR-546131 -5.612700 56.37988 35 -#> 8860 VR2AR-546131 -5.612700 56.37988 35 -#> 8861 VR2AR-546131 -5.612700 56.37988 35 -#> 8862 VR2AR-546131 -5.612700 56.37988 35 -#> 8863 VR2AR-546131 -5.612700 56.37988 35 -#> 8864 VR2AR-546131 -5.612700 56.37988 35 -#> 8865 VR2AR-546131 -5.612700 56.37988 35 -#> 8866 VR2AR-546131 -5.612700 56.37988 35 -#> 8867 VR2AR-546131 -5.612700 56.37988 35 -#> 8868 VR2AR-546131 -5.612700 56.37988 35 -#> 8869 VR2AR-546131 -5.612700 56.37988 35 -#> 8870 VR2AR-546131 -5.612700 56.37988 35 -#> 8871 VR2AR-546131 -5.612700 56.37988 35 -#> 8872 VR2AR-546131 -5.612700 56.37988 35 -#> 8873 VR2AR-546131 -5.612700 56.37988 35 -#> 8874 VR2AR-546131 -5.612700 56.37988 35 -#> 8875 VR2AR-546131 -5.612700 56.37988 35 -#> 8876 VR2AR-546131 -5.612700 56.37988 35 -#> 8877 VR2AR-546131 -5.612700 56.37988 35 -#> 8878 VR2AR-546131 -5.612700 56.37988 35 -#> 8879 VR2AR-546131 -5.612700 56.37988 35 -#> 8880 VR2AR-546131 -5.612700 56.37988 35 -#> 8881 VR2AR-546131 -5.612700 56.37988 35 -#> 8882 VR2AR-546131 -5.612700 56.37988 35 -#> 8883 VR2AR-546131 -5.612700 56.37988 35 -#> 8884 VR2AR-546131 -5.612700 56.37988 35 -#> 8885 VR2AR-546131 -5.612700 56.37988 35 -#> 8886 VR2AR-546131 -5.612700 56.37988 35 -#> 8887 VR2AR-546131 -5.612700 56.37988 35 -#> 8888 VR2AR-546131 -5.612700 56.37988 35 -#> 8889 VR2AR-546131 -5.612700 56.37988 35 -#> 8890 VR2AR-546131 -5.612700 56.37988 35 -#> 8891 VR2AR-546131 -5.612700 56.37988 35 -#> 8892 VR2AR-546131 -5.612700 56.37988 35 -#> 8893 VR2AR-546131 -5.612700 56.37988 35 -#> 8894 VR2AR-546131 -5.612700 56.37988 35 -#> 8895 VR2AR-546131 -5.612700 56.37988 35 -#> 8896 VR2AR-546131 -5.612700 56.37988 35 -#> 8897 VR2AR-546131 -5.612700 56.37988 35 -#> 8898 VR2AR-546131 -5.612700 56.37988 35 -#> 8899 VR2AR-546131 -5.612700 56.37988 35 -#> 8900 VR2AR-546131 -5.612700 56.37988 35 -#> 8901 VR2AR-546131 -5.612700 56.37988 35 -#> 8902 VR2AR-546131 -5.612700 56.37988 35 -#> 8903 VR2AR-546131 -5.612700 56.37988 35 -#> 8904 VR2AR-546131 -5.612700 56.37988 35 -#> 8905 VR2AR-546131 -5.612700 56.37988 35 -#> 8906 VR2AR-546131 -5.612700 56.37988 35 -#> 8907 VR2AR-546131 -5.612700 56.37988 35 -#> 8908 VR2AR-546131 -5.612700 56.37988 35 -#> 8909 VR2AR-546131 -5.612700 56.37988 35 -#> 8910 VR2AR-546131 -5.612700 56.37988 35 -#> 8911 VR2AR-546131 -5.612700 56.37988 35 -#> 8912 VR2AR-546131 -5.612700 56.37988 35 -#> 8913 VR2AR-546131 -5.612700 56.37988 35 -#> 8914 VR2AR-546131 -5.612700 56.37988 35 -#> 8915 VR2AR-546131 -5.612700 56.37988 35 -#> 8916 VR2AR-546131 -5.612700 56.37988 35 -#> 8917 VR2AR-546131 -5.612700 56.37988 35 -#> 8918 VR2AR-546131 -5.612700 56.37988 35 -#> 8919 VR2AR-546131 -5.612700 56.37988 35 -#> 8920 VR2AR-546131 -5.612700 56.37988 35 -#> 8921 VR2AR-546131 -5.612700 56.37988 35 -#> 8922 VR2AR-546131 -5.612700 56.37988 35 -#> 8923 VR2AR-546131 -5.612700 56.37988 35 -#> 8924 VR2AR-546131 -5.612700 56.37988 35 -#> 8925 VR2AR-546131 -5.612700 56.37988 35 -#> 8926 VR2AR-546131 -5.612700 56.37988 35 -#> 8927 VR2AR-546131 -5.612700 56.37988 35 -#> 8928 VR2AR-546131 -5.612700 56.37988 35 -#> 8929 VR2AR-546131 -5.612700 56.37988 35 -#> 8930 VR2AR-546131 -5.612700 56.37988 35 -#> 8931 VR2AR-546131 -5.612700 56.37988 35 -#> 8932 VR2AR-546131 -5.612700 56.37988 35 -#> 8933 VR2AR-546131 -5.612700 56.37988 35 -#> 8934 VR2AR-546131 -5.612700 56.37988 35 -#> 8935 VR2AR-546131 -5.612700 56.37988 35 -#> 8936 VR2AR-546131 -5.612700 56.37988 35 -#> 8937 VR2AR-546131 -5.612700 56.37988 35 -#> 8938 VR2AR-546131 -5.612700 56.37988 35 -#> 8939 VR2AR-546131 -5.612700 56.37988 35 -#> 8940 VR2AR-546131 -5.612700 56.37988 35 -#> 8941 VR2AR-546131 -5.612700 56.37988 35 -#> 8942 VR2AR-546131 -5.612700 56.37988 35 -#> 8943 VR2AR-546131 -5.612700 56.37988 35 -#> 8944 VR2AR-546131 -5.612700 56.37988 35 -#> 8945 VR2AR-546131 -5.612700 56.37988 35 -#> 8946 VR2AR-546131 -5.612700 56.37988 35 -#> 8947 VR2AR-546131 -5.612700 56.37988 35 -#> 8948 VR2AR-546131 -5.612700 56.37988 35 -#> 8949 VR2AR-546131 -5.612700 56.37988 35 -#> 8950 VR2AR-546131 -5.612700 56.37988 35 -#> 8951 VR2AR-546131 -5.612700 56.37988 35 -#> 8952 VR2AR-546131 -5.612700 56.37988 35 -#> 8953 VR2AR-546131 -5.612700 56.37988 35 -#> 8954 VR2AR-546131 -5.612700 56.37988 35 -#> 8955 VR2AR-546131 -5.612700 56.37988 35 -#> 8956 VR2AR-546131 -5.612700 56.37988 35 -#> 8957 VR2AR-546135 -5.657067 56.38803 85 -#> 8958 VR2AR-546135 -5.657067 56.38803 85 -#> 8959 VR2AR-546135 -5.657067 56.38803 85 -#> 8960 VR2AR-546135 -5.657067 56.38803 85 -#> 8961 VR2AR-546135 -5.657067 56.38803 85 -#> 8962 VR2AR-546135 -5.657067 56.38803 85 -#> 8963 VR2AR-546135 -5.657067 56.38803 85 -#> 8964 VR2AR-546135 -5.657067 56.38803 85 -#> 8965 VR2AR-546135 -5.657067 56.38803 85 -#> 8966 VR2AR-546135 -5.657067 56.38803 85 -#> 8967 VR2AR-546135 -5.657067 56.38803 85 -#> 8968 VR2AR-546135 -5.657067 56.38803 85 -#> 8969 VR2AR-546135 -5.657067 56.38803 85 -#> 8970 VR2AR-546135 -5.657067 56.38803 85 -#> 8971 VR2AR-546135 -5.657067 56.38803 85 -#> 8972 VR2AR-546135 -5.657067 56.38803 85 -#> 8973 VR2AR-546135 -5.657067 56.38803 85 -#> 8974 VR2AR-546135 -5.657067 56.38803 85 -#> 8975 VR2AR-546135 -5.657067 56.38803 85 -#> 8976 VR2AR-546135 -5.657067 56.38803 85 -#> 8977 VR2AR-546135 -5.657067 56.38803 85 -#> 8978 VR2AR-546135 -5.657067 56.38803 85 -#> 8979 VR2AR-546135 -5.657067 56.38803 85 -#> 8980 VR2AR-546135 -5.657067 56.38803 85 -#> 8981 VR2AR-546135 -5.657067 56.38803 85 -#> 8982 VR2AR-546135 -5.657067 56.38803 85 -#> 8983 VR2AR-546135 -5.657067 56.38803 85 -#> 8984 VR2AR-546134 -5.643867 56.38278 145 -#> 8985 VR2AR-546134 -5.643867 56.38278 145 -#> 8986 VR2AR-546134 -5.643867 56.38278 145 -#> 8987 VR2AR-546134 -5.643867 56.38278 145 -#> 8988 VR2AR-546134 -5.643867 56.38278 145 -#> 8989 VR2AR-546134 -5.643867 56.38278 145 -#> 8990 VR2AR-546134 -5.643867 56.38278 145 -#> 8991 VR2AR-546134 -5.643867 56.38278 145 -#> 8992 VR2AR-546134 -5.643867 56.38278 145 -#> 8993 VR2AR-546134 -5.643867 56.38278 145 -#> 8994 VR2AR-546134 -5.643867 56.38278 145 -#> 8995 VR2AR-546135 -5.657067 56.38803 85 -#> 8996 VR2AR-546135 -5.657067 56.38803 85 -#> 8997 VR2AR-546135 -5.657067 56.38803 85 -#> 8998 VR2AR-546135 -5.657067 56.38803 85 -#> 8999 VR2AR-546135 -5.657067 56.38803 85 -#> 9000 VR2AR-546135 -5.657067 56.38803 85 -#> 9001 VR2AR-546135 -5.657067 56.38803 85 -#> 9002 VR2AR-546135 -5.657067 56.38803 85 -#> 9003 VR2AR-546135 -5.657067 56.38803 85 -#> 9004 VR2AR-546135 -5.657067 56.38803 85 -#> 9005 VR2AR-546135 -5.657067 56.38803 85 -#> 9006 VR2AR-546135 -5.657067 56.38803 85 -#> 9007 VR2AR-546135 -5.657067 56.38803 85 -#> 9008 VR2AR-546135 -5.657067 56.38803 85 -#> 9009 VR2AR-546135 -5.657067 56.38803 85 -#> 9010 VR2AR-546135 -5.657067 56.38803 85 -#> 9011 VR2AR-546135 -5.657067 56.38803 85 -#> 9012 VR2AR-546135 -5.657067 56.38803 85 -#> 9013 VR2AR-546135 -5.657067 56.38803 85 -#> 9014 VR2AR-546135 -5.657067 56.38803 85 -#> 9015 VR2AR-546135 -5.657067 56.38803 85 -#> 9016 VR2AR-546135 -5.657067 56.38803 85 -#> 9017 VR2AR-546135 -5.657067 56.38803 85 -#> 9018 VR2AR-546135 -5.657067 56.38803 85 -#> 9019 VR2AR-546135 -5.657067 56.38803 85 -#> 9020 VR2AR-546135 -5.657067 56.38803 85 -#> 9021 VR2AR-546135 -5.657067 56.38803 85 -#> 9022 VR2AR-546135 -5.657067 56.38803 85 -#> 9023 VR2AR-546135 -5.657067 56.38803 85 -#> 9024 VR2AR-546135 -5.657067 56.38803 85 -#> 9025 VR2AR-546135 -5.657067 56.38803 85 -#> 9026 VR2AR-546135 -5.657067 56.38803 85 -#> 9027 VR2AR-546135 -5.657067 56.38803 85 -#> 9028 VR2AR-546135 -5.657067 56.38803 85 -#> 9029 VR2AR-546135 -5.657067 56.38803 85 -#> 9030 VR2AR-546135 -5.657067 56.38803 85 -#> 9031 VR2AR-546135 -5.657067 56.38803 85 -#> 9032 VR2AR-546135 -5.657067 56.38803 85 -#> 9033 VR2AR-546135 -5.657067 56.38803 85 -#> 9034 VR2AR-546135 -5.657067 56.38803 85 -#> 9035 VR2AR-546135 -5.657067 56.38803 85 -#> 9036 VR2AR-546135 -5.657067 56.38803 85 -#> 9037 VR2AR-546135 -5.657067 56.38803 85 -#> 9038 VR2AR-546135 -5.657067 56.38803 85 -#> 9039 VR2AR-546131 -5.612700 56.37988 35 -#> 9040 VR2AR-546131 -5.612700 56.37988 35 -#> 9041 VR2AR-546131 -5.612700 56.37988 35 -#> 9042 VR2AR-546131 -5.612700 56.37988 35 -#> 9043 VR2AR-546131 -5.612700 56.37988 35 -#> 9044 VR2AR-546131 -5.612700 56.37988 35 -#> 9045 VR2AR-546131 -5.612700 56.37988 35 -#> 9046 VR2AR-546131 -5.612700 56.37988 35 -#> 9047 VR2AR-546131 -5.612700 56.37988 35 -#> 9048 VR2AR-546131 -5.612700 56.37988 35 -#> 9049 VR2AR-546131 -5.612700 56.37988 35 -#> 9050 VR2AR-546131 -5.612700 56.37988 35 -#> 9051 VR2AR-546131 -5.612700 56.37988 35 -#> 9052 VR2AR-546131 -5.612700 56.37988 35 -#> 9053 VR2AR-546131 -5.612700 56.37988 35 -#> 9054 VR2AR-546131 -5.612700 56.37988 35 -#> 9055 VR2AR-546131 -5.612700 56.37988 35 -#> 9056 VR2AR-546131 -5.612700 56.37988 35 -#> 9057 VR2AR-546131 -5.612700 56.37988 35 -#> 9058 VR2AR-546131 -5.612700 56.37988 35 -#> 9059 VR2AR-546131 -5.612700 56.37988 35 -#> 9060 VR2AR-546131 -5.612700 56.37988 35 -#> 9061 VR2AR-546131 -5.612700 56.37988 35 -#> 9062 VR2AR-546131 -5.612700 56.37988 35 -#> 9063 VR2AR-546131 -5.612700 56.37988 35 -#> 9064 VR2AR-546131 -5.612700 56.37988 35 -#> 9065 VR2AR-546131 -5.612700 56.37988 35 -#> 9066 VR2AR-546131 -5.612700 56.37988 35 -#> 9067 VR2AR-546131 -5.612700 56.37988 35 -#> 9068 VR2AR-546131 -5.612700 56.37988 35 -#> 9069 VR2AR-546131 -5.612700 56.37988 35 -#> 9070 VR2AR-546131 -5.612700 56.37988 35 -#> 9071 VR2AR-546131 -5.612700 56.37988 35 -#> 9072 VR2AR-546131 -5.612700 56.37988 35 -#> 9073 VR2AR-546131 -5.612700 56.37988 35 -#> 9074 VR2AR-546131 -5.612700 56.37988 35 -#> 9075 VR2AR-546131 -5.612700 56.37988 35 -#> 9076 VR2AR-546131 -5.612700 56.37988 35 -#> 9077 VR2AR-546131 -5.612700 56.37988 35 -#> 9078 VR2AR-546131 -5.612700 56.37988 35 -#> 9079 VR2AR-546131 -5.612700 56.37988 35 -#> 9080 VR2AR-546131 -5.612700 56.37988 35 -#> 9081 VR2AR-546131 -5.612700 56.37988 35 -#> 9082 VR2AR-546131 -5.612700 56.37988 35 -#> 9083 VR2AR-546131 -5.612700 56.37988 35 -#> 9084 VR2AR-546131 -5.612700 56.37988 35 -#> 9085 VR2AR-546131 -5.612700 56.37988 35 -#> 9086 VR2AR-546131 -5.612700 56.37988 35 -#> 9087 VR2AR-546131 -5.612700 56.37988 35 -#> 9088 VR2AR-546131 -5.612700 56.37988 35 -#> 9089 VR2AR-546131 -5.612700 56.37988 35 -#> 9090 VR2AR-546131 -5.612700 56.37988 35 -#> 9091 VR2AR-546131 -5.612700 56.37988 35 -#> 9092 VR2AR-546131 -5.612700 56.37988 35 -#> 9093 VR2AR-546131 -5.612700 56.37988 35 -#> 9094 VR2AR-546131 -5.612700 56.37988 35 -#> 9095 VR2AR-546131 -5.612700 56.37988 35 -#> 9096 VR2AR-546131 -5.612700 56.37988 35 -#> 9097 VR2AR-546131 -5.612700 56.37988 35 -#> 9098 VR2AR-546131 -5.612700 56.37988 35 -#> 9099 VR2AR-546131 -5.612700 56.37988 35 -#> 9100 VR2AR-546131 -5.612700 56.37988 35 -#> 9101 VR2AR-546131 -5.612700 56.37988 35 -#> 9102 VR2AR-546131 -5.612700 56.37988 35 -#> 9103 VR2AR-546131 -5.612700 56.37988 35 -#> 9104 VR2AR-546131 -5.612700 56.37988 35 -#> 9105 VR2AR-546131 -5.612700 56.37988 35 -#> 9106 VR2AR-546131 -5.612700 56.37988 35 -#> 9107 VR2AR-546131 -5.612700 56.37988 35 -#> 9108 VR2AR-546131 -5.612700 56.37988 35 -#> 9109 VR2AR-546131 -5.612700 56.37988 35 -#> 9110 VR2AR-546131 -5.612700 56.37988 35 -#> 9111 VR2AR-546131 -5.612700 56.37988 35 -#> 9112 VR2AR-546131 -5.612700 56.37988 35 -#> 9113 VR2AR-546131 -5.612700 56.37988 35 -#> 9114 VR2AR-546131 -5.612700 56.37988 35 -#> 9115 VR2AR-546131 -5.612700 56.37988 35 -#> 9116 VR2AR-546131 -5.612700 56.37988 35 -#> 9117 VR2AR-546131 -5.612700 56.37988 35 -#> 9118 VR2AR-546131 -5.612700 56.37988 35 -#> 9119 VR2AR-546131 -5.612700 56.37988 35 -#> 9120 VR2AR-546131 -5.612700 56.37988 35 -#> 9121 VR2AR-546131 -5.612700 56.37988 35 -#> 9122 VR2AR-546131 -5.612700 56.37988 35 -#> 9123 VR2AR-546131 -5.612700 56.37988 35 -#> 9124 VR2AR-546131 -5.612700 56.37988 35 -#> 9125 VR2AR-546131 -5.612700 56.37988 35 -#> 9126 VR2AR-546131 -5.612700 56.37988 35 -#> 9127 VR2AR-546131 -5.612700 56.37988 35 -#> 9128 VR2AR-546131 -5.612700 56.37988 35 -#> 9129 VR2AR-546131 -5.612700 56.37988 35 -#> 9130 VR2AR-546131 -5.612700 56.37988 35 -#> 9131 VR2AR-546131 -5.612700 56.37988 35 -#> 9132 VR2AR-546131 -5.612700 56.37988 35 -#> 9133 VR2AR-546131 -5.612700 56.37988 35 -#> 9134 VR2AR-546131 -5.612700 56.37988 35 -#> 9135 VR2AR-546131 -5.612700 56.37988 35 -#> 9136 VR2AR-546131 -5.612700 56.37988 35 -#> 9137 VR2AR-546131 -5.612700 56.37988 35 -#> 9138 VR2AR-546131 -5.612700 56.37988 35 -#> 9139 VR2AR-546131 -5.612700 56.37988 35 -#> 9140 VR2AR-546131 -5.612700 56.37988 35 -#> 9141 VR2AR-546131 -5.612700 56.37988 35 -#> 9142 VR2AR-546131 -5.612700 56.37988 35 -#> 9143 VR2AR-546131 -5.612700 56.37988 35 -#> 9144 VR2AR-546131 -5.612700 56.37988 35 -#> 9145 VR2AR-546131 -5.612700 56.37988 35 -#> 9146 VR2AR-546131 -5.612700 56.37988 35 -#> 9147 VR2AR-546131 -5.612700 56.37988 35 -#> 9148 VR2AR-546131 -5.612700 56.37988 35 -#> 9149 VR2AR-546131 -5.612700 56.37988 35 -#> 9150 VR2AR-546131 -5.612700 56.37988 35 -#> 9151 VR2AR-546131 -5.612700 56.37988 35 -#> 9152 VR2AR-546131 -5.612700 56.37988 35 -#> 9153 VR2AR-546131 -5.612700 56.37988 35 -#> 9154 VR2AR-546131 -5.612700 56.37988 35 -#> 9155 VR2AR-546131 -5.612700 56.37988 35 -#> 9156 VR2AR-546131 -5.612700 56.37988 35 -#> 9157 VR2AR-546131 -5.612700 56.37988 35 -#> 9158 VR2AR-546131 -5.612700 56.37988 35 -#> 9159 VR2AR-546131 -5.612700 56.37988 35 -#> 9160 VR2AR-546131 -5.612700 56.37988 35 -#> 9161 VR2AR-546131 -5.612700 56.37988 35 -#> 9162 VR2AR-546131 -5.612700 56.37988 35 -#> 9163 VR2AR-546131 -5.612700 56.37988 35 -#> 9164 VR2AR-546131 -5.612700 56.37988 35 -#> 9165 VR2AR-546131 -5.612700 56.37988 35 -#> 9166 VR2AR-546131 -5.612700 56.37988 35 -#> 9167 VR2AR-546131 -5.612700 56.37988 35 -#> 9168 VR2AR-546131 -5.612700 56.37988 35 -#> 9169 VR2AR-546131 -5.612700 56.37988 35 -#> 9170 VR2AR-546131 -5.612700 56.37988 35 -#> 9171 VR2AR-546131 -5.612700 56.37988 35 -#> 9172 VR2AR-546131 -5.612700 56.37988 35 -#> 9173 VR2AR-546131 -5.612700 56.37988 35 -#> 9174 VR2AR-546131 -5.612700 56.37988 35 -#> 9175 VR2AR-546131 -5.612700 56.37988 35 -#> 9176 VR2AR-546131 -5.612700 56.37988 35 -#> 9177 VR2AR-546131 -5.612700 56.37988 35 -#> 9178 VR2AR-546131 -5.612700 56.37988 35 -#> 9179 VR2AR-546131 -5.612700 56.37988 35 -#> 9180 VR2AR-546131 -5.612700 56.37988 35 -#> 9181 VR2AR-546131 -5.612700 56.37988 35 -#> 9182 VR2AR-546131 -5.612700 56.37988 35 -#> 9183 VR2AR-546131 -5.612700 56.37988 35 -#> 9184 VR2AR-546131 -5.612700 56.37988 35 -#> 9185 VR2AR-546131 -5.612700 56.37988 35 -#> 9186 VR2AR-546131 -5.612700 56.37988 35 -#> 9187 VR2AR-546131 -5.612700 56.37988 35 -#> 9188 VR2AR-546131 -5.612700 56.37988 35 -#> 9189 VR2AR-546131 -5.612700 56.37988 35 -#> 9190 VR2AR-546131 -5.612700 56.37988 35 -#> 9191 VR2AR-546131 -5.612700 56.37988 35 -#> 9192 VR2AR-546131 -5.612700 56.37988 35 -#> 9193 VR2AR-546131 -5.612700 56.37988 35 -#> 9194 VR2AR-546131 -5.612700 56.37988 35 -#> 9195 VR2AR-546131 -5.612700 56.37988 35 -#> 9196 VR2AR-546131 -5.612700 56.37988 35 -#> 9197 VR2AR-546131 -5.612700 56.37988 35 -#> 9198 VR2AR-546131 -5.612700 56.37988 35 -#> 9199 VR2AR-546131 -5.612700 56.37988 35 -#> 9200 VR2AR-546131 -5.612700 56.37988 35 -#> 9201 VR2AR-546133 -5.701717 56.49747 90 -#> 9202 VR2AR-546133 -5.701717 56.49747 90 -#> 9203 VR2AR-546133 -5.701717 56.49747 90 -#> 9204 VR2AR-546133 -5.701717 56.49747 90 -#> 9205 VR2AR-546133 -5.701717 56.49747 90 -#> 9206 VR2AR-546133 -5.701717 56.49747 90 -#> 9207 VR2AR-546133 -5.701717 56.49747 90 -#> 9208 VR2AR-546133 -5.701717 56.49747 90 -#> 9209 VR2AR-546133 -5.701717 56.49747 90 -#> 9210 VR2AR-546133 -5.701717 56.49747 90 -#> 9211 VR2AR-546133 -5.701717 56.49747 90 -#> 9212 VR2AR-546133 -5.701717 56.49747 90 -#> 9213 VR2AR-546133 -5.701717 56.49747 90 -#> 9214 VR2AR-546133 -5.701717 56.49747 90 -#> 9215 VR2AR-546133 -5.701717 56.49747 90 -#> 9216 VR2AR-546133 -5.701717 56.49747 90 -#> 9217 VR2AR-546133 -5.701717 56.49747 90 -#> 9218 VR2AR-546133 -5.701717 56.49747 90 -#> 9219 VR2AR-546133 -5.701717 56.49747 90 -#> 9220 VR2AR-546133 -5.701717 56.49747 90 -#> 9221 VR2AR-546133 -5.701717 56.49747 90 -#> 9222 VR2AR-546133 -5.701717 56.49747 90 -#> 9223 VR2AR-546133 -5.701717 56.49747 90 -#> 9224 VR2AR-546133 -5.701717 56.49747 90 -#> 9225 VR2AR-546133 -5.701717 56.49747 90 -#> 9226 VR2AR-546133 -5.701717 56.49747 90 -#> 9227 VR2AR-546133 -5.701717 56.49747 90 -#> 9228 VR2AR-546133 -5.701717 56.49747 90 -#> 9229 VR2AR-546133 -5.701717 56.49747 90 -#> 9230 VR2AR-546133 -5.701717 56.49747 90 -#> 9231 VR2AR-546133 -5.701717 56.49747 90 -#> 9232 VR2AR-546133 -5.701717 56.49747 90 -#> 9233 VR2AR-546133 -5.701717 56.49747 90 -#> 9234 VR2AR-546133 -5.701717 56.49747 90 -#> 9235 VR2AR-546133 -5.701717 56.49747 90 -#> 9236 VR2AR-546133 -5.701717 56.49747 90 -#> 9237 VR2AR-546133 -5.701717 56.49747 90 -#> 9238 VR2AR-546133 -5.701717 56.49747 90 -#> 9239 VR2AR-546133 -5.701717 56.49747 90 -#> 9240 VR2AR-546133 -5.701717 56.49747 90 -#> 9241 VR2AR-546133 -5.701717 56.49747 90 -#> 9242 VR2AR-546133 -5.701717 56.49747 90 -#> 9243 VR2AR-546133 -5.701717 56.49747 90 -#> 9244 VR2AR-546133 -5.701717 56.49747 90 -#> 9245 VR2AR-546133 -5.701717 56.49747 90 -#> 9246 VR2AR-546133 -5.701717 56.49747 90 -#> 9247 VR2AR-546133 -5.701717 56.49747 90 -#> 9248 VR2AR-546133 -5.701717 56.49747 90 -#> 9249 VR2AR-546133 -5.701717 56.49747 90 -#> 9250 VR2AR-546133 -5.701717 56.49747 90 -#> 9251 VR2AR-546133 -5.701717 56.49747 90 -#> 9252 VR2AR-546133 -5.701717 56.49747 90 -#> 9253 VR2AR-546133 -5.701717 56.49747 90 -#> 9254 VR2-5637 -5.692417 56.49913 25 -#> 9255 VR2-5637 -5.692417 56.49913 25 -#> 9256 VR2-5637 -5.692417 56.49913 25 -#> 9257 VR2-5637 -5.692417 56.49913 25 -#> 9258 VR2-5637 -5.692417 56.49913 25 -#> 9259 VR2-5637 -5.692417 56.49913 25 -#> 9260 VR2-5637 -5.692417 56.49913 25 -#> 9261 VR2-5637 -5.692417 56.49913 25 -#> 9262 VR2-5637 -5.692417 56.49913 25 -#> 9263 VR2-5637 -5.692417 56.49913 25 -#> 9264 VR2-5637 -5.692417 56.49913 25 -#> 9265 VR2-5637 -5.692417 56.49913 25 -#> 9266 VR2-5637 -5.692417 56.49913 25 -#> 9267 VR2-5637 -5.692417 56.49913 25 -#> 9268 VR2-5637 -5.692417 56.49913 25 -#> 9269 VR2-5637 -5.692417 56.49913 25 -#> 9270 VR2-5637 -5.692417 56.49913 25 -#> 9271 VR2-5637 -5.692417 56.49913 25 -#> 9272 VR2-5637 -5.692417 56.49913 25 -#> 9273 VR2-5637 -5.692417 56.49913 25 -#> 9274 VR2-5637 -5.692417 56.49913 25 -#> 9275 VR2-5637 -5.692417 56.49913 25 -#> 9276 VR2-5637 -5.692417 56.49913 25 -#> 9277 VR2-5637 -5.692417 56.49913 25 -#> 9278 VR2-5637 -5.692417 56.49913 25 -#> 9279 VR2-5637 -5.692417 56.49913 25 -#> 9280 VR2-5637 -5.692417 56.49913 25 -#> 9281 VR2-5637 -5.692417 56.49913 25 -#> 9282 VR2-5637 -5.692417 56.49913 25 -#> 9283 VR2-5637 -5.692417 56.49913 25 -#> 9284 VR2-5637 -5.692417 56.49913 25 -#> 9285 VR2-5637 -5.692417 56.49913 25 -#> 9286 VR2-5637 -5.692417 56.49913 25 -#> 9287 VR2-5637 -5.692417 56.49913 25 -#> 9288 VR2-5637 -5.692417 56.49913 25 -#> 9289 VR2-5637 -5.692417 56.49913 25 -#> 9290 VR2-5637 -5.692417 56.49913 25 -#> 9291 VR2-5637 -5.692417 56.49913 25 -#> 9292 VR2-5637 -5.692417 56.49913 25 -#> 9293 VR2-5637 -5.692417 56.49913 25 -#> 9294 VR2-5637 -5.692417 56.49913 25 -#> 9295 VR2-5637 -5.692417 56.49913 25 -#> 9296 VR2-5637 -5.692417 56.49913 25 -#> 9297 VR2-5637 -5.692417 56.49913 25 -#> 9298 VR2-5637 -5.692417 56.49913 25 -#> 9299 VR2-5637 -5.692417 56.49913 25 -#> 9300 VR2-5637 -5.692417 56.49913 25 -#> 9301 VR2-5637 -5.692417 56.49913 25 -#> 9302 VR2-5637 -5.692417 56.49913 25 -#> 9303 VR2-5637 -5.692417 56.49913 25 -#> 9304 VR2-5637 -5.692417 56.49913 25 -#> 9305 VR2-5637 -5.692417 56.49913 25 -#> 9306 VR2-5637 -5.692417 56.49913 25 -#> 9307 VR2-5637 -5.692417 56.49913 25 -#> 9308 VR2-5637 -5.692417 56.49913 25 -#> 9309 VR2-5637 -5.692417 56.49913 25 -#> 9310 VR2-5637 -5.692417 56.49913 25 -#> 9311 VR2-5637 -5.692417 56.49913 25 -#> 9312 VR2-5637 -5.692417 56.49913 25 -#> 9313 VR2-5637 -5.692417 56.49913 25 -#> 9314 VR2-5637 -5.692417 56.49913 25 -#> 9315 VR2-5637 -5.692417 56.49913 25 -#> 9316 VR2-5637 -5.692417 56.49913 25 -#> 9317 VR2-5637 -5.692417 56.49913 25 -#> 9318 VR2-5637 -5.692417 56.49913 25 -#> 9319 VR2-5637 -5.692417 56.49913 25 -#> 9320 VR2-5637 -5.692417 56.49913 25 -#> 9321 VR2-5637 -5.692417 56.49913 25 -#> 9322 VR2-5637 -5.692417 56.49913 25 -#> 9323 VR2-5637 -5.692417 56.49913 25 -#> 9324 VR2-5637 -5.692417 56.49913 25 -#> 9325 VR2-5637 -5.692417 56.49913 25 -#> 9326 VR2-5637 -5.692417 56.49913 25 -#> 9327 VR2-5637 -5.692417 56.49913 25 -#> 9328 VR2-5637 -5.692417 56.49913 25 -#> 9329 VR2-5637 -5.692417 56.49913 25 -#> 9330 VR2-5637 -5.692417 56.49913 25 -#> 9331 VR2-5637 -5.692417 56.49913 25 -#> 9332 VR2-5637 -5.692417 56.49913 25 -#> 9333 VR2-5637 -5.692417 56.49913 25 -#> 9334 VR2-5637 -5.692417 56.49913 25 -#> 9335 VR2-5637 -5.692417 56.49913 25 -#> 9336 VR2-5637 -5.692417 56.49913 25 -#> 9337 VR2AR-546133 -5.701717 56.49747 90 -#> 9338 VR2-5637 -5.692417 56.49913 25 -#> 9339 VR2AR-546133 -5.701717 56.49747 90 -#> 9340 VR2AR-546133 -5.701717 56.49747 90 -#> 9341 VR2-5637 -5.692417 56.49913 25 -#> 9342 VR2-5637 -5.692417 56.49913 25 -#> 9343 VR2-5637 -5.692417 56.49913 25 -#> 9344 VR2AR-546133 -5.701717 56.49747 90 -#> 9345 VR2AR-546133 -5.701717 56.49747 90 -#> 9346 VR2-5637 -5.692417 56.49913 25 -#> 9347 VR2AR-546133 -5.701717 56.49747 90 -#> 9348 VR2-5637 -5.692417 56.49913 25 -#> 9349 VR2AR-546133 -5.701717 56.49747 90 -#> 9350 VR2AR-546133 -5.701717 56.49747 90 -#> 9351 VR2-5637 -5.692417 56.49913 25 -#> 9352 VR2AR-546133 -5.701717 56.49747 90 -#> 9353 VR2AR-546133 -5.701717 56.49747 90 -#> 9354 VR2AR-546133 -5.701717 56.49747 90 -#> 9355 VR2-5637 -5.692417 56.49913 25 -#> 9356 VR2AR-546133 -5.701717 56.49747 90 -#> 9357 VR2AR-546133 -5.701717 56.49747 90 -#> 9358 VR2AR-546133 -5.701717 56.49747 90 -#> 9359 VR2AR-546133 -5.701717 56.49747 90 -#> 9360 VR2AR-546133 -5.701717 56.49747 90 -#> 9361 VR2AR-546133 -5.701717 56.49747 90 -#> 9362 VR2AR-546133 -5.701717 56.49747 90 -#> 9363 VR2AR-546133 -5.701717 56.49747 90 -#> 9364 VR2AR-546133 -5.701717 56.49747 90 -#> 9365 VR2AR-546133 -5.701717 56.49747 90 -#> 9366 VR2AR-546133 -5.701717 56.49747 90 -#> 9367 VR2AR-546133 -5.701717 56.49747 90 -#> 9368 VR2AR-546133 -5.701717 56.49747 90 -#> 9369 VR2AR-546380 -5.637917 56.44800 25 -#> 9370 VR2AR-546380 -5.637917 56.44800 25 -#> 9371 VR2AR-546380 -5.637917 56.44800 25 -#> 9372 VR2AR-546380 -5.637917 56.44800 25 -#> 9373 VR2AR-546380 -5.637917 56.44800 25 -#> 9374 VR2AR-546380 -5.637917 56.44800 25 -#> 9375 VR2AR-546380 -5.637917 56.44800 25 -#> 9376 VR2AR-546380 -5.637917 56.44800 25 -#> 9377 VR2AR-546136 -5.626250 56.44810 75 -#> 9378 VR2AR-546136 -5.626250 56.44810 75 -#> 9379 VR2AR-546131 -5.612700 56.37988 35 -#> 9380 VR2AR-546131 -5.612700 56.37988 35 -#> 9381 VR2AR-546131 -5.612700 56.37988 35 -#> 9382 VR2AR-546131 -5.612700 56.37988 35 -#> 9383 VR2AR-546131 -5.612700 56.37988 35 -#> 9384 VR2AR-546131 -5.612700 56.37988 35 -#> 9385 VR2AR-546131 -5.612700 56.37988 35 -#> 9386 VR2AR-546131 -5.612700 56.37988 35 -#> 9387 VR2AR-546131 -5.612700 56.37988 35 -#> 9388 VR2AR-546131 -5.612700 56.37988 35 -#> 9389 VR2AR-546131 -5.612700 56.37988 35 -#> 9390 VR2AR-546584 -5.604973 56.37774 30 -#> 9391 VR2AR-546131 -5.612700 56.37988 35 -#> 9392 VR2AR-546131 -5.612700 56.37988 35 -#> 9393 VR2AR-546131 -5.612700 56.37988 35 -#> 9394 VR2AR-546131 -5.612700 56.37988 35 -#> 9395 VR2AR-546584 -5.604973 56.37774 30 -#> 9396 VR2AR-546131 -5.612700 56.37988 35 -#> 9397 VR2AR-546584 -5.604973 56.37774 30 -#> 9398 VR2AR-546584 -5.604973 56.37774 30 -#> 9399 VR2AR-546131 -5.612700 56.37988 35 -#> 9400 VR2AR-546584 -5.604973 56.37774 30 -#> 9401 VR2AR-546131 -5.612700 56.37988 35 -#> 9402 VR2AR-546584 -5.604973 56.37774 30 -#> 9403 VR2AR-546584 -5.604973 56.37774 30 -#> 9404 VR2AR-546131 -5.612700 56.37988 35 -#> 9405 VR2AR-546131 -5.612700 56.37988 35 -#> 9406 VR2AR-546131 -5.612700 56.37988 35 -#> 9407 VR2AR-546131 -5.612700 56.37988 35 -#> 9408 VR2AR-546584 -5.604973 56.37774 30 -#> 9409 VR2AR-546131 -5.612700 56.37988 35 -#> 9410 VR2AR-546584 -5.604973 56.37774 30 -#> 9411 VR2AR-546131 -5.612700 56.37988 35 -#> 9412 VR2AR-546131 -5.612700 56.37988 35 -#> 9413 VR2AR-546584 -5.604973 56.37774 30 -#> 9414 VR2AR-546131 -5.612700 56.37988 35 -#> 9415 VR2AR-546131 -5.612700 56.37988 35 -#> 9416 VR2AR-546131 -5.612700 56.37988 35 -#> 9417 VR2AR-546131 -5.612700 56.37988 35 -#> 9418 VR2AR-546131 -5.612700 56.37988 35 -#> 9419 VR2AR-546131 -5.612700 56.37988 35 -#> 9420 VR2AR-546131 -5.612700 56.37988 35 -#> 9421 VR2AR-546131 -5.612700 56.37988 35 -#> 9422 VR2AR-546131 -5.612700 56.37988 35 -#> 9423 VR2AR-546131 -5.612700 56.37988 35 -#> 9424 VR2AR-546131 -5.612700 56.37988 35 -#> 9425 VR2AR-546131 -5.612700 56.37988 35 -#> 9426 VR2AR-546131 -5.612700 56.37988 35 -#> 9427 VR2AR-546131 -5.612700 56.37988 35 -#> 9428 VR2AR-546131 -5.612700 56.37988 35 -#> 9429 VR2AR-546131 -5.612700 56.37988 35 -#> 9430 VR2AR-546131 -5.612700 56.37988 35 -#> 9431 VR2AR-546131 -5.612700 56.37988 35 -#> 9432 VR2AR-546131 -5.612700 56.37988 35 -#> 9433 VR2AR-546131 -5.612700 56.37988 35 -#> 9434 VR2AR-546131 -5.612700 56.37988 35 -#> 9435 VR2AR-546131 -5.612700 56.37988 35 -#> 9436 VR2AR-546131 -5.612700 56.37988 35 -#> 9437 VR2AR-546131 -5.612700 56.37988 35 -#> 9438 VR2AR-546131 -5.612700 56.37988 35 -#> 9439 VR2AR-546131 -5.612700 56.37988 35 -#> 9440 VR2AR-546131 -5.612700 56.37988 35 -#> 9441 VR2AR-546131 -5.612700 56.37988 35 -#> 9442 VR2AR-546131 -5.612700 56.37988 35 -#> 9443 VR2AR-546131 -5.612700 56.37988 35 -#> 9444 VR2AR-546131 -5.612700 56.37988 35 -#> 9445 VR2AR-546131 -5.612700 56.37988 35 -#> 9446 VR2AR-546131 -5.612700 56.37988 35 -#> 9447 VR2AR-546131 -5.612700 56.37988 35 -#> 9448 VR2AR-546131 -5.612700 56.37988 35 -#> 9449 VR2AR-546131 -5.612700 56.37988 35 -#> 9450 VR2AR-546131 -5.612700 56.37988 35 -#> 9451 VR2AR-546131 -5.612700 56.37988 35 -#> 9452 VR2AR-546131 -5.612700 56.37988 35 -#> 9453 VR2AR-546131 -5.612700 56.37988 35 -#> 9454 VR2AR-546131 -5.612700 56.37988 35 -#> 9455 VR2AR-546131 -5.612700 56.37988 35 -#> 9456 VR2AR-546131 -5.612700 56.37988 35 -#> 9457 VR2AR-546131 -5.612700 56.37988 35 -#> 9458 VR2AR-546131 -5.612700 56.37988 35 -#> 9459 VR2AR-546131 -5.612700 56.37988 35 -#> 9460 VR2AR-546131 -5.612700 56.37988 35 -#> 9461 VR2AR-546131 -5.612700 56.37988 35 -#> 9462 VR2AR-546131 -5.612700 56.37988 35 -#> 9463 VR2AR-546131 -5.612700 56.37988 35 -#> 9464 VR2AR-546131 -5.612700 56.37988 35 -#> 9465 VR2AR-546131 -5.612700 56.37988 35 -#> 9466 VR2AR-546131 -5.612700 56.37988 35 -#> 9467 VR2AR-546131 -5.612700 56.37988 35 -#> 9468 VR2AR-546131 -5.612700 56.37988 35 -#> 9469 VR2AR-546131 -5.612700 56.37988 35 -#> 9470 VR2AR-546131 -5.612700 56.37988 35 -#> 9471 VR2AR-546131 -5.612700 56.37988 35 -#> 9472 VR2AR-546131 -5.612700 56.37988 35 -#> 9473 VR2AR-546131 -5.612700 56.37988 35 -#> 9474 VR2AR-546131 -5.612700 56.37988 35 -#> 9475 VR2AR-546131 -5.612700 56.37988 35 -#> 9476 VR2AR-546131 -5.612700 56.37988 35 -#> 9477 VR2AR-546131 -5.612700 56.37988 35 -#> 9478 VR2AR-546131 -5.612700 56.37988 35 -#> 9479 VR2AR-546131 -5.612700 56.37988 35 -#> 9480 VR2AR-546131 -5.612700 56.37988 35 -#> 9481 VR2AR-546131 -5.612700 56.37988 35 -#> 9482 VR2AR-546131 -5.612700 56.37988 35 -#> 9483 VR2AR-546131 -5.612700 56.37988 35 -#> 9484 VR2AR-546131 -5.612700 56.37988 35 -#> 9485 VR2AR-546131 -5.612700 56.37988 35 -#> 9486 VR2AR-546131 -5.612700 56.37988 35 -#> 9487 VR2AR-546131 -5.612700 56.37988 35 -#> 9488 VR2AR-546131 -5.612700 56.37988 35 -#> 9489 VR2AR-546131 -5.612700 56.37988 35 -#> 9490 VR2AR-546131 -5.612700 56.37988 35 -#> 9491 VR2AR-546131 -5.612700 56.37988 35 -#> 9492 VR2AR-546131 -5.612700 56.37988 35 -#> 9493 VR2AR-546131 -5.612700 56.37988 35 -#> 9494 VR2AR-546131 -5.612700 56.37988 35 -#> 9495 VR2AR-546131 -5.612700 56.37988 35 -#> 9496 VR2AR-546131 -5.612700 56.37988 35 -#> 9497 VR2AR-546131 -5.612700 56.37988 35 -#> 9498 VR2AR-546131 -5.612700 56.37988 35 -#> 9499 VR2AR-546131 -5.612700 56.37988 35 -#> 9500 VR2AR-546131 -5.612700 56.37988 35 -#> 9501 VR2AR-546131 -5.612700 56.37988 35 -#> 9502 VR2AR-546131 -5.612700 56.37988 35 -#> 9503 VR2AR-546131 -5.612700 56.37988 35 -#> 9504 VR2AR-546131 -5.612700 56.37988 35 -#> 9505 VR2AR-546131 -5.612700 56.37988 35 -#> 9506 VR2AR-546131 -5.612700 56.37988 35 -#> 9507 VR2AR-546131 -5.612700 56.37988 35 -#> 9508 VR2AR-546131 -5.612700 56.37988 35 -#> 9509 VR2AR-546131 -5.612700 56.37988 35 -#> 9510 VR2AR-546131 -5.612700 56.37988 35 -#> 9511 VR2AR-546131 -5.612700 56.37988 35 -#> 9512 VR2AR-546131 -5.612700 56.37988 35 -#> 9513 VR2AR-546131 -5.612700 56.37988 35 -#> 9514 VR2AR-546131 -5.612700 56.37988 35 -#> 9515 VR2AR-546131 -5.612700 56.37988 35 -#> 9516 VR2AR-546131 -5.612700 56.37988 35 -#> 9517 VR2AR-546131 -5.612700 56.37988 35 -#> 9518 VR2AR-546131 -5.612700 56.37988 35 -#> 9519 VR2AR-546131 -5.612700 56.37988 35 -#> 9520 VR2AR-546131 -5.612700 56.37988 35 -#> 9521 VR2AR-546131 -5.612700 56.37988 35 -#> 9522 VR2AR-546131 -5.612700 56.37988 35 -#> 9523 VR2AR-546131 -5.612700 56.37988 35 -#> 9524 VR2AR-546131 -5.612700 56.37988 35 -#> 9525 VR2AR-546131 -5.612700 56.37988 35 -#> 9526 VR2AR-546131 -5.612700 56.37988 35 -#> 9527 VR2AR-546131 -5.612700 56.37988 35 -#> 9528 VR2AR-546131 -5.612700 56.37988 35 -#> 9529 VR2AR-546131 -5.612700 56.37988 35 -#> 9530 VR2AR-546131 -5.612700 56.37988 35 -#> 9531 VR2AR-546131 -5.612700 56.37988 35 -#> 9532 VR2AR-546131 -5.612700 56.37988 35 -#> 9533 VR2AR-546131 -5.612700 56.37988 35 -#> 9534 VR2AR-546131 -5.612700 56.37988 35 -#> 9535 VR2AR-546131 -5.612700 56.37988 35 -#> 9536 VR2AR-546131 -5.612700 56.37988 35 -#> 9537 VR2AR-546131 -5.612700 56.37988 35 -#> 9538 VR2AR-546131 -5.612700 56.37988 35 -#> 9539 VR2AR-546131 -5.612700 56.37988 35 -#> 9540 VR2AR-546131 -5.612700 56.37988 35 -#> 9541 VR2AR-546131 -5.612700 56.37988 35 -#> 9542 VR2AR-546131 -5.612700 56.37988 35 -#> 9543 VR2AR-546131 -5.612700 56.37988 35 -#> 9544 VR2AR-546131 -5.612700 56.37988 35 -#> 9545 VR2AR-546131 -5.612700 56.37988 35 -#> 9546 VR2AR-546131 -5.612700 56.37988 35 -#> 9547 VR2AR-546131 -5.612700 56.37988 35 -#> 9548 VR2AR-546131 -5.612700 56.37988 35 -#> 9549 VR2AR-546131 -5.612700 56.37988 35 -#> 9550 VR2AR-546131 -5.612700 56.37988 35 -#> 9551 VR2AR-546131 -5.612700 56.37988 35 -#> 9552 VR2AR-546131 -5.612700 56.37988 35 -#> 9553 VR2AR-546131 -5.612700 56.37988 35 -#> 9554 VR2AR-546131 -5.612700 56.37988 35 -#> 9555 VR2AR-546131 -5.612700 56.37988 35 -#> 9556 VR2AR-546131 -5.612700 56.37988 35 -#> 9557 VR2AR-546131 -5.612700 56.37988 35 -#> 9558 VR2AR-546131 -5.612700 56.37988 35 -#> 9559 VR2AR-546131 -5.612700 56.37988 35 -#> 9560 VR2AR-546131 -5.612700 56.37988 35 -#> 9561 VR2AR-546131 -5.612700 56.37988 35 -#> 9562 VR2AR-546131 -5.612700 56.37988 35 -#> 9563 VR2AR-546131 -5.612700 56.37988 35 -#> 9564 VR2AR-546131 -5.612700 56.37988 35 -#> 9565 VR2AR-546131 -5.612700 56.37988 35 -#> 9566 VR2AR-546131 -5.612700 56.37988 35 -#> 9567 VR2AR-546131 -5.612700 56.37988 35 -#> 9568 VR2AR-546131 -5.612700 56.37988 35 -#> 9569 VR2AR-546131 -5.612700 56.37988 35 -#> 9570 VR2AR-546131 -5.612700 56.37988 35 -#> 9571 VR2AR-546131 -5.612700 56.37988 35 -#> 9572 VR2AR-546131 -5.612700 56.37988 35 -#> 9573 VR2AR-546131 -5.612700 56.37988 35 -#> 9574 VR2AR-546131 -5.612700 56.37988 35 -#> 9575 VR2AR-546131 -5.612700 56.37988 35 -#> 9576 VR2AR-546131 -5.612700 56.37988 35 -#> 9577 VR2AR-546131 -5.612700 56.37988 35 -#> 9578 VR2AR-546131 -5.612700 56.37988 35 -#> 9579 VR2AR-546131 -5.612700 56.37988 35 -#> 9580 VR2AR-546131 -5.612700 56.37988 35 -#> 9581 VR2AR-546131 -5.612700 56.37988 35 -#> 9582 VR2AR-546131 -5.612700 56.37988 35 -#> 9583 VR2AR-546131 -5.612700 56.37988 35 -#> 9584 VR2AR-546131 -5.612700 56.37988 35 -#> 9585 VR2AR-546131 -5.612700 56.37988 35 -#> 9586 VR2AR-546131 -5.612700 56.37988 35 -#> 9587 VR2AR-546131 -5.612700 56.37988 35 -#> 9588 VR2AR-546131 -5.612700 56.37988 35 -#> 9589 VR2AR-546131 -5.612700 56.37988 35 -#> 9590 VR2AR-546131 -5.612700 56.37988 35 -#> 9591 VR2AR-546131 -5.612700 56.37988 35 -#> 9592 VR2AR-546131 -5.612700 56.37988 35 -#> 9593 VR2AR-546131 -5.612700 56.37988 35 -#> 9594 VR2AR-546131 -5.612700 56.37988 35 -#> 9595 VR2AR-546131 -5.612700 56.37988 35 -#> 9596 VR2AR-546131 -5.612700 56.37988 35 -#> 9597 VR2AR-546131 -5.612700 56.37988 35 -#> 9598 VR2AR-546131 -5.612700 56.37988 35 -#> 9599 VR2AR-546131 -5.612700 56.37988 35 -#> 9600 VR2AR-546131 -5.612700 56.37988 35 -#> 9601 VR2AR-546131 -5.612700 56.37988 35 -#> 9602 VR2AR-546131 -5.612700 56.37988 35 -#> 9603 VR2AR-546131 -5.612700 56.37988 35 -#> 9604 VR2AR-546131 -5.612700 56.37988 35 -#> 9605 VR2AR-546131 -5.612700 56.37988 35 -#> 9606 VR2AR-546131 -5.612700 56.37988 35 -#> 9607 VR2AR-546131 -5.612700 56.37988 35 -#> 9608 VR2AR-546131 -5.612700 56.37988 35 -#> 9609 VR2AR-546131 -5.612700 56.37988 35 -#> 9610 VR2AR-546131 -5.612700 56.37988 35 -#> 9611 VR2AR-546131 -5.612700 56.37988 35 -#> 9612 VR2AR-546131 -5.612700 56.37988 35 -#> 9613 VR2AR-546131 -5.612700 56.37988 35 -#> 9614 VR2AR-546131 -5.612700 56.37988 35 -#> 9615 VR2AR-546131 -5.612700 56.37988 35 -#> 9616 VR2AR-546131 -5.612700 56.37988 35 -#> 9617 VR2AR-546131 -5.612700 56.37988 35 -#> 9618 VR2AR-546131 -5.612700 56.37988 35 -#> 9619 VR2AR-546131 -5.612700 56.37988 35 -#> 9620 VR2AR-546131 -5.612700 56.37988 35 -#> 9621 VR2AR-546131 -5.612700 56.37988 35 -#> 9622 VR2AR-546131 -5.612700 56.37988 35 -#> 9623 VR2AR-546131 -5.612700 56.37988 35 -#> 9624 VR2AR-546131 -5.612700 56.37988 35 -#> 9625 VR2AR-546131 -5.612700 56.37988 35 -#> 9626 VR2AR-546131 -5.612700 56.37988 35 -#> 9627 VR2AR-546131 -5.612700 56.37988 35 -#> 9628 VR2AR-546131 -5.612700 56.37988 35 -#> 9629 VR2AR-546131 -5.612700 56.37988 35 -#> 9630 VR2AR-546131 -5.612700 56.37988 35 -#> 9631 VR2AR-546131 -5.612700 56.37988 35 -#> 9632 VR2AR-546131 -5.612700 56.37988 35 -#> 9633 VR2AR-546131 -5.612700 56.37988 35 -#> 9634 VR2AR-546131 -5.612700 56.37988 35 -#> 9635 VR2AR-546131 -5.612700 56.37988 35 -#> 9636 VR2AR-546131 -5.612700 56.37988 35 -#> 9637 VR2AR-546131 -5.612700 56.37988 35 -#> 9638 VR2AR-546131 -5.612700 56.37988 35 -#> 9639 VR2AR-546131 -5.612700 56.37988 35 -#> 9640 VR2AR-546131 -5.612700 56.37988 35 -#> 9641 VR2AR-546131 -5.612700 56.37988 35 -#> 9642 VR2AR-546131 -5.612700 56.37988 35 -#> 9643 VR2AR-546131 -5.612700 56.37988 35 -#> 9644 VR2AR-546131 -5.612700 56.37988 35 -#> 9645 VR2AR-546131 -5.612700 56.37988 35 -#> 9646 VR2AR-546131 -5.612700 56.37988 35 -#> 9647 VR2AR-546131 -5.612700 56.37988 35 -#> 9648 VR2AR-546131 -5.612700 56.37988 35 -#> 9649 VR2AR-546131 -5.612700 56.37988 35 -#> 9650 VR2AR-546131 -5.612700 56.37988 35 -#> 9651 VR2AR-546131 -5.612700 56.37988 35 -#> 9652 VR2AR-546131 -5.612700 56.37988 35 -#> 9653 VR2AR-546131 -5.612700 56.37988 35 -#> 9654 VR2AR-546131 -5.612700 56.37988 35 -#> 9655 VR2AR-546131 -5.612700 56.37988 35 -#> 9656 VR2AR-546131 -5.612700 56.37988 35 -#> 9657 VR2AR-546131 -5.612700 56.37988 35 -#> 9658 VR2AR-546131 -5.612700 56.37988 35 -#> 9659 VR2AR-546131 -5.612700 56.37988 35 -#> 9660 VR2AR-546131 -5.612700 56.37988 35 -#> 9661 VR2AR-546131 -5.612700 56.37988 35 -#> 9662 VR2AR-546131 -5.612700 56.37988 35 -#> 9663 VR2AR-546131 -5.612700 56.37988 35 -#> 9664 VR2AR-546131 -5.612700 56.37988 35 -#> 9665 VR2AR-546131 -5.612700 56.37988 35 -#> 9666 VR2AR-546131 -5.612700 56.37988 35 -#> 9667 VR2AR-546131 -5.612700 56.37988 35 -#> 9668 VR2AR-546131 -5.612700 56.37988 35 -#> 9669 VR2AR-546131 -5.612700 56.37988 35 -#> 9670 VR2AR-546131 -5.612700 56.37988 35 -#> 9671 VR2AR-546131 -5.612700 56.37988 35 -#> 9672 VR2AR-546131 -5.612700 56.37988 35 -#> 9673 VR2AR-546131 -5.612700 56.37988 35 -#> 9674 VR2AR-546131 -5.612700 56.37988 35 -#> 9675 VR2AR-546131 -5.612700 56.37988 35 -#> 9676 VR2AR-546131 -5.612700 56.37988 35 -#> 9677 VR2AR-546131 -5.612700 56.37988 35 -#> 9678 VR2AR-546131 -5.612700 56.37988 35 -#> 9679 VR2AR-546131 -5.612700 56.37988 35 -#> 9680 VR2AR-546131 -5.612700 56.37988 35 -#> 9681 VR2AR-546131 -5.612700 56.37988 35 -#> 9682 VR2AR-546131 -5.612700 56.37988 35 -#> 9683 VR2AR-546131 -5.612700 56.37988 35 -#> 9684 VR2AR-546131 -5.612700 56.37988 35 -#> 9685 VR2AR-546131 -5.612700 56.37988 35 -#> 9686 VR2AR-546131 -5.612700 56.37988 35 -#> 9687 VR2AR-546131 -5.612700 56.37988 35 -#> 9688 VR2AR-546131 -5.612700 56.37988 35 -#> 9689 VR2AR-546584 -5.604973 56.37774 30 -#> 9690 VR2AR-546131 -5.612700 56.37988 35 -#> 9691 VR2AR-546584 -5.604973 56.37774 30 -#> 9692 VR2AR-546131 -5.612700 56.37988 35 -#> 9693 VR2AR-546131 -5.612700 56.37988 35 -#> 9694 VR2AR-546584 -5.604973 56.37774 30 -#> 9695 VR2AR-546131 -5.612700 56.37988 35 -#> 9696 VR2AR-546584 -5.604973 56.37774 30 -#> 9697 VR2AR-546131 -5.612700 56.37988 35 -#> 9698 VR2AR-546131 -5.612700 56.37988 35 -#> 9699 VR2AR-546584 -5.604973 56.37774 30 -#> 9700 VR2AR-546131 -5.612700 56.37988 35 -#> 9701 VR2AR-546584 -5.604973 56.37774 30 -#> 9702 VR2AR-546584 -5.604973 56.37774 30 -#> 9703 VR2AR-546131 -5.612700 56.37988 35 -#> 9704 VR2AR-546584 -5.604973 56.37774 30 -#> 9705 VR2AR-546584 -5.604973 56.37774 30 -#> 9706 VR2AR-546584 -5.604973 56.37774 30 -#> 9707 VR2AR-546131 -5.612700 56.37988 35 -#> 9708 VR2AR-546131 -5.612700 56.37988 35 -#> 9709 VR2AR-546584 -5.604973 56.37774 30 -#> 9710 VR2AR-546584 -5.604973 56.37774 30 -#> 9711 VR2AR-546131 -5.612700 56.37988 35 -#> 9712 VR2AR-546584 -5.604973 56.37774 30 -#> 9713 VR2AR-546584 -5.604973 56.37774 30 -#> 9714 VR2AR-546584 -5.604973 56.37774 30 -#> 9715 VR2AR-546584 -5.604973 56.37774 30 -#> 9716 VR2AR-546584 -5.604973 56.37774 30 -#> 9717 VR2AR-546584 -5.604973 56.37774 30 -#> 9718 VR2AR-546131 -5.612700 56.37988 35 -#> 9719 VR2AR-546584 -5.604973 56.37774 30 -#> 9720 VR2AR-546584 -5.604973 56.37774 30 -#> 9721 VR2AR-546131 -5.612700 56.37988 35 -#> 9722 VR2AR-546584 -5.604973 56.37774 30 -#> 9723 VR2AR-546131 -5.612700 56.37988 35 -#> 9724 VR2AR-546131 -5.612700 56.37988 35 -#> 9725 VR2AR-546131 -5.612700 56.37988 35 -#> 9726 VR2AR-546131 -5.612700 56.37988 35 -#> 9727 VR2AR-546131 -5.612700 56.37988 35 -#> 9728 VR2AR-546131 -5.612700 56.37988 35 -#> 9729 VR2AR-546131 -5.612700 56.37988 35 -#> 9730 VR2AR-546584 -5.604973 56.37774 30 -#> 9731 VR2AR-546131 -5.612700 56.37988 35 -#> 9732 VR2AR-546584 -5.604973 56.37774 30 -#> 9733 VR2AR-546131 -5.612700 56.37988 35 -#> 9734 VR2AR-546131 -5.612700 56.37988 35 -#> 9735 VR2AR-546131 -5.612700 56.37988 35 -#> 9736 VR2AR-546131 -5.612700 56.37988 35 -#> 9737 VR2AR-546131 -5.612700 56.37988 35 -#> 9738 VR2AR-546131 -5.612700 56.37988 35 -#> 9739 VR2AR-546131 -5.612700 56.37988 35 -#> 9740 VR2AR-546131 -5.612700 56.37988 35 -#> 9741 VR2AR-546131 -5.612700 56.37988 35 -#> 9742 VR2AR-546131 -5.612700 56.37988 35 -#> 9743 VR2AR-546131 -5.612700 56.37988 35 -#> 9744 VR2AR-546131 -5.612700 56.37988 35 -#> 9745 VR2AR-546131 -5.612700 56.37988 35 -#> 9746 VR2AR-546131 -5.612700 56.37988 35 -#> 9747 VR2AR-546131 -5.612700 56.37988 35 -#> 9748 VR2AR-546131 -5.612700 56.37988 35 -#> 9749 VR2AR-546131 -5.612700 56.37988 35 -#> 9750 VR2AR-546380 -5.637917 56.44800 25 -#> 9751 VR2AR-546380 -5.637917 56.44800 25 -#> 9752 VR2AR-546380 -5.637917 56.44800 25 -#> 9753 VR2AR-546136 -5.626250 56.44810 75 -#> 9754 VR2AR-546136 -5.626250 56.44810 75 -#> 9755 VR2AR-546380 -5.637917 56.44800 25 -#> 9756 VR2AR-546380 -5.637917 56.44800 25 -#> 9757 VR2AR-546380 -5.637917 56.44800 25 -#> 9758 VR2AR-546380 -5.637917 56.44800 25 -#> 9759 VR2AR-546380 -5.637917 56.44800 25 -#> 9760 VR2AR-546380 -5.637917 56.44800 25 -#> 9761 VR2AR-546380 -5.637917 56.44800 25 -#> 9762 VR2AR-546380 -5.637917 56.44800 25 -#> 9763 VR2AR-546380 -5.637917 56.44800 25 -#> 9764 VR2AR-546380 -5.637917 56.44800 25 -#> 9765 VR2AR-546380 -5.637917 56.44800 25 -#> 9766 VR2AR-546380 -5.637917 56.44800 25 -#> 9767 VR2AR-546380 -5.637917 56.44800 25 -#> 9768 VR2AR-546380 -5.637917 56.44800 25 -#> 9769 VR2AR-546380 -5.637917 56.44800 25 -#> 9770 VR2AR-546380 -5.637917 56.44800 25 -#> 9771 VR2AR-546380 -5.637917 56.44800 25 -#> 9772 VR2AR-546380 -5.637917 56.44800 25 -#> 9773 VR2AR-546380 -5.637917 56.44800 25 -#> 9774 VR2AR-546380 -5.637917 56.44800 25 -#> 9775 VR2AR-546380 -5.637917 56.44800 25 -#> 9776 VR2AR-546380 -5.637917 56.44800 25 -#> 9777 VR2AR-546134 -5.643867 56.38278 145 -#> 9778 VR2AR-546134 -5.643867 56.38278 145 -#> 9779 VR2AR-546134 -5.643867 56.38278 145 -#> 9780 VR2AR-546134 -5.643867 56.38278 145 -#> 9781 VR2AR-546134 -5.643867 56.38278 145 -#> 9782 VR2AR-546134 -5.643867 56.38278 145 -#> 9783 VR2AR-546134 -5.643867 56.38278 145 -#> 9784 VR2AR-546134 -5.643867 56.38278 145 -#> 9785 VR2AR-546134 -5.643867 56.38278 145 -#> 9786 VR2AR-546134 -5.643867 56.38278 145 -#> 9787 VR2AR-546134 -5.643867 56.38278 145 -#> 9788 VR2AR-546134 -5.643867 56.38278 145 -#> 9789 VR2AR-546134 -5.643867 56.38278 145 -#> 9790 VR2AR-546134 -5.643867 56.38278 145 -#> 9791 VR2AR-546131 -5.612700 56.37988 35 -#> 9792 VR2AR-546131 -5.612700 56.37988 35 -#> 9793 VR2AR-546131 -5.612700 56.37988 35 -#> 9794 VR2AR-546131 -5.612700 56.37988 35 -#> 9795 VR2AR-546131 -5.612700 56.37988 35 -#> 9796 VR2AR-546131 -5.612700 56.37988 35 -#> 9797 VR2AR-546131 -5.612700 56.37988 35 -#> 9798 VR2AR-546131 -5.612700 56.37988 35 -#> 9799 VR2AR-546131 -5.612700 56.37988 35 -#> 9800 VR2AR-546131 -5.612700 56.37988 35 -#> 9801 VR2AR-546131 -5.612700 56.37988 35 -#> 9802 VR2AR-546131 -5.612700 56.37988 35 -#> 9803 VR2AR-546131 -5.612700 56.37988 35 -#> 9804 VR2AR-546131 -5.612700 56.37988 35 -#> 9805 VR2AR-546131 -5.612700 56.37988 35 -#> 9806 VR2AR-546131 -5.612700 56.37988 35 -#> 9807 VR2AR-546131 -5.612700 56.37988 35 -#> 9808 VR2AR-546131 -5.612700 56.37988 35 -#> 9809 VR2AR-546131 -5.612700 56.37988 35 -#> 9810 VR2AR-546131 -5.612700 56.37988 35 -#> 9811 VR2AR-546131 -5.612700 56.37988 35 -#> 9812 VR2AR-546131 -5.612700 56.37988 35 -#> 9813 VR2AR-546131 -5.612700 56.37988 35 -#> 9814 VR2AR-546131 -5.612700 56.37988 35 -#> 9815 VR2AR-546131 -5.612700 56.37988 35 -#> 9816 VR2AR-546131 -5.612700 56.37988 35 -#> 9817 VR2AR-546131 -5.612700 56.37988 35 -#> 9818 VR2AR-546131 -5.612700 56.37988 35 -#> 9819 VR2AR-546131 -5.612700 56.37988 35 -#> 9820 VR2AR-546131 -5.612700 56.37988 35 -#> 9821 VR2AR-546131 -5.612700 56.37988 35 -#> 9822 VR2AR-546131 -5.612700 56.37988 35 -#> 9823 VR2AR-546131 -5.612700 56.37988 35 -#> 9824 VR2AR-546131 -5.612700 56.37988 35 -#> 9825 VR2AR-546131 -5.612700 56.37988 35 -#> 9826 VR2AR-546131 -5.612700 56.37988 35 -#> 9827 VR2AR-546131 -5.612700 56.37988 35 -#> 9828 VR2AR-546131 -5.612700 56.37988 35 -#> 9829 VR2AR-546131 -5.612700 56.37988 35 -#> 9830 VR2AR-546131 -5.612700 56.37988 35 -#> 9831 VR2AR-546131 -5.612700 56.37988 35 -#> 9832 VR2AR-546131 -5.612700 56.37988 35 -#> 9833 VR2AR-546131 -5.612700 56.37988 35 -#> 9834 VR2AR-546131 -5.612700 56.37988 35 -#> 9835 VR2AR-546131 -5.612700 56.37988 35 -#> 9836 VR2AR-546131 -5.612700 56.37988 35 -#> 9837 VR2AR-546131 -5.612700 56.37988 35 -#> 9838 VR2AR-546131 -5.612700 56.37988 35 -#> 9839 VR2AR-546131 -5.612700 56.37988 35 -#> 9840 VR2AR-546131 -5.612700 56.37988 35 -#> 9841 VR2AR-546131 -5.612700 56.37988 35 -#> 9842 VR2AR-546131 -5.612700 56.37988 35 -#> 9843 VR2AR-546131 -5.612700 56.37988 35 -#> 9844 VR2AR-546131 -5.612700 56.37988 35 -#> 9845 VR2AR-546131 -5.612700 56.37988 35 -#> 9846 VR2AR-546131 -5.612700 56.37988 35 -#> 9847 VR2AR-546131 -5.612700 56.37988 35 -#> 9848 VR2AR-546131 -5.612700 56.37988 35 -#> 9849 VR2AR-546131 -5.612700 56.37988 35 -#> 9850 VR2AR-546131 -5.612700 56.37988 35 -#> 9851 VR2AR-546131 -5.612700 56.37988 35 -#> 9852 VR2AR-546131 -5.612700 56.37988 35 -#> 9853 VR2AR-546131 -5.612700 56.37988 35 -#> 9854 VR2AR-546131 -5.612700 56.37988 35 -#> 9855 VR2AR-546131 -5.612700 56.37988 35 -#> 9856 VR2AR-546131 -5.612700 56.37988 35 -#> 9857 VR2AR-546131 -5.612700 56.37988 35 -#> 9858 VR2AR-546131 -5.612700 56.37988 35 -#> 9859 VR2AR-546131 -5.612700 56.37988 35 -#> 9860 VR2AR-546131 -5.612700 56.37988 35 -#> 9861 VR2AR-546131 -5.612700 56.37988 35 -#> 9862 VR2AR-546131 -5.612700 56.37988 35 -#> 9863 VR2AR-546131 -5.612700 56.37988 35 -#> 9864 VR2AR-546131 -5.612700 56.37988 35 -#> 9865 VR2AR-546131 -5.612700 56.37988 35 -#> 9866 VR2AR-546131 -5.612700 56.37988 35 -#> 9867 VR2AR-546131 -5.612700 56.37988 35 -#> 9868 VR2AR-546131 -5.612700 56.37988 35 -#> 9869 VR2AR-546131 -5.612700 56.37988 35 -#> 9870 VR2AR-546131 -5.612700 56.37988 35 -#> 9871 VR2AR-546131 -5.612700 56.37988 35 -#> 9872 VR2AR-546131 -5.612700 56.37988 35 -#> 9873 VR2AR-546131 -5.612700 56.37988 35 -#> 9874 VR2AR-546131 -5.612700 56.37988 35 -#> 9875 VR2AR-546131 -5.612700 56.37988 35 -#> 9876 VR2AR-546131 -5.612700 56.37988 35 -#> 9877 VR2AR-546131 -5.612700 56.37988 35 -#> 9878 VR2AR-546131 -5.612700 56.37988 35 -#> 9879 VR2AR-546131 -5.612700 56.37988 35 -#> 9880 VR2AR-546131 -5.612700 56.37988 35 -#> 9881 VR2AR-546131 -5.612700 56.37988 35 -#> 9882 VR2AR-546131 -5.612700 56.37988 35 -#> 9883 VR2AR-546131 -5.612700 56.37988 35 -#> 9884 VR2AR-546131 -5.612700 56.37988 35 -#> 9885 VR2AR-546131 -5.612700 56.37988 35 -#> 9886 VR2AR-546131 -5.612700 56.37988 35 -#> 9887 VR2AR-546131 -5.612700 56.37988 35 -#> 9888 VR2AR-546131 -5.612700 56.37988 35 -#> 9889 VR2AR-546131 -5.612700 56.37988 35 -#> 9890 VR2AR-546131 -5.612700 56.37988 35 -#> 9891 VR2AR-546131 -5.612700 56.37988 35 -#> 9892 VR2AR-546131 -5.612700 56.37988 35 -#> 9893 VR2AR-546131 -5.612700 56.37988 35 -#> 9894 VR2AR-546584 -5.604973 56.37774 30 -#> 9895 VR2AR-546131 -5.612700 56.37988 35 -#> 9896 VR2AR-546131 -5.612700 56.37988 35 -#> 9897 VR2AR-546131 -5.612700 56.37988 35 -#> 9898 VR2AR-546131 -5.612700 56.37988 35 -#> 9899 VR2AR-546131 -5.612700 56.37988 35 -#> 9900 VR2AR-546131 -5.612700 56.37988 35 -#> 9901 VR2AR-546131 -5.612700 56.37988 35 -#> 9902 VR2AR-546584 -5.604973 56.37774 30 -#> 9903 VR2AR-546131 -5.612700 56.37988 35 -#> 9904 VR2AR-546131 -5.612700 56.37988 35 -#> 9905 VR2AR-546584 -5.604973 56.37774 30 -#> 9906 VR2AR-546131 -5.612700 56.37988 35 -#> 9907 VR2AR-546131 -5.612700 56.37988 35 -#> 9908 VR2AR-546131 -5.612700 56.37988 35 -#> 9909 VR2AR-546584 -5.604973 56.37774 30 -#> 9910 VR2AR-546131 -5.612700 56.37988 35 -#> 9911 VR2AR-546131 -5.612700 56.37988 35 -#> 9912 VR2AR-546584 -5.604973 56.37774 30 -#> 9913 VR2AR-546584 -5.604973 56.37774 30 -#> 9914 VR2AR-546131 -5.612700 56.37988 35 -#> 9915 VR2AR-546584 -5.604973 56.37774 30 -#> 9916 VR2AR-546131 -5.612700 56.37988 35 -#> 9917 VR2AR-546131 -5.612700 56.37988 35 -#> 9918 VR2AR-546131 -5.612700 56.37988 35 -#> 9919 VR2AR-546131 -5.612700 56.37988 35 -#> 9920 VR2AR-546131 -5.612700 56.37988 35 -#> 9921 VR2AR-546131 -5.612700 56.37988 35 -#> 9922 VR2AR-546131 -5.612700 56.37988 35 -#> 9923 VR2AR-546134 -5.643867 56.38278 145 -#> 9924 VR2AR-546134 -5.643867 56.38278 145 -#> 9925 VR2AR-546134 -5.643867 56.38278 145 -#> 9926 VR2AR-546134 -5.643867 56.38278 145 -#> 9927 VR2AR-546134 -5.643867 56.38278 145 -#> 9928 VR2AR-546134 -5.643867 56.38278 145 -#> 9929 VR2AR-546134 -5.643867 56.38278 145 -#> 9930 VR2AR-546134 -5.643867 56.38278 145 -#> 9931 VR2AR-546134 -5.643867 56.38278 145 -#> 9932 VR2AR-546134 -5.643867 56.38278 145 -#> 9933 VR2AR-546134 -5.643867 56.38278 145 -#> 9934 VR2AR-546134 -5.643867 56.38278 145 -#> 9935 VR2AR-546134 -5.643867 56.38278 145 -#> 9936 VR2AR-546134 -5.643867 56.38278 145 -#> 9937 VR2AR-546135 -5.657067 56.38803 85 -#> 9938 VR2AR-546135 -5.657067 56.38803 85 -#> 9939 VR2AR-546135 -5.657067 56.38803 85 -#> 9940 VR2AR-546135 -5.657067 56.38803 85 -#> 9941 VR2AR-546587 -5.661620 56.39041 15 -#> 9942 VR2AR-546135 -5.657067 56.38803 85 -#> 9943 VR2AR-546587 -5.661620 56.39041 15 -#> 9944 VR2AR-546135 -5.657067 56.38803 85 -#> 9945 VR2AR-546587 -5.661620 56.39041 15 -#> 9946 VR2AR-546587 -5.661620 56.39041 15 -#> 9947 VR2AR-546587 -5.661620 56.39041 15 -#> 9948 VR2AR-546587 -5.661620 56.39041 15 -#> 9949 VR2AR-546587 -5.661620 56.39041 15 -#> 9950 VR2AR-546587 -5.661620 56.39041 15 -#> 9951 VR2AR-546587 -5.661620 56.39041 15 -#> 9952 VR2AR-546587 -5.661620 56.39041 15 -#> 9953 VR2AR-546587 -5.661620 56.39041 15 -#> 9954 VR2AR-546587 -5.661620 56.39041 15 -#> 9955 VR2AR-546587 -5.661620 56.39041 15 -#> 9956 VR2AR-546587 -5.661620 56.39041 15 -#> 9957 VR2AR-546135 -5.657067 56.38803 85 -#> 9958 VR2AR-546587 -5.661620 56.39041 15 -#> 9959 VR2AR-546587 -5.661620 56.39041 15 -#> 9960 VR2AR-546587 -5.661620 56.39041 15 -#> 9961 VR2AR-546587 -5.661620 56.39041 15 -#> 9962 VR2AR-546135 -5.657067 56.38803 85 -#> 9963 VR2AR-546587 -5.661620 56.39041 15 -#> 9964 VR2AR-546587 -5.661620 56.39041 15 -#> 9965 VR2AR-546135 -5.657067 56.38803 85 -#> 9966 VR2AR-546587 -5.661620 56.39041 15 -#> 9967 VR2AR-546131 -5.612700 56.37988 35 -#> 9968 VR2AR-546131 -5.612700 56.37988 35 -#> 9969 VR2AR-546131 -5.612700 56.37988 35 -#> 9970 VR2AR-546131 -5.612700 56.37988 35 -#> 9971 VR2AR-546131 -5.612700 56.37988 35 -#> 9972 VR2AR-546131 -5.612700 56.37988 35 -#> 9973 VR2AR-546131 -5.612700 56.37988 35 -#> 9974 VR2AR-546131 -5.612700 56.37988 35 -#> 9975 VR2AR-546131 -5.612700 56.37988 35 -#> 9976 VR2AR-546131 -5.612700 56.37988 35 -#> 9977 VR2AR-546131 -5.612700 56.37988 35 -#> 9978 VR2AR-546131 -5.612700 56.37988 35 -#> 9979 VR2AR-546131 -5.612700 56.37988 35 -#> 9980 VR2AR-546131 -5.612700 56.37988 35 -#> 9981 VR2AR-546131 -5.612700 56.37988 35 -#> 9982 VR2AR-546131 -5.612700 56.37988 35 -#> 9983 VR2AR-546131 -5.612700 56.37988 35 -#> 9984 VR2AR-546131 -5.612700 56.37988 35 -#> 9985 VR2AR-546131 -5.612700 56.37988 35 -#> 9986 VR2AR-546131 -5.612700 56.37988 35 -#> 9987 VR2AR-546131 -5.612700 56.37988 35 -#> 9988 VR2AR-546131 -5.612700 56.37988 35 -#> 9989 VR2AR-546131 -5.612700 56.37988 35 -#> 9990 VR2AR-546131 -5.612700 56.37988 35 -#> 9991 VR2AR-546131 -5.612700 56.37988 35 -#> 9992 VR2AR-546131 -5.612700 56.37988 35 -#> 9993 VR2AR-546131 -5.612700 56.37988 35 -#> 9994 VR2AR-546131 -5.612700 56.37988 35 -#> 9995 VR2AR-546131 -5.612700 56.37988 35 -#> 9996 VR2AR-546131 -5.612700 56.37988 35 -#> 9997 VR2AR-546131 -5.612700 56.37988 35 -#> 9998 VR2AR-546131 -5.612700 56.37988 35 -#> 9999 VR2AR-546131 -5.612700 56.37988 35 -#> 10000 VR2AR-546131 -5.612700 56.37988 35 -#> 10001 VR2AR-546131 -5.612700 56.37988 35 -#> 10002 VR2AR-546131 -5.612700 56.37988 35 -#> 10003 VR2AR-546131 -5.612700 56.37988 35 -#> 10004 VR2AR-546131 -5.612700 56.37988 35 -#> 10005 VR2AR-546131 -5.612700 56.37988 35 -#> 10006 VR2AR-546131 -5.612700 56.37988 35 -#> 10007 VR2AR-546131 -5.612700 56.37988 35 -#> 10008 VR2AR-546131 -5.612700 56.37988 35 -#> 10009 VR2AR-546131 -5.612700 56.37988 35 -#> 10010 VR2AR-546131 -5.612700 56.37988 35 -#> 10011 VR2AR-546131 -5.612700 56.37988 35 -#> 10012 VR2AR-546131 -5.612700 56.37988 35 -#> 10013 VR2AR-546131 -5.612700 56.37988 35 -#> 10014 VR2AR-546131 -5.612700 56.37988 35 -#> 10015 VR2AR-546131 -5.612700 56.37988 35 -#> 10016 VR2AR-546131 -5.612700 56.37988 35 -#> 10017 VR2AR-546131 -5.612700 56.37988 35 -#> 10018 VR2AR-546131 -5.612700 56.37988 35 -#> 10019 VR2AR-546131 -5.612700 56.37988 35 -#> 10020 VR2AR-546131 -5.612700 56.37988 35 -#> 10021 VR2AR-546131 -5.612700 56.37988 35 -#> 10022 VR2AR-546131 -5.612700 56.37988 35 -#> 10023 VR2AR-546131 -5.612700 56.37988 35 -#> 10024 VR2AR-546131 -5.612700 56.37988 35 -#> 10025 VR2AR-546131 -5.612700 56.37988 35 -#> 10026 VR2AR-546131 -5.612700 56.37988 35 -#> 10027 VR2AR-546131 -5.612700 56.37988 35 -#> 10028 VR2AR-546380 -5.637917 56.44800 25 -#> 10029 VR2AR-546380 -5.637917 56.44800 25 -#> 10030 VR2AR-546380 -5.637917 56.44800 25 -#> 10031 VR2AR-546380 -5.637917 56.44800 25 -#> 10032 VR2AR-546380 -5.637917 56.44800 25 -#> 10033 VR2AR-546380 -5.637917 56.44800 25 -#> 10034 VR2AR-546380 -5.637917 56.44800 25 -#> 10035 VR2AR-546380 -5.637917 56.44800 25 -#> 10036 VR2AR-546136 -5.626250 56.44810 75 -#> 10037 VR2AR-546136 -5.626250 56.44810 75 -#> 10038 VR2AR-546136 -5.626250 56.44810 75 -#> 10039 VR2AR-546136 -5.626250 56.44810 75 -#> 10040 VR2AR-546136 -5.626250 56.44810 75 -#> 10041 VR2AR-546136 -5.626250 56.44810 75 -#> 10042 VR2AR-546133 -5.701717 56.49747 90 -#> 10043 VR2AR-546133 -5.701717 56.49747 90 -#> 10044 VR2AR-546133 -5.701717 56.49747 90 -#> 10045 VR2AR-546133 -5.701717 56.49747 90 -#> 10046 VR2AR-546133 -5.701717 56.49747 90 -#> 10047 VR2AR-546133 -5.701717 56.49747 90 -#> 10048 VR2AR-546133 -5.701717 56.49747 90 -#> 10049 VR2AR-546133 -5.701717 56.49747 90 -#> 10050 VR2AR-546133 -5.701717 56.49747 90 -#> 10051 VR2AR-546133 -5.701717 56.49747 90 -#> 10052 VR2AR-546133 -5.701717 56.49747 90 -#> 10053 VR2AR-546133 -5.701717 56.49747 90 -#> 10054 VR2AR-546133 -5.701717 56.49747 90 -#> 10055 VR2AR-546133 -5.701717 56.49747 90 -#> 10056 VR2AR-546133 -5.701717 56.49747 90 -#> 10057 VR2AR-546133 -5.701717 56.49747 90 -#> 10058 VR2AR-546133 -5.701717 56.49747 90 -#> 10059 VR2AR-546133 -5.701717 56.49747 90 -#> 10060 VR2AR-546133 -5.701717 56.49747 90 -#> 10061 VR2AR-546133 -5.701717 56.49747 90 -#> 10062 VR2AR-546133 -5.701717 56.49747 90 -#> 10063 VR2AR-546133 -5.701717 56.49747 90 -#> 10064 VR2AR-546133 -5.701717 56.49747 90 -#> 10065 VR2AR-546133 -5.701717 56.49747 90 -#> 10066 VR2AR-546133 -5.701717 56.49747 90 -#> 10067 VR2AR-546133 -5.701717 56.49747 90 -#> 10068 VR2AR-546133 -5.701717 56.49747 90 -#> 10069 VR2AR-546133 -5.701717 56.49747 90 -#> 10070 VR2AR-546133 -5.701717 56.49747 90 -#> 10071 VR2AR-546133 -5.701717 56.49747 90 -#> 10072 VR2AR-546133 -5.701717 56.49747 90 -#> 10073 VR2AR-546133 -5.701717 56.49747 90 -#> 10074 VR2AR-546133 -5.701717 56.49747 90 -#> 10075 VR2AR-546133 -5.701717 56.49747 90 -#> 10076 VR2AR-546133 -5.701717 56.49747 90 -#> 10077 VR2AR-546133 -5.701717 56.49747 90 -#> 10078 VR2AR-546133 -5.701717 56.49747 90 -#> 10079 VR2AR-546133 -5.701717 56.49747 90 -#> 10080 VR2AR-546133 -5.701717 56.49747 90 -#> 10081 VR2AR-546133 -5.701717 56.49747 90 -#> 10082 VR2AR-546133 -5.701717 56.49747 90 -#> 10083 VR2AR-546133 -5.701717 56.49747 90 -#> 10084 VR2AR-546133 -5.701717 56.49747 90 -#> 10085 VR2AR-546133 -5.701717 56.49747 90 -#> 10086 VR2AR-546133 -5.701717 56.49747 90 -#> 10087 VR2AR-546133 -5.701717 56.49747 90 -#> 10088 VR2AR-546133 -5.701717 56.49747 90 -#> 10089 VR2AR-546133 -5.701717 56.49747 90 -#> 10090 VR2AR-546586 -5.707092 56.49447 20 -#> 10091 VR2AR-546133 -5.701717 56.49747 90 -#> 10092 VR2AR-546133 -5.701717 56.49747 90 -#> 10093 VR2AR-546586 -5.707092 56.49447 20 -#> 10094 VR2AR-546133 -5.701717 56.49747 90 -#> 10095 VR2AR-546133 -5.701717 56.49747 90 -#> 10096 VR2AR-546133 -5.701717 56.49747 90 -#> 10097 VR2AR-546586 -5.707092 56.49447 20 -#> 10098 VR2AR-546133 -5.701717 56.49747 90 -#> 10099 VR2AR-546133 -5.701717 56.49747 90 -#> 10100 VR2AR-546133 -5.701717 56.49747 90 -#> 10101 VR2AR-546586 -5.707092 56.49447 20 -#> 10102 VR2AR-546586 -5.707092 56.49447 20 -#> 10103 VR2AR-546133 -5.701717 56.49747 90 -#> 10104 VR2AR-546586 -5.707092 56.49447 20 -#> 10105 VR2AR-546133 -5.701717 56.49747 90 -#> 10106 VR2AR-546133 -5.701717 56.49747 90 -#> 10107 VR2AR-546586 -5.707092 56.49447 20 -#> 10108 VR2AR-546133 -5.701717 56.49747 90 -#> 10109 VR2AR-546586 -5.707092 56.49447 20 -#> 10110 VR2AR-546586 -5.707092 56.49447 20 -#> 10111 VR2AR-546586 -5.707092 56.49447 20 -#> 10112 VR2AR-546133 -5.701717 56.49747 90 -#> 10113 VR2AR-546586 -5.707092 56.49447 20 -#> 10114 VR2AR-546586 -5.707092 56.49447 20 -#> 10115 VR2AR-546133 -5.701717 56.49747 90 -#> 10116 VR2AR-546586 -5.707092 56.49447 20 -#> 10117 VR2AR-546586 -5.707092 56.49447 20 -#> 10118 VR2AR-546133 -5.701717 56.49747 90 -#> 10119 VR2AR-546133 -5.701717 56.49747 90 -#> 10120 VR2AR-546586 -5.707092 56.49447 20 -#> 10121 VR2AR-546586 -5.707092 56.49447 20 -#> 10122 VR2AR-546133 -5.701717 56.49747 90 -#> 10123 VR2AR-546586 -5.707092 56.49447 20 -#> 10124 VR2AR-546586 -5.707092 56.49447 20 -#> 10125 VR2AR-546586 -5.707092 56.49447 20 -#> 10126 VR2AR-546586 -5.707092 56.49447 20 -#> 10127 VR2AR-546586 -5.707092 56.49447 20 -#> 10128 VR2AR-546586 -5.707092 56.49447 20 -#> 10129 VR2AR-546586 -5.707092 56.49447 20 -#> 10130 VR2AR-546586 -5.707092 56.49447 20 -#> 10131 VR2AR-546586 -5.707092 56.49447 20 -#> 10132 VR2AR-546586 -5.707092 56.49447 20 -#> 10133 VR2AR-546133 -5.701717 56.49747 90 -#> 10134 VR2AR-546586 -5.707092 56.49447 20 -#> 10135 VR2AR-546133 -5.701717 56.49747 90 -#> 10136 VR2AR-546133 -5.701717 56.49747 90 -#> 10137 VR2AR-546133 -5.701717 56.49747 90 -#> 10138 VR2AR-546133 -5.701717 56.49747 90 -#> 10139 VR2AR-546133 -5.701717 56.49747 90 -#> 10140 VR2AR-546133 -5.701717 56.49747 90 -#> 10141 VR2AR-546133 -5.701717 56.49747 90 -#> 10142 VR2AR-546133 -5.701717 56.49747 90 -#> 10143 VR2AR-546133 -5.701717 56.49747 90 -#> 10144 VR2AR-546133 -5.701717 56.49747 90 -#> 10145 VR2AR-546133 -5.701717 56.49747 90 -#> 10146 VR2AR-546133 -5.701717 56.49747 90 -#> 10147 VR2AR-546133 -5.701717 56.49747 90 -#> 10148 VR2AR-546133 -5.701717 56.49747 90 -#> 10149 VR2AR-546133 -5.701717 56.49747 90 -#> 10150 VR2AR-546133 -5.701717 56.49747 90 -#> 10151 VR2AR-546133 -5.701717 56.49747 90 -#> 10152 VR2AR-546133 -5.701717 56.49747 90 -#> 10153 VR2AR-546133 -5.701717 56.49747 90 -#> 10154 VR2AR-546133 -5.701717 56.49747 90 -#> 10155 VR2AR-546133 -5.701717 56.49747 90 -#> 10156 VR2AR-546586 -5.707092 56.49447 20 -#> 10157 VR2AR-546133 -5.701717 56.49747 90 -#> 10158 VR2AR-546133 -5.701717 56.49747 90 -#> 10159 VR2AR-546133 -5.701717 56.49747 90 -#> 10160 VR2AR-546133 -5.701717 56.49747 90 -#> 10161 VR2AR-546586 -5.707092 56.49447 20 -#> 10162 VR2AR-546586 -5.707092 56.49447 20 -#> 10163 VR2AR-546133 -5.701717 56.49747 90 -#> 10164 VR2AR-546586 -5.707092 56.49447 20 -#> 10165 VR2AR-546133 -5.701717 56.49747 90 -#> 10166 VR2AR-546133 -5.701717 56.49747 90 -#> 10167 VR2AR-546133 -5.701717 56.49747 90 -#> 10168 VR2AR-546586 -5.707092 56.49447 20 -#> 10169 VR2AR-546133 -5.701717 56.49747 90 -#> 10170 VR2AR-546133 -5.701717 56.49747 90 -#> 10171 VR2AR-546133 -5.701717 56.49747 90 -#> 10172 VR2AR-546133 -5.701717 56.49747 90 -#> 10173 VR2AR-546133 -5.701717 56.49747 90 -#> 10174 VR2AR-546133 -5.701717 56.49747 90 -#> 10175 VR2AR-546133 -5.701717 56.49747 90 -#> 10176 VR2AR-546133 -5.701717 56.49747 90 -#> 10177 VR2AR-546133 -5.701717 56.49747 90 -#> 10178 VR2AR-546133 -5.701717 56.49747 90 -#> 10179 VR2AR-546133 -5.701717 56.49747 90 -#> 10180 VR2AR-546133 -5.701717 56.49747 90 -#> 10181 VR2AR-546133 -5.701717 56.49747 90 -#> 10182 VR2AR-546133 -5.701717 56.49747 90 -#> 10183 VR2AR-546133 -5.701717 56.49747 90 -#> 10184 VR2AR-546133 -5.701717 56.49747 90 -#> 10185 VR2AR-546133 -5.701717 56.49747 90 -#> 10186 VR2AR-546133 -5.701717 56.49747 90 -#> 10187 VR2AR-546133 -5.701717 56.49747 90 -#> 10188 VR2AR-546133 -5.701717 56.49747 90 -#> 10189 VR2AR-546133 -5.701717 56.49747 90 -#> 10190 VR2AR-546133 -5.701717 56.49747 90 -#> 10191 VR2AR-546133 -5.701717 56.49747 90 -#> 10192 VR2AR-546133 -5.701717 56.49747 90 -#> 10193 VR2AR-546133 -5.701717 56.49747 90 -#> 10194 VR2AR-546133 -5.701717 56.49747 90 -#> 10195 VR2AR-546133 -5.701717 56.49747 90 -#> 10196 VR2AR-546133 -5.701717 56.49747 90 -#> 10197 VR2AR-546133 -5.701717 56.49747 90 -#> 10198 VR2AR-546133 -5.701717 56.49747 90 -#> 10199 VR2AR-546133 -5.701717 56.49747 90 -#> 10200 VR2AR-546133 -5.701717 56.49747 90 -#> 10201 VR2AR-546133 -5.701717 56.49747 90 -#> 10202 VR2AR-546133 -5.701717 56.49747 90 -#> 10203 VR2AR-546133 -5.701717 56.49747 90 -#> 10204 VR2AR-546133 -5.701717 56.49747 90 -#> 10205 VR2AR-546133 -5.701717 56.49747 90 -#> 10206 VR2AR-546133 -5.701717 56.49747 90 -#> 10207 VR2AR-546133 -5.701717 56.49747 90 -#> 10208 VR2AR-546133 -5.701717 56.49747 90 -#> 10209 VR2AR-546133 -5.701717 56.49747 90 -#> 10210 VR2AR-546133 -5.701717 56.49747 90 -#> 10211 VR2AR-546133 -5.701717 56.49747 90 -#> 10212 VR2AR-546133 -5.701717 56.49747 90 -#> 10213 VR2AR-546133 -5.701717 56.49747 90 -#> 10214 VR2AR-546133 -5.701717 56.49747 90 -#> 10215 VR2AR-546133 -5.701717 56.49747 90 -#> 10216 VR2AR-546133 -5.701717 56.49747 90 -#> 10217 VR2AR-546133 -5.701717 56.49747 90 -#> 10218 VR2AR-546133 -5.701717 56.49747 90 -#> 10219 VR2AR-546133 -5.701717 56.49747 90 -#> 10220 VR2AR-546133 -5.701717 56.49747 90 -#> 10221 VR2AR-546133 -5.701717 56.49747 90 -#> 10222 VR2AR-546133 -5.701717 56.49747 90 -#> 10223 VR2AR-546133 -5.701717 56.49747 90 -#> 10224 VR2AR-546133 -5.701717 56.49747 90 -#> 10225 VR2AR-546133 -5.701717 56.49747 90 -#> 10226 VR2AR-546133 -5.701717 56.49747 90 -#> 10227 VR2AR-546133 -5.701717 56.49747 90 -#> 10228 VR2AR-546133 -5.701717 56.49747 90 -#> 10229 VR2AR-546133 -5.701717 56.49747 90 -#> 10230 VR2AR-546133 -5.701717 56.49747 90 -#> 10231 VR2AR-546133 -5.701717 56.49747 90 -#> 10232 VR2AR-546133 -5.701717 56.49747 90 -#> 10233 VR2AR-546133 -5.701717 56.49747 90 -#> 10234 VR2AR-546133 -5.701717 56.49747 90 -#> 10235 VR2AR-546133 -5.701717 56.49747 90 -#> 10236 VR2AR-546133 -5.701717 56.49747 90 -#> 10237 VR2AR-546133 -5.701717 56.49747 90 -#> 10238 VR2AR-546133 -5.701717 56.49747 90 -#> 10239 VR2AR-546133 -5.701717 56.49747 90 -#> 10240 VR2AR-546133 -5.701717 56.49747 90 -#> 10241 VR2AR-546133 -5.701717 56.49747 90 -#> 10242 VR2AR-546133 -5.701717 56.49747 90 -#> 10243 VR2AR-546133 -5.701717 56.49747 90 -#> 10244 VR2AR-546133 -5.701717 56.49747 90 -#> 10245 VR2AR-546133 -5.701717 56.49747 90 -#> 10246 VR2AR-546133 -5.701717 56.49747 90 -#> 10247 VR2AR-546133 -5.701717 56.49747 90 -#> 10248 VR2AR-546133 -5.701717 56.49747 90 -#> 10249 VR2AR-546133 -5.701717 56.49747 90 -#> 10250 VR2AR-546133 -5.701717 56.49747 90 -#> 10251 VR2AR-546133 -5.701717 56.49747 90 -#> 10252 VR2AR-546133 -5.701717 56.49747 90 -#> 10253 VR2AR-546133 -5.701717 56.49747 90 -#> 10254 VR2AR-546133 -5.701717 56.49747 90 -#> 10255 VR2AR-546133 -5.701717 56.49747 90 -#> 10256 VR2AR-546133 -5.701717 56.49747 90 -#> 10257 VR2AR-546586 -5.707092 56.49447 20 -#> 10258 VR2AR-546133 -5.701717 56.49747 90 -#> 10259 VR2AR-546133 -5.701717 56.49747 90 -#> 10260 VR2AR-546133 -5.701717 56.49747 90 -#> 10261 VR2AR-546586 -5.707092 56.49447 20 -#> 10262 VR2AR-546133 -5.701717 56.49747 90 -#> 10263 VR2AR-546133 -5.701717 56.49747 90 -#> 10264 VR2AR-546133 -5.701717 56.49747 90 -#> 10265 VR2AR-546586 -5.707092 56.49447 20 -#> 10266 VR2AR-546133 -5.701717 56.49747 90 -#> 10267 VR2AR-546133 -5.701717 56.49747 90 -#> 10268 VR2AR-546133 -5.701717 56.49747 90 -#> 10269 VR2AR-546586 -5.707092 56.49447 20 -#> 10270 VR2AR-546133 -5.701717 56.49747 90 -#> 10271 VR2AR-546133 -5.701717 56.49747 90 -#> 10272 VR2AR-546133 -5.701717 56.49747 90 -#> 10273 VR2AR-546133 -5.701717 56.49747 90 -#> 10274 VR2AR-546133 -5.701717 56.49747 90 -#> 10275 VR2-5637 -5.692417 56.49913 25 -#> 10276 VR2-5637 -5.692417 56.49913 25 -#> 10277 VR2-5637 -5.692417 56.49913 25 -#> 10278 VR2-5637 -5.692417 56.49913 25 -#> 10279 VR2AR-546133 -5.701717 56.49747 90 -#> 10280 VR2AR-546133 -5.701717 56.49747 90 -#> 10281 VR2AR-546133 -5.701717 56.49747 90 -#> 10282 VR2AR-546133 -5.701717 56.49747 90 -#> 10283 VR2AR-546133 -5.701717 56.49747 90 -#> 10284 VR2AR-546133 -5.701717 56.49747 90 -#> 10285 VR2AR-546136 -5.626250 56.44810 75 -#> 10286 VR2AR-546136 -5.626250 56.44810 75 -#> 10287 VR2AR-546136 -5.626250 56.44810 75 -#> 10288 VR2AR-546136 -5.626250 56.44810 75 -#> 10289 VR2AR-546136 -5.626250 56.44810 75 -#> 10290 VR2AR-546136 -5.626250 56.44810 75 -#> 10291 VR2AR-546131 -5.612700 56.37988 35 -#> 10292 VR2AR-546131 -5.612700 56.37988 35 -#> 10293 VR2AR-546131 -5.612700 56.37988 35 -#> 10294 VR2AR-546131 -5.612700 56.37988 35 -#> 10295 VR2AR-546131 -5.612700 56.37988 35 -#> 10296 VR2AR-546131 -5.612700 56.37988 35 -#> 10297 VR2AR-546131 -5.612700 56.37988 35 -#> 10298 VR2AR-546131 -5.612700 56.37988 35 -#> 10299 VR2AR-546131 -5.612700 56.37988 35 -#> 10300 VR2AR-546131 -5.612700 56.37988 35 -#> 10301 VR2AR-546131 -5.612700 56.37988 35 -#> 10302 VR2AR-546131 -5.612700 56.37988 35 -#> 10303 VR2AR-546131 -5.612700 56.37988 35 -#> 10304 VR2AR-546131 -5.612700 56.37988 35 -#> 10305 VR2AR-546131 -5.612700 56.37988 35 -#> 10306 VR2AR-546131 -5.612700 56.37988 35 -#> 10307 VR2AR-546131 -5.612700 56.37988 35 -#> 10308 VR2AR-546131 -5.612700 56.37988 35 -#> 10309 VR2AR-546131 -5.612700 56.37988 35 -#> 10310 VR2AR-546131 -5.612700 56.37988 35 -#> 10311 VR2AR-546131 -5.612700 56.37988 35 -#> 10312 VR2AR-546131 -5.612700 56.37988 35 -#> 10313 VR2AR-546131 -5.612700 56.37988 35 -#> 10314 VR2AR-546131 -5.612700 56.37988 35 -#> 10315 VR2AR-546131 -5.612700 56.37988 35 -#> 10316 VR2AR-546131 -5.612700 56.37988 35 -#> 10317 VR2AR-546131 -5.612700 56.37988 35 -#> 10318 VR2AR-546131 -5.612700 56.37988 35 -#> 10319 VR2AR-546131 -5.612700 56.37988 35 -#> 10320 VR2AR-546131 -5.612700 56.37988 35 -#> 10321 VR2AR-546131 -5.612700 56.37988 35 -#> 10322 VR2AR-546131 -5.612700 56.37988 35 -#> 10323 VR2AR-546131 -5.612700 56.37988 35 -#> 10324 VR2AR-546131 -5.612700 56.37988 35 -#> 10325 VR2AR-546131 -5.612700 56.37988 35 -#> 10326 VR2AR-546131 -5.612700 56.37988 35 -#> 10327 VR2AR-546131 -5.612700 56.37988 35 -#> 10328 VR2AR-546131 -5.612700 56.37988 35 -#> 10329 VR2AR-546131 -5.612700 56.37988 35 -#> 10330 VR2AR-546131 -5.612700 56.37988 35 -#> 10331 VR2AR-546131 -5.612700 56.37988 35 -#> 10332 VR2AR-546131 -5.612700 56.37988 35 -#> 10333 VR2AR-546131 -5.612700 56.37988 35 -#> 10334 VR2AR-546131 -5.612700 56.37988 35 -#> 10335 VR2AR-546131 -5.612700 56.37988 35 -#> 10336 VR2AR-546131 -5.612700 56.37988 35 -#> 10337 VR2AR-546131 -5.612700 56.37988 35 -#> 10338 VR2AR-546131 -5.612700 56.37988 35 -#> 10339 VR2AR-546131 -5.612700 56.37988 35 -#> 10340 VR2AR-546380 -5.637917 56.44800 25 -#> 10341 VR2AR-546380 -5.637917 56.44800 25 -#> 10342 VR2AR-546136 -5.626250 56.44810 75 -#> 10343 VR2AR-546136 -5.626250 56.44810 75 -#> 10344 VR2AR-546380 -5.637917 56.44800 25 -#> 10345 VR2AR-546380 -5.637917 56.44800 25 -#> 10346 VR2AR-546134 -5.643867 56.38278 145 -#> 10347 VR2AR-546134 -5.643867 56.38278 145 -#> 10348 VR2AR-546134 -5.643867 56.38278 145 -#> 10349 VR2AR-546134 -5.643867 56.38278 145 -#> 10350 VR2AR-546134 -5.643867 56.38278 145 -#> 10351 VR2AR-546134 -5.643867 56.38278 145 -#> 10352 VR2AR-546134 -5.643867 56.38278 145 -#> 10353 VR2AR-546134 -5.643867 56.38278 145 -#> 10354 VR2AR-546134 -5.643867 56.38278 145 -#> 10355 VR2AR-546134 -5.643867 56.38278 145 -#> 10356 VR2AR-546134 -5.643867 56.38278 145 -#> 10357 VR2AR-546134 -5.643867 56.38278 145 -#> 10358 VR2AR-546134 -5.643867 56.38278 145 -#> 10359 VR2AR-546134 -5.643867 56.38278 145 -#> 10360 VR2AR-546134 -5.643867 56.38278 145 -#> 10361 VR2AR-546134 -5.643867 56.38278 145 -#> 10362 VR2AR-546134 -5.643867 56.38278 145 -#> 10363 VR2AR-546134 -5.643867 56.38278 145 -#> 10364 VR2AR-546134 -5.643867 56.38278 145 -#> 10365 VR2AR-546134 -5.643867 56.38278 145 -#> 10366 VR2AR-546134 -5.643867 56.38278 145 -#> 10367 VR2AR-546134 -5.643867 56.38278 145 -#> 10368 VR2AR-546134 -5.643867 56.38278 145 -#> 10369 VR2AR-546134 -5.643867 56.38278 145 -#> 10370 VR2AR-546134 -5.643867 56.38278 145 -#> 10371 VR2AR-546134 -5.643867 56.38278 145 -#> 10372 VR2AR-546134 -5.643867 56.38278 145 -#> 10373 VR2AR-546134 -5.643867 56.38278 145 -#> 10374 VR2AR-546134 -5.643867 56.38278 145 -#> 10375 VR2AR-546134 -5.643867 56.38278 145 -#> 10376 VR2AR-546134 -5.643867 56.38278 145 -#> 10377 VR2AR-546134 -5.643867 56.38278 145 -#> 10378 VR2AR-546134 -5.643867 56.38278 145 -#> 10379 VR2AR-546134 -5.643867 56.38278 145 -#> 10380 VR2AR-546134 -5.643867 56.38278 145 -#> 10381 VR2AR-546134 -5.643867 56.38278 145 -#> 10382 VR2AR-546134 -5.643867 56.38278 145 -#> 10383 VR2AR-546585 -5.623995 56.37436 75 -#> 10384 VR2AR-546585 -5.623995 56.37436 75 -#> 10385 VR2AR-546585 -5.623995 56.37436 75 -#> 10386 VR2AR-546585 -5.623995 56.37436 75 -#> 10387 VR2AR-546585 -5.623995 56.37436 75 -#> 10388 VR2AR-546585 -5.623995 56.37436 75 -#> 10389 VR2AR-546585 -5.623995 56.37436 75 -#> 10390 VR2AR-546585 -5.623995 56.37436 75 -#> 10391 VR2AR-546585 -5.623995 56.37436 75 -#> 10392 VR2AR-546585 -5.623995 56.37436 75 -#> 10393 VR2AR-546585 -5.623995 56.37436 75 -#> 10394 VR2AR-546585 -5.623995 56.37436 75 -#> 10395 VR2AR-546585 -5.623995 56.37436 75 -#> 10396 VR2AR-546585 -5.623995 56.37436 75 -#> 10397 VR2AR-546585 -5.623995 56.37436 75 -#> 10398 VR2AR-546585 -5.623995 56.37436 75 -#> 10399 VR2AR-546585 -5.623995 56.37436 75 -#> 10400 VR2AR-546585 -5.623995 56.37436 75 -#> 10401 VR2AR-546585 -5.623995 56.37436 75 -#> 10402 VR2AR-546585 -5.623995 56.37436 75 -#> 10403 VR2AR-546585 -5.623995 56.37436 75 -#> 10404 VR2W-108158 -5.619533 56.37413 25 -#> 10405 VR2W-108158 -5.619533 56.37413 25 -#> 10406 VR2AR-546585 -5.623995 56.37436 75 -#> 10407 VR2W-108158 -5.619533 56.37413 25 -#> 10408 VR2AR-546585 -5.623995 56.37436 75 -#> 10409 VR2AR-546585 -5.623995 56.37436 75 -#> 10410 VR2AR-546585 -5.623995 56.37436 75 -#> 10411 VR2W-108158 -5.619533 56.37413 25 -#> 10412 VR2W-108158 -5.619533 56.37413 25 -#> 10413 VR2W-108158 -5.619533 56.37413 25 -#> 10414 VR2W-108158 -5.619533 56.37413 25 -#> 10415 VR2W-108158 -5.619533 56.37413 25 -#> 10416 VR2W-108158 -5.619533 56.37413 25 -#> 10417 VR2AR-546585 -5.623995 56.37436 75 -#> 10418 VR2W-108158 -5.619533 56.37413 25 -#> 10419 VR2W-108158 -5.619533 56.37413 25 -#> 10420 VR2W-108158 -5.619533 56.37413 25 -#> 10421 VR2AR-546585 -5.623995 56.37436 75 -#> 10422 VR2W-108158 -5.619533 56.37413 25 -#> 10423 VR2W-108158 -5.619533 56.37413 25 -#> 10424 VR2W-108158 -5.619533 56.37413 25 -#> 10425 VR2W-108158 -5.619533 56.37413 25 -#> 10426 VR2W-108158 -5.619533 56.37413 25 -#> 10427 VR2W-108158 -5.619533 56.37413 25 -#> 10428 VR2AR-546585 -5.623995 56.37436 75 -#> 10429 VR2W-108158 -5.619533 56.37413 25 -#> 10430 VR2W-108158 -5.619533 56.37413 25 -#> 10431 VR2AR-546585 -5.623995 56.37436 75 -#> 10432 VR2W-108158 -5.619533 56.37413 25 -#> 10433 VR2AR-546585 -5.623995 56.37436 75 -#> 10434 VR2W-108158 -5.619533 56.37413 25 -#> 10435 VR2W-108158 -5.619533 56.37413 25 -#> 10436 VR2AR-546585 -5.623995 56.37436 75 -#> 10437 VR2W-108158 -5.619533 56.37413 25 -#> 10438 VR2W-108158 -5.619533 56.37413 25 -#> 10439 VR2W-108158 -5.619533 56.37413 25 -#> 10440 VR2AR-546585 -5.623995 56.37436 75 -#> 10441 VR2W-108158 -5.619533 56.37413 25 -#> 10442 VR2AR-546585 -5.623995 56.37436 75 -#> 10443 VR2W-108158 -5.619533 56.37413 25 -#> 10444 VR2AR-546585 -5.623995 56.37436 75 -#> 10445 VR2W-108158 -5.619533 56.37413 25 -#> 10446 VR2AR-546585 -5.623995 56.37436 75 -#> 10447 VR2W-108158 -5.619533 56.37413 25 -#> 10448 VR2W-108158 -5.619533 56.37413 25 -#> 10449 VR2AR-546585 -5.623995 56.37436 75 -#> 10450 VR2AR-546585 -5.623995 56.37436 75 -#> 10451 VR2AR-546585 -5.623995 56.37436 75 -#> 10452 VR2AR-546585 -5.623995 56.37436 75 -#> 10453 VR2AR-546585 -5.623995 56.37436 75 -#> 10454 VR2AR-546585 -5.623995 56.37436 75 -#> 10455 VR2W-108158 -5.619533 56.37413 25 -#> 10456 VR2AR-546131 -5.612700 56.37988 35 -#> 10457 VR2AR-546131 -5.612700 56.37988 35 -#> 10458 VR2AR-546131 -5.612700 56.37988 35 -#> 10459 VR2AR-546131 -5.612700 56.37988 35 -#> 10460 VR2AR-546131 -5.612700 56.37988 35 -#> 10461 VR2AR-546131 -5.612700 56.37988 35 -#> 10462 VR2AR-546131 -5.612700 56.37988 35 -#> 10463 VR2AR-546131 -5.612700 56.37988 35 -#> 10464 VR2AR-546131 -5.612700 56.37988 35 -#> 10465 VR2AR-546131 -5.612700 56.37988 35 -#> 10466 VR2AR-546131 -5.612700 56.37988 35 -#> 10467 VR2AR-546131 -5.612700 56.37988 35 -#> 10468 VR2AR-546131 -5.612700 56.37988 35 -#> 10469 VR2AR-546131 -5.612700 56.37988 35 -#> 10470 VR2AR-546131 -5.612700 56.37988 35 -#> 10471 VR2AR-546131 -5.612700 56.37988 35 -#> 10472 VR2AR-546131 -5.612700 56.37988 35 -#> 10473 VR2AR-546131 -5.612700 56.37988 35 -#> 10474 VR2AR-546131 -5.612700 56.37988 35 -#> 10475 VR2AR-546131 -5.612700 56.37988 35 -#> 10476 VR2AR-546131 -5.612700 56.37988 35 -#> 10477 VR2AR-546131 -5.612700 56.37988 35 -#> 10478 VR2AR-546131 -5.612700 56.37988 35 -#> 10479 VR2AR-546131 -5.612700 56.37988 35 -#> 10480 VR2AR-546131 -5.612700 56.37988 35 -#> 10481 VR2AR-546131 -5.612700 56.37988 35 -#> 10482 VR2AR-546131 -5.612700 56.37988 35 -#> 10483 VR2AR-546131 -5.612700 56.37988 35 -#> 10484 VR2AR-546131 -5.612700 56.37988 35 -#> 10485 VR2AR-546131 -5.612700 56.37988 35 -#> 10486 VR2AR-546131 -5.612700 56.37988 35 -#> 10487 VR2AR-546131 -5.612700 56.37988 35 -#> 10488 VR2AR-546131 -5.612700 56.37988 35 -#> 10489 VR2AR-546131 -5.612700 56.37988 35 -#> 10490 VR2AR-546131 -5.612700 56.37988 35 -#> 10491 VR2AR-546131 -5.612700 56.37988 35 -#> 10492 VR2AR-546131 -5.612700 56.37988 35 -#> 10493 VR2AR-546131 -5.612700 56.37988 35 -#> 10494 VR2AR-546131 -5.612700 56.37988 35 -#> 10495 VR2AR-546131 -5.612700 56.37988 35 -#> 10496 VR2AR-546131 -5.612700 56.37988 35 -#> 10497 VR2AR-546131 -5.612700 56.37988 35 -#> 10498 VR2AR-546131 -5.612700 56.37988 35 -#> 10499 VR2AR-546131 -5.612700 56.37988 35 -#> 10500 VR2AR-546131 -5.612700 56.37988 35 -#> 10501 VR2AR-546131 -5.612700 56.37988 35 -#> 10502 VR2AR-546584 -5.604973 56.37774 30 -#> 10503 VR2AR-546131 -5.612700 56.37988 35 -#> 10504 VR2AR-546584 -5.604973 56.37774 30 -#> 10505 VR2AR-546131 -5.612700 56.37988 35 -#> 10506 VR2AR-546584 -5.604973 56.37774 30 -#> 10507 VR2AR-546131 -5.612700 56.37988 35 -#> 10508 VR2AR-546131 -5.612700 56.37988 35 -#> 10509 VR2AR-546584 -5.604973 56.37774 30 -#> 10510 VR2AR-546584 -5.604973 56.37774 30 -#> 10511 VR2AR-546131 -5.612700 56.37988 35 -#> 10512 VR2AR-546131 -5.612700 56.37988 35 -#> 10513 VR2AR-546584 -5.604973 56.37774 30 -#> 10514 VR2AR-546131 -5.612700 56.37988 35 -#> 10515 VR2AR-546131 -5.612700 56.37988 35 -#> 10516 VR2AR-546584 -5.604973 56.37774 30 -#> 10517 VR2AR-546131 -5.612700 56.37988 35 -#> 10518 VR2AR-546584 -5.604973 56.37774 30 -#> 10519 VR2AR-546584 -5.604973 56.37774 30 -#> 10520 VR2AR-546131 -5.612700 56.37988 35 -#> 10521 VR2AR-546584 -5.604973 56.37774 30 -#> 10522 VR2AR-546131 -5.612700 56.37988 35 -#> 10523 VR2AR-546131 -5.612700 56.37988 35 -#> 10524 VR2AR-546584 -5.604973 56.37774 30 -#> 10525 VR2AR-546584 -5.604973 56.37774 30 -#> 10526 VR2AR-546131 -5.612700 56.37988 35 -#> 10527 VR2AR-546131 -5.612700 56.37988 35 -#> 10528 VR2AR-546584 -5.604973 56.37774 30 -#> 10529 VR2AR-546131 -5.612700 56.37988 35 -#> 10530 VR2AR-546584 -5.604973 56.37774 30 -#> 10531 VR2AR-546131 -5.612700 56.37988 35 -#> 10532 VR2AR-546131 -5.612700 56.37988 35 -#> 10533 VR2AR-546584 -5.604973 56.37774 30 -#> 10534 VR2AR-546584 -5.604973 56.37774 30 -#> 10535 VR2AR-546131 -5.612700 56.37988 35 -#> 10536 VR2AR-546131 -5.612700 56.37988 35 -#> 10537 VR2AR-546584 -5.604973 56.37774 30 -#> 10538 VR2AR-546584 -5.604973 56.37774 30 -#> 10539 VR2AR-546131 -5.612700 56.37988 35 -#> 10540 VR2AR-546131 -5.612700 56.37988 35 -#> 10541 VR2AR-546584 -5.604973 56.37774 30 -#> 10542 VR2AR-546131 -5.612700 56.37988 35 -#> 10543 VR2AR-546131 -5.612700 56.37988 35 -#> 10544 VR2AR-546131 -5.612700 56.37988 35 -#> 10545 VR2AR-546131 -5.612700 56.37988 35 -#> 10546 VR2AR-546131 -5.612700 56.37988 35 -#> 10547 VR2AR-546131 -5.612700 56.37988 35 -#> 10548 VR2AR-546131 -5.612700 56.37988 35 -#> 10549 VR2AR-546131 -5.612700 56.37988 35 -#> 10550 VR2AR-546131 -5.612700 56.37988 35 -#> 10551 VR2AR-546131 -5.612700 56.37988 35 -#> 10552 VR2AR-546131 -5.612700 56.37988 35 -#> 10553 VR2AR-546131 -5.612700 56.37988 35 -#> 10554 VR2AR-546131 -5.612700 56.37988 35 -#> 10555 VR2AR-546131 -5.612700 56.37988 35 -#> 10556 VR2AR-546131 -5.612700 56.37988 35 -#> 10557 VR2AR-546134 -5.643867 56.38278 145 -#> 10558 VR2AR-546134 -5.643867 56.38278 145 -#> 10559 VR2AR-546134 -5.643867 56.38278 145 -#> 10560 VR2AR-546134 -5.643867 56.38278 145 -#> 10561 VR2AR-546134 -5.643867 56.38278 145 -#> 10562 VR2AR-546134 -5.643867 56.38278 145 -#> 10563 VR2AR-546134 -5.643867 56.38278 145 -#> 10564 VR2AR-546134 -5.643867 56.38278 145 -#> 10565 VR2AR-546134 -5.643867 56.38278 145 -#> 10566 VR2AR-546134 -5.643867 56.38278 145 -#> 10567 VR2AR-546134 -5.643867 56.38278 145 -#> 10568 VR2AR-546134 -5.643867 56.38278 145 -#> 10569 VR2AR-546134 -5.643867 56.38278 145 -#> 10570 VR2AR-546134 -5.643867 56.38278 145 -#> 10571 VR2AR-546134 -5.643867 56.38278 145 -#> 10572 VR2AR-546134 -5.643867 56.38278 145 -#> 10573 VR2AR-546134 -5.643867 56.38278 145 -#> 10574 VR2AR-546134 -5.643867 56.38278 145 -#> 10575 VR2AR-546134 -5.643867 56.38278 145 -#> 10576 VR2AR-546134 -5.643867 56.38278 145 -#> 10577 VR2AR-546134 -5.643867 56.38278 145 -#> 10578 VR2AR-546134 -5.643867 56.38278 145 -#> 10579 VR2AR-546134 -5.643867 56.38278 145 -#> 10580 VR2AR-546134 -5.643867 56.38278 145 -#> 10581 VR2AR-546135 -5.657067 56.38803 85 -#> 10582 VR2AR-546135 -5.657067 56.38803 85 -#> 10583 VR2AR-546135 -5.657067 56.38803 85 -#> 10584 VR2AR-546380 -5.637917 56.44800 25 -#> 10585 VR2AR-546380 -5.637917 56.44800 25 -#> 10586 VR2AR-546380 -5.637917 56.44800 25 -#> 10587 VR2AR-546380 -5.637917 56.44800 25 -#> 10588 VR2AR-546380 -5.637917 56.44800 25 -#> 10589 VR2AR-546380 -5.637917 56.44800 25 -#> 10590 VR2AR-546380 -5.637917 56.44800 25 -#> 10591 VR2AR-546380 -5.637917 56.44800 25 -#> 10592 VR2AR-546380 -5.637917 56.44800 25 -#> 10593 VR2AR-546380 -5.637917 56.44800 25 -#> 10594 VR2AR-546380 -5.637917 56.44800 25 -#> 10595 VR2AR-546380 -5.637917 56.44800 25 -#> 10596 VR2AR-546380 -5.637917 56.44800 25 -#> 10597 VR2AR-546380 -5.637917 56.44800 25 -#> 10598 VR2AR-546380 -5.637917 56.44800 25 -#> 10599 VR2AR-546380 -5.637917 56.44800 25 -#> 10600 VR2AR-546380 -5.637917 56.44800 25 -#> 10601 VR2AR-546380 -5.637917 56.44800 25 -#> 10602 VR2AR-546586 -5.707092 56.49447 20 -#> 10603 VR2AR-546133 -5.701717 56.49747 90 -#> 10604 VR2AR-546133 -5.701717 56.49747 90 -#> 10605 VR2AR-546586 -5.707092 56.49447 20 -#> 10606 VR2AR-546586 -5.707092 56.49447 20 -#> 10607 VR2AR-546586 -5.707092 56.49447 20 -#> 10608 VR2AR-546133 -5.701717 56.49747 90 -#> 10609 VR2AR-546586 -5.707092 56.49447 20 -#> 10610 VR2AR-546586 -5.707092 56.49447 20 -#> 10611 VR2AR-546586 -5.707092 56.49447 20 -#> 10612 VR2AR-546586 -5.707092 56.49447 20 -#> 10613 VR2AR-546133 -5.701717 56.49747 90 -#> 10614 VR2AR-546586 -5.707092 56.49447 20 -#> 10615 VR2AR-546133 -5.701717 56.49747 90 -#> 10616 VR2AR-546586 -5.707092 56.49447 20 -#> 10617 VR2AR-546586 -5.707092 56.49447 20 -#> 10618 VR2AR-546133 -5.701717 56.49747 90 -#> 10619 VR2AR-546586 -5.707092 56.49447 20 -#> 10620 VR2AR-546133 -5.701717 56.49747 90 -#> 10621 VR2AR-546586 -5.707092 56.49447 20 -#> 10622 VR2AR-546586 -5.707092 56.49447 20 -#> 10623 VR2AR-546586 -5.707092 56.49447 20 -#> 10624 VR2AR-546133 -5.701717 56.49747 90 -#> 10625 VR2AR-546586 -5.707092 56.49447 20 -#> 10626 VR2AR-546133 -5.701717 56.49747 90 -#> 10627 VR2AR-546133 -5.701717 56.49747 90 -#> 10628 VR2AR-546133 -5.701717 56.49747 90 -#> 10629 VR2AR-546133 -5.701717 56.49747 90 -#> 10630 VR2AR-546133 -5.701717 56.49747 90 -#> 10631 VR2AR-546133 -5.701717 56.49747 90 -#> 10632 VR2AR-546133 -5.701717 56.49747 90 -#> 10633 VR2AR-546133 -5.701717 56.49747 90 -#> 10634 VR2AR-546586 -5.707092 56.49447 20 -#> 10635 VR2AR-546586 -5.707092 56.49447 20 -#> 10636 VR2AR-546586 -5.707092 56.49447 20 -#> 10637 VR2AR-546133 -5.701717 56.49747 90 -#> 10638 VR2AR-546586 -5.707092 56.49447 20 -#> 10639 VR2AR-546586 -5.707092 56.49447 20 -#> 10640 VR2AR-546133 -5.701717 56.49747 90 -#> 10641 VR2AR-546586 -5.707092 56.49447 20 -#> 10642 VR2AR-546586 -5.707092 56.49447 20 -#> 10643 VR2AR-546586 -5.707092 56.49447 20 -#> 10644 VR2AR-546586 -5.707092 56.49447 20 -#> 10645 VR2AR-546586 -5.707092 56.49447 20 -#> 10646 VR2AR-546133 -5.701717 56.49747 90 -#> 10647 VR2AR-546586 -5.707092 56.49447 20 -#> 10648 VR2AR-546586 -5.707092 56.49447 20 -#> 10649 VR2AR-546586 -5.707092 56.49447 20 -#> 10650 VR2AR-546586 -5.707092 56.49447 20 -#> 10651 VR2AR-546586 -5.707092 56.49447 20 -#> 10652 VR2AR-546586 -5.707092 56.49447 20 -#> 10653 VR2AR-546586 -5.707092 56.49447 20 -#> 10654 VR2AR-546586 -5.707092 56.49447 20 -#> 10655 VR2AR-546586 -5.707092 56.49447 20 -#> 10656 VR2AR-546380 -5.637917 56.44800 25 -#> 10657 VR2AR-546380 -5.637917 56.44800 25 -#> 10658 VR2AR-546380 -5.637917 56.44800 25 -#> 10659 VR2AR-546380 -5.637917 56.44800 25 -#> 10660 VR2AR-546380 -5.637917 56.44800 25 -#> 10661 VR2AR-546380 -5.637917 56.44800 25 -#> 10662 VR2AR-546380 -5.637917 56.44800 25 -#> 10663 VR2AR-546380 -5.637917 56.44800 25 -#> 10664 VR2AR-546380 -5.637917 56.44800 25 -#> 10665 VR2AR-546380 -5.637917 56.44800 25 -#> 10666 VR2AR-546380 -5.637917 56.44800 25 -#> 10667 VR2AR-546380 -5.637917 56.44800 25 -#> 10668 VR2AR-546380 -5.637917 56.44800 25 -#> 10669 VR2AR-546380 -5.637917 56.44800 25 -#> 10670 VR2AR-546380 -5.637917 56.44800 25 -#> 10671 VR2AR-546380 -5.637917 56.44800 25 -#> 10672 VR2AR-546380 -5.637917 56.44800 25 -#> 10673 VR2AR-546380 -5.637917 56.44800 25 -#> 10674 VR2AR-546380 -5.637917 56.44800 25 -#> 10675 VR2AR-546380 -5.637917 56.44800 25 -#> 10676 VR2AR-546380 -5.637917 56.44800 25 -#> 10677 VR2AR-546380 -5.637917 56.44800 25 -#> 10678 VR2AR-546380 -5.637917 56.44800 25 -#> 10679 VR2AR-546380 -5.637917 56.44800 25 -#> 10680 VR2AR-546380 -5.637917 56.44800 25 -#> 10681 VR2AR-546380 -5.637917 56.44800 25 -#> 10682 VR2AR-546134 -5.643867 56.38278 145 -#> 10683 VR2AR-546134 -5.643867 56.38278 145 -#> 10684 VR2AR-546134 -5.643867 56.38278 145 -#> 10685 VR2AR-546134 -5.643867 56.38278 145 -#> 10686 VR2AR-546134 -5.643867 56.38278 145 -#> 10687 VR2AR-546134 -5.643867 56.38278 145 -#> 10688 VR2AR-546134 -5.643867 56.38278 145 -#> 10689 VR2AR-546134 -5.643867 56.38278 145 -#> 10690 VR2AR-546134 -5.643867 56.38278 145 -#> 10691 VR2AR-546134 -5.643867 56.38278 145 -#> 10692 VR2AR-546134 -5.643867 56.38278 145 -#> 10693 VR2AR-546134 -5.643867 56.38278 145 -#> 10694 VR2AR-546134 -5.643867 56.38278 145 -#> 10695 VR2AR-546131 -5.612700 56.37988 35 -#> 10696 VR2AR-546131 -5.612700 56.37988 35 -#> 10697 VR2AR-546131 -5.612700 56.37988 35 -#> 10698 VR2AR-546131 -5.612700 56.37988 35 -#> 10699 VR2AR-546131 -5.612700 56.37988 35 -#> 10700 VR2AR-546131 -5.612700 56.37988 35 -#> 10701 VR2AR-546131 -5.612700 56.37988 35 -#> 10702 VR2AR-546131 -5.612700 56.37988 35 -#> 10703 VR2AR-546131 -5.612700 56.37988 35 -#> 10704 VR2AR-546131 -5.612700 56.37988 35 -#> 10705 VR2AR-546131 -5.612700 56.37988 35 -#> 10706 VR2AR-546131 -5.612700 56.37988 35 -#> 10707 VR2AR-546131 -5.612700 56.37988 35 -#> 10708 VR2AR-546131 -5.612700 56.37988 35 -#> 10709 VR2AR-546131 -5.612700 56.37988 35 -#> 10710 VR2AR-546131 -5.612700 56.37988 35 -#> 10711 VR2AR-546131 -5.612700 56.37988 35 -#> 10712 VR2AR-546131 -5.612700 56.37988 35 -#> 10713 VR2AR-546131 -5.612700 56.37988 35 -#> 10714 VR2AR-546131 -5.612700 56.37988 35 -#> 10715 VR2AR-546131 -5.612700 56.37988 35 -#> 10716 VR2AR-546131 -5.612700 56.37988 35 -#> 10717 VR2AR-546131 -5.612700 56.37988 35 -#> 10718 VR2AR-546131 -5.612700 56.37988 35 -#> 10719 VR2AR-546131 -5.612700 56.37988 35 -#> 10720 VR2AR-546131 -5.612700 56.37988 35 -#> 10721 VR2AR-546131 -5.612700 56.37988 35 -#> 10722 VR2AR-546131 -5.612700 56.37988 35 -#> 10723 VR2AR-546131 -5.612700 56.37988 35 -#> 10724 VR2AR-546131 -5.612700 56.37988 35 -#> 10725 VR2AR-546131 -5.612700 56.37988 35 -#> 10726 VR2AR-546131 -5.612700 56.37988 35 -#> 10727 VR2AR-546131 -5.612700 56.37988 35 -#> 10728 VR2AR-546131 -5.612700 56.37988 35 -#> 10729 VR2AR-546131 -5.612700 56.37988 35 -#> 10730 VR2AR-546131 -5.612700 56.37988 35 -#> 10731 VR2AR-546131 -5.612700 56.37988 35 -#> 10732 VR2AR-546131 -5.612700 56.37988 35 -#> 10733 VR2AR-546131 -5.612700 56.37988 35 -#> 10734 VR2AR-546131 -5.612700 56.37988 35 -#> 10735 VR2AR-546131 -5.612700 56.37988 35 -#> 10736 VR2AR-546131 -5.612700 56.37988 35 -#> 10737 VR2AR-546131 -5.612700 56.37988 35 -#> 10738 VR2AR-546131 -5.612700 56.37988 35 -#> 10739 VR2AR-546131 -5.612700 56.37988 35 -#> 10740 VR2AR-546131 -5.612700 56.37988 35 -#> 10741 VR2AR-546131 -5.612700 56.37988 35 -#> 10742 VR2AR-546131 -5.612700 56.37988 35 -#> 10743 VR2AR-546131 -5.612700 56.37988 35 -#> 10744 VR2AR-546131 -5.612700 56.37988 35 -#> 10745 VR2AR-546131 -5.612700 56.37988 35 -#> 10746 VR2AR-546131 -5.612700 56.37988 35 -#> 10747 VR2AR-546131 -5.612700 56.37988 35 -#> 10748 VR2AR-546131 -5.612700 56.37988 35 -#> 10749 VR2AR-546131 -5.612700 56.37988 35 -#> 10750 VR2AR-546131 -5.612700 56.37988 35 -#> 10751 VR2AR-546131 -5.612700 56.37988 35 -#> 10752 VR2AR-546131 -5.612700 56.37988 35 -#> 10753 VR2AR-546131 -5.612700 56.37988 35 -#> 10754 VR2AR-546131 -5.612700 56.37988 35 -#> 10755 VR2AR-546131 -5.612700 56.37988 35 -#> 10756 VR2AR-546131 -5.612700 56.37988 35 -#> 10757 VR2AR-546131 -5.612700 56.37988 35 -#> 10758 VR2AR-546131 -5.612700 56.37988 35 -#> 10759 VR2AR-546131 -5.612700 56.37988 35 -#> 10760 VR2AR-546131 -5.612700 56.37988 35 -#> 10761 VR2AR-546131 -5.612700 56.37988 35 -#> 10762 VR2AR-546131 -5.612700 56.37988 35 -#> 10763 VR2AR-546131 -5.612700 56.37988 35 -#> 10764 VR2AR-546131 -5.612700 56.37988 35 -#> 10765 VR2AR-546131 -5.612700 56.37988 35 -#> 10766 VR2AR-546131 -5.612700 56.37988 35 -#> 10767 VR2AR-546131 -5.612700 56.37988 35 -#> 10768 VR2AR-546131 -5.612700 56.37988 35 -#> 10769 VR2AR-546131 -5.612700 56.37988 35 -#> 10770 VR2AR-546131 -5.612700 56.37988 35 -#> 10771 VR2AR-546131 -5.612700 56.37988 35 -#> 10772 VR2AR-546131 -5.612700 56.37988 35 -#> 10773 VR2AR-546131 -5.612700 56.37988 35 -#> 10774 VR2AR-546131 -5.612700 56.37988 35 -#> 10775 VR2AR-546131 -5.612700 56.37988 35 -#> 10776 VR2AR-546131 -5.612700 56.37988 35 -#> 10777 VR2AR-546131 -5.612700 56.37988 35 -#> 10778 VR2AR-546131 -5.612700 56.37988 35 -#> 10779 VR2AR-546131 -5.612700 56.37988 35 -#> 10780 VR2AR-546131 -5.612700 56.37988 35 -#> 10781 VR2AR-546131 -5.612700 56.37988 35 -#> 10782 VR2AR-546131 -5.612700 56.37988 35 -#> 10783 VR2AR-546131 -5.612700 56.37988 35 -#> 10784 VR2AR-546131 -5.612700 56.37988 35 -#> 10785 VR2AR-546131 -5.612700 56.37988 35 -#> 10786 VR2AR-546131 -5.612700 56.37988 35 -#> 10787 VR2AR-546131 -5.612700 56.37988 35 -#> 10788 VR2AR-546131 -5.612700 56.37988 35 -#> 10789 VR2AR-546131 -5.612700 56.37988 35 -#> 10790 VR2AR-546131 -5.612700 56.37988 35 -#> 10791 VR2AR-546131 -5.612700 56.37988 35 -#> 10792 VR2AR-546131 -5.612700 56.37988 35 -#> 10793 VR2AR-546131 -5.612700 56.37988 35 -#> 10794 VR2AR-546131 -5.612700 56.37988 35 -#> 10795 VR2AR-546131 -5.612700 56.37988 35 -#> 10796 VR2AR-546131 -5.612700 56.37988 35 -#> 10797 VR2AR-546131 -5.612700 56.37988 35 -#> 10798 VR2AR-546131 -5.612700 56.37988 35 -#> 10799 VR2AR-546131 -5.612700 56.37988 35 -#> 10800 VR2AR-546131 -5.612700 56.37988 35 -#> 10801 VR2AR-546131 -5.612700 56.37988 35 -#> 10802 VR2AR-546131 -5.612700 56.37988 35 -#> 10803 VR2AR-546131 -5.612700 56.37988 35 -#> 10804 VR2AR-546131 -5.612700 56.37988 35 -#> 10805 VR2AR-546131 -5.612700 56.37988 35 -#> 10806 VR2AR-546131 -5.612700 56.37988 35 -#> 10807 VR2AR-546131 -5.612700 56.37988 35 -#> 10808 VR2AR-546584 -5.604973 56.37774 30 -#> 10809 VR2AR-546131 -5.612700 56.37988 35 -#> 10810 VR2AR-546131 -5.612700 56.37988 35 -#> 10811 VR2AR-546131 -5.612700 56.37988 35 -#> 10812 VR2AR-546584 -5.604973 56.37774 30 -#> 10813 VR2AR-546584 -5.604973 56.37774 30 -#> 10814 VR2AR-546131 -5.612700 56.37988 35 -#> 10815 VR2AR-546131 -5.612700 56.37988 35 -#> 10816 VR2AR-546584 -5.604973 56.37774 30 -#> 10817 VR2AR-546584 -5.604973 56.37774 30 -#> 10818 VR2AR-546584 -5.604973 56.37774 30 -#> 10819 VR2AR-546131 -5.612700 56.37988 35 -#> 10820 VR2AR-546584 -5.604973 56.37774 30 -#> 10821 VR2AR-546584 -5.604973 56.37774 30 -#> 10822 VR2AR-546584 -5.604973 56.37774 30 -#> 10823 VR2AR-546584 -5.604973 56.37774 30 -#> 10824 VR2AR-546584 -5.604973 56.37774 30 -#> 10825 VR2AR-546584 -5.604973 56.37774 30 -#> 10826 VR2AR-546584 -5.604973 56.37774 30 -#> 10827 VR2AR-546584 -5.604973 56.37774 30 -#> 10828 VR2AR-546131 -5.612700 56.37988 35 -#> 10829 VR2AR-546131 -5.612700 56.37988 35 -#> 10830 VR2AR-546584 -5.604973 56.37774 30 -#> 10831 VR2AR-546131 -5.612700 56.37988 35 -#> 10832 VR2AR-546131 -5.612700 56.37988 35 -#> 10833 VR2AR-546131 -5.612700 56.37988 35 -#> 10834 VR2AR-546131 -5.612700 56.37988 35 -#> 10835 VR2AR-546131 -5.612700 56.37988 35 -#> 10836 VR2AR-546131 -5.612700 56.37988 35 -#> 10837 VR2AR-546131 -5.612700 56.37988 35 -#> 10838 VR2AR-546584 -5.604973 56.37774 30 -#> 10839 VR2AR-546131 -5.612700 56.37988 35 -#> 10840 VR2AR-546584 -5.604973 56.37774 30 -#> 10841 VR2AR-546131 -5.612700 56.37988 35 -#> 10842 VR2AR-546131 -5.612700 56.37988 35 -#> 10843 VR2AR-546584 -5.604973 56.37774 30 -#> 10844 VR2AR-546584 -5.604973 56.37774 30 -#> 10845 VR2AR-546131 -5.612700 56.37988 35 -#> 10846 VR2AR-546584 -5.604973 56.37774 30 -#> 10847 VR2AR-546131 -5.612700 56.37988 35 -#> 10848 VR2AR-546131 -5.612700 56.37988 35 -#> 10849 VR2AR-546131 -5.612700 56.37988 35 -#> 10850 VR2AR-546584 -5.604973 56.37774 30 -#> 10851 VR2AR-546131 -5.612700 56.37988 35 -#> 10852 VR2AR-546131 -5.612700 56.37988 35 -#> 10853 VR2AR-546131 -5.612700 56.37988 35 -#> 10854 VR2AR-546131 -5.612700 56.37988 35 -#> 10855 VR2AR-546131 -5.612700 56.37988 35 -#> 10856 VR2AR-546131 -5.612700 56.37988 35 -#> 10857 VR2AR-546131 -5.612700 56.37988 35 -#> 10858 VR2AR-546131 -5.612700 56.37988 35 -#> 10859 VR2AR-546131 -5.612700 56.37988 35 -#> 10860 VR2AR-546131 -5.612700 56.37988 35 -#> 10861 VR2AR-546584 -5.604973 56.37774 30 -#> 10862 VR2AR-546131 -5.612700 56.37988 35 -#> 10863 VR2AR-546584 -5.604973 56.37774 30 -#> 10864 VR2AR-546131 -5.612700 56.37988 35 -#> 10865 VR2AR-546131 -5.612700 56.37988 35 -#> 10866 VR2AR-546131 -5.612700 56.37988 35 -#> 10867 VR2AR-546131 -5.612700 56.37988 35 -#> 10868 VR2AR-546131 -5.612700 56.37988 35 -#> 10869 VR2AR-546131 -5.612700 56.37988 35 -#> 10870 VR2AR-546131 -5.612700 56.37988 35 -#> 10871 VR2AR-546131 -5.612700 56.37988 35 -#> 10872 VR2AR-546131 -5.612700 56.37988 35 -#> 10873 VR2AR-546131 -5.612700 56.37988 35 -#> 10874 VR2AR-546131 -5.612700 56.37988 35 -#> 10875 VR2AR-546131 -5.612700 56.37988 35 -#> 10876 VR2AR-546131 -5.612700 56.37988 35 -#> 10877 VR2AR-546584 -5.604973 56.37774 30 -#> 10878 VR2AR-546131 -5.612700 56.37988 35 -#> 10879 VR2AR-546584 -5.604973 56.37774 30 -#> 10880 VR2AR-546131 -5.612700 56.37988 35 -#> 10881 VR2AR-546131 -5.612700 56.37988 35 -#> 10882 VR2AR-546131 -5.612700 56.37988 35 -#> 10883 VR2AR-546584 -5.604973 56.37774 30 -#> 10884 VR2AR-546131 -5.612700 56.37988 35 -#> 10885 VR2AR-546131 -5.612700 56.37988 35 -#> 10886 VR2AR-546584 -5.604973 56.37774 30 -#> 10887 VR2AR-546584 -5.604973 56.37774 30 -#> 10888 VR2AR-546131 -5.612700 56.37988 35 -#> 10889 VR2AR-546131 -5.612700 56.37988 35 -#> 10890 VR2AR-546131 -5.612700 56.37988 35 -#> 10891 VR2AR-546131 -5.612700 56.37988 35 -#> 10892 VR2AR-546131 -5.612700 56.37988 35 -#> 10893 VR2AR-546131 -5.612700 56.37988 35 -#> 10894 VR2AR-546131 -5.612700 56.37988 35 -#> 10895 VR2AR-546131 -5.612700 56.37988 35 -#> 10896 VR2AR-546131 -5.612700 56.37988 35 -#> 10897 VR2AR-546131 -5.612700 56.37988 35 -#> 10898 VR2AR-546131 -5.612700 56.37988 35 -#> 10899 VR2AR-546131 -5.612700 56.37988 35 -#> 10900 VR2AR-546131 -5.612700 56.37988 35 -#> 10901 VR2AR-546585 -5.623995 56.37436 75 -#> 10902 VR2AR-546585 -5.623995 56.37436 75 -#> 10903 VR2AR-546585 -5.623995 56.37436 75 -#> 10904 VR2W-108160 -5.631733 56.37447 50 -#> 10905 VR2AR-546585 -5.623995 56.37436 75 -#> 10906 VR2W-108160 -5.631733 56.37447 50 -#> 10907 VR2AR-546585 -5.623995 56.37436 75 -#> 10908 VR2W-108160 -5.631733 56.37447 50 -#> 10909 VR2AR-546585 -5.623995 56.37436 75 -#> 10910 VR2AR-546585 -5.623995 56.37436 75 -#> 10911 VR2AR-546585 -5.623995 56.37436 75 -#> 10912 VR2AR-546585 -5.623995 56.37436 75 -#> 10913 VR2AR-546585 -5.623995 56.37436 75 -#> 10914 VR2W-108160 -5.631733 56.37447 50 -#> 10915 VR2AR-546585 -5.623995 56.37436 75 -#> 10916 VR2W-108160 -5.631733 56.37447 50 -#> 10917 VR2AR-546585 -5.623995 56.37436 75 -#> 10918 VR2W-108160 -5.631733 56.37447 50 -#> 10919 VR2W-108160 -5.631733 56.37447 50 -#> 10920 VR2W-108160 -5.631733 56.37447 50 -#> 10921 VR2AR-546134 -5.643867 56.38278 145 -#> 10922 VR2AR-546134 -5.643867 56.38278 145 -#> 10923 VR2AR-546134 -5.643867 56.38278 145 -#> 10924 VR2AR-546134 -5.643867 56.38278 145 -#> 10925 VR2AR-546134 -5.643867 56.38278 145 -#> 10926 VR2AR-546134 -5.643867 56.38278 145 -#> 10927 VR2AR-546134 -5.643867 56.38278 145 -#> 10928 VR2AR-546134 -5.643867 56.38278 145 -#> 10929 VR2AR-546134 -5.643867 56.38278 145 -#> 10930 VR2AR-546134 -5.643867 56.38278 145 -#> 10931 VR2AR-546134 -5.643867 56.38278 145 -#> 10932 VR2AR-546134 -5.643867 56.38278 145 -#> 10933 VR2AR-546134 -5.643867 56.38278 145 -#> 10934 VR2AR-546134 -5.643867 56.38278 145 -#> 10935 VR2AR-546134 -5.643867 56.38278 145 -#> 10936 VR2AR-546135 -5.657067 56.38803 85 -#> 10937 VR2AR-546135 -5.657067 56.38803 85 -#> 10938 VR2AR-546135 -5.657067 56.38803 85 -#> 10939 VR2AR-546135 -5.657067 56.38803 85 -#> 10940 VR2AR-546135 -5.657067 56.38803 85 -#> 10941 VR2AR-546135 -5.657067 56.38803 85 -#> 10942 VR2AR-546135 -5.657067 56.38803 85 -#> 10943 VR2AR-546135 -5.657067 56.38803 85 -#> 10944 VR2AR-546135 -5.657067 56.38803 85 -#> 10945 VR2AR-546135 -5.657067 56.38803 85 -#> 10946 VR2AR-546135 -5.657067 56.38803 85 -#> 10947 VR2AR-546135 -5.657067 56.38803 85 -#> 10948 VR2AR-546135 -5.657067 56.38803 85 -#> 10949 VR2AR-546135 -5.657067 56.38803 85 -#> 10950 VR2AR-546135 -5.657067 56.38803 85 -#> 10951 VR2AR-546135 -5.657067 56.38803 85 -#> 10952 VR2AR-546135 -5.657067 56.38803 85 -#> 10953 VR2AR-546380 -5.637917 56.44800 25 -#> 10954 VR2AR-546380 -5.637917 56.44800 25 -#> 10955 VR2AR-546380 -5.637917 56.44800 25 -#> 10956 VR2AR-546380 -5.637917 56.44800 25 -#> 10957 VR2AR-546380 -5.637917 56.44800 25 -#> 10958 VR2AR-546380 -5.637917 56.44800 25 -#> 10959 VR2AR-546380 -5.637917 56.44800 25 -#> 10960 VR2AR-546380 -5.637917 56.44800 25 -#> 10961 VR2AR-546380 -5.637917 56.44800 25 -#> 10962 VR2AR-546380 -5.637917 56.44800 25 -#> 10963 VR2AR-546380 -5.637917 56.44800 25 -#> 10964 VR2AR-546380 -5.637917 56.44800 25 -#> 10965 VR2AR-546380 -5.637917 56.44800 25 -#> 10966 VR2AR-546380 -5.637917 56.44800 25 -#> 10967 VR2AR-546380 -5.637917 56.44800 25 -#> 10968 VR2AR-546380 -5.637917 56.44800 25 -#> 10969 VR2AR-546380 -5.637917 56.44800 25 -#> 10970 VR2AR-546380 -5.637917 56.44800 25 -#> 10971 VR2AR-546380 -5.637917 56.44800 25 -#> 10972 VR2AR-546380 -5.637917 56.44800 25 -#> 10973 VR2AR-546380 -5.637917 56.44800 25 -#> 10974 VR2AR-546380 -5.637917 56.44800 25 -#> 10975 VR2AR-546380 -5.637917 56.44800 25 -#> 10976 VR2AR-546380 -5.637917 56.44800 25 -#> 10977 VR2AR-546380 -5.637917 56.44800 25 -#> 10978 VR2AR-546380 -5.637917 56.44800 25 -#> 10979 VR2AR-546380 -5.637917 56.44800 25 -#> 10980 VR2AR-546380 -5.637917 56.44800 25 -#> 10981 VR2AR-546380 -5.637917 56.44800 25 -#> 10982 VR2AR-546380 -5.637917 56.44800 25 -#> 10983 VR2AR-546131 -5.612700 56.37988 35 -#> 10984 VR2AR-546131 -5.612700 56.37988 35 -#> 10985 VR2AR-546131 -5.612700 56.37988 35 -#> 10986 VR2AR-546131 -5.612700 56.37988 35 -#> 10987 VR2AR-546131 -5.612700 56.37988 35 -#> 10988 VR2AR-546131 -5.612700 56.37988 35 -#> 10989 VR2AR-546131 -5.612700 56.37988 35 -#> 10990 VR2AR-546131 -5.612700 56.37988 35 -#> 10991 VR2AR-546131 -5.612700 56.37988 35 -#> 10992 VR2AR-546131 -5.612700 56.37988 35 -#> 10993 VR2AR-546131 -5.612700 56.37988 35 -#> 10994 VR2AR-546131 -5.612700 56.37988 35 -#> 10995 VR2AR-546584 -5.604973 56.37774 30 -#> 10996 VR2AR-546131 -5.612700 56.37988 35 -#> 10997 VR2AR-546131 -5.612700 56.37988 35 -#> 10998 VR2AR-546584 -5.604973 56.37774 30 -#> 10999 VR2AR-546131 -5.612700 56.37988 35 -#> 11000 VR2AR-546131 -5.612700 56.37988 35 -#> 11001 VR2AR-546131 -5.612700 56.37988 35 -#> 11002 VR2AR-546584 -5.604973 56.37774 30 -#> 11003 VR2AR-546131 -5.612700 56.37988 35 -#> 11004 VR2AR-546584 -5.604973 56.37774 30 -#> 11005 VR2AR-546131 -5.612700 56.37988 35 -#> 11006 VR2AR-546131 -5.612700 56.37988 35 -#> 11007 VR2AR-546131 -5.612700 56.37988 35 -#> 11008 VR2AR-546131 -5.612700 56.37988 35 -#> 11009 VR2AR-546131 -5.612700 56.37988 35 -#> 11010 VR2AR-546131 -5.612700 56.37988 35 -#> 11011 VR2AR-546131 -5.612700 56.37988 35 -#> 11012 VR2AR-546131 -5.612700 56.37988 35 -#> 11013 VR2AR-546131 -5.612700 56.37988 35 -#> 11014 VR2AR-546131 -5.612700 56.37988 35 -#> 11015 VR2AR-546131 -5.612700 56.37988 35 -#> 11016 VR2AR-546131 -5.612700 56.37988 35 -#> 11017 VR2AR-546131 -5.612700 56.37988 35 -#> 11018 VR2AR-546131 -5.612700 56.37988 35 -#> 11019 VR2AR-546131 -5.612700 56.37988 35 -#> 11020 VR2AR-546131 -5.612700 56.37988 35 -#> 11021 VR2AR-546131 -5.612700 56.37988 35 -#> 11022 VR2AR-546131 -5.612700 56.37988 35 -#> 11023 VR2AR-546131 -5.612700 56.37988 35 -#> 11024 VR2AR-546131 -5.612700 56.37988 35 -#> 11025 VR2AR-546131 -5.612700 56.37988 35 -#> 11026 VR2AR-546131 -5.612700 56.37988 35 -#> 11027 VR2AR-546131 -5.612700 56.37988 35 -#> 11028 VR2AR-546131 -5.612700 56.37988 35 -#> 11029 VR2AR-546131 -5.612700 56.37988 35 -#> 11030 VR2AR-546131 -5.612700 56.37988 35 -#> 11031 VR2AR-546131 -5.612700 56.37988 35 -#> 11032 VR2AR-546131 -5.612700 56.37988 35 -#> 11033 VR2AR-546131 -5.612700 56.37988 35 -#> 11034 VR2AR-546131 -5.612700 56.37988 35 -#> 11035 VR2AR-546131 -5.612700 56.37988 35 -#> 11036 VR2AR-546131 -5.612700 56.37988 35 -#> 11037 VR2AR-546131 -5.612700 56.37988 35 -#> 11038 VR2AR-546131 -5.612700 56.37988 35 -#> 11039 VR2AR-546131 -5.612700 56.37988 35 -#> 11040 VR2AR-546131 -5.612700 56.37988 35 -#> 11041 VR2AR-546131 -5.612700 56.37988 35 -#> 11042 VR2AR-546131 -5.612700 56.37988 35 -#> 11043 VR2AR-546131 -5.612700 56.37988 35 -#> 11044 VR2AR-546131 -5.612700 56.37988 35 -#> 11045 VR2AR-546131 -5.612700 56.37988 35 -#> 11046 VR2AR-546131 -5.612700 56.37988 35 -#> 11047 VR2AR-546131 -5.612700 56.37988 35 -#> 11048 VR2AR-546131 -5.612700 56.37988 35 -#> 11049 VR2AR-546131 -5.612700 56.37988 35 -#> 11050 VR2AR-546131 -5.612700 56.37988 35 -#> 11051 VR2AR-546131 -5.612700 56.37988 35 -#> 11052 VR2AR-546131 -5.612700 56.37988 35 -#> 11053 VR2AR-546131 -5.612700 56.37988 35 -#> 11054 VR2AR-546131 -5.612700 56.37988 35 -#> 11055 VR2AR-546131 -5.612700 56.37988 35 -#> 11056 VR2AR-546131 -5.612700 56.37988 35 -#> 11057 VR2AR-546131 -5.612700 56.37988 35 -#> 11058 VR2AR-546131 -5.612700 56.37988 35 -#> 11059 VR2AR-546131 -5.612700 56.37988 35 -#> 11060 VR2AR-546131 -5.612700 56.37988 35 -#> 11061 VR2AR-546131 -5.612700 56.37988 35 -#> 11062 VR2AR-546131 -5.612700 56.37988 35 -#> 11063 VR2AR-546131 -5.612700 56.37988 35 -#> 11064 VR2AR-546131 -5.612700 56.37988 35 -#> 11065 VR2AR-546131 -5.612700 56.37988 35 -#> 11066 VR2AR-546131 -5.612700 56.37988 35 -#> 11067 VR2AR-546131 -5.612700 56.37988 35 -#> 11068 VR2AR-546131 -5.612700 56.37988 35 -#> 11069 VR2AR-546131 -5.612700 56.37988 35 -#> 11070 VR2AR-546131 -5.612700 56.37988 35 -#> 11071 VR2AR-546131 -5.612700 56.37988 35 -#> 11072 VR2AR-546131 -5.612700 56.37988 35 -#> 11073 VR2AR-546131 -5.612700 56.37988 35 -#> 11074 VR2AR-546131 -5.612700 56.37988 35 -#> 11075 VR2AR-546131 -5.612700 56.37988 35 -#> 11076 VR2AR-546131 -5.612700 56.37988 35 -#> 11077 VR2AR-546131 -5.612700 56.37988 35 -#> 11078 VR2AR-546131 -5.612700 56.37988 35 -#> 11079 VR2AR-546131 -5.612700 56.37988 35 -#> 11080 VR2AR-546131 -5.612700 56.37988 35 -#> 11081 VR2AR-546131 -5.612700 56.37988 35 -#> 11082 VR2AR-546131 -5.612700 56.37988 35 -#> 11083 VR2AR-546131 -5.612700 56.37988 35 -#> 11084 VR2AR-546131 -5.612700 56.37988 35 -#> 11085 VR2AR-546131 -5.612700 56.37988 35 -#> 11086 VR2AR-546131 -5.612700 56.37988 35 -#> 11087 VR2AR-546131 -5.612700 56.37988 35 -#> 11088 VR2AR-546131 -5.612700 56.37988 35 -#> 11089 VR2AR-546131 -5.612700 56.37988 35 -#> 11090 VR2AR-546131 -5.612700 56.37988 35 -#> 11091 VR2AR-546131 -5.612700 56.37988 35 -#> 11092 VR2AR-546584 -5.604973 56.37774 30 -#> 11093 VR2AR-546131 -5.612700 56.37988 35 -#> 11094 VR2AR-546131 -5.612700 56.37988 35 -#> 11095 VR2AR-546131 -5.612700 56.37988 35 -#> 11096 VR2AR-546584 -5.604973 56.37774 30 -#> 11097 VR2AR-546131 -5.612700 56.37988 35 -#> 11098 VR2AR-546131 -5.612700 56.37988 35 -#> 11099 VR2AR-546584 -5.604973 56.37774 30 -#> 11100 VR2AR-546584 -5.604973 56.37774 30 -#> 11101 VR2AR-546131 -5.612700 56.37988 35 -#> 11102 VR2AR-546584 -5.604973 56.37774 30 -#> 11103 VR2AR-546584 -5.604973 56.37774 30 -#> 11104 VR2AR-546131 -5.612700 56.37988 35 -#> 11105 VR2AR-546584 -5.604973 56.37774 30 -#> 11106 VR2AR-546584 -5.604973 56.37774 30 -#> 11107 VR2AR-546131 -5.612700 56.37988 35 -#> 11108 VR2AR-546131 -5.612700 56.37988 35 -#> 11109 VR2AR-546131 -5.612700 56.37988 35 -#> 11110 VR2AR-546584 -5.604973 56.37774 30 -#> 11111 VR2AR-546131 -5.612700 56.37988 35 -#> [ reached 'max' / getOption("max.print") -- omitted 1897 rows ] -#> -#> [[2]]$args$delta_t -#> [1] "12 hours" -#> -#> -#> -#> [[3]] -#> [[3]]$data -#> [[3]]$data$m1_i1 -#> NULL -#> -#> [[3]]$data$m1_i2 -#> pc_receiver_with_detections pc_of_ts -#> 1 0.000000 42.6303855 -#> 2 4.347826 7.4829932 -#> 3 4.545455 3.1746032 -#> 4 4.761905 0.6802721 -#> 5 5.000000 4.3083900 -#> 6 5.555556 9.0702948 -#> 7 5.882353 6.1224490 -#> 8 6.250000 0.9070295 -#> 9 7.142857 1.1337868 -#> 10 8.333333 0.4535147 -#> 11 8.695652 2.2675737 -#> 12 9.090909 1.1337868 -#> 13 10.000000 4.3083900 -#> 14 11.111111 2.4943311 -#> 15 11.764706 4.5351474 -#> 16 12.500000 0.4535147 -#> 17 13.043478 0.4535147 -#> 18 14.285714 1.3605442 -#> 19 15.000000 1.3605442 -#> 20 16.666667 0.9070295 -#> 21 17.391304 0.2267574 -#> 22 17.647059 0.9070295 -#> 23 18.750000 0.4535147 -#> 24 20.000000 1.5873016 -#> 25 23.529412 0.6802721 -#> 26 25.000000 0.2267574 -#> 27 27.777778 0.2267574 -#> 28 29.411765 0.2267574 -#> 29 30.000000 0.2267574 -#> 30 35.000000 0.2267574 -#> -#> [[3]]$data$m2_i1 -#> NULL -#> -#> [[3]]$data$m2_i2 -#> pc_detections_per_receiver pc_of_ts -#> 1 0.00000000 42.4036281 -#> 2 0.04347826 0.2267574 -#> 3 0.05555556 0.2267574 -#> 4 0.10000000 1.1337868 -#> 5 0.11111111 0.2267574 -#> 6 0.11764706 0.6802721 -#> 7 0.12500000 0.2267574 -#> 8 0.16666667 0.4535147 -#> 9 0.17391304 0.4535147 -#> 10 0.17647059 0.4535147 -#> 11 0.19047619 0.2267574 -#> 12 0.21739130 0.2267574 -#> 13 0.23529412 0.4535147 -#> 14 0.25000000 0.2267574 -#> 15 0.27777778 0.6802721 -#> 16 0.29411765 0.4535147 -#> 17 0.30000000 0.6802721 -#> 18 0.30434783 0.2267574 -#> 19 0.31818182 0.2267574 -#> 20 0.33333333 0.4535147 -#> 21 0.34782609 0.2267574 -#> 22 0.35000000 0.2267574 -#> 23 0.35294118 0.4535147 -#> 24 0.37500000 0.2267574 -#> 25 0.39130435 0.2267574 -#> 26 0.40000000 0.2267574 -#> 27 0.40909091 0.2267574 -#> 28 0.41666667 0.2267574 -#> 29 0.42857143 0.2267574 -#> 30 0.44444444 0.6802721 -#> 31 0.45000000 0.4535147 -#> 32 0.45454545 0.2267574 -#> 33 0.50000000 1.1337868 -#> 34 0.52173913 0.6802721 -#> 35 0.52941176 0.4535147 -#> 36 0.55555556 0.9070295 -#> 37 0.59090909 0.2267574 -#> 38 0.60869565 0.4535147 -#> 39 0.61111111 0.4535147 -#> 40 0.63636364 0.2267574 -#> 41 0.64705882 0.2267574 -#> 42 0.65000000 0.4535147 -#> 43 0.65217391 0.4535147 -#> 44 0.66666667 0.2267574 -#> 45 0.73913043 0.4535147 -#> 46 0.75000000 0.2267574 -#> 47 0.77272727 0.2267574 -#> 48 0.78260870 0.4535147 -#> 49 0.78571429 0.4535147 -#> 50 0.81818182 0.2267574 -#> 51 0.82352941 0.4535147 -#> 52 0.82608696 0.2267574 -#> 53 0.83333333 0.2267574 -#> 54 0.85714286 0.2267574 -#> 55 0.86363636 0.2267574 -#> 56 0.86956522 0.2267574 -#> 57 0.87500000 0.2267574 -#> 58 0.90909091 0.2267574 -#> 59 0.91304348 0.2267574 -#> 60 0.94444444 0.4535147 -#> 61 0.95652174 0.2267574 -#> 62 1.00000000 0.4535147 -#> 63 1.04347826 0.6802721 -#> 64 1.05000000 0.2267574 -#> 65 1.05555556 0.2267574 -#> 66 1.06250000 0.2267574 -#> 67 1.10000000 0.2267574 -#> 68 1.11764706 0.2267574 -#> 69 1.17391304 0.2267574 -#> 70 1.17647059 0.4535147 -#> 71 1.20000000 0.4535147 -#> 72 1.21739130 0.2267574 -#> 73 1.22222222 0.4535147 -#> 74 1.22727273 0.2267574 -#> 75 1.23529412 0.2267574 -#> 76 1.25000000 0.2267574 -#> 77 1.26086957 0.2267574 -#> 78 1.27272727 0.2267574 -#> 79 1.27777778 0.2267574 -#> 80 1.29411765 0.2267574 -#> 81 1.30434783 0.4535147 -#> 82 1.33333333 0.4535147 -#> 83 1.35294118 0.4535147 -#> 84 1.38888889 0.4535147 -#> 85 1.47058824 0.2267574 -#> 86 1.47826087 0.2267574 -#> 87 1.50000000 0.4535147 -#> 88 1.52173913 0.2267574 -#> 89 1.55555556 0.4535147 -#> 90 1.60000000 0.2267574 -#> 91 1.61111111 0.2267574 -#> 92 1.66666667 0.2267574 -#> 93 1.70588235 0.2267574 -#> 94 1.75000000 0.2267574 -#> 95 1.76470588 0.2267574 -#> 96 1.78260870 0.4535147 -#> 97 1.82608696 0.2267574 -#> 98 1.88235294 0.2267574 -#> 99 1.92857143 0.2267574 -#> 100 1.94117647 0.2267574 -#> 101 1.94444444 0.2267574 -#> 102 1.95454545 0.4535147 -#> 103 2.00000000 0.2267574 -#> 104 2.04545455 0.2267574 -#> 105 2.05000000 0.2267574 -#> 106 2.07142857 0.2267574 -#> 107 2.11764706 0.6802721 -#> 108 2.14285714 0.2267574 -#> 109 2.15000000 0.2267574 -#> 110 2.20000000 0.2267574 -#> 111 2.21739130 0.2267574 -#> 112 2.26086957 0.2267574 -#> 113 2.27272727 0.2267574 -#> 114 2.27777778 0.2267574 -#> 115 2.29411765 0.2267574 -#> 116 2.30434783 0.2267574 -#> 117 2.35000000 0.2267574 -#> 118 2.38888889 0.2267574 -#> 119 2.39130435 0.2267574 -#> 120 2.45000000 0.2267574 -#> 121 2.45454545 0.2267574 -#> 122 2.50000000 0.2267574 -#> 123 2.65000000 0.2267574 -#> 124 2.66666667 0.2267574 -#> 125 2.68750000 0.2267574 -#> 126 2.70000000 0.2267574 -#> 127 2.70588235 0.2267574 -#> 128 2.80000000 0.2267574 -#> 129 2.82352941 0.2267574 -#> 130 2.83333333 0.2267574 -#> 131 2.86956522 0.2267574 -#> 132 2.88888889 0.2267574 -#> 133 2.94444444 0.2267574 -#> 134 2.95454545 0.2267574 -#> 135 3.00000000 0.2267574 -#> 136 3.12500000 0.2267574 -#> 137 3.17647059 0.2267574 -#> 138 3.21739130 0.2267574 -#> 139 3.23529412 0.2267574 -#> 140 3.33333333 0.2267574 -#> 141 3.35000000 0.2267574 -#> 142 3.35294118 0.2267574 -#> 143 3.38095238 0.2267574 -#> 144 3.47058824 0.2267574 -#> 145 3.47826087 0.2267574 -#> 146 3.52941176 0.2267574 -#> 147 3.64705882 0.2267574 -#> 148 3.72222222 0.2267574 -#> 149 3.77777778 0.2267574 -#> 150 3.88235294 0.2267574 -#> 151 4.00000000 0.6802721 -#> 152 4.05000000 0.2267574 -#> 153 4.05882353 0.2267574 -#> 154 4.17647059 0.2267574 -#> 155 4.27777778 0.2267574 -#> 156 4.55555556 0.2267574 -#> 157 4.64285714 0.2267574 -#> 158 4.75000000 0.2267574 -#> 159 4.86956522 0.2267574 -#> 160 4.94117647 0.2267574 -#> 161 5.07142857 0.2267574 -#> 162 5.47058824 0.4535147 -#> 163 5.61111111 0.2267574 -#> 164 5.65000000 0.2267574 -#> 165 5.66666667 0.2267574 -#> 166 5.76470588 0.4535147 -#> 167 6.30000000 0.2267574 -#> 168 6.33333333 0.2267574 -#> 169 6.34782609 0.2267574 -#> 170 6.43478261 0.2267574 -#> 171 6.45000000 0.2267574 -#> 172 6.80000000 0.4535147 -#> 173 7.00000000 0.2267574 -#> 174 7.16666667 0.2267574 -#> 175 7.20000000 0.2267574 -#> 176 7.25000000 0.2267574 -#> 177 8.00000000 0.2267574 -#> 178 8.05555556 0.2267574 -#> 179 9.05000000 0.2267574 -#> 180 9.40000000 0.2267574 -#> 181 9.64705882 0.2267574 -#> 182 10.20000000 0.2267574 -#> 183 11.05000000 0.2267574 -#> 184 11.57142857 0.2267574 -#> 185 11.94117647 0.2267574 -#> 186 14.62500000 0.2267574 -#> 187 14.77777778 0.2267574 -#> 188 14.80000000 0.2267574 -#> 189 15.06250000 0.2267574 -#> 190 15.29411765 0.2267574 -#> 191 16.14285714 0.2267574 -#> 192 18.55000000 0.2267574 -#> 193 19.22222222 0.2267574 -#> 194 24.05555556 0.2267574 -#> 195 24.35000000 0.2267574 -#> -#> -#> [[3]]$args -#> [[3]]$args$acoustics -#> individual_id transmitter_id index timestamp receiver_id -#> 1 25 A69-1303-555 1 2016-03-17 01:50:00 26 -#> 2 25 A69-1303-555 2 2016-03-17 01:52:00 26 -#> 3 25 A69-1303-555 4 2016-03-17 01:54:00 26 -#> 4 25 A69-1303-555 5 2016-03-17 01:58:00 26 -#> 5 25 A69-1303-555 7 2016-03-17 02:00:00 26 -#> 6 25 A69-1303-555 8 2016-03-17 02:04:00 26 -#> 7 25 A69-1303-555 9 2016-03-17 02:06:00 26 -#> 8 25 A69-1303-555 10 2016-03-17 02:08:00 26 -#> 9 25 A69-1303-555 12 2016-03-17 02:10:00 26 -#> 10 25 A69-1303-555 14 2016-03-17 02:12:00 26 -#> 11 25 A69-1303-555 15 2016-03-17 02:14:00 26 -#> 12 25 A69-1303-555 17 2016-03-17 02:16:00 26 -#> 13 25 A69-1303-555 19 2016-03-17 02:18:00 26 -#> 14 25 A69-1303-555 21 2016-03-17 02:20:00 26 -#> 15 25 A69-1303-555 22 2016-03-17 02:22:00 26 -#> 16 25 A69-1303-555 23 2016-03-17 02:24:00 26 -#> 17 25 A69-1303-555 24 2016-03-17 02:30:00 26 -#> 18 25 A69-1303-555 25 2016-03-17 02:32:00 26 -#> 19 25 A69-1303-555 26 2016-03-17 02:52:00 21 -#> 20 25 A69-1303-555 27 2016-03-17 02:54:00 26 -#> 21 25 A69-1303-555 28 2016-03-17 02:56:00 26 -#> 22 25 A69-1303-555 29 2016-03-17 02:56:00 21 -#> 23 25 A69-1303-555 31 2016-03-17 02:58:00 21 -#> 24 25 A69-1303-555 33 2016-03-17 03:00:00 21 -#> 25 25 A69-1303-555 34 2016-03-17 03:02:00 21 -#> 26 25 A69-1303-555 35 2016-03-17 03:04:00 21 -#> 27 25 A69-1303-555 37 2016-03-17 03:06:00 21 -#> 28 25 A69-1303-555 39 2016-03-17 03:08:00 21 -#> 29 25 A69-1303-555 42 2016-03-17 03:10:00 21 -#> 30 25 A69-1303-555 44 2016-03-17 03:12:00 21 -#> 31 25 A69-1303-555 46 2016-03-17 03:16:00 21 -#> 32 25 A69-1303-555 48 2016-03-17 03:18:00 21 -#> 33 25 A69-1303-555 49 2016-03-17 03:20:00 21 -#> 34 25 A69-1303-555 51 2016-03-17 03:22:00 21 -#> 35 25 A69-1303-555 54 2016-03-17 03:24:00 21 -#> 36 25 A69-1303-555 55 2016-03-17 03:26:00 21 -#> 37 25 A69-1303-555 57 2016-03-17 03:28:00 21 -#> 38 25 A69-1303-555 59 2016-03-17 03:30:00 21 -#> 39 25 A69-1303-555 60 2016-03-17 03:32:00 21 -#> 40 25 A69-1303-555 62 2016-03-17 03:36:00 21 -#> 41 25 A69-1303-555 64 2016-03-17 03:38:00 21 -#> 42 25 A69-1303-555 66 2016-03-17 03:40:00 21 -#> 43 25 A69-1303-555 67 2016-03-17 03:42:00 26 -#> 44 25 A69-1303-555 68 2016-03-17 03:44:00 26 -#> 45 25 A69-1303-555 69 2016-03-17 03:46:00 26 -#> 46 25 A69-1303-555 71 2016-03-17 03:48:00 26 -#> 47 25 A69-1303-555 73 2016-03-17 03:50:00 26 -#> 48 25 A69-1303-555 74 2016-03-17 03:54:00 26 -#> 49 25 A69-1303-555 75 2016-03-17 04:04:00 26 -#> 50 25 A69-1303-555 77 2016-03-17 04:06:00 26 -#> 51 25 A69-1303-555 78 2016-03-17 04:08:00 26 -#> 52 25 A69-1303-555 79 2016-03-17 04:08:00 21 -#> 53 25 A69-1303-555 80 2016-03-17 04:12:00 21 -#> 54 25 A69-1303-555 81 2016-03-17 04:32:00 26 -#> 55 25 A69-1303-555 82 2016-03-17 04:34:00 26 -#> 56 25 A69-1303-555 83 2016-03-17 04:38:00 26 -#> 57 25 A69-1303-555 84 2016-03-17 04:44:00 26 -#> 58 25 A69-1303-555 85 2016-03-17 04:48:00 26 -#> 59 25 A69-1303-555 86 2016-03-17 04:50:00 26 -#> 60 25 A69-1303-555 87 2016-03-17 04:54:00 26 -#> 61 25 A69-1303-555 88 2016-03-17 04:56:00 26 -#> 62 25 A69-1303-555 90 2016-03-17 04:58:00 26 -#> 63 25 A69-1303-555 92 2016-03-17 05:00:00 26 -#> 64 25 A69-1303-555 94 2016-03-17 05:02:00 26 -#> 65 25 A69-1303-555 96 2016-03-17 05:04:00 26 -#> 66 25 A69-1303-555 97 2016-03-17 05:06:00 26 -#> 67 25 A69-1303-555 99 2016-03-17 05:06:00 31 -#> 68 25 A69-1303-555 100 2016-03-17 05:08:00 26 -#> 69 25 A69-1303-555 102 2016-03-17 05:10:00 31 -#> 70 25 A69-1303-555 103 2016-03-17 05:10:00 26 -#> 71 25 A69-1303-555 105 2016-03-17 05:12:00 26 -#> 72 25 A69-1303-555 107 2016-03-17 05:14:00 26 -#> 73 25 A69-1303-555 109 2016-03-17 05:16:00 26 -#> 74 25 A69-1303-555 111 2016-03-17 05:18:00 26 -#> 75 25 A69-1303-555 112 2016-03-17 05:20:00 31 -#> 76 25 A69-1303-555 113 2016-03-17 05:20:00 26 -#> 77 25 A69-1303-555 116 2016-03-17 05:22:00 26 -#> 78 25 A69-1303-555 117 2016-03-17 05:24:00 26 -#> 79 25 A69-1303-555 119 2016-03-17 05:26:00 26 -#> 80 25 A69-1303-555 120 2016-03-17 05:28:00 26 -#> 81 25 A69-1303-555 121 2016-03-17 05:30:00 26 -#> 82 25 A69-1303-555 123 2016-03-17 05:32:00 26 -#> 83 25 A69-1303-555 125 2016-03-17 05:34:00 26 -#> 84 25 A69-1303-555 127 2016-03-17 05:36:00 26 -#> 85 25 A69-1303-555 129 2016-03-17 05:38:00 26 -#> 86 25 A69-1303-555 131 2016-03-17 05:40:00 26 -#> 87 25 A69-1303-555 132 2016-03-17 08:36:00 26 -#> 88 25 A69-1303-555 133 2016-03-17 08:40:00 26 -#> 89 25 A69-1303-555 134 2016-03-17 08:42:00 26 -#> 90 25 A69-1303-555 136 2016-03-17 08:44:00 26 -#> 91 25 A69-1303-555 137 2016-03-17 08:46:00 26 -#> 92 25 A69-1303-555 138 2016-03-17 08:50:00 26 -#> 93 25 A69-1303-555 139 2016-03-17 08:50:00 31 -#> 94 25 A69-1303-555 142 2016-03-17 08:52:00 26 -#> 95 25 A69-1303-555 144 2016-03-17 08:52:00 31 -#> 96 25 A69-1303-555 146 2016-03-17 08:54:00 31 -#> 97 25 A69-1303-555 147 2016-03-17 08:54:00 26 -#> 98 25 A69-1303-555 148 2016-03-17 08:58:00 31 -#> 99 25 A69-1303-555 149 2016-03-17 08:58:00 26 -#> 100 25 A69-1303-555 151 2016-03-17 09:00:00 26 -#> 101 25 A69-1303-555 152 2016-03-17 09:00:00 31 -#> 102 25 A69-1303-555 154 2016-03-17 09:02:00 26 -#> 103 25 A69-1303-555 155 2016-03-21 21:06:00 26 -#> 104 25 A69-1303-555 156 2016-03-21 21:08:00 26 -#> 105 25 A69-1303-555 157 2016-03-21 22:20:00 26 -#> 106 25 A69-1303-555 158 2016-03-21 22:24:00 26 -#> 107 25 A69-1303-555 159 2016-03-21 22:26:00 26 -#> 108 25 A69-1303-555 161 2016-03-21 22:28:00 26 -#> 109 25 A69-1303-555 162 2016-03-21 22:34:00 26 -#> 110 25 A69-1303-555 163 2016-03-21 22:36:00 26 -#> 111 25 A69-1303-555 165 2016-03-21 22:38:00 26 -#> 112 25 A69-1303-555 166 2016-03-21 22:40:00 26 -#> 113 25 A69-1303-555 167 2016-03-21 22:42:00 26 -#> 114 25 A69-1303-555 168 2016-03-21 22:44:00 26 -#> 115 25 A69-1303-555 169 2016-03-21 22:46:00 26 -#> 116 25 A69-1303-555 171 2016-03-21 22:48:00 26 -#> 117 25 A69-1303-555 173 2016-03-21 22:50:00 26 -#> 118 25 A69-1303-555 175 2016-03-21 22:52:00 26 -#> 119 25 A69-1303-555 176 2016-03-21 22:54:00 26 -#> 120 25 A69-1303-555 177 2016-03-21 22:56:00 26 -#> 121 25 A69-1303-555 180 2016-03-21 23:00:00 26 -#> 122 25 A69-1303-555 181 2016-03-21 23:04:00 26 -#> 123 25 A69-1303-555 182 2016-03-21 23:06:00 26 -#> 124 25 A69-1303-555 183 2016-03-21 23:08:00 26 -#> 125 25 A69-1303-555 184 2016-03-22 05:28:00 26 -#> 126 25 A69-1303-555 185 2016-03-22 05:30:00 26 -#> 127 25 A69-1303-555 186 2016-03-22 05:36:00 26 -#> 128 25 A69-1303-555 187 2016-03-22 05:40:00 26 -#> 129 25 A69-1303-555 188 2016-03-22 05:42:00 26 -#> 130 25 A69-1303-555 190 2016-03-22 05:44:00 26 -#> 131 25 A69-1303-555 191 2016-03-22 05:48:00 26 -#> 132 25 A69-1303-555 192 2016-03-22 05:50:00 26 -#> 133 25 A69-1303-555 193 2016-03-22 05:52:00 26 -#> 134 25 A69-1303-555 194 2016-03-22 07:36:00 26 -#> 135 25 A69-1303-555 195 2016-03-22 07:44:00 26 -#> 136 25 A69-1303-555 196 2016-03-22 08:20:00 26 -#> 137 25 A69-1303-555 197 2016-03-22 08:22:00 26 -#> 138 25 A69-1303-555 198 2016-03-22 08:24:00 26 -#> 139 25 A69-1303-555 200 2016-03-22 08:26:00 26 -#> 140 25 A69-1303-555 201 2016-03-22 08:28:00 26 -#> 141 25 A69-1303-555 202 2016-03-22 08:30:00 26 -#> 142 25 A69-1303-555 204 2016-03-23 22:42:00 11 -#> 143 25 A69-1303-555 205 2016-03-23 22:44:00 11 -#> 144 25 A69-1303-555 206 2016-03-23 22:46:00 11 -#> 145 25 A69-1303-555 207 2016-03-23 22:48:00 11 -#> 146 25 A69-1303-555 209 2016-03-23 23:26:00 11 -#> 147 25 A69-1303-555 211 2016-03-23 23:30:00 11 -#> 148 25 A69-1303-555 212 2016-03-23 23:40:00 11 -#> 149 25 A69-1303-555 213 2016-03-23 23:44:00 11 -#> 150 25 A69-1303-555 214 2016-03-23 23:46:00 11 -#> 151 25 A69-1303-555 216 2016-03-23 23:50:00 11 -#> 152 25 A69-1303-555 217 2016-03-23 23:52:00 11 -#> 153 25 A69-1303-555 219 2016-03-23 23:54:00 11 -#> 154 25 A69-1303-555 221 2016-03-23 23:56:00 11 -#> 155 25 A69-1303-555 223 2016-03-23 23:58:00 11 -#> 156 25 A69-1303-555 225 2016-03-24 00:00:00 11 -#> 157 25 A69-1303-555 227 2016-03-24 00:02:00 11 -#> 158 25 A69-1303-555 228 2016-03-24 00:04:00 11 -#> 159 25 A69-1303-555 230 2016-03-24 00:06:00 11 -#> 160 25 A69-1303-555 231 2016-03-24 00:10:00 11 -#> 161 25 A69-1303-555 232 2016-03-24 00:12:00 11 -#> 162 25 A69-1303-555 233 2016-03-24 00:20:00 11 -#> 163 25 A69-1303-555 234 2016-03-24 00:22:00 11 -#> 164 25 A69-1303-555 236 2016-03-24 00:24:00 11 -#> 165 25 A69-1303-555 237 2016-03-24 00:26:00 11 -#> 166 25 A69-1303-555 238 2016-03-24 00:28:00 11 -#> 167 25 A69-1303-555 240 2016-03-24 00:30:00 11 -#> 168 25 A69-1303-555 242 2016-03-24 00:40:00 11 -#> 169 25 A69-1303-555 244 2016-03-24 00:42:00 11 -#> 170 25 A69-1303-555 245 2016-03-24 00:44:00 11 -#> 171 25 A69-1303-555 247 2016-03-24 00:46:00 11 -#> 172 25 A69-1303-555 249 2016-03-24 00:48:00 11 -#> 173 25 A69-1303-555 250 2016-03-24 00:50:00 11 -#> 174 25 A69-1303-555 252 2016-03-24 00:52:00 11 -#> 175 25 A69-1303-555 253 2016-03-24 00:54:00 11 -#> 176 25 A69-1303-555 255 2016-03-24 00:56:00 11 -#> 177 25 A69-1303-555 257 2016-03-24 00:58:00 11 -#> 178 25 A69-1303-555 260 2016-03-24 01:00:00 11 -#> 179 25 A69-1303-555 261 2016-03-24 01:02:00 11 -#> 180 25 A69-1303-555 263 2016-03-24 01:04:00 11 -#> 181 25 A69-1303-555 265 2016-03-24 01:20:00 11 -#> 182 25 A69-1303-555 266 2016-03-24 01:26:00 11 -#> 183 25 A69-1303-555 267 2016-03-24 01:34:00 11 -#> 184 25 A69-1303-555 268 2016-03-24 01:46:00 11 -#> 185 25 A69-1303-555 269 2016-03-24 01:56:00 11 -#> 186 25 A69-1303-555 270 2016-03-24 02:06:00 11 -#> 187 25 A69-1303-555 271 2016-03-24 17:40:00 14 -#> 188 25 A69-1303-555 273 2016-03-24 17:42:00 14 -#> 189 25 A69-1303-555 274 2016-03-24 17:44:00 14 -#> 190 25 A69-1303-555 276 2016-03-24 17:46:00 14 -#> 191 25 A69-1303-555 277 2016-03-24 17:48:00 14 -#> 192 25 A69-1303-555 278 2016-03-24 17:50:00 14 -#> 193 25 A69-1303-555 280 2016-03-24 17:52:00 14 -#> 194 25 A69-1303-555 281 2016-03-24 17:54:00 14 -#> 195 25 A69-1303-555 282 2016-03-24 17:56:00 14 -#> 196 25 A69-1303-555 283 2016-03-24 17:58:00 14 -#> 197 25 A69-1303-555 285 2016-03-24 18:00:00 14 -#> 198 25 A69-1303-555 288 2016-03-24 18:02:00 14 -#> 199 25 A69-1303-555 290 2016-03-24 18:04:00 14 -#> 200 25 A69-1303-555 292 2016-03-24 18:08:00 14 -#> 201 25 A69-1303-555 293 2016-03-24 18:14:00 14 -#> 202 25 A69-1303-555 294 2016-03-24 18:16:00 14 -#> 203 25 A69-1303-555 295 2016-03-24 18:18:00 14 -#> 204 25 A69-1303-555 297 2016-03-24 18:20:00 14 -#> 205 25 A69-1303-555 299 2016-03-24 18:22:00 14 -#> 206 25 A69-1303-555 301 2016-03-24 18:24:00 14 -#> 207 25 A69-1303-555 303 2016-03-24 18:26:00 14 -#> 208 25 A69-1303-555 304 2016-03-24 18:28:00 14 -#> 209 25 A69-1303-555 306 2016-03-24 18:30:00 14 -#> 210 25 A69-1303-555 307 2016-03-24 18:34:00 14 -#> 211 25 A69-1303-555 308 2016-03-24 18:36:00 14 -#> 212 25 A69-1303-555 309 2016-03-24 18:38:00 14 -#> 213 25 A69-1303-555 310 2016-03-25 03:00:00 23 -#> 214 25 A69-1303-555 312 2016-03-25 08:56:00 14 -#> 215 25 A69-1303-555 313 2016-03-25 09:02:00 14 -#> 216 25 A69-1303-555 314 2016-03-25 09:06:00 14 -#> 217 25 A69-1303-555 315 2016-03-25 09:08:00 14 -#> 218 25 A69-1303-555 317 2016-03-25 09:10:00 14 -#> 219 25 A69-1303-555 318 2016-03-25 09:12:00 14 -#> 220 25 A69-1303-555 320 2016-03-25 09:14:00 14 -#> 221 25 A69-1303-555 321 2016-03-25 09:16:00 14 -#> 222 25 A69-1303-555 323 2016-03-25 09:18:00 14 -#> 223 25 A69-1303-555 324 2016-03-25 09:20:00 14 -#> 224 25 A69-1303-555 325 2016-03-25 09:24:00 14 -#> 225 25 A69-1303-555 327 2016-03-25 09:26:00 14 -#> 226 25 A69-1303-555 329 2016-03-25 09:28:00 14 -#> 227 25 A69-1303-555 331 2016-03-25 09:30:00 14 -#> 228 25 A69-1303-555 332 2016-03-25 09:32:00 14 -#> 229 25 A69-1303-555 334 2016-03-25 09:34:00 14 -#> 230 25 A69-1303-555 335 2016-03-25 09:36:00 14 -#> 231 25 A69-1303-555 336 2016-03-27 20:18:00 11 -#> 232 25 A69-1303-555 338 2016-03-27 20:20:00 11 -#> 233 25 A69-1303-555 339 2016-03-27 20:22:00 11 -#> 234 25 A69-1303-555 342 2016-03-27 20:24:00 11 -#> 235 25 A69-1303-555 344 2016-03-27 20:26:00 11 -#> 236 25 A69-1303-555 345 2016-03-27 23:04:00 18 -#> 237 25 A69-1303-555 346 2016-03-27 23:06:00 18 -#> 238 25 A69-1303-555 347 2016-03-27 23:14:00 18 -#> 239 25 A69-1303-555 349 2016-03-27 23:16:00 18 -#> 240 25 A69-1303-555 351 2016-03-27 23:20:00 18 -#> 241 25 A69-1303-555 352 2016-03-28 11:22:00 26 -#> 242 25 A69-1303-555 353 2016-03-28 11:24:00 21 -#> 243 25 A69-1303-555 354 2016-03-28 11:24:00 26 -#> 244 25 A69-1303-555 357 2016-03-28 11:26:00 21 -#> 245 25 A69-1303-555 358 2016-03-28 11:26:00 26 -#> 246 25 A69-1303-555 360 2016-03-28 11:28:00 21 -#> 247 25 A69-1303-555 361 2016-03-28 11:28:00 26 -#> 248 25 A69-1303-555 362 2016-03-28 11:30:00 21 -#> 249 25 A69-1303-555 364 2016-03-28 11:30:00 26 -#> 250 25 A69-1303-555 368 2016-03-28 11:32:00 26 -#> 251 25 A69-1303-555 369 2016-03-28 11:32:00 21 -#> 252 25 A69-1303-555 370 2016-03-28 11:34:00 21 -#> 253 25 A69-1303-555 373 2016-03-28 11:36:00 21 -#> 254 25 A69-1303-555 374 2016-03-28 11:38:00 21 -#> 255 25 A69-1303-555 375 2016-03-28 11:38:00 26 -#> 256 25 A69-1303-555 376 2016-03-28 11:40:00 21 -#> 257 25 A69-1303-555 377 2016-03-28 11:40:00 26 -#> 258 25 A69-1303-555 380 2016-03-28 11:42:00 26 -#> 259 25 A69-1303-555 382 2016-03-28 11:44:00 21 -#> 260 25 A69-1303-555 383 2016-03-28 11:44:00 26 -#> 261 25 A69-1303-555 384 2016-03-28 11:46:00 26 -#> 262 25 A69-1303-555 386 2016-03-28 11:48:00 26 -#> 263 25 A69-1303-555 387 2016-03-28 11:48:00 21 -#> 264 25 A69-1303-555 389 2016-03-28 11:50:00 26 -#> 265 25 A69-1303-555 390 2016-03-28 11:50:00 21 -#> 266 25 A69-1303-555 391 2016-03-28 11:52:00 26 -#> 267 25 A69-1303-555 392 2016-03-28 11:52:00 21 -#> 268 25 A69-1303-555 394 2016-03-28 11:54:00 26 -#> 269 25 A69-1303-555 395 2016-03-28 11:54:00 21 -#> 270 25 A69-1303-555 397 2016-03-28 11:56:00 21 -#> 271 25 A69-1303-555 398 2016-03-28 11:56:00 26 -#> 272 25 A69-1303-555 400 2016-03-28 11:58:00 26 -#> 273 25 A69-1303-555 401 2016-03-28 12:00:00 21 -#> 274 25 A69-1303-555 402 2016-03-28 12:00:00 26 -#> 275 25 A69-1303-555 404 2016-03-28 12:02:00 26 -#> 276 25 A69-1303-555 405 2016-03-28 12:02:00 21 -#> 277 25 A69-1303-555 407 2016-03-28 12:04:00 26 -#> 278 25 A69-1303-555 409 2016-03-28 12:04:00 21 -#> 279 25 A69-1303-555 411 2016-03-28 12:06:00 26 -#> 280 25 A69-1303-555 412 2016-03-28 12:08:00 21 -#> 281 25 A69-1303-555 413 2016-03-28 12:08:00 26 -#> 282 25 A69-1303-555 415 2016-03-28 12:10:00 26 -#> 283 25 A69-1303-555 416 2016-03-28 12:12:00 26 -#> 284 25 A69-1303-555 418 2016-03-28 12:12:00 21 -#> 285 25 A69-1303-555 419 2016-03-28 12:14:00 26 -#> 286 25 A69-1303-555 420 2016-03-28 12:14:00 21 -#> 287 25 A69-1303-555 424 2016-03-28 12:16:00 21 -#> 288 25 A69-1303-555 425 2016-03-28 12:16:00 26 -#> 289 25 A69-1303-555 427 2016-03-28 12:18:00 26 -#> 290 25 A69-1303-555 429 2016-03-28 12:20:00 26 -#> 291 25 A69-1303-555 431 2016-03-28 12:22:00 26 -#> 292 25 A69-1303-555 433 2016-03-28 12:24:00 26 -#> 293 25 A69-1303-555 434 2016-03-28 12:24:00 21 -#> 294 25 A69-1303-555 436 2016-03-28 12:26:00 26 -#> 295 25 A69-1303-555 438 2016-03-28 12:28:00 26 -#> 296 25 A69-1303-555 440 2016-03-28 12:30:00 26 -#> 297 25 A69-1303-555 442 2016-03-28 12:38:00 26 -#> 298 25 A69-1303-555 444 2016-03-28 12:40:00 26 -#> 299 25 A69-1303-555 445 2016-03-28 12:44:00 26 -#> 300 25 A69-1303-555 446 2016-03-28 12:46:00 26 -#> 301 25 A69-1303-555 448 2016-03-28 12:48:00 26 -#> 302 25 A69-1303-555 449 2016-03-28 12:54:00 26 -#> 303 25 A69-1303-555 450 2016-03-28 13:02:00 26 -#> 304 25 A69-1303-555 451 2016-03-28 13:04:00 26 -#> 305 25 A69-1303-555 452 2016-03-28 13:06:00 26 -#> 306 25 A69-1303-555 453 2016-03-28 13:08:00 26 -#> 307 25 A69-1303-555 454 2016-03-28 13:10:00 26 -#> 308 25 A69-1303-555 455 2016-03-28 13:12:00 26 -#> 309 25 A69-1303-555 457 2016-03-28 13:14:00 26 -#> 310 25 A69-1303-555 459 2016-03-28 13:16:00 31 -#> 311 25 A69-1303-555 460 2016-03-28 13:16:00 26 -#> 312 25 A69-1303-555 463 2016-03-28 13:18:00 26 -#> 313 25 A69-1303-555 464 2016-03-28 13:20:00 26 -#> 314 25 A69-1303-555 466 2016-03-28 13:22:00 26 -#> 315 25 A69-1303-555 468 2016-03-28 13:24:00 26 -#> 316 25 A69-1303-555 470 2016-03-28 13:26:00 26 -#> 317 25 A69-1303-555 472 2016-03-28 13:28:00 26 -#> 318 25 A69-1303-555 473 2016-03-28 13:30:00 26 -#> 319 25 A69-1303-555 475 2016-03-28 13:32:00 26 -#> 320 25 A69-1303-555 476 2016-03-28 13:36:00 26 -#> 321 25 A69-1303-555 477 2016-03-28 13:38:00 26 -#> 322 25 A69-1303-555 479 2016-03-28 13:40:00 26 -#> 323 25 A69-1303-555 481 2016-03-28 13:42:00 26 -#> 324 25 A69-1303-555 483 2016-03-28 13:44:00 26 -#> 325 25 A69-1303-555 485 2016-03-28 13:46:00 26 -#> 326 25 A69-1303-555 487 2016-03-28 13:48:00 26 -#> 327 25 A69-1303-555 489 2016-03-28 13:50:00 26 -#> 328 25 A69-1303-555 490 2016-03-28 13:52:00 26 -#> 329 25 A69-1303-555 491 2016-03-28 13:54:00 26 -#> 330 25 A69-1303-555 492 2016-03-28 17:32:00 26 -#> 331 25 A69-1303-555 493 2016-03-28 17:36:00 26 -#> 332 25 A69-1303-555 494 2016-03-28 17:40:00 26 -#> 333 25 A69-1303-555 495 2016-03-28 17:46:00 26 -#> 334 25 A69-1303-555 496 2016-03-28 18:20:00 26 -#> 335 25 A69-1303-555 497 2016-03-28 18:22:00 26 -#> 336 25 A69-1303-555 498 2016-03-28 18:26:00 26 -#> 337 25 A69-1303-555 499 2016-03-28 18:44:00 26 -#> 338 25 A69-1303-555 500 2016-03-28 18:46:00 26 -#> 339 25 A69-1303-555 501 2016-03-28 23:00:00 3 -#> 340 25 A69-1303-555 502 2016-03-28 23:04:00 3 -#> 341 25 A69-1303-555 505 2016-03-28 23:06:00 3 -#> 342 25 A69-1303-555 506 2016-03-28 23:34:00 3 -#> 343 25 A69-1303-555 508 2016-03-28 23:36:00 3 -#> 344 25 A69-1303-555 509 2016-03-28 23:40:00 3 -#> 345 25 A69-1303-555 511 2016-03-28 23:44:00 3 -#> 346 25 A69-1303-555 512 2016-03-29 00:10:00 3 -#> 347 25 A69-1303-555 513 2016-03-29 00:12:00 3 -#> 348 25 A69-1303-555 514 2016-03-29 00:16:00 3 -#> 349 25 A69-1303-555 515 2016-03-29 00:18:00 3 -#> 350 25 A69-1303-555 517 2016-03-29 00:20:00 3 -#> 351 25 A69-1303-555 519 2016-03-29 00:22:00 3 -#> 352 25 A69-1303-555 521 2016-03-29 00:26:00 3 -#> 353 25 A69-1303-555 524 2016-03-29 00:28:00 3 -#> 354 25 A69-1303-555 525 2016-03-29 00:30:00 3 -#> 355 25 A69-1303-555 527 2016-03-29 00:34:00 3 -#> 356 25 A69-1303-555 528 2016-03-29 00:36:00 3 -#> 357 25 A69-1303-555 529 2016-03-29 00:38:00 3 -#> 358 25 A69-1303-555 530 2016-03-29 00:44:00 3 -#> 359 25 A69-1303-555 532 2016-03-29 00:46:00 3 -#> 360 25 A69-1303-555 533 2016-03-29 00:48:00 3 -#> 361 25 A69-1303-555 534 2016-03-29 01:02:00 3 -#> 362 25 A69-1303-555 535 2016-03-29 01:04:00 3 -#> 363 25 A69-1303-555 536 2016-03-29 01:06:00 3 -#> 364 25 A69-1303-555 538 2016-03-29 01:08:00 3 -#> 365 25 A69-1303-555 540 2016-03-29 01:10:00 3 -#> 366 25 A69-1303-555 543 2016-03-29 01:12:00 3 -#> 367 25 A69-1303-555 544 2016-03-29 01:14:00 3 -#> 368 25 A69-1303-555 546 2016-03-29 01:18:00 3 -#> 369 25 A69-1303-555 547 2016-03-29 01:20:00 3 -#> 370 25 A69-1303-555 548 2016-03-29 01:22:00 3 -#> 371 25 A69-1303-555 550 2016-03-29 01:24:00 3 -#> 372 25 A69-1303-555 551 2016-03-29 01:26:00 3 -#> 373 25 A69-1303-555 554 2016-03-29 01:28:00 3 -#> 374 25 A69-1303-555 555 2016-03-29 01:30:00 3 -#> 375 25 A69-1303-555 558 2016-03-29 01:32:00 3 -#> 376 25 A69-1303-555 559 2016-03-29 01:36:00 3 -#> 377 25 A69-1303-555 561 2016-03-29 01:38:00 3 -#> 378 25 A69-1303-555 563 2016-03-29 01:40:00 9 -#> 379 25 A69-1303-555 564 2016-03-29 01:42:00 3 -#> 380 25 A69-1303-555 565 2016-03-29 01:42:00 9 -#> 381 25 A69-1303-555 567 2016-03-29 01:44:00 3 -#> 382 25 A69-1303-555 568 2016-03-29 01:44:00 9 -#> 383 25 A69-1303-555 570 2016-03-29 01:46:00 9 -#> 384 25 A69-1303-555 571 2016-03-29 01:46:00 3 -#> 385 25 A69-1303-555 573 2016-03-29 01:48:00 9 -#> 386 25 A69-1303-555 574 2016-03-29 01:50:00 9 -#> 387 25 A69-1303-555 575 2016-03-29 01:52:00 9 -#> 388 25 A69-1303-555 576 2016-03-29 01:52:00 3 -#> 389 25 A69-1303-555 579 2016-03-29 01:54:00 3 -#> 390 25 A69-1303-555 580 2016-03-29 01:54:00 9 -#> 391 25 A69-1303-555 581 2016-03-29 01:56:00 3 -#> 392 25 A69-1303-555 582 2016-03-29 01:56:00 9 -#> 393 25 A69-1303-555 584 2016-03-29 01:58:00 9 -#> 394 25 A69-1303-555 586 2016-03-29 02:00:00 3 -#> 395 25 A69-1303-555 587 2016-03-29 02:00:00 9 -#> 396 25 A69-1303-555 589 2016-03-29 02:06:00 3 -#> 397 25 A69-1303-555 590 2016-03-29 02:10:00 3 -#> 398 25 A69-1303-555 591 2016-03-29 02:12:00 3 -#> 399 25 A69-1303-555 593 2016-03-29 02:14:00 3 -#> 400 25 A69-1303-555 595 2016-03-29 02:16:00 3 -#> 401 25 A69-1303-555 597 2016-03-29 02:18:00 3 -#> 402 25 A69-1303-555 599 2016-03-29 02:20:00 3 -#> 403 25 A69-1303-555 601 2016-03-29 02:22:00 3 -#> 404 25 A69-1303-555 603 2016-03-29 02:24:00 3 -#> 405 25 A69-1303-555 605 2016-03-29 02:26:00 3 -#> 406 25 A69-1303-555 606 2016-03-29 02:28:00 3 -#> 407 25 A69-1303-555 608 2016-03-29 02:30:00 3 -#> 408 25 A69-1303-555 610 2016-03-29 02:32:00 3 -#> 409 25 A69-1303-555 612 2016-03-29 02:34:00 3 -#> 410 25 A69-1303-555 614 2016-03-29 02:36:00 3 -#> 411 25 A69-1303-555 616 2016-03-29 02:38:00 3 -#> 412 25 A69-1303-555 618 2016-03-29 02:40:00 3 -#> 413 25 A69-1303-555 619 2016-03-29 02:42:00 3 -#> 414 25 A69-1303-555 620 2016-03-29 02:44:00 3 -#> 415 25 A69-1303-555 622 2016-03-29 02:44:00 9 -#> 416 25 A69-1303-555 623 2016-03-29 02:46:00 3 -#> 417 25 A69-1303-555 624 2016-03-29 02:46:00 9 -#> 418 25 A69-1303-555 627 2016-03-29 02:48:00 3 -#> 419 25 A69-1303-555 628 2016-03-29 02:50:00 3 -#> 420 25 A69-1303-555 629 2016-03-29 02:50:00 9 -#> 421 25 A69-1303-555 631 2016-03-29 02:52:00 3 -#> 422 25 A69-1303-555 632 2016-03-29 02:52:00 9 -#> 423 25 A69-1303-555 633 2016-03-29 02:54:00 3 -#> 424 25 A69-1303-555 634 2016-03-29 02:54:00 9 -#> 425 25 A69-1303-555 636 2016-03-29 02:56:00 3 -#> 426 25 A69-1303-555 637 2016-03-29 02:56:00 9 -#> 427 25 A69-1303-555 639 2016-03-29 02:58:00 3 -#> 428 25 A69-1303-555 641 2016-03-29 03:00:00 3 -#> 429 25 A69-1303-555 642 2016-03-29 03:02:00 3 -#> 430 25 A69-1303-555 643 2016-03-29 03:04:00 3 -#> 431 25 A69-1303-555 644 2016-03-29 03:06:00 3 -#> 432 25 A69-1303-555 646 2016-03-29 03:08:00 3 -#> 433 25 A69-1303-555 648 2016-03-29 03:10:00 3 -#> 434 25 A69-1303-555 649 2016-03-29 03:12:00 3 -#> 435 25 A69-1303-555 650 2016-03-29 03:16:00 3 -#> 436 25 A69-1303-555 651 2016-03-29 03:18:00 3 -#> 437 25 A69-1303-555 652 2016-03-29 03:24:00 3 -#> 438 25 A69-1303-555 653 2016-03-29 03:26:00 3 -#> 439 25 A69-1303-555 654 2016-03-29 03:30:00 3 -#> 440 25 A69-1303-555 655 2016-03-29 13:08:00 3 -#> 441 25 A69-1303-555 656 2016-03-29 13:10:00 3 -#> 442 25 A69-1303-555 657 2016-03-29 13:14:00 3 -#> 443 25 A69-1303-555 658 2016-03-29 13:16:00 3 -#> 444 25 A69-1303-555 660 2016-03-29 13:20:00 3 -#> 445 25 A69-1303-555 661 2016-03-29 13:26:00 3 -#> 446 25 A69-1303-555 662 2016-03-29 13:30:00 3 -#> 447 25 A69-1303-555 663 2016-03-29 13:32:00 3 -#> 448 25 A69-1303-555 665 2016-03-29 13:34:00 3 -#> 449 25 A69-1303-555 667 2016-03-29 13:38:00 3 -#> 450 25 A69-1303-555 669 2016-03-29 13:42:00 3 -#> 451 25 A69-1303-555 670 2016-03-29 13:44:00 3 -#> 452 25 A69-1303-555 673 2016-03-29 13:46:00 3 -#> 453 25 A69-1303-555 675 2016-03-29 13:48:00 3 -#> 454 25 A69-1303-555 678 2016-03-29 13:52:00 3 -#> 455 25 A69-1303-555 679 2016-03-29 13:54:00 3 -#> 456 25 A69-1303-555 680 2016-03-29 13:56:00 3 -#> 457 25 A69-1303-555 681 2016-03-29 13:58:00 3 -#> 458 25 A69-1303-555 682 2016-03-29 14:02:00 3 -#> 459 25 A69-1303-555 683 2016-03-29 14:04:00 3 -#> 460 25 A69-1303-555 684 2016-03-29 14:08:00 3 -#> 461 25 A69-1303-555 685 2016-03-29 14:10:00 3 -#> 462 25 A69-1303-555 686 2016-03-29 14:12:00 3 -#> 463 25 A69-1303-555 687 2016-03-29 14:16:00 3 -#> 464 25 A69-1303-555 688 2016-03-29 14:20:00 3 -#> 465 25 A69-1303-555 689 2016-03-29 14:22:00 3 -#> 466 25 A69-1303-555 690 2016-03-29 14:28:00 3 -#> 467 25 A69-1303-555 691 2016-03-29 14:32:00 3 -#> 468 25 A69-1303-555 693 2016-03-29 14:34:00 3 -#> 469 25 A69-1303-555 694 2016-03-29 14:36:00 3 -#> 470 25 A69-1303-555 695 2016-03-29 14:38:00 3 -#> 471 25 A69-1303-555 697 2016-03-29 14:40:00 3 -#> 472 25 A69-1303-555 699 2016-03-29 14:42:00 3 -#> 473 25 A69-1303-555 700 2016-03-29 14:44:00 3 -#> 474 25 A69-1303-555 702 2016-03-29 14:46:00 3 -#> 475 25 A69-1303-555 704 2016-03-29 14:48:00 3 -#> 476 25 A69-1303-555 706 2016-03-29 14:50:00 3 -#> 477 25 A69-1303-555 708 2016-03-29 14:52:00 3 -#> 478 25 A69-1303-555 710 2016-03-29 14:54:00 3 -#> 479 25 A69-1303-555 711 2016-03-29 14:56:00 3 -#> 480 25 A69-1303-555 712 2016-03-29 15:12:00 3 -#> 481 25 A69-1303-555 713 2016-03-29 15:16:00 3 -#> 482 25 A69-1303-555 714 2016-03-29 15:18:00 3 -#> 483 25 A69-1303-555 715 2016-03-29 15:20:00 3 -#> 484 25 A69-1303-555 716 2016-03-29 15:22:00 3 -#> 485 25 A69-1303-555 718 2016-03-29 15:24:00 3 -#> 486 25 A69-1303-555 719 2016-03-29 15:26:00 3 -#> 487 25 A69-1303-555 721 2016-03-29 15:28:00 3 -#> 488 25 A69-1303-555 723 2016-03-29 15:30:00 3 -#> 489 25 A69-1303-555 724 2016-03-29 15:32:00 3 -#> 490 25 A69-1303-555 725 2016-03-29 15:36:00 3 -#> 491 25 A69-1303-555 726 2016-03-29 15:38:00 3 -#> 492 25 A69-1303-555 728 2016-03-29 16:02:00 9 -#> 493 25 A69-1303-555 729 2016-03-29 16:06:00 9 -#> 494 25 A69-1303-555 730 2016-03-29 16:08:00 9 -#> 495 25 A69-1303-555 731 2016-03-29 16:08:00 3 -#> 496 25 A69-1303-555 732 2016-03-29 16:10:00 3 -#> 497 25 A69-1303-555 733 2016-03-29 16:14:00 3 -#> 498 25 A69-1303-555 735 2016-03-29 16:18:00 3 -#> 499 25 A69-1303-555 736 2016-03-29 16:24:00 3 -#> 500 25 A69-1303-555 738 2016-04-01 07:34:00 26 -#> 501 25 A69-1303-555 739 2016-04-01 07:36:00 26 -#> 502 25 A69-1303-555 740 2016-04-01 07:38:00 26 -#> 503 25 A69-1303-555 742 2016-04-01 08:32:00 26 -#> 504 25 A69-1303-555 743 2016-04-01 08:34:00 26 -#> 505 25 A69-1303-555 744 2016-04-01 08:54:00 26 -#> 506 25 A69-1303-555 745 2016-04-01 09:56:00 26 -#> 507 25 A69-1303-555 746 2016-04-01 10:02:00 26 -#> 508 25 A69-1303-555 747 2016-04-01 10:04:00 26 -#> 509 25 A69-1303-555 749 2016-04-01 10:06:00 26 -#> 510 25 A69-1303-555 751 2016-04-01 10:08:00 26 -#> 511 25 A69-1303-555 753 2016-04-01 10:12:00 26 -#> 512 25 A69-1303-555 755 2016-04-01 10:14:00 26 -#> 513 25 A69-1303-555 757 2016-04-01 10:16:00 26 -#> 514 25 A69-1303-555 758 2016-04-01 10:18:00 26 -#> 515 25 A69-1303-555 760 2016-04-01 10:20:00 26 -#> 516 25 A69-1303-555 761 2016-04-01 10:24:00 26 -#> 517 25 A69-1303-555 763 2016-04-01 10:26:00 26 -#> 518 25 A69-1303-555 765 2016-04-01 10:30:00 26 -#> 519 25 A69-1303-555 766 2016-04-01 10:36:00 26 -#> 520 25 A69-1303-555 767 2016-04-01 10:38:00 26 -#> 521 25 A69-1303-555 768 2016-04-01 10:40:00 26 -#> 522 25 A69-1303-555 769 2016-04-01 10:44:00 26 -#> 523 25 A69-1303-555 770 2016-04-01 10:48:00 26 -#> 524 25 A69-1303-555 771 2016-04-01 11:54:00 26 -#> 525 25 A69-1303-555 773 2016-04-07 05:26:00 26 -#> 526 25 A69-1303-555 775 2016-04-07 05:28:00 26 -#> 527 25 A69-1303-555 776 2016-04-07 05:32:00 26 -#> 528 25 A69-1303-555 778 2016-04-07 05:34:00 26 -#> 529 25 A69-1303-555 779 2016-04-07 05:36:00 26 -#> 530 25 A69-1303-555 780 2016-04-07 06:38:00 26 -#> 531 25 A69-1303-555 782 2016-04-07 06:40:00 26 -#> 532 25 A69-1303-555 784 2016-04-07 06:42:00 26 -#> 533 25 A69-1303-555 785 2016-04-07 06:46:00 26 -#> 534 25 A69-1303-555 787 2016-04-07 06:48:00 26 -#> 535 25 A69-1303-555 789 2016-04-07 06:50:00 26 -#> 536 25 A69-1303-555 790 2016-04-07 06:52:00 26 -#> 537 25 A69-1303-555 792 2016-04-07 06:54:00 26 -#> 538 25 A69-1303-555 793 2016-04-07 06:58:00 26 -#> 539 25 A69-1303-555 795 2016-04-07 13:24:00 26 -#> 540 25 A69-1303-555 797 2016-04-12 01:58:00 26 -#> 541 25 A69-1303-555 798 2016-04-12 02:00:00 26 -#> 542 25 A69-1303-555 800 2016-04-12 02:02:00 26 -#> 543 25 A69-1303-555 801 2016-04-12 03:20:00 31 -#> 544 25 A69-1303-555 802 2016-04-12 03:22:00 31 -#> 545 25 A69-1303-555 803 2016-04-12 03:24:00 31 -#> 546 25 A69-1303-555 804 2016-04-12 03:30:00 26 -#> 547 25 A69-1303-555 805 2016-04-12 03:32:00 26 -#> 548 25 A69-1303-555 806 2016-04-16 06:36:00 26 -#> 549 25 A69-1303-555 808 2016-04-16 06:38:00 26 -#> 550 25 A69-1303-555 811 2016-04-16 06:40:00 26 -#> 551 25 A69-1303-555 812 2016-04-16 06:42:00 26 -#> 552 25 A69-1303-555 813 2016-04-16 07:00:00 26 -#> 553 25 A69-1303-555 814 2016-04-16 07:02:00 26 -#> 554 25 A69-1303-555 815 2016-04-16 07:06:00 26 -#> 555 25 A69-1303-555 816 2016-04-16 07:10:00 26 -#> 556 25 A69-1303-555 819 2016-04-16 07:12:00 26 -#> 557 25 A69-1303-555 821 2016-04-16 07:14:00 26 -#> 558 25 A69-1303-555 822 2016-04-16 07:16:00 26 -#> 559 25 A69-1303-555 823 2016-04-16 07:20:00 26 -#> 560 25 A69-1303-555 824 2016-04-16 07:24:00 26 -#> 561 25 A69-1303-555 825 2016-04-16 07:30:00 26 -#> 562 25 A69-1303-555 828 2016-04-16 07:32:00 26 -#> 563 25 A69-1303-555 830 2016-04-16 07:34:00 26 -#> 564 25 A69-1303-555 831 2016-04-16 07:36:00 26 -#> 565 25 A69-1303-555 833 2016-04-16 07:42:00 26 -#> 566 25 A69-1303-555 834 2016-04-16 07:44:00 26 -#> 567 25 A69-1303-555 836 2016-04-16 07:46:00 26 -#> 568 25 A69-1303-555 837 2016-04-16 08:04:00 26 -#> 569 25 A69-1303-555 838 2016-04-16 08:18:00 26 -#> 570 25 A69-1303-555 839 2016-04-16 08:20:00 26 -#> 571 25 A69-1303-555 840 2016-04-16 08:22:00 26 -#> 572 25 A69-1303-555 841 2016-04-16 08:26:00 26 -#> 573 25 A69-1303-555 842 2016-04-24 00:38:00 26 -#> 574 25 A69-1303-555 843 2016-04-24 00:46:00 26 -#> 575 25 A69-1303-555 845 2016-04-24 00:48:00 26 -#> 576 25 A69-1303-555 848 2016-04-24 00:50:00 26 -#> 577 25 A69-1303-555 849 2016-04-24 00:52:00 26 -#> 578 25 A69-1303-555 851 2016-04-24 00:54:00 26 -#> 579 25 A69-1303-555 852 2016-04-24 00:56:00 26 -#> 580 25 A69-1303-555 855 2016-04-24 00:58:00 31 -#> 581 25 A69-1303-555 856 2016-04-24 01:02:00 26 -#> 582 25 A69-1303-555 857 2016-04-24 01:10:00 26 -#> 583 25 A69-1303-555 858 2016-04-24 01:16:00 26 -#> 584 25 A69-1303-555 860 2016-04-24 01:18:00 26 -#> 585 25 A69-1303-555 861 2016-04-24 01:20:00 26 -#> 586 25 A69-1303-555 862 2016-04-24 01:20:00 31 -#> 587 25 A69-1303-555 863 2016-04-24 01:22:00 26 -#> 588 25 A69-1303-555 864 2016-04-24 01:24:00 26 -#> 589 25 A69-1303-555 865 2016-04-24 01:24:00 31 -#> 590 25 A69-1303-555 867 2016-04-24 01:26:00 26 -#> 591 25 A69-1303-555 869 2016-04-27 03:38:00 30 -#> 592 25 A69-1303-555 871 2016-04-28 03:18:00 26 -#> 593 25 A69-1303-555 873 2016-04-28 03:20:00 26 -#> 594 25 A69-1303-555 875 2016-04-28 03:22:00 26 -#> 595 25 A69-1303-555 877 2016-04-28 03:24:00 26 -#> 596 25 A69-1303-555 878 2016-04-28 03:26:00 26 -#> 597 25 A69-1303-555 880 2016-04-28 03:28:00 26 -#> 598 25 A69-1303-555 881 2016-04-28 03:30:00 26 -#> 599 25 A69-1303-555 883 2016-04-28 03:50:00 26 -#> 600 25 A69-1303-555 884 2016-04-28 04:02:00 26 -#> 601 25 A69-1303-555 885 2016-04-28 04:26:00 26 -#> 602 25 A69-1303-555 886 2016-04-28 04:28:00 26 -#> 603 25 A69-1303-555 887 2016-05-03 13:16:00 26 -#> 604 25 A69-1303-555 888 2016-05-03 13:20:00 26 -#> 605 25 A69-1303-555 889 2016-05-03 14:50:00 26 -#> 606 25 A69-1303-555 890 2016-05-03 14:52:00 26 -#> 607 25 A69-1303-555 891 2016-05-03 14:58:00 26 -#> 608 25 A69-1303-555 892 2016-05-03 15:00:00 26 -#> 609 25 A69-1303-555 893 2016-05-03 15:02:00 26 -#> 610 25 A69-1303-555 894 2016-05-03 15:20:00 26 -#> 611 25 A69-1303-555 896 2016-05-03 18:02:00 26 -#> 612 25 A69-1303-555 897 2016-05-03 18:06:00 26 -#> 613 25 A69-1303-555 898 2016-05-08 11:48:00 31 -#> 614 25 A69-1303-555 900 2016-05-08 11:50:00 31 -#> 615 25 A69-1303-555 901 2016-05-08 11:52:00 31 -#> 616 25 A69-1303-555 902 2016-05-08 11:54:00 31 -#> 617 25 A69-1303-555 903 2016-05-08 12:14:00 31 -#> 618 25 A69-1303-555 904 2016-05-08 12:20:00 26 -#> 619 25 A69-1303-555 906 2016-05-08 12:22:00 26 -#> 620 25 A69-1303-555 907 2016-05-08 12:24:00 26 -#> 621 25 A69-1303-555 911 2016-05-08 12:26:00 26 -#> 622 25 A69-1303-555 912 2016-05-08 12:28:00 26 -#> 623 25 A69-1303-555 913 2016-05-08 12:30:00 26 -#> 624 25 A69-1303-555 914 2016-05-08 12:32:00 26 -#> 625 25 A69-1303-555 916 2016-05-08 12:34:00 26 -#> 626 25 A69-1303-555 917 2016-05-08 12:36:00 26 -#> 627 25 A69-1303-555 918 2016-05-08 12:42:00 26 -#> 628 25 A69-1303-555 919 2016-05-08 12:44:00 26 -#> 629 25 A69-1303-555 921 2016-05-08 12:46:00 26 -#> 630 25 A69-1303-555 923 2016-05-14 14:58:00 26 -#> 631 25 A69-1303-555 924 2016-05-14 15:00:00 26 -#> 632 25 A69-1303-555 925 2016-05-14 15:02:00 26 -#> 633 25 A69-1303-555 927 2016-05-14 15:12:00 26 -#> 634 25 A69-1303-555 929 2016-05-14 15:14:00 26 -#> 635 25 A69-1303-555 930 2016-05-14 15:16:00 26 -#> 636 25 A69-1303-555 932 2016-05-14 15:18:00 26 -#> 637 25 A69-1303-555 934 2016-05-14 15:20:00 26 -#> 638 25 A69-1303-555 936 2016-05-14 15:22:00 26 -#> 639 25 A69-1303-555 938 2016-05-14 15:24:00 31 -#> 640 25 A69-1303-555 939 2016-05-14 15:24:00 26 -#> 641 25 A69-1303-555 941 2016-05-14 15:26:00 31 -#> 642 25 A69-1303-555 942 2016-05-14 15:28:00 26 -#> 643 25 A69-1303-555 943 2016-05-14 15:30:00 26 -#> 644 25 A69-1303-555 945 2016-05-14 15:32:00 26 -#> 645 25 A69-1303-555 946 2016-05-14 15:34:00 26 -#> 646 25 A69-1303-555 948 2016-05-14 19:58:00 26 -#> 647 25 A69-1303-555 949 2016-05-14 20:00:00 26 -#> 648 25 A69-1303-555 950 2016-05-14 20:02:00 26 -#> 649 25 A69-1303-555 951 2016-05-14 20:04:00 26 -#> 650 25 A69-1303-555 952 2016-05-14 21:12:00 31 -#> 651 25 A69-1303-555 954 2016-05-14 21:20:00 31 -#> 652 25 A69-1303-555 955 2016-05-14 21:24:00 31 -#> 653 25 A69-1303-555 957 2016-05-14 21:30:00 31 -#> 654 25 A69-1303-555 959 2016-05-14 21:32:00 31 -#> 655 25 A69-1303-555 960 2016-05-14 21:34:00 31 -#> 656 25 A69-1303-555 961 2016-05-14 21:36:00 31 -#> 657 25 A69-1303-555 962 2016-05-14 21:38:00 31 -#> 658 25 A69-1303-555 964 2016-05-14 21:42:00 31 -#> 659 25 A69-1303-555 966 2016-05-14 21:44:00 31 -#> 660 25 A69-1303-555 967 2016-05-14 21:46:00 31 -#> 661 25 A69-1303-555 968 2016-05-14 21:48:00 31 -#> 662 25 A69-1303-555 970 2016-05-14 21:52:00 31 -#> 663 25 A69-1303-555 971 2016-05-14 21:58:00 31 -#> 664 25 A69-1303-555 972 2016-05-14 22:00:00 31 -#> 665 25 A69-1303-555 973 2016-05-14 22:02:00 31 -#> 666 25 A69-1303-555 974 2016-05-14 22:04:00 31 -#> 667 25 A69-1303-555 975 2016-05-14 23:24:00 26 -#> 668 25 A69-1303-555 976 2016-05-14 23:26:00 26 -#> 669 25 A69-1303-555 977 2016-05-14 23:28:00 26 -#> 670 25 A69-1303-555 979 2016-05-14 23:30:00 26 -#> 671 25 A69-1303-555 982 2016-05-14 23:32:00 26 -#> 672 25 A69-1303-555 984 2016-05-14 23:34:00 26 -#> 673 25 A69-1303-555 985 2016-05-14 23:36:00 26 -#> 674 25 A69-1303-555 986 2016-05-14 23:38:00 26 -#> 675 25 A69-1303-555 988 2016-05-14 23:42:00 26 -#> 676 25 A69-1303-555 989 2016-05-14 23:46:00 26 -#> 677 25 A69-1303-555 992 2016-05-14 23:52:00 26 -#> 678 25 A69-1303-555 993 2016-05-14 23:54:00 26 -#> 679 25 A69-1303-555 994 2016-05-14 23:56:00 26 -#> 680 25 A69-1303-555 996 2016-05-14 23:58:00 26 -#> 681 25 A69-1303-555 997 2016-05-17 23:42:00 14 -#> 682 25 A69-1303-555 998 2016-05-17 23:46:00 14 -#> 683 25 A69-1303-555 999 2016-05-17 23:48:00 14 -#> 684 25 A69-1303-555 1000 2016-05-17 23:50:00 14 -#> 685 25 A69-1303-555 1001 2016-05-17 23:52:00 14 -#> 686 25 A69-1303-555 1002 2016-05-17 23:56:00 14 -#> 687 25 A69-1303-555 1003 2016-05-17 23:58:00 14 -#> 688 25 A69-1303-555 1005 2016-05-18 00:00:00 14 -#> 689 25 A69-1303-555 1008 2016-05-18 00:02:00 14 -#> 690 25 A69-1303-555 1009 2016-05-18 00:04:00 14 -#> 691 25 A69-1303-555 1011 2016-05-18 00:06:00 14 -#> 692 25 A69-1303-555 1013 2016-05-18 00:08:00 14 -#> 693 25 A69-1303-555 1015 2016-05-18 00:10:00 14 -#> 694 25 A69-1303-555 1017 2016-05-18 00:12:00 14 -#> 695 25 A69-1303-555 1018 2016-05-18 00:14:00 14 -#> 696 25 A69-1303-555 1020 2016-05-18 00:16:00 14 -#> 697 25 A69-1303-555 1021 2016-05-18 00:18:00 14 -#> 698 25 A69-1303-555 1022 2016-05-18 00:20:00 14 -#> 699 25 A69-1303-555 1024 2016-05-18 00:22:00 14 -#> 700 25 A69-1303-555 1026 2016-05-18 00:24:00 14 -#> 701 25 A69-1303-555 1027 2016-05-18 00:26:00 14 -#> 702 25 A69-1303-555 1029 2016-05-18 00:28:00 14 -#> 703 25 A69-1303-555 1031 2016-05-18 00:30:00 14 -#> 704 25 A69-1303-555 1032 2016-05-18 00:32:00 14 -#> 705 25 A69-1303-555 1034 2016-05-18 00:34:00 14 -#> 706 25 A69-1303-555 1036 2016-05-18 00:36:00 14 -#> 707 25 A69-1303-555 1038 2016-05-18 00:38:00 14 -#> 708 25 A69-1303-555 1040 2016-05-18 00:42:00 14 -#> 709 25 A69-1303-555 1041 2016-05-18 00:44:00 14 -#> 710 25 A69-1303-555 1042 2016-05-18 00:46:00 14 -#> 711 25 A69-1303-555 1043 2016-05-18 00:48:00 14 -#> 712 25 A69-1303-555 1044 2016-05-18 00:50:00 14 -#> 713 25 A69-1303-555 1045 2016-05-18 00:52:00 14 -#> 714 25 A69-1303-555 1046 2016-05-18 00:54:00 14 -#> 715 25 A69-1303-555 1048 2016-05-18 00:58:00 14 -#> 716 25 A69-1303-555 1049 2016-05-18 01:02:00 14 -#> 717 25 A69-1303-555 1050 2016-05-18 01:04:00 14 -#> 718 25 A69-1303-555 1051 2016-05-18 01:16:00 14 -#> 719 25 A69-1303-555 1052 2016-05-18 01:18:00 14 -#> 720 25 A69-1303-555 1054 2016-05-18 01:20:00 14 -#> 721 25 A69-1303-555 1056 2016-05-18 01:22:00 14 -#> 722 25 A69-1303-555 1057 2016-05-18 01:24:00 14 -#> 723 25 A69-1303-555 1059 2016-05-18 01:26:00 14 -#> 724 25 A69-1303-555 1062 2016-05-18 01:28:00 14 -#> 725 25 A69-1303-555 1063 2016-05-18 01:30:00 14 -#> 726 25 A69-1303-555 1065 2016-05-18 01:32:00 14 -#> 727 25 A69-1303-555 1067 2016-05-18 01:34:00 14 -#> 728 25 A69-1303-555 1069 2016-05-18 01:36:00 14 -#> 729 25 A69-1303-555 1071 2016-05-18 01:38:00 14 -#> 730 25 A69-1303-555 1073 2016-05-18 01:40:00 14 -#> 731 25 A69-1303-555 1075 2016-05-18 01:42:00 14 -#> 732 25 A69-1303-555 1077 2016-05-18 01:48:00 14 -#> 733 25 A69-1303-555 1079 2016-05-18 01:50:00 14 -#> 734 25 A69-1303-555 1081 2016-05-18 01:52:00 14 -#> 735 25 A69-1303-555 1083 2016-05-18 01:54:00 14 -#> 736 25 A69-1303-555 1085 2016-05-18 01:56:00 14 -#> 737 25 A69-1303-555 1087 2016-05-18 01:58:00 14 -#> 738 25 A69-1303-555 1089 2016-05-18 02:00:00 14 -#> 739 25 A69-1303-555 1091 2016-05-18 02:02:00 14 -#> 740 25 A69-1303-555 1093 2016-05-18 02:04:00 14 -#> 741 25 A69-1303-555 1095 2016-05-18 02:06:00 14 -#> 742 25 A69-1303-555 1096 2016-05-18 02:08:00 14 -#> 743 25 A69-1303-555 1097 2016-05-18 02:24:00 14 -#> 744 25 A69-1303-555 1098 2016-05-18 02:26:00 14 -#> 745 25 A69-1303-555 1100 2016-05-18 02:28:00 14 -#> 746 25 A69-1303-555 1102 2016-05-18 02:30:00 14 -#> 747 25 A69-1303-555 1105 2016-05-18 02:32:00 14 -#> 748 25 A69-1303-555 1107 2016-05-18 02:34:00 14 -#> 749 25 A69-1303-555 1109 2016-05-18 02:36:00 14 -#> 750 25 A69-1303-555 1111 2016-05-18 02:38:00 14 -#> 751 25 A69-1303-555 1112 2016-05-18 02:40:00 14 -#> 752 25 A69-1303-555 1114 2016-05-18 02:42:00 14 -#> 753 25 A69-1303-555 1116 2016-05-18 02:44:00 14 -#> 754 25 A69-1303-555 1118 2016-05-18 02:46:00 14 -#> 755 25 A69-1303-555 1119 2016-05-18 02:48:00 14 -#> 756 25 A69-1303-555 1120 2016-05-18 02:50:00 14 -#> 757 25 A69-1303-555 1122 2016-05-18 02:52:00 14 -#> 758 25 A69-1303-555 1124 2016-05-18 02:54:00 14 -#> 759 25 A69-1303-555 1126 2016-05-18 02:56:00 14 -#> 760 25 A69-1303-555 1127 2016-05-18 02:58:00 14 -#> 761 25 A69-1303-555 1128 2016-05-18 03:00:00 14 -#> 762 25 A69-1303-555 1130 2016-05-18 03:02:00 14 -#> 763 25 A69-1303-555 1133 2016-05-18 03:04:00 14 -#> 764 25 A69-1303-555 1135 2016-05-18 03:06:00 14 -#> 765 25 A69-1303-555 1137 2016-05-18 03:08:00 14 -#> 766 25 A69-1303-555 1139 2016-05-18 03:10:00 14 -#> 767 25 A69-1303-555 1141 2016-05-18 03:12:00 14 -#> 768 25 A69-1303-555 1142 2016-05-18 03:50:00 14 -#> 769 25 A69-1303-555 1145 2016-05-18 03:52:00 14 -#> 770 25 A69-1303-555 1147 2016-05-18 03:54:00 14 -#> 771 25 A69-1303-555 1148 2016-05-18 04:12:00 14 -#> 772 25 A69-1303-555 1149 2016-05-18 04:14:00 14 -#> 773 25 A69-1303-555 1150 2016-05-18 04:42:00 14 -#> 774 25 A69-1303-555 1151 2016-05-20 22:44:00 26 -#> 775 25 A69-1303-555 1152 2016-05-20 23:10:00 26 -#> 776 25 A69-1303-555 1154 2016-05-20 23:12:00 26 -#> 777 25 A69-1303-555 1156 2016-05-20 23:14:00 26 -#> 778 25 A69-1303-555 1157 2016-05-21 00:56:00 26 -#> 779 25 A69-1303-555 1158 2016-05-21 00:58:00 26 -#> 780 25 A69-1303-555 1159 2016-05-21 02:08:00 26 -#> 781 25 A69-1303-555 1160 2016-05-21 02:12:00 26 -#> 782 25 A69-1303-555 1161 2016-05-21 02:24:00 26 -#> 783 25 A69-1303-555 1162 2016-05-22 13:22:00 14 -#> 784 25 A69-1303-555 1163 2016-05-22 13:24:00 14 -#> 785 25 A69-1303-555 1164 2016-05-22 13:26:00 14 -#> 786 25 A69-1303-555 1166 2016-05-22 13:32:00 14 -#> 787 25 A69-1303-555 1167 2016-05-22 13:48:00 14 -#> 788 25 A69-1303-555 1168 2016-05-22 13:52:00 14 -#> 789 25 A69-1303-555 1170 2016-05-22 14:16:00 14 -#> 790 25 A69-1303-555 1173 2016-05-22 14:18:00 14 -#> 791 25 A69-1303-555 1175 2016-05-22 14:20:00 14 -#> 792 25 A69-1303-555 1177 2016-05-22 14:22:00 14 -#> 793 25 A69-1303-555 1179 2016-05-22 14:24:00 14 -#> 794 25 A69-1303-555 1181 2016-05-22 14:26:00 14 -#> 795 25 A69-1303-555 1183 2016-05-22 14:28:00 14 -#> 796 25 A69-1303-555 1185 2016-05-22 14:30:00 14 -#> 797 25 A69-1303-555 1188 2016-05-22 14:32:00 14 -#> 798 25 A69-1303-555 1190 2016-05-22 14:34:00 14 -#> 799 25 A69-1303-555 1192 2016-05-22 14:36:00 14 -#> 800 25 A69-1303-555 1194 2016-05-22 14:38:00 14 -#> 801 25 A69-1303-555 1196 2016-05-22 14:40:00 14 -#> 802 25 A69-1303-555 1198 2016-05-22 14:42:00 14 -#> 803 25 A69-1303-555 1199 2016-05-22 14:44:00 14 -#> 804 25 A69-1303-555 1201 2016-05-22 14:46:00 14 -#> 805 25 A69-1303-555 1202 2016-05-22 14:48:00 14 -#> 806 25 A69-1303-555 1204 2016-05-22 14:50:00 14 -#> 807 25 A69-1303-555 1206 2016-05-22 14:52:00 14 -#> 808 25 A69-1303-555 1207 2016-05-22 14:54:00 14 -#> 809 25 A69-1303-555 1209 2016-05-22 14:56:00 14 -#> 810 25 A69-1303-555 1211 2016-05-22 14:58:00 14 -#> 811 25 A69-1303-555 1212 2016-05-22 15:00:00 14 -#> 812 25 A69-1303-555 1213 2016-05-22 15:02:00 14 -#> 813 25 A69-1303-555 1215 2016-05-22 15:04:00 14 -#> 814 25 A69-1303-555 1217 2016-05-22 15:06:00 14 -#> 815 25 A69-1303-555 1218 2016-05-22 15:08:00 14 -#> 816 25 A69-1303-555 1219 2016-05-22 15:10:00 14 -#> 817 25 A69-1303-555 1220 2016-05-22 15:40:00 14 -#> 818 25 A69-1303-555 1221 2016-05-22 15:42:00 14 -#> 819 25 A69-1303-555 1223 2016-05-22 15:44:00 14 -#> 820 25 A69-1303-555 1224 2016-05-22 15:48:00 14 -#> 821 25 A69-1303-555 1225 2016-05-22 16:12:00 14 -#> 822 25 A69-1303-555 1227 2016-05-22 17:50:00 14 -#> 823 25 A69-1303-555 1228 2016-05-22 17:52:00 14 -#> 824 25 A69-1303-555 1229 2016-05-22 17:54:00 14 -#> 825 25 A69-1303-555 1231 2016-05-22 17:56:00 14 -#> 826 25 A69-1303-555 1233 2016-05-22 17:58:00 14 -#> 827 25 A69-1303-555 1234 2016-05-22 18:00:00 14 -#> 828 25 A69-1303-555 1236 2016-05-22 18:02:00 14 -#> 829 25 A69-1303-555 1237 2016-05-22 18:04:00 14 -#> 830 25 A69-1303-555 1238 2016-05-22 18:06:00 14 -#> 831 25 A69-1303-555 1239 2016-05-22 18:08:00 14 -#> 832 25 A69-1303-555 1240 2016-05-22 18:10:00 14 -#> 833 25 A69-1303-555 1242 2016-05-22 18:20:00 14 -#> 834 25 A69-1303-555 1243 2016-05-22 19:58:00 14 -#> 835 25 A69-1303-555 1244 2016-05-22 20:00:00 14 -#> 836 25 A69-1303-555 1245 2016-05-22 21:46:00 23 -#> 837 25 A69-1303-555 1246 2016-05-22 21:48:00 23 -#> 838 25 A69-1303-555 1248 2016-05-22 22:00:00 23 -#> 839 25 A69-1303-555 1249 2016-05-22 22:02:00 23 -#> 840 25 A69-1303-555 1250 2016-05-22 22:10:00 23 -#> 841 25 A69-1303-555 1251 2016-05-22 22:12:00 23 -#> 842 25 A69-1303-555 1252 2016-05-22 22:14:00 23 -#> 843 25 A69-1303-555 1253 2016-05-23 04:48:00 14 -#> 844 25 A69-1303-555 1254 2016-05-23 04:58:00 14 -#> 845 25 A69-1303-555 1255 2016-05-23 05:00:00 14 -#> 846 25 A69-1303-555 1256 2016-05-23 05:02:00 14 -#> 847 25 A69-1303-555 1257 2016-05-23 05:04:00 14 -#> 848 25 A69-1303-555 1258 2016-05-23 05:06:00 14 -#> 849 25 A69-1303-555 1259 2016-05-23 05:08:00 14 -#> 850 25 A69-1303-555 1260 2016-05-23 05:10:00 14 -#> 851 25 A69-1303-555 1261 2016-05-23 05:12:00 14 -#> 852 25 A69-1303-555 1262 2016-05-23 05:34:00 14 -#> 853 25 A69-1303-555 1264 2016-05-23 05:36:00 14 -#> 854 25 A69-1303-555 1265 2016-05-23 05:40:00 14 -#> 855 25 A69-1303-555 1267 2016-05-23 05:44:00 14 -#> 856 25 A69-1303-555 1270 2016-05-23 05:54:00 14 -#> 857 25 A69-1303-555 1272 2016-05-23 06:00:00 14 -#> 858 25 A69-1303-555 1274 2016-05-23 06:02:00 14 -#> 859 25 A69-1303-555 1276 2016-05-23 06:04:00 14 -#> 860 25 A69-1303-555 1278 2016-05-23 06:06:00 14 -#> 861 25 A69-1303-555 1280 2016-05-23 06:08:00 14 -#> 862 25 A69-1303-555 1282 2016-05-23 06:10:00 14 -#> 863 25 A69-1303-555 1283 2016-05-23 06:24:00 14 -#> 864 25 A69-1303-555 1284 2016-05-23 06:28:00 14 -#> 865 25 A69-1303-555 1287 2016-05-23 06:30:00 14 -#> 866 25 A69-1303-555 1288 2016-05-23 06:32:00 14 -#> 867 25 A69-1303-555 1290 2016-05-23 06:34:00 14 -#> 868 25 A69-1303-555 1292 2016-05-23 06:36:00 14 -#> 869 25 A69-1303-555 1294 2016-05-23 06:38:00 14 -#> 870 25 A69-1303-555 1296 2016-05-23 06:40:00 14 -#> 871 25 A69-1303-555 1298 2016-05-25 17:58:00 26 -#> 872 25 A69-1303-555 1299 2016-05-25 18:00:00 26 -#> 873 25 A69-1303-555 1300 2016-05-25 18:12:00 26 -#> 874 25 A69-1303-555 1301 2016-05-26 22:20:00 23 -#> 875 25 A69-1303-555 1302 2016-05-26 22:22:00 23 -#> 876 25 A69-1303-555 1303 2016-05-26 22:24:00 23 -#> 877 25 A69-1303-555 1304 2016-05-26 22:26:00 23 -#> 878 25 A69-1303-555 1305 2016-05-26 22:32:00 23 -#> 879 25 A69-1303-555 1306 2016-05-26 22:34:00 23 -#> 880 25 A69-1303-555 1307 2016-05-26 22:56:00 23 -#> 881 25 A69-1303-555 1308 2016-05-26 22:58:00 23 -#> 882 25 A69-1303-555 1309 2016-05-26 23:00:00 23 -#> 883 25 A69-1303-555 1312 2016-05-26 23:04:00 23 -#> 884 25 A69-1303-555 1314 2016-05-26 23:06:00 23 -#> 885 25 A69-1303-555 1316 2016-05-26 23:08:00 23 -#> 886 25 A69-1303-555 1318 2016-05-26 23:10:00 23 -#> 887 25 A69-1303-555 1320 2016-05-26 23:12:00 23 -#> 888 25 A69-1303-555 1322 2016-05-26 23:14:00 23 -#> 889 25 A69-1303-555 1324 2016-05-26 23:16:00 23 -#> 890 25 A69-1303-555 1326 2016-05-26 23:18:00 23 -#> 891 25 A69-1303-555 1328 2016-05-26 23:20:00 23 -#> 892 25 A69-1303-555 1330 2016-05-26 23:22:00 23 -#> 893 25 A69-1303-555 1332 2016-05-26 23:24:00 23 -#> 894 25 A69-1303-555 1333 2016-05-26 23:26:00 23 -#> 895 25 A69-1303-555 1335 2016-05-26 23:28:00 23 -#> 896 25 A69-1303-555 1337 2016-05-26 23:30:00 23 -#> 897 25 A69-1303-555 1339 2016-05-26 23:32:00 23 -#> 898 25 A69-1303-555 1340 2016-05-27 00:14:00 23 -#> 899 25 A69-1303-555 1341 2016-05-27 00:16:00 23 -#> 900 25 A69-1303-555 1342 2016-05-27 00:20:00 23 -#> 901 25 A69-1303-555 1344 2016-05-27 00:22:00 23 -#> 902 25 A69-1303-555 1345 2016-05-27 00:24:00 23 -#> 903 25 A69-1303-555 1346 2016-05-27 00:28:00 23 -#> 904 25 A69-1303-555 1347 2016-05-27 01:06:00 14 -#> 905 25 A69-1303-555 1348 2016-05-27 01:08:00 14 -#> 906 25 A69-1303-555 1349 2016-05-27 01:38:00 14 -#> 907 25 A69-1303-555 1350 2016-05-27 01:40:00 14 -#> 908 25 A69-1303-555 1351 2016-05-27 01:42:00 14 -#> 909 25 A69-1303-555 1352 2016-05-27 01:52:00 14 -#> 910 25 A69-1303-555 1353 2016-05-27 01:54:00 14 -#> 911 25 A69-1303-555 1354 2016-05-27 03:38:00 14 -#> 912 25 A69-1303-555 1355 2016-05-27 03:40:00 14 -#> 913 25 A69-1303-555 1357 2016-05-27 03:42:00 14 -#> 914 25 A69-1303-555 1359 2016-05-27 03:44:00 14 -#> 915 25 A69-1303-555 1360 2016-05-27 03:46:00 14 -#> 916 25 A69-1303-555 1363 2016-05-27 03:48:00 14 -#> 917 25 A69-1303-555 1365 2016-05-27 03:52:00 14 -#> 918 25 A69-1303-555 1366 2016-05-27 03:54:00 14 -#> 919 25 A69-1303-555 1367 2016-05-27 03:58:00 14 -#> 920 25 A69-1303-555 1368 2016-05-27 04:12:00 14 -#> 921 25 A69-1303-555 1369 2016-05-27 04:18:00 14 -#> 922 25 A69-1303-555 1370 2016-05-27 04:26:00 14 -#> 923 25 A69-1303-555 1372 2016-05-27 04:28:00 14 -#> 924 25 A69-1303-555 1373 2016-05-27 04:30:00 14 -#> 925 25 A69-1303-555 1374 2016-05-27 04:32:00 14 -#> 926 25 A69-1303-555 1375 2016-05-27 04:58:00 14 -#> 927 25 A69-1303-555 1376 2016-05-27 05:00:00 14 -#> 928 25 A69-1303-555 1377 2016-05-27 05:08:00 14 -#> 929 25 A69-1303-555 1378 2016-05-27 12:56:00 14 -#> 930 25 A69-1303-555 1380 2016-05-27 12:58:00 14 -#> 931 25 A69-1303-555 1381 2016-05-27 13:04:00 14 -#> 932 25 A69-1303-555 1382 2016-05-27 13:06:00 14 -#> 933 25 A69-1303-555 1384 2016-05-27 13:08:00 14 -#> 934 25 A69-1303-555 1386 2016-05-27 13:10:00 14 -#> 935 25 A69-1303-555 1387 2016-05-27 13:12:00 14 -#> 936 25 A69-1303-555 1390 2016-05-27 13:14:00 14 -#> 937 25 A69-1303-555 1392 2016-05-27 13:16:00 14 -#> 938 25 A69-1303-555 1393 2016-05-27 13:20:00 14 -#> 939 25 A69-1303-555 1394 2016-05-27 13:22:00 14 -#> 940 25 A69-1303-555 1396 2016-05-27 13:26:00 14 -#> 941 25 A69-1303-555 1398 2016-05-27 13:28:00 14 -#> 942 25 A69-1303-555 1399 2016-05-27 13:30:00 14 -#> 943 25 A69-1303-555 1401 2016-05-27 13:32:00 14 -#> 944 25 A69-1303-555 1403 2016-05-27 13:34:00 14 -#> 945 25 A69-1303-555 1405 2016-05-27 13:36:00 14 -#> 946 25 A69-1303-555 1407 2016-05-27 13:38:00 14 -#> 947 25 A69-1303-555 1408 2016-05-27 13:40:00 14 -#> 948 25 A69-1303-555 1409 2016-05-27 13:42:00 14 -#> 949 25 A69-1303-555 1410 2016-05-27 13:46:00 14 -#> 950 25 A69-1303-555 1411 2016-05-27 13:48:00 14 -#> 951 25 A69-1303-555 1414 2016-05-27 13:50:00 14 -#> 952 25 A69-1303-555 1415 2016-05-27 13:54:00 14 -#> 953 25 A69-1303-555 1417 2016-05-27 13:58:00 14 -#> 954 25 A69-1303-555 1419 2016-05-27 14:00:00 14 -#> 955 25 A69-1303-555 1420 2016-05-27 14:02:00 14 -#> 956 25 A69-1303-555 1422 2016-05-27 14:04:00 14 -#> 957 25 A69-1303-555 1423 2016-05-27 14:06:00 14 -#> 958 25 A69-1303-555 1424 2016-05-27 14:08:00 14 -#> 959 25 A69-1303-555 1426 2016-05-27 14:12:00 14 -#> 960 25 A69-1303-555 1428 2016-05-27 14:14:00 14 -#> 961 25 A69-1303-555 1429 2016-05-27 14:16:00 14 -#> 962 25 A69-1303-555 1430 2016-05-27 14:18:00 14 -#> 963 25 A69-1303-555 1432 2016-05-27 14:22:00 14 -#> 964 25 A69-1303-555 1433 2016-05-27 14:24:00 14 -#> 965 25 A69-1303-555 1434 2016-05-27 14:30:00 14 -#> 966 25 A69-1303-555 1436 2016-05-27 14:42:00 14 -#> 967 25 A69-1303-555 1437 2016-05-27 14:48:00 14 -#> 968 25 A69-1303-555 1438 2016-05-27 14:52:00 14 -#> 969 25 A69-1303-555 1440 2016-05-27 15:08:00 14 -#> 970 25 A69-1303-555 1441 2016-05-27 15:10:00 14 -#> 971 25 A69-1303-555 1442 2016-05-27 15:12:00 14 -#> 972 25 A69-1303-555 1443 2016-05-27 15:14:00 14 -#> 973 25 A69-1303-555 1445 2016-05-27 15:22:00 14 -#> 974 25 A69-1303-555 1447 2016-05-27 15:24:00 14 -#> 975 25 A69-1303-555 1448 2016-05-27 15:30:00 14 -#> 976 25 A69-1303-555 1449 2016-05-27 15:32:00 14 -#> 977 25 A69-1303-555 1450 2016-05-27 15:34:00 14 -#> 978 25 A69-1303-555 1451 2016-05-27 15:36:00 14 -#> 979 25 A69-1303-555 1452 2016-05-27 15:46:00 14 -#> 980 25 A69-1303-555 1453 2016-05-27 15:48:00 14 -#> 981 25 A69-1303-555 1454 2016-05-27 15:50:00 14 -#> 982 25 A69-1303-555 1455 2016-05-27 15:52:00 14 -#> 983 25 A69-1303-555 1456 2016-05-27 15:54:00 14 -#> 984 25 A69-1303-555 1458 2016-05-27 15:56:00 14 -#> 985 25 A69-1303-555 1460 2016-05-27 15:58:00 14 -#> 986 25 A69-1303-555 1461 2016-05-27 16:02:00 14 -#> 987 25 A69-1303-555 1462 2016-05-27 16:04:00 14 -#> 988 25 A69-1303-555 1463 2016-05-27 16:06:00 14 -#> 989 25 A69-1303-555 1465 2016-05-27 16:08:00 14 -#> 990 25 A69-1303-555 1466 2016-05-27 16:12:00 14 -#> 991 25 A69-1303-555 1467 2016-05-27 16:14:00 14 -#> 992 25 A69-1303-555 1469 2016-05-27 16:16:00 14 -#> 993 25 A69-1303-555 1471 2016-05-27 16:18:00 14 -#> 994 25 A69-1303-555 1473 2016-05-27 16:20:00 14 -#> 995 25 A69-1303-555 1475 2016-05-27 16:22:00 14 -#> 996 25 A69-1303-555 1477 2016-05-27 16:24:00 14 -#> 997 25 A69-1303-555 1479 2016-05-27 16:26:00 14 -#> 998 25 A69-1303-555 1481 2016-05-27 16:28:00 14 -#> 999 25 A69-1303-555 1483 2016-05-27 16:30:00 14 -#> 1000 25 A69-1303-555 1485 2016-05-27 16:32:00 14 -#> 1001 25 A69-1303-555 1486 2016-05-27 16:34:00 14 -#> 1002 25 A69-1303-555 1488 2016-05-27 16:36:00 14 -#> 1003 25 A69-1303-555 1491 2016-05-27 16:38:00 14 -#> 1004 25 A69-1303-555 1493 2016-05-27 17:22:00 14 -#> 1005 25 A69-1303-555 1494 2016-05-27 17:24:00 14 -#> 1006 25 A69-1303-555 1496 2016-05-27 17:26:00 14 -#> 1007 25 A69-1303-555 1498 2016-05-27 17:28:00 14 -#> 1008 25 A69-1303-555 1499 2016-05-27 17:30:00 14 -#> 1009 25 A69-1303-555 1500 2016-05-27 17:32:00 14 -#> 1010 25 A69-1303-555 1501 2016-05-29 05:40:00 14 -#> 1011 25 A69-1303-555 1502 2016-05-29 05:56:00 14 -#> 1012 25 A69-1303-555 1504 2016-05-29 06:00:00 14 -#> 1013 25 A69-1303-555 1505 2016-05-29 06:02:00 14 -#> 1014 25 A69-1303-555 1507 2016-05-29 06:04:00 14 -#> 1015 25 A69-1303-555 1508 2016-05-29 06:06:00 14 -#> 1016 25 A69-1303-555 1510 2016-05-29 06:08:00 14 -#> 1017 25 A69-1303-555 1512 2016-05-29 06:14:00 14 -#> 1018 25 A69-1303-555 1514 2016-05-29 06:16:00 14 -#> 1019 25 A69-1303-555 1515 2016-05-29 06:32:00 14 -#> 1020 25 A69-1303-555 1516 2016-05-29 06:34:00 14 -#> 1021 25 A69-1303-555 1517 2016-05-29 13:18:00 14 -#> 1022 25 A69-1303-555 1518 2016-05-29 13:20:00 14 -#> 1023 25 A69-1303-555 1519 2016-05-29 13:22:00 14 -#> 1024 25 A69-1303-555 1521 2016-05-29 13:26:00 14 -#> 1025 25 A69-1303-555 1522 2016-05-29 13:28:00 14 -#> 1026 25 A69-1303-555 1523 2016-05-29 13:30:00 14 -#> 1027 25 A69-1303-555 1524 2016-05-29 13:32:00 14 -#> 1028 25 A69-1303-555 1526 2016-05-29 13:34:00 14 -#> 1029 25 A69-1303-555 1527 2016-05-29 13:40:00 14 -#> 1030 25 A69-1303-555 1528 2016-05-29 13:42:00 14 -#> 1031 25 A69-1303-555 1530 2016-05-29 13:44:00 14 -#> 1032 25 A69-1303-555 1533 2016-05-29 13:46:00 14 -#> 1033 25 A69-1303-555 1535 2016-05-29 13:48:00 14 -#> 1034 25 A69-1303-555 1536 2016-05-29 13:50:00 14 -#> 1035 25 A69-1303-555 1539 2016-05-29 13:52:00 14 -#> 1036 25 A69-1303-555 1541 2016-05-29 13:54:00 14 -#> 1037 25 A69-1303-555 1543 2016-05-29 13:56:00 14 -#> 1038 25 A69-1303-555 1544 2016-05-29 13:58:00 14 -#> 1039 25 A69-1303-555 1545 2016-05-29 14:06:00 14 -#> 1040 25 A69-1303-555 1546 2016-05-29 14:08:00 14 -#> 1041 25 A69-1303-555 1547 2016-05-29 14:10:00 14 -#> 1042 25 A69-1303-555 1549 2016-05-29 14:12:00 14 -#> 1043 25 A69-1303-555 1552 2016-05-29 14:14:00 14 -#> 1044 25 A69-1303-555 1553 2016-05-29 14:16:00 14 -#> 1045 25 A69-1303-555 1554 2016-05-29 14:18:00 14 -#> 1046 25 A69-1303-555 1556 2016-05-29 14:20:00 14 -#> 1047 25 A69-1303-555 1558 2016-05-29 14:22:00 14 -#> 1048 25 A69-1303-555 1560 2016-05-29 14:24:00 14 -#> 1049 25 A69-1303-555 1561 2016-05-29 20:52:00 14 -#> 1050 25 A69-1303-555 1563 2016-05-29 20:54:00 14 -#> 1051 25 A69-1303-555 1565 2016-05-29 20:56:00 14 -#> 1052 25 A69-1303-555 1567 2016-05-29 20:58:00 14 -#> 1053 25 A69-1303-555 1569 2016-05-29 21:00:00 14 -#> 1054 25 A69-1303-555 1571 2016-05-29 21:02:00 14 -#> 1055 25 A69-1303-555 1573 2016-05-29 21:04:00 14 -#> 1056 25 A69-1303-555 1575 2016-05-29 21:06:00 14 -#> 1057 25 A69-1303-555 1576 2016-05-29 21:08:00 14 -#> 1058 25 A69-1303-555 1577 2016-05-29 21:10:00 14 -#> 1059 25 A69-1303-555 1579 2016-05-29 21:12:00 14 -#> 1060 25 A69-1303-555 1581 2016-05-29 21:14:00 14 -#> 1061 25 A69-1303-555 1584 2016-05-29 21:16:00 14 -#> 1062 25 A69-1303-555 1586 2016-05-29 21:18:00 14 -#> 1063 25 A69-1303-555 1588 2016-05-29 21:20:00 14 -#> 1064 25 A69-1303-555 1590 2016-05-29 21:22:00 14 -#> 1065 25 A69-1303-555 1592 2016-05-29 21:24:00 14 -#> 1066 25 A69-1303-555 1593 2016-05-29 21:26:00 14 -#> 1067 25 A69-1303-555 1596 2016-05-29 21:28:00 14 -#> 1068 25 A69-1303-555 1598 2016-05-29 21:30:00 14 -#> 1069 25 A69-1303-555 1600 2016-05-29 21:32:00 14 -#> 1070 25 A69-1303-555 1602 2016-05-29 21:34:00 14 -#> 1071 25 A69-1303-555 1604 2016-05-29 21:50:00 14 -#> 1072 25 A69-1303-555 1605 2016-05-29 21:52:00 14 -#> 1073 25 A69-1303-555 1607 2016-05-29 21:54:00 14 -#> 1074 25 A69-1303-555 1609 2016-05-29 21:56:00 14 -#> 1075 25 A69-1303-555 1611 2016-05-29 21:58:00 14 -#> 1076 25 A69-1303-555 1613 2016-05-29 22:00:00 14 -#> 1077 25 A69-1303-555 1614 2016-05-29 22:02:00 14 -#> 1078 25 A69-1303-555 1615 2016-05-31 15:16:00 14 -#> 1079 25 A69-1303-555 1616 2016-05-31 15:18:00 14 -#> 1080 25 A69-1303-555 1617 2016-05-31 15:20:00 14 -#> 1081 25 A69-1303-555 1619 2016-05-31 15:24:00 14 -#> 1082 25 A69-1303-555 1621 2016-05-31 15:26:00 14 -#> 1083 25 A69-1303-555 1623 2016-05-31 15:28:00 14 -#> 1084 25 A69-1303-555 1625 2016-05-31 15:30:00 14 -#> 1085 25 A69-1303-555 1627 2016-05-31 15:32:00 14 -#> 1086 25 A69-1303-555 1629 2016-05-31 15:34:00 14 -#> 1087 25 A69-1303-555 1630 2016-05-31 15:36:00 14 -#> 1088 25 A69-1303-555 1632 2016-05-31 15:38:00 14 -#> 1089 25 A69-1303-555 1633 2016-05-31 15:42:00 14 -#> 1090 25 A69-1303-555 1634 2016-05-31 15:44:00 14 -#> 1091 25 A69-1303-555 1636 2016-05-31 15:46:00 14 -#> 1092 25 A69-1303-555 1639 2016-05-31 15:48:00 14 -#> 1093 25 A69-1303-555 1641 2016-05-31 15:50:00 14 -#> 1094 25 A69-1303-555 1643 2016-05-31 15:52:00 14 -#> 1095 25 A69-1303-555 1644 2016-05-31 15:54:00 14 -#> 1096 25 A69-1303-555 1646 2016-05-31 15:56:00 14 -#> 1097 25 A69-1303-555 1648 2016-05-31 16:00:00 14 -#> 1098 25 A69-1303-555 1649 2016-05-31 16:02:00 14 -#> 1099 25 A69-1303-555 1650 2016-05-31 16:04:00 14 -#> 1100 25 A69-1303-555 1651 2016-05-31 16:08:00 14 -#> 1101 25 A69-1303-555 1652 2016-06-01 23:52:00 14 -#> 1102 25 A69-1303-555 1653 2016-06-01 23:56:00 14 -#> 1103 25 A69-1303-555 1654 2016-06-02 04:00:00 14 -#> 1104 25 A69-1303-555 1655 2016-06-02 04:16:00 14 -#> 1105 25 A69-1303-555 1656 2016-06-02 04:18:00 14 -#> 1106 25 A69-1303-555 1657 2016-06-02 04:20:00 14 -#> 1107 25 A69-1303-555 1660 2016-06-02 04:24:00 14 -#> 1108 25 A69-1303-555 1662 2016-06-02 04:28:00 14 -#> 1109 25 A69-1303-555 1663 2016-06-02 04:30:00 14 -#> 1110 25 A69-1303-555 1664 2016-06-02 04:32:00 14 -#> 1111 25 A69-1303-555 1665 2016-06-02 04:34:00 14 -#> 1112 25 A69-1303-555 1667 2016-06-02 04:36:00 14 -#> 1113 25 A69-1303-555 1669 2016-06-02 04:42:00 14 -#> 1114 25 A69-1303-555 1670 2016-06-02 04:44:00 14 -#> 1115 25 A69-1303-555 1672 2016-06-02 04:46:00 14 -#> 1116 25 A69-1303-555 1673 2016-06-02 04:50:00 14 -#> 1117 25 A69-1303-555 1674 2016-06-02 04:52:00 14 -#> 1118 25 A69-1303-555 1676 2016-06-02 04:54:00 14 -#> 1119 25 A69-1303-555 1677 2016-06-02 04:56:00 14 -#> 1120 25 A69-1303-555 1679 2016-06-02 04:58:00 14 -#> 1121 25 A69-1303-555 1680 2016-06-02 05:02:00 14 -#> 1122 25 A69-1303-555 1682 2016-06-02 05:04:00 14 -#> 1123 25 A69-1303-555 1684 2016-06-02 05:06:00 14 -#> 1124 25 A69-1303-555 1685 2016-06-02 05:08:00 14 -#> 1125 25 A69-1303-555 1688 2016-06-02 05:12:00 14 -#> 1126 25 A69-1303-555 1689 2016-06-02 05:14:00 14 -#> 1127 25 A69-1303-555 1691 2016-06-02 05:16:00 14 -#> 1128 25 A69-1303-555 1693 2016-06-02 05:18:00 14 -#> 1129 25 A69-1303-555 1694 2016-06-02 05:20:00 14 -#> 1130 25 A69-1303-555 1695 2016-06-02 05:22:00 14 -#> 1131 25 A69-1303-555 1697 2016-06-02 05:24:00 14 -#> 1132 25 A69-1303-555 1699 2016-06-02 05:26:00 14 -#> 1133 25 A69-1303-555 1700 2016-06-02 05:28:00 14 -#> 1134 25 A69-1303-555 1701 2016-06-02 05:30:00 14 -#> 1135 25 A69-1303-555 1702 2016-06-02 05:34:00 14 -#> 1136 25 A69-1303-555 1704 2016-06-02 05:36:00 14 -#> 1137 25 A69-1303-555 1706 2016-06-02 05:38:00 14 -#> 1138 25 A69-1303-555 1708 2016-06-02 05:40:00 14 -#> 1139 25 A69-1303-555 1710 2016-06-02 05:42:00 14 -#> 1140 25 A69-1303-555 1712 2016-06-02 05:44:00 14 -#> 1141 25 A69-1303-555 1713 2016-06-02 05:46:00 14 -#> 1142 25 A69-1303-555 1715 2016-06-02 05:48:00 14 -#> 1143 25 A69-1303-555 1716 2016-06-02 05:50:00 14 -#> 1144 25 A69-1303-555 1719 2016-06-02 05:52:00 14 -#> 1145 25 A69-1303-555 1721 2016-06-02 05:54:00 14 -#> 1146 25 A69-1303-555 1723 2016-06-02 05:56:00 14 -#> 1147 25 A69-1303-555 1725 2016-06-02 05:58:00 14 -#> 1148 25 A69-1303-555 1727 2016-06-02 06:00:00 14 -#> 1149 25 A69-1303-555 1729 2016-06-02 06:02:00 14 -#> 1150 25 A69-1303-555 1730 2016-06-02 06:04:00 14 -#> 1151 25 A69-1303-555 1731 2016-06-02 06:06:00 14 -#> 1152 25 A69-1303-555 1732 2016-06-02 06:36:00 14 -#> 1153 25 A69-1303-555 1733 2016-06-02 06:54:00 14 -#> 1154 25 A69-1303-555 1734 2016-06-02 06:58:00 14 -#> 1155 25 A69-1303-555 1735 2016-06-02 07:12:00 14 -#> 1156 25 A69-1303-555 1736 2016-06-02 07:14:00 14 -#> 1157 25 A69-1303-555 1737 2016-06-02 07:20:00 14 -#> 1158 25 A69-1303-555 1739 2016-06-02 08:28:00 14 -#> 1159 25 A69-1303-555 1741 2016-06-02 08:30:00 14 -#> 1160 25 A69-1303-555 1742 2016-06-02 08:32:00 14 -#> 1161 25 A69-1303-555 1744 2016-06-02 08:34:00 14 -#> 1162 25 A69-1303-555 1745 2016-06-02 08:36:00 14 -#> 1163 25 A69-1303-555 1747 2016-06-02 08:38:00 14 -#> 1164 25 A69-1303-555 1749 2016-06-02 08:40:00 14 -#> 1165 25 A69-1303-555 1751 2016-06-02 08:42:00 14 -#> 1166 25 A69-1303-555 1752 2016-06-02 08:44:00 14 -#> 1167 25 A69-1303-555 1754 2016-06-02 08:46:00 14 -#> 1168 25 A69-1303-555 1757 2016-06-02 08:48:00 14 -#> 1169 25 A69-1303-555 1759 2016-06-02 08:50:00 14 -#> 1170 25 A69-1303-555 1760 2016-06-02 08:52:00 14 -#> 1171 25 A69-1303-555 1762 2016-06-02 08:54:00 14 -#> 1172 25 A69-1303-555 1763 2016-06-02 08:56:00 14 -#> 1173 25 A69-1303-555 1765 2016-06-02 09:00:00 14 -#> 1174 25 A69-1303-555 1767 2016-06-02 09:02:00 14 -#> 1175 25 A69-1303-555 1768 2016-06-02 09:04:00 14 -#> 1176 25 A69-1303-555 1770 2016-06-02 09:06:00 14 -#> 1177 25 A69-1303-555 1771 2016-06-02 09:08:00 14 -#> 1178 25 A69-1303-555 1773 2016-06-02 09:10:00 14 -#> 1179 25 A69-1303-555 1774 2016-06-02 09:12:00 14 -#> 1180 25 A69-1303-555 1775 2016-06-02 09:14:00 14 -#> 1181 25 A69-1303-555 1776 2016-06-02 09:16:00 14 -#> 1182 25 A69-1303-555 1777 2016-06-02 09:18:00 14 -#> 1183 25 A69-1303-555 1779 2016-06-02 09:24:00 14 -#> 1184 25 A69-1303-555 1780 2016-06-02 09:30:00 14 -#> 1185 25 A69-1303-555 1781 2016-06-02 09:32:00 14 -#> 1186 25 A69-1303-555 1783 2016-06-02 09:34:00 14 -#> 1187 25 A69-1303-555 1786 2016-06-02 09:36:00 14 -#> 1188 25 A69-1303-555 1788 2016-06-02 09:38:00 14 -#> 1189 25 A69-1303-555 1790 2016-06-02 09:40:00 14 -#> 1190 25 A69-1303-555 1791 2016-06-02 09:42:00 14 -#> 1191 25 A69-1303-555 1793 2016-06-02 09:44:00 14 -#> 1192 25 A69-1303-555 1795 2016-06-02 09:46:00 14 -#> 1193 25 A69-1303-555 1797 2016-06-02 09:48:00 14 -#> 1194 25 A69-1303-555 1798 2016-06-02 09:50:00 14 -#> 1195 25 A69-1303-555 1800 2016-06-02 09:52:00 14 -#> 1196 25 A69-1303-555 1802 2016-06-02 09:54:00 14 -#> 1197 25 A69-1303-555 1804 2016-06-02 09:56:00 14 -#> 1198 25 A69-1303-555 1805 2016-06-02 09:58:00 14 -#> 1199 25 A69-1303-555 1807 2016-06-02 10:00:00 14 -#> 1200 25 A69-1303-555 1809 2016-06-02 10:02:00 14 -#> 1201 25 A69-1303-555 1811 2016-06-02 10:04:00 14 -#> 1202 25 A69-1303-555 1813 2016-06-02 10:06:00 14 -#> 1203 25 A69-1303-555 1815 2016-06-02 10:08:00 14 -#> 1204 25 A69-1303-555 1817 2016-06-02 10:10:00 14 -#> 1205 25 A69-1303-555 1819 2016-06-02 10:12:00 14 -#> 1206 25 A69-1303-555 1821 2016-06-02 10:14:00 14 -#> 1207 25 A69-1303-555 1822 2016-06-02 10:16:00 14 -#> 1208 25 A69-1303-555 1824 2016-06-02 10:18:00 14 -#> 1209 25 A69-1303-555 1826 2016-06-02 10:20:00 14 -#> 1210 25 A69-1303-555 1827 2016-06-02 11:26:00 14 -#> 1211 25 A69-1303-555 1828 2016-06-02 11:28:00 14 -#> 1212 25 A69-1303-555 1830 2016-06-02 11:30:00 14 -#> 1213 25 A69-1303-555 1832 2016-06-02 11:32:00 14 -#> 1214 25 A69-1303-555 1833 2016-06-02 11:34:00 14 -#> 1215 25 A69-1303-555 1835 2016-06-02 11:36:00 14 -#> 1216 25 A69-1303-555 1836 2016-06-02 11:38:00 14 -#> 1217 25 A69-1303-555 1838 2016-06-02 11:40:00 14 -#> 1218 25 A69-1303-555 1840 2016-06-02 11:42:00 14 -#> 1219 25 A69-1303-555 1841 2016-06-02 11:44:00 14 -#> 1220 25 A69-1303-555 1844 2016-06-02 11:46:00 14 -#> 1221 25 A69-1303-555 1846 2016-06-02 11:48:00 14 -#> 1222 25 A69-1303-555 1847 2016-06-02 11:50:00 14 -#> 1223 25 A69-1303-555 1849 2016-06-02 11:52:00 14 -#> 1224 25 A69-1303-555 1850 2016-06-02 11:54:00 14 -#> 1225 25 A69-1303-555 1851 2016-06-02 11:56:00 14 -#> 1226 25 A69-1303-555 1853 2016-06-02 11:58:00 14 -#> 1227 25 A69-1303-555 1856 2016-06-02 12:00:00 14 -#> 1228 25 A69-1303-555 1857 2016-06-02 12:02:00 14 -#> 1229 25 A69-1303-555 1859 2016-06-02 12:04:00 14 -#> 1230 25 A69-1303-555 1861 2016-06-02 12:06:00 14 -#> 1231 25 A69-1303-555 1863 2016-06-02 12:08:00 14 -#> 1232 25 A69-1303-555 1865 2016-06-02 12:10:00 14 -#> 1233 25 A69-1303-555 1867 2016-06-02 12:12:00 14 -#> 1234 25 A69-1303-555 1869 2016-06-02 12:14:00 14 -#> 1235 25 A69-1303-555 1871 2016-06-02 12:16:00 14 -#> 1236 25 A69-1303-555 1873 2016-06-02 12:18:00 14 -#> 1237 25 A69-1303-555 1874 2016-06-02 12:20:00 14 -#> 1238 25 A69-1303-555 1876 2016-06-02 12:22:00 14 -#> 1239 25 A69-1303-555 1877 2016-06-02 12:24:00 14 -#> 1240 25 A69-1303-555 1879 2016-06-02 12:26:00 14 -#> 1241 25 A69-1303-555 1880 2016-06-02 12:28:00 14 -#> 1242 25 A69-1303-555 1882 2016-06-02 12:30:00 14 -#> 1243 25 A69-1303-555 1884 2016-06-02 12:32:00 14 -#> 1244 25 A69-1303-555 1885 2016-06-02 12:34:00 14 -#> 1245 25 A69-1303-555 1888 2016-06-02 12:36:00 14 -#> 1246 25 A69-1303-555 1889 2016-06-02 12:38:00 14 -#> 1247 25 A69-1303-555 1891 2016-06-02 12:40:00 14 -#> 1248 25 A69-1303-555 1894 2016-06-02 12:42:00 14 -#> 1249 25 A69-1303-555 1895 2016-06-02 12:44:00 14 -#> 1250 25 A69-1303-555 1897 2016-06-02 12:46:00 14 -#> 1251 25 A69-1303-555 1898 2016-06-02 12:48:00 14 -#> 1252 25 A69-1303-555 1899 2016-06-02 12:50:00 14 -#> 1253 25 A69-1303-555 1901 2016-06-02 12:52:00 14 -#> 1254 25 A69-1303-555 1903 2016-06-02 12:54:00 14 -#> 1255 25 A69-1303-555 1905 2016-06-02 12:56:00 14 -#> 1256 25 A69-1303-555 1907 2016-06-02 12:58:00 14 -#> 1257 25 A69-1303-555 1908 2016-06-02 13:24:00 14 -#> 1258 25 A69-1303-555 1910 2016-06-02 13:26:00 14 -#> 1259 25 A69-1303-555 1911 2016-06-02 13:28:00 14 -#> 1260 25 A69-1303-555 1914 2016-06-02 13:32:00 14 -#> 1261 25 A69-1303-555 1917 2016-06-02 13:34:00 14 -#> 1262 25 A69-1303-555 1919 2016-06-02 13:36:00 14 -#> 1263 25 A69-1303-555 1920 2016-06-02 13:38:00 14 -#> 1264 25 A69-1303-555 1923 2016-06-02 13:40:00 14 -#> 1265 25 A69-1303-555 1925 2016-06-02 13:44:00 14 -#> 1266 25 A69-1303-555 1926 2016-06-02 13:46:00 14 -#> 1267 25 A69-1303-555 1928 2016-06-02 13:48:00 14 -#> 1268 25 A69-1303-555 1930 2016-06-02 13:50:00 14 -#> 1269 25 A69-1303-555 1932 2016-06-02 13:52:00 14 -#> 1270 25 A69-1303-555 1934 2016-06-02 13:54:00 14 -#> 1271 25 A69-1303-555 1936 2016-06-02 13:56:00 14 -#> 1272 25 A69-1303-555 1938 2016-06-02 13:58:00 14 -#> 1273 25 A69-1303-555 1940 2016-06-02 14:00:00 14 -#> 1274 25 A69-1303-555 1941 2016-06-02 14:02:00 14 -#> 1275 25 A69-1303-555 1943 2016-06-02 14:04:00 14 -#> 1276 25 A69-1303-555 1945 2016-06-02 14:06:00 14 -#> 1277 25 A69-1303-555 1946 2016-06-02 14:08:00 14 -#> 1278 25 A69-1303-555 1948 2016-06-02 14:10:00 14 -#> 1279 25 A69-1303-555 1949 2016-06-02 14:12:00 14 -#> 1280 25 A69-1303-555 1951 2016-06-02 14:18:00 14 -#> 1281 25 A69-1303-555 1952 2016-06-02 14:20:00 14 -#> 1282 25 A69-1303-555 1954 2016-06-02 14:22:00 14 -#> 1283 25 A69-1303-555 1955 2016-06-02 14:24:00 14 -#> 1284 25 A69-1303-555 1957 2016-06-02 14:26:00 14 -#> 1285 25 A69-1303-555 1958 2016-06-02 14:28:00 14 -#> 1286 25 A69-1303-555 1961 2016-06-02 14:30:00 14 -#> 1287 25 A69-1303-555 1963 2016-06-02 14:32:00 14 -#> 1288 25 A69-1303-555 1965 2016-06-02 14:34:00 14 -#> 1289 25 A69-1303-555 1967 2016-06-02 14:36:00 14 -#> 1290 25 A69-1303-555 1969 2016-06-02 14:38:00 14 -#> 1291 25 A69-1303-555 1970 2016-06-02 14:44:00 14 -#> 1292 25 A69-1303-555 1972 2016-06-02 14:46:00 14 -#> 1293 25 A69-1303-555 1974 2016-06-02 14:48:00 14 -#> 1294 25 A69-1303-555 1975 2016-06-02 14:50:00 14 -#> 1295 25 A69-1303-555 1977 2016-06-02 14:52:00 14 -#> 1296 25 A69-1303-555 1979 2016-06-02 14:54:00 14 -#> 1297 25 A69-1303-555 1981 2016-06-02 14:56:00 14 -#> 1298 25 A69-1303-555 1982 2016-06-02 14:58:00 14 -#> 1299 25 A69-1303-555 1983 2016-06-02 15:00:00 14 -#> 1300 25 A69-1303-555 1984 2016-06-02 15:02:00 14 -#> 1301 25 A69-1303-555 1985 2016-06-02 15:04:00 14 -#> 1302 25 A69-1303-555 1987 2016-06-02 15:06:00 14 -#> 1303 25 A69-1303-555 1989 2016-06-02 15:08:00 14 -#> 1304 25 A69-1303-555 1991 2016-06-02 15:12:00 14 -#> 1305 25 A69-1303-555 1993 2016-06-02 15:14:00 14 -#> 1306 25 A69-1303-555 1994 2016-06-02 15:16:00 14 -#> 1307 25 A69-1303-555 1995 2016-06-02 15:18:00 14 -#> 1308 25 A69-1303-555 1996 2016-06-02 15:20:00 14 -#> 1309 25 A69-1303-555 1997 2016-06-02 15:34:00 14 -#> 1310 25 A69-1303-555 1998 2016-06-02 15:36:00 14 -#> 1311 25 A69-1303-555 1999 2016-06-02 15:48:00 14 -#> 1312 25 A69-1303-555 2000 2016-06-02 15:50:00 14 -#> 1313 25 A69-1303-555 2002 2016-06-02 15:52:00 14 -#> 1314 25 A69-1303-555 2003 2016-06-02 15:54:00 14 -#> 1315 25 A69-1303-555 2005 2016-06-02 15:56:00 14 -#> 1316 25 A69-1303-555 2006 2016-06-02 15:58:00 14 -#> 1317 25 A69-1303-555 2009 2016-06-02 16:00:00 14 -#> 1318 25 A69-1303-555 2012 2016-06-02 16:02:00 14 -#> 1319 25 A69-1303-555 2014 2016-06-02 16:04:00 14 -#> 1320 25 A69-1303-555 2016 2016-06-02 16:06:00 14 -#> 1321 25 A69-1303-555 2018 2016-06-02 16:08:00 14 -#> 1322 25 A69-1303-555 2019 2016-06-02 16:10:00 14 -#> 1323 25 A69-1303-555 2021 2016-06-02 16:12:00 14 -#> 1324 25 A69-1303-555 2023 2016-06-02 16:14:00 14 -#> 1325 25 A69-1303-555 2024 2016-06-02 16:16:00 14 -#> 1326 25 A69-1303-555 2026 2016-06-02 16:20:00 14 -#> 1327 25 A69-1303-555 2027 2016-06-02 16:22:00 14 -#> 1328 25 A69-1303-555 2028 2016-06-02 16:24:00 14 -#> 1329 25 A69-1303-555 2029 2016-06-02 16:26:00 14 -#> 1330 25 A69-1303-555 2030 2016-06-02 16:28:00 14 -#> 1331 25 A69-1303-555 2031 2016-06-02 16:38:00 14 -#> 1332 25 A69-1303-555 2032 2016-06-02 16:46:00 14 -#> 1333 25 A69-1303-555 2033 2016-06-02 16:48:00 14 -#> 1334 25 A69-1303-555 2034 2016-06-02 16:50:00 14 -#> 1335 25 A69-1303-555 2035 2016-06-02 16:52:00 14 -#> 1336 25 A69-1303-555 2036 2016-06-02 16:56:00 14 -#> 1337 25 A69-1303-555 2037 2016-06-02 16:58:00 14 -#> 1338 25 A69-1303-555 2040 2016-06-02 17:00:00 14 -#> 1339 25 A69-1303-555 2041 2016-06-02 17:14:00 14 -#> 1340 25 A69-1303-555 2042 2016-06-02 17:20:00 14 -#> 1341 25 A69-1303-555 2043 2016-06-02 17:24:00 14 -#> 1342 25 A69-1303-555 2044 2016-06-02 17:26:00 14 -#> 1343 25 A69-1303-555 2045 2016-06-02 17:28:00 14 -#> 1344 25 A69-1303-555 2047 2016-06-02 17:30:00 14 -#> 1345 25 A69-1303-555 2049 2016-06-02 17:32:00 14 -#> 1346 25 A69-1303-555 2051 2016-06-02 17:34:00 14 -#> 1347 25 A69-1303-555 2052 2016-06-02 17:36:00 14 -#> 1348 25 A69-1303-555 2054 2016-06-02 17:38:00 14 -#> 1349 25 A69-1303-555 2056 2016-06-02 17:40:00 14 -#> 1350 25 A69-1303-555 2058 2016-06-02 17:42:00 14 -#> 1351 25 A69-1303-555 2061 2016-06-02 17:44:00 14 -#> 1352 25 A69-1303-555 2064 2016-06-02 17:46:00 14 -#> 1353 25 A69-1303-555 2066 2016-06-02 17:48:00 14 -#> 1354 25 A69-1303-555 2068 2016-06-02 17:50:00 14 -#> 1355 25 A69-1303-555 2069 2016-06-02 17:52:00 14 -#> 1356 25 A69-1303-555 2071 2016-06-02 17:54:00 14 -#> 1357 25 A69-1303-555 2073 2016-06-02 17:56:00 14 -#> 1358 25 A69-1303-555 2075 2016-06-02 17:58:00 14 -#> 1359 25 A69-1303-555 2077 2016-06-02 18:00:00 14 -#> 1360 25 A69-1303-555 2079 2016-06-02 18:02:00 14 -#> 1361 25 A69-1303-555 2081 2016-06-02 18:04:00 14 -#> 1362 25 A69-1303-555 2083 2016-06-02 18:06:00 14 -#> 1363 25 A69-1303-555 2084 2016-06-02 18:08:00 14 -#> 1364 25 A69-1303-555 2086 2016-06-02 18:10:00 14 -#> 1365 25 A69-1303-555 2087 2016-06-02 18:12:00 14 -#> 1366 25 A69-1303-555 2089 2016-06-02 18:14:00 14 -#> 1367 25 A69-1303-555 2091 2016-06-02 18:16:00 14 -#> 1368 25 A69-1303-555 2093 2016-06-02 18:18:00 14 -#> 1369 25 A69-1303-555 2095 2016-06-02 18:20:00 14 -#> 1370 25 A69-1303-555 2098 2016-06-02 18:22:00 14 -#> 1371 25 A69-1303-555 2099 2016-06-02 18:24:00 14 -#> 1372 25 A69-1303-555 2101 2016-06-02 18:26:00 14 -#> 1373 25 A69-1303-555 2102 2016-06-02 18:28:00 14 -#> 1374 25 A69-1303-555 2104 2016-06-02 18:30:00 14 -#> 1375 25 A69-1303-555 2106 2016-06-02 18:32:00 14 -#> 1376 25 A69-1303-555 2107 2016-06-02 18:34:00 14 -#> 1377 25 A69-1303-555 2109 2016-06-02 18:36:00 14 -#> 1378 25 A69-1303-555 2112 2016-06-02 18:38:00 14 -#> 1379 25 A69-1303-555 2114 2016-06-02 18:40:00 14 -#> 1380 25 A69-1303-555 2115 2016-06-02 18:42:00 14 -#> 1381 25 A69-1303-555 2118 2016-06-02 18:44:00 14 -#> 1382 25 A69-1303-555 2119 2016-06-02 18:46:00 14 -#> 1383 25 A69-1303-555 2121 2016-06-02 18:48:00 14 -#> 1384 25 A69-1303-555 2123 2016-06-02 18:50:00 14 -#> 1385 25 A69-1303-555 2125 2016-06-02 18:52:00 14 -#> 1386 25 A69-1303-555 2127 2016-06-02 18:54:00 14 -#> 1387 25 A69-1303-555 2129 2016-06-02 18:56:00 14 -#> 1388 25 A69-1303-555 2131 2016-06-02 18:58:00 14 -#> 1389 25 A69-1303-555 2133 2016-06-02 19:00:00 14 -#> 1390 25 A69-1303-555 2135 2016-06-02 19:02:00 14 -#> 1391 25 A69-1303-555 2137 2016-06-02 19:04:00 14 -#> 1392 25 A69-1303-555 2138 2016-06-02 19:06:00 14 -#> 1393 25 A69-1303-555 2139 2016-06-02 19:08:00 14 -#> 1394 25 A69-1303-555 2140 2016-06-02 19:10:00 14 -#> 1395 25 A69-1303-555 2141 2016-06-02 19:16:00 14 -#> 1396 25 A69-1303-555 2143 2016-06-02 19:18:00 14 -#> 1397 25 A69-1303-555 2145 2016-06-02 19:20:00 14 -#> 1398 25 A69-1303-555 2147 2016-06-02 19:22:00 14 -#> 1399 25 A69-1303-555 2149 2016-06-02 19:24:00 14 -#> 1400 25 A69-1303-555 2150 2016-06-02 19:26:00 14 -#> 1401 25 A69-1303-555 2152 2016-06-02 19:28:00 14 -#> 1402 25 A69-1303-555 2155 2016-06-02 19:30:00 14 -#> 1403 25 A69-1303-555 2157 2016-06-02 19:32:00 14 -#> 1404 25 A69-1303-555 2158 2016-06-02 19:34:00 14 -#> 1405 25 A69-1303-555 2159 2016-06-02 19:36:00 14 -#> 1406 25 A69-1303-555 2160 2016-06-02 19:38:00 14 -#> 1407 25 A69-1303-555 2161 2016-06-02 19:46:00 14 -#> 1408 25 A69-1303-555 2162 2016-06-02 19:54:00 14 -#> 1409 25 A69-1303-555 2163 2016-06-02 19:56:00 14 -#> 1410 25 A69-1303-555 2164 2016-06-02 19:58:00 14 -#> 1411 25 A69-1303-555 2165 2016-06-02 20:22:00 14 -#> 1412 25 A69-1303-555 2166 2016-06-02 20:24:00 14 -#> 1413 25 A69-1303-555 2167 2016-06-02 20:26:00 14 -#> 1414 25 A69-1303-555 2169 2016-06-02 20:28:00 14 -#> 1415 25 A69-1303-555 2171 2016-06-02 20:34:00 14 -#> 1416 25 A69-1303-555 2172 2016-06-02 20:36:00 14 -#> 1417 25 A69-1303-555 2175 2016-06-02 20:38:00 14 -#> 1418 25 A69-1303-555 2176 2016-06-02 20:40:00 14 -#> 1419 25 A69-1303-555 2177 2016-06-02 20:42:00 14 -#> 1420 25 A69-1303-555 2178 2016-06-02 20:44:00 14 -#> 1421 25 A69-1303-555 2179 2016-06-02 20:46:00 14 -#> 1422 25 A69-1303-555 2180 2016-06-02 20:48:00 14 -#> 1423 25 A69-1303-555 2181 2016-06-02 20:50:00 14 -#> 1424 25 A69-1303-555 2184 2016-06-02 20:52:00 14 -#> 1425 25 A69-1303-555 2186 2016-06-02 20:54:00 14 -#> 1426 25 A69-1303-555 2187 2016-06-02 20:56:00 14 -#> 1427 25 A69-1303-555 2188 2016-06-02 20:58:00 14 -#> 1428 25 A69-1303-555 2189 2016-06-02 21:00:00 14 -#> 1429 25 A69-1303-555 2191 2016-06-02 21:02:00 14 -#> 1430 25 A69-1303-555 2193 2016-06-02 21:04:00 14 -#> 1431 25 A69-1303-555 2194 2016-06-02 21:06:00 14 -#> 1432 25 A69-1303-555 2196 2016-06-02 21:08:00 14 -#> 1433 25 A69-1303-555 2198 2016-06-02 21:10:00 14 -#> 1434 25 A69-1303-555 2199 2016-06-02 21:12:00 14 -#> 1435 25 A69-1303-555 2202 2016-06-02 21:14:00 14 -#> 1436 25 A69-1303-555 2204 2016-06-02 21:16:00 14 -#> 1437 25 A69-1303-555 2206 2016-06-02 21:18:00 14 -#> 1438 25 A69-1303-555 2208 2016-06-02 21:20:00 14 -#> 1439 25 A69-1303-555 2210 2016-06-02 21:22:00 14 -#> 1440 25 A69-1303-555 2213 2016-06-02 21:24:00 14 -#> 1441 25 A69-1303-555 2214 2016-06-02 21:30:00 14 -#> 1442 25 A69-1303-555 2215 2016-06-02 21:32:00 14 -#> 1443 25 A69-1303-555 2217 2016-06-02 21:34:00 14 -#> 1444 25 A69-1303-555 2218 2016-06-02 21:36:00 14 -#> 1445 25 A69-1303-555 2219 2016-06-03 00:40:00 14 -#> 1446 25 A69-1303-555 2220 2016-06-03 00:42:00 14 -#> 1447 25 A69-1303-555 2223 2016-06-03 00:44:00 14 -#> 1448 25 A69-1303-555 2224 2016-06-03 00:52:00 14 -#> 1449 25 A69-1303-555 2226 2016-06-03 02:24:00 14 -#> 1450 25 A69-1303-555 2227 2016-06-03 02:26:00 14 -#> 1451 25 A69-1303-555 2228 2016-06-03 02:28:00 14 -#> 1452 25 A69-1303-555 2230 2016-06-03 02:30:00 14 -#> 1453 25 A69-1303-555 2232 2016-06-03 02:32:00 14 -#> 1454 25 A69-1303-555 2234 2016-06-03 02:34:00 14 -#> 1455 25 A69-1303-555 2236 2016-06-03 02:36:00 14 -#> 1456 25 A69-1303-555 2238 2016-06-03 02:38:00 14 -#> 1457 25 A69-1303-555 2239 2016-06-03 02:40:00 14 -#> 1458 25 A69-1303-555 2242 2016-06-03 02:42:00 14 -#> 1459 25 A69-1303-555 2244 2016-06-03 02:44:00 14 -#> 1460 25 A69-1303-555 2245 2016-06-03 02:46:00 14 -#> 1461 25 A69-1303-555 2246 2016-06-03 02:48:00 14 -#> 1462 25 A69-1303-555 2248 2016-06-03 02:50:00 14 -#> 1463 25 A69-1303-555 2249 2016-06-03 02:52:00 14 -#> 1464 25 A69-1303-555 2251 2016-06-03 02:54:00 14 -#> 1465 25 A69-1303-555 2253 2016-06-03 02:56:00 14 -#> 1466 25 A69-1303-555 2255 2016-06-03 02:58:00 14 -#> 1467 25 A69-1303-555 2257 2016-06-03 03:00:00 14 -#> 1468 25 A69-1303-555 2259 2016-06-03 03:02:00 14 -#> 1469 25 A69-1303-555 2261 2016-06-03 03:04:00 14 -#> 1470 25 A69-1303-555 2263 2016-06-03 03:06:00 14 -#> 1471 25 A69-1303-555 2265 2016-06-03 03:08:00 14 -#> 1472 25 A69-1303-555 2266 2016-06-03 03:22:00 14 -#> 1473 25 A69-1303-555 2268 2016-06-03 03:24:00 14 -#> 1474 25 A69-1303-555 2270 2016-06-03 03:26:00 14 -#> 1475 25 A69-1303-555 2272 2016-06-03 03:28:00 14 -#> 1476 25 A69-1303-555 2274 2016-06-03 03:30:00 14 -#> 1477 25 A69-1303-555 2275 2016-06-03 03:32:00 14 -#> 1478 25 A69-1303-555 2277 2016-06-03 03:34:00 14 -#> 1479 25 A69-1303-555 2279 2016-06-03 03:36:00 14 -#> 1480 25 A69-1303-555 2280 2016-06-03 03:38:00 14 -#> 1481 25 A69-1303-555 2283 2016-06-03 03:40:00 14 -#> 1482 25 A69-1303-555 2285 2016-06-03 03:42:00 14 -#> 1483 25 A69-1303-555 2286 2016-06-03 03:44:00 14 -#> 1484 25 A69-1303-555 2288 2016-06-03 03:46:00 14 -#> 1485 25 A69-1303-555 2290 2016-06-03 03:48:00 14 -#> 1486 25 A69-1303-555 2292 2016-06-03 03:50:00 14 -#> 1487 25 A69-1303-555 2294 2016-06-03 03:52:00 14 -#> 1488 25 A69-1303-555 2297 2016-06-03 03:54:00 14 -#> 1489 25 A69-1303-555 2299 2016-06-03 03:56:00 14 -#> 1490 25 A69-1303-555 2301 2016-06-03 03:58:00 14 -#> 1491 25 A69-1303-555 2303 2016-06-03 04:00:00 14 -#> 1492 25 A69-1303-555 2304 2016-06-03 04:02:00 14 -#> 1493 25 A69-1303-555 2307 2016-06-03 04:04:00 14 -#> 1494 25 A69-1303-555 2309 2016-06-03 04:06:00 14 -#> 1495 25 A69-1303-555 2311 2016-06-03 04:08:00 14 -#> 1496 25 A69-1303-555 2313 2016-06-03 04:10:00 14 -#> 1497 25 A69-1303-555 2314 2016-06-03 04:12:00 14 -#> 1498 25 A69-1303-555 2316 2016-06-03 04:14:00 14 -#> 1499 25 A69-1303-555 2318 2016-06-03 04:16:00 14 -#> 1500 25 A69-1303-555 2319 2016-06-03 04:18:00 14 -#> 1501 25 A69-1303-555 2321 2016-06-03 04:20:00 14 -#> 1502 25 A69-1303-555 2323 2016-06-03 04:24:00 14 -#> 1503 25 A69-1303-555 2325 2016-06-03 04:28:00 14 -#> 1504 25 A69-1303-555 2326 2016-06-03 04:30:00 14 -#> 1505 25 A69-1303-555 2327 2016-06-03 04:32:00 14 -#> 1506 25 A69-1303-555 2328 2016-06-03 04:48:00 14 -#> 1507 25 A69-1303-555 2329 2016-06-03 04:52:00 14 -#> 1508 25 A69-1303-555 2330 2016-06-03 04:54:00 14 -#> 1509 25 A69-1303-555 2331 2016-06-03 04:58:00 14 -#> 1510 25 A69-1303-555 2332 2016-06-03 05:06:00 14 -#> 1511 25 A69-1303-555 2333 2016-06-03 05:10:00 14 -#> 1512 25 A69-1303-555 2335 2016-06-03 05:12:00 14 -#> 1513 25 A69-1303-555 2337 2016-06-03 05:14:00 14 -#> 1514 25 A69-1303-555 2338 2016-06-03 05:16:00 14 -#> 1515 25 A69-1303-555 2340 2016-06-03 05:18:00 14 -#> 1516 25 A69-1303-555 2341 2016-06-03 05:20:00 14 -#> 1517 25 A69-1303-555 2342 2016-06-03 05:22:00 14 -#> 1518 25 A69-1303-555 2344 2016-06-03 05:24:00 14 -#> 1519 25 A69-1303-555 2346 2016-06-03 05:26:00 14 -#> 1520 25 A69-1303-555 2350 2016-06-03 05:28:00 14 -#> 1521 25 A69-1303-555 2352 2016-06-03 05:30:00 14 -#> 1522 25 A69-1303-555 2354 2016-06-03 05:32:00 14 -#> 1523 25 A69-1303-555 2355 2016-06-03 05:34:00 14 -#> 1524 25 A69-1303-555 2358 2016-06-03 05:40:00 14 -#> 1525 25 A69-1303-555 2359 2016-06-03 05:56:00 14 -#> 1526 25 A69-1303-555 2360 2016-06-03 05:58:00 14 -#> 1527 25 A69-1303-555 2361 2016-06-03 06:06:00 14 -#> 1528 25 A69-1303-555 2362 2016-06-03 06:08:00 14 -#> 1529 25 A69-1303-555 2363 2016-06-03 06:10:00 14 -#> 1530 25 A69-1303-555 2364 2016-06-03 06:12:00 14 -#> 1531 25 A69-1303-555 2365 2016-06-03 06:14:00 14 -#> 1532 25 A69-1303-555 2366 2016-06-03 06:16:00 14 -#> 1533 25 A69-1303-555 2368 2016-06-03 06:18:00 14 -#> 1534 25 A69-1303-555 2371 2016-06-03 06:20:00 14 -#> 1535 25 A69-1303-555 2373 2016-06-03 06:22:00 14 -#> 1536 25 A69-1303-555 2375 2016-06-03 06:24:00 14 -#> 1537 25 A69-1303-555 2377 2016-06-03 06:26:00 14 -#> 1538 25 A69-1303-555 2378 2016-06-03 06:28:00 14 -#> 1539 25 A69-1303-555 2379 2016-06-03 06:30:00 14 -#> 1540 25 A69-1303-555 2381 2016-06-03 06:32:00 14 -#> 1541 25 A69-1303-555 2383 2016-06-03 06:34:00 14 -#> 1542 25 A69-1303-555 2385 2016-06-03 06:36:00 14 -#> 1543 25 A69-1303-555 2387 2016-06-03 06:38:00 14 -#> 1544 25 A69-1303-555 2389 2016-06-03 06:40:00 14 -#> 1545 25 A69-1303-555 2391 2016-06-03 06:42:00 14 -#> 1546 25 A69-1303-555 2392 2016-06-03 06:44:00 14 -#> 1547 25 A69-1303-555 2393 2016-06-03 06:50:00 14 -#> 1548 25 A69-1303-555 2394 2016-06-03 06:54:00 14 -#> 1549 25 A69-1303-555 2396 2016-06-03 06:56:00 14 -#> 1550 25 A69-1303-555 2398 2016-06-03 06:58:00 14 -#> 1551 25 A69-1303-555 2399 2016-06-03 07:00:00 14 -#> 1552 25 A69-1303-555 2400 2016-06-03 07:02:00 14 -#> 1553 25 A69-1303-555 2401 2016-06-03 07:08:00 14 -#> 1554 25 A69-1303-555 2403 2016-06-03 07:10:00 14 -#> 1555 25 A69-1303-555 2405 2016-06-03 07:14:00 14 -#> 1556 25 A69-1303-555 2408 2016-06-03 07:16:00 14 -#> 1557 25 A69-1303-555 2409 2016-06-03 07:20:00 14 -#> 1558 25 A69-1303-555 2410 2016-06-03 07:22:00 14 -#> 1559 25 A69-1303-555 2411 2016-06-03 07:26:00 14 -#> 1560 25 A69-1303-555 2412 2016-06-03 07:38:00 14 -#> 1561 25 A69-1303-555 2413 2016-06-03 07:40:00 14 -#> 1562 25 A69-1303-555 2415 2016-06-03 07:46:00 14 -#> 1563 25 A69-1303-555 2416 2016-06-03 07:48:00 14 -#> 1564 25 A69-1303-555 2418 2016-06-03 07:50:00 14 -#> 1565 25 A69-1303-555 2419 2016-06-03 07:52:00 14 -#> 1566 25 A69-1303-555 2420 2016-06-03 07:54:00 14 -#> 1567 25 A69-1303-555 2421 2016-06-03 07:56:00 14 -#> 1568 25 A69-1303-555 2422 2016-06-03 07:58:00 14 -#> 1569 25 A69-1303-555 2424 2016-06-03 08:00:00 14 -#> 1570 25 A69-1303-555 2425 2016-06-03 08:02:00 14 -#> 1571 25 A69-1303-555 2426 2016-06-03 08:06:00 14 -#> 1572 25 A69-1303-555 2428 2016-06-03 08:08:00 14 -#> 1573 25 A69-1303-555 2429 2016-06-03 08:18:00 14 -#> 1574 25 A69-1303-555 2431 2016-06-03 08:20:00 14 -#> 1575 25 A69-1303-555 2433 2016-06-03 08:22:00 14 -#> 1576 25 A69-1303-555 2435 2016-06-03 08:24:00 14 -#> 1577 25 A69-1303-555 2437 2016-06-03 08:26:00 14 -#> 1578 25 A69-1303-555 2439 2016-06-03 08:28:00 14 -#> 1579 25 A69-1303-555 2440 2016-06-03 08:30:00 14 -#> 1580 25 A69-1303-555 2443 2016-06-03 08:32:00 14 -#> 1581 25 A69-1303-555 2444 2016-06-03 08:34:00 14 -#> 1582 25 A69-1303-555 2446 2016-06-03 08:36:00 14 -#> 1583 25 A69-1303-555 2448 2016-06-03 08:38:00 14 -#> 1584 25 A69-1303-555 2449 2016-06-03 08:40:00 14 -#> 1585 25 A69-1303-555 2452 2016-06-03 08:42:00 14 -#> 1586 25 A69-1303-555 2454 2016-06-03 08:44:00 14 -#> 1587 25 A69-1303-555 2456 2016-06-03 08:46:00 14 -#> 1588 25 A69-1303-555 2457 2016-06-03 08:52:00 14 -#> 1589 25 A69-1303-555 2458 2016-06-03 08:54:00 14 -#> 1590 25 A69-1303-555 2460 2016-06-03 08:56:00 14 -#> 1591 25 A69-1303-555 2463 2016-06-03 08:58:00 14 -#> 1592 25 A69-1303-555 2465 2016-06-03 09:00:00 14 -#> 1593 25 A69-1303-555 2467 2016-06-03 09:02:00 14 -#> 1594 25 A69-1303-555 2468 2016-06-03 09:04:00 14 -#> 1595 25 A69-1303-555 2469 2016-06-03 09:06:00 14 -#> 1596 25 A69-1303-555 2472 2016-06-03 09:08:00 14 -#> 1597 25 A69-1303-555 2474 2016-06-03 09:10:00 14 -#> 1598 25 A69-1303-555 2476 2016-06-03 09:14:00 14 -#> 1599 25 A69-1303-555 2478 2016-06-03 09:16:00 14 -#> 1600 25 A69-1303-555 2479 2016-06-03 09:18:00 14 -#> 1601 25 A69-1303-555 2482 2016-06-03 09:20:00 14 -#> 1602 25 A69-1303-555 2484 2016-06-03 09:22:00 14 -#> 1603 25 A69-1303-555 2486 2016-06-03 09:24:00 14 -#> 1604 25 A69-1303-555 2489 2016-06-03 09:26:00 14 -#> 1605 25 A69-1303-555 2490 2016-06-03 09:28:00 14 -#> 1606 25 A69-1303-555 2492 2016-06-03 09:32:00 14 -#> 1607 25 A69-1303-555 2494 2016-06-03 09:34:00 14 -#> 1608 25 A69-1303-555 2496 2016-06-03 09:36:00 14 -#> 1609 25 A69-1303-555 2498 2016-06-03 09:38:00 14 -#> 1610 25 A69-1303-555 2500 2016-06-03 09:40:00 14 -#> 1611 25 A69-1303-555 2502 2016-06-03 09:42:00 14 -#> 1612 25 A69-1303-555 2503 2016-06-03 09:44:00 14 -#> 1613 25 A69-1303-555 2505 2016-06-03 09:46:00 14 -#> 1614 25 A69-1303-555 2507 2016-06-03 09:48:00 14 -#> 1615 25 A69-1303-555 2509 2016-06-03 09:50:00 14 -#> 1616 25 A69-1303-555 2511 2016-06-03 09:52:00 14 -#> 1617 25 A69-1303-555 2513 2016-06-03 09:54:00 14 -#> 1618 25 A69-1303-555 2515 2016-06-03 09:56:00 14 -#> 1619 25 A69-1303-555 2517 2016-06-03 09:58:00 14 -#> 1620 25 A69-1303-555 2519 2016-06-03 10:00:00 14 -#> 1621 25 A69-1303-555 2521 2016-06-03 10:02:00 14 -#> 1622 25 A69-1303-555 2523 2016-06-03 10:04:00 14 -#> 1623 25 A69-1303-555 2526 2016-06-03 10:06:00 14 -#> 1624 25 A69-1303-555 2527 2016-06-03 10:08:00 14 -#> 1625 25 A69-1303-555 2529 2016-06-03 10:10:00 14 -#> 1626 25 A69-1303-555 2531 2016-06-03 10:12:00 14 -#> 1627 25 A69-1303-555 2533 2016-06-03 10:14:00 14 -#> 1628 25 A69-1303-555 2535 2016-06-03 10:16:00 14 -#> 1629 25 A69-1303-555 2537 2016-06-03 10:20:00 14 -#> 1630 25 A69-1303-555 2539 2016-06-03 10:22:00 14 -#> 1631 25 A69-1303-555 2540 2016-06-03 10:24:00 14 -#> 1632 25 A69-1303-555 2542 2016-06-03 10:26:00 14 -#> 1633 25 A69-1303-555 2544 2016-06-03 10:28:00 14 -#> 1634 25 A69-1303-555 2546 2016-06-03 10:30:00 14 -#> 1635 25 A69-1303-555 2548 2016-06-03 10:32:00 14 -#> 1636 25 A69-1303-555 2550 2016-06-03 10:34:00 14 -#> 1637 25 A69-1303-555 2552 2016-06-03 10:36:00 14 -#> 1638 25 A69-1303-555 2554 2016-06-03 10:38:00 14 -#> 1639 25 A69-1303-555 2556 2016-06-03 10:40:00 14 -#> 1640 25 A69-1303-555 2557 2016-06-03 10:42:00 14 -#> 1641 25 A69-1303-555 2558 2016-06-03 10:44:00 14 -#> 1642 25 A69-1303-555 2560 2016-06-03 10:46:00 14 -#> 1643 25 A69-1303-555 2562 2016-06-03 10:48:00 14 -#> 1644 25 A69-1303-555 2564 2016-06-03 10:50:00 14 -#> 1645 25 A69-1303-555 2565 2016-06-03 10:52:00 14 -#> 1646 25 A69-1303-555 2567 2016-06-03 10:54:00 14 -#> 1647 25 A69-1303-555 2570 2016-06-03 10:56:00 14 -#> 1648 25 A69-1303-555 2572 2016-06-03 10:58:00 14 -#> 1649 25 A69-1303-555 2573 2016-06-03 11:00:00 14 -#> 1650 25 A69-1303-555 2575 2016-06-03 11:02:00 14 -#> 1651 25 A69-1303-555 2578 2016-06-03 11:04:00 14 -#> 1652 25 A69-1303-555 2580 2016-06-03 11:06:00 14 -#> 1653 25 A69-1303-555 2582 2016-06-03 11:08:00 14 -#> 1654 25 A69-1303-555 2584 2016-06-03 11:10:00 14 -#> 1655 25 A69-1303-555 2586 2016-06-03 11:12:00 14 -#> 1656 25 A69-1303-555 2589 2016-06-03 11:14:00 14 -#> 1657 25 A69-1303-555 2590 2016-06-03 11:16:00 14 -#> 1658 25 A69-1303-555 2592 2016-06-03 11:18:00 14 -#> 1659 25 A69-1303-555 2594 2016-06-03 11:20:00 14 -#> 1660 25 A69-1303-555 2596 2016-06-03 11:22:00 14 -#> 1661 25 A69-1303-555 2597 2016-06-03 11:24:00 14 -#> 1662 25 A69-1303-555 2599 2016-06-03 11:26:00 14 -#> 1663 25 A69-1303-555 2601 2016-06-03 11:28:00 14 -#> 1664 25 A69-1303-555 2603 2016-06-03 11:30:00 14 -#> 1665 25 A69-1303-555 2604 2016-06-03 11:32:00 14 -#> 1666 25 A69-1303-555 2606 2016-06-03 11:34:00 14 -#> 1667 25 A69-1303-555 2607 2016-06-03 11:36:00 14 -#> 1668 25 A69-1303-555 2610 2016-06-03 11:38:00 14 -#> 1669 25 A69-1303-555 2611 2016-06-03 11:40:00 14 -#> 1670 25 A69-1303-555 2614 2016-06-03 11:42:00 14 -#> 1671 25 A69-1303-555 2616 2016-06-03 11:44:00 14 -#> 1672 25 A69-1303-555 2617 2016-06-03 11:46:00 14 -#> 1673 25 A69-1303-555 2619 2016-06-03 11:48:00 14 -#> 1674 25 A69-1303-555 2621 2016-06-03 11:50:00 14 -#> 1675 25 A69-1303-555 2623 2016-06-03 11:52:00 14 -#> 1676 25 A69-1303-555 2625 2016-06-03 11:54:00 14 -#> 1677 25 A69-1303-555 2627 2016-06-03 11:56:00 14 -#> 1678 25 A69-1303-555 2629 2016-06-03 11:58:00 14 -#> 1679 25 A69-1303-555 2631 2016-06-03 12:00:00 14 -#> 1680 25 A69-1303-555 2633 2016-06-03 12:02:00 14 -#> 1681 25 A69-1303-555 2635 2016-06-03 12:04:00 14 -#> 1682 25 A69-1303-555 2638 2016-06-03 12:06:00 14 -#> 1683 25 A69-1303-555 2640 2016-06-03 12:08:00 14 -#> 1684 25 A69-1303-555 2642 2016-06-03 12:10:00 14 -#> 1685 25 A69-1303-555 2643 2016-06-03 12:12:00 14 -#> 1686 25 A69-1303-555 2644 2016-06-03 12:14:00 14 -#> 1687 25 A69-1303-555 2645 2016-06-03 12:16:00 14 -#> 1688 25 A69-1303-555 2648 2016-06-03 12:18:00 14 -#> 1689 25 A69-1303-555 2650 2016-06-03 12:24:00 14 -#> 1690 25 A69-1303-555 2652 2016-06-03 12:26:00 14 -#> 1691 25 A69-1303-555 2655 2016-06-03 12:28:00 14 -#> 1692 25 A69-1303-555 2656 2016-06-03 12:30:00 14 -#> 1693 25 A69-1303-555 2658 2016-06-03 12:32:00 14 -#> 1694 25 A69-1303-555 2660 2016-06-03 12:34:00 14 -#> 1695 25 A69-1303-555 2661 2016-06-03 12:36:00 14 -#> 1696 25 A69-1303-555 2663 2016-06-03 12:38:00 14 -#> 1697 25 A69-1303-555 2665 2016-06-03 12:40:00 14 -#> 1698 25 A69-1303-555 2667 2016-06-03 12:42:00 14 -#> 1699 25 A69-1303-555 2669 2016-06-03 12:44:00 14 -#> 1700 25 A69-1303-555 2672 2016-06-03 12:46:00 14 -#> 1701 25 A69-1303-555 2673 2016-06-03 12:48:00 14 -#> 1702 25 A69-1303-555 2675 2016-06-03 12:50:00 14 -#> 1703 25 A69-1303-555 2677 2016-06-03 12:52:00 14 -#> 1704 25 A69-1303-555 2678 2016-06-03 12:54:00 14 -#> 1705 25 A69-1303-555 2680 2016-06-03 12:56:00 14 -#> 1706 25 A69-1303-555 2683 2016-06-03 12:58:00 14 -#> 1707 25 A69-1303-555 2684 2016-06-03 13:00:00 14 -#> 1708 25 A69-1303-555 2686 2016-06-03 13:02:00 14 -#> 1709 25 A69-1303-555 2688 2016-06-03 13:04:00 14 -#> 1710 25 A69-1303-555 2690 2016-06-03 13:06:00 14 -#> 1711 25 A69-1303-555 2692 2016-06-03 13:08:00 14 -#> 1712 25 A69-1303-555 2694 2016-06-03 13:10:00 14 -#> 1713 25 A69-1303-555 2696 2016-06-03 13:12:00 14 -#> 1714 25 A69-1303-555 2699 2016-06-03 13:14:00 14 -#> 1715 25 A69-1303-555 2700 2016-06-03 13:16:00 14 -#> 1716 25 A69-1303-555 2702 2016-06-03 13:18:00 14 -#> 1717 25 A69-1303-555 2704 2016-06-03 13:22:00 14 -#> 1718 25 A69-1303-555 2707 2016-06-03 13:26:00 14 -#> 1719 25 A69-1303-555 2708 2016-06-03 13:28:00 14 -#> 1720 25 A69-1303-555 2710 2016-06-03 13:30:00 14 -#> 1721 25 A69-1303-555 2712 2016-06-03 13:32:00 14 -#> 1722 25 A69-1303-555 2713 2016-06-03 13:34:00 14 -#> 1723 25 A69-1303-555 2715 2016-06-03 13:36:00 14 -#> 1724 25 A69-1303-555 2717 2016-06-03 13:38:00 14 -#> 1725 25 A69-1303-555 2718 2016-06-03 13:40:00 14 -#> 1726 25 A69-1303-555 2720 2016-06-03 13:42:00 14 -#> 1727 25 A69-1303-555 2722 2016-06-03 13:44:00 14 -#> 1728 25 A69-1303-555 2725 2016-06-03 13:46:00 14 -#> 1729 25 A69-1303-555 2727 2016-06-03 13:48:00 14 -#> 1730 25 A69-1303-555 2728 2016-06-03 13:50:00 14 -#> 1731 25 A69-1303-555 2730 2016-06-03 13:52:00 14 -#> 1732 25 A69-1303-555 2732 2016-06-03 13:54:00 14 -#> 1733 25 A69-1303-555 2734 2016-06-03 13:56:00 14 -#> 1734 25 A69-1303-555 2736 2016-06-03 13:58:00 14 -#> 1735 25 A69-1303-555 2738 2016-06-03 14:00:00 14 -#> 1736 25 A69-1303-555 2740 2016-06-03 14:02:00 14 -#> 1737 25 A69-1303-555 2741 2016-06-03 14:04:00 14 -#> 1738 25 A69-1303-555 2744 2016-06-03 14:06:00 14 -#> 1739 25 A69-1303-555 2745 2016-06-03 14:12:00 14 -#> 1740 25 A69-1303-555 2746 2016-06-03 14:14:00 14 -#> 1741 25 A69-1303-555 2748 2016-06-03 14:16:00 14 -#> 1742 25 A69-1303-555 2749 2016-06-03 14:18:00 14 -#> 1743 25 A69-1303-555 2751 2016-06-03 14:30:00 14 -#> 1744 25 A69-1303-555 2753 2016-06-03 14:32:00 14 -#> 1745 25 A69-1303-555 2756 2016-06-03 14:34:00 14 -#> 1746 25 A69-1303-555 2757 2016-06-03 14:36:00 14 -#> 1747 25 A69-1303-555 2760 2016-06-03 14:38:00 14 -#> 1748 25 A69-1303-555 2761 2016-06-03 14:40:00 14 -#> 1749 25 A69-1303-555 2763 2016-06-03 14:42:00 14 -#> 1750 25 A69-1303-555 2765 2016-06-03 14:44:00 14 -#> 1751 25 A69-1303-555 2767 2016-06-03 14:46:00 14 -#> 1752 25 A69-1303-555 2768 2016-06-03 14:48:00 14 -#> 1753 25 A69-1303-555 2770 2016-06-03 14:50:00 14 -#> 1754 25 A69-1303-555 2771 2016-06-03 14:52:00 14 -#> 1755 25 A69-1303-555 2773 2016-06-03 14:58:00 14 -#> 1756 25 A69-1303-555 2775 2016-06-03 15:00:00 14 -#> 1757 25 A69-1303-555 2776 2016-06-03 15:02:00 14 -#> 1758 25 A69-1303-555 2777 2016-06-03 15:06:00 14 -#> 1759 25 A69-1303-555 2779 2016-06-03 15:10:00 14 -#> 1760 25 A69-1303-555 2781 2016-06-03 15:12:00 14 -#> 1761 25 A69-1303-555 2783 2016-06-03 15:14:00 14 -#> 1762 25 A69-1303-555 2785 2016-06-03 15:16:00 14 -#> 1763 25 A69-1303-555 2787 2016-06-03 15:18:00 14 -#> 1764 25 A69-1303-555 2788 2016-06-03 15:22:00 14 -#> 1765 25 A69-1303-555 2789 2016-06-03 15:24:00 14 -#> 1766 25 A69-1303-555 2791 2016-06-03 15:26:00 14 -#> 1767 25 A69-1303-555 2793 2016-06-03 15:28:00 14 -#> 1768 25 A69-1303-555 2795 2016-06-03 15:30:00 14 -#> 1769 25 A69-1303-555 2797 2016-06-03 15:32:00 14 -#> 1770 25 A69-1303-555 2799 2016-06-03 15:34:00 14 -#> 1771 25 A69-1303-555 2801 2016-06-03 15:36:00 14 -#> 1772 25 A69-1303-555 2803 2016-06-03 15:38:00 14 -#> 1773 25 A69-1303-555 2804 2016-06-03 15:40:00 14 -#> 1774 25 A69-1303-555 2806 2016-06-03 15:42:00 14 -#> 1775 25 A69-1303-555 2808 2016-06-03 15:44:00 14 -#> 1776 25 A69-1303-555 2809 2016-06-03 15:46:00 14 -#> 1777 25 A69-1303-555 2811 2016-06-03 15:48:00 14 -#> 1778 25 A69-1303-555 2814 2016-06-03 15:50:00 14 -#> 1779 25 A69-1303-555 2815 2016-06-03 15:52:00 14 -#> 1780 25 A69-1303-555 2816 2016-06-03 15:54:00 14 -#> 1781 25 A69-1303-555 2817 2016-06-03 15:56:00 14 -#> 1782 25 A69-1303-555 2819 2016-06-03 15:58:00 14 -#> 1783 25 A69-1303-555 2821 2016-06-03 16:00:00 14 -#> 1784 25 A69-1303-555 2822 2016-06-03 16:02:00 14 -#> 1785 25 A69-1303-555 2823 2016-06-03 16:06:00 14 -#> 1786 25 A69-1303-555 2825 2016-06-03 16:18:00 14 -#> 1787 25 A69-1303-555 2826 2016-06-03 16:24:00 14 -#> 1788 25 A69-1303-555 2827 2016-06-03 16:46:00 14 -#> 1789 25 A69-1303-555 2828 2016-06-03 16:50:00 14 -#> 1790 25 A69-1303-555 2829 2016-06-03 16:58:00 14 -#> 1791 25 A69-1303-555 2831 2016-06-03 17:00:00 14 -#> 1792 25 A69-1303-555 2832 2016-06-03 17:02:00 14 -#> 1793 25 A69-1303-555 2833 2016-06-03 17:04:00 14 -#> 1794 25 A69-1303-555 2834 2016-06-03 17:06:00 14 -#> 1795 25 A69-1303-555 2835 2016-06-03 17:08:00 14 -#> 1796 25 A69-1303-555 2836 2016-06-03 17:10:00 14 -#> 1797 25 A69-1303-555 2837 2016-06-03 17:12:00 14 -#> 1798 25 A69-1303-555 2838 2016-06-03 17:14:00 14 -#> 1799 25 A69-1303-555 2839 2016-06-03 17:16:00 14 -#> 1800 25 A69-1303-555 2842 2016-06-03 17:18:00 14 -#> 1801 25 A69-1303-555 2843 2016-06-03 17:20:00 14 -#> 1802 25 A69-1303-555 2845 2016-06-03 17:22:00 14 -#> 1803 25 A69-1303-555 2847 2016-06-03 17:24:00 14 -#> 1804 25 A69-1303-555 2849 2016-06-03 17:26:00 14 -#> 1805 25 A69-1303-555 2851 2016-06-03 17:28:00 14 -#> 1806 25 A69-1303-555 2853 2016-06-03 17:30:00 14 -#> 1807 25 A69-1303-555 2855 2016-06-03 17:32:00 14 -#> 1808 25 A69-1303-555 2857 2016-06-03 17:34:00 14 -#> 1809 25 A69-1303-555 2858 2016-06-03 17:36:00 14 -#> 1810 25 A69-1303-555 2860 2016-06-03 17:38:00 14 -#> 1811 25 A69-1303-555 2862 2016-06-03 17:40:00 14 -#> 1812 25 A69-1303-555 2864 2016-06-03 17:42:00 14 -#> 1813 25 A69-1303-555 2865 2016-06-03 17:44:00 14 -#> 1814 25 A69-1303-555 2866 2016-06-03 17:48:00 14 -#> 1815 25 A69-1303-555 2868 2016-06-03 17:50:00 14 -#> 1816 25 A69-1303-555 2869 2016-06-03 17:52:00 14 -#> 1817 25 A69-1303-555 2871 2016-06-03 17:54:00 14 -#> 1818 25 A69-1303-555 2872 2016-06-03 17:56:00 14 -#> 1819 25 A69-1303-555 2875 2016-06-03 18:00:00 14 -#> 1820 25 A69-1303-555 2876 2016-06-03 18:02:00 14 -#> 1821 25 A69-1303-555 2877 2016-06-03 18:04:00 14 -#> 1822 25 A69-1303-555 2879 2016-06-03 18:06:00 14 -#> 1823 25 A69-1303-555 2881 2016-06-03 18:08:00 14 -#> 1824 25 A69-1303-555 2883 2016-06-03 18:10:00 14 -#> 1825 25 A69-1303-555 2884 2016-06-03 18:20:00 14 -#> 1826 25 A69-1303-555 2886 2016-06-03 18:22:00 14 -#> 1827 25 A69-1303-555 2888 2016-06-03 18:24:00 14 -#> 1828 25 A69-1303-555 2889 2016-06-03 18:26:00 14 -#> 1829 25 A69-1303-555 2891 2016-06-03 18:28:00 14 -#> 1830 25 A69-1303-555 2893 2016-06-03 18:30:00 14 -#> 1831 25 A69-1303-555 2895 2016-06-03 18:32:00 14 -#> 1832 25 A69-1303-555 2897 2016-06-03 18:34:00 14 -#> 1833 25 A69-1303-555 2898 2016-06-03 18:36:00 14 -#> 1834 25 A69-1303-555 2899 2016-06-03 18:38:00 14 -#> 1835 25 A69-1303-555 2900 2016-06-03 18:40:00 14 -#> 1836 25 A69-1303-555 2901 2016-06-03 18:42:00 14 -#> 1837 25 A69-1303-555 2904 2016-06-03 18:44:00 14 -#> 1838 25 A69-1303-555 2905 2016-06-03 18:48:00 14 -#> 1839 25 A69-1303-555 2906 2016-06-03 18:50:00 14 -#> 1840 25 A69-1303-555 2907 2016-06-03 18:56:00 14 -#> 1841 25 A69-1303-555 2908 2016-06-03 18:58:00 14 -#> 1842 25 A69-1303-555 2909 2016-06-03 19:02:00 14 -#> 1843 25 A69-1303-555 2910 2016-06-03 19:04:00 14 -#> 1844 25 A69-1303-555 2912 2016-06-03 19:06:00 14 -#> 1845 25 A69-1303-555 2913 2016-06-03 19:08:00 14 -#> 1846 25 A69-1303-555 2915 2016-06-03 19:10:00 14 -#> 1847 25 A69-1303-555 2917 2016-06-03 19:12:00 14 -#> 1848 25 A69-1303-555 2919 2016-06-03 19:14:00 14 -#> 1849 25 A69-1303-555 2921 2016-06-03 19:16:00 14 -#> 1850 25 A69-1303-555 2922 2016-06-03 19:18:00 14 -#> 1851 25 A69-1303-555 2925 2016-06-03 19:20:00 14 -#> 1852 25 A69-1303-555 2926 2016-06-03 19:22:00 14 -#> 1853 25 A69-1303-555 2927 2016-06-03 19:24:00 14 -#> 1854 25 A69-1303-555 2929 2016-06-03 19:26:00 14 -#> 1855 25 A69-1303-555 2932 2016-06-03 19:28:00 14 -#> 1856 25 A69-1303-555 2935 2016-06-03 19:30:00 14 -#> 1857 25 A69-1303-555 2937 2016-06-03 19:32:00 14 -#> 1858 25 A69-1303-555 2940 2016-06-04 00:40:00 14 -#> 1859 25 A69-1303-555 2941 2016-06-04 00:42:00 14 -#> 1860 25 A69-1303-555 2942 2016-06-04 00:46:00 14 -#> 1861 25 A69-1303-555 2943 2016-06-04 00:48:00 14 -#> 1862 25 A69-1303-555 2944 2016-06-04 01:00:00 14 -#> 1863 25 A69-1303-555 2945 2016-06-04 01:04:00 14 -#> 1864 25 A69-1303-555 2946 2016-06-04 01:10:00 14 -#> 1865 25 A69-1303-555 2947 2016-06-04 01:12:00 14 -#> 1866 25 A69-1303-555 2948 2016-06-04 01:14:00 14 -#> 1867 25 A69-1303-555 2949 2016-06-04 01:16:00 14 -#> 1868 25 A69-1303-555 2951 2016-06-04 01:18:00 14 -#> 1869 25 A69-1303-555 2952 2016-06-04 01:20:00 14 -#> 1870 25 A69-1303-555 2954 2016-06-04 01:22:00 14 -#> 1871 25 A69-1303-555 2956 2016-06-04 01:24:00 14 -#> 1872 25 A69-1303-555 2957 2016-06-04 01:26:00 14 -#> 1873 25 A69-1303-555 2959 2016-06-04 01:28:00 14 -#> 1874 25 A69-1303-555 2962 2016-06-04 01:30:00 14 -#> 1875 25 A69-1303-555 2963 2016-06-04 01:32:00 14 -#> 1876 25 A69-1303-555 2966 2016-06-04 01:34:00 14 -#> 1877 25 A69-1303-555 2967 2016-06-04 01:36:00 14 -#> 1878 25 A69-1303-555 2968 2016-06-04 01:38:00 14 -#> 1879 25 A69-1303-555 2969 2016-06-04 01:40:00 14 -#> 1880 25 A69-1303-555 2970 2016-06-04 01:44:00 14 -#> 1881 25 A69-1303-555 2972 2016-06-04 01:48:00 14 -#> 1882 25 A69-1303-555 2974 2016-06-04 01:50:00 14 -#> 1883 25 A69-1303-555 2976 2016-06-04 01:54:00 14 -#> 1884 25 A69-1303-555 2978 2016-06-04 01:56:00 14 -#> 1885 25 A69-1303-555 2980 2016-06-04 01:58:00 14 -#> 1886 25 A69-1303-555 2981 2016-06-04 02:00:00 14 -#> 1887 25 A69-1303-555 2983 2016-06-04 02:02:00 14 -#> 1888 25 A69-1303-555 2984 2016-06-04 02:04:00 14 -#> 1889 25 A69-1303-555 2986 2016-06-04 02:06:00 14 -#> 1890 25 A69-1303-555 2988 2016-06-04 02:08:00 14 -#> 1891 25 A69-1303-555 2990 2016-06-04 02:10:00 14 -#> 1892 25 A69-1303-555 2992 2016-06-04 02:12:00 14 -#> 1893 25 A69-1303-555 2994 2016-06-04 02:18:00 14 -#> 1894 25 A69-1303-555 2996 2016-06-04 02:20:00 14 -#> 1895 25 A69-1303-555 2997 2016-06-04 02:22:00 14 -#> 1896 25 A69-1303-555 3000 2016-06-04 02:24:00 14 -#> 1897 25 A69-1303-555 3002 2016-06-04 02:26:00 14 -#> 1898 25 A69-1303-555 3004 2016-06-04 02:28:00 14 -#> 1899 25 A69-1303-555 3005 2016-06-04 02:34:00 14 -#> 1900 25 A69-1303-555 3006 2016-06-04 02:36:00 14 -#> 1901 25 A69-1303-555 3007 2016-06-04 03:12:00 14 -#> 1902 25 A69-1303-555 3009 2016-06-04 03:14:00 14 -#> 1903 25 A69-1303-555 3011 2016-06-04 03:16:00 14 -#> 1904 25 A69-1303-555 3012 2016-06-04 03:18:00 14 -#> 1905 25 A69-1303-555 3013 2016-06-04 03:22:00 14 -#> 1906 25 A69-1303-555 3014 2016-06-04 03:26:00 14 -#> 1907 25 A69-1303-555 3016 2016-06-04 03:28:00 14 -#> 1908 25 A69-1303-555 3017 2016-06-04 03:30:00 14 -#> 1909 25 A69-1303-555 3018 2016-06-04 03:56:00 14 -#> 1910 25 A69-1303-555 3019 2016-06-04 03:58:00 14 -#> 1911 25 A69-1303-555 3021 2016-06-04 04:00:00 14 -#> 1912 25 A69-1303-555 3022 2016-06-04 04:02:00 14 -#> 1913 25 A69-1303-555 3023 2016-06-04 04:04:00 14 -#> 1914 25 A69-1303-555 3025 2016-06-04 04:06:00 14 -#> 1915 25 A69-1303-555 3027 2016-06-04 04:08:00 14 -#> 1916 25 A69-1303-555 3029 2016-06-04 04:10:00 14 -#> 1917 25 A69-1303-555 3030 2016-06-04 04:12:00 14 -#> 1918 25 A69-1303-555 3031 2016-06-04 04:16:00 14 -#> 1919 25 A69-1303-555 3034 2016-06-04 04:24:00 14 -#> 1920 25 A69-1303-555 3035 2016-06-04 04:26:00 14 -#> 1921 25 A69-1303-555 3037 2016-06-04 04:28:00 14 -#> 1922 25 A69-1303-555 3038 2016-06-04 04:32:00 14 -#> 1923 25 A69-1303-555 3039 2016-06-04 04:34:00 14 -#> 1924 25 A69-1303-555 3040 2016-06-04 04:38:00 14 -#> 1925 25 A69-1303-555 3042 2016-06-04 04:40:00 14 -#> 1926 25 A69-1303-555 3044 2016-06-04 04:42:00 14 -#> 1927 25 A69-1303-555 3045 2016-06-04 04:44:00 14 -#> 1928 25 A69-1303-555 3047 2016-06-04 04:46:00 14 -#> 1929 25 A69-1303-555 3049 2016-06-04 04:48:00 14 -#> 1930 25 A69-1303-555 3050 2016-06-04 04:50:00 14 -#> 1931 25 A69-1303-555 3052 2016-06-04 04:52:00 14 -#> 1932 25 A69-1303-555 3054 2016-06-04 04:54:00 14 -#> 1933 25 A69-1303-555 3055 2016-06-04 04:56:00 14 -#> 1934 25 A69-1303-555 3057 2016-06-04 04:58:00 14 -#> 1935 25 A69-1303-555 3059 2016-06-04 05:00:00 14 -#> 1936 25 A69-1303-555 3061 2016-06-04 05:02:00 14 -#> 1937 25 A69-1303-555 3063 2016-06-04 05:04:00 14 -#> 1938 25 A69-1303-555 3065 2016-06-04 05:08:00 14 -#> 1939 25 A69-1303-555 3066 2016-06-04 05:16:00 14 -#> 1940 25 A69-1303-555 3068 2016-06-04 07:00:00 14 -#> 1941 25 A69-1303-555 3069 2016-06-04 07:04:00 14 -#> 1942 25 A69-1303-555 3071 2016-06-04 07:06:00 14 -#> 1943 25 A69-1303-555 3072 2016-06-04 07:10:00 14 -#> 1944 25 A69-1303-555 3075 2016-06-04 07:12:00 14 -#> 1945 25 A69-1303-555 3076 2016-06-04 07:14:00 14 -#> 1946 25 A69-1303-555 3078 2016-06-04 07:18:00 14 -#> 1947 25 A69-1303-555 3079 2016-06-04 10:26:00 14 -#> 1948 25 A69-1303-555 3080 2016-06-04 10:34:00 14 -#> 1949 25 A69-1303-555 3081 2016-06-04 10:40:00 14 -#> 1950 25 A69-1303-555 3082 2016-06-04 11:08:00 14 -#> 1951 25 A69-1303-555 3083 2016-06-04 11:10:00 14 -#> 1952 25 A69-1303-555 3084 2016-06-04 11:24:00 14 -#> 1953 25 A69-1303-555 3085 2016-06-04 11:38:00 14 -#> 1954 25 A69-1303-555 3086 2016-06-04 12:02:00 14 -#> 1955 25 A69-1303-555 3087 2016-06-04 18:46:00 14 -#> 1956 25 A69-1303-555 3088 2016-06-04 18:48:00 14 -#> 1957 25 A69-1303-555 3089 2016-06-04 19:14:00 14 -#> 1958 25 A69-1303-555 3090 2016-06-04 19:16:00 14 -#> 1959 25 A69-1303-555 3091 2016-06-07 09:50:00 14 -#> 1960 25 A69-1303-555 3092 2016-06-07 09:58:00 14 -#> 1961 25 A69-1303-555 3093 2016-06-07 10:08:00 14 -#> 1962 25 A69-1303-555 3094 2016-06-07 10:10:00 14 -#> 1963 25 A69-1303-555 3095 2016-06-07 10:14:00 14 -#> 1964 25 A69-1303-555 3096 2016-06-07 10:56:00 14 -#> 1965 25 A69-1303-555 3097 2016-06-07 10:58:00 14 -#> 1966 25 A69-1303-555 3098 2016-06-07 11:10:00 14 -#> 1967 25 A69-1303-555 3100 2016-06-07 11:14:00 14 -#> 1968 25 A69-1303-555 3103 2016-06-07 11:16:00 14 -#> 1969 25 A69-1303-555 3104 2016-06-07 11:22:00 14 -#> 1970 25 A69-1303-555 3105 2016-06-07 11:26:00 14 -#> 1971 25 A69-1303-555 3106 2016-06-07 11:28:00 14 -#> 1972 25 A69-1303-555 3108 2016-06-07 11:30:00 14 -#> 1973 25 A69-1303-555 3109 2016-06-07 11:32:00 14 -#> 1974 25 A69-1303-555 3111 2016-06-07 11:34:00 14 -#> 1975 25 A69-1303-555 3112 2016-06-07 11:36:00 14 -#> 1976 25 A69-1303-555 3113 2016-06-07 11:42:00 14 -#> 1977 25 A69-1303-555 3114 2016-06-07 11:44:00 14 -#> 1978 25 A69-1303-555 3115 2016-06-07 11:48:00 14 -#> 1979 25 A69-1303-555 3116 2016-06-07 11:52:00 14 -#> 1980 25 A69-1303-555 3117 2016-06-07 11:54:00 14 -#> 1981 25 A69-1303-555 3118 2016-06-07 12:04:00 14 -#> 1982 25 A69-1303-555 3119 2016-06-07 12:06:00 14 -#> 1983 25 A69-1303-555 3121 2016-06-07 12:14:00 14 -#> 1984 25 A69-1303-555 3122 2016-06-07 12:16:00 14 -#> 1985 25 A69-1303-555 3124 2016-06-07 12:18:00 14 -#> 1986 25 A69-1303-555 3125 2016-06-07 12:20:00 14 -#> 1987 25 A69-1303-555 3126 2016-06-07 12:24:00 14 -#> 1988 25 A69-1303-555 3127 2016-06-07 12:32:00 14 -#> 1989 25 A69-1303-555 3128 2016-06-07 12:36:00 14 -#> 1990 25 A69-1303-555 3130 2016-06-07 12:38:00 14 -#> 1991 25 A69-1303-555 3132 2016-06-07 12:40:00 14 -#> 1992 25 A69-1303-555 3133 2016-06-07 12:42:00 14 -#> 1993 25 A69-1303-555 3135 2016-06-07 12:46:00 14 -#> 1994 25 A69-1303-555 3136 2016-06-07 12:48:00 14 -#> 1995 25 A69-1303-555 3138 2016-06-07 12:50:00 14 -#> 1996 25 A69-1303-555 3140 2016-06-07 12:52:00 14 -#> 1997 25 A69-1303-555 3142 2016-06-07 12:54:00 14 -#> 1998 25 A69-1303-555 3144 2016-06-07 12:56:00 14 -#> 1999 25 A69-1303-555 3146 2016-06-07 12:58:00 14 -#> 2000 25 A69-1303-555 3149 2016-06-07 13:00:00 14 -#> 2001 25 A69-1303-555 3151 2016-06-07 13:02:00 14 -#> 2002 25 A69-1303-555 3153 2016-06-07 13:04:00 14 -#> 2003 25 A69-1303-555 3154 2016-06-07 13:06:00 14 -#> 2004 25 A69-1303-555 3156 2016-06-07 13:08:00 14 -#> 2005 25 A69-1303-555 3158 2016-06-07 13:10:00 14 -#> 2006 25 A69-1303-555 3159 2016-06-07 13:12:00 14 -#> 2007 25 A69-1303-555 3160 2016-06-07 13:14:00 14 -#> 2008 25 A69-1303-555 3162 2016-06-07 13:16:00 14 -#> 2009 25 A69-1303-555 3163 2016-06-07 13:28:00 14 -#> 2010 25 A69-1303-555 3164 2016-06-07 13:32:00 14 -#> 2011 25 A69-1303-555 3165 2016-06-07 13:40:00 14 -#> 2012 25 A69-1303-555 3167 2016-06-07 13:42:00 14 -#> 2013 25 A69-1303-555 3168 2016-06-07 13:44:00 14 -#> 2014 25 A69-1303-555 3169 2016-06-07 13:48:00 14 -#> 2015 25 A69-1303-555 3170 2016-06-07 13:50:00 14 -#> 2016 25 A69-1303-555 3171 2016-06-07 14:00:00 14 -#> 2017 25 A69-1303-555 3172 2016-06-07 14:02:00 14 -#> 2018 25 A69-1303-555 3173 2016-06-07 14:04:00 14 -#> 2019 25 A69-1303-555 3175 2016-06-07 14:06:00 14 -#> 2020 25 A69-1303-555 3177 2016-06-07 14:08:00 14 -#> 2021 25 A69-1303-555 3179 2016-06-07 14:10:00 14 -#> 2022 25 A69-1303-555 3180 2016-06-07 14:12:00 14 -#> 2023 25 A69-1303-555 3182 2016-06-07 14:14:00 14 -#> 2024 25 A69-1303-555 3184 2016-06-07 14:16:00 14 -#> 2025 25 A69-1303-555 3185 2016-06-07 14:18:00 14 -#> 2026 25 A69-1303-555 3187 2016-06-07 14:20:00 14 -#> 2027 25 A69-1303-555 3189 2016-06-07 14:22:00 14 -#> 2028 25 A69-1303-555 3191 2016-06-07 14:24:00 14 -#> 2029 25 A69-1303-555 3193 2016-06-07 14:26:00 14 -#> 2030 25 A69-1303-555 3195 2016-06-07 14:28:00 14 -#> 2031 25 A69-1303-555 3197 2016-06-07 14:30:00 14 -#> 2032 25 A69-1303-555 3198 2016-06-07 14:32:00 14 -#> 2033 25 A69-1303-555 3199 2016-06-07 14:36:00 14 -#> 2034 25 A69-1303-555 3201 2016-06-07 14:38:00 14 -#> 2035 25 A69-1303-555 3203 2016-06-07 14:40:00 14 -#> 2036 25 A69-1303-555 3205 2016-06-07 14:42:00 14 -#> 2037 25 A69-1303-555 3207 2016-06-07 14:44:00 14 -#> 2038 25 A69-1303-555 3209 2016-06-07 14:46:00 14 -#> 2039 25 A69-1303-555 3211 2016-06-07 14:48:00 14 -#> 2040 25 A69-1303-555 3212 2016-06-07 14:50:00 14 -#> 2041 25 A69-1303-555 3213 2016-06-07 14:52:00 14 -#> 2042 25 A69-1303-555 3214 2016-06-07 14:54:00 14 -#> 2043 25 A69-1303-555 3216 2016-06-07 14:56:00 14 -#> 2044 25 A69-1303-555 3218 2016-06-07 14:58:00 14 -#> 2045 25 A69-1303-555 3219 2016-06-07 15:00:00 14 -#> 2046 25 A69-1303-555 3221 2016-06-07 15:02:00 14 -#> 2047 25 A69-1303-555 3223 2016-06-07 15:04:00 14 -#> 2048 25 A69-1303-555 3225 2016-06-07 15:06:00 14 -#> 2049 25 A69-1303-555 3227 2016-06-07 15:08:00 14 -#> 2050 25 A69-1303-555 3228 2016-06-07 15:50:00 14 -#> 2051 25 A69-1303-555 3229 2016-06-07 15:54:00 14 -#> 2052 25 A69-1303-555 3230 2016-06-07 18:54:00 14 -#> 2053 25 A69-1303-555 3232 2016-06-07 18:56:00 14 -#> 2054 25 A69-1303-555 3233 2016-06-07 18:58:00 14 -#> 2055 25 A69-1303-555 3235 2016-06-07 19:00:00 14 -#> 2056 25 A69-1303-555 3237 2016-06-07 19:02:00 14 -#> 2057 25 A69-1303-555 3239 2016-06-07 19:04:00 14 -#> 2058 25 A69-1303-555 3240 2016-06-07 19:06:00 14 -#> 2059 25 A69-1303-555 3241 2016-06-07 19:08:00 14 -#> 2060 25 A69-1303-555 3243 2016-06-07 19:10:00 14 -#> 2061 25 A69-1303-555 3245 2016-06-07 19:12:00 14 -#> 2062 25 A69-1303-555 3246 2016-06-07 19:14:00 14 -#> 2063 25 A69-1303-555 3248 2016-06-07 19:16:00 14 -#> 2064 25 A69-1303-555 3249 2016-06-07 19:18:00 14 -#> 2065 25 A69-1303-555 3250 2016-06-07 19:20:00 14 -#> 2066 25 A69-1303-555 3251 2016-06-07 19:24:00 14 -#> 2067 25 A69-1303-555 3253 2016-06-07 19:26:00 14 -#> 2068 25 A69-1303-555 3254 2016-06-07 19:28:00 14 -#> 2069 25 A69-1303-555 3255 2016-06-07 19:30:00 14 -#> 2070 25 A69-1303-555 3256 2016-06-07 19:32:00 14 -#> 2071 25 A69-1303-555 3258 2016-06-07 19:34:00 14 -#> 2072 25 A69-1303-555 3259 2016-06-07 19:36:00 14 -#> 2073 25 A69-1303-555 3261 2016-06-07 19:38:00 14 -#> 2074 25 A69-1303-555 3263 2016-06-07 19:40:00 14 -#> 2075 25 A69-1303-555 3264 2016-06-07 19:42:00 14 -#> 2076 25 A69-1303-555 3266 2016-06-07 19:44:00 14 -#> 2077 25 A69-1303-555 3267 2016-06-07 19:46:00 14 -#> 2078 25 A69-1303-555 3269 2016-06-07 19:48:00 14 -#> 2079 25 A69-1303-555 3271 2016-06-07 20:06:00 14 -#> 2080 25 A69-1303-555 3272 2016-06-07 20:10:00 14 -#> 2081 25 A69-1303-555 3273 2016-06-07 20:12:00 14 -#> 2082 25 A69-1303-555 3274 2016-06-07 20:14:00 14 -#> 2083 25 A69-1303-555 3276 2016-06-07 20:18:00 14 -#> 2084 25 A69-1303-555 3278 2016-06-07 20:20:00 14 -#> 2085 25 A69-1303-555 3280 2016-06-07 20:22:00 14 -#> 2086 25 A69-1303-555 3281 2016-06-07 20:26:00 14 -#> 2087 25 A69-1303-555 3282 2016-06-07 20:28:00 14 -#> 2088 25 A69-1303-555 3283 2016-06-07 20:34:00 14 -#> 2089 25 A69-1303-555 3285 2016-06-07 20:38:00 14 -#> 2090 25 A69-1303-555 3286 2016-06-07 20:44:00 14 -#> 2091 25 A69-1303-555 3287 2016-06-07 20:48:00 14 -#> 2092 25 A69-1303-555 3288 2016-06-07 20:52:00 14 -#> 2093 25 A69-1303-555 3289 2016-06-07 20:56:00 14 -#> 2094 25 A69-1303-555 3290 2016-06-07 20:58:00 14 -#> 2095 25 A69-1303-555 3292 2016-06-07 21:00:00 14 -#> 2096 25 A69-1303-555 3293 2016-06-07 21:02:00 14 -#> 2097 25 A69-1303-555 3294 2016-06-07 21:06:00 14 -#> 2098 25 A69-1303-555 3295 2016-06-07 21:08:00 14 -#> 2099 25 A69-1303-555 3296 2016-06-07 21:10:00 14 -#> 2100 25 A69-1303-555 3298 2016-06-07 21:12:00 14 -#> 2101 25 A69-1303-555 3300 2016-06-07 21:14:00 14 -#> 2102 25 A69-1303-555 3301 2016-06-07 21:16:00 14 -#> 2103 25 A69-1303-555 3303 2016-06-07 21:18:00 14 -#> 2104 25 A69-1303-555 3304 2016-06-07 21:24:00 14 -#> 2105 25 A69-1303-555 3305 2016-06-07 21:26:00 14 -#> 2106 25 A69-1303-555 3306 2016-06-07 21:28:00 14 -#> 2107 25 A69-1303-555 3308 2016-06-07 21:30:00 14 -#> 2108 25 A69-1303-555 3309 2016-06-07 21:34:00 14 -#> 2109 25 A69-1303-555 3310 2016-06-07 21:36:00 14 -#> 2110 25 A69-1303-555 3311 2016-06-07 21:38:00 14 -#> 2111 25 A69-1303-555 3313 2016-06-07 21:40:00 14 -#> 2112 25 A69-1303-555 3314 2016-06-07 21:42:00 14 -#> 2113 25 A69-1303-555 3315 2016-06-07 21:44:00 14 -#> 2114 25 A69-1303-555 3316 2016-06-07 21:46:00 14 -#> 2115 25 A69-1303-555 3317 2016-06-07 21:48:00 14 -#> 2116 25 A69-1303-555 3318 2016-06-07 21:50:00 14 -#> 2117 25 A69-1303-555 3320 2016-06-07 21:52:00 14 -#> 2118 25 A69-1303-555 3322 2016-06-07 21:54:00 14 -#> 2119 25 A69-1303-555 3323 2016-06-07 21:56:00 14 -#> 2120 25 A69-1303-555 3325 2016-06-07 21:58:00 14 -#> 2121 25 A69-1303-555 3326 2016-06-07 22:00:00 14 -#> 2122 25 A69-1303-555 3327 2016-06-07 22:02:00 14 -#> 2123 25 A69-1303-555 3329 2016-06-07 22:04:00 14 -#> 2124 25 A69-1303-555 3331 2016-06-07 22:06:00 14 -#> 2125 25 A69-1303-555 3333 2016-06-07 22:08:00 14 -#> 2126 25 A69-1303-555 3334 2016-06-07 22:10:00 14 -#> 2127 25 A69-1303-555 3335 2016-06-07 22:12:00 14 -#> 2128 25 A69-1303-555 3337 2016-06-07 22:14:00 14 -#> 2129 25 A69-1303-555 3340 2016-06-07 22:16:00 14 -#> 2130 25 A69-1303-555 3342 2016-06-07 22:18:00 14 -#> 2131 25 A69-1303-555 3344 2016-06-07 22:20:00 14 -#> 2132 25 A69-1303-555 3346 2016-06-07 22:22:00 14 -#> 2133 25 A69-1303-555 3348 2016-06-07 22:24:00 14 -#> 2134 25 A69-1303-555 3350 2016-06-07 22:26:00 14 -#> 2135 25 A69-1303-555 3352 2016-06-07 22:28:00 14 -#> 2136 25 A69-1303-555 3354 2016-06-07 22:30:00 14 -#> 2137 25 A69-1303-555 3357 2016-06-07 22:32:00 14 -#> 2138 25 A69-1303-555 3359 2016-06-07 22:34:00 14 -#> 2139 25 A69-1303-555 3360 2016-06-07 22:36:00 14 -#> 2140 25 A69-1303-555 3362 2016-06-07 22:38:00 14 -#> 2141 25 A69-1303-555 3364 2016-06-07 22:40:00 14 -#> 2142 25 A69-1303-555 3365 2016-06-07 22:42:00 14 -#> 2143 25 A69-1303-555 3367 2016-06-07 22:44:00 14 -#> 2144 25 A69-1303-555 3369 2016-06-07 22:46:00 14 -#> 2145 25 A69-1303-555 3371 2016-06-07 22:48:00 14 -#> 2146 25 A69-1303-555 3372 2016-06-07 22:50:00 14 -#> 2147 25 A69-1303-555 3373 2016-06-07 22:52:00 14 -#> 2148 25 A69-1303-555 3375 2016-06-07 22:54:00 14 -#> 2149 25 A69-1303-555 3377 2016-06-07 22:56:00 14 -#> 2150 25 A69-1303-555 3379 2016-06-07 22:58:00 14 -#> 2151 25 A69-1303-555 3381 2016-06-07 23:00:00 14 -#> 2152 25 A69-1303-555 3384 2016-06-07 23:02:00 14 -#> 2153 25 A69-1303-555 3386 2016-06-07 23:04:00 14 -#> 2154 25 A69-1303-555 3387 2016-06-07 23:06:00 14 -#> 2155 25 A69-1303-555 3389 2016-06-07 23:08:00 14 -#> 2156 25 A69-1303-555 3391 2016-06-07 23:10:00 14 -#> 2157 25 A69-1303-555 3392 2016-06-07 23:12:00 14 -#> 2158 25 A69-1303-555 3394 2016-06-07 23:14:00 14 -#> 2159 25 A69-1303-555 3397 2016-06-07 23:16:00 14 -#> 2160 25 A69-1303-555 3399 2016-06-07 23:18:00 14 -#> 2161 25 A69-1303-555 3400 2016-06-07 23:22:00 14 -#> 2162 25 A69-1303-555 3401 2016-06-07 23:24:00 14 -#> 2163 25 A69-1303-555 3403 2016-06-07 23:26:00 14 -#> 2164 25 A69-1303-555 3405 2016-06-07 23:28:00 14 -#> 2165 25 A69-1303-555 3407 2016-06-07 23:30:00 14 -#> 2166 25 A69-1303-555 3409 2016-06-07 23:32:00 14 -#> 2167 25 A69-1303-555 3410 2016-06-07 23:34:00 14 -#> 2168 25 A69-1303-555 3412 2016-06-07 23:36:00 14 -#> 2169 25 A69-1303-555 3414 2016-06-07 23:38:00 14 -#> 2170 25 A69-1303-555 3416 2016-06-07 23:40:00 14 -#> 2171 25 A69-1303-555 3417 2016-06-07 23:42:00 14 -#> 2172 25 A69-1303-555 3420 2016-06-07 23:44:00 14 -#> 2173 25 A69-1303-555 3422 2016-06-07 23:46:00 14 -#> 2174 25 A69-1303-555 3424 2016-06-07 23:48:00 14 -#> 2175 25 A69-1303-555 3425 2016-06-07 23:50:00 14 -#> 2176 25 A69-1303-555 3427 2016-06-07 23:52:00 14 -#> 2177 25 A69-1303-555 3429 2016-06-07 23:54:00 14 -#> 2178 25 A69-1303-555 3431 2016-06-07 23:56:00 14 -#> 2179 25 A69-1303-555 3432 2016-06-07 23:58:00 14 -#> 2180 25 A69-1303-555 3434 2016-06-08 00:00:00 14 -#> 2181 25 A69-1303-555 3437 2016-06-08 00:02:00 14 -#> 2182 25 A69-1303-555 3439 2016-06-08 00:04:00 14 -#> 2183 25 A69-1303-555 3441 2016-06-08 00:06:00 14 -#> 2184 25 A69-1303-555 3442 2016-06-08 00:08:00 14 -#> 2185 25 A69-1303-555 3445 2016-06-08 00:10:00 14 -#> 2186 25 A69-1303-555 3446 2016-06-08 00:12:00 14 -#> 2187 25 A69-1303-555 3448 2016-06-08 00:14:00 14 -#> 2188 25 A69-1303-555 3451 2016-06-08 00:16:00 14 -#> 2189 25 A69-1303-555 3454 2016-06-08 00:18:00 14 -#> 2190 25 A69-1303-555 3455 2016-06-08 00:20:00 14 -#> 2191 25 A69-1303-555 3457 2016-06-08 00:22:00 14 -#> 2192 25 A69-1303-555 3459 2016-06-08 00:24:00 14 -#> 2193 25 A69-1303-555 3461 2016-06-08 00:26:00 14 -#> 2194 25 A69-1303-555 3463 2016-06-08 00:28:00 14 -#> 2195 25 A69-1303-555 3464 2016-06-08 00:30:00 14 -#> 2196 25 A69-1303-555 3467 2016-06-08 00:32:00 14 -#> 2197 25 A69-1303-555 3469 2016-06-08 00:34:00 14 -#> 2198 25 A69-1303-555 3471 2016-06-08 00:36:00 14 -#> 2199 25 A69-1303-555 3473 2016-06-08 00:38:00 14 -#> 2200 25 A69-1303-555 3475 2016-06-08 00:40:00 14 -#> 2201 25 A69-1303-555 3476 2016-06-08 00:42:00 14 -#> 2202 25 A69-1303-555 3478 2016-06-08 00:44:00 14 -#> 2203 25 A69-1303-555 3480 2016-06-08 00:46:00 14 -#> 2204 25 A69-1303-555 3481 2016-06-08 00:48:00 14 -#> 2205 25 A69-1303-555 3483 2016-06-08 00:50:00 14 -#> 2206 25 A69-1303-555 3486 2016-06-08 00:52:00 14 -#> 2207 25 A69-1303-555 3487 2016-06-08 00:54:00 14 -#> 2208 25 A69-1303-555 3488 2016-06-08 00:56:00 14 -#> 2209 25 A69-1303-555 3489 2016-06-08 01:08:00 14 -#> 2210 25 A69-1303-555 3490 2016-06-08 01:12:00 14 -#> 2211 25 A69-1303-555 3492 2016-06-08 01:18:00 14 -#> 2212 25 A69-1303-555 3494 2016-06-08 01:20:00 14 -#> 2213 25 A69-1303-555 3496 2016-06-08 01:24:00 14 -#> 2214 25 A69-1303-555 3497 2016-06-08 01:28:00 14 -#> 2215 25 A69-1303-555 3498 2016-06-08 01:30:00 14 -#> 2216 25 A69-1303-555 3500 2016-06-08 01:32:00 14 -#> 2217 25 A69-1303-555 3501 2016-06-08 01:34:00 14 -#> 2218 25 A69-1303-555 3503 2016-06-08 01:36:00 14 -#> 2219 25 A69-1303-555 3504 2016-06-08 01:38:00 14 -#> 2220 25 A69-1303-555 3506 2016-06-08 01:40:00 14 -#> 2221 25 A69-1303-555 3508 2016-06-08 01:42:00 14 -#> 2222 25 A69-1303-555 3509 2016-06-08 01:44:00 14 -#> 2223 25 A69-1303-555 3510 2016-06-08 01:46:00 14 -#> 2224 25 A69-1303-555 3511 2016-06-08 01:48:00 14 -#> 2225 25 A69-1303-555 3513 2016-06-08 01:50:00 14 -#> 2226 25 A69-1303-555 3514 2016-06-08 01:52:00 14 -#> 2227 25 A69-1303-555 3515 2016-06-08 01:54:00 14 -#> 2228 25 A69-1303-555 3516 2016-06-08 01:56:00 14 -#> 2229 25 A69-1303-555 3517 2016-06-08 04:02:00 14 -#> 2230 25 A69-1303-555 3519 2016-06-08 04:04:00 14 -#> 2231 25 A69-1303-555 3521 2016-06-08 04:06:00 14 -#> 2232 25 A69-1303-555 3522 2016-06-08 04:08:00 14 -#> 2233 25 A69-1303-555 3524 2016-06-08 04:10:00 14 -#> 2234 25 A69-1303-555 3526 2016-06-08 04:12:00 14 -#> 2235 25 A69-1303-555 3529 2016-06-08 04:14:00 14 -#> 2236 25 A69-1303-555 3531 2016-06-08 04:16:00 14 -#> 2237 25 A69-1303-555 3533 2016-06-08 04:18:00 14 -#> 2238 25 A69-1303-555 3535 2016-06-08 04:20:00 14 -#> 2239 25 A69-1303-555 3537 2016-06-08 04:22:00 14 -#> 2240 25 A69-1303-555 3540 2016-06-08 04:24:00 14 -#> 2241 25 A69-1303-555 3541 2016-06-08 04:26:00 14 -#> 2242 25 A69-1303-555 3544 2016-06-08 04:28:00 14 -#> 2243 25 A69-1303-555 3545 2016-06-08 04:30:00 14 -#> 2244 25 A69-1303-555 3548 2016-06-08 04:32:00 14 -#> 2245 25 A69-1303-555 3550 2016-06-08 04:34:00 14 -#> 2246 25 A69-1303-555 3551 2016-06-08 04:36:00 14 -#> 2247 25 A69-1303-555 3553 2016-06-08 04:38:00 14 -#> 2248 25 A69-1303-555 3555 2016-06-08 04:40:00 14 -#> 2249 25 A69-1303-555 3556 2016-06-08 04:42:00 14 -#> 2250 25 A69-1303-555 3557 2016-06-08 04:46:00 14 -#> 2251 25 A69-1303-555 3560 2016-06-08 04:48:00 14 -#> 2252 25 A69-1303-555 3561 2016-06-08 04:50:00 14 -#> 2253 25 A69-1303-555 3563 2016-06-08 04:52:00 14 -#> 2254 25 A69-1303-555 3565 2016-06-08 04:54:00 14 -#> 2255 25 A69-1303-555 3567 2016-06-08 04:56:00 14 -#> 2256 25 A69-1303-555 3569 2016-06-08 04:58:00 14 -#> 2257 25 A69-1303-555 3571 2016-06-08 05:00:00 14 -#> 2258 25 A69-1303-555 3573 2016-06-08 05:02:00 14 -#> 2259 25 A69-1303-555 3574 2016-06-08 05:04:00 14 -#> 2260 25 A69-1303-555 3576 2016-06-08 05:06:00 14 -#> 2261 25 A69-1303-555 3578 2016-06-08 05:08:00 14 -#> 2262 25 A69-1303-555 3580 2016-06-08 05:10:00 14 -#> 2263 25 A69-1303-555 3583 2016-06-08 05:16:00 14 -#> 2264 25 A69-1303-555 3585 2016-06-08 05:18:00 14 -#> 2265 25 A69-1303-555 3587 2016-06-08 05:20:00 14 -#> 2266 25 A69-1303-555 3588 2016-06-08 05:22:00 14 -#> 2267 25 A69-1303-555 3590 2016-06-08 05:26:00 14 -#> 2268 25 A69-1303-555 3592 2016-06-08 05:30:00 14 -#> 2269 25 A69-1303-555 3594 2016-06-08 05:32:00 14 -#> 2270 25 A69-1303-555 3595 2016-06-08 05:34:00 14 -#> 2271 25 A69-1303-555 3598 2016-06-08 05:36:00 14 -#> 2272 25 A69-1303-555 3599 2016-06-08 05:38:00 14 -#> 2273 25 A69-1303-555 3601 2016-06-08 05:40:00 14 -#> 2274 25 A69-1303-555 3602 2016-06-08 05:42:00 14 -#> 2275 25 A69-1303-555 3605 2016-06-08 05:44:00 14 -#> 2276 25 A69-1303-555 3606 2016-06-08 05:46:00 14 -#> 2277 25 A69-1303-555 3609 2016-06-08 05:48:00 14 -#> 2278 25 A69-1303-555 3611 2016-06-08 05:50:00 14 -#> 2279 25 A69-1303-555 3613 2016-06-08 05:52:00 14 -#> 2280 25 A69-1303-555 3615 2016-06-08 05:54:00 14 -#> 2281 25 A69-1303-555 3617 2016-06-08 05:56:00 14 -#> 2282 25 A69-1303-555 3618 2016-06-08 05:58:00 14 -#> 2283 25 A69-1303-555 3621 2016-06-08 06:00:00 14 -#> 2284 25 A69-1303-555 3622 2016-06-08 06:02:00 14 -#> 2285 25 A69-1303-555 3624 2016-06-08 06:04:00 14 -#> 2286 25 A69-1303-555 3625 2016-06-08 06:06:00 14 -#> 2287 25 A69-1303-555 3626 2016-06-08 06:10:00 14 -#> 2288 25 A69-1303-555 3627 2016-06-08 20:50:00 7 -#> 2289 25 A69-1303-555 3628 2016-06-08 21:10:00 7 -#> 2290 25 A69-1303-555 3629 2016-06-08 21:12:00 7 -#> 2291 25 A69-1303-555 3632 2016-06-08 21:14:00 7 -#> 2292 25 A69-1303-555 3633 2016-06-08 21:20:00 7 -#> 2293 25 A69-1303-555 3634 2016-06-08 21:22:00 7 -#> 2294 25 A69-1303-555 3635 2016-06-08 21:24:00 7 -#> 2295 25 A69-1303-555 3636 2016-06-08 21:26:00 7 -#> 2296 25 A69-1303-555 3637 2016-06-08 21:28:00 7 -#> 2297 25 A69-1303-555 3639 2016-06-08 22:06:00 11 -#> 2298 25 A69-1303-555 3640 2016-06-08 22:08:00 11 -#> 2299 25 A69-1303-555 3641 2016-06-08 22:10:00 11 -#> 2300 25 A69-1303-555 3642 2016-06-08 22:12:00 11 -#> 2301 25 A69-1303-555 3644 2016-06-08 22:16:00 11 -#> 2302 25 A69-1303-555 3645 2016-06-08 22:20:00 11 -#> 2303 25 A69-1303-555 3648 2016-06-08 22:22:00 11 -#> 2304 25 A69-1303-555 3650 2016-06-08 22:24:00 11 -#> 2305 25 A69-1303-555 3651 2016-06-08 22:28:00 11 -#> 2306 25 A69-1303-555 3652 2016-06-08 22:30:00 11 -#> 2307 25 A69-1303-555 3655 2016-06-08 22:34:00 11 -#> 2308 25 A69-1303-555 3657 2016-06-08 22:36:00 11 -#> 2309 25 A69-1303-555 3658 2016-06-08 22:38:00 11 -#> 2310 25 A69-1303-555 3659 2016-06-08 22:40:00 11 -#> 2311 25 A69-1303-555 3660 2016-06-08 22:44:00 11 -#> 2312 25 A69-1303-555 3661 2016-06-08 22:46:00 11 -#> 2313 25 A69-1303-555 3663 2016-06-08 22:48:00 11 -#> 2314 25 A69-1303-555 3664 2016-06-08 23:06:00 11 -#> 2315 25 A69-1303-555 3665 2016-06-08 23:10:00 11 -#> 2316 25 A69-1303-555 3666 2016-06-08 23:14:00 11 -#> 2317 25 A69-1303-555 3668 2016-06-08 23:18:00 11 -#> 2318 25 A69-1303-555 3670 2016-06-08 23:20:00 11 -#> 2319 25 A69-1303-555 3672 2016-06-08 23:22:00 11 -#> 2320 25 A69-1303-555 3673 2016-06-08 23:24:00 11 -#> 2321 25 A69-1303-555 3674 2016-06-08 23:26:00 11 -#> 2322 25 A69-1303-555 3675 2016-06-08 23:32:00 11 -#> 2323 25 A69-1303-555 3676 2016-06-08 23:34:00 11 -#> 2324 25 A69-1303-555 3677 2016-06-08 23:38:00 11 -#> 2325 25 A69-1303-555 3678 2016-06-08 23:40:00 11 -#> 2326 25 A69-1303-555 3680 2016-06-08 23:48:00 11 -#> 2327 25 A69-1303-555 3681 2016-06-08 23:50:00 11 -#> 2328 25 A69-1303-555 3682 2016-06-08 23:56:00 11 -#> 2329 25 A69-1303-555 3683 2016-06-08 23:58:00 11 -#> 2330 25 A69-1303-555 3684 2016-06-09 00:00:00 11 -#> 2331 25 A69-1303-555 3685 2016-06-09 00:04:00 11 -#> 2332 25 A69-1303-555 3686 2016-06-09 00:06:00 11 -#> 2333 25 A69-1303-555 3687 2016-06-09 00:28:00 11 -#> 2334 25 A69-1303-555 3688 2016-06-09 00:30:00 11 -#> 2335 25 A69-1303-555 3689 2016-06-09 00:34:00 11 -#> 2336 25 A69-1303-555 3690 2016-06-09 00:52:00 11 -#> 2337 25 A69-1303-555 3691 2016-06-09 00:56:00 11 -#> 2338 25 A69-1303-555 3692 2016-06-09 01:02:00 11 -#> 2339 25 A69-1303-555 3693 2016-06-09 01:04:00 11 -#> 2340 25 A69-1303-555 3694 2016-06-09 01:06:00 11 -#> 2341 25 A69-1303-555 3696 2016-06-09 01:08:00 11 -#> 2342 25 A69-1303-555 3698 2016-06-09 01:10:00 11 -#> 2343 25 A69-1303-555 3699 2016-06-09 01:12:00 11 -#> 2344 25 A69-1303-555 3701 2016-06-09 01:16:00 11 -#> 2345 25 A69-1303-555 3703 2016-06-09 01:18:00 11 -#> 2346 25 A69-1303-555 3705 2016-06-09 01:20:00 11 -#> 2347 25 A69-1303-555 3707 2016-06-09 01:24:00 11 -#> 2348 25 A69-1303-555 3709 2016-06-09 01:26:00 11 -#> 2349 25 A69-1303-555 3711 2016-06-09 01:28:00 11 -#> 2350 25 A69-1303-555 3712 2016-06-09 01:30:00 11 -#> 2351 25 A69-1303-555 3715 2016-06-09 01:32:00 11 -#> 2352 25 A69-1303-555 3717 2016-06-09 01:34:00 11 -#> 2353 25 A69-1303-555 3718 2016-06-09 01:36:00 11 -#> 2354 25 A69-1303-555 3719 2016-06-09 10:52:00 11 -#> 2355 25 A69-1303-555 3720 2016-06-09 10:54:00 11 -#> 2356 25 A69-1303-555 3721 2016-06-09 11:06:00 11 -#> 2357 25 A69-1303-555 3722 2016-06-09 11:08:00 11 -#> 2358 25 A69-1303-555 3724 2016-06-09 11:12:00 11 -#> 2359 25 A69-1303-555 3725 2016-06-11 08:26:00 14 -#> 2360 25 A69-1303-555 3726 2016-06-11 08:28:00 14 -#> 2361 25 A69-1303-555 3728 2016-06-11 08:30:00 14 -#> 2362 25 A69-1303-555 3730 2016-06-11 08:36:00 14 -#> 2363 25 A69-1303-555 3732 2016-06-11 08:42:00 14 -#> 2364 25 A69-1303-555 3733 2016-06-11 08:44:00 14 -#> 2365 25 A69-1303-555 3735 2016-06-11 08:46:00 14 -#> 2366 25 A69-1303-555 3737 2016-06-11 08:48:00 14 -#> 2367 25 A69-1303-555 3739 2016-06-11 08:50:00 14 -#> 2368 25 A69-1303-555 3741 2016-06-11 08:52:00 14 -#> 2369 25 A69-1303-555 3743 2016-06-11 08:54:00 14 -#> 2370 25 A69-1303-555 3744 2016-06-12 21:32:00 14 -#> 2371 25 A69-1303-555 3745 2016-06-12 21:34:00 14 -#> 2372 25 A69-1303-555 3747 2016-06-12 21:40:00 14 -#> 2373 25 A69-1303-555 3748 2016-06-12 21:42:00 14 -#> 2374 25 A69-1303-555 3749 2016-06-12 21:44:00 14 -#> 2375 25 A69-1303-555 3751 2016-06-13 04:40:00 14 -#> 2376 25 A69-1303-555 3752 2016-06-13 04:42:00 14 -#> 2377 25 A69-1303-555 3754 2016-06-13 04:44:00 14 -#> 2378 25 A69-1303-555 3756 2016-06-13 04:46:00 14 -#> 2379 25 A69-1303-555 3757 2016-06-13 04:48:00 14 -#> 2380 25 A69-1303-555 3759 2016-06-13 04:50:00 14 -#> 2381 25 A69-1303-555 3760 2016-06-13 04:54:00 14 -#> 2382 25 A69-1303-555 3761 2016-06-13 04:56:00 14 -#> 2383 25 A69-1303-555 3763 2016-06-13 04:58:00 14 -#> 2384 25 A69-1303-555 3765 2016-06-13 05:00:00 14 -#> 2385 25 A69-1303-555 3767 2016-06-13 05:02:00 14 -#> 2386 25 A69-1303-555 3768 2016-06-13 05:04:00 14 -#> 2387 25 A69-1303-555 3771 2016-06-13 05:06:00 14 -#> 2388 25 A69-1303-555 3774 2016-06-13 05:08:00 14 -#> 2389 25 A69-1303-555 3775 2016-06-13 05:10:00 14 -#> 2390 25 A69-1303-555 3777 2016-06-13 05:12:00 14 -#> 2391 25 A69-1303-555 3779 2016-06-13 05:14:00 14 -#> 2392 25 A69-1303-555 3781 2016-06-13 05:16:00 14 -#> 2393 25 A69-1303-555 3782 2016-06-13 05:18:00 14 -#> 2394 25 A69-1303-555 3783 2016-06-13 05:20:00 14 -#> 2395 25 A69-1303-555 3784 2016-06-13 05:22:00 14 -#> 2396 25 A69-1303-555 3785 2016-06-13 05:24:00 14 -#> 2397 25 A69-1303-555 3787 2016-06-13 05:26:00 14 -#> 2398 25 A69-1303-555 3789 2016-06-13 05:28:00 14 -#> 2399 25 A69-1303-555 3791 2016-06-13 05:30:00 14 -#> 2400 25 A69-1303-555 3792 2016-06-13 05:32:00 14 -#> 2401 25 A69-1303-555 3794 2016-06-13 05:34:00 14 -#> 2402 25 A69-1303-555 3796 2016-06-13 05:36:00 14 -#> 2403 25 A69-1303-555 3797 2016-06-13 05:38:00 14 -#> 2404 25 A69-1303-555 3799 2016-06-13 05:40:00 14 -#> 2405 25 A69-1303-555 3800 2016-06-13 05:42:00 14 -#> 2406 25 A69-1303-555 3802 2016-06-13 05:44:00 14 -#> 2407 25 A69-1303-555 3803 2016-06-13 05:46:00 14 -#> 2408 25 A69-1303-555 3805 2016-06-13 05:48:00 14 -#> 2409 25 A69-1303-555 3807 2016-06-13 05:50:00 14 -#> 2410 25 A69-1303-555 3810 2016-06-13 05:52:00 14 -#> 2411 25 A69-1303-555 3812 2016-06-13 05:54:00 14 -#> 2412 25 A69-1303-555 3814 2016-06-13 05:56:00 14 -#> 2413 25 A69-1303-555 3816 2016-06-13 05:58:00 14 -#> 2414 25 A69-1303-555 3818 2016-06-13 06:00:00 14 -#> 2415 25 A69-1303-555 3820 2016-06-13 06:02:00 14 -#> 2416 25 A69-1303-555 3822 2016-06-13 06:04:00 14 -#> 2417 25 A69-1303-555 3823 2016-06-13 06:06:00 14 -#> 2418 25 A69-1303-555 3825 2016-06-13 06:08:00 14 -#> 2419 25 A69-1303-555 3826 2016-06-13 06:10:00 14 -#> 2420 25 A69-1303-555 3828 2016-06-13 06:12:00 14 -#> 2421 25 A69-1303-555 3830 2016-06-13 06:14:00 14 -#> 2422 25 A69-1303-555 3832 2016-06-13 06:16:00 14 -#> 2423 25 A69-1303-555 3834 2016-06-13 06:18:00 14 -#> 2424 25 A69-1303-555 3836 2016-06-13 06:20:00 14 -#> 2425 25 A69-1303-555 3839 2016-06-13 06:22:00 14 -#> 2426 25 A69-1303-555 3841 2016-06-13 06:24:00 14 -#> 2427 25 A69-1303-555 3843 2016-06-13 06:26:00 14 -#> 2428 25 A69-1303-555 3845 2016-06-13 06:28:00 14 -#> 2429 25 A69-1303-555 3846 2016-06-13 06:30:00 14 -#> 2430 25 A69-1303-555 3847 2016-06-13 06:32:00 14 -#> 2431 25 A69-1303-555 3849 2016-06-13 06:34:00 14 -#> 2432 25 A69-1303-555 3850 2016-06-13 06:38:00 14 -#> 2433 25 A69-1303-555 3851 2016-06-13 06:40:00 14 -#> 2434 25 A69-1303-555 3853 2016-06-13 06:44:00 14 -#> 2435 25 A69-1303-555 3855 2016-06-13 06:46:00 14 -#> 2436 25 A69-1303-555 3857 2016-06-13 06:48:00 14 -#> 2437 25 A69-1303-555 3858 2016-06-13 06:50:00 14 -#> 2438 25 A69-1303-555 3860 2016-06-13 06:54:00 14 -#> 2439 25 A69-1303-555 3861 2016-06-13 08:00:00 14 -#> 2440 25 A69-1303-555 3862 2016-06-13 08:04:00 14 -#> 2441 25 A69-1303-555 3863 2016-06-13 08:06:00 14 -#> 2442 25 A69-1303-555 3865 2016-06-14 04:48:00 14 -#> 2443 25 A69-1303-555 3866 2016-06-14 04:50:00 14 -#> 2444 25 A69-1303-555 3868 2016-06-14 04:52:00 14 -#> 2445 25 A69-1303-555 3870 2016-06-14 04:54:00 14 -#> 2446 25 A69-1303-555 3871 2016-06-14 04:56:00 14 -#> 2447 25 A69-1303-555 3872 2016-06-14 04:58:00 14 -#> 2448 25 A69-1303-555 3874 2016-06-14 05:00:00 14 -#> 2449 25 A69-1303-555 3875 2016-06-14 05:02:00 14 -#> 2450 25 A69-1303-555 3877 2016-06-14 05:04:00 14 -#> 2451 25 A69-1303-555 3878 2016-06-14 05:08:00 14 -#> 2452 25 A69-1303-555 3879 2016-06-14 05:10:00 14 -#> 2453 25 A69-1303-555 3880 2016-06-14 05:36:00 14 -#> 2454 25 A69-1303-555 3881 2016-06-14 05:38:00 14 -#> 2455 25 A69-1303-555 3883 2016-06-14 05:40:00 14 -#> 2456 25 A69-1303-555 3884 2016-06-14 05:42:00 14 -#> 2457 25 A69-1303-555 3886 2016-06-14 05:44:00 14 -#> 2458 25 A69-1303-555 3887 2016-06-14 05:46:00 14 -#> 2459 25 A69-1303-555 3889 2016-06-14 05:48:00 14 -#> 2460 25 A69-1303-555 3891 2016-06-14 05:50:00 14 -#> 2461 25 A69-1303-555 3893 2016-06-14 05:52:00 14 -#> 2462 25 A69-1303-555 3896 2016-06-14 05:54:00 14 -#> 2463 25 A69-1303-555 3897 2016-06-14 05:56:00 14 -#> 2464 25 A69-1303-555 3898 2016-06-14 05:58:00 14 -#> 2465 25 A69-1303-555 3899 2016-06-14 06:02:00 14 -#> 2466 25 A69-1303-555 3900 2016-06-14 07:16:00 14 -#> 2467 25 A69-1303-555 3902 2016-06-14 07:18:00 14 -#> 2468 25 A69-1303-555 3903 2016-06-14 07:20:00 14 -#> 2469 25 A69-1303-555 3905 2016-06-14 07:22:00 14 -#> 2470 25 A69-1303-555 3906 2016-06-14 07:26:00 14 -#> 2471 25 A69-1303-555 3907 2016-06-17 00:40:00 14 -#> 2472 25 A69-1303-555 3908 2016-06-17 00:42:00 14 -#> 2473 25 A69-1303-555 3910 2016-06-17 00:44:00 14 -#> 2474 25 A69-1303-555 3911 2016-06-17 00:46:00 14 -#> 2475 25 A69-1303-555 3912 2016-06-17 00:48:00 14 -#> 2476 25 A69-1303-555 3914 2016-06-17 00:50:00 14 -#> 2477 25 A69-1303-555 3916 2016-06-17 00:52:00 14 -#> 2478 25 A69-1303-555 3918 2016-06-17 00:54:00 14 -#> 2479 25 A69-1303-555 3920 2016-06-17 00:58:00 14 -#> 2480 25 A69-1303-555 3921 2016-06-18 00:06:00 29 -#> 2481 25 A69-1303-555 3922 2016-06-18 00:10:00 29 -#> 2482 25 A69-1303-555 3923 2016-06-18 00:14:00 29 -#> 2483 25 A69-1303-555 3924 2016-06-18 00:22:00 29 -#> 2484 25 A69-1303-555 3925 2016-06-18 01:02:00 29 -#> 2485 25 A69-1303-555 3926 2016-06-18 01:04:00 29 -#> 2486 25 A69-1303-555 3927 2016-06-18 01:06:00 29 -#> 2487 25 A69-1303-555 3929 2016-06-18 01:08:00 29 -#> 2488 25 A69-1303-555 3930 2016-06-18 01:10:00 29 -#> 2489 25 A69-1303-555 3932 2016-06-18 01:14:00 29 -#> 2490 25 A69-1303-555 3933 2016-06-18 01:16:00 29 -#> 2491 25 A69-1303-555 3934 2016-06-18 01:18:00 29 -#> 2492 25 A69-1303-555 3936 2016-06-18 01:20:00 29 -#> 2493 25 A69-1303-555 3937 2016-06-18 01:22:00 29 -#> 2494 25 A69-1303-555 3938 2016-06-18 01:24:00 29 -#> 2495 25 A69-1303-555 3940 2016-06-18 01:26:00 29 -#> 2496 25 A69-1303-555 3941 2016-06-18 01:28:00 29 -#> 2497 25 A69-1303-555 3942 2016-06-18 01:30:00 29 -#> 2498 25 A69-1303-555 3945 2016-06-18 01:34:00 29 -#> 2499 25 A69-1303-555 3947 2016-06-18 05:56:00 29 -#> 2500 25 A69-1303-555 3948 2016-06-18 06:00:00 29 -#> 2501 25 A69-1303-555 3949 2016-06-18 06:02:00 29 -#> 2502 25 A69-1303-555 3950 2016-06-18 06:10:00 29 -#> 2503 25 A69-1303-555 3952 2016-06-18 06:14:00 29 -#> 2504 25 A69-1303-555 3953 2016-06-18 06:26:00 29 -#> 2505 25 A69-1303-555 3955 2016-06-18 06:30:00 29 -#> 2506 25 A69-1303-555 3956 2016-06-18 06:46:00 29 -#> 2507 25 A69-1303-555 3957 2016-06-18 06:50:00 29 -#> 2508 25 A69-1303-555 3958 2016-06-18 06:54:00 29 -#> 2509 25 A69-1303-555 3959 2016-06-18 06:56:00 29 -#> 2510 25 A69-1303-555 3960 2016-06-18 06:58:00 29 -#> 2511 25 A69-1303-555 3963 2016-06-18 07:00:00 29 -#> 2512 25 A69-1303-555 3964 2016-06-18 07:02:00 29 -#> 2513 25 A69-1303-555 3967 2016-06-18 07:04:00 29 -#> 2514 25 A69-1303-555 3968 2016-06-18 07:06:00 29 -#> 2515 25 A69-1303-555 3969 2016-06-18 07:10:00 29 -#> 2516 25 A69-1303-555 3970 2016-06-18 07:12:00 29 -#> 2517 25 A69-1303-555 3971 2016-06-18 07:14:00 29 -#> 2518 25 A69-1303-555 3973 2016-06-18 07:16:00 29 -#> 2519 25 A69-1303-555 3975 2016-06-18 07:18:00 29 -#> 2520 25 A69-1303-555 3977 2016-06-18 07:20:00 29 -#> 2521 25 A69-1303-555 3978 2016-06-18 07:22:00 29 -#> 2522 25 A69-1303-555 3980 2016-06-18 07:24:00 29 -#> 2523 25 A69-1303-555 3982 2016-06-18 07:26:00 29 -#> 2524 25 A69-1303-555 3983 2016-06-18 07:28:00 29 -#> 2525 25 A69-1303-555 3985 2016-06-18 07:30:00 29 -#> 2526 25 A69-1303-555 3987 2016-06-18 07:32:00 29 -#> 2527 25 A69-1303-555 3989 2016-06-18 07:34:00 29 -#> 2528 25 A69-1303-555 3990 2016-06-18 07:36:00 29 -#> 2529 25 A69-1303-555 3993 2016-06-18 07:38:00 29 -#> 2530 25 A69-1303-555 3994 2016-06-18 07:40:00 29 -#> 2531 25 A69-1303-555 3996 2016-06-18 07:42:00 29 -#> 2532 25 A69-1303-555 3997 2016-06-18 07:44:00 29 -#> 2533 25 A69-1303-555 3999 2016-06-18 07:50:00 29 -#> 2534 25 A69-1303-555 4001 2016-06-18 07:54:00 29 -#> 2535 25 A69-1303-555 4002 2016-06-18 07:56:00 29 -#> 2536 25 A69-1303-555 4003 2016-06-18 07:58:00 29 -#> 2537 25 A69-1303-555 4004 2016-06-18 08:00:00 29 -#> 2538 25 A69-1303-555 4006 2016-06-18 08:06:00 29 -#> 2539 25 A69-1303-555 4007 2016-06-18 08:08:00 29 -#> 2540 25 A69-1303-555 4009 2016-06-18 08:10:00 29 -#> 2541 25 A69-1303-555 4011 2016-06-18 08:12:00 29 -#> 2542 25 A69-1303-555 4013 2016-06-18 08:14:00 29 -#> 2543 25 A69-1303-555 4015 2016-06-18 08:16:00 29 -#> 2544 25 A69-1303-555 4016 2016-06-18 08:18:00 29 -#> 2545 25 A69-1303-555 4018 2016-06-18 08:20:00 29 -#> 2546 25 A69-1303-555 4019 2016-06-18 08:22:00 29 -#> 2547 25 A69-1303-555 4021 2016-06-18 08:24:00 29 -#> 2548 25 A69-1303-555 4024 2016-06-18 08:26:00 29 -#> 2549 25 A69-1303-555 4025 2016-06-18 08:28:00 29 -#> 2550 25 A69-1303-555 4026 2016-06-18 08:30:00 29 -#> 2551 25 A69-1303-555 4027 2016-06-18 08:32:00 29 -#> 2552 25 A69-1303-555 4029 2016-06-18 08:34:00 29 -#> 2553 25 A69-1303-555 4032 2016-06-18 08:36:00 29 -#> 2554 25 A69-1303-555 4033 2016-06-18 08:38:00 29 -#> 2555 25 A69-1303-555 4035 2016-06-18 08:40:00 29 -#> 2556 25 A69-1303-555 4038 2016-06-18 08:42:00 29 -#> 2557 25 A69-1303-555 4039 2016-06-18 08:44:00 29 -#> 2558 25 A69-1303-555 4041 2016-06-18 08:46:00 29 -#> 2559 25 A69-1303-555 4042 2016-06-18 08:48:00 29 -#> 2560 25 A69-1303-555 4043 2016-06-18 08:50:00 29 -#> 2561 25 A69-1303-555 4046 2016-06-18 08:52:00 29 -#> 2562 25 A69-1303-555 4047 2016-06-18 08:54:00 29 -#> 2563 25 A69-1303-555 4050 2016-06-18 08:56:00 29 -#> 2564 25 A69-1303-555 4051 2016-06-18 08:58:00 29 -#> 2565 25 A69-1303-555 4053 2016-06-18 09:00:00 29 -#> 2566 25 A69-1303-555 4054 2016-06-18 09:02:00 29 -#> 2567 25 A69-1303-555 4055 2016-06-18 09:04:00 29 -#> 2568 25 A69-1303-555 4057 2016-06-18 09:06:00 29 -#> 2569 25 A69-1303-555 4058 2016-06-18 09:08:00 29 -#> 2570 25 A69-1303-555 4059 2016-06-18 09:10:00 29 -#> 2571 25 A69-1303-555 4060 2016-06-18 09:12:00 29 -#> 2572 25 A69-1303-555 4061 2016-06-18 09:30:00 29 -#> 2573 25 A69-1303-555 4063 2016-06-18 09:32:00 29 -#> 2574 25 A69-1303-555 4065 2016-06-18 09:34:00 29 -#> 2575 25 A69-1303-555 4066 2016-06-18 09:36:00 29 -#> 2576 25 A69-1303-555 4067 2016-06-18 09:40:00 29 -#> 2577 25 A69-1303-555 4068 2016-06-18 10:54:00 29 -#> 2578 25 A69-1303-555 4069 2016-06-18 11:12:00 29 -#> 2579 25 A69-1303-555 4070 2016-06-18 11:14:00 29 -#> 2580 25 A69-1303-555 4072 2016-06-18 11:16:00 29 -#> 2581 25 A69-1303-555 4073 2016-06-19 05:30:00 29 -#> 2582 25 A69-1303-555 4074 2016-06-19 05:52:00 29 -#> 2583 25 A69-1303-555 4075 2016-06-19 05:58:00 29 -#> 2584 25 A69-1303-555 4076 2016-06-19 06:00:00 29 -#> 2585 25 A69-1303-555 4077 2016-06-19 06:02:00 29 -#> 2586 25 A69-1303-555 4079 2016-06-19 06:04:00 29 -#> 2587 25 A69-1303-555 4080 2016-06-19 06:06:00 29 -#> 2588 25 A69-1303-555 4082 2016-06-19 06:08:00 29 -#> 2589 25 A69-1303-555 4083 2016-06-19 06:12:00 29 -#> 2590 25 A69-1303-555 4084 2016-06-19 06:16:00 29 -#> 2591 25 A69-1303-555 4085 2016-06-19 06:18:00 29 -#> 2592 25 A69-1303-555 4086 2016-06-19 06:20:00 29 -#> 2593 25 A69-1303-555 4087 2016-06-19 06:22:00 29 -#> 2594 25 A69-1303-555 4090 2016-06-19 06:24:00 29 -#> 2595 25 A69-1303-555 4091 2016-06-19 06:26:00 29 -#> 2596 25 A69-1303-555 4092 2016-06-19 06:28:00 29 -#> 2597 25 A69-1303-555 4095 2016-06-19 06:30:00 29 -#> 2598 25 A69-1303-555 4096 2016-06-19 06:32:00 29 -#> 2599 25 A69-1303-555 4098 2016-06-19 06:36:00 29 -#> 2600 25 A69-1303-555 4099 2016-06-19 06:38:00 29 -#> 2601 25 A69-1303-555 4100 2016-06-19 06:42:00 29 -#> 2602 25 A69-1303-555 4101 2016-06-19 06:44:00 29 -#> 2603 25 A69-1303-555 4102 2016-06-19 06:46:00 29 -#> 2604 25 A69-1303-555 4104 2016-06-19 06:50:00 29 -#> 2605 25 A69-1303-555 4105 2016-06-20 19:32:00 14 -#> 2606 25 A69-1303-555 4106 2016-06-20 19:42:00 14 -#> 2607 25 A69-1303-555 4108 2016-06-20 19:44:00 14 -#> 2608 25 A69-1303-555 4109 2016-06-20 19:48:00 14 -#> 2609 25 A69-1303-555 4110 2016-06-20 19:54:00 14 -#> 2610 25 A69-1303-555 4111 2016-06-20 20:02:00 14 -#> 2611 25 A69-1303-555 4112 2016-06-22 23:54:00 11 -#> 2612 25 A69-1303-555 4113 2016-06-22 23:58:00 11 -#> 2613 25 A69-1303-555 4114 2016-06-23 00:02:00 11 -#> 2614 25 A69-1303-555 4115 2016-06-23 00:34:00 11 -#> 2615 25 A69-1303-555 4116 2016-06-23 00:44:00 11 -#> 2616 25 A69-1303-555 4117 2016-06-23 00:46:00 11 -#> 2617 25 A69-1303-555 4118 2016-06-23 00:58:00 11 -#> 2618 25 A69-1303-555 4119 2016-06-23 01:00:00 11 -#> 2619 25 A69-1303-555 4121 2016-06-23 02:06:00 11 -#> 2620 25 A69-1303-555 4122 2016-06-23 02:14:00 11 -#> 2621 25 A69-1303-555 4123 2016-06-23 20:46:00 11 -#> 2622 25 A69-1303-555 4124 2016-06-23 20:48:00 11 -#> 2623 25 A69-1303-555 4125 2016-06-23 20:50:00 11 -#> 2624 25 A69-1303-555 4126 2016-06-23 20:54:00 11 -#> 2625 25 A69-1303-555 4127 2016-06-23 20:58:00 11 -#> 2626 25 A69-1303-555 4129 2016-06-23 21:16:00 11 -#> 2627 25 A69-1303-555 4131 2016-06-23 21:22:00 11 -#> 2628 25 A69-1303-555 4132 2016-06-23 21:26:00 11 -#> 2629 25 A69-1303-555 4133 2016-06-25 10:20:00 11 -#> 2630 25 A69-1303-555 4134 2016-06-25 10:22:00 11 -#> 2631 25 A69-1303-555 4136 2016-06-25 10:24:00 11 -#> 2632 25 A69-1303-555 4137 2016-06-25 10:26:00 11 -#> 2633 25 A69-1303-555 4139 2016-06-25 10:28:00 11 -#> 2634 25 A69-1303-555 4140 2016-06-25 10:32:00 11 -#> 2635 25 A69-1303-555 4142 2016-06-25 10:34:00 11 -#> 2636 25 A69-1303-555 4143 2016-06-25 10:36:00 11 -#> 2637 25 A69-1303-555 4144 2016-06-25 10:40:00 11 -#> 2638 25 A69-1303-555 4147 2016-06-25 10:44:00 11 -#> 2639 25 A69-1303-555 4149 2016-06-25 10:46:00 11 -#> 2640 25 A69-1303-555 4151 2016-06-25 10:48:00 11 -#> 2641 25 A69-1303-555 4153 2016-06-25 10:50:00 11 -#> 2642 25 A69-1303-555 4155 2016-06-25 10:52:00 11 -#> 2643 25 A69-1303-555 4157 2016-06-25 10:54:00 11 -#> 2644 25 A69-1303-555 4159 2016-06-25 10:56:00 11 -#> 2645 25 A69-1303-555 4160 2016-06-25 10:58:00 11 -#> 2646 25 A69-1303-555 4161 2016-06-25 11:00:00 11 -#> 2647 25 A69-1303-555 4163 2016-06-25 11:02:00 11 -#> 2648 25 A69-1303-555 4165 2016-06-25 11:04:00 11 -#> 2649 25 A69-1303-555 4167 2016-06-25 11:06:00 11 -#> 2650 25 A69-1303-555 4168 2016-06-25 11:08:00 11 -#> 2651 25 A69-1303-555 4170 2016-06-25 11:10:00 11 -#> 2652 25 A69-1303-555 4172 2016-06-25 11:12:00 11 -#> 2653 25 A69-1303-555 4174 2016-06-25 11:14:00 11 -#> 2654 25 A69-1303-555 4176 2016-06-25 11:16:00 11 -#> 2655 25 A69-1303-555 4177 2016-06-25 11:18:00 11 -#> 2656 25 A69-1303-555 4179 2016-06-25 11:20:00 11 -#> 2657 25 A69-1303-555 4182 2016-06-25 11:22:00 11 -#> 2658 25 A69-1303-555 4183 2016-06-25 11:24:00 11 -#> 2659 25 A69-1303-555 4184 2016-06-25 11:26:00 11 -#> 2660 25 A69-1303-555 4186 2016-06-25 11:28:00 11 -#> 2661 25 A69-1303-555 4187 2016-06-25 11:30:00 11 -#> 2662 25 A69-1303-555 4189 2016-06-25 11:32:00 11 -#> 2663 25 A69-1303-555 4190 2016-06-25 11:34:00 11 -#> 2664 25 A69-1303-555 4191 2016-06-25 11:38:00 11 -#> 2665 25 A69-1303-555 4193 2016-06-25 11:40:00 11 -#> 2666 25 A69-1303-555 4194 2016-06-25 11:42:00 11 -#> 2667 25 A69-1303-555 4195 2016-06-25 11:44:00 11 -#> 2668 25 A69-1303-555 4196 2016-06-25 18:44:00 14 -#> 2669 25 A69-1303-555 4197 2016-06-25 18:46:00 14 -#> 2670 25 A69-1303-555 4198 2016-06-25 18:54:00 14 -#> 2671 25 A69-1303-555 4199 2016-06-25 19:00:00 14 -#> 2672 25 A69-1303-555 4200 2016-06-25 19:02:00 14 -#> 2673 25 A69-1303-555 4201 2016-06-25 19:06:00 14 -#> 2674 25 A69-1303-555 4202 2016-06-25 19:08:00 14 -#> 2675 25 A69-1303-555 4204 2016-06-25 19:10:00 14 -#> 2676 25 A69-1303-555 4205 2016-06-25 19:14:00 14 -#> 2677 25 A69-1303-555 4207 2016-06-25 19:16:00 14 -#> 2678 25 A69-1303-555 4208 2016-06-25 19:20:00 14 -#> 2679 25 A69-1303-555 4210 2016-06-25 19:22:00 14 -#> 2680 25 A69-1303-555 4211 2016-06-25 19:26:00 14 -#> 2681 25 A69-1303-555 4212 2016-06-25 19:52:00 14 -#> 2682 25 A69-1303-555 4213 2016-06-25 20:06:00 14 -#> 2683 25 A69-1303-555 4214 2016-06-25 20:08:00 14 -#> 2684 25 A69-1303-555 4215 2016-06-25 20:10:00 14 -#> 2685 25 A69-1303-555 4216 2016-06-25 20:12:00 14 -#> 2686 25 A69-1303-555 4218 2016-06-25 20:16:00 14 -#> 2687 25 A69-1303-555 4220 2016-06-25 20:18:00 14 -#> 2688 25 A69-1303-555 4221 2016-06-25 20:20:00 14 -#> 2689 25 A69-1303-555 4223 2016-06-25 20:22:00 14 -#> 2690 25 A69-1303-555 4224 2016-06-25 20:26:00 14 -#> 2691 25 A69-1303-555 4226 2016-06-25 20:28:00 14 -#> 2692 25 A69-1303-555 4227 2016-06-25 20:30:00 14 -#> 2693 25 A69-1303-555 4228 2016-06-25 20:32:00 14 -#> 2694 25 A69-1303-555 4230 2016-06-25 20:36:00 14 -#> 2695 25 A69-1303-555 4231 2016-06-25 20:42:00 14 -#> 2696 25 A69-1303-555 4232 2016-06-25 20:44:00 14 -#> 2697 25 A69-1303-555 4233 2016-06-25 20:50:00 14 -#> 2698 25 A69-1303-555 4234 2016-06-25 20:52:00 14 -#> 2699 25 A69-1303-555 4235 2016-06-25 20:56:00 14 -#> 2700 25 A69-1303-555 4236 2016-06-25 21:00:00 14 -#> 2701 25 A69-1303-555 4237 2016-06-28 20:30:00 14 -#> 2702 25 A69-1303-555 4238 2016-06-28 20:36:00 14 -#> 2703 25 A69-1303-555 4239 2016-06-28 20:40:00 14 -#> 2704 25 A69-1303-555 4240 2016-06-28 20:52:00 14 -#> 2705 25 A69-1303-555 4241 2016-06-28 20:54:00 14 -#> 2706 25 A69-1303-555 4244 2016-06-28 21:04:00 14 -#> 2707 25 A69-1303-555 4245 2016-06-28 21:18:00 14 -#> 2708 25 A69-1303-555 4246 2016-06-28 21:20:00 14 -#> 2709 25 A69-1303-555 4247 2016-06-29 04:14:00 14 -#> 2710 25 A69-1303-555 4249 2016-06-29 04:16:00 14 -#> 2711 25 A69-1303-555 4250 2016-06-29 04:18:00 14 -#> 2712 25 A69-1303-555 4252 2016-06-29 04:20:00 14 -#> 2713 25 A69-1303-555 4253 2016-06-29 04:22:00 14 -#> 2714 25 A69-1303-555 4254 2016-07-02 19:50:00 11 -#> 2715 25 A69-1303-555 4255 2016-07-02 20:00:00 11 -#> 2716 25 A69-1303-555 4256 2016-07-02 20:02:00 11 -#> 2717 25 A69-1303-555 4258 2016-07-02 20:04:00 11 -#> 2718 25 A69-1303-555 4259 2016-07-02 20:06:00 11 -#> 2719 25 A69-1303-555 4260 2016-07-02 20:08:00 11 -#> 2720 25 A69-1303-555 4262 2016-07-02 20:10:00 11 -#> 2721 25 A69-1303-555 4263 2016-07-02 20:14:00 11 -#> 2722 25 A69-1303-555 4264 2016-07-02 20:22:00 11 -#> 2723 25 A69-1303-555 4265 2016-07-02 20:26:00 11 -#> 2724 25 A69-1303-555 4266 2016-07-04 03:12:00 14 -#> 2725 25 A69-1303-555 4267 2016-07-04 03:14:00 14 -#> 2726 25 A69-1303-555 4270 2016-07-04 03:16:00 14 -#> 2727 25 A69-1303-555 4271 2016-07-04 03:18:00 14 -#> 2728 25 A69-1303-555 4273 2016-07-04 03:20:00 14 -#> 2729 25 A69-1303-555 4275 2016-07-04 03:22:00 14 -#> 2730 25 A69-1303-555 4277 2016-07-04 03:24:00 14 -#> 2731 25 A69-1303-555 4279 2016-07-04 03:26:00 14 -#> 2732 25 A69-1303-555 4281 2016-07-04 03:28:00 14 -#> 2733 25 A69-1303-555 4282 2016-07-04 03:30:00 14 -#> 2734 25 A69-1303-555 4284 2016-07-04 03:32:00 14 -#> 2735 25 A69-1303-555 4286 2016-07-04 03:34:00 14 -#> 2736 25 A69-1303-555 4287 2016-07-04 03:36:00 14 -#> 2737 25 A69-1303-555 4290 2016-07-04 03:38:00 14 -#> 2738 25 A69-1303-555 4291 2016-07-04 03:40:00 14 -#> 2739 25 A69-1303-555 4294 2016-07-04 03:42:00 14 -#> 2740 25 A69-1303-555 4297 2016-07-04 03:44:00 14 -#> 2741 25 A69-1303-555 4299 2016-07-04 03:46:00 14 -#> 2742 25 A69-1303-555 4301 2016-07-04 03:48:00 14 -#> 2743 25 A69-1303-555 4303 2016-07-04 03:50:00 14 -#> 2744 25 A69-1303-555 4304 2016-07-04 03:52:00 14 -#> 2745 25 A69-1303-555 4305 2016-07-04 03:54:00 14 -#> 2746 25 A69-1303-555 4307 2016-07-04 03:56:00 14 -#> 2747 25 A69-1303-555 4308 2016-07-04 03:58:00 14 -#> 2748 25 A69-1303-555 4310 2016-07-04 04:00:00 14 -#> 2749 25 A69-1303-555 4312 2016-07-04 04:02:00 14 -#> 2750 25 A69-1303-555 4313 2016-07-04 04:04:00 14 -#> 2751 25 A69-1303-555 4315 2016-07-04 04:12:00 14 -#> 2752 25 A69-1303-555 4316 2016-07-04 04:18:00 14 -#> 2753 25 A69-1303-555 4317 2016-07-04 04:22:00 14 -#> 2754 25 A69-1303-555 4318 2016-07-04 04:26:00 14 -#> 2755 25 A69-1303-555 4319 2016-07-04 04:32:00 14 -#> 2756 25 A69-1303-555 4320 2016-07-04 04:34:00 14 -#> 2757 25 A69-1303-555 4321 2016-07-04 04:36:00 14 -#> 2758 25 A69-1303-555 4323 2016-07-04 04:42:00 14 -#> 2759 25 A69-1303-555 4324 2016-07-04 04:44:00 14 -#> 2760 25 A69-1303-555 4325 2016-07-04 04:48:00 14 -#> 2761 25 A69-1303-555 4326 2016-07-04 04:50:00 14 -#> 2762 25 A69-1303-555 4328 2016-07-04 04:52:00 14 -#> 2763 25 A69-1303-555 4329 2016-07-04 04:54:00 14 -#> 2764 25 A69-1303-555 4331 2016-07-04 04:56:00 14 -#> 2765 25 A69-1303-555 4333 2016-07-04 04:58:00 14 -#> 2766 25 A69-1303-555 4335 2016-07-04 05:00:00 14 -#> 2767 25 A69-1303-555 4336 2016-07-04 05:02:00 14 -#> 2768 25 A69-1303-555 4337 2016-07-04 05:04:00 14 -#> 2769 25 A69-1303-555 4338 2016-07-04 05:06:00 14 -#> 2770 25 A69-1303-555 4339 2016-07-04 05:10:00 14 -#> 2771 25 A69-1303-555 4340 2016-07-04 05:12:00 14 -#> 2772 25 A69-1303-555 4341 2016-07-04 05:14:00 14 -#> 2773 25 A69-1303-555 4343 2016-07-04 05:16:00 14 -#> 2774 25 A69-1303-555 4344 2016-07-04 05:18:00 14 -#> 2775 25 A69-1303-555 4345 2016-07-04 05:20:00 14 -#> 2776 25 A69-1303-555 4346 2016-07-04 05:22:00 14 -#> 2777 25 A69-1303-555 4348 2016-07-07 08:24:00 11 -#> 2778 25 A69-1303-555 4349 2016-07-07 08:44:00 11 -#> 2779 25 A69-1303-555 4351 2016-07-07 09:20:00 11 -#> 2780 25 A69-1303-555 4352 2016-07-07 09:32:00 11 -#> 2781 25 A69-1303-555 4353 2016-07-07 09:40:00 11 -#> 2782 25 A69-1303-555 4354 2016-07-07 10:18:00 11 -#> 2783 25 A69-1303-555 4355 2016-07-07 10:20:00 11 -#> 2784 25 A69-1303-555 4356 2016-07-07 10:22:00 11 -#> 2785 25 A69-1303-555 4357 2016-07-07 10:24:00 11 -#> 2786 25 A69-1303-555 4358 2016-07-07 10:26:00 11 -#> 2787 25 A69-1303-555 4360 2016-07-07 10:28:00 11 -#> 2788 25 A69-1303-555 4362 2016-07-07 10:30:00 11 -#> 2789 25 A69-1303-555 4364 2016-07-07 10:32:00 11 -#> 2790 25 A69-1303-555 4365 2016-07-07 10:34:00 11 -#> 2791 25 A69-1303-555 4367 2016-07-07 10:36:00 11 -#> 2792 25 A69-1303-555 4368 2016-07-07 10:38:00 11 -#> 2793 25 A69-1303-555 4369 2016-07-07 10:40:00 11 -#> 2794 25 A69-1303-555 4370 2016-07-07 10:42:00 11 -#> 2795 25 A69-1303-555 4371 2016-07-07 10:44:00 11 -#> 2796 25 A69-1303-555 4372 2016-07-07 15:48:00 11 -#> 2797 25 A69-1303-555 4373 2016-07-07 15:52:00 11 -#> 2798 25 A69-1303-555 4374 2016-07-07 16:06:00 11 -#> 2799 25 A69-1303-555 4375 2016-07-13 21:08:00 39 -#> 2800 25 A69-1303-555 4377 2016-07-15 01:00:00 39 -#> 2801 25 A69-1303-555 4378 2016-07-15 01:02:00 39 -#> 2802 25 A69-1303-555 4379 2016-07-15 01:04:00 39 -#> 2803 25 A69-1303-555 4381 2016-07-15 01:10:00 39 -#> 2804 25 A69-1303-555 4382 2016-07-15 01:14:00 39 -#> 2805 25 A69-1303-555 4383 2016-07-15 01:24:00 39 -#> 2806 25 A69-1303-555 4385 2016-07-15 01:26:00 39 -#> 2807 25 A69-1303-555 4386 2016-07-15 01:28:00 39 -#> 2808 25 A69-1303-555 4387 2016-07-15 01:30:00 39 -#> 2809 25 A69-1303-555 4389 2016-07-15 01:32:00 39 -#> 2810 25 A69-1303-555 4390 2016-07-15 01:36:00 39 -#> 2811 25 A69-1303-555 4391 2016-07-15 01:42:00 39 -#> 2812 25 A69-1303-555 4393 2016-07-15 01:58:00 39 -#> 2813 25 A69-1303-555 4394 2016-07-15 02:02:00 39 -#> 2814 25 A69-1303-555 4396 2016-07-15 02:04:00 39 -#> 2815 25 A69-1303-555 4398 2016-07-15 02:08:00 39 -#> 2816 25 A69-1303-555 4399 2016-07-15 02:10:00 39 -#> 2817 25 A69-1303-555 4400 2016-07-15 02:12:00 39 -#> 2818 25 A69-1303-555 4402 2016-07-15 02:16:00 39 -#> 2819 25 A69-1303-555 4403 2016-07-15 02:18:00 39 -#> 2820 25 A69-1303-555 4405 2016-07-15 02:20:00 39 -#> 2821 25 A69-1303-555 4407 2016-07-15 02:22:00 39 -#> 2822 25 A69-1303-555 4409 2016-07-15 02:24:00 39 -#> 2823 25 A69-1303-555 4411 2016-07-15 02:26:00 39 -#> 2824 25 A69-1303-555 4413 2016-07-15 02:30:00 39 -#> 2825 25 A69-1303-555 4414 2016-07-15 02:38:00 39 -#> 2826 25 A69-1303-555 4416 2016-07-15 02:40:00 39 -#> 2827 25 A69-1303-555 4417 2016-07-15 02:42:00 39 -#> 2828 25 A69-1303-555 4418 2016-07-15 02:44:00 39 -#> 2829 25 A69-1303-555 4419 2016-07-15 02:54:00 39 -#> 2830 25 A69-1303-555 4420 2016-07-15 03:10:00 39 -#> 2831 25 A69-1303-555 4422 2016-07-15 12:52:00 14 -#> 2832 25 A69-1303-555 4423 2016-07-15 13:12:00 14 -#> 2833 25 A69-1303-555 4424 2016-07-15 13:14:00 14 -#> 2834 25 A69-1303-555 4426 2016-07-15 13:20:00 14 -#> 2835 25 A69-1303-555 4427 2016-07-15 13:22:00 14 -#> 2836 25 A69-1303-555 4429 2016-07-15 13:24:00 14 -#> 2837 25 A69-1303-555 4430 2016-07-15 13:26:00 14 -#> 2838 25 A69-1303-555 4431 2016-07-15 13:28:00 14 -#> 2839 25 A69-1303-555 4433 2016-07-15 13:30:00 14 -#> 2840 25 A69-1303-555 4434 2016-07-15 13:38:00 14 -#> 2841 25 A69-1303-555 4435 2016-07-15 13:52:00 14 -#> 2842 25 A69-1303-555 4436 2016-07-15 13:54:00 14 -#> 2843 25 A69-1303-555 4438 2016-07-15 13:56:00 14 -#> 2844 25 A69-1303-555 4440 2016-07-15 13:58:00 14 -#> 2845 25 A69-1303-555 4442 2016-07-15 14:00:00 14 -#> 2846 25 A69-1303-555 4443 2016-07-15 14:04:00 14 -#> 2847 25 A69-1303-555 4444 2016-07-15 14:30:00 14 -#> 2848 25 A69-1303-555 4445 2016-07-15 14:32:00 14 -#> 2849 25 A69-1303-555 4447 2016-07-15 14:34:00 14 -#> 2850 25 A69-1303-555 4448 2016-07-15 16:24:00 14 -#> 2851 25 A69-1303-555 4449 2016-07-15 16:28:00 14 -#> 2852 25 A69-1303-555 4450 2016-07-15 16:34:00 14 -#> 2853 25 A69-1303-555 4451 2016-07-15 16:36:00 14 -#> 2854 25 A69-1303-555 4452 2016-07-15 16:54:00 14 -#> 2855 25 A69-1303-555 4453 2016-07-15 16:56:00 14 -#> 2856 25 A69-1303-555 4454 2016-07-15 16:58:00 14 -#> 2857 25 A69-1303-555 4455 2016-07-15 18:12:00 14 -#> 2858 25 A69-1303-555 4456 2016-07-15 18:16:00 14 -#> 2859 25 A69-1303-555 4457 2016-07-16 00:52:00 23 -#> 2860 25 A69-1303-555 4458 2016-07-16 00:54:00 23 -#> 2861 25 A69-1303-555 4460 2016-07-16 00:56:00 23 -#> 2862 25 A69-1303-555 4461 2016-07-16 00:58:00 23 -#> 2863 25 A69-1303-555 4463 2016-07-16 01:00:00 23 -#> 2864 25 A69-1303-555 4464 2016-07-16 01:02:00 23 -#> 2865 25 A69-1303-555 4466 2016-07-16 01:04:00 23 -#> 2866 25 A69-1303-555 4468 2016-07-16 01:06:00 23 -#> 2867 25 A69-1303-555 4470 2016-07-16 01:08:00 23 -#> 2868 25 A69-1303-555 4472 2016-07-16 01:10:00 23 -#> 2869 25 A69-1303-555 4474 2016-07-16 01:12:00 23 -#> 2870 25 A69-1303-555 4476 2016-07-16 01:14:00 23 -#> 2871 25 A69-1303-555 4478 2016-07-16 01:16:00 23 -#> 2872 25 A69-1303-555 4480 2016-07-16 01:18:00 23 -#> 2873 25 A69-1303-555 4482 2016-07-16 01:20:00 23 -#> 2874 25 A69-1303-555 4483 2016-07-16 01:22:00 23 -#> 2875 25 A69-1303-555 4485 2016-07-16 01:24:00 23 -#> 2876 25 A69-1303-555 4487 2016-07-16 01:26:00 23 -#> 2877 25 A69-1303-555 4489 2016-07-16 01:30:00 23 -#> 2878 25 A69-1303-555 4490 2016-07-18 09:10:00 29 -#> 2879 25 A69-1303-555 4491 2016-07-18 09:14:00 29 -#> 2880 25 A69-1303-555 4493 2016-07-18 09:22:00 29 -#> 2881 25 A69-1303-555 4494 2016-07-18 09:24:00 29 -#> 2882 25 A69-1303-555 4495 2016-07-18 14:28:00 29 -#> 2883 25 A69-1303-555 4496 2016-07-18 14:30:00 29 -#> 2884 25 A69-1303-555 4497 2016-07-18 14:32:00 29 -#> 2885 25 A69-1303-555 4499 2016-07-18 14:34:00 29 -#> 2886 25 A69-1303-555 4502 2016-07-18 14:36:00 29 -#> 2887 25 A69-1303-555 4504 2016-07-18 14:38:00 29 -#> 2888 25 A69-1303-555 4506 2016-07-18 14:40:00 29 -#> 2889 25 A69-1303-555 4508 2016-07-18 14:42:00 29 -#> 2890 25 A69-1303-555 4510 2016-07-18 14:44:00 29 -#> 2891 25 A69-1303-555 4511 2016-07-18 14:46:00 29 -#> 2892 25 A69-1303-555 4512 2016-07-18 14:48:00 29 -#> 2893 25 A69-1303-555 4514 2016-07-18 14:50:00 29 -#> 2894 25 A69-1303-555 4515 2016-07-18 14:52:00 29 -#> 2895 25 A69-1303-555 4516 2016-07-18 14:54:00 29 -#> 2896 25 A69-1303-555 4518 2016-07-18 15:08:00 29 -#> 2897 25 A69-1303-555 4520 2016-07-18 15:10:00 29 -#> 2898 25 A69-1303-555 4521 2016-07-18 15:14:00 29 -#> 2899 25 A69-1303-555 4522 2016-07-18 15:16:00 29 -#> 2900 25 A69-1303-555 4523 2016-07-18 15:20:00 29 -#> 2901 25 A69-1303-555 4524 2016-07-18 15:22:00 29 -#> 2902 25 A69-1303-555 4526 2016-07-18 15:24:00 29 -#> 2903 25 A69-1303-555 4528 2016-07-18 15:28:00 29 -#> 2904 25 A69-1303-555 4529 2016-07-18 15:34:00 29 -#> 2905 25 A69-1303-555 4530 2016-07-18 15:38:00 29 -#> 2906 25 A69-1303-555 4531 2016-07-18 15:40:00 29 -#> 2907 25 A69-1303-555 4532 2016-07-18 15:42:00 29 -#> 2908 25 A69-1303-555 4533 2016-07-18 15:48:00 29 -#> 2909 25 A69-1303-555 4535 2016-07-18 16:02:00 29 -#> 2910 25 A69-1303-555 4537 2016-07-18 16:24:00 29 -#> 2911 25 A69-1303-555 4538 2016-07-18 17:16:00 29 -#> 2912 25 A69-1303-555 4539 2016-07-18 17:20:00 29 -#> 2913 25 A69-1303-555 4541 2016-07-18 17:22:00 29 -#> 2914 25 A69-1303-555 4543 2016-07-18 17:26:00 29 -#> 2915 25 A69-1303-555 4544 2016-07-18 17:30:00 29 -#> 2916 25 A69-1303-555 4546 2016-07-18 17:34:00 29 -#> 2917 25 A69-1303-555 4547 2016-07-18 17:36:00 29 -#> 2918 25 A69-1303-555 4549 2016-07-18 17:38:00 29 -#> 2919 25 A69-1303-555 4551 2016-07-18 17:40:00 29 -#> 2920 25 A69-1303-555 4552 2016-07-18 17:42:00 29 -#> 2921 25 A69-1303-555 4554 2016-07-18 17:44:00 29 -#> 2922 25 A69-1303-555 4557 2016-07-18 17:46:00 29 -#> 2923 25 A69-1303-555 4559 2016-07-18 17:48:00 29 -#> 2924 25 A69-1303-555 4560 2016-07-18 17:50:00 29 -#> 2925 25 A69-1303-555 4562 2016-07-18 17:52:00 29 -#> 2926 25 A69-1303-555 4563 2016-07-18 17:54:00 29 -#> 2927 25 A69-1303-555 4566 2016-07-18 17:56:00 29 -#> 2928 25 A69-1303-555 4568 2016-07-18 17:58:00 29 -#> 2929 25 A69-1303-555 4570 2016-07-18 18:00:00 29 -#> 2930 25 A69-1303-555 4572 2016-07-18 18:02:00 29 -#> 2931 25 A69-1303-555 4574 2016-07-18 18:04:00 29 -#> 2932 25 A69-1303-555 4576 2016-07-18 18:06:00 29 -#> 2933 25 A69-1303-555 4578 2016-07-18 18:08:00 29 -#> 2934 25 A69-1303-555 4580 2016-07-18 18:10:00 29 -#> 2935 25 A69-1303-555 4581 2016-07-18 18:12:00 29 -#> 2936 25 A69-1303-555 4583 2016-07-18 18:14:00 29 -#> 2937 25 A69-1303-555 4585 2016-07-18 18:16:00 29 -#> 2938 25 A69-1303-555 4588 2016-07-18 18:18:00 29 -#> 2939 25 A69-1303-555 4589 2016-07-18 18:20:00 29 -#> 2940 25 A69-1303-555 4591 2016-07-18 18:22:00 29 -#> 2941 25 A69-1303-555 4593 2016-07-18 18:24:00 29 -#> 2942 25 A69-1303-555 4595 2016-07-18 18:26:00 29 -#> 2943 25 A69-1303-555 4597 2016-07-18 18:28:00 29 -#> 2944 25 A69-1303-555 4599 2016-07-18 18:30:00 29 -#> 2945 25 A69-1303-555 4601 2016-07-18 18:32:00 29 -#> 2946 25 A69-1303-555 4602 2016-07-18 18:34:00 29 -#> 2947 25 A69-1303-555 4605 2016-07-18 18:36:00 29 -#> 2948 25 A69-1303-555 4606 2016-07-18 18:38:00 29 -#> 2949 25 A69-1303-555 4608 2016-07-18 18:40:00 29 -#> 2950 25 A69-1303-555 4611 2016-07-18 18:42:00 29 -#> 2951 25 A69-1303-555 4613 2016-07-18 18:44:00 29 -#> 2952 25 A69-1303-555 4615 2016-07-18 18:46:00 29 -#> 2953 25 A69-1303-555 4618 2016-07-18 18:48:00 29 -#> 2954 25 A69-1303-555 4620 2016-07-18 18:50:00 29 -#> 2955 25 A69-1303-555 4621 2016-07-18 18:52:00 29 -#> 2956 25 A69-1303-555 4623 2016-07-18 18:54:00 29 -#> 2957 25 A69-1303-555 4624 2016-07-18 18:56:00 29 -#> 2958 25 A69-1303-555 4626 2016-07-18 18:58:00 29 -#> 2959 25 A69-1303-555 4629 2016-07-18 19:00:00 29 -#> 2960 25 A69-1303-555 4630 2016-07-18 19:02:00 29 -#> 2961 25 A69-1303-555 4632 2016-07-18 19:04:00 29 -#> 2962 25 A69-1303-555 4635 2016-07-18 19:06:00 29 -#> 2963 25 A69-1303-555 4637 2016-07-18 19:08:00 29 -#> 2964 25 A69-1303-555 4639 2016-07-18 19:10:00 29 -#> 2965 25 A69-1303-555 4640 2016-07-18 19:12:00 29 -#> 2966 25 A69-1303-555 4642 2016-07-18 19:14:00 29 -#> 2967 25 A69-1303-555 4645 2016-07-18 19:16:00 29 -#> 2968 25 A69-1303-555 4646 2016-07-18 19:18:00 29 -#> 2969 25 A69-1303-555 4648 2016-07-18 19:20:00 29 -#> 2970 25 A69-1303-555 4651 2016-07-18 19:22:00 29 -#> 2971 25 A69-1303-555 4652 2016-07-18 19:24:00 29 -#> 2972 25 A69-1303-555 4654 2016-07-18 19:26:00 29 -#> 2973 25 A69-1303-555 4656 2016-07-18 19:28:00 29 -#> 2974 25 A69-1303-555 4659 2016-07-18 19:30:00 29 -#> 2975 25 A69-1303-555 4660 2016-07-18 19:32:00 29 -#> 2976 25 A69-1303-555 4663 2016-07-18 19:34:00 29 -#> 2977 25 A69-1303-555 4665 2016-07-18 19:36:00 29 -#> 2978 25 A69-1303-555 4666 2016-07-18 19:38:00 29 -#> 2979 25 A69-1303-555 4668 2016-07-18 19:40:00 29 -#> 2980 25 A69-1303-555 4670 2016-07-18 19:42:00 29 -#> 2981 25 A69-1303-555 4672 2016-07-18 19:44:00 29 -#> 2982 25 A69-1303-555 4673 2016-07-18 19:46:00 29 -#> 2983 25 A69-1303-555 4675 2016-07-18 19:48:00 29 -#> 2984 25 A69-1303-555 4677 2016-07-18 19:50:00 29 -#> 2985 25 A69-1303-555 4679 2016-07-18 19:52:00 29 -#> 2986 25 A69-1303-555 4681 2016-07-18 19:54:00 29 -#> 2987 25 A69-1303-555 4683 2016-07-18 19:56:00 29 -#> 2988 25 A69-1303-555 4685 2016-07-18 19:58:00 29 -#> 2989 25 A69-1303-555 4686 2016-07-18 20:00:00 29 -#> 2990 25 A69-1303-555 4688 2016-07-18 20:02:00 29 -#> 2991 25 A69-1303-555 4690 2016-07-18 20:04:00 29 -#> 2992 25 A69-1303-555 4692 2016-07-18 20:06:00 29 -#> 2993 25 A69-1303-555 4694 2016-07-18 20:12:00 29 -#> 2994 25 A69-1303-555 4695 2016-07-18 20:14:00 29 -#> 2995 25 A69-1303-555 4697 2016-07-18 20:16:00 29 -#> 2996 25 A69-1303-555 4699 2016-07-18 20:18:00 29 -#> 2997 25 A69-1303-555 4700 2016-07-18 20:20:00 29 -#> 2998 25 A69-1303-555 4702 2016-07-18 20:22:00 29 -#> 2999 25 A69-1303-555 4703 2016-07-18 20:24:00 29 -#> 3000 25 A69-1303-555 4705 2016-07-18 20:26:00 29 -#> 3001 25 A69-1303-555 4708 2016-07-18 20:28:00 29 -#> 3002 25 A69-1303-555 4710 2016-07-18 20:30:00 29 -#> 3003 25 A69-1303-555 4711 2016-07-18 20:32:00 29 -#> 3004 25 A69-1303-555 4714 2016-07-18 20:34:00 29 -#> 3005 25 A69-1303-555 4716 2016-07-18 20:36:00 29 -#> 3006 25 A69-1303-555 4717 2016-07-18 20:38:00 29 -#> 3007 25 A69-1303-555 4719 2016-07-18 20:40:00 29 -#> 3008 25 A69-1303-555 4721 2016-07-18 20:42:00 29 -#> 3009 25 A69-1303-555 4723 2016-07-18 20:44:00 29 -#> 3010 25 A69-1303-555 4725 2016-07-18 20:46:00 29 -#> 3011 25 A69-1303-555 4727 2016-07-18 20:48:00 29 -#> 3012 25 A69-1303-555 4728 2016-07-18 20:50:00 29 -#> 3013 25 A69-1303-555 4730 2016-07-18 20:52:00 29 -#> 3014 25 A69-1303-555 4732 2016-07-18 20:54:00 29 -#> 3015 25 A69-1303-555 4734 2016-07-18 20:56:00 29 -#> 3016 25 A69-1303-555 4736 2016-07-18 20:58:00 29 -#> 3017 25 A69-1303-555 4737 2016-07-18 21:00:00 29 -#> 3018 25 A69-1303-555 4739 2016-07-18 21:02:00 29 -#> 3019 25 A69-1303-555 4741 2016-07-18 21:04:00 29 -#> 3020 25 A69-1303-555 4743 2016-07-18 21:06:00 29 -#> 3021 25 A69-1303-555 4745 2016-07-18 21:08:00 29 -#> 3022 25 A69-1303-555 4747 2016-07-18 21:10:00 29 -#> 3023 25 A69-1303-555 4750 2016-07-18 21:12:00 29 -#> 3024 25 A69-1303-555 4752 2016-07-19 05:46:00 14 -#> 3025 25 A69-1303-555 4753 2016-07-19 05:50:00 14 -#> 3026 25 A69-1303-555 4754 2016-07-19 05:52:00 14 -#> 3027 25 A69-1303-555 4755 2016-07-19 05:56:00 14 -#> 3028 25 A69-1303-555 4757 2016-07-19 05:58:00 14 -#> 3029 25 A69-1303-555 4759 2016-07-19 06:16:00 14 -#> 3030 25 A69-1303-555 4760 2016-07-19 06:42:00 14 -#> 3031 25 A69-1303-555 4761 2016-07-19 06:46:00 14 -#> 3032 25 A69-1303-555 4762 2016-07-19 06:56:00 14 -#> 3033 25 A69-1303-555 4764 2016-07-19 06:58:00 14 -#> 3034 25 A69-1303-555 4765 2016-07-19 07:00:00 14 -#> 3035 25 A69-1303-555 4766 2016-07-19 07:12:00 14 -#> 3036 25 A69-1303-555 4767 2016-07-19 09:06:00 39 -#> 3037 25 A69-1303-555 4768 2016-07-19 09:08:00 39 -#> 3038 25 A69-1303-555 4769 2016-07-19 09:10:00 39 -#> 3039 25 A69-1303-555 4770 2016-07-19 09:14:00 39 -#> 3040 25 A69-1303-555 4772 2016-07-19 09:22:00 39 -#> 3041 25 A69-1303-555 4773 2016-07-19 09:24:00 39 -#> 3042 25 A69-1303-555 4775 2016-07-19 09:26:00 39 -#> 3043 25 A69-1303-555 4776 2016-07-19 09:28:00 39 -#> 3044 25 A69-1303-555 4779 2016-07-19 09:32:00 39 -#> 3045 25 A69-1303-555 4781 2016-07-19 09:34:00 39 -#> 3046 25 A69-1303-555 4782 2016-07-19 09:44:00 39 -#> 3047 25 A69-1303-555 4783 2016-07-19 09:52:00 39 -#> 3048 25 A69-1303-555 4784 2016-07-21 06:44:00 39 -#> 3049 25 A69-1303-555 4785 2016-07-21 06:48:00 39 -#> 3050 25 A69-1303-555 4786 2016-07-21 06:50:00 39 -#> 3051 25 A69-1303-555 4787 2016-07-21 07:14:00 39 -#> 3052 25 A69-1303-555 4788 2016-07-21 07:54:00 39 -#> 3053 25 A69-1303-555 4789 2016-07-21 07:56:00 39 -#> 3054 25 A69-1303-555 4790 2016-07-21 07:58:00 39 -#> 3055 25 A69-1303-555 4791 2016-07-21 08:00:00 39 -#> 3056 25 A69-1303-555 4793 2016-07-21 08:02:00 39 -#> 3057 25 A69-1303-555 4794 2016-07-21 08:04:00 39 -#> 3058 25 A69-1303-555 4795 2016-07-21 08:06:00 39 -#> 3059 25 A69-1303-555 4797 2016-07-21 08:10:00 39 -#> 3060 25 A69-1303-555 4799 2016-07-21 08:12:00 39 -#> 3061 25 A69-1303-555 4800 2016-07-21 08:16:00 39 -#> 3062 25 A69-1303-555 4801 2016-07-21 08:36:00 39 -#> 3063 25 A69-1303-555 4802 2016-07-21 15:26:00 39 -#> 3064 25 A69-1303-555 4803 2016-07-21 15:34:00 39 -#> 3065 25 A69-1303-555 4804 2016-07-22 02:02:00 23 -#> 3066 25 A69-1303-555 4806 2016-07-22 02:04:00 23 -#> 3067 25 A69-1303-555 4808 2016-07-22 04:26:00 29 -#> 3068 25 A69-1303-555 4810 2016-07-22 04:28:00 29 -#> 3069 25 A69-1303-555 4811 2016-07-22 04:30:00 29 -#> 3070 25 A69-1303-555 4812 2016-07-22 04:32:00 29 -#> 3071 25 A69-1303-555 4813 2016-07-22 04:38:00 29 -#> 3072 25 A69-1303-555 4815 2016-07-22 04:40:00 29 -#> 3073 25 A69-1303-555 4816 2016-07-22 04:44:00 29 -#> 3074 25 A69-1303-555 4819 2016-07-22 04:46:00 29 -#> 3075 25 A69-1303-555 4820 2016-07-22 04:50:00 29 -#> 3076 25 A69-1303-555 4821 2016-07-22 04:52:00 29 -#> 3077 25 A69-1303-555 4823 2016-07-22 04:54:00 29 -#> 3078 25 A69-1303-555 4825 2016-07-22 04:56:00 29 -#> 3079 25 A69-1303-555 4827 2016-07-22 04:58:00 29 -#> 3080 25 A69-1303-555 4828 2016-07-22 05:00:00 29 -#> 3081 25 A69-1303-555 4830 2016-07-22 05:02:00 29 -#> 3082 25 A69-1303-555 4832 2016-07-22 05:04:00 29 -#> 3083 25 A69-1303-555 4834 2016-07-22 05:06:00 29 -#> 3084 25 A69-1303-555 4835 2016-07-22 05:08:00 29 -#> 3085 25 A69-1303-555 4836 2016-07-22 05:10:00 29 -#> 3086 25 A69-1303-555 4837 2016-07-22 05:16:00 29 -#> 3087 25 A69-1303-555 4838 2016-07-22 05:20:00 29 -#> 3088 25 A69-1303-555 4840 2016-07-22 05:22:00 29 -#> 3089 25 A69-1303-555 4842 2016-07-22 05:24:00 29 -#> 3090 25 A69-1303-555 4843 2016-07-22 05:26:00 29 -#> 3091 25 A69-1303-555 4844 2016-07-22 05:28:00 29 -#> 3092 25 A69-1303-555 4846 2016-07-22 05:30:00 29 -#> 3093 25 A69-1303-555 4848 2016-07-22 05:32:00 29 -#> 3094 25 A69-1303-555 4850 2016-07-22 05:34:00 29 -#> 3095 25 A69-1303-555 4851 2016-07-22 05:36:00 29 -#> 3096 25 A69-1303-555 4852 2016-07-22 05:42:00 29 -#> 3097 25 A69-1303-555 4853 2016-07-22 05:44:00 29 -#> 3098 25 A69-1303-555 4854 2016-07-22 05:46:00 29 -#> 3099 25 A69-1303-555 4856 2016-07-23 11:12:00 14 -#> 3100 25 A69-1303-555 4857 2016-07-23 11:14:00 14 -#> 3101 25 A69-1303-555 4859 2016-07-23 11:16:00 14 -#> 3102 25 A69-1303-555 4860 2016-07-23 15:00:00 39 -#> 3103 25 A69-1303-555 4861 2016-07-23 15:02:00 39 -#> 3104 25 A69-1303-555 4862 2016-07-23 15:04:00 39 -#> 3105 25 A69-1303-555 4863 2016-07-23 15:06:00 39 -#> 3106 25 A69-1303-555 4866 2016-07-23 15:08:00 39 -#> 3107 25 A69-1303-555 4867 2016-07-23 15:10:00 39 -#> 3108 25 A69-1303-555 4868 2016-07-23 15:12:00 39 -#> 3109 25 A69-1303-555 4870 2016-07-23 15:14:00 39 -#> 3110 25 A69-1303-555 4872 2016-07-23 15:16:00 39 -#> 3111 25 A69-1303-555 4874 2016-07-23 15:18:00 39 -#> 3112 25 A69-1303-555 4876 2016-07-23 15:20:00 39 -#> 3113 25 A69-1303-555 4878 2016-07-23 15:26:00 39 -#> 3114 25 A69-1303-555 4881 2016-07-23 15:28:00 39 -#> 3115 25 A69-1303-555 4882 2016-07-23 15:30:00 39 -#> 3116 25 A69-1303-555 4884 2016-07-23 15:32:00 39 -#> 3117 25 A69-1303-555 4885 2016-07-23 15:34:00 39 -#> 3118 25 A69-1303-555 4887 2016-07-23 15:36:00 39 -#> 3119 25 A69-1303-555 4889 2016-07-23 15:38:00 39 -#> 3120 25 A69-1303-555 4891 2016-07-23 15:40:00 39 -#> 3121 25 A69-1303-555 4892 2016-07-23 15:42:00 39 -#> 3122 25 A69-1303-555 4893 2016-07-23 15:46:00 39 -#> 3123 25 A69-1303-555 4894 2016-07-23 15:50:00 39 -#> 3124 25 A69-1303-555 4895 2016-07-23 15:54:00 39 -#> 3125 25 A69-1303-555 4896 2016-07-23 20:54:00 23 -#> 3126 25 A69-1303-555 4897 2016-07-23 20:56:00 23 -#> 3127 25 A69-1303-555 4898 2016-07-23 20:58:00 23 -#> 3128 25 A69-1303-555 4899 2016-07-23 21:08:00 23 -#> 3129 25 A69-1303-555 4900 2016-07-24 21:34:00 23 -#> 3130 25 A69-1303-555 4901 2016-07-24 22:00:00 23 -#> 3131 25 A69-1303-555 4902 2016-07-24 22:02:00 23 -#> 3132 25 A69-1303-555 4903 2016-07-25 00:18:00 39 -#> 3133 25 A69-1303-555 4904 2016-07-25 00:20:00 39 -#> 3134 25 A69-1303-555 4905 2016-07-25 00:22:00 39 -#> 3135 25 A69-1303-555 4906 2016-07-25 00:24:00 39 -#> 3136 25 A69-1303-555 4908 2016-07-25 00:26:00 39 -#> 3137 25 A69-1303-555 4910 2016-07-25 00:28:00 39 -#> 3138 25 A69-1303-555 4913 2016-07-25 00:30:00 39 -#> 3139 25 A69-1303-555 4915 2016-07-25 00:32:00 39 -#> 3140 25 A69-1303-555 4917 2016-07-25 00:34:00 39 -#> 3141 25 A69-1303-555 4918 2016-07-25 00:36:00 39 -#> 3142 25 A69-1303-555 4919 2016-07-25 00:38:00 39 -#> 3143 25 A69-1303-555 4922 2016-07-25 00:40:00 39 -#> 3144 25 A69-1303-555 4923 2016-07-25 00:42:00 39 -#> 3145 25 A69-1303-555 4925 2016-07-25 00:44:00 39 -#> 3146 25 A69-1303-555 4927 2016-07-25 00:46:00 39 -#> 3147 25 A69-1303-555 4929 2016-07-25 00:48:00 39 -#> 3148 25 A69-1303-555 4931 2016-07-25 00:50:00 39 -#> 3149 25 A69-1303-555 4933 2016-07-25 00:54:00 39 -#> 3150 25 A69-1303-555 4935 2016-07-25 00:56:00 39 -#> 3151 25 A69-1303-555 4938 2016-07-25 00:58:00 39 -#> 3152 25 A69-1303-555 4939 2016-07-25 01:00:00 39 -#> 3153 25 A69-1303-555 4941 2016-07-25 01:02:00 39 -#> 3154 25 A69-1303-555 4944 2016-07-25 01:04:00 39 -#> 3155 25 A69-1303-555 4945 2016-07-25 01:06:00 39 -#> 3156 25 A69-1303-555 4947 2016-07-25 01:08:00 39 -#> 3157 25 A69-1303-555 4948 2016-07-25 01:10:00 39 -#> 3158 25 A69-1303-555 4950 2016-07-25 01:12:00 39 -#> 3159 25 A69-1303-555 4952 2016-07-25 01:14:00 39 -#> 3160 25 A69-1303-555 4953 2016-07-25 01:16:00 39 -#> 3161 25 A69-1303-555 4956 2016-07-25 01:18:00 39 -#> 3162 25 A69-1303-555 4957 2016-07-25 01:20:00 39 -#> 3163 25 A69-1303-555 4959 2016-07-25 01:22:00 39 -#> 3164 25 A69-1303-555 4961 2016-07-25 01:24:00 39 -#> 3165 25 A69-1303-555 4963 2016-07-25 01:26:00 39 -#> 3166 25 A69-1303-555 4964 2016-07-25 01:28:00 39 -#> 3167 25 A69-1303-555 4966 2016-07-25 01:30:00 39 -#> 3168 25 A69-1303-555 4968 2016-07-25 01:32:00 39 -#> 3169 25 A69-1303-555 4970 2016-07-25 01:34:00 39 -#> 3170 25 A69-1303-555 4971 2016-07-25 01:36:00 39 -#> 3171 25 A69-1303-555 4973 2016-07-25 01:38:00 39 -#> 3172 25 A69-1303-555 4974 2016-07-25 01:46:00 39 -#> 3173 25 A69-1303-555 4975 2016-07-25 01:48:00 39 -#> 3174 25 A69-1303-555 4977 2016-07-25 01:50:00 39 -#> 3175 25 A69-1303-555 4978 2016-07-25 01:52:00 39 -#> 3176 25 A69-1303-555 4981 2016-07-25 01:54:00 39 -#> 3177 25 A69-1303-555 4982 2016-07-25 01:56:00 39 -#> 3178 25 A69-1303-555 4985 2016-07-25 01:58:00 39 -#> 3179 25 A69-1303-555 4987 2016-07-25 02:00:00 39 -#> 3180 25 A69-1303-555 4988 2016-07-25 02:02:00 39 -#> 3181 25 A69-1303-555 4990 2016-07-25 02:04:00 39 -#> 3182 25 A69-1303-555 4992 2016-07-25 02:06:00 39 -#> 3183 25 A69-1303-555 4993 2016-07-25 02:08:00 39 -#> 3184 25 A69-1303-555 4995 2016-07-25 02:10:00 39 -#> 3185 25 A69-1303-555 4997 2016-07-25 02:14:00 39 -#> 3186 25 A69-1303-555 4998 2016-07-25 02:16:00 39 -#> 3187 25 A69-1303-555 4999 2016-07-25 02:18:00 39 -#> 3188 25 A69-1303-555 5001 2016-07-25 02:20:00 39 -#> 3189 25 A69-1303-555 5002 2016-07-25 09:12:00 39 -#> 3190 25 A69-1303-555 5003 2016-07-25 09:14:00 39 -#> 3191 25 A69-1303-555 5004 2016-07-25 09:16:00 39 -#> 3192 25 A69-1303-555 5005 2016-07-25 09:18:00 39 -#> 3193 25 A69-1303-555 5006 2016-07-25 09:20:00 39 -#> 3194 25 A69-1303-555 5009 2016-07-25 09:22:00 39 -#> 3195 25 A69-1303-555 5011 2016-07-25 09:24:00 39 -#> 3196 25 A69-1303-555 5013 2016-07-25 09:26:00 39 -#> 3197 25 A69-1303-555 5015 2016-07-25 09:28:00 39 -#> 3198 25 A69-1303-555 5017 2016-07-25 09:30:00 39 -#> 3199 25 A69-1303-555 5018 2016-07-25 09:32:00 39 -#> 3200 25 A69-1303-555 5019 2016-07-25 09:34:00 39 -#> 3201 25 A69-1303-555 5021 2016-07-25 09:36:00 39 -#> 3202 25 A69-1303-555 5023 2016-07-25 09:38:00 39 -#> 3203 25 A69-1303-555 5025 2016-07-25 09:40:00 39 -#> 3204 25 A69-1303-555 5027 2016-07-25 09:42:00 39 -#> 3205 25 A69-1303-555 5029 2016-07-25 09:44:00 39 -#> 3206 25 A69-1303-555 5031 2016-07-25 09:46:00 39 -#> 3207 25 A69-1303-555 5033 2016-07-25 09:48:00 39 -#> 3208 25 A69-1303-555 5034 2016-07-25 09:50:00 39 -#> 3209 25 A69-1303-555 5036 2016-07-25 09:52:00 39 -#> 3210 25 A69-1303-555 5037 2016-07-25 09:54:00 39 -#> 3211 25 A69-1303-555 5039 2016-07-25 09:58:00 39 -#> 3212 25 A69-1303-555 5041 2016-07-25 10:02:00 39 -#> 3213 25 A69-1303-555 5043 2016-07-25 10:04:00 39 -#> 3214 25 A69-1303-555 5044 2016-07-25 10:06:00 39 -#> 3215 25 A69-1303-555 5045 2016-07-25 10:08:00 39 -#> 3216 25 A69-1303-555 5046 2016-07-25 10:16:00 39 -#> 3217 25 A69-1303-555 5047 2016-07-26 05:56:00 14 -#> 3218 25 A69-1303-555 5049 2016-07-26 06:00:00 14 -#> 3219 25 A69-1303-555 5050 2016-07-26 06:06:00 14 -#> 3220 25 A69-1303-555 5051 2016-07-26 16:28:00 14 -#> 3221 25 A69-1303-555 5052 2016-07-26 16:36:00 14 -#> 3222 25 A69-1303-555 5053 2016-07-26 16:38:00 14 -#> 3223 25 A69-1303-555 5055 2016-07-26 16:40:00 14 -#> 3224 25 A69-1303-555 5056 2016-07-26 16:44:00 14 -#> 3225 25 A69-1303-555 5057 2016-07-26 17:14:00 14 -#> 3226 25 A69-1303-555 5058 2016-07-26 17:16:00 14 -#> 3227 25 A69-1303-555 5059 2016-07-26 17:18:00 14 -#> 3228 25 A69-1303-555 5060 2016-07-26 23:14:00 29 -#> 3229 25 A69-1303-555 5061 2016-07-26 23:18:00 29 -#> 3230 25 A69-1303-555 5062 2016-07-26 23:20:00 29 -#> 3231 25 A69-1303-555 5065 2016-07-26 23:22:00 29 -#> 3232 25 A69-1303-555 5067 2016-07-26 23:36:00 29 -#> 3233 25 A69-1303-555 5068 2016-07-26 23:40:00 29 -#> 3234 25 A69-1303-555 5070 2016-07-26 23:42:00 29 -#> 3235 25 A69-1303-555 5072 2016-07-26 23:44:00 29 -#> 3236 25 A69-1303-555 5073 2016-07-26 23:46:00 29 -#> 3237 25 A69-1303-555 5074 2016-07-28 05:36:00 14 -#> 3238 25 A69-1303-555 5075 2016-07-28 05:46:00 14 -#> 3239 25 A69-1303-555 5076 2016-07-28 05:48:00 14 -#> 3240 25 A69-1303-555 5077 2016-07-28 05:50:00 14 -#> 3241 25 A69-1303-555 5079 2016-07-28 18:00:00 23 -#> 3242 25 A69-1303-555 5080 2016-07-28 18:02:00 23 -#> 3243 25 A69-1303-555 5082 2016-07-28 18:08:00 23 -#> 3244 25 A69-1303-555 5084 2016-07-28 18:10:00 23 -#> 3245 25 A69-1303-555 5087 2016-07-28 18:16:00 23 -#> 3246 25 A69-1303-555 5088 2016-07-28 18:18:00 23 -#> 3247 25 A69-1303-555 5089 2016-07-28 18:20:00 23 -#> 3248 25 A69-1303-555 5090 2016-07-28 18:28:00 23 -#> 3249 25 A69-1303-555 5091 2016-07-28 18:30:00 23 -#> 3250 25 A69-1303-555 5093 2016-07-28 18:32:00 23 -#> 3251 25 A69-1303-555 5094 2016-07-28 18:34:00 23 -#> 3252 25 A69-1303-555 5095 2016-07-28 18:36:00 23 -#> 3253 25 A69-1303-555 5096 2016-07-28 18:38:00 23 -#> 3254 25 A69-1303-555 5098 2016-07-28 18:54:00 23 -#> 3255 25 A69-1303-555 5099 2016-07-28 20:04:00 23 -#> 3256 25 A69-1303-555 5100 2016-07-28 20:06:00 23 -#> 3257 25 A69-1303-555 5102 2016-07-28 20:08:00 23 -#> 3258 25 A69-1303-555 5105 2016-07-28 20:10:00 23 -#> 3259 25 A69-1303-555 5106 2016-07-28 20:12:00 23 -#> 3260 25 A69-1303-555 5108 2016-07-28 20:14:00 23 -#> 3261 25 A69-1303-555 5110 2016-07-28 20:22:00 23 -#> 3262 25 A69-1303-555 5112 2016-07-28 20:24:00 23 -#> 3263 25 A69-1303-555 5113 2016-07-28 20:26:00 23 -#> 3264 25 A69-1303-555 5114 2016-07-29 16:28:00 23 -#> 3265 25 A69-1303-555 5116 2016-07-29 18:02:00 39 -#> 3266 25 A69-1303-555 5117 2016-07-29 18:24:00 39 -#> 3267 25 A69-1303-555 5119 2016-07-29 18:26:00 39 -#> 3268 25 A69-1303-555 5121 2016-07-29 18:28:00 39 -#> 3269 25 A69-1303-555 5123 2016-07-29 18:30:00 39 -#> 3270 25 A69-1303-555 5125 2016-07-29 18:32:00 39 -#> 3271 25 A69-1303-555 5127 2016-07-29 18:34:00 39 -#> 3272 25 A69-1303-555 5129 2016-07-29 18:36:00 39 -#> 3273 25 A69-1303-555 5131 2016-07-29 18:38:00 39 -#> 3274 25 A69-1303-555 5133 2016-07-30 03:20:00 39 -#> 3275 25 A69-1303-555 5134 2016-07-30 03:28:00 39 -#> 3276 25 A69-1303-555 5136 2016-07-30 07:28:00 39 -#> 3277 25 A69-1303-555 5137 2016-07-30 07:38:00 39 -#> 3278 25 A69-1303-555 5139 2016-07-30 07:40:00 39 -#> 3279 25 A69-1303-555 5141 2016-07-30 07:42:00 39 -#> 3280 25 A69-1303-555 5142 2016-07-30 07:44:00 39 -#> 3281 25 A69-1303-555 5144 2016-07-30 07:46:00 39 -#> 3282 25 A69-1303-555 5145 2016-07-30 07:48:00 39 -#> 3283 25 A69-1303-555 5147 2016-07-30 07:50:00 39 -#> 3284 25 A69-1303-555 5149 2016-07-30 07:52:00 39 -#> 3285 25 A69-1303-555 5150 2016-07-30 07:54:00 39 -#> 3286 25 A69-1303-555 5151 2016-07-30 07:56:00 39 -#> 3287 25 A69-1303-555 5153 2016-07-30 07:58:00 39 -#> 3288 25 A69-1303-555 5155 2016-07-30 08:00:00 39 -#> 3289 25 A69-1303-555 5156 2016-07-30 08:02:00 39 -#> 3290 25 A69-1303-555 5157 2016-07-30 08:04:00 39 -#> 3291 25 A69-1303-555 5159 2016-08-02 03:14:00 23 -#> 3292 25 A69-1303-555 5161 2016-08-02 03:18:00 23 -#> 3293 25 A69-1303-555 5163 2016-08-02 03:20:00 23 -#> 3294 25 A69-1303-555 5165 2016-08-02 03:22:00 23 -#> 3295 25 A69-1303-555 5166 2016-08-02 03:24:00 23 -#> 3296 25 A69-1303-555 5168 2016-08-02 15:14:00 29 -#> 3297 25 A69-1303-555 5169 2016-08-02 15:16:00 29 -#> 3298 25 A69-1303-555 5170 2016-08-02 15:26:00 29 -#> 3299 25 A69-1303-555 5171 2016-08-03 20:36:00 29 -#> 3300 25 A69-1303-555 5173 2016-08-03 20:38:00 29 -#> 3301 25 A69-1303-555 5174 2016-08-03 20:40:00 29 -#> 3302 25 A69-1303-555 5175 2016-08-03 20:54:00 29 -#> 3303 25 A69-1303-555 5176 2016-08-03 20:56:00 29 -#> 3304 25 A69-1303-555 5178 2016-08-03 21:00:00 29 -#> 3305 25 A69-1303-555 5179 2016-08-03 21:02:00 29 -#> 3306 25 A69-1303-555 5180 2016-08-03 21:04:00 29 -#> 3307 25 A69-1303-555 5181 2016-08-03 21:06:00 29 -#> 3308 25 A69-1303-555 5183 2016-08-03 21:10:00 29 -#> 3309 25 A69-1303-555 5184 2016-08-03 21:12:00 29 -#> 3310 25 A69-1303-555 5186 2016-08-03 21:14:00 29 -#> 3311 25 A69-1303-555 5188 2016-08-03 21:16:00 29 -#> 3312 25 A69-1303-555 5190 2016-08-03 21:18:00 29 -#> 3313 25 A69-1303-555 5192 2016-08-03 21:20:00 29 -#> 3314 25 A69-1303-555 5193 2016-08-03 21:22:00 29 -#> 3315 25 A69-1303-555 5196 2016-08-03 21:24:00 29 -#> 3316 25 A69-1303-555 5198 2016-08-03 21:26:00 29 -#> 3317 25 A69-1303-555 5199 2016-08-03 21:28:00 29 -#> 3318 25 A69-1303-555 5200 2016-08-03 21:30:00 29 -#> 3319 25 A69-1303-555 5202 2016-08-03 21:32:00 29 -#> 3320 25 A69-1303-555 5203 2016-08-03 21:36:00 29 -#> 3321 25 A69-1303-555 5205 2016-08-03 21:38:00 29 -#> 3322 25 A69-1303-555 5207 2016-08-03 21:40:00 29 -#> 3323 25 A69-1303-555 5209 2016-08-03 21:42:00 29 -#> 3324 25 A69-1303-555 5211 2016-08-03 21:44:00 29 -#> 3325 25 A69-1303-555 5213 2016-08-03 21:46:00 29 -#> 3326 25 A69-1303-555 5215 2016-08-03 21:50:00 29 -#> 3327 25 A69-1303-555 5216 2016-08-03 21:54:00 29 -#> 3328 25 A69-1303-555 5217 2016-08-03 21:56:00 29 -#> 3329 25 A69-1303-555 5218 2016-08-04 03:00:00 29 -#> 3330 25 A69-1303-555 5219 2016-08-04 03:08:00 29 -#> 3331 25 A69-1303-555 5220 2016-08-04 03:10:00 29 -#> 3332 25 A69-1303-555 5222 2016-08-04 03:12:00 29 -#> 3333 25 A69-1303-555 5224 2016-08-04 03:14:00 29 -#> 3334 25 A69-1303-555 5225 2016-08-04 03:16:00 29 -#> 3335 25 A69-1303-555 5227 2016-08-04 03:18:00 29 -#> 3336 25 A69-1303-555 5229 2016-08-04 03:20:00 29 -#> 3337 25 A69-1303-555 5231 2016-08-04 03:22:00 29 -#> 3338 25 A69-1303-555 5233 2016-08-04 03:24:00 29 -#> 3339 25 A69-1303-555 5234 2016-08-04 03:26:00 29 -#> 3340 25 A69-1303-555 5235 2016-08-04 04:02:00 29 -#> 3341 25 A69-1303-555 5236 2016-08-04 04:04:00 29 -#> 3342 25 A69-1303-555 5238 2016-08-04 04:06:00 29 -#> 3343 25 A69-1303-555 5239 2016-08-04 04:12:00 29 -#> 3344 25 A69-1303-555 5240 2016-08-04 04:14:00 29 -#> 3345 25 A69-1303-555 5241 2016-08-04 04:18:00 29 -#> 3346 25 A69-1303-555 5242 2016-08-05 11:16:00 29 -#> 3347 25 A69-1303-555 5243 2016-08-05 11:22:00 29 -#> 3348 25 A69-1303-555 5245 2016-08-05 11:24:00 29 -#> 3349 25 A69-1303-555 5247 2016-08-05 11:26:00 29 -#> 3350 25 A69-1303-555 5248 2016-08-05 11:28:00 29 -#> 3351 25 A69-1303-555 5250 2016-08-05 11:30:00 29 -#> 3352 25 A69-1303-555 5252 2016-08-05 11:32:00 29 -#> 3353 25 A69-1303-555 5253 2016-08-05 11:36:00 29 -#> 3354 25 A69-1303-555 5254 2016-08-05 11:38:00 29 -#> 3355 25 A69-1303-555 5255 2016-08-05 11:40:00 29 -#> 3356 25 A69-1303-555 5257 2016-08-05 11:42:00 29 -#> 3357 25 A69-1303-555 5259 2016-08-05 11:44:00 29 -#> 3358 25 A69-1303-555 5261 2016-08-05 11:46:00 29 -#> 3359 25 A69-1303-555 5262 2016-08-05 11:48:00 29 -#> 3360 25 A69-1303-555 5265 2016-08-05 11:50:00 29 -#> 3361 25 A69-1303-555 5267 2016-08-05 11:52:00 29 -#> 3362 25 A69-1303-555 5269 2016-08-05 11:54:00 29 -#> 3363 25 A69-1303-555 5271 2016-08-05 11:56:00 29 -#> 3364 25 A69-1303-555 5272 2016-08-05 12:00:00 29 -#> 3365 25 A69-1303-555 5273 2016-08-05 12:02:00 29 -#> 3366 25 A69-1303-555 5275 2016-08-05 12:04:00 29 -#> 3367 25 A69-1303-555 5276 2016-08-05 12:10:00 29 -#> 3368 25 A69-1303-555 5278 2016-08-05 12:12:00 29 -#> 3369 25 A69-1303-555 5279 2016-08-05 12:14:00 29 -#> 3370 25 A69-1303-555 5281 2016-08-05 12:16:00 29 -#> 3371 25 A69-1303-555 5282 2016-08-05 12:20:00 29 -#> 3372 25 A69-1303-555 5284 2016-08-05 12:22:00 29 -#> 3373 25 A69-1303-555 5286 2016-08-05 12:24:00 29 -#> 3374 25 A69-1303-555 5288 2016-08-05 12:26:00 29 -#> 3375 25 A69-1303-555 5290 2016-08-05 12:28:00 29 -#> 3376 25 A69-1303-555 5292 2016-08-05 12:30:00 29 -#> 3377 25 A69-1303-555 5294 2016-08-05 12:34:00 29 -#> 3378 25 A69-1303-555 5296 2016-08-05 12:36:00 29 -#> 3379 25 A69-1303-555 5298 2016-08-05 12:38:00 29 -#> 3380 25 A69-1303-555 5300 2016-08-05 12:40:00 29 -#> 3381 25 A69-1303-555 5303 2016-08-05 12:42:00 29 -#> 3382 25 A69-1303-555 5304 2016-08-05 12:44:00 29 -#> 3383 25 A69-1303-555 5306 2016-08-05 12:46:00 29 -#> 3384 25 A69-1303-555 5308 2016-08-05 12:48:00 29 -#> 3385 25 A69-1303-555 5310 2016-08-05 12:50:00 29 -#> 3386 25 A69-1303-555 5311 2016-08-05 12:52:00 29 -#> 3387 25 A69-1303-555 5313 2016-08-05 12:54:00 29 -#> 3388 25 A69-1303-555 5314 2016-08-05 12:56:00 29 -#> 3389 25 A69-1303-555 5316 2016-08-05 12:58:00 29 -#> 3390 25 A69-1303-555 5319 2016-08-05 13:00:00 29 -#> 3391 25 A69-1303-555 5320 2016-08-05 13:02:00 29 -#> 3392 25 A69-1303-555 5322 2016-08-05 13:12:00 29 -#> 3393 25 A69-1303-555 5324 2016-08-05 13:14:00 29 -#> 3394 25 A69-1303-555 5327 2016-08-05 13:16:00 29 -#> 3395 25 A69-1303-555 5328 2016-08-05 13:18:00 29 -#> 3396 25 A69-1303-555 5330 2016-08-05 13:20:00 29 -#> 3397 25 A69-1303-555 5331 2016-08-05 13:24:00 29 -#> 3398 25 A69-1303-555 5332 2016-08-05 13:28:00 29 -#> 3399 25 A69-1303-555 5334 2016-08-05 13:32:00 29 -#> 3400 25 A69-1303-555 5335 2016-08-05 13:34:00 29 -#> 3401 25 A69-1303-555 5336 2016-08-05 13:36:00 29 -#> 3402 25 A69-1303-555 5337 2016-08-05 13:40:00 29 -#> 3403 25 A69-1303-555 5339 2016-08-05 13:42:00 29 -#> 3404 25 A69-1303-555 5341 2016-08-05 13:44:00 29 -#> 3405 25 A69-1303-555 5343 2016-08-05 13:46:00 29 -#> 3406 25 A69-1303-555 5345 2016-08-05 13:48:00 29 -#> 3407 25 A69-1303-555 5346 2016-08-05 13:52:00 29 -#> 3408 25 A69-1303-555 5347 2016-08-05 13:54:00 29 -#> 3409 25 A69-1303-555 5349 2016-08-05 13:56:00 29 -#> 3410 25 A69-1303-555 5350 2016-08-05 13:58:00 29 -#> 3411 25 A69-1303-555 5352 2016-08-05 14:00:00 29 -#> 3412 25 A69-1303-555 5354 2016-08-05 14:02:00 29 -#> 3413 25 A69-1303-555 5356 2016-08-05 14:04:00 29 -#> 3414 25 A69-1303-555 5357 2016-08-05 14:06:00 29 -#> 3415 25 A69-1303-555 5358 2016-08-05 14:08:00 29 -#> 3416 25 A69-1303-555 5359 2016-08-05 14:14:00 29 -#> 3417 25 A69-1303-555 5360 2016-08-05 14:24:00 29 -#> 3418 25 A69-1303-555 5362 2016-08-05 15:04:00 29 -#> 3419 25 A69-1303-555 5363 2016-08-05 15:10:00 29 -#> 3420 25 A69-1303-555 5364 2016-08-06 06:24:00 29 -#> 3421 25 A69-1303-555 5366 2016-08-06 06:26:00 29 -#> 3422 25 A69-1303-555 5367 2016-08-06 06:32:00 29 -#> 3423 25 A69-1303-555 5368 2016-08-06 06:34:00 29 -#> 3424 25 A69-1303-555 5370 2016-08-06 06:36:00 29 -#> 3425 25 A69-1303-555 5372 2016-08-06 06:38:00 29 -#> 3426 25 A69-1303-555 5373 2016-08-06 06:40:00 29 -#> 3427 25 A69-1303-555 5375 2016-08-06 06:42:00 29 -#> 3428 25 A69-1303-555 5377 2016-08-06 06:44:00 29 -#> 3429 25 A69-1303-555 5379 2016-08-06 06:46:00 29 -#> 3430 25 A69-1303-555 5380 2016-08-06 06:48:00 29 -#> 3431 25 A69-1303-555 5382 2016-08-06 06:50:00 29 -#> 3432 25 A69-1303-555 5384 2016-08-06 06:52:00 29 -#> 3433 25 A69-1303-555 5385 2016-08-06 06:54:00 29 -#> 3434 25 A69-1303-555 5387 2016-08-06 06:56:00 29 -#> 3435 25 A69-1303-555 5388 2016-08-06 07:02:00 29 -#> 3436 25 A69-1303-555 5389 2016-08-06 07:04:00 29 -#> 3437 25 A69-1303-555 5390 2016-08-06 07:24:00 29 -#> 3438 25 A69-1303-555 5392 2016-08-06 07:26:00 29 -#> 3439 25 A69-1303-555 5394 2016-08-06 07:28:00 29 -#> 3440 25 A69-1303-555 5395 2016-08-06 07:30:00 29 -#> 3441 25 A69-1303-555 5398 2016-08-06 07:32:00 29 -#> 3442 25 A69-1303-555 5399 2016-08-06 07:34:00 29 -#> 3443 25 A69-1303-555 5401 2016-08-06 07:36:00 29 -#> 3444 25 A69-1303-555 5403 2016-08-06 07:38:00 29 -#> 3445 25 A69-1303-555 5404 2016-08-06 07:40:00 29 -#> 3446 25 A69-1303-555 5406 2016-08-06 07:42:00 29 -#> 3447 25 A69-1303-555 5407 2016-08-06 07:44:00 29 -#> 3448 25 A69-1303-555 5409 2016-08-06 07:46:00 29 -#> 3449 25 A69-1303-555 5411 2016-08-06 07:48:00 29 -#> 3450 25 A69-1303-555 5412 2016-08-06 07:50:00 29 -#> 3451 25 A69-1303-555 5414 2016-08-06 07:52:00 29 -#> 3452 25 A69-1303-555 5417 2016-08-06 07:54:00 29 -#> 3453 25 A69-1303-555 5420 2016-08-06 07:56:00 29 -#> 3454 25 A69-1303-555 5421 2016-08-06 07:58:00 29 -#> 3455 25 A69-1303-555 5423 2016-08-06 08:00:00 29 -#> 3456 25 A69-1303-555 5426 2016-08-06 08:02:00 29 -#> 3457 25 A69-1303-555 5428 2016-08-06 08:08:00 29 -#> 3458 25 A69-1303-555 5430 2016-08-06 08:10:00 29 -#> 3459 25 A69-1303-555 5432 2016-08-06 08:12:00 29 -#> 3460 25 A69-1303-555 5433 2016-08-06 08:14:00 29 -#> 3461 25 A69-1303-555 5435 2016-08-06 08:16:00 29 -#> 3462 25 A69-1303-555 5437 2016-08-06 08:18:00 29 -#> 3463 25 A69-1303-555 5439 2016-08-06 08:20:00 29 -#> 3464 25 A69-1303-555 5442 2016-08-06 08:22:00 29 -#> 3465 25 A69-1303-555 5444 2016-08-06 08:24:00 29 -#> 3466 25 A69-1303-555 5445 2016-08-06 08:26:00 29 -#> 3467 25 A69-1303-555 5446 2016-08-06 08:28:00 29 -#> 3468 25 A69-1303-555 5447 2016-08-06 08:30:00 29 -#> 3469 25 A69-1303-555 5449 2016-08-06 08:32:00 29 -#> 3470 25 A69-1303-555 5451 2016-08-06 08:34:00 29 -#> 3471 25 A69-1303-555 5452 2016-08-06 08:36:00 29 -#> 3472 25 A69-1303-555 5453 2016-08-06 08:42:00 29 -#> 3473 25 A69-1303-555 5454 2016-08-06 08:44:00 29 -#> 3474 25 A69-1303-555 5457 2016-08-06 08:46:00 29 -#> 3475 25 A69-1303-555 5458 2016-08-06 08:48:00 29 -#> 3476 25 A69-1303-555 5460 2016-08-06 08:50:00 29 -#> 3477 25 A69-1303-555 5462 2016-08-06 08:52:00 29 -#> 3478 25 A69-1303-555 5463 2016-08-06 08:54:00 29 -#> 3479 25 A69-1303-555 5465 2016-08-06 08:56:00 29 -#> 3480 25 A69-1303-555 5467 2016-08-06 09:00:00 29 -#> 3481 25 A69-1303-555 5468 2016-08-06 09:02:00 29 -#> 3482 25 A69-1303-555 5469 2016-08-06 09:04:00 29 -#> 3483 25 A69-1303-555 5470 2016-08-06 09:06:00 29 -#> 3484 25 A69-1303-555 5471 2016-08-06 09:08:00 29 -#> 3485 25 A69-1303-555 5472 2016-08-06 09:10:00 29 -#> 3486 25 A69-1303-555 5473 2016-08-06 09:12:00 29 -#> 3487 25 A69-1303-555 5475 2016-08-06 09:16:00 29 -#> 3488 25 A69-1303-555 5477 2016-08-06 10:18:00 29 -#> 3489 25 A69-1303-555 5478 2016-08-06 10:42:00 29 -#> 3490 25 A69-1303-555 5480 2016-08-06 10:44:00 29 -#> 3491 25 A69-1303-555 5482 2016-08-06 10:46:00 29 -#> 3492 25 A69-1303-555 5483 2016-08-06 10:48:00 29 -#> 3493 25 A69-1303-555 5485 2016-08-06 10:50:00 29 -#> 3494 25 A69-1303-555 5486 2016-08-06 10:58:00 29 -#> 3495 25 A69-1303-555 5488 2016-08-06 11:00:00 29 -#> 3496 25 A69-1303-555 5489 2016-08-06 11:02:00 29 -#> 3497 25 A69-1303-555 5491 2016-08-06 11:04:00 29 -#> 3498 25 A69-1303-555 5493 2016-08-06 11:06:00 29 -#> 3499 25 A69-1303-555 5496 2016-08-06 11:08:00 29 -#> 3500 25 A69-1303-555 5497 2016-08-06 11:10:00 29 -#> 3501 25 A69-1303-555 5499 2016-08-06 11:12:00 29 -#> 3502 25 A69-1303-555 5500 2016-08-06 11:14:00 29 -#> 3503 25 A69-1303-555 5502 2016-08-06 11:16:00 29 -#> 3504 25 A69-1303-555 5503 2016-08-06 11:18:00 29 -#> 3505 25 A69-1303-555 5505 2016-08-06 11:20:00 29 -#> 3506 25 A69-1303-555 5506 2016-08-06 11:22:00 29 -#> 3507 25 A69-1303-555 5508 2016-08-06 11:24:00 29 -#> 3508 25 A69-1303-555 5510 2016-08-06 11:28:00 29 -#> 3509 25 A69-1303-555 5511 2016-08-06 11:32:00 29 -#> 3510 25 A69-1303-555 5512 2016-08-06 11:34:00 29 -#> 3511 25 A69-1303-555 5514 2016-08-06 11:36:00 29 -#> 3512 25 A69-1303-555 5516 2016-08-06 11:38:00 29 -#> 3513 25 A69-1303-555 5518 2016-08-06 11:40:00 29 -#> 3514 25 A69-1303-555 5519 2016-08-06 11:42:00 29 -#> 3515 25 A69-1303-555 5521 2016-08-06 11:48:00 29 -#> 3516 25 A69-1303-555 5523 2016-08-06 11:50:00 29 -#> 3517 25 A69-1303-555 5524 2016-08-06 11:52:00 29 -#> 3518 25 A69-1303-555 5526 2016-08-06 11:56:00 29 -#> 3519 25 A69-1303-555 5527 2016-08-06 11:58:00 29 -#> 3520 25 A69-1303-555 5528 2016-08-06 12:00:00 29 -#> 3521 25 A69-1303-555 5529 2016-08-06 12:04:00 29 -#> 3522 25 A69-1303-555 5530 2016-08-06 12:08:00 29 -#> 3523 25 A69-1303-555 5533 2016-08-06 12:10:00 29 -#> 3524 25 A69-1303-555 5534 2016-08-06 12:12:00 29 -#> 3525 25 A69-1303-555 5536 2016-08-06 12:14:00 29 -#> 3526 25 A69-1303-555 5537 2016-08-06 12:16:00 29 -#> 3527 25 A69-1303-555 5539 2016-08-06 12:18:00 29 -#> 3528 25 A69-1303-555 5541 2016-08-06 12:20:00 29 -#> 3529 25 A69-1303-555 5542 2016-08-06 12:22:00 29 -#> 3530 25 A69-1303-555 5544 2016-08-06 12:26:00 29 -#> 3531 25 A69-1303-555 5545 2016-08-06 12:28:00 29 -#> 3532 25 A69-1303-555 5547 2016-08-06 12:30:00 29 -#> 3533 25 A69-1303-555 5549 2016-08-06 12:32:00 29 -#> 3534 25 A69-1303-555 5551 2016-08-06 12:34:00 29 -#> 3535 25 A69-1303-555 5553 2016-08-06 12:36:00 29 -#> 3536 25 A69-1303-555 5555 2016-08-06 12:38:00 29 -#> 3537 25 A69-1303-555 5557 2016-08-06 12:40:00 29 -#> 3538 25 A69-1303-555 5558 2016-08-06 12:42:00 29 -#> 3539 25 A69-1303-555 5561 2016-08-06 12:44:00 29 -#> 3540 25 A69-1303-555 5562 2016-08-06 12:46:00 29 -#> 3541 25 A69-1303-555 5563 2016-08-06 12:48:00 29 -#> 3542 25 A69-1303-555 5565 2016-08-06 12:50:00 29 -#> 3543 25 A69-1303-555 5567 2016-08-06 12:52:00 29 -#> 3544 25 A69-1303-555 5570 2016-08-06 12:54:00 29 -#> 3545 25 A69-1303-555 5571 2016-08-06 12:56:00 29 -#> 3546 25 A69-1303-555 5572 2016-08-06 12:58:00 29 -#> 3547 25 A69-1303-555 5574 2016-08-06 13:00:00 29 -#> 3548 25 A69-1303-555 5577 2016-08-06 13:02:00 29 -#> 3549 25 A69-1303-555 5579 2016-08-06 13:04:00 29 -#> 3550 25 A69-1303-555 5581 2016-08-06 13:06:00 29 -#> 3551 25 A69-1303-555 5582 2016-08-06 13:08:00 29 -#> 3552 25 A69-1303-555 5584 2016-08-06 13:10:00 29 -#> 3553 25 A69-1303-555 5585 2016-08-06 13:18:00 29 -#> 3554 25 A69-1303-555 5586 2016-08-06 13:20:00 29 -#> 3555 25 A69-1303-555 5588 2016-08-06 13:22:00 29 -#> 3556 25 A69-1303-555 5590 2016-08-06 13:24:00 29 -#> 3557 25 A69-1303-555 5592 2016-08-06 13:26:00 29 -#> 3558 25 A69-1303-555 5593 2016-08-06 13:28:00 29 -#> 3559 25 A69-1303-555 5595 2016-08-06 13:30:00 29 -#> 3560 25 A69-1303-555 5598 2016-08-06 13:32:00 29 -#> 3561 25 A69-1303-555 5600 2016-08-06 13:34:00 29 -#> 3562 25 A69-1303-555 5602 2016-08-06 13:36:00 29 -#> 3563 25 A69-1303-555 5605 2016-08-06 13:38:00 29 -#> 3564 25 A69-1303-555 5607 2016-08-06 13:42:00 29 -#> 3565 25 A69-1303-555 5608 2016-08-06 13:44:00 29 -#> 3566 25 A69-1303-555 5609 2016-08-06 13:48:00 29 -#> 3567 25 A69-1303-555 5610 2016-08-06 13:54:00 29 -#> 3568 25 A69-1303-555 5612 2016-08-07 13:32:00 29 -#> 3569 25 A69-1303-555 5613 2016-08-07 13:36:00 29 -#> 3570 25 A69-1303-555 5614 2016-08-07 13:38:00 29 -#> 3571 25 A69-1303-555 5616 2016-08-07 13:40:00 29 -#> 3572 25 A69-1303-555 5618 2016-08-07 13:42:00 29 -#> 3573 25 A69-1303-555 5620 2016-08-07 13:44:00 29 -#> 3574 25 A69-1303-555 5622 2016-08-07 13:46:00 29 -#> 3575 25 A69-1303-555 5625 2016-08-07 13:48:00 29 -#> 3576 25 A69-1303-555 5627 2016-08-07 13:50:00 29 -#> 3577 25 A69-1303-555 5629 2016-08-07 13:54:00 29 -#> 3578 25 A69-1303-555 5630 2016-08-07 13:56:00 29 -#> 3579 25 A69-1303-555 5632 2016-08-07 14:18:00 29 -#> 3580 25 A69-1303-555 5633 2016-08-07 14:20:00 29 -#> 3581 25 A69-1303-555 5634 2016-08-07 23:56:00 29 -#> 3582 25 A69-1303-555 5635 2016-08-08 00:04:00 29 -#> 3583 25 A69-1303-555 5637 2016-08-08 00:06:00 29 -#> 3584 25 A69-1303-555 5638 2016-08-08 00:08:00 29 -#> 3585 25 A69-1303-555 5640 2016-08-08 00:10:00 29 -#> 3586 25 A69-1303-555 5643 2016-08-08 00:12:00 29 -#> 3587 25 A69-1303-555 5644 2016-08-08 00:14:00 29 -#> 3588 25 A69-1303-555 5645 2016-08-08 00:16:00 29 -#> 3589 25 A69-1303-555 5646 2016-08-08 00:18:00 29 -#> 3590 25 A69-1303-555 5647 2016-08-08 00:20:00 29 -#> 3591 25 A69-1303-555 5649 2016-08-08 00:22:00 29 -#> 3592 25 A69-1303-555 5650 2016-08-08 00:24:00 29 -#> 3593 25 A69-1303-555 5651 2016-08-08 00:26:00 29 -#> 3594 25 A69-1303-555 5654 2016-08-08 00:28:00 29 -#> 3595 25 A69-1303-555 5655 2016-08-08 03:04:00 29 -#> 3596 25 A69-1303-555 5656 2016-08-08 03:12:00 29 -#> 3597 25 A69-1303-555 5657 2016-08-08 03:14:00 29 -#> 3598 25 A69-1303-555 5658 2016-08-08 03:16:00 29 -#> 3599 25 A69-1303-555 5659 2016-08-08 11:26:00 29 -#> 3600 25 A69-1303-555 5661 2016-08-08 11:28:00 29 -#> 3601 25 A69-1303-555 5662 2016-08-08 11:30:00 29 -#> 3602 25 A69-1303-555 5664 2016-08-08 11:32:00 29 -#> 3603 25 A69-1303-555 5665 2016-08-08 11:34:00 29 -#> 3604 25 A69-1303-555 5667 2016-08-08 11:36:00 29 -#> 3605 25 A69-1303-555 5668 2016-08-08 11:38:00 29 -#> 3606 25 A69-1303-555 5670 2016-08-08 11:40:00 29 -#> 3607 25 A69-1303-555 5671 2016-08-08 11:44:00 29 -#> 3608 25 A69-1303-555 5672 2016-08-08 11:46:00 29 -#> 3609 25 A69-1303-555 5674 2016-08-08 11:48:00 29 -#> 3610 25 A69-1303-555 5675 2016-08-08 16:44:00 29 -#> 3611 25 A69-1303-555 5676 2016-08-08 16:46:00 29 -#> 3612 25 A69-1303-555 5677 2016-08-08 16:48:00 29 -#> 3613 25 A69-1303-555 5678 2016-08-08 16:50:00 29 -#> 3614 25 A69-1303-555 5680 2016-08-08 16:54:00 29 -#> 3615 25 A69-1303-555 5681 2016-08-08 17:00:00 29 -#> 3616 25 A69-1303-555 5682 2016-08-08 17:04:00 29 -#> 3617 25 A69-1303-555 5683 2016-08-08 17:06:00 29 -#> 3618 25 A69-1303-555 5685 2016-08-08 17:08:00 29 -#> 3619 25 A69-1303-555 5686 2016-08-08 17:32:00 29 -#> 3620 25 A69-1303-555 5687 2016-08-08 17:54:00 29 -#> 3621 25 A69-1303-555 5688 2016-08-08 20:42:00 29 -#> 3622 25 A69-1303-555 5690 2016-08-08 20:44:00 29 -#> 3623 25 A69-1303-555 5691 2016-08-08 20:46:00 29 -#> 3624 25 A69-1303-555 5692 2016-08-08 20:50:00 29 -#> 3625 25 A69-1303-555 5693 2016-08-08 20:52:00 29 -#> 3626 25 A69-1303-555 5694 2016-08-08 20:54:00 29 -#> 3627 25 A69-1303-555 5696 2016-08-08 21:04:00 29 -#> 3628 25 A69-1303-555 5697 2016-08-08 21:06:00 29 -#> 3629 25 A69-1303-555 5698 2016-08-08 21:08:00 29 -#> 3630 25 A69-1303-555 5700 2016-08-08 21:10:00 29 -#> 3631 25 A69-1303-555 5701 2016-08-08 21:12:00 29 -#> 3632 25 A69-1303-555 5703 2016-08-08 21:14:00 29 -#> 3633 25 A69-1303-555 5705 2016-08-08 21:16:00 29 -#> 3634 25 A69-1303-555 5707 2016-08-08 21:18:00 29 -#> 3635 25 A69-1303-555 5709 2016-08-08 21:20:00 29 -#> 3636 25 A69-1303-555 5710 2016-08-08 21:22:00 29 -#> 3637 25 A69-1303-555 5711 2016-08-08 21:24:00 29 -#> 3638 25 A69-1303-555 5713 2016-08-08 21:26:00 29 -#> 3639 25 A69-1303-555 5715 2016-08-08 21:28:00 29 -#> 3640 25 A69-1303-555 5716 2016-08-08 21:30:00 29 -#> 3641 25 A69-1303-555 5717 2016-08-08 21:32:00 29 -#> 3642 25 A69-1303-555 5718 2016-08-08 21:34:00 29 -#> 3643 25 A69-1303-555 5719 2016-08-08 21:42:00 29 -#> 3644 25 A69-1303-555 5720 2016-08-08 21:46:00 29 -#> 3645 25 A69-1303-555 5721 2016-08-08 22:00:00 29 -#> 3646 25 A69-1303-555 5722 2016-08-08 22:06:00 29 -#> 3647 25 A69-1303-555 5723 2016-08-08 22:24:00 29 -#> 3648 25 A69-1303-555 5724 2016-08-08 22:26:00 29 -#> 3649 25 A69-1303-555 5726 2016-08-08 22:28:00 29 -#> 3650 25 A69-1303-555 5727 2016-08-08 22:30:00 29 -#> 3651 25 A69-1303-555 5729 2016-08-08 22:32:00 29 -#> 3652 25 A69-1303-555 5731 2016-08-08 22:34:00 29 -#> 3653 25 A69-1303-555 5732 2016-08-08 22:36:00 29 -#> 3654 25 A69-1303-555 5733 2016-08-08 22:38:00 29 -#> 3655 25 A69-1303-555 5735 2016-08-08 22:40:00 29 -#> 3656 25 A69-1303-555 5736 2016-08-08 22:42:00 29 -#> 3657 25 A69-1303-555 5738 2016-08-08 22:46:00 29 -#> 3658 25 A69-1303-555 5740 2016-08-08 22:48:00 29 -#> 3659 25 A69-1303-555 5742 2016-08-08 22:50:00 29 -#> 3660 25 A69-1303-555 5743 2016-08-08 22:52:00 29 -#> 3661 25 A69-1303-555 5745 2016-08-08 22:54:00 29 -#> 3662 25 A69-1303-555 5748 2016-08-08 22:56:00 29 -#> 3663 25 A69-1303-555 5749 2016-08-08 22:58:00 29 -#> 3664 25 A69-1303-555 5752 2016-08-08 23:00:00 29 -#> 3665 25 A69-1303-555 5753 2016-08-08 23:02:00 29 -#> 3666 25 A69-1303-555 5755 2016-08-08 23:04:00 29 -#> 3667 25 A69-1303-555 5757 2016-08-08 23:06:00 29 -#> 3668 25 A69-1303-555 5759 2016-08-08 23:08:00 29 -#> 3669 25 A69-1303-555 5761 2016-08-08 23:10:00 29 -#> 3670 25 A69-1303-555 5762 2016-08-08 23:12:00 29 -#> 3671 25 A69-1303-555 5764 2016-08-08 23:14:00 29 -#> 3672 25 A69-1303-555 5766 2016-08-08 23:20:00 29 -#> 3673 25 A69-1303-555 5768 2016-08-08 23:22:00 29 -#> 3674 25 A69-1303-555 5770 2016-08-08 23:24:00 29 -#> 3675 25 A69-1303-555 5772 2016-08-08 23:26:00 29 -#> 3676 25 A69-1303-555 5774 2016-08-08 23:28:00 29 -#> 3677 25 A69-1303-555 5776 2016-08-08 23:30:00 29 -#> 3678 25 A69-1303-555 5778 2016-08-08 23:32:00 29 -#> 3679 25 A69-1303-555 5780 2016-08-08 23:34:00 29 -#> 3680 25 A69-1303-555 5782 2016-08-08 23:36:00 29 -#> 3681 25 A69-1303-555 5785 2016-08-08 23:38:00 29 -#> 3682 25 A69-1303-555 5786 2016-08-08 23:40:00 29 -#> 3683 25 A69-1303-555 5788 2016-08-09 00:44:00 29 -#> 3684 25 A69-1303-555 5789 2016-08-09 00:56:00 29 -#> 3685 25 A69-1303-555 5790 2016-08-09 01:02:00 29 -#> 3686 25 A69-1303-555 5792 2016-08-09 01:06:00 29 -#> 3687 25 A69-1303-555 5793 2016-08-10 05:10:00 29 -#> 3688 25 A69-1303-555 5794 2016-08-10 05:12:00 29 -#> 3689 25 A69-1303-555 5795 2016-08-10 05:14:00 29 -#> 3690 25 A69-1303-555 5797 2016-08-10 05:16:00 29 -#> 3691 25 A69-1303-555 5799 2016-08-10 05:18:00 29 -#> 3692 25 A69-1303-555 5800 2016-08-10 05:20:00 29 -#> 3693 25 A69-1303-555 5802 2016-08-10 05:22:00 29 -#> 3694 25 A69-1303-555 5804 2016-08-10 05:24:00 29 -#> 3695 25 A69-1303-555 5806 2016-08-10 05:26:00 29 -#> 3696 25 A69-1303-555 5808 2016-08-10 05:34:00 29 -#> 3697 25 A69-1303-555 5810 2016-08-10 05:36:00 29 -#> 3698 25 A69-1303-555 5812 2016-08-10 05:38:00 29 -#> 3699 25 A69-1303-555 5814 2016-08-10 05:40:00 29 -#> 3700 25 A69-1303-555 5816 2016-08-10 05:42:00 29 -#> 3701 25 A69-1303-555 5818 2016-08-10 05:44:00 29 -#> 3702 25 A69-1303-555 5819 2016-08-10 05:46:00 29 -#> 3703 25 A69-1303-555 5820 2016-08-10 05:48:00 29 -#> 3704 25 A69-1303-555 5823 2016-08-10 05:54:00 29 -#> 3705 25 A69-1303-555 5824 2016-08-10 05:56:00 29 -#> 3706 25 A69-1303-555 5826 2016-08-10 08:04:00 29 -#> 3707 25 A69-1303-555 5828 2016-08-10 08:06:00 29 -#> 3708 25 A69-1303-555 5830 2016-08-10 08:08:00 29 -#> 3709 25 A69-1303-555 5831 2016-08-10 08:10:00 29 -#> 3710 25 A69-1303-555 5832 2016-08-10 08:12:00 29 -#> 3711 25 A69-1303-555 5835 2016-08-10 08:14:00 29 -#> 3712 25 A69-1303-555 5837 2016-08-10 08:16:00 29 -#> 3713 25 A69-1303-555 5839 2016-08-10 08:18:00 29 -#> 3714 25 A69-1303-555 5842 2016-08-10 08:20:00 29 -#> 3715 25 A69-1303-555 5844 2016-08-10 08:22:00 29 -#> 3716 25 A69-1303-555 5845 2016-08-10 08:24:00 29 -#> 3717 25 A69-1303-555 5847 2016-08-10 08:26:00 29 -#> 3718 25 A69-1303-555 5849 2016-08-10 08:28:00 29 -#> 3719 25 A69-1303-555 5851 2016-08-10 08:30:00 29 -#> 3720 25 A69-1303-555 5853 2016-08-10 08:32:00 29 -#> 3721 25 A69-1303-555 5855 2016-08-10 08:34:00 29 -#> 3722 25 A69-1303-555 5857 2016-08-10 08:36:00 29 -#> 3723 25 A69-1303-555 5859 2016-08-10 08:38:00 29 -#> 3724 25 A69-1303-555 5860 2016-08-10 08:40:00 29 -#> 3725 25 A69-1303-555 5861 2016-08-10 08:42:00 29 -#> 3726 25 A69-1303-555 5863 2016-08-10 08:44:00 29 -#> 3727 25 A69-1303-555 5866 2016-08-10 08:46:00 29 -#> 3728 25 A69-1303-555 5867 2016-08-10 08:50:00 29 -#> 3729 25 A69-1303-555 5868 2016-08-10 08:52:00 29 -#> 3730 25 A69-1303-555 5869 2016-08-10 08:54:00 29 -#> 3731 25 A69-1303-555 5870 2016-08-10 08:58:00 29 -#> 3732 25 A69-1303-555 5871 2016-08-10 09:00:00 29 -#> 3733 25 A69-1303-555 5872 2016-08-10 11:08:00 29 -#> 3734 25 A69-1303-555 5873 2016-08-10 11:26:00 29 -#> 3735 25 A69-1303-555 5874 2016-08-10 11:28:00 29 -#> 3736 25 A69-1303-555 5876 2016-08-10 11:36:00 29 -#> 3737 25 A69-1303-555 5877 2016-08-10 11:40:00 29 -#> 3738 25 A69-1303-555 5878 2016-08-10 11:44:00 29 -#> 3739 25 A69-1303-555 5880 2016-08-10 11:46:00 29 -#> 3740 25 A69-1303-555 5882 2016-08-10 11:48:00 29 -#> 3741 25 A69-1303-555 5883 2016-08-10 11:50:00 29 -#> 3742 25 A69-1303-555 5885 2016-08-10 11:54:00 29 -#> 3743 25 A69-1303-555 5886 2016-08-10 11:56:00 29 -#> 3744 25 A69-1303-555 5887 2016-08-10 11:58:00 29 -#> 3745 25 A69-1303-555 5888 2016-08-10 12:10:00 29 -#> 3746 25 A69-1303-555 5889 2016-08-10 13:06:00 29 -#> 3747 25 A69-1303-555 5890 2016-08-10 13:08:00 29 -#> 3748 25 A69-1303-555 5892 2016-08-10 13:10:00 29 -#> 3749 25 A69-1303-555 5894 2016-08-10 13:12:00 29 -#> 3750 25 A69-1303-555 5896 2016-08-10 13:14:00 29 -#> 3751 25 A69-1303-555 5897 2016-08-10 13:16:00 29 -#> 3752 25 A69-1303-555 5898 2016-08-10 13:18:00 29 -#> 3753 25 A69-1303-555 5899 2016-08-10 13:20:00 29 -#> 3754 25 A69-1303-555 5901 2016-08-10 13:22:00 29 -#> 3755 25 A69-1303-555 5903 2016-08-10 13:24:00 29 -#> 3756 25 A69-1303-555 5904 2016-08-10 13:26:00 29 -#> 3757 25 A69-1303-555 5907 2016-08-10 13:30:00 29 -#> 3758 25 A69-1303-555 5908 2016-08-10 13:32:00 29 -#> 3759 25 A69-1303-555 5911 2016-08-10 13:34:00 29 -#> 3760 25 A69-1303-555 5913 2016-08-10 13:36:00 29 -#> 3761 25 A69-1303-555 5914 2016-08-10 13:40:00 29 -#> 3762 25 A69-1303-555 5915 2016-08-10 14:14:00 29 -#> 3763 25 A69-1303-555 5916 2016-08-10 14:16:00 29 -#> 3764 25 A69-1303-555 5917 2016-08-10 14:30:00 29 -#> 3765 25 A69-1303-555 5918 2016-08-10 14:32:00 29 -#> 3766 25 A69-1303-555 5919 2016-08-10 14:34:00 29 -#> 3767 25 A69-1303-555 5921 2016-08-10 14:36:00 29 -#> 3768 25 A69-1303-555 5922 2016-08-10 14:38:00 29 -#> 3769 25 A69-1303-555 5924 2016-08-10 14:40:00 29 -#> 3770 25 A69-1303-555 5925 2016-08-10 14:42:00 29 -#> 3771 25 A69-1303-555 5927 2016-08-10 14:46:00 29 -#> 3772 25 A69-1303-555 5928 2016-08-10 14:56:00 29 -#> 3773 25 A69-1303-555 5929 2016-08-10 15:04:00 29 -#> 3774 25 A69-1303-555 5930 2016-08-10 15:10:00 29 -#> 3775 25 A69-1303-555 5931 2016-08-10 15:12:00 29 -#> 3776 25 A69-1303-555 5933 2016-08-10 15:14:00 29 -#> 3777 25 A69-1303-555 5934 2016-08-10 15:16:00 29 -#> 3778 25 A69-1303-555 5936 2016-08-10 15:22:00 29 -#> 3779 25 A69-1303-555 5937 2016-08-10 15:24:00 29 -#> 3780 25 A69-1303-555 5938 2016-08-10 15:26:00 29 -#> 3781 25 A69-1303-555 5940 2016-08-10 15:28:00 29 -#> 3782 25 A69-1303-555 5941 2016-08-10 15:30:00 29 -#> 3783 25 A69-1303-555 5943 2016-08-10 15:34:00 29 -#> 3784 25 A69-1303-555 5944 2016-08-10 15:36:00 29 -#> 3785 25 A69-1303-555 5946 2016-08-10 15:38:00 29 -#> 3786 25 A69-1303-555 5947 2016-08-10 15:40:00 29 -#> 3787 25 A69-1303-555 5948 2016-08-10 15:42:00 29 -#> 3788 25 A69-1303-555 5950 2016-08-10 15:44:00 29 -#> 3789 25 A69-1303-555 5952 2016-08-10 15:46:00 29 -#> 3790 25 A69-1303-555 5953 2016-08-10 15:54:00 29 -#> 3791 25 A69-1303-555 5956 2016-08-10 16:00:00 29 -#> 3792 25 A69-1303-555 5957 2016-08-10 16:02:00 29 -#> 3793 25 A69-1303-555 5960 2016-08-10 16:04:00 29 -#> 3794 25 A69-1303-555 5961 2016-08-10 16:06:00 29 -#> 3795 25 A69-1303-555 5963 2016-08-10 16:08:00 29 -#> 3796 25 A69-1303-555 5964 2016-08-10 16:14:00 29 -#> 3797 25 A69-1303-555 5965 2016-08-10 16:16:00 29 -#> 3798 25 A69-1303-555 5966 2016-08-10 16:18:00 29 -#> 3799 25 A69-1303-555 5968 2016-08-12 13:50:00 29 -#> 3800 25 A69-1303-555 5970 2016-08-12 13:52:00 29 -#> 3801 25 A69-1303-555 5971 2016-08-12 13:54:00 29 -#> 3802 25 A69-1303-555 5972 2016-08-12 14:02:00 29 -#> 3803 25 A69-1303-555 5973 2016-08-12 14:14:00 29 -#> 3804 25 A69-1303-555 5974 2016-08-12 14:18:00 29 -#> 3805 25 A69-1303-555 5975 2016-08-12 15:42:00 29 -#> 3806 25 A69-1303-555 5976 2016-08-12 15:44:00 29 -#> 3807 25 A69-1303-555 5977 2016-08-12 15:46:00 29 -#> 3808 25 A69-1303-555 5978 2016-08-12 15:48:00 29 -#> 3809 25 A69-1303-555 5980 2016-08-12 15:50:00 29 -#> 3810 25 A69-1303-555 5982 2016-08-12 15:52:00 29 -#> 3811 25 A69-1303-555 5984 2016-08-12 15:54:00 29 -#> 3812 25 A69-1303-555 5986 2016-08-12 15:56:00 29 -#> 3813 25 A69-1303-555 5989 2016-08-12 15:58:00 29 -#> 3814 25 A69-1303-555 5991 2016-08-12 16:00:00 29 -#> 3815 25 A69-1303-555 5994 2016-08-12 16:02:00 29 -#> 3816 25 A69-1303-555 5996 2016-08-12 16:04:00 29 -#> 3817 25 A69-1303-555 5997 2016-08-12 16:06:00 29 -#> 3818 25 A69-1303-555 6000 2016-08-12 16:08:00 29 -#> 3819 25 A69-1303-555 6002 2016-08-12 16:10:00 29 -#> 3820 25 A69-1303-555 6004 2016-08-12 16:12:00 29 -#> 3821 25 A69-1303-555 6006 2016-08-12 16:14:00 29 -#> 3822 25 A69-1303-555 6009 2016-08-12 16:16:00 29 -#> 3823 25 A69-1303-555 6011 2016-08-12 16:18:00 29 -#> 3824 25 A69-1303-555 6014 2016-08-12 16:20:00 29 -#> 3825 25 A69-1303-555 6015 2016-08-12 16:22:00 29 -#> 3826 25 A69-1303-555 6017 2016-08-12 16:24:00 29 -#> 3827 25 A69-1303-555 6018 2016-08-12 16:26:00 29 -#> 3828 25 A69-1303-555 6020 2016-08-12 16:28:00 29 -#> 3829 25 A69-1303-555 6022 2016-08-12 16:30:00 29 -#> 3830 25 A69-1303-555 6024 2016-08-12 16:32:00 29 -#> 3831 25 A69-1303-555 6025 2016-08-12 16:34:00 29 -#> 3832 25 A69-1303-555 6026 2016-08-12 16:36:00 29 -#> 3833 25 A69-1303-555 6028 2016-08-12 16:38:00 29 -#> 3834 25 A69-1303-555 6030 2016-08-13 07:38:00 23 -#> 3835 25 A69-1303-555 6031 2016-08-13 07:46:00 23 -#> 3836 25 A69-1303-555 6032 2016-08-13 07:48:00 23 -#> 3837 25 A69-1303-555 6033 2016-08-13 07:58:00 23 -#> 3838 25 A69-1303-555 6035 2016-08-13 08:00:00 23 -#> 3839 25 A69-1303-555 6037 2016-08-13 08:02:00 23 -#> 3840 25 A69-1303-555 6039 2016-08-13 08:04:00 23 -#> 3841 25 A69-1303-555 6041 2016-08-13 08:06:00 23 -#> 3842 25 A69-1303-555 6042 2016-08-13 19:08:00 23 -#> 3843 25 A69-1303-555 6044 2016-08-13 19:10:00 23 -#> 3844 25 A69-1303-555 6046 2016-08-13 19:12:00 23 -#> 3845 25 A69-1303-555 6048 2016-08-13 19:16:00 23 -#> 3846 25 A69-1303-555 6049 2016-08-13 19:20:00 23 -#> 3847 25 A69-1303-555 6050 2016-08-13 19:24:00 23 -#> 3848 25 A69-1303-555 6051 2016-08-14 07:22:00 39 -#> 3849 25 A69-1303-555 6053 2016-08-14 07:28:00 39 -#> 3850 25 A69-1303-555 6054 2016-08-14 07:32:00 39 -#> 3851 25 A69-1303-555 6056 2016-08-14 07:34:00 39 -#> 3852 25 A69-1303-555 6058 2016-08-14 07:36:00 39 -#> 3853 25 A69-1303-555 6059 2016-08-14 07:40:00 39 -#> 3854 25 A69-1303-555 6060 2016-08-14 07:42:00 39 -#> 3855 25 A69-1303-555 6062 2016-08-14 07:44:00 39 -#> 3856 25 A69-1303-555 6063 2016-08-15 00:12:00 39 -#> 3857 25 A69-1303-555 6064 2016-08-15 00:14:00 39 -#> 3858 25 A69-1303-555 6066 2016-08-15 00:16:00 39 -#> 3859 25 A69-1303-555 6067 2016-08-15 00:18:00 39 -#> 3860 25 A69-1303-555 6069 2016-08-15 00:20:00 39 -#> 3861 25 A69-1303-555 6071 2016-08-15 00:22:00 39 -#> 3862 25 A69-1303-555 6073 2016-08-15 00:24:00 39 -#> 3863 25 A69-1303-555 6075 2016-08-15 00:26:00 39 -#> 3864 25 A69-1303-555 6076 2016-08-15 00:28:00 39 -#> 3865 25 A69-1303-555 6078 2016-08-15 00:30:00 39 -#> 3866 25 A69-1303-555 6080 2016-08-15 00:32:00 39 -#> 3867 25 A69-1303-555 6082 2016-08-15 00:34:00 39 -#> 3868 25 A69-1303-555 6083 2016-08-15 00:36:00 39 -#> 3869 25 A69-1303-555 6086 2016-08-15 00:38:00 39 -#> 3870 25 A69-1303-555 6087 2016-08-15 00:40:00 39 -#> 3871 25 A69-1303-555 6089 2016-08-15 00:42:00 39 -#> 3872 25 A69-1303-555 6091 2016-08-15 00:44:00 39 -#> 3873 25 A69-1303-555 6093 2016-08-15 00:46:00 39 -#> 3874 25 A69-1303-555 6094 2016-08-15 00:48:00 39 -#> 3875 25 A69-1303-555 6096 2016-08-15 00:50:00 39 -#> 3876 25 A69-1303-555 6098 2016-08-15 04:52:00 23 -#> 3877 25 A69-1303-555 6100 2016-08-15 04:58:00 23 -#> 3878 25 A69-1303-555 6101 2016-08-15 05:00:00 23 -#> 3879 25 A69-1303-555 6103 2016-08-15 05:18:00 23 -#> 3880 25 A69-1303-555 6104 2016-08-15 05:20:00 23 -#> 3881 25 A69-1303-555 6105 2016-08-15 05:22:00 23 -#> 3882 25 A69-1303-555 6107 2016-08-15 05:24:00 23 -#> 3883 25 A69-1303-555 6108 2016-08-15 05:28:00 23 -#> 3884 25 A69-1303-555 6109 2016-08-15 05:32:00 23 -#> 3885 25 A69-1303-555 6110 2016-08-15 05:36:00 23 -#> 3886 25 A69-1303-555 6112 2016-08-15 05:38:00 23 -#> 3887 25 A69-1303-555 6113 2016-08-15 05:40:00 23 -#> 3888 25 A69-1303-555 6115 2016-08-15 05:42:00 23 -#> 3889 25 A69-1303-555 6117 2016-08-15 05:44:00 23 -#> 3890 25 A69-1303-555 6120 2016-08-15 05:46:00 23 -#> 3891 25 A69-1303-555 6122 2016-08-15 05:48:00 23 -#> 3892 25 A69-1303-555 6124 2016-08-15 05:50:00 23 -#> 3893 25 A69-1303-555 6127 2016-08-15 05:52:00 23 -#> 3894 25 A69-1303-555 6129 2016-08-15 05:54:00 23 -#> 3895 25 A69-1303-555 6131 2016-08-15 05:56:00 23 -#> 3896 25 A69-1303-555 6134 2016-08-15 05:58:00 23 -#> 3897 25 A69-1303-555 6135 2016-08-15 06:00:00 23 -#> 3898 25 A69-1303-555 6137 2016-08-15 06:02:00 23 -#> 3899 25 A69-1303-555 6139 2016-08-15 06:04:00 23 -#> 3900 25 A69-1303-555 6141 2016-08-15 06:06:00 23 -#> 3901 25 A69-1303-555 6142 2016-08-15 06:08:00 23 -#> 3902 25 A69-1303-555 6143 2016-08-15 06:10:00 23 -#> 3903 25 A69-1303-555 6145 2016-08-15 06:12:00 23 -#> 3904 25 A69-1303-555 6146 2016-08-15 06:18:00 23 -#> 3905 25 A69-1303-555 6147 2016-08-15 07:02:00 23 -#> 3906 25 A69-1303-555 6149 2016-08-15 07:04:00 23 -#> 3907 25 A69-1303-555 6150 2016-08-15 07:06:00 23 -#> 3908 25 A69-1303-555 6151 2016-08-15 07:08:00 23 -#> 3909 25 A69-1303-555 6152 2016-08-15 07:16:00 23 -#> 3910 25 A69-1303-555 6153 2016-08-15 07:22:00 23 -#> 3911 25 A69-1303-555 6155 2016-08-15 07:26:00 23 -#> 3912 25 A69-1303-555 6158 2016-08-15 11:14:00 23 -#> 3913 25 A69-1303-555 6159 2016-08-15 11:32:00 23 -#> 3914 25 A69-1303-555 6160 2016-08-15 11:34:00 23 -#> 3915 25 A69-1303-555 6161 2016-08-15 17:54:00 23 -#> 3916 25 A69-1303-555 6162 2016-08-15 17:56:00 23 -#> 3917 25 A69-1303-555 6163 2016-08-15 18:08:00 23 -#> 3918 25 A69-1303-555 6164 2016-08-15 19:36:00 39 -#> 3919 25 A69-1303-555 6166 2016-08-15 19:38:00 39 -#> 3920 25 A69-1303-555 6168 2016-08-15 19:40:00 39 -#> 3921 25 A69-1303-555 6169 2016-08-15 19:44:00 39 -#> 3922 25 A69-1303-555 6171 2016-08-15 19:46:00 39 -#> 3923 25 A69-1303-555 6173 2016-08-15 19:50:00 39 -#> 3924 25 A69-1303-555 6175 2016-08-15 19:52:00 39 -#> 3925 25 A69-1303-555 6176 2016-08-15 19:54:00 39 -#> 3926 25 A69-1303-555 6178 2016-08-15 19:56:00 39 -#> 3927 25 A69-1303-555 6180 2016-08-15 20:00:00 39 -#> 3928 25 A69-1303-555 6181 2016-08-15 22:26:00 39 -#> 3929 25 A69-1303-555 6182 2016-08-15 22:34:00 39 -#> 3930 25 A69-1303-555 6183 2016-08-15 22:36:00 39 -#> 3931 25 A69-1303-555 6184 2016-08-16 01:58:00 29 -#> 3932 25 A69-1303-555 6185 2016-08-16 02:00:00 29 -#> 3933 25 A69-1303-555 6187 2016-08-16 02:04:00 29 -#> 3934 25 A69-1303-555 6189 2016-08-16 02:06:00 29 -#> 3935 25 A69-1303-555 6191 2016-08-16 02:08:00 29 -#> 3936 25 A69-1303-555 6194 2016-08-16 02:10:00 29 -#> 3937 25 A69-1303-555 6195 2016-08-16 02:16:00 29 -#> 3938 25 A69-1303-555 6196 2016-08-16 21:04:00 29 -#> 3939 25 A69-1303-555 6197 2016-08-16 21:06:00 29 -#> 3940 25 A69-1303-555 6199 2016-08-16 21:08:00 29 -#> 3941 25 A69-1303-555 6201 2016-08-16 21:10:00 29 -#> 3942 25 A69-1303-555 6203 2016-08-16 21:12:00 29 -#> 3943 25 A69-1303-555 6205 2016-08-16 21:14:00 29 -#> 3944 25 A69-1303-555 6208 2016-08-16 21:16:00 29 -#> 3945 25 A69-1303-555 6209 2016-08-16 21:18:00 29 -#> 3946 25 A69-1303-555 6211 2016-08-16 21:20:00 29 -#> 3947 25 A69-1303-555 6212 2016-08-16 21:22:00 29 -#> 3948 25 A69-1303-555 6215 2016-08-16 21:24:00 29 -#> 3949 25 A69-1303-555 6216 2016-08-16 21:26:00 29 -#> 3950 25 A69-1303-555 6218 2016-08-16 21:28:00 29 -#> 3951 25 A69-1303-555 6220 2016-08-16 21:30:00 29 -#> 3952 25 A69-1303-555 6222 2016-08-16 21:32:00 29 -#> 3953 25 A69-1303-555 6224 2016-08-16 21:34:00 29 -#> 3954 25 A69-1303-555 6226 2016-08-16 21:36:00 29 -#> 3955 25 A69-1303-555 6228 2016-08-16 21:38:00 29 -#> 3956 25 A69-1303-555 6230 2016-08-16 21:40:00 29 -#> 3957 25 A69-1303-555 6232 2016-08-16 21:42:00 29 -#> 3958 25 A69-1303-555 6234 2016-08-16 21:44:00 29 -#> 3959 25 A69-1303-555 6236 2016-08-16 21:46:00 29 -#> 3960 25 A69-1303-555 6238 2016-08-16 21:48:00 29 -#> 3961 25 A69-1303-555 6239 2016-08-16 21:50:00 29 -#> 3962 25 A69-1303-555 6241 2016-08-16 21:52:00 29 -#> 3963 25 A69-1303-555 6243 2016-08-16 21:54:00 29 -#> 3964 25 A69-1303-555 6245 2016-08-16 21:56:00 29 -#> 3965 25 A69-1303-555 6247 2016-08-16 21:58:00 29 -#> 3966 25 A69-1303-555 6249 2016-08-16 22:00:00 29 -#> 3967 25 A69-1303-555 6251 2016-08-16 22:04:00 29 -#> 3968 25 A69-1303-555 6252 2016-08-16 22:06:00 29 -#> 3969 25 A69-1303-555 6253 2016-08-16 22:08:00 29 -#> 3970 25 A69-1303-555 6255 2016-08-16 22:10:00 29 -#> 3971 25 A69-1303-555 6257 2016-08-16 22:12:00 29 -#> 3972 25 A69-1303-555 6258 2016-08-16 22:14:00 29 -#> 3973 25 A69-1303-555 6260 2016-08-17 19:22:00 29 -#> 3974 25 A69-1303-555 6261 2016-08-17 19:24:00 29 -#> 3975 25 A69-1303-555 6263 2016-08-17 19:28:00 29 -#> 3976 25 A69-1303-555 6264 2016-08-17 22:26:00 29 -#> 3977 25 A69-1303-555 6265 2016-08-17 22:30:00 29 -#> 3978 25 A69-1303-555 6266 2016-08-17 23:02:00 29 -#> 3979 25 A69-1303-555 6267 2016-08-17 23:04:00 29 -#> 3980 25 A69-1303-555 6268 2016-08-17 23:06:00 29 -#> 3981 25 A69-1303-555 6270 2016-08-17 23:08:00 29 -#> 3982 25 A69-1303-555 6271 2016-08-17 23:10:00 29 -#> 3983 25 A69-1303-555 6273 2016-08-17 23:12:00 29 -#> 3984 25 A69-1303-555 6276 2016-08-17 23:14:00 29 -#> 3985 25 A69-1303-555 6277 2016-08-17 23:16:00 29 -#> 3986 25 A69-1303-555 6279 2016-08-17 23:18:00 29 -#> 3987 25 A69-1303-555 6280 2016-08-17 23:20:00 29 -#> 3988 25 A69-1303-555 6281 2016-08-17 23:22:00 29 -#> 3989 25 A69-1303-555 6283 2016-08-17 23:24:00 29 -#> 3990 25 A69-1303-555 6284 2016-08-17 23:26:00 29 -#> 3991 25 A69-1303-555 6286 2016-08-17 23:28:00 29 -#> 3992 25 A69-1303-555 6287 2016-08-17 23:32:00 29 -#> 3993 25 A69-1303-555 6288 2016-08-17 23:34:00 29 -#> 3994 25 A69-1303-555 6289 2016-08-17 23:36:00 29 -#> 3995 25 A69-1303-555 6290 2016-08-17 23:38:00 29 -#> 3996 25 A69-1303-555 6292 2016-08-17 23:40:00 29 -#> 3997 25 A69-1303-555 6293 2016-08-21 20:02:00 29 -#> 3998 25 A69-1303-555 6295 2016-08-21 20:06:00 29 -#> 3999 25 A69-1303-555 6296 2016-08-21 20:08:00 29 -#> 4000 25 A69-1303-555 6297 2016-08-21 20:10:00 29 -#> 4001 25 A69-1303-555 6298 2016-08-21 20:16:00 29 -#> 4002 25 A69-1303-555 6299 2016-08-21 20:18:00 29 -#> 4003 25 A69-1303-555 6301 2016-08-21 20:20:00 29 -#> 4004 25 A69-1303-555 6302 2016-08-21 20:22:00 29 -#> 4005 25 A69-1303-555 6304 2016-08-21 20:24:00 29 -#> 4006 25 A69-1303-555 6306 2016-08-21 20:26:00 29 -#> 4007 25 A69-1303-555 6308 2016-08-21 20:28:00 29 -#> 4008 25 A69-1303-555 6310 2016-08-21 20:30:00 29 -#> 4009 25 A69-1303-555 6311 2016-08-22 07:38:00 11 -#> 4010 25 A69-1303-555 6312 2016-08-22 07:40:00 11 -#> 4011 25 A69-1303-555 6314 2016-08-22 08:18:00 40 -#> 4012 25 A69-1303-555 6315 2016-08-22 08:32:00 40 -#> 4013 25 A69-1303-555 6316 2016-08-22 08:36:00 40 -#> 4014 25 A69-1303-555 6317 2016-08-22 08:38:00 40 -#> 4015 25 A69-1303-555 6318 2016-08-22 08:40:00 40 -#> 4016 25 A69-1303-555 6320 2016-08-22 08:42:00 40 -#> 4017 25 A69-1303-555 6322 2016-08-22 08:44:00 40 -#> 4018 25 A69-1303-555 6323 2016-08-22 08:48:00 40 -#> 4019 25 A69-1303-555 6324 2016-08-22 08:52:00 40 -#> 4020 25 A69-1303-555 6326 2016-08-22 08:54:00 40 -#> 4021 25 A69-1303-555 6327 2016-08-22 08:56:00 40 -#> 4022 25 A69-1303-555 6328 2016-08-22 09:08:00 40 -#> 4023 25 A69-1303-555 6329 2016-08-22 09:10:00 40 -#> 4024 25 A69-1303-555 6331 2016-08-22 09:12:00 40 -#> 4025 25 A69-1303-555 6333 2016-08-22 09:16:00 40 -#> 4026 25 A69-1303-555 6334 2016-08-22 16:38:00 23 -#> 4027 25 A69-1303-555 6335 2016-08-22 16:40:00 23 -#> 4028 25 A69-1303-555 6336 2016-08-22 16:48:00 23 -#> 4029 25 A69-1303-555 6337 2016-08-22 19:48:00 29 -#> 4030 25 A69-1303-555 6338 2016-08-22 19:50:00 29 -#> 4031 25 A69-1303-555 6341 2016-08-22 19:52:00 29 -#> 4032 25 A69-1303-555 6342 2016-08-22 19:54:00 29 -#> 4033 25 A69-1303-555 6344 2016-08-22 19:56:00 29 -#> 4034 25 A69-1303-555 6346 2016-08-22 19:58:00 29 -#> 4035 25 A69-1303-555 6348 2016-08-22 20:00:00 29 -#> 4036 25 A69-1303-555 6349 2016-08-22 20:02:00 29 -#> 4037 25 A69-1303-555 6350 2016-08-22 20:34:00 29 -#> 4038 25 A69-1303-555 6351 2016-08-22 20:36:00 29 -#> 4039 25 A69-1303-555 6352 2016-08-22 20:38:00 29 -#> 4040 25 A69-1303-555 6354 2016-08-22 20:40:00 29 -#> 4041 25 A69-1303-555 6356 2016-08-22 20:42:00 29 -#> 4042 25 A69-1303-555 6358 2016-08-22 20:44:00 29 -#> 4043 25 A69-1303-555 6360 2016-08-22 20:46:00 29 -#> 4044 25 A69-1303-555 6362 2016-08-22 20:48:00 29 -#> 4045 25 A69-1303-555 6363 2016-08-22 20:50:00 29 -#> 4046 25 A69-1303-555 6366 2016-08-22 20:52:00 29 -#> 4047 25 A69-1303-555 6368 2016-08-22 20:54:00 29 -#> 4048 25 A69-1303-555 6369 2016-08-22 20:56:00 29 -#> 4049 25 A69-1303-555 6370 2016-08-22 21:02:00 29 -#> 4050 25 A69-1303-555 6371 2016-08-23 03:14:00 23 -#> 4051 25 A69-1303-555 6372 2016-08-23 03:16:00 23 -#> 4052 25 A69-1303-555 6373 2016-08-23 03:18:00 23 -#> 4053 25 A69-1303-555 6374 2016-08-23 03:22:00 23 -#> 4054 25 A69-1303-555 6375 2016-08-26 14:16:00 39 -#> 4055 25 A69-1303-555 6376 2016-08-26 14:18:00 39 -#> 4056 25 A69-1303-555 6377 2016-08-26 14:20:00 39 -#> 4057 25 A69-1303-555 6378 2016-08-26 14:22:00 39 -#> 4058 25 A69-1303-555 6379 2016-08-26 14:24:00 39 -#> 4059 25 A69-1303-555 6380 2016-08-26 14:34:00 39 -#> 4060 25 A69-1303-555 6381 2016-08-26 14:36:00 39 -#> 4061 25 A69-1303-555 6382 2016-08-26 14:44:00 39 -#> 4062 25 A69-1303-555 6383 2016-08-26 14:48:00 39 -#> 4063 25 A69-1303-555 6384 2016-08-26 14:54:00 39 -#> 4064 25 A69-1303-555 6385 2016-08-26 14:56:00 39 -#> 4065 25 A69-1303-555 6387 2016-08-26 14:58:00 39 -#> 4066 25 A69-1303-555 6388 2016-08-26 15:00:00 39 -#> 4067 25 A69-1303-555 6389 2016-08-26 15:02:00 39 -#> 4068 25 A69-1303-555 6391 2016-08-26 15:04:00 39 -#> 4069 25 A69-1303-555 6394 2016-08-26 15:06:00 39 -#> 4070 25 A69-1303-555 6395 2016-08-26 15:08:00 39 -#> 4071 25 A69-1303-555 6398 2016-08-26 15:10:00 39 -#> 4072 25 A69-1303-555 6400 2016-08-26 15:12:00 39 -#> 4073 25 A69-1303-555 6401 2016-08-31 04:42:00 39 -#> 4074 25 A69-1303-555 6402 2016-08-31 04:44:00 39 -#> 4075 25 A69-1303-555 6403 2016-08-31 04:48:00 39 -#> 4076 25 A69-1303-555 6404 2016-08-31 04:50:00 39 -#> 4077 25 A69-1303-555 6405 2016-08-31 04:52:00 39 -#> 4078 25 A69-1303-555 6407 2016-08-31 04:54:00 39 -#> 4079 25 A69-1303-555 6409 2016-08-31 04:56:00 39 -#> 4080 25 A69-1303-555 6411 2016-08-31 04:58:00 39 -#> 4081 25 A69-1303-555 6413 2016-08-31 05:00:00 39 -#> 4082 25 A69-1303-555 6415 2016-08-31 05:02:00 39 -#> 4083 25 A69-1303-555 6416 2016-08-31 05:04:00 39 -#> 4084 25 A69-1303-555 6419 2016-08-31 05:06:00 39 -#> 4085 25 A69-1303-555 6421 2016-08-31 05:08:00 39 -#> 4086 25 A69-1303-555 6423 2016-08-31 05:10:00 39 -#> 4087 25 A69-1303-555 6425 2016-08-31 05:12:00 39 -#> 4088 25 A69-1303-555 6426 2016-08-31 05:16:00 39 -#> 4089 25 A69-1303-555 6428 2016-08-31 05:18:00 39 -#> 4090 25 A69-1303-555 6430 2016-08-31 05:22:00 39 -#> 4091 25 A69-1303-555 6431 2016-08-31 05:24:00 39 -#> 4092 25 A69-1303-555 6432 2016-08-31 05:26:00 39 -#> 4093 25 A69-1303-555 6433 2016-09-01 23:56:00 39 -#> 4094 25 A69-1303-555 6434 2016-09-01 23:58:00 39 -#> 4095 25 A69-1303-555 6436 2016-09-02 00:00:00 39 -#> 4096 25 A69-1303-555 6437 2016-09-02 00:02:00 39 -#> 4097 25 A69-1303-555 6438 2016-09-02 00:04:00 39 -#> 4098 25 A69-1303-555 6440 2016-09-02 00:06:00 39 -#> 4099 25 A69-1303-555 6441 2016-09-02 00:08:00 39 -#> 4100 25 A69-1303-555 6443 2016-09-02 00:10:00 39 -#> 4101 25 A69-1303-555 6445 2016-09-02 00:12:00 39 -#> 4102 25 A69-1303-555 6447 2016-09-02 00:14:00 39 -#> 4103 25 A69-1303-555 6448 2016-09-02 00:16:00 39 -#> 4104 25 A69-1303-555 6450 2016-09-02 00:18:00 39 -#> 4105 25 A69-1303-555 6452 2016-09-02 00:20:00 39 -#> 4106 25 A69-1303-555 6453 2016-09-02 00:22:00 39 -#> 4107 25 A69-1303-555 6456 2016-09-02 00:24:00 39 -#> 4108 25 A69-1303-555 6458 2016-09-02 00:26:00 39 -#> 4109 25 A69-1303-555 6459 2016-09-02 00:28:00 39 -#> 4110 25 A69-1303-555 6461 2016-09-02 00:30:00 39 -#> 4111 25 A69-1303-555 6463 2016-09-02 00:32:00 39 -#> 4112 25 A69-1303-555 6464 2016-09-02 00:34:00 39 -#> 4113 25 A69-1303-555 6466 2016-09-02 00:36:00 39 -#> 4114 25 A69-1303-555 6468 2016-09-02 00:38:00 39 -#> 4115 25 A69-1303-555 6470 2016-09-02 00:40:00 39 -#> 4116 25 A69-1303-555 6471 2016-09-02 00:44:00 39 -#> 4117 25 A69-1303-555 6472 2016-09-02 00:46:00 39 -#> 4118 25 A69-1303-555 6473 2016-09-02 00:48:00 39 -#> 4119 25 A69-1303-555 6474 2016-09-02 00:50:00 39 -#> 4120 25 A69-1303-555 6475 2016-09-02 01:00:00 39 -#> 4121 25 A69-1303-555 6476 2016-09-02 01:02:00 39 -#> 4122 25 A69-1303-555 6477 2016-09-03 04:46:00 39 -#> 4123 25 A69-1303-555 6479 2016-09-03 04:50:00 39 -#> 4124 25 A69-1303-555 6481 2016-09-03 04:52:00 39 -#> 4125 25 A69-1303-555 6483 2016-09-03 04:54:00 39 -#> 4126 25 A69-1303-555 6485 2016-09-03 05:00:00 39 -#> 4127 25 A69-1303-555 6486 2016-09-03 05:02:00 39 -#> 4128 25 A69-1303-555 6487 2016-09-03 05:04:00 39 -#> 4129 25 A69-1303-555 6489 2016-09-03 05:06:00 39 -#> 4130 25 A69-1303-555 6490 2016-09-03 05:10:00 39 -#> 4131 25 A69-1303-555 6491 2016-09-03 05:12:00 39 -#> 4132 25 A69-1303-555 6492 2016-09-03 05:18:00 39 -#> 4133 25 A69-1303-555 6493 2016-09-03 05:40:00 39 -#> 4134 25 A69-1303-555 6494 2016-09-03 05:42:00 39 -#> 4135 25 A69-1303-555 6495 2016-09-03 05:44:00 39 -#> 4136 25 A69-1303-555 6497 2016-09-03 05:46:00 39 -#> 4137 25 A69-1303-555 6498 2016-09-03 05:48:00 39 -#> 4138 25 A69-1303-555 6501 2016-09-03 05:50:00 39 -#> 4139 25 A69-1303-555 6502 2016-09-03 05:54:00 39 -#> 4140 25 A69-1303-555 6504 2016-09-03 05:56:00 39 -#> 4141 25 A69-1303-555 6505 2016-09-03 19:36:00 11 -#> 4142 25 A69-1303-555 6507 2016-09-03 19:38:00 11 -#> 4143 25 A69-1303-555 6509 2016-09-03 19:40:00 11 -#> 4144 25 A69-1303-555 6511 2016-09-04 06:32:00 39 -#> 4145 25 A69-1303-555 6512 2016-09-04 06:34:00 39 -#> 4146 25 A69-1303-555 6514 2016-09-04 06:36:00 39 -#> 4147 25 A69-1303-555 6515 2016-09-04 06:42:00 39 -#> 4148 25 A69-1303-555 6516 2016-09-04 06:44:00 39 -#> 4149 25 A69-1303-555 6517 2016-09-04 06:50:00 39 -#> 4150 25 A69-1303-555 6518 2016-09-04 06:54:00 39 -#> 4151 25 A69-1303-555 6521 2016-09-04 06:56:00 39 -#> 4152 25 A69-1303-555 6523 2016-09-04 06:58:00 39 -#> 4153 25 A69-1303-555 6524 2016-09-04 07:00:00 39 -#> 4154 25 A69-1303-555 6526 2016-09-04 07:02:00 39 -#> 4155 25 A69-1303-555 6527 2016-09-04 07:04:00 39 -#> 4156 25 A69-1303-555 6528 2016-09-04 07:10:00 39 -#> 4157 25 A69-1303-555 6529 2016-09-04 07:12:00 39 -#> 4158 25 A69-1303-555 6531 2016-09-04 07:14:00 39 -#> 4159 25 A69-1303-555 6532 2016-09-04 08:32:00 39 -#> 4160 25 A69-1303-555 6533 2016-09-04 08:38:00 39 -#> 4161 25 A69-1303-555 6534 2016-09-04 08:40:00 39 -#> 4162 25 A69-1303-555 6535 2016-09-04 08:44:00 39 -#> 4163 25 A69-1303-555 6536 2016-09-04 08:50:00 39 -#> 4164 25 A69-1303-555 6537 2016-09-04 08:52:00 39 -#> 4165 25 A69-1303-555 6539 2016-09-04 08:54:00 39 -#> 4166 25 A69-1303-555 6541 2016-09-04 09:06:00 39 -#> 4167 25 A69-1303-555 6542 2016-09-04 09:10:00 39 -#> 4168 25 A69-1303-555 6543 2016-09-04 09:16:00 39 -#> 4169 25 A69-1303-555 6544 2016-09-04 11:02:00 39 -#> 4170 25 A69-1303-555 6545 2016-09-04 11:04:00 39 -#> 4171 25 A69-1303-555 6546 2016-09-04 11:06:00 39 -#> 4172 25 A69-1303-555 6547 2016-09-04 11:14:00 39 -#> 4173 25 A69-1303-555 6548 2016-09-04 11:28:00 39 -#> 4174 25 A69-1303-555 6549 2016-09-04 11:48:00 39 -#> 4175 25 A69-1303-555 6551 2016-09-04 11:50:00 39 -#> 4176 25 A69-1303-555 6553 2016-09-04 11:52:00 39 -#> 4177 25 A69-1303-555 6554 2016-09-04 12:00:00 39 -#> 4178 25 A69-1303-555 6555 2016-09-04 12:06:00 39 -#> 4179 25 A69-1303-555 6557 2016-09-04 12:08:00 39 -#> 4180 25 A69-1303-555 6558 2016-09-04 12:10:00 39 -#> 4181 25 A69-1303-555 6560 2016-09-04 12:12:00 39 -#> 4182 25 A69-1303-555 6562 2016-09-04 12:14:00 39 -#> 4183 25 A69-1303-555 6564 2016-09-04 12:16:00 39 -#> 4184 25 A69-1303-555 6566 2016-09-04 12:18:00 39 -#> 4185 25 A69-1303-555 6568 2016-09-04 12:20:00 39 -#> 4186 25 A69-1303-555 6570 2016-09-04 12:24:00 39 -#> 4187 25 A69-1303-555 6571 2016-09-04 12:26:00 39 -#> 4188 25 A69-1303-555 6572 2016-09-04 12:28:00 39 -#> 4189 25 A69-1303-555 6574 2016-09-04 12:42:00 39 -#> 4190 25 A69-1303-555 6575 2016-09-04 12:44:00 39 -#> 4191 25 A69-1303-555 6577 2016-09-04 12:46:00 39 -#> 4192 25 A69-1303-555 6579 2016-09-04 12:48:00 39 -#> 4193 25 A69-1303-555 6581 2016-09-04 12:50:00 39 -#> 4194 25 A69-1303-555 6583 2016-09-04 12:52:00 39 -#> 4195 25 A69-1303-555 6585 2016-09-04 12:54:00 39 -#> 4196 25 A69-1303-555 6587 2016-09-04 12:56:00 39 -#> 4197 25 A69-1303-555 6589 2016-09-04 13:00:00 39 -#> 4198 25 A69-1303-555 6591 2016-09-04 13:02:00 39 -#> 4199 25 A69-1303-555 6592 2016-09-04 13:04:00 39 -#> 4200 25 A69-1303-555 6594 2016-09-04 13:06:00 39 -#> 4201 25 A69-1303-555 6596 2016-09-04 13:10:00 39 -#> 4202 25 A69-1303-555 6599 2016-09-04 13:12:00 39 -#> 4203 25 A69-1303-555 6600 2016-09-04 13:18:00 39 -#> 4204 25 A69-1303-555 6601 2016-09-04 17:18:00 23 -#> 4205 25 A69-1303-555 6602 2016-09-04 17:20:00 23 -#> 4206 25 A69-1303-555 6603 2016-09-04 17:22:00 23 -#> 4207 25 A69-1303-555 6604 2016-09-04 17:34:00 23 -#> 4208 25 A69-1303-555 6605 2016-09-04 20:06:00 23 -#> 4209 25 A69-1303-555 6606 2016-09-04 20:10:00 23 -#> 4210 25 A69-1303-555 6608 2016-09-04 20:14:00 23 -#> 4211 25 A69-1303-555 6609 2016-09-04 20:16:00 23 -#> 4212 25 A69-1303-555 6612 2016-09-04 20:18:00 23 -#> 4213 25 A69-1303-555 6614 2016-09-04 20:20:00 23 -#> 4214 25 A69-1303-555 6616 2016-09-04 20:22:00 23 -#> 4215 25 A69-1303-555 6617 2016-09-04 20:24:00 23 -#> 4216 25 A69-1303-555 6618 2016-09-04 20:26:00 23 -#> 4217 25 A69-1303-555 6619 2016-09-04 20:28:00 23 -#> 4218 25 A69-1303-555 6620 2016-09-04 20:34:00 23 -#> 4219 25 A69-1303-555 6621 2016-09-04 22:08:00 39 -#> 4220 25 A69-1303-555 6622 2016-09-04 22:10:00 39 -#> 4221 25 A69-1303-555 6624 2016-09-04 22:12:00 39 -#> 4222 25 A69-1303-555 6626 2016-09-04 22:16:00 39 -#> 4223 25 A69-1303-555 6628 2016-09-04 22:18:00 39 -#> 4224 25 A69-1303-555 6629 2016-09-05 07:02:00 39 -#> 4225 25 A69-1303-555 6630 2016-09-05 07:06:00 39 -#> 4226 25 A69-1303-555 6632 2016-09-05 07:08:00 39 -#> 4227 25 A69-1303-555 6634 2016-09-05 07:10:00 39 -#> 4228 25 A69-1303-555 6636 2016-09-05 07:12:00 39 -#> 4229 25 A69-1303-555 6637 2016-09-05 07:32:00 39 -#> 4230 25 A69-1303-555 6638 2016-09-05 07:34:00 39 -#> 4231 25 A69-1303-555 6639 2016-09-05 07:36:00 39 -#> 4232 25 A69-1303-555 6640 2016-09-05 07:38:00 39 -#> 4233 25 A69-1303-555 6641 2016-09-05 07:40:00 39 -#> 4234 25 A69-1303-555 6642 2016-09-05 07:42:00 39 -#> 4235 25 A69-1303-555 6643 2016-09-05 07:44:00 39 -#> 4236 25 A69-1303-555 6644 2016-09-05 12:02:00 39 -#> 4237 25 A69-1303-555 6645 2016-09-05 12:12:00 39 -#> 4238 25 A69-1303-555 6646 2016-09-05 12:14:00 39 -#> 4239 25 A69-1303-555 6647 2016-09-05 12:16:00 39 -#> 4240 25 A69-1303-555 6649 2016-09-05 12:18:00 39 -#> 4241 25 A69-1303-555 6650 2016-09-05 12:22:00 39 -#> 4242 25 A69-1303-555 6652 2016-09-05 12:28:00 39 -#> 4243 25 A69-1303-555 6653 2016-09-05 12:30:00 39 -#> 4244 25 A69-1303-555 6654 2016-09-05 12:32:00 39 -#> 4245 25 A69-1303-555 6656 2016-09-05 14:52:00 39 -#> 4246 25 A69-1303-555 6657 2016-09-05 14:54:00 39 -#> 4247 25 A69-1303-555 6659 2016-09-05 14:56:00 39 -#> 4248 25 A69-1303-555 6661 2016-09-05 14:58:00 39 -#> 4249 25 A69-1303-555 6663 2016-09-05 15:00:00 39 -#> 4250 25 A69-1303-555 6665 2016-09-05 15:02:00 39 -#> 4251 25 A69-1303-555 6666 2016-09-05 15:04:00 39 -#> 4252 25 A69-1303-555 6668 2016-09-05 15:06:00 39 -#> 4253 25 A69-1303-555 6669 2016-09-05 15:08:00 39 -#> 4254 25 A69-1303-555 6670 2016-09-05 15:10:00 39 -#> 4255 25 A69-1303-555 6671 2016-09-05 20:44:00 11 -#> 4256 25 A69-1303-555 6672 2016-09-05 20:54:00 11 -#> 4257 25 A69-1303-555 6674 2016-09-05 21:04:00 11 -#> 4258 25 A69-1303-555 6675 2016-09-05 21:08:00 11 -#> 4259 25 A69-1303-555 6677 2016-09-05 21:10:00 11 -#> 4260 25 A69-1303-555 6679 2016-09-05 21:12:00 11 -#> 4261 25 A69-1303-555 6680 2016-09-05 21:36:00 11 -#> 4262 25 A69-1303-555 6681 2016-09-05 21:38:00 11 -#> 4263 25 A69-1303-555 6683 2016-09-05 21:40:00 11 -#> 4264 25 A69-1303-555 6684 2016-09-05 21:42:00 11 -#> 4265 25 A69-1303-555 6686 2016-09-05 21:44:00 11 -#> 4266 25 A69-1303-555 6687 2016-09-06 00:28:00 11 -#> 4267 25 A69-1303-555 6688 2016-09-06 00:30:00 11 -#> 4268 25 A69-1303-555 6689 2016-09-06 00:32:00 11 -#> 4269 25 A69-1303-555 6690 2016-09-06 00:34:00 11 -#> 4270 25 A69-1303-555 6691 2016-09-06 00:36:00 11 -#> 4271 25 A69-1303-555 6692 2016-09-06 00:46:00 11 -#> 4272 25 A69-1303-555 6693 2016-09-06 00:54:00 11 -#> 4273 25 A69-1303-555 6695 2016-09-06 00:58:00 11 -#> 4274 25 A69-1303-555 6696 2016-09-06 01:00:00 11 -#> 4275 25 A69-1303-555 6697 2016-09-06 01:08:00 11 -#> 4276 25 A69-1303-555 6698 2016-09-06 10:48:00 39 -#> 4277 25 A69-1303-555 6700 2016-09-06 10:50:00 39 -#> 4278 25 A69-1303-555 6701 2016-09-06 10:52:00 39 -#> 4279 25 A69-1303-555 6704 2016-09-06 10:54:00 39 -#> 4280 25 A69-1303-555 6706 2016-09-06 10:56:00 39 -#> 4281 25 A69-1303-555 6707 2016-09-06 10:58:00 39 -#> 4282 25 A69-1303-555 6709 2016-09-06 11:00:00 39 -#> 4283 25 A69-1303-555 6710 2016-09-06 11:02:00 39 -#> 4284 25 A69-1303-555 6711 2016-09-06 11:04:00 39 -#> 4285 25 A69-1303-555 6712 2016-09-06 11:06:00 39 -#> 4286 25 A69-1303-555 6714 2016-09-06 11:16:00 39 -#> 4287 25 A69-1303-555 6715 2016-09-06 11:22:00 39 -#> 4288 25 A69-1303-555 6716 2016-09-09 11:10:00 39 -#> 4289 25 A69-1303-555 6717 2016-09-09 11:12:00 39 -#> 4290 25 A69-1303-555 6718 2016-09-09 11:14:00 39 -#> 4291 25 A69-1303-555 6720 2016-09-09 11:36:00 39 -#> 4292 25 A69-1303-555 6721 2016-09-09 11:38:00 39 -#> 4293 25 A69-1303-555 6722 2016-09-10 20:16:00 38 -#> 4294 25 A69-1303-555 6723 2016-09-10 20:20:00 38 -#> 4295 25 A69-1303-555 6725 2016-09-10 20:22:00 38 -#> 4296 25 A69-1303-555 6727 2016-09-10 20:24:00 38 -#> 4297 25 A69-1303-555 6728 2016-09-11 03:20:00 38 -#> 4298 25 A69-1303-555 6729 2016-09-11 03:22:00 38 -#> 4299 25 A69-1303-555 6731 2016-09-11 03:28:00 38 -#> 4300 25 A69-1303-555 6733 2016-09-11 03:30:00 38 -#> 4301 25 A69-1303-555 6734 2016-09-11 03:32:00 38 -#> 4302 25 A69-1303-555 6735 2016-09-11 03:34:00 38 -#> 4303 25 A69-1303-555 6736 2016-09-11 03:36:00 38 -#> 4304 25 A69-1303-555 6737 2016-09-11 03:52:00 38 -#> 4305 25 A69-1303-555 6738 2016-09-11 03:54:00 38 -#> 4306 25 A69-1303-555 6739 2016-09-11 04:12:00 38 -#> 4307 25 A69-1303-555 6741 2016-09-11 04:16:00 38 -#> 4308 25 A69-1303-555 6742 2016-09-11 04:18:00 38 -#> 4309 25 A69-1303-555 6744 2016-09-11 05:14:00 38 -#> 4310 25 A69-1303-555 6745 2016-09-11 05:28:00 38 -#> 4311 25 A69-1303-555 6746 2016-09-11 05:42:00 38 -#> 4312 25 A69-1303-555 6747 2016-09-11 06:30:00 38 -#> 4313 25 A69-1303-555 6748 2016-09-11 06:34:00 38 -#> 4314 25 A69-1303-555 6749 2016-09-11 06:46:00 38 -#> 4315 25 A69-1303-555 6751 2016-09-12 21:00:00 23 -#> 4316 25 A69-1303-555 6753 2016-09-12 21:02:00 23 -#> 4317 25 A69-1303-555 6754 2016-09-12 21:04:00 23 -#> 4318 25 A69-1303-555 6755 2016-09-12 21:16:00 23 -#> 4319 25 A69-1303-555 6756 2016-09-12 21:18:00 23 -#> 4320 25 A69-1303-555 6758 2016-09-12 21:20:00 23 -#> 4321 25 A69-1303-555 6760 2016-09-12 21:22:00 23 -#> 4322 25 A69-1303-555 6761 2016-09-12 21:24:00 23 -#> 4323 25 A69-1303-555 6762 2016-09-12 21:26:00 23 -#> 4324 25 A69-1303-555 6764 2016-09-12 21:28:00 23 -#> 4325 25 A69-1303-555 6765 2016-09-12 21:30:00 23 -#> 4326 25 A69-1303-555 6767 2016-09-12 21:32:00 23 -#> 4327 25 A69-1303-555 6769 2016-09-12 21:34:00 23 -#> 4328 25 A69-1303-555 6771 2016-09-12 21:36:00 23 -#> 4329 25 A69-1303-555 6773 2016-09-12 21:38:00 23 -#> 4330 25 A69-1303-555 6774 2016-09-13 08:56:00 39 -#> 4331 25 A69-1303-555 6776 2016-09-13 08:58:00 39 -#> 4332 25 A69-1303-555 6777 2016-09-13 09:00:00 39 -#> 4333 25 A69-1303-555 6779 2016-09-13 09:02:00 39 -#> 4334 25 A69-1303-555 6780 2016-09-13 09:04:00 39 -#> 4335 25 A69-1303-555 6782 2016-09-13 09:06:00 39 -#> 4336 25 A69-1303-555 6784 2016-09-13 09:08:00 39 -#> 4337 25 A69-1303-555 6785 2016-09-13 09:10:00 39 -#> 4338 25 A69-1303-555 6787 2016-09-13 09:12:00 39 -#> 4339 25 A69-1303-555 6789 2016-09-13 09:14:00 39 -#> 4340 25 A69-1303-555 6791 2016-09-13 09:16:00 39 -#> 4341 25 A69-1303-555 6792 2016-09-13 09:24:00 39 -#> 4342 25 A69-1303-555 6794 2016-09-13 09:26:00 39 -#> 4343 25 A69-1303-555 6795 2016-09-13 09:40:00 39 -#> 4344 25 A69-1303-555 6796 2016-09-13 09:48:00 39 -#> 4345 25 A69-1303-555 6797 2016-09-15 18:42:00 39 -#> 4346 25 A69-1303-555 6798 2016-09-15 18:44:00 39 -#> 4347 25 A69-1303-555 6799 2016-09-15 18:46:00 39 -#> 4348 25 A69-1303-555 6800 2016-09-15 18:48:00 39 -#> 4349 25 A69-1303-555 6802 2016-09-15 18:50:00 39 -#> 4350 25 A69-1303-555 6803 2016-09-15 18:52:00 39 -#> 4351 25 A69-1303-555 6804 2016-09-15 18:54:00 39 -#> 4352 25 A69-1303-555 6807 2016-09-16 05:14:00 11 -#> 4353 25 A69-1303-555 6808 2016-09-16 05:16:00 11 -#> 4354 25 A69-1303-555 6809 2016-09-16 05:18:00 11 -#> 4355 25 A69-1303-555 6810 2016-09-16 05:20:00 11 -#> 4356 25 A69-1303-555 6812 2016-09-16 05:22:00 11 -#> 4357 25 A69-1303-555 6813 2016-09-16 05:24:00 11 -#> 4358 25 A69-1303-555 6815 2016-09-16 05:26:00 11 -#> 4359 25 A69-1303-555 6817 2016-09-16 05:28:00 11 -#> 4360 25 A69-1303-555 6819 2016-09-16 05:30:00 11 -#> 4361 25 A69-1303-555 6820 2016-09-16 05:32:00 11 -#> 4362 25 A69-1303-555 6821 2016-09-16 05:34:00 11 -#> 4363 25 A69-1303-555 6823 2016-09-16 05:36:00 11 -#> 4364 25 A69-1303-555 6824 2016-09-16 05:38:00 11 -#> 4365 25 A69-1303-555 6825 2016-09-16 05:46:00 11 -#> 4366 25 A69-1303-555 6826 2016-09-16 05:48:00 11 -#> 4367 25 A69-1303-555 6827 2016-09-16 05:54:00 11 -#> 4368 25 A69-1303-555 6829 2016-09-16 05:56:00 11 -#> 4369 25 A69-1303-555 6831 2016-09-16 05:58:00 11 -#> 4370 25 A69-1303-555 6834 2016-09-16 06:00:00 11 -#> 4371 25 A69-1303-555 6835 2016-09-16 06:02:00 11 -#> 4372 25 A69-1303-555 6837 2016-09-16 06:06:00 11 -#> 4373 25 A69-1303-555 6838 2016-09-16 06:08:00 11 -#> 4374 25 A69-1303-555 6839 2016-09-16 06:16:00 11 -#> 4375 25 A69-1303-555 6840 2016-09-16 06:18:00 11 -#> 4376 25 A69-1303-555 6841 2016-09-16 06:20:00 11 -#> 4377 25 A69-1303-555 6843 2016-09-16 06:22:00 11 -#> 4378 25 A69-1303-555 6844 2016-09-16 06:24:00 11 -#> 4379 25 A69-1303-555 6846 2016-09-16 06:26:00 11 -#> 4380 25 A69-1303-555 6848 2016-09-16 06:28:00 11 -#> 4381 25 A69-1303-555 6850 2016-09-16 06:30:00 11 -#> 4382 25 A69-1303-555 6851 2016-09-16 06:42:00 11 -#> 4383 25 A69-1303-555 6853 2016-09-16 06:58:00 11 -#> 4384 25 A69-1303-555 6854 2016-09-16 20:10:00 38 -#> 4385 25 A69-1303-555 6855 2016-09-16 20:26:00 38 -#> 4386 25 A69-1303-555 6856 2016-09-16 20:28:00 38 -#> 4387 25 A69-1303-555 6858 2016-09-16 20:30:00 38 -#> 4388 25 A69-1303-555 6859 2016-09-16 20:38:00 38 -#> 4389 25 A69-1303-555 6860 2016-09-16 20:40:00 38 -#> 4390 25 A69-1303-555 6861 2016-09-16 20:50:00 38 -#> 4391 25 A69-1303-555 6862 2016-09-16 20:58:00 38 -#> 4392 25 A69-1303-555 6863 2016-09-16 21:00:00 38 -#> 4393 25 A69-1303-555 6864 2016-09-16 21:02:00 38 -#> 4394 25 A69-1303-555 6866 2016-09-16 21:04:00 38 -#> 4395 25 A69-1303-555 6867 2016-09-16 21:06:00 38 -#> 4396 25 A69-1303-555 6869 2016-09-16 21:08:00 38 -#> 4397 25 A69-1303-555 6870 2016-09-16 21:10:00 38 -#> 4398 25 A69-1303-555 6872 2016-09-16 21:12:00 38 -#> 4399 25 A69-1303-555 6874 2016-09-16 21:22:00 38 -#> 4400 25 A69-1303-555 6875 2016-09-16 21:40:00 38 -#> 4401 25 A69-1303-555 6876 2016-09-16 22:22:00 38 -#> 4402 25 A69-1303-555 6877 2016-09-16 22:28:00 38 -#> 4403 25 A69-1303-555 6879 2016-09-16 22:30:00 38 -#> 4404 25 A69-1303-555 6880 2016-09-16 22:34:00 38 -#> 4405 25 A69-1303-555 6882 2016-09-17 20:56:00 39 -#> 4406 25 A69-1303-555 6884 2016-09-17 20:58:00 39 -#> 4407 25 A69-1303-555 6886 2016-09-17 21:00:00 39 -#> 4408 25 A69-1303-555 6887 2016-09-17 21:02:00 39 -#> 4409 25 A69-1303-555 6890 2016-09-17 21:04:00 39 -#> 4410 25 A69-1303-555 6892 2016-09-17 21:06:00 39 -#> 4411 25 A69-1303-555 6893 2016-09-17 21:08:00 39 -#> 4412 25 A69-1303-555 6895 2016-09-17 21:10:00 39 -#> 4413 25 A69-1303-555 6897 2016-09-17 21:16:00 39 -#> 4414 25 A69-1303-555 6898 2016-09-18 22:44:00 23 -#> 4415 25 A69-1303-555 6900 2016-09-18 22:46:00 23 -#> 4416 25 A69-1303-555 6901 2016-09-18 22:48:00 23 -#> 4417 25 A69-1303-555 6903 2016-09-18 22:50:00 23 -#> 4418 25 A69-1303-555 6905 2016-09-18 22:52:00 23 -#> 4419 25 A69-1303-555 6906 2016-09-18 22:54:00 23 -#> 4420 25 A69-1303-555 6908 2016-09-18 22:56:00 23 -#> 4421 25 A69-1303-555 6910 2016-09-18 22:58:00 23 -#> 4422 25 A69-1303-555 6913 2016-09-18 23:00:00 23 -#> 4423 25 A69-1303-555 6914 2016-09-18 23:02:00 23 -#> 4424 25 A69-1303-555 6915 2016-09-18 23:04:00 23 -#> 4425 25 A69-1303-555 6917 2016-09-18 23:06:00 23 -#> 4426 25 A69-1303-555 6919 2016-09-18 23:08:00 23 -#> 4427 25 A69-1303-555 6920 2016-09-18 23:10:00 23 -#> 4428 25 A69-1303-555 6922 2016-09-18 23:12:00 23 -#> 4429 25 A69-1303-555 6923 2016-09-18 23:14:00 23 -#> 4430 25 A69-1303-555 6926 2016-09-18 23:16:00 23 -#> 4431 25 A69-1303-555 6928 2016-09-18 23:18:00 23 -#> 4432 25 A69-1303-555 6930 2016-09-18 23:20:00 23 -#> 4433 25 A69-1303-555 6932 2016-09-18 23:22:00 23 -#> 4434 25 A69-1303-555 6934 2016-09-18 23:24:00 23 -#> 4435 25 A69-1303-555 6936 2016-09-18 23:26:00 23 -#> 4436 25 A69-1303-555 6938 2016-09-18 23:28:00 23 -#> 4437 25 A69-1303-555 6940 2016-09-18 23:30:00 23 -#> 4438 25 A69-1303-555 6941 2016-09-19 02:48:00 39 -#> 4439 25 A69-1303-555 6942 2016-09-19 02:54:00 39 -#> 4440 25 A69-1303-555 6945 2016-09-19 02:56:00 39 -#> 4441 25 A69-1303-555 6947 2016-09-19 02:58:00 39 -#> 4442 25 A69-1303-555 6948 2016-09-19 03:00:00 39 -#> 4443 25 A69-1303-555 6950 2016-09-19 03:02:00 39 -#> 4444 25 A69-1303-555 6952 2016-09-19 03:04:00 39 -#> 4445 25 A69-1303-555 6953 2016-09-19 03:06:00 39 -#> 4446 25 A69-1303-555 6955 2016-09-19 03:08:00 39 -#> 4447 25 A69-1303-555 6957 2016-09-19 03:10:00 39 -#> 4448 25 A69-1303-555 6958 2016-09-19 03:12:00 39 -#> 4449 25 A69-1303-555 6960 2016-09-19 03:16:00 39 -#> 4450 25 A69-1303-555 6962 2016-09-19 03:18:00 39 -#> 4451 25 A69-1303-555 6963 2016-09-19 03:20:00 39 -#> 4452 25 A69-1303-555 6965 2016-09-19 03:22:00 39 -#> 4453 25 A69-1303-555 6967 2016-09-19 03:24:00 39 -#> 4454 25 A69-1303-555 6969 2016-09-19 03:28:00 39 -#> 4455 25 A69-1303-555 6971 2016-09-19 03:30:00 39 -#> 4456 25 A69-1303-555 6972 2016-09-19 03:32:00 39 -#> 4457 25 A69-1303-555 6973 2016-09-19 03:34:00 39 -#> 4458 25 A69-1303-555 6974 2016-09-19 03:36:00 39 -#> 4459 25 A69-1303-555 6975 2016-09-19 04:24:00 39 -#> 4460 25 A69-1303-555 6976 2016-09-19 04:26:00 39 -#> 4461 25 A69-1303-555 6977 2016-09-19 04:28:00 39 -#> 4462 25 A69-1303-555 6978 2016-09-19 04:30:00 39 -#> 4463 25 A69-1303-555 6979 2016-09-19 04:32:00 39 -#> 4464 25 A69-1303-555 6980 2016-09-19 04:34:00 39 -#> 4465 25 A69-1303-555 6981 2016-09-19 07:54:00 39 -#> 4466 25 A69-1303-555 6982 2016-09-19 07:56:00 39 -#> 4467 25 A69-1303-555 6983 2016-09-19 07:58:00 39 -#> 4468 25 A69-1303-555 6984 2016-09-19 08:00:00 39 -#> 4469 25 A69-1303-555 6986 2016-09-19 08:02:00 39 -#> 4470 25 A69-1303-555 6987 2016-09-19 08:04:00 39 -#> 4471 25 A69-1303-555 6988 2016-09-19 08:06:00 39 -#> 4472 25 A69-1303-555 6991 2016-09-19 08:08:00 39 -#> 4473 25 A69-1303-555 6993 2016-09-19 08:12:00 39 -#> 4474 25 A69-1303-555 6995 2016-09-19 18:42:00 11 -#> 4475 25 A69-1303-555 6996 2016-09-19 18:46:00 11 -#> 4476 25 A69-1303-555 6997 2016-09-19 18:48:00 11 -#> 4477 25 A69-1303-555 7000 2016-09-19 18:50:00 11 -#> 4478 25 A69-1303-555 7002 2016-09-19 18:52:00 11 -#> 4479 25 A69-1303-555 7004 2016-09-21 00:48:00 38 -#> 4480 25 A69-1303-555 7005 2016-09-21 00:54:00 38 -#> 4481 25 A69-1303-555 7006 2016-09-21 01:00:00 38 -#> 4482 25 A69-1303-555 7007 2016-09-21 01:04:00 38 -#> 4483 25 A69-1303-555 7008 2016-09-21 01:06:00 38 -#> 4484 25 A69-1303-555 7009 2016-09-21 01:08:00 38 -#> 4485 25 A69-1303-555 7010 2016-09-21 01:12:00 38 -#> 4486 25 A69-1303-555 7011 2016-09-21 01:14:00 38 -#> 4487 25 A69-1303-555 7012 2016-09-21 01:16:00 38 -#> 4488 25 A69-1303-555 7013 2016-09-21 01:18:00 38 -#> 4489 25 A69-1303-555 7015 2016-09-21 01:24:00 38 -#> 4490 25 A69-1303-555 7016 2016-09-21 01:28:00 38 -#> 4491 25 A69-1303-555 7017 2016-09-21 01:32:00 38 -#> 4492 25 A69-1303-555 7018 2016-09-21 01:38:00 38 -#> 4493 25 A69-1303-555 7019 2016-09-21 19:42:00 11 -#> 4494 25 A69-1303-555 7021 2016-09-21 19:44:00 11 -#> 4495 25 A69-1303-555 7023 2016-09-21 19:46:00 11 -#> 4496 25 A69-1303-555 7025 2016-09-21 19:48:00 11 -#> 4497 25 A69-1303-555 7026 2016-09-21 22:02:00 11 -#> 4498 25 A69-1303-555 7027 2016-09-21 22:08:00 11 -#> 4499 25 A69-1303-555 7028 2016-09-21 22:16:00 11 -#> 4500 25 A69-1303-555 7029 2016-09-21 22:30:00 11 -#> 4501 25 A69-1303-555 7031 2016-09-21 22:32:00 11 -#> 4502 25 A69-1303-555 7033 2016-09-21 22:34:00 11 -#> 4503 25 A69-1303-555 7034 2016-09-21 22:36:00 11 -#> 4504 25 A69-1303-555 7037 2016-09-21 22:38:00 11 -#> 4505 25 A69-1303-555 7039 2016-09-21 22:40:00 11 -#> 4506 25 A69-1303-555 7041 2016-09-21 22:42:00 11 -#> 4507 25 A69-1303-555 7043 2016-09-21 22:44:00 11 -#> 4508 25 A69-1303-555 7044 2016-09-21 22:46:00 11 -#> 4509 25 A69-1303-555 7045 2016-09-21 22:48:00 11 -#> 4510 25 A69-1303-555 7046 2016-09-21 22:50:00 11 -#> 4511 25 A69-1303-555 7047 2016-09-22 09:10:00 11 -#> 4512 25 A69-1303-555 7048 2016-09-22 09:22:00 11 -#> 4513 25 A69-1303-555 7050 2016-09-22 09:24:00 11 -#> 4514 25 A69-1303-555 7052 2016-09-22 09:26:00 11 -#> 4515 25 A69-1303-555 7053 2016-09-22 09:28:00 11 -#> 4516 25 A69-1303-555 7055 2016-09-22 09:30:00 11 -#> 4517 25 A69-1303-555 7056 2016-09-22 09:32:00 11 -#> 4518 25 A69-1303-555 7058 2016-09-22 09:34:00 11 -#> 4519 25 A69-1303-555 7060 2016-09-22 09:36:00 11 -#> 4520 25 A69-1303-555 7061 2016-09-22 09:38:00 11 -#> 4521 25 A69-1303-555 7063 2016-09-22 09:40:00 11 -#> 4522 25 A69-1303-555 7064 2016-09-22 09:42:00 11 -#> 4523 25 A69-1303-555 7065 2016-09-22 09:44:00 11 -#> 4524 25 A69-1303-555 7067 2016-09-22 09:46:00 11 -#> 4525 25 A69-1303-555 7070 2016-09-22 09:48:00 11 -#> 4526 25 A69-1303-555 7071 2016-09-22 09:50:00 11 -#> 4527 25 A69-1303-555 7073 2016-09-22 09:52:00 11 -#> 4528 25 A69-1303-555 7075 2016-09-22 09:54:00 11 -#> 4529 25 A69-1303-555 7077 2016-09-22 09:56:00 11 -#> 4530 25 A69-1303-555 7078 2016-09-22 09:58:00 11 -#> 4531 25 A69-1303-555 7079 2016-09-22 10:00:00 11 -#> 4532 25 A69-1303-555 7081 2016-09-22 10:02:00 11 -#> 4533 25 A69-1303-555 7082 2016-09-22 10:04:00 11 -#> 4534 25 A69-1303-555 7084 2016-09-22 10:06:00 11 -#> 4535 25 A69-1303-555 7087 2016-09-22 10:10:00 11 -#> 4536 25 A69-1303-555 7089 2016-09-22 10:12:00 11 -#> 4537 25 A69-1303-555 7091 2016-09-22 10:14:00 11 -#> 4538 25 A69-1303-555 7092 2016-09-22 10:20:00 11 -#> 4539 25 A69-1303-555 7093 2016-09-22 10:24:00 11 -#> 4540 25 A69-1303-555 7095 2016-09-22 10:26:00 11 -#> 4541 25 A69-1303-555 7098 2016-09-22 10:28:00 11 -#> 4542 25 A69-1303-555 7100 2016-09-22 10:30:00 11 -#> 4543 25 A69-1303-555 7101 2016-09-22 10:32:00 11 -#> 4544 25 A69-1303-555 7103 2016-09-22 10:36:00 11 -#> 4545 25 A69-1303-555 7105 2016-09-22 10:38:00 11 -#> 4546 25 A69-1303-555 7107 2016-09-22 10:40:00 11 -#> 4547 25 A69-1303-555 7109 2016-09-22 10:42:00 11 -#> 4548 25 A69-1303-555 7111 2016-09-22 10:44:00 11 -#> 4549 25 A69-1303-555 7113 2016-09-22 10:46:00 11 -#> 4550 25 A69-1303-555 7115 2016-09-22 10:48:00 11 -#> 4551 25 A69-1303-555 7116 2016-09-22 10:50:00 11 -#> 4552 25 A69-1303-555 7118 2016-09-22 10:52:00 11 -#> 4553 25 A69-1303-555 7120 2016-09-22 10:56:00 11 -#> 4554 25 A69-1303-555 7121 2016-09-22 10:58:00 11 -#> 4555 25 A69-1303-555 7122 2016-09-22 11:12:00 11 -#> 4556 25 A69-1303-555 7123 2016-09-22 11:14:00 11 -#> 4557 25 A69-1303-555 7125 2016-09-22 11:16:00 11 -#> 4558 25 A69-1303-555 7126 2016-09-22 11:18:00 11 -#> 4559 25 A69-1303-555 7129 2016-09-22 11:20:00 11 -#> 4560 25 A69-1303-555 7130 2016-09-22 11:22:00 11 -#> 4561 25 A69-1303-555 7132 2016-09-22 11:26:00 11 -#> 4562 25 A69-1303-555 7133 2016-09-23 03:56:00 38 -#> 4563 25 A69-1303-555 7134 2016-09-23 04:02:00 38 -#> 4564 25 A69-1303-555 7135 2016-09-23 04:04:00 38 -#> 4565 25 A69-1303-555 7136 2016-09-23 18:02:00 39 -#> 4566 25 A69-1303-555 7137 2016-09-23 18:10:00 39 -#> 4567 25 A69-1303-555 7138 2016-09-23 18:14:00 39 -#> 4568 25 A69-1303-555 7139 2016-09-23 18:18:00 39 -#> 4569 25 A69-1303-555 7140 2016-09-23 18:28:00 39 -#> 4570 25 A69-1303-555 7141 2016-09-23 18:44:00 39 -#> 4571 25 A69-1303-555 7142 2016-09-23 18:46:00 39 -#> 4572 25 A69-1303-555 7143 2016-09-23 18:52:00 39 -#> 4573 25 A69-1303-555 7145 2016-09-23 18:54:00 39 -#> 4574 25 A69-1303-555 7146 2016-09-23 18:56:00 39 -#> 4575 25 A69-1303-555 7148 2016-09-23 18:58:00 39 -#> 4576 25 A69-1303-555 7149 2016-09-23 19:00:00 39 -#> 4577 25 A69-1303-555 7151 2016-09-23 23:54:00 39 -#> 4578 25 A69-1303-555 7152 2016-09-23 23:56:00 39 -#> 4579 25 A69-1303-555 7153 2016-09-24 00:04:00 39 -#> 4580 25 A69-1303-555 7154 2016-09-24 00:06:00 39 -#> 4581 25 A69-1303-555 7155 2016-09-24 00:08:00 39 -#> 4582 25 A69-1303-555 7156 2016-09-24 00:12:00 39 -#> 4583 25 A69-1303-555 7157 2016-09-27 12:54:00 39 -#> 4584 25 A69-1303-555 7158 2016-09-27 12:56:00 39 -#> 4585 25 A69-1303-555 7160 2016-09-27 12:58:00 39 -#> 4586 25 A69-1303-555 7161 2016-09-27 13:00:00 39 -#> 4587 25 A69-1303-555 7163 2016-09-27 13:02:00 39 -#> 4588 25 A69-1303-555 7164 2016-09-27 13:04:00 39 -#> 4589 25 A69-1303-555 7166 2016-09-27 13:06:00 39 -#> 4590 25 A69-1303-555 7167 2016-09-27 15:06:00 39 -#> 4591 25 A69-1303-555 7168 2016-09-27 15:08:00 39 -#> 4592 25 A69-1303-555 7169 2016-09-27 15:10:00 39 -#> 4593 25 A69-1303-555 7172 2016-09-27 15:12:00 39 -#> 4594 25 A69-1303-555 7173 2016-09-27 17:20:00 39 -#> 4595 25 A69-1303-555 7174 2016-09-27 17:22:00 39 -#> 4596 25 A69-1303-555 7175 2016-09-27 17:24:00 39 -#> 4597 25 A69-1303-555 7178 2016-09-27 17:26:00 39 -#> 4598 25 A69-1303-555 7179 2016-09-27 17:28:00 39 -#> 4599 25 A69-1303-555 7180 2016-09-27 17:30:00 39 -#> 4600 25 A69-1303-555 7181 2016-09-27 17:32:00 39 -#> 4601 25 A69-1303-555 7182 2016-09-27 17:34:00 39 -#> 4602 25 A69-1303-555 7183 2016-09-27 17:36:00 39 -#> 4603 25 A69-1303-555 7185 2016-09-27 17:38:00 39 -#> 4604 25 A69-1303-555 7187 2016-09-27 17:44:00 39 -#> 4605 25 A69-1303-555 7188 2016-09-27 17:50:00 39 -#> 4606 25 A69-1303-555 7189 2016-09-27 18:00:00 39 -#> 4607 25 A69-1303-555 7191 2016-09-27 18:02:00 39 -#> 4608 25 A69-1303-555 7193 2016-09-27 18:36:00 39 -#> 4609 25 A69-1303-555 7194 2016-09-27 18:40:00 39 -#> 4610 25 A69-1303-555 7195 2016-09-27 18:44:00 39 -#> 4611 25 A69-1303-555 7196 2016-09-28 13:06:00 39 -#> 4612 25 A69-1303-555 7197 2016-09-28 13:08:00 39 -#> 4613 25 A69-1303-555 7198 2016-09-28 13:10:00 39 -#> 4614 25 A69-1303-555 7199 2016-09-28 13:12:00 39 -#> 4615 25 A69-1303-555 7201 2016-09-28 13:14:00 39 -#> 4616 25 A69-1303-555 7203 2016-09-28 13:18:00 39 -#> 4617 25 A69-1303-555 7205 2016-09-28 13:20:00 39 -#> 4618 25 A69-1303-555 7207 2016-09-28 13:24:00 39 -#> 4619 25 A69-1303-555 7208 2016-09-28 13:26:00 39 -#> 4620 25 A69-1303-555 7209 2016-09-28 13:28:00 39 -#> 4621 25 A69-1303-555 7211 2016-09-28 13:40:00 39 -#> 4622 25 A69-1303-555 7212 2016-09-28 20:00:00 39 -#> 4623 25 A69-1303-555 7213 2016-09-28 20:18:00 39 -#> 4624 25 A69-1303-555 7215 2016-09-28 20:20:00 39 -#> 4625 25 A69-1303-555 7216 2016-09-30 10:02:00 39 -#> 4626 25 A69-1303-555 7217 2016-09-30 10:12:00 39 -#> 4627 25 A69-1303-555 7218 2016-09-30 10:14:00 39 -#> 4628 25 A69-1303-555 7219 2016-09-30 10:16:00 39 -#> 4629 25 A69-1303-555 7220 2016-09-30 10:18:00 39 -#> 4630 25 A69-1303-555 7221 2016-09-30 10:32:00 39 -#> 4631 25 A69-1303-555 7222 2016-09-30 16:20:00 39 -#> 4632 25 A69-1303-555 7223 2016-09-30 16:28:00 39 -#> 4633 25 A69-1303-555 7224 2016-09-30 18:12:00 39 -#> 4634 25 A69-1303-555 7225 2016-09-30 18:14:00 39 -#> 4635 25 A69-1303-555 7226 2016-09-30 18:18:00 39 -#> 4636 25 A69-1303-555 7227 2016-10-01 04:00:00 39 -#> 4637 25 A69-1303-555 7228 2016-10-01 04:06:00 39 -#> 4638 25 A69-1303-555 7230 2016-10-01 04:08:00 39 -#> 4639 25 A69-1303-555 7231 2016-10-01 04:12:00 39 -#> 4640 25 A69-1303-555 7233 2016-10-01 04:16:00 39 -#> 4641 25 A69-1303-555 7235 2016-10-01 04:18:00 39 -#> 4642 25 A69-1303-555 7236 2016-10-01 04:20:00 39 -#> 4643 25 A69-1303-555 7237 2016-10-02 03:54:00 39 -#> 4644 25 A69-1303-555 7238 2016-10-02 03:58:00 39 -#> 4645 25 A69-1303-555 7239 2016-10-02 15:56:00 39 -#> 4646 25 A69-1303-555 7240 2016-10-02 16:00:00 39 -#> 4647 25 A69-1303-555 7241 2016-10-02 16:02:00 39 -#> 4648 25 A69-1303-555 7242 2016-10-02 16:04:00 39 -#> 4649 25 A69-1303-555 7243 2016-10-02 16:06:00 39 -#> 4650 25 A69-1303-555 7245 2016-10-02 16:08:00 39 -#> 4651 25 A69-1303-555 7247 2016-10-02 16:10:00 39 -#> 4652 25 A69-1303-555 7248 2016-10-02 16:12:00 39 -#> 4653 25 A69-1303-555 7250 2016-10-02 16:14:00 39 -#> 4654 25 A69-1303-555 7252 2016-10-03 05:50:00 39 -#> 4655 25 A69-1303-555 7253 2016-10-03 05:58:00 39 -#> 4656 25 A69-1303-555 7254 2016-10-03 06:02:00 39 -#> 4657 25 A69-1303-555 7256 2016-10-03 06:12:00 39 -#> 4658 25 A69-1303-555 7257 2016-10-03 06:56:00 39 -#> 4659 25 A69-1303-555 7258 2016-10-03 07:00:00 39 -#> 4660 25 A69-1303-555 7260 2016-10-03 07:02:00 39 -#> 4661 25 A69-1303-555 7262 2016-10-03 07:04:00 39 -#> 4662 25 A69-1303-555 7264 2016-10-03 07:06:00 39 -#> 4663 25 A69-1303-555 7265 2016-10-03 07:08:00 39 -#> 4664 25 A69-1303-555 7267 2016-10-03 07:10:00 39 -#> 4665 25 A69-1303-555 7268 2016-10-03 07:12:00 39 -#> 4666 25 A69-1303-555 7269 2016-10-03 07:14:00 39 -#> 4667 25 A69-1303-555 7271 2016-10-04 18:04:00 39 -#> 4668 25 A69-1303-555 7273 2016-10-04 18:10:00 39 -#> 4669 25 A69-1303-555 7275 2016-10-04 18:12:00 39 -#> 4670 25 A69-1303-555 7276 2016-10-04 18:14:00 39 -#> 4671 25 A69-1303-555 7279 2016-10-04 18:16:00 39 -#> 4672 25 A69-1303-555 7280 2016-10-04 18:18:00 39 -#> 4673 25 A69-1303-555 7282 2016-10-04 18:20:00 39 -#> 4674 25 A69-1303-555 7284 2016-10-04 18:22:00 39 -#> 4675 25 A69-1303-555 7285 2016-10-04 18:24:00 39 -#> 4676 25 A69-1303-555 7287 2016-10-04 18:26:00 39 -#> 4677 25 A69-1303-555 7289 2016-10-04 18:28:00 39 -#> 4678 25 A69-1303-555 7291 2016-10-04 18:30:00 39 -#> 4679 25 A69-1303-555 7293 2016-10-04 18:32:00 39 -#> 4680 25 A69-1303-555 7294 2016-10-04 18:34:00 39 -#> 4681 25 A69-1303-555 7296 2016-10-04 18:36:00 39 -#> 4682 25 A69-1303-555 7297 2016-10-04 18:38:00 39 -#> 4683 25 A69-1303-555 7298 2016-10-04 18:42:00 39 -#> 4684 25 A69-1303-555 7299 2016-10-04 18:44:00 39 -#> 4685 25 A69-1303-555 7302 2016-10-04 18:46:00 39 -#> 4686 25 A69-1303-555 7303 2016-10-04 18:48:00 39 -#> 4687 25 A69-1303-555 7305 2016-10-04 18:50:00 39 -#> 4688 25 A69-1303-555 7307 2016-10-04 18:52:00 39 -#> 4689 25 A69-1303-555 7309 2016-10-04 18:54:00 39 -#> 4690 25 A69-1303-555 7310 2016-10-04 18:56:00 39 -#> 4691 25 A69-1303-555 7313 2016-10-04 18:58:00 39 -#> 4692 25 A69-1303-555 7314 2016-10-04 19:00:00 39 -#> 4693 25 A69-1303-555 7316 2016-10-04 19:02:00 39 -#> 4694 25 A69-1303-555 7318 2016-10-04 19:04:00 39 -#> 4695 25 A69-1303-555 7319 2016-10-04 19:06:00 39 -#> 4696 25 A69-1303-555 7320 2016-10-04 19:08:00 39 -#> 4697 25 A69-1303-555 7322 2016-10-04 19:10:00 39 -#> 4698 25 A69-1303-555 7324 2016-10-04 19:12:00 39 -#> 4699 25 A69-1303-555 7327 2016-10-04 19:16:00 39 -#> 4700 25 A69-1303-555 7328 2016-10-04 19:18:00 39 -#> 4701 25 A69-1303-555 7330 2016-10-04 19:22:00 39 -#> 4702 25 A69-1303-555 7331 2016-10-04 19:24:00 39 -#> 4703 25 A69-1303-555 7332 2016-10-04 19:26:00 39 -#> 4704 25 A69-1303-555 7333 2016-10-04 19:28:00 39 -#> 4705 25 A69-1303-555 7334 2016-10-04 19:30:00 39 -#> 4706 25 A69-1303-555 7336 2016-10-04 19:32:00 39 -#> 4707 25 A69-1303-555 7338 2016-10-04 19:34:00 39 -#> 4708 25 A69-1303-555 7339 2016-10-04 19:36:00 39 -#> 4709 25 A69-1303-555 7340 2016-10-04 19:38:00 39 -#> 4710 25 A69-1303-555 7342 2016-10-04 19:40:00 39 -#> 4711 25 A69-1303-555 7344 2016-10-04 19:42:00 39 -#> 4712 25 A69-1303-555 7346 2016-10-04 19:44:00 39 -#> 4713 25 A69-1303-555 7347 2016-10-04 19:46:00 39 -#> 4714 25 A69-1303-555 7348 2016-10-04 19:48:00 39 -#> 4715 25 A69-1303-555 7349 2016-10-04 19:52:00 39 -#> 4716 25 A69-1303-555 7350 2016-10-04 19:54:00 39 -#> 4717 25 A69-1303-555 7351 2016-10-04 19:56:00 39 -#> 4718 25 A69-1303-555 7352 2016-10-04 19:58:00 39 -#> 4719 25 A69-1303-555 7354 2016-10-04 20:00:00 39 -#> 4720 25 A69-1303-555 7355 2016-10-04 20:02:00 39 -#> 4721 25 A69-1303-555 7356 2016-10-06 03:22:00 39 -#> 4722 25 A69-1303-555 7357 2016-10-06 03:32:00 39 -#> 4723 25 A69-1303-555 7358 2016-10-06 03:34:00 39 -#> 4724 25 A69-1303-555 7359 2016-10-06 03:36:00 39 -#> 4725 25 A69-1303-555 7360 2016-10-06 03:38:00 39 -#> 4726 25 A69-1303-555 7361 2016-10-06 15:14:00 39 -#> 4727 25 A69-1303-555 7362 2016-10-06 15:16:00 39 -#> 4728 25 A69-1303-555 7364 2016-10-06 15:18:00 39 -#> 4729 25 A69-1303-555 7366 2016-10-06 15:28:00 39 -#> 4730 25 A69-1303-555 7367 2016-10-06 15:30:00 39 -#> 4731 25 A69-1303-555 7368 2016-10-06 15:32:00 39 -#> 4732 25 A69-1303-555 7369 2016-10-06 15:42:00 39 -#> 4733 25 A69-1303-555 7370 2016-10-06 15:44:00 39 -#> 4734 25 A69-1303-555 7372 2016-10-06 15:46:00 39 -#> 4735 25 A69-1303-555 7373 2016-10-06 15:54:00 39 -#> 4736 25 A69-1303-555 7374 2016-10-06 15:58:00 39 -#> 4737 25 A69-1303-555 7375 2016-10-06 19:28:00 29 -#> 4738 25 A69-1303-555 7377 2016-10-06 19:36:00 29 -#> 4739 25 A69-1303-555 7378 2016-10-07 10:12:00 29 -#> 4740 25 A69-1303-555 7379 2016-10-07 10:20:00 29 -#> 4741 25 A69-1303-555 7381 2016-10-07 10:28:00 29 -#> 4742 25 A69-1303-555 7382 2016-10-07 10:32:00 29 -#> 4743 25 A69-1303-555 7383 2016-10-07 10:34:00 29 -#> 4744 25 A69-1303-555 7385 2016-10-07 10:36:00 29 -#> 4745 25 A69-1303-555 7386 2016-10-07 10:38:00 29 -#> 4746 25 A69-1303-555 7388 2016-10-07 10:40:00 29 -#> 4747 25 A69-1303-555 7389 2016-10-07 10:42:00 29 -#> 4748 25 A69-1303-555 7390 2016-10-07 10:44:00 29 -#> 4749 25 A69-1303-555 7391 2016-10-07 10:46:00 29 -#> 4750 25 A69-1303-555 7392 2016-10-07 10:48:00 29 -#> 4751 25 A69-1303-555 7393 2016-10-07 10:52:00 29 -#> 4752 25 A69-1303-555 7394 2016-10-07 11:42:00 29 -#> 4753 25 A69-1303-555 7396 2016-10-07 11:44:00 29 -#> 4754 25 A69-1303-555 7398 2016-10-07 11:46:00 29 -#> 4755 25 A69-1303-555 7399 2016-10-07 11:48:00 29 -#> 4756 25 A69-1303-555 7400 2016-10-07 11:50:00 29 -#> 4757 25 A69-1303-555 7401 2016-10-07 11:52:00 29 -#> 4758 25 A69-1303-555 7403 2016-10-07 11:54:00 29 -#> 4759 25 A69-1303-555 7404 2016-10-07 11:56:00 29 -#> 4760 25 A69-1303-555 7405 2016-10-07 12:02:00 29 -#> 4761 25 A69-1303-555 7407 2016-10-07 12:04:00 29 -#> 4762 25 A69-1303-555 7408 2016-10-07 12:06:00 29 -#> 4763 25 A69-1303-555 7410 2016-10-07 12:08:00 29 -#> 4764 25 A69-1303-555 7411 2016-10-07 12:10:00 29 -#> 4765 25 A69-1303-555 7413 2016-10-07 12:12:00 29 -#> 4766 25 A69-1303-555 7415 2016-10-07 12:14:00 29 -#> 4767 25 A69-1303-555 7417 2016-10-07 12:16:00 29 -#> 4768 25 A69-1303-555 7418 2016-10-07 12:18:00 29 -#> 4769 25 A69-1303-555 7420 2016-10-07 12:20:00 29 -#> 4770 25 A69-1303-555 7423 2016-10-07 12:22:00 29 -#> 4771 25 A69-1303-555 7424 2016-10-07 12:26:00 29 -#> 4772 25 A69-1303-555 7425 2016-10-07 12:28:00 29 -#> 4773 25 A69-1303-555 7427 2016-10-07 12:30:00 29 -#> 4774 25 A69-1303-555 7429 2016-10-07 12:32:00 29 -#> 4775 25 A69-1303-555 7431 2016-10-07 12:34:00 29 -#> 4776 25 A69-1303-555 7433 2016-10-07 12:36:00 29 -#> 4777 25 A69-1303-555 7434 2016-10-07 12:38:00 29 -#> 4778 25 A69-1303-555 7435 2016-10-07 12:40:00 29 -#> 4779 25 A69-1303-555 7436 2016-10-07 12:42:00 29 -#> 4780 25 A69-1303-555 7438 2016-10-07 12:44:00 29 -#> 4781 25 A69-1303-555 7439 2016-10-07 12:46:00 29 -#> 4782 25 A69-1303-555 7440 2016-10-07 12:48:00 29 -#> 4783 25 A69-1303-555 7442 2016-10-07 12:50:00 29 -#> 4784 25 A69-1303-555 7444 2016-10-07 12:52:00 29 -#> 4785 25 A69-1303-555 7446 2016-10-07 12:56:00 29 -#> 4786 25 A69-1303-555 7448 2016-10-07 12:58:00 29 -#> 4787 25 A69-1303-555 7449 2016-10-07 13:02:00 29 -#> 4788 25 A69-1303-555 7450 2016-10-07 13:06:00 29 -#> 4789 25 A69-1303-555 7451 2016-10-08 13:42:00 29 -#> 4790 25 A69-1303-555 7452 2016-10-08 13:46:00 29 -#> 4791 25 A69-1303-555 7454 2016-10-08 13:50:00 29 -#> 4792 25 A69-1303-555 7455 2016-10-08 13:52:00 29 -#> 4793 25 A69-1303-555 7456 2016-10-08 13:54:00 29 -#> 4794 25 A69-1303-555 7458 2016-10-08 13:56:00 29 -#> 4795 25 A69-1303-555 7460 2016-10-08 13:58:00 29 -#> 4796 25 A69-1303-555 7462 2016-10-08 14:00:00 29 -#> 4797 25 A69-1303-555 7464 2016-10-08 14:02:00 29 -#> 4798 25 A69-1303-555 7466 2016-10-08 14:04:00 29 -#> 4799 25 A69-1303-555 7468 2016-10-08 14:06:00 29 -#> 4800 25 A69-1303-555 7469 2016-10-08 14:08:00 29 -#> 4801 25 A69-1303-555 7471 2016-10-08 14:10:00 29 -#> 4802 25 A69-1303-555 7473 2016-10-08 14:12:00 29 -#> 4803 25 A69-1303-555 7474 2016-10-08 14:14:00 29 -#> 4804 25 A69-1303-555 7476 2016-10-08 14:16:00 29 -#> 4805 25 A69-1303-555 7477 2016-10-08 14:18:00 29 -#> 4806 25 A69-1303-555 7479 2016-10-08 14:20:00 29 -#> 4807 25 A69-1303-555 7480 2016-10-08 14:22:00 29 -#> 4808 25 A69-1303-555 7481 2016-10-08 14:26:00 29 -#> 4809 25 A69-1303-555 7482 2016-10-08 14:28:00 29 -#> 4810 25 A69-1303-555 7483 2016-10-08 23:36:00 29 -#> 4811 25 A69-1303-555 7484 2016-10-08 23:38:00 29 -#> 4812 25 A69-1303-555 7485 2016-10-08 23:40:00 29 -#> 4813 25 A69-1303-555 7486 2016-10-08 23:42:00 29 -#> 4814 25 A69-1303-555 7488 2016-10-08 23:44:00 29 -#> 4815 25 A69-1303-555 7489 2016-10-08 23:46:00 29 -#> 4816 25 A69-1303-555 7490 2016-10-08 23:48:00 29 -#> 4817 25 A69-1303-555 7493 2016-10-08 23:50:00 29 -#> 4818 25 A69-1303-555 7495 2016-10-08 23:52:00 29 -#> 4819 25 A69-1303-555 7497 2016-10-08 23:54:00 29 -#> 4820 25 A69-1303-555 7498 2016-10-08 23:56:00 29 -#> 4821 25 A69-1303-555 7500 2016-10-08 23:58:00 29 -#> 4822 25 A69-1303-555 7502 2016-10-09 00:00:00 29 -#> 4823 25 A69-1303-555 7503 2016-10-09 00:04:00 29 -#> 4824 25 A69-1303-555 7505 2016-10-09 00:06:00 29 -#> 4825 25 A69-1303-555 7507 2016-10-09 00:08:00 29 -#> 4826 25 A69-1303-555 7509 2016-10-09 00:10:00 29 -#> 4827 25 A69-1303-555 7510 2016-10-09 00:12:00 29 -#> 4828 25 A69-1303-555 7512 2016-10-09 00:14:00 29 -#> 4829 25 A69-1303-555 7514 2016-10-09 00:16:00 29 -#> 4830 25 A69-1303-555 7516 2016-10-09 00:18:00 29 -#> 4831 25 A69-1303-555 7518 2016-10-09 00:20:00 29 -#> 4832 25 A69-1303-555 7520 2016-10-09 11:32:00 39 -#> 4833 25 A69-1303-555 7521 2016-10-09 11:40:00 39 -#> 4834 25 A69-1303-555 7522 2016-10-09 15:20:00 39 -#> 4835 25 A69-1303-555 7523 2016-10-09 15:22:00 39 -#> 4836 25 A69-1303-555 7524 2016-10-09 15:24:00 39 -#> 4837 25 A69-1303-555 7525 2016-10-09 15:26:00 39 -#> 4838 25 A69-1303-555 7527 2016-10-09 15:28:00 39 -#> 4839 25 A69-1303-555 7528 2016-10-09 15:36:00 39 -#> 4840 25 A69-1303-555 7529 2016-10-09 15:38:00 39 -#> 4841 25 A69-1303-555 7530 2016-10-09 15:40:00 39 -#> 4842 25 A69-1303-555 7531 2016-10-09 15:42:00 39 -#> 4843 25 A69-1303-555 7533 2016-10-09 15:44:00 39 -#> 4844 25 A69-1303-555 7535 2016-10-09 15:46:00 39 -#> 4845 25 A69-1303-555 7537 2016-10-09 15:50:00 39 -#> 4846 25 A69-1303-555 7538 2016-10-09 15:52:00 39 -#> 4847 25 A69-1303-555 7539 2016-10-09 15:54:00 39 -#> 4848 25 A69-1303-555 7541 2016-10-09 20:38:00 39 -#> 4849 25 A69-1303-555 7542 2016-10-09 20:40:00 39 -#> 4850 25 A69-1303-555 7545 2016-10-09 20:42:00 39 -#> 4851 25 A69-1303-555 7547 2016-10-09 20:44:00 39 -#> 4852 25 A69-1303-555 7549 2016-10-09 20:46:00 39 -#> 4853 25 A69-1303-555 7551 2016-10-09 20:48:00 39 -#> 4854 25 A69-1303-555 7552 2016-10-09 20:50:00 39 -#> 4855 25 A69-1303-555 7554 2016-10-09 20:52:00 39 -#> 4856 25 A69-1303-555 7556 2016-10-09 20:54:00 39 -#> 4857 25 A69-1303-555 7558 2016-10-09 20:56:00 39 -#> 4858 25 A69-1303-555 7559 2016-10-09 20:58:00 39 -#> 4859 25 A69-1303-555 7561 2016-10-09 21:00:00 39 -#> 4860 25 A69-1303-555 7562 2016-10-09 21:02:00 39 -#> 4861 25 A69-1303-555 7563 2016-10-09 21:04:00 39 -#> 4862 25 A69-1303-555 7564 2016-10-09 21:06:00 39 -#> 4863 25 A69-1303-555 7565 2016-10-10 00:08:00 39 -#> 4864 25 A69-1303-555 7567 2016-10-10 00:10:00 39 -#> 4865 25 A69-1303-555 7568 2016-10-10 00:12:00 39 -#> 4866 25 A69-1303-555 7570 2016-10-10 00:16:00 39 -#> 4867 25 A69-1303-555 7572 2016-10-10 00:18:00 39 -#> 4868 25 A69-1303-555 7573 2016-10-10 00:20:00 39 -#> 4869 25 A69-1303-555 7574 2016-10-10 00:22:00 39 -#> 4870 25 A69-1303-555 7576 2016-10-10 00:24:00 39 -#> 4871 25 A69-1303-555 7577 2016-10-10 00:26:00 39 -#> 4872 25 A69-1303-555 7578 2016-10-10 00:28:00 39 -#> 4873 25 A69-1303-555 7580 2016-10-10 00:30:00 39 -#> 4874 25 A69-1303-555 7581 2016-10-10 00:32:00 39 -#> 4875 25 A69-1303-555 7582 2016-10-10 00:34:00 39 -#> 4876 25 A69-1303-555 7584 2016-10-10 00:36:00 39 -#> 4877 25 A69-1303-555 7586 2016-10-10 00:38:00 39 -#> 4878 25 A69-1303-555 7587 2016-10-10 00:40:00 39 -#> 4879 25 A69-1303-555 7589 2016-10-10 00:42:00 39 -#> 4880 25 A69-1303-555 7592 2016-10-10 00:44:00 39 -#> 4881 25 A69-1303-555 7593 2016-10-10 00:46:00 39 -#> 4882 25 A69-1303-555 7594 2016-10-10 00:48:00 39 -#> 4883 25 A69-1303-555 7595 2016-10-10 01:00:00 39 -#> 4884 25 A69-1303-555 7596 2016-10-10 01:10:00 39 -#> 4885 25 A69-1303-555 7598 2016-10-10 01:12:00 39 -#> 4886 25 A69-1303-555 7600 2016-10-10 01:14:00 39 -#> 4887 25 A69-1303-555 7601 2016-10-10 01:16:00 39 -#> 4888 25 A69-1303-555 7602 2016-10-10 01:18:00 39 -#> 4889 25 A69-1303-555 7605 2016-10-10 01:20:00 39 -#> 4890 25 A69-1303-555 7607 2016-10-10 01:24:00 39 -#> 4891 25 A69-1303-555 7608 2016-10-10 01:28:00 39 -#> 4892 25 A69-1303-555 7609 2016-10-10 01:30:00 39 -#> 4893 25 A69-1303-555 7611 2016-10-10 01:34:00 39 -#> 4894 25 A69-1303-555 7612 2016-10-10 01:36:00 39 -#> 4895 25 A69-1303-555 7614 2016-10-10 01:38:00 39 -#> 4896 25 A69-1303-555 7615 2016-10-10 01:40:00 39 -#> 4897 25 A69-1303-555 7616 2016-10-11 09:30:00 39 -#> 4898 25 A69-1303-555 7619 2016-10-11 09:32:00 39 -#> 4899 25 A69-1303-555 7620 2016-10-11 09:40:00 39 -#> 4900 25 A69-1303-555 7621 2016-10-11 09:42:00 39 -#> 4901 25 A69-1303-555 7622 2016-10-11 09:50:00 39 -#> 4902 25 A69-1303-555 7624 2016-10-11 09:52:00 39 -#> 4903 25 A69-1303-555 7626 2016-10-11 09:54:00 39 -#> 4904 25 A69-1303-555 7628 2016-10-11 09:56:00 39 -#> 4905 25 A69-1303-555 7630 2016-10-11 09:58:00 39 -#> 4906 25 A69-1303-555 7631 2016-10-11 10:00:00 39 -#> 4907 25 A69-1303-555 7634 2016-10-11 10:02:00 39 -#> 4908 25 A69-1303-555 7635 2016-10-11 10:04:00 39 -#> 4909 25 A69-1303-555 7636 2016-10-11 10:06:00 39 -#> 4910 25 A69-1303-555 7637 2016-10-11 21:36:00 39 -#> 4911 25 A69-1303-555 7639 2016-10-11 21:44:00 39 -#> 4912 25 A69-1303-555 7640 2016-10-11 21:48:00 39 -#> 4913 25 A69-1303-555 7641 2016-10-11 21:50:00 39 -#> 4914 25 A69-1303-555 7643 2016-10-11 21:56:00 39 -#> 4915 25 A69-1303-555 7644 2016-10-11 22:00:00 39 -#> 4916 25 A69-1303-555 7645 2016-10-12 08:30:00 39 -#> 4917 25 A69-1303-555 7646 2016-10-12 08:32:00 39 -#> 4918 25 A69-1303-555 7648 2016-10-12 08:34:00 39 -#> 4919 25 A69-1303-555 7650 2016-10-12 08:36:00 39 -#> 4920 25 A69-1303-555 7652 2016-10-12 08:42:00 39 -#> 4921 25 A69-1303-555 7653 2016-10-12 08:46:00 39 -#> 4922 25 A69-1303-555 7654 2016-10-12 08:48:00 39 -#> 4923 25 A69-1303-555 7655 2016-10-12 08:50:00 39 -#> 4924 25 A69-1303-555 7657 2016-10-12 08:54:00 39 -#> 4925 25 A69-1303-555 7658 2016-10-13 17:18:00 39 -#> 4926 25 A69-1303-555 7659 2016-10-13 17:24:00 39 -#> 4927 25 A69-1303-555 7661 2016-10-13 17:26:00 39 -#> 4928 25 A69-1303-555 7663 2016-10-13 17:28:00 39 -#> 4929 25 A69-1303-555 7664 2016-10-13 17:30:00 39 -#> 4930 25 A69-1303-555 7665 2016-10-13 17:32:00 39 -#> 4931 25 A69-1303-555 7666 2016-10-13 17:34:00 39 -#> 4932 25 A69-1303-555 7668 2016-10-13 17:36:00 39 -#> 4933 25 A69-1303-555 7670 2016-10-13 17:40:00 39 -#> 4934 25 A69-1303-555 7671 2016-10-13 17:42:00 39 -#> 4935 25 A69-1303-555 7672 2016-10-13 17:44:00 39 -#> 4936 25 A69-1303-555 7674 2016-10-13 17:46:00 39 -#> 4937 25 A69-1303-555 7675 2016-10-14 00:28:00 39 -#> 4938 25 A69-1303-555 7676 2016-10-14 00:30:00 39 -#> 4939 25 A69-1303-555 7678 2016-10-14 00:32:00 39 -#> 4940 25 A69-1303-555 7679 2016-10-14 00:34:00 39 -#> 4941 25 A69-1303-555 7680 2016-10-14 00:36:00 39 -#> 4942 25 A69-1303-555 7681 2016-10-14 00:38:00 39 -#> 4943 25 A69-1303-555 7683 2016-10-14 00:42:00 39 -#> 4944 25 A69-1303-555 7684 2016-10-14 00:44:00 39 -#> 4945 25 A69-1303-555 7686 2016-10-14 00:46:00 39 -#> 4946 25 A69-1303-555 7688 2016-10-14 00:48:00 39 -#> 4947 25 A69-1303-555 7689 2016-10-14 00:50:00 39 -#> 4948 25 A69-1303-555 7691 2016-10-14 00:54:00 39 -#> 4949 25 A69-1303-555 7693 2016-10-14 00:56:00 39 -#> 4950 25 A69-1303-555 7695 2016-10-14 00:58:00 39 -#> 4951 25 A69-1303-555 7697 2016-10-14 01:00:00 39 -#> 4952 25 A69-1303-555 7699 2016-10-14 01:02:00 39 -#> 4953 25 A69-1303-555 7700 2016-10-14 01:04:00 39 -#> 4954 25 A69-1303-555 7702 2016-10-14 01:06:00 39 -#> 4955 25 A69-1303-555 7703 2016-10-14 01:10:00 39 -#> 4956 25 A69-1303-555 7704 2016-10-14 01:12:00 39 -#> 4957 25 A69-1303-555 7705 2016-10-14 01:14:00 39 -#> 4958 25 A69-1303-555 7707 2016-10-14 01:22:00 39 -#> 4959 25 A69-1303-555 7710 2016-10-14 01:24:00 39 -#> 4960 25 A69-1303-555 7711 2016-10-15 17:04:00 11 -#> 4961 25 A69-1303-555 7713 2016-10-15 17:06:00 11 -#> 4962 25 A69-1303-555 7714 2016-10-15 17:14:00 11 -#> 4963 25 A69-1303-555 7715 2016-10-15 17:24:00 11 -#> 4964 25 A69-1303-555 7716 2016-10-15 17:28:00 11 -#> 4965 25 A69-1303-555 7717 2016-10-15 17:34:00 11 -#> 4966 25 A69-1303-555 7718 2016-10-15 17:38:00 11 -#> 4967 25 A69-1303-555 7721 2016-10-15 17:40:00 11 -#> 4968 25 A69-1303-555 7722 2016-10-15 17:42:00 11 -#> 4969 25 A69-1303-555 7723 2016-10-15 17:44:00 11 -#> 4970 25 A69-1303-555 7725 2016-10-15 17:50:00 11 -#> 4971 25 A69-1303-555 7727 2016-10-15 17:54:00 11 -#> 4972 25 A69-1303-555 7729 2016-10-15 17:58:00 11 -#> 4973 25 A69-1303-555 7730 2016-10-15 18:00:00 11 -#> 4974 25 A69-1303-555 7732 2016-10-15 18:02:00 11 -#> 4975 25 A69-1303-555 7733 2016-10-15 18:04:00 11 -#> 4976 25 A69-1303-555 7734 2016-10-15 18:06:00 11 -#> 4977 25 A69-1303-555 7736 2016-10-15 18:08:00 11 -#> 4978 25 A69-1303-555 7737 2016-10-15 18:10:00 11 -#> 4979 25 A69-1303-555 7739 2016-10-15 18:12:00 11 -#> 4980 25 A69-1303-555 7741 2016-10-15 18:14:00 11 -#> 4981 25 A69-1303-555 7744 2016-10-15 18:16:00 11 -#> 4982 25 A69-1303-555 7745 2016-10-15 18:18:00 11 -#> 4983 25 A69-1303-555 7747 2016-10-15 18:20:00 11 -#> 4984 25 A69-1303-555 7749 2016-10-15 18:22:00 11 -#> 4985 25 A69-1303-555 7750 2016-10-15 18:24:00 11 -#> 4986 25 A69-1303-555 7752 2016-10-15 18:26:00 11 -#> 4987 25 A69-1303-555 7754 2016-10-15 18:28:00 11 -#> 4988 25 A69-1303-555 7757 2016-10-15 18:30:00 11 -#> 4989 25 A69-1303-555 7758 2016-10-15 18:32:00 11 -#> 4990 25 A69-1303-555 7760 2016-10-15 18:34:00 11 -#> 4991 25 A69-1303-555 7762 2016-10-15 18:36:00 11 -#> 4992 25 A69-1303-555 7764 2016-10-15 18:38:00 11 -#> 4993 25 A69-1303-555 7765 2016-10-15 18:40:00 11 -#> 4994 25 A69-1303-555 7767 2016-10-15 18:42:00 11 -#> 4995 25 A69-1303-555 7769 2016-10-15 18:44:00 11 -#> 4996 25 A69-1303-555 7771 2016-10-15 18:46:00 11 -#> 4997 25 A69-1303-555 7772 2016-10-15 18:48:00 11 -#> 4998 25 A69-1303-555 7773 2016-10-15 18:50:00 11 -#> 4999 25 A69-1303-555 7775 2016-10-15 18:52:00 11 -#> 5000 25 A69-1303-555 7777 2016-10-15 18:54:00 11 -#> 5001 25 A69-1303-555 7779 2016-10-15 18:56:00 11 -#> 5002 25 A69-1303-555 7780 2016-10-15 18:58:00 11 -#> 5003 25 A69-1303-555 7783 2016-10-15 19:00:00 11 -#> 5004 25 A69-1303-555 7785 2016-10-15 19:02:00 11 -#> 5005 25 A69-1303-555 7787 2016-10-15 19:04:00 11 -#> 5006 25 A69-1303-555 7791 2016-10-15 19:06:00 11 -#> 5007 25 A69-1303-555 7793 2016-10-15 19:08:00 11 -#> 5008 25 A69-1303-555 7795 2016-10-15 19:10:00 11 -#> 5009 25 A69-1303-555 7798 2016-10-15 19:12:00 11 -#> 5010 25 A69-1303-555 7800 2016-10-15 19:14:00 11 -#> 5011 25 A69-1303-555 7801 2016-10-15 19:16:00 11 -#> 5012 25 A69-1303-555 7802 2016-10-15 19:22:00 11 -#> 5013 25 A69-1303-555 7804 2016-10-15 19:24:00 11 -#> 5014 25 A69-1303-555 7805 2016-10-15 19:36:00 11 -#> 5015 25 A69-1303-555 7806 2016-10-15 19:40:00 11 -#> 5016 25 A69-1303-555 7807 2016-10-15 19:44:00 11 -#> 5017 25 A69-1303-555 7808 2016-10-15 19:46:00 11 -#> 5018 25 A69-1303-555 7810 2016-10-15 19:48:00 11 -#> 5019 25 A69-1303-555 7811 2016-10-15 19:50:00 11 -#> 5020 25 A69-1303-555 7814 2016-10-15 19:52:00 11 -#> 5021 25 A69-1303-555 7815 2016-10-15 19:54:00 11 -#> 5022 25 A69-1303-555 7817 2016-10-15 19:56:00 11 -#> 5023 25 A69-1303-555 7818 2016-10-15 19:58:00 11 -#> 5024 25 A69-1303-555 7820 2016-10-15 20:00:00 11 -#> 5025 25 A69-1303-555 7821 2016-10-15 20:02:00 11 -#> 5026 25 A69-1303-555 7823 2016-10-15 20:04:00 11 -#> 5027 25 A69-1303-555 7824 2016-10-15 20:16:00 11 -#> 5028 25 A69-1303-555 7825 2016-10-15 20:18:00 11 -#> 5029 25 A69-1303-555 7826 2016-10-15 20:28:00 11 -#> 5030 25 A69-1303-555 7827 2016-10-15 20:34:00 11 -#> 5031 25 A69-1303-555 7828 2016-10-16 08:36:00 39 -#> 5032 25 A69-1303-555 7829 2016-10-16 08:38:00 39 -#> 5033 25 A69-1303-555 7830 2016-10-16 08:42:00 39 -#> 5034 25 A69-1303-555 7832 2016-10-16 08:54:00 39 -#> 5035 25 A69-1303-555 7833 2016-10-19 09:56:00 3 -#> 5036 25 A69-1303-555 7834 2016-10-19 10:04:00 3 -#> 5037 25 A69-1303-555 7837 2016-10-19 10:06:00 3 -#> 5038 25 A69-1303-555 7838 2016-10-19 10:10:00 3 -#> 5039 25 A69-1303-555 7839 2016-10-19 10:14:00 3 -#> 5040 25 A69-1303-555 7840 2016-10-19 10:18:00 3 -#> 5041 25 A69-1303-555 7841 2016-10-20 01:14:00 3 -#> 5042 25 A69-1303-555 7843 2016-10-20 01:16:00 3 -#> 5043 25 A69-1303-555 7844 2016-10-20 10:54:00 3 -#> 5044 25 A69-1303-555 7845 2016-10-20 11:02:00 3 -#> 5045 25 A69-1303-555 7847 2016-10-20 11:06:00 3 -#> 5046 25 A69-1303-555 7848 2016-10-20 11:08:00 3 -#> 5047 25 A69-1303-555 7850 2016-10-20 11:10:00 3 -#> 5048 25 A69-1303-555 7852 2016-10-20 11:12:00 3 -#> 5049 25 A69-1303-555 7854 2016-10-20 11:18:00 3 -#> 5050 25 A69-1303-555 7855 2016-10-20 11:22:00 3 -#> 5051 25 A69-1303-555 7856 2016-10-20 11:24:00 3 -#> 5052 25 A69-1303-555 7857 2016-10-21 11:48:00 36 -#> 5053 25 A69-1303-555 7858 2016-10-21 11:58:00 36 -#> 5054 25 A69-1303-555 7859 2016-10-21 12:00:00 36 -#> 5055 25 A69-1303-555 7861 2016-10-21 12:02:00 36 -#> 5056 25 A69-1303-555 7862 2016-10-21 12:04:00 36 -#> 5057 25 A69-1303-555 7863 2016-10-21 12:08:00 36 -#> 5058 25 A69-1303-555 7866 2016-10-21 12:10:00 36 -#> 5059 25 A69-1303-555 7867 2016-10-21 12:16:00 36 -#> 5060 25 A69-1303-555 7868 2016-10-21 12:18:00 36 -#> 5061 25 A69-1303-555 7871 2016-10-21 12:20:00 36 -#> 5062 25 A69-1303-555 7872 2016-10-21 12:28:00 36 -#> 5063 25 A69-1303-555 7873 2016-10-21 12:32:00 36 -#> 5064 25 A69-1303-555 7874 2016-10-21 17:56:00 36 -#> 5065 25 A69-1303-555 7876 2016-10-21 17:58:00 36 -#> 5066 25 A69-1303-555 7878 2016-10-21 18:02:00 36 -#> 5067 25 A69-1303-555 7879 2016-10-21 18:04:00 36 -#> 5068 25 A69-1303-555 7881 2016-10-21 18:06:00 36 -#> 5069 25 A69-1303-555 7882 2016-10-21 18:08:00 36 -#> 5070 25 A69-1303-555 7883 2016-10-21 18:40:00 36 -#> 5071 25 A69-1303-555 7884 2016-10-21 18:48:00 36 -#> 5072 25 A69-1303-555 7885 2016-10-21 18:56:00 36 -#> 5073 25 A69-1303-555 7886 2016-10-21 19:00:00 36 -#> 5074 25 A69-1303-555 7887 2016-10-21 19:02:00 36 -#> 5075 25 A69-1303-555 7888 2016-10-21 19:04:00 36 -#> 5076 25 A69-1303-555 7890 2016-10-21 19:06:00 36 -#> 5077 25 A69-1303-555 7891 2016-10-21 19:16:00 36 -#> 5078 25 A69-1303-555 7893 2016-10-21 19:20:00 36 -#> 5079 25 A69-1303-555 7894 2016-10-21 19:22:00 36 -#> 5080 25 A69-1303-555 7895 2016-10-21 19:26:00 36 -#> 5081 25 A69-1303-555 7896 2016-10-21 19:28:00 36 -#> 5082 25 A69-1303-555 7897 2016-10-21 19:48:00 36 -#> 5083 25 A69-1303-555 7898 2016-10-21 20:04:00 36 -#> 5084 25 A69-1303-555 7900 2016-10-21 20:06:00 36 -#> 5085 25 A69-1303-555 7901 2016-10-21 20:08:00 36 -#> 5086 25 A69-1303-555 7902 2016-10-21 20:20:00 36 -#> 5087 25 A69-1303-555 7903 2016-10-21 20:26:00 36 -#> 5088 25 A69-1303-555 7904 2016-10-21 20:32:00 36 -#> 5089 25 A69-1303-555 7905 2016-10-21 20:34:00 36 -#> 5090 25 A69-1303-555 7906 2016-10-21 20:36:00 36 -#> 5091 25 A69-1303-555 7907 2016-10-21 20:38:00 36 -#> 5092 25 A69-1303-555 7908 2016-10-21 21:42:00 31 -#> 5093 25 A69-1303-555 7909 2016-10-21 22:08:00 31 -#> 5094 25 A69-1303-555 7910 2016-10-21 22:14:00 31 -#> 5095 25 A69-1303-555 7912 2016-10-21 23:14:00 30 -#> 5096 25 A69-1303-555 7913 2016-10-21 23:16:00 30 -#> 5097 25 A69-1303-555 7914 2016-10-21 23:18:00 30 -#> 5098 25 A69-1303-555 7915 2016-10-21 23:56:00 37 -#> 5099 25 A69-1303-555 7916 2016-10-22 00:00:00 37 -#> 5100 25 A69-1303-555 7917 2016-10-22 00:02:00 37 -#> 5101 25 A69-1303-555 7919 2016-10-22 00:04:00 37 -#> 5102 25 A69-1303-555 7920 2016-10-22 00:06:00 37 -#> 5103 25 A69-1303-555 7921 2016-10-22 00:08:00 37 -#> 5104 25 A69-1303-555 7923 2016-10-22 00:10:00 37 -#> 5105 25 A69-1303-555 7924 2016-10-22 04:42:00 27 -#> 5106 25 A69-1303-555 7926 2016-10-22 04:44:00 27 -#> 5107 25 A69-1303-555 7928 2016-10-22 04:46:00 27 -#> 5108 25 A69-1303-555 7929 2016-10-22 04:48:00 27 -#> 5109 25 A69-1303-555 7931 2016-10-22 04:50:00 27 -#> 5110 25 A69-1303-555 7933 2016-10-22 04:52:00 27 -#> 5111 25 A69-1303-555 7935 2016-10-22 04:54:00 27 -#> 5112 25 A69-1303-555 7937 2016-10-22 04:56:00 27 -#> 5113 25 A69-1303-555 7938 2016-10-22 04:58:00 27 -#> 5114 25 A69-1303-555 7940 2016-10-22 05:00:00 27 -#> 5115 25 A69-1303-555 7942 2016-10-22 05:02:00 27 -#> 5116 25 A69-1303-555 7943 2016-10-22 05:06:00 27 -#> 5117 25 A69-1303-555 7945 2016-10-22 05:10:00 27 -#> 5118 25 A69-1303-555 7946 2016-10-22 05:12:00 27 -#> 5119 25 A69-1303-555 7948 2016-10-22 08:52:00 3 -#> 5120 25 A69-1303-555 7949 2016-10-22 08:54:00 3 -#> 5121 25 A69-1303-555 7950 2016-10-22 08:56:00 3 -#> 5122 25 A69-1303-555 7951 2016-10-22 09:58:00 3 -#> 5123 25 A69-1303-555 7952 2016-10-22 10:18:00 3 -#> 5124 25 A69-1303-555 7953 2016-10-22 10:20:00 3 -#> 5125 25 A69-1303-555 7955 2016-10-22 10:22:00 3 -#> 5126 25 A69-1303-555 7956 2016-10-22 10:24:00 3 -#> 5127 25 A69-1303-555 7957 2016-10-22 10:26:00 3 -#> 5128 25 A69-1303-555 7959 2016-10-22 10:28:00 3 -#> 5129 25 A69-1303-555 7962 2016-10-22 10:30:00 3 -#> 5130 25 A69-1303-555 7963 2016-10-22 10:32:00 3 -#> 5131 25 A69-1303-555 7965 2016-10-22 10:34:00 3 -#> 5132 25 A69-1303-555 7966 2016-10-22 10:36:00 3 -#> 5133 25 A69-1303-555 7967 2016-10-22 10:38:00 3 -#> 5134 25 A69-1303-555 7969 2016-10-22 10:40:00 3 -#> 5135 25 A69-1303-555 7970 2016-10-22 12:04:00 3 -#> 5136 25 A69-1303-555 7971 2016-10-22 12:10:00 3 -#> 5137 25 A69-1303-555 7972 2016-10-22 12:12:00 3 -#> 5138 25 A69-1303-555 7973 2016-10-22 12:14:00 3 -#> 5139 25 A69-1303-555 7974 2016-10-22 12:20:00 3 -#> 5140 25 A69-1303-555 7975 2016-10-25 11:48:00 39 -#> 5141 25 A69-1303-555 7976 2016-10-25 11:52:00 39 -#> 5142 25 A69-1303-555 7977 2016-10-25 15:12:00 39 -#> 5143 25 A69-1303-555 7978 2016-10-25 15:14:00 39 -#> 5144 25 A69-1303-555 7979 2016-10-25 15:26:00 39 -#> 5145 25 A69-1303-555 7980 2016-10-25 15:30:00 39 -#> 5146 25 A69-1303-555 7981 2016-10-25 15:32:00 39 -#> 5147 25 A69-1303-555 7982 2016-10-25 15:34:00 39 -#> 5148 25 A69-1303-555 7984 2016-10-25 15:36:00 39 -#> 5149 25 A69-1303-555 7985 2016-10-25 15:38:00 39 -#> 5150 25 A69-1303-555 7986 2016-10-25 15:40:00 39 -#> 5151 25 A69-1303-555 7988 2016-10-25 15:42:00 39 -#> 5152 25 A69-1303-555 7989 2016-10-25 15:44:00 39 -#> 5153 25 A69-1303-555 7991 2016-10-25 15:46:00 39 -#> 5154 25 A69-1303-555 7992 2016-10-25 15:48:00 39 -#> 5155 25 A69-1303-555 7995 2016-10-25 15:52:00 39 -#> 5156 25 A69-1303-555 7997 2016-10-25 15:54:00 39 -#> 5157 25 A69-1303-555 7999 2016-10-25 15:56:00 39 -#> 5158 25 A69-1303-555 8001 2016-10-25 15:58:00 39 -#> 5159 25 A69-1303-555 8003 2016-10-25 16:00:00 39 -#> 5160 25 A69-1303-555 8005 2016-10-25 16:02:00 39 -#> 5161 25 A69-1303-555 8006 2016-10-25 16:04:00 39 -#> 5162 25 A69-1303-555 8007 2016-10-25 16:06:00 39 -#> 5163 25 A69-1303-555 8008 2016-10-25 16:08:00 39 -#> 5164 25 A69-1303-555 8010 2016-10-26 03:28:00 38 -#> 5165 25 A69-1303-555 8011 2016-10-26 03:34:00 38 -#> 5166 25 A69-1303-555 8012 2016-10-26 03:36:00 38 -#> 5167 25 A69-1303-555 8013 2016-10-26 03:38:00 38 -#> 5168 25 A69-1303-555 8015 2016-10-26 03:40:00 38 -#> 5169 25 A69-1303-555 8016 2016-10-26 09:16:00 36 -#> 5170 25 A69-1303-555 8018 2016-10-26 09:18:00 36 -#> 5171 25 A69-1303-555 8020 2016-10-26 09:20:00 36 -#> 5172 25 A69-1303-555 8021 2016-10-26 09:22:00 36 -#> 5173 25 A69-1303-555 8022 2016-10-26 10:06:00 36 -#> 5174 25 A69-1303-555 8023 2016-10-26 10:08:00 36 -#> 5175 25 A69-1303-555 8024 2016-10-26 10:10:00 36 -#> 5176 25 A69-1303-555 8025 2016-10-26 10:20:00 36 -#> 5177 25 A69-1303-555 8026 2016-10-26 10:40:00 36 -#> 5178 25 A69-1303-555 8027 2016-10-26 10:42:00 36 -#> 5179 25 A69-1303-555 8028 2016-10-26 11:18:00 36 -#> 5180 25 A69-1303-555 8029 2016-10-26 11:20:00 36 -#> 5181 25 A69-1303-555 8030 2016-10-26 11:22:00 36 -#> 5182 25 A69-1303-555 8031 2016-10-26 11:40:00 36 -#> 5183 25 A69-1303-555 8032 2016-10-26 11:42:00 36 -#> 5184 25 A69-1303-555 8034 2016-10-26 11:48:00 36 -#> 5185 25 A69-1303-555 8035 2016-10-26 11:52:00 36 -#> 5186 25 A69-1303-555 8037 2016-10-26 11:54:00 36 -#> 5187 25 A69-1303-555 8038 2016-10-26 11:58:00 36 -#> 5188 25 A69-1303-555 8039 2016-10-26 12:00:00 36 -#> 5189 25 A69-1303-555 8040 2016-10-26 12:02:00 36 -#> 5190 25 A69-1303-555 8041 2016-10-26 12:04:00 36 -#> 5191 25 A69-1303-555 8043 2016-10-26 12:06:00 36 -#> 5192 25 A69-1303-555 8045 2016-10-26 12:08:00 36 -#> 5193 25 A69-1303-555 8046 2016-10-26 12:10:00 36 -#> 5194 25 A69-1303-555 8048 2016-10-26 12:16:00 36 -#> 5195 25 A69-1303-555 8049 2016-10-26 12:18:00 36 -#> 5196 25 A69-1303-555 8050 2016-10-26 12:20:00 36 -#> 5197 25 A69-1303-555 8051 2016-10-26 12:30:00 36 -#> 5198 25 A69-1303-555 8052 2016-10-26 12:38:00 36 -#> 5199 25 A69-1303-555 8054 2016-10-26 12:40:00 36 -#> 5200 25 A69-1303-555 8056 2016-10-26 12:42:00 36 -#> 5201 25 A69-1303-555 8057 2016-10-26 12:44:00 36 -#> 5202 25 A69-1303-555 8058 2016-10-26 12:46:00 36 -#> 5203 25 A69-1303-555 8059 2016-10-26 12:48:00 36 -#> 5204 25 A69-1303-555 8061 2016-10-26 12:50:00 36 -#> 5205 25 A69-1303-555 8063 2016-10-26 12:52:00 36 -#> 5206 25 A69-1303-555 8064 2016-10-26 12:54:00 36 -#> 5207 25 A69-1303-555 8065 2016-10-26 12:56:00 36 -#> 5208 25 A69-1303-555 8066 2016-10-26 12:58:00 36 -#> 5209 25 A69-1303-555 8068 2016-10-26 13:00:00 36 -#> 5210 25 A69-1303-555 8071 2016-10-26 13:02:00 36 -#> 5211 25 A69-1303-555 8072 2016-10-26 13:04:00 36 -#> 5212 25 A69-1303-555 8074 2016-10-26 13:06:00 36 -#> 5213 25 A69-1303-555 8076 2016-10-26 13:08:00 36 -#> 5214 25 A69-1303-555 8077 2016-10-26 13:12:00 36 -#> 5215 25 A69-1303-555 8078 2016-10-26 13:14:00 36 -#> 5216 25 A69-1303-555 8079 2016-10-26 13:16:00 36 -#> 5217 25 A69-1303-555 8081 2016-10-26 13:18:00 36 -#> 5218 25 A69-1303-555 8083 2016-10-26 13:20:00 36 -#> 5219 25 A69-1303-555 8084 2016-10-26 13:22:00 36 -#> 5220 25 A69-1303-555 8086 2016-10-26 13:24:00 36 -#> 5221 25 A69-1303-555 8087 2016-10-26 13:26:00 36 -#> 5222 25 A69-1303-555 8090 2016-10-26 13:30:00 36 -#> 5223 25 A69-1303-555 8093 2016-10-26 13:32:00 36 -#> 5224 25 A69-1303-555 8094 2016-10-26 13:34:00 36 -#> 5225 25 A69-1303-555 8096 2016-10-26 13:42:00 36 -#> 5226 25 A69-1303-555 8097 2016-10-26 13:48:00 36 -#> 5227 25 A69-1303-555 8098 2016-10-26 13:50:00 36 -#> 5228 25 A69-1303-555 8100 2016-10-26 13:52:00 36 -#> 5229 25 A69-1303-555 8101 2016-10-26 13:54:00 36 -#> 5230 25 A69-1303-555 8103 2016-10-26 13:56:00 36 -#> 5231 25 A69-1303-555 8104 2016-10-26 13:58:00 36 -#> 5232 25 A69-1303-555 8106 2016-10-26 14:00:00 36 -#> 5233 25 A69-1303-555 8108 2016-10-26 14:02:00 36 -#> 5234 25 A69-1303-555 8110 2016-10-26 14:04:00 36 -#> 5235 25 A69-1303-555 8112 2016-10-26 14:06:00 36 -#> 5236 25 A69-1303-555 8113 2016-10-26 14:10:00 36 -#> 5237 25 A69-1303-555 8116 2016-10-26 14:12:00 36 -#> 5238 25 A69-1303-555 8117 2016-10-26 14:14:00 36 -#> 5239 25 A69-1303-555 8119 2016-10-26 14:16:00 36 -#> 5240 25 A69-1303-555 8121 2016-10-26 14:18:00 36 -#> 5241 25 A69-1303-555 8122 2016-10-26 14:20:00 36 -#> 5242 25 A69-1303-555 8125 2016-10-26 14:22:00 36 -#> 5243 25 A69-1303-555 8127 2016-10-26 14:24:00 36 -#> 5244 25 A69-1303-555 8129 2016-10-26 14:32:00 36 -#> 5245 25 A69-1303-555 8130 2016-10-26 14:34:00 36 -#> 5246 25 A69-1303-555 8131 2016-10-26 14:42:00 36 -#> 5247 25 A69-1303-555 8133 2016-10-26 14:44:00 36 -#> 5248 25 A69-1303-555 8135 2016-10-26 14:46:00 36 -#> 5249 25 A69-1303-555 8136 2016-10-26 14:48:00 36 -#> 5250 25 A69-1303-555 8137 2016-10-26 14:52:00 36 -#> 5251 25 A69-1303-555 8138 2016-10-26 14:58:00 36 -#> 5252 25 A69-1303-555 8139 2016-10-26 15:54:00 36 -#> 5253 25 A69-1303-555 8140 2016-10-26 15:56:00 36 -#> 5254 25 A69-1303-555 8141 2016-10-26 16:00:00 36 -#> 5255 25 A69-1303-555 8142 2016-10-26 18:02:00 21 -#> 5256 25 A69-1303-555 8143 2016-10-26 18:04:00 21 -#> 5257 25 A69-1303-555 8144 2016-10-26 18:08:00 21 -#> 5258 25 A69-1303-555 8146 2016-10-26 18:12:00 21 -#> 5259 25 A69-1303-555 8148 2016-10-26 18:30:00 21 -#> 5260 25 A69-1303-555 8149 2016-10-26 18:34:00 21 -#> 5261 25 A69-1303-555 8150 2016-10-26 18:36:00 21 -#> 5262 25 A69-1303-555 8152 2016-10-26 18:38:00 21 -#> 5263 25 A69-1303-555 8154 2016-10-26 18:40:00 21 -#> 5264 25 A69-1303-555 8156 2016-10-26 18:42:00 21 -#> 5265 25 A69-1303-555 8158 2016-10-26 18:44:00 21 -#> 5266 25 A69-1303-555 8160 2016-10-26 18:46:00 21 -#> 5267 25 A69-1303-555 8161 2016-10-26 18:48:00 21 -#> 5268 25 A69-1303-555 8162 2016-10-26 18:50:00 21 -#> 5269 25 A69-1303-555 8164 2016-10-26 18:52:00 21 -#> 5270 25 A69-1303-555 8165 2016-10-26 18:54:00 21 -#> 5271 25 A69-1303-555 8166 2016-10-26 19:34:00 30 -#> 5272 25 A69-1303-555 8167 2016-10-26 19:42:00 30 -#> 5273 25 A69-1303-555 8168 2016-10-26 19:44:00 30 -#> 5274 25 A69-1303-555 8169 2016-10-26 19:46:00 30 -#> 5275 25 A69-1303-555 8171 2016-10-26 19:48:00 30 -#> 5276 25 A69-1303-555 8174 2016-10-26 19:50:00 30 -#> 5277 25 A69-1303-555 8176 2016-10-26 19:52:00 30 -#> 5278 25 A69-1303-555 8178 2016-10-26 19:54:00 30 -#> 5279 25 A69-1303-555 8180 2016-10-26 19:56:00 30 -#> 5280 25 A69-1303-555 8182 2016-10-26 19:58:00 30 -#> 5281 25 A69-1303-555 8183 2016-10-26 20:00:00 30 -#> 5282 25 A69-1303-555 8185 2016-10-26 20:02:00 30 -#> 5283 25 A69-1303-555 8186 2016-10-26 20:04:00 30 -#> 5284 25 A69-1303-555 8188 2016-10-26 20:06:00 30 -#> 5285 25 A69-1303-555 8189 2016-10-26 20:08:00 30 -#> 5286 25 A69-1303-555 8190 2016-10-26 20:12:00 30 -#> 5287 25 A69-1303-555 8191 2016-10-26 23:20:00 36 -#> 5288 25 A69-1303-555 8192 2016-10-26 23:26:00 36 -#> 5289 25 A69-1303-555 8194 2016-10-26 23:38:00 36 -#> 5290 25 A69-1303-555 8196 2016-10-27 00:30:00 36 -#> 5291 25 A69-1303-555 8198 2016-10-27 00:34:00 36 -#> 5292 25 A69-1303-555 8199 2016-10-27 01:02:00 36 -#> 5293 25 A69-1303-555 8201 2016-10-27 05:36:00 30 -#> 5294 25 A69-1303-555 8202 2016-10-27 05:58:00 30 -#> 5295 25 A69-1303-555 8203 2016-10-27 06:02:00 30 -#> 5296 25 A69-1303-555 8204 2016-10-27 06:12:00 30 -#> 5297 25 A69-1303-555 8205 2016-10-27 06:14:00 30 -#> 5298 25 A69-1303-555 8206 2016-10-27 06:18:00 30 -#> 5299 25 A69-1303-555 8207 2016-10-27 06:20:00 30 -#> 5300 25 A69-1303-555 8208 2016-10-27 06:26:00 30 -#> 5301 25 A69-1303-555 8209 2016-10-27 06:28:00 30 -#> 5302 25 A69-1303-555 8210 2016-10-27 06:30:00 30 -#> 5303 25 A69-1303-555 8211 2016-10-27 06:32:00 30 -#> 5304 25 A69-1303-555 8212 2016-10-27 06:36:00 30 -#> 5305 25 A69-1303-555 8213 2016-10-27 06:38:00 30 -#> 5306 25 A69-1303-555 8214 2016-10-29 15:54:00 27 -#> 5307 25 A69-1303-555 8215 2016-10-29 15:56:00 27 -#> 5308 25 A69-1303-555 8216 2016-10-29 15:58:00 27 -#> 5309 25 A69-1303-555 8217 2016-10-29 16:00:00 27 -#> 5310 25 A69-1303-555 8220 2016-10-29 16:02:00 27 -#> 5311 25 A69-1303-555 8221 2016-10-29 16:04:00 27 -#> 5312 25 A69-1303-555 8223 2016-10-29 16:06:00 27 -#> 5313 25 A69-1303-555 8225 2016-10-29 16:08:00 27 -#> 5314 25 A69-1303-555 8227 2016-10-29 16:12:00 27 -#> 5315 25 A69-1303-555 8228 2016-10-29 16:14:00 27 -#> 5316 25 A69-1303-555 8230 2016-10-29 16:16:00 27 -#> 5317 25 A69-1303-555 8232 2016-10-29 16:18:00 27 -#> 5318 25 A69-1303-555 8233 2016-10-29 16:20:00 27 -#> 5319 25 A69-1303-555 8234 2016-10-30 01:18:00 30 -#> 5320 25 A69-1303-555 8235 2016-10-30 01:22:00 30 -#> 5321 25 A69-1303-555 8236 2016-10-30 01:24:00 30 -#> 5322 25 A69-1303-555 8237 2016-10-30 01:28:00 30 -#> 5323 25 A69-1303-555 8240 2016-10-30 01:30:00 30 -#> 5324 25 A69-1303-555 8241 2016-10-30 01:32:00 30 -#> 5325 25 A69-1303-555 8244 2016-10-30 01:34:00 30 -#> 5326 25 A69-1303-555 8246 2016-10-30 01:36:00 30 -#> 5327 25 A69-1303-555 8248 2016-10-30 02:32:00 36 -#> 5328 25 A69-1303-555 8249 2016-10-30 02:42:00 36 -#> 5329 25 A69-1303-555 8250 2016-10-30 02:44:00 36 -#> 5330 25 A69-1303-555 8252 2016-10-30 02:46:00 36 -#> 5331 25 A69-1303-555 8254 2016-10-30 02:48:00 36 -#> 5332 25 A69-1303-555 8256 2016-10-30 02:52:00 36 -#> 5333 25 A69-1303-555 8258 2016-10-30 13:38:00 36 -#> 5334 25 A69-1303-555 8259 2016-10-30 13:40:00 36 -#> 5335 25 A69-1303-555 8260 2016-10-30 13:42:00 36 -#> 5336 25 A69-1303-555 8262 2016-10-30 13:44:00 36 -#> 5337 25 A69-1303-555 8264 2016-10-30 13:46:00 36 -#> 5338 25 A69-1303-555 8265 2016-10-30 13:50:00 36 -#> 5339 25 A69-1303-555 8267 2016-10-30 13:52:00 36 -#> 5340 25 A69-1303-555 8268 2016-10-30 13:54:00 36 -#> 5341 25 A69-1303-555 8269 2016-10-30 13:56:00 36 -#> 5342 25 A69-1303-555 8270 2016-10-30 14:04:00 36 -#> 5343 25 A69-1303-555 8271 2016-10-30 14:08:00 36 -#> 5344 25 A69-1303-555 8273 2016-10-30 14:10:00 36 -#> 5345 25 A69-1303-555 8276 2016-10-30 14:12:00 36 -#> 5346 25 A69-1303-555 8278 2016-10-30 14:14:00 36 -#> 5347 25 A69-1303-555 8280 2016-10-30 14:42:00 36 -#> 5348 25 A69-1303-555 8281 2016-10-30 14:44:00 36 -#> 5349 25 A69-1303-555 8282 2016-10-30 14:46:00 36 -#> 5350 25 A69-1303-555 8283 2016-10-30 14:48:00 36 -#> 5351 25 A69-1303-555 8284 2016-10-30 14:50:00 36 -#> 5352 25 A69-1303-555 8286 2016-10-30 14:52:00 36 -#> 5353 25 A69-1303-555 8288 2016-10-30 14:56:00 36 -#> 5354 25 A69-1303-555 8289 2016-10-30 14:58:00 36 -#> 5355 25 A69-1303-555 8290 2016-10-30 18:10:00 36 -#> 5356 25 A69-1303-555 8291 2016-10-30 18:12:00 36 -#> 5357 25 A69-1303-555 8293 2016-10-30 18:14:00 36 -#> 5358 25 A69-1303-555 8294 2016-10-30 18:30:00 36 -#> 5359 25 A69-1303-555 8295 2016-10-30 18:32:00 36 -#> 5360 25 A69-1303-555 8296 2016-10-30 18:34:00 36 -#> 5361 25 A69-1303-555 8297 2016-10-30 18:36:00 36 -#> 5362 25 A69-1303-555 8298 2016-10-30 18:38:00 36 -#> 5363 25 A69-1303-555 8300 2016-10-30 18:40:00 36 -#> 5364 25 A69-1303-555 8303 2016-10-30 18:42:00 36 -#> 5365 25 A69-1303-555 8305 2016-10-30 18:44:00 36 -#> 5366 25 A69-1303-555 8306 2016-10-30 18:50:00 36 -#> 5367 25 A69-1303-555 8308 2016-10-30 19:00:00 36 -#> 5368 25 A69-1303-555 8310 2016-10-30 19:06:00 36 -#> 5369 25 A69-1303-555 8312 2016-10-30 19:12:00 36 -#> 5370 25 A69-1303-555 8313 2016-10-30 23:52:00 31 -#> 5371 25 A69-1303-555 8314 2016-10-30 23:54:00 31 -#> 5372 25 A69-1303-555 8315 2016-10-30 23:58:00 31 -#> 5373 25 A69-1303-555 8316 2016-10-31 00:50:00 31 -#> 5374 25 A69-1303-555 8317 2016-10-31 00:58:00 31 -#> 5375 25 A69-1303-555 8318 2016-10-31 01:00:00 31 -#> 5376 25 A69-1303-555 8320 2016-10-31 01:02:00 31 -#> 5377 25 A69-1303-555 8322 2016-10-31 01:04:00 31 -#> 5378 25 A69-1303-555 8323 2016-10-31 01:06:00 31 -#> 5379 25 A69-1303-555 8325 2016-10-31 01:10:00 31 -#> 5380 25 A69-1303-555 8326 2016-10-31 01:12:00 31 -#> 5381 25 A69-1303-555 8328 2016-10-31 02:22:00 36 -#> 5382 25 A69-1303-555 8329 2016-10-31 02:26:00 36 -#> 5383 25 A69-1303-555 8330 2016-10-31 02:28:00 36 -#> 5384 25 A69-1303-555 8331 2016-10-31 02:32:00 36 -#> 5385 25 A69-1303-555 8332 2016-10-31 02:58:00 36 -#> 5386 25 A69-1303-555 8333 2016-10-31 03:04:00 36 -#> 5387 25 A69-1303-555 8334 2016-10-31 03:08:00 36 -#> 5388 25 A69-1303-555 8335 2016-10-31 04:06:00 36 -#> 5389 25 A69-1303-555 8336 2016-10-31 04:08:00 36 -#> 5390 25 A69-1303-555 8337 2016-10-31 04:14:00 36 -#> 5391 25 A69-1303-555 8338 2016-10-31 04:24:00 36 -#> 5392 25 A69-1303-555 8339 2016-10-31 04:26:00 36 -#> 5393 25 A69-1303-555 8340 2016-10-31 04:58:00 36 -#> 5394 25 A69-1303-555 8341 2016-10-31 05:00:00 36 -#> 5395 25 A69-1303-555 8342 2016-10-31 05:08:00 36 -#> 5396 25 A69-1303-555 8343 2016-10-31 05:10:00 36 -#> 5397 25 A69-1303-555 8344 2016-10-31 05:12:00 36 -#> 5398 25 A69-1303-555 8345 2016-10-31 05:16:00 36 -#> 5399 25 A69-1303-555 8346 2016-10-31 05:20:00 36 -#> 5400 25 A69-1303-555 8347 2016-10-31 05:22:00 36 -#> 5401 25 A69-1303-555 8349 2016-10-31 05:24:00 36 -#> 5402 25 A69-1303-555 8350 2016-10-31 05:26:00 36 -#> 5403 25 A69-1303-555 8351 2016-10-31 05:28:00 36 -#> 5404 25 A69-1303-555 8352 2016-10-31 05:30:00 36 -#> 5405 25 A69-1303-555 8354 2016-10-31 05:32:00 36 -#> 5406 25 A69-1303-555 8356 2016-10-31 05:36:00 36 -#> 5407 25 A69-1303-555 8358 2016-10-31 05:38:00 36 -#> 5408 25 A69-1303-555 8359 2016-10-31 05:40:00 36 -#> 5409 25 A69-1303-555 8360 2016-10-31 05:42:00 36 -#> 5410 25 A69-1303-555 8362 2016-10-31 05:44:00 36 -#> 5411 25 A69-1303-555 8363 2016-10-31 05:48:00 36 -#> 5412 25 A69-1303-555 8364 2016-10-31 06:20:00 36 -#> 5413 25 A69-1303-555 8365 2016-10-31 06:22:00 36 -#> 5414 25 A69-1303-555 8366 2016-10-31 06:28:00 36 -#> 5415 25 A69-1303-555 8367 2016-10-31 06:38:00 36 -#> 5416 25 A69-1303-555 8368 2016-10-31 06:48:00 36 -#> 5417 25 A69-1303-555 8369 2016-10-31 06:52:00 36 -#> 5418 25 A69-1303-555 8371 2016-10-31 06:54:00 36 -#> 5419 25 A69-1303-555 8372 2016-10-31 06:56:00 36 -#> 5420 25 A69-1303-555 8374 2016-10-31 06:58:00 36 -#> 5421 25 A69-1303-555 8375 2016-10-31 07:00:00 36 -#> 5422 25 A69-1303-555 8377 2016-10-31 07:02:00 36 -#> 5423 25 A69-1303-555 8379 2016-10-31 07:04:00 36 -#> 5424 25 A69-1303-555 8380 2016-10-31 07:06:00 36 -#> 5425 25 A69-1303-555 8382 2016-10-31 07:08:00 36 -#> 5426 25 A69-1303-555 8384 2016-10-31 07:10:00 36 -#> 5427 25 A69-1303-555 8386 2016-10-31 07:14:00 36 -#> 5428 25 A69-1303-555 8387 2016-11-06 19:48:00 31 -#> 5429 25 A69-1303-555 8389 2016-11-06 19:50:00 31 -#> 5430 25 A69-1303-555 8390 2016-11-06 19:52:00 31 -#> 5431 25 A69-1303-555 8391 2016-11-06 19:56:00 31 -#> 5432 25 A69-1303-555 8392 2016-11-06 19:58:00 31 -#> 5433 25 A69-1303-555 8393 2016-11-09 04:50:00 21 -#> 5434 25 A69-1303-555 8395 2016-11-09 04:52:00 21 -#> 5435 25 A69-1303-555 8396 2016-11-09 04:54:00 21 -#> 5436 25 A69-1303-555 8398 2016-11-09 04:56:00 21 -#> 5437 25 A69-1303-555 8399 2016-11-09 04:58:00 21 -#> 5438 25 A69-1303-555 8401 2016-11-09 05:00:00 21 -#> 5439 25 A69-1303-555 8403 2016-11-09 05:02:00 21 -#> 5440 25 A69-1303-555 8405 2016-11-09 05:06:00 21 -#> 5441 25 A69-1303-555 8406 2016-11-09 05:20:00 31 -#> 5442 25 A69-1303-555 8407 2016-11-09 05:26:00 31 -#> 5443 25 A69-1303-555 8408 2016-11-09 05:28:00 31 -#> 5444 25 A69-1303-555 8409 2016-11-09 05:40:00 31 -#> 5445 25 A69-1303-555 8410 2016-11-09 05:42:00 31 -#> 5446 25 A69-1303-555 8411 2016-11-09 05:46:00 31 -#> 5447 25 A69-1303-555 8412 2016-11-09 05:48:00 31 -#> 5448 25 A69-1303-555 8414 2016-11-09 05:50:00 31 -#> 5449 25 A69-1303-555 8416 2016-11-09 05:52:00 31 -#> 5450 25 A69-1303-555 8418 2016-11-09 05:54:00 31 -#> 5451 25 A69-1303-555 8420 2016-11-09 05:56:00 31 -#> 5452 25 A69-1303-555 8421 2016-11-09 05:58:00 31 -#> 5453 25 A69-1303-555 8422 2016-11-09 06:06:00 31 -#> 5454 25 A69-1303-555 8423 2016-11-09 17:58:00 31 -#> 5455 25 A69-1303-555 8424 2016-11-09 18:04:00 31 -#> 5456 25 A69-1303-555 8426 2016-11-09 18:06:00 31 -#> 5457 25 A69-1303-555 8428 2016-11-09 18:08:00 31 -#> 5458 25 A69-1303-555 8430 2016-11-09 18:10:00 31 -#> 5459 25 A69-1303-555 8431 2016-11-09 18:12:00 31 -#> 5460 25 A69-1303-555 8433 2016-11-09 18:14:00 31 -#> 5461 25 A69-1303-555 8436 2016-11-09 18:16:00 31 -#> 5462 25 A69-1303-555 8437 2016-11-09 18:22:00 31 -#> 5463 25 A69-1303-555 8438 2016-11-09 18:24:00 31 -#> 5464 25 A69-1303-555 8439 2016-11-09 21:28:00 31 -#> 5465 25 A69-1303-555 8441 2016-11-12 06:52:00 21 -#> 5466 25 A69-1303-555 8442 2016-11-12 06:54:00 21 -#> 5467 25 A69-1303-555 8443 2016-11-12 06:56:00 21 -#> 5468 25 A69-1303-555 8445 2016-11-12 06:58:00 21 -#> 5469 25 A69-1303-555 8446 2016-11-12 07:00:00 21 -#> 5470 25 A69-1303-555 8447 2016-11-12 07:02:00 21 -#> 5471 25 A69-1303-555 8448 2016-11-12 07:04:00 21 -#> 5472 25 A69-1303-555 8449 2016-11-12 07:14:00 21 -#> 5473 25 A69-1303-555 8450 2016-11-14 21:56:00 31 -#> 5474 25 A69-1303-555 8451 2016-11-14 21:58:00 31 -#> 5475 25 A69-1303-555 8453 2016-11-14 22:00:00 31 -#> 5476 25 A69-1303-555 8454 2016-11-14 22:02:00 31 -#> 5477 25 A69-1303-555 8456 2016-11-14 22:04:00 31 -#> 5478 25 A69-1303-555 8457 2016-11-14 22:06:00 31 -#> 5479 25 A69-1303-555 8459 2016-11-14 22:08:00 31 -#> 5480 25 A69-1303-555 8460 2016-11-14 22:20:00 31 -#> 5481 25 A69-1303-555 8461 2016-11-14 22:30:00 31 -#> 5482 25 A69-1303-555 8462 2016-11-14 22:32:00 31 -#> 5483 25 A69-1303-555 8463 2016-11-14 22:38:00 31 -#> 5484 25 A69-1303-555 8464 2016-11-14 22:46:00 31 -#> 5485 25 A69-1303-555 8465 2016-11-14 22:48:00 31 -#> 5486 25 A69-1303-555 8467 2016-11-14 23:42:00 21 -#> 5487 25 A69-1303-555 8469 2016-11-14 23:44:00 21 -#> 5488 25 A69-1303-555 8471 2016-11-14 23:46:00 21 -#> 5489 25 A69-1303-555 8472 2016-11-27 17:58:00 21 -#> 5490 25 A69-1303-555 8474 2016-11-27 18:00:00 21 -#> 5491 25 A69-1303-555 8475 2016-11-27 18:10:00 21 -#> 5492 25 A69-1303-555 8476 2016-11-27 18:14:00 21 -#> 5493 25 A69-1303-555 8477 2016-11-27 18:16:00 21 -#> 5494 25 A69-1303-555 8478 2016-11-27 18:18:00 21 -#> 5495 25 A69-1303-555 8480 2016-12-10 22:34:00 21 -#> 5496 25 A69-1303-555 8482 2016-12-10 22:36:00 21 -#> 5497 25 A69-1303-555 8483 2016-12-10 22:38:00 21 -#> 5498 25 A69-1303-555 8484 2016-12-14 22:02:00 21 -#> 5499 25 A69-1303-555 8485 2016-12-14 22:04:00 21 -#> 5500 25 A69-1303-555 8487 2016-12-14 22:06:00 21 -#> 5501 25 A69-1303-555 8489 2016-12-14 22:08:00 21 -#> 5502 25 A69-1303-555 8490 2016-12-14 22:10:00 21 -#> 5503 25 A69-1303-555 8492 2016-12-14 22:12:00 21 -#> 5504 25 A69-1303-555 8493 2016-12-14 22:14:00 21 -#> 5505 25 A69-1303-555 8495 2016-12-14 22:16:00 21 -#> 5506 25 A69-1303-555 8497 2016-12-14 22:18:00 21 -#> 5507 25 A69-1303-555 8498 2016-12-14 22:20:00 21 -#> 5508 25 A69-1303-555 8500 2016-12-14 22:22:00 21 -#> 5509 25 A69-1303-555 8502 2016-12-14 22:24:00 21 -#> 5510 25 A69-1303-555 8504 2016-12-14 22:26:00 21 -#> 5511 25 A69-1303-555 8505 2016-12-14 22:28:00 21 -#> 5512 25 A69-1303-555 8507 2016-12-14 22:30:00 21 -#> 5513 25 A69-1303-555 8508 2016-12-20 22:56:00 24 -#> 5514 25 A69-1303-555 8509 2016-12-20 23:06:00 24 -#> 5515 25 A69-1303-555 8510 2016-12-20 23:20:00 24 -#> 5516 25 A69-1303-555 8511 2016-12-20 23:22:00 24 -#> 5517 25 A69-1303-555 8512 2016-12-21 16:32:00 45 -#> 5518 25 A69-1303-555 8513 2016-12-21 16:34:00 45 -#> 5519 25 A69-1303-555 8514 2016-12-21 16:42:00 45 -#> 5520 25 A69-1303-555 8515 2016-12-21 16:46:00 45 -#> 5521 25 A69-1303-555 8517 2016-12-21 16:48:00 45 -#> 5522 25 A69-1303-555 8518 2016-12-21 16:50:00 45 -#> 5523 25 A69-1303-555 8519 2016-12-21 16:52:00 45 -#> 5524 25 A69-1303-555 8521 2016-12-21 16:54:00 45 -#> 5525 25 A69-1303-555 8522 2016-12-21 16:56:00 45 -#> 5526 25 A69-1303-555 8523 2016-12-21 16:58:00 45 -#> 5527 25 A69-1303-555 8524 2016-12-21 17:00:00 45 -#> 5528 25 A69-1303-555 8525 2016-12-21 17:02:00 45 -#> 5529 25 A69-1303-555 8527 2016-12-21 17:04:00 45 -#> 5530 25 A69-1303-555 8528 2016-12-21 18:14:00 21 -#> 5531 25 A69-1303-555 8530 2016-12-21 18:16:00 21 -#> 5532 25 A69-1303-555 8532 2016-12-21 18:18:00 21 -#> 5533 25 A69-1303-555 8533 2016-12-21 18:20:00 21 -#> 5534 25 A69-1303-555 8535 2016-12-21 18:22:00 21 -#> 5535 25 A69-1303-555 8537 2016-12-21 18:24:00 21 -#> 5536 25 A69-1303-555 8540 2016-12-21 18:26:00 21 -#> 5537 25 A69-1303-555 8541 2016-12-21 18:28:00 21 -#> 5538 25 A69-1303-555 8543 2016-12-21 18:30:00 21 -#> 5539 25 A69-1303-555 8545 2016-12-21 18:32:00 21 -#> 5540 25 A69-1303-555 8547 2016-12-21 18:34:00 21 -#> 5541 25 A69-1303-555 8549 2016-12-21 18:36:00 21 -#> 5542 25 A69-1303-555 8551 2016-12-21 18:38:00 21 -#> 5543 25 A69-1303-555 8553 2016-12-21 18:40:00 21 -#> 5544 25 A69-1303-555 8555 2016-12-21 18:42:00 21 -#> 5545 25 A69-1303-555 8557 2016-12-21 18:44:00 21 -#> 5546 25 A69-1303-555 8558 2016-12-21 18:46:00 21 -#> 5547 25 A69-1303-555 8560 2016-12-21 18:50:00 21 -#> 5548 25 A69-1303-555 8562 2016-12-21 18:54:00 21 -#> 5549 25 A69-1303-555 8564 2016-12-21 18:56:00 21 -#> 5550 25 A69-1303-555 8565 2016-12-21 18:58:00 21 -#> 5551 25 A69-1303-555 8567 2016-12-21 19:00:00 21 -#> 5552 25 A69-1303-555 8568 2016-12-21 19:02:00 21 -#> 5553 25 A69-1303-555 8569 2016-12-21 19:06:00 21 -#> 5554 25 A69-1303-555 8571 2016-12-21 19:28:00 45 -#> 5555 25 A69-1303-555 8572 2016-12-21 19:30:00 45 -#> 5556 25 A69-1303-555 8574 2016-12-21 19:34:00 45 -#> 5557 25 A69-1303-555 8575 2016-12-21 23:20:00 45 -#> 5558 25 A69-1303-555 8576 2016-12-21 23:22:00 45 -#> 5559 25 A69-1303-555 8578 2016-12-21 23:24:00 45 -#> 5560 25 A69-1303-555 8580 2016-12-21 23:26:00 45 -#> 5561 25 A69-1303-555 8581 2016-12-21 23:28:00 45 -#> 5562 25 A69-1303-555 8583 2016-12-21 23:30:00 45 -#> 5563 25 A69-1303-555 8584 2016-12-21 23:32:00 45 -#> 5564 25 A69-1303-555 8585 2016-12-21 23:40:00 45 -#> 5565 25 A69-1303-555 8587 2016-12-21 23:42:00 45 -#> 5566 25 A69-1303-555 8588 2016-12-21 23:44:00 45 -#> 5567 25 A69-1303-555 8590 2016-12-21 23:46:00 45 -#> 5568 25 A69-1303-555 8592 2016-12-22 00:32:00 45 -#> 5569 25 A69-1303-555 8593 2016-12-22 00:36:00 45 -#> 5570 25 A69-1303-555 8594 2016-12-22 00:38:00 45 -#> 5571 25 A69-1303-555 8595 2016-12-22 00:40:00 45 -#> 5572 25 A69-1303-555 8596 2016-12-22 00:44:00 45 -#> 5573 25 A69-1303-555 8597 2016-12-22 00:48:00 45 -#> 5574 25 A69-1303-555 8599 2016-12-22 00:50:00 45 -#> 5575 25 A69-1303-555 8602 2016-12-22 00:52:00 45 -#> 5576 25 A69-1303-555 8603 2016-12-22 00:54:00 45 -#> 5577 25 A69-1303-555 8605 2016-12-22 00:56:00 45 -#> 5578 25 A69-1303-555 8607 2016-12-22 00:58:00 45 -#> 5579 25 A69-1303-555 8609 2016-12-22 01:00:00 45 -#> 5580 25 A69-1303-555 8612 2016-12-22 01:02:00 45 -#> 5581 25 A69-1303-555 8613 2016-12-22 01:06:00 45 -#> 5582 25 A69-1303-555 8615 2016-12-22 01:08:00 45 -#> 5583 25 A69-1303-555 8616 2016-12-22 01:10:00 45 -#> 5584 25 A69-1303-555 8618 2016-12-22 01:14:00 45 -#> 5585 25 A69-1303-555 8619 2016-12-22 01:16:00 45 -#> 5586 25 A69-1303-555 8620 2016-12-22 22:06:00 51 -#> 5587 25 A69-1303-555 8621 2016-12-22 22:08:00 51 -#> 5588 25 A69-1303-555 8622 2016-12-22 22:10:00 51 -#> 5589 25 A69-1303-555 8623 2016-12-23 03:00:00 24 -#> 5590 25 A69-1303-555 8624 2016-12-23 03:02:00 24 -#> 5591 25 A69-1303-555 8625 2016-12-23 03:04:00 24 -#> 5592 25 A69-1303-555 8626 2016-12-23 03:06:00 24 -#> 5593 25 A69-1303-555 8627 2016-12-23 03:20:00 24 -#> 5594 25 A69-1303-555 8628 2016-12-23 03:22:00 24 -#> 5595 25 A69-1303-555 8630 2016-12-23 03:24:00 24 -#> 5596 25 A69-1303-555 8631 2016-12-23 03:26:00 24 -#> 5597 25 A69-1303-555 8633 2016-12-23 03:28:00 24 -#> 5598 25 A69-1303-555 8635 2016-12-23 03:36:00 24 -#> 5599 25 A69-1303-555 8636 2016-12-23 03:38:00 24 -#> 5600 25 A69-1303-555 8637 2016-12-23 03:42:00 24 -#> 5601 25 A69-1303-555 8638 2016-12-23 03:44:00 24 -#> 5602 25 A69-1303-555 8639 2016-12-23 03:54:00 24 -#> 5603 25 A69-1303-555 8640 2016-12-23 23:18:00 51 -#> 5604 25 A69-1303-555 8642 2016-12-23 23:24:00 51 -#> 5605 25 A69-1303-555 8644 2016-12-23 23:26:00 51 -#> 5606 25 A69-1303-555 8646 2016-12-23 23:28:00 51 -#> 5607 25 A69-1303-555 8647 2016-12-23 23:30:00 51 -#> 5608 25 A69-1303-555 8648 2016-12-23 23:32:00 51 -#> 5609 25 A69-1303-555 8649 2016-12-23 23:34:00 51 -#> 5610 25 A69-1303-555 8650 2016-12-23 23:36:00 51 -#> 5611 25 A69-1303-555 8651 2016-12-23 23:38:00 51 -#> 5612 25 A69-1303-555 8652 2016-12-24 18:02:00 50 -#> 5613 25 A69-1303-555 8653 2016-12-24 18:08:00 50 -#> 5614 25 A69-1303-555 8654 2016-12-24 18:12:00 50 -#> 5615 25 A69-1303-555 8655 2016-12-25 12:52:00 45 -#> 5616 25 A69-1303-555 8656 2016-12-25 12:54:00 45 -#> 5617 25 A69-1303-555 8657 2016-12-25 12:56:00 45 -#> 5618 25 A69-1303-555 8659 2016-12-25 12:58:00 45 -#> 5619 25 A69-1303-555 8660 2016-12-25 13:00:00 45 -#> 5620 25 A69-1303-555 8661 2016-12-25 13:40:00 45 -#> 5621 25 A69-1303-555 8662 2016-12-25 14:02:00 45 -#> 5622 25 A69-1303-555 8663 2016-12-25 14:04:00 45 -#> 5623 25 A69-1303-555 8665 2016-12-25 14:06:00 45 -#> 5624 25 A69-1303-555 8666 2016-12-25 14:08:00 45 -#> 5625 25 A69-1303-555 8667 2016-12-25 14:10:00 45 -#> 5626 25 A69-1303-555 8669 2016-12-25 14:12:00 45 -#> 5627 25 A69-1303-555 8670 2016-12-25 14:14:00 45 -#> 5628 25 A69-1303-555 8672 2016-12-25 17:24:00 45 -#> 5629 25 A69-1303-555 8674 2016-12-25 17:26:00 45 -#> 5630 25 A69-1303-555 8675 2016-12-25 17:28:00 45 -#> 5631 25 A69-1303-555 8677 2016-12-25 17:30:00 45 -#> 5632 25 A69-1303-555 8679 2016-12-25 17:32:00 45 -#> 5633 25 A69-1303-555 8680 2016-12-25 17:34:00 45 -#> 5634 25 A69-1303-555 8682 2016-12-25 17:36:00 45 -#> 5635 25 A69-1303-555 8683 2016-12-25 17:38:00 45 -#> 5636 25 A69-1303-555 8684 2016-12-25 17:40:00 45 -#> 5637 25 A69-1303-555 8686 2016-12-25 17:42:00 45 -#> 5638 25 A69-1303-555 8687 2016-12-25 17:44:00 45 -#> 5639 25 A69-1303-555 8689 2016-12-25 17:46:00 45 -#> 5640 25 A69-1303-555 8690 2016-12-25 17:48:00 45 -#> 5641 25 A69-1303-555 8692 2016-12-25 17:52:00 45 -#> 5642 25 A69-1303-555 8694 2016-12-25 17:54:00 45 -#> 5643 25 A69-1303-555 8695 2016-12-25 17:56:00 45 -#> 5644 25 A69-1303-555 8697 2016-12-25 17:58:00 45 -#> 5645 25 A69-1303-555 8699 2016-12-25 18:02:00 45 -#> 5646 25 A69-1303-555 8700 2016-12-26 01:44:00 50 -#> 5647 25 A69-1303-555 8701 2016-12-26 01:46:00 50 -#> 5648 25 A69-1303-555 8703 2016-12-26 01:50:00 50 -#> 5649 25 A69-1303-555 8704 2016-12-26 04:08:00 24 -#> 5650 25 A69-1303-555 8705 2016-12-26 04:12:00 24 -#> 5651 25 A69-1303-555 8706 2016-12-26 05:26:00 50 -#> 5652 25 A69-1303-555 8707 2016-12-26 05:28:00 50 -#> 5653 25 A69-1303-555 8709 2016-12-26 05:30:00 50 -#> 5654 25 A69-1303-555 8710 2016-12-26 05:32:00 50 -#> 5655 25 A69-1303-555 8712 2016-12-26 05:34:00 50 -#> 5656 25 A69-1303-555 8713 2016-12-26 05:36:00 50 -#> 5657 25 A69-1303-555 8715 2016-12-27 04:06:00 51 -#> 5658 25 A69-1303-555 8716 2016-12-27 04:12:00 51 -#> 5659 25 A69-1303-555 8717 2016-12-28 02:10:00 50 -#> 5660 25 A69-1303-555 8719 2016-12-28 02:12:00 50 -#> 5661 25 A69-1303-555 8720 2016-12-28 02:16:00 50 -#> 5662 25 A69-1303-555 8721 2016-12-28 02:18:00 50 -#> 5663 25 A69-1303-555 8723 2016-12-28 02:20:00 50 -#> 5664 25 A69-1303-555 8725 2016-12-28 02:22:00 50 -#> 5665 25 A69-1303-555 8726 2016-12-28 02:28:00 50 -#> 5666 25 A69-1303-555 8727 2016-12-28 02:30:00 50 -#> 5667 25 A69-1303-555 8728 2016-12-28 22:40:00 45 -#> 5668 25 A69-1303-555 8729 2016-12-28 22:42:00 45 -#> 5669 25 A69-1303-555 8730 2016-12-28 22:44:00 45 -#> 5670 25 A69-1303-555 8733 2016-12-28 22:46:00 45 -#> 5671 25 A69-1303-555 8735 2016-12-28 22:48:00 45 -#> 5672 25 A69-1303-555 8737 2016-12-28 22:50:00 45 -#> 5673 25 A69-1303-555 8739 2016-12-28 22:52:00 45 -#> 5674 25 A69-1303-555 8741 2016-12-28 22:56:00 45 -#> 5675 25 A69-1303-555 8743 2016-12-28 22:58:00 45 -#> 5676 25 A69-1303-555 8745 2016-12-28 23:02:00 45 -#> 5677 25 A69-1303-555 8747 2016-12-28 23:04:00 45 -#> 5678 25 A69-1303-555 8749 2016-12-28 23:06:00 45 -#> 5679 25 A69-1303-555 8751 2016-12-28 23:08:00 45 -#> 5680 25 A69-1303-555 8753 2016-12-28 23:10:00 45 -#> 5681 25 A69-1303-555 8754 2016-12-28 23:42:00 45 -#> 5682 25 A69-1303-555 8755 2016-12-28 23:46:00 45 -#> 5683 25 A69-1303-555 8756 2016-12-28 23:48:00 45 -#> 5684 25 A69-1303-555 8757 2016-12-28 23:50:00 45 -#> 5685 25 A69-1303-555 8759 2016-12-28 23:52:00 45 -#> 5686 25 A69-1303-555 8761 2016-12-28 23:54:00 45 -#> 5687 25 A69-1303-555 8763 2016-12-28 23:56:00 45 -#> 5688 25 A69-1303-555 8765 2016-12-28 23:58:00 45 -#> 5689 25 A69-1303-555 8766 2016-12-29 00:00:00 45 -#> 5690 25 A69-1303-555 8768 2016-12-29 00:02:00 45 -#> 5691 25 A69-1303-555 8769 2016-12-29 00:04:00 45 -#> 5692 25 A69-1303-555 8770 2016-12-29 00:08:00 45 -#> 5693 25 A69-1303-555 8771 2016-12-29 05:38:00 50 -#> 5694 25 A69-1303-555 8772 2016-12-29 05:40:00 50 -#> 5695 25 A69-1303-555 8773 2016-12-29 05:42:00 50 -#> 5696 25 A69-1303-555 8774 2016-12-29 06:04:00 50 -#> 5697 25 A69-1303-555 8775 2016-12-29 06:10:00 50 -#> 5698 25 A69-1303-555 8776 2016-12-29 06:12:00 50 -#> 5699 25 A69-1303-555 8777 2016-12-29 06:14:00 50 -#> 5700 25 A69-1303-555 8779 2016-12-29 06:16:00 50 -#> 5701 25 A69-1303-555 8780 2016-12-29 06:18:00 50 -#> 5702 25 A69-1303-555 8781 2016-12-29 06:28:00 50 -#> 5703 25 A69-1303-555 8782 2016-12-29 06:30:00 50 -#> 5704 25 A69-1303-555 8785 2016-12-29 06:32:00 50 -#> 5705 25 A69-1303-555 8786 2016-12-29 17:04:00 51 -#> 5706 25 A69-1303-555 8787 2016-12-29 17:08:00 51 -#> 5707 25 A69-1303-555 8789 2016-12-29 17:10:00 51 -#> 5708 25 A69-1303-555 8790 2016-12-29 17:12:00 51 -#> 5709 25 A69-1303-555 8792 2016-12-29 17:14:00 51 -#> 5710 25 A69-1303-555 8793 2016-12-29 17:16:00 51 -#> 5711 25 A69-1303-555 8794 2016-12-29 17:18:00 51 -#> 5712 25 A69-1303-555 8795 2016-12-29 17:20:00 51 -#> 5713 25 A69-1303-555 8797 2016-12-29 17:22:00 51 -#> 5714 25 A69-1303-555 8799 2016-12-29 17:24:00 51 -#> 5715 25 A69-1303-555 8801 2016-12-29 17:26:00 51 -#> 5716 25 A69-1303-555 8802 2016-12-29 17:28:00 51 -#> 5717 25 A69-1303-555 8804 2016-12-29 17:34:00 51 -#> 5718 25 A69-1303-555 8805 2016-12-29 20:06:00 50 -#> 5719 25 A69-1303-555 8806 2016-12-29 20:10:00 50 -#> 5720 25 A69-1303-555 8808 2016-12-29 20:12:00 50 -#> 5721 25 A69-1303-555 8809 2016-12-29 20:14:00 50 -#> 5722 25 A69-1303-555 8810 2016-12-29 20:16:00 50 -#> 5723 25 A69-1303-555 8812 2016-12-29 20:18:00 50 -#> 5724 25 A69-1303-555 8814 2016-12-29 20:20:00 50 -#> 5725 25 A69-1303-555 8815 2016-12-30 02:26:00 50 -#> 5726 25 A69-1303-555 8816 2016-12-30 02:28:00 50 -#> 5727 25 A69-1303-555 8818 2016-12-30 02:30:00 50 -#> 5728 25 A69-1303-555 8819 2016-12-30 02:32:00 50 -#> 5729 25 A69-1303-555 8820 2016-12-30 02:40:00 50 -#> 5730 25 A69-1303-555 8821 2016-12-30 02:42:00 50 -#> 5731 25 A69-1303-555 8822 2016-12-30 14:38:00 47 -#> 5732 25 A69-1303-555 8823 2016-12-30 14:40:00 47 -#> 5733 25 A69-1303-555 8825 2016-12-30 17:16:00 47 -#> 5734 25 A69-1303-555 8827 2016-12-30 17:34:00 47 -#> 5735 25 A69-1303-555 8829 2016-12-30 17:40:00 47 -#> 5736 25 A69-1303-555 8830 2016-12-30 17:42:00 47 -#> 5737 25 A69-1303-555 8831 2016-12-30 17:44:00 47 -#> 5738 25 A69-1303-555 8832 2016-12-30 17:48:00 47 -#> 5739 25 A69-1303-555 8833 2016-12-30 17:50:00 47 -#> 5740 25 A69-1303-555 8835 2016-12-30 17:54:00 47 -#> 5741 25 A69-1303-555 8836 2016-12-30 18:10:00 47 -#> 5742 25 A69-1303-555 8837 2016-12-30 18:36:00 41 -#> 5743 25 A69-1303-555 8838 2016-12-30 18:44:00 41 -#> 5744 25 A69-1303-555 8839 2016-12-30 18:46:00 41 -#> 5745 25 A69-1303-555 8840 2016-12-30 18:48:00 41 -#> 5746 25 A69-1303-555 8841 2016-12-30 18:50:00 41 -#> 5747 25 A69-1303-555 8842 2016-12-30 18:52:00 41 -#> 5748 25 A69-1303-555 8844 2016-12-30 18:54:00 41 -#> 5749 25 A69-1303-555 8846 2016-12-30 18:56:00 41 -#> 5750 25 A69-1303-555 8847 2016-12-30 18:58:00 41 -#> 5751 25 A69-1303-555 8848 2016-12-30 19:00:00 41 -#> 5752 25 A69-1303-555 8849 2016-12-30 19:10:00 41 -#> 5753 25 A69-1303-555 8850 2016-12-30 19:14:00 41 -#> 5754 25 A69-1303-555 8851 2016-12-30 19:20:00 41 -#> 5755 25 A69-1303-555 8852 2016-12-30 19:22:00 41 -#> 5756 25 A69-1303-555 8854 2016-12-30 19:26:00 41 -#> 5757 25 A69-1303-555 8855 2016-12-30 19:28:00 41 -#> 5758 25 A69-1303-555 8856 2016-12-30 19:30:00 41 -#> 5759 25 A69-1303-555 8857 2016-12-30 19:32:00 41 -#> 5760 25 A69-1303-555 8858 2016-12-30 19:48:00 41 -#> 5761 25 A69-1303-555 8859 2016-12-31 18:30:00 24 -#> 5762 25 A69-1303-555 8860 2016-12-31 18:34:00 24 -#> 5763 25 A69-1303-555 8861 2016-12-31 18:36:00 24 -#> 5764 25 A69-1303-555 8863 2016-12-31 18:38:00 24 -#> 5765 25 A69-1303-555 8864 2016-12-31 18:40:00 24 -#> 5766 25 A69-1303-555 8865 2016-12-31 18:42:00 24 -#> 5767 25 A69-1303-555 8867 2016-12-31 18:44:00 24 -#> 5768 25 A69-1303-555 8869 2016-12-31 18:46:00 24 -#> 5769 25 A69-1303-555 8871 2016-12-31 18:48:00 24 -#> 5770 25 A69-1303-555 8873 2016-12-31 18:50:00 24 -#> 5771 25 A69-1303-555 8875 2016-12-31 18:52:00 24 -#> 5772 25 A69-1303-555 8877 2016-12-31 18:54:00 24 -#> 5773 25 A69-1303-555 8879 2016-12-31 18:56:00 24 -#> 5774 25 A69-1303-555 8882 2016-12-31 18:58:00 24 -#> 5775 25 A69-1303-555 8883 2016-12-31 19:00:00 24 -#> 5776 25 A69-1303-555 8885 2016-12-31 19:02:00 24 -#> 5777 25 A69-1303-555 8887 2016-12-31 19:04:00 24 -#> 5778 25 A69-1303-555 8889 2016-12-31 19:06:00 24 -#> 5779 25 A69-1303-555 8891 2016-12-31 19:08:00 24 -#> 5780 25 A69-1303-555 8892 2016-12-31 19:10:00 24 -#> 5781 25 A69-1303-555 8893 2016-12-31 19:12:00 24 -#> 5782 25 A69-1303-555 8894 2016-12-31 19:14:00 24 -#> 5783 25 A69-1303-555 8895 2016-12-31 19:16:00 24 -#> 5784 25 A69-1303-555 8898 2017-01-01 21:34:00 45 -#> 5785 25 A69-1303-555 8899 2017-01-01 21:36:00 45 -#> 5786 25 A69-1303-555 8901 2017-01-01 21:38:00 45 -#> 5787 25 A69-1303-555 8904 2017-01-01 21:40:00 45 -#> 5788 25 A69-1303-555 8905 2017-01-01 21:44:00 45 -#> 5789 25 A69-1303-555 8906 2017-01-01 21:46:00 45 -#> 5790 25 A69-1303-555 8908 2017-01-01 21:48:00 45 -#> 5791 25 A69-1303-555 8910 2017-01-01 22:18:00 45 -#> 5792 25 A69-1303-555 8911 2017-01-01 22:24:00 45 -#> 5793 25 A69-1303-555 8913 2017-01-01 22:26:00 45 -#> 5794 25 A69-1303-555 8914 2017-01-01 22:28:00 45 -#> 5795 25 A69-1303-555 8915 2017-01-01 22:30:00 45 -#> 5796 25 A69-1303-555 8917 2017-01-01 22:32:00 45 -#> 5797 25 A69-1303-555 8918 2017-01-01 22:34:00 45 -#> 5798 25 A69-1303-555 8920 2017-01-01 22:36:00 45 -#> 5799 25 A69-1303-555 8923 2017-01-01 22:38:00 45 -#> 5800 25 A69-1303-555 8924 2017-01-01 22:40:00 45 -#> 5801 25 A69-1303-555 8926 2017-01-01 22:42:00 45 -#> 5802 25 A69-1303-555 8927 2017-01-01 22:44:00 45 -#> 5803 25 A69-1303-555 8929 2017-01-01 22:46:00 45 -#> 5804 25 A69-1303-555 8931 2017-01-01 22:48:00 45 -#> 5805 25 A69-1303-555 8933 2017-01-01 22:50:00 45 -#> 5806 25 A69-1303-555 8934 2017-01-01 22:52:00 45 -#> 5807 25 A69-1303-555 8935 2017-01-01 22:54:00 45 -#> 5808 25 A69-1303-555 8936 2017-01-01 22:58:00 45 -#> 5809 25 A69-1303-555 8937 2017-01-01 23:00:00 45 -#> 5810 25 A69-1303-555 8938 2017-01-01 23:02:00 45 -#> 5811 25 A69-1303-555 8939 2017-01-01 23:04:00 45 -#> 5812 25 A69-1303-555 8941 2017-01-01 23:06:00 45 -#> 5813 25 A69-1303-555 8942 2017-01-01 23:08:00 45 -#> 5814 25 A69-1303-555 8944 2017-01-01 23:10:00 45 -#> 5815 25 A69-1303-555 8945 2017-01-01 23:12:00 45 -#> 5816 25 A69-1303-555 8946 2017-01-01 23:14:00 45 -#> 5817 25 A69-1303-555 8949 2017-01-01 23:16:00 45 -#> 5818 25 A69-1303-555 8950 2017-01-01 23:18:00 45 -#> 5819 25 A69-1303-555 8952 2017-01-01 23:20:00 45 -#> 5820 25 A69-1303-555 8954 2017-01-01 23:22:00 45 -#> 5821 25 A69-1303-555 8956 2017-01-01 23:24:00 45 -#> 5822 25 A69-1303-555 8958 2017-01-01 23:26:00 45 -#> 5823 25 A69-1303-555 8959 2017-01-01 23:28:00 45 -#> 5824 25 A69-1303-555 8961 2017-01-01 23:30:00 45 -#> 5825 25 A69-1303-555 8963 2017-01-01 23:32:00 45 -#> 5826 25 A69-1303-555 8964 2017-01-01 23:34:00 45 -#> 5827 25 A69-1303-555 8966 2017-01-01 23:36:00 45 -#> 5828 25 A69-1303-555 8968 2017-01-01 23:40:00 45 -#> 5829 25 A69-1303-555 8970 2017-01-01 23:42:00 45 -#> 5830 25 A69-1303-555 8972 2017-01-01 23:44:00 45 -#> 5831 25 A69-1303-555 8973 2017-01-01 23:46:00 45 -#> 5832 25 A69-1303-555 8974 2017-01-01 23:48:00 45 -#> 5833 25 A69-1303-555 8975 2017-01-01 23:50:00 45 -#> 5834 25 A69-1303-555 8976 2017-01-01 23:54:00 45 -#> 5835 25 A69-1303-555 8977 2017-01-02 00:02:00 45 -#> 5836 25 A69-1303-555 8978 2017-01-02 00:12:00 45 -#> 5837 25 A69-1303-555 8979 2017-01-02 00:24:00 45 -#> 5838 25 A69-1303-555 8980 2017-01-02 03:56:00 45 -#> 5839 25 A69-1303-555 8981 2017-01-02 03:58:00 45 -#> 5840 25 A69-1303-555 8982 2017-01-02 04:00:00 45 -#> 5841 25 A69-1303-555 8983 2017-01-02 04:02:00 45 -#> 5842 25 A69-1303-555 8984 2017-01-02 04:04:00 45 -#> 5843 25 A69-1303-555 8986 2017-01-02 04:06:00 45 -#> 5844 25 A69-1303-555 8987 2017-01-02 04:08:00 45 -#> 5845 25 A69-1303-555 8988 2017-01-02 04:10:00 45 -#> 5846 25 A69-1303-555 8990 2017-01-02 04:12:00 45 -#> 5847 25 A69-1303-555 8992 2017-01-02 04:16:00 45 -#> 5848 25 A69-1303-555 8993 2017-01-02 04:18:00 45 -#> 5849 25 A69-1303-555 8994 2017-01-02 04:20:00 45 -#> 5850 25 A69-1303-555 8995 2017-01-02 04:22:00 45 -#> 5851 25 A69-1303-555 8996 2017-01-02 04:24:00 45 -#> 5852 25 A69-1303-555 8997 2017-01-02 04:26:00 45 -#> 5853 25 A69-1303-555 8999 2017-01-02 04:28:00 45 -#> 5854 25 A69-1303-555 9001 2017-01-02 04:30:00 45 -#> 5855 25 A69-1303-555 9003 2017-01-02 04:32:00 45 -#> 5856 25 A69-1303-555 9005 2017-01-02 04:34:00 45 -#> 5857 25 A69-1303-555 9006 2017-01-02 04:36:00 45 -#> 5858 25 A69-1303-555 9008 2017-01-02 04:38:00 45 -#> 5859 25 A69-1303-555 9010 2017-01-02 04:40:00 45 -#> 5860 25 A69-1303-555 9012 2017-01-02 04:42:00 45 -#> 5861 25 A69-1303-555 9013 2017-01-02 04:44:00 45 -#> 5862 25 A69-1303-555 9014 2017-01-02 18:40:00 50 -#> 5863 25 A69-1303-555 9015 2017-01-02 18:52:00 50 -#> 5864 25 A69-1303-555 9016 2017-01-02 18:54:00 50 -#> 5865 25 A69-1303-555 9018 2017-01-02 18:56:00 50 -#> 5866 25 A69-1303-555 9020 2017-01-02 19:00:00 50 -#> 5867 25 A69-1303-555 9021 2017-01-02 19:02:00 50 -#> 5868 25 A69-1303-555 9022 2017-01-02 22:04:00 50 -#> 5869 25 A69-1303-555 9023 2017-01-02 22:10:00 50 -#> 5870 25 A69-1303-555 9025 2017-01-02 22:12:00 50 -#> 5871 25 A69-1303-555 9027 2017-01-02 22:14:00 50 -#> 5872 25 A69-1303-555 9029 2017-01-02 22:16:00 50 -#> 5873 25 A69-1303-555 9031 2017-01-02 22:18:00 50 -#> 5874 25 A69-1303-555 9033 2017-01-03 07:20:00 50 -#> 5875 25 A69-1303-555 9034 2017-01-03 07:22:00 50 -#> 5876 25 A69-1303-555 9035 2017-01-03 07:26:00 50 -#> 5877 25 A69-1303-555 9037 2017-01-03 07:28:00 50 -#> 5878 25 A69-1303-555 9038 2017-01-03 07:30:00 50 -#> 5879 25 A69-1303-555 9039 2017-01-03 07:34:00 50 -#> 5880 25 A69-1303-555 9040 2017-01-03 07:36:00 50 -#> 5881 25 A69-1303-555 9041 2017-01-03 10:24:00 50 -#> 5882 25 A69-1303-555 9042 2017-01-03 10:26:00 50 -#> 5883 25 A69-1303-555 9045 2017-01-03 10:28:00 50 -#> 5884 25 A69-1303-555 9047 2017-01-03 10:30:00 50 -#> 5885 25 A69-1303-555 9048 2017-01-03 10:32:00 50 -#> 5886 25 A69-1303-555 9050 2017-01-03 10:34:00 50 -#> 5887 25 A69-1303-555 9051 2017-01-03 10:36:00 50 -#> 5888 25 A69-1303-555 9052 2017-01-05 02:00:00 45 -#> 5889 25 A69-1303-555 9053 2017-01-05 02:02:00 45 -#> 5890 25 A69-1303-555 9054 2017-01-05 02:04:00 45 -#> 5891 25 A69-1303-555 9056 2017-01-05 02:22:00 45 -#> 5892 25 A69-1303-555 9058 2017-01-05 02:26:00 45 -#> 5893 25 A69-1303-555 9059 2017-01-05 02:28:00 45 -#> 5894 25 A69-1303-555 9061 2017-01-05 02:30:00 45 -#> 5895 25 A69-1303-555 9064 2017-01-05 02:32:00 45 -#> 5896 25 A69-1303-555 9066 2017-01-05 02:34:00 45 -#> 5897 25 A69-1303-555 9067 2017-01-05 02:36:00 45 -#> 5898 25 A69-1303-555 9070 2017-01-05 02:38:00 45 -#> 5899 25 A69-1303-555 9072 2017-01-05 02:40:00 45 -#> 5900 25 A69-1303-555 9073 2017-01-05 02:42:00 45 -#> 5901 25 A69-1303-555 9075 2017-01-05 02:44:00 45 -#> 5902 25 A69-1303-555 9076 2017-01-05 02:46:00 45 -#> 5903 25 A69-1303-555 9079 2017-01-05 02:48:00 45 -#> 5904 25 A69-1303-555 9080 2017-01-05 02:50:00 45 -#> 5905 25 A69-1303-555 9081 2017-01-05 02:52:00 45 -#> 5906 25 A69-1303-555 9082 2017-01-05 02:54:00 45 -#> 5907 25 A69-1303-555 9083 2017-01-05 02:56:00 45 -#> 5908 25 A69-1303-555 9084 2017-01-05 02:58:00 45 -#> 5909 25 A69-1303-555 9085 2017-01-05 03:00:00 45 -#> 5910 25 A69-1303-555 9086 2017-01-05 03:04:00 45 -#> 5911 25 A69-1303-555 9087 2017-01-05 03:06:00 45 -#> 5912 25 A69-1303-555 9088 2017-01-05 03:08:00 45 -#> 5913 25 A69-1303-555 9089 2017-01-05 03:10:00 45 -#> 5914 25 A69-1303-555 9090 2017-01-05 03:12:00 45 -#> 5915 25 A69-1303-555 9092 2017-01-05 03:14:00 45 -#> 5916 25 A69-1303-555 9093 2017-01-05 03:16:00 45 -#> 5917 25 A69-1303-555 9095 2017-01-05 03:18:00 45 -#> 5918 25 A69-1303-555 9096 2017-01-05 03:20:00 45 -#> 5919 25 A69-1303-555 9098 2017-01-05 03:22:00 45 -#> 5920 25 A69-1303-555 9100 2017-01-05 03:26:00 45 -#> 5921 25 A69-1303-555 9101 2017-01-05 03:32:00 45 -#> 5922 25 A69-1303-555 9103 2017-01-05 03:34:00 45 -#> 5923 25 A69-1303-555 9105 2017-01-05 03:36:00 45 -#> 5924 25 A69-1303-555 9107 2017-01-05 03:44:00 45 -#> 5925 25 A69-1303-555 9108 2017-01-05 04:02:00 45 -#> 5926 25 A69-1303-555 9109 2017-01-05 04:12:00 45 -#> 5927 25 A69-1303-555 9110 2017-01-05 04:14:00 45 -#> 5928 25 A69-1303-555 9111 2017-01-05 04:24:00 45 -#> 5929 25 A69-1303-555 9112 2017-01-05 04:26:00 45 -#> 5930 25 A69-1303-555 9114 2017-01-05 04:30:00 45 -#> 5931 25 A69-1303-555 9115 2017-01-05 04:32:00 45 -#> 5932 25 A69-1303-555 9117 2017-01-05 04:34:00 45 -#> 5933 25 A69-1303-555 9118 2017-01-05 04:36:00 45 -#> 5934 25 A69-1303-555 9119 2017-01-05 04:40:00 45 -#> 5935 25 A69-1303-555 9121 2017-01-05 04:42:00 45 -#> 5936 25 A69-1303-555 9123 2017-01-05 04:44:00 45 -#> 5937 25 A69-1303-555 9124 2017-01-05 04:46:00 45 -#> 5938 25 A69-1303-555 9126 2017-01-05 04:48:00 45 -#> 5939 25 A69-1303-555 9127 2017-01-05 04:50:00 45 -#> 5940 25 A69-1303-555 9128 2017-01-05 04:52:00 45 -#> 5941 25 A69-1303-555 9129 2017-01-05 04:58:00 45 -#> 5942 25 A69-1303-555 9130 2017-01-05 05:00:00 45 -#> 5943 25 A69-1303-555 9132 2017-01-05 05:02:00 45 -#> 5944 25 A69-1303-555 9134 2017-01-05 05:06:00 45 -#> 5945 25 A69-1303-555 9136 2017-01-05 05:08:00 45 -#> 5946 25 A69-1303-555 9137 2017-01-05 05:12:00 45 -#> 5947 25 A69-1303-555 9138 2017-01-05 05:20:00 45 -#> 5948 25 A69-1303-555 9139 2017-01-05 05:24:00 45 -#> 5949 25 A69-1303-555 9140 2017-01-05 05:32:00 45 -#> 5950 25 A69-1303-555 9141 2017-01-05 05:36:00 45 -#> 5951 25 A69-1303-555 9142 2017-01-05 05:42:00 45 -#> 5952 25 A69-1303-555 9144 2017-01-05 05:44:00 45 -#> 5953 25 A69-1303-555 9145 2017-01-05 05:50:00 45 -#> 5954 25 A69-1303-555 9146 2017-01-05 06:56:00 45 -#> 5955 25 A69-1303-555 9147 2017-01-05 07:00:00 45 -#> 5956 25 A69-1303-555 9148 2017-01-05 07:06:00 45 -#> 5957 25 A69-1303-555 9150 2017-01-05 07:08:00 45 -#> 5958 25 A69-1303-555 9151 2017-01-05 07:10:00 45 -#> 5959 25 A69-1303-555 9152 2017-01-05 07:14:00 45 -#> 5960 25 A69-1303-555 9153 2017-01-05 07:16:00 45 -#> 5961 25 A69-1303-555 9154 2017-01-05 07:18:00 45 -#> 5962 25 A69-1303-555 9156 2017-01-05 07:20:00 45 -#> 5963 25 A69-1303-555 9158 2017-01-05 07:24:00 45 -#> 5964 25 A69-1303-555 9160 2017-01-05 07:26:00 45 -#> 5965 25 A69-1303-555 9162 2017-01-05 07:28:00 45 -#> 5966 25 A69-1303-555 9163 2017-01-05 07:30:00 45 -#> 5967 25 A69-1303-555 9165 2017-01-05 07:32:00 45 -#> 5968 25 A69-1303-555 9168 2017-01-05 07:34:00 45 -#> 5969 25 A69-1303-555 9169 2017-01-05 07:36:00 45 -#> 5970 25 A69-1303-555 9170 2017-01-05 07:38:00 45 -#> 5971 25 A69-1303-555 9171 2017-01-05 07:40:00 45 -#> 5972 25 A69-1303-555 9173 2017-01-05 07:46:00 45 -#> 5973 25 A69-1303-555 9174 2017-01-05 07:48:00 45 -#> 5974 25 A69-1303-555 9175 2017-01-05 07:50:00 45 -#> 5975 25 A69-1303-555 9178 2017-01-05 07:52:00 45 -#> 5976 25 A69-1303-555 9179 2017-01-05 07:54:00 45 -#> 5977 25 A69-1303-555 9180 2017-01-05 07:56:00 45 -#> 5978 25 A69-1303-555 9182 2017-01-05 07:58:00 45 -#> 5979 25 A69-1303-555 9184 2017-01-05 08:00:00 45 -#> 5980 25 A69-1303-555 9185 2017-01-05 08:02:00 45 -#> 5981 25 A69-1303-555 9187 2017-01-05 08:04:00 45 -#> 5982 25 A69-1303-555 9188 2017-01-05 08:06:00 45 -#> 5983 25 A69-1303-555 9190 2017-01-05 08:08:00 45 -#> 5984 25 A69-1303-555 9193 2017-01-05 08:10:00 45 -#> 5985 25 A69-1303-555 9196 2017-01-05 08:12:00 45 -#> 5986 25 A69-1303-555 9198 2017-01-05 08:14:00 45 -#> 5987 25 A69-1303-555 9200 2017-01-05 08:16:00 45 -#> 5988 25 A69-1303-555 9201 2017-01-05 08:18:00 45 -#> 5989 25 A69-1303-555 9202 2017-01-05 08:20:00 45 -#> 5990 25 A69-1303-555 9203 2017-01-05 08:22:00 45 -#> 5991 25 A69-1303-555 9205 2017-01-05 08:24:00 45 -#> 5992 25 A69-1303-555 9207 2017-01-05 08:26:00 45 -#> 5993 25 A69-1303-555 9208 2017-01-05 08:28:00 45 -#> 5994 25 A69-1303-555 9210 2017-01-05 08:30:00 45 -#> 5995 25 A69-1303-555 9211 2017-01-05 08:32:00 45 -#> 5996 25 A69-1303-555 9213 2017-01-05 08:36:00 45 -#> 5997 25 A69-1303-555 9214 2017-01-05 08:38:00 45 -#> 5998 25 A69-1303-555 9215 2017-01-05 08:42:00 45 -#> 5999 25 A69-1303-555 9216 2017-01-05 08:46:00 45 -#> 6000 25 A69-1303-555 9217 2017-01-05 08:56:00 45 -#> 6001 25 A69-1303-555 9219 2017-01-05 08:58:00 45 -#> 6002 25 A69-1303-555 9220 2017-01-05 09:00:00 45 -#> 6003 25 A69-1303-555 9221 2017-01-05 09:04:00 45 -#> 6004 25 A69-1303-555 9223 2017-01-05 09:06:00 45 -#> 6005 25 A69-1303-555 9224 2017-01-05 09:08:00 45 -#> 6006 25 A69-1303-555 9226 2017-01-05 09:10:00 45 -#> 6007 25 A69-1303-555 9227 2017-01-05 09:12:00 45 -#> 6008 25 A69-1303-555 9229 2017-01-05 09:14:00 45 -#> 6009 25 A69-1303-555 9230 2017-01-05 09:16:00 45 -#> 6010 25 A69-1303-555 9233 2017-01-05 09:18:00 45 -#> 6011 25 A69-1303-555 9234 2017-01-05 09:22:00 45 -#> 6012 25 A69-1303-555 9235 2017-01-05 09:24:00 45 -#> 6013 25 A69-1303-555 9236 2017-01-05 09:26:00 45 -#> 6014 25 A69-1303-555 9238 2017-01-05 09:28:00 45 -#> 6015 25 A69-1303-555 9239 2017-01-05 09:30:00 45 -#> 6016 25 A69-1303-555 9240 2017-01-05 09:32:00 45 -#> 6017 25 A69-1303-555 9243 2017-01-05 09:36:00 45 -#> 6018 25 A69-1303-555 9245 2017-01-05 09:38:00 45 -#> 6019 25 A69-1303-555 9246 2017-01-05 09:40:00 45 -#> 6020 25 A69-1303-555 9248 2017-01-05 09:42:00 45 -#> 6021 25 A69-1303-555 9250 2017-01-05 09:44:00 45 -#> 6022 25 A69-1303-555 9251 2017-01-05 09:46:00 45 -#> 6023 25 A69-1303-555 9252 2017-01-05 09:48:00 45 -#> 6024 25 A69-1303-555 9254 2017-01-05 09:50:00 45 -#> 6025 25 A69-1303-555 9255 2017-01-05 09:52:00 45 -#> 6026 25 A69-1303-555 9256 2017-01-05 09:54:00 45 -#> 6027 25 A69-1303-555 9258 2017-01-05 09:56:00 45 -#> 6028 25 A69-1303-555 9259 2017-01-05 09:58:00 45 -#> 6029 25 A69-1303-555 9261 2017-01-05 10:00:00 45 -#> 6030 25 A69-1303-555 9264 2017-01-05 10:02:00 45 -#> 6031 25 A69-1303-555 9266 2017-01-05 10:04:00 45 -#> 6032 25 A69-1303-555 9267 2017-01-05 10:06:00 45 -#> 6033 25 A69-1303-555 9269 2017-01-05 10:08:00 45 -#> 6034 25 A69-1303-555 9271 2017-01-05 10:10:00 45 -#> 6035 25 A69-1303-555 9273 2017-01-05 10:12:00 45 -#> 6036 25 A69-1303-555 9275 2017-01-05 10:14:00 45 -#> 6037 25 A69-1303-555 9276 2017-01-05 10:16:00 45 -#> 6038 25 A69-1303-555 9278 2017-01-05 10:18:00 45 -#> 6039 25 A69-1303-555 9279 2017-01-05 10:20:00 45 -#> 6040 25 A69-1303-555 9281 2017-01-05 10:24:00 45 -#> 6041 25 A69-1303-555 9282 2017-01-05 10:26:00 45 -#> 6042 25 A69-1303-555 9284 2017-01-05 10:28:00 45 -#> 6043 25 A69-1303-555 9286 2017-01-05 10:30:00 45 -#> 6044 25 A69-1303-555 9287 2017-01-05 10:32:00 45 -#> 6045 25 A69-1303-555 9289 2017-01-05 10:34:00 45 -#> 6046 25 A69-1303-555 9291 2017-01-05 10:36:00 45 -#> 6047 25 A69-1303-555 9292 2017-01-05 10:38:00 45 -#> 6048 25 A69-1303-555 9293 2017-01-05 10:42:00 45 -#> 6049 25 A69-1303-555 9295 2017-01-05 10:44:00 45 -#> 6050 25 A69-1303-555 9296 2017-01-05 10:46:00 45 -#> 6051 25 A69-1303-555 9297 2017-01-05 10:48:00 45 -#> 6052 25 A69-1303-555 9298 2017-01-06 19:38:00 51 -#> 6053 25 A69-1303-555 9299 2017-01-06 19:40:00 51 -#> 6054 25 A69-1303-555 9300 2017-01-06 19:42:00 51 -#> 6055 25 A69-1303-555 9302 2017-01-06 19:44:00 51 -#> 6056 25 A69-1303-555 9303 2017-01-06 19:48:00 51 -#> 6057 25 A69-1303-555 9304 2017-01-08 03:52:00 50 -#> 6058 25 A69-1303-555 9305 2017-01-08 03:54:00 50 -#> 6059 25 A69-1303-555 9306 2017-01-08 03:56:00 50 -#> 6060 25 A69-1303-555 9308 2017-01-08 03:58:00 50 -#> 6061 25 A69-1303-555 9309 2017-01-08 04:00:00 50 -#> 6062 25 A69-1303-555 9310 2017-01-08 04:02:00 50 -#> 6063 25 A69-1303-555 9312 2017-01-08 04:04:00 50 -#> 6064 25 A69-1303-555 9313 2017-01-08 04:06:00 50 -#> 6065 25 A69-1303-555 9314 2017-01-08 04:08:00 50 -#> 6066 25 A69-1303-555 9315 2017-01-08 17:22:00 48 -#> 6067 25 A69-1303-555 9317 2017-01-08 17:24:00 48 -#> 6068 25 A69-1303-555 9318 2017-01-08 17:26:00 48 -#> 6069 25 A69-1303-555 9321 2017-01-08 17:28:00 48 -#> 6070 25 A69-1303-555 9322 2017-01-08 17:30:00 48 -#> 6071 25 A69-1303-555 9323 2017-01-08 17:32:00 48 -#> 6072 25 A69-1303-555 9325 2017-01-08 17:36:00 48 -#> 6073 25 A69-1303-555 9326 2017-01-08 17:38:00 48 -#> 6074 25 A69-1303-555 9329 2017-01-08 17:40:00 48 -#> 6075 25 A69-1303-555 9330 2017-01-08 17:42:00 48 -#> 6076 25 A69-1303-555 9331 2017-01-08 17:44:00 48 -#> 6077 25 A69-1303-555 9333 2017-01-08 17:46:00 48 -#> 6078 25 A69-1303-555 9334 2017-01-08 17:48:00 48 -#> 6079 25 A69-1303-555 9336 2017-01-08 17:50:00 48 -#> 6080 25 A69-1303-555 9337 2017-01-08 17:52:00 48 -#> 6081 25 A69-1303-555 9340 2017-01-08 17:54:00 48 -#> 6082 25 A69-1303-555 9341 2017-01-08 17:56:00 48 -#> 6083 25 A69-1303-555 9344 2017-01-08 17:58:00 48 -#> 6084 25 A69-1303-555 9345 2017-01-08 18:00:00 48 -#> 6085 25 A69-1303-555 9347 2017-01-08 18:02:00 48 -#> 6086 25 A69-1303-555 9350 2017-01-08 18:04:00 48 -#> 6087 25 A69-1303-555 9351 2017-01-08 18:06:00 48 -#> 6088 25 A69-1303-555 9353 2017-01-08 18:08:00 48 -#> 6089 25 A69-1303-555 9354 2017-01-08 18:10:00 48 -#> 6090 25 A69-1303-555 9356 2017-01-08 18:12:00 48 -#> 6091 25 A69-1303-555 9357 2017-01-08 18:14:00 48 -#> 6092 25 A69-1303-555 9358 2017-01-08 18:16:00 48 -#> 6093 25 A69-1303-555 9359 2017-01-08 18:18:00 48 -#> 6094 25 A69-1303-555 9362 2017-01-08 18:20:00 48 -#> 6095 25 A69-1303-555 9364 2017-01-08 18:22:00 48 -#> 6096 25 A69-1303-555 9366 2017-01-08 18:24:00 48 -#> 6097 25 A69-1303-555 9368 2017-01-08 18:26:00 48 -#> 6098 25 A69-1303-555 9369 2017-01-08 18:28:00 48 -#> 6099 25 A69-1303-555 9371 2017-01-08 18:30:00 48 -#> 6100 25 A69-1303-555 9373 2017-01-08 18:32:00 48 -#> 6101 25 A69-1303-555 9374 2017-01-08 18:34:00 48 -#> 6102 25 A69-1303-555 9376 2017-01-08 18:36:00 48 -#> 6103 25 A69-1303-555 9377 2017-01-08 18:38:00 48 -#> 6104 25 A69-1303-555 9378 2017-01-08 18:40:00 48 -#> 6105 25 A69-1303-555 9379 2017-01-09 17:34:00 45 -#> 6106 25 A69-1303-555 9380 2017-01-09 17:36:00 45 -#> 6107 25 A69-1303-555 9381 2017-01-09 17:38:00 45 -#> 6108 25 A69-1303-555 9382 2017-01-09 17:40:00 45 -#> 6109 25 A69-1303-555 9384 2017-01-09 17:42:00 45 -#> 6110 25 A69-1303-555 9386 2017-01-09 17:44:00 45 -#> 6111 25 A69-1303-555 9387 2017-01-09 19:56:00 45 -#> 6112 25 A69-1303-555 9389 2017-01-09 19:58:00 45 -#> 6113 25 A69-1303-555 9390 2017-01-09 20:00:00 45 -#> 6114 25 A69-1303-555 9391 2017-01-09 20:02:00 45 -#> 6115 25 A69-1303-555 9392 2017-01-09 20:04:00 45 -#> 6116 25 A69-1303-555 9393 2017-01-09 20:06:00 45 -#> 6117 25 A69-1303-555 9394 2017-01-09 20:10:00 45 -#> 6118 25 A69-1303-555 9395 2017-01-09 20:12:00 45 -#> 6119 25 A69-1303-555 9396 2017-01-09 20:14:00 45 -#> 6120 25 A69-1303-555 9398 2017-01-09 20:16:00 45 -#> 6121 25 A69-1303-555 9399 2017-01-09 20:18:00 45 -#> 6122 25 A69-1303-555 9401 2017-01-09 20:20:00 45 -#> 6123 25 A69-1303-555 9403 2017-01-09 20:22:00 45 -#> 6124 25 A69-1303-555 9404 2017-01-09 20:24:00 45 -#> 6125 25 A69-1303-555 9405 2017-01-09 20:26:00 45 -#> 6126 25 A69-1303-555 9406 2017-01-09 20:28:00 45 -#> 6127 25 A69-1303-555 9407 2017-01-09 20:44:00 45 -#> 6128 25 A69-1303-555 9409 2017-01-09 20:46:00 45 -#> 6129 25 A69-1303-555 9410 2017-01-09 20:50:00 45 -#> 6130 25 A69-1303-555 9411 2017-01-09 20:52:00 45 -#> 6131 25 A69-1303-555 9413 2017-01-09 20:54:00 45 -#> 6132 25 A69-1303-555 9415 2017-01-09 20:56:00 45 -#> 6133 25 A69-1303-555 9416 2017-01-09 20:58:00 45 -#> 6134 25 A69-1303-555 9418 2017-01-09 21:02:00 45 -#> 6135 25 A69-1303-555 9419 2017-01-09 21:10:00 45 -#> 6136 25 A69-1303-555 9422 2017-01-09 22:18:00 48 -#> 6137 25 A69-1303-555 9423 2017-01-09 22:20:00 48 -#> 6138 25 A69-1303-555 9424 2017-01-09 22:22:00 48 -#> 6139 25 A69-1303-555 9425 2017-01-09 22:24:00 48 -#> 6140 25 A69-1303-555 9427 2017-01-09 22:26:00 48 -#> 6141 25 A69-1303-555 9428 2017-01-09 22:28:00 48 -#> 6142 25 A69-1303-555 9430 2017-01-09 22:30:00 48 -#> 6143 25 A69-1303-555 9433 2017-01-09 22:34:00 48 -#> 6144 25 A69-1303-555 9435 2017-01-09 22:36:00 48 -#> 6145 25 A69-1303-555 9437 2017-01-09 22:38:00 48 -#> 6146 25 A69-1303-555 9438 2017-01-09 22:40:00 48 -#> 6147 25 A69-1303-555 9440 2017-01-09 22:42:00 48 -#> 6148 25 A69-1303-555 9441 2017-01-09 22:46:00 48 -#> 6149 25 A69-1303-555 9442 2017-01-09 22:52:00 48 -#> 6150 25 A69-1303-555 9443 2017-01-09 22:54:00 48 -#> 6151 25 A69-1303-555 9444 2017-01-12 14:00:00 50 -#> 6152 25 A69-1303-555 9445 2017-01-12 14:02:00 50 -#> 6153 25 A69-1303-555 9447 2017-01-12 21:28:00 41 -#> 6154 25 A69-1303-555 9449 2017-01-12 21:32:00 41 -#> 6155 25 A69-1303-555 9450 2017-01-12 21:36:00 41 -#> 6156 25 A69-1303-555 9451 2017-01-13 07:34:00 24 -#> 6157 25 A69-1303-555 9452 2017-01-13 07:36:00 24 -#> 6158 25 A69-1303-555 9453 2017-01-13 07:38:00 24 -#> 6159 25 A69-1303-555 9454 2017-01-13 07:40:00 24 -#> 6160 25 A69-1303-555 9456 2017-01-13 07:42:00 24 -#> 6161 25 A69-1303-555 9457 2017-01-13 07:44:00 24 -#> 6162 25 A69-1303-555 9459 2017-01-13 07:46:00 24 -#> 6163 25 A69-1303-555 9462 2017-01-13 07:48:00 24 -#> 6164 25 A69-1303-555 9464 2017-01-13 07:50:00 24 -#> 6165 25 A69-1303-555 9465 2017-01-13 07:52:00 24 -#> 6166 25 A69-1303-555 9467 2017-01-13 07:54:00 24 -#> 6167 25 A69-1303-555 9469 2017-01-13 07:56:00 24 -#> 6168 25 A69-1303-555 9471 2017-01-13 07:58:00 24 -#> 6169 25 A69-1303-555 9472 2017-01-13 08:06:00 24 -#> 6170 25 A69-1303-555 9474 2017-01-13 08:12:00 24 -#> 6171 25 A69-1303-555 9475 2017-01-13 09:42:00 50 -#> 6172 25 A69-1303-555 9476 2017-01-13 09:44:00 50 -#> 6173 25 A69-1303-555 9477 2017-01-13 20:30:00 45 -#> 6174 25 A69-1303-555 9479 2017-01-13 20:32:00 45 -#> 6175 25 A69-1303-555 9480 2017-01-13 20:34:00 45 -#> 6176 25 A69-1303-555 9482 2017-01-13 20:40:00 45 -#> 6177 25 A69-1303-555 9484 2017-01-13 20:42:00 45 -#> 6178 25 A69-1303-555 9486 2017-01-13 20:44:00 45 -#> 6179 25 A69-1303-555 9488 2017-01-13 20:46:00 45 -#> 6180 25 A69-1303-555 9489 2017-01-13 20:48:00 45 -#> 6181 25 A69-1303-555 9490 2017-01-13 20:50:00 45 -#> 6182 25 A69-1303-555 9493 2017-01-13 20:52:00 45 -#> 6183 25 A69-1303-555 9494 2017-01-13 20:54:00 45 -#> 6184 25 A69-1303-555 9496 2017-01-13 20:56:00 45 -#> 6185 25 A69-1303-555 9498 2017-01-13 20:58:00 45 -#> 6186 25 A69-1303-555 9500 2017-01-13 21:00:00 45 -#> 6187 25 A69-1303-555 9501 2017-01-13 22:16:00 45 -#> 6188 25 A69-1303-555 9502 2017-01-13 22:20:00 45 -#> 6189 25 A69-1303-555 9505 2017-01-13 22:22:00 45 -#> 6190 25 A69-1303-555 9507 2017-01-13 22:24:00 45 -#> 6191 25 A69-1303-555 9508 2017-01-13 22:26:00 45 -#> 6192 25 A69-1303-555 9509 2017-01-13 22:28:00 45 -#> 6193 25 A69-1303-555 9511 2017-01-13 22:32:00 45 -#> 6194 25 A69-1303-555 9512 2017-01-13 22:34:00 45 -#> 6195 25 A69-1303-555 9513 2017-01-13 22:36:00 45 -#> 6196 25 A69-1303-555 9514 2017-01-13 22:38:00 45 -#> 6197 25 A69-1303-555 9516 2017-01-13 22:40:00 45 -#> 6198 25 A69-1303-555 9519 2017-01-13 22:42:00 45 -#> 6199 25 A69-1303-555 9521 2017-01-13 22:44:00 45 -#> 6200 25 A69-1303-555 9524 2017-01-13 22:46:00 45 -#> 6201 25 A69-1303-555 9526 2017-01-13 22:48:00 45 -#> 6202 25 A69-1303-555 9527 2017-01-13 22:50:00 45 -#> 6203 25 A69-1303-555 9530 2017-01-13 22:52:00 45 -#> 6204 25 A69-1303-555 9531 2017-01-13 22:54:00 45 -#> 6205 25 A69-1303-555 9533 2017-01-13 22:58:00 45 -#> 6206 25 A69-1303-555 9534 2017-01-13 23:00:00 45 -#> 6207 25 A69-1303-555 9536 2017-01-13 23:02:00 45 -#> 6208 25 A69-1303-555 9538 2017-01-13 23:04:00 45 -#> 6209 25 A69-1303-555 9540 2017-01-13 23:06:00 45 -#> 6210 25 A69-1303-555 9542 2017-01-13 23:08:00 45 -#> 6211 25 A69-1303-555 9543 2017-01-13 23:10:00 45 -#> 6212 25 A69-1303-555 9545 2017-01-13 23:12:00 45 -#> 6213 25 A69-1303-555 9547 2017-01-14 05:36:00 51 -#> 6214 25 A69-1303-555 9550 2017-01-14 05:38:00 51 -#> 6215 25 A69-1303-555 9552 2017-01-14 05:40:00 51 -#> 6216 25 A69-1303-555 9553 2017-01-14 05:42:00 51 -#> 6217 25 A69-1303-555 9555 2017-01-14 05:44:00 51 -#> 6218 25 A69-1303-555 9556 2017-01-14 05:46:00 51 -#> 6219 25 A69-1303-555 9558 2017-01-14 05:48:00 51 -#> 6220 25 A69-1303-555 9560 2017-01-14 05:50:00 51 -#> 6221 25 A69-1303-555 9561 2017-01-14 05:52:00 51 -#> 6222 25 A69-1303-555 9562 2017-01-15 03:58:00 47 -#> 6223 25 A69-1303-555 9563 2017-01-15 04:00:00 47 -#> 6224 25 A69-1303-555 9564 2017-01-15 04:02:00 47 -#> 6225 25 A69-1303-555 9565 2017-01-15 04:04:00 47 -#> 6226 25 A69-1303-555 9567 2017-01-15 09:08:00 47 -#> 6227 25 A69-1303-555 9569 2017-01-15 09:10:00 47 -#> 6228 25 A69-1303-555 9571 2017-01-15 09:12:00 47 -#> 6229 25 A69-1303-555 9573 2017-01-15 17:42:00 41 -#> 6230 25 A69-1303-555 9574 2017-01-15 17:44:00 41 -#> 6231 25 A69-1303-555 9575 2017-01-15 17:48:00 41 -#> 6232 25 A69-1303-555 9576 2017-01-15 17:50:00 41 -#> 6233 25 A69-1303-555 9577 2017-01-15 17:58:00 47 -#> 6234 25 A69-1303-555 9578 2017-01-15 18:00:00 47 -#> 6235 25 A69-1303-555 9580 2017-01-15 18:02:00 47 -#> 6236 25 A69-1303-555 9581 2017-01-15 18:04:00 47 -#> 6237 25 A69-1303-555 9582 2017-01-15 18:06:00 47 -#> 6238 25 A69-1303-555 9584 2017-01-15 18:08:00 47 -#> 6239 25 A69-1303-555 9585 2017-01-15 18:10:00 47 -#> 6240 25 A69-1303-555 9586 2017-01-15 18:12:00 47 -#> 6241 25 A69-1303-555 9588 2017-01-15 18:14:00 47 -#> 6242 25 A69-1303-555 9590 2017-01-15 18:16:00 47 -#> 6243 25 A69-1303-555 9591 2017-01-15 18:18:00 47 -#> 6244 25 A69-1303-555 9592 2017-01-15 18:20:00 47 -#> 6245 25 A69-1303-555 9593 2017-01-15 18:36:00 47 -#> 6246 25 A69-1303-555 9594 2017-01-15 18:40:00 47 -#> 6247 25 A69-1303-555 9595 2017-01-15 18:42:00 47 -#> 6248 25 A69-1303-555 9596 2017-01-15 18:46:00 47 -#> 6249 25 A69-1303-555 9598 2017-01-15 18:48:00 47 -#> 6250 25 A69-1303-555 9600 2017-01-15 18:50:00 47 -#> 6251 25 A69-1303-555 9601 2017-01-15 18:52:00 47 -#> 6252 25 A69-1303-555 9602 2017-01-15 19:04:00 47 -#> 6253 25 A69-1303-555 9603 2017-01-15 19:06:00 47 -#> 6254 25 A69-1303-555 9605 2017-01-15 19:10:00 47 -#> 6255 25 A69-1303-555 9606 2017-01-15 19:12:00 47 -#> 6256 25 A69-1303-555 9608 2017-01-15 19:14:00 47 -#> 6257 25 A69-1303-555 9609 2017-01-15 19:16:00 47 -#> 6258 25 A69-1303-555 9610 2017-01-15 19:18:00 47 -#> 6259 25 A69-1303-555 9612 2017-01-15 19:20:00 47 -#> 6260 25 A69-1303-555 9613 2017-01-15 19:22:00 47 -#> 6261 25 A69-1303-555 9614 2017-01-15 19:30:00 47 -#> 6262 25 A69-1303-555 9615 2017-01-15 19:34:00 47 -#> 6263 25 A69-1303-555 9616 2017-01-15 19:36:00 47 -#> 6264 25 A69-1303-555 9617 2017-01-15 19:40:00 47 -#> 6265 25 A69-1303-555 9618 2017-01-15 19:42:00 41 -#> 6266 25 A69-1303-555 9619 2017-01-15 19:44:00 47 -#> 6267 25 A69-1303-555 9620 2017-01-15 19:44:00 41 -#> 6268 25 A69-1303-555 9622 2017-01-15 19:46:00 47 -#> 6269 25 A69-1303-555 9623 2017-01-15 19:46:00 41 -#> 6270 25 A69-1303-555 9625 2017-01-15 19:50:00 41 -#> 6271 25 A69-1303-555 9627 2017-01-15 19:52:00 41 -#> 6272 25 A69-1303-555 9629 2017-01-15 19:54:00 41 -#> 6273 25 A69-1303-555 9631 2017-01-15 19:56:00 41 -#> 6274 25 A69-1303-555 9633 2017-01-15 19:58:00 41 -#> 6275 25 A69-1303-555 9635 2017-01-15 20:00:00 41 -#> 6276 25 A69-1303-555 9636 2017-01-15 20:02:00 41 -#> 6277 25 A69-1303-555 9638 2017-01-15 20:04:00 41 -#> 6278 25 A69-1303-555 9640 2017-01-15 20:06:00 41 -#> 6279 25 A69-1303-555 9642 2017-01-15 20:08:00 41 -#> 6280 25 A69-1303-555 9643 2017-01-15 20:10:00 41 -#> 6281 25 A69-1303-555 9646 2017-01-15 20:26:00 41 -#> 6282 25 A69-1303-555 9647 2017-01-16 09:14:00 24 -#> 6283 25 A69-1303-555 9648 2017-01-16 09:16:00 24 -#> 6284 25 A69-1303-555 9649 2017-01-16 09:34:00 24 -#> 6285 25 A69-1303-555 9650 2017-01-16 09:46:00 24 -#> 6286 25 A69-1303-555 9651 2017-01-16 09:48:00 24 -#> 6287 25 A69-1303-555 9652 2017-01-16 09:50:00 24 -#> 6288 25 A69-1303-555 9654 2017-01-16 09:54:00 24 -#> 6289 25 A69-1303-555 9655 2017-01-16 09:56:00 24 -#> 6290 25 A69-1303-555 9657 2017-01-16 10:00:00 24 -#> 6291 25 A69-1303-555 9659 2017-01-16 10:02:00 24 -#> 6292 25 A69-1303-555 9660 2017-01-16 10:04:00 24 -#> 6293 25 A69-1303-555 9661 2017-01-16 10:06:00 24 -#> 6294 25 A69-1303-555 9662 2017-01-16 10:08:00 24 -#> 6295 25 A69-1303-555 9663 2017-01-16 10:12:00 24 -#> 6296 25 A69-1303-555 9664 2017-01-16 10:16:00 24 -#> 6297 25 A69-1303-555 9665 2017-01-16 10:20:00 24 -#> 6298 25 A69-1303-555 9666 2017-01-16 10:22:00 24 -#> 6299 25 A69-1303-555 9667 2017-01-16 10:24:00 24 -#> 6300 25 A69-1303-555 9668 2017-01-16 11:10:00 24 -#> 6301 25 A69-1303-555 9669 2017-01-16 11:24:00 24 -#> 6302 25 A69-1303-555 9670 2017-01-16 11:28:00 24 -#> 6303 25 A69-1303-555 9671 2017-01-16 11:30:00 24 -#> 6304 25 A69-1303-555 9672 2017-01-16 11:32:00 24 -#> 6305 25 A69-1303-555 9674 2017-01-16 11:36:00 24 -#> 6306 25 A69-1303-555 9676 2017-01-16 11:38:00 24 -#> 6307 25 A69-1303-555 9678 2017-01-16 11:44:00 24 -#> 6308 25 A69-1303-555 9680 2017-01-16 11:46:00 24 -#> 6309 25 A69-1303-555 9681 2017-01-16 11:48:00 24 -#> 6310 25 A69-1303-555 9684 2017-01-16 11:50:00 24 -#> 6311 25 A69-1303-555 9686 2017-01-16 11:52:00 24 -#> 6312 25 A69-1303-555 9687 2017-01-16 11:54:00 24 -#> 6313 25 A69-1303-555 9689 2017-01-16 11:56:00 24 -#> 6314 25 A69-1303-555 9691 2017-01-16 11:58:00 24 -#> 6315 25 A69-1303-555 9693 2017-01-16 12:00:00 24 -#> 6316 25 A69-1303-555 9694 2017-01-16 12:02:00 24 -#> 6317 25 A69-1303-555 9695 2017-01-16 12:04:00 24 -#> 6318 25 A69-1303-555 9697 2017-01-16 12:06:00 24 -#> 6319 25 A69-1303-555 9698 2017-01-16 12:44:00 50 -#> 6320 25 A69-1303-555 9699 2017-01-16 12:46:00 50 -#> 6321 25 A69-1303-555 9701 2017-01-16 12:50:00 50 -#> 6322 25 A69-1303-555 9704 2017-01-16 12:52:00 50 -#> 6323 25 A69-1303-555 9705 2017-01-16 12:54:00 50 -#> 6324 25 A69-1303-555 9707 2017-01-16 12:56:00 50 -#> 6325 25 A69-1303-555 9709 2017-01-16 12:58:00 50 -#> 6326 25 A69-1303-555 9710 2017-01-16 13:00:00 50 -#> 6327 25 A69-1303-555 9711 2017-01-16 13:02:00 50 -#> 6328 25 A69-1303-555 9712 2017-01-16 13:06:00 50 -#> 6329 25 A69-1303-555 9713 2017-01-16 13:08:00 50 -#> 6330 25 A69-1303-555 9714 2017-01-16 13:10:00 50 -#> 6331 25 A69-1303-555 9716 2017-01-16 13:12:00 50 -#> 6332 25 A69-1303-555 9717 2017-01-16 13:14:00 50 -#> 6333 25 A69-1303-555 9719 2017-01-16 13:16:00 50 -#> 6334 25 A69-1303-555 9721 2017-01-16 13:18:00 50 -#> 6335 25 A69-1303-555 9723 2017-01-16 13:20:00 50 -#> 6336 25 A69-1303-555 9725 2017-01-16 13:22:00 50 -#> 6337 25 A69-1303-555 9726 2017-01-16 13:24:00 50 -#> 6338 25 A69-1303-555 9727 2017-01-16 13:26:00 50 -#> 6339 25 A69-1303-555 9728 2017-01-16 13:28:00 50 -#> 6340 25 A69-1303-555 9729 2017-01-16 13:30:00 50 -#> 6341 25 A69-1303-555 9730 2017-01-16 13:38:00 50 -#> 6342 25 A69-1303-555 9732 2017-01-16 13:40:00 50 -#> 6343 25 A69-1303-555 9733 2017-01-16 13:42:00 50 -#> 6344 25 A69-1303-555 9734 2017-01-16 13:44:00 50 -#> 6345 25 A69-1303-555 9735 2017-01-16 13:46:00 50 -#> 6346 25 A69-1303-555 9736 2017-01-16 13:50:00 50 -#> 6347 25 A69-1303-555 9738 2017-01-16 13:52:00 50 -#> 6348 25 A69-1303-555 9740 2017-01-16 13:54:00 50 -#> 6349 25 A69-1303-555 9742 2017-01-16 13:56:00 50 -#> 6350 25 A69-1303-555 9743 2017-01-16 13:58:00 50 -#> 6351 25 A69-1303-555 9745 2017-01-16 14:00:00 50 -#> 6352 25 A69-1303-555 9747 2017-01-16 14:02:00 50 -#> 6353 25 A69-1303-555 9750 2017-01-16 14:04:00 50 -#> 6354 25 A69-1303-555 9751 2017-01-16 14:06:00 50 -#> 6355 25 A69-1303-555 9752 2017-01-16 14:08:00 50 -#> 6356 25 A69-1303-555 9753 2017-01-16 14:10:00 50 -#> 6357 25 A69-1303-555 9754 2017-01-16 14:12:00 50 -#> 6358 25 A69-1303-555 9756 2017-01-16 14:14:00 50 -#> 6359 25 A69-1303-555 9757 2017-01-16 14:24:00 50 -#> 6360 25 A69-1303-555 9759 2017-01-16 14:26:00 50 -#> 6361 25 A69-1303-555 9761 2017-01-16 17:16:00 24 -#> 6362 25 A69-1303-555 9763 2017-01-16 17:22:00 24 -#> 6363 25 A69-1303-555 9764 2017-01-16 17:24:00 24 -#> 6364 25 A69-1303-555 9765 2017-01-16 17:26:00 24 -#> 6365 25 A69-1303-555 9766 2017-01-16 17:28:00 24 -#> 6366 25 A69-1303-555 9767 2017-01-16 18:04:00 24 -#> 6367 25 A69-1303-555 9769 2017-01-16 18:06:00 24 -#> 6368 25 A69-1303-555 9771 2017-01-16 18:08:00 24 -#> 6369 25 A69-1303-555 9773 2017-01-16 18:10:00 24 -#> 6370 25 A69-1303-555 9775 2017-01-16 18:12:00 24 -#> 6371 25 A69-1303-555 9777 2017-01-16 18:14:00 24 -#> 6372 25 A69-1303-555 9779 2017-01-16 18:16:00 24 -#> 6373 25 A69-1303-555 9780 2017-01-16 19:40:00 24 -#> 6374 25 A69-1303-555 9782 2017-01-16 19:44:00 24 -#> 6375 25 A69-1303-555 9783 2017-01-17 10:58:00 45 -#> 6376 25 A69-1303-555 9784 2017-01-17 11:04:00 45 -#> 6377 25 A69-1303-555 9785 2017-01-17 11:10:00 45 -#> 6378 25 A69-1303-555 9786 2017-01-17 11:16:00 45 -#> 6379 25 A69-1303-555 9789 2017-01-17 11:20:00 45 -#> 6380 25 A69-1303-555 9792 2017-01-17 11:22:00 45 -#> 6381 25 A69-1303-555 9793 2017-01-17 11:24:00 45 -#> 6382 25 A69-1303-555 9794 2017-01-17 11:26:00 45 -#> 6383 25 A69-1303-555 9795 2017-01-17 11:28:00 45 -#> 6384 25 A69-1303-555 9797 2017-01-17 11:30:00 45 -#> 6385 25 A69-1303-555 9798 2017-01-17 11:32:00 45 -#> 6386 25 A69-1303-555 9799 2017-01-17 11:36:00 45 -#> 6387 25 A69-1303-555 9801 2017-01-17 11:38:00 45 -#> 6388 25 A69-1303-555 9803 2017-01-17 11:40:00 45 -#> 6389 25 A69-1303-555 9804 2017-01-17 11:42:00 45 -#> 6390 25 A69-1303-555 9805 2017-01-17 11:44:00 45 -#> 6391 25 A69-1303-555 9806 2017-01-17 11:46:00 45 -#> 6392 25 A69-1303-555 9807 2017-01-17 11:48:00 45 -#> 6393 25 A69-1303-555 9809 2017-01-17 11:50:00 45 -#> 6394 25 A69-1303-555 9810 2017-01-17 11:52:00 45 -#> 6395 25 A69-1303-555 9812 2017-01-17 11:54:00 45 -#> 6396 25 A69-1303-555 9813 2017-01-17 11:56:00 45 -#> 6397 25 A69-1303-555 9815 2017-01-17 11:58:00 45 -#> 6398 25 A69-1303-555 9817 2017-01-17 12:04:00 45 -#> 6399 25 A69-1303-555 9819 2017-01-17 12:06:00 45 -#> 6400 25 A69-1303-555 9821 2017-01-17 12:08:00 45 -#> 6401 25 A69-1303-555 9823 2017-01-17 12:10:00 45 -#> 6402 25 A69-1303-555 9824 2017-01-17 12:12:00 45 -#> 6403 25 A69-1303-555 9827 2017-01-17 12:14:00 45 -#> 6404 25 A69-1303-555 9829 2017-01-17 12:16:00 45 -#> 6405 25 A69-1303-555 9831 2017-01-17 12:18:00 45 -#> 6406 25 A69-1303-555 9832 2017-01-17 12:20:00 45 -#> 6407 25 A69-1303-555 9833 2017-01-17 12:24:00 45 -#> 6408 25 A69-1303-555 9834 2017-01-17 12:28:00 45 -#> 6409 25 A69-1303-555 9835 2017-01-17 12:30:00 45 -#> 6410 25 A69-1303-555 9838 2017-01-17 12:32:00 45 -#> 6411 25 A69-1303-555 9839 2017-01-17 12:34:00 45 -#> 6412 25 A69-1303-555 9840 2017-01-17 12:36:00 45 -#> 6413 25 A69-1303-555 9842 2017-01-17 12:38:00 45 -#> 6414 25 A69-1303-555 9843 2017-01-17 12:40:00 45 -#> 6415 25 A69-1303-555 9844 2017-01-17 12:42:00 45 -#> 6416 25 A69-1303-555 9846 2017-01-17 12:44:00 45 -#> 6417 25 A69-1303-555 9848 2017-01-17 12:46:00 45 -#> 6418 25 A69-1303-555 9849 2017-01-17 12:48:00 45 -#> 6419 25 A69-1303-555 9850 2017-01-17 12:50:00 45 -#> 6420 25 A69-1303-555 9852 2017-01-17 12:52:00 45 -#> 6421 25 A69-1303-555 9853 2017-01-17 12:54:00 45 -#> 6422 25 A69-1303-555 9854 2017-01-17 12:58:00 45 -#> 6423 25 A69-1303-555 9856 2017-01-17 13:00:00 45 -#> 6424 25 A69-1303-555 9857 2017-01-17 13:02:00 45 -#> 6425 25 A69-1303-555 9858 2017-01-17 13:04:00 45 -#> 6426 25 A69-1303-555 9859 2017-01-17 13:06:00 45 -#> 6427 25 A69-1303-555 9861 2017-01-17 13:08:00 45 -#> 6428 25 A69-1303-555 9863 2017-01-17 13:10:00 45 -#> 6429 25 A69-1303-555 9865 2017-01-17 13:12:00 45 -#> 6430 25 A69-1303-555 9866 2017-01-17 13:14:00 45 -#> 6431 25 A69-1303-555 9868 2017-01-17 13:16:00 45 -#> 6432 25 A69-1303-555 9870 2017-01-17 13:18:00 45 -#> 6433 25 A69-1303-555 9872 2017-01-17 13:20:00 45 -#> 6434 25 A69-1303-555 9874 2017-01-18 19:40:00 50 -#> 6435 25 A69-1303-555 9875 2017-01-18 19:42:00 50 -#> 6436 25 A69-1303-555 9876 2017-01-21 02:24:00 24 -#> 6437 25 A69-1303-555 9877 2017-01-21 02:26:00 24 -#> 6438 25 A69-1303-555 9879 2017-01-21 02:28:00 24 -#> 6439 25 A69-1303-555 9880 2017-01-21 02:30:00 24 -#> 6440 25 A69-1303-555 9882 2017-01-21 02:32:00 24 -#> 6441 25 A69-1303-555 9883 2017-01-21 02:34:00 24 -#> 6442 25 A69-1303-555 9886 2017-01-21 02:36:00 24 -#> 6443 25 A69-1303-555 9888 2017-01-21 02:38:00 24 -#> 6444 25 A69-1303-555 9890 2017-01-21 02:40:00 24 -#> 6445 25 A69-1303-555 9891 2017-01-21 02:42:00 24 -#> 6446 25 A69-1303-555 9893 2017-01-21 02:44:00 24 -#> 6447 25 A69-1303-555 9896 2017-01-21 02:46:00 24 -#> 6448 25 A69-1303-555 9897 2017-01-21 02:48:00 24 -#> 6449 25 A69-1303-555 9899 2017-01-21 02:50:00 24 -#> 6450 25 A69-1303-555 9901 2017-01-21 02:52:00 24 -#> 6451 25 A69-1303-555 9902 2017-01-21 02:54:00 24 -#> 6452 25 A69-1303-555 9904 2017-01-21 03:00:00 24 -#> 6453 25 A69-1303-555 9905 2017-01-21 03:06:00 24 -#> 6454 25 A69-1303-555 9906 2017-01-21 03:24:00 24 -#> 6455 25 A69-1303-555 9907 2017-01-23 00:46:00 45 -#> 6456 25 A69-1303-555 9908 2017-01-23 00:52:00 45 -#> 6457 25 A69-1303-555 9910 2017-01-23 00:54:00 45 -#> 6458 25 A69-1303-555 9912 2017-01-23 00:56:00 45 -#> 6459 25 A69-1303-555 9913 2017-01-23 00:58:00 45 -#> 6460 25 A69-1303-555 9915 2017-01-23 01:00:00 45 -#> 6461 25 A69-1303-555 9916 2017-01-23 01:02:00 45 -#> 6462 25 A69-1303-555 9918 2017-01-23 01:04:00 45 -#> 6463 25 A69-1303-555 9920 2017-01-23 01:06:00 45 -#> 6464 25 A69-1303-555 9921 2017-01-23 01:08:00 45 -#> 6465 25 A69-1303-555 9924 2017-01-23 01:10:00 45 -#> 6466 25 A69-1303-555 9925 2017-01-23 01:12:00 45 -#> 6467 25 A69-1303-555 9928 2017-01-23 01:14:00 45 -#> 6468 25 A69-1303-555 9929 2017-01-23 01:16:00 45 -#> 6469 25 A69-1303-555 9931 2017-01-23 01:18:00 45 -#> 6470 25 A69-1303-555 9933 2017-01-23 01:20:00 45 -#> 6471 25 A69-1303-555 9935 2017-01-23 01:22:00 45 -#> 6472 25 A69-1303-555 9937 2017-01-23 01:26:00 45 -#> 6473 25 A69-1303-555 9939 2017-01-23 01:28:00 45 -#> 6474 25 A69-1303-555 9940 2017-01-23 01:30:00 45 -#> 6475 25 A69-1303-555 9942 2017-01-23 01:32:00 45 -#> 6476 25 A69-1303-555 9944 2017-01-23 01:34:00 45 -#> 6477 25 A69-1303-555 9946 2017-01-23 01:36:00 45 -#> 6478 25 A69-1303-555 9948 2017-01-23 01:38:00 45 -#> 6479 25 A69-1303-555 9949 2017-01-23 01:40:00 45 -#> 6480 25 A69-1303-555 9951 2017-01-23 01:42:00 45 -#> 6481 25 A69-1303-555 9953 2017-01-23 01:44:00 45 -#> 6482 25 A69-1303-555 9954 2017-01-23 01:46:00 45 -#> 6483 25 A69-1303-555 9955 2017-01-23 01:48:00 45 -#> 6484 25 A69-1303-555 9957 2017-01-23 01:50:00 45 -#> 6485 25 A69-1303-555 9959 2017-01-23 01:52:00 45 -#> 6486 25 A69-1303-555 9961 2017-01-23 01:54:00 45 -#> 6487 25 A69-1303-555 9963 2017-01-23 01:56:00 45 -#> 6488 25 A69-1303-555 9964 2017-01-23 01:58:00 45 -#> 6489 25 A69-1303-555 9965 2017-01-23 02:00:00 45 -#> 6490 25 A69-1303-555 9966 2017-01-23 02:02:00 45 -#> 6491 25 A69-1303-555 9967 2017-01-23 02:06:00 21 -#> 6492 25 A69-1303-555 9969 2017-01-23 02:08:00 21 -#> 6493 25 A69-1303-555 9970 2017-01-23 02:14:00 21 -#> 6494 25 A69-1303-555 9971 2017-01-23 05:14:00 21 -#> 6495 25 A69-1303-555 9972 2017-01-23 05:16:00 21 -#> 6496 25 A69-1303-555 9973 2017-01-23 05:18:00 21 -#> 6497 25 A69-1303-555 9974 2017-01-23 05:20:00 21 -#> 6498 25 A69-1303-555 9976 2017-01-23 05:22:00 21 -#> 6499 25 A69-1303-555 9977 2017-01-23 05:26:00 21 -#> 6500 25 A69-1303-555 9978 2017-01-23 05:28:00 21 -#> 6501 25 A69-1303-555 9980 2017-01-23 05:30:00 21 -#> 6502 25 A69-1303-555 9981 2017-01-23 08:18:00 43 -#> 6503 25 A69-1303-555 9983 2017-01-23 08:20:00 43 -#> 6504 25 A69-1303-555 9985 2017-01-23 08:22:00 43 -#> 6505 25 A69-1303-555 9987 2017-01-23 08:24:00 43 -#> 6506 25 A69-1303-555 9988 2017-01-23 08:26:00 43 -#> 6507 25 A69-1303-555 9990 2017-01-23 08:28:00 43 -#> 6508 25 A69-1303-555 9992 2017-01-23 08:30:00 43 -#> 6509 25 A69-1303-555 9995 2017-01-23 08:32:00 43 -#> 6510 25 A69-1303-555 9996 2017-01-23 08:34:00 43 -#> 6511 25 A69-1303-555 9998 2017-01-23 08:36:00 43 -#> 6512 25 A69-1303-555 10000 2017-01-23 08:38:00 43 -#> 6513 25 A69-1303-555 10002 2017-01-23 08:40:00 43 -#> 6514 25 A69-1303-555 10003 2017-01-23 08:42:00 43 -#> 6515 25 A69-1303-555 10005 2017-01-23 08:44:00 43 -#> 6516 25 A69-1303-555 10007 2017-01-23 08:46:00 43 -#> 6517 25 A69-1303-555 10009 2017-01-23 08:48:00 43 -#> 6518 25 A69-1303-555 10011 2017-01-23 08:50:00 43 -#> 6519 25 A69-1303-555 10012 2017-01-23 08:52:00 43 -#> 6520 25 A69-1303-555 10014 2017-01-23 08:54:00 43 -#> 6521 25 A69-1303-555 10016 2017-01-23 08:56:00 43 -#> 6522 25 A69-1303-555 10018 2017-01-23 08:58:00 43 -#> 6523 25 A69-1303-555 10019 2017-01-23 09:00:00 43 -#> 6524 25 A69-1303-555 10021 2017-01-23 09:02:00 43 -#> 6525 25 A69-1303-555 10023 2017-01-23 09:04:00 43 -#> 6526 25 A69-1303-555 10024 2017-01-23 09:06:00 43 -#> 6527 25 A69-1303-555 10026 2017-01-23 09:08:00 43 -#> 6528 25 A69-1303-555 10028 2017-01-23 09:10:00 43 -#> 6529 25 A69-1303-555 10030 2017-01-23 09:12:00 43 -#> 6530 25 A69-1303-555 10032 2017-01-23 09:14:00 43 -#> 6531 25 A69-1303-555 10034 2017-01-23 09:16:00 43 -#> 6532 25 A69-1303-555 10035 2017-01-23 09:18:00 43 -#> 6533 25 A69-1303-555 10036 2017-01-23 09:20:00 43 -#> 6534 25 A69-1303-555 10039 2017-01-23 09:22:00 43 -#> 6535 25 A69-1303-555 10040 2017-01-23 09:24:00 43 -#> 6536 25 A69-1303-555 10042 2017-01-23 09:26:00 43 -#> 6537 25 A69-1303-555 10044 2017-01-23 09:28:00 43 -#> 6538 25 A69-1303-555 10046 2017-01-23 09:30:00 43 -#> 6539 25 A69-1303-555 10048 2017-01-23 09:32:00 43 -#> 6540 25 A69-1303-555 10050 2017-01-23 09:34:00 43 -#> 6541 25 A69-1303-555 10051 2017-01-23 09:36:00 43 -#> 6542 25 A69-1303-555 10053 2017-01-23 09:40:00 43 -#> 6543 25 A69-1303-555 10054 2017-01-23 09:42:00 43 -#> 6544 25 A69-1303-555 10055 2017-01-23 09:48:00 43 -#> 6545 25 A69-1303-555 10057 2017-01-23 09:50:00 43 -#> 6546 25 A69-1303-555 10059 2017-01-23 09:52:00 43 -#> 6547 25 A69-1303-555 10061 2017-01-23 09:54:00 43 -#> 6548 25 A69-1303-555 10063 2017-01-23 09:56:00 43 -#> 6549 25 A69-1303-555 10065 2017-01-23 09:58:00 43 -#> 6550 25 A69-1303-555 10067 2017-01-23 10:00:00 43 -#> 6551 25 A69-1303-555 10068 2017-01-23 10:02:00 43 -#> 6552 25 A69-1303-555 10070 2017-01-23 10:04:00 43 -#> 6553 25 A69-1303-555 10073 2017-01-23 10:06:00 43 -#> 6554 25 A69-1303-555 10075 2017-01-23 10:08:00 43 -#> 6555 25 A69-1303-555 10076 2017-01-23 10:10:00 43 -#> 6556 25 A69-1303-555 10078 2017-01-23 10:12:00 43 -#> 6557 25 A69-1303-555 10080 2017-01-23 10:14:00 43 -#> 6558 25 A69-1303-555 10081 2017-01-23 10:16:00 43 -#> 6559 25 A69-1303-555 10083 2017-01-23 10:18:00 43 -#> 6560 25 A69-1303-555 10084 2017-01-23 10:20:00 43 -#> 6561 25 A69-1303-555 10085 2017-01-23 10:24:00 43 -#> 6562 25 A69-1303-555 10086 2017-01-23 10:26:00 43 -#> 6563 25 A69-1303-555 10087 2017-01-23 10:30:00 43 -#> 6564 25 A69-1303-555 10088 2017-01-23 10:32:00 43 -#> 6565 25 A69-1303-555 10089 2017-01-23 10:34:00 43 -#> 6566 25 A69-1303-555 10090 2017-01-23 11:50:00 45 -#> 6567 25 A69-1303-555 10091 2017-01-23 11:52:00 45 -#> 6568 25 A69-1303-555 10092 2017-01-23 12:00:00 45 -#> 6569 25 A69-1303-555 10093 2017-01-23 12:18:00 45 -#> 6570 25 A69-1303-555 10094 2017-01-23 12:22:00 45 -#> 6571 25 A69-1303-555 10095 2017-01-23 12:24:00 45 -#> 6572 25 A69-1303-555 10096 2017-01-23 12:32:00 45 -#> 6573 25 A69-1303-555 10097 2017-01-23 12:40:00 45 -#> 6574 25 A69-1303-555 10099 2017-01-23 12:42:00 45 -#> 6575 25 A69-1303-555 10100 2017-01-23 12:44:00 45 -#> 6576 25 A69-1303-555 10101 2017-01-23 12:46:00 45 -#> 6577 25 A69-1303-555 10103 2017-01-23 12:48:00 45 -#> 6578 25 A69-1303-555 10105 2017-01-23 12:50:00 45 -#> 6579 25 A69-1303-555 10106 2017-01-23 12:52:00 45 -#> 6580 25 A69-1303-555 10107 2017-01-23 12:54:00 45 -#> 6581 25 A69-1303-555 10109 2017-01-23 12:56:00 45 -#> 6582 25 A69-1303-555 10111 2017-01-23 12:58:00 45 -#> 6583 25 A69-1303-555 10113 2017-01-23 13:00:00 45 -#> 6584 25 A69-1303-555 10115 2017-01-23 13:02:00 45 -#> 6585 25 A69-1303-555 10116 2017-01-23 13:04:00 45 -#> 6586 25 A69-1303-555 10118 2017-01-23 13:06:00 45 -#> 6587 25 A69-1303-555 10120 2017-01-23 13:08:00 45 -#> 6588 25 A69-1303-555 10121 2017-01-23 13:10:00 45 -#> 6589 25 A69-1303-555 10122 2017-01-23 13:14:00 45 -#> 6590 25 A69-1303-555 10123 2017-01-23 13:18:00 45 -#> 6591 25 A69-1303-555 10124 2017-01-23 13:22:00 45 -#> 6592 25 A69-1303-555 10125 2017-01-23 13:24:00 45 -#> 6593 25 A69-1303-555 10126 2017-01-23 13:26:00 45 -#> 6594 25 A69-1303-555 10127 2017-01-23 13:28:00 45 -#> 6595 25 A69-1303-555 10129 2017-01-23 13:30:00 45 -#> 6596 25 A69-1303-555 10130 2017-01-23 13:32:00 45 -#> 6597 25 A69-1303-555 10131 2017-01-23 13:38:00 45 -#> 6598 25 A69-1303-555 10132 2017-01-23 13:40:00 45 -#> 6599 25 A69-1303-555 10133 2017-01-23 13:42:00 45 -#> 6600 25 A69-1303-555 10134 2017-01-23 13:44:00 45 -#> 6601 25 A69-1303-555 10135 2017-01-23 13:46:00 45 -#> 6602 25 A69-1303-555 10137 2017-01-23 13:48:00 45 -#> 6603 25 A69-1303-555 10139 2017-01-23 13:50:00 45 -#> 6604 25 A69-1303-555 10140 2017-01-23 13:52:00 45 -#> 6605 25 A69-1303-555 10141 2017-01-23 13:56:00 45 -#> 6606 25 A69-1303-555 10143 2017-01-23 13:58:00 45 -#> 6607 25 A69-1303-555 10145 2017-01-23 14:00:00 45 -#> 6608 25 A69-1303-555 10146 2017-01-23 14:02:00 45 -#> 6609 25 A69-1303-555 10147 2017-01-23 14:04:00 45 -#> 6610 25 A69-1303-555 10149 2017-01-23 14:06:00 45 -#> 6611 25 A69-1303-555 10150 2017-01-23 14:08:00 45 -#> 6612 25 A69-1303-555 10151 2017-01-23 14:10:00 45 -#> 6613 25 A69-1303-555 10153 2017-01-23 14:12:00 45 -#> 6614 25 A69-1303-555 10155 2017-01-23 14:16:00 45 -#> 6615 25 A69-1303-555 10156 2017-01-23 14:18:00 45 -#> 6616 25 A69-1303-555 10157 2017-01-23 14:20:00 45 -#> 6617 25 A69-1303-555 10158 2017-01-23 14:22:00 45 -#> 6618 25 A69-1303-555 10160 2017-01-23 14:24:00 45 -#> 6619 25 A69-1303-555 10162 2017-01-23 14:26:00 45 -#> 6620 25 A69-1303-555 10164 2017-01-23 14:28:00 45 -#> 6621 25 A69-1303-555 10165 2017-01-23 14:30:00 45 -#> 6622 25 A69-1303-555 10166 2017-01-23 14:32:00 45 -#> 6623 25 A69-1303-555 10168 2017-01-23 14:34:00 45 -#> 6624 25 A69-1303-555 10170 2017-01-23 14:38:00 45 -#> 6625 25 A69-1303-555 10172 2017-01-23 14:40:00 45 -#> 6626 25 A69-1303-555 10173 2017-01-23 14:42:00 45 -#> 6627 25 A69-1303-555 10175 2017-01-23 14:44:00 45 -#> 6628 25 A69-1303-555 10178 2017-01-23 14:46:00 45 -#> 6629 25 A69-1303-555 10180 2017-01-23 14:48:00 45 -#> 6630 25 A69-1303-555 10181 2017-01-23 14:50:00 45 -#> 6631 25 A69-1303-555 10182 2017-01-23 14:52:00 45 -#> 6632 25 A69-1303-555 10185 2017-01-23 14:54:00 45 -#> 6633 25 A69-1303-555 10186 2017-01-23 14:56:00 45 -#> 6634 25 A69-1303-555 10187 2017-01-23 14:58:00 45 -#> 6635 25 A69-1303-555 10188 2017-01-23 15:00:00 45 -#> 6636 25 A69-1303-555 10189 2017-01-23 15:02:00 45 -#> 6637 25 A69-1303-555 10191 2017-01-23 15:04:00 45 -#> 6638 25 A69-1303-555 10193 2017-01-23 15:06:00 45 -#> 6639 25 A69-1303-555 10195 2017-01-23 15:10:00 45 -#> 6640 25 A69-1303-555 10196 2017-01-23 15:12:00 45 -#> 6641 25 A69-1303-555 10198 2017-01-23 15:18:00 45 -#> 6642 25 A69-1303-555 10199 2017-01-23 15:26:00 45 -#> 6643 25 A69-1303-555 10200 2017-01-23 15:28:00 45 -#> 6644 25 A69-1303-555 10202 2017-01-23 15:32:00 45 -#> 6645 25 A69-1303-555 10203 2017-01-23 15:34:00 45 -#> 6646 25 A69-1303-555 10204 2017-01-23 15:36:00 45 -#> 6647 25 A69-1303-555 10205 2017-01-23 15:40:00 45 -#> 6648 25 A69-1303-555 10206 2017-01-23 15:42:00 45 -#> 6649 25 A69-1303-555 10207 2017-01-23 15:44:00 45 -#> 6650 25 A69-1303-555 10208 2017-01-23 15:48:00 45 -#> 6651 25 A69-1303-555 10209 2017-01-23 15:50:00 45 -#> 6652 25 A69-1303-555 10210 2017-01-23 15:52:00 45 -#> 6653 25 A69-1303-555 10211 2017-01-23 15:54:00 45 -#> 6654 25 A69-1303-555 10212 2017-01-23 15:56:00 45 -#> 6655 25 A69-1303-555 10213 2017-01-23 15:58:00 45 -#> 6656 25 A69-1303-555 10215 2017-01-23 16:00:00 45 -#> 6657 25 A69-1303-555 10217 2017-01-23 16:04:00 45 -#> 6658 25 A69-1303-555 10218 2017-01-23 16:06:00 45 -#> 6659 25 A69-1303-555 10219 2017-01-23 16:08:00 45 -#> 6660 25 A69-1303-555 10220 2017-01-23 16:10:00 45 -#> 6661 25 A69-1303-555 10221 2017-01-23 16:12:00 45 -#> 6662 25 A69-1303-555 10222 2017-01-23 16:14:00 45 -#> 6663 25 A69-1303-555 10224 2017-01-23 16:16:00 45 -#> 6664 25 A69-1303-555 10225 2017-01-23 16:18:00 45 -#> 6665 25 A69-1303-555 10227 2017-01-23 16:24:00 45 -#> 6666 25 A69-1303-555 10229 2017-01-23 16:26:00 45 -#> 6667 25 A69-1303-555 10231 2017-01-23 16:28:00 45 -#> 6668 25 A69-1303-555 10233 2017-01-23 16:30:00 45 -#> 6669 25 A69-1303-555 10234 2017-01-23 16:32:00 45 -#> 6670 25 A69-1303-555 10235 2017-01-23 16:34:00 45 -#> 6671 25 A69-1303-555 10237 2017-01-23 16:36:00 45 -#> 6672 25 A69-1303-555 10238 2017-01-23 16:38:00 45 -#> 6673 25 A69-1303-555 10239 2017-01-23 16:42:00 45 -#> 6674 25 A69-1303-555 10242 2017-01-23 16:44:00 45 -#> 6675 25 A69-1303-555 10243 2017-01-23 16:46:00 45 -#> 6676 25 A69-1303-555 10244 2017-01-23 16:48:00 45 -#> 6677 25 A69-1303-555 10246 2017-01-23 16:50:00 45 -#> 6678 25 A69-1303-555 10247 2017-01-23 16:52:00 45 -#> 6679 25 A69-1303-555 10249 2017-01-23 16:54:00 45 -#> 6680 25 A69-1303-555 10251 2017-01-23 16:56:00 45 -#> 6681 25 A69-1303-555 10253 2017-01-23 16:58:00 45 -#> 6682 25 A69-1303-555 10254 2017-01-23 17:00:00 45 -#> 6683 25 A69-1303-555 10255 2017-01-23 17:06:00 45 -#> 6684 25 A69-1303-555 10258 2017-01-23 17:10:00 45 -#> 6685 25 A69-1303-555 10259 2017-01-23 17:12:00 45 -#> 6686 25 A69-1303-555 10260 2017-01-23 17:14:00 45 -#> 6687 25 A69-1303-555 10262 2017-01-23 17:16:00 45 -#> 6688 25 A69-1303-555 10265 2017-01-23 17:18:00 45 -#> 6689 25 A69-1303-555 10266 2017-01-23 17:20:00 45 -#> 6690 25 A69-1303-555 10267 2017-01-23 17:22:00 45 -#> 6691 25 A69-1303-555 10269 2017-01-23 17:24:00 45 -#> 6692 25 A69-1303-555 10271 2017-01-23 17:26:00 45 -#> 6693 25 A69-1303-555 10273 2017-01-23 17:28:00 45 -#> 6694 25 A69-1303-555 10274 2017-01-23 17:30:00 45 -#> 6695 25 A69-1303-555 10275 2017-01-23 17:32:00 45 -#> 6696 25 A69-1303-555 10277 2017-01-23 17:34:00 45 -#> 6697 25 A69-1303-555 10278 2017-01-23 17:36:00 45 -#> 6698 25 A69-1303-555 10280 2017-01-23 17:38:00 45 -#> 6699 25 A69-1303-555 10282 2017-01-23 17:40:00 45 -#> 6700 25 A69-1303-555 10283 2017-01-23 17:44:00 45 -#> 6701 25 A69-1303-555 10284 2017-01-23 17:46:00 45 -#> 6702 25 A69-1303-555 10285 2017-01-23 17:48:00 45 -#> 6703 25 A69-1303-555 10287 2017-01-23 17:52:00 45 -#> 6704 25 A69-1303-555 10289 2017-01-23 17:54:00 45 -#> 6705 25 A69-1303-555 10290 2017-01-23 17:56:00 45 -#> 6706 25 A69-1303-555 10292 2017-01-23 17:58:00 45 -#> 6707 25 A69-1303-555 10293 2017-01-23 18:02:00 45 -#> 6708 25 A69-1303-555 10294 2017-01-23 18:04:00 45 -#> 6709 25 A69-1303-555 10296 2017-01-23 18:06:00 45 -#> 6710 25 A69-1303-555 10298 2017-01-23 18:08:00 45 -#> 6711 25 A69-1303-555 10300 2017-01-23 18:10:00 45 -#> 6712 25 A69-1303-555 10302 2017-01-23 18:12:00 45 -#> 6713 25 A69-1303-555 10304 2017-01-23 18:14:00 45 -#> 6714 25 A69-1303-555 10305 2017-01-23 18:16:00 45 -#> 6715 25 A69-1303-555 10307 2017-01-23 18:18:00 45 -#> 6716 25 A69-1303-555 10308 2017-01-23 18:20:00 45 -#> 6717 25 A69-1303-555 10309 2017-01-23 18:22:00 45 -#> 6718 25 A69-1303-555 10310 2017-01-23 18:24:00 45 -#> 6719 25 A69-1303-555 10311 2017-01-23 18:26:00 45 -#> 6720 25 A69-1303-555 10313 2017-01-23 18:28:00 45 -#> 6721 25 A69-1303-555 10314 2017-01-23 18:36:00 45 -#> 6722 25 A69-1303-555 10315 2017-01-23 18:38:00 45 -#> 6723 25 A69-1303-555 10317 2017-01-23 18:40:00 45 -#> 6724 25 A69-1303-555 10319 2017-01-23 18:42:00 45 -#> 6725 25 A69-1303-555 10321 2017-01-23 18:44:00 45 -#> 6726 25 A69-1303-555 10322 2017-01-23 18:48:00 45 -#> 6727 25 A69-1303-555 10324 2017-01-23 18:50:00 45 -#> 6728 25 A69-1303-555 10326 2017-01-23 20:12:00 48 -#> 6729 25 A69-1303-555 10328 2017-01-23 20:14:00 48 -#> 6730 25 A69-1303-555 10329 2017-01-23 20:16:00 48 -#> 6731 25 A69-1303-555 10331 2017-01-23 20:18:00 48 -#> 6732 25 A69-1303-555 10333 2017-01-23 20:20:00 48 -#> 6733 25 A69-1303-555 10335 2017-01-23 20:22:00 48 -#> 6734 25 A69-1303-555 10336 2017-01-23 20:24:00 48 -#> 6735 25 A69-1303-555 10338 2017-01-23 20:26:00 48 -#> 6736 25 A69-1303-555 10339 2017-01-23 20:28:00 48 -#> 6737 25 A69-1303-555 10341 2017-01-23 20:30:00 48 -#> 6738 25 A69-1303-555 10343 2017-01-23 20:32:00 48 -#> 6739 25 A69-1303-555 10344 2017-01-23 20:34:00 48 -#> 6740 25 A69-1303-555 10347 2017-01-23 20:36:00 48 -#> 6741 25 A69-1303-555 10348 2017-01-23 20:38:00 48 -#> 6742 25 A69-1303-555 10349 2017-01-23 20:40:00 48 -#> 6743 25 A69-1303-555 10350 2017-01-23 20:42:00 48 -#> 6744 25 A69-1303-555 10351 2017-01-25 02:04:00 50 -#> 6745 25 A69-1303-555 10352 2017-01-25 02:08:00 50 -#> 6746 25 A69-1303-555 10353 2017-01-29 15:36:00 45 -#> 6747 25 A69-1303-555 10354 2017-01-29 15:38:00 45 -#> 6748 25 A69-1303-555 10355 2017-01-29 15:48:00 45 -#> 6749 25 A69-1303-555 10356 2017-01-29 15:50:00 45 -#> 6750 25 A69-1303-555 10357 2017-01-29 15:54:00 45 -#> 6751 25 A69-1303-555 10358 2017-01-29 15:58:00 45 -#> 6752 25 A69-1303-555 10359 2017-01-29 16:00:00 45 -#> 6753 25 A69-1303-555 10360 2017-01-29 16:02:00 45 -#> 6754 25 A69-1303-555 10361 2017-01-29 16:04:00 45 -#> 6755 25 A69-1303-555 10363 2017-01-29 16:06:00 45 -#> 6756 25 A69-1303-555 10366 2017-01-29 16:08:00 45 -#> 6757 25 A69-1303-555 10367 2017-01-29 16:10:00 45 -#> 6758 25 A69-1303-555 10369 2017-01-29 16:12:00 45 -#> 6759 25 A69-1303-555 10370 2017-01-29 16:14:00 45 -#> 6760 25 A69-1303-555 10371 2017-01-29 16:18:00 45 -#> 6761 25 A69-1303-555 10373 2017-01-29 16:22:00 45 -#> 6762 25 A69-1303-555 10375 2017-01-29 16:24:00 45 -#> 6763 25 A69-1303-555 10377 2017-01-29 16:26:00 45 -#> 6764 25 A69-1303-555 10378 2017-01-29 16:28:00 45 -#> 6765 25 A69-1303-555 10379 2017-01-29 16:30:00 45 -#> 6766 25 A69-1303-555 10380 2017-01-29 16:32:00 45 -#> 6767 25 A69-1303-555 10382 2017-01-29 16:36:00 45 -#> 6768 25 A69-1303-555 10384 2017-01-29 16:38:00 45 -#> 6769 25 A69-1303-555 10386 2017-01-29 16:40:00 45 -#> 6770 25 A69-1303-555 10388 2017-01-29 16:42:00 45 -#> 6771 25 A69-1303-555 10390 2017-01-29 16:44:00 45 -#> 6772 25 A69-1303-555 10391 2017-01-29 16:46:00 45 -#> 6773 25 A69-1303-555 10393 2017-01-29 16:50:00 45 -#> 6774 25 A69-1303-555 10395 2017-01-29 16:52:00 45 -#> 6775 25 A69-1303-555 10397 2017-01-29 16:54:00 45 -#> 6776 25 A69-1303-555 10398 2017-01-29 16:56:00 45 -#> 6777 25 A69-1303-555 10399 2017-01-29 16:58:00 45 -#> 6778 25 A69-1303-555 10401 2017-01-29 17:00:00 45 -#> 6779 25 A69-1303-555 10403 2017-01-29 17:02:00 45 -#> 6780 25 A69-1303-555 10405 2017-01-29 17:04:00 45 -#> 6781 25 A69-1303-555 10406 2017-01-29 17:06:00 45 -#> 6782 25 A69-1303-555 10408 2017-01-29 17:08:00 45 -#> 6783 25 A69-1303-555 10410 2017-01-29 17:10:00 45 -#> 6784 25 A69-1303-555 10411 2017-01-29 17:12:00 45 -#> 6785 25 A69-1303-555 10412 2017-01-29 17:14:00 45 -#> 6786 25 A69-1303-555 10414 2017-01-29 17:16:00 45 -#> 6787 25 A69-1303-555 10416 2017-01-29 17:18:00 45 -#> 6788 25 A69-1303-555 10418 2017-01-29 17:20:00 45 -#> 6789 25 A69-1303-555 10420 2017-01-29 17:22:00 45 -#> 6790 25 A69-1303-555 10421 2017-01-29 17:24:00 45 -#> 6791 25 A69-1303-555 10422 2017-01-29 17:26:00 45 -#> 6792 25 A69-1303-555 10424 2017-01-29 17:28:00 45 -#> 6793 25 A69-1303-555 10425 2017-01-29 17:30:00 45 -#> 6794 25 A69-1303-555 10427 2017-01-29 17:32:00 45 -#> 6795 25 A69-1303-555 10428 2017-01-29 17:36:00 45 -#> 6796 25 A69-1303-555 10429 2017-01-29 17:38:00 45 -#> 6797 25 A69-1303-555 10431 2017-01-29 17:40:00 45 -#> 6798 25 A69-1303-555 10433 2017-01-29 17:42:00 45 -#> 6799 25 A69-1303-555 10434 2017-01-29 17:44:00 45 -#> 6800 25 A69-1303-555 10437 2017-01-29 17:46:00 45 -#> 6801 25 A69-1303-555 10439 2017-01-29 17:48:00 45 -#> 6802 25 A69-1303-555 10441 2017-01-29 17:50:00 45 -#> 6803 25 A69-1303-555 10443 2017-01-29 17:52:00 45 -#> 6804 25 A69-1303-555 10444 2017-01-29 17:56:00 45 -#> 6805 25 A69-1303-555 10446 2017-01-29 17:58:00 45 -#> 6806 25 A69-1303-555 10448 2017-01-29 18:00:00 45 -#> 6807 25 A69-1303-555 10449 2017-01-29 18:02:00 45 -#> 6808 25 A69-1303-555 10450 2017-01-29 18:04:00 45 -#> 6809 25 A69-1303-555 10451 2017-01-29 18:06:00 45 -#> 6810 25 A69-1303-555 10452 2017-01-29 18:10:00 45 -#> 6811 25 A69-1303-555 10453 2017-01-29 18:14:00 45 -#> 6812 25 A69-1303-555 10455 2017-01-30 22:58:00 45 -#> 6813 25 A69-1303-555 10457 2017-01-30 23:02:00 45 -#> 6814 25 A69-1303-555 10458 2017-01-30 23:04:00 45 -#> 6815 25 A69-1303-555 10459 2017-01-30 23:06:00 45 -#> 6816 25 A69-1303-555 10460 2017-01-30 23:08:00 45 -#> 6817 25 A69-1303-555 10462 2017-01-30 23:10:00 45 -#> 6818 25 A69-1303-555 10463 2017-01-30 23:12:00 45 -#> 6819 25 A69-1303-555 10464 2017-01-30 23:14:00 45 -#> 6820 25 A69-1303-555 10466 2017-01-30 23:16:00 45 -#> 6821 25 A69-1303-555 10467 2017-01-30 23:18:00 45 -#> 6822 25 A69-1303-555 10468 2017-01-30 23:20:00 45 -#> 6823 25 A69-1303-555 10469 2017-01-30 23:22:00 45 -#> 6824 25 A69-1303-555 10471 2017-01-30 23:24:00 45 -#> 6825 25 A69-1303-555 10472 2017-01-30 23:28:00 45 -#> 6826 25 A69-1303-555 10473 2017-01-30 23:30:00 45 -#> 6827 25 A69-1303-555 10475 2017-01-30 23:32:00 45 -#> 6828 25 A69-1303-555 10477 2017-01-30 23:34:00 45 -#> 6829 25 A69-1303-555 10480 2017-01-30 23:36:00 45 -#> 6830 25 A69-1303-555 10481 2017-01-30 23:38:00 45 -#> 6831 25 A69-1303-555 10484 2017-01-30 23:40:00 45 -#> 6832 25 A69-1303-555 10487 2017-01-30 23:42:00 45 -#> 6833 25 A69-1303-555 10489 2017-01-30 23:44:00 45 -#> 6834 25 A69-1303-555 10491 2017-01-30 23:46:00 45 -#> 6835 25 A69-1303-555 10492 2017-01-30 23:48:00 45 -#> 6836 25 A69-1303-555 10495 2017-01-30 23:50:00 45 -#> 6837 25 A69-1303-555 10496 2017-01-30 23:52:00 45 -#> 6838 25 A69-1303-555 10498 2017-01-30 23:54:00 45 -#> 6839 25 A69-1303-555 10501 2017-01-30 23:56:00 45 -#> 6840 25 A69-1303-555 10503 2017-01-30 23:58:00 45 -#> 6841 25 A69-1303-555 10504 2017-01-31 00:00:00 45 -#> 6842 25 A69-1303-555 10505 2017-01-31 00:02:00 45 -#> 6843 25 A69-1303-555 10506 2017-01-31 00:04:00 45 -#> 6844 25 A69-1303-555 10509 2017-01-31 00:06:00 45 -#> 6845 25 A69-1303-555 10511 2017-01-31 00:08:00 45 -#> 6846 25 A69-1303-555 10513 2017-01-31 00:10:00 45 -#> 6847 25 A69-1303-555 10515 2017-01-31 00:12:00 45 -#> 6848 25 A69-1303-555 10517 2017-01-31 00:14:00 45 -#> 6849 25 A69-1303-555 10519 2017-01-31 00:16:00 45 -#> 6850 25 A69-1303-555 10521 2017-01-31 00:18:00 45 -#> 6851 25 A69-1303-555 10522 2017-01-31 00:22:00 45 -#> 6852 25 A69-1303-555 10524 2017-01-31 00:24:00 45 -#> 6853 25 A69-1303-555 10526 2017-01-31 00:26:00 45 -#> 6854 25 A69-1303-555 10529 2017-01-31 00:28:00 45 -#> 6855 25 A69-1303-555 10530 2017-01-31 00:30:00 45 -#> 6856 25 A69-1303-555 10531 2017-01-31 00:32:00 45 -#> 6857 25 A69-1303-555 10533 2017-01-31 00:34:00 45 -#> 6858 25 A69-1303-555 10535 2017-01-31 00:38:00 45 -#> 6859 25 A69-1303-555 10536 2017-01-31 00:42:00 45 -#> 6860 25 A69-1303-555 10537 2017-01-31 00:58:00 45 -#> 6861 25 A69-1303-555 10538 2017-01-31 01:08:00 45 -#> 6862 25 A69-1303-555 10540 2017-01-31 01:12:00 45 -#> 6863 25 A69-1303-555 10543 2017-01-31 01:14:00 45 -#> 6864 25 A69-1303-555 10545 2017-01-31 01:16:00 45 -#> 6865 25 A69-1303-555 10546 2017-01-31 01:18:00 45 -#> 6866 25 A69-1303-555 10548 2017-01-31 01:20:00 45 -#> 6867 25 A69-1303-555 10550 2017-01-31 01:22:00 45 -#> 6868 25 A69-1303-555 10552 2017-01-31 01:24:00 45 -#> 6869 25 A69-1303-555 10553 2017-01-31 01:26:00 45 -#> 6870 25 A69-1303-555 10554 2017-01-31 01:28:00 45 -#> 6871 25 A69-1303-555 10556 2017-01-31 01:30:00 45 -#> 6872 25 A69-1303-555 10557 2017-01-31 01:32:00 45 -#> 6873 25 A69-1303-555 10558 2017-01-31 01:34:00 45 -#> 6874 25 A69-1303-555 10559 2017-01-31 01:36:00 45 -#> 6875 25 A69-1303-555 10561 2017-01-31 01:38:00 45 -#> 6876 25 A69-1303-555 10562 2017-01-31 01:40:00 45 -#> 6877 25 A69-1303-555 10564 2017-01-31 01:42:00 45 -#> 6878 25 A69-1303-555 10566 2017-01-31 01:44:00 45 -#> 6879 25 A69-1303-555 10568 2017-01-31 01:46:00 45 -#> 6880 25 A69-1303-555 10569 2017-01-31 01:50:00 45 -#> 6881 25 A69-1303-555 10571 2017-01-31 01:54:00 45 -#> 6882 25 A69-1303-555 10573 2017-01-31 01:56:00 45 -#> 6883 25 A69-1303-555 10575 2017-01-31 01:58:00 45 -#> 6884 25 A69-1303-555 10576 2017-01-31 02:00:00 45 -#> 6885 25 A69-1303-555 10578 2017-01-31 02:14:00 45 -#> 6886 25 A69-1303-555 10580 2017-01-31 02:18:00 45 -#> 6887 25 A69-1303-555 10581 2017-01-31 02:20:00 45 -#> 6888 25 A69-1303-555 10583 2017-01-31 02:22:00 45 -#> 6889 25 A69-1303-555 10585 2017-01-31 02:24:00 45 -#> 6890 25 A69-1303-555 10586 2017-01-31 02:26:00 45 -#> 6891 25 A69-1303-555 10588 2017-01-31 02:28:00 45 -#> 6892 25 A69-1303-555 10589 2017-01-31 02:30:00 45 -#> 6893 25 A69-1303-555 10590 2017-01-31 02:32:00 45 -#> 6894 25 A69-1303-555 10591 2017-01-31 02:34:00 45 -#> 6895 25 A69-1303-555 10592 2017-01-31 02:36:00 45 -#> 6896 25 A69-1303-555 10594 2017-01-31 02:40:00 45 -#> 6897 25 A69-1303-555 10595 2017-01-31 02:42:00 45 -#> 6898 25 A69-1303-555 10597 2017-01-31 02:44:00 45 -#> 6899 25 A69-1303-555 10598 2017-01-31 02:46:00 45 -#> 6900 25 A69-1303-555 10599 2017-01-31 02:48:00 45 -#> 6901 25 A69-1303-555 10600 2017-01-31 02:50:00 45 -#> 6902 25 A69-1303-555 10601 2017-01-31 02:52:00 45 -#> 6903 25 A69-1303-555 10602 2017-01-31 15:10:00 50 -#> 6904 25 A69-1303-555 10603 2017-01-31 15:12:00 50 -#> 6905 25 A69-1303-555 10604 2017-01-31 15:14:00 50 -#> 6906 25 A69-1303-555 10605 2017-01-31 15:16:00 50 -#> 6907 25 A69-1303-555 10607 2017-01-31 15:18:00 50 -#> 6908 25 A69-1303-555 10610 2017-01-31 15:20:00 50 -#> 6909 25 A69-1303-555 10612 2017-01-31 20:30:00 12 -#> 6910 25 A69-1303-555 10614 2017-02-02 19:24:00 47 -#> 6911 25 A69-1303-555 10616 2017-02-02 19:26:00 47 -#> 6912 25 A69-1303-555 10618 2017-02-02 19:28:00 47 -#> 6913 25 A69-1303-555 10621 2017-02-02 19:30:00 47 -#> 6914 25 A69-1303-555 10622 2017-02-02 19:34:00 47 -#> 6915 25 A69-1303-555 10625 2017-02-02 19:36:00 47 -#> 6916 25 A69-1303-555 10626 2017-02-02 19:38:00 47 -#> 6917 25 A69-1303-555 10627 2017-02-02 19:40:00 47 -#> 6918 25 A69-1303-555 10629 2017-02-02 19:42:00 47 -#> 6919 25 A69-1303-555 10631 2017-02-02 19:44:00 47 -#> 6920 25 A69-1303-555 10633 2017-02-02 19:46:00 47 -#> 6921 25 A69-1303-555 10635 2017-02-02 19:48:00 47 -#> 6922 25 A69-1303-555 10637 2017-02-02 19:50:00 47 -#> 6923 25 A69-1303-555 10639 2017-02-02 19:54:00 47 -#> 6924 25 A69-1303-555 10640 2017-02-02 23:34:00 47 -#> 6925 25 A69-1303-555 10641 2017-02-02 23:36:00 47 -#> 6926 25 A69-1303-555 10642 2017-02-02 23:38:00 47 -#> 6927 25 A69-1303-555 10643 2017-02-02 23:40:00 47 -#> 6928 25 A69-1303-555 10645 2017-02-02 23:42:00 47 -#> 6929 25 A69-1303-555 10646 2017-02-02 23:44:00 47 -#> 6930 25 A69-1303-555 10648 2017-02-02 23:46:00 47 -#> 6931 25 A69-1303-555 10649 2017-02-02 23:48:00 47 -#> 6932 25 A69-1303-555 10650 2017-02-04 01:34:00 24 -#> 6933 25 A69-1303-555 10651 2017-02-04 01:36:00 24 -#> 6934 25 A69-1303-555 10653 2017-02-04 01:38:00 24 -#> 6935 25 A69-1303-555 10654 2017-02-04 01:40:00 24 -#> 6936 25 A69-1303-555 10656 2017-02-04 01:42:00 24 -#> 6937 25 A69-1303-555 10657 2017-02-04 01:44:00 24 -#> 6938 25 A69-1303-555 10658 2017-02-04 01:50:00 24 -#> 6939 25 A69-1303-555 10659 2017-02-04 06:32:00 50 -#> 6940 25 A69-1303-555 10660 2017-02-04 06:34:00 50 -#> 6941 25 A69-1303-555 10661 2017-02-04 06:36:00 50 -#> 6942 25 A69-1303-555 10663 2017-02-04 06:38:00 50 -#> 6943 25 A69-1303-555 10664 2017-02-04 06:40:00 50 -#> 6944 25 A69-1303-555 10665 2017-02-04 06:42:00 50 -#> 6945 25 A69-1303-555 10666 2017-02-04 21:54:00 45 -#> 6946 25 A69-1303-555 10668 2017-02-04 21:56:00 45 -#> 6947 25 A69-1303-555 10669 2017-02-04 22:00:00 45 -#> 6948 25 A69-1303-555 10671 2017-02-04 22:02:00 45 -#> 6949 25 A69-1303-555 10673 2017-02-04 22:04:00 45 -#> 6950 25 A69-1303-555 10675 2017-02-04 22:06:00 45 -#> 6951 25 A69-1303-555 10676 2017-02-04 22:08:00 45 -#> 6952 25 A69-1303-555 10678 2017-02-04 22:10:00 45 -#> 6953 25 A69-1303-555 10679 2017-02-04 22:14:00 45 -#> 6954 25 A69-1303-555 10681 2017-02-04 22:16:00 45 -#> 6955 25 A69-1303-555 10682 2017-02-04 22:18:00 45 -#> 6956 25 A69-1303-555 10683 2017-02-04 22:20:00 45 -#> 6957 25 A69-1303-555 10685 2017-02-04 22:22:00 45 -#> 6958 25 A69-1303-555 10687 2017-02-04 22:24:00 45 -#> 6959 25 A69-1303-555 10688 2017-02-04 22:26:00 45 -#> 6960 25 A69-1303-555 10691 2017-02-04 22:28:00 45 -#> 6961 25 A69-1303-555 10693 2017-02-04 22:30:00 45 -#> 6962 25 A69-1303-555 10695 2017-02-04 22:32:00 45 -#> 6963 25 A69-1303-555 10697 2017-02-04 22:34:00 45 -#> 6964 25 A69-1303-555 10698 2017-02-04 23:08:00 45 -#> 6965 25 A69-1303-555 10700 2017-02-04 23:10:00 45 -#> 6966 25 A69-1303-555 10701 2017-02-04 23:14:00 45 -#> 6967 25 A69-1303-555 10703 2017-02-04 23:16:00 45 -#> 6968 25 A69-1303-555 10705 2017-02-04 23:18:00 45 -#> 6969 25 A69-1303-555 10707 2017-02-04 23:20:00 45 -#> 6970 25 A69-1303-555 10708 2017-02-04 23:22:00 45 -#> 6971 25 A69-1303-555 10710 2017-02-04 23:24:00 45 -#> 6972 25 A69-1303-555 10712 2017-02-04 23:26:00 45 -#> 6973 25 A69-1303-555 10714 2017-02-04 23:28:00 45 -#> 6974 25 A69-1303-555 10715 2017-02-04 23:30:00 45 -#> 6975 25 A69-1303-555 10716 2017-02-04 23:32:00 45 -#> 6976 25 A69-1303-555 10718 2017-02-04 23:34:00 45 -#> 6977 25 A69-1303-555 10720 2017-02-04 23:36:00 45 -#> 6978 25 A69-1303-555 10721 2017-02-04 23:38:00 45 -#> 6979 25 A69-1303-555 10723 2017-02-04 23:40:00 45 -#> 6980 25 A69-1303-555 10725 2017-02-04 23:42:00 45 -#> 6981 25 A69-1303-555 10727 2017-02-04 23:46:00 45 -#> 6982 25 A69-1303-555 10729 2017-02-04 23:48:00 45 -#> 6983 25 A69-1303-555 10730 2017-02-04 23:58:00 45 -#> 6984 25 A69-1303-555 10732 2017-02-05 00:00:00 45 -#> 6985 25 A69-1303-555 10734 2017-02-05 00:02:00 45 -#> 6986 25 A69-1303-555 10736 2017-02-05 00:04:00 45 -#> 6987 25 A69-1303-555 10737 2017-02-05 00:06:00 45 -#> 6988 25 A69-1303-555 10739 2017-02-05 00:08:00 45 -#> 6989 25 A69-1303-555 10740 2017-02-05 00:10:00 45 -#> 6990 25 A69-1303-555 10741 2017-02-05 00:12:00 45 -#> 6991 25 A69-1303-555 10743 2017-02-05 00:14:00 45 -#> 6992 25 A69-1303-555 10744 2017-02-05 00:16:00 45 -#> 6993 25 A69-1303-555 10746 2017-02-05 00:18:00 45 -#> 6994 25 A69-1303-555 10748 2017-02-05 00:20:00 45 -#> 6995 25 A69-1303-555 10750 2017-02-05 00:22:00 45 -#> 6996 25 A69-1303-555 10752 2017-02-05 00:24:00 45 -#> 6997 25 A69-1303-555 10753 2017-02-05 00:26:00 45 -#> 6998 25 A69-1303-555 10755 2017-02-05 00:28:00 45 -#> 6999 25 A69-1303-555 10757 2017-02-05 00:30:00 45 -#> 7000 25 A69-1303-555 10759 2017-02-05 00:32:00 45 -#> 7001 25 A69-1303-555 10761 2017-02-05 00:34:00 45 -#> 7002 25 A69-1303-555 10763 2017-02-05 00:36:00 45 -#> 7003 25 A69-1303-555 10765 2017-02-05 00:38:00 45 -#> 7004 25 A69-1303-555 10766 2017-02-05 00:40:00 45 -#> 7005 25 A69-1303-555 10767 2017-02-05 00:42:00 45 -#> 7006 25 A69-1303-555 10769 2017-02-05 00:44:00 45 -#> 7007 25 A69-1303-555 10771 2017-02-05 00:48:00 45 -#> 7008 25 A69-1303-555 10772 2017-02-05 00:50:00 45 -#> 7009 25 A69-1303-555 10773 2017-02-05 00:52:00 45 -#> 7010 25 A69-1303-555 10774 2017-02-05 00:54:00 45 -#> 7011 25 A69-1303-555 10775 2017-02-05 00:56:00 45 -#> 7012 25 A69-1303-555 10777 2017-02-05 01:00:00 45 -#> 7013 25 A69-1303-555 10778 2017-02-05 01:02:00 45 -#> 7014 25 A69-1303-555 10781 2017-02-05 01:08:00 45 -#> 7015 25 A69-1303-555 10783 2017-02-05 01:10:00 45 -#> 7016 25 A69-1303-555 10784 2017-02-05 01:12:00 45 -#> 7017 25 A69-1303-555 10785 2017-02-05 01:14:00 45 -#> 7018 25 A69-1303-555 10788 2017-02-05 01:16:00 45 -#> 7019 25 A69-1303-555 10789 2017-02-05 01:18:00 45 -#> 7020 25 A69-1303-555 10791 2017-02-05 01:20:00 45 -#> 7021 25 A69-1303-555 10793 2017-02-05 01:48:00 45 -#> 7022 25 A69-1303-555 10794 2017-02-05 01:52:00 45 -#> 7023 25 A69-1303-555 10795 2017-02-05 01:54:00 45 -#> 7024 25 A69-1303-555 10796 2017-02-05 01:56:00 45 -#> 7025 25 A69-1303-555 10797 2017-02-05 01:58:00 45 -#> 7026 25 A69-1303-555 10798 2017-02-05 02:00:00 45 -#> 7027 25 A69-1303-555 10800 2017-02-05 02:02:00 45 -#> 7028 25 A69-1303-555 10801 2017-02-05 02:04:00 45 -#> 7029 25 A69-1303-555 10803 2017-02-05 02:06:00 45 -#> 7030 25 A69-1303-555 10805 2017-02-05 02:08:00 45 -#> 7031 25 A69-1303-555 10806 2017-02-05 02:10:00 45 -#> 7032 25 A69-1303-555 10808 2017-02-05 02:12:00 45 -#> 7033 25 A69-1303-555 10809 2017-02-05 02:14:00 45 -#> 7034 25 A69-1303-555 10810 2017-02-05 02:16:00 45 -#> 7035 25 A69-1303-555 10813 2017-02-05 02:24:00 45 -#> 7036 25 A69-1303-555 10814 2017-02-05 02:28:00 45 -#> 7037 25 A69-1303-555 10816 2017-02-05 02:30:00 45 -#> 7038 25 A69-1303-555 10817 2017-02-05 02:34:00 45 -#> 7039 25 A69-1303-555 10819 2017-02-05 02:36:00 45 -#> 7040 25 A69-1303-555 10820 2017-02-05 02:38:00 45 -#> 7041 25 A69-1303-555 10821 2017-02-05 02:40:00 45 -#> 7042 25 A69-1303-555 10822 2017-02-05 02:42:00 45 -#> 7043 25 A69-1303-555 10824 2017-02-05 02:44:00 45 -#> 7044 25 A69-1303-555 10825 2017-02-05 02:48:00 45 -#> 7045 25 A69-1303-555 10827 2017-02-05 02:52:00 45 -#> 7046 25 A69-1303-555 10828 2017-02-05 02:54:00 45 -#> 7047 25 A69-1303-555 10829 2017-02-05 02:56:00 45 -#> 7048 25 A69-1303-555 10832 2017-02-05 02:58:00 45 -#> 7049 25 A69-1303-555 10834 2017-02-05 03:00:00 45 -#> 7050 25 A69-1303-555 10836 2017-02-05 03:02:00 45 -#> 7051 25 A69-1303-555 10838 2017-02-05 03:04:00 45 -#> 7052 25 A69-1303-555 10840 2017-02-05 03:06:00 45 -#> 7053 25 A69-1303-555 10841 2017-02-05 03:08:00 45 -#> 7054 25 A69-1303-555 10842 2017-02-05 03:10:00 45 -#> 7055 25 A69-1303-555 10844 2017-02-05 03:16:00 45 -#> 7056 25 A69-1303-555 10845 2017-02-05 03:18:00 45 -#> 7057 25 A69-1303-555 10847 2017-02-05 03:20:00 45 -#> 7058 25 A69-1303-555 10848 2017-02-05 03:22:00 45 -#> 7059 25 A69-1303-555 10850 2017-02-05 03:26:00 45 -#> 7060 25 A69-1303-555 10851 2017-02-05 03:28:00 45 -#> 7061 25 A69-1303-555 10852 2017-02-05 03:30:00 45 -#> 7062 25 A69-1303-555 10854 2017-02-05 03:32:00 45 -#> 7063 25 A69-1303-555 10855 2017-02-05 03:34:00 45 -#> 7064 25 A69-1303-555 10858 2017-02-05 03:36:00 45 -#> 7065 25 A69-1303-555 10860 2017-02-05 03:42:00 45 -#> 7066 25 A69-1303-555 10862 2017-02-05 03:44:00 45 -#> 7067 25 A69-1303-555 10864 2017-02-05 03:46:00 45 -#> 7068 25 A69-1303-555 10866 2017-02-05 03:48:00 45 -#> 7069 25 A69-1303-555 10867 2017-02-06 01:22:00 51 -#> 7070 25 A69-1303-555 10868 2017-02-06 01:24:00 51 -#> 7071 25 A69-1303-555 10869 2017-02-06 01:26:00 51 -#> 7072 25 A69-1303-555 10871 2017-02-06 01:28:00 51 -#> 7073 25 A69-1303-555 10873 2017-02-06 01:30:00 51 -#> 7074 25 A69-1303-555 10875 2017-02-06 01:32:00 51 -#> 7075 25 A69-1303-555 10876 2017-02-06 01:34:00 51 -#> 7076 25 A69-1303-555 10877 2017-02-06 01:38:00 51 -#> 7077 25 A69-1303-555 10878 2017-02-06 01:54:00 51 -#> 7078 25 A69-1303-555 10880 2017-02-06 01:56:00 51 -#> 7079 25 A69-1303-555 10881 2017-02-06 01:58:00 51 -#> 7080 25 A69-1303-555 10883 2017-02-06 02:00:00 51 -#> 7081 25 A69-1303-555 10884 2017-02-06 02:04:00 51 -#> 7082 25 A69-1303-555 10886 2017-02-06 02:06:00 51 -#> 7083 25 A69-1303-555 10887 2017-02-06 02:08:00 51 -#> 7084 25 A69-1303-555 10888 2017-02-06 02:16:00 51 -#> 7085 25 A69-1303-555 10889 2017-02-06 02:20:00 51 -#> 7086 25 A69-1303-555 10890 2017-02-06 02:22:00 51 -#> 7087 25 A69-1303-555 10891 2017-02-06 02:24:00 51 -#> 7088 25 A69-1303-555 10893 2017-02-06 02:26:00 51 -#> 7089 25 A69-1303-555 10895 2017-02-06 02:28:00 51 -#> 7090 25 A69-1303-555 10897 2017-02-06 02:30:00 51 -#> 7091 25 A69-1303-555 10898 2017-02-06 02:32:00 51 -#> 7092 25 A69-1303-555 10900 2017-02-06 02:36:00 51 -#> 7093 25 A69-1303-555 10901 2017-02-06 02:38:00 51 -#> 7094 25 A69-1303-555 10902 2017-02-06 02:44:00 51 -#> 7095 25 A69-1303-555 10903 2017-02-06 02:48:00 51 -#> 7096 25 A69-1303-555 10904 2017-02-06 02:54:00 51 -#> 7097 25 A69-1303-555 10905 2017-02-06 02:56:00 51 -#> 7098 25 A69-1303-555 10906 2017-02-06 02:58:00 51 -#> 7099 25 A69-1303-555 10907 2017-02-06 03:00:00 51 -#> 7100 25 A69-1303-555 10908 2017-02-06 03:08:00 51 -#> 7101 25 A69-1303-555 10909 2017-02-06 03:10:00 51 -#> 7102 25 A69-1303-555 10910 2017-02-06 03:12:00 51 -#> 7103 25 A69-1303-555 10911 2017-02-06 03:24:00 51 -#> 7104 25 A69-1303-555 10913 2017-02-06 03:26:00 51 -#> 7105 25 A69-1303-555 10915 2017-02-06 03:28:00 51 -#> 7106 25 A69-1303-555 10916 2017-02-06 03:30:00 51 -#> 7107 25 A69-1303-555 10917 2017-02-06 03:32:00 51 -#> 7108 25 A69-1303-555 10918 2017-02-06 03:34:00 51 -#> 7109 25 A69-1303-555 10920 2017-02-06 03:36:00 51 -#> 7110 25 A69-1303-555 10921 2017-02-06 03:38:00 51 -#> 7111 25 A69-1303-555 10922 2017-02-06 03:40:00 51 -#> 7112 25 A69-1303-555 10923 2017-02-06 03:44:00 51 -#> 7113 25 A69-1303-555 10925 2017-02-06 03:46:00 51 -#> 7114 25 A69-1303-555 10928 2017-02-06 03:48:00 51 -#> 7115 25 A69-1303-555 10929 2017-02-06 03:50:00 51 -#> 7116 25 A69-1303-555 10931 2017-02-06 03:52:00 51 -#> 7117 25 A69-1303-555 10932 2017-02-06 03:54:00 51 -#> 7118 25 A69-1303-555 10934 2017-02-06 03:56:00 51 -#> 7119 25 A69-1303-555 10936 2017-02-06 03:58:00 51 -#> 7120 25 A69-1303-555 10937 2017-02-06 04:00:00 51 -#> 7121 25 A69-1303-555 10939 2017-02-06 04:02:00 51 -#> 7122 25 A69-1303-555 10942 2017-02-06 04:06:00 51 -#> 7123 25 A69-1303-555 10945 2017-02-06 04:10:00 51 -#> 7124 25 A69-1303-555 10947 2017-02-06 04:12:00 51 -#> 7125 25 A69-1303-555 10949 2017-02-06 04:14:00 51 -#> 7126 25 A69-1303-555 10950 2017-02-06 04:16:00 51 -#> 7127 25 A69-1303-555 10952 2017-02-06 04:18:00 51 -#> 7128 25 A69-1303-555 10953 2017-02-06 18:36:00 51 -#> 7129 25 A69-1303-555 10954 2017-02-06 18:38:00 51 -#> 7130 25 A69-1303-555 10955 2017-02-06 18:40:00 51 -#> 7131 25 A69-1303-555 10956 2017-02-06 18:42:00 51 -#> 7132 25 A69-1303-555 10958 2017-02-06 18:44:00 51 -#> 7133 25 A69-1303-555 10960 2017-02-06 18:46:00 51 -#> 7134 25 A69-1303-555 10962 2017-02-06 18:48:00 51 -#> 7135 25 A69-1303-555 10963 2017-02-06 18:50:00 51 -#> 7136 25 A69-1303-555 10965 2017-02-06 18:52:00 51 -#> 7137 25 A69-1303-555 10966 2017-02-06 18:54:00 51 -#> 7138 25 A69-1303-555 10968 2017-02-06 18:56:00 51 -#> 7139 25 A69-1303-555 10969 2017-02-07 23:36:00 47 -#> 7140 25 A69-1303-555 10970 2017-02-07 23:40:00 47 -#> 7141 25 A69-1303-555 10971 2017-02-07 23:42:00 47 -#> 7142 25 A69-1303-555 10973 2017-02-07 23:44:00 47 -#> 7143 25 A69-1303-555 10974 2017-02-07 23:52:00 47 -#> 7144 25 A69-1303-555 10975 2017-02-07 23:56:00 47 -#> 7145 25 A69-1303-555 10976 2017-02-08 02:52:00 47 -#> 7146 25 A69-1303-555 10977 2017-02-08 02:54:00 47 -#> 7147 25 A69-1303-555 10978 2017-02-08 02:56:00 47 -#> 7148 25 A69-1303-555 10980 2017-02-08 02:58:00 47 -#> 7149 25 A69-1303-555 10982 2017-02-08 03:00:00 47 -#> 7150 25 A69-1303-555 10984 2017-02-08 03:02:00 47 -#> 7151 25 A69-1303-555 10985 2017-02-08 03:06:00 47 -#> 7152 25 A69-1303-555 10987 2017-02-08 03:08:00 47 -#> 7153 25 A69-1303-555 10989 2017-02-08 03:08:00 41 -#> 7154 25 A69-1303-555 10990 2017-02-08 03:10:00 47 -#> 7155 25 A69-1303-555 10992 2017-02-08 03:12:00 47 -#> 7156 25 A69-1303-555 10993 2017-02-08 03:24:00 47 -#> 7157 25 A69-1303-555 10994 2017-02-08 03:26:00 47 -#> 7158 25 A69-1303-555 10995 2017-02-08 03:38:00 41 -#> 7159 25 A69-1303-555 10996 2017-02-09 19:40:00 24 -#> 7160 25 A69-1303-555 10997 2017-02-09 19:42:00 24 -#> 7161 25 A69-1303-555 10998 2017-02-09 19:44:00 24 -#> 7162 25 A69-1303-555 10999 2017-02-09 19:46:00 24 -#> 7163 25 A69-1303-555 11000 2017-02-09 19:52:00 24 -#> 7164 25 A69-1303-555 11001 2017-02-09 19:54:00 24 -#> 7165 25 A69-1303-555 11002 2017-02-09 20:36:00 24 -#> 7166 25 A69-1303-555 11004 2017-02-09 23:14:00 24 -#> 7167 25 A69-1303-555 11005 2017-02-09 23:24:00 24 -#> 7168 25 A69-1303-555 11006 2017-02-09 23:48:00 24 -#> 7169 25 A69-1303-555 11007 2017-02-09 23:50:00 24 -#> 7170 25 A69-1303-555 11008 2017-02-09 23:52:00 24 -#> 7171 25 A69-1303-555 11010 2017-02-09 23:54:00 24 -#> 7172 25 A69-1303-555 11012 2017-02-09 23:58:00 24 -#> 7173 25 A69-1303-555 11014 2017-02-10 00:00:00 24 -#> 7174 25 A69-1303-555 11016 2017-02-10 00:02:00 24 -#> 7175 25 A69-1303-555 11018 2017-02-10 00:04:00 24 -#> 7176 25 A69-1303-555 11019 2017-02-10 00:06:00 24 -#> 7177 25 A69-1303-555 11020 2017-02-10 00:10:00 24 -#> 7178 25 A69-1303-555 11021 2017-02-10 00:12:00 24 -#> 7179 25 A69-1303-555 11023 2017-02-10 07:02:00 50 -#> 7180 25 A69-1303-555 11025 2017-02-10 07:04:00 50 -#> 7181 25 A69-1303-555 11027 2017-02-10 07:06:00 50 -#> 7182 25 A69-1303-555 11028 2017-02-10 07:08:00 50 -#> 7183 25 A69-1303-555 11029 2017-02-10 07:10:00 50 -#> 7184 25 A69-1303-555 11031 2017-02-10 07:12:00 50 -#> 7185 25 A69-1303-555 11032 2017-02-10 07:14:00 50 -#> 7186 25 A69-1303-555 11033 2017-02-10 07:16:00 50 -#> 7187 25 A69-1303-555 11036 2017-02-10 07:18:00 50 -#> 7188 25 A69-1303-555 11037 2017-02-10 07:20:00 50 -#> 7189 25 A69-1303-555 11038 2017-02-10 07:22:00 50 -#> 7190 25 A69-1303-555 11039 2017-02-10 07:24:00 50 -#> 7191 25 A69-1303-555 11041 2017-02-10 07:26:00 50 -#> 7192 25 A69-1303-555 11043 2017-02-10 10:22:00 45 -#> 7193 25 A69-1303-555 11045 2017-02-10 10:24:00 45 -#> 7194 25 A69-1303-555 11046 2017-02-10 10:26:00 45 -#> 7195 25 A69-1303-555 11047 2017-02-10 10:28:00 45 -#> 7196 25 A69-1303-555 11049 2017-02-10 10:30:00 45 -#> 7197 25 A69-1303-555 11051 2017-02-10 10:36:00 45 -#> 7198 25 A69-1303-555 11053 2017-02-10 10:38:00 45 -#> 7199 25 A69-1303-555 11054 2017-02-10 10:40:00 45 -#> 7200 25 A69-1303-555 11056 2017-02-10 10:44:00 45 -#> 7201 25 A69-1303-555 11058 2017-02-10 10:46:00 45 -#> 7202 25 A69-1303-555 11059 2017-02-10 10:48:00 45 -#> 7203 25 A69-1303-555 11060 2017-02-10 10:50:00 45 -#> 7204 25 A69-1303-555 11061 2017-02-10 10:52:00 45 -#> 7205 25 A69-1303-555 11062 2017-02-10 10:54:00 45 -#> 7206 25 A69-1303-555 11063 2017-02-10 11:02:00 45 -#> 7207 25 A69-1303-555 11064 2017-02-10 11:06:00 45 -#> 7208 25 A69-1303-555 11067 2017-02-10 11:08:00 45 -#> 7209 25 A69-1303-555 11068 2017-02-10 11:10:00 45 -#> 7210 25 A69-1303-555 11069 2017-02-10 11:12:00 45 -#> 7211 25 A69-1303-555 11071 2017-02-10 11:14:00 45 -#> 7212 25 A69-1303-555 11073 2017-02-10 11:16:00 45 -#> 7213 25 A69-1303-555 11074 2017-02-10 11:18:00 45 -#> 7214 25 A69-1303-555 11076 2017-02-10 11:20:00 45 -#> 7215 25 A69-1303-555 11077 2017-02-10 11:22:00 45 -#> 7216 25 A69-1303-555 11078 2017-02-10 11:24:00 45 -#> 7217 25 A69-1303-555 11079 2017-02-10 11:26:00 45 -#> 7218 25 A69-1303-555 11080 2017-02-10 11:28:00 45 -#> 7219 25 A69-1303-555 11083 2017-02-10 11:34:00 45 -#> 7220 25 A69-1303-555 11084 2017-02-10 11:36:00 45 -#> 7221 25 A69-1303-555 11086 2017-02-10 11:50:00 45 -#> 7222 25 A69-1303-555 11087 2017-02-10 11:52:00 45 -#> 7223 25 A69-1303-555 11088 2017-02-10 11:56:00 45 -#> 7224 25 A69-1303-555 11091 2017-02-10 11:58:00 45 -#> 7225 25 A69-1303-555 11092 2017-02-10 12:00:00 45 -#> 7226 25 A69-1303-555 11093 2017-02-10 12:02:00 45 -#> 7227 25 A69-1303-555 11095 2017-02-10 12:04:00 45 -#> 7228 25 A69-1303-555 11096 2017-02-10 12:06:00 45 -#> 7229 25 A69-1303-555 11098 2017-02-10 12:08:00 45 -#> 7230 25 A69-1303-555 11099 2017-02-10 12:10:00 45 -#> 7231 25 A69-1303-555 11101 2017-02-10 12:12:00 45 -#> 7232 25 A69-1303-555 11102 2017-02-10 12:14:00 45 -#> 7233 25 A69-1303-555 11104 2017-02-10 12:16:00 45 -#> 7234 25 A69-1303-555 11106 2017-02-10 12:20:00 45 -#> 7235 25 A69-1303-555 11108 2017-02-10 12:22:00 45 -#> 7236 25 A69-1303-555 11110 2017-02-10 12:24:00 45 -#> 7237 25 A69-1303-555 11112 2017-02-10 12:26:00 45 -#> 7238 25 A69-1303-555 11114 2017-02-10 12:28:00 45 -#> 7239 25 A69-1303-555 11115 2017-02-10 12:30:00 45 -#> 7240 25 A69-1303-555 11118 2017-02-10 12:32:00 45 -#> 7241 25 A69-1303-555 11120 2017-02-10 12:34:00 45 -#> 7242 25 A69-1303-555 11122 2017-02-10 12:36:00 45 -#> 7243 25 A69-1303-555 11124 2017-02-10 12:38:00 45 -#> 7244 25 A69-1303-555 11125 2017-02-10 12:40:00 45 -#> 7245 25 A69-1303-555 11126 2017-02-10 12:42:00 45 -#> 7246 25 A69-1303-555 11128 2017-02-10 12:44:00 45 -#> 7247 25 A69-1303-555 11130 2017-02-10 12:46:00 45 -#> 7248 25 A69-1303-555 11131 2017-02-10 12:48:00 45 -#> 7249 25 A69-1303-555 11132 2017-02-10 12:50:00 45 -#> 7250 25 A69-1303-555 11134 2017-02-10 12:52:00 45 -#> 7251 25 A69-1303-555 11136 2017-02-10 12:54:00 45 -#> 7252 25 A69-1303-555 11137 2017-02-10 12:56:00 45 -#> 7253 25 A69-1303-555 11138 2017-02-10 12:58:00 45 -#> 7254 25 A69-1303-555 11139 2017-02-10 13:00:00 45 -#> 7255 25 A69-1303-555 11141 2017-02-10 13:02:00 45 -#> 7256 25 A69-1303-555 11142 2017-02-10 13:04:00 45 -#> 7257 25 A69-1303-555 11144 2017-02-10 13:06:00 45 -#> 7258 25 A69-1303-555 11147 2017-02-10 13:08:00 45 -#> 7259 25 A69-1303-555 11149 2017-02-10 13:10:00 45 -#> 7260 25 A69-1303-555 11151 2017-02-10 13:12:00 45 -#> 7261 25 A69-1303-555 11152 2017-02-10 13:14:00 45 -#> 7262 25 A69-1303-555 11154 2017-02-10 13:16:00 45 -#> 7263 25 A69-1303-555 11156 2017-02-10 13:18:00 45 -#> 7264 25 A69-1303-555 11159 2017-02-10 13:20:00 45 -#> 7265 25 A69-1303-555 11160 2017-02-10 13:22:00 45 -#> 7266 25 A69-1303-555 11163 2017-02-10 13:26:00 45 -#> 7267 25 A69-1303-555 11165 2017-02-10 13:28:00 45 -#> 7268 25 A69-1303-555 11167 2017-02-10 13:32:00 45 -#> 7269 25 A69-1303-555 11169 2017-02-10 13:34:00 45 -#> 7270 25 A69-1303-555 11170 2017-02-10 13:36:00 45 -#> 7271 25 A69-1303-555 11172 2017-02-10 13:38:00 45 -#> 7272 25 A69-1303-555 11173 2017-02-10 13:40:00 45 -#> 7273 25 A69-1303-555 11175 2017-02-10 13:42:00 45 -#> 7274 25 A69-1303-555 11177 2017-02-10 13:46:00 45 -#> 7275 25 A69-1303-555 11178 2017-02-10 13:48:00 45 -#> 7276 25 A69-1303-555 11179 2017-02-10 14:10:00 45 -#> 7277 25 A69-1303-555 11180 2017-02-12 03:08:00 47 -#> 7278 25 A69-1303-555 11181 2017-02-12 03:12:00 47 -#> 7279 25 A69-1303-555 11182 2017-02-12 03:20:00 47 -#> 7280 25 A69-1303-555 11184 2017-02-12 03:22:00 47 -#> 7281 25 A69-1303-555 11185 2017-02-12 03:24:00 47 -#> 7282 25 A69-1303-555 11187 2017-02-12 03:26:00 47 -#> 7283 25 A69-1303-555 11188 2017-02-12 03:28:00 47 -#> 7284 25 A69-1303-555 11189 2017-02-12 03:34:00 47 -#> 7285 25 A69-1303-555 11190 2017-02-12 03:36:00 47 -#> 7286 25 A69-1303-555 11191 2017-02-12 03:46:00 47 -#> 7287 25 A69-1303-555 11193 2017-02-12 03:50:00 47 -#> 7288 25 A69-1303-555 11194 2017-02-12 06:54:00 47 -#> 7289 25 A69-1303-555 11195 2017-02-12 06:56:00 47 -#> 7290 25 A69-1303-555 11197 2017-02-12 06:58:00 47 -#> 7291 25 A69-1303-555 11199 2017-02-12 07:00:00 47 -#> 7292 25 A69-1303-555 11200 2017-02-12 07:02:00 47 -#> 7293 25 A69-1303-555 11202 2017-02-12 07:04:00 47 -#> 7294 25 A69-1303-555 11204 2017-02-12 07:06:00 47 -#> 7295 25 A69-1303-555 11206 2017-02-12 07:10:00 47 -#> 7296 25 A69-1303-555 11208 2017-02-12 07:12:00 47 -#> 7297 25 A69-1303-555 11209 2017-02-12 07:36:00 41 -#> 7298 25 A69-1303-555 11211 2017-02-13 18:58:00 4 -#> 7299 25 A69-1303-555 11212 2017-02-13 19:00:00 4 -#> 7300 25 A69-1303-555 11213 2017-02-13 19:02:00 4 -#> 7301 25 A69-1303-555 11215 2017-02-13 19:04:00 4 -#> 7302 25 A69-1303-555 11216 2017-02-13 19:06:00 4 -#> 7303 25 A69-1303-555 11218 2017-02-13 19:08:00 4 -#> 7304 25 A69-1303-555 11220 2017-02-13 19:10:00 4 -#> 7305 25 A69-1303-555 11222 2017-02-13 19:12:00 4 -#> 7306 25 A69-1303-555 11224 2017-02-13 19:14:00 4 -#> 7307 25 A69-1303-555 11226 2017-02-13 19:16:00 4 -#> 7308 25 A69-1303-555 11228 2017-02-13 19:18:00 4 -#> 7309 25 A69-1303-555 11229 2017-02-13 19:36:00 12 -#> 7310 25 A69-1303-555 11230 2017-02-13 19:38:00 12 -#> 7311 25 A69-1303-555 11232 2017-02-13 19:40:00 12 -#> 7312 25 A69-1303-555 11235 2017-02-13 19:44:00 12 -#> 7313 25 A69-1303-555 11237 2017-02-13 19:46:00 12 -#> 7314 25 A69-1303-555 11238 2017-02-13 19:48:00 44 -#> 7315 25 A69-1303-555 11239 2017-02-13 19:48:00 12 -#> 7316 25 A69-1303-555 11240 2017-02-13 19:50:00 44 -#> 7317 25 A69-1303-555 11242 2017-02-13 19:52:00 44 -#> 7318 25 A69-1303-555 11243 2017-02-13 19:52:00 12 -#> 7319 25 A69-1303-555 11246 2017-02-13 19:54:00 44 -#> 7320 25 A69-1303-555 11248 2017-02-13 19:58:00 44 -#> 7321 25 A69-1303-555 11249 2017-02-13 23:34:00 24 -#> 7322 25 A69-1303-555 11250 2017-02-13 23:36:00 24 -#> 7323 25 A69-1303-555 11251 2017-02-13 23:42:00 24 -#> 7324 25 A69-1303-555 11253 2017-02-13 23:54:00 24 -#> 7325 25 A69-1303-555 11254 2017-02-13 23:56:00 24 -#> 7326 25 A69-1303-555 11256 2017-02-13 23:58:00 24 -#> 7327 25 A69-1303-555 11258 2017-02-14 00:00:00 24 -#> 7328 25 A69-1303-555 11261 2017-02-14 00:02:00 24 -#> 7329 25 A69-1303-555 11263 2017-02-14 00:04:00 24 -#> 7330 25 A69-1303-555 11266 2017-02-14 00:06:00 24 -#> 7331 25 A69-1303-555 11268 2017-02-14 00:10:00 24 -#> 7332 25 A69-1303-555 11269 2017-02-14 00:12:00 24 -#> 7333 25 A69-1303-555 11270 2017-02-14 00:14:00 24 -#> 7334 25 A69-1303-555 11271 2017-02-14 02:50:00 24 -#> 7335 25 A69-1303-555 11272 2017-02-14 02:52:00 24 -#> 7336 25 A69-1303-555 11273 2017-02-14 02:54:00 24 -#> 7337 25 A69-1303-555 11274 2017-02-14 02:56:00 24 -#> 7338 25 A69-1303-555 11276 2017-02-14 02:58:00 24 -#> 7339 25 A69-1303-555 11278 2017-02-14 03:02:00 24 -#> 7340 25 A69-1303-555 11279 2017-02-14 03:06:00 24 -#> 7341 25 A69-1303-555 11280 2017-02-14 03:14:00 24 -#> 7342 25 A69-1303-555 11281 2017-02-14 22:52:00 50 -#> 7343 25 A69-1303-555 11282 2017-02-14 22:54:00 50 -#> 7344 25 A69-1303-555 11283 2017-02-14 22:58:00 50 -#> 7345 25 A69-1303-555 11284 2017-02-15 11:36:00 45 -#> 7346 25 A69-1303-555 11285 2017-02-15 11:40:00 45 -#> 7347 25 A69-1303-555 11286 2017-02-15 11:50:00 45 -#> 7348 25 A69-1303-555 11289 2017-02-15 11:52:00 45 -#> 7349 25 A69-1303-555 11291 2017-02-15 11:54:00 45 -#> 7350 25 A69-1303-555 11292 2017-02-15 11:56:00 45 -#> 7351 25 A69-1303-555 11293 2017-02-15 11:58:00 45 -#> 7352 25 A69-1303-555 11295 2017-02-15 12:00:00 45 -#> 7353 25 A69-1303-555 11298 2017-02-15 12:02:00 45 -#> 7354 25 A69-1303-555 11299 2017-02-15 12:04:00 45 -#> 7355 25 A69-1303-555 11300 2017-02-15 12:06:00 45 -#> 7356 25 A69-1303-555 11302 2017-02-15 12:08:00 45 -#> 7357 25 A69-1303-555 11304 2017-02-15 12:10:00 45 -#> 7358 25 A69-1303-555 11305 2017-02-15 12:12:00 45 -#> 7359 25 A69-1303-555 11308 2017-02-15 12:14:00 45 -#> 7360 25 A69-1303-555 11310 2017-02-15 12:16:00 45 -#> 7361 25 A69-1303-555 11311 2017-02-15 12:18:00 45 -#> 7362 25 A69-1303-555 11313 2017-02-15 12:20:00 45 -#> 7363 25 A69-1303-555 11315 2017-02-15 12:22:00 45 -#> 7364 25 A69-1303-555 11317 2017-02-15 12:24:00 45 -#> 7365 25 A69-1303-555 11318 2017-02-15 12:26:00 45 -#> 7366 25 A69-1303-555 11320 2017-02-15 12:28:00 45 -#> 7367 25 A69-1303-555 11323 2017-02-15 12:30:00 45 -#> 7368 25 A69-1303-555 11324 2017-02-15 12:32:00 45 -#> 7369 25 A69-1303-555 11327 2017-02-15 12:36:00 45 -#> 7370 25 A69-1303-555 11329 2017-02-15 12:38:00 45 -#> 7371 25 A69-1303-555 11331 2017-02-15 12:42:00 45 -#> 7372 25 A69-1303-555 11333 2017-02-15 12:44:00 45 -#> 7373 25 A69-1303-555 11334 2017-02-15 12:46:00 45 -#> 7374 25 A69-1303-555 11336 2017-02-15 12:48:00 45 -#> 7375 25 A69-1303-555 11337 2017-02-15 12:52:00 45 -#> 7376 25 A69-1303-555 11339 2017-02-15 12:54:00 45 -#> 7377 25 A69-1303-555 11341 2017-02-15 12:56:00 45 -#> 7378 25 A69-1303-555 11342 2017-02-15 12:58:00 45 -#> 7379 25 A69-1303-555 11343 2017-02-15 13:00:00 45 -#> 7380 25 A69-1303-555 11344 2017-02-15 13:02:00 45 -#> 7381 25 A69-1303-555 11346 2017-02-15 13:06:00 45 -#> 7382 25 A69-1303-555 11347 2017-02-15 13:08:00 45 -#> 7383 25 A69-1303-555 11349 2017-02-15 13:10:00 45 -#> 7384 25 A69-1303-555 11350 2017-02-15 13:12:00 45 -#> 7385 25 A69-1303-555 11352 2017-02-15 13:14:00 45 -#> 7386 25 A69-1303-555 11354 2017-02-15 13:18:00 45 -#> 7387 25 A69-1303-555 11356 2017-02-15 13:20:00 45 -#> 7388 25 A69-1303-555 11358 2017-02-15 13:22:00 45 -#> 7389 25 A69-1303-555 11359 2017-02-15 13:24:00 45 -#> 7390 25 A69-1303-555 11361 2017-02-15 13:26:00 45 -#> 7391 25 A69-1303-555 11363 2017-02-15 13:28:00 45 -#> 7392 25 A69-1303-555 11365 2017-02-15 13:30:00 45 -#> 7393 25 A69-1303-555 11366 2017-02-15 13:32:00 45 -#> 7394 25 A69-1303-555 11368 2017-02-15 13:34:00 45 -#> 7395 25 A69-1303-555 11370 2017-02-15 13:36:00 45 -#> 7396 25 A69-1303-555 11372 2017-02-15 13:38:00 45 -#> 7397 25 A69-1303-555 11374 2017-02-15 13:40:00 45 -#> 7398 25 A69-1303-555 11376 2017-02-15 13:42:00 45 -#> 7399 25 A69-1303-555 11377 2017-02-15 13:44:00 45 -#> 7400 25 A69-1303-555 11379 2017-02-15 13:46:00 45 -#> 7401 25 A69-1303-555 11381 2017-02-15 13:48:00 45 -#> 7402 25 A69-1303-555 11383 2017-02-15 13:50:00 45 -#> 7403 25 A69-1303-555 11385 2017-02-15 13:52:00 45 -#> 7404 25 A69-1303-555 11388 2017-02-15 13:54:00 45 -#> 7405 25 A69-1303-555 11389 2017-02-15 13:56:00 45 -#> 7406 25 A69-1303-555 11391 2017-02-15 13:58:00 45 -#> 7407 25 A69-1303-555 11392 2017-02-15 14:00:00 45 -#> 7408 25 A69-1303-555 11393 2017-02-15 14:02:00 45 -#> 7409 25 A69-1303-555 11394 2017-02-15 14:04:00 45 -#> 7410 25 A69-1303-555 11397 2017-02-15 14:06:00 45 -#> 7411 25 A69-1303-555 11398 2017-02-15 14:08:00 45 -#> 7412 25 A69-1303-555 11400 2017-02-15 14:10:00 45 -#> 7413 25 A69-1303-555 11402 2017-02-15 14:12:00 45 -#> 7414 25 A69-1303-555 11403 2017-02-15 14:14:00 45 -#> 7415 25 A69-1303-555 11406 2017-02-15 14:16:00 45 -#> 7416 25 A69-1303-555 11408 2017-02-15 14:18:00 45 -#> 7417 25 A69-1303-555 11410 2017-02-15 14:20:00 45 -#> 7418 25 A69-1303-555 11411 2017-02-15 14:22:00 45 -#> 7419 25 A69-1303-555 11412 2017-02-15 14:24:00 45 -#> 7420 25 A69-1303-555 11413 2017-02-15 14:26:00 45 -#> 7421 25 A69-1303-555 11415 2017-02-15 14:28:00 45 -#> 7422 25 A69-1303-555 11417 2017-02-15 14:30:00 45 -#> 7423 25 A69-1303-555 11419 2017-02-15 14:32:00 45 -#> 7424 25 A69-1303-555 11421 2017-02-15 14:34:00 45 -#> 7425 25 A69-1303-555 11423 2017-02-15 14:36:00 45 -#> 7426 25 A69-1303-555 11424 2017-02-15 14:38:00 45 -#> 7427 25 A69-1303-555 11427 2017-02-15 14:40:00 45 -#> 7428 25 A69-1303-555 11429 2017-02-15 14:42:00 45 -#> 7429 25 A69-1303-555 11430 2017-02-15 14:44:00 45 -#> 7430 25 A69-1303-555 11431 2017-02-15 14:46:00 45 -#> 7431 25 A69-1303-555 11432 2017-02-15 14:48:00 45 -#> 7432 25 A69-1303-555 11434 2017-02-15 14:50:00 45 -#> 7433 25 A69-1303-555 11436 2017-02-15 14:52:00 45 -#> 7434 25 A69-1303-555 11438 2017-02-15 14:54:00 45 -#> 7435 25 A69-1303-555 11440 2017-02-15 14:56:00 45 -#> 7436 25 A69-1303-555 11441 2017-02-15 14:58:00 45 -#> 7437 25 A69-1303-555 11444 2017-02-15 15:00:00 45 -#> 7438 25 A69-1303-555 11446 2017-02-15 15:02:00 45 -#> 7439 25 A69-1303-555 11448 2017-02-15 15:04:00 45 -#> 7440 25 A69-1303-555 11449 2017-02-15 15:06:00 45 -#> 7441 25 A69-1303-555 11450 2017-02-15 15:08:00 45 -#> 7442 25 A69-1303-555 11452 2017-02-15 15:10:00 45 -#> 7443 25 A69-1303-555 11454 2017-02-15 15:12:00 45 -#> 7444 25 A69-1303-555 11456 2017-02-15 15:14:00 45 -#> 7445 25 A69-1303-555 11458 2017-02-15 15:16:00 45 -#> 7446 25 A69-1303-555 11460 2017-02-15 15:18:00 45 -#> 7447 25 A69-1303-555 11461 2017-02-15 15:20:00 45 -#> 7448 25 A69-1303-555 11463 2017-02-15 15:22:00 45 -#> 7449 25 A69-1303-555 11465 2017-02-15 15:24:00 45 -#> 7450 25 A69-1303-555 11466 2017-02-15 15:26:00 45 -#> 7451 25 A69-1303-555 11467 2017-02-15 15:30:00 45 -#> 7452 25 A69-1303-555 11469 2017-02-15 15:32:00 45 -#> 7453 25 A69-1303-555 11471 2017-02-15 15:34:00 45 -#> 7454 25 A69-1303-555 11474 2017-02-15 15:36:00 45 -#> 7455 25 A69-1303-555 11476 2017-02-15 15:38:00 45 -#> 7456 25 A69-1303-555 11478 2017-02-15 15:40:00 45 -#> 7457 25 A69-1303-555 11480 2017-02-15 15:42:00 45 -#> 7458 25 A69-1303-555 11482 2017-02-15 15:44:00 45 -#> 7459 25 A69-1303-555 11483 2017-02-15 15:46:00 45 -#> 7460 25 A69-1303-555 11485 2017-02-15 15:48:00 45 -#> 7461 25 A69-1303-555 11487 2017-02-15 15:50:00 45 -#> 7462 25 A69-1303-555 11489 2017-02-15 15:52:00 45 -#> 7463 25 A69-1303-555 11492 2017-02-15 15:54:00 45 -#> 7464 25 A69-1303-555 11493 2017-02-15 15:56:00 45 -#> 7465 25 A69-1303-555 11495 2017-02-15 15:58:00 45 -#> 7466 25 A69-1303-555 11497 2017-02-15 16:00:00 45 -#> 7467 25 A69-1303-555 11499 2017-02-15 16:02:00 45 -#> 7468 25 A69-1303-555 11501 2017-02-15 16:04:00 45 -#> 7469 25 A69-1303-555 11503 2017-02-15 16:06:00 45 -#> 7470 25 A69-1303-555 11505 2017-02-15 16:08:00 45 -#> 7471 25 A69-1303-555 11506 2017-02-15 16:10:00 45 -#> 7472 25 A69-1303-555 11508 2017-02-15 16:12:00 45 -#> 7473 25 A69-1303-555 11510 2017-02-15 16:14:00 45 -#> 7474 25 A69-1303-555 11512 2017-02-15 16:16:00 45 -#> 7475 25 A69-1303-555 11514 2017-02-15 16:18:00 45 -#> 7476 25 A69-1303-555 11515 2017-02-15 16:20:00 45 -#> 7477 25 A69-1303-555 11517 2017-02-15 16:22:00 45 -#> 7478 25 A69-1303-555 11518 2017-02-15 16:24:00 45 -#> 7479 25 A69-1303-555 11520 2017-02-15 16:26:00 45 -#> 7480 25 A69-1303-555 11522 2017-02-15 16:28:00 45 -#> 7481 25 A69-1303-555 11523 2017-02-15 16:30:00 45 -#> 7482 25 A69-1303-555 11525 2017-02-15 16:32:00 45 -#> 7483 25 A69-1303-555 11527 2017-02-15 16:34:00 45 -#> 7484 25 A69-1303-555 11530 2017-02-15 16:36:00 45 -#> 7485 25 A69-1303-555 11531 2017-02-15 16:38:00 45 -#> 7486 25 A69-1303-555 11533 2017-02-15 16:40:00 45 -#> 7487 25 A69-1303-555 11536 2017-02-15 16:42:00 45 -#> 7488 25 A69-1303-555 11538 2017-02-15 16:44:00 45 -#> 7489 25 A69-1303-555 11539 2017-02-15 16:46:00 45 -#> 7490 25 A69-1303-555 11540 2017-02-15 16:48:00 45 -#> 7491 25 A69-1303-555 11542 2017-02-15 16:50:00 45 -#> 7492 25 A69-1303-555 11543 2017-02-15 16:52:00 45 -#> 7493 25 A69-1303-555 11545 2017-02-15 16:54:00 45 -#> 7494 25 A69-1303-555 11547 2017-02-15 16:56:00 45 -#> 7495 25 A69-1303-555 11548 2017-02-15 16:58:00 45 -#> 7496 25 A69-1303-555 11550 2017-02-15 17:00:00 45 -#> 7497 25 A69-1303-555 11552 2017-02-15 17:02:00 45 -#> 7498 25 A69-1303-555 11554 2017-02-15 17:04:00 45 -#> 7499 25 A69-1303-555 11555 2017-02-15 17:06:00 45 -#> 7500 25 A69-1303-555 11557 2017-02-15 17:08:00 45 -#> 7501 25 A69-1303-555 11559 2017-02-15 17:10:00 45 -#> 7502 25 A69-1303-555 11561 2017-02-15 17:12:00 45 -#> 7503 25 A69-1303-555 11563 2017-02-15 17:14:00 45 -#> 7504 25 A69-1303-555 11564 2017-02-15 17:16:00 45 -#> 7505 25 A69-1303-555 11565 2017-02-15 17:18:00 45 -#> 7506 25 A69-1303-555 11567 2017-02-15 17:20:00 45 -#> 7507 25 A69-1303-555 11568 2017-02-15 17:22:00 45 -#> 7508 25 A69-1303-555 11570 2017-02-15 17:24:00 45 -#> 7509 25 A69-1303-555 11572 2017-02-15 17:26:00 45 -#> 7510 25 A69-1303-555 11574 2017-02-15 17:28:00 45 -#> 7511 25 A69-1303-555 11575 2017-02-15 17:30:00 45 -#> 7512 25 A69-1303-555 11577 2017-02-15 17:32:00 45 -#> 7513 25 A69-1303-555 11579 2017-02-15 17:34:00 45 -#> 7514 25 A69-1303-555 11581 2017-02-15 17:36:00 45 -#> 7515 25 A69-1303-555 11583 2017-02-15 17:38:00 45 -#> 7516 25 A69-1303-555 11586 2017-02-15 17:40:00 45 -#> 7517 25 A69-1303-555 11587 2017-02-15 17:42:00 45 -#> 7518 25 A69-1303-555 11589 2017-02-15 17:44:00 45 -#> 7519 25 A69-1303-555 11591 2017-02-15 17:46:00 45 -#> 7520 25 A69-1303-555 11593 2017-02-15 17:48:00 45 -#> 7521 25 A69-1303-555 11594 2017-02-15 17:50:00 45 -#> 7522 25 A69-1303-555 11597 2017-02-15 17:52:00 45 -#> 7523 25 A69-1303-555 11599 2017-02-15 17:54:00 45 -#> 7524 25 A69-1303-555 11600 2017-02-15 17:56:00 45 -#> 7525 25 A69-1303-555 11601 2017-02-15 17:58:00 45 -#> 7526 25 A69-1303-555 11603 2017-02-15 18:00:00 45 -#> 7527 25 A69-1303-555 11604 2017-02-15 18:02:00 45 -#> 7528 25 A69-1303-555 11606 2017-02-15 18:04:00 45 -#> 7529 25 A69-1303-555 11608 2017-02-15 18:06:00 45 -#> 7530 25 A69-1303-555 11609 2017-02-15 18:08:00 45 -#> 7531 25 A69-1303-555 11611 2017-02-15 18:10:00 45 -#> 7532 25 A69-1303-555 11614 2017-02-15 18:12:00 45 -#> 7533 25 A69-1303-555 11615 2017-02-15 18:14:00 45 -#> 7534 25 A69-1303-555 11616 2017-02-15 18:16:00 45 -#> 7535 25 A69-1303-555 11618 2017-02-15 18:18:00 45 -#> 7536 25 A69-1303-555 11621 2017-02-15 18:20:00 45 -#> 7537 25 A69-1303-555 11623 2017-02-15 18:22:00 45 -#> 7538 25 A69-1303-555 11624 2017-02-15 18:24:00 45 -#> 7539 25 A69-1303-555 11626 2017-02-15 18:26:00 45 -#> 7540 25 A69-1303-555 11628 2017-02-15 18:28:00 45 -#> 7541 25 A69-1303-555 11630 2017-02-15 18:30:00 45 -#> 7542 25 A69-1303-555 11632 2017-02-15 18:32:00 45 -#> 7543 25 A69-1303-555 11633 2017-02-15 18:34:00 45 -#> 7544 25 A69-1303-555 11635 2017-02-15 18:36:00 45 -#> 7545 25 A69-1303-555 11637 2017-02-15 18:38:00 45 -#> 7546 25 A69-1303-555 11639 2017-02-15 18:40:00 45 -#> 7547 25 A69-1303-555 11641 2017-02-15 18:44:00 45 -#> 7548 25 A69-1303-555 11642 2017-02-16 08:20:00 51 -#> 7549 25 A69-1303-555 11643 2017-02-16 08:22:00 51 -#> 7550 25 A69-1303-555 11644 2017-02-16 08:30:00 51 -#> 7551 25 A69-1303-555 11646 2017-02-16 08:32:00 51 -#> 7552 25 A69-1303-555 11648 2017-02-16 08:34:00 51 -#> 7553 25 A69-1303-555 11650 2017-02-16 08:42:00 51 -#> 7554 25 A69-1303-555 11651 2017-02-16 08:44:00 51 -#> 7555 25 A69-1303-555 11652 2017-02-16 08:46:00 51 -#> 7556 25 A69-1303-555 11654 2017-02-16 08:48:00 51 -#> 7557 25 A69-1303-555 11655 2017-02-16 08:50:00 51 -#> 7558 25 A69-1303-555 11657 2017-02-16 08:52:00 51 -#> 7559 25 A69-1303-555 11658 2017-02-16 08:54:00 51 -#> 7560 25 A69-1303-555 11660 2017-02-16 08:56:00 51 -#> 7561 25 A69-1303-555 11663 2017-02-16 08:58:00 51 -#> 7562 25 A69-1303-555 11664 2017-02-16 09:00:00 51 -#> 7563 25 A69-1303-555 11665 2017-02-16 09:04:00 51 -#> 7564 25 A69-1303-555 11667 2017-02-16 09:06:00 51 -#> 7565 25 A69-1303-555 11668 2017-02-16 09:08:00 51 -#> 7566 25 A69-1303-555 11669 2017-02-16 09:10:00 51 -#> 7567 25 A69-1303-555 11670 2017-02-16 09:12:00 51 -#> 7568 25 A69-1303-555 11672 2017-02-16 09:14:00 51 -#> 7569 25 A69-1303-555 11673 2017-02-16 09:16:00 51 -#> 7570 25 A69-1303-555 11675 2017-02-16 09:18:00 51 -#> 7571 25 A69-1303-555 11676 2017-02-16 09:20:00 51 -#> 7572 25 A69-1303-555 11677 2017-02-16 09:26:00 51 -#> 7573 25 A69-1303-555 11678 2017-02-16 09:28:00 51 -#> 7574 25 A69-1303-555 11679 2017-02-16 09:32:00 51 -#> 7575 25 A69-1303-555 11680 2017-02-16 20:58:00 47 -#> 7576 25 A69-1303-555 11681 2017-02-16 21:00:00 47 -#> 7577 25 A69-1303-555 11682 2017-02-16 21:08:00 47 -#> 7578 25 A69-1303-555 11683 2017-02-16 23:46:00 20 -#> 7579 25 A69-1303-555 11684 2017-02-16 23:48:00 20 -#> 7580 25 A69-1303-555 11685 2017-02-16 23:50:00 20 -#> 7581 25 A69-1303-555 11687 2017-02-16 23:52:00 20 -#> 7582 25 A69-1303-555 11690 2017-02-16 23:54:00 20 -#> 7583 25 A69-1303-555 11691 2017-02-16 23:58:00 20 -#> 7584 25 A69-1303-555 11692 2017-02-17 00:08:00 20 -#> 7585 25 A69-1303-555 11693 2017-02-17 00:12:00 20 -#> 7586 25 A69-1303-555 11695 2017-02-17 00:16:00 20 -#> 7587 25 A69-1303-555 11697 2017-02-17 00:18:00 20 -#> 7588 25 A69-1303-555 11699 2017-02-17 00:20:00 20 -#> 7589 25 A69-1303-555 11700 2017-02-17 00:22:00 20 -#> 7590 25 A69-1303-555 11702 2017-02-17 00:24:00 20 -#> 7591 25 A69-1303-555 11705 2017-02-17 00:26:00 20 -#> 7592 25 A69-1303-555 11706 2017-02-17 00:28:00 20 -#> 7593 25 A69-1303-555 11707 2017-02-17 00:30:00 20 -#> 7594 25 A69-1303-555 11709 2017-02-17 00:32:00 20 -#> 7595 25 A69-1303-555 11711 2017-02-17 00:34:00 20 -#> 7596 25 A69-1303-555 11713 2017-02-17 00:36:00 20 -#> 7597 25 A69-1303-555 11715 2017-02-17 00:38:00 20 -#> 7598 25 A69-1303-555 11717 2017-02-17 00:40:00 20 -#> 7599 25 A69-1303-555 11719 2017-02-17 00:42:00 20 -#> 7600 25 A69-1303-555 11720 2017-02-17 00:44:00 20 -#> 7601 25 A69-1303-555 11721 2017-02-17 00:46:00 20 -#> 7602 25 A69-1303-555 11722 2017-02-17 00:48:00 20 -#> 7603 25 A69-1303-555 11723 2017-02-17 00:50:00 20 -#> 7604 25 A69-1303-555 11725 2017-02-17 00:52:00 20 -#> 7605 25 A69-1303-555 11727 2017-02-17 00:54:00 46 -#> 7606 25 A69-1303-555 11728 2017-02-17 00:56:00 46 -#> 7607 25 A69-1303-555 11730 2017-02-17 01:00:00 46 -#> 7608 25 A69-1303-555 11731 2017-02-17 01:02:00 46 -#> 7609 25 A69-1303-555 11733 2017-02-17 01:06:00 46 -#> 7610 25 A69-1303-555 11735 2017-02-17 01:08:00 46 -#> 7611 25 A69-1303-555 11736 2017-02-17 01:10:00 46 -#> 7612 25 A69-1303-555 11738 2017-02-17 01:12:00 46 -#> 7613 25 A69-1303-555 11741 2017-02-17 01:14:00 46 -#> 7614 25 A69-1303-555 11742 2017-02-17 01:16:00 46 -#> 7615 25 A69-1303-555 11744 2017-02-17 01:18:00 46 -#> 7616 25 A69-1303-555 11746 2017-02-17 01:20:00 46 -#> 7617 25 A69-1303-555 11747 2017-02-17 01:22:00 46 -#> 7618 25 A69-1303-555 11749 2017-02-17 01:24:00 46 -#> 7619 25 A69-1303-555 11751 2017-02-17 05:54:00 47 -#> 7620 25 A69-1303-555 11752 2017-02-17 05:56:00 47 -#> 7621 25 A69-1303-555 11753 2017-02-17 05:58:00 47 -#> 7622 25 A69-1303-555 11754 2017-02-17 06:00:00 47 -#> 7623 25 A69-1303-555 11757 2017-02-17 06:02:00 47 -#> 7624 25 A69-1303-555 11758 2017-02-17 06:04:00 47 -#> 7625 25 A69-1303-555 11759 2017-02-17 06:06:00 47 -#> 7626 25 A69-1303-555 11760 2017-02-17 06:10:00 47 -#> 7627 25 A69-1303-555 11761 2017-02-17 06:12:00 47 -#> 7628 25 A69-1303-555 11762 2017-02-17 06:26:00 47 -#> 7629 25 A69-1303-555 11764 2017-02-17 06:28:00 47 -#> 7630 25 A69-1303-555 11765 2017-02-17 06:32:00 47 -#> 7631 25 A69-1303-555 11767 2017-02-17 07:08:00 41 -#> 7632 25 A69-1303-555 11768 2017-02-17 07:10:00 41 -#> 7633 25 A69-1303-555 11769 2017-02-17 07:12:00 41 -#> 7634 25 A69-1303-555 11770 2017-02-17 07:16:00 41 -#> 7635 25 A69-1303-555 11772 2017-02-17 07:44:00 41 -#> 7636 25 A69-1303-555 11773 2017-02-17 07:48:00 41 -#> 7637 25 A69-1303-555 11774 2017-02-17 07:56:00 41 -#> 7638 25 A69-1303-555 11775 2017-02-17 07:58:00 41 -#> 7639 25 A69-1303-555 11776 2017-02-17 08:00:00 41 -#> 7640 25 A69-1303-555 11777 2017-02-17 08:48:00 41 -#> 7641 25 A69-1303-555 11778 2017-02-17 08:52:00 41 -#> 7642 25 A69-1303-555 11779 2017-02-17 10:04:00 47 -#> 7643 25 A69-1303-555 11781 2017-02-17 10:08:00 47 -#> 7644 25 A69-1303-555 11782 2017-02-17 10:10:00 47 -#> 7645 25 A69-1303-555 11783 2017-02-17 10:12:00 47 -#> 7646 25 A69-1303-555 11784 2017-02-17 10:14:00 47 -#> 7647 25 A69-1303-555 11785 2017-02-17 10:16:00 47 -#> 7648 25 A69-1303-555 11786 2017-02-17 19:16:00 47 -#> 7649 25 A69-1303-555 11787 2017-02-17 19:36:00 47 -#> 7650 25 A69-1303-555 11788 2017-02-17 19:36:00 41 -#> 7651 25 A69-1303-555 11790 2017-02-17 19:38:00 41 -#> 7652 25 A69-1303-555 11791 2017-02-17 19:40:00 47 -#> 7653 25 A69-1303-555 11792 2017-02-17 19:42:00 41 -#> 7654 25 A69-1303-555 11793 2017-02-17 19:42:00 47 -#> 7655 25 A69-1303-555 11795 2017-02-17 19:46:00 41 -#> 7656 25 A69-1303-555 11796 2017-02-17 19:48:00 41 -#> 7657 25 A69-1303-555 11798 2017-02-17 19:50:00 41 -#> 7658 25 A69-1303-555 11800 2017-02-17 19:52:00 41 -#> 7659 25 A69-1303-555 11802 2017-02-17 19:54:00 41 -#> 7660 25 A69-1303-555 11803 2017-02-17 19:56:00 41 -#> 7661 25 A69-1303-555 11804 2017-02-17 19:58:00 41 -#> 7662 25 A69-1303-555 11805 2017-02-17 20:00:00 41 -#> 7663 25 A69-1303-555 11806 2017-02-17 20:14:00 41 -#> 7664 25 A69-1303-555 11808 2017-02-17 20:16:00 41 -#> 7665 25 A69-1303-555 11809 2017-02-17 20:18:00 41 -#> 7666 25 A69-1303-555 11810 2017-02-17 20:20:00 41 -#> 7667 25 A69-1303-555 11811 2017-02-17 20:22:00 41 -#> 7668 25 A69-1303-555 11812 2017-02-17 20:24:00 41 -#> 7669 25 A69-1303-555 11813 2017-02-17 20:46:00 41 -#> 7670 25 A69-1303-555 11815 2017-02-17 20:48:00 41 -#> 7671 25 A69-1303-555 11816 2017-02-17 20:50:00 41 -#> 7672 25 A69-1303-555 11817 2017-02-17 20:52:00 41 -#> 7673 25 A69-1303-555 11818 2017-02-17 20:54:00 41 -#> 7674 25 A69-1303-555 11819 2017-02-17 20:54:00 47 -#> 7675 25 A69-1303-555 11820 2017-02-17 20:56:00 41 -#> 7676 25 A69-1303-555 11821 2017-02-17 20:56:00 47 -#> 7677 25 A69-1303-555 11823 2017-02-17 20:58:00 41 -#> 7678 25 A69-1303-555 11825 2017-02-17 21:00:00 41 -#> 7679 25 A69-1303-555 11826 2017-02-17 21:02:00 47 -#> 7680 25 A69-1303-555 11827 2017-02-17 21:06:00 47 -#> 7681 25 A69-1303-555 11828 2017-02-17 21:08:00 47 -#> 7682 25 A69-1303-555 11829 2017-02-17 21:10:00 47 -#> 7683 25 A69-1303-555 11830 2017-02-17 21:12:00 47 -#> 7684 25 A69-1303-555 11831 2017-02-17 21:14:00 41 -#> 7685 25 A69-1303-555 11832 2017-02-17 21:14:00 47 -#> 7686 25 A69-1303-555 11834 2017-02-17 21:16:00 41 -#> 7687 25 A69-1303-555 11835 2017-02-17 21:18:00 41 -#> 7688 25 A69-1303-555 11837 2017-02-17 21:20:00 41 -#> 7689 25 A69-1303-555 11839 2017-02-17 21:22:00 41 -#> 7690 25 A69-1303-555 11840 2017-02-17 21:26:00 41 -#> 7691 25 A69-1303-555 11841 2017-02-17 21:28:00 41 -#> 7692 25 A69-1303-555 11843 2017-02-17 21:30:00 41 -#> 7693 25 A69-1303-555 11845 2017-02-17 21:32:00 41 -#> 7694 25 A69-1303-555 11847 2017-02-17 21:34:00 41 -#> 7695 25 A69-1303-555 11849 2017-02-17 21:36:00 41 -#> 7696 25 A69-1303-555 11850 2017-02-17 21:38:00 41 -#> 7697 25 A69-1303-555 11852 2017-02-17 21:40:00 41 -#> 7698 25 A69-1303-555 11854 2017-02-17 21:42:00 41 -#> 7699 25 A69-1303-555 11855 2017-02-17 21:46:00 41 -#> 7700 25 A69-1303-555 11856 2017-02-17 22:52:00 41 -#> 7701 25 A69-1303-555 11857 2017-02-17 22:54:00 41 -#> 7702 25 A69-1303-555 11858 2017-02-17 23:04:00 41 -#> 7703 25 A69-1303-555 11859 2017-02-17 23:08:00 41 -#> 7704 25 A69-1303-555 11860 2017-02-17 23:16:00 41 -#> 7705 25 A69-1303-555 11861 2017-02-17 23:24:00 41 -#> 7706 25 A69-1303-555 11862 2017-02-18 00:54:00 41 -#> 7707 25 A69-1303-555 11864 2017-02-18 00:56:00 41 -#> 7708 25 A69-1303-555 11866 2017-02-18 00:58:00 41 -#> 7709 25 A69-1303-555 11867 2017-02-18 01:00:00 41 -#> 7710 25 A69-1303-555 11868 2017-02-18 01:02:00 41 -#> 7711 25 A69-1303-555 11871 2017-02-18 01:04:00 41 -#> 7712 25 A69-1303-555 11873 2017-02-18 02:04:00 41 -#> 7713 25 A69-1303-555 11874 2017-02-18 02:06:00 41 -#> 7714 25 A69-1303-555 11875 2017-02-18 02:08:00 41 -#> 7715 25 A69-1303-555 11877 2017-02-18 02:10:00 41 -#> 7716 25 A69-1303-555 11879 2017-02-18 02:14:00 41 -#> 7717 25 A69-1303-555 11880 2017-02-18 02:16:00 41 -#> 7718 25 A69-1303-555 11882 2017-02-18 02:18:00 41 -#> 7719 25 A69-1303-555 11884 2017-02-18 02:20:00 41 -#> 7720 25 A69-1303-555 11886 2017-02-18 02:22:00 41 -#> 7721 25 A69-1303-555 11887 2017-02-18 02:28:00 41 -#> 7722 25 A69-1303-555 11888 2017-02-18 02:32:00 41 -#> 7723 25 A69-1303-555 11889 2017-02-18 02:46:00 41 -#> 7724 25 A69-1303-555 11890 2017-02-18 02:52:00 41 -#> 7725 25 A69-1303-555 11892 2017-02-18 02:54:00 41 -#> 7726 25 A69-1303-555 11893 2017-02-18 02:56:00 41 -#> 7727 25 A69-1303-555 11895 2017-02-18 02:58:00 41 -#> 7728 25 A69-1303-555 11898 2017-02-18 03:00:00 41 -#> 7729 25 A69-1303-555 11899 2017-02-18 03:02:00 41 -#> 7730 25 A69-1303-555 11900 2017-02-18 03:06:00 41 -#> 7731 25 A69-1303-555 11902 2017-02-18 03:08:00 41 -#> 7732 25 A69-1303-555 11903 2017-02-18 03:12:00 41 -#> 7733 25 A69-1303-555 11904 2017-02-18 03:18:00 41 -#> 7734 25 A69-1303-555 11905 2017-02-18 03:20:00 41 -#> 7735 25 A69-1303-555 11907 2017-02-18 03:22:00 41 -#> 7736 25 A69-1303-555 11908 2017-02-18 03:24:00 41 -#> 7737 25 A69-1303-555 11910 2017-02-18 03:26:00 41 -#> 7738 25 A69-1303-555 11911 2017-02-18 03:30:00 41 -#> 7739 25 A69-1303-555 11912 2017-02-18 03:32:00 41 -#> 7740 25 A69-1303-555 11913 2017-02-18 03:34:00 41 -#> 7741 25 A69-1303-555 11915 2017-02-18 03:36:00 41 -#> 7742 25 A69-1303-555 11917 2017-02-18 03:38:00 41 -#> 7743 25 A69-1303-555 11919 2017-02-18 03:40:00 41 -#> 7744 25 A69-1303-555 11922 2017-02-18 03:42:00 41 -#> 7745 25 A69-1303-555 11924 2017-02-18 03:44:00 41 -#> 7746 25 A69-1303-555 11927 2017-02-18 03:46:00 41 -#> 7747 25 A69-1303-555 11928 2017-02-18 03:48:00 41 -#> 7748 25 A69-1303-555 11930 2017-02-18 03:50:00 41 -#> 7749 25 A69-1303-555 11932 2017-02-18 03:52:00 41 -#> 7750 25 A69-1303-555 11933 2017-02-18 03:54:00 41 -#> 7751 25 A69-1303-555 11934 2017-02-19 02:58:00 41 -#> 7752 25 A69-1303-555 11935 2017-02-19 03:02:00 41 -#> 7753 25 A69-1303-555 11936 2017-02-19 03:28:00 41 -#> 7754 25 A69-1303-555 11937 2017-02-19 03:30:00 47 -#> 7755 25 A69-1303-555 11938 2017-02-19 03:30:00 41 -#> 7756 25 A69-1303-555 11939 2017-02-19 03:40:00 47 -#> 7757 25 A69-1303-555 11940 2017-02-19 03:42:00 47 -#> 7758 25 A69-1303-555 11941 2017-02-19 03:44:00 47 -#> 7759 25 A69-1303-555 11943 2017-02-19 03:46:00 47 -#> 7760 25 A69-1303-555 11945 2017-02-19 03:48:00 47 -#> 7761 25 A69-1303-555 11946 2017-02-19 03:50:00 47 -#> 7762 25 A69-1303-555 11947 2017-02-19 03:52:00 47 -#> 7763 25 A69-1303-555 11949 2017-02-19 03:54:00 47 -#> 7764 25 A69-1303-555 11951 2017-02-19 03:56:00 47 -#> 7765 25 A69-1303-555 11952 2017-02-19 03:58:00 47 -#> 7766 25 A69-1303-555 11955 2017-02-19 04:00:00 47 -#> 7767 25 A69-1303-555 11956 2017-02-19 04:02:00 47 -#> 7768 25 A69-1303-555 11957 2017-02-19 04:02:00 41 -#> 7769 25 A69-1303-555 11959 2017-02-19 04:04:00 41 -#> 7770 25 A69-1303-555 11960 2017-02-19 04:04:00 47 -#> 7771 25 A69-1303-555 11961 2017-02-19 04:06:00 47 -#> 7772 25 A69-1303-555 11962 2017-02-19 04:12:00 47 -#> 7773 25 A69-1303-555 11964 2017-02-19 04:28:00 41 -#> 7774 25 A69-1303-555 11965 2017-02-19 04:30:00 41 -#> 7775 25 A69-1303-555 11967 2017-02-19 04:32:00 41 -#> 7776 25 A69-1303-555 11968 2017-02-19 04:34:00 41 -#> 7777 25 A69-1303-555 11969 2017-02-19 04:36:00 41 -#> 7778 25 A69-1303-555 11971 2017-02-19 04:38:00 41 -#> 7779 25 A69-1303-555 11972 2017-02-19 04:40:00 41 -#> 7780 25 A69-1303-555 11974 2017-02-19 04:42:00 41 -#> 7781 25 A69-1303-555 11975 2017-02-19 04:44:00 41 -#> 7782 25 A69-1303-555 11977 2017-02-19 04:46:00 41 -#> 7783 25 A69-1303-555 11980 2017-02-19 04:48:00 41 -#> 7784 25 A69-1303-555 11982 2017-02-19 04:50:00 41 -#> 7785 25 A69-1303-555 11984 2017-02-19 04:52:00 41 -#> 7786 25 A69-1303-555 11987 2017-02-19 04:54:00 41 -#> 7787 25 A69-1303-555 11988 2017-02-19 04:56:00 41 -#> 7788 25 A69-1303-555 11989 2017-02-19 04:58:00 41 -#> 7789 25 A69-1303-555 11990 2017-02-19 05:00:00 41 -#> 7790 25 A69-1303-555 11991 2017-02-19 05:06:00 41 -#> 7791 25 A69-1303-555 11992 2017-02-19 05:22:00 47 -#> 7792 25 A69-1303-555 11993 2017-02-19 05:30:00 47 -#> 7793 25 A69-1303-555 11994 2017-02-19 05:36:00 47 -#> 7794 25 A69-1303-555 11995 2017-02-19 05:42:00 47 -#> 7795 25 A69-1303-555 11997 2017-02-19 05:44:00 47 -#> 7796 25 A69-1303-555 11999 2017-02-19 05:46:00 47 -#> 7797 25 A69-1303-555 12000 2017-02-19 05:48:00 47 -#> 7798 25 A69-1303-555 12002 2017-02-19 05:50:00 47 -#> 7799 25 A69-1303-555 12004 2017-02-19 05:52:00 47 -#> 7800 25 A69-1303-555 12006 2017-02-19 05:54:00 47 -#> 7801 25 A69-1303-555 12008 2017-02-19 05:56:00 47 -#> 7802 25 A69-1303-555 12009 2017-02-19 06:08:00 47 -#> 7803 25 A69-1303-555 12010 2017-02-19 06:36:00 47 -#> 7804 25 A69-1303-555 12011 2017-02-19 06:40:00 47 -#> 7805 25 A69-1303-555 12012 2017-02-19 06:42:00 47 -#> 7806 25 A69-1303-555 12013 2017-02-19 06:44:00 47 -#> 7807 25 A69-1303-555 12015 2017-02-19 06:46:00 47 -#> 7808 25 A69-1303-555 12017 2017-02-19 06:50:00 47 -#> 7809 25 A69-1303-555 12018 2017-02-19 06:52:00 47 -#> 7810 25 A69-1303-555 12019 2017-02-19 06:54:00 47 -#> 7811 25 A69-1303-555 12022 2017-02-19 06:56:00 47 -#> 7812 25 A69-1303-555 12024 2017-02-19 06:58:00 47 -#> 7813 25 A69-1303-555 12025 2017-02-19 07:00:00 47 -#> 7814 25 A69-1303-555 12027 2017-02-19 07:02:00 47 -#> 7815 25 A69-1303-555 12029 2017-02-19 07:08:00 47 -#> 7816 25 A69-1303-555 12030 2017-02-19 07:10:00 47 -#> 7817 25 A69-1303-555 12031 2017-02-19 07:12:00 47 -#> 7818 25 A69-1303-555 12032 2017-02-19 07:20:00 47 -#> 7819 25 A69-1303-555 12033 2017-02-19 07:22:00 47 -#> 7820 25 A69-1303-555 12034 2017-02-19 07:24:00 47 -#> 7821 25 A69-1303-555 12035 2017-02-19 07:28:00 47 -#> 7822 25 A69-1303-555 12036 2017-02-19 07:30:00 47 -#> 7823 25 A69-1303-555 12037 2017-02-19 09:46:00 41 -#> 7824 25 A69-1303-555 12038 2017-02-19 09:48:00 41 -#> 7825 25 A69-1303-555 12039 2017-02-19 09:52:00 41 -#> 7826 25 A69-1303-555 12041 2017-02-19 09:56:00 41 -#> 7827 25 A69-1303-555 12042 2017-02-19 09:58:00 41 -#> 7828 25 A69-1303-555 12044 2017-02-19 17:08:00 4 -#> 7829 25 A69-1303-555 12045 2017-02-19 17:10:00 4 -#> 7830 25 A69-1303-555 12047 2017-02-19 17:12:00 4 -#> 7831 25 A69-1303-555 12049 2017-02-19 17:14:00 4 -#> 7832 25 A69-1303-555 12051 2017-02-19 17:16:00 4 -#> 7833 25 A69-1303-555 12053 2017-02-19 17:18:00 4 -#> 7834 25 A69-1303-555 12055 2017-02-19 17:20:00 4 -#> 7835 25 A69-1303-555 12057 2017-02-19 17:22:00 4 -#> 7836 25 A69-1303-555 12059 2017-02-19 17:24:00 4 -#> 7837 25 A69-1303-555 12060 2017-02-19 17:26:00 4 -#> 7838 25 A69-1303-555 12062 2017-02-19 17:28:00 4 -#> 7839 25 A69-1303-555 12064 2017-02-19 17:30:00 4 -#> 7840 25 A69-1303-555 12066 2017-02-19 17:32:00 4 -#> 7841 25 A69-1303-555 12067 2017-02-19 17:34:00 4 -#> 7842 25 A69-1303-555 12070 2017-02-19 17:36:00 4 -#> 7843 25 A69-1303-555 12071 2017-02-19 17:42:00 4 -#> 7844 25 A69-1303-555 12072 2017-02-19 17:48:00 4 -#> 7845 25 A69-1303-555 12074 2017-02-19 17:56:00 4 -#> 7846 25 A69-1303-555 12075 2017-02-19 17:58:00 4 -#> 7847 25 A69-1303-555 12076 2017-02-19 18:00:00 4 -#> 7848 25 A69-1303-555 12079 2017-02-19 18:02:00 4 -#> 7849 25 A69-1303-555 12080 2017-02-19 18:04:00 4 -#> 7850 25 A69-1303-555 12081 2017-02-19 18:08:00 4 -#> 7851 25 A69-1303-555 12082 2017-02-19 18:10:00 4 -#> 7852 25 A69-1303-555 12083 2017-02-19 18:20:00 4 -#> 7853 25 A69-1303-555 12084 2017-02-19 18:32:00 12 -#> 7854 25 A69-1303-555 12085 2017-02-19 18:34:00 12 -#> 7855 25 A69-1303-555 12087 2017-02-19 18:38:00 12 -#> 7856 25 A69-1303-555 12089 2017-02-19 18:40:00 12 -#> 7857 25 A69-1303-555 12091 2017-02-19 18:42:00 12 -#> 7858 25 A69-1303-555 12093 2017-02-19 18:48:00 12 -#> 7859 25 A69-1303-555 12094 2017-02-19 18:50:00 44 -#> 7860 25 A69-1303-555 12095 2017-02-19 18:52:00 44 -#> 7861 25 A69-1303-555 12096 2017-02-19 18:54:00 44 -#> 7862 25 A69-1303-555 12098 2017-02-19 18:56:00 44 -#> 7863 25 A69-1303-555 12100 2017-02-19 18:58:00 12 -#> 7864 25 A69-1303-555 12101 2017-02-19 18:58:00 44 -#> 7865 25 A69-1303-555 12102 2017-02-19 19:00:00 44 -#> 7866 25 A69-1303-555 12103 2017-02-19 19:00:00 12 -#> 7867 25 A69-1303-555 12104 2017-02-19 19:04:00 12 -#> 7868 25 A69-1303-555 12105 2017-02-19 19:06:00 12 -#> 7869 25 A69-1303-555 12106 2017-02-19 19:06:00 44 -#> 7870 25 A69-1303-555 12107 2017-02-20 15:26:00 50 -#> 7871 25 A69-1303-555 12109 2017-02-20 15:30:00 50 -#> 7872 25 A69-1303-555 12112 2017-02-20 15:38:00 50 -#> 7873 25 A69-1303-555 12113 2017-02-20 15:40:00 50 -#> 7874 25 A69-1303-555 12114 2017-02-21 09:06:00 45 -#> 7875 25 A69-1303-555 12115 2017-02-21 09:12:00 45 -#> 7876 25 A69-1303-555 12116 2017-02-21 09:14:00 45 -#> 7877 25 A69-1303-555 12118 2017-02-21 09:16:00 45 -#> 7878 25 A69-1303-555 12119 2017-02-21 09:18:00 45 -#> 7879 25 A69-1303-555 12121 2017-02-21 09:20:00 45 -#> 7880 25 A69-1303-555 12122 2017-02-21 09:22:00 45 -#> 7881 25 A69-1303-555 12123 2017-02-21 09:24:00 45 -#> 7882 25 A69-1303-555 12125 2017-02-21 09:26:00 45 -#> 7883 25 A69-1303-555 12126 2017-02-21 09:28:00 45 -#> 7884 25 A69-1303-555 12127 2017-02-21 09:30:00 45 -#> 7885 25 A69-1303-555 12129 2017-02-21 09:32:00 45 -#> 7886 25 A69-1303-555 12131 2017-02-21 09:34:00 45 -#> 7887 25 A69-1303-555 12132 2017-02-21 09:36:00 45 -#> 7888 25 A69-1303-555 12133 2017-02-21 09:38:00 45 -#> 7889 25 A69-1303-555 12134 2017-02-21 09:40:00 45 -#> 7890 25 A69-1303-555 12135 2017-02-21 09:42:00 45 -#> 7891 25 A69-1303-555 12136 2017-02-21 09:44:00 45 -#> 7892 25 A69-1303-555 12138 2017-02-21 09:46:00 45 -#> 7893 25 A69-1303-555 12140 2017-02-21 09:48:00 45 -#> 7894 25 A69-1303-555 12141 2017-02-21 09:50:00 45 -#> 7895 25 A69-1303-555 12142 2017-02-21 09:52:00 45 -#> 7896 25 A69-1303-555 12144 2017-02-21 09:54:00 45 -#> 7897 25 A69-1303-555 12146 2017-02-21 09:56:00 45 -#> 7898 25 A69-1303-555 12149 2017-02-21 09:58:00 45 -#> 7899 25 A69-1303-555 12150 2017-02-21 10:00:00 45 -#> 7900 25 A69-1303-555 12153 2017-02-21 10:04:00 45 -#> 7901 25 A69-1303-555 12155 2017-02-21 10:08:00 45 -#> 7902 25 A69-1303-555 12157 2017-02-21 10:10:00 45 -#> 7903 25 A69-1303-555 12159 2017-02-21 10:12:00 45 -#> 7904 25 A69-1303-555 12161 2017-02-21 10:14:00 45 -#> 7905 25 A69-1303-555 12164 2017-02-21 10:16:00 45 -#> 7906 25 A69-1303-555 12165 2017-02-21 10:18:00 45 -#> 7907 25 A69-1303-555 12166 2017-02-21 10:20:00 45 -#> 7908 25 A69-1303-555 12168 2017-02-21 10:22:00 45 -#> 7909 25 A69-1303-555 12170 2017-02-21 10:28:00 45 -#> 7910 25 A69-1303-555 12172 2017-02-21 10:30:00 45 -#> 7911 25 A69-1303-555 12174 2017-02-21 10:32:00 45 -#> 7912 25 A69-1303-555 12175 2017-02-21 10:34:00 45 -#> 7913 25 A69-1303-555 12176 2017-02-21 10:36:00 45 -#> 7914 25 A69-1303-555 12177 2017-02-21 10:38:00 45 -#> 7915 25 A69-1303-555 12178 2017-02-21 10:40:00 45 -#> 7916 25 A69-1303-555 12180 2017-02-21 10:42:00 45 -#> 7917 25 A69-1303-555 12182 2017-02-21 10:44:00 45 -#> 7918 25 A69-1303-555 12183 2017-02-21 10:48:00 45 -#> 7919 25 A69-1303-555 12185 2017-02-21 10:52:00 45 -#> 7920 25 A69-1303-555 12186 2017-02-21 12:06:00 45 -#> 7921 25 A69-1303-555 12188 2017-02-21 12:10:00 45 -#> 7922 25 A69-1303-555 12189 2017-02-21 12:14:00 45 -#> 7923 25 A69-1303-555 12190 2017-02-21 12:16:00 45 -#> 7924 25 A69-1303-555 12192 2017-02-21 12:18:00 45 -#> 7925 25 A69-1303-555 12193 2017-02-21 12:20:00 45 -#> 7926 25 A69-1303-555 12196 2017-02-21 12:22:00 45 -#> 7927 25 A69-1303-555 12197 2017-02-21 12:24:00 45 -#> 7928 25 A69-1303-555 12198 2017-02-21 12:26:00 45 -#> 7929 25 A69-1303-555 12199 2017-02-21 12:28:00 45 -#> 7930 25 A69-1303-555 12202 2017-02-21 12:32:00 45 -#> 7931 25 A69-1303-555 12204 2017-02-21 12:34:00 45 -#> 7932 25 A69-1303-555 12205 2017-02-21 12:38:00 45 -#> 7933 25 A69-1303-555 12207 2017-02-21 12:42:00 45 -#> 7934 25 A69-1303-555 12208 2017-02-21 12:44:00 45 -#> 7935 25 A69-1303-555 12209 2017-02-21 12:46:00 45 -#> 7936 25 A69-1303-555 12210 2017-02-21 12:48:00 45 -#> 7937 25 A69-1303-555 12212 2017-02-21 12:50:00 45 -#> 7938 25 A69-1303-555 12214 2017-02-21 12:56:00 45 -#> 7939 25 A69-1303-555 12216 2017-02-21 13:04:00 45 -#> 7940 25 A69-1303-555 12217 2017-02-21 13:12:00 45 -#> 7941 25 A69-1303-555 12219 2017-02-21 13:22:00 45 -#> 7942 25 A69-1303-555 12221 2017-02-21 13:26:00 45 -#> 7943 25 A69-1303-555 12222 2017-02-21 13:30:00 45 -#> 7944 25 A69-1303-555 12223 2017-02-21 13:32:00 45 -#> 7945 25 A69-1303-555 12224 2017-02-21 13:36:00 45 -#> 7946 25 A69-1303-555 12225 2017-02-21 13:48:00 45 -#> 7947 25 A69-1303-555 12226 2017-02-21 13:52:00 45 -#> 7948 25 A69-1303-555 12227 2017-02-21 14:00:00 45 -#> 7949 25 A69-1303-555 12228 2017-02-21 14:02:00 45 -#> 7950 25 A69-1303-555 12230 2017-02-21 14:04:00 45 -#> 7951 25 A69-1303-555 12231 2017-02-21 14:06:00 45 -#> 7952 25 A69-1303-555 12232 2017-02-21 14:08:00 45 -#> 7953 25 A69-1303-555 12234 2017-02-21 14:12:00 45 -#> 7954 25 A69-1303-555 12235 2017-02-21 14:14:00 45 -#> 7955 25 A69-1303-555 12236 2017-02-21 14:18:00 45 -#> 7956 25 A69-1303-555 12238 2017-02-21 14:20:00 45 -#> 7957 25 A69-1303-555 12239 2017-02-21 14:24:00 45 -#> 7958 25 A69-1303-555 12242 2017-02-21 14:28:00 45 -#> 7959 25 A69-1303-555 12243 2017-02-21 14:30:00 45 -#> 7960 25 A69-1303-555 12245 2017-02-21 14:32:00 45 -#> 7961 25 A69-1303-555 12247 2017-02-21 14:34:00 45 -#> 7962 25 A69-1303-555 12249 2017-02-21 14:36:00 45 -#> 7963 25 A69-1303-555 12251 2017-02-21 14:38:00 45 -#> 7964 25 A69-1303-555 12253 2017-02-21 14:40:00 45 -#> 7965 25 A69-1303-555 12255 2017-02-21 14:42:00 45 -#> 7966 25 A69-1303-555 12256 2017-02-21 14:44:00 45 -#> 7967 25 A69-1303-555 12258 2017-02-21 14:46:00 45 -#> 7968 25 A69-1303-555 12260 2017-02-21 14:50:00 45 -#> 7969 25 A69-1303-555 12261 2017-02-21 14:52:00 45 -#> 7970 25 A69-1303-555 12262 2017-02-21 14:54:00 45 -#> 7971 25 A69-1303-555 12263 2017-02-21 14:56:00 45 -#> 7972 25 A69-1303-555 12264 2017-02-22 22:00:00 50 -#> 7973 25 A69-1303-555 12266 2017-02-22 22:04:00 51 -#> 7974 25 A69-1303-555 12267 2017-02-22 22:06:00 51 -#> 7975 25 A69-1303-555 12268 2017-02-22 22:08:00 51 -#> 7976 25 A69-1303-555 12270 2017-02-22 22:10:00 51 -#> 7977 25 A69-1303-555 12271 2017-02-22 22:12:00 51 -#> 7978 25 A69-1303-555 12273 2017-02-22 22:14:00 51 -#> 7979 25 A69-1303-555 12274 2017-02-22 22:14:00 50 -#> 7980 25 A69-1303-555 12275 2017-02-22 22:16:00 51 -#> 7981 25 A69-1303-555 12277 2017-02-22 22:18:00 51 -#> 7982 25 A69-1303-555 12278 2017-02-22 22:20:00 51 -#> 7983 25 A69-1303-555 12280 2017-02-22 22:22:00 51 -#> 7984 25 A69-1303-555 12281 2017-02-22 22:26:00 50 -#> 7985 25 A69-1303-555 12282 2017-02-22 22:26:00 51 -#> 7986 25 A69-1303-555 12283 2017-02-22 22:28:00 51 -#> 7987 25 A69-1303-555 12284 2017-02-22 22:30:00 51 -#> 7988 25 A69-1303-555 12285 2017-02-22 22:36:00 50 -#> 7989 25 A69-1303-555 12286 2017-02-22 22:38:00 50 -#> 7990 25 A69-1303-555 12287 2017-02-22 22:46:00 51 -#> 7991 25 A69-1303-555 12289 2017-02-22 23:00:00 50 -#> 7992 25 A69-1303-555 12290 2017-02-27 22:58:00 50 -#> 7993 25 A69-1303-555 12291 2017-02-27 23:00:00 50 -#> 7994 25 A69-1303-555 12293 2017-02-28 10:36:00 45 -#> 7995 25 A69-1303-555 12295 2017-02-28 10:54:00 45 -#> 7996 25 A69-1303-555 12296 2017-02-28 10:56:00 45 -#> 7997 25 A69-1303-555 12297 2017-02-28 10:58:00 45 -#> 7998 25 A69-1303-555 12299 2017-02-28 11:00:00 45 -#> 7999 25 A69-1303-555 12301 2017-02-28 11:02:00 45 -#> 8000 25 A69-1303-555 12302 2017-02-28 11:04:00 45 -#> 8001 25 A69-1303-555 12303 2017-02-28 11:10:00 45 -#> 8002 25 A69-1303-555 12304 2017-02-28 11:12:00 45 -#> 8003 25 A69-1303-555 12305 2017-02-28 11:14:00 45 -#> 8004 25 A69-1303-555 12306 2017-02-28 11:16:00 45 -#> 8005 25 A69-1303-555 12307 2017-02-28 11:18:00 45 -#> 8006 25 A69-1303-555 12308 2017-02-28 11:20:00 45 -#> 8007 25 A69-1303-555 12309 2017-02-28 11:24:00 45 -#> 8008 25 A69-1303-555 12311 2017-02-28 11:26:00 45 -#> 8009 25 A69-1303-555 12313 2017-02-28 11:28:00 45 -#> 8010 25 A69-1303-555 12315 2017-02-28 11:32:00 45 -#> 8011 25 A69-1303-555 12316 2017-02-28 11:34:00 45 -#> 8012 25 A69-1303-555 12318 2017-02-28 11:36:00 45 -#> 8013 25 A69-1303-555 12320 2017-02-28 11:38:00 45 -#> 8014 25 A69-1303-555 12323 2017-02-28 11:40:00 45 -#> 8015 25 A69-1303-555 12324 2017-02-28 11:42:00 45 -#> 8016 25 A69-1303-555 12326 2017-02-28 11:44:00 45 -#> 8017 25 A69-1303-555 12327 2017-02-28 11:46:00 45 -#> 8018 25 A69-1303-555 12329 2017-02-28 11:48:00 45 -#> 8019 25 A69-1303-555 12330 2017-02-28 11:50:00 45 -#> 8020 25 A69-1303-555 12331 2017-02-28 11:52:00 45 -#> 8021 25 A69-1303-555 12333 2017-02-28 11:54:00 45 -#> 8022 25 A69-1303-555 12334 2017-02-28 11:56:00 45 -#> 8023 25 A69-1303-555 12336 2017-02-28 11:58:00 45 -#> 8024 25 A69-1303-555 12338 2017-02-28 12:00:00 45 -#> 8025 25 A69-1303-555 12340 2017-02-28 12:02:00 45 -#> 8026 25 A69-1303-555 12342 2017-02-28 12:04:00 45 -#> 8027 25 A69-1303-555 12343 2017-02-28 12:06:00 45 -#> 8028 25 A69-1303-555 12345 2017-02-28 12:08:00 45 -#> 8029 25 A69-1303-555 12348 2017-02-28 12:10:00 45 -#> 8030 25 A69-1303-555 12349 2017-02-28 12:12:00 45 -#> 8031 25 A69-1303-555 12350 2017-02-28 12:14:00 45 -#> 8032 25 A69-1303-555 12351 2017-02-28 12:16:00 45 -#> 8033 25 A69-1303-555 12354 2017-02-28 12:18:00 45 -#> 8034 25 A69-1303-555 12355 2017-02-28 12:20:00 45 -#> 8035 25 A69-1303-555 12356 2017-02-28 12:22:00 45 -#> 8036 25 A69-1303-555 12358 2017-02-28 12:24:00 45 -#> 8037 25 A69-1303-555 12359 2017-02-28 12:26:00 45 -#> 8038 25 A69-1303-555 12360 2017-02-28 12:28:00 45 -#> 8039 25 A69-1303-555 12361 2017-02-28 12:30:00 45 -#> 8040 25 A69-1303-555 12363 2017-02-28 12:32:00 45 -#> 8041 25 A69-1303-555 12364 2017-02-28 12:34:00 45 -#> 8042 25 A69-1303-555 12367 2017-02-28 12:38:00 45 -#> 8043 25 A69-1303-555 12368 2017-02-28 12:40:00 45 -#> 8044 25 A69-1303-555 12370 2017-02-28 12:42:00 45 -#> 8045 25 A69-1303-555 12372 2017-02-28 12:44:00 45 -#> 8046 25 A69-1303-555 12374 2017-02-28 12:46:00 45 -#> 8047 25 A69-1303-555 12376 2017-02-28 12:48:00 45 -#> 8048 25 A69-1303-555 12378 2017-02-28 12:50:00 45 -#> 8049 25 A69-1303-555 12380 2017-02-28 12:52:00 45 -#> 8050 25 A69-1303-555 12382 2017-02-28 12:54:00 45 -#> 8051 25 A69-1303-555 12384 2017-02-28 12:56:00 45 -#> 8052 25 A69-1303-555 12385 2017-02-28 12:58:00 45 -#> 8053 25 A69-1303-555 12387 2017-02-28 13:00:00 45 -#> 8054 25 A69-1303-555 12389 2017-02-28 13:02:00 45 -#> 8055 25 A69-1303-555 12391 2017-02-28 13:04:00 45 -#> 8056 25 A69-1303-555 12392 2017-02-28 13:18:00 45 -#> 8057 25 A69-1303-555 12394 2017-02-28 13:20:00 45 -#> 8058 25 A69-1303-555 12395 2017-02-28 13:22:00 45 -#> 8059 25 A69-1303-555 12396 2017-02-28 13:24:00 45 -#> 8060 25 A69-1303-555 12397 2017-02-28 13:28:00 45 -#> 8061 25 A69-1303-555 12398 2017-02-28 13:30:00 45 -#> 8062 25 A69-1303-555 12399 2017-02-28 13:32:00 45 -#> 8063 25 A69-1303-555 12400 2017-02-28 13:34:00 45 -#> 8064 25 A69-1303-555 12401 2017-02-28 13:48:00 45 -#> 8065 25 A69-1303-555 12402 2017-02-28 14:04:00 45 -#> 8066 25 A69-1303-555 12403 2017-02-28 14:10:00 45 -#> 8067 25 A69-1303-555 12405 2017-02-28 14:14:00 45 -#> 8068 25 A69-1303-555 12407 2017-02-28 14:16:00 45 -#> 8069 25 A69-1303-555 12408 2017-02-28 14:20:00 45 -#> 8070 25 A69-1303-555 12409 2017-02-28 14:26:00 45 -#> 8071 25 A69-1303-555 12412 2017-02-28 14:28:00 45 -#> 8072 25 A69-1303-555 12414 2017-02-28 14:30:00 45 -#> 8073 25 A69-1303-555 12415 2017-02-28 14:32:00 45 -#> 8074 25 A69-1303-555 12416 2017-02-28 14:34:00 45 -#> 8075 25 A69-1303-555 12417 2017-02-28 14:36:00 45 -#> 8076 25 A69-1303-555 12419 2017-02-28 14:38:00 45 -#> 8077 25 A69-1303-555 12420 2017-02-28 14:40:00 45 -#> 8078 25 A69-1303-555 12421 2017-02-28 14:42:00 45 -#> 8079 25 A69-1303-555 12423 2017-02-28 14:44:00 45 -#> 8080 25 A69-1303-555 12425 2017-02-28 14:46:00 45 -#> 8081 25 A69-1303-555 12426 2017-02-28 14:48:00 45 -#> 8082 25 A69-1303-555 12428 2017-02-28 14:50:00 45 -#> 8083 25 A69-1303-555 12429 2017-02-28 14:52:00 45 -#> 8084 25 A69-1303-555 12431 2017-02-28 14:54:00 45 -#> 8085 25 A69-1303-555 12432 2017-02-28 14:56:00 45 -#> 8086 25 A69-1303-555 12435 2017-02-28 14:58:00 45 -#> 8087 25 A69-1303-555 12436 2017-02-28 15:00:00 45 -#> 8088 25 A69-1303-555 12439 2017-02-28 15:02:00 45 -#> 8089 25 A69-1303-555 12440 2017-02-28 15:04:00 45 -#> 8090 25 A69-1303-555 12441 2017-02-28 15:06:00 45 -#> 8091 25 A69-1303-555 12443 2017-02-28 15:08:00 45 -#> 8092 25 A69-1303-555 12445 2017-02-28 15:10:00 45 -#> 8093 25 A69-1303-555 12447 2017-02-28 15:14:00 45 -#> 8094 25 A69-1303-555 12449 2017-02-28 15:16:00 45 -#> 8095 25 A69-1303-555 12450 2017-02-28 15:18:00 45 -#> 8096 25 A69-1303-555 12452 2017-02-28 15:20:00 45 -#> 8097 25 A69-1303-555 12454 2017-02-28 15:22:00 45 -#> 8098 25 A69-1303-555 12456 2017-02-28 15:24:00 45 -#> 8099 25 A69-1303-555 12457 2017-02-28 15:26:00 45 -#> 8100 25 A69-1303-555 12459 2017-02-28 15:28:00 45 -#> 8101 25 A69-1303-555 12461 2017-02-28 15:30:00 45 -#> 8102 25 A69-1303-555 12464 2017-02-28 15:32:00 45 -#> 8103 25 A69-1303-555 12465 2017-02-28 15:34:00 45 -#> 8104 25 A69-1303-555 12468 2017-02-28 15:36:00 45 -#> 8105 25 A69-1303-555 12469 2017-02-28 15:38:00 45 -#> 8106 25 A69-1303-555 12470 2017-02-28 15:42:00 45 -#> 8107 25 A69-1303-555 12471 2017-02-28 15:44:00 45 -#> 8108 25 A69-1303-555 12473 2017-02-28 15:46:00 45 -#> 8109 25 A69-1303-555 12475 2017-02-28 15:48:00 45 -#> 8110 25 A69-1303-555 12477 2017-02-28 15:50:00 45 -#> 8111 25 A69-1303-555 12479 2017-02-28 15:52:00 45 -#> 8112 25 A69-1303-555 12481 2017-02-28 15:54:00 45 -#> 8113 25 A69-1303-555 12483 2017-02-28 15:56:00 45 -#> 8114 25 A69-1303-555 12485 2017-02-28 15:58:00 45 -#> 8115 25 A69-1303-555 12487 2017-02-28 16:00:00 45 -#> 8116 25 A69-1303-555 12488 2017-02-28 16:02:00 45 -#> 8117 25 A69-1303-555 12490 2017-02-28 16:04:00 45 -#> 8118 25 A69-1303-555 12491 2017-02-28 16:06:00 45 -#> 8119 25 A69-1303-555 12493 2017-02-28 16:08:00 45 -#> 8120 25 A69-1303-555 12494 2017-02-28 16:10:00 45 -#> 8121 25 A69-1303-555 12496 2017-02-28 16:12:00 45 -#> 8122 25 A69-1303-555 12498 2017-02-28 16:14:00 45 -#> 8123 25 A69-1303-555 12499 2017-02-28 16:16:00 45 -#> 8124 25 A69-1303-555 12501 2017-02-28 16:18:00 45 -#> 8125 25 A69-1303-555 12502 2017-02-28 16:20:00 45 -#> 8126 25 A69-1303-555 12504 2017-02-28 16:22:00 45 -#> 8127 25 A69-1303-555 12505 2017-02-28 16:24:00 45 -#> 8128 25 A69-1303-555 12506 2017-02-28 16:26:00 45 -#> 8129 25 A69-1303-555 12507 2017-02-28 16:28:00 45 -#> 8130 25 A69-1303-555 12508 2017-02-28 16:30:00 45 -#> 8131 25 A69-1303-555 12510 2017-02-28 16:32:00 45 -#> 8132 25 A69-1303-555 12512 2017-02-28 16:34:00 45 -#> 8133 25 A69-1303-555 12514 2017-02-28 16:36:00 45 -#> 8134 25 A69-1303-555 12515 2017-02-28 16:38:00 45 -#> 8135 25 A69-1303-555 12516 2017-02-28 16:40:00 45 -#> 8136 25 A69-1303-555 12518 2017-02-28 16:42:00 45 -#> 8137 25 A69-1303-555 12520 2017-02-28 16:44:00 45 -#> 8138 25 A69-1303-555 12522 2017-02-28 16:46:00 45 -#> 8139 25 A69-1303-555 12523 2017-02-28 16:48:00 45 -#> 8140 25 A69-1303-555 12526 2017-02-28 16:50:00 45 -#> 8141 25 A69-1303-555 12527 2017-02-28 16:54:00 45 -#> 8142 25 A69-1303-555 12528 2017-02-28 16:58:00 45 -#> 8143 25 A69-1303-555 12531 2017-02-28 17:00:00 45 -#> 8144 25 A69-1303-555 12532 2017-02-28 17:02:00 45 -#> 8145 25 A69-1303-555 12534 2017-02-28 17:04:00 45 -#> 8146 25 A69-1303-555 12535 2017-02-28 17:06:00 45 -#> 8147 25 A69-1303-555 12536 2017-02-28 17:08:00 45 -#> 8148 25 A69-1303-555 12538 2017-02-28 17:10:00 45 -#> 8149 25 A69-1303-555 12540 2017-02-28 17:12:00 45 -#> 8150 25 A69-1303-555 12542 2017-02-28 17:14:00 45 -#> 8151 25 A69-1303-555 12543 2017-02-28 17:16:00 45 -#> 8152 25 A69-1303-555 12545 2017-02-28 17:18:00 45 -#> 8153 25 A69-1303-555 12546 2017-02-28 17:20:00 45 -#> 8154 25 A69-1303-555 12547 2017-02-28 17:22:00 45 -#> 8155 25 A69-1303-555 12549 2017-02-28 17:24:00 45 -#> 8156 25 A69-1303-555 12550 2017-02-28 17:26:00 45 -#> 8157 25 A69-1303-555 12551 2017-02-28 17:28:00 45 -#> 8158 25 A69-1303-555 12552 2017-02-28 17:30:00 45 -#> 8159 25 A69-1303-555 12554 2017-02-28 17:32:00 45 -#> 8160 25 A69-1303-555 12556 2017-02-28 17:34:00 45 -#> 8161 25 A69-1303-555 12557 2017-02-28 17:36:00 45 -#> 8162 25 A69-1303-555 12559 2017-02-28 17:38:00 45 -#> 8163 25 A69-1303-555 12560 2017-02-28 17:40:00 45 -#> 8164 25 A69-1303-555 12563 2017-02-28 17:42:00 45 -#> 8165 25 A69-1303-555 12565 2017-02-28 17:44:00 45 -#> 8166 25 A69-1303-555 12567 2017-02-28 17:46:00 45 -#> 8167 25 A69-1303-555 12569 2017-02-28 17:50:00 45 -#> 8168 25 A69-1303-555 12571 2017-02-28 17:52:00 45 -#> 8169 25 A69-1303-555 12572 2017-02-28 17:54:00 45 -#> 8170 25 A69-1303-555 12574 2017-02-28 17:56:00 45 -#> 8171 25 A69-1303-555 12576 2017-02-28 17:58:00 45 -#> 8172 25 A69-1303-555 12578 2017-02-28 18:02:00 45 -#> 8173 25 A69-1303-555 12581 2017-02-28 18:06:00 45 -#> 8174 25 A69-1303-555 12583 2017-02-28 18:08:00 45 -#> 8175 25 A69-1303-555 12585 2017-02-28 18:10:00 45 -#> 8176 25 A69-1303-555 12587 2017-02-28 18:14:00 45 -#> 8177 25 A69-1303-555 12589 2017-02-28 18:16:00 45 -#> 8178 25 A69-1303-555 12591 2017-02-28 18:18:00 45 -#> 8179 25 A69-1303-555 12592 2017-02-28 18:20:00 45 -#> 8180 25 A69-1303-555 12595 2017-02-28 18:22:00 45 -#> 8181 25 A69-1303-555 12597 2017-02-28 18:24:00 45 -#> 8182 25 A69-1303-555 12599 2017-02-28 18:26:00 45 -#> 8183 25 A69-1303-555 12600 2017-02-28 18:28:00 45 -#> 8184 25 A69-1303-555 12603 2017-02-28 18:30:00 45 -#> 8185 25 A69-1303-555 12604 2017-02-28 18:32:00 45 -#> 8186 25 A69-1303-555 12607 2017-02-28 18:34:00 45 -#> 8187 25 A69-1303-555 12609 2017-02-28 18:36:00 45 -#> 8188 25 A69-1303-555 12612 2017-02-28 18:38:00 45 -#> 8189 25 A69-1303-555 12614 2017-02-28 18:42:00 45 -#> 8190 25 A69-1303-555 12616 2017-02-28 18:44:00 45 -#> 8191 25 A69-1303-555 12617 2017-02-28 18:46:00 45 -#> 8192 25 A69-1303-555 12619 2017-02-28 18:48:00 45 -#> 8193 25 A69-1303-555 12620 2017-02-28 18:50:00 45 -#> 8194 25 A69-1303-555 12621 2017-02-28 18:52:00 45 -#> 8195 25 A69-1303-555 12622 2017-02-28 18:56:00 45 -#> 8196 25 A69-1303-555 12624 2017-02-28 18:58:00 45 -#> 8197 25 A69-1303-555 12627 2017-02-28 19:00:00 45 -#> 8198 25 A69-1303-555 12628 2017-02-28 19:06:00 45 -#> 8199 25 A69-1303-555 12629 2017-02-28 22:40:00 48 -#> 8200 25 A69-1303-555 12631 2017-02-28 22:42:00 48 -#> 8201 25 A69-1303-555 12632 2017-02-28 22:44:00 48 -#> 8202 25 A69-1303-555 12634 2017-02-28 22:46:00 48 -#> 8203 25 A69-1303-555 12636 2017-02-28 22:48:00 48 -#> 8204 25 A69-1303-555 12638 2017-02-28 22:50:00 48 -#> 8205 25 A69-1303-555 12640 2017-02-28 22:54:00 48 -#> 8206 25 A69-1303-555 12642 2017-02-28 23:12:00 48 -#> 8207 25 A69-1303-555 12643 2017-02-28 23:14:00 49 -#> 8208 25 A69-1303-555 12644 2017-02-28 23:18:00 49 -#> 8209 25 A69-1303-555 12646 2017-02-28 23:20:00 49 -#> 8210 25 A69-1303-555 12648 2017-02-28 23:22:00 49 -#> 8211 25 A69-1303-555 12650 2017-02-28 23:24:00 49 -#> 8212 25 A69-1303-555 12652 2017-02-28 23:26:00 49 -#> 8213 25 A69-1303-555 12653 2017-02-28 23:28:00 49 -#> 8214 25 A69-1303-555 12654 2017-02-28 23:30:00 49 -#> 8215 25 A69-1303-555 12656 2017-02-28 23:32:00 49 -#> 8216 25 A69-1303-555 12658 2017-02-28 23:34:00 49 -#> 8217 25 A69-1303-555 12659 2017-02-28 23:36:00 49 -#> 8218 25 A69-1303-555 12661 2017-02-28 23:38:00 49 -#> 8219 25 A69-1303-555 12663 2017-02-28 23:40:00 49 -#> 8220 25 A69-1303-555 12665 2017-02-28 23:42:00 49 -#> 8221 25 A69-1303-555 12667 2017-02-28 23:44:00 49 -#> 8222 25 A69-1303-555 12669 2017-02-28 23:46:00 49 -#> 8223 25 A69-1303-555 12671 2017-03-01 00:02:00 49 -#> 8224 25 A69-1303-555 12672 2017-03-01 00:06:00 49 -#> 8225 25 A69-1303-555 12674 2017-03-01 00:08:00 49 -#> 8226 25 A69-1303-555 12677 2017-03-01 00:10:00 49 -#> 8227 25 A69-1303-555 12678 2017-03-01 00:12:00 49 -#> 8228 25 A69-1303-555 12680 2017-03-01 05:24:00 51 -#> 8229 25 A69-1303-555 12681 2017-03-01 05:26:00 51 -#> 8230 25 A69-1303-555 12684 2017-03-01 05:28:00 51 -#> 8231 25 A69-1303-555 12685 2017-03-01 05:30:00 51 -#> 8232 25 A69-1303-555 12687 2017-03-01 05:32:00 51 -#> 8233 25 A69-1303-555 12688 2017-03-01 05:34:00 51 -#> 8234 25 A69-1303-555 12689 2017-03-01 05:36:00 51 -#> 8235 25 A69-1303-555 12690 2017-03-01 18:02:00 41 -#> 8236 25 A69-1303-555 12691 2017-03-01 18:06:00 41 -#> 8237 25 A69-1303-555 12692 2017-03-01 18:10:00 41 -#> 8238 25 A69-1303-555 12693 2017-03-01 18:12:00 41 -#> 8239 25 A69-1303-555 12694 2017-03-01 18:26:00 41 -#> 8240 25 A69-1303-555 12696 2017-03-01 18:32:00 41 -#> 8241 25 A69-1303-555 12697 2017-03-01 18:48:00 41 -#> 8242 25 A69-1303-555 12700 2017-03-01 18:50:00 41 -#> 8243 25 A69-1303-555 12703 2017-03-01 19:00:00 41 -#> 8244 25 A69-1303-555 12704 2017-03-01 19:04:00 41 -#> 8245 25 A69-1303-555 12705 2017-03-02 21:36:00 51 -#> 8246 25 A69-1303-555 12706 2017-03-02 21:38:00 51 -#> 8247 25 A69-1303-555 12707 2017-03-02 21:40:00 51 -#> 8248 25 A69-1303-555 12708 2017-03-02 21:44:00 51 -#> 8249 25 A69-1303-555 12709 2017-03-02 21:46:00 51 -#> 8250 25 A69-1303-555 12711 2017-03-02 21:48:00 51 -#> 8251 25 A69-1303-555 12713 2017-03-02 21:50:00 51 -#> 8252 25 A69-1303-555 12715 2017-03-02 21:52:00 51 -#> 8253 25 A69-1303-555 12717 2017-03-02 21:54:00 51 -#> 8254 25 A69-1303-555 12719 2017-03-02 21:56:00 51 -#> 8255 25 A69-1303-555 12721 2017-03-02 21:58:00 51 -#> 8256 25 A69-1303-555 12722 2017-03-02 22:00:00 51 -#> 8257 25 A69-1303-555 12723 2017-03-02 22:02:00 51 -#> 8258 25 A69-1303-555 12724 2017-03-02 22:04:00 51 -#> 8259 25 A69-1303-555 12725 2017-03-03 09:56:00 48 -#> 8260 25 A69-1303-555 12726 2017-03-03 09:58:00 48 -#> 8261 25 A69-1303-555 12727 2017-03-03 10:00:00 48 -#> 8262 25 A69-1303-555 12728 2017-03-03 10:02:00 48 -#> 8263 25 A69-1303-555 12730 2017-03-03 10:04:00 48 -#> 8264 25 A69-1303-555 12731 2017-03-03 10:06:00 48 -#> 8265 25 A69-1303-555 12732 2017-03-03 10:08:00 48 -#> 8266 25 A69-1303-555 12734 2017-03-03 10:10:00 48 -#> 8267 25 A69-1303-555 12735 2017-03-03 10:14:00 48 -#> 8268 25 A69-1303-555 12738 2017-03-03 10:18:00 48 -#> 8269 25 A69-1303-555 12739 2017-03-03 10:20:00 48 -#> 8270 25 A69-1303-555 12740 2017-03-03 10:22:00 48 -#> 8271 25 A69-1303-555 12742 2017-03-03 10:24:00 48 -#> 8272 25 A69-1303-555 12743 2017-03-03 10:26:00 48 -#> 8273 25 A69-1303-555 12745 2017-03-03 10:28:00 48 -#> 8274 25 A69-1303-555 12747 2017-03-03 10:30:00 48 -#> 8275 25 A69-1303-555 12749 2017-03-03 10:32:00 48 -#> 8276 25 A69-1303-555 12750 2017-03-03 17:44:00 48 -#> 8277 25 A69-1303-555 12751 2017-03-03 17:48:00 48 -#> 8278 25 A69-1303-555 12752 2017-03-03 17:50:00 48 -#> 8279 25 A69-1303-555 12753 2017-03-03 17:52:00 48 -#> 8280 25 A69-1303-555 12754 2017-03-03 17:54:00 48 -#> 8281 25 A69-1303-555 12756 2017-03-03 17:56:00 48 -#> 8282 25 A69-1303-555 12757 2017-03-03 17:58:00 48 -#> 8283 25 A69-1303-555 12759 2017-03-03 18:00:00 48 -#> 8284 25 A69-1303-555 12761 2017-03-03 18:02:00 48 -#> 8285 25 A69-1303-555 12763 2017-03-03 18:04:00 48 -#> 8286 25 A69-1303-555 12764 2017-03-03 18:06:00 48 -#> 8287 25 A69-1303-555 12766 2017-03-03 18:08:00 48 -#> 8288 25 A69-1303-555 12768 2017-03-03 18:10:00 48 -#> 8289 25 A69-1303-555 12770 2017-03-03 18:12:00 48 -#> 8290 25 A69-1303-555 12772 2017-03-03 18:16:00 48 -#> 8291 25 A69-1303-555 12773 2017-03-03 18:18:00 48 -#> 8292 25 A69-1303-555 12774 2017-03-03 18:20:00 48 -#> 8293 25 A69-1303-555 12775 2017-03-03 18:22:00 48 -#> 8294 25 A69-1303-555 12776 2017-03-03 23:38:00 49 -#> 8295 25 A69-1303-555 12777 2017-03-03 23:42:00 49 -#> 8296 25 A69-1303-555 12778 2017-03-03 23:58:00 49 -#> 8297 25 A69-1303-555 12780 2017-03-04 00:00:00 49 -#> 8298 25 A69-1303-555 12781 2017-03-04 00:04:00 49 -#> 8299 25 A69-1303-555 12782 2017-03-04 00:06:00 49 -#> 8300 25 A69-1303-555 12783 2017-03-04 00:10:00 49 -#> 8301 25 A69-1303-555 12784 2017-03-04 00:14:00 49 -#> 8302 25 A69-1303-555 12785 2017-03-04 00:16:00 49 -#> 8303 25 A69-1303-555 12787 2017-03-04 00:18:00 49 -#> 8304 25 A69-1303-555 12788 2017-03-04 00:20:00 49 -#> 8305 25 A69-1303-555 12789 2017-03-04 00:22:00 49 -#> 8306 25 A69-1303-555 12790 2017-03-04 00:26:00 49 -#> 8307 25 A69-1303-555 12792 2017-03-04 00:28:00 49 -#> 8308 25 A69-1303-555 12793 2017-03-04 00:44:00 49 -#> 8309 25 A69-1303-555 12794 2017-03-04 01:50:00 49 -#> 8310 25 A69-1303-555 12795 2017-03-04 01:56:00 49 -#> 8311 25 A69-1303-555 12797 2017-03-04 01:58:00 49 -#> 8312 25 A69-1303-555 12798 2017-03-04 02:00:00 49 -#> 8313 25 A69-1303-555 12800 2017-03-04 02:02:00 49 -#> 8314 25 A69-1303-555 12801 2017-03-04 02:04:00 49 -#> 8315 25 A69-1303-555 12802 2017-03-04 02:06:00 49 -#> 8316 25 A69-1303-555 12804 2017-03-04 02:08:00 49 -#> 8317 25 A69-1303-555 12806 2017-03-04 02:10:00 49 -#> 8318 25 A69-1303-555 12808 2017-03-04 02:12:00 49 -#> 8319 25 A69-1303-555 12810 2017-03-04 02:14:00 49 -#> 8320 25 A69-1303-555 12811 2017-03-04 02:16:00 49 -#> 8321 25 A69-1303-555 12813 2017-03-04 02:18:00 49 -#> 8322 25 A69-1303-555 12814 2017-03-04 02:28:00 48 -#> 8323 25 A69-1303-555 12815 2017-03-04 02:30:00 48 -#> 8324 25 A69-1303-555 12816 2017-03-04 02:32:00 48 -#> 8325 25 A69-1303-555 12818 2017-03-04 02:34:00 48 -#> 8326 25 A69-1303-555 12819 2017-03-04 02:38:00 48 -#> 8327 25 A69-1303-555 12820 2017-03-04 02:40:00 48 -#> 8328 25 A69-1303-555 12821 2017-03-04 02:42:00 48 -#> 8329 25 A69-1303-555 12822 2017-03-04 02:44:00 48 -#> 8330 25 A69-1303-555 12824 2017-03-04 02:46:00 48 -#> 8331 25 A69-1303-555 12826 2017-03-04 02:48:00 48 -#> 8332 25 A69-1303-555 12827 2017-03-04 02:50:00 48 -#> 8333 25 A69-1303-555 12830 2017-03-04 02:52:00 48 -#> 8334 25 A69-1303-555 12831 2017-03-04 02:54:00 48 -#> 8335 25 A69-1303-555 12832 2017-03-04 02:56:00 48 -#> 8336 25 A69-1303-555 12834 2017-03-04 02:58:00 48 -#> 8337 25 A69-1303-555 12835 2017-03-04 03:02:00 48 -#> 8338 25 A69-1303-555 12836 2017-03-04 03:04:00 48 -#> 8339 25 A69-1303-555 12837 2017-03-04 03:06:00 48 -#> 8340 25 A69-1303-555 12839 2017-03-04 10:00:00 48 -#> 8341 25 A69-1303-555 12841 2017-03-04 10:02:00 48 -#> 8342 25 A69-1303-555 12842 2017-03-04 10:04:00 48 -#> 8343 25 A69-1303-555 12844 2017-03-04 10:06:00 48 -#> 8344 25 A69-1303-555 12845 2017-03-04 10:08:00 48 -#> 8345 25 A69-1303-555 12846 2017-03-04 10:10:00 48 -#> 8346 25 A69-1303-555 12847 2017-03-04 10:12:00 48 -#> 8347 25 A69-1303-555 12849 2017-03-04 10:14:00 48 -#> 8348 25 A69-1303-555 12850 2017-03-04 10:16:00 48 -#> 8349 25 A69-1303-555 12852 2017-03-04 10:18:00 48 -#> 8350 25 A69-1303-555 12853 2017-03-04 10:20:00 48 -#> 8351 25 A69-1303-555 12854 2017-03-04 12:18:00 43 -#> 8352 25 A69-1303-555 12856 2017-03-06 15:40:00 45 -#> 8353 25 A69-1303-555 12857 2017-03-06 15:56:00 45 -#> 8354 25 A69-1303-555 12859 2017-03-06 15:58:00 45 -#> 8355 25 A69-1303-555 12860 2017-03-06 16:00:00 45 -#> 8356 25 A69-1303-555 12861 2017-03-06 16:02:00 45 -#> 8357 25 A69-1303-555 12862 2017-03-06 16:08:00 45 -#> 8358 25 A69-1303-555 12863 2017-03-06 16:18:00 45 -#> 8359 25 A69-1303-555 12864 2017-03-06 16:46:00 45 -#> 8360 25 A69-1303-555 12865 2017-03-06 16:54:00 45 -#> 8361 25 A69-1303-555 12866 2017-03-06 16:56:00 45 -#> 8362 25 A69-1303-555 12867 2017-03-06 16:58:00 45 -#> 8363 25 A69-1303-555 12869 2017-03-06 17:00:00 45 -#> 8364 25 A69-1303-555 12870 2017-03-06 17:02:00 45 -#> 8365 25 A69-1303-555 12871 2017-03-06 17:04:00 45 -#> 8366 25 A69-1303-555 12872 2017-03-06 17:06:00 45 -#> 8367 25 A69-1303-555 12873 2017-03-06 17:08:00 45 -#> 8368 25 A69-1303-555 12874 2017-03-06 17:10:00 45 -#> 8369 25 A69-1303-555 12875 2017-03-06 17:12:00 45 -#> 8370 25 A69-1303-555 12877 2017-03-06 17:14:00 45 -#> 8371 25 A69-1303-555 12878 2017-03-06 17:16:00 45 -#> 8372 25 A69-1303-555 12879 2017-03-06 17:18:00 45 -#> 8373 25 A69-1303-555 12880 2017-03-06 17:20:00 45 -#> 8374 25 A69-1303-555 12882 2017-03-06 17:22:00 45 -#> 8375 25 A69-1303-555 12883 2017-03-06 17:24:00 45 -#> 8376 25 A69-1303-555 12884 2017-03-06 17:26:00 45 -#> 8377 25 A69-1303-555 12885 2017-03-06 17:28:00 45 -#> 8378 25 A69-1303-555 12886 2017-03-06 17:30:00 45 -#> 8379 25 A69-1303-555 12888 2017-03-06 17:32:00 45 -#> 8380 25 A69-1303-555 12890 2017-03-06 17:34:00 45 -#> 8381 25 A69-1303-555 12892 2017-03-06 17:36:00 45 -#> 8382 25 A69-1303-555 12893 2017-03-06 17:38:00 45 -#> 8383 25 A69-1303-555 12894 2017-03-06 17:42:00 45 -#> 8384 25 A69-1303-555 12895 2017-03-06 17:44:00 45 -#> 8385 25 A69-1303-555 12896 2017-03-06 17:46:00 45 -#> 8386 25 A69-1303-555 12897 2017-03-06 17:50:00 45 -#> 8387 25 A69-1303-555 12899 2017-03-06 17:52:00 45 -#> 8388 25 A69-1303-555 12901 2017-03-06 17:54:00 45 -#> 8389 25 A69-1303-555 12903 2017-03-06 17:56:00 45 -#> 8390 25 A69-1303-555 12905 2017-03-06 17:58:00 45 -#> 8391 25 A69-1303-555 12906 2017-03-06 18:00:00 45 -#> 8392 25 A69-1303-555 12907 2017-03-06 18:02:00 45 -#> 8393 25 A69-1303-555 12908 2017-03-06 18:04:00 45 -#> 8394 25 A69-1303-555 12910 2017-03-06 18:06:00 45 -#> 8395 25 A69-1303-555 12912 2017-03-06 18:08:00 45 -#> 8396 25 A69-1303-555 12914 2017-03-06 18:10:00 45 -#> 8397 25 A69-1303-555 12916 2017-03-06 18:12:00 45 -#> 8398 25 A69-1303-555 12919 2017-03-06 18:14:00 45 -#> 8399 25 A69-1303-555 12920 2017-03-06 18:16:00 45 -#> 8400 25 A69-1303-555 12921 2017-03-06 18:18:00 45 -#> 8401 25 A69-1303-555 12922 2017-03-06 18:20:00 45 -#> 8402 25 A69-1303-555 12923 2017-03-06 18:22:00 45 -#> 8403 25 A69-1303-555 12925 2017-03-06 18:24:00 45 -#> 8404 25 A69-1303-555 12927 2017-03-06 18:26:00 45 -#> 8405 25 A69-1303-555 12928 2017-03-06 18:30:00 45 -#> 8406 25 A69-1303-555 12930 2017-03-06 18:32:00 45 -#> 8407 25 A69-1303-555 12931 2017-03-06 18:36:00 45 -#> 8408 25 A69-1303-555 12933 2017-03-06 18:38:00 45 -#> 8409 25 A69-1303-555 12935 2017-03-06 18:40:00 45 -#> 8410 25 A69-1303-555 12936 2017-03-06 18:42:00 45 -#> 8411 25 A69-1303-555 12937 2017-03-06 18:44:00 45 -#> 8412 25 A69-1303-555 12939 2017-03-06 18:46:00 45 -#> 8413 25 A69-1303-555 12941 2017-03-06 18:48:00 45 -#> 8414 25 A69-1303-555 12943 2017-03-06 18:50:00 45 -#> 8415 25 A69-1303-555 12945 2017-03-06 18:52:00 45 -#> 8416 25 A69-1303-555 12946 2017-03-06 18:54:00 45 -#> 8417 25 A69-1303-555 12948 2017-03-06 18:56:00 45 -#> 8418 25 A69-1303-555 12950 2017-03-06 18:58:00 45 -#> 8419 25 A69-1303-555 12952 2017-03-06 19:00:00 45 -#> 8420 25 A69-1303-555 12953 2017-03-06 19:02:00 45 -#> 8421 25 A69-1303-555 12956 2017-03-06 19:04:00 45 -#> 8422 25 A69-1303-555 12958 2017-03-06 19:06:00 45 -#> 8423 25 A69-1303-555 12960 2017-03-06 19:08:00 45 -#> 8424 25 A69-1303-555 12961 2017-03-06 19:10:00 45 -#> 8425 25 A69-1303-555 12962 2017-03-06 19:12:00 45 -#> 8426 25 A69-1303-555 12964 2017-03-06 19:14:00 45 -#> 8427 25 A69-1303-555 12966 2017-03-06 19:16:00 45 -#> 8428 25 A69-1303-555 12968 2017-03-06 19:18:00 45 -#> 8429 25 A69-1303-555 12969 2017-03-06 19:20:00 45 -#> 8430 25 A69-1303-555 12971 2017-03-06 19:22:00 45 -#> 8431 25 A69-1303-555 12973 2017-03-06 19:24:00 45 -#> 8432 25 A69-1303-555 12975 2017-03-06 19:26:00 45 -#> 8433 25 A69-1303-555 12977 2017-03-06 19:28:00 45 -#> 8434 25 A69-1303-555 12979 2017-03-06 19:30:00 45 -#> 8435 25 A69-1303-555 12981 2017-03-06 19:32:00 45 -#> 8436 25 A69-1303-555 12983 2017-03-06 19:34:00 45 -#> 8437 25 A69-1303-555 12984 2017-03-06 19:36:00 45 -#> 8438 25 A69-1303-555 12986 2017-03-06 19:38:00 45 -#> 8439 25 A69-1303-555 12988 2017-03-06 19:40:00 45 -#> 8440 25 A69-1303-555 12989 2017-03-06 19:42:00 45 -#> 8441 25 A69-1303-555 12991 2017-03-06 19:44:00 45 -#> 8442 25 A69-1303-555 12993 2017-03-06 19:48:00 45 -#> 8443 25 A69-1303-555 12994 2017-03-06 19:50:00 45 -#> 8444 25 A69-1303-555 12995 2017-03-06 19:52:00 45 -#> 8445 25 A69-1303-555 12996 2017-03-06 19:54:00 45 -#> 8446 25 A69-1303-555 12997 2017-03-06 19:56:00 45 -#> 8447 25 A69-1303-555 12999 2017-03-06 19:58:00 45 -#> 8448 25 A69-1303-555 13001 2017-03-06 20:00:00 45 -#> 8449 25 A69-1303-555 13002 2017-03-06 20:02:00 45 -#> 8450 25 A69-1303-555 13004 2017-03-06 20:04:00 45 -#> 8451 25 A69-1303-555 13006 2017-03-06 20:06:00 45 -#> 8452 25 A69-1303-555 13008 2017-03-06 20:08:00 45 -#> 8453 25 A69-1303-555 13009 2017-03-06 20:10:00 45 -#> 8454 25 A69-1303-555 13010 2017-03-06 20:12:00 45 -#> 8455 25 A69-1303-555 13012 2017-03-06 20:14:00 45 -#> 8456 25 A69-1303-555 13014 2017-03-06 20:16:00 45 -#> 8457 25 A69-1303-555 13016 2017-03-06 20:18:00 45 -#> 8458 25 A69-1303-555 13018 2017-03-06 20:20:00 45 -#> 8459 25 A69-1303-555 13020 2017-03-06 20:22:00 45 -#> 8460 25 A69-1303-555 13023 2017-03-06 20:24:00 45 -#> 8461 25 A69-1303-555 13025 2017-03-06 20:26:00 45 -#> 8462 25 A69-1303-555 13026 2017-03-06 20:28:00 45 -#> 8463 25 A69-1303-555 13028 2017-03-06 20:30:00 45 -#> 8464 25 A69-1303-555 13029 2017-03-06 20:32:00 45 -#> 8465 25 A69-1303-555 13032 2017-03-06 20:34:00 45 -#> 8466 25 A69-1303-555 13034 2017-03-06 20:36:00 45 -#> 8467 25 A69-1303-555 13036 2017-03-06 20:38:00 45 -#> 8468 25 A69-1303-555 13038 2017-03-06 20:40:00 45 -#> 8469 25 A69-1303-555 13040 2017-03-06 20:42:00 45 -#> 8470 25 A69-1303-555 13041 2017-03-06 20:44:00 45 -#> 8471 25 A69-1303-555 13042 2017-03-06 20:46:00 45 -#> 8472 25 A69-1303-555 13044 2017-03-06 20:48:00 45 -#> 8473 25 A69-1303-555 13045 2017-03-06 20:50:00 45 -#> 8474 25 A69-1303-555 13048 2017-03-06 20:52:00 45 -#> 8475 25 A69-1303-555 13049 2017-03-06 20:54:00 45 -#> 8476 25 A69-1303-555 13051 2017-03-06 20:56:00 45 -#> 8477 25 A69-1303-555 13052 2017-03-06 20:58:00 45 -#> 8478 25 A69-1303-555 13055 2017-03-06 21:00:00 45 -#> 8479 25 A69-1303-555 13056 2017-03-06 21:02:00 45 -#> 8480 25 A69-1303-555 13058 2017-03-06 21:04:00 45 -#> 8481 25 A69-1303-555 13059 2017-03-06 21:06:00 45 -#> 8482 25 A69-1303-555 13061 2017-03-06 21:08:00 45 -#> 8483 25 A69-1303-555 13063 2017-03-06 21:10:00 45 -#> 8484 25 A69-1303-555 13065 2017-03-06 21:12:00 45 -#> 8485 25 A69-1303-555 13068 2017-03-06 21:14:00 45 -#> 8486 25 A69-1303-555 13069 2017-03-06 21:16:00 45 -#> 8487 25 A69-1303-555 13071 2017-03-06 21:18:00 45 -#> 8488 25 A69-1303-555 13072 2017-03-06 21:20:00 45 -#> 8489 25 A69-1303-555 13073 2017-03-06 21:22:00 45 -#> 8490 25 A69-1303-555 13075 2017-03-06 21:24:00 45 -#> 8491 25 A69-1303-555 13077 2017-03-06 21:26:00 45 -#> 8492 25 A69-1303-555 13078 2017-03-06 21:28:00 45 -#> 8493 25 A69-1303-555 13079 2017-03-06 21:30:00 45 -#> 8494 25 A69-1303-555 13080 2017-03-06 21:32:00 45 -#> 8495 25 A69-1303-555 13082 2017-03-06 21:34:00 45 -#> 8496 25 A69-1303-555 13083 2017-03-06 21:36:00 45 -#> 8497 25 A69-1303-555 13085 2017-03-06 21:38:00 45 -#> 8498 25 A69-1303-555 13086 2017-03-06 21:40:00 45 -#> 8499 25 A69-1303-555 13087 2017-03-06 21:42:00 45 -#> 8500 25 A69-1303-555 13089 2017-03-06 21:44:00 45 -#> 8501 25 A69-1303-555 13091 2017-03-06 21:46:00 45 -#> 8502 25 A69-1303-555 13092 2017-03-06 21:48:00 45 -#> 8503 25 A69-1303-555 13095 2017-03-06 21:50:00 45 -#> 8504 25 A69-1303-555 13097 2017-03-06 21:52:00 45 -#> 8505 25 A69-1303-555 13099 2017-03-06 21:54:00 45 -#> 8506 25 A69-1303-555 13101 2017-03-06 21:58:00 45 -#> 8507 25 A69-1303-555 13103 2017-03-06 22:00:00 45 -#> 8508 25 A69-1303-555 13105 2017-03-06 22:02:00 45 -#> 8509 25 A69-1303-555 13107 2017-03-06 22:06:00 45 -#> 8510 25 A69-1303-555 13108 2017-03-06 22:08:00 45 -#> 8511 25 A69-1303-555 13110 2017-03-06 22:10:00 45 -#> 8512 25 A69-1303-555 13112 2017-03-06 22:12:00 45 -#> 8513 25 A69-1303-555 13114 2017-03-06 22:14:00 45 -#> 8514 25 A69-1303-555 13115 2017-03-06 22:16:00 45 -#> 8515 25 A69-1303-555 13117 2017-03-06 22:18:00 45 -#> 8516 25 A69-1303-555 13119 2017-03-06 22:20:00 45 -#> 8517 25 A69-1303-555 13122 2017-03-06 22:22:00 45 -#> 8518 25 A69-1303-555 13123 2017-03-06 22:26:00 45 -#> 8519 25 A69-1303-555 13124 2017-03-06 22:28:00 45 -#> 8520 25 A69-1303-555 13126 2017-03-06 22:32:00 45 -#> 8521 25 A69-1303-555 13127 2017-03-06 22:34:00 45 -#> 8522 25 A69-1303-555 13129 2017-03-06 22:36:00 45 -#> 8523 25 A69-1303-555 13131 2017-03-06 22:38:00 45 -#> 8524 25 A69-1303-555 13132 2017-03-06 22:40:00 45 -#> 8525 25 A69-1303-555 13133 2017-03-06 22:42:00 45 -#> 8526 25 A69-1303-555 13135 2017-03-06 22:44:00 45 -#> 8527 25 A69-1303-555 13136 2017-03-06 22:46:00 45 -#> 8528 25 A69-1303-555 13139 2017-03-06 22:48:00 45 -#> 8529 25 A69-1303-555 13141 2017-03-06 22:50:00 45 -#> 8530 25 A69-1303-555 13143 2017-03-06 22:52:00 45 -#> 8531 25 A69-1303-555 13145 2017-03-06 22:54:00 45 -#> 8532 25 A69-1303-555 13147 2017-03-06 22:56:00 45 -#> 8533 25 A69-1303-555 13149 2017-03-06 22:58:00 45 -#> 8534 25 A69-1303-555 13150 2017-03-06 23:00:00 45 -#> 8535 25 A69-1303-555 13151 2017-03-06 23:02:00 45 -#> 8536 25 A69-1303-555 13152 2017-03-06 23:04:00 45 -#> 8537 25 A69-1303-555 13153 2017-03-06 23:06:00 45 -#> 8538 25 A69-1303-555 13154 2017-03-06 23:08:00 45 -#> 8539 25 A69-1303-555 13156 2017-03-06 23:10:00 45 -#> 8540 25 A69-1303-555 13158 2017-03-06 23:12:00 45 -#> 8541 25 A69-1303-555 13160 2017-03-06 23:14:00 45 -#> 8542 25 A69-1303-555 13161 2017-03-06 23:16:00 45 -#> 8543 25 A69-1303-555 13163 2017-03-06 23:18:00 45 -#> 8544 25 A69-1303-555 13165 2017-03-06 23:20:00 45 -#> 8545 25 A69-1303-555 13166 2017-03-06 23:22:00 45 -#> 8546 25 A69-1303-555 13167 2017-03-06 23:24:00 45 -#> 8547 25 A69-1303-555 13169 2017-03-06 23:26:00 45 -#> 8548 25 A69-1303-555 13171 2017-03-06 23:28:00 45 -#> 8549 25 A69-1303-555 13173 2017-03-06 23:30:00 45 -#> 8550 25 A69-1303-555 13174 2017-03-06 23:32:00 45 -#> 8551 25 A69-1303-555 13176 2017-03-06 23:34:00 45 -#> 8552 25 A69-1303-555 13178 2017-03-06 23:36:00 45 -#> 8553 25 A69-1303-555 13179 2017-03-06 23:38:00 45 -#> 8554 25 A69-1303-555 13180 2017-03-06 23:40:00 45 -#> 8555 25 A69-1303-555 13182 2017-03-06 23:42:00 45 -#> 8556 25 A69-1303-555 13183 2017-03-06 23:44:00 45 -#> 8557 25 A69-1303-555 13186 2017-03-06 23:46:00 45 -#> 8558 25 A69-1303-555 13187 2017-03-06 23:48:00 45 -#> 8559 25 A69-1303-555 13188 2017-03-06 23:50:00 45 -#> 8560 25 A69-1303-555 13189 2017-03-06 23:52:00 45 -#> 8561 25 A69-1303-555 13190 2017-03-06 23:54:00 45 -#> 8562 25 A69-1303-555 13191 2017-03-06 23:56:00 45 -#> 8563 25 A69-1303-555 13193 2017-03-06 23:58:00 45 -#> 8564 25 A69-1303-555 13194 2017-03-07 00:00:00 45 -#> 8565 25 A69-1303-555 13196 2017-03-07 00:02:00 45 -#> 8566 25 A69-1303-555 13198 2017-03-07 00:04:00 45 -#> 8567 25 A69-1303-555 13199 2017-03-07 00:06:00 45 -#> 8568 25 A69-1303-555 13202 2017-03-07 00:08:00 45 -#> 8569 25 A69-1303-555 13203 2017-03-07 00:10:00 45 -#> 8570 25 A69-1303-555 13205 2017-03-07 00:12:00 45 -#> 8571 25 A69-1303-555 13206 2017-03-07 00:14:00 45 -#> 8572 25 A69-1303-555 13208 2017-03-07 00:16:00 45 -#> 8573 25 A69-1303-555 13210 2017-03-07 00:18:00 45 -#> 8574 25 A69-1303-555 13212 2017-03-07 00:20:00 45 -#> 8575 25 A69-1303-555 13214 2017-03-07 00:22:00 45 -#> 8576 25 A69-1303-555 13216 2017-03-07 00:24:00 45 -#> 8577 25 A69-1303-555 13219 2017-03-07 00:26:00 45 -#> 8578 25 A69-1303-555 13221 2017-03-07 00:28:00 45 -#> 8579 25 A69-1303-555 13222 2017-03-07 00:30:00 45 -#> 8580 25 A69-1303-555 13224 2017-03-07 00:32:00 45 -#> 8581 25 A69-1303-555 13226 2017-03-07 00:34:00 45 -#> 8582 25 A69-1303-555 13228 2017-03-07 00:36:00 45 -#> 8583 25 A69-1303-555 13230 2017-03-07 00:38:00 45 -#> 8584 25 A69-1303-555 13231 2017-03-07 00:40:00 45 -#> 8585 25 A69-1303-555 13233 2017-03-07 00:42:00 45 -#> 8586 25 A69-1303-555 13234 2017-03-07 00:44:00 45 -#> 8587 25 A69-1303-555 13236 2017-03-07 00:46:00 45 -#> 8588 25 A69-1303-555 13237 2017-03-07 00:48:00 45 -#> 8589 25 A69-1303-555 13239 2017-03-07 00:50:00 45 -#> 8590 25 A69-1303-555 13240 2017-03-07 00:52:00 45 -#> 8591 25 A69-1303-555 13242 2017-03-07 00:56:00 45 -#> 8592 25 A69-1303-555 13244 2017-03-07 00:58:00 45 -#> 8593 25 A69-1303-555 13245 2017-03-08 00:06:00 50 -#> 8594 25 A69-1303-555 13246 2017-03-08 00:08:00 50 -#> 8595 25 A69-1303-555 13247 2017-03-08 00:10:00 50 -#> 8596 25 A69-1303-555 13249 2017-03-08 00:12:00 50 -#> 8597 25 A69-1303-555 13251 2017-03-08 00:14:00 50 -#> 8598 25 A69-1303-555 13253 2017-03-08 00:16:00 50 -#> 8599 25 A69-1303-555 13255 2017-03-08 19:48:00 41 -#> 8600 25 A69-1303-555 13257 2017-03-08 19:50:00 41 -#> 8601 25 A69-1303-555 13260 2017-03-08 19:52:00 41 -#> 8602 25 A69-1303-555 13261 2017-03-08 19:54:00 41 -#> 8603 25 A69-1303-555 13262 2017-03-08 20:04:00 41 -#> 8604 25 A69-1303-555 13264 2017-03-08 20:06:00 41 -#> 8605 25 A69-1303-555 13266 2017-03-08 20:08:00 41 -#> 8606 25 A69-1303-555 13268 2017-03-08 20:10:00 41 -#> 8607 25 A69-1303-555 13269 2017-03-08 20:12:00 41 -#> 8608 25 A69-1303-555 13272 2017-03-08 20:14:00 41 -#> 8609 25 A69-1303-555 13274 2017-03-08 20:16:00 41 -#> 8610 25 A69-1303-555 13277 2017-03-08 20:18:00 41 -#> 8611 25 A69-1303-555 13279 2017-03-08 20:20:00 41 -#> 8612 25 A69-1303-555 13280 2017-03-08 20:22:00 41 -#> 8613 25 A69-1303-555 13282 2017-03-08 20:24:00 41 -#> 8614 25 A69-1303-555 13284 2017-03-08 20:26:00 41 -#> 8615 25 A69-1303-555 13285 2017-03-08 20:32:00 41 -#> 8616 25 A69-1303-555 13286 2017-03-08 20:36:00 47 -#> 8617 25 A69-1303-555 13287 2017-03-08 20:38:00 47 -#> 8618 25 A69-1303-555 13289 2017-03-08 20:40:00 47 -#> 8619 25 A69-1303-555 13290 2017-03-08 20:42:00 47 -#> 8620 25 A69-1303-555 13291 2017-03-08 20:44:00 47 -#> 8621 25 A69-1303-555 13292 2017-03-08 20:50:00 47 -#> 8622 25 A69-1303-555 13293 2017-03-08 20:52:00 47 -#> 8623 25 A69-1303-555 13294 2017-03-08 20:54:00 41 -#> 8624 25 A69-1303-555 13295 2017-03-08 20:56:00 41 -#> 8625 25 A69-1303-555 13297 2017-03-08 20:58:00 41 -#> 8626 25 A69-1303-555 13298 2017-03-08 21:00:00 41 -#> 8627 25 A69-1303-555 13299 2017-03-08 21:02:00 41 -#> 8628 25 A69-1303-555 13300 2017-03-08 21:28:00 41 -#> 8629 25 A69-1303-555 13301 2017-03-08 21:36:00 41 -#> 8630 25 A69-1303-555 13302 2017-03-08 21:48:00 41 -#> 8631 25 A69-1303-555 13305 2017-03-08 21:50:00 41 -#> 8632 25 A69-1303-555 13307 2017-03-08 21:52:00 41 -#> 8633 25 A69-1303-555 13309 2017-03-08 21:54:00 41 -#> 8634 25 A69-1303-555 13310 2017-03-08 21:56:00 41 -#> 8635 25 A69-1303-555 13312 2017-03-08 21:58:00 41 -#> 8636 25 A69-1303-555 13315 2017-03-08 22:00:00 41 -#> 8637 25 A69-1303-555 13316 2017-03-08 22:02:00 41 -#> 8638 25 A69-1303-555 13317 2017-03-08 22:04:00 41 -#> 8639 25 A69-1303-555 13319 2017-03-08 22:06:00 41 -#> 8640 25 A69-1303-555 13321 2017-03-08 22:08:00 41 -#> 8641 25 A69-1303-555 13323 2017-03-08 22:30:00 41 -#> 8642 25 A69-1303-555 13324 2017-03-08 22:50:00 41 -#> 8643 25 A69-1303-555 13325 2017-03-08 22:52:00 41 -#> 8644 25 A69-1303-555 13326 2017-03-08 22:56:00 41 -#> 8645 25 A69-1303-555 13327 2017-03-08 22:58:00 41 -#> 8646 25 A69-1303-555 13328 2017-03-08 23:00:00 41 -#> 8647 25 A69-1303-555 13331 2017-03-08 23:02:00 41 -#> 8648 25 A69-1303-555 13332 2017-03-08 23:04:00 41 -#> 8649 25 A69-1303-555 13334 2017-03-08 23:06:00 41 -#> 8650 25 A69-1303-555 13335 2017-03-08 23:08:00 41 -#> 8651 25 A69-1303-555 13337 2017-03-08 23:12:00 41 -#> 8652 25 A69-1303-555 13338 2017-03-08 23:14:00 41 -#> 8653 25 A69-1303-555 13339 2017-03-08 23:16:00 41 -#> 8654 25 A69-1303-555 13340 2017-03-08 23:20:00 41 -#> 8655 25 A69-1303-555 13341 2017-03-08 23:22:00 41 -#> 8656 25 A69-1303-555 13342 2017-03-08 23:24:00 41 -#> 8657 25 A69-1303-555 13343 2017-03-08 23:48:00 47 -#> 8658 25 A69-1303-555 13345 2017-03-08 23:50:00 47 -#> 8659 25 A69-1303-555 13347 2017-03-08 23:52:00 47 -#> 8660 25 A69-1303-555 13349 2017-03-08 23:54:00 47 -#> 8661 25 A69-1303-555 13351 2017-03-08 23:56:00 47 -#> 8662 25 A69-1303-555 13352 2017-03-09 00:06:00 47 -#> 8663 25 A69-1303-555 13353 2017-03-09 00:08:00 47 -#> 8664 25 A69-1303-555 13354 2017-03-09 03:08:00 47 -#> 8665 25 A69-1303-555 13357 2017-03-09 03:12:00 47 -#> 8666 25 A69-1303-555 13358 2017-03-09 03:14:00 47 -#> 8667 25 A69-1303-555 13360 2017-03-09 03:20:00 47 -#> 8668 25 A69-1303-555 13362 2017-03-09 03:22:00 47 -#> 8669 25 A69-1303-555 13364 2017-03-09 03:24:00 47 -#> 8670 25 A69-1303-555 13366 2017-03-09 03:26:00 47 -#> 8671 25 A69-1303-555 13367 2017-03-09 03:28:00 47 -#> 8672 25 A69-1303-555 13369 2017-03-09 03:30:00 47 -#> 8673 25 A69-1303-555 13370 2017-03-09 03:32:00 47 -#> 8674 25 A69-1303-555 13372 2017-03-09 03:34:00 47 -#> 8675 25 A69-1303-555 13373 2017-03-09 03:36:00 47 -#> 8676 25 A69-1303-555 13376 2017-03-09 03:38:00 47 -#> 8677 25 A69-1303-555 13377 2017-03-09 03:40:00 47 -#> 8678 25 A69-1303-555 13379 2017-03-09 03:42:00 47 -#> 8679 25 A69-1303-555 13381 2017-03-09 03:44:00 47 -#> 8680 25 A69-1303-555 13382 2017-03-09 03:46:00 47 -#> 8681 25 A69-1303-555 13384 2017-03-09 03:48:00 47 -#> 8682 25 A69-1303-555 13385 2017-03-09 03:50:00 47 -#> 8683 25 A69-1303-555 13386 2017-03-09 03:52:00 47 -#> 8684 25 A69-1303-555 13387 2017-03-09 03:54:00 47 -#> 8685 25 A69-1303-555 13389 2017-03-09 03:56:00 47 -#> 8686 25 A69-1303-555 13391 2017-03-09 03:58:00 47 -#> 8687 25 A69-1303-555 13393 2017-03-09 13:50:00 47 -#> 8688 25 A69-1303-555 13394 2017-03-09 13:58:00 47 -#> 8689 25 A69-1303-555 13395 2017-03-09 14:10:00 47 -#> 8690 25 A69-1303-555 13397 2017-03-09 14:16:00 47 -#> 8691 25 A69-1303-555 13398 2017-03-09 14:26:00 47 -#> 8692 25 A69-1303-555 13399 2017-03-09 14:34:00 47 -#> 8693 25 A69-1303-555 13400 2017-03-10 21:12:00 50 -#> 8694 25 A69-1303-555 13402 2017-03-10 21:14:00 50 -#> 8695 25 A69-1303-555 13403 2017-03-10 21:22:00 51 -#> 8696 25 A69-1303-555 13404 2017-03-10 21:26:00 50 -#> 8697 25 A69-1303-555 13405 2017-03-10 21:26:00 51 -#> 8698 25 A69-1303-555 13406 2017-03-10 21:28:00 51 -#> 8699 25 A69-1303-555 13407 2017-03-10 21:32:00 50 -#> 8700 25 A69-1303-555 13408 2017-03-10 21:32:00 51 -#> 8701 25 A69-1303-555 13410 2017-03-10 21:34:00 51 -#> 8702 25 A69-1303-555 13412 2017-03-10 21:38:00 51 -#> 8703 25 A69-1303-555 13413 2017-03-10 21:40:00 51 -#> 8704 25 A69-1303-555 13414 2017-03-11 02:38:00 51 -#> 8705 25 A69-1303-555 13415 2017-03-11 02:40:00 51 -#> 8706 25 A69-1303-555 13416 2017-03-11 02:44:00 51 -#> 8707 25 A69-1303-555 13417 2017-03-11 05:04:00 51 -#> 8708 25 A69-1303-555 13418 2017-03-11 05:10:00 51 -#> 8709 25 A69-1303-555 13419 2017-03-11 05:12:00 51 -#> 8710 25 A69-1303-555 13420 2017-03-11 05:14:00 51 -#> 8711 25 A69-1303-555 13423 2017-03-11 05:16:00 51 -#> 8712 25 A69-1303-555 13424 2017-03-11 05:24:00 51 -#> 8713 25 A69-1303-555 13425 2017-03-11 05:26:00 51 -#> 8714 25 A69-1303-555 13426 2017-03-11 05:28:00 51 -#> 8715 25 A69-1303-555 13428 2017-03-11 05:32:00 51 -#> 8716 25 A69-1303-555 13430 2017-03-11 05:36:00 51 -#> 8717 25 A69-1303-555 13432 2017-03-11 05:38:00 51 -#> 8718 25 A69-1303-555 13434 2017-03-11 05:40:00 51 -#> 8719 25 A69-1303-555 13435 2017-03-11 05:42:00 51 -#> 8720 25 A69-1303-555 13436 2017-03-11 05:44:00 51 -#> 8721 25 A69-1303-555 13438 2017-03-11 05:46:00 51 -#> 8722 25 A69-1303-555 13439 2017-03-11 05:48:00 51 -#> 8723 25 A69-1303-555 13441 2017-03-11 05:50:00 51 -#> 8724 25 A69-1303-555 13442 2017-03-11 05:52:00 51 -#> 8725 25 A69-1303-555 13443 2017-03-11 05:58:00 51 -#> 8726 25 A69-1303-555 13445 2017-03-11 06:00:00 51 -#> 8727 25 A69-1303-555 13446 2017-03-11 06:04:00 51 -#> 8728 25 A69-1303-555 13447 2017-03-11 06:06:00 51 -#> 8729 25 A69-1303-555 13449 2017-03-11 06:08:00 51 -#> 8730 25 A69-1303-555 13452 2017-03-11 06:34:00 51 -#> 8731 25 A69-1303-555 13454 2017-03-12 07:48:00 45 -#> 8732 25 A69-1303-555 13455 2017-03-12 07:56:00 45 -#> 8733 25 A69-1303-555 13457 2017-03-12 07:58:00 45 -#> 8734 25 A69-1303-555 13458 2017-03-12 08:00:00 45 -#> 8735 25 A69-1303-555 13460 2017-03-12 08:02:00 45 -#> 8736 25 A69-1303-555 13461 2017-03-12 08:04:00 45 -#> 8737 25 A69-1303-555 13462 2017-03-12 08:06:00 45 -#> 8738 25 A69-1303-555 13465 2017-03-12 08:08:00 45 -#> 8739 25 A69-1303-555 13466 2017-03-12 08:10:00 45 -#> 8740 25 A69-1303-555 13468 2017-03-12 08:12:00 45 -#> 8741 25 A69-1303-555 13469 2017-03-12 08:14:00 45 -#> 8742 25 A69-1303-555 13470 2017-03-12 08:16:00 45 -#> 8743 25 A69-1303-555 13472 2017-03-12 08:18:00 45 -#> 8744 25 A69-1303-555 13473 2017-03-12 08:22:00 45 -#> 8745 25 A69-1303-555 13474 2017-03-12 08:26:00 45 -#> 8746 25 A69-1303-555 13475 2017-03-12 08:28:00 45 -#> 8747 25 A69-1303-555 13476 2017-03-12 08:30:00 45 -#> 8748 25 A69-1303-555 13478 2017-03-12 08:32:00 45 -#> 8749 25 A69-1303-555 13479 2017-03-12 08:34:00 45 -#> 8750 25 A69-1303-555 13481 2017-03-12 08:36:00 45 -#> 8751 25 A69-1303-555 13482 2017-03-12 08:38:00 45 -#> 8752 25 A69-1303-555 13483 2017-03-12 08:40:00 45 -#> 8753 25 A69-1303-555 13485 2017-03-12 08:42:00 45 -#> 8754 25 A69-1303-555 13486 2017-03-12 08:44:00 45 -#> 8755 25 A69-1303-555 13488 2017-03-12 08:48:00 45 -#> 8756 25 A69-1303-555 13489 2017-03-12 08:52:00 45 -#> 8757 25 A69-1303-555 13491 2017-03-12 08:56:00 45 -#> 8758 25 A69-1303-555 13492 2017-03-12 09:00:00 45 -#> 8759 25 A69-1303-555 13494 2017-03-12 09:04:00 45 -#> 8760 25 A69-1303-555 13496 2017-03-12 09:16:00 45 -#> 8761 25 A69-1303-555 13498 2017-03-12 09:20:00 45 -#> 8762 25 A69-1303-555 13499 2017-03-12 09:22:00 45 -#> 8763 25 A69-1303-555 13500 2017-03-12 09:26:00 45 -#> 8764 25 A69-1303-555 13501 2017-03-12 09:28:00 45 -#> 8765 25 A69-1303-555 13502 2017-03-12 09:30:00 45 -#> 8766 25 A69-1303-555 13503 2017-03-12 09:32:00 45 -#> 8767 25 A69-1303-555 13504 2017-03-12 09:34:00 45 -#> 8768 25 A69-1303-555 13505 2017-03-12 09:36:00 45 -#> 8769 25 A69-1303-555 13506 2017-03-12 09:38:00 45 -#> 8770 25 A69-1303-555 13507 2017-03-12 09:48:00 45 -#> 8771 25 A69-1303-555 13509 2017-03-12 09:50:00 45 -#> 8772 25 A69-1303-555 13511 2017-03-12 09:52:00 45 -#> 8773 25 A69-1303-555 13512 2017-03-12 09:58:00 45 -#> 8774 25 A69-1303-555 13513 2017-03-12 10:00:00 45 -#> 8775 25 A69-1303-555 13515 2017-03-12 10:02:00 45 -#> 8776 25 A69-1303-555 13516 2017-03-12 10:06:00 45 -#> 8777 25 A69-1303-555 13518 2017-03-12 10:08:00 45 -#> 8778 25 A69-1303-555 13519 2017-03-12 10:10:00 45 -#> 8779 25 A69-1303-555 13520 2017-03-12 10:12:00 45 -#> 8780 25 A69-1303-555 13522 2017-03-12 10:16:00 45 -#> 8781 25 A69-1303-555 13524 2017-03-12 10:18:00 45 -#> 8782 25 A69-1303-555 13525 2017-03-12 10:20:00 45 -#> 8783 25 A69-1303-555 13527 2017-03-12 10:22:00 45 -#> 8784 25 A69-1303-555 13529 2017-03-12 10:24:00 45 -#> 8785 25 A69-1303-555 13531 2017-03-12 10:26:00 45 -#> 8786 25 A69-1303-555 13533 2017-03-12 10:28:00 45 -#> 8787 25 A69-1303-555 13534 2017-03-12 10:30:00 45 -#> 8788 25 A69-1303-555 13536 2017-03-12 10:32:00 45 -#> 8789 25 A69-1303-555 13538 2017-03-12 10:34:00 45 -#> 8790 25 A69-1303-555 13539 2017-03-12 10:36:00 45 -#> 8791 25 A69-1303-555 13541 2017-03-12 10:38:00 45 -#> 8792 25 A69-1303-555 13543 2017-03-12 10:40:00 45 -#> 8793 25 A69-1303-555 13545 2017-03-12 10:42:00 45 -#> 8794 25 A69-1303-555 13547 2017-03-12 10:44:00 45 -#> 8795 25 A69-1303-555 13549 2017-03-12 10:46:00 45 -#> 8796 25 A69-1303-555 13551 2017-03-12 10:48:00 45 -#> 8797 25 A69-1303-555 13552 2017-03-12 10:50:00 45 -#> 8798 25 A69-1303-555 13553 2017-03-12 10:52:00 45 -#> 8799 25 A69-1303-555 13554 2017-03-12 10:54:00 45 -#> 8800 25 A69-1303-555 13556 2017-03-12 10:56:00 45 -#> 8801 25 A69-1303-555 13558 2017-03-12 10:58:00 45 -#> 8802 25 A69-1303-555 13559 2017-03-12 11:00:00 45 -#> 8803 25 A69-1303-555 13562 2017-03-12 11:02:00 45 -#> 8804 25 A69-1303-555 13564 2017-03-12 11:04:00 45 -#> 8805 25 A69-1303-555 13566 2017-03-12 11:06:00 45 -#> 8806 25 A69-1303-555 13567 2017-03-12 11:08:00 45 -#> 8807 25 A69-1303-555 13569 2017-03-12 11:10:00 45 -#> 8808 25 A69-1303-555 13570 2017-03-12 11:12:00 45 -#> 8809 25 A69-1303-555 13573 2017-03-12 11:14:00 45 -#> 8810 25 A69-1303-555 13574 2017-03-12 11:16:00 45 -#> 8811 25 A69-1303-555 13576 2017-03-12 11:18:00 45 -#> 8812 25 A69-1303-555 13578 2017-03-12 11:20:00 45 -#> 8813 25 A69-1303-555 13580 2017-03-12 11:22:00 45 -#> 8814 25 A69-1303-555 13582 2017-03-12 11:24:00 45 -#> 8815 25 A69-1303-555 13583 2017-03-12 11:26:00 45 -#> 8816 25 A69-1303-555 13584 2017-03-12 11:28:00 45 -#> 8817 25 A69-1303-555 13587 2017-03-12 11:30:00 45 -#> 8818 25 A69-1303-555 13589 2017-03-12 11:32:00 45 -#> 8819 25 A69-1303-555 13590 2017-03-12 11:34:00 45 -#> 8820 25 A69-1303-555 13592 2017-03-12 11:36:00 45 -#> 8821 25 A69-1303-555 13593 2017-03-12 11:38:00 45 -#> 8822 25 A69-1303-555 13594 2017-03-12 11:40:00 45 -#> 8823 25 A69-1303-555 13595 2017-03-12 11:48:00 45 -#> 8824 25 A69-1303-555 13596 2017-03-12 11:50:00 45 -#> 8825 25 A69-1303-555 13597 2017-03-12 11:52:00 45 -#> 8826 25 A69-1303-555 13598 2017-03-12 12:04:00 45 -#> 8827 25 A69-1303-555 13599 2017-03-12 12:08:00 45 -#> 8828 25 A69-1303-555 13600 2017-03-12 12:12:00 45 -#> 8829 25 A69-1303-555 13601 2017-03-12 12:18:00 45 -#> 8830 25 A69-1303-555 13602 2017-03-12 12:28:00 45 -#> 8831 25 A69-1303-555 13603 2017-03-12 12:32:00 45 -#> 8832 25 A69-1303-555 13604 2017-03-12 12:36:00 45 -#> 8833 25 A69-1303-555 13605 2017-03-12 12:42:00 45 -#> 8834 25 A69-1303-555 13606 2017-03-12 12:48:00 45 -#> 8835 25 A69-1303-555 13607 2017-03-12 12:50:00 45 -#> 8836 25 A69-1303-555 13609 2017-03-12 12:52:00 45 -#> 8837 25 A69-1303-555 13610 2017-03-12 12:54:00 45 -#> 8838 25 A69-1303-555 13611 2017-03-12 12:56:00 45 -#> 8839 25 A69-1303-555 13612 2017-03-12 13:00:00 45 -#> 8840 25 A69-1303-555 13613 2017-03-12 13:02:00 45 -#> 8841 25 A69-1303-555 13615 2017-03-12 13:06:00 45 -#> 8842 25 A69-1303-555 13616 2017-03-12 13:08:00 45 -#> 8843 25 A69-1303-555 13618 2017-03-12 13:10:00 45 -#> 8844 25 A69-1303-555 13619 2017-03-12 13:12:00 45 -#> 8845 25 A69-1303-555 13620 2017-03-12 13:16:00 45 -#> 8846 25 A69-1303-555 13621 2017-03-12 13:18:00 45 -#> 8847 25 A69-1303-555 13623 2017-03-12 13:20:00 45 -#> 8848 25 A69-1303-555 13625 2017-03-12 13:22:00 45 -#> 8849 25 A69-1303-555 13627 2017-03-12 13:24:00 45 -#> 8850 25 A69-1303-555 13629 2017-03-12 13:26:00 45 -#> 8851 25 A69-1303-555 13630 2017-03-12 13:28:00 45 -#> 8852 25 A69-1303-555 13631 2017-03-12 13:32:00 45 -#> 8853 25 A69-1303-555 13632 2017-03-12 13:34:00 45 -#> 8854 25 A69-1303-555 13633 2017-03-12 13:36:00 45 -#> 8855 25 A69-1303-555 13634 2017-03-12 13:38:00 45 -#> 8856 25 A69-1303-555 13636 2017-03-12 13:40:00 45 -#> 8857 25 A69-1303-555 13637 2017-03-12 13:42:00 45 -#> 8858 25 A69-1303-555 13639 2017-03-12 13:44:00 45 -#> 8859 25 A69-1303-555 13642 2017-03-12 13:46:00 45 -#> 8860 25 A69-1303-555 13643 2017-03-12 13:48:00 45 -#> 8861 25 A69-1303-555 13646 2017-03-12 13:50:00 45 -#> 8862 25 A69-1303-555 13647 2017-03-12 13:52:00 45 -#> 8863 25 A69-1303-555 13649 2017-03-12 13:54:00 45 -#> 8864 25 A69-1303-555 13650 2017-03-12 13:56:00 45 -#> 8865 25 A69-1303-555 13652 2017-03-12 13:58:00 45 -#> 8866 25 A69-1303-555 13653 2017-03-12 14:00:00 45 -#> 8867 25 A69-1303-555 13655 2017-03-12 14:02:00 45 -#> 8868 25 A69-1303-555 13657 2017-03-12 14:04:00 45 -#> 8869 25 A69-1303-555 13659 2017-03-12 14:06:00 45 -#> 8870 25 A69-1303-555 13661 2017-03-12 14:08:00 45 -#> 8871 25 A69-1303-555 13662 2017-03-12 14:10:00 45 -#> 8872 25 A69-1303-555 13665 2017-03-12 14:12:00 45 -#> 8873 25 A69-1303-555 13666 2017-03-12 14:14:00 45 -#> 8874 25 A69-1303-555 13668 2017-03-12 14:16:00 45 -#> 8875 25 A69-1303-555 13670 2017-03-12 14:18:00 45 -#> 8876 25 A69-1303-555 13672 2017-03-12 14:20:00 45 -#> 8877 25 A69-1303-555 13674 2017-03-12 14:24:00 45 -#> 8878 25 A69-1303-555 13676 2017-03-12 14:26:00 45 -#> 8879 25 A69-1303-555 13678 2017-03-12 14:28:00 45 -#> 8880 25 A69-1303-555 13679 2017-03-12 14:30:00 45 -#> 8881 25 A69-1303-555 13681 2017-03-12 14:32:00 45 -#> 8882 25 A69-1303-555 13682 2017-03-12 14:34:00 45 -#> 8883 25 A69-1303-555 13684 2017-03-12 14:36:00 45 -#> 8884 25 A69-1303-555 13686 2017-03-12 14:38:00 45 -#> 8885 25 A69-1303-555 13688 2017-03-12 14:40:00 45 -#> 8886 25 A69-1303-555 13689 2017-03-12 14:44:00 45 -#> 8887 25 A69-1303-555 13691 2017-03-12 14:46:00 45 -#> 8888 25 A69-1303-555 13692 2017-03-12 14:48:00 45 -#> 8889 25 A69-1303-555 13694 2017-03-12 14:52:00 45 -#> 8890 25 A69-1303-555 13695 2017-03-12 14:54:00 45 -#> 8891 25 A69-1303-555 13697 2017-03-12 14:58:00 45 -#> 8892 25 A69-1303-555 13699 2017-03-12 15:00:00 45 -#> 8893 25 A69-1303-555 13700 2017-03-12 15:02:00 45 -#> 8894 25 A69-1303-555 13702 2017-03-12 15:12:00 45 -#> 8895 25 A69-1303-555 13703 2017-03-12 15:14:00 45 -#> 8896 25 A69-1303-555 13704 2017-03-12 15:16:00 45 -#> 8897 25 A69-1303-555 13705 2017-03-12 15:18:00 45 -#> 8898 25 A69-1303-555 13706 2017-03-12 15:20:00 45 -#> 8899 25 A69-1303-555 13707 2017-03-12 15:22:00 45 -#> 8900 25 A69-1303-555 13708 2017-03-12 15:28:00 45 -#> 8901 25 A69-1303-555 13709 2017-03-12 15:34:00 45 -#> 8902 25 A69-1303-555 13711 2017-03-12 15:36:00 45 -#> 8903 25 A69-1303-555 13712 2017-03-12 15:40:00 45 -#> 8904 25 A69-1303-555 13713 2017-03-12 15:42:00 45 -#> 8905 25 A69-1303-555 13714 2017-03-12 15:50:00 45 -#> 8906 25 A69-1303-555 13715 2017-03-12 15:56:00 45 -#> 8907 25 A69-1303-555 13717 2017-03-12 15:58:00 45 -#> 8908 25 A69-1303-555 13719 2017-03-12 16:04:00 45 -#> 8909 25 A69-1303-555 13720 2017-03-12 16:06:00 45 -#> 8910 25 A69-1303-555 13721 2017-03-12 16:08:00 45 -#> 8911 25 A69-1303-555 13722 2017-03-12 16:10:00 45 -#> 8912 25 A69-1303-555 13723 2017-03-12 16:12:00 45 -#> 8913 25 A69-1303-555 13724 2017-03-12 16:16:00 45 -#> 8914 25 A69-1303-555 13725 2017-03-12 16:18:00 45 -#> 8915 25 A69-1303-555 13726 2017-03-12 16:20:00 45 -#> 8916 25 A69-1303-555 13727 2017-03-12 16:22:00 45 -#> 8917 25 A69-1303-555 13729 2017-03-12 16:24:00 45 -#> 8918 25 A69-1303-555 13730 2017-03-12 16:26:00 45 -#> 8919 25 A69-1303-555 13731 2017-03-12 16:28:00 45 -#> 8920 25 A69-1303-555 13732 2017-03-12 16:30:00 45 -#> 8921 25 A69-1303-555 13734 2017-03-12 16:32:00 45 -#> 8922 25 A69-1303-555 13735 2017-03-12 16:34:00 45 -#> 8923 25 A69-1303-555 13736 2017-03-12 16:36:00 45 -#> 8924 25 A69-1303-555 13737 2017-03-12 16:38:00 45 -#> 8925 25 A69-1303-555 13740 2017-03-12 16:40:00 45 -#> 8926 25 A69-1303-555 13741 2017-03-12 16:42:00 45 -#> 8927 25 A69-1303-555 13743 2017-03-12 16:44:00 45 -#> 8928 25 A69-1303-555 13745 2017-03-12 16:46:00 45 -#> 8929 25 A69-1303-555 13747 2017-03-12 16:48:00 45 -#> 8930 25 A69-1303-555 13749 2017-03-12 16:50:00 45 -#> 8931 25 A69-1303-555 13750 2017-03-12 16:52:00 45 -#> 8932 25 A69-1303-555 13751 2017-03-12 16:56:00 45 -#> 8933 25 A69-1303-555 13752 2017-03-12 17:00:00 45 -#> 8934 25 A69-1303-555 13753 2017-03-12 17:02:00 45 -#> 8935 25 A69-1303-555 13754 2017-03-12 17:06:00 45 -#> 8936 25 A69-1303-555 13757 2017-03-12 17:08:00 45 -#> 8937 25 A69-1303-555 13759 2017-03-12 17:10:00 45 -#> 8938 25 A69-1303-555 13761 2017-03-12 17:12:00 45 -#> 8939 25 A69-1303-555 13762 2017-03-12 17:14:00 45 -#> 8940 25 A69-1303-555 13764 2017-03-12 17:16:00 45 -#> 8941 25 A69-1303-555 13765 2017-03-12 17:18:00 45 -#> 8942 25 A69-1303-555 13767 2017-03-12 17:20:00 45 -#> 8943 25 A69-1303-555 13768 2017-03-12 17:22:00 45 -#> 8944 25 A69-1303-555 13770 2017-03-12 17:24:00 45 -#> 8945 25 A69-1303-555 13772 2017-03-12 17:26:00 45 -#> 8946 25 A69-1303-555 13773 2017-03-12 17:28:00 45 -#> 8947 25 A69-1303-555 13774 2017-03-12 17:30:00 45 -#> 8948 25 A69-1303-555 13777 2017-03-12 17:32:00 45 -#> 8949 25 A69-1303-555 13779 2017-03-12 17:34:00 45 -#> 8950 25 A69-1303-555 13780 2017-03-12 17:36:00 45 -#> 8951 25 A69-1303-555 13782 2017-03-12 17:38:00 45 -#> 8952 25 A69-1303-555 13783 2017-03-12 17:42:00 45 -#> 8953 25 A69-1303-555 13785 2017-03-12 17:44:00 45 -#> 8954 25 A69-1303-555 13787 2017-03-12 17:46:00 45 -#> 8955 25 A69-1303-555 13788 2017-03-12 17:48:00 45 -#> 8956 25 A69-1303-555 13789 2017-03-12 17:50:00 45 -#> 8957 25 A69-1303-555 13790 2017-03-14 08:44:00 49 -#> 8958 25 A69-1303-555 13792 2017-03-14 08:46:00 49 -#> 8959 25 A69-1303-555 13793 2017-03-14 12:24:00 49 -#> 8960 25 A69-1303-555 13794 2017-03-14 12:26:00 49 -#> 8961 25 A69-1303-555 13795 2017-03-14 12:28:00 49 -#> 8962 25 A69-1303-555 13796 2017-03-14 12:30:00 49 -#> 8963 25 A69-1303-555 13797 2017-03-14 12:32:00 49 -#> 8964 25 A69-1303-555 13799 2017-03-14 12:34:00 49 -#> 8965 25 A69-1303-555 13800 2017-03-14 12:36:00 49 -#> 8966 25 A69-1303-555 13801 2017-03-14 12:38:00 49 -#> 8967 25 A69-1303-555 13803 2017-03-14 12:40:00 49 -#> 8968 25 A69-1303-555 13804 2017-03-14 12:42:00 49 -#> 8969 25 A69-1303-555 13806 2017-03-14 12:44:00 49 -#> 8970 25 A69-1303-555 13807 2017-03-14 12:46:00 49 -#> 8971 25 A69-1303-555 13809 2017-03-14 12:48:00 49 -#> 8972 25 A69-1303-555 13810 2017-03-14 12:50:00 49 -#> 8973 25 A69-1303-555 13812 2017-03-14 12:52:00 49 -#> 8974 25 A69-1303-555 13814 2017-03-14 12:54:00 49 -#> 8975 25 A69-1303-555 13816 2017-03-14 12:56:00 49 -#> 8976 25 A69-1303-555 13817 2017-03-14 12:58:00 49 -#> 8977 25 A69-1303-555 13818 2017-03-14 13:00:00 49 -#> 8978 25 A69-1303-555 13820 2017-03-14 13:02:00 49 -#> 8979 25 A69-1303-555 13823 2017-03-14 13:04:00 49 -#> 8980 25 A69-1303-555 13826 2017-03-14 13:06:00 49 -#> 8981 25 A69-1303-555 13829 2017-03-14 13:08:00 49 -#> 8982 25 A69-1303-555 13831 2017-03-14 13:10:00 49 -#> 8983 25 A69-1303-555 13833 2017-03-14 13:12:00 49 -#> 8984 25 A69-1303-555 13834 2017-03-14 23:40:00 48 -#> 8985 25 A69-1303-555 13835 2017-03-14 23:42:00 48 -#> 8986 25 A69-1303-555 13836 2017-03-14 23:44:00 48 -#> 8987 25 A69-1303-555 13837 2017-03-14 23:46:00 48 -#> 8988 25 A69-1303-555 13839 2017-03-14 23:48:00 48 -#> 8989 25 A69-1303-555 13841 2017-03-14 23:52:00 48 -#> 8990 25 A69-1303-555 13843 2017-03-14 23:54:00 48 -#> 8991 25 A69-1303-555 13845 2017-03-15 00:00:00 48 -#> 8992 25 A69-1303-555 13846 2017-03-15 00:04:00 48 -#> 8993 25 A69-1303-555 13847 2017-03-15 00:06:00 48 -#> 8994 25 A69-1303-555 13848 2017-03-15 00:08:00 48 -#> 8995 25 A69-1303-555 13849 2017-03-15 00:30:00 49 -#> 8996 25 A69-1303-555 13851 2017-03-15 00:32:00 49 -#> 8997 25 A69-1303-555 13852 2017-03-15 00:34:00 49 -#> 8998 25 A69-1303-555 13855 2017-03-15 00:36:00 49 -#> 8999 25 A69-1303-555 13856 2017-03-15 00:38:00 49 -#> 9000 25 A69-1303-555 13857 2017-03-15 00:40:00 49 -#> 9001 25 A69-1303-555 13858 2017-03-15 00:42:00 49 -#> 9002 25 A69-1303-555 13860 2017-03-15 00:44:00 49 -#> 9003 25 A69-1303-555 13861 2017-03-15 00:46:00 49 -#> 9004 25 A69-1303-555 13862 2017-03-15 00:48:00 49 -#> 9005 25 A69-1303-555 13864 2017-03-15 00:50:00 49 -#> 9006 25 A69-1303-555 13866 2017-03-15 00:52:00 49 -#> 9007 25 A69-1303-555 13868 2017-03-15 00:54:00 49 -#> 9008 25 A69-1303-555 13870 2017-03-15 00:56:00 49 -#> 9009 25 A69-1303-555 13871 2017-03-15 00:58:00 49 -#> 9010 25 A69-1303-555 13873 2017-03-15 01:00:00 49 -#> 9011 25 A69-1303-555 13875 2017-03-15 01:02:00 49 -#> 9012 25 A69-1303-555 13876 2017-03-15 01:04:00 49 -#> 9013 25 A69-1303-555 13878 2017-03-15 01:06:00 49 -#> 9014 25 A69-1303-555 13879 2017-03-15 01:08:00 49 -#> 9015 25 A69-1303-555 13880 2017-03-15 01:10:00 49 -#> 9016 25 A69-1303-555 13882 2017-03-15 01:12:00 49 -#> 9017 25 A69-1303-555 13883 2017-03-15 01:14:00 49 -#> 9018 25 A69-1303-555 13885 2017-03-15 01:16:00 49 -#> 9019 25 A69-1303-555 13886 2017-03-15 01:18:00 49 -#> 9020 25 A69-1303-555 13887 2017-03-15 01:20:00 49 -#> 9021 25 A69-1303-555 13888 2017-03-15 01:28:00 49 -#> 9022 25 A69-1303-555 13889 2017-03-15 01:30:00 49 -#> 9023 25 A69-1303-555 13892 2017-03-15 01:32:00 49 -#> 9024 25 A69-1303-555 13893 2017-03-15 01:38:00 49 -#> 9025 25 A69-1303-555 13895 2017-03-15 01:40:00 49 -#> 9026 25 A69-1303-555 13897 2017-03-15 01:42:00 49 -#> 9027 25 A69-1303-555 13899 2017-03-15 01:48:00 49 -#> 9028 25 A69-1303-555 13900 2017-03-15 01:50:00 49 -#> 9029 25 A69-1303-555 13901 2017-03-15 01:52:00 49 -#> 9030 25 A69-1303-555 13902 2017-03-15 01:56:00 49 -#> 9031 25 A69-1303-555 13904 2017-03-15 01:58:00 49 -#> 9032 25 A69-1303-555 13905 2017-03-15 02:00:00 49 -#> 9033 25 A69-1303-555 13906 2017-03-15 02:04:00 49 -#> 9034 25 A69-1303-555 13909 2017-03-15 02:08:00 49 -#> 9035 25 A69-1303-555 13910 2017-03-15 02:10:00 49 -#> 9036 25 A69-1303-555 13911 2017-03-15 02:14:00 49 -#> 9037 25 A69-1303-555 13912 2017-03-15 02:22:00 49 -#> 9038 25 A69-1303-555 13913 2017-03-15 02:26:00 49 -#> 9039 25 A69-1303-555 13914 2017-03-16 09:54:00 45 -#> 9040 25 A69-1303-555 13915 2017-03-16 09:58:00 45 -#> 9041 25 A69-1303-555 13917 2017-03-16 10:00:00 45 -#> 9042 25 A69-1303-555 13919 2017-03-16 10:04:00 45 -#> 9043 25 A69-1303-555 13920 2017-03-16 10:06:00 45 -#> 9044 25 A69-1303-555 13922 2017-03-16 10:08:00 45 -#> 9045 25 A69-1303-555 13923 2017-03-16 10:10:00 45 -#> 9046 25 A69-1303-555 13925 2017-03-16 10:12:00 45 -#> 9047 25 A69-1303-555 13926 2017-03-16 10:14:00 45 -#> 9048 25 A69-1303-555 13928 2017-03-16 10:16:00 45 -#> 9049 25 A69-1303-555 13929 2017-03-16 10:18:00 45 -#> 9050 25 A69-1303-555 13930 2017-03-16 10:20:00 45 -#> 9051 25 A69-1303-555 13933 2017-03-16 10:24:00 45 -#> 9052 25 A69-1303-555 13934 2017-03-16 10:28:00 45 -#> 9053 25 A69-1303-555 13937 2017-03-16 10:30:00 45 -#> 9054 25 A69-1303-555 13938 2017-03-16 10:32:00 45 -#> 9055 25 A69-1303-555 13940 2017-03-16 10:34:00 45 -#> 9056 25 A69-1303-555 13942 2017-03-16 10:36:00 45 -#> 9057 25 A69-1303-555 13944 2017-03-16 10:38:00 45 -#> 9058 25 A69-1303-555 13945 2017-03-16 10:40:00 45 -#> 9059 25 A69-1303-555 13947 2017-03-16 10:42:00 45 -#> 9060 25 A69-1303-555 13949 2017-03-16 10:44:00 45 -#> 9061 25 A69-1303-555 13950 2017-03-16 10:46:00 45 -#> 9062 25 A69-1303-555 13952 2017-03-16 10:48:00 45 -#> 9063 25 A69-1303-555 13954 2017-03-16 10:50:00 45 -#> 9064 25 A69-1303-555 13957 2017-03-16 10:52:00 45 -#> 9065 25 A69-1303-555 13959 2017-03-16 10:54:00 45 -#> 9066 25 A69-1303-555 13961 2017-03-16 10:56:00 45 -#> 9067 25 A69-1303-555 13963 2017-03-16 10:58:00 45 -#> 9068 25 A69-1303-555 13965 2017-03-16 11:00:00 45 -#> 9069 25 A69-1303-555 13967 2017-03-16 11:02:00 45 -#> 9070 25 A69-1303-555 13969 2017-03-16 11:04:00 45 -#> 9071 25 A69-1303-555 13971 2017-03-16 11:06:00 45 -#> 9072 25 A69-1303-555 13972 2017-03-16 11:08:00 45 -#> 9073 25 A69-1303-555 13973 2017-03-16 11:10:00 45 -#> 9074 25 A69-1303-555 13975 2017-03-16 11:12:00 45 -#> 9075 25 A69-1303-555 13976 2017-03-16 11:14:00 45 -#> 9076 25 A69-1303-555 13979 2017-03-16 11:16:00 45 -#> 9077 25 A69-1303-555 13981 2017-03-16 11:18:00 45 -#> 9078 25 A69-1303-555 13984 2017-03-16 11:22:00 45 -#> 9079 25 A69-1303-555 13986 2017-03-16 11:24:00 45 -#> 9080 25 A69-1303-555 13988 2017-03-16 11:26:00 45 -#> 9081 25 A69-1303-555 13990 2017-03-16 11:28:00 45 -#> 9082 25 A69-1303-555 13992 2017-03-16 11:30:00 45 -#> 9083 25 A69-1303-555 13994 2017-03-16 11:32:00 45 -#> 9084 25 A69-1303-555 13995 2017-03-16 11:34:00 45 -#> 9085 25 A69-1303-555 13997 2017-03-16 11:36:00 45 -#> 9086 25 A69-1303-555 13999 2017-03-16 11:38:00 45 -#> 9087 25 A69-1303-555 14001 2017-03-16 11:40:00 45 -#> 9088 25 A69-1303-555 14003 2017-03-16 11:44:00 45 -#> 9089 25 A69-1303-555 14005 2017-03-16 11:46:00 45 -#> 9090 25 A69-1303-555 14007 2017-03-16 11:48:00 45 -#> 9091 25 A69-1303-555 14009 2017-03-16 11:50:00 45 -#> 9092 25 A69-1303-555 14011 2017-03-16 11:52:00 45 -#> 9093 25 A69-1303-555 14013 2017-03-16 11:54:00 45 -#> 9094 25 A69-1303-555 14014 2017-03-16 11:56:00 45 -#> 9095 25 A69-1303-555 14016 2017-03-16 11:58:00 45 -#> 9096 25 A69-1303-555 14017 2017-03-16 12:00:00 45 -#> 9097 25 A69-1303-555 14018 2017-03-16 12:02:00 45 -#> 9098 25 A69-1303-555 14021 2017-03-16 12:04:00 45 -#> 9099 25 A69-1303-555 14022 2017-03-16 12:06:00 45 -#> 9100 25 A69-1303-555 14023 2017-03-16 12:08:00 45 -#> 9101 25 A69-1303-555 14025 2017-03-16 12:10:00 45 -#> 9102 25 A69-1303-555 14026 2017-03-16 12:12:00 45 -#> 9103 25 A69-1303-555 14028 2017-03-16 12:14:00 45 -#> 9104 25 A69-1303-555 14031 2017-03-16 12:16:00 45 -#> 9105 25 A69-1303-555 14033 2017-03-16 12:22:00 45 -#> 9106 25 A69-1303-555 14034 2017-03-16 12:24:00 45 -#> 9107 25 A69-1303-555 14035 2017-03-16 12:26:00 45 -#> 9108 25 A69-1303-555 14037 2017-03-16 12:28:00 45 -#> 9109 25 A69-1303-555 14039 2017-03-16 12:30:00 45 -#> 9110 25 A69-1303-555 14041 2017-03-16 12:32:00 45 -#> 9111 25 A69-1303-555 14043 2017-03-16 12:34:00 45 -#> 9112 25 A69-1303-555 14045 2017-03-16 12:36:00 45 -#> 9113 25 A69-1303-555 14047 2017-03-16 12:38:00 45 -#> 9114 25 A69-1303-555 14050 2017-03-16 12:40:00 45 -#> 9115 25 A69-1303-555 14051 2017-03-16 12:42:00 45 -#> 9116 25 A69-1303-555 14052 2017-03-16 12:44:00 45 -#> 9117 25 A69-1303-555 14054 2017-03-16 12:46:00 45 -#> 9118 25 A69-1303-555 14055 2017-03-16 12:48:00 45 -#> 9119 25 A69-1303-555 14057 2017-03-16 12:50:00 45 -#> 9120 25 A69-1303-555 14059 2017-03-16 12:52:00 45 -#> 9121 25 A69-1303-555 14061 2017-03-16 12:54:00 45 -#> 9122 25 A69-1303-555 14063 2017-03-16 12:56:00 45 -#> 9123 25 A69-1303-555 14064 2017-03-16 12:58:00 45 -#> 9124 25 A69-1303-555 14067 2017-03-16 13:00:00 45 -#> 9125 25 A69-1303-555 14069 2017-03-16 13:02:00 45 -#> 9126 25 A69-1303-555 14070 2017-03-16 13:04:00 45 -#> 9127 25 A69-1303-555 14072 2017-03-16 13:06:00 45 -#> 9128 25 A69-1303-555 14074 2017-03-16 13:08:00 45 -#> 9129 25 A69-1303-555 14076 2017-03-16 13:10:00 45 -#> 9130 25 A69-1303-555 14077 2017-03-16 13:12:00 45 -#> 9131 25 A69-1303-555 14078 2017-03-16 13:14:00 45 -#> 9132 25 A69-1303-555 14080 2017-03-16 13:16:00 45 -#> 9133 25 A69-1303-555 14082 2017-03-16 13:18:00 45 -#> 9134 25 A69-1303-555 14084 2017-03-16 13:22:00 45 -#> 9135 25 A69-1303-555 14087 2017-03-16 13:24:00 45 -#> 9136 25 A69-1303-555 14088 2017-03-16 13:26:00 45 -#> 9137 25 A69-1303-555 14089 2017-03-16 13:28:00 45 -#> 9138 25 A69-1303-555 14092 2017-03-16 13:30:00 45 -#> 9139 25 A69-1303-555 14094 2017-03-16 13:32:00 45 -#> 9140 25 A69-1303-555 14097 2017-03-16 13:34:00 45 -#> 9141 25 A69-1303-555 14098 2017-03-16 13:36:00 45 -#> 9142 25 A69-1303-555 14099 2017-03-16 13:38:00 45 -#> 9143 25 A69-1303-555 14101 2017-03-16 13:40:00 45 -#> 9144 25 A69-1303-555 14103 2017-03-16 13:42:00 45 -#> 9145 25 A69-1303-555 14105 2017-03-16 13:44:00 45 -#> 9146 25 A69-1303-555 14107 2017-03-16 13:46:00 45 -#> 9147 25 A69-1303-555 14108 2017-03-16 13:48:00 45 -#> 9148 25 A69-1303-555 14110 2017-03-16 13:50:00 45 -#> 9149 25 A69-1303-555 14111 2017-03-16 13:52:00 45 -#> 9150 25 A69-1303-555 14112 2017-03-16 13:54:00 45 -#> 9151 25 A69-1303-555 14113 2017-03-16 13:56:00 45 -#> 9152 25 A69-1303-555 14114 2017-03-16 13:58:00 45 -#> 9153 25 A69-1303-555 14116 2017-03-16 14:08:00 45 -#> 9154 25 A69-1303-555 14117 2017-03-16 14:10:00 45 -#> 9155 25 A69-1303-555 14118 2017-03-16 14:12:00 45 -#> 9156 25 A69-1303-555 14119 2017-03-16 14:14:00 45 -#> 9157 25 A69-1303-555 14120 2017-03-16 14:18:00 45 -#> 9158 25 A69-1303-555 14121 2017-03-16 14:20:00 45 -#> 9159 25 A69-1303-555 14122 2017-03-16 14:22:00 45 -#> 9160 25 A69-1303-555 14123 2017-03-16 14:24:00 45 -#> 9161 25 A69-1303-555 14124 2017-03-16 14:28:00 45 -#> 9162 25 A69-1303-555 14125 2017-03-16 14:34:00 45 -#> 9163 25 A69-1303-555 14126 2017-03-16 14:36:00 45 -#> 9164 25 A69-1303-555 14127 2017-03-16 14:50:00 45 -#> 9165 25 A69-1303-555 14128 2017-03-16 14:52:00 45 -#> 9166 25 A69-1303-555 14129 2017-03-16 14:54:00 45 -#> 9167 25 A69-1303-555 14130 2017-03-16 15:10:00 45 -#> 9168 25 A69-1303-555 14131 2017-03-16 15:14:00 45 -#> 9169 25 A69-1303-555 14132 2017-03-16 15:16:00 45 -#> 9170 25 A69-1303-555 14133 2017-03-16 15:20:00 45 -#> 9171 25 A69-1303-555 14135 2017-03-16 15:24:00 45 -#> 9172 25 A69-1303-555 14136 2017-03-16 15:30:00 45 -#> 9173 25 A69-1303-555 14137 2017-03-16 15:32:00 45 -#> 9174 25 A69-1303-555 14138 2017-03-16 15:34:00 45 -#> 9175 25 A69-1303-555 14139 2017-03-16 15:36:00 45 -#> 9176 25 A69-1303-555 14141 2017-03-16 15:38:00 45 -#> 9177 25 A69-1303-555 14142 2017-03-16 15:40:00 45 -#> 9178 25 A69-1303-555 14144 2017-03-16 15:42:00 45 -#> 9179 25 A69-1303-555 14146 2017-03-16 15:44:00 45 -#> 9180 25 A69-1303-555 14147 2017-03-16 15:46:00 45 -#> 9181 25 A69-1303-555 14150 2017-03-16 15:48:00 45 -#> 9182 25 A69-1303-555 14151 2017-03-16 15:50:00 45 -#> 9183 25 A69-1303-555 14153 2017-03-16 15:52:00 45 -#> 9184 25 A69-1303-555 14154 2017-03-16 15:54:00 45 -#> 9185 25 A69-1303-555 14156 2017-03-16 15:56:00 45 -#> 9186 25 A69-1303-555 14158 2017-03-16 15:58:00 45 -#> 9187 25 A69-1303-555 14160 2017-03-16 16:00:00 45 -#> 9188 25 A69-1303-555 14161 2017-03-16 16:06:00 45 -#> 9189 25 A69-1303-555 14162 2017-03-16 16:08:00 45 -#> 9190 25 A69-1303-555 14163 2017-03-16 16:12:00 45 -#> 9191 25 A69-1303-555 14164 2017-03-16 16:18:00 45 -#> 9192 25 A69-1303-555 14165 2017-03-16 16:20:00 45 -#> 9193 25 A69-1303-555 14166 2017-03-16 16:22:00 45 -#> 9194 25 A69-1303-555 14167 2017-03-16 16:24:00 45 -#> 9195 25 A69-1303-555 14169 2017-03-16 16:26:00 45 -#> 9196 25 A69-1303-555 14171 2017-03-16 16:28:00 45 -#> 9197 25 A69-1303-555 14173 2017-03-16 16:30:00 45 -#> 9198 25 A69-1303-555 14175 2017-03-16 16:38:00 45 -#> 9199 25 A69-1303-555 14176 2017-03-16 16:42:00 45 -#> 9200 25 A69-1303-555 14177 2017-03-16 16:44:00 45 -#> 9201 25 A69-1303-555 14178 2017-03-18 17:16:00 47 -#> 9202 25 A69-1303-555 14179 2017-03-18 17:22:00 47 -#> 9203 25 A69-1303-555 14181 2017-03-18 17:24:00 47 -#> 9204 25 A69-1303-555 14183 2017-03-18 17:26:00 47 -#> 9205 25 A69-1303-555 14184 2017-03-18 17:28:00 47 -#> 9206 25 A69-1303-555 14185 2017-03-18 17:30:00 47 -#> 9207 25 A69-1303-555 14186 2017-03-18 17:32:00 47 -#> 9208 25 A69-1303-555 14187 2017-03-18 17:34:00 47 -#> 9209 25 A69-1303-555 14189 2017-03-18 17:36:00 47 -#> 9210 25 A69-1303-555 14191 2017-03-18 17:38:00 47 -#> 9211 25 A69-1303-555 14192 2017-03-18 17:40:00 47 -#> 9212 25 A69-1303-555 14194 2017-03-18 17:42:00 47 -#> 9213 25 A69-1303-555 14195 2017-03-18 17:44:00 47 -#> 9214 25 A69-1303-555 14196 2017-03-18 17:46:00 47 -#> 9215 25 A69-1303-555 14197 2017-03-18 17:48:00 47 -#> 9216 25 A69-1303-555 14198 2017-03-18 17:52:00 47 -#> 9217 25 A69-1303-555 14199 2017-03-18 17:58:00 47 -#> 9218 25 A69-1303-555 14200 2017-03-18 18:00:00 47 -#> 9219 25 A69-1303-555 14201 2017-03-18 18:04:00 47 -#> 9220 25 A69-1303-555 14202 2017-03-19 00:54:00 47 -#> 9221 25 A69-1303-555 14203 2017-03-19 00:56:00 47 -#> 9222 25 A69-1303-555 14206 2017-03-19 00:58:00 47 -#> 9223 25 A69-1303-555 14207 2017-03-19 01:00:00 47 -#> 9224 25 A69-1303-555 14209 2017-03-19 01:02:00 47 -#> 9225 25 A69-1303-555 14210 2017-03-19 01:18:00 47 -#> 9226 25 A69-1303-555 14212 2017-03-19 02:08:00 47 -#> 9227 25 A69-1303-555 14213 2017-03-19 02:10:00 47 -#> 9228 25 A69-1303-555 14214 2017-03-19 02:14:00 47 -#> 9229 25 A69-1303-555 14215 2017-03-19 02:22:00 47 -#> 9230 25 A69-1303-555 14216 2017-03-19 02:24:00 47 -#> 9231 25 A69-1303-555 14217 2017-03-19 02:28:00 47 -#> 9232 25 A69-1303-555 14218 2017-03-19 02:30:00 47 -#> 9233 25 A69-1303-555 14220 2017-03-19 02:32:00 47 -#> 9234 25 A69-1303-555 14221 2017-03-19 02:34:00 47 -#> 9235 25 A69-1303-555 14223 2017-03-19 02:36:00 47 -#> 9236 25 A69-1303-555 14225 2017-03-19 02:38:00 47 -#> 9237 25 A69-1303-555 14226 2017-03-19 02:40:00 47 -#> 9238 25 A69-1303-555 14228 2017-03-19 02:42:00 47 -#> 9239 25 A69-1303-555 14229 2017-03-19 02:44:00 47 -#> 9240 25 A69-1303-555 14230 2017-03-19 02:46:00 47 -#> 9241 25 A69-1303-555 14232 2017-03-19 02:48:00 47 -#> 9242 25 A69-1303-555 14233 2017-03-19 02:50:00 47 -#> 9243 25 A69-1303-555 14234 2017-03-19 02:52:00 47 -#> 9244 25 A69-1303-555 14235 2017-03-19 02:56:00 47 -#> 9245 25 A69-1303-555 14236 2017-03-19 02:58:00 47 -#> 9246 25 A69-1303-555 14239 2017-03-19 03:00:00 47 -#> 9247 25 A69-1303-555 14240 2017-03-19 03:02:00 47 -#> 9248 25 A69-1303-555 14243 2017-03-19 03:08:00 47 -#> 9249 25 A69-1303-555 14244 2017-03-19 03:10:00 47 -#> 9250 25 A69-1303-555 14245 2017-03-19 04:14:00 47 -#> 9251 25 A69-1303-555 14246 2017-03-19 04:16:00 47 -#> 9252 25 A69-1303-555 14247 2017-03-19 04:18:00 47 -#> 9253 25 A69-1303-555 14248 2017-03-19 04:30:00 47 -#> 9254 25 A69-1303-555 14249 2017-03-19 05:06:00 41 -#> 9255 25 A69-1303-555 14250 2017-03-19 05:24:00 41 -#> 9256 25 A69-1303-555 14251 2017-03-19 05:26:00 41 -#> 9257 25 A69-1303-555 14252 2017-03-19 05:30:00 41 -#> 9258 25 A69-1303-555 14253 2017-03-19 09:16:00 41 -#> 9259 25 A69-1303-555 14254 2017-03-19 09:20:00 41 -#> 9260 25 A69-1303-555 14256 2017-03-19 09:22:00 41 -#> 9261 25 A69-1303-555 14257 2017-03-19 09:24:00 41 -#> 9262 25 A69-1303-555 14259 2017-03-19 09:26:00 41 -#> 9263 25 A69-1303-555 14260 2017-03-19 09:28:00 41 -#> 9264 25 A69-1303-555 14262 2017-03-19 09:32:00 41 -#> 9265 25 A69-1303-555 14263 2017-03-19 09:38:00 41 -#> 9266 25 A69-1303-555 14264 2017-03-19 09:40:00 41 -#> 9267 25 A69-1303-555 14265 2017-03-19 09:44:00 41 -#> 9268 25 A69-1303-555 14266 2017-03-19 09:46:00 41 -#> 9269 25 A69-1303-555 14267 2017-03-19 09:56:00 41 -#> 9270 25 A69-1303-555 14268 2017-03-19 19:46:00 41 -#> 9271 25 A69-1303-555 14269 2017-03-19 19:54:00 41 -#> 9272 25 A69-1303-555 14271 2017-03-19 19:56:00 41 -#> 9273 25 A69-1303-555 14272 2017-03-19 20:14:00 41 -#> 9274 25 A69-1303-555 14273 2017-03-19 20:26:00 41 -#> 9275 25 A69-1303-555 14274 2017-03-19 20:28:00 41 -#> 9276 25 A69-1303-555 14275 2017-03-19 20:34:00 41 -#> 9277 25 A69-1303-555 14276 2017-03-19 21:06:00 41 -#> 9278 25 A69-1303-555 14278 2017-03-19 21:10:00 41 -#> 9279 25 A69-1303-555 14280 2017-03-19 21:12:00 41 -#> 9280 25 A69-1303-555 14281 2017-03-19 21:22:00 41 -#> 9281 25 A69-1303-555 14282 2017-03-19 21:24:00 41 -#> 9282 25 A69-1303-555 14284 2017-03-19 21:26:00 41 -#> 9283 25 A69-1303-555 14285 2017-03-19 21:28:00 41 -#> 9284 25 A69-1303-555 14287 2017-03-19 21:30:00 41 -#> 9285 25 A69-1303-555 14289 2017-03-19 21:32:00 41 -#> 9286 25 A69-1303-555 14291 2017-03-19 21:34:00 41 -#> 9287 25 A69-1303-555 14293 2017-03-19 22:28:00 41 -#> 9288 25 A69-1303-555 14294 2017-03-19 22:44:00 41 -#> 9289 25 A69-1303-555 14295 2017-03-19 22:46:00 41 -#> 9290 25 A69-1303-555 14296 2017-03-19 22:50:00 41 -#> 9291 25 A69-1303-555 14298 2017-03-19 22:52:00 41 -#> 9292 25 A69-1303-555 14299 2017-03-19 22:54:00 41 -#> 9293 25 A69-1303-555 14300 2017-03-19 22:56:00 41 -#> 9294 25 A69-1303-555 14301 2017-03-19 22:58:00 41 -#> 9295 25 A69-1303-555 14303 2017-03-19 23:00:00 41 -#> 9296 25 A69-1303-555 14304 2017-03-19 23:08:00 41 -#> 9297 25 A69-1303-555 14305 2017-03-19 23:10:00 41 -#> 9298 25 A69-1303-555 14307 2017-03-19 23:14:00 41 -#> 9299 25 A69-1303-555 14308 2017-03-19 23:16:00 41 -#> 9300 25 A69-1303-555 14309 2017-03-19 23:18:00 41 -#> 9301 25 A69-1303-555 14311 2017-03-19 23:20:00 41 -#> 9302 25 A69-1303-555 14312 2017-03-19 23:22:00 41 -#> 9303 25 A69-1303-555 14314 2017-03-19 23:24:00 41 -#> 9304 25 A69-1303-555 14316 2017-03-19 23:26:00 41 -#> 9305 25 A69-1303-555 14317 2017-03-19 23:28:00 41 -#> 9306 25 A69-1303-555 14318 2017-03-19 23:30:00 41 -#> 9307 25 A69-1303-555 14320 2017-03-19 23:32:00 41 -#> 9308 25 A69-1303-555 14322 2017-03-19 23:34:00 41 -#> 9309 25 A69-1303-555 14323 2017-03-19 23:36:00 41 -#> 9310 25 A69-1303-555 14325 2017-03-19 23:38:00 41 -#> 9311 25 A69-1303-555 14327 2017-03-19 23:40:00 41 -#> 9312 25 A69-1303-555 14328 2017-03-19 23:50:00 41 -#> 9313 25 A69-1303-555 14329 2017-03-19 23:54:00 41 -#> 9314 25 A69-1303-555 14330 2017-03-19 23:56:00 41 -#> 9315 25 A69-1303-555 14331 2017-03-19 23:58:00 41 -#> 9316 25 A69-1303-555 14333 2017-03-20 00:02:00 41 -#> 9317 25 A69-1303-555 14334 2017-03-20 00:04:00 41 -#> 9318 25 A69-1303-555 14335 2017-03-20 00:06:00 41 -#> 9319 25 A69-1303-555 14337 2017-03-20 00:08:00 41 -#> 9320 25 A69-1303-555 14340 2017-03-20 00:10:00 41 -#> 9321 25 A69-1303-555 14342 2017-03-20 00:12:00 41 -#> 9322 25 A69-1303-555 14343 2017-03-20 00:14:00 41 -#> 9323 25 A69-1303-555 14345 2017-03-20 00:16:00 41 -#> 9324 25 A69-1303-555 14347 2017-03-20 00:18:00 41 -#> 9325 25 A69-1303-555 14349 2017-03-20 00:20:00 41 -#> 9326 25 A69-1303-555 14351 2017-03-20 00:22:00 41 -#> 9327 25 A69-1303-555 14352 2017-03-20 00:24:00 41 -#> 9328 25 A69-1303-555 14353 2017-03-20 00:28:00 41 -#> 9329 25 A69-1303-555 14355 2017-03-20 00:30:00 41 -#> 9330 25 A69-1303-555 14358 2017-03-20 00:32:00 41 -#> 9331 25 A69-1303-555 14360 2017-03-20 00:34:00 41 -#> 9332 25 A69-1303-555 14361 2017-03-20 00:36:00 41 -#> 9333 25 A69-1303-555 14364 2017-03-20 00:38:00 41 -#> 9334 25 A69-1303-555 14366 2017-03-20 00:40:00 41 -#> 9335 25 A69-1303-555 14367 2017-03-20 00:42:00 41 -#> 9336 25 A69-1303-555 14369 2017-03-20 00:44:00 41 -#> 9337 25 A69-1303-555 14371 2017-03-20 00:48:00 47 -#> 9338 25 A69-1303-555 14372 2017-03-20 00:50:00 41 -#> 9339 25 A69-1303-555 14373 2017-03-20 00:54:00 47 -#> 9340 25 A69-1303-555 14374 2017-03-20 01:06:00 47 -#> 9341 25 A69-1303-555 14375 2017-03-20 01:06:00 41 -#> 9342 25 A69-1303-555 14376 2017-03-20 01:10:00 41 -#> 9343 25 A69-1303-555 14377 2017-03-20 01:12:00 41 -#> 9344 25 A69-1303-555 14378 2017-03-20 01:14:00 47 -#> 9345 25 A69-1303-555 14380 2017-03-20 01:18:00 47 -#> 9346 25 A69-1303-555 14381 2017-03-20 01:18:00 41 -#> 9347 25 A69-1303-555 14382 2017-03-20 01:20:00 47 -#> 9348 25 A69-1303-555 14383 2017-03-20 01:22:00 41 -#> 9349 25 A69-1303-555 14384 2017-03-20 01:22:00 47 -#> 9350 25 A69-1303-555 14386 2017-03-20 01:24:00 47 -#> 9351 25 A69-1303-555 14388 2017-03-20 01:24:00 41 -#> 9352 25 A69-1303-555 14389 2017-03-20 01:26:00 47 -#> 9353 25 A69-1303-555 14390 2017-03-20 01:28:00 47 -#> 9354 25 A69-1303-555 14392 2017-03-20 01:30:00 47 -#> 9355 25 A69-1303-555 14393 2017-03-20 01:32:00 41 -#> 9356 25 A69-1303-555 14394 2017-03-20 01:34:00 47 -#> 9357 25 A69-1303-555 14395 2017-03-20 01:36:00 47 -#> 9358 25 A69-1303-555 14396 2017-03-20 01:38:00 47 -#> 9359 25 A69-1303-555 14398 2017-03-20 01:40:00 47 -#> 9360 25 A69-1303-555 14399 2017-03-20 01:44:00 47 -#> 9361 25 A69-1303-555 14400 2017-03-20 01:46:00 47 -#> 9362 25 A69-1303-555 14401 2017-03-20 01:50:00 47 -#> 9363 25 A69-1303-555 14402 2017-03-20 02:14:00 47 -#> 9364 25 A69-1303-555 14403 2017-03-20 02:16:00 47 -#> 9365 25 A69-1303-555 14404 2017-03-20 02:18:00 47 -#> 9366 25 A69-1303-555 14406 2017-03-20 02:20:00 47 -#> 9367 25 A69-1303-555 14408 2017-03-20 02:22:00 47 -#> 9368 25 A69-1303-555 14409 2017-03-20 02:24:00 47 -#> 9369 25 A69-1303-555 14410 2017-03-22 14:46:00 51 -#> 9370 25 A69-1303-555 14412 2017-03-22 14:48:00 51 -#> 9371 25 A69-1303-555 14414 2017-03-22 14:50:00 51 -#> 9372 25 A69-1303-555 14416 2017-03-22 14:54:00 51 -#> 9373 25 A69-1303-555 14417 2017-03-22 14:56:00 51 -#> 9374 25 A69-1303-555 14418 2017-03-22 14:58:00 51 -#> 9375 25 A69-1303-555 14419 2017-03-22 15:00:00 51 -#> 9376 25 A69-1303-555 14420 2017-03-22 15:04:00 51 -#> 9377 25 A69-1303-555 14421 2017-03-22 16:24:00 50 -#> 9378 25 A69-1303-555 14422 2017-03-22 16:26:00 50 -#> 9379 25 A69-1303-555 14423 2017-03-23 03:48:00 45 -#> 9380 25 A69-1303-555 14424 2017-03-23 03:50:00 45 -#> 9381 25 A69-1303-555 14425 2017-03-23 03:52:00 45 -#> 9382 25 A69-1303-555 14426 2017-03-23 03:54:00 45 -#> 9383 25 A69-1303-555 14427 2017-03-23 03:56:00 45 -#> 9384 25 A69-1303-555 14429 2017-03-23 03:58:00 45 -#> 9385 25 A69-1303-555 14430 2017-03-23 04:00:00 45 -#> 9386 25 A69-1303-555 14432 2017-03-23 04:02:00 45 -#> 9387 25 A69-1303-555 14434 2017-03-23 04:04:00 45 -#> 9388 25 A69-1303-555 14435 2017-03-23 04:08:00 45 -#> 9389 25 A69-1303-555 14437 2017-03-23 04:10:00 45 -#> 9390 25 A69-1303-555 14439 2017-03-23 04:14:00 56 -#> 9391 25 A69-1303-555 14440 2017-03-23 04:16:00 45 -#> 9392 25 A69-1303-555 14441 2017-03-23 04:18:00 45 -#> 9393 25 A69-1303-555 14443 2017-03-23 04:20:00 45 -#> 9394 25 A69-1303-555 14444 2017-03-23 04:22:00 45 -#> 9395 25 A69-1303-555 14445 2017-03-23 04:22:00 56 -#> 9396 25 A69-1303-555 14447 2017-03-23 04:24:00 45 -#> 9397 25 A69-1303-555 14448 2017-03-23 04:24:00 56 -#> 9398 25 A69-1303-555 14450 2017-03-23 04:26:00 56 -#> 9399 25 A69-1303-555 14451 2017-03-23 04:26:00 45 -#> 9400 25 A69-1303-555 14452 2017-03-23 04:28:00 56 -#> 9401 25 A69-1303-555 14455 2017-03-23 04:28:00 45 -#> 9402 25 A69-1303-555 14456 2017-03-23 04:30:00 56 -#> 9403 25 A69-1303-555 14457 2017-03-23 04:32:00 56 -#> 9404 25 A69-1303-555 14458 2017-03-23 04:32:00 45 -#> 9405 25 A69-1303-555 14461 2017-03-23 04:34:00 45 -#> 9406 25 A69-1303-555 14463 2017-03-23 04:36:00 45 -#> 9407 25 A69-1303-555 14464 2017-03-23 04:38:00 45 -#> 9408 25 A69-1303-555 14465 2017-03-23 04:38:00 56 -#> 9409 25 A69-1303-555 14468 2017-03-23 04:40:00 45 -#> 9410 25 A69-1303-555 14469 2017-03-23 04:40:00 56 -#> 9411 25 A69-1303-555 14471 2017-03-23 04:42:00 45 -#> 9412 25 A69-1303-555 14472 2017-03-23 04:44:00 45 -#> 9413 25 A69-1303-555 14473 2017-03-23 04:44:00 56 -#> 9414 25 A69-1303-555 14474 2017-03-23 04:46:00 45 -#> 9415 25 A69-1303-555 14476 2017-03-23 04:48:00 45 -#> 9416 25 A69-1303-555 14478 2017-03-23 04:50:00 45 -#> 9417 25 A69-1303-555 14479 2017-03-23 04:52:00 45 -#> 9418 25 A69-1303-555 14481 2017-03-23 04:54:00 45 -#> 9419 25 A69-1303-555 14483 2017-03-23 04:58:00 45 -#> 9420 25 A69-1303-555 14484 2017-03-23 05:02:00 45 -#> 9421 25 A69-1303-555 14486 2017-03-23 05:04:00 45 -#> 9422 25 A69-1303-555 14487 2017-03-23 05:06:00 45 -#> 9423 25 A69-1303-555 14489 2017-03-23 05:08:00 45 -#> 9424 25 A69-1303-555 14490 2017-03-23 05:10:00 45 -#> 9425 25 A69-1303-555 14492 2017-03-23 05:12:00 45 -#> 9426 25 A69-1303-555 14493 2017-03-23 05:14:00 45 -#> 9427 25 A69-1303-555 14494 2017-03-23 05:16:00 45 -#> 9428 25 A69-1303-555 14496 2017-03-23 05:20:00 45 -#> 9429 25 A69-1303-555 14498 2017-03-23 05:22:00 45 -#> 9430 25 A69-1303-555 14501 2017-03-23 05:24:00 45 -#> 9431 25 A69-1303-555 14503 2017-03-23 05:26:00 45 -#> 9432 25 A69-1303-555 14505 2017-03-23 05:28:00 45 -#> 9433 25 A69-1303-555 14506 2017-03-23 05:30:00 45 -#> 9434 25 A69-1303-555 14508 2017-03-23 05:32:00 45 -#> 9435 25 A69-1303-555 14509 2017-03-23 05:34:00 45 -#> 9436 25 A69-1303-555 14511 2017-03-23 05:36:00 45 -#> 9437 25 A69-1303-555 14514 2017-03-23 05:38:00 45 -#> 9438 25 A69-1303-555 14515 2017-03-23 05:40:00 45 -#> 9439 25 A69-1303-555 14517 2017-03-23 05:44:00 45 -#> 9440 25 A69-1303-555 14518 2017-03-23 05:46:00 45 -#> 9441 25 A69-1303-555 14520 2017-03-23 05:48:00 45 -#> 9442 25 A69-1303-555 14522 2017-03-23 05:50:00 45 -#> 9443 25 A69-1303-555 14523 2017-03-23 05:52:00 45 -#> 9444 25 A69-1303-555 14525 2017-03-23 05:54:00 45 -#> 9445 25 A69-1303-555 14528 2017-03-23 05:56:00 45 -#> 9446 25 A69-1303-555 14530 2017-03-23 05:58:00 45 -#> 9447 25 A69-1303-555 14533 2017-03-23 06:00:00 45 -#> 9448 25 A69-1303-555 14535 2017-03-23 06:02:00 45 -#> 9449 25 A69-1303-555 14536 2017-03-23 06:04:00 45 -#> 9450 25 A69-1303-555 14538 2017-03-23 06:06:00 45 -#> 9451 25 A69-1303-555 14540 2017-03-23 06:08:00 45 -#> 9452 25 A69-1303-555 14541 2017-03-23 06:10:00 45 -#> 9453 25 A69-1303-555 14543 2017-03-23 06:12:00 45 -#> 9454 25 A69-1303-555 14546 2017-03-23 06:14:00 45 -#> 9455 25 A69-1303-555 14548 2017-03-23 06:16:00 45 -#> 9456 25 A69-1303-555 14550 2017-03-23 06:18:00 45 -#> 9457 25 A69-1303-555 14552 2017-03-23 06:20:00 45 -#> 9458 25 A69-1303-555 14554 2017-03-23 06:22:00 45 -#> 9459 25 A69-1303-555 14555 2017-03-23 06:24:00 45 -#> 9460 25 A69-1303-555 14557 2017-03-23 06:26:00 45 -#> 9461 25 A69-1303-555 14558 2017-03-23 06:28:00 45 -#> 9462 25 A69-1303-555 14560 2017-03-23 06:30:00 45 -#> 9463 25 A69-1303-555 14562 2017-03-23 06:32:00 45 -#> 9464 25 A69-1303-555 14564 2017-03-23 06:34:00 45 -#> 9465 25 A69-1303-555 14566 2017-03-23 06:38:00 45 -#> 9466 25 A69-1303-555 14568 2017-03-23 06:40:00 45 -#> 9467 25 A69-1303-555 14570 2017-03-23 06:42:00 45 -#> 9468 25 A69-1303-555 14572 2017-03-23 06:44:00 45 -#> 9469 25 A69-1303-555 14574 2017-03-23 06:46:00 45 -#> 9470 25 A69-1303-555 14576 2017-03-23 06:48:00 45 -#> 9471 25 A69-1303-555 14578 2017-03-23 06:52:00 45 -#> 9472 25 A69-1303-555 14579 2017-03-23 06:54:00 45 -#> 9473 25 A69-1303-555 14582 2017-03-23 06:56:00 45 -#> 9474 25 A69-1303-555 14583 2017-03-23 06:58:00 45 -#> 9475 25 A69-1303-555 14585 2017-03-23 07:00:00 45 -#> 9476 25 A69-1303-555 14587 2017-03-23 07:02:00 45 -#> 9477 25 A69-1303-555 14588 2017-03-23 07:04:00 45 -#> 9478 25 A69-1303-555 14589 2017-03-23 07:06:00 45 -#> 9479 25 A69-1303-555 14591 2017-03-23 07:08:00 45 -#> 9480 25 A69-1303-555 14592 2017-03-23 07:10:00 45 -#> 9481 25 A69-1303-555 14593 2017-03-23 07:12:00 45 -#> 9482 25 A69-1303-555 14595 2017-03-23 07:14:00 45 -#> 9483 25 A69-1303-555 14596 2017-03-23 07:16:00 45 -#> 9484 25 A69-1303-555 14597 2017-03-23 07:18:00 45 -#> 9485 25 A69-1303-555 14598 2017-03-23 07:20:00 45 -#> 9486 25 A69-1303-555 14599 2017-03-23 07:22:00 45 -#> 9487 25 A69-1303-555 14601 2017-03-23 07:24:00 45 -#> 9488 25 A69-1303-555 14603 2017-03-23 07:26:00 45 -#> 9489 25 A69-1303-555 14604 2017-03-23 07:28:00 45 -#> 9490 25 A69-1303-555 14606 2017-03-23 07:30:00 45 -#> 9491 25 A69-1303-555 14608 2017-03-23 07:32:00 45 -#> 9492 25 A69-1303-555 14609 2017-03-23 07:34:00 45 -#> 9493 25 A69-1303-555 14611 2017-03-23 07:36:00 45 -#> 9494 25 A69-1303-555 14613 2017-03-23 07:38:00 45 -#> 9495 25 A69-1303-555 14615 2017-03-23 07:40:00 45 -#> 9496 25 A69-1303-555 14616 2017-03-23 07:42:00 45 -#> 9497 25 A69-1303-555 14618 2017-03-23 07:44:00 45 -#> 9498 25 A69-1303-555 14619 2017-03-23 07:46:00 45 -#> 9499 25 A69-1303-555 14621 2017-03-23 07:48:00 45 -#> 9500 25 A69-1303-555 14622 2017-03-23 07:50:00 45 -#> 9501 25 A69-1303-555 14623 2017-03-23 07:52:00 45 -#> 9502 25 A69-1303-555 14625 2017-03-23 07:54:00 45 -#> 9503 25 A69-1303-555 14628 2017-03-23 07:56:00 45 -#> 9504 25 A69-1303-555 14630 2017-03-23 07:58:00 45 -#> 9505 25 A69-1303-555 14632 2017-03-23 08:00:00 45 -#> 9506 25 A69-1303-555 14634 2017-03-23 08:02:00 45 -#> 9507 25 A69-1303-555 14636 2017-03-23 08:04:00 45 -#> 9508 25 A69-1303-555 14637 2017-03-23 08:06:00 45 -#> 9509 25 A69-1303-555 14638 2017-03-23 08:08:00 45 -#> 9510 25 A69-1303-555 14641 2017-03-23 08:12:00 45 -#> 9511 25 A69-1303-555 14643 2017-03-23 08:14:00 45 -#> 9512 25 A69-1303-555 14645 2017-03-23 08:16:00 45 -#> 9513 25 A69-1303-555 14647 2017-03-23 08:18:00 45 -#> 9514 25 A69-1303-555 14649 2017-03-23 08:20:00 45 -#> 9515 25 A69-1303-555 14650 2017-03-23 08:22:00 45 -#> 9516 25 A69-1303-555 14651 2017-03-23 08:24:00 45 -#> 9517 25 A69-1303-555 14653 2017-03-23 08:26:00 45 -#> 9518 25 A69-1303-555 14655 2017-03-23 08:28:00 45 -#> 9519 25 A69-1303-555 14657 2017-03-23 08:30:00 45 -#> 9520 25 A69-1303-555 14659 2017-03-23 08:32:00 45 -#> 9521 25 A69-1303-555 14661 2017-03-23 08:34:00 45 -#> 9522 25 A69-1303-555 14663 2017-03-23 08:36:00 45 -#> 9523 25 A69-1303-555 14665 2017-03-23 08:38:00 45 -#> 9524 25 A69-1303-555 14666 2017-03-23 08:40:00 45 -#> 9525 25 A69-1303-555 14668 2017-03-23 08:42:00 45 -#> 9526 25 A69-1303-555 14670 2017-03-23 08:44:00 45 -#> 9527 25 A69-1303-555 14672 2017-03-23 08:46:00 45 -#> 9528 25 A69-1303-555 14674 2017-03-23 08:48:00 45 -#> 9529 25 A69-1303-555 14675 2017-03-23 08:50:00 45 -#> 9530 25 A69-1303-555 14676 2017-03-23 08:52:00 45 -#> 9531 25 A69-1303-555 14678 2017-03-23 08:54:00 45 -#> 9532 25 A69-1303-555 14679 2017-03-23 08:56:00 45 -#> 9533 25 A69-1303-555 14681 2017-03-23 08:58:00 45 -#> 9534 25 A69-1303-555 14682 2017-03-23 09:00:00 45 -#> 9535 25 A69-1303-555 14684 2017-03-23 09:02:00 45 -#> 9536 25 A69-1303-555 14686 2017-03-23 09:04:00 45 -#> 9537 25 A69-1303-555 14688 2017-03-23 09:06:00 45 -#> 9538 25 A69-1303-555 14690 2017-03-23 09:08:00 45 -#> 9539 25 A69-1303-555 14691 2017-03-23 09:18:00 45 -#> 9540 25 A69-1303-555 14692 2017-03-23 09:20:00 45 -#> 9541 25 A69-1303-555 14694 2017-03-23 09:26:00 45 -#> 9542 25 A69-1303-555 14696 2017-03-23 09:28:00 45 -#> 9543 25 A69-1303-555 14699 2017-03-23 09:30:00 45 -#> 9544 25 A69-1303-555 14700 2017-03-23 09:32:00 45 -#> 9545 25 A69-1303-555 14702 2017-03-23 09:34:00 45 -#> 9546 25 A69-1303-555 14703 2017-03-23 09:36:00 45 -#> 9547 25 A69-1303-555 14704 2017-03-23 09:40:00 45 -#> 9548 25 A69-1303-555 14705 2017-03-23 09:42:00 45 -#> 9549 25 A69-1303-555 14706 2017-03-23 09:44:00 45 -#> 9550 25 A69-1303-555 14708 2017-03-23 09:46:00 45 -#> 9551 25 A69-1303-555 14710 2017-03-23 09:48:00 45 -#> 9552 25 A69-1303-555 14711 2017-03-23 09:50:00 45 -#> 9553 25 A69-1303-555 14712 2017-03-23 09:52:00 45 -#> 9554 25 A69-1303-555 14713 2017-03-23 09:54:00 45 -#> 9555 25 A69-1303-555 14715 2017-03-23 09:56:00 45 -#> 9556 25 A69-1303-555 14717 2017-03-23 09:58:00 45 -#> 9557 25 A69-1303-555 14719 2017-03-23 10:00:00 45 -#> 9558 25 A69-1303-555 14721 2017-03-23 10:02:00 45 -#> 9559 25 A69-1303-555 14722 2017-03-23 10:04:00 45 -#> 9560 25 A69-1303-555 14724 2017-03-23 10:06:00 45 -#> 9561 25 A69-1303-555 14725 2017-03-23 10:12:00 45 -#> 9562 25 A69-1303-555 14727 2017-03-23 10:16:00 45 -#> 9563 25 A69-1303-555 14729 2017-03-23 10:18:00 45 -#> 9564 25 A69-1303-555 14731 2017-03-23 10:22:00 45 -#> 9565 25 A69-1303-555 14732 2017-03-23 10:24:00 45 -#> 9566 25 A69-1303-555 14734 2017-03-23 10:26:00 45 -#> 9567 25 A69-1303-555 14735 2017-03-23 10:28:00 45 -#> 9568 25 A69-1303-555 14737 2017-03-23 10:32:00 45 -#> 9569 25 A69-1303-555 14738 2017-03-23 10:34:00 45 -#> 9570 25 A69-1303-555 14740 2017-03-23 10:38:00 45 -#> 9571 25 A69-1303-555 14742 2017-03-23 10:40:00 45 -#> 9572 25 A69-1303-555 14744 2017-03-23 10:42:00 45 -#> 9573 25 A69-1303-555 14745 2017-03-23 10:46:00 45 -#> 9574 25 A69-1303-555 14746 2017-03-23 10:48:00 45 -#> 9575 25 A69-1303-555 14747 2017-03-23 10:50:00 45 -#> 9576 25 A69-1303-555 14748 2017-03-23 10:52:00 45 -#> 9577 25 A69-1303-555 14749 2017-03-23 10:56:00 45 -#> 9578 25 A69-1303-555 14752 2017-03-23 10:58:00 45 -#> 9579 25 A69-1303-555 14753 2017-03-23 11:00:00 45 -#> 9580 25 A69-1303-555 14755 2017-03-23 11:02:00 45 -#> 9581 25 A69-1303-555 14756 2017-03-23 11:06:00 45 -#> 9582 25 A69-1303-555 14758 2017-03-23 11:08:00 45 -#> 9583 25 A69-1303-555 14759 2017-03-23 11:10:00 45 -#> 9584 25 A69-1303-555 14760 2017-03-23 11:12:00 45 -#> 9585 25 A69-1303-555 14762 2017-03-23 11:16:00 45 -#> 9586 25 A69-1303-555 14764 2017-03-23 11:18:00 45 -#> 9587 25 A69-1303-555 14765 2017-03-23 11:22:00 45 -#> 9588 25 A69-1303-555 14766 2017-03-23 11:24:00 45 -#> 9589 25 A69-1303-555 14767 2017-03-23 11:26:00 45 -#> 9590 25 A69-1303-555 14768 2017-03-23 11:28:00 45 -#> 9591 25 A69-1303-555 14769 2017-03-23 11:34:00 45 -#> 9592 25 A69-1303-555 14772 2017-03-23 11:36:00 45 -#> 9593 25 A69-1303-555 14774 2017-03-23 11:38:00 45 -#> 9594 25 A69-1303-555 14775 2017-03-23 11:40:00 45 -#> 9595 25 A69-1303-555 14776 2017-03-23 11:42:00 45 -#> 9596 25 A69-1303-555 14777 2017-03-23 11:46:00 45 -#> 9597 25 A69-1303-555 14778 2017-03-23 11:48:00 45 -#> 9598 25 A69-1303-555 14779 2017-03-23 11:50:00 45 -#> 9599 25 A69-1303-555 14782 2017-03-23 11:52:00 45 -#> 9600 25 A69-1303-555 14783 2017-03-23 11:54:00 45 -#> 9601 25 A69-1303-555 14784 2017-03-23 11:58:00 45 -#> 9602 25 A69-1303-555 14785 2017-03-23 12:02:00 45 -#> 9603 25 A69-1303-555 14786 2017-03-23 12:06:00 45 -#> 9604 25 A69-1303-555 14787 2017-03-23 12:08:00 45 -#> 9605 25 A69-1303-555 14788 2017-03-23 12:16:00 45 -#> 9606 25 A69-1303-555 14789 2017-03-23 12:18:00 45 -#> 9607 25 A69-1303-555 14790 2017-03-23 12:20:00 45 -#> 9608 25 A69-1303-555 14791 2017-03-23 12:24:00 45 -#> 9609 25 A69-1303-555 14792 2017-03-23 12:26:00 45 -#> 9610 25 A69-1303-555 14793 2017-03-23 12:32:00 45 -#> 9611 25 A69-1303-555 14794 2017-03-23 12:34:00 45 -#> 9612 25 A69-1303-555 14795 2017-03-23 12:36:00 45 -#> 9613 25 A69-1303-555 14796 2017-03-23 12:38:00 45 -#> 9614 25 A69-1303-555 14797 2017-03-23 12:44:00 45 -#> 9615 25 A69-1303-555 14798 2017-03-23 12:46:00 45 -#> 9616 25 A69-1303-555 14799 2017-03-23 12:48:00 45 -#> 9617 25 A69-1303-555 14800 2017-03-23 12:50:00 45 -#> 9618 25 A69-1303-555 14802 2017-03-23 12:52:00 45 -#> 9619 25 A69-1303-555 14803 2017-03-23 12:56:00 45 -#> 9620 25 A69-1303-555 14804 2017-03-23 12:58:00 45 -#> 9621 25 A69-1303-555 14805 2017-03-23 13:04:00 45 -#> 9622 25 A69-1303-555 14806 2017-03-23 13:06:00 45 -#> 9623 25 A69-1303-555 14807 2017-03-23 13:14:00 45 -#> 9624 25 A69-1303-555 14808 2017-03-23 13:16:00 45 -#> 9625 25 A69-1303-555 14809 2017-03-23 13:20:00 45 -#> 9626 25 A69-1303-555 14810 2017-03-23 13:22:00 45 -#> 9627 25 A69-1303-555 14812 2017-03-23 13:24:00 45 -#> 9628 25 A69-1303-555 14814 2017-03-23 13:26:00 45 -#> 9629 25 A69-1303-555 14817 2017-03-23 13:28:00 45 -#> 9630 25 A69-1303-555 14818 2017-03-23 13:32:00 45 -#> 9631 25 A69-1303-555 14821 2017-03-23 13:34:00 45 -#> 9632 25 A69-1303-555 14822 2017-03-23 13:36:00 45 -#> 9633 25 A69-1303-555 14824 2017-03-23 13:38:00 45 -#> 9634 25 A69-1303-555 14825 2017-03-23 13:40:00 45 -#> 9635 25 A69-1303-555 14828 2017-03-23 13:42:00 45 -#> 9636 25 A69-1303-555 14829 2017-03-23 13:44:00 45 -#> 9637 25 A69-1303-555 14831 2017-03-23 13:48:00 45 -#> 9638 25 A69-1303-555 14832 2017-03-23 13:52:00 45 -#> 9639 25 A69-1303-555 14833 2017-03-23 14:02:00 45 -#> 9640 25 A69-1303-555 14834 2017-03-23 14:08:00 45 -#> 9641 25 A69-1303-555 14836 2017-03-23 14:10:00 45 -#> 9642 25 A69-1303-555 14839 2017-03-23 14:12:00 45 -#> 9643 25 A69-1303-555 14840 2017-03-23 17:06:00 45 -#> 9644 25 A69-1303-555 14841 2017-03-23 17:08:00 45 -#> 9645 25 A69-1303-555 14843 2017-03-23 17:22:00 45 -#> 9646 25 A69-1303-555 14844 2017-03-23 17:26:00 45 -#> 9647 25 A69-1303-555 14845 2017-03-23 17:32:00 45 -#> 9648 25 A69-1303-555 14848 2017-03-23 17:34:00 45 -#> 9649 25 A69-1303-555 14849 2017-03-23 17:38:00 45 -#> 9650 25 A69-1303-555 14851 2017-03-23 17:44:00 45 -#> 9651 25 A69-1303-555 14852 2017-03-23 17:46:00 45 -#> 9652 25 A69-1303-555 14853 2017-03-23 17:48:00 45 -#> 9653 25 A69-1303-555 14854 2017-03-23 17:50:00 45 -#> 9654 25 A69-1303-555 14855 2017-03-23 17:52:00 45 -#> 9655 25 A69-1303-555 14857 2017-03-23 18:00:00 45 -#> 9656 25 A69-1303-555 14858 2017-03-23 18:04:00 45 -#> 9657 25 A69-1303-555 14859 2017-03-23 18:08:00 45 -#> 9658 25 A69-1303-555 14860 2017-03-23 18:24:00 45 -#> 9659 25 A69-1303-555 14862 2017-03-23 18:26:00 45 -#> 9660 25 A69-1303-555 14863 2017-03-23 18:28:00 45 -#> 9661 25 A69-1303-555 14865 2017-03-23 18:30:00 45 -#> 9662 25 A69-1303-555 14867 2017-03-23 18:32:00 45 -#> 9663 25 A69-1303-555 14869 2017-03-23 18:36:00 45 -#> 9664 25 A69-1303-555 14871 2017-03-23 18:38:00 45 -#> 9665 25 A69-1303-555 14872 2017-03-23 18:40:00 45 -#> 9666 25 A69-1303-555 14873 2017-03-23 18:42:00 45 -#> 9667 25 A69-1303-555 14874 2017-03-23 18:44:00 45 -#> 9668 25 A69-1303-555 14875 2017-03-23 18:50:00 45 -#> 9669 25 A69-1303-555 14876 2017-03-23 18:54:00 45 -#> 9670 25 A69-1303-555 14877 2017-03-23 19:02:00 45 -#> 9671 25 A69-1303-555 14879 2017-03-23 19:06:00 45 -#> 9672 25 A69-1303-555 14880 2017-03-23 19:08:00 45 -#> 9673 25 A69-1303-555 14881 2017-03-23 19:10:00 45 -#> 9674 25 A69-1303-555 14883 2017-03-23 19:12:00 45 -#> 9675 25 A69-1303-555 14884 2017-03-23 19:16:00 45 -#> 9676 25 A69-1303-555 14886 2017-03-23 19:18:00 45 -#> 9677 25 A69-1303-555 14888 2017-03-23 19:20:00 45 -#> 9678 25 A69-1303-555 14890 2017-03-23 19:22:00 45 -#> 9679 25 A69-1303-555 14892 2017-03-23 19:24:00 45 -#> 9680 25 A69-1303-555 14894 2017-03-23 19:26:00 45 -#> 9681 25 A69-1303-555 14896 2017-03-23 19:28:00 45 -#> 9682 25 A69-1303-555 14897 2017-03-23 19:30:00 45 -#> 9683 25 A69-1303-555 14898 2017-03-23 19:32:00 45 -#> 9684 25 A69-1303-555 14899 2017-03-23 19:34:00 45 -#> 9685 25 A69-1303-555 14900 2017-03-23 19:36:00 45 -#> 9686 25 A69-1303-555 14901 2017-03-23 19:38:00 45 -#> 9687 25 A69-1303-555 14902 2017-03-23 19:42:00 45 -#> 9688 25 A69-1303-555 14903 2017-03-23 19:44:00 45 -#> 9689 25 A69-1303-555 14906 2017-03-23 19:58:00 56 -#> 9690 25 A69-1303-555 14907 2017-03-23 20:00:00 45 -#> 9691 25 A69-1303-555 14909 2017-03-23 20:02:00 56 -#> 9692 25 A69-1303-555 14910 2017-03-23 20:02:00 45 -#> 9693 25 A69-1303-555 14911 2017-03-23 20:04:00 45 -#> 9694 25 A69-1303-555 14913 2017-03-23 20:06:00 56 -#> 9695 25 A69-1303-555 14914 2017-03-23 20:06:00 45 -#> 9696 25 A69-1303-555 14917 2017-03-23 20:08:00 56 -#> 9697 25 A69-1303-555 14918 2017-03-23 20:08:00 45 -#> 9698 25 A69-1303-555 14919 2017-03-23 20:10:00 45 -#> 9699 25 A69-1303-555 14920 2017-03-23 20:10:00 56 -#> 9700 25 A69-1303-555 14923 2017-03-23 20:12:00 45 -#> 9701 25 A69-1303-555 14924 2017-03-23 20:12:00 56 -#> 9702 25 A69-1303-555 14926 2017-03-23 20:14:00 56 -#> 9703 25 A69-1303-555 14928 2017-03-23 20:16:00 45 -#> 9704 25 A69-1303-555 14929 2017-03-23 20:16:00 56 -#> 9705 25 A69-1303-555 14930 2017-03-23 20:18:00 56 -#> 9706 25 A69-1303-555 14932 2017-03-23 20:20:00 56 -#> 9707 25 A69-1303-555 14934 2017-03-23 20:20:00 45 -#> 9708 25 A69-1303-555 14935 2017-03-23 20:22:00 45 -#> 9709 25 A69-1303-555 14936 2017-03-23 20:22:00 56 -#> 9710 25 A69-1303-555 14938 2017-03-23 20:24:00 56 -#> 9711 25 A69-1303-555 14939 2017-03-23 20:24:00 45 -#> 9712 25 A69-1303-555 14940 2017-03-23 20:26:00 56 -#> 9713 25 A69-1303-555 14941 2017-03-23 20:28:00 56 -#> 9714 25 A69-1303-555 14943 2017-03-23 20:30:00 56 -#> 9715 25 A69-1303-555 14944 2017-03-23 20:32:00 56 -#> 9716 25 A69-1303-555 14946 2017-03-23 20:36:00 56 -#> 9717 25 A69-1303-555 14948 2017-03-23 20:38:00 56 -#> 9718 25 A69-1303-555 14950 2017-03-23 20:40:00 45 -#> 9719 25 A69-1303-555 14951 2017-03-23 20:40:00 56 -#> 9720 25 A69-1303-555 14953 2017-03-23 20:42:00 56 -#> 9721 25 A69-1303-555 14954 2017-03-23 20:42:00 45 -#> 9722 25 A69-1303-555 14955 2017-03-23 20:44:00 56 -#> 9723 25 A69-1303-555 14956 2017-03-23 20:44:00 45 -#> 9724 25 A69-1303-555 14958 2017-03-23 20:46:00 45 -#> 9725 25 A69-1303-555 14959 2017-03-23 20:48:00 45 -#> 9726 25 A69-1303-555 14962 2017-03-23 20:50:00 45 -#> 9727 25 A69-1303-555 14963 2017-03-23 20:52:00 45 -#> 9728 25 A69-1303-555 14965 2017-03-23 20:54:00 45 -#> 9729 25 A69-1303-555 14966 2017-03-23 20:56:00 45 -#> 9730 25 A69-1303-555 14967 2017-03-23 20:58:00 56 -#> 9731 25 A69-1303-555 14968 2017-03-23 20:58:00 45 -#> 9732 25 A69-1303-555 14969 2017-03-23 21:04:00 56 -#> 9733 25 A69-1303-555 14970 2017-03-23 21:04:00 45 -#> 9734 25 A69-1303-555 14971 2017-03-23 21:06:00 45 -#> 9735 25 A69-1303-555 14973 2017-03-23 21:08:00 45 -#> 9736 25 A69-1303-555 14974 2017-03-23 21:10:00 45 -#> 9737 25 A69-1303-555 14975 2017-03-23 21:12:00 45 -#> 9738 25 A69-1303-555 14976 2017-03-23 21:14:00 45 -#> 9739 25 A69-1303-555 14978 2017-03-23 21:18:00 45 -#> 9740 25 A69-1303-555 14980 2017-03-23 21:20:00 45 -#> 9741 25 A69-1303-555 14981 2017-03-23 21:22:00 45 -#> 9742 25 A69-1303-555 14983 2017-03-23 21:24:00 45 -#> 9743 25 A69-1303-555 14985 2017-03-23 21:26:00 45 -#> 9744 25 A69-1303-555 14986 2017-03-23 21:30:00 45 -#> 9745 25 A69-1303-555 14988 2017-03-23 21:32:00 45 -#> 9746 25 A69-1303-555 14991 2017-03-23 21:34:00 45 -#> 9747 25 A69-1303-555 14993 2017-03-23 21:36:00 45 -#> 9748 25 A69-1303-555 14995 2017-03-23 21:38:00 45 -#> 9749 25 A69-1303-555 14996 2017-03-23 21:40:00 45 -#> 9750 25 A69-1303-555 14997 2017-03-25 00:06:00 51 -#> 9751 25 A69-1303-555 14999 2017-03-25 00:08:00 51 -#> 9752 25 A69-1303-555 15000 2017-03-25 00:10:00 51 -#> 9753 25 A69-1303-555 15001 2017-03-25 00:12:00 50 -#> 9754 25 A69-1303-555 15002 2017-03-25 00:16:00 50 -#> 9755 25 A69-1303-555 15003 2017-03-27 22:50:00 51 -#> 9756 25 A69-1303-555 15004 2017-03-27 22:54:00 51 -#> 9757 25 A69-1303-555 15006 2017-03-27 22:56:00 51 -#> 9758 25 A69-1303-555 15007 2017-03-27 22:58:00 51 -#> 9759 25 A69-1303-555 15008 2017-03-27 23:00:00 51 -#> 9760 25 A69-1303-555 15009 2017-03-27 23:02:00 51 -#> 9761 25 A69-1303-555 15012 2017-03-27 23:04:00 51 -#> 9762 25 A69-1303-555 15013 2017-03-27 23:06:00 51 -#> 9763 25 A69-1303-555 15014 2017-03-27 23:08:00 51 -#> 9764 25 A69-1303-555 15015 2017-03-27 23:10:00 51 -#> 9765 25 A69-1303-555 15018 2017-03-27 23:12:00 51 -#> 9766 25 A69-1303-555 15019 2017-03-27 23:14:00 51 -#> 9767 25 A69-1303-555 15020 2017-03-27 23:16:00 51 -#> 9768 25 A69-1303-555 15023 2017-03-27 23:18:00 51 -#> 9769 25 A69-1303-555 15024 2017-03-27 23:20:00 51 -#> 9770 25 A69-1303-555 15027 2017-03-27 23:22:00 51 -#> 9771 25 A69-1303-555 15029 2017-03-27 23:24:00 51 -#> 9772 25 A69-1303-555 15030 2017-03-27 23:26:00 51 -#> 9773 25 A69-1303-555 15032 2017-03-27 23:28:00 51 -#> 9774 25 A69-1303-555 15033 2017-03-27 23:30:00 51 -#> 9775 25 A69-1303-555 15034 2017-03-27 23:32:00 51 -#> 9776 25 A69-1303-555 15035 2017-03-27 23:38:00 51 -#> 9777 25 A69-1303-555 15036 2017-03-28 11:22:00 48 -#> 9778 25 A69-1303-555 15037 2017-03-28 11:24:00 48 -#> 9779 25 A69-1303-555 15038 2017-03-28 11:26:00 48 -#> 9780 25 A69-1303-555 15041 2017-03-28 11:28:00 48 -#> 9781 25 A69-1303-555 15042 2017-03-28 11:30:00 48 -#> 9782 25 A69-1303-555 15043 2017-03-28 11:32:00 48 -#> 9783 25 A69-1303-555 15046 2017-03-28 11:34:00 48 -#> 9784 25 A69-1303-555 15047 2017-03-28 11:36:00 48 -#> 9785 25 A69-1303-555 15049 2017-03-28 11:38:00 48 -#> 9786 25 A69-1303-555 15051 2017-03-28 11:40:00 48 -#> 9787 25 A69-1303-555 15052 2017-03-28 11:42:00 48 -#> 9788 25 A69-1303-555 15054 2017-03-28 11:44:00 48 -#> 9789 25 A69-1303-555 15055 2017-03-28 11:46:00 48 -#> 9790 25 A69-1303-555 15057 2017-03-28 11:48:00 48 -#> 9791 25 A69-1303-555 15059 2017-03-29 00:42:00 45 -#> 9792 25 A69-1303-555 15060 2017-03-29 00:44:00 45 -#> 9793 25 A69-1303-555 15061 2017-03-29 00:56:00 45 -#> 9794 25 A69-1303-555 15062 2017-03-29 00:58:00 45 -#> 9795 25 A69-1303-555 15063 2017-03-29 01:00:00 45 -#> 9796 25 A69-1303-555 15064 2017-03-29 01:22:00 45 -#> 9797 25 A69-1303-555 15065 2017-03-29 01:32:00 45 -#> 9798 25 A69-1303-555 15066 2017-03-29 01:38:00 45 -#> 9799 25 A69-1303-555 15067 2017-03-29 01:40:00 45 -#> 9800 25 A69-1303-555 15068 2017-03-29 01:44:00 45 -#> 9801 25 A69-1303-555 15070 2017-03-29 01:50:00 45 -#> 9802 25 A69-1303-555 15072 2017-03-29 01:52:00 45 -#> 9803 25 A69-1303-555 15073 2017-03-29 01:54:00 45 -#> 9804 25 A69-1303-555 15074 2017-03-29 01:56:00 45 -#> 9805 25 A69-1303-555 15075 2017-03-29 01:58:00 45 -#> 9806 25 A69-1303-555 15077 2017-03-29 02:00:00 45 -#> 9807 25 A69-1303-555 15079 2017-03-29 02:02:00 45 -#> 9808 25 A69-1303-555 15081 2017-03-29 02:08:00 45 -#> 9809 25 A69-1303-555 15082 2017-03-29 02:12:00 45 -#> 9810 25 A69-1303-555 15084 2017-03-29 02:14:00 45 -#> 9811 25 A69-1303-555 15085 2017-03-29 02:16:00 45 -#> 9812 25 A69-1303-555 15087 2017-03-29 02:18:00 45 -#> 9813 25 A69-1303-555 15089 2017-03-29 02:20:00 45 -#> 9814 25 A69-1303-555 15091 2017-03-29 02:22:00 45 -#> 9815 25 A69-1303-555 15092 2017-03-29 02:24:00 45 -#> 9816 25 A69-1303-555 15094 2017-03-29 02:28:00 45 -#> 9817 25 A69-1303-555 15096 2017-03-29 02:30:00 45 -#> 9818 25 A69-1303-555 15097 2017-03-29 02:32:00 45 -#> 9819 25 A69-1303-555 15098 2017-03-29 02:34:00 45 -#> 9820 25 A69-1303-555 15100 2017-03-29 02:36:00 45 -#> 9821 25 A69-1303-555 15101 2017-03-29 02:38:00 45 -#> 9822 25 A69-1303-555 15102 2017-03-29 02:40:00 45 -#> 9823 25 A69-1303-555 15103 2017-03-29 02:42:00 45 -#> 9824 25 A69-1303-555 15104 2017-03-29 02:44:00 45 -#> 9825 25 A69-1303-555 15106 2017-03-29 02:46:00 45 -#> 9826 25 A69-1303-555 15107 2017-03-29 02:48:00 45 -#> 9827 25 A69-1303-555 15108 2017-03-29 02:50:00 45 -#> 9828 25 A69-1303-555 15110 2017-03-29 02:52:00 45 -#> 9829 25 A69-1303-555 15112 2017-03-29 02:54:00 45 -#> 9830 25 A69-1303-555 15114 2017-03-29 02:56:00 45 -#> 9831 25 A69-1303-555 15116 2017-03-29 02:58:00 45 -#> 9832 25 A69-1303-555 15118 2017-03-29 03:00:00 45 -#> 9833 25 A69-1303-555 15120 2017-03-29 03:02:00 45 -#> 9834 25 A69-1303-555 15121 2017-03-29 03:04:00 45 -#> 9835 25 A69-1303-555 15123 2017-03-29 03:06:00 45 -#> 9836 25 A69-1303-555 15124 2017-03-29 03:08:00 45 -#> 9837 25 A69-1303-555 15125 2017-03-29 03:10:00 45 -#> 9838 25 A69-1303-555 15127 2017-03-29 03:12:00 45 -#> 9839 25 A69-1303-555 15130 2017-03-29 03:14:00 45 -#> 9840 25 A69-1303-555 15132 2017-03-29 03:16:00 45 -#> 9841 25 A69-1303-555 15134 2017-03-29 03:18:00 45 -#> 9842 25 A69-1303-555 15135 2017-03-29 03:20:00 45 -#> 9843 25 A69-1303-555 15137 2017-03-29 03:22:00 45 -#> 9844 25 A69-1303-555 15139 2017-03-29 03:24:00 45 -#> 9845 25 A69-1303-555 15140 2017-03-29 03:26:00 45 -#> 9846 25 A69-1303-555 15142 2017-03-29 03:28:00 45 -#> 9847 25 A69-1303-555 15143 2017-03-29 03:30:00 45 -#> 9848 25 A69-1303-555 15145 2017-03-29 03:32:00 45 -#> 9849 25 A69-1303-555 15147 2017-03-29 03:34:00 45 -#> 9850 25 A69-1303-555 15150 2017-03-29 03:36:00 45 -#> 9851 25 A69-1303-555 15152 2017-03-29 03:38:00 45 -#> 9852 25 A69-1303-555 15154 2017-03-29 03:40:00 45 -#> 9853 25 A69-1303-555 15155 2017-03-29 03:42:00 45 -#> 9854 25 A69-1303-555 15156 2017-03-29 03:44:00 45 -#> 9855 25 A69-1303-555 15158 2017-03-29 03:46:00 45 -#> 9856 25 A69-1303-555 15160 2017-03-29 03:48:00 45 -#> 9857 25 A69-1303-555 15162 2017-03-29 03:50:00 45 -#> 9858 25 A69-1303-555 15164 2017-03-29 03:52:00 45 -#> 9859 25 A69-1303-555 15165 2017-03-29 03:54:00 45 -#> 9860 25 A69-1303-555 15167 2017-03-29 03:56:00 45 -#> 9861 25 A69-1303-555 15168 2017-03-29 03:58:00 45 -#> 9862 25 A69-1303-555 15169 2017-03-29 04:00:00 45 -#> 9863 25 A69-1303-555 15172 2017-03-29 04:02:00 45 -#> 9864 25 A69-1303-555 15174 2017-03-29 04:04:00 45 -#> 9865 25 A69-1303-555 15175 2017-03-29 04:08:00 45 -#> 9866 25 A69-1303-555 15177 2017-03-29 04:10:00 45 -#> 9867 25 A69-1303-555 15178 2017-03-29 04:12:00 45 -#> 9868 25 A69-1303-555 15180 2017-03-29 04:14:00 45 -#> 9869 25 A69-1303-555 15181 2017-03-29 04:16:00 45 -#> 9870 25 A69-1303-555 15182 2017-03-29 04:18:00 45 -#> 9871 25 A69-1303-555 15184 2017-03-29 04:20:00 45 -#> 9872 25 A69-1303-555 15185 2017-03-29 04:22:00 45 -#> 9873 25 A69-1303-555 15187 2017-03-29 04:24:00 45 -#> 9874 25 A69-1303-555 15188 2017-03-29 04:26:00 45 -#> 9875 25 A69-1303-555 15190 2017-03-29 04:28:00 45 -#> 9876 25 A69-1303-555 15192 2017-03-29 04:30:00 45 -#> 9877 25 A69-1303-555 15194 2017-03-29 04:32:00 45 -#> 9878 25 A69-1303-555 15195 2017-03-29 04:34:00 45 -#> 9879 25 A69-1303-555 15197 2017-03-29 04:36:00 45 -#> 9880 25 A69-1303-555 15199 2017-03-29 04:38:00 45 -#> 9881 25 A69-1303-555 15200 2017-03-29 04:40:00 45 -#> 9882 25 A69-1303-555 15202 2017-03-29 04:42:00 45 -#> 9883 25 A69-1303-555 15204 2017-03-29 04:44:00 45 -#> 9884 25 A69-1303-555 15206 2017-03-29 04:46:00 45 -#> 9885 25 A69-1303-555 15209 2017-03-29 04:48:00 45 -#> 9886 25 A69-1303-555 15210 2017-03-29 04:50:00 45 -#> 9887 25 A69-1303-555 15213 2017-03-29 04:52:00 45 -#> 9888 25 A69-1303-555 15214 2017-03-29 04:54:00 45 -#> 9889 25 A69-1303-555 15217 2017-03-29 04:58:00 45 -#> 9890 25 A69-1303-555 15219 2017-03-29 05:00:00 45 -#> 9891 25 A69-1303-555 15220 2017-03-29 05:02:00 45 -#> 9892 25 A69-1303-555 15223 2017-03-29 05:04:00 45 -#> 9893 25 A69-1303-555 15224 2017-03-29 05:06:00 45 -#> 9894 25 A69-1303-555 15225 2017-03-29 05:10:00 56 -#> 9895 25 A69-1303-555 15226 2017-03-29 05:12:00 45 -#> 9896 25 A69-1303-555 15227 2017-03-29 05:14:00 45 -#> 9897 25 A69-1303-555 15228 2017-03-29 05:16:00 45 -#> 9898 25 A69-1303-555 15230 2017-03-29 05:18:00 45 -#> 9899 25 A69-1303-555 15232 2017-03-29 05:20:00 45 -#> 9900 25 A69-1303-555 15233 2017-03-29 05:22:00 45 -#> 9901 25 A69-1303-555 15234 2017-03-29 05:24:00 45 -#> 9902 25 A69-1303-555 15236 2017-03-29 05:26:00 56 -#> 9903 25 A69-1303-555 15237 2017-03-29 05:26:00 45 -#> 9904 25 A69-1303-555 15239 2017-03-29 05:28:00 45 -#> 9905 25 A69-1303-555 15241 2017-03-29 05:30:00 56 -#> 9906 25 A69-1303-555 15242 2017-03-29 05:30:00 45 -#> 9907 25 A69-1303-555 15244 2017-03-29 05:32:00 45 -#> 9908 25 A69-1303-555 15246 2017-03-29 05:34:00 45 -#> 9909 25 A69-1303-555 15247 2017-03-29 05:36:00 56 -#> 9910 25 A69-1303-555 15249 2017-03-29 05:36:00 45 -#> 9911 25 A69-1303-555 15250 2017-03-29 05:38:00 45 -#> 9912 25 A69-1303-555 15251 2017-03-29 05:38:00 56 -#> 9913 25 A69-1303-555 15253 2017-03-29 05:40:00 56 -#> 9914 25 A69-1303-555 15255 2017-03-29 05:40:00 45 -#> 9915 25 A69-1303-555 15256 2017-03-29 05:42:00 56 -#> 9916 25 A69-1303-555 15257 2017-03-29 05:42:00 45 -#> 9917 25 A69-1303-555 15258 2017-03-29 05:46:00 45 -#> 9918 25 A69-1303-555 15261 2017-03-29 06:00:00 45 -#> 9919 25 A69-1303-555 15263 2017-03-29 06:02:00 45 -#> 9920 25 A69-1303-555 15265 2017-03-29 06:04:00 45 -#> 9921 25 A69-1303-555 15266 2017-03-29 06:06:00 45 -#> 9922 25 A69-1303-555 15267 2017-03-29 06:20:00 45 -#> 9923 25 A69-1303-555 15268 2017-03-29 08:56:00 48 -#> 9924 25 A69-1303-555 15270 2017-03-29 08:58:00 48 -#> 9925 25 A69-1303-555 15271 2017-03-29 09:00:00 48 -#> 9926 25 A69-1303-555 15272 2017-03-29 09:02:00 48 -#> 9927 25 A69-1303-555 15273 2017-03-29 09:04:00 48 -#> 9928 25 A69-1303-555 15275 2017-03-29 09:06:00 48 -#> 9929 25 A69-1303-555 15276 2017-03-29 09:08:00 48 -#> 9930 25 A69-1303-555 15278 2017-03-29 09:10:00 48 -#> 9931 25 A69-1303-555 15280 2017-03-29 09:14:00 48 -#> 9932 25 A69-1303-555 15281 2017-03-29 09:16:00 48 -#> 9933 25 A69-1303-555 15283 2017-03-29 09:18:00 48 -#> 9934 25 A69-1303-555 15285 2017-03-29 09:20:00 48 -#> 9935 25 A69-1303-555 15286 2017-03-29 09:22:00 48 -#> 9936 25 A69-1303-555 15289 2017-03-29 09:24:00 48 -#> 9937 25 A69-1303-555 15290 2017-04-01 02:58:00 49 -#> 9938 25 A69-1303-555 15291 2017-04-01 03:28:00 49 -#> 9939 25 A69-1303-555 15292 2017-04-01 03:30:00 49 -#> 9940 25 A69-1303-555 15293 2017-04-01 03:32:00 49 -#> 9941 25 A69-1303-555 15294 2017-04-01 03:36:00 53 -#> 9942 25 A69-1303-555 15295 2017-04-01 03:36:00 49 -#> 9943 25 A69-1303-555 15296 2017-04-01 03:38:00 53 -#> 9944 25 A69-1303-555 15297 2017-04-01 03:48:00 49 -#> 9945 25 A69-1303-555 15298 2017-04-01 03:52:00 53 -#> 9946 25 A69-1303-555 15299 2017-04-01 03:54:00 53 -#> 9947 25 A69-1303-555 15300 2017-04-01 04:02:00 53 -#> 9948 25 A69-1303-555 15301 2017-04-01 04:04:00 53 -#> 9949 25 A69-1303-555 15302 2017-04-01 04:06:00 53 -#> 9950 25 A69-1303-555 15303 2017-04-01 04:12:00 53 -#> 9951 25 A69-1303-555 15305 2017-04-01 04:16:00 53 -#> 9952 25 A69-1303-555 15308 2017-04-01 04:18:00 53 -#> 9953 25 A69-1303-555 15309 2017-04-01 04:20:00 53 -#> 9954 25 A69-1303-555 15310 2017-04-01 04:22:00 53 -#> 9955 25 A69-1303-555 15311 2017-04-01 04:24:00 53 -#> 9956 25 A69-1303-555 15312 2017-04-01 04:26:00 53 -#> 9957 25 A69-1303-555 15315 2017-04-01 04:28:00 49 -#> 9958 25 A69-1303-555 15316 2017-04-01 04:28:00 53 -#> 9959 25 A69-1303-555 15318 2017-04-01 04:30:00 53 -#> 9960 25 A69-1303-555 15319 2017-04-01 04:32:00 53 -#> 9961 25 A69-1303-555 15320 2017-04-01 04:34:00 53 -#> 9962 25 A69-1303-555 15321 2017-04-01 04:34:00 49 -#> 9963 25 A69-1303-555 15322 2017-04-01 04:36:00 53 -#> 9964 25 A69-1303-555 15324 2017-04-01 04:42:00 53 -#> 9965 25 A69-1303-555 15325 2017-04-01 04:42:00 49 -#> 9966 25 A69-1303-555 15326 2017-04-01 04:44:00 53 -#> 9967 25 A69-1303-555 15327 2017-04-03 00:46:00 45 -#> 9968 25 A69-1303-555 15328 2017-04-03 00:50:00 45 -#> 9969 25 A69-1303-555 15329 2017-04-03 00:52:00 45 -#> 9970 25 A69-1303-555 15331 2017-04-03 00:54:00 45 -#> 9971 25 A69-1303-555 15333 2017-04-03 00:56:00 45 -#> 9972 25 A69-1303-555 15334 2017-04-03 00:58:00 45 -#> 9973 25 A69-1303-555 15336 2017-04-03 01:00:00 45 -#> 9974 25 A69-1303-555 15338 2017-04-03 01:02:00 45 -#> 9975 25 A69-1303-555 15339 2017-04-03 01:04:00 45 -#> 9976 25 A69-1303-555 15340 2017-04-03 01:06:00 45 -#> 9977 25 A69-1303-555 15342 2017-04-03 01:08:00 45 -#> 9978 25 A69-1303-555 15344 2017-04-03 01:10:00 45 -#> 9979 25 A69-1303-555 15345 2017-04-03 01:20:00 45 -#> 9980 25 A69-1303-555 15346 2017-04-03 01:22:00 45 -#> 9981 25 A69-1303-555 15347 2017-04-03 01:26:00 45 -#> 9982 25 A69-1303-555 15348 2017-04-03 01:30:00 45 -#> 9983 25 A69-1303-555 15349 2017-04-03 01:32:00 45 -#> 9984 25 A69-1303-555 15350 2017-04-03 01:34:00 45 -#> 9985 25 A69-1303-555 15351 2017-04-03 01:36:00 45 -#> 9986 25 A69-1303-555 15353 2017-04-03 01:38:00 45 -#> 9987 25 A69-1303-555 15355 2017-04-03 01:40:00 45 -#> 9988 25 A69-1303-555 15356 2017-04-03 01:42:00 45 -#> 9989 25 A69-1303-555 15358 2017-04-03 01:44:00 45 -#> 9990 25 A69-1303-555 15360 2017-04-03 01:46:00 45 -#> 9991 25 A69-1303-555 15361 2017-04-03 01:48:00 45 -#> 9992 25 A69-1303-555 15363 2017-04-03 01:50:00 45 -#> 9993 25 A69-1303-555 15365 2017-04-03 01:52:00 45 -#> 9994 25 A69-1303-555 15367 2017-04-03 01:54:00 45 -#> 9995 25 A69-1303-555 15369 2017-04-03 01:56:00 45 -#> 9996 25 A69-1303-555 15370 2017-04-03 01:58:00 45 -#> 9997 25 A69-1303-555 15371 2017-04-03 02:00:00 45 -#> 9998 25 A69-1303-555 15372 2017-04-03 02:02:00 45 -#> 9999 25 A69-1303-555 15373 2017-04-03 02:04:00 45 -#> 10000 25 A69-1303-555 15376 2017-04-03 02:06:00 45 -#> 10001 25 A69-1303-555 15377 2017-04-03 02:08:00 45 -#> 10002 25 A69-1303-555 15378 2017-04-03 02:10:00 45 -#> 10003 25 A69-1303-555 15380 2017-04-03 02:12:00 45 -#> 10004 25 A69-1303-555 15382 2017-04-03 02:14:00 45 -#> 10005 25 A69-1303-555 15384 2017-04-03 02:16:00 45 -#> 10006 25 A69-1303-555 15386 2017-04-03 02:18:00 45 -#> 10007 25 A69-1303-555 15387 2017-04-03 02:20:00 45 -#> 10008 25 A69-1303-555 15388 2017-04-03 02:22:00 45 -#> 10009 25 A69-1303-555 15391 2017-04-03 02:24:00 45 -#> 10010 25 A69-1303-555 15393 2017-04-03 02:26:00 45 -#> 10011 25 A69-1303-555 15395 2017-04-03 02:28:00 45 -#> 10012 25 A69-1303-555 15397 2017-04-03 02:30:00 45 -#> 10013 25 A69-1303-555 15399 2017-04-03 02:32:00 45 -#> 10014 25 A69-1303-555 15400 2017-04-03 02:34:00 45 -#> 10015 25 A69-1303-555 15402 2017-04-03 02:36:00 45 -#> 10016 25 A69-1303-555 15403 2017-04-03 02:38:00 45 -#> 10017 25 A69-1303-555 15405 2017-04-03 02:40:00 45 -#> 10018 25 A69-1303-555 15407 2017-04-03 02:42:00 45 -#> 10019 25 A69-1303-555 15408 2017-04-03 02:44:00 45 -#> 10020 25 A69-1303-555 15409 2017-04-03 02:52:00 45 -#> 10021 25 A69-1303-555 15410 2017-04-03 02:54:00 45 -#> 10022 25 A69-1303-555 15411 2017-04-03 02:56:00 45 -#> 10023 25 A69-1303-555 15412 2017-04-03 02:58:00 45 -#> 10024 25 A69-1303-555 15413 2017-04-03 03:28:00 45 -#> 10025 25 A69-1303-555 15414 2017-04-03 03:38:00 45 -#> 10026 25 A69-1303-555 15416 2017-04-03 03:40:00 45 -#> 10027 25 A69-1303-555 15417 2017-04-03 03:42:00 45 -#> 10028 25 A69-1303-555 15418 2017-04-03 22:04:00 51 -#> 10029 25 A69-1303-555 15419 2017-04-03 22:18:00 51 -#> 10030 25 A69-1303-555 15420 2017-04-03 22:24:00 51 -#> 10031 25 A69-1303-555 15421 2017-04-03 22:36:00 51 -#> 10032 25 A69-1303-555 15422 2017-04-03 22:38:00 51 -#> 10033 25 A69-1303-555 15423 2017-04-03 22:40:00 51 -#> 10034 25 A69-1303-555 15424 2017-04-03 22:54:00 51 -#> 10035 25 A69-1303-555 15425 2017-04-03 22:56:00 51 -#> 10036 25 A69-1303-555 15426 2017-04-04 03:08:00 50 -#> 10037 25 A69-1303-555 15427 2017-04-04 03:10:00 50 -#> 10038 25 A69-1303-555 15428 2017-04-04 03:24:00 50 -#> 10039 25 A69-1303-555 15429 2017-04-04 03:26:00 50 -#> 10040 25 A69-1303-555 15431 2017-04-04 03:30:00 50 -#> 10041 25 A69-1303-555 15433 2017-04-04 03:32:00 50 -#> 10042 25 A69-1303-555 15435 2017-04-05 23:08:00 47 -#> 10043 25 A69-1303-555 15436 2017-04-05 23:14:00 47 -#> 10044 25 A69-1303-555 15437 2017-04-05 23:18:00 47 -#> 10045 25 A69-1303-555 15438 2017-04-05 23:20:00 47 -#> 10046 25 A69-1303-555 15440 2017-04-05 23:22:00 47 -#> 10047 25 A69-1303-555 15441 2017-04-05 23:24:00 47 -#> 10048 25 A69-1303-555 15443 2017-04-05 23:26:00 47 -#> 10049 25 A69-1303-555 15444 2017-04-05 23:28:00 47 -#> 10050 25 A69-1303-555 15446 2017-04-05 23:30:00 47 -#> 10051 25 A69-1303-555 15448 2017-04-05 23:32:00 47 -#> 10052 25 A69-1303-555 15449 2017-04-05 23:34:00 47 -#> 10053 25 A69-1303-555 15450 2017-04-05 23:38:00 47 -#> 10054 25 A69-1303-555 15452 2017-04-05 23:40:00 47 -#> 10055 25 A69-1303-555 15453 2017-04-05 23:42:00 47 -#> 10056 25 A69-1303-555 15455 2017-04-05 23:44:00 47 -#> 10057 25 A69-1303-555 15457 2017-04-05 23:46:00 47 -#> 10058 25 A69-1303-555 15458 2017-04-05 23:48:00 47 -#> 10059 25 A69-1303-555 15459 2017-04-05 23:52:00 47 -#> 10060 25 A69-1303-555 15461 2017-04-05 23:54:00 47 -#> 10061 25 A69-1303-555 15462 2017-04-05 23:56:00 47 -#> 10062 25 A69-1303-555 15464 2017-04-05 23:58:00 47 -#> 10063 25 A69-1303-555 15465 2017-04-06 00:00:00 47 -#> 10064 25 A69-1303-555 15466 2017-04-06 00:02:00 47 -#> 10065 25 A69-1303-555 15467 2017-04-06 00:04:00 47 -#> 10066 25 A69-1303-555 15469 2017-04-06 00:06:00 47 -#> 10067 25 A69-1303-555 15470 2017-04-06 00:08:00 47 -#> 10068 25 A69-1303-555 15472 2017-04-06 00:10:00 47 -#> 10069 25 A69-1303-555 15473 2017-04-06 00:12:00 47 -#> 10070 25 A69-1303-555 15474 2017-04-06 00:14:00 47 -#> 10071 25 A69-1303-555 15476 2017-04-06 00:18:00 47 -#> 10072 25 A69-1303-555 15478 2017-04-06 00:20:00 47 -#> 10073 25 A69-1303-555 15479 2017-04-06 00:22:00 47 -#> 10074 25 A69-1303-555 15480 2017-04-06 00:30:00 47 -#> 10075 25 A69-1303-555 15482 2017-04-06 00:32:00 47 -#> 10076 25 A69-1303-555 15483 2017-04-06 00:34:00 47 -#> 10077 25 A69-1303-555 15484 2017-04-06 00:36:00 47 -#> 10078 25 A69-1303-555 15486 2017-04-06 00:38:00 47 -#> 10079 25 A69-1303-555 15487 2017-04-06 00:40:00 47 -#> 10080 25 A69-1303-555 15489 2017-04-06 00:42:00 47 -#> 10081 25 A69-1303-555 15491 2017-04-06 00:44:00 47 -#> 10082 25 A69-1303-555 15493 2017-04-06 00:46:00 47 -#> 10083 25 A69-1303-555 15495 2017-04-06 00:48:00 47 -#> 10084 25 A69-1303-555 15497 2017-04-06 00:50:00 47 -#> 10085 25 A69-1303-555 15499 2017-04-06 00:52:00 47 -#> 10086 25 A69-1303-555 15501 2017-04-06 00:54:00 47 -#> 10087 25 A69-1303-555 15503 2017-04-06 00:56:00 47 -#> 10088 25 A69-1303-555 15505 2017-04-06 00:58:00 47 -#> 10089 25 A69-1303-555 15506 2017-04-06 01:00:00 47 -#> 10090 25 A69-1303-555 15507 2017-04-06 01:00:00 52 -#> 10091 25 A69-1303-555 15509 2017-04-06 01:02:00 47 -#> 10092 25 A69-1303-555 15510 2017-04-06 01:04:00 47 -#> 10093 25 A69-1303-555 15512 2017-04-06 01:04:00 52 -#> 10094 25 A69-1303-555 15513 2017-04-06 01:06:00 47 -#> 10095 25 A69-1303-555 15515 2017-04-06 01:08:00 47 -#> 10096 25 A69-1303-555 15516 2017-04-06 01:10:00 47 -#> 10097 25 A69-1303-555 15517 2017-04-06 01:10:00 52 -#> 10098 25 A69-1303-555 15520 2017-04-06 01:12:00 47 -#> 10099 25 A69-1303-555 15521 2017-04-06 01:14:00 47 -#> 10100 25 A69-1303-555 15523 2017-04-06 01:18:00 47 -#> 10101 25 A69-1303-555 15524 2017-04-06 01:18:00 52 -#> 10102 25 A69-1303-555 15526 2017-04-06 01:20:00 52 -#> 10103 25 A69-1303-555 15527 2017-04-06 01:20:00 47 -#> 10104 25 A69-1303-555 15528 2017-04-06 01:22:00 52 -#> 10105 25 A69-1303-555 15529 2017-04-06 01:22:00 47 -#> 10106 25 A69-1303-555 15530 2017-04-06 01:24:00 47 -#> 10107 25 A69-1303-555 15531 2017-04-06 01:24:00 52 -#> 10108 25 A69-1303-555 15534 2017-04-06 01:26:00 47 -#> 10109 25 A69-1303-555 15535 2017-04-06 01:26:00 52 -#> 10110 25 A69-1303-555 15539 2017-04-06 01:28:00 52 -#> 10111 25 A69-1303-555 15541 2017-04-06 01:32:00 52 -#> 10112 25 A69-1303-555 15542 2017-04-06 01:32:00 47 -#> 10113 25 A69-1303-555 15543 2017-04-06 01:34:00 52 -#> 10114 25 A69-1303-555 15544 2017-04-06 01:36:00 52 -#> 10115 25 A69-1303-555 15545 2017-04-06 01:36:00 47 -#> 10116 25 A69-1303-555 15546 2017-04-06 01:38:00 52 -#> 10117 25 A69-1303-555 15548 2017-04-06 01:42:00 52 -#> 10118 25 A69-1303-555 15550 2017-04-06 01:42:00 47 -#> 10119 25 A69-1303-555 15551 2017-04-06 01:44:00 47 -#> 10120 25 A69-1303-555 15552 2017-04-06 01:44:00 52 -#> 10121 25 A69-1303-555 15553 2017-04-06 01:46:00 52 -#> 10122 25 A69-1303-555 15554 2017-04-06 01:46:00 47 -#> 10123 25 A69-1303-555 15557 2017-04-06 01:50:00 52 -#> 10124 25 A69-1303-555 15558 2017-04-06 01:54:00 52 -#> 10125 25 A69-1303-555 15559 2017-04-06 01:56:00 52 -#> 10126 25 A69-1303-555 15561 2017-04-06 01:58:00 52 -#> 10127 25 A69-1303-555 15562 2017-04-06 02:00:00 52 -#> 10128 25 A69-1303-555 15563 2017-04-06 02:04:00 52 -#> 10129 25 A69-1303-555 15565 2017-04-06 02:06:00 52 -#> 10130 25 A69-1303-555 15566 2017-04-06 02:08:00 52 -#> 10131 25 A69-1303-555 15567 2017-04-06 02:10:00 52 -#> 10132 25 A69-1303-555 15569 2017-04-06 02:14:00 52 -#> 10133 25 A69-1303-555 15571 2017-04-06 02:16:00 47 -#> 10134 25 A69-1303-555 15572 2017-04-06 02:16:00 52 -#> 10135 25 A69-1303-555 15574 2017-04-06 02:18:00 47 -#> 10136 25 A69-1303-555 15575 2017-04-06 02:20:00 47 -#> 10137 25 A69-1303-555 15576 2017-04-06 02:22:00 47 -#> 10138 25 A69-1303-555 15577 2017-04-06 11:22:00 47 -#> 10139 25 A69-1303-555 15578 2017-04-06 11:32:00 47 -#> 10140 25 A69-1303-555 15579 2017-04-06 11:34:00 47 -#> 10141 25 A69-1303-555 15580 2017-04-06 11:40:00 47 -#> 10142 25 A69-1303-555 15581 2017-04-06 11:44:00 47 -#> 10143 25 A69-1303-555 15582 2017-04-06 11:46:00 47 -#> 10144 25 A69-1303-555 15583 2017-04-06 11:58:00 47 -#> 10145 25 A69-1303-555 15584 2017-04-06 12:02:00 47 -#> 10146 25 A69-1303-555 15586 2017-04-06 12:16:00 47 -#> 10147 25 A69-1303-555 15587 2017-04-06 12:48:00 47 -#> 10148 25 A69-1303-555 15588 2017-04-06 12:50:00 47 -#> 10149 25 A69-1303-555 15589 2017-04-06 12:52:00 47 -#> 10150 25 A69-1303-555 15590 2017-04-06 12:54:00 47 -#> 10151 25 A69-1303-555 15591 2017-04-06 12:58:00 47 -#> 10152 25 A69-1303-555 15592 2017-04-06 13:00:00 47 -#> 10153 25 A69-1303-555 15593 2017-04-06 13:04:00 47 -#> 10154 25 A69-1303-555 15594 2017-04-06 13:10:00 47 -#> 10155 25 A69-1303-555 15595 2017-04-06 13:12:00 47 -#> 10156 25 A69-1303-555 15596 2017-04-06 13:14:00 52 -#> 10157 25 A69-1303-555 15597 2017-04-06 13:14:00 47 -#> 10158 25 A69-1303-555 15598 2017-04-06 13:16:00 47 -#> 10159 25 A69-1303-555 15600 2017-04-06 13:18:00 47 -#> 10160 25 A69-1303-555 15602 2017-04-06 13:22:00 47 -#> 10161 25 A69-1303-555 15603 2017-04-06 13:28:00 52 -#> 10162 25 A69-1303-555 15604 2017-04-06 13:32:00 52 -#> 10163 25 A69-1303-555 15605 2017-04-06 13:32:00 47 -#> 10164 25 A69-1303-555 15607 2017-04-06 13:34:00 52 -#> 10165 25 A69-1303-555 15608 2017-04-06 13:40:00 47 -#> 10166 25 A69-1303-555 15609 2017-04-06 13:42:00 47 -#> 10167 25 A69-1303-555 15610 2017-04-06 13:44:00 47 -#> 10168 25 A69-1303-555 15611 2017-04-06 13:44:00 52 -#> 10169 25 A69-1303-555 15613 2017-04-06 13:46:00 47 -#> 10170 25 A69-1303-555 15614 2017-04-06 13:48:00 47 -#> 10171 25 A69-1303-555 15616 2017-04-06 13:50:00 47 -#> 10172 25 A69-1303-555 15618 2017-04-06 13:52:00 47 -#> 10173 25 A69-1303-555 15620 2017-04-06 13:54:00 47 -#> 10174 25 A69-1303-555 15622 2017-04-06 13:56:00 47 -#> 10175 25 A69-1303-555 15623 2017-04-06 13:58:00 47 -#> 10176 25 A69-1303-555 15625 2017-04-06 14:00:00 47 -#> 10177 25 A69-1303-555 15627 2017-04-06 14:02:00 47 -#> 10178 25 A69-1303-555 15628 2017-04-06 14:04:00 47 -#> 10179 25 A69-1303-555 15630 2017-04-06 14:06:00 47 -#> 10180 25 A69-1303-555 15631 2017-04-06 14:08:00 47 -#> 10181 25 A69-1303-555 15633 2017-04-06 14:12:00 47 -#> 10182 25 A69-1303-555 15636 2017-04-06 14:14:00 47 -#> 10183 25 A69-1303-555 15637 2017-04-06 14:16:00 47 -#> 10184 25 A69-1303-555 15639 2017-04-06 14:24:00 47 -#> 10185 25 A69-1303-555 15640 2017-04-06 14:26:00 47 -#> 10186 25 A69-1303-555 15641 2017-04-06 14:30:00 47 -#> 10187 25 A69-1303-555 15642 2017-04-06 14:32:00 47 -#> 10188 25 A69-1303-555 15643 2017-04-06 14:34:00 47 -#> 10189 25 A69-1303-555 15644 2017-04-06 14:56:00 47 -#> 10190 25 A69-1303-555 15645 2017-04-07 00:48:00 47 -#> 10191 25 A69-1303-555 15646 2017-04-07 00:50:00 47 -#> 10192 25 A69-1303-555 15648 2017-04-07 00:52:00 47 -#> 10193 25 A69-1303-555 15649 2017-04-07 00:54:00 47 -#> 10194 25 A69-1303-555 15652 2017-04-07 00:56:00 47 -#> 10195 25 A69-1303-555 15654 2017-04-07 00:58:00 47 -#> 10196 25 A69-1303-555 15655 2017-04-07 01:00:00 47 -#> 10197 25 A69-1303-555 15657 2017-04-07 01:02:00 47 -#> 10198 25 A69-1303-555 15659 2017-04-07 01:04:00 47 -#> 10199 25 A69-1303-555 15661 2017-04-07 01:06:00 47 -#> 10200 25 A69-1303-555 15663 2017-04-07 01:08:00 47 -#> 10201 25 A69-1303-555 15665 2017-04-07 01:10:00 47 -#> 10202 25 A69-1303-555 15666 2017-04-07 01:12:00 47 -#> 10203 25 A69-1303-555 15669 2017-04-07 01:14:00 47 -#> 10204 25 A69-1303-555 15670 2017-04-07 01:16:00 47 -#> 10205 25 A69-1303-555 15671 2017-04-07 01:18:00 47 -#> 10206 25 A69-1303-555 15672 2017-04-07 01:20:00 47 -#> 10207 25 A69-1303-555 15674 2017-04-07 01:22:00 47 -#> 10208 25 A69-1303-555 15675 2017-04-07 01:24:00 47 -#> 10209 25 A69-1303-555 15677 2017-04-07 01:26:00 47 -#> 10210 25 A69-1303-555 15679 2017-04-07 01:28:00 47 -#> 10211 25 A69-1303-555 15680 2017-04-07 01:30:00 47 -#> 10212 25 A69-1303-555 15681 2017-04-07 01:36:00 47 -#> 10213 25 A69-1303-555 15684 2017-04-07 01:40:00 47 -#> 10214 25 A69-1303-555 15686 2017-04-07 01:42:00 47 -#> 10215 25 A69-1303-555 15688 2017-04-07 01:44:00 47 -#> 10216 25 A69-1303-555 15689 2017-04-07 01:46:00 47 -#> 10217 25 A69-1303-555 15691 2017-04-07 01:48:00 47 -#> 10218 25 A69-1303-555 15692 2017-04-07 01:50:00 47 -#> 10219 25 A69-1303-555 15693 2017-04-07 01:52:00 47 -#> 10220 25 A69-1303-555 15695 2017-04-07 01:54:00 47 -#> 10221 25 A69-1303-555 15696 2017-04-07 01:56:00 47 -#> 10222 25 A69-1303-555 15698 2017-04-07 01:58:00 47 -#> 10223 25 A69-1303-555 15700 2017-04-07 02:00:00 47 -#> 10224 25 A69-1303-555 15702 2017-04-07 02:02:00 47 -#> 10225 25 A69-1303-555 15705 2017-04-07 02:04:00 47 -#> 10226 25 A69-1303-555 15706 2017-04-07 02:06:00 47 -#> 10227 25 A69-1303-555 15707 2017-04-07 02:08:00 47 -#> 10228 25 A69-1303-555 15708 2017-04-07 02:12:00 47 -#> 10229 25 A69-1303-555 15709 2017-04-07 02:14:00 47 -#> 10230 25 A69-1303-555 15710 2017-04-07 02:20:00 47 -#> 10231 25 A69-1303-555 15711 2017-04-07 02:22:00 47 -#> 10232 25 A69-1303-555 15714 2017-04-07 02:24:00 47 -#> 10233 25 A69-1303-555 15715 2017-04-07 02:26:00 47 -#> 10234 25 A69-1303-555 15717 2017-04-07 02:28:00 47 -#> 10235 25 A69-1303-555 15718 2017-04-07 02:30:00 47 -#> 10236 25 A69-1303-555 15719 2017-04-07 02:32:00 47 -#> 10237 25 A69-1303-555 15721 2017-04-07 02:34:00 47 -#> 10238 25 A69-1303-555 15723 2017-04-07 02:36:00 47 -#> 10239 25 A69-1303-555 15725 2017-04-07 02:48:00 47 -#> 10240 25 A69-1303-555 15726 2017-04-07 02:52:00 47 -#> 10241 25 A69-1303-555 15727 2017-04-07 02:54:00 47 -#> 10242 25 A69-1303-555 15728 2017-04-07 02:56:00 47 -#> 10243 25 A69-1303-555 15730 2017-04-07 02:58:00 47 -#> 10244 25 A69-1303-555 15732 2017-04-07 03:00:00 47 -#> 10245 25 A69-1303-555 15735 2017-04-07 03:04:00 47 -#> 10246 25 A69-1303-555 15737 2017-04-07 03:06:00 47 -#> 10247 25 A69-1303-555 15739 2017-04-07 03:08:00 47 -#> 10248 25 A69-1303-555 15741 2017-04-07 03:10:00 47 -#> 10249 25 A69-1303-555 15742 2017-04-07 03:12:00 47 -#> 10250 25 A69-1303-555 15743 2017-04-07 03:20:00 47 -#> 10251 25 A69-1303-555 15744 2017-04-07 03:22:00 47 -#> 10252 25 A69-1303-555 15745 2017-04-07 04:28:00 47 -#> 10253 25 A69-1303-555 15746 2017-04-07 04:32:00 47 -#> 10254 25 A69-1303-555 15748 2017-04-07 04:34:00 47 -#> 10255 25 A69-1303-555 15749 2017-04-07 04:38:00 47 -#> 10256 25 A69-1303-555 15750 2017-04-07 04:40:00 47 -#> 10257 25 A69-1303-555 15752 2017-04-07 04:40:00 52 -#> 10258 25 A69-1303-555 15753 2017-04-07 04:42:00 47 -#> 10259 25 A69-1303-555 15756 2017-04-07 04:44:00 47 -#> 10260 25 A69-1303-555 15758 2017-04-07 04:46:00 47 -#> 10261 25 A69-1303-555 15759 2017-04-07 04:50:00 52 -#> 10262 25 A69-1303-555 15760 2017-04-07 04:50:00 47 -#> 10263 25 A69-1303-555 15761 2017-04-07 04:52:00 47 -#> 10264 25 A69-1303-555 15762 2017-04-07 05:02:00 47 -#> 10265 25 A69-1303-555 15763 2017-04-07 05:04:00 52 -#> 10266 25 A69-1303-555 15764 2017-04-07 05:04:00 47 -#> 10267 25 A69-1303-555 15765 2017-04-07 05:06:00 47 -#> 10268 25 A69-1303-555 15766 2017-04-07 05:08:00 47 -#> 10269 25 A69-1303-555 15767 2017-04-07 05:08:00 52 -#> 10270 25 A69-1303-555 15768 2017-04-07 05:10:00 47 -#> 10271 25 A69-1303-555 15770 2017-04-07 05:12:00 47 -#> 10272 25 A69-1303-555 15771 2017-04-07 05:18:00 47 -#> 10273 25 A69-1303-555 15772 2017-04-07 05:20:00 47 -#> 10274 25 A69-1303-555 15775 2017-04-07 05:22:00 47 -#> 10275 25 A69-1303-555 15776 2017-04-07 06:14:00 41 -#> 10276 25 A69-1303-555 15777 2017-04-07 06:18:00 41 -#> 10277 25 A69-1303-555 15778 2017-04-07 06:38:00 41 -#> 10278 25 A69-1303-555 15779 2017-04-07 06:42:00 41 -#> 10279 25 A69-1303-555 15780 2017-04-07 07:22:00 47 -#> 10280 25 A69-1303-555 15782 2017-04-07 08:18:00 47 -#> 10281 25 A69-1303-555 15783 2017-04-07 08:20:00 47 -#> 10282 25 A69-1303-555 15784 2017-04-07 08:22:00 47 -#> 10283 25 A69-1303-555 15785 2017-04-07 08:28:00 47 -#> 10284 25 A69-1303-555 15786 2017-04-07 08:38:00 47 -#> 10285 25 A69-1303-555 15787 2017-04-08 21:10:00 50 -#> 10286 25 A69-1303-555 15788 2017-04-08 21:14:00 50 -#> 10287 25 A69-1303-555 15790 2017-04-08 21:16:00 50 -#> 10288 25 A69-1303-555 15791 2017-04-08 21:18:00 50 -#> 10289 25 A69-1303-555 15793 2017-04-08 21:20:00 50 -#> 10290 25 A69-1303-555 15794 2017-04-08 21:22:00 50 -#> 10291 25 A69-1303-555 15796 2017-04-10 07:32:00 45 -#> 10292 25 A69-1303-555 15797 2017-04-10 07:34:00 45 -#> 10293 25 A69-1303-555 15798 2017-04-10 07:36:00 45 -#> 10294 25 A69-1303-555 15800 2017-04-10 07:40:00 45 -#> 10295 25 A69-1303-555 15802 2017-04-10 07:42:00 45 -#> 10296 25 A69-1303-555 15803 2017-04-10 07:44:00 45 -#> 10297 25 A69-1303-555 15804 2017-04-10 07:46:00 45 -#> 10298 25 A69-1303-555 15806 2017-04-10 07:48:00 45 -#> 10299 25 A69-1303-555 15808 2017-04-10 07:50:00 45 -#> 10300 25 A69-1303-555 15809 2017-04-10 07:52:00 45 -#> 10301 25 A69-1303-555 15810 2017-04-10 07:54:00 45 -#> 10302 25 A69-1303-555 15812 2017-04-10 08:00:00 45 -#> 10303 25 A69-1303-555 15813 2017-04-10 08:02:00 45 -#> 10304 25 A69-1303-555 15814 2017-04-10 08:04:00 45 -#> 10305 25 A69-1303-555 15816 2017-04-10 08:06:00 45 -#> 10306 25 A69-1303-555 15817 2017-04-10 08:08:00 45 -#> 10307 25 A69-1303-555 15819 2017-04-10 08:10:00 45 -#> 10308 25 A69-1303-555 15822 2017-04-10 08:12:00 45 -#> 10309 25 A69-1303-555 15823 2017-04-10 08:14:00 45 -#> 10310 25 A69-1303-555 15826 2017-04-10 08:16:00 45 -#> 10311 25 A69-1303-555 15828 2017-04-10 08:18:00 45 -#> 10312 25 A69-1303-555 15829 2017-04-10 08:20:00 45 -#> 10313 25 A69-1303-555 15830 2017-04-10 08:22:00 45 -#> 10314 25 A69-1303-555 15831 2017-04-10 08:24:00 45 -#> 10315 25 A69-1303-555 15833 2017-04-10 08:26:00 45 -#> 10316 25 A69-1303-555 15835 2017-04-10 08:28:00 45 -#> 10317 25 A69-1303-555 15837 2017-04-10 08:30:00 45 -#> 10318 25 A69-1303-555 15838 2017-04-10 08:32:00 45 -#> 10319 25 A69-1303-555 15840 2017-04-10 08:34:00 45 -#> 10320 25 A69-1303-555 15841 2017-04-10 08:36:00 45 -#> 10321 25 A69-1303-555 15842 2017-04-10 08:40:00 45 -#> 10322 25 A69-1303-555 15845 2017-04-10 08:44:00 45 -#> 10323 25 A69-1303-555 15846 2017-04-10 08:46:00 45 -#> 10324 25 A69-1303-555 15847 2017-04-10 08:50:00 45 -#> 10325 25 A69-1303-555 15848 2017-04-10 08:52:00 45 -#> 10326 25 A69-1303-555 15850 2017-04-10 08:56:00 45 -#> 10327 25 A69-1303-555 15851 2017-04-10 08:58:00 45 -#> 10328 25 A69-1303-555 15853 2017-04-10 09:00:00 45 -#> 10329 25 A69-1303-555 15855 2017-04-10 09:02:00 45 -#> 10330 25 A69-1303-555 15856 2017-04-10 09:04:00 45 -#> 10331 25 A69-1303-555 15859 2017-04-10 09:08:00 45 -#> 10332 25 A69-1303-555 15860 2017-04-10 09:10:00 45 -#> 10333 25 A69-1303-555 15862 2017-04-10 09:12:00 45 -#> 10334 25 A69-1303-555 15864 2017-04-10 09:14:00 45 -#> 10335 25 A69-1303-555 15865 2017-04-10 09:16:00 45 -#> 10336 25 A69-1303-555 15866 2017-04-10 09:18:00 45 -#> 10337 25 A69-1303-555 15867 2017-04-10 09:20:00 45 -#> 10338 25 A69-1303-555 15869 2017-04-10 09:22:00 45 -#> 10339 25 A69-1303-555 15871 2017-04-10 09:30:00 45 -#> 10340 25 A69-1303-555 15872 2017-04-11 02:12:00 51 -#> 10341 25 A69-1303-555 15874 2017-04-11 02:14:00 51 -#> 10342 25 A69-1303-555 15875 2017-04-12 20:52:00 50 -#> 10343 25 A69-1303-555 15876 2017-04-12 20:54:00 50 -#> 10344 25 A69-1303-555 15877 2017-04-12 21:00:00 51 -#> 10345 25 A69-1303-555 15878 2017-04-12 21:02:00 51 -#> 10346 25 A69-1303-555 15879 2017-04-12 22:56:00 48 -#> 10347 25 A69-1303-555 15880 2017-04-12 22:58:00 48 -#> 10348 25 A69-1303-555 15882 2017-04-12 23:00:00 48 -#> 10349 25 A69-1303-555 15883 2017-04-12 23:02:00 48 -#> 10350 25 A69-1303-555 15884 2017-04-12 23:26:00 48 -#> 10351 25 A69-1303-555 15885 2017-04-13 06:58:00 48 -#> 10352 25 A69-1303-555 15887 2017-04-13 07:00:00 48 -#> 10353 25 A69-1303-555 15888 2017-04-13 07:02:00 48 -#> 10354 25 A69-1303-555 15889 2017-04-13 07:04:00 48 -#> 10355 25 A69-1303-555 15890 2017-04-13 07:06:00 48 -#> 10356 25 A69-1303-555 15891 2017-04-13 07:12:00 48 -#> 10357 25 A69-1303-555 15892 2017-04-13 07:14:00 48 -#> 10358 25 A69-1303-555 15894 2017-04-13 07:16:00 48 -#> 10359 25 A69-1303-555 15895 2017-04-13 07:18:00 48 -#> 10360 25 A69-1303-555 15897 2017-04-13 07:20:00 48 -#> 10361 25 A69-1303-555 15899 2017-04-13 07:22:00 48 -#> 10362 25 A69-1303-555 15901 2017-04-13 07:26:00 48 -#> 10363 25 A69-1303-555 15902 2017-04-13 07:30:00 48 -#> 10364 25 A69-1303-555 15905 2017-04-13 07:32:00 48 -#> 10365 25 A69-1303-555 15906 2017-04-13 07:34:00 48 -#> 10366 25 A69-1303-555 15907 2017-04-13 07:36:00 48 -#> 10367 25 A69-1303-555 15908 2017-04-13 07:38:00 48 -#> 10368 25 A69-1303-555 15909 2017-04-13 07:40:00 48 -#> 10369 25 A69-1303-555 15910 2017-04-13 08:04:00 48 -#> 10370 25 A69-1303-555 15911 2017-04-13 08:06:00 48 -#> 10371 25 A69-1303-555 15912 2017-04-13 08:16:00 48 -#> 10372 25 A69-1303-555 15913 2017-04-13 08:28:00 48 -#> 10373 25 A69-1303-555 15914 2017-04-13 08:32:00 48 -#> 10374 25 A69-1303-555 15915 2017-04-13 08:44:00 48 -#> 10375 25 A69-1303-555 15916 2017-04-13 08:46:00 48 -#> 10376 25 A69-1303-555 15918 2017-04-13 08:48:00 48 -#> 10377 25 A69-1303-555 15919 2017-04-13 08:50:00 48 -#> 10378 25 A69-1303-555 15920 2017-04-13 09:46:00 48 -#> 10379 25 A69-1303-555 15921 2017-04-13 10:00:00 48 -#> 10380 25 A69-1303-555 15922 2017-04-13 10:26:00 48 -#> 10381 25 A69-1303-555 15923 2017-04-13 10:34:00 48 -#> 10382 25 A69-1303-555 15924 2017-04-13 10:36:00 48 -#> 10383 25 A69-1303-555 15925 2017-04-13 23:28:00 57 -#> 10384 25 A69-1303-555 15926 2017-04-13 23:30:00 57 -#> 10385 25 A69-1303-555 15927 2017-04-13 23:50:00 57 -#> 10386 25 A69-1303-555 15928 2017-04-13 23:52:00 57 -#> 10387 25 A69-1303-555 15929 2017-04-13 23:54:00 57 -#> 10388 25 A69-1303-555 15930 2017-04-13 23:58:00 57 -#> 10389 25 A69-1303-555 15931 2017-04-14 00:00:00 57 -#> 10390 25 A69-1303-555 15932 2017-04-14 00:02:00 57 -#> 10391 25 A69-1303-555 15933 2017-04-14 00:04:00 57 -#> 10392 25 A69-1303-555 15934 2017-04-14 00:06:00 57 -#> 10393 25 A69-1303-555 15935 2017-04-14 00:14:00 57 -#> 10394 25 A69-1303-555 15936 2017-04-14 09:26:00 57 -#> 10395 25 A69-1303-555 15937 2017-04-14 09:48:00 57 -#> 10396 25 A69-1303-555 15938 2017-04-14 10:00:00 57 -#> 10397 25 A69-1303-555 15939 2017-04-14 10:06:00 57 -#> 10398 25 A69-1303-555 15940 2017-04-14 10:16:00 57 -#> 10399 25 A69-1303-555 15941 2017-04-14 10:54:00 57 -#> 10400 25 A69-1303-555 15942 2017-04-14 11:04:00 57 -#> 10401 25 A69-1303-555 15943 2017-04-14 11:14:00 57 -#> 10402 25 A69-1303-555 15944 2017-04-14 11:18:00 57 -#> 10403 25 A69-1303-555 15945 2017-04-14 11:36:00 57 -#> 10404 25 A69-1303-555 15946 2017-04-14 16:06:00 21 -#> 10405 25 A69-1303-555 15947 2017-04-14 16:08:00 21 -#> 10406 25 A69-1303-555 15949 2017-04-14 16:08:00 57 -#> 10407 25 A69-1303-555 15950 2017-04-14 16:10:00 21 -#> 10408 25 A69-1303-555 15951 2017-04-14 16:12:00 57 -#> 10409 25 A69-1303-555 15952 2017-04-14 16:14:00 57 -#> 10410 25 A69-1303-555 15953 2017-04-14 16:16:00 57 -#> 10411 25 A69-1303-555 15955 2017-04-14 16:18:00 21 -#> 10412 25 A69-1303-555 15956 2017-04-14 16:20:00 21 -#> 10413 25 A69-1303-555 15958 2017-04-14 16:22:00 21 -#> 10414 25 A69-1303-555 15961 2017-04-14 16:26:00 21 -#> 10415 25 A69-1303-555 15962 2017-04-14 16:28:00 21 -#> 10416 25 A69-1303-555 15964 2017-04-14 16:30:00 21 -#> 10417 25 A69-1303-555 15965 2017-04-14 16:32:00 57 -#> 10418 25 A69-1303-555 15966 2017-04-14 16:36:00 21 -#> 10419 25 A69-1303-555 15968 2017-04-14 16:38:00 21 -#> 10420 25 A69-1303-555 15969 2017-04-14 16:40:00 21 -#> 10421 25 A69-1303-555 15970 2017-04-14 16:40:00 57 -#> 10422 25 A69-1303-555 15972 2017-04-14 16:44:00 21 -#> 10423 25 A69-1303-555 15973 2017-04-14 16:46:00 21 -#> 10424 25 A69-1303-555 15974 2017-04-14 16:48:00 21 -#> 10425 25 A69-1303-555 15976 2017-04-14 16:50:00 21 -#> 10426 25 A69-1303-555 15977 2017-04-14 16:52:00 21 -#> 10427 25 A69-1303-555 15979 2017-04-14 16:56:00 21 -#> 10428 25 A69-1303-555 15980 2017-04-14 16:56:00 57 -#> 10429 25 A69-1303-555 15981 2017-04-14 16:58:00 21 -#> 10430 25 A69-1303-555 15983 2017-04-14 17:00:00 21 -#> 10431 25 A69-1303-555 15985 2017-04-14 17:00:00 57 -#> 10432 25 A69-1303-555 15986 2017-04-14 17:02:00 21 -#> 10433 25 A69-1303-555 15987 2017-04-14 17:02:00 57 -#> 10434 25 A69-1303-555 15989 2017-04-14 17:04:00 21 -#> 10435 25 A69-1303-555 15991 2017-04-14 17:06:00 21 -#> 10436 25 A69-1303-555 15992 2017-04-14 17:06:00 57 -#> 10437 25 A69-1303-555 15993 2017-04-14 17:08:00 21 -#> 10438 25 A69-1303-555 15996 2017-04-14 17:10:00 21 -#> 10439 25 A69-1303-555 15998 2017-04-14 17:12:00 21 -#> 10440 25 A69-1303-555 15999 2017-04-14 17:12:00 57 -#> 10441 25 A69-1303-555 16002 2017-04-14 17:14:00 21 -#> 10442 25 A69-1303-555 16003 2017-04-14 17:14:00 57 -#> 10443 25 A69-1303-555 16004 2017-04-14 17:16:00 21 -#> 10444 25 A69-1303-555 16005 2017-04-14 17:16:00 57 -#> 10445 25 A69-1303-555 16006 2017-04-14 17:18:00 21 -#> 10446 25 A69-1303-555 16007 2017-04-14 17:18:00 57 -#> 10447 25 A69-1303-555 16009 2017-04-14 17:20:00 21 -#> 10448 25 A69-1303-555 16010 2017-04-14 17:22:00 21 -#> 10449 25 A69-1303-555 16011 2017-04-14 17:22:00 57 -#> 10450 25 A69-1303-555 16012 2017-04-14 17:24:00 57 -#> 10451 25 A69-1303-555 16013 2017-04-14 17:26:00 57 -#> 10452 25 A69-1303-555 16014 2017-04-14 17:28:00 57 -#> 10453 25 A69-1303-555 16015 2017-04-14 17:30:00 57 -#> 10454 25 A69-1303-555 16016 2017-04-14 17:32:00 57 -#> 10455 25 A69-1303-555 16017 2017-04-14 17:34:00 21 -#> 10456 25 A69-1303-555 16018 2017-04-14 18:06:00 45 -#> 10457 25 A69-1303-555 16020 2017-04-14 18:10:00 45 -#> 10458 25 A69-1303-555 16021 2017-04-14 18:12:00 45 -#> 10459 25 A69-1303-555 16022 2017-04-14 18:18:00 45 -#> 10460 25 A69-1303-555 16024 2017-04-14 18:22:00 45 -#> 10461 25 A69-1303-555 16026 2017-04-14 18:26:00 45 -#> 10462 25 A69-1303-555 16027 2017-04-14 18:34:00 45 -#> 10463 25 A69-1303-555 16028 2017-04-14 18:36:00 45 -#> 10464 25 A69-1303-555 16031 2017-04-14 18:40:00 45 -#> 10465 25 A69-1303-555 16032 2017-04-14 18:48:00 45 -#> 10466 25 A69-1303-555 16034 2017-04-14 18:50:00 45 -#> 10467 25 A69-1303-555 16035 2017-04-14 18:54:00 45 -#> 10468 25 A69-1303-555 16036 2017-04-14 18:58:00 45 -#> 10469 25 A69-1303-555 16037 2017-04-14 19:00:00 45 -#> 10470 25 A69-1303-555 16038 2017-04-14 19:06:00 45 -#> 10471 25 A69-1303-555 16039 2017-04-14 19:08:00 45 -#> 10472 25 A69-1303-555 16040 2017-04-14 19:12:00 45 -#> 10473 25 A69-1303-555 16042 2017-04-14 19:14:00 45 -#> 10474 25 A69-1303-555 16044 2017-04-14 19:18:00 45 -#> 10475 25 A69-1303-555 16046 2017-04-14 19:22:00 45 -#> 10476 25 A69-1303-555 16048 2017-04-14 19:28:00 45 -#> 10477 25 A69-1303-555 16051 2017-04-14 19:30:00 45 -#> 10478 25 A69-1303-555 16053 2017-04-14 19:32:00 45 -#> 10479 25 A69-1303-555 16054 2017-04-14 19:34:00 45 -#> 10480 25 A69-1303-555 16056 2017-04-14 19:36:00 45 -#> 10481 25 A69-1303-555 16058 2017-04-14 19:42:00 45 -#> 10482 25 A69-1303-555 16060 2017-04-14 19:44:00 45 -#> 10483 25 A69-1303-555 16062 2017-04-14 19:46:00 45 -#> 10484 25 A69-1303-555 16063 2017-04-14 19:56:00 45 -#> 10485 25 A69-1303-555 16064 2017-04-14 20:00:00 45 -#> 10486 25 A69-1303-555 16065 2017-04-14 20:04:00 45 -#> 10487 25 A69-1303-555 16066 2017-04-14 20:06:00 45 -#> 10488 25 A69-1303-555 16068 2017-04-14 20:12:00 45 -#> 10489 25 A69-1303-555 16069 2017-04-14 20:14:00 45 -#> 10490 25 A69-1303-555 16070 2017-04-14 20:16:00 45 -#> 10491 25 A69-1303-555 16071 2017-04-14 20:18:00 45 -#> 10492 25 A69-1303-555 16072 2017-04-14 20:20:00 45 -#> 10493 25 A69-1303-555 16073 2017-04-14 20:24:00 45 -#> 10494 25 A69-1303-555 16075 2017-04-14 20:26:00 45 -#> 10495 25 A69-1303-555 16076 2017-04-14 20:28:00 45 -#> 10496 25 A69-1303-555 16077 2017-04-14 20:30:00 45 -#> 10497 25 A69-1303-555 16079 2017-04-14 20:32:00 45 -#> 10498 25 A69-1303-555 16081 2017-04-14 20:34:00 45 -#> 10499 25 A69-1303-555 16083 2017-04-14 20:36:00 45 -#> 10500 25 A69-1303-555 16084 2017-04-14 20:38:00 45 -#> 10501 25 A69-1303-555 16085 2017-04-14 20:40:00 45 -#> 10502 25 A69-1303-555 16087 2017-04-14 20:42:00 56 -#> 10503 25 A69-1303-555 16088 2017-04-14 20:42:00 45 -#> 10504 25 A69-1303-555 16089 2017-04-14 20:44:00 56 -#> 10505 25 A69-1303-555 16090 2017-04-14 20:44:00 45 -#> 10506 25 A69-1303-555 16092 2017-04-14 20:46:00 56 -#> 10507 25 A69-1303-555 16093 2017-04-14 20:46:00 45 -#> 10508 25 A69-1303-555 16095 2017-04-14 20:48:00 45 -#> 10509 25 A69-1303-555 16096 2017-04-14 20:48:00 56 -#> 10510 25 A69-1303-555 16098 2017-04-14 20:50:00 56 -#> 10511 25 A69-1303-555 16099 2017-04-14 20:50:00 45 -#> 10512 25 A69-1303-555 16101 2017-04-14 20:52:00 45 -#> 10513 25 A69-1303-555 16102 2017-04-14 20:52:00 56 -#> 10514 25 A69-1303-555 16104 2017-04-14 20:54:00 45 -#> 10515 25 A69-1303-555 16105 2017-04-14 20:56:00 45 -#> 10516 25 A69-1303-555 16106 2017-04-14 20:56:00 56 -#> 10517 25 A69-1303-555 16107 2017-04-14 20:58:00 45 -#> 10518 25 A69-1303-555 16108 2017-04-14 20:58:00 56 -#> 10519 25 A69-1303-555 16111 2017-04-14 21:00:00 56 -#> 10520 25 A69-1303-555 16112 2017-04-14 21:00:00 45 -#> 10521 25 A69-1303-555 16113 2017-04-14 21:02:00 56 -#> 10522 25 A69-1303-555 16114 2017-04-14 21:02:00 45 -#> 10523 25 A69-1303-555 16116 2017-04-14 21:04:00 45 -#> 10524 25 A69-1303-555 16117 2017-04-14 21:04:00 56 -#> 10525 25 A69-1303-555 16119 2017-04-14 21:06:00 56 -#> 10526 25 A69-1303-555 16120 2017-04-14 21:06:00 45 -#> 10527 25 A69-1303-555 16122 2017-04-14 21:08:00 45 -#> 10528 25 A69-1303-555 16123 2017-04-14 21:08:00 56 -#> 10529 25 A69-1303-555 16125 2017-04-14 21:10:00 45 -#> 10530 25 A69-1303-555 16126 2017-04-14 21:12:00 56 -#> 10531 25 A69-1303-555 16127 2017-04-14 21:12:00 45 -#> 10532 25 A69-1303-555 16130 2017-04-14 21:14:00 45 -#> 10533 25 A69-1303-555 16131 2017-04-14 21:14:00 56 -#> 10534 25 A69-1303-555 16132 2017-04-14 21:16:00 56 -#> 10535 25 A69-1303-555 16134 2017-04-14 21:16:00 45 -#> 10536 25 A69-1303-555 16136 2017-04-14 21:18:00 45 -#> 10537 25 A69-1303-555 16138 2017-04-14 21:18:00 56 -#> 10538 25 A69-1303-555 16140 2017-04-14 21:20:00 56 -#> 10539 25 A69-1303-555 16141 2017-04-14 21:20:00 45 -#> 10540 25 A69-1303-555 16142 2017-04-14 21:22:00 45 -#> 10541 25 A69-1303-555 16144 2017-04-14 21:22:00 56 -#> 10542 25 A69-1303-555 16145 2017-04-14 21:24:00 45 -#> 10543 25 A69-1303-555 16147 2017-04-14 21:26:00 45 -#> 10544 25 A69-1303-555 16148 2017-04-14 21:28:00 45 -#> 10545 25 A69-1303-555 16149 2017-04-14 21:30:00 45 -#> 10546 25 A69-1303-555 16151 2017-04-14 21:32:00 45 -#> 10547 25 A69-1303-555 16154 2017-04-14 21:34:00 45 -#> 10548 25 A69-1303-555 16155 2017-04-14 21:36:00 45 -#> 10549 25 A69-1303-555 16156 2017-04-14 21:38:00 45 -#> 10550 25 A69-1303-555 16159 2017-04-14 21:40:00 45 -#> 10551 25 A69-1303-555 16160 2017-04-14 21:42:00 45 -#> 10552 25 A69-1303-555 16161 2017-04-14 21:44:00 45 -#> 10553 25 A69-1303-555 16163 2017-04-14 21:48:00 45 -#> 10554 25 A69-1303-555 16165 2017-04-14 21:50:00 45 -#> 10555 25 A69-1303-555 16166 2017-04-14 21:52:00 45 -#> 10556 25 A69-1303-555 16168 2017-04-14 21:58:00 45 -#> 10557 25 A69-1303-555 16169 2017-04-14 23:26:00 48 -#> 10558 25 A69-1303-555 16171 2017-04-14 23:36:00 48 -#> 10559 25 A69-1303-555 16172 2017-04-14 23:38:00 48 -#> 10560 25 A69-1303-555 16173 2017-04-14 23:40:00 48 -#> 10561 25 A69-1303-555 16174 2017-04-14 23:42:00 48 -#> 10562 25 A69-1303-555 16176 2017-04-14 23:44:00 48 -#> 10563 25 A69-1303-555 16178 2017-04-14 23:46:00 48 -#> 10564 25 A69-1303-555 16180 2017-04-14 23:48:00 48 -#> 10565 25 A69-1303-555 16182 2017-04-15 00:36:00 48 -#> 10566 25 A69-1303-555 16183 2017-04-15 00:38:00 48 -#> 10567 25 A69-1303-555 16184 2017-04-15 00:40:00 48 -#> 10568 25 A69-1303-555 16185 2017-04-15 00:42:00 48 -#> 10569 25 A69-1303-555 16186 2017-04-15 00:46:00 48 -#> 10570 25 A69-1303-555 16188 2017-04-15 00:48:00 48 -#> 10571 25 A69-1303-555 16190 2017-04-15 00:50:00 48 -#> 10572 25 A69-1303-555 16192 2017-04-15 00:52:00 48 -#> 10573 25 A69-1303-555 16194 2017-04-15 00:54:00 48 -#> 10574 25 A69-1303-555 16195 2017-04-15 00:56:00 48 -#> 10575 25 A69-1303-555 16197 2017-04-15 00:58:00 48 -#> 10576 25 A69-1303-555 16198 2017-04-15 01:00:00 48 -#> 10577 25 A69-1303-555 16200 2017-04-15 01:02:00 48 -#> 10578 25 A69-1303-555 16202 2017-04-15 01:06:00 48 -#> 10579 25 A69-1303-555 16205 2017-04-15 01:08:00 48 -#> 10580 25 A69-1303-555 16206 2017-04-15 01:12:00 48 -#> 10581 25 A69-1303-555 16207 2017-04-15 01:34:00 49 -#> 10582 25 A69-1303-555 16208 2017-04-15 01:52:00 49 -#> 10583 25 A69-1303-555 16209 2017-04-15 02:06:00 49 -#> 10584 25 A69-1303-555 16210 2017-04-18 03:48:00 51 -#> 10585 25 A69-1303-555 16212 2017-04-18 03:50:00 51 -#> 10586 25 A69-1303-555 16214 2017-04-18 03:52:00 51 -#> 10587 25 A69-1303-555 16215 2017-04-18 03:54:00 51 -#> 10588 25 A69-1303-555 16216 2017-04-18 03:56:00 51 -#> 10589 25 A69-1303-555 16219 2017-04-18 03:58:00 51 -#> 10590 25 A69-1303-555 16221 2017-04-18 04:00:00 51 -#> 10591 25 A69-1303-555 16223 2017-04-18 04:02:00 51 -#> 10592 25 A69-1303-555 16224 2017-04-18 04:04:00 51 -#> 10593 25 A69-1303-555 16225 2017-04-18 04:06:00 51 -#> 10594 25 A69-1303-555 16227 2017-04-18 04:08:00 51 -#> 10595 25 A69-1303-555 16230 2017-04-18 04:10:00 51 -#> 10596 25 A69-1303-555 16231 2017-04-18 04:14:00 51 -#> 10597 25 A69-1303-555 16232 2017-04-18 04:16:00 51 -#> 10598 25 A69-1303-555 16233 2017-04-18 04:20:00 51 -#> 10599 25 A69-1303-555 16234 2017-04-18 04:22:00 51 -#> 10600 25 A69-1303-555 16236 2017-04-18 04:24:00 51 -#> 10601 25 A69-1303-555 16237 2017-04-18 04:28:00 51 -#> 10602 25 A69-1303-555 16238 2017-04-18 20:28:00 52 -#> 10603 25 A69-1303-555 16239 2017-04-18 20:38:00 47 -#> 10604 25 A69-1303-555 16240 2017-04-18 20:40:00 47 -#> 10605 25 A69-1303-555 16242 2017-04-18 20:42:00 52 -#> 10606 25 A69-1303-555 16243 2017-04-18 20:44:00 52 -#> 10607 25 A69-1303-555 16244 2017-04-18 20:48:00 52 -#> 10608 25 A69-1303-555 16246 2017-04-18 20:54:00 47 -#> 10609 25 A69-1303-555 16247 2017-04-18 20:54:00 52 -#> 10610 25 A69-1303-555 16248 2017-04-18 20:56:00 52 -#> 10611 25 A69-1303-555 16249 2017-04-18 20:58:00 52 -#> 10612 25 A69-1303-555 16250 2017-04-18 21:00:00 52 -#> 10613 25 A69-1303-555 16251 2017-04-18 21:00:00 47 -#> 10614 25 A69-1303-555 16253 2017-04-18 21:04:00 52 -#> 10615 25 A69-1303-555 16254 2017-04-18 21:04:00 47 -#> 10616 25 A69-1303-555 16256 2017-04-18 21:06:00 52 -#> 10617 25 A69-1303-555 16258 2017-04-18 21:08:00 52 -#> 10618 25 A69-1303-555 16259 2017-04-18 21:08:00 47 -#> 10619 25 A69-1303-555 16263 2017-04-18 21:10:00 52 -#> 10620 25 A69-1303-555 16264 2017-04-18 21:10:00 47 -#> 10621 25 A69-1303-555 16268 2017-04-18 21:12:00 52 -#> 10622 25 A69-1303-555 16270 2017-04-18 21:14:00 52 -#> 10623 25 A69-1303-555 16272 2017-04-18 21:18:00 52 -#> 10624 25 A69-1303-555 16273 2017-04-18 21:20:00 47 -#> 10625 25 A69-1303-555 16274 2017-04-18 21:20:00 52 -#> 10626 25 A69-1303-555 16276 2017-04-18 21:34:00 47 -#> 10627 25 A69-1303-555 16277 2017-04-19 00:56:00 47 -#> 10628 25 A69-1303-555 16279 2017-04-19 00:58:00 47 -#> 10629 25 A69-1303-555 16280 2017-04-19 01:00:00 47 -#> 10630 25 A69-1303-555 16281 2017-04-19 01:02:00 47 -#> 10631 25 A69-1303-555 16284 2017-04-19 01:04:00 47 -#> 10632 25 A69-1303-555 16285 2017-04-19 01:10:00 47 -#> 10633 25 A69-1303-555 16286 2017-04-19 01:12:00 47 -#> 10634 25 A69-1303-555 16287 2017-04-19 01:12:00 52 -#> 10635 25 A69-1303-555 16288 2017-04-19 01:24:00 52 -#> 10636 25 A69-1303-555 16289 2017-04-19 01:38:00 52 -#> 10637 25 A69-1303-555 16291 2017-04-19 01:40:00 47 -#> 10638 25 A69-1303-555 16292 2017-04-19 01:40:00 52 -#> 10639 25 A69-1303-555 16294 2017-04-19 01:42:00 52 -#> 10640 25 A69-1303-555 16295 2017-04-19 01:42:00 47 -#> 10641 25 A69-1303-555 16296 2017-04-19 01:44:00 52 -#> 10642 25 A69-1303-555 16298 2017-04-19 01:46:00 52 -#> 10643 25 A69-1303-555 16299 2017-04-19 01:48:00 52 -#> 10644 25 A69-1303-555 16300 2017-04-19 02:00:00 52 -#> 10645 25 A69-1303-555 16301 2017-04-19 02:08:00 52 -#> 10646 25 A69-1303-555 16302 2017-04-19 02:22:00 47 -#> 10647 25 A69-1303-555 16304 2017-04-19 02:28:00 52 -#> 10648 25 A69-1303-555 16305 2017-04-19 02:30:00 52 -#> 10649 25 A69-1303-555 16307 2017-04-19 02:32:00 52 -#> 10650 25 A69-1303-555 16309 2017-04-19 02:36:00 52 -#> 10651 25 A69-1303-555 16311 2017-04-19 02:38:00 52 -#> 10652 25 A69-1303-555 16313 2017-04-19 02:40:00 52 -#> 10653 25 A69-1303-555 16314 2017-04-19 02:42:00 52 -#> 10654 25 A69-1303-555 16316 2017-04-19 02:44:00 52 -#> 10655 25 A69-1303-555 16317 2017-04-19 03:04:00 52 -#> 10656 25 A69-1303-555 16318 2017-04-20 01:10:00 51 -#> 10657 25 A69-1303-555 16320 2017-04-20 01:12:00 51 -#> 10658 25 A69-1303-555 16321 2017-04-20 01:14:00 51 -#> 10659 25 A69-1303-555 16322 2017-04-20 01:16:00 51 -#> 10660 25 A69-1303-555 16324 2017-04-20 01:18:00 51 -#> 10661 25 A69-1303-555 16326 2017-04-20 01:20:00 51 -#> 10662 25 A69-1303-555 16327 2017-04-20 01:22:00 51 -#> 10663 25 A69-1303-555 16329 2017-04-20 01:24:00 51 -#> 10664 25 A69-1303-555 16331 2017-04-20 01:26:00 51 -#> 10665 25 A69-1303-555 16333 2017-04-20 01:28:00 51 -#> 10666 25 A69-1303-555 16334 2017-04-20 01:30:00 51 -#> 10667 25 A69-1303-555 16336 2017-04-20 01:32:00 51 -#> 10668 25 A69-1303-555 16337 2017-04-20 01:34:00 51 -#> 10669 25 A69-1303-555 16339 2017-04-20 01:36:00 51 -#> 10670 25 A69-1303-555 16340 2017-04-20 01:38:00 51 -#> 10671 25 A69-1303-555 16341 2017-04-20 01:40:00 51 -#> 10672 25 A69-1303-555 16342 2017-04-20 01:42:00 51 -#> 10673 25 A69-1303-555 16344 2017-04-20 01:44:00 51 -#> 10674 25 A69-1303-555 16345 2017-04-20 01:46:00 51 -#> 10675 25 A69-1303-555 16346 2017-04-20 01:48:00 51 -#> 10676 25 A69-1303-555 16347 2017-04-20 01:52:00 51 -#> 10677 25 A69-1303-555 16348 2017-04-20 01:54:00 51 -#> 10678 25 A69-1303-555 16349 2017-04-20 01:58:00 51 -#> 10679 25 A69-1303-555 16350 2017-04-20 02:06:00 51 -#> 10680 25 A69-1303-555 16351 2017-04-20 02:24:00 51 -#> 10681 25 A69-1303-555 16352 2017-04-20 02:26:00 51 -#> 10682 25 A69-1303-555 16353 2017-04-21 04:14:00 48 -#> 10683 25 A69-1303-555 16354 2017-04-21 04:16:00 48 -#> 10684 25 A69-1303-555 16355 2017-04-21 04:20:00 48 -#> 10685 25 A69-1303-555 16356 2017-04-21 04:22:00 48 -#> 10686 25 A69-1303-555 16358 2017-04-21 04:24:00 48 -#> 10687 25 A69-1303-555 16360 2017-04-21 04:26:00 48 -#> 10688 25 A69-1303-555 16361 2017-04-21 04:32:00 48 -#> 10689 25 A69-1303-555 16363 2017-04-21 04:36:00 48 -#> 10690 25 A69-1303-555 16364 2017-04-21 04:40:00 48 -#> 10691 25 A69-1303-555 16365 2017-04-21 04:42:00 48 -#> 10692 25 A69-1303-555 16366 2017-04-21 04:44:00 48 -#> 10693 25 A69-1303-555 16368 2017-04-21 04:56:00 48 -#> 10694 25 A69-1303-555 16369 2017-04-21 04:58:00 48 -#> 10695 25 A69-1303-555 16370 2017-04-21 08:56:00 45 -#> 10696 25 A69-1303-555 16371 2017-04-21 09:26:00 45 -#> 10697 25 A69-1303-555 16372 2017-04-21 11:24:00 45 -#> 10698 25 A69-1303-555 16373 2017-04-21 11:48:00 45 -#> 10699 25 A69-1303-555 16374 2017-04-21 11:50:00 45 -#> 10700 25 A69-1303-555 16375 2017-04-21 11:52:00 45 -#> 10701 25 A69-1303-555 16376 2017-04-21 12:08:00 45 -#> 10702 25 A69-1303-555 16377 2017-04-21 12:18:00 45 -#> 10703 25 A69-1303-555 16379 2017-04-21 12:28:00 45 -#> 10704 25 A69-1303-555 16380 2017-04-21 16:56:00 45 -#> 10705 25 A69-1303-555 16381 2017-04-21 17:12:00 45 -#> 10706 25 A69-1303-555 16383 2017-04-21 17:14:00 45 -#> 10707 25 A69-1303-555 16385 2017-04-21 17:18:00 45 -#> 10708 25 A69-1303-555 16386 2017-04-21 17:20:00 45 -#> 10709 25 A69-1303-555 16387 2017-04-21 17:22:00 45 -#> 10710 25 A69-1303-555 16388 2017-04-21 17:24:00 45 -#> 10711 25 A69-1303-555 16389 2017-04-21 17:28:00 45 -#> 10712 25 A69-1303-555 16390 2017-04-21 17:32:00 45 -#> 10713 25 A69-1303-555 16393 2017-04-21 17:34:00 45 -#> 10714 25 A69-1303-555 16394 2017-04-21 17:36:00 45 -#> 10715 25 A69-1303-555 16395 2017-04-21 17:40:00 45 -#> 10716 25 A69-1303-555 16397 2017-04-21 17:42:00 45 -#> 10717 25 A69-1303-555 16399 2017-04-21 17:44:00 45 -#> 10718 25 A69-1303-555 16401 2017-04-21 17:46:00 45 -#> 10719 25 A69-1303-555 16402 2017-04-21 17:48:00 45 -#> 10720 25 A69-1303-555 16404 2017-04-21 17:50:00 45 -#> 10721 25 A69-1303-555 16405 2017-04-21 17:52:00 45 -#> 10722 25 A69-1303-555 16407 2017-04-21 17:54:00 45 -#> 10723 25 A69-1303-555 16408 2017-04-21 17:56:00 45 -#> 10724 25 A69-1303-555 16409 2017-04-21 17:58:00 45 -#> 10725 25 A69-1303-555 16411 2017-04-21 18:00:00 45 -#> 10726 25 A69-1303-555 16412 2017-04-21 18:02:00 45 -#> 10727 25 A69-1303-555 16414 2017-04-21 18:04:00 45 -#> 10728 25 A69-1303-555 16415 2017-04-21 18:06:00 45 -#> 10729 25 A69-1303-555 16416 2017-04-21 18:08:00 45 -#> 10730 25 A69-1303-555 16418 2017-04-21 18:10:00 45 -#> 10731 25 A69-1303-555 16420 2017-04-21 18:12:00 45 -#> 10732 25 A69-1303-555 16421 2017-04-21 18:14:00 45 -#> 10733 25 A69-1303-555 16422 2017-04-21 18:16:00 45 -#> 10734 25 A69-1303-555 16423 2017-04-21 18:20:00 45 -#> 10735 25 A69-1303-555 16424 2017-04-21 18:22:00 45 -#> 10736 25 A69-1303-555 16425 2017-04-21 18:26:00 45 -#> 10737 25 A69-1303-555 16426 2017-04-21 18:30:00 45 -#> 10738 25 A69-1303-555 16427 2017-04-21 18:32:00 45 -#> 10739 25 A69-1303-555 16429 2017-04-21 18:34:00 45 -#> 10740 25 A69-1303-555 16431 2017-04-21 18:38:00 45 -#> 10741 25 A69-1303-555 16432 2017-04-21 18:42:00 45 -#> 10742 25 A69-1303-555 16433 2017-04-21 18:44:00 45 -#> 10743 25 A69-1303-555 16434 2017-04-21 18:46:00 45 -#> 10744 25 A69-1303-555 16436 2017-04-21 18:48:00 45 -#> 10745 25 A69-1303-555 16437 2017-04-21 18:50:00 45 -#> 10746 25 A69-1303-555 16439 2017-04-21 18:52:00 45 -#> 10747 25 A69-1303-555 16440 2017-04-21 18:54:00 45 -#> 10748 25 A69-1303-555 16441 2017-04-21 18:56:00 45 -#> 10749 25 A69-1303-555 16442 2017-04-21 18:58:00 45 -#> 10750 25 A69-1303-555 16443 2017-04-21 19:00:00 45 -#> 10751 25 A69-1303-555 16445 2017-04-21 19:02:00 45 -#> 10752 25 A69-1303-555 16447 2017-04-21 19:04:00 45 -#> 10753 25 A69-1303-555 16448 2017-04-21 19:06:00 45 -#> 10754 25 A69-1303-555 16450 2017-04-21 19:08:00 45 -#> 10755 25 A69-1303-555 16452 2017-04-21 19:10:00 45 -#> 10756 25 A69-1303-555 16454 2017-04-21 19:14:00 45 -#> 10757 25 A69-1303-555 16456 2017-04-21 19:16:00 45 -#> 10758 25 A69-1303-555 16457 2017-04-21 19:18:00 45 -#> 10759 25 A69-1303-555 16459 2017-04-21 19:20:00 45 -#> 10760 25 A69-1303-555 16461 2017-04-21 19:24:00 45 -#> 10761 25 A69-1303-555 16463 2017-04-21 19:26:00 45 -#> 10762 25 A69-1303-555 16464 2017-04-21 19:28:00 45 -#> 10763 25 A69-1303-555 16465 2017-04-21 19:30:00 45 -#> 10764 25 A69-1303-555 16466 2017-04-21 19:32:00 45 -#> 10765 25 A69-1303-555 16468 2017-04-21 19:34:00 45 -#> 10766 25 A69-1303-555 16469 2017-04-21 19:36:00 45 -#> 10767 25 A69-1303-555 16471 2017-04-21 19:38:00 45 -#> 10768 25 A69-1303-555 16473 2017-04-21 19:40:00 45 -#> 10769 25 A69-1303-555 16474 2017-04-21 19:42:00 45 -#> 10770 25 A69-1303-555 16475 2017-04-21 19:44:00 45 -#> 10771 25 A69-1303-555 16477 2017-04-21 19:46:00 45 -#> 10772 25 A69-1303-555 16478 2017-04-21 19:48:00 45 -#> 10773 25 A69-1303-555 16480 2017-04-21 19:50:00 45 -#> 10774 25 A69-1303-555 16481 2017-04-21 19:52:00 45 -#> 10775 25 A69-1303-555 16483 2017-04-21 19:54:00 45 -#> 10776 25 A69-1303-555 16484 2017-04-21 19:56:00 45 -#> 10777 25 A69-1303-555 16486 2017-04-21 19:58:00 45 -#> 10778 25 A69-1303-555 16487 2017-04-21 20:00:00 45 -#> 10779 25 A69-1303-555 16488 2017-04-21 20:02:00 45 -#> 10780 25 A69-1303-555 16490 2017-04-21 20:04:00 45 -#> 10781 25 A69-1303-555 16492 2017-04-21 20:06:00 45 -#> 10782 25 A69-1303-555 16494 2017-04-21 20:08:00 45 -#> 10783 25 A69-1303-555 16495 2017-04-21 20:10:00 45 -#> 10784 25 A69-1303-555 16496 2017-04-21 20:12:00 45 -#> 10785 25 A69-1303-555 16499 2017-04-21 20:14:00 45 -#> 10786 25 A69-1303-555 16501 2017-04-21 20:16:00 45 -#> 10787 25 A69-1303-555 16502 2017-04-21 20:18:00 45 -#> 10788 25 A69-1303-555 16503 2017-04-21 20:20:00 45 -#> 10789 25 A69-1303-555 16504 2017-04-21 20:22:00 45 -#> 10790 25 A69-1303-555 16505 2017-04-21 20:24:00 45 -#> 10791 25 A69-1303-555 16507 2017-04-21 20:28:00 45 -#> 10792 25 A69-1303-555 16509 2017-04-21 20:30:00 45 -#> 10793 25 A69-1303-555 16512 2017-04-21 20:32:00 45 -#> 10794 25 A69-1303-555 16513 2017-04-21 20:34:00 45 -#> 10795 25 A69-1303-555 16515 2017-04-21 20:38:00 45 -#> 10796 25 A69-1303-555 16517 2017-04-21 20:44:00 45 -#> 10797 25 A69-1303-555 16519 2017-04-21 20:46:00 45 -#> 10798 25 A69-1303-555 16521 2017-04-21 20:48:00 45 -#> 10799 25 A69-1303-555 16523 2017-04-21 20:50:00 45 -#> 10800 25 A69-1303-555 16525 2017-04-21 20:52:00 45 -#> 10801 25 A69-1303-555 16527 2017-04-21 20:54:00 45 -#> 10802 25 A69-1303-555 16529 2017-04-21 20:56:00 45 -#> 10803 25 A69-1303-555 16530 2017-04-21 20:58:00 45 -#> 10804 25 A69-1303-555 16531 2017-04-21 21:00:00 45 -#> 10805 25 A69-1303-555 16533 2017-04-21 21:02:00 45 -#> 10806 25 A69-1303-555 16534 2017-04-21 21:04:00 45 -#> 10807 25 A69-1303-555 16537 2017-04-21 21:06:00 45 -#> 10808 25 A69-1303-555 16539 2017-04-21 21:08:00 56 -#> 10809 25 A69-1303-555 16540 2017-04-21 21:08:00 45 -#> 10810 25 A69-1303-555 16542 2017-04-21 21:10:00 45 -#> 10811 25 A69-1303-555 16543 2017-04-21 21:12:00 45 -#> 10812 25 A69-1303-555 16544 2017-04-21 21:12:00 56 -#> 10813 25 A69-1303-555 16546 2017-04-21 21:14:00 56 -#> 10814 25 A69-1303-555 16547 2017-04-21 21:14:00 45 -#> 10815 25 A69-1303-555 16549 2017-04-21 21:16:00 45 -#> 10816 25 A69-1303-555 16550 2017-04-21 21:16:00 56 -#> 10817 25 A69-1303-555 16554 2017-04-21 21:18:00 56 -#> 10818 25 A69-1303-555 16556 2017-04-21 21:20:00 56 -#> 10819 25 A69-1303-555 16557 2017-04-21 21:20:00 45 -#> 10820 25 A69-1303-555 16558 2017-04-21 21:24:00 56 -#> 10821 25 A69-1303-555 16560 2017-04-21 21:26:00 56 -#> 10822 25 A69-1303-555 16562 2017-04-21 21:28:00 56 -#> 10823 25 A69-1303-555 16563 2017-04-21 21:30:00 56 -#> 10824 25 A69-1303-555 16565 2017-04-21 21:32:00 56 -#> 10825 25 A69-1303-555 16566 2017-04-21 21:34:00 56 -#> 10826 25 A69-1303-555 16567 2017-04-21 21:36:00 56 -#> 10827 25 A69-1303-555 16568 2017-04-21 21:38:00 56 -#> 10828 25 A69-1303-555 16569 2017-04-21 21:38:00 45 -#> 10829 25 A69-1303-555 16571 2017-04-21 21:40:00 45 -#> 10830 25 A69-1303-555 16572 2017-04-21 21:40:00 56 -#> 10831 25 A69-1303-555 16573 2017-04-21 21:42:00 45 -#> 10832 25 A69-1303-555 16575 2017-04-21 21:44:00 45 -#> 10833 25 A69-1303-555 16576 2017-04-21 21:46:00 45 -#> 10834 25 A69-1303-555 16578 2017-04-21 21:48:00 45 -#> 10835 25 A69-1303-555 16580 2017-04-21 21:50:00 45 -#> 10836 25 A69-1303-555 16581 2017-04-21 21:52:00 45 -#> 10837 25 A69-1303-555 16583 2017-04-21 21:54:00 45 -#> 10838 25 A69-1303-555 16584 2017-04-21 22:12:00 56 -#> 10839 25 A69-1303-555 16585 2017-04-21 22:14:00 45 -#> 10840 25 A69-1303-555 16586 2017-04-21 22:16:00 56 -#> 10841 25 A69-1303-555 16587 2017-04-21 22:16:00 45 -#> 10842 25 A69-1303-555 16589 2017-04-21 22:18:00 45 -#> 10843 25 A69-1303-555 16590 2017-04-21 22:18:00 56 -#> 10844 25 A69-1303-555 16592 2017-04-21 22:20:00 56 -#> 10845 25 A69-1303-555 16593 2017-04-21 22:20:00 45 -#> 10846 25 A69-1303-555 16596 2017-04-21 22:22:00 56 -#> 10847 25 A69-1303-555 16597 2017-04-21 22:22:00 45 -#> 10848 25 A69-1303-555 16599 2017-04-21 22:24:00 45 -#> 10849 25 A69-1303-555 16602 2017-04-21 22:26:00 45 -#> 10850 25 A69-1303-555 16603 2017-04-21 22:26:00 56 -#> 10851 25 A69-1303-555 16604 2017-04-21 22:28:00 45 -#> 10852 25 A69-1303-555 16606 2017-04-21 22:30:00 45 -#> 10853 25 A69-1303-555 16608 2017-04-21 22:32:00 45 -#> 10854 25 A69-1303-555 16609 2017-04-21 22:34:00 45 -#> 10855 25 A69-1303-555 16611 2017-04-21 22:36:00 45 -#> 10856 25 A69-1303-555 16613 2017-04-21 22:38:00 45 -#> 10857 25 A69-1303-555 16615 2017-04-21 22:40:00 45 -#> 10858 25 A69-1303-555 16617 2017-04-21 22:42:00 45 -#> 10859 25 A69-1303-555 16619 2017-04-21 22:44:00 45 -#> 10860 25 A69-1303-555 16621 2017-04-21 22:46:00 45 -#> 10861 25 A69-1303-555 16622 2017-04-21 22:46:00 56 -#> 10862 25 A69-1303-555 16623 2017-04-21 22:48:00 45 -#> 10863 25 A69-1303-555 16624 2017-04-21 22:48:00 56 -#> 10864 25 A69-1303-555 16626 2017-04-21 22:50:00 45 -#> 10865 25 A69-1303-555 16628 2017-04-21 22:52:00 45 -#> 10866 25 A69-1303-555 16630 2017-04-21 22:54:00 45 -#> 10867 25 A69-1303-555 16632 2017-04-21 22:58:00 45 -#> 10868 25 A69-1303-555 16633 2017-04-22 00:48:00 45 -#> 10869 25 A69-1303-555 16634 2017-04-22 00:52:00 45 -#> 10870 25 A69-1303-555 16635 2017-04-22 00:56:00 45 -#> 10871 25 A69-1303-555 16638 2017-04-22 00:58:00 45 -#> 10872 25 A69-1303-555 16640 2017-04-22 01:00:00 45 -#> 10873 25 A69-1303-555 16642 2017-04-22 01:02:00 45 -#> 10874 25 A69-1303-555 16643 2017-04-22 01:04:00 45 -#> 10875 25 A69-1303-555 16645 2017-04-22 01:06:00 45 -#> 10876 25 A69-1303-555 16646 2017-04-22 01:08:00 45 -#> 10877 25 A69-1303-555 16648 2017-04-22 01:10:00 56 -#> 10878 25 A69-1303-555 16649 2017-04-22 01:10:00 45 -#> 10879 25 A69-1303-555 16650 2017-04-22 01:12:00 56 -#> 10880 25 A69-1303-555 16651 2017-04-22 01:12:00 45 -#> 10881 25 A69-1303-555 16652 2017-04-22 01:14:00 45 -#> 10882 25 A69-1303-555 16653 2017-04-22 01:16:00 45 -#> 10883 25 A69-1303-555 16655 2017-04-22 01:18:00 56 -#> 10884 25 A69-1303-555 16656 2017-04-22 01:18:00 45 -#> 10885 25 A69-1303-555 16658 2017-04-22 01:20:00 45 -#> 10886 25 A69-1303-555 16659 2017-04-22 01:20:00 56 -#> 10887 25 A69-1303-555 16660 2017-04-22 01:22:00 56 -#> 10888 25 A69-1303-555 16661 2017-04-22 01:22:00 45 -#> 10889 25 A69-1303-555 16662 2017-04-22 01:24:00 45 -#> 10890 25 A69-1303-555 16665 2017-04-22 01:26:00 45 -#> 10891 25 A69-1303-555 16666 2017-04-22 01:28:00 45 -#> 10892 25 A69-1303-555 16668 2017-04-22 01:30:00 45 -#> 10893 25 A69-1303-555 16669 2017-04-22 01:32:00 45 -#> 10894 25 A69-1303-555 16671 2017-04-22 01:34:00 45 -#> 10895 25 A69-1303-555 16673 2017-04-22 01:36:00 45 -#> 10896 25 A69-1303-555 16674 2017-04-22 01:38:00 45 -#> 10897 25 A69-1303-555 16675 2017-04-22 01:40:00 45 -#> 10898 25 A69-1303-555 16677 2017-04-22 01:42:00 45 -#> 10899 25 A69-1303-555 16678 2017-04-22 01:44:00 45 -#> 10900 25 A69-1303-555 16680 2017-04-22 01:46:00 45 -#> 10901 25 A69-1303-555 16681 2017-04-22 01:46:00 57 -#> 10902 25 A69-1303-555 16682 2017-04-22 01:48:00 57 -#> 10903 25 A69-1303-555 16684 2017-04-22 01:52:00 57 -#> 10904 25 A69-1303-555 16686 2017-04-22 01:52:00 43 -#> 10905 25 A69-1303-555 16687 2017-04-22 01:54:00 57 -#> 10906 25 A69-1303-555 16688 2017-04-22 01:54:00 43 -#> 10907 25 A69-1303-555 16692 2017-04-22 01:56:00 57 -#> 10908 25 A69-1303-555 16693 2017-04-22 01:56:00 43 -#> 10909 25 A69-1303-555 16697 2017-04-22 01:58:00 57 -#> 10910 25 A69-1303-555 16699 2017-04-22 02:00:00 57 -#> 10911 25 A69-1303-555 16700 2017-04-22 02:02:00 57 -#> 10912 25 A69-1303-555 16702 2017-04-22 02:04:00 57 -#> 10913 25 A69-1303-555 16703 2017-04-22 02:06:00 57 -#> 10914 25 A69-1303-555 16704 2017-04-22 02:06:00 43 -#> 10915 25 A69-1303-555 16706 2017-04-22 02:08:00 57 -#> 10916 25 A69-1303-555 16708 2017-04-22 02:08:00 43 -#> 10917 25 A69-1303-555 16709 2017-04-22 02:10:00 57 -#> 10918 25 A69-1303-555 16710 2017-04-22 02:10:00 43 -#> 10919 25 A69-1303-555 16711 2017-04-22 02:12:00 43 -#> 10920 25 A69-1303-555 16712 2017-04-22 02:14:00 43 -#> 10921 25 A69-1303-555 16713 2017-04-22 02:56:00 48 -#> 10922 25 A69-1303-555 16714 2017-04-22 03:12:00 48 -#> 10923 25 A69-1303-555 16715 2017-04-22 03:14:00 48 -#> 10924 25 A69-1303-555 16716 2017-04-22 03:16:00 48 -#> 10925 25 A69-1303-555 16718 2017-04-22 03:18:00 48 -#> 10926 25 A69-1303-555 16720 2017-04-22 03:20:00 48 -#> 10927 25 A69-1303-555 16721 2017-04-22 03:22:00 48 -#> 10928 25 A69-1303-555 16722 2017-04-22 03:24:00 48 -#> 10929 25 A69-1303-555 16724 2017-04-22 03:26:00 48 -#> 10930 25 A69-1303-555 16726 2017-04-22 03:28:00 48 -#> 10931 25 A69-1303-555 16727 2017-04-22 03:30:00 48 -#> 10932 25 A69-1303-555 16729 2017-04-22 03:32:00 48 -#> 10933 25 A69-1303-555 16730 2017-04-22 03:34:00 48 -#> 10934 25 A69-1303-555 16731 2017-04-22 03:36:00 48 -#> 10935 25 A69-1303-555 16732 2017-04-22 03:38:00 48 -#> 10936 25 A69-1303-555 16733 2017-04-22 03:58:00 49 -#> 10937 25 A69-1303-555 16734 2017-04-22 04:00:00 49 -#> 10938 25 A69-1303-555 16736 2017-04-22 04:02:00 49 -#> 10939 25 A69-1303-555 16738 2017-04-22 04:04:00 49 -#> 10940 25 A69-1303-555 16739 2017-04-22 04:06:00 49 -#> 10941 25 A69-1303-555 16740 2017-04-22 04:08:00 49 -#> 10942 25 A69-1303-555 16742 2017-04-22 04:12:00 49 -#> 10943 25 A69-1303-555 16744 2017-04-22 04:18:00 49 -#> 10944 25 A69-1303-555 16745 2017-04-22 04:20:00 49 -#> 10945 25 A69-1303-555 16746 2017-04-22 04:22:00 49 -#> 10946 25 A69-1303-555 16747 2017-04-22 04:26:00 49 -#> 10947 25 A69-1303-555 16748 2017-04-22 04:28:00 49 -#> 10948 25 A69-1303-555 16749 2017-04-22 04:30:00 49 -#> 10949 25 A69-1303-555 16751 2017-04-22 04:32:00 49 -#> 10950 25 A69-1303-555 16753 2017-04-22 04:34:00 49 -#> 10951 25 A69-1303-555 16754 2017-04-22 04:40:00 49 -#> 10952 25 A69-1303-555 16755 2017-04-22 04:42:00 49 -#> 10953 25 A69-1303-555 16756 2017-04-23 03:44:00 51 -#> 10954 25 A69-1303-555 16757 2017-04-23 03:54:00 51 -#> 10955 25 A69-1303-555 16758 2017-04-23 03:56:00 51 -#> 10956 25 A69-1303-555 16759 2017-04-23 03:58:00 51 -#> 10957 25 A69-1303-555 16761 2017-04-23 04:02:00 51 -#> 10958 25 A69-1303-555 16762 2017-04-23 04:04:00 51 -#> 10959 25 A69-1303-555 16763 2017-04-23 04:10:00 51 -#> 10960 25 A69-1303-555 16764 2017-04-23 04:14:00 51 -#> 10961 25 A69-1303-555 16766 2017-04-23 04:16:00 51 -#> 10962 25 A69-1303-555 16767 2017-04-23 04:18:00 51 -#> 10963 25 A69-1303-555 16769 2017-04-23 04:20:00 51 -#> 10964 25 A69-1303-555 16771 2017-04-23 04:22:00 51 -#> 10965 25 A69-1303-555 16772 2017-04-23 04:26:00 51 -#> 10966 25 A69-1303-555 16774 2017-04-23 04:28:00 51 -#> 10967 25 A69-1303-555 16776 2017-04-23 04:30:00 51 -#> 10968 25 A69-1303-555 16777 2017-04-23 04:32:00 51 -#> 10969 25 A69-1303-555 16779 2017-04-23 04:34:00 51 -#> 10970 25 A69-1303-555 16780 2017-04-23 04:36:00 51 -#> 10971 25 A69-1303-555 16781 2017-04-23 04:38:00 51 -#> 10972 25 A69-1303-555 16782 2017-04-23 04:48:00 51 -#> 10973 25 A69-1303-555 16783 2017-04-23 11:32:00 51 -#> 10974 25 A69-1303-555 16784 2017-04-23 11:34:00 51 -#> 10975 25 A69-1303-555 16785 2017-04-23 13:24:00 51 -#> 10976 25 A69-1303-555 16786 2017-04-23 13:38:00 51 -#> 10977 25 A69-1303-555 16787 2017-04-23 14:18:00 51 -#> 10978 25 A69-1303-555 16788 2017-04-23 14:22:00 51 -#> 10979 25 A69-1303-555 16789 2017-04-23 14:28:00 51 -#> 10980 25 A69-1303-555 16790 2017-04-23 14:36:00 51 -#> 10981 25 A69-1303-555 16791 2017-04-23 14:48:00 51 -#> 10982 25 A69-1303-555 16792 2017-04-23 14:52:00 51 -#> 10983 25 A69-1303-555 16793 2017-04-27 19:56:00 45 -#> 10984 25 A69-1303-555 16794 2017-04-27 19:58:00 45 -#> 10985 25 A69-1303-555 16796 2017-04-27 20:00:00 45 -#> 10986 25 A69-1303-555 16798 2017-04-27 20:02:00 45 -#> 10987 25 A69-1303-555 16799 2017-04-27 20:04:00 45 -#> 10988 25 A69-1303-555 16801 2017-04-27 20:06:00 45 -#> 10989 25 A69-1303-555 16803 2017-04-27 20:08:00 45 -#> 10990 25 A69-1303-555 16804 2017-04-27 20:10:00 45 -#> 10991 25 A69-1303-555 16806 2017-04-27 20:12:00 45 -#> 10992 25 A69-1303-555 16807 2017-04-27 20:14:00 45 -#> 10993 25 A69-1303-555 16808 2017-04-27 20:16:00 45 -#> 10994 25 A69-1303-555 16810 2017-04-27 20:18:00 45 -#> 10995 25 A69-1303-555 16811 2017-04-27 20:20:00 56 -#> 10996 25 A69-1303-555 16812 2017-04-27 20:20:00 45 -#> 10997 25 A69-1303-555 16813 2017-04-27 20:22:00 45 -#> 10998 25 A69-1303-555 16815 2017-04-27 20:22:00 56 -#> 10999 25 A69-1303-555 16816 2017-04-27 20:24:00 45 -#> 11000 25 A69-1303-555 16818 2017-04-27 20:26:00 45 -#> 11001 25 A69-1303-555 16819 2017-04-27 20:28:00 45 -#> 11002 25 A69-1303-555 16821 2017-04-27 20:28:00 56 -#> 11003 25 A69-1303-555 16822 2017-04-27 20:30:00 45 -#> 11004 25 A69-1303-555 16823 2017-04-27 20:30:00 56 -#> 11005 25 A69-1303-555 16824 2017-04-27 20:32:00 45 -#> 11006 25 A69-1303-555 16825 2017-04-27 20:34:00 45 -#> 11007 25 A69-1303-555 16826 2017-04-27 20:40:00 45 -#> 11008 25 A69-1303-555 16828 2017-04-27 20:44:00 45 -#> 11009 25 A69-1303-555 16829 2017-04-27 20:48:00 45 -#> 11010 25 A69-1303-555 16830 2017-04-27 20:50:00 45 -#> 11011 25 A69-1303-555 16832 2017-04-27 20:52:00 45 -#> 11012 25 A69-1303-555 16834 2017-04-27 20:54:00 45 -#> 11013 25 A69-1303-555 16836 2017-04-27 20:56:00 45 -#> 11014 25 A69-1303-555 16837 2017-04-27 20:58:00 45 -#> 11015 25 A69-1303-555 16839 2017-04-27 21:00:00 45 -#> 11016 25 A69-1303-555 16841 2017-04-27 21:02:00 45 -#> 11017 25 A69-1303-555 16842 2017-04-27 21:04:00 45 -#> 11018 25 A69-1303-555 16844 2017-04-27 21:06:00 45 -#> 11019 25 A69-1303-555 16846 2017-04-27 21:08:00 45 -#> 11020 25 A69-1303-555 16848 2017-04-27 21:10:00 45 -#> 11021 25 A69-1303-555 16849 2017-04-27 21:12:00 45 -#> 11022 25 A69-1303-555 16851 2017-04-27 21:14:00 45 -#> 11023 25 A69-1303-555 16854 2017-04-27 21:16:00 45 -#> 11024 25 A69-1303-555 16855 2017-04-27 21:18:00 45 -#> 11025 25 A69-1303-555 16857 2017-04-27 21:20:00 45 -#> 11026 25 A69-1303-555 16859 2017-04-27 21:22:00 45 -#> 11027 25 A69-1303-555 16860 2017-04-27 21:24:00 45 -#> 11028 25 A69-1303-555 16863 2017-04-27 21:26:00 45 -#> 11029 25 A69-1303-555 16865 2017-04-27 21:28:00 45 -#> 11030 25 A69-1303-555 16867 2017-04-27 21:30:00 45 -#> 11031 25 A69-1303-555 16868 2017-04-27 21:32:00 45 -#> 11032 25 A69-1303-555 16871 2017-04-27 21:38:00 45 -#> 11033 25 A69-1303-555 16873 2017-04-27 21:40:00 45 -#> 11034 25 A69-1303-555 16874 2017-04-27 21:42:00 45 -#> 11035 25 A69-1303-555 16876 2017-04-27 21:46:00 45 -#> 11036 25 A69-1303-555 16877 2017-04-27 21:50:00 45 -#> 11037 25 A69-1303-555 16878 2017-04-27 21:52:00 45 -#> 11038 25 A69-1303-555 16879 2017-04-27 21:54:00 45 -#> 11039 25 A69-1303-555 16881 2017-04-27 21:58:00 45 -#> 11040 25 A69-1303-555 16882 2017-04-27 22:00:00 45 -#> 11041 25 A69-1303-555 16884 2017-04-27 22:04:00 45 -#> 11042 25 A69-1303-555 16887 2017-04-27 22:06:00 45 -#> 11043 25 A69-1303-555 16889 2017-04-27 22:08:00 45 -#> 11044 25 A69-1303-555 16890 2017-04-27 22:10:00 45 -#> 11045 25 A69-1303-555 16891 2017-04-27 22:12:00 45 -#> 11046 25 A69-1303-555 16893 2017-04-27 22:14:00 45 -#> 11047 25 A69-1303-555 16895 2017-04-27 22:16:00 45 -#> 11048 25 A69-1303-555 16896 2017-04-27 22:18:00 45 -#> 11049 25 A69-1303-555 16899 2017-04-27 22:20:00 45 -#> 11050 25 A69-1303-555 16900 2017-04-27 22:22:00 45 -#> 11051 25 A69-1303-555 16901 2017-04-27 22:24:00 45 -#> 11052 25 A69-1303-555 16902 2017-04-27 22:26:00 45 -#> 11053 25 A69-1303-555 16904 2017-04-27 22:28:00 45 -#> 11054 25 A69-1303-555 16905 2017-04-27 22:30:00 45 -#> 11055 25 A69-1303-555 16907 2017-04-27 22:32:00 45 -#> 11056 25 A69-1303-555 16909 2017-04-27 22:34:00 45 -#> 11057 25 A69-1303-555 16910 2017-04-27 22:36:00 45 -#> 11058 25 A69-1303-555 16913 2017-04-27 22:38:00 45 -#> 11059 25 A69-1303-555 16915 2017-04-27 22:40:00 45 -#> 11060 25 A69-1303-555 16917 2017-04-27 22:42:00 45 -#> 11061 25 A69-1303-555 16919 2017-04-27 22:44:00 45 -#> 11062 25 A69-1303-555 16921 2017-04-27 22:46:00 45 -#> 11063 25 A69-1303-555 16922 2017-04-27 22:48:00 45 -#> 11064 25 A69-1303-555 16924 2017-04-27 22:50:00 45 -#> 11065 25 A69-1303-555 16926 2017-04-27 22:52:00 45 -#> 11066 25 A69-1303-555 16927 2017-04-27 22:54:00 45 -#> 11067 25 A69-1303-555 16929 2017-04-27 22:56:00 45 -#> 11068 25 A69-1303-555 16930 2017-04-27 22:58:00 45 -#> 11069 25 A69-1303-555 16932 2017-04-27 23:00:00 45 -#> 11070 25 A69-1303-555 16934 2017-04-27 23:02:00 45 -#> 11071 25 A69-1303-555 16937 2017-04-27 23:04:00 45 -#> 11072 25 A69-1303-555 16939 2017-04-27 23:06:00 45 -#> 11073 25 A69-1303-555 16941 2017-04-27 23:08:00 45 -#> 11074 25 A69-1303-555 16943 2017-04-27 23:10:00 45 -#> 11075 25 A69-1303-555 16944 2017-04-27 23:12:00 45 -#> 11076 25 A69-1303-555 16945 2017-04-27 23:14:00 45 -#> 11077 25 A69-1303-555 16948 2017-04-27 23:16:00 45 -#> 11078 25 A69-1303-555 16950 2017-04-27 23:18:00 45 -#> 11079 25 A69-1303-555 16951 2017-04-27 23:20:00 45 -#> 11080 25 A69-1303-555 16953 2017-04-27 23:22:00 45 -#> 11081 25 A69-1303-555 16954 2017-04-27 23:24:00 45 -#> 11082 25 A69-1303-555 16957 2017-04-27 23:26:00 45 -#> 11083 25 A69-1303-555 16958 2017-04-27 23:28:00 45 -#> 11084 25 A69-1303-555 16960 2017-04-27 23:30:00 45 -#> 11085 25 A69-1303-555 16962 2017-04-27 23:32:00 45 -#> 11086 25 A69-1303-555 16963 2017-04-27 23:34:00 45 -#> 11087 25 A69-1303-555 16965 2017-04-27 23:36:00 45 -#> 11088 25 A69-1303-555 16966 2017-04-27 23:38:00 45 -#> 11089 25 A69-1303-555 16968 2017-04-27 23:40:00 45 -#> 11090 25 A69-1303-555 16969 2017-04-27 23:42:00 45 -#> 11091 25 A69-1303-555 16970 2017-04-27 23:46:00 45 -#> 11092 25 A69-1303-555 16971 2017-04-27 23:48:00 56 -#> 11093 25 A69-1303-555 16972 2017-04-27 23:50:00 45 -#> 11094 25 A69-1303-555 16974 2017-04-27 23:52:00 45 -#> 11095 25 A69-1303-555 16976 2017-04-27 23:54:00 45 -#> 11096 25 A69-1303-555 16977 2017-04-27 23:54:00 56 -#> 11097 25 A69-1303-555 16978 2017-04-27 23:56:00 45 -#> 11098 25 A69-1303-555 16979 2017-04-27 23:58:00 45 -#> 11099 25 A69-1303-555 16981 2017-04-28 00:00:00 56 -#> 11100 25 A69-1303-555 16983 2017-04-28 00:02:00 56 -#> 11101 25 A69-1303-555 16984 2017-04-28 00:04:00 45 -#> 11102 25 A69-1303-555 16985 2017-04-28 00:06:00 56 -#> 11103 25 A69-1303-555 16986 2017-04-28 00:08:00 56 -#> 11104 25 A69-1303-555 16987 2017-04-28 00:10:00 45 -#> 11105 25 A69-1303-555 16988 2017-04-28 00:10:00 56 -#> 11106 25 A69-1303-555 16989 2017-04-28 00:12:00 56 -#> 11107 25 A69-1303-555 16990 2017-04-28 00:12:00 45 -#> 11108 25 A69-1303-555 16991 2017-04-28 00:14:00 45 -#> 11109 25 A69-1303-555 16992 2017-04-28 00:16:00 45 -#> 11110 25 A69-1303-555 16993 2017-04-28 00:16:00 56 -#> 11111 25 A69-1303-555 16995 2017-04-28 00:18:00 45 -#> receiver receiver_long receiver_lat receiver_depth -#> 1 VR2W-108163 -5.610733 56.37628 25 -#> 2 VR2W-108163 -5.610733 56.37628 25 -#> 3 VR2W-108163 -5.610733 56.37628 25 -#> 4 VR2W-108163 -5.610733 56.37628 25 -#> 5 VR2W-108163 -5.610733 56.37628 25 -#> 6 VR2W-108163 -5.610733 56.37628 25 -#> 7 VR2W-108163 -5.610733 56.37628 25 -#> 8 VR2W-108163 -5.610733 56.37628 25 -#> 9 VR2W-108163 -5.610733 56.37628 25 -#> 10 VR2W-108163 -5.610733 56.37628 25 -#> 11 VR2W-108163 -5.610733 56.37628 25 -#> 12 VR2W-108163 -5.610733 56.37628 25 -#> 13 VR2W-108163 -5.610733 56.37628 25 -#> 14 VR2W-108163 -5.610733 56.37628 25 -#> 15 VR2W-108163 -5.610733 56.37628 25 -#> 16 VR2W-108163 -5.610733 56.37628 25 -#> 17 VR2W-108163 -5.610733 56.37628 25 -#> 18 VR2W-108163 -5.610733 56.37628 25 -#> 19 VR2W-108158 -5.619533 56.37413 25 -#> 20 VR2W-108163 -5.610733 56.37628 25 -#> 21 VR2W-108163 -5.610733 56.37628 25 -#> 22 VR2W-108158 -5.619533 56.37413 25 -#> 23 VR2W-108158 -5.619533 56.37413 25 -#> 24 VR2W-108158 -5.619533 56.37413 25 -#> 25 VR2W-108158 -5.619533 56.37413 25 -#> 26 VR2W-108158 -5.619533 56.37413 25 -#> 27 VR2W-108158 -5.619533 56.37413 25 -#> 28 VR2W-108158 -5.619533 56.37413 25 -#> 29 VR2W-108158 -5.619533 56.37413 25 -#> 30 VR2W-108158 -5.619533 56.37413 25 -#> 31 VR2W-108158 -5.619533 56.37413 25 -#> 32 VR2W-108158 -5.619533 56.37413 25 -#> 33 VR2W-108158 -5.619533 56.37413 25 -#> 34 VR2W-108158 -5.619533 56.37413 25 -#> 35 VR2W-108158 -5.619533 56.37413 25 -#> 36 VR2W-108158 -5.619533 56.37413 25 -#> 37 VR2W-108158 -5.619533 56.37413 25 -#> 38 VR2W-108158 -5.619533 56.37413 25 -#> 39 VR2W-108158 -5.619533 56.37413 25 -#> 40 VR2W-108158 -5.619533 56.37413 25 -#> 41 VR2W-108158 -5.619533 56.37413 25 -#> 42 VR2W-108158 -5.619533 56.37413 25 -#> 43 VR2W-108163 -5.610733 56.37628 25 -#> 44 VR2W-108163 -5.610733 56.37628 25 -#> 45 VR2W-108163 -5.610733 56.37628 25 -#> 46 VR2W-108163 -5.610733 56.37628 25 -#> 47 VR2W-108163 -5.610733 56.37628 25 -#> 48 VR2W-108163 -5.610733 56.37628 25 -#> 49 VR2W-108163 -5.610733 56.37628 25 -#> 50 VR2W-108163 -5.610733 56.37628 25 -#> 51 VR2W-108163 -5.610733 56.37628 25 -#> 52 VR2W-108158 -5.619533 56.37413 25 -#> 53 VR2W-108158 -5.619533 56.37413 25 -#> 54 VR2W-108163 -5.610733 56.37628 25 -#> 55 VR2W-108163 -5.610733 56.37628 25 -#> 56 VR2W-108163 -5.610733 56.37628 25 -#> 57 VR2W-108163 -5.610733 56.37628 25 -#> 58 VR2W-108163 -5.610733 56.37628 25 -#> 59 VR2W-108163 -5.610733 56.37628 25 -#> 60 VR2W-108163 -5.610733 56.37628 25 -#> 61 VR2W-108163 -5.610733 56.37628 25 -#> 62 VR2W-108163 -5.610733 56.37628 25 -#> 63 VR2W-108163 -5.610733 56.37628 25 -#> 64 VR2W-108163 -5.610733 56.37628 25 -#> 65 VR2W-108163 -5.610733 56.37628 25 -#> 66 VR2W-108163 -5.610733 56.37628 25 -#> 67 VR2W-120722 -5.602283 56.37748 25 -#> 68 VR2W-108163 -5.610733 56.37628 25 -#> 69 VR2W-120722 -5.602283 56.37748 25 -#> 70 VR2W-108163 -5.610733 56.37628 25 -#> 71 VR2W-108163 -5.610733 56.37628 25 -#> 72 VR2W-108163 -5.610733 56.37628 25 -#> 73 VR2W-108163 -5.610733 56.37628 25 -#> 74 VR2W-108163 -5.610733 56.37628 25 -#> 75 VR2W-120722 -5.602283 56.37748 25 -#> 76 VR2W-108163 -5.610733 56.37628 25 -#> 77 VR2W-108163 -5.610733 56.37628 25 -#> 78 VR2W-108163 -5.610733 56.37628 25 -#> 79 VR2W-108163 -5.610733 56.37628 25 -#> 80 VR2W-108163 -5.610733 56.37628 25 -#> 81 VR2W-108163 -5.610733 56.37628 25 -#> 82 VR2W-108163 -5.610733 56.37628 25 -#> 83 VR2W-108163 -5.610733 56.37628 25 -#> 84 VR2W-108163 -5.610733 56.37628 25 -#> 85 VR2W-108163 -5.610733 56.37628 25 -#> 86 VR2W-108163 -5.610733 56.37628 25 -#> 87 VR2W-108163 -5.610733 56.37628 25 -#> 88 VR2W-108163 -5.610733 56.37628 25 -#> 89 VR2W-108163 -5.610733 56.37628 25 -#> 90 VR2W-108163 -5.610733 56.37628 25 -#> 91 VR2W-108163 -5.610733 56.37628 25 -#> 92 VR2W-108163 -5.610733 56.37628 25 -#> 93 VR2W-120722 -5.602283 56.37748 25 -#> 94 VR2W-108163 -5.610733 56.37628 25 -#> 95 VR2W-120722 -5.602283 56.37748 25 -#> 96 VR2W-120722 -5.602283 56.37748 25 -#> 97 VR2W-108163 -5.610733 56.37628 25 -#> 98 VR2W-120722 -5.602283 56.37748 25 -#> 99 VR2W-108163 -5.610733 56.37628 25 -#> 100 VR2W-108163 -5.610733 56.37628 25 -#> 101 VR2W-120722 -5.602283 56.37748 25 -#> 102 VR2W-108163 -5.610733 56.37628 25 -#> 103 VR2W-108163 -5.610733 56.37628 25 -#> 104 VR2W-108163 -5.610733 56.37628 25 -#> 105 VR2W-108163 -5.610733 56.37628 25 -#> 106 VR2W-108163 -5.610733 56.37628 25 -#> 107 VR2W-108163 -5.610733 56.37628 25 -#> 108 VR2W-108163 -5.610733 56.37628 25 -#> 109 VR2W-108163 -5.610733 56.37628 25 -#> 110 VR2W-108163 -5.610733 56.37628 25 -#> 111 VR2W-108163 -5.610733 56.37628 25 -#> 112 VR2W-108163 -5.610733 56.37628 25 -#> 113 VR2W-108163 -5.610733 56.37628 25 -#> 114 VR2W-108163 -5.610733 56.37628 25 -#> 115 VR2W-108163 -5.610733 56.37628 25 -#> 116 VR2W-108163 -5.610733 56.37628 25 -#> 117 VR2W-108163 -5.610733 56.37628 25 -#> 118 VR2W-108163 -5.610733 56.37628 25 -#> 119 VR2W-108163 -5.610733 56.37628 25 -#> 120 VR2W-108163 -5.610733 56.37628 25 -#> 121 VR2W-108163 -5.610733 56.37628 25 -#> 122 VR2W-108163 -5.610733 56.37628 25 -#> 123 VR2W-108163 -5.610733 56.37628 25 -#> 124 VR2W-108163 -5.610733 56.37628 25 -#> 125 VR2W-108163 -5.610733 56.37628 25 -#> 126 VR2W-108163 -5.610733 56.37628 25 -#> 127 VR2W-108163 -5.610733 56.37628 25 -#> 128 VR2W-108163 -5.610733 56.37628 25 -#> 129 VR2W-108163 -5.610733 56.37628 25 -#> 130 VR2W-108163 -5.610733 56.37628 25 -#> 131 VR2W-108163 -5.610733 56.37628 25 -#> 132 VR2W-108163 -5.610733 56.37628 25 -#> 133 VR2W-108163 -5.610733 56.37628 25 -#> 134 VR2W-108163 -5.610733 56.37628 25 -#> 135 VR2W-108163 -5.610733 56.37628 25 -#> 136 VR2W-108163 -5.610733 56.37628 25 -#> 137 VR2W-108163 -5.610733 56.37628 25 -#> 138 VR2W-108163 -5.610733 56.37628 25 -#> 139 VR2W-108163 -5.610733 56.37628 25 -#> 140 VR2W-108163 -5.610733 56.37628 25 -#> 141 VR2W-108163 -5.610733 56.37628 25 -#> 142 VR2-6720 -5.627150 56.50808 50 -#> 143 VR2-6720 -5.627150 56.50808 50 -#> 144 VR2-6720 -5.627150 56.50808 50 -#> 145 VR2-6720 -5.627150 56.50808 50 -#> 146 VR2-6720 -5.627150 56.50808 50 -#> 147 VR2-6720 -5.627150 56.50808 50 -#> 148 VR2-6720 -5.627150 56.50808 50 -#> 149 VR2-6720 -5.627150 56.50808 50 -#> 150 VR2-6720 -5.627150 56.50808 50 -#> 151 VR2-6720 -5.627150 56.50808 50 -#> 152 VR2-6720 -5.627150 56.50808 50 -#> 153 VR2-6720 -5.627150 56.50808 50 -#> 154 VR2-6720 -5.627150 56.50808 50 -#> 155 VR2-6720 -5.627150 56.50808 50 -#> 156 VR2-6720 -5.627150 56.50808 50 -#> 157 VR2-6720 -5.627150 56.50808 50 -#> 158 VR2-6720 -5.627150 56.50808 50 -#> 159 VR2-6720 -5.627150 56.50808 50 -#> 160 VR2-6720 -5.627150 56.50808 50 -#> 161 VR2-6720 -5.627150 56.50808 50 -#> 162 VR2-6720 -5.627150 56.50808 50 -#> 163 VR2-6720 -5.627150 56.50808 50 -#> 164 VR2-6720 -5.627150 56.50808 50 -#> 165 VR2-6720 -5.627150 56.50808 50 -#> 166 VR2-6720 -5.627150 56.50808 50 -#> 167 VR2-6720 -5.627150 56.50808 50 -#> 168 VR2-6720 -5.627150 56.50808 50 -#> 169 VR2-6720 -5.627150 56.50808 50 -#> 170 VR2-6720 -5.627150 56.50808 50 -#> 171 VR2-6720 -5.627150 56.50808 50 -#> 172 VR2-6720 -5.627150 56.50808 50 -#> 173 VR2-6720 -5.627150 56.50808 50 -#> 174 VR2-6720 -5.627150 56.50808 50 -#> 175 VR2-6720 -5.627150 56.50808 50 -#> 176 VR2-6720 -5.627150 56.50808 50 -#> 177 VR2-6720 -5.627150 56.50808 50 -#> 178 VR2-6720 -5.627150 56.50808 50 -#> 179 VR2-6720 -5.627150 56.50808 50 -#> 180 VR2-6720 -5.627150 56.50808 50 -#> 181 VR2-6720 -5.627150 56.50808 50 -#> 182 VR2-6720 -5.627150 56.50808 50 -#> 183 VR2-6720 -5.627150 56.50808 50 -#> 184 VR2-6720 -5.627150 56.50808 50 -#> 185 VR2-6720 -5.627150 56.50808 50 -#> 186 VR2-6720 -5.627150 56.50808 50 -#> 187 VR2W-107823 -5.691883 56.49690 25 -#> 188 VR2W-107823 -5.691883 56.49690 25 -#> 189 VR2W-107823 -5.691883 56.49690 25 -#> 190 VR2W-107823 -5.691883 56.49690 25 -#> 191 VR2W-107823 -5.691883 56.49690 25 -#> 192 VR2W-107823 -5.691883 56.49690 25 -#> 193 VR2W-107823 -5.691883 56.49690 25 -#> 194 VR2W-107823 -5.691883 56.49690 25 -#> 195 VR2W-107823 -5.691883 56.49690 25 -#> 196 VR2W-107823 -5.691883 56.49690 25 -#> 197 VR2W-107823 -5.691883 56.49690 25 -#> 198 VR2W-107823 -5.691883 56.49690 25 -#> 199 VR2W-107823 -5.691883 56.49690 25 -#> 200 VR2W-107823 -5.691883 56.49690 25 -#> 201 VR2W-107823 -5.691883 56.49690 25 -#> 202 VR2W-107823 -5.691883 56.49690 25 -#> 203 VR2W-107823 -5.691883 56.49690 25 -#> 204 VR2W-107823 -5.691883 56.49690 25 -#> 205 VR2W-107823 -5.691883 56.49690 25 -#> 206 VR2W-107823 -5.691883 56.49690 25 -#> 207 VR2W-107823 -5.691883 56.49690 25 -#> 208 VR2W-107823 -5.691883 56.49690 25 -#> 209 VR2W-107823 -5.691883 56.49690 25 -#> 210 VR2W-107823 -5.691883 56.49690 25 -#> 211 VR2W-107823 -5.691883 56.49690 25 -#> 212 VR2W-107823 -5.691883 56.49690 25 -#> 213 VR2W-108160 -5.704867 56.48890 25 -#> 214 VR2W-107823 -5.691883 56.49690 25 -#> 215 VR2W-107823 -5.691883 56.49690 25 -#> 216 VR2W-107823 -5.691883 56.49690 25 -#> 217 VR2W-107823 -5.691883 56.49690 25 -#> 218 VR2W-107823 -5.691883 56.49690 25 -#> 219 VR2W-107823 -5.691883 56.49690 25 -#> 220 VR2W-107823 -5.691883 56.49690 25 -#> 221 VR2W-107823 -5.691883 56.49690 25 -#> 222 VR2W-107823 -5.691883 56.49690 25 -#> 223 VR2W-107823 -5.691883 56.49690 25 -#> 224 VR2W-107823 -5.691883 56.49690 25 -#> 225 VR2W-107823 -5.691883 56.49690 25 -#> 226 VR2W-107823 -5.691883 56.49690 25 -#> 227 VR2W-107823 -5.691883 56.49690 25 -#> 228 VR2W-107823 -5.691883 56.49690 25 -#> 229 VR2W-107823 -5.691883 56.49690 25 -#> 230 VR2W-107823 -5.691883 56.49690 25 -#> 231 VR2-6720 -5.627150 56.50808 50 -#> 232 VR2-6720 -5.627150 56.50808 50 -#> 233 VR2-6720 -5.627150 56.50808 50 -#> 234 VR2-6720 -5.627150 56.50808 50 -#> 235 VR2-6720 -5.627150 56.50808 50 -#> 236 VR2W-108155 -5.614267 56.45872 25 -#> 237 VR2W-108155 -5.614267 56.45872 25 -#> 238 VR2W-108155 -5.614267 56.45872 25 -#> 239 VR2W-108155 -5.614267 56.45872 25 -#> 240 VR2W-108155 -5.614267 56.45872 25 -#> 241 VR2W-108163 -5.610733 56.37628 25 -#> 242 VR2W-108158 -5.619533 56.37413 25 -#> 243 VR2W-108163 -5.610733 56.37628 25 -#> 244 VR2W-108158 -5.619533 56.37413 25 -#> 245 VR2W-108163 -5.610733 56.37628 25 -#> 246 VR2W-108158 -5.619533 56.37413 25 -#> 247 VR2W-108163 -5.610733 56.37628 25 -#> 248 VR2W-108158 -5.619533 56.37413 25 -#> 249 VR2W-108163 -5.610733 56.37628 25 -#> 250 VR2W-108163 -5.610733 56.37628 25 -#> 251 VR2W-108158 -5.619533 56.37413 25 -#> 252 VR2W-108158 -5.619533 56.37413 25 -#> 253 VR2W-108158 -5.619533 56.37413 25 -#> 254 VR2W-108158 -5.619533 56.37413 25 -#> 255 VR2W-108163 -5.610733 56.37628 25 -#> 256 VR2W-108158 -5.619533 56.37413 25 -#> 257 VR2W-108163 -5.610733 56.37628 25 -#> 258 VR2W-108163 -5.610733 56.37628 25 -#> 259 VR2W-108158 -5.619533 56.37413 25 -#> 260 VR2W-108163 -5.610733 56.37628 25 -#> 261 VR2W-108163 -5.610733 56.37628 25 -#> 262 VR2W-108163 -5.610733 56.37628 25 -#> 263 VR2W-108158 -5.619533 56.37413 25 -#> 264 VR2W-108163 -5.610733 56.37628 25 -#> 265 VR2W-108158 -5.619533 56.37413 25 -#> 266 VR2W-108163 -5.610733 56.37628 25 -#> 267 VR2W-108158 -5.619533 56.37413 25 -#> 268 VR2W-108163 -5.610733 56.37628 25 -#> 269 VR2W-108158 -5.619533 56.37413 25 -#> 270 VR2W-108158 -5.619533 56.37413 25 -#> 271 VR2W-108163 -5.610733 56.37628 25 -#> 272 VR2W-108163 -5.610733 56.37628 25 -#> 273 VR2W-108158 -5.619533 56.37413 25 -#> 274 VR2W-108163 -5.610733 56.37628 25 -#> 275 VR2W-108163 -5.610733 56.37628 25 -#> 276 VR2W-108158 -5.619533 56.37413 25 -#> 277 VR2W-108163 -5.610733 56.37628 25 -#> 278 VR2W-108158 -5.619533 56.37413 25 -#> 279 VR2W-108163 -5.610733 56.37628 25 -#> 280 VR2W-108158 -5.619533 56.37413 25 -#> 281 VR2W-108163 -5.610733 56.37628 25 -#> 282 VR2W-108163 -5.610733 56.37628 25 -#> 283 VR2W-108163 -5.610733 56.37628 25 -#> 284 VR2W-108158 -5.619533 56.37413 25 -#> 285 VR2W-108163 -5.610733 56.37628 25 -#> 286 VR2W-108158 -5.619533 56.37413 25 -#> 287 VR2W-108158 -5.619533 56.37413 25 -#> 288 VR2W-108163 -5.610733 56.37628 25 -#> 289 VR2W-108163 -5.610733 56.37628 25 -#> 290 VR2W-108163 -5.610733 56.37628 25 -#> 291 VR2W-108163 -5.610733 56.37628 25 -#> 292 VR2W-108163 -5.610733 56.37628 25 -#> 293 VR2W-108158 -5.619533 56.37413 25 -#> 294 VR2W-108163 -5.610733 56.37628 25 -#> 295 VR2W-108163 -5.610733 56.37628 25 -#> 296 VR2W-108163 -5.610733 56.37628 25 -#> 297 VR2W-108163 -5.610733 56.37628 25 -#> 298 VR2W-108163 -5.610733 56.37628 25 -#> 299 VR2W-108163 -5.610733 56.37628 25 -#> 300 VR2W-108163 -5.610733 56.37628 25 -#> 301 VR2W-108163 -5.610733 56.37628 25 -#> 302 VR2W-108163 -5.610733 56.37628 25 -#> 303 VR2W-108163 -5.610733 56.37628 25 -#> 304 VR2W-108163 -5.610733 56.37628 25 -#> 305 VR2W-108163 -5.610733 56.37628 25 -#> 306 VR2W-108163 -5.610733 56.37628 25 -#> 307 VR2W-108163 -5.610733 56.37628 25 -#> 308 VR2W-108163 -5.610733 56.37628 25 -#> 309 VR2W-108163 -5.610733 56.37628 25 -#> 310 VR2W-120722 -5.602283 56.37748 25 -#> 311 VR2W-108163 -5.610733 56.37628 25 -#> 312 VR2W-108163 -5.610733 56.37628 25 -#> 313 VR2W-108163 -5.610733 56.37628 25 -#> 314 VR2W-108163 -5.610733 56.37628 25 -#> 315 VR2W-108163 -5.610733 56.37628 25 -#> 316 VR2W-108163 -5.610733 56.37628 25 -#> 317 VR2W-108163 -5.610733 56.37628 25 -#> 318 VR2W-108163 -5.610733 56.37628 25 -#> 319 VR2W-108163 -5.610733 56.37628 25 -#> 320 VR2W-108163 -5.610733 56.37628 25 -#> 321 VR2W-108163 -5.610733 56.37628 25 -#> 322 VR2W-108163 -5.610733 56.37628 25 -#> 323 VR2W-108163 -5.610733 56.37628 25 -#> 324 VR2W-108163 -5.610733 56.37628 25 -#> 325 VR2W-108163 -5.610733 56.37628 25 -#> 326 VR2W-108163 -5.610733 56.37628 25 -#> 327 VR2W-108163 -5.610733 56.37628 25 -#> 328 VR2W-108163 -5.610733 56.37628 25 -#> 329 VR2W-108163 -5.610733 56.37628 25 -#> 330 VR2W-108163 -5.610733 56.37628 25 -#> 331 VR2W-108163 -5.610733 56.37628 25 -#> 332 VR2W-108163 -5.610733 56.37628 25 -#> 333 VR2W-108163 -5.610733 56.37628 25 -#> 334 VR2W-108163 -5.610733 56.37628 25 -#> 335 VR2W-108163 -5.610733 56.37628 25 -#> 336 VR2W-108163 -5.610733 56.37628 25 -#> 337 VR2W-108163 -5.610733 56.37628 25 -#> 338 VR2W-108163 -5.610733 56.37628 25 -#> 339 VR2-5629 -5.655350 56.38545 50 -#> 340 VR2-5629 -5.655350 56.38545 50 -#> 341 VR2-5629 -5.655350 56.38545 50 -#> 342 VR2-5629 -5.655350 56.38545 50 -#> 343 VR2-5629 -5.655350 56.38545 50 -#> 344 VR2-5629 -5.655350 56.38545 50 -#> 345 VR2-5629 -5.655350 56.38545 50 -#> 346 VR2-5629 -5.655350 56.38545 50 -#> 347 VR2-5629 -5.655350 56.38545 50 -#> 348 VR2-5629 -5.655350 56.38545 50 -#> 349 VR2-5629 -5.655350 56.38545 50 -#> 350 VR2-5629 -5.655350 56.38545 50 -#> 351 VR2-5629 -5.655350 56.38545 50 -#> 352 VR2-5629 -5.655350 56.38545 50 -#> 353 VR2-5629 -5.655350 56.38545 50 -#> 354 VR2-5629 -5.655350 56.38545 50 -#> 355 VR2-5629 -5.655350 56.38545 50 -#> 356 VR2-5629 -5.655350 56.38545 50 -#> 357 VR2-5629 -5.655350 56.38545 50 -#> 358 VR2-5629 -5.655350 56.38545 50 -#> 359 VR2-5629 -5.655350 56.38545 50 -#> 360 VR2-5629 -5.655350 56.38545 50 -#> 361 VR2-5629 -5.655350 56.38545 50 -#> 362 VR2-5629 -5.655350 56.38545 50 -#> 363 VR2-5629 -5.655350 56.38545 50 -#> 364 VR2-5629 -5.655350 56.38545 50 -#> 365 VR2-5629 -5.655350 56.38545 50 -#> 366 VR2-5629 -5.655350 56.38545 50 -#> 367 VR2-5629 -5.655350 56.38545 50 -#> 368 VR2-5629 -5.655350 56.38545 50 -#> 369 VR2-5629 -5.655350 56.38545 50 -#> 370 VR2-5629 -5.655350 56.38545 50 -#> 371 VR2-5629 -5.655350 56.38545 50 -#> 372 VR2-5629 -5.655350 56.38545 50 -#> 373 VR2-5629 -5.655350 56.38545 50 -#> 374 VR2-5629 -5.655350 56.38545 50 -#> 375 VR2-5629 -5.655350 56.38545 50 -#> 376 VR2-5629 -5.655350 56.38545 50 -#> 377 VR2-5629 -5.655350 56.38545 50 -#> 378 VR2-5637 -5.662083 56.38858 10 -#> 379 VR2-5629 -5.655350 56.38545 50 -#> 380 VR2-5637 -5.662083 56.38858 10 -#> 381 VR2-5629 -5.655350 56.38545 50 -#> 382 VR2-5637 -5.662083 56.38858 10 -#> 383 VR2-5637 -5.662083 56.38858 10 -#> 384 VR2-5629 -5.655350 56.38545 50 -#> 385 VR2-5637 -5.662083 56.38858 10 -#> 386 VR2-5637 -5.662083 56.38858 10 -#> 387 VR2-5637 -5.662083 56.38858 10 -#> 388 VR2-5629 -5.655350 56.38545 50 -#> 389 VR2-5629 -5.655350 56.38545 50 -#> 390 VR2-5637 -5.662083 56.38858 10 -#> 391 VR2-5629 -5.655350 56.38545 50 -#> 392 VR2-5637 -5.662083 56.38858 10 -#> 393 VR2-5637 -5.662083 56.38858 10 -#> 394 VR2-5629 -5.655350 56.38545 50 -#> 395 VR2-5637 -5.662083 56.38858 10 -#> 396 VR2-5629 -5.655350 56.38545 50 -#> 397 VR2-5629 -5.655350 56.38545 50 -#> 398 VR2-5629 -5.655350 56.38545 50 -#> 399 VR2-5629 -5.655350 56.38545 50 -#> 400 VR2-5629 -5.655350 56.38545 50 -#> 401 VR2-5629 -5.655350 56.38545 50 -#> 402 VR2-5629 -5.655350 56.38545 50 -#> 403 VR2-5629 -5.655350 56.38545 50 -#> 404 VR2-5629 -5.655350 56.38545 50 -#> 405 VR2-5629 -5.655350 56.38545 50 -#> 406 VR2-5629 -5.655350 56.38545 50 -#> 407 VR2-5629 -5.655350 56.38545 50 -#> 408 VR2-5629 -5.655350 56.38545 50 -#> 409 VR2-5629 -5.655350 56.38545 50 -#> 410 VR2-5629 -5.655350 56.38545 50 -#> 411 VR2-5629 -5.655350 56.38545 50 -#> 412 VR2-5629 -5.655350 56.38545 50 -#> 413 VR2-5629 -5.655350 56.38545 50 -#> 414 VR2-5629 -5.655350 56.38545 50 -#> 415 VR2-5637 -5.662083 56.38858 10 -#> 416 VR2-5629 -5.655350 56.38545 50 -#> 417 VR2-5637 -5.662083 56.38858 10 -#> 418 VR2-5629 -5.655350 56.38545 50 -#> 419 VR2-5629 -5.655350 56.38545 50 -#> 420 VR2-5637 -5.662083 56.38858 10 -#> 421 VR2-5629 -5.655350 56.38545 50 -#> 422 VR2-5637 -5.662083 56.38858 10 -#> 423 VR2-5629 -5.655350 56.38545 50 -#> 424 VR2-5637 -5.662083 56.38858 10 -#> 425 VR2-5629 -5.655350 56.38545 50 -#> 426 VR2-5637 -5.662083 56.38858 10 -#> 427 VR2-5629 -5.655350 56.38545 50 -#> 428 VR2-5629 -5.655350 56.38545 50 -#> 429 VR2-5629 -5.655350 56.38545 50 -#> 430 VR2-5629 -5.655350 56.38545 50 -#> 431 VR2-5629 -5.655350 56.38545 50 -#> 432 VR2-5629 -5.655350 56.38545 50 -#> 433 VR2-5629 -5.655350 56.38545 50 -#> 434 VR2-5629 -5.655350 56.38545 50 -#> 435 VR2-5629 -5.655350 56.38545 50 -#> 436 VR2-5629 -5.655350 56.38545 50 -#> 437 VR2-5629 -5.655350 56.38545 50 -#> 438 VR2-5629 -5.655350 56.38545 50 -#> 439 VR2-5629 -5.655350 56.38545 50 -#> 440 VR2-5629 -5.655350 56.38545 50 -#> 441 VR2-5629 -5.655350 56.38545 50 -#> 442 VR2-5629 -5.655350 56.38545 50 -#> 443 VR2-5629 -5.655350 56.38545 50 -#> 444 VR2-5629 -5.655350 56.38545 50 -#> 445 VR2-5629 -5.655350 56.38545 50 -#> 446 VR2-5629 -5.655350 56.38545 50 -#> 447 VR2-5629 -5.655350 56.38545 50 -#> 448 VR2-5629 -5.655350 56.38545 50 -#> 449 VR2-5629 -5.655350 56.38545 50 -#> 450 VR2-5629 -5.655350 56.38545 50 -#> 451 VR2-5629 -5.655350 56.38545 50 -#> 452 VR2-5629 -5.655350 56.38545 50 -#> 453 VR2-5629 -5.655350 56.38545 50 -#> 454 VR2-5629 -5.655350 56.38545 50 -#> 455 VR2-5629 -5.655350 56.38545 50 -#> 456 VR2-5629 -5.655350 56.38545 50 -#> 457 VR2-5629 -5.655350 56.38545 50 -#> 458 VR2-5629 -5.655350 56.38545 50 -#> 459 VR2-5629 -5.655350 56.38545 50 -#> 460 VR2-5629 -5.655350 56.38545 50 -#> 461 VR2-5629 -5.655350 56.38545 50 -#> 462 VR2-5629 -5.655350 56.38545 50 -#> 463 VR2-5629 -5.655350 56.38545 50 -#> 464 VR2-5629 -5.655350 56.38545 50 -#> 465 VR2-5629 -5.655350 56.38545 50 -#> 466 VR2-5629 -5.655350 56.38545 50 -#> 467 VR2-5629 -5.655350 56.38545 50 -#> 468 VR2-5629 -5.655350 56.38545 50 -#> 469 VR2-5629 -5.655350 56.38545 50 -#> 470 VR2-5629 -5.655350 56.38545 50 -#> 471 VR2-5629 -5.655350 56.38545 50 -#> 472 VR2-5629 -5.655350 56.38545 50 -#> 473 VR2-5629 -5.655350 56.38545 50 -#> 474 VR2-5629 -5.655350 56.38545 50 -#> 475 VR2-5629 -5.655350 56.38545 50 -#> 476 VR2-5629 -5.655350 56.38545 50 -#> 477 VR2-5629 -5.655350 56.38545 50 -#> 478 VR2-5629 -5.655350 56.38545 50 -#> 479 VR2-5629 -5.655350 56.38545 50 -#> 480 VR2-5629 -5.655350 56.38545 50 -#> 481 VR2-5629 -5.655350 56.38545 50 -#> 482 VR2-5629 -5.655350 56.38545 50 -#> 483 VR2-5629 -5.655350 56.38545 50 -#> 484 VR2-5629 -5.655350 56.38545 50 -#> 485 VR2-5629 -5.655350 56.38545 50 -#> 486 VR2-5629 -5.655350 56.38545 50 -#> 487 VR2-5629 -5.655350 56.38545 50 -#> 488 VR2-5629 -5.655350 56.38545 50 -#> 489 VR2-5629 -5.655350 56.38545 50 -#> 490 VR2-5629 -5.655350 56.38545 50 -#> 491 VR2-5629 -5.655350 56.38545 50 -#> 492 VR2-5637 -5.662083 56.38858 10 -#> 493 VR2-5637 -5.662083 56.38858 10 -#> 494 VR2-5637 -5.662083 56.38858 10 -#> 495 VR2-5629 -5.655350 56.38545 50 -#> 496 VR2-5629 -5.655350 56.38545 50 -#> 497 VR2-5629 -5.655350 56.38545 50 -#> 498 VR2-5629 -5.655350 56.38545 50 -#> 499 VR2-5629 -5.655350 56.38545 50 -#> 500 VR2W-108163 -5.610733 56.37628 25 -#> 501 VR2W-108163 -5.610733 56.37628 25 -#> 502 VR2W-108163 -5.610733 56.37628 25 -#> 503 VR2W-108163 -5.610733 56.37628 25 -#> 504 VR2W-108163 -5.610733 56.37628 25 -#> 505 VR2W-108163 -5.610733 56.37628 25 -#> 506 VR2W-108163 -5.610733 56.37628 25 -#> 507 VR2W-108163 -5.610733 56.37628 25 -#> 508 VR2W-108163 -5.610733 56.37628 25 -#> 509 VR2W-108163 -5.610733 56.37628 25 -#> 510 VR2W-108163 -5.610733 56.37628 25 -#> 511 VR2W-108163 -5.610733 56.37628 25 -#> 512 VR2W-108163 -5.610733 56.37628 25 -#> 513 VR2W-108163 -5.610733 56.37628 25 -#> 514 VR2W-108163 -5.610733 56.37628 25 -#> 515 VR2W-108163 -5.610733 56.37628 25 -#> 516 VR2W-108163 -5.610733 56.37628 25 -#> 517 VR2W-108163 -5.610733 56.37628 25 -#> 518 VR2W-108163 -5.610733 56.37628 25 -#> 519 VR2W-108163 -5.610733 56.37628 25 -#> 520 VR2W-108163 -5.610733 56.37628 25 -#> 521 VR2W-108163 -5.610733 56.37628 25 -#> 522 VR2W-108163 -5.610733 56.37628 25 -#> 523 VR2W-108163 -5.610733 56.37628 25 -#> 524 VR2W-108163 -5.610733 56.37628 25 -#> 525 VR2W-108163 -5.610733 56.37628 25 -#> 526 VR2W-108163 -5.610733 56.37628 25 -#> 527 VR2W-108163 -5.610733 56.37628 25 -#> 528 VR2W-108163 -5.610733 56.37628 25 -#> 529 VR2W-108163 -5.610733 56.37628 25 -#> 530 VR2W-108163 -5.610733 56.37628 25 -#> 531 VR2W-108163 -5.610733 56.37628 25 -#> 532 VR2W-108163 -5.610733 56.37628 25 -#> 533 VR2W-108163 -5.610733 56.37628 25 -#> 534 VR2W-108163 -5.610733 56.37628 25 -#> 535 VR2W-108163 -5.610733 56.37628 25 -#> 536 VR2W-108163 -5.610733 56.37628 25 -#> 537 VR2W-108163 -5.610733 56.37628 25 -#> 538 VR2W-108163 -5.610733 56.37628 25 -#> 539 VR2W-108163 -5.610733 56.37628 25 -#> 540 VR2W-108163 -5.610733 56.37628 25 -#> 541 VR2W-108163 -5.610733 56.37628 25 -#> 542 VR2W-108163 -5.610733 56.37628 25 -#> 543 VR2W-120722 -5.602283 56.37748 25 -#> 544 VR2W-120722 -5.602283 56.37748 25 -#> 545 VR2W-120722 -5.602283 56.37748 25 -#> 546 VR2W-108163 -5.610733 56.37628 25 -#> 547 VR2W-108163 -5.610733 56.37628 25 -#> 548 VR2W-108163 -5.610733 56.37628 25 -#> 549 VR2W-108163 -5.610733 56.37628 25 -#> 550 VR2W-108163 -5.610733 56.37628 25 -#> 551 VR2W-108163 -5.610733 56.37628 25 -#> 552 VR2W-108163 -5.610733 56.37628 25 -#> 553 VR2W-108163 -5.610733 56.37628 25 -#> 554 VR2W-108163 -5.610733 56.37628 25 -#> 555 VR2W-108163 -5.610733 56.37628 25 -#> 556 VR2W-108163 -5.610733 56.37628 25 -#> 557 VR2W-108163 -5.610733 56.37628 25 -#> 558 VR2W-108163 -5.610733 56.37628 25 -#> 559 VR2W-108163 -5.610733 56.37628 25 -#> 560 VR2W-108163 -5.610733 56.37628 25 -#> 561 VR2W-108163 -5.610733 56.37628 25 -#> 562 VR2W-108163 -5.610733 56.37628 25 -#> 563 VR2W-108163 -5.610733 56.37628 25 -#> 564 VR2W-108163 -5.610733 56.37628 25 -#> 565 VR2W-108163 -5.610733 56.37628 25 -#> 566 VR2W-108163 -5.610733 56.37628 25 -#> 567 VR2W-108163 -5.610733 56.37628 25 -#> 568 VR2W-108163 -5.610733 56.37628 25 -#> 569 VR2W-108163 -5.610733 56.37628 25 -#> 570 VR2W-108163 -5.610733 56.37628 25 -#> 571 VR2W-108163 -5.610733 56.37628 25 -#> 572 VR2W-108163 -5.610733 56.37628 25 -#> 573 VR2W-108163 -5.610733 56.37628 25 -#> 574 VR2W-108163 -5.610733 56.37628 25 -#> 575 VR2W-108163 -5.610733 56.37628 25 -#> 576 VR2W-108163 -5.610733 56.37628 25 -#> 577 VR2W-108163 -5.610733 56.37628 25 -#> 578 VR2W-108163 -5.610733 56.37628 25 -#> 579 VR2W-108163 -5.610733 56.37628 25 -#> 580 VR2W-120722 -5.602283 56.37748 25 -#> 581 VR2W-108163 -5.610733 56.37628 25 -#> 582 VR2W-108163 -5.610733 56.37628 25 -#> 583 VR2W-108163 -5.610733 56.37628 25 -#> 584 VR2W-108163 -5.610733 56.37628 25 -#> 585 VR2W-108163 -5.610733 56.37628 25 -#> 586 VR2W-120722 -5.602283 56.37748 25 -#> 587 VR2W-108163 -5.610733 56.37628 25 -#> 588 VR2W-108163 -5.610733 56.37628 25 -#> 589 VR2W-120722 -5.602283 56.37748 25 -#> 590 VR2W-108163 -5.610733 56.37628 25 -#> 591 VR2W-113142 -5.634833 56.37502 50 -#> 592 VR2W-108163 -5.610733 56.37628 25 -#> 593 VR2W-108163 -5.610733 56.37628 25 -#> 594 VR2W-108163 -5.610733 56.37628 25 -#> 595 VR2W-108163 -5.610733 56.37628 25 -#> 596 VR2W-108163 -5.610733 56.37628 25 -#> 597 VR2W-108163 -5.610733 56.37628 25 -#> 598 VR2W-108163 -5.610733 56.37628 25 -#> 599 VR2W-108163 -5.610733 56.37628 25 -#> 600 VR2W-108163 -5.610733 56.37628 25 -#> 601 VR2W-108163 -5.610733 56.37628 25 -#> 602 VR2W-108163 -5.610733 56.37628 25 -#> 603 VR2W-108163 -5.610733 56.37628 25 -#> 604 VR2W-108163 -5.610733 56.37628 25 -#> 605 VR2W-108163 -5.610733 56.37628 25 -#> 606 VR2W-108163 -5.610733 56.37628 25 -#> 607 VR2W-108163 -5.610733 56.37628 25 -#> 608 VR2W-108163 -5.610733 56.37628 25 -#> 609 VR2W-108163 -5.610733 56.37628 25 -#> 610 VR2W-108163 -5.610733 56.37628 25 -#> 611 VR2W-108163 -5.610733 56.37628 25 -#> 612 VR2W-108163 -5.610733 56.37628 25 -#> 613 VR2W-120722 -5.602283 56.37748 25 -#> 614 VR2W-120722 -5.602283 56.37748 25 -#> 615 VR2W-120722 -5.602283 56.37748 25 -#> 616 VR2W-120722 -5.602283 56.37748 25 -#> 617 VR2W-120722 -5.602283 56.37748 25 -#> 618 VR2W-108163 -5.610733 56.37628 25 -#> 619 VR2W-108163 -5.610733 56.37628 25 -#> 620 VR2W-108163 -5.610733 56.37628 25 -#> 621 VR2W-108163 -5.610733 56.37628 25 -#> 622 VR2W-108163 -5.610733 56.37628 25 -#> 623 VR2W-108163 -5.610733 56.37628 25 -#> 624 VR2W-108163 -5.610733 56.37628 25 -#> 625 VR2W-108163 -5.610733 56.37628 25 -#> 626 VR2W-108163 -5.610733 56.37628 25 -#> 627 VR2W-108163 -5.610733 56.37628 25 -#> 628 VR2W-108163 -5.610733 56.37628 25 -#> 629 VR2W-108163 -5.610733 56.37628 25 -#> 630 VR2W-108163 -5.610733 56.37628 25 -#> 631 VR2W-108163 -5.610733 56.37628 25 -#> 632 VR2W-108163 -5.610733 56.37628 25 -#> 633 VR2W-108163 -5.610733 56.37628 25 -#> 634 VR2W-108163 -5.610733 56.37628 25 -#> 635 VR2W-108163 -5.610733 56.37628 25 -#> 636 VR2W-108163 -5.610733 56.37628 25 -#> 637 VR2W-108163 -5.610733 56.37628 25 -#> 638 VR2W-108163 -5.610733 56.37628 25 -#> 639 VR2W-120722 -5.602283 56.37748 25 -#> 640 VR2W-108163 -5.610733 56.37628 25 -#> 641 VR2W-120722 -5.602283 56.37748 25 -#> 642 VR2W-108163 -5.610733 56.37628 25 -#> 643 VR2W-108163 -5.610733 56.37628 25 -#> 644 VR2W-108163 -5.610733 56.37628 25 -#> 645 VR2W-108163 -5.610733 56.37628 25 -#> 646 VR2W-108163 -5.610733 56.37628 25 -#> 647 VR2W-108163 -5.610733 56.37628 25 -#> 648 VR2W-108163 -5.610733 56.37628 25 -#> 649 VR2W-108163 -5.610733 56.37628 25 -#> 650 VR2W-120722 -5.602283 56.37748 25 -#> 651 VR2W-120722 -5.602283 56.37748 25 -#> 652 VR2W-120722 -5.602283 56.37748 25 -#> 653 VR2W-120722 -5.602283 56.37748 25 -#> 654 VR2W-120722 -5.602283 56.37748 25 -#> 655 VR2W-120722 -5.602283 56.37748 25 -#> 656 VR2W-120722 -5.602283 56.37748 25 -#> 657 VR2W-120722 -5.602283 56.37748 25 -#> 658 VR2W-120722 -5.602283 56.37748 25 -#> 659 VR2W-120722 -5.602283 56.37748 25 -#> 660 VR2W-120722 -5.602283 56.37748 25 -#> 661 VR2W-120722 -5.602283 56.37748 25 -#> 662 VR2W-120722 -5.602283 56.37748 25 -#> 663 VR2W-120722 -5.602283 56.37748 25 -#> 664 VR2W-120722 -5.602283 56.37748 25 -#> 665 VR2W-120722 -5.602283 56.37748 25 -#> 666 VR2W-120722 -5.602283 56.37748 25 -#> 667 VR2W-108163 -5.610733 56.37628 25 -#> 668 VR2W-108163 -5.610733 56.37628 25 -#> 669 VR2W-108163 -5.610733 56.37628 25 -#> 670 VR2W-108163 -5.610733 56.37628 25 -#> 671 VR2W-108163 -5.610733 56.37628 25 -#> 672 VR2W-108163 -5.610733 56.37628 25 -#> 673 VR2W-108163 -5.610733 56.37628 25 -#> 674 VR2W-108163 -5.610733 56.37628 25 -#> 675 VR2W-108163 -5.610733 56.37628 25 -#> 676 VR2W-108163 -5.610733 56.37628 25 -#> 677 VR2W-108163 -5.610733 56.37628 25 -#> 678 VR2W-108163 -5.610733 56.37628 25 -#> 679 VR2W-108163 -5.610733 56.37628 25 -#> 680 VR2W-108163 -5.610733 56.37628 25 -#> 681 VR2W-107823 -5.691883 56.49690 25 -#> 682 VR2W-107823 -5.691883 56.49690 25 -#> 683 VR2W-107823 -5.691883 56.49690 25 -#> 684 VR2W-107823 -5.691883 56.49690 25 -#> 685 VR2W-107823 -5.691883 56.49690 25 -#> 686 VR2W-107823 -5.691883 56.49690 25 -#> 687 VR2W-107823 -5.691883 56.49690 25 -#> 688 VR2W-107823 -5.691883 56.49690 25 -#> 689 VR2W-107823 -5.691883 56.49690 25 -#> 690 VR2W-107823 -5.691883 56.49690 25 -#> 691 VR2W-107823 -5.691883 56.49690 25 -#> 692 VR2W-107823 -5.691883 56.49690 25 -#> 693 VR2W-107823 -5.691883 56.49690 25 -#> 694 VR2W-107823 -5.691883 56.49690 25 -#> 695 VR2W-107823 -5.691883 56.49690 25 -#> 696 VR2W-107823 -5.691883 56.49690 25 -#> 697 VR2W-107823 -5.691883 56.49690 25 -#> 698 VR2W-107823 -5.691883 56.49690 25 -#> 699 VR2W-107823 -5.691883 56.49690 25 -#> 700 VR2W-107823 -5.691883 56.49690 25 -#> 701 VR2W-107823 -5.691883 56.49690 25 -#> 702 VR2W-107823 -5.691883 56.49690 25 -#> 703 VR2W-107823 -5.691883 56.49690 25 -#> 704 VR2W-107823 -5.691883 56.49690 25 -#> 705 VR2W-107823 -5.691883 56.49690 25 -#> 706 VR2W-107823 -5.691883 56.49690 25 -#> 707 VR2W-107823 -5.691883 56.49690 25 -#> 708 VR2W-107823 -5.691883 56.49690 25 -#> 709 VR2W-107823 -5.691883 56.49690 25 -#> 710 VR2W-107823 -5.691883 56.49690 25 -#> 711 VR2W-107823 -5.691883 56.49690 25 -#> 712 VR2W-107823 -5.691883 56.49690 25 -#> 713 VR2W-107823 -5.691883 56.49690 25 -#> 714 VR2W-107823 -5.691883 56.49690 25 -#> 715 VR2W-107823 -5.691883 56.49690 25 -#> 716 VR2W-107823 -5.691883 56.49690 25 -#> 717 VR2W-107823 -5.691883 56.49690 25 -#> 718 VR2W-107823 -5.691883 56.49690 25 -#> 719 VR2W-107823 -5.691883 56.49690 25 -#> 720 VR2W-107823 -5.691883 56.49690 25 -#> 721 VR2W-107823 -5.691883 56.49690 25 -#> 722 VR2W-107823 -5.691883 56.49690 25 -#> 723 VR2W-107823 -5.691883 56.49690 25 -#> 724 VR2W-107823 -5.691883 56.49690 25 -#> 725 VR2W-107823 -5.691883 56.49690 25 -#> 726 VR2W-107823 -5.691883 56.49690 25 -#> 727 VR2W-107823 -5.691883 56.49690 25 -#> 728 VR2W-107823 -5.691883 56.49690 25 -#> 729 VR2W-107823 -5.691883 56.49690 25 -#> 730 VR2W-107823 -5.691883 56.49690 25 -#> 731 VR2W-107823 -5.691883 56.49690 25 -#> 732 VR2W-107823 -5.691883 56.49690 25 -#> 733 VR2W-107823 -5.691883 56.49690 25 -#> 734 VR2W-107823 -5.691883 56.49690 25 -#> 735 VR2W-107823 -5.691883 56.49690 25 -#> 736 VR2W-107823 -5.691883 56.49690 25 -#> 737 VR2W-107823 -5.691883 56.49690 25 -#> 738 VR2W-107823 -5.691883 56.49690 25 -#> 739 VR2W-107823 -5.691883 56.49690 25 -#> 740 VR2W-107823 -5.691883 56.49690 25 -#> 741 VR2W-107823 -5.691883 56.49690 25 -#> 742 VR2W-107823 -5.691883 56.49690 25 -#> 743 VR2W-107823 -5.691883 56.49690 25 -#> 744 VR2W-107823 -5.691883 56.49690 25 -#> 745 VR2W-107823 -5.691883 56.49690 25 -#> 746 VR2W-107823 -5.691883 56.49690 25 -#> 747 VR2W-107823 -5.691883 56.49690 25 -#> 748 VR2W-107823 -5.691883 56.49690 25 -#> 749 VR2W-107823 -5.691883 56.49690 25 -#> 750 VR2W-107823 -5.691883 56.49690 25 -#> 751 VR2W-107823 -5.691883 56.49690 25 -#> 752 VR2W-107823 -5.691883 56.49690 25 -#> 753 VR2W-107823 -5.691883 56.49690 25 -#> 754 VR2W-107823 -5.691883 56.49690 25 -#> 755 VR2W-107823 -5.691883 56.49690 25 -#> 756 VR2W-107823 -5.691883 56.49690 25 -#> 757 VR2W-107823 -5.691883 56.49690 25 -#> 758 VR2W-107823 -5.691883 56.49690 25 -#> 759 VR2W-107823 -5.691883 56.49690 25 -#> 760 VR2W-107823 -5.691883 56.49690 25 -#> 761 VR2W-107823 -5.691883 56.49690 25 -#> 762 VR2W-107823 -5.691883 56.49690 25 -#> 763 VR2W-107823 -5.691883 56.49690 25 -#> 764 VR2W-107823 -5.691883 56.49690 25 -#> 765 VR2W-107823 -5.691883 56.49690 25 -#> 766 VR2W-107823 -5.691883 56.49690 25 -#> 767 VR2W-107823 -5.691883 56.49690 25 -#> 768 VR2W-107823 -5.691883 56.49690 25 -#> 769 VR2W-107823 -5.691883 56.49690 25 -#> 770 VR2W-107823 -5.691883 56.49690 25 -#> 771 VR2W-107823 -5.691883 56.49690 25 -#> 772 VR2W-107823 -5.691883 56.49690 25 -#> 773 VR2W-107823 -5.691883 56.49690 25 -#> 774 VR2W-108163 -5.610733 56.37628 25 -#> 775 VR2W-108163 -5.610733 56.37628 25 -#> 776 VR2W-108163 -5.610733 56.37628 25 -#> 777 VR2W-108163 -5.610733 56.37628 25 -#> 778 VR2W-108163 -5.610733 56.37628 25 -#> 779 VR2W-108163 -5.610733 56.37628 25 -#> 780 VR2W-108163 -5.610733 56.37628 25 -#> 781 VR2W-108163 -5.610733 56.37628 25 -#> 782 VR2W-108163 -5.610733 56.37628 25 -#> 783 VR2W-107823 -5.691883 56.49690 25 -#> 784 VR2W-107823 -5.691883 56.49690 25 -#> 785 VR2W-107823 -5.691883 56.49690 25 -#> 786 VR2W-107823 -5.691883 56.49690 25 -#> 787 VR2W-107823 -5.691883 56.49690 25 -#> 788 VR2W-107823 -5.691883 56.49690 25 -#> 789 VR2W-107823 -5.691883 56.49690 25 -#> 790 VR2W-107823 -5.691883 56.49690 25 -#> 791 VR2W-107823 -5.691883 56.49690 25 -#> 792 VR2W-107823 -5.691883 56.49690 25 -#> 793 VR2W-107823 -5.691883 56.49690 25 -#> 794 VR2W-107823 -5.691883 56.49690 25 -#> 795 VR2W-107823 -5.691883 56.49690 25 -#> 796 VR2W-107823 -5.691883 56.49690 25 -#> 797 VR2W-107823 -5.691883 56.49690 25 -#> 798 VR2W-107823 -5.691883 56.49690 25 -#> 799 VR2W-107823 -5.691883 56.49690 25 -#> 800 VR2W-107823 -5.691883 56.49690 25 -#> 801 VR2W-107823 -5.691883 56.49690 25 -#> 802 VR2W-107823 -5.691883 56.49690 25 -#> 803 VR2W-107823 -5.691883 56.49690 25 -#> 804 VR2W-107823 -5.691883 56.49690 25 -#> 805 VR2W-107823 -5.691883 56.49690 25 -#> 806 VR2W-107823 -5.691883 56.49690 25 -#> 807 VR2W-107823 -5.691883 56.49690 25 -#> 808 VR2W-107823 -5.691883 56.49690 25 -#> 809 VR2W-107823 -5.691883 56.49690 25 -#> 810 VR2W-107823 -5.691883 56.49690 25 -#> 811 VR2W-107823 -5.691883 56.49690 25 -#> 812 VR2W-107823 -5.691883 56.49690 25 -#> 813 VR2W-107823 -5.691883 56.49690 25 -#> 814 VR2W-107823 -5.691883 56.49690 25 -#> 815 VR2W-107823 -5.691883 56.49690 25 -#> 816 VR2W-107823 -5.691883 56.49690 25 -#> 817 VR2W-107823 -5.691883 56.49690 25 -#> 818 VR2W-107823 -5.691883 56.49690 25 -#> 819 VR2W-107823 -5.691883 56.49690 25 -#> 820 VR2W-107823 -5.691883 56.49690 25 -#> 821 VR2W-107823 -5.691883 56.49690 25 -#> 822 VR2W-107823 -5.691883 56.49690 25 -#> 823 VR2W-107823 -5.691883 56.49690 25 -#> 824 VR2W-107823 -5.691883 56.49690 25 -#> 825 VR2W-107823 -5.691883 56.49690 25 -#> 826 VR2W-107823 -5.691883 56.49690 25 -#> 827 VR2W-107823 -5.691883 56.49690 25 -#> 828 VR2W-107823 -5.691883 56.49690 25 -#> 829 VR2W-107823 -5.691883 56.49690 25 -#> 830 VR2W-107823 -5.691883 56.49690 25 -#> 831 VR2W-107823 -5.691883 56.49690 25 -#> 832 VR2W-107823 -5.691883 56.49690 25 -#> 833 VR2W-107823 -5.691883 56.49690 25 -#> 834 VR2W-107823 -5.691883 56.49690 25 -#> 835 VR2W-107823 -5.691883 56.49690 25 -#> 836 VR2W-108160 -5.704867 56.48890 25 -#> 837 VR2W-108160 -5.704867 56.48890 25 -#> 838 VR2W-108160 -5.704867 56.48890 25 -#> 839 VR2W-108160 -5.704867 56.48890 25 -#> 840 VR2W-108160 -5.704867 56.48890 25 -#> 841 VR2W-108160 -5.704867 56.48890 25 -#> 842 VR2W-108160 -5.704867 56.48890 25 -#> 843 VR2W-107823 -5.691883 56.49690 25 -#> 844 VR2W-107823 -5.691883 56.49690 25 -#> 845 VR2W-107823 -5.691883 56.49690 25 -#> 846 VR2W-107823 -5.691883 56.49690 25 -#> 847 VR2W-107823 -5.691883 56.49690 25 -#> 848 VR2W-107823 -5.691883 56.49690 25 -#> 849 VR2W-107823 -5.691883 56.49690 25 -#> 850 VR2W-107823 -5.691883 56.49690 25 -#> 851 VR2W-107823 -5.691883 56.49690 25 -#> 852 VR2W-107823 -5.691883 56.49690 25 -#> 853 VR2W-107823 -5.691883 56.49690 25 -#> 854 VR2W-107823 -5.691883 56.49690 25 -#> 855 VR2W-107823 -5.691883 56.49690 25 -#> 856 VR2W-107823 -5.691883 56.49690 25 -#> 857 VR2W-107823 -5.691883 56.49690 25 -#> 858 VR2W-107823 -5.691883 56.49690 25 -#> 859 VR2W-107823 -5.691883 56.49690 25 -#> 860 VR2W-107823 -5.691883 56.49690 25 -#> 861 VR2W-107823 -5.691883 56.49690 25 -#> 862 VR2W-107823 -5.691883 56.49690 25 -#> 863 VR2W-107823 -5.691883 56.49690 25 -#> 864 VR2W-107823 -5.691883 56.49690 25 -#> 865 VR2W-107823 -5.691883 56.49690 25 -#> 866 VR2W-107823 -5.691883 56.49690 25 -#> 867 VR2W-107823 -5.691883 56.49690 25 -#> 868 VR2W-107823 -5.691883 56.49690 25 -#> 869 VR2W-107823 -5.691883 56.49690 25 -#> 870 VR2W-107823 -5.691883 56.49690 25 -#> 871 VR2W-108163 -5.610733 56.37628 25 -#> 872 VR2W-108163 -5.610733 56.37628 25 -#> 873 VR2W-108163 -5.610733 56.37628 25 -#> 874 VR2W-108160 -5.704867 56.48890 25 -#> 875 VR2W-108160 -5.704867 56.48890 25 -#> 876 VR2W-108160 -5.704867 56.48890 25 -#> 877 VR2W-108160 -5.704867 56.48890 25 -#> 878 VR2W-108160 -5.704867 56.48890 25 -#> 879 VR2W-108160 -5.704867 56.48890 25 -#> 880 VR2W-108160 -5.704867 56.48890 25 -#> 881 VR2W-108160 -5.704867 56.48890 25 -#> 882 VR2W-108160 -5.704867 56.48890 25 -#> 883 VR2W-108160 -5.704867 56.48890 25 -#> 884 VR2W-108160 -5.704867 56.48890 25 -#> 885 VR2W-108160 -5.704867 56.48890 25 -#> 886 VR2W-108160 -5.704867 56.48890 25 -#> 887 VR2W-108160 -5.704867 56.48890 25 -#> 888 VR2W-108160 -5.704867 56.48890 25 -#> 889 VR2W-108160 -5.704867 56.48890 25 -#> 890 VR2W-108160 -5.704867 56.48890 25 -#> 891 VR2W-108160 -5.704867 56.48890 25 -#> 892 VR2W-108160 -5.704867 56.48890 25 -#> 893 VR2W-108160 -5.704867 56.48890 25 -#> 894 VR2W-108160 -5.704867 56.48890 25 -#> 895 VR2W-108160 -5.704867 56.48890 25 -#> 896 VR2W-108160 -5.704867 56.48890 25 -#> 897 VR2W-108160 -5.704867 56.48890 25 -#> 898 VR2W-108160 -5.704867 56.48890 25 -#> 899 VR2W-108160 -5.704867 56.48890 25 -#> 900 VR2W-108160 -5.704867 56.48890 25 -#> 901 VR2W-108160 -5.704867 56.48890 25 -#> 902 VR2W-108160 -5.704867 56.48890 25 -#> 903 VR2W-108160 -5.704867 56.48890 25 -#> 904 VR2W-107823 -5.691883 56.49690 25 -#> 905 VR2W-107823 -5.691883 56.49690 25 -#> 906 VR2W-107823 -5.691883 56.49690 25 -#> 907 VR2W-107823 -5.691883 56.49690 25 -#> 908 VR2W-107823 -5.691883 56.49690 25 -#> 909 VR2W-107823 -5.691883 56.49690 25 -#> 910 VR2W-107823 -5.691883 56.49690 25 -#> 911 VR2W-107823 -5.691883 56.49690 25 -#> 912 VR2W-107823 -5.691883 56.49690 25 -#> 913 VR2W-107823 -5.691883 56.49690 25 -#> 914 VR2W-107823 -5.691883 56.49690 25 -#> 915 VR2W-107823 -5.691883 56.49690 25 -#> 916 VR2W-107823 -5.691883 56.49690 25 -#> 917 VR2W-107823 -5.691883 56.49690 25 -#> 918 VR2W-107823 -5.691883 56.49690 25 -#> 919 VR2W-107823 -5.691883 56.49690 25 -#> 920 VR2W-107823 -5.691883 56.49690 25 -#> 921 VR2W-107823 -5.691883 56.49690 25 -#> 922 VR2W-107823 -5.691883 56.49690 25 -#> 923 VR2W-107823 -5.691883 56.49690 25 -#> 924 VR2W-107823 -5.691883 56.49690 25 -#> 925 VR2W-107823 -5.691883 56.49690 25 -#> 926 VR2W-107823 -5.691883 56.49690 25 -#> 927 VR2W-107823 -5.691883 56.49690 25 -#> 928 VR2W-107823 -5.691883 56.49690 25 -#> 929 VR2W-107823 -5.691883 56.49690 25 -#> 930 VR2W-107823 -5.691883 56.49690 25 -#> 931 VR2W-107823 -5.691883 56.49690 25 -#> 932 VR2W-107823 -5.691883 56.49690 25 -#> 933 VR2W-107823 -5.691883 56.49690 25 -#> 934 VR2W-107823 -5.691883 56.49690 25 -#> 935 VR2W-107823 -5.691883 56.49690 25 -#> 936 VR2W-107823 -5.691883 56.49690 25 -#> 937 VR2W-107823 -5.691883 56.49690 25 -#> 938 VR2W-107823 -5.691883 56.49690 25 -#> 939 VR2W-107823 -5.691883 56.49690 25 -#> 940 VR2W-107823 -5.691883 56.49690 25 -#> 941 VR2W-107823 -5.691883 56.49690 25 -#> 942 VR2W-107823 -5.691883 56.49690 25 -#> 943 VR2W-107823 -5.691883 56.49690 25 -#> 944 VR2W-107823 -5.691883 56.49690 25 -#> 945 VR2W-107823 -5.691883 56.49690 25 -#> 946 VR2W-107823 -5.691883 56.49690 25 -#> 947 VR2W-107823 -5.691883 56.49690 25 -#> 948 VR2W-107823 -5.691883 56.49690 25 -#> 949 VR2W-107823 -5.691883 56.49690 25 -#> 950 VR2W-107823 -5.691883 56.49690 25 -#> 951 VR2W-107823 -5.691883 56.49690 25 -#> 952 VR2W-107823 -5.691883 56.49690 25 -#> 953 VR2W-107823 -5.691883 56.49690 25 -#> 954 VR2W-107823 -5.691883 56.49690 25 -#> 955 VR2W-107823 -5.691883 56.49690 25 -#> 956 VR2W-107823 -5.691883 56.49690 25 -#> 957 VR2W-107823 -5.691883 56.49690 25 -#> 958 VR2W-107823 -5.691883 56.49690 25 -#> 959 VR2W-107823 -5.691883 56.49690 25 -#> 960 VR2W-107823 -5.691883 56.49690 25 -#> 961 VR2W-107823 -5.691883 56.49690 25 -#> 962 VR2W-107823 -5.691883 56.49690 25 -#> 963 VR2W-107823 -5.691883 56.49690 25 -#> 964 VR2W-107823 -5.691883 56.49690 25 -#> 965 VR2W-107823 -5.691883 56.49690 25 -#> 966 VR2W-107823 -5.691883 56.49690 25 -#> 967 VR2W-107823 -5.691883 56.49690 25 -#> 968 VR2W-107823 -5.691883 56.49690 25 -#> 969 VR2W-107823 -5.691883 56.49690 25 -#> 970 VR2W-107823 -5.691883 56.49690 25 -#> 971 VR2W-107823 -5.691883 56.49690 25 -#> 972 VR2W-107823 -5.691883 56.49690 25 -#> 973 VR2W-107823 -5.691883 56.49690 25 -#> 974 VR2W-107823 -5.691883 56.49690 25 -#> 975 VR2W-107823 -5.691883 56.49690 25 -#> 976 VR2W-107823 -5.691883 56.49690 25 -#> 977 VR2W-107823 -5.691883 56.49690 25 -#> 978 VR2W-107823 -5.691883 56.49690 25 -#> 979 VR2W-107823 -5.691883 56.49690 25 -#> 980 VR2W-107823 -5.691883 56.49690 25 -#> 981 VR2W-107823 -5.691883 56.49690 25 -#> 982 VR2W-107823 -5.691883 56.49690 25 -#> 983 VR2W-107823 -5.691883 56.49690 25 -#> 984 VR2W-107823 -5.691883 56.49690 25 -#> 985 VR2W-107823 -5.691883 56.49690 25 -#> 986 VR2W-107823 -5.691883 56.49690 25 -#> 987 VR2W-107823 -5.691883 56.49690 25 -#> 988 VR2W-107823 -5.691883 56.49690 25 -#> 989 VR2W-107823 -5.691883 56.49690 25 -#> 990 VR2W-107823 -5.691883 56.49690 25 -#> 991 VR2W-107823 -5.691883 56.49690 25 -#> 992 VR2W-107823 -5.691883 56.49690 25 -#> 993 VR2W-107823 -5.691883 56.49690 25 -#> 994 VR2W-107823 -5.691883 56.49690 25 -#> 995 VR2W-107823 -5.691883 56.49690 25 -#> 996 VR2W-107823 -5.691883 56.49690 25 -#> 997 VR2W-107823 -5.691883 56.49690 25 -#> 998 VR2W-107823 -5.691883 56.49690 25 -#> 999 VR2W-107823 -5.691883 56.49690 25 -#> 1000 VR2W-107823 -5.691883 56.49690 25 -#> 1001 VR2W-107823 -5.691883 56.49690 25 -#> 1002 VR2W-107823 -5.691883 56.49690 25 -#> 1003 VR2W-107823 -5.691883 56.49690 25 -#> 1004 VR2W-107823 -5.691883 56.49690 25 -#> 1005 VR2W-107823 -5.691883 56.49690 25 -#> 1006 VR2W-107823 -5.691883 56.49690 25 -#> 1007 VR2W-107823 -5.691883 56.49690 25 -#> 1008 VR2W-107823 -5.691883 56.49690 25 -#> 1009 VR2W-107823 -5.691883 56.49690 25 -#> 1010 VR2W-107823 -5.691883 56.49690 25 -#> 1011 VR2W-107823 -5.691883 56.49690 25 -#> 1012 VR2W-107823 -5.691883 56.49690 25 -#> 1013 VR2W-107823 -5.691883 56.49690 25 -#> 1014 VR2W-107823 -5.691883 56.49690 25 -#> 1015 VR2W-107823 -5.691883 56.49690 25 -#> 1016 VR2W-107823 -5.691883 56.49690 25 -#> 1017 VR2W-107823 -5.691883 56.49690 25 -#> 1018 VR2W-107823 -5.691883 56.49690 25 -#> 1019 VR2W-107823 -5.691883 56.49690 25 -#> 1020 VR2W-107823 -5.691883 56.49690 25 -#> 1021 VR2W-107823 -5.691883 56.49690 25 -#> 1022 VR2W-107823 -5.691883 56.49690 25 -#> 1023 VR2W-107823 -5.691883 56.49690 25 -#> 1024 VR2W-107823 -5.691883 56.49690 25 -#> 1025 VR2W-107823 -5.691883 56.49690 25 -#> 1026 VR2W-107823 -5.691883 56.49690 25 -#> 1027 VR2W-107823 -5.691883 56.49690 25 -#> 1028 VR2W-107823 -5.691883 56.49690 25 -#> 1029 VR2W-107823 -5.691883 56.49690 25 -#> 1030 VR2W-107823 -5.691883 56.49690 25 -#> 1031 VR2W-107823 -5.691883 56.49690 25 -#> 1032 VR2W-107823 -5.691883 56.49690 25 -#> 1033 VR2W-107823 -5.691883 56.49690 25 -#> 1034 VR2W-107823 -5.691883 56.49690 25 -#> 1035 VR2W-107823 -5.691883 56.49690 25 -#> 1036 VR2W-107823 -5.691883 56.49690 25 -#> 1037 VR2W-107823 -5.691883 56.49690 25 -#> 1038 VR2W-107823 -5.691883 56.49690 25 -#> 1039 VR2W-107823 -5.691883 56.49690 25 -#> 1040 VR2W-107823 -5.691883 56.49690 25 -#> 1041 VR2W-107823 -5.691883 56.49690 25 -#> 1042 VR2W-107823 -5.691883 56.49690 25 -#> 1043 VR2W-107823 -5.691883 56.49690 25 -#> 1044 VR2W-107823 -5.691883 56.49690 25 -#> 1045 VR2W-107823 -5.691883 56.49690 25 -#> 1046 VR2W-107823 -5.691883 56.49690 25 -#> 1047 VR2W-107823 -5.691883 56.49690 25 -#> 1048 VR2W-107823 -5.691883 56.49690 25 -#> 1049 VR2W-107823 -5.691883 56.49690 25 -#> 1050 VR2W-107823 -5.691883 56.49690 25 -#> 1051 VR2W-107823 -5.691883 56.49690 25 -#> 1052 VR2W-107823 -5.691883 56.49690 25 -#> 1053 VR2W-107823 -5.691883 56.49690 25 -#> 1054 VR2W-107823 -5.691883 56.49690 25 -#> 1055 VR2W-107823 -5.691883 56.49690 25 -#> 1056 VR2W-107823 -5.691883 56.49690 25 -#> 1057 VR2W-107823 -5.691883 56.49690 25 -#> 1058 VR2W-107823 -5.691883 56.49690 25 -#> 1059 VR2W-107823 -5.691883 56.49690 25 -#> 1060 VR2W-107823 -5.691883 56.49690 25 -#> 1061 VR2W-107823 -5.691883 56.49690 25 -#> 1062 VR2W-107823 -5.691883 56.49690 25 -#> 1063 VR2W-107823 -5.691883 56.49690 25 -#> 1064 VR2W-107823 -5.691883 56.49690 25 -#> 1065 VR2W-107823 -5.691883 56.49690 25 -#> 1066 VR2W-107823 -5.691883 56.49690 25 -#> 1067 VR2W-107823 -5.691883 56.49690 25 -#> 1068 VR2W-107823 -5.691883 56.49690 25 -#> 1069 VR2W-107823 -5.691883 56.49690 25 -#> 1070 VR2W-107823 -5.691883 56.49690 25 -#> 1071 VR2W-107823 -5.691883 56.49690 25 -#> 1072 VR2W-107823 -5.691883 56.49690 25 -#> 1073 VR2W-107823 -5.691883 56.49690 25 -#> 1074 VR2W-107823 -5.691883 56.49690 25 -#> 1075 VR2W-107823 -5.691883 56.49690 25 -#> 1076 VR2W-107823 -5.691883 56.49690 25 -#> 1077 VR2W-107823 -5.691883 56.49690 25 -#> 1078 VR2W-107823 -5.691883 56.49690 25 -#> 1079 VR2W-107823 -5.691883 56.49690 25 -#> 1080 VR2W-107823 -5.691883 56.49690 25 -#> 1081 VR2W-107823 -5.691883 56.49690 25 -#> 1082 VR2W-107823 -5.691883 56.49690 25 -#> 1083 VR2W-107823 -5.691883 56.49690 25 -#> 1084 VR2W-107823 -5.691883 56.49690 25 -#> 1085 VR2W-107823 -5.691883 56.49690 25 -#> 1086 VR2W-107823 -5.691883 56.49690 25 -#> 1087 VR2W-107823 -5.691883 56.49690 25 -#> 1088 VR2W-107823 -5.691883 56.49690 25 -#> 1089 VR2W-107823 -5.691883 56.49690 25 -#> 1090 VR2W-107823 -5.691883 56.49690 25 -#> 1091 VR2W-107823 -5.691883 56.49690 25 -#> 1092 VR2W-107823 -5.691883 56.49690 25 -#> 1093 VR2W-107823 -5.691883 56.49690 25 -#> 1094 VR2W-107823 -5.691883 56.49690 25 -#> 1095 VR2W-107823 -5.691883 56.49690 25 -#> 1096 VR2W-107823 -5.691883 56.49690 25 -#> 1097 VR2W-107823 -5.691883 56.49690 25 -#> 1098 VR2W-107823 -5.691883 56.49690 25 -#> 1099 VR2W-107823 -5.691883 56.49690 25 -#> 1100 VR2W-107823 -5.691883 56.49690 25 -#> 1101 VR2W-107823 -5.691883 56.49690 25 -#> 1102 VR2W-107823 -5.691883 56.49690 25 -#> 1103 VR2W-107823 -5.691883 56.49690 25 -#> 1104 VR2W-107823 -5.691883 56.49690 25 -#> 1105 VR2W-107823 -5.691883 56.49690 25 -#> 1106 VR2W-107823 -5.691883 56.49690 25 -#> 1107 VR2W-107823 -5.691883 56.49690 25 -#> 1108 VR2W-107823 -5.691883 56.49690 25 -#> 1109 VR2W-107823 -5.691883 56.49690 25 -#> 1110 VR2W-107823 -5.691883 56.49690 25 -#> 1111 VR2W-107823 -5.691883 56.49690 25 -#> 1112 VR2W-107823 -5.691883 56.49690 25 -#> 1113 VR2W-107823 -5.691883 56.49690 25 -#> 1114 VR2W-107823 -5.691883 56.49690 25 -#> 1115 VR2W-107823 -5.691883 56.49690 25 -#> 1116 VR2W-107823 -5.691883 56.49690 25 -#> 1117 VR2W-107823 -5.691883 56.49690 25 -#> 1118 VR2W-107823 -5.691883 56.49690 25 -#> 1119 VR2W-107823 -5.691883 56.49690 25 -#> 1120 VR2W-107823 -5.691883 56.49690 25 -#> 1121 VR2W-107823 -5.691883 56.49690 25 -#> 1122 VR2W-107823 -5.691883 56.49690 25 -#> 1123 VR2W-107823 -5.691883 56.49690 25 -#> 1124 VR2W-107823 -5.691883 56.49690 25 -#> 1125 VR2W-107823 -5.691883 56.49690 25 -#> 1126 VR2W-107823 -5.691883 56.49690 25 -#> 1127 VR2W-107823 -5.691883 56.49690 25 -#> 1128 VR2W-107823 -5.691883 56.49690 25 -#> 1129 VR2W-107823 -5.691883 56.49690 25 -#> 1130 VR2W-107823 -5.691883 56.49690 25 -#> 1131 VR2W-107823 -5.691883 56.49690 25 -#> 1132 VR2W-107823 -5.691883 56.49690 25 -#> 1133 VR2W-107823 -5.691883 56.49690 25 -#> 1134 VR2W-107823 -5.691883 56.49690 25 -#> 1135 VR2W-107823 -5.691883 56.49690 25 -#> 1136 VR2W-107823 -5.691883 56.49690 25 -#> 1137 VR2W-107823 -5.691883 56.49690 25 -#> 1138 VR2W-107823 -5.691883 56.49690 25 -#> 1139 VR2W-107823 -5.691883 56.49690 25 -#> 1140 VR2W-107823 -5.691883 56.49690 25 -#> 1141 VR2W-107823 -5.691883 56.49690 25 -#> 1142 VR2W-107823 -5.691883 56.49690 25 -#> 1143 VR2W-107823 -5.691883 56.49690 25 -#> 1144 VR2W-107823 -5.691883 56.49690 25 -#> 1145 VR2W-107823 -5.691883 56.49690 25 -#> 1146 VR2W-107823 -5.691883 56.49690 25 -#> 1147 VR2W-107823 -5.691883 56.49690 25 -#> 1148 VR2W-107823 -5.691883 56.49690 25 -#> 1149 VR2W-107823 -5.691883 56.49690 25 -#> 1150 VR2W-107823 -5.691883 56.49690 25 -#> 1151 VR2W-107823 -5.691883 56.49690 25 -#> 1152 VR2W-107823 -5.691883 56.49690 25 -#> 1153 VR2W-107823 -5.691883 56.49690 25 -#> 1154 VR2W-107823 -5.691883 56.49690 25 -#> 1155 VR2W-107823 -5.691883 56.49690 25 -#> 1156 VR2W-107823 -5.691883 56.49690 25 -#> 1157 VR2W-107823 -5.691883 56.49690 25 -#> 1158 VR2W-107823 -5.691883 56.49690 25 -#> 1159 VR2W-107823 -5.691883 56.49690 25 -#> 1160 VR2W-107823 -5.691883 56.49690 25 -#> 1161 VR2W-107823 -5.691883 56.49690 25 -#> 1162 VR2W-107823 -5.691883 56.49690 25 -#> 1163 VR2W-107823 -5.691883 56.49690 25 -#> 1164 VR2W-107823 -5.691883 56.49690 25 -#> 1165 VR2W-107823 -5.691883 56.49690 25 -#> 1166 VR2W-107823 -5.691883 56.49690 25 -#> 1167 VR2W-107823 -5.691883 56.49690 25 -#> 1168 VR2W-107823 -5.691883 56.49690 25 -#> 1169 VR2W-107823 -5.691883 56.49690 25 -#> 1170 VR2W-107823 -5.691883 56.49690 25 -#> 1171 VR2W-107823 -5.691883 56.49690 25 -#> 1172 VR2W-107823 -5.691883 56.49690 25 -#> 1173 VR2W-107823 -5.691883 56.49690 25 -#> 1174 VR2W-107823 -5.691883 56.49690 25 -#> 1175 VR2W-107823 -5.691883 56.49690 25 -#> 1176 VR2W-107823 -5.691883 56.49690 25 -#> 1177 VR2W-107823 -5.691883 56.49690 25 -#> 1178 VR2W-107823 -5.691883 56.49690 25 -#> 1179 VR2W-107823 -5.691883 56.49690 25 -#> 1180 VR2W-107823 -5.691883 56.49690 25 -#> 1181 VR2W-107823 -5.691883 56.49690 25 -#> 1182 VR2W-107823 -5.691883 56.49690 25 -#> 1183 VR2W-107823 -5.691883 56.49690 25 -#> 1184 VR2W-107823 -5.691883 56.49690 25 -#> 1185 VR2W-107823 -5.691883 56.49690 25 -#> 1186 VR2W-107823 -5.691883 56.49690 25 -#> 1187 VR2W-107823 -5.691883 56.49690 25 -#> 1188 VR2W-107823 -5.691883 56.49690 25 -#> 1189 VR2W-107823 -5.691883 56.49690 25 -#> 1190 VR2W-107823 -5.691883 56.49690 25 -#> 1191 VR2W-107823 -5.691883 56.49690 25 -#> 1192 VR2W-107823 -5.691883 56.49690 25 -#> 1193 VR2W-107823 -5.691883 56.49690 25 -#> 1194 VR2W-107823 -5.691883 56.49690 25 -#> 1195 VR2W-107823 -5.691883 56.49690 25 -#> 1196 VR2W-107823 -5.691883 56.49690 25 -#> 1197 VR2W-107823 -5.691883 56.49690 25 -#> 1198 VR2W-107823 -5.691883 56.49690 25 -#> 1199 VR2W-107823 -5.691883 56.49690 25 -#> 1200 VR2W-107823 -5.691883 56.49690 25 -#> 1201 VR2W-107823 -5.691883 56.49690 25 -#> 1202 VR2W-107823 -5.691883 56.49690 25 -#> 1203 VR2W-107823 -5.691883 56.49690 25 -#> 1204 VR2W-107823 -5.691883 56.49690 25 -#> 1205 VR2W-107823 -5.691883 56.49690 25 -#> 1206 VR2W-107823 -5.691883 56.49690 25 -#> 1207 VR2W-107823 -5.691883 56.49690 25 -#> 1208 VR2W-107823 -5.691883 56.49690 25 -#> 1209 VR2W-107823 -5.691883 56.49690 25 -#> 1210 VR2W-107823 -5.691883 56.49690 25 -#> 1211 VR2W-107823 -5.691883 56.49690 25 -#> 1212 VR2W-107823 -5.691883 56.49690 25 -#> 1213 VR2W-107823 -5.691883 56.49690 25 -#> 1214 VR2W-107823 -5.691883 56.49690 25 -#> 1215 VR2W-107823 -5.691883 56.49690 25 -#> 1216 VR2W-107823 -5.691883 56.49690 25 -#> 1217 VR2W-107823 -5.691883 56.49690 25 -#> 1218 VR2W-107823 -5.691883 56.49690 25 -#> 1219 VR2W-107823 -5.691883 56.49690 25 -#> 1220 VR2W-107823 -5.691883 56.49690 25 -#> 1221 VR2W-107823 -5.691883 56.49690 25 -#> 1222 VR2W-107823 -5.691883 56.49690 25 -#> 1223 VR2W-107823 -5.691883 56.49690 25 -#> 1224 VR2W-107823 -5.691883 56.49690 25 -#> 1225 VR2W-107823 -5.691883 56.49690 25 -#> 1226 VR2W-107823 -5.691883 56.49690 25 -#> 1227 VR2W-107823 -5.691883 56.49690 25 -#> 1228 VR2W-107823 -5.691883 56.49690 25 -#> 1229 VR2W-107823 -5.691883 56.49690 25 -#> 1230 VR2W-107823 -5.691883 56.49690 25 -#> 1231 VR2W-107823 -5.691883 56.49690 25 -#> 1232 VR2W-107823 -5.691883 56.49690 25 -#> 1233 VR2W-107823 -5.691883 56.49690 25 -#> 1234 VR2W-107823 -5.691883 56.49690 25 -#> 1235 VR2W-107823 -5.691883 56.49690 25 -#> 1236 VR2W-107823 -5.691883 56.49690 25 -#> 1237 VR2W-107823 -5.691883 56.49690 25 -#> 1238 VR2W-107823 -5.691883 56.49690 25 -#> 1239 VR2W-107823 -5.691883 56.49690 25 -#> 1240 VR2W-107823 -5.691883 56.49690 25 -#> 1241 VR2W-107823 -5.691883 56.49690 25 -#> 1242 VR2W-107823 -5.691883 56.49690 25 -#> 1243 VR2W-107823 -5.691883 56.49690 25 -#> 1244 VR2W-107823 -5.691883 56.49690 25 -#> 1245 VR2W-107823 -5.691883 56.49690 25 -#> 1246 VR2W-107823 -5.691883 56.49690 25 -#> 1247 VR2W-107823 -5.691883 56.49690 25 -#> 1248 VR2W-107823 -5.691883 56.49690 25 -#> 1249 VR2W-107823 -5.691883 56.49690 25 -#> 1250 VR2W-107823 -5.691883 56.49690 25 -#> 1251 VR2W-107823 -5.691883 56.49690 25 -#> 1252 VR2W-107823 -5.691883 56.49690 25 -#> 1253 VR2W-107823 -5.691883 56.49690 25 -#> 1254 VR2W-107823 -5.691883 56.49690 25 -#> 1255 VR2W-107823 -5.691883 56.49690 25 -#> 1256 VR2W-107823 -5.691883 56.49690 25 -#> 1257 VR2W-107823 -5.691883 56.49690 25 -#> 1258 VR2W-107823 -5.691883 56.49690 25 -#> 1259 VR2W-107823 -5.691883 56.49690 25 -#> 1260 VR2W-107823 -5.691883 56.49690 25 -#> 1261 VR2W-107823 -5.691883 56.49690 25 -#> 1262 VR2W-107823 -5.691883 56.49690 25 -#> 1263 VR2W-107823 -5.691883 56.49690 25 -#> 1264 VR2W-107823 -5.691883 56.49690 25 -#> 1265 VR2W-107823 -5.691883 56.49690 25 -#> 1266 VR2W-107823 -5.691883 56.49690 25 -#> 1267 VR2W-107823 -5.691883 56.49690 25 -#> 1268 VR2W-107823 -5.691883 56.49690 25 -#> 1269 VR2W-107823 -5.691883 56.49690 25 -#> 1270 VR2W-107823 -5.691883 56.49690 25 -#> 1271 VR2W-107823 -5.691883 56.49690 25 -#> 1272 VR2W-107823 -5.691883 56.49690 25 -#> 1273 VR2W-107823 -5.691883 56.49690 25 -#> 1274 VR2W-107823 -5.691883 56.49690 25 -#> 1275 VR2W-107823 -5.691883 56.49690 25 -#> 1276 VR2W-107823 -5.691883 56.49690 25 -#> 1277 VR2W-107823 -5.691883 56.49690 25 -#> 1278 VR2W-107823 -5.691883 56.49690 25 -#> 1279 VR2W-107823 -5.691883 56.49690 25 -#> 1280 VR2W-107823 -5.691883 56.49690 25 -#> 1281 VR2W-107823 -5.691883 56.49690 25 -#> 1282 VR2W-107823 -5.691883 56.49690 25 -#> 1283 VR2W-107823 -5.691883 56.49690 25 -#> 1284 VR2W-107823 -5.691883 56.49690 25 -#> 1285 VR2W-107823 -5.691883 56.49690 25 -#> 1286 VR2W-107823 -5.691883 56.49690 25 -#> 1287 VR2W-107823 -5.691883 56.49690 25 -#> 1288 VR2W-107823 -5.691883 56.49690 25 -#> 1289 VR2W-107823 -5.691883 56.49690 25 -#> 1290 VR2W-107823 -5.691883 56.49690 25 -#> 1291 VR2W-107823 -5.691883 56.49690 25 -#> 1292 VR2W-107823 -5.691883 56.49690 25 -#> 1293 VR2W-107823 -5.691883 56.49690 25 -#> 1294 VR2W-107823 -5.691883 56.49690 25 -#> 1295 VR2W-107823 -5.691883 56.49690 25 -#> 1296 VR2W-107823 -5.691883 56.49690 25 -#> 1297 VR2W-107823 -5.691883 56.49690 25 -#> 1298 VR2W-107823 -5.691883 56.49690 25 -#> 1299 VR2W-107823 -5.691883 56.49690 25 -#> 1300 VR2W-107823 -5.691883 56.49690 25 -#> 1301 VR2W-107823 -5.691883 56.49690 25 -#> 1302 VR2W-107823 -5.691883 56.49690 25 -#> 1303 VR2W-107823 -5.691883 56.49690 25 -#> 1304 VR2W-107823 -5.691883 56.49690 25 -#> 1305 VR2W-107823 -5.691883 56.49690 25 -#> 1306 VR2W-107823 -5.691883 56.49690 25 -#> 1307 VR2W-107823 -5.691883 56.49690 25 -#> 1308 VR2W-107823 -5.691883 56.49690 25 -#> 1309 VR2W-107823 -5.691883 56.49690 25 -#> 1310 VR2W-107823 -5.691883 56.49690 25 -#> 1311 VR2W-107823 -5.691883 56.49690 25 -#> 1312 VR2W-107823 -5.691883 56.49690 25 -#> 1313 VR2W-107823 -5.691883 56.49690 25 -#> 1314 VR2W-107823 -5.691883 56.49690 25 -#> 1315 VR2W-107823 -5.691883 56.49690 25 -#> 1316 VR2W-107823 -5.691883 56.49690 25 -#> 1317 VR2W-107823 -5.691883 56.49690 25 -#> 1318 VR2W-107823 -5.691883 56.49690 25 -#> 1319 VR2W-107823 -5.691883 56.49690 25 -#> 1320 VR2W-107823 -5.691883 56.49690 25 -#> 1321 VR2W-107823 -5.691883 56.49690 25 -#> 1322 VR2W-107823 -5.691883 56.49690 25 -#> 1323 VR2W-107823 -5.691883 56.49690 25 -#> 1324 VR2W-107823 -5.691883 56.49690 25 -#> 1325 VR2W-107823 -5.691883 56.49690 25 -#> 1326 VR2W-107823 -5.691883 56.49690 25 -#> 1327 VR2W-107823 -5.691883 56.49690 25 -#> 1328 VR2W-107823 -5.691883 56.49690 25 -#> 1329 VR2W-107823 -5.691883 56.49690 25 -#> 1330 VR2W-107823 -5.691883 56.49690 25 -#> 1331 VR2W-107823 -5.691883 56.49690 25 -#> 1332 VR2W-107823 -5.691883 56.49690 25 -#> 1333 VR2W-107823 -5.691883 56.49690 25 -#> 1334 VR2W-107823 -5.691883 56.49690 25 -#> 1335 VR2W-107823 -5.691883 56.49690 25 -#> 1336 VR2W-107823 -5.691883 56.49690 25 -#> 1337 VR2W-107823 -5.691883 56.49690 25 -#> 1338 VR2W-107823 -5.691883 56.49690 25 -#> 1339 VR2W-107823 -5.691883 56.49690 25 -#> 1340 VR2W-107823 -5.691883 56.49690 25 -#> 1341 VR2W-107823 -5.691883 56.49690 25 -#> 1342 VR2W-107823 -5.691883 56.49690 25 -#> 1343 VR2W-107823 -5.691883 56.49690 25 -#> 1344 VR2W-107823 -5.691883 56.49690 25 -#> 1345 VR2W-107823 -5.691883 56.49690 25 -#> 1346 VR2W-107823 -5.691883 56.49690 25 -#> 1347 VR2W-107823 -5.691883 56.49690 25 -#> 1348 VR2W-107823 -5.691883 56.49690 25 -#> 1349 VR2W-107823 -5.691883 56.49690 25 -#> 1350 VR2W-107823 -5.691883 56.49690 25 -#> 1351 VR2W-107823 -5.691883 56.49690 25 -#> 1352 VR2W-107823 -5.691883 56.49690 25 -#> 1353 VR2W-107823 -5.691883 56.49690 25 -#> 1354 VR2W-107823 -5.691883 56.49690 25 -#> 1355 VR2W-107823 -5.691883 56.49690 25 -#> 1356 VR2W-107823 -5.691883 56.49690 25 -#> 1357 VR2W-107823 -5.691883 56.49690 25 -#> 1358 VR2W-107823 -5.691883 56.49690 25 -#> 1359 VR2W-107823 -5.691883 56.49690 25 -#> 1360 VR2W-107823 -5.691883 56.49690 25 -#> 1361 VR2W-107823 -5.691883 56.49690 25 -#> 1362 VR2W-107823 -5.691883 56.49690 25 -#> 1363 VR2W-107823 -5.691883 56.49690 25 -#> 1364 VR2W-107823 -5.691883 56.49690 25 -#> 1365 VR2W-107823 -5.691883 56.49690 25 -#> 1366 VR2W-107823 -5.691883 56.49690 25 -#> 1367 VR2W-107823 -5.691883 56.49690 25 -#> 1368 VR2W-107823 -5.691883 56.49690 25 -#> 1369 VR2W-107823 -5.691883 56.49690 25 -#> 1370 VR2W-107823 -5.691883 56.49690 25 -#> 1371 VR2W-107823 -5.691883 56.49690 25 -#> 1372 VR2W-107823 -5.691883 56.49690 25 -#> 1373 VR2W-107823 -5.691883 56.49690 25 -#> 1374 VR2W-107823 -5.691883 56.49690 25 -#> 1375 VR2W-107823 -5.691883 56.49690 25 -#> 1376 VR2W-107823 -5.691883 56.49690 25 -#> 1377 VR2W-107823 -5.691883 56.49690 25 -#> 1378 VR2W-107823 -5.691883 56.49690 25 -#> 1379 VR2W-107823 -5.691883 56.49690 25 -#> 1380 VR2W-107823 -5.691883 56.49690 25 -#> 1381 VR2W-107823 -5.691883 56.49690 25 -#> 1382 VR2W-107823 -5.691883 56.49690 25 -#> 1383 VR2W-107823 -5.691883 56.49690 25 -#> 1384 VR2W-107823 -5.691883 56.49690 25 -#> 1385 VR2W-107823 -5.691883 56.49690 25 -#> 1386 VR2W-107823 -5.691883 56.49690 25 -#> 1387 VR2W-107823 -5.691883 56.49690 25 -#> 1388 VR2W-107823 -5.691883 56.49690 25 -#> 1389 VR2W-107823 -5.691883 56.49690 25 -#> 1390 VR2W-107823 -5.691883 56.49690 25 -#> 1391 VR2W-107823 -5.691883 56.49690 25 -#> 1392 VR2W-107823 -5.691883 56.49690 25 -#> 1393 VR2W-107823 -5.691883 56.49690 25 -#> 1394 VR2W-107823 -5.691883 56.49690 25 -#> 1395 VR2W-107823 -5.691883 56.49690 25 -#> 1396 VR2W-107823 -5.691883 56.49690 25 -#> 1397 VR2W-107823 -5.691883 56.49690 25 -#> 1398 VR2W-107823 -5.691883 56.49690 25 -#> 1399 VR2W-107823 -5.691883 56.49690 25 -#> 1400 VR2W-107823 -5.691883 56.49690 25 -#> 1401 VR2W-107823 -5.691883 56.49690 25 -#> 1402 VR2W-107823 -5.691883 56.49690 25 -#> 1403 VR2W-107823 -5.691883 56.49690 25 -#> 1404 VR2W-107823 -5.691883 56.49690 25 -#> 1405 VR2W-107823 -5.691883 56.49690 25 -#> 1406 VR2W-107823 -5.691883 56.49690 25 -#> 1407 VR2W-107823 -5.691883 56.49690 25 -#> 1408 VR2W-107823 -5.691883 56.49690 25 -#> 1409 VR2W-107823 -5.691883 56.49690 25 -#> 1410 VR2W-107823 -5.691883 56.49690 25 -#> 1411 VR2W-107823 -5.691883 56.49690 25 -#> 1412 VR2W-107823 -5.691883 56.49690 25 -#> 1413 VR2W-107823 -5.691883 56.49690 25 -#> 1414 VR2W-107823 -5.691883 56.49690 25 -#> 1415 VR2W-107823 -5.691883 56.49690 25 -#> 1416 VR2W-107823 -5.691883 56.49690 25 -#> 1417 VR2W-107823 -5.691883 56.49690 25 -#> 1418 VR2W-107823 -5.691883 56.49690 25 -#> 1419 VR2W-107823 -5.691883 56.49690 25 -#> 1420 VR2W-107823 -5.691883 56.49690 25 -#> 1421 VR2W-107823 -5.691883 56.49690 25 -#> 1422 VR2W-107823 -5.691883 56.49690 25 -#> 1423 VR2W-107823 -5.691883 56.49690 25 -#> 1424 VR2W-107823 -5.691883 56.49690 25 -#> 1425 VR2W-107823 -5.691883 56.49690 25 -#> 1426 VR2W-107823 -5.691883 56.49690 25 -#> 1427 VR2W-107823 -5.691883 56.49690 25 -#> 1428 VR2W-107823 -5.691883 56.49690 25 -#> 1429 VR2W-107823 -5.691883 56.49690 25 -#> 1430 VR2W-107823 -5.691883 56.49690 25 -#> 1431 VR2W-107823 -5.691883 56.49690 25 -#> 1432 VR2W-107823 -5.691883 56.49690 25 -#> 1433 VR2W-107823 -5.691883 56.49690 25 -#> 1434 VR2W-107823 -5.691883 56.49690 25 -#> 1435 VR2W-107823 -5.691883 56.49690 25 -#> 1436 VR2W-107823 -5.691883 56.49690 25 -#> 1437 VR2W-107823 -5.691883 56.49690 25 -#> 1438 VR2W-107823 -5.691883 56.49690 25 -#> 1439 VR2W-107823 -5.691883 56.49690 25 -#> 1440 VR2W-107823 -5.691883 56.49690 25 -#> 1441 VR2W-107823 -5.691883 56.49690 25 -#> 1442 VR2W-107823 -5.691883 56.49690 25 -#> 1443 VR2W-107823 -5.691883 56.49690 25 -#> 1444 VR2W-107823 -5.691883 56.49690 25 -#> 1445 VR2W-107823 -5.691883 56.49690 25 -#> 1446 VR2W-107823 -5.691883 56.49690 25 -#> 1447 VR2W-107823 -5.691883 56.49690 25 -#> 1448 VR2W-107823 -5.691883 56.49690 25 -#> 1449 VR2W-107823 -5.691883 56.49690 25 -#> 1450 VR2W-107823 -5.691883 56.49690 25 -#> 1451 VR2W-107823 -5.691883 56.49690 25 -#> 1452 VR2W-107823 -5.691883 56.49690 25 -#> 1453 VR2W-107823 -5.691883 56.49690 25 -#> 1454 VR2W-107823 -5.691883 56.49690 25 -#> 1455 VR2W-107823 -5.691883 56.49690 25 -#> 1456 VR2W-107823 -5.691883 56.49690 25 -#> 1457 VR2W-107823 -5.691883 56.49690 25 -#> 1458 VR2W-107823 -5.691883 56.49690 25 -#> 1459 VR2W-107823 -5.691883 56.49690 25 -#> 1460 VR2W-107823 -5.691883 56.49690 25 -#> 1461 VR2W-107823 -5.691883 56.49690 25 -#> 1462 VR2W-107823 -5.691883 56.49690 25 -#> 1463 VR2W-107823 -5.691883 56.49690 25 -#> 1464 VR2W-107823 -5.691883 56.49690 25 -#> 1465 VR2W-107823 -5.691883 56.49690 25 -#> 1466 VR2W-107823 -5.691883 56.49690 25 -#> 1467 VR2W-107823 -5.691883 56.49690 25 -#> 1468 VR2W-107823 -5.691883 56.49690 25 -#> 1469 VR2W-107823 -5.691883 56.49690 25 -#> 1470 VR2W-107823 -5.691883 56.49690 25 -#> 1471 VR2W-107823 -5.691883 56.49690 25 -#> 1472 VR2W-107823 -5.691883 56.49690 25 -#> 1473 VR2W-107823 -5.691883 56.49690 25 -#> 1474 VR2W-107823 -5.691883 56.49690 25 -#> 1475 VR2W-107823 -5.691883 56.49690 25 -#> 1476 VR2W-107823 -5.691883 56.49690 25 -#> 1477 VR2W-107823 -5.691883 56.49690 25 -#> 1478 VR2W-107823 -5.691883 56.49690 25 -#> 1479 VR2W-107823 -5.691883 56.49690 25 -#> 1480 VR2W-107823 -5.691883 56.49690 25 -#> 1481 VR2W-107823 -5.691883 56.49690 25 -#> 1482 VR2W-107823 -5.691883 56.49690 25 -#> 1483 VR2W-107823 -5.691883 56.49690 25 -#> 1484 VR2W-107823 -5.691883 56.49690 25 -#> 1485 VR2W-107823 -5.691883 56.49690 25 -#> 1486 VR2W-107823 -5.691883 56.49690 25 -#> 1487 VR2W-107823 -5.691883 56.49690 25 -#> 1488 VR2W-107823 -5.691883 56.49690 25 -#> 1489 VR2W-107823 -5.691883 56.49690 25 -#> 1490 VR2W-107823 -5.691883 56.49690 25 -#> 1491 VR2W-107823 -5.691883 56.49690 25 -#> 1492 VR2W-107823 -5.691883 56.49690 25 -#> 1493 VR2W-107823 -5.691883 56.49690 25 -#> 1494 VR2W-107823 -5.691883 56.49690 25 -#> 1495 VR2W-107823 -5.691883 56.49690 25 -#> 1496 VR2W-107823 -5.691883 56.49690 25 -#> 1497 VR2W-107823 -5.691883 56.49690 25 -#> 1498 VR2W-107823 -5.691883 56.49690 25 -#> 1499 VR2W-107823 -5.691883 56.49690 25 -#> 1500 VR2W-107823 -5.691883 56.49690 25 -#> 1501 VR2W-107823 -5.691883 56.49690 25 -#> 1502 VR2W-107823 -5.691883 56.49690 25 -#> 1503 VR2W-107823 -5.691883 56.49690 25 -#> 1504 VR2W-107823 -5.691883 56.49690 25 -#> 1505 VR2W-107823 -5.691883 56.49690 25 -#> 1506 VR2W-107823 -5.691883 56.49690 25 -#> 1507 VR2W-107823 -5.691883 56.49690 25 -#> 1508 VR2W-107823 -5.691883 56.49690 25 -#> 1509 VR2W-107823 -5.691883 56.49690 25 -#> 1510 VR2W-107823 -5.691883 56.49690 25 -#> 1511 VR2W-107823 -5.691883 56.49690 25 -#> 1512 VR2W-107823 -5.691883 56.49690 25 -#> 1513 VR2W-107823 -5.691883 56.49690 25 -#> 1514 VR2W-107823 -5.691883 56.49690 25 -#> 1515 VR2W-107823 -5.691883 56.49690 25 -#> 1516 VR2W-107823 -5.691883 56.49690 25 -#> 1517 VR2W-107823 -5.691883 56.49690 25 -#> 1518 VR2W-107823 -5.691883 56.49690 25 -#> 1519 VR2W-107823 -5.691883 56.49690 25 -#> 1520 VR2W-107823 -5.691883 56.49690 25 -#> 1521 VR2W-107823 -5.691883 56.49690 25 -#> 1522 VR2W-107823 -5.691883 56.49690 25 -#> 1523 VR2W-107823 -5.691883 56.49690 25 -#> 1524 VR2W-107823 -5.691883 56.49690 25 -#> 1525 VR2W-107823 -5.691883 56.49690 25 -#> 1526 VR2W-107823 -5.691883 56.49690 25 -#> 1527 VR2W-107823 -5.691883 56.49690 25 -#> 1528 VR2W-107823 -5.691883 56.49690 25 -#> 1529 VR2W-107823 -5.691883 56.49690 25 -#> 1530 VR2W-107823 -5.691883 56.49690 25 -#> 1531 VR2W-107823 -5.691883 56.49690 25 -#> 1532 VR2W-107823 -5.691883 56.49690 25 -#> 1533 VR2W-107823 -5.691883 56.49690 25 -#> 1534 VR2W-107823 -5.691883 56.49690 25 -#> 1535 VR2W-107823 -5.691883 56.49690 25 -#> 1536 VR2W-107823 -5.691883 56.49690 25 -#> 1537 VR2W-107823 -5.691883 56.49690 25 -#> 1538 VR2W-107823 -5.691883 56.49690 25 -#> 1539 VR2W-107823 -5.691883 56.49690 25 -#> 1540 VR2W-107823 -5.691883 56.49690 25 -#> 1541 VR2W-107823 -5.691883 56.49690 25 -#> 1542 VR2W-107823 -5.691883 56.49690 25 -#> 1543 VR2W-107823 -5.691883 56.49690 25 -#> 1544 VR2W-107823 -5.691883 56.49690 25 -#> 1545 VR2W-107823 -5.691883 56.49690 25 -#> 1546 VR2W-107823 -5.691883 56.49690 25 -#> 1547 VR2W-107823 -5.691883 56.49690 25 -#> 1548 VR2W-107823 -5.691883 56.49690 25 -#> 1549 VR2W-107823 -5.691883 56.49690 25 -#> 1550 VR2W-107823 -5.691883 56.49690 25 -#> 1551 VR2W-107823 -5.691883 56.49690 25 -#> 1552 VR2W-107823 -5.691883 56.49690 25 -#> 1553 VR2W-107823 -5.691883 56.49690 25 -#> 1554 VR2W-107823 -5.691883 56.49690 25 -#> 1555 VR2W-107823 -5.691883 56.49690 25 -#> 1556 VR2W-107823 -5.691883 56.49690 25 -#> 1557 VR2W-107823 -5.691883 56.49690 25 -#> 1558 VR2W-107823 -5.691883 56.49690 25 -#> 1559 VR2W-107823 -5.691883 56.49690 25 -#> 1560 VR2W-107823 -5.691883 56.49690 25 -#> 1561 VR2W-107823 -5.691883 56.49690 25 -#> 1562 VR2W-107823 -5.691883 56.49690 25 -#> 1563 VR2W-107823 -5.691883 56.49690 25 -#> 1564 VR2W-107823 -5.691883 56.49690 25 -#> 1565 VR2W-107823 -5.691883 56.49690 25 -#> 1566 VR2W-107823 -5.691883 56.49690 25 -#> 1567 VR2W-107823 -5.691883 56.49690 25 -#> 1568 VR2W-107823 -5.691883 56.49690 25 -#> 1569 VR2W-107823 -5.691883 56.49690 25 -#> 1570 VR2W-107823 -5.691883 56.49690 25 -#> 1571 VR2W-107823 -5.691883 56.49690 25 -#> 1572 VR2W-107823 -5.691883 56.49690 25 -#> 1573 VR2W-107823 -5.691883 56.49690 25 -#> 1574 VR2W-107823 -5.691883 56.49690 25 -#> 1575 VR2W-107823 -5.691883 56.49690 25 -#> 1576 VR2W-107823 -5.691883 56.49690 25 -#> 1577 VR2W-107823 -5.691883 56.49690 25 -#> 1578 VR2W-107823 -5.691883 56.49690 25 -#> 1579 VR2W-107823 -5.691883 56.49690 25 -#> 1580 VR2W-107823 -5.691883 56.49690 25 -#> 1581 VR2W-107823 -5.691883 56.49690 25 -#> 1582 VR2W-107823 -5.691883 56.49690 25 -#> 1583 VR2W-107823 -5.691883 56.49690 25 -#> 1584 VR2W-107823 -5.691883 56.49690 25 -#> 1585 VR2W-107823 -5.691883 56.49690 25 -#> 1586 VR2W-107823 -5.691883 56.49690 25 -#> 1587 VR2W-107823 -5.691883 56.49690 25 -#> 1588 VR2W-107823 -5.691883 56.49690 25 -#> 1589 VR2W-107823 -5.691883 56.49690 25 -#> 1590 VR2W-107823 -5.691883 56.49690 25 -#> 1591 VR2W-107823 -5.691883 56.49690 25 -#> 1592 VR2W-107823 -5.691883 56.49690 25 -#> 1593 VR2W-107823 -5.691883 56.49690 25 -#> 1594 VR2W-107823 -5.691883 56.49690 25 -#> 1595 VR2W-107823 -5.691883 56.49690 25 -#> 1596 VR2W-107823 -5.691883 56.49690 25 -#> 1597 VR2W-107823 -5.691883 56.49690 25 -#> 1598 VR2W-107823 -5.691883 56.49690 25 -#> 1599 VR2W-107823 -5.691883 56.49690 25 -#> 1600 VR2W-107823 -5.691883 56.49690 25 -#> 1601 VR2W-107823 -5.691883 56.49690 25 -#> 1602 VR2W-107823 -5.691883 56.49690 25 -#> 1603 VR2W-107823 -5.691883 56.49690 25 -#> 1604 VR2W-107823 -5.691883 56.49690 25 -#> 1605 VR2W-107823 -5.691883 56.49690 25 -#> 1606 VR2W-107823 -5.691883 56.49690 25 -#> 1607 VR2W-107823 -5.691883 56.49690 25 -#> 1608 VR2W-107823 -5.691883 56.49690 25 -#> 1609 VR2W-107823 -5.691883 56.49690 25 -#> 1610 VR2W-107823 -5.691883 56.49690 25 -#> 1611 VR2W-107823 -5.691883 56.49690 25 -#> 1612 VR2W-107823 -5.691883 56.49690 25 -#> 1613 VR2W-107823 -5.691883 56.49690 25 -#> 1614 VR2W-107823 -5.691883 56.49690 25 -#> 1615 VR2W-107823 -5.691883 56.49690 25 -#> 1616 VR2W-107823 -5.691883 56.49690 25 -#> 1617 VR2W-107823 -5.691883 56.49690 25 -#> 1618 VR2W-107823 -5.691883 56.49690 25 -#> 1619 VR2W-107823 -5.691883 56.49690 25 -#> 1620 VR2W-107823 -5.691883 56.49690 25 -#> 1621 VR2W-107823 -5.691883 56.49690 25 -#> 1622 VR2W-107823 -5.691883 56.49690 25 -#> 1623 VR2W-107823 -5.691883 56.49690 25 -#> 1624 VR2W-107823 -5.691883 56.49690 25 -#> 1625 VR2W-107823 -5.691883 56.49690 25 -#> 1626 VR2W-107823 -5.691883 56.49690 25 -#> 1627 VR2W-107823 -5.691883 56.49690 25 -#> 1628 VR2W-107823 -5.691883 56.49690 25 -#> 1629 VR2W-107823 -5.691883 56.49690 25 -#> 1630 VR2W-107823 -5.691883 56.49690 25 -#> 1631 VR2W-107823 -5.691883 56.49690 25 -#> 1632 VR2W-107823 -5.691883 56.49690 25 -#> 1633 VR2W-107823 -5.691883 56.49690 25 -#> 1634 VR2W-107823 -5.691883 56.49690 25 -#> 1635 VR2W-107823 -5.691883 56.49690 25 -#> 1636 VR2W-107823 -5.691883 56.49690 25 -#> 1637 VR2W-107823 -5.691883 56.49690 25 -#> 1638 VR2W-107823 -5.691883 56.49690 25 -#> 1639 VR2W-107823 -5.691883 56.49690 25 -#> 1640 VR2W-107823 -5.691883 56.49690 25 -#> 1641 VR2W-107823 -5.691883 56.49690 25 -#> 1642 VR2W-107823 -5.691883 56.49690 25 -#> 1643 VR2W-107823 -5.691883 56.49690 25 -#> 1644 VR2W-107823 -5.691883 56.49690 25 -#> 1645 VR2W-107823 -5.691883 56.49690 25 -#> 1646 VR2W-107823 -5.691883 56.49690 25 -#> 1647 VR2W-107823 -5.691883 56.49690 25 -#> 1648 VR2W-107823 -5.691883 56.49690 25 -#> 1649 VR2W-107823 -5.691883 56.49690 25 -#> 1650 VR2W-107823 -5.691883 56.49690 25 -#> 1651 VR2W-107823 -5.691883 56.49690 25 -#> 1652 VR2W-107823 -5.691883 56.49690 25 -#> 1653 VR2W-107823 -5.691883 56.49690 25 -#> 1654 VR2W-107823 -5.691883 56.49690 25 -#> 1655 VR2W-107823 -5.691883 56.49690 25 -#> 1656 VR2W-107823 -5.691883 56.49690 25 -#> 1657 VR2W-107823 -5.691883 56.49690 25 -#> 1658 VR2W-107823 -5.691883 56.49690 25 -#> 1659 VR2W-107823 -5.691883 56.49690 25 -#> 1660 VR2W-107823 -5.691883 56.49690 25 -#> 1661 VR2W-107823 -5.691883 56.49690 25 -#> 1662 VR2W-107823 -5.691883 56.49690 25 -#> 1663 VR2W-107823 -5.691883 56.49690 25 -#> 1664 VR2W-107823 -5.691883 56.49690 25 -#> 1665 VR2W-107823 -5.691883 56.49690 25 -#> 1666 VR2W-107823 -5.691883 56.49690 25 -#> 1667 VR2W-107823 -5.691883 56.49690 25 -#> 1668 VR2W-107823 -5.691883 56.49690 25 -#> 1669 VR2W-107823 -5.691883 56.49690 25 -#> 1670 VR2W-107823 -5.691883 56.49690 25 -#> 1671 VR2W-107823 -5.691883 56.49690 25 -#> 1672 VR2W-107823 -5.691883 56.49690 25 -#> 1673 VR2W-107823 -5.691883 56.49690 25 -#> 1674 VR2W-107823 -5.691883 56.49690 25 -#> 1675 VR2W-107823 -5.691883 56.49690 25 -#> 1676 VR2W-107823 -5.691883 56.49690 25 -#> 1677 VR2W-107823 -5.691883 56.49690 25 -#> 1678 VR2W-107823 -5.691883 56.49690 25 -#> 1679 VR2W-107823 -5.691883 56.49690 25 -#> 1680 VR2W-107823 -5.691883 56.49690 25 -#> 1681 VR2W-107823 -5.691883 56.49690 25 -#> 1682 VR2W-107823 -5.691883 56.49690 25 -#> 1683 VR2W-107823 -5.691883 56.49690 25 -#> 1684 VR2W-107823 -5.691883 56.49690 25 -#> 1685 VR2W-107823 -5.691883 56.49690 25 -#> 1686 VR2W-107823 -5.691883 56.49690 25 -#> 1687 VR2W-107823 -5.691883 56.49690 25 -#> 1688 VR2W-107823 -5.691883 56.49690 25 -#> 1689 VR2W-107823 -5.691883 56.49690 25 -#> 1690 VR2W-107823 -5.691883 56.49690 25 -#> 1691 VR2W-107823 -5.691883 56.49690 25 -#> 1692 VR2W-107823 -5.691883 56.49690 25 -#> 1693 VR2W-107823 -5.691883 56.49690 25 -#> 1694 VR2W-107823 -5.691883 56.49690 25 -#> 1695 VR2W-107823 -5.691883 56.49690 25 -#> 1696 VR2W-107823 -5.691883 56.49690 25 -#> 1697 VR2W-107823 -5.691883 56.49690 25 -#> 1698 VR2W-107823 -5.691883 56.49690 25 -#> 1699 VR2W-107823 -5.691883 56.49690 25 -#> 1700 VR2W-107823 -5.691883 56.49690 25 -#> 1701 VR2W-107823 -5.691883 56.49690 25 -#> 1702 VR2W-107823 -5.691883 56.49690 25 -#> 1703 VR2W-107823 -5.691883 56.49690 25 -#> 1704 VR2W-107823 -5.691883 56.49690 25 -#> 1705 VR2W-107823 -5.691883 56.49690 25 -#> 1706 VR2W-107823 -5.691883 56.49690 25 -#> 1707 VR2W-107823 -5.691883 56.49690 25 -#> 1708 VR2W-107823 -5.691883 56.49690 25 -#> 1709 VR2W-107823 -5.691883 56.49690 25 -#> 1710 VR2W-107823 -5.691883 56.49690 25 -#> 1711 VR2W-107823 -5.691883 56.49690 25 -#> 1712 VR2W-107823 -5.691883 56.49690 25 -#> 1713 VR2W-107823 -5.691883 56.49690 25 -#> 1714 VR2W-107823 -5.691883 56.49690 25 -#> 1715 VR2W-107823 -5.691883 56.49690 25 -#> 1716 VR2W-107823 -5.691883 56.49690 25 -#> 1717 VR2W-107823 -5.691883 56.49690 25 -#> 1718 VR2W-107823 -5.691883 56.49690 25 -#> 1719 VR2W-107823 -5.691883 56.49690 25 -#> 1720 VR2W-107823 -5.691883 56.49690 25 -#> 1721 VR2W-107823 -5.691883 56.49690 25 -#> 1722 VR2W-107823 -5.691883 56.49690 25 -#> 1723 VR2W-107823 -5.691883 56.49690 25 -#> 1724 VR2W-107823 -5.691883 56.49690 25 -#> 1725 VR2W-107823 -5.691883 56.49690 25 -#> 1726 VR2W-107823 -5.691883 56.49690 25 -#> 1727 VR2W-107823 -5.691883 56.49690 25 -#> 1728 VR2W-107823 -5.691883 56.49690 25 -#> 1729 VR2W-107823 -5.691883 56.49690 25 -#> 1730 VR2W-107823 -5.691883 56.49690 25 -#> 1731 VR2W-107823 -5.691883 56.49690 25 -#> 1732 VR2W-107823 -5.691883 56.49690 25 -#> 1733 VR2W-107823 -5.691883 56.49690 25 -#> 1734 VR2W-107823 -5.691883 56.49690 25 -#> 1735 VR2W-107823 -5.691883 56.49690 25 -#> 1736 VR2W-107823 -5.691883 56.49690 25 -#> 1737 VR2W-107823 -5.691883 56.49690 25 -#> 1738 VR2W-107823 -5.691883 56.49690 25 -#> 1739 VR2W-107823 -5.691883 56.49690 25 -#> 1740 VR2W-107823 -5.691883 56.49690 25 -#> 1741 VR2W-107823 -5.691883 56.49690 25 -#> 1742 VR2W-107823 -5.691883 56.49690 25 -#> 1743 VR2W-107823 -5.691883 56.49690 25 -#> 1744 VR2W-107823 -5.691883 56.49690 25 -#> 1745 VR2W-107823 -5.691883 56.49690 25 -#> 1746 VR2W-107823 -5.691883 56.49690 25 -#> 1747 VR2W-107823 -5.691883 56.49690 25 -#> 1748 VR2W-107823 -5.691883 56.49690 25 -#> 1749 VR2W-107823 -5.691883 56.49690 25 -#> 1750 VR2W-107823 -5.691883 56.49690 25 -#> 1751 VR2W-107823 -5.691883 56.49690 25 -#> 1752 VR2W-107823 -5.691883 56.49690 25 -#> 1753 VR2W-107823 -5.691883 56.49690 25 -#> 1754 VR2W-107823 -5.691883 56.49690 25 -#> 1755 VR2W-107823 -5.691883 56.49690 25 -#> 1756 VR2W-107823 -5.691883 56.49690 25 -#> 1757 VR2W-107823 -5.691883 56.49690 25 -#> 1758 VR2W-107823 -5.691883 56.49690 25 -#> 1759 VR2W-107823 -5.691883 56.49690 25 -#> 1760 VR2W-107823 -5.691883 56.49690 25 -#> 1761 VR2W-107823 -5.691883 56.49690 25 -#> 1762 VR2W-107823 -5.691883 56.49690 25 -#> 1763 VR2W-107823 -5.691883 56.49690 25 -#> 1764 VR2W-107823 -5.691883 56.49690 25 -#> 1765 VR2W-107823 -5.691883 56.49690 25 -#> 1766 VR2W-107823 -5.691883 56.49690 25 -#> 1767 VR2W-107823 -5.691883 56.49690 25 -#> 1768 VR2W-107823 -5.691883 56.49690 25 -#> 1769 VR2W-107823 -5.691883 56.49690 25 -#> 1770 VR2W-107823 -5.691883 56.49690 25 -#> 1771 VR2W-107823 -5.691883 56.49690 25 -#> 1772 VR2W-107823 -5.691883 56.49690 25 -#> 1773 VR2W-107823 -5.691883 56.49690 25 -#> 1774 VR2W-107823 -5.691883 56.49690 25 -#> 1775 VR2W-107823 -5.691883 56.49690 25 -#> 1776 VR2W-107823 -5.691883 56.49690 25 -#> 1777 VR2W-107823 -5.691883 56.49690 25 -#> 1778 VR2W-107823 -5.691883 56.49690 25 -#> 1779 VR2W-107823 -5.691883 56.49690 25 -#> 1780 VR2W-107823 -5.691883 56.49690 25 -#> 1781 VR2W-107823 -5.691883 56.49690 25 -#> 1782 VR2W-107823 -5.691883 56.49690 25 -#> 1783 VR2W-107823 -5.691883 56.49690 25 -#> 1784 VR2W-107823 -5.691883 56.49690 25 -#> 1785 VR2W-107823 -5.691883 56.49690 25 -#> 1786 VR2W-107823 -5.691883 56.49690 25 -#> 1787 VR2W-107823 -5.691883 56.49690 25 -#> 1788 VR2W-107823 -5.691883 56.49690 25 -#> 1789 VR2W-107823 -5.691883 56.49690 25 -#> 1790 VR2W-107823 -5.691883 56.49690 25 -#> 1791 VR2W-107823 -5.691883 56.49690 25 -#> 1792 VR2W-107823 -5.691883 56.49690 25 -#> 1793 VR2W-107823 -5.691883 56.49690 25 -#> 1794 VR2W-107823 -5.691883 56.49690 25 -#> 1795 VR2W-107823 -5.691883 56.49690 25 -#> 1796 VR2W-107823 -5.691883 56.49690 25 -#> 1797 VR2W-107823 -5.691883 56.49690 25 -#> 1798 VR2W-107823 -5.691883 56.49690 25 -#> 1799 VR2W-107823 -5.691883 56.49690 25 -#> 1800 VR2W-107823 -5.691883 56.49690 25 -#> 1801 VR2W-107823 -5.691883 56.49690 25 -#> 1802 VR2W-107823 -5.691883 56.49690 25 -#> 1803 VR2W-107823 -5.691883 56.49690 25 -#> 1804 VR2W-107823 -5.691883 56.49690 25 -#> 1805 VR2W-107823 -5.691883 56.49690 25 -#> 1806 VR2W-107823 -5.691883 56.49690 25 -#> 1807 VR2W-107823 -5.691883 56.49690 25 -#> 1808 VR2W-107823 -5.691883 56.49690 25 -#> 1809 VR2W-107823 -5.691883 56.49690 25 -#> 1810 VR2W-107823 -5.691883 56.49690 25 -#> 1811 VR2W-107823 -5.691883 56.49690 25 -#> 1812 VR2W-107823 -5.691883 56.49690 25 -#> 1813 VR2W-107823 -5.691883 56.49690 25 -#> 1814 VR2W-107823 -5.691883 56.49690 25 -#> 1815 VR2W-107823 -5.691883 56.49690 25 -#> 1816 VR2W-107823 -5.691883 56.49690 25 -#> 1817 VR2W-107823 -5.691883 56.49690 25 -#> 1818 VR2W-107823 -5.691883 56.49690 25 -#> 1819 VR2W-107823 -5.691883 56.49690 25 -#> 1820 VR2W-107823 -5.691883 56.49690 25 -#> 1821 VR2W-107823 -5.691883 56.49690 25 -#> 1822 VR2W-107823 -5.691883 56.49690 25 -#> 1823 VR2W-107823 -5.691883 56.49690 25 -#> 1824 VR2W-107823 -5.691883 56.49690 25 -#> 1825 VR2W-107823 -5.691883 56.49690 25 -#> 1826 VR2W-107823 -5.691883 56.49690 25 -#> 1827 VR2W-107823 -5.691883 56.49690 25 -#> 1828 VR2W-107823 -5.691883 56.49690 25 -#> 1829 VR2W-107823 -5.691883 56.49690 25 -#> 1830 VR2W-107823 -5.691883 56.49690 25 -#> 1831 VR2W-107823 -5.691883 56.49690 25 -#> 1832 VR2W-107823 -5.691883 56.49690 25 -#> 1833 VR2W-107823 -5.691883 56.49690 25 -#> 1834 VR2W-107823 -5.691883 56.49690 25 -#> 1835 VR2W-107823 -5.691883 56.49690 25 -#> 1836 VR2W-107823 -5.691883 56.49690 25 -#> 1837 VR2W-107823 -5.691883 56.49690 25 -#> 1838 VR2W-107823 -5.691883 56.49690 25 -#> 1839 VR2W-107823 -5.691883 56.49690 25 -#> 1840 VR2W-107823 -5.691883 56.49690 25 -#> 1841 VR2W-107823 -5.691883 56.49690 25 -#> 1842 VR2W-107823 -5.691883 56.49690 25 -#> 1843 VR2W-107823 -5.691883 56.49690 25 -#> 1844 VR2W-107823 -5.691883 56.49690 25 -#> 1845 VR2W-107823 -5.691883 56.49690 25 -#> 1846 VR2W-107823 -5.691883 56.49690 25 -#> 1847 VR2W-107823 -5.691883 56.49690 25 -#> 1848 VR2W-107823 -5.691883 56.49690 25 -#> 1849 VR2W-107823 -5.691883 56.49690 25 -#> 1850 VR2W-107823 -5.691883 56.49690 25 -#> 1851 VR2W-107823 -5.691883 56.49690 25 -#> 1852 VR2W-107823 -5.691883 56.49690 25 -#> 1853 VR2W-107823 -5.691883 56.49690 25 -#> 1854 VR2W-107823 -5.691883 56.49690 25 -#> 1855 VR2W-107823 -5.691883 56.49690 25 -#> 1856 VR2W-107823 -5.691883 56.49690 25 -#> 1857 VR2W-107823 -5.691883 56.49690 25 -#> 1858 VR2W-107823 -5.691883 56.49690 25 -#> 1859 VR2W-107823 -5.691883 56.49690 25 -#> 1860 VR2W-107823 -5.691883 56.49690 25 -#> 1861 VR2W-107823 -5.691883 56.49690 25 -#> 1862 VR2W-107823 -5.691883 56.49690 25 -#> 1863 VR2W-107823 -5.691883 56.49690 25 -#> 1864 VR2W-107823 -5.691883 56.49690 25 -#> 1865 VR2W-107823 -5.691883 56.49690 25 -#> 1866 VR2W-107823 -5.691883 56.49690 25 -#> 1867 VR2W-107823 -5.691883 56.49690 25 -#> 1868 VR2W-107823 -5.691883 56.49690 25 -#> 1869 VR2W-107823 -5.691883 56.49690 25 -#> 1870 VR2W-107823 -5.691883 56.49690 25 -#> 1871 VR2W-107823 -5.691883 56.49690 25 -#> 1872 VR2W-107823 -5.691883 56.49690 25 -#> 1873 VR2W-107823 -5.691883 56.49690 25 -#> 1874 VR2W-107823 -5.691883 56.49690 25 -#> 1875 VR2W-107823 -5.691883 56.49690 25 -#> 1876 VR2W-107823 -5.691883 56.49690 25 -#> 1877 VR2W-107823 -5.691883 56.49690 25 -#> 1878 VR2W-107823 -5.691883 56.49690 25 -#> 1879 VR2W-107823 -5.691883 56.49690 25 -#> 1880 VR2W-107823 -5.691883 56.49690 25 -#> 1881 VR2W-107823 -5.691883 56.49690 25 -#> 1882 VR2W-107823 -5.691883 56.49690 25 -#> 1883 VR2W-107823 -5.691883 56.49690 25 -#> 1884 VR2W-107823 -5.691883 56.49690 25 -#> 1885 VR2W-107823 -5.691883 56.49690 25 -#> 1886 VR2W-107823 -5.691883 56.49690 25 -#> 1887 VR2W-107823 -5.691883 56.49690 25 -#> 1888 VR2W-107823 -5.691883 56.49690 25 -#> 1889 VR2W-107823 -5.691883 56.49690 25 -#> 1890 VR2W-107823 -5.691883 56.49690 25 -#> 1891 VR2W-107823 -5.691883 56.49690 25 -#> 1892 VR2W-107823 -5.691883 56.49690 25 -#> 1893 VR2W-107823 -5.691883 56.49690 25 -#> 1894 VR2W-107823 -5.691883 56.49690 25 -#> 1895 VR2W-107823 -5.691883 56.49690 25 -#> 1896 VR2W-107823 -5.691883 56.49690 25 -#> 1897 VR2W-107823 -5.691883 56.49690 25 -#> 1898 VR2W-107823 -5.691883 56.49690 25 -#> 1899 VR2W-107823 -5.691883 56.49690 25 -#> 1900 VR2W-107823 -5.691883 56.49690 25 -#> 1901 VR2W-107823 -5.691883 56.49690 25 -#> 1902 VR2W-107823 -5.691883 56.49690 25 -#> 1903 VR2W-107823 -5.691883 56.49690 25 -#> 1904 VR2W-107823 -5.691883 56.49690 25 -#> 1905 VR2W-107823 -5.691883 56.49690 25 -#> 1906 VR2W-107823 -5.691883 56.49690 25 -#> 1907 VR2W-107823 -5.691883 56.49690 25 -#> 1908 VR2W-107823 -5.691883 56.49690 25 -#> 1909 VR2W-107823 -5.691883 56.49690 25 -#> 1910 VR2W-107823 -5.691883 56.49690 25 -#> 1911 VR2W-107823 -5.691883 56.49690 25 -#> 1912 VR2W-107823 -5.691883 56.49690 25 -#> 1913 VR2W-107823 -5.691883 56.49690 25 -#> 1914 VR2W-107823 -5.691883 56.49690 25 -#> 1915 VR2W-107823 -5.691883 56.49690 25 -#> 1916 VR2W-107823 -5.691883 56.49690 25 -#> 1917 VR2W-107823 -5.691883 56.49690 25 -#> 1918 VR2W-107823 -5.691883 56.49690 25 -#> 1919 VR2W-107823 -5.691883 56.49690 25 -#> 1920 VR2W-107823 -5.691883 56.49690 25 -#> 1921 VR2W-107823 -5.691883 56.49690 25 -#> 1922 VR2W-107823 -5.691883 56.49690 25 -#> 1923 VR2W-107823 -5.691883 56.49690 25 -#> 1924 VR2W-107823 -5.691883 56.49690 25 -#> 1925 VR2W-107823 -5.691883 56.49690 25 -#> 1926 VR2W-107823 -5.691883 56.49690 25 -#> 1927 VR2W-107823 -5.691883 56.49690 25 -#> 1928 VR2W-107823 -5.691883 56.49690 25 -#> 1929 VR2W-107823 -5.691883 56.49690 25 -#> 1930 VR2W-107823 -5.691883 56.49690 25 -#> 1931 VR2W-107823 -5.691883 56.49690 25 -#> 1932 VR2W-107823 -5.691883 56.49690 25 -#> 1933 VR2W-107823 -5.691883 56.49690 25 -#> 1934 VR2W-107823 -5.691883 56.49690 25 -#> 1935 VR2W-107823 -5.691883 56.49690 25 -#> 1936 VR2W-107823 -5.691883 56.49690 25 -#> 1937 VR2W-107823 -5.691883 56.49690 25 -#> 1938 VR2W-107823 -5.691883 56.49690 25 -#> 1939 VR2W-107823 -5.691883 56.49690 25 -#> 1940 VR2W-107823 -5.691883 56.49690 25 -#> 1941 VR2W-107823 -5.691883 56.49690 25 -#> 1942 VR2W-107823 -5.691883 56.49690 25 -#> 1943 VR2W-107823 -5.691883 56.49690 25 -#> 1944 VR2W-107823 -5.691883 56.49690 25 -#> 1945 VR2W-107823 -5.691883 56.49690 25 -#> 1946 VR2W-107823 -5.691883 56.49690 25 -#> 1947 VR2W-107823 -5.691883 56.49690 25 -#> 1948 VR2W-107823 -5.691883 56.49690 25 -#> 1949 VR2W-107823 -5.691883 56.49690 25 -#> 1950 VR2W-107823 -5.691883 56.49690 25 -#> 1951 VR2W-107823 -5.691883 56.49690 25 -#> 1952 VR2W-107823 -5.691883 56.49690 25 -#> 1953 VR2W-107823 -5.691883 56.49690 25 -#> 1954 VR2W-107823 -5.691883 56.49690 25 -#> 1955 VR2W-107823 -5.691883 56.49690 25 -#> 1956 VR2W-107823 -5.691883 56.49690 25 -#> 1957 VR2W-107823 -5.691883 56.49690 25 -#> 1958 VR2W-107823 -5.691883 56.49690 25 -#> 1959 VR2W-107823 -5.691883 56.49690 25 -#> 1960 VR2W-107823 -5.691883 56.49690 25 -#> 1961 VR2W-107823 -5.691883 56.49690 25 -#> 1962 VR2W-107823 -5.691883 56.49690 25 -#> 1963 VR2W-107823 -5.691883 56.49690 25 -#> 1964 VR2W-107823 -5.691883 56.49690 25 -#> 1965 VR2W-107823 -5.691883 56.49690 25 -#> 1966 VR2W-107823 -5.691883 56.49690 25 -#> 1967 VR2W-107823 -5.691883 56.49690 25 -#> 1968 VR2W-107823 -5.691883 56.49690 25 -#> 1969 VR2W-107823 -5.691883 56.49690 25 -#> 1970 VR2W-107823 -5.691883 56.49690 25 -#> 1971 VR2W-107823 -5.691883 56.49690 25 -#> 1972 VR2W-107823 -5.691883 56.49690 25 -#> 1973 VR2W-107823 -5.691883 56.49690 25 -#> 1974 VR2W-107823 -5.691883 56.49690 25 -#> 1975 VR2W-107823 -5.691883 56.49690 25 -#> 1976 VR2W-107823 -5.691883 56.49690 25 -#> 1977 VR2W-107823 -5.691883 56.49690 25 -#> 1978 VR2W-107823 -5.691883 56.49690 25 -#> 1979 VR2W-107823 -5.691883 56.49690 25 -#> 1980 VR2W-107823 -5.691883 56.49690 25 -#> 1981 VR2W-107823 -5.691883 56.49690 25 -#> 1982 VR2W-107823 -5.691883 56.49690 25 -#> 1983 VR2W-107823 -5.691883 56.49690 25 -#> 1984 VR2W-107823 -5.691883 56.49690 25 -#> 1985 VR2W-107823 -5.691883 56.49690 25 -#> 1986 VR2W-107823 -5.691883 56.49690 25 -#> 1987 VR2W-107823 -5.691883 56.49690 25 -#> 1988 VR2W-107823 -5.691883 56.49690 25 -#> 1989 VR2W-107823 -5.691883 56.49690 25 -#> 1990 VR2W-107823 -5.691883 56.49690 25 -#> 1991 VR2W-107823 -5.691883 56.49690 25 -#> 1992 VR2W-107823 -5.691883 56.49690 25 -#> 1993 VR2W-107823 -5.691883 56.49690 25 -#> 1994 VR2W-107823 -5.691883 56.49690 25 -#> 1995 VR2W-107823 -5.691883 56.49690 25 -#> 1996 VR2W-107823 -5.691883 56.49690 25 -#> 1997 VR2W-107823 -5.691883 56.49690 25 -#> 1998 VR2W-107823 -5.691883 56.49690 25 -#> 1999 VR2W-107823 -5.691883 56.49690 25 -#> 2000 VR2W-107823 -5.691883 56.49690 25 -#> 2001 VR2W-107823 -5.691883 56.49690 25 -#> 2002 VR2W-107823 -5.691883 56.49690 25 -#> 2003 VR2W-107823 -5.691883 56.49690 25 -#> 2004 VR2W-107823 -5.691883 56.49690 25 -#> 2005 VR2W-107823 -5.691883 56.49690 25 -#> 2006 VR2W-107823 -5.691883 56.49690 25 -#> 2007 VR2W-107823 -5.691883 56.49690 25 -#> 2008 VR2W-107823 -5.691883 56.49690 25 -#> 2009 VR2W-107823 -5.691883 56.49690 25 -#> 2010 VR2W-107823 -5.691883 56.49690 25 -#> 2011 VR2W-107823 -5.691883 56.49690 25 -#> 2012 VR2W-107823 -5.691883 56.49690 25 -#> 2013 VR2W-107823 -5.691883 56.49690 25 -#> 2014 VR2W-107823 -5.691883 56.49690 25 -#> 2015 VR2W-107823 -5.691883 56.49690 25 -#> 2016 VR2W-107823 -5.691883 56.49690 25 -#> 2017 VR2W-107823 -5.691883 56.49690 25 -#> 2018 VR2W-107823 -5.691883 56.49690 25 -#> 2019 VR2W-107823 -5.691883 56.49690 25 -#> 2020 VR2W-107823 -5.691883 56.49690 25 -#> 2021 VR2W-107823 -5.691883 56.49690 25 -#> 2022 VR2W-107823 -5.691883 56.49690 25 -#> 2023 VR2W-107823 -5.691883 56.49690 25 -#> 2024 VR2W-107823 -5.691883 56.49690 25 -#> 2025 VR2W-107823 -5.691883 56.49690 25 -#> 2026 VR2W-107823 -5.691883 56.49690 25 -#> 2027 VR2W-107823 -5.691883 56.49690 25 -#> 2028 VR2W-107823 -5.691883 56.49690 25 -#> 2029 VR2W-107823 -5.691883 56.49690 25 -#> 2030 VR2W-107823 -5.691883 56.49690 25 -#> 2031 VR2W-107823 -5.691883 56.49690 25 -#> 2032 VR2W-107823 -5.691883 56.49690 25 -#> 2033 VR2W-107823 -5.691883 56.49690 25 -#> 2034 VR2W-107823 -5.691883 56.49690 25 -#> 2035 VR2W-107823 -5.691883 56.49690 25 -#> 2036 VR2W-107823 -5.691883 56.49690 25 -#> 2037 VR2W-107823 -5.691883 56.49690 25 -#> 2038 VR2W-107823 -5.691883 56.49690 25 -#> 2039 VR2W-107823 -5.691883 56.49690 25 -#> 2040 VR2W-107823 -5.691883 56.49690 25 -#> 2041 VR2W-107823 -5.691883 56.49690 25 -#> 2042 VR2W-107823 -5.691883 56.49690 25 -#> 2043 VR2W-107823 -5.691883 56.49690 25 -#> 2044 VR2W-107823 -5.691883 56.49690 25 -#> 2045 VR2W-107823 -5.691883 56.49690 25 -#> 2046 VR2W-107823 -5.691883 56.49690 25 -#> 2047 VR2W-107823 -5.691883 56.49690 25 -#> 2048 VR2W-107823 -5.691883 56.49690 25 -#> 2049 VR2W-107823 -5.691883 56.49690 25 -#> 2050 VR2W-107823 -5.691883 56.49690 25 -#> 2051 VR2W-107823 -5.691883 56.49690 25 -#> 2052 VR2W-107823 -5.691883 56.49690 25 -#> 2053 VR2W-107823 -5.691883 56.49690 25 -#> 2054 VR2W-107823 -5.691883 56.49690 25 -#> 2055 VR2W-107823 -5.691883 56.49690 25 -#> 2056 VR2W-107823 -5.691883 56.49690 25 -#> 2057 VR2W-107823 -5.691883 56.49690 25 -#> 2058 VR2W-107823 -5.691883 56.49690 25 -#> 2059 VR2W-107823 -5.691883 56.49690 25 -#> 2060 VR2W-107823 -5.691883 56.49690 25 -#> 2061 VR2W-107823 -5.691883 56.49690 25 -#> 2062 VR2W-107823 -5.691883 56.49690 25 -#> 2063 VR2W-107823 -5.691883 56.49690 25 -#> 2064 VR2W-107823 -5.691883 56.49690 25 -#> 2065 VR2W-107823 -5.691883 56.49690 25 -#> 2066 VR2W-107823 -5.691883 56.49690 25 -#> 2067 VR2W-107823 -5.691883 56.49690 25 -#> 2068 VR2W-107823 -5.691883 56.49690 25 -#> 2069 VR2W-107823 -5.691883 56.49690 25 -#> 2070 VR2W-107823 -5.691883 56.49690 25 -#> 2071 VR2W-107823 -5.691883 56.49690 25 -#> 2072 VR2W-107823 -5.691883 56.49690 25 -#> 2073 VR2W-107823 -5.691883 56.49690 25 -#> 2074 VR2W-107823 -5.691883 56.49690 25 -#> 2075 VR2W-107823 -5.691883 56.49690 25 -#> 2076 VR2W-107823 -5.691883 56.49690 25 -#> 2077 VR2W-107823 -5.691883 56.49690 25 -#> 2078 VR2W-107823 -5.691883 56.49690 25 -#> 2079 VR2W-107823 -5.691883 56.49690 25 -#> 2080 VR2W-107823 -5.691883 56.49690 25 -#> 2081 VR2W-107823 -5.691883 56.49690 25 -#> 2082 VR2W-107823 -5.691883 56.49690 25 -#> 2083 VR2W-107823 -5.691883 56.49690 25 -#> 2084 VR2W-107823 -5.691883 56.49690 25 -#> 2085 VR2W-107823 -5.691883 56.49690 25 -#> 2086 VR2W-107823 -5.691883 56.49690 25 -#> 2087 VR2W-107823 -5.691883 56.49690 25 -#> 2088 VR2W-107823 -5.691883 56.49690 25 -#> 2089 VR2W-107823 -5.691883 56.49690 25 -#> 2090 VR2W-107823 -5.691883 56.49690 25 -#> 2091 VR2W-107823 -5.691883 56.49690 25 -#> 2092 VR2W-107823 -5.691883 56.49690 25 -#> 2093 VR2W-107823 -5.691883 56.49690 25 -#> 2094 VR2W-107823 -5.691883 56.49690 25 -#> 2095 VR2W-107823 -5.691883 56.49690 25 -#> 2096 VR2W-107823 -5.691883 56.49690 25 -#> 2097 VR2W-107823 -5.691883 56.49690 25 -#> 2098 VR2W-107823 -5.691883 56.49690 25 -#> 2099 VR2W-107823 -5.691883 56.49690 25 -#> 2100 VR2W-107823 -5.691883 56.49690 25 -#> 2101 VR2W-107823 -5.691883 56.49690 25 -#> 2102 VR2W-107823 -5.691883 56.49690 25 -#> 2103 VR2W-107823 -5.691883 56.49690 25 -#> 2104 VR2W-107823 -5.691883 56.49690 25 -#> 2105 VR2W-107823 -5.691883 56.49690 25 -#> 2106 VR2W-107823 -5.691883 56.49690 25 -#> 2107 VR2W-107823 -5.691883 56.49690 25 -#> 2108 VR2W-107823 -5.691883 56.49690 25 -#> 2109 VR2W-107823 -5.691883 56.49690 25 -#> 2110 VR2W-107823 -5.691883 56.49690 25 -#> 2111 VR2W-107823 -5.691883 56.49690 25 -#> 2112 VR2W-107823 -5.691883 56.49690 25 -#> 2113 VR2W-107823 -5.691883 56.49690 25 -#> 2114 VR2W-107823 -5.691883 56.49690 25 -#> 2115 VR2W-107823 -5.691883 56.49690 25 -#> 2116 VR2W-107823 -5.691883 56.49690 25 -#> 2117 VR2W-107823 -5.691883 56.49690 25 -#> 2118 VR2W-107823 -5.691883 56.49690 25 -#> 2119 VR2W-107823 -5.691883 56.49690 25 -#> 2120 VR2W-107823 -5.691883 56.49690 25 -#> 2121 VR2W-107823 -5.691883 56.49690 25 -#> 2122 VR2W-107823 -5.691883 56.49690 25 -#> 2123 VR2W-107823 -5.691883 56.49690 25 -#> 2124 VR2W-107823 -5.691883 56.49690 25 -#> 2125 VR2W-107823 -5.691883 56.49690 25 -#> 2126 VR2W-107823 -5.691883 56.49690 25 -#> 2127 VR2W-107823 -5.691883 56.49690 25 -#> 2128 VR2W-107823 -5.691883 56.49690 25 -#> 2129 VR2W-107823 -5.691883 56.49690 25 -#> 2130 VR2W-107823 -5.691883 56.49690 25 -#> 2131 VR2W-107823 -5.691883 56.49690 25 -#> 2132 VR2W-107823 -5.691883 56.49690 25 -#> 2133 VR2W-107823 -5.691883 56.49690 25 -#> 2134 VR2W-107823 -5.691883 56.49690 25 -#> 2135 VR2W-107823 -5.691883 56.49690 25 -#> 2136 VR2W-107823 -5.691883 56.49690 25 -#> 2137 VR2W-107823 -5.691883 56.49690 25 -#> 2138 VR2W-107823 -5.691883 56.49690 25 -#> 2139 VR2W-107823 -5.691883 56.49690 25 -#> 2140 VR2W-107823 -5.691883 56.49690 25 -#> 2141 VR2W-107823 -5.691883 56.49690 25 -#> 2142 VR2W-107823 -5.691883 56.49690 25 -#> 2143 VR2W-107823 -5.691883 56.49690 25 -#> 2144 VR2W-107823 -5.691883 56.49690 25 -#> 2145 VR2W-107823 -5.691883 56.49690 25 -#> 2146 VR2W-107823 -5.691883 56.49690 25 -#> 2147 VR2W-107823 -5.691883 56.49690 25 -#> 2148 VR2W-107823 -5.691883 56.49690 25 -#> 2149 VR2W-107823 -5.691883 56.49690 25 -#> 2150 VR2W-107823 -5.691883 56.49690 25 -#> 2151 VR2W-107823 -5.691883 56.49690 25 -#> 2152 VR2W-107823 -5.691883 56.49690 25 -#> 2153 VR2W-107823 -5.691883 56.49690 25 -#> 2154 VR2W-107823 -5.691883 56.49690 25 -#> 2155 VR2W-107823 -5.691883 56.49690 25 -#> 2156 VR2W-107823 -5.691883 56.49690 25 -#> 2157 VR2W-107823 -5.691883 56.49690 25 -#> 2158 VR2W-107823 -5.691883 56.49690 25 -#> 2159 VR2W-107823 -5.691883 56.49690 25 -#> 2160 VR2W-107823 -5.691883 56.49690 25 -#> 2161 VR2W-107823 -5.691883 56.49690 25 -#> 2162 VR2W-107823 -5.691883 56.49690 25 -#> 2163 VR2W-107823 -5.691883 56.49690 25 -#> 2164 VR2W-107823 -5.691883 56.49690 25 -#> 2165 VR2W-107823 -5.691883 56.49690 25 -#> 2166 VR2W-107823 -5.691883 56.49690 25 -#> 2167 VR2W-107823 -5.691883 56.49690 25 -#> 2168 VR2W-107823 -5.691883 56.49690 25 -#> 2169 VR2W-107823 -5.691883 56.49690 25 -#> 2170 VR2W-107823 -5.691883 56.49690 25 -#> 2171 VR2W-107823 -5.691883 56.49690 25 -#> 2172 VR2W-107823 -5.691883 56.49690 25 -#> 2173 VR2W-107823 -5.691883 56.49690 25 -#> 2174 VR2W-107823 -5.691883 56.49690 25 -#> 2175 VR2W-107823 -5.691883 56.49690 25 -#> 2176 VR2W-107823 -5.691883 56.49690 25 -#> 2177 VR2W-107823 -5.691883 56.49690 25 -#> 2178 VR2W-107823 -5.691883 56.49690 25 -#> 2179 VR2W-107823 -5.691883 56.49690 25 -#> 2180 VR2W-107823 -5.691883 56.49690 25 -#> 2181 VR2W-107823 -5.691883 56.49690 25 -#> 2182 VR2W-107823 -5.691883 56.49690 25 -#> 2183 VR2W-107823 -5.691883 56.49690 25 -#> 2184 VR2W-107823 -5.691883 56.49690 25 -#> 2185 VR2W-107823 -5.691883 56.49690 25 -#> 2186 VR2W-107823 -5.691883 56.49690 25 -#> 2187 VR2W-107823 -5.691883 56.49690 25 -#> 2188 VR2W-107823 -5.691883 56.49690 25 -#> 2189 VR2W-107823 -5.691883 56.49690 25 -#> 2190 VR2W-107823 -5.691883 56.49690 25 -#> 2191 VR2W-107823 -5.691883 56.49690 25 -#> 2192 VR2W-107823 -5.691883 56.49690 25 -#> 2193 VR2W-107823 -5.691883 56.49690 25 -#> 2194 VR2W-107823 -5.691883 56.49690 25 -#> 2195 VR2W-107823 -5.691883 56.49690 25 -#> 2196 VR2W-107823 -5.691883 56.49690 25 -#> 2197 VR2W-107823 -5.691883 56.49690 25 -#> 2198 VR2W-107823 -5.691883 56.49690 25 -#> 2199 VR2W-107823 -5.691883 56.49690 25 -#> 2200 VR2W-107823 -5.691883 56.49690 25 -#> 2201 VR2W-107823 -5.691883 56.49690 25 -#> 2202 VR2W-107823 -5.691883 56.49690 25 -#> 2203 VR2W-107823 -5.691883 56.49690 25 -#> 2204 VR2W-107823 -5.691883 56.49690 25 -#> 2205 VR2W-107823 -5.691883 56.49690 25 -#> 2206 VR2W-107823 -5.691883 56.49690 25 -#> 2207 VR2W-107823 -5.691883 56.49690 25 -#> 2208 VR2W-107823 -5.691883 56.49690 25 -#> 2209 VR2W-107823 -5.691883 56.49690 25 -#> 2210 VR2W-107823 -5.691883 56.49690 25 -#> 2211 VR2W-107823 -5.691883 56.49690 25 -#> 2212 VR2W-107823 -5.691883 56.49690 25 -#> 2213 VR2W-107823 -5.691883 56.49690 25 -#> 2214 VR2W-107823 -5.691883 56.49690 25 -#> 2215 VR2W-107823 -5.691883 56.49690 25 -#> 2216 VR2W-107823 -5.691883 56.49690 25 -#> 2217 VR2W-107823 -5.691883 56.49690 25 -#> 2218 VR2W-107823 -5.691883 56.49690 25 -#> 2219 VR2W-107823 -5.691883 56.49690 25 -#> 2220 VR2W-107823 -5.691883 56.49690 25 -#> 2221 VR2W-107823 -5.691883 56.49690 25 -#> 2222 VR2W-107823 -5.691883 56.49690 25 -#> 2223 VR2W-107823 -5.691883 56.49690 25 -#> 2224 VR2W-107823 -5.691883 56.49690 25 -#> 2225 VR2W-107823 -5.691883 56.49690 25 -#> 2226 VR2W-107823 -5.691883 56.49690 25 -#> 2227 VR2W-107823 -5.691883 56.49690 25 -#> 2228 VR2W-107823 -5.691883 56.49690 25 -#> 2229 VR2W-107823 -5.691883 56.49690 25 -#> 2230 VR2W-107823 -5.691883 56.49690 25 -#> 2231 VR2W-107823 -5.691883 56.49690 25 -#> 2232 VR2W-107823 -5.691883 56.49690 25 -#> 2233 VR2W-107823 -5.691883 56.49690 25 -#> 2234 VR2W-107823 -5.691883 56.49690 25 -#> 2235 VR2W-107823 -5.691883 56.49690 25 -#> 2236 VR2W-107823 -5.691883 56.49690 25 -#> 2237 VR2W-107823 -5.691883 56.49690 25 -#> 2238 VR2W-107823 -5.691883 56.49690 25 -#> 2239 VR2W-107823 -5.691883 56.49690 25 -#> 2240 VR2W-107823 -5.691883 56.49690 25 -#> 2241 VR2W-107823 -5.691883 56.49690 25 -#> 2242 VR2W-107823 -5.691883 56.49690 25 -#> 2243 VR2W-107823 -5.691883 56.49690 25 -#> 2244 VR2W-107823 -5.691883 56.49690 25 -#> 2245 VR2W-107823 -5.691883 56.49690 25 -#> 2246 VR2W-107823 -5.691883 56.49690 25 -#> 2247 VR2W-107823 -5.691883 56.49690 25 -#> 2248 VR2W-107823 -5.691883 56.49690 25 -#> 2249 VR2W-107823 -5.691883 56.49690 25 -#> 2250 VR2W-107823 -5.691883 56.49690 25 -#> 2251 VR2W-107823 -5.691883 56.49690 25 -#> 2252 VR2W-107823 -5.691883 56.49690 25 -#> 2253 VR2W-107823 -5.691883 56.49690 25 -#> 2254 VR2W-107823 -5.691883 56.49690 25 -#> 2255 VR2W-107823 -5.691883 56.49690 25 -#> 2256 VR2W-107823 -5.691883 56.49690 25 -#> 2257 VR2W-107823 -5.691883 56.49690 25 -#> 2258 VR2W-107823 -5.691883 56.49690 25 -#> 2259 VR2W-107823 -5.691883 56.49690 25 -#> 2260 VR2W-107823 -5.691883 56.49690 25 -#> 2261 VR2W-107823 -5.691883 56.49690 25 -#> 2262 VR2W-107823 -5.691883 56.49690 25 -#> 2263 VR2W-107823 -5.691883 56.49690 25 -#> 2264 VR2W-107823 -5.691883 56.49690 25 -#> 2265 VR2W-107823 -5.691883 56.49690 25 -#> 2266 VR2W-107823 -5.691883 56.49690 25 -#> 2267 VR2W-107823 -5.691883 56.49690 25 -#> 2268 VR2W-107823 -5.691883 56.49690 25 -#> 2269 VR2W-107823 -5.691883 56.49690 25 -#> 2270 VR2W-107823 -5.691883 56.49690 25 -#> 2271 VR2W-107823 -5.691883 56.49690 25 -#> 2272 VR2W-107823 -5.691883 56.49690 25 -#> 2273 VR2W-107823 -5.691883 56.49690 25 -#> 2274 VR2W-107823 -5.691883 56.49690 25 -#> 2275 VR2W-107823 -5.691883 56.49690 25 -#> 2276 VR2W-107823 -5.691883 56.49690 25 -#> 2277 VR2W-107823 -5.691883 56.49690 25 -#> 2278 VR2W-107823 -5.691883 56.49690 25 -#> 2279 VR2W-107823 -5.691883 56.49690 25 -#> 2280 VR2W-107823 -5.691883 56.49690 25 -#> 2281 VR2W-107823 -5.691883 56.49690 25 -#> 2282 VR2W-107823 -5.691883 56.49690 25 -#> 2283 VR2W-107823 -5.691883 56.49690 25 -#> 2284 VR2W-107823 -5.691883 56.49690 25 -#> 2285 VR2W-107823 -5.691883 56.49690 25 -#> 2286 VR2W-107823 -5.691883 56.49690 25 -#> 2287 VR2W-107823 -5.691883 56.49690 25 -#> 2288 VR2-5635 -5.606000 56.52018 50 -#> 2289 VR2-5635 -5.606000 56.52018 50 -#> 2290 VR2-5635 -5.606000 56.52018 50 -#> 2291 VR2-5635 -5.606000 56.52018 50 -#> 2292 VR2-5635 -5.606000 56.52018 50 -#> 2293 VR2-5635 -5.606000 56.52018 50 -#> 2294 VR2-5635 -5.606000 56.52018 50 -#> 2295 VR2-5635 -5.606000 56.52018 50 -#> 2296 VR2-5635 -5.606000 56.52018 50 -#> 2297 VR2-6720 -5.627150 56.50808 50 -#> 2298 VR2-6720 -5.627150 56.50808 50 -#> 2299 VR2-6720 -5.627150 56.50808 50 -#> 2300 VR2-6720 -5.627150 56.50808 50 -#> 2301 VR2-6720 -5.627150 56.50808 50 -#> 2302 VR2-6720 -5.627150 56.50808 50 -#> 2303 VR2-6720 -5.627150 56.50808 50 -#> 2304 VR2-6720 -5.627150 56.50808 50 -#> 2305 VR2-6720 -5.627150 56.50808 50 -#> 2306 VR2-6720 -5.627150 56.50808 50 -#> 2307 VR2-6720 -5.627150 56.50808 50 -#> 2308 VR2-6720 -5.627150 56.50808 50 -#> 2309 VR2-6720 -5.627150 56.50808 50 -#> 2310 VR2-6720 -5.627150 56.50808 50 -#> 2311 VR2-6720 -5.627150 56.50808 50 -#> 2312 VR2-6720 -5.627150 56.50808 50 -#> 2313 VR2-6720 -5.627150 56.50808 50 -#> 2314 VR2-6720 -5.627150 56.50808 50 -#> 2315 VR2-6720 -5.627150 56.50808 50 -#> 2316 VR2-6720 -5.627150 56.50808 50 -#> 2317 VR2-6720 -5.627150 56.50808 50 -#> 2318 VR2-6720 -5.627150 56.50808 50 -#> 2319 VR2-6720 -5.627150 56.50808 50 -#> 2320 VR2-6720 -5.627150 56.50808 50 -#> 2321 VR2-6720 -5.627150 56.50808 50 -#> 2322 VR2-6720 -5.627150 56.50808 50 -#> 2323 VR2-6720 -5.627150 56.50808 50 -#> 2324 VR2-6720 -5.627150 56.50808 50 -#> 2325 VR2-6720 -5.627150 56.50808 50 -#> 2326 VR2-6720 -5.627150 56.50808 50 -#> 2327 VR2-6720 -5.627150 56.50808 50 -#> 2328 VR2-6720 -5.627150 56.50808 50 -#> 2329 VR2-6720 -5.627150 56.50808 50 -#> 2330 VR2-6720 -5.627150 56.50808 50 -#> 2331 VR2-6720 -5.627150 56.50808 50 -#> 2332 VR2-6720 -5.627150 56.50808 50 -#> 2333 VR2-6720 -5.627150 56.50808 50 -#> 2334 VR2-6720 -5.627150 56.50808 50 -#> 2335 VR2-6720 -5.627150 56.50808 50 -#> 2336 VR2-6720 -5.627150 56.50808 50 -#> 2337 VR2-6720 -5.627150 56.50808 50 -#> 2338 VR2-6720 -5.627150 56.50808 50 -#> 2339 VR2-6720 -5.627150 56.50808 50 -#> 2340 VR2-6720 -5.627150 56.50808 50 -#> 2341 VR2-6720 -5.627150 56.50808 50 -#> 2342 VR2-6720 -5.627150 56.50808 50 -#> 2343 VR2-6720 -5.627150 56.50808 50 -#> 2344 VR2-6720 -5.627150 56.50808 50 -#> 2345 VR2-6720 -5.627150 56.50808 50 -#> 2346 VR2-6720 -5.627150 56.50808 50 -#> 2347 VR2-6720 -5.627150 56.50808 50 -#> 2348 VR2-6720 -5.627150 56.50808 50 -#> 2349 VR2-6720 -5.627150 56.50808 50 -#> 2350 VR2-6720 -5.627150 56.50808 50 -#> 2351 VR2-6720 -5.627150 56.50808 50 -#> 2352 VR2-6720 -5.627150 56.50808 50 -#> 2353 VR2-6720 -5.627150 56.50808 50 -#> 2354 VR2-6720 -5.627150 56.50808 50 -#> 2355 VR2-6720 -5.627150 56.50808 50 -#> 2356 VR2-6720 -5.627150 56.50808 50 -#> 2357 VR2-6720 -5.627150 56.50808 50 -#> 2358 VR2-6720 -5.627150 56.50808 50 -#> 2359 VR2W-107823 -5.691883 56.49690 25 -#> 2360 VR2W-107823 -5.691883 56.49690 25 -#> 2361 VR2W-107823 -5.691883 56.49690 25 -#> 2362 VR2W-107823 -5.691883 56.49690 25 -#> 2363 VR2W-107823 -5.691883 56.49690 25 -#> 2364 VR2W-107823 -5.691883 56.49690 25 -#> 2365 VR2W-107823 -5.691883 56.49690 25 -#> 2366 VR2W-107823 -5.691883 56.49690 25 -#> 2367 VR2W-107823 -5.691883 56.49690 25 -#> 2368 VR2W-107823 -5.691883 56.49690 25 -#> 2369 VR2W-107823 -5.691883 56.49690 25 -#> 2370 VR2W-107823 -5.691883 56.49690 25 -#> 2371 VR2W-107823 -5.691883 56.49690 25 -#> 2372 VR2W-107823 -5.691883 56.49690 25 -#> 2373 VR2W-107823 -5.691883 56.49690 25 -#> 2374 VR2W-107823 -5.691883 56.49690 25 -#> 2375 VR2W-107823 -5.691883 56.49690 25 -#> 2376 VR2W-107823 -5.691883 56.49690 25 -#> 2377 VR2W-107823 -5.691883 56.49690 25 -#> 2378 VR2W-107823 -5.691883 56.49690 25 -#> 2379 VR2W-107823 -5.691883 56.49690 25 -#> 2380 VR2W-107823 -5.691883 56.49690 25 -#> 2381 VR2W-107823 -5.691883 56.49690 25 -#> 2382 VR2W-107823 -5.691883 56.49690 25 -#> 2383 VR2W-107823 -5.691883 56.49690 25 -#> 2384 VR2W-107823 -5.691883 56.49690 25 -#> 2385 VR2W-107823 -5.691883 56.49690 25 -#> 2386 VR2W-107823 -5.691883 56.49690 25 -#> 2387 VR2W-107823 -5.691883 56.49690 25 -#> 2388 VR2W-107823 -5.691883 56.49690 25 -#> 2389 VR2W-107823 -5.691883 56.49690 25 -#> 2390 VR2W-107823 -5.691883 56.49690 25 -#> 2391 VR2W-107823 -5.691883 56.49690 25 -#> 2392 VR2W-107823 -5.691883 56.49690 25 -#> 2393 VR2W-107823 -5.691883 56.49690 25 -#> 2394 VR2W-107823 -5.691883 56.49690 25 -#> 2395 VR2W-107823 -5.691883 56.49690 25 -#> 2396 VR2W-107823 -5.691883 56.49690 25 -#> 2397 VR2W-107823 -5.691883 56.49690 25 -#> 2398 VR2W-107823 -5.691883 56.49690 25 -#> 2399 VR2W-107823 -5.691883 56.49690 25 -#> 2400 VR2W-107823 -5.691883 56.49690 25 -#> 2401 VR2W-107823 -5.691883 56.49690 25 -#> 2402 VR2W-107823 -5.691883 56.49690 25 -#> 2403 VR2W-107823 -5.691883 56.49690 25 -#> 2404 VR2W-107823 -5.691883 56.49690 25 -#> 2405 VR2W-107823 -5.691883 56.49690 25 -#> 2406 VR2W-107823 -5.691883 56.49690 25 -#> 2407 VR2W-107823 -5.691883 56.49690 25 -#> 2408 VR2W-107823 -5.691883 56.49690 25 -#> 2409 VR2W-107823 -5.691883 56.49690 25 -#> 2410 VR2W-107823 -5.691883 56.49690 25 -#> 2411 VR2W-107823 -5.691883 56.49690 25 -#> 2412 VR2W-107823 -5.691883 56.49690 25 -#> 2413 VR2W-107823 -5.691883 56.49690 25 -#> 2414 VR2W-107823 -5.691883 56.49690 25 -#> 2415 VR2W-107823 -5.691883 56.49690 25 -#> 2416 VR2W-107823 -5.691883 56.49690 25 -#> 2417 VR2W-107823 -5.691883 56.49690 25 -#> 2418 VR2W-107823 -5.691883 56.49690 25 -#> 2419 VR2W-107823 -5.691883 56.49690 25 -#> 2420 VR2W-107823 -5.691883 56.49690 25 -#> 2421 VR2W-107823 -5.691883 56.49690 25 -#> 2422 VR2W-107823 -5.691883 56.49690 25 -#> 2423 VR2W-107823 -5.691883 56.49690 25 -#> 2424 VR2W-107823 -5.691883 56.49690 25 -#> 2425 VR2W-107823 -5.691883 56.49690 25 -#> 2426 VR2W-107823 -5.691883 56.49690 25 -#> 2427 VR2W-107823 -5.691883 56.49690 25 -#> 2428 VR2W-107823 -5.691883 56.49690 25 -#> 2429 VR2W-107823 -5.691883 56.49690 25 -#> 2430 VR2W-107823 -5.691883 56.49690 25 -#> 2431 VR2W-107823 -5.691883 56.49690 25 -#> 2432 VR2W-107823 -5.691883 56.49690 25 -#> 2433 VR2W-107823 -5.691883 56.49690 25 -#> 2434 VR2W-107823 -5.691883 56.49690 25 -#> 2435 VR2W-107823 -5.691883 56.49690 25 -#> 2436 VR2W-107823 -5.691883 56.49690 25 -#> 2437 VR2W-107823 -5.691883 56.49690 25 -#> 2438 VR2W-107823 -5.691883 56.49690 25 -#> 2439 VR2W-107823 -5.691883 56.49690 25 -#> 2440 VR2W-107823 -5.691883 56.49690 25 -#> 2441 VR2W-107823 -5.691883 56.49690 25 -#> 2442 VR2W-107823 -5.691883 56.49690 25 -#> 2443 VR2W-107823 -5.691883 56.49690 25 -#> 2444 VR2W-107823 -5.691883 56.49690 25 -#> 2445 VR2W-107823 -5.691883 56.49690 25 -#> 2446 VR2W-107823 -5.691883 56.49690 25 -#> 2447 VR2W-107823 -5.691883 56.49690 25 -#> 2448 VR2W-107823 -5.691883 56.49690 25 -#> 2449 VR2W-107823 -5.691883 56.49690 25 -#> 2450 VR2W-107823 -5.691883 56.49690 25 -#> 2451 VR2W-107823 -5.691883 56.49690 25 -#> 2452 VR2W-107823 -5.691883 56.49690 25 -#> 2453 VR2W-107823 -5.691883 56.49690 25 -#> 2454 VR2W-107823 -5.691883 56.49690 25 -#> 2455 VR2W-107823 -5.691883 56.49690 25 -#> 2456 VR2W-107823 -5.691883 56.49690 25 -#> 2457 VR2W-107823 -5.691883 56.49690 25 -#> 2458 VR2W-107823 -5.691883 56.49690 25 -#> 2459 VR2W-107823 -5.691883 56.49690 25 -#> 2460 VR2W-107823 -5.691883 56.49690 25 -#> 2461 VR2W-107823 -5.691883 56.49690 25 -#> 2462 VR2W-107823 -5.691883 56.49690 25 -#> 2463 VR2W-107823 -5.691883 56.49690 25 -#> 2464 VR2W-107823 -5.691883 56.49690 25 -#> 2465 VR2W-107823 -5.691883 56.49690 25 -#> 2466 VR2W-107823 -5.691883 56.49690 25 -#> 2467 VR2W-107823 -5.691883 56.49690 25 -#> 2468 VR2W-107823 -5.691883 56.49690 25 -#> 2469 VR2W-107823 -5.691883 56.49690 25 -#> 2470 VR2W-107823 -5.691883 56.49690 25 -#> 2471 VR2W-107823 -5.691883 56.49690 25 -#> 2472 VR2W-107823 -5.691883 56.49690 25 -#> 2473 VR2W-107823 -5.691883 56.49690 25 -#> 2474 VR2W-107823 -5.691883 56.49690 25 -#> 2475 VR2W-107823 -5.691883 56.49690 25 -#> 2476 VR2W-107823 -5.691883 56.49690 25 -#> 2477 VR2W-107823 -5.691883 56.49690 25 -#> 2478 VR2W-107823 -5.691883 56.49690 25 -#> 2479 VR2W-107823 -5.691883 56.49690 25 -#> 2480 VR2W-113141 -5.755900 56.51000 50 -#> 2481 VR2W-113141 -5.755900 56.51000 50 -#> 2482 VR2W-113141 -5.755900 56.51000 50 -#> 2483 VR2W-113141 -5.755900 56.51000 50 -#> 2484 VR2W-113141 -5.755900 56.51000 50 -#> 2485 VR2W-113141 -5.755900 56.51000 50 -#> 2486 VR2W-113141 -5.755900 56.51000 50 -#> 2487 VR2W-113141 -5.755900 56.51000 50 -#> 2488 VR2W-113141 -5.755900 56.51000 50 -#> 2489 VR2W-113141 -5.755900 56.51000 50 -#> 2490 VR2W-113141 -5.755900 56.51000 50 -#> 2491 VR2W-113141 -5.755900 56.51000 50 -#> 2492 VR2W-113141 -5.755900 56.51000 50 -#> 2493 VR2W-113141 -5.755900 56.51000 50 -#> 2494 VR2W-113141 -5.755900 56.51000 50 -#> 2495 VR2W-113141 -5.755900 56.51000 50 -#> 2496 VR2W-113141 -5.755900 56.51000 50 -#> 2497 VR2W-113141 -5.755900 56.51000 50 -#> 2498 VR2W-113141 -5.755900 56.51000 50 -#> 2499 VR2W-113141 -5.755900 56.51000 50 -#> 2500 VR2W-113141 -5.755900 56.51000 50 -#> 2501 VR2W-113141 -5.755900 56.51000 50 -#> 2502 VR2W-113141 -5.755900 56.51000 50 -#> 2503 VR2W-113141 -5.755900 56.51000 50 -#> 2504 VR2W-113141 -5.755900 56.51000 50 -#> 2505 VR2W-113141 -5.755900 56.51000 50 -#> 2506 VR2W-113141 -5.755900 56.51000 50 -#> 2507 VR2W-113141 -5.755900 56.51000 50 -#> 2508 VR2W-113141 -5.755900 56.51000 50 -#> 2509 VR2W-113141 -5.755900 56.51000 50 -#> 2510 VR2W-113141 -5.755900 56.51000 50 -#> 2511 VR2W-113141 -5.755900 56.51000 50 -#> 2512 VR2W-113141 -5.755900 56.51000 50 -#> 2513 VR2W-113141 -5.755900 56.51000 50 -#> 2514 VR2W-113141 -5.755900 56.51000 50 -#> 2515 VR2W-113141 -5.755900 56.51000 50 -#> 2516 VR2W-113141 -5.755900 56.51000 50 -#> 2517 VR2W-113141 -5.755900 56.51000 50 -#> 2518 VR2W-113141 -5.755900 56.51000 50 -#> 2519 VR2W-113141 -5.755900 56.51000 50 -#> 2520 VR2W-113141 -5.755900 56.51000 50 -#> 2521 VR2W-113141 -5.755900 56.51000 50 -#> 2522 VR2W-113141 -5.755900 56.51000 50 -#> 2523 VR2W-113141 -5.755900 56.51000 50 -#> 2524 VR2W-113141 -5.755900 56.51000 50 -#> 2525 VR2W-113141 -5.755900 56.51000 50 -#> 2526 VR2W-113141 -5.755900 56.51000 50 -#> 2527 VR2W-113141 -5.755900 56.51000 50 -#> 2528 VR2W-113141 -5.755900 56.51000 50 -#> 2529 VR2W-113141 -5.755900 56.51000 50 -#> 2530 VR2W-113141 -5.755900 56.51000 50 -#> 2531 VR2W-113141 -5.755900 56.51000 50 -#> 2532 VR2W-113141 -5.755900 56.51000 50 -#> 2533 VR2W-113141 -5.755900 56.51000 50 -#> 2534 VR2W-113141 -5.755900 56.51000 50 -#> 2535 VR2W-113141 -5.755900 56.51000 50 -#> 2536 VR2W-113141 -5.755900 56.51000 50 -#> 2537 VR2W-113141 -5.755900 56.51000 50 -#> 2538 VR2W-113141 -5.755900 56.51000 50 -#> 2539 VR2W-113141 -5.755900 56.51000 50 -#> 2540 VR2W-113141 -5.755900 56.51000 50 -#> 2541 VR2W-113141 -5.755900 56.51000 50 -#> 2542 VR2W-113141 -5.755900 56.51000 50 -#> 2543 VR2W-113141 -5.755900 56.51000 50 -#> 2544 VR2W-113141 -5.755900 56.51000 50 -#> 2545 VR2W-113141 -5.755900 56.51000 50 -#> 2546 VR2W-113141 -5.755900 56.51000 50 -#> 2547 VR2W-113141 -5.755900 56.51000 50 -#> 2548 VR2W-113141 -5.755900 56.51000 50 -#> 2549 VR2W-113141 -5.755900 56.51000 50 -#> 2550 VR2W-113141 -5.755900 56.51000 50 -#> 2551 VR2W-113141 -5.755900 56.51000 50 -#> 2552 VR2W-113141 -5.755900 56.51000 50 -#> 2553 VR2W-113141 -5.755900 56.51000 50 -#> 2554 VR2W-113141 -5.755900 56.51000 50 -#> 2555 VR2W-113141 -5.755900 56.51000 50 -#> 2556 VR2W-113141 -5.755900 56.51000 50 -#> 2557 VR2W-113141 -5.755900 56.51000 50 -#> 2558 VR2W-113141 -5.755900 56.51000 50 -#> 2559 VR2W-113141 -5.755900 56.51000 50 -#> 2560 VR2W-113141 -5.755900 56.51000 50 -#> 2561 VR2W-113141 -5.755900 56.51000 50 -#> 2562 VR2W-113141 -5.755900 56.51000 50 -#> 2563 VR2W-113141 -5.755900 56.51000 50 -#> 2564 VR2W-113141 -5.755900 56.51000 50 -#> 2565 VR2W-113141 -5.755900 56.51000 50 -#> 2566 VR2W-113141 -5.755900 56.51000 50 -#> 2567 VR2W-113141 -5.755900 56.51000 50 -#> 2568 VR2W-113141 -5.755900 56.51000 50 -#> 2569 VR2W-113141 -5.755900 56.51000 50 -#> 2570 VR2W-113141 -5.755900 56.51000 50 -#> 2571 VR2W-113141 -5.755900 56.51000 50 -#> 2572 VR2W-113141 -5.755900 56.51000 50 -#> 2573 VR2W-113141 -5.755900 56.51000 50 -#> 2574 VR2W-113141 -5.755900 56.51000 50 -#> 2575 VR2W-113141 -5.755900 56.51000 50 -#> 2576 VR2W-113141 -5.755900 56.51000 50 -#> 2577 VR2W-113141 -5.755900 56.51000 50 -#> 2578 VR2W-113141 -5.755900 56.51000 50 -#> 2579 VR2W-113141 -5.755900 56.51000 50 -#> 2580 VR2W-113141 -5.755900 56.51000 50 -#> 2581 VR2W-113141 -5.755900 56.51000 50 -#> 2582 VR2W-113141 -5.755900 56.51000 50 -#> 2583 VR2W-113141 -5.755900 56.51000 50 -#> 2584 VR2W-113141 -5.755900 56.51000 50 -#> 2585 VR2W-113141 -5.755900 56.51000 50 -#> 2586 VR2W-113141 -5.755900 56.51000 50 -#> 2587 VR2W-113141 -5.755900 56.51000 50 -#> 2588 VR2W-113141 -5.755900 56.51000 50 -#> 2589 VR2W-113141 -5.755900 56.51000 50 -#> 2590 VR2W-113141 -5.755900 56.51000 50 -#> 2591 VR2W-113141 -5.755900 56.51000 50 -#> 2592 VR2W-113141 -5.755900 56.51000 50 -#> 2593 VR2W-113141 -5.755900 56.51000 50 -#> 2594 VR2W-113141 -5.755900 56.51000 50 -#> 2595 VR2W-113141 -5.755900 56.51000 50 -#> 2596 VR2W-113141 -5.755900 56.51000 50 -#> 2597 VR2W-113141 -5.755900 56.51000 50 -#> 2598 VR2W-113141 -5.755900 56.51000 50 -#> 2599 VR2W-113141 -5.755900 56.51000 50 -#> 2600 VR2W-113141 -5.755900 56.51000 50 -#> 2601 VR2W-113141 -5.755900 56.51000 50 -#> 2602 VR2W-113141 -5.755900 56.51000 50 -#> 2603 VR2W-113141 -5.755900 56.51000 50 -#> 2604 VR2W-113141 -5.755900 56.51000 50 -#> 2605 VR2W-107823 -5.691883 56.49690 25 -#> 2606 VR2W-107823 -5.691883 56.49690 25 -#> 2607 VR2W-107823 -5.691883 56.49690 25 -#> 2608 VR2W-107823 -5.691883 56.49690 25 -#> 2609 VR2W-107823 -5.691883 56.49690 25 -#> 2610 VR2W-107823 -5.691883 56.49690 25 -#> 2611 VR2-6720 -5.627150 56.50808 50 -#> 2612 VR2-6720 -5.627150 56.50808 50 -#> 2613 VR2-6720 -5.627150 56.50808 50 -#> 2614 VR2-6720 -5.627150 56.50808 50 -#> 2615 VR2-6720 -5.627150 56.50808 50 -#> 2616 VR2-6720 -5.627150 56.50808 50 -#> 2617 VR2-6720 -5.627150 56.50808 50 -#> 2618 VR2-6720 -5.627150 56.50808 50 -#> 2619 VR2-6720 -5.627150 56.50808 50 -#> 2620 VR2-6720 -5.627150 56.50808 50 -#> 2621 VR2-6720 -5.627150 56.50808 50 -#> 2622 VR2-6720 -5.627150 56.50808 50 -#> 2623 VR2-6720 -5.627150 56.50808 50 -#> 2624 VR2-6720 -5.627150 56.50808 50 -#> 2625 VR2-6720 -5.627150 56.50808 50 -#> 2626 VR2-6720 -5.627150 56.50808 50 -#> 2627 VR2-6720 -5.627150 56.50808 50 -#> 2628 VR2-6720 -5.627150 56.50808 50 -#> 2629 VR2-6720 -5.627150 56.50808 50 -#> 2630 VR2-6720 -5.627150 56.50808 50 -#> 2631 VR2-6720 -5.627150 56.50808 50 -#> 2632 VR2-6720 -5.627150 56.50808 50 -#> 2633 VR2-6720 -5.627150 56.50808 50 -#> 2634 VR2-6720 -5.627150 56.50808 50 -#> 2635 VR2-6720 -5.627150 56.50808 50 -#> 2636 VR2-6720 -5.627150 56.50808 50 -#> 2637 VR2-6720 -5.627150 56.50808 50 -#> 2638 VR2-6720 -5.627150 56.50808 50 -#> 2639 VR2-6720 -5.627150 56.50808 50 -#> 2640 VR2-6720 -5.627150 56.50808 50 -#> 2641 VR2-6720 -5.627150 56.50808 50 -#> 2642 VR2-6720 -5.627150 56.50808 50 -#> 2643 VR2-6720 -5.627150 56.50808 50 -#> 2644 VR2-6720 -5.627150 56.50808 50 -#> 2645 VR2-6720 -5.627150 56.50808 50 -#> 2646 VR2-6720 -5.627150 56.50808 50 -#> 2647 VR2-6720 -5.627150 56.50808 50 -#> 2648 VR2-6720 -5.627150 56.50808 50 -#> 2649 VR2-6720 -5.627150 56.50808 50 -#> 2650 VR2-6720 -5.627150 56.50808 50 -#> 2651 VR2-6720 -5.627150 56.50808 50 -#> 2652 VR2-6720 -5.627150 56.50808 50 -#> 2653 VR2-6720 -5.627150 56.50808 50 -#> 2654 VR2-6720 -5.627150 56.50808 50 -#> 2655 VR2-6720 -5.627150 56.50808 50 -#> 2656 VR2-6720 -5.627150 56.50808 50 -#> 2657 VR2-6720 -5.627150 56.50808 50 -#> 2658 VR2-6720 -5.627150 56.50808 50 -#> 2659 VR2-6720 -5.627150 56.50808 50 -#> 2660 VR2-6720 -5.627150 56.50808 50 -#> 2661 VR2-6720 -5.627150 56.50808 50 -#> 2662 VR2-6720 -5.627150 56.50808 50 -#> 2663 VR2-6720 -5.627150 56.50808 50 -#> 2664 VR2-6720 -5.627150 56.50808 50 -#> 2665 VR2-6720 -5.627150 56.50808 50 -#> 2666 VR2-6720 -5.627150 56.50808 50 -#> 2667 VR2-6720 -5.627150 56.50808 50 -#> 2668 VR2W-107823 -5.691883 56.49690 25 -#> 2669 VR2W-107823 -5.691883 56.49690 25 -#> 2670 VR2W-107823 -5.691883 56.49690 25 -#> 2671 VR2W-107823 -5.691883 56.49690 25 -#> 2672 VR2W-107823 -5.691883 56.49690 25 -#> 2673 VR2W-107823 -5.691883 56.49690 25 -#> 2674 VR2W-107823 -5.691883 56.49690 25 -#> 2675 VR2W-107823 -5.691883 56.49690 25 -#> 2676 VR2W-107823 -5.691883 56.49690 25 -#> 2677 VR2W-107823 -5.691883 56.49690 25 -#> 2678 VR2W-107823 -5.691883 56.49690 25 -#> 2679 VR2W-107823 -5.691883 56.49690 25 -#> 2680 VR2W-107823 -5.691883 56.49690 25 -#> 2681 VR2W-107823 -5.691883 56.49690 25 -#> 2682 VR2W-107823 -5.691883 56.49690 25 -#> 2683 VR2W-107823 -5.691883 56.49690 25 -#> 2684 VR2W-107823 -5.691883 56.49690 25 -#> 2685 VR2W-107823 -5.691883 56.49690 25 -#> 2686 VR2W-107823 -5.691883 56.49690 25 -#> 2687 VR2W-107823 -5.691883 56.49690 25 -#> 2688 VR2W-107823 -5.691883 56.49690 25 -#> 2689 VR2W-107823 -5.691883 56.49690 25 -#> 2690 VR2W-107823 -5.691883 56.49690 25 -#> 2691 VR2W-107823 -5.691883 56.49690 25 -#> 2692 VR2W-107823 -5.691883 56.49690 25 -#> 2693 VR2W-107823 -5.691883 56.49690 25 -#> 2694 VR2W-107823 -5.691883 56.49690 25 -#> 2695 VR2W-107823 -5.691883 56.49690 25 -#> 2696 VR2W-107823 -5.691883 56.49690 25 -#> 2697 VR2W-107823 -5.691883 56.49690 25 -#> 2698 VR2W-107823 -5.691883 56.49690 25 -#> 2699 VR2W-107823 -5.691883 56.49690 25 -#> 2700 VR2W-107823 -5.691883 56.49690 25 -#> 2701 VR2W-107823 -5.691883 56.49690 25 -#> 2702 VR2W-107823 -5.691883 56.49690 25 -#> 2703 VR2W-107823 -5.691883 56.49690 25 -#> 2704 VR2W-107823 -5.691883 56.49690 25 -#> 2705 VR2W-107823 -5.691883 56.49690 25 -#> 2706 VR2W-107823 -5.691883 56.49690 25 -#> 2707 VR2W-107823 -5.691883 56.49690 25 -#> 2708 VR2W-107823 -5.691883 56.49690 25 -#> 2709 VR2W-107823 -5.691883 56.49690 25 -#> 2710 VR2W-107823 -5.691883 56.49690 25 -#> 2711 VR2W-107823 -5.691883 56.49690 25 -#> 2712 VR2W-107823 -5.691883 56.49690 25 -#> 2713 VR2W-107823 -5.691883 56.49690 25 -#> 2714 VR2-6720 -5.627150 56.50808 50 -#> 2715 VR2-6720 -5.627150 56.50808 50 -#> 2716 VR2-6720 -5.627150 56.50808 50 -#> 2717 VR2-6720 -5.627150 56.50808 50 -#> 2718 VR2-6720 -5.627150 56.50808 50 -#> 2719 VR2-6720 -5.627150 56.50808 50 -#> 2720 VR2-6720 -5.627150 56.50808 50 -#> 2721 VR2-6720 -5.627150 56.50808 50 -#> 2722 VR2-6720 -5.627150 56.50808 50 -#> 2723 VR2-6720 -5.627150 56.50808 50 -#> 2724 VR2W-107823 -5.691883 56.49690 25 -#> 2725 VR2W-107823 -5.691883 56.49690 25 -#> 2726 VR2W-107823 -5.691883 56.49690 25 -#> 2727 VR2W-107823 -5.691883 56.49690 25 -#> 2728 VR2W-107823 -5.691883 56.49690 25 -#> 2729 VR2W-107823 -5.691883 56.49690 25 -#> 2730 VR2W-107823 -5.691883 56.49690 25 -#> 2731 VR2W-107823 -5.691883 56.49690 25 -#> 2732 VR2W-107823 -5.691883 56.49690 25 -#> 2733 VR2W-107823 -5.691883 56.49690 25 -#> 2734 VR2W-107823 -5.691883 56.49690 25 -#> 2735 VR2W-107823 -5.691883 56.49690 25 -#> 2736 VR2W-107823 -5.691883 56.49690 25 -#> 2737 VR2W-107823 -5.691883 56.49690 25 -#> 2738 VR2W-107823 -5.691883 56.49690 25 -#> 2739 VR2W-107823 -5.691883 56.49690 25 -#> 2740 VR2W-107823 -5.691883 56.49690 25 -#> 2741 VR2W-107823 -5.691883 56.49690 25 -#> 2742 VR2W-107823 -5.691883 56.49690 25 -#> 2743 VR2W-107823 -5.691883 56.49690 25 -#> 2744 VR2W-107823 -5.691883 56.49690 25 -#> 2745 VR2W-107823 -5.691883 56.49690 25 -#> 2746 VR2W-107823 -5.691883 56.49690 25 -#> 2747 VR2W-107823 -5.691883 56.49690 25 -#> 2748 VR2W-107823 -5.691883 56.49690 25 -#> 2749 VR2W-107823 -5.691883 56.49690 25 -#> 2750 VR2W-107823 -5.691883 56.49690 25 -#> 2751 VR2W-107823 -5.691883 56.49690 25 -#> 2752 VR2W-107823 -5.691883 56.49690 25 -#> 2753 VR2W-107823 -5.691883 56.49690 25 -#> 2754 VR2W-107823 -5.691883 56.49690 25 -#> 2755 VR2W-107823 -5.691883 56.49690 25 -#> 2756 VR2W-107823 -5.691883 56.49690 25 -#> 2757 VR2W-107823 -5.691883 56.49690 25 -#> 2758 VR2W-107823 -5.691883 56.49690 25 -#> 2759 VR2W-107823 -5.691883 56.49690 25 -#> 2760 VR2W-107823 -5.691883 56.49690 25 -#> 2761 VR2W-107823 -5.691883 56.49690 25 -#> 2762 VR2W-107823 -5.691883 56.49690 25 -#> 2763 VR2W-107823 -5.691883 56.49690 25 -#> 2764 VR2W-107823 -5.691883 56.49690 25 -#> 2765 VR2W-107823 -5.691883 56.49690 25 -#> 2766 VR2W-107823 -5.691883 56.49690 25 -#> 2767 VR2W-107823 -5.691883 56.49690 25 -#> 2768 VR2W-107823 -5.691883 56.49690 25 -#> 2769 VR2W-107823 -5.691883 56.49690 25 -#> 2770 VR2W-107823 -5.691883 56.49690 25 -#> 2771 VR2W-107823 -5.691883 56.49690 25 -#> 2772 VR2W-107823 -5.691883 56.49690 25 -#> 2773 VR2W-107823 -5.691883 56.49690 25 -#> 2774 VR2W-107823 -5.691883 56.49690 25 -#> 2775 VR2W-107823 -5.691883 56.49690 25 -#> 2776 VR2W-107823 -5.691883 56.49690 25 -#> 2777 VR2-6720 -5.627150 56.50808 50 -#> 2778 VR2-6720 -5.627150 56.50808 50 -#> 2779 VR2-6720 -5.627150 56.50808 50 -#> 2780 VR2-6720 -5.627150 56.50808 50 -#> 2781 VR2-6720 -5.627150 56.50808 50 -#> 2782 VR2-6720 -5.627150 56.50808 50 -#> 2783 VR2-6720 -5.627150 56.50808 50 -#> 2784 VR2-6720 -5.627150 56.50808 50 -#> 2785 VR2-6720 -5.627150 56.50808 50 -#> 2786 VR2-6720 -5.627150 56.50808 50 -#> 2787 VR2-6720 -5.627150 56.50808 50 -#> 2788 VR2-6720 -5.627150 56.50808 50 -#> 2789 VR2-6720 -5.627150 56.50808 50 -#> 2790 VR2-6720 -5.627150 56.50808 50 -#> 2791 VR2-6720 -5.627150 56.50808 50 -#> 2792 VR2-6720 -5.627150 56.50808 50 -#> 2793 VR2-6720 -5.627150 56.50808 50 -#> 2794 VR2-6720 -5.627150 56.50808 50 -#> 2795 VR2-6720 -5.627150 56.50808 50 -#> 2796 VR2-6720 -5.627150 56.50808 50 -#> 2797 VR2-6720 -5.627150 56.50808 50 -#> 2798 VR2-6720 -5.627150 56.50808 50 -#> 2799 VR2AR-546136 -5.665000 56.48650 105 -#> 2800 VR2AR-546136 -5.665000 56.48650 105 -#> 2801 VR2AR-546136 -5.665000 56.48650 105 -#> 2802 VR2AR-546136 -5.665000 56.48650 105 -#> 2803 VR2AR-546136 -5.665000 56.48650 105 -#> 2804 VR2AR-546136 -5.665000 56.48650 105 -#> 2805 VR2AR-546136 -5.665000 56.48650 105 -#> 2806 VR2AR-546136 -5.665000 56.48650 105 -#> 2807 VR2AR-546136 -5.665000 56.48650 105 -#> 2808 VR2AR-546136 -5.665000 56.48650 105 -#> 2809 VR2AR-546136 -5.665000 56.48650 105 -#> 2810 VR2AR-546136 -5.665000 56.48650 105 -#> 2811 VR2AR-546136 -5.665000 56.48650 105 -#> 2812 VR2AR-546136 -5.665000 56.48650 105 -#> 2813 VR2AR-546136 -5.665000 56.48650 105 -#> 2814 VR2AR-546136 -5.665000 56.48650 105 -#> 2815 VR2AR-546136 -5.665000 56.48650 105 -#> 2816 VR2AR-546136 -5.665000 56.48650 105 -#> 2817 VR2AR-546136 -5.665000 56.48650 105 -#> 2818 VR2AR-546136 -5.665000 56.48650 105 -#> 2819 VR2AR-546136 -5.665000 56.48650 105 -#> 2820 VR2AR-546136 -5.665000 56.48650 105 -#> 2821 VR2AR-546136 -5.665000 56.48650 105 -#> 2822 VR2AR-546136 -5.665000 56.48650 105 -#> 2823 VR2AR-546136 -5.665000 56.48650 105 -#> 2824 VR2AR-546136 -5.665000 56.48650 105 -#> 2825 VR2AR-546136 -5.665000 56.48650 105 -#> 2826 VR2AR-546136 -5.665000 56.48650 105 -#> 2827 VR2AR-546136 -5.665000 56.48650 105 -#> 2828 VR2AR-546136 -5.665000 56.48650 105 -#> 2829 VR2AR-546136 -5.665000 56.48650 105 -#> 2830 VR2AR-546136 -5.665000 56.48650 105 -#> 2831 VR2W-107823 -5.691883 56.49690 25 -#> 2832 VR2W-107823 -5.691883 56.49690 25 -#> 2833 VR2W-107823 -5.691883 56.49690 25 -#> 2834 VR2W-107823 -5.691883 56.49690 25 -#> 2835 VR2W-107823 -5.691883 56.49690 25 -#> 2836 VR2W-107823 -5.691883 56.49690 25 -#> 2837 VR2W-107823 -5.691883 56.49690 25 -#> 2838 VR2W-107823 -5.691883 56.49690 25 -#> 2839 VR2W-107823 -5.691883 56.49690 25 -#> 2840 VR2W-107823 -5.691883 56.49690 25 -#> 2841 VR2W-107823 -5.691883 56.49690 25 -#> 2842 VR2W-107823 -5.691883 56.49690 25 -#> 2843 VR2W-107823 -5.691883 56.49690 25 -#> 2844 VR2W-107823 -5.691883 56.49690 25 -#> 2845 VR2W-107823 -5.691883 56.49690 25 -#> 2846 VR2W-107823 -5.691883 56.49690 25 -#> 2847 VR2W-107823 -5.691883 56.49690 25 -#> 2848 VR2W-107823 -5.691883 56.49690 25 -#> 2849 VR2W-107823 -5.691883 56.49690 25 -#> 2850 VR2W-107823 -5.691883 56.49690 25 -#> 2851 VR2W-107823 -5.691883 56.49690 25 -#> 2852 VR2W-107823 -5.691883 56.49690 25 -#> 2853 VR2W-107823 -5.691883 56.49690 25 -#> 2854 VR2W-107823 -5.691883 56.49690 25 -#> 2855 VR2W-107823 -5.691883 56.49690 25 -#> 2856 VR2W-107823 -5.691883 56.49690 25 -#> 2857 VR2W-107823 -5.691883 56.49690 25 -#> 2858 VR2W-107823 -5.691883 56.49690 25 -#> 2859 VR2W-108160 -5.704867 56.48890 25 -#> 2860 VR2W-108160 -5.704867 56.48890 25 -#> 2861 VR2W-108160 -5.704867 56.48890 25 -#> 2862 VR2W-108160 -5.704867 56.48890 25 -#> 2863 VR2W-108160 -5.704867 56.48890 25 -#> 2864 VR2W-108160 -5.704867 56.48890 25 -#> 2865 VR2W-108160 -5.704867 56.48890 25 -#> 2866 VR2W-108160 -5.704867 56.48890 25 -#> 2867 VR2W-108160 -5.704867 56.48890 25 -#> 2868 VR2W-108160 -5.704867 56.48890 25 -#> 2869 VR2W-108160 -5.704867 56.48890 25 -#> 2870 VR2W-108160 -5.704867 56.48890 25 -#> 2871 VR2W-108160 -5.704867 56.48890 25 -#> 2872 VR2W-108160 -5.704867 56.48890 25 -#> 2873 VR2W-108160 -5.704867 56.48890 25 -#> 2874 VR2W-108160 -5.704867 56.48890 25 -#> 2875 VR2W-108160 -5.704867 56.48890 25 -#> 2876 VR2W-108160 -5.704867 56.48890 25 -#> 2877 VR2W-108160 -5.704867 56.48890 25 -#> 2878 VR2W-113141 -5.755900 56.51000 50 -#> 2879 VR2W-113141 -5.755900 56.51000 50 -#> 2880 VR2W-113141 -5.755900 56.51000 50 -#> 2881 VR2W-113141 -5.755900 56.51000 50 -#> 2882 VR2W-113141 -5.755900 56.51000 50 -#> 2883 VR2W-113141 -5.755900 56.51000 50 -#> 2884 VR2W-113141 -5.755900 56.51000 50 -#> 2885 VR2W-113141 -5.755900 56.51000 50 -#> 2886 VR2W-113141 -5.755900 56.51000 50 -#> 2887 VR2W-113141 -5.755900 56.51000 50 -#> 2888 VR2W-113141 -5.755900 56.51000 50 -#> 2889 VR2W-113141 -5.755900 56.51000 50 -#> 2890 VR2W-113141 -5.755900 56.51000 50 -#> 2891 VR2W-113141 -5.755900 56.51000 50 -#> 2892 VR2W-113141 -5.755900 56.51000 50 -#> 2893 VR2W-113141 -5.755900 56.51000 50 -#> 2894 VR2W-113141 -5.755900 56.51000 50 -#> 2895 VR2W-113141 -5.755900 56.51000 50 -#> 2896 VR2W-113141 -5.755900 56.51000 50 -#> 2897 VR2W-113141 -5.755900 56.51000 50 -#> 2898 VR2W-113141 -5.755900 56.51000 50 -#> 2899 VR2W-113141 -5.755900 56.51000 50 -#> 2900 VR2W-113141 -5.755900 56.51000 50 -#> 2901 VR2W-113141 -5.755900 56.51000 50 -#> 2902 VR2W-113141 -5.755900 56.51000 50 -#> 2903 VR2W-113141 -5.755900 56.51000 50 -#> 2904 VR2W-113141 -5.755900 56.51000 50 -#> 2905 VR2W-113141 -5.755900 56.51000 50 -#> 2906 VR2W-113141 -5.755900 56.51000 50 -#> 2907 VR2W-113141 -5.755900 56.51000 50 -#> 2908 VR2W-113141 -5.755900 56.51000 50 -#> 2909 VR2W-113141 -5.755900 56.51000 50 -#> 2910 VR2W-113141 -5.755900 56.51000 50 -#> 2911 VR2W-113141 -5.755900 56.51000 50 -#> 2912 VR2W-113141 -5.755900 56.51000 50 -#> 2913 VR2W-113141 -5.755900 56.51000 50 -#> 2914 VR2W-113141 -5.755900 56.51000 50 -#> 2915 VR2W-113141 -5.755900 56.51000 50 -#> 2916 VR2W-113141 -5.755900 56.51000 50 -#> 2917 VR2W-113141 -5.755900 56.51000 50 -#> 2918 VR2W-113141 -5.755900 56.51000 50 -#> 2919 VR2W-113141 -5.755900 56.51000 50 -#> 2920 VR2W-113141 -5.755900 56.51000 50 -#> 2921 VR2W-113141 -5.755900 56.51000 50 -#> 2922 VR2W-113141 -5.755900 56.51000 50 -#> 2923 VR2W-113141 -5.755900 56.51000 50 -#> 2924 VR2W-113141 -5.755900 56.51000 50 -#> 2925 VR2W-113141 -5.755900 56.51000 50 -#> 2926 VR2W-113141 -5.755900 56.51000 50 -#> 2927 VR2W-113141 -5.755900 56.51000 50 -#> 2928 VR2W-113141 -5.755900 56.51000 50 -#> 2929 VR2W-113141 -5.755900 56.51000 50 -#> 2930 VR2W-113141 -5.755900 56.51000 50 -#> 2931 VR2W-113141 -5.755900 56.51000 50 -#> 2932 VR2W-113141 -5.755900 56.51000 50 -#> 2933 VR2W-113141 -5.755900 56.51000 50 -#> 2934 VR2W-113141 -5.755900 56.51000 50 -#> 2935 VR2W-113141 -5.755900 56.51000 50 -#> 2936 VR2W-113141 -5.755900 56.51000 50 -#> 2937 VR2W-113141 -5.755900 56.51000 50 -#> 2938 VR2W-113141 -5.755900 56.51000 50 -#> 2939 VR2W-113141 -5.755900 56.51000 50 -#> 2940 VR2W-113141 -5.755900 56.51000 50 -#> 2941 VR2W-113141 -5.755900 56.51000 50 -#> 2942 VR2W-113141 -5.755900 56.51000 50 -#> 2943 VR2W-113141 -5.755900 56.51000 50 -#> 2944 VR2W-113141 -5.755900 56.51000 50 -#> 2945 VR2W-113141 -5.755900 56.51000 50 -#> 2946 VR2W-113141 -5.755900 56.51000 50 -#> 2947 VR2W-113141 -5.755900 56.51000 50 -#> 2948 VR2W-113141 -5.755900 56.51000 50 -#> 2949 VR2W-113141 -5.755900 56.51000 50 -#> 2950 VR2W-113141 -5.755900 56.51000 50 -#> 2951 VR2W-113141 -5.755900 56.51000 50 -#> 2952 VR2W-113141 -5.755900 56.51000 50 -#> 2953 VR2W-113141 -5.755900 56.51000 50 -#> 2954 VR2W-113141 -5.755900 56.51000 50 -#> 2955 VR2W-113141 -5.755900 56.51000 50 -#> 2956 VR2W-113141 -5.755900 56.51000 50 -#> 2957 VR2W-113141 -5.755900 56.51000 50 -#> 2958 VR2W-113141 -5.755900 56.51000 50 -#> 2959 VR2W-113141 -5.755900 56.51000 50 -#> 2960 VR2W-113141 -5.755900 56.51000 50 -#> 2961 VR2W-113141 -5.755900 56.51000 50 -#> 2962 VR2W-113141 -5.755900 56.51000 50 -#> 2963 VR2W-113141 -5.755900 56.51000 50 -#> 2964 VR2W-113141 -5.755900 56.51000 50 -#> 2965 VR2W-113141 -5.755900 56.51000 50 -#> 2966 VR2W-113141 -5.755900 56.51000 50 -#> 2967 VR2W-113141 -5.755900 56.51000 50 -#> 2968 VR2W-113141 -5.755900 56.51000 50 -#> 2969 VR2W-113141 -5.755900 56.51000 50 -#> 2970 VR2W-113141 -5.755900 56.51000 50 -#> 2971 VR2W-113141 -5.755900 56.51000 50 -#> 2972 VR2W-113141 -5.755900 56.51000 50 -#> 2973 VR2W-113141 -5.755900 56.51000 50 -#> 2974 VR2W-113141 -5.755900 56.51000 50 -#> 2975 VR2W-113141 -5.755900 56.51000 50 -#> 2976 VR2W-113141 -5.755900 56.51000 50 -#> 2977 VR2W-113141 -5.755900 56.51000 50 -#> 2978 VR2W-113141 -5.755900 56.51000 50 -#> 2979 VR2W-113141 -5.755900 56.51000 50 -#> 2980 VR2W-113141 -5.755900 56.51000 50 -#> 2981 VR2W-113141 -5.755900 56.51000 50 -#> 2982 VR2W-113141 -5.755900 56.51000 50 -#> 2983 VR2W-113141 -5.755900 56.51000 50 -#> 2984 VR2W-113141 -5.755900 56.51000 50 -#> 2985 VR2W-113141 -5.755900 56.51000 50 -#> 2986 VR2W-113141 -5.755900 56.51000 50 -#> 2987 VR2W-113141 -5.755900 56.51000 50 -#> 2988 VR2W-113141 -5.755900 56.51000 50 -#> 2989 VR2W-113141 -5.755900 56.51000 50 -#> 2990 VR2W-113141 -5.755900 56.51000 50 -#> 2991 VR2W-113141 -5.755900 56.51000 50 -#> 2992 VR2W-113141 -5.755900 56.51000 50 -#> 2993 VR2W-113141 -5.755900 56.51000 50 -#> 2994 VR2W-113141 -5.755900 56.51000 50 -#> 2995 VR2W-113141 -5.755900 56.51000 50 -#> 2996 VR2W-113141 -5.755900 56.51000 50 -#> 2997 VR2W-113141 -5.755900 56.51000 50 -#> 2998 VR2W-113141 -5.755900 56.51000 50 -#> 2999 VR2W-113141 -5.755900 56.51000 50 -#> 3000 VR2W-113141 -5.755900 56.51000 50 -#> 3001 VR2W-113141 -5.755900 56.51000 50 -#> 3002 VR2W-113141 -5.755900 56.51000 50 -#> 3003 VR2W-113141 -5.755900 56.51000 50 -#> 3004 VR2W-113141 -5.755900 56.51000 50 -#> 3005 VR2W-113141 -5.755900 56.51000 50 -#> 3006 VR2W-113141 -5.755900 56.51000 50 -#> 3007 VR2W-113141 -5.755900 56.51000 50 -#> 3008 VR2W-113141 -5.755900 56.51000 50 -#> 3009 VR2W-113141 -5.755900 56.51000 50 -#> 3010 VR2W-113141 -5.755900 56.51000 50 -#> 3011 VR2W-113141 -5.755900 56.51000 50 -#> 3012 VR2W-113141 -5.755900 56.51000 50 -#> 3013 VR2W-113141 -5.755900 56.51000 50 -#> 3014 VR2W-113141 -5.755900 56.51000 50 -#> 3015 VR2W-113141 -5.755900 56.51000 50 -#> 3016 VR2W-113141 -5.755900 56.51000 50 -#> 3017 VR2W-113141 -5.755900 56.51000 50 -#> 3018 VR2W-113141 -5.755900 56.51000 50 -#> 3019 VR2W-113141 -5.755900 56.51000 50 -#> 3020 VR2W-113141 -5.755900 56.51000 50 -#> 3021 VR2W-113141 -5.755900 56.51000 50 -#> 3022 VR2W-113141 -5.755900 56.51000 50 -#> 3023 VR2W-113141 -5.755900 56.51000 50 -#> 3024 VR2W-107823 -5.691883 56.49690 25 -#> 3025 VR2W-107823 -5.691883 56.49690 25 -#> 3026 VR2W-107823 -5.691883 56.49690 25 -#> 3027 VR2W-107823 -5.691883 56.49690 25 -#> 3028 VR2W-107823 -5.691883 56.49690 25 -#> 3029 VR2W-107823 -5.691883 56.49690 25 -#> 3030 VR2W-107823 -5.691883 56.49690 25 -#> 3031 VR2W-107823 -5.691883 56.49690 25 -#> 3032 VR2W-107823 -5.691883 56.49690 25 -#> 3033 VR2W-107823 -5.691883 56.49690 25 -#> 3034 VR2W-107823 -5.691883 56.49690 25 -#> 3035 VR2W-107823 -5.691883 56.49690 25 -#> 3036 VR2AR-546136 -5.665000 56.48650 105 -#> 3037 VR2AR-546136 -5.665000 56.48650 105 -#> 3038 VR2AR-546136 -5.665000 56.48650 105 -#> 3039 VR2AR-546136 -5.665000 56.48650 105 -#> 3040 VR2AR-546136 -5.665000 56.48650 105 -#> 3041 VR2AR-546136 -5.665000 56.48650 105 -#> 3042 VR2AR-546136 -5.665000 56.48650 105 -#> 3043 VR2AR-546136 -5.665000 56.48650 105 -#> 3044 VR2AR-546136 -5.665000 56.48650 105 -#> 3045 VR2AR-546136 -5.665000 56.48650 105 -#> 3046 VR2AR-546136 -5.665000 56.48650 105 -#> 3047 VR2AR-546136 -5.665000 56.48650 105 -#> 3048 VR2AR-546136 -5.665000 56.48650 105 -#> 3049 VR2AR-546136 -5.665000 56.48650 105 -#> 3050 VR2AR-546136 -5.665000 56.48650 105 -#> 3051 VR2AR-546136 -5.665000 56.48650 105 -#> 3052 VR2AR-546136 -5.665000 56.48650 105 -#> 3053 VR2AR-546136 -5.665000 56.48650 105 -#> 3054 VR2AR-546136 -5.665000 56.48650 105 -#> 3055 VR2AR-546136 -5.665000 56.48650 105 -#> 3056 VR2AR-546136 -5.665000 56.48650 105 -#> 3057 VR2AR-546136 -5.665000 56.48650 105 -#> 3058 VR2AR-546136 -5.665000 56.48650 105 -#> 3059 VR2AR-546136 -5.665000 56.48650 105 -#> 3060 VR2AR-546136 -5.665000 56.48650 105 -#> 3061 VR2AR-546136 -5.665000 56.48650 105 -#> 3062 VR2AR-546136 -5.665000 56.48650 105 -#> 3063 VR2AR-546136 -5.665000 56.48650 105 -#> 3064 VR2AR-546136 -5.665000 56.48650 105 -#> 3065 VR2W-108160 -5.704867 56.48890 25 -#> 3066 VR2W-108160 -5.704867 56.48890 25 -#> 3067 VR2W-113141 -5.755900 56.51000 50 -#> 3068 VR2W-113141 -5.755900 56.51000 50 -#> 3069 VR2W-113141 -5.755900 56.51000 50 -#> 3070 VR2W-113141 -5.755900 56.51000 50 -#> 3071 VR2W-113141 -5.755900 56.51000 50 -#> 3072 VR2W-113141 -5.755900 56.51000 50 -#> 3073 VR2W-113141 -5.755900 56.51000 50 -#> 3074 VR2W-113141 -5.755900 56.51000 50 -#> 3075 VR2W-113141 -5.755900 56.51000 50 -#> 3076 VR2W-113141 -5.755900 56.51000 50 -#> 3077 VR2W-113141 -5.755900 56.51000 50 -#> 3078 VR2W-113141 -5.755900 56.51000 50 -#> 3079 VR2W-113141 -5.755900 56.51000 50 -#> 3080 VR2W-113141 -5.755900 56.51000 50 -#> 3081 VR2W-113141 -5.755900 56.51000 50 -#> 3082 VR2W-113141 -5.755900 56.51000 50 -#> 3083 VR2W-113141 -5.755900 56.51000 50 -#> 3084 VR2W-113141 -5.755900 56.51000 50 -#> 3085 VR2W-113141 -5.755900 56.51000 50 -#> 3086 VR2W-113141 -5.755900 56.51000 50 -#> 3087 VR2W-113141 -5.755900 56.51000 50 -#> 3088 VR2W-113141 -5.755900 56.51000 50 -#> 3089 VR2W-113141 -5.755900 56.51000 50 -#> 3090 VR2W-113141 -5.755900 56.51000 50 -#> 3091 VR2W-113141 -5.755900 56.51000 50 -#> 3092 VR2W-113141 -5.755900 56.51000 50 -#> 3093 VR2W-113141 -5.755900 56.51000 50 -#> 3094 VR2W-113141 -5.755900 56.51000 50 -#> 3095 VR2W-113141 -5.755900 56.51000 50 -#> 3096 VR2W-113141 -5.755900 56.51000 50 -#> 3097 VR2W-113141 -5.755900 56.51000 50 -#> 3098 VR2W-113141 -5.755900 56.51000 50 -#> 3099 VR2W-107823 -5.691883 56.49690 25 -#> 3100 VR2W-107823 -5.691883 56.49690 25 -#> 3101 VR2W-107823 -5.691883 56.49690 25 -#> 3102 VR2AR-546136 -5.665000 56.48650 105 -#> 3103 VR2AR-546136 -5.665000 56.48650 105 -#> 3104 VR2AR-546136 -5.665000 56.48650 105 -#> 3105 VR2AR-546136 -5.665000 56.48650 105 -#> 3106 VR2AR-546136 -5.665000 56.48650 105 -#> 3107 VR2AR-546136 -5.665000 56.48650 105 -#> 3108 VR2AR-546136 -5.665000 56.48650 105 -#> 3109 VR2AR-546136 -5.665000 56.48650 105 -#> 3110 VR2AR-546136 -5.665000 56.48650 105 -#> 3111 VR2AR-546136 -5.665000 56.48650 105 -#> 3112 VR2AR-546136 -5.665000 56.48650 105 -#> 3113 VR2AR-546136 -5.665000 56.48650 105 -#> 3114 VR2AR-546136 -5.665000 56.48650 105 -#> 3115 VR2AR-546136 -5.665000 56.48650 105 -#> 3116 VR2AR-546136 -5.665000 56.48650 105 -#> 3117 VR2AR-546136 -5.665000 56.48650 105 -#> 3118 VR2AR-546136 -5.665000 56.48650 105 -#> 3119 VR2AR-546136 -5.665000 56.48650 105 -#> 3120 VR2AR-546136 -5.665000 56.48650 105 -#> 3121 VR2AR-546136 -5.665000 56.48650 105 -#> 3122 VR2AR-546136 -5.665000 56.48650 105 -#> 3123 VR2AR-546136 -5.665000 56.48650 105 -#> 3124 VR2AR-546136 -5.665000 56.48650 105 -#> 3125 VR2W-108160 -5.704867 56.48890 25 -#> 3126 VR2W-108160 -5.704867 56.48890 25 -#> 3127 VR2W-108160 -5.704867 56.48890 25 -#> 3128 VR2W-108160 -5.704867 56.48890 25 -#> 3129 VR2W-108160 -5.704867 56.48890 25 -#> 3130 VR2W-108160 -5.704867 56.48890 25 -#> 3131 VR2W-108160 -5.704867 56.48890 25 -#> 3132 VR2AR-546136 -5.665000 56.48650 105 -#> 3133 VR2AR-546136 -5.665000 56.48650 105 -#> 3134 VR2AR-546136 -5.665000 56.48650 105 -#> 3135 VR2AR-546136 -5.665000 56.48650 105 -#> 3136 VR2AR-546136 -5.665000 56.48650 105 -#> 3137 VR2AR-546136 -5.665000 56.48650 105 -#> 3138 VR2AR-546136 -5.665000 56.48650 105 -#> 3139 VR2AR-546136 -5.665000 56.48650 105 -#> 3140 VR2AR-546136 -5.665000 56.48650 105 -#> 3141 VR2AR-546136 -5.665000 56.48650 105 -#> 3142 VR2AR-546136 -5.665000 56.48650 105 -#> 3143 VR2AR-546136 -5.665000 56.48650 105 -#> 3144 VR2AR-546136 -5.665000 56.48650 105 -#> 3145 VR2AR-546136 -5.665000 56.48650 105 -#> 3146 VR2AR-546136 -5.665000 56.48650 105 -#> 3147 VR2AR-546136 -5.665000 56.48650 105 -#> 3148 VR2AR-546136 -5.665000 56.48650 105 -#> 3149 VR2AR-546136 -5.665000 56.48650 105 -#> 3150 VR2AR-546136 -5.665000 56.48650 105 -#> 3151 VR2AR-546136 -5.665000 56.48650 105 -#> 3152 VR2AR-546136 -5.665000 56.48650 105 -#> 3153 VR2AR-546136 -5.665000 56.48650 105 -#> 3154 VR2AR-546136 -5.665000 56.48650 105 -#> 3155 VR2AR-546136 -5.665000 56.48650 105 -#> 3156 VR2AR-546136 -5.665000 56.48650 105 -#> 3157 VR2AR-546136 -5.665000 56.48650 105 -#> 3158 VR2AR-546136 -5.665000 56.48650 105 -#> 3159 VR2AR-546136 -5.665000 56.48650 105 -#> 3160 VR2AR-546136 -5.665000 56.48650 105 -#> 3161 VR2AR-546136 -5.665000 56.48650 105 -#> 3162 VR2AR-546136 -5.665000 56.48650 105 -#> 3163 VR2AR-546136 -5.665000 56.48650 105 -#> 3164 VR2AR-546136 -5.665000 56.48650 105 -#> 3165 VR2AR-546136 -5.665000 56.48650 105 -#> 3166 VR2AR-546136 -5.665000 56.48650 105 -#> 3167 VR2AR-546136 -5.665000 56.48650 105 -#> 3168 VR2AR-546136 -5.665000 56.48650 105 -#> 3169 VR2AR-546136 -5.665000 56.48650 105 -#> 3170 VR2AR-546136 -5.665000 56.48650 105 -#> 3171 VR2AR-546136 -5.665000 56.48650 105 -#> 3172 VR2AR-546136 -5.665000 56.48650 105 -#> 3173 VR2AR-546136 -5.665000 56.48650 105 -#> 3174 VR2AR-546136 -5.665000 56.48650 105 -#> 3175 VR2AR-546136 -5.665000 56.48650 105 -#> 3176 VR2AR-546136 -5.665000 56.48650 105 -#> 3177 VR2AR-546136 -5.665000 56.48650 105 -#> 3178 VR2AR-546136 -5.665000 56.48650 105 -#> 3179 VR2AR-546136 -5.665000 56.48650 105 -#> 3180 VR2AR-546136 -5.665000 56.48650 105 -#> 3181 VR2AR-546136 -5.665000 56.48650 105 -#> 3182 VR2AR-546136 -5.665000 56.48650 105 -#> 3183 VR2AR-546136 -5.665000 56.48650 105 -#> 3184 VR2AR-546136 -5.665000 56.48650 105 -#> 3185 VR2AR-546136 -5.665000 56.48650 105 -#> 3186 VR2AR-546136 -5.665000 56.48650 105 -#> 3187 VR2AR-546136 -5.665000 56.48650 105 -#> 3188 VR2AR-546136 -5.665000 56.48650 105 -#> 3189 VR2AR-546136 -5.665000 56.48650 105 -#> 3190 VR2AR-546136 -5.665000 56.48650 105 -#> 3191 VR2AR-546136 -5.665000 56.48650 105 -#> 3192 VR2AR-546136 -5.665000 56.48650 105 -#> 3193 VR2AR-546136 -5.665000 56.48650 105 -#> 3194 VR2AR-546136 -5.665000 56.48650 105 -#> 3195 VR2AR-546136 -5.665000 56.48650 105 -#> 3196 VR2AR-546136 -5.665000 56.48650 105 -#> 3197 VR2AR-546136 -5.665000 56.48650 105 -#> 3198 VR2AR-546136 -5.665000 56.48650 105 -#> 3199 VR2AR-546136 -5.665000 56.48650 105 -#> 3200 VR2AR-546136 -5.665000 56.48650 105 -#> 3201 VR2AR-546136 -5.665000 56.48650 105 -#> 3202 VR2AR-546136 -5.665000 56.48650 105 -#> 3203 VR2AR-546136 -5.665000 56.48650 105 -#> 3204 VR2AR-546136 -5.665000 56.48650 105 -#> 3205 VR2AR-546136 -5.665000 56.48650 105 -#> 3206 VR2AR-546136 -5.665000 56.48650 105 -#> 3207 VR2AR-546136 -5.665000 56.48650 105 -#> 3208 VR2AR-546136 -5.665000 56.48650 105 -#> 3209 VR2AR-546136 -5.665000 56.48650 105 -#> 3210 VR2AR-546136 -5.665000 56.48650 105 -#> 3211 VR2AR-546136 -5.665000 56.48650 105 -#> 3212 VR2AR-546136 -5.665000 56.48650 105 -#> 3213 VR2AR-546136 -5.665000 56.48650 105 -#> 3214 VR2AR-546136 -5.665000 56.48650 105 -#> 3215 VR2AR-546136 -5.665000 56.48650 105 -#> 3216 VR2AR-546136 -5.665000 56.48650 105 -#> 3217 VR2W-107823 -5.691883 56.49690 25 -#> 3218 VR2W-107823 -5.691883 56.49690 25 -#> 3219 VR2W-107823 -5.691883 56.49690 25 -#> 3220 VR2W-107823 -5.691883 56.49690 25 -#> 3221 VR2W-107823 -5.691883 56.49690 25 -#> 3222 VR2W-107823 -5.691883 56.49690 25 -#> 3223 VR2W-107823 -5.691883 56.49690 25 -#> 3224 VR2W-107823 -5.691883 56.49690 25 -#> 3225 VR2W-107823 -5.691883 56.49690 25 -#> 3226 VR2W-107823 -5.691883 56.49690 25 -#> 3227 VR2W-107823 -5.691883 56.49690 25 -#> 3228 VR2W-113141 -5.755900 56.51000 50 -#> 3229 VR2W-113141 -5.755900 56.51000 50 -#> 3230 VR2W-113141 -5.755900 56.51000 50 -#> 3231 VR2W-113141 -5.755900 56.51000 50 -#> 3232 VR2W-113141 -5.755900 56.51000 50 -#> 3233 VR2W-113141 -5.755900 56.51000 50 -#> 3234 VR2W-113141 -5.755900 56.51000 50 -#> 3235 VR2W-113141 -5.755900 56.51000 50 -#> 3236 VR2W-113141 -5.755900 56.51000 50 -#> 3237 VR2W-107823 -5.691883 56.49690 25 -#> 3238 VR2W-107823 -5.691883 56.49690 25 -#> 3239 VR2W-107823 -5.691883 56.49690 25 -#> 3240 VR2W-107823 -5.691883 56.49690 25 -#> 3241 VR2W-108160 -5.704867 56.48890 25 -#> 3242 VR2W-108160 -5.704867 56.48890 25 -#> 3243 VR2W-108160 -5.704867 56.48890 25 -#> 3244 VR2W-108160 -5.704867 56.48890 25 -#> 3245 VR2W-108160 -5.704867 56.48890 25 -#> 3246 VR2W-108160 -5.704867 56.48890 25 -#> 3247 VR2W-108160 -5.704867 56.48890 25 -#> 3248 VR2W-108160 -5.704867 56.48890 25 -#> 3249 VR2W-108160 -5.704867 56.48890 25 -#> 3250 VR2W-108160 -5.704867 56.48890 25 -#> 3251 VR2W-108160 -5.704867 56.48890 25 -#> 3252 VR2W-108160 -5.704867 56.48890 25 -#> 3253 VR2W-108160 -5.704867 56.48890 25 -#> 3254 VR2W-108160 -5.704867 56.48890 25 -#> 3255 VR2W-108160 -5.704867 56.48890 25 -#> 3256 VR2W-108160 -5.704867 56.48890 25 -#> 3257 VR2W-108160 -5.704867 56.48890 25 -#> 3258 VR2W-108160 -5.704867 56.48890 25 -#> 3259 VR2W-108160 -5.704867 56.48890 25 -#> 3260 VR2W-108160 -5.704867 56.48890 25 -#> 3261 VR2W-108160 -5.704867 56.48890 25 -#> 3262 VR2W-108160 -5.704867 56.48890 25 -#> 3263 VR2W-108160 -5.704867 56.48890 25 -#> 3264 VR2W-108160 -5.704867 56.48890 25 -#> 3265 VR2AR-546136 -5.665000 56.48650 105 -#> 3266 VR2AR-546136 -5.665000 56.48650 105 -#> 3267 VR2AR-546136 -5.665000 56.48650 105 -#> 3268 VR2AR-546136 -5.665000 56.48650 105 -#> 3269 VR2AR-546136 -5.665000 56.48650 105 -#> 3270 VR2AR-546136 -5.665000 56.48650 105 -#> 3271 VR2AR-546136 -5.665000 56.48650 105 -#> 3272 VR2AR-546136 -5.665000 56.48650 105 -#> 3273 VR2AR-546136 -5.665000 56.48650 105 -#> 3274 VR2AR-546136 -5.665000 56.48650 105 -#> 3275 VR2AR-546136 -5.665000 56.48650 105 -#> 3276 VR2AR-546136 -5.665000 56.48650 105 -#> 3277 VR2AR-546136 -5.665000 56.48650 105 -#> 3278 VR2AR-546136 -5.665000 56.48650 105 -#> 3279 VR2AR-546136 -5.665000 56.48650 105 -#> 3280 VR2AR-546136 -5.665000 56.48650 105 -#> 3281 VR2AR-546136 -5.665000 56.48650 105 -#> 3282 VR2AR-546136 -5.665000 56.48650 105 -#> 3283 VR2AR-546136 -5.665000 56.48650 105 -#> 3284 VR2AR-546136 -5.665000 56.48650 105 -#> 3285 VR2AR-546136 -5.665000 56.48650 105 -#> 3286 VR2AR-546136 -5.665000 56.48650 105 -#> 3287 VR2AR-546136 -5.665000 56.48650 105 -#> 3288 VR2AR-546136 -5.665000 56.48650 105 -#> 3289 VR2AR-546136 -5.665000 56.48650 105 -#> 3290 VR2AR-546136 -5.665000 56.48650 105 -#> 3291 VR2W-108160 -5.704867 56.48890 25 -#> 3292 VR2W-108160 -5.704867 56.48890 25 -#> 3293 VR2W-108160 -5.704867 56.48890 25 -#> 3294 VR2W-108160 -5.704867 56.48890 25 -#> 3295 VR2W-108160 -5.704867 56.48890 25 -#> 3296 VR2W-113141 -5.755900 56.51000 50 -#> 3297 VR2W-113141 -5.755900 56.51000 50 -#> 3298 VR2W-113141 -5.755900 56.51000 50 -#> 3299 VR2W-113141 -5.755900 56.51000 50 -#> 3300 VR2W-113141 -5.755900 56.51000 50 -#> 3301 VR2W-113141 -5.755900 56.51000 50 -#> 3302 VR2W-113141 -5.755900 56.51000 50 -#> 3303 VR2W-113141 -5.755900 56.51000 50 -#> 3304 VR2W-113141 -5.755900 56.51000 50 -#> 3305 VR2W-113141 -5.755900 56.51000 50 -#> 3306 VR2W-113141 -5.755900 56.51000 50 -#> 3307 VR2W-113141 -5.755900 56.51000 50 -#> 3308 VR2W-113141 -5.755900 56.51000 50 -#> 3309 VR2W-113141 -5.755900 56.51000 50 -#> 3310 VR2W-113141 -5.755900 56.51000 50 -#> 3311 VR2W-113141 -5.755900 56.51000 50 -#> 3312 VR2W-113141 -5.755900 56.51000 50 -#> 3313 VR2W-113141 -5.755900 56.51000 50 -#> 3314 VR2W-113141 -5.755900 56.51000 50 -#> 3315 VR2W-113141 -5.755900 56.51000 50 -#> 3316 VR2W-113141 -5.755900 56.51000 50 -#> 3317 VR2W-113141 -5.755900 56.51000 50 -#> 3318 VR2W-113141 -5.755900 56.51000 50 -#> 3319 VR2W-113141 -5.755900 56.51000 50 -#> 3320 VR2W-113141 -5.755900 56.51000 50 -#> 3321 VR2W-113141 -5.755900 56.51000 50 -#> 3322 VR2W-113141 -5.755900 56.51000 50 -#> 3323 VR2W-113141 -5.755900 56.51000 50 -#> 3324 VR2W-113141 -5.755900 56.51000 50 -#> 3325 VR2W-113141 -5.755900 56.51000 50 -#> 3326 VR2W-113141 -5.755900 56.51000 50 -#> 3327 VR2W-113141 -5.755900 56.51000 50 -#> 3328 VR2W-113141 -5.755900 56.51000 50 -#> 3329 VR2W-113141 -5.755900 56.51000 50 -#> 3330 VR2W-113141 -5.755900 56.51000 50 -#> 3331 VR2W-113141 -5.755900 56.51000 50 -#> 3332 VR2W-113141 -5.755900 56.51000 50 -#> 3333 VR2W-113141 -5.755900 56.51000 50 -#> 3334 VR2W-113141 -5.755900 56.51000 50 -#> 3335 VR2W-113141 -5.755900 56.51000 50 -#> 3336 VR2W-113141 -5.755900 56.51000 50 -#> 3337 VR2W-113141 -5.755900 56.51000 50 -#> 3338 VR2W-113141 -5.755900 56.51000 50 -#> 3339 VR2W-113141 -5.755900 56.51000 50 -#> 3340 VR2W-113141 -5.755900 56.51000 50 -#> 3341 VR2W-113141 -5.755900 56.51000 50 -#> 3342 VR2W-113141 -5.755900 56.51000 50 -#> 3343 VR2W-113141 -5.755900 56.51000 50 -#> 3344 VR2W-113141 -5.755900 56.51000 50 -#> 3345 VR2W-113141 -5.755900 56.51000 50 -#> 3346 VR2W-113141 -5.755900 56.51000 50 -#> 3347 VR2W-113141 -5.755900 56.51000 50 -#> 3348 VR2W-113141 -5.755900 56.51000 50 -#> 3349 VR2W-113141 -5.755900 56.51000 50 -#> 3350 VR2W-113141 -5.755900 56.51000 50 -#> 3351 VR2W-113141 -5.755900 56.51000 50 -#> 3352 VR2W-113141 -5.755900 56.51000 50 -#> 3353 VR2W-113141 -5.755900 56.51000 50 -#> 3354 VR2W-113141 -5.755900 56.51000 50 -#> 3355 VR2W-113141 -5.755900 56.51000 50 -#> 3356 VR2W-113141 -5.755900 56.51000 50 -#> 3357 VR2W-113141 -5.755900 56.51000 50 -#> 3358 VR2W-113141 -5.755900 56.51000 50 -#> 3359 VR2W-113141 -5.755900 56.51000 50 -#> 3360 VR2W-113141 -5.755900 56.51000 50 -#> 3361 VR2W-113141 -5.755900 56.51000 50 -#> 3362 VR2W-113141 -5.755900 56.51000 50 -#> 3363 VR2W-113141 -5.755900 56.51000 50 -#> 3364 VR2W-113141 -5.755900 56.51000 50 -#> 3365 VR2W-113141 -5.755900 56.51000 50 -#> 3366 VR2W-113141 -5.755900 56.51000 50 -#> 3367 VR2W-113141 -5.755900 56.51000 50 -#> 3368 VR2W-113141 -5.755900 56.51000 50 -#> 3369 VR2W-113141 -5.755900 56.51000 50 -#> 3370 VR2W-113141 -5.755900 56.51000 50 -#> 3371 VR2W-113141 -5.755900 56.51000 50 -#> 3372 VR2W-113141 -5.755900 56.51000 50 -#> 3373 VR2W-113141 -5.755900 56.51000 50 -#> 3374 VR2W-113141 -5.755900 56.51000 50 -#> 3375 VR2W-113141 -5.755900 56.51000 50 -#> 3376 VR2W-113141 -5.755900 56.51000 50 -#> 3377 VR2W-113141 -5.755900 56.51000 50 -#> 3378 VR2W-113141 -5.755900 56.51000 50 -#> 3379 VR2W-113141 -5.755900 56.51000 50 -#> 3380 VR2W-113141 -5.755900 56.51000 50 -#> 3381 VR2W-113141 -5.755900 56.51000 50 -#> 3382 VR2W-113141 -5.755900 56.51000 50 -#> 3383 VR2W-113141 -5.755900 56.51000 50 -#> 3384 VR2W-113141 -5.755900 56.51000 50 -#> 3385 VR2W-113141 -5.755900 56.51000 50 -#> 3386 VR2W-113141 -5.755900 56.51000 50 -#> 3387 VR2W-113141 -5.755900 56.51000 50 -#> 3388 VR2W-113141 -5.755900 56.51000 50 -#> 3389 VR2W-113141 -5.755900 56.51000 50 -#> 3390 VR2W-113141 -5.755900 56.51000 50 -#> 3391 VR2W-113141 -5.755900 56.51000 50 -#> 3392 VR2W-113141 -5.755900 56.51000 50 -#> 3393 VR2W-113141 -5.755900 56.51000 50 -#> 3394 VR2W-113141 -5.755900 56.51000 50 -#> 3395 VR2W-113141 -5.755900 56.51000 50 -#> 3396 VR2W-113141 -5.755900 56.51000 50 -#> 3397 VR2W-113141 -5.755900 56.51000 50 -#> 3398 VR2W-113141 -5.755900 56.51000 50 -#> 3399 VR2W-113141 -5.755900 56.51000 50 -#> 3400 VR2W-113141 -5.755900 56.51000 50 -#> 3401 VR2W-113141 -5.755900 56.51000 50 -#> 3402 VR2W-113141 -5.755900 56.51000 50 -#> 3403 VR2W-113141 -5.755900 56.51000 50 -#> 3404 VR2W-113141 -5.755900 56.51000 50 -#> 3405 VR2W-113141 -5.755900 56.51000 50 -#> 3406 VR2W-113141 -5.755900 56.51000 50 -#> 3407 VR2W-113141 -5.755900 56.51000 50 -#> 3408 VR2W-113141 -5.755900 56.51000 50 -#> 3409 VR2W-113141 -5.755900 56.51000 50 -#> 3410 VR2W-113141 -5.755900 56.51000 50 -#> 3411 VR2W-113141 -5.755900 56.51000 50 -#> 3412 VR2W-113141 -5.755900 56.51000 50 -#> 3413 VR2W-113141 -5.755900 56.51000 50 -#> 3414 VR2W-113141 -5.755900 56.51000 50 -#> 3415 VR2W-113141 -5.755900 56.51000 50 -#> 3416 VR2W-113141 -5.755900 56.51000 50 -#> 3417 VR2W-113141 -5.755900 56.51000 50 -#> 3418 VR2W-113141 -5.755900 56.51000 50 -#> 3419 VR2W-113141 -5.755900 56.51000 50 -#> 3420 VR2W-113141 -5.755900 56.51000 50 -#> 3421 VR2W-113141 -5.755900 56.51000 50 -#> 3422 VR2W-113141 -5.755900 56.51000 50 -#> 3423 VR2W-113141 -5.755900 56.51000 50 -#> 3424 VR2W-113141 -5.755900 56.51000 50 -#> 3425 VR2W-113141 -5.755900 56.51000 50 -#> 3426 VR2W-113141 -5.755900 56.51000 50 -#> 3427 VR2W-113141 -5.755900 56.51000 50 -#> 3428 VR2W-113141 -5.755900 56.51000 50 -#> 3429 VR2W-113141 -5.755900 56.51000 50 -#> 3430 VR2W-113141 -5.755900 56.51000 50 -#> 3431 VR2W-113141 -5.755900 56.51000 50 -#> 3432 VR2W-113141 -5.755900 56.51000 50 -#> 3433 VR2W-113141 -5.755900 56.51000 50 -#> 3434 VR2W-113141 -5.755900 56.51000 50 -#> 3435 VR2W-113141 -5.755900 56.51000 50 -#> 3436 VR2W-113141 -5.755900 56.51000 50 -#> 3437 VR2W-113141 -5.755900 56.51000 50 -#> 3438 VR2W-113141 -5.755900 56.51000 50 -#> 3439 VR2W-113141 -5.755900 56.51000 50 -#> 3440 VR2W-113141 -5.755900 56.51000 50 -#> 3441 VR2W-113141 -5.755900 56.51000 50 -#> 3442 VR2W-113141 -5.755900 56.51000 50 -#> 3443 VR2W-113141 -5.755900 56.51000 50 -#> 3444 VR2W-113141 -5.755900 56.51000 50 -#> 3445 VR2W-113141 -5.755900 56.51000 50 -#> 3446 VR2W-113141 -5.755900 56.51000 50 -#> 3447 VR2W-113141 -5.755900 56.51000 50 -#> 3448 VR2W-113141 -5.755900 56.51000 50 -#> 3449 VR2W-113141 -5.755900 56.51000 50 -#> 3450 VR2W-113141 -5.755900 56.51000 50 -#> 3451 VR2W-113141 -5.755900 56.51000 50 -#> 3452 VR2W-113141 -5.755900 56.51000 50 -#> 3453 VR2W-113141 -5.755900 56.51000 50 -#> 3454 VR2W-113141 -5.755900 56.51000 50 -#> 3455 VR2W-113141 -5.755900 56.51000 50 -#> 3456 VR2W-113141 -5.755900 56.51000 50 -#> 3457 VR2W-113141 -5.755900 56.51000 50 -#> 3458 VR2W-113141 -5.755900 56.51000 50 -#> 3459 VR2W-113141 -5.755900 56.51000 50 -#> 3460 VR2W-113141 -5.755900 56.51000 50 -#> 3461 VR2W-113141 -5.755900 56.51000 50 -#> 3462 VR2W-113141 -5.755900 56.51000 50 -#> 3463 VR2W-113141 -5.755900 56.51000 50 -#> 3464 VR2W-113141 -5.755900 56.51000 50 -#> 3465 VR2W-113141 -5.755900 56.51000 50 -#> 3466 VR2W-113141 -5.755900 56.51000 50 -#> 3467 VR2W-113141 -5.755900 56.51000 50 -#> 3468 VR2W-113141 -5.755900 56.51000 50 -#> 3469 VR2W-113141 -5.755900 56.51000 50 -#> 3470 VR2W-113141 -5.755900 56.51000 50 -#> 3471 VR2W-113141 -5.755900 56.51000 50 -#> 3472 VR2W-113141 -5.755900 56.51000 50 -#> 3473 VR2W-113141 -5.755900 56.51000 50 -#> 3474 VR2W-113141 -5.755900 56.51000 50 -#> 3475 VR2W-113141 -5.755900 56.51000 50 -#> 3476 VR2W-113141 -5.755900 56.51000 50 -#> 3477 VR2W-113141 -5.755900 56.51000 50 -#> 3478 VR2W-113141 -5.755900 56.51000 50 -#> 3479 VR2W-113141 -5.755900 56.51000 50 -#> 3480 VR2W-113141 -5.755900 56.51000 50 -#> 3481 VR2W-113141 -5.755900 56.51000 50 -#> 3482 VR2W-113141 -5.755900 56.51000 50 -#> 3483 VR2W-113141 -5.755900 56.51000 50 -#> 3484 VR2W-113141 -5.755900 56.51000 50 -#> 3485 VR2W-113141 -5.755900 56.51000 50 -#> 3486 VR2W-113141 -5.755900 56.51000 50 -#> 3487 VR2W-113141 -5.755900 56.51000 50 -#> 3488 VR2W-113141 -5.755900 56.51000 50 -#> 3489 VR2W-113141 -5.755900 56.51000 50 -#> 3490 VR2W-113141 -5.755900 56.51000 50 -#> 3491 VR2W-113141 -5.755900 56.51000 50 -#> 3492 VR2W-113141 -5.755900 56.51000 50 -#> 3493 VR2W-113141 -5.755900 56.51000 50 -#> 3494 VR2W-113141 -5.755900 56.51000 50 -#> 3495 VR2W-113141 -5.755900 56.51000 50 -#> 3496 VR2W-113141 -5.755900 56.51000 50 -#> 3497 VR2W-113141 -5.755900 56.51000 50 -#> 3498 VR2W-113141 -5.755900 56.51000 50 -#> 3499 VR2W-113141 -5.755900 56.51000 50 -#> 3500 VR2W-113141 -5.755900 56.51000 50 -#> 3501 VR2W-113141 -5.755900 56.51000 50 -#> 3502 VR2W-113141 -5.755900 56.51000 50 -#> 3503 VR2W-113141 -5.755900 56.51000 50 -#> 3504 VR2W-113141 -5.755900 56.51000 50 -#> 3505 VR2W-113141 -5.755900 56.51000 50 -#> 3506 VR2W-113141 -5.755900 56.51000 50 -#> 3507 VR2W-113141 -5.755900 56.51000 50 -#> 3508 VR2W-113141 -5.755900 56.51000 50 -#> 3509 VR2W-113141 -5.755900 56.51000 50 -#> 3510 VR2W-113141 -5.755900 56.51000 50 -#> 3511 VR2W-113141 -5.755900 56.51000 50 -#> 3512 VR2W-113141 -5.755900 56.51000 50 -#> 3513 VR2W-113141 -5.755900 56.51000 50 -#> 3514 VR2W-113141 -5.755900 56.51000 50 -#> 3515 VR2W-113141 -5.755900 56.51000 50 -#> 3516 VR2W-113141 -5.755900 56.51000 50 -#> 3517 VR2W-113141 -5.755900 56.51000 50 -#> 3518 VR2W-113141 -5.755900 56.51000 50 -#> 3519 VR2W-113141 -5.755900 56.51000 50 -#> 3520 VR2W-113141 -5.755900 56.51000 50 -#> 3521 VR2W-113141 -5.755900 56.51000 50 -#> 3522 VR2W-113141 -5.755900 56.51000 50 -#> 3523 VR2W-113141 -5.755900 56.51000 50 -#> 3524 VR2W-113141 -5.755900 56.51000 50 -#> 3525 VR2W-113141 -5.755900 56.51000 50 -#> 3526 VR2W-113141 -5.755900 56.51000 50 -#> 3527 VR2W-113141 -5.755900 56.51000 50 -#> 3528 VR2W-113141 -5.755900 56.51000 50 -#> 3529 VR2W-113141 -5.755900 56.51000 50 -#> 3530 VR2W-113141 -5.755900 56.51000 50 -#> 3531 VR2W-113141 -5.755900 56.51000 50 -#> 3532 VR2W-113141 -5.755900 56.51000 50 -#> 3533 VR2W-113141 -5.755900 56.51000 50 -#> 3534 VR2W-113141 -5.755900 56.51000 50 -#> 3535 VR2W-113141 -5.755900 56.51000 50 -#> 3536 VR2W-113141 -5.755900 56.51000 50 -#> 3537 VR2W-113141 -5.755900 56.51000 50 -#> 3538 VR2W-113141 -5.755900 56.51000 50 -#> 3539 VR2W-113141 -5.755900 56.51000 50 -#> 3540 VR2W-113141 -5.755900 56.51000 50 -#> 3541 VR2W-113141 -5.755900 56.51000 50 -#> 3542 VR2W-113141 -5.755900 56.51000 50 -#> 3543 VR2W-113141 -5.755900 56.51000 50 -#> 3544 VR2W-113141 -5.755900 56.51000 50 -#> 3545 VR2W-113141 -5.755900 56.51000 50 -#> 3546 VR2W-113141 -5.755900 56.51000 50 -#> 3547 VR2W-113141 -5.755900 56.51000 50 -#> 3548 VR2W-113141 -5.755900 56.51000 50 -#> 3549 VR2W-113141 -5.755900 56.51000 50 -#> 3550 VR2W-113141 -5.755900 56.51000 50 -#> 3551 VR2W-113141 -5.755900 56.51000 50 -#> 3552 VR2W-113141 -5.755900 56.51000 50 -#> 3553 VR2W-113141 -5.755900 56.51000 50 -#> 3554 VR2W-113141 -5.755900 56.51000 50 -#> 3555 VR2W-113141 -5.755900 56.51000 50 -#> 3556 VR2W-113141 -5.755900 56.51000 50 -#> 3557 VR2W-113141 -5.755900 56.51000 50 -#> 3558 VR2W-113141 -5.755900 56.51000 50 -#> 3559 VR2W-113141 -5.755900 56.51000 50 -#> 3560 VR2W-113141 -5.755900 56.51000 50 -#> 3561 VR2W-113141 -5.755900 56.51000 50 -#> 3562 VR2W-113141 -5.755900 56.51000 50 -#> 3563 VR2W-113141 -5.755900 56.51000 50 -#> 3564 VR2W-113141 -5.755900 56.51000 50 -#> 3565 VR2W-113141 -5.755900 56.51000 50 -#> 3566 VR2W-113141 -5.755900 56.51000 50 -#> 3567 VR2W-113141 -5.755900 56.51000 50 -#> 3568 VR2W-113141 -5.755900 56.51000 50 -#> 3569 VR2W-113141 -5.755900 56.51000 50 -#> 3570 VR2W-113141 -5.755900 56.51000 50 -#> 3571 VR2W-113141 -5.755900 56.51000 50 -#> 3572 VR2W-113141 -5.755900 56.51000 50 -#> 3573 VR2W-113141 -5.755900 56.51000 50 -#> 3574 VR2W-113141 -5.755900 56.51000 50 -#> 3575 VR2W-113141 -5.755900 56.51000 50 -#> 3576 VR2W-113141 -5.755900 56.51000 50 -#> 3577 VR2W-113141 -5.755900 56.51000 50 -#> 3578 VR2W-113141 -5.755900 56.51000 50 -#> 3579 VR2W-113141 -5.755900 56.51000 50 -#> 3580 VR2W-113141 -5.755900 56.51000 50 -#> 3581 VR2W-113141 -5.755900 56.51000 50 -#> 3582 VR2W-113141 -5.755900 56.51000 50 -#> 3583 VR2W-113141 -5.755900 56.51000 50 -#> 3584 VR2W-113141 -5.755900 56.51000 50 -#> 3585 VR2W-113141 -5.755900 56.51000 50 -#> 3586 VR2W-113141 -5.755900 56.51000 50 -#> 3587 VR2W-113141 -5.755900 56.51000 50 -#> 3588 VR2W-113141 -5.755900 56.51000 50 -#> 3589 VR2W-113141 -5.755900 56.51000 50 -#> 3590 VR2W-113141 -5.755900 56.51000 50 -#> 3591 VR2W-113141 -5.755900 56.51000 50 -#> 3592 VR2W-113141 -5.755900 56.51000 50 -#> 3593 VR2W-113141 -5.755900 56.51000 50 -#> 3594 VR2W-113141 -5.755900 56.51000 50 -#> 3595 VR2W-113141 -5.755900 56.51000 50 -#> 3596 VR2W-113141 -5.755900 56.51000 50 -#> 3597 VR2W-113141 -5.755900 56.51000 50 -#> 3598 VR2W-113141 -5.755900 56.51000 50 -#> 3599 VR2W-113141 -5.755900 56.51000 50 -#> 3600 VR2W-113141 -5.755900 56.51000 50 -#> 3601 VR2W-113141 -5.755900 56.51000 50 -#> 3602 VR2W-113141 -5.755900 56.51000 50 -#> 3603 VR2W-113141 -5.755900 56.51000 50 -#> 3604 VR2W-113141 -5.755900 56.51000 50 -#> 3605 VR2W-113141 -5.755900 56.51000 50 -#> 3606 VR2W-113141 -5.755900 56.51000 50 -#> 3607 VR2W-113141 -5.755900 56.51000 50 -#> 3608 VR2W-113141 -5.755900 56.51000 50 -#> 3609 VR2W-113141 -5.755900 56.51000 50 -#> 3610 VR2W-113141 -5.755900 56.51000 50 -#> 3611 VR2W-113141 -5.755900 56.51000 50 -#> 3612 VR2W-113141 -5.755900 56.51000 50 -#> 3613 VR2W-113141 -5.755900 56.51000 50 -#> 3614 VR2W-113141 -5.755900 56.51000 50 -#> 3615 VR2W-113141 -5.755900 56.51000 50 -#> 3616 VR2W-113141 -5.755900 56.51000 50 -#> 3617 VR2W-113141 -5.755900 56.51000 50 -#> 3618 VR2W-113141 -5.755900 56.51000 50 -#> 3619 VR2W-113141 -5.755900 56.51000 50 -#> 3620 VR2W-113141 -5.755900 56.51000 50 -#> 3621 VR2W-113141 -5.755900 56.51000 50 -#> 3622 VR2W-113141 -5.755900 56.51000 50 -#> 3623 VR2W-113141 -5.755900 56.51000 50 -#> 3624 VR2W-113141 -5.755900 56.51000 50 -#> 3625 VR2W-113141 -5.755900 56.51000 50 -#> 3626 VR2W-113141 -5.755900 56.51000 50 -#> 3627 VR2W-113141 -5.755900 56.51000 50 -#> 3628 VR2W-113141 -5.755900 56.51000 50 -#> 3629 VR2W-113141 -5.755900 56.51000 50 -#> 3630 VR2W-113141 -5.755900 56.51000 50 -#> 3631 VR2W-113141 -5.755900 56.51000 50 -#> 3632 VR2W-113141 -5.755900 56.51000 50 -#> 3633 VR2W-113141 -5.755900 56.51000 50 -#> 3634 VR2W-113141 -5.755900 56.51000 50 -#> 3635 VR2W-113141 -5.755900 56.51000 50 -#> 3636 VR2W-113141 -5.755900 56.51000 50 -#> 3637 VR2W-113141 -5.755900 56.51000 50 -#> 3638 VR2W-113141 -5.755900 56.51000 50 -#> 3639 VR2W-113141 -5.755900 56.51000 50 -#> 3640 VR2W-113141 -5.755900 56.51000 50 -#> 3641 VR2W-113141 -5.755900 56.51000 50 -#> 3642 VR2W-113141 -5.755900 56.51000 50 -#> 3643 VR2W-113141 -5.755900 56.51000 50 -#> 3644 VR2W-113141 -5.755900 56.51000 50 -#> 3645 VR2W-113141 -5.755900 56.51000 50 -#> 3646 VR2W-113141 -5.755900 56.51000 50 -#> 3647 VR2W-113141 -5.755900 56.51000 50 -#> 3648 VR2W-113141 -5.755900 56.51000 50 -#> 3649 VR2W-113141 -5.755900 56.51000 50 -#> 3650 VR2W-113141 -5.755900 56.51000 50 -#> 3651 VR2W-113141 -5.755900 56.51000 50 -#> 3652 VR2W-113141 -5.755900 56.51000 50 -#> 3653 VR2W-113141 -5.755900 56.51000 50 -#> 3654 VR2W-113141 -5.755900 56.51000 50 -#> 3655 VR2W-113141 -5.755900 56.51000 50 -#> 3656 VR2W-113141 -5.755900 56.51000 50 -#> 3657 VR2W-113141 -5.755900 56.51000 50 -#> 3658 VR2W-113141 -5.755900 56.51000 50 -#> 3659 VR2W-113141 -5.755900 56.51000 50 -#> 3660 VR2W-113141 -5.755900 56.51000 50 -#> 3661 VR2W-113141 -5.755900 56.51000 50 -#> 3662 VR2W-113141 -5.755900 56.51000 50 -#> 3663 VR2W-113141 -5.755900 56.51000 50 -#> 3664 VR2W-113141 -5.755900 56.51000 50 -#> 3665 VR2W-113141 -5.755900 56.51000 50 -#> 3666 VR2W-113141 -5.755900 56.51000 50 -#> 3667 VR2W-113141 -5.755900 56.51000 50 -#> 3668 VR2W-113141 -5.755900 56.51000 50 -#> 3669 VR2W-113141 -5.755900 56.51000 50 -#> 3670 VR2W-113141 -5.755900 56.51000 50 -#> 3671 VR2W-113141 -5.755900 56.51000 50 -#> 3672 VR2W-113141 -5.755900 56.51000 50 -#> 3673 VR2W-113141 -5.755900 56.51000 50 -#> 3674 VR2W-113141 -5.755900 56.51000 50 -#> 3675 VR2W-113141 -5.755900 56.51000 50 -#> 3676 VR2W-113141 -5.755900 56.51000 50 -#> 3677 VR2W-113141 -5.755900 56.51000 50 -#> 3678 VR2W-113141 -5.755900 56.51000 50 -#> 3679 VR2W-113141 -5.755900 56.51000 50 -#> 3680 VR2W-113141 -5.755900 56.51000 50 -#> 3681 VR2W-113141 -5.755900 56.51000 50 -#> 3682 VR2W-113141 -5.755900 56.51000 50 -#> 3683 VR2W-113141 -5.755900 56.51000 50 -#> 3684 VR2W-113141 -5.755900 56.51000 50 -#> 3685 VR2W-113141 -5.755900 56.51000 50 -#> 3686 VR2W-113141 -5.755900 56.51000 50 -#> 3687 VR2W-113141 -5.755900 56.51000 50 -#> 3688 VR2W-113141 -5.755900 56.51000 50 -#> 3689 VR2W-113141 -5.755900 56.51000 50 -#> 3690 VR2W-113141 -5.755900 56.51000 50 -#> 3691 VR2W-113141 -5.755900 56.51000 50 -#> 3692 VR2W-113141 -5.755900 56.51000 50 -#> 3693 VR2W-113141 -5.755900 56.51000 50 -#> 3694 VR2W-113141 -5.755900 56.51000 50 -#> 3695 VR2W-113141 -5.755900 56.51000 50 -#> 3696 VR2W-113141 -5.755900 56.51000 50 -#> 3697 VR2W-113141 -5.755900 56.51000 50 -#> 3698 VR2W-113141 -5.755900 56.51000 50 -#> 3699 VR2W-113141 -5.755900 56.51000 50 -#> 3700 VR2W-113141 -5.755900 56.51000 50 -#> 3701 VR2W-113141 -5.755900 56.51000 50 -#> 3702 VR2W-113141 -5.755900 56.51000 50 -#> 3703 VR2W-113141 -5.755900 56.51000 50 -#> 3704 VR2W-113141 -5.755900 56.51000 50 -#> 3705 VR2W-113141 -5.755900 56.51000 50 -#> 3706 VR2W-113141 -5.755900 56.51000 50 -#> 3707 VR2W-113141 -5.755900 56.51000 50 -#> 3708 VR2W-113141 -5.755900 56.51000 50 -#> 3709 VR2W-113141 -5.755900 56.51000 50 -#> 3710 VR2W-113141 -5.755900 56.51000 50 -#> 3711 VR2W-113141 -5.755900 56.51000 50 -#> 3712 VR2W-113141 -5.755900 56.51000 50 -#> 3713 VR2W-113141 -5.755900 56.51000 50 -#> 3714 VR2W-113141 -5.755900 56.51000 50 -#> 3715 VR2W-113141 -5.755900 56.51000 50 -#> 3716 VR2W-113141 -5.755900 56.51000 50 -#> 3717 VR2W-113141 -5.755900 56.51000 50 -#> 3718 VR2W-113141 -5.755900 56.51000 50 -#> 3719 VR2W-113141 -5.755900 56.51000 50 -#> 3720 VR2W-113141 -5.755900 56.51000 50 -#> 3721 VR2W-113141 -5.755900 56.51000 50 -#> 3722 VR2W-113141 -5.755900 56.51000 50 -#> 3723 VR2W-113141 -5.755900 56.51000 50 -#> 3724 VR2W-113141 -5.755900 56.51000 50 -#> 3725 VR2W-113141 -5.755900 56.51000 50 -#> 3726 VR2W-113141 -5.755900 56.51000 50 -#> 3727 VR2W-113141 -5.755900 56.51000 50 -#> 3728 VR2W-113141 -5.755900 56.51000 50 -#> 3729 VR2W-113141 -5.755900 56.51000 50 -#> 3730 VR2W-113141 -5.755900 56.51000 50 -#> 3731 VR2W-113141 -5.755900 56.51000 50 -#> 3732 VR2W-113141 -5.755900 56.51000 50 -#> 3733 VR2W-113141 -5.755900 56.51000 50 -#> 3734 VR2W-113141 -5.755900 56.51000 50 -#> 3735 VR2W-113141 -5.755900 56.51000 50 -#> 3736 VR2W-113141 -5.755900 56.51000 50 -#> 3737 VR2W-113141 -5.755900 56.51000 50 -#> 3738 VR2W-113141 -5.755900 56.51000 50 -#> 3739 VR2W-113141 -5.755900 56.51000 50 -#> 3740 VR2W-113141 -5.755900 56.51000 50 -#> 3741 VR2W-113141 -5.755900 56.51000 50 -#> 3742 VR2W-113141 -5.755900 56.51000 50 -#> 3743 VR2W-113141 -5.755900 56.51000 50 -#> 3744 VR2W-113141 -5.755900 56.51000 50 -#> 3745 VR2W-113141 -5.755900 56.51000 50 -#> 3746 VR2W-113141 -5.755900 56.51000 50 -#> 3747 VR2W-113141 -5.755900 56.51000 50 -#> 3748 VR2W-113141 -5.755900 56.51000 50 -#> 3749 VR2W-113141 -5.755900 56.51000 50 -#> 3750 VR2W-113141 -5.755900 56.51000 50 -#> 3751 VR2W-113141 -5.755900 56.51000 50 -#> 3752 VR2W-113141 -5.755900 56.51000 50 -#> 3753 VR2W-113141 -5.755900 56.51000 50 -#> 3754 VR2W-113141 -5.755900 56.51000 50 -#> 3755 VR2W-113141 -5.755900 56.51000 50 -#> 3756 VR2W-113141 -5.755900 56.51000 50 -#> 3757 VR2W-113141 -5.755900 56.51000 50 -#> 3758 VR2W-113141 -5.755900 56.51000 50 -#> 3759 VR2W-113141 -5.755900 56.51000 50 -#> 3760 VR2W-113141 -5.755900 56.51000 50 -#> 3761 VR2W-113141 -5.755900 56.51000 50 -#> 3762 VR2W-113141 -5.755900 56.51000 50 -#> 3763 VR2W-113141 -5.755900 56.51000 50 -#> 3764 VR2W-113141 -5.755900 56.51000 50 -#> 3765 VR2W-113141 -5.755900 56.51000 50 -#> 3766 VR2W-113141 -5.755900 56.51000 50 -#> 3767 VR2W-113141 -5.755900 56.51000 50 -#> 3768 VR2W-113141 -5.755900 56.51000 50 -#> 3769 VR2W-113141 -5.755900 56.51000 50 -#> 3770 VR2W-113141 -5.755900 56.51000 50 -#> 3771 VR2W-113141 -5.755900 56.51000 50 -#> 3772 VR2W-113141 -5.755900 56.51000 50 -#> 3773 VR2W-113141 -5.755900 56.51000 50 -#> 3774 VR2W-113141 -5.755900 56.51000 50 -#> 3775 VR2W-113141 -5.755900 56.51000 50 -#> 3776 VR2W-113141 -5.755900 56.51000 50 -#> 3777 VR2W-113141 -5.755900 56.51000 50 -#> 3778 VR2W-113141 -5.755900 56.51000 50 -#> 3779 VR2W-113141 -5.755900 56.51000 50 -#> 3780 VR2W-113141 -5.755900 56.51000 50 -#> 3781 VR2W-113141 -5.755900 56.51000 50 -#> 3782 VR2W-113141 -5.755900 56.51000 50 -#> 3783 VR2W-113141 -5.755900 56.51000 50 -#> 3784 VR2W-113141 -5.755900 56.51000 50 -#> 3785 VR2W-113141 -5.755900 56.51000 50 -#> 3786 VR2W-113141 -5.755900 56.51000 50 -#> 3787 VR2W-113141 -5.755900 56.51000 50 -#> 3788 VR2W-113141 -5.755900 56.51000 50 -#> 3789 VR2W-113141 -5.755900 56.51000 50 -#> 3790 VR2W-113141 -5.755900 56.51000 50 -#> 3791 VR2W-113141 -5.755900 56.51000 50 -#> 3792 VR2W-113141 -5.755900 56.51000 50 -#> 3793 VR2W-113141 -5.755900 56.51000 50 -#> 3794 VR2W-113141 -5.755900 56.51000 50 -#> 3795 VR2W-113141 -5.755900 56.51000 50 -#> 3796 VR2W-113141 -5.755900 56.51000 50 -#> 3797 VR2W-113141 -5.755900 56.51000 50 -#> 3798 VR2W-113141 -5.755900 56.51000 50 -#> 3799 VR2W-113141 -5.755900 56.51000 50 -#> 3800 VR2W-113141 -5.755900 56.51000 50 -#> 3801 VR2W-113141 -5.755900 56.51000 50 -#> 3802 VR2W-113141 -5.755900 56.51000 50 -#> 3803 VR2W-113141 -5.755900 56.51000 50 -#> 3804 VR2W-113141 -5.755900 56.51000 50 -#> 3805 VR2W-113141 -5.755900 56.51000 50 -#> 3806 VR2W-113141 -5.755900 56.51000 50 -#> 3807 VR2W-113141 -5.755900 56.51000 50 -#> 3808 VR2W-113141 -5.755900 56.51000 50 -#> 3809 VR2W-113141 -5.755900 56.51000 50 -#> 3810 VR2W-113141 -5.755900 56.51000 50 -#> 3811 VR2W-113141 -5.755900 56.51000 50 -#> 3812 VR2W-113141 -5.755900 56.51000 50 -#> 3813 VR2W-113141 -5.755900 56.51000 50 -#> 3814 VR2W-113141 -5.755900 56.51000 50 -#> 3815 VR2W-113141 -5.755900 56.51000 50 -#> 3816 VR2W-113141 -5.755900 56.51000 50 -#> 3817 VR2W-113141 -5.755900 56.51000 50 -#> 3818 VR2W-113141 -5.755900 56.51000 50 -#> 3819 VR2W-113141 -5.755900 56.51000 50 -#> 3820 VR2W-113141 -5.755900 56.51000 50 -#> 3821 VR2W-113141 -5.755900 56.51000 50 -#> 3822 VR2W-113141 -5.755900 56.51000 50 -#> 3823 VR2W-113141 -5.755900 56.51000 50 -#> 3824 VR2W-113141 -5.755900 56.51000 50 -#> 3825 VR2W-113141 -5.755900 56.51000 50 -#> 3826 VR2W-113141 -5.755900 56.51000 50 -#> 3827 VR2W-113141 -5.755900 56.51000 50 -#> 3828 VR2W-113141 -5.755900 56.51000 50 -#> 3829 VR2W-113141 -5.755900 56.51000 50 -#> 3830 VR2W-113141 -5.755900 56.51000 50 -#> 3831 VR2W-113141 -5.755900 56.51000 50 -#> 3832 VR2W-113141 -5.755900 56.51000 50 -#> 3833 VR2W-113141 -5.755900 56.51000 50 -#> 3834 VR2W-108160 -5.704867 56.48890 25 -#> 3835 VR2W-108160 -5.704867 56.48890 25 -#> 3836 VR2W-108160 -5.704867 56.48890 25 -#> 3837 VR2W-108160 -5.704867 56.48890 25 -#> 3838 VR2W-108160 -5.704867 56.48890 25 -#> 3839 VR2W-108160 -5.704867 56.48890 25 -#> 3840 VR2W-108160 -5.704867 56.48890 25 -#> 3841 VR2W-108160 -5.704867 56.48890 25 -#> 3842 VR2W-108160 -5.704867 56.48890 25 -#> 3843 VR2W-108160 -5.704867 56.48890 25 -#> 3844 VR2W-108160 -5.704867 56.48890 25 -#> 3845 VR2W-108160 -5.704867 56.48890 25 -#> 3846 VR2W-108160 -5.704867 56.48890 25 -#> 3847 VR2W-108160 -5.704867 56.48890 25 -#> 3848 VR2AR-546136 -5.665000 56.48650 105 -#> 3849 VR2AR-546136 -5.665000 56.48650 105 -#> 3850 VR2AR-546136 -5.665000 56.48650 105 -#> 3851 VR2AR-546136 -5.665000 56.48650 105 -#> 3852 VR2AR-546136 -5.665000 56.48650 105 -#> 3853 VR2AR-546136 -5.665000 56.48650 105 -#> 3854 VR2AR-546136 -5.665000 56.48650 105 -#> 3855 VR2AR-546136 -5.665000 56.48650 105 -#> 3856 VR2AR-546136 -5.665000 56.48650 105 -#> 3857 VR2AR-546136 -5.665000 56.48650 105 -#> 3858 VR2AR-546136 -5.665000 56.48650 105 -#> 3859 VR2AR-546136 -5.665000 56.48650 105 -#> 3860 VR2AR-546136 -5.665000 56.48650 105 -#> 3861 VR2AR-546136 -5.665000 56.48650 105 -#> 3862 VR2AR-546136 -5.665000 56.48650 105 -#> 3863 VR2AR-546136 -5.665000 56.48650 105 -#> 3864 VR2AR-546136 -5.665000 56.48650 105 -#> 3865 VR2AR-546136 -5.665000 56.48650 105 -#> 3866 VR2AR-546136 -5.665000 56.48650 105 -#> 3867 VR2AR-546136 -5.665000 56.48650 105 -#> 3868 VR2AR-546136 -5.665000 56.48650 105 -#> 3869 VR2AR-546136 -5.665000 56.48650 105 -#> 3870 VR2AR-546136 -5.665000 56.48650 105 -#> 3871 VR2AR-546136 -5.665000 56.48650 105 -#> 3872 VR2AR-546136 -5.665000 56.48650 105 -#> 3873 VR2AR-546136 -5.665000 56.48650 105 -#> 3874 VR2AR-546136 -5.665000 56.48650 105 -#> 3875 VR2AR-546136 -5.665000 56.48650 105 -#> 3876 VR2W-108160 -5.704867 56.48890 25 -#> 3877 VR2W-108160 -5.704867 56.48890 25 -#> 3878 VR2W-108160 -5.704867 56.48890 25 -#> 3879 VR2W-108160 -5.704867 56.48890 25 -#> 3880 VR2W-108160 -5.704867 56.48890 25 -#> 3881 VR2W-108160 -5.704867 56.48890 25 -#> 3882 VR2W-108160 -5.704867 56.48890 25 -#> 3883 VR2W-108160 -5.704867 56.48890 25 -#> 3884 VR2W-108160 -5.704867 56.48890 25 -#> 3885 VR2W-108160 -5.704867 56.48890 25 -#> 3886 VR2W-108160 -5.704867 56.48890 25 -#> 3887 VR2W-108160 -5.704867 56.48890 25 -#> 3888 VR2W-108160 -5.704867 56.48890 25 -#> 3889 VR2W-108160 -5.704867 56.48890 25 -#> 3890 VR2W-108160 -5.704867 56.48890 25 -#> 3891 VR2W-108160 -5.704867 56.48890 25 -#> 3892 VR2W-108160 -5.704867 56.48890 25 -#> 3893 VR2W-108160 -5.704867 56.48890 25 -#> 3894 VR2W-108160 -5.704867 56.48890 25 -#> 3895 VR2W-108160 -5.704867 56.48890 25 -#> 3896 VR2W-108160 -5.704867 56.48890 25 -#> 3897 VR2W-108160 -5.704867 56.48890 25 -#> 3898 VR2W-108160 -5.704867 56.48890 25 -#> 3899 VR2W-108160 -5.704867 56.48890 25 -#> 3900 VR2W-108160 -5.704867 56.48890 25 -#> 3901 VR2W-108160 -5.704867 56.48890 25 -#> 3902 VR2W-108160 -5.704867 56.48890 25 -#> 3903 VR2W-108160 -5.704867 56.48890 25 -#> 3904 VR2W-108160 -5.704867 56.48890 25 -#> 3905 VR2W-108160 -5.704867 56.48890 25 -#> 3906 VR2W-108160 -5.704867 56.48890 25 -#> 3907 VR2W-108160 -5.704867 56.48890 25 -#> 3908 VR2W-108160 -5.704867 56.48890 25 -#> 3909 VR2W-108160 -5.704867 56.48890 25 -#> 3910 VR2W-108160 -5.704867 56.48890 25 -#> 3911 VR2W-108160 -5.704867 56.48890 25 -#> 3912 VR2W-108160 -5.704867 56.48890 25 -#> 3913 VR2W-108160 -5.704867 56.48890 25 -#> 3914 VR2W-108160 -5.704867 56.48890 25 -#> 3915 VR2W-108160 -5.704867 56.48890 25 -#> 3916 VR2W-108160 -5.704867 56.48890 25 -#> 3917 VR2W-108160 -5.704867 56.48890 25 -#> 3918 VR2AR-546136 -5.665000 56.48650 105 -#> 3919 VR2AR-546136 -5.665000 56.48650 105 -#> 3920 VR2AR-546136 -5.665000 56.48650 105 -#> 3921 VR2AR-546136 -5.665000 56.48650 105 -#> 3922 VR2AR-546136 -5.665000 56.48650 105 -#> 3923 VR2AR-546136 -5.665000 56.48650 105 -#> 3924 VR2AR-546136 -5.665000 56.48650 105 -#> 3925 VR2AR-546136 -5.665000 56.48650 105 -#> 3926 VR2AR-546136 -5.665000 56.48650 105 -#> 3927 VR2AR-546136 -5.665000 56.48650 105 -#> 3928 VR2AR-546136 -5.665000 56.48650 105 -#> 3929 VR2AR-546136 -5.665000 56.48650 105 -#> 3930 VR2AR-546136 -5.665000 56.48650 105 -#> 3931 VR2W-113141 -5.755900 56.51000 50 -#> 3932 VR2W-113141 -5.755900 56.51000 50 -#> 3933 VR2W-113141 -5.755900 56.51000 50 -#> 3934 VR2W-113141 -5.755900 56.51000 50 -#> 3935 VR2W-113141 -5.755900 56.51000 50 -#> 3936 VR2W-113141 -5.755900 56.51000 50 -#> 3937 VR2W-113141 -5.755900 56.51000 50 -#> 3938 VR2W-113141 -5.755900 56.51000 50 -#> 3939 VR2W-113141 -5.755900 56.51000 50 -#> 3940 VR2W-113141 -5.755900 56.51000 50 -#> 3941 VR2W-113141 -5.755900 56.51000 50 -#> 3942 VR2W-113141 -5.755900 56.51000 50 -#> 3943 VR2W-113141 -5.755900 56.51000 50 -#> 3944 VR2W-113141 -5.755900 56.51000 50 -#> 3945 VR2W-113141 -5.755900 56.51000 50 -#> 3946 VR2W-113141 -5.755900 56.51000 50 -#> 3947 VR2W-113141 -5.755900 56.51000 50 -#> 3948 VR2W-113141 -5.755900 56.51000 50 -#> 3949 VR2W-113141 -5.755900 56.51000 50 -#> 3950 VR2W-113141 -5.755900 56.51000 50 -#> 3951 VR2W-113141 -5.755900 56.51000 50 -#> 3952 VR2W-113141 -5.755900 56.51000 50 -#> 3953 VR2W-113141 -5.755900 56.51000 50 -#> 3954 VR2W-113141 -5.755900 56.51000 50 -#> 3955 VR2W-113141 -5.755900 56.51000 50 -#> 3956 VR2W-113141 -5.755900 56.51000 50 -#> 3957 VR2W-113141 -5.755900 56.51000 50 -#> 3958 VR2W-113141 -5.755900 56.51000 50 -#> 3959 VR2W-113141 -5.755900 56.51000 50 -#> 3960 VR2W-113141 -5.755900 56.51000 50 -#> 3961 VR2W-113141 -5.755900 56.51000 50 -#> 3962 VR2W-113141 -5.755900 56.51000 50 -#> 3963 VR2W-113141 -5.755900 56.51000 50 -#> 3964 VR2W-113141 -5.755900 56.51000 50 -#> 3965 VR2W-113141 -5.755900 56.51000 50 -#> 3966 VR2W-113141 -5.755900 56.51000 50 -#> 3967 VR2W-113141 -5.755900 56.51000 50 -#> 3968 VR2W-113141 -5.755900 56.51000 50 -#> 3969 VR2W-113141 -5.755900 56.51000 50 -#> 3970 VR2W-113141 -5.755900 56.51000 50 -#> 3971 VR2W-113141 -5.755900 56.51000 50 -#> 3972 VR2W-113141 -5.755900 56.51000 50 -#> 3973 VR2W-113141 -5.755900 56.51000 50 -#> 3974 VR2W-113141 -5.755900 56.51000 50 -#> 3975 VR2W-113141 -5.755900 56.51000 50 -#> 3976 VR2W-113141 -5.755900 56.51000 50 -#> 3977 VR2W-113141 -5.755900 56.51000 50 -#> 3978 VR2W-113141 -5.755900 56.51000 50 -#> 3979 VR2W-113141 -5.755900 56.51000 50 -#> 3980 VR2W-113141 -5.755900 56.51000 50 -#> 3981 VR2W-113141 -5.755900 56.51000 50 -#> 3982 VR2W-113141 -5.755900 56.51000 50 -#> 3983 VR2W-113141 -5.755900 56.51000 50 -#> 3984 VR2W-113141 -5.755900 56.51000 50 -#> 3985 VR2W-113141 -5.755900 56.51000 50 -#> 3986 VR2W-113141 -5.755900 56.51000 50 -#> 3987 VR2W-113141 -5.755900 56.51000 50 -#> 3988 VR2W-113141 -5.755900 56.51000 50 -#> 3989 VR2W-113141 -5.755900 56.51000 50 -#> 3990 VR2W-113141 -5.755900 56.51000 50 -#> 3991 VR2W-113141 -5.755900 56.51000 50 -#> 3992 VR2W-113141 -5.755900 56.51000 50 -#> 3993 VR2W-113141 -5.755900 56.51000 50 -#> 3994 VR2W-113141 -5.755900 56.51000 50 -#> 3995 VR2W-113141 -5.755900 56.51000 50 -#> 3996 VR2W-113141 -5.755900 56.51000 50 -#> 3997 VR2W-113141 -5.755900 56.51000 50 -#> 3998 VR2W-113141 -5.755900 56.51000 50 -#> 3999 VR2W-113141 -5.755900 56.51000 50 -#> 4000 VR2W-113141 -5.755900 56.51000 50 -#> 4001 VR2W-113141 -5.755900 56.51000 50 -#> 4002 VR2W-113141 -5.755900 56.51000 50 -#> 4003 VR2W-113141 -5.755900 56.51000 50 -#> 4004 VR2W-113141 -5.755900 56.51000 50 -#> 4005 VR2W-113141 -5.755900 56.51000 50 -#> 4006 VR2W-113141 -5.755900 56.51000 50 -#> 4007 VR2W-113141 -5.755900 56.51000 50 -#> 4008 VR2W-113141 -5.755900 56.51000 50 -#> 4009 VR2-6720 -5.627150 56.50808 50 -#> 4010 VR2-6720 -5.627150 56.50808 50 -#> 4011 VR2W-113898 -5.596367 56.51122 50 -#> 4012 VR2W-113898 -5.596367 56.51122 50 -#> 4013 VR2W-113898 -5.596367 56.51122 50 -#> 4014 VR2W-113898 -5.596367 56.51122 50 -#> 4015 VR2W-113898 -5.596367 56.51122 50 -#> 4016 VR2W-113898 -5.596367 56.51122 50 -#> 4017 VR2W-113898 -5.596367 56.51122 50 -#> 4018 VR2W-113898 -5.596367 56.51122 50 -#> 4019 VR2W-113898 -5.596367 56.51122 50 -#> 4020 VR2W-113898 -5.596367 56.51122 50 -#> 4021 VR2W-113898 -5.596367 56.51122 50 -#> 4022 VR2W-113898 -5.596367 56.51122 50 -#> 4023 VR2W-113898 -5.596367 56.51122 50 -#> 4024 VR2W-113898 -5.596367 56.51122 50 -#> 4025 VR2W-113898 -5.596367 56.51122 50 -#> 4026 VR2W-108160 -5.704867 56.48890 25 -#> 4027 VR2W-108160 -5.704867 56.48890 25 -#> 4028 VR2W-108160 -5.704867 56.48890 25 -#> 4029 VR2W-113141 -5.755900 56.51000 50 -#> 4030 VR2W-113141 -5.755900 56.51000 50 -#> 4031 VR2W-113141 -5.755900 56.51000 50 -#> 4032 VR2W-113141 -5.755900 56.51000 50 -#> 4033 VR2W-113141 -5.755900 56.51000 50 -#> 4034 VR2W-113141 -5.755900 56.51000 50 -#> 4035 VR2W-113141 -5.755900 56.51000 50 -#> 4036 VR2W-113141 -5.755900 56.51000 50 -#> 4037 VR2W-113141 -5.755900 56.51000 50 -#> 4038 VR2W-113141 -5.755900 56.51000 50 -#> 4039 VR2W-113141 -5.755900 56.51000 50 -#> 4040 VR2W-113141 -5.755900 56.51000 50 -#> 4041 VR2W-113141 -5.755900 56.51000 50 -#> 4042 VR2W-113141 -5.755900 56.51000 50 -#> 4043 VR2W-113141 -5.755900 56.51000 50 -#> 4044 VR2W-113141 -5.755900 56.51000 50 -#> 4045 VR2W-113141 -5.755900 56.51000 50 -#> 4046 VR2W-113141 -5.755900 56.51000 50 -#> 4047 VR2W-113141 -5.755900 56.51000 50 -#> 4048 VR2W-113141 -5.755900 56.51000 50 -#> 4049 VR2W-113141 -5.755900 56.51000 50 -#> 4050 VR2W-108160 -5.704867 56.48890 25 -#> 4051 VR2W-108160 -5.704867 56.48890 25 -#> 4052 VR2W-108160 -5.704867 56.48890 25 -#> 4053 VR2W-108160 -5.704867 56.48890 25 -#> 4054 VR2AR-546136 -5.665000 56.48650 105 -#> 4055 VR2AR-546136 -5.665000 56.48650 105 -#> 4056 VR2AR-546136 -5.665000 56.48650 105 -#> 4057 VR2AR-546136 -5.665000 56.48650 105 -#> 4058 VR2AR-546136 -5.665000 56.48650 105 -#> 4059 VR2AR-546136 -5.665000 56.48650 105 -#> 4060 VR2AR-546136 -5.665000 56.48650 105 -#> 4061 VR2AR-546136 -5.665000 56.48650 105 -#> 4062 VR2AR-546136 -5.665000 56.48650 105 -#> 4063 VR2AR-546136 -5.665000 56.48650 105 -#> 4064 VR2AR-546136 -5.665000 56.48650 105 -#> 4065 VR2AR-546136 -5.665000 56.48650 105 -#> 4066 VR2AR-546136 -5.665000 56.48650 105 -#> 4067 VR2AR-546136 -5.665000 56.48650 105 -#> 4068 VR2AR-546136 -5.665000 56.48650 105 -#> 4069 VR2AR-546136 -5.665000 56.48650 105 -#> 4070 VR2AR-546136 -5.665000 56.48650 105 -#> 4071 VR2AR-546136 -5.665000 56.48650 105 -#> 4072 VR2AR-546136 -5.665000 56.48650 105 -#> 4073 VR2AR-546136 -5.665000 56.48650 105 -#> 4074 VR2AR-546136 -5.665000 56.48650 105 -#> 4075 VR2AR-546136 -5.665000 56.48650 105 -#> 4076 VR2AR-546136 -5.665000 56.48650 105 -#> 4077 VR2AR-546136 -5.665000 56.48650 105 -#> 4078 VR2AR-546136 -5.665000 56.48650 105 -#> 4079 VR2AR-546136 -5.665000 56.48650 105 -#> 4080 VR2AR-546136 -5.665000 56.48650 105 -#> 4081 VR2AR-546136 -5.665000 56.48650 105 -#> 4082 VR2AR-546136 -5.665000 56.48650 105 -#> 4083 VR2AR-546136 -5.665000 56.48650 105 -#> 4084 VR2AR-546136 -5.665000 56.48650 105 -#> 4085 VR2AR-546136 -5.665000 56.48650 105 -#> 4086 VR2AR-546136 -5.665000 56.48650 105 -#> 4087 VR2AR-546136 -5.665000 56.48650 105 -#> 4088 VR2AR-546136 -5.665000 56.48650 105 -#> 4089 VR2AR-546136 -5.665000 56.48650 105 -#> 4090 VR2AR-546136 -5.665000 56.48650 105 -#> 4091 VR2AR-546136 -5.665000 56.48650 105 -#> 4092 VR2AR-546136 -5.665000 56.48650 105 -#> 4093 VR2AR-546136 -5.665000 56.48650 105 -#> 4094 VR2AR-546136 -5.665000 56.48650 105 -#> 4095 VR2AR-546136 -5.665000 56.48650 105 -#> 4096 VR2AR-546136 -5.665000 56.48650 105 -#> 4097 VR2AR-546136 -5.665000 56.48650 105 -#> 4098 VR2AR-546136 -5.665000 56.48650 105 -#> 4099 VR2AR-546136 -5.665000 56.48650 105 -#> 4100 VR2AR-546136 -5.665000 56.48650 105 -#> 4101 VR2AR-546136 -5.665000 56.48650 105 -#> 4102 VR2AR-546136 -5.665000 56.48650 105 -#> 4103 VR2AR-546136 -5.665000 56.48650 105 -#> 4104 VR2AR-546136 -5.665000 56.48650 105 -#> 4105 VR2AR-546136 -5.665000 56.48650 105 -#> 4106 VR2AR-546136 -5.665000 56.48650 105 -#> 4107 VR2AR-546136 -5.665000 56.48650 105 -#> 4108 VR2AR-546136 -5.665000 56.48650 105 -#> 4109 VR2AR-546136 -5.665000 56.48650 105 -#> 4110 VR2AR-546136 -5.665000 56.48650 105 -#> 4111 VR2AR-546136 -5.665000 56.48650 105 -#> 4112 VR2AR-546136 -5.665000 56.48650 105 -#> 4113 VR2AR-546136 -5.665000 56.48650 105 -#> 4114 VR2AR-546136 -5.665000 56.48650 105 -#> 4115 VR2AR-546136 -5.665000 56.48650 105 -#> 4116 VR2AR-546136 -5.665000 56.48650 105 -#> 4117 VR2AR-546136 -5.665000 56.48650 105 -#> 4118 VR2AR-546136 -5.665000 56.48650 105 -#> 4119 VR2AR-546136 -5.665000 56.48650 105 -#> 4120 VR2AR-546136 -5.665000 56.48650 105 -#> 4121 VR2AR-546136 -5.665000 56.48650 105 -#> 4122 VR2AR-546136 -5.665000 56.48650 105 -#> 4123 VR2AR-546136 -5.665000 56.48650 105 -#> 4124 VR2AR-546136 -5.665000 56.48650 105 -#> 4125 VR2AR-546136 -5.665000 56.48650 105 -#> 4126 VR2AR-546136 -5.665000 56.48650 105 -#> 4127 VR2AR-546136 -5.665000 56.48650 105 -#> 4128 VR2AR-546136 -5.665000 56.48650 105 -#> 4129 VR2AR-546136 -5.665000 56.48650 105 -#> 4130 VR2AR-546136 -5.665000 56.48650 105 -#> 4131 VR2AR-546136 -5.665000 56.48650 105 -#> 4132 VR2AR-546136 -5.665000 56.48650 105 -#> 4133 VR2AR-546136 -5.665000 56.48650 105 -#> 4134 VR2AR-546136 -5.665000 56.48650 105 -#> 4135 VR2AR-546136 -5.665000 56.48650 105 -#> 4136 VR2AR-546136 -5.665000 56.48650 105 -#> 4137 VR2AR-546136 -5.665000 56.48650 105 -#> 4138 VR2AR-546136 -5.665000 56.48650 105 -#> 4139 VR2AR-546136 -5.665000 56.48650 105 -#> 4140 VR2AR-546136 -5.665000 56.48650 105 -#> 4141 VR2-6720 -5.627150 56.50808 50 -#> 4142 VR2-6720 -5.627150 56.50808 50 -#> 4143 VR2-6720 -5.627150 56.50808 50 -#> 4144 VR2AR-546136 -5.665000 56.48650 105 -#> 4145 VR2AR-546136 -5.665000 56.48650 105 -#> 4146 VR2AR-546136 -5.665000 56.48650 105 -#> 4147 VR2AR-546136 -5.665000 56.48650 105 -#> 4148 VR2AR-546136 -5.665000 56.48650 105 -#> 4149 VR2AR-546136 -5.665000 56.48650 105 -#> 4150 VR2AR-546136 -5.665000 56.48650 105 -#> 4151 VR2AR-546136 -5.665000 56.48650 105 -#> 4152 VR2AR-546136 -5.665000 56.48650 105 -#> 4153 VR2AR-546136 -5.665000 56.48650 105 -#> 4154 VR2AR-546136 -5.665000 56.48650 105 -#> 4155 VR2AR-546136 -5.665000 56.48650 105 -#> 4156 VR2AR-546136 -5.665000 56.48650 105 -#> 4157 VR2AR-546136 -5.665000 56.48650 105 -#> 4158 VR2AR-546136 -5.665000 56.48650 105 -#> 4159 VR2AR-546136 -5.665000 56.48650 105 -#> 4160 VR2AR-546136 -5.665000 56.48650 105 -#> 4161 VR2AR-546136 -5.665000 56.48650 105 -#> 4162 VR2AR-546136 -5.665000 56.48650 105 -#> 4163 VR2AR-546136 -5.665000 56.48650 105 -#> 4164 VR2AR-546136 -5.665000 56.48650 105 -#> 4165 VR2AR-546136 -5.665000 56.48650 105 -#> 4166 VR2AR-546136 -5.665000 56.48650 105 -#> 4167 VR2AR-546136 -5.665000 56.48650 105 -#> 4168 VR2AR-546136 -5.665000 56.48650 105 -#> 4169 VR2AR-546136 -5.665000 56.48650 105 -#> 4170 VR2AR-546136 -5.665000 56.48650 105 -#> 4171 VR2AR-546136 -5.665000 56.48650 105 -#> 4172 VR2AR-546136 -5.665000 56.48650 105 -#> 4173 VR2AR-546136 -5.665000 56.48650 105 -#> 4174 VR2AR-546136 -5.665000 56.48650 105 -#> 4175 VR2AR-546136 -5.665000 56.48650 105 -#> 4176 VR2AR-546136 -5.665000 56.48650 105 -#> 4177 VR2AR-546136 -5.665000 56.48650 105 -#> 4178 VR2AR-546136 -5.665000 56.48650 105 -#> 4179 VR2AR-546136 -5.665000 56.48650 105 -#> 4180 VR2AR-546136 -5.665000 56.48650 105 -#> 4181 VR2AR-546136 -5.665000 56.48650 105 -#> 4182 VR2AR-546136 -5.665000 56.48650 105 -#> 4183 VR2AR-546136 -5.665000 56.48650 105 -#> 4184 VR2AR-546136 -5.665000 56.48650 105 -#> 4185 VR2AR-546136 -5.665000 56.48650 105 -#> 4186 VR2AR-546136 -5.665000 56.48650 105 -#> 4187 VR2AR-546136 -5.665000 56.48650 105 -#> 4188 VR2AR-546136 -5.665000 56.48650 105 -#> 4189 VR2AR-546136 -5.665000 56.48650 105 -#> 4190 VR2AR-546136 -5.665000 56.48650 105 -#> 4191 VR2AR-546136 -5.665000 56.48650 105 -#> 4192 VR2AR-546136 -5.665000 56.48650 105 -#> 4193 VR2AR-546136 -5.665000 56.48650 105 -#> 4194 VR2AR-546136 -5.665000 56.48650 105 -#> 4195 VR2AR-546136 -5.665000 56.48650 105 -#> 4196 VR2AR-546136 -5.665000 56.48650 105 -#> 4197 VR2AR-546136 -5.665000 56.48650 105 -#> 4198 VR2AR-546136 -5.665000 56.48650 105 -#> 4199 VR2AR-546136 -5.665000 56.48650 105 -#> 4200 VR2AR-546136 -5.665000 56.48650 105 -#> 4201 VR2AR-546136 -5.665000 56.48650 105 -#> 4202 VR2AR-546136 -5.665000 56.48650 105 -#> 4203 VR2AR-546136 -5.665000 56.48650 105 -#> 4204 VR2W-108160 -5.704867 56.48890 25 -#> 4205 VR2W-108160 -5.704867 56.48890 25 -#> 4206 VR2W-108160 -5.704867 56.48890 25 -#> 4207 VR2W-108160 -5.704867 56.48890 25 -#> 4208 VR2W-108160 -5.704867 56.48890 25 -#> 4209 VR2W-108160 -5.704867 56.48890 25 -#> 4210 VR2W-108160 -5.704867 56.48890 25 -#> 4211 VR2W-108160 -5.704867 56.48890 25 -#> 4212 VR2W-108160 -5.704867 56.48890 25 -#> 4213 VR2W-108160 -5.704867 56.48890 25 -#> 4214 VR2W-108160 -5.704867 56.48890 25 -#> 4215 VR2W-108160 -5.704867 56.48890 25 -#> 4216 VR2W-108160 -5.704867 56.48890 25 -#> 4217 VR2W-108160 -5.704867 56.48890 25 -#> 4218 VR2W-108160 -5.704867 56.48890 25 -#> 4219 VR2AR-546136 -5.665000 56.48650 105 -#> 4220 VR2AR-546136 -5.665000 56.48650 105 -#> 4221 VR2AR-546136 -5.665000 56.48650 105 -#> 4222 VR2AR-546136 -5.665000 56.48650 105 -#> 4223 VR2AR-546136 -5.665000 56.48650 105 -#> 4224 VR2AR-546136 -5.665000 56.48650 105 -#> 4225 VR2AR-546136 -5.665000 56.48650 105 -#> 4226 VR2AR-546136 -5.665000 56.48650 105 -#> 4227 VR2AR-546136 -5.665000 56.48650 105 -#> 4228 VR2AR-546136 -5.665000 56.48650 105 -#> 4229 VR2AR-546136 -5.665000 56.48650 105 -#> 4230 VR2AR-546136 -5.665000 56.48650 105 -#> 4231 VR2AR-546136 -5.665000 56.48650 105 -#> 4232 VR2AR-546136 -5.665000 56.48650 105 -#> 4233 VR2AR-546136 -5.665000 56.48650 105 -#> 4234 VR2AR-546136 -5.665000 56.48650 105 -#> 4235 VR2AR-546136 -5.665000 56.48650 105 -#> 4236 VR2AR-546136 -5.665000 56.48650 105 -#> 4237 VR2AR-546136 -5.665000 56.48650 105 -#> 4238 VR2AR-546136 -5.665000 56.48650 105 -#> 4239 VR2AR-546136 -5.665000 56.48650 105 -#> 4240 VR2AR-546136 -5.665000 56.48650 105 -#> 4241 VR2AR-546136 -5.665000 56.48650 105 -#> 4242 VR2AR-546136 -5.665000 56.48650 105 -#> 4243 VR2AR-546136 -5.665000 56.48650 105 -#> 4244 VR2AR-546136 -5.665000 56.48650 105 -#> 4245 VR2AR-546136 -5.665000 56.48650 105 -#> 4246 VR2AR-546136 -5.665000 56.48650 105 -#> 4247 VR2AR-546136 -5.665000 56.48650 105 -#> 4248 VR2AR-546136 -5.665000 56.48650 105 -#> 4249 VR2AR-546136 -5.665000 56.48650 105 -#> 4250 VR2AR-546136 -5.665000 56.48650 105 -#> 4251 VR2AR-546136 -5.665000 56.48650 105 -#> 4252 VR2AR-546136 -5.665000 56.48650 105 -#> 4253 VR2AR-546136 -5.665000 56.48650 105 -#> 4254 VR2AR-546136 -5.665000 56.48650 105 -#> 4255 VR2-6720 -5.627150 56.50808 50 -#> 4256 VR2-6720 -5.627150 56.50808 50 -#> 4257 VR2-6720 -5.627150 56.50808 50 -#> 4258 VR2-6720 -5.627150 56.50808 50 -#> 4259 VR2-6720 -5.627150 56.50808 50 -#> 4260 VR2-6720 -5.627150 56.50808 50 -#> 4261 VR2-6720 -5.627150 56.50808 50 -#> 4262 VR2-6720 -5.627150 56.50808 50 -#> 4263 VR2-6720 -5.627150 56.50808 50 -#> 4264 VR2-6720 -5.627150 56.50808 50 -#> 4265 VR2-6720 -5.627150 56.50808 50 -#> 4266 VR2-6720 -5.627150 56.50808 50 -#> 4267 VR2-6720 -5.627150 56.50808 50 -#> 4268 VR2-6720 -5.627150 56.50808 50 -#> 4269 VR2-6720 -5.627150 56.50808 50 -#> 4270 VR2-6720 -5.627150 56.50808 50 -#> 4271 VR2-6720 -5.627150 56.50808 50 -#> 4272 VR2-6720 -5.627150 56.50808 50 -#> 4273 VR2-6720 -5.627150 56.50808 50 -#> 4274 VR2-6720 -5.627150 56.50808 50 -#> 4275 VR2-6720 -5.627150 56.50808 50 -#> 4276 VR2AR-546136 -5.665000 56.48650 105 -#> 4277 VR2AR-546136 -5.665000 56.48650 105 -#> 4278 VR2AR-546136 -5.665000 56.48650 105 -#> 4279 VR2AR-546136 -5.665000 56.48650 105 -#> 4280 VR2AR-546136 -5.665000 56.48650 105 -#> 4281 VR2AR-546136 -5.665000 56.48650 105 -#> 4282 VR2AR-546136 -5.665000 56.48650 105 -#> 4283 VR2AR-546136 -5.665000 56.48650 105 -#> 4284 VR2AR-546136 -5.665000 56.48650 105 -#> 4285 VR2AR-546136 -5.665000 56.48650 105 -#> 4286 VR2AR-546136 -5.665000 56.48650 105 -#> 4287 VR2AR-546136 -5.665000 56.48650 105 -#> 4288 VR2AR-546136 -5.665000 56.48650 105 -#> 4289 VR2AR-546136 -5.665000 56.48650 105 -#> 4290 VR2AR-546136 -5.665000 56.48650 105 -#> 4291 VR2AR-546136 -5.665000 56.48650 105 -#> 4292 VR2AR-546136 -5.665000 56.48650 105 -#> 4293 VR2AR-546134 -5.628000 56.45650 40 -#> 4294 VR2AR-546134 -5.628000 56.45650 40 -#> 4295 VR2AR-546134 -5.628000 56.45650 40 -#> 4296 VR2AR-546134 -5.628000 56.45650 40 -#> 4297 VR2AR-546134 -5.628000 56.45650 40 -#> 4298 VR2AR-546134 -5.628000 56.45650 40 -#> 4299 VR2AR-546134 -5.628000 56.45650 40 -#> 4300 VR2AR-546134 -5.628000 56.45650 40 -#> 4301 VR2AR-546134 -5.628000 56.45650 40 -#> 4302 VR2AR-546134 -5.628000 56.45650 40 -#> 4303 VR2AR-546134 -5.628000 56.45650 40 -#> 4304 VR2AR-546134 -5.628000 56.45650 40 -#> 4305 VR2AR-546134 -5.628000 56.45650 40 -#> 4306 VR2AR-546134 -5.628000 56.45650 40 -#> 4307 VR2AR-546134 -5.628000 56.45650 40 -#> 4308 VR2AR-546134 -5.628000 56.45650 40 -#> 4309 VR2AR-546134 -5.628000 56.45650 40 -#> 4310 VR2AR-546134 -5.628000 56.45650 40 -#> 4311 VR2AR-546134 -5.628000 56.45650 40 -#> 4312 VR2AR-546134 -5.628000 56.45650 40 -#> 4313 VR2AR-546134 -5.628000 56.45650 40 -#> 4314 VR2AR-546134 -5.628000 56.45650 40 -#> 4315 VR2W-108160 -5.704867 56.48890 25 -#> 4316 VR2W-108160 -5.704867 56.48890 25 -#> 4317 VR2W-108160 -5.704867 56.48890 25 -#> 4318 VR2W-108160 -5.704867 56.48890 25 -#> 4319 VR2W-108160 -5.704867 56.48890 25 -#> 4320 VR2W-108160 -5.704867 56.48890 25 -#> 4321 VR2W-108160 -5.704867 56.48890 25 -#> 4322 VR2W-108160 -5.704867 56.48890 25 -#> 4323 VR2W-108160 -5.704867 56.48890 25 -#> 4324 VR2W-108160 -5.704867 56.48890 25 -#> 4325 VR2W-108160 -5.704867 56.48890 25 -#> 4326 VR2W-108160 -5.704867 56.48890 25 -#> 4327 VR2W-108160 -5.704867 56.48890 25 -#> 4328 VR2W-108160 -5.704867 56.48890 25 -#> 4329 VR2W-108160 -5.704867 56.48890 25 -#> 4330 VR2AR-546136 -5.665000 56.48650 105 -#> 4331 VR2AR-546136 -5.665000 56.48650 105 -#> 4332 VR2AR-546136 -5.665000 56.48650 105 -#> 4333 VR2AR-546136 -5.665000 56.48650 105 -#> 4334 VR2AR-546136 -5.665000 56.48650 105 -#> 4335 VR2AR-546136 -5.665000 56.48650 105 -#> 4336 VR2AR-546136 -5.665000 56.48650 105 -#> 4337 VR2AR-546136 -5.665000 56.48650 105 -#> 4338 VR2AR-546136 -5.665000 56.48650 105 -#> 4339 VR2AR-546136 -5.665000 56.48650 105 -#> 4340 VR2AR-546136 -5.665000 56.48650 105 -#> 4341 VR2AR-546136 -5.665000 56.48650 105 -#> 4342 VR2AR-546136 -5.665000 56.48650 105 -#> 4343 VR2AR-546136 -5.665000 56.48650 105 -#> 4344 VR2AR-546136 -5.665000 56.48650 105 -#> 4345 VR2AR-546136 -5.665000 56.48650 105 -#> 4346 VR2AR-546136 -5.665000 56.48650 105 -#> 4347 VR2AR-546136 -5.665000 56.48650 105 -#> 4348 VR2AR-546136 -5.665000 56.48650 105 -#> 4349 VR2AR-546136 -5.665000 56.48650 105 -#> 4350 VR2AR-546136 -5.665000 56.48650 105 -#> 4351 VR2AR-546136 -5.665000 56.48650 105 -#> 4352 VR2-6720 -5.627150 56.50808 50 -#> 4353 VR2-6720 -5.627150 56.50808 50 -#> 4354 VR2-6720 -5.627150 56.50808 50 -#> 4355 VR2-6720 -5.627150 56.50808 50 -#> 4356 VR2-6720 -5.627150 56.50808 50 -#> 4357 VR2-6720 -5.627150 56.50808 50 -#> 4358 VR2-6720 -5.627150 56.50808 50 -#> 4359 VR2-6720 -5.627150 56.50808 50 -#> 4360 VR2-6720 -5.627150 56.50808 50 -#> 4361 VR2-6720 -5.627150 56.50808 50 -#> 4362 VR2-6720 -5.627150 56.50808 50 -#> 4363 VR2-6720 -5.627150 56.50808 50 -#> 4364 VR2-6720 -5.627150 56.50808 50 -#> 4365 VR2-6720 -5.627150 56.50808 50 -#> 4366 VR2-6720 -5.627150 56.50808 50 -#> 4367 VR2-6720 -5.627150 56.50808 50 -#> 4368 VR2-6720 -5.627150 56.50808 50 -#> 4369 VR2-6720 -5.627150 56.50808 50 -#> 4370 VR2-6720 -5.627150 56.50808 50 -#> 4371 VR2-6720 -5.627150 56.50808 50 -#> 4372 VR2-6720 -5.627150 56.50808 50 -#> 4373 VR2-6720 -5.627150 56.50808 50 -#> 4374 VR2-6720 -5.627150 56.50808 50 -#> 4375 VR2-6720 -5.627150 56.50808 50 -#> 4376 VR2-6720 -5.627150 56.50808 50 -#> 4377 VR2-6720 -5.627150 56.50808 50 -#> 4378 VR2-6720 -5.627150 56.50808 50 -#> 4379 VR2-6720 -5.627150 56.50808 50 -#> 4380 VR2-6720 -5.627150 56.50808 50 -#> 4381 VR2-6720 -5.627150 56.50808 50 -#> 4382 VR2-6720 -5.627150 56.50808 50 -#> 4383 VR2-6720 -5.627150 56.50808 50 -#> 4384 VR2AR-546134 -5.628000 56.45650 40 -#> 4385 VR2AR-546134 -5.628000 56.45650 40 -#> 4386 VR2AR-546134 -5.628000 56.45650 40 -#> 4387 VR2AR-546134 -5.628000 56.45650 40 -#> 4388 VR2AR-546134 -5.628000 56.45650 40 -#> 4389 VR2AR-546134 -5.628000 56.45650 40 -#> 4390 VR2AR-546134 -5.628000 56.45650 40 -#> 4391 VR2AR-546134 -5.628000 56.45650 40 -#> 4392 VR2AR-546134 -5.628000 56.45650 40 -#> 4393 VR2AR-546134 -5.628000 56.45650 40 -#> 4394 VR2AR-546134 -5.628000 56.45650 40 -#> 4395 VR2AR-546134 -5.628000 56.45650 40 -#> 4396 VR2AR-546134 -5.628000 56.45650 40 -#> 4397 VR2AR-546134 -5.628000 56.45650 40 -#> 4398 VR2AR-546134 -5.628000 56.45650 40 -#> 4399 VR2AR-546134 -5.628000 56.45650 40 -#> 4400 VR2AR-546134 -5.628000 56.45650 40 -#> 4401 VR2AR-546134 -5.628000 56.45650 40 -#> 4402 VR2AR-546134 -5.628000 56.45650 40 -#> 4403 VR2AR-546134 -5.628000 56.45650 40 -#> 4404 VR2AR-546134 -5.628000 56.45650 40 -#> 4405 VR2AR-546136 -5.665000 56.48650 105 -#> 4406 VR2AR-546136 -5.665000 56.48650 105 -#> 4407 VR2AR-546136 -5.665000 56.48650 105 -#> 4408 VR2AR-546136 -5.665000 56.48650 105 -#> 4409 VR2AR-546136 -5.665000 56.48650 105 -#> 4410 VR2AR-546136 -5.665000 56.48650 105 -#> 4411 VR2AR-546136 -5.665000 56.48650 105 -#> 4412 VR2AR-546136 -5.665000 56.48650 105 -#> 4413 VR2AR-546136 -5.665000 56.48650 105 -#> 4414 VR2W-108160 -5.704867 56.48890 25 -#> 4415 VR2W-108160 -5.704867 56.48890 25 -#> 4416 VR2W-108160 -5.704867 56.48890 25 -#> 4417 VR2W-108160 -5.704867 56.48890 25 -#> 4418 VR2W-108160 -5.704867 56.48890 25 -#> 4419 VR2W-108160 -5.704867 56.48890 25 -#> 4420 VR2W-108160 -5.704867 56.48890 25 -#> 4421 VR2W-108160 -5.704867 56.48890 25 -#> 4422 VR2W-108160 -5.704867 56.48890 25 -#> 4423 VR2W-108160 -5.704867 56.48890 25 -#> 4424 VR2W-108160 -5.704867 56.48890 25 -#> 4425 VR2W-108160 -5.704867 56.48890 25 -#> 4426 VR2W-108160 -5.704867 56.48890 25 -#> 4427 VR2W-108160 -5.704867 56.48890 25 -#> 4428 VR2W-108160 -5.704867 56.48890 25 -#> 4429 VR2W-108160 -5.704867 56.48890 25 -#> 4430 VR2W-108160 -5.704867 56.48890 25 -#> 4431 VR2W-108160 -5.704867 56.48890 25 -#> 4432 VR2W-108160 -5.704867 56.48890 25 -#> 4433 VR2W-108160 -5.704867 56.48890 25 -#> 4434 VR2W-108160 -5.704867 56.48890 25 -#> 4435 VR2W-108160 -5.704867 56.48890 25 -#> 4436 VR2W-108160 -5.704867 56.48890 25 -#> 4437 VR2W-108160 -5.704867 56.48890 25 -#> 4438 VR2AR-546136 -5.665000 56.48650 105 -#> 4439 VR2AR-546136 -5.665000 56.48650 105 -#> 4440 VR2AR-546136 -5.665000 56.48650 105 -#> 4441 VR2AR-546136 -5.665000 56.48650 105 -#> 4442 VR2AR-546136 -5.665000 56.48650 105 -#> 4443 VR2AR-546136 -5.665000 56.48650 105 -#> 4444 VR2AR-546136 -5.665000 56.48650 105 -#> 4445 VR2AR-546136 -5.665000 56.48650 105 -#> 4446 VR2AR-546136 -5.665000 56.48650 105 -#> 4447 VR2AR-546136 -5.665000 56.48650 105 -#> 4448 VR2AR-546136 -5.665000 56.48650 105 -#> 4449 VR2AR-546136 -5.665000 56.48650 105 -#> 4450 VR2AR-546136 -5.665000 56.48650 105 -#> 4451 VR2AR-546136 -5.665000 56.48650 105 -#> 4452 VR2AR-546136 -5.665000 56.48650 105 -#> 4453 VR2AR-546136 -5.665000 56.48650 105 -#> 4454 VR2AR-546136 -5.665000 56.48650 105 -#> 4455 VR2AR-546136 -5.665000 56.48650 105 -#> 4456 VR2AR-546136 -5.665000 56.48650 105 -#> 4457 VR2AR-546136 -5.665000 56.48650 105 -#> 4458 VR2AR-546136 -5.665000 56.48650 105 -#> 4459 VR2AR-546136 -5.665000 56.48650 105 -#> 4460 VR2AR-546136 -5.665000 56.48650 105 -#> 4461 VR2AR-546136 -5.665000 56.48650 105 -#> 4462 VR2AR-546136 -5.665000 56.48650 105 -#> 4463 VR2AR-546136 -5.665000 56.48650 105 -#> 4464 VR2AR-546136 -5.665000 56.48650 105 -#> 4465 VR2AR-546136 -5.665000 56.48650 105 -#> 4466 VR2AR-546136 -5.665000 56.48650 105 -#> 4467 VR2AR-546136 -5.665000 56.48650 105 -#> 4468 VR2AR-546136 -5.665000 56.48650 105 -#> 4469 VR2AR-546136 -5.665000 56.48650 105 -#> 4470 VR2AR-546136 -5.665000 56.48650 105 -#> 4471 VR2AR-546136 -5.665000 56.48650 105 -#> 4472 VR2AR-546136 -5.665000 56.48650 105 -#> 4473 VR2AR-546136 -5.665000 56.48650 105 -#> 4474 VR2-6720 -5.627150 56.50808 50 -#> 4475 VR2-6720 -5.627150 56.50808 50 -#> 4476 VR2-6720 -5.627150 56.50808 50 -#> 4477 VR2-6720 -5.627150 56.50808 50 -#> 4478 VR2-6720 -5.627150 56.50808 50 -#> 4479 VR2AR-546134 -5.628000 56.45650 40 -#> 4480 VR2AR-546134 -5.628000 56.45650 40 -#> 4481 VR2AR-546134 -5.628000 56.45650 40 -#> 4482 VR2AR-546134 -5.628000 56.45650 40 -#> 4483 VR2AR-546134 -5.628000 56.45650 40 -#> 4484 VR2AR-546134 -5.628000 56.45650 40 -#> 4485 VR2AR-546134 -5.628000 56.45650 40 -#> 4486 VR2AR-546134 -5.628000 56.45650 40 -#> 4487 VR2AR-546134 -5.628000 56.45650 40 -#> 4488 VR2AR-546134 -5.628000 56.45650 40 -#> 4489 VR2AR-546134 -5.628000 56.45650 40 -#> 4490 VR2AR-546134 -5.628000 56.45650 40 -#> 4491 VR2AR-546134 -5.628000 56.45650 40 -#> 4492 VR2AR-546134 -5.628000 56.45650 40 -#> 4493 VR2-6720 -5.627150 56.50808 50 -#> 4494 VR2-6720 -5.627150 56.50808 50 -#> 4495 VR2-6720 -5.627150 56.50808 50 -#> 4496 VR2-6720 -5.627150 56.50808 50 -#> 4497 VR2-6720 -5.627150 56.50808 50 -#> 4498 VR2-6720 -5.627150 56.50808 50 -#> 4499 VR2-6720 -5.627150 56.50808 50 -#> 4500 VR2-6720 -5.627150 56.50808 50 -#> 4501 VR2-6720 -5.627150 56.50808 50 -#> 4502 VR2-6720 -5.627150 56.50808 50 -#> 4503 VR2-6720 -5.627150 56.50808 50 -#> 4504 VR2-6720 -5.627150 56.50808 50 -#> 4505 VR2-6720 -5.627150 56.50808 50 -#> 4506 VR2-6720 -5.627150 56.50808 50 -#> 4507 VR2-6720 -5.627150 56.50808 50 -#> 4508 VR2-6720 -5.627150 56.50808 50 -#> 4509 VR2-6720 -5.627150 56.50808 50 -#> 4510 VR2-6720 -5.627150 56.50808 50 -#> 4511 VR2-6720 -5.627150 56.50808 50 -#> 4512 VR2-6720 -5.627150 56.50808 50 -#> 4513 VR2-6720 -5.627150 56.50808 50 -#> 4514 VR2-6720 -5.627150 56.50808 50 -#> 4515 VR2-6720 -5.627150 56.50808 50 -#> 4516 VR2-6720 -5.627150 56.50808 50 -#> 4517 VR2-6720 -5.627150 56.50808 50 -#> 4518 VR2-6720 -5.627150 56.50808 50 -#> 4519 VR2-6720 -5.627150 56.50808 50 -#> 4520 VR2-6720 -5.627150 56.50808 50 -#> 4521 VR2-6720 -5.627150 56.50808 50 -#> 4522 VR2-6720 -5.627150 56.50808 50 -#> 4523 VR2-6720 -5.627150 56.50808 50 -#> 4524 VR2-6720 -5.627150 56.50808 50 -#> 4525 VR2-6720 -5.627150 56.50808 50 -#> 4526 VR2-6720 -5.627150 56.50808 50 -#> 4527 VR2-6720 -5.627150 56.50808 50 -#> 4528 VR2-6720 -5.627150 56.50808 50 -#> 4529 VR2-6720 -5.627150 56.50808 50 -#> 4530 VR2-6720 -5.627150 56.50808 50 -#> 4531 VR2-6720 -5.627150 56.50808 50 -#> 4532 VR2-6720 -5.627150 56.50808 50 -#> 4533 VR2-6720 -5.627150 56.50808 50 -#> 4534 VR2-6720 -5.627150 56.50808 50 -#> 4535 VR2-6720 -5.627150 56.50808 50 -#> 4536 VR2-6720 -5.627150 56.50808 50 -#> 4537 VR2-6720 -5.627150 56.50808 50 -#> 4538 VR2-6720 -5.627150 56.50808 50 -#> 4539 VR2-6720 -5.627150 56.50808 50 -#> 4540 VR2-6720 -5.627150 56.50808 50 -#> 4541 VR2-6720 -5.627150 56.50808 50 -#> 4542 VR2-6720 -5.627150 56.50808 50 -#> 4543 VR2-6720 -5.627150 56.50808 50 -#> 4544 VR2-6720 -5.627150 56.50808 50 -#> 4545 VR2-6720 -5.627150 56.50808 50 -#> 4546 VR2-6720 -5.627150 56.50808 50 -#> 4547 VR2-6720 -5.627150 56.50808 50 -#> 4548 VR2-6720 -5.627150 56.50808 50 -#> 4549 VR2-6720 -5.627150 56.50808 50 -#> 4550 VR2-6720 -5.627150 56.50808 50 -#> 4551 VR2-6720 -5.627150 56.50808 50 -#> 4552 VR2-6720 -5.627150 56.50808 50 -#> 4553 VR2-6720 -5.627150 56.50808 50 -#> 4554 VR2-6720 -5.627150 56.50808 50 -#> 4555 VR2-6720 -5.627150 56.50808 50 -#> 4556 VR2-6720 -5.627150 56.50808 50 -#> 4557 VR2-6720 -5.627150 56.50808 50 -#> 4558 VR2-6720 -5.627150 56.50808 50 -#> 4559 VR2-6720 -5.627150 56.50808 50 -#> 4560 VR2-6720 -5.627150 56.50808 50 -#> 4561 VR2-6720 -5.627150 56.50808 50 -#> 4562 VR2AR-546134 -5.628000 56.45650 40 -#> 4563 VR2AR-546134 -5.628000 56.45650 40 -#> 4564 VR2AR-546134 -5.628000 56.45650 40 -#> 4565 VR2AR-546136 -5.665000 56.48650 105 -#> 4566 VR2AR-546136 -5.665000 56.48650 105 -#> 4567 VR2AR-546136 -5.665000 56.48650 105 -#> 4568 VR2AR-546136 -5.665000 56.48650 105 -#> 4569 VR2AR-546136 -5.665000 56.48650 105 -#> 4570 VR2AR-546136 -5.665000 56.48650 105 -#> 4571 VR2AR-546136 -5.665000 56.48650 105 -#> 4572 VR2AR-546136 -5.665000 56.48650 105 -#> 4573 VR2AR-546136 -5.665000 56.48650 105 -#> 4574 VR2AR-546136 -5.665000 56.48650 105 -#> 4575 VR2AR-546136 -5.665000 56.48650 105 -#> 4576 VR2AR-546136 -5.665000 56.48650 105 -#> 4577 VR2AR-546136 -5.665000 56.48650 105 -#> 4578 VR2AR-546136 -5.665000 56.48650 105 -#> 4579 VR2AR-546136 -5.665000 56.48650 105 -#> 4580 VR2AR-546136 -5.665000 56.48650 105 -#> 4581 VR2AR-546136 -5.665000 56.48650 105 -#> 4582 VR2AR-546136 -5.665000 56.48650 105 -#> 4583 VR2AR-546136 -5.665000 56.48650 105 -#> 4584 VR2AR-546136 -5.665000 56.48650 105 -#> 4585 VR2AR-546136 -5.665000 56.48650 105 -#> 4586 VR2AR-546136 -5.665000 56.48650 105 -#> 4587 VR2AR-546136 -5.665000 56.48650 105 -#> 4588 VR2AR-546136 -5.665000 56.48650 105 -#> 4589 VR2AR-546136 -5.665000 56.48650 105 -#> 4590 VR2AR-546136 -5.665000 56.48650 105 -#> 4591 VR2AR-546136 -5.665000 56.48650 105 -#> 4592 VR2AR-546136 -5.665000 56.48650 105 -#> 4593 VR2AR-546136 -5.665000 56.48650 105 -#> 4594 VR2AR-546136 -5.665000 56.48650 105 -#> 4595 VR2AR-546136 -5.665000 56.48650 105 -#> 4596 VR2AR-546136 -5.665000 56.48650 105 -#> 4597 VR2AR-546136 -5.665000 56.48650 105 -#> 4598 VR2AR-546136 -5.665000 56.48650 105 -#> 4599 VR2AR-546136 -5.665000 56.48650 105 -#> 4600 VR2AR-546136 -5.665000 56.48650 105 -#> 4601 VR2AR-546136 -5.665000 56.48650 105 -#> 4602 VR2AR-546136 -5.665000 56.48650 105 -#> 4603 VR2AR-546136 -5.665000 56.48650 105 -#> 4604 VR2AR-546136 -5.665000 56.48650 105 -#> 4605 VR2AR-546136 -5.665000 56.48650 105 -#> 4606 VR2AR-546136 -5.665000 56.48650 105 -#> 4607 VR2AR-546136 -5.665000 56.48650 105 -#> 4608 VR2AR-546136 -5.665000 56.48650 105 -#> 4609 VR2AR-546136 -5.665000 56.48650 105 -#> 4610 VR2AR-546136 -5.665000 56.48650 105 -#> 4611 VR2AR-546136 -5.665000 56.48650 105 -#> 4612 VR2AR-546136 -5.665000 56.48650 105 -#> 4613 VR2AR-546136 -5.665000 56.48650 105 -#> 4614 VR2AR-546136 -5.665000 56.48650 105 -#> 4615 VR2AR-546136 -5.665000 56.48650 105 -#> 4616 VR2AR-546136 -5.665000 56.48650 105 -#> 4617 VR2AR-546136 -5.665000 56.48650 105 -#> 4618 VR2AR-546136 -5.665000 56.48650 105 -#> 4619 VR2AR-546136 -5.665000 56.48650 105 -#> 4620 VR2AR-546136 -5.665000 56.48650 105 -#> 4621 VR2AR-546136 -5.665000 56.48650 105 -#> 4622 VR2AR-546136 -5.665000 56.48650 105 -#> 4623 VR2AR-546136 -5.665000 56.48650 105 -#> 4624 VR2AR-546136 -5.665000 56.48650 105 -#> 4625 VR2AR-546136 -5.665000 56.48650 105 -#> 4626 VR2AR-546136 -5.665000 56.48650 105 -#> 4627 VR2AR-546136 -5.665000 56.48650 105 -#> 4628 VR2AR-546136 -5.665000 56.48650 105 -#> 4629 VR2AR-546136 -5.665000 56.48650 105 -#> 4630 VR2AR-546136 -5.665000 56.48650 105 -#> 4631 VR2AR-546136 -5.665000 56.48650 105 -#> 4632 VR2AR-546136 -5.665000 56.48650 105 -#> 4633 VR2AR-546136 -5.665000 56.48650 105 -#> 4634 VR2AR-546136 -5.665000 56.48650 105 -#> 4635 VR2AR-546136 -5.665000 56.48650 105 -#> 4636 VR2AR-546136 -5.665000 56.48650 105 -#> 4637 VR2AR-546136 -5.665000 56.48650 105 -#> 4638 VR2AR-546136 -5.665000 56.48650 105 -#> 4639 VR2AR-546136 -5.665000 56.48650 105 -#> 4640 VR2AR-546136 -5.665000 56.48650 105 -#> 4641 VR2AR-546136 -5.665000 56.48650 105 -#> 4642 VR2AR-546136 -5.665000 56.48650 105 -#> 4643 VR2AR-546136 -5.665000 56.48650 105 -#> 4644 VR2AR-546136 -5.665000 56.48650 105 -#> 4645 VR2AR-546136 -5.665000 56.48650 105 -#> 4646 VR2AR-546136 -5.665000 56.48650 105 -#> 4647 VR2AR-546136 -5.665000 56.48650 105 -#> 4648 VR2AR-546136 -5.665000 56.48650 105 -#> 4649 VR2AR-546136 -5.665000 56.48650 105 -#> 4650 VR2AR-546136 -5.665000 56.48650 105 -#> 4651 VR2AR-546136 -5.665000 56.48650 105 -#> 4652 VR2AR-546136 -5.665000 56.48650 105 -#> 4653 VR2AR-546136 -5.665000 56.48650 105 -#> 4654 VR2AR-546136 -5.665000 56.48650 105 -#> 4655 VR2AR-546136 -5.665000 56.48650 105 -#> 4656 VR2AR-546136 -5.665000 56.48650 105 -#> 4657 VR2AR-546136 -5.665000 56.48650 105 -#> 4658 VR2AR-546136 -5.665000 56.48650 105 -#> 4659 VR2AR-546136 -5.665000 56.48650 105 -#> 4660 VR2AR-546136 -5.665000 56.48650 105 -#> 4661 VR2AR-546136 -5.665000 56.48650 105 -#> 4662 VR2AR-546136 -5.665000 56.48650 105 -#> 4663 VR2AR-546136 -5.665000 56.48650 105 -#> 4664 VR2AR-546136 -5.665000 56.48650 105 -#> 4665 VR2AR-546136 -5.665000 56.48650 105 -#> 4666 VR2AR-546136 -5.665000 56.48650 105 -#> 4667 VR2AR-546136 -5.665000 56.48650 105 -#> 4668 VR2AR-546136 -5.665000 56.48650 105 -#> 4669 VR2AR-546136 -5.665000 56.48650 105 -#> 4670 VR2AR-546136 -5.665000 56.48650 105 -#> 4671 VR2AR-546136 -5.665000 56.48650 105 -#> 4672 VR2AR-546136 -5.665000 56.48650 105 -#> 4673 VR2AR-546136 -5.665000 56.48650 105 -#> 4674 VR2AR-546136 -5.665000 56.48650 105 -#> 4675 VR2AR-546136 -5.665000 56.48650 105 -#> 4676 VR2AR-546136 -5.665000 56.48650 105 -#> 4677 VR2AR-546136 -5.665000 56.48650 105 -#> 4678 VR2AR-546136 -5.665000 56.48650 105 -#> 4679 VR2AR-546136 -5.665000 56.48650 105 -#> 4680 VR2AR-546136 -5.665000 56.48650 105 -#> 4681 VR2AR-546136 -5.665000 56.48650 105 -#> 4682 VR2AR-546136 -5.665000 56.48650 105 -#> 4683 VR2AR-546136 -5.665000 56.48650 105 -#> 4684 VR2AR-546136 -5.665000 56.48650 105 -#> 4685 VR2AR-546136 -5.665000 56.48650 105 -#> 4686 VR2AR-546136 -5.665000 56.48650 105 -#> 4687 VR2AR-546136 -5.665000 56.48650 105 -#> 4688 VR2AR-546136 -5.665000 56.48650 105 -#> 4689 VR2AR-546136 -5.665000 56.48650 105 -#> 4690 VR2AR-546136 -5.665000 56.48650 105 -#> 4691 VR2AR-546136 -5.665000 56.48650 105 -#> 4692 VR2AR-546136 -5.665000 56.48650 105 -#> 4693 VR2AR-546136 -5.665000 56.48650 105 -#> 4694 VR2AR-546136 -5.665000 56.48650 105 -#> 4695 VR2AR-546136 -5.665000 56.48650 105 -#> 4696 VR2AR-546136 -5.665000 56.48650 105 -#> 4697 VR2AR-546136 -5.665000 56.48650 105 -#> 4698 VR2AR-546136 -5.665000 56.48650 105 -#> 4699 VR2AR-546136 -5.665000 56.48650 105 -#> 4700 VR2AR-546136 -5.665000 56.48650 105 -#> 4701 VR2AR-546136 -5.665000 56.48650 105 -#> 4702 VR2AR-546136 -5.665000 56.48650 105 -#> 4703 VR2AR-546136 -5.665000 56.48650 105 -#> 4704 VR2AR-546136 -5.665000 56.48650 105 -#> 4705 VR2AR-546136 -5.665000 56.48650 105 -#> 4706 VR2AR-546136 -5.665000 56.48650 105 -#> 4707 VR2AR-546136 -5.665000 56.48650 105 -#> 4708 VR2AR-546136 -5.665000 56.48650 105 -#> 4709 VR2AR-546136 -5.665000 56.48650 105 -#> 4710 VR2AR-546136 -5.665000 56.48650 105 -#> 4711 VR2AR-546136 -5.665000 56.48650 105 -#> 4712 VR2AR-546136 -5.665000 56.48650 105 -#> 4713 VR2AR-546136 -5.665000 56.48650 105 -#> 4714 VR2AR-546136 -5.665000 56.48650 105 -#> 4715 VR2AR-546136 -5.665000 56.48650 105 -#> 4716 VR2AR-546136 -5.665000 56.48650 105 -#> 4717 VR2AR-546136 -5.665000 56.48650 105 -#> 4718 VR2AR-546136 -5.665000 56.48650 105 -#> 4719 VR2AR-546136 -5.665000 56.48650 105 -#> 4720 VR2AR-546136 -5.665000 56.48650 105 -#> 4721 VR2AR-546136 -5.665000 56.48650 105 -#> 4722 VR2AR-546136 -5.665000 56.48650 105 -#> 4723 VR2AR-546136 -5.665000 56.48650 105 -#> 4724 VR2AR-546136 -5.665000 56.48650 105 -#> 4725 VR2AR-546136 -5.665000 56.48650 105 -#> 4726 VR2AR-546136 -5.665000 56.48650 105 -#> 4727 VR2AR-546136 -5.665000 56.48650 105 -#> 4728 VR2AR-546136 -5.665000 56.48650 105 -#> 4729 VR2AR-546136 -5.665000 56.48650 105 -#> 4730 VR2AR-546136 -5.665000 56.48650 105 -#> 4731 VR2AR-546136 -5.665000 56.48650 105 -#> 4732 VR2AR-546136 -5.665000 56.48650 105 -#> 4733 VR2AR-546136 -5.665000 56.48650 105 -#> 4734 VR2AR-546136 -5.665000 56.48650 105 -#> 4735 VR2AR-546136 -5.665000 56.48650 105 -#> 4736 VR2AR-546136 -5.665000 56.48650 105 -#> 4737 VR2W-113141 -5.755900 56.51000 50 -#> 4738 VR2W-113141 -5.755900 56.51000 50 -#> 4739 VR2W-113141 -5.755900 56.51000 50 -#> 4740 VR2W-113141 -5.755900 56.51000 50 -#> 4741 VR2W-113141 -5.755900 56.51000 50 -#> 4742 VR2W-113141 -5.755900 56.51000 50 -#> 4743 VR2W-113141 -5.755900 56.51000 50 -#> 4744 VR2W-113141 -5.755900 56.51000 50 -#> 4745 VR2W-113141 -5.755900 56.51000 50 -#> 4746 VR2W-113141 -5.755900 56.51000 50 -#> 4747 VR2W-113141 -5.755900 56.51000 50 -#> 4748 VR2W-113141 -5.755900 56.51000 50 -#> 4749 VR2W-113141 -5.755900 56.51000 50 -#> 4750 VR2W-113141 -5.755900 56.51000 50 -#> 4751 VR2W-113141 -5.755900 56.51000 50 -#> 4752 VR2W-113141 -5.755900 56.51000 50 -#> 4753 VR2W-113141 -5.755900 56.51000 50 -#> 4754 VR2W-113141 -5.755900 56.51000 50 -#> 4755 VR2W-113141 -5.755900 56.51000 50 -#> 4756 VR2W-113141 -5.755900 56.51000 50 -#> 4757 VR2W-113141 -5.755900 56.51000 50 -#> 4758 VR2W-113141 -5.755900 56.51000 50 -#> 4759 VR2W-113141 -5.755900 56.51000 50 -#> 4760 VR2W-113141 -5.755900 56.51000 50 -#> 4761 VR2W-113141 -5.755900 56.51000 50 -#> 4762 VR2W-113141 -5.755900 56.51000 50 -#> 4763 VR2W-113141 -5.755900 56.51000 50 -#> 4764 VR2W-113141 -5.755900 56.51000 50 -#> 4765 VR2W-113141 -5.755900 56.51000 50 -#> 4766 VR2W-113141 -5.755900 56.51000 50 -#> 4767 VR2W-113141 -5.755900 56.51000 50 -#> 4768 VR2W-113141 -5.755900 56.51000 50 -#> 4769 VR2W-113141 -5.755900 56.51000 50 -#> 4770 VR2W-113141 -5.755900 56.51000 50 -#> 4771 VR2W-113141 -5.755900 56.51000 50 -#> 4772 VR2W-113141 -5.755900 56.51000 50 -#> 4773 VR2W-113141 -5.755900 56.51000 50 -#> 4774 VR2W-113141 -5.755900 56.51000 50 -#> 4775 VR2W-113141 -5.755900 56.51000 50 -#> 4776 VR2W-113141 -5.755900 56.51000 50 -#> 4777 VR2W-113141 -5.755900 56.51000 50 -#> 4778 VR2W-113141 -5.755900 56.51000 50 -#> 4779 VR2W-113141 -5.755900 56.51000 50 -#> 4780 VR2W-113141 -5.755900 56.51000 50 -#> 4781 VR2W-113141 -5.755900 56.51000 50 -#> 4782 VR2W-113141 -5.755900 56.51000 50 -#> 4783 VR2W-113141 -5.755900 56.51000 50 -#> 4784 VR2W-113141 -5.755900 56.51000 50 -#> 4785 VR2W-113141 -5.755900 56.51000 50 -#> 4786 VR2W-113141 -5.755900 56.51000 50 -#> 4787 VR2W-113141 -5.755900 56.51000 50 -#> 4788 VR2W-113141 -5.755900 56.51000 50 -#> 4789 VR2W-113141 -5.755900 56.51000 50 -#> 4790 VR2W-113141 -5.755900 56.51000 50 -#> 4791 VR2W-113141 -5.755900 56.51000 50 -#> 4792 VR2W-113141 -5.755900 56.51000 50 -#> 4793 VR2W-113141 -5.755900 56.51000 50 -#> 4794 VR2W-113141 -5.755900 56.51000 50 -#> 4795 VR2W-113141 -5.755900 56.51000 50 -#> 4796 VR2W-113141 -5.755900 56.51000 50 -#> 4797 VR2W-113141 -5.755900 56.51000 50 -#> 4798 VR2W-113141 -5.755900 56.51000 50 -#> 4799 VR2W-113141 -5.755900 56.51000 50 -#> 4800 VR2W-113141 -5.755900 56.51000 50 -#> 4801 VR2W-113141 -5.755900 56.51000 50 -#> 4802 VR2W-113141 -5.755900 56.51000 50 -#> 4803 VR2W-113141 -5.755900 56.51000 50 -#> 4804 VR2W-113141 -5.755900 56.51000 50 -#> 4805 VR2W-113141 -5.755900 56.51000 50 -#> 4806 VR2W-113141 -5.755900 56.51000 50 -#> 4807 VR2W-113141 -5.755900 56.51000 50 -#> 4808 VR2W-113141 -5.755900 56.51000 50 -#> 4809 VR2W-113141 -5.755900 56.51000 50 -#> 4810 VR2W-113141 -5.755900 56.51000 50 -#> 4811 VR2W-113141 -5.755900 56.51000 50 -#> 4812 VR2W-113141 -5.755900 56.51000 50 -#> 4813 VR2W-113141 -5.755900 56.51000 50 -#> 4814 VR2W-113141 -5.755900 56.51000 50 -#> 4815 VR2W-113141 -5.755900 56.51000 50 -#> 4816 VR2W-113141 -5.755900 56.51000 50 -#> 4817 VR2W-113141 -5.755900 56.51000 50 -#> 4818 VR2W-113141 -5.755900 56.51000 50 -#> 4819 VR2W-113141 -5.755900 56.51000 50 -#> 4820 VR2W-113141 -5.755900 56.51000 50 -#> 4821 VR2W-113141 -5.755900 56.51000 50 -#> 4822 VR2W-113141 -5.755900 56.51000 50 -#> 4823 VR2W-113141 -5.755900 56.51000 50 -#> 4824 VR2W-113141 -5.755900 56.51000 50 -#> 4825 VR2W-113141 -5.755900 56.51000 50 -#> 4826 VR2W-113141 -5.755900 56.51000 50 -#> 4827 VR2W-113141 -5.755900 56.51000 50 -#> 4828 VR2W-113141 -5.755900 56.51000 50 -#> 4829 VR2W-113141 -5.755900 56.51000 50 -#> 4830 VR2W-113141 -5.755900 56.51000 50 -#> 4831 VR2W-113141 -5.755900 56.51000 50 -#> 4832 VR2AR-546136 -5.665000 56.48650 105 -#> 4833 VR2AR-546136 -5.665000 56.48650 105 -#> 4834 VR2AR-546136 -5.665000 56.48650 105 -#> 4835 VR2AR-546136 -5.665000 56.48650 105 -#> 4836 VR2AR-546136 -5.665000 56.48650 105 -#> 4837 VR2AR-546136 -5.665000 56.48650 105 -#> 4838 VR2AR-546136 -5.665000 56.48650 105 -#> 4839 VR2AR-546136 -5.665000 56.48650 105 -#> 4840 VR2AR-546136 -5.665000 56.48650 105 -#> 4841 VR2AR-546136 -5.665000 56.48650 105 -#> 4842 VR2AR-546136 -5.665000 56.48650 105 -#> 4843 VR2AR-546136 -5.665000 56.48650 105 -#> 4844 VR2AR-546136 -5.665000 56.48650 105 -#> 4845 VR2AR-546136 -5.665000 56.48650 105 -#> 4846 VR2AR-546136 -5.665000 56.48650 105 -#> 4847 VR2AR-546136 -5.665000 56.48650 105 -#> 4848 VR2AR-546136 -5.665000 56.48650 105 -#> 4849 VR2AR-546136 -5.665000 56.48650 105 -#> 4850 VR2AR-546136 -5.665000 56.48650 105 -#> 4851 VR2AR-546136 -5.665000 56.48650 105 -#> 4852 VR2AR-546136 -5.665000 56.48650 105 -#> 4853 VR2AR-546136 -5.665000 56.48650 105 -#> 4854 VR2AR-546136 -5.665000 56.48650 105 -#> 4855 VR2AR-546136 -5.665000 56.48650 105 -#> 4856 VR2AR-546136 -5.665000 56.48650 105 -#> 4857 VR2AR-546136 -5.665000 56.48650 105 -#> 4858 VR2AR-546136 -5.665000 56.48650 105 -#> 4859 VR2AR-546136 -5.665000 56.48650 105 -#> 4860 VR2AR-546136 -5.665000 56.48650 105 -#> 4861 VR2AR-546136 -5.665000 56.48650 105 -#> 4862 VR2AR-546136 -5.665000 56.48650 105 -#> 4863 VR2AR-546136 -5.665000 56.48650 105 -#> 4864 VR2AR-546136 -5.665000 56.48650 105 -#> 4865 VR2AR-546136 -5.665000 56.48650 105 -#> 4866 VR2AR-546136 -5.665000 56.48650 105 -#> 4867 VR2AR-546136 -5.665000 56.48650 105 -#> 4868 VR2AR-546136 -5.665000 56.48650 105 -#> 4869 VR2AR-546136 -5.665000 56.48650 105 -#> 4870 VR2AR-546136 -5.665000 56.48650 105 -#> 4871 VR2AR-546136 -5.665000 56.48650 105 -#> 4872 VR2AR-546136 -5.665000 56.48650 105 -#> 4873 VR2AR-546136 -5.665000 56.48650 105 -#> 4874 VR2AR-546136 -5.665000 56.48650 105 -#> 4875 VR2AR-546136 -5.665000 56.48650 105 -#> 4876 VR2AR-546136 -5.665000 56.48650 105 -#> 4877 VR2AR-546136 -5.665000 56.48650 105 -#> 4878 VR2AR-546136 -5.665000 56.48650 105 -#> 4879 VR2AR-546136 -5.665000 56.48650 105 -#> 4880 VR2AR-546136 -5.665000 56.48650 105 -#> 4881 VR2AR-546136 -5.665000 56.48650 105 -#> 4882 VR2AR-546136 -5.665000 56.48650 105 -#> 4883 VR2AR-546136 -5.665000 56.48650 105 -#> 4884 VR2AR-546136 -5.665000 56.48650 105 -#> 4885 VR2AR-546136 -5.665000 56.48650 105 -#> 4886 VR2AR-546136 -5.665000 56.48650 105 -#> 4887 VR2AR-546136 -5.665000 56.48650 105 -#> 4888 VR2AR-546136 -5.665000 56.48650 105 -#> 4889 VR2AR-546136 -5.665000 56.48650 105 -#> 4890 VR2AR-546136 -5.665000 56.48650 105 -#> 4891 VR2AR-546136 -5.665000 56.48650 105 -#> 4892 VR2AR-546136 -5.665000 56.48650 105 -#> 4893 VR2AR-546136 -5.665000 56.48650 105 -#> 4894 VR2AR-546136 -5.665000 56.48650 105 -#> 4895 VR2AR-546136 -5.665000 56.48650 105 -#> 4896 VR2AR-546136 -5.665000 56.48650 105 -#> 4897 VR2AR-546136 -5.665000 56.48650 105 -#> 4898 VR2AR-546136 -5.665000 56.48650 105 -#> 4899 VR2AR-546136 -5.665000 56.48650 105 -#> 4900 VR2AR-546136 -5.665000 56.48650 105 -#> 4901 VR2AR-546136 -5.665000 56.48650 105 -#> 4902 VR2AR-546136 -5.665000 56.48650 105 -#> 4903 VR2AR-546136 -5.665000 56.48650 105 -#> 4904 VR2AR-546136 -5.665000 56.48650 105 -#> 4905 VR2AR-546136 -5.665000 56.48650 105 -#> 4906 VR2AR-546136 -5.665000 56.48650 105 -#> 4907 VR2AR-546136 -5.665000 56.48650 105 -#> 4908 VR2AR-546136 -5.665000 56.48650 105 -#> 4909 VR2AR-546136 -5.665000 56.48650 105 -#> 4910 VR2AR-546136 -5.665000 56.48650 105 -#> 4911 VR2AR-546136 -5.665000 56.48650 105 -#> 4912 VR2AR-546136 -5.665000 56.48650 105 -#> 4913 VR2AR-546136 -5.665000 56.48650 105 -#> 4914 VR2AR-546136 -5.665000 56.48650 105 -#> 4915 VR2AR-546136 -5.665000 56.48650 105 -#> 4916 VR2AR-546136 -5.665000 56.48650 105 -#> 4917 VR2AR-546136 -5.665000 56.48650 105 -#> 4918 VR2AR-546136 -5.665000 56.48650 105 -#> 4919 VR2AR-546136 -5.665000 56.48650 105 -#> 4920 VR2AR-546136 -5.665000 56.48650 105 -#> 4921 VR2AR-546136 -5.665000 56.48650 105 -#> 4922 VR2AR-546136 -5.665000 56.48650 105 -#> 4923 VR2AR-546136 -5.665000 56.48650 105 -#> 4924 VR2AR-546136 -5.665000 56.48650 105 -#> 4925 VR2AR-546136 -5.665000 56.48650 105 -#> 4926 VR2AR-546136 -5.665000 56.48650 105 -#> 4927 VR2AR-546136 -5.665000 56.48650 105 -#> 4928 VR2AR-546136 -5.665000 56.48650 105 -#> 4929 VR2AR-546136 -5.665000 56.48650 105 -#> 4930 VR2AR-546136 -5.665000 56.48650 105 -#> 4931 VR2AR-546136 -5.665000 56.48650 105 -#> 4932 VR2AR-546136 -5.665000 56.48650 105 -#> 4933 VR2AR-546136 -5.665000 56.48650 105 -#> 4934 VR2AR-546136 -5.665000 56.48650 105 -#> 4935 VR2AR-546136 -5.665000 56.48650 105 -#> 4936 VR2AR-546136 -5.665000 56.48650 105 -#> 4937 VR2AR-546136 -5.665000 56.48650 105 -#> 4938 VR2AR-546136 -5.665000 56.48650 105 -#> 4939 VR2AR-546136 -5.665000 56.48650 105 -#> 4940 VR2AR-546136 -5.665000 56.48650 105 -#> 4941 VR2AR-546136 -5.665000 56.48650 105 -#> 4942 VR2AR-546136 -5.665000 56.48650 105 -#> 4943 VR2AR-546136 -5.665000 56.48650 105 -#> 4944 VR2AR-546136 -5.665000 56.48650 105 -#> 4945 VR2AR-546136 -5.665000 56.48650 105 -#> 4946 VR2AR-546136 -5.665000 56.48650 105 -#> 4947 VR2AR-546136 -5.665000 56.48650 105 -#> 4948 VR2AR-546136 -5.665000 56.48650 105 -#> 4949 VR2AR-546136 -5.665000 56.48650 105 -#> 4950 VR2AR-546136 -5.665000 56.48650 105 -#> 4951 VR2AR-546136 -5.665000 56.48650 105 -#> 4952 VR2AR-546136 -5.665000 56.48650 105 -#> 4953 VR2AR-546136 -5.665000 56.48650 105 -#> 4954 VR2AR-546136 -5.665000 56.48650 105 -#> 4955 VR2AR-546136 -5.665000 56.48650 105 -#> 4956 VR2AR-546136 -5.665000 56.48650 105 -#> 4957 VR2AR-546136 -5.665000 56.48650 105 -#> 4958 VR2AR-546136 -5.665000 56.48650 105 -#> 4959 VR2AR-546136 -5.665000 56.48650 105 -#> 4960 VR2-6720 -5.627150 56.50808 50 -#> 4961 VR2-6720 -5.627150 56.50808 50 -#> 4962 VR2-6720 -5.627150 56.50808 50 -#> 4963 VR2-6720 -5.627150 56.50808 50 -#> 4964 VR2-6720 -5.627150 56.50808 50 -#> 4965 VR2-6720 -5.627150 56.50808 50 -#> 4966 VR2-6720 -5.627150 56.50808 50 -#> 4967 VR2-6720 -5.627150 56.50808 50 -#> 4968 VR2-6720 -5.627150 56.50808 50 -#> 4969 VR2-6720 -5.627150 56.50808 50 -#> 4970 VR2-6720 -5.627150 56.50808 50 -#> 4971 VR2-6720 -5.627150 56.50808 50 -#> 4972 VR2-6720 -5.627150 56.50808 50 -#> 4973 VR2-6720 -5.627150 56.50808 50 -#> 4974 VR2-6720 -5.627150 56.50808 50 -#> 4975 VR2-6720 -5.627150 56.50808 50 -#> 4976 VR2-6720 -5.627150 56.50808 50 -#> 4977 VR2-6720 -5.627150 56.50808 50 -#> 4978 VR2-6720 -5.627150 56.50808 50 -#> 4979 VR2-6720 -5.627150 56.50808 50 -#> 4980 VR2-6720 -5.627150 56.50808 50 -#> 4981 VR2-6720 -5.627150 56.50808 50 -#> 4982 VR2-6720 -5.627150 56.50808 50 -#> 4983 VR2-6720 -5.627150 56.50808 50 -#> 4984 VR2-6720 -5.627150 56.50808 50 -#> 4985 VR2-6720 -5.627150 56.50808 50 -#> 4986 VR2-6720 -5.627150 56.50808 50 -#> 4987 VR2-6720 -5.627150 56.50808 50 -#> 4988 VR2-6720 -5.627150 56.50808 50 -#> 4989 VR2-6720 -5.627150 56.50808 50 -#> 4990 VR2-6720 -5.627150 56.50808 50 -#> 4991 VR2-6720 -5.627150 56.50808 50 -#> 4992 VR2-6720 -5.627150 56.50808 50 -#> 4993 VR2-6720 -5.627150 56.50808 50 -#> 4994 VR2-6720 -5.627150 56.50808 50 -#> 4995 VR2-6720 -5.627150 56.50808 50 -#> 4996 VR2-6720 -5.627150 56.50808 50 -#> 4997 VR2-6720 -5.627150 56.50808 50 -#> 4998 VR2-6720 -5.627150 56.50808 50 -#> 4999 VR2-6720 -5.627150 56.50808 50 -#> 5000 VR2-6720 -5.627150 56.50808 50 -#> 5001 VR2-6720 -5.627150 56.50808 50 -#> 5002 VR2-6720 -5.627150 56.50808 50 -#> 5003 VR2-6720 -5.627150 56.50808 50 -#> 5004 VR2-6720 -5.627150 56.50808 50 -#> 5005 VR2-6720 -5.627150 56.50808 50 -#> 5006 VR2-6720 -5.627150 56.50808 50 -#> 5007 VR2-6720 -5.627150 56.50808 50 -#> 5008 VR2-6720 -5.627150 56.50808 50 -#> 5009 VR2-6720 -5.627150 56.50808 50 -#> 5010 VR2-6720 -5.627150 56.50808 50 -#> 5011 VR2-6720 -5.627150 56.50808 50 -#> 5012 VR2-6720 -5.627150 56.50808 50 -#> 5013 VR2-6720 -5.627150 56.50808 50 -#> 5014 VR2-6720 -5.627150 56.50808 50 -#> 5015 VR2-6720 -5.627150 56.50808 50 -#> 5016 VR2-6720 -5.627150 56.50808 50 -#> 5017 VR2-6720 -5.627150 56.50808 50 -#> 5018 VR2-6720 -5.627150 56.50808 50 -#> 5019 VR2-6720 -5.627150 56.50808 50 -#> 5020 VR2-6720 -5.627150 56.50808 50 -#> 5021 VR2-6720 -5.627150 56.50808 50 -#> 5022 VR2-6720 -5.627150 56.50808 50 -#> 5023 VR2-6720 -5.627150 56.50808 50 -#> 5024 VR2-6720 -5.627150 56.50808 50 -#> 5025 VR2-6720 -5.627150 56.50808 50 -#> 5026 VR2-6720 -5.627150 56.50808 50 -#> 5027 VR2-6720 -5.627150 56.50808 50 -#> 5028 VR2-6720 -5.627150 56.50808 50 -#> 5029 VR2-6720 -5.627150 56.50808 50 -#> 5030 VR2-6720 -5.627150 56.50808 50 -#> 5031 VR2AR-546136 -5.665000 56.48650 105 -#> 5032 VR2AR-546136 -5.665000 56.48650 105 -#> 5033 VR2AR-546136 -5.665000 56.48650 105 -#> 5034 VR2AR-546136 -5.665000 56.48650 105 -#> 5035 VR2-5629 -5.655350 56.38545 50 -#> 5036 VR2-5629 -5.655350 56.38545 50 -#> 5037 VR2-5629 -5.655350 56.38545 50 -#> 5038 VR2-5629 -5.655350 56.38545 50 -#> 5039 VR2-5629 -5.655350 56.38545 50 -#> 5040 VR2-5629 -5.655350 56.38545 50 -#> 5041 VR2-5629 -5.655350 56.38545 50 -#> 5042 VR2-5629 -5.655350 56.38545 50 -#> 5043 VR2-5629 -5.655350 56.38545 50 -#> 5044 VR2-5629 -5.655350 56.38545 50 -#> 5045 VR2-5629 -5.655350 56.38545 50 -#> 5046 VR2-5629 -5.655350 56.38545 50 -#> 5047 VR2-5629 -5.655350 56.38545 50 -#> 5048 VR2-5629 -5.655350 56.38545 50 -#> 5049 VR2-5629 -5.655350 56.38545 50 -#> 5050 VR2-5629 -5.655350 56.38545 50 -#> 5051 VR2-5629 -5.655350 56.38545 50 -#> 5052 VR2AR-546132 -5.606667 56.39367 95 -#> 5053 VR2AR-546132 -5.606667 56.39367 95 -#> 5054 VR2AR-546132 -5.606667 56.39367 95 -#> 5055 VR2AR-546132 -5.606667 56.39367 95 -#> 5056 VR2AR-546132 -5.606667 56.39367 95 -#> 5057 VR2AR-546132 -5.606667 56.39367 95 -#> 5058 VR2AR-546132 -5.606667 56.39367 95 -#> 5059 VR2AR-546132 -5.606667 56.39367 95 -#> 5060 VR2AR-546132 -5.606667 56.39367 95 -#> 5061 VR2AR-546132 -5.606667 56.39367 95 -#> 5062 VR2AR-546132 -5.606667 56.39367 95 -#> 5063 VR2AR-546132 -5.606667 56.39367 95 -#> 5064 VR2AR-546132 -5.606667 56.39367 95 -#> 5065 VR2AR-546132 -5.606667 56.39367 95 -#> 5066 VR2AR-546132 -5.606667 56.39367 95 -#> 5067 VR2AR-546132 -5.606667 56.39367 95 -#> 5068 VR2AR-546132 -5.606667 56.39367 95 -#> 5069 VR2AR-546132 -5.606667 56.39367 95 -#> 5070 VR2AR-546132 -5.606667 56.39367 95 -#> 5071 VR2AR-546132 -5.606667 56.39367 95 -#> 5072 VR2AR-546132 -5.606667 56.39367 95 -#> 5073 VR2AR-546132 -5.606667 56.39367 95 -#> 5074 VR2AR-546132 -5.606667 56.39367 95 -#> 5075 VR2AR-546132 -5.606667 56.39367 95 -#> 5076 VR2AR-546132 -5.606667 56.39367 95 -#> 5077 VR2AR-546132 -5.606667 56.39367 95 -#> 5078 VR2AR-546132 -5.606667 56.39367 95 -#> 5079 VR2AR-546132 -5.606667 56.39367 95 -#> 5080 VR2AR-546132 -5.606667 56.39367 95 -#> 5081 VR2AR-546132 -5.606667 56.39367 95 -#> 5082 VR2AR-546132 -5.606667 56.39367 95 -#> 5083 VR2AR-546132 -5.606667 56.39367 95 -#> 5084 VR2AR-546132 -5.606667 56.39367 95 -#> 5085 VR2AR-546132 -5.606667 56.39367 95 -#> 5086 VR2AR-546132 -5.606667 56.39367 95 -#> 5087 VR2AR-546132 -5.606667 56.39367 95 -#> 5088 VR2AR-546132 -5.606667 56.39367 95 -#> 5089 VR2AR-546132 -5.606667 56.39367 95 -#> 5090 VR2AR-546132 -5.606667 56.39367 95 -#> 5091 VR2AR-546132 -5.606667 56.39367 95 -#> 5092 VR2W-120722 -5.602283 56.37748 25 -#> 5093 VR2W-120722 -5.602283 56.37748 25 -#> 5094 VR2W-120722 -5.602283 56.37748 25 -#> 5095 VR2W-113142 -5.634833 56.37502 50 -#> 5096 VR2W-113142 -5.634833 56.37502 50 -#> 5097 VR2W-113142 -5.634833 56.37502 50 -#> 5098 VR2AR-546133 -5.650167 56.36550 50 -#> 5099 VR2AR-546133 -5.650167 56.36550 50 -#> 5100 VR2AR-546133 -5.650167 56.36550 50 -#> 5101 VR2AR-546133 -5.650167 56.36550 50 -#> 5102 VR2AR-546133 -5.650167 56.36550 50 -#> 5103 VR2AR-546133 -5.650167 56.36550 50 -#> 5104 VR2AR-546133 -5.650167 56.36550 50 -#> 5105 VR2W-110825 -5.691617 56.35263 50 -#> 5106 VR2W-110825 -5.691617 56.35263 50 -#> 5107 VR2W-110825 -5.691617 56.35263 50 -#> 5108 VR2W-110825 -5.691617 56.35263 50 -#> 5109 VR2W-110825 -5.691617 56.35263 50 -#> 5110 VR2W-110825 -5.691617 56.35263 50 -#> 5111 VR2W-110825 -5.691617 56.35263 50 -#> 5112 VR2W-110825 -5.691617 56.35263 50 -#> 5113 VR2W-110825 -5.691617 56.35263 50 -#> 5114 VR2W-110825 -5.691617 56.35263 50 -#> 5115 VR2W-110825 -5.691617 56.35263 50 -#> 5116 VR2W-110825 -5.691617 56.35263 50 -#> 5117 VR2W-110825 -5.691617 56.35263 50 -#> 5118 VR2W-110825 -5.691617 56.35263 50 -#> 5119 VR2-5629 -5.655350 56.38545 50 -#> 5120 VR2-5629 -5.655350 56.38545 50 -#> 5121 VR2-5629 -5.655350 56.38545 50 -#> 5122 VR2-5629 -5.655350 56.38545 50 -#> 5123 VR2-5629 -5.655350 56.38545 50 -#> 5124 VR2-5629 -5.655350 56.38545 50 -#> 5125 VR2-5629 -5.655350 56.38545 50 -#> 5126 VR2-5629 -5.655350 56.38545 50 -#> 5127 VR2-5629 -5.655350 56.38545 50 -#> 5128 VR2-5629 -5.655350 56.38545 50 -#> 5129 VR2-5629 -5.655350 56.38545 50 -#> 5130 VR2-5629 -5.655350 56.38545 50 -#> 5131 VR2-5629 -5.655350 56.38545 50 -#> 5132 VR2-5629 -5.655350 56.38545 50 -#> 5133 VR2-5629 -5.655350 56.38545 50 -#> 5134 VR2-5629 -5.655350 56.38545 50 -#> 5135 VR2-5629 -5.655350 56.38545 50 -#> 5136 VR2-5629 -5.655350 56.38545 50 -#> 5137 VR2-5629 -5.655350 56.38545 50 -#> 5138 VR2-5629 -5.655350 56.38545 50 -#> 5139 VR2-5629 -5.655350 56.38545 50 -#> 5140 VR2AR-546136 -5.665000 56.48650 105 -#> 5141 VR2AR-546136 -5.665000 56.48650 105 -#> 5142 VR2AR-546136 -5.665000 56.48650 105 -#> 5143 VR2AR-546136 -5.665000 56.48650 105 -#> 5144 VR2AR-546136 -5.665000 56.48650 105 -#> 5145 VR2AR-546136 -5.665000 56.48650 105 -#> 5146 VR2AR-546136 -5.665000 56.48650 105 -#> 5147 VR2AR-546136 -5.665000 56.48650 105 -#> 5148 VR2AR-546136 -5.665000 56.48650 105 -#> 5149 VR2AR-546136 -5.665000 56.48650 105 -#> 5150 VR2AR-546136 -5.665000 56.48650 105 -#> 5151 VR2AR-546136 -5.665000 56.48650 105 -#> 5152 VR2AR-546136 -5.665000 56.48650 105 -#> 5153 VR2AR-546136 -5.665000 56.48650 105 -#> 5154 VR2AR-546136 -5.665000 56.48650 105 -#> 5155 VR2AR-546136 -5.665000 56.48650 105 -#> 5156 VR2AR-546136 -5.665000 56.48650 105 -#> 5157 VR2AR-546136 -5.665000 56.48650 105 -#> 5158 VR2AR-546136 -5.665000 56.48650 105 -#> 5159 VR2AR-546136 -5.665000 56.48650 105 -#> 5160 VR2AR-546136 -5.665000 56.48650 105 -#> 5161 VR2AR-546136 -5.665000 56.48650 105 -#> 5162 VR2AR-546136 -5.665000 56.48650 105 -#> 5163 VR2AR-546136 -5.665000 56.48650 105 -#> 5164 VR2AR-546134 -5.628000 56.45650 40 -#> 5165 VR2AR-546134 -5.628000 56.45650 40 -#> 5166 VR2AR-546134 -5.628000 56.45650 40 -#> 5167 VR2AR-546134 -5.628000 56.45650 40 -#> 5168 VR2AR-546134 -5.628000 56.45650 40 -#> 5169 VR2AR-546132 -5.606667 56.39367 95 -#> 5170 VR2AR-546132 -5.606667 56.39367 95 -#> 5171 VR2AR-546132 -5.606667 56.39367 95 -#> 5172 VR2AR-546132 -5.606667 56.39367 95 -#> 5173 VR2AR-546132 -5.606667 56.39367 95 -#> 5174 VR2AR-546132 -5.606667 56.39367 95 -#> 5175 VR2AR-546132 -5.606667 56.39367 95 -#> 5176 VR2AR-546132 -5.606667 56.39367 95 -#> 5177 VR2AR-546132 -5.606667 56.39367 95 -#> 5178 VR2AR-546132 -5.606667 56.39367 95 -#> 5179 VR2AR-546132 -5.606667 56.39367 95 -#> 5180 VR2AR-546132 -5.606667 56.39367 95 -#> 5181 VR2AR-546132 -5.606667 56.39367 95 -#> 5182 VR2AR-546132 -5.606667 56.39367 95 -#> 5183 VR2AR-546132 -5.606667 56.39367 95 -#> 5184 VR2AR-546132 -5.606667 56.39367 95 -#> 5185 VR2AR-546132 -5.606667 56.39367 95 -#> 5186 VR2AR-546132 -5.606667 56.39367 95 -#> 5187 VR2AR-546132 -5.606667 56.39367 95 -#> 5188 VR2AR-546132 -5.606667 56.39367 95 -#> 5189 VR2AR-546132 -5.606667 56.39367 95 -#> 5190 VR2AR-546132 -5.606667 56.39367 95 -#> 5191 VR2AR-546132 -5.606667 56.39367 95 -#> 5192 VR2AR-546132 -5.606667 56.39367 95 -#> 5193 VR2AR-546132 -5.606667 56.39367 95 -#> 5194 VR2AR-546132 -5.606667 56.39367 95 -#> 5195 VR2AR-546132 -5.606667 56.39367 95 -#> 5196 VR2AR-546132 -5.606667 56.39367 95 -#> 5197 VR2AR-546132 -5.606667 56.39367 95 -#> 5198 VR2AR-546132 -5.606667 56.39367 95 -#> 5199 VR2AR-546132 -5.606667 56.39367 95 -#> 5200 VR2AR-546132 -5.606667 56.39367 95 -#> 5201 VR2AR-546132 -5.606667 56.39367 95 -#> 5202 VR2AR-546132 -5.606667 56.39367 95 -#> 5203 VR2AR-546132 -5.606667 56.39367 95 -#> 5204 VR2AR-546132 -5.606667 56.39367 95 -#> 5205 VR2AR-546132 -5.606667 56.39367 95 -#> 5206 VR2AR-546132 -5.606667 56.39367 95 -#> 5207 VR2AR-546132 -5.606667 56.39367 95 -#> 5208 VR2AR-546132 -5.606667 56.39367 95 -#> 5209 VR2AR-546132 -5.606667 56.39367 95 -#> 5210 VR2AR-546132 -5.606667 56.39367 95 -#> 5211 VR2AR-546132 -5.606667 56.39367 95 -#> 5212 VR2AR-546132 -5.606667 56.39367 95 -#> 5213 VR2AR-546132 -5.606667 56.39367 95 -#> 5214 VR2AR-546132 -5.606667 56.39367 95 -#> 5215 VR2AR-546132 -5.606667 56.39367 95 -#> 5216 VR2AR-546132 -5.606667 56.39367 95 -#> 5217 VR2AR-546132 -5.606667 56.39367 95 -#> 5218 VR2AR-546132 -5.606667 56.39367 95 -#> 5219 VR2AR-546132 -5.606667 56.39367 95 -#> 5220 VR2AR-546132 -5.606667 56.39367 95 -#> 5221 VR2AR-546132 -5.606667 56.39367 95 -#> 5222 VR2AR-546132 -5.606667 56.39367 95 -#> 5223 VR2AR-546132 -5.606667 56.39367 95 -#> 5224 VR2AR-546132 -5.606667 56.39367 95 -#> 5225 VR2AR-546132 -5.606667 56.39367 95 -#> 5226 VR2AR-546132 -5.606667 56.39367 95 -#> 5227 VR2AR-546132 -5.606667 56.39367 95 -#> 5228 VR2AR-546132 -5.606667 56.39367 95 -#> 5229 VR2AR-546132 -5.606667 56.39367 95 -#> 5230 VR2AR-546132 -5.606667 56.39367 95 -#> 5231 VR2AR-546132 -5.606667 56.39367 95 -#> 5232 VR2AR-546132 -5.606667 56.39367 95 -#> 5233 VR2AR-546132 -5.606667 56.39367 95 -#> 5234 VR2AR-546132 -5.606667 56.39367 95 -#> 5235 VR2AR-546132 -5.606667 56.39367 95 -#> 5236 VR2AR-546132 -5.606667 56.39367 95 -#> 5237 VR2AR-546132 -5.606667 56.39367 95 -#> 5238 VR2AR-546132 -5.606667 56.39367 95 -#> 5239 VR2AR-546132 -5.606667 56.39367 95 -#> 5240 VR2AR-546132 -5.606667 56.39367 95 -#> 5241 VR2AR-546132 -5.606667 56.39367 95 -#> 5242 VR2AR-546132 -5.606667 56.39367 95 -#> 5243 VR2AR-546132 -5.606667 56.39367 95 -#> 5244 VR2AR-546132 -5.606667 56.39367 95 -#> 5245 VR2AR-546132 -5.606667 56.39367 95 -#> 5246 VR2AR-546132 -5.606667 56.39367 95 -#> 5247 VR2AR-546132 -5.606667 56.39367 95 -#> 5248 VR2AR-546132 -5.606667 56.39367 95 -#> 5249 VR2AR-546132 -5.606667 56.39367 95 -#> 5250 VR2AR-546132 -5.606667 56.39367 95 -#> 5251 VR2AR-546132 -5.606667 56.39367 95 -#> 5252 VR2AR-546132 -5.606667 56.39367 95 -#> 5253 VR2AR-546132 -5.606667 56.39367 95 -#> 5254 VR2AR-546132 -5.606667 56.39367 95 -#> 5255 VR2W-108158 -5.619533 56.37413 25 -#> 5256 VR2W-108158 -5.619533 56.37413 25 -#> 5257 VR2W-108158 -5.619533 56.37413 25 -#> 5258 VR2W-108158 -5.619533 56.37413 25 -#> 5259 VR2W-108158 -5.619533 56.37413 25 -#> 5260 VR2W-108158 -5.619533 56.37413 25 -#> 5261 VR2W-108158 -5.619533 56.37413 25 -#> 5262 VR2W-108158 -5.619533 56.37413 25 -#> 5263 VR2W-108158 -5.619533 56.37413 25 -#> 5264 VR2W-108158 -5.619533 56.37413 25 -#> 5265 VR2W-108158 -5.619533 56.37413 25 -#> 5266 VR2W-108158 -5.619533 56.37413 25 -#> 5267 VR2W-108158 -5.619533 56.37413 25 -#> 5268 VR2W-108158 -5.619533 56.37413 25 -#> 5269 VR2W-108158 -5.619533 56.37413 25 -#> 5270 VR2W-108158 -5.619533 56.37413 25 -#> 5271 VR2W-113142 -5.634833 56.37502 50 -#> 5272 VR2W-113142 -5.634833 56.37502 50 -#> 5273 VR2W-113142 -5.634833 56.37502 50 -#> 5274 VR2W-113142 -5.634833 56.37502 50 -#> 5275 VR2W-113142 -5.634833 56.37502 50 -#> 5276 VR2W-113142 -5.634833 56.37502 50 -#> 5277 VR2W-113142 -5.634833 56.37502 50 -#> 5278 VR2W-113142 -5.634833 56.37502 50 -#> 5279 VR2W-113142 -5.634833 56.37502 50 -#> 5280 VR2W-113142 -5.634833 56.37502 50 -#> 5281 VR2W-113142 -5.634833 56.37502 50 -#> 5282 VR2W-113142 -5.634833 56.37502 50 -#> 5283 VR2W-113142 -5.634833 56.37502 50 -#> 5284 VR2W-113142 -5.634833 56.37502 50 -#> 5285 VR2W-113142 -5.634833 56.37502 50 -#> 5286 VR2W-113142 -5.634833 56.37502 50 -#> 5287 VR2AR-546132 -5.606667 56.39367 95 -#> 5288 VR2AR-546132 -5.606667 56.39367 95 -#> 5289 VR2AR-546132 -5.606667 56.39367 95 -#> 5290 VR2AR-546132 -5.606667 56.39367 95 -#> 5291 VR2AR-546132 -5.606667 56.39367 95 -#> 5292 VR2AR-546132 -5.606667 56.39367 95 -#> 5293 VR2W-113142 -5.634833 56.37502 50 -#> 5294 VR2W-113142 -5.634833 56.37502 50 -#> 5295 VR2W-113142 -5.634833 56.37502 50 -#> 5296 VR2W-113142 -5.634833 56.37502 50 -#> 5297 VR2W-113142 -5.634833 56.37502 50 -#> 5298 VR2W-113142 -5.634833 56.37502 50 -#> 5299 VR2W-113142 -5.634833 56.37502 50 -#> 5300 VR2W-113142 -5.634833 56.37502 50 -#> 5301 VR2W-113142 -5.634833 56.37502 50 -#> 5302 VR2W-113142 -5.634833 56.37502 50 -#> 5303 VR2W-113142 -5.634833 56.37502 50 -#> 5304 VR2W-113142 -5.634833 56.37502 50 -#> 5305 VR2W-113142 -5.634833 56.37502 50 -#> 5306 VR2W-110825 -5.691617 56.35263 50 -#> 5307 VR2W-110825 -5.691617 56.35263 50 -#> 5308 VR2W-110825 -5.691617 56.35263 50 -#> 5309 VR2W-110825 -5.691617 56.35263 50 -#> 5310 VR2W-110825 -5.691617 56.35263 50 -#> 5311 VR2W-110825 -5.691617 56.35263 50 -#> 5312 VR2W-110825 -5.691617 56.35263 50 -#> 5313 VR2W-110825 -5.691617 56.35263 50 -#> 5314 VR2W-110825 -5.691617 56.35263 50 -#> 5315 VR2W-110825 -5.691617 56.35263 50 -#> 5316 VR2W-110825 -5.691617 56.35263 50 -#> 5317 VR2W-110825 -5.691617 56.35263 50 -#> 5318 VR2W-110825 -5.691617 56.35263 50 -#> 5319 VR2W-113142 -5.634833 56.37502 50 -#> 5320 VR2W-113142 -5.634833 56.37502 50 -#> 5321 VR2W-113142 -5.634833 56.37502 50 -#> 5322 VR2W-113142 -5.634833 56.37502 50 -#> 5323 VR2W-113142 -5.634833 56.37502 50 -#> 5324 VR2W-113142 -5.634833 56.37502 50 -#> 5325 VR2W-113142 -5.634833 56.37502 50 -#> 5326 VR2W-113142 -5.634833 56.37502 50 -#> 5327 VR2AR-546132 -5.606667 56.39367 95 -#> 5328 VR2AR-546132 -5.606667 56.39367 95 -#> 5329 VR2AR-546132 -5.606667 56.39367 95 -#> 5330 VR2AR-546132 -5.606667 56.39367 95 -#> 5331 VR2AR-546132 -5.606667 56.39367 95 -#> 5332 VR2AR-546132 -5.606667 56.39367 95 -#> 5333 VR2AR-546132 -5.606667 56.39367 95 -#> 5334 VR2AR-546132 -5.606667 56.39367 95 -#> 5335 VR2AR-546132 -5.606667 56.39367 95 -#> 5336 VR2AR-546132 -5.606667 56.39367 95 -#> 5337 VR2AR-546132 -5.606667 56.39367 95 -#> 5338 VR2AR-546132 -5.606667 56.39367 95 -#> 5339 VR2AR-546132 -5.606667 56.39367 95 -#> 5340 VR2AR-546132 -5.606667 56.39367 95 -#> 5341 VR2AR-546132 -5.606667 56.39367 95 -#> 5342 VR2AR-546132 -5.606667 56.39367 95 -#> 5343 VR2AR-546132 -5.606667 56.39367 95 -#> 5344 VR2AR-546132 -5.606667 56.39367 95 -#> 5345 VR2AR-546132 -5.606667 56.39367 95 -#> 5346 VR2AR-546132 -5.606667 56.39367 95 -#> 5347 VR2AR-546132 -5.606667 56.39367 95 -#> 5348 VR2AR-546132 -5.606667 56.39367 95 -#> 5349 VR2AR-546132 -5.606667 56.39367 95 -#> 5350 VR2AR-546132 -5.606667 56.39367 95 -#> 5351 VR2AR-546132 -5.606667 56.39367 95 -#> 5352 VR2AR-546132 -5.606667 56.39367 95 -#> 5353 VR2AR-546132 -5.606667 56.39367 95 -#> 5354 VR2AR-546132 -5.606667 56.39367 95 -#> 5355 VR2AR-546132 -5.606667 56.39367 95 -#> 5356 VR2AR-546132 -5.606667 56.39367 95 -#> 5357 VR2AR-546132 -5.606667 56.39367 95 -#> 5358 VR2AR-546132 -5.606667 56.39367 95 -#> 5359 VR2AR-546132 -5.606667 56.39367 95 -#> 5360 VR2AR-546132 -5.606667 56.39367 95 -#> 5361 VR2AR-546132 -5.606667 56.39367 95 -#> 5362 VR2AR-546132 -5.606667 56.39367 95 -#> 5363 VR2AR-546132 -5.606667 56.39367 95 -#> 5364 VR2AR-546132 -5.606667 56.39367 95 -#> 5365 VR2AR-546132 -5.606667 56.39367 95 -#> 5366 VR2AR-546132 -5.606667 56.39367 95 -#> 5367 VR2AR-546132 -5.606667 56.39367 95 -#> 5368 VR2AR-546132 -5.606667 56.39367 95 -#> 5369 VR2AR-546132 -5.606667 56.39367 95 -#> 5370 VR2W-120722 -5.602283 56.37748 25 -#> 5371 VR2W-120722 -5.602283 56.37748 25 -#> 5372 VR2W-120722 -5.602283 56.37748 25 -#> 5373 VR2W-120722 -5.602283 56.37748 25 -#> 5374 VR2W-120722 -5.602283 56.37748 25 -#> 5375 VR2W-120722 -5.602283 56.37748 25 -#> 5376 VR2W-120722 -5.602283 56.37748 25 -#> 5377 VR2W-120722 -5.602283 56.37748 25 -#> 5378 VR2W-120722 -5.602283 56.37748 25 -#> 5379 VR2W-120722 -5.602283 56.37748 25 -#> 5380 VR2W-120722 -5.602283 56.37748 25 -#> 5381 VR2AR-546132 -5.606667 56.39367 95 -#> 5382 VR2AR-546132 -5.606667 56.39367 95 -#> 5383 VR2AR-546132 -5.606667 56.39367 95 -#> 5384 VR2AR-546132 -5.606667 56.39367 95 -#> 5385 VR2AR-546132 -5.606667 56.39367 95 -#> 5386 VR2AR-546132 -5.606667 56.39367 95 -#> 5387 VR2AR-546132 -5.606667 56.39367 95 -#> 5388 VR2AR-546132 -5.606667 56.39367 95 -#> 5389 VR2AR-546132 -5.606667 56.39367 95 -#> 5390 VR2AR-546132 -5.606667 56.39367 95 -#> 5391 VR2AR-546132 -5.606667 56.39367 95 -#> 5392 VR2AR-546132 -5.606667 56.39367 95 -#> 5393 VR2AR-546132 -5.606667 56.39367 95 -#> 5394 VR2AR-546132 -5.606667 56.39367 95 -#> 5395 VR2AR-546132 -5.606667 56.39367 95 -#> 5396 VR2AR-546132 -5.606667 56.39367 95 -#> 5397 VR2AR-546132 -5.606667 56.39367 95 -#> 5398 VR2AR-546132 -5.606667 56.39367 95 -#> 5399 VR2AR-546132 -5.606667 56.39367 95 -#> 5400 VR2AR-546132 -5.606667 56.39367 95 -#> 5401 VR2AR-546132 -5.606667 56.39367 95 -#> 5402 VR2AR-546132 -5.606667 56.39367 95 -#> 5403 VR2AR-546132 -5.606667 56.39367 95 -#> 5404 VR2AR-546132 -5.606667 56.39367 95 -#> 5405 VR2AR-546132 -5.606667 56.39367 95 -#> 5406 VR2AR-546132 -5.606667 56.39367 95 -#> 5407 VR2AR-546132 -5.606667 56.39367 95 -#> 5408 VR2AR-546132 -5.606667 56.39367 95 -#> 5409 VR2AR-546132 -5.606667 56.39367 95 -#> 5410 VR2AR-546132 -5.606667 56.39367 95 -#> 5411 VR2AR-546132 -5.606667 56.39367 95 -#> 5412 VR2AR-546132 -5.606667 56.39367 95 -#> 5413 VR2AR-546132 -5.606667 56.39367 95 -#> 5414 VR2AR-546132 -5.606667 56.39367 95 -#> 5415 VR2AR-546132 -5.606667 56.39367 95 -#> 5416 VR2AR-546132 -5.606667 56.39367 95 -#> 5417 VR2AR-546132 -5.606667 56.39367 95 -#> 5418 VR2AR-546132 -5.606667 56.39367 95 -#> 5419 VR2AR-546132 -5.606667 56.39367 95 -#> 5420 VR2AR-546132 -5.606667 56.39367 95 -#> 5421 VR2AR-546132 -5.606667 56.39367 95 -#> 5422 VR2AR-546132 -5.606667 56.39367 95 -#> 5423 VR2AR-546132 -5.606667 56.39367 95 -#> 5424 VR2AR-546132 -5.606667 56.39367 95 -#> 5425 VR2AR-546132 -5.606667 56.39367 95 -#> 5426 VR2AR-546132 -5.606667 56.39367 95 -#> 5427 VR2AR-546132 -5.606667 56.39367 95 -#> 5428 VR2W-120722 -5.602283 56.37748 25 -#> 5429 VR2W-120722 -5.602283 56.37748 25 -#> 5430 VR2W-120722 -5.602283 56.37748 25 -#> 5431 VR2W-120722 -5.602283 56.37748 25 -#> 5432 VR2W-120722 -5.602283 56.37748 25 -#> 5433 VR2W-108158 -5.619533 56.37413 25 -#> 5434 VR2W-108158 -5.619533 56.37413 25 -#> 5435 VR2W-108158 -5.619533 56.37413 25 -#> 5436 VR2W-108158 -5.619533 56.37413 25 -#> 5437 VR2W-108158 -5.619533 56.37413 25 -#> 5438 VR2W-108158 -5.619533 56.37413 25 -#> 5439 VR2W-108158 -5.619533 56.37413 25 -#> 5440 VR2W-108158 -5.619533 56.37413 25 -#> 5441 VR2W-120722 -5.602283 56.37748 25 -#> 5442 VR2W-120722 -5.602283 56.37748 25 -#> 5443 VR2W-120722 -5.602283 56.37748 25 -#> 5444 VR2W-120722 -5.602283 56.37748 25 -#> 5445 VR2W-120722 -5.602283 56.37748 25 -#> 5446 VR2W-120722 -5.602283 56.37748 25 -#> 5447 VR2W-120722 -5.602283 56.37748 25 -#> 5448 VR2W-120722 -5.602283 56.37748 25 -#> 5449 VR2W-120722 -5.602283 56.37748 25 -#> 5450 VR2W-120722 -5.602283 56.37748 25 -#> 5451 VR2W-120722 -5.602283 56.37748 25 -#> 5452 VR2W-120722 -5.602283 56.37748 25 -#> 5453 VR2W-120722 -5.602283 56.37748 25 -#> 5454 VR2W-120722 -5.602283 56.37748 25 -#> 5455 VR2W-120722 -5.602283 56.37748 25 -#> 5456 VR2W-120722 -5.602283 56.37748 25 -#> 5457 VR2W-120722 -5.602283 56.37748 25 -#> 5458 VR2W-120722 -5.602283 56.37748 25 -#> 5459 VR2W-120722 -5.602283 56.37748 25 -#> 5460 VR2W-120722 -5.602283 56.37748 25 -#> 5461 VR2W-120722 -5.602283 56.37748 25 -#> 5462 VR2W-120722 -5.602283 56.37748 25 -#> 5463 VR2W-120722 -5.602283 56.37748 25 -#> 5464 VR2W-120722 -5.602283 56.37748 25 -#> 5465 VR2W-108158 -5.619533 56.37413 25 -#> 5466 VR2W-108158 -5.619533 56.37413 25 -#> 5467 VR2W-108158 -5.619533 56.37413 25 -#> 5468 VR2W-108158 -5.619533 56.37413 25 -#> 5469 VR2W-108158 -5.619533 56.37413 25 -#> 5470 VR2W-108158 -5.619533 56.37413 25 -#> 5471 VR2W-108158 -5.619533 56.37413 25 -#> 5472 VR2W-108158 -5.619533 56.37413 25 -#> 5473 VR2W-120722 -5.602283 56.37748 25 -#> 5474 VR2W-120722 -5.602283 56.37748 25 -#> 5475 VR2W-120722 -5.602283 56.37748 25 -#> 5476 VR2W-120722 -5.602283 56.37748 25 -#> 5477 VR2W-120722 -5.602283 56.37748 25 -#> 5478 VR2W-120722 -5.602283 56.37748 25 -#> 5479 VR2W-120722 -5.602283 56.37748 25 -#> 5480 VR2W-120722 -5.602283 56.37748 25 -#> 5481 VR2W-120722 -5.602283 56.37748 25 -#> 5482 VR2W-120722 -5.602283 56.37748 25 -#> 5483 VR2W-120722 -5.602283 56.37748 25 -#> 5484 VR2W-120722 -5.602283 56.37748 25 -#> 5485 VR2W-120722 -5.602283 56.37748 25 -#> 5486 VR2W-108158 -5.619533 56.37413 25 -#> 5487 VR2W-108158 -5.619533 56.37413 25 -#> 5488 VR2W-108158 -5.619533 56.37413 25 -#> 5489 VR2W-108158 -5.619533 56.37413 25 -#> 5490 VR2W-108158 -5.619533 56.37413 25 -#> 5491 VR2W-108158 -5.619533 56.37413 25 -#> 5492 VR2W-108158 -5.619533 56.37413 25 -#> 5493 VR2W-108158 -5.619533 56.37413 25 -#> 5494 VR2W-108158 -5.619533 56.37413 25 -#> 5495 VR2W-108158 -5.619533 56.37413 25 -#> 5496 VR2W-108158 -5.619533 56.37413 25 -#> 5497 VR2W-108158 -5.619533 56.37413 25 -#> 5498 VR2W-108158 -5.619533 56.37413 25 -#> 5499 VR2W-108158 -5.619533 56.37413 25 -#> 5500 VR2W-108158 -5.619533 56.37413 25 -#> 5501 VR2W-108158 -5.619533 56.37413 25 -#> 5502 VR2W-108158 -5.619533 56.37413 25 -#> 5503 VR2W-108158 -5.619533 56.37413 25 -#> 5504 VR2W-108158 -5.619533 56.37413 25 -#> 5505 VR2W-108158 -5.619533 56.37413 25 -#> 5506 VR2W-108158 -5.619533 56.37413 25 -#> 5507 VR2W-108158 -5.619533 56.37413 25 -#> 5508 VR2W-108158 -5.619533 56.37413 25 -#> 5509 VR2W-108158 -5.619533 56.37413 25 -#> 5510 VR2W-108158 -5.619533 56.37413 25 -#> 5511 VR2W-108158 -5.619533 56.37413 25 -#> 5512 VR2W-108158 -5.619533 56.37413 25 -#> 5513 VR2W-108161 -5.605383 56.46018 25 -#> 5514 VR2W-108161 -5.605383 56.46018 25 -#> 5515 VR2W-108161 -5.605383 56.46018 25 -#> 5516 VR2W-108161 -5.605383 56.46018 25 -#> 5517 VR2AR-546131 -5.612700 56.37988 35 -#> 5518 VR2AR-546131 -5.612700 56.37988 35 -#> 5519 VR2AR-546131 -5.612700 56.37988 35 -#> 5520 VR2AR-546131 -5.612700 56.37988 35 -#> 5521 VR2AR-546131 -5.612700 56.37988 35 -#> 5522 VR2AR-546131 -5.612700 56.37988 35 -#> 5523 VR2AR-546131 -5.612700 56.37988 35 -#> 5524 VR2AR-546131 -5.612700 56.37988 35 -#> 5525 VR2AR-546131 -5.612700 56.37988 35 -#> 5526 VR2AR-546131 -5.612700 56.37988 35 -#> 5527 VR2AR-546131 -5.612700 56.37988 35 -#> 5528 VR2AR-546131 -5.612700 56.37988 35 -#> 5529 VR2AR-546131 -5.612700 56.37988 35 -#> 5530 VR2W-108158 -5.619533 56.37413 25 -#> 5531 VR2W-108158 -5.619533 56.37413 25 -#> 5532 VR2W-108158 -5.619533 56.37413 25 -#> 5533 VR2W-108158 -5.619533 56.37413 25 -#> 5534 VR2W-108158 -5.619533 56.37413 25 -#> 5535 VR2W-108158 -5.619533 56.37413 25 -#> 5536 VR2W-108158 -5.619533 56.37413 25 -#> 5537 VR2W-108158 -5.619533 56.37413 25 -#> 5538 VR2W-108158 -5.619533 56.37413 25 -#> 5539 VR2W-108158 -5.619533 56.37413 25 -#> 5540 VR2W-108158 -5.619533 56.37413 25 -#> 5541 VR2W-108158 -5.619533 56.37413 25 -#> 5542 VR2W-108158 -5.619533 56.37413 25 -#> 5543 VR2W-108158 -5.619533 56.37413 25 -#> 5544 VR2W-108158 -5.619533 56.37413 25 -#> 5545 VR2W-108158 -5.619533 56.37413 25 -#> 5546 VR2W-108158 -5.619533 56.37413 25 -#> 5547 VR2W-108158 -5.619533 56.37413 25 -#> 5548 VR2W-108158 -5.619533 56.37413 25 -#> 5549 VR2W-108158 -5.619533 56.37413 25 -#> 5550 VR2W-108158 -5.619533 56.37413 25 -#> 5551 VR2W-108158 -5.619533 56.37413 25 -#> 5552 VR2W-108158 -5.619533 56.37413 25 -#> 5553 VR2W-108158 -5.619533 56.37413 25 -#> 5554 VR2AR-546131 -5.612700 56.37988 35 -#> 5555 VR2AR-546131 -5.612700 56.37988 35 -#> 5556 VR2AR-546131 -5.612700 56.37988 35 -#> 5557 VR2AR-546131 -5.612700 56.37988 35 -#> 5558 VR2AR-546131 -5.612700 56.37988 35 -#> 5559 VR2AR-546131 -5.612700 56.37988 35 -#> 5560 VR2AR-546131 -5.612700 56.37988 35 -#> 5561 VR2AR-546131 -5.612700 56.37988 35 -#> 5562 VR2AR-546131 -5.612700 56.37988 35 -#> 5563 VR2AR-546131 -5.612700 56.37988 35 -#> 5564 VR2AR-546131 -5.612700 56.37988 35 -#> 5565 VR2AR-546131 -5.612700 56.37988 35 -#> 5566 VR2AR-546131 -5.612700 56.37988 35 -#> 5567 VR2AR-546131 -5.612700 56.37988 35 -#> 5568 VR2AR-546131 -5.612700 56.37988 35 -#> 5569 VR2AR-546131 -5.612700 56.37988 35 -#> 5570 VR2AR-546131 -5.612700 56.37988 35 -#> 5571 VR2AR-546131 -5.612700 56.37988 35 -#> 5572 VR2AR-546131 -5.612700 56.37988 35 -#> 5573 VR2AR-546131 -5.612700 56.37988 35 -#> 5574 VR2AR-546131 -5.612700 56.37988 35 -#> 5575 VR2AR-546131 -5.612700 56.37988 35 -#> 5576 VR2AR-546131 -5.612700 56.37988 35 -#> 5577 VR2AR-546131 -5.612700 56.37988 35 -#> 5578 VR2AR-546131 -5.612700 56.37988 35 -#> 5579 VR2AR-546131 -5.612700 56.37988 35 -#> 5580 VR2AR-546131 -5.612700 56.37988 35 -#> 5581 VR2AR-546131 -5.612700 56.37988 35 -#> 5582 VR2AR-546131 -5.612700 56.37988 35 -#> 5583 VR2AR-546131 -5.612700 56.37988 35 -#> 5584 VR2AR-546131 -5.612700 56.37988 35 -#> 5585 VR2AR-546131 -5.612700 56.37988 35 -#> 5586 VR2AR-546380 -5.637917 56.44800 25 -#> 5587 VR2AR-546380 -5.637917 56.44800 25 -#> 5588 VR2AR-546380 -5.637917 56.44800 25 -#> 5589 VR2W-108161 -5.605383 56.46018 25 -#> 5590 VR2W-108161 -5.605383 56.46018 25 -#> 5591 VR2W-108161 -5.605383 56.46018 25 -#> 5592 VR2W-108161 -5.605383 56.46018 25 -#> 5593 VR2W-108161 -5.605383 56.46018 25 -#> 5594 VR2W-108161 -5.605383 56.46018 25 -#> 5595 VR2W-108161 -5.605383 56.46018 25 -#> 5596 VR2W-108161 -5.605383 56.46018 25 -#> 5597 VR2W-108161 -5.605383 56.46018 25 -#> 5598 VR2W-108161 -5.605383 56.46018 25 -#> 5599 VR2W-108161 -5.605383 56.46018 25 -#> 5600 VR2W-108161 -5.605383 56.46018 25 -#> 5601 VR2W-108161 -5.605383 56.46018 25 -#> 5602 VR2W-108161 -5.605383 56.46018 25 -#> 5603 VR2AR-546380 -5.637917 56.44800 25 -#> 5604 VR2AR-546380 -5.637917 56.44800 25 -#> 5605 VR2AR-546380 -5.637917 56.44800 25 -#> 5606 VR2AR-546380 -5.637917 56.44800 25 -#> 5607 VR2AR-546380 -5.637917 56.44800 25 -#> 5608 VR2AR-546380 -5.637917 56.44800 25 -#> 5609 VR2AR-546380 -5.637917 56.44800 25 -#> 5610 VR2AR-546380 -5.637917 56.44800 25 -#> 5611 VR2AR-546380 -5.637917 56.44800 25 -#> 5612 VR2AR-546136 -5.626250 56.44810 75 -#> 5613 VR2AR-546136 -5.626250 56.44810 75 -#> 5614 VR2AR-546136 -5.626250 56.44810 75 -#> 5615 VR2AR-546131 -5.612700 56.37988 35 -#> 5616 VR2AR-546131 -5.612700 56.37988 35 -#> 5617 VR2AR-546131 -5.612700 56.37988 35 -#> 5618 VR2AR-546131 -5.612700 56.37988 35 -#> 5619 VR2AR-546131 -5.612700 56.37988 35 -#> 5620 VR2AR-546131 -5.612700 56.37988 35 -#> 5621 VR2AR-546131 -5.612700 56.37988 35 -#> 5622 VR2AR-546131 -5.612700 56.37988 35 -#> 5623 VR2AR-546131 -5.612700 56.37988 35 -#> 5624 VR2AR-546131 -5.612700 56.37988 35 -#> 5625 VR2AR-546131 -5.612700 56.37988 35 -#> 5626 VR2AR-546131 -5.612700 56.37988 35 -#> 5627 VR2AR-546131 -5.612700 56.37988 35 -#> 5628 VR2AR-546131 -5.612700 56.37988 35 -#> 5629 VR2AR-546131 -5.612700 56.37988 35 -#> 5630 VR2AR-546131 -5.612700 56.37988 35 -#> 5631 VR2AR-546131 -5.612700 56.37988 35 -#> 5632 VR2AR-546131 -5.612700 56.37988 35 -#> 5633 VR2AR-546131 -5.612700 56.37988 35 -#> 5634 VR2AR-546131 -5.612700 56.37988 35 -#> 5635 VR2AR-546131 -5.612700 56.37988 35 -#> 5636 VR2AR-546131 -5.612700 56.37988 35 -#> 5637 VR2AR-546131 -5.612700 56.37988 35 -#> 5638 VR2AR-546131 -5.612700 56.37988 35 -#> 5639 VR2AR-546131 -5.612700 56.37988 35 -#> 5640 VR2AR-546131 -5.612700 56.37988 35 -#> 5641 VR2AR-546131 -5.612700 56.37988 35 -#> 5642 VR2AR-546131 -5.612700 56.37988 35 -#> 5643 VR2AR-546131 -5.612700 56.37988 35 -#> 5644 VR2AR-546131 -5.612700 56.37988 35 -#> 5645 VR2AR-546131 -5.612700 56.37988 35 -#> 5646 VR2AR-546136 -5.626250 56.44810 75 -#> 5647 VR2AR-546136 -5.626250 56.44810 75 -#> 5648 VR2AR-546136 -5.626250 56.44810 75 -#> 5649 VR2W-108161 -5.605383 56.46018 25 -#> 5650 VR2W-108161 -5.605383 56.46018 25 -#> 5651 VR2AR-546136 -5.626250 56.44810 75 -#> 5652 VR2AR-546136 -5.626250 56.44810 75 -#> 5653 VR2AR-546136 -5.626250 56.44810 75 -#> 5654 VR2AR-546136 -5.626250 56.44810 75 -#> 5655 VR2AR-546136 -5.626250 56.44810 75 -#> 5656 VR2AR-546136 -5.626250 56.44810 75 -#> 5657 VR2AR-546380 -5.637917 56.44800 25 -#> 5658 VR2AR-546380 -5.637917 56.44800 25 -#> 5659 VR2AR-546136 -5.626250 56.44810 75 -#> 5660 VR2AR-546136 -5.626250 56.44810 75 -#> 5661 VR2AR-546136 -5.626250 56.44810 75 -#> 5662 VR2AR-546136 -5.626250 56.44810 75 -#> 5663 VR2AR-546136 -5.626250 56.44810 75 -#> 5664 VR2AR-546136 -5.626250 56.44810 75 -#> 5665 VR2AR-546136 -5.626250 56.44810 75 -#> 5666 VR2AR-546136 -5.626250 56.44810 75 -#> 5667 VR2AR-546131 -5.612700 56.37988 35 -#> 5668 VR2AR-546131 -5.612700 56.37988 35 -#> 5669 VR2AR-546131 -5.612700 56.37988 35 -#> 5670 VR2AR-546131 -5.612700 56.37988 35 -#> 5671 VR2AR-546131 -5.612700 56.37988 35 -#> 5672 VR2AR-546131 -5.612700 56.37988 35 -#> 5673 VR2AR-546131 -5.612700 56.37988 35 -#> 5674 VR2AR-546131 -5.612700 56.37988 35 -#> 5675 VR2AR-546131 -5.612700 56.37988 35 -#> 5676 VR2AR-546131 -5.612700 56.37988 35 -#> 5677 VR2AR-546131 -5.612700 56.37988 35 -#> 5678 VR2AR-546131 -5.612700 56.37988 35 -#> 5679 VR2AR-546131 -5.612700 56.37988 35 -#> 5680 VR2AR-546131 -5.612700 56.37988 35 -#> 5681 VR2AR-546131 -5.612700 56.37988 35 -#> 5682 VR2AR-546131 -5.612700 56.37988 35 -#> 5683 VR2AR-546131 -5.612700 56.37988 35 -#> 5684 VR2AR-546131 -5.612700 56.37988 35 -#> 5685 VR2AR-546131 -5.612700 56.37988 35 -#> 5686 VR2AR-546131 -5.612700 56.37988 35 -#> 5687 VR2AR-546131 -5.612700 56.37988 35 -#> 5688 VR2AR-546131 -5.612700 56.37988 35 -#> 5689 VR2AR-546131 -5.612700 56.37988 35 -#> 5690 VR2AR-546131 -5.612700 56.37988 35 -#> 5691 VR2AR-546131 -5.612700 56.37988 35 -#> 5692 VR2AR-546131 -5.612700 56.37988 35 -#> 5693 VR2AR-546136 -5.626250 56.44810 75 -#> 5694 VR2AR-546136 -5.626250 56.44810 75 -#> 5695 VR2AR-546136 -5.626250 56.44810 75 -#> 5696 VR2AR-546136 -5.626250 56.44810 75 -#> 5697 VR2AR-546136 -5.626250 56.44810 75 -#> 5698 VR2AR-546136 -5.626250 56.44810 75 -#> 5699 VR2AR-546136 -5.626250 56.44810 75 -#> 5700 VR2AR-546136 -5.626250 56.44810 75 -#> 5701 VR2AR-546136 -5.626250 56.44810 75 -#> 5702 VR2AR-546136 -5.626250 56.44810 75 -#> 5703 VR2AR-546136 -5.626250 56.44810 75 -#> 5704 VR2AR-546136 -5.626250 56.44810 75 -#> 5705 VR2AR-546380 -5.637917 56.44800 25 -#> 5706 VR2AR-546380 -5.637917 56.44800 25 -#> 5707 VR2AR-546380 -5.637917 56.44800 25 -#> 5708 VR2AR-546380 -5.637917 56.44800 25 -#> 5709 VR2AR-546380 -5.637917 56.44800 25 -#> 5710 VR2AR-546380 -5.637917 56.44800 25 -#> 5711 VR2AR-546380 -5.637917 56.44800 25 -#> 5712 VR2AR-546380 -5.637917 56.44800 25 -#> 5713 VR2AR-546380 -5.637917 56.44800 25 -#> 5714 VR2AR-546380 -5.637917 56.44800 25 -#> 5715 VR2AR-546380 -5.637917 56.44800 25 -#> 5716 VR2AR-546380 -5.637917 56.44800 25 -#> 5717 VR2AR-546380 -5.637917 56.44800 25 -#> 5718 VR2AR-546136 -5.626250 56.44810 75 -#> 5719 VR2AR-546136 -5.626250 56.44810 75 -#> 5720 VR2AR-546136 -5.626250 56.44810 75 -#> 5721 VR2AR-546136 -5.626250 56.44810 75 -#> 5722 VR2AR-546136 -5.626250 56.44810 75 -#> 5723 VR2AR-546136 -5.626250 56.44810 75 -#> 5724 VR2AR-546136 -5.626250 56.44810 75 -#> 5725 VR2AR-546136 -5.626250 56.44810 75 -#> 5726 VR2AR-546136 -5.626250 56.44810 75 -#> 5727 VR2AR-546136 -5.626250 56.44810 75 -#> 5728 VR2AR-546136 -5.626250 56.44810 75 -#> 5729 VR2AR-546136 -5.626250 56.44810 75 -#> 5730 VR2AR-546136 -5.626250 56.44810 75 -#> 5731 VR2AR-546133 -5.701717 56.49747 90 -#> 5732 VR2AR-546133 -5.701717 56.49747 90 -#> 5733 VR2AR-546133 -5.701717 56.49747 90 -#> 5734 VR2AR-546133 -5.701717 56.49747 90 -#> 5735 VR2AR-546133 -5.701717 56.49747 90 -#> 5736 VR2AR-546133 -5.701717 56.49747 90 -#> 5737 VR2AR-546133 -5.701717 56.49747 90 -#> 5738 VR2AR-546133 -5.701717 56.49747 90 -#> 5739 VR2AR-546133 -5.701717 56.49747 90 -#> 5740 VR2AR-546133 -5.701717 56.49747 90 -#> 5741 VR2AR-546133 -5.701717 56.49747 90 -#> 5742 VR2-5637 -5.692417 56.49913 25 -#> 5743 VR2-5637 -5.692417 56.49913 25 -#> 5744 VR2-5637 -5.692417 56.49913 25 -#> 5745 VR2-5637 -5.692417 56.49913 25 -#> 5746 VR2-5637 -5.692417 56.49913 25 -#> 5747 VR2-5637 -5.692417 56.49913 25 -#> 5748 VR2-5637 -5.692417 56.49913 25 -#> 5749 VR2-5637 -5.692417 56.49913 25 -#> 5750 VR2-5637 -5.692417 56.49913 25 -#> 5751 VR2-5637 -5.692417 56.49913 25 -#> 5752 VR2-5637 -5.692417 56.49913 25 -#> 5753 VR2-5637 -5.692417 56.49913 25 -#> 5754 VR2-5637 -5.692417 56.49913 25 -#> 5755 VR2-5637 -5.692417 56.49913 25 -#> 5756 VR2-5637 -5.692417 56.49913 25 -#> 5757 VR2-5637 -5.692417 56.49913 25 -#> 5758 VR2-5637 -5.692417 56.49913 25 -#> 5759 VR2-5637 -5.692417 56.49913 25 -#> 5760 VR2-5637 -5.692417 56.49913 25 -#> 5761 VR2W-108161 -5.605383 56.46018 25 -#> 5762 VR2W-108161 -5.605383 56.46018 25 -#> 5763 VR2W-108161 -5.605383 56.46018 25 -#> 5764 VR2W-108161 -5.605383 56.46018 25 -#> 5765 VR2W-108161 -5.605383 56.46018 25 -#> 5766 VR2W-108161 -5.605383 56.46018 25 -#> 5767 VR2W-108161 -5.605383 56.46018 25 -#> 5768 VR2W-108161 -5.605383 56.46018 25 -#> 5769 VR2W-108161 -5.605383 56.46018 25 -#> 5770 VR2W-108161 -5.605383 56.46018 25 -#> 5771 VR2W-108161 -5.605383 56.46018 25 -#> 5772 VR2W-108161 -5.605383 56.46018 25 -#> 5773 VR2W-108161 -5.605383 56.46018 25 -#> 5774 VR2W-108161 -5.605383 56.46018 25 -#> 5775 VR2W-108161 -5.605383 56.46018 25 -#> 5776 VR2W-108161 -5.605383 56.46018 25 -#> 5777 VR2W-108161 -5.605383 56.46018 25 -#> 5778 VR2W-108161 -5.605383 56.46018 25 -#> 5779 VR2W-108161 -5.605383 56.46018 25 -#> 5780 VR2W-108161 -5.605383 56.46018 25 -#> 5781 VR2W-108161 -5.605383 56.46018 25 -#> 5782 VR2W-108161 -5.605383 56.46018 25 -#> 5783 VR2W-108161 -5.605383 56.46018 25 -#> 5784 VR2AR-546131 -5.612700 56.37988 35 -#> 5785 VR2AR-546131 -5.612700 56.37988 35 -#> 5786 VR2AR-546131 -5.612700 56.37988 35 -#> 5787 VR2AR-546131 -5.612700 56.37988 35 -#> 5788 VR2AR-546131 -5.612700 56.37988 35 -#> 5789 VR2AR-546131 -5.612700 56.37988 35 -#> 5790 VR2AR-546131 -5.612700 56.37988 35 -#> 5791 VR2AR-546131 -5.612700 56.37988 35 -#> 5792 VR2AR-546131 -5.612700 56.37988 35 -#> 5793 VR2AR-546131 -5.612700 56.37988 35 -#> 5794 VR2AR-546131 -5.612700 56.37988 35 -#> 5795 VR2AR-546131 -5.612700 56.37988 35 -#> 5796 VR2AR-546131 -5.612700 56.37988 35 -#> 5797 VR2AR-546131 -5.612700 56.37988 35 -#> 5798 VR2AR-546131 -5.612700 56.37988 35 -#> 5799 VR2AR-546131 -5.612700 56.37988 35 -#> 5800 VR2AR-546131 -5.612700 56.37988 35 -#> 5801 VR2AR-546131 -5.612700 56.37988 35 -#> 5802 VR2AR-546131 -5.612700 56.37988 35 -#> 5803 VR2AR-546131 -5.612700 56.37988 35 -#> 5804 VR2AR-546131 -5.612700 56.37988 35 -#> 5805 VR2AR-546131 -5.612700 56.37988 35 -#> 5806 VR2AR-546131 -5.612700 56.37988 35 -#> 5807 VR2AR-546131 -5.612700 56.37988 35 -#> 5808 VR2AR-546131 -5.612700 56.37988 35 -#> 5809 VR2AR-546131 -5.612700 56.37988 35 -#> 5810 VR2AR-546131 -5.612700 56.37988 35 -#> 5811 VR2AR-546131 -5.612700 56.37988 35 -#> 5812 VR2AR-546131 -5.612700 56.37988 35 -#> 5813 VR2AR-546131 -5.612700 56.37988 35 -#> 5814 VR2AR-546131 -5.612700 56.37988 35 -#> 5815 VR2AR-546131 -5.612700 56.37988 35 -#> 5816 VR2AR-546131 -5.612700 56.37988 35 -#> 5817 VR2AR-546131 -5.612700 56.37988 35 -#> 5818 VR2AR-546131 -5.612700 56.37988 35 -#> 5819 VR2AR-546131 -5.612700 56.37988 35 -#> 5820 VR2AR-546131 -5.612700 56.37988 35 -#> 5821 VR2AR-546131 -5.612700 56.37988 35 -#> 5822 VR2AR-546131 -5.612700 56.37988 35 -#> 5823 VR2AR-546131 -5.612700 56.37988 35 -#> 5824 VR2AR-546131 -5.612700 56.37988 35 -#> 5825 VR2AR-546131 -5.612700 56.37988 35 -#> 5826 VR2AR-546131 -5.612700 56.37988 35 -#> 5827 VR2AR-546131 -5.612700 56.37988 35 -#> 5828 VR2AR-546131 -5.612700 56.37988 35 -#> 5829 VR2AR-546131 -5.612700 56.37988 35 -#> 5830 VR2AR-546131 -5.612700 56.37988 35 -#> 5831 VR2AR-546131 -5.612700 56.37988 35 -#> 5832 VR2AR-546131 -5.612700 56.37988 35 -#> 5833 VR2AR-546131 -5.612700 56.37988 35 -#> 5834 VR2AR-546131 -5.612700 56.37988 35 -#> 5835 VR2AR-546131 -5.612700 56.37988 35 -#> 5836 VR2AR-546131 -5.612700 56.37988 35 -#> 5837 VR2AR-546131 -5.612700 56.37988 35 -#> 5838 VR2AR-546131 -5.612700 56.37988 35 -#> 5839 VR2AR-546131 -5.612700 56.37988 35 -#> 5840 VR2AR-546131 -5.612700 56.37988 35 -#> 5841 VR2AR-546131 -5.612700 56.37988 35 -#> 5842 VR2AR-546131 -5.612700 56.37988 35 -#> 5843 VR2AR-546131 -5.612700 56.37988 35 -#> 5844 VR2AR-546131 -5.612700 56.37988 35 -#> 5845 VR2AR-546131 -5.612700 56.37988 35 -#> 5846 VR2AR-546131 -5.612700 56.37988 35 -#> 5847 VR2AR-546131 -5.612700 56.37988 35 -#> 5848 VR2AR-546131 -5.612700 56.37988 35 -#> 5849 VR2AR-546131 -5.612700 56.37988 35 -#> 5850 VR2AR-546131 -5.612700 56.37988 35 -#> 5851 VR2AR-546131 -5.612700 56.37988 35 -#> 5852 VR2AR-546131 -5.612700 56.37988 35 -#> 5853 VR2AR-546131 -5.612700 56.37988 35 -#> 5854 VR2AR-546131 -5.612700 56.37988 35 -#> 5855 VR2AR-546131 -5.612700 56.37988 35 -#> 5856 VR2AR-546131 -5.612700 56.37988 35 -#> 5857 VR2AR-546131 -5.612700 56.37988 35 -#> 5858 VR2AR-546131 -5.612700 56.37988 35 -#> 5859 VR2AR-546131 -5.612700 56.37988 35 -#> 5860 VR2AR-546131 -5.612700 56.37988 35 -#> 5861 VR2AR-546131 -5.612700 56.37988 35 -#> 5862 VR2AR-546136 -5.626250 56.44810 75 -#> 5863 VR2AR-546136 -5.626250 56.44810 75 -#> 5864 VR2AR-546136 -5.626250 56.44810 75 -#> 5865 VR2AR-546136 -5.626250 56.44810 75 -#> 5866 VR2AR-546136 -5.626250 56.44810 75 -#> 5867 VR2AR-546136 -5.626250 56.44810 75 -#> 5868 VR2AR-546136 -5.626250 56.44810 75 -#> 5869 VR2AR-546136 -5.626250 56.44810 75 -#> 5870 VR2AR-546136 -5.626250 56.44810 75 -#> 5871 VR2AR-546136 -5.626250 56.44810 75 -#> 5872 VR2AR-546136 -5.626250 56.44810 75 -#> 5873 VR2AR-546136 -5.626250 56.44810 75 -#> 5874 VR2AR-546136 -5.626250 56.44810 75 -#> 5875 VR2AR-546136 -5.626250 56.44810 75 -#> 5876 VR2AR-546136 -5.626250 56.44810 75 -#> 5877 VR2AR-546136 -5.626250 56.44810 75 -#> 5878 VR2AR-546136 -5.626250 56.44810 75 -#> 5879 VR2AR-546136 -5.626250 56.44810 75 -#> 5880 VR2AR-546136 -5.626250 56.44810 75 -#> 5881 VR2AR-546136 -5.626250 56.44810 75 -#> 5882 VR2AR-546136 -5.626250 56.44810 75 -#> 5883 VR2AR-546136 -5.626250 56.44810 75 -#> 5884 VR2AR-546136 -5.626250 56.44810 75 -#> 5885 VR2AR-546136 -5.626250 56.44810 75 -#> 5886 VR2AR-546136 -5.626250 56.44810 75 -#> 5887 VR2AR-546136 -5.626250 56.44810 75 -#> 5888 VR2AR-546131 -5.612700 56.37988 35 -#> 5889 VR2AR-546131 -5.612700 56.37988 35 -#> 5890 VR2AR-546131 -5.612700 56.37988 35 -#> 5891 VR2AR-546131 -5.612700 56.37988 35 -#> 5892 VR2AR-546131 -5.612700 56.37988 35 -#> 5893 VR2AR-546131 -5.612700 56.37988 35 -#> 5894 VR2AR-546131 -5.612700 56.37988 35 -#> 5895 VR2AR-546131 -5.612700 56.37988 35 -#> 5896 VR2AR-546131 -5.612700 56.37988 35 -#> 5897 VR2AR-546131 -5.612700 56.37988 35 -#> 5898 VR2AR-546131 -5.612700 56.37988 35 -#> 5899 VR2AR-546131 -5.612700 56.37988 35 -#> 5900 VR2AR-546131 -5.612700 56.37988 35 -#> 5901 VR2AR-546131 -5.612700 56.37988 35 -#> 5902 VR2AR-546131 -5.612700 56.37988 35 -#> 5903 VR2AR-546131 -5.612700 56.37988 35 -#> 5904 VR2AR-546131 -5.612700 56.37988 35 -#> 5905 VR2AR-546131 -5.612700 56.37988 35 -#> 5906 VR2AR-546131 -5.612700 56.37988 35 -#> 5907 VR2AR-546131 -5.612700 56.37988 35 -#> 5908 VR2AR-546131 -5.612700 56.37988 35 -#> 5909 VR2AR-546131 -5.612700 56.37988 35 -#> 5910 VR2AR-546131 -5.612700 56.37988 35 -#> 5911 VR2AR-546131 -5.612700 56.37988 35 -#> 5912 VR2AR-546131 -5.612700 56.37988 35 -#> 5913 VR2AR-546131 -5.612700 56.37988 35 -#> 5914 VR2AR-546131 -5.612700 56.37988 35 -#> 5915 VR2AR-546131 -5.612700 56.37988 35 -#> 5916 VR2AR-546131 -5.612700 56.37988 35 -#> 5917 VR2AR-546131 -5.612700 56.37988 35 -#> 5918 VR2AR-546131 -5.612700 56.37988 35 -#> 5919 VR2AR-546131 -5.612700 56.37988 35 -#> 5920 VR2AR-546131 -5.612700 56.37988 35 -#> 5921 VR2AR-546131 -5.612700 56.37988 35 -#> 5922 VR2AR-546131 -5.612700 56.37988 35 -#> 5923 VR2AR-546131 -5.612700 56.37988 35 -#> 5924 VR2AR-546131 -5.612700 56.37988 35 -#> 5925 VR2AR-546131 -5.612700 56.37988 35 -#> 5926 VR2AR-546131 -5.612700 56.37988 35 -#> 5927 VR2AR-546131 -5.612700 56.37988 35 -#> 5928 VR2AR-546131 -5.612700 56.37988 35 -#> 5929 VR2AR-546131 -5.612700 56.37988 35 -#> 5930 VR2AR-546131 -5.612700 56.37988 35 -#> 5931 VR2AR-546131 -5.612700 56.37988 35 -#> 5932 VR2AR-546131 -5.612700 56.37988 35 -#> 5933 VR2AR-546131 -5.612700 56.37988 35 -#> 5934 VR2AR-546131 -5.612700 56.37988 35 -#> 5935 VR2AR-546131 -5.612700 56.37988 35 -#> 5936 VR2AR-546131 -5.612700 56.37988 35 -#> 5937 VR2AR-546131 -5.612700 56.37988 35 -#> 5938 VR2AR-546131 -5.612700 56.37988 35 -#> 5939 VR2AR-546131 -5.612700 56.37988 35 -#> 5940 VR2AR-546131 -5.612700 56.37988 35 -#> 5941 VR2AR-546131 -5.612700 56.37988 35 -#> 5942 VR2AR-546131 -5.612700 56.37988 35 -#> 5943 VR2AR-546131 -5.612700 56.37988 35 -#> 5944 VR2AR-546131 -5.612700 56.37988 35 -#> 5945 VR2AR-546131 -5.612700 56.37988 35 -#> 5946 VR2AR-546131 -5.612700 56.37988 35 -#> 5947 VR2AR-546131 -5.612700 56.37988 35 -#> 5948 VR2AR-546131 -5.612700 56.37988 35 -#> 5949 VR2AR-546131 -5.612700 56.37988 35 -#> 5950 VR2AR-546131 -5.612700 56.37988 35 -#> 5951 VR2AR-546131 -5.612700 56.37988 35 -#> 5952 VR2AR-546131 -5.612700 56.37988 35 -#> 5953 VR2AR-546131 -5.612700 56.37988 35 -#> 5954 VR2AR-546131 -5.612700 56.37988 35 -#> 5955 VR2AR-546131 -5.612700 56.37988 35 -#> 5956 VR2AR-546131 -5.612700 56.37988 35 -#> 5957 VR2AR-546131 -5.612700 56.37988 35 -#> 5958 VR2AR-546131 -5.612700 56.37988 35 -#> 5959 VR2AR-546131 -5.612700 56.37988 35 -#> 5960 VR2AR-546131 -5.612700 56.37988 35 -#> 5961 VR2AR-546131 -5.612700 56.37988 35 -#> 5962 VR2AR-546131 -5.612700 56.37988 35 -#> 5963 VR2AR-546131 -5.612700 56.37988 35 -#> 5964 VR2AR-546131 -5.612700 56.37988 35 -#> 5965 VR2AR-546131 -5.612700 56.37988 35 -#> 5966 VR2AR-546131 -5.612700 56.37988 35 -#> 5967 VR2AR-546131 -5.612700 56.37988 35 -#> 5968 VR2AR-546131 -5.612700 56.37988 35 -#> 5969 VR2AR-546131 -5.612700 56.37988 35 -#> 5970 VR2AR-546131 -5.612700 56.37988 35 -#> 5971 VR2AR-546131 -5.612700 56.37988 35 -#> 5972 VR2AR-546131 -5.612700 56.37988 35 -#> 5973 VR2AR-546131 -5.612700 56.37988 35 -#> 5974 VR2AR-546131 -5.612700 56.37988 35 -#> 5975 VR2AR-546131 -5.612700 56.37988 35 -#> 5976 VR2AR-546131 -5.612700 56.37988 35 -#> 5977 VR2AR-546131 -5.612700 56.37988 35 -#> 5978 VR2AR-546131 -5.612700 56.37988 35 -#> 5979 VR2AR-546131 -5.612700 56.37988 35 -#> 5980 VR2AR-546131 -5.612700 56.37988 35 -#> 5981 VR2AR-546131 -5.612700 56.37988 35 -#> 5982 VR2AR-546131 -5.612700 56.37988 35 -#> 5983 VR2AR-546131 -5.612700 56.37988 35 -#> 5984 VR2AR-546131 -5.612700 56.37988 35 -#> 5985 VR2AR-546131 -5.612700 56.37988 35 -#> 5986 VR2AR-546131 -5.612700 56.37988 35 -#> 5987 VR2AR-546131 -5.612700 56.37988 35 -#> 5988 VR2AR-546131 -5.612700 56.37988 35 -#> 5989 VR2AR-546131 -5.612700 56.37988 35 -#> 5990 VR2AR-546131 -5.612700 56.37988 35 -#> 5991 VR2AR-546131 -5.612700 56.37988 35 -#> 5992 VR2AR-546131 -5.612700 56.37988 35 -#> 5993 VR2AR-546131 -5.612700 56.37988 35 -#> 5994 VR2AR-546131 -5.612700 56.37988 35 -#> 5995 VR2AR-546131 -5.612700 56.37988 35 -#> 5996 VR2AR-546131 -5.612700 56.37988 35 -#> 5997 VR2AR-546131 -5.612700 56.37988 35 -#> 5998 VR2AR-546131 -5.612700 56.37988 35 -#> 5999 VR2AR-546131 -5.612700 56.37988 35 -#> 6000 VR2AR-546131 -5.612700 56.37988 35 -#> 6001 VR2AR-546131 -5.612700 56.37988 35 -#> 6002 VR2AR-546131 -5.612700 56.37988 35 -#> 6003 VR2AR-546131 -5.612700 56.37988 35 -#> 6004 VR2AR-546131 -5.612700 56.37988 35 -#> 6005 VR2AR-546131 -5.612700 56.37988 35 -#> 6006 VR2AR-546131 -5.612700 56.37988 35 -#> 6007 VR2AR-546131 -5.612700 56.37988 35 -#> 6008 VR2AR-546131 -5.612700 56.37988 35 -#> 6009 VR2AR-546131 -5.612700 56.37988 35 -#> 6010 VR2AR-546131 -5.612700 56.37988 35 -#> 6011 VR2AR-546131 -5.612700 56.37988 35 -#> 6012 VR2AR-546131 -5.612700 56.37988 35 -#> 6013 VR2AR-546131 -5.612700 56.37988 35 -#> 6014 VR2AR-546131 -5.612700 56.37988 35 -#> 6015 VR2AR-546131 -5.612700 56.37988 35 -#> 6016 VR2AR-546131 -5.612700 56.37988 35 -#> 6017 VR2AR-546131 -5.612700 56.37988 35 -#> 6018 VR2AR-546131 -5.612700 56.37988 35 -#> 6019 VR2AR-546131 -5.612700 56.37988 35 -#> 6020 VR2AR-546131 -5.612700 56.37988 35 -#> 6021 VR2AR-546131 -5.612700 56.37988 35 -#> 6022 VR2AR-546131 -5.612700 56.37988 35 -#> 6023 VR2AR-546131 -5.612700 56.37988 35 -#> 6024 VR2AR-546131 -5.612700 56.37988 35 -#> 6025 VR2AR-546131 -5.612700 56.37988 35 -#> 6026 VR2AR-546131 -5.612700 56.37988 35 -#> 6027 VR2AR-546131 -5.612700 56.37988 35 -#> 6028 VR2AR-546131 -5.612700 56.37988 35 -#> 6029 VR2AR-546131 -5.612700 56.37988 35 -#> 6030 VR2AR-546131 -5.612700 56.37988 35 -#> 6031 VR2AR-546131 -5.612700 56.37988 35 -#> 6032 VR2AR-546131 -5.612700 56.37988 35 -#> 6033 VR2AR-546131 -5.612700 56.37988 35 -#> 6034 VR2AR-546131 -5.612700 56.37988 35 -#> 6035 VR2AR-546131 -5.612700 56.37988 35 -#> 6036 VR2AR-546131 -5.612700 56.37988 35 -#> 6037 VR2AR-546131 -5.612700 56.37988 35 -#> 6038 VR2AR-546131 -5.612700 56.37988 35 -#> 6039 VR2AR-546131 -5.612700 56.37988 35 -#> 6040 VR2AR-546131 -5.612700 56.37988 35 -#> 6041 VR2AR-546131 -5.612700 56.37988 35 -#> 6042 VR2AR-546131 -5.612700 56.37988 35 -#> 6043 VR2AR-546131 -5.612700 56.37988 35 -#> 6044 VR2AR-546131 -5.612700 56.37988 35 -#> 6045 VR2AR-546131 -5.612700 56.37988 35 -#> 6046 VR2AR-546131 -5.612700 56.37988 35 -#> 6047 VR2AR-546131 -5.612700 56.37988 35 -#> 6048 VR2AR-546131 -5.612700 56.37988 35 -#> 6049 VR2AR-546131 -5.612700 56.37988 35 -#> 6050 VR2AR-546131 -5.612700 56.37988 35 -#> 6051 VR2AR-546131 -5.612700 56.37988 35 -#> 6052 VR2AR-546380 -5.637917 56.44800 25 -#> 6053 VR2AR-546380 -5.637917 56.44800 25 -#> 6054 VR2AR-546380 -5.637917 56.44800 25 -#> 6055 VR2AR-546380 -5.637917 56.44800 25 -#> 6056 VR2AR-546380 -5.637917 56.44800 25 -#> 6057 VR2AR-546136 -5.626250 56.44810 75 -#> 6058 VR2AR-546136 -5.626250 56.44810 75 -#> 6059 VR2AR-546136 -5.626250 56.44810 75 -#> 6060 VR2AR-546136 -5.626250 56.44810 75 -#> 6061 VR2AR-546136 -5.626250 56.44810 75 -#> 6062 VR2AR-546136 -5.626250 56.44810 75 -#> 6063 VR2AR-546136 -5.626250 56.44810 75 -#> 6064 VR2AR-546136 -5.626250 56.44810 75 -#> 6065 VR2AR-546136 -5.626250 56.44810 75 -#> 6066 VR2AR-546134 -5.643867 56.38278 145 -#> 6067 VR2AR-546134 -5.643867 56.38278 145 -#> 6068 VR2AR-546134 -5.643867 56.38278 145 -#> 6069 VR2AR-546134 -5.643867 56.38278 145 -#> 6070 VR2AR-546134 -5.643867 56.38278 145 -#> 6071 VR2AR-546134 -5.643867 56.38278 145 -#> 6072 VR2AR-546134 -5.643867 56.38278 145 -#> 6073 VR2AR-546134 -5.643867 56.38278 145 -#> 6074 VR2AR-546134 -5.643867 56.38278 145 -#> 6075 VR2AR-546134 -5.643867 56.38278 145 -#> 6076 VR2AR-546134 -5.643867 56.38278 145 -#> 6077 VR2AR-546134 -5.643867 56.38278 145 -#> 6078 VR2AR-546134 -5.643867 56.38278 145 -#> 6079 VR2AR-546134 -5.643867 56.38278 145 -#> 6080 VR2AR-546134 -5.643867 56.38278 145 -#> 6081 VR2AR-546134 -5.643867 56.38278 145 -#> 6082 VR2AR-546134 -5.643867 56.38278 145 -#> 6083 VR2AR-546134 -5.643867 56.38278 145 -#> 6084 VR2AR-546134 -5.643867 56.38278 145 -#> 6085 VR2AR-546134 -5.643867 56.38278 145 -#> 6086 VR2AR-546134 -5.643867 56.38278 145 -#> 6087 VR2AR-546134 -5.643867 56.38278 145 -#> 6088 VR2AR-546134 -5.643867 56.38278 145 -#> 6089 VR2AR-546134 -5.643867 56.38278 145 -#> 6090 VR2AR-546134 -5.643867 56.38278 145 -#> 6091 VR2AR-546134 -5.643867 56.38278 145 -#> 6092 VR2AR-546134 -5.643867 56.38278 145 -#> 6093 VR2AR-546134 -5.643867 56.38278 145 -#> 6094 VR2AR-546134 -5.643867 56.38278 145 -#> 6095 VR2AR-546134 -5.643867 56.38278 145 -#> 6096 VR2AR-546134 -5.643867 56.38278 145 -#> 6097 VR2AR-546134 -5.643867 56.38278 145 -#> 6098 VR2AR-546134 -5.643867 56.38278 145 -#> 6099 VR2AR-546134 -5.643867 56.38278 145 -#> 6100 VR2AR-546134 -5.643867 56.38278 145 -#> 6101 VR2AR-546134 -5.643867 56.38278 145 -#> 6102 VR2AR-546134 -5.643867 56.38278 145 -#> 6103 VR2AR-546134 -5.643867 56.38278 145 -#> 6104 VR2AR-546134 -5.643867 56.38278 145 -#> 6105 VR2AR-546131 -5.612700 56.37988 35 -#> 6106 VR2AR-546131 -5.612700 56.37988 35 -#> 6107 VR2AR-546131 -5.612700 56.37988 35 -#> 6108 VR2AR-546131 -5.612700 56.37988 35 -#> 6109 VR2AR-546131 -5.612700 56.37988 35 -#> 6110 VR2AR-546131 -5.612700 56.37988 35 -#> 6111 VR2AR-546131 -5.612700 56.37988 35 -#> 6112 VR2AR-546131 -5.612700 56.37988 35 -#> 6113 VR2AR-546131 -5.612700 56.37988 35 -#> 6114 VR2AR-546131 -5.612700 56.37988 35 -#> 6115 VR2AR-546131 -5.612700 56.37988 35 -#> 6116 VR2AR-546131 -5.612700 56.37988 35 -#> 6117 VR2AR-546131 -5.612700 56.37988 35 -#> 6118 VR2AR-546131 -5.612700 56.37988 35 -#> 6119 VR2AR-546131 -5.612700 56.37988 35 -#> 6120 VR2AR-546131 -5.612700 56.37988 35 -#> 6121 VR2AR-546131 -5.612700 56.37988 35 -#> 6122 VR2AR-546131 -5.612700 56.37988 35 -#> 6123 VR2AR-546131 -5.612700 56.37988 35 -#> 6124 VR2AR-546131 -5.612700 56.37988 35 -#> 6125 VR2AR-546131 -5.612700 56.37988 35 -#> 6126 VR2AR-546131 -5.612700 56.37988 35 -#> 6127 VR2AR-546131 -5.612700 56.37988 35 -#> 6128 VR2AR-546131 -5.612700 56.37988 35 -#> 6129 VR2AR-546131 -5.612700 56.37988 35 -#> 6130 VR2AR-546131 -5.612700 56.37988 35 -#> 6131 VR2AR-546131 -5.612700 56.37988 35 -#> 6132 VR2AR-546131 -5.612700 56.37988 35 -#> 6133 VR2AR-546131 -5.612700 56.37988 35 -#> 6134 VR2AR-546131 -5.612700 56.37988 35 -#> 6135 VR2AR-546131 -5.612700 56.37988 35 -#> 6136 VR2AR-546134 -5.643867 56.38278 145 -#> 6137 VR2AR-546134 -5.643867 56.38278 145 -#> 6138 VR2AR-546134 -5.643867 56.38278 145 -#> 6139 VR2AR-546134 -5.643867 56.38278 145 -#> 6140 VR2AR-546134 -5.643867 56.38278 145 -#> 6141 VR2AR-546134 -5.643867 56.38278 145 -#> 6142 VR2AR-546134 -5.643867 56.38278 145 -#> 6143 VR2AR-546134 -5.643867 56.38278 145 -#> 6144 VR2AR-546134 -5.643867 56.38278 145 -#> 6145 VR2AR-546134 -5.643867 56.38278 145 -#> 6146 VR2AR-546134 -5.643867 56.38278 145 -#> 6147 VR2AR-546134 -5.643867 56.38278 145 -#> 6148 VR2AR-546134 -5.643867 56.38278 145 -#> 6149 VR2AR-546134 -5.643867 56.38278 145 -#> 6150 VR2AR-546134 -5.643867 56.38278 145 -#> 6151 VR2AR-546136 -5.626250 56.44810 75 -#> 6152 VR2AR-546136 -5.626250 56.44810 75 -#> 6153 VR2-5637 -5.692417 56.49913 25 -#> 6154 VR2-5637 -5.692417 56.49913 25 -#> 6155 VR2-5637 -5.692417 56.49913 25 -#> 6156 VR2W-108161 -5.605383 56.46018 25 -#> 6157 VR2W-108161 -5.605383 56.46018 25 -#> 6158 VR2W-108161 -5.605383 56.46018 25 -#> 6159 VR2W-108161 -5.605383 56.46018 25 -#> 6160 VR2W-108161 -5.605383 56.46018 25 -#> 6161 VR2W-108161 -5.605383 56.46018 25 -#> 6162 VR2W-108161 -5.605383 56.46018 25 -#> 6163 VR2W-108161 -5.605383 56.46018 25 -#> 6164 VR2W-108161 -5.605383 56.46018 25 -#> 6165 VR2W-108161 -5.605383 56.46018 25 -#> 6166 VR2W-108161 -5.605383 56.46018 25 -#> 6167 VR2W-108161 -5.605383 56.46018 25 -#> 6168 VR2W-108161 -5.605383 56.46018 25 -#> 6169 VR2W-108161 -5.605383 56.46018 25 -#> 6170 VR2W-108161 -5.605383 56.46018 25 -#> 6171 VR2AR-546136 -5.626250 56.44810 75 -#> 6172 VR2AR-546136 -5.626250 56.44810 75 -#> 6173 VR2AR-546131 -5.612700 56.37988 35 -#> 6174 VR2AR-546131 -5.612700 56.37988 35 -#> 6175 VR2AR-546131 -5.612700 56.37988 35 -#> 6176 VR2AR-546131 -5.612700 56.37988 35 -#> 6177 VR2AR-546131 -5.612700 56.37988 35 -#> 6178 VR2AR-546131 -5.612700 56.37988 35 -#> 6179 VR2AR-546131 -5.612700 56.37988 35 -#> 6180 VR2AR-546131 -5.612700 56.37988 35 -#> 6181 VR2AR-546131 -5.612700 56.37988 35 -#> 6182 VR2AR-546131 -5.612700 56.37988 35 -#> 6183 VR2AR-546131 -5.612700 56.37988 35 -#> 6184 VR2AR-546131 -5.612700 56.37988 35 -#> 6185 VR2AR-546131 -5.612700 56.37988 35 -#> 6186 VR2AR-546131 -5.612700 56.37988 35 -#> 6187 VR2AR-546131 -5.612700 56.37988 35 -#> 6188 VR2AR-546131 -5.612700 56.37988 35 -#> 6189 VR2AR-546131 -5.612700 56.37988 35 -#> 6190 VR2AR-546131 -5.612700 56.37988 35 -#> 6191 VR2AR-546131 -5.612700 56.37988 35 -#> 6192 VR2AR-546131 -5.612700 56.37988 35 -#> 6193 VR2AR-546131 -5.612700 56.37988 35 -#> 6194 VR2AR-546131 -5.612700 56.37988 35 -#> 6195 VR2AR-546131 -5.612700 56.37988 35 -#> 6196 VR2AR-546131 -5.612700 56.37988 35 -#> 6197 VR2AR-546131 -5.612700 56.37988 35 -#> 6198 VR2AR-546131 -5.612700 56.37988 35 -#> 6199 VR2AR-546131 -5.612700 56.37988 35 -#> 6200 VR2AR-546131 -5.612700 56.37988 35 -#> 6201 VR2AR-546131 -5.612700 56.37988 35 -#> 6202 VR2AR-546131 -5.612700 56.37988 35 -#> 6203 VR2AR-546131 -5.612700 56.37988 35 -#> 6204 VR2AR-546131 -5.612700 56.37988 35 -#> 6205 VR2AR-546131 -5.612700 56.37988 35 -#> 6206 VR2AR-546131 -5.612700 56.37988 35 -#> 6207 VR2AR-546131 -5.612700 56.37988 35 -#> 6208 VR2AR-546131 -5.612700 56.37988 35 -#> 6209 VR2AR-546131 -5.612700 56.37988 35 -#> 6210 VR2AR-546131 -5.612700 56.37988 35 -#> 6211 VR2AR-546131 -5.612700 56.37988 35 -#> 6212 VR2AR-546131 -5.612700 56.37988 35 -#> 6213 VR2AR-546380 -5.637917 56.44800 25 -#> 6214 VR2AR-546380 -5.637917 56.44800 25 -#> 6215 VR2AR-546380 -5.637917 56.44800 25 -#> 6216 VR2AR-546380 -5.637917 56.44800 25 -#> 6217 VR2AR-546380 -5.637917 56.44800 25 -#> 6218 VR2AR-546380 -5.637917 56.44800 25 -#> 6219 VR2AR-546380 -5.637917 56.44800 25 -#> 6220 VR2AR-546380 -5.637917 56.44800 25 -#> 6221 VR2AR-546380 -5.637917 56.44800 25 -#> 6222 VR2AR-546133 -5.701717 56.49747 90 -#> 6223 VR2AR-546133 -5.701717 56.49747 90 -#> 6224 VR2AR-546133 -5.701717 56.49747 90 -#> 6225 VR2AR-546133 -5.701717 56.49747 90 -#> 6226 VR2AR-546133 -5.701717 56.49747 90 -#> 6227 VR2AR-546133 -5.701717 56.49747 90 -#> 6228 VR2AR-546133 -5.701717 56.49747 90 -#> 6229 VR2-5637 -5.692417 56.49913 25 -#> 6230 VR2-5637 -5.692417 56.49913 25 -#> 6231 VR2-5637 -5.692417 56.49913 25 -#> 6232 VR2-5637 -5.692417 56.49913 25 -#> 6233 VR2AR-546133 -5.701717 56.49747 90 -#> 6234 VR2AR-546133 -5.701717 56.49747 90 -#> 6235 VR2AR-546133 -5.701717 56.49747 90 -#> 6236 VR2AR-546133 -5.701717 56.49747 90 -#> 6237 VR2AR-546133 -5.701717 56.49747 90 -#> 6238 VR2AR-546133 -5.701717 56.49747 90 -#> 6239 VR2AR-546133 -5.701717 56.49747 90 -#> 6240 VR2AR-546133 -5.701717 56.49747 90 -#> 6241 VR2AR-546133 -5.701717 56.49747 90 -#> 6242 VR2AR-546133 -5.701717 56.49747 90 -#> 6243 VR2AR-546133 -5.701717 56.49747 90 -#> 6244 VR2AR-546133 -5.701717 56.49747 90 -#> 6245 VR2AR-546133 -5.701717 56.49747 90 -#> 6246 VR2AR-546133 -5.701717 56.49747 90 -#> 6247 VR2AR-546133 -5.701717 56.49747 90 -#> 6248 VR2AR-546133 -5.701717 56.49747 90 -#> 6249 VR2AR-546133 -5.701717 56.49747 90 -#> 6250 VR2AR-546133 -5.701717 56.49747 90 -#> 6251 VR2AR-546133 -5.701717 56.49747 90 -#> 6252 VR2AR-546133 -5.701717 56.49747 90 -#> 6253 VR2AR-546133 -5.701717 56.49747 90 -#> 6254 VR2AR-546133 -5.701717 56.49747 90 -#> 6255 VR2AR-546133 -5.701717 56.49747 90 -#> 6256 VR2AR-546133 -5.701717 56.49747 90 -#> 6257 VR2AR-546133 -5.701717 56.49747 90 -#> 6258 VR2AR-546133 -5.701717 56.49747 90 -#> 6259 VR2AR-546133 -5.701717 56.49747 90 -#> 6260 VR2AR-546133 -5.701717 56.49747 90 -#> 6261 VR2AR-546133 -5.701717 56.49747 90 -#> 6262 VR2AR-546133 -5.701717 56.49747 90 -#> 6263 VR2AR-546133 -5.701717 56.49747 90 -#> 6264 VR2AR-546133 -5.701717 56.49747 90 -#> 6265 VR2-5637 -5.692417 56.49913 25 -#> 6266 VR2AR-546133 -5.701717 56.49747 90 -#> 6267 VR2-5637 -5.692417 56.49913 25 -#> 6268 VR2AR-546133 -5.701717 56.49747 90 -#> 6269 VR2-5637 -5.692417 56.49913 25 -#> 6270 VR2-5637 -5.692417 56.49913 25 -#> 6271 VR2-5637 -5.692417 56.49913 25 -#> 6272 VR2-5637 -5.692417 56.49913 25 -#> 6273 VR2-5637 -5.692417 56.49913 25 -#> 6274 VR2-5637 -5.692417 56.49913 25 -#> 6275 VR2-5637 -5.692417 56.49913 25 -#> 6276 VR2-5637 -5.692417 56.49913 25 -#> 6277 VR2-5637 -5.692417 56.49913 25 -#> 6278 VR2-5637 -5.692417 56.49913 25 -#> 6279 VR2-5637 -5.692417 56.49913 25 -#> 6280 VR2-5637 -5.692417 56.49913 25 -#> 6281 VR2-5637 -5.692417 56.49913 25 -#> 6282 VR2W-108161 -5.605383 56.46018 25 -#> 6283 VR2W-108161 -5.605383 56.46018 25 -#> 6284 VR2W-108161 -5.605383 56.46018 25 -#> 6285 VR2W-108161 -5.605383 56.46018 25 -#> 6286 VR2W-108161 -5.605383 56.46018 25 -#> 6287 VR2W-108161 -5.605383 56.46018 25 -#> 6288 VR2W-108161 -5.605383 56.46018 25 -#> 6289 VR2W-108161 -5.605383 56.46018 25 -#> 6290 VR2W-108161 -5.605383 56.46018 25 -#> 6291 VR2W-108161 -5.605383 56.46018 25 -#> 6292 VR2W-108161 -5.605383 56.46018 25 -#> 6293 VR2W-108161 -5.605383 56.46018 25 -#> 6294 VR2W-108161 -5.605383 56.46018 25 -#> 6295 VR2W-108161 -5.605383 56.46018 25 -#> 6296 VR2W-108161 -5.605383 56.46018 25 -#> 6297 VR2W-108161 -5.605383 56.46018 25 -#> 6298 VR2W-108161 -5.605383 56.46018 25 -#> 6299 VR2W-108161 -5.605383 56.46018 25 -#> 6300 VR2W-108161 -5.605383 56.46018 25 -#> 6301 VR2W-108161 -5.605383 56.46018 25 -#> 6302 VR2W-108161 -5.605383 56.46018 25 -#> 6303 VR2W-108161 -5.605383 56.46018 25 -#> 6304 VR2W-108161 -5.605383 56.46018 25 -#> 6305 VR2W-108161 -5.605383 56.46018 25 -#> 6306 VR2W-108161 -5.605383 56.46018 25 -#> 6307 VR2W-108161 -5.605383 56.46018 25 -#> 6308 VR2W-108161 -5.605383 56.46018 25 -#> 6309 VR2W-108161 -5.605383 56.46018 25 -#> 6310 VR2W-108161 -5.605383 56.46018 25 -#> 6311 VR2W-108161 -5.605383 56.46018 25 -#> 6312 VR2W-108161 -5.605383 56.46018 25 -#> 6313 VR2W-108161 -5.605383 56.46018 25 -#> 6314 VR2W-108161 -5.605383 56.46018 25 -#> 6315 VR2W-108161 -5.605383 56.46018 25 -#> 6316 VR2W-108161 -5.605383 56.46018 25 -#> 6317 VR2W-108161 -5.605383 56.46018 25 -#> 6318 VR2W-108161 -5.605383 56.46018 25 -#> 6319 VR2AR-546136 -5.626250 56.44810 75 -#> 6320 VR2AR-546136 -5.626250 56.44810 75 -#> 6321 VR2AR-546136 -5.626250 56.44810 75 -#> 6322 VR2AR-546136 -5.626250 56.44810 75 -#> 6323 VR2AR-546136 -5.626250 56.44810 75 -#> 6324 VR2AR-546136 -5.626250 56.44810 75 -#> 6325 VR2AR-546136 -5.626250 56.44810 75 -#> 6326 VR2AR-546136 -5.626250 56.44810 75 -#> 6327 VR2AR-546136 -5.626250 56.44810 75 -#> 6328 VR2AR-546136 -5.626250 56.44810 75 -#> 6329 VR2AR-546136 -5.626250 56.44810 75 -#> 6330 VR2AR-546136 -5.626250 56.44810 75 -#> 6331 VR2AR-546136 -5.626250 56.44810 75 -#> 6332 VR2AR-546136 -5.626250 56.44810 75 -#> 6333 VR2AR-546136 -5.626250 56.44810 75 -#> 6334 VR2AR-546136 -5.626250 56.44810 75 -#> 6335 VR2AR-546136 -5.626250 56.44810 75 -#> 6336 VR2AR-546136 -5.626250 56.44810 75 -#> 6337 VR2AR-546136 -5.626250 56.44810 75 -#> 6338 VR2AR-546136 -5.626250 56.44810 75 -#> 6339 VR2AR-546136 -5.626250 56.44810 75 -#> 6340 VR2AR-546136 -5.626250 56.44810 75 -#> 6341 VR2AR-546136 -5.626250 56.44810 75 -#> 6342 VR2AR-546136 -5.626250 56.44810 75 -#> 6343 VR2AR-546136 -5.626250 56.44810 75 -#> 6344 VR2AR-546136 -5.626250 56.44810 75 -#> 6345 VR2AR-546136 -5.626250 56.44810 75 -#> 6346 VR2AR-546136 -5.626250 56.44810 75 -#> 6347 VR2AR-546136 -5.626250 56.44810 75 -#> 6348 VR2AR-546136 -5.626250 56.44810 75 -#> 6349 VR2AR-546136 -5.626250 56.44810 75 -#> 6350 VR2AR-546136 -5.626250 56.44810 75 -#> 6351 VR2AR-546136 -5.626250 56.44810 75 -#> 6352 VR2AR-546136 -5.626250 56.44810 75 -#> 6353 VR2AR-546136 -5.626250 56.44810 75 -#> 6354 VR2AR-546136 -5.626250 56.44810 75 -#> 6355 VR2AR-546136 -5.626250 56.44810 75 -#> 6356 VR2AR-546136 -5.626250 56.44810 75 -#> 6357 VR2AR-546136 -5.626250 56.44810 75 -#> 6358 VR2AR-546136 -5.626250 56.44810 75 -#> 6359 VR2AR-546136 -5.626250 56.44810 75 -#> 6360 VR2AR-546136 -5.626250 56.44810 75 -#> 6361 VR2W-108161 -5.605383 56.46018 25 -#> 6362 VR2W-108161 -5.605383 56.46018 25 -#> 6363 VR2W-108161 -5.605383 56.46018 25 -#> 6364 VR2W-108161 -5.605383 56.46018 25 -#> 6365 VR2W-108161 -5.605383 56.46018 25 -#> 6366 VR2W-108161 -5.605383 56.46018 25 -#> 6367 VR2W-108161 -5.605383 56.46018 25 -#> 6368 VR2W-108161 -5.605383 56.46018 25 -#> 6369 VR2W-108161 -5.605383 56.46018 25 -#> 6370 VR2W-108161 -5.605383 56.46018 25 -#> 6371 VR2W-108161 -5.605383 56.46018 25 -#> 6372 VR2W-108161 -5.605383 56.46018 25 -#> 6373 VR2W-108161 -5.605383 56.46018 25 -#> 6374 VR2W-108161 -5.605383 56.46018 25 -#> 6375 VR2AR-546131 -5.612700 56.37988 35 -#> 6376 VR2AR-546131 -5.612700 56.37988 35 -#> 6377 VR2AR-546131 -5.612700 56.37988 35 -#> 6378 VR2AR-546131 -5.612700 56.37988 35 -#> 6379 VR2AR-546131 -5.612700 56.37988 35 -#> 6380 VR2AR-546131 -5.612700 56.37988 35 -#> 6381 VR2AR-546131 -5.612700 56.37988 35 -#> 6382 VR2AR-546131 -5.612700 56.37988 35 -#> 6383 VR2AR-546131 -5.612700 56.37988 35 -#> 6384 VR2AR-546131 -5.612700 56.37988 35 -#> 6385 VR2AR-546131 -5.612700 56.37988 35 -#> 6386 VR2AR-546131 -5.612700 56.37988 35 -#> 6387 VR2AR-546131 -5.612700 56.37988 35 -#> 6388 VR2AR-546131 -5.612700 56.37988 35 -#> 6389 VR2AR-546131 -5.612700 56.37988 35 -#> 6390 VR2AR-546131 -5.612700 56.37988 35 -#> 6391 VR2AR-546131 -5.612700 56.37988 35 -#> 6392 VR2AR-546131 -5.612700 56.37988 35 -#> 6393 VR2AR-546131 -5.612700 56.37988 35 -#> 6394 VR2AR-546131 -5.612700 56.37988 35 -#> 6395 VR2AR-546131 -5.612700 56.37988 35 -#> 6396 VR2AR-546131 -5.612700 56.37988 35 -#> 6397 VR2AR-546131 -5.612700 56.37988 35 -#> 6398 VR2AR-546131 -5.612700 56.37988 35 -#> 6399 VR2AR-546131 -5.612700 56.37988 35 -#> 6400 VR2AR-546131 -5.612700 56.37988 35 -#> 6401 VR2AR-546131 -5.612700 56.37988 35 -#> 6402 VR2AR-546131 -5.612700 56.37988 35 -#> 6403 VR2AR-546131 -5.612700 56.37988 35 -#> 6404 VR2AR-546131 -5.612700 56.37988 35 -#> 6405 VR2AR-546131 -5.612700 56.37988 35 -#> 6406 VR2AR-546131 -5.612700 56.37988 35 -#> 6407 VR2AR-546131 -5.612700 56.37988 35 -#> 6408 VR2AR-546131 -5.612700 56.37988 35 -#> 6409 VR2AR-546131 -5.612700 56.37988 35 -#> 6410 VR2AR-546131 -5.612700 56.37988 35 -#> 6411 VR2AR-546131 -5.612700 56.37988 35 -#> 6412 VR2AR-546131 -5.612700 56.37988 35 -#> 6413 VR2AR-546131 -5.612700 56.37988 35 -#> 6414 VR2AR-546131 -5.612700 56.37988 35 -#> 6415 VR2AR-546131 -5.612700 56.37988 35 -#> 6416 VR2AR-546131 -5.612700 56.37988 35 -#> 6417 VR2AR-546131 -5.612700 56.37988 35 -#> 6418 VR2AR-546131 -5.612700 56.37988 35 -#> 6419 VR2AR-546131 -5.612700 56.37988 35 -#> 6420 VR2AR-546131 -5.612700 56.37988 35 -#> 6421 VR2AR-546131 -5.612700 56.37988 35 -#> 6422 VR2AR-546131 -5.612700 56.37988 35 -#> 6423 VR2AR-546131 -5.612700 56.37988 35 -#> 6424 VR2AR-546131 -5.612700 56.37988 35 -#> 6425 VR2AR-546131 -5.612700 56.37988 35 -#> 6426 VR2AR-546131 -5.612700 56.37988 35 -#> 6427 VR2AR-546131 -5.612700 56.37988 35 -#> 6428 VR2AR-546131 -5.612700 56.37988 35 -#> 6429 VR2AR-546131 -5.612700 56.37988 35 -#> 6430 VR2AR-546131 -5.612700 56.37988 35 -#> 6431 VR2AR-546131 -5.612700 56.37988 35 -#> 6432 VR2AR-546131 -5.612700 56.37988 35 -#> 6433 VR2AR-546131 -5.612700 56.37988 35 -#> 6434 VR2AR-546136 -5.626250 56.44810 75 -#> 6435 VR2AR-546136 -5.626250 56.44810 75 -#> 6436 VR2W-108161 -5.605383 56.46018 25 -#> 6437 VR2W-108161 -5.605383 56.46018 25 -#> 6438 VR2W-108161 -5.605383 56.46018 25 -#> 6439 VR2W-108161 -5.605383 56.46018 25 -#> 6440 VR2W-108161 -5.605383 56.46018 25 -#> 6441 VR2W-108161 -5.605383 56.46018 25 -#> 6442 VR2W-108161 -5.605383 56.46018 25 -#> 6443 VR2W-108161 -5.605383 56.46018 25 -#> 6444 VR2W-108161 -5.605383 56.46018 25 -#> 6445 VR2W-108161 -5.605383 56.46018 25 -#> 6446 VR2W-108161 -5.605383 56.46018 25 -#> 6447 VR2W-108161 -5.605383 56.46018 25 -#> 6448 VR2W-108161 -5.605383 56.46018 25 -#> 6449 VR2W-108161 -5.605383 56.46018 25 -#> 6450 VR2W-108161 -5.605383 56.46018 25 -#> 6451 VR2W-108161 -5.605383 56.46018 25 -#> 6452 VR2W-108161 -5.605383 56.46018 25 -#> 6453 VR2W-108161 -5.605383 56.46018 25 -#> 6454 VR2W-108161 -5.605383 56.46018 25 -#> 6455 VR2AR-546131 -5.612700 56.37988 35 -#> 6456 VR2AR-546131 -5.612700 56.37988 35 -#> 6457 VR2AR-546131 -5.612700 56.37988 35 -#> 6458 VR2AR-546131 -5.612700 56.37988 35 -#> 6459 VR2AR-546131 -5.612700 56.37988 35 -#> 6460 VR2AR-546131 -5.612700 56.37988 35 -#> 6461 VR2AR-546131 -5.612700 56.37988 35 -#> 6462 VR2AR-546131 -5.612700 56.37988 35 -#> 6463 VR2AR-546131 -5.612700 56.37988 35 -#> 6464 VR2AR-546131 -5.612700 56.37988 35 -#> 6465 VR2AR-546131 -5.612700 56.37988 35 -#> 6466 VR2AR-546131 -5.612700 56.37988 35 -#> 6467 VR2AR-546131 -5.612700 56.37988 35 -#> 6468 VR2AR-546131 -5.612700 56.37988 35 -#> 6469 VR2AR-546131 -5.612700 56.37988 35 -#> 6470 VR2AR-546131 -5.612700 56.37988 35 -#> 6471 VR2AR-546131 -5.612700 56.37988 35 -#> 6472 VR2AR-546131 -5.612700 56.37988 35 -#> 6473 VR2AR-546131 -5.612700 56.37988 35 -#> 6474 VR2AR-546131 -5.612700 56.37988 35 -#> 6475 VR2AR-546131 -5.612700 56.37988 35 -#> 6476 VR2AR-546131 -5.612700 56.37988 35 -#> 6477 VR2AR-546131 -5.612700 56.37988 35 -#> 6478 VR2AR-546131 -5.612700 56.37988 35 -#> 6479 VR2AR-546131 -5.612700 56.37988 35 -#> 6480 VR2AR-546131 -5.612700 56.37988 35 -#> 6481 VR2AR-546131 -5.612700 56.37988 35 -#> 6482 VR2AR-546131 -5.612700 56.37988 35 -#> 6483 VR2AR-546131 -5.612700 56.37988 35 -#> 6484 VR2AR-546131 -5.612700 56.37988 35 -#> 6485 VR2AR-546131 -5.612700 56.37988 35 -#> 6486 VR2AR-546131 -5.612700 56.37988 35 -#> 6487 VR2AR-546131 -5.612700 56.37988 35 -#> 6488 VR2AR-546131 -5.612700 56.37988 35 -#> 6489 VR2AR-546131 -5.612700 56.37988 35 -#> 6490 VR2AR-546131 -5.612700 56.37988 35 -#> 6491 VR2W-108158 -5.619533 56.37413 25 -#> 6492 VR2W-108158 -5.619533 56.37413 25 -#> 6493 VR2W-108158 -5.619533 56.37413 25 -#> 6494 VR2W-108158 -5.619533 56.37413 25 -#> 6495 VR2W-108158 -5.619533 56.37413 25 -#> 6496 VR2W-108158 -5.619533 56.37413 25 -#> 6497 VR2W-108158 -5.619533 56.37413 25 -#> 6498 VR2W-108158 -5.619533 56.37413 25 -#> 6499 VR2W-108158 -5.619533 56.37413 25 -#> 6500 VR2W-108158 -5.619533 56.37413 25 -#> 6501 VR2W-108158 -5.619533 56.37413 25 -#> 6502 VR2W-108160 -5.631733 56.37447 50 -#> 6503 VR2W-108160 -5.631733 56.37447 50 -#> 6504 VR2W-108160 -5.631733 56.37447 50 -#> 6505 VR2W-108160 -5.631733 56.37447 50 -#> 6506 VR2W-108160 -5.631733 56.37447 50 -#> 6507 VR2W-108160 -5.631733 56.37447 50 -#> 6508 VR2W-108160 -5.631733 56.37447 50 -#> 6509 VR2W-108160 -5.631733 56.37447 50 -#> 6510 VR2W-108160 -5.631733 56.37447 50 -#> 6511 VR2W-108160 -5.631733 56.37447 50 -#> 6512 VR2W-108160 -5.631733 56.37447 50 -#> 6513 VR2W-108160 -5.631733 56.37447 50 -#> 6514 VR2W-108160 -5.631733 56.37447 50 -#> 6515 VR2W-108160 -5.631733 56.37447 50 -#> 6516 VR2W-108160 -5.631733 56.37447 50 -#> 6517 VR2W-108160 -5.631733 56.37447 50 -#> 6518 VR2W-108160 -5.631733 56.37447 50 -#> 6519 VR2W-108160 -5.631733 56.37447 50 -#> 6520 VR2W-108160 -5.631733 56.37447 50 -#> 6521 VR2W-108160 -5.631733 56.37447 50 -#> 6522 VR2W-108160 -5.631733 56.37447 50 -#> 6523 VR2W-108160 -5.631733 56.37447 50 -#> 6524 VR2W-108160 -5.631733 56.37447 50 -#> 6525 VR2W-108160 -5.631733 56.37447 50 -#> 6526 VR2W-108160 -5.631733 56.37447 50 -#> 6527 VR2W-108160 -5.631733 56.37447 50 -#> 6528 VR2W-108160 -5.631733 56.37447 50 -#> 6529 VR2W-108160 -5.631733 56.37447 50 -#> 6530 VR2W-108160 -5.631733 56.37447 50 -#> 6531 VR2W-108160 -5.631733 56.37447 50 -#> 6532 VR2W-108160 -5.631733 56.37447 50 -#> 6533 VR2W-108160 -5.631733 56.37447 50 -#> 6534 VR2W-108160 -5.631733 56.37447 50 -#> 6535 VR2W-108160 -5.631733 56.37447 50 -#> 6536 VR2W-108160 -5.631733 56.37447 50 -#> 6537 VR2W-108160 -5.631733 56.37447 50 -#> 6538 VR2W-108160 -5.631733 56.37447 50 -#> 6539 VR2W-108160 -5.631733 56.37447 50 -#> 6540 VR2W-108160 -5.631733 56.37447 50 -#> 6541 VR2W-108160 -5.631733 56.37447 50 -#> 6542 VR2W-108160 -5.631733 56.37447 50 -#> 6543 VR2W-108160 -5.631733 56.37447 50 -#> 6544 VR2W-108160 -5.631733 56.37447 50 -#> 6545 VR2W-108160 -5.631733 56.37447 50 -#> 6546 VR2W-108160 -5.631733 56.37447 50 -#> 6547 VR2W-108160 -5.631733 56.37447 50 -#> 6548 VR2W-108160 -5.631733 56.37447 50 -#> 6549 VR2W-108160 -5.631733 56.37447 50 -#> 6550 VR2W-108160 -5.631733 56.37447 50 -#> 6551 VR2W-108160 -5.631733 56.37447 50 -#> 6552 VR2W-108160 -5.631733 56.37447 50 -#> 6553 VR2W-108160 -5.631733 56.37447 50 -#> 6554 VR2W-108160 -5.631733 56.37447 50 -#> 6555 VR2W-108160 -5.631733 56.37447 50 -#> 6556 VR2W-108160 -5.631733 56.37447 50 -#> 6557 VR2W-108160 -5.631733 56.37447 50 -#> 6558 VR2W-108160 -5.631733 56.37447 50 -#> 6559 VR2W-108160 -5.631733 56.37447 50 -#> 6560 VR2W-108160 -5.631733 56.37447 50 -#> 6561 VR2W-108160 -5.631733 56.37447 50 -#> 6562 VR2W-108160 -5.631733 56.37447 50 -#> 6563 VR2W-108160 -5.631733 56.37447 50 -#> 6564 VR2W-108160 -5.631733 56.37447 50 -#> 6565 VR2W-108160 -5.631733 56.37447 50 -#> 6566 VR2AR-546131 -5.612700 56.37988 35 -#> 6567 VR2AR-546131 -5.612700 56.37988 35 -#> 6568 VR2AR-546131 -5.612700 56.37988 35 -#> 6569 VR2AR-546131 -5.612700 56.37988 35 -#> 6570 VR2AR-546131 -5.612700 56.37988 35 -#> 6571 VR2AR-546131 -5.612700 56.37988 35 -#> 6572 VR2AR-546131 -5.612700 56.37988 35 -#> 6573 VR2AR-546131 -5.612700 56.37988 35 -#> 6574 VR2AR-546131 -5.612700 56.37988 35 -#> 6575 VR2AR-546131 -5.612700 56.37988 35 -#> 6576 VR2AR-546131 -5.612700 56.37988 35 -#> 6577 VR2AR-546131 -5.612700 56.37988 35 -#> 6578 VR2AR-546131 -5.612700 56.37988 35 -#> 6579 VR2AR-546131 -5.612700 56.37988 35 -#> 6580 VR2AR-546131 -5.612700 56.37988 35 -#> 6581 VR2AR-546131 -5.612700 56.37988 35 -#> 6582 VR2AR-546131 -5.612700 56.37988 35 -#> 6583 VR2AR-546131 -5.612700 56.37988 35 -#> 6584 VR2AR-546131 -5.612700 56.37988 35 -#> 6585 VR2AR-546131 -5.612700 56.37988 35 -#> 6586 VR2AR-546131 -5.612700 56.37988 35 -#> 6587 VR2AR-546131 -5.612700 56.37988 35 -#> 6588 VR2AR-546131 -5.612700 56.37988 35 -#> 6589 VR2AR-546131 -5.612700 56.37988 35 -#> 6590 VR2AR-546131 -5.612700 56.37988 35 -#> 6591 VR2AR-546131 -5.612700 56.37988 35 -#> 6592 VR2AR-546131 -5.612700 56.37988 35 -#> 6593 VR2AR-546131 -5.612700 56.37988 35 -#> 6594 VR2AR-546131 -5.612700 56.37988 35 -#> 6595 VR2AR-546131 -5.612700 56.37988 35 -#> 6596 VR2AR-546131 -5.612700 56.37988 35 -#> 6597 VR2AR-546131 -5.612700 56.37988 35 -#> 6598 VR2AR-546131 -5.612700 56.37988 35 -#> 6599 VR2AR-546131 -5.612700 56.37988 35 -#> 6600 VR2AR-546131 -5.612700 56.37988 35 -#> 6601 VR2AR-546131 -5.612700 56.37988 35 -#> 6602 VR2AR-546131 -5.612700 56.37988 35 -#> 6603 VR2AR-546131 -5.612700 56.37988 35 -#> 6604 VR2AR-546131 -5.612700 56.37988 35 -#> 6605 VR2AR-546131 -5.612700 56.37988 35 -#> 6606 VR2AR-546131 -5.612700 56.37988 35 -#> 6607 VR2AR-546131 -5.612700 56.37988 35 -#> 6608 VR2AR-546131 -5.612700 56.37988 35 -#> 6609 VR2AR-546131 -5.612700 56.37988 35 -#> 6610 VR2AR-546131 -5.612700 56.37988 35 -#> 6611 VR2AR-546131 -5.612700 56.37988 35 -#> 6612 VR2AR-546131 -5.612700 56.37988 35 -#> 6613 VR2AR-546131 -5.612700 56.37988 35 -#> 6614 VR2AR-546131 -5.612700 56.37988 35 -#> 6615 VR2AR-546131 -5.612700 56.37988 35 -#> 6616 VR2AR-546131 -5.612700 56.37988 35 -#> 6617 VR2AR-546131 -5.612700 56.37988 35 -#> 6618 VR2AR-546131 -5.612700 56.37988 35 -#> 6619 VR2AR-546131 -5.612700 56.37988 35 -#> 6620 VR2AR-546131 -5.612700 56.37988 35 -#> 6621 VR2AR-546131 -5.612700 56.37988 35 -#> 6622 VR2AR-546131 -5.612700 56.37988 35 -#> 6623 VR2AR-546131 -5.612700 56.37988 35 -#> 6624 VR2AR-546131 -5.612700 56.37988 35 -#> 6625 VR2AR-546131 -5.612700 56.37988 35 -#> 6626 VR2AR-546131 -5.612700 56.37988 35 -#> 6627 VR2AR-546131 -5.612700 56.37988 35 -#> 6628 VR2AR-546131 -5.612700 56.37988 35 -#> 6629 VR2AR-546131 -5.612700 56.37988 35 -#> 6630 VR2AR-546131 -5.612700 56.37988 35 -#> 6631 VR2AR-546131 -5.612700 56.37988 35 -#> 6632 VR2AR-546131 -5.612700 56.37988 35 -#> 6633 VR2AR-546131 -5.612700 56.37988 35 -#> 6634 VR2AR-546131 -5.612700 56.37988 35 -#> 6635 VR2AR-546131 -5.612700 56.37988 35 -#> 6636 VR2AR-546131 -5.612700 56.37988 35 -#> 6637 VR2AR-546131 -5.612700 56.37988 35 -#> 6638 VR2AR-546131 -5.612700 56.37988 35 -#> 6639 VR2AR-546131 -5.612700 56.37988 35 -#> 6640 VR2AR-546131 -5.612700 56.37988 35 -#> 6641 VR2AR-546131 -5.612700 56.37988 35 -#> 6642 VR2AR-546131 -5.612700 56.37988 35 -#> 6643 VR2AR-546131 -5.612700 56.37988 35 -#> 6644 VR2AR-546131 -5.612700 56.37988 35 -#> 6645 VR2AR-546131 -5.612700 56.37988 35 -#> 6646 VR2AR-546131 -5.612700 56.37988 35 -#> 6647 VR2AR-546131 -5.612700 56.37988 35 -#> 6648 VR2AR-546131 -5.612700 56.37988 35 -#> 6649 VR2AR-546131 -5.612700 56.37988 35 -#> 6650 VR2AR-546131 -5.612700 56.37988 35 -#> 6651 VR2AR-546131 -5.612700 56.37988 35 -#> 6652 VR2AR-546131 -5.612700 56.37988 35 -#> 6653 VR2AR-546131 -5.612700 56.37988 35 -#> 6654 VR2AR-546131 -5.612700 56.37988 35 -#> 6655 VR2AR-546131 -5.612700 56.37988 35 -#> 6656 VR2AR-546131 -5.612700 56.37988 35 -#> 6657 VR2AR-546131 -5.612700 56.37988 35 -#> 6658 VR2AR-546131 -5.612700 56.37988 35 -#> 6659 VR2AR-546131 -5.612700 56.37988 35 -#> 6660 VR2AR-546131 -5.612700 56.37988 35 -#> 6661 VR2AR-546131 -5.612700 56.37988 35 -#> 6662 VR2AR-546131 -5.612700 56.37988 35 -#> 6663 VR2AR-546131 -5.612700 56.37988 35 -#> 6664 VR2AR-546131 -5.612700 56.37988 35 -#> 6665 VR2AR-546131 -5.612700 56.37988 35 -#> 6666 VR2AR-546131 -5.612700 56.37988 35 -#> 6667 VR2AR-546131 -5.612700 56.37988 35 -#> 6668 VR2AR-546131 -5.612700 56.37988 35 -#> 6669 VR2AR-546131 -5.612700 56.37988 35 -#> 6670 VR2AR-546131 -5.612700 56.37988 35 -#> 6671 VR2AR-546131 -5.612700 56.37988 35 -#> 6672 VR2AR-546131 -5.612700 56.37988 35 -#> 6673 VR2AR-546131 -5.612700 56.37988 35 -#> 6674 VR2AR-546131 -5.612700 56.37988 35 -#> 6675 VR2AR-546131 -5.612700 56.37988 35 -#> 6676 VR2AR-546131 -5.612700 56.37988 35 -#> 6677 VR2AR-546131 -5.612700 56.37988 35 -#> 6678 VR2AR-546131 -5.612700 56.37988 35 -#> 6679 VR2AR-546131 -5.612700 56.37988 35 -#> 6680 VR2AR-546131 -5.612700 56.37988 35 -#> 6681 VR2AR-546131 -5.612700 56.37988 35 -#> 6682 VR2AR-546131 -5.612700 56.37988 35 -#> 6683 VR2AR-546131 -5.612700 56.37988 35 -#> 6684 VR2AR-546131 -5.612700 56.37988 35 -#> 6685 VR2AR-546131 -5.612700 56.37988 35 -#> 6686 VR2AR-546131 -5.612700 56.37988 35 -#> 6687 VR2AR-546131 -5.612700 56.37988 35 -#> 6688 VR2AR-546131 -5.612700 56.37988 35 -#> 6689 VR2AR-546131 -5.612700 56.37988 35 -#> 6690 VR2AR-546131 -5.612700 56.37988 35 -#> 6691 VR2AR-546131 -5.612700 56.37988 35 -#> 6692 VR2AR-546131 -5.612700 56.37988 35 -#> 6693 VR2AR-546131 -5.612700 56.37988 35 -#> 6694 VR2AR-546131 -5.612700 56.37988 35 -#> 6695 VR2AR-546131 -5.612700 56.37988 35 -#> 6696 VR2AR-546131 -5.612700 56.37988 35 -#> 6697 VR2AR-546131 -5.612700 56.37988 35 -#> 6698 VR2AR-546131 -5.612700 56.37988 35 -#> 6699 VR2AR-546131 -5.612700 56.37988 35 -#> 6700 VR2AR-546131 -5.612700 56.37988 35 -#> 6701 VR2AR-546131 -5.612700 56.37988 35 -#> 6702 VR2AR-546131 -5.612700 56.37988 35 -#> 6703 VR2AR-546131 -5.612700 56.37988 35 -#> 6704 VR2AR-546131 -5.612700 56.37988 35 -#> 6705 VR2AR-546131 -5.612700 56.37988 35 -#> 6706 VR2AR-546131 -5.612700 56.37988 35 -#> 6707 VR2AR-546131 -5.612700 56.37988 35 -#> 6708 VR2AR-546131 -5.612700 56.37988 35 -#> 6709 VR2AR-546131 -5.612700 56.37988 35 -#> 6710 VR2AR-546131 -5.612700 56.37988 35 -#> 6711 VR2AR-546131 -5.612700 56.37988 35 -#> 6712 VR2AR-546131 -5.612700 56.37988 35 -#> 6713 VR2AR-546131 -5.612700 56.37988 35 -#> 6714 VR2AR-546131 -5.612700 56.37988 35 -#> 6715 VR2AR-546131 -5.612700 56.37988 35 -#> 6716 VR2AR-546131 -5.612700 56.37988 35 -#> 6717 VR2AR-546131 -5.612700 56.37988 35 -#> 6718 VR2AR-546131 -5.612700 56.37988 35 -#> 6719 VR2AR-546131 -5.612700 56.37988 35 -#> 6720 VR2AR-546131 -5.612700 56.37988 35 -#> 6721 VR2AR-546131 -5.612700 56.37988 35 -#> 6722 VR2AR-546131 -5.612700 56.37988 35 -#> 6723 VR2AR-546131 -5.612700 56.37988 35 -#> 6724 VR2AR-546131 -5.612700 56.37988 35 -#> 6725 VR2AR-546131 -5.612700 56.37988 35 -#> 6726 VR2AR-546131 -5.612700 56.37988 35 -#> 6727 VR2AR-546131 -5.612700 56.37988 35 -#> 6728 VR2AR-546134 -5.643867 56.38278 145 -#> 6729 VR2AR-546134 -5.643867 56.38278 145 -#> 6730 VR2AR-546134 -5.643867 56.38278 145 -#> 6731 VR2AR-546134 -5.643867 56.38278 145 -#> 6732 VR2AR-546134 -5.643867 56.38278 145 -#> 6733 VR2AR-546134 -5.643867 56.38278 145 -#> 6734 VR2AR-546134 -5.643867 56.38278 145 -#> 6735 VR2AR-546134 -5.643867 56.38278 145 -#> 6736 VR2AR-546134 -5.643867 56.38278 145 -#> 6737 VR2AR-546134 -5.643867 56.38278 145 -#> 6738 VR2AR-546134 -5.643867 56.38278 145 -#> 6739 VR2AR-546134 -5.643867 56.38278 145 -#> 6740 VR2AR-546134 -5.643867 56.38278 145 -#> 6741 VR2AR-546134 -5.643867 56.38278 145 -#> 6742 VR2AR-546134 -5.643867 56.38278 145 -#> 6743 VR2AR-546134 -5.643867 56.38278 145 -#> 6744 VR2AR-546136 -5.626250 56.44810 75 -#> 6745 VR2AR-546136 -5.626250 56.44810 75 -#> 6746 VR2AR-546131 -5.612700 56.37988 35 -#> 6747 VR2AR-546131 -5.612700 56.37988 35 -#> 6748 VR2AR-546131 -5.612700 56.37988 35 -#> 6749 VR2AR-546131 -5.612700 56.37988 35 -#> 6750 VR2AR-546131 -5.612700 56.37988 35 -#> 6751 VR2AR-546131 -5.612700 56.37988 35 -#> 6752 VR2AR-546131 -5.612700 56.37988 35 -#> 6753 VR2AR-546131 -5.612700 56.37988 35 -#> 6754 VR2AR-546131 -5.612700 56.37988 35 -#> 6755 VR2AR-546131 -5.612700 56.37988 35 -#> 6756 VR2AR-546131 -5.612700 56.37988 35 -#> 6757 VR2AR-546131 -5.612700 56.37988 35 -#> 6758 VR2AR-546131 -5.612700 56.37988 35 -#> 6759 VR2AR-546131 -5.612700 56.37988 35 -#> 6760 VR2AR-546131 -5.612700 56.37988 35 -#> 6761 VR2AR-546131 -5.612700 56.37988 35 -#> 6762 VR2AR-546131 -5.612700 56.37988 35 -#> 6763 VR2AR-546131 -5.612700 56.37988 35 -#> 6764 VR2AR-546131 -5.612700 56.37988 35 -#> 6765 VR2AR-546131 -5.612700 56.37988 35 -#> 6766 VR2AR-546131 -5.612700 56.37988 35 -#> 6767 VR2AR-546131 -5.612700 56.37988 35 -#> 6768 VR2AR-546131 -5.612700 56.37988 35 -#> 6769 VR2AR-546131 -5.612700 56.37988 35 -#> 6770 VR2AR-546131 -5.612700 56.37988 35 -#> 6771 VR2AR-546131 -5.612700 56.37988 35 -#> 6772 VR2AR-546131 -5.612700 56.37988 35 -#> 6773 VR2AR-546131 -5.612700 56.37988 35 -#> 6774 VR2AR-546131 -5.612700 56.37988 35 -#> 6775 VR2AR-546131 -5.612700 56.37988 35 -#> 6776 VR2AR-546131 -5.612700 56.37988 35 -#> 6777 VR2AR-546131 -5.612700 56.37988 35 -#> 6778 VR2AR-546131 -5.612700 56.37988 35 -#> 6779 VR2AR-546131 -5.612700 56.37988 35 -#> 6780 VR2AR-546131 -5.612700 56.37988 35 -#> 6781 VR2AR-546131 -5.612700 56.37988 35 -#> 6782 VR2AR-546131 -5.612700 56.37988 35 -#> 6783 VR2AR-546131 -5.612700 56.37988 35 -#> 6784 VR2AR-546131 -5.612700 56.37988 35 -#> 6785 VR2AR-546131 -5.612700 56.37988 35 -#> 6786 VR2AR-546131 -5.612700 56.37988 35 -#> 6787 VR2AR-546131 -5.612700 56.37988 35 -#> 6788 VR2AR-546131 -5.612700 56.37988 35 -#> 6789 VR2AR-546131 -5.612700 56.37988 35 -#> 6790 VR2AR-546131 -5.612700 56.37988 35 -#> 6791 VR2AR-546131 -5.612700 56.37988 35 -#> 6792 VR2AR-546131 -5.612700 56.37988 35 -#> 6793 VR2AR-546131 -5.612700 56.37988 35 -#> 6794 VR2AR-546131 -5.612700 56.37988 35 -#> 6795 VR2AR-546131 -5.612700 56.37988 35 -#> 6796 VR2AR-546131 -5.612700 56.37988 35 -#> 6797 VR2AR-546131 -5.612700 56.37988 35 -#> 6798 VR2AR-546131 -5.612700 56.37988 35 -#> 6799 VR2AR-546131 -5.612700 56.37988 35 -#> 6800 VR2AR-546131 -5.612700 56.37988 35 -#> 6801 VR2AR-546131 -5.612700 56.37988 35 -#> 6802 VR2AR-546131 -5.612700 56.37988 35 -#> 6803 VR2AR-546131 -5.612700 56.37988 35 -#> 6804 VR2AR-546131 -5.612700 56.37988 35 -#> 6805 VR2AR-546131 -5.612700 56.37988 35 -#> 6806 VR2AR-546131 -5.612700 56.37988 35 -#> 6807 VR2AR-546131 -5.612700 56.37988 35 -#> 6808 VR2AR-546131 -5.612700 56.37988 35 -#> 6809 VR2AR-546131 -5.612700 56.37988 35 -#> 6810 VR2AR-546131 -5.612700 56.37988 35 -#> 6811 VR2AR-546131 -5.612700 56.37988 35 -#> 6812 VR2AR-546131 -5.612700 56.37988 35 -#> 6813 VR2AR-546131 -5.612700 56.37988 35 -#> 6814 VR2AR-546131 -5.612700 56.37988 35 -#> 6815 VR2AR-546131 -5.612700 56.37988 35 -#> 6816 VR2AR-546131 -5.612700 56.37988 35 -#> 6817 VR2AR-546131 -5.612700 56.37988 35 -#> 6818 VR2AR-546131 -5.612700 56.37988 35 -#> 6819 VR2AR-546131 -5.612700 56.37988 35 -#> 6820 VR2AR-546131 -5.612700 56.37988 35 -#> 6821 VR2AR-546131 -5.612700 56.37988 35 -#> 6822 VR2AR-546131 -5.612700 56.37988 35 -#> 6823 VR2AR-546131 -5.612700 56.37988 35 -#> 6824 VR2AR-546131 -5.612700 56.37988 35 -#> 6825 VR2AR-546131 -5.612700 56.37988 35 -#> 6826 VR2AR-546131 -5.612700 56.37988 35 -#> 6827 VR2AR-546131 -5.612700 56.37988 35 -#> 6828 VR2AR-546131 -5.612700 56.37988 35 -#> 6829 VR2AR-546131 -5.612700 56.37988 35 -#> 6830 VR2AR-546131 -5.612700 56.37988 35 -#> 6831 VR2AR-546131 -5.612700 56.37988 35 -#> 6832 VR2AR-546131 -5.612700 56.37988 35 -#> 6833 VR2AR-546131 -5.612700 56.37988 35 -#> 6834 VR2AR-546131 -5.612700 56.37988 35 -#> 6835 VR2AR-546131 -5.612700 56.37988 35 -#> 6836 VR2AR-546131 -5.612700 56.37988 35 -#> 6837 VR2AR-546131 -5.612700 56.37988 35 -#> 6838 VR2AR-546131 -5.612700 56.37988 35 -#> 6839 VR2AR-546131 -5.612700 56.37988 35 -#> 6840 VR2AR-546131 -5.612700 56.37988 35 -#> 6841 VR2AR-546131 -5.612700 56.37988 35 -#> 6842 VR2AR-546131 -5.612700 56.37988 35 -#> 6843 VR2AR-546131 -5.612700 56.37988 35 -#> 6844 VR2AR-546131 -5.612700 56.37988 35 -#> 6845 VR2AR-546131 -5.612700 56.37988 35 -#> 6846 VR2AR-546131 -5.612700 56.37988 35 -#> 6847 VR2AR-546131 -5.612700 56.37988 35 -#> 6848 VR2AR-546131 -5.612700 56.37988 35 -#> 6849 VR2AR-546131 -5.612700 56.37988 35 -#> 6850 VR2AR-546131 -5.612700 56.37988 35 -#> 6851 VR2AR-546131 -5.612700 56.37988 35 -#> 6852 VR2AR-546131 -5.612700 56.37988 35 -#> 6853 VR2AR-546131 -5.612700 56.37988 35 -#> 6854 VR2AR-546131 -5.612700 56.37988 35 -#> 6855 VR2AR-546131 -5.612700 56.37988 35 -#> 6856 VR2AR-546131 -5.612700 56.37988 35 -#> 6857 VR2AR-546131 -5.612700 56.37988 35 -#> 6858 VR2AR-546131 -5.612700 56.37988 35 -#> 6859 VR2AR-546131 -5.612700 56.37988 35 -#> 6860 VR2AR-546131 -5.612700 56.37988 35 -#> 6861 VR2AR-546131 -5.612700 56.37988 35 -#> 6862 VR2AR-546131 -5.612700 56.37988 35 -#> 6863 VR2AR-546131 -5.612700 56.37988 35 -#> 6864 VR2AR-546131 -5.612700 56.37988 35 -#> 6865 VR2AR-546131 -5.612700 56.37988 35 -#> 6866 VR2AR-546131 -5.612700 56.37988 35 -#> 6867 VR2AR-546131 -5.612700 56.37988 35 -#> 6868 VR2AR-546131 -5.612700 56.37988 35 -#> 6869 VR2AR-546131 -5.612700 56.37988 35 -#> 6870 VR2AR-546131 -5.612700 56.37988 35 -#> 6871 VR2AR-546131 -5.612700 56.37988 35 -#> 6872 VR2AR-546131 -5.612700 56.37988 35 -#> 6873 VR2AR-546131 -5.612700 56.37988 35 -#> 6874 VR2AR-546131 -5.612700 56.37988 35 -#> 6875 VR2AR-546131 -5.612700 56.37988 35 -#> 6876 VR2AR-546131 -5.612700 56.37988 35 -#> 6877 VR2AR-546131 -5.612700 56.37988 35 -#> 6878 VR2AR-546131 -5.612700 56.37988 35 -#> 6879 VR2AR-546131 -5.612700 56.37988 35 -#> 6880 VR2AR-546131 -5.612700 56.37988 35 -#> 6881 VR2AR-546131 -5.612700 56.37988 35 -#> 6882 VR2AR-546131 -5.612700 56.37988 35 -#> 6883 VR2AR-546131 -5.612700 56.37988 35 -#> 6884 VR2AR-546131 -5.612700 56.37988 35 -#> 6885 VR2AR-546131 -5.612700 56.37988 35 -#> 6886 VR2AR-546131 -5.612700 56.37988 35 -#> 6887 VR2AR-546131 -5.612700 56.37988 35 -#> 6888 VR2AR-546131 -5.612700 56.37988 35 -#> 6889 VR2AR-546131 -5.612700 56.37988 35 -#> 6890 VR2AR-546131 -5.612700 56.37988 35 -#> 6891 VR2AR-546131 -5.612700 56.37988 35 -#> 6892 VR2AR-546131 -5.612700 56.37988 35 -#> 6893 VR2AR-546131 -5.612700 56.37988 35 -#> 6894 VR2AR-546131 -5.612700 56.37988 35 -#> 6895 VR2AR-546131 -5.612700 56.37988 35 -#> 6896 VR2AR-546131 -5.612700 56.37988 35 -#> 6897 VR2AR-546131 -5.612700 56.37988 35 -#> 6898 VR2AR-546131 -5.612700 56.37988 35 -#> 6899 VR2AR-546131 -5.612700 56.37988 35 -#> 6900 VR2AR-546131 -5.612700 56.37988 35 -#> 6901 VR2AR-546131 -5.612700 56.37988 35 -#> 6902 VR2AR-546131 -5.612700 56.37988 35 -#> 6903 VR2AR-546136 -5.626250 56.44810 75 -#> 6904 VR2AR-546136 -5.626250 56.44810 75 -#> 6905 VR2AR-546136 -5.626250 56.44810 75 -#> 6906 VR2AR-546136 -5.626250 56.44810 75 -#> 6907 VR2AR-546136 -5.626250 56.44810 75 -#> 6908 VR2AR-546136 -5.626250 56.44810 75 -#> 6909 VR2-6723 -5.586383 56.50332 50 -#> 6910 VR2AR-546133 -5.701717 56.49747 90 -#> 6911 VR2AR-546133 -5.701717 56.49747 90 -#> 6912 VR2AR-546133 -5.701717 56.49747 90 -#> 6913 VR2AR-546133 -5.701717 56.49747 90 -#> 6914 VR2AR-546133 -5.701717 56.49747 90 -#> 6915 VR2AR-546133 -5.701717 56.49747 90 -#> 6916 VR2AR-546133 -5.701717 56.49747 90 -#> 6917 VR2AR-546133 -5.701717 56.49747 90 -#> 6918 VR2AR-546133 -5.701717 56.49747 90 -#> 6919 VR2AR-546133 -5.701717 56.49747 90 -#> 6920 VR2AR-546133 -5.701717 56.49747 90 -#> 6921 VR2AR-546133 -5.701717 56.49747 90 -#> 6922 VR2AR-546133 -5.701717 56.49747 90 -#> 6923 VR2AR-546133 -5.701717 56.49747 90 -#> 6924 VR2AR-546133 -5.701717 56.49747 90 -#> 6925 VR2AR-546133 -5.701717 56.49747 90 -#> 6926 VR2AR-546133 -5.701717 56.49747 90 -#> 6927 VR2AR-546133 -5.701717 56.49747 90 -#> 6928 VR2AR-546133 -5.701717 56.49747 90 -#> 6929 VR2AR-546133 -5.701717 56.49747 90 -#> 6930 VR2AR-546133 -5.701717 56.49747 90 -#> 6931 VR2AR-546133 -5.701717 56.49747 90 -#> 6932 VR2W-108161 -5.605383 56.46018 25 -#> 6933 VR2W-108161 -5.605383 56.46018 25 -#> 6934 VR2W-108161 -5.605383 56.46018 25 -#> 6935 VR2W-108161 -5.605383 56.46018 25 -#> 6936 VR2W-108161 -5.605383 56.46018 25 -#> 6937 VR2W-108161 -5.605383 56.46018 25 -#> 6938 VR2W-108161 -5.605383 56.46018 25 -#> 6939 VR2AR-546136 -5.626250 56.44810 75 -#> 6940 VR2AR-546136 -5.626250 56.44810 75 -#> 6941 VR2AR-546136 -5.626250 56.44810 75 -#> 6942 VR2AR-546136 -5.626250 56.44810 75 -#> 6943 VR2AR-546136 -5.626250 56.44810 75 -#> 6944 VR2AR-546136 -5.626250 56.44810 75 -#> 6945 VR2AR-546131 -5.612700 56.37988 35 -#> 6946 VR2AR-546131 -5.612700 56.37988 35 -#> 6947 VR2AR-546131 -5.612700 56.37988 35 -#> 6948 VR2AR-546131 -5.612700 56.37988 35 -#> 6949 VR2AR-546131 -5.612700 56.37988 35 -#> 6950 VR2AR-546131 -5.612700 56.37988 35 -#> 6951 VR2AR-546131 -5.612700 56.37988 35 -#> 6952 VR2AR-546131 -5.612700 56.37988 35 -#> 6953 VR2AR-546131 -5.612700 56.37988 35 -#> 6954 VR2AR-546131 -5.612700 56.37988 35 -#> 6955 VR2AR-546131 -5.612700 56.37988 35 -#> 6956 VR2AR-546131 -5.612700 56.37988 35 -#> 6957 VR2AR-546131 -5.612700 56.37988 35 -#> 6958 VR2AR-546131 -5.612700 56.37988 35 -#> 6959 VR2AR-546131 -5.612700 56.37988 35 -#> 6960 VR2AR-546131 -5.612700 56.37988 35 -#> 6961 VR2AR-546131 -5.612700 56.37988 35 -#> 6962 VR2AR-546131 -5.612700 56.37988 35 -#> 6963 VR2AR-546131 -5.612700 56.37988 35 -#> 6964 VR2AR-546131 -5.612700 56.37988 35 -#> 6965 VR2AR-546131 -5.612700 56.37988 35 -#> 6966 VR2AR-546131 -5.612700 56.37988 35 -#> 6967 VR2AR-546131 -5.612700 56.37988 35 -#> 6968 VR2AR-546131 -5.612700 56.37988 35 -#> 6969 VR2AR-546131 -5.612700 56.37988 35 -#> 6970 VR2AR-546131 -5.612700 56.37988 35 -#> 6971 VR2AR-546131 -5.612700 56.37988 35 -#> 6972 VR2AR-546131 -5.612700 56.37988 35 -#> 6973 VR2AR-546131 -5.612700 56.37988 35 -#> 6974 VR2AR-546131 -5.612700 56.37988 35 -#> 6975 VR2AR-546131 -5.612700 56.37988 35 -#> 6976 VR2AR-546131 -5.612700 56.37988 35 -#> 6977 VR2AR-546131 -5.612700 56.37988 35 -#> 6978 VR2AR-546131 -5.612700 56.37988 35 -#> 6979 VR2AR-546131 -5.612700 56.37988 35 -#> 6980 VR2AR-546131 -5.612700 56.37988 35 -#> 6981 VR2AR-546131 -5.612700 56.37988 35 -#> 6982 VR2AR-546131 -5.612700 56.37988 35 -#> 6983 VR2AR-546131 -5.612700 56.37988 35 -#> 6984 VR2AR-546131 -5.612700 56.37988 35 -#> 6985 VR2AR-546131 -5.612700 56.37988 35 -#> 6986 VR2AR-546131 -5.612700 56.37988 35 -#> 6987 VR2AR-546131 -5.612700 56.37988 35 -#> 6988 VR2AR-546131 -5.612700 56.37988 35 -#> 6989 VR2AR-546131 -5.612700 56.37988 35 -#> 6990 VR2AR-546131 -5.612700 56.37988 35 -#> 6991 VR2AR-546131 -5.612700 56.37988 35 -#> 6992 VR2AR-546131 -5.612700 56.37988 35 -#> 6993 VR2AR-546131 -5.612700 56.37988 35 -#> 6994 VR2AR-546131 -5.612700 56.37988 35 -#> 6995 VR2AR-546131 -5.612700 56.37988 35 -#> 6996 VR2AR-546131 -5.612700 56.37988 35 -#> 6997 VR2AR-546131 -5.612700 56.37988 35 -#> 6998 VR2AR-546131 -5.612700 56.37988 35 -#> 6999 VR2AR-546131 -5.612700 56.37988 35 -#> 7000 VR2AR-546131 -5.612700 56.37988 35 -#> 7001 VR2AR-546131 -5.612700 56.37988 35 -#> 7002 VR2AR-546131 -5.612700 56.37988 35 -#> 7003 VR2AR-546131 -5.612700 56.37988 35 -#> 7004 VR2AR-546131 -5.612700 56.37988 35 -#> 7005 VR2AR-546131 -5.612700 56.37988 35 -#> 7006 VR2AR-546131 -5.612700 56.37988 35 -#> 7007 VR2AR-546131 -5.612700 56.37988 35 -#> 7008 VR2AR-546131 -5.612700 56.37988 35 -#> 7009 VR2AR-546131 -5.612700 56.37988 35 -#> 7010 VR2AR-546131 -5.612700 56.37988 35 -#> 7011 VR2AR-546131 -5.612700 56.37988 35 -#> 7012 VR2AR-546131 -5.612700 56.37988 35 -#> 7013 VR2AR-546131 -5.612700 56.37988 35 -#> 7014 VR2AR-546131 -5.612700 56.37988 35 -#> 7015 VR2AR-546131 -5.612700 56.37988 35 -#> 7016 VR2AR-546131 -5.612700 56.37988 35 -#> 7017 VR2AR-546131 -5.612700 56.37988 35 -#> 7018 VR2AR-546131 -5.612700 56.37988 35 -#> 7019 VR2AR-546131 -5.612700 56.37988 35 -#> 7020 VR2AR-546131 -5.612700 56.37988 35 -#> 7021 VR2AR-546131 -5.612700 56.37988 35 -#> 7022 VR2AR-546131 -5.612700 56.37988 35 -#> 7023 VR2AR-546131 -5.612700 56.37988 35 -#> 7024 VR2AR-546131 -5.612700 56.37988 35 -#> 7025 VR2AR-546131 -5.612700 56.37988 35 -#> 7026 VR2AR-546131 -5.612700 56.37988 35 -#> 7027 VR2AR-546131 -5.612700 56.37988 35 -#> 7028 VR2AR-546131 -5.612700 56.37988 35 -#> 7029 VR2AR-546131 -5.612700 56.37988 35 -#> 7030 VR2AR-546131 -5.612700 56.37988 35 -#> 7031 VR2AR-546131 -5.612700 56.37988 35 -#> 7032 VR2AR-546131 -5.612700 56.37988 35 -#> 7033 VR2AR-546131 -5.612700 56.37988 35 -#> 7034 VR2AR-546131 -5.612700 56.37988 35 -#> 7035 VR2AR-546131 -5.612700 56.37988 35 -#> 7036 VR2AR-546131 -5.612700 56.37988 35 -#> 7037 VR2AR-546131 -5.612700 56.37988 35 -#> 7038 VR2AR-546131 -5.612700 56.37988 35 -#> 7039 VR2AR-546131 -5.612700 56.37988 35 -#> 7040 VR2AR-546131 -5.612700 56.37988 35 -#> 7041 VR2AR-546131 -5.612700 56.37988 35 -#> 7042 VR2AR-546131 -5.612700 56.37988 35 -#> 7043 VR2AR-546131 -5.612700 56.37988 35 -#> 7044 VR2AR-546131 -5.612700 56.37988 35 -#> 7045 VR2AR-546131 -5.612700 56.37988 35 -#> 7046 VR2AR-546131 -5.612700 56.37988 35 -#> 7047 VR2AR-546131 -5.612700 56.37988 35 -#> 7048 VR2AR-546131 -5.612700 56.37988 35 -#> 7049 VR2AR-546131 -5.612700 56.37988 35 -#> 7050 VR2AR-546131 -5.612700 56.37988 35 -#> 7051 VR2AR-546131 -5.612700 56.37988 35 -#> 7052 VR2AR-546131 -5.612700 56.37988 35 -#> 7053 VR2AR-546131 -5.612700 56.37988 35 -#> 7054 VR2AR-546131 -5.612700 56.37988 35 -#> 7055 VR2AR-546131 -5.612700 56.37988 35 -#> 7056 VR2AR-546131 -5.612700 56.37988 35 -#> 7057 VR2AR-546131 -5.612700 56.37988 35 -#> 7058 VR2AR-546131 -5.612700 56.37988 35 -#> 7059 VR2AR-546131 -5.612700 56.37988 35 -#> 7060 VR2AR-546131 -5.612700 56.37988 35 -#> 7061 VR2AR-546131 -5.612700 56.37988 35 -#> 7062 VR2AR-546131 -5.612700 56.37988 35 -#> 7063 VR2AR-546131 -5.612700 56.37988 35 -#> 7064 VR2AR-546131 -5.612700 56.37988 35 -#> 7065 VR2AR-546131 -5.612700 56.37988 35 -#> 7066 VR2AR-546131 -5.612700 56.37988 35 -#> 7067 VR2AR-546131 -5.612700 56.37988 35 -#> 7068 VR2AR-546131 -5.612700 56.37988 35 -#> 7069 VR2AR-546380 -5.637917 56.44800 25 -#> 7070 VR2AR-546380 -5.637917 56.44800 25 -#> 7071 VR2AR-546380 -5.637917 56.44800 25 -#> 7072 VR2AR-546380 -5.637917 56.44800 25 -#> 7073 VR2AR-546380 -5.637917 56.44800 25 -#> 7074 VR2AR-546380 -5.637917 56.44800 25 -#> 7075 VR2AR-546380 -5.637917 56.44800 25 -#> 7076 VR2AR-546380 -5.637917 56.44800 25 -#> 7077 VR2AR-546380 -5.637917 56.44800 25 -#> 7078 VR2AR-546380 -5.637917 56.44800 25 -#> 7079 VR2AR-546380 -5.637917 56.44800 25 -#> 7080 VR2AR-546380 -5.637917 56.44800 25 -#> 7081 VR2AR-546380 -5.637917 56.44800 25 -#> 7082 VR2AR-546380 -5.637917 56.44800 25 -#> 7083 VR2AR-546380 -5.637917 56.44800 25 -#> 7084 VR2AR-546380 -5.637917 56.44800 25 -#> 7085 VR2AR-546380 -5.637917 56.44800 25 -#> 7086 VR2AR-546380 -5.637917 56.44800 25 -#> 7087 VR2AR-546380 -5.637917 56.44800 25 -#> 7088 VR2AR-546380 -5.637917 56.44800 25 -#> 7089 VR2AR-546380 -5.637917 56.44800 25 -#> 7090 VR2AR-546380 -5.637917 56.44800 25 -#> 7091 VR2AR-546380 -5.637917 56.44800 25 -#> 7092 VR2AR-546380 -5.637917 56.44800 25 -#> 7093 VR2AR-546380 -5.637917 56.44800 25 -#> 7094 VR2AR-546380 -5.637917 56.44800 25 -#> 7095 VR2AR-546380 -5.637917 56.44800 25 -#> 7096 VR2AR-546380 -5.637917 56.44800 25 -#> 7097 VR2AR-546380 -5.637917 56.44800 25 -#> 7098 VR2AR-546380 -5.637917 56.44800 25 -#> 7099 VR2AR-546380 -5.637917 56.44800 25 -#> 7100 VR2AR-546380 -5.637917 56.44800 25 -#> 7101 VR2AR-546380 -5.637917 56.44800 25 -#> 7102 VR2AR-546380 -5.637917 56.44800 25 -#> 7103 VR2AR-546380 -5.637917 56.44800 25 -#> 7104 VR2AR-546380 -5.637917 56.44800 25 -#> 7105 VR2AR-546380 -5.637917 56.44800 25 -#> 7106 VR2AR-546380 -5.637917 56.44800 25 -#> 7107 VR2AR-546380 -5.637917 56.44800 25 -#> 7108 VR2AR-546380 -5.637917 56.44800 25 -#> 7109 VR2AR-546380 -5.637917 56.44800 25 -#> 7110 VR2AR-546380 -5.637917 56.44800 25 -#> 7111 VR2AR-546380 -5.637917 56.44800 25 -#> 7112 VR2AR-546380 -5.637917 56.44800 25 -#> 7113 VR2AR-546380 -5.637917 56.44800 25 -#> 7114 VR2AR-546380 -5.637917 56.44800 25 -#> 7115 VR2AR-546380 -5.637917 56.44800 25 -#> 7116 VR2AR-546380 -5.637917 56.44800 25 -#> 7117 VR2AR-546380 -5.637917 56.44800 25 -#> 7118 VR2AR-546380 -5.637917 56.44800 25 -#> 7119 VR2AR-546380 -5.637917 56.44800 25 -#> 7120 VR2AR-546380 -5.637917 56.44800 25 -#> 7121 VR2AR-546380 -5.637917 56.44800 25 -#> 7122 VR2AR-546380 -5.637917 56.44800 25 -#> 7123 VR2AR-546380 -5.637917 56.44800 25 -#> 7124 VR2AR-546380 -5.637917 56.44800 25 -#> 7125 VR2AR-546380 -5.637917 56.44800 25 -#> 7126 VR2AR-546380 -5.637917 56.44800 25 -#> 7127 VR2AR-546380 -5.637917 56.44800 25 -#> 7128 VR2AR-546380 -5.637917 56.44800 25 -#> 7129 VR2AR-546380 -5.637917 56.44800 25 -#> 7130 VR2AR-546380 -5.637917 56.44800 25 -#> 7131 VR2AR-546380 -5.637917 56.44800 25 -#> 7132 VR2AR-546380 -5.637917 56.44800 25 -#> 7133 VR2AR-546380 -5.637917 56.44800 25 -#> 7134 VR2AR-546380 -5.637917 56.44800 25 -#> 7135 VR2AR-546380 -5.637917 56.44800 25 -#> 7136 VR2AR-546380 -5.637917 56.44800 25 -#> 7137 VR2AR-546380 -5.637917 56.44800 25 -#> 7138 VR2AR-546380 -5.637917 56.44800 25 -#> 7139 VR2AR-546133 -5.701717 56.49747 90 -#> 7140 VR2AR-546133 -5.701717 56.49747 90 -#> 7141 VR2AR-546133 -5.701717 56.49747 90 -#> 7142 VR2AR-546133 -5.701717 56.49747 90 -#> 7143 VR2AR-546133 -5.701717 56.49747 90 -#> 7144 VR2AR-546133 -5.701717 56.49747 90 -#> 7145 VR2AR-546133 -5.701717 56.49747 90 -#> 7146 VR2AR-546133 -5.701717 56.49747 90 -#> 7147 VR2AR-546133 -5.701717 56.49747 90 -#> 7148 VR2AR-546133 -5.701717 56.49747 90 -#> 7149 VR2AR-546133 -5.701717 56.49747 90 -#> 7150 VR2AR-546133 -5.701717 56.49747 90 -#> 7151 VR2AR-546133 -5.701717 56.49747 90 -#> 7152 VR2AR-546133 -5.701717 56.49747 90 -#> 7153 VR2-5637 -5.692417 56.49913 25 -#> 7154 VR2AR-546133 -5.701717 56.49747 90 -#> 7155 VR2AR-546133 -5.701717 56.49747 90 -#> 7156 VR2AR-546133 -5.701717 56.49747 90 -#> 7157 VR2AR-546133 -5.701717 56.49747 90 -#> 7158 VR2-5637 -5.692417 56.49913 25 -#> 7159 VR2W-108161 -5.605383 56.46018 25 -#> 7160 VR2W-108161 -5.605383 56.46018 25 -#> 7161 VR2W-108161 -5.605383 56.46018 25 -#> 7162 VR2W-108161 -5.605383 56.46018 25 -#> 7163 VR2W-108161 -5.605383 56.46018 25 -#> 7164 VR2W-108161 -5.605383 56.46018 25 -#> 7165 VR2W-108161 -5.605383 56.46018 25 -#> 7166 VR2W-108161 -5.605383 56.46018 25 -#> 7167 VR2W-108161 -5.605383 56.46018 25 -#> 7168 VR2W-108161 -5.605383 56.46018 25 -#> 7169 VR2W-108161 -5.605383 56.46018 25 -#> 7170 VR2W-108161 -5.605383 56.46018 25 -#> 7171 VR2W-108161 -5.605383 56.46018 25 -#> 7172 VR2W-108161 -5.605383 56.46018 25 -#> 7173 VR2W-108161 -5.605383 56.46018 25 -#> 7174 VR2W-108161 -5.605383 56.46018 25 -#> 7175 VR2W-108161 -5.605383 56.46018 25 -#> 7176 VR2W-108161 -5.605383 56.46018 25 -#> 7177 VR2W-108161 -5.605383 56.46018 25 -#> 7178 VR2W-108161 -5.605383 56.46018 25 -#> 7179 VR2AR-546136 -5.626250 56.44810 75 -#> 7180 VR2AR-546136 -5.626250 56.44810 75 -#> 7181 VR2AR-546136 -5.626250 56.44810 75 -#> 7182 VR2AR-546136 -5.626250 56.44810 75 -#> 7183 VR2AR-546136 -5.626250 56.44810 75 -#> 7184 VR2AR-546136 -5.626250 56.44810 75 -#> 7185 VR2AR-546136 -5.626250 56.44810 75 -#> 7186 VR2AR-546136 -5.626250 56.44810 75 -#> 7187 VR2AR-546136 -5.626250 56.44810 75 -#> 7188 VR2AR-546136 -5.626250 56.44810 75 -#> 7189 VR2AR-546136 -5.626250 56.44810 75 -#> 7190 VR2AR-546136 -5.626250 56.44810 75 -#> 7191 VR2AR-546136 -5.626250 56.44810 75 -#> 7192 VR2AR-546131 -5.612700 56.37988 35 -#> 7193 VR2AR-546131 -5.612700 56.37988 35 -#> 7194 VR2AR-546131 -5.612700 56.37988 35 -#> 7195 VR2AR-546131 -5.612700 56.37988 35 -#> 7196 VR2AR-546131 -5.612700 56.37988 35 -#> 7197 VR2AR-546131 -5.612700 56.37988 35 -#> 7198 VR2AR-546131 -5.612700 56.37988 35 -#> 7199 VR2AR-546131 -5.612700 56.37988 35 -#> 7200 VR2AR-546131 -5.612700 56.37988 35 -#> 7201 VR2AR-546131 -5.612700 56.37988 35 -#> 7202 VR2AR-546131 -5.612700 56.37988 35 -#> 7203 VR2AR-546131 -5.612700 56.37988 35 -#> 7204 VR2AR-546131 -5.612700 56.37988 35 -#> 7205 VR2AR-546131 -5.612700 56.37988 35 -#> 7206 VR2AR-546131 -5.612700 56.37988 35 -#> 7207 VR2AR-546131 -5.612700 56.37988 35 -#> 7208 VR2AR-546131 -5.612700 56.37988 35 -#> 7209 VR2AR-546131 -5.612700 56.37988 35 -#> 7210 VR2AR-546131 -5.612700 56.37988 35 -#> 7211 VR2AR-546131 -5.612700 56.37988 35 -#> 7212 VR2AR-546131 -5.612700 56.37988 35 -#> 7213 VR2AR-546131 -5.612700 56.37988 35 -#> 7214 VR2AR-546131 -5.612700 56.37988 35 -#> 7215 VR2AR-546131 -5.612700 56.37988 35 -#> 7216 VR2AR-546131 -5.612700 56.37988 35 -#> 7217 VR2AR-546131 -5.612700 56.37988 35 -#> 7218 VR2AR-546131 -5.612700 56.37988 35 -#> 7219 VR2AR-546131 -5.612700 56.37988 35 -#> 7220 VR2AR-546131 -5.612700 56.37988 35 -#> 7221 VR2AR-546131 -5.612700 56.37988 35 -#> 7222 VR2AR-546131 -5.612700 56.37988 35 -#> 7223 VR2AR-546131 -5.612700 56.37988 35 -#> 7224 VR2AR-546131 -5.612700 56.37988 35 -#> 7225 VR2AR-546131 -5.612700 56.37988 35 -#> 7226 VR2AR-546131 -5.612700 56.37988 35 -#> 7227 VR2AR-546131 -5.612700 56.37988 35 -#> 7228 VR2AR-546131 -5.612700 56.37988 35 -#> 7229 VR2AR-546131 -5.612700 56.37988 35 -#> 7230 VR2AR-546131 -5.612700 56.37988 35 -#> 7231 VR2AR-546131 -5.612700 56.37988 35 -#> 7232 VR2AR-546131 -5.612700 56.37988 35 -#> 7233 VR2AR-546131 -5.612700 56.37988 35 -#> 7234 VR2AR-546131 -5.612700 56.37988 35 -#> 7235 VR2AR-546131 -5.612700 56.37988 35 -#> 7236 VR2AR-546131 -5.612700 56.37988 35 -#> 7237 VR2AR-546131 -5.612700 56.37988 35 -#> 7238 VR2AR-546131 -5.612700 56.37988 35 -#> 7239 VR2AR-546131 -5.612700 56.37988 35 -#> 7240 VR2AR-546131 -5.612700 56.37988 35 -#> 7241 VR2AR-546131 -5.612700 56.37988 35 -#> 7242 VR2AR-546131 -5.612700 56.37988 35 -#> 7243 VR2AR-546131 -5.612700 56.37988 35 -#> 7244 VR2AR-546131 -5.612700 56.37988 35 -#> 7245 VR2AR-546131 -5.612700 56.37988 35 -#> 7246 VR2AR-546131 -5.612700 56.37988 35 -#> 7247 VR2AR-546131 -5.612700 56.37988 35 -#> 7248 VR2AR-546131 -5.612700 56.37988 35 -#> 7249 VR2AR-546131 -5.612700 56.37988 35 -#> 7250 VR2AR-546131 -5.612700 56.37988 35 -#> 7251 VR2AR-546131 -5.612700 56.37988 35 -#> 7252 VR2AR-546131 -5.612700 56.37988 35 -#> 7253 VR2AR-546131 -5.612700 56.37988 35 -#> 7254 VR2AR-546131 -5.612700 56.37988 35 -#> 7255 VR2AR-546131 -5.612700 56.37988 35 -#> 7256 VR2AR-546131 -5.612700 56.37988 35 -#> 7257 VR2AR-546131 -5.612700 56.37988 35 -#> 7258 VR2AR-546131 -5.612700 56.37988 35 -#> 7259 VR2AR-546131 -5.612700 56.37988 35 -#> 7260 VR2AR-546131 -5.612700 56.37988 35 -#> 7261 VR2AR-546131 -5.612700 56.37988 35 -#> 7262 VR2AR-546131 -5.612700 56.37988 35 -#> 7263 VR2AR-546131 -5.612700 56.37988 35 -#> 7264 VR2AR-546131 -5.612700 56.37988 35 -#> 7265 VR2AR-546131 -5.612700 56.37988 35 -#> 7266 VR2AR-546131 -5.612700 56.37988 35 -#> 7267 VR2AR-546131 -5.612700 56.37988 35 -#> 7268 VR2AR-546131 -5.612700 56.37988 35 -#> 7269 VR2AR-546131 -5.612700 56.37988 35 -#> 7270 VR2AR-546131 -5.612700 56.37988 35 -#> 7271 VR2AR-546131 -5.612700 56.37988 35 -#> 7272 VR2AR-546131 -5.612700 56.37988 35 -#> 7273 VR2AR-546131 -5.612700 56.37988 35 -#> 7274 VR2AR-546131 -5.612700 56.37988 35 -#> 7275 VR2AR-546131 -5.612700 56.37988 35 -#> 7276 VR2AR-546131 -5.612700 56.37988 35 -#> 7277 VR2AR-546133 -5.701717 56.49747 90 -#> 7278 VR2AR-546133 -5.701717 56.49747 90 -#> 7279 VR2AR-546133 -5.701717 56.49747 90 -#> 7280 VR2AR-546133 -5.701717 56.49747 90 -#> 7281 VR2AR-546133 -5.701717 56.49747 90 -#> 7282 VR2AR-546133 -5.701717 56.49747 90 -#> 7283 VR2AR-546133 -5.701717 56.49747 90 -#> 7284 VR2AR-546133 -5.701717 56.49747 90 -#> 7285 VR2AR-546133 -5.701717 56.49747 90 -#> 7286 VR2AR-546133 -5.701717 56.49747 90 -#> 7287 VR2AR-546133 -5.701717 56.49747 90 -#> 7288 VR2AR-546133 -5.701717 56.49747 90 -#> 7289 VR2AR-546133 -5.701717 56.49747 90 -#> 7290 VR2AR-546133 -5.701717 56.49747 90 -#> 7291 VR2AR-546133 -5.701717 56.49747 90 -#> 7292 VR2AR-546133 -5.701717 56.49747 90 -#> 7293 VR2AR-546133 -5.701717 56.49747 90 -#> 7294 VR2AR-546133 -5.701717 56.49747 90 -#> 7295 VR2AR-546133 -5.701717 56.49747 90 -#> 7296 VR2AR-546133 -5.701717 56.49747 90 -#> 7297 VR2-5637 -5.692417 56.49913 25 -#> 7298 VR2-5630 -5.591217 56.50710 50 -#> 7299 VR2-5630 -5.591217 56.50710 50 -#> 7300 VR2-5630 -5.591217 56.50710 50 -#> 7301 VR2-5630 -5.591217 56.50710 50 -#> 7302 VR2-5630 -5.591217 56.50710 50 -#> 7303 VR2-5630 -5.591217 56.50710 50 -#> 7304 VR2-5630 -5.591217 56.50710 50 -#> 7305 VR2-5630 -5.591217 56.50710 50 -#> 7306 VR2-5630 -5.591217 56.50710 50 -#> 7307 VR2-5630 -5.591217 56.50710 50 -#> 7308 VR2-5630 -5.591217 56.50710 50 -#> 7309 VR2-6723 -5.586383 56.50332 50 -#> 7310 VR2-6723 -5.586383 56.50332 50 -#> 7311 VR2-6723 -5.586383 56.50332 50 -#> 7312 VR2-6723 -5.586383 56.50332 50 -#> 7313 VR2-6723 -5.586383 56.50332 50 -#> 7314 VR2W-108163 -5.586717 56.49755 25 -#> 7315 VR2-6723 -5.586383 56.50332 50 -#> 7316 VR2W-108163 -5.586717 56.49755 25 -#> 7317 VR2W-108163 -5.586717 56.49755 25 -#> 7318 VR2-6723 -5.586383 56.50332 50 -#> 7319 VR2W-108163 -5.586717 56.49755 25 -#> 7320 VR2W-108163 -5.586717 56.49755 25 -#> 7321 VR2W-108161 -5.605383 56.46018 25 -#> 7322 VR2W-108161 -5.605383 56.46018 25 -#> 7323 VR2W-108161 -5.605383 56.46018 25 -#> 7324 VR2W-108161 -5.605383 56.46018 25 -#> 7325 VR2W-108161 -5.605383 56.46018 25 -#> 7326 VR2W-108161 -5.605383 56.46018 25 -#> 7327 VR2W-108161 -5.605383 56.46018 25 -#> 7328 VR2W-108161 -5.605383 56.46018 25 -#> 7329 VR2W-108161 -5.605383 56.46018 25 -#> 7330 VR2W-108161 -5.605383 56.46018 25 -#> 7331 VR2W-108161 -5.605383 56.46018 25 -#> 7332 VR2W-108161 -5.605383 56.46018 25 -#> 7333 VR2W-108161 -5.605383 56.46018 25 -#> 7334 VR2W-108161 -5.605383 56.46018 25 -#> 7335 VR2W-108161 -5.605383 56.46018 25 -#> 7336 VR2W-108161 -5.605383 56.46018 25 -#> 7337 VR2W-108161 -5.605383 56.46018 25 -#> 7338 VR2W-108161 -5.605383 56.46018 25 -#> 7339 VR2W-108161 -5.605383 56.46018 25 -#> 7340 VR2W-108161 -5.605383 56.46018 25 -#> 7341 VR2W-108161 -5.605383 56.46018 25 -#> 7342 VR2AR-546136 -5.626250 56.44810 75 -#> 7343 VR2AR-546136 -5.626250 56.44810 75 -#> 7344 VR2AR-546136 -5.626250 56.44810 75 -#> 7345 VR2AR-546131 -5.612700 56.37988 35 -#> 7346 VR2AR-546131 -5.612700 56.37988 35 -#> 7347 VR2AR-546131 -5.612700 56.37988 35 -#> 7348 VR2AR-546131 -5.612700 56.37988 35 -#> 7349 VR2AR-546131 -5.612700 56.37988 35 -#> 7350 VR2AR-546131 -5.612700 56.37988 35 -#> 7351 VR2AR-546131 -5.612700 56.37988 35 -#> 7352 VR2AR-546131 -5.612700 56.37988 35 -#> 7353 VR2AR-546131 -5.612700 56.37988 35 -#> 7354 VR2AR-546131 -5.612700 56.37988 35 -#> 7355 VR2AR-546131 -5.612700 56.37988 35 -#> 7356 VR2AR-546131 -5.612700 56.37988 35 -#> 7357 VR2AR-546131 -5.612700 56.37988 35 -#> 7358 VR2AR-546131 -5.612700 56.37988 35 -#> 7359 VR2AR-546131 -5.612700 56.37988 35 -#> 7360 VR2AR-546131 -5.612700 56.37988 35 -#> 7361 VR2AR-546131 -5.612700 56.37988 35 -#> 7362 VR2AR-546131 -5.612700 56.37988 35 -#> 7363 VR2AR-546131 -5.612700 56.37988 35 -#> 7364 VR2AR-546131 -5.612700 56.37988 35 -#> 7365 VR2AR-546131 -5.612700 56.37988 35 -#> 7366 VR2AR-546131 -5.612700 56.37988 35 -#> 7367 VR2AR-546131 -5.612700 56.37988 35 -#> 7368 VR2AR-546131 -5.612700 56.37988 35 -#> 7369 VR2AR-546131 -5.612700 56.37988 35 -#> 7370 VR2AR-546131 -5.612700 56.37988 35 -#> 7371 VR2AR-546131 -5.612700 56.37988 35 -#> 7372 VR2AR-546131 -5.612700 56.37988 35 -#> 7373 VR2AR-546131 -5.612700 56.37988 35 -#> 7374 VR2AR-546131 -5.612700 56.37988 35 -#> 7375 VR2AR-546131 -5.612700 56.37988 35 -#> 7376 VR2AR-546131 -5.612700 56.37988 35 -#> 7377 VR2AR-546131 -5.612700 56.37988 35 -#> 7378 VR2AR-546131 -5.612700 56.37988 35 -#> 7379 VR2AR-546131 -5.612700 56.37988 35 -#> 7380 VR2AR-546131 -5.612700 56.37988 35 -#> 7381 VR2AR-546131 -5.612700 56.37988 35 -#> 7382 VR2AR-546131 -5.612700 56.37988 35 -#> 7383 VR2AR-546131 -5.612700 56.37988 35 -#> 7384 VR2AR-546131 -5.612700 56.37988 35 -#> 7385 VR2AR-546131 -5.612700 56.37988 35 -#> 7386 VR2AR-546131 -5.612700 56.37988 35 -#> 7387 VR2AR-546131 -5.612700 56.37988 35 -#> 7388 VR2AR-546131 -5.612700 56.37988 35 -#> 7389 VR2AR-546131 -5.612700 56.37988 35 -#> 7390 VR2AR-546131 -5.612700 56.37988 35 -#> 7391 VR2AR-546131 -5.612700 56.37988 35 -#> 7392 VR2AR-546131 -5.612700 56.37988 35 -#> 7393 VR2AR-546131 -5.612700 56.37988 35 -#> 7394 VR2AR-546131 -5.612700 56.37988 35 -#> 7395 VR2AR-546131 -5.612700 56.37988 35 -#> 7396 VR2AR-546131 -5.612700 56.37988 35 -#> 7397 VR2AR-546131 -5.612700 56.37988 35 -#> 7398 VR2AR-546131 -5.612700 56.37988 35 -#> 7399 VR2AR-546131 -5.612700 56.37988 35 -#> 7400 VR2AR-546131 -5.612700 56.37988 35 -#> 7401 VR2AR-546131 -5.612700 56.37988 35 -#> 7402 VR2AR-546131 -5.612700 56.37988 35 -#> 7403 VR2AR-546131 -5.612700 56.37988 35 -#> 7404 VR2AR-546131 -5.612700 56.37988 35 -#> 7405 VR2AR-546131 -5.612700 56.37988 35 -#> 7406 VR2AR-546131 -5.612700 56.37988 35 -#> 7407 VR2AR-546131 -5.612700 56.37988 35 -#> 7408 VR2AR-546131 -5.612700 56.37988 35 -#> 7409 VR2AR-546131 -5.612700 56.37988 35 -#> 7410 VR2AR-546131 -5.612700 56.37988 35 -#> 7411 VR2AR-546131 -5.612700 56.37988 35 -#> 7412 VR2AR-546131 -5.612700 56.37988 35 -#> 7413 VR2AR-546131 -5.612700 56.37988 35 -#> 7414 VR2AR-546131 -5.612700 56.37988 35 -#> 7415 VR2AR-546131 -5.612700 56.37988 35 -#> 7416 VR2AR-546131 -5.612700 56.37988 35 -#> 7417 VR2AR-546131 -5.612700 56.37988 35 -#> 7418 VR2AR-546131 -5.612700 56.37988 35 -#> 7419 VR2AR-546131 -5.612700 56.37988 35 -#> 7420 VR2AR-546131 -5.612700 56.37988 35 -#> 7421 VR2AR-546131 -5.612700 56.37988 35 -#> 7422 VR2AR-546131 -5.612700 56.37988 35 -#> 7423 VR2AR-546131 -5.612700 56.37988 35 -#> 7424 VR2AR-546131 -5.612700 56.37988 35 -#> 7425 VR2AR-546131 -5.612700 56.37988 35 -#> 7426 VR2AR-546131 -5.612700 56.37988 35 -#> 7427 VR2AR-546131 -5.612700 56.37988 35 -#> 7428 VR2AR-546131 -5.612700 56.37988 35 -#> 7429 VR2AR-546131 -5.612700 56.37988 35 -#> 7430 VR2AR-546131 -5.612700 56.37988 35 -#> 7431 VR2AR-546131 -5.612700 56.37988 35 -#> 7432 VR2AR-546131 -5.612700 56.37988 35 -#> 7433 VR2AR-546131 -5.612700 56.37988 35 -#> 7434 VR2AR-546131 -5.612700 56.37988 35 -#> 7435 VR2AR-546131 -5.612700 56.37988 35 -#> 7436 VR2AR-546131 -5.612700 56.37988 35 -#> 7437 VR2AR-546131 -5.612700 56.37988 35 -#> 7438 VR2AR-546131 -5.612700 56.37988 35 -#> 7439 VR2AR-546131 -5.612700 56.37988 35 -#> 7440 VR2AR-546131 -5.612700 56.37988 35 -#> 7441 VR2AR-546131 -5.612700 56.37988 35 -#> 7442 VR2AR-546131 -5.612700 56.37988 35 -#> 7443 VR2AR-546131 -5.612700 56.37988 35 -#> 7444 VR2AR-546131 -5.612700 56.37988 35 -#> 7445 VR2AR-546131 -5.612700 56.37988 35 -#> 7446 VR2AR-546131 -5.612700 56.37988 35 -#> 7447 VR2AR-546131 -5.612700 56.37988 35 -#> 7448 VR2AR-546131 -5.612700 56.37988 35 -#> 7449 VR2AR-546131 -5.612700 56.37988 35 -#> 7450 VR2AR-546131 -5.612700 56.37988 35 -#> 7451 VR2AR-546131 -5.612700 56.37988 35 -#> 7452 VR2AR-546131 -5.612700 56.37988 35 -#> 7453 VR2AR-546131 -5.612700 56.37988 35 -#> 7454 VR2AR-546131 -5.612700 56.37988 35 -#> 7455 VR2AR-546131 -5.612700 56.37988 35 -#> 7456 VR2AR-546131 -5.612700 56.37988 35 -#> 7457 VR2AR-546131 -5.612700 56.37988 35 -#> 7458 VR2AR-546131 -5.612700 56.37988 35 -#> 7459 VR2AR-546131 -5.612700 56.37988 35 -#> 7460 VR2AR-546131 -5.612700 56.37988 35 -#> 7461 VR2AR-546131 -5.612700 56.37988 35 -#> 7462 VR2AR-546131 -5.612700 56.37988 35 -#> 7463 VR2AR-546131 -5.612700 56.37988 35 -#> 7464 VR2AR-546131 -5.612700 56.37988 35 -#> 7465 VR2AR-546131 -5.612700 56.37988 35 -#> 7466 VR2AR-546131 -5.612700 56.37988 35 -#> 7467 VR2AR-546131 -5.612700 56.37988 35 -#> 7468 VR2AR-546131 -5.612700 56.37988 35 -#> 7469 VR2AR-546131 -5.612700 56.37988 35 -#> 7470 VR2AR-546131 -5.612700 56.37988 35 -#> 7471 VR2AR-546131 -5.612700 56.37988 35 -#> 7472 VR2AR-546131 -5.612700 56.37988 35 -#> 7473 VR2AR-546131 -5.612700 56.37988 35 -#> 7474 VR2AR-546131 -5.612700 56.37988 35 -#> 7475 VR2AR-546131 -5.612700 56.37988 35 -#> 7476 VR2AR-546131 -5.612700 56.37988 35 -#> 7477 VR2AR-546131 -5.612700 56.37988 35 -#> 7478 VR2AR-546131 -5.612700 56.37988 35 -#> 7479 VR2AR-546131 -5.612700 56.37988 35 -#> 7480 VR2AR-546131 -5.612700 56.37988 35 -#> 7481 VR2AR-546131 -5.612700 56.37988 35 -#> 7482 VR2AR-546131 -5.612700 56.37988 35 -#> 7483 VR2AR-546131 -5.612700 56.37988 35 -#> 7484 VR2AR-546131 -5.612700 56.37988 35 -#> 7485 VR2AR-546131 -5.612700 56.37988 35 -#> 7486 VR2AR-546131 -5.612700 56.37988 35 -#> 7487 VR2AR-546131 -5.612700 56.37988 35 -#> 7488 VR2AR-546131 -5.612700 56.37988 35 -#> 7489 VR2AR-546131 -5.612700 56.37988 35 -#> 7490 VR2AR-546131 -5.612700 56.37988 35 -#> 7491 VR2AR-546131 -5.612700 56.37988 35 -#> 7492 VR2AR-546131 -5.612700 56.37988 35 -#> 7493 VR2AR-546131 -5.612700 56.37988 35 -#> 7494 VR2AR-546131 -5.612700 56.37988 35 -#> 7495 VR2AR-546131 -5.612700 56.37988 35 -#> 7496 VR2AR-546131 -5.612700 56.37988 35 -#> 7497 VR2AR-546131 -5.612700 56.37988 35 -#> 7498 VR2AR-546131 -5.612700 56.37988 35 -#> 7499 VR2AR-546131 -5.612700 56.37988 35 -#> 7500 VR2AR-546131 -5.612700 56.37988 35 -#> 7501 VR2AR-546131 -5.612700 56.37988 35 -#> 7502 VR2AR-546131 -5.612700 56.37988 35 -#> 7503 VR2AR-546131 -5.612700 56.37988 35 -#> 7504 VR2AR-546131 -5.612700 56.37988 35 -#> 7505 VR2AR-546131 -5.612700 56.37988 35 -#> 7506 VR2AR-546131 -5.612700 56.37988 35 -#> 7507 VR2AR-546131 -5.612700 56.37988 35 -#> 7508 VR2AR-546131 -5.612700 56.37988 35 -#> 7509 VR2AR-546131 -5.612700 56.37988 35 -#> 7510 VR2AR-546131 -5.612700 56.37988 35 -#> 7511 VR2AR-546131 -5.612700 56.37988 35 -#> 7512 VR2AR-546131 -5.612700 56.37988 35 -#> 7513 VR2AR-546131 -5.612700 56.37988 35 -#> 7514 VR2AR-546131 -5.612700 56.37988 35 -#> 7515 VR2AR-546131 -5.612700 56.37988 35 -#> 7516 VR2AR-546131 -5.612700 56.37988 35 -#> 7517 VR2AR-546131 -5.612700 56.37988 35 -#> 7518 VR2AR-546131 -5.612700 56.37988 35 -#> 7519 VR2AR-546131 -5.612700 56.37988 35 -#> 7520 VR2AR-546131 -5.612700 56.37988 35 -#> 7521 VR2AR-546131 -5.612700 56.37988 35 -#> 7522 VR2AR-546131 -5.612700 56.37988 35 -#> 7523 VR2AR-546131 -5.612700 56.37988 35 -#> 7524 VR2AR-546131 -5.612700 56.37988 35 -#> 7525 VR2AR-546131 -5.612700 56.37988 35 -#> 7526 VR2AR-546131 -5.612700 56.37988 35 -#> 7527 VR2AR-546131 -5.612700 56.37988 35 -#> 7528 VR2AR-546131 -5.612700 56.37988 35 -#> 7529 VR2AR-546131 -5.612700 56.37988 35 -#> 7530 VR2AR-546131 -5.612700 56.37988 35 -#> 7531 VR2AR-546131 -5.612700 56.37988 35 -#> 7532 VR2AR-546131 -5.612700 56.37988 35 -#> 7533 VR2AR-546131 -5.612700 56.37988 35 -#> 7534 VR2AR-546131 -5.612700 56.37988 35 -#> 7535 VR2AR-546131 -5.612700 56.37988 35 -#> 7536 VR2AR-546131 -5.612700 56.37988 35 -#> 7537 VR2AR-546131 -5.612700 56.37988 35 -#> 7538 VR2AR-546131 -5.612700 56.37988 35 -#> 7539 VR2AR-546131 -5.612700 56.37988 35 -#> 7540 VR2AR-546131 -5.612700 56.37988 35 -#> 7541 VR2AR-546131 -5.612700 56.37988 35 -#> 7542 VR2AR-546131 -5.612700 56.37988 35 -#> 7543 VR2AR-546131 -5.612700 56.37988 35 -#> 7544 VR2AR-546131 -5.612700 56.37988 35 -#> 7545 VR2AR-546131 -5.612700 56.37988 35 -#> 7546 VR2AR-546131 -5.612700 56.37988 35 -#> 7547 VR2AR-546131 -5.612700 56.37988 35 -#> 7548 VR2AR-546380 -5.637917 56.44800 25 -#> 7549 VR2AR-546380 -5.637917 56.44800 25 -#> 7550 VR2AR-546380 -5.637917 56.44800 25 -#> 7551 VR2AR-546380 -5.637917 56.44800 25 -#> 7552 VR2AR-546380 -5.637917 56.44800 25 -#> 7553 VR2AR-546380 -5.637917 56.44800 25 -#> 7554 VR2AR-546380 -5.637917 56.44800 25 -#> 7555 VR2AR-546380 -5.637917 56.44800 25 -#> 7556 VR2AR-546380 -5.637917 56.44800 25 -#> 7557 VR2AR-546380 -5.637917 56.44800 25 -#> 7558 VR2AR-546380 -5.637917 56.44800 25 -#> 7559 VR2AR-546380 -5.637917 56.44800 25 -#> 7560 VR2AR-546380 -5.637917 56.44800 25 -#> 7561 VR2AR-546380 -5.637917 56.44800 25 -#> 7562 VR2AR-546380 -5.637917 56.44800 25 -#> 7563 VR2AR-546380 -5.637917 56.44800 25 -#> 7564 VR2AR-546380 -5.637917 56.44800 25 -#> 7565 VR2AR-546380 -5.637917 56.44800 25 -#> 7566 VR2AR-546380 -5.637917 56.44800 25 -#> 7567 VR2AR-546380 -5.637917 56.44800 25 -#> 7568 VR2AR-546380 -5.637917 56.44800 25 -#> 7569 VR2AR-546380 -5.637917 56.44800 25 -#> 7570 VR2AR-546380 -5.637917 56.44800 25 -#> 7571 VR2AR-546380 -5.637917 56.44800 25 -#> 7572 VR2AR-546380 -5.637917 56.44800 25 -#> 7573 VR2AR-546380 -5.637917 56.44800 25 -#> 7574 VR2AR-546380 -5.637917 56.44800 25 -#> 7575 VR2AR-546133 -5.701717 56.49747 90 -#> 7576 VR2AR-546133 -5.701717 56.49747 90 -#> 7577 VR2AR-546133 -5.701717 56.49747 90 -#> 7578 VR2W-108157 -5.710933 56.48492 10 -#> 7579 VR2W-108157 -5.710933 56.48492 10 -#> 7580 VR2W-108157 -5.710933 56.48492 10 -#> 7581 VR2W-108157 -5.710933 56.48492 10 -#> 7582 VR2W-108157 -5.710933 56.48492 10 -#> 7583 VR2W-108157 -5.710933 56.48492 10 -#> 7584 VR2W-108157 -5.710933 56.48492 10 -#> 7585 VR2W-108157 -5.710933 56.48492 10 -#> 7586 VR2W-108157 -5.710933 56.48492 10 -#> 7587 VR2W-108157 -5.710933 56.48492 10 -#> 7588 VR2W-108157 -5.710933 56.48492 10 -#> 7589 VR2W-108157 -5.710933 56.48492 10 -#> 7590 VR2W-108157 -5.710933 56.48492 10 -#> 7591 VR2W-108157 -5.710933 56.48492 10 -#> 7592 VR2W-108157 -5.710933 56.48492 10 -#> 7593 VR2W-108157 -5.710933 56.48492 10 -#> 7594 VR2W-108157 -5.710933 56.48492 10 -#> 7595 VR2W-108157 -5.710933 56.48492 10 -#> 7596 VR2W-108157 -5.710933 56.48492 10 -#> 7597 VR2W-108157 -5.710933 56.48492 10 -#> 7598 VR2W-108157 -5.710933 56.48492 10 -#> 7599 VR2W-108157 -5.710933 56.48492 10 -#> 7600 VR2W-108157 -5.710933 56.48492 10 -#> 7601 VR2W-108157 -5.710933 56.48492 10 -#> 7602 VR2W-108157 -5.710933 56.48492 10 -#> 7603 VR2W-108157 -5.710933 56.48492 10 -#> 7604 VR2W-108157 -5.710933 56.48492 10 -#> 7605 VR2AR-546132 -5.710100 56.49120 25 -#> 7606 VR2AR-546132 -5.710100 56.49120 25 -#> 7607 VR2AR-546132 -5.710100 56.49120 25 -#> 7608 VR2AR-546132 -5.710100 56.49120 25 -#> 7609 VR2AR-546132 -5.710100 56.49120 25 -#> 7610 VR2AR-546132 -5.710100 56.49120 25 -#> 7611 VR2AR-546132 -5.710100 56.49120 25 -#> 7612 VR2AR-546132 -5.710100 56.49120 25 -#> 7613 VR2AR-546132 -5.710100 56.49120 25 -#> 7614 VR2AR-546132 -5.710100 56.49120 25 -#> 7615 VR2AR-546132 -5.710100 56.49120 25 -#> 7616 VR2AR-546132 -5.710100 56.49120 25 -#> 7617 VR2AR-546132 -5.710100 56.49120 25 -#> 7618 VR2AR-546132 -5.710100 56.49120 25 -#> 7619 VR2AR-546133 -5.701717 56.49747 90 -#> 7620 VR2AR-546133 -5.701717 56.49747 90 -#> 7621 VR2AR-546133 -5.701717 56.49747 90 -#> 7622 VR2AR-546133 -5.701717 56.49747 90 -#> 7623 VR2AR-546133 -5.701717 56.49747 90 -#> 7624 VR2AR-546133 -5.701717 56.49747 90 -#> 7625 VR2AR-546133 -5.701717 56.49747 90 -#> 7626 VR2AR-546133 -5.701717 56.49747 90 -#> 7627 VR2AR-546133 -5.701717 56.49747 90 -#> 7628 VR2AR-546133 -5.701717 56.49747 90 -#> 7629 VR2AR-546133 -5.701717 56.49747 90 -#> 7630 VR2AR-546133 -5.701717 56.49747 90 -#> 7631 VR2-5637 -5.692417 56.49913 25 -#> 7632 VR2-5637 -5.692417 56.49913 25 -#> 7633 VR2-5637 -5.692417 56.49913 25 -#> 7634 VR2-5637 -5.692417 56.49913 25 -#> 7635 VR2-5637 -5.692417 56.49913 25 -#> 7636 VR2-5637 -5.692417 56.49913 25 -#> 7637 VR2-5637 -5.692417 56.49913 25 -#> 7638 VR2-5637 -5.692417 56.49913 25 -#> 7639 VR2-5637 -5.692417 56.49913 25 -#> 7640 VR2-5637 -5.692417 56.49913 25 -#> 7641 VR2-5637 -5.692417 56.49913 25 -#> 7642 VR2AR-546133 -5.701717 56.49747 90 -#> 7643 VR2AR-546133 -5.701717 56.49747 90 -#> 7644 VR2AR-546133 -5.701717 56.49747 90 -#> 7645 VR2AR-546133 -5.701717 56.49747 90 -#> 7646 VR2AR-546133 -5.701717 56.49747 90 -#> 7647 VR2AR-546133 -5.701717 56.49747 90 -#> 7648 VR2AR-546133 -5.701717 56.49747 90 -#> 7649 VR2AR-546133 -5.701717 56.49747 90 -#> 7650 VR2-5637 -5.692417 56.49913 25 -#> 7651 VR2-5637 -5.692417 56.49913 25 -#> 7652 VR2AR-546133 -5.701717 56.49747 90 -#> 7653 VR2-5637 -5.692417 56.49913 25 -#> 7654 VR2AR-546133 -5.701717 56.49747 90 -#> 7655 VR2-5637 -5.692417 56.49913 25 -#> 7656 VR2-5637 -5.692417 56.49913 25 -#> 7657 VR2-5637 -5.692417 56.49913 25 -#> 7658 VR2-5637 -5.692417 56.49913 25 -#> 7659 VR2-5637 -5.692417 56.49913 25 -#> 7660 VR2-5637 -5.692417 56.49913 25 -#> 7661 VR2-5637 -5.692417 56.49913 25 -#> 7662 VR2-5637 -5.692417 56.49913 25 -#> 7663 VR2-5637 -5.692417 56.49913 25 -#> 7664 VR2-5637 -5.692417 56.49913 25 -#> 7665 VR2-5637 -5.692417 56.49913 25 -#> 7666 VR2-5637 -5.692417 56.49913 25 -#> 7667 VR2-5637 -5.692417 56.49913 25 -#> 7668 VR2-5637 -5.692417 56.49913 25 -#> 7669 VR2-5637 -5.692417 56.49913 25 -#> 7670 VR2-5637 -5.692417 56.49913 25 -#> 7671 VR2-5637 -5.692417 56.49913 25 -#> 7672 VR2-5637 -5.692417 56.49913 25 -#> 7673 VR2-5637 -5.692417 56.49913 25 -#> 7674 VR2AR-546133 -5.701717 56.49747 90 -#> 7675 VR2-5637 -5.692417 56.49913 25 -#> 7676 VR2AR-546133 -5.701717 56.49747 90 -#> 7677 VR2-5637 -5.692417 56.49913 25 -#> 7678 VR2-5637 -5.692417 56.49913 25 -#> 7679 VR2AR-546133 -5.701717 56.49747 90 -#> 7680 VR2AR-546133 -5.701717 56.49747 90 -#> 7681 VR2AR-546133 -5.701717 56.49747 90 -#> 7682 VR2AR-546133 -5.701717 56.49747 90 -#> 7683 VR2AR-546133 -5.701717 56.49747 90 -#> 7684 VR2-5637 -5.692417 56.49913 25 -#> 7685 VR2AR-546133 -5.701717 56.49747 90 -#> 7686 VR2-5637 -5.692417 56.49913 25 -#> 7687 VR2-5637 -5.692417 56.49913 25 -#> 7688 VR2-5637 -5.692417 56.49913 25 -#> 7689 VR2-5637 -5.692417 56.49913 25 -#> 7690 VR2-5637 -5.692417 56.49913 25 -#> 7691 VR2-5637 -5.692417 56.49913 25 -#> 7692 VR2-5637 -5.692417 56.49913 25 -#> 7693 VR2-5637 -5.692417 56.49913 25 -#> 7694 VR2-5637 -5.692417 56.49913 25 -#> 7695 VR2-5637 -5.692417 56.49913 25 -#> 7696 VR2-5637 -5.692417 56.49913 25 -#> 7697 VR2-5637 -5.692417 56.49913 25 -#> 7698 VR2-5637 -5.692417 56.49913 25 -#> 7699 VR2-5637 -5.692417 56.49913 25 -#> 7700 VR2-5637 -5.692417 56.49913 25 -#> 7701 VR2-5637 -5.692417 56.49913 25 -#> 7702 VR2-5637 -5.692417 56.49913 25 -#> 7703 VR2-5637 -5.692417 56.49913 25 -#> 7704 VR2-5637 -5.692417 56.49913 25 -#> 7705 VR2-5637 -5.692417 56.49913 25 -#> 7706 VR2-5637 -5.692417 56.49913 25 -#> 7707 VR2-5637 -5.692417 56.49913 25 -#> 7708 VR2-5637 -5.692417 56.49913 25 -#> 7709 VR2-5637 -5.692417 56.49913 25 -#> 7710 VR2-5637 -5.692417 56.49913 25 -#> 7711 VR2-5637 -5.692417 56.49913 25 -#> 7712 VR2-5637 -5.692417 56.49913 25 -#> 7713 VR2-5637 -5.692417 56.49913 25 -#> 7714 VR2-5637 -5.692417 56.49913 25 -#> 7715 VR2-5637 -5.692417 56.49913 25 -#> 7716 VR2-5637 -5.692417 56.49913 25 -#> 7717 VR2-5637 -5.692417 56.49913 25 -#> 7718 VR2-5637 -5.692417 56.49913 25 -#> 7719 VR2-5637 -5.692417 56.49913 25 -#> 7720 VR2-5637 -5.692417 56.49913 25 -#> 7721 VR2-5637 -5.692417 56.49913 25 -#> 7722 VR2-5637 -5.692417 56.49913 25 -#> 7723 VR2-5637 -5.692417 56.49913 25 -#> 7724 VR2-5637 -5.692417 56.49913 25 -#> 7725 VR2-5637 -5.692417 56.49913 25 -#> 7726 VR2-5637 -5.692417 56.49913 25 -#> 7727 VR2-5637 -5.692417 56.49913 25 -#> 7728 VR2-5637 -5.692417 56.49913 25 -#> 7729 VR2-5637 -5.692417 56.49913 25 -#> 7730 VR2-5637 -5.692417 56.49913 25 -#> 7731 VR2-5637 -5.692417 56.49913 25 -#> 7732 VR2-5637 -5.692417 56.49913 25 -#> 7733 VR2-5637 -5.692417 56.49913 25 -#> 7734 VR2-5637 -5.692417 56.49913 25 -#> 7735 VR2-5637 -5.692417 56.49913 25 -#> 7736 VR2-5637 -5.692417 56.49913 25 -#> 7737 VR2-5637 -5.692417 56.49913 25 -#> 7738 VR2-5637 -5.692417 56.49913 25 -#> 7739 VR2-5637 -5.692417 56.49913 25 -#> 7740 VR2-5637 -5.692417 56.49913 25 -#> 7741 VR2-5637 -5.692417 56.49913 25 -#> 7742 VR2-5637 -5.692417 56.49913 25 -#> 7743 VR2-5637 -5.692417 56.49913 25 -#> 7744 VR2-5637 -5.692417 56.49913 25 -#> 7745 VR2-5637 -5.692417 56.49913 25 -#> 7746 VR2-5637 -5.692417 56.49913 25 -#> 7747 VR2-5637 -5.692417 56.49913 25 -#> 7748 VR2-5637 -5.692417 56.49913 25 -#> 7749 VR2-5637 -5.692417 56.49913 25 -#> 7750 VR2-5637 -5.692417 56.49913 25 -#> 7751 VR2-5637 -5.692417 56.49913 25 -#> 7752 VR2-5637 -5.692417 56.49913 25 -#> 7753 VR2-5637 -5.692417 56.49913 25 -#> 7754 VR2AR-546133 -5.701717 56.49747 90 -#> 7755 VR2-5637 -5.692417 56.49913 25 -#> 7756 VR2AR-546133 -5.701717 56.49747 90 -#> 7757 VR2AR-546133 -5.701717 56.49747 90 -#> 7758 VR2AR-546133 -5.701717 56.49747 90 -#> 7759 VR2AR-546133 -5.701717 56.49747 90 -#> 7760 VR2AR-546133 -5.701717 56.49747 90 -#> 7761 VR2AR-546133 -5.701717 56.49747 90 -#> 7762 VR2AR-546133 -5.701717 56.49747 90 -#> 7763 VR2AR-546133 -5.701717 56.49747 90 -#> 7764 VR2AR-546133 -5.701717 56.49747 90 -#> 7765 VR2AR-546133 -5.701717 56.49747 90 -#> 7766 VR2AR-546133 -5.701717 56.49747 90 -#> 7767 VR2AR-546133 -5.701717 56.49747 90 -#> 7768 VR2-5637 -5.692417 56.49913 25 -#> 7769 VR2-5637 -5.692417 56.49913 25 -#> 7770 VR2AR-546133 -5.701717 56.49747 90 -#> 7771 VR2AR-546133 -5.701717 56.49747 90 -#> 7772 VR2AR-546133 -5.701717 56.49747 90 -#> 7773 VR2-5637 -5.692417 56.49913 25 -#> 7774 VR2-5637 -5.692417 56.49913 25 -#> 7775 VR2-5637 -5.692417 56.49913 25 -#> 7776 VR2-5637 -5.692417 56.49913 25 -#> 7777 VR2-5637 -5.692417 56.49913 25 -#> 7778 VR2-5637 -5.692417 56.49913 25 -#> 7779 VR2-5637 -5.692417 56.49913 25 -#> 7780 VR2-5637 -5.692417 56.49913 25 -#> 7781 VR2-5637 -5.692417 56.49913 25 -#> 7782 VR2-5637 -5.692417 56.49913 25 -#> 7783 VR2-5637 -5.692417 56.49913 25 -#> 7784 VR2-5637 -5.692417 56.49913 25 -#> 7785 VR2-5637 -5.692417 56.49913 25 -#> 7786 VR2-5637 -5.692417 56.49913 25 -#> 7787 VR2-5637 -5.692417 56.49913 25 -#> 7788 VR2-5637 -5.692417 56.49913 25 -#> 7789 VR2-5637 -5.692417 56.49913 25 -#> 7790 VR2-5637 -5.692417 56.49913 25 -#> 7791 VR2AR-546133 -5.701717 56.49747 90 -#> 7792 VR2AR-546133 -5.701717 56.49747 90 -#> 7793 VR2AR-546133 -5.701717 56.49747 90 -#> 7794 VR2AR-546133 -5.701717 56.49747 90 -#> 7795 VR2AR-546133 -5.701717 56.49747 90 -#> 7796 VR2AR-546133 -5.701717 56.49747 90 -#> 7797 VR2AR-546133 -5.701717 56.49747 90 -#> 7798 VR2AR-546133 -5.701717 56.49747 90 -#> 7799 VR2AR-546133 -5.701717 56.49747 90 -#> 7800 VR2AR-546133 -5.701717 56.49747 90 -#> 7801 VR2AR-546133 -5.701717 56.49747 90 -#> 7802 VR2AR-546133 -5.701717 56.49747 90 -#> 7803 VR2AR-546133 -5.701717 56.49747 90 -#> 7804 VR2AR-546133 -5.701717 56.49747 90 -#> 7805 VR2AR-546133 -5.701717 56.49747 90 -#> 7806 VR2AR-546133 -5.701717 56.49747 90 -#> 7807 VR2AR-546133 -5.701717 56.49747 90 -#> 7808 VR2AR-546133 -5.701717 56.49747 90 -#> 7809 VR2AR-546133 -5.701717 56.49747 90 -#> 7810 VR2AR-546133 -5.701717 56.49747 90 -#> 7811 VR2AR-546133 -5.701717 56.49747 90 -#> 7812 VR2AR-546133 -5.701717 56.49747 90 -#> 7813 VR2AR-546133 -5.701717 56.49747 90 -#> 7814 VR2AR-546133 -5.701717 56.49747 90 -#> 7815 VR2AR-546133 -5.701717 56.49747 90 -#> 7816 VR2AR-546133 -5.701717 56.49747 90 -#> 7817 VR2AR-546133 -5.701717 56.49747 90 -#> 7818 VR2AR-546133 -5.701717 56.49747 90 -#> 7819 VR2AR-546133 -5.701717 56.49747 90 -#> 7820 VR2AR-546133 -5.701717 56.49747 90 -#> 7821 VR2AR-546133 -5.701717 56.49747 90 -#> 7822 VR2AR-546133 -5.701717 56.49747 90 -#> 7823 VR2-5637 -5.692417 56.49913 25 -#> 7824 VR2-5637 -5.692417 56.49913 25 -#> 7825 VR2-5637 -5.692417 56.49913 25 -#> 7826 VR2-5637 -5.692417 56.49913 25 -#> 7827 VR2-5637 -5.692417 56.49913 25 -#> 7828 VR2-5630 -5.591217 56.50710 50 -#> 7829 VR2-5630 -5.591217 56.50710 50 -#> 7830 VR2-5630 -5.591217 56.50710 50 -#> 7831 VR2-5630 -5.591217 56.50710 50 -#> 7832 VR2-5630 -5.591217 56.50710 50 -#> 7833 VR2-5630 -5.591217 56.50710 50 -#> 7834 VR2-5630 -5.591217 56.50710 50 -#> 7835 VR2-5630 -5.591217 56.50710 50 -#> 7836 VR2-5630 -5.591217 56.50710 50 -#> 7837 VR2-5630 -5.591217 56.50710 50 -#> 7838 VR2-5630 -5.591217 56.50710 50 -#> 7839 VR2-5630 -5.591217 56.50710 50 -#> 7840 VR2-5630 -5.591217 56.50710 50 -#> 7841 VR2-5630 -5.591217 56.50710 50 -#> 7842 VR2-5630 -5.591217 56.50710 50 -#> 7843 VR2-5630 -5.591217 56.50710 50 -#> 7844 VR2-5630 -5.591217 56.50710 50 -#> 7845 VR2-5630 -5.591217 56.50710 50 -#> 7846 VR2-5630 -5.591217 56.50710 50 -#> 7847 VR2-5630 -5.591217 56.50710 50 -#> 7848 VR2-5630 -5.591217 56.50710 50 -#> 7849 VR2-5630 -5.591217 56.50710 50 -#> 7850 VR2-5630 -5.591217 56.50710 50 -#> 7851 VR2-5630 -5.591217 56.50710 50 -#> 7852 VR2-5630 -5.591217 56.50710 50 -#> 7853 VR2-6723 -5.586383 56.50332 50 -#> 7854 VR2-6723 -5.586383 56.50332 50 -#> 7855 VR2-6723 -5.586383 56.50332 50 -#> 7856 VR2-6723 -5.586383 56.50332 50 -#> 7857 VR2-6723 -5.586383 56.50332 50 -#> 7858 VR2-6723 -5.586383 56.50332 50 -#> 7859 VR2W-108163 -5.586717 56.49755 25 -#> 7860 VR2W-108163 -5.586717 56.49755 25 -#> 7861 VR2W-108163 -5.586717 56.49755 25 -#> 7862 VR2W-108163 -5.586717 56.49755 25 -#> 7863 VR2-6723 -5.586383 56.50332 50 -#> 7864 VR2W-108163 -5.586717 56.49755 25 -#> 7865 VR2W-108163 -5.586717 56.49755 25 -#> 7866 VR2-6723 -5.586383 56.50332 50 -#> 7867 VR2-6723 -5.586383 56.50332 50 -#> 7868 VR2-6723 -5.586383 56.50332 50 -#> 7869 VR2W-108163 -5.586717 56.49755 25 -#> 7870 VR2AR-546136 -5.626250 56.44810 75 -#> 7871 VR2AR-546136 -5.626250 56.44810 75 -#> 7872 VR2AR-546136 -5.626250 56.44810 75 -#> 7873 VR2AR-546136 -5.626250 56.44810 75 -#> 7874 VR2AR-546131 -5.612700 56.37988 35 -#> 7875 VR2AR-546131 -5.612700 56.37988 35 -#> 7876 VR2AR-546131 -5.612700 56.37988 35 -#> 7877 VR2AR-546131 -5.612700 56.37988 35 -#> 7878 VR2AR-546131 -5.612700 56.37988 35 -#> 7879 VR2AR-546131 -5.612700 56.37988 35 -#> 7880 VR2AR-546131 -5.612700 56.37988 35 -#> 7881 VR2AR-546131 -5.612700 56.37988 35 -#> 7882 VR2AR-546131 -5.612700 56.37988 35 -#> 7883 VR2AR-546131 -5.612700 56.37988 35 -#> 7884 VR2AR-546131 -5.612700 56.37988 35 -#> 7885 VR2AR-546131 -5.612700 56.37988 35 -#> 7886 VR2AR-546131 -5.612700 56.37988 35 -#> 7887 VR2AR-546131 -5.612700 56.37988 35 -#> 7888 VR2AR-546131 -5.612700 56.37988 35 -#> 7889 VR2AR-546131 -5.612700 56.37988 35 -#> 7890 VR2AR-546131 -5.612700 56.37988 35 -#> 7891 VR2AR-546131 -5.612700 56.37988 35 -#> 7892 VR2AR-546131 -5.612700 56.37988 35 -#> 7893 VR2AR-546131 -5.612700 56.37988 35 -#> 7894 VR2AR-546131 -5.612700 56.37988 35 -#> 7895 VR2AR-546131 -5.612700 56.37988 35 -#> 7896 VR2AR-546131 -5.612700 56.37988 35 -#> 7897 VR2AR-546131 -5.612700 56.37988 35 -#> 7898 VR2AR-546131 -5.612700 56.37988 35 -#> 7899 VR2AR-546131 -5.612700 56.37988 35 -#> 7900 VR2AR-546131 -5.612700 56.37988 35 -#> 7901 VR2AR-546131 -5.612700 56.37988 35 -#> 7902 VR2AR-546131 -5.612700 56.37988 35 -#> 7903 VR2AR-546131 -5.612700 56.37988 35 -#> 7904 VR2AR-546131 -5.612700 56.37988 35 -#> 7905 VR2AR-546131 -5.612700 56.37988 35 -#> 7906 VR2AR-546131 -5.612700 56.37988 35 -#> 7907 VR2AR-546131 -5.612700 56.37988 35 -#> 7908 VR2AR-546131 -5.612700 56.37988 35 -#> 7909 VR2AR-546131 -5.612700 56.37988 35 -#> 7910 VR2AR-546131 -5.612700 56.37988 35 -#> 7911 VR2AR-546131 -5.612700 56.37988 35 -#> 7912 VR2AR-546131 -5.612700 56.37988 35 -#> 7913 VR2AR-546131 -5.612700 56.37988 35 -#> 7914 VR2AR-546131 -5.612700 56.37988 35 -#> 7915 VR2AR-546131 -5.612700 56.37988 35 -#> 7916 VR2AR-546131 -5.612700 56.37988 35 -#> 7917 VR2AR-546131 -5.612700 56.37988 35 -#> 7918 VR2AR-546131 -5.612700 56.37988 35 -#> 7919 VR2AR-546131 -5.612700 56.37988 35 -#> 7920 VR2AR-546131 -5.612700 56.37988 35 -#> 7921 VR2AR-546131 -5.612700 56.37988 35 -#> 7922 VR2AR-546131 -5.612700 56.37988 35 -#> 7923 VR2AR-546131 -5.612700 56.37988 35 -#> 7924 VR2AR-546131 -5.612700 56.37988 35 -#> 7925 VR2AR-546131 -5.612700 56.37988 35 -#> 7926 VR2AR-546131 -5.612700 56.37988 35 -#> 7927 VR2AR-546131 -5.612700 56.37988 35 -#> 7928 VR2AR-546131 -5.612700 56.37988 35 -#> 7929 VR2AR-546131 -5.612700 56.37988 35 -#> 7930 VR2AR-546131 -5.612700 56.37988 35 -#> 7931 VR2AR-546131 -5.612700 56.37988 35 -#> 7932 VR2AR-546131 -5.612700 56.37988 35 -#> 7933 VR2AR-546131 -5.612700 56.37988 35 -#> 7934 VR2AR-546131 -5.612700 56.37988 35 -#> 7935 VR2AR-546131 -5.612700 56.37988 35 -#> 7936 VR2AR-546131 -5.612700 56.37988 35 -#> 7937 VR2AR-546131 -5.612700 56.37988 35 -#> 7938 VR2AR-546131 -5.612700 56.37988 35 -#> 7939 VR2AR-546131 -5.612700 56.37988 35 -#> 7940 VR2AR-546131 -5.612700 56.37988 35 -#> 7941 VR2AR-546131 -5.612700 56.37988 35 -#> 7942 VR2AR-546131 -5.612700 56.37988 35 -#> 7943 VR2AR-546131 -5.612700 56.37988 35 -#> 7944 VR2AR-546131 -5.612700 56.37988 35 -#> 7945 VR2AR-546131 -5.612700 56.37988 35 -#> 7946 VR2AR-546131 -5.612700 56.37988 35 -#> 7947 VR2AR-546131 -5.612700 56.37988 35 -#> 7948 VR2AR-546131 -5.612700 56.37988 35 -#> 7949 VR2AR-546131 -5.612700 56.37988 35 -#> 7950 VR2AR-546131 -5.612700 56.37988 35 -#> 7951 VR2AR-546131 -5.612700 56.37988 35 -#> 7952 VR2AR-546131 -5.612700 56.37988 35 -#> 7953 VR2AR-546131 -5.612700 56.37988 35 -#> 7954 VR2AR-546131 -5.612700 56.37988 35 -#> 7955 VR2AR-546131 -5.612700 56.37988 35 -#> 7956 VR2AR-546131 -5.612700 56.37988 35 -#> 7957 VR2AR-546131 -5.612700 56.37988 35 -#> 7958 VR2AR-546131 -5.612700 56.37988 35 -#> 7959 VR2AR-546131 -5.612700 56.37988 35 -#> 7960 VR2AR-546131 -5.612700 56.37988 35 -#> 7961 VR2AR-546131 -5.612700 56.37988 35 -#> 7962 VR2AR-546131 -5.612700 56.37988 35 -#> 7963 VR2AR-546131 -5.612700 56.37988 35 -#> 7964 VR2AR-546131 -5.612700 56.37988 35 -#> 7965 VR2AR-546131 -5.612700 56.37988 35 -#> 7966 VR2AR-546131 -5.612700 56.37988 35 -#> 7967 VR2AR-546131 -5.612700 56.37988 35 -#> 7968 VR2AR-546131 -5.612700 56.37988 35 -#> 7969 VR2AR-546131 -5.612700 56.37988 35 -#> 7970 VR2AR-546131 -5.612700 56.37988 35 -#> 7971 VR2AR-546131 -5.612700 56.37988 35 -#> 7972 VR2AR-546136 -5.626250 56.44810 75 -#> 7973 VR2AR-546380 -5.637917 56.44800 25 -#> 7974 VR2AR-546380 -5.637917 56.44800 25 -#> 7975 VR2AR-546380 -5.637917 56.44800 25 -#> 7976 VR2AR-546380 -5.637917 56.44800 25 -#> 7977 VR2AR-546380 -5.637917 56.44800 25 -#> 7978 VR2AR-546380 -5.637917 56.44800 25 -#> 7979 VR2AR-546136 -5.626250 56.44810 75 -#> 7980 VR2AR-546380 -5.637917 56.44800 25 -#> 7981 VR2AR-546380 -5.637917 56.44800 25 -#> 7982 VR2AR-546380 -5.637917 56.44800 25 -#> 7983 VR2AR-546380 -5.637917 56.44800 25 -#> 7984 VR2AR-546136 -5.626250 56.44810 75 -#> 7985 VR2AR-546380 -5.637917 56.44800 25 -#> 7986 VR2AR-546380 -5.637917 56.44800 25 -#> 7987 VR2AR-546380 -5.637917 56.44800 25 -#> 7988 VR2AR-546136 -5.626250 56.44810 75 -#> 7989 VR2AR-546136 -5.626250 56.44810 75 -#> 7990 VR2AR-546380 -5.637917 56.44800 25 -#> 7991 VR2AR-546136 -5.626250 56.44810 75 -#> 7992 VR2AR-546136 -5.626250 56.44810 75 -#> 7993 VR2AR-546136 -5.626250 56.44810 75 -#> 7994 VR2AR-546131 -5.612700 56.37988 35 -#> 7995 VR2AR-546131 -5.612700 56.37988 35 -#> 7996 VR2AR-546131 -5.612700 56.37988 35 -#> 7997 VR2AR-546131 -5.612700 56.37988 35 -#> 7998 VR2AR-546131 -5.612700 56.37988 35 -#> 7999 VR2AR-546131 -5.612700 56.37988 35 -#> 8000 VR2AR-546131 -5.612700 56.37988 35 -#> 8001 VR2AR-546131 -5.612700 56.37988 35 -#> 8002 VR2AR-546131 -5.612700 56.37988 35 -#> 8003 VR2AR-546131 -5.612700 56.37988 35 -#> 8004 VR2AR-546131 -5.612700 56.37988 35 -#> 8005 VR2AR-546131 -5.612700 56.37988 35 -#> 8006 VR2AR-546131 -5.612700 56.37988 35 -#> 8007 VR2AR-546131 -5.612700 56.37988 35 -#> 8008 VR2AR-546131 -5.612700 56.37988 35 -#> 8009 VR2AR-546131 -5.612700 56.37988 35 -#> 8010 VR2AR-546131 -5.612700 56.37988 35 -#> 8011 VR2AR-546131 -5.612700 56.37988 35 -#> 8012 VR2AR-546131 -5.612700 56.37988 35 -#> 8013 VR2AR-546131 -5.612700 56.37988 35 -#> 8014 VR2AR-546131 -5.612700 56.37988 35 -#> 8015 VR2AR-546131 -5.612700 56.37988 35 -#> 8016 VR2AR-546131 -5.612700 56.37988 35 -#> 8017 VR2AR-546131 -5.612700 56.37988 35 -#> 8018 VR2AR-546131 -5.612700 56.37988 35 -#> 8019 VR2AR-546131 -5.612700 56.37988 35 -#> 8020 VR2AR-546131 -5.612700 56.37988 35 -#> 8021 VR2AR-546131 -5.612700 56.37988 35 -#> 8022 VR2AR-546131 -5.612700 56.37988 35 -#> 8023 VR2AR-546131 -5.612700 56.37988 35 -#> 8024 VR2AR-546131 -5.612700 56.37988 35 -#> 8025 VR2AR-546131 -5.612700 56.37988 35 -#> 8026 VR2AR-546131 -5.612700 56.37988 35 -#> 8027 VR2AR-546131 -5.612700 56.37988 35 -#> 8028 VR2AR-546131 -5.612700 56.37988 35 -#> 8029 VR2AR-546131 -5.612700 56.37988 35 -#> 8030 VR2AR-546131 -5.612700 56.37988 35 -#> 8031 VR2AR-546131 -5.612700 56.37988 35 -#> 8032 VR2AR-546131 -5.612700 56.37988 35 -#> 8033 VR2AR-546131 -5.612700 56.37988 35 -#> 8034 VR2AR-546131 -5.612700 56.37988 35 -#> 8035 VR2AR-546131 -5.612700 56.37988 35 -#> 8036 VR2AR-546131 -5.612700 56.37988 35 -#> 8037 VR2AR-546131 -5.612700 56.37988 35 -#> 8038 VR2AR-546131 -5.612700 56.37988 35 -#> 8039 VR2AR-546131 -5.612700 56.37988 35 -#> 8040 VR2AR-546131 -5.612700 56.37988 35 -#> 8041 VR2AR-546131 -5.612700 56.37988 35 -#> 8042 VR2AR-546131 -5.612700 56.37988 35 -#> 8043 VR2AR-546131 -5.612700 56.37988 35 -#> 8044 VR2AR-546131 -5.612700 56.37988 35 -#> 8045 VR2AR-546131 -5.612700 56.37988 35 -#> 8046 VR2AR-546131 -5.612700 56.37988 35 -#> 8047 VR2AR-546131 -5.612700 56.37988 35 -#> 8048 VR2AR-546131 -5.612700 56.37988 35 -#> 8049 VR2AR-546131 -5.612700 56.37988 35 -#> 8050 VR2AR-546131 -5.612700 56.37988 35 -#> 8051 VR2AR-546131 -5.612700 56.37988 35 -#> 8052 VR2AR-546131 -5.612700 56.37988 35 -#> 8053 VR2AR-546131 -5.612700 56.37988 35 -#> 8054 VR2AR-546131 -5.612700 56.37988 35 -#> 8055 VR2AR-546131 -5.612700 56.37988 35 -#> 8056 VR2AR-546131 -5.612700 56.37988 35 -#> 8057 VR2AR-546131 -5.612700 56.37988 35 -#> 8058 VR2AR-546131 -5.612700 56.37988 35 -#> 8059 VR2AR-546131 -5.612700 56.37988 35 -#> 8060 VR2AR-546131 -5.612700 56.37988 35 -#> 8061 VR2AR-546131 -5.612700 56.37988 35 -#> 8062 VR2AR-546131 -5.612700 56.37988 35 -#> 8063 VR2AR-546131 -5.612700 56.37988 35 -#> 8064 VR2AR-546131 -5.612700 56.37988 35 -#> 8065 VR2AR-546131 -5.612700 56.37988 35 -#> 8066 VR2AR-546131 -5.612700 56.37988 35 -#> 8067 VR2AR-546131 -5.612700 56.37988 35 -#> 8068 VR2AR-546131 -5.612700 56.37988 35 -#> 8069 VR2AR-546131 -5.612700 56.37988 35 -#> 8070 VR2AR-546131 -5.612700 56.37988 35 -#> 8071 VR2AR-546131 -5.612700 56.37988 35 -#> 8072 VR2AR-546131 -5.612700 56.37988 35 -#> 8073 VR2AR-546131 -5.612700 56.37988 35 -#> 8074 VR2AR-546131 -5.612700 56.37988 35 -#> 8075 VR2AR-546131 -5.612700 56.37988 35 -#> 8076 VR2AR-546131 -5.612700 56.37988 35 -#> 8077 VR2AR-546131 -5.612700 56.37988 35 -#> 8078 VR2AR-546131 -5.612700 56.37988 35 -#> 8079 VR2AR-546131 -5.612700 56.37988 35 -#> 8080 VR2AR-546131 -5.612700 56.37988 35 -#> 8081 VR2AR-546131 -5.612700 56.37988 35 -#> 8082 VR2AR-546131 -5.612700 56.37988 35 -#> 8083 VR2AR-546131 -5.612700 56.37988 35 -#> 8084 VR2AR-546131 -5.612700 56.37988 35 -#> 8085 VR2AR-546131 -5.612700 56.37988 35 -#> 8086 VR2AR-546131 -5.612700 56.37988 35 -#> 8087 VR2AR-546131 -5.612700 56.37988 35 -#> 8088 VR2AR-546131 -5.612700 56.37988 35 -#> 8089 VR2AR-546131 -5.612700 56.37988 35 -#> 8090 VR2AR-546131 -5.612700 56.37988 35 -#> 8091 VR2AR-546131 -5.612700 56.37988 35 -#> 8092 VR2AR-546131 -5.612700 56.37988 35 -#> 8093 VR2AR-546131 -5.612700 56.37988 35 -#> 8094 VR2AR-546131 -5.612700 56.37988 35 -#> 8095 VR2AR-546131 -5.612700 56.37988 35 -#> 8096 VR2AR-546131 -5.612700 56.37988 35 -#> 8097 VR2AR-546131 -5.612700 56.37988 35 -#> 8098 VR2AR-546131 -5.612700 56.37988 35 -#> 8099 VR2AR-546131 -5.612700 56.37988 35 -#> 8100 VR2AR-546131 -5.612700 56.37988 35 -#> 8101 VR2AR-546131 -5.612700 56.37988 35 -#> 8102 VR2AR-546131 -5.612700 56.37988 35 -#> 8103 VR2AR-546131 -5.612700 56.37988 35 -#> 8104 VR2AR-546131 -5.612700 56.37988 35 -#> 8105 VR2AR-546131 -5.612700 56.37988 35 -#> 8106 VR2AR-546131 -5.612700 56.37988 35 -#> 8107 VR2AR-546131 -5.612700 56.37988 35 -#> 8108 VR2AR-546131 -5.612700 56.37988 35 -#> 8109 VR2AR-546131 -5.612700 56.37988 35 -#> 8110 VR2AR-546131 -5.612700 56.37988 35 -#> 8111 VR2AR-546131 -5.612700 56.37988 35 -#> 8112 VR2AR-546131 -5.612700 56.37988 35 -#> 8113 VR2AR-546131 -5.612700 56.37988 35 -#> 8114 VR2AR-546131 -5.612700 56.37988 35 -#> 8115 VR2AR-546131 -5.612700 56.37988 35 -#> 8116 VR2AR-546131 -5.612700 56.37988 35 -#> 8117 VR2AR-546131 -5.612700 56.37988 35 -#> 8118 VR2AR-546131 -5.612700 56.37988 35 -#> 8119 VR2AR-546131 -5.612700 56.37988 35 -#> 8120 VR2AR-546131 -5.612700 56.37988 35 -#> 8121 VR2AR-546131 -5.612700 56.37988 35 -#> 8122 VR2AR-546131 -5.612700 56.37988 35 -#> 8123 VR2AR-546131 -5.612700 56.37988 35 -#> 8124 VR2AR-546131 -5.612700 56.37988 35 -#> 8125 VR2AR-546131 -5.612700 56.37988 35 -#> 8126 VR2AR-546131 -5.612700 56.37988 35 -#> 8127 VR2AR-546131 -5.612700 56.37988 35 -#> 8128 VR2AR-546131 -5.612700 56.37988 35 -#> 8129 VR2AR-546131 -5.612700 56.37988 35 -#> 8130 VR2AR-546131 -5.612700 56.37988 35 -#> 8131 VR2AR-546131 -5.612700 56.37988 35 -#> 8132 VR2AR-546131 -5.612700 56.37988 35 -#> 8133 VR2AR-546131 -5.612700 56.37988 35 -#> 8134 VR2AR-546131 -5.612700 56.37988 35 -#> 8135 VR2AR-546131 -5.612700 56.37988 35 -#> 8136 VR2AR-546131 -5.612700 56.37988 35 -#> 8137 VR2AR-546131 -5.612700 56.37988 35 -#> 8138 VR2AR-546131 -5.612700 56.37988 35 -#> 8139 VR2AR-546131 -5.612700 56.37988 35 -#> 8140 VR2AR-546131 -5.612700 56.37988 35 -#> 8141 VR2AR-546131 -5.612700 56.37988 35 -#> 8142 VR2AR-546131 -5.612700 56.37988 35 -#> 8143 VR2AR-546131 -5.612700 56.37988 35 -#> 8144 VR2AR-546131 -5.612700 56.37988 35 -#> 8145 VR2AR-546131 -5.612700 56.37988 35 -#> 8146 VR2AR-546131 -5.612700 56.37988 35 -#> 8147 VR2AR-546131 -5.612700 56.37988 35 -#> 8148 VR2AR-546131 -5.612700 56.37988 35 -#> 8149 VR2AR-546131 -5.612700 56.37988 35 -#> 8150 VR2AR-546131 -5.612700 56.37988 35 -#> 8151 VR2AR-546131 -5.612700 56.37988 35 -#> 8152 VR2AR-546131 -5.612700 56.37988 35 -#> 8153 VR2AR-546131 -5.612700 56.37988 35 -#> 8154 VR2AR-546131 -5.612700 56.37988 35 -#> 8155 VR2AR-546131 -5.612700 56.37988 35 -#> 8156 VR2AR-546131 -5.612700 56.37988 35 -#> 8157 VR2AR-546131 -5.612700 56.37988 35 -#> 8158 VR2AR-546131 -5.612700 56.37988 35 -#> 8159 VR2AR-546131 -5.612700 56.37988 35 -#> 8160 VR2AR-546131 -5.612700 56.37988 35 -#> 8161 VR2AR-546131 -5.612700 56.37988 35 -#> 8162 VR2AR-546131 -5.612700 56.37988 35 -#> 8163 VR2AR-546131 -5.612700 56.37988 35 -#> 8164 VR2AR-546131 -5.612700 56.37988 35 -#> 8165 VR2AR-546131 -5.612700 56.37988 35 -#> 8166 VR2AR-546131 -5.612700 56.37988 35 -#> 8167 VR2AR-546131 -5.612700 56.37988 35 -#> 8168 VR2AR-546131 -5.612700 56.37988 35 -#> 8169 VR2AR-546131 -5.612700 56.37988 35 -#> 8170 VR2AR-546131 -5.612700 56.37988 35 -#> 8171 VR2AR-546131 -5.612700 56.37988 35 -#> 8172 VR2AR-546131 -5.612700 56.37988 35 -#> 8173 VR2AR-546131 -5.612700 56.37988 35 -#> 8174 VR2AR-546131 -5.612700 56.37988 35 -#> 8175 VR2AR-546131 -5.612700 56.37988 35 -#> 8176 VR2AR-546131 -5.612700 56.37988 35 -#> 8177 VR2AR-546131 -5.612700 56.37988 35 -#> 8178 VR2AR-546131 -5.612700 56.37988 35 -#> 8179 VR2AR-546131 -5.612700 56.37988 35 -#> 8180 VR2AR-546131 -5.612700 56.37988 35 -#> 8181 VR2AR-546131 -5.612700 56.37988 35 -#> 8182 VR2AR-546131 -5.612700 56.37988 35 -#> 8183 VR2AR-546131 -5.612700 56.37988 35 -#> 8184 VR2AR-546131 -5.612700 56.37988 35 -#> 8185 VR2AR-546131 -5.612700 56.37988 35 -#> 8186 VR2AR-546131 -5.612700 56.37988 35 -#> 8187 VR2AR-546131 -5.612700 56.37988 35 -#> 8188 VR2AR-546131 -5.612700 56.37988 35 -#> 8189 VR2AR-546131 -5.612700 56.37988 35 -#> 8190 VR2AR-546131 -5.612700 56.37988 35 -#> 8191 VR2AR-546131 -5.612700 56.37988 35 -#> 8192 VR2AR-546131 -5.612700 56.37988 35 -#> 8193 VR2AR-546131 -5.612700 56.37988 35 -#> 8194 VR2AR-546131 -5.612700 56.37988 35 -#> 8195 VR2AR-546131 -5.612700 56.37988 35 -#> 8196 VR2AR-546131 -5.612700 56.37988 35 -#> 8197 VR2AR-546131 -5.612700 56.37988 35 -#> 8198 VR2AR-546131 -5.612700 56.37988 35 -#> 8199 VR2AR-546134 -5.643867 56.38278 145 -#> 8200 VR2AR-546134 -5.643867 56.38278 145 -#> 8201 VR2AR-546134 -5.643867 56.38278 145 -#> 8202 VR2AR-546134 -5.643867 56.38278 145 -#> 8203 VR2AR-546134 -5.643867 56.38278 145 -#> 8204 VR2AR-546134 -5.643867 56.38278 145 -#> 8205 VR2AR-546134 -5.643867 56.38278 145 -#> 8206 VR2AR-546134 -5.643867 56.38278 145 -#> 8207 VR2AR-546135 -5.657067 56.38803 85 -#> 8208 VR2AR-546135 -5.657067 56.38803 85 -#> 8209 VR2AR-546135 -5.657067 56.38803 85 -#> 8210 VR2AR-546135 -5.657067 56.38803 85 -#> 8211 VR2AR-546135 -5.657067 56.38803 85 -#> 8212 VR2AR-546135 -5.657067 56.38803 85 -#> 8213 VR2AR-546135 -5.657067 56.38803 85 -#> 8214 VR2AR-546135 -5.657067 56.38803 85 -#> 8215 VR2AR-546135 -5.657067 56.38803 85 -#> 8216 VR2AR-546135 -5.657067 56.38803 85 -#> 8217 VR2AR-546135 -5.657067 56.38803 85 -#> 8218 VR2AR-546135 -5.657067 56.38803 85 -#> 8219 VR2AR-546135 -5.657067 56.38803 85 -#> 8220 VR2AR-546135 -5.657067 56.38803 85 -#> 8221 VR2AR-546135 -5.657067 56.38803 85 -#> 8222 VR2AR-546135 -5.657067 56.38803 85 -#> 8223 VR2AR-546135 -5.657067 56.38803 85 -#> 8224 VR2AR-546135 -5.657067 56.38803 85 -#> 8225 VR2AR-546135 -5.657067 56.38803 85 -#> 8226 VR2AR-546135 -5.657067 56.38803 85 -#> 8227 VR2AR-546135 -5.657067 56.38803 85 -#> 8228 VR2AR-546380 -5.637917 56.44800 25 -#> 8229 VR2AR-546380 -5.637917 56.44800 25 -#> 8230 VR2AR-546380 -5.637917 56.44800 25 -#> 8231 VR2AR-546380 -5.637917 56.44800 25 -#> 8232 VR2AR-546380 -5.637917 56.44800 25 -#> 8233 VR2AR-546380 -5.637917 56.44800 25 -#> 8234 VR2AR-546380 -5.637917 56.44800 25 -#> 8235 VR2-5637 -5.692417 56.49913 25 -#> 8236 VR2-5637 -5.692417 56.49913 25 -#> 8237 VR2-5637 -5.692417 56.49913 25 -#> 8238 VR2-5637 -5.692417 56.49913 25 -#> 8239 VR2-5637 -5.692417 56.49913 25 -#> 8240 VR2-5637 -5.692417 56.49913 25 -#> 8241 VR2-5637 -5.692417 56.49913 25 -#> 8242 VR2-5637 -5.692417 56.49913 25 -#> 8243 VR2-5637 -5.692417 56.49913 25 -#> 8244 VR2-5637 -5.692417 56.49913 25 -#> 8245 VR2AR-546380 -5.637917 56.44800 25 -#> 8246 VR2AR-546380 -5.637917 56.44800 25 -#> 8247 VR2AR-546380 -5.637917 56.44800 25 -#> 8248 VR2AR-546380 -5.637917 56.44800 25 -#> 8249 VR2AR-546380 -5.637917 56.44800 25 -#> 8250 VR2AR-546380 -5.637917 56.44800 25 -#> 8251 VR2AR-546380 -5.637917 56.44800 25 -#> 8252 VR2AR-546380 -5.637917 56.44800 25 -#> 8253 VR2AR-546380 -5.637917 56.44800 25 -#> 8254 VR2AR-546380 -5.637917 56.44800 25 -#> 8255 VR2AR-546380 -5.637917 56.44800 25 -#> 8256 VR2AR-546380 -5.637917 56.44800 25 -#> 8257 VR2AR-546380 -5.637917 56.44800 25 -#> 8258 VR2AR-546380 -5.637917 56.44800 25 -#> 8259 VR2AR-546134 -5.643867 56.38278 145 -#> 8260 VR2AR-546134 -5.643867 56.38278 145 -#> 8261 VR2AR-546134 -5.643867 56.38278 145 -#> 8262 VR2AR-546134 -5.643867 56.38278 145 -#> 8263 VR2AR-546134 -5.643867 56.38278 145 -#> 8264 VR2AR-546134 -5.643867 56.38278 145 -#> 8265 VR2AR-546134 -5.643867 56.38278 145 -#> 8266 VR2AR-546134 -5.643867 56.38278 145 -#> 8267 VR2AR-546134 -5.643867 56.38278 145 -#> 8268 VR2AR-546134 -5.643867 56.38278 145 -#> 8269 VR2AR-546134 -5.643867 56.38278 145 -#> 8270 VR2AR-546134 -5.643867 56.38278 145 -#> 8271 VR2AR-546134 -5.643867 56.38278 145 -#> 8272 VR2AR-546134 -5.643867 56.38278 145 -#> 8273 VR2AR-546134 -5.643867 56.38278 145 -#> 8274 VR2AR-546134 -5.643867 56.38278 145 -#> 8275 VR2AR-546134 -5.643867 56.38278 145 -#> 8276 VR2AR-546134 -5.643867 56.38278 145 -#> 8277 VR2AR-546134 -5.643867 56.38278 145 -#> 8278 VR2AR-546134 -5.643867 56.38278 145 -#> 8279 VR2AR-546134 -5.643867 56.38278 145 -#> 8280 VR2AR-546134 -5.643867 56.38278 145 -#> 8281 VR2AR-546134 -5.643867 56.38278 145 -#> 8282 VR2AR-546134 -5.643867 56.38278 145 -#> 8283 VR2AR-546134 -5.643867 56.38278 145 -#> 8284 VR2AR-546134 -5.643867 56.38278 145 -#> 8285 VR2AR-546134 -5.643867 56.38278 145 -#> 8286 VR2AR-546134 -5.643867 56.38278 145 -#> 8287 VR2AR-546134 -5.643867 56.38278 145 -#> 8288 VR2AR-546134 -5.643867 56.38278 145 -#> 8289 VR2AR-546134 -5.643867 56.38278 145 -#> 8290 VR2AR-546134 -5.643867 56.38278 145 -#> 8291 VR2AR-546134 -5.643867 56.38278 145 -#> 8292 VR2AR-546134 -5.643867 56.38278 145 -#> 8293 VR2AR-546134 -5.643867 56.38278 145 -#> 8294 VR2AR-546135 -5.657067 56.38803 85 -#> 8295 VR2AR-546135 -5.657067 56.38803 85 -#> 8296 VR2AR-546135 -5.657067 56.38803 85 -#> 8297 VR2AR-546135 -5.657067 56.38803 85 -#> 8298 VR2AR-546135 -5.657067 56.38803 85 -#> 8299 VR2AR-546135 -5.657067 56.38803 85 -#> 8300 VR2AR-546135 -5.657067 56.38803 85 -#> 8301 VR2AR-546135 -5.657067 56.38803 85 -#> 8302 VR2AR-546135 -5.657067 56.38803 85 -#> 8303 VR2AR-546135 -5.657067 56.38803 85 -#> 8304 VR2AR-546135 -5.657067 56.38803 85 -#> 8305 VR2AR-546135 -5.657067 56.38803 85 -#> 8306 VR2AR-546135 -5.657067 56.38803 85 -#> 8307 VR2AR-546135 -5.657067 56.38803 85 -#> 8308 VR2AR-546135 -5.657067 56.38803 85 -#> 8309 VR2AR-546135 -5.657067 56.38803 85 -#> 8310 VR2AR-546135 -5.657067 56.38803 85 -#> 8311 VR2AR-546135 -5.657067 56.38803 85 -#> 8312 VR2AR-546135 -5.657067 56.38803 85 -#> 8313 VR2AR-546135 -5.657067 56.38803 85 -#> 8314 VR2AR-546135 -5.657067 56.38803 85 -#> 8315 VR2AR-546135 -5.657067 56.38803 85 -#> 8316 VR2AR-546135 -5.657067 56.38803 85 -#> 8317 VR2AR-546135 -5.657067 56.38803 85 -#> 8318 VR2AR-546135 -5.657067 56.38803 85 -#> 8319 VR2AR-546135 -5.657067 56.38803 85 -#> 8320 VR2AR-546135 -5.657067 56.38803 85 -#> 8321 VR2AR-546135 -5.657067 56.38803 85 -#> 8322 VR2AR-546134 -5.643867 56.38278 145 -#> 8323 VR2AR-546134 -5.643867 56.38278 145 -#> 8324 VR2AR-546134 -5.643867 56.38278 145 -#> 8325 VR2AR-546134 -5.643867 56.38278 145 -#> 8326 VR2AR-546134 -5.643867 56.38278 145 -#> 8327 VR2AR-546134 -5.643867 56.38278 145 -#> 8328 VR2AR-546134 -5.643867 56.38278 145 -#> 8329 VR2AR-546134 -5.643867 56.38278 145 -#> 8330 VR2AR-546134 -5.643867 56.38278 145 -#> 8331 VR2AR-546134 -5.643867 56.38278 145 -#> 8332 VR2AR-546134 -5.643867 56.38278 145 -#> 8333 VR2AR-546134 -5.643867 56.38278 145 -#> 8334 VR2AR-546134 -5.643867 56.38278 145 -#> 8335 VR2AR-546134 -5.643867 56.38278 145 -#> 8336 VR2AR-546134 -5.643867 56.38278 145 -#> 8337 VR2AR-546134 -5.643867 56.38278 145 -#> 8338 VR2AR-546134 -5.643867 56.38278 145 -#> 8339 VR2AR-546134 -5.643867 56.38278 145 -#> 8340 VR2AR-546134 -5.643867 56.38278 145 -#> 8341 VR2AR-546134 -5.643867 56.38278 145 -#> 8342 VR2AR-546134 -5.643867 56.38278 145 -#> 8343 VR2AR-546134 -5.643867 56.38278 145 -#> 8344 VR2AR-546134 -5.643867 56.38278 145 -#> 8345 VR2AR-546134 -5.643867 56.38278 145 -#> 8346 VR2AR-546134 -5.643867 56.38278 145 -#> 8347 VR2AR-546134 -5.643867 56.38278 145 -#> 8348 VR2AR-546134 -5.643867 56.38278 145 -#> 8349 VR2AR-546134 -5.643867 56.38278 145 -#> 8350 VR2AR-546134 -5.643867 56.38278 145 -#> 8351 VR2W-108160 -5.631733 56.37447 50 -#> 8352 VR2AR-546131 -5.612700 56.37988 35 -#> 8353 VR2AR-546131 -5.612700 56.37988 35 -#> 8354 VR2AR-546131 -5.612700 56.37988 35 -#> 8355 VR2AR-546131 -5.612700 56.37988 35 -#> 8356 VR2AR-546131 -5.612700 56.37988 35 -#> 8357 VR2AR-546131 -5.612700 56.37988 35 -#> 8358 VR2AR-546131 -5.612700 56.37988 35 -#> 8359 VR2AR-546131 -5.612700 56.37988 35 -#> 8360 VR2AR-546131 -5.612700 56.37988 35 -#> 8361 VR2AR-546131 -5.612700 56.37988 35 -#> 8362 VR2AR-546131 -5.612700 56.37988 35 -#> 8363 VR2AR-546131 -5.612700 56.37988 35 -#> 8364 VR2AR-546131 -5.612700 56.37988 35 -#> 8365 VR2AR-546131 -5.612700 56.37988 35 -#> 8366 VR2AR-546131 -5.612700 56.37988 35 -#> 8367 VR2AR-546131 -5.612700 56.37988 35 -#> 8368 VR2AR-546131 -5.612700 56.37988 35 -#> 8369 VR2AR-546131 -5.612700 56.37988 35 -#> 8370 VR2AR-546131 -5.612700 56.37988 35 -#> 8371 VR2AR-546131 -5.612700 56.37988 35 -#> 8372 VR2AR-546131 -5.612700 56.37988 35 -#> 8373 VR2AR-546131 -5.612700 56.37988 35 -#> 8374 VR2AR-546131 -5.612700 56.37988 35 -#> 8375 VR2AR-546131 -5.612700 56.37988 35 -#> 8376 VR2AR-546131 -5.612700 56.37988 35 -#> 8377 VR2AR-546131 -5.612700 56.37988 35 -#> 8378 VR2AR-546131 -5.612700 56.37988 35 -#> 8379 VR2AR-546131 -5.612700 56.37988 35 -#> 8380 VR2AR-546131 -5.612700 56.37988 35 -#> 8381 VR2AR-546131 -5.612700 56.37988 35 -#> 8382 VR2AR-546131 -5.612700 56.37988 35 -#> 8383 VR2AR-546131 -5.612700 56.37988 35 -#> 8384 VR2AR-546131 -5.612700 56.37988 35 -#> 8385 VR2AR-546131 -5.612700 56.37988 35 -#> 8386 VR2AR-546131 -5.612700 56.37988 35 -#> 8387 VR2AR-546131 -5.612700 56.37988 35 -#> 8388 VR2AR-546131 -5.612700 56.37988 35 -#> 8389 VR2AR-546131 -5.612700 56.37988 35 -#> 8390 VR2AR-546131 -5.612700 56.37988 35 -#> 8391 VR2AR-546131 -5.612700 56.37988 35 -#> 8392 VR2AR-546131 -5.612700 56.37988 35 -#> 8393 VR2AR-546131 -5.612700 56.37988 35 -#> 8394 VR2AR-546131 -5.612700 56.37988 35 -#> 8395 VR2AR-546131 -5.612700 56.37988 35 -#> 8396 VR2AR-546131 -5.612700 56.37988 35 -#> 8397 VR2AR-546131 -5.612700 56.37988 35 -#> 8398 VR2AR-546131 -5.612700 56.37988 35 -#> 8399 VR2AR-546131 -5.612700 56.37988 35 -#> 8400 VR2AR-546131 -5.612700 56.37988 35 -#> 8401 VR2AR-546131 -5.612700 56.37988 35 -#> 8402 VR2AR-546131 -5.612700 56.37988 35 -#> 8403 VR2AR-546131 -5.612700 56.37988 35 -#> 8404 VR2AR-546131 -5.612700 56.37988 35 -#> 8405 VR2AR-546131 -5.612700 56.37988 35 -#> 8406 VR2AR-546131 -5.612700 56.37988 35 -#> 8407 VR2AR-546131 -5.612700 56.37988 35 -#> 8408 VR2AR-546131 -5.612700 56.37988 35 -#> 8409 VR2AR-546131 -5.612700 56.37988 35 -#> 8410 VR2AR-546131 -5.612700 56.37988 35 -#> 8411 VR2AR-546131 -5.612700 56.37988 35 -#> 8412 VR2AR-546131 -5.612700 56.37988 35 -#> 8413 VR2AR-546131 -5.612700 56.37988 35 -#> 8414 VR2AR-546131 -5.612700 56.37988 35 -#> 8415 VR2AR-546131 -5.612700 56.37988 35 -#> 8416 VR2AR-546131 -5.612700 56.37988 35 -#> 8417 VR2AR-546131 -5.612700 56.37988 35 -#> 8418 VR2AR-546131 -5.612700 56.37988 35 -#> 8419 VR2AR-546131 -5.612700 56.37988 35 -#> 8420 VR2AR-546131 -5.612700 56.37988 35 -#> 8421 VR2AR-546131 -5.612700 56.37988 35 -#> 8422 VR2AR-546131 -5.612700 56.37988 35 -#> 8423 VR2AR-546131 -5.612700 56.37988 35 -#> 8424 VR2AR-546131 -5.612700 56.37988 35 -#> 8425 VR2AR-546131 -5.612700 56.37988 35 -#> 8426 VR2AR-546131 -5.612700 56.37988 35 -#> 8427 VR2AR-546131 -5.612700 56.37988 35 -#> 8428 VR2AR-546131 -5.612700 56.37988 35 -#> 8429 VR2AR-546131 -5.612700 56.37988 35 -#> 8430 VR2AR-546131 -5.612700 56.37988 35 -#> 8431 VR2AR-546131 -5.612700 56.37988 35 -#> 8432 VR2AR-546131 -5.612700 56.37988 35 -#> 8433 VR2AR-546131 -5.612700 56.37988 35 -#> 8434 VR2AR-546131 -5.612700 56.37988 35 -#> 8435 VR2AR-546131 -5.612700 56.37988 35 -#> 8436 VR2AR-546131 -5.612700 56.37988 35 -#> 8437 VR2AR-546131 -5.612700 56.37988 35 -#> 8438 VR2AR-546131 -5.612700 56.37988 35 -#> 8439 VR2AR-546131 -5.612700 56.37988 35 -#> 8440 VR2AR-546131 -5.612700 56.37988 35 -#> 8441 VR2AR-546131 -5.612700 56.37988 35 -#> 8442 VR2AR-546131 -5.612700 56.37988 35 -#> 8443 VR2AR-546131 -5.612700 56.37988 35 -#> 8444 VR2AR-546131 -5.612700 56.37988 35 -#> 8445 VR2AR-546131 -5.612700 56.37988 35 -#> 8446 VR2AR-546131 -5.612700 56.37988 35 -#> 8447 VR2AR-546131 -5.612700 56.37988 35 -#> 8448 VR2AR-546131 -5.612700 56.37988 35 -#> 8449 VR2AR-546131 -5.612700 56.37988 35 -#> 8450 VR2AR-546131 -5.612700 56.37988 35 -#> 8451 VR2AR-546131 -5.612700 56.37988 35 -#> 8452 VR2AR-546131 -5.612700 56.37988 35 -#> 8453 VR2AR-546131 -5.612700 56.37988 35 -#> 8454 VR2AR-546131 -5.612700 56.37988 35 -#> 8455 VR2AR-546131 -5.612700 56.37988 35 -#> 8456 VR2AR-546131 -5.612700 56.37988 35 -#> 8457 VR2AR-546131 -5.612700 56.37988 35 -#> 8458 VR2AR-546131 -5.612700 56.37988 35 -#> 8459 VR2AR-546131 -5.612700 56.37988 35 -#> 8460 VR2AR-546131 -5.612700 56.37988 35 -#> 8461 VR2AR-546131 -5.612700 56.37988 35 -#> 8462 VR2AR-546131 -5.612700 56.37988 35 -#> 8463 VR2AR-546131 -5.612700 56.37988 35 -#> 8464 VR2AR-546131 -5.612700 56.37988 35 -#> 8465 VR2AR-546131 -5.612700 56.37988 35 -#> 8466 VR2AR-546131 -5.612700 56.37988 35 -#> 8467 VR2AR-546131 -5.612700 56.37988 35 -#> 8468 VR2AR-546131 -5.612700 56.37988 35 -#> 8469 VR2AR-546131 -5.612700 56.37988 35 -#> 8470 VR2AR-546131 -5.612700 56.37988 35 -#> 8471 VR2AR-546131 -5.612700 56.37988 35 -#> 8472 VR2AR-546131 -5.612700 56.37988 35 -#> 8473 VR2AR-546131 -5.612700 56.37988 35 -#> 8474 VR2AR-546131 -5.612700 56.37988 35 -#> 8475 VR2AR-546131 -5.612700 56.37988 35 -#> 8476 VR2AR-546131 -5.612700 56.37988 35 -#> 8477 VR2AR-546131 -5.612700 56.37988 35 -#> 8478 VR2AR-546131 -5.612700 56.37988 35 -#> 8479 VR2AR-546131 -5.612700 56.37988 35 -#> 8480 VR2AR-546131 -5.612700 56.37988 35 -#> 8481 VR2AR-546131 -5.612700 56.37988 35 -#> 8482 VR2AR-546131 -5.612700 56.37988 35 -#> 8483 VR2AR-546131 -5.612700 56.37988 35 -#> 8484 VR2AR-546131 -5.612700 56.37988 35 -#> 8485 VR2AR-546131 -5.612700 56.37988 35 -#> 8486 VR2AR-546131 -5.612700 56.37988 35 -#> 8487 VR2AR-546131 -5.612700 56.37988 35 -#> 8488 VR2AR-546131 -5.612700 56.37988 35 -#> 8489 VR2AR-546131 -5.612700 56.37988 35 -#> 8490 VR2AR-546131 -5.612700 56.37988 35 -#> 8491 VR2AR-546131 -5.612700 56.37988 35 -#> 8492 VR2AR-546131 -5.612700 56.37988 35 -#> 8493 VR2AR-546131 -5.612700 56.37988 35 -#> 8494 VR2AR-546131 -5.612700 56.37988 35 -#> 8495 VR2AR-546131 -5.612700 56.37988 35 -#> 8496 VR2AR-546131 -5.612700 56.37988 35 -#> 8497 VR2AR-546131 -5.612700 56.37988 35 -#> 8498 VR2AR-546131 -5.612700 56.37988 35 -#> 8499 VR2AR-546131 -5.612700 56.37988 35 -#> 8500 VR2AR-546131 -5.612700 56.37988 35 -#> 8501 VR2AR-546131 -5.612700 56.37988 35 -#> 8502 VR2AR-546131 -5.612700 56.37988 35 -#> 8503 VR2AR-546131 -5.612700 56.37988 35 -#> 8504 VR2AR-546131 -5.612700 56.37988 35 -#> 8505 VR2AR-546131 -5.612700 56.37988 35 -#> 8506 VR2AR-546131 -5.612700 56.37988 35 -#> 8507 VR2AR-546131 -5.612700 56.37988 35 -#> 8508 VR2AR-546131 -5.612700 56.37988 35 -#> 8509 VR2AR-546131 -5.612700 56.37988 35 -#> 8510 VR2AR-546131 -5.612700 56.37988 35 -#> 8511 VR2AR-546131 -5.612700 56.37988 35 -#> 8512 VR2AR-546131 -5.612700 56.37988 35 -#> 8513 VR2AR-546131 -5.612700 56.37988 35 -#> 8514 VR2AR-546131 -5.612700 56.37988 35 -#> 8515 VR2AR-546131 -5.612700 56.37988 35 -#> 8516 VR2AR-546131 -5.612700 56.37988 35 -#> 8517 VR2AR-546131 -5.612700 56.37988 35 -#> 8518 VR2AR-546131 -5.612700 56.37988 35 -#> 8519 VR2AR-546131 -5.612700 56.37988 35 -#> 8520 VR2AR-546131 -5.612700 56.37988 35 -#> 8521 VR2AR-546131 -5.612700 56.37988 35 -#> 8522 VR2AR-546131 -5.612700 56.37988 35 -#> 8523 VR2AR-546131 -5.612700 56.37988 35 -#> 8524 VR2AR-546131 -5.612700 56.37988 35 -#> 8525 VR2AR-546131 -5.612700 56.37988 35 -#> 8526 VR2AR-546131 -5.612700 56.37988 35 -#> 8527 VR2AR-546131 -5.612700 56.37988 35 -#> 8528 VR2AR-546131 -5.612700 56.37988 35 -#> 8529 VR2AR-546131 -5.612700 56.37988 35 -#> 8530 VR2AR-546131 -5.612700 56.37988 35 -#> 8531 VR2AR-546131 -5.612700 56.37988 35 -#> 8532 VR2AR-546131 -5.612700 56.37988 35 -#> 8533 VR2AR-546131 -5.612700 56.37988 35 -#> 8534 VR2AR-546131 -5.612700 56.37988 35 -#> 8535 VR2AR-546131 -5.612700 56.37988 35 -#> 8536 VR2AR-546131 -5.612700 56.37988 35 -#> 8537 VR2AR-546131 -5.612700 56.37988 35 -#> 8538 VR2AR-546131 -5.612700 56.37988 35 -#> 8539 VR2AR-546131 -5.612700 56.37988 35 -#> 8540 VR2AR-546131 -5.612700 56.37988 35 -#> 8541 VR2AR-546131 -5.612700 56.37988 35 -#> 8542 VR2AR-546131 -5.612700 56.37988 35 -#> 8543 VR2AR-546131 -5.612700 56.37988 35 -#> 8544 VR2AR-546131 -5.612700 56.37988 35 -#> 8545 VR2AR-546131 -5.612700 56.37988 35 -#> 8546 VR2AR-546131 -5.612700 56.37988 35 -#> 8547 VR2AR-546131 -5.612700 56.37988 35 -#> 8548 VR2AR-546131 -5.612700 56.37988 35 -#> 8549 VR2AR-546131 -5.612700 56.37988 35 -#> 8550 VR2AR-546131 -5.612700 56.37988 35 -#> 8551 VR2AR-546131 -5.612700 56.37988 35 -#> 8552 VR2AR-546131 -5.612700 56.37988 35 -#> 8553 VR2AR-546131 -5.612700 56.37988 35 -#> 8554 VR2AR-546131 -5.612700 56.37988 35 -#> 8555 VR2AR-546131 -5.612700 56.37988 35 -#> 8556 VR2AR-546131 -5.612700 56.37988 35 -#> 8557 VR2AR-546131 -5.612700 56.37988 35 -#> 8558 VR2AR-546131 -5.612700 56.37988 35 -#> 8559 VR2AR-546131 -5.612700 56.37988 35 -#> 8560 VR2AR-546131 -5.612700 56.37988 35 -#> 8561 VR2AR-546131 -5.612700 56.37988 35 -#> 8562 VR2AR-546131 -5.612700 56.37988 35 -#> 8563 VR2AR-546131 -5.612700 56.37988 35 -#> 8564 VR2AR-546131 -5.612700 56.37988 35 -#> 8565 VR2AR-546131 -5.612700 56.37988 35 -#> 8566 VR2AR-546131 -5.612700 56.37988 35 -#> 8567 VR2AR-546131 -5.612700 56.37988 35 -#> 8568 VR2AR-546131 -5.612700 56.37988 35 -#> 8569 VR2AR-546131 -5.612700 56.37988 35 -#> 8570 VR2AR-546131 -5.612700 56.37988 35 -#> 8571 VR2AR-546131 -5.612700 56.37988 35 -#> 8572 VR2AR-546131 -5.612700 56.37988 35 -#> 8573 VR2AR-546131 -5.612700 56.37988 35 -#> 8574 VR2AR-546131 -5.612700 56.37988 35 -#> 8575 VR2AR-546131 -5.612700 56.37988 35 -#> 8576 VR2AR-546131 -5.612700 56.37988 35 -#> 8577 VR2AR-546131 -5.612700 56.37988 35 -#> 8578 VR2AR-546131 -5.612700 56.37988 35 -#> 8579 VR2AR-546131 -5.612700 56.37988 35 -#> 8580 VR2AR-546131 -5.612700 56.37988 35 -#> 8581 VR2AR-546131 -5.612700 56.37988 35 -#> 8582 VR2AR-546131 -5.612700 56.37988 35 -#> 8583 VR2AR-546131 -5.612700 56.37988 35 -#> 8584 VR2AR-546131 -5.612700 56.37988 35 -#> 8585 VR2AR-546131 -5.612700 56.37988 35 -#> 8586 VR2AR-546131 -5.612700 56.37988 35 -#> 8587 VR2AR-546131 -5.612700 56.37988 35 -#> 8588 VR2AR-546131 -5.612700 56.37988 35 -#> 8589 VR2AR-546131 -5.612700 56.37988 35 -#> 8590 VR2AR-546131 -5.612700 56.37988 35 -#> 8591 VR2AR-546131 -5.612700 56.37988 35 -#> 8592 VR2AR-546131 -5.612700 56.37988 35 -#> 8593 VR2AR-546136 -5.626250 56.44810 75 -#> 8594 VR2AR-546136 -5.626250 56.44810 75 -#> 8595 VR2AR-546136 -5.626250 56.44810 75 -#> 8596 VR2AR-546136 -5.626250 56.44810 75 -#> 8597 VR2AR-546136 -5.626250 56.44810 75 -#> 8598 VR2AR-546136 -5.626250 56.44810 75 -#> 8599 VR2-5637 -5.692417 56.49913 25 -#> 8600 VR2-5637 -5.692417 56.49913 25 -#> 8601 VR2-5637 -5.692417 56.49913 25 -#> 8602 VR2-5637 -5.692417 56.49913 25 -#> 8603 VR2-5637 -5.692417 56.49913 25 -#> 8604 VR2-5637 -5.692417 56.49913 25 -#> 8605 VR2-5637 -5.692417 56.49913 25 -#> 8606 VR2-5637 -5.692417 56.49913 25 -#> 8607 VR2-5637 -5.692417 56.49913 25 -#> 8608 VR2-5637 -5.692417 56.49913 25 -#> 8609 VR2-5637 -5.692417 56.49913 25 -#> 8610 VR2-5637 -5.692417 56.49913 25 -#> 8611 VR2-5637 -5.692417 56.49913 25 -#> 8612 VR2-5637 -5.692417 56.49913 25 -#> 8613 VR2-5637 -5.692417 56.49913 25 -#> 8614 VR2-5637 -5.692417 56.49913 25 -#> 8615 VR2-5637 -5.692417 56.49913 25 -#> 8616 VR2AR-546133 -5.701717 56.49747 90 -#> 8617 VR2AR-546133 -5.701717 56.49747 90 -#> 8618 VR2AR-546133 -5.701717 56.49747 90 -#> 8619 VR2AR-546133 -5.701717 56.49747 90 -#> 8620 VR2AR-546133 -5.701717 56.49747 90 -#> 8621 VR2AR-546133 -5.701717 56.49747 90 -#> 8622 VR2AR-546133 -5.701717 56.49747 90 -#> 8623 VR2-5637 -5.692417 56.49913 25 -#> 8624 VR2-5637 -5.692417 56.49913 25 -#> 8625 VR2-5637 -5.692417 56.49913 25 -#> 8626 VR2-5637 -5.692417 56.49913 25 -#> 8627 VR2-5637 -5.692417 56.49913 25 -#> 8628 VR2-5637 -5.692417 56.49913 25 -#> 8629 VR2-5637 -5.692417 56.49913 25 -#> 8630 VR2-5637 -5.692417 56.49913 25 -#> 8631 VR2-5637 -5.692417 56.49913 25 -#> 8632 VR2-5637 -5.692417 56.49913 25 -#> 8633 VR2-5637 -5.692417 56.49913 25 -#> 8634 VR2-5637 -5.692417 56.49913 25 -#> 8635 VR2-5637 -5.692417 56.49913 25 -#> 8636 VR2-5637 -5.692417 56.49913 25 -#> 8637 VR2-5637 -5.692417 56.49913 25 -#> 8638 VR2-5637 -5.692417 56.49913 25 -#> 8639 VR2-5637 -5.692417 56.49913 25 -#> 8640 VR2-5637 -5.692417 56.49913 25 -#> 8641 VR2-5637 -5.692417 56.49913 25 -#> 8642 VR2-5637 -5.692417 56.49913 25 -#> 8643 VR2-5637 -5.692417 56.49913 25 -#> 8644 VR2-5637 -5.692417 56.49913 25 -#> 8645 VR2-5637 -5.692417 56.49913 25 -#> 8646 VR2-5637 -5.692417 56.49913 25 -#> 8647 VR2-5637 -5.692417 56.49913 25 -#> 8648 VR2-5637 -5.692417 56.49913 25 -#> 8649 VR2-5637 -5.692417 56.49913 25 -#> 8650 VR2-5637 -5.692417 56.49913 25 -#> 8651 VR2-5637 -5.692417 56.49913 25 -#> 8652 VR2-5637 -5.692417 56.49913 25 -#> 8653 VR2-5637 -5.692417 56.49913 25 -#> 8654 VR2-5637 -5.692417 56.49913 25 -#> 8655 VR2-5637 -5.692417 56.49913 25 -#> 8656 VR2-5637 -5.692417 56.49913 25 -#> 8657 VR2AR-546133 -5.701717 56.49747 90 -#> 8658 VR2AR-546133 -5.701717 56.49747 90 -#> 8659 VR2AR-546133 -5.701717 56.49747 90 -#> 8660 VR2AR-546133 -5.701717 56.49747 90 -#> 8661 VR2AR-546133 -5.701717 56.49747 90 -#> 8662 VR2AR-546133 -5.701717 56.49747 90 -#> 8663 VR2AR-546133 -5.701717 56.49747 90 -#> 8664 VR2AR-546133 -5.701717 56.49747 90 -#> 8665 VR2AR-546133 -5.701717 56.49747 90 -#> 8666 VR2AR-546133 -5.701717 56.49747 90 -#> 8667 VR2AR-546133 -5.701717 56.49747 90 -#> 8668 VR2AR-546133 -5.701717 56.49747 90 -#> 8669 VR2AR-546133 -5.701717 56.49747 90 -#> 8670 VR2AR-546133 -5.701717 56.49747 90 -#> 8671 VR2AR-546133 -5.701717 56.49747 90 -#> 8672 VR2AR-546133 -5.701717 56.49747 90 -#> 8673 VR2AR-546133 -5.701717 56.49747 90 -#> 8674 VR2AR-546133 -5.701717 56.49747 90 -#> 8675 VR2AR-546133 -5.701717 56.49747 90 -#> 8676 VR2AR-546133 -5.701717 56.49747 90 -#> 8677 VR2AR-546133 -5.701717 56.49747 90 -#> 8678 VR2AR-546133 -5.701717 56.49747 90 -#> 8679 VR2AR-546133 -5.701717 56.49747 90 -#> 8680 VR2AR-546133 -5.701717 56.49747 90 -#> 8681 VR2AR-546133 -5.701717 56.49747 90 -#> 8682 VR2AR-546133 -5.701717 56.49747 90 -#> 8683 VR2AR-546133 -5.701717 56.49747 90 -#> 8684 VR2AR-546133 -5.701717 56.49747 90 -#> 8685 VR2AR-546133 -5.701717 56.49747 90 -#> 8686 VR2AR-546133 -5.701717 56.49747 90 -#> 8687 VR2AR-546133 -5.701717 56.49747 90 -#> 8688 VR2AR-546133 -5.701717 56.49747 90 -#> 8689 VR2AR-546133 -5.701717 56.49747 90 -#> 8690 VR2AR-546133 -5.701717 56.49747 90 -#> 8691 VR2AR-546133 -5.701717 56.49747 90 -#> 8692 VR2AR-546133 -5.701717 56.49747 90 -#> 8693 VR2AR-546136 -5.626250 56.44810 75 -#> 8694 VR2AR-546136 -5.626250 56.44810 75 -#> 8695 VR2AR-546380 -5.637917 56.44800 25 -#> 8696 VR2AR-546136 -5.626250 56.44810 75 -#> 8697 VR2AR-546380 -5.637917 56.44800 25 -#> 8698 VR2AR-546380 -5.637917 56.44800 25 -#> 8699 VR2AR-546136 -5.626250 56.44810 75 -#> 8700 VR2AR-546380 -5.637917 56.44800 25 -#> 8701 VR2AR-546380 -5.637917 56.44800 25 -#> 8702 VR2AR-546380 -5.637917 56.44800 25 -#> 8703 VR2AR-546380 -5.637917 56.44800 25 -#> 8704 VR2AR-546380 -5.637917 56.44800 25 -#> 8705 VR2AR-546380 -5.637917 56.44800 25 -#> 8706 VR2AR-546380 -5.637917 56.44800 25 -#> 8707 VR2AR-546380 -5.637917 56.44800 25 -#> 8708 VR2AR-546380 -5.637917 56.44800 25 -#> 8709 VR2AR-546380 -5.637917 56.44800 25 -#> 8710 VR2AR-546380 -5.637917 56.44800 25 -#> 8711 VR2AR-546380 -5.637917 56.44800 25 -#> 8712 VR2AR-546380 -5.637917 56.44800 25 -#> 8713 VR2AR-546380 -5.637917 56.44800 25 -#> 8714 VR2AR-546380 -5.637917 56.44800 25 -#> 8715 VR2AR-546380 -5.637917 56.44800 25 -#> 8716 VR2AR-546380 -5.637917 56.44800 25 -#> 8717 VR2AR-546380 -5.637917 56.44800 25 -#> 8718 VR2AR-546380 -5.637917 56.44800 25 -#> 8719 VR2AR-546380 -5.637917 56.44800 25 -#> 8720 VR2AR-546380 -5.637917 56.44800 25 -#> 8721 VR2AR-546380 -5.637917 56.44800 25 -#> 8722 VR2AR-546380 -5.637917 56.44800 25 -#> 8723 VR2AR-546380 -5.637917 56.44800 25 -#> 8724 VR2AR-546380 -5.637917 56.44800 25 -#> 8725 VR2AR-546380 -5.637917 56.44800 25 -#> 8726 VR2AR-546380 -5.637917 56.44800 25 -#> 8727 VR2AR-546380 -5.637917 56.44800 25 -#> 8728 VR2AR-546380 -5.637917 56.44800 25 -#> 8729 VR2AR-546380 -5.637917 56.44800 25 -#> 8730 VR2AR-546380 -5.637917 56.44800 25 -#> 8731 VR2AR-546131 -5.612700 56.37988 35 -#> 8732 VR2AR-546131 -5.612700 56.37988 35 -#> 8733 VR2AR-546131 -5.612700 56.37988 35 -#> 8734 VR2AR-546131 -5.612700 56.37988 35 -#> 8735 VR2AR-546131 -5.612700 56.37988 35 -#> 8736 VR2AR-546131 -5.612700 56.37988 35 -#> 8737 VR2AR-546131 -5.612700 56.37988 35 -#> 8738 VR2AR-546131 -5.612700 56.37988 35 -#> 8739 VR2AR-546131 -5.612700 56.37988 35 -#> 8740 VR2AR-546131 -5.612700 56.37988 35 -#> 8741 VR2AR-546131 -5.612700 56.37988 35 -#> 8742 VR2AR-546131 -5.612700 56.37988 35 -#> 8743 VR2AR-546131 -5.612700 56.37988 35 -#> 8744 VR2AR-546131 -5.612700 56.37988 35 -#> 8745 VR2AR-546131 -5.612700 56.37988 35 -#> 8746 VR2AR-546131 -5.612700 56.37988 35 -#> 8747 VR2AR-546131 -5.612700 56.37988 35 -#> 8748 VR2AR-546131 -5.612700 56.37988 35 -#> 8749 VR2AR-546131 -5.612700 56.37988 35 -#> 8750 VR2AR-546131 -5.612700 56.37988 35 -#> 8751 VR2AR-546131 -5.612700 56.37988 35 -#> 8752 VR2AR-546131 -5.612700 56.37988 35 -#> 8753 VR2AR-546131 -5.612700 56.37988 35 -#> 8754 VR2AR-546131 -5.612700 56.37988 35 -#> 8755 VR2AR-546131 -5.612700 56.37988 35 -#> 8756 VR2AR-546131 -5.612700 56.37988 35 -#> 8757 VR2AR-546131 -5.612700 56.37988 35 -#> 8758 VR2AR-546131 -5.612700 56.37988 35 -#> 8759 VR2AR-546131 -5.612700 56.37988 35 -#> 8760 VR2AR-546131 -5.612700 56.37988 35 -#> 8761 VR2AR-546131 -5.612700 56.37988 35 -#> 8762 VR2AR-546131 -5.612700 56.37988 35 -#> 8763 VR2AR-546131 -5.612700 56.37988 35 -#> 8764 VR2AR-546131 -5.612700 56.37988 35 -#> 8765 VR2AR-546131 -5.612700 56.37988 35 -#> 8766 VR2AR-546131 -5.612700 56.37988 35 -#> 8767 VR2AR-546131 -5.612700 56.37988 35 -#> 8768 VR2AR-546131 -5.612700 56.37988 35 -#> 8769 VR2AR-546131 -5.612700 56.37988 35 -#> 8770 VR2AR-546131 -5.612700 56.37988 35 -#> 8771 VR2AR-546131 -5.612700 56.37988 35 -#> 8772 VR2AR-546131 -5.612700 56.37988 35 -#> 8773 VR2AR-546131 -5.612700 56.37988 35 -#> 8774 VR2AR-546131 -5.612700 56.37988 35 -#> 8775 VR2AR-546131 -5.612700 56.37988 35 -#> 8776 VR2AR-546131 -5.612700 56.37988 35 -#> 8777 VR2AR-546131 -5.612700 56.37988 35 -#> 8778 VR2AR-546131 -5.612700 56.37988 35 -#> 8779 VR2AR-546131 -5.612700 56.37988 35 -#> 8780 VR2AR-546131 -5.612700 56.37988 35 -#> 8781 VR2AR-546131 -5.612700 56.37988 35 -#> 8782 VR2AR-546131 -5.612700 56.37988 35 -#> 8783 VR2AR-546131 -5.612700 56.37988 35 -#> 8784 VR2AR-546131 -5.612700 56.37988 35 -#> 8785 VR2AR-546131 -5.612700 56.37988 35 -#> 8786 VR2AR-546131 -5.612700 56.37988 35 -#> 8787 VR2AR-546131 -5.612700 56.37988 35 -#> 8788 VR2AR-546131 -5.612700 56.37988 35 -#> 8789 VR2AR-546131 -5.612700 56.37988 35 -#> 8790 VR2AR-546131 -5.612700 56.37988 35 -#> 8791 VR2AR-546131 -5.612700 56.37988 35 -#> 8792 VR2AR-546131 -5.612700 56.37988 35 -#> 8793 VR2AR-546131 -5.612700 56.37988 35 -#> 8794 VR2AR-546131 -5.612700 56.37988 35 -#> 8795 VR2AR-546131 -5.612700 56.37988 35 -#> 8796 VR2AR-546131 -5.612700 56.37988 35 -#> 8797 VR2AR-546131 -5.612700 56.37988 35 -#> 8798 VR2AR-546131 -5.612700 56.37988 35 -#> 8799 VR2AR-546131 -5.612700 56.37988 35 -#> 8800 VR2AR-546131 -5.612700 56.37988 35 -#> 8801 VR2AR-546131 -5.612700 56.37988 35 -#> 8802 VR2AR-546131 -5.612700 56.37988 35 -#> 8803 VR2AR-546131 -5.612700 56.37988 35 -#> 8804 VR2AR-546131 -5.612700 56.37988 35 -#> 8805 VR2AR-546131 -5.612700 56.37988 35 -#> 8806 VR2AR-546131 -5.612700 56.37988 35 -#> 8807 VR2AR-546131 -5.612700 56.37988 35 -#> 8808 VR2AR-546131 -5.612700 56.37988 35 -#> 8809 VR2AR-546131 -5.612700 56.37988 35 -#> 8810 VR2AR-546131 -5.612700 56.37988 35 -#> 8811 VR2AR-546131 -5.612700 56.37988 35 -#> 8812 VR2AR-546131 -5.612700 56.37988 35 -#> 8813 VR2AR-546131 -5.612700 56.37988 35 -#> 8814 VR2AR-546131 -5.612700 56.37988 35 -#> 8815 VR2AR-546131 -5.612700 56.37988 35 -#> 8816 VR2AR-546131 -5.612700 56.37988 35 -#> 8817 VR2AR-546131 -5.612700 56.37988 35 -#> 8818 VR2AR-546131 -5.612700 56.37988 35 -#> 8819 VR2AR-546131 -5.612700 56.37988 35 -#> 8820 VR2AR-546131 -5.612700 56.37988 35 -#> 8821 VR2AR-546131 -5.612700 56.37988 35 -#> 8822 VR2AR-546131 -5.612700 56.37988 35 -#> 8823 VR2AR-546131 -5.612700 56.37988 35 -#> 8824 VR2AR-546131 -5.612700 56.37988 35 -#> 8825 VR2AR-546131 -5.612700 56.37988 35 -#> 8826 VR2AR-546131 -5.612700 56.37988 35 -#> 8827 VR2AR-546131 -5.612700 56.37988 35 -#> 8828 VR2AR-546131 -5.612700 56.37988 35 -#> 8829 VR2AR-546131 -5.612700 56.37988 35 -#> 8830 VR2AR-546131 -5.612700 56.37988 35 -#> 8831 VR2AR-546131 -5.612700 56.37988 35 -#> 8832 VR2AR-546131 -5.612700 56.37988 35 -#> 8833 VR2AR-546131 -5.612700 56.37988 35 -#> 8834 VR2AR-546131 -5.612700 56.37988 35 -#> 8835 VR2AR-546131 -5.612700 56.37988 35 -#> 8836 VR2AR-546131 -5.612700 56.37988 35 -#> 8837 VR2AR-546131 -5.612700 56.37988 35 -#> 8838 VR2AR-546131 -5.612700 56.37988 35 -#> 8839 VR2AR-546131 -5.612700 56.37988 35 -#> 8840 VR2AR-546131 -5.612700 56.37988 35 -#> 8841 VR2AR-546131 -5.612700 56.37988 35 -#> 8842 VR2AR-546131 -5.612700 56.37988 35 -#> 8843 VR2AR-546131 -5.612700 56.37988 35 -#> 8844 VR2AR-546131 -5.612700 56.37988 35 -#> 8845 VR2AR-546131 -5.612700 56.37988 35 -#> 8846 VR2AR-546131 -5.612700 56.37988 35 -#> 8847 VR2AR-546131 -5.612700 56.37988 35 -#> 8848 VR2AR-546131 -5.612700 56.37988 35 -#> 8849 VR2AR-546131 -5.612700 56.37988 35 -#> 8850 VR2AR-546131 -5.612700 56.37988 35 -#> 8851 VR2AR-546131 -5.612700 56.37988 35 -#> 8852 VR2AR-546131 -5.612700 56.37988 35 -#> 8853 VR2AR-546131 -5.612700 56.37988 35 -#> 8854 VR2AR-546131 -5.612700 56.37988 35 -#> 8855 VR2AR-546131 -5.612700 56.37988 35 -#> 8856 VR2AR-546131 -5.612700 56.37988 35 -#> 8857 VR2AR-546131 -5.612700 56.37988 35 -#> 8858 VR2AR-546131 -5.612700 56.37988 35 -#> 8859 VR2AR-546131 -5.612700 56.37988 35 -#> 8860 VR2AR-546131 -5.612700 56.37988 35 -#> 8861 VR2AR-546131 -5.612700 56.37988 35 -#> 8862 VR2AR-546131 -5.612700 56.37988 35 -#> 8863 VR2AR-546131 -5.612700 56.37988 35 -#> 8864 VR2AR-546131 -5.612700 56.37988 35 -#> 8865 VR2AR-546131 -5.612700 56.37988 35 -#> 8866 VR2AR-546131 -5.612700 56.37988 35 -#> 8867 VR2AR-546131 -5.612700 56.37988 35 -#> 8868 VR2AR-546131 -5.612700 56.37988 35 -#> 8869 VR2AR-546131 -5.612700 56.37988 35 -#> 8870 VR2AR-546131 -5.612700 56.37988 35 -#> 8871 VR2AR-546131 -5.612700 56.37988 35 -#> 8872 VR2AR-546131 -5.612700 56.37988 35 -#> 8873 VR2AR-546131 -5.612700 56.37988 35 -#> 8874 VR2AR-546131 -5.612700 56.37988 35 -#> 8875 VR2AR-546131 -5.612700 56.37988 35 -#> 8876 VR2AR-546131 -5.612700 56.37988 35 -#> 8877 VR2AR-546131 -5.612700 56.37988 35 -#> 8878 VR2AR-546131 -5.612700 56.37988 35 -#> 8879 VR2AR-546131 -5.612700 56.37988 35 -#> 8880 VR2AR-546131 -5.612700 56.37988 35 -#> 8881 VR2AR-546131 -5.612700 56.37988 35 -#> 8882 VR2AR-546131 -5.612700 56.37988 35 -#> 8883 VR2AR-546131 -5.612700 56.37988 35 -#> 8884 VR2AR-546131 -5.612700 56.37988 35 -#> 8885 VR2AR-546131 -5.612700 56.37988 35 -#> 8886 VR2AR-546131 -5.612700 56.37988 35 -#> 8887 VR2AR-546131 -5.612700 56.37988 35 -#> 8888 VR2AR-546131 -5.612700 56.37988 35 -#> 8889 VR2AR-546131 -5.612700 56.37988 35 -#> 8890 VR2AR-546131 -5.612700 56.37988 35 -#> 8891 VR2AR-546131 -5.612700 56.37988 35 -#> 8892 VR2AR-546131 -5.612700 56.37988 35 -#> 8893 VR2AR-546131 -5.612700 56.37988 35 -#> 8894 VR2AR-546131 -5.612700 56.37988 35 -#> 8895 VR2AR-546131 -5.612700 56.37988 35 -#> 8896 VR2AR-546131 -5.612700 56.37988 35 -#> 8897 VR2AR-546131 -5.612700 56.37988 35 -#> 8898 VR2AR-546131 -5.612700 56.37988 35 -#> 8899 VR2AR-546131 -5.612700 56.37988 35 -#> 8900 VR2AR-546131 -5.612700 56.37988 35 -#> 8901 VR2AR-546131 -5.612700 56.37988 35 -#> 8902 VR2AR-546131 -5.612700 56.37988 35 -#> 8903 VR2AR-546131 -5.612700 56.37988 35 -#> 8904 VR2AR-546131 -5.612700 56.37988 35 -#> 8905 VR2AR-546131 -5.612700 56.37988 35 -#> 8906 VR2AR-546131 -5.612700 56.37988 35 -#> 8907 VR2AR-546131 -5.612700 56.37988 35 -#> 8908 VR2AR-546131 -5.612700 56.37988 35 -#> 8909 VR2AR-546131 -5.612700 56.37988 35 -#> 8910 VR2AR-546131 -5.612700 56.37988 35 -#> 8911 VR2AR-546131 -5.612700 56.37988 35 -#> 8912 VR2AR-546131 -5.612700 56.37988 35 -#> 8913 VR2AR-546131 -5.612700 56.37988 35 -#> 8914 VR2AR-546131 -5.612700 56.37988 35 -#> 8915 VR2AR-546131 -5.612700 56.37988 35 -#> 8916 VR2AR-546131 -5.612700 56.37988 35 -#> 8917 VR2AR-546131 -5.612700 56.37988 35 -#> 8918 VR2AR-546131 -5.612700 56.37988 35 -#> 8919 VR2AR-546131 -5.612700 56.37988 35 -#> 8920 VR2AR-546131 -5.612700 56.37988 35 -#> 8921 VR2AR-546131 -5.612700 56.37988 35 -#> 8922 VR2AR-546131 -5.612700 56.37988 35 -#> 8923 VR2AR-546131 -5.612700 56.37988 35 -#> 8924 VR2AR-546131 -5.612700 56.37988 35 -#> 8925 VR2AR-546131 -5.612700 56.37988 35 -#> 8926 VR2AR-546131 -5.612700 56.37988 35 -#> 8927 VR2AR-546131 -5.612700 56.37988 35 -#> 8928 VR2AR-546131 -5.612700 56.37988 35 -#> 8929 VR2AR-546131 -5.612700 56.37988 35 -#> 8930 VR2AR-546131 -5.612700 56.37988 35 -#> 8931 VR2AR-546131 -5.612700 56.37988 35 -#> 8932 VR2AR-546131 -5.612700 56.37988 35 -#> 8933 VR2AR-546131 -5.612700 56.37988 35 -#> 8934 VR2AR-546131 -5.612700 56.37988 35 -#> 8935 VR2AR-546131 -5.612700 56.37988 35 -#> 8936 VR2AR-546131 -5.612700 56.37988 35 -#> 8937 VR2AR-546131 -5.612700 56.37988 35 -#> 8938 VR2AR-546131 -5.612700 56.37988 35 -#> 8939 VR2AR-546131 -5.612700 56.37988 35 -#> 8940 VR2AR-546131 -5.612700 56.37988 35 -#> 8941 VR2AR-546131 -5.612700 56.37988 35 -#> 8942 VR2AR-546131 -5.612700 56.37988 35 -#> 8943 VR2AR-546131 -5.612700 56.37988 35 -#> 8944 VR2AR-546131 -5.612700 56.37988 35 -#> 8945 VR2AR-546131 -5.612700 56.37988 35 -#> 8946 VR2AR-546131 -5.612700 56.37988 35 -#> 8947 VR2AR-546131 -5.612700 56.37988 35 -#> 8948 VR2AR-546131 -5.612700 56.37988 35 -#> 8949 VR2AR-546131 -5.612700 56.37988 35 -#> 8950 VR2AR-546131 -5.612700 56.37988 35 -#> 8951 VR2AR-546131 -5.612700 56.37988 35 -#> 8952 VR2AR-546131 -5.612700 56.37988 35 -#> 8953 VR2AR-546131 -5.612700 56.37988 35 -#> 8954 VR2AR-546131 -5.612700 56.37988 35 -#> 8955 VR2AR-546131 -5.612700 56.37988 35 -#> 8956 VR2AR-546131 -5.612700 56.37988 35 -#> 8957 VR2AR-546135 -5.657067 56.38803 85 -#> 8958 VR2AR-546135 -5.657067 56.38803 85 -#> 8959 VR2AR-546135 -5.657067 56.38803 85 -#> 8960 VR2AR-546135 -5.657067 56.38803 85 -#> 8961 VR2AR-546135 -5.657067 56.38803 85 -#> 8962 VR2AR-546135 -5.657067 56.38803 85 -#> 8963 VR2AR-546135 -5.657067 56.38803 85 -#> 8964 VR2AR-546135 -5.657067 56.38803 85 -#> 8965 VR2AR-546135 -5.657067 56.38803 85 -#> 8966 VR2AR-546135 -5.657067 56.38803 85 -#> 8967 VR2AR-546135 -5.657067 56.38803 85 -#> 8968 VR2AR-546135 -5.657067 56.38803 85 -#> 8969 VR2AR-546135 -5.657067 56.38803 85 -#> 8970 VR2AR-546135 -5.657067 56.38803 85 -#> 8971 VR2AR-546135 -5.657067 56.38803 85 -#> 8972 VR2AR-546135 -5.657067 56.38803 85 -#> 8973 VR2AR-546135 -5.657067 56.38803 85 -#> 8974 VR2AR-546135 -5.657067 56.38803 85 -#> 8975 VR2AR-546135 -5.657067 56.38803 85 -#> 8976 VR2AR-546135 -5.657067 56.38803 85 -#> 8977 VR2AR-546135 -5.657067 56.38803 85 -#> 8978 VR2AR-546135 -5.657067 56.38803 85 -#> 8979 VR2AR-546135 -5.657067 56.38803 85 -#> 8980 VR2AR-546135 -5.657067 56.38803 85 -#> 8981 VR2AR-546135 -5.657067 56.38803 85 -#> 8982 VR2AR-546135 -5.657067 56.38803 85 -#> 8983 VR2AR-546135 -5.657067 56.38803 85 -#> 8984 VR2AR-546134 -5.643867 56.38278 145 -#> 8985 VR2AR-546134 -5.643867 56.38278 145 -#> 8986 VR2AR-546134 -5.643867 56.38278 145 -#> 8987 VR2AR-546134 -5.643867 56.38278 145 -#> 8988 VR2AR-546134 -5.643867 56.38278 145 -#> 8989 VR2AR-546134 -5.643867 56.38278 145 -#> 8990 VR2AR-546134 -5.643867 56.38278 145 -#> 8991 VR2AR-546134 -5.643867 56.38278 145 -#> 8992 VR2AR-546134 -5.643867 56.38278 145 -#> 8993 VR2AR-546134 -5.643867 56.38278 145 -#> 8994 VR2AR-546134 -5.643867 56.38278 145 -#> 8995 VR2AR-546135 -5.657067 56.38803 85 -#> 8996 VR2AR-546135 -5.657067 56.38803 85 -#> 8997 VR2AR-546135 -5.657067 56.38803 85 -#> 8998 VR2AR-546135 -5.657067 56.38803 85 -#> 8999 VR2AR-546135 -5.657067 56.38803 85 -#> 9000 VR2AR-546135 -5.657067 56.38803 85 -#> 9001 VR2AR-546135 -5.657067 56.38803 85 -#> 9002 VR2AR-546135 -5.657067 56.38803 85 -#> 9003 VR2AR-546135 -5.657067 56.38803 85 -#> 9004 VR2AR-546135 -5.657067 56.38803 85 -#> 9005 VR2AR-546135 -5.657067 56.38803 85 -#> 9006 VR2AR-546135 -5.657067 56.38803 85 -#> 9007 VR2AR-546135 -5.657067 56.38803 85 -#> 9008 VR2AR-546135 -5.657067 56.38803 85 -#> 9009 VR2AR-546135 -5.657067 56.38803 85 -#> 9010 VR2AR-546135 -5.657067 56.38803 85 -#> 9011 VR2AR-546135 -5.657067 56.38803 85 -#> 9012 VR2AR-546135 -5.657067 56.38803 85 -#> 9013 VR2AR-546135 -5.657067 56.38803 85 -#> 9014 VR2AR-546135 -5.657067 56.38803 85 -#> 9015 VR2AR-546135 -5.657067 56.38803 85 -#> 9016 VR2AR-546135 -5.657067 56.38803 85 -#> 9017 VR2AR-546135 -5.657067 56.38803 85 -#> 9018 VR2AR-546135 -5.657067 56.38803 85 -#> 9019 VR2AR-546135 -5.657067 56.38803 85 -#> 9020 VR2AR-546135 -5.657067 56.38803 85 -#> 9021 VR2AR-546135 -5.657067 56.38803 85 -#> 9022 VR2AR-546135 -5.657067 56.38803 85 -#> 9023 VR2AR-546135 -5.657067 56.38803 85 -#> 9024 VR2AR-546135 -5.657067 56.38803 85 -#> 9025 VR2AR-546135 -5.657067 56.38803 85 -#> 9026 VR2AR-546135 -5.657067 56.38803 85 -#> 9027 VR2AR-546135 -5.657067 56.38803 85 -#> 9028 VR2AR-546135 -5.657067 56.38803 85 -#> 9029 VR2AR-546135 -5.657067 56.38803 85 -#> 9030 VR2AR-546135 -5.657067 56.38803 85 -#> 9031 VR2AR-546135 -5.657067 56.38803 85 -#> 9032 VR2AR-546135 -5.657067 56.38803 85 -#> 9033 VR2AR-546135 -5.657067 56.38803 85 -#> 9034 VR2AR-546135 -5.657067 56.38803 85 -#> 9035 VR2AR-546135 -5.657067 56.38803 85 -#> 9036 VR2AR-546135 -5.657067 56.38803 85 -#> 9037 VR2AR-546135 -5.657067 56.38803 85 -#> 9038 VR2AR-546135 -5.657067 56.38803 85 -#> 9039 VR2AR-546131 -5.612700 56.37988 35 -#> 9040 VR2AR-546131 -5.612700 56.37988 35 -#> 9041 VR2AR-546131 -5.612700 56.37988 35 -#> 9042 VR2AR-546131 -5.612700 56.37988 35 -#> 9043 VR2AR-546131 -5.612700 56.37988 35 -#> 9044 VR2AR-546131 -5.612700 56.37988 35 -#> 9045 VR2AR-546131 -5.612700 56.37988 35 -#> 9046 VR2AR-546131 -5.612700 56.37988 35 -#> 9047 VR2AR-546131 -5.612700 56.37988 35 -#> 9048 VR2AR-546131 -5.612700 56.37988 35 -#> 9049 VR2AR-546131 -5.612700 56.37988 35 -#> 9050 VR2AR-546131 -5.612700 56.37988 35 -#> 9051 VR2AR-546131 -5.612700 56.37988 35 -#> 9052 VR2AR-546131 -5.612700 56.37988 35 -#> 9053 VR2AR-546131 -5.612700 56.37988 35 -#> 9054 VR2AR-546131 -5.612700 56.37988 35 -#> 9055 VR2AR-546131 -5.612700 56.37988 35 -#> 9056 VR2AR-546131 -5.612700 56.37988 35 -#> 9057 VR2AR-546131 -5.612700 56.37988 35 -#> 9058 VR2AR-546131 -5.612700 56.37988 35 -#> 9059 VR2AR-546131 -5.612700 56.37988 35 -#> 9060 VR2AR-546131 -5.612700 56.37988 35 -#> 9061 VR2AR-546131 -5.612700 56.37988 35 -#> 9062 VR2AR-546131 -5.612700 56.37988 35 -#> 9063 VR2AR-546131 -5.612700 56.37988 35 -#> 9064 VR2AR-546131 -5.612700 56.37988 35 -#> 9065 VR2AR-546131 -5.612700 56.37988 35 -#> 9066 VR2AR-546131 -5.612700 56.37988 35 -#> 9067 VR2AR-546131 -5.612700 56.37988 35 -#> 9068 VR2AR-546131 -5.612700 56.37988 35 -#> 9069 VR2AR-546131 -5.612700 56.37988 35 -#> 9070 VR2AR-546131 -5.612700 56.37988 35 -#> 9071 VR2AR-546131 -5.612700 56.37988 35 -#> 9072 VR2AR-546131 -5.612700 56.37988 35 -#> 9073 VR2AR-546131 -5.612700 56.37988 35 -#> 9074 VR2AR-546131 -5.612700 56.37988 35 -#> 9075 VR2AR-546131 -5.612700 56.37988 35 -#> 9076 VR2AR-546131 -5.612700 56.37988 35 -#> 9077 VR2AR-546131 -5.612700 56.37988 35 -#> 9078 VR2AR-546131 -5.612700 56.37988 35 -#> 9079 VR2AR-546131 -5.612700 56.37988 35 -#> 9080 VR2AR-546131 -5.612700 56.37988 35 -#> 9081 VR2AR-546131 -5.612700 56.37988 35 -#> 9082 VR2AR-546131 -5.612700 56.37988 35 -#> 9083 VR2AR-546131 -5.612700 56.37988 35 -#> 9084 VR2AR-546131 -5.612700 56.37988 35 -#> 9085 VR2AR-546131 -5.612700 56.37988 35 -#> 9086 VR2AR-546131 -5.612700 56.37988 35 -#> 9087 VR2AR-546131 -5.612700 56.37988 35 -#> 9088 VR2AR-546131 -5.612700 56.37988 35 -#> 9089 VR2AR-546131 -5.612700 56.37988 35 -#> 9090 VR2AR-546131 -5.612700 56.37988 35 -#> 9091 VR2AR-546131 -5.612700 56.37988 35 -#> 9092 VR2AR-546131 -5.612700 56.37988 35 -#> 9093 VR2AR-546131 -5.612700 56.37988 35 -#> 9094 VR2AR-546131 -5.612700 56.37988 35 -#> 9095 VR2AR-546131 -5.612700 56.37988 35 -#> 9096 VR2AR-546131 -5.612700 56.37988 35 -#> 9097 VR2AR-546131 -5.612700 56.37988 35 -#> 9098 VR2AR-546131 -5.612700 56.37988 35 -#> 9099 VR2AR-546131 -5.612700 56.37988 35 -#> 9100 VR2AR-546131 -5.612700 56.37988 35 -#> 9101 VR2AR-546131 -5.612700 56.37988 35 -#> 9102 VR2AR-546131 -5.612700 56.37988 35 -#> 9103 VR2AR-546131 -5.612700 56.37988 35 -#> 9104 VR2AR-546131 -5.612700 56.37988 35 -#> 9105 VR2AR-546131 -5.612700 56.37988 35 -#> 9106 VR2AR-546131 -5.612700 56.37988 35 -#> 9107 VR2AR-546131 -5.612700 56.37988 35 -#> 9108 VR2AR-546131 -5.612700 56.37988 35 -#> 9109 VR2AR-546131 -5.612700 56.37988 35 -#> 9110 VR2AR-546131 -5.612700 56.37988 35 -#> 9111 VR2AR-546131 -5.612700 56.37988 35 -#> 9112 VR2AR-546131 -5.612700 56.37988 35 -#> 9113 VR2AR-546131 -5.612700 56.37988 35 -#> 9114 VR2AR-546131 -5.612700 56.37988 35 -#> 9115 VR2AR-546131 -5.612700 56.37988 35 -#> 9116 VR2AR-546131 -5.612700 56.37988 35 -#> 9117 VR2AR-546131 -5.612700 56.37988 35 -#> 9118 VR2AR-546131 -5.612700 56.37988 35 -#> 9119 VR2AR-546131 -5.612700 56.37988 35 -#> 9120 VR2AR-546131 -5.612700 56.37988 35 -#> 9121 VR2AR-546131 -5.612700 56.37988 35 -#> 9122 VR2AR-546131 -5.612700 56.37988 35 -#> 9123 VR2AR-546131 -5.612700 56.37988 35 -#> 9124 VR2AR-546131 -5.612700 56.37988 35 -#> 9125 VR2AR-546131 -5.612700 56.37988 35 -#> 9126 VR2AR-546131 -5.612700 56.37988 35 -#> 9127 VR2AR-546131 -5.612700 56.37988 35 -#> 9128 VR2AR-546131 -5.612700 56.37988 35 -#> 9129 VR2AR-546131 -5.612700 56.37988 35 -#> 9130 VR2AR-546131 -5.612700 56.37988 35 -#> 9131 VR2AR-546131 -5.612700 56.37988 35 -#> 9132 VR2AR-546131 -5.612700 56.37988 35 -#> 9133 VR2AR-546131 -5.612700 56.37988 35 -#> 9134 VR2AR-546131 -5.612700 56.37988 35 -#> 9135 VR2AR-546131 -5.612700 56.37988 35 -#> 9136 VR2AR-546131 -5.612700 56.37988 35 -#> 9137 VR2AR-546131 -5.612700 56.37988 35 -#> 9138 VR2AR-546131 -5.612700 56.37988 35 -#> 9139 VR2AR-546131 -5.612700 56.37988 35 -#> 9140 VR2AR-546131 -5.612700 56.37988 35 -#> 9141 VR2AR-546131 -5.612700 56.37988 35 -#> 9142 VR2AR-546131 -5.612700 56.37988 35 -#> 9143 VR2AR-546131 -5.612700 56.37988 35 -#> 9144 VR2AR-546131 -5.612700 56.37988 35 -#> 9145 VR2AR-546131 -5.612700 56.37988 35 -#> 9146 VR2AR-546131 -5.612700 56.37988 35 -#> 9147 VR2AR-546131 -5.612700 56.37988 35 -#> 9148 VR2AR-546131 -5.612700 56.37988 35 -#> 9149 VR2AR-546131 -5.612700 56.37988 35 -#> 9150 VR2AR-546131 -5.612700 56.37988 35 -#> 9151 VR2AR-546131 -5.612700 56.37988 35 -#> 9152 VR2AR-546131 -5.612700 56.37988 35 -#> 9153 VR2AR-546131 -5.612700 56.37988 35 -#> 9154 VR2AR-546131 -5.612700 56.37988 35 -#> 9155 VR2AR-546131 -5.612700 56.37988 35 -#> 9156 VR2AR-546131 -5.612700 56.37988 35 -#> 9157 VR2AR-546131 -5.612700 56.37988 35 -#> 9158 VR2AR-546131 -5.612700 56.37988 35 -#> 9159 VR2AR-546131 -5.612700 56.37988 35 -#> 9160 VR2AR-546131 -5.612700 56.37988 35 -#> 9161 VR2AR-546131 -5.612700 56.37988 35 -#> 9162 VR2AR-546131 -5.612700 56.37988 35 -#> 9163 VR2AR-546131 -5.612700 56.37988 35 -#> 9164 VR2AR-546131 -5.612700 56.37988 35 -#> 9165 VR2AR-546131 -5.612700 56.37988 35 -#> 9166 VR2AR-546131 -5.612700 56.37988 35 -#> 9167 VR2AR-546131 -5.612700 56.37988 35 -#> 9168 VR2AR-546131 -5.612700 56.37988 35 -#> 9169 VR2AR-546131 -5.612700 56.37988 35 -#> 9170 VR2AR-546131 -5.612700 56.37988 35 -#> 9171 VR2AR-546131 -5.612700 56.37988 35 -#> 9172 VR2AR-546131 -5.612700 56.37988 35 -#> 9173 VR2AR-546131 -5.612700 56.37988 35 -#> 9174 VR2AR-546131 -5.612700 56.37988 35 -#> 9175 VR2AR-546131 -5.612700 56.37988 35 -#> 9176 VR2AR-546131 -5.612700 56.37988 35 -#> 9177 VR2AR-546131 -5.612700 56.37988 35 -#> 9178 VR2AR-546131 -5.612700 56.37988 35 -#> 9179 VR2AR-546131 -5.612700 56.37988 35 -#> 9180 VR2AR-546131 -5.612700 56.37988 35 -#> 9181 VR2AR-546131 -5.612700 56.37988 35 -#> 9182 VR2AR-546131 -5.612700 56.37988 35 -#> 9183 VR2AR-546131 -5.612700 56.37988 35 -#> 9184 VR2AR-546131 -5.612700 56.37988 35 -#> 9185 VR2AR-546131 -5.612700 56.37988 35 -#> 9186 VR2AR-546131 -5.612700 56.37988 35 -#> 9187 VR2AR-546131 -5.612700 56.37988 35 -#> 9188 VR2AR-546131 -5.612700 56.37988 35 -#> 9189 VR2AR-546131 -5.612700 56.37988 35 -#> 9190 VR2AR-546131 -5.612700 56.37988 35 -#> 9191 VR2AR-546131 -5.612700 56.37988 35 -#> 9192 VR2AR-546131 -5.612700 56.37988 35 -#> 9193 VR2AR-546131 -5.612700 56.37988 35 -#> 9194 VR2AR-546131 -5.612700 56.37988 35 -#> 9195 VR2AR-546131 -5.612700 56.37988 35 -#> 9196 VR2AR-546131 -5.612700 56.37988 35 -#> 9197 VR2AR-546131 -5.612700 56.37988 35 -#> 9198 VR2AR-546131 -5.612700 56.37988 35 -#> 9199 VR2AR-546131 -5.612700 56.37988 35 -#> 9200 VR2AR-546131 -5.612700 56.37988 35 -#> 9201 VR2AR-546133 -5.701717 56.49747 90 -#> 9202 VR2AR-546133 -5.701717 56.49747 90 -#> 9203 VR2AR-546133 -5.701717 56.49747 90 -#> 9204 VR2AR-546133 -5.701717 56.49747 90 -#> 9205 VR2AR-546133 -5.701717 56.49747 90 -#> 9206 VR2AR-546133 -5.701717 56.49747 90 -#> 9207 VR2AR-546133 -5.701717 56.49747 90 -#> 9208 VR2AR-546133 -5.701717 56.49747 90 -#> 9209 VR2AR-546133 -5.701717 56.49747 90 -#> 9210 VR2AR-546133 -5.701717 56.49747 90 -#> 9211 VR2AR-546133 -5.701717 56.49747 90 -#> 9212 VR2AR-546133 -5.701717 56.49747 90 -#> 9213 VR2AR-546133 -5.701717 56.49747 90 -#> 9214 VR2AR-546133 -5.701717 56.49747 90 -#> 9215 VR2AR-546133 -5.701717 56.49747 90 -#> 9216 VR2AR-546133 -5.701717 56.49747 90 -#> 9217 VR2AR-546133 -5.701717 56.49747 90 -#> 9218 VR2AR-546133 -5.701717 56.49747 90 -#> 9219 VR2AR-546133 -5.701717 56.49747 90 -#> 9220 VR2AR-546133 -5.701717 56.49747 90 -#> 9221 VR2AR-546133 -5.701717 56.49747 90 -#> 9222 VR2AR-546133 -5.701717 56.49747 90 -#> 9223 VR2AR-546133 -5.701717 56.49747 90 -#> 9224 VR2AR-546133 -5.701717 56.49747 90 -#> 9225 VR2AR-546133 -5.701717 56.49747 90 -#> 9226 VR2AR-546133 -5.701717 56.49747 90 -#> 9227 VR2AR-546133 -5.701717 56.49747 90 -#> 9228 VR2AR-546133 -5.701717 56.49747 90 -#> 9229 VR2AR-546133 -5.701717 56.49747 90 -#> 9230 VR2AR-546133 -5.701717 56.49747 90 -#> 9231 VR2AR-546133 -5.701717 56.49747 90 -#> 9232 VR2AR-546133 -5.701717 56.49747 90 -#> 9233 VR2AR-546133 -5.701717 56.49747 90 -#> 9234 VR2AR-546133 -5.701717 56.49747 90 -#> 9235 VR2AR-546133 -5.701717 56.49747 90 -#> 9236 VR2AR-546133 -5.701717 56.49747 90 -#> 9237 VR2AR-546133 -5.701717 56.49747 90 -#> 9238 VR2AR-546133 -5.701717 56.49747 90 -#> 9239 VR2AR-546133 -5.701717 56.49747 90 -#> 9240 VR2AR-546133 -5.701717 56.49747 90 -#> 9241 VR2AR-546133 -5.701717 56.49747 90 -#> 9242 VR2AR-546133 -5.701717 56.49747 90 -#> 9243 VR2AR-546133 -5.701717 56.49747 90 -#> 9244 VR2AR-546133 -5.701717 56.49747 90 -#> 9245 VR2AR-546133 -5.701717 56.49747 90 -#> 9246 VR2AR-546133 -5.701717 56.49747 90 -#> 9247 VR2AR-546133 -5.701717 56.49747 90 -#> 9248 VR2AR-546133 -5.701717 56.49747 90 -#> 9249 VR2AR-546133 -5.701717 56.49747 90 -#> 9250 VR2AR-546133 -5.701717 56.49747 90 -#> 9251 VR2AR-546133 -5.701717 56.49747 90 -#> 9252 VR2AR-546133 -5.701717 56.49747 90 -#> 9253 VR2AR-546133 -5.701717 56.49747 90 -#> 9254 VR2-5637 -5.692417 56.49913 25 -#> 9255 VR2-5637 -5.692417 56.49913 25 -#> 9256 VR2-5637 -5.692417 56.49913 25 -#> 9257 VR2-5637 -5.692417 56.49913 25 -#> 9258 VR2-5637 -5.692417 56.49913 25 -#> 9259 VR2-5637 -5.692417 56.49913 25 -#> 9260 VR2-5637 -5.692417 56.49913 25 -#> 9261 VR2-5637 -5.692417 56.49913 25 -#> 9262 VR2-5637 -5.692417 56.49913 25 -#> 9263 VR2-5637 -5.692417 56.49913 25 -#> 9264 VR2-5637 -5.692417 56.49913 25 -#> 9265 VR2-5637 -5.692417 56.49913 25 -#> 9266 VR2-5637 -5.692417 56.49913 25 -#> 9267 VR2-5637 -5.692417 56.49913 25 -#> 9268 VR2-5637 -5.692417 56.49913 25 -#> 9269 VR2-5637 -5.692417 56.49913 25 -#> 9270 VR2-5637 -5.692417 56.49913 25 -#> 9271 VR2-5637 -5.692417 56.49913 25 -#> 9272 VR2-5637 -5.692417 56.49913 25 -#> 9273 VR2-5637 -5.692417 56.49913 25 -#> 9274 VR2-5637 -5.692417 56.49913 25 -#> 9275 VR2-5637 -5.692417 56.49913 25 -#> 9276 VR2-5637 -5.692417 56.49913 25 -#> 9277 VR2-5637 -5.692417 56.49913 25 -#> 9278 VR2-5637 -5.692417 56.49913 25 -#> 9279 VR2-5637 -5.692417 56.49913 25 -#> 9280 VR2-5637 -5.692417 56.49913 25 -#> 9281 VR2-5637 -5.692417 56.49913 25 -#> 9282 VR2-5637 -5.692417 56.49913 25 -#> 9283 VR2-5637 -5.692417 56.49913 25 -#> 9284 VR2-5637 -5.692417 56.49913 25 -#> 9285 VR2-5637 -5.692417 56.49913 25 -#> 9286 VR2-5637 -5.692417 56.49913 25 -#> 9287 VR2-5637 -5.692417 56.49913 25 -#> 9288 VR2-5637 -5.692417 56.49913 25 -#> 9289 VR2-5637 -5.692417 56.49913 25 -#> 9290 VR2-5637 -5.692417 56.49913 25 -#> 9291 VR2-5637 -5.692417 56.49913 25 -#> 9292 VR2-5637 -5.692417 56.49913 25 -#> 9293 VR2-5637 -5.692417 56.49913 25 -#> 9294 VR2-5637 -5.692417 56.49913 25 -#> 9295 VR2-5637 -5.692417 56.49913 25 -#> 9296 VR2-5637 -5.692417 56.49913 25 -#> 9297 VR2-5637 -5.692417 56.49913 25 -#> 9298 VR2-5637 -5.692417 56.49913 25 -#> 9299 VR2-5637 -5.692417 56.49913 25 -#> 9300 VR2-5637 -5.692417 56.49913 25 -#> 9301 VR2-5637 -5.692417 56.49913 25 -#> 9302 VR2-5637 -5.692417 56.49913 25 -#> 9303 VR2-5637 -5.692417 56.49913 25 -#> 9304 VR2-5637 -5.692417 56.49913 25 -#> 9305 VR2-5637 -5.692417 56.49913 25 -#> 9306 VR2-5637 -5.692417 56.49913 25 -#> 9307 VR2-5637 -5.692417 56.49913 25 -#> 9308 VR2-5637 -5.692417 56.49913 25 -#> 9309 VR2-5637 -5.692417 56.49913 25 -#> 9310 VR2-5637 -5.692417 56.49913 25 -#> 9311 VR2-5637 -5.692417 56.49913 25 -#> 9312 VR2-5637 -5.692417 56.49913 25 -#> 9313 VR2-5637 -5.692417 56.49913 25 -#> 9314 VR2-5637 -5.692417 56.49913 25 -#> 9315 VR2-5637 -5.692417 56.49913 25 -#> 9316 VR2-5637 -5.692417 56.49913 25 -#> 9317 VR2-5637 -5.692417 56.49913 25 -#> 9318 VR2-5637 -5.692417 56.49913 25 -#> 9319 VR2-5637 -5.692417 56.49913 25 -#> 9320 VR2-5637 -5.692417 56.49913 25 -#> 9321 VR2-5637 -5.692417 56.49913 25 -#> 9322 VR2-5637 -5.692417 56.49913 25 -#> 9323 VR2-5637 -5.692417 56.49913 25 -#> 9324 VR2-5637 -5.692417 56.49913 25 -#> 9325 VR2-5637 -5.692417 56.49913 25 -#> 9326 VR2-5637 -5.692417 56.49913 25 -#> 9327 VR2-5637 -5.692417 56.49913 25 -#> 9328 VR2-5637 -5.692417 56.49913 25 -#> 9329 VR2-5637 -5.692417 56.49913 25 -#> 9330 VR2-5637 -5.692417 56.49913 25 -#> 9331 VR2-5637 -5.692417 56.49913 25 -#> 9332 VR2-5637 -5.692417 56.49913 25 -#> 9333 VR2-5637 -5.692417 56.49913 25 -#> 9334 VR2-5637 -5.692417 56.49913 25 -#> 9335 VR2-5637 -5.692417 56.49913 25 -#> 9336 VR2-5637 -5.692417 56.49913 25 -#> 9337 VR2AR-546133 -5.701717 56.49747 90 -#> 9338 VR2-5637 -5.692417 56.49913 25 -#> 9339 VR2AR-546133 -5.701717 56.49747 90 -#> 9340 VR2AR-546133 -5.701717 56.49747 90 -#> 9341 VR2-5637 -5.692417 56.49913 25 -#> 9342 VR2-5637 -5.692417 56.49913 25 -#> 9343 VR2-5637 -5.692417 56.49913 25 -#> 9344 VR2AR-546133 -5.701717 56.49747 90 -#> 9345 VR2AR-546133 -5.701717 56.49747 90 -#> 9346 VR2-5637 -5.692417 56.49913 25 -#> 9347 VR2AR-546133 -5.701717 56.49747 90 -#> 9348 VR2-5637 -5.692417 56.49913 25 -#> 9349 VR2AR-546133 -5.701717 56.49747 90 -#> 9350 VR2AR-546133 -5.701717 56.49747 90 -#> 9351 VR2-5637 -5.692417 56.49913 25 -#> 9352 VR2AR-546133 -5.701717 56.49747 90 -#> 9353 VR2AR-546133 -5.701717 56.49747 90 -#> 9354 VR2AR-546133 -5.701717 56.49747 90 -#> 9355 VR2-5637 -5.692417 56.49913 25 -#> 9356 VR2AR-546133 -5.701717 56.49747 90 -#> 9357 VR2AR-546133 -5.701717 56.49747 90 -#> 9358 VR2AR-546133 -5.701717 56.49747 90 -#> 9359 VR2AR-546133 -5.701717 56.49747 90 -#> 9360 VR2AR-546133 -5.701717 56.49747 90 -#> 9361 VR2AR-546133 -5.701717 56.49747 90 -#> 9362 VR2AR-546133 -5.701717 56.49747 90 -#> 9363 VR2AR-546133 -5.701717 56.49747 90 -#> 9364 VR2AR-546133 -5.701717 56.49747 90 -#> 9365 VR2AR-546133 -5.701717 56.49747 90 -#> 9366 VR2AR-546133 -5.701717 56.49747 90 -#> 9367 VR2AR-546133 -5.701717 56.49747 90 -#> 9368 VR2AR-546133 -5.701717 56.49747 90 -#> 9369 VR2AR-546380 -5.637917 56.44800 25 -#> 9370 VR2AR-546380 -5.637917 56.44800 25 -#> 9371 VR2AR-546380 -5.637917 56.44800 25 -#> 9372 VR2AR-546380 -5.637917 56.44800 25 -#> 9373 VR2AR-546380 -5.637917 56.44800 25 -#> 9374 VR2AR-546380 -5.637917 56.44800 25 -#> 9375 VR2AR-546380 -5.637917 56.44800 25 -#> 9376 VR2AR-546380 -5.637917 56.44800 25 -#> 9377 VR2AR-546136 -5.626250 56.44810 75 -#> 9378 VR2AR-546136 -5.626250 56.44810 75 -#> 9379 VR2AR-546131 -5.612700 56.37988 35 -#> 9380 VR2AR-546131 -5.612700 56.37988 35 -#> 9381 VR2AR-546131 -5.612700 56.37988 35 -#> 9382 VR2AR-546131 -5.612700 56.37988 35 -#> 9383 VR2AR-546131 -5.612700 56.37988 35 -#> 9384 VR2AR-546131 -5.612700 56.37988 35 -#> 9385 VR2AR-546131 -5.612700 56.37988 35 -#> 9386 VR2AR-546131 -5.612700 56.37988 35 -#> 9387 VR2AR-546131 -5.612700 56.37988 35 -#> 9388 VR2AR-546131 -5.612700 56.37988 35 -#> 9389 VR2AR-546131 -5.612700 56.37988 35 -#> 9390 VR2AR-546584 -5.604973 56.37774 30 -#> 9391 VR2AR-546131 -5.612700 56.37988 35 -#> 9392 VR2AR-546131 -5.612700 56.37988 35 -#> 9393 VR2AR-546131 -5.612700 56.37988 35 -#> 9394 VR2AR-546131 -5.612700 56.37988 35 -#> 9395 VR2AR-546584 -5.604973 56.37774 30 -#> 9396 VR2AR-546131 -5.612700 56.37988 35 -#> 9397 VR2AR-546584 -5.604973 56.37774 30 -#> 9398 VR2AR-546584 -5.604973 56.37774 30 -#> 9399 VR2AR-546131 -5.612700 56.37988 35 -#> 9400 VR2AR-546584 -5.604973 56.37774 30 -#> 9401 VR2AR-546131 -5.612700 56.37988 35 -#> 9402 VR2AR-546584 -5.604973 56.37774 30 -#> 9403 VR2AR-546584 -5.604973 56.37774 30 -#> 9404 VR2AR-546131 -5.612700 56.37988 35 -#> 9405 VR2AR-546131 -5.612700 56.37988 35 -#> 9406 VR2AR-546131 -5.612700 56.37988 35 -#> 9407 VR2AR-546131 -5.612700 56.37988 35 -#> 9408 VR2AR-546584 -5.604973 56.37774 30 -#> 9409 VR2AR-546131 -5.612700 56.37988 35 -#> 9410 VR2AR-546584 -5.604973 56.37774 30 -#> 9411 VR2AR-546131 -5.612700 56.37988 35 -#> 9412 VR2AR-546131 -5.612700 56.37988 35 -#> 9413 VR2AR-546584 -5.604973 56.37774 30 -#> 9414 VR2AR-546131 -5.612700 56.37988 35 -#> 9415 VR2AR-546131 -5.612700 56.37988 35 -#> 9416 VR2AR-546131 -5.612700 56.37988 35 -#> 9417 VR2AR-546131 -5.612700 56.37988 35 -#> 9418 VR2AR-546131 -5.612700 56.37988 35 -#> 9419 VR2AR-546131 -5.612700 56.37988 35 -#> 9420 VR2AR-546131 -5.612700 56.37988 35 -#> 9421 VR2AR-546131 -5.612700 56.37988 35 -#> 9422 VR2AR-546131 -5.612700 56.37988 35 -#> 9423 VR2AR-546131 -5.612700 56.37988 35 -#> 9424 VR2AR-546131 -5.612700 56.37988 35 -#> 9425 VR2AR-546131 -5.612700 56.37988 35 -#> 9426 VR2AR-546131 -5.612700 56.37988 35 -#> 9427 VR2AR-546131 -5.612700 56.37988 35 -#> 9428 VR2AR-546131 -5.612700 56.37988 35 -#> 9429 VR2AR-546131 -5.612700 56.37988 35 -#> 9430 VR2AR-546131 -5.612700 56.37988 35 -#> 9431 VR2AR-546131 -5.612700 56.37988 35 -#> 9432 VR2AR-546131 -5.612700 56.37988 35 -#> 9433 VR2AR-546131 -5.612700 56.37988 35 -#> 9434 VR2AR-546131 -5.612700 56.37988 35 -#> 9435 VR2AR-546131 -5.612700 56.37988 35 -#> 9436 VR2AR-546131 -5.612700 56.37988 35 -#> 9437 VR2AR-546131 -5.612700 56.37988 35 -#> 9438 VR2AR-546131 -5.612700 56.37988 35 -#> 9439 VR2AR-546131 -5.612700 56.37988 35 -#> 9440 VR2AR-546131 -5.612700 56.37988 35 -#> 9441 VR2AR-546131 -5.612700 56.37988 35 -#> 9442 VR2AR-546131 -5.612700 56.37988 35 -#> 9443 VR2AR-546131 -5.612700 56.37988 35 -#> 9444 VR2AR-546131 -5.612700 56.37988 35 -#> 9445 VR2AR-546131 -5.612700 56.37988 35 -#> 9446 VR2AR-546131 -5.612700 56.37988 35 -#> 9447 VR2AR-546131 -5.612700 56.37988 35 -#> 9448 VR2AR-546131 -5.612700 56.37988 35 -#> 9449 VR2AR-546131 -5.612700 56.37988 35 -#> 9450 VR2AR-546131 -5.612700 56.37988 35 -#> 9451 VR2AR-546131 -5.612700 56.37988 35 -#> 9452 VR2AR-546131 -5.612700 56.37988 35 -#> 9453 VR2AR-546131 -5.612700 56.37988 35 -#> 9454 VR2AR-546131 -5.612700 56.37988 35 -#> 9455 VR2AR-546131 -5.612700 56.37988 35 -#> 9456 VR2AR-546131 -5.612700 56.37988 35 -#> 9457 VR2AR-546131 -5.612700 56.37988 35 -#> 9458 VR2AR-546131 -5.612700 56.37988 35 -#> 9459 VR2AR-546131 -5.612700 56.37988 35 -#> 9460 VR2AR-546131 -5.612700 56.37988 35 -#> 9461 VR2AR-546131 -5.612700 56.37988 35 -#> 9462 VR2AR-546131 -5.612700 56.37988 35 -#> 9463 VR2AR-546131 -5.612700 56.37988 35 -#> 9464 VR2AR-546131 -5.612700 56.37988 35 -#> 9465 VR2AR-546131 -5.612700 56.37988 35 -#> 9466 VR2AR-546131 -5.612700 56.37988 35 -#> 9467 VR2AR-546131 -5.612700 56.37988 35 -#> 9468 VR2AR-546131 -5.612700 56.37988 35 -#> 9469 VR2AR-546131 -5.612700 56.37988 35 -#> 9470 VR2AR-546131 -5.612700 56.37988 35 -#> 9471 VR2AR-546131 -5.612700 56.37988 35 -#> 9472 VR2AR-546131 -5.612700 56.37988 35 -#> 9473 VR2AR-546131 -5.612700 56.37988 35 -#> 9474 VR2AR-546131 -5.612700 56.37988 35 -#> 9475 VR2AR-546131 -5.612700 56.37988 35 -#> 9476 VR2AR-546131 -5.612700 56.37988 35 -#> 9477 VR2AR-546131 -5.612700 56.37988 35 -#> 9478 VR2AR-546131 -5.612700 56.37988 35 -#> 9479 VR2AR-546131 -5.612700 56.37988 35 -#> 9480 VR2AR-546131 -5.612700 56.37988 35 -#> 9481 VR2AR-546131 -5.612700 56.37988 35 -#> 9482 VR2AR-546131 -5.612700 56.37988 35 -#> 9483 VR2AR-546131 -5.612700 56.37988 35 -#> 9484 VR2AR-546131 -5.612700 56.37988 35 -#> 9485 VR2AR-546131 -5.612700 56.37988 35 -#> 9486 VR2AR-546131 -5.612700 56.37988 35 -#> 9487 VR2AR-546131 -5.612700 56.37988 35 -#> 9488 VR2AR-546131 -5.612700 56.37988 35 -#> 9489 VR2AR-546131 -5.612700 56.37988 35 -#> 9490 VR2AR-546131 -5.612700 56.37988 35 -#> 9491 VR2AR-546131 -5.612700 56.37988 35 -#> 9492 VR2AR-546131 -5.612700 56.37988 35 -#> 9493 VR2AR-546131 -5.612700 56.37988 35 -#> 9494 VR2AR-546131 -5.612700 56.37988 35 -#> 9495 VR2AR-546131 -5.612700 56.37988 35 -#> 9496 VR2AR-546131 -5.612700 56.37988 35 -#> 9497 VR2AR-546131 -5.612700 56.37988 35 -#> 9498 VR2AR-546131 -5.612700 56.37988 35 -#> 9499 VR2AR-546131 -5.612700 56.37988 35 -#> 9500 VR2AR-546131 -5.612700 56.37988 35 -#> 9501 VR2AR-546131 -5.612700 56.37988 35 -#> 9502 VR2AR-546131 -5.612700 56.37988 35 -#> 9503 VR2AR-546131 -5.612700 56.37988 35 -#> 9504 VR2AR-546131 -5.612700 56.37988 35 -#> 9505 VR2AR-546131 -5.612700 56.37988 35 -#> 9506 VR2AR-546131 -5.612700 56.37988 35 -#> 9507 VR2AR-546131 -5.612700 56.37988 35 -#> 9508 VR2AR-546131 -5.612700 56.37988 35 -#> 9509 VR2AR-546131 -5.612700 56.37988 35 -#> 9510 VR2AR-546131 -5.612700 56.37988 35 -#> 9511 VR2AR-546131 -5.612700 56.37988 35 -#> 9512 VR2AR-546131 -5.612700 56.37988 35 -#> 9513 VR2AR-546131 -5.612700 56.37988 35 -#> 9514 VR2AR-546131 -5.612700 56.37988 35 -#> 9515 VR2AR-546131 -5.612700 56.37988 35 -#> 9516 VR2AR-546131 -5.612700 56.37988 35 -#> 9517 VR2AR-546131 -5.612700 56.37988 35 -#> 9518 VR2AR-546131 -5.612700 56.37988 35 -#> 9519 VR2AR-546131 -5.612700 56.37988 35 -#> 9520 VR2AR-546131 -5.612700 56.37988 35 -#> 9521 VR2AR-546131 -5.612700 56.37988 35 -#> 9522 VR2AR-546131 -5.612700 56.37988 35 -#> 9523 VR2AR-546131 -5.612700 56.37988 35 -#> 9524 VR2AR-546131 -5.612700 56.37988 35 -#> 9525 VR2AR-546131 -5.612700 56.37988 35 -#> 9526 VR2AR-546131 -5.612700 56.37988 35 -#> 9527 VR2AR-546131 -5.612700 56.37988 35 -#> 9528 VR2AR-546131 -5.612700 56.37988 35 -#> 9529 VR2AR-546131 -5.612700 56.37988 35 -#> 9530 VR2AR-546131 -5.612700 56.37988 35 -#> 9531 VR2AR-546131 -5.612700 56.37988 35 -#> 9532 VR2AR-546131 -5.612700 56.37988 35 -#> 9533 VR2AR-546131 -5.612700 56.37988 35 -#> 9534 VR2AR-546131 -5.612700 56.37988 35 -#> 9535 VR2AR-546131 -5.612700 56.37988 35 -#> 9536 VR2AR-546131 -5.612700 56.37988 35 -#> 9537 VR2AR-546131 -5.612700 56.37988 35 -#> 9538 VR2AR-546131 -5.612700 56.37988 35 -#> 9539 VR2AR-546131 -5.612700 56.37988 35 -#> 9540 VR2AR-546131 -5.612700 56.37988 35 -#> 9541 VR2AR-546131 -5.612700 56.37988 35 -#> 9542 VR2AR-546131 -5.612700 56.37988 35 -#> 9543 VR2AR-546131 -5.612700 56.37988 35 -#> 9544 VR2AR-546131 -5.612700 56.37988 35 -#> 9545 VR2AR-546131 -5.612700 56.37988 35 -#> 9546 VR2AR-546131 -5.612700 56.37988 35 -#> 9547 VR2AR-546131 -5.612700 56.37988 35 -#> 9548 VR2AR-546131 -5.612700 56.37988 35 -#> 9549 VR2AR-546131 -5.612700 56.37988 35 -#> 9550 VR2AR-546131 -5.612700 56.37988 35 -#> 9551 VR2AR-546131 -5.612700 56.37988 35 -#> 9552 VR2AR-546131 -5.612700 56.37988 35 -#> 9553 VR2AR-546131 -5.612700 56.37988 35 -#> 9554 VR2AR-546131 -5.612700 56.37988 35 -#> 9555 VR2AR-546131 -5.612700 56.37988 35 -#> 9556 VR2AR-546131 -5.612700 56.37988 35 -#> 9557 VR2AR-546131 -5.612700 56.37988 35 -#> 9558 VR2AR-546131 -5.612700 56.37988 35 -#> 9559 VR2AR-546131 -5.612700 56.37988 35 -#> 9560 VR2AR-546131 -5.612700 56.37988 35 -#> 9561 VR2AR-546131 -5.612700 56.37988 35 -#> 9562 VR2AR-546131 -5.612700 56.37988 35 -#> 9563 VR2AR-546131 -5.612700 56.37988 35 -#> 9564 VR2AR-546131 -5.612700 56.37988 35 -#> 9565 VR2AR-546131 -5.612700 56.37988 35 -#> 9566 VR2AR-546131 -5.612700 56.37988 35 -#> 9567 VR2AR-546131 -5.612700 56.37988 35 -#> 9568 VR2AR-546131 -5.612700 56.37988 35 -#> 9569 VR2AR-546131 -5.612700 56.37988 35 -#> 9570 VR2AR-546131 -5.612700 56.37988 35 -#> 9571 VR2AR-546131 -5.612700 56.37988 35 -#> 9572 VR2AR-546131 -5.612700 56.37988 35 -#> 9573 VR2AR-546131 -5.612700 56.37988 35 -#> 9574 VR2AR-546131 -5.612700 56.37988 35 -#> 9575 VR2AR-546131 -5.612700 56.37988 35 -#> 9576 VR2AR-546131 -5.612700 56.37988 35 -#> 9577 VR2AR-546131 -5.612700 56.37988 35 -#> 9578 VR2AR-546131 -5.612700 56.37988 35 -#> 9579 VR2AR-546131 -5.612700 56.37988 35 -#> 9580 VR2AR-546131 -5.612700 56.37988 35 -#> 9581 VR2AR-546131 -5.612700 56.37988 35 -#> 9582 VR2AR-546131 -5.612700 56.37988 35 -#> 9583 VR2AR-546131 -5.612700 56.37988 35 -#> 9584 VR2AR-546131 -5.612700 56.37988 35 -#> 9585 VR2AR-546131 -5.612700 56.37988 35 -#> 9586 VR2AR-546131 -5.612700 56.37988 35 -#> 9587 VR2AR-546131 -5.612700 56.37988 35 -#> 9588 VR2AR-546131 -5.612700 56.37988 35 -#> 9589 VR2AR-546131 -5.612700 56.37988 35 -#> 9590 VR2AR-546131 -5.612700 56.37988 35 -#> 9591 VR2AR-546131 -5.612700 56.37988 35 -#> 9592 VR2AR-546131 -5.612700 56.37988 35 -#> 9593 VR2AR-546131 -5.612700 56.37988 35 -#> 9594 VR2AR-546131 -5.612700 56.37988 35 -#> 9595 VR2AR-546131 -5.612700 56.37988 35 -#> 9596 VR2AR-546131 -5.612700 56.37988 35 -#> 9597 VR2AR-546131 -5.612700 56.37988 35 -#> 9598 VR2AR-546131 -5.612700 56.37988 35 -#> 9599 VR2AR-546131 -5.612700 56.37988 35 -#> 9600 VR2AR-546131 -5.612700 56.37988 35 -#> 9601 VR2AR-546131 -5.612700 56.37988 35 -#> 9602 VR2AR-546131 -5.612700 56.37988 35 -#> 9603 VR2AR-546131 -5.612700 56.37988 35 -#> 9604 VR2AR-546131 -5.612700 56.37988 35 -#> 9605 VR2AR-546131 -5.612700 56.37988 35 -#> 9606 VR2AR-546131 -5.612700 56.37988 35 -#> 9607 VR2AR-546131 -5.612700 56.37988 35 -#> 9608 VR2AR-546131 -5.612700 56.37988 35 -#> 9609 VR2AR-546131 -5.612700 56.37988 35 -#> 9610 VR2AR-546131 -5.612700 56.37988 35 -#> 9611 VR2AR-546131 -5.612700 56.37988 35 -#> 9612 VR2AR-546131 -5.612700 56.37988 35 -#> 9613 VR2AR-546131 -5.612700 56.37988 35 -#> 9614 VR2AR-546131 -5.612700 56.37988 35 -#> 9615 VR2AR-546131 -5.612700 56.37988 35 -#> 9616 VR2AR-546131 -5.612700 56.37988 35 -#> 9617 VR2AR-546131 -5.612700 56.37988 35 -#> 9618 VR2AR-546131 -5.612700 56.37988 35 -#> 9619 VR2AR-546131 -5.612700 56.37988 35 -#> 9620 VR2AR-546131 -5.612700 56.37988 35 -#> 9621 VR2AR-546131 -5.612700 56.37988 35 -#> 9622 VR2AR-546131 -5.612700 56.37988 35 -#> 9623 VR2AR-546131 -5.612700 56.37988 35 -#> 9624 VR2AR-546131 -5.612700 56.37988 35 -#> 9625 VR2AR-546131 -5.612700 56.37988 35 -#> 9626 VR2AR-546131 -5.612700 56.37988 35 -#> 9627 VR2AR-546131 -5.612700 56.37988 35 -#> 9628 VR2AR-546131 -5.612700 56.37988 35 -#> 9629 VR2AR-546131 -5.612700 56.37988 35 -#> 9630 VR2AR-546131 -5.612700 56.37988 35 -#> 9631 VR2AR-546131 -5.612700 56.37988 35 -#> 9632 VR2AR-546131 -5.612700 56.37988 35 -#> 9633 VR2AR-546131 -5.612700 56.37988 35 -#> 9634 VR2AR-546131 -5.612700 56.37988 35 -#> 9635 VR2AR-546131 -5.612700 56.37988 35 -#> 9636 VR2AR-546131 -5.612700 56.37988 35 -#> 9637 VR2AR-546131 -5.612700 56.37988 35 -#> 9638 VR2AR-546131 -5.612700 56.37988 35 -#> 9639 VR2AR-546131 -5.612700 56.37988 35 -#> 9640 VR2AR-546131 -5.612700 56.37988 35 -#> 9641 VR2AR-546131 -5.612700 56.37988 35 -#> 9642 VR2AR-546131 -5.612700 56.37988 35 -#> 9643 VR2AR-546131 -5.612700 56.37988 35 -#> 9644 VR2AR-546131 -5.612700 56.37988 35 -#> 9645 VR2AR-546131 -5.612700 56.37988 35 -#> 9646 VR2AR-546131 -5.612700 56.37988 35 -#> 9647 VR2AR-546131 -5.612700 56.37988 35 -#> 9648 VR2AR-546131 -5.612700 56.37988 35 -#> 9649 VR2AR-546131 -5.612700 56.37988 35 -#> 9650 VR2AR-546131 -5.612700 56.37988 35 -#> 9651 VR2AR-546131 -5.612700 56.37988 35 -#> 9652 VR2AR-546131 -5.612700 56.37988 35 -#> 9653 VR2AR-546131 -5.612700 56.37988 35 -#> 9654 VR2AR-546131 -5.612700 56.37988 35 -#> 9655 VR2AR-546131 -5.612700 56.37988 35 -#> 9656 VR2AR-546131 -5.612700 56.37988 35 -#> 9657 VR2AR-546131 -5.612700 56.37988 35 -#> 9658 VR2AR-546131 -5.612700 56.37988 35 -#> 9659 VR2AR-546131 -5.612700 56.37988 35 -#> 9660 VR2AR-546131 -5.612700 56.37988 35 -#> 9661 VR2AR-546131 -5.612700 56.37988 35 -#> 9662 VR2AR-546131 -5.612700 56.37988 35 -#> 9663 VR2AR-546131 -5.612700 56.37988 35 -#> 9664 VR2AR-546131 -5.612700 56.37988 35 -#> 9665 VR2AR-546131 -5.612700 56.37988 35 -#> 9666 VR2AR-546131 -5.612700 56.37988 35 -#> 9667 VR2AR-546131 -5.612700 56.37988 35 -#> 9668 VR2AR-546131 -5.612700 56.37988 35 -#> 9669 VR2AR-546131 -5.612700 56.37988 35 -#> 9670 VR2AR-546131 -5.612700 56.37988 35 -#> 9671 VR2AR-546131 -5.612700 56.37988 35 -#> 9672 VR2AR-546131 -5.612700 56.37988 35 -#> 9673 VR2AR-546131 -5.612700 56.37988 35 -#> 9674 VR2AR-546131 -5.612700 56.37988 35 -#> 9675 VR2AR-546131 -5.612700 56.37988 35 -#> 9676 VR2AR-546131 -5.612700 56.37988 35 -#> 9677 VR2AR-546131 -5.612700 56.37988 35 -#> 9678 VR2AR-546131 -5.612700 56.37988 35 -#> 9679 VR2AR-546131 -5.612700 56.37988 35 -#> 9680 VR2AR-546131 -5.612700 56.37988 35 -#> 9681 VR2AR-546131 -5.612700 56.37988 35 -#> 9682 VR2AR-546131 -5.612700 56.37988 35 -#> 9683 VR2AR-546131 -5.612700 56.37988 35 -#> 9684 VR2AR-546131 -5.612700 56.37988 35 -#> 9685 VR2AR-546131 -5.612700 56.37988 35 -#> 9686 VR2AR-546131 -5.612700 56.37988 35 -#> 9687 VR2AR-546131 -5.612700 56.37988 35 -#> 9688 VR2AR-546131 -5.612700 56.37988 35 -#> 9689 VR2AR-546584 -5.604973 56.37774 30 -#> 9690 VR2AR-546131 -5.612700 56.37988 35 -#> 9691 VR2AR-546584 -5.604973 56.37774 30 -#> 9692 VR2AR-546131 -5.612700 56.37988 35 -#> 9693 VR2AR-546131 -5.612700 56.37988 35 -#> 9694 VR2AR-546584 -5.604973 56.37774 30 -#> 9695 VR2AR-546131 -5.612700 56.37988 35 -#> 9696 VR2AR-546584 -5.604973 56.37774 30 -#> 9697 VR2AR-546131 -5.612700 56.37988 35 -#> 9698 VR2AR-546131 -5.612700 56.37988 35 -#> 9699 VR2AR-546584 -5.604973 56.37774 30 -#> 9700 VR2AR-546131 -5.612700 56.37988 35 -#> 9701 VR2AR-546584 -5.604973 56.37774 30 -#> 9702 VR2AR-546584 -5.604973 56.37774 30 -#> 9703 VR2AR-546131 -5.612700 56.37988 35 -#> 9704 VR2AR-546584 -5.604973 56.37774 30 -#> 9705 VR2AR-546584 -5.604973 56.37774 30 -#> 9706 VR2AR-546584 -5.604973 56.37774 30 -#> 9707 VR2AR-546131 -5.612700 56.37988 35 -#> 9708 VR2AR-546131 -5.612700 56.37988 35 -#> 9709 VR2AR-546584 -5.604973 56.37774 30 -#> 9710 VR2AR-546584 -5.604973 56.37774 30 -#> 9711 VR2AR-546131 -5.612700 56.37988 35 -#> 9712 VR2AR-546584 -5.604973 56.37774 30 -#> 9713 VR2AR-546584 -5.604973 56.37774 30 -#> 9714 VR2AR-546584 -5.604973 56.37774 30 -#> 9715 VR2AR-546584 -5.604973 56.37774 30 -#> 9716 VR2AR-546584 -5.604973 56.37774 30 -#> 9717 VR2AR-546584 -5.604973 56.37774 30 -#> 9718 VR2AR-546131 -5.612700 56.37988 35 -#> 9719 VR2AR-546584 -5.604973 56.37774 30 -#> 9720 VR2AR-546584 -5.604973 56.37774 30 -#> 9721 VR2AR-546131 -5.612700 56.37988 35 -#> 9722 VR2AR-546584 -5.604973 56.37774 30 -#> 9723 VR2AR-546131 -5.612700 56.37988 35 -#> 9724 VR2AR-546131 -5.612700 56.37988 35 -#> 9725 VR2AR-546131 -5.612700 56.37988 35 -#> 9726 VR2AR-546131 -5.612700 56.37988 35 -#> 9727 VR2AR-546131 -5.612700 56.37988 35 -#> 9728 VR2AR-546131 -5.612700 56.37988 35 -#> 9729 VR2AR-546131 -5.612700 56.37988 35 -#> 9730 VR2AR-546584 -5.604973 56.37774 30 -#> 9731 VR2AR-546131 -5.612700 56.37988 35 -#> 9732 VR2AR-546584 -5.604973 56.37774 30 -#> 9733 VR2AR-546131 -5.612700 56.37988 35 -#> 9734 VR2AR-546131 -5.612700 56.37988 35 -#> 9735 VR2AR-546131 -5.612700 56.37988 35 -#> 9736 VR2AR-546131 -5.612700 56.37988 35 -#> 9737 VR2AR-546131 -5.612700 56.37988 35 -#> 9738 VR2AR-546131 -5.612700 56.37988 35 -#> 9739 VR2AR-546131 -5.612700 56.37988 35 -#> 9740 VR2AR-546131 -5.612700 56.37988 35 -#> 9741 VR2AR-546131 -5.612700 56.37988 35 -#> 9742 VR2AR-546131 -5.612700 56.37988 35 -#> 9743 VR2AR-546131 -5.612700 56.37988 35 -#> 9744 VR2AR-546131 -5.612700 56.37988 35 -#> 9745 VR2AR-546131 -5.612700 56.37988 35 -#> 9746 VR2AR-546131 -5.612700 56.37988 35 -#> 9747 VR2AR-546131 -5.612700 56.37988 35 -#> 9748 VR2AR-546131 -5.612700 56.37988 35 -#> 9749 VR2AR-546131 -5.612700 56.37988 35 -#> 9750 VR2AR-546380 -5.637917 56.44800 25 -#> 9751 VR2AR-546380 -5.637917 56.44800 25 -#> 9752 VR2AR-546380 -5.637917 56.44800 25 -#> 9753 VR2AR-546136 -5.626250 56.44810 75 -#> 9754 VR2AR-546136 -5.626250 56.44810 75 -#> 9755 VR2AR-546380 -5.637917 56.44800 25 -#> 9756 VR2AR-546380 -5.637917 56.44800 25 -#> 9757 VR2AR-546380 -5.637917 56.44800 25 -#> 9758 VR2AR-546380 -5.637917 56.44800 25 -#> 9759 VR2AR-546380 -5.637917 56.44800 25 -#> 9760 VR2AR-546380 -5.637917 56.44800 25 -#> 9761 VR2AR-546380 -5.637917 56.44800 25 -#> 9762 VR2AR-546380 -5.637917 56.44800 25 -#> 9763 VR2AR-546380 -5.637917 56.44800 25 -#> 9764 VR2AR-546380 -5.637917 56.44800 25 -#> 9765 VR2AR-546380 -5.637917 56.44800 25 -#> 9766 VR2AR-546380 -5.637917 56.44800 25 -#> 9767 VR2AR-546380 -5.637917 56.44800 25 -#> 9768 VR2AR-546380 -5.637917 56.44800 25 -#> 9769 VR2AR-546380 -5.637917 56.44800 25 -#> 9770 VR2AR-546380 -5.637917 56.44800 25 -#> 9771 VR2AR-546380 -5.637917 56.44800 25 -#> 9772 VR2AR-546380 -5.637917 56.44800 25 -#> 9773 VR2AR-546380 -5.637917 56.44800 25 -#> 9774 VR2AR-546380 -5.637917 56.44800 25 -#> 9775 VR2AR-546380 -5.637917 56.44800 25 -#> 9776 VR2AR-546380 -5.637917 56.44800 25 -#> 9777 VR2AR-546134 -5.643867 56.38278 145 -#> 9778 VR2AR-546134 -5.643867 56.38278 145 -#> 9779 VR2AR-546134 -5.643867 56.38278 145 -#> 9780 VR2AR-546134 -5.643867 56.38278 145 -#> 9781 VR2AR-546134 -5.643867 56.38278 145 -#> 9782 VR2AR-546134 -5.643867 56.38278 145 -#> 9783 VR2AR-546134 -5.643867 56.38278 145 -#> 9784 VR2AR-546134 -5.643867 56.38278 145 -#> 9785 VR2AR-546134 -5.643867 56.38278 145 -#> 9786 VR2AR-546134 -5.643867 56.38278 145 -#> 9787 VR2AR-546134 -5.643867 56.38278 145 -#> 9788 VR2AR-546134 -5.643867 56.38278 145 -#> 9789 VR2AR-546134 -5.643867 56.38278 145 -#> 9790 VR2AR-546134 -5.643867 56.38278 145 -#> 9791 VR2AR-546131 -5.612700 56.37988 35 -#> 9792 VR2AR-546131 -5.612700 56.37988 35 -#> 9793 VR2AR-546131 -5.612700 56.37988 35 -#> 9794 VR2AR-546131 -5.612700 56.37988 35 -#> 9795 VR2AR-546131 -5.612700 56.37988 35 -#> 9796 VR2AR-546131 -5.612700 56.37988 35 -#> 9797 VR2AR-546131 -5.612700 56.37988 35 -#> 9798 VR2AR-546131 -5.612700 56.37988 35 -#> 9799 VR2AR-546131 -5.612700 56.37988 35 -#> 9800 VR2AR-546131 -5.612700 56.37988 35 -#> 9801 VR2AR-546131 -5.612700 56.37988 35 -#> 9802 VR2AR-546131 -5.612700 56.37988 35 -#> 9803 VR2AR-546131 -5.612700 56.37988 35 -#> 9804 VR2AR-546131 -5.612700 56.37988 35 -#> 9805 VR2AR-546131 -5.612700 56.37988 35 -#> 9806 VR2AR-546131 -5.612700 56.37988 35 -#> 9807 VR2AR-546131 -5.612700 56.37988 35 -#> 9808 VR2AR-546131 -5.612700 56.37988 35 -#> 9809 VR2AR-546131 -5.612700 56.37988 35 -#> 9810 VR2AR-546131 -5.612700 56.37988 35 -#> 9811 VR2AR-546131 -5.612700 56.37988 35 -#> 9812 VR2AR-546131 -5.612700 56.37988 35 -#> 9813 VR2AR-546131 -5.612700 56.37988 35 -#> 9814 VR2AR-546131 -5.612700 56.37988 35 -#> 9815 VR2AR-546131 -5.612700 56.37988 35 -#> 9816 VR2AR-546131 -5.612700 56.37988 35 -#> 9817 VR2AR-546131 -5.612700 56.37988 35 -#> 9818 VR2AR-546131 -5.612700 56.37988 35 -#> 9819 VR2AR-546131 -5.612700 56.37988 35 -#> 9820 VR2AR-546131 -5.612700 56.37988 35 -#> 9821 VR2AR-546131 -5.612700 56.37988 35 -#> 9822 VR2AR-546131 -5.612700 56.37988 35 -#> 9823 VR2AR-546131 -5.612700 56.37988 35 -#> 9824 VR2AR-546131 -5.612700 56.37988 35 -#> 9825 VR2AR-546131 -5.612700 56.37988 35 -#> 9826 VR2AR-546131 -5.612700 56.37988 35 -#> 9827 VR2AR-546131 -5.612700 56.37988 35 -#> 9828 VR2AR-546131 -5.612700 56.37988 35 -#> 9829 VR2AR-546131 -5.612700 56.37988 35 -#> 9830 VR2AR-546131 -5.612700 56.37988 35 -#> 9831 VR2AR-546131 -5.612700 56.37988 35 -#> 9832 VR2AR-546131 -5.612700 56.37988 35 -#> 9833 VR2AR-546131 -5.612700 56.37988 35 -#> 9834 VR2AR-546131 -5.612700 56.37988 35 -#> 9835 VR2AR-546131 -5.612700 56.37988 35 -#> 9836 VR2AR-546131 -5.612700 56.37988 35 -#> 9837 VR2AR-546131 -5.612700 56.37988 35 -#> 9838 VR2AR-546131 -5.612700 56.37988 35 -#> 9839 VR2AR-546131 -5.612700 56.37988 35 -#> 9840 VR2AR-546131 -5.612700 56.37988 35 -#> 9841 VR2AR-546131 -5.612700 56.37988 35 -#> 9842 VR2AR-546131 -5.612700 56.37988 35 -#> 9843 VR2AR-546131 -5.612700 56.37988 35 -#> 9844 VR2AR-546131 -5.612700 56.37988 35 -#> 9845 VR2AR-546131 -5.612700 56.37988 35 -#> 9846 VR2AR-546131 -5.612700 56.37988 35 -#> 9847 VR2AR-546131 -5.612700 56.37988 35 -#> 9848 VR2AR-546131 -5.612700 56.37988 35 -#> 9849 VR2AR-546131 -5.612700 56.37988 35 -#> 9850 VR2AR-546131 -5.612700 56.37988 35 -#> 9851 VR2AR-546131 -5.612700 56.37988 35 -#> 9852 VR2AR-546131 -5.612700 56.37988 35 -#> 9853 VR2AR-546131 -5.612700 56.37988 35 -#> 9854 VR2AR-546131 -5.612700 56.37988 35 -#> 9855 VR2AR-546131 -5.612700 56.37988 35 -#> 9856 VR2AR-546131 -5.612700 56.37988 35 -#> 9857 VR2AR-546131 -5.612700 56.37988 35 -#> 9858 VR2AR-546131 -5.612700 56.37988 35 -#> 9859 VR2AR-546131 -5.612700 56.37988 35 -#> 9860 VR2AR-546131 -5.612700 56.37988 35 -#> 9861 VR2AR-546131 -5.612700 56.37988 35 -#> 9862 VR2AR-546131 -5.612700 56.37988 35 -#> 9863 VR2AR-546131 -5.612700 56.37988 35 -#> 9864 VR2AR-546131 -5.612700 56.37988 35 -#> 9865 VR2AR-546131 -5.612700 56.37988 35 -#> 9866 VR2AR-546131 -5.612700 56.37988 35 -#> 9867 VR2AR-546131 -5.612700 56.37988 35 -#> 9868 VR2AR-546131 -5.612700 56.37988 35 -#> 9869 VR2AR-546131 -5.612700 56.37988 35 -#> 9870 VR2AR-546131 -5.612700 56.37988 35 -#> 9871 VR2AR-546131 -5.612700 56.37988 35 -#> 9872 VR2AR-546131 -5.612700 56.37988 35 -#> 9873 VR2AR-546131 -5.612700 56.37988 35 -#> 9874 VR2AR-546131 -5.612700 56.37988 35 -#> 9875 VR2AR-546131 -5.612700 56.37988 35 -#> 9876 VR2AR-546131 -5.612700 56.37988 35 -#> 9877 VR2AR-546131 -5.612700 56.37988 35 -#> 9878 VR2AR-546131 -5.612700 56.37988 35 -#> 9879 VR2AR-546131 -5.612700 56.37988 35 -#> 9880 VR2AR-546131 -5.612700 56.37988 35 -#> 9881 VR2AR-546131 -5.612700 56.37988 35 -#> 9882 VR2AR-546131 -5.612700 56.37988 35 -#> 9883 VR2AR-546131 -5.612700 56.37988 35 -#> 9884 VR2AR-546131 -5.612700 56.37988 35 -#> 9885 VR2AR-546131 -5.612700 56.37988 35 -#> 9886 VR2AR-546131 -5.612700 56.37988 35 -#> 9887 VR2AR-546131 -5.612700 56.37988 35 -#> 9888 VR2AR-546131 -5.612700 56.37988 35 -#> 9889 VR2AR-546131 -5.612700 56.37988 35 -#> 9890 VR2AR-546131 -5.612700 56.37988 35 -#> 9891 VR2AR-546131 -5.612700 56.37988 35 -#> 9892 VR2AR-546131 -5.612700 56.37988 35 -#> 9893 VR2AR-546131 -5.612700 56.37988 35 -#> 9894 VR2AR-546584 -5.604973 56.37774 30 -#> 9895 VR2AR-546131 -5.612700 56.37988 35 -#> 9896 VR2AR-546131 -5.612700 56.37988 35 -#> 9897 VR2AR-546131 -5.612700 56.37988 35 -#> 9898 VR2AR-546131 -5.612700 56.37988 35 -#> 9899 VR2AR-546131 -5.612700 56.37988 35 -#> 9900 VR2AR-546131 -5.612700 56.37988 35 -#> 9901 VR2AR-546131 -5.612700 56.37988 35 -#> 9902 VR2AR-546584 -5.604973 56.37774 30 -#> 9903 VR2AR-546131 -5.612700 56.37988 35 -#> 9904 VR2AR-546131 -5.612700 56.37988 35 -#> 9905 VR2AR-546584 -5.604973 56.37774 30 -#> 9906 VR2AR-546131 -5.612700 56.37988 35 -#> 9907 VR2AR-546131 -5.612700 56.37988 35 -#> 9908 VR2AR-546131 -5.612700 56.37988 35 -#> 9909 VR2AR-546584 -5.604973 56.37774 30 -#> 9910 VR2AR-546131 -5.612700 56.37988 35 -#> 9911 VR2AR-546131 -5.612700 56.37988 35 -#> 9912 VR2AR-546584 -5.604973 56.37774 30 -#> 9913 VR2AR-546584 -5.604973 56.37774 30 -#> 9914 VR2AR-546131 -5.612700 56.37988 35 -#> 9915 VR2AR-546584 -5.604973 56.37774 30 -#> 9916 VR2AR-546131 -5.612700 56.37988 35 -#> 9917 VR2AR-546131 -5.612700 56.37988 35 -#> 9918 VR2AR-546131 -5.612700 56.37988 35 -#> 9919 VR2AR-546131 -5.612700 56.37988 35 -#> 9920 VR2AR-546131 -5.612700 56.37988 35 -#> 9921 VR2AR-546131 -5.612700 56.37988 35 -#> 9922 VR2AR-546131 -5.612700 56.37988 35 -#> 9923 VR2AR-546134 -5.643867 56.38278 145 -#> 9924 VR2AR-546134 -5.643867 56.38278 145 -#> 9925 VR2AR-546134 -5.643867 56.38278 145 -#> 9926 VR2AR-546134 -5.643867 56.38278 145 -#> 9927 VR2AR-546134 -5.643867 56.38278 145 -#> 9928 VR2AR-546134 -5.643867 56.38278 145 -#> 9929 VR2AR-546134 -5.643867 56.38278 145 -#> 9930 VR2AR-546134 -5.643867 56.38278 145 -#> 9931 VR2AR-546134 -5.643867 56.38278 145 -#> 9932 VR2AR-546134 -5.643867 56.38278 145 -#> 9933 VR2AR-546134 -5.643867 56.38278 145 -#> 9934 VR2AR-546134 -5.643867 56.38278 145 -#> 9935 VR2AR-546134 -5.643867 56.38278 145 -#> 9936 VR2AR-546134 -5.643867 56.38278 145 -#> 9937 VR2AR-546135 -5.657067 56.38803 85 -#> 9938 VR2AR-546135 -5.657067 56.38803 85 -#> 9939 VR2AR-546135 -5.657067 56.38803 85 -#> 9940 VR2AR-546135 -5.657067 56.38803 85 -#> 9941 VR2AR-546587 -5.661620 56.39041 15 -#> 9942 VR2AR-546135 -5.657067 56.38803 85 -#> 9943 VR2AR-546587 -5.661620 56.39041 15 -#> 9944 VR2AR-546135 -5.657067 56.38803 85 -#> 9945 VR2AR-546587 -5.661620 56.39041 15 -#> 9946 VR2AR-546587 -5.661620 56.39041 15 -#> 9947 VR2AR-546587 -5.661620 56.39041 15 -#> 9948 VR2AR-546587 -5.661620 56.39041 15 -#> 9949 VR2AR-546587 -5.661620 56.39041 15 -#> 9950 VR2AR-546587 -5.661620 56.39041 15 -#> 9951 VR2AR-546587 -5.661620 56.39041 15 -#> 9952 VR2AR-546587 -5.661620 56.39041 15 -#> 9953 VR2AR-546587 -5.661620 56.39041 15 -#> 9954 VR2AR-546587 -5.661620 56.39041 15 -#> 9955 VR2AR-546587 -5.661620 56.39041 15 -#> 9956 VR2AR-546587 -5.661620 56.39041 15 -#> 9957 VR2AR-546135 -5.657067 56.38803 85 -#> 9958 VR2AR-546587 -5.661620 56.39041 15 -#> 9959 VR2AR-546587 -5.661620 56.39041 15 -#> 9960 VR2AR-546587 -5.661620 56.39041 15 -#> 9961 VR2AR-546587 -5.661620 56.39041 15 -#> 9962 VR2AR-546135 -5.657067 56.38803 85 -#> 9963 VR2AR-546587 -5.661620 56.39041 15 -#> 9964 VR2AR-546587 -5.661620 56.39041 15 -#> 9965 VR2AR-546135 -5.657067 56.38803 85 -#> 9966 VR2AR-546587 -5.661620 56.39041 15 -#> 9967 VR2AR-546131 -5.612700 56.37988 35 -#> 9968 VR2AR-546131 -5.612700 56.37988 35 -#> 9969 VR2AR-546131 -5.612700 56.37988 35 -#> 9970 VR2AR-546131 -5.612700 56.37988 35 -#> 9971 VR2AR-546131 -5.612700 56.37988 35 -#> 9972 VR2AR-546131 -5.612700 56.37988 35 -#> 9973 VR2AR-546131 -5.612700 56.37988 35 -#> 9974 VR2AR-546131 -5.612700 56.37988 35 -#> 9975 VR2AR-546131 -5.612700 56.37988 35 -#> 9976 VR2AR-546131 -5.612700 56.37988 35 -#> 9977 VR2AR-546131 -5.612700 56.37988 35 -#> 9978 VR2AR-546131 -5.612700 56.37988 35 -#> 9979 VR2AR-546131 -5.612700 56.37988 35 -#> 9980 VR2AR-546131 -5.612700 56.37988 35 -#> 9981 VR2AR-546131 -5.612700 56.37988 35 -#> 9982 VR2AR-546131 -5.612700 56.37988 35 -#> 9983 VR2AR-546131 -5.612700 56.37988 35 -#> 9984 VR2AR-546131 -5.612700 56.37988 35 -#> 9985 VR2AR-546131 -5.612700 56.37988 35 -#> 9986 VR2AR-546131 -5.612700 56.37988 35 -#> 9987 VR2AR-546131 -5.612700 56.37988 35 -#> 9988 VR2AR-546131 -5.612700 56.37988 35 -#> 9989 VR2AR-546131 -5.612700 56.37988 35 -#> 9990 VR2AR-546131 -5.612700 56.37988 35 -#> 9991 VR2AR-546131 -5.612700 56.37988 35 -#> 9992 VR2AR-546131 -5.612700 56.37988 35 -#> 9993 VR2AR-546131 -5.612700 56.37988 35 -#> 9994 VR2AR-546131 -5.612700 56.37988 35 -#> 9995 VR2AR-546131 -5.612700 56.37988 35 -#> 9996 VR2AR-546131 -5.612700 56.37988 35 -#> 9997 VR2AR-546131 -5.612700 56.37988 35 -#> 9998 VR2AR-546131 -5.612700 56.37988 35 -#> 9999 VR2AR-546131 -5.612700 56.37988 35 -#> 10000 VR2AR-546131 -5.612700 56.37988 35 -#> 10001 VR2AR-546131 -5.612700 56.37988 35 -#> 10002 VR2AR-546131 -5.612700 56.37988 35 -#> 10003 VR2AR-546131 -5.612700 56.37988 35 -#> 10004 VR2AR-546131 -5.612700 56.37988 35 -#> 10005 VR2AR-546131 -5.612700 56.37988 35 -#> 10006 VR2AR-546131 -5.612700 56.37988 35 -#> 10007 VR2AR-546131 -5.612700 56.37988 35 -#> 10008 VR2AR-546131 -5.612700 56.37988 35 -#> 10009 VR2AR-546131 -5.612700 56.37988 35 -#> 10010 VR2AR-546131 -5.612700 56.37988 35 -#> 10011 VR2AR-546131 -5.612700 56.37988 35 -#> 10012 VR2AR-546131 -5.612700 56.37988 35 -#> 10013 VR2AR-546131 -5.612700 56.37988 35 -#> 10014 VR2AR-546131 -5.612700 56.37988 35 -#> 10015 VR2AR-546131 -5.612700 56.37988 35 -#> 10016 VR2AR-546131 -5.612700 56.37988 35 -#> 10017 VR2AR-546131 -5.612700 56.37988 35 -#> 10018 VR2AR-546131 -5.612700 56.37988 35 -#> 10019 VR2AR-546131 -5.612700 56.37988 35 -#> 10020 VR2AR-546131 -5.612700 56.37988 35 -#> 10021 VR2AR-546131 -5.612700 56.37988 35 -#> 10022 VR2AR-546131 -5.612700 56.37988 35 -#> 10023 VR2AR-546131 -5.612700 56.37988 35 -#> 10024 VR2AR-546131 -5.612700 56.37988 35 -#> 10025 VR2AR-546131 -5.612700 56.37988 35 -#> 10026 VR2AR-546131 -5.612700 56.37988 35 -#> 10027 VR2AR-546131 -5.612700 56.37988 35 -#> 10028 VR2AR-546380 -5.637917 56.44800 25 -#> 10029 VR2AR-546380 -5.637917 56.44800 25 -#> 10030 VR2AR-546380 -5.637917 56.44800 25 -#> 10031 VR2AR-546380 -5.637917 56.44800 25 -#> 10032 VR2AR-546380 -5.637917 56.44800 25 -#> 10033 VR2AR-546380 -5.637917 56.44800 25 -#> 10034 VR2AR-546380 -5.637917 56.44800 25 -#> 10035 VR2AR-546380 -5.637917 56.44800 25 -#> 10036 VR2AR-546136 -5.626250 56.44810 75 -#> 10037 VR2AR-546136 -5.626250 56.44810 75 -#> 10038 VR2AR-546136 -5.626250 56.44810 75 -#> 10039 VR2AR-546136 -5.626250 56.44810 75 -#> 10040 VR2AR-546136 -5.626250 56.44810 75 -#> 10041 VR2AR-546136 -5.626250 56.44810 75 -#> 10042 VR2AR-546133 -5.701717 56.49747 90 -#> 10043 VR2AR-546133 -5.701717 56.49747 90 -#> 10044 VR2AR-546133 -5.701717 56.49747 90 -#> 10045 VR2AR-546133 -5.701717 56.49747 90 -#> 10046 VR2AR-546133 -5.701717 56.49747 90 -#> 10047 VR2AR-546133 -5.701717 56.49747 90 -#> 10048 VR2AR-546133 -5.701717 56.49747 90 -#> 10049 VR2AR-546133 -5.701717 56.49747 90 -#> 10050 VR2AR-546133 -5.701717 56.49747 90 -#> 10051 VR2AR-546133 -5.701717 56.49747 90 -#> 10052 VR2AR-546133 -5.701717 56.49747 90 -#> 10053 VR2AR-546133 -5.701717 56.49747 90 -#> 10054 VR2AR-546133 -5.701717 56.49747 90 -#> 10055 VR2AR-546133 -5.701717 56.49747 90 -#> 10056 VR2AR-546133 -5.701717 56.49747 90 -#> 10057 VR2AR-546133 -5.701717 56.49747 90 -#> 10058 VR2AR-546133 -5.701717 56.49747 90 -#> 10059 VR2AR-546133 -5.701717 56.49747 90 -#> 10060 VR2AR-546133 -5.701717 56.49747 90 -#> 10061 VR2AR-546133 -5.701717 56.49747 90 -#> 10062 VR2AR-546133 -5.701717 56.49747 90 -#> 10063 VR2AR-546133 -5.701717 56.49747 90 -#> 10064 VR2AR-546133 -5.701717 56.49747 90 -#> 10065 VR2AR-546133 -5.701717 56.49747 90 -#> 10066 VR2AR-546133 -5.701717 56.49747 90 -#> 10067 VR2AR-546133 -5.701717 56.49747 90 -#> 10068 VR2AR-546133 -5.701717 56.49747 90 -#> 10069 VR2AR-546133 -5.701717 56.49747 90 -#> 10070 VR2AR-546133 -5.701717 56.49747 90 -#> 10071 VR2AR-546133 -5.701717 56.49747 90 -#> 10072 VR2AR-546133 -5.701717 56.49747 90 -#> 10073 VR2AR-546133 -5.701717 56.49747 90 -#> 10074 VR2AR-546133 -5.701717 56.49747 90 -#> 10075 VR2AR-546133 -5.701717 56.49747 90 -#> 10076 VR2AR-546133 -5.701717 56.49747 90 -#> 10077 VR2AR-546133 -5.701717 56.49747 90 -#> 10078 VR2AR-546133 -5.701717 56.49747 90 -#> 10079 VR2AR-546133 -5.701717 56.49747 90 -#> 10080 VR2AR-546133 -5.701717 56.49747 90 -#> 10081 VR2AR-546133 -5.701717 56.49747 90 -#> 10082 VR2AR-546133 -5.701717 56.49747 90 -#> 10083 VR2AR-546133 -5.701717 56.49747 90 -#> 10084 VR2AR-546133 -5.701717 56.49747 90 -#> 10085 VR2AR-546133 -5.701717 56.49747 90 -#> 10086 VR2AR-546133 -5.701717 56.49747 90 -#> 10087 VR2AR-546133 -5.701717 56.49747 90 -#> 10088 VR2AR-546133 -5.701717 56.49747 90 -#> 10089 VR2AR-546133 -5.701717 56.49747 90 -#> 10090 VR2AR-546586 -5.707092 56.49447 20 -#> 10091 VR2AR-546133 -5.701717 56.49747 90 -#> 10092 VR2AR-546133 -5.701717 56.49747 90 -#> 10093 VR2AR-546586 -5.707092 56.49447 20 -#> 10094 VR2AR-546133 -5.701717 56.49747 90 -#> 10095 VR2AR-546133 -5.701717 56.49747 90 -#> 10096 VR2AR-546133 -5.701717 56.49747 90 -#> 10097 VR2AR-546586 -5.707092 56.49447 20 -#> 10098 VR2AR-546133 -5.701717 56.49747 90 -#> 10099 VR2AR-546133 -5.701717 56.49747 90 -#> 10100 VR2AR-546133 -5.701717 56.49747 90 -#> 10101 VR2AR-546586 -5.707092 56.49447 20 -#> 10102 VR2AR-546586 -5.707092 56.49447 20 -#> 10103 VR2AR-546133 -5.701717 56.49747 90 -#> 10104 VR2AR-546586 -5.707092 56.49447 20 -#> 10105 VR2AR-546133 -5.701717 56.49747 90 -#> 10106 VR2AR-546133 -5.701717 56.49747 90 -#> 10107 VR2AR-546586 -5.707092 56.49447 20 -#> 10108 VR2AR-546133 -5.701717 56.49747 90 -#> 10109 VR2AR-546586 -5.707092 56.49447 20 -#> 10110 VR2AR-546586 -5.707092 56.49447 20 -#> 10111 VR2AR-546586 -5.707092 56.49447 20 -#> 10112 VR2AR-546133 -5.701717 56.49747 90 -#> 10113 VR2AR-546586 -5.707092 56.49447 20 -#> 10114 VR2AR-546586 -5.707092 56.49447 20 -#> 10115 VR2AR-546133 -5.701717 56.49747 90 -#> 10116 VR2AR-546586 -5.707092 56.49447 20 -#> 10117 VR2AR-546586 -5.707092 56.49447 20 -#> 10118 VR2AR-546133 -5.701717 56.49747 90 -#> 10119 VR2AR-546133 -5.701717 56.49747 90 -#> 10120 VR2AR-546586 -5.707092 56.49447 20 -#> 10121 VR2AR-546586 -5.707092 56.49447 20 -#> 10122 VR2AR-546133 -5.701717 56.49747 90 -#> 10123 VR2AR-546586 -5.707092 56.49447 20 -#> 10124 VR2AR-546586 -5.707092 56.49447 20 -#> 10125 VR2AR-546586 -5.707092 56.49447 20 -#> 10126 VR2AR-546586 -5.707092 56.49447 20 -#> 10127 VR2AR-546586 -5.707092 56.49447 20 -#> 10128 VR2AR-546586 -5.707092 56.49447 20 -#> 10129 VR2AR-546586 -5.707092 56.49447 20 -#> 10130 VR2AR-546586 -5.707092 56.49447 20 -#> 10131 VR2AR-546586 -5.707092 56.49447 20 -#> 10132 VR2AR-546586 -5.707092 56.49447 20 -#> 10133 VR2AR-546133 -5.701717 56.49747 90 -#> 10134 VR2AR-546586 -5.707092 56.49447 20 -#> 10135 VR2AR-546133 -5.701717 56.49747 90 -#> 10136 VR2AR-546133 -5.701717 56.49747 90 -#> 10137 VR2AR-546133 -5.701717 56.49747 90 -#> 10138 VR2AR-546133 -5.701717 56.49747 90 -#> 10139 VR2AR-546133 -5.701717 56.49747 90 -#> 10140 VR2AR-546133 -5.701717 56.49747 90 -#> 10141 VR2AR-546133 -5.701717 56.49747 90 -#> 10142 VR2AR-546133 -5.701717 56.49747 90 -#> 10143 VR2AR-546133 -5.701717 56.49747 90 -#> 10144 VR2AR-546133 -5.701717 56.49747 90 -#> 10145 VR2AR-546133 -5.701717 56.49747 90 -#> 10146 VR2AR-546133 -5.701717 56.49747 90 -#> 10147 VR2AR-546133 -5.701717 56.49747 90 -#> 10148 VR2AR-546133 -5.701717 56.49747 90 -#> 10149 VR2AR-546133 -5.701717 56.49747 90 -#> 10150 VR2AR-546133 -5.701717 56.49747 90 -#> 10151 VR2AR-546133 -5.701717 56.49747 90 -#> 10152 VR2AR-546133 -5.701717 56.49747 90 -#> 10153 VR2AR-546133 -5.701717 56.49747 90 -#> 10154 VR2AR-546133 -5.701717 56.49747 90 -#> 10155 VR2AR-546133 -5.701717 56.49747 90 -#> 10156 VR2AR-546586 -5.707092 56.49447 20 -#> 10157 VR2AR-546133 -5.701717 56.49747 90 -#> 10158 VR2AR-546133 -5.701717 56.49747 90 -#> 10159 VR2AR-546133 -5.701717 56.49747 90 -#> 10160 VR2AR-546133 -5.701717 56.49747 90 -#> 10161 VR2AR-546586 -5.707092 56.49447 20 -#> 10162 VR2AR-546586 -5.707092 56.49447 20 -#> 10163 VR2AR-546133 -5.701717 56.49747 90 -#> 10164 VR2AR-546586 -5.707092 56.49447 20 -#> 10165 VR2AR-546133 -5.701717 56.49747 90 -#> 10166 VR2AR-546133 -5.701717 56.49747 90 -#> 10167 VR2AR-546133 -5.701717 56.49747 90 -#> 10168 VR2AR-546586 -5.707092 56.49447 20 -#> 10169 VR2AR-546133 -5.701717 56.49747 90 -#> 10170 VR2AR-546133 -5.701717 56.49747 90 -#> 10171 VR2AR-546133 -5.701717 56.49747 90 -#> 10172 VR2AR-546133 -5.701717 56.49747 90 -#> 10173 VR2AR-546133 -5.701717 56.49747 90 -#> 10174 VR2AR-546133 -5.701717 56.49747 90 -#> 10175 VR2AR-546133 -5.701717 56.49747 90 -#> 10176 VR2AR-546133 -5.701717 56.49747 90 -#> 10177 VR2AR-546133 -5.701717 56.49747 90 -#> 10178 VR2AR-546133 -5.701717 56.49747 90 -#> 10179 VR2AR-546133 -5.701717 56.49747 90 -#> 10180 VR2AR-546133 -5.701717 56.49747 90 -#> 10181 VR2AR-546133 -5.701717 56.49747 90 -#> 10182 VR2AR-546133 -5.701717 56.49747 90 -#> 10183 VR2AR-546133 -5.701717 56.49747 90 -#> 10184 VR2AR-546133 -5.701717 56.49747 90 -#> 10185 VR2AR-546133 -5.701717 56.49747 90 -#> 10186 VR2AR-546133 -5.701717 56.49747 90 -#> 10187 VR2AR-546133 -5.701717 56.49747 90 -#> 10188 VR2AR-546133 -5.701717 56.49747 90 -#> 10189 VR2AR-546133 -5.701717 56.49747 90 -#> 10190 VR2AR-546133 -5.701717 56.49747 90 -#> 10191 VR2AR-546133 -5.701717 56.49747 90 -#> 10192 VR2AR-546133 -5.701717 56.49747 90 -#> 10193 VR2AR-546133 -5.701717 56.49747 90 -#> 10194 VR2AR-546133 -5.701717 56.49747 90 -#> 10195 VR2AR-546133 -5.701717 56.49747 90 -#> 10196 VR2AR-546133 -5.701717 56.49747 90 -#> 10197 VR2AR-546133 -5.701717 56.49747 90 -#> 10198 VR2AR-546133 -5.701717 56.49747 90 -#> 10199 VR2AR-546133 -5.701717 56.49747 90 -#> 10200 VR2AR-546133 -5.701717 56.49747 90 -#> 10201 VR2AR-546133 -5.701717 56.49747 90 -#> 10202 VR2AR-546133 -5.701717 56.49747 90 -#> 10203 VR2AR-546133 -5.701717 56.49747 90 -#> 10204 VR2AR-546133 -5.701717 56.49747 90 -#> 10205 VR2AR-546133 -5.701717 56.49747 90 -#> 10206 VR2AR-546133 -5.701717 56.49747 90 -#> 10207 VR2AR-546133 -5.701717 56.49747 90 -#> 10208 VR2AR-546133 -5.701717 56.49747 90 -#> 10209 VR2AR-546133 -5.701717 56.49747 90 -#> 10210 VR2AR-546133 -5.701717 56.49747 90 -#> 10211 VR2AR-546133 -5.701717 56.49747 90 -#> 10212 VR2AR-546133 -5.701717 56.49747 90 -#> 10213 VR2AR-546133 -5.701717 56.49747 90 -#> 10214 VR2AR-546133 -5.701717 56.49747 90 -#> 10215 VR2AR-546133 -5.701717 56.49747 90 -#> 10216 VR2AR-546133 -5.701717 56.49747 90 -#> 10217 VR2AR-546133 -5.701717 56.49747 90 -#> 10218 VR2AR-546133 -5.701717 56.49747 90 -#> 10219 VR2AR-546133 -5.701717 56.49747 90 -#> 10220 VR2AR-546133 -5.701717 56.49747 90 -#> 10221 VR2AR-546133 -5.701717 56.49747 90 -#> 10222 VR2AR-546133 -5.701717 56.49747 90 -#> 10223 VR2AR-546133 -5.701717 56.49747 90 -#> 10224 VR2AR-546133 -5.701717 56.49747 90 -#> 10225 VR2AR-546133 -5.701717 56.49747 90 -#> 10226 VR2AR-546133 -5.701717 56.49747 90 -#> 10227 VR2AR-546133 -5.701717 56.49747 90 -#> 10228 VR2AR-546133 -5.701717 56.49747 90 -#> 10229 VR2AR-546133 -5.701717 56.49747 90 -#> 10230 VR2AR-546133 -5.701717 56.49747 90 -#> 10231 VR2AR-546133 -5.701717 56.49747 90 -#> 10232 VR2AR-546133 -5.701717 56.49747 90 -#> 10233 VR2AR-546133 -5.701717 56.49747 90 -#> 10234 VR2AR-546133 -5.701717 56.49747 90 -#> 10235 VR2AR-546133 -5.701717 56.49747 90 -#> 10236 VR2AR-546133 -5.701717 56.49747 90 -#> 10237 VR2AR-546133 -5.701717 56.49747 90 -#> 10238 VR2AR-546133 -5.701717 56.49747 90 -#> 10239 VR2AR-546133 -5.701717 56.49747 90 -#> 10240 VR2AR-546133 -5.701717 56.49747 90 -#> 10241 VR2AR-546133 -5.701717 56.49747 90 -#> 10242 VR2AR-546133 -5.701717 56.49747 90 -#> 10243 VR2AR-546133 -5.701717 56.49747 90 -#> 10244 VR2AR-546133 -5.701717 56.49747 90 -#> 10245 VR2AR-546133 -5.701717 56.49747 90 -#> 10246 VR2AR-546133 -5.701717 56.49747 90 -#> 10247 VR2AR-546133 -5.701717 56.49747 90 -#> 10248 VR2AR-546133 -5.701717 56.49747 90 -#> 10249 VR2AR-546133 -5.701717 56.49747 90 -#> 10250 VR2AR-546133 -5.701717 56.49747 90 -#> 10251 VR2AR-546133 -5.701717 56.49747 90 -#> 10252 VR2AR-546133 -5.701717 56.49747 90 -#> 10253 VR2AR-546133 -5.701717 56.49747 90 -#> 10254 VR2AR-546133 -5.701717 56.49747 90 -#> 10255 VR2AR-546133 -5.701717 56.49747 90 -#> 10256 VR2AR-546133 -5.701717 56.49747 90 -#> 10257 VR2AR-546586 -5.707092 56.49447 20 -#> 10258 VR2AR-546133 -5.701717 56.49747 90 -#> 10259 VR2AR-546133 -5.701717 56.49747 90 -#> 10260 VR2AR-546133 -5.701717 56.49747 90 -#> 10261 VR2AR-546586 -5.707092 56.49447 20 -#> 10262 VR2AR-546133 -5.701717 56.49747 90 -#> 10263 VR2AR-546133 -5.701717 56.49747 90 -#> 10264 VR2AR-546133 -5.701717 56.49747 90 -#> 10265 VR2AR-546586 -5.707092 56.49447 20 -#> 10266 VR2AR-546133 -5.701717 56.49747 90 -#> 10267 VR2AR-546133 -5.701717 56.49747 90 -#> 10268 VR2AR-546133 -5.701717 56.49747 90 -#> 10269 VR2AR-546586 -5.707092 56.49447 20 -#> 10270 VR2AR-546133 -5.701717 56.49747 90 -#> 10271 VR2AR-546133 -5.701717 56.49747 90 -#> 10272 VR2AR-546133 -5.701717 56.49747 90 -#> 10273 VR2AR-546133 -5.701717 56.49747 90 -#> 10274 VR2AR-546133 -5.701717 56.49747 90 -#> 10275 VR2-5637 -5.692417 56.49913 25 -#> 10276 VR2-5637 -5.692417 56.49913 25 -#> 10277 VR2-5637 -5.692417 56.49913 25 -#> 10278 VR2-5637 -5.692417 56.49913 25 -#> 10279 VR2AR-546133 -5.701717 56.49747 90 -#> 10280 VR2AR-546133 -5.701717 56.49747 90 -#> 10281 VR2AR-546133 -5.701717 56.49747 90 -#> 10282 VR2AR-546133 -5.701717 56.49747 90 -#> 10283 VR2AR-546133 -5.701717 56.49747 90 -#> 10284 VR2AR-546133 -5.701717 56.49747 90 -#> 10285 VR2AR-546136 -5.626250 56.44810 75 -#> 10286 VR2AR-546136 -5.626250 56.44810 75 -#> 10287 VR2AR-546136 -5.626250 56.44810 75 -#> 10288 VR2AR-546136 -5.626250 56.44810 75 -#> 10289 VR2AR-546136 -5.626250 56.44810 75 -#> 10290 VR2AR-546136 -5.626250 56.44810 75 -#> 10291 VR2AR-546131 -5.612700 56.37988 35 -#> 10292 VR2AR-546131 -5.612700 56.37988 35 -#> 10293 VR2AR-546131 -5.612700 56.37988 35 -#> 10294 VR2AR-546131 -5.612700 56.37988 35 -#> 10295 VR2AR-546131 -5.612700 56.37988 35 -#> 10296 VR2AR-546131 -5.612700 56.37988 35 -#> 10297 VR2AR-546131 -5.612700 56.37988 35 -#> 10298 VR2AR-546131 -5.612700 56.37988 35 -#> 10299 VR2AR-546131 -5.612700 56.37988 35 -#> 10300 VR2AR-546131 -5.612700 56.37988 35 -#> 10301 VR2AR-546131 -5.612700 56.37988 35 -#> 10302 VR2AR-546131 -5.612700 56.37988 35 -#> 10303 VR2AR-546131 -5.612700 56.37988 35 -#> 10304 VR2AR-546131 -5.612700 56.37988 35 -#> 10305 VR2AR-546131 -5.612700 56.37988 35 -#> 10306 VR2AR-546131 -5.612700 56.37988 35 -#> 10307 VR2AR-546131 -5.612700 56.37988 35 -#> 10308 VR2AR-546131 -5.612700 56.37988 35 -#> 10309 VR2AR-546131 -5.612700 56.37988 35 -#> 10310 VR2AR-546131 -5.612700 56.37988 35 -#> 10311 VR2AR-546131 -5.612700 56.37988 35 -#> 10312 VR2AR-546131 -5.612700 56.37988 35 -#> 10313 VR2AR-546131 -5.612700 56.37988 35 -#> 10314 VR2AR-546131 -5.612700 56.37988 35 -#> 10315 VR2AR-546131 -5.612700 56.37988 35 -#> 10316 VR2AR-546131 -5.612700 56.37988 35 -#> 10317 VR2AR-546131 -5.612700 56.37988 35 -#> 10318 VR2AR-546131 -5.612700 56.37988 35 -#> 10319 VR2AR-546131 -5.612700 56.37988 35 -#> 10320 VR2AR-546131 -5.612700 56.37988 35 -#> 10321 VR2AR-546131 -5.612700 56.37988 35 -#> 10322 VR2AR-546131 -5.612700 56.37988 35 -#> 10323 VR2AR-546131 -5.612700 56.37988 35 -#> 10324 VR2AR-546131 -5.612700 56.37988 35 -#> 10325 VR2AR-546131 -5.612700 56.37988 35 -#> 10326 VR2AR-546131 -5.612700 56.37988 35 -#> 10327 VR2AR-546131 -5.612700 56.37988 35 -#> 10328 VR2AR-546131 -5.612700 56.37988 35 -#> 10329 VR2AR-546131 -5.612700 56.37988 35 -#> 10330 VR2AR-546131 -5.612700 56.37988 35 -#> 10331 VR2AR-546131 -5.612700 56.37988 35 -#> 10332 VR2AR-546131 -5.612700 56.37988 35 -#> 10333 VR2AR-546131 -5.612700 56.37988 35 -#> 10334 VR2AR-546131 -5.612700 56.37988 35 -#> 10335 VR2AR-546131 -5.612700 56.37988 35 -#> 10336 VR2AR-546131 -5.612700 56.37988 35 -#> 10337 VR2AR-546131 -5.612700 56.37988 35 -#> 10338 VR2AR-546131 -5.612700 56.37988 35 -#> 10339 VR2AR-546131 -5.612700 56.37988 35 -#> 10340 VR2AR-546380 -5.637917 56.44800 25 -#> 10341 VR2AR-546380 -5.637917 56.44800 25 -#> 10342 VR2AR-546136 -5.626250 56.44810 75 -#> 10343 VR2AR-546136 -5.626250 56.44810 75 -#> 10344 VR2AR-546380 -5.637917 56.44800 25 -#> 10345 VR2AR-546380 -5.637917 56.44800 25 -#> 10346 VR2AR-546134 -5.643867 56.38278 145 -#> 10347 VR2AR-546134 -5.643867 56.38278 145 -#> 10348 VR2AR-546134 -5.643867 56.38278 145 -#> 10349 VR2AR-546134 -5.643867 56.38278 145 -#> 10350 VR2AR-546134 -5.643867 56.38278 145 -#> 10351 VR2AR-546134 -5.643867 56.38278 145 -#> 10352 VR2AR-546134 -5.643867 56.38278 145 -#> 10353 VR2AR-546134 -5.643867 56.38278 145 -#> 10354 VR2AR-546134 -5.643867 56.38278 145 -#> 10355 VR2AR-546134 -5.643867 56.38278 145 -#> 10356 VR2AR-546134 -5.643867 56.38278 145 -#> 10357 VR2AR-546134 -5.643867 56.38278 145 -#> 10358 VR2AR-546134 -5.643867 56.38278 145 -#> 10359 VR2AR-546134 -5.643867 56.38278 145 -#> 10360 VR2AR-546134 -5.643867 56.38278 145 -#> 10361 VR2AR-546134 -5.643867 56.38278 145 -#> 10362 VR2AR-546134 -5.643867 56.38278 145 -#> 10363 VR2AR-546134 -5.643867 56.38278 145 -#> 10364 VR2AR-546134 -5.643867 56.38278 145 -#> 10365 VR2AR-546134 -5.643867 56.38278 145 -#> 10366 VR2AR-546134 -5.643867 56.38278 145 -#> 10367 VR2AR-546134 -5.643867 56.38278 145 -#> 10368 VR2AR-546134 -5.643867 56.38278 145 -#> 10369 VR2AR-546134 -5.643867 56.38278 145 -#> 10370 VR2AR-546134 -5.643867 56.38278 145 -#> 10371 VR2AR-546134 -5.643867 56.38278 145 -#> 10372 VR2AR-546134 -5.643867 56.38278 145 -#> 10373 VR2AR-546134 -5.643867 56.38278 145 -#> 10374 VR2AR-546134 -5.643867 56.38278 145 -#> 10375 VR2AR-546134 -5.643867 56.38278 145 -#> 10376 VR2AR-546134 -5.643867 56.38278 145 -#> 10377 VR2AR-546134 -5.643867 56.38278 145 -#> 10378 VR2AR-546134 -5.643867 56.38278 145 -#> 10379 VR2AR-546134 -5.643867 56.38278 145 -#> 10380 VR2AR-546134 -5.643867 56.38278 145 -#> 10381 VR2AR-546134 -5.643867 56.38278 145 -#> 10382 VR2AR-546134 -5.643867 56.38278 145 -#> 10383 VR2AR-546585 -5.623995 56.37436 75 -#> 10384 VR2AR-546585 -5.623995 56.37436 75 -#> 10385 VR2AR-546585 -5.623995 56.37436 75 -#> 10386 VR2AR-546585 -5.623995 56.37436 75 -#> 10387 VR2AR-546585 -5.623995 56.37436 75 -#> 10388 VR2AR-546585 -5.623995 56.37436 75 -#> 10389 VR2AR-546585 -5.623995 56.37436 75 -#> 10390 VR2AR-546585 -5.623995 56.37436 75 -#> 10391 VR2AR-546585 -5.623995 56.37436 75 -#> 10392 VR2AR-546585 -5.623995 56.37436 75 -#> 10393 VR2AR-546585 -5.623995 56.37436 75 -#> 10394 VR2AR-546585 -5.623995 56.37436 75 -#> 10395 VR2AR-546585 -5.623995 56.37436 75 -#> 10396 VR2AR-546585 -5.623995 56.37436 75 -#> 10397 VR2AR-546585 -5.623995 56.37436 75 -#> 10398 VR2AR-546585 -5.623995 56.37436 75 -#> 10399 VR2AR-546585 -5.623995 56.37436 75 -#> 10400 VR2AR-546585 -5.623995 56.37436 75 -#> 10401 VR2AR-546585 -5.623995 56.37436 75 -#> 10402 VR2AR-546585 -5.623995 56.37436 75 -#> 10403 VR2AR-546585 -5.623995 56.37436 75 -#> 10404 VR2W-108158 -5.619533 56.37413 25 -#> 10405 VR2W-108158 -5.619533 56.37413 25 -#> 10406 VR2AR-546585 -5.623995 56.37436 75 -#> 10407 VR2W-108158 -5.619533 56.37413 25 -#> 10408 VR2AR-546585 -5.623995 56.37436 75 -#> 10409 VR2AR-546585 -5.623995 56.37436 75 -#> 10410 VR2AR-546585 -5.623995 56.37436 75 -#> 10411 VR2W-108158 -5.619533 56.37413 25 -#> 10412 VR2W-108158 -5.619533 56.37413 25 -#> 10413 VR2W-108158 -5.619533 56.37413 25 -#> 10414 VR2W-108158 -5.619533 56.37413 25 -#> 10415 VR2W-108158 -5.619533 56.37413 25 -#> 10416 VR2W-108158 -5.619533 56.37413 25 -#> 10417 VR2AR-546585 -5.623995 56.37436 75 -#> 10418 VR2W-108158 -5.619533 56.37413 25 -#> 10419 VR2W-108158 -5.619533 56.37413 25 -#> 10420 VR2W-108158 -5.619533 56.37413 25 -#> 10421 VR2AR-546585 -5.623995 56.37436 75 -#> 10422 VR2W-108158 -5.619533 56.37413 25 -#> 10423 VR2W-108158 -5.619533 56.37413 25 -#> 10424 VR2W-108158 -5.619533 56.37413 25 -#> 10425 VR2W-108158 -5.619533 56.37413 25 -#> 10426 VR2W-108158 -5.619533 56.37413 25 -#> 10427 VR2W-108158 -5.619533 56.37413 25 -#> 10428 VR2AR-546585 -5.623995 56.37436 75 -#> 10429 VR2W-108158 -5.619533 56.37413 25 -#> 10430 VR2W-108158 -5.619533 56.37413 25 -#> 10431 VR2AR-546585 -5.623995 56.37436 75 -#> 10432 VR2W-108158 -5.619533 56.37413 25 -#> 10433 VR2AR-546585 -5.623995 56.37436 75 -#> 10434 VR2W-108158 -5.619533 56.37413 25 -#> 10435 VR2W-108158 -5.619533 56.37413 25 -#> 10436 VR2AR-546585 -5.623995 56.37436 75 -#> 10437 VR2W-108158 -5.619533 56.37413 25 -#> 10438 VR2W-108158 -5.619533 56.37413 25 -#> 10439 VR2W-108158 -5.619533 56.37413 25 -#> 10440 VR2AR-546585 -5.623995 56.37436 75 -#> 10441 VR2W-108158 -5.619533 56.37413 25 -#> 10442 VR2AR-546585 -5.623995 56.37436 75 -#> 10443 VR2W-108158 -5.619533 56.37413 25 -#> 10444 VR2AR-546585 -5.623995 56.37436 75 -#> 10445 VR2W-108158 -5.619533 56.37413 25 -#> 10446 VR2AR-546585 -5.623995 56.37436 75 -#> 10447 VR2W-108158 -5.619533 56.37413 25 -#> 10448 VR2W-108158 -5.619533 56.37413 25 -#> 10449 VR2AR-546585 -5.623995 56.37436 75 -#> 10450 VR2AR-546585 -5.623995 56.37436 75 -#> 10451 VR2AR-546585 -5.623995 56.37436 75 -#> 10452 VR2AR-546585 -5.623995 56.37436 75 -#> 10453 VR2AR-546585 -5.623995 56.37436 75 -#> 10454 VR2AR-546585 -5.623995 56.37436 75 -#> 10455 VR2W-108158 -5.619533 56.37413 25 -#> 10456 VR2AR-546131 -5.612700 56.37988 35 -#> 10457 VR2AR-546131 -5.612700 56.37988 35 -#> 10458 VR2AR-546131 -5.612700 56.37988 35 -#> 10459 VR2AR-546131 -5.612700 56.37988 35 -#> 10460 VR2AR-546131 -5.612700 56.37988 35 -#> 10461 VR2AR-546131 -5.612700 56.37988 35 -#> 10462 VR2AR-546131 -5.612700 56.37988 35 -#> 10463 VR2AR-546131 -5.612700 56.37988 35 -#> 10464 VR2AR-546131 -5.612700 56.37988 35 -#> 10465 VR2AR-546131 -5.612700 56.37988 35 -#> 10466 VR2AR-546131 -5.612700 56.37988 35 -#> 10467 VR2AR-546131 -5.612700 56.37988 35 -#> 10468 VR2AR-546131 -5.612700 56.37988 35 -#> 10469 VR2AR-546131 -5.612700 56.37988 35 -#> 10470 VR2AR-546131 -5.612700 56.37988 35 -#> 10471 VR2AR-546131 -5.612700 56.37988 35 -#> 10472 VR2AR-546131 -5.612700 56.37988 35 -#> 10473 VR2AR-546131 -5.612700 56.37988 35 -#> 10474 VR2AR-546131 -5.612700 56.37988 35 -#> 10475 VR2AR-546131 -5.612700 56.37988 35 -#> 10476 VR2AR-546131 -5.612700 56.37988 35 -#> 10477 VR2AR-546131 -5.612700 56.37988 35 -#> 10478 VR2AR-546131 -5.612700 56.37988 35 -#> 10479 VR2AR-546131 -5.612700 56.37988 35 -#> 10480 VR2AR-546131 -5.612700 56.37988 35 -#> 10481 VR2AR-546131 -5.612700 56.37988 35 -#> 10482 VR2AR-546131 -5.612700 56.37988 35 -#> 10483 VR2AR-546131 -5.612700 56.37988 35 -#> 10484 VR2AR-546131 -5.612700 56.37988 35 -#> 10485 VR2AR-546131 -5.612700 56.37988 35 -#> 10486 VR2AR-546131 -5.612700 56.37988 35 -#> 10487 VR2AR-546131 -5.612700 56.37988 35 -#> 10488 VR2AR-546131 -5.612700 56.37988 35 -#> 10489 VR2AR-546131 -5.612700 56.37988 35 -#> 10490 VR2AR-546131 -5.612700 56.37988 35 -#> 10491 VR2AR-546131 -5.612700 56.37988 35 -#> 10492 VR2AR-546131 -5.612700 56.37988 35 -#> 10493 VR2AR-546131 -5.612700 56.37988 35 -#> 10494 VR2AR-546131 -5.612700 56.37988 35 -#> 10495 VR2AR-546131 -5.612700 56.37988 35 -#> 10496 VR2AR-546131 -5.612700 56.37988 35 -#> 10497 VR2AR-546131 -5.612700 56.37988 35 -#> 10498 VR2AR-546131 -5.612700 56.37988 35 -#> 10499 VR2AR-546131 -5.612700 56.37988 35 -#> 10500 VR2AR-546131 -5.612700 56.37988 35 -#> 10501 VR2AR-546131 -5.612700 56.37988 35 -#> 10502 VR2AR-546584 -5.604973 56.37774 30 -#> 10503 VR2AR-546131 -5.612700 56.37988 35 -#> 10504 VR2AR-546584 -5.604973 56.37774 30 -#> 10505 VR2AR-546131 -5.612700 56.37988 35 -#> 10506 VR2AR-546584 -5.604973 56.37774 30 -#> 10507 VR2AR-546131 -5.612700 56.37988 35 -#> 10508 VR2AR-546131 -5.612700 56.37988 35 -#> 10509 VR2AR-546584 -5.604973 56.37774 30 -#> 10510 VR2AR-546584 -5.604973 56.37774 30 -#> 10511 VR2AR-546131 -5.612700 56.37988 35 -#> 10512 VR2AR-546131 -5.612700 56.37988 35 -#> 10513 VR2AR-546584 -5.604973 56.37774 30 -#> 10514 VR2AR-546131 -5.612700 56.37988 35 -#> 10515 VR2AR-546131 -5.612700 56.37988 35 -#> 10516 VR2AR-546584 -5.604973 56.37774 30 -#> 10517 VR2AR-546131 -5.612700 56.37988 35 -#> 10518 VR2AR-546584 -5.604973 56.37774 30 -#> 10519 VR2AR-546584 -5.604973 56.37774 30 -#> 10520 VR2AR-546131 -5.612700 56.37988 35 -#> 10521 VR2AR-546584 -5.604973 56.37774 30 -#> 10522 VR2AR-546131 -5.612700 56.37988 35 -#> 10523 VR2AR-546131 -5.612700 56.37988 35 -#> 10524 VR2AR-546584 -5.604973 56.37774 30 -#> 10525 VR2AR-546584 -5.604973 56.37774 30 -#> 10526 VR2AR-546131 -5.612700 56.37988 35 -#> 10527 VR2AR-546131 -5.612700 56.37988 35 -#> 10528 VR2AR-546584 -5.604973 56.37774 30 -#> 10529 VR2AR-546131 -5.612700 56.37988 35 -#> 10530 VR2AR-546584 -5.604973 56.37774 30 -#> 10531 VR2AR-546131 -5.612700 56.37988 35 -#> 10532 VR2AR-546131 -5.612700 56.37988 35 -#> 10533 VR2AR-546584 -5.604973 56.37774 30 -#> 10534 VR2AR-546584 -5.604973 56.37774 30 -#> 10535 VR2AR-546131 -5.612700 56.37988 35 -#> 10536 VR2AR-546131 -5.612700 56.37988 35 -#> 10537 VR2AR-546584 -5.604973 56.37774 30 -#> 10538 VR2AR-546584 -5.604973 56.37774 30 -#> 10539 VR2AR-546131 -5.612700 56.37988 35 -#> 10540 VR2AR-546131 -5.612700 56.37988 35 -#> 10541 VR2AR-546584 -5.604973 56.37774 30 -#> 10542 VR2AR-546131 -5.612700 56.37988 35 -#> 10543 VR2AR-546131 -5.612700 56.37988 35 -#> 10544 VR2AR-546131 -5.612700 56.37988 35 -#> 10545 VR2AR-546131 -5.612700 56.37988 35 -#> 10546 VR2AR-546131 -5.612700 56.37988 35 -#> 10547 VR2AR-546131 -5.612700 56.37988 35 -#> 10548 VR2AR-546131 -5.612700 56.37988 35 -#> 10549 VR2AR-546131 -5.612700 56.37988 35 -#> 10550 VR2AR-546131 -5.612700 56.37988 35 -#> 10551 VR2AR-546131 -5.612700 56.37988 35 -#> 10552 VR2AR-546131 -5.612700 56.37988 35 -#> 10553 VR2AR-546131 -5.612700 56.37988 35 -#> 10554 VR2AR-546131 -5.612700 56.37988 35 -#> 10555 VR2AR-546131 -5.612700 56.37988 35 -#> 10556 VR2AR-546131 -5.612700 56.37988 35 -#> 10557 VR2AR-546134 -5.643867 56.38278 145 -#> 10558 VR2AR-546134 -5.643867 56.38278 145 -#> 10559 VR2AR-546134 -5.643867 56.38278 145 -#> 10560 VR2AR-546134 -5.643867 56.38278 145 -#> 10561 VR2AR-546134 -5.643867 56.38278 145 -#> 10562 VR2AR-546134 -5.643867 56.38278 145 -#> 10563 VR2AR-546134 -5.643867 56.38278 145 -#> 10564 VR2AR-546134 -5.643867 56.38278 145 -#> 10565 VR2AR-546134 -5.643867 56.38278 145 -#> 10566 VR2AR-546134 -5.643867 56.38278 145 -#> 10567 VR2AR-546134 -5.643867 56.38278 145 -#> 10568 VR2AR-546134 -5.643867 56.38278 145 -#> 10569 VR2AR-546134 -5.643867 56.38278 145 -#> 10570 VR2AR-546134 -5.643867 56.38278 145 -#> 10571 VR2AR-546134 -5.643867 56.38278 145 -#> 10572 VR2AR-546134 -5.643867 56.38278 145 -#> 10573 VR2AR-546134 -5.643867 56.38278 145 -#> 10574 VR2AR-546134 -5.643867 56.38278 145 -#> 10575 VR2AR-546134 -5.643867 56.38278 145 -#> 10576 VR2AR-546134 -5.643867 56.38278 145 -#> 10577 VR2AR-546134 -5.643867 56.38278 145 -#> 10578 VR2AR-546134 -5.643867 56.38278 145 -#> 10579 VR2AR-546134 -5.643867 56.38278 145 -#> 10580 VR2AR-546134 -5.643867 56.38278 145 -#> 10581 VR2AR-546135 -5.657067 56.38803 85 -#> 10582 VR2AR-546135 -5.657067 56.38803 85 -#> 10583 VR2AR-546135 -5.657067 56.38803 85 -#> 10584 VR2AR-546380 -5.637917 56.44800 25 -#> 10585 VR2AR-546380 -5.637917 56.44800 25 -#> 10586 VR2AR-546380 -5.637917 56.44800 25 -#> 10587 VR2AR-546380 -5.637917 56.44800 25 -#> 10588 VR2AR-546380 -5.637917 56.44800 25 -#> 10589 VR2AR-546380 -5.637917 56.44800 25 -#> 10590 VR2AR-546380 -5.637917 56.44800 25 -#> 10591 VR2AR-546380 -5.637917 56.44800 25 -#> 10592 VR2AR-546380 -5.637917 56.44800 25 -#> 10593 VR2AR-546380 -5.637917 56.44800 25 -#> 10594 VR2AR-546380 -5.637917 56.44800 25 -#> 10595 VR2AR-546380 -5.637917 56.44800 25 -#> 10596 VR2AR-546380 -5.637917 56.44800 25 -#> 10597 VR2AR-546380 -5.637917 56.44800 25 -#> 10598 VR2AR-546380 -5.637917 56.44800 25 -#> 10599 VR2AR-546380 -5.637917 56.44800 25 -#> 10600 VR2AR-546380 -5.637917 56.44800 25 -#> 10601 VR2AR-546380 -5.637917 56.44800 25 -#> 10602 VR2AR-546586 -5.707092 56.49447 20 -#> 10603 VR2AR-546133 -5.701717 56.49747 90 -#> 10604 VR2AR-546133 -5.701717 56.49747 90 -#> 10605 VR2AR-546586 -5.707092 56.49447 20 -#> 10606 VR2AR-546586 -5.707092 56.49447 20 -#> 10607 VR2AR-546586 -5.707092 56.49447 20 -#> 10608 VR2AR-546133 -5.701717 56.49747 90 -#> 10609 VR2AR-546586 -5.707092 56.49447 20 -#> 10610 VR2AR-546586 -5.707092 56.49447 20 -#> 10611 VR2AR-546586 -5.707092 56.49447 20 -#> 10612 VR2AR-546586 -5.707092 56.49447 20 -#> 10613 VR2AR-546133 -5.701717 56.49747 90 -#> 10614 VR2AR-546586 -5.707092 56.49447 20 -#> 10615 VR2AR-546133 -5.701717 56.49747 90 -#> 10616 VR2AR-546586 -5.707092 56.49447 20 -#> 10617 VR2AR-546586 -5.707092 56.49447 20 -#> 10618 VR2AR-546133 -5.701717 56.49747 90 -#> 10619 VR2AR-546586 -5.707092 56.49447 20 -#> 10620 VR2AR-546133 -5.701717 56.49747 90 -#> 10621 VR2AR-546586 -5.707092 56.49447 20 -#> 10622 VR2AR-546586 -5.707092 56.49447 20 -#> 10623 VR2AR-546586 -5.707092 56.49447 20 -#> 10624 VR2AR-546133 -5.701717 56.49747 90 -#> 10625 VR2AR-546586 -5.707092 56.49447 20 -#> 10626 VR2AR-546133 -5.701717 56.49747 90 -#> 10627 VR2AR-546133 -5.701717 56.49747 90 -#> 10628 VR2AR-546133 -5.701717 56.49747 90 -#> 10629 VR2AR-546133 -5.701717 56.49747 90 -#> 10630 VR2AR-546133 -5.701717 56.49747 90 -#> 10631 VR2AR-546133 -5.701717 56.49747 90 -#> 10632 VR2AR-546133 -5.701717 56.49747 90 -#> 10633 VR2AR-546133 -5.701717 56.49747 90 -#> 10634 VR2AR-546586 -5.707092 56.49447 20 -#> 10635 VR2AR-546586 -5.707092 56.49447 20 -#> 10636 VR2AR-546586 -5.707092 56.49447 20 -#> 10637 VR2AR-546133 -5.701717 56.49747 90 -#> 10638 VR2AR-546586 -5.707092 56.49447 20 -#> 10639 VR2AR-546586 -5.707092 56.49447 20 -#> 10640 VR2AR-546133 -5.701717 56.49747 90 -#> 10641 VR2AR-546586 -5.707092 56.49447 20 -#> 10642 VR2AR-546586 -5.707092 56.49447 20 -#> 10643 VR2AR-546586 -5.707092 56.49447 20 -#> 10644 VR2AR-546586 -5.707092 56.49447 20 -#> 10645 VR2AR-546586 -5.707092 56.49447 20 -#> 10646 VR2AR-546133 -5.701717 56.49747 90 -#> 10647 VR2AR-546586 -5.707092 56.49447 20 -#> 10648 VR2AR-546586 -5.707092 56.49447 20 -#> 10649 VR2AR-546586 -5.707092 56.49447 20 -#> 10650 VR2AR-546586 -5.707092 56.49447 20 -#> 10651 VR2AR-546586 -5.707092 56.49447 20 -#> 10652 VR2AR-546586 -5.707092 56.49447 20 -#> 10653 VR2AR-546586 -5.707092 56.49447 20 -#> 10654 VR2AR-546586 -5.707092 56.49447 20 -#> 10655 VR2AR-546586 -5.707092 56.49447 20 -#> 10656 VR2AR-546380 -5.637917 56.44800 25 -#> 10657 VR2AR-546380 -5.637917 56.44800 25 -#> 10658 VR2AR-546380 -5.637917 56.44800 25 -#> 10659 VR2AR-546380 -5.637917 56.44800 25 -#> 10660 VR2AR-546380 -5.637917 56.44800 25 -#> 10661 VR2AR-546380 -5.637917 56.44800 25 -#> 10662 VR2AR-546380 -5.637917 56.44800 25 -#> 10663 VR2AR-546380 -5.637917 56.44800 25 -#> 10664 VR2AR-546380 -5.637917 56.44800 25 -#> 10665 VR2AR-546380 -5.637917 56.44800 25 -#> 10666 VR2AR-546380 -5.637917 56.44800 25 -#> 10667 VR2AR-546380 -5.637917 56.44800 25 -#> 10668 VR2AR-546380 -5.637917 56.44800 25 -#> 10669 VR2AR-546380 -5.637917 56.44800 25 -#> 10670 VR2AR-546380 -5.637917 56.44800 25 -#> 10671 VR2AR-546380 -5.637917 56.44800 25 -#> 10672 VR2AR-546380 -5.637917 56.44800 25 -#> 10673 VR2AR-546380 -5.637917 56.44800 25 -#> 10674 VR2AR-546380 -5.637917 56.44800 25 -#> 10675 VR2AR-546380 -5.637917 56.44800 25 -#> 10676 VR2AR-546380 -5.637917 56.44800 25 -#> 10677 VR2AR-546380 -5.637917 56.44800 25 -#> 10678 VR2AR-546380 -5.637917 56.44800 25 -#> 10679 VR2AR-546380 -5.637917 56.44800 25 -#> 10680 VR2AR-546380 -5.637917 56.44800 25 -#> 10681 VR2AR-546380 -5.637917 56.44800 25 -#> 10682 VR2AR-546134 -5.643867 56.38278 145 -#> 10683 VR2AR-546134 -5.643867 56.38278 145 -#> 10684 VR2AR-546134 -5.643867 56.38278 145 -#> 10685 VR2AR-546134 -5.643867 56.38278 145 -#> 10686 VR2AR-546134 -5.643867 56.38278 145 -#> 10687 VR2AR-546134 -5.643867 56.38278 145 -#> 10688 VR2AR-546134 -5.643867 56.38278 145 -#> 10689 VR2AR-546134 -5.643867 56.38278 145 -#> 10690 VR2AR-546134 -5.643867 56.38278 145 -#> 10691 VR2AR-546134 -5.643867 56.38278 145 -#> 10692 VR2AR-546134 -5.643867 56.38278 145 -#> 10693 VR2AR-546134 -5.643867 56.38278 145 -#> 10694 VR2AR-546134 -5.643867 56.38278 145 -#> 10695 VR2AR-546131 -5.612700 56.37988 35 -#> 10696 VR2AR-546131 -5.612700 56.37988 35 -#> 10697 VR2AR-546131 -5.612700 56.37988 35 -#> 10698 VR2AR-546131 -5.612700 56.37988 35 -#> 10699 VR2AR-546131 -5.612700 56.37988 35 -#> 10700 VR2AR-546131 -5.612700 56.37988 35 -#> 10701 VR2AR-546131 -5.612700 56.37988 35 -#> 10702 VR2AR-546131 -5.612700 56.37988 35 -#> 10703 VR2AR-546131 -5.612700 56.37988 35 -#> 10704 VR2AR-546131 -5.612700 56.37988 35 -#> 10705 VR2AR-546131 -5.612700 56.37988 35 -#> 10706 VR2AR-546131 -5.612700 56.37988 35 -#> 10707 VR2AR-546131 -5.612700 56.37988 35 -#> 10708 VR2AR-546131 -5.612700 56.37988 35 -#> 10709 VR2AR-546131 -5.612700 56.37988 35 -#> 10710 VR2AR-546131 -5.612700 56.37988 35 -#> 10711 VR2AR-546131 -5.612700 56.37988 35 -#> 10712 VR2AR-546131 -5.612700 56.37988 35 -#> 10713 VR2AR-546131 -5.612700 56.37988 35 -#> 10714 VR2AR-546131 -5.612700 56.37988 35 -#> 10715 VR2AR-546131 -5.612700 56.37988 35 -#> 10716 VR2AR-546131 -5.612700 56.37988 35 -#> 10717 VR2AR-546131 -5.612700 56.37988 35 -#> 10718 VR2AR-546131 -5.612700 56.37988 35 -#> 10719 VR2AR-546131 -5.612700 56.37988 35 -#> 10720 VR2AR-546131 -5.612700 56.37988 35 -#> 10721 VR2AR-546131 -5.612700 56.37988 35 -#> 10722 VR2AR-546131 -5.612700 56.37988 35 -#> 10723 VR2AR-546131 -5.612700 56.37988 35 -#> 10724 VR2AR-546131 -5.612700 56.37988 35 -#> 10725 VR2AR-546131 -5.612700 56.37988 35 -#> 10726 VR2AR-546131 -5.612700 56.37988 35 -#> 10727 VR2AR-546131 -5.612700 56.37988 35 -#> 10728 VR2AR-546131 -5.612700 56.37988 35 -#> 10729 VR2AR-546131 -5.612700 56.37988 35 -#> 10730 VR2AR-546131 -5.612700 56.37988 35 -#> 10731 VR2AR-546131 -5.612700 56.37988 35 -#> 10732 VR2AR-546131 -5.612700 56.37988 35 -#> 10733 VR2AR-546131 -5.612700 56.37988 35 -#> 10734 VR2AR-546131 -5.612700 56.37988 35 -#> 10735 VR2AR-546131 -5.612700 56.37988 35 -#> 10736 VR2AR-546131 -5.612700 56.37988 35 -#> 10737 VR2AR-546131 -5.612700 56.37988 35 -#> 10738 VR2AR-546131 -5.612700 56.37988 35 -#> 10739 VR2AR-546131 -5.612700 56.37988 35 -#> 10740 VR2AR-546131 -5.612700 56.37988 35 -#> 10741 VR2AR-546131 -5.612700 56.37988 35 -#> 10742 VR2AR-546131 -5.612700 56.37988 35 -#> 10743 VR2AR-546131 -5.612700 56.37988 35 -#> 10744 VR2AR-546131 -5.612700 56.37988 35 -#> 10745 VR2AR-546131 -5.612700 56.37988 35 -#> 10746 VR2AR-546131 -5.612700 56.37988 35 -#> 10747 VR2AR-546131 -5.612700 56.37988 35 -#> 10748 VR2AR-546131 -5.612700 56.37988 35 -#> 10749 VR2AR-546131 -5.612700 56.37988 35 -#> 10750 VR2AR-546131 -5.612700 56.37988 35 -#> 10751 VR2AR-546131 -5.612700 56.37988 35 -#> 10752 VR2AR-546131 -5.612700 56.37988 35 -#> 10753 VR2AR-546131 -5.612700 56.37988 35 -#> 10754 VR2AR-546131 -5.612700 56.37988 35 -#> 10755 VR2AR-546131 -5.612700 56.37988 35 -#> 10756 VR2AR-546131 -5.612700 56.37988 35 -#> 10757 VR2AR-546131 -5.612700 56.37988 35 -#> 10758 VR2AR-546131 -5.612700 56.37988 35 -#> 10759 VR2AR-546131 -5.612700 56.37988 35 -#> 10760 VR2AR-546131 -5.612700 56.37988 35 -#> 10761 VR2AR-546131 -5.612700 56.37988 35 -#> 10762 VR2AR-546131 -5.612700 56.37988 35 -#> 10763 VR2AR-546131 -5.612700 56.37988 35 -#> 10764 VR2AR-546131 -5.612700 56.37988 35 -#> 10765 VR2AR-546131 -5.612700 56.37988 35 -#> 10766 VR2AR-546131 -5.612700 56.37988 35 -#> 10767 VR2AR-546131 -5.612700 56.37988 35 -#> 10768 VR2AR-546131 -5.612700 56.37988 35 -#> 10769 VR2AR-546131 -5.612700 56.37988 35 -#> 10770 VR2AR-546131 -5.612700 56.37988 35 -#> 10771 VR2AR-546131 -5.612700 56.37988 35 -#> 10772 VR2AR-546131 -5.612700 56.37988 35 -#> 10773 VR2AR-546131 -5.612700 56.37988 35 -#> 10774 VR2AR-546131 -5.612700 56.37988 35 -#> 10775 VR2AR-546131 -5.612700 56.37988 35 -#> 10776 VR2AR-546131 -5.612700 56.37988 35 -#> 10777 VR2AR-546131 -5.612700 56.37988 35 -#> 10778 VR2AR-546131 -5.612700 56.37988 35 -#> 10779 VR2AR-546131 -5.612700 56.37988 35 -#> 10780 VR2AR-546131 -5.612700 56.37988 35 -#> 10781 VR2AR-546131 -5.612700 56.37988 35 -#> 10782 VR2AR-546131 -5.612700 56.37988 35 -#> 10783 VR2AR-546131 -5.612700 56.37988 35 -#> 10784 VR2AR-546131 -5.612700 56.37988 35 -#> 10785 VR2AR-546131 -5.612700 56.37988 35 -#> 10786 VR2AR-546131 -5.612700 56.37988 35 -#> 10787 VR2AR-546131 -5.612700 56.37988 35 -#> 10788 VR2AR-546131 -5.612700 56.37988 35 -#> 10789 VR2AR-546131 -5.612700 56.37988 35 -#> 10790 VR2AR-546131 -5.612700 56.37988 35 -#> 10791 VR2AR-546131 -5.612700 56.37988 35 -#> 10792 VR2AR-546131 -5.612700 56.37988 35 -#> 10793 VR2AR-546131 -5.612700 56.37988 35 -#> 10794 VR2AR-546131 -5.612700 56.37988 35 -#> 10795 VR2AR-546131 -5.612700 56.37988 35 -#> 10796 VR2AR-546131 -5.612700 56.37988 35 -#> 10797 VR2AR-546131 -5.612700 56.37988 35 -#> 10798 VR2AR-546131 -5.612700 56.37988 35 -#> 10799 VR2AR-546131 -5.612700 56.37988 35 -#> 10800 VR2AR-546131 -5.612700 56.37988 35 -#> 10801 VR2AR-546131 -5.612700 56.37988 35 -#> 10802 VR2AR-546131 -5.612700 56.37988 35 -#> 10803 VR2AR-546131 -5.612700 56.37988 35 -#> 10804 VR2AR-546131 -5.612700 56.37988 35 -#> 10805 VR2AR-546131 -5.612700 56.37988 35 -#> 10806 VR2AR-546131 -5.612700 56.37988 35 -#> 10807 VR2AR-546131 -5.612700 56.37988 35 -#> 10808 VR2AR-546584 -5.604973 56.37774 30 -#> 10809 VR2AR-546131 -5.612700 56.37988 35 -#> 10810 VR2AR-546131 -5.612700 56.37988 35 -#> 10811 VR2AR-546131 -5.612700 56.37988 35 -#> 10812 VR2AR-546584 -5.604973 56.37774 30 -#> 10813 VR2AR-546584 -5.604973 56.37774 30 -#> 10814 VR2AR-546131 -5.612700 56.37988 35 -#> 10815 VR2AR-546131 -5.612700 56.37988 35 -#> 10816 VR2AR-546584 -5.604973 56.37774 30 -#> 10817 VR2AR-546584 -5.604973 56.37774 30 -#> 10818 VR2AR-546584 -5.604973 56.37774 30 -#> 10819 VR2AR-546131 -5.612700 56.37988 35 -#> 10820 VR2AR-546584 -5.604973 56.37774 30 -#> 10821 VR2AR-546584 -5.604973 56.37774 30 -#> 10822 VR2AR-546584 -5.604973 56.37774 30 -#> 10823 VR2AR-546584 -5.604973 56.37774 30 -#> 10824 VR2AR-546584 -5.604973 56.37774 30 -#> 10825 VR2AR-546584 -5.604973 56.37774 30 -#> 10826 VR2AR-546584 -5.604973 56.37774 30 -#> 10827 VR2AR-546584 -5.604973 56.37774 30 -#> 10828 VR2AR-546131 -5.612700 56.37988 35 -#> 10829 VR2AR-546131 -5.612700 56.37988 35 -#> 10830 VR2AR-546584 -5.604973 56.37774 30 -#> 10831 VR2AR-546131 -5.612700 56.37988 35 -#> 10832 VR2AR-546131 -5.612700 56.37988 35 -#> 10833 VR2AR-546131 -5.612700 56.37988 35 -#> 10834 VR2AR-546131 -5.612700 56.37988 35 -#> 10835 VR2AR-546131 -5.612700 56.37988 35 -#> 10836 VR2AR-546131 -5.612700 56.37988 35 -#> 10837 VR2AR-546131 -5.612700 56.37988 35 -#> 10838 VR2AR-546584 -5.604973 56.37774 30 -#> 10839 VR2AR-546131 -5.612700 56.37988 35 -#> 10840 VR2AR-546584 -5.604973 56.37774 30 -#> 10841 VR2AR-546131 -5.612700 56.37988 35 -#> 10842 VR2AR-546131 -5.612700 56.37988 35 -#> 10843 VR2AR-546584 -5.604973 56.37774 30 -#> 10844 VR2AR-546584 -5.604973 56.37774 30 -#> 10845 VR2AR-546131 -5.612700 56.37988 35 -#> 10846 VR2AR-546584 -5.604973 56.37774 30 -#> 10847 VR2AR-546131 -5.612700 56.37988 35 -#> 10848 VR2AR-546131 -5.612700 56.37988 35 -#> 10849 VR2AR-546131 -5.612700 56.37988 35 -#> 10850 VR2AR-546584 -5.604973 56.37774 30 -#> 10851 VR2AR-546131 -5.612700 56.37988 35 -#> 10852 VR2AR-546131 -5.612700 56.37988 35 -#> 10853 VR2AR-546131 -5.612700 56.37988 35 -#> 10854 VR2AR-546131 -5.612700 56.37988 35 -#> 10855 VR2AR-546131 -5.612700 56.37988 35 -#> 10856 VR2AR-546131 -5.612700 56.37988 35 -#> 10857 VR2AR-546131 -5.612700 56.37988 35 -#> 10858 VR2AR-546131 -5.612700 56.37988 35 -#> 10859 VR2AR-546131 -5.612700 56.37988 35 -#> 10860 VR2AR-546131 -5.612700 56.37988 35 -#> 10861 VR2AR-546584 -5.604973 56.37774 30 -#> 10862 VR2AR-546131 -5.612700 56.37988 35 -#> 10863 VR2AR-546584 -5.604973 56.37774 30 -#> 10864 VR2AR-546131 -5.612700 56.37988 35 -#> 10865 VR2AR-546131 -5.612700 56.37988 35 -#> 10866 VR2AR-546131 -5.612700 56.37988 35 -#> 10867 VR2AR-546131 -5.612700 56.37988 35 -#> 10868 VR2AR-546131 -5.612700 56.37988 35 -#> 10869 VR2AR-546131 -5.612700 56.37988 35 -#> 10870 VR2AR-546131 -5.612700 56.37988 35 -#> 10871 VR2AR-546131 -5.612700 56.37988 35 -#> 10872 VR2AR-546131 -5.612700 56.37988 35 -#> 10873 VR2AR-546131 -5.612700 56.37988 35 -#> 10874 VR2AR-546131 -5.612700 56.37988 35 -#> 10875 VR2AR-546131 -5.612700 56.37988 35 -#> 10876 VR2AR-546131 -5.612700 56.37988 35 -#> 10877 VR2AR-546584 -5.604973 56.37774 30 -#> 10878 VR2AR-546131 -5.612700 56.37988 35 -#> 10879 VR2AR-546584 -5.604973 56.37774 30 -#> 10880 VR2AR-546131 -5.612700 56.37988 35 -#> 10881 VR2AR-546131 -5.612700 56.37988 35 -#> 10882 VR2AR-546131 -5.612700 56.37988 35 -#> 10883 VR2AR-546584 -5.604973 56.37774 30 -#> 10884 VR2AR-546131 -5.612700 56.37988 35 -#> 10885 VR2AR-546131 -5.612700 56.37988 35 -#> 10886 VR2AR-546584 -5.604973 56.37774 30 -#> 10887 VR2AR-546584 -5.604973 56.37774 30 -#> 10888 VR2AR-546131 -5.612700 56.37988 35 -#> 10889 VR2AR-546131 -5.612700 56.37988 35 -#> 10890 VR2AR-546131 -5.612700 56.37988 35 -#> 10891 VR2AR-546131 -5.612700 56.37988 35 -#> 10892 VR2AR-546131 -5.612700 56.37988 35 -#> 10893 VR2AR-546131 -5.612700 56.37988 35 -#> 10894 VR2AR-546131 -5.612700 56.37988 35 -#> 10895 VR2AR-546131 -5.612700 56.37988 35 -#> 10896 VR2AR-546131 -5.612700 56.37988 35 -#> 10897 VR2AR-546131 -5.612700 56.37988 35 -#> 10898 VR2AR-546131 -5.612700 56.37988 35 -#> 10899 VR2AR-546131 -5.612700 56.37988 35 -#> 10900 VR2AR-546131 -5.612700 56.37988 35 -#> 10901 VR2AR-546585 -5.623995 56.37436 75 -#> 10902 VR2AR-546585 -5.623995 56.37436 75 -#> 10903 VR2AR-546585 -5.623995 56.37436 75 -#> 10904 VR2W-108160 -5.631733 56.37447 50 -#> 10905 VR2AR-546585 -5.623995 56.37436 75 -#> 10906 VR2W-108160 -5.631733 56.37447 50 -#> 10907 VR2AR-546585 -5.623995 56.37436 75 -#> 10908 VR2W-108160 -5.631733 56.37447 50 -#> 10909 VR2AR-546585 -5.623995 56.37436 75 -#> 10910 VR2AR-546585 -5.623995 56.37436 75 -#> 10911 VR2AR-546585 -5.623995 56.37436 75 -#> 10912 VR2AR-546585 -5.623995 56.37436 75 -#> 10913 VR2AR-546585 -5.623995 56.37436 75 -#> 10914 VR2W-108160 -5.631733 56.37447 50 -#> 10915 VR2AR-546585 -5.623995 56.37436 75 -#> 10916 VR2W-108160 -5.631733 56.37447 50 -#> 10917 VR2AR-546585 -5.623995 56.37436 75 -#> 10918 VR2W-108160 -5.631733 56.37447 50 -#> 10919 VR2W-108160 -5.631733 56.37447 50 -#> 10920 VR2W-108160 -5.631733 56.37447 50 -#> 10921 VR2AR-546134 -5.643867 56.38278 145 -#> 10922 VR2AR-546134 -5.643867 56.38278 145 -#> 10923 VR2AR-546134 -5.643867 56.38278 145 -#> 10924 VR2AR-546134 -5.643867 56.38278 145 -#> 10925 VR2AR-546134 -5.643867 56.38278 145 -#> 10926 VR2AR-546134 -5.643867 56.38278 145 -#> 10927 VR2AR-546134 -5.643867 56.38278 145 -#> 10928 VR2AR-546134 -5.643867 56.38278 145 -#> 10929 VR2AR-546134 -5.643867 56.38278 145 -#> 10930 VR2AR-546134 -5.643867 56.38278 145 -#> 10931 VR2AR-546134 -5.643867 56.38278 145 -#> 10932 VR2AR-546134 -5.643867 56.38278 145 -#> 10933 VR2AR-546134 -5.643867 56.38278 145 -#> 10934 VR2AR-546134 -5.643867 56.38278 145 -#> 10935 VR2AR-546134 -5.643867 56.38278 145 -#> 10936 VR2AR-546135 -5.657067 56.38803 85 -#> 10937 VR2AR-546135 -5.657067 56.38803 85 -#> 10938 VR2AR-546135 -5.657067 56.38803 85 -#> 10939 VR2AR-546135 -5.657067 56.38803 85 -#> 10940 VR2AR-546135 -5.657067 56.38803 85 -#> 10941 VR2AR-546135 -5.657067 56.38803 85 -#> 10942 VR2AR-546135 -5.657067 56.38803 85 -#> 10943 VR2AR-546135 -5.657067 56.38803 85 -#> 10944 VR2AR-546135 -5.657067 56.38803 85 -#> 10945 VR2AR-546135 -5.657067 56.38803 85 -#> 10946 VR2AR-546135 -5.657067 56.38803 85 -#> 10947 VR2AR-546135 -5.657067 56.38803 85 -#> 10948 VR2AR-546135 -5.657067 56.38803 85 -#> 10949 VR2AR-546135 -5.657067 56.38803 85 -#> 10950 VR2AR-546135 -5.657067 56.38803 85 -#> 10951 VR2AR-546135 -5.657067 56.38803 85 -#> 10952 VR2AR-546135 -5.657067 56.38803 85 -#> 10953 VR2AR-546380 -5.637917 56.44800 25 -#> 10954 VR2AR-546380 -5.637917 56.44800 25 -#> 10955 VR2AR-546380 -5.637917 56.44800 25 -#> 10956 VR2AR-546380 -5.637917 56.44800 25 -#> 10957 VR2AR-546380 -5.637917 56.44800 25 -#> 10958 VR2AR-546380 -5.637917 56.44800 25 -#> 10959 VR2AR-546380 -5.637917 56.44800 25 -#> 10960 VR2AR-546380 -5.637917 56.44800 25 -#> 10961 VR2AR-546380 -5.637917 56.44800 25 -#> 10962 VR2AR-546380 -5.637917 56.44800 25 -#> 10963 VR2AR-546380 -5.637917 56.44800 25 -#> 10964 VR2AR-546380 -5.637917 56.44800 25 -#> 10965 VR2AR-546380 -5.637917 56.44800 25 -#> 10966 VR2AR-546380 -5.637917 56.44800 25 -#> 10967 VR2AR-546380 -5.637917 56.44800 25 -#> 10968 VR2AR-546380 -5.637917 56.44800 25 -#> 10969 VR2AR-546380 -5.637917 56.44800 25 -#> 10970 VR2AR-546380 -5.637917 56.44800 25 -#> 10971 VR2AR-546380 -5.637917 56.44800 25 -#> 10972 VR2AR-546380 -5.637917 56.44800 25 -#> 10973 VR2AR-546380 -5.637917 56.44800 25 -#> 10974 VR2AR-546380 -5.637917 56.44800 25 -#> 10975 VR2AR-546380 -5.637917 56.44800 25 -#> 10976 VR2AR-546380 -5.637917 56.44800 25 -#> 10977 VR2AR-546380 -5.637917 56.44800 25 -#> 10978 VR2AR-546380 -5.637917 56.44800 25 -#> 10979 VR2AR-546380 -5.637917 56.44800 25 -#> 10980 VR2AR-546380 -5.637917 56.44800 25 -#> 10981 VR2AR-546380 -5.637917 56.44800 25 -#> 10982 VR2AR-546380 -5.637917 56.44800 25 -#> 10983 VR2AR-546131 -5.612700 56.37988 35 -#> 10984 VR2AR-546131 -5.612700 56.37988 35 -#> 10985 VR2AR-546131 -5.612700 56.37988 35 -#> 10986 VR2AR-546131 -5.612700 56.37988 35 -#> 10987 VR2AR-546131 -5.612700 56.37988 35 -#> 10988 VR2AR-546131 -5.612700 56.37988 35 -#> 10989 VR2AR-546131 -5.612700 56.37988 35 -#> 10990 VR2AR-546131 -5.612700 56.37988 35 -#> 10991 VR2AR-546131 -5.612700 56.37988 35 -#> 10992 VR2AR-546131 -5.612700 56.37988 35 -#> 10993 VR2AR-546131 -5.612700 56.37988 35 -#> 10994 VR2AR-546131 -5.612700 56.37988 35 -#> 10995 VR2AR-546584 -5.604973 56.37774 30 -#> 10996 VR2AR-546131 -5.612700 56.37988 35 -#> 10997 VR2AR-546131 -5.612700 56.37988 35 -#> 10998 VR2AR-546584 -5.604973 56.37774 30 -#> 10999 VR2AR-546131 -5.612700 56.37988 35 -#> 11000 VR2AR-546131 -5.612700 56.37988 35 -#> 11001 VR2AR-546131 -5.612700 56.37988 35 -#> 11002 VR2AR-546584 -5.604973 56.37774 30 -#> 11003 VR2AR-546131 -5.612700 56.37988 35 -#> 11004 VR2AR-546584 -5.604973 56.37774 30 -#> 11005 VR2AR-546131 -5.612700 56.37988 35 -#> 11006 VR2AR-546131 -5.612700 56.37988 35 -#> 11007 VR2AR-546131 -5.612700 56.37988 35 -#> 11008 VR2AR-546131 -5.612700 56.37988 35 -#> 11009 VR2AR-546131 -5.612700 56.37988 35 -#> 11010 VR2AR-546131 -5.612700 56.37988 35 -#> 11011 VR2AR-546131 -5.612700 56.37988 35 -#> 11012 VR2AR-546131 -5.612700 56.37988 35 -#> 11013 VR2AR-546131 -5.612700 56.37988 35 -#> 11014 VR2AR-546131 -5.612700 56.37988 35 -#> 11015 VR2AR-546131 -5.612700 56.37988 35 -#> 11016 VR2AR-546131 -5.612700 56.37988 35 -#> 11017 VR2AR-546131 -5.612700 56.37988 35 -#> 11018 VR2AR-546131 -5.612700 56.37988 35 -#> 11019 VR2AR-546131 -5.612700 56.37988 35 -#> 11020 VR2AR-546131 -5.612700 56.37988 35 -#> 11021 VR2AR-546131 -5.612700 56.37988 35 -#> 11022 VR2AR-546131 -5.612700 56.37988 35 -#> 11023 VR2AR-546131 -5.612700 56.37988 35 -#> 11024 VR2AR-546131 -5.612700 56.37988 35 -#> 11025 VR2AR-546131 -5.612700 56.37988 35 -#> 11026 VR2AR-546131 -5.612700 56.37988 35 -#> 11027 VR2AR-546131 -5.612700 56.37988 35 -#> 11028 VR2AR-546131 -5.612700 56.37988 35 -#> 11029 VR2AR-546131 -5.612700 56.37988 35 -#> 11030 VR2AR-546131 -5.612700 56.37988 35 -#> 11031 VR2AR-546131 -5.612700 56.37988 35 -#> 11032 VR2AR-546131 -5.612700 56.37988 35 -#> 11033 VR2AR-546131 -5.612700 56.37988 35 -#> 11034 VR2AR-546131 -5.612700 56.37988 35 -#> 11035 VR2AR-546131 -5.612700 56.37988 35 -#> 11036 VR2AR-546131 -5.612700 56.37988 35 -#> 11037 VR2AR-546131 -5.612700 56.37988 35 -#> 11038 VR2AR-546131 -5.612700 56.37988 35 -#> 11039 VR2AR-546131 -5.612700 56.37988 35 -#> 11040 VR2AR-546131 -5.612700 56.37988 35 -#> 11041 VR2AR-546131 -5.612700 56.37988 35 -#> 11042 VR2AR-546131 -5.612700 56.37988 35 -#> 11043 VR2AR-546131 -5.612700 56.37988 35 -#> 11044 VR2AR-546131 -5.612700 56.37988 35 -#> 11045 VR2AR-546131 -5.612700 56.37988 35 -#> 11046 VR2AR-546131 -5.612700 56.37988 35 -#> 11047 VR2AR-546131 -5.612700 56.37988 35 -#> 11048 VR2AR-546131 -5.612700 56.37988 35 -#> 11049 VR2AR-546131 -5.612700 56.37988 35 -#> 11050 VR2AR-546131 -5.612700 56.37988 35 -#> 11051 VR2AR-546131 -5.612700 56.37988 35 -#> 11052 VR2AR-546131 -5.612700 56.37988 35 -#> 11053 VR2AR-546131 -5.612700 56.37988 35 -#> 11054 VR2AR-546131 -5.612700 56.37988 35 -#> 11055 VR2AR-546131 -5.612700 56.37988 35 -#> 11056 VR2AR-546131 -5.612700 56.37988 35 -#> 11057 VR2AR-546131 -5.612700 56.37988 35 -#> 11058 VR2AR-546131 -5.612700 56.37988 35 -#> 11059 VR2AR-546131 -5.612700 56.37988 35 -#> 11060 VR2AR-546131 -5.612700 56.37988 35 -#> 11061 VR2AR-546131 -5.612700 56.37988 35 -#> 11062 VR2AR-546131 -5.612700 56.37988 35 -#> 11063 VR2AR-546131 -5.612700 56.37988 35 -#> 11064 VR2AR-546131 -5.612700 56.37988 35 -#> 11065 VR2AR-546131 -5.612700 56.37988 35 -#> 11066 VR2AR-546131 -5.612700 56.37988 35 -#> 11067 VR2AR-546131 -5.612700 56.37988 35 -#> 11068 VR2AR-546131 -5.612700 56.37988 35 -#> 11069 VR2AR-546131 -5.612700 56.37988 35 -#> 11070 VR2AR-546131 -5.612700 56.37988 35 -#> 11071 VR2AR-546131 -5.612700 56.37988 35 -#> 11072 VR2AR-546131 -5.612700 56.37988 35 -#> 11073 VR2AR-546131 -5.612700 56.37988 35 -#> 11074 VR2AR-546131 -5.612700 56.37988 35 -#> 11075 VR2AR-546131 -5.612700 56.37988 35 -#> 11076 VR2AR-546131 -5.612700 56.37988 35 -#> 11077 VR2AR-546131 -5.612700 56.37988 35 -#> 11078 VR2AR-546131 -5.612700 56.37988 35 -#> 11079 VR2AR-546131 -5.612700 56.37988 35 -#> 11080 VR2AR-546131 -5.612700 56.37988 35 -#> 11081 VR2AR-546131 -5.612700 56.37988 35 -#> 11082 VR2AR-546131 -5.612700 56.37988 35 -#> 11083 VR2AR-546131 -5.612700 56.37988 35 -#> 11084 VR2AR-546131 -5.612700 56.37988 35 -#> 11085 VR2AR-546131 -5.612700 56.37988 35 -#> 11086 VR2AR-546131 -5.612700 56.37988 35 -#> 11087 VR2AR-546131 -5.612700 56.37988 35 -#> 11088 VR2AR-546131 -5.612700 56.37988 35 -#> 11089 VR2AR-546131 -5.612700 56.37988 35 -#> 11090 VR2AR-546131 -5.612700 56.37988 35 -#> 11091 VR2AR-546131 -5.612700 56.37988 35 -#> 11092 VR2AR-546584 -5.604973 56.37774 30 -#> 11093 VR2AR-546131 -5.612700 56.37988 35 -#> 11094 VR2AR-546131 -5.612700 56.37988 35 -#> 11095 VR2AR-546131 -5.612700 56.37988 35 -#> 11096 VR2AR-546584 -5.604973 56.37774 30 -#> 11097 VR2AR-546131 -5.612700 56.37988 35 -#> 11098 VR2AR-546131 -5.612700 56.37988 35 -#> 11099 VR2AR-546584 -5.604973 56.37774 30 -#> 11100 VR2AR-546584 -5.604973 56.37774 30 -#> 11101 VR2AR-546131 -5.612700 56.37988 35 -#> 11102 VR2AR-546584 -5.604973 56.37774 30 -#> 11103 VR2AR-546584 -5.604973 56.37774 30 -#> 11104 VR2AR-546131 -5.612700 56.37988 35 -#> 11105 VR2AR-546584 -5.604973 56.37774 30 -#> 11106 VR2AR-546584 -5.604973 56.37774 30 -#> 11107 VR2AR-546131 -5.612700 56.37988 35 -#> 11108 VR2AR-546131 -5.612700 56.37988 35 -#> 11109 VR2AR-546131 -5.612700 56.37988 35 -#> 11110 VR2AR-546584 -5.604973 56.37774 30 -#> 11111 VR2AR-546131 -5.612700 56.37988 35 -#> [ reached 'max' / getOption("max.print") -- omitted 1897 rows ] -#> -#> [[3]]$args$delta_t -#> [1] "24 hours" -#> -#> -#>
    graphics::par(pp) -
    +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    + +
    +
    +

    Value

    + + +

    The function returns a named list and a plot for each method. The list contains a `data' element that is a named list of dataframes for each method (`m1', `m2') and implementation (`i1', `i2'). For `m1_i1', the dataframe contains the number of receivers with detections (`n_receiver_with_detections') and the percent of the time series for which that number of receivers made detections (`pc_of_ts'). For `m1_i2', the percentage of receivers with detections (`pc_receiver_with_detections') is given instead. For `m2_i1', the number of detections (`n_detections') is given; for `m2_i2', it is the number of detections per receiver (`n_detections_per_receiver'). The list also contains an `args' element that records the inputs to acoustics and delta_t for reference.

    +
    +
    +

    Details

    +

    The selection of the most appropriate time interval over which to calculate COAs reflects a trade off between (a) larger intervals, over which time more detections at more receivers are made, which enable more accurate estimates, versus (b) smaller intervals, over which time movement is more restricted and centres of activity are representative of the individual's location or short-term centre of activity (Simpfendorfer et al., 2002). As a starting point, Simpfendorfer et al. (2002) suggest intervals from 5 - 60 minutes may often be suitable, although longer intervals may be required.

    +
    +
    +

    References

    +

    Simpfendorfer, C. A., M. R. Heupel, and R. E. Hueter. 2002. Estimation of short-term centers of activity from an array of omnidirectional hydrophones and its use in studying animal movements. Canadian Journal of Fisheries and Aquatic Sciences 59:23-32.

    +
    +
    +

    See also

    +

    coa calculates centres of activity.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Example (1): For a specified delta_t, use a specific method and implementation
    +pp <- graphics::par(mfrow = c(2, 2))
    +dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ],
    +                         delta_t = "6 hours",
    +                         method = 1L,
    +                         implementation = 1L,
    +                         main = "1(1)")
    +#> flapper::coa_setup_delta_t() called (@ 2023-02-19 14:53:03)... 
    +#> ... Calculating detection statistics across time intervals.... 
    +#> ... Implementing method 1... 
    +#> ... ... Using implementation = 1L... 
    +#> ... flapper::coa_setup_delta_t() call completed (@ 2023-02-19 14:53:03) after ~0 minutes. 
    +utils::str(dat)
    +#> List of 2
    +#>  $ data:List of 4
    +#>   ..$ m1_i1:'data.frame':	38 obs. of  2 variables:
    +#>   .. ..$ n_receiver_with_detections: int [1:38] 0 1 2 3 4 5 6 7 8 9 ...
    +#>   .. ..$ pc_of_ts                  : num [1:38] 73.299 21.032 4.422 0.794 0.397 ...
    +#>   ..$ m1_i2: NULL
    +#>   ..$ m2_i1: NULL
    +#>   ..$ m2_i2: NULL
    +#>  $ args:List of 2
    +#>   ..$ acoustics:'data.frame':	13008 obs. of  9 variables:
    +#>   .. ..$ individual_id : int [1:13008] 25 25 25 25 25 25 25 25 25 25 ...
    +#>   .. ..$ transmitter_id: chr [1:13008] "A69-1303-555" "A69-1303-555" "A69-1303-555" "A69-1303-555" ...
    +#>   .. ..$ index         : int [1:13008] 1 2 4 5 7 8 9 10 12 14 ...
    +#>   .. ..$ timestamp     : POSIXct[1:13008], format: "2016-03-17 01:50:00" "2016-03-17 01:52:00" ...
    +#>   .. ..$ receiver_id   : int [1:13008] 26 26 26 26 26 26 26 26 26 26 ...
    +#>   .. ..$ receiver      : chr [1:13008] "VR2W-108163" "VR2W-108163" "VR2W-108163" "VR2W-108163" ...
    +#>   .. ..$ receiver_long : num [1:13008] -5.61 -5.61 -5.61 -5.61 -5.61 ...
    +#>   .. ..$ receiver_lat  : num [1:13008] 56.4 56.4 56.4 56.4 56.4 ...
    +#>   .. ..$ receiver_depth: num [1:13008] 25 25 25 25 25 25 25 25 25 25 ...
    +#>   ..$ delta_t  : chr "6 hours"
    +dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ],
    +                         delta_t = "6 hours",
    +                         method = 1L,
    +                         implementation = 2L,
    +                         moorings = dat_moorings,
    +                         main = "1(2)")
    +#> flapper::coa_setup_delta_t() called (@ 2023-02-19 14:53:03)... 
    +#> ... Calculating the number of operational receivers through time for implementation = 2L... 
    +#> ... Calculating detection statistics across time intervals.... 
    +#> ... Implementing method 1... 
    +#> ... ... Using implementation = 2L... 
    +#> ... flapper::coa_setup_delta_t() call completed (@ 2023-02-19 14:53:05) after ~0.03 minutes. 
    +utils::str(dat)
    +#> List of 2
    +#>  $ data:List of 4
    +#>   ..$ m1_i1: NULL
    +#>   ..$ m1_i2:'data.frame':	22 obs. of  2 variables:
    +#>   .. ..$ pc_receiver_with_detections: num [1:22] 0 4.35 4.55 4.76 5 ...
    +#>   .. ..$ pc_of_ts                   : num [1:22] 73.356 4.932 1.871 0.283 3.458 ...
    +#>   ..$ m2_i1: NULL
    +#>   ..$ m2_i2: NULL
    +#>  $ args:List of 2
    +#>   ..$ acoustics:'data.frame':	13008 obs. of  9 variables:
    +#>   .. ..$ individual_id : int [1:13008] 25 25 25 25 25 25 25 25 25 25 ...
    +#>   .. ..$ transmitter_id: chr [1:13008] "A69-1303-555" "A69-1303-555" "A69-1303-555" "A69-1303-555" ...
    +#>   .. ..$ index         : int [1:13008] 1 2 4 5 7 8 9 10 12 14 ...
    +#>   .. ..$ timestamp     : POSIXct[1:13008], format: "2016-03-17 01:50:00" "2016-03-17 01:52:00" ...
    +#>   .. ..$ receiver_id   : int [1:13008] 26 26 26 26 26 26 26 26 26 26 ...
    +#>   .. ..$ receiver      : chr [1:13008] "VR2W-108163" "VR2W-108163" "VR2W-108163" "VR2W-108163" ...
    +#>   .. ..$ receiver_long : num [1:13008] -5.61 -5.61 -5.61 -5.61 -5.61 ...
    +#>   .. ..$ receiver_lat  : num [1:13008] 56.4 56.4 56.4 56.4 56.4 ...
    +#>   .. ..$ receiver_depth: num [1:13008] 25 25 25 25 25 25 25 25 25 25 ...
    +#>   ..$ delta_t  : chr "6 hours"
    +dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ],
    +                         delta_t = "6 hours",
    +                         method = 2L,
    +                         implementation = 1L,
    +                         main = "2(1)")
    +#> flapper::coa_setup_delta_t() called (@ 2023-02-19 14:53:05)... 
    +#> ... Calculating detection statistics across time intervals.... 
    +#> ... Implementing method 2... 
    +#> ... ... Using implementation = 1L... 
    +#> ... flapper::coa_setup_delta_t() call completed (@ 2023-02-19 14:53:05) after ~0 minutes. 
    +utils::str(dat)
    +#> List of 2
    +#>  $ data:List of 4
    +#>   ..$ m1_i1: NULL
    +#>   ..$ m1_i2: NULL
    +#>   ..$ m2_i1:'data.frame':	107 obs. of  2 variables:
    +#>   .. ..$ n_detections: num [1:107] 0 1 2 3 4 5 6 7 8 9 ...
    +#>   .. ..$ pc_of_ts    : num [1:107] 73.3 0.68 1.42 1.13 1.08 ...
    +#>   ..$ m2_i2: NULL
    +#>  $ args:List of 2
    +#>   ..$ acoustics:'data.frame':	13008 obs. of  9 variables:
    +#>   .. ..$ individual_id : int [1:13008] 25 25 25 25 25 25 25 25 25 25 ...
    +#>   .. ..$ transmitter_id: chr [1:13008] "A69-1303-555" "A69-1303-555" "A69-1303-555" "A69-1303-555" ...
    +#>   .. ..$ index         : int [1:13008] 1 2 4 5 7 8 9 10 12 14 ...
    +#>   .. ..$ timestamp     : POSIXct[1:13008], format: "2016-03-17 01:50:00" "2016-03-17 01:52:00" ...
    +#>   .. ..$ receiver_id   : int [1:13008] 26 26 26 26 26 26 26 26 26 26 ...
    +#>   .. ..$ receiver      : chr [1:13008] "VR2W-108163" "VR2W-108163" "VR2W-108163" "VR2W-108163" ...
    +#>   .. ..$ receiver_long : num [1:13008] -5.61 -5.61 -5.61 -5.61 -5.61 ...
    +#>   .. ..$ receiver_lat  : num [1:13008] 56.4 56.4 56.4 56.4 56.4 ...
    +#>   .. ..$ receiver_depth: num [1:13008] 25 25 25 25 25 25 25 25 25 25 ...
    +#>   ..$ delta_t  : chr "6 hours"
    +dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ],
    +                         delta_t = "6 hours",
    +                         method = 2L,
    +                         implementation = 2L,
    +                         moorings = dat_moorings,
    +                         main = "2(2)")
    +#> flapper::coa_setup_delta_t() called (@ 2023-02-19 14:53:05)... 
    +#> ... Calculating the number of operational receivers through time for implementation = 2L... 
    +#> ... Calculating detection statistics across time intervals.... 
    +#> ... Implementing method 2... 
    +#> ... ... Using implementation = 2L... 
    +
    +#> ... flapper::coa_setup_delta_t() call completed (@ 2023-02-19 14:53:07) after ~0.04 minutes. 
    +utils::str(dat)
    +#> List of 2
    +#>  $ data:List of 4
    +#>   ..$ m1_i1: NULL
    +#>   ..$ m1_i2: NULL
    +#>   ..$ m2_i1: NULL
    +#>   ..$ m2_i2:'data.frame':	246 obs. of  2 variables:
    +#>   .. ..$ pc_detections_per_receiver: num [1:246] 0 0.0435 0.0556 0.0588 0.0714 ...
    +#>   .. ..$ pc_of_ts                  : num [1:246] 73.299 0.113 0.17 0.17 0.113 ...
    +#>  $ args:List of 2
    +#>   ..$ acoustics:'data.frame':	13008 obs. of  9 variables:
    +#>   .. ..$ individual_id : int [1:13008] 25 25 25 25 25 25 25 25 25 25 ...
    +#>   .. ..$ transmitter_id: chr [1:13008] "A69-1303-555" "A69-1303-555" "A69-1303-555" "A69-1303-555" ...
    +#>   .. ..$ index         : int [1:13008] 1 2 4 5 7 8 9 10 12 14 ...
    +#>   .. ..$ timestamp     : POSIXct[1:13008], format: "2016-03-17 01:50:00" "2016-03-17 01:52:00" ...
    +#>   .. ..$ receiver_id   : int [1:13008] 26 26 26 26 26 26 26 26 26 26 ...
    +#>   .. ..$ receiver      : chr [1:13008] "VR2W-108163" "VR2W-108163" "VR2W-108163" "VR2W-108163" ...
    +#>   .. ..$ receiver_long : num [1:13008] -5.61 -5.61 -5.61 -5.61 -5.61 ...
    +#>   .. ..$ receiver_lat  : num [1:13008] 56.4 56.4 56.4 56.4 56.4 ...
    +#>   .. ..$ receiver_depth: num [1:13008] 25 25 25 25 25 25 25 25 25 25 ...
    +#>   ..$ delta_t  : chr "6 hours"
    +graphics::par(pp)
    +
    +#### Example (2) For a specified delta_t, use both methods
    +pp <- graphics::par(mfrow = c(1, 2))
    +dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ],
    +                         delta_t = "6 hours",
    +                         method = 1:2L,
    +                         implementation = 1L)
    +#> flapper::coa_setup_delta_t() called (@ 2023-02-19 14:53:07)... 
    +#> ... Calculating detection statistics across time intervals.... 
    +#> ... Implementing method 1... 
    +#> ... ... Using implementation = 1L... 
    +#> ... Implementing method 2... 
    +#> ... ... Using implementation = 1L... 
    +
    +#> ... flapper::coa_setup_delta_t() call completed (@ 2023-02-19 14:53:07) after ~0 minutes. 
    +graphics::par(pp)
    +
    +#### Example (3) Plot customisation options
    +# xlim,ylim,xlab,ylab,main accept a vector that affects all plots
    +# ... or a list that affects each plot (see 'ylim' versus 'xlim' below).
    +# ... other arguments can be passed to prettyGraphics::pretty_plot() via...
    +pp <- graphics::par(mfrow = c(1, 2))
    +dat <- coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ],
    +                         delta_t = "6 hours",
    +                         xlim = list(c(0, 50), c(0, 450)), ylim = c(0, 100),
    +                         method = 1:2L,
    +                         implementation = 1L,
    +                         main = list("A", "B"),
    +                         col = "royalblue", lwd = 2)
    +#> flapper::coa_setup_delta_t() called (@ 2023-02-19 14:53:07)... 
    +#> ... Calculating detection statistics across time intervals.... 
    +#> ... Implementing method 1... 
    +#> ... ... Using implementation = 1L... 
    +#> ... Implementing method 2... 
    +#> ... ... Using implementation = 1L... 
    +
    +#> ... flapper::coa_setup_delta_t() call completed (@ 2023-02-19 14:53:07) after ~0 minutes. 
    +graphics::par(pp)
    +
    +#### Example (4) Compare multiple delta_t values
    +pp <- graphics::par(mfrow = c(3, 2))
    +delta_t_opts <- c("6 hours", "12 hours", "24 hours")
    +lapply(delta_t_opts, function(delta_t){
    +  coa_setup_delta_t(acoustics = dat_acoustics[dat_acoustics$individual_id == 25, ],
    +                    delta_t = delta_t,
    +                    method = 1:2L,
    +                    implementation = 2L,
    +                    moorings = dat_moorings,
    +                    main = delta_t, col = "royalblue")
    +})
    +#> flapper::coa_setup_delta_t() called (@ 2023-02-19 14:53:07)... 
    +#> ... Calculating the number of operational receivers through time for implementation = 2L... 
    +#> ... Calculating detection statistics across time intervals.... 
    +#> ... Implementing method 1... 
    +#> ... ... Using implementation = 2L... 
    +#> ... Implementing method 2... 
    +#> ... ... Using implementation = 2L... 
    +#> ... flapper::coa_setup_delta_t() call completed (@ 2023-02-19 14:53:09) after ~0.03 minutes. 
    +#> flapper::coa_setup_delta_t() called (@ 2023-02-19 14:53:09)... 
    +#> ... Calculating the number of operational receivers through time for implementation = 2L... 
    +#> ... Calculating detection statistics across time intervals.... 
    +#> ... Implementing method 1... 
    +#> ... ... Using implementation = 2L... 
    +#> ... Implementing method 2... 
    +#> ... ... Using implementation = 2L... 
    +#> ... flapper::coa_setup_delta_t() call completed (@ 2023-02-19 14:53:10) after ~0.02 minutes. 
    +#> flapper::coa_setup_delta_t() called (@ 2023-02-19 14:53:10)... 
    +#> ... Calculating the number of operational receivers through time for implementation = 2L... 
    +#> ... Calculating detection statistics across time intervals.... 
    +#> ... Implementing method 1... 
    +#> ... ... Using implementation = 2L... 
    +#> ... Implementing method 2... 
    +#> ... ... Using implementation = 2L... 
    +
    +#> ... flapper::coa_setup_delta_t() call completed (@ 2023-02-19 14:53:11) after ~0.01 minutes. 
    +#> [[1]]
    +#> [[1]]$data
    +#> [[1]]$data$m1_i1
    +#> NULL
    +#> 
    +#> [[1]]$data$m1_i2
    +#>    pc_receiver_with_detections    pc_of_ts
    +#> 1                     0.000000 73.35600907
    +#> 2                     4.347826  4.93197279
    +#> 3                     4.545455  1.87074830
    +#> 4                     4.761905  0.28344671
    +#> 5                     5.000000  3.45804989
    +#> 6                     5.555556  4.36507937
    +#> 7                     5.882353  4.36507937
    +#> 8                     6.250000  0.68027211
    +#> 9                     7.142857  0.62358277
    +#> 10                    8.333333  0.28344671
    +#> 11                    8.695652  0.22675737
    +#> 12                    9.090909  0.17006803
    +#> 13                   10.000000  1.64399093
    +#> 14                   11.111111  0.73696145
    +#> 15                   11.764706  1.19047619
    +#> 16                   12.500000  0.17006803
    +#> 17                   14.285714  0.34013605
    +#> 18                   15.000000  0.45351474
    +#> 19                   16.666667  0.22675737
    +#> 20                   17.647059  0.22675737
    +#> 21                   20.000000  0.39682540
    +#> 22                   25.000000  0.05668934
    +#> 
    +#> [[1]]$data$m2_i1
    +#> NULL
    +#> 
    +#> [[1]]$data$m2_i2
    +#>     pc_detections_per_receiver    pc_of_ts
    +#> 1                   0.00000000 73.29931973
    +#> 2                   0.04347826  0.11337868
    +#> 3                   0.05555556  0.17006803
    +#> 4                   0.05882353  0.17006803
    +#> 5                   0.07142857  0.11337868
    +#> 6                   0.08333333  0.11337868
    +#> 7                   0.08695652  0.11337868
    +#> 8                   0.09090909  0.17006803
    +#> 9                   0.10000000  0.51020408
    +#> 10                  0.11111111  0.28344671
    +#> 11                  0.11764706  0.28344671
    +#> 12                  0.12500000  0.05668934
    +#> 13                  0.13043478  0.39682540
    +#> 14                  0.13636364  0.11337868
    +#> 15                  0.16666667  0.28344671
    +#> 16                  0.17391304  0.51020408
    +#> 17                  0.17647059  0.28344671
    +#> 18                  0.18181818  0.05668934
    +#> 19                  0.19047619  0.05668934
    +#> 20                  0.20000000  0.05668934
    +#> 21                  0.21739130  0.28344671
    +#> 22                  0.22222222  0.11337868
    +#> 23                  0.22727273  0.11337868
    +#> 24                  0.23529412  0.22675737
    +#> 25                  0.25000000  0.28344671
    +#> 26                  0.26086957  0.11337868
    +#> 27                  0.27272727  0.17006803
    +#> 28                  0.27777778  0.28344671
    +#> 29                  0.29411765  0.11337868
    +#> 30                  0.30000000  0.39682540
    +#> 31                  0.30434783  0.11337868
    +#> 32                  0.31818182  0.11337868
    +#> 33                  0.33333333  0.17006803
    +#> 34                  0.34782609  0.22675737
    +#> 35                  0.35000000  0.05668934
    +#> 36                  0.35294118  0.51020408
    +#> 37                  0.36363636  0.11337868
    +#> 38                  0.37500000  0.05668934
    +#> 39                  0.39130435  0.17006803
    +#> 40                  0.40000000  0.17006803
    +#> 41                  0.40909091  0.28344671
    +#> 42                  0.41176471  0.22675737
    +#> 43                  0.42857143  0.11337868
    +#> 44                  0.43478261  0.11337868
    +#> 45                  0.43750000  0.05668934
    +#> 46                  0.44444444  0.34013605
    +#> 47                  0.45000000  0.17006803
    +#> 48                  0.45454545  0.05668934
    +#> 49                  0.47058824  0.22675737
    +#> 50                  0.47826087  0.17006803
    +#> 51                  0.50000000  0.39682540
    +#> 52                  0.52173913  0.39682540
    +#> 53                  0.52941176  0.34013605
    +#> 54                  0.55000000  0.11337868
    +#> 55                  0.55555556  0.11337868
    +#> 56                  0.56521739  0.05668934
    +#> 57                  0.57142857  0.11337868
    +#> 58                  0.58823529  0.05668934
    +#> 59                  0.59090909  0.17006803
    +#> 60                  0.60000000  0.11337868
    +#> 61                  0.60869565  0.17006803
    +#> 62                  0.61111111  0.22675737
    +#> 63                  0.62500000  0.05668934
    +#> 64                  0.63636364  0.11337868
    +#> 65                  0.64705882  0.11337868
    +#> 66                  0.65000000  0.22675737
    +#> 67                  0.65217391  0.22675737
    +#> 68                  0.66666667  0.11337868
    +#> 69                  0.68181818  0.05668934
    +#> 70                  0.69565217  0.05668934
    +#> 71                  0.70000000  0.34013605
    +#> 72                  0.70588235  0.22675737
    +#> 73                  0.72222222  0.11337868
    +#> 74                  0.73913043  0.05668934
    +#> 75                  0.75000000  0.17006803
    +#> 76                  0.76470588  0.11337868
    +#> 77                  0.77777778  0.11337868
    +#> 78                  0.78260870  0.11337868
    +#> 79                  0.78571429  0.11337868
    +#> 80                  0.82352941  0.11337868
    +#> 81                  0.82608696  0.28344671
    +#> 82                  0.83333333  0.11337868
    +#> 83                  0.85000000  0.05668934
    +#> 84                  0.85714286  0.05668934
    +#> 85                  0.86363636  0.05668934
    +#> 86                  0.86956522  0.17006803
    +#> 87                  0.87500000  0.05668934
    +#> 88                  0.88888889  0.11337868
    +#> 89                  0.90000000  0.11337868
    +#> 90                  0.91304348  0.17006803
    +#> 91                  0.93750000  0.05668934
    +#> 92                  0.94117647  0.11337868
    +#> 93                  0.94444444  0.11337868
    +#> 94                  0.95000000  0.11337868
    +#> 95                  0.95454545  0.05668934
    +#> 96                  1.00000000  0.28344671
    +#> 97                  1.04347826  0.05668934
    +#> 98                  1.05000000  0.11337868
    +#> 99                  1.05555556  0.11337868
    +#> 100                 1.05882353  0.22675737
    +#> 101                 1.06250000  0.05668934
    +#> 102                 1.09523810  0.05668934
    +#> 103                 1.10000000  0.17006803
    +#> 104                 1.11111111  0.17006803
    +#> 105                 1.11764706  0.11337868
    +#> 106                 1.12500000  0.05668934
    +#> 107                 1.15000000  0.05668934
    +#> 108                 1.17391304  0.05668934
    +#> 109                 1.17647059  0.05668934
    +#> 110                 1.22222222  0.17006803
    +#> 111                 1.23529412  0.05668934
    +#> 112                 1.25000000  0.05668934
    +#> 113                 1.26086957  0.05668934
    +#> 114                 1.27272727  0.05668934
    +#> 115                 1.27777778  0.05668934
    +#> 116                 1.30000000  0.05668934
    +#> 117                 1.30434783  0.11337868
    +#> 118                 1.33333333  0.17006803
    +#> 119                 1.35294118  0.11337868
    +#> 120                 1.39130435  0.05668934
    +#> 121                 1.40000000  0.11337868
    +#> 122                 1.41176471  0.05668934
    +#> 123                 1.44444444  0.05668934
    +#> 124                 1.47058824  0.11337868
    +#> 125                 1.47826087  0.05668934
    +#> 126                 1.50000000  0.11337868
    +#> 127                 1.52173913  0.11337868
    +#> 128                 1.52941176  0.05668934
    +#> 129                 1.55555556  0.05668934
    +#> 130                 1.56521739  0.05668934
    +#> 131                 1.58823529  0.05668934
    +#> 132                 1.60000000  0.05668934
    +#> 133                 1.60869565  0.05668934
    +#> 134                 1.61111111  0.11337868
    +#> 135                 1.64285714  0.05668934
    +#> 136                 1.65000000  0.11337868
    +#> 137                 1.70588235  0.17006803
    +#> 138                 1.73913043  0.05668934
    +#> 139                 1.75000000  0.05668934
    +#> 140                 1.76470588  0.05668934
    +#> 141                 1.80000000  0.05668934
    +#> 142                 1.81250000  0.05668934
    +#> 143                 1.88235294  0.05668934
    +#> 144                 1.88888889  0.05668934
    +#> 145                 1.90000000  0.05668934
    +#> 146                 1.92857143  0.11337868
    +#> 147                 1.93750000  0.05668934
    +#> 148                 1.94444444  0.11337868
    +#> 149                 1.95652174  0.05668934
    +#> 150                 2.04545455  0.05668934
    +#> 151                 2.05000000  0.11337868
    +#> 152                 2.10000000  0.05668934
    +#> 153                 2.14285714  0.05668934
    +#> 154                 2.16666667  0.05668934
    +#> 155                 2.18181818  0.05668934
    +#> 156                 2.21739130  0.05668934
    +#> 157                 2.22727273  0.05668934
    +#> 158                 2.27272727  0.05668934
    +#> 159                 2.27777778  0.11337868
    +#> 160                 2.29411765  0.11337868
    +#> 161                 2.30000000  0.05668934
    +#> 162                 2.35000000  0.05668934
    +#> 163                 2.35294118  0.17006803
    +#> 164                 2.38888889  0.05668934
    +#> 165                 2.41176471  0.05668934
    +#> 166                 2.43478261  0.05668934
    +#> 167                 2.45000000  0.05668934
    +#> 168                 2.47058824  0.05668934
    +#> 169                 2.50000000  0.05668934
    +#> 170                 2.55000000  0.05668934
    +#> 171                 2.55555556  0.11337868
    +#> 172                 2.58823529  0.05668934
    +#> 173                 2.61111111  0.05668934
    +#> 174                 2.65217391  0.05668934
    +#> 175                 2.66666667  0.05668934
    +#> 176                 2.75000000  0.05668934
    +#> 177                 2.76470588  0.05668934
    +#> 178                 2.80952381  0.05668934
    +#> 179                 2.86956522  0.05668934
    +#> 180                 2.88888889  0.05668934
    +#> 181                 2.90000000  0.05668934
    +#> 182                 2.94444444  0.05668934
    +#> 183                 3.00000000  0.17006803
    +#> 184                 3.05000000  0.05668934
    +#> 185                 3.05555556  0.05668934
    +#> 186                 3.10000000  0.05668934
    +#> 187                 3.11111111  0.05668934
    +#> 188                 3.14285714  0.05668934
    +#> 189                 3.17647059  0.05668934
    +#> 190                 3.20000000  0.05668934
    +#> 191                 3.23529412  0.05668934
    +#> 192                 3.27777778  0.05668934
    +#> 193                 3.35000000  0.05668934
    +#> 194                 3.35294118  0.05668934
    +#> 195                 3.45000000  0.05668934
    +#> 196                 3.47058824  0.05668934
    +#> 197                 3.50000000  0.05668934
    +#> 198                 3.55555556  0.11337868
    +#> 199                 3.61111111  0.05668934
    +#> 200                 3.66666667  0.05668934
    +#> 201                 3.76470588  0.05668934
    +#> 202                 3.78571429  0.05668934
    +#> 203                 3.80000000  0.05668934
    +#> 204                 3.88235294  0.05668934
    +#> 205                 3.90000000  0.05668934
    +#> 206                 4.00000000  0.11337868
    +#> 207                 4.05000000  0.05668934
    +#> 208                 4.23529412  0.05668934
    +#> 209                 4.29411765  0.05668934
    +#> 210                 4.43478261  0.05668934
    +#> 211                 4.43750000  0.05668934
    +#> 212                 4.52941176  0.05668934
    +#> 213                 4.57142857  0.05668934
    +#> 214                 4.58823529  0.05668934
    +#> 215                 4.77777778  0.11337868
    +#> 216                 4.90000000  0.05668934
    +#> 217                 4.94117647  0.05668934
    +#> 218                 5.05882353  0.05668934
    +#> 219                 5.08695652  0.05668934
    +#> 220                 5.25000000  0.05668934
    +#> 221                 5.35294118  0.05668934
    +#> 222                 5.68750000  0.05668934
    +#> 223                 5.70000000  0.05668934
    +#> 224                 5.90000000  0.05668934
    +#> 225                 5.94117647  0.05668934
    +#> 226                 6.05000000  0.05668934
    +#> 227                 6.10000000  0.05668934
    +#> 228                 6.11111111  0.05668934
    +#> 229                 6.38888889  0.05668934
    +#> 230                 6.45000000  0.05668934
    +#> 231                 6.50000000  0.05668934
    +#> 232                 6.75000000  0.05668934
    +#> 233                 6.85714286  0.05668934
    +#> 234                 6.90000000  0.11337868
    +#> 235                 7.11111111  0.05668934
    +#> 236                 7.35294118  0.05668934
    +#> 237                 7.77777778  0.05668934
    +#> 238                 7.78571429  0.05668934
    +#> 239                 8.11111111  0.05668934
    +#> 240                 8.37500000  0.05668934
    +#> 241                 8.58823529  0.05668934
    +#> 242                 9.05000000  0.05668934
    +#> 243                 9.21428571  0.05668934
    +#> 244                 9.22222222  0.05668934
    +#> 245                 9.37500000  0.05668934
    +#> 246                14.00000000  0.05668934
    +#> 
    +#> 
    +#> [[1]]$args
    +#> [[1]]$args$acoustics
    +#>       individual_id transmitter_id index           timestamp receiver_id
    +#> 1                25   A69-1303-555     1 2016-03-17 01:50:00          26
    +#> 2                25   A69-1303-555     2 2016-03-17 01:52:00          26
    +#> 3                25   A69-1303-555     4 2016-03-17 01:54:00          26
    +#> 4                25   A69-1303-555     5 2016-03-17 01:58:00          26
    +#> 5                25   A69-1303-555     7 2016-03-17 02:00:00          26
    +#> 6                25   A69-1303-555     8 2016-03-17 02:04:00          26
    +#> 7                25   A69-1303-555     9 2016-03-17 02:06:00          26
    +#> 8                25   A69-1303-555    10 2016-03-17 02:08:00          26
    +#> 9                25   A69-1303-555    12 2016-03-17 02:10:00          26
    +#> 10               25   A69-1303-555    14 2016-03-17 02:12:00          26
    +#> 11               25   A69-1303-555    15 2016-03-17 02:14:00          26
    +#> 12               25   A69-1303-555    17 2016-03-17 02:16:00          26
    +#> 13               25   A69-1303-555    19 2016-03-17 02:18:00          26
    +#> 14               25   A69-1303-555    21 2016-03-17 02:20:00          26
    +#> 15               25   A69-1303-555    22 2016-03-17 02:22:00          26
    +#> 16               25   A69-1303-555    23 2016-03-17 02:24:00          26
    +#> 17               25   A69-1303-555    24 2016-03-17 02:30:00          26
    +#> 18               25   A69-1303-555    25 2016-03-17 02:32:00          26
    +#> 19               25   A69-1303-555    26 2016-03-17 02:52:00          21
    +#> 20               25   A69-1303-555    27 2016-03-17 02:54:00          26
    +#> 21               25   A69-1303-555    28 2016-03-17 02:56:00          26
    +#> 22               25   A69-1303-555    29 2016-03-17 02:56:00          21
    +#> 23               25   A69-1303-555    31 2016-03-17 02:58:00          21
    +#> 24               25   A69-1303-555    33 2016-03-17 03:00:00          21
    +#> 25               25   A69-1303-555    34 2016-03-17 03:02:00          21
    +#> 26               25   A69-1303-555    35 2016-03-17 03:04:00          21
    +#> 27               25   A69-1303-555    37 2016-03-17 03:06:00          21
    +#> 28               25   A69-1303-555    39 2016-03-17 03:08:00          21
    +#> 29               25   A69-1303-555    42 2016-03-17 03:10:00          21
    +#> 30               25   A69-1303-555    44 2016-03-17 03:12:00          21
    +#> 31               25   A69-1303-555    46 2016-03-17 03:16:00          21
    +#> 32               25   A69-1303-555    48 2016-03-17 03:18:00          21
    +#> 33               25   A69-1303-555    49 2016-03-17 03:20:00          21
    +#> 34               25   A69-1303-555    51 2016-03-17 03:22:00          21
    +#> 35               25   A69-1303-555    54 2016-03-17 03:24:00          21
    +#> 36               25   A69-1303-555    55 2016-03-17 03:26:00          21
    +#> 37               25   A69-1303-555    57 2016-03-17 03:28:00          21
    +#> 38               25   A69-1303-555    59 2016-03-17 03:30:00          21
    +#> 39               25   A69-1303-555    60 2016-03-17 03:32:00          21
    +#> 40               25   A69-1303-555    62 2016-03-17 03:36:00          21
    +#> 41               25   A69-1303-555    64 2016-03-17 03:38:00          21
    +#> 42               25   A69-1303-555    66 2016-03-17 03:40:00          21
    +#> 43               25   A69-1303-555    67 2016-03-17 03:42:00          26
    +#> 44               25   A69-1303-555    68 2016-03-17 03:44:00          26
    +#> 45               25   A69-1303-555    69 2016-03-17 03:46:00          26
    +#> 46               25   A69-1303-555    71 2016-03-17 03:48:00          26
    +#> 47               25   A69-1303-555    73 2016-03-17 03:50:00          26
    +#> 48               25   A69-1303-555    74 2016-03-17 03:54:00          26
    +#> 49               25   A69-1303-555    75 2016-03-17 04:04:00          26
    +#> 50               25   A69-1303-555    77 2016-03-17 04:06:00          26
    +#> 51               25   A69-1303-555    78 2016-03-17 04:08:00          26
    +#> 52               25   A69-1303-555    79 2016-03-17 04:08:00          21
    +#> 53               25   A69-1303-555    80 2016-03-17 04:12:00          21
    +#> 54               25   A69-1303-555    81 2016-03-17 04:32:00          26
    +#> 55               25   A69-1303-555    82 2016-03-17 04:34:00          26
    +#> 56               25   A69-1303-555    83 2016-03-17 04:38:00          26
    +#> 57               25   A69-1303-555    84 2016-03-17 04:44:00          26
    +#> 58               25   A69-1303-555    85 2016-03-17 04:48:00          26
    +#> 59               25   A69-1303-555    86 2016-03-17 04:50:00          26
    +#> 60               25   A69-1303-555    87 2016-03-17 04:54:00          26
    +#> 61               25   A69-1303-555    88 2016-03-17 04:56:00          26
    +#> 62               25   A69-1303-555    90 2016-03-17 04:58:00          26
    +#> 63               25   A69-1303-555    92 2016-03-17 05:00:00          26
    +#> 64               25   A69-1303-555    94 2016-03-17 05:02:00          26
    +#> 65               25   A69-1303-555    96 2016-03-17 05:04:00          26
    +#> 66               25   A69-1303-555    97 2016-03-17 05:06:00          26
    +#> 67               25   A69-1303-555    99 2016-03-17 05:06:00          31
    +#> 68               25   A69-1303-555   100 2016-03-17 05:08:00          26
    +#> 69               25   A69-1303-555   102 2016-03-17 05:10:00          31
    +#> 70               25   A69-1303-555   103 2016-03-17 05:10:00          26
    +#> 71               25   A69-1303-555   105 2016-03-17 05:12:00          26
    +#> 72               25   A69-1303-555   107 2016-03-17 05:14:00          26
    +#> 73               25   A69-1303-555   109 2016-03-17 05:16:00          26
    +#> 74               25   A69-1303-555   111 2016-03-17 05:18:00          26
    +#> 75               25   A69-1303-555   112 2016-03-17 05:20:00          31
    +#> 76               25   A69-1303-555   113 2016-03-17 05:20:00          26
    +#> 77               25   A69-1303-555   116 2016-03-17 05:22:00          26
    +#> 78               25   A69-1303-555   117 2016-03-17 05:24:00          26
    +#> 79               25   A69-1303-555   119 2016-03-17 05:26:00          26
    +#> 80               25   A69-1303-555   120 2016-03-17 05:28:00          26
    +#> 81               25   A69-1303-555   121 2016-03-17 05:30:00          26
    +#> 82               25   A69-1303-555   123 2016-03-17 05:32:00          26
    +#> 83               25   A69-1303-555   125 2016-03-17 05:34:00          26
    +#> 84               25   A69-1303-555   127 2016-03-17 05:36:00          26
    +#> 85               25   A69-1303-555   129 2016-03-17 05:38:00          26
    +#> 86               25   A69-1303-555   131 2016-03-17 05:40:00          26
    +#> 87               25   A69-1303-555   132 2016-03-17 08:36:00          26
    +#> 88               25   A69-1303-555   133 2016-03-17 08:40:00          26
    +#> 89               25   A69-1303-555   134 2016-03-17 08:42:00          26
    +#> 90               25   A69-1303-555   136 2016-03-17 08:44:00          26
    +#> 91               25   A69-1303-555   137 2016-03-17 08:46:00          26
    +#> 92               25   A69-1303-555   138 2016-03-17 08:50:00          26
    +#> 93               25   A69-1303-555   139 2016-03-17 08:50:00          31
    +#> 94               25   A69-1303-555   142 2016-03-17 08:52:00          26
    +#> 95               25   A69-1303-555   144 2016-03-17 08:52:00          31
    +#> 96               25   A69-1303-555   146 2016-03-17 08:54:00          31
    +#> 97               25   A69-1303-555   147 2016-03-17 08:54:00          26
    +#> 98               25   A69-1303-555   148 2016-03-17 08:58:00          31
    +#> 99               25   A69-1303-555   149 2016-03-17 08:58:00          26
    +#> 100              25   A69-1303-555   151 2016-03-17 09:00:00          26
    +#> 101              25   A69-1303-555   152 2016-03-17 09:00:00          31
    +#> 102              25   A69-1303-555   154 2016-03-17 09:02:00          26
    +#> 103              25   A69-1303-555   155 2016-03-21 21:06:00          26
    +#> 104              25   A69-1303-555   156 2016-03-21 21:08:00          26
    +#> 105              25   A69-1303-555   157 2016-03-21 22:20:00          26
    +#> 106              25   A69-1303-555   158 2016-03-21 22:24:00          26
    +#> 107              25   A69-1303-555   159 2016-03-21 22:26:00          26
    +#> 108              25   A69-1303-555   161 2016-03-21 22:28:00          26
    +#> 109              25   A69-1303-555   162 2016-03-21 22:34:00          26
    +#> 110              25   A69-1303-555   163 2016-03-21 22:36:00          26
    +#> 111              25   A69-1303-555   165 2016-03-21 22:38:00          26
    +#> 112              25   A69-1303-555   166 2016-03-21 22:40:00          26
    +#> 113              25   A69-1303-555   167 2016-03-21 22:42:00          26
    +#> 114              25   A69-1303-555   168 2016-03-21 22:44:00          26
    +#> 115              25   A69-1303-555   169 2016-03-21 22:46:00          26
    +#> 116              25   A69-1303-555   171 2016-03-21 22:48:00          26
    +#> 117              25   A69-1303-555   173 2016-03-21 22:50:00          26
    +#> 118              25   A69-1303-555   175 2016-03-21 22:52:00          26
    +#> 119              25   A69-1303-555   176 2016-03-21 22:54:00          26
    +#> 120              25   A69-1303-555   177 2016-03-21 22:56:00          26
    +#> 121              25   A69-1303-555   180 2016-03-21 23:00:00          26
    +#> 122              25   A69-1303-555   181 2016-03-21 23:04:00          26
    +#> 123              25   A69-1303-555   182 2016-03-21 23:06:00          26
    +#> 124              25   A69-1303-555   183 2016-03-21 23:08:00          26
    +#> 125              25   A69-1303-555   184 2016-03-22 05:28:00          26
    +#> 126              25   A69-1303-555   185 2016-03-22 05:30:00          26
    +#> 127              25   A69-1303-555   186 2016-03-22 05:36:00          26
    +#> 128              25   A69-1303-555   187 2016-03-22 05:40:00          26
    +#> 129              25   A69-1303-555   188 2016-03-22 05:42:00          26
    +#> 130              25   A69-1303-555   190 2016-03-22 05:44:00          26
    +#> 131              25   A69-1303-555   191 2016-03-22 05:48:00          26
    +#> 132              25   A69-1303-555   192 2016-03-22 05:50:00          26
    +#> 133              25   A69-1303-555   193 2016-03-22 05:52:00          26
    +#> 134              25   A69-1303-555   194 2016-03-22 07:36:00          26
    +#> 135              25   A69-1303-555   195 2016-03-22 07:44:00          26
    +#> 136              25   A69-1303-555   196 2016-03-22 08:20:00          26
    +#> 137              25   A69-1303-555   197 2016-03-22 08:22:00          26
    +#> 138              25   A69-1303-555   198 2016-03-22 08:24:00          26
    +#> 139              25   A69-1303-555   200 2016-03-22 08:26:00          26
    +#> 140              25   A69-1303-555   201 2016-03-22 08:28:00          26
    +#> 141              25   A69-1303-555   202 2016-03-22 08:30:00          26
    +#> 142              25   A69-1303-555   204 2016-03-23 22:42:00          11
    +#> 143              25   A69-1303-555   205 2016-03-23 22:44:00          11
    +#> 144              25   A69-1303-555   206 2016-03-23 22:46:00          11
    +#> 145              25   A69-1303-555   207 2016-03-23 22:48:00          11
    +#> 146              25   A69-1303-555   209 2016-03-23 23:26:00          11
    +#> 147              25   A69-1303-555   211 2016-03-23 23:30:00          11
    +#> 148              25   A69-1303-555   212 2016-03-23 23:40:00          11
    +#> 149              25   A69-1303-555   213 2016-03-23 23:44:00          11
    +#> 150              25   A69-1303-555   214 2016-03-23 23:46:00          11
    +#> 151              25   A69-1303-555   216 2016-03-23 23:50:00          11
    +#> 152              25   A69-1303-555   217 2016-03-23 23:52:00          11
    +#> 153              25   A69-1303-555   219 2016-03-23 23:54:00          11
    +#> 154              25   A69-1303-555   221 2016-03-23 23:56:00          11
    +#> 155              25   A69-1303-555   223 2016-03-23 23:58:00          11
    +#> 156              25   A69-1303-555   225 2016-03-24 00:00:00          11
    +#> 157              25   A69-1303-555   227 2016-03-24 00:02:00          11
    +#> 158              25   A69-1303-555   228 2016-03-24 00:04:00          11
    +#> 159              25   A69-1303-555   230 2016-03-24 00:06:00          11
    +#> 160              25   A69-1303-555   231 2016-03-24 00:10:00          11
    +#> 161              25   A69-1303-555   232 2016-03-24 00:12:00          11
    +#> 162              25   A69-1303-555   233 2016-03-24 00:20:00          11
    +#> 163              25   A69-1303-555   234 2016-03-24 00:22:00          11
    +#> 164              25   A69-1303-555   236 2016-03-24 00:24:00          11
    +#> 165              25   A69-1303-555   237 2016-03-24 00:26:00          11
    +#> 166              25   A69-1303-555   238 2016-03-24 00:28:00          11
    +#> 167              25   A69-1303-555   240 2016-03-24 00:30:00          11
    +#> 168              25   A69-1303-555   242 2016-03-24 00:40:00          11
    +#> 169              25   A69-1303-555   244 2016-03-24 00:42:00          11
    +#> 170              25   A69-1303-555   245 2016-03-24 00:44:00          11
    +#> 171              25   A69-1303-555   247 2016-03-24 00:46:00          11
    +#> 172              25   A69-1303-555   249 2016-03-24 00:48:00          11
    +#> 173              25   A69-1303-555   250 2016-03-24 00:50:00          11
    +#> 174              25   A69-1303-555   252 2016-03-24 00:52:00          11
    +#> 175              25   A69-1303-555   253 2016-03-24 00:54:00          11
    +#> 176              25   A69-1303-555   255 2016-03-24 00:56:00          11
    +#> 177              25   A69-1303-555   257 2016-03-24 00:58:00          11
    +#> 178              25   A69-1303-555   260 2016-03-24 01:00:00          11
    +#> 179              25   A69-1303-555   261 2016-03-24 01:02:00          11
    +#> 180              25   A69-1303-555   263 2016-03-24 01:04:00          11
    +#> 181              25   A69-1303-555   265 2016-03-24 01:20:00          11
    +#> 182              25   A69-1303-555   266 2016-03-24 01:26:00          11
    +#> 183              25   A69-1303-555   267 2016-03-24 01:34:00          11
    +#> 184              25   A69-1303-555   268 2016-03-24 01:46:00          11
    +#> 185              25   A69-1303-555   269 2016-03-24 01:56:00          11
    +#> 186              25   A69-1303-555   270 2016-03-24 02:06:00          11
    +#> 187              25   A69-1303-555   271 2016-03-24 17:40:00          14
    +#> 188              25   A69-1303-555   273 2016-03-24 17:42:00          14
    +#> 189              25   A69-1303-555   274 2016-03-24 17:44:00          14
    +#> 190              25   A69-1303-555   276 2016-03-24 17:46:00          14
    +#> 191              25   A69-1303-555   277 2016-03-24 17:48:00          14
    +#> 192              25   A69-1303-555   278 2016-03-24 17:50:00          14
    +#> 193              25   A69-1303-555   280 2016-03-24 17:52:00          14
    +#> 194              25   A69-1303-555   281 2016-03-24 17:54:00          14
    +#> 195              25   A69-1303-555   282 2016-03-24 17:56:00          14
    +#> 196              25   A69-1303-555   283 2016-03-24 17:58:00          14
    +#> 197              25   A69-1303-555   285 2016-03-24 18:00:00          14
    +#> 198              25   A69-1303-555   288 2016-03-24 18:02:00          14
    +#> 199              25   A69-1303-555   290 2016-03-24 18:04:00          14
    +#> 200              25   A69-1303-555   292 2016-03-24 18:08:00          14
    +#> 201              25   A69-1303-555   293 2016-03-24 18:14:00          14
    +#> 202              25   A69-1303-555   294 2016-03-24 18:16:00          14
    +#> 203              25   A69-1303-555   295 2016-03-24 18:18:00          14
    +#> 204              25   A69-1303-555   297 2016-03-24 18:20:00          14
    +#> 205              25   A69-1303-555   299 2016-03-24 18:22:00          14
    +#> 206              25   A69-1303-555   301 2016-03-24 18:24:00          14
    +#> 207              25   A69-1303-555   303 2016-03-24 18:26:00          14
    +#> 208              25   A69-1303-555   304 2016-03-24 18:28:00          14
    +#> 209              25   A69-1303-555   306 2016-03-24 18:30:00          14
    +#> 210              25   A69-1303-555   307 2016-03-24 18:34:00          14
    +#> 211              25   A69-1303-555   308 2016-03-24 18:36:00          14
    +#> 212              25   A69-1303-555   309 2016-03-24 18:38:00          14
    +#> 213              25   A69-1303-555   310 2016-03-25 03:00:00          23
    +#> 214              25   A69-1303-555   312 2016-03-25 08:56:00          14
    +#> 215              25   A69-1303-555   313 2016-03-25 09:02:00          14
    +#> 216              25   A69-1303-555   314 2016-03-25 09:06:00          14
    +#> 217              25   A69-1303-555   315 2016-03-25 09:08:00          14
    +#> 218              25   A69-1303-555   317 2016-03-25 09:10:00          14
    +#> 219              25   A69-1303-555   318 2016-03-25 09:12:00          14
    +#> 220              25   A69-1303-555   320 2016-03-25 09:14:00          14
    +#> 221              25   A69-1303-555   321 2016-03-25 09:16:00          14
    +#> 222              25   A69-1303-555   323 2016-03-25 09:18:00          14
    +#> 223              25   A69-1303-555   324 2016-03-25 09:20:00          14
    +#> 224              25   A69-1303-555   325 2016-03-25 09:24:00          14
    +#> 225              25   A69-1303-555   327 2016-03-25 09:26:00          14
    +#> 226              25   A69-1303-555   329 2016-03-25 09:28:00          14
    +#> 227              25   A69-1303-555   331 2016-03-25 09:30:00          14
    +#> 228              25   A69-1303-555   332 2016-03-25 09:32:00          14
    +#> 229              25   A69-1303-555   334 2016-03-25 09:34:00          14
    +#> 230              25   A69-1303-555   335 2016-03-25 09:36:00          14
    +#> 231              25   A69-1303-555   336 2016-03-27 20:18:00          11
    +#> 232              25   A69-1303-555   338 2016-03-27 20:20:00          11
    +#> 233              25   A69-1303-555   339 2016-03-27 20:22:00          11
    +#> 234              25   A69-1303-555   342 2016-03-27 20:24:00          11
    +#> 235              25   A69-1303-555   344 2016-03-27 20:26:00          11
    +#> 236              25   A69-1303-555   345 2016-03-27 23:04:00          18
    +#> 237              25   A69-1303-555   346 2016-03-27 23:06:00          18
    +#> 238              25   A69-1303-555   347 2016-03-27 23:14:00          18
    +#> 239              25   A69-1303-555   349 2016-03-27 23:16:00          18
    +#> 240              25   A69-1303-555   351 2016-03-27 23:20:00          18
    +#> 241              25   A69-1303-555   352 2016-03-28 11:22:00          26
    +#> 242              25   A69-1303-555   353 2016-03-28 11:24:00          21
    +#> 243              25   A69-1303-555   354 2016-03-28 11:24:00          26
    +#> 244              25   A69-1303-555   357 2016-03-28 11:26:00          21
    +#> 245              25   A69-1303-555   358 2016-03-28 11:26:00          26
    +#> 246              25   A69-1303-555   360 2016-03-28 11:28:00          21
    +#> 247              25   A69-1303-555   361 2016-03-28 11:28:00          26
    +#> 248              25   A69-1303-555   362 2016-03-28 11:30:00          21
    +#> 249              25   A69-1303-555   364 2016-03-28 11:30:00          26
    +#> 250              25   A69-1303-555   368 2016-03-28 11:32:00          26
    +#> 251              25   A69-1303-555   369 2016-03-28 11:32:00          21
    +#> 252              25   A69-1303-555   370 2016-03-28 11:34:00          21
    +#> 253              25   A69-1303-555   373 2016-03-28 11:36:00          21
    +#> 254              25   A69-1303-555   374 2016-03-28 11:38:00          21
    +#> 255              25   A69-1303-555   375 2016-03-28 11:38:00          26
    +#> 256              25   A69-1303-555   376 2016-03-28 11:40:00          21
    +#> 257              25   A69-1303-555   377 2016-03-28 11:40:00          26
    +#> 258              25   A69-1303-555   380 2016-03-28 11:42:00          26
    +#> 259              25   A69-1303-555   382 2016-03-28 11:44:00          21
    +#> 260              25   A69-1303-555   383 2016-03-28 11:44:00          26
    +#> 261              25   A69-1303-555   384 2016-03-28 11:46:00          26
    +#> 262              25   A69-1303-555   386 2016-03-28 11:48:00          26
    +#> 263              25   A69-1303-555   387 2016-03-28 11:48:00          21
    +#> 264              25   A69-1303-555   389 2016-03-28 11:50:00          26
    +#> 265              25   A69-1303-555   390 2016-03-28 11:50:00          21
    +#> 266              25   A69-1303-555   391 2016-03-28 11:52:00          26
    +#> 267              25   A69-1303-555   392 2016-03-28 11:52:00          21
    +#> 268              25   A69-1303-555   394 2016-03-28 11:54:00          26
    +#> 269              25   A69-1303-555   395 2016-03-28 11:54:00          21
    +#> 270              25   A69-1303-555   397 2016-03-28 11:56:00          21
    +#> 271              25   A69-1303-555   398 2016-03-28 11:56:00          26
    +#> 272              25   A69-1303-555   400 2016-03-28 11:58:00          26
    +#> 273              25   A69-1303-555   401 2016-03-28 12:00:00          21
    +#> 274              25   A69-1303-555   402 2016-03-28 12:00:00          26
    +#> 275              25   A69-1303-555   404 2016-03-28 12:02:00          26
    +#> 276              25   A69-1303-555   405 2016-03-28 12:02:00          21
    +#> 277              25   A69-1303-555   407 2016-03-28 12:04:00          26
    +#> 278              25   A69-1303-555   409 2016-03-28 12:04:00          21
    +#> 279              25   A69-1303-555   411 2016-03-28 12:06:00          26
    +#> 280              25   A69-1303-555   412 2016-03-28 12:08:00          21
    +#> 281              25   A69-1303-555   413 2016-03-28 12:08:00          26
    +#> 282              25   A69-1303-555   415 2016-03-28 12:10:00          26
    +#> 283              25   A69-1303-555   416 2016-03-28 12:12:00          26
    +#> 284              25   A69-1303-555   418 2016-03-28 12:12:00          21
    +#> 285              25   A69-1303-555   419 2016-03-28 12:14:00          26
    +#> 286              25   A69-1303-555   420 2016-03-28 12:14:00          21
    +#> 287              25   A69-1303-555   424 2016-03-28 12:16:00          21
    +#> 288              25   A69-1303-555   425 2016-03-28 12:16:00          26
    +#> 289              25   A69-1303-555   427 2016-03-28 12:18:00          26
    +#> 290              25   A69-1303-555   429 2016-03-28 12:20:00          26
    +#> 291              25   A69-1303-555   431 2016-03-28 12:22:00          26
    +#> 292              25   A69-1303-555   433 2016-03-28 12:24:00          26
    +#> 293              25   A69-1303-555   434 2016-03-28 12:24:00          21
    +#> 294              25   A69-1303-555   436 2016-03-28 12:26:00          26
    +#> 295              25   A69-1303-555   438 2016-03-28 12:28:00          26
    +#> 296              25   A69-1303-555   440 2016-03-28 12:30:00          26
    +#> 297              25   A69-1303-555   442 2016-03-28 12:38:00          26
    +#> 298              25   A69-1303-555   444 2016-03-28 12:40:00          26
    +#> 299              25   A69-1303-555   445 2016-03-28 12:44:00          26
    +#> 300              25   A69-1303-555   446 2016-03-28 12:46:00          26
    +#> 301              25   A69-1303-555   448 2016-03-28 12:48:00          26
    +#> 302              25   A69-1303-555   449 2016-03-28 12:54:00          26
    +#> 303              25   A69-1303-555   450 2016-03-28 13:02:00          26
    +#> 304              25   A69-1303-555   451 2016-03-28 13:04:00          26
    +#> 305              25   A69-1303-555   452 2016-03-28 13:06:00          26
    +#> 306              25   A69-1303-555   453 2016-03-28 13:08:00          26
    +#> 307              25   A69-1303-555   454 2016-03-28 13:10:00          26
    +#> 308              25   A69-1303-555   455 2016-03-28 13:12:00          26
    +#> 309              25   A69-1303-555   457 2016-03-28 13:14:00          26
    +#> 310              25   A69-1303-555   459 2016-03-28 13:16:00          31
    +#> 311              25   A69-1303-555   460 2016-03-28 13:16:00          26
    +#> 312              25   A69-1303-555   463 2016-03-28 13:18:00          26
    +#> 313              25   A69-1303-555   464 2016-03-28 13:20:00          26
    +#> 314              25   A69-1303-555   466 2016-03-28 13:22:00          26
    +#> 315              25   A69-1303-555   468 2016-03-28 13:24:00          26
    +#> 316              25   A69-1303-555   470 2016-03-28 13:26:00          26
    +#> 317              25   A69-1303-555   472 2016-03-28 13:28:00          26
    +#> 318              25   A69-1303-555   473 2016-03-28 13:30:00          26
    +#> 319              25   A69-1303-555   475 2016-03-28 13:32:00          26
    +#> 320              25   A69-1303-555   476 2016-03-28 13:36:00          26
    +#> 321              25   A69-1303-555   477 2016-03-28 13:38:00          26
    +#> 322              25   A69-1303-555   479 2016-03-28 13:40:00          26
    +#> 323              25   A69-1303-555   481 2016-03-28 13:42:00          26
    +#> 324              25   A69-1303-555   483 2016-03-28 13:44:00          26
    +#> 325              25   A69-1303-555   485 2016-03-28 13:46:00          26
    +#> 326              25   A69-1303-555   487 2016-03-28 13:48:00          26
    +#> 327              25   A69-1303-555   489 2016-03-28 13:50:00          26
    +#> 328              25   A69-1303-555   490 2016-03-28 13:52:00          26
    +#> 329              25   A69-1303-555   491 2016-03-28 13:54:00          26
    +#> 330              25   A69-1303-555   492 2016-03-28 17:32:00          26
    +#> 331              25   A69-1303-555   493 2016-03-28 17:36:00          26
    +#> 332              25   A69-1303-555   494 2016-03-28 17:40:00          26
    +#> 333              25   A69-1303-555   495 2016-03-28 17:46:00          26
    +#> 334              25   A69-1303-555   496 2016-03-28 18:20:00          26
    +#> 335              25   A69-1303-555   497 2016-03-28 18:22:00          26
    +#> 336              25   A69-1303-555   498 2016-03-28 18:26:00          26
    +#> 337              25   A69-1303-555   499 2016-03-28 18:44:00          26
    +#> 338              25   A69-1303-555   500 2016-03-28 18:46:00          26
    +#> 339              25   A69-1303-555   501 2016-03-28 23:00:00           3
    +#> 340              25   A69-1303-555   502 2016-03-28 23:04:00           3
    +#> 341              25   A69-1303-555   505 2016-03-28 23:06:00           3
    +#> 342              25   A69-1303-555   506 2016-03-28 23:34:00           3
    +#> 343              25   A69-1303-555   508 2016-03-28 23:36:00           3
    +#> 344              25   A69-1303-555   509 2016-03-28 23:40:00           3
    +#> 345              25   A69-1303-555   511 2016-03-28 23:44:00           3
    +#> 346              25   A69-1303-555   512 2016-03-29 00:10:00           3
    +#> 347              25   A69-1303-555   513 2016-03-29 00:12:00           3
    +#> 348              25   A69-1303-555   514 2016-03-29 00:16:00           3
    +#> 349              25   A69-1303-555   515 2016-03-29 00:18:00           3
    +#> 350              25   A69-1303-555   517 2016-03-29 00:20:00           3
    +#> 351              25   A69-1303-555   519 2016-03-29 00:22:00           3
    +#> 352              25   A69-1303-555   521 2016-03-29 00:26:00           3
    +#> 353              25   A69-1303-555   524 2016-03-29 00:28:00           3
    +#> 354              25   A69-1303-555   525 2016-03-29 00:30:00           3
    +#> 355              25   A69-1303-555   527 2016-03-29 00:34:00           3
    +#> 356              25   A69-1303-555   528 2016-03-29 00:36:00           3
    +#> 357              25   A69-1303-555   529 2016-03-29 00:38:00           3
    +#> 358              25   A69-1303-555   530 2016-03-29 00:44:00           3
    +#> 359              25   A69-1303-555   532 2016-03-29 00:46:00           3
    +#> 360              25   A69-1303-555   533 2016-03-29 00:48:00           3
    +#> 361              25   A69-1303-555   534 2016-03-29 01:02:00           3
    +#> 362              25   A69-1303-555   535 2016-03-29 01:04:00           3
    +#> 363              25   A69-1303-555   536 2016-03-29 01:06:00           3
    +#> 364              25   A69-1303-555   538 2016-03-29 01:08:00           3
    +#> 365              25   A69-1303-555   540 2016-03-29 01:10:00           3
    +#> 366              25   A69-1303-555   543 2016-03-29 01:12:00           3
    +#> 367              25   A69-1303-555   544 2016-03-29 01:14:00           3
    +#> 368              25   A69-1303-555   546 2016-03-29 01:18:00           3
    +#> 369              25   A69-1303-555   547 2016-03-29 01:20:00           3
    +#> 370              25   A69-1303-555   548 2016-03-29 01:22:00           3
    +#> 371              25   A69-1303-555   550 2016-03-29 01:24:00           3
    +#> 372              25   A69-1303-555   551 2016-03-29 01:26:00           3
    +#> 373              25   A69-1303-555   554 2016-03-29 01:28:00           3
    +#> 374              25   A69-1303-555   555 2016-03-29 01:30:00           3
    +#> 375              25   A69-1303-555   558 2016-03-29 01:32:00           3
    +#> 376              25   A69-1303-555   559 2016-03-29 01:36:00           3
    +#> 377              25   A69-1303-555   561 2016-03-29 01:38:00           3
    +#> 378              25   A69-1303-555   563 2016-03-29 01:40:00           9
    +#> 379              25   A69-1303-555   564 2016-03-29 01:42:00           3
    +#> 380              25   A69-1303-555   565 2016-03-29 01:42:00           9
    +#> 381              25   A69-1303-555   567 2016-03-29 01:44:00           3
    +#> 382              25   A69-1303-555   568 2016-03-29 01:44:00           9
    +#> 383              25   A69-1303-555   570 2016-03-29 01:46:00           9
    +#> 384              25   A69-1303-555   571 2016-03-29 01:46:00           3
    +#> 385              25   A69-1303-555   573 2016-03-29 01:48:00           9
    +#> 386              25   A69-1303-555   574 2016-03-29 01:50:00           9
    +#> 387              25   A69-1303-555   575 2016-03-29 01:52:00           9
    +#> 388              25   A69-1303-555   576 2016-03-29 01:52:00           3
    +#> 389              25   A69-1303-555   579 2016-03-29 01:54:00           3
    +#> 390              25   A69-1303-555   580 2016-03-29 01:54:00           9
    +#> 391              25   A69-1303-555   581 2016-03-29 01:56:00           3
    +#> 392              25   A69-1303-555   582 2016-03-29 01:56:00           9
    +#> 393              25   A69-1303-555   584 2016-03-29 01:58:00           9
    +#> 394              25   A69-1303-555   586 2016-03-29 02:00:00           3
    +#> 395              25   A69-1303-555   587 2016-03-29 02:00:00           9
    +#> 396              25   A69-1303-555   589 2016-03-29 02:06:00           3
    +#> 397              25   A69-1303-555   590 2016-03-29 02:10:00           3
    +#> 398              25   A69-1303-555   591 2016-03-29 02:12:00           3
    +#> 399              25   A69-1303-555   593 2016-03-29 02:14:00           3
    +#> 400              25   A69-1303-555   595 2016-03-29 02:16:00           3
    +#> 401              25   A69-1303-555   597 2016-03-29 02:18:00           3
    +#> 402              25   A69-1303-555   599 2016-03-29 02:20:00           3
    +#> 403              25   A69-1303-555   601 2016-03-29 02:22:00           3
    +#> 404              25   A69-1303-555   603 2016-03-29 02:24:00           3
    +#> 405              25   A69-1303-555   605 2016-03-29 02:26:00           3
    +#> 406              25   A69-1303-555   606 2016-03-29 02:28:00           3
    +#> 407              25   A69-1303-555   608 2016-03-29 02:30:00           3
    +#> 408              25   A69-1303-555   610 2016-03-29 02:32:00           3
    +#> 409              25   A69-1303-555   612 2016-03-29 02:34:00           3
    +#> 410              25   A69-1303-555   614 2016-03-29 02:36:00           3
    +#> 411              25   A69-1303-555   616 2016-03-29 02:38:00           3
    +#> 412              25   A69-1303-555   618 2016-03-29 02:40:00           3
    +#> 413              25   A69-1303-555   619 2016-03-29 02:42:00           3
    +#> 414              25   A69-1303-555   620 2016-03-29 02:44:00           3
    +#> 415              25   A69-1303-555   622 2016-03-29 02:44:00           9
    +#> 416              25   A69-1303-555   623 2016-03-29 02:46:00           3
    +#> 417              25   A69-1303-555   624 2016-03-29 02:46:00           9
    +#> 418              25   A69-1303-555   627 2016-03-29 02:48:00           3
    +#> 419              25   A69-1303-555   628 2016-03-29 02:50:00           3
    +#> 420              25   A69-1303-555   629 2016-03-29 02:50:00           9
    +#> 421              25   A69-1303-555   631 2016-03-29 02:52:00           3
    +#> 422              25   A69-1303-555   632 2016-03-29 02:52:00           9
    +#> 423              25   A69-1303-555   633 2016-03-29 02:54:00           3
    +#> 424              25   A69-1303-555   634 2016-03-29 02:54:00           9
    +#> 425              25   A69-1303-555   636 2016-03-29 02:56:00           3
    +#> 426              25   A69-1303-555   637 2016-03-29 02:56:00           9
    +#> 427              25   A69-1303-555   639 2016-03-29 02:58:00           3
    +#> 428              25   A69-1303-555   641 2016-03-29 03:00:00           3
    +#> 429              25   A69-1303-555   642 2016-03-29 03:02:00           3
    +#> 430              25   A69-1303-555   643 2016-03-29 03:04:00           3
    +#> 431              25   A69-1303-555   644 2016-03-29 03:06:00           3
    +#> 432              25   A69-1303-555   646 2016-03-29 03:08:00           3
    +#> 433              25   A69-1303-555   648 2016-03-29 03:10:00           3
    +#> 434              25   A69-1303-555   649 2016-03-29 03:12:00           3
    +#> 435              25   A69-1303-555   650 2016-03-29 03:16:00           3
    +#> 436              25   A69-1303-555   651 2016-03-29 03:18:00           3
    +#> 437              25   A69-1303-555   652 2016-03-29 03:24:00           3
    +#> 438              25   A69-1303-555   653 2016-03-29 03:26:00           3
    +#> 439              25   A69-1303-555   654 2016-03-29 03:30:00           3
    +#> 440              25   A69-1303-555   655 2016-03-29 13:08:00           3
    +#> 441              25   A69-1303-555   656 2016-03-29 13:10:00           3
    +#> 442              25   A69-1303-555   657 2016-03-29 13:14:00           3
    +#> 443              25   A69-1303-555   658 2016-03-29 13:16:00           3
    +#> 444              25   A69-1303-555   660 2016-03-29 13:20:00           3
    +#> 445              25   A69-1303-555   661 2016-03-29 13:26:00           3
    +#> 446              25   A69-1303-555   662 2016-03-29 13:30:00           3
    +#> 447              25   A69-1303-555   663 2016-03-29 13:32:00           3
    +#> 448              25   A69-1303-555   665 2016-03-29 13:34:00           3
    +#> 449              25   A69-1303-555   667 2016-03-29 13:38:00           3
    +#> 450              25   A69-1303-555   669 2016-03-29 13:42:00           3
    +#> 451              25   A69-1303-555   670 2016-03-29 13:44:00           3
    +#> 452              25   A69-1303-555   673 2016-03-29 13:46:00           3
    +#> 453              25   A69-1303-555   675 2016-03-29 13:48:00           3
    +#> 454              25   A69-1303-555   678 2016-03-29 13:52:00           3
    +#> 455              25   A69-1303-555   679 2016-03-29 13:54:00           3
    +#> 456              25   A69-1303-555   680 2016-03-29 13:56:00           3
    +#> 457              25   A69-1303-555   681 2016-03-29 13:58:00           3
    +#> 458              25   A69-1303-555   682 2016-03-29 14:02:00           3
    +#> 459              25   A69-1303-555   683 2016-03-29 14:04:00           3
    +#> 460              25   A69-1303-555   684 2016-03-29 14:08:00           3
    +#> 461              25   A69-1303-555   685 2016-03-29 14:10:00           3
    +#> 462              25   A69-1303-555   686 2016-03-29 14:12:00           3
    +#> 463              25   A69-1303-555   687 2016-03-29 14:16:00           3
    +#> 464              25   A69-1303-555   688 2016-03-29 14:20:00           3
    +#> 465              25   A69-1303-555   689 2016-03-29 14:22:00           3
    +#> 466              25   A69-1303-555   690 2016-03-29 14:28:00           3
    +#> 467              25   A69-1303-555   691 2016-03-29 14:32:00           3
    +#> 468              25   A69-1303-555   693 2016-03-29 14:34:00           3
    +#> 469              25   A69-1303-555   694 2016-03-29 14:36:00           3
    +#> 470              25   A69-1303-555   695 2016-03-29 14:38:00           3
    +#> 471              25   A69-1303-555   697 2016-03-29 14:40:00           3
    +#> 472              25   A69-1303-555   699 2016-03-29 14:42:00           3
    +#> 473              25   A69-1303-555   700 2016-03-29 14:44:00           3
    +#> 474              25   A69-1303-555   702 2016-03-29 14:46:00           3
    +#> 475              25   A69-1303-555   704 2016-03-29 14:48:00           3
    +#> 476              25   A69-1303-555   706 2016-03-29 14:50:00           3
    +#> 477              25   A69-1303-555   708 2016-03-29 14:52:00           3
    +#> 478              25   A69-1303-555   710 2016-03-29 14:54:00           3
    +#> 479              25   A69-1303-555   711 2016-03-29 14:56:00           3
    +#> 480              25   A69-1303-555   712 2016-03-29 15:12:00           3
    +#> 481              25   A69-1303-555   713 2016-03-29 15:16:00           3
    +#> 482              25   A69-1303-555   714 2016-03-29 15:18:00           3
    +#> 483              25   A69-1303-555   715 2016-03-29 15:20:00           3
    +#> 484              25   A69-1303-555   716 2016-03-29 15:22:00           3
    +#> 485              25   A69-1303-555   718 2016-03-29 15:24:00           3
    +#> 486              25   A69-1303-555   719 2016-03-29 15:26:00           3
    +#> 487              25   A69-1303-555   721 2016-03-29 15:28:00           3
    +#> 488              25   A69-1303-555   723 2016-03-29 15:30:00           3
    +#> 489              25   A69-1303-555   724 2016-03-29 15:32:00           3
    +#> 490              25   A69-1303-555   725 2016-03-29 15:36:00           3
    +#> 491              25   A69-1303-555   726 2016-03-29 15:38:00           3
    +#> 492              25   A69-1303-555   728 2016-03-29 16:02:00           9
    +#> 493              25   A69-1303-555   729 2016-03-29 16:06:00           9
    +#> 494              25   A69-1303-555   730 2016-03-29 16:08:00           9
    +#> 495              25   A69-1303-555   731 2016-03-29 16:08:00           3
    +#> 496              25   A69-1303-555   732 2016-03-29 16:10:00           3
    +#> 497              25   A69-1303-555   733 2016-03-29 16:14:00           3
    +#> 498              25   A69-1303-555   735 2016-03-29 16:18:00           3
    +#> 499              25   A69-1303-555   736 2016-03-29 16:24:00           3
    +#> 500              25   A69-1303-555   738 2016-04-01 07:34:00          26
    +#> 501              25   A69-1303-555   739 2016-04-01 07:36:00          26
    +#> 502              25   A69-1303-555   740 2016-04-01 07:38:00          26
    +#> 503              25   A69-1303-555   742 2016-04-01 08:32:00          26
    +#> 504              25   A69-1303-555   743 2016-04-01 08:34:00          26
    +#> 505              25   A69-1303-555   744 2016-04-01 08:54:00          26
    +#> 506              25   A69-1303-555   745 2016-04-01 09:56:00          26
    +#> 507              25   A69-1303-555   746 2016-04-01 10:02:00          26
    +#> 508              25   A69-1303-555   747 2016-04-01 10:04:00          26
    +#> 509              25   A69-1303-555   749 2016-04-01 10:06:00          26
    +#> 510              25   A69-1303-555   751 2016-04-01 10:08:00          26
    +#> 511              25   A69-1303-555   753 2016-04-01 10:12:00          26
    +#> 512              25   A69-1303-555   755 2016-04-01 10:14:00          26
    +#> 513              25   A69-1303-555   757 2016-04-01 10:16:00          26
    +#> 514              25   A69-1303-555   758 2016-04-01 10:18:00          26
    +#> 515              25   A69-1303-555   760 2016-04-01 10:20:00          26
    +#> 516              25   A69-1303-555   761 2016-04-01 10:24:00          26
    +#> 517              25   A69-1303-555   763 2016-04-01 10:26:00          26
    +#> 518              25   A69-1303-555   765 2016-04-01 10:30:00          26
    +#> 519              25   A69-1303-555   766 2016-04-01 10:36:00          26
    +#> 520              25   A69-1303-555   767 2016-04-01 10:38:00          26
    +#> 521              25   A69-1303-555   768 2016-04-01 10:40:00          26
    +#> 522              25   A69-1303-555   769 2016-04-01 10:44:00          26
    +#> 523              25   A69-1303-555   770 2016-04-01 10:48:00          26
    +#> 524              25   A69-1303-555   771 2016-04-01 11:54:00          26
    +#> 525              25   A69-1303-555   773 2016-04-07 05:26:00          26
    +#> 526              25   A69-1303-555   775 2016-04-07 05:28:00          26
    +#> 527              25   A69-1303-555   776 2016-04-07 05:32:00          26
    +#> 528              25   A69-1303-555   778 2016-04-07 05:34:00          26
    +#> 529              25   A69-1303-555   779 2016-04-07 05:36:00          26
    +#> 530              25   A69-1303-555   780 2016-04-07 06:38:00          26
    +#> 531              25   A69-1303-555   782 2016-04-07 06:40:00          26
    +#> 532              25   A69-1303-555   784 2016-04-07 06:42:00          26
    +#> 533              25   A69-1303-555   785 2016-04-07 06:46:00          26
    +#> 534              25   A69-1303-555   787 2016-04-07 06:48:00          26
    +#> 535              25   A69-1303-555   789 2016-04-07 06:50:00          26
    +#> 536              25   A69-1303-555   790 2016-04-07 06:52:00          26
    +#> 537              25   A69-1303-555   792 2016-04-07 06:54:00          26
    +#> 538              25   A69-1303-555   793 2016-04-07 06:58:00          26
    +#> 539              25   A69-1303-555   795 2016-04-07 13:24:00          26
    +#> 540              25   A69-1303-555   797 2016-04-12 01:58:00          26
    +#> 541              25   A69-1303-555   798 2016-04-12 02:00:00          26
    +#> 542              25   A69-1303-555   800 2016-04-12 02:02:00          26
    +#> 543              25   A69-1303-555   801 2016-04-12 03:20:00          31
    +#> 544              25   A69-1303-555   802 2016-04-12 03:22:00          31
    +#> 545              25   A69-1303-555   803 2016-04-12 03:24:00          31
    +#> 546              25   A69-1303-555   804 2016-04-12 03:30:00          26
    +#> 547              25   A69-1303-555   805 2016-04-12 03:32:00          26
    +#> 548              25   A69-1303-555   806 2016-04-16 06:36:00          26
    +#> 549              25   A69-1303-555   808 2016-04-16 06:38:00          26
    +#> 550              25   A69-1303-555   811 2016-04-16 06:40:00          26
    +#> 551              25   A69-1303-555   812 2016-04-16 06:42:00          26
    +#> 552              25   A69-1303-555   813 2016-04-16 07:00:00          26
    +#> 553              25   A69-1303-555   814 2016-04-16 07:02:00          26
    +#> 554              25   A69-1303-555   815 2016-04-16 07:06:00          26
    +#> 555              25   A69-1303-555   816 2016-04-16 07:10:00          26
    +#> 556              25   A69-1303-555   819 2016-04-16 07:12:00          26
    +#> 557              25   A69-1303-555   821 2016-04-16 07:14:00          26
    +#> 558              25   A69-1303-555   822 2016-04-16 07:16:00          26
    +#> 559              25   A69-1303-555   823 2016-04-16 07:20:00          26
    +#> 560              25   A69-1303-555   824 2016-04-16 07:24:00          26
    +#> 561              25   A69-1303-555   825 2016-04-16 07:30:00          26
    +#> 562              25   A69-1303-555   828 2016-04-16 07:32:00          26
    +#> 563              25   A69-1303-555   830 2016-04-16 07:34:00          26
    +#> 564              25   A69-1303-555   831 2016-04-16 07:36:00          26
    +#> 565              25   A69-1303-555   833 2016-04-16 07:42:00          26
    +#> 566              25   A69-1303-555   834 2016-04-16 07:44:00          26
    +#> 567              25   A69-1303-555   836 2016-04-16 07:46:00          26
    +#> 568              25   A69-1303-555   837 2016-04-16 08:04:00          26
    +#> 569              25   A69-1303-555   838 2016-04-16 08:18:00          26
    +#> 570              25   A69-1303-555   839 2016-04-16 08:20:00          26
    +#> 571              25   A69-1303-555   840 2016-04-16 08:22:00          26
    +#> 572              25   A69-1303-555   841 2016-04-16 08:26:00          26
    +#> 573              25   A69-1303-555   842 2016-04-24 00:38:00          26
    +#> 574              25   A69-1303-555   843 2016-04-24 00:46:00          26
    +#> 575              25   A69-1303-555   845 2016-04-24 00:48:00          26
    +#> 576              25   A69-1303-555   848 2016-04-24 00:50:00          26
    +#> 577              25   A69-1303-555   849 2016-04-24 00:52:00          26
    +#> 578              25   A69-1303-555   851 2016-04-24 00:54:00          26
    +#> 579              25   A69-1303-555   852 2016-04-24 00:56:00          26
    +#> 580              25   A69-1303-555   855 2016-04-24 00:58:00          31
    +#> 581              25   A69-1303-555   856 2016-04-24 01:02:00          26
    +#> 582              25   A69-1303-555   857 2016-04-24 01:10:00          26
    +#> 583              25   A69-1303-555   858 2016-04-24 01:16:00          26
    +#> 584              25   A69-1303-555   860 2016-04-24 01:18:00          26
    +#> 585              25   A69-1303-555   861 2016-04-24 01:20:00          26
    +#> 586              25   A69-1303-555   862 2016-04-24 01:20:00          31
    +#> 587              25   A69-1303-555   863 2016-04-24 01:22:00          26
    +#> 588              25   A69-1303-555   864 2016-04-24 01:24:00          26
    +#> 589              25   A69-1303-555   865 2016-04-24 01:24:00          31
    +#> 590              25   A69-1303-555   867 2016-04-24 01:26:00          26
    +#> 591              25   A69-1303-555   869 2016-04-27 03:38:00          30
    +#> 592              25   A69-1303-555   871 2016-04-28 03:18:00          26
    +#> 593              25   A69-1303-555   873 2016-04-28 03:20:00          26
    +#> 594              25   A69-1303-555   875 2016-04-28 03:22:00          26
    +#> 595              25   A69-1303-555   877 2016-04-28 03:24:00          26
    +#> 596              25   A69-1303-555   878 2016-04-28 03:26:00          26
    +#> 597              25   A69-1303-555   880 2016-04-28 03:28:00          26
    +#> 598              25   A69-1303-555   881 2016-04-28 03:30:00          26
    +#> 599              25   A69-1303-555   883 2016-04-28 03:50:00          26
    +#> 600              25   A69-1303-555   884 2016-04-28 04:02:00          26
    +#> 601              25   A69-1303-555   885 2016-04-28 04:26:00          26
    +#> 602              25   A69-1303-555   886 2016-04-28 04:28:00          26
    +#> 603              25   A69-1303-555   887 2016-05-03 13:16:00          26
    +#> 604              25   A69-1303-555   888 2016-05-03 13:20:00          26
    +#> 605              25   A69-1303-555   889 2016-05-03 14:50:00          26
    +#> 606              25   A69-1303-555   890 2016-05-03 14:52:00          26
    +#> 607              25   A69-1303-555   891 2016-05-03 14:58:00          26
    +#> 608              25   A69-1303-555   892 2016-05-03 15:00:00          26
    +#> 609              25   A69-1303-555   893 2016-05-03 15:02:00          26
    +#> 610              25   A69-1303-555   894 2016-05-03 15:20:00          26
    +#> 611              25   A69-1303-555   896 2016-05-03 18:02:00          26
    +#> 612              25   A69-1303-555   897 2016-05-03 18:06:00          26
    +#> 613              25   A69-1303-555   898 2016-05-08 11:48:00          31
    +#> 614              25   A69-1303-555   900 2016-05-08 11:50:00          31
    +#> 615              25   A69-1303-555   901 2016-05-08 11:52:00          31
    +#> 616              25   A69-1303-555   902 2016-05-08 11:54:00          31
    +#> 617              25   A69-1303-555   903 2016-05-08 12:14:00          31
    +#> 618              25   A69-1303-555   904 2016-05-08 12:20:00          26
    +#> 619              25   A69-1303-555   906 2016-05-08 12:22:00          26
    +#> 620              25   A69-1303-555   907 2016-05-08 12:24:00          26
    +#> 621              25   A69-1303-555   911 2016-05-08 12:26:00          26
    +#> 622              25   A69-1303-555   912 2016-05-08 12:28:00          26
    +#> 623              25   A69-1303-555   913 2016-05-08 12:30:00          26
    +#> 624              25   A69-1303-555   914 2016-05-08 12:32:00          26
    +#> 625              25   A69-1303-555   916 2016-05-08 12:34:00          26
    +#> 626              25   A69-1303-555   917 2016-05-08 12:36:00          26
    +#> 627              25   A69-1303-555   918 2016-05-08 12:42:00          26
    +#> 628              25   A69-1303-555   919 2016-05-08 12:44:00          26
    +#> 629              25   A69-1303-555   921 2016-05-08 12:46:00          26
    +#> 630              25   A69-1303-555   923 2016-05-14 14:58:00          26
    +#> 631              25   A69-1303-555   924 2016-05-14 15:00:00          26
    +#> 632              25   A69-1303-555   925 2016-05-14 15:02:00          26
    +#> 633              25   A69-1303-555   927 2016-05-14 15:12:00          26
    +#> 634              25   A69-1303-555   929 2016-05-14 15:14:00          26
    +#> 635              25   A69-1303-555   930 2016-05-14 15:16:00          26
    +#> 636              25   A69-1303-555   932 2016-05-14 15:18:00          26
    +#> 637              25   A69-1303-555   934 2016-05-14 15:20:00          26
    +#> 638              25   A69-1303-555   936 2016-05-14 15:22:00          26
    +#> 639              25   A69-1303-555   938 2016-05-14 15:24:00          31
    +#> 640              25   A69-1303-555   939 2016-05-14 15:24:00          26
    +#> 641              25   A69-1303-555   941 2016-05-14 15:26:00          31
    +#> 642              25   A69-1303-555   942 2016-05-14 15:28:00          26
    +#> 643              25   A69-1303-555   943 2016-05-14 15:30:00          26
    +#> 644              25   A69-1303-555   945 2016-05-14 15:32:00          26
    +#> 645              25   A69-1303-555   946 2016-05-14 15:34:00          26
    +#> 646              25   A69-1303-555   948 2016-05-14 19:58:00          26
    +#> 647              25   A69-1303-555   949 2016-05-14 20:00:00          26
    +#> 648              25   A69-1303-555   950 2016-05-14 20:02:00          26
    +#> 649              25   A69-1303-555   951 2016-05-14 20:04:00          26
    +#> 650              25   A69-1303-555   952 2016-05-14 21:12:00          31
    +#> 651              25   A69-1303-555   954 2016-05-14 21:20:00          31
    +#> 652              25   A69-1303-555   955 2016-05-14 21:24:00          31
    +#> 653              25   A69-1303-555   957 2016-05-14 21:30:00          31
    +#> 654              25   A69-1303-555   959 2016-05-14 21:32:00          31
    +#> 655              25   A69-1303-555   960 2016-05-14 21:34:00          31
    +#> 656              25   A69-1303-555   961 2016-05-14 21:36:00          31
    +#> 657              25   A69-1303-555   962 2016-05-14 21:38:00          31
    +#> 658              25   A69-1303-555   964 2016-05-14 21:42:00          31
    +#> 659              25   A69-1303-555   966 2016-05-14 21:44:00          31
    +#> 660              25   A69-1303-555   967 2016-05-14 21:46:00          31
    +#> 661              25   A69-1303-555   968 2016-05-14 21:48:00          31
    +#> 662              25   A69-1303-555   970 2016-05-14 21:52:00          31
    +#> 663              25   A69-1303-555   971 2016-05-14 21:58:00          31
    +#> 664              25   A69-1303-555   972 2016-05-14 22:00:00          31
    +#> 665              25   A69-1303-555   973 2016-05-14 22:02:00          31
    +#> 666              25   A69-1303-555   974 2016-05-14 22:04:00          31
    +#> 667              25   A69-1303-555   975 2016-05-14 23:24:00          26
    +#> 668              25   A69-1303-555   976 2016-05-14 23:26:00          26
    +#> 669              25   A69-1303-555   977 2016-05-14 23:28:00          26
    +#> 670              25   A69-1303-555   979 2016-05-14 23:30:00          26
    +#> 671              25   A69-1303-555   982 2016-05-14 23:32:00          26
    +#> 672              25   A69-1303-555   984 2016-05-14 23:34:00          26
    +#> 673              25   A69-1303-555   985 2016-05-14 23:36:00          26
    +#> 674              25   A69-1303-555   986 2016-05-14 23:38:00          26
    +#> 675              25   A69-1303-555   988 2016-05-14 23:42:00          26
    +#> 676              25   A69-1303-555   989 2016-05-14 23:46:00          26
    +#> 677              25   A69-1303-555   992 2016-05-14 23:52:00          26
    +#> 678              25   A69-1303-555   993 2016-05-14 23:54:00          26
    +#> 679              25   A69-1303-555   994 2016-05-14 23:56:00          26
    +#> 680              25   A69-1303-555   996 2016-05-14 23:58:00          26
    +#> 681              25   A69-1303-555   997 2016-05-17 23:42:00          14
    +#> 682              25   A69-1303-555   998 2016-05-17 23:46:00          14
    +#> 683              25   A69-1303-555   999 2016-05-17 23:48:00          14
    +#> 684              25   A69-1303-555  1000 2016-05-17 23:50:00          14
    +#> 685              25   A69-1303-555  1001 2016-05-17 23:52:00          14
    +#> 686              25   A69-1303-555  1002 2016-05-17 23:56:00          14
    +#> 687              25   A69-1303-555  1003 2016-05-17 23:58:00          14
    +#> 688              25   A69-1303-555  1005 2016-05-18 00:00:00          14
    +#> 689              25   A69-1303-555  1008 2016-05-18 00:02:00          14
    +#> 690              25   A69-1303-555  1009 2016-05-18 00:04:00          14
    +#> 691              25   A69-1303-555  1011 2016-05-18 00:06:00          14
    +#> 692              25   A69-1303-555  1013 2016-05-18 00:08:00          14
    +#> 693              25   A69-1303-555  1015 2016-05-18 00:10:00          14
    +#> 694              25   A69-1303-555  1017 2016-05-18 00:12:00          14
    +#> 695              25   A69-1303-555  1018 2016-05-18 00:14:00          14
    +#> 696              25   A69-1303-555  1020 2016-05-18 00:16:00          14
    +#> 697              25   A69-1303-555  1021 2016-05-18 00:18:00          14
    +#> 698              25   A69-1303-555  1022 2016-05-18 00:20:00          14
    +#> 699              25   A69-1303-555  1024 2016-05-18 00:22:00          14
    +#> 700              25   A69-1303-555  1026 2016-05-18 00:24:00          14
    +#> 701              25   A69-1303-555  1027 2016-05-18 00:26:00          14
    +#> 702              25   A69-1303-555  1029 2016-05-18 00:28:00          14
    +#> 703              25   A69-1303-555  1031 2016-05-18 00:30:00          14
    +#> 704              25   A69-1303-555  1032 2016-05-18 00:32:00          14
    +#> 705              25   A69-1303-555  1034 2016-05-18 00:34:00          14
    +#> 706              25   A69-1303-555  1036 2016-05-18 00:36:00          14
    +#> 707              25   A69-1303-555  1038 2016-05-18 00:38:00          14
    +#> 708              25   A69-1303-555  1040 2016-05-18 00:42:00          14
    +#> 709              25   A69-1303-555  1041 2016-05-18 00:44:00          14
    +#> 710              25   A69-1303-555  1042 2016-05-18 00:46:00          14
    +#> 711              25   A69-1303-555  1043 2016-05-18 00:48:00          14
    +#> 712              25   A69-1303-555  1044 2016-05-18 00:50:00          14
    +#> 713              25   A69-1303-555  1045 2016-05-18 00:52:00          14
    +#> 714              25   A69-1303-555  1046 2016-05-18 00:54:00          14
    +#> 715              25   A69-1303-555  1048 2016-05-18 00:58:00          14
    +#> 716              25   A69-1303-555  1049 2016-05-18 01:02:00          14
    +#> 717              25   A69-1303-555  1050 2016-05-18 01:04:00          14
    +#> 718              25   A69-1303-555  1051 2016-05-18 01:16:00          14
    +#> 719              25   A69-1303-555  1052 2016-05-18 01:18:00          14
    +#> 720              25   A69-1303-555  1054 2016-05-18 01:20:00          14
    +#> 721              25   A69-1303-555  1056 2016-05-18 01:22:00          14
    +#> 722              25   A69-1303-555  1057 2016-05-18 01:24:00          14
    +#> 723              25   A69-1303-555  1059 2016-05-18 01:26:00          14
    +#> 724              25   A69-1303-555  1062 2016-05-18 01:28:00          14
    +#> 725              25   A69-1303-555  1063 2016-05-18 01:30:00          14
    +#> 726              25   A69-1303-555  1065 2016-05-18 01:32:00          14
    +#> 727              25   A69-1303-555  1067 2016-05-18 01:34:00          14
    +#> 728              25   A69-1303-555  1069 2016-05-18 01:36:00          14
    +#> 729              25   A69-1303-555  1071 2016-05-18 01:38:00          14
    +#> 730              25   A69-1303-555  1073 2016-05-18 01:40:00          14
    +#> 731              25   A69-1303-555  1075 2016-05-18 01:42:00          14
    +#> 732              25   A69-1303-555  1077 2016-05-18 01:48:00          14
    +#> 733              25   A69-1303-555  1079 2016-05-18 01:50:00          14
    +#> 734              25   A69-1303-555  1081 2016-05-18 01:52:00          14
    +#> 735              25   A69-1303-555  1083 2016-05-18 01:54:00          14
    +#> 736              25   A69-1303-555  1085 2016-05-18 01:56:00          14
    +#> 737              25   A69-1303-555  1087 2016-05-18 01:58:00          14
    +#> 738              25   A69-1303-555  1089 2016-05-18 02:00:00          14
    +#> 739              25   A69-1303-555  1091 2016-05-18 02:02:00          14
    +#> 740              25   A69-1303-555  1093 2016-05-18 02:04:00          14
    +#> 741              25   A69-1303-555  1095 2016-05-18 02:06:00          14
    +#> 742              25   A69-1303-555  1096 2016-05-18 02:08:00          14
    +#> 743              25   A69-1303-555  1097 2016-05-18 02:24:00          14
    +#> 744              25   A69-1303-555  1098 2016-05-18 02:26:00          14
    +#> 745              25   A69-1303-555  1100 2016-05-18 02:28:00          14
    +#> 746              25   A69-1303-555  1102 2016-05-18 02:30:00          14
    +#> 747              25   A69-1303-555  1105 2016-05-18 02:32:00          14
    +#> 748              25   A69-1303-555  1107 2016-05-18 02:34:00          14
    +#> 749              25   A69-1303-555  1109 2016-05-18 02:36:00          14
    +#> 750              25   A69-1303-555  1111 2016-05-18 02:38:00          14
    +#> 751              25   A69-1303-555  1112 2016-05-18 02:40:00          14
    +#> 752              25   A69-1303-555  1114 2016-05-18 02:42:00          14
    +#> 753              25   A69-1303-555  1116 2016-05-18 02:44:00          14
    +#> 754              25   A69-1303-555  1118 2016-05-18 02:46:00          14
    +#> 755              25   A69-1303-555  1119 2016-05-18 02:48:00          14
    +#> 756              25   A69-1303-555  1120 2016-05-18 02:50:00          14
    +#> 757              25   A69-1303-555  1122 2016-05-18 02:52:00          14
    +#> 758              25   A69-1303-555  1124 2016-05-18 02:54:00          14
    +#> 759              25   A69-1303-555  1126 2016-05-18 02:56:00          14
    +#> 760              25   A69-1303-555  1127 2016-05-18 02:58:00          14
    +#> 761              25   A69-1303-555  1128 2016-05-18 03:00:00          14
    +#> 762              25   A69-1303-555  1130 2016-05-18 03:02:00          14
    +#> 763              25   A69-1303-555  1133 2016-05-18 03:04:00          14
    +#> 764              25   A69-1303-555  1135 2016-05-18 03:06:00          14
    +#> 765              25   A69-1303-555  1137 2016-05-18 03:08:00          14
    +#> 766              25   A69-1303-555  1139 2016-05-18 03:10:00          14
    +#> 767              25   A69-1303-555  1141 2016-05-18 03:12:00          14
    +#> 768              25   A69-1303-555  1142 2016-05-18 03:50:00          14
    +#> 769              25   A69-1303-555  1145 2016-05-18 03:52:00          14
    +#> 770              25   A69-1303-555  1147 2016-05-18 03:54:00          14
    +#> 771              25   A69-1303-555  1148 2016-05-18 04:12:00          14
    +#> 772              25   A69-1303-555  1149 2016-05-18 04:14:00          14
    +#> 773              25   A69-1303-555  1150 2016-05-18 04:42:00          14
    +#> 774              25   A69-1303-555  1151 2016-05-20 22:44:00          26
    +#> 775              25   A69-1303-555  1152 2016-05-20 23:10:00          26
    +#> 776              25   A69-1303-555  1154 2016-05-20 23:12:00          26
    +#> 777              25   A69-1303-555  1156 2016-05-20 23:14:00          26
    +#> 778              25   A69-1303-555  1157 2016-05-21 00:56:00          26
    +#> 779              25   A69-1303-555  1158 2016-05-21 00:58:00          26
    +#> 780              25   A69-1303-555  1159 2016-05-21 02:08:00          26
    +#> 781              25   A69-1303-555  1160 2016-05-21 02:12:00          26
    +#> 782              25   A69-1303-555  1161 2016-05-21 02:24:00          26
    +#> 783              25   A69-1303-555  1162 2016-05-22 13:22:00          14
    +#> 784              25   A69-1303-555  1163 2016-05-22 13:24:00          14
    +#> 785              25   A69-1303-555  1164 2016-05-22 13:26:00          14
    +#> 786              25   A69-1303-555  1166 2016-05-22 13:32:00          14
    +#> 787              25   A69-1303-555  1167 2016-05-22 13:48:00          14
    +#> 788              25   A69-1303-555  1168 2016-05-22 13:52:00          14
    +#> 789              25   A69-1303-555  1170 2016-05-22 14:16:00          14
    +#> 790              25   A69-1303-555  1173 2016-05-22 14:18:00          14
    +#> 791              25   A69-1303-555  1175 2016-05-22 14:20:00          14
    +#> 792              25   A69-1303-555  1177 2016-05-22 14:22:00          14
    +#> 793              25   A69-1303-555  1179 2016-05-22 14:24:00          14
    +#> 794              25   A69-1303-555  1181 2016-05-22 14:26:00          14
    +#> 795              25   A69-1303-555  1183 2016-05-22 14:28:00          14
    +#> 796              25   A69-1303-555  1185 2016-05-22 14:30:00          14
    +#> 797              25   A69-1303-555  1188 2016-05-22 14:32:00          14
    +#> 798              25   A69-1303-555  1190 2016-05-22 14:34:00          14
    +#> 799              25   A69-1303-555  1192 2016-05-22 14:36:00          14
    +#> 800              25   A69-1303-555  1194 2016-05-22 14:38:00          14
    +#> 801              25   A69-1303-555  1196 2016-05-22 14:40:00          14
    +#> 802              25   A69-1303-555  1198 2016-05-22 14:42:00          14
    +#> 803              25   A69-1303-555  1199 2016-05-22 14:44:00          14
    +#> 804              25   A69-1303-555  1201 2016-05-22 14:46:00          14
    +#> 805              25   A69-1303-555  1202 2016-05-22 14:48:00          14
    +#> 806              25   A69-1303-555  1204 2016-05-22 14:50:00          14
    +#> 807              25   A69-1303-555  1206 2016-05-22 14:52:00          14
    +#> 808              25   A69-1303-555  1207 2016-05-22 14:54:00          14
    +#> 809              25   A69-1303-555  1209 2016-05-22 14:56:00          14
    +#> 810              25   A69-1303-555  1211 2016-05-22 14:58:00          14
    +#> 811              25   A69-1303-555  1212 2016-05-22 15:00:00          14
    +#> 812              25   A69-1303-555  1213 2016-05-22 15:02:00          14
    +#> 813              25   A69-1303-555  1215 2016-05-22 15:04:00          14
    +#> 814              25   A69-1303-555  1217 2016-05-22 15:06:00          14
    +#> 815              25   A69-1303-555  1218 2016-05-22 15:08:00          14
    +#> 816              25   A69-1303-555  1219 2016-05-22 15:10:00          14
    +#> 817              25   A69-1303-555  1220 2016-05-22 15:40:00          14
    +#> 818              25   A69-1303-555  1221 2016-05-22 15:42:00          14
    +#> 819              25   A69-1303-555  1223 2016-05-22 15:44:00          14
    +#> 820              25   A69-1303-555  1224 2016-05-22 15:48:00          14
    +#> 821              25   A69-1303-555  1225 2016-05-22 16:12:00          14
    +#> 822              25   A69-1303-555  1227 2016-05-22 17:50:00          14
    +#> 823              25   A69-1303-555  1228 2016-05-22 17:52:00          14
    +#> 824              25   A69-1303-555  1229 2016-05-22 17:54:00          14
    +#> 825              25   A69-1303-555  1231 2016-05-22 17:56:00          14
    +#> 826              25   A69-1303-555  1233 2016-05-22 17:58:00          14
    +#> 827              25   A69-1303-555  1234 2016-05-22 18:00:00          14
    +#> 828              25   A69-1303-555  1236 2016-05-22 18:02:00          14
    +#> 829              25   A69-1303-555  1237 2016-05-22 18:04:00          14
    +#> 830              25   A69-1303-555  1238 2016-05-22 18:06:00          14
    +#> 831              25   A69-1303-555  1239 2016-05-22 18:08:00          14
    +#> 832              25   A69-1303-555  1240 2016-05-22 18:10:00          14
    +#> 833              25   A69-1303-555  1242 2016-05-22 18:20:00          14
    +#> 834              25   A69-1303-555  1243 2016-05-22 19:58:00          14
    +#> 835              25   A69-1303-555  1244 2016-05-22 20:00:00          14
    +#> 836              25   A69-1303-555  1245 2016-05-22 21:46:00          23
    +#> 837              25   A69-1303-555  1246 2016-05-22 21:48:00          23
    +#> 838              25   A69-1303-555  1248 2016-05-22 22:00:00          23
    +#> 839              25   A69-1303-555  1249 2016-05-22 22:02:00          23
    +#> 840              25   A69-1303-555  1250 2016-05-22 22:10:00          23
    +#> 841              25   A69-1303-555  1251 2016-05-22 22:12:00          23
    +#> 842              25   A69-1303-555  1252 2016-05-22 22:14:00          23
    +#> 843              25   A69-1303-555  1253 2016-05-23 04:48:00          14
    +#> 844              25   A69-1303-555  1254 2016-05-23 04:58:00          14
    +#> 845              25   A69-1303-555  1255 2016-05-23 05:00:00          14
    +#> 846              25   A69-1303-555  1256 2016-05-23 05:02:00          14
    +#> 847              25   A69-1303-555  1257 2016-05-23 05:04:00          14
    +#> 848              25   A69-1303-555  1258 2016-05-23 05:06:00          14
    +#> 849              25   A69-1303-555  1259 2016-05-23 05:08:00          14
    +#> 850              25   A69-1303-555  1260 2016-05-23 05:10:00          14
    +#> 851              25   A69-1303-555  1261 2016-05-23 05:12:00          14
    +#> 852              25   A69-1303-555  1262 2016-05-23 05:34:00          14
    +#> 853              25   A69-1303-555  1264 2016-05-23 05:36:00          14
    +#> 854              25   A69-1303-555  1265 2016-05-23 05:40:00          14
    +#> 855              25   A69-1303-555  1267 2016-05-23 05:44:00          14
    +#> 856              25   A69-1303-555  1270 2016-05-23 05:54:00          14
    +#> 857              25   A69-1303-555  1272 2016-05-23 06:00:00          14
    +#> 858              25   A69-1303-555  1274 2016-05-23 06:02:00          14
    +#> 859              25   A69-1303-555  1276 2016-05-23 06:04:00          14
    +#> 860              25   A69-1303-555  1278 2016-05-23 06:06:00          14
    +#> 861              25   A69-1303-555  1280 2016-05-23 06:08:00          14
    +#> 862              25   A69-1303-555  1282 2016-05-23 06:10:00          14
    +#> 863              25   A69-1303-555  1283 2016-05-23 06:24:00          14
    +#> 864              25   A69-1303-555  1284 2016-05-23 06:28:00          14
    +#> 865              25   A69-1303-555  1287 2016-05-23 06:30:00          14
    +#> 866              25   A69-1303-555  1288 2016-05-23 06:32:00          14
    +#> 867              25   A69-1303-555  1290 2016-05-23 06:34:00          14
    +#> 868              25   A69-1303-555  1292 2016-05-23 06:36:00          14
    +#> 869              25   A69-1303-555  1294 2016-05-23 06:38:00          14
    +#> 870              25   A69-1303-555  1296 2016-05-23 06:40:00          14
    +#> 871              25   A69-1303-555  1298 2016-05-25 17:58:00          26
    +#> 872              25   A69-1303-555  1299 2016-05-25 18:00:00          26
    +#> 873              25   A69-1303-555  1300 2016-05-25 18:12:00          26
    +#> 874              25   A69-1303-555  1301 2016-05-26 22:20:00          23
    +#> 875              25   A69-1303-555  1302 2016-05-26 22:22:00          23
    +#> 876              25   A69-1303-555  1303 2016-05-26 22:24:00          23
    +#> 877              25   A69-1303-555  1304 2016-05-26 22:26:00          23
    +#> 878              25   A69-1303-555  1305 2016-05-26 22:32:00          23
    +#> 879              25   A69-1303-555  1306 2016-05-26 22:34:00          23
    +#> 880              25   A69-1303-555  1307 2016-05-26 22:56:00          23
    +#> 881              25   A69-1303-555  1308 2016-05-26 22:58:00          23
    +#> 882              25   A69-1303-555  1309 2016-05-26 23:00:00          23
    +#> 883              25   A69-1303-555  1312 2016-05-26 23:04:00          23
    +#> 884              25   A69-1303-555  1314 2016-05-26 23:06:00          23
    +#> 885              25   A69-1303-555  1316 2016-05-26 23:08:00          23
    +#> 886              25   A69-1303-555  1318 2016-05-26 23:10:00          23
    +#> 887              25   A69-1303-555  1320 2016-05-26 23:12:00          23
    +#> 888              25   A69-1303-555  1322 2016-05-26 23:14:00          23
    +#> 889              25   A69-1303-555  1324 2016-05-26 23:16:00          23
    +#> 890              25   A69-1303-555  1326 2016-05-26 23:18:00          23
    +#> 891              25   A69-1303-555  1328 2016-05-26 23:20:00          23
    +#> 892              25   A69-1303-555  1330 2016-05-26 23:22:00          23
    +#> 893              25   A69-1303-555  1332 2016-05-26 23:24:00          23
    +#> 894              25   A69-1303-555  1333 2016-05-26 23:26:00          23
    +#> 895              25   A69-1303-555  1335 2016-05-26 23:28:00          23
    +#> 896              25   A69-1303-555  1337 2016-05-26 23:30:00          23
    +#> 897              25   A69-1303-555  1339 2016-05-26 23:32:00          23
    +#> 898              25   A69-1303-555  1340 2016-05-27 00:14:00          23
    +#> 899              25   A69-1303-555  1341 2016-05-27 00:16:00          23
    +#> 900              25   A69-1303-555  1342 2016-05-27 00:20:00          23
    +#> 901              25   A69-1303-555  1344 2016-05-27 00:22:00          23
    +#> 902              25   A69-1303-555  1345 2016-05-27 00:24:00          23
    +#> 903              25   A69-1303-555  1346 2016-05-27 00:28:00          23
    +#> 904              25   A69-1303-555  1347 2016-05-27 01:06:00          14
    +#> 905              25   A69-1303-555  1348 2016-05-27 01:08:00          14
    +#> 906              25   A69-1303-555  1349 2016-05-27 01:38:00          14
    +#> 907              25   A69-1303-555  1350 2016-05-27 01:40:00          14
    +#> 908              25   A69-1303-555  1351 2016-05-27 01:42:00          14
    +#> 909              25   A69-1303-555  1352 2016-05-27 01:52:00          14
    +#> 910              25   A69-1303-555  1353 2016-05-27 01:54:00          14
    +#> 911              25   A69-1303-555  1354 2016-05-27 03:38:00          14
    +#> 912              25   A69-1303-555  1355 2016-05-27 03:40:00          14
    +#> 913              25   A69-1303-555  1357 2016-05-27 03:42:00          14
    +#> 914              25   A69-1303-555  1359 2016-05-27 03:44:00          14
    +#> 915              25   A69-1303-555  1360 2016-05-27 03:46:00          14
    +#> 916              25   A69-1303-555  1363 2016-05-27 03:48:00          14
    +#> 917              25   A69-1303-555  1365 2016-05-27 03:52:00          14
    +#> 918              25   A69-1303-555  1366 2016-05-27 03:54:00          14
    +#> 919              25   A69-1303-555  1367 2016-05-27 03:58:00          14
    +#> 920              25   A69-1303-555  1368 2016-05-27 04:12:00          14
    +#> 921              25   A69-1303-555  1369 2016-05-27 04:18:00          14
    +#> 922              25   A69-1303-555  1370 2016-05-27 04:26:00          14
    +#> 923              25   A69-1303-555  1372 2016-05-27 04:28:00          14
    +#> 924              25   A69-1303-555  1373 2016-05-27 04:30:00          14
    +#> 925              25   A69-1303-555  1374 2016-05-27 04:32:00          14
    +#> 926              25   A69-1303-555  1375 2016-05-27 04:58:00          14
    +#> 927              25   A69-1303-555  1376 2016-05-27 05:00:00          14
    +#> 928              25   A69-1303-555  1377 2016-05-27 05:08:00          14
    +#> 929              25   A69-1303-555  1378 2016-05-27 12:56:00          14
    +#> 930              25   A69-1303-555  1380 2016-05-27 12:58:00          14
    +#> 931              25   A69-1303-555  1381 2016-05-27 13:04:00          14
    +#> 932              25   A69-1303-555  1382 2016-05-27 13:06:00          14
    +#> 933              25   A69-1303-555  1384 2016-05-27 13:08:00          14
    +#> 934              25   A69-1303-555  1386 2016-05-27 13:10:00          14
    +#> 935              25   A69-1303-555  1387 2016-05-27 13:12:00          14
    +#> 936              25   A69-1303-555  1390 2016-05-27 13:14:00          14
    +#> 937              25   A69-1303-555  1392 2016-05-27 13:16:00          14
    +#> 938              25   A69-1303-555  1393 2016-05-27 13:20:00          14
    +#> 939              25   A69-1303-555  1394 2016-05-27 13:22:00          14
    +#> 940              25   A69-1303-555  1396 2016-05-27 13:26:00          14
    +#> 941              25   A69-1303-555  1398 2016-05-27 13:28:00          14
    +#> 942              25   A69-1303-555  1399 2016-05-27 13:30:00          14
    +#> 943              25   A69-1303-555  1401 2016-05-27 13:32:00          14
    +#> 944              25   A69-1303-555  1403 2016-05-27 13:34:00          14
    +#> 945              25   A69-1303-555  1405 2016-05-27 13:36:00          14
    +#> 946              25   A69-1303-555  1407 2016-05-27 13:38:00          14
    +#> 947              25   A69-1303-555  1408 2016-05-27 13:40:00          14
    +#> 948              25   A69-1303-555  1409 2016-05-27 13:42:00          14
    +#> 949              25   A69-1303-555  1410 2016-05-27 13:46:00          14
    +#> 950              25   A69-1303-555  1411 2016-05-27 13:48:00          14
    +#> 951              25   A69-1303-555  1414 2016-05-27 13:50:00          14
    +#> 952              25   A69-1303-555  1415 2016-05-27 13:54:00          14
    +#> 953              25   A69-1303-555  1417 2016-05-27 13:58:00          14
    +#> 954              25   A69-1303-555  1419 2016-05-27 14:00:00          14
    +#> 955              25   A69-1303-555  1420 2016-05-27 14:02:00          14
    +#> 956              25   A69-1303-555  1422 2016-05-27 14:04:00          14
    +#> 957              25   A69-1303-555  1423 2016-05-27 14:06:00          14
    +#> 958              25   A69-1303-555  1424 2016-05-27 14:08:00          14
    +#> 959              25   A69-1303-555  1426 2016-05-27 14:12:00          14
    +#> 960              25   A69-1303-555  1428 2016-05-27 14:14:00          14
    +#> 961              25   A69-1303-555  1429 2016-05-27 14:16:00          14
    +#> 962              25   A69-1303-555  1430 2016-05-27 14:18:00          14
    +#> 963              25   A69-1303-555  1432 2016-05-27 14:22:00          14
    +#> 964              25   A69-1303-555  1433 2016-05-27 14:24:00          14
    +#> 965              25   A69-1303-555  1434 2016-05-27 14:30:00          14
    +#> 966              25   A69-1303-555  1436 2016-05-27 14:42:00          14
    +#> 967              25   A69-1303-555  1437 2016-05-27 14:48:00          14
    +#> 968              25   A69-1303-555  1438 2016-05-27 14:52:00          14
    +#> 969              25   A69-1303-555  1440 2016-05-27 15:08:00          14
    +#> 970              25   A69-1303-555  1441 2016-05-27 15:10:00          14
    +#> 971              25   A69-1303-555  1442 2016-05-27 15:12:00          14
    +#> 972              25   A69-1303-555  1443 2016-05-27 15:14:00          14
    +#> 973              25   A69-1303-555  1445 2016-05-27 15:22:00          14
    +#> 974              25   A69-1303-555  1447 2016-05-27 15:24:00          14
    +#> 975              25   A69-1303-555  1448 2016-05-27 15:30:00          14
    +#> 976              25   A69-1303-555  1449 2016-05-27 15:32:00          14
    +#> 977              25   A69-1303-555  1450 2016-05-27 15:34:00          14
    +#> 978              25   A69-1303-555  1451 2016-05-27 15:36:00          14
    +#> 979              25   A69-1303-555  1452 2016-05-27 15:46:00          14
    +#> 980              25   A69-1303-555  1453 2016-05-27 15:48:00          14
    +#> 981              25   A69-1303-555  1454 2016-05-27 15:50:00          14
    +#> 982              25   A69-1303-555  1455 2016-05-27 15:52:00          14
    +#> 983              25   A69-1303-555  1456 2016-05-27 15:54:00          14
    +#> 984              25   A69-1303-555  1458 2016-05-27 15:56:00          14
    +#> 985              25   A69-1303-555  1460 2016-05-27 15:58:00          14
    +#> 986              25   A69-1303-555  1461 2016-05-27 16:02:00          14
    +#> 987              25   A69-1303-555  1462 2016-05-27 16:04:00          14
    +#> 988              25   A69-1303-555  1463 2016-05-27 16:06:00          14
    +#> 989              25   A69-1303-555  1465 2016-05-27 16:08:00          14
    +#> 990              25   A69-1303-555  1466 2016-05-27 16:12:00          14
    +#> 991              25   A69-1303-555  1467 2016-05-27 16:14:00          14
    +#> 992              25   A69-1303-555  1469 2016-05-27 16:16:00          14
    +#> 993              25   A69-1303-555  1471 2016-05-27 16:18:00          14
    +#> 994              25   A69-1303-555  1473 2016-05-27 16:20:00          14
    +#> 995              25   A69-1303-555  1475 2016-05-27 16:22:00          14
    +#> 996              25   A69-1303-555  1477 2016-05-27 16:24:00          14
    +#> 997              25   A69-1303-555  1479 2016-05-27 16:26:00          14
    +#> 998              25   A69-1303-555  1481 2016-05-27 16:28:00          14
    +#> 999              25   A69-1303-555  1483 2016-05-27 16:30:00          14
    +#> 1000             25   A69-1303-555  1485 2016-05-27 16:32:00          14
    +#> 1001             25   A69-1303-555  1486 2016-05-27 16:34:00          14
    +#> 1002             25   A69-1303-555  1488 2016-05-27 16:36:00          14
    +#> 1003             25   A69-1303-555  1491 2016-05-27 16:38:00          14
    +#> 1004             25   A69-1303-555  1493 2016-05-27 17:22:00          14
    +#> 1005             25   A69-1303-555  1494 2016-05-27 17:24:00          14
    +#> 1006             25   A69-1303-555  1496 2016-05-27 17:26:00          14
    +#> 1007             25   A69-1303-555  1498 2016-05-27 17:28:00          14
    +#> 1008             25   A69-1303-555  1499 2016-05-27 17:30:00          14
    +#> 1009             25   A69-1303-555  1500 2016-05-27 17:32:00          14
    +#> 1010             25   A69-1303-555  1501 2016-05-29 05:40:00          14
    +#> 1011             25   A69-1303-555  1502 2016-05-29 05:56:00          14
    +#> 1012             25   A69-1303-555  1504 2016-05-29 06:00:00          14
    +#> 1013             25   A69-1303-555  1505 2016-05-29 06:02:00          14
    +#> 1014             25   A69-1303-555  1507 2016-05-29 06:04:00          14
    +#> 1015             25   A69-1303-555  1508 2016-05-29 06:06:00          14
    +#> 1016             25   A69-1303-555  1510 2016-05-29 06:08:00          14
    +#> 1017             25   A69-1303-555  1512 2016-05-29 06:14:00          14
    +#> 1018             25   A69-1303-555  1514 2016-05-29 06:16:00          14
    +#> 1019             25   A69-1303-555  1515 2016-05-29 06:32:00          14
    +#> 1020             25   A69-1303-555  1516 2016-05-29 06:34:00          14
    +#> 1021             25   A69-1303-555  1517 2016-05-29 13:18:00          14
    +#> 1022             25   A69-1303-555  1518 2016-05-29 13:20:00          14
    +#> 1023             25   A69-1303-555  1519 2016-05-29 13:22:00          14
    +#> 1024             25   A69-1303-555  1521 2016-05-29 13:26:00          14
    +#> 1025             25   A69-1303-555  1522 2016-05-29 13:28:00          14
    +#> 1026             25   A69-1303-555  1523 2016-05-29 13:30:00          14
    +#> 1027             25   A69-1303-555  1524 2016-05-29 13:32:00          14
    +#> 1028             25   A69-1303-555  1526 2016-05-29 13:34:00          14
    +#> 1029             25   A69-1303-555  1527 2016-05-29 13:40:00          14
    +#> 1030             25   A69-1303-555  1528 2016-05-29 13:42:00          14
    +#> 1031             25   A69-1303-555  1530 2016-05-29 13:44:00          14
    +#> 1032             25   A69-1303-555  1533 2016-05-29 13:46:00          14
    +#> 1033             25   A69-1303-555  1535 2016-05-29 13:48:00          14
    +#> 1034             25   A69-1303-555  1536 2016-05-29 13:50:00          14
    +#> 1035             25   A69-1303-555  1539 2016-05-29 13:52:00          14
    +#> 1036             25   A69-1303-555  1541 2016-05-29 13:54:00          14
    +#> 1037             25   A69-1303-555  1543 2016-05-29 13:56:00          14
    +#> 1038             25   A69-1303-555  1544 2016-05-29 13:58:00          14
    +#> 1039             25   A69-1303-555  1545 2016-05-29 14:06:00          14
    +#> 1040             25   A69-1303-555  1546 2016-05-29 14:08:00          14
    +#> 1041             25   A69-1303-555  1547 2016-05-29 14:10:00          14
    +#> 1042             25   A69-1303-555  1549 2016-05-29 14:12:00          14
    +#> 1043             25   A69-1303-555  1552 2016-05-29 14:14:00          14
    +#> 1044             25   A69-1303-555  1553 2016-05-29 14:16:00          14
    +#> 1045             25   A69-1303-555  1554 2016-05-29 14:18:00          14
    +#> 1046             25   A69-1303-555  1556 2016-05-29 14:20:00          14
    +#> 1047             25   A69-1303-555  1558 2016-05-29 14:22:00          14
    +#> 1048             25   A69-1303-555  1560 2016-05-29 14:24:00          14
    +#> 1049             25   A69-1303-555  1561 2016-05-29 20:52:00          14
    +#> 1050             25   A69-1303-555  1563 2016-05-29 20:54:00          14
    +#> 1051             25   A69-1303-555  1565 2016-05-29 20:56:00          14
    +#> 1052             25   A69-1303-555  1567 2016-05-29 20:58:00          14
    +#> 1053             25   A69-1303-555  1569 2016-05-29 21:00:00          14
    +#> 1054             25   A69-1303-555  1571 2016-05-29 21:02:00          14
    +#> 1055             25   A69-1303-555  1573 2016-05-29 21:04:00          14
    +#> 1056             25   A69-1303-555  1575 2016-05-29 21:06:00          14
    +#> 1057             25   A69-1303-555  1576 2016-05-29 21:08:00          14
    +#> 1058             25   A69-1303-555  1577 2016-05-29 21:10:00          14
    +#> 1059             25   A69-1303-555  1579 2016-05-29 21:12:00          14
    +#> 1060             25   A69-1303-555  1581 2016-05-29 21:14:00          14
    +#> 1061             25   A69-1303-555  1584 2016-05-29 21:16:00          14
    +#> 1062             25   A69-1303-555  1586 2016-05-29 21:18:00          14
    +#> 1063             25   A69-1303-555  1588 2016-05-29 21:20:00          14
    +#> 1064             25   A69-1303-555  1590 2016-05-29 21:22:00          14
    +#> 1065             25   A69-1303-555  1592 2016-05-29 21:24:00          14
    +#> 1066             25   A69-1303-555  1593 2016-05-29 21:26:00          14
    +#> 1067             25   A69-1303-555  1596 2016-05-29 21:28:00          14
    +#> 1068             25   A69-1303-555  1598 2016-05-29 21:30:00          14
    +#> 1069             25   A69-1303-555  1600 2016-05-29 21:32:00          14
    +#> 1070             25   A69-1303-555  1602 2016-05-29 21:34:00          14
    +#> 1071             25   A69-1303-555  1604 2016-05-29 21:50:00          14
    +#> 1072             25   A69-1303-555  1605 2016-05-29 21:52:00          14
    +#> 1073             25   A69-1303-555  1607 2016-05-29 21:54:00          14
    +#> 1074             25   A69-1303-555  1609 2016-05-29 21:56:00          14
    +#> 1075             25   A69-1303-555  1611 2016-05-29 21:58:00          14
    +#> 1076             25   A69-1303-555  1613 2016-05-29 22:00:00          14
    +#> 1077             25   A69-1303-555  1614 2016-05-29 22:02:00          14
    +#> 1078             25   A69-1303-555  1615 2016-05-31 15:16:00          14
    +#> 1079             25   A69-1303-555  1616 2016-05-31 15:18:00          14
    +#> 1080             25   A69-1303-555  1617 2016-05-31 15:20:00          14
    +#> 1081             25   A69-1303-555  1619 2016-05-31 15:24:00          14
    +#> 1082             25   A69-1303-555  1621 2016-05-31 15:26:00          14
    +#> 1083             25   A69-1303-555  1623 2016-05-31 15:28:00          14
    +#> 1084             25   A69-1303-555  1625 2016-05-31 15:30:00          14
    +#> 1085             25   A69-1303-555  1627 2016-05-31 15:32:00          14
    +#> 1086             25   A69-1303-555  1629 2016-05-31 15:34:00          14
    +#> 1087             25   A69-1303-555  1630 2016-05-31 15:36:00          14
    +#> 1088             25   A69-1303-555  1632 2016-05-31 15:38:00          14
    +#> 1089             25   A69-1303-555  1633 2016-05-31 15:42:00          14
    +#> 1090             25   A69-1303-555  1634 2016-05-31 15:44:00          14
    +#> 1091             25   A69-1303-555  1636 2016-05-31 15:46:00          14
    +#> 1092             25   A69-1303-555  1639 2016-05-31 15:48:00          14
    +#> 1093             25   A69-1303-555  1641 2016-05-31 15:50:00          14
    +#> 1094             25   A69-1303-555  1643 2016-05-31 15:52:00          14
    +#> 1095             25   A69-1303-555  1644 2016-05-31 15:54:00          14
    +#> 1096             25   A69-1303-555  1646 2016-05-31 15:56:00          14
    +#> 1097             25   A69-1303-555  1648 2016-05-31 16:00:00          14
    +#> 1098             25   A69-1303-555  1649 2016-05-31 16:02:00          14
    +#> 1099             25   A69-1303-555  1650 2016-05-31 16:04:00          14
    +#> 1100             25   A69-1303-555  1651 2016-05-31 16:08:00          14
    +#> 1101             25   A69-1303-555  1652 2016-06-01 23:52:00          14
    +#> 1102             25   A69-1303-555  1653 2016-06-01 23:56:00          14
    +#> 1103             25   A69-1303-555  1654 2016-06-02 04:00:00          14
    +#> 1104             25   A69-1303-555  1655 2016-06-02 04:16:00          14
    +#> 1105             25   A69-1303-555  1656 2016-06-02 04:18:00          14
    +#> 1106             25   A69-1303-555  1657 2016-06-02 04:20:00          14
    +#> 1107             25   A69-1303-555  1660 2016-06-02 04:24:00          14
    +#> 1108             25   A69-1303-555  1662 2016-06-02 04:28:00          14
    +#> 1109             25   A69-1303-555  1663 2016-06-02 04:30:00          14
    +#> 1110             25   A69-1303-555  1664 2016-06-02 04:32:00          14
    +#> 1111             25   A69-1303-555  1665 2016-06-02 04:34:00          14
    +#> 1112             25   A69-1303-555  1667 2016-06-02 04:36:00          14
    +#> 1113             25   A69-1303-555  1669 2016-06-02 04:42:00          14
    +#> 1114             25   A69-1303-555  1670 2016-06-02 04:44:00          14
    +#> 1115             25   A69-1303-555  1672 2016-06-02 04:46:00          14
    +#> 1116             25   A69-1303-555  1673 2016-06-02 04:50:00          14
    +#> 1117             25   A69-1303-555  1674 2016-06-02 04:52:00          14
    +#> 1118             25   A69-1303-555  1676 2016-06-02 04:54:00          14
    +#> 1119             25   A69-1303-555  1677 2016-06-02 04:56:00          14
    +#> 1120             25   A69-1303-555  1679 2016-06-02 04:58:00          14
    +#> 1121             25   A69-1303-555  1680 2016-06-02 05:02:00          14
    +#> 1122             25   A69-1303-555  1682 2016-06-02 05:04:00          14
    +#> 1123             25   A69-1303-555  1684 2016-06-02 05:06:00          14
    +#> 1124             25   A69-1303-555  1685 2016-06-02 05:08:00          14
    +#> 1125             25   A69-1303-555  1688 2016-06-02 05:12:00          14
    +#> 1126             25   A69-1303-555  1689 2016-06-02 05:14:00          14
    +#> 1127             25   A69-1303-555  1691 2016-06-02 05:16:00          14
    +#> 1128             25   A69-1303-555  1693 2016-06-02 05:18:00          14
    +#> 1129             25   A69-1303-555  1694 2016-06-02 05:20:00          14
    +#> 1130             25   A69-1303-555  1695 2016-06-02 05:22:00          14
    +#> 1131             25   A69-1303-555  1697 2016-06-02 05:24:00          14
    +#> 1132             25   A69-1303-555  1699 2016-06-02 05:26:00          14
    +#> 1133             25   A69-1303-555  1700 2016-06-02 05:28:00          14
    +#> 1134             25   A69-1303-555  1701 2016-06-02 05:30:00          14
    +#> 1135             25   A69-1303-555  1702 2016-06-02 05:34:00          14
    +#> 1136             25   A69-1303-555  1704 2016-06-02 05:36:00          14
    +#> 1137             25   A69-1303-555  1706 2016-06-02 05:38:00          14
    +#> 1138             25   A69-1303-555  1708 2016-06-02 05:40:00          14
    +#> 1139             25   A69-1303-555  1710 2016-06-02 05:42:00          14
    +#> 1140             25   A69-1303-555  1712 2016-06-02 05:44:00          14
    +#> 1141             25   A69-1303-555  1713 2016-06-02 05:46:00          14
    +#> 1142             25   A69-1303-555  1715 2016-06-02 05:48:00          14
    +#> 1143             25   A69-1303-555  1716 2016-06-02 05:50:00          14
    +#> 1144             25   A69-1303-555  1719 2016-06-02 05:52:00          14
    +#> 1145             25   A69-1303-555  1721 2016-06-02 05:54:00          14
    +#> 1146             25   A69-1303-555  1723 2016-06-02 05:56:00          14
    +#> 1147             25   A69-1303-555  1725 2016-06-02 05:58:00          14
    +#> 1148             25   A69-1303-555  1727 2016-06-02 06:00:00          14
    +#> 1149             25   A69-1303-555  1729 2016-06-02 06:02:00          14
    +#> 1150             25   A69-1303-555  1730 2016-06-02 06:04:00          14
    +#> 1151             25   A69-1303-555  1731 2016-06-02 06:06:00          14
    +#> 1152             25   A69-1303-555  1732 2016-06-02 06:36:00          14
    +#> 1153             25   A69-1303-555  1733 2016-06-02 06:54:00          14
    +#> 1154             25   A69-1303-555  1734 2016-06-02 06:58:00          14
    +#> 1155             25   A69-1303-555  1735 2016-06-02 07:12:00          14
    +#> 1156             25   A69-1303-555  1736 2016-06-02 07:14:00          14
    +#> 1157             25   A69-1303-555  1737 2016-06-02 07:20:00          14
    +#> 1158             25   A69-1303-555  1739 2016-06-02 08:28:00          14
    +#> 1159             25   A69-1303-555  1741 2016-06-02 08:30:00          14
    +#> 1160             25   A69-1303-555  1742 2016-06-02 08:32:00          14
    +#> 1161             25   A69-1303-555  1744 2016-06-02 08:34:00          14
    +#> 1162             25   A69-1303-555  1745 2016-06-02 08:36:00          14
    +#> 1163             25   A69-1303-555  1747 2016-06-02 08:38:00          14
    +#> 1164             25   A69-1303-555  1749 2016-06-02 08:40:00          14
    +#> 1165             25   A69-1303-555  1751 2016-06-02 08:42:00          14
    +#> 1166             25   A69-1303-555  1752 2016-06-02 08:44:00          14
    +#> 1167             25   A69-1303-555  1754 2016-06-02 08:46:00          14
    +#> 1168             25   A69-1303-555  1757 2016-06-02 08:48:00          14
    +#> 1169             25   A69-1303-555  1759 2016-06-02 08:50:00          14
    +#> 1170             25   A69-1303-555  1760 2016-06-02 08:52:00          14
    +#> 1171             25   A69-1303-555  1762 2016-06-02 08:54:00          14
    +#> 1172             25   A69-1303-555  1763 2016-06-02 08:56:00          14
    +#> 1173             25   A69-1303-555  1765 2016-06-02 09:00:00          14
    +#> 1174             25   A69-1303-555  1767 2016-06-02 09:02:00          14
    +#> 1175             25   A69-1303-555  1768 2016-06-02 09:04:00          14
    +#> 1176             25   A69-1303-555  1770 2016-06-02 09:06:00          14
    +#> 1177             25   A69-1303-555  1771 2016-06-02 09:08:00          14
    +#> 1178             25   A69-1303-555  1773 2016-06-02 09:10:00          14
    +#> 1179             25   A69-1303-555  1774 2016-06-02 09:12:00          14
    +#> 1180             25   A69-1303-555  1775 2016-06-02 09:14:00          14
    +#> 1181             25   A69-1303-555  1776 2016-06-02 09:16:00          14
    +#> 1182             25   A69-1303-555  1777 2016-06-02 09:18:00          14
    +#> 1183             25   A69-1303-555  1779 2016-06-02 09:24:00          14
    +#> 1184             25   A69-1303-555  1780 2016-06-02 09:30:00          14
    +#> 1185             25   A69-1303-555  1781 2016-06-02 09:32:00          14
    +#> 1186             25   A69-1303-555  1783 2016-06-02 09:34:00          14
    +#> 1187             25   A69-1303-555  1786 2016-06-02 09:36:00          14
    +#> 1188             25   A69-1303-555  1788 2016-06-02 09:38:00          14
    +#> 1189             25   A69-1303-555  1790 2016-06-02 09:40:00          14
    +#> 1190             25   A69-1303-555  1791 2016-06-02 09:42:00          14
    +#> 1191             25   A69-1303-555  1793 2016-06-02 09:44:00          14
    +#> 1192             25   A69-1303-555  1795 2016-06-02 09:46:00          14
    +#> 1193             25   A69-1303-555  1797 2016-06-02 09:48:00          14
    +#> 1194             25   A69-1303-555  1798 2016-06-02 09:50:00          14
    +#> 1195             25   A69-1303-555  1800 2016-06-02 09:52:00          14
    +#> 1196             25   A69-1303-555  1802 2016-06-02 09:54:00          14
    +#> 1197             25   A69-1303-555  1804 2016-06-02 09:56:00          14
    +#> 1198             25   A69-1303-555  1805 2016-06-02 09:58:00          14
    +#> 1199             25   A69-1303-555  1807 2016-06-02 10:00:00          14
    +#> 1200             25   A69-1303-555  1809 2016-06-02 10:02:00          14
    +#> 1201             25   A69-1303-555  1811 2016-06-02 10:04:00          14
    +#> 1202             25   A69-1303-555  1813 2016-06-02 10:06:00          14
    +#> 1203             25   A69-1303-555  1815 2016-06-02 10:08:00          14
    +#> 1204             25   A69-1303-555  1817 2016-06-02 10:10:00          14
    +#> 1205             25   A69-1303-555  1819 2016-06-02 10:12:00          14
    +#> 1206             25   A69-1303-555  1821 2016-06-02 10:14:00          14
    +#> 1207             25   A69-1303-555  1822 2016-06-02 10:16:00          14
    +#> 1208             25   A69-1303-555  1824 2016-06-02 10:18:00          14
    +#> 1209             25   A69-1303-555  1826 2016-06-02 10:20:00          14
    +#> 1210             25   A69-1303-555  1827 2016-06-02 11:26:00          14
    +#> 1211             25   A69-1303-555  1828 2016-06-02 11:28:00          14
    +#> 1212             25   A69-1303-555  1830 2016-06-02 11:30:00          14
    +#> 1213             25   A69-1303-555  1832 2016-06-02 11:32:00          14
    +#> 1214             25   A69-1303-555  1833 2016-06-02 11:34:00          14
    +#> 1215             25   A69-1303-555  1835 2016-06-02 11:36:00          14
    +#> 1216             25   A69-1303-555  1836 2016-06-02 11:38:00          14
    +#> 1217             25   A69-1303-555  1838 2016-06-02 11:40:00          14
    +#> 1218             25   A69-1303-555  1840 2016-06-02 11:42:00          14
    +#> 1219             25   A69-1303-555  1841 2016-06-02 11:44:00          14
    +#> 1220             25   A69-1303-555  1844 2016-06-02 11:46:00          14
    +#> 1221             25   A69-1303-555  1846 2016-06-02 11:48:00          14
    +#> 1222             25   A69-1303-555  1847 2016-06-02 11:50:00          14
    +#> 1223             25   A69-1303-555  1849 2016-06-02 11:52:00          14
    +#> 1224             25   A69-1303-555  1850 2016-06-02 11:54:00          14
    +#> 1225             25   A69-1303-555  1851 2016-06-02 11:56:00          14
    +#> 1226             25   A69-1303-555  1853 2016-06-02 11:58:00          14
    +#> 1227             25   A69-1303-555  1856 2016-06-02 12:00:00          14
    +#> 1228             25   A69-1303-555  1857 2016-06-02 12:02:00          14
    +#> 1229             25   A69-1303-555  1859 2016-06-02 12:04:00          14
    +#> 1230             25   A69-1303-555  1861 2016-06-02 12:06:00          14
    +#> 1231             25   A69-1303-555  1863 2016-06-02 12:08:00          14
    +#> 1232             25   A69-1303-555  1865 2016-06-02 12:10:00          14
    +#> 1233             25   A69-1303-555  1867 2016-06-02 12:12:00          14
    +#> 1234             25   A69-1303-555  1869 2016-06-02 12:14:00          14
    +#> 1235             25   A69-1303-555  1871 2016-06-02 12:16:00          14
    +#> 1236             25   A69-1303-555  1873 2016-06-02 12:18:00          14
    +#> 1237             25   A69-1303-555  1874 2016-06-02 12:20:00          14
    +#> 1238             25   A69-1303-555  1876 2016-06-02 12:22:00          14
    +#> 1239             25   A69-1303-555  1877 2016-06-02 12:24:00          14
    +#> 1240             25   A69-1303-555  1879 2016-06-02 12:26:00          14
    +#> 1241             25   A69-1303-555  1880 2016-06-02 12:28:00          14
    +#> 1242             25   A69-1303-555  1882 2016-06-02 12:30:00          14
    +#> 1243             25   A69-1303-555  1884 2016-06-02 12:32:00          14
    +#> 1244             25   A69-1303-555  1885 2016-06-02 12:34:00          14
    +#> 1245             25   A69-1303-555  1888 2016-06-02 12:36:00          14
    +#> 1246             25   A69-1303-555  1889 2016-06-02 12:38:00          14
    +#> 1247             25   A69-1303-555  1891 2016-06-02 12:40:00          14
    +#> 1248             25   A69-1303-555  1894 2016-06-02 12:42:00          14
    +#> 1249             25   A69-1303-555  1895 2016-06-02 12:44:00          14
    +#> 1250             25   A69-1303-555  1897 2016-06-02 12:46:00          14
    +#> 1251             25   A69-1303-555  1898 2016-06-02 12:48:00          14
    +#> 1252             25   A69-1303-555  1899 2016-06-02 12:50:00          14
    +#> 1253             25   A69-1303-555  1901 2016-06-02 12:52:00          14
    +#> 1254             25   A69-1303-555  1903 2016-06-02 12:54:00          14
    +#> 1255             25   A69-1303-555  1905 2016-06-02 12:56:00          14
    +#> 1256             25   A69-1303-555  1907 2016-06-02 12:58:00          14
    +#> 1257             25   A69-1303-555  1908 2016-06-02 13:24:00          14
    +#> 1258             25   A69-1303-555  1910 2016-06-02 13:26:00          14
    +#> 1259             25   A69-1303-555  1911 2016-06-02 13:28:00          14
    +#> 1260             25   A69-1303-555  1914 2016-06-02 13:32:00          14
    +#> 1261             25   A69-1303-555  1917 2016-06-02 13:34:00          14
    +#> 1262             25   A69-1303-555  1919 2016-06-02 13:36:00          14
    +#> 1263             25   A69-1303-555  1920 2016-06-02 13:38:00          14
    +#> 1264             25   A69-1303-555  1923 2016-06-02 13:40:00          14
    +#> 1265             25   A69-1303-555  1925 2016-06-02 13:44:00          14
    +#> 1266             25   A69-1303-555  1926 2016-06-02 13:46:00          14
    +#> 1267             25   A69-1303-555  1928 2016-06-02 13:48:00          14
    +#> 1268             25   A69-1303-555  1930 2016-06-02 13:50:00          14
    +#> 1269             25   A69-1303-555  1932 2016-06-02 13:52:00          14
    +#> 1270             25   A69-1303-555  1934 2016-06-02 13:54:00          14
    +#> 1271             25   A69-1303-555  1936 2016-06-02 13:56:00          14
    +#> 1272             25   A69-1303-555  1938 2016-06-02 13:58:00          14
    +#> 1273             25   A69-1303-555  1940 2016-06-02 14:00:00          14
    +#> 1274             25   A69-1303-555  1941 2016-06-02 14:02:00          14
    +#> 1275             25   A69-1303-555  1943 2016-06-02 14:04:00          14
    +#> 1276             25   A69-1303-555  1945 2016-06-02 14:06:00          14
    +#> 1277             25   A69-1303-555  1946 2016-06-02 14:08:00          14
    +#> 1278             25   A69-1303-555  1948 2016-06-02 14:10:00          14
    +#> 1279             25   A69-1303-555  1949 2016-06-02 14:12:00          14
    +#> 1280             25   A69-1303-555  1951 2016-06-02 14:18:00          14
    +#> 1281             25   A69-1303-555  1952 2016-06-02 14:20:00          14
    +#> 1282             25   A69-1303-555  1954 2016-06-02 14:22:00          14
    +#> 1283             25   A69-1303-555  1955 2016-06-02 14:24:00          14
    +#> 1284             25   A69-1303-555  1957 2016-06-02 14:26:00          14
    +#> 1285             25   A69-1303-555  1958 2016-06-02 14:28:00          14
    +#> 1286             25   A69-1303-555  1961 2016-06-02 14:30:00          14
    +#> 1287             25   A69-1303-555  1963 2016-06-02 14:32:00          14
    +#> 1288             25   A69-1303-555  1965 2016-06-02 14:34:00          14
    +#> 1289             25   A69-1303-555  1967 2016-06-02 14:36:00          14
    +#> 1290             25   A69-1303-555  1969 2016-06-02 14:38:00          14
    +#> 1291             25   A69-1303-555  1970 2016-06-02 14:44:00          14
    +#> 1292             25   A69-1303-555  1972 2016-06-02 14:46:00          14
    +#> 1293             25   A69-1303-555  1974 2016-06-02 14:48:00          14
    +#> 1294             25   A69-1303-555  1975 2016-06-02 14:50:00          14
    +#> 1295             25   A69-1303-555  1977 2016-06-02 14:52:00          14
    +#> 1296             25   A69-1303-555  1979 2016-06-02 14:54:00          14
    +#> 1297             25   A69-1303-555  1981 2016-06-02 14:56:00          14
    +#> 1298             25   A69-1303-555  1982 2016-06-02 14:58:00          14
    +#> 1299             25   A69-1303-555  1983 2016-06-02 15:00:00          14
    +#> 1300             25   A69-1303-555  1984 2016-06-02 15:02:00          14
    +#> 1301             25   A69-1303-555  1985 2016-06-02 15:04:00          14
    +#> 1302             25   A69-1303-555  1987 2016-06-02 15:06:00          14
    +#> 1303             25   A69-1303-555  1989 2016-06-02 15:08:00          14
    +#> 1304             25   A69-1303-555  1991 2016-06-02 15:12:00          14
    +#> 1305             25   A69-1303-555  1993 2016-06-02 15:14:00          14
    +#> 1306             25   A69-1303-555  1994 2016-06-02 15:16:00          14
    +#> 1307             25   A69-1303-555  1995 2016-06-02 15:18:00          14
    +#> 1308             25   A69-1303-555  1996 2016-06-02 15:20:00          14
    +#> 1309             25   A69-1303-555  1997 2016-06-02 15:34:00          14
    +#> 1310             25   A69-1303-555  1998 2016-06-02 15:36:00          14
    +#> 1311             25   A69-1303-555  1999 2016-06-02 15:48:00          14
    +#> 1312             25   A69-1303-555  2000 2016-06-02 15:50:00          14
    +#> 1313             25   A69-1303-555  2002 2016-06-02 15:52:00          14
    +#> 1314             25   A69-1303-555  2003 2016-06-02 15:54:00          14
    +#> 1315             25   A69-1303-555  2005 2016-06-02 15:56:00          14
    +#> 1316             25   A69-1303-555  2006 2016-06-02 15:58:00          14
    +#> 1317             25   A69-1303-555  2009 2016-06-02 16:00:00          14
    +#> 1318             25   A69-1303-555  2012 2016-06-02 16:02:00          14
    +#> 1319             25   A69-1303-555  2014 2016-06-02 16:04:00          14
    +#> 1320             25   A69-1303-555  2016 2016-06-02 16:06:00          14
    +#> 1321             25   A69-1303-555  2018 2016-06-02 16:08:00          14
    +#> 1322             25   A69-1303-555  2019 2016-06-02 16:10:00          14
    +#> 1323             25   A69-1303-555  2021 2016-06-02 16:12:00          14
    +#> 1324             25   A69-1303-555  2023 2016-06-02 16:14:00          14
    +#> 1325             25   A69-1303-555  2024 2016-06-02 16:16:00          14
    +#> 1326             25   A69-1303-555  2026 2016-06-02 16:20:00          14
    +#> 1327             25   A69-1303-555  2027 2016-06-02 16:22:00          14
    +#> 1328             25   A69-1303-555  2028 2016-06-02 16:24:00          14
    +#> 1329             25   A69-1303-555  2029 2016-06-02 16:26:00          14
    +#> 1330             25   A69-1303-555  2030 2016-06-02 16:28:00          14
    +#> 1331             25   A69-1303-555  2031 2016-06-02 16:38:00          14
    +#> 1332             25   A69-1303-555  2032 2016-06-02 16:46:00          14
    +#> 1333             25   A69-1303-555  2033 2016-06-02 16:48:00          14
    +#> 1334             25   A69-1303-555  2034 2016-06-02 16:50:00          14
    +#> 1335             25   A69-1303-555  2035 2016-06-02 16:52:00          14
    +#> 1336             25   A69-1303-555  2036 2016-06-02 16:56:00          14
    +#> 1337             25   A69-1303-555  2037 2016-06-02 16:58:00          14
    +#> 1338             25   A69-1303-555  2040 2016-06-02 17:00:00          14
    +#> 1339             25   A69-1303-555  2041 2016-06-02 17:14:00          14
    +#> 1340             25   A69-1303-555  2042 2016-06-02 17:20:00          14
    +#> 1341             25   A69-1303-555  2043 2016-06-02 17:24:00          14
    +#> 1342             25   A69-1303-555  2044 2016-06-02 17:26:00          14
    +#> 1343             25   A69-1303-555  2045 2016-06-02 17:28:00          14
    +#> 1344             25   A69-1303-555  2047 2016-06-02 17:30:00          14
    +#> 1345             25   A69-1303-555  2049 2016-06-02 17:32:00          14
    +#> 1346             25   A69-1303-555  2051 2016-06-02 17:34:00          14
    +#> 1347             25   A69-1303-555  2052 2016-06-02 17:36:00          14
    +#> 1348             25   A69-1303-555  2054 2016-06-02 17:38:00          14
    +#> 1349             25   A69-1303-555  2056 2016-06-02 17:40:00          14
    +#> 1350             25   A69-1303-555  2058 2016-06-02 17:42:00          14
    +#> 1351             25   A69-1303-555  2061 2016-06-02 17:44:00          14
    +#> 1352             25   A69-1303-555  2064 2016-06-02 17:46:00          14
    +#> 1353             25   A69-1303-555  2066 2016-06-02 17:48:00          14
    +#> 1354             25   A69-1303-555  2068 2016-06-02 17:50:00          14
    +#> 1355             25   A69-1303-555  2069 2016-06-02 17:52:00          14
    +#> 1356             25   A69-1303-555  2071 2016-06-02 17:54:00          14
    +#> 1357             25   A69-1303-555  2073 2016-06-02 17:56:00          14
    +#> 1358             25   A69-1303-555  2075 2016-06-02 17:58:00          14
    +#> 1359             25   A69-1303-555  2077 2016-06-02 18:00:00          14
    +#> 1360             25   A69-1303-555  2079 2016-06-02 18:02:00          14
    +#> 1361             25   A69-1303-555  2081 2016-06-02 18:04:00          14
    +#> 1362             25   A69-1303-555  2083 2016-06-02 18:06:00          14
    +#> 1363             25   A69-1303-555  2084 2016-06-02 18:08:00          14
    +#> 1364             25   A69-1303-555  2086 2016-06-02 18:10:00          14
    +#> 1365             25   A69-1303-555  2087 2016-06-02 18:12:00          14
    +#> 1366             25   A69-1303-555  2089 2016-06-02 18:14:00          14
    +#> 1367             25   A69-1303-555  2091 2016-06-02 18:16:00          14
    +#> 1368             25   A69-1303-555  2093 2016-06-02 18:18:00          14
    +#> 1369             25   A69-1303-555  2095 2016-06-02 18:20:00          14
    +#> 1370             25   A69-1303-555  2098 2016-06-02 18:22:00          14
    +#> 1371             25   A69-1303-555  2099 2016-06-02 18:24:00          14
    +#> 1372             25   A69-1303-555  2101 2016-06-02 18:26:00          14
    +#> 1373             25   A69-1303-555  2102 2016-06-02 18:28:00          14
    +#> 1374             25   A69-1303-555  2104 2016-06-02 18:30:00          14
    +#> 1375             25   A69-1303-555  2106 2016-06-02 18:32:00          14
    +#> 1376             25   A69-1303-555  2107 2016-06-02 18:34:00          14
    +#> 1377             25   A69-1303-555  2109 2016-06-02 18:36:00          14
    +#> 1378             25   A69-1303-555  2112 2016-06-02 18:38:00          14
    +#> 1379             25   A69-1303-555  2114 2016-06-02 18:40:00          14
    +#> 1380             25   A69-1303-555  2115 2016-06-02 18:42:00          14
    +#> 1381             25   A69-1303-555  2118 2016-06-02 18:44:00          14
    +#> 1382             25   A69-1303-555  2119 2016-06-02 18:46:00          14
    +#> 1383             25   A69-1303-555  2121 2016-06-02 18:48:00          14
    +#> 1384             25   A69-1303-555  2123 2016-06-02 18:50:00          14
    +#> 1385             25   A69-1303-555  2125 2016-06-02 18:52:00          14
    +#> 1386             25   A69-1303-555  2127 2016-06-02 18:54:00          14
    +#> 1387             25   A69-1303-555  2129 2016-06-02 18:56:00          14
    +#> 1388             25   A69-1303-555  2131 2016-06-02 18:58:00          14
    +#> 1389             25   A69-1303-555  2133 2016-06-02 19:00:00          14
    +#> 1390             25   A69-1303-555  2135 2016-06-02 19:02:00          14
    +#> 1391             25   A69-1303-555  2137 2016-06-02 19:04:00          14
    +#> 1392             25   A69-1303-555  2138 2016-06-02 19:06:00          14
    +#> 1393             25   A69-1303-555  2139 2016-06-02 19:08:00          14
    +#> 1394             25   A69-1303-555  2140 2016-06-02 19:10:00          14
    +#> 1395             25   A69-1303-555  2141 2016-06-02 19:16:00          14
    +#> 1396             25   A69-1303-555  2143 2016-06-02 19:18:00          14
    +#> 1397             25   A69-1303-555  2145 2016-06-02 19:20:00          14
    +#> 1398             25   A69-1303-555  2147 2016-06-02 19:22:00          14
    +#> 1399             25   A69-1303-555  2149 2016-06-02 19:24:00          14
    +#> 1400             25   A69-1303-555  2150 2016-06-02 19:26:00          14
    +#> 1401             25   A69-1303-555  2152 2016-06-02 19:28:00          14
    +#> 1402             25   A69-1303-555  2155 2016-06-02 19:30:00          14
    +#> 1403             25   A69-1303-555  2157 2016-06-02 19:32:00          14
    +#> 1404             25   A69-1303-555  2158 2016-06-02 19:34:00          14
    +#> 1405             25   A69-1303-555  2159 2016-06-02 19:36:00          14
    +#> 1406             25   A69-1303-555  2160 2016-06-02 19:38:00          14
    +#> 1407             25   A69-1303-555  2161 2016-06-02 19:46:00          14
    +#> 1408             25   A69-1303-555  2162 2016-06-02 19:54:00          14
    +#> 1409             25   A69-1303-555  2163 2016-06-02 19:56:00          14
    +#> 1410             25   A69-1303-555  2164 2016-06-02 19:58:00          14
    +#> 1411             25   A69-1303-555  2165 2016-06-02 20:22:00          14
    +#> 1412             25   A69-1303-555  2166 2016-06-02 20:24:00          14
    +#> 1413             25   A69-1303-555  2167 2016-06-02 20:26:00          14
    +#> 1414             25   A69-1303-555  2169 2016-06-02 20:28:00          14
    +#> 1415             25   A69-1303-555  2171 2016-06-02 20:34:00          14
    +#> 1416             25   A69-1303-555  2172 2016-06-02 20:36:00          14
    +#> 1417             25   A69-1303-555  2175 2016-06-02 20:38:00          14
    +#> 1418             25   A69-1303-555  2176 2016-06-02 20:40:00          14
    +#> 1419             25   A69-1303-555  2177 2016-06-02 20:42:00          14
    +#> 1420             25   A69-1303-555  2178 2016-06-02 20:44:00          14
    +#> 1421             25   A69-1303-555  2179 2016-06-02 20:46:00          14
    +#> 1422             25   A69-1303-555  2180 2016-06-02 20:48:00          14
    +#> 1423             25   A69-1303-555  2181 2016-06-02 20:50:00          14
    +#> 1424             25   A69-1303-555  2184 2016-06-02 20:52:00          14
    +#> 1425             25   A69-1303-555  2186 2016-06-02 20:54:00          14
    +#> 1426             25   A69-1303-555  2187 2016-06-02 20:56:00          14
    +#> 1427             25   A69-1303-555  2188 2016-06-02 20:58:00          14
    +#> 1428             25   A69-1303-555  2189 2016-06-02 21:00:00          14
    +#> 1429             25   A69-1303-555  2191 2016-06-02 21:02:00          14
    +#> 1430             25   A69-1303-555  2193 2016-06-02 21:04:00          14
    +#> 1431             25   A69-1303-555  2194 2016-06-02 21:06:00          14
    +#> 1432             25   A69-1303-555  2196 2016-06-02 21:08:00          14
    +#> 1433             25   A69-1303-555  2198 2016-06-02 21:10:00          14
    +#> 1434             25   A69-1303-555  2199 2016-06-02 21:12:00          14
    +#> 1435             25   A69-1303-555  2202 2016-06-02 21:14:00          14
    +#> 1436             25   A69-1303-555  2204 2016-06-02 21:16:00          14
    +#> 1437             25   A69-1303-555  2206 2016-06-02 21:18:00          14
    +#> 1438             25   A69-1303-555  2208 2016-06-02 21:20:00          14
    +#> 1439             25   A69-1303-555  2210 2016-06-02 21:22:00          14
    +#> 1440             25   A69-1303-555  2213 2016-06-02 21:24:00          14
    +#> 1441             25   A69-1303-555  2214 2016-06-02 21:30:00          14
    +#> 1442             25   A69-1303-555  2215 2016-06-02 21:32:00          14
    +#> 1443             25   A69-1303-555  2217 2016-06-02 21:34:00          14
    +#> 1444             25   A69-1303-555  2218 2016-06-02 21:36:00          14
    +#> 1445             25   A69-1303-555  2219 2016-06-03 00:40:00          14
    +#> 1446             25   A69-1303-555  2220 2016-06-03 00:42:00          14
    +#> 1447             25   A69-1303-555  2223 2016-06-03 00:44:00          14
    +#> 1448             25   A69-1303-555  2224 2016-06-03 00:52:00          14
    +#> 1449             25   A69-1303-555  2226 2016-06-03 02:24:00          14
    +#> 1450             25   A69-1303-555  2227 2016-06-03 02:26:00          14
    +#> 1451             25   A69-1303-555  2228 2016-06-03 02:28:00          14
    +#> 1452             25   A69-1303-555  2230 2016-06-03 02:30:00          14
    +#> 1453             25   A69-1303-555  2232 2016-06-03 02:32:00          14
    +#> 1454             25   A69-1303-555  2234 2016-06-03 02:34:00          14
    +#> 1455             25   A69-1303-555  2236 2016-06-03 02:36:00          14
    +#> 1456             25   A69-1303-555  2238 2016-06-03 02:38:00          14
    +#> 1457             25   A69-1303-555  2239 2016-06-03 02:40:00          14
    +#> 1458             25   A69-1303-555  2242 2016-06-03 02:42:00          14
    +#> 1459             25   A69-1303-555  2244 2016-06-03 02:44:00          14
    +#> 1460             25   A69-1303-555  2245 2016-06-03 02:46:00          14
    +#> 1461             25   A69-1303-555  2246 2016-06-03 02:48:00          14
    +#> 1462             25   A69-1303-555  2248 2016-06-03 02:50:00          14
    +#> 1463             25   A69-1303-555  2249 2016-06-03 02:52:00          14
    +#> 1464             25   A69-1303-555  2251 2016-06-03 02:54:00          14
    +#> 1465             25   A69-1303-555  2253 2016-06-03 02:56:00          14
    +#> 1466             25   A69-1303-555  2255 2016-06-03 02:58:00          14
    +#> 1467             25   A69-1303-555  2257 2016-06-03 03:00:00          14
    +#> 1468             25   A69-1303-555  2259 2016-06-03 03:02:00          14
    +#> 1469             25   A69-1303-555  2261 2016-06-03 03:04:00          14
    +#> 1470             25   A69-1303-555  2263 2016-06-03 03:06:00          14
    +#> 1471             25   A69-1303-555  2265 2016-06-03 03:08:00          14
    +#> 1472             25   A69-1303-555  2266 2016-06-03 03:22:00          14
    +#> 1473             25   A69-1303-555  2268 2016-06-03 03:24:00          14
    +#> 1474             25   A69-1303-555  2270 2016-06-03 03:26:00          14
    +#> 1475             25   A69-1303-555  2272 2016-06-03 03:28:00          14
    +#> 1476             25   A69-1303-555  2274 2016-06-03 03:30:00          14
    +#> 1477             25   A69-1303-555  2275 2016-06-03 03:32:00          14
    +#> 1478             25   A69-1303-555  2277 2016-06-03 03:34:00          14
    +#> 1479             25   A69-1303-555  2279 2016-06-03 03:36:00          14
    +#> 1480             25   A69-1303-555  2280 2016-06-03 03:38:00          14
    +#> 1481             25   A69-1303-555  2283 2016-06-03 03:40:00          14
    +#> 1482             25   A69-1303-555  2285 2016-06-03 03:42:00          14
    +#> 1483             25   A69-1303-555  2286 2016-06-03 03:44:00          14
    +#> 1484             25   A69-1303-555  2288 2016-06-03 03:46:00          14
    +#> 1485             25   A69-1303-555  2290 2016-06-03 03:48:00          14
    +#> 1486             25   A69-1303-555  2292 2016-06-03 03:50:00          14
    +#> 1487             25   A69-1303-555  2294 2016-06-03 03:52:00          14
    +#> 1488             25   A69-1303-555  2297 2016-06-03 03:54:00          14
    +#> 1489             25   A69-1303-555  2299 2016-06-03 03:56:00          14
    +#> 1490             25   A69-1303-555  2301 2016-06-03 03:58:00          14
    +#> 1491             25   A69-1303-555  2303 2016-06-03 04:00:00          14
    +#> 1492             25   A69-1303-555  2304 2016-06-03 04:02:00          14
    +#> 1493             25   A69-1303-555  2307 2016-06-03 04:04:00          14
    +#> 1494             25   A69-1303-555  2309 2016-06-03 04:06:00          14
    +#> 1495             25   A69-1303-555  2311 2016-06-03 04:08:00          14
    +#> 1496             25   A69-1303-555  2313 2016-06-03 04:10:00          14
    +#> 1497             25   A69-1303-555  2314 2016-06-03 04:12:00          14
    +#> 1498             25   A69-1303-555  2316 2016-06-03 04:14:00          14
    +#> 1499             25   A69-1303-555  2318 2016-06-03 04:16:00          14
    +#> 1500             25   A69-1303-555  2319 2016-06-03 04:18:00          14
    +#> 1501             25   A69-1303-555  2321 2016-06-03 04:20:00          14
    +#> 1502             25   A69-1303-555  2323 2016-06-03 04:24:00          14
    +#> 1503             25   A69-1303-555  2325 2016-06-03 04:28:00          14
    +#> 1504             25   A69-1303-555  2326 2016-06-03 04:30:00          14
    +#> 1505             25   A69-1303-555  2327 2016-06-03 04:32:00          14
    +#> 1506             25   A69-1303-555  2328 2016-06-03 04:48:00          14
    +#> 1507             25   A69-1303-555  2329 2016-06-03 04:52:00          14
    +#> 1508             25   A69-1303-555  2330 2016-06-03 04:54:00          14
    +#> 1509             25   A69-1303-555  2331 2016-06-03 04:58:00          14
    +#> 1510             25   A69-1303-555  2332 2016-06-03 05:06:00          14
    +#> 1511             25   A69-1303-555  2333 2016-06-03 05:10:00          14
    +#> 1512             25   A69-1303-555  2335 2016-06-03 05:12:00          14
    +#> 1513             25   A69-1303-555  2337 2016-06-03 05:14:00          14
    +#> 1514             25   A69-1303-555  2338 2016-06-03 05:16:00          14
    +#> 1515             25   A69-1303-555  2340 2016-06-03 05:18:00          14
    +#> 1516             25   A69-1303-555  2341 2016-06-03 05:20:00          14
    +#> 1517             25   A69-1303-555  2342 2016-06-03 05:22:00          14
    +#> 1518             25   A69-1303-555  2344 2016-06-03 05:24:00          14
    +#> 1519             25   A69-1303-555  2346 2016-06-03 05:26:00          14
    +#> 1520             25   A69-1303-555  2350 2016-06-03 05:28:00          14
    +#> 1521             25   A69-1303-555  2352 2016-06-03 05:30:00          14
    +#> 1522             25   A69-1303-555  2354 2016-06-03 05:32:00          14
    +#> 1523             25   A69-1303-555  2355 2016-06-03 05:34:00          14
    +#> 1524             25   A69-1303-555  2358 2016-06-03 05:40:00          14
    +#> 1525             25   A69-1303-555  2359 2016-06-03 05:56:00          14
    +#> 1526             25   A69-1303-555  2360 2016-06-03 05:58:00          14
    +#> 1527             25   A69-1303-555  2361 2016-06-03 06:06:00          14
    +#> 1528             25   A69-1303-555  2362 2016-06-03 06:08:00          14
    +#> 1529             25   A69-1303-555  2363 2016-06-03 06:10:00          14
    +#> 1530             25   A69-1303-555  2364 2016-06-03 06:12:00          14
    +#> 1531             25   A69-1303-555  2365 2016-06-03 06:14:00          14
    +#> 1532             25   A69-1303-555  2366 2016-06-03 06:16:00          14
    +#> 1533             25   A69-1303-555  2368 2016-06-03 06:18:00          14
    +#> 1534             25   A69-1303-555  2371 2016-06-03 06:20:00          14
    +#> 1535             25   A69-1303-555  2373 2016-06-03 06:22:00          14
    +#> 1536             25   A69-1303-555  2375 2016-06-03 06:24:00          14
    +#> 1537             25   A69-1303-555  2377 2016-06-03 06:26:00          14
    +#> 1538             25   A69-1303-555  2378 2016-06-03 06:28:00          14
    +#> 1539             25   A69-1303-555  2379 2016-06-03 06:30:00          14
    +#> 1540             25   A69-1303-555  2381 2016-06-03 06:32:00          14
    +#> 1541             25   A69-1303-555  2383 2016-06-03 06:34:00          14
    +#> 1542             25   A69-1303-555  2385 2016-06-03 06:36:00          14
    +#> 1543             25   A69-1303-555  2387 2016-06-03 06:38:00          14
    +#> 1544             25   A69-1303-555  2389 2016-06-03 06:40:00          14
    +#> 1545             25   A69-1303-555  2391 2016-06-03 06:42:00          14
    +#> 1546             25   A69-1303-555  2392 2016-06-03 06:44:00          14
    +#> 1547             25   A69-1303-555  2393 2016-06-03 06:50:00          14
    +#> 1548             25   A69-1303-555  2394 2016-06-03 06:54:00          14
    +#> 1549             25   A69-1303-555  2396 2016-06-03 06:56:00          14
    +#> 1550             25   A69-1303-555  2398 2016-06-03 06:58:00          14
    +#> 1551             25   A69-1303-555  2399 2016-06-03 07:00:00          14
    +#> 1552             25   A69-1303-555  2400 2016-06-03 07:02:00          14
    +#> 1553             25   A69-1303-555  2401 2016-06-03 07:08:00          14
    +#> 1554             25   A69-1303-555  2403 2016-06-03 07:10:00          14
    +#> 1555             25   A69-1303-555  2405 2016-06-03 07:14:00          14
    +#> 1556             25   A69-1303-555  2408 2016-06-03 07:16:00          14
    +#> 1557             25   A69-1303-555  2409 2016-06-03 07:20:00          14
    +#> 1558             25   A69-1303-555  2410 2016-06-03 07:22:00          14
    +#> 1559             25   A69-1303-555  2411 2016-06-03 07:26:00          14
    +#> 1560             25   A69-1303-555  2412 2016-06-03 07:38:00          14
    +#> 1561             25   A69-1303-555  2413 2016-06-03 07:40:00          14
    +#> 1562             25   A69-1303-555  2415 2016-06-03 07:46:00          14
    +#> 1563             25   A69-1303-555  2416 2016-06-03 07:48:00          14
    +#> 1564             25   A69-1303-555  2418 2016-06-03 07:50:00          14
    +#> 1565             25   A69-1303-555  2419 2016-06-03 07:52:00          14
    +#> 1566             25   A69-1303-555  2420 2016-06-03 07:54:00          14
    +#> 1567             25   A69-1303-555  2421 2016-06-03 07:56:00          14
    +#> 1568             25   A69-1303-555  2422 2016-06-03 07:58:00          14
    +#> 1569             25   A69-1303-555  2424 2016-06-03 08:00:00          14
    +#> 1570             25   A69-1303-555  2425 2016-06-03 08:02:00          14
    +#> 1571             25   A69-1303-555  2426 2016-06-03 08:06:00          14
    +#> 1572             25   A69-1303-555  2428 2016-06-03 08:08:00          14
    +#> 1573             25   A69-1303-555  2429 2016-06-03 08:18:00          14
    +#> 1574             25   A69-1303-555  2431 2016-06-03 08:20:00          14
    +#> 1575             25   A69-1303-555  2433 2016-06-03 08:22:00          14
    +#> 1576             25   A69-1303-555  2435 2016-06-03 08:24:00          14
    +#> 1577             25   A69-1303-555  2437 2016-06-03 08:26:00          14
    +#> 1578             25   A69-1303-555  2439 2016-06-03 08:28:00          14
    +#> 1579             25   A69-1303-555  2440 2016-06-03 08:30:00          14
    +#> 1580             25   A69-1303-555  2443 2016-06-03 08:32:00          14
    +#> 1581             25   A69-1303-555  2444 2016-06-03 08:34:00          14
    +#> 1582             25   A69-1303-555  2446 2016-06-03 08:36:00          14
    +#> 1583             25   A69-1303-555  2448 2016-06-03 08:38:00          14
    +#> 1584             25   A69-1303-555  2449 2016-06-03 08:40:00          14
    +#> 1585             25   A69-1303-555  2452 2016-06-03 08:42:00          14
    +#> 1586             25   A69-1303-555  2454 2016-06-03 08:44:00          14
    +#> 1587             25   A69-1303-555  2456 2016-06-03 08:46:00          14
    +#> 1588             25   A69-1303-555  2457 2016-06-03 08:52:00          14
    +#> 1589             25   A69-1303-555  2458 2016-06-03 08:54:00          14
    +#> 1590             25   A69-1303-555  2460 2016-06-03 08:56:00          14
    +#> 1591             25   A69-1303-555  2463 2016-06-03 08:58:00          14
    +#> 1592             25   A69-1303-555  2465 2016-06-03 09:00:00          14
    +#> 1593             25   A69-1303-555  2467 2016-06-03 09:02:00          14
    +#> 1594             25   A69-1303-555  2468 2016-06-03 09:04:00          14
    +#> 1595             25   A69-1303-555  2469 2016-06-03 09:06:00          14
    +#> 1596             25   A69-1303-555  2472 2016-06-03 09:08:00          14
    +#> 1597             25   A69-1303-555  2474 2016-06-03 09:10:00          14
    +#> 1598             25   A69-1303-555  2476 2016-06-03 09:14:00          14
    +#> 1599             25   A69-1303-555  2478 2016-06-03 09:16:00          14
    +#> 1600             25   A69-1303-555  2479 2016-06-03 09:18:00          14
    +#> 1601             25   A69-1303-555  2482 2016-06-03 09:20:00          14
    +#> 1602             25   A69-1303-555  2484 2016-06-03 09:22:00          14
    +#> 1603             25   A69-1303-555  2486 2016-06-03 09:24:00          14
    +#> 1604             25   A69-1303-555  2489 2016-06-03 09:26:00          14
    +#> 1605             25   A69-1303-555  2490 2016-06-03 09:28:00          14
    +#> 1606             25   A69-1303-555  2492 2016-06-03 09:32:00          14
    +#> 1607             25   A69-1303-555  2494 2016-06-03 09:34:00          14
    +#> 1608             25   A69-1303-555  2496 2016-06-03 09:36:00          14
    +#> 1609             25   A69-1303-555  2498 2016-06-03 09:38:00          14
    +#> 1610             25   A69-1303-555  2500 2016-06-03 09:40:00          14
    +#> 1611             25   A69-1303-555  2502 2016-06-03 09:42:00          14
    +#> 1612             25   A69-1303-555  2503 2016-06-03 09:44:00          14
    +#> 1613             25   A69-1303-555  2505 2016-06-03 09:46:00          14
    +#> 1614             25   A69-1303-555  2507 2016-06-03 09:48:00          14
    +#> 1615             25   A69-1303-555  2509 2016-06-03 09:50:00          14
    +#> 1616             25   A69-1303-555  2511 2016-06-03 09:52:00          14
    +#> 1617             25   A69-1303-555  2513 2016-06-03 09:54:00          14
    +#> 1618             25   A69-1303-555  2515 2016-06-03 09:56:00          14
    +#> 1619             25   A69-1303-555  2517 2016-06-03 09:58:00          14
    +#> 1620             25   A69-1303-555  2519 2016-06-03 10:00:00          14
    +#> 1621             25   A69-1303-555  2521 2016-06-03 10:02:00          14
    +#> 1622             25   A69-1303-555  2523 2016-06-03 10:04:00          14
    +#> 1623             25   A69-1303-555  2526 2016-06-03 10:06:00          14
    +#> 1624             25   A69-1303-555  2527 2016-06-03 10:08:00          14
    +#> 1625             25   A69-1303-555  2529 2016-06-03 10:10:00          14
    +#> 1626             25   A69-1303-555  2531 2016-06-03 10:12:00          14
    +#> 1627             25   A69-1303-555  2533 2016-06-03 10:14:00          14
    +#> 1628             25   A69-1303-555  2535 2016-06-03 10:16:00          14
    +#> 1629             25   A69-1303-555  2537 2016-06-03 10:20:00          14
    +#> 1630             25   A69-1303-555  2539 2016-06-03 10:22:00          14
    +#> 1631             25   A69-1303-555  2540 2016-06-03 10:24:00          14
    +#> 1632             25   A69-1303-555  2542 2016-06-03 10:26:00          14
    +#> 1633             25   A69-1303-555  2544 2016-06-03 10:28:00          14
    +#> 1634             25   A69-1303-555  2546 2016-06-03 10:30:00          14
    +#> 1635             25   A69-1303-555  2548 2016-06-03 10:32:00          14
    +#> 1636             25   A69-1303-555  2550 2016-06-03 10:34:00          14
    +#> 1637             25   A69-1303-555  2552 2016-06-03 10:36:00          14
    +#> 1638             25   A69-1303-555  2554 2016-06-03 10:38:00          14
    +#> 1639             25   A69-1303-555  2556 2016-06-03 10:40:00          14
    +#> 1640             25   A69-1303-555  2557 2016-06-03 10:42:00          14
    +#> 1641             25   A69-1303-555  2558 2016-06-03 10:44:00          14
    +#> 1642             25   A69-1303-555  2560 2016-06-03 10:46:00          14
    +#> 1643             25   A69-1303-555  2562 2016-06-03 10:48:00          14
    +#> 1644             25   A69-1303-555  2564 2016-06-03 10:50:00          14
    +#> 1645             25   A69-1303-555  2565 2016-06-03 10:52:00          14
    +#> 1646             25   A69-1303-555  2567 2016-06-03 10:54:00          14
    +#> 1647             25   A69-1303-555  2570 2016-06-03 10:56:00          14
    +#> 1648             25   A69-1303-555  2572 2016-06-03 10:58:00          14
    +#> 1649             25   A69-1303-555  2573 2016-06-03 11:00:00          14
    +#> 1650             25   A69-1303-555  2575 2016-06-03 11:02:00          14
    +#> 1651             25   A69-1303-555  2578 2016-06-03 11:04:00          14
    +#> 1652             25   A69-1303-555  2580 2016-06-03 11:06:00          14
    +#> 1653             25   A69-1303-555  2582 2016-06-03 11:08:00          14
    +#> 1654             25   A69-1303-555  2584 2016-06-03 11:10:00          14
    +#> 1655             25   A69-1303-555  2586 2016-06-03 11:12:00          14
    +#> 1656             25   A69-1303-555  2589 2016-06-03 11:14:00          14
    +#> 1657             25   A69-1303-555  2590 2016-06-03 11:16:00          14
    +#> 1658             25   A69-1303-555  2592 2016-06-03 11:18:00          14
    +#> 1659             25   A69-1303-555  2594 2016-06-03 11:20:00          14
    +#> 1660             25   A69-1303-555  2596 2016-06-03 11:22:00          14
    +#> 1661             25   A69-1303-555  2597 2016-06-03 11:24:00          14
    +#> 1662             25   A69-1303-555  2599 2016-06-03 11:26:00          14
    +#> 1663             25   A69-1303-555  2601 2016-06-03 11:28:00          14
    +#> 1664             25   A69-1303-555  2603 2016-06-03 11:30:00          14
    +#> 1665             25   A69-1303-555  2604 2016-06-03 11:32:00          14
    +#> 1666             25   A69-1303-555  2606 2016-06-03 11:34:00          14
    +#> 1667             25   A69-1303-555  2607 2016-06-03 11:36:00          14
    +#> 1668             25   A69-1303-555  2610 2016-06-03 11:38:00          14
    +#> 1669             25   A69-1303-555  2611 2016-06-03 11:40:00          14
    +#> 1670             25   A69-1303-555  2614 2016-06-03 11:42:00          14
    +#> 1671             25   A69-1303-555  2616 2016-06-03 11:44:00          14
    +#> 1672             25   A69-1303-555  2617 2016-06-03 11:46:00          14
    +#> 1673             25   A69-1303-555  2619 2016-06-03 11:48:00          14
    +#> 1674             25   A69-1303-555  2621 2016-06-03 11:50:00          14
    +#> 1675             25   A69-1303-555  2623 2016-06-03 11:52:00          14
    +#> 1676             25   A69-1303-555  2625 2016-06-03 11:54:00          14
    +#> 1677             25   A69-1303-555  2627 2016-06-03 11:56:00          14
    +#> 1678             25   A69-1303-555  2629 2016-06-03 11:58:00          14
    +#> 1679             25   A69-1303-555  2631 2016-06-03 12:00:00          14
    +#> 1680             25   A69-1303-555  2633 2016-06-03 12:02:00          14
    +#> 1681             25   A69-1303-555  2635 2016-06-03 12:04:00          14
    +#> 1682             25   A69-1303-555  2638 2016-06-03 12:06:00          14
    +#> 1683             25   A69-1303-555  2640 2016-06-03 12:08:00          14
    +#> 1684             25   A69-1303-555  2642 2016-06-03 12:10:00          14
    +#> 1685             25   A69-1303-555  2643 2016-06-03 12:12:00          14
    +#> 1686             25   A69-1303-555  2644 2016-06-03 12:14:00          14
    +#> 1687             25   A69-1303-555  2645 2016-06-03 12:16:00          14
    +#> 1688             25   A69-1303-555  2648 2016-06-03 12:18:00          14
    +#> 1689             25   A69-1303-555  2650 2016-06-03 12:24:00          14
    +#> 1690             25   A69-1303-555  2652 2016-06-03 12:26:00          14
    +#> 1691             25   A69-1303-555  2655 2016-06-03 12:28:00          14
    +#> 1692             25   A69-1303-555  2656 2016-06-03 12:30:00          14
    +#> 1693             25   A69-1303-555  2658 2016-06-03 12:32:00          14
    +#> 1694             25   A69-1303-555  2660 2016-06-03 12:34:00          14
    +#> 1695             25   A69-1303-555  2661 2016-06-03 12:36:00          14
    +#> 1696             25   A69-1303-555  2663 2016-06-03 12:38:00          14
    +#> 1697             25   A69-1303-555  2665 2016-06-03 12:40:00          14
    +#> 1698             25   A69-1303-555  2667 2016-06-03 12:42:00          14
    +#> 1699             25   A69-1303-555  2669 2016-06-03 12:44:00          14
    +#> 1700             25   A69-1303-555  2672 2016-06-03 12:46:00          14
    +#> 1701             25   A69-1303-555  2673 2016-06-03 12:48:00          14
    +#> 1702             25   A69-1303-555  2675 2016-06-03 12:50:00          14
    +#> 1703             25   A69-1303-555  2677 2016-06-03 12:52:00          14
    +#> 1704             25   A69-1303-555  2678 2016-06-03 12:54:00          14
    +#> 1705             25   A69-1303-555  2680 2016-06-03 12:56:00          14
    +#> 1706             25   A69-1303-555  2683 2016-06-03 12:58:00          14
    +#> 1707             25   A69-1303-555  2684 2016-06-03 13:00:00          14
    +#> 1708             25   A69-1303-555  2686 2016-06-03 13:02:00          14
    +#> 1709             25   A69-1303-555  2688 2016-06-03 13:04:00          14
    +#> 1710             25   A69-1303-555  2690 2016-06-03 13:06:00          14
    +#> 1711             25   A69-1303-555  2692 2016-06-03 13:08:00          14
    +#> 1712             25   A69-1303-555  2694 2016-06-03 13:10:00          14
    +#> 1713             25   A69-1303-555  2696 2016-06-03 13:12:00          14
    +#> 1714             25   A69-1303-555  2699 2016-06-03 13:14:00          14
    +#> 1715             25   A69-1303-555  2700 2016-06-03 13:16:00          14
    +#> 1716             25   A69-1303-555  2702 2016-06-03 13:18:00          14
    +#> 1717             25   A69-1303-555  2704 2016-06-03 13:22:00          14
    +#> 1718             25   A69-1303-555  2707 2016-06-03 13:26:00          14
    +#> 1719             25   A69-1303-555  2708 2016-06-03 13:28:00          14
    +#> 1720             25   A69-1303-555  2710 2016-06-03 13:30:00          14
    +#> 1721             25   A69-1303-555  2712 2016-06-03 13:32:00          14
    +#> 1722             25   A69-1303-555  2713 2016-06-03 13:34:00          14
    +#> 1723             25   A69-1303-555  2715 2016-06-03 13:36:00          14
    +#> 1724             25   A69-1303-555  2717 2016-06-03 13:38:00          14
    +#> 1725             25   A69-1303-555  2718 2016-06-03 13:40:00          14
    +#> 1726             25   A69-1303-555  2720 2016-06-03 13:42:00          14
    +#> 1727             25   A69-1303-555  2722 2016-06-03 13:44:00          14
    +#> 1728             25   A69-1303-555  2725 2016-06-03 13:46:00          14
    +#> 1729             25   A69-1303-555  2727 2016-06-03 13:48:00          14
    +#> 1730             25   A69-1303-555  2728 2016-06-03 13:50:00          14
    +#> 1731             25   A69-1303-555  2730 2016-06-03 13:52:00          14
    +#> 1732             25   A69-1303-555  2732 2016-06-03 13:54:00          14
    +#> 1733             25   A69-1303-555  2734 2016-06-03 13:56:00          14
    +#> 1734             25   A69-1303-555  2736 2016-06-03 13:58:00          14
    +#> 1735             25   A69-1303-555  2738 2016-06-03 14:00:00          14
    +#> 1736             25   A69-1303-555  2740 2016-06-03 14:02:00          14
    +#> 1737             25   A69-1303-555  2741 2016-06-03 14:04:00          14
    +#> 1738             25   A69-1303-555  2744 2016-06-03 14:06:00          14
    +#> 1739             25   A69-1303-555  2745 2016-06-03 14:12:00          14
    +#> 1740             25   A69-1303-555  2746 2016-06-03 14:14:00          14
    +#> 1741             25   A69-1303-555  2748 2016-06-03 14:16:00          14
    +#> 1742             25   A69-1303-555  2749 2016-06-03 14:18:00          14
    +#> 1743             25   A69-1303-555  2751 2016-06-03 14:30:00          14
    +#> 1744             25   A69-1303-555  2753 2016-06-03 14:32:00          14
    +#> 1745             25   A69-1303-555  2756 2016-06-03 14:34:00          14
    +#> 1746             25   A69-1303-555  2757 2016-06-03 14:36:00          14
    +#> 1747             25   A69-1303-555  2760 2016-06-03 14:38:00          14
    +#> 1748             25   A69-1303-555  2761 2016-06-03 14:40:00          14
    +#> 1749             25   A69-1303-555  2763 2016-06-03 14:42:00          14
    +#> 1750             25   A69-1303-555  2765 2016-06-03 14:44:00          14
    +#> 1751             25   A69-1303-555  2767 2016-06-03 14:46:00          14
    +#> 1752             25   A69-1303-555  2768 2016-06-03 14:48:00          14
    +#> 1753             25   A69-1303-555  2770 2016-06-03 14:50:00          14
    +#> 1754             25   A69-1303-555  2771 2016-06-03 14:52:00          14
    +#> 1755             25   A69-1303-555  2773 2016-06-03 14:58:00          14
    +#> 1756             25   A69-1303-555  2775 2016-06-03 15:00:00          14
    +#> 1757             25   A69-1303-555  2776 2016-06-03 15:02:00          14
    +#> 1758             25   A69-1303-555  2777 2016-06-03 15:06:00          14
    +#> 1759             25   A69-1303-555  2779 2016-06-03 15:10:00          14
    +#> 1760             25   A69-1303-555  2781 2016-06-03 15:12:00          14
    +#> 1761             25   A69-1303-555  2783 2016-06-03 15:14:00          14
    +#> 1762             25   A69-1303-555  2785 2016-06-03 15:16:00          14
    +#> 1763             25   A69-1303-555  2787 2016-06-03 15:18:00          14
    +#> 1764             25   A69-1303-555  2788 2016-06-03 15:22:00          14
    +#> 1765             25   A69-1303-555  2789 2016-06-03 15:24:00          14
    +#> 1766             25   A69-1303-555  2791 2016-06-03 15:26:00          14
    +#> 1767             25   A69-1303-555  2793 2016-06-03 15:28:00          14
    +#> 1768             25   A69-1303-555  2795 2016-06-03 15:30:00          14
    +#> 1769             25   A69-1303-555  2797 2016-06-03 15:32:00          14
    +#> 1770             25   A69-1303-555  2799 2016-06-03 15:34:00          14
    +#> 1771             25   A69-1303-555  2801 2016-06-03 15:36:00          14
    +#> 1772             25   A69-1303-555  2803 2016-06-03 15:38:00          14
    +#> 1773             25   A69-1303-555  2804 2016-06-03 15:40:00          14
    +#> 1774             25   A69-1303-555  2806 2016-06-03 15:42:00          14
    +#> 1775             25   A69-1303-555  2808 2016-06-03 15:44:00          14
    +#> 1776             25   A69-1303-555  2809 2016-06-03 15:46:00          14
    +#> 1777             25   A69-1303-555  2811 2016-06-03 15:48:00          14
    +#> 1778             25   A69-1303-555  2814 2016-06-03 15:50:00          14
    +#> 1779             25   A69-1303-555  2815 2016-06-03 15:52:00          14
    +#> 1780             25   A69-1303-555  2816 2016-06-03 15:54:00          14
    +#> 1781             25   A69-1303-555  2817 2016-06-03 15:56:00          14
    +#> 1782             25   A69-1303-555  2819 2016-06-03 15:58:00          14
    +#> 1783             25   A69-1303-555  2821 2016-06-03 16:00:00          14
    +#> 1784             25   A69-1303-555  2822 2016-06-03 16:02:00          14
    +#> 1785             25   A69-1303-555  2823 2016-06-03 16:06:00          14
    +#> 1786             25   A69-1303-555  2825 2016-06-03 16:18:00          14
    +#> 1787             25   A69-1303-555  2826 2016-06-03 16:24:00          14
    +#> 1788             25   A69-1303-555  2827 2016-06-03 16:46:00          14
    +#> 1789             25   A69-1303-555  2828 2016-06-03 16:50:00          14
    +#> 1790             25   A69-1303-555  2829 2016-06-03 16:58:00          14
    +#> 1791             25   A69-1303-555  2831 2016-06-03 17:00:00          14
    +#> 1792             25   A69-1303-555  2832 2016-06-03 17:02:00          14
    +#> 1793             25   A69-1303-555  2833 2016-06-03 17:04:00          14
    +#> 1794             25   A69-1303-555  2834 2016-06-03 17:06:00          14
    +#> 1795             25   A69-1303-555  2835 2016-06-03 17:08:00          14
    +#> 1796             25   A69-1303-555  2836 2016-06-03 17:10:00          14
    +#> 1797             25   A69-1303-555  2837 2016-06-03 17:12:00          14
    +#> 1798             25   A69-1303-555  2838 2016-06-03 17:14:00          14
    +#> 1799             25   A69-1303-555  2839 2016-06-03 17:16:00          14
    +#> 1800             25   A69-1303-555  2842 2016-06-03 17:18:00          14
    +#> 1801             25   A69-1303-555  2843 2016-06-03 17:20:00          14
    +#> 1802             25   A69-1303-555  2845 2016-06-03 17:22:00          14
    +#> 1803             25   A69-1303-555  2847 2016-06-03 17:24:00          14
    +#> 1804             25   A69-1303-555  2849 2016-06-03 17:26:00          14
    +#> 1805             25   A69-1303-555  2851 2016-06-03 17:28:00          14
    +#> 1806             25   A69-1303-555  2853 2016-06-03 17:30:00          14
    +#> 1807             25   A69-1303-555  2855 2016-06-03 17:32:00          14
    +#> 1808             25   A69-1303-555  2857 2016-06-03 17:34:00          14
    +#> 1809             25   A69-1303-555  2858 2016-06-03 17:36:00          14
    +#> 1810             25   A69-1303-555  2860 2016-06-03 17:38:00          14
    +#> 1811             25   A69-1303-555  2862 2016-06-03 17:40:00          14
    +#> 1812             25   A69-1303-555  2864 2016-06-03 17:42:00          14
    +#> 1813             25   A69-1303-555  2865 2016-06-03 17:44:00          14
    +#> 1814             25   A69-1303-555  2866 2016-06-03 17:48:00          14
    +#> 1815             25   A69-1303-555  2868 2016-06-03 17:50:00          14
    +#> 1816             25   A69-1303-555  2869 2016-06-03 17:52:00          14
    +#> 1817             25   A69-1303-555  2871 2016-06-03 17:54:00          14
    +#> 1818             25   A69-1303-555  2872 2016-06-03 17:56:00          14
    +#> 1819             25   A69-1303-555  2875 2016-06-03 18:00:00          14
    +#> 1820             25   A69-1303-555  2876 2016-06-03 18:02:00          14
    +#> 1821             25   A69-1303-555  2877 2016-06-03 18:04:00          14
    +#> 1822             25   A69-1303-555  2879 2016-06-03 18:06:00          14
    +#> 1823             25   A69-1303-555  2881 2016-06-03 18:08:00          14
    +#> 1824             25   A69-1303-555  2883 2016-06-03 18:10:00          14
    +#> 1825             25   A69-1303-555  2884 2016-06-03 18:20:00          14
    +#> 1826             25   A69-1303-555  2886 2016-06-03 18:22:00          14
    +#> 1827             25   A69-1303-555  2888 2016-06-03 18:24:00          14
    +#> 1828             25   A69-1303-555  2889 2016-06-03 18:26:00          14
    +#> 1829             25   A69-1303-555  2891 2016-06-03 18:28:00          14
    +#> 1830             25   A69-1303-555  2893 2016-06-03 18:30:00          14
    +#> 1831             25   A69-1303-555  2895 2016-06-03 18:32:00          14
    +#> 1832             25   A69-1303-555  2897 2016-06-03 18:34:00          14
    +#> 1833             25   A69-1303-555  2898 2016-06-03 18:36:00          14
    +#> 1834             25   A69-1303-555  2899 2016-06-03 18:38:00          14
    +#> 1835             25   A69-1303-555  2900 2016-06-03 18:40:00          14
    +#> 1836             25   A69-1303-555  2901 2016-06-03 18:42:00          14
    +#> 1837             25   A69-1303-555  2904 2016-06-03 18:44:00          14
    +#> 1838             25   A69-1303-555  2905 2016-06-03 18:48:00          14
    +#> 1839             25   A69-1303-555  2906 2016-06-03 18:50:00          14
    +#> 1840             25   A69-1303-555  2907 2016-06-03 18:56:00          14
    +#> 1841             25   A69-1303-555  2908 2016-06-03 18:58:00          14
    +#> 1842             25   A69-1303-555  2909 2016-06-03 19:02:00          14
    +#> 1843             25   A69-1303-555  2910 2016-06-03 19:04:00          14
    +#> 1844             25   A69-1303-555  2912 2016-06-03 19:06:00          14
    +#> 1845             25   A69-1303-555  2913 2016-06-03 19:08:00          14
    +#> 1846             25   A69-1303-555  2915 2016-06-03 19:10:00          14
    +#> 1847             25   A69-1303-555  2917 2016-06-03 19:12:00          14
    +#> 1848             25   A69-1303-555  2919 2016-06-03 19:14:00          14
    +#> 1849             25   A69-1303-555  2921 2016-06-03 19:16:00          14
    +#> 1850             25   A69-1303-555  2922 2016-06-03 19:18:00          14
    +#> 1851             25   A69-1303-555  2925 2016-06-03 19:20:00          14
    +#> 1852             25   A69-1303-555  2926 2016-06-03 19:22:00          14
    +#> 1853             25   A69-1303-555  2927 2016-06-03 19:24:00          14
    +#> 1854             25   A69-1303-555  2929 2016-06-03 19:26:00          14
    +#> 1855             25   A69-1303-555  2932 2016-06-03 19:28:00          14
    +#> 1856             25   A69-1303-555  2935 2016-06-03 19:30:00          14
    +#> 1857             25   A69-1303-555  2937 2016-06-03 19:32:00          14
    +#> 1858             25   A69-1303-555  2940 2016-06-04 00:40:00          14
    +#> 1859             25   A69-1303-555  2941 2016-06-04 00:42:00          14
    +#> 1860             25   A69-1303-555  2942 2016-06-04 00:46:00          14
    +#> 1861             25   A69-1303-555  2943 2016-06-04 00:48:00          14
    +#> 1862             25   A69-1303-555  2944 2016-06-04 01:00:00          14
    +#> 1863             25   A69-1303-555  2945 2016-06-04 01:04:00          14
    +#> 1864             25   A69-1303-555  2946 2016-06-04 01:10:00          14
    +#> 1865             25   A69-1303-555  2947 2016-06-04 01:12:00          14
    +#> 1866             25   A69-1303-555  2948 2016-06-04 01:14:00          14
    +#> 1867             25   A69-1303-555  2949 2016-06-04 01:16:00          14
    +#> 1868             25   A69-1303-555  2951 2016-06-04 01:18:00          14
    +#> 1869             25   A69-1303-555  2952 2016-06-04 01:20:00          14
    +#> 1870             25   A69-1303-555  2954 2016-06-04 01:22:00          14
    +#> 1871             25   A69-1303-555  2956 2016-06-04 01:24:00          14
    +#> 1872             25   A69-1303-555  2957 2016-06-04 01:26:00          14
    +#> 1873             25   A69-1303-555  2959 2016-06-04 01:28:00          14
    +#> 1874             25   A69-1303-555  2962 2016-06-04 01:30:00          14
    +#> 1875             25   A69-1303-555  2963 2016-06-04 01:32:00          14
    +#> 1876             25   A69-1303-555  2966 2016-06-04 01:34:00          14
    +#> 1877             25   A69-1303-555  2967 2016-06-04 01:36:00          14
    +#> 1878             25   A69-1303-555  2968 2016-06-04 01:38:00          14
    +#> 1879             25   A69-1303-555  2969 2016-06-04 01:40:00          14
    +#> 1880             25   A69-1303-555  2970 2016-06-04 01:44:00          14
    +#> 1881             25   A69-1303-555  2972 2016-06-04 01:48:00          14
    +#> 1882             25   A69-1303-555  2974 2016-06-04 01:50:00          14
    +#> 1883             25   A69-1303-555  2976 2016-06-04 01:54:00          14
    +#> 1884             25   A69-1303-555  2978 2016-06-04 01:56:00          14
    +#> 1885             25   A69-1303-555  2980 2016-06-04 01:58:00          14
    +#> 1886             25   A69-1303-555  2981 2016-06-04 02:00:00          14
    +#> 1887             25   A69-1303-555  2983 2016-06-04 02:02:00          14
    +#> 1888             25   A69-1303-555  2984 2016-06-04 02:04:00          14
    +#> 1889             25   A69-1303-555  2986 2016-06-04 02:06:00          14
    +#> 1890             25   A69-1303-555  2988 2016-06-04 02:08:00          14
    +#> 1891             25   A69-1303-555  2990 2016-06-04 02:10:00          14
    +#> 1892             25   A69-1303-555  2992 2016-06-04 02:12:00          14
    +#> 1893             25   A69-1303-555  2994 2016-06-04 02:18:00          14
    +#> 1894             25   A69-1303-555  2996 2016-06-04 02:20:00          14
    +#> 1895             25   A69-1303-555  2997 2016-06-04 02:22:00          14
    +#> 1896             25   A69-1303-555  3000 2016-06-04 02:24:00          14
    +#> 1897             25   A69-1303-555  3002 2016-06-04 02:26:00          14
    +#> 1898             25   A69-1303-555  3004 2016-06-04 02:28:00          14
    +#> 1899             25   A69-1303-555  3005 2016-06-04 02:34:00          14
    +#> 1900             25   A69-1303-555  3006 2016-06-04 02:36:00          14
    +#> 1901             25   A69-1303-555  3007 2016-06-04 03:12:00          14
    +#> 1902             25   A69-1303-555  3009 2016-06-04 03:14:00          14
    +#> 1903             25   A69-1303-555  3011 2016-06-04 03:16:00          14
    +#> 1904             25   A69-1303-555  3012 2016-06-04 03:18:00          14
    +#> 1905             25   A69-1303-555  3013 2016-06-04 03:22:00          14
    +#> 1906             25   A69-1303-555  3014 2016-06-04 03:26:00          14
    +#> 1907             25   A69-1303-555  3016 2016-06-04 03:28:00          14
    +#> 1908             25   A69-1303-555  3017 2016-06-04 03:30:00          14
    +#> 1909             25   A69-1303-555  3018 2016-06-04 03:56:00          14
    +#> 1910             25   A69-1303-555  3019 2016-06-04 03:58:00          14
    +#> 1911             25   A69-1303-555  3021 2016-06-04 04:00:00          14
    +#> 1912             25   A69-1303-555  3022 2016-06-04 04:02:00          14
    +#> 1913             25   A69-1303-555  3023 2016-06-04 04:04:00          14
    +#> 1914             25   A69-1303-555  3025 2016-06-04 04:06:00          14
    +#> 1915             25   A69-1303-555  3027 2016-06-04 04:08:00          14
    +#> 1916             25   A69-1303-555  3029 2016-06-04 04:10:00          14
    +#> 1917             25   A69-1303-555  3030 2016-06-04 04:12:00          14
    +#> 1918             25   A69-1303-555  3031 2016-06-04 04:16:00          14
    +#> 1919             25   A69-1303-555  3034 2016-06-04 04:24:00          14
    +#> 1920             25   A69-1303-555  3035 2016-06-04 04:26:00          14
    +#> 1921             25   A69-1303-555  3037 2016-06-04 04:28:00          14
    +#> 1922             25   A69-1303-555  3038 2016-06-04 04:32:00          14
    +#> 1923             25   A69-1303-555  3039 2016-06-04 04:34:00          14
    +#> 1924             25   A69-1303-555  3040 2016-06-04 04:38:00          14
    +#> 1925             25   A69-1303-555  3042 2016-06-04 04:40:00          14
    +#> 1926             25   A69-1303-555  3044 2016-06-04 04:42:00          14
    +#> 1927             25   A69-1303-555  3045 2016-06-04 04:44:00          14
    +#> 1928             25   A69-1303-555  3047 2016-06-04 04:46:00          14
    +#> 1929             25   A69-1303-555  3049 2016-06-04 04:48:00          14
    +#> 1930             25   A69-1303-555  3050 2016-06-04 04:50:00          14
    +#> 1931             25   A69-1303-555  3052 2016-06-04 04:52:00          14
    +#> 1932             25   A69-1303-555  3054 2016-06-04 04:54:00          14
    +#> 1933             25   A69-1303-555  3055 2016-06-04 04:56:00          14
    +#> 1934             25   A69-1303-555  3057 2016-06-04 04:58:00          14
    +#> 1935             25   A69-1303-555  3059 2016-06-04 05:00:00          14
    +#> 1936             25   A69-1303-555  3061 2016-06-04 05:02:00          14
    +#> 1937             25   A69-1303-555  3063 2016-06-04 05:04:00          14
    +#> 1938             25   A69-1303-555  3065 2016-06-04 05:08:00          14
    +#> 1939             25   A69-1303-555  3066 2016-06-04 05:16:00          14
    +#> 1940             25   A69-1303-555  3068 2016-06-04 07:00:00          14
    +#> 1941             25   A69-1303-555  3069 2016-06-04 07:04:00          14
    +#> 1942             25   A69-1303-555  3071 2016-06-04 07:06:00          14
    +#> 1943             25   A69-1303-555  3072 2016-06-04 07:10:00          14
    +#> 1944             25   A69-1303-555  3075 2016-06-04 07:12:00          14
    +#> 1945             25   A69-1303-555  3076 2016-06-04 07:14:00          14
    +#> 1946             25   A69-1303-555  3078 2016-06-04 07:18:00          14
    +#> 1947             25   A69-1303-555  3079 2016-06-04 10:26:00          14
    +#> 1948             25   A69-1303-555  3080 2016-06-04 10:34:00          14
    +#> 1949             25   A69-1303-555  3081 2016-06-04 10:40:00          14
    +#> 1950             25   A69-1303-555  3082 2016-06-04 11:08:00          14
    +#> 1951             25   A69-1303-555  3083 2016-06-04 11:10:00          14
    +#> 1952             25   A69-1303-555  3084 2016-06-04 11:24:00          14
    +#> 1953             25   A69-1303-555  3085 2016-06-04 11:38:00          14
    +#> 1954             25   A69-1303-555  3086 2016-06-04 12:02:00          14
    +#> 1955             25   A69-1303-555  3087 2016-06-04 18:46:00          14
    +#> 1956             25   A69-1303-555  3088 2016-06-04 18:48:00          14
    +#> 1957             25   A69-1303-555  3089 2016-06-04 19:14:00          14
    +#> 1958             25   A69-1303-555  3090 2016-06-04 19:16:00          14
    +#> 1959             25   A69-1303-555  3091 2016-06-07 09:50:00          14
    +#> 1960             25   A69-1303-555  3092 2016-06-07 09:58:00          14
    +#> 1961             25   A69-1303-555  3093 2016-06-07 10:08:00          14
    +#> 1962             25   A69-1303-555  3094 2016-06-07 10:10:00          14
    +#> 1963             25   A69-1303-555  3095 2016-06-07 10:14:00          14
    +#> 1964             25   A69-1303-555  3096 2016-06-07 10:56:00          14
    +#> 1965             25   A69-1303-555  3097 2016-06-07 10:58:00          14
    +#> 1966             25   A69-1303-555  3098 2016-06-07 11:10:00          14
    +#> 1967             25   A69-1303-555  3100 2016-06-07 11:14:00          14
    +#> 1968             25   A69-1303-555  3103 2016-06-07 11:16:00          14
    +#> 1969             25   A69-1303-555  3104 2016-06-07 11:22:00          14
    +#> 1970             25   A69-1303-555  3105 2016-06-07 11:26:00          14
    +#> 1971             25   A69-1303-555  3106 2016-06-07 11:28:00          14
    +#> 1972             25   A69-1303-555  3108 2016-06-07 11:30:00          14
    +#> 1973             25   A69-1303-555  3109 2016-06-07 11:32:00          14
    +#> 1974             25   A69-1303-555  3111 2016-06-07 11:34:00          14
    +#> 1975             25   A69-1303-555  3112 2016-06-07 11:36:00          14
    +#> 1976             25   A69-1303-555  3113 2016-06-07 11:42:00          14
    +#> 1977             25   A69-1303-555  3114 2016-06-07 11:44:00          14
    +#> 1978             25   A69-1303-555  3115 2016-06-07 11:48:00          14
    +#> 1979             25   A69-1303-555  3116 2016-06-07 11:52:00          14
    +#> 1980             25   A69-1303-555  3117 2016-06-07 11:54:00          14
    +#> 1981             25   A69-1303-555  3118 2016-06-07 12:04:00          14
    +#> 1982             25   A69-1303-555  3119 2016-06-07 12:06:00          14
    +#> 1983             25   A69-1303-555  3121 2016-06-07 12:14:00          14
    +#> 1984             25   A69-1303-555  3122 2016-06-07 12:16:00          14
    +#> 1985             25   A69-1303-555  3124 2016-06-07 12:18:00          14
    +#> 1986             25   A69-1303-555  3125 2016-06-07 12:20:00          14
    +#> 1987             25   A69-1303-555  3126 2016-06-07 12:24:00          14
    +#> 1988             25   A69-1303-555  3127 2016-06-07 12:32:00          14
    +#> 1989             25   A69-1303-555  3128 2016-06-07 12:36:00          14
    +#> 1990             25   A69-1303-555  3130 2016-06-07 12:38:00          14
    +#> 1991             25   A69-1303-555  3132 2016-06-07 12:40:00          14
    +#> 1992             25   A69-1303-555  3133 2016-06-07 12:42:00          14
    +#> 1993             25   A69-1303-555  3135 2016-06-07 12:46:00          14
    +#> 1994             25   A69-1303-555  3136 2016-06-07 12:48:00          14
    +#> 1995             25   A69-1303-555  3138 2016-06-07 12:50:00          14
    +#> 1996             25   A69-1303-555  3140 2016-06-07 12:52:00          14
    +#> 1997             25   A69-1303-555  3142 2016-06-07 12:54:00          14
    +#> 1998             25   A69-1303-555  3144 2016-06-07 12:56:00          14
    +#> 1999             25   A69-1303-555  3146 2016-06-07 12:58:00          14
    +#> 2000             25   A69-1303-555  3149 2016-06-07 13:00:00          14
    +#> 2001             25   A69-1303-555  3151 2016-06-07 13:02:00          14
    +#> 2002             25   A69-1303-555  3153 2016-06-07 13:04:00          14
    +#> 2003             25   A69-1303-555  3154 2016-06-07 13:06:00          14
    +#> 2004             25   A69-1303-555  3156 2016-06-07 13:08:00          14
    +#> 2005             25   A69-1303-555  3158 2016-06-07 13:10:00          14
    +#> 2006             25   A69-1303-555  3159 2016-06-07 13:12:00          14
    +#> 2007             25   A69-1303-555  3160 2016-06-07 13:14:00          14
    +#> 2008             25   A69-1303-555  3162 2016-06-07 13:16:00          14
    +#> 2009             25   A69-1303-555  3163 2016-06-07 13:28:00          14
    +#> 2010             25   A69-1303-555  3164 2016-06-07 13:32:00          14
    +#> 2011             25   A69-1303-555  3165 2016-06-07 13:40:00          14
    +#> 2012             25   A69-1303-555  3167 2016-06-07 13:42:00          14
    +#> 2013             25   A69-1303-555  3168 2016-06-07 13:44:00          14
    +#> 2014             25   A69-1303-555  3169 2016-06-07 13:48:00          14
    +#> 2015             25   A69-1303-555  3170 2016-06-07 13:50:00          14
    +#> 2016             25   A69-1303-555  3171 2016-06-07 14:00:00          14
    +#> 2017             25   A69-1303-555  3172 2016-06-07 14:02:00          14
    +#> 2018             25   A69-1303-555  3173 2016-06-07 14:04:00          14
    +#> 2019             25   A69-1303-555  3175 2016-06-07 14:06:00          14
    +#> 2020             25   A69-1303-555  3177 2016-06-07 14:08:00          14
    +#> 2021             25   A69-1303-555  3179 2016-06-07 14:10:00          14
    +#> 2022             25   A69-1303-555  3180 2016-06-07 14:12:00          14
    +#> 2023             25   A69-1303-555  3182 2016-06-07 14:14:00          14
    +#> 2024             25   A69-1303-555  3184 2016-06-07 14:16:00          14
    +#> 2025             25   A69-1303-555  3185 2016-06-07 14:18:00          14
    +#> 2026             25   A69-1303-555  3187 2016-06-07 14:20:00          14
    +#> 2027             25   A69-1303-555  3189 2016-06-07 14:22:00          14
    +#> 2028             25   A69-1303-555  3191 2016-06-07 14:24:00          14
    +#> 2029             25   A69-1303-555  3193 2016-06-07 14:26:00          14
    +#> 2030             25   A69-1303-555  3195 2016-06-07 14:28:00          14
    +#> 2031             25   A69-1303-555  3197 2016-06-07 14:30:00          14
    +#> 2032             25   A69-1303-555  3198 2016-06-07 14:32:00          14
    +#> 2033             25   A69-1303-555  3199 2016-06-07 14:36:00          14
    +#> 2034             25   A69-1303-555  3201 2016-06-07 14:38:00          14
    +#> 2035             25   A69-1303-555  3203 2016-06-07 14:40:00          14
    +#> 2036             25   A69-1303-555  3205 2016-06-07 14:42:00          14
    +#> 2037             25   A69-1303-555  3207 2016-06-07 14:44:00          14
    +#> 2038             25   A69-1303-555  3209 2016-06-07 14:46:00          14
    +#> 2039             25   A69-1303-555  3211 2016-06-07 14:48:00          14
    +#> 2040             25   A69-1303-555  3212 2016-06-07 14:50:00          14
    +#> 2041             25   A69-1303-555  3213 2016-06-07 14:52:00          14
    +#> 2042             25   A69-1303-555  3214 2016-06-07 14:54:00          14
    +#> 2043             25   A69-1303-555  3216 2016-06-07 14:56:00          14
    +#> 2044             25   A69-1303-555  3218 2016-06-07 14:58:00          14
    +#> 2045             25   A69-1303-555  3219 2016-06-07 15:00:00          14
    +#> 2046             25   A69-1303-555  3221 2016-06-07 15:02:00          14
    +#> 2047             25   A69-1303-555  3223 2016-06-07 15:04:00          14
    +#> 2048             25   A69-1303-555  3225 2016-06-07 15:06:00          14
    +#> 2049             25   A69-1303-555  3227 2016-06-07 15:08:00          14
    +#> 2050             25   A69-1303-555  3228 2016-06-07 15:50:00          14
    +#> 2051             25   A69-1303-555  3229 2016-06-07 15:54:00          14
    +#> 2052             25   A69-1303-555  3230 2016-06-07 18:54:00          14
    +#> 2053             25   A69-1303-555  3232 2016-06-07 18:56:00          14
    +#> 2054             25   A69-1303-555  3233 2016-06-07 18:58:00          14
    +#> 2055             25   A69-1303-555  3235 2016-06-07 19:00:00          14
    +#> 2056             25   A69-1303-555  3237 2016-06-07 19:02:00          14
    +#> 2057             25   A69-1303-555  3239 2016-06-07 19:04:00          14
    +#> 2058             25   A69-1303-555  3240 2016-06-07 19:06:00          14
    +#> 2059             25   A69-1303-555  3241 2016-06-07 19:08:00          14
    +#> 2060             25   A69-1303-555  3243 2016-06-07 19:10:00          14
    +#> 2061             25   A69-1303-555  3245 2016-06-07 19:12:00          14
    +#> 2062             25   A69-1303-555  3246 2016-06-07 19:14:00          14
    +#> 2063             25   A69-1303-555  3248 2016-06-07 19:16:00          14
    +#> 2064             25   A69-1303-555  3249 2016-06-07 19:18:00          14
    +#> 2065             25   A69-1303-555  3250 2016-06-07 19:20:00          14
    +#> 2066             25   A69-1303-555  3251 2016-06-07 19:24:00          14
    +#> 2067             25   A69-1303-555  3253 2016-06-07 19:26:00          14
    +#> 2068             25   A69-1303-555  3254 2016-06-07 19:28:00          14
    +#> 2069             25   A69-1303-555  3255 2016-06-07 19:30:00          14
    +#> 2070             25   A69-1303-555  3256 2016-06-07 19:32:00          14
    +#> 2071             25   A69-1303-555  3258 2016-06-07 19:34:00          14
    +#> 2072             25   A69-1303-555  3259 2016-06-07 19:36:00          14
    +#> 2073             25   A69-1303-555  3261 2016-06-07 19:38:00          14
    +#> 2074             25   A69-1303-555  3263 2016-06-07 19:40:00          14
    +#> 2075             25   A69-1303-555  3264 2016-06-07 19:42:00          14
    +#> 2076             25   A69-1303-555  3266 2016-06-07 19:44:00          14
    +#> 2077             25   A69-1303-555  3267 2016-06-07 19:46:00          14
    +#> 2078             25   A69-1303-555  3269 2016-06-07 19:48:00          14
    +#> 2079             25   A69-1303-555  3271 2016-06-07 20:06:00          14
    +#> 2080             25   A69-1303-555  3272 2016-06-07 20:10:00          14
    +#> 2081             25   A69-1303-555  3273 2016-06-07 20:12:00          14
    +#> 2082             25   A69-1303-555  3274 2016-06-07 20:14:00          14
    +#> 2083             25   A69-1303-555  3276 2016-06-07 20:18:00          14
    +#> 2084             25   A69-1303-555  3278 2016-06-07 20:20:00          14
    +#> 2085             25   A69-1303-555  3280 2016-06-07 20:22:00          14
    +#> 2086             25   A69-1303-555  3281 2016-06-07 20:26:00          14
    +#> 2087             25   A69-1303-555  3282 2016-06-07 20:28:00          14
    +#> 2088             25   A69-1303-555  3283 2016-06-07 20:34:00          14
    +#> 2089             25   A69-1303-555  3285 2016-06-07 20:38:00          14
    +#> 2090             25   A69-1303-555  3286 2016-06-07 20:44:00          14
    +#> 2091             25   A69-1303-555  3287 2016-06-07 20:48:00          14
    +#> 2092             25   A69-1303-555  3288 2016-06-07 20:52:00          14
    +#> 2093             25   A69-1303-555  3289 2016-06-07 20:56:00          14
    +#> 2094             25   A69-1303-555  3290 2016-06-07 20:58:00          14
    +#> 2095             25   A69-1303-555  3292 2016-06-07 21:00:00          14
    +#> 2096             25   A69-1303-555  3293 2016-06-07 21:02:00          14
    +#> 2097             25   A69-1303-555  3294 2016-06-07 21:06:00          14
    +#> 2098             25   A69-1303-555  3295 2016-06-07 21:08:00          14
    +#> 2099             25   A69-1303-555  3296 2016-06-07 21:10:00          14
    +#> 2100             25   A69-1303-555  3298 2016-06-07 21:12:00          14
    +#> 2101             25   A69-1303-555  3300 2016-06-07 21:14:00          14
    +#> 2102             25   A69-1303-555  3301 2016-06-07 21:16:00          14
    +#> 2103             25   A69-1303-555  3303 2016-06-07 21:18:00          14
    +#> 2104             25   A69-1303-555  3304 2016-06-07 21:24:00          14
    +#> 2105             25   A69-1303-555  3305 2016-06-07 21:26:00          14
    +#> 2106             25   A69-1303-555  3306 2016-06-07 21:28:00          14
    +#> 2107             25   A69-1303-555  3308 2016-06-07 21:30:00          14
    +#> 2108             25   A69-1303-555  3309 2016-06-07 21:34:00          14
    +#> 2109             25   A69-1303-555  3310 2016-06-07 21:36:00          14
    +#> 2110             25   A69-1303-555  3311 2016-06-07 21:38:00          14
    +#> 2111             25   A69-1303-555  3313 2016-06-07 21:40:00          14
    +#> 2112             25   A69-1303-555  3314 2016-06-07 21:42:00          14
    +#> 2113             25   A69-1303-555  3315 2016-06-07 21:44:00          14
    +#> 2114             25   A69-1303-555  3316 2016-06-07 21:46:00          14
    +#> 2115             25   A69-1303-555  3317 2016-06-07 21:48:00          14
    +#> 2116             25   A69-1303-555  3318 2016-06-07 21:50:00          14
    +#> 2117             25   A69-1303-555  3320 2016-06-07 21:52:00          14
    +#> 2118             25   A69-1303-555  3322 2016-06-07 21:54:00          14
    +#> 2119             25   A69-1303-555  3323 2016-06-07 21:56:00          14
    +#> 2120             25   A69-1303-555  3325 2016-06-07 21:58:00          14
    +#> 2121             25   A69-1303-555  3326 2016-06-07 22:00:00          14
    +#> 2122             25   A69-1303-555  3327 2016-06-07 22:02:00          14
    +#> 2123             25   A69-1303-555  3329 2016-06-07 22:04:00          14
    +#> 2124             25   A69-1303-555  3331 2016-06-07 22:06:00          14
    +#> 2125             25   A69-1303-555  3333 2016-06-07 22:08:00          14
    +#> 2126             25   A69-1303-555  3334 2016-06-07 22:10:00          14
    +#> 2127             25   A69-1303-555  3335 2016-06-07 22:12:00          14
    +#> 2128             25   A69-1303-555  3337 2016-06-07 22:14:00          14
    +#> 2129             25   A69-1303-555  3340 2016-06-07 22:16:00          14
    +#> 2130             25   A69-1303-555  3342 2016-06-07 22:18:00          14
    +#> 2131             25   A69-1303-555  3344 2016-06-07 22:20:00          14
    +#> 2132             25   A69-1303-555  3346 2016-06-07 22:22:00          14
    +#> 2133             25   A69-1303-555  3348 2016-06-07 22:24:00          14
    +#> 2134             25   A69-1303-555  3350 2016-06-07 22:26:00          14
    +#> 2135             25   A69-1303-555  3352 2016-06-07 22:28:00          14
    +#> 2136             25   A69-1303-555  3354 2016-06-07 22:30:00          14
    +#> 2137             25   A69-1303-555  3357 2016-06-07 22:32:00          14
    +#> 2138             25   A69-1303-555  3359 2016-06-07 22:34:00          14
    +#> 2139             25   A69-1303-555  3360 2016-06-07 22:36:00          14
    +#> 2140             25   A69-1303-555  3362 2016-06-07 22:38:00          14
    +#> 2141             25   A69-1303-555  3364 2016-06-07 22:40:00          14
    +#> 2142             25   A69-1303-555  3365 2016-06-07 22:42:00          14
    +#> 2143             25   A69-1303-555  3367 2016-06-07 22:44:00          14
    +#> 2144             25   A69-1303-555  3369 2016-06-07 22:46:00          14
    +#> 2145             25   A69-1303-555  3371 2016-06-07 22:48:00          14
    +#> 2146             25   A69-1303-555  3372 2016-06-07 22:50:00          14
    +#> 2147             25   A69-1303-555  3373 2016-06-07 22:52:00          14
    +#> 2148             25   A69-1303-555  3375 2016-06-07 22:54:00          14
    +#> 2149             25   A69-1303-555  3377 2016-06-07 22:56:00          14
    +#> 2150             25   A69-1303-555  3379 2016-06-07 22:58:00          14
    +#> 2151             25   A69-1303-555  3381 2016-06-07 23:00:00          14
    +#> 2152             25   A69-1303-555  3384 2016-06-07 23:02:00          14
    +#> 2153             25   A69-1303-555  3386 2016-06-07 23:04:00          14
    +#> 2154             25   A69-1303-555  3387 2016-06-07 23:06:00          14
    +#> 2155             25   A69-1303-555  3389 2016-06-07 23:08:00          14
    +#> 2156             25   A69-1303-555  3391 2016-06-07 23:10:00          14
    +#> 2157             25   A69-1303-555  3392 2016-06-07 23:12:00          14
    +#> 2158             25   A69-1303-555  3394 2016-06-07 23:14:00          14
    +#> 2159             25   A69-1303-555  3397 2016-06-07 23:16:00          14
    +#> 2160             25   A69-1303-555  3399 2016-06-07 23:18:00          14
    +#> 2161             25   A69-1303-555  3400 2016-06-07 23:22:00          14
    +#> 2162             25   A69-1303-555  3401 2016-06-07 23:24:00          14
    +#> 2163             25   A69-1303-555  3403 2016-06-07 23:26:00          14
    +#> 2164             25   A69-1303-555  3405 2016-06-07 23:28:00          14
    +#> 2165             25   A69-1303-555  3407 2016-06-07 23:30:00          14
    +#> 2166             25   A69-1303-555  3409 2016-06-07 23:32:00          14
    +#> 2167             25   A69-1303-555  3410 2016-06-07 23:34:00          14
    +#> 2168             25   A69-1303-555  3412 2016-06-07 23:36:00          14
    +#> 2169             25   A69-1303-555  3414 2016-06-07 23:38:00          14
    +#> 2170             25   A69-1303-555  3416 2016-06-07 23:40:00          14
    +#> 2171             25   A69-1303-555  3417 2016-06-07 23:42:00          14
    +#> 2172             25   A69-1303-555  3420 2016-06-07 23:44:00          14
    +#> 2173             25   A69-1303-555  3422 2016-06-07 23:46:00          14
    +#> 2174             25   A69-1303-555  3424 2016-06-07 23:48:00          14
    +#> 2175             25   A69-1303-555  3425 2016-06-07 23:50:00          14
    +#> 2176             25   A69-1303-555  3427 2016-06-07 23:52:00          14
    +#> 2177             25   A69-1303-555  3429 2016-06-07 23:54:00          14
    +#> 2178             25   A69-1303-555  3431 2016-06-07 23:56:00          14
    +#> 2179             25   A69-1303-555  3432 2016-06-07 23:58:00          14
    +#> 2180             25   A69-1303-555  3434 2016-06-08 00:00:00          14
    +#> 2181             25   A69-1303-555  3437 2016-06-08 00:02:00          14
    +#> 2182             25   A69-1303-555  3439 2016-06-08 00:04:00          14
    +#> 2183             25   A69-1303-555  3441 2016-06-08 00:06:00          14
    +#> 2184             25   A69-1303-555  3442 2016-06-08 00:08:00          14
    +#> 2185             25   A69-1303-555  3445 2016-06-08 00:10:00          14
    +#> 2186             25   A69-1303-555  3446 2016-06-08 00:12:00          14
    +#> 2187             25   A69-1303-555  3448 2016-06-08 00:14:00          14
    +#> 2188             25   A69-1303-555  3451 2016-06-08 00:16:00          14
    +#> 2189             25   A69-1303-555  3454 2016-06-08 00:18:00          14
    +#> 2190             25   A69-1303-555  3455 2016-06-08 00:20:00          14
    +#> 2191             25   A69-1303-555  3457 2016-06-08 00:22:00          14
    +#> 2192             25   A69-1303-555  3459 2016-06-08 00:24:00          14
    +#> 2193             25   A69-1303-555  3461 2016-06-08 00:26:00          14
    +#> 2194             25   A69-1303-555  3463 2016-06-08 00:28:00          14
    +#> 2195             25   A69-1303-555  3464 2016-06-08 00:30:00          14
    +#> 2196             25   A69-1303-555  3467 2016-06-08 00:32:00          14
    +#> 2197             25   A69-1303-555  3469 2016-06-08 00:34:00          14
    +#> 2198             25   A69-1303-555  3471 2016-06-08 00:36:00          14
    +#> 2199             25   A69-1303-555  3473 2016-06-08 00:38:00          14
    +#> 2200             25   A69-1303-555  3475 2016-06-08 00:40:00          14
    +#> 2201             25   A69-1303-555  3476 2016-06-08 00:42:00          14
    +#> 2202             25   A69-1303-555  3478 2016-06-08 00:44:00          14
    +#> 2203             25   A69-1303-555  3480 2016-06-08 00:46:00          14
    +#> 2204             25   A69-1303-555  3481 2016-06-08 00:48:00          14
    +#> 2205             25   A69-1303-555  3483 2016-06-08 00:50:00          14
    +#> 2206             25   A69-1303-555  3486 2016-06-08 00:52:00          14
    +#> 2207             25   A69-1303-555  3487 2016-06-08 00:54:00          14
    +#> 2208             25   A69-1303-555  3488 2016-06-08 00:56:00          14
    +#> 2209             25   A69-1303-555  3489 2016-06-08 01:08:00          14
    +#> 2210             25   A69-1303-555  3490 2016-06-08 01:12:00          14
    +#> 2211             25   A69-1303-555  3492 2016-06-08 01:18:00          14
    +#> 2212             25   A69-1303-555  3494 2016-06-08 01:20:00          14
    +#> 2213             25   A69-1303-555  3496 2016-06-08 01:24:00          14
    +#> 2214             25   A69-1303-555  3497 2016-06-08 01:28:00          14
    +#> 2215             25   A69-1303-555  3498 2016-06-08 01:30:00          14
    +#> 2216             25   A69-1303-555  3500 2016-06-08 01:32:00          14
    +#> 2217             25   A69-1303-555  3501 2016-06-08 01:34:00          14
    +#> 2218             25   A69-1303-555  3503 2016-06-08 01:36:00          14
    +#> 2219             25   A69-1303-555  3504 2016-06-08 01:38:00          14
    +#> 2220             25   A69-1303-555  3506 2016-06-08 01:40:00          14
    +#> 2221             25   A69-1303-555  3508 2016-06-08 01:42:00          14
    +#> 2222             25   A69-1303-555  3509 2016-06-08 01:44:00          14
    +#> 2223             25   A69-1303-555  3510 2016-06-08 01:46:00          14
    +#> 2224             25   A69-1303-555  3511 2016-06-08 01:48:00          14
    +#> 2225             25   A69-1303-555  3513 2016-06-08 01:50:00          14
    +#> 2226             25   A69-1303-555  3514 2016-06-08 01:52:00          14
    +#> 2227             25   A69-1303-555  3515 2016-06-08 01:54:00          14
    +#> 2228             25   A69-1303-555  3516 2016-06-08 01:56:00          14
    +#> 2229             25   A69-1303-555  3517 2016-06-08 04:02:00          14
    +#> 2230             25   A69-1303-555  3519 2016-06-08 04:04:00          14
    +#> 2231             25   A69-1303-555  3521 2016-06-08 04:06:00          14
    +#> 2232             25   A69-1303-555  3522 2016-06-08 04:08:00          14
    +#> 2233             25   A69-1303-555  3524 2016-06-08 04:10:00          14
    +#> 2234             25   A69-1303-555  3526 2016-06-08 04:12:00          14
    +#> 2235             25   A69-1303-555  3529 2016-06-08 04:14:00          14
    +#> 2236             25   A69-1303-555  3531 2016-06-08 04:16:00          14
    +#> 2237             25   A69-1303-555  3533 2016-06-08 04:18:00          14
    +#> 2238             25   A69-1303-555  3535 2016-06-08 04:20:00          14
    +#> 2239             25   A69-1303-555  3537 2016-06-08 04:22:00          14
    +#> 2240             25   A69-1303-555  3540 2016-06-08 04:24:00          14
    +#> 2241             25   A69-1303-555  3541 2016-06-08 04:26:00          14
    +#> 2242             25   A69-1303-555  3544 2016-06-08 04:28:00          14
    +#> 2243             25   A69-1303-555  3545 2016-06-08 04:30:00          14
    +#> 2244             25   A69-1303-555  3548 2016-06-08 04:32:00          14
    +#> 2245             25   A69-1303-555  3550 2016-06-08 04:34:00          14
    +#> 2246             25   A69-1303-555  3551 2016-06-08 04:36:00          14
    +#> 2247             25   A69-1303-555  3553 2016-06-08 04:38:00          14
    +#> 2248             25   A69-1303-555  3555 2016-06-08 04:40:00          14
    +#> 2249             25   A69-1303-555  3556 2016-06-08 04:42:00          14
    +#> 2250             25   A69-1303-555  3557 2016-06-08 04:46:00          14
    +#> 2251             25   A69-1303-555  3560 2016-06-08 04:48:00          14
    +#> 2252             25   A69-1303-555  3561 2016-06-08 04:50:00          14
    +#> 2253             25   A69-1303-555  3563 2016-06-08 04:52:00          14
    +#> 2254             25   A69-1303-555  3565 2016-06-08 04:54:00          14
    +#> 2255             25   A69-1303-555  3567 2016-06-08 04:56:00          14
    +#> 2256             25   A69-1303-555  3569 2016-06-08 04:58:00          14
    +#> 2257             25   A69-1303-555  3571 2016-06-08 05:00:00          14
    +#> 2258             25   A69-1303-555  3573 2016-06-08 05:02:00          14
    +#> 2259             25   A69-1303-555  3574 2016-06-08 05:04:00          14
    +#> 2260             25   A69-1303-555  3576 2016-06-08 05:06:00          14
    +#> 2261             25   A69-1303-555  3578 2016-06-08 05:08:00          14
    +#> 2262             25   A69-1303-555  3580 2016-06-08 05:10:00          14
    +#> 2263             25   A69-1303-555  3583 2016-06-08 05:16:00          14
    +#> 2264             25   A69-1303-555  3585 2016-06-08 05:18:00          14
    +#> 2265             25   A69-1303-555  3587 2016-06-08 05:20:00          14
    +#> 2266             25   A69-1303-555  3588 2016-06-08 05:22:00          14
    +#> 2267             25   A69-1303-555  3590 2016-06-08 05:26:00          14
    +#> 2268             25   A69-1303-555  3592 2016-06-08 05:30:00          14
    +#> 2269             25   A69-1303-555  3594 2016-06-08 05:32:00          14
    +#> 2270             25   A69-1303-555  3595 2016-06-08 05:34:00          14
    +#> 2271             25   A69-1303-555  3598 2016-06-08 05:36:00          14
    +#> 2272             25   A69-1303-555  3599 2016-06-08 05:38:00          14
    +#> 2273             25   A69-1303-555  3601 2016-06-08 05:40:00          14
    +#> 2274             25   A69-1303-555  3602 2016-06-08 05:42:00          14
    +#> 2275             25   A69-1303-555  3605 2016-06-08 05:44:00          14
    +#> 2276             25   A69-1303-555  3606 2016-06-08 05:46:00          14
    +#> 2277             25   A69-1303-555  3609 2016-06-08 05:48:00          14
    +#> 2278             25   A69-1303-555  3611 2016-06-08 05:50:00          14
    +#> 2279             25   A69-1303-555  3613 2016-06-08 05:52:00          14
    +#> 2280             25   A69-1303-555  3615 2016-06-08 05:54:00          14
    +#> 2281             25   A69-1303-555  3617 2016-06-08 05:56:00          14
    +#> 2282             25   A69-1303-555  3618 2016-06-08 05:58:00          14
    +#> 2283             25   A69-1303-555  3621 2016-06-08 06:00:00          14
    +#> 2284             25   A69-1303-555  3622 2016-06-08 06:02:00          14
    +#> 2285             25   A69-1303-555  3624 2016-06-08 06:04:00          14
    +#> 2286             25   A69-1303-555  3625 2016-06-08 06:06:00          14
    +#> 2287             25   A69-1303-555  3626 2016-06-08 06:10:00          14
    +#> 2288             25   A69-1303-555  3627 2016-06-08 20:50:00           7
    +#> 2289             25   A69-1303-555  3628 2016-06-08 21:10:00           7
    +#> 2290             25   A69-1303-555  3629 2016-06-08 21:12:00           7
    +#> 2291             25   A69-1303-555  3632 2016-06-08 21:14:00           7
    +#> 2292             25   A69-1303-555  3633 2016-06-08 21:20:00           7
    +#> 2293             25   A69-1303-555  3634 2016-06-08 21:22:00           7
    +#> 2294             25   A69-1303-555  3635 2016-06-08 21:24:00           7
    +#> 2295             25   A69-1303-555  3636 2016-06-08 21:26:00           7
    +#> 2296             25   A69-1303-555  3637 2016-06-08 21:28:00           7
    +#> 2297             25   A69-1303-555  3639 2016-06-08 22:06:00          11
    +#> 2298             25   A69-1303-555  3640 2016-06-08 22:08:00          11
    +#> 2299             25   A69-1303-555  3641 2016-06-08 22:10:00          11
    +#> 2300             25   A69-1303-555  3642 2016-06-08 22:12:00          11
    +#> 2301             25   A69-1303-555  3644 2016-06-08 22:16:00          11
    +#> 2302             25   A69-1303-555  3645 2016-06-08 22:20:00          11
    +#> 2303             25   A69-1303-555  3648 2016-06-08 22:22:00          11
    +#> 2304             25   A69-1303-555  3650 2016-06-08 22:24:00          11
    +#> 2305             25   A69-1303-555  3651 2016-06-08 22:28:00          11
    +#> 2306             25   A69-1303-555  3652 2016-06-08 22:30:00          11
    +#> 2307             25   A69-1303-555  3655 2016-06-08 22:34:00          11
    +#> 2308             25   A69-1303-555  3657 2016-06-08 22:36:00          11
    +#> 2309             25   A69-1303-555  3658 2016-06-08 22:38:00          11
    +#> 2310             25   A69-1303-555  3659 2016-06-08 22:40:00          11
    +#> 2311             25   A69-1303-555  3660 2016-06-08 22:44:00          11
    +#> 2312             25   A69-1303-555  3661 2016-06-08 22:46:00          11
    +#> 2313             25   A69-1303-555  3663 2016-06-08 22:48:00          11
    +#> 2314             25   A69-1303-555  3664 2016-06-08 23:06:00          11
    +#> 2315             25   A69-1303-555  3665 2016-06-08 23:10:00          11
    +#> 2316             25   A69-1303-555  3666 2016-06-08 23:14:00          11
    +#> 2317             25   A69-1303-555  3668 2016-06-08 23:18:00          11
    +#> 2318             25   A69-1303-555  3670 2016-06-08 23:20:00          11
    +#> 2319             25   A69-1303-555  3672 2016-06-08 23:22:00          11
    +#> 2320             25   A69-1303-555  3673 2016-06-08 23:24:00          11
    +#> 2321             25   A69-1303-555  3674 2016-06-08 23:26:00          11
    +#> 2322             25   A69-1303-555  3675 2016-06-08 23:32:00          11
    +#> 2323             25   A69-1303-555  3676 2016-06-08 23:34:00          11
    +#> 2324             25   A69-1303-555  3677 2016-06-08 23:38:00          11
    +#> 2325             25   A69-1303-555  3678 2016-06-08 23:40:00          11
    +#> 2326             25   A69-1303-555  3680 2016-06-08 23:48:00          11
    +#> 2327             25   A69-1303-555  3681 2016-06-08 23:50:00          11
    +#> 2328             25   A69-1303-555  3682 2016-06-08 23:56:00          11
    +#> 2329             25   A69-1303-555  3683 2016-06-08 23:58:00          11
    +#> 2330             25   A69-1303-555  3684 2016-06-09 00:00:00          11
    +#> 2331             25   A69-1303-555  3685 2016-06-09 00:04:00          11
    +#> 2332             25   A69-1303-555  3686 2016-06-09 00:06:00          11
    +#> 2333             25   A69-1303-555  3687 2016-06-09 00:28:00          11
    +#> 2334             25   A69-1303-555  3688 2016-06-09 00:30:00          11
    +#> 2335             25   A69-1303-555  3689 2016-06-09 00:34:00          11
    +#> 2336             25   A69-1303-555  3690 2016-06-09 00:52:00          11
    +#> 2337             25   A69-1303-555  3691 2016-06-09 00:56:00          11
    +#> 2338             25   A69-1303-555  3692 2016-06-09 01:02:00          11
    +#> 2339             25   A69-1303-555  3693 2016-06-09 01:04:00          11
    +#> 2340             25   A69-1303-555  3694 2016-06-09 01:06:00          11
    +#> 2341             25   A69-1303-555  3696 2016-06-09 01:08:00          11
    +#> 2342             25   A69-1303-555  3698 2016-06-09 01:10:00          11
    +#> 2343             25   A69-1303-555  3699 2016-06-09 01:12:00          11
    +#> 2344             25   A69-1303-555  3701 2016-06-09 01:16:00          11
    +#> 2345             25   A69-1303-555  3703 2016-06-09 01:18:00          11
    +#> 2346             25   A69-1303-555  3705 2016-06-09 01:20:00          11
    +#> 2347             25   A69-1303-555  3707 2016-06-09 01:24:00          11
    +#> 2348             25   A69-1303-555  3709 2016-06-09 01:26:00          11
    +#> 2349             25   A69-1303-555  3711 2016-06-09 01:28:00          11
    +#> 2350             25   A69-1303-555  3712 2016-06-09 01:30:00          11
    +#> 2351             25   A69-1303-555  3715 2016-06-09 01:32:00          11
    +#> 2352             25   A69-1303-555  3717 2016-06-09 01:34:00          11
    +#> 2353             25   A69-1303-555  3718 2016-06-09 01:36:00          11
    +#> 2354             25   A69-1303-555  3719 2016-06-09 10:52:00          11
    +#> 2355             25   A69-1303-555  3720 2016-06-09 10:54:00          11
    +#> 2356             25   A69-1303-555  3721 2016-06-09 11:06:00          11
    +#> 2357             25   A69-1303-555  3722 2016-06-09 11:08:00          11
    +#> 2358             25   A69-1303-555  3724 2016-06-09 11:12:00          11
    +#> 2359             25   A69-1303-555  3725 2016-06-11 08:26:00          14
    +#> 2360             25   A69-1303-555  3726 2016-06-11 08:28:00          14
    +#> 2361             25   A69-1303-555  3728 2016-06-11 08:30:00          14
    +#> 2362             25   A69-1303-555  3730 2016-06-11 08:36:00          14
    +#> 2363             25   A69-1303-555  3732 2016-06-11 08:42:00          14
    +#> 2364             25   A69-1303-555  3733 2016-06-11 08:44:00          14
    +#> 2365             25   A69-1303-555  3735 2016-06-11 08:46:00          14
    +#> 2366             25   A69-1303-555  3737 2016-06-11 08:48:00          14
    +#> 2367             25   A69-1303-555  3739 2016-06-11 08:50:00          14
    +#> 2368             25   A69-1303-555  3741 2016-06-11 08:52:00          14
    +#> 2369             25   A69-1303-555  3743 2016-06-11 08:54:00          14
    +#> 2370             25   A69-1303-555  3744 2016-06-12 21:32:00          14
    +#> 2371             25   A69-1303-555  3745 2016-06-12 21:34:00          14
    +#> 2372             25   A69-1303-555  3747 2016-06-12 21:40:00          14
    +#> 2373             25   A69-1303-555  3748 2016-06-12 21:42:00          14
    +#> 2374             25   A69-1303-555  3749 2016-06-12 21:44:00          14
    +#> 2375             25   A69-1303-555  3751 2016-06-13 04:40:00          14
    +#> 2376             25   A69-1303-555  3752 2016-06-13 04:42:00          14
    +#> 2377             25   A69-1303-555  3754 2016-06-13 04:44:00          14
    +#> 2378             25   A69-1303-555  3756 2016-06-13 04:46:00          14
    +#> 2379             25   A69-1303-555  3757 2016-06-13 04:48:00          14
    +#> 2380             25   A69-1303-555  3759 2016-06-13 04:50:00          14
    +#> 2381             25   A69-1303-555  3760 2016-06-13 04:54:00          14
    +#> 2382             25   A69-1303-555  3761 2016-06-13 04:56:00          14
    +#> 2383             25   A69-1303-555  3763 2016-06-13 04:58:00          14
    +#> 2384             25   A69-1303-555  3765 2016-06-13 05:00:00          14
    +#> 2385             25   A69-1303-555  3767 2016-06-13 05:02:00          14
    +#> 2386             25   A69-1303-555  3768 2016-06-13 05:04:00          14
    +#> 2387             25   A69-1303-555  3771 2016-06-13 05:06:00          14
    +#> 2388             25   A69-1303-555  3774 2016-06-13 05:08:00          14
    +#> 2389             25   A69-1303-555  3775 2016-06-13 05:10:00          14
    +#> 2390             25   A69-1303-555  3777 2016-06-13 05:12:00          14
    +#> 2391             25   A69-1303-555  3779 2016-06-13 05:14:00          14
    +#> 2392             25   A69-1303-555  3781 2016-06-13 05:16:00          14
    +#> 2393             25   A69-1303-555  3782 2016-06-13 05:18:00          14
    +#> 2394             25   A69-1303-555  3783 2016-06-13 05:20:00          14
    +#> 2395             25   A69-1303-555  3784 2016-06-13 05:22:00          14
    +#> 2396             25   A69-1303-555  3785 2016-06-13 05:24:00          14
    +#> 2397             25   A69-1303-555  3787 2016-06-13 05:26:00          14
    +#> 2398             25   A69-1303-555  3789 2016-06-13 05:28:00          14
    +#> 2399             25   A69-1303-555  3791 2016-06-13 05:30:00          14
    +#> 2400             25   A69-1303-555  3792 2016-06-13 05:32:00          14
    +#> 2401             25   A69-1303-555  3794 2016-06-13 05:34:00          14
    +#> 2402             25   A69-1303-555  3796 2016-06-13 05:36:00          14
    +#> 2403             25   A69-1303-555  3797 2016-06-13 05:38:00          14
    +#> 2404             25   A69-1303-555  3799 2016-06-13 05:40:00          14
    +#> 2405             25   A69-1303-555  3800 2016-06-13 05:42:00          14
    +#> 2406             25   A69-1303-555  3802 2016-06-13 05:44:00          14
    +#> 2407             25   A69-1303-555  3803 2016-06-13 05:46:00          14
    +#> 2408             25   A69-1303-555  3805 2016-06-13 05:48:00          14
    +#> 2409             25   A69-1303-555  3807 2016-06-13 05:50:00          14
    +#> 2410             25   A69-1303-555  3810 2016-06-13 05:52:00          14
    +#> 2411             25   A69-1303-555  3812 2016-06-13 05:54:00          14
    +#> 2412             25   A69-1303-555  3814 2016-06-13 05:56:00          14
    +#> 2413             25   A69-1303-555  3816 2016-06-13 05:58:00          14
    +#> 2414             25   A69-1303-555  3818 2016-06-13 06:00:00          14
    +#> 2415             25   A69-1303-555  3820 2016-06-13 06:02:00          14
    +#> 2416             25   A69-1303-555  3822 2016-06-13 06:04:00          14
    +#> 2417             25   A69-1303-555  3823 2016-06-13 06:06:00          14
    +#> 2418             25   A69-1303-555  3825 2016-06-13 06:08:00          14
    +#> 2419             25   A69-1303-555  3826 2016-06-13 06:10:00          14
    +#> 2420             25   A69-1303-555  3828 2016-06-13 06:12:00          14
    +#> 2421             25   A69-1303-555  3830 2016-06-13 06:14:00          14
    +#> 2422             25   A69-1303-555  3832 2016-06-13 06:16:00          14
    +#> 2423             25   A69-1303-555  3834 2016-06-13 06:18:00          14
    +#> 2424             25   A69-1303-555  3836 2016-06-13 06:20:00          14
    +#> 2425             25   A69-1303-555  3839 2016-06-13 06:22:00          14
    +#> 2426             25   A69-1303-555  3841 2016-06-13 06:24:00          14
    +#> 2427             25   A69-1303-555  3843 2016-06-13 06:26:00          14
    +#> 2428             25   A69-1303-555  3845 2016-06-13 06:28:00          14
    +#> 2429             25   A69-1303-555  3846 2016-06-13 06:30:00          14
    +#> 2430             25   A69-1303-555  3847 2016-06-13 06:32:00          14
    +#> 2431             25   A69-1303-555  3849 2016-06-13 06:34:00          14
    +#> 2432             25   A69-1303-555  3850 2016-06-13 06:38:00          14
    +#> 2433             25   A69-1303-555  3851 2016-06-13 06:40:00          14
    +#> 2434             25   A69-1303-555  3853 2016-06-13 06:44:00          14
    +#> 2435             25   A69-1303-555  3855 2016-06-13 06:46:00          14
    +#> 2436             25   A69-1303-555  3857 2016-06-13 06:48:00          14
    +#> 2437             25   A69-1303-555  3858 2016-06-13 06:50:00          14
    +#> 2438             25   A69-1303-555  3860 2016-06-13 06:54:00          14
    +#> 2439             25   A69-1303-555  3861 2016-06-13 08:00:00          14
    +#> 2440             25   A69-1303-555  3862 2016-06-13 08:04:00          14
    +#> 2441             25   A69-1303-555  3863 2016-06-13 08:06:00          14
    +#> 2442             25   A69-1303-555  3865 2016-06-14 04:48:00          14
    +#> 2443             25   A69-1303-555  3866 2016-06-14 04:50:00          14
    +#> 2444             25   A69-1303-555  3868 2016-06-14 04:52:00          14
    +#> 2445             25   A69-1303-555  3870 2016-06-14 04:54:00          14
    +#> 2446             25   A69-1303-555  3871 2016-06-14 04:56:00          14
    +#> 2447             25   A69-1303-555  3872 2016-06-14 04:58:00          14
    +#> 2448             25   A69-1303-555  3874 2016-06-14 05:00:00          14
    +#> 2449             25   A69-1303-555  3875 2016-06-14 05:02:00          14
    +#> 2450             25   A69-1303-555  3877 2016-06-14 05:04:00          14
    +#> 2451             25   A69-1303-555  3878 2016-06-14 05:08:00          14
    +#> 2452             25   A69-1303-555  3879 2016-06-14 05:10:00          14
    +#> 2453             25   A69-1303-555  3880 2016-06-14 05:36:00          14
    +#> 2454             25   A69-1303-555  3881 2016-06-14 05:38:00          14
    +#> 2455             25   A69-1303-555  3883 2016-06-14 05:40:00          14
    +#> 2456             25   A69-1303-555  3884 2016-06-14 05:42:00          14
    +#> 2457             25   A69-1303-555  3886 2016-06-14 05:44:00          14
    +#> 2458             25   A69-1303-555  3887 2016-06-14 05:46:00          14
    +#> 2459             25   A69-1303-555  3889 2016-06-14 05:48:00          14
    +#> 2460             25   A69-1303-555  3891 2016-06-14 05:50:00          14
    +#> 2461             25   A69-1303-555  3893 2016-06-14 05:52:00          14
    +#> 2462             25   A69-1303-555  3896 2016-06-14 05:54:00          14
    +#> 2463             25   A69-1303-555  3897 2016-06-14 05:56:00          14
    +#> 2464             25   A69-1303-555  3898 2016-06-14 05:58:00          14
    +#> 2465             25   A69-1303-555  3899 2016-06-14 06:02:00          14
    +#> 2466             25   A69-1303-555  3900 2016-06-14 07:16:00          14
    +#> 2467             25   A69-1303-555  3902 2016-06-14 07:18:00          14
    +#> 2468             25   A69-1303-555  3903 2016-06-14 07:20:00          14
    +#> 2469             25   A69-1303-555  3905 2016-06-14 07:22:00          14
    +#> 2470             25   A69-1303-555  3906 2016-06-14 07:26:00          14
    +#> 2471             25   A69-1303-555  3907 2016-06-17 00:40:00          14
    +#> 2472             25   A69-1303-555  3908 2016-06-17 00:42:00          14
    +#> 2473             25   A69-1303-555  3910 2016-06-17 00:44:00          14
    +#> 2474             25   A69-1303-555  3911 2016-06-17 00:46:00          14
    +#> 2475             25   A69-1303-555  3912 2016-06-17 00:48:00          14
    +#> 2476             25   A69-1303-555  3914 2016-06-17 00:50:00          14
    +#> 2477             25   A69-1303-555  3916 2016-06-17 00:52:00          14
    +#> 2478             25   A69-1303-555  3918 2016-06-17 00:54:00          14
    +#> 2479             25   A69-1303-555  3920 2016-06-17 00:58:00          14
    +#> 2480             25   A69-1303-555  3921 2016-06-18 00:06:00          29
    +#> 2481             25   A69-1303-555  3922 2016-06-18 00:10:00          29
    +#> 2482             25   A69-1303-555  3923 2016-06-18 00:14:00          29
    +#> 2483             25   A69-1303-555  3924 2016-06-18 00:22:00          29
    +#> 2484             25   A69-1303-555  3925 2016-06-18 01:02:00          29
    +#> 2485             25   A69-1303-555  3926 2016-06-18 01:04:00          29
    +#> 2486             25   A69-1303-555  3927 2016-06-18 01:06:00          29
    +#> 2487             25   A69-1303-555  3929 2016-06-18 01:08:00          29
    +#> 2488             25   A69-1303-555  3930 2016-06-18 01:10:00          29
    +#> 2489             25   A69-1303-555  3932 2016-06-18 01:14:00          29
    +#> 2490             25   A69-1303-555  3933 2016-06-18 01:16:00          29
    +#> 2491             25   A69-1303-555  3934 2016-06-18 01:18:00          29
    +#> 2492             25   A69-1303-555  3936 2016-06-18 01:20:00          29
    +#> 2493             25   A69-1303-555  3937 2016-06-18 01:22:00          29
    +#> 2494             25   A69-1303-555  3938 2016-06-18 01:24:00          29
    +#> 2495             25   A69-1303-555  3940 2016-06-18 01:26:00          29
    +#> 2496             25   A69-1303-555  3941 2016-06-18 01:28:00          29
    +#> 2497             25   A69-1303-555  3942 2016-06-18 01:30:00          29
    +#> 2498             25   A69-1303-555  3945 2016-06-18 01:34:00          29
    +#> 2499             25   A69-1303-555  3947 2016-06-18 05:56:00          29
    +#> 2500             25   A69-1303-555  3948 2016-06-18 06:00:00          29
    +#> 2501             25   A69-1303-555  3949 2016-06-18 06:02:00          29
    +#> 2502             25   A69-1303-555  3950 2016-06-18 06:10:00          29
    +#> 2503             25   A69-1303-555  3952 2016-06-18 06:14:00          29
    +#> 2504             25   A69-1303-555  3953 2016-06-18 06:26:00          29
    +#> 2505             25   A69-1303-555  3955 2016-06-18 06:30:00          29
    +#> 2506             25   A69-1303-555  3956 2016-06-18 06:46:00          29
    +#> 2507             25   A69-1303-555  3957 2016-06-18 06:50:00          29
    +#> 2508             25   A69-1303-555  3958 2016-06-18 06:54:00          29
    +#> 2509             25   A69-1303-555  3959 2016-06-18 06:56:00          29
    +#> 2510             25   A69-1303-555  3960 2016-06-18 06:58:00          29
    +#> 2511             25   A69-1303-555  3963 2016-06-18 07:00:00          29
    +#> 2512             25   A69-1303-555  3964 2016-06-18 07:02:00          29
    +#> 2513             25   A69-1303-555  3967 2016-06-18 07:04:00          29
    +#> 2514             25   A69-1303-555  3968 2016-06-18 07:06:00          29
    +#> 2515             25   A69-1303-555  3969 2016-06-18 07:10:00          29
    +#> 2516             25   A69-1303-555  3970 2016-06-18 07:12:00          29
    +#> 2517             25   A69-1303-555  3971 2016-06-18 07:14:00          29
    +#> 2518             25   A69-1303-555  3973 2016-06-18 07:16:00          29
    +#> 2519             25   A69-1303-555  3975 2016-06-18 07:18:00          29
    +#> 2520             25   A69-1303-555  3977 2016-06-18 07:20:00          29
    +#> 2521             25   A69-1303-555  3978 2016-06-18 07:22:00          29
    +#> 2522             25   A69-1303-555  3980 2016-06-18 07:24:00          29
    +#> 2523             25   A69-1303-555  3982 2016-06-18 07:26:00          29
    +#> 2524             25   A69-1303-555  3983 2016-06-18 07:28:00          29
    +#> 2525             25   A69-1303-555  3985 2016-06-18 07:30:00          29
    +#> 2526             25   A69-1303-555  3987 2016-06-18 07:32:00          29
    +#> 2527             25   A69-1303-555  3989 2016-06-18 07:34:00          29
    +#> 2528             25   A69-1303-555  3990 2016-06-18 07:36:00          29
    +#> 2529             25   A69-1303-555  3993 2016-06-18 07:38:00          29
    +#> 2530             25   A69-1303-555  3994 2016-06-18 07:40:00          29
    +#> 2531             25   A69-1303-555  3996 2016-06-18 07:42:00          29
    +#> 2532             25   A69-1303-555  3997 2016-06-18 07:44:00          29
    +#> 2533             25   A69-1303-555  3999 2016-06-18 07:50:00          29
    +#> 2534             25   A69-1303-555  4001 2016-06-18 07:54:00          29
    +#> 2535             25   A69-1303-555  4002 2016-06-18 07:56:00          29
    +#> 2536             25   A69-1303-555  4003 2016-06-18 07:58:00          29
    +#> 2537             25   A69-1303-555  4004 2016-06-18 08:00:00          29
    +#> 2538             25   A69-1303-555  4006 2016-06-18 08:06:00          29
    +#> 2539             25   A69-1303-555  4007 2016-06-18 08:08:00          29
    +#> 2540             25   A69-1303-555  4009 2016-06-18 08:10:00          29
    +#> 2541             25   A69-1303-555  4011 2016-06-18 08:12:00          29
    +#> 2542             25   A69-1303-555  4013 2016-06-18 08:14:00          29
    +#> 2543             25   A69-1303-555  4015 2016-06-18 08:16:00          29
    +#> 2544             25   A69-1303-555  4016 2016-06-18 08:18:00          29
    +#> 2545             25   A69-1303-555  4018 2016-06-18 08:20:00          29
    +#> 2546             25   A69-1303-555  4019 2016-06-18 08:22:00          29
    +#> 2547             25   A69-1303-555  4021 2016-06-18 08:24:00          29
    +#> 2548             25   A69-1303-555  4024 2016-06-18 08:26:00          29
    +#> 2549             25   A69-1303-555  4025 2016-06-18 08:28:00          29
    +#> 2550             25   A69-1303-555  4026 2016-06-18 08:30:00          29
    +#> 2551             25   A69-1303-555  4027 2016-06-18 08:32:00          29
    +#> 2552             25   A69-1303-555  4029 2016-06-18 08:34:00          29
    +#> 2553             25   A69-1303-555  4032 2016-06-18 08:36:00          29
    +#> 2554             25   A69-1303-555  4033 2016-06-18 08:38:00          29
    +#> 2555             25   A69-1303-555  4035 2016-06-18 08:40:00          29
    +#> 2556             25   A69-1303-555  4038 2016-06-18 08:42:00          29
    +#> 2557             25   A69-1303-555  4039 2016-06-18 08:44:00          29
    +#> 2558             25   A69-1303-555  4041 2016-06-18 08:46:00          29
    +#> 2559             25   A69-1303-555  4042 2016-06-18 08:48:00          29
    +#> 2560             25   A69-1303-555  4043 2016-06-18 08:50:00          29
    +#> 2561             25   A69-1303-555  4046 2016-06-18 08:52:00          29
    +#> 2562             25   A69-1303-555  4047 2016-06-18 08:54:00          29
    +#> 2563             25   A69-1303-555  4050 2016-06-18 08:56:00          29
    +#> 2564             25   A69-1303-555  4051 2016-06-18 08:58:00          29
    +#> 2565             25   A69-1303-555  4053 2016-06-18 09:00:00          29
    +#> 2566             25   A69-1303-555  4054 2016-06-18 09:02:00          29
    +#> 2567             25   A69-1303-555  4055 2016-06-18 09:04:00          29
    +#> 2568             25   A69-1303-555  4057 2016-06-18 09:06:00          29
    +#> 2569             25   A69-1303-555  4058 2016-06-18 09:08:00          29
    +#> 2570             25   A69-1303-555  4059 2016-06-18 09:10:00          29
    +#> 2571             25   A69-1303-555  4060 2016-06-18 09:12:00          29
    +#> 2572             25   A69-1303-555  4061 2016-06-18 09:30:00          29
    +#> 2573             25   A69-1303-555  4063 2016-06-18 09:32:00          29
    +#> 2574             25   A69-1303-555  4065 2016-06-18 09:34:00          29
    +#> 2575             25   A69-1303-555  4066 2016-06-18 09:36:00          29
    +#> 2576             25   A69-1303-555  4067 2016-06-18 09:40:00          29
    +#> 2577             25   A69-1303-555  4068 2016-06-18 10:54:00          29
    +#> 2578             25   A69-1303-555  4069 2016-06-18 11:12:00          29
    +#> 2579             25   A69-1303-555  4070 2016-06-18 11:14:00          29
    +#> 2580             25   A69-1303-555  4072 2016-06-18 11:16:00          29
    +#> 2581             25   A69-1303-555  4073 2016-06-19 05:30:00          29
    +#> 2582             25   A69-1303-555  4074 2016-06-19 05:52:00          29
    +#> 2583             25   A69-1303-555  4075 2016-06-19 05:58:00          29
    +#> 2584             25   A69-1303-555  4076 2016-06-19 06:00:00          29
    +#> 2585             25   A69-1303-555  4077 2016-06-19 06:02:00          29
    +#> 2586             25   A69-1303-555  4079 2016-06-19 06:04:00          29
    +#> 2587             25   A69-1303-555  4080 2016-06-19 06:06:00          29
    +#> 2588             25   A69-1303-555  4082 2016-06-19 06:08:00          29
    +#> 2589             25   A69-1303-555  4083 2016-06-19 06:12:00          29
    +#> 2590             25   A69-1303-555  4084 2016-06-19 06:16:00          29
    +#> 2591             25   A69-1303-555  4085 2016-06-19 06:18:00          29
    +#> 2592             25   A69-1303-555  4086 2016-06-19 06:20:00          29
    +#> 2593             25   A69-1303-555  4087 2016-06-19 06:22:00          29
    +#> 2594             25   A69-1303-555  4090 2016-06-19 06:24:00          29
    +#> 2595             25   A69-1303-555  4091 2016-06-19 06:26:00          29
    +#> 2596             25   A69-1303-555  4092 2016-06-19 06:28:00          29
    +#> 2597             25   A69-1303-555  4095 2016-06-19 06:30:00          29
    +#> 2598             25   A69-1303-555  4096 2016-06-19 06:32:00          29
    +#> 2599             25   A69-1303-555  4098 2016-06-19 06:36:00          29
    +#> 2600             25   A69-1303-555  4099 2016-06-19 06:38:00          29
    +#> 2601             25   A69-1303-555  4100 2016-06-19 06:42:00          29
    +#> 2602             25   A69-1303-555  4101 2016-06-19 06:44:00          29
    +#> 2603             25   A69-1303-555  4102 2016-06-19 06:46:00          29
    +#> 2604             25   A69-1303-555  4104 2016-06-19 06:50:00          29
    +#> 2605             25   A69-1303-555  4105 2016-06-20 19:32:00          14
    +#> 2606             25   A69-1303-555  4106 2016-06-20 19:42:00          14
    +#> 2607             25   A69-1303-555  4108 2016-06-20 19:44:00          14
    +#> 2608             25   A69-1303-555  4109 2016-06-20 19:48:00          14
    +#> 2609             25   A69-1303-555  4110 2016-06-20 19:54:00          14
    +#> 2610             25   A69-1303-555  4111 2016-06-20 20:02:00          14
    +#> 2611             25   A69-1303-555  4112 2016-06-22 23:54:00          11
    +#> 2612             25   A69-1303-555  4113 2016-06-22 23:58:00          11
    +#> 2613             25   A69-1303-555  4114 2016-06-23 00:02:00          11
    +#> 2614             25   A69-1303-555  4115 2016-06-23 00:34:00          11
    +#> 2615             25   A69-1303-555  4116 2016-06-23 00:44:00          11
    +#> 2616             25   A69-1303-555  4117 2016-06-23 00:46:00          11
    +#> 2617             25   A69-1303-555  4118 2016-06-23 00:58:00          11
    +#> 2618             25   A69-1303-555  4119 2016-06-23 01:00:00          11
    +#> 2619             25   A69-1303-555  4121 2016-06-23 02:06:00          11
    +#> 2620             25   A69-1303-555  4122 2016-06-23 02:14:00          11
    +#> 2621             25   A69-1303-555  4123 2016-06-23 20:46:00          11
    +#> 2622             25   A69-1303-555  4124 2016-06-23 20:48:00          11
    +#> 2623             25   A69-1303-555  4125 2016-06-23 20:50:00          11
    +#> 2624             25   A69-1303-555  4126 2016-06-23 20:54:00          11
    +#> 2625             25   A69-1303-555  4127 2016-06-23 20:58:00          11
    +#> 2626             25   A69-1303-555  4129 2016-06-23 21:16:00          11
    +#> 2627             25   A69-1303-555  4131 2016-06-23 21:22:00          11
    +#> 2628             25   A69-1303-555  4132 2016-06-23 21:26:00          11
    +#> 2629             25   A69-1303-555  4133 2016-06-25 10:20:00          11
    +#> 2630             25   A69-1303-555  4134 2016-06-25 10:22:00          11
    +#> 2631             25   A69-1303-555  4136 2016-06-25 10:24:00          11
    +#> 2632             25   A69-1303-555  4137 2016-06-25 10:26:00          11
    +#> 2633             25   A69-1303-555  4139 2016-06-25 10:28:00          11
    +#> 2634             25   A69-1303-555  4140 2016-06-25 10:32:00          11
    +#> 2635             25   A69-1303-555  4142 2016-06-25 10:34:00          11
    +#> 2636             25   A69-1303-555  4143 2016-06-25 10:36:00          11
    +#> 2637             25   A69-1303-555  4144 2016-06-25 10:40:00          11
    +#> 2638             25   A69-1303-555  4147 2016-06-25 10:44:00          11
    +#> 2639             25   A69-1303-555  4149 2016-06-25 10:46:00          11
    +#> 2640             25   A69-1303-555  4151 2016-06-25 10:48:00          11
    +#> 2641             25   A69-1303-555  4153 2016-06-25 10:50:00          11
    +#> 2642             25   A69-1303-555  4155 2016-06-25 10:52:00          11
    +#> 2643             25   A69-1303-555  4157 2016-06-25 10:54:00          11
    +#> 2644             25   A69-1303-555  4159 2016-06-25 10:56:00          11
    +#> 2645             25   A69-1303-555  4160 2016-06-25 10:58:00          11
    +#> 2646             25   A69-1303-555  4161 2016-06-25 11:00:00          11
    +#> 2647             25   A69-1303-555  4163 2016-06-25 11:02:00          11
    +#> 2648             25   A69-1303-555  4165 2016-06-25 11:04:00          11
    +#> 2649             25   A69-1303-555  4167 2016-06-25 11:06:00          11
    +#> 2650             25   A69-1303-555  4168 2016-06-25 11:08:00          11
    +#> 2651             25   A69-1303-555  4170 2016-06-25 11:10:00          11
    +#> 2652             25   A69-1303-555  4172 2016-06-25 11:12:00          11
    +#> 2653             25   A69-1303-555  4174 2016-06-25 11:14:00          11
    +#> 2654             25   A69-1303-555  4176 2016-06-25 11:16:00          11
    +#> 2655             25   A69-1303-555  4177 2016-06-25 11:18:00          11
    +#> 2656             25   A69-1303-555  4179 2016-06-25 11:20:00          11
    +#> 2657             25   A69-1303-555  4182 2016-06-25 11:22:00          11
    +#> 2658             25   A69-1303-555  4183 2016-06-25 11:24:00          11
    +#> 2659             25   A69-1303-555  4184 2016-06-25 11:26:00          11
    +#> 2660             25   A69-1303-555  4186 2016-06-25 11:28:00          11
    +#> 2661             25   A69-1303-555  4187 2016-06-25 11:30:00          11
    +#> 2662             25   A69-1303-555  4189 2016-06-25 11:32:00          11
    +#> 2663             25   A69-1303-555  4190 2016-06-25 11:34:00          11
    +#> 2664             25   A69-1303-555  4191 2016-06-25 11:38:00          11
    +#> 2665             25   A69-1303-555  4193 2016-06-25 11:40:00          11
    +#> 2666             25   A69-1303-555  4194 2016-06-25 11:42:00          11
    +#> 2667             25   A69-1303-555  4195 2016-06-25 11:44:00          11
    +#> 2668             25   A69-1303-555  4196 2016-06-25 18:44:00          14
    +#> 2669             25   A69-1303-555  4197 2016-06-25 18:46:00          14
    +#> 2670             25   A69-1303-555  4198 2016-06-25 18:54:00          14
    +#> 2671             25   A69-1303-555  4199 2016-06-25 19:00:00          14
    +#> 2672             25   A69-1303-555  4200 2016-06-25 19:02:00          14
    +#> 2673             25   A69-1303-555  4201 2016-06-25 19:06:00          14
    +#> 2674             25   A69-1303-555  4202 2016-06-25 19:08:00          14
    +#> 2675             25   A69-1303-555  4204 2016-06-25 19:10:00          14
    +#> 2676             25   A69-1303-555  4205 2016-06-25 19:14:00          14
    +#> 2677             25   A69-1303-555  4207 2016-06-25 19:16:00          14
    +#> 2678             25   A69-1303-555  4208 2016-06-25 19:20:00          14
    +#> 2679             25   A69-1303-555  4210 2016-06-25 19:22:00          14
    +#> 2680             25   A69-1303-555  4211 2016-06-25 19:26:00          14
    +#> 2681             25   A69-1303-555  4212 2016-06-25 19:52:00          14
    +#> 2682             25   A69-1303-555  4213 2016-06-25 20:06:00          14
    +#> 2683             25   A69-1303-555  4214 2016-06-25 20:08:00          14
    +#> 2684             25   A69-1303-555  4215 2016-06-25 20:10:00          14
    +#> 2685             25   A69-1303-555  4216 2016-06-25 20:12:00          14
    +#> 2686             25   A69-1303-555  4218 2016-06-25 20:16:00          14
    +#> 2687             25   A69-1303-555  4220 2016-06-25 20:18:00          14
    +#> 2688             25   A69-1303-555  4221 2016-06-25 20:20:00          14
    +#> 2689             25   A69-1303-555  4223 2016-06-25 20:22:00          14
    +#> 2690             25   A69-1303-555  4224 2016-06-25 20:26:00          14
    +#> 2691             25   A69-1303-555  4226 2016-06-25 20:28:00          14
    +#> 2692             25   A69-1303-555  4227 2016-06-25 20:30:00          14
    +#> 2693             25   A69-1303-555  4228 2016-06-25 20:32:00          14
    +#> 2694             25   A69-1303-555  4230 2016-06-25 20:36:00          14
    +#> 2695             25   A69-1303-555  4231 2016-06-25 20:42:00          14
    +#> 2696             25   A69-1303-555  4232 2016-06-25 20:44:00          14
    +#> 2697             25   A69-1303-555  4233 2016-06-25 20:50:00          14
    +#> 2698             25   A69-1303-555  4234 2016-06-25 20:52:00          14
    +#> 2699             25   A69-1303-555  4235 2016-06-25 20:56:00          14
    +#> 2700             25   A69-1303-555  4236 2016-06-25 21:00:00          14
    +#> 2701             25   A69-1303-555  4237 2016-06-28 20:30:00          14
    +#> 2702             25   A69-1303-555  4238 2016-06-28 20:36:00          14
    +#> 2703             25   A69-1303-555  4239 2016-06-28 20:40:00          14
    +#> 2704             25   A69-1303-555  4240 2016-06-28 20:52:00          14
    +#> 2705             25   A69-1303-555  4241 2016-06-28 20:54:00          14
    +#> 2706             25   A69-1303-555  4244 2016-06-28 21:04:00          14
    +#> 2707             25   A69-1303-555  4245 2016-06-28 21:18:00          14
    +#> 2708             25   A69-1303-555  4246 2016-06-28 21:20:00          14
    +#> 2709             25   A69-1303-555  4247 2016-06-29 04:14:00          14
    +#> 2710             25   A69-1303-555  4249 2016-06-29 04:16:00          14
    +#> 2711             25   A69-1303-555  4250 2016-06-29 04:18:00          14
    +#> 2712             25   A69-1303-555  4252 2016-06-29 04:20:00          14
    +#> 2713             25   A69-1303-555  4253 2016-06-29 04:22:00          14
    +#> 2714             25   A69-1303-555  4254 2016-07-02 19:50:00          11
    +#> 2715             25   A69-1303-555  4255 2016-07-02 20:00:00          11
    +#> 2716             25   A69-1303-555  4256 2016-07-02 20:02:00          11
    +#> 2717             25   A69-1303-555  4258 2016-07-02 20:04:00          11
    +#> 2718             25   A69-1303-555  4259 2016-07-02 20:06:00          11
    +#> 2719             25   A69-1303-555  4260 2016-07-02 20:08:00          11
    +#> 2720             25   A69-1303-555  4262 2016-07-02 20:10:00          11
    +#> 2721             25   A69-1303-555  4263 2016-07-02 20:14:00          11
    +#> 2722             25   A69-1303-555  4264 2016-07-02 20:22:00          11
    +#> 2723             25   A69-1303-555  4265 2016-07-02 20:26:00          11
    +#> 2724             25   A69-1303-555  4266 2016-07-04 03:12:00          14
    +#> 2725             25   A69-1303-555  4267 2016-07-04 03:14:00          14
    +#> 2726             25   A69-1303-555  4270 2016-07-04 03:16:00          14
    +#> 2727             25   A69-1303-555  4271 2016-07-04 03:18:00          14
    +#> 2728             25   A69-1303-555  4273 2016-07-04 03:20:00          14
    +#> 2729             25   A69-1303-555  4275 2016-07-04 03:22:00          14
    +#> 2730             25   A69-1303-555  4277 2016-07-04 03:24:00          14
    +#> 2731             25   A69-1303-555  4279 2016-07-04 03:26:00          14
    +#> 2732             25   A69-1303-555  4281 2016-07-04 03:28:00          14
    +#> 2733             25   A69-1303-555  4282 2016-07-04 03:30:00          14
    +#> 2734             25   A69-1303-555  4284 2016-07-04 03:32:00          14
    +#> 2735             25   A69-1303-555  4286 2016-07-04 03:34:00          14
    +#> 2736             25   A69-1303-555  4287 2016-07-04 03:36:00          14
    +#> 2737             25   A69-1303-555  4290 2016-07-04 03:38:00          14
    +#> 2738             25   A69-1303-555  4291 2016-07-04 03:40:00          14
    +#> 2739             25   A69-1303-555  4294 2016-07-04 03:42:00          14
    +#> 2740             25   A69-1303-555  4297 2016-07-04 03:44:00          14
    +#> 2741             25   A69-1303-555  4299 2016-07-04 03:46:00          14
    +#> 2742             25   A69-1303-555  4301 2016-07-04 03:48:00          14
    +#> 2743             25   A69-1303-555  4303 2016-07-04 03:50:00          14
    +#> 2744             25   A69-1303-555  4304 2016-07-04 03:52:00          14
    +#> 2745             25   A69-1303-555  4305 2016-07-04 03:54:00          14
    +#> 2746             25   A69-1303-555  4307 2016-07-04 03:56:00          14
    +#> 2747             25   A69-1303-555  4308 2016-07-04 03:58:00          14
    +#> 2748             25   A69-1303-555  4310 2016-07-04 04:00:00          14
    +#> 2749             25   A69-1303-555  4312 2016-07-04 04:02:00          14
    +#> 2750             25   A69-1303-555  4313 2016-07-04 04:04:00          14
    +#> 2751             25   A69-1303-555  4315 2016-07-04 04:12:00          14
    +#> 2752             25   A69-1303-555  4316 2016-07-04 04:18:00          14
    +#> 2753             25   A69-1303-555  4317 2016-07-04 04:22:00          14
    +#> 2754             25   A69-1303-555  4318 2016-07-04 04:26:00          14
    +#> 2755             25   A69-1303-555  4319 2016-07-04 04:32:00          14
    +#> 2756             25   A69-1303-555  4320 2016-07-04 04:34:00          14
    +#> 2757             25   A69-1303-555  4321 2016-07-04 04:36:00          14
    +#> 2758             25   A69-1303-555  4323 2016-07-04 04:42:00          14
    +#> 2759             25   A69-1303-555  4324 2016-07-04 04:44:00          14
    +#> 2760             25   A69-1303-555  4325 2016-07-04 04:48:00          14
    +#> 2761             25   A69-1303-555  4326 2016-07-04 04:50:00          14
    +#> 2762             25   A69-1303-555  4328 2016-07-04 04:52:00          14
    +#> 2763             25   A69-1303-555  4329 2016-07-04 04:54:00          14
    +#> 2764             25   A69-1303-555  4331 2016-07-04 04:56:00          14
    +#> 2765             25   A69-1303-555  4333 2016-07-04 04:58:00          14
    +#> 2766             25   A69-1303-555  4335 2016-07-04 05:00:00          14
    +#> 2767             25   A69-1303-555  4336 2016-07-04 05:02:00          14
    +#> 2768             25   A69-1303-555  4337 2016-07-04 05:04:00          14
    +#> 2769             25   A69-1303-555  4338 2016-07-04 05:06:00          14
    +#> 2770             25   A69-1303-555  4339 2016-07-04 05:10:00          14
    +#> 2771             25   A69-1303-555  4340 2016-07-04 05:12:00          14
    +#> 2772             25   A69-1303-555  4341 2016-07-04 05:14:00          14
    +#> 2773             25   A69-1303-555  4343 2016-07-04 05:16:00          14
    +#> 2774             25   A69-1303-555  4344 2016-07-04 05:18:00          14
    +#> 2775             25   A69-1303-555  4345 2016-07-04 05:20:00          14
    +#> 2776             25   A69-1303-555  4346 2016-07-04 05:22:00          14
    +#> 2777             25   A69-1303-555  4348 2016-07-07 08:24:00          11
    +#> 2778             25   A69-1303-555  4349 2016-07-07 08:44:00          11
    +#> 2779             25   A69-1303-555  4351 2016-07-07 09:20:00          11
    +#> 2780             25   A69-1303-555  4352 2016-07-07 09:32:00          11
    +#> 2781             25   A69-1303-555  4353 2016-07-07 09:40:00          11
    +#> 2782             25   A69-1303-555  4354 2016-07-07 10:18:00          11
    +#> 2783             25   A69-1303-555  4355 2016-07-07 10:20:00          11
    +#> 2784             25   A69-1303-555  4356 2016-07-07 10:22:00          11
    +#> 2785             25   A69-1303-555  4357 2016-07-07 10:24:00          11
    +#> 2786             25   A69-1303-555  4358 2016-07-07 10:26:00          11
    +#> 2787             25   A69-1303-555  4360 2016-07-07 10:28:00          11
    +#> 2788             25   A69-1303-555  4362 2016-07-07 10:30:00          11
    +#> 2789             25   A69-1303-555  4364 2016-07-07 10:32:00          11
    +#> 2790             25   A69-1303-555  4365 2016-07-07 10:34:00          11
    +#> 2791             25   A69-1303-555  4367 2016-07-07 10:36:00          11
    +#> 2792             25   A69-1303-555  4368 2016-07-07 10:38:00          11
    +#> 2793             25   A69-1303-555  4369 2016-07-07 10:40:00          11
    +#> 2794             25   A69-1303-555  4370 2016-07-07 10:42:00          11
    +#> 2795             25   A69-1303-555  4371 2016-07-07 10:44:00          11
    +#> 2796             25   A69-1303-555  4372 2016-07-07 15:48:00          11
    +#> 2797             25   A69-1303-555  4373 2016-07-07 15:52:00          11
    +#> 2798             25   A69-1303-555  4374 2016-07-07 16:06:00          11
    +#> 2799             25   A69-1303-555  4375 2016-07-13 21:08:00          39
    +#> 2800             25   A69-1303-555  4377 2016-07-15 01:00:00          39
    +#> 2801             25   A69-1303-555  4378 2016-07-15 01:02:00          39
    +#> 2802             25   A69-1303-555  4379 2016-07-15 01:04:00          39
    +#> 2803             25   A69-1303-555  4381 2016-07-15 01:10:00          39
    +#> 2804             25   A69-1303-555  4382 2016-07-15 01:14:00          39
    +#> 2805             25   A69-1303-555  4383 2016-07-15 01:24:00          39
    +#> 2806             25   A69-1303-555  4385 2016-07-15 01:26:00          39
    +#> 2807             25   A69-1303-555  4386 2016-07-15 01:28:00          39
    +#> 2808             25   A69-1303-555  4387 2016-07-15 01:30:00          39
    +#> 2809             25   A69-1303-555  4389 2016-07-15 01:32:00          39
    +#> 2810             25   A69-1303-555  4390 2016-07-15 01:36:00          39
    +#> 2811             25   A69-1303-555  4391 2016-07-15 01:42:00          39
    +#> 2812             25   A69-1303-555  4393 2016-07-15 01:58:00          39
    +#> 2813             25   A69-1303-555  4394 2016-07-15 02:02:00          39
    +#> 2814             25   A69-1303-555  4396 2016-07-15 02:04:00          39
    +#> 2815             25   A69-1303-555  4398 2016-07-15 02:08:00          39
    +#> 2816             25   A69-1303-555  4399 2016-07-15 02:10:00          39
    +#> 2817             25   A69-1303-555  4400 2016-07-15 02:12:00          39
    +#> 2818             25   A69-1303-555  4402 2016-07-15 02:16:00          39
    +#> 2819             25   A69-1303-555  4403 2016-07-15 02:18:00          39
    +#> 2820             25   A69-1303-555  4405 2016-07-15 02:20:00          39
    +#> 2821             25   A69-1303-555  4407 2016-07-15 02:22:00          39
    +#> 2822             25   A69-1303-555  4409 2016-07-15 02:24:00          39
    +#> 2823             25   A69-1303-555  4411 2016-07-15 02:26:00          39
    +#> 2824             25   A69-1303-555  4413 2016-07-15 02:30:00          39
    +#> 2825             25   A69-1303-555  4414 2016-07-15 02:38:00          39
    +#> 2826             25   A69-1303-555  4416 2016-07-15 02:40:00          39
    +#> 2827             25   A69-1303-555  4417 2016-07-15 02:42:00          39
    +#> 2828             25   A69-1303-555  4418 2016-07-15 02:44:00          39
    +#> 2829             25   A69-1303-555  4419 2016-07-15 02:54:00          39
    +#> 2830             25   A69-1303-555  4420 2016-07-15 03:10:00          39
    +#> 2831             25   A69-1303-555  4422 2016-07-15 12:52:00          14
    +#> 2832             25   A69-1303-555  4423 2016-07-15 13:12:00          14
    +#> 2833             25   A69-1303-555  4424 2016-07-15 13:14:00          14
    +#> 2834             25   A69-1303-555  4426 2016-07-15 13:20:00          14
    +#> 2835             25   A69-1303-555  4427 2016-07-15 13:22:00          14
    +#> 2836             25   A69-1303-555  4429 2016-07-15 13:24:00          14
    +#> 2837             25   A69-1303-555  4430 2016-07-15 13:26:00          14
    +#> 2838             25   A69-1303-555  4431 2016-07-15 13:28:00          14
    +#> 2839             25   A69-1303-555  4433 2016-07-15 13:30:00          14
    +#> 2840             25   A69-1303-555  4434 2016-07-15 13:38:00          14
    +#> 2841             25   A69-1303-555  4435 2016-07-15 13:52:00          14
    +#> 2842             25   A69-1303-555  4436 2016-07-15 13:54:00          14
    +#> 2843             25   A69-1303-555  4438 2016-07-15 13:56:00          14
    +#> 2844             25   A69-1303-555  4440 2016-07-15 13:58:00          14
    +#> 2845             25   A69-1303-555  4442 2016-07-15 14:00:00          14
    +#> 2846             25   A69-1303-555  4443 2016-07-15 14:04:00          14
    +#> 2847             25   A69-1303-555  4444 2016-07-15 14:30:00          14
    +#> 2848             25   A69-1303-555  4445 2016-07-15 14:32:00          14
    +#> 2849             25   A69-1303-555  4447 2016-07-15 14:34:00          14
    +#> 2850             25   A69-1303-555  4448 2016-07-15 16:24:00          14
    +#> 2851             25   A69-1303-555  4449 2016-07-15 16:28:00          14
    +#> 2852             25   A69-1303-555  4450 2016-07-15 16:34:00          14
    +#> 2853             25   A69-1303-555  4451 2016-07-15 16:36:00          14
    +#> 2854             25   A69-1303-555  4452 2016-07-15 16:54:00          14
    +#> 2855             25   A69-1303-555  4453 2016-07-15 16:56:00          14
    +#> 2856             25   A69-1303-555  4454 2016-07-15 16:58:00          14
    +#> 2857             25   A69-1303-555  4455 2016-07-15 18:12:00          14
    +#> 2858             25   A69-1303-555  4456 2016-07-15 18:16:00          14
    +#> 2859             25   A69-1303-555  4457 2016-07-16 00:52:00          23
    +#> 2860             25   A69-1303-555  4458 2016-07-16 00:54:00          23
    +#> 2861             25   A69-1303-555  4460 2016-07-16 00:56:00          23
    +#> 2862             25   A69-1303-555  4461 2016-07-16 00:58:00          23
    +#> 2863             25   A69-1303-555  4463 2016-07-16 01:00:00          23
    +#> 2864             25   A69-1303-555  4464 2016-07-16 01:02:00          23
    +#> 2865             25   A69-1303-555  4466 2016-07-16 01:04:00          23
    +#> 2866             25   A69-1303-555  4468 2016-07-16 01:06:00          23
    +#> 2867             25   A69-1303-555  4470 2016-07-16 01:08:00          23
    +#> 2868             25   A69-1303-555  4472 2016-07-16 01:10:00          23
    +#> 2869             25   A69-1303-555  4474 2016-07-16 01:12:00          23
    +#> 2870             25   A69-1303-555  4476 2016-07-16 01:14:00          23
    +#> 2871             25   A69-1303-555  4478 2016-07-16 01:16:00          23
    +#> 2872             25   A69-1303-555  4480 2016-07-16 01:18:00          23
    +#> 2873             25   A69-1303-555  4482 2016-07-16 01:20:00          23
    +#> 2874             25   A69-1303-555  4483 2016-07-16 01:22:00          23
    +#> 2875             25   A69-1303-555  4485 2016-07-16 01:24:00          23
    +#> 2876             25   A69-1303-555  4487 2016-07-16 01:26:00          23
    +#> 2877             25   A69-1303-555  4489 2016-07-16 01:30:00          23
    +#> 2878             25   A69-1303-555  4490 2016-07-18 09:10:00          29
    +#> 2879             25   A69-1303-555  4491 2016-07-18 09:14:00          29
    +#> 2880             25   A69-1303-555  4493 2016-07-18 09:22:00          29
    +#> 2881             25   A69-1303-555  4494 2016-07-18 09:24:00          29
    +#> 2882             25   A69-1303-555  4495 2016-07-18 14:28:00          29
    +#> 2883             25   A69-1303-555  4496 2016-07-18 14:30:00          29
    +#> 2884             25   A69-1303-555  4497 2016-07-18 14:32:00          29
    +#> 2885             25   A69-1303-555  4499 2016-07-18 14:34:00          29
    +#> 2886             25   A69-1303-555  4502 2016-07-18 14:36:00          29
    +#> 2887             25   A69-1303-555  4504 2016-07-18 14:38:00          29
    +#> 2888             25   A69-1303-555  4506 2016-07-18 14:40:00          29
    +#> 2889             25   A69-1303-555  4508 2016-07-18 14:42:00          29
    +#> 2890             25   A69-1303-555  4510 2016-07-18 14:44:00          29
    +#> 2891             25   A69-1303-555  4511 2016-07-18 14:46:00          29
    +#> 2892             25   A69-1303-555  4512 2016-07-18 14:48:00          29
    +#> 2893             25   A69-1303-555  4514 2016-07-18 14:50:00          29
    +#> 2894             25   A69-1303-555  4515 2016-07-18 14:52:00          29
    +#> 2895             25   A69-1303-555  4516 2016-07-18 14:54:00          29
    +#> 2896             25   A69-1303-555  4518 2016-07-18 15:08:00          29
    +#> 2897             25   A69-1303-555  4520 2016-07-18 15:10:00          29
    +#> 2898             25   A69-1303-555  4521 2016-07-18 15:14:00          29
    +#> 2899             25   A69-1303-555  4522 2016-07-18 15:16:00          29
    +#> 2900             25   A69-1303-555  4523 2016-07-18 15:20:00          29
    +#> 2901             25   A69-1303-555  4524 2016-07-18 15:22:00          29
    +#> 2902             25   A69-1303-555  4526 2016-07-18 15:24:00          29
    +#> 2903             25   A69-1303-555  4528 2016-07-18 15:28:00          29
    +#> 2904             25   A69-1303-555  4529 2016-07-18 15:34:00          29
    +#> 2905             25   A69-1303-555  4530 2016-07-18 15:38:00          29
    +#> 2906             25   A69-1303-555  4531 2016-07-18 15:40:00          29
    +#> 2907             25   A69-1303-555  4532 2016-07-18 15:42:00          29
    +#> 2908             25   A69-1303-555  4533 2016-07-18 15:48:00          29
    +#> 2909             25   A69-1303-555  4535 2016-07-18 16:02:00          29
    +#> 2910             25   A69-1303-555  4537 2016-07-18 16:24:00          29
    +#> 2911             25   A69-1303-555  4538 2016-07-18 17:16:00          29
    +#> 2912             25   A69-1303-555  4539 2016-07-18 17:20:00          29
    +#> 2913             25   A69-1303-555  4541 2016-07-18 17:22:00          29
    +#> 2914             25   A69-1303-555  4543 2016-07-18 17:26:00          29
    +#> 2915             25   A69-1303-555  4544 2016-07-18 17:30:00          29
    +#> 2916             25   A69-1303-555  4546 2016-07-18 17:34:00          29
    +#> 2917             25   A69-1303-555  4547 2016-07-18 17:36:00          29
    +#> 2918             25   A69-1303-555  4549 2016-07-18 17:38:00          29
    +#> 2919             25   A69-1303-555  4551 2016-07-18 17:40:00          29
    +#> 2920             25   A69-1303-555  4552 2016-07-18 17:42:00          29
    +#> 2921             25   A69-1303-555  4554 2016-07-18 17:44:00          29
    +#> 2922             25   A69-1303-555  4557 2016-07-18 17:46:00          29
    +#> 2923             25   A69-1303-555  4559 2016-07-18 17:48:00          29
    +#> 2924             25   A69-1303-555  4560 2016-07-18 17:50:00          29
    +#> 2925             25   A69-1303-555  4562 2016-07-18 17:52:00          29
    +#> 2926             25   A69-1303-555  4563 2016-07-18 17:54:00          29
    +#> 2927             25   A69-1303-555  4566 2016-07-18 17:56:00          29
    +#> 2928             25   A69-1303-555  4568 2016-07-18 17:58:00          29
    +#> 2929             25   A69-1303-555  4570 2016-07-18 18:00:00          29
    +#> 2930             25   A69-1303-555  4572 2016-07-18 18:02:00          29
    +#> 2931             25   A69-1303-555  4574 2016-07-18 18:04:00          29
    +#> 2932             25   A69-1303-555  4576 2016-07-18 18:06:00          29
    +#> 2933             25   A69-1303-555  4578 2016-07-18 18:08:00          29
    +#> 2934             25   A69-1303-555  4580 2016-07-18 18:10:00          29
    +#> 2935             25   A69-1303-555  4581 2016-07-18 18:12:00          29
    +#> 2936             25   A69-1303-555  4583 2016-07-18 18:14:00          29
    +#> 2937             25   A69-1303-555  4585 2016-07-18 18:16:00          29
    +#> 2938             25   A69-1303-555  4588 2016-07-18 18:18:00          29
    +#> 2939             25   A69-1303-555  4589 2016-07-18 18:20:00          29
    +#> 2940             25   A69-1303-555  4591 2016-07-18 18:22:00          29
    +#> 2941             25   A69-1303-555  4593 2016-07-18 18:24:00          29
    +#> 2942             25   A69-1303-555  4595 2016-07-18 18:26:00          29
    +#> 2943             25   A69-1303-555  4597 2016-07-18 18:28:00          29
    +#> 2944             25   A69-1303-555  4599 2016-07-18 18:30:00          29
    +#> 2945             25   A69-1303-555  4601 2016-07-18 18:32:00          29
    +#> 2946             25   A69-1303-555  4602 2016-07-18 18:34:00          29
    +#> 2947             25   A69-1303-555  4605 2016-07-18 18:36:00          29
    +#> 2948             25   A69-1303-555  4606 2016-07-18 18:38:00          29
    +#> 2949             25   A69-1303-555  4608 2016-07-18 18:40:00          29
    +#> 2950             25   A69-1303-555  4611 2016-07-18 18:42:00          29
    +#> 2951             25   A69-1303-555  4613 2016-07-18 18:44:00          29
    +#> 2952             25   A69-1303-555  4615 2016-07-18 18:46:00          29
    +#> 2953             25   A69-1303-555  4618 2016-07-18 18:48:00          29
    +#> 2954             25   A69-1303-555  4620 2016-07-18 18:50:00          29
    +#> 2955             25   A69-1303-555  4621 2016-07-18 18:52:00          29
    +#> 2956             25   A69-1303-555  4623 2016-07-18 18:54:00          29
    +#> 2957             25   A69-1303-555  4624 2016-07-18 18:56:00          29
    +#> 2958             25   A69-1303-555  4626 2016-07-18 18:58:00          29
    +#> 2959             25   A69-1303-555  4629 2016-07-18 19:00:00          29
    +#> 2960             25   A69-1303-555  4630 2016-07-18 19:02:00          29
    +#> 2961             25   A69-1303-555  4632 2016-07-18 19:04:00          29
    +#> 2962             25   A69-1303-555  4635 2016-07-18 19:06:00          29
    +#> 2963             25   A69-1303-555  4637 2016-07-18 19:08:00          29
    +#> 2964             25   A69-1303-555  4639 2016-07-18 19:10:00          29
    +#> 2965             25   A69-1303-555  4640 2016-07-18 19:12:00          29
    +#> 2966             25   A69-1303-555  4642 2016-07-18 19:14:00          29
    +#> 2967             25   A69-1303-555  4645 2016-07-18 19:16:00          29
    +#> 2968             25   A69-1303-555  4646 2016-07-18 19:18:00          29
    +#> 2969             25   A69-1303-555  4648 2016-07-18 19:20:00          29
    +#> 2970             25   A69-1303-555  4651 2016-07-18 19:22:00          29
    +#> 2971             25   A69-1303-555  4652 2016-07-18 19:24:00          29
    +#> 2972             25   A69-1303-555  4654 2016-07-18 19:26:00          29
    +#> 2973             25   A69-1303-555  4656 2016-07-18 19:28:00          29
    +#> 2974             25   A69-1303-555  4659 2016-07-18 19:30:00          29
    +#> 2975             25   A69-1303-555  4660 2016-07-18 19:32:00          29
    +#> 2976             25   A69-1303-555  4663 2016-07-18 19:34:00          29
    +#> 2977             25   A69-1303-555  4665 2016-07-18 19:36:00          29
    +#> 2978             25   A69-1303-555  4666 2016-07-18 19:38:00          29
    +#> 2979             25   A69-1303-555  4668 2016-07-18 19:40:00          29
    +#> 2980             25   A69-1303-555  4670 2016-07-18 19:42:00          29
    +#> 2981             25   A69-1303-555  4672 2016-07-18 19:44:00          29
    +#> 2982             25   A69-1303-555  4673 2016-07-18 19:46:00          29
    +#> 2983             25   A69-1303-555  4675 2016-07-18 19:48:00          29
    +#> 2984             25   A69-1303-555  4677 2016-07-18 19:50:00          29
    +#> 2985             25   A69-1303-555  4679 2016-07-18 19:52:00          29
    +#> 2986             25   A69-1303-555  4681 2016-07-18 19:54:00          29
    +#> 2987             25   A69-1303-555  4683 2016-07-18 19:56:00          29
    +#> 2988             25   A69-1303-555  4685 2016-07-18 19:58:00          29
    +#> 2989             25   A69-1303-555  4686 2016-07-18 20:00:00          29
    +#> 2990             25   A69-1303-555  4688 2016-07-18 20:02:00          29
    +#> 2991             25   A69-1303-555  4690 2016-07-18 20:04:00          29
    +#> 2992             25   A69-1303-555  4692 2016-07-18 20:06:00          29
    +#> 2993             25   A69-1303-555  4694 2016-07-18 20:12:00          29
    +#> 2994             25   A69-1303-555  4695 2016-07-18 20:14:00          29
    +#> 2995             25   A69-1303-555  4697 2016-07-18 20:16:00          29
    +#> 2996             25   A69-1303-555  4699 2016-07-18 20:18:00          29
    +#> 2997             25   A69-1303-555  4700 2016-07-18 20:20:00          29
    +#> 2998             25   A69-1303-555  4702 2016-07-18 20:22:00          29
    +#> 2999             25   A69-1303-555  4703 2016-07-18 20:24:00          29
    +#> 3000             25   A69-1303-555  4705 2016-07-18 20:26:00          29
    +#> 3001             25   A69-1303-555  4708 2016-07-18 20:28:00          29
    +#> 3002             25   A69-1303-555  4710 2016-07-18 20:30:00          29
    +#> 3003             25   A69-1303-555  4711 2016-07-18 20:32:00          29
    +#> 3004             25   A69-1303-555  4714 2016-07-18 20:34:00          29
    +#> 3005             25   A69-1303-555  4716 2016-07-18 20:36:00          29
    +#> 3006             25   A69-1303-555  4717 2016-07-18 20:38:00          29
    +#> 3007             25   A69-1303-555  4719 2016-07-18 20:40:00          29
    +#> 3008             25   A69-1303-555  4721 2016-07-18 20:42:00          29
    +#> 3009             25   A69-1303-555  4723 2016-07-18 20:44:00          29
    +#> 3010             25   A69-1303-555  4725 2016-07-18 20:46:00          29
    +#> 3011             25   A69-1303-555  4727 2016-07-18 20:48:00          29
    +#> 3012             25   A69-1303-555  4728 2016-07-18 20:50:00          29
    +#> 3013             25   A69-1303-555  4730 2016-07-18 20:52:00          29
    +#> 3014             25   A69-1303-555  4732 2016-07-18 20:54:00          29
    +#> 3015             25   A69-1303-555  4734 2016-07-18 20:56:00          29
    +#> 3016             25   A69-1303-555  4736 2016-07-18 20:58:00          29
    +#> 3017             25   A69-1303-555  4737 2016-07-18 21:00:00          29
    +#> 3018             25   A69-1303-555  4739 2016-07-18 21:02:00          29
    +#> 3019             25   A69-1303-555  4741 2016-07-18 21:04:00          29
    +#> 3020             25   A69-1303-555  4743 2016-07-18 21:06:00          29
    +#> 3021             25   A69-1303-555  4745 2016-07-18 21:08:00          29
    +#> 3022             25   A69-1303-555  4747 2016-07-18 21:10:00          29
    +#> 3023             25   A69-1303-555  4750 2016-07-18 21:12:00          29
    +#> 3024             25   A69-1303-555  4752 2016-07-19 05:46:00          14
    +#> 3025             25   A69-1303-555  4753 2016-07-19 05:50:00          14
    +#> 3026             25   A69-1303-555  4754 2016-07-19 05:52:00          14
    +#> 3027             25   A69-1303-555  4755 2016-07-19 05:56:00          14
    +#> 3028             25   A69-1303-555  4757 2016-07-19 05:58:00          14
    +#> 3029             25   A69-1303-555  4759 2016-07-19 06:16:00          14
    +#> 3030             25   A69-1303-555  4760 2016-07-19 06:42:00          14
    +#> 3031             25   A69-1303-555  4761 2016-07-19 06:46:00          14
    +#> 3032             25   A69-1303-555  4762 2016-07-19 06:56:00          14
    +#> 3033             25   A69-1303-555  4764 2016-07-19 06:58:00          14
    +#> 3034             25   A69-1303-555  4765 2016-07-19 07:00:00          14
    +#> 3035             25   A69-1303-555  4766 2016-07-19 07:12:00          14
    +#> 3036             25   A69-1303-555  4767 2016-07-19 09:06:00          39
    +#> 3037             25   A69-1303-555  4768 2016-07-19 09:08:00          39
    +#> 3038             25   A69-1303-555  4769 2016-07-19 09:10:00          39
    +#> 3039             25   A69-1303-555  4770 2016-07-19 09:14:00          39
    +#> 3040             25   A69-1303-555  4772 2016-07-19 09:22:00          39
    +#> 3041             25   A69-1303-555  4773 2016-07-19 09:24:00          39
    +#> 3042             25   A69-1303-555  4775 2016-07-19 09:26:00          39
    +#> 3043             25   A69-1303-555  4776 2016-07-19 09:28:00          39
    +#> 3044             25   A69-1303-555  4779 2016-07-19 09:32:00          39
    +#> 3045             25   A69-1303-555  4781 2016-07-19 09:34:00          39
    +#> 3046             25   A69-1303-555  4782 2016-07-19 09:44:00          39
    +#> 3047             25   A69-1303-555  4783 2016-07-19 09:52:00          39
    +#> 3048             25   A69-1303-555  4784 2016-07-21 06:44:00          39
    +#> 3049             25   A69-1303-555  4785 2016-07-21 06:48:00          39
    +#> 3050             25   A69-1303-555  4786 2016-07-21 06:50:00          39
    +#> 3051             25   A69-1303-555  4787 2016-07-21 07:14:00          39
    +#> 3052             25   A69-1303-555  4788 2016-07-21 07:54:00          39
    +#> 3053             25   A69-1303-555  4789 2016-07-21 07:56:00          39
    +#> 3054             25   A69-1303-555  4790 2016-07-21 07:58:00          39
    +#> 3055             25   A69-1303-555  4791 2016-07-21 08:00:00          39
    +#> 3056             25   A69-1303-555  4793 2016-07-21 08:02:00          39
    +#> 3057             25   A69-1303-555  4794 2016-07-21 08:04:00          39
    +#> 3058             25   A69-1303-555  4795 2016-07-21 08:06:00          39
    +#> 3059             25   A69-1303-555  4797 2016-07-21 08:10:00          39
    +#> 3060             25   A69-1303-555  4799 2016-07-21 08:12:00          39
    +#> 3061             25   A69-1303-555  4800 2016-07-21 08:16:00          39
    +#> 3062             25   A69-1303-555  4801 2016-07-21 08:36:00          39
    +#> 3063             25   A69-1303-555  4802 2016-07-21 15:26:00          39
    +#> 3064             25   A69-1303-555  4803 2016-07-21 15:34:00          39
    +#> 3065             25   A69-1303-555  4804 2016-07-22 02:02:00          23
    +#> 3066             25   A69-1303-555  4806 2016-07-22 02:04:00          23
    +#> 3067             25   A69-1303-555  4808 2016-07-22 04:26:00          29
    +#> 3068             25   A69-1303-555  4810 2016-07-22 04:28:00          29
    +#> 3069             25   A69-1303-555  4811 2016-07-22 04:30:00          29
    +#> 3070             25   A69-1303-555  4812 2016-07-22 04:32:00          29
    +#> 3071             25   A69-1303-555  4813 2016-07-22 04:38:00          29
    +#> 3072             25   A69-1303-555  4815 2016-07-22 04:40:00          29
    +#> 3073             25   A69-1303-555  4816 2016-07-22 04:44:00          29
    +#> 3074             25   A69-1303-555  4819 2016-07-22 04:46:00          29
    +#> 3075             25   A69-1303-555  4820 2016-07-22 04:50:00          29
    +#> 3076             25   A69-1303-555  4821 2016-07-22 04:52:00          29
    +#> 3077             25   A69-1303-555  4823 2016-07-22 04:54:00          29
    +#> 3078             25   A69-1303-555  4825 2016-07-22 04:56:00          29
    +#> 3079             25   A69-1303-555  4827 2016-07-22 04:58:00          29
    +#> 3080             25   A69-1303-555  4828 2016-07-22 05:00:00          29
    +#> 3081             25   A69-1303-555  4830 2016-07-22 05:02:00          29
    +#> 3082             25   A69-1303-555  4832 2016-07-22 05:04:00          29
    +#> 3083             25   A69-1303-555  4834 2016-07-22 05:06:00          29
    +#> 3084             25   A69-1303-555  4835 2016-07-22 05:08:00          29
    +#> 3085             25   A69-1303-555  4836 2016-07-22 05:10:00          29
    +#> 3086             25   A69-1303-555  4837 2016-07-22 05:16:00          29
    +#> 3087             25   A69-1303-555  4838 2016-07-22 05:20:00          29
    +#> 3088             25   A69-1303-555  4840 2016-07-22 05:22:00          29
    +#> 3089             25   A69-1303-555  4842 2016-07-22 05:24:00          29
    +#> 3090             25   A69-1303-555  4843 2016-07-22 05:26:00          29
    +#> 3091             25   A69-1303-555  4844 2016-07-22 05:28:00          29
    +#> 3092             25   A69-1303-555  4846 2016-07-22 05:30:00          29
    +#> 3093             25   A69-1303-555  4848 2016-07-22 05:32:00          29
    +#> 3094             25   A69-1303-555  4850 2016-07-22 05:34:00          29
    +#> 3095             25   A69-1303-555  4851 2016-07-22 05:36:00          29
    +#> 3096             25   A69-1303-555  4852 2016-07-22 05:42:00          29
    +#> 3097             25   A69-1303-555  4853 2016-07-22 05:44:00          29
    +#> 3098             25   A69-1303-555  4854 2016-07-22 05:46:00          29
    +#> 3099             25   A69-1303-555  4856 2016-07-23 11:12:00          14
    +#> 3100             25   A69-1303-555  4857 2016-07-23 11:14:00          14
    +#> 3101             25   A69-1303-555  4859 2016-07-23 11:16:00          14
    +#> 3102             25   A69-1303-555  4860 2016-07-23 15:00:00          39
    +#> 3103             25   A69-1303-555  4861 2016-07-23 15:02:00          39
    +#> 3104             25   A69-1303-555  4862 2016-07-23 15:04:00          39
    +#> 3105             25   A69-1303-555  4863 2016-07-23 15:06:00          39
    +#> 3106             25   A69-1303-555  4866 2016-07-23 15:08:00          39
    +#> 3107             25   A69-1303-555  4867 2016-07-23 15:10:00          39
    +#> 3108             25   A69-1303-555  4868 2016-07-23 15:12:00          39
    +#> 3109             25   A69-1303-555  4870 2016-07-23 15:14:00          39
    +#> 3110             25   A69-1303-555  4872 2016-07-23 15:16:00          39
    +#> 3111             25   A69-1303-555  4874 2016-07-23 15:18:00          39
    +#> 3112             25   A69-1303-555  4876 2016-07-23 15:20:00          39
    +#> 3113             25   A69-1303-555  4878 2016-07-23 15:26:00          39
    +#> 3114             25   A69-1303-555  4881 2016-07-23 15:28:00          39
    +#> 3115             25   A69-1303-555  4882 2016-07-23 15:30:00          39
    +#> 3116             25   A69-1303-555  4884 2016-07-23 15:32:00          39
    +#> 3117             25   A69-1303-555  4885 2016-07-23 15:34:00          39
    +#> 3118             25   A69-1303-555  4887 2016-07-23 15:36:00          39
    +#> 3119             25   A69-1303-555  4889 2016-07-23 15:38:00          39
    +#> 3120             25   A69-1303-555  4891 2016-07-23 15:40:00          39
    +#> 3121             25   A69-1303-555  4892 2016-07-23 15:42:00          39
    +#> 3122             25   A69-1303-555  4893 2016-07-23 15:46:00          39
    +#> 3123             25   A69-1303-555  4894 2016-07-23 15:50:00          39
    +#> 3124             25   A69-1303-555  4895 2016-07-23 15:54:00          39
    +#> 3125             25   A69-1303-555  4896 2016-07-23 20:54:00          23
    +#> 3126             25   A69-1303-555  4897 2016-07-23 20:56:00          23
    +#> 3127             25   A69-1303-555  4898 2016-07-23 20:58:00          23
    +#> 3128             25   A69-1303-555  4899 2016-07-23 21:08:00          23
    +#> 3129             25   A69-1303-555  4900 2016-07-24 21:34:00          23
    +#> 3130             25   A69-1303-555  4901 2016-07-24 22:00:00          23
    +#> 3131             25   A69-1303-555  4902 2016-07-24 22:02:00          23
    +#> 3132             25   A69-1303-555  4903 2016-07-25 00:18:00          39
    +#> 3133             25   A69-1303-555  4904 2016-07-25 00:20:00          39
    +#> 3134             25   A69-1303-555  4905 2016-07-25 00:22:00          39
    +#> 3135             25   A69-1303-555  4906 2016-07-25 00:24:00          39
    +#> 3136             25   A69-1303-555  4908 2016-07-25 00:26:00          39
    +#> 3137             25   A69-1303-555  4910 2016-07-25 00:28:00          39
    +#> 3138             25   A69-1303-555  4913 2016-07-25 00:30:00          39
    +#> 3139             25   A69-1303-555  4915 2016-07-25 00:32:00          39
    +#> 3140             25   A69-1303-555  4917 2016-07-25 00:34:00          39
    +#> 3141             25   A69-1303-555  4918 2016-07-25 00:36:00          39
    +#> 3142             25   A69-1303-555  4919 2016-07-25 00:38:00          39
    +#> 3143             25   A69-1303-555  4922 2016-07-25 00:40:00          39
    +#> 3144             25   A69-1303-555  4923 2016-07-25 00:42:00          39
    +#> 3145             25   A69-1303-555  4925 2016-07-25 00:44:00          39
    +#> 3146             25   A69-1303-555  4927 2016-07-25 00:46:00          39
    +#> 3147             25   A69-1303-555  4929 2016-07-25 00:48:00          39
    +#> 3148             25   A69-1303-555  4931 2016-07-25 00:50:00          39
    +#> 3149             25   A69-1303-555  4933 2016-07-25 00:54:00          39
    +#> 3150             25   A69-1303-555  4935 2016-07-25 00:56:00          39
    +#> 3151             25   A69-1303-555  4938 2016-07-25 00:58:00          39
    +#> 3152             25   A69-1303-555  4939 2016-07-25 01:00:00          39
    +#> 3153             25   A69-1303-555  4941 2016-07-25 01:02:00          39
    +#> 3154             25   A69-1303-555  4944 2016-07-25 01:04:00          39
    +#> 3155             25   A69-1303-555  4945 2016-07-25 01:06:00          39
    +#> 3156             25   A69-1303-555  4947 2016-07-25 01:08:00          39
    +#> 3157             25   A69-1303-555  4948 2016-07-25 01:10:00          39
    +#> 3158             25   A69-1303-555  4950 2016-07-25 01:12:00          39
    +#> 3159             25   A69-1303-555  4952 2016-07-25 01:14:00          39
    +#> 3160             25   A69-1303-555  4953 2016-07-25 01:16:00          39
    +#> 3161             25   A69-1303-555  4956 2016-07-25 01:18:00          39
    +#> 3162             25   A69-1303-555  4957 2016-07-25 01:20:00          39
    +#> 3163             25   A69-1303-555  4959 2016-07-25 01:22:00          39
    +#> 3164             25   A69-1303-555  4961 2016-07-25 01:24:00          39
    +#> 3165             25   A69-1303-555  4963 2016-07-25 01:26:00          39
    +#> 3166             25   A69-1303-555  4964 2016-07-25 01:28:00          39
    +#> 3167             25   A69-1303-555  4966 2016-07-25 01:30:00          39
    +#> 3168             25   A69-1303-555  4968 2016-07-25 01:32:00          39
    +#> 3169             25   A69-1303-555  4970 2016-07-25 01:34:00          39
    +#> 3170             25   A69-1303-555  4971 2016-07-25 01:36:00          39
    +#> 3171             25   A69-1303-555  4973 2016-07-25 01:38:00          39
    +#> 3172             25   A69-1303-555  4974 2016-07-25 01:46:00          39
    +#> 3173             25   A69-1303-555  4975 2016-07-25 01:48:00          39
    +#> 3174             25   A69-1303-555  4977 2016-07-25 01:50:00          39
    +#> 3175             25   A69-1303-555  4978 2016-07-25 01:52:00          39
    +#> 3176             25   A69-1303-555  4981 2016-07-25 01:54:00          39
    +#> 3177             25   A69-1303-555  4982 2016-07-25 01:56:00          39
    +#> 3178             25   A69-1303-555  4985 2016-07-25 01:58:00          39
    +#> 3179             25   A69-1303-555  4987 2016-07-25 02:00:00          39
    +#> 3180             25   A69-1303-555  4988 2016-07-25 02:02:00          39
    +#> 3181             25   A69-1303-555  4990 2016-07-25 02:04:00          39
    +#> 3182             25   A69-1303-555  4992 2016-07-25 02:06:00          39
    +#> 3183             25   A69-1303-555  4993 2016-07-25 02:08:00          39
    +#> 3184             25   A69-1303-555  4995 2016-07-25 02:10:00          39
    +#> 3185             25   A69-1303-555  4997 2016-07-25 02:14:00          39
    +#> 3186             25   A69-1303-555  4998 2016-07-25 02:16:00          39
    +#> 3187             25   A69-1303-555  4999 2016-07-25 02:18:00          39
    +#> 3188             25   A69-1303-555  5001 2016-07-25 02:20:00          39
    +#> 3189             25   A69-1303-555  5002 2016-07-25 09:12:00          39
    +#> 3190             25   A69-1303-555  5003 2016-07-25 09:14:00          39
    +#> 3191             25   A69-1303-555  5004 2016-07-25 09:16:00          39
    +#> 3192             25   A69-1303-555  5005 2016-07-25 09:18:00          39
    +#> 3193             25   A69-1303-555  5006 2016-07-25 09:20:00          39
    +#> 3194             25   A69-1303-555  5009 2016-07-25 09:22:00          39
    +#> 3195             25   A69-1303-555  5011 2016-07-25 09:24:00          39
    +#> 3196             25   A69-1303-555  5013 2016-07-25 09:26:00          39
    +#> 3197             25   A69-1303-555  5015 2016-07-25 09:28:00          39
    +#> 3198             25   A69-1303-555  5017 2016-07-25 09:30:00          39
    +#> 3199             25   A69-1303-555  5018 2016-07-25 09:32:00          39
    +#> 3200             25   A69-1303-555  5019 2016-07-25 09:34:00          39
    +#> 3201             25   A69-1303-555  5021 2016-07-25 09:36:00          39
    +#> 3202             25   A69-1303-555  5023 2016-07-25 09:38:00          39
    +#> 3203             25   A69-1303-555  5025 2016-07-25 09:40:00          39
    +#> 3204             25   A69-1303-555  5027 2016-07-25 09:42:00          39
    +#> 3205             25   A69-1303-555  5029 2016-07-25 09:44:00          39
    +#> 3206             25   A69-1303-555  5031 2016-07-25 09:46:00          39
    +#> 3207             25   A69-1303-555  5033 2016-07-25 09:48:00          39
    +#> 3208             25   A69-1303-555  5034 2016-07-25 09:50:00          39
    +#> 3209             25   A69-1303-555  5036 2016-07-25 09:52:00          39
    +#> 3210             25   A69-1303-555  5037 2016-07-25 09:54:00          39
    +#> 3211             25   A69-1303-555  5039 2016-07-25 09:58:00          39
    +#> 3212             25   A69-1303-555  5041 2016-07-25 10:02:00          39
    +#> 3213             25   A69-1303-555  5043 2016-07-25 10:04:00          39
    +#> 3214             25   A69-1303-555  5044 2016-07-25 10:06:00          39
    +#> 3215             25   A69-1303-555  5045 2016-07-25 10:08:00          39
    +#> 3216             25   A69-1303-555  5046 2016-07-25 10:16:00          39
    +#> 3217             25   A69-1303-555  5047 2016-07-26 05:56:00          14
    +#> 3218             25   A69-1303-555  5049 2016-07-26 06:00:00          14
    +#> 3219             25   A69-1303-555  5050 2016-07-26 06:06:00          14
    +#> 3220             25   A69-1303-555  5051 2016-07-26 16:28:00          14
    +#> 3221             25   A69-1303-555  5052 2016-07-26 16:36:00          14
    +#> 3222             25   A69-1303-555  5053 2016-07-26 16:38:00          14
    +#> 3223             25   A69-1303-555  5055 2016-07-26 16:40:00          14
    +#> 3224             25   A69-1303-555  5056 2016-07-26 16:44:00          14
    +#> 3225             25   A69-1303-555  5057 2016-07-26 17:14:00          14
    +#> 3226             25   A69-1303-555  5058 2016-07-26 17:16:00          14
    +#> 3227             25   A69-1303-555  5059 2016-07-26 17:18:00          14
    +#> 3228             25   A69-1303-555  5060 2016-07-26 23:14:00          29
    +#> 3229             25   A69-1303-555  5061 2016-07-26 23:18:00          29
    +#> 3230             25   A69-1303-555  5062 2016-07-26 23:20:00          29
    +#> 3231             25   A69-1303-555  5065 2016-07-26 23:22:00          29
    +#> 3232             25   A69-1303-555  5067 2016-07-26 23:36:00          29
    +#> 3233             25   A69-1303-555  5068 2016-07-26 23:40:00          29
    +#> 3234             25   A69-1303-555  5070 2016-07-26 23:42:00          29
    +#> 3235             25   A69-1303-555  5072 2016-07-26 23:44:00          29
    +#> 3236             25   A69-1303-555  5073 2016-07-26 23:46:00          29
    +#> 3237             25   A69-1303-555  5074 2016-07-28 05:36:00          14
    +#> 3238             25   A69-1303-555  5075 2016-07-28 05:46:00          14
    +#> 3239             25   A69-1303-555  5076 2016-07-28 05:48:00          14
    +#> 3240             25   A69-1303-555  5077 2016-07-28 05:50:00          14
    +#> 3241             25   A69-1303-555  5079 2016-07-28 18:00:00          23
    +#> 3242             25   A69-1303-555  5080 2016-07-28 18:02:00          23
    +#> 3243             25   A69-1303-555  5082 2016-07-28 18:08:00          23
    +#> 3244             25   A69-1303-555  5084 2016-07-28 18:10:00          23
    +#> 3245             25   A69-1303-555  5087 2016-07-28 18:16:00          23
    +#> 3246             25   A69-1303-555  5088 2016-07-28 18:18:00          23
    +#> 3247             25   A69-1303-555  5089 2016-07-28 18:20:00          23
    +#> 3248             25   A69-1303-555  5090 2016-07-28 18:28:00          23
    +#> 3249             25   A69-1303-555  5091 2016-07-28 18:30:00          23
    +#> 3250             25   A69-1303-555  5093 2016-07-28 18:32:00          23
    +#> 3251             25   A69-1303-555  5094 2016-07-28 18:34:00          23
    +#> 3252             25   A69-1303-555  5095 2016-07-28 18:36:00          23
    +#> 3253             25   A69-1303-555  5096 2016-07-28 18:38:00          23
    +#> 3254             25   A69-1303-555  5098 2016-07-28 18:54:00          23
    +#> 3255             25   A69-1303-555  5099 2016-07-28 20:04:00          23
    +#> 3256             25   A69-1303-555  5100 2016-07-28 20:06:00          23
    +#> 3257             25   A69-1303-555  5102 2016-07-28 20:08:00          23
    +#> 3258             25   A69-1303-555  5105 2016-07-28 20:10:00          23
    +#> 3259             25   A69-1303-555  5106 2016-07-28 20:12:00          23
    +#> 3260             25   A69-1303-555  5108 2016-07-28 20:14:00          23
    +#> 3261             25   A69-1303-555  5110 2016-07-28 20:22:00          23
    +#> 3262             25   A69-1303-555  5112 2016-07-28 20:24:00          23
    +#> 3263             25   A69-1303-555  5113 2016-07-28 20:26:00          23
    +#> 3264             25   A69-1303-555  5114 2016-07-29 16:28:00          23
    +#> 3265             25   A69-1303-555  5116 2016-07-29 18:02:00          39
    +#> 3266             25   A69-1303-555  5117 2016-07-29 18:24:00          39
    +#> 3267             25   A69-1303-555  5119 2016-07-29 18:26:00          39
    +#> 3268             25   A69-1303-555  5121 2016-07-29 18:28:00          39
    +#> 3269             25   A69-1303-555  5123 2016-07-29 18:30:00          39
    +#> 3270             25   A69-1303-555  5125 2016-07-29 18:32:00          39
    +#> 3271             25   A69-1303-555  5127 2016-07-29 18:34:00          39
    +#> 3272             25   A69-1303-555  5129 2016-07-29 18:36:00          39
    +#> 3273             25   A69-1303-555  5131 2016-07-29 18:38:00          39
    +#> 3274             25   A69-1303-555  5133 2016-07-30 03:20:00          39
    +#> 3275             25   A69-1303-555  5134 2016-07-30 03:28:00          39
    +#> 3276             25   A69-1303-555  5136 2016-07-30 07:28:00          39
    +#> 3277             25   A69-1303-555  5137 2016-07-30 07:38:00          39
    +#> 3278             25   A69-1303-555  5139 2016-07-30 07:40:00          39
    +#> 3279             25   A69-1303-555  5141 2016-07-30 07:42:00          39
    +#> 3280             25   A69-1303-555  5142 2016-07-30 07:44:00          39
    +#> 3281             25   A69-1303-555  5144 2016-07-30 07:46:00          39
    +#> 3282             25   A69-1303-555  5145 2016-07-30 07:48:00          39
    +#> 3283             25   A69-1303-555  5147 2016-07-30 07:50:00          39
    +#> 3284             25   A69-1303-555  5149 2016-07-30 07:52:00          39
    +#> 3285             25   A69-1303-555  5150 2016-07-30 07:54:00          39
    +#> 3286             25   A69-1303-555  5151 2016-07-30 07:56:00          39
    +#> 3287             25   A69-1303-555  5153 2016-07-30 07:58:00          39
    +#> 3288             25   A69-1303-555  5155 2016-07-30 08:00:00          39
    +#> 3289             25   A69-1303-555  5156 2016-07-30 08:02:00          39
    +#> 3290             25   A69-1303-555  5157 2016-07-30 08:04:00          39
    +#> 3291             25   A69-1303-555  5159 2016-08-02 03:14:00          23
    +#> 3292             25   A69-1303-555  5161 2016-08-02 03:18:00          23
    +#> 3293             25   A69-1303-555  5163 2016-08-02 03:20:00          23
    +#> 3294             25   A69-1303-555  5165 2016-08-02 03:22:00          23
    +#> 3295             25   A69-1303-555  5166 2016-08-02 03:24:00          23
    +#> 3296             25   A69-1303-555  5168 2016-08-02 15:14:00          29
    +#> 3297             25   A69-1303-555  5169 2016-08-02 15:16:00          29
    +#> 3298             25   A69-1303-555  5170 2016-08-02 15:26:00          29
    +#> 3299             25   A69-1303-555  5171 2016-08-03 20:36:00          29
    +#> 3300             25   A69-1303-555  5173 2016-08-03 20:38:00          29
    +#> 3301             25   A69-1303-555  5174 2016-08-03 20:40:00          29
    +#> 3302             25   A69-1303-555  5175 2016-08-03 20:54:00          29
    +#> 3303             25   A69-1303-555  5176 2016-08-03 20:56:00          29
    +#> 3304             25   A69-1303-555  5178 2016-08-03 21:00:00          29
    +#> 3305             25   A69-1303-555  5179 2016-08-03 21:02:00          29
    +#> 3306             25   A69-1303-555  5180 2016-08-03 21:04:00          29
    +#> 3307             25   A69-1303-555  5181 2016-08-03 21:06:00          29
    +#> 3308             25   A69-1303-555  5183 2016-08-03 21:10:00          29
    +#> 3309             25   A69-1303-555  5184 2016-08-03 21:12:00          29
    +#> 3310             25   A69-1303-555  5186 2016-08-03 21:14:00          29
    +#> 3311             25   A69-1303-555  5188 2016-08-03 21:16:00          29
    +#> 3312             25   A69-1303-555  5190 2016-08-03 21:18:00          29
    +#> 3313             25   A69-1303-555  5192 2016-08-03 21:20:00          29
    +#> 3314             25   A69-1303-555  5193 2016-08-03 21:22:00          29
    +#> 3315             25   A69-1303-555  5196 2016-08-03 21:24:00          29
    +#> 3316             25   A69-1303-555  5198 2016-08-03 21:26:00          29
    +#> 3317             25   A69-1303-555  5199 2016-08-03 21:28:00          29
    +#> 3318             25   A69-1303-555  5200 2016-08-03 21:30:00          29
    +#> 3319             25   A69-1303-555  5202 2016-08-03 21:32:00          29
    +#> 3320             25   A69-1303-555  5203 2016-08-03 21:36:00          29
    +#> 3321             25   A69-1303-555  5205 2016-08-03 21:38:00          29
    +#> 3322             25   A69-1303-555  5207 2016-08-03 21:40:00          29
    +#> 3323             25   A69-1303-555  5209 2016-08-03 21:42:00          29
    +#> 3324             25   A69-1303-555  5211 2016-08-03 21:44:00          29
    +#> 3325             25   A69-1303-555  5213 2016-08-03 21:46:00          29
    +#> 3326             25   A69-1303-555  5215 2016-08-03 21:50:00          29
    +#> 3327             25   A69-1303-555  5216 2016-08-03 21:54:00          29
    +#> 3328             25   A69-1303-555  5217 2016-08-03 21:56:00          29
    +#> 3329             25   A69-1303-555  5218 2016-08-04 03:00:00          29
    +#> 3330             25   A69-1303-555  5219 2016-08-04 03:08:00          29
    +#> 3331             25   A69-1303-555  5220 2016-08-04 03:10:00          29
    +#> 3332             25   A69-1303-555  5222 2016-08-04 03:12:00          29
    +#> 3333             25   A69-1303-555  5224 2016-08-04 03:14:00          29
    +#> 3334             25   A69-1303-555  5225 2016-08-04 03:16:00          29
    +#> 3335             25   A69-1303-555  5227 2016-08-04 03:18:00          29
    +#> 3336             25   A69-1303-555  5229 2016-08-04 03:20:00          29
    +#> 3337             25   A69-1303-555  5231 2016-08-04 03:22:00          29
    +#> 3338             25   A69-1303-555  5233 2016-08-04 03:24:00          29
    +#> 3339             25   A69-1303-555  5234 2016-08-04 03:26:00          29
    +#> 3340             25   A69-1303-555  5235 2016-08-04 04:02:00          29
    +#> 3341             25   A69-1303-555  5236 2016-08-04 04:04:00          29
    +#> 3342             25   A69-1303-555  5238 2016-08-04 04:06:00          29
    +#> 3343             25   A69-1303-555  5239 2016-08-04 04:12:00          29
    +#> 3344             25   A69-1303-555  5240 2016-08-04 04:14:00          29
    +#> 3345             25   A69-1303-555  5241 2016-08-04 04:18:00          29
    +#> 3346             25   A69-1303-555  5242 2016-08-05 11:16:00          29
    +#> 3347             25   A69-1303-555  5243 2016-08-05 11:22:00          29
    +#> 3348             25   A69-1303-555  5245 2016-08-05 11:24:00          29
    +#> 3349             25   A69-1303-555  5247 2016-08-05 11:26:00          29
    +#> 3350             25   A69-1303-555  5248 2016-08-05 11:28:00          29
    +#> 3351             25   A69-1303-555  5250 2016-08-05 11:30:00          29
    +#> 3352             25   A69-1303-555  5252 2016-08-05 11:32:00          29
    +#> 3353             25   A69-1303-555  5253 2016-08-05 11:36:00          29
    +#> 3354             25   A69-1303-555  5254 2016-08-05 11:38:00          29
    +#> 3355             25   A69-1303-555  5255 2016-08-05 11:40:00          29
    +#> 3356             25   A69-1303-555  5257 2016-08-05 11:42:00          29
    +#> 3357             25   A69-1303-555  5259 2016-08-05 11:44:00          29
    +#> 3358             25   A69-1303-555  5261 2016-08-05 11:46:00          29
    +#> 3359             25   A69-1303-555  5262 2016-08-05 11:48:00          29
    +#> 3360             25   A69-1303-555  5265 2016-08-05 11:50:00          29
    +#> 3361             25   A69-1303-555  5267 2016-08-05 11:52:00          29
    +#> 3362             25   A69-1303-555  5269 2016-08-05 11:54:00          29
    +#> 3363             25   A69-1303-555  5271 2016-08-05 11:56:00          29
    +#> 3364             25   A69-1303-555  5272 2016-08-05 12:00:00          29
    +#> 3365             25   A69-1303-555  5273 2016-08-05 12:02:00          29
    +#> 3366             25   A69-1303-555  5275 2016-08-05 12:04:00          29
    +#> 3367             25   A69-1303-555  5276 2016-08-05 12:10:00          29
    +#> 3368             25   A69-1303-555  5278 2016-08-05 12:12:00          29
    +#> 3369             25   A69-1303-555  5279 2016-08-05 12:14:00          29
    +#> 3370             25   A69-1303-555  5281 2016-08-05 12:16:00          29
    +#> 3371             25   A69-1303-555  5282 2016-08-05 12:20:00          29
    +#> 3372             25   A69-1303-555  5284 2016-08-05 12:22:00          29
    +#> 3373             25   A69-1303-555  5286 2016-08-05 12:24:00          29
    +#> 3374             25   A69-1303-555  5288 2016-08-05 12:26:00          29
    +#> 3375             25   A69-1303-555  5290 2016-08-05 12:28:00          29
    +#> 3376             25   A69-1303-555  5292 2016-08-05 12:30:00          29
    +#> 3377             25   A69-1303-555  5294 2016-08-05 12:34:00          29
    +#> 3378             25   A69-1303-555  5296 2016-08-05 12:36:00          29
    +#> 3379             25   A69-1303-555  5298 2016-08-05 12:38:00          29
    +#> 3380             25   A69-1303-555  5300 2016-08-05 12:40:00          29
    +#> 3381             25   A69-1303-555  5303 2016-08-05 12:42:00          29
    +#> 3382             25   A69-1303-555  5304 2016-08-05 12:44:00          29
    +#> 3383             25   A69-1303-555  5306 2016-08-05 12:46:00          29
    +#> 3384             25   A69-1303-555  5308 2016-08-05 12:48:00          29
    +#> 3385             25   A69-1303-555  5310 2016-08-05 12:50:00          29
    +#> 3386             25   A69-1303-555  5311 2016-08-05 12:52:00          29
    +#> 3387             25   A69-1303-555  5313 2016-08-05 12:54:00          29
    +#> 3388             25   A69-1303-555  5314 2016-08-05 12:56:00          29
    +#> 3389             25   A69-1303-555  5316 2016-08-05 12:58:00          29
    +#> 3390             25   A69-1303-555  5319 2016-08-05 13:00:00          29
    +#> 3391             25   A69-1303-555  5320 2016-08-05 13:02:00          29
    +#> 3392             25   A69-1303-555  5322 2016-08-05 13:12:00          29
    +#> 3393             25   A69-1303-555  5324 2016-08-05 13:14:00          29
    +#> 3394             25   A69-1303-555  5327 2016-08-05 13:16:00          29
    +#> 3395             25   A69-1303-555  5328 2016-08-05 13:18:00          29
    +#> 3396             25   A69-1303-555  5330 2016-08-05 13:20:00          29
    +#> 3397             25   A69-1303-555  5331 2016-08-05 13:24:00          29
    +#> 3398             25   A69-1303-555  5332 2016-08-05 13:28:00          29
    +#> 3399             25   A69-1303-555  5334 2016-08-05 13:32:00          29
    +#> 3400             25   A69-1303-555  5335 2016-08-05 13:34:00          29
    +#> 3401             25   A69-1303-555  5336 2016-08-05 13:36:00          29
    +#> 3402             25   A69-1303-555  5337 2016-08-05 13:40:00          29
    +#> 3403             25   A69-1303-555  5339 2016-08-05 13:42:00          29
    +#> 3404             25   A69-1303-555  5341 2016-08-05 13:44:00          29
    +#> 3405             25   A69-1303-555  5343 2016-08-05 13:46:00          29
    +#> 3406             25   A69-1303-555  5345 2016-08-05 13:48:00          29
    +#> 3407             25   A69-1303-555  5346 2016-08-05 13:52:00          29
    +#> 3408             25   A69-1303-555  5347 2016-08-05 13:54:00          29
    +#> 3409             25   A69-1303-555  5349 2016-08-05 13:56:00          29
    +#> 3410             25   A69-1303-555  5350 2016-08-05 13:58:00          29
    +#> 3411             25   A69-1303-555  5352 2016-08-05 14:00:00          29
    +#> 3412             25   A69-1303-555  5354 2016-08-05 14:02:00          29
    +#> 3413             25   A69-1303-555  5356 2016-08-05 14:04:00          29
    +#> 3414             25   A69-1303-555  5357 2016-08-05 14:06:00          29
    +#> 3415             25   A69-1303-555  5358 2016-08-05 14:08:00          29
    +#> 3416             25   A69-1303-555  5359 2016-08-05 14:14:00          29
    +#> 3417             25   A69-1303-555  5360 2016-08-05 14:24:00          29
    +#> 3418             25   A69-1303-555  5362 2016-08-05 15:04:00          29
    +#> 3419             25   A69-1303-555  5363 2016-08-05 15:10:00          29
    +#> 3420             25   A69-1303-555  5364 2016-08-06 06:24:00          29
    +#> 3421             25   A69-1303-555  5366 2016-08-06 06:26:00          29
    +#> 3422             25   A69-1303-555  5367 2016-08-06 06:32:00          29
    +#> 3423             25   A69-1303-555  5368 2016-08-06 06:34:00          29
    +#> 3424             25   A69-1303-555  5370 2016-08-06 06:36:00          29
    +#> 3425             25   A69-1303-555  5372 2016-08-06 06:38:00          29
    +#> 3426             25   A69-1303-555  5373 2016-08-06 06:40:00          29
    +#> 3427             25   A69-1303-555  5375 2016-08-06 06:42:00          29
    +#> 3428             25   A69-1303-555  5377 2016-08-06 06:44:00          29
    +#> 3429             25   A69-1303-555  5379 2016-08-06 06:46:00          29
    +#> 3430             25   A69-1303-555  5380 2016-08-06 06:48:00          29
    +#> 3431             25   A69-1303-555  5382 2016-08-06 06:50:00          29
    +#> 3432             25   A69-1303-555  5384 2016-08-06 06:52:00          29
    +#> 3433             25   A69-1303-555  5385 2016-08-06 06:54:00          29
    +#> 3434             25   A69-1303-555  5387 2016-08-06 06:56:00          29
    +#> 3435             25   A69-1303-555  5388 2016-08-06 07:02:00          29
    +#> 3436             25   A69-1303-555  5389 2016-08-06 07:04:00          29
    +#> 3437             25   A69-1303-555  5390 2016-08-06 07:24:00          29
    +#> 3438             25   A69-1303-555  5392 2016-08-06 07:26:00          29
    +#> 3439             25   A69-1303-555  5394 2016-08-06 07:28:00          29
    +#> 3440             25   A69-1303-555  5395 2016-08-06 07:30:00          29
    +#> 3441             25   A69-1303-555  5398 2016-08-06 07:32:00          29
    +#> 3442             25   A69-1303-555  5399 2016-08-06 07:34:00          29
    +#> 3443             25   A69-1303-555  5401 2016-08-06 07:36:00          29
    +#> 3444             25   A69-1303-555  5403 2016-08-06 07:38:00          29
    +#> 3445             25   A69-1303-555  5404 2016-08-06 07:40:00          29
    +#> 3446             25   A69-1303-555  5406 2016-08-06 07:42:00          29
    +#> 3447             25   A69-1303-555  5407 2016-08-06 07:44:00          29
    +#> 3448             25   A69-1303-555  5409 2016-08-06 07:46:00          29
    +#> 3449             25   A69-1303-555  5411 2016-08-06 07:48:00          29
    +#> 3450             25   A69-1303-555  5412 2016-08-06 07:50:00          29
    +#> 3451             25   A69-1303-555  5414 2016-08-06 07:52:00          29
    +#> 3452             25   A69-1303-555  5417 2016-08-06 07:54:00          29
    +#> 3453             25   A69-1303-555  5420 2016-08-06 07:56:00          29
    +#> 3454             25   A69-1303-555  5421 2016-08-06 07:58:00          29
    +#> 3455             25   A69-1303-555  5423 2016-08-06 08:00:00          29
    +#> 3456             25   A69-1303-555  5426 2016-08-06 08:02:00          29
    +#> 3457             25   A69-1303-555  5428 2016-08-06 08:08:00          29
    +#> 3458             25   A69-1303-555  5430 2016-08-06 08:10:00          29
    +#> 3459             25   A69-1303-555  5432 2016-08-06 08:12:00          29
    +#> 3460             25   A69-1303-555  5433 2016-08-06 08:14:00          29
    +#> 3461             25   A69-1303-555  5435 2016-08-06 08:16:00          29
    +#> 3462             25   A69-1303-555  5437 2016-08-06 08:18:00          29
    +#> 3463             25   A69-1303-555  5439 2016-08-06 08:20:00          29
    +#> 3464             25   A69-1303-555  5442 2016-08-06 08:22:00          29
    +#> 3465             25   A69-1303-555  5444 2016-08-06 08:24:00          29
    +#> 3466             25   A69-1303-555  5445 2016-08-06 08:26:00          29
    +#> 3467             25   A69-1303-555  5446 2016-08-06 08:28:00          29
    +#> 3468             25   A69-1303-555  5447 2016-08-06 08:30:00          29
    +#> 3469             25   A69-1303-555  5449 2016-08-06 08:32:00          29
    +#> 3470             25   A69-1303-555  5451 2016-08-06 08:34:00          29
    +#> 3471             25   A69-1303-555  5452 2016-08-06 08:36:00          29
    +#> 3472             25   A69-1303-555  5453 2016-08-06 08:42:00          29
    +#> 3473             25   A69-1303-555  5454 2016-08-06 08:44:00          29
    +#> 3474             25   A69-1303-555  5457 2016-08-06 08:46:00          29
    +#> 3475             25   A69-1303-555  5458 2016-08-06 08:48:00          29
    +#> 3476             25   A69-1303-555  5460 2016-08-06 08:50:00          29
    +#> 3477             25   A69-1303-555  5462 2016-08-06 08:52:00          29
    +#> 3478             25   A69-1303-555  5463 2016-08-06 08:54:00          29
    +#> 3479             25   A69-1303-555  5465 2016-08-06 08:56:00          29
    +#> 3480             25   A69-1303-555  5467 2016-08-06 09:00:00          29
    +#> 3481             25   A69-1303-555  5468 2016-08-06 09:02:00          29
    +#> 3482             25   A69-1303-555  5469 2016-08-06 09:04:00          29
    +#> 3483             25   A69-1303-555  5470 2016-08-06 09:06:00          29
    +#> 3484             25   A69-1303-555  5471 2016-08-06 09:08:00          29
    +#> 3485             25   A69-1303-555  5472 2016-08-06 09:10:00          29
    +#> 3486             25   A69-1303-555  5473 2016-08-06 09:12:00          29
    +#> 3487             25   A69-1303-555  5475 2016-08-06 09:16:00          29
    +#> 3488             25   A69-1303-555  5477 2016-08-06 10:18:00          29
    +#> 3489             25   A69-1303-555  5478 2016-08-06 10:42:00          29
    +#> 3490             25   A69-1303-555  5480 2016-08-06 10:44:00          29
    +#> 3491             25   A69-1303-555  5482 2016-08-06 10:46:00          29
    +#> 3492             25   A69-1303-555  5483 2016-08-06 10:48:00          29
    +#> 3493             25   A69-1303-555  5485 2016-08-06 10:50:00          29
    +#> 3494             25   A69-1303-555  5486 2016-08-06 10:58:00          29
    +#> 3495             25   A69-1303-555  5488 2016-08-06 11:00:00          29
    +#> 3496             25   A69-1303-555  5489 2016-08-06 11:02:00          29
    +#> 3497             25   A69-1303-555  5491 2016-08-06 11:04:00          29
    +#> 3498             25   A69-1303-555  5493 2016-08-06 11:06:00          29
    +#> 3499             25   A69-1303-555  5496 2016-08-06 11:08:00          29
    +#> 3500             25   A69-1303-555  5497 2016-08-06 11:10:00          29
    +#> 3501             25   A69-1303-555  5499 2016-08-06 11:12:00          29
    +#> 3502             25   A69-1303-555  5500 2016-08-06 11:14:00          29
    +#> 3503             25   A69-1303-555  5502 2016-08-06 11:16:00          29
    +#> 3504             25   A69-1303-555  5503 2016-08-06 11:18:00          29
    +#> 3505             25   A69-1303-555  5505 2016-08-06 11:20:00          29
    +#> 3506             25   A69-1303-555  5506 2016-08-06 11:22:00          29
    +#> 3507             25   A69-1303-555  5508 2016-08-06 11:24:00          29
    +#> 3508             25   A69-1303-555  5510 2016-08-06 11:28:00          29
    +#> 3509             25   A69-1303-555  5511 2016-08-06 11:32:00          29
    +#> 3510             25   A69-1303-555  5512 2016-08-06 11:34:00          29
    +#> 3511             25   A69-1303-555  5514 2016-08-06 11:36:00          29
    +#> 3512             25   A69-1303-555  5516 2016-08-06 11:38:00          29
    +#> 3513             25   A69-1303-555  5518 2016-08-06 11:40:00          29
    +#> 3514             25   A69-1303-555  5519 2016-08-06 11:42:00          29
    +#> 3515             25   A69-1303-555  5521 2016-08-06 11:48:00          29
    +#> 3516             25   A69-1303-555  5523 2016-08-06 11:50:00          29
    +#> 3517             25   A69-1303-555  5524 2016-08-06 11:52:00          29
    +#> 3518             25   A69-1303-555  5526 2016-08-06 11:56:00          29
    +#> 3519             25   A69-1303-555  5527 2016-08-06 11:58:00          29
    +#> 3520             25   A69-1303-555  5528 2016-08-06 12:00:00          29
    +#> 3521             25   A69-1303-555  5529 2016-08-06 12:04:00          29
    +#> 3522             25   A69-1303-555  5530 2016-08-06 12:08:00          29
    +#> 3523             25   A69-1303-555  5533 2016-08-06 12:10:00          29
    +#> 3524             25   A69-1303-555  5534 2016-08-06 12:12:00          29
    +#> 3525             25   A69-1303-555  5536 2016-08-06 12:14:00          29
    +#> 3526             25   A69-1303-555  5537 2016-08-06 12:16:00          29
    +#> 3527             25   A69-1303-555  5539 2016-08-06 12:18:00          29
    +#> 3528             25   A69-1303-555  5541 2016-08-06 12:20:00          29
    +#> 3529             25   A69-1303-555  5542 2016-08-06 12:22:00          29
    +#> 3530             25   A69-1303-555  5544 2016-08-06 12:26:00          29
    +#> 3531             25   A69-1303-555  5545 2016-08-06 12:28:00          29
    +#> 3532             25   A69-1303-555  5547 2016-08-06 12:30:00          29
    +#> 3533             25   A69-1303-555  5549 2016-08-06 12:32:00          29
    +#> 3534             25   A69-1303-555  5551 2016-08-06 12:34:00          29
    +#> 3535             25   A69-1303-555  5553 2016-08-06 12:36:00          29
    +#> 3536             25   A69-1303-555  5555 2016-08-06 12:38:00          29
    +#> 3537             25   A69-1303-555  5557 2016-08-06 12:40:00          29
    +#> 3538             25   A69-1303-555  5558 2016-08-06 12:42:00          29
    +#> 3539             25   A69-1303-555  5561 2016-08-06 12:44:00          29
    +#> 3540             25   A69-1303-555  5562 2016-08-06 12:46:00          29
    +#> 3541             25   A69-1303-555  5563 2016-08-06 12:48:00          29
    +#> 3542             25   A69-1303-555  5565 2016-08-06 12:50:00          29
    +#> 3543             25   A69-1303-555  5567 2016-08-06 12:52:00          29
    +#> 3544             25   A69-1303-555  5570 2016-08-06 12:54:00          29
    +#> 3545             25   A69-1303-555  5571 2016-08-06 12:56:00          29
    +#> 3546             25   A69-1303-555  5572 2016-08-06 12:58:00          29
    +#> 3547             25   A69-1303-555  5574 2016-08-06 13:00:00          29
    +#> 3548             25   A69-1303-555  5577 2016-08-06 13:02:00          29
    +#> 3549             25   A69-1303-555  5579 2016-08-06 13:04:00          29
    +#> 3550             25   A69-1303-555  5581 2016-08-06 13:06:00          29
    +#> 3551             25   A69-1303-555  5582 2016-08-06 13:08:00          29
    +#> 3552             25   A69-1303-555  5584 2016-08-06 13:10:00          29
    +#> 3553             25   A69-1303-555  5585 2016-08-06 13:18:00          29
    +#> 3554             25   A69-1303-555  5586 2016-08-06 13:20:00          29
    +#> 3555             25   A69-1303-555  5588 2016-08-06 13:22:00          29
    +#> 3556             25   A69-1303-555  5590 2016-08-06 13:24:00          29
    +#> 3557             25   A69-1303-555  5592 2016-08-06 13:26:00          29
    +#> 3558             25   A69-1303-555  5593 2016-08-06 13:28:00          29
    +#> 3559             25   A69-1303-555  5595 2016-08-06 13:30:00          29
    +#> 3560             25   A69-1303-555  5598 2016-08-06 13:32:00          29
    +#> 3561             25   A69-1303-555  5600 2016-08-06 13:34:00          29
    +#> 3562             25   A69-1303-555  5602 2016-08-06 13:36:00          29
    +#> 3563             25   A69-1303-555  5605 2016-08-06 13:38:00          29
    +#> 3564             25   A69-1303-555  5607 2016-08-06 13:42:00          29
    +#> 3565             25   A69-1303-555  5608 2016-08-06 13:44:00          29
    +#> 3566             25   A69-1303-555  5609 2016-08-06 13:48:00          29
    +#> 3567             25   A69-1303-555  5610 2016-08-06 13:54:00          29
    +#> 3568             25   A69-1303-555  5612 2016-08-07 13:32:00          29
    +#> 3569             25   A69-1303-555  5613 2016-08-07 13:36:00          29
    +#> 3570             25   A69-1303-555  5614 2016-08-07 13:38:00          29
    +#> 3571             25   A69-1303-555  5616 2016-08-07 13:40:00          29
    +#> 3572             25   A69-1303-555  5618 2016-08-07 13:42:00          29
    +#> 3573             25   A69-1303-555  5620 2016-08-07 13:44:00          29
    +#> 3574             25   A69-1303-555  5622 2016-08-07 13:46:00          29
    +#> 3575             25   A69-1303-555  5625 2016-08-07 13:48:00          29
    +#> 3576             25   A69-1303-555  5627 2016-08-07 13:50:00          29
    +#> 3577             25   A69-1303-555  5629 2016-08-07 13:54:00          29
    +#> 3578             25   A69-1303-555  5630 2016-08-07 13:56:00          29
    +#> 3579             25   A69-1303-555  5632 2016-08-07 14:18:00          29
    +#> 3580             25   A69-1303-555  5633 2016-08-07 14:20:00          29
    +#> 3581             25   A69-1303-555  5634 2016-08-07 23:56:00          29
    +#> 3582             25   A69-1303-555  5635 2016-08-08 00:04:00          29
    +#> 3583             25   A69-1303-555  5637 2016-08-08 00:06:00          29
    +#> 3584             25   A69-1303-555  5638 2016-08-08 00:08:00          29
    +#> 3585             25   A69-1303-555  5640 2016-08-08 00:10:00          29
    +#> 3586             25   A69-1303-555  5643 2016-08-08 00:12:00          29
    +#> 3587             25   A69-1303-555  5644 2016-08-08 00:14:00          29
    +#> 3588             25   A69-1303-555  5645 2016-08-08 00:16:00          29
    +#> 3589             25   A69-1303-555  5646 2016-08-08 00:18:00          29
    +#> 3590             25   A69-1303-555  5647 2016-08-08 00:20:00          29
    +#> 3591             25   A69-1303-555  5649 2016-08-08 00:22:00          29
    +#> 3592             25   A69-1303-555  5650 2016-08-08 00:24:00          29
    +#> 3593             25   A69-1303-555  5651 2016-08-08 00:26:00          29
    +#> 3594             25   A69-1303-555  5654 2016-08-08 00:28:00          29
    +#> 3595             25   A69-1303-555  5655 2016-08-08 03:04:00          29
    +#> 3596             25   A69-1303-555  5656 2016-08-08 03:12:00          29
    +#> 3597             25   A69-1303-555  5657 2016-08-08 03:14:00          29
    +#> 3598             25   A69-1303-555  5658 2016-08-08 03:16:00          29
    +#> 3599             25   A69-1303-555  5659 2016-08-08 11:26:00          29
    +#> 3600             25   A69-1303-555  5661 2016-08-08 11:28:00          29
    +#> 3601             25   A69-1303-555  5662 2016-08-08 11:30:00          29
    +#> 3602             25   A69-1303-555  5664 2016-08-08 11:32:00          29
    +#> 3603             25   A69-1303-555  5665 2016-08-08 11:34:00          29
    +#> 3604             25   A69-1303-555  5667 2016-08-08 11:36:00          29
    +#> 3605             25   A69-1303-555  5668 2016-08-08 11:38:00          29
    +#> 3606             25   A69-1303-555  5670 2016-08-08 11:40:00          29
    +#> 3607             25   A69-1303-555  5671 2016-08-08 11:44:00          29
    +#> 3608             25   A69-1303-555  5672 2016-08-08 11:46:00          29
    +#> 3609             25   A69-1303-555  5674 2016-08-08 11:48:00          29
    +#> 3610             25   A69-1303-555  5675 2016-08-08 16:44:00          29
    +#> 3611             25   A69-1303-555  5676 2016-08-08 16:46:00          29
    +#> 3612             25   A69-1303-555  5677 2016-08-08 16:48:00          29
    +#> 3613             25   A69-1303-555  5678 2016-08-08 16:50:00          29
    +#> 3614             25   A69-1303-555  5680 2016-08-08 16:54:00          29
    +#> 3615             25   A69-1303-555  5681 2016-08-08 17:00:00          29
    +#> 3616             25   A69-1303-555  5682 2016-08-08 17:04:00          29
    +#> 3617             25   A69-1303-555  5683 2016-08-08 17:06:00          29
    +#> 3618             25   A69-1303-555  5685 2016-08-08 17:08:00          29
    +#> 3619             25   A69-1303-555  5686 2016-08-08 17:32:00          29
    +#> 3620             25   A69-1303-555  5687 2016-08-08 17:54:00          29
    +#> 3621             25   A69-1303-555  5688 2016-08-08 20:42:00          29
    +#> 3622             25   A69-1303-555  5690 2016-08-08 20:44:00          29
    +#> 3623             25   A69-1303-555  5691 2016-08-08 20:46:00          29
    +#> 3624             25   A69-1303-555  5692 2016-08-08 20:50:00          29
    +#> 3625             25   A69-1303-555  5693 2016-08-08 20:52:00          29
    +#> 3626             25   A69-1303-555  5694 2016-08-08 20:54:00          29
    +#> 3627             25   A69-1303-555  5696 2016-08-08 21:04:00          29
    +#> 3628             25   A69-1303-555  5697 2016-08-08 21:06:00          29
    +#> 3629             25   A69-1303-555  5698 2016-08-08 21:08:00          29
    +#> 3630             25   A69-1303-555  5700 2016-08-08 21:10:00          29
    +#> 3631             25   A69-1303-555  5701 2016-08-08 21:12:00          29
    +#> 3632             25   A69-1303-555  5703 2016-08-08 21:14:00          29
    +#> 3633             25   A69-1303-555  5705 2016-08-08 21:16:00          29
    +#> 3634             25   A69-1303-555  5707 2016-08-08 21:18:00          29
    +#> 3635             25   A69-1303-555  5709 2016-08-08 21:20:00          29
    +#> 3636             25   A69-1303-555  5710 2016-08-08 21:22:00          29
    +#> 3637             25   A69-1303-555  5711 2016-08-08 21:24:00          29
    +#> 3638             25   A69-1303-555  5713 2016-08-08 21:26:00          29
    +#> 3639             25   A69-1303-555  5715 2016-08-08 21:28:00          29
    +#> 3640             25   A69-1303-555  5716 2016-08-08 21:30:00          29
    +#> 3641             25   A69-1303-555  5717 2016-08-08 21:32:00          29
    +#> 3642             25   A69-1303-555  5718 2016-08-08 21:34:00          29
    +#> 3643             25   A69-1303-555  5719 2016-08-08 21:42:00          29
    +#> 3644             25   A69-1303-555  5720 2016-08-08 21:46:00          29
    +#> 3645             25   A69-1303-555  5721 2016-08-08 22:00:00          29
    +#> 3646             25   A69-1303-555  5722 2016-08-08 22:06:00          29
    +#> 3647             25   A69-1303-555  5723 2016-08-08 22:24:00          29
    +#> 3648             25   A69-1303-555  5724 2016-08-08 22:26:00          29
    +#> 3649             25   A69-1303-555  5726 2016-08-08 22:28:00          29
    +#> 3650             25   A69-1303-555  5727 2016-08-08 22:30:00          29
    +#> 3651             25   A69-1303-555  5729 2016-08-08 22:32:00          29
    +#> 3652             25   A69-1303-555  5731 2016-08-08 22:34:00          29
    +#> 3653             25   A69-1303-555  5732 2016-08-08 22:36:00          29
    +#> 3654             25   A69-1303-555  5733 2016-08-08 22:38:00          29
    +#> 3655             25   A69-1303-555  5735 2016-08-08 22:40:00          29
    +#> 3656             25   A69-1303-555  5736 2016-08-08 22:42:00          29
    +#> 3657             25   A69-1303-555  5738 2016-08-08 22:46:00          29
    +#> 3658             25   A69-1303-555  5740 2016-08-08 22:48:00          29
    +#> 3659             25   A69-1303-555  5742 2016-08-08 22:50:00          29
    +#> 3660             25   A69-1303-555  5743 2016-08-08 22:52:00          29
    +#> 3661             25   A69-1303-555  5745 2016-08-08 22:54:00          29
    +#> 3662             25   A69-1303-555  5748 2016-08-08 22:56:00          29
    +#> 3663             25   A69-1303-555  5749 2016-08-08 22:58:00          29
    +#> 3664             25   A69-1303-555  5752 2016-08-08 23:00:00          29
    +#> 3665             25   A69-1303-555  5753 2016-08-08 23:02:00          29
    +#> 3666             25   A69-1303-555  5755 2016-08-08 23:04:00          29
    +#> 3667             25   A69-1303-555  5757 2016-08-08 23:06:00          29
    +#> 3668             25   A69-1303-555  5759 2016-08-08 23:08:00          29
    +#> 3669             25   A69-1303-555  5761 2016-08-08 23:10:00          29
    +#> 3670             25   A69-1303-555  5762 2016-08-08 23:12:00          29
    +#> 3671             25   A69-1303-555  5764 2016-08-08 23:14:00          29
    +#> 3672             25   A69-1303-555  5766 2016-08-08 23:20:00          29
    +#> 3673             25   A69-1303-555  5768 2016-08-08 23:22:00          29
    +#> 3674             25   A69-1303-555  5770 2016-08-08 23:24:00          29
    +#> 3675             25   A69-1303-555  5772 2016-08-08 23:26:00          29
    +#> 3676             25   A69-1303-555  5774 2016-08-08 23:28:00          29
    +#> 3677             25   A69-1303-555  5776 2016-08-08 23:30:00          29
    +#> 3678             25   A69-1303-555  5778 2016-08-08 23:32:00          29
    +#> 3679             25   A69-1303-555  5780 2016-08-08 23:34:00          29
    +#> 3680             25   A69-1303-555  5782 2016-08-08 23:36:00          29
    +#> 3681             25   A69-1303-555  5785 2016-08-08 23:38:00          29
    +#> 3682             25   A69-1303-555  5786 2016-08-08 23:40:00          29
    +#> 3683             25   A69-1303-555  5788 2016-08-09 00:44:00          29
    +#> 3684             25   A69-1303-555  5789 2016-08-09 00:56:00          29
    +#> 3685             25   A69-1303-555  5790 2016-08-09 01:02:00          29
    +#> 3686             25   A69-1303-555  5792 2016-08-09 01:06:00          29
    +#> 3687             25   A69-1303-555  5793 2016-08-10 05:10:00          29
    +#> 3688             25   A69-1303-555  5794 2016-08-10 05:12:00          29
    +#> 3689             25   A69-1303-555  5795 2016-08-10 05:14:00          29
    +#> 3690             25   A69-1303-555  5797 2016-08-10 05:16:00          29
    +#> 3691             25   A69-1303-555  5799 2016-08-10 05:18:00          29
    +#> 3692             25   A69-1303-555  5800 2016-08-10 05:20:00          29
    +#> 3693             25   A69-1303-555  5802 2016-08-10 05:22:00          29
    +#> 3694             25   A69-1303-555  5804 2016-08-10 05:24:00          29
    +#> 3695             25   A69-1303-555  5806 2016-08-10 05:26:00          29
    +#> 3696             25   A69-1303-555  5808 2016-08-10 05:34:00          29
    +#> 3697             25   A69-1303-555  5810 2016-08-10 05:36:00          29
    +#> 3698             25   A69-1303-555  5812 2016-08-10 05:38:00          29
    +#> 3699             25   A69-1303-555  5814 2016-08-10 05:40:00          29
    +#> 3700             25   A69-1303-555  5816 2016-08-10 05:42:00          29
    +#> 3701             25   A69-1303-555  5818 2016-08-10 05:44:00          29
    +#> 3702             25   A69-1303-555  5819 2016-08-10 05:46:00          29
    +#> 3703             25   A69-1303-555  5820 2016-08-10 05:48:00          29
    +#> 3704             25   A69-1303-555  5823 2016-08-10 05:54:00          29
    +#> 3705             25   A69-1303-555  5824 2016-08-10 05:56:00          29
    +#> 3706             25   A69-1303-555  5826 2016-08-10 08:04:00          29
    +#> 3707             25   A69-1303-555  5828 2016-08-10 08:06:00          29
    +#> 3708             25   A69-1303-555  5830 2016-08-10 08:08:00          29
    +#> 3709             25   A69-1303-555  5831 2016-08-10 08:10:00          29
    +#> 3710             25   A69-1303-555  5832 2016-08-10 08:12:00          29
    +#> 3711             25   A69-1303-555  5835 2016-08-10 08:14:00          29
    +#> 3712             25   A69-1303-555  5837 2016-08-10 08:16:00          29
    +#> 3713             25   A69-1303-555  5839 2016-08-10 08:18:00          29
    +#> 3714             25   A69-1303-555  5842 2016-08-10 08:20:00          29
    +#> 3715             25   A69-1303-555  5844 2016-08-10 08:22:00          29
    +#> 3716             25   A69-1303-555  5845 2016-08-10 08:24:00          29
    +#> 3717             25   A69-1303-555  5847 2016-08-10 08:26:00          29
    +#> 3718             25   A69-1303-555  5849 2016-08-10 08:28:00          29
    +#> 3719             25   A69-1303-555  5851 2016-08-10 08:30:00          29
    +#> 3720             25   A69-1303-555  5853 2016-08-10 08:32:00          29
    +#> 3721             25   A69-1303-555  5855 2016-08-10 08:34:00          29
    +#> 3722             25   A69-1303-555  5857 2016-08-10 08:36:00          29
    +#> 3723             25   A69-1303-555  5859 2016-08-10 08:38:00          29
    +#> 3724             25   A69-1303-555  5860 2016-08-10 08:40:00          29
    +#> 3725             25   A69-1303-555  5861 2016-08-10 08:42:00          29
    +#> 3726             25   A69-1303-555  5863 2016-08-10 08:44:00          29
    +#> 3727             25   A69-1303-555  5866 2016-08-10 08:46:00          29
    +#> 3728             25   A69-1303-555  5867 2016-08-10 08:50:00          29
    +#> 3729             25   A69-1303-555  5868 2016-08-10 08:52:00          29
    +#> 3730             25   A69-1303-555  5869 2016-08-10 08:54:00          29
    +#> 3731             25   A69-1303-555  5870 2016-08-10 08:58:00          29
    +#> 3732             25   A69-1303-555  5871 2016-08-10 09:00:00          29
    +#> 3733             25   A69-1303-555  5872 2016-08-10 11:08:00          29
    +#> 3734             25   A69-1303-555  5873 2016-08-10 11:26:00          29
    +#> 3735             25   A69-1303-555  5874 2016-08-10 11:28:00          29
    +#> 3736             25   A69-1303-555  5876 2016-08-10 11:36:00          29
    +#> 3737             25   A69-1303-555  5877 2016-08-10 11:40:00          29
    +#> 3738             25   A69-1303-555  5878 2016-08-10 11:44:00          29
    +#> 3739             25   A69-1303-555  5880 2016-08-10 11:46:00          29
    +#> 3740             25   A69-1303-555  5882 2016-08-10 11:48:00          29
    +#> 3741             25   A69-1303-555  5883 2016-08-10 11:50:00          29
    +#> 3742             25   A69-1303-555  5885 2016-08-10 11:54:00          29
    +#> 3743             25   A69-1303-555  5886 2016-08-10 11:56:00          29
    +#> 3744             25   A69-1303-555  5887 2016-08-10 11:58:00          29
    +#> 3745             25   A69-1303-555  5888 2016-08-10 12:10:00          29
    +#> 3746             25   A69-1303-555  5889 2016-08-10 13:06:00          29
    +#> 3747             25   A69-1303-555  5890 2016-08-10 13:08:00          29
    +#> 3748             25   A69-1303-555  5892 2016-08-10 13:10:00          29
    +#> 3749             25   A69-1303-555  5894 2016-08-10 13:12:00          29
    +#> 3750             25   A69-1303-555  5896 2016-08-10 13:14:00          29
    +#> 3751             25   A69-1303-555  5897 2016-08-10 13:16:00          29
    +#> 3752             25   A69-1303-555  5898 2016-08-10 13:18:00          29
    +#> 3753             25   A69-1303-555  5899 2016-08-10 13:20:00          29
    +#> 3754             25   A69-1303-555  5901 2016-08-10 13:22:00          29
    +#> 3755             25   A69-1303-555  5903 2016-08-10 13:24:00          29
    +#> 3756             25   A69-1303-555  5904 2016-08-10 13:26:00          29
    +#> 3757             25   A69-1303-555  5907 2016-08-10 13:30:00          29
    +#> 3758             25   A69-1303-555  5908 2016-08-10 13:32:00          29
    +#> 3759             25   A69-1303-555  5911 2016-08-10 13:34:00          29
    +#> 3760             25   A69-1303-555  5913 2016-08-10 13:36:00          29
    +#> 3761             25   A69-1303-555  5914 2016-08-10 13:40:00          29
    +#> 3762             25   A69-1303-555  5915 2016-08-10 14:14:00          29
    +#> 3763             25   A69-1303-555  5916 2016-08-10 14:16:00          29
    +#> 3764             25   A69-1303-555  5917 2016-08-10 14:30:00          29
    +#> 3765             25   A69-1303-555  5918 2016-08-10 14:32:00          29
    +#> 3766             25   A69-1303-555  5919 2016-08-10 14:34:00          29
    +#> 3767             25   A69-1303-555  5921 2016-08-10 14:36:00          29
    +#> 3768             25   A69-1303-555  5922 2016-08-10 14:38:00          29
    +#> 3769             25   A69-1303-555  5924 2016-08-10 14:40:00          29
    +#> 3770             25   A69-1303-555  5925 2016-08-10 14:42:00          29
    +#> 3771             25   A69-1303-555  5927 2016-08-10 14:46:00          29
    +#> 3772             25   A69-1303-555  5928 2016-08-10 14:56:00          29
    +#> 3773             25   A69-1303-555  5929 2016-08-10 15:04:00          29
    +#> 3774             25   A69-1303-555  5930 2016-08-10 15:10:00          29
    +#> 3775             25   A69-1303-555  5931 2016-08-10 15:12:00          29
    +#> 3776             25   A69-1303-555  5933 2016-08-10 15:14:00          29
    +#> 3777             25   A69-1303-555  5934 2016-08-10 15:16:00          29
    +#> 3778             25   A69-1303-555  5936 2016-08-10 15:22:00          29
    +#> 3779             25   A69-1303-555  5937 2016-08-10 15:24:00          29
    +#> 3780             25   A69-1303-555  5938 2016-08-10 15:26:00          29
    +#> 3781             25   A69-1303-555  5940 2016-08-10 15:28:00          29
    +#> 3782             25   A69-1303-555  5941 2016-08-10 15:30:00          29
    +#> 3783             25   A69-1303-555  5943 2016-08-10 15:34:00          29
    +#> 3784             25   A69-1303-555  5944 2016-08-10 15:36:00          29
    +#> 3785             25   A69-1303-555  5946 2016-08-10 15:38:00          29
    +#> 3786             25   A69-1303-555  5947 2016-08-10 15:40:00          29
    +#> 3787             25   A69-1303-555  5948 2016-08-10 15:42:00          29
    +#> 3788             25   A69-1303-555  5950 2016-08-10 15:44:00          29
    +#> 3789             25   A69-1303-555  5952 2016-08-10 15:46:00          29
    +#> 3790             25   A69-1303-555  5953 2016-08-10 15:54:00          29
    +#> 3791             25   A69-1303-555  5956 2016-08-10 16:00:00          29
    +#> 3792             25   A69-1303-555  5957 2016-08-10 16:02:00          29
    +#> 3793             25   A69-1303-555  5960 2016-08-10 16:04:00          29
    +#> 3794             25   A69-1303-555  5961 2016-08-10 16:06:00          29
    +#> 3795             25   A69-1303-555  5963 2016-08-10 16:08:00          29
    +#> 3796             25   A69-1303-555  5964 2016-08-10 16:14:00          29
    +#> 3797             25   A69-1303-555  5965 2016-08-10 16:16:00          29
    +#> 3798             25   A69-1303-555  5966 2016-08-10 16:18:00          29
    +#> 3799             25   A69-1303-555  5968 2016-08-12 13:50:00          29
    +#> 3800             25   A69-1303-555  5970 2016-08-12 13:52:00          29
    +#> 3801             25   A69-1303-555  5971 2016-08-12 13:54:00          29
    +#> 3802             25   A69-1303-555  5972 2016-08-12 14:02:00          29
    +#> 3803             25   A69-1303-555  5973 2016-08-12 14:14:00          29
    +#> 3804             25   A69-1303-555  5974 2016-08-12 14:18:00          29
    +#> 3805             25   A69-1303-555  5975 2016-08-12 15:42:00          29
    +#> 3806             25   A69-1303-555  5976 2016-08-12 15:44:00          29
    +#> 3807             25   A69-1303-555  5977 2016-08-12 15:46:00          29
    +#> 3808             25   A69-1303-555  5978 2016-08-12 15:48:00          29
    +#> 3809             25   A69-1303-555  5980 2016-08-12 15:50:00          29
    +#> 3810             25   A69-1303-555  5982 2016-08-12 15:52:00          29
    +#> 3811             25   A69-1303-555  5984 2016-08-12 15:54:00          29
    +#> 3812             25   A69-1303-555  5986 2016-08-12 15:56:00          29
    +#> 3813             25   A69-1303-555  5989 2016-08-12 15:58:00          29
    +#> 3814             25   A69-1303-555  5991 2016-08-12 16:00:00          29
    +#> 3815             25   A69-1303-555  5994 2016-08-12 16:02:00          29
    +#> 3816             25   A69-1303-555  5996 2016-08-12 16:04:00          29
    +#> 3817             25   A69-1303-555  5997 2016-08-12 16:06:00          29
    +#> 3818             25   A69-1303-555  6000 2016-08-12 16:08:00          29
    +#> 3819             25   A69-1303-555  6002 2016-08-12 16:10:00          29
    +#> 3820             25   A69-1303-555  6004 2016-08-12 16:12:00          29
    +#> 3821             25   A69-1303-555  6006 2016-08-12 16:14:00          29
    +#> 3822             25   A69-1303-555  6009 2016-08-12 16:16:00          29
    +#> 3823             25   A69-1303-555  6011 2016-08-12 16:18:00          29
    +#> 3824             25   A69-1303-555  6014 2016-08-12 16:20:00          29
    +#> 3825             25   A69-1303-555  6015 2016-08-12 16:22:00          29
    +#> 3826             25   A69-1303-555  6017 2016-08-12 16:24:00          29
    +#> 3827             25   A69-1303-555  6018 2016-08-12 16:26:00          29
    +#> 3828             25   A69-1303-555  6020 2016-08-12 16:28:00          29
    +#> 3829             25   A69-1303-555  6022 2016-08-12 16:30:00          29
    +#> 3830             25   A69-1303-555  6024 2016-08-12 16:32:00          29
    +#> 3831             25   A69-1303-555  6025 2016-08-12 16:34:00          29
    +#> 3832             25   A69-1303-555  6026 2016-08-12 16:36:00          29
    +#> 3833             25   A69-1303-555  6028 2016-08-12 16:38:00          29
    +#> 3834             25   A69-1303-555  6030 2016-08-13 07:38:00          23
    +#> 3835             25   A69-1303-555  6031 2016-08-13 07:46:00          23
    +#> 3836             25   A69-1303-555  6032 2016-08-13 07:48:00          23
    +#> 3837             25   A69-1303-555  6033 2016-08-13 07:58:00          23
    +#> 3838             25   A69-1303-555  6035 2016-08-13 08:00:00          23
    +#> 3839             25   A69-1303-555  6037 2016-08-13 08:02:00          23
    +#> 3840             25   A69-1303-555  6039 2016-08-13 08:04:00          23
    +#> 3841             25   A69-1303-555  6041 2016-08-13 08:06:00          23
    +#> 3842             25   A69-1303-555  6042 2016-08-13 19:08:00          23
    +#> 3843             25   A69-1303-555  6044 2016-08-13 19:10:00          23
    +#> 3844             25   A69-1303-555  6046 2016-08-13 19:12:00          23
    +#> 3845             25   A69-1303-555  6048 2016-08-13 19:16:00          23
    +#> 3846             25   A69-1303-555  6049 2016-08-13 19:20:00          23
    +#> 3847             25   A69-1303-555  6050 2016-08-13 19:24:00          23
    +#> 3848             25   A69-1303-555  6051 2016-08-14 07:22:00          39
    +#> 3849             25   A69-1303-555  6053 2016-08-14 07:28:00          39
    +#> 3850             25   A69-1303-555  6054 2016-08-14 07:32:00          39
    +#> 3851             25   A69-1303-555  6056 2016-08-14 07:34:00          39
    +#> 3852             25   A69-1303-555  6058 2016-08-14 07:36:00          39
    +#> 3853             25   A69-1303-555  6059 2016-08-14 07:40:00          39
    +#> 3854             25   A69-1303-555  6060 2016-08-14 07:42:00          39
    +#> 3855             25   A69-1303-555  6062 2016-08-14 07:44:00          39
    +#> 3856             25   A69-1303-555  6063 2016-08-15 00:12:00          39
    +#> 3857             25   A69-1303-555  6064 2016-08-15 00:14:00          39
    +#> 3858             25   A69-1303-555  6066 2016-08-15 00:16:00          39
    +#> 3859             25   A69-1303-555  6067 2016-08-15 00:18:00          39
    +#> 3860             25   A69-1303-555  6069 2016-08-15 00:20:00          39
    +#> 3861             25   A69-1303-555  6071 2016-08-15 00:22:00          39
    +#> 3862             25   A69-1303-555  6073 2016-08-15 00:24:00          39
    +#> 3863             25   A69-1303-555  6075 2016-08-15 00:26:00          39
    +#> 3864             25   A69-1303-555  6076 2016-08-15 00:28:00          39
    +#> 3865             25   A69-1303-555  6078 2016-08-15 00:30:00          39
    +#> 3866             25   A69-1303-555  6080 2016-08-15 00:32:00          39
    +#> 3867             25   A69-1303-555  6082 2016-08-15 00:34:00          39
    +#> 3868             25   A69-1303-555  6083 2016-08-15 00:36:00          39
    +#> 3869             25   A69-1303-555  6086 2016-08-15 00:38:00          39
    +#> 3870             25   A69-1303-555  6087 2016-08-15 00:40:00          39
    +#> 3871             25   A69-1303-555  6089 2016-08-15 00:42:00          39
    +#> 3872             25   A69-1303-555  6091 2016-08-15 00:44:00          39
    +#> 3873             25   A69-1303-555  6093 2016-08-15 00:46:00          39
    +#> 3874             25   A69-1303-555  6094 2016-08-15 00:48:00          39
    +#> 3875             25   A69-1303-555  6096 2016-08-15 00:50:00          39
    +#> 3876             25   A69-1303-555  6098 2016-08-15 04:52:00          23
    +#> 3877             25   A69-1303-555  6100 2016-08-15 04:58:00          23
    +#> 3878             25   A69-1303-555  6101 2016-08-15 05:00:00          23
    +#> 3879             25   A69-1303-555  6103 2016-08-15 05:18:00          23
    +#> 3880             25   A69-1303-555  6104 2016-08-15 05:20:00          23
    +#> 3881             25   A69-1303-555  6105 2016-08-15 05:22:00          23
    +#> 3882             25   A69-1303-555  6107 2016-08-15 05:24:00          23
    +#> 3883             25   A69-1303-555  6108 2016-08-15 05:28:00          23
    +#> 3884             25   A69-1303-555  6109 2016-08-15 05:32:00          23
    +#> 3885             25   A69-1303-555  6110 2016-08-15 05:36:00          23
    +#> 3886             25   A69-1303-555  6112 2016-08-15 05:38:00          23
    +#> 3887             25   A69-1303-555  6113 2016-08-15 05:40:00          23
    +#> 3888             25   A69-1303-555  6115 2016-08-15 05:42:00          23
    +#> 3889             25   A69-1303-555  6117 2016-08-15 05:44:00          23
    +#> 3890             25   A69-1303-555  6120 2016-08-15 05:46:00          23
    +#> 3891             25   A69-1303-555  6122 2016-08-15 05:48:00          23
    +#> 3892             25   A69-1303-555  6124 2016-08-15 05:50:00          23
    +#> 3893             25   A69-1303-555  6127 2016-08-15 05:52:00          23
    +#> 3894             25   A69-1303-555  6129 2016-08-15 05:54:00          23
    +#> 3895             25   A69-1303-555  6131 2016-08-15 05:56:00          23
    +#> 3896             25   A69-1303-555  6134 2016-08-15 05:58:00          23
    +#> 3897             25   A69-1303-555  6135 2016-08-15 06:00:00          23
    +#> 3898             25   A69-1303-555  6137 2016-08-15 06:02:00          23
    +#> 3899             25   A69-1303-555  6139 2016-08-15 06:04:00          23
    +#> 3900             25   A69-1303-555  6141 2016-08-15 06:06:00          23
    +#> 3901             25   A69-1303-555  6142 2016-08-15 06:08:00          23
    +#> 3902             25   A69-1303-555  6143 2016-08-15 06:10:00          23
    +#> 3903             25   A69-1303-555  6145 2016-08-15 06:12:00          23
    +#> 3904             25   A69-1303-555  6146 2016-08-15 06:18:00          23
    +#> 3905             25   A69-1303-555  6147 2016-08-15 07:02:00          23
    +#> 3906             25   A69-1303-555  6149 2016-08-15 07:04:00          23
    +#> 3907             25   A69-1303-555  6150 2016-08-15 07:06:00          23
    +#> 3908             25   A69-1303-555  6151 2016-08-15 07:08:00          23
    +#> 3909             25   A69-1303-555  6152 2016-08-15 07:16:00          23
    +#> 3910             25   A69-1303-555  6153 2016-08-15 07:22:00          23
    +#> 3911             25   A69-1303-555  6155 2016-08-15 07:26:00          23
    +#> 3912             25   A69-1303-555  6158 2016-08-15 11:14:00          23
    +#> 3913             25   A69-1303-555  6159 2016-08-15 11:32:00          23
    +#> 3914             25   A69-1303-555  6160 2016-08-15 11:34:00          23
    +#> 3915             25   A69-1303-555  6161 2016-08-15 17:54:00          23
    +#> 3916             25   A69-1303-555  6162 2016-08-15 17:56:00          23
    +#> 3917             25   A69-1303-555  6163 2016-08-15 18:08:00          23
    +#> 3918             25   A69-1303-555  6164 2016-08-15 19:36:00          39
    +#> 3919             25   A69-1303-555  6166 2016-08-15 19:38:00          39
    +#> 3920             25   A69-1303-555  6168 2016-08-15 19:40:00          39
    +#> 3921             25   A69-1303-555  6169 2016-08-15 19:44:00          39
    +#> 3922             25   A69-1303-555  6171 2016-08-15 19:46:00          39
    +#> 3923             25   A69-1303-555  6173 2016-08-15 19:50:00          39
    +#> 3924             25   A69-1303-555  6175 2016-08-15 19:52:00          39
    +#> 3925             25   A69-1303-555  6176 2016-08-15 19:54:00          39
    +#> 3926             25   A69-1303-555  6178 2016-08-15 19:56:00          39
    +#> 3927             25   A69-1303-555  6180 2016-08-15 20:00:00          39
    +#> 3928             25   A69-1303-555  6181 2016-08-15 22:26:00          39
    +#> 3929             25   A69-1303-555  6182 2016-08-15 22:34:00          39
    +#> 3930             25   A69-1303-555  6183 2016-08-15 22:36:00          39
    +#> 3931             25   A69-1303-555  6184 2016-08-16 01:58:00          29
    +#> 3932             25   A69-1303-555  6185 2016-08-16 02:00:00          29
    +#> 3933             25   A69-1303-555  6187 2016-08-16 02:04:00          29
    +#> 3934             25   A69-1303-555  6189 2016-08-16 02:06:00          29
    +#> 3935             25   A69-1303-555  6191 2016-08-16 02:08:00          29
    +#> 3936             25   A69-1303-555  6194 2016-08-16 02:10:00          29
    +#> 3937             25   A69-1303-555  6195 2016-08-16 02:16:00          29
    +#> 3938             25   A69-1303-555  6196 2016-08-16 21:04:00          29
    +#> 3939             25   A69-1303-555  6197 2016-08-16 21:06:00          29
    +#> 3940             25   A69-1303-555  6199 2016-08-16 21:08:00          29
    +#> 3941             25   A69-1303-555  6201 2016-08-16 21:10:00          29
    +#> 3942             25   A69-1303-555  6203 2016-08-16 21:12:00          29
    +#> 3943             25   A69-1303-555  6205 2016-08-16 21:14:00          29
    +#> 3944             25   A69-1303-555  6208 2016-08-16 21:16:00          29
    +#> 3945             25   A69-1303-555  6209 2016-08-16 21:18:00          29
    +#> 3946             25   A69-1303-555  6211 2016-08-16 21:20:00          29
    +#> 3947             25   A69-1303-555  6212 2016-08-16 21:22:00          29
    +#> 3948             25   A69-1303-555  6215 2016-08-16 21:24:00          29
    +#> 3949             25   A69-1303-555  6216 2016-08-16 21:26:00          29
    +#> 3950             25   A69-1303-555  6218 2016-08-16 21:28:00          29
    +#> 3951             25   A69-1303-555  6220 2016-08-16 21:30:00          29
    +#> 3952             25   A69-1303-555  6222 2016-08-16 21:32:00          29
    +#> 3953             25   A69-1303-555  6224 2016-08-16 21:34:00          29
    +#> 3954             25   A69-1303-555  6226 2016-08-16 21:36:00          29
    +#> 3955             25   A69-1303-555  6228 2016-08-16 21:38:00          29
    +#> 3956             25   A69-1303-555  6230 2016-08-16 21:40:00          29
    +#> 3957             25   A69-1303-555  6232 2016-08-16 21:42:00          29
    +#> 3958             25   A69-1303-555  6234 2016-08-16 21:44:00          29
    +#> 3959             25   A69-1303-555  6236 2016-08-16 21:46:00          29
    +#> 3960             25   A69-1303-555  6238 2016-08-16 21:48:00          29
    +#> 3961             25   A69-1303-555  6239 2016-08-16 21:50:00          29
    +#> 3962             25   A69-1303-555  6241 2016-08-16 21:52:00          29
    +#> 3963             25   A69-1303-555  6243 2016-08-16 21:54:00          29
    +#> 3964             25   A69-1303-555  6245 2016-08-16 21:56:00          29
    +#> 3965             25   A69-1303-555  6247 2016-08-16 21:58:00          29
    +#> 3966             25   A69-1303-555  6249 2016-08-16 22:00:00          29
    +#> 3967             25   A69-1303-555  6251 2016-08-16 22:04:00          29
    +#> 3968             25   A69-1303-555  6252 2016-08-16 22:06:00          29
    +#> 3969             25   A69-1303-555  6253 2016-08-16 22:08:00          29
    +#> 3970             25   A69-1303-555  6255 2016-08-16 22:10:00          29
    +#> 3971             25   A69-1303-555  6257 2016-08-16 22:12:00          29
    +#> 3972             25   A69-1303-555  6258 2016-08-16 22:14:00          29
    +#> 3973             25   A69-1303-555  6260 2016-08-17 19:22:00          29
    +#> 3974             25   A69-1303-555  6261 2016-08-17 19:24:00          29
    +#> 3975             25   A69-1303-555  6263 2016-08-17 19:28:00          29
    +#> 3976             25   A69-1303-555  6264 2016-08-17 22:26:00          29
    +#> 3977             25   A69-1303-555  6265 2016-08-17 22:30:00          29
    +#> 3978             25   A69-1303-555  6266 2016-08-17 23:02:00          29
    +#> 3979             25   A69-1303-555  6267 2016-08-17 23:04:00          29
    +#> 3980             25   A69-1303-555  6268 2016-08-17 23:06:00          29
    +#> 3981             25   A69-1303-555  6270 2016-08-17 23:08:00          29
    +#> 3982             25   A69-1303-555  6271 2016-08-17 23:10:00          29
    +#> 3983             25   A69-1303-555  6273 2016-08-17 23:12:00          29
    +#> 3984             25   A69-1303-555  6276 2016-08-17 23:14:00          29
    +#> 3985             25   A69-1303-555  6277 2016-08-17 23:16:00          29
    +#> 3986             25   A69-1303-555  6279 2016-08-17 23:18:00          29
    +#> 3987             25   A69-1303-555  6280 2016-08-17 23:20:00          29
    +#> 3988             25   A69-1303-555  6281 2016-08-17 23:22:00          29
    +#> 3989             25   A69-1303-555  6283 2016-08-17 23:24:00          29
    +#> 3990             25   A69-1303-555  6284 2016-08-17 23:26:00          29
    +#> 3991             25   A69-1303-555  6286 2016-08-17 23:28:00          29
    +#> 3992             25   A69-1303-555  6287 2016-08-17 23:32:00          29
    +#> 3993             25   A69-1303-555  6288 2016-08-17 23:34:00          29
    +#> 3994             25   A69-1303-555  6289 2016-08-17 23:36:00          29
    +#> 3995             25   A69-1303-555  6290 2016-08-17 23:38:00          29
    +#> 3996             25   A69-1303-555  6292 2016-08-17 23:40:00          29
    +#> 3997             25   A69-1303-555  6293 2016-08-21 20:02:00          29
    +#> 3998             25   A69-1303-555  6295 2016-08-21 20:06:00          29
    +#> 3999             25   A69-1303-555  6296 2016-08-21 20:08:00          29
    +#> 4000             25   A69-1303-555  6297 2016-08-21 20:10:00          29
    +#> 4001             25   A69-1303-555  6298 2016-08-21 20:16:00          29
    +#> 4002             25   A69-1303-555  6299 2016-08-21 20:18:00          29
    +#> 4003             25   A69-1303-555  6301 2016-08-21 20:20:00          29
    +#> 4004             25   A69-1303-555  6302 2016-08-21 20:22:00          29
    +#> 4005             25   A69-1303-555  6304 2016-08-21 20:24:00          29
    +#> 4006             25   A69-1303-555  6306 2016-08-21 20:26:00          29
    +#> 4007             25   A69-1303-555  6308 2016-08-21 20:28:00          29
    +#> 4008             25   A69-1303-555  6310 2016-08-21 20:30:00          29
    +#> 4009             25   A69-1303-555  6311 2016-08-22 07:38:00          11
    +#> 4010             25   A69-1303-555  6312 2016-08-22 07:40:00          11
    +#> 4011             25   A69-1303-555  6314 2016-08-22 08:18:00          40
    +#> 4012             25   A69-1303-555  6315 2016-08-22 08:32:00          40
    +#> 4013             25   A69-1303-555  6316 2016-08-22 08:36:00          40
    +#> 4014             25   A69-1303-555  6317 2016-08-22 08:38:00          40
    +#> 4015             25   A69-1303-555  6318 2016-08-22 08:40:00          40
    +#> 4016             25   A69-1303-555  6320 2016-08-22 08:42:00          40
    +#> 4017             25   A69-1303-555  6322 2016-08-22 08:44:00          40
    +#> 4018             25   A69-1303-555  6323 2016-08-22 08:48:00          40
    +#> 4019             25   A69-1303-555  6324 2016-08-22 08:52:00          40
    +#> 4020             25   A69-1303-555  6326 2016-08-22 08:54:00          40
    +#> 4021             25   A69-1303-555  6327 2016-08-22 08:56:00          40
    +#> 4022             25   A69-1303-555  6328 2016-08-22 09:08:00          40
    +#> 4023             25   A69-1303-555  6329 2016-08-22 09:10:00          40
    +#> 4024             25   A69-1303-555  6331 2016-08-22 09:12:00          40
    +#> 4025             25   A69-1303-555  6333 2016-08-22 09:16:00          40
    +#> 4026             25   A69-1303-555  6334 2016-08-22 16:38:00          23
    +#> 4027             25   A69-1303-555  6335 2016-08-22 16:40:00          23
    +#> 4028             25   A69-1303-555  6336 2016-08-22 16:48:00          23
    +#> 4029             25   A69-1303-555  6337 2016-08-22 19:48:00          29
    +#> 4030             25   A69-1303-555  6338 2016-08-22 19:50:00          29
    +#> 4031             25   A69-1303-555  6341 2016-08-22 19:52:00          29
    +#> 4032             25   A69-1303-555  6342 2016-08-22 19:54:00          29
    +#> 4033             25   A69-1303-555  6344 2016-08-22 19:56:00          29
    +#> 4034             25   A69-1303-555  6346 2016-08-22 19:58:00          29
    +#> 4035             25   A69-1303-555  6348 2016-08-22 20:00:00          29
    +#> 4036             25   A69-1303-555  6349 2016-08-22 20:02:00          29
    +#> 4037             25   A69-1303-555  6350 2016-08-22 20:34:00          29
    +#> 4038             25   A69-1303-555  6351 2016-08-22 20:36:00          29
    +#> 4039             25   A69-1303-555  6352 2016-08-22 20:38:00          29
    +#> 4040             25   A69-1303-555  6354 2016-08-22 20:40:00          29
    +#> 4041             25   A69-1303-555  6356 2016-08-22 20:42:00          29
    +#> 4042             25   A69-1303-555  6358 2016-08-22 20:44:00          29
    +#> 4043             25   A69-1303-555  6360 2016-08-22 20:46:00          29
    +#> 4044             25   A69-1303-555  6362 2016-08-22 20:48:00          29
    +#> 4045             25   A69-1303-555  6363 2016-08-22 20:50:00          29
    +#> 4046             25   A69-1303-555  6366 2016-08-22 20:52:00          29
    +#> 4047             25   A69-1303-555  6368 2016-08-22 20:54:00          29
    +#> 4048             25   A69-1303-555  6369 2016-08-22 20:56:00          29
    +#> 4049             25   A69-1303-555  6370 2016-08-22 21:02:00          29
    +#> 4050             25   A69-1303-555  6371 2016-08-23 03:14:00          23
    +#> 4051             25   A69-1303-555  6372 2016-08-23 03:16:00          23
    +#> 4052             25   A69-1303-555  6373 2016-08-23 03:18:00          23
    +#> 4053             25   A69-1303-555  6374 2016-08-23 03:22:00          23
    +#> 4054             25   A69-1303-555  6375 2016-08-26 14:16:00          39
    +#> 4055             25   A69-1303-555  6376 2016-08-26 14:18:00          39
    +#> 4056             25   A69-1303-555  6377 2016-08-26 14:20:00          39
    +#> 4057             25   A69-1303-555  6378 2016-08-26 14:22:00          39
    +#> 4058             25   A69-1303-555  6379 2016-08-26 14:24:00          39
    +#> 4059             25   A69-1303-555  6380 2016-08-26 14:34:00          39
    +#> 4060             25   A69-1303-555  6381 2016-08-26 14:36:00          39
    +#> 4061             25   A69-1303-555  6382 2016-08-26 14:44:00          39
    +#> 4062             25   A69-1303-555  6383 2016-08-26 14:48:00          39
    +#> 4063             25   A69-1303-555  6384 2016-08-26 14:54:00          39
    +#> 4064             25   A69-1303-555  6385 2016-08-26 14:56:00          39
    +#> 4065             25   A69-1303-555  6387 2016-08-26 14:58:00          39
    +#> 4066             25   A69-1303-555  6388 2016-08-26 15:00:00          39
    +#> 4067             25   A69-1303-555  6389 2016-08-26 15:02:00          39
    +#> 4068             25   A69-1303-555  6391 2016-08-26 15:04:00          39
    +#> 4069             25   A69-1303-555  6394 2016-08-26 15:06:00          39
    +#> 4070             25   A69-1303-555  6395 2016-08-26 15:08:00          39
    +#> 4071             25   A69-1303-555  6398 2016-08-26 15:10:00          39
    +#> 4072             25   A69-1303-555  6400 2016-08-26 15:12:00          39
    +#> 4073             25   A69-1303-555  6401 2016-08-31 04:42:00          39
    +#> 4074             25   A69-1303-555  6402 2016-08-31 04:44:00          39
    +#> 4075             25   A69-1303-555  6403 2016-08-31 04:48:00          39
    +#> 4076             25   A69-1303-555  6404 2016-08-31 04:50:00          39
    +#> 4077             25   A69-1303-555  6405 2016-08-31 04:52:00          39
    +#> 4078             25   A69-1303-555  6407 2016-08-31 04:54:00          39
    +#> 4079             25   A69-1303-555  6409 2016-08-31 04:56:00          39
    +#> 4080             25   A69-1303-555  6411 2016-08-31 04:58:00          39
    +#> 4081             25   A69-1303-555  6413 2016-08-31 05:00:00          39
    +#> 4082             25   A69-1303-555  6415 2016-08-31 05:02:00          39
    +#> 4083             25   A69-1303-555  6416 2016-08-31 05:04:00          39
    +#> 4084             25   A69-1303-555  6419 2016-08-31 05:06:00          39
    +#> 4085             25   A69-1303-555  6421 2016-08-31 05:08:00          39
    +#> 4086             25   A69-1303-555  6423 2016-08-31 05:10:00          39
    +#> 4087             25   A69-1303-555  6425 2016-08-31 05:12:00          39
    +#> 4088             25   A69-1303-555  6426 2016-08-31 05:16:00          39
    +#> 4089             25   A69-1303-555  6428 2016-08-31 05:18:00          39
    +#> 4090             25   A69-1303-555  6430 2016-08-31 05:22:00          39
    +#> 4091             25   A69-1303-555  6431 2016-08-31 05:24:00          39
    +#> 4092             25   A69-1303-555  6432 2016-08-31 05:26:00          39
    +#> 4093             25   A69-1303-555  6433 2016-09-01 23:56:00          39
    +#> 4094             25   A69-1303-555  6434 2016-09-01 23:58:00          39
    +#> 4095             25   A69-1303-555  6436 2016-09-02 00:00:00          39
    +#> 4096             25   A69-1303-555  6437 2016-09-02 00:02:00          39
    +#> 4097             25   A69-1303-555  6438 2016-09-02 00:04:00          39
    +#> 4098             25   A69-1303-555  6440 2016-09-02 00:06:00          39
    +#> 4099             25   A69-1303-555  6441 2016-09-02 00:08:00          39
    +#> 4100             25   A69-1303-555  6443 2016-09-02 00:10:00          39
    +#> 4101             25   A69-1303-555  6445 2016-09-02 00:12:00          39
    +#> 4102             25   A69-1303-555  6447 2016-09-02 00:14:00          39
    +#> 4103             25   A69-1303-555  6448 2016-09-02 00:16:00          39
    +#> 4104             25   A69-1303-555  6450 2016-09-02 00:18:00          39
    +#> 4105             25   A69-1303-555  6452 2016-09-02 00:20:00          39
    +#> 4106             25   A69-1303-555  6453 2016-09-02 00:22:00          39
    +#> 4107             25   A69-1303-555  6456 2016-09-02 00:24:00          39
    +#> 4108             25   A69-1303-555  6458 2016-09-02 00:26:00          39
    +#> 4109             25   A69-1303-555  6459 2016-09-02 00:28:00          39
    +#> 4110             25   A69-1303-555  6461 2016-09-02 00:30:00          39
    +#> 4111             25   A69-1303-555  6463 2016-09-02 00:32:00          39
    +#> 4112             25   A69-1303-555  6464 2016-09-02 00:34:00          39
    +#> 4113             25   A69-1303-555  6466 2016-09-02 00:36:00          39
    +#> 4114             25   A69-1303-555  6468 2016-09-02 00:38:00          39
    +#> 4115             25   A69-1303-555  6470 2016-09-02 00:40:00          39
    +#> 4116             25   A69-1303-555  6471 2016-09-02 00:44:00          39
    +#> 4117             25   A69-1303-555  6472 2016-09-02 00:46:00          39
    +#> 4118             25   A69-1303-555  6473 2016-09-02 00:48:00          39
    +#> 4119             25   A69-1303-555  6474 2016-09-02 00:50:00          39
    +#> 4120             25   A69-1303-555  6475 2016-09-02 01:00:00          39
    +#> 4121             25   A69-1303-555  6476 2016-09-02 01:02:00          39
    +#> 4122             25   A69-1303-555  6477 2016-09-03 04:46:00          39
    +#> 4123             25   A69-1303-555  6479 2016-09-03 04:50:00          39
    +#> 4124             25   A69-1303-555  6481 2016-09-03 04:52:00          39
    +#> 4125             25   A69-1303-555  6483 2016-09-03 04:54:00          39
    +#> 4126             25   A69-1303-555  6485 2016-09-03 05:00:00          39
    +#> 4127             25   A69-1303-555  6486 2016-09-03 05:02:00          39
    +#> 4128             25   A69-1303-555  6487 2016-09-03 05:04:00          39
    +#> 4129             25   A69-1303-555  6489 2016-09-03 05:06:00          39
    +#> 4130             25   A69-1303-555  6490 2016-09-03 05:10:00          39
    +#> 4131             25   A69-1303-555  6491 2016-09-03 05:12:00          39
    +#> 4132             25   A69-1303-555  6492 2016-09-03 05:18:00          39
    +#> 4133             25   A69-1303-555  6493 2016-09-03 05:40:00          39
    +#> 4134             25   A69-1303-555  6494 2016-09-03 05:42:00          39
    +#> 4135             25   A69-1303-555  6495 2016-09-03 05:44:00          39
    +#> 4136             25   A69-1303-555  6497 2016-09-03 05:46:00          39
    +#> 4137             25   A69-1303-555  6498 2016-09-03 05:48:00          39
    +#> 4138             25   A69-1303-555  6501 2016-09-03 05:50:00          39
    +#> 4139             25   A69-1303-555  6502 2016-09-03 05:54:00          39
    +#> 4140             25   A69-1303-555  6504 2016-09-03 05:56:00          39
    +#> 4141             25   A69-1303-555  6505 2016-09-03 19:36:00          11
    +#> 4142             25   A69-1303-555  6507 2016-09-03 19:38:00          11
    +#> 4143             25   A69-1303-555  6509 2016-09-03 19:40:00          11
    +#> 4144             25   A69-1303-555  6511 2016-09-04 06:32:00          39
    +#> 4145             25   A69-1303-555  6512 2016-09-04 06:34:00          39
    +#> 4146             25   A69-1303-555  6514 2016-09-04 06:36:00          39
    +#> 4147             25   A69-1303-555  6515 2016-09-04 06:42:00          39
    +#> 4148             25   A69-1303-555  6516 2016-09-04 06:44:00          39
    +#> 4149             25   A69-1303-555  6517 2016-09-04 06:50:00          39
    +#> 4150             25   A69-1303-555  6518 2016-09-04 06:54:00          39
    +#> 4151             25   A69-1303-555  6521 2016-09-04 06:56:00          39
    +#> 4152             25   A69-1303-555  6523 2016-09-04 06:58:00          39
    +#> 4153             25   A69-1303-555  6524 2016-09-04 07:00:00          39
    +#> 4154             25   A69-1303-555  6526 2016-09-04 07:02:00          39
    +#> 4155             25   A69-1303-555  6527 2016-09-04 07:04:00          39
    +#> 4156             25   A69-1303-555  6528 2016-09-04 07:10:00          39
    +#> 4157             25   A69-1303-555  6529 2016-09-04 07:12:00          39
    +#> 4158             25   A69-1303-555  6531 2016-09-04 07:14:00          39
    +#> 4159             25   A69-1303-555  6532 2016-09-04 08:32:00          39
    +#> 4160             25   A69-1303-555  6533 2016-09-04 08:38:00          39
    +#> 4161             25   A69-1303-555  6534 2016-09-04 08:40:00          39
    +#> 4162             25   A69-1303-555  6535 2016-09-04 08:44:00          39
    +#> 4163             25   A69-1303-555  6536 2016-09-04 08:50:00          39
    +#> 4164             25   A69-1303-555  6537 2016-09-04 08:52:00          39
    +#> 4165             25   A69-1303-555  6539 2016-09-04 08:54:00          39
    +#> 4166             25   A69-1303-555  6541 2016-09-04 09:06:00          39
    +#> 4167             25   A69-1303-555  6542 2016-09-04 09:10:00          39
    +#> 4168             25   A69-1303-555  6543 2016-09-04 09:16:00          39
    +#> 4169             25   A69-1303-555  6544 2016-09-04 11:02:00          39
    +#> 4170             25   A69-1303-555  6545 2016-09-04 11:04:00          39
    +#> 4171             25   A69-1303-555  6546 2016-09-04 11:06:00          39
    +#> 4172             25   A69-1303-555  6547 2016-09-04 11:14:00          39
    +#> 4173             25   A69-1303-555  6548 2016-09-04 11:28:00          39
    +#> 4174             25   A69-1303-555  6549 2016-09-04 11:48:00          39
    +#> 4175             25   A69-1303-555  6551 2016-09-04 11:50:00          39
    +#> 4176             25   A69-1303-555  6553 2016-09-04 11:52:00          39
    +#> 4177             25   A69-1303-555  6554 2016-09-04 12:00:00          39
    +#> 4178             25   A69-1303-555  6555 2016-09-04 12:06:00          39
    +#> 4179             25   A69-1303-555  6557 2016-09-04 12:08:00          39
    +#> 4180             25   A69-1303-555  6558 2016-09-04 12:10:00          39
    +#> 4181             25   A69-1303-555  6560 2016-09-04 12:12:00          39
    +#> 4182             25   A69-1303-555  6562 2016-09-04 12:14:00          39
    +#> 4183             25   A69-1303-555  6564 2016-09-04 12:16:00          39
    +#> 4184             25   A69-1303-555  6566 2016-09-04 12:18:00          39
    +#> 4185             25   A69-1303-555  6568 2016-09-04 12:20:00          39
    +#> 4186             25   A69-1303-555  6570 2016-09-04 12:24:00          39
    +#> 4187             25   A69-1303-555  6571 2016-09-04 12:26:00          39
    +#> 4188             25   A69-1303-555  6572 2016-09-04 12:28:00          39
    +#> 4189             25   A69-1303-555  6574 2016-09-04 12:42:00          39
    +#> 4190             25   A69-1303-555  6575 2016-09-04 12:44:00          39
    +#> 4191             25   A69-1303-555  6577 2016-09-04 12:46:00          39
    +#> 4192             25   A69-1303-555  6579 2016-09-04 12:48:00          39
    +#> 4193             25   A69-1303-555  6581 2016-09-04 12:50:00          39
    +#> 4194             25   A69-1303-555  6583 2016-09-04 12:52:00          39
    +#> 4195             25   A69-1303-555  6585 2016-09-04 12:54:00          39
    +#> 4196             25   A69-1303-555  6587 2016-09-04 12:56:00          39
    +#> 4197             25   A69-1303-555  6589 2016-09-04 13:00:00          39
    +#> 4198             25   A69-1303-555  6591 2016-09-04 13:02:00          39
    +#> 4199             25   A69-1303-555  6592 2016-09-04 13:04:00          39
    +#> 4200             25   A69-1303-555  6594 2016-09-04 13:06:00          39
    +#> 4201             25   A69-1303-555  6596 2016-09-04 13:10:00          39
    +#> 4202             25   A69-1303-555  6599 2016-09-04 13:12:00          39
    +#> 4203             25   A69-1303-555  6600 2016-09-04 13:18:00          39
    +#> 4204             25   A69-1303-555  6601 2016-09-04 17:18:00          23
    +#> 4205             25   A69-1303-555  6602 2016-09-04 17:20:00          23
    +#> 4206             25   A69-1303-555  6603 2016-09-04 17:22:00          23
    +#> 4207             25   A69-1303-555  6604 2016-09-04 17:34:00          23
    +#> 4208             25   A69-1303-555  6605 2016-09-04 20:06:00          23
    +#> 4209             25   A69-1303-555  6606 2016-09-04 20:10:00          23
    +#> 4210             25   A69-1303-555  6608 2016-09-04 20:14:00          23
    +#> 4211             25   A69-1303-555  6609 2016-09-04 20:16:00          23
    +#> 4212             25   A69-1303-555  6612 2016-09-04 20:18:00          23
    +#> 4213             25   A69-1303-555  6614 2016-09-04 20:20:00          23
    +#> 4214             25   A69-1303-555  6616 2016-09-04 20:22:00          23
    +#> 4215             25   A69-1303-555  6617 2016-09-04 20:24:00          23
    +#> 4216             25   A69-1303-555  6618 2016-09-04 20:26:00          23
    +#> 4217             25   A69-1303-555  6619 2016-09-04 20:28:00          23
    +#> 4218             25   A69-1303-555  6620 2016-09-04 20:34:00          23
    +#> 4219             25   A69-1303-555  6621 2016-09-04 22:08:00          39
    +#> 4220             25   A69-1303-555  6622 2016-09-04 22:10:00          39
    +#> 4221             25   A69-1303-555  6624 2016-09-04 22:12:00          39
    +#> 4222             25   A69-1303-555  6626 2016-09-04 22:16:00          39
    +#> 4223             25   A69-1303-555  6628 2016-09-04 22:18:00          39
    +#> 4224             25   A69-1303-555  6629 2016-09-05 07:02:00          39
    +#> 4225             25   A69-1303-555  6630 2016-09-05 07:06:00          39
    +#> 4226             25   A69-1303-555  6632 2016-09-05 07:08:00          39
    +#> 4227             25   A69-1303-555  6634 2016-09-05 07:10:00          39
    +#> 4228             25   A69-1303-555  6636 2016-09-05 07:12:00          39
    +#> 4229             25   A69-1303-555  6637 2016-09-05 07:32:00          39
    +#> 4230             25   A69-1303-555  6638 2016-09-05 07:34:00          39
    +#> 4231             25   A69-1303-555  6639 2016-09-05 07:36:00          39
    +#> 4232             25   A69-1303-555  6640 2016-09-05 07:38:00          39
    +#> 4233             25   A69-1303-555  6641 2016-09-05 07:40:00          39
    +#> 4234             25   A69-1303-555  6642 2016-09-05 07:42:00          39
    +#> 4235             25   A69-1303-555  6643 2016-09-05 07:44:00          39
    +#> 4236             25   A69-1303-555  6644 2016-09-05 12:02:00          39
    +#> 4237             25   A69-1303-555  6645 2016-09-05 12:12:00          39
    +#> 4238             25   A69-1303-555  6646 2016-09-05 12:14:00          39
    +#> 4239             25   A69-1303-555  6647 2016-09-05 12:16:00          39
    +#> 4240             25   A69-1303-555  6649 2016-09-05 12:18:00          39
    +#> 4241             25   A69-1303-555  6650 2016-09-05 12:22:00          39
    +#> 4242             25   A69-1303-555  6652 2016-09-05 12:28:00          39
    +#> 4243             25   A69-1303-555  6653 2016-09-05 12:30:00          39
    +#> 4244             25   A69-1303-555  6654 2016-09-05 12:32:00          39
    +#> 4245             25   A69-1303-555  6656 2016-09-05 14:52:00          39
    +#> 4246             25   A69-1303-555  6657 2016-09-05 14:54:00          39
    +#> 4247             25   A69-1303-555  6659 2016-09-05 14:56:00          39
    +#> 4248             25   A69-1303-555  6661 2016-09-05 14:58:00          39
    +#> 4249             25   A69-1303-555  6663 2016-09-05 15:00:00          39
    +#> 4250             25   A69-1303-555  6665 2016-09-05 15:02:00          39
    +#> 4251             25   A69-1303-555  6666 2016-09-05 15:04:00          39
    +#> 4252             25   A69-1303-555  6668 2016-09-05 15:06:00          39
    +#> 4253             25   A69-1303-555  6669 2016-09-05 15:08:00          39
    +#> 4254             25   A69-1303-555  6670 2016-09-05 15:10:00          39
    +#> 4255             25   A69-1303-555  6671 2016-09-05 20:44:00          11
    +#> 4256             25   A69-1303-555  6672 2016-09-05 20:54:00          11
    +#> 4257             25   A69-1303-555  6674 2016-09-05 21:04:00          11
    +#> 4258             25   A69-1303-555  6675 2016-09-05 21:08:00          11
    +#> 4259             25   A69-1303-555  6677 2016-09-05 21:10:00          11
    +#> 4260             25   A69-1303-555  6679 2016-09-05 21:12:00          11
    +#> 4261             25   A69-1303-555  6680 2016-09-05 21:36:00          11
    +#> 4262             25   A69-1303-555  6681 2016-09-05 21:38:00          11
    +#> 4263             25   A69-1303-555  6683 2016-09-05 21:40:00          11
    +#> 4264             25   A69-1303-555  6684 2016-09-05 21:42:00          11
    +#> 4265             25   A69-1303-555  6686 2016-09-05 21:44:00          11
    +#> 4266             25   A69-1303-555  6687 2016-09-06 00:28:00          11
    +#> 4267             25   A69-1303-555  6688 2016-09-06 00:30:00          11
    +#> 4268             25   A69-1303-555  6689 2016-09-06 00:32:00          11
    +#> 4269             25   A69-1303-555  6690 2016-09-06 00:34:00          11
    +#> 4270             25   A69-1303-555  6691 2016-09-06 00:36:00          11
    +#> 4271             25   A69-1303-555  6692 2016-09-06 00:46:00          11
    +#> 4272             25   A69-1303-555  6693 2016-09-06 00:54:00          11
    +#> 4273             25   A69-1303-555  6695 2016-09-06 00:58:00          11
    +#> 4274             25   A69-1303-555  6696 2016-09-06 01:00:00          11
    +#> 4275             25   A69-1303-555  6697 2016-09-06 01:08:00          11
    +#> 4276             25   A69-1303-555  6698 2016-09-06 10:48:00          39
    +#> 4277             25   A69-1303-555  6700 2016-09-06 10:50:00          39
    +#> 4278             25   A69-1303-555  6701 2016-09-06 10:52:00          39
    +#> 4279             25   A69-1303-555  6704 2016-09-06 10:54:00          39
    +#> 4280             25   A69-1303-555  6706 2016-09-06 10:56:00          39
    +#> 4281             25   A69-1303-555  6707 2016-09-06 10:58:00          39
    +#> 4282             25   A69-1303-555  6709 2016-09-06 11:00:00          39
    +#> 4283             25   A69-1303-555  6710 2016-09-06 11:02:00          39
    +#> 4284             25   A69-1303-555  6711 2016-09-06 11:04:00          39
    +#> 4285             25   A69-1303-555  6712 2016-09-06 11:06:00          39
    +#> 4286             25   A69-1303-555  6714 2016-09-06 11:16:00          39
    +#> 4287             25   A69-1303-555  6715 2016-09-06 11:22:00          39
    +#> 4288             25   A69-1303-555  6716 2016-09-09 11:10:00          39
    +#> 4289             25   A69-1303-555  6717 2016-09-09 11:12:00          39
    +#> 4290             25   A69-1303-555  6718 2016-09-09 11:14:00          39
    +#> 4291             25   A69-1303-555  6720 2016-09-09 11:36:00          39
    +#> 4292             25   A69-1303-555  6721 2016-09-09 11:38:00          39
    +#> 4293             25   A69-1303-555  6722 2016-09-10 20:16:00          38
    +#> 4294             25   A69-1303-555  6723 2016-09-10 20:20:00          38
    +#> 4295             25   A69-1303-555  6725 2016-09-10 20:22:00          38
    +#> 4296             25   A69-1303-555  6727 2016-09-10 20:24:00          38
    +#> 4297             25   A69-1303-555  6728 2016-09-11 03:20:00          38
    +#> 4298             25   A69-1303-555  6729 2016-09-11 03:22:00          38
    +#> 4299             25   A69-1303-555  6731 2016-09-11 03:28:00          38
    +#> 4300             25   A69-1303-555  6733 2016-09-11 03:30:00          38
    +#> 4301             25   A69-1303-555  6734 2016-09-11 03:32:00          38
    +#> 4302             25   A69-1303-555  6735 2016-09-11 03:34:00          38
    +#> 4303             25   A69-1303-555  6736 2016-09-11 03:36:00          38
    +#> 4304             25   A69-1303-555  6737 2016-09-11 03:52:00          38
    +#> 4305             25   A69-1303-555  6738 2016-09-11 03:54:00          38
    +#> 4306             25   A69-1303-555  6739 2016-09-11 04:12:00          38
    +#> 4307             25   A69-1303-555  6741 2016-09-11 04:16:00          38
    +#> 4308             25   A69-1303-555  6742 2016-09-11 04:18:00          38
    +#> 4309             25   A69-1303-555  6744 2016-09-11 05:14:00          38
    +#> 4310             25   A69-1303-555  6745 2016-09-11 05:28:00          38
    +#> 4311             25   A69-1303-555  6746 2016-09-11 05:42:00          38
    +#> 4312             25   A69-1303-555  6747 2016-09-11 06:30:00          38
    +#> 4313             25   A69-1303-555  6748 2016-09-11 06:34:00          38
    +#> 4314             25   A69-1303-555  6749 2016-09-11 06:46:00          38
    +#> 4315             25   A69-1303-555  6751 2016-09-12 21:00:00          23
    +#> 4316             25   A69-1303-555  6753 2016-09-12 21:02:00          23
    +#> 4317             25   A69-1303-555  6754 2016-09-12 21:04:00          23
    +#> 4318             25   A69-1303-555  6755 2016-09-12 21:16:00          23
    +#> 4319             25   A69-1303-555  6756 2016-09-12 21:18:00          23
    +#> 4320             25   A69-1303-555  6758 2016-09-12 21:20:00          23
    +#> 4321             25   A69-1303-555  6760 2016-09-12 21:22:00          23
    +#> 4322             25   A69-1303-555  6761 2016-09-12 21:24:00          23
    +#> 4323             25   A69-1303-555  6762 2016-09-12 21:26:00          23
    +#> 4324             25   A69-1303-555  6764 2016-09-12 21:28:00          23
    +#> 4325             25   A69-1303-555  6765 2016-09-12 21:30:00          23
    +#> 4326             25   A69-1303-555  6767 2016-09-12 21:32:00          23
    +#> 4327             25   A69-1303-555  6769 2016-09-12 21:34:00          23
    +#> 4328             25   A69-1303-555  6771 2016-09-12 21:36:00          23
    +#> 4329             25   A69-1303-555  6773 2016-09-12 21:38:00          23
    +#> 4330             25   A69-1303-555  6774 2016-09-13 08:56:00          39
    +#> 4331             25   A69-1303-555  6776 2016-09-13 08:58:00          39
    +#> 4332             25   A69-1303-555  6777 2016-09-13 09:00:00          39
    +#> 4333             25   A69-1303-555  6779 2016-09-13 09:02:00          39
    +#> 4334             25   A69-1303-555  6780 2016-09-13 09:04:00          39
    +#> 4335             25   A69-1303-555  6782 2016-09-13 09:06:00          39
    +#> 4336             25   A69-1303-555  6784 2016-09-13 09:08:00          39
    +#> 4337             25   A69-1303-555  6785 2016-09-13 09:10:00          39
    +#> 4338             25   A69-1303-555  6787 2016-09-13 09:12:00          39
    +#> 4339             25   A69-1303-555  6789 2016-09-13 09:14:00          39
    +#> 4340             25   A69-1303-555  6791 2016-09-13 09:16:00          39
    +#> 4341             25   A69-1303-555  6792 2016-09-13 09:24:00          39
    +#> 4342             25   A69-1303-555  6794 2016-09-13 09:26:00          39
    +#> 4343             25   A69-1303-555  6795 2016-09-13 09:40:00          39
    +#> 4344             25   A69-1303-555  6796 2016-09-13 09:48:00          39
    +#> 4345             25   A69-1303-555  6797 2016-09-15 18:42:00          39
    +#> 4346             25   A69-1303-555  6798 2016-09-15 18:44:00          39
    +#> 4347             25   A69-1303-555  6799 2016-09-15 18:46:00          39
    +#> 4348             25   A69-1303-555  6800 2016-09-15 18:48:00          39
    +#> 4349             25   A69-1303-555  6802 2016-09-15 18:50:00          39
    +#> 4350             25   A69-1303-555  6803 2016-09-15 18:52:00          39
    +#> 4351             25   A69-1303-555  6804 2016-09-15 18:54:00          39
    +#> 4352             25   A69-1303-555  6807 2016-09-16 05:14:00          11
    +#> 4353             25   A69-1303-555  6808 2016-09-16 05:16:00          11
    +#> 4354             25   A69-1303-555  6809 2016-09-16 05:18:00          11
    +#> 4355             25   A69-1303-555  6810 2016-09-16 05:20:00          11
    +#> 4356             25   A69-1303-555  6812 2016-09-16 05:22:00          11
    +#> 4357             25   A69-1303-555  6813 2016-09-16 05:24:00          11
    +#> 4358             25   A69-1303-555  6815 2016-09-16 05:26:00          11
    +#> 4359             25   A69-1303-555  6817 2016-09-16 05:28:00          11
    +#> 4360             25   A69-1303-555  6819 2016-09-16 05:30:00          11
    +#> 4361             25   A69-1303-555  6820 2016-09-16 05:32:00          11
    +#> 4362             25   A69-1303-555  6821 2016-09-16 05:34:00          11
    +#> 4363             25   A69-1303-555  6823 2016-09-16 05:36:00          11
    +#> 4364             25   A69-1303-555  6824 2016-09-16 05:38:00          11
    +#> 4365             25   A69-1303-555  6825 2016-09-16 05:46:00          11
    +#> 4366             25   A69-1303-555  6826 2016-09-16 05:48:00          11
    +#> 4367             25   A69-1303-555  6827 2016-09-16 05:54:00          11
    +#> 4368             25   A69-1303-555  6829 2016-09-16 05:56:00          11
    +#> 4369             25   A69-1303-555  6831 2016-09-16 05:58:00          11
    +#> 4370             25   A69-1303-555  6834 2016-09-16 06:00:00          11
    +#> 4371             25   A69-1303-555  6835 2016-09-16 06:02:00          11
    +#> 4372             25   A69-1303-555  6837 2016-09-16 06:06:00          11
    +#> 4373             25   A69-1303-555  6838 2016-09-16 06:08:00          11
    +#> 4374             25   A69-1303-555  6839 2016-09-16 06:16:00          11
    +#> 4375             25   A69-1303-555  6840 2016-09-16 06:18:00          11
    +#> 4376             25   A69-1303-555  6841 2016-09-16 06:20:00          11
    +#> 4377             25   A69-1303-555  6843 2016-09-16 06:22:00          11
    +#> 4378             25   A69-1303-555  6844 2016-09-16 06:24:00          11
    +#> 4379             25   A69-1303-555  6846 2016-09-16 06:26:00          11
    +#> 4380             25   A69-1303-555  6848 2016-09-16 06:28:00          11
    +#> 4381             25   A69-1303-555  6850 2016-09-16 06:30:00          11
    +#> 4382             25   A69-1303-555  6851 2016-09-16 06:42:00          11
    +#> 4383             25   A69-1303-555  6853 2016-09-16 06:58:00          11
    +#> 4384             25   A69-1303-555  6854 2016-09-16 20:10:00          38
    +#> 4385             25   A69-1303-555  6855 2016-09-16 20:26:00          38
    +#> 4386             25   A69-1303-555  6856 2016-09-16 20:28:00          38
    +#> 4387             25   A69-1303-555  6858 2016-09-16 20:30:00          38
    +#> 4388             25   A69-1303-555  6859 2016-09-16 20:38:00          38
    +#> 4389             25   A69-1303-555  6860 2016-09-16 20:40:00          38
    +#> 4390             25   A69-1303-555  6861 2016-09-16 20:50:00          38
    +#> 4391             25   A69-1303-555  6862 2016-09-16 20:58:00          38
    +#> 4392             25   A69-1303-555  6863 2016-09-16 21:00:00          38
    +#> 4393             25   A69-1303-555  6864 2016-09-16 21:02:00          38
    +#> 4394             25   A69-1303-555  6866 2016-09-16 21:04:00          38
    +#> 4395             25   A69-1303-555  6867 2016-09-16 21:06:00          38
    +#> 4396             25   A69-1303-555  6869 2016-09-16 21:08:00          38
    +#> 4397             25   A69-1303-555  6870 2016-09-16 21:10:00          38
    +#> 4398             25   A69-1303-555  6872 2016-09-16 21:12:00          38
    +#> 4399             25   A69-1303-555  6874 2016-09-16 21:22:00          38
    +#> 4400             25   A69-1303-555  6875 2016-09-16 21:40:00          38
    +#> 4401             25   A69-1303-555  6876 2016-09-16 22:22:00          38
    +#> 4402             25   A69-1303-555  6877 2016-09-16 22:28:00          38
    +#> 4403             25   A69-1303-555  6879 2016-09-16 22:30:00          38
    +#> 4404             25   A69-1303-555  6880 2016-09-16 22:34:00          38
    +#> 4405             25   A69-1303-555  6882 2016-09-17 20:56:00          39
    +#> 4406             25   A69-1303-555  6884 2016-09-17 20:58:00          39
    +#> 4407             25   A69-1303-555  6886 2016-09-17 21:00:00          39
    +#> 4408             25   A69-1303-555  6887 2016-09-17 21:02:00          39
    +#> 4409             25   A69-1303-555  6890 2016-09-17 21:04:00          39
    +#> 4410             25   A69-1303-555  6892 2016-09-17 21:06:00          39
    +#> 4411             25   A69-1303-555  6893 2016-09-17 21:08:00          39
    +#> 4412             25   A69-1303-555  6895 2016-09-17 21:10:00          39
    +#> 4413             25   A69-1303-555  6897 2016-09-17 21:16:00          39
    +#> 4414             25   A69-1303-555  6898 2016-09-18 22:44:00          23
    +#> 4415             25   A69-1303-555  6900 2016-09-18 22:46:00          23
    +#> 4416             25   A69-1303-555  6901 2016-09-18 22:48:00          23
    +#> 4417             25   A69-1303-555  6903 2016-09-18 22:50:00          23
    +#> 4418             25   A69-1303-555  6905 2016-09-18 22:52:00          23
    +#> 4419             25   A69-1303-555  6906 2016-09-18 22:54:00          23
    +#> 4420             25   A69-1303-555  6908 2016-09-18 22:56:00          23
    +#> 4421             25   A69-1303-555  6910 2016-09-18 22:58:00          23
    +#> 4422             25   A69-1303-555  6913 2016-09-18 23:00:00          23
    +#> 4423             25   A69-1303-555  6914 2016-09-18 23:02:00          23
    +#> 4424             25   A69-1303-555  6915 2016-09-18 23:04:00          23
    +#> 4425             25   A69-1303-555  6917 2016-09-18 23:06:00          23
    +#> 4426             25   A69-1303-555  6919 2016-09-18 23:08:00          23
    +#> 4427             25   A69-1303-555  6920 2016-09-18 23:10:00          23
    +#> 4428             25   A69-1303-555  6922 2016-09-18 23:12:00          23
    +#> 4429             25   A69-1303-555  6923 2016-09-18 23:14:00          23
    +#> 4430             25   A69-1303-555  6926 2016-09-18 23:16:00          23
    +#> 4431             25   A69-1303-555  6928 2016-09-18 23:18:00          23
    +#> 4432             25   A69-1303-555  6930 2016-09-18 23:20:00          23
    +#> 4433             25   A69-1303-555  6932 2016-09-18 23:22:00          23
    +#> 4434             25   A69-1303-555  6934 2016-09-18 23:24:00          23
    +#> 4435             25   A69-1303-555  6936 2016-09-18 23:26:00          23
    +#> 4436             25   A69-1303-555  6938 2016-09-18 23:28:00          23
    +#> 4437             25   A69-1303-555  6940 2016-09-18 23:30:00          23
    +#> 4438             25   A69-1303-555  6941 2016-09-19 02:48:00          39
    +#> 4439             25   A69-1303-555  6942 2016-09-19 02:54:00          39
    +#> 4440             25   A69-1303-555  6945 2016-09-19 02:56:00          39
    +#> 4441             25   A69-1303-555  6947 2016-09-19 02:58:00          39
    +#> 4442             25   A69-1303-555  6948 2016-09-19 03:00:00          39
    +#> 4443             25   A69-1303-555  6950 2016-09-19 03:02:00          39
    +#> 4444             25   A69-1303-555  6952 2016-09-19 03:04:00          39
    +#> 4445             25   A69-1303-555  6953 2016-09-19 03:06:00          39
    +#> 4446             25   A69-1303-555  6955 2016-09-19 03:08:00          39
    +#> 4447             25   A69-1303-555  6957 2016-09-19 03:10:00          39
    +#> 4448             25   A69-1303-555  6958 2016-09-19 03:12:00          39
    +#> 4449             25   A69-1303-555  6960 2016-09-19 03:16:00          39
    +#> 4450             25   A69-1303-555  6962 2016-09-19 03:18:00          39
    +#> 4451             25   A69-1303-555  6963 2016-09-19 03:20:00          39
    +#> 4452             25   A69-1303-555  6965 2016-09-19 03:22:00          39
    +#> 4453             25   A69-1303-555  6967 2016-09-19 03:24:00          39
    +#> 4454             25   A69-1303-555  6969 2016-09-19 03:28:00          39
    +#> 4455             25   A69-1303-555  6971 2016-09-19 03:30:00          39
    +#> 4456             25   A69-1303-555  6972 2016-09-19 03:32:00          39
    +#> 4457             25   A69-1303-555  6973 2016-09-19 03:34:00          39
    +#> 4458             25   A69-1303-555  6974 2016-09-19 03:36:00          39
    +#> 4459             25   A69-1303-555  6975 2016-09-19 04:24:00          39
    +#> 4460             25   A69-1303-555  6976 2016-09-19 04:26:00          39
    +#> 4461             25   A69-1303-555  6977 2016-09-19 04:28:00          39
    +#> 4462             25   A69-1303-555  6978 2016-09-19 04:30:00          39
    +#> 4463             25   A69-1303-555  6979 2016-09-19 04:32:00          39
    +#> 4464             25   A69-1303-555  6980 2016-09-19 04:34:00          39
    +#> 4465             25   A69-1303-555  6981 2016-09-19 07:54:00          39
    +#> 4466             25   A69-1303-555  6982 2016-09-19 07:56:00          39
    +#> 4467             25   A69-1303-555  6983 2016-09-19 07:58:00          39
    +#> 4468             25   A69-1303-555  6984 2016-09-19 08:00:00          39
    +#> 4469             25   A69-1303-555  6986 2016-09-19 08:02:00          39
    +#> 4470             25   A69-1303-555  6987 2016-09-19 08:04:00          39
    +#> 4471             25   A69-1303-555  6988 2016-09-19 08:06:00          39
    +#> 4472             25   A69-1303-555  6991 2016-09-19 08:08:00          39
    +#> 4473             25   A69-1303-555  6993 2016-09-19 08:12:00          39
    +#> 4474             25   A69-1303-555  6995 2016-09-19 18:42:00          11
    +#> 4475             25   A69-1303-555  6996 2016-09-19 18:46:00          11
    +#> 4476             25   A69-1303-555  6997 2016-09-19 18:48:00          11
    +#> 4477             25   A69-1303-555  7000 2016-09-19 18:50:00          11
    +#> 4478             25   A69-1303-555  7002 2016-09-19 18:52:00          11
    +#> 4479             25   A69-1303-555  7004 2016-09-21 00:48:00          38
    +#> 4480             25   A69-1303-555  7005 2016-09-21 00:54:00          38
    +#> 4481             25   A69-1303-555  7006 2016-09-21 01:00:00          38
    +#> 4482             25   A69-1303-555  7007 2016-09-21 01:04:00          38
    +#> 4483             25   A69-1303-555  7008 2016-09-21 01:06:00          38
    +#> 4484             25   A69-1303-555  7009 2016-09-21 01:08:00          38
    +#> 4485             25   A69-1303-555  7010 2016-09-21 01:12:00          38
    +#> 4486             25   A69-1303-555  7011 2016-09-21 01:14:00          38
    +#> 4487             25   A69-1303-555  7012 2016-09-21 01:16:00          38
    +#> 4488             25   A69-1303-555  7013 2016-09-21 01:18:00          38
    +#> 4489             25   A69-1303-555  7015 2016-09-21 01:24:00          38
    +#> 4490             25   A69-1303-555  7016 2016-09-21 01:28:00          38
    +#> 4491             25   A69-1303-555  7017 2016-09-21 01:32:00          38
    +#> 4492             25   A69-1303-555  7018 2016-09-21 01:38:00          38
    +#> 4493             25   A69-1303-555  7019 2016-09-21 19:42:00          11
    +#> 4494             25   A69-1303-555  7021 2016-09-21 19:44:00          11
    +#> 4495             25   A69-1303-555  7023 2016-09-21 19:46:00          11
    +#> 4496             25   A69-1303-555  7025 2016-09-21 19:48:00          11
    +#> 4497             25   A69-1303-555  7026 2016-09-21 22:02:00          11
    +#> 4498             25   A69-1303-555  7027 2016-09-21 22:08:00          11
    +#> 4499             25   A69-1303-555  7028 2016-09-21 22:16:00          11
    +#> 4500             25   A69-1303-555  7029 2016-09-21 22:30:00          11
    +#> 4501             25   A69-1303-555  7031 2016-09-21 22:32:00          11
    +#> 4502             25   A69-1303-555  7033 2016-09-21 22:34:00          11
    +#> 4503             25   A69-1303-555  7034 2016-09-21 22:36:00          11
    +#> 4504             25   A69-1303-555  7037 2016-09-21 22:38:00          11
    +#> 4505             25   A69-1303-555  7039 2016-09-21 22:40:00          11
    +#> 4506             25   A69-1303-555  7041 2016-09-21 22:42:00          11
    +#> 4507             25   A69-1303-555  7043 2016-09-21 22:44:00          11
    +#> 4508             25   A69-1303-555  7044 2016-09-21 22:46:00          11
    +#> 4509             25   A69-1303-555  7045 2016-09-21 22:48:00          11
    +#> 4510             25   A69-1303-555  7046 2016-09-21 22:50:00          11
    +#> 4511             25   A69-1303-555  7047 2016-09-22 09:10:00          11
    +#> 4512             25   A69-1303-555  7048 2016-09-22 09:22:00          11
    +#> 4513             25   A69-1303-555  7050 2016-09-22 09:24:00          11
    +#> 4514             25   A69-1303-555  7052 2016-09-22 09:26:00          11
    +#> 4515             25   A69-1303-555  7053 2016-09-22 09:28:00          11
    +#> 4516             25   A69-1303-555  7055 2016-09-22 09:30:00          11
    +#> 4517             25   A69-1303-555  7056 2016-09-22 09:32:00          11
    +#> 4518             25   A69-1303-555  7058 2016-09-22 09:34:00          11
    +#> 4519             25   A69-1303-555  7060 2016-09-22 09:36:00          11
    +#> 4520             25   A69-1303-555  7061 2016-09-22 09:38:00          11
    +#> 4521             25   A69-1303-555  7063 2016-09-22 09:40:00          11
    +#> 4522             25   A69-1303-555  7064 2016-09-22 09:42:00          11
    +#> 4523             25   A69-1303-555  7065 2016-09-22 09:44:00          11
    +#> 4524             25   A69-1303-555  7067 2016-09-22 09:46:00          11
    +#> 4525             25   A69-1303-555  7070 2016-09-22 09:48:00          11
    +#> 4526             25   A69-1303-555  7071 2016-09-22 09:50:00          11
    +#> 4527             25   A69-1303-555  7073 2016-09-22 09:52:00          11
    +#> 4528             25   A69-1303-555  7075 2016-09-22 09:54:00          11
    +#> 4529             25   A69-1303-555  7077 2016-09-22 09:56:00          11
    +#> 4530             25   A69-1303-555  7078 2016-09-22 09:58:00          11
    +#> 4531             25   A69-1303-555  7079 2016-09-22 10:00:00          11
    +#> 4532             25   A69-1303-555  7081 2016-09-22 10:02:00          11
    +#> 4533             25   A69-1303-555  7082 2016-09-22 10:04:00          11
    +#> 4534             25   A69-1303-555  7084 2016-09-22 10:06:00          11
    +#> 4535             25   A69-1303-555  7087 2016-09-22 10:10:00          11
    +#> 4536             25   A69-1303-555  7089 2016-09-22 10:12:00          11
    +#> 4537             25   A69-1303-555  7091 2016-09-22 10:14:00          11
    +#> 4538             25   A69-1303-555  7092 2016-09-22 10:20:00          11
    +#> 4539             25   A69-1303-555  7093 2016-09-22 10:24:00          11
    +#> 4540             25   A69-1303-555  7095 2016-09-22 10:26:00          11
    +#> 4541             25   A69-1303-555  7098 2016-09-22 10:28:00          11
    +#> 4542             25   A69-1303-555  7100 2016-09-22 10:30:00          11
    +#> 4543             25   A69-1303-555  7101 2016-09-22 10:32:00          11
    +#> 4544             25   A69-1303-555  7103 2016-09-22 10:36:00          11
    +#> 4545             25   A69-1303-555  7105 2016-09-22 10:38:00          11
    +#> 4546             25   A69-1303-555  7107 2016-09-22 10:40:00          11
    +#> 4547             25   A69-1303-555  7109 2016-09-22 10:42:00          11
    +#> 4548             25   A69-1303-555  7111 2016-09-22 10:44:00          11
    +#> 4549             25   A69-1303-555  7113 2016-09-22 10:46:00          11
    +#> 4550             25   A69-1303-555  7115 2016-09-22 10:48:00          11
    +#> 4551             25   A69-1303-555  7116 2016-09-22 10:50:00          11
    +#> 4552             25   A69-1303-555  7118 2016-09-22 10:52:00          11
    +#> 4553             25   A69-1303-555  7120 2016-09-22 10:56:00          11
    +#> 4554             25   A69-1303-555  7121 2016-09-22 10:58:00          11
    +#> 4555             25   A69-1303-555  7122 2016-09-22 11:12:00          11
    +#> 4556             25   A69-1303-555  7123 2016-09-22 11:14:00          11
    +#> 4557             25   A69-1303-555  7125 2016-09-22 11:16:00          11
    +#> 4558             25   A69-1303-555  7126 2016-09-22 11:18:00          11
    +#> 4559             25   A69-1303-555  7129 2016-09-22 11:20:00          11
    +#> 4560             25   A69-1303-555  7130 2016-09-22 11:22:00          11
    +#> 4561             25   A69-1303-555  7132 2016-09-22 11:26:00          11
    +#> 4562             25   A69-1303-555  7133 2016-09-23 03:56:00          38
    +#> 4563             25   A69-1303-555  7134 2016-09-23 04:02:00          38
    +#> 4564             25   A69-1303-555  7135 2016-09-23 04:04:00          38
    +#> 4565             25   A69-1303-555  7136 2016-09-23 18:02:00          39
    +#> 4566             25   A69-1303-555  7137 2016-09-23 18:10:00          39
    +#> 4567             25   A69-1303-555  7138 2016-09-23 18:14:00          39
    +#> 4568             25   A69-1303-555  7139 2016-09-23 18:18:00          39
    +#> 4569             25   A69-1303-555  7140 2016-09-23 18:28:00          39
    +#> 4570             25   A69-1303-555  7141 2016-09-23 18:44:00          39
    +#> 4571             25   A69-1303-555  7142 2016-09-23 18:46:00          39
    +#> 4572             25   A69-1303-555  7143 2016-09-23 18:52:00          39
    +#> 4573             25   A69-1303-555  7145 2016-09-23 18:54:00          39
    +#> 4574             25   A69-1303-555  7146 2016-09-23 18:56:00          39
    +#> 4575             25   A69-1303-555  7148 2016-09-23 18:58:00          39
    +#> 4576             25   A69-1303-555  7149 2016-09-23 19:00:00          39
    +#> 4577             25   A69-1303-555  7151 2016-09-23 23:54:00          39
    +#> 4578             25   A69-1303-555  7152 2016-09-23 23:56:00          39
    +#> 4579             25   A69-1303-555  7153 2016-09-24 00:04:00          39
    +#> 4580             25   A69-1303-555  7154 2016-09-24 00:06:00          39
    +#> 4581             25   A69-1303-555  7155 2016-09-24 00:08:00          39
    +#> 4582             25   A69-1303-555  7156 2016-09-24 00:12:00          39
    +#> 4583             25   A69-1303-555  7157 2016-09-27 12:54:00          39
    +#> 4584             25   A69-1303-555  7158 2016-09-27 12:56:00          39
    +#> 4585             25   A69-1303-555  7160 2016-09-27 12:58:00          39
    +#> 4586             25   A69-1303-555  7161 2016-09-27 13:00:00          39
    +#> 4587             25   A69-1303-555  7163 2016-09-27 13:02:00          39
    +#> 4588             25   A69-1303-555  7164 2016-09-27 13:04:00          39
    +#> 4589             25   A69-1303-555  7166 2016-09-27 13:06:00          39
    +#> 4590             25   A69-1303-555  7167 2016-09-27 15:06:00          39
    +#> 4591             25   A69-1303-555  7168 2016-09-27 15:08:00          39
    +#> 4592             25   A69-1303-555  7169 2016-09-27 15:10:00          39
    +#> 4593             25   A69-1303-555  7172 2016-09-27 15:12:00          39
    +#> 4594             25   A69-1303-555  7173 2016-09-27 17:20:00          39
    +#> 4595             25   A69-1303-555  7174 2016-09-27 17:22:00          39
    +#> 4596             25   A69-1303-555  7175 2016-09-27 17:24:00          39
    +#> 4597             25   A69-1303-555  7178 2016-09-27 17:26:00          39
    +#> 4598             25   A69-1303-555  7179 2016-09-27 17:28:00          39
    +#> 4599             25   A69-1303-555  7180 2016-09-27 17:30:00          39
    +#> 4600             25   A69-1303-555  7181 2016-09-27 17:32:00          39
    +#> 4601             25   A69-1303-555  7182 2016-09-27 17:34:00          39
    +#> 4602             25   A69-1303-555  7183 2016-09-27 17:36:00          39
    +#> 4603             25   A69-1303-555  7185 2016-09-27 17:38:00          39
    +#> 4604             25   A69-1303-555  7187 2016-09-27 17:44:00          39
    +#> 4605             25   A69-1303-555  7188 2016-09-27 17:50:00          39
    +#> 4606             25   A69-1303-555  7189 2016-09-27 18:00:00          39
    +#> 4607             25   A69-1303-555  7191 2016-09-27 18:02:00          39
    +#> 4608             25   A69-1303-555  7193 2016-09-27 18:36:00          39
    +#> 4609             25   A69-1303-555  7194 2016-09-27 18:40:00          39
    +#> 4610             25   A69-1303-555  7195 2016-09-27 18:44:00          39
    +#> 4611             25   A69-1303-555  7196 2016-09-28 13:06:00          39
    +#> 4612             25   A69-1303-555  7197 2016-09-28 13:08:00          39
    +#> 4613             25   A69-1303-555  7198 2016-09-28 13:10:00          39
    +#> 4614             25   A69-1303-555  7199 2016-09-28 13:12:00          39
    +#> 4615             25   A69-1303-555  7201 2016-09-28 13:14:00          39
    +#> 4616             25   A69-1303-555  7203 2016-09-28 13:18:00          39
    +#> 4617             25   A69-1303-555  7205 2016-09-28 13:20:00          39
    +#> 4618             25   A69-1303-555  7207 2016-09-28 13:24:00          39
    +#> 4619             25   A69-1303-555  7208 2016-09-28 13:26:00          39
    +#> 4620             25   A69-1303-555  7209 2016-09-28 13:28:00          39
    +#> 4621             25   A69-1303-555  7211 2016-09-28 13:40:00          39
    +#> 4622             25   A69-1303-555  7212 2016-09-28 20:00:00          39
    +#> 4623             25   A69-1303-555  7213 2016-09-28 20:18:00          39
    +#> 4624             25   A69-1303-555  7215 2016-09-28 20:20:00          39
    +#> 4625             25   A69-1303-555  7216 2016-09-30 10:02:00          39
    +#> 4626             25   A69-1303-555  7217 2016-09-30 10:12:00          39
    +#> 4627             25   A69-1303-555  7218 2016-09-30 10:14:00          39
    +#> 4628             25   A69-1303-555  7219 2016-09-30 10:16:00          39
    +#> 4629             25   A69-1303-555  7220 2016-09-30 10:18:00          39
    +#> 4630             25   A69-1303-555  7221 2016-09-30 10:32:00          39
    +#> 4631             25   A69-1303-555  7222 2016-09-30 16:20:00          39
    +#> 4632             25   A69-1303-555  7223 2016-09-30 16:28:00          39
    +#> 4633             25   A69-1303-555  7224 2016-09-30 18:12:00          39
    +#> 4634             25   A69-1303-555  7225 2016-09-30 18:14:00          39
    +#> 4635             25   A69-1303-555  7226 2016-09-30 18:18:00          39
    +#> 4636             25   A69-1303-555  7227 2016-10-01 04:00:00          39
    +#> 4637             25   A69-1303-555  7228 2016-10-01 04:06:00          39
    +#> 4638             25   A69-1303-555  7230 2016-10-01 04:08:00          39
    +#> 4639             25   A69-1303-555  7231 2016-10-01 04:12:00          39
    +#> 4640             25   A69-1303-555  7233 2016-10-01 04:16:00          39
    +#> 4641             25   A69-1303-555  7235 2016-10-01 04:18:00          39
    +#> 4642             25   A69-1303-555  7236 2016-10-01 04:20:00          39
    +#> 4643             25   A69-1303-555  7237 2016-10-02 03:54:00          39
    +#> 4644             25   A69-1303-555  7238 2016-10-02 03:58:00          39
    +#> 4645             25   A69-1303-555  7239 2016-10-02 15:56:00          39
    +#> 4646             25   A69-1303-555  7240 2016-10-02 16:00:00          39
    +#> 4647             25   A69-1303-555  7241 2016-10-02 16:02:00          39
    +#> 4648             25   A69-1303-555  7242 2016-10-02 16:04:00          39
    +#> 4649             25   A69-1303-555  7243 2016-10-02 16:06:00          39
    +#> 4650             25   A69-1303-555  7245 2016-10-02 16:08:00          39
    +#> 4651             25   A69-1303-555  7247 2016-10-02 16:10:00          39
    +#> 4652             25   A69-1303-555  7248 2016-10-02 16:12:00          39
    +#> 4653             25   A69-1303-555  7250 2016-10-02 16:14:00          39
    +#> 4654             25   A69-1303-555  7252 2016-10-03 05:50:00          39
    +#> 4655             25   A69-1303-555  7253 2016-10-03 05:58:00          39
    +#> 4656             25   A69-1303-555  7254 2016-10-03 06:02:00          39
    +#> 4657             25   A69-1303-555  7256 2016-10-03 06:12:00          39
    +#> 4658             25   A69-1303-555  7257 2016-10-03 06:56:00          39
    +#> 4659             25   A69-1303-555  7258 2016-10-03 07:00:00          39
    +#> 4660             25   A69-1303-555  7260 2016-10-03 07:02:00          39
    +#> 4661             25   A69-1303-555  7262 2016-10-03 07:04:00          39
    +#> 4662             25   A69-1303-555  7264 2016-10-03 07:06:00          39
    +#> 4663             25   A69-1303-555  7265 2016-10-03 07:08:00          39
    +#> 4664             25   A69-1303-555  7267 2016-10-03 07:10:00          39
    +#> 4665             25   A69-1303-555  7268 2016-10-03 07:12:00          39
    +#> 4666             25   A69-1303-555  7269 2016-10-03 07:14:00          39
    +#> 4667             25   A69-1303-555  7271 2016-10-04 18:04:00          39
    +#> 4668             25   A69-1303-555  7273 2016-10-04 18:10:00          39
    +#> 4669             25   A69-1303-555  7275 2016-10-04 18:12:00          39
    +#> 4670             25   A69-1303-555  7276 2016-10-04 18:14:00          39
    +#> 4671             25   A69-1303-555  7279 2016-10-04 18:16:00          39
    +#> 4672             25   A69-1303-555  7280 2016-10-04 18:18:00          39
    +#> 4673             25   A69-1303-555  7282 2016-10-04 18:20:00          39
    +#> 4674             25   A69-1303-555  7284 2016-10-04 18:22:00          39
    +#> 4675             25   A69-1303-555  7285 2016-10-04 18:24:00          39
    +#> 4676             25   A69-1303-555  7287 2016-10-04 18:26:00          39
    +#> 4677             25   A69-1303-555  7289 2016-10-04 18:28:00          39
    +#> 4678             25   A69-1303-555  7291 2016-10-04 18:30:00          39
    +#> 4679             25   A69-1303-555  7293 2016-10-04 18:32:00          39
    +#> 4680             25   A69-1303-555  7294 2016-10-04 18:34:00          39
    +#> 4681             25   A69-1303-555  7296 2016-10-04 18:36:00          39
    +#> 4682             25   A69-1303-555  7297 2016-10-04 18:38:00          39
    +#> 4683             25   A69-1303-555  7298 2016-10-04 18:42:00          39
    +#> 4684             25   A69-1303-555  7299 2016-10-04 18:44:00          39
    +#> 4685             25   A69-1303-555  7302 2016-10-04 18:46:00          39
    +#> 4686             25   A69-1303-555  7303 2016-10-04 18:48:00          39
    +#> 4687             25   A69-1303-555  7305 2016-10-04 18:50:00          39
    +#> 4688             25   A69-1303-555  7307 2016-10-04 18:52:00          39
    +#> 4689             25   A69-1303-555  7309 2016-10-04 18:54:00          39
    +#> 4690             25   A69-1303-555  7310 2016-10-04 18:56:00          39
    +#> 4691             25   A69-1303-555  7313 2016-10-04 18:58:00          39
    +#> 4692             25   A69-1303-555  7314 2016-10-04 19:00:00          39
    +#> 4693             25   A69-1303-555  7316 2016-10-04 19:02:00          39
    +#> 4694             25   A69-1303-555  7318 2016-10-04 19:04:00          39
    +#> 4695             25   A69-1303-555  7319 2016-10-04 19:06:00          39
    +#> 4696             25   A69-1303-555  7320 2016-10-04 19:08:00          39
    +#> 4697             25   A69-1303-555  7322 2016-10-04 19:10:00          39
    +#> 4698             25   A69-1303-555  7324 2016-10-04 19:12:00          39
    +#> 4699             25   A69-1303-555  7327 2016-10-04 19:16:00          39
    +#> 4700             25   A69-1303-555  7328 2016-10-04 19:18:00          39
    +#> 4701             25   A69-1303-555  7330 2016-10-04 19:22:00          39
    +#> 4702             25   A69-1303-555  7331 2016-10-04 19:24:00          39
    +#> 4703             25   A69-1303-555  7332 2016-10-04 19:26:00          39
    +#> 4704             25   A69-1303-555  7333 2016-10-04 19:28:00          39
    +#> 4705             25   A69-1303-555  7334 2016-10-04 19:30:00          39
    +#> 4706             25   A69-1303-555  7336 2016-10-04 19:32:00          39
    +#> 4707             25   A69-1303-555  7338 2016-10-04 19:34:00          39
    +#> 4708             25   A69-1303-555  7339 2016-10-04 19:36:00          39
    +#> 4709             25   A69-1303-555  7340 2016-10-04 19:38:00          39
    +#> 4710             25   A69-1303-555  7342 2016-10-04 19:40:00          39
    +#> 4711             25   A69-1303-555  7344 2016-10-04 19:42:00          39
    +#> 4712             25   A69-1303-555  7346 2016-10-04 19:44:00          39
    +#> 4713             25   A69-1303-555  7347 2016-10-04 19:46:00          39
    +#> 4714             25   A69-1303-555  7348 2016-10-04 19:48:00          39
    +#> 4715             25   A69-1303-555  7349 2016-10-04 19:52:00          39
    +#> 4716             25   A69-1303-555  7350 2016-10-04 19:54:00          39
    +#> 4717             25   A69-1303-555  7351 2016-10-04 19:56:00          39
    +#> 4718             25   A69-1303-555  7352 2016-10-04 19:58:00          39
    +#> 4719             25   A69-1303-555  7354 2016-10-04 20:00:00          39
    +#> 4720             25   A69-1303-555  7355 2016-10-04 20:02:00          39
    +#> 4721             25   A69-1303-555  7356 2016-10-06 03:22:00          39
    +#> 4722             25   A69-1303-555  7357 2016-10-06 03:32:00          39
    +#> 4723             25   A69-1303-555  7358 2016-10-06 03:34:00          39
    +#> 4724             25   A69-1303-555  7359 2016-10-06 03:36:00          39
    +#> 4725             25   A69-1303-555  7360 2016-10-06 03:38:00          39
    +#> 4726             25   A69-1303-555  7361 2016-10-06 15:14:00          39
    +#> 4727             25   A69-1303-555  7362 2016-10-06 15:16:00          39
    +#> 4728             25   A69-1303-555  7364 2016-10-06 15:18:00          39
    +#> 4729             25   A69-1303-555  7366 2016-10-06 15:28:00          39
    +#> 4730             25   A69-1303-555  7367 2016-10-06 15:30:00          39
    +#> 4731             25   A69-1303-555  7368 2016-10-06 15:32:00          39
    +#> 4732             25   A69-1303-555  7369 2016-10-06 15:42:00          39
    +#> 4733             25   A69-1303-555  7370 2016-10-06 15:44:00          39
    +#> 4734             25   A69-1303-555  7372 2016-10-06 15:46:00          39
    +#> 4735             25   A69-1303-555  7373 2016-10-06 15:54:00          39
    +#> 4736             25   A69-1303-555  7374 2016-10-06 15:58:00          39
    +#> 4737             25   A69-1303-555  7375 2016-10-06 19:28:00          29
    +#> 4738             25   A69-1303-555  7377 2016-10-06 19:36:00          29
    +#> 4739             25   A69-1303-555  7378 2016-10-07 10:12:00          29
    +#> 4740             25   A69-1303-555  7379 2016-10-07 10:20:00          29
    +#> 4741             25   A69-1303-555  7381 2016-10-07 10:28:00          29
    +#> 4742             25   A69-1303-555  7382 2016-10-07 10:32:00          29
    +#> 4743             25   A69-1303-555  7383 2016-10-07 10:34:00          29
    +#> 4744             25   A69-1303-555  7385 2016-10-07 10:36:00          29
    +#> 4745             25   A69-1303-555  7386 2016-10-07 10:38:00          29
    +#> 4746             25   A69-1303-555  7388 2016-10-07 10:40:00          29
    +#> 4747             25   A69-1303-555  7389 2016-10-07 10:42:00          29
    +#> 4748             25   A69-1303-555  7390 2016-10-07 10:44:00          29
    +#> 4749             25   A69-1303-555  7391 2016-10-07 10:46:00          29
    +#> 4750             25   A69-1303-555  7392 2016-10-07 10:48:00          29
    +#> 4751             25   A69-1303-555  7393 2016-10-07 10:52:00          29
    +#> 4752             25   A69-1303-555  7394 2016-10-07 11:42:00          29
    +#> 4753             25   A69-1303-555  7396 2016-10-07 11:44:00          29
    +#> 4754             25   A69-1303-555  7398 2016-10-07 11:46:00          29
    +#> 4755             25   A69-1303-555  7399 2016-10-07 11:48:00          29
    +#> 4756             25   A69-1303-555  7400 2016-10-07 11:50:00          29
    +#> 4757             25   A69-1303-555  7401 2016-10-07 11:52:00          29
    +#> 4758             25   A69-1303-555  7403 2016-10-07 11:54:00          29
    +#> 4759             25   A69-1303-555  7404 2016-10-07 11:56:00          29
    +#> 4760             25   A69-1303-555  7405 2016-10-07 12:02:00          29
    +#> 4761             25   A69-1303-555  7407 2016-10-07 12:04:00          29
    +#> 4762             25   A69-1303-555  7408 2016-10-07 12:06:00          29
    +#> 4763             25   A69-1303-555  7410 2016-10-07 12:08:00          29
    +#> 4764             25   A69-1303-555  7411 2016-10-07 12:10:00          29
    +#> 4765             25   A69-1303-555  7413 2016-10-07 12:12:00          29
    +#> 4766             25   A69-1303-555  7415 2016-10-07 12:14:00          29
    +#> 4767             25   A69-1303-555  7417 2016-10-07 12:16:00          29
    +#> 4768             25   A69-1303-555  7418 2016-10-07 12:18:00          29
    +#> 4769             25   A69-1303-555  7420 2016-10-07 12:20:00          29
    +#> 4770             25   A69-1303-555  7423 2016-10-07 12:22:00          29
    +#> 4771             25   A69-1303-555  7424 2016-10-07 12:26:00          29
    +#> 4772             25   A69-1303-555  7425 2016-10-07 12:28:00          29
    +#> 4773             25   A69-1303-555  7427 2016-10-07 12:30:00          29
    +#> 4774             25   A69-1303-555  7429 2016-10-07 12:32:00          29
    +#> 4775             25   A69-1303-555  7431 2016-10-07 12:34:00          29
    +#> 4776             25   A69-1303-555  7433 2016-10-07 12:36:00          29
    +#> 4777             25   A69-1303-555  7434 2016-10-07 12:38:00          29
    +#> 4778             25   A69-1303-555  7435 2016-10-07 12:40:00          29
    +#> 4779             25   A69-1303-555  7436 2016-10-07 12:42:00          29
    +#> 4780             25   A69-1303-555  7438 2016-10-07 12:44:00          29
    +#> 4781             25   A69-1303-555  7439 2016-10-07 12:46:00          29
    +#> 4782             25   A69-1303-555  7440 2016-10-07 12:48:00          29
    +#> 4783             25   A69-1303-555  7442 2016-10-07 12:50:00          29
    +#> 4784             25   A69-1303-555  7444 2016-10-07 12:52:00          29
    +#> 4785             25   A69-1303-555  7446 2016-10-07 12:56:00          29
    +#> 4786             25   A69-1303-555  7448 2016-10-07 12:58:00          29
    +#> 4787             25   A69-1303-555  7449 2016-10-07 13:02:00          29
    +#> 4788             25   A69-1303-555  7450 2016-10-07 13:06:00          29
    +#> 4789             25   A69-1303-555  7451 2016-10-08 13:42:00          29
    +#> 4790             25   A69-1303-555  7452 2016-10-08 13:46:00          29
    +#> 4791             25   A69-1303-555  7454 2016-10-08 13:50:00          29
    +#> 4792             25   A69-1303-555  7455 2016-10-08 13:52:00          29
    +#> 4793             25   A69-1303-555  7456 2016-10-08 13:54:00          29
    +#> 4794             25   A69-1303-555  7458 2016-10-08 13:56:00          29
    +#> 4795             25   A69-1303-555  7460 2016-10-08 13:58:00          29
    +#> 4796             25   A69-1303-555  7462 2016-10-08 14:00:00          29
    +#> 4797             25   A69-1303-555  7464 2016-10-08 14:02:00          29
    +#> 4798             25   A69-1303-555  7466 2016-10-08 14:04:00          29
    +#> 4799             25   A69-1303-555  7468 2016-10-08 14:06:00          29
    +#> 4800             25   A69-1303-555  7469 2016-10-08 14:08:00          29
    +#> 4801             25   A69-1303-555  7471 2016-10-08 14:10:00          29
    +#> 4802             25   A69-1303-555  7473 2016-10-08 14:12:00          29
    +#> 4803             25   A69-1303-555  7474 2016-10-08 14:14:00          29
    +#> 4804             25   A69-1303-555  7476 2016-10-08 14:16:00          29
    +#> 4805             25   A69-1303-555  7477 2016-10-08 14:18:00          29
    +#> 4806             25   A69-1303-555  7479 2016-10-08 14:20:00          29
    +#> 4807             25   A69-1303-555  7480 2016-10-08 14:22:00          29
    +#> 4808             25   A69-1303-555  7481 2016-10-08 14:26:00          29
    +#> 4809             25   A69-1303-555  7482 2016-10-08 14:28:00          29
    +#> 4810             25   A69-1303-555  7483 2016-10-08 23:36:00          29
    +#> 4811             25   A69-1303-555  7484 2016-10-08 23:38:00          29
    +#> 4812             25   A69-1303-555  7485 2016-10-08 23:40:00          29
    +#> 4813             25   A69-1303-555  7486 2016-10-08 23:42:00          29
    +#> 4814             25   A69-1303-555  7488 2016-10-08 23:44:00          29
    +#> 4815             25   A69-1303-555  7489 2016-10-08 23:46:00          29
    +#> 4816             25   A69-1303-555  7490 2016-10-08 23:48:00          29
    +#> 4817             25   A69-1303-555  7493 2016-10-08 23:50:00          29
    +#> 4818             25   A69-1303-555  7495 2016-10-08 23:52:00          29
    +#> 4819             25   A69-1303-555  7497 2016-10-08 23:54:00          29
    +#> 4820             25   A69-1303-555  7498 2016-10-08 23:56:00          29
    +#> 4821             25   A69-1303-555  7500 2016-10-08 23:58:00          29
    +#> 4822             25   A69-1303-555  7502 2016-10-09 00:00:00          29
    +#> 4823             25   A69-1303-555  7503 2016-10-09 00:04:00          29
    +#> 4824             25   A69-1303-555  7505 2016-10-09 00:06:00          29
    +#> 4825             25   A69-1303-555  7507 2016-10-09 00:08:00          29
    +#> 4826             25   A69-1303-555  7509 2016-10-09 00:10:00          29
    +#> 4827             25   A69-1303-555  7510 2016-10-09 00:12:00          29
    +#> 4828             25   A69-1303-555  7512 2016-10-09 00:14:00          29
    +#> 4829             25   A69-1303-555  7514 2016-10-09 00:16:00          29
    +#> 4830             25   A69-1303-555  7516 2016-10-09 00:18:00          29
    +#> 4831             25   A69-1303-555  7518 2016-10-09 00:20:00          29
    +#> 4832             25   A69-1303-555  7520 2016-10-09 11:32:00          39
    +#> 4833             25   A69-1303-555  7521 2016-10-09 11:40:00          39
    +#> 4834             25   A69-1303-555  7522 2016-10-09 15:20:00          39
    +#> 4835             25   A69-1303-555  7523 2016-10-09 15:22:00          39
    +#> 4836             25   A69-1303-555  7524 2016-10-09 15:24:00          39
    +#> 4837             25   A69-1303-555  7525 2016-10-09 15:26:00          39
    +#> 4838             25   A69-1303-555  7527 2016-10-09 15:28:00          39
    +#> 4839             25   A69-1303-555  7528 2016-10-09 15:36:00          39
    +#> 4840             25   A69-1303-555  7529 2016-10-09 15:38:00          39
    +#> 4841             25   A69-1303-555  7530 2016-10-09 15:40:00          39
    +#> 4842             25   A69-1303-555  7531 2016-10-09 15:42:00          39
    +#> 4843             25   A69-1303-555  7533 2016-10-09 15:44:00          39
    +#> 4844             25   A69-1303-555  7535 2016-10-09 15:46:00          39
    +#> 4845             25   A69-1303-555  7537 2016-10-09 15:50:00          39
    +#> 4846             25   A69-1303-555  7538 2016-10-09 15:52:00          39
    +#> 4847             25   A69-1303-555  7539 2016-10-09 15:54:00          39
    +#> 4848             25   A69-1303-555  7541 2016-10-09 20:38:00          39
    +#> 4849             25   A69-1303-555  7542 2016-10-09 20:40:00          39
    +#> 4850             25   A69-1303-555  7545 2016-10-09 20:42:00          39
    +#> 4851             25   A69-1303-555  7547 2016-10-09 20:44:00          39
    +#> 4852             25   A69-1303-555  7549 2016-10-09 20:46:00          39
    +#> 4853             25   A69-1303-555  7551 2016-10-09 20:48:00          39
    +#> 4854             25   A69-1303-555  7552 2016-10-09 20:50:00          39
    +#> 4855             25   A69-1303-555  7554 2016-10-09 20:52:00          39
    +#> 4856             25   A69-1303-555  7556 2016-10-09 20:54:00          39
    +#> 4857             25   A69-1303-555  7558 2016-10-09 20:56:00          39
    +#> 4858             25   A69-1303-555  7559 2016-10-09 20:58:00          39
    +#> 4859             25   A69-1303-555  7561 2016-10-09 21:00:00          39
    +#> 4860             25   A69-1303-555  7562 2016-10-09 21:02:00          39
    +#> 4861             25   A69-1303-555  7563 2016-10-09 21:04:00          39
    +#> 4862             25   A69-1303-555  7564 2016-10-09 21:06:00          39
    +#> 4863             25   A69-1303-555  7565 2016-10-10 00:08:00          39
    +#> 4864             25   A69-1303-555  7567 2016-10-10 00:10:00          39
    +#> 4865             25   A69-1303-555  7568 2016-10-10 00:12:00          39
    +#> 4866             25   A69-1303-555  7570 2016-10-10 00:16:00          39
    +#> 4867             25   A69-1303-555  7572 2016-10-10 00:18:00          39
    +#> 4868             25   A69-1303-555  7573 2016-10-10 00:20:00          39
    +#> 4869             25   A69-1303-555  7574 2016-10-10 00:22:00          39
    +#> 4870             25   A69-1303-555  7576 2016-10-10 00:24:00          39
    +#> 4871             25   A69-1303-555  7577 2016-10-10 00:26:00          39
    +#> 4872             25   A69-1303-555  7578 2016-10-10 00:28:00          39
    +#> 4873             25   A69-1303-555  7580 2016-10-10 00:30:00          39
    +#> 4874             25   A69-1303-555  7581 2016-10-10 00:32:00          39
    +#> 4875             25   A69-1303-555  7582 2016-10-10 00:34:00          39
    +#> 4876             25   A69-1303-555  7584 2016-10-10 00:36:00          39
    +#> 4877             25   A69-1303-555  7586 2016-10-10 00:38:00          39
    +#> 4878             25   A69-1303-555  7587 2016-10-10 00:40:00          39
    +#> 4879             25   A69-1303-555  7589 2016-10-10 00:42:00          39
    +#> 4880             25   A69-1303-555  7592 2016-10-10 00:44:00          39
    +#> 4881             25   A69-1303-555  7593 2016-10-10 00:46:00          39
    +#> 4882             25   A69-1303-555  7594 2016-10-10 00:48:00          39
    +#> 4883             25   A69-1303-555  7595 2016-10-10 01:00:00          39
    +#> 4884             25   A69-1303-555  7596 2016-10-10 01:10:00          39
    +#> 4885             25   A69-1303-555  7598 2016-10-10 01:12:00          39
    +#> 4886             25   A69-1303-555  7600 2016-10-10 01:14:00          39
    +#> 4887             25   A69-1303-555  7601 2016-10-10 01:16:00          39
    +#> 4888             25   A69-1303-555  7602 2016-10-10 01:18:00          39
    +#> 4889             25   A69-1303-555  7605 2016-10-10 01:20:00          39
    +#> 4890             25   A69-1303-555  7607 2016-10-10 01:24:00          39
    +#> 4891             25   A69-1303-555  7608 2016-10-10 01:28:00          39
    +#> 4892             25   A69-1303-555  7609 2016-10-10 01:30:00          39
    +#> 4893             25   A69-1303-555  7611 2016-10-10 01:34:00          39
    +#> 4894             25   A69-1303-555  7612 2016-10-10 01:36:00          39
    +#> 4895             25   A69-1303-555  7614 2016-10-10 01:38:00          39
    +#> 4896             25   A69-1303-555  7615 2016-10-10 01:40:00          39
    +#> 4897             25   A69-1303-555  7616 2016-10-11 09:30:00          39
    +#> 4898             25   A69-1303-555  7619 2016-10-11 09:32:00          39
    +#> 4899             25   A69-1303-555  7620 2016-10-11 09:40:00          39
    +#> 4900             25   A69-1303-555  7621 2016-10-11 09:42:00          39
    +#> 4901             25   A69-1303-555  7622 2016-10-11 09:50:00          39
    +#> 4902             25   A69-1303-555  7624 2016-10-11 09:52:00          39
    +#> 4903             25   A69-1303-555  7626 2016-10-11 09:54:00          39
    +#> 4904             25   A69-1303-555  7628 2016-10-11 09:56:00          39
    +#> 4905             25   A69-1303-555  7630 2016-10-11 09:58:00          39
    +#> 4906             25   A69-1303-555  7631 2016-10-11 10:00:00          39
    +#> 4907             25   A69-1303-555  7634 2016-10-11 10:02:00          39
    +#> 4908             25   A69-1303-555  7635 2016-10-11 10:04:00          39
    +#> 4909             25   A69-1303-555  7636 2016-10-11 10:06:00          39
    +#> 4910             25   A69-1303-555  7637 2016-10-11 21:36:00          39
    +#> 4911             25   A69-1303-555  7639 2016-10-11 21:44:00          39
    +#> 4912             25   A69-1303-555  7640 2016-10-11 21:48:00          39
    +#> 4913             25   A69-1303-555  7641 2016-10-11 21:50:00          39
    +#> 4914             25   A69-1303-555  7643 2016-10-11 21:56:00          39
    +#> 4915             25   A69-1303-555  7644 2016-10-11 22:00:00          39
    +#> 4916             25   A69-1303-555  7645 2016-10-12 08:30:00          39
    +#> 4917             25   A69-1303-555  7646 2016-10-12 08:32:00          39
    +#> 4918             25   A69-1303-555  7648 2016-10-12 08:34:00          39
    +#> 4919             25   A69-1303-555  7650 2016-10-12 08:36:00          39
    +#> 4920             25   A69-1303-555  7652 2016-10-12 08:42:00          39
    +#> 4921             25   A69-1303-555  7653 2016-10-12 08:46:00          39
    +#> 4922             25   A69-1303-555  7654 2016-10-12 08:48:00          39
    +#> 4923             25   A69-1303-555  7655 2016-10-12 08:50:00          39
    +#> 4924             25   A69-1303-555  7657 2016-10-12 08:54:00          39
    +#> 4925             25   A69-1303-555  7658 2016-10-13 17:18:00          39
    +#> 4926             25   A69-1303-555  7659 2016-10-13 17:24:00          39
    +#> 4927             25   A69-1303-555  7661 2016-10-13 17:26:00          39
    +#> 4928             25   A69-1303-555  7663 2016-10-13 17:28:00          39
    +#> 4929             25   A69-1303-555  7664 2016-10-13 17:30:00          39
    +#> 4930             25   A69-1303-555  7665 2016-10-13 17:32:00          39
    +#> 4931             25   A69-1303-555  7666 2016-10-13 17:34:00          39
    +#> 4932             25   A69-1303-555  7668 2016-10-13 17:36:00          39
    +#> 4933             25   A69-1303-555  7670 2016-10-13 17:40:00          39
    +#> 4934             25   A69-1303-555  7671 2016-10-13 17:42:00          39
    +#> 4935             25   A69-1303-555  7672 2016-10-13 17:44:00          39
    +#> 4936             25   A69-1303-555  7674 2016-10-13 17:46:00          39
    +#> 4937             25   A69-1303-555  7675 2016-10-14 00:28:00          39
    +#> 4938             25   A69-1303-555  7676 2016-10-14 00:30:00          39
    +#> 4939             25   A69-1303-555  7678 2016-10-14 00:32:00          39
    +#> 4940             25   A69-1303-555  7679 2016-10-14 00:34:00          39
    +#> 4941             25   A69-1303-555  7680 2016-10-14 00:36:00          39
    +#> 4942             25   A69-1303-555  7681 2016-10-14 00:38:00          39
    +#> 4943             25   A69-1303-555  7683 2016-10-14 00:42:00          39
    +#> 4944             25   A69-1303-555  7684 2016-10-14 00:44:00          39
    +#> 4945             25   A69-1303-555  7686 2016-10-14 00:46:00          39
    +#> 4946             25   A69-1303-555  7688 2016-10-14 00:48:00          39
    +#> 4947             25   A69-1303-555  7689 2016-10-14 00:50:00          39
    +#> 4948             25   A69-1303-555  7691 2016-10-14 00:54:00          39
    +#> 4949             25   A69-1303-555  7693 2016-10-14 00:56:00          39
    +#> 4950             25   A69-1303-555  7695 2016-10-14 00:58:00          39
    +#> 4951             25   A69-1303-555  7697 2016-10-14 01:00:00          39
    +#> 4952             25   A69-1303-555  7699 2016-10-14 01:02:00          39
    +#> 4953             25   A69-1303-555  7700 2016-10-14 01:04:00          39
    +#> 4954             25   A69-1303-555  7702 2016-10-14 01:06:00          39
    +#> 4955             25   A69-1303-555  7703 2016-10-14 01:10:00          39
    +#> 4956             25   A69-1303-555  7704 2016-10-14 01:12:00          39
    +#> 4957             25   A69-1303-555  7705 2016-10-14 01:14:00          39
    +#> 4958             25   A69-1303-555  7707 2016-10-14 01:22:00          39
    +#> 4959             25   A69-1303-555  7710 2016-10-14 01:24:00          39
    +#> 4960             25   A69-1303-555  7711 2016-10-15 17:04:00          11
    +#> 4961             25   A69-1303-555  7713 2016-10-15 17:06:00          11
    +#> 4962             25   A69-1303-555  7714 2016-10-15 17:14:00          11
    +#> 4963             25   A69-1303-555  7715 2016-10-15 17:24:00          11
    +#> 4964             25   A69-1303-555  7716 2016-10-15 17:28:00          11
    +#> 4965             25   A69-1303-555  7717 2016-10-15 17:34:00          11
    +#> 4966             25   A69-1303-555  7718 2016-10-15 17:38:00          11
    +#> 4967             25   A69-1303-555  7721 2016-10-15 17:40:00          11
    +#> 4968             25   A69-1303-555  7722 2016-10-15 17:42:00          11
    +#> 4969             25   A69-1303-555  7723 2016-10-15 17:44:00          11
    +#> 4970             25   A69-1303-555  7725 2016-10-15 17:50:00          11
    +#> 4971             25   A69-1303-555  7727 2016-10-15 17:54:00          11
    +#> 4972             25   A69-1303-555  7729 2016-10-15 17:58:00          11
    +#> 4973             25   A69-1303-555  7730 2016-10-15 18:00:00          11
    +#> 4974             25   A69-1303-555  7732 2016-10-15 18:02:00          11
    +#> 4975             25   A69-1303-555  7733 2016-10-15 18:04:00          11
    +#> 4976             25   A69-1303-555  7734 2016-10-15 18:06:00          11
    +#> 4977             25   A69-1303-555  7736 2016-10-15 18:08:00          11
    +#> 4978             25   A69-1303-555  7737 2016-10-15 18:10:00          11
    +#> 4979             25   A69-1303-555  7739 2016-10-15 18:12:00          11
    +#> 4980             25   A69-1303-555  7741 2016-10-15 18:14:00          11
    +#> 4981             25   A69-1303-555  7744 2016-10-15 18:16:00          11
    +#> 4982             25   A69-1303-555  7745 2016-10-15 18:18:00          11
    +#> 4983             25   A69-1303-555  7747 2016-10-15 18:20:00          11
    +#> 4984             25   A69-1303-555  7749 2016-10-15 18:22:00          11
    +#> 4985             25   A69-1303-555  7750 2016-10-15 18:24:00          11
    +#> 4986             25   A69-1303-555  7752 2016-10-15 18:26:00          11
    +#> 4987             25   A69-1303-555  7754 2016-10-15 18:28:00          11
    +#> 4988             25   A69-1303-555  7757 2016-10-15 18:30:00          11
    +#> 4989             25   A69-1303-555  7758 2016-10-15 18:32:00          11
    +#> 4990             25   A69-1303-555  7760 2016-10-15 18:34:00          11
    +#> 4991             25   A69-1303-555  7762 2016-10-15 18:36:00          11
    +#> 4992             25   A69-1303-555  7764 2016-10-15 18:38:00          11
    +#> 4993             25   A69-1303-555  7765 2016-10-15 18:40:00          11
    +#> 4994             25   A69-1303-555  7767 2016-10-15 18:42:00          11
    +#> 4995             25   A69-1303-555  7769 2016-10-15 18:44:00          11
    +#> 4996             25   A69-1303-555  7771 2016-10-15 18:46:00          11
    +#> 4997             25   A69-1303-555  7772 2016-10-15 18:48:00          11
    +#> 4998             25   A69-1303-555  7773 2016-10-15 18:50:00          11
    +#> 4999             25   A69-1303-555  7775 2016-10-15 18:52:00          11
    +#> 5000             25   A69-1303-555  7777 2016-10-15 18:54:00          11
    +#> 5001             25   A69-1303-555  7779 2016-10-15 18:56:00          11
    +#> 5002             25   A69-1303-555  7780 2016-10-15 18:58:00          11
    +#> 5003             25   A69-1303-555  7783 2016-10-15 19:00:00          11
    +#> 5004             25   A69-1303-555  7785 2016-10-15 19:02:00          11
    +#> 5005             25   A69-1303-555  7787 2016-10-15 19:04:00          11
    +#> 5006             25   A69-1303-555  7791 2016-10-15 19:06:00          11
    +#> 5007             25   A69-1303-555  7793 2016-10-15 19:08:00          11
    +#> 5008             25   A69-1303-555  7795 2016-10-15 19:10:00          11
    +#> 5009             25   A69-1303-555  7798 2016-10-15 19:12:00          11
    +#> 5010             25   A69-1303-555  7800 2016-10-15 19:14:00          11
    +#> 5011             25   A69-1303-555  7801 2016-10-15 19:16:00          11
    +#> 5012             25   A69-1303-555  7802 2016-10-15 19:22:00          11
    +#> 5013             25   A69-1303-555  7804 2016-10-15 19:24:00          11
    +#> 5014             25   A69-1303-555  7805 2016-10-15 19:36:00          11
    +#> 5015             25   A69-1303-555  7806 2016-10-15 19:40:00          11
    +#> 5016             25   A69-1303-555  7807 2016-10-15 19:44:00          11
    +#> 5017             25   A69-1303-555  7808 2016-10-15 19:46:00          11
    +#> 5018             25   A69-1303-555  7810 2016-10-15 19:48:00          11
    +#> 5019             25   A69-1303-555  7811 2016-10-15 19:50:00          11
    +#> 5020             25   A69-1303-555  7814 2016-10-15 19:52:00          11
    +#> 5021             25   A69-1303-555  7815 2016-10-15 19:54:00          11
    +#> 5022             25   A69-1303-555  7817 2016-10-15 19:56:00          11
    +#> 5023             25   A69-1303-555  7818 2016-10-15 19:58:00          11
    +#> 5024             25   A69-1303-555  7820 2016-10-15 20:00:00          11
    +#> 5025             25   A69-1303-555  7821 2016-10-15 20:02:00          11
    +#> 5026             25   A69-1303-555  7823 2016-10-15 20:04:00          11
    +#> 5027             25   A69-1303-555  7824 2016-10-15 20:16:00          11
    +#> 5028             25   A69-1303-555  7825 2016-10-15 20:18:00          11
    +#> 5029             25   A69-1303-555  7826 2016-10-15 20:28:00          11
    +#> 5030             25   A69-1303-555  7827 2016-10-15 20:34:00          11
    +#> 5031             25   A69-1303-555  7828 2016-10-16 08:36:00          39
    +#> 5032             25   A69-1303-555  7829 2016-10-16 08:38:00          39
    +#> 5033             25   A69-1303-555  7830 2016-10-16 08:42:00          39
    +#> 5034             25   A69-1303-555  7832 2016-10-16 08:54:00          39
    +#> 5035             25   A69-1303-555  7833 2016-10-19 09:56:00           3
    +#> 5036             25   A69-1303-555  7834 2016-10-19 10:04:00           3
    +#> 5037             25   A69-1303-555  7837 2016-10-19 10:06:00           3
    +#> 5038             25   A69-1303-555  7838 2016-10-19 10:10:00           3
    +#> 5039             25   A69-1303-555  7839 2016-10-19 10:14:00           3
    +#> 5040             25   A69-1303-555  7840 2016-10-19 10:18:00           3
    +#> 5041             25   A69-1303-555  7841 2016-10-20 01:14:00           3
    +#> 5042             25   A69-1303-555  7843 2016-10-20 01:16:00           3
    +#> 5043             25   A69-1303-555  7844 2016-10-20 10:54:00           3
    +#> 5044             25   A69-1303-555  7845 2016-10-20 11:02:00           3
    +#> 5045             25   A69-1303-555  7847 2016-10-20 11:06:00           3
    +#> 5046             25   A69-1303-555  7848 2016-10-20 11:08:00           3
    +#> 5047             25   A69-1303-555  7850 2016-10-20 11:10:00           3
    +#> 5048             25   A69-1303-555  7852 2016-10-20 11:12:00           3
    +#> 5049             25   A69-1303-555  7854 2016-10-20 11:18:00           3
    +#> 5050             25   A69-1303-555  7855 2016-10-20 11:22:00           3
    +#> 5051             25   A69-1303-555  7856 2016-10-20 11:24:00           3
    +#> 5052             25   A69-1303-555  7857 2016-10-21 11:48:00          36
    +#> 5053             25   A69-1303-555  7858 2016-10-21 11:58:00          36
    +#> 5054             25   A69-1303-555  7859 2016-10-21 12:00:00          36
    +#> 5055             25   A69-1303-555  7861 2016-10-21 12:02:00          36
    +#> 5056             25   A69-1303-555  7862 2016-10-21 12:04:00          36
    +#> 5057             25   A69-1303-555  7863 2016-10-21 12:08:00          36
    +#> 5058             25   A69-1303-555  7866 2016-10-21 12:10:00          36
    +#> 5059             25   A69-1303-555  7867 2016-10-21 12:16:00          36
    +#> 5060             25   A69-1303-555  7868 2016-10-21 12:18:00          36
    +#> 5061             25   A69-1303-555  7871 2016-10-21 12:20:00          36
    +#> 5062             25   A69-1303-555  7872 2016-10-21 12:28:00          36
    +#> 5063             25   A69-1303-555  7873 2016-10-21 12:32:00          36
    +#> 5064             25   A69-1303-555  7874 2016-10-21 17:56:00          36
    +#> 5065             25   A69-1303-555  7876 2016-10-21 17:58:00          36
    +#> 5066             25   A69-1303-555  7878 2016-10-21 18:02:00          36
    +#> 5067             25   A69-1303-555  7879 2016-10-21 18:04:00          36
    +#> 5068             25   A69-1303-555  7881 2016-10-21 18:06:00          36
    +#> 5069             25   A69-1303-555  7882 2016-10-21 18:08:00          36
    +#> 5070             25   A69-1303-555  7883 2016-10-21 18:40:00          36
    +#> 5071             25   A69-1303-555  7884 2016-10-21 18:48:00          36
    +#> 5072             25   A69-1303-555  7885 2016-10-21 18:56:00          36
    +#> 5073             25   A69-1303-555  7886 2016-10-21 19:00:00          36
    +#> 5074             25   A69-1303-555  7887 2016-10-21 19:02:00          36
    +#> 5075             25   A69-1303-555  7888 2016-10-21 19:04:00          36
    +#> 5076             25   A69-1303-555  7890 2016-10-21 19:06:00          36
    +#> 5077             25   A69-1303-555  7891 2016-10-21 19:16:00          36
    +#> 5078             25   A69-1303-555  7893 2016-10-21 19:20:00          36
    +#> 5079             25   A69-1303-555  7894 2016-10-21 19:22:00          36
    +#> 5080             25   A69-1303-555  7895 2016-10-21 19:26:00          36
    +#> 5081             25   A69-1303-555  7896 2016-10-21 19:28:00          36
    +#> 5082             25   A69-1303-555  7897 2016-10-21 19:48:00          36
    +#> 5083             25   A69-1303-555  7898 2016-10-21 20:04:00          36
    +#> 5084             25   A69-1303-555  7900 2016-10-21 20:06:00          36
    +#> 5085             25   A69-1303-555  7901 2016-10-21 20:08:00          36
    +#> 5086             25   A69-1303-555  7902 2016-10-21 20:20:00          36
    +#> 5087             25   A69-1303-555  7903 2016-10-21 20:26:00          36
    +#> 5088             25   A69-1303-555  7904 2016-10-21 20:32:00          36
    +#> 5089             25   A69-1303-555  7905 2016-10-21 20:34:00          36
    +#> 5090             25   A69-1303-555  7906 2016-10-21 20:36:00          36
    +#> 5091             25   A69-1303-555  7907 2016-10-21 20:38:00          36
    +#> 5092             25   A69-1303-555  7908 2016-10-21 21:42:00          31
    +#> 5093             25   A69-1303-555  7909 2016-10-21 22:08:00          31
    +#> 5094             25   A69-1303-555  7910 2016-10-21 22:14:00          31
    +#> 5095             25   A69-1303-555  7912 2016-10-21 23:14:00          30
    +#> 5096             25   A69-1303-555  7913 2016-10-21 23:16:00          30
    +#> 5097             25   A69-1303-555  7914 2016-10-21 23:18:00          30
    +#> 5098             25   A69-1303-555  7915 2016-10-21 23:56:00          37
    +#> 5099             25   A69-1303-555  7916 2016-10-22 00:00:00          37
    +#> 5100             25   A69-1303-555  7917 2016-10-22 00:02:00          37
    +#> 5101             25   A69-1303-555  7919 2016-10-22 00:04:00          37
    +#> 5102             25   A69-1303-555  7920 2016-10-22 00:06:00          37
    +#> 5103             25   A69-1303-555  7921 2016-10-22 00:08:00          37
    +#> 5104             25   A69-1303-555  7923 2016-10-22 00:10:00          37
    +#> 5105             25   A69-1303-555  7924 2016-10-22 04:42:00          27
    +#> 5106             25   A69-1303-555  7926 2016-10-22 04:44:00          27
    +#> 5107             25   A69-1303-555  7928 2016-10-22 04:46:00          27
    +#> 5108             25   A69-1303-555  7929 2016-10-22 04:48:00          27
    +#> 5109             25   A69-1303-555  7931 2016-10-22 04:50:00          27
    +#> 5110             25   A69-1303-555  7933 2016-10-22 04:52:00          27
    +#> 5111             25   A69-1303-555  7935 2016-10-22 04:54:00          27
    +#> 5112             25   A69-1303-555  7937 2016-10-22 04:56:00          27
    +#> 5113             25   A69-1303-555  7938 2016-10-22 04:58:00          27
    +#> 5114             25   A69-1303-555  7940 2016-10-22 05:00:00          27
    +#> 5115             25   A69-1303-555  7942 2016-10-22 05:02:00          27
    +#> 5116             25   A69-1303-555  7943 2016-10-22 05:06:00          27
    +#> 5117             25   A69-1303-555  7945 2016-10-22 05:10:00          27
    +#> 5118             25   A69-1303-555  7946 2016-10-22 05:12:00          27
    +#> 5119             25   A69-1303-555  7948 2016-10-22 08:52:00           3
    +#> 5120             25   A69-1303-555  7949 2016-10-22 08:54:00           3
    +#> 5121             25   A69-1303-555  7950 2016-10-22 08:56:00           3
    +#> 5122             25   A69-1303-555  7951 2016-10-22 09:58:00           3
    +#> 5123             25   A69-1303-555  7952 2016-10-22 10:18:00           3
    +#> 5124             25   A69-1303-555  7953 2016-10-22 10:20:00           3
    +#> 5125             25   A69-1303-555  7955 2016-10-22 10:22:00           3
    +#> 5126             25   A69-1303-555  7956 2016-10-22 10:24:00           3
    +#> 5127             25   A69-1303-555  7957 2016-10-22 10:26:00           3
    +#> 5128             25   A69-1303-555  7959 2016-10-22 10:28:00           3
    +#> 5129             25   A69-1303-555  7962 2016-10-22 10:30:00           3
    +#> 5130             25   A69-1303-555  7963 2016-10-22 10:32:00           3
    +#> 5131             25   A69-1303-555  7965 2016-10-22 10:34:00           3
    +#> 5132             25   A69-1303-555  7966 2016-10-22 10:36:00           3
    +#> 5133             25   A69-1303-555  7967 2016-10-22 10:38:00           3
    +#> 5134             25   A69-1303-555  7969 2016-10-22 10:40:00           3
    +#> 5135             25   A69-1303-555  7970 2016-10-22 12:04:00           3
    +#> 5136             25   A69-1303-555  7971 2016-10-22 12:10:00           3
    +#> 5137             25   A69-1303-555  7972 2016-10-22 12:12:00           3
    +#> 5138             25   A69-1303-555  7973 2016-10-22 12:14:00           3
    +#> 5139             25   A69-1303-555  7974 2016-10-22 12:20:00           3
    +#> 5140             25   A69-1303-555  7975 2016-10-25 11:48:00          39
    +#> 5141             25   A69-1303-555  7976 2016-10-25 11:52:00          39
    +#> 5142             25   A69-1303-555  7977 2016-10-25 15:12:00          39
    +#> 5143             25   A69-1303-555  7978 2016-10-25 15:14:00          39
    +#> 5144             25   A69-1303-555  7979 2016-10-25 15:26:00          39
    +#> 5145             25   A69-1303-555  7980 2016-10-25 15:30:00          39
    +#> 5146             25   A69-1303-555  7981 2016-10-25 15:32:00          39
    +#> 5147             25   A69-1303-555  7982 2016-10-25 15:34:00          39
    +#> 5148             25   A69-1303-555  7984 2016-10-25 15:36:00          39
    +#> 5149             25   A69-1303-555  7985 2016-10-25 15:38:00          39
    +#> 5150             25   A69-1303-555  7986 2016-10-25 15:40:00          39
    +#> 5151             25   A69-1303-555  7988 2016-10-25 15:42:00          39
    +#> 5152             25   A69-1303-555  7989 2016-10-25 15:44:00          39
    +#> 5153             25   A69-1303-555  7991 2016-10-25 15:46:00          39
    +#> 5154             25   A69-1303-555  7992 2016-10-25 15:48:00          39
    +#> 5155             25   A69-1303-555  7995 2016-10-25 15:52:00          39
    +#> 5156             25   A69-1303-555  7997 2016-10-25 15:54:00          39
    +#> 5157             25   A69-1303-555  7999 2016-10-25 15:56:00          39
    +#> 5158             25   A69-1303-555  8001 2016-10-25 15:58:00          39
    +#> 5159             25   A69-1303-555  8003 2016-10-25 16:00:00          39
    +#> 5160             25   A69-1303-555  8005 2016-10-25 16:02:00          39
    +#> 5161             25   A69-1303-555  8006 2016-10-25 16:04:00          39
    +#> 5162             25   A69-1303-555  8007 2016-10-25 16:06:00          39
    +#> 5163             25   A69-1303-555  8008 2016-10-25 16:08:00          39
    +#> 5164             25   A69-1303-555  8010 2016-10-26 03:28:00          38
    +#> 5165             25   A69-1303-555  8011 2016-10-26 03:34:00          38
    +#> 5166             25   A69-1303-555  8012 2016-10-26 03:36:00          38
    +#> 5167             25   A69-1303-555  8013 2016-10-26 03:38:00          38
    +#> 5168             25   A69-1303-555  8015 2016-10-26 03:40:00          38
    +#> 5169             25   A69-1303-555  8016 2016-10-26 09:16:00          36
    +#> 5170             25   A69-1303-555  8018 2016-10-26 09:18:00          36
    +#> 5171             25   A69-1303-555  8020 2016-10-26 09:20:00          36
    +#> 5172             25   A69-1303-555  8021 2016-10-26 09:22:00          36
    +#> 5173             25   A69-1303-555  8022 2016-10-26 10:06:00          36
    +#> 5174             25   A69-1303-555  8023 2016-10-26 10:08:00          36
    +#> 5175             25   A69-1303-555  8024 2016-10-26 10:10:00          36
    +#> 5176             25   A69-1303-555  8025 2016-10-26 10:20:00          36
    +#> 5177             25   A69-1303-555  8026 2016-10-26 10:40:00          36
    +#> 5178             25   A69-1303-555  8027 2016-10-26 10:42:00          36
    +#> 5179             25   A69-1303-555  8028 2016-10-26 11:18:00          36
    +#> 5180             25   A69-1303-555  8029 2016-10-26 11:20:00          36
    +#> 5181             25   A69-1303-555  8030 2016-10-26 11:22:00          36
    +#> 5182             25   A69-1303-555  8031 2016-10-26 11:40:00          36
    +#> 5183             25   A69-1303-555  8032 2016-10-26 11:42:00          36
    +#> 5184             25   A69-1303-555  8034 2016-10-26 11:48:00          36
    +#> 5185             25   A69-1303-555  8035 2016-10-26 11:52:00          36
    +#> 5186             25   A69-1303-555  8037 2016-10-26 11:54:00          36
    +#> 5187             25   A69-1303-555  8038 2016-10-26 11:58:00          36
    +#> 5188             25   A69-1303-555  8039 2016-10-26 12:00:00          36
    +#> 5189             25   A69-1303-555  8040 2016-10-26 12:02:00          36
    +#> 5190             25   A69-1303-555  8041 2016-10-26 12:04:00          36
    +#> 5191             25   A69-1303-555  8043 2016-10-26 12:06:00          36
    +#> 5192             25   A69-1303-555  8045 2016-10-26 12:08:00          36
    +#> 5193             25   A69-1303-555  8046 2016-10-26 12:10:00          36
    +#> 5194             25   A69-1303-555  8048 2016-10-26 12:16:00          36
    +#> 5195             25   A69-1303-555  8049 2016-10-26 12:18:00          36
    +#> 5196             25   A69-1303-555  8050 2016-10-26 12:20:00          36
    +#> 5197             25   A69-1303-555  8051 2016-10-26 12:30:00          36
    +#> 5198             25   A69-1303-555  8052 2016-10-26 12:38:00          36
    +#> 5199             25   A69-1303-555  8054 2016-10-26 12:40:00          36
    +#> 5200             25   A69-1303-555  8056 2016-10-26 12:42:00          36
    +#> 5201             25   A69-1303-555  8057 2016-10-26 12:44:00          36
    +#> 5202             25   A69-1303-555  8058 2016-10-26 12:46:00          36
    +#> 5203             25   A69-1303-555  8059 2016-10-26 12:48:00          36
    +#> 5204             25   A69-1303-555  8061 2016-10-26 12:50:00          36
    +#> 5205             25   A69-1303-555  8063 2016-10-26 12:52:00          36
    +#> 5206             25   A69-1303-555  8064 2016-10-26 12:54:00          36
    +#> 5207             25   A69-1303-555  8065 2016-10-26 12:56:00          36
    +#> 5208             25   A69-1303-555  8066 2016-10-26 12:58:00          36
    +#> 5209             25   A69-1303-555  8068 2016-10-26 13:00:00          36
    +#> 5210             25   A69-1303-555  8071 2016-10-26 13:02:00          36
    +#> 5211             25   A69-1303-555  8072 2016-10-26 13:04:00          36
    +#> 5212             25   A69-1303-555  8074 2016-10-26 13:06:00          36
    +#> 5213             25   A69-1303-555  8076 2016-10-26 13:08:00          36
    +#> 5214             25   A69-1303-555  8077 2016-10-26 13:12:00          36
    +#> 5215             25   A69-1303-555  8078 2016-10-26 13:14:00          36
    +#> 5216             25   A69-1303-555  8079 2016-10-26 13:16:00          36
    +#> 5217             25   A69-1303-555  8081 2016-10-26 13:18:00          36
    +#> 5218             25   A69-1303-555  8083 2016-10-26 13:20:00          36
    +#> 5219             25   A69-1303-555  8084 2016-10-26 13:22:00          36
    +#> 5220             25   A69-1303-555  8086 2016-10-26 13:24:00          36
    +#> 5221             25   A69-1303-555  8087 2016-10-26 13:26:00          36
    +#> 5222             25   A69-1303-555  8090 2016-10-26 13:30:00          36
    +#> 5223             25   A69-1303-555  8093 2016-10-26 13:32:00          36
    +#> 5224             25   A69-1303-555  8094 2016-10-26 13:34:00          36
    +#> 5225             25   A69-1303-555  8096 2016-10-26 13:42:00          36
    +#> 5226             25   A69-1303-555  8097 2016-10-26 13:48:00          36
    +#> 5227             25   A69-1303-555  8098 2016-10-26 13:50:00          36
    +#> 5228             25   A69-1303-555  8100 2016-10-26 13:52:00          36
    +#> 5229             25   A69-1303-555  8101 2016-10-26 13:54:00          36
    +#> 5230             25   A69-1303-555  8103 2016-10-26 13:56:00          36
    +#> 5231             25   A69-1303-555  8104 2016-10-26 13:58:00          36
    +#> 5232             25   A69-1303-555  8106 2016-10-26 14:00:00          36
    +#> 5233             25   A69-1303-555  8108 2016-10-26 14:02:00          36
    +#> 5234             25   A69-1303-555  8110 2016-10-26 14:04:00          36
    +#> 5235             25   A69-1303-555  8112 2016-10-26 14:06:00          36
    +#> 5236             25   A69-1303-555  8113 2016-10-26 14:10:00          36
    +#> 5237             25   A69-1303-555  8116 2016-10-26 14:12:00          36
    +#> 5238             25   A69-1303-555  8117 2016-10-26 14:14:00          36
    +#> 5239             25   A69-1303-555  8119 2016-10-26 14:16:00          36
    +#> 5240             25   A69-1303-555  8121 2016-10-26 14:18:00          36
    +#> 5241             25   A69-1303-555  8122 2016-10-26 14:20:00          36
    +#> 5242             25   A69-1303-555  8125 2016-10-26 14:22:00          36
    +#> 5243             25   A69-1303-555  8127 2016-10-26 14:24:00          36
    +#> 5244             25   A69-1303-555  8129 2016-10-26 14:32:00          36
    +#> 5245             25   A69-1303-555  8130 2016-10-26 14:34:00          36
    +#> 5246             25   A69-1303-555  8131 2016-10-26 14:42:00          36
    +#> 5247             25   A69-1303-555  8133 2016-10-26 14:44:00          36
    +#> 5248             25   A69-1303-555  8135 2016-10-26 14:46:00          36
    +#> 5249             25   A69-1303-555  8136 2016-10-26 14:48:00          36
    +#> 5250             25   A69-1303-555  8137 2016-10-26 14:52:00          36
    +#> 5251             25   A69-1303-555  8138 2016-10-26 14:58:00          36
    +#> 5252             25   A69-1303-555  8139 2016-10-26 15:54:00          36
    +#> 5253             25   A69-1303-555  8140 2016-10-26 15:56:00          36
    +#> 5254             25   A69-1303-555  8141 2016-10-26 16:00:00          36
    +#> 5255             25   A69-1303-555  8142 2016-10-26 18:02:00          21
    +#> 5256             25   A69-1303-555  8143 2016-10-26 18:04:00          21
    +#> 5257             25   A69-1303-555  8144 2016-10-26 18:08:00          21
    +#> 5258             25   A69-1303-555  8146 2016-10-26 18:12:00          21
    +#> 5259             25   A69-1303-555  8148 2016-10-26 18:30:00          21
    +#> 5260             25   A69-1303-555  8149 2016-10-26 18:34:00          21
    +#> 5261             25   A69-1303-555  8150 2016-10-26 18:36:00          21
    +#> 5262             25   A69-1303-555  8152 2016-10-26 18:38:00          21
    +#> 5263             25   A69-1303-555  8154 2016-10-26 18:40:00          21
    +#> 5264             25   A69-1303-555  8156 2016-10-26 18:42:00          21
    +#> 5265             25   A69-1303-555  8158 2016-10-26 18:44:00          21
    +#> 5266             25   A69-1303-555  8160 2016-10-26 18:46:00          21
    +#> 5267             25   A69-1303-555  8161 2016-10-26 18:48:00          21
    +#> 5268             25   A69-1303-555  8162 2016-10-26 18:50:00          21
    +#> 5269             25   A69-1303-555  8164 2016-10-26 18:52:00          21
    +#> 5270             25   A69-1303-555  8165 2016-10-26 18:54:00          21
    +#> 5271             25   A69-1303-555  8166 2016-10-26 19:34:00          30
    +#> 5272             25   A69-1303-555  8167 2016-10-26 19:42:00          30
    +#> 5273             25   A69-1303-555  8168 2016-10-26 19:44:00          30
    +#> 5274             25   A69-1303-555  8169 2016-10-26 19:46:00          30
    +#> 5275             25   A69-1303-555  8171 2016-10-26 19:48:00          30
    +#> 5276             25   A69-1303-555  8174 2016-10-26 19:50:00          30
    +#> 5277             25   A69-1303-555  8176 2016-10-26 19:52:00          30
    +#> 5278             25   A69-1303-555  8178 2016-10-26 19:54:00          30
    +#> 5279             25   A69-1303-555  8180 2016-10-26 19:56:00          30
    +#> 5280             25   A69-1303-555  8182 2016-10-26 19:58:00          30
    +#> 5281             25   A69-1303-555  8183 2016-10-26 20:00:00          30
    +#> 5282             25   A69-1303-555  8185 2016-10-26 20:02:00          30
    +#> 5283             25   A69-1303-555  8186 2016-10-26 20:04:00          30
    +#> 5284             25   A69-1303-555  8188 2016-10-26 20:06:00          30
    +#> 5285             25   A69-1303-555  8189 2016-10-26 20:08:00          30
    +#> 5286             25   A69-1303-555  8190 2016-10-26 20:12:00          30
    +#> 5287             25   A69-1303-555  8191 2016-10-26 23:20:00          36
    +#> 5288             25   A69-1303-555  8192 2016-10-26 23:26:00          36
    +#> 5289             25   A69-1303-555  8194 2016-10-26 23:38:00          36
    +#> 5290             25   A69-1303-555  8196 2016-10-27 00:30:00          36
    +#> 5291             25   A69-1303-555  8198 2016-10-27 00:34:00          36
    +#> 5292             25   A69-1303-555  8199 2016-10-27 01:02:00          36
    +#> 5293             25   A69-1303-555  8201 2016-10-27 05:36:00          30
    +#> 5294             25   A69-1303-555  8202 2016-10-27 05:58:00          30
    +#> 5295             25   A69-1303-555  8203 2016-10-27 06:02:00          30
    +#> 5296             25   A69-1303-555  8204 2016-10-27 06:12:00          30
    +#> 5297             25   A69-1303-555  8205 2016-10-27 06:14:00          30
    +#> 5298             25   A69-1303-555  8206 2016-10-27 06:18:00          30
    +#> 5299             25   A69-1303-555  8207 2016-10-27 06:20:00          30
    +#> 5300             25   A69-1303-555  8208 2016-10-27 06:26:00          30
    +#> 5301             25   A69-1303-555  8209 2016-10-27 06:28:00          30
    +#> 5302             25   A69-1303-555  8210 2016-10-27 06:30:00          30
    +#> 5303             25   A69-1303-555  8211 2016-10-27 06:32:00          30
    +#> 5304             25   A69-1303-555  8212 2016-10-27 06:36:00          30
    +#> 5305             25   A69-1303-555  8213 2016-10-27 06:38:00          30
    +#> 5306             25   A69-1303-555  8214 2016-10-29 15:54:00          27
    +#> 5307             25   A69-1303-555  8215 2016-10-29 15:56:00          27
    +#> 5308             25   A69-1303-555  8216 2016-10-29 15:58:00          27
    +#> 5309             25   A69-1303-555  8217 2016-10-29 16:00:00          27
    +#> 5310             25   A69-1303-555  8220 2016-10-29 16:02:00          27
    +#> 5311             25   A69-1303-555  8221 2016-10-29 16:04:00          27
    +#> 5312             25   A69-1303-555  8223 2016-10-29 16:06:00          27
    +#> 5313             25   A69-1303-555  8225 2016-10-29 16:08:00          27
    +#> 5314             25   A69-1303-555  8227 2016-10-29 16:12:00          27
    +#> 5315             25   A69-1303-555  8228 2016-10-29 16:14:00          27
    +#> 5316             25   A69-1303-555  8230 2016-10-29 16:16:00          27
    +#> 5317             25   A69-1303-555  8232 2016-10-29 16:18:00          27
    +#> 5318             25   A69-1303-555  8233 2016-10-29 16:20:00          27
    +#> 5319             25   A69-1303-555  8234 2016-10-30 01:18:00          30
    +#> 5320             25   A69-1303-555  8235 2016-10-30 01:22:00          30
    +#> 5321             25   A69-1303-555  8236 2016-10-30 01:24:00          30
    +#> 5322             25   A69-1303-555  8237 2016-10-30 01:28:00          30
    +#> 5323             25   A69-1303-555  8240 2016-10-30 01:30:00          30
    +#> 5324             25   A69-1303-555  8241 2016-10-30 01:32:00          30
    +#> 5325             25   A69-1303-555  8244 2016-10-30 01:34:00          30
    +#> 5326             25   A69-1303-555  8246 2016-10-30 01:36:00          30
    +#> 5327             25   A69-1303-555  8248 2016-10-30 02:32:00          36
    +#> 5328             25   A69-1303-555  8249 2016-10-30 02:42:00          36
    +#> 5329             25   A69-1303-555  8250 2016-10-30 02:44:00          36
    +#> 5330             25   A69-1303-555  8252 2016-10-30 02:46:00          36
    +#> 5331             25   A69-1303-555  8254 2016-10-30 02:48:00          36
    +#> 5332             25   A69-1303-555  8256 2016-10-30 02:52:00          36
    +#> 5333             25   A69-1303-555  8258 2016-10-30 13:38:00          36
    +#> 5334             25   A69-1303-555  8259 2016-10-30 13:40:00          36
    +#> 5335             25   A69-1303-555  8260 2016-10-30 13:42:00          36
    +#> 5336             25   A69-1303-555  8262 2016-10-30 13:44:00          36
    +#> 5337             25   A69-1303-555  8264 2016-10-30 13:46:00          36
    +#> 5338             25   A69-1303-555  8265 2016-10-30 13:50:00          36
    +#> 5339             25   A69-1303-555  8267 2016-10-30 13:52:00          36
    +#> 5340             25   A69-1303-555  8268 2016-10-30 13:54:00          36
    +#> 5341             25   A69-1303-555  8269 2016-10-30 13:56:00          36
    +#> 5342             25   A69-1303-555  8270 2016-10-30 14:04:00          36
    +#> 5343             25   A69-1303-555  8271 2016-10-30 14:08:00          36
    +#> 5344             25   A69-1303-555  8273 2016-10-30 14:10:00          36
    +#> 5345             25   A69-1303-555  8276 2016-10-30 14:12:00          36
    +#> 5346             25   A69-1303-555  8278 2016-10-30 14:14:00          36
    +#> 5347             25   A69-1303-555  8280 2016-10-30 14:42:00          36
    +#> 5348             25   A69-1303-555  8281 2016-10-30 14:44:00          36
    +#> 5349             25   A69-1303-555  8282 2016-10-30 14:46:00          36
    +#> 5350             25   A69-1303-555  8283 2016-10-30 14:48:00          36
    +#> 5351             25   A69-1303-555  8284 2016-10-30 14:50:00          36
    +#> 5352             25   A69-1303-555  8286 2016-10-30 14:52:00          36
    +#> 5353             25   A69-1303-555  8288 2016-10-30 14:56:00          36
    +#> 5354             25   A69-1303-555  8289 2016-10-30 14:58:00          36
    +#> 5355             25   A69-1303-555  8290 2016-10-30 18:10:00          36
    +#> 5356             25   A69-1303-555  8291 2016-10-30 18:12:00          36
    +#> 5357             25   A69-1303-555  8293 2016-10-30 18:14:00          36
    +#> 5358             25   A69-1303-555  8294 2016-10-30 18:30:00          36
    +#> 5359             25   A69-1303-555  8295 2016-10-30 18:32:00          36
    +#> 5360             25   A69-1303-555  8296 2016-10-30 18:34:00          36
    +#> 5361             25   A69-1303-555  8297 2016-10-30 18:36:00          36
    +#> 5362             25   A69-1303-555  8298 2016-10-30 18:38:00          36
    +#> 5363             25   A69-1303-555  8300 2016-10-30 18:40:00          36
    +#> 5364             25   A69-1303-555  8303 2016-10-30 18:42:00          36
    +#> 5365             25   A69-1303-555  8305 2016-10-30 18:44:00          36
    +#> 5366             25   A69-1303-555  8306 2016-10-30 18:50:00          36
    +#> 5367             25   A69-1303-555  8308 2016-10-30 19:00:00          36
    +#> 5368             25   A69-1303-555  8310 2016-10-30 19:06:00          36
    +#> 5369             25   A69-1303-555  8312 2016-10-30 19:12:00          36
    +#> 5370             25   A69-1303-555  8313 2016-10-30 23:52:00          31
    +#> 5371             25   A69-1303-555  8314 2016-10-30 23:54:00          31
    +#> 5372             25   A69-1303-555  8315 2016-10-30 23:58:00          31
    +#> 5373             25   A69-1303-555  8316 2016-10-31 00:50:00          31
    +#> 5374             25   A69-1303-555  8317 2016-10-31 00:58:00          31
    +#> 5375             25   A69-1303-555  8318 2016-10-31 01:00:00          31
    +#> 5376             25   A69-1303-555  8320 2016-10-31 01:02:00          31
    +#> 5377             25   A69-1303-555  8322 2016-10-31 01:04:00          31
    +#> 5378             25   A69-1303-555  8323 2016-10-31 01:06:00          31
    +#> 5379             25   A69-1303-555  8325 2016-10-31 01:10:00          31
    +#> 5380             25   A69-1303-555  8326 2016-10-31 01:12:00          31
    +#> 5381             25   A69-1303-555  8328 2016-10-31 02:22:00          36
    +#> 5382             25   A69-1303-555  8329 2016-10-31 02:26:00          36
    +#> 5383             25   A69-1303-555  8330 2016-10-31 02:28:00          36
    +#> 5384             25   A69-1303-555  8331 2016-10-31 02:32:00          36
    +#> 5385             25   A69-1303-555  8332 2016-10-31 02:58:00          36
    +#> 5386             25   A69-1303-555  8333 2016-10-31 03:04:00          36
    +#> 5387             25   A69-1303-555  8334 2016-10-31 03:08:00          36
    +#> 5388             25   A69-1303-555  8335 2016-10-31 04:06:00          36
    +#> 5389             25   A69-1303-555  8336 2016-10-31 04:08:00          36
    +#> 5390             25   A69-1303-555  8337 2016-10-31 04:14:00          36
    +#> 5391             25   A69-1303-555  8338 2016-10-31 04:24:00          36
    +#> 5392             25   A69-1303-555  8339 2016-10-31 04:26:00          36
    +#> 5393             25   A69-1303-555  8340 2016-10-31 04:58:00          36
    +#> 5394             25   A69-1303-555  8341 2016-10-31 05:00:00          36
    +#> 5395             25   A69-1303-555  8342 2016-10-31 05:08:00          36
    +#> 5396             25   A69-1303-555  8343 2016-10-31 05:10:00          36
    +#> 5397             25   A69-1303-555  8344 2016-10-31 05:12:00          36
    +#> 5398             25   A69-1303-555  8345 2016-10-31 05:16:00          36
    +#> 5399             25   A69-1303-555  8346 2016-10-31 05:20:00          36
    +#> 5400             25   A69-1303-555  8347 2016-10-31 05:22:00          36
    +#> 5401             25   A69-1303-555  8349 2016-10-31 05:24:00          36
    +#> 5402             25   A69-1303-555  8350 2016-10-31 05:26:00          36
    +#> 5403             25   A69-1303-555  8351 2016-10-31 05:28:00          36
    +#> 5404             25   A69-1303-555  8352 2016-10-31 05:30:00          36
    +#> 5405             25   A69-1303-555  8354 2016-10-31 05:32:00          36
    +#> 5406             25   A69-1303-555  8356 2016-10-31 05:36:00          36
    +#> 5407             25   A69-1303-555  8358 2016-10-31 05:38:00          36
    +#> 5408             25   A69-1303-555  8359 2016-10-31 05:40:00          36
    +#> 5409             25   A69-1303-555  8360 2016-10-31 05:42:00          36
    +#> 5410             25   A69-1303-555  8362 2016-10-31 05:44:00          36
    +#> 5411             25   A69-1303-555  8363 2016-10-31 05:48:00          36
    +#> 5412             25   A69-1303-555  8364 2016-10-31 06:20:00          36
    +#> 5413             25   A69-1303-555  8365 2016-10-31 06:22:00          36
    +#> 5414             25   A69-1303-555  8366 2016-10-31 06:28:00          36
    +#> 5415             25   A69-1303-555  8367 2016-10-31 06:38:00          36
    +#> 5416             25   A69-1303-555  8368 2016-10-31 06:48:00          36
    +#> 5417             25   A69-1303-555  8369 2016-10-31 06:52:00          36
    +#> 5418             25   A69-1303-555  8371 2016-10-31 06:54:00          36
    +#> 5419             25   A69-1303-555  8372 2016-10-31 06:56:00          36
    +#> 5420             25   A69-1303-555  8374 2016-10-31 06:58:00          36
    +#> 5421             25   A69-1303-555  8375 2016-10-31 07:00:00          36
    +#> 5422             25   A69-1303-555  8377 2016-10-31 07:02:00          36
    +#> 5423             25   A69-1303-555  8379 2016-10-31 07:04:00          36
    +#> 5424             25   A69-1303-555  8380 2016-10-31 07:06:00          36
    +#> 5425             25   A69-1303-555  8382 2016-10-31 07:08:00          36
    +#> 5426             25   A69-1303-555  8384 2016-10-31 07:10:00          36
    +#> 5427             25   A69-1303-555  8386 2016-10-31 07:14:00          36
    +#> 5428             25   A69-1303-555  8387 2016-11-06 19:48:00          31
    +#> 5429             25   A69-1303-555  8389 2016-11-06 19:50:00          31
    +#> 5430             25   A69-1303-555  8390 2016-11-06 19:52:00          31
    +#> 5431             25   A69-1303-555  8391 2016-11-06 19:56:00          31
    +#> 5432             25   A69-1303-555  8392 2016-11-06 19:58:00          31
    +#> 5433             25   A69-1303-555  8393 2016-11-09 04:50:00          21
    +#> 5434             25   A69-1303-555  8395 2016-11-09 04:52:00          21
    +#> 5435             25   A69-1303-555  8396 2016-11-09 04:54:00          21
    +#> 5436             25   A69-1303-555  8398 2016-11-09 04:56:00          21
    +#> 5437             25   A69-1303-555  8399 2016-11-09 04:58:00          21
    +#> 5438             25   A69-1303-555  8401 2016-11-09 05:00:00          21
    +#> 5439             25   A69-1303-555  8403 2016-11-09 05:02:00          21
    +#> 5440             25   A69-1303-555  8405 2016-11-09 05:06:00          21
    +#> 5441             25   A69-1303-555  8406 2016-11-09 05:20:00          31
    +#> 5442             25   A69-1303-555  8407 2016-11-09 05:26:00          31
    +#> 5443             25   A69-1303-555  8408 2016-11-09 05:28:00          31
    +#> 5444             25   A69-1303-555  8409 2016-11-09 05:40:00          31
    +#> 5445             25   A69-1303-555  8410 2016-11-09 05:42:00          31
    +#> 5446             25   A69-1303-555  8411 2016-11-09 05:46:00          31
    +#> 5447             25   A69-1303-555  8412 2016-11-09 05:48:00          31
    +#> 5448             25   A69-1303-555  8414 2016-11-09 05:50:00          31
    +#> 5449             25   A69-1303-555  8416 2016-11-09 05:52:00          31
    +#> 5450             25   A69-1303-555  8418 2016-11-09 05:54:00          31
    +#> 5451             25   A69-1303-555  8420 2016-11-09 05:56:00          31
    +#> 5452             25   A69-1303-555  8421 2016-11-09 05:58:00          31
    +#> 5453             25   A69-1303-555  8422 2016-11-09 06:06:00          31
    +#> 5454             25   A69-1303-555  8423 2016-11-09 17:58:00          31
    +#> 5455             25   A69-1303-555  8424 2016-11-09 18:04:00          31
    +#> 5456             25   A69-1303-555  8426 2016-11-09 18:06:00          31
    +#> 5457             25   A69-1303-555  8428 2016-11-09 18:08:00          31
    +#> 5458             25   A69-1303-555  8430 2016-11-09 18:10:00          31
    +#> 5459             25   A69-1303-555  8431 2016-11-09 18:12:00          31
    +#> 5460             25   A69-1303-555  8433 2016-11-09 18:14:00          31
    +#> 5461             25   A69-1303-555  8436 2016-11-09 18:16:00          31
    +#> 5462             25   A69-1303-555  8437 2016-11-09 18:22:00          31
    +#> 5463             25   A69-1303-555  8438 2016-11-09 18:24:00          31
    +#> 5464             25   A69-1303-555  8439 2016-11-09 21:28:00          31
    +#> 5465             25   A69-1303-555  8441 2016-11-12 06:52:00          21
    +#> 5466             25   A69-1303-555  8442 2016-11-12 06:54:00          21
    +#> 5467             25   A69-1303-555  8443 2016-11-12 06:56:00          21
    +#> 5468             25   A69-1303-555  8445 2016-11-12 06:58:00          21
    +#> 5469             25   A69-1303-555  8446 2016-11-12 07:00:00          21
    +#> 5470             25   A69-1303-555  8447 2016-11-12 07:02:00          21
    +#> 5471             25   A69-1303-555  8448 2016-11-12 07:04:00          21
    +#> 5472             25   A69-1303-555  8449 2016-11-12 07:14:00          21
    +#> 5473             25   A69-1303-555  8450 2016-11-14 21:56:00          31
    +#> 5474             25   A69-1303-555  8451 2016-11-14 21:58:00          31
    +#> 5475             25   A69-1303-555  8453 2016-11-14 22:00:00          31
    +#> 5476             25   A69-1303-555  8454 2016-11-14 22:02:00          31
    +#> 5477             25   A69-1303-555  8456 2016-11-14 22:04:00          31
    +#> 5478             25   A69-1303-555  8457 2016-11-14 22:06:00          31
    +#> 5479             25   A69-1303-555  8459 2016-11-14 22:08:00          31
    +#> 5480             25   A69-1303-555  8460 2016-11-14 22:20:00          31
    +#> 5481             25   A69-1303-555  8461 2016-11-14 22:30:00          31
    +#> 5482             25   A69-1303-555  8462 2016-11-14 22:32:00          31
    +#> 5483             25   A69-1303-555  8463 2016-11-14 22:38:00          31
    +#> 5484             25   A69-1303-555  8464 2016-11-14 22:46:00          31
    +#> 5485             25   A69-1303-555  8465 2016-11-14 22:48:00          31
    +#> 5486             25   A69-1303-555  8467 2016-11-14 23:42:00          21
    +#> 5487             25   A69-1303-555  8469 2016-11-14 23:44:00          21
    +#> 5488             25   A69-1303-555  8471 2016-11-14 23:46:00          21
    +#> 5489             25   A69-1303-555  8472 2016-11-27 17:58:00          21
    +#> 5490             25   A69-1303-555  8474 2016-11-27 18:00:00          21
    +#> 5491             25   A69-1303-555  8475 2016-11-27 18:10:00          21
    +#> 5492             25   A69-1303-555  8476 2016-11-27 18:14:00          21
    +#> 5493             25   A69-1303-555  8477 2016-11-27 18:16:00          21
    +#> 5494             25   A69-1303-555  8478 2016-11-27 18:18:00          21
    +#> 5495             25   A69-1303-555  8480 2016-12-10 22:34:00          21
    +#> 5496             25   A69-1303-555  8482 2016-12-10 22:36:00          21
    +#> 5497             25   A69-1303-555  8483 2016-12-10 22:38:00          21
    +#> 5498             25   A69-1303-555  8484 2016-12-14 22:02:00          21
    +#> 5499             25   A69-1303-555  8485 2016-12-14 22:04:00          21
    +#> 5500             25   A69-1303-555  8487 2016-12-14 22:06:00          21
    +#> 5501             25   A69-1303-555  8489 2016-12-14 22:08:00          21
    +#> 5502             25   A69-1303-555  8490 2016-12-14 22:10:00          21
    +#> 5503             25   A69-1303-555  8492 2016-12-14 22:12:00          21
    +#> 5504             25   A69-1303-555  8493 2016-12-14 22:14:00          21
    +#> 5505             25   A69-1303-555  8495 2016-12-14 22:16:00          21
    +#> 5506             25   A69-1303-555  8497 2016-12-14 22:18:00          21
    +#> 5507             25   A69-1303-555  8498 2016-12-14 22:20:00          21
    +#> 5508             25   A69-1303-555  8500 2016-12-14 22:22:00          21
    +#> 5509             25   A69-1303-555  8502 2016-12-14 22:24:00          21
    +#> 5510             25   A69-1303-555  8504 2016-12-14 22:26:00          21
    +#> 5511             25   A69-1303-555  8505 2016-12-14 22:28:00          21
    +#> 5512             25   A69-1303-555  8507 2016-12-14 22:30:00          21
    +#> 5513             25   A69-1303-555  8508 2016-12-20 22:56:00          24
    +#> 5514             25   A69-1303-555  8509 2016-12-20 23:06:00          24
    +#> 5515             25   A69-1303-555  8510 2016-12-20 23:20:00          24
    +#> 5516             25   A69-1303-555  8511 2016-12-20 23:22:00          24
    +#> 5517             25   A69-1303-555  8512 2016-12-21 16:32:00          45
    +#> 5518             25   A69-1303-555  8513 2016-12-21 16:34:00          45
    +#> 5519             25   A69-1303-555  8514 2016-12-21 16:42:00          45
    +#> 5520             25   A69-1303-555  8515 2016-12-21 16:46:00          45
    +#> 5521             25   A69-1303-555  8517 2016-12-21 16:48:00          45
    +#> 5522             25   A69-1303-555  8518 2016-12-21 16:50:00          45
    +#> 5523             25   A69-1303-555  8519 2016-12-21 16:52:00          45
    +#> 5524             25   A69-1303-555  8521 2016-12-21 16:54:00          45
    +#> 5525             25   A69-1303-555  8522 2016-12-21 16:56:00          45
    +#> 5526             25   A69-1303-555  8523 2016-12-21 16:58:00          45
    +#> 5527             25   A69-1303-555  8524 2016-12-21 17:00:00          45
    +#> 5528             25   A69-1303-555  8525 2016-12-21 17:02:00          45
    +#> 5529             25   A69-1303-555  8527 2016-12-21 17:04:00          45
    +#> 5530             25   A69-1303-555  8528 2016-12-21 18:14:00          21
    +#> 5531             25   A69-1303-555  8530 2016-12-21 18:16:00          21
    +#> 5532             25   A69-1303-555  8532 2016-12-21 18:18:00          21
    +#> 5533             25   A69-1303-555  8533 2016-12-21 18:20:00          21
    +#> 5534             25   A69-1303-555  8535 2016-12-21 18:22:00          21
    +#> 5535             25   A69-1303-555  8537 2016-12-21 18:24:00          21
    +#> 5536             25   A69-1303-555  8540 2016-12-21 18:26:00          21
    +#> 5537             25   A69-1303-555  8541 2016-12-21 18:28:00          21
    +#> 5538             25   A69-1303-555  8543 2016-12-21 18:30:00          21
    +#> 5539             25   A69-1303-555  8545 2016-12-21 18:32:00          21
    +#> 5540             25   A69-1303-555  8547 2016-12-21 18:34:00          21
    +#> 5541             25   A69-1303-555  8549 2016-12-21 18:36:00          21
    +#> 5542             25   A69-1303-555  8551 2016-12-21 18:38:00          21
    +#> 5543             25   A69-1303-555  8553 2016-12-21 18:40:00          21
    +#> 5544             25   A69-1303-555  8555 2016-12-21 18:42:00          21
    +#> 5545             25   A69-1303-555  8557 2016-12-21 18:44:00          21
    +#> 5546             25   A69-1303-555  8558 2016-12-21 18:46:00          21
    +#> 5547             25   A69-1303-555  8560 2016-12-21 18:50:00          21
    +#> 5548             25   A69-1303-555  8562 2016-12-21 18:54:00          21
    +#> 5549             25   A69-1303-555  8564 2016-12-21 18:56:00          21
    +#> 5550             25   A69-1303-555  8565 2016-12-21 18:58:00          21
    +#> 5551             25   A69-1303-555  8567 2016-12-21 19:00:00          21
    +#> 5552             25   A69-1303-555  8568 2016-12-21 19:02:00          21
    +#> 5553             25   A69-1303-555  8569 2016-12-21 19:06:00          21
    +#> 5554             25   A69-1303-555  8571 2016-12-21 19:28:00          45
    +#> 5555             25   A69-1303-555  8572 2016-12-21 19:30:00          45
    +#> 5556             25   A69-1303-555  8574 2016-12-21 19:34:00          45
    +#> 5557             25   A69-1303-555  8575 2016-12-21 23:20:00          45
    +#> 5558             25   A69-1303-555  8576 2016-12-21 23:22:00          45
    +#> 5559             25   A69-1303-555  8578 2016-12-21 23:24:00          45
    +#> 5560             25   A69-1303-555  8580 2016-12-21 23:26:00          45
    +#> 5561             25   A69-1303-555  8581 2016-12-21 23:28:00          45
    +#> 5562             25   A69-1303-555  8583 2016-12-21 23:30:00          45
    +#> 5563             25   A69-1303-555  8584 2016-12-21 23:32:00          45
    +#> 5564             25   A69-1303-555  8585 2016-12-21 23:40:00          45
    +#> 5565             25   A69-1303-555  8587 2016-12-21 23:42:00          45
    +#> 5566             25   A69-1303-555  8588 2016-12-21 23:44:00          45
    +#> 5567             25   A69-1303-555  8590 2016-12-21 23:46:00          45
    +#> 5568             25   A69-1303-555  8592 2016-12-22 00:32:00          45
    +#> 5569             25   A69-1303-555  8593 2016-12-22 00:36:00          45
    +#> 5570             25   A69-1303-555  8594 2016-12-22 00:38:00          45
    +#> 5571             25   A69-1303-555  8595 2016-12-22 00:40:00          45
    +#> 5572             25   A69-1303-555  8596 2016-12-22 00:44:00          45
    +#> 5573             25   A69-1303-555  8597 2016-12-22 00:48:00          45
    +#> 5574             25   A69-1303-555  8599 2016-12-22 00:50:00          45
    +#> 5575             25   A69-1303-555  8602 2016-12-22 00:52:00          45
    +#> 5576             25   A69-1303-555  8603 2016-12-22 00:54:00          45
    +#> 5577             25   A69-1303-555  8605 2016-12-22 00:56:00          45
    +#> 5578             25   A69-1303-555  8607 2016-12-22 00:58:00          45
    +#> 5579             25   A69-1303-555  8609 2016-12-22 01:00:00          45
    +#> 5580             25   A69-1303-555  8612 2016-12-22 01:02:00          45
    +#> 5581             25   A69-1303-555  8613 2016-12-22 01:06:00          45
    +#> 5582             25   A69-1303-555  8615 2016-12-22 01:08:00          45
    +#> 5583             25   A69-1303-555  8616 2016-12-22 01:10:00          45
    +#> 5584             25   A69-1303-555  8618 2016-12-22 01:14:00          45
    +#> 5585             25   A69-1303-555  8619 2016-12-22 01:16:00          45
    +#> 5586             25   A69-1303-555  8620 2016-12-22 22:06:00          51
    +#> 5587             25   A69-1303-555  8621 2016-12-22 22:08:00          51
    +#> 5588             25   A69-1303-555  8622 2016-12-22 22:10:00          51
    +#> 5589             25   A69-1303-555  8623 2016-12-23 03:00:00          24
    +#> 5590             25   A69-1303-555  8624 2016-12-23 03:02:00          24
    +#> 5591             25   A69-1303-555  8625 2016-12-23 03:04:00          24
    +#> 5592             25   A69-1303-555  8626 2016-12-23 03:06:00          24
    +#> 5593             25   A69-1303-555  8627 2016-12-23 03:20:00          24
    +#> 5594             25   A69-1303-555  8628 2016-12-23 03:22:00          24
    +#> 5595             25   A69-1303-555  8630 2016-12-23 03:24:00          24
    +#> 5596             25   A69-1303-555  8631 2016-12-23 03:26:00          24
    +#> 5597             25   A69-1303-555  8633 2016-12-23 03:28:00          24
    +#> 5598             25   A69-1303-555  8635 2016-12-23 03:36:00          24
    +#> 5599             25   A69-1303-555  8636 2016-12-23 03:38:00          24
    +#> 5600             25   A69-1303-555  8637 2016-12-23 03:42:00          24
    +#> 5601             25   A69-1303-555  8638 2016-12-23 03:44:00          24
    +#> 5602             25   A69-1303-555  8639 2016-12-23 03:54:00          24
    +#> 5603             25   A69-1303-555  8640 2016-12-23 23:18:00          51
    +#> 5604             25   A69-1303-555  8642 2016-12-23 23:24:00          51
    +#> 5605             25   A69-1303-555  8644 2016-12-23 23:26:00          51
    +#> 5606             25   A69-1303-555  8646 2016-12-23 23:28:00          51
    +#> 5607             25   A69-1303-555  8647 2016-12-23 23:30:00          51
    +#> 5608             25   A69-1303-555  8648 2016-12-23 23:32:00          51
    +#> 5609             25   A69-1303-555  8649 2016-12-23 23:34:00          51
    +#> 5610             25   A69-1303-555  8650 2016-12-23 23:36:00          51
    +#> 5611             25   A69-1303-555  8651 2016-12-23 23:38:00          51
    +#> 5612             25   A69-1303-555  8652 2016-12-24 18:02:00          50
    +#> 5613             25   A69-1303-555  8653 2016-12-24 18:08:00          50
    +#> 5614             25   A69-1303-555  8654 2016-12-24 18:12:00          50
    +#> 5615             25   A69-1303-555  8655 2016-12-25 12:52:00          45
    +#> 5616             25   A69-1303-555  8656 2016-12-25 12:54:00          45
    +#> 5617             25   A69-1303-555  8657 2016-12-25 12:56:00          45
    +#> 5618             25   A69-1303-555  8659 2016-12-25 12:58:00          45
    +#> 5619             25   A69-1303-555  8660 2016-12-25 13:00:00          45
    +#> 5620             25   A69-1303-555  8661 2016-12-25 13:40:00          45
    +#> 5621             25   A69-1303-555  8662 2016-12-25 14:02:00          45
    +#> 5622             25   A69-1303-555  8663 2016-12-25 14:04:00          45
    +#> 5623             25   A69-1303-555  8665 2016-12-25 14:06:00          45
    +#> 5624             25   A69-1303-555  8666 2016-12-25 14:08:00          45
    +#> 5625             25   A69-1303-555  8667 2016-12-25 14:10:00          45
    +#> 5626             25   A69-1303-555  8669 2016-12-25 14:12:00          45
    +#> 5627             25   A69-1303-555  8670 2016-12-25 14:14:00          45
    +#> 5628             25   A69-1303-555  8672 2016-12-25 17:24:00          45
    +#> 5629             25   A69-1303-555  8674 2016-12-25 17:26:00          45
    +#> 5630             25   A69-1303-555  8675 2016-12-25 17:28:00          45
    +#> 5631             25   A69-1303-555  8677 2016-12-25 17:30:00          45
    +#> 5632             25   A69-1303-555  8679 2016-12-25 17:32:00          45
    +#> 5633             25   A69-1303-555  8680 2016-12-25 17:34:00          45
    +#> 5634             25   A69-1303-555  8682 2016-12-25 17:36:00          45
    +#> 5635             25   A69-1303-555  8683 2016-12-25 17:38:00          45
    +#> 5636             25   A69-1303-555  8684 2016-12-25 17:40:00          45
    +#> 5637             25   A69-1303-555  8686 2016-12-25 17:42:00          45
    +#> 5638             25   A69-1303-555  8687 2016-12-25 17:44:00          45
    +#> 5639             25   A69-1303-555  8689 2016-12-25 17:46:00          45
    +#> 5640             25   A69-1303-555  8690 2016-12-25 17:48:00          45
    +#> 5641             25   A69-1303-555  8692 2016-12-25 17:52:00          45
    +#> 5642             25   A69-1303-555  8694 2016-12-25 17:54:00          45
    +#> 5643             25   A69-1303-555  8695 2016-12-25 17:56:00          45
    +#> 5644             25   A69-1303-555  8697 2016-12-25 17:58:00          45
    +#> 5645             25   A69-1303-555  8699 2016-12-25 18:02:00          45
    +#> 5646             25   A69-1303-555  8700 2016-12-26 01:44:00          50
    +#> 5647             25   A69-1303-555  8701 2016-12-26 01:46:00          50
    +#> 5648             25   A69-1303-555  8703 2016-12-26 01:50:00          50
    +#> 5649             25   A69-1303-555  8704 2016-12-26 04:08:00          24
    +#> 5650             25   A69-1303-555  8705 2016-12-26 04:12:00          24
    +#> 5651             25   A69-1303-555  8706 2016-12-26 05:26:00          50
    +#> 5652             25   A69-1303-555  8707 2016-12-26 05:28:00          50
    +#> 5653             25   A69-1303-555  8709 2016-12-26 05:30:00          50
    +#> 5654             25   A69-1303-555  8710 2016-12-26 05:32:00          50
    +#> 5655             25   A69-1303-555  8712 2016-12-26 05:34:00          50
    +#> 5656             25   A69-1303-555  8713 2016-12-26 05:36:00          50
    +#> 5657             25   A69-1303-555  8715 2016-12-27 04:06:00          51
    +#> 5658             25   A69-1303-555  8716 2016-12-27 04:12:00          51
    +#> 5659             25   A69-1303-555  8717 2016-12-28 02:10:00          50
    +#> 5660             25   A69-1303-555  8719 2016-12-28 02:12:00          50
    +#> 5661             25   A69-1303-555  8720 2016-12-28 02:16:00          50
    +#> 5662             25   A69-1303-555  8721 2016-12-28 02:18:00          50
    +#> 5663             25   A69-1303-555  8723 2016-12-28 02:20:00          50
    +#> 5664             25   A69-1303-555  8725 2016-12-28 02:22:00          50
    +#> 5665             25   A69-1303-555  8726 2016-12-28 02:28:00          50
    +#> 5666             25   A69-1303-555  8727 2016-12-28 02:30:00          50
    +#> 5667             25   A69-1303-555  8728 2016-12-28 22:40:00          45
    +#> 5668             25   A69-1303-555  8729 2016-12-28 22:42:00          45
    +#> 5669             25   A69-1303-555  8730 2016-12-28 22:44:00          45
    +#> 5670             25   A69-1303-555  8733 2016-12-28 22:46:00          45
    +#> 5671             25   A69-1303-555  8735 2016-12-28 22:48:00          45
    +#> 5672             25   A69-1303-555  8737 2016-12-28 22:50:00          45
    +#> 5673             25   A69-1303-555  8739 2016-12-28 22:52:00          45
    +#> 5674             25   A69-1303-555  8741 2016-12-28 22:56:00          45
    +#> 5675             25   A69-1303-555  8743 2016-12-28 22:58:00          45
    +#> 5676             25   A69-1303-555  8745 2016-12-28 23:02:00          45
    +#> 5677             25   A69-1303-555  8747 2016-12-28 23:04:00          45
    +#> 5678             25   A69-1303-555  8749 2016-12-28 23:06:00          45
    +#> 5679             25   A69-1303-555  8751 2016-12-28 23:08:00          45
    +#> 5680             25   A69-1303-555  8753 2016-12-28 23:10:00          45
    +#> 5681             25   A69-1303-555  8754 2016-12-28 23:42:00          45
    +#> 5682             25   A69-1303-555  8755 2016-12-28 23:46:00          45
    +#> 5683             25   A69-1303-555  8756 2016-12-28 23:48:00          45
    +#> 5684             25   A69-1303-555  8757 2016-12-28 23:50:00          45
    +#> 5685             25   A69-1303-555  8759 2016-12-28 23:52:00          45
    +#> 5686             25   A69-1303-555  8761 2016-12-28 23:54:00          45
    +#> 5687             25   A69-1303-555  8763 2016-12-28 23:56:00          45
    +#> 5688             25   A69-1303-555  8765 2016-12-28 23:58:00          45
    +#> 5689             25   A69-1303-555  8766 2016-12-29 00:00:00          45
    +#> 5690             25   A69-1303-555  8768 2016-12-29 00:02:00          45
    +#> 5691             25   A69-1303-555  8769 2016-12-29 00:04:00          45
    +#> 5692             25   A69-1303-555  8770 2016-12-29 00:08:00          45
    +#> 5693             25   A69-1303-555  8771 2016-12-29 05:38:00          50
    +#> 5694             25   A69-1303-555  8772 2016-12-29 05:40:00          50
    +#> 5695             25   A69-1303-555  8773 2016-12-29 05:42:00          50
    +#> 5696             25   A69-1303-555  8774 2016-12-29 06:04:00          50
    +#> 5697             25   A69-1303-555  8775 2016-12-29 06:10:00          50
    +#> 5698             25   A69-1303-555  8776 2016-12-29 06:12:00          50
    +#> 5699             25   A69-1303-555  8777 2016-12-29 06:14:00          50
    +#> 5700             25   A69-1303-555  8779 2016-12-29 06:16:00          50
    +#> 5701             25   A69-1303-555  8780 2016-12-29 06:18:00          50
    +#> 5702             25   A69-1303-555  8781 2016-12-29 06:28:00          50
    +#> 5703             25   A69-1303-555  8782 2016-12-29 06:30:00          50
    +#> 5704             25   A69-1303-555  8785 2016-12-29 06:32:00          50
    +#> 5705             25   A69-1303-555  8786 2016-12-29 17:04:00          51
    +#> 5706             25   A69-1303-555  8787 2016-12-29 17:08:00          51
    +#> 5707             25   A69-1303-555  8789 2016-12-29 17:10:00          51
    +#> 5708             25   A69-1303-555  8790 2016-12-29 17:12:00          51
    +#> 5709             25   A69-1303-555  8792 2016-12-29 17:14:00          51
    +#> 5710             25   A69-1303-555  8793 2016-12-29 17:16:00          51
    +#> 5711             25   A69-1303-555  8794 2016-12-29 17:18:00          51
    +#> 5712             25   A69-1303-555  8795 2016-12-29 17:20:00          51
    +#> 5713             25   A69-1303-555  8797 2016-12-29 17:22:00          51
    +#> 5714             25   A69-1303-555  8799 2016-12-29 17:24:00          51
    +#> 5715             25   A69-1303-555  8801 2016-12-29 17:26:00          51
    +#> 5716             25   A69-1303-555  8802 2016-12-29 17:28:00          51
    +#> 5717             25   A69-1303-555  8804 2016-12-29 17:34:00          51
    +#> 5718             25   A69-1303-555  8805 2016-12-29 20:06:00          50
    +#> 5719             25   A69-1303-555  8806 2016-12-29 20:10:00          50
    +#> 5720             25   A69-1303-555  8808 2016-12-29 20:12:00          50
    +#> 5721             25   A69-1303-555  8809 2016-12-29 20:14:00          50
    +#> 5722             25   A69-1303-555  8810 2016-12-29 20:16:00          50
    +#> 5723             25   A69-1303-555  8812 2016-12-29 20:18:00          50
    +#> 5724             25   A69-1303-555  8814 2016-12-29 20:20:00          50
    +#> 5725             25   A69-1303-555  8815 2016-12-30 02:26:00          50
    +#> 5726             25   A69-1303-555  8816 2016-12-30 02:28:00          50
    +#> 5727             25   A69-1303-555  8818 2016-12-30 02:30:00          50
    +#> 5728             25   A69-1303-555  8819 2016-12-30 02:32:00          50
    +#> 5729             25   A69-1303-555  8820 2016-12-30 02:40:00          50
    +#> 5730             25   A69-1303-555  8821 2016-12-30 02:42:00          50
    +#> 5731             25   A69-1303-555  8822 2016-12-30 14:38:00          47
    +#> 5732             25   A69-1303-555  8823 2016-12-30 14:40:00          47
    +#> 5733             25   A69-1303-555  8825 2016-12-30 17:16:00          47
    +#> 5734             25   A69-1303-555  8827 2016-12-30 17:34:00          47
    +#> 5735             25   A69-1303-555  8829 2016-12-30 17:40:00          47
    +#> 5736             25   A69-1303-555  8830 2016-12-30 17:42:00          47
    +#> 5737             25   A69-1303-555  8831 2016-12-30 17:44:00          47
    +#> 5738             25   A69-1303-555  8832 2016-12-30 17:48:00          47
    +#> 5739             25   A69-1303-555  8833 2016-12-30 17:50:00          47
    +#> 5740             25   A69-1303-555  8835 2016-12-30 17:54:00          47
    +#> 5741             25   A69-1303-555  8836 2016-12-30 18:10:00          47
    +#> 5742             25   A69-1303-555  8837 2016-12-30 18:36:00          41
    +#> 5743             25   A69-1303-555  8838 2016-12-30 18:44:00          41
    +#> 5744             25   A69-1303-555  8839 2016-12-30 18:46:00          41
    +#> 5745             25   A69-1303-555  8840 2016-12-30 18:48:00          41
    +#> 5746             25   A69-1303-555  8841 2016-12-30 18:50:00          41
    +#> 5747             25   A69-1303-555  8842 2016-12-30 18:52:00          41
    +#> 5748             25   A69-1303-555  8844 2016-12-30 18:54:00          41
    +#> 5749             25   A69-1303-555  8846 2016-12-30 18:56:00          41
    +#> 5750             25   A69-1303-555  8847 2016-12-30 18:58:00          41
    +#> 5751             25   A69-1303-555  8848 2016-12-30 19:00:00          41
    +#> 5752             25   A69-1303-555  8849 2016-12-30 19:10:00          41
    +#> 5753             25   A69-1303-555  8850 2016-12-30 19:14:00          41
    +#> 5754             25   A69-1303-555  8851 2016-12-30 19:20:00          41
    +#> 5755             25   A69-1303-555  8852 2016-12-30 19:22:00          41
    +#> 5756             25   A69-1303-555  8854 2016-12-30 19:26:00          41
    +#> 5757             25   A69-1303-555  8855 2016-12-30 19:28:00          41
    +#> 5758             25   A69-1303-555  8856 2016-12-30 19:30:00          41
    +#> 5759             25   A69-1303-555  8857 2016-12-30 19:32:00          41
    +#> 5760             25   A69-1303-555  8858 2016-12-30 19:48:00          41
    +#> 5761             25   A69-1303-555  8859 2016-12-31 18:30:00          24
    +#> 5762             25   A69-1303-555  8860 2016-12-31 18:34:00          24
    +#> 5763             25   A69-1303-555  8861 2016-12-31 18:36:00          24
    +#> 5764             25   A69-1303-555  8863 2016-12-31 18:38:00          24
    +#> 5765             25   A69-1303-555  8864 2016-12-31 18:40:00          24
    +#> 5766             25   A69-1303-555  8865 2016-12-31 18:42:00          24
    +#> 5767             25   A69-1303-555  8867 2016-12-31 18:44:00          24
    +#> 5768             25   A69-1303-555  8869 2016-12-31 18:46:00          24
    +#> 5769             25   A69-1303-555  8871 2016-12-31 18:48:00          24
    +#> 5770             25   A69-1303-555  8873 2016-12-31 18:50:00          24
    +#> 5771             25   A69-1303-555  8875 2016-12-31 18:52:00          24
    +#> 5772             25   A69-1303-555  8877 2016-12-31 18:54:00          24
    +#> 5773             25   A69-1303-555  8879 2016-12-31 18:56:00          24
    +#> 5774             25   A69-1303-555  8882 2016-12-31 18:58:00          24
    +#> 5775             25   A69-1303-555  8883 2016-12-31 19:00:00          24
    +#> 5776             25   A69-1303-555  8885 2016-12-31 19:02:00          24
    +#> 5777             25   A69-1303-555  8887 2016-12-31 19:04:00          24
    +#> 5778             25   A69-1303-555  8889 2016-12-31 19:06:00          24
    +#> 5779             25   A69-1303-555  8891 2016-12-31 19:08:00          24
    +#> 5780             25   A69-1303-555  8892 2016-12-31 19:10:00          24
    +#> 5781             25   A69-1303-555  8893 2016-12-31 19:12:00          24
    +#> 5782             25   A69-1303-555  8894 2016-12-31 19:14:00          24
    +#> 5783             25   A69-1303-555  8895 2016-12-31 19:16:00          24
    +#> 5784             25   A69-1303-555  8898 2017-01-01 21:34:00          45
    +#> 5785             25   A69-1303-555  8899 2017-01-01 21:36:00          45
    +#> 5786             25   A69-1303-555  8901 2017-01-01 21:38:00          45
    +#> 5787             25   A69-1303-555  8904 2017-01-01 21:40:00          45
    +#> 5788             25   A69-1303-555  8905 2017-01-01 21:44:00          45
    +#> 5789             25   A69-1303-555  8906 2017-01-01 21:46:00          45
    +#> 5790             25   A69-1303-555  8908 2017-01-01 21:48:00          45
    +#> 5791             25   A69-1303-555  8910 2017-01-01 22:18:00          45
    +#> 5792             25   A69-1303-555  8911 2017-01-01 22:24:00          45
    +#> 5793             25   A69-1303-555  8913 2017-01-01 22:26:00          45
    +#> 5794             25   A69-1303-555  8914 2017-01-01 22:28:00          45
    +#> 5795             25   A69-1303-555  8915 2017-01-01 22:30:00          45
    +#> 5796             25   A69-1303-555  8917 2017-01-01 22:32:00          45
    +#> 5797             25   A69-1303-555  8918 2017-01-01 22:34:00          45
    +#> 5798             25   A69-1303-555  8920 2017-01-01 22:36:00          45
    +#> 5799             25   A69-1303-555  8923 2017-01-01 22:38:00          45
    +#> 5800             25   A69-1303-555  8924 2017-01-01 22:40:00          45
    +#> 5801             25   A69-1303-555  8926 2017-01-01 22:42:00          45
    +#> 5802             25   A69-1303-555  8927 2017-01-01 22:44:00          45
    +#> 5803             25   A69-1303-555  8929 2017-01-01 22:46:00          45
    +#> 5804             25   A69-1303-555  8931 2017-01-01 22:48:00          45
    +#> 5805             25   A69-1303-555  8933 2017-01-01 22:50:00          45
    +#> 5806             25   A69-1303-555  8934 2017-01-01 22:52:00          45
    +#> 5807             25   A69-1303-555  8935 2017-01-01 22:54:00          45
    +#> 5808             25   A69-1303-555  8936 2017-01-01 22:58:00          45
    +#> 5809             25   A69-1303-555  8937 2017-01-01 23:00:00          45
    +#> 5810             25   A69-1303-555  8938 2017-01-01 23:02:00          45
    +#> 5811             25   A69-1303-555  8939 2017-01-01 23:04:00          45
    +#> 5812             25   A69-1303-555  8941 2017-01-01 23:06:00          45
    +#> 5813             25   A69-1303-555  8942 2017-01-01 23:08:00          45
    +#> 5814             25   A69-1303-555  8944 2017-01-01 23:10:00          45
    +#> 5815             25   A69-1303-555  8945 2017-01-01 23:12:00          45
    +#> 5816             25   A69-1303-555  8946 2017-01-01 23:14:00          45
    +#> 5817             25   A69-1303-555  8949 2017-01-01 23:16:00          45
    +#> 5818             25   A69-1303-555  8950 2017-01-01 23:18:00          45
    +#> 5819             25   A69-1303-555  8952 2017-01-01 23:20:00          45
    +#> 5820             25   A69-1303-555  8954 2017-01-01 23:22:00          45
    +#> 5821             25   A69-1303-555  8956 2017-01-01 23:24:00          45
    +#> 5822             25   A69-1303-555  8958 2017-01-01 23:26:00          45
    +#> 5823             25   A69-1303-555  8959 2017-01-01 23:28:00          45
    +#> 5824             25   A69-1303-555  8961 2017-01-01 23:30:00          45
    +#> 5825             25   A69-1303-555  8963 2017-01-01 23:32:00          45
    +#> 5826             25   A69-1303-555  8964 2017-01-01 23:34:00          45
    +#> 5827             25   A69-1303-555  8966 2017-01-01 23:36:00          45
    +#> 5828             25   A69-1303-555  8968 2017-01-01 23:40:00          45
    +#> 5829             25   A69-1303-555  8970 2017-01-01 23:42:00          45
    +#> 5830             25   A69-1303-555  8972 2017-01-01 23:44:00          45
    +#> 5831             25   A69-1303-555  8973 2017-01-01 23:46:00          45
    +#> 5832             25   A69-1303-555  8974 2017-01-01 23:48:00          45
    +#> 5833             25   A69-1303-555  8975 2017-01-01 23:50:00          45
    +#> 5834             25   A69-1303-555  8976 2017-01-01 23:54:00          45
    +#> 5835             25   A69-1303-555  8977 2017-01-02 00:02:00          45
    +#> 5836             25   A69-1303-555  8978 2017-01-02 00:12:00          45
    +#> 5837             25   A69-1303-555  8979 2017-01-02 00:24:00          45
    +#> 5838             25   A69-1303-555  8980 2017-01-02 03:56:00          45
    +#> 5839             25   A69-1303-555  8981 2017-01-02 03:58:00          45
    +#> 5840             25   A69-1303-555  8982 2017-01-02 04:00:00          45
    +#> 5841             25   A69-1303-555  8983 2017-01-02 04:02:00          45
    +#> 5842             25   A69-1303-555  8984 2017-01-02 04:04:00          45
    +#> 5843             25   A69-1303-555  8986 2017-01-02 04:06:00          45
    +#> 5844             25   A69-1303-555  8987 2017-01-02 04:08:00          45
    +#> 5845             25   A69-1303-555  8988 2017-01-02 04:10:00          45
    +#> 5846             25   A69-1303-555  8990 2017-01-02 04:12:00          45
    +#> 5847             25   A69-1303-555  8992 2017-01-02 04:16:00          45
    +#> 5848             25   A69-1303-555  8993 2017-01-02 04:18:00          45
    +#> 5849             25   A69-1303-555  8994 2017-01-02 04:20:00          45
    +#> 5850             25   A69-1303-555  8995 2017-01-02 04:22:00          45
    +#> 5851             25   A69-1303-555  8996 2017-01-02 04:24:00          45
    +#> 5852             25   A69-1303-555  8997 2017-01-02 04:26:00          45
    +#> 5853             25   A69-1303-555  8999 2017-01-02 04:28:00          45
    +#> 5854             25   A69-1303-555  9001 2017-01-02 04:30:00          45
    +#> 5855             25   A69-1303-555  9003 2017-01-02 04:32:00          45
    +#> 5856             25   A69-1303-555  9005 2017-01-02 04:34:00          45
    +#> 5857             25   A69-1303-555  9006 2017-01-02 04:36:00          45
    +#> 5858             25   A69-1303-555  9008 2017-01-02 04:38:00          45
    +#> 5859             25   A69-1303-555  9010 2017-01-02 04:40:00          45
    +#> 5860             25   A69-1303-555  9012 2017-01-02 04:42:00          45
    +#> 5861             25   A69-1303-555  9013 2017-01-02 04:44:00          45
    +#> 5862             25   A69-1303-555  9014 2017-01-02 18:40:00          50
    +#> 5863             25   A69-1303-555  9015 2017-01-02 18:52:00          50
    +#> 5864             25   A69-1303-555  9016 2017-01-02 18:54:00          50
    +#> 5865             25   A69-1303-555  9018 2017-01-02 18:56:00          50
    +#> 5866             25   A69-1303-555  9020 2017-01-02 19:00:00          50
    +#> 5867             25   A69-1303-555  9021 2017-01-02 19:02:00          50
    +#> 5868             25   A69-1303-555  9022 2017-01-02 22:04:00          50
    +#> 5869             25   A69-1303-555  9023 2017-01-02 22:10:00          50
    +#> 5870             25   A69-1303-555  9025 2017-01-02 22:12:00          50
    +#> 5871             25   A69-1303-555  9027 2017-01-02 22:14:00          50
    +#> 5872             25   A69-1303-555  9029 2017-01-02 22:16:00          50
    +#> 5873             25   A69-1303-555  9031 2017-01-02 22:18:00          50
    +#> 5874             25   A69-1303-555  9033 2017-01-03 07:20:00          50
    +#> 5875             25   A69-1303-555  9034 2017-01-03 07:22:00          50
    +#> 5876             25   A69-1303-555  9035 2017-01-03 07:26:00          50
    +#> 5877             25   A69-1303-555  9037 2017-01-03 07:28:00          50
    +#> 5878             25   A69-1303-555  9038 2017-01-03 07:30:00          50
    +#> 5879             25   A69-1303-555  9039 2017-01-03 07:34:00          50
    +#> 5880             25   A69-1303-555  9040 2017-01-03 07:36:00          50
    +#> 5881             25   A69-1303-555  9041 2017-01-03 10:24:00          50
    +#> 5882             25   A69-1303-555  9042 2017-01-03 10:26:00          50
    +#> 5883             25   A69-1303-555  9045 2017-01-03 10:28:00          50
    +#> 5884             25   A69-1303-555  9047 2017-01-03 10:30:00          50
    +#> 5885             25   A69-1303-555  9048 2017-01-03 10:32:00          50
    +#> 5886             25   A69-1303-555  9050 2017-01-03 10:34:00          50
    +#> 5887             25   A69-1303-555  9051 2017-01-03 10:36:00          50
    +#> 5888             25   A69-1303-555  9052 2017-01-05 02:00:00          45
    +#> 5889             25   A69-1303-555  9053 2017-01-05 02:02:00          45
    +#> 5890             25   A69-1303-555  9054 2017-01-05 02:04:00          45
    +#> 5891             25   A69-1303-555  9056 2017-01-05 02:22:00          45
    +#> 5892             25   A69-1303-555  9058 2017-01-05 02:26:00          45
    +#> 5893             25   A69-1303-555  9059 2017-01-05 02:28:00          45
    +#> 5894             25   A69-1303-555  9061 2017-01-05 02:30:00          45
    +#> 5895             25   A69-1303-555  9064 2017-01-05 02:32:00          45
    +#> 5896             25   A69-1303-555  9066 2017-01-05 02:34:00          45
    +#> 5897             25   A69-1303-555  9067 2017-01-05 02:36:00          45
    +#> 5898             25   A69-1303-555  9070 2017-01-05 02:38:00          45
    +#> 5899             25   A69-1303-555  9072 2017-01-05 02:40:00          45
    +#> 5900             25   A69-1303-555  9073 2017-01-05 02:42:00          45
    +#> 5901             25   A69-1303-555  9075 2017-01-05 02:44:00          45
    +#> 5902             25   A69-1303-555  9076 2017-01-05 02:46:00          45
    +#> 5903             25   A69-1303-555  9079 2017-01-05 02:48:00          45
    +#> 5904             25   A69-1303-555  9080 2017-01-05 02:50:00          45
    +#> 5905             25   A69-1303-555  9081 2017-01-05 02:52:00          45
    +#> 5906             25   A69-1303-555  9082 2017-01-05 02:54:00          45
    +#> 5907             25   A69-1303-555  9083 2017-01-05 02:56:00          45
    +#> 5908             25   A69-1303-555  9084 2017-01-05 02:58:00          45
    +#> 5909             25   A69-1303-555  9085 2017-01-05 03:00:00          45
    +#> 5910             25   A69-1303-555  9086 2017-01-05 03:04:00          45
    +#> 5911             25   A69-1303-555  9087 2017-01-05 03:06:00          45
    +#> 5912             25   A69-1303-555  9088 2017-01-05 03:08:00          45
    +#> 5913             25   A69-1303-555  9089 2017-01-05 03:10:00          45
    +#> 5914             25   A69-1303-555  9090 2017-01-05 03:12:00          45
    +#> 5915             25   A69-1303-555  9092 2017-01-05 03:14:00          45
    +#> 5916             25   A69-1303-555  9093 2017-01-05 03:16:00          45
    +#> 5917             25   A69-1303-555  9095 2017-01-05 03:18:00          45
    +#> 5918             25   A69-1303-555  9096 2017-01-05 03:20:00          45
    +#> 5919             25   A69-1303-555  9098 2017-01-05 03:22:00          45
    +#> 5920             25   A69-1303-555  9100 2017-01-05 03:26:00          45
    +#> 5921             25   A69-1303-555  9101 2017-01-05 03:32:00          45
    +#> 5922             25   A69-1303-555  9103 2017-01-05 03:34:00          45
    +#> 5923             25   A69-1303-555  9105 2017-01-05 03:36:00          45
    +#> 5924             25   A69-1303-555  9107 2017-01-05 03:44:00          45
    +#> 5925             25   A69-1303-555  9108 2017-01-05 04:02:00          45
    +#> 5926             25   A69-1303-555  9109 2017-01-05 04:12:00          45
    +#> 5927             25   A69-1303-555  9110 2017-01-05 04:14:00          45
    +#> 5928             25   A69-1303-555  9111 2017-01-05 04:24:00          45
    +#> 5929             25   A69-1303-555  9112 2017-01-05 04:26:00          45
    +#> 5930             25   A69-1303-555  9114 2017-01-05 04:30:00          45
    +#> 5931             25   A69-1303-555  9115 2017-01-05 04:32:00          45
    +#> 5932             25   A69-1303-555  9117 2017-01-05 04:34:00          45
    +#> 5933             25   A69-1303-555  9118 2017-01-05 04:36:00          45
    +#> 5934             25   A69-1303-555  9119 2017-01-05 04:40:00          45
    +#> 5935             25   A69-1303-555  9121 2017-01-05 04:42:00          45
    +#> 5936             25   A69-1303-555  9123 2017-01-05 04:44:00          45
    +#> 5937             25   A69-1303-555  9124 2017-01-05 04:46:00          45
    +#> 5938             25   A69-1303-555  9126 2017-01-05 04:48:00          45
    +#> 5939             25   A69-1303-555  9127 2017-01-05 04:50:00          45
    +#> 5940             25   A69-1303-555  9128 2017-01-05 04:52:00          45
    +#> 5941             25   A69-1303-555  9129 2017-01-05 04:58:00          45
    +#> 5942             25   A69-1303-555  9130 2017-01-05 05:00:00          45
    +#> 5943             25   A69-1303-555  9132 2017-01-05 05:02:00          45
    +#> 5944             25   A69-1303-555  9134 2017-01-05 05:06:00          45
    +#> 5945             25   A69-1303-555  9136 2017-01-05 05:08:00          45
    +#> 5946             25   A69-1303-555  9137 2017-01-05 05:12:00          45
    +#> 5947             25   A69-1303-555  9138 2017-01-05 05:20:00          45
    +#> 5948             25   A69-1303-555  9139 2017-01-05 05:24:00          45
    +#> 5949             25   A69-1303-555  9140 2017-01-05 05:32:00          45
    +#> 5950             25   A69-1303-555  9141 2017-01-05 05:36:00          45
    +#> 5951             25   A69-1303-555  9142 2017-01-05 05:42:00          45
    +#> 5952             25   A69-1303-555  9144 2017-01-05 05:44:00          45
    +#> 5953             25   A69-1303-555  9145 2017-01-05 05:50:00          45
    +#> 5954             25   A69-1303-555  9146 2017-01-05 06:56:00          45
    +#> 5955             25   A69-1303-555  9147 2017-01-05 07:00:00          45
    +#> 5956             25   A69-1303-555  9148 2017-01-05 07:06:00          45
    +#> 5957             25   A69-1303-555  9150 2017-01-05 07:08:00          45
    +#> 5958             25   A69-1303-555  9151 2017-01-05 07:10:00          45
    +#> 5959             25   A69-1303-555  9152 2017-01-05 07:14:00          45
    +#> 5960             25   A69-1303-555  9153 2017-01-05 07:16:00          45
    +#> 5961             25   A69-1303-555  9154 2017-01-05 07:18:00          45
    +#> 5962             25   A69-1303-555  9156 2017-01-05 07:20:00          45
    +#> 5963             25   A69-1303-555  9158 2017-01-05 07:24:00          45
    +#> 5964             25   A69-1303-555  9160 2017-01-05 07:26:00          45
    +#> 5965             25   A69-1303-555  9162 2017-01-05 07:28:00          45
    +#> 5966             25   A69-1303-555  9163 2017-01-05 07:30:00          45
    +#> 5967             25   A69-1303-555  9165 2017-01-05 07:32:00          45
    +#> 5968             25   A69-1303-555  9168 2017-01-05 07:34:00          45
    +#> 5969             25   A69-1303-555  9169 2017-01-05 07:36:00          45
    +#> 5970             25   A69-1303-555  9170 2017-01-05 07:38:00          45
    +#> 5971             25   A69-1303-555  9171 2017-01-05 07:40:00          45
    +#> 5972             25   A69-1303-555  9173 2017-01-05 07:46:00          45
    +#> 5973             25   A69-1303-555  9174 2017-01-05 07:48:00          45
    +#> 5974             25   A69-1303-555  9175 2017-01-05 07:50:00          45
    +#> 5975             25   A69-1303-555  9178 2017-01-05 07:52:00          45
    +#> 5976             25   A69-1303-555  9179 2017-01-05 07:54:00          45
    +#> 5977             25   A69-1303-555  9180 2017-01-05 07:56:00          45
    +#> 5978             25   A69-1303-555  9182 2017-01-05 07:58:00          45
    +#> 5979             25   A69-1303-555  9184 2017-01-05 08:00:00          45
    +#> 5980             25   A69-1303-555  9185 2017-01-05 08:02:00          45
    +#> 5981             25   A69-1303-555  9187 2017-01-05 08:04:00          45
    +#> 5982             25   A69-1303-555  9188 2017-01-05 08:06:00          45
    +#> 5983             25   A69-1303-555  9190 2017-01-05 08:08:00          45
    +#> 5984             25   A69-1303-555  9193 2017-01-05 08:10:00          45
    +#> 5985             25   A69-1303-555  9196 2017-01-05 08:12:00          45
    +#> 5986             25   A69-1303-555  9198 2017-01-05 08:14:00          45
    +#> 5987             25   A69-1303-555  9200 2017-01-05 08:16:00          45
    +#> 5988             25   A69-1303-555  9201 2017-01-05 08:18:00          45
    +#> 5989             25   A69-1303-555  9202 2017-01-05 08:20:00          45
    +#> 5990             25   A69-1303-555  9203 2017-01-05 08:22:00          45
    +#> 5991             25   A69-1303-555  9205 2017-01-05 08:24:00          45
    +#> 5992             25   A69-1303-555  9207 2017-01-05 08:26:00          45
    +#> 5993             25   A69-1303-555  9208 2017-01-05 08:28:00          45
    +#> 5994             25   A69-1303-555  9210 2017-01-05 08:30:00          45
    +#> 5995             25   A69-1303-555  9211 2017-01-05 08:32:00          45
    +#> 5996             25   A69-1303-555  9213 2017-01-05 08:36:00          45
    +#> 5997             25   A69-1303-555  9214 2017-01-05 08:38:00          45
    +#> 5998             25   A69-1303-555  9215 2017-01-05 08:42:00          45
    +#> 5999             25   A69-1303-555  9216 2017-01-05 08:46:00          45
    +#> 6000             25   A69-1303-555  9217 2017-01-05 08:56:00          45
    +#> 6001             25   A69-1303-555  9219 2017-01-05 08:58:00          45
    +#> 6002             25   A69-1303-555  9220 2017-01-05 09:00:00          45
    +#> 6003             25   A69-1303-555  9221 2017-01-05 09:04:00          45
    +#> 6004             25   A69-1303-555  9223 2017-01-05 09:06:00          45
    +#> 6005             25   A69-1303-555  9224 2017-01-05 09:08:00          45
    +#> 6006             25   A69-1303-555  9226 2017-01-05 09:10:00          45
    +#> 6007             25   A69-1303-555  9227 2017-01-05 09:12:00          45
    +#> 6008             25   A69-1303-555  9229 2017-01-05 09:14:00          45
    +#> 6009             25   A69-1303-555  9230 2017-01-05 09:16:00          45
    +#> 6010             25   A69-1303-555  9233 2017-01-05 09:18:00          45
    +#> 6011             25   A69-1303-555  9234 2017-01-05 09:22:00          45
    +#> 6012             25   A69-1303-555  9235 2017-01-05 09:24:00          45
    +#> 6013             25   A69-1303-555  9236 2017-01-05 09:26:00          45
    +#> 6014             25   A69-1303-555  9238 2017-01-05 09:28:00          45
    +#> 6015             25   A69-1303-555  9239 2017-01-05 09:30:00          45
    +#> 6016             25   A69-1303-555  9240 2017-01-05 09:32:00          45
    +#> 6017             25   A69-1303-555  9243 2017-01-05 09:36:00          45
    +#> 6018             25   A69-1303-555  9245 2017-01-05 09:38:00          45
    +#> 6019             25   A69-1303-555  9246 2017-01-05 09:40:00          45
    +#> 6020             25   A69-1303-555  9248 2017-01-05 09:42:00          45
    +#> 6021             25   A69-1303-555  9250 2017-01-05 09:44:00          45
    +#> 6022             25   A69-1303-555  9251 2017-01-05 09:46:00          45
    +#> 6023             25   A69-1303-555  9252 2017-01-05 09:48:00          45
    +#> 6024             25   A69-1303-555  9254 2017-01-05 09:50:00          45
    +#> 6025             25   A69-1303-555  9255 2017-01-05 09:52:00          45
    +#> 6026             25   A69-1303-555  9256 2017-01-05 09:54:00          45
    +#> 6027             25   A69-1303-555  9258 2017-01-05 09:56:00          45
    +#> 6028             25   A69-1303-555  9259 2017-01-05 09:58:00          45
    +#> 6029             25   A69-1303-555  9261 2017-01-05 10:00:00          45
    +#> 6030             25   A69-1303-555  9264 2017-01-05 10:02:00          45
    +#> 6031             25   A69-1303-555  9266 2017-01-05 10:04:00          45
    +#> 6032             25   A69-1303-555  9267 2017-01-05 10:06:00          45
    +#> 6033             25   A69-1303-555  9269 2017-01-05 10:08:00          45
    +#> 6034             25   A69-1303-555  9271 2017-01-05 10:10:00          45
    +#> 6035             25   A69-1303-555  9273 2017-01-05 10:12:00          45
    +#> 6036             25   A69-1303-555  9275 2017-01-05 10:14:00          45
    +#> 6037             25   A69-1303-555  9276 2017-01-05 10:16:00          45
    +#> 6038             25   A69-1303-555  9278 2017-01-05 10:18:00          45
    +#> 6039             25   A69-1303-555  9279 2017-01-05 10:20:00          45
    +#> 6040             25   A69-1303-555  9281 2017-01-05 10:24:00          45
    +#> 6041             25   A69-1303-555  9282 2017-01-05 10:26:00          45
    +#> 6042             25   A69-1303-555  9284 2017-01-05 10:28:00          45
    +#> 6043             25   A69-1303-555  9286 2017-01-05 10:30:00          45
    +#> 6044             25   A69-1303-555  9287 2017-01-05 10:32:00          45
    +#> 6045             25   A69-1303-555  9289 2017-01-05 10:34:00          45
    +#> 6046             25   A69-1303-555  9291 2017-01-05 10:36:00          45
    +#> 6047             25   A69-1303-555  9292 2017-01-05 10:38:00          45
    +#> 6048             25   A69-1303-555  9293 2017-01-05 10:42:00          45
    +#> 6049             25   A69-1303-555  9295 2017-01-05 10:44:00          45
    +#> 6050             25   A69-1303-555  9296 2017-01-05 10:46:00          45
    +#> 6051             25   A69-1303-555  9297 2017-01-05 10:48:00          45
    +#> 6052             25   A69-1303-555  9298 2017-01-06 19:38:00          51
    +#> 6053             25   A69-1303-555  9299 2017-01-06 19:40:00          51
    +#> 6054             25   A69-1303-555  9300 2017-01-06 19:42:00          51
    +#> 6055             25   A69-1303-555  9302 2017-01-06 19:44:00          51
    +#> 6056             25   A69-1303-555  9303 2017-01-06 19:48:00          51
    +#> 6057             25   A69-1303-555  9304 2017-01-08 03:52:00          50
    +#> 6058             25   A69-1303-555  9305 2017-01-08 03:54:00          50
    +#> 6059             25   A69-1303-555  9306 2017-01-08 03:56:00          50
    +#> 6060             25   A69-1303-555  9308 2017-01-08 03:58:00          50
    +#> 6061             25   A69-1303-555  9309 2017-01-08 04:00:00          50
    +#> 6062             25   A69-1303-555  9310 2017-01-08 04:02:00          50
    +#> 6063             25   A69-1303-555  9312 2017-01-08 04:04:00          50
    +#> 6064             25   A69-1303-555  9313 2017-01-08 04:06:00          50
    +#> 6065             25   A69-1303-555  9314 2017-01-08 04:08:00          50
    +#> 6066             25   A69-1303-555  9315 2017-01-08 17:22:00          48
    +#> 6067             25   A69-1303-555  9317 2017-01-08 17:24:00          48
    +#> 6068             25   A69-1303-555  9318 2017-01-08 17:26:00          48
    +#> 6069             25   A69-1303-555  9321 2017-01-08 17:28:00          48
    +#> 6070             25   A69-1303-555  9322 2017-01-08 17:30:00          48
    +#> 6071             25   A69-1303-555  9323 2017-01-08 17:32:00          48
    +#> 6072             25   A69-1303-555  9325 2017-01-08 17:36:00          48
    +#> 6073             25   A69-1303-555  9326 2017-01-08 17:38:00          48
    +#> 6074             25   A69-1303-555  9329 2017-01-08 17:40:00          48
    +#> 6075             25   A69-1303-555  9330 2017-01-08 17:42:00          48
    +#> 6076             25   A69-1303-555  9331 2017-01-08 17:44:00          48
    +#> 6077             25   A69-1303-555  9333 2017-01-08 17:46:00          48
    +#> 6078             25   A69-1303-555  9334 2017-01-08 17:48:00          48
    +#> 6079             25   A69-1303-555  9336 2017-01-08 17:50:00          48
    +#> 6080             25   A69-1303-555  9337 2017-01-08 17:52:00          48
    +#> 6081             25   A69-1303-555  9340 2017-01-08 17:54:00          48
    +#> 6082             25   A69-1303-555  9341 2017-01-08 17:56:00          48
    +#> 6083             25   A69-1303-555  9344 2017-01-08 17:58:00          48
    +#> 6084             25   A69-1303-555  9345 2017-01-08 18:00:00          48
    +#> 6085             25   A69-1303-555  9347 2017-01-08 18:02:00          48
    +#> 6086             25   A69-1303-555  9350 2017-01-08 18:04:00          48
    +#> 6087             25   A69-1303-555  9351 2017-01-08 18:06:00          48
    +#> 6088             25   A69-1303-555  9353 2017-01-08 18:08:00          48
    +#> 6089             25   A69-1303-555  9354 2017-01-08 18:10:00          48
    +#> 6090             25   A69-1303-555  9356 2017-01-08 18:12:00          48
    +#> 6091             25   A69-1303-555  9357 2017-01-08 18:14:00          48
    +#> 6092             25   A69-1303-555  9358 2017-01-08 18:16:00          48
    +#> 6093             25   A69-1303-555  9359 2017-01-08 18:18:00          48
    +#> 6094             25   A69-1303-555  9362 2017-01-08 18:20:00          48
    +#> 6095             25   A69-1303-555  9364 2017-01-08 18:22:00          48
    +#> 6096             25   A69-1303-555  9366 2017-01-08 18:24:00          48
    +#> 6097             25   A69-1303-555  9368 2017-01-08 18:26:00          48
    +#> 6098             25   A69-1303-555  9369 2017-01-08 18:28:00          48
    +#> 6099             25   A69-1303-555  9371 2017-01-08 18:30:00          48
    +#> 6100             25   A69-1303-555  9373 2017-01-08 18:32:00          48
    +#> 6101             25   A69-1303-555  9374 2017-01-08 18:34:00          48
    +#> 6102             25   A69-1303-555  9376 2017-01-08 18:36:00          48
    +#> 6103             25   A69-1303-555  9377 2017-01-08 18:38:00          48
    +#> 6104             25   A69-1303-555  9378 2017-01-08 18:40:00          48
    +#> 6105             25   A69-1303-555  9379 2017-01-09 17:34:00          45
    +#> 6106             25   A69-1303-555  9380 2017-01-09 17:36:00          45
    +#> 6107             25   A69-1303-555  9381 2017-01-09 17:38:00          45
    +#> 6108             25   A69-1303-555  9382 2017-01-09 17:40:00          45
    +#> 6109             25   A69-1303-555  9384 2017-01-09 17:42:00          45
    +#> 6110             25   A69-1303-555  9386 2017-01-09 17:44:00          45
    +#> 6111             25   A69-1303-555  9387 2017-01-09 19:56:00          45
    +#> 6112             25   A69-1303-555  9389 2017-01-09 19:58:00          45
    +#> 6113             25   A69-1303-555  9390 2017-01-09 20:00:00          45
    +#> 6114             25   A69-1303-555  9391 2017-01-09 20:02:00          45
    +#> 6115             25   A69-1303-555  9392 2017-01-09 20:04:00          45
    +#> 6116             25   A69-1303-555  9393 2017-01-09 20:06:00          45
    +#> 6117             25   A69-1303-555  9394 2017-01-09 20:10:00          45
    +#> 6118             25   A69-1303-555  9395 2017-01-09 20:12:00          45
    +#> 6119             25   A69-1303-555  9396 2017-01-09 20:14:00          45
    +#> 6120             25   A69-1303-555  9398 2017-01-09 20:16:00          45
    +#> 6121             25   A69-1303-555  9399 2017-01-09 20:18:00          45
    +#> 6122             25   A69-1303-555  9401 2017-01-09 20:20:00          45
    +#> 6123             25   A69-1303-555  9403 2017-01-09 20:22:00          45
    +#> 6124             25   A69-1303-555  9404 2017-01-09 20:24:00          45
    +#> 6125             25   A69-1303-555  9405 2017-01-09 20:26:00          45
    +#> 6126             25   A69-1303-555  9406 2017-01-09 20:28:00          45
    +#> 6127             25   A69-1303-555  9407 2017-01-09 20:44:00          45
    +#> 6128             25   A69-1303-555  9409 2017-01-09 20:46:00          45
    +#> 6129             25   A69-1303-555  9410 2017-01-09 20:50:00          45
    +#> 6130             25   A69-1303-555  9411 2017-01-09 20:52:00          45
    +#> 6131             25   A69-1303-555  9413 2017-01-09 20:54:00          45
    +#> 6132             25   A69-1303-555  9415 2017-01-09 20:56:00          45
    +#> 6133             25   A69-1303-555  9416 2017-01-09 20:58:00          45
    +#> 6134             25   A69-1303-555  9418 2017-01-09 21:02:00          45
    +#> 6135             25   A69-1303-555  9419 2017-01-09 21:10:00          45
    +#> 6136             25   A69-1303-555  9422 2017-01-09 22:18:00          48
    +#> 6137             25   A69-1303-555  9423 2017-01-09 22:20:00          48
    +#> 6138             25   A69-1303-555  9424 2017-01-09 22:22:00          48
    +#> 6139             25   A69-1303-555  9425 2017-01-09 22:24:00          48
    +#> 6140             25   A69-1303-555  9427 2017-01-09 22:26:00          48
    +#> 6141             25   A69-1303-555  9428 2017-01-09 22:28:00          48
    +#> 6142             25   A69-1303-555  9430 2017-01-09 22:30:00          48
    +#> 6143             25   A69-1303-555  9433 2017-01-09 22:34:00          48
    +#> 6144             25   A69-1303-555  9435 2017-01-09 22:36:00          48
    +#> 6145             25   A69-1303-555  9437 2017-01-09 22:38:00          48
    +#> 6146             25   A69-1303-555  9438 2017-01-09 22:40:00          48
    +#> 6147             25   A69-1303-555  9440 2017-01-09 22:42:00          48
    +#> 6148             25   A69-1303-555  9441 2017-01-09 22:46:00          48
    +#> 6149             25   A69-1303-555  9442 2017-01-09 22:52:00          48
    +#> 6150             25   A69-1303-555  9443 2017-01-09 22:54:00          48
    +#> 6151             25   A69-1303-555  9444 2017-01-12 14:00:00          50
    +#> 6152             25   A69-1303-555  9445 2017-01-12 14:02:00          50
    +#> 6153             25   A69-1303-555  9447 2017-01-12 21:28:00          41
    +#> 6154             25   A69-1303-555  9449 2017-01-12 21:32:00          41
    +#> 6155             25   A69-1303-555  9450 2017-01-12 21:36:00          41
    +#> 6156             25   A69-1303-555  9451 2017-01-13 07:34:00          24
    +#> 6157             25   A69-1303-555  9452 2017-01-13 07:36:00          24
    +#> 6158             25   A69-1303-555  9453 2017-01-13 07:38:00          24
    +#> 6159             25   A69-1303-555  9454 2017-01-13 07:40:00          24
    +#> 6160             25   A69-1303-555  9456 2017-01-13 07:42:00          24
    +#> 6161             25   A69-1303-555  9457 2017-01-13 07:44:00          24
    +#> 6162             25   A69-1303-555  9459 2017-01-13 07:46:00          24
    +#> 6163             25   A69-1303-555  9462 2017-01-13 07:48:00          24
    +#> 6164             25   A69-1303-555  9464 2017-01-13 07:50:00          24
    +#> 6165             25   A69-1303-555  9465 2017-01-13 07:52:00          24
    +#> 6166             25   A69-1303-555  9467 2017-01-13 07:54:00          24
    +#> 6167             25   A69-1303-555  9469 2017-01-13 07:56:00          24
    +#> 6168             25   A69-1303-555  9471 2017-01-13 07:58:00          24
    +#> 6169             25   A69-1303-555  9472 2017-01-13 08:06:00          24
    +#> 6170             25   A69-1303-555  9474 2017-01-13 08:12:00          24
    +#> 6171             25   A69-1303-555  9475 2017-01-13 09:42:00          50
    +#> 6172             25   A69-1303-555  9476 2017-01-13 09:44:00          50
    +#> 6173             25   A69-1303-555  9477 2017-01-13 20:30:00          45
    +#> 6174             25   A69-1303-555  9479 2017-01-13 20:32:00          45
    +#> 6175             25   A69-1303-555  9480 2017-01-13 20:34:00          45
    +#> 6176             25   A69-1303-555  9482 2017-01-13 20:40:00          45
    +#> 6177             25   A69-1303-555  9484 2017-01-13 20:42:00          45
    +#> 6178             25   A69-1303-555  9486 2017-01-13 20:44:00          45
    +#> 6179             25   A69-1303-555  9488 2017-01-13 20:46:00          45
    +#> 6180             25   A69-1303-555  9489 2017-01-13 20:48:00          45
    +#> 6181             25   A69-1303-555  9490 2017-01-13 20:50:00          45
    +#> 6182             25   A69-1303-555  9493 2017-01-13 20:52:00          45
    +#> 6183             25   A69-1303-555  9494 2017-01-13 20:54:00          45
    +#> 6184             25   A69-1303-555  9496 2017-01-13 20:56:00          45
    +#> 6185             25   A69-1303-555  9498 2017-01-13 20:58:00          45
    +#> 6186             25   A69-1303-555  9500 2017-01-13 21:00:00          45
    +#> 6187             25   A69-1303-555  9501 2017-01-13 22:16:00          45
    +#> 6188             25   A69-1303-555  9502 2017-01-13 22:20:00          45
    +#> 6189             25   A69-1303-555  9505 2017-01-13 22:22:00          45
    +#> 6190             25   A69-1303-555  9507 2017-01-13 22:24:00          45
    +#> 6191             25   A69-1303-555  9508 2017-01-13 22:26:00          45
    +#> 6192             25   A69-1303-555  9509 2017-01-13 22:28:00          45
    +#> 6193             25   A69-1303-555  9511 2017-01-13 22:32:00          45
    +#> 6194             25   A69-1303-555  9512 2017-01-13 22:34:00          45
    +#> 6195             25   A69-1303-555  9513 2017-01-13 22:36:00          45
    +#> 6196             25   A69-1303-555  9514 2017-01-13 22:38:00          45
    +#> 6197             25   A69-1303-555  9516 2017-01-13 22:40:00          45
    +#> 6198             25   A69-1303-555  9519 2017-01-13 22:42:00          45
    +#> 6199             25   A69-1303-555  9521 2017-01-13 22:44:00          45
    +#> 6200             25   A69-1303-555  9524 2017-01-13 22:46:00          45
    +#> 6201             25   A69-1303-555  9526 2017-01-13 22:48:00          45
    +#> 6202             25   A69-1303-555  9527 2017-01-13 22:50:00          45
    +#> 6203             25   A69-1303-555  9530 2017-01-13 22:52:00          45
    +#> 6204             25   A69-1303-555  9531 2017-01-13 22:54:00          45
    +#> 6205             25   A69-1303-555  9533 2017-01-13 22:58:00          45
    +#> 6206             25   A69-1303-555  9534 2017-01-13 23:00:00          45
    +#> 6207             25   A69-1303-555  9536 2017-01-13 23:02:00          45
    +#> 6208             25   A69-1303-555  9538 2017-01-13 23:04:00          45
    +#> 6209             25   A69-1303-555  9540 2017-01-13 23:06:00          45
    +#> 6210             25   A69-1303-555  9542 2017-01-13 23:08:00          45
    +#> 6211             25   A69-1303-555  9543 2017-01-13 23:10:00          45
    +#> 6212             25   A69-1303-555  9545 2017-01-13 23:12:00          45
    +#> 6213             25   A69-1303-555  9547 2017-01-14 05:36:00          51
    +#> 6214             25   A69-1303-555  9550 2017-01-14 05:38:00          51
    +#> 6215             25   A69-1303-555  9552 2017-01-14 05:40:00          51
    +#> 6216             25   A69-1303-555  9553 2017-01-14 05:42:00          51
    +#> 6217             25   A69-1303-555  9555 2017-01-14 05:44:00          51
    +#> 6218             25   A69-1303-555  9556 2017-01-14 05:46:00          51
    +#> 6219             25   A69-1303-555  9558 2017-01-14 05:48:00          51
    +#> 6220             25   A69-1303-555  9560 2017-01-14 05:50:00          51
    +#> 6221             25   A69-1303-555  9561 2017-01-14 05:52:00          51
    +#> 6222             25   A69-1303-555  9562 2017-01-15 03:58:00          47
    +#> 6223             25   A69-1303-555  9563 2017-01-15 04:00:00          47
    +#> 6224             25   A69-1303-555  9564 2017-01-15 04:02:00          47
    +#> 6225             25   A69-1303-555  9565 2017-01-15 04:04:00          47
    +#> 6226             25   A69-1303-555  9567 2017-01-15 09:08:00          47
    +#> 6227             25   A69-1303-555  9569 2017-01-15 09:10:00          47
    +#> 6228             25   A69-1303-555  9571 2017-01-15 09:12:00          47
    +#> 6229             25   A69-1303-555  9573 2017-01-15 17:42:00          41
    +#> 6230             25   A69-1303-555  9574 2017-01-15 17:44:00          41
    +#> 6231             25   A69-1303-555  9575 2017-01-15 17:48:00          41
    +#> 6232             25   A69-1303-555  9576 2017-01-15 17:50:00          41
    +#> 6233             25   A69-1303-555  9577 2017-01-15 17:58:00          47
    +#> 6234             25   A69-1303-555  9578 2017-01-15 18:00:00          47
    +#> 6235             25   A69-1303-555  9580 2017-01-15 18:02:00          47
    +#> 6236             25   A69-1303-555  9581 2017-01-15 18:04:00          47
    +#> 6237             25   A69-1303-555  9582 2017-01-15 18:06:00          47
    +#> 6238             25   A69-1303-555  9584 2017-01-15 18:08:00          47
    +#> 6239             25   A69-1303-555  9585 2017-01-15 18:10:00          47
    +#> 6240             25   A69-1303-555  9586 2017-01-15 18:12:00          47
    +#> 6241             25   A69-1303-555  9588 2017-01-15 18:14:00          47
    +#> 6242             25   A69-1303-555  9590 2017-01-15 18:16:00          47
    +#> 6243             25   A69-1303-555  9591 2017-01-15 18:18:00          47
    +#> 6244             25   A69-1303-555  9592 2017-01-15 18:20:00          47
    +#> 6245             25   A69-1303-555  9593 2017-01-15 18:36:00          47
    +#> 6246             25   A69-1303-555  9594 2017-01-15 18:40:00          47
    +#> 6247             25   A69-1303-555  9595 2017-01-15 18:42:00          47
    +#> 6248             25   A69-1303-555  9596 2017-01-15 18:46:00          47
    +#> 6249             25   A69-1303-555  9598 2017-01-15 18:48:00          47
    +#> 6250             25   A69-1303-555  9600 2017-01-15 18:50:00          47
    +#> 6251             25   A69-1303-555  9601 2017-01-15 18:52:00          47
    +#> 6252             25   A69-1303-555  9602 2017-01-15 19:04:00          47
    +#> 6253             25   A69-1303-555  9603 2017-01-15 19:06:00          47
    +#> 6254             25   A69-1303-555  9605 2017-01-15 19:10:00          47
    +#> 6255             25   A69-1303-555  9606 2017-01-15 19:12:00          47
    +#> 6256             25   A69-1303-555  9608 2017-01-15 19:14:00          47
    +#> 6257             25   A69-1303-555  9609 2017-01-15 19:16:00          47
    +#> 6258             25   A69-1303-555  9610 2017-01-15 19:18:00          47
    +#> 6259             25   A69-1303-555  9612 2017-01-15 19:20:00          47
    +#> 6260             25   A69-1303-555  9613 2017-01-15 19:22:00          47
    +#> 6261             25   A69-1303-555  9614 2017-01-15 19:30:00          47
    +#> 6262             25   A69-1303-555  9615 2017-01-15 19:34:00          47
    +#> 6263             25   A69-1303-555  9616 2017-01-15 19:36:00          47
    +#> 6264             25   A69-1303-555  9617 2017-01-15 19:40:00          47
    +#> 6265             25   A69-1303-555  9618 2017-01-15 19:42:00          41
    +#> 6266             25   A69-1303-555  9619 2017-01-15 19:44:00          47
    +#> 6267             25   A69-1303-555  9620 2017-01-15 19:44:00          41
    +#> 6268             25   A69-1303-555  9622 2017-01-15 19:46:00          47
    +#> 6269             25   A69-1303-555  9623 2017-01-15 19:46:00          41
    +#> 6270             25   A69-1303-555  9625 2017-01-15 19:50:00          41
    +#> 6271             25   A69-1303-555  9627 2017-01-15 19:52:00          41
    +#> 6272             25   A69-1303-555  9629 2017-01-15 19:54:00          41
    +#> 6273             25   A69-1303-555  9631 2017-01-15 19:56:00          41
    +#> 6274             25   A69-1303-555  9633 2017-01-15 19:58:00          41
    +#> 6275             25   A69-1303-555  9635 2017-01-15 20:00:00          41
    +#> 6276             25   A69-1303-555  9636 2017-01-15 20:02:00          41
    +#> 6277             25   A69-1303-555  9638 2017-01-15 20:04:00          41
    +#> 6278             25   A69-1303-555  9640 2017-01-15 20:06:00          41
    +#> 6279             25   A69-1303-555  9642 2017-01-15 20:08:00          41
    +#> 6280             25   A69-1303-555  9643 2017-01-15 20:10:00          41
    +#> 6281             25   A69-1303-555  9646 2017-01-15 20:26:00          41
    +#> 6282             25   A69-1303-555  9647 2017-01-16 09:14:00          24
    +#> 6283             25   A69-1303-555  9648 2017-01-16 09:16:00          24
    +#> 6284             25   A69-1303-555  9649 2017-01-16 09:34:00          24
    +#> 6285             25   A69-1303-555  9650 2017-01-16 09:46:00          24
    +#> 6286             25   A69-1303-555  9651 2017-01-16 09:48:00          24
    +#> 6287             25   A69-1303-555  9652 2017-01-16 09:50:00          24
    +#> 6288             25   A69-1303-555  9654 2017-01-16 09:54:00          24
    +#> 6289             25   A69-1303-555  9655 2017-01-16 09:56:00          24
    +#> 6290             25   A69-1303-555  9657 2017-01-16 10:00:00          24
    +#> 6291             25   A69-1303-555  9659 2017-01-16 10:02:00          24
    +#> 6292             25   A69-1303-555  9660 2017-01-16 10:04:00          24
    +#> 6293             25   A69-1303-555  9661 2017-01-16 10:06:00          24
    +#> 6294             25   A69-1303-555  9662 2017-01-16 10:08:00          24
    +#> 6295             25   A69-1303-555  9663 2017-01-16 10:12:00          24
    +#> 6296             25   A69-1303-555  9664 2017-01-16 10:16:00          24
    +#> 6297             25   A69-1303-555  9665 2017-01-16 10:20:00          24
    +#> 6298             25   A69-1303-555  9666 2017-01-16 10:22:00          24
    +#> 6299             25   A69-1303-555  9667 2017-01-16 10:24:00          24
    +#> 6300             25   A69-1303-555  9668 2017-01-16 11:10:00          24
    +#> 6301             25   A69-1303-555  9669 2017-01-16 11:24:00          24
    +#> 6302             25   A69-1303-555  9670 2017-01-16 11:28:00          24
    +#> 6303             25   A69-1303-555  9671 2017-01-16 11:30:00          24
    +#> 6304             25   A69-1303-555  9672 2017-01-16 11:32:00          24
    +#> 6305             25   A69-1303-555  9674 2017-01-16 11:36:00          24
    +#> 6306             25   A69-1303-555  9676 2017-01-16 11:38:00          24
    +#> 6307             25   A69-1303-555  9678 2017-01-16 11:44:00          24
    +#> 6308             25   A69-1303-555  9680 2017-01-16 11:46:00          24
    +#> 6309             25   A69-1303-555  9681 2017-01-16 11:48:00          24
    +#> 6310             25   A69-1303-555  9684 2017-01-16 11:50:00          24
    +#> 6311             25   A69-1303-555  9686 2017-01-16 11:52:00          24
    +#> 6312             25   A69-1303-555  9687 2017-01-16 11:54:00          24
    +#> 6313             25   A69-1303-555  9689 2017-01-16 11:56:00          24
    +#> 6314             25   A69-1303-555  9691 2017-01-16 11:58:00          24
    +#> 6315             25   A69-1303-555  9693 2017-01-16 12:00:00          24
    +#> 6316             25   A69-1303-555  9694 2017-01-16 12:02:00          24
    +#> 6317             25   A69-1303-555  9695 2017-01-16 12:04:00          24
    +#> 6318             25   A69-1303-555  9697 2017-01-16 12:06:00          24
    +#> 6319             25   A69-1303-555  9698 2017-01-16 12:44:00          50
    +#> 6320             25   A69-1303-555  9699 2017-01-16 12:46:00          50
    +#> 6321             25   A69-1303-555  9701 2017-01-16 12:50:00          50
    +#> 6322             25   A69-1303-555  9704 2017-01-16 12:52:00          50
    +#> 6323             25   A69-1303-555  9705 2017-01-16 12:54:00          50
    +#> 6324             25   A69-1303-555  9707 2017-01-16 12:56:00          50
    +#> 6325             25   A69-1303-555  9709 2017-01-16 12:58:00          50
    +#> 6326             25   A69-1303-555  9710 2017-01-16 13:00:00          50
    +#> 6327             25   A69-1303-555  9711 2017-01-16 13:02:00          50
    +#> 6328             25   A69-1303-555  9712 2017-01-16 13:06:00          50
    +#> 6329             25   A69-1303-555  9713 2017-01-16 13:08:00          50
    +#> 6330             25   A69-1303-555  9714 2017-01-16 13:10:00          50
    +#> 6331             25   A69-1303-555  9716 2017-01-16 13:12:00          50
    +#> 6332             25   A69-1303-555  9717 2017-01-16 13:14:00          50
    +#> 6333             25   A69-1303-555  9719 2017-01-16 13:16:00          50
    +#> 6334             25   A69-1303-555  9721 2017-01-16 13:18:00          50
    +#> 6335             25   A69-1303-555  9723 2017-01-16 13:20:00          50
    +#> 6336             25   A69-1303-555  9725 2017-01-16 13:22:00          50
    +#> 6337             25   A69-1303-555  9726 2017-01-16 13:24:00          50
    +#> 6338             25   A69-1303-555  9727 2017-01-16 13:26:00          50
    +#> 6339             25   A69-1303-555  9728 2017-01-16 13:28:00          50
    +#> 6340             25   A69-1303-555  9729 2017-01-16 13:30:00          50
    +#> 6341             25   A69-1303-555  9730 2017-01-16 13:38:00          50
    +#> 6342             25   A69-1303-555  9732 2017-01-16 13:40:00          50
    +#> 6343             25   A69-1303-555  9733 2017-01-16 13:42:00          50
    +#> 6344             25   A69-1303-555  9734 2017-01-16 13:44:00          50
    +#> 6345             25   A69-1303-555  9735 2017-01-16 13:46:00          50
    +#> 6346             25   A69-1303-555  9736 2017-01-16 13:50:00          50
    +#> 6347             25   A69-1303-555  9738 2017-01-16 13:52:00          50
    +#> 6348             25   A69-1303-555  9740 2017-01-16 13:54:00          50
    +#> 6349             25   A69-1303-555  9742 2017-01-16 13:56:00          50
    +#> 6350             25   A69-1303-555  9743 2017-01-16 13:58:00          50
    +#> 6351             25   A69-1303-555  9745 2017-01-16 14:00:00          50
    +#> 6352             25   A69-1303-555  9747 2017-01-16 14:02:00          50
    +#> 6353             25   A69-1303-555  9750 2017-01-16 14:04:00          50
    +#> 6354             25   A69-1303-555  9751 2017-01-16 14:06:00          50
    +#> 6355             25   A69-1303-555  9752 2017-01-16 14:08:00          50
    +#> 6356             25   A69-1303-555  9753 2017-01-16 14:10:00          50
    +#> 6357             25   A69-1303-555  9754 2017-01-16 14:12:00          50
    +#> 6358             25   A69-1303-555  9756 2017-01-16 14:14:00          50
    +#> 6359             25   A69-1303-555  9757 2017-01-16 14:24:00          50
    +#> 6360             25   A69-1303-555  9759 2017-01-16 14:26:00          50
    +#> 6361             25   A69-1303-555  9761 2017-01-16 17:16:00          24
    +#> 6362             25   A69-1303-555  9763 2017-01-16 17:22:00          24
    +#> 6363             25   A69-1303-555  9764 2017-01-16 17:24:00          24
    +#> 6364             25   A69-1303-555  9765 2017-01-16 17:26:00          24
    +#> 6365             25   A69-1303-555  9766 2017-01-16 17:28:00          24
    +#> 6366             25   A69-1303-555  9767 2017-01-16 18:04:00          24
    +#> 6367             25   A69-1303-555  9769 2017-01-16 18:06:00          24
    +#> 6368             25   A69-1303-555  9771 2017-01-16 18:08:00          24
    +#> 6369             25   A69-1303-555  9773 2017-01-16 18:10:00          24
    +#> 6370             25   A69-1303-555  9775 2017-01-16 18:12:00          24
    +#> 6371             25   A69-1303-555  9777 2017-01-16 18:14:00          24
    +#> 6372             25   A69-1303-555  9779 2017-01-16 18:16:00          24
    +#> 6373             25   A69-1303-555  9780 2017-01-16 19:40:00          24
    +#> 6374             25   A69-1303-555  9782 2017-01-16 19:44:00          24
    +#> 6375             25   A69-1303-555  9783 2017-01-17 10:58:00          45
    +#> 6376             25   A69-1303-555  9784 2017-01-17 11:04:00          45
    +#> 6377             25   A69-1303-555  9785 2017-01-17 11:10:00          45
    +#> 6378             25   A69-1303-555  9786 2017-01-17 11:16:00          45
    +#> 6379             25   A69-1303-555  9789 2017-01-17 11:20:00          45
    +#> 6380             25   A69-1303-555  9792 2017-01-17 11:22:00          45
    +#> 6381             25   A69-1303-555  9793 2017-01-17 11:24:00          45
    +#> 6382             25   A69-1303-555  9794 2017-01-17 11:26:00          45
    +#> 6383             25   A69-1303-555  9795 2017-01-17 11:28:00          45
    +#> 6384             25   A69-1303-555  9797 2017-01-17 11:30:00          45
    +#> 6385             25   A69-1303-555  9798 2017-01-17 11:32:00          45
    +#> 6386             25   A69-1303-555  9799 2017-01-17 11:36:00          45
    +#> 6387             25   A69-1303-555  9801 2017-01-17 11:38:00          45
    +#> 6388             25   A69-1303-555  9803 2017-01-17 11:40:00          45
    +#> 6389             25   A69-1303-555  9804 2017-01-17 11:42:00          45
    +#> 6390             25   A69-1303-555  9805 2017-01-17 11:44:00          45
    +#> 6391             25   A69-1303-555  9806 2017-01-17 11:46:00          45
    +#> 6392             25   A69-1303-555  9807 2017-01-17 11:48:00          45
    +#> 6393             25   A69-1303-555  9809 2017-01-17 11:50:00          45
    +#> 6394             25   A69-1303-555  9810 2017-01-17 11:52:00          45
    +#> 6395             25   A69-1303-555  9812 2017-01-17 11:54:00          45
    +#> 6396             25   A69-1303-555  9813 2017-01-17 11:56:00          45
    +#> 6397             25   A69-1303-555  9815 2017-01-17 11:58:00          45
    +#> 6398             25   A69-1303-555  9817 2017-01-17 12:04:00          45
    +#> 6399             25   A69-1303-555  9819 2017-01-17 12:06:00          45
    +#> 6400             25   A69-1303-555  9821 2017-01-17 12:08:00          45
    +#> 6401             25   A69-1303-555  9823 2017-01-17 12:10:00          45
    +#> 6402             25   A69-1303-555  9824 2017-01-17 12:12:00          45
    +#> 6403             25   A69-1303-555  9827 2017-01-17 12:14:00          45
    +#> 6404             25   A69-1303-555  9829 2017-01-17 12:16:00          45
    +#> 6405             25   A69-1303-555  9831 2017-01-17 12:18:00          45
    +#> 6406             25   A69-1303-555  9832 2017-01-17 12:20:00          45
    +#> 6407             25   A69-1303-555  9833 2017-01-17 12:24:00          45
    +#> 6408             25   A69-1303-555  9834 2017-01-17 12:28:00          45
    +#> 6409             25   A69-1303-555  9835 2017-01-17 12:30:00          45
    +#> 6410             25   A69-1303-555  9838 2017-01-17 12:32:00          45
    +#> 6411             25   A69-1303-555  9839 2017-01-17 12:34:00          45
    +#> 6412             25   A69-1303-555  9840 2017-01-17 12:36:00          45
    +#> 6413             25   A69-1303-555  9842 2017-01-17 12:38:00          45
    +#> 6414             25   A69-1303-555  9843 2017-01-17 12:40:00          45
    +#> 6415             25   A69-1303-555  9844 2017-01-17 12:42:00          45
    +#> 6416             25   A69-1303-555  9846 2017-01-17 12:44:00          45
    +#> 6417             25   A69-1303-555  9848 2017-01-17 12:46:00          45
    +#> 6418             25   A69-1303-555  9849 2017-01-17 12:48:00          45
    +#> 6419             25   A69-1303-555  9850 2017-01-17 12:50:00          45
    +#> 6420             25   A69-1303-555  9852 2017-01-17 12:52:00          45
    +#> 6421             25   A69-1303-555  9853 2017-01-17 12:54:00          45
    +#> 6422             25   A69-1303-555  9854 2017-01-17 12:58:00          45
    +#> 6423             25   A69-1303-555  9856 2017-01-17 13:00:00          45
    +#> 6424             25   A69-1303-555  9857 2017-01-17 13:02:00          45
    +#> 6425             25   A69-1303-555  9858 2017-01-17 13:04:00          45
    +#> 6426             25   A69-1303-555  9859 2017-01-17 13:06:00          45
    +#> 6427             25   A69-1303-555  9861 2017-01-17 13:08:00          45
    +#> 6428             25   A69-1303-555  9863 2017-01-17 13:10:00          45
    +#> 6429             25   A69-1303-555  9865 2017-01-17 13:12:00          45
    +#> 6430             25   A69-1303-555  9866 2017-01-17 13:14:00          45
    +#> 6431             25   A69-1303-555  9868 2017-01-17 13:16:00          45
    +#> 6432             25   A69-1303-555  9870 2017-01-17 13:18:00          45
    +#> 6433             25   A69-1303-555  9872 2017-01-17 13:20:00          45
    +#> 6434             25   A69-1303-555  9874 2017-01-18 19:40:00          50
    +#> 6435             25   A69-1303-555  9875 2017-01-18 19:42:00          50
    +#> 6436             25   A69-1303-555  9876 2017-01-21 02:24:00          24
    +#> 6437             25   A69-1303-555  9877 2017-01-21 02:26:00          24
    +#> 6438             25   A69-1303-555  9879 2017-01-21 02:28:00          24
    +#> 6439             25   A69-1303-555  9880 2017-01-21 02:30:00          24
    +#> 6440             25   A69-1303-555  9882 2017-01-21 02:32:00          24
    +#> 6441             25   A69-1303-555  9883 2017-01-21 02:34:00          24
    +#> 6442             25   A69-1303-555  9886 2017-01-21 02:36:00          24
    +#> 6443             25   A69-1303-555  9888 2017-01-21 02:38:00          24
    +#> 6444             25   A69-1303-555  9890 2017-01-21 02:40:00          24
    +#> 6445             25   A69-1303-555  9891 2017-01-21 02:42:00          24
    +#> 6446             25   A69-1303-555  9893 2017-01-21 02:44:00          24
    +#> 6447             25   A69-1303-555  9896 2017-01-21 02:46:00          24
    +#> 6448             25   A69-1303-555  9897 2017-01-21 02:48:00          24
    +#> 6449             25   A69-1303-555  9899 2017-01-21 02:50:00          24
    +#> 6450             25   A69-1303-555  9901 2017-01-21 02:52:00          24
    +#> 6451             25   A69-1303-555  9902 2017-01-21 02:54:00          24
    +#> 6452             25   A69-1303-555  9904 2017-01-21 03:00:00          24
    +#> 6453             25   A69-1303-555  9905 2017-01-21 03:06:00          24
    +#> 6454             25   A69-1303-555  9906 2017-01-21 03:24:00          24
    +#> 6455             25   A69-1303-555  9907 2017-01-23 00:46:00          45
    +#> 6456             25   A69-1303-555  9908 2017-01-23 00:52:00          45
    +#> 6457             25   A69-1303-555  9910 2017-01-23 00:54:00          45
    +#> 6458             25   A69-1303-555  9912 2017-01-23 00:56:00          45
    +#> 6459             25   A69-1303-555  9913 2017-01-23 00:58:00          45
    +#> 6460             25   A69-1303-555  9915 2017-01-23 01:00:00          45
    +#> 6461             25   A69-1303-555  9916 2017-01-23 01:02:00          45
    +#> 6462             25   A69-1303-555  9918 2017-01-23 01:04:00          45
    +#> 6463             25   A69-1303-555  9920 2017-01-23 01:06:00          45
    +#> 6464             25   A69-1303-555  9921 2017-01-23 01:08:00          45
    +#> 6465             25   A69-1303-555  9924 2017-01-23 01:10:00          45
    +#> 6466             25   A69-1303-555  9925 2017-01-23 01:12:00          45
    +#> 6467             25   A69-1303-555  9928 2017-01-23 01:14:00          45
    +#> 6468             25   A69-1303-555  9929 2017-01-23 01:16:00          45
    +#> 6469             25   A69-1303-555  9931 2017-01-23 01:18:00          45
    +#> 6470             25   A69-1303-555  9933 2017-01-23 01:20:00          45
    +#> 6471             25   A69-1303-555  9935 2017-01-23 01:22:00          45
    +#> 6472             25   A69-1303-555  9937 2017-01-23 01:26:00          45
    +#> 6473             25   A69-1303-555  9939 2017-01-23 01:28:00          45
    +#> 6474             25   A69-1303-555  9940 2017-01-23 01:30:00          45
    +#> 6475             25   A69-1303-555  9942 2017-01-23 01:32:00          45
    +#> 6476             25   A69-1303-555  9944 2017-01-23 01:34:00          45
    +#> 6477             25   A69-1303-555  9946 2017-01-23 01:36:00          45
    +#> 6478             25   A69-1303-555  9948 2017-01-23 01:38:00          45
    +#> 6479             25   A69-1303-555  9949 2017-01-23 01:40:00          45
    +#> 6480             25   A69-1303-555  9951 2017-01-23 01:42:00          45
    +#> 6481             25   A69-1303-555  9953 2017-01-23 01:44:00          45
    +#> 6482             25   A69-1303-555  9954 2017-01-23 01:46:00          45
    +#> 6483             25   A69-1303-555  9955 2017-01-23 01:48:00          45
    +#> 6484             25   A69-1303-555  9957 2017-01-23 01:50:00          45
    +#> 6485             25   A69-1303-555  9959 2017-01-23 01:52:00          45
    +#> 6486             25   A69-1303-555  9961 2017-01-23 01:54:00          45
    +#> 6487             25   A69-1303-555  9963 2017-01-23 01:56:00          45
    +#> 6488             25   A69-1303-555  9964 2017-01-23 01:58:00          45
    +#> 6489             25   A69-1303-555  9965 2017-01-23 02:00:00          45
    +#> 6490             25   A69-1303-555  9966 2017-01-23 02:02:00          45
    +#> 6491             25   A69-1303-555  9967 2017-01-23 02:06:00          21
    +#> 6492             25   A69-1303-555  9969 2017-01-23 02:08:00          21
    +#> 6493             25   A69-1303-555  9970 2017-01-23 02:14:00          21
    +#> 6494             25   A69-1303-555  9971 2017-01-23 05:14:00          21
    +#> 6495             25   A69-1303-555  9972 2017-01-23 05:16:00          21
    +#> 6496             25   A69-1303-555  9973 2017-01-23 05:18:00          21
    +#> 6497             25   A69-1303-555  9974 2017-01-23 05:20:00          21
    +#> 6498             25   A69-1303-555  9976 2017-01-23 05:22:00          21
    +#> 6499             25   A69-1303-555  9977 2017-01-23 05:26:00          21
    +#> 6500             25   A69-1303-555  9978 2017-01-23 05:28:00          21
    +#> 6501             25   A69-1303-555  9980 2017-01-23 05:30:00          21
    +#> 6502             25   A69-1303-555  9981 2017-01-23 08:18:00          43
    +#> 6503             25   A69-1303-555  9983 2017-01-23 08:20:00          43
    +#> 6504             25   A69-1303-555  9985 2017-01-23 08:22:00          43
    +#> 6505             25   A69-1303-555  9987 2017-01-23 08:24:00          43
    +#> 6506             25   A69-1303-555  9988 2017-01-23 08:26:00          43
    +#> 6507             25   A69-1303-555  9990 2017-01-23 08:28:00          43
    +#> 6508             25   A69-1303-555  9992 2017-01-23 08:30:00          43
    +#> 6509             25   A69-1303-555  9995 2017-01-23 08:32:00          43
    +#> 6510             25   A69-1303-555  9996 2017-01-23 08:34:00          43
    +#> 6511             25   A69-1303-555  9998 2017-01-23 08:36:00          43
    +#> 6512             25   A69-1303-555 10000 2017-01-23 08:38:00          43
    +#> 6513             25   A69-1303-555 10002 2017-01-23 08:40:00          43
    +#> 6514             25   A69-1303-555 10003 2017-01-23 08:42:00          43
    +#> 6515             25   A69-1303-555 10005 2017-01-23 08:44:00          43
    +#> 6516             25   A69-1303-555 10007 2017-01-23 08:46:00          43
    +#> 6517             25   A69-1303-555 10009 2017-01-23 08:48:00          43
    +#> 6518             25   A69-1303-555 10011 2017-01-23 08:50:00          43
    +#> 6519             25   A69-1303-555 10012 2017-01-23 08:52:00          43
    +#> 6520             25   A69-1303-555 10014 2017-01-23 08:54:00          43
    +#> 6521             25   A69-1303-555 10016 2017-01-23 08:56:00          43
    +#> 6522             25   A69-1303-555 10018 2017-01-23 08:58:00          43
    +#> 6523             25   A69-1303-555 10019 2017-01-23 09:00:00          43
    +#> 6524             25   A69-1303-555 10021 2017-01-23 09:02:00          43
    +#> 6525             25   A69-1303-555 10023 2017-01-23 09:04:00          43
    +#> 6526             25   A69-1303-555 10024 2017-01-23 09:06:00          43
    +#> 6527             25   A69-1303-555 10026 2017-01-23 09:08:00          43
    +#> 6528             25   A69-1303-555 10028 2017-01-23 09:10:00          43
    +#> 6529             25   A69-1303-555 10030 2017-01-23 09:12:00          43
    +#> 6530             25   A69-1303-555 10032 2017-01-23 09:14:00          43
    +#> 6531             25   A69-1303-555 10034 2017-01-23 09:16:00          43
    +#> 6532             25   A69-1303-555 10035 2017-01-23 09:18:00          43
    +#> 6533             25   A69-1303-555 10036 2017-01-23 09:20:00          43
    +#> 6534             25   A69-1303-555 10039 2017-01-23 09:22:00          43
    +#> 6535             25   A69-1303-555 10040 2017-01-23 09:24:00          43
    +#> 6536             25   A69-1303-555 10042 2017-01-23 09:26:00          43
    +#> 6537             25   A69-1303-555 10044 2017-01-23 09:28:00          43
    +#> 6538             25   A69-1303-555 10046 2017-01-23 09:30:00          43
    +#> 6539             25   A69-1303-555 10048 2017-01-23 09:32:00          43
    +#> 6540             25   A69-1303-555 10050 2017-01-23 09:34:00          43
    +#> 6541             25   A69-1303-555 10051 2017-01-23 09:36:00          43
    +#> 6542             25   A69-1303-555 10053 2017-01-23 09:40:00          43
    +#> 6543             25   A69-1303-555 10054 2017-01-23 09:42:00          43
    +#> 6544             25   A69-1303-555 10055 2017-01-23 09:48:00          43
    +#> 6545             25   A69-1303-555 10057 2017-01-23 09:50:00          43
    +#> 6546             25   A69-1303-555 10059 2017-01-23 09:52:00          43
    +#> 6547             25   A69-1303-555 10061 2017-01-23 09:54:00          43
    +#> 6548             25   A69-1303-555 10063 2017-01-23 09:56:00          43
    +#> 6549             25   A69-1303-555 10065 2017-01-23 09:58:00          43
    +#> 6550             25   A69-1303-555 10067 2017-01-23 10:00:00          43
    +#> 6551             25   A69-1303-555 10068 2017-01-23 10:02:00          43
    +#> 6552             25   A69-1303-555 10070 2017-01-23 10:04:00          43
    +#> 6553             25   A69-1303-555 10073 2017-01-23 10:06:00          43
    +#> 6554             25   A69-1303-555 10075 2017-01-23 10:08:00          43
    +#> 6555             25   A69-1303-555 10076 2017-01-23 10:10:00          43
    +#> 6556             25   A69-1303-555 10078 2017-01-23 10:12:00          43
    +#> 6557             25   A69-1303-555 10080 2017-01-23 10:14:00          43
    +#> 6558             25   A69-1303-555 10081 2017-01-23 10:16:00          43
    +#> 6559             25   A69-1303-555 10083 2017-01-23 10:18:00          43
    +#> 6560             25   A69-1303-555 10084 2017-01-23 10:20:00          43
    +#> 6561             25   A69-1303-555 10085 2017-01-23 10:24:00          43
    +#> 6562             25   A69-1303-555 10086 2017-01-23 10:26:00          43
    +#> 6563             25   A69-1303-555 10087 2017-01-23 10:30:00          43
    +#> 6564             25   A69-1303-555 10088 2017-01-23 10:32:00          43
    +#> 6565             25   A69-1303-555 10089 2017-01-23 10:34:00          43
    +#> 6566             25   A69-1303-555 10090 2017-01-23 11:50:00          45
    +#> 6567             25   A69-1303-555 10091 2017-01-23 11:52:00          45
    +#> 6568             25   A69-1303-555 10092 2017-01-23 12:00:00          45
    +#> 6569             25   A69-1303-555 10093 2017-01-23 12:18:00          45
    +#> 6570             25   A69-1303-555 10094 2017-01-23 12:22:00          45
    +#> 6571             25   A69-1303-555 10095 2017-01-23 12:24:00          45
    +#> 6572             25   A69-1303-555 10096 2017-01-23 12:32:00          45
    +#> 6573             25   A69-1303-555 10097 2017-01-23 12:40:00          45
    +#> 6574             25   A69-1303-555 10099 2017-01-23 12:42:00          45
    +#> 6575             25   A69-1303-555 10100 2017-01-23 12:44:00          45
    +#> 6576             25   A69-1303-555 10101 2017-01-23 12:46:00          45
    +#> 6577             25   A69-1303-555 10103 2017-01-23 12:48:00          45
    +#> 6578             25   A69-1303-555 10105 2017-01-23 12:50:00          45
    +#> 6579             25   A69-1303-555 10106 2017-01-23 12:52:00          45
    +#> 6580             25   A69-1303-555 10107 2017-01-23 12:54:00          45
    +#> 6581             25   A69-1303-555 10109 2017-01-23 12:56:00          45
    +#> 6582             25   A69-1303-555 10111 2017-01-23 12:58:00          45
    +#> 6583             25   A69-1303-555 10113 2017-01-23 13:00:00          45
    +#> 6584             25   A69-1303-555 10115 2017-01-23 13:02:00          45
    +#> 6585             25   A69-1303-555 10116 2017-01-23 13:04:00          45
    +#> 6586             25   A69-1303-555 10118 2017-01-23 13:06:00          45
    +#> 6587             25   A69-1303-555 10120 2017-01-23 13:08:00          45
    +#> 6588             25   A69-1303-555 10121 2017-01-23 13:10:00          45
    +#> 6589             25   A69-1303-555 10122 2017-01-23 13:14:00          45
    +#> 6590             25   A69-1303-555 10123 2017-01-23 13:18:00          45
    +#> 6591             25   A69-1303-555 10124 2017-01-23 13:22:00          45
    +#> 6592             25   A69-1303-555 10125 2017-01-23 13:24:00          45
    +#> 6593             25   A69-1303-555 10126 2017-01-23 13:26:00          45
    +#> 6594             25   A69-1303-555 10127 2017-01-23 13:28:00          45
    +#> 6595             25   A69-1303-555 10129 2017-01-23 13:30:00          45
    +#> 6596             25   A69-1303-555 10130 2017-01-23 13:32:00          45
    +#> 6597             25   A69-1303-555 10131 2017-01-23 13:38:00          45
    +#> 6598             25   A69-1303-555 10132 2017-01-23 13:40:00          45
    +#> 6599             25   A69-1303-555 10133 2017-01-23 13:42:00          45
    +#> 6600             25   A69-1303-555 10134 2017-01-23 13:44:00          45
    +#> 6601             25   A69-1303-555 10135 2017-01-23 13:46:00          45
    +#> 6602             25   A69-1303-555 10137 2017-01-23 13:48:00          45
    +#> 6603             25   A69-1303-555 10139 2017-01-23 13:50:00          45
    +#> 6604             25   A69-1303-555 10140 2017-01-23 13:52:00          45
    +#> 6605             25   A69-1303-555 10141 2017-01-23 13:56:00          45
    +#> 6606             25   A69-1303-555 10143 2017-01-23 13:58:00          45
    +#> 6607             25   A69-1303-555 10145 2017-01-23 14:00:00          45
    +#> 6608             25   A69-1303-555 10146 2017-01-23 14:02:00          45
    +#> 6609             25   A69-1303-555 10147 2017-01-23 14:04:00          45
    +#> 6610             25   A69-1303-555 10149 2017-01-23 14:06:00          45
    +#> 6611             25   A69-1303-555 10150 2017-01-23 14:08:00          45
    +#> 6612             25   A69-1303-555 10151 2017-01-23 14:10:00          45
    +#> 6613             25   A69-1303-555 10153 2017-01-23 14:12:00          45
    +#> 6614             25   A69-1303-555 10155 2017-01-23 14:16:00          45
    +#> 6615             25   A69-1303-555 10156 2017-01-23 14:18:00          45
    +#> 6616             25   A69-1303-555 10157 2017-01-23 14:20:00          45
    +#> 6617             25   A69-1303-555 10158 2017-01-23 14:22:00          45
    +#> 6618             25   A69-1303-555 10160 2017-01-23 14:24:00          45
    +#> 6619             25   A69-1303-555 10162 2017-01-23 14:26:00          45
    +#> 6620             25   A69-1303-555 10164 2017-01-23 14:28:00          45
    +#> 6621             25   A69-1303-555 10165 2017-01-23 14:30:00          45
    +#> 6622             25   A69-1303-555 10166 2017-01-23 14:32:00          45
    +#> 6623             25   A69-1303-555 10168 2017-01-23 14:34:00          45
    +#> 6624             25   A69-1303-555 10170 2017-01-23 14:38:00          45
    +#> 6625             25   A69-1303-555 10172 2017-01-23 14:40:00          45
    +#> 6626             25   A69-1303-555 10173 2017-01-23 14:42:00          45
    +#> 6627             25   A69-1303-555 10175 2017-01-23 14:44:00          45
    +#> 6628             25   A69-1303-555 10178 2017-01-23 14:46:00          45
    +#> 6629             25   A69-1303-555 10180 2017-01-23 14:48:00          45
    +#> 6630             25   A69-1303-555 10181 2017-01-23 14:50:00          45
    +#> 6631             25   A69-1303-555 10182 2017-01-23 14:52:00          45
    +#> 6632             25   A69-1303-555 10185 2017-01-23 14:54:00          45
    +#> 6633             25   A69-1303-555 10186 2017-01-23 14:56:00          45
    +#> 6634             25   A69-1303-555 10187 2017-01-23 14:58:00          45
    +#> 6635             25   A69-1303-555 10188 2017-01-23 15:00:00          45
    +#> 6636             25   A69-1303-555 10189 2017-01-23 15:02:00          45
    +#> 6637             25   A69-1303-555 10191 2017-01-23 15:04:00          45
    +#> 6638             25   A69-1303-555 10193 2017-01-23 15:06:00          45
    +#> 6639             25   A69-1303-555 10195 2017-01-23 15:10:00          45
    +#> 6640             25   A69-1303-555 10196 2017-01-23 15:12:00          45
    +#> 6641             25   A69-1303-555 10198 2017-01-23 15:18:00          45
    +#> 6642             25   A69-1303-555 10199 2017-01-23 15:26:00          45
    +#> 6643             25   A69-1303-555 10200 2017-01-23 15:28:00          45
    +#> 6644             25   A69-1303-555 10202 2017-01-23 15:32:00          45
    +#> 6645             25   A69-1303-555 10203 2017-01-23 15:34:00          45
    +#> 6646             25   A69-1303-555 10204 2017-01-23 15:36:00          45
    +#> 6647             25   A69-1303-555 10205 2017-01-23 15:40:00          45
    +#> 6648             25   A69-1303-555 10206 2017-01-23 15:42:00          45
    +#> 6649             25   A69-1303-555 10207 2017-01-23 15:44:00          45
    +#> 6650             25   A69-1303-555 10208 2017-01-23 15:48:00          45
    +#> 6651             25   A69-1303-555 10209 2017-01-23 15:50:00          45
    +#> 6652             25   A69-1303-555 10210 2017-01-23 15:52:00          45
    +#> 6653             25   A69-1303-555 10211 2017-01-23 15:54:00          45
    +#> 6654             25   A69-1303-555 10212 2017-01-23 15:56:00          45
    +#> 6655             25   A69-1303-555 10213 2017-01-23 15:58:00          45
    +#> 6656             25   A69-1303-555 10215 2017-01-23 16:00:00          45
    +#> 6657             25   A69-1303-555 10217 2017-01-23 16:04:00          45
    +#> 6658             25   A69-1303-555 10218 2017-01-23 16:06:00          45
    +#> 6659             25   A69-1303-555 10219 2017-01-23 16:08:00          45
    +#> 6660             25   A69-1303-555 10220 2017-01-23 16:10:00          45
    +#> 6661             25   A69-1303-555 10221 2017-01-23 16:12:00          45
    +#> 6662             25   A69-1303-555 10222 2017-01-23 16:14:00          45
    +#> 6663             25   A69-1303-555 10224 2017-01-23 16:16:00          45
    +#> 6664             25   A69-1303-555 10225 2017-01-23 16:18:00          45
    +#> 6665             25   A69-1303-555 10227 2017-01-23 16:24:00          45
    +#> 6666             25   A69-1303-555 10229 2017-01-23 16:26:00          45
    +#> 6667             25   A69-1303-555 10231 2017-01-23 16:28:00          45
    +#> 6668             25   A69-1303-555 10233 2017-01-23 16:30:00          45
    +#> 6669             25   A69-1303-555 10234 2017-01-23 16:32:00          45
    +#> 6670             25   A69-1303-555 10235 2017-01-23 16:34:00          45
    +#> 6671             25   A69-1303-555 10237 2017-01-23 16:36:00          45
    +#> 6672             25   A69-1303-555 10238 2017-01-23 16:38:00          45
    +#> 6673             25   A69-1303-555 10239 2017-01-23 16:42:00          45
    +#> 6674             25   A69-1303-555 10242 2017-01-23 16:44:00          45
    +#> 6675             25   A69-1303-555 10243 2017-01-23 16:46:00          45
    +#> 6676             25   A69-1303-555 10244 2017-01-23 16:48:00          45
    +#> 6677             25   A69-1303-555 10246 2017-01-23 16:50:00          45
    +#> 6678             25   A69-1303-555 10247 2017-01-23 16:52:00          45
    +#> 6679             25   A69-1303-555 10249 2017-01-23 16:54:00          45
    +#> 6680             25   A69-1303-555 10251 2017-01-23 16:56:00          45
    +#> 6681             25   A69-1303-555 10253 2017-01-23 16:58:00          45
    +#> 6682             25   A69-1303-555 10254 2017-01-23 17:00:00          45
    +#> 6683             25   A69-1303-555 10255 2017-01-23 17:06:00          45
    +#> 6684             25   A69-1303-555 10258 2017-01-23 17:10:00          45
    +#> 6685             25   A69-1303-555 10259 2017-01-23 17:12:00          45
    +#> 6686             25   A69-1303-555 10260 2017-01-23 17:14:00          45
    +#> 6687             25   A69-1303-555 10262 2017-01-23 17:16:00          45
    +#> 6688             25   A69-1303-555 10265 2017-01-23 17:18:00          45
    +#> 6689             25   A69-1303-555 10266 2017-01-23 17:20:00          45
    +#> 6690             25   A69-1303-555 10267 2017-01-23 17:22:00          45
    +#> 6691             25   A69-1303-555 10269 2017-01-23 17:24:00          45
    +#> 6692             25   A69-1303-555 10271 2017-01-23 17:26:00          45
    +#> 6693             25   A69-1303-555 10273 2017-01-23 17:28:00          45
    +#> 6694             25   A69-1303-555 10274 2017-01-23 17:30:00          45
    +#> 6695             25   A69-1303-555 10275 2017-01-23 17:32:00          45
    +#> 6696             25   A69-1303-555 10277 2017-01-23 17:34:00          45
    +#> 6697             25   A69-1303-555 10278 2017-01-23 17:36:00          45
    +#> 6698             25   A69-1303-555 10280 2017-01-23 17:38:00          45
    +#> 6699             25   A69-1303-555 10282 2017-01-23 17:40:00          45
    +#> 6700             25   A69-1303-555 10283 2017-01-23 17:44:00          45
    +#> 6701             25   A69-1303-555 10284 2017-01-23 17:46:00          45
    +#> 6702             25   A69-1303-555 10285 2017-01-23 17:48:00          45
    +#> 6703             25   A69-1303-555 10287 2017-01-23 17:52:00          45
    +#> 6704             25   A69-1303-555 10289 2017-01-23 17:54:00          45
    +#> 6705             25   A69-1303-555 10290 2017-01-23 17:56:00          45
    +#> 6706             25   A69-1303-555 10292 2017-01-23 17:58:00          45
    +#> 6707             25   A69-1303-555 10293 2017-01-23 18:02:00          45
    +#> 6708             25   A69-1303-555 10294 2017-01-23 18:04:00          45
    +#> 6709             25   A69-1303-555 10296 2017-01-23 18:06:00          45
    +#> 6710             25   A69-1303-555 10298 2017-01-23 18:08:00          45
    +#> 6711             25   A69-1303-555 10300 2017-01-23 18:10:00          45
    +#> 6712             25   A69-1303-555 10302 2017-01-23 18:12:00          45
    +#> 6713             25   A69-1303-555 10304 2017-01-23 18:14:00          45
    +#> 6714             25   A69-1303-555 10305 2017-01-23 18:16:00          45
    +#> 6715             25   A69-1303-555 10307 2017-01-23 18:18:00          45
    +#> 6716             25   A69-1303-555 10308 2017-01-23 18:20:00          45
    +#> 6717             25   A69-1303-555 10309 2017-01-23 18:22:00          45
    +#> 6718             25   A69-1303-555 10310 2017-01-23 18:24:00          45
    +#> 6719             25   A69-1303-555 10311 2017-01-23 18:26:00          45
    +#> 6720             25   A69-1303-555 10313 2017-01-23 18:28:00          45
    +#> 6721             25   A69-1303-555 10314 2017-01-23 18:36:00          45
    +#> 6722             25   A69-1303-555 10315 2017-01-23 18:38:00          45
    +#> 6723             25   A69-1303-555 10317 2017-01-23 18:40:00          45
    +#> 6724             25   A69-1303-555 10319 2017-01-23 18:42:00          45
    +#> 6725             25   A69-1303-555 10321 2017-01-23 18:44:00          45
    +#> 6726             25   A69-1303-555 10322 2017-01-23 18:48:00          45
    +#> 6727             25   A69-1303-555 10324 2017-01-23 18:50:00          45
    +#> 6728             25   A69-1303-555 10326 2017-01-23 20:12:00          48
    +#> 6729             25   A69-1303-555 10328 2017-01-23 20:14:00          48
    +#> 6730             25   A69-1303-555 10329 2017-01-23 20:16:00          48
    +#> 6731             25   A69-1303-555 10331 2017-01-23 20:18:00          48
    +#> 6732             25   A69-1303-555 10333 2017-01-23 20:20:00          48
    +#> 6733             25   A69-1303-555 10335 2017-01-23 20:22:00          48
    +#> 6734             25   A69-1303-555 10336 2017-01-23 20:24:00          48
    +#> 6735             25   A69-1303-555 10338 2017-01-23 20:26:00          48
    +#> 6736             25   A69-1303-555 10339 2017-01-23 20:28:00          48
    +#> 6737             25   A69-1303-555 10341 2017-01-23 20:30:00          48
    +#> 6738             25   A69-1303-555 10343 2017-01-23 20:32:00          48
    +#> 6739             25   A69-1303-555 10344 2017-01-23 20:34:00          48
    +#> 6740             25   A69-1303-555 10347 2017-01-23 20:36:00          48
    +#> 6741             25   A69-1303-555 10348 2017-01-23 20:38:00          48
    +#> 6742             25   A69-1303-555 10349 2017-01-23 20:40:00          48
    +#> 6743             25   A69-1303-555 10350 2017-01-23 20:42:00          48
    +#> 6744             25   A69-1303-555 10351 2017-01-25 02:04:00          50
    +#> 6745             25   A69-1303-555 10352 2017-01-25 02:08:00          50
    +#> 6746             25   A69-1303-555 10353 2017-01-29 15:36:00          45
    +#> 6747             25   A69-1303-555 10354 2017-01-29 15:38:00          45
    +#> 6748             25   A69-1303-555 10355 2017-01-29 15:48:00          45
    +#> 6749             25   A69-1303-555 10356 2017-01-29 15:50:00          45
    +#> 6750             25   A69-1303-555 10357 2017-01-29 15:54:00          45
    +#> 6751             25   A69-1303-555 10358 2017-01-29 15:58:00          45
    +#> 6752             25   A69-1303-555 10359 2017-01-29 16:00:00          45
    +#> 6753             25   A69-1303-555 10360 2017-01-29 16:02:00          45
    +#> 6754             25   A69-1303-555 10361 2017-01-29 16:04:00          45
    +#> 6755             25   A69-1303-555 10363 2017-01-29 16:06:00          45
    +#> 6756             25   A69-1303-555 10366 2017-01-29 16:08:00          45
    +#> 6757             25   A69-1303-555 10367 2017-01-29 16:10:00          45
    +#> 6758             25   A69-1303-555 10369 2017-01-29 16:12:00          45
    +#> 6759             25   A69-1303-555 10370 2017-01-29 16:14:00          45
    +#> 6760             25   A69-1303-555 10371 2017-01-29 16:18:00          45
    +#> 6761             25   A69-1303-555 10373 2017-01-29 16:22:00          45
    +#> 6762             25   A69-1303-555 10375 2017-01-29 16:24:00          45
    +#> 6763             25   A69-1303-555 10377 2017-01-29 16:26:00          45
    +#> 6764             25   A69-1303-555 10378 2017-01-29 16:28:00          45
    +#> 6765             25   A69-1303-555 10379 2017-01-29 16:30:00          45
    +#> 6766             25   A69-1303-555 10380 2017-01-29 16:32:00          45
    +#> 6767             25   A69-1303-555 10382 2017-01-29 16:36:00          45
    +#> 6768             25   A69-1303-555 10384 2017-01-29 16:38:00          45
    +#> 6769             25   A69-1303-555 10386 2017-01-29 16:40:00          45
    +#> 6770             25   A69-1303-555 10388 2017-01-29 16:42:00          45
    +#> 6771             25   A69-1303-555 10390 2017-01-29 16:44:00          45
    +#> 6772             25   A69-1303-555 10391 2017-01-29 16:46:00          45
    +#> 6773             25   A69-1303-555 10393 2017-01-29 16:50:00          45
    +#> 6774             25   A69-1303-555 10395 2017-01-29 16:52:00          45
    +#> 6775             25   A69-1303-555 10397 2017-01-29 16:54:00          45
    +#> 6776             25   A69-1303-555 10398 2017-01-29 16:56:00          45
    +#> 6777             25   A69-1303-555 10399 2017-01-29 16:58:00          45
    +#> 6778             25   A69-1303-555 10401 2017-01-29 17:00:00          45
    +#> 6779             25   A69-1303-555 10403 2017-01-29 17:02:00          45
    +#> 6780             25   A69-1303-555 10405 2017-01-29 17:04:00          45
    +#> 6781             25   A69-1303-555 10406 2017-01-29 17:06:00          45
    +#> 6782             25   A69-1303-555 10408 2017-01-29 17:08:00          45
    +#> 6783             25   A69-1303-555 10410 2017-01-29 17:10:00          45
    +#> 6784             25   A69-1303-555 10411 2017-01-29 17:12:00          45
    +#> 6785             25   A69-1303-555 10412 2017-01-29 17:14:00          45
    +#> 6786             25   A69-1303-555 10414 2017-01-29 17:16:00          45
    +#> 6787             25   A69-1303-555 10416 2017-01-29 17:18:00          45
    +#> 6788             25   A69-1303-555 10418 2017-01-29 17:20:00          45
    +#> 6789             25   A69-1303-555 10420 2017-01-29 17:22:00          45
    +#> 6790             25   A69-1303-555 10421 2017-01-29 17:24:00          45
    +#> 6791             25   A69-1303-555 10422 2017-01-29 17:26:00          45
    +#> 6792             25   A69-1303-555 10424 2017-01-29 17:28:00          45
    +#> 6793             25   A69-1303-555 10425 2017-01-29 17:30:00          45
    +#> 6794             25   A69-1303-555 10427 2017-01-29 17:32:00          45
    +#> 6795             25   A69-1303-555 10428 2017-01-29 17:36:00          45
    +#> 6796             25   A69-1303-555 10429 2017-01-29 17:38:00          45
    +#> 6797             25   A69-1303-555 10431 2017-01-29 17:40:00          45
    +#> 6798             25   A69-1303-555 10433 2017-01-29 17:42:00          45
    +#> 6799             25   A69-1303-555 10434 2017-01-29 17:44:00          45
    +#> 6800             25   A69-1303-555 10437 2017-01-29 17:46:00          45
    +#> 6801             25   A69-1303-555 10439 2017-01-29 17:48:00          45
    +#> 6802             25   A69-1303-555 10441 2017-01-29 17:50:00          45
    +#> 6803             25   A69-1303-555 10443 2017-01-29 17:52:00          45
    +#> 6804             25   A69-1303-555 10444 2017-01-29 17:56:00          45
    +#> 6805             25   A69-1303-555 10446 2017-01-29 17:58:00          45
    +#> 6806             25   A69-1303-555 10448 2017-01-29 18:00:00          45
    +#> 6807             25   A69-1303-555 10449 2017-01-29 18:02:00          45
    +#> 6808             25   A69-1303-555 10450 2017-01-29 18:04:00          45
    +#> 6809             25   A69-1303-555 10451 2017-01-29 18:06:00          45
    +#> 6810             25   A69-1303-555 10452 2017-01-29 18:10:00          45
    +#> 6811             25   A69-1303-555 10453 2017-01-29 18:14:00          45
    +#> 6812             25   A69-1303-555 10455 2017-01-30 22:58:00          45
    +#> 6813             25   A69-1303-555 10457 2017-01-30 23:02:00          45
    +#> 6814             25   A69-1303-555 10458 2017-01-30 23:04:00          45
    +#> 6815             25   A69-1303-555 10459 2017-01-30 23:06:00          45
    +#> 6816             25   A69-1303-555 10460 2017-01-30 23:08:00          45
    +#> 6817             25   A69-1303-555 10462 2017-01-30 23:10:00          45
    +#> 6818             25   A69-1303-555 10463 2017-01-30 23:12:00          45
    +#> 6819             25   A69-1303-555 10464 2017-01-30 23:14:00          45
    +#> 6820             25   A69-1303-555 10466 2017-01-30 23:16:00          45
    +#> 6821             25   A69-1303-555 10467 2017-01-30 23:18:00          45
    +#> 6822             25   A69-1303-555 10468 2017-01-30 23:20:00          45
    +#> 6823             25   A69-1303-555 10469 2017-01-30 23:22:00          45
    +#> 6824             25   A69-1303-555 10471 2017-01-30 23:24:00          45
    +#> 6825             25   A69-1303-555 10472 2017-01-30 23:28:00          45
    +#> 6826             25   A69-1303-555 10473 2017-01-30 23:30:00          45
    +#> 6827             25   A69-1303-555 10475 2017-01-30 23:32:00          45
    +#> 6828             25   A69-1303-555 10477 2017-01-30 23:34:00          45
    +#> 6829             25   A69-1303-555 10480 2017-01-30 23:36:00          45
    +#> 6830             25   A69-1303-555 10481 2017-01-30 23:38:00          45
    +#> 6831             25   A69-1303-555 10484 2017-01-30 23:40:00          45
    +#> 6832             25   A69-1303-555 10487 2017-01-30 23:42:00          45
    +#> 6833             25   A69-1303-555 10489 2017-01-30 23:44:00          45
    +#> 6834             25   A69-1303-555 10491 2017-01-30 23:46:00          45
    +#> 6835             25   A69-1303-555 10492 2017-01-30 23:48:00          45
    +#> 6836             25   A69-1303-555 10495 2017-01-30 23:50:00          45
    +#> 6837             25   A69-1303-555 10496 2017-01-30 23:52:00          45
    +#> 6838             25   A69-1303-555 10498 2017-01-30 23:54:00          45
    +#> 6839             25   A69-1303-555 10501 2017-01-30 23:56:00          45
    +#> 6840             25   A69-1303-555 10503 2017-01-30 23:58:00          45
    +#> 6841             25   A69-1303-555 10504 2017-01-31 00:00:00          45
    +#> 6842             25   A69-1303-555 10505 2017-01-31 00:02:00          45
    +#> 6843             25   A69-1303-555 10506 2017-01-31 00:04:00          45
    +#> 6844             25   A69-1303-555 10509 2017-01-31 00:06:00          45
    +#> 6845             25   A69-1303-555 10511 2017-01-31 00:08:00          45
    +#> 6846             25   A69-1303-555 10513 2017-01-31 00:10:00          45
    +#> 6847             25   A69-1303-555 10515 2017-01-31 00:12:00          45
    +#> 6848             25   A69-1303-555 10517 2017-01-31 00:14:00          45
    +#> 6849             25   A69-1303-555 10519 2017-01-31 00:16:00          45
    +#> 6850             25   A69-1303-555 10521 2017-01-31 00:18:00          45
    +#> 6851             25   A69-1303-555 10522 2017-01-31 00:22:00          45
    +#> 6852             25   A69-1303-555 10524 2017-01-31 00:24:00          45
    +#> 6853             25   A69-1303-555 10526 2017-01-31 00:26:00          45
    +#> 6854             25   A69-1303-555 10529 2017-01-31 00:28:00          45
    +#> 6855             25   A69-1303-555 10530 2017-01-31 00:30:00          45
    +#> 6856             25   A69-1303-555 10531 2017-01-31 00:32:00          45
    +#> 6857             25   A69-1303-555 10533 2017-01-31 00:34:00          45
    +#> 6858             25   A69-1303-555 10535 2017-01-31 00:38:00          45
    +#> 6859             25   A69-1303-555 10536 2017-01-31 00:42:00          45
    +#> 6860             25   A69-1303-555 10537 2017-01-31 00:58:00          45
    +#> 6861             25   A69-1303-555 10538 2017-01-31 01:08:00          45
    +#> 6862             25   A69-1303-555 10540 2017-01-31 01:12:00          45
    +#> 6863             25   A69-1303-555 10543 2017-01-31 01:14:00          45
    +#> 6864             25   A69-1303-555 10545 2017-01-31 01:16:00          45
    +#> 6865             25   A69-1303-555 10546 2017-01-31 01:18:00          45
    +#> 6866             25   A69-1303-555 10548 2017-01-31 01:20:00          45
    +#> 6867             25   A69-1303-555 10550 2017-01-31 01:22:00          45
    +#> 6868             25   A69-1303-555 10552 2017-01-31 01:24:00          45
    +#> 6869             25   A69-1303-555 10553 2017-01-31 01:26:00          45
    +#> 6870             25   A69-1303-555 10554 2017-01-31 01:28:00          45
    +#> 6871             25   A69-1303-555 10556 2017-01-31 01:30:00          45
    +#> 6872             25   A69-1303-555 10557 2017-01-31 01:32:00          45
    +#> 6873             25   A69-1303-555 10558 2017-01-31 01:34:00          45
    +#> 6874             25   A69-1303-555 10559 2017-01-31 01:36:00          45
    +#> 6875             25   A69-1303-555 10561 2017-01-31 01:38:00          45
    +#> 6876             25   A69-1303-555 10562 2017-01-31 01:40:00          45
    +#> 6877             25   A69-1303-555 10564 2017-01-31 01:42:00          45
    +#> 6878             25   A69-1303-555 10566 2017-01-31 01:44:00          45
    +#> 6879             25   A69-1303-555 10568 2017-01-31 01:46:00          45
    +#> 6880             25   A69-1303-555 10569 2017-01-31 01:50:00          45
    +#> 6881             25   A69-1303-555 10571 2017-01-31 01:54:00          45
    +#> 6882             25   A69-1303-555 10573 2017-01-31 01:56:00          45
    +#> 6883             25   A69-1303-555 10575 2017-01-31 01:58:00          45
    +#> 6884             25   A69-1303-555 10576 2017-01-31 02:00:00          45
    +#> 6885             25   A69-1303-555 10578 2017-01-31 02:14:00          45
    +#> 6886             25   A69-1303-555 10580 2017-01-31 02:18:00          45
    +#> 6887             25   A69-1303-555 10581 2017-01-31 02:20:00          45
    +#> 6888             25   A69-1303-555 10583 2017-01-31 02:22:00          45
    +#> 6889             25   A69-1303-555 10585 2017-01-31 02:24:00          45
    +#> 6890             25   A69-1303-555 10586 2017-01-31 02:26:00          45
    +#> 6891             25   A69-1303-555 10588 2017-01-31 02:28:00          45
    +#> 6892             25   A69-1303-555 10589 2017-01-31 02:30:00          45
    +#> 6893             25   A69-1303-555 10590 2017-01-31 02:32:00          45
    +#> 6894             25   A69-1303-555 10591 2017-01-31 02:34:00          45
    +#> 6895             25   A69-1303-555 10592 2017-01-31 02:36:00          45
    +#> 6896             25   A69-1303-555 10594 2017-01-31 02:40:00          45
    +#> 6897             25   A69-1303-555 10595 2017-01-31 02:42:00          45
    +#> 6898             25   A69-1303-555 10597 2017-01-31 02:44:00          45
    +#> 6899             25   A69-1303-555 10598 2017-01-31 02:46:00          45
    +#> 6900             25   A69-1303-555 10599 2017-01-31 02:48:00          45
    +#> 6901             25   A69-1303-555 10600 2017-01-31 02:50:00          45
    +#> 6902             25   A69-1303-555 10601 2017-01-31 02:52:00          45
    +#> 6903             25   A69-1303-555 10602 2017-01-31 15:10:00          50
    +#> 6904             25   A69-1303-555 10603 2017-01-31 15:12:00          50
    +#> 6905             25   A69-1303-555 10604 2017-01-31 15:14:00          50
    +#> 6906             25   A69-1303-555 10605 2017-01-31 15:16:00          50
    +#> 6907             25   A69-1303-555 10607 2017-01-31 15:18:00          50
    +#> 6908             25   A69-1303-555 10610 2017-01-31 15:20:00          50
    +#> 6909             25   A69-1303-555 10612 2017-01-31 20:30:00          12
    +#> 6910             25   A69-1303-555 10614 2017-02-02 19:24:00          47
    +#> 6911             25   A69-1303-555 10616 2017-02-02 19:26:00          47
    +#> 6912             25   A69-1303-555 10618 2017-02-02 19:28:00          47
    +#> 6913             25   A69-1303-555 10621 2017-02-02 19:30:00          47
    +#> 6914             25   A69-1303-555 10622 2017-02-02 19:34:00          47
    +#> 6915             25   A69-1303-555 10625 2017-02-02 19:36:00          47
    +#> 6916             25   A69-1303-555 10626 2017-02-02 19:38:00          47
    +#> 6917             25   A69-1303-555 10627 2017-02-02 19:40:00          47
    +#> 6918             25   A69-1303-555 10629 2017-02-02 19:42:00          47
    +#> 6919             25   A69-1303-555 10631 2017-02-02 19:44:00          47
    +#> 6920             25   A69-1303-555 10633 2017-02-02 19:46:00          47
    +#> 6921             25   A69-1303-555 10635 2017-02-02 19:48:00          47
    +#> 6922             25   A69-1303-555 10637 2017-02-02 19:50:00          47
    +#> 6923             25   A69-1303-555 10639 2017-02-02 19:54:00          47
    +#> 6924             25   A69-1303-555 10640 2017-02-02 23:34:00          47
    +#> 6925             25   A69-1303-555 10641 2017-02-02 23:36:00          47
    +#> 6926             25   A69-1303-555 10642 2017-02-02 23:38:00          47
    +#> 6927             25   A69-1303-555 10643 2017-02-02 23:40:00          47
    +#> 6928             25   A69-1303-555 10645 2017-02-02 23:42:00          47
    +#> 6929             25   A69-1303-555 10646 2017-02-02 23:44:00          47
    +#> 6930             25   A69-1303-555 10648 2017-02-02 23:46:00          47
    +#> 6931             25   A69-1303-555 10649 2017-02-02 23:48:00          47
    +#> 6932             25   A69-1303-555 10650 2017-02-04 01:34:00          24
    +#> 6933             25   A69-1303-555 10651 2017-02-04 01:36:00          24
    +#> 6934             25   A69-1303-555 10653 2017-02-04 01:38:00          24
    +#> 6935             25   A69-1303-555 10654 2017-02-04 01:40:00          24
    +#> 6936             25   A69-1303-555 10656 2017-02-04 01:42:00          24
    +#> 6937             25   A69-1303-555 10657 2017-02-04 01:44:00          24
    +#> 6938             25   A69-1303-555 10658 2017-02-04 01:50:00          24
    +#> 6939             25   A69-1303-555 10659 2017-02-04 06:32:00          50
    +#> 6940             25   A69-1303-555 10660 2017-02-04 06:34:00          50
    +#> 6941             25   A69-1303-555 10661 2017-02-04 06:36:00          50
    +#> 6942             25   A69-1303-555 10663 2017-02-04 06:38:00          50
    +#> 6943             25   A69-1303-555 10664 2017-02-04 06:40:00          50
    +#> 6944             25   A69-1303-555 10665 2017-02-04 06:42:00          50
    +#> 6945             25   A69-1303-555 10666 2017-02-04 21:54:00          45
    +#> 6946             25   A69-1303-555 10668 2017-02-04 21:56:00          45
    +#> 6947             25   A69-1303-555 10669 2017-02-04 22:00:00          45
    +#> 6948             25   A69-1303-555 10671 2017-02-04 22:02:00          45
    +#> 6949             25   A69-1303-555 10673 2017-02-04 22:04:00          45
    +#> 6950             25   A69-1303-555 10675 2017-02-04 22:06:00          45
    +#> 6951             25   A69-1303-555 10676 2017-02-04 22:08:00          45
    +#> 6952             25   A69-1303-555 10678 2017-02-04 22:10:00          45
    +#> 6953             25   A69-1303-555 10679 2017-02-04 22:14:00          45
    +#> 6954             25   A69-1303-555 10681 2017-02-04 22:16:00          45
    +#> 6955             25   A69-1303-555 10682 2017-02-04 22:18:00          45
    +#> 6956             25   A69-1303-555 10683 2017-02-04 22:20:00          45
    +#> 6957             25   A69-1303-555 10685 2017-02-04 22:22:00          45
    +#> 6958             25   A69-1303-555 10687 2017-02-04 22:24:00          45
    +#> 6959             25   A69-1303-555 10688 2017-02-04 22:26:00          45
    +#> 6960             25   A69-1303-555 10691 2017-02-04 22:28:00          45
    +#> 6961             25   A69-1303-555 10693 2017-02-04 22:30:00          45
    +#> 6962             25   A69-1303-555 10695 2017-02-04 22:32:00          45
    +#> 6963             25   A69-1303-555 10697 2017-02-04 22:34:00          45
    +#> 6964             25   A69-1303-555 10698 2017-02-04 23:08:00          45
    +#> 6965             25   A69-1303-555 10700 2017-02-04 23:10:00          45
    +#> 6966             25   A69-1303-555 10701 2017-02-04 23:14:00          45
    +#> 6967             25   A69-1303-555 10703 2017-02-04 23:16:00          45
    +#> 6968             25   A69-1303-555 10705 2017-02-04 23:18:00          45
    +#> 6969             25   A69-1303-555 10707 2017-02-04 23:20:00          45
    +#> 6970             25   A69-1303-555 10708 2017-02-04 23:22:00          45
    +#> 6971             25   A69-1303-555 10710 2017-02-04 23:24:00          45
    +#> 6972             25   A69-1303-555 10712 2017-02-04 23:26:00          45
    +#> 6973             25   A69-1303-555 10714 2017-02-04 23:28:00          45
    +#> 6974             25   A69-1303-555 10715 2017-02-04 23:30:00          45
    +#> 6975             25   A69-1303-555 10716 2017-02-04 23:32:00          45
    +#> 6976             25   A69-1303-555 10718 2017-02-04 23:34:00          45
    +#> 6977             25   A69-1303-555 10720 2017-02-04 23:36:00          45
    +#> 6978             25   A69-1303-555 10721 2017-02-04 23:38:00          45
    +#> 6979             25   A69-1303-555 10723 2017-02-04 23:40:00          45
    +#> 6980             25   A69-1303-555 10725 2017-02-04 23:42:00          45
    +#> 6981             25   A69-1303-555 10727 2017-02-04 23:46:00          45
    +#> 6982             25   A69-1303-555 10729 2017-02-04 23:48:00          45
    +#> 6983             25   A69-1303-555 10730 2017-02-04 23:58:00          45
    +#> 6984             25   A69-1303-555 10732 2017-02-05 00:00:00          45
    +#> 6985             25   A69-1303-555 10734 2017-02-05 00:02:00          45
    +#> 6986             25   A69-1303-555 10736 2017-02-05 00:04:00          45
    +#> 6987             25   A69-1303-555 10737 2017-02-05 00:06:00          45
    +#> 6988             25   A69-1303-555 10739 2017-02-05 00:08:00          45
    +#> 6989             25   A69-1303-555 10740 2017-02-05 00:10:00          45
    +#> 6990             25   A69-1303-555 10741 2017-02-05 00:12:00          45
    +#> 6991             25   A69-1303-555 10743 2017-02-05 00:14:00          45
    +#> 6992             25   A69-1303-555 10744 2017-02-05 00:16:00          45
    +#> 6993             25   A69-1303-555 10746 2017-02-05 00:18:00          45
    +#> 6994             25   A69-1303-555 10748 2017-02-05 00:20:00          45
    +#> 6995             25   A69-1303-555 10750 2017-02-05 00:22:00          45
    +#> 6996             25   A69-1303-555 10752 2017-02-05 00:24:00          45
    +#> 6997             25   A69-1303-555 10753 2017-02-05 00:26:00          45
    +#> 6998             25   A69-1303-555 10755 2017-02-05 00:28:00          45
    +#> 6999             25   A69-1303-555 10757 2017-02-05 00:30:00          45
    +#> 7000             25   A69-1303-555 10759 2017-02-05 00:32:00          45
    +#> 7001             25   A69-1303-555 10761 2017-02-05 00:34:00          45
    +#> 7002             25   A69-1303-555 10763 2017-02-05 00:36:00          45
    +#> 7003             25   A69-1303-555 10765 2017-02-05 00:38:00          45
    +#> 7004             25   A69-1303-555 10766 2017-02-05 00:40:00          45
    +#> 7005             25   A69-1303-555 10767 2017-02-05 00:42:00          45
    +#> 7006             25   A69-1303-555 10769 2017-02-05 00:44:00          45
    +#> 7007             25   A69-1303-555 10771 2017-02-05 00:48:00          45
    +#> 7008             25   A69-1303-555 10772 2017-02-05 00:50:00          45
    +#> 7009             25   A69-1303-555 10773 2017-02-05 00:52:00          45
    +#> 7010             25   A69-1303-555 10774 2017-02-05 00:54:00          45
    +#> 7011             25   A69-1303-555 10775 2017-02-05 00:56:00          45
    +#> 7012             25   A69-1303-555 10777 2017-02-05 01:00:00          45
    +#> 7013             25   A69-1303-555 10778 2017-02-05 01:02:00          45
    +#> 7014             25   A69-1303-555 10781 2017-02-05 01:08:00          45
    +#> 7015             25   A69-1303-555 10783 2017-02-05 01:10:00          45
    +#> 7016             25   A69-1303-555 10784 2017-02-05 01:12:00          45
    +#> 7017             25   A69-1303-555 10785 2017-02-05 01:14:00          45
    +#> 7018             25   A69-1303-555 10788 2017-02-05 01:16:00          45
    +#> 7019             25   A69-1303-555 10789 2017-02-05 01:18:00          45
    +#> 7020             25   A69-1303-555 10791 2017-02-05 01:20:00          45
    +#> 7021             25   A69-1303-555 10793 2017-02-05 01:48:00          45
    +#> 7022             25   A69-1303-555 10794 2017-02-05 01:52:00          45
    +#> 7023             25   A69-1303-555 10795 2017-02-05 01:54:00          45
    +#> 7024             25   A69-1303-555 10796 2017-02-05 01:56:00          45
    +#> 7025             25   A69-1303-555 10797 2017-02-05 01:58:00          45
    +#> 7026             25   A69-1303-555 10798 2017-02-05 02:00:00          45
    +#> 7027             25   A69-1303-555 10800 2017-02-05 02:02:00          45
    +#> 7028             25   A69-1303-555 10801 2017-02-05 02:04:00          45
    +#> 7029             25   A69-1303-555 10803 2017-02-05 02:06:00          45
    +#> 7030             25   A69-1303-555 10805 2017-02-05 02:08:00          45
    +#> 7031             25   A69-1303-555 10806 2017-02-05 02:10:00          45
    +#> 7032             25   A69-1303-555 10808 2017-02-05 02:12:00          45
    +#> 7033             25   A69-1303-555 10809 2017-02-05 02:14:00          45
    +#> 7034             25   A69-1303-555 10810 2017-02-05 02:16:00          45
    +#> 7035             25   A69-1303-555 10813 2017-02-05 02:24:00          45
    +#> 7036             25   A69-1303-555 10814 2017-02-05 02:28:00          45
    +#> 7037             25   A69-1303-555 10816 2017-02-05 02:30:00          45
    +#> 7038             25   A69-1303-555 10817 2017-02-05 02:34:00          45
    +#> 7039             25   A69-1303-555 10819 2017-02-05 02:36:00          45
    +#> 7040             25   A69-1303-555 10820 2017-02-05 02:38:00          45
    +#> 7041             25   A69-1303-555 10821 2017-02-05 02:40:00          45
    +#> 7042             25   A69-1303-555 10822 2017-02-05 02:42:00          45
    +#> 7043             25   A69-1303-555 10824 2017-02-05 02:44:00          45
    +#> 7044             25   A69-1303-555 10825 2017-02-05 02:48:00          45
    +#> 7045             25   A69-1303-555 10827 2017-02-05 02:52:00          45
    +#> 7046             25   A69-1303-555 10828 2017-02-05 02:54:00          45
    +#> 7047             25   A69-1303-555 10829 2017-02-05 02:56:00          45
    +#> 7048             25   A69-1303-555 10832 2017-02-05 02:58:00          45
    +#> 7049             25   A69-1303-555 10834 2017-02-05 03:00:00          45
    +#> 7050             25   A69-1303-555 10836 2017-02-05 03:02:00          45
    +#> 7051             25   A69-1303-555 10838 2017-02-05 03:04:00          45
    +#> 7052             25   A69-1303-555 10840 2017-02-05 03:06:00          45
    +#> 7053             25   A69-1303-555 10841 2017-02-05 03:08:00          45
    +#> 7054             25   A69-1303-555 10842 2017-02-05 03:10:00          45
    +#> 7055             25   A69-1303-555 10844 2017-02-05 03:16:00          45
    +#> 7056             25   A69-1303-555 10845 2017-02-05 03:18:00          45
    +#> 7057             25   A69-1303-555 10847 2017-02-05 03:20:00          45
    +#> 7058             25   A69-1303-555 10848 2017-02-05 03:22:00          45
    +#> 7059             25   A69-1303-555 10850 2017-02-05 03:26:00          45
    +#> 7060             25   A69-1303-555 10851 2017-02-05 03:28:00          45
    +#> 7061             25   A69-1303-555 10852 2017-02-05 03:30:00          45
    +#> 7062             25   A69-1303-555 10854 2017-02-05 03:32:00          45
    +#> 7063             25   A69-1303-555 10855 2017-02-05 03:34:00          45
    +#> 7064             25   A69-1303-555 10858 2017-02-05 03:36:00          45
    +#> 7065             25   A69-1303-555 10860 2017-02-05 03:42:00          45
    +#> 7066             25   A69-1303-555 10862 2017-02-05 03:44:00          45
    +#> 7067             25   A69-1303-555 10864 2017-02-05 03:46:00          45
    +#> 7068             25   A69-1303-555 10866 2017-02-05 03:48:00          45
    +#> 7069             25   A69-1303-555 10867 2017-02-06 01:22:00          51
    +#> 7070             25   A69-1303-555 10868 2017-02-06 01:24:00          51
    +#> 7071             25   A69-1303-555 10869 2017-02-06 01:26:00          51
    +#> 7072             25   A69-1303-555 10871 2017-02-06 01:28:00          51
    +#> 7073             25   A69-1303-555 10873 2017-02-06 01:30:00          51
    +#> 7074             25   A69-1303-555 10875 2017-02-06 01:32:00          51
    +#> 7075             25   A69-1303-555 10876 2017-02-06 01:34:00          51
    +#> 7076             25   A69-1303-555 10877 2017-02-06 01:38:00          51
    +#> 7077             25   A69-1303-555 10878 2017-02-06 01:54:00          51
    +#> 7078             25   A69-1303-555 10880 2017-02-06 01:56:00          51
    +#> 7079             25   A69-1303-555 10881 2017-02-06 01:58:00          51
    +#> 7080             25   A69-1303-555 10883 2017-02-06 02:00:00          51
    +#> 7081             25   A69-1303-555 10884 2017-02-06 02:04:00          51
    +#> 7082             25   A69-1303-555 10886 2017-02-06 02:06:00          51
    +#> 7083             25   A69-1303-555 10887 2017-02-06 02:08:00          51
    +#> 7084             25   A69-1303-555 10888 2017-02-06 02:16:00          51
    +#> 7085             25   A69-1303-555 10889 2017-02-06 02:20:00          51
    +#> 7086             25   A69-1303-555 10890 2017-02-06 02:22:00          51
    +#> 7087             25   A69-1303-555 10891 2017-02-06 02:24:00          51
    +#> 7088             25   A69-1303-555 10893 2017-02-06 02:26:00          51
    +#> 7089             25   A69-1303-555 10895 2017-02-06 02:28:00          51
    +#> 7090             25   A69-1303-555 10897 2017-02-06 02:30:00          51
    +#> 7091             25   A69-1303-555 10898 2017-02-06 02:32:00          51
    +#> 7092             25   A69-1303-555 10900 2017-02-06 02:36:00          51
    +#> 7093             25   A69-1303-555 10901 2017-02-06 02:38:00          51
    +#> 7094             25   A69-1303-555 10902 2017-02-06 02:44:00          51
    +#> 7095             25   A69-1303-555 10903 2017-02-06 02:48:00          51
    +#> 7096             25   A69-1303-555 10904 2017-02-06 02:54:00          51
    +#> 7097             25   A69-1303-555 10905 2017-02-06 02:56:00          51
    +#> 7098             25   A69-1303-555 10906 2017-02-06 02:58:00          51
    +#> 7099             25   A69-1303-555 10907 2017-02-06 03:00:00          51
    +#> 7100             25   A69-1303-555 10908 2017-02-06 03:08:00          51
    +#> 7101             25   A69-1303-555 10909 2017-02-06 03:10:00          51
    +#> 7102             25   A69-1303-555 10910 2017-02-06 03:12:00          51
    +#> 7103             25   A69-1303-555 10911 2017-02-06 03:24:00          51
    +#> 7104             25   A69-1303-555 10913 2017-02-06 03:26:00          51
    +#> 7105             25   A69-1303-555 10915 2017-02-06 03:28:00          51
    +#> 7106             25   A69-1303-555 10916 2017-02-06 03:30:00          51
    +#> 7107             25   A69-1303-555 10917 2017-02-06 03:32:00          51
    +#> 7108             25   A69-1303-555 10918 2017-02-06 03:34:00          51
    +#> 7109             25   A69-1303-555 10920 2017-02-06 03:36:00          51
    +#> 7110             25   A69-1303-555 10921 2017-02-06 03:38:00          51
    +#> 7111             25   A69-1303-555 10922 2017-02-06 03:40:00          51
    +#> 7112             25   A69-1303-555 10923 2017-02-06 03:44:00          51
    +#> 7113             25   A69-1303-555 10925 2017-02-06 03:46:00          51
    +#> 7114             25   A69-1303-555 10928 2017-02-06 03:48:00          51
    +#> 7115             25   A69-1303-555 10929 2017-02-06 03:50:00          51
    +#> 7116             25   A69-1303-555 10931 2017-02-06 03:52:00          51
    +#> 7117             25   A69-1303-555 10932 2017-02-06 03:54:00          51
    +#> 7118             25   A69-1303-555 10934 2017-02-06 03:56:00          51
    +#> 7119             25   A69-1303-555 10936 2017-02-06 03:58:00          51
    +#> 7120             25   A69-1303-555 10937 2017-02-06 04:00:00          51
    +#> 7121             25   A69-1303-555 10939 2017-02-06 04:02:00          51
    +#> 7122             25   A69-1303-555 10942 2017-02-06 04:06:00          51
    +#> 7123             25   A69-1303-555 10945 2017-02-06 04:10:00          51
    +#> 7124             25   A69-1303-555 10947 2017-02-06 04:12:00          51
    +#> 7125             25   A69-1303-555 10949 2017-02-06 04:14:00          51
    +#> 7126             25   A69-1303-555 10950 2017-02-06 04:16:00          51
    +#> 7127             25   A69-1303-555 10952 2017-02-06 04:18:00          51
    +#> 7128             25   A69-1303-555 10953 2017-02-06 18:36:00          51
    +#> 7129             25   A69-1303-555 10954 2017-02-06 18:38:00          51
    +#> 7130             25   A69-1303-555 10955 2017-02-06 18:40:00          51
    +#> 7131             25   A69-1303-555 10956 2017-02-06 18:42:00          51
    +#> 7132             25   A69-1303-555 10958 2017-02-06 18:44:00          51
    +#> 7133             25   A69-1303-555 10960 2017-02-06 18:46:00          51
    +#> 7134             25   A69-1303-555 10962 2017-02-06 18:48:00          51
    +#> 7135             25   A69-1303-555 10963 2017-02-06 18:50:00          51
    +#> 7136             25   A69-1303-555 10965 2017-02-06 18:52:00          51
    +#> 7137             25   A69-1303-555 10966 2017-02-06 18:54:00          51
    +#> 7138             25   A69-1303-555 10968 2017-02-06 18:56:00          51
    +#> 7139             25   A69-1303-555 10969 2017-02-07 23:36:00          47
    +#> 7140             25   A69-1303-555 10970 2017-02-07 23:40:00          47
    +#> 7141             25   A69-1303-555 10971 2017-02-07 23:42:00          47
    +#> 7142             25   A69-1303-555 10973 2017-02-07 23:44:00          47
    +#> 7143             25   A69-1303-555 10974 2017-02-07 23:52:00          47
    +#> 7144             25   A69-1303-555 10975 2017-02-07 23:56:00          47
    +#> 7145             25   A69-1303-555 10976 2017-02-08 02:52:00          47
    +#> 7146             25   A69-1303-555 10977 2017-02-08 02:54:00          47
    +#> 7147             25   A69-1303-555 10978 2017-02-08 02:56:00          47
    +#> 7148             25   A69-1303-555 10980 2017-02-08 02:58:00          47
    +#> 7149             25   A69-1303-555 10982 2017-02-08 03:00:00          47
    +#> 7150             25   A69-1303-555 10984 2017-02-08 03:02:00          47
    +#> 7151             25   A69-1303-555 10985 2017-02-08 03:06:00          47
    +#> 7152             25   A69-1303-555 10987 2017-02-08 03:08:00          47
    +#> 7153             25   A69-1303-555 10989 2017-02-08 03:08:00          41
    +#> 7154             25   A69-1303-555 10990 2017-02-08 03:10:00          47
    +#> 7155             25   A69-1303-555 10992 2017-02-08 03:12:00          47
    +#> 7156             25   A69-1303-555 10993 2017-02-08 03:24:00          47
    +#> 7157             25   A69-1303-555 10994 2017-02-08 03:26:00          47
    +#> 7158             25   A69-1303-555 10995 2017-02-08 03:38:00          41
    +#> 7159             25   A69-1303-555 10996 2017-02-09 19:40:00          24
    +#> 7160             25   A69-1303-555 10997 2017-02-09 19:42:00          24
    +#> 7161             25   A69-1303-555 10998 2017-02-09 19:44:00          24
    +#> 7162             25   A69-1303-555 10999 2017-02-09 19:46:00          24
    +#> 7163             25   A69-1303-555 11000 2017-02-09 19:52:00          24
    +#> 7164             25   A69-1303-555 11001 2017-02-09 19:54:00          24
    +#> 7165             25   A69-1303-555 11002 2017-02-09 20:36:00          24
    +#> 7166             25   A69-1303-555 11004 2017-02-09 23:14:00          24
    +#> 7167             25   A69-1303-555 11005 2017-02-09 23:24:00          24
    +#> 7168             25   A69-1303-555 11006 2017-02-09 23:48:00          24
    +#> 7169             25   A69-1303-555 11007 2017-02-09 23:50:00          24
    +#> 7170             25   A69-1303-555 11008 2017-02-09 23:52:00          24
    +#> 7171             25   A69-1303-555 11010 2017-02-09 23:54:00          24
    +#> 7172             25   A69-1303-555 11012 2017-02-09 23:58:00          24
    +#> 7173             25   A69-1303-555 11014 2017-02-10 00:00:00          24
    +#> 7174             25   A69-1303-555 11016 2017-02-10 00:02:00          24
    +#> 7175             25   A69-1303-555 11018 2017-02-10 00:04:00          24
    +#> 7176             25   A69-1303-555 11019 2017-02-10 00:06:00          24
    +#> 7177             25   A69-1303-555 11020 2017-02-10 00:10:00          24
    +#> 7178             25   A69-1303-555 11021 2017-02-10 00:12:00          24
    +#> 7179             25   A69-1303-555 11023 2017-02-10 07:02:00          50
    +#> 7180             25   A69-1303-555 11025 2017-02-10 07:04:00          50
    +#> 7181             25   A69-1303-555 11027 2017-02-10 07:06:00          50
    +#> 7182             25   A69-1303-555 11028 2017-02-10 07:08:00          50
    +#> 7183             25   A69-1303-555 11029 2017-02-10 07:10:00          50
    +#> 7184             25   A69-1303-555 11031 2017-02-10 07:12:00          50
    +#> 7185             25   A69-1303-555 11032 2017-02-10 07:14:00          50
    +#> 7186             25   A69-1303-555 11033 2017-02-10 07:16:00          50
    +#> 7187             25   A69-1303-555 11036 2017-02-10 07:18:00          50
    +#> 7188             25   A69-1303-555 11037 2017-02-10 07:20:00          50
    +#> 7189             25   A69-1303-555 11038 2017-02-10 07:22:00          50
    +#> 7190             25   A69-1303-555 11039 2017-02-10 07:24:00          50
    +#> 7191             25   A69-1303-555 11041 2017-02-10 07:26:00          50
    +#> 7192             25   A69-1303-555 11043 2017-02-10 10:22:00          45
    +#> 7193             25   A69-1303-555 11045 2017-02-10 10:24:00          45
    +#> 7194             25   A69-1303-555 11046 2017-02-10 10:26:00          45
    +#> 7195             25   A69-1303-555 11047 2017-02-10 10:28:00          45
    +#> 7196             25   A69-1303-555 11049 2017-02-10 10:30:00          45
    +#> 7197             25   A69-1303-555 11051 2017-02-10 10:36:00          45
    +#> 7198             25   A69-1303-555 11053 2017-02-10 10:38:00          45
    +#> 7199             25   A69-1303-555 11054 2017-02-10 10:40:00          45
    +#> 7200             25   A69-1303-555 11056 2017-02-10 10:44:00          45
    +#> 7201             25   A69-1303-555 11058 2017-02-10 10:46:00          45
    +#> 7202             25   A69-1303-555 11059 2017-02-10 10:48:00          45
    +#> 7203             25   A69-1303-555 11060 2017-02-10 10:50:00          45
    +#> 7204             25   A69-1303-555 11061 2017-02-10 10:52:00          45
    +#> 7205             25   A69-1303-555 11062 2017-02-10 10:54:00          45
    +#> 7206             25   A69-1303-555 11063 2017-02-10 11:02:00          45
    +#> 7207             25   A69-1303-555 11064 2017-02-10 11:06:00          45
    +#> 7208             25   A69-1303-555 11067 2017-02-10 11:08:00          45
    +#> 7209             25   A69-1303-555 11068 2017-02-10 11:10:00          45
    +#> 7210             25   A69-1303-555 11069 2017-02-10 11:12:00          45
    +#> 7211             25   A69-1303-555 11071 2017-02-10 11:14:00          45
    +#> 7212             25   A69-1303-555 11073 2017-02-10 11:16:00          45
    +#> 7213             25   A69-1303-555 11074 2017-02-10 11:18:00          45
    +#> 7214             25   A69-1303-555 11076 2017-02-10 11:20:00          45
    +#> 7215             25   A69-1303-555 11077 2017-02-10 11:22:00          45
    +#> 7216             25   A69-1303-555 11078 2017-02-10 11:24:00          45
    +#> 7217             25   A69-1303-555 11079 2017-02-10 11:26:00          45
    +#> 7218             25   A69-1303-555 11080 2017-02-10 11:28:00          45
    +#> 7219             25   A69-1303-555 11083 2017-02-10 11:34:00          45
    +#> 7220             25   A69-1303-555 11084 2017-02-10 11:36:00          45
    +#> 7221             25   A69-1303-555 11086 2017-02-10 11:50:00          45
    +#> 7222             25   A69-1303-555 11087 2017-02-10 11:52:00          45
    +#> 7223             25   A69-1303-555 11088 2017-02-10 11:56:00          45
    +#> 7224             25   A69-1303-555 11091 2017-02-10 11:58:00          45
    +#> 7225             25   A69-1303-555 11092 2017-02-10 12:00:00          45
    +#> 7226             25   A69-1303-555 11093 2017-02-10 12:02:00          45
    +#> 7227             25   A69-1303-555 11095 2017-02-10 12:04:00          45
    +#> 7228             25   A69-1303-555 11096 2017-02-10 12:06:00          45
    +#> 7229             25   A69-1303-555 11098 2017-02-10 12:08:00          45
    +#> 7230             25   A69-1303-555 11099 2017-02-10 12:10:00          45
    +#> 7231             25   A69-1303-555 11101 2017-02-10 12:12:00          45
    +#> 7232             25   A69-1303-555 11102 2017-02-10 12:14:00          45
    +#> 7233             25   A69-1303-555 11104 2017-02-10 12:16:00          45
    +#> 7234             25   A69-1303-555 11106 2017-02-10 12:20:00          45
    +#> 7235             25   A69-1303-555 11108 2017-02-10 12:22:00          45
    +#> 7236             25   A69-1303-555 11110 2017-02-10 12:24:00          45
    +#> 7237             25   A69-1303-555 11112 2017-02-10 12:26:00          45
    +#> 7238             25   A69-1303-555 11114 2017-02-10 12:28:00          45
    +#> 7239             25   A69-1303-555 11115 2017-02-10 12:30:00          45
    +#> 7240             25   A69-1303-555 11118 2017-02-10 12:32:00          45
    +#> 7241             25   A69-1303-555 11120 2017-02-10 12:34:00          45
    +#> 7242             25   A69-1303-555 11122 2017-02-10 12:36:00          45
    +#> 7243             25   A69-1303-555 11124 2017-02-10 12:38:00          45
    +#> 7244             25   A69-1303-555 11125 2017-02-10 12:40:00          45
    +#> 7245             25   A69-1303-555 11126 2017-02-10 12:42:00          45
    +#> 7246             25   A69-1303-555 11128 2017-02-10 12:44:00          45
    +#> 7247             25   A69-1303-555 11130 2017-02-10 12:46:00          45
    +#> 7248             25   A69-1303-555 11131 2017-02-10 12:48:00          45
    +#> 7249             25   A69-1303-555 11132 2017-02-10 12:50:00          45
    +#> 7250             25   A69-1303-555 11134 2017-02-10 12:52:00          45
    +#> 7251             25   A69-1303-555 11136 2017-02-10 12:54:00          45
    +#> 7252             25   A69-1303-555 11137 2017-02-10 12:56:00          45
    +#> 7253             25   A69-1303-555 11138 2017-02-10 12:58:00          45
    +#> 7254             25   A69-1303-555 11139 2017-02-10 13:00:00          45
    +#> 7255             25   A69-1303-555 11141 2017-02-10 13:02:00          45
    +#> 7256             25   A69-1303-555 11142 2017-02-10 13:04:00          45
    +#> 7257             25   A69-1303-555 11144 2017-02-10 13:06:00          45
    +#> 7258             25   A69-1303-555 11147 2017-02-10 13:08:00          45
    +#> 7259             25   A69-1303-555 11149 2017-02-10 13:10:00          45
    +#> 7260             25   A69-1303-555 11151 2017-02-10 13:12:00          45
    +#> 7261             25   A69-1303-555 11152 2017-02-10 13:14:00          45
    +#> 7262             25   A69-1303-555 11154 2017-02-10 13:16:00          45
    +#> 7263             25   A69-1303-555 11156 2017-02-10 13:18:00          45
    +#> 7264             25   A69-1303-555 11159 2017-02-10 13:20:00          45
    +#> 7265             25   A69-1303-555 11160 2017-02-10 13:22:00          45
    +#> 7266             25   A69-1303-555 11163 2017-02-10 13:26:00          45
    +#> 7267             25   A69-1303-555 11165 2017-02-10 13:28:00          45
    +#> 7268             25   A69-1303-555 11167 2017-02-10 13:32:00          45
    +#> 7269             25   A69-1303-555 11169 2017-02-10 13:34:00          45
    +#> 7270             25   A69-1303-555 11170 2017-02-10 13:36:00          45
    +#> 7271             25   A69-1303-555 11172 2017-02-10 13:38:00          45
    +#> 7272             25   A69-1303-555 11173 2017-02-10 13:40:00          45
    +#> 7273             25   A69-1303-555 11175 2017-02-10 13:42:00          45
    +#> 7274             25   A69-1303-555 11177 2017-02-10 13:46:00          45
    +#> 7275             25   A69-1303-555 11178 2017-02-10 13:48:00          45
    +#> 7276             25   A69-1303-555 11179 2017-02-10 14:10:00          45
    +#> 7277             25   A69-1303-555 11180 2017-02-12 03:08:00          47
    +#> 7278             25   A69-1303-555 11181 2017-02-12 03:12:00          47
    +#> 7279             25   A69-1303-555 11182 2017-02-12 03:20:00          47
    +#> 7280             25   A69-1303-555 11184 2017-02-12 03:22:00          47
    +#> 7281             25   A69-1303-555 11185 2017-02-12 03:24:00          47
    +#> 7282             25   A69-1303-555 11187 2017-02-12 03:26:00          47
    +#> 7283             25   A69-1303-555 11188 2017-02-12 03:28:00          47
    +#> 7284             25   A69-1303-555 11189 2017-02-12 03:34:00          47
    +#> 7285             25   A69-1303-555 11190 2017-02-12 03:36:00          47
    +#> 7286             25   A69-1303-555 11191 2017-02-12 03:46:00          47
    +#> 7287             25   A69-1303-555 11193 2017-02-12 03:50:00          47
    +#> 7288             25   A69-1303-555 11194 2017-02-12 06:54:00          47
    +#> 7289             25   A69-1303-555 11195 2017-02-12 06:56:00          47
    +#> 7290             25   A69-1303-555 11197 2017-02-12 06:58:00          47
    +#> 7291             25   A69-1303-555 11199 2017-02-12 07:00:00          47
    +#> 7292             25   A69-1303-555 11200 2017-02-12 07:02:00          47
    +#> 7293             25   A69-1303-555 11202 2017-02-12 07:04:00          47
    +#> 7294             25   A69-1303-555 11204 2017-02-12 07:06:00          47
    +#> 7295             25   A69-1303-555 11206 2017-02-12 07:10:00          47
    +#> 7296             25   A69-1303-555 11208 2017-02-12 07:12:00          47
    +#> 7297             25   A69-1303-555 11209 2017-02-12 07:36:00          41
    +#> 7298             25   A69-1303-555 11211 2017-02-13 18:58:00           4
    +#> 7299             25   A69-1303-555 11212 2017-02-13 19:00:00           4
    +#> 7300             25   A69-1303-555 11213 2017-02-13 19:02:00           4
    +#> 7301             25   A69-1303-555 11215 2017-02-13 19:04:00           4
    +#> 7302             25   A69-1303-555 11216 2017-02-13 19:06:00           4
    +#> 7303             25   A69-1303-555 11218 2017-02-13 19:08:00           4
    +#> 7304             25   A69-1303-555 11220 2017-02-13 19:10:00           4
    +#> 7305             25   A69-1303-555 11222 2017-02-13 19:12:00           4
    +#> 7306             25   A69-1303-555 11224 2017-02-13 19:14:00           4
    +#> 7307             25   A69-1303-555 11226 2017-02-13 19:16:00           4
    +#> 7308             25   A69-1303-555 11228 2017-02-13 19:18:00           4
    +#> 7309             25   A69-1303-555 11229 2017-02-13 19:36:00          12
    +#> 7310             25   A69-1303-555 11230 2017-02-13 19:38:00          12
    +#> 7311             25   A69-1303-555 11232 2017-02-13 19:40:00          12
    +#> 7312             25   A69-1303-555 11235 2017-02-13 19:44:00          12
    +#> 7313             25   A69-1303-555 11237 2017-02-13 19:46:00          12
    +#> 7314             25   A69-1303-555 11238 2017-02-13 19:48:00          44
    +#> 7315             25   A69-1303-555 11239 2017-02-13 19:48:00          12
    +#> 7316             25   A69-1303-555 11240 2017-02-13 19:50:00          44
    +#> 7317             25   A69-1303-555 11242 2017-02-13 19:52:00          44
    +#> 7318             25   A69-1303-555 11243 2017-02-13 19:52:00          12
    +#> 7319             25   A69-1303-555 11246 2017-02-13 19:54:00          44
    +#> 7320             25   A69-1303-555 11248 2017-02-13 19:58:00          44
    +#> 7321             25   A69-1303-555 11249 2017-02-13 23:34:00          24
    +#> 7322             25   A69-1303-555 11250 2017-02-13 23:36:00          24
    +#> 7323             25   A69-1303-555 11251 2017-02-13 23:42:00          24
    +#> 7324             25   A69-1303-555 11253 2017-02-13 23:54:00          24
    +#> 7325             25   A69-1303-555 11254 2017-02-13 23:56:00          24
    +#> 7326             25   A69-1303-555 11256 2017-02-13 23:58:00          24
    +#> 7327             25   A69-1303-555 11258 2017-02-14 00:00:00          24
    +#> 7328             25   A69-1303-555 11261 2017-02-14 00:02:00          24
    +#> 7329             25   A69-1303-555 11263 2017-02-14 00:04:00          24
    +#> 7330             25   A69-1303-555 11266 2017-02-14 00:06:00          24
    +#> 7331             25   A69-1303-555 11268 2017-02-14 00:10:00          24
    +#> 7332             25   A69-1303-555 11269 2017-02-14 00:12:00          24
    +#> 7333             25   A69-1303-555 11270 2017-02-14 00:14:00          24
    +#> 7334             25   A69-1303-555 11271 2017-02-14 02:50:00          24
    +#> 7335             25   A69-1303-555 11272 2017-02-14 02:52:00          24
    +#> 7336             25   A69-1303-555 11273 2017-02-14 02:54:00          24
    +#> 7337             25   A69-1303-555 11274 2017-02-14 02:56:00          24
    +#> 7338             25   A69-1303-555 11276 2017-02-14 02:58:00          24
    +#> 7339             25   A69-1303-555 11278 2017-02-14 03:02:00          24
    +#> 7340             25   A69-1303-555 11279 2017-02-14 03:06:00          24
    +#> 7341             25   A69-1303-555 11280 2017-02-14 03:14:00          24
    +#> 7342             25   A69-1303-555 11281 2017-02-14 22:52:00          50
    +#> 7343             25   A69-1303-555 11282 2017-02-14 22:54:00          50
    +#> 7344             25   A69-1303-555 11283 2017-02-14 22:58:00          50
    +#> 7345             25   A69-1303-555 11284 2017-02-15 11:36:00          45
    +#> 7346             25   A69-1303-555 11285 2017-02-15 11:40:00          45
    +#> 7347             25   A69-1303-555 11286 2017-02-15 11:50:00          45
    +#> 7348             25   A69-1303-555 11289 2017-02-15 11:52:00          45
    +#> 7349             25   A69-1303-555 11291 2017-02-15 11:54:00          45
    +#> 7350             25   A69-1303-555 11292 2017-02-15 11:56:00          45
    +#> 7351             25   A69-1303-555 11293 2017-02-15 11:58:00          45
    +#> 7352             25   A69-1303-555 11295 2017-02-15 12:00:00          45
    +#> 7353             25   A69-1303-555 11298 2017-02-15 12:02:00          45
    +#> 7354             25   A69-1303-555 11299 2017-02-15 12:04:00          45
    +#> 7355             25   A69-1303-555 11300 2017-02-15 12:06:00          45
    +#> 7356             25   A69-1303-555 11302 2017-02-15 12:08:00          45
    +#> 7357             25   A69-1303-555 11304 2017-02-15 12:10:00          45
    +#> 7358             25   A69-1303-555 11305 2017-02-15 12:12:00          45
    +#> 7359             25   A69-1303-555 11308 2017-02-15 12:14:00          45
    +#> 7360             25   A69-1303-555 11310 2017-02-15 12:16:00          45
    +#> 7361             25   A69-1303-555 11311 2017-02-15 12:18:00          45
    +#> 7362             25   A69-1303-555 11313 2017-02-15 12:20:00          45
    +#> 7363             25   A69-1303-555 11315 2017-02-15 12:22:00          45
    +#> 7364             25   A69-1303-555 11317 2017-02-15 12:24:00          45
    +#> 7365             25   A69-1303-555 11318 2017-02-15 12:26:00          45
    +#> 7366             25   A69-1303-555 11320 2017-02-15 12:28:00          45
    +#> 7367             25   A69-1303-555 11323 2017-02-15 12:30:00          45
    +#> 7368             25   A69-1303-555 11324 2017-02-15 12:32:00          45
    +#> 7369             25   A69-1303-555 11327 2017-02-15 12:36:00          45
    +#> 7370             25   A69-1303-555 11329 2017-02-15 12:38:00          45
    +#> 7371             25   A69-1303-555 11331 2017-02-15 12:42:00          45
    +#> 7372             25   A69-1303-555 11333 2017-02-15 12:44:00          45
    +#> 7373             25   A69-1303-555 11334 2017-02-15 12:46:00          45
    +#> 7374             25   A69-1303-555 11336 2017-02-15 12:48:00          45
    +#> 7375             25   A69-1303-555 11337 2017-02-15 12:52:00          45
    +#> 7376             25   A69-1303-555 11339 2017-02-15 12:54:00          45
    +#> 7377             25   A69-1303-555 11341 2017-02-15 12:56:00          45
    +#> 7378             25   A69-1303-555 11342 2017-02-15 12:58:00          45
    +#> 7379             25   A69-1303-555 11343 2017-02-15 13:00:00          45
    +#> 7380             25   A69-1303-555 11344 2017-02-15 13:02:00          45
    +#> 7381             25   A69-1303-555 11346 2017-02-15 13:06:00          45
    +#> 7382             25   A69-1303-555 11347 2017-02-15 13:08:00          45
    +#> 7383             25   A69-1303-555 11349 2017-02-15 13:10:00          45
    +#> 7384             25   A69-1303-555 11350 2017-02-15 13:12:00          45
    +#> 7385             25   A69-1303-555 11352 2017-02-15 13:14:00          45
    +#> 7386             25   A69-1303-555 11354 2017-02-15 13:18:00          45
    +#> 7387             25   A69-1303-555 11356 2017-02-15 13:20:00          45
    +#> 7388             25   A69-1303-555 11358 2017-02-15 13:22:00          45
    +#> 7389             25   A69-1303-555 11359 2017-02-15 13:24:00          45
    +#> 7390             25   A69-1303-555 11361 2017-02-15 13:26:00          45
    +#> 7391             25   A69-1303-555 11363 2017-02-15 13:28:00          45
    +#> 7392             25   A69-1303-555 11365 2017-02-15 13:30:00          45
    +#> 7393             25   A69-1303-555 11366 2017-02-15 13:32:00          45
    +#> 7394             25   A69-1303-555 11368 2017-02-15 13:34:00          45
    +#> 7395             25   A69-1303-555 11370 2017-02-15 13:36:00          45
    +#> 7396             25   A69-1303-555 11372 2017-02-15 13:38:00          45
    +#> 7397             25   A69-1303-555 11374 2017-02-15 13:40:00          45
    +#> 7398             25   A69-1303-555 11376 2017-02-15 13:42:00          45
    +#> 7399             25   A69-1303-555 11377 2017-02-15 13:44:00          45
    +#> 7400             25   A69-1303-555 11379 2017-02-15 13:46:00          45
    +#> 7401             25   A69-1303-555 11381 2017-02-15 13:48:00          45
    +#> 7402             25   A69-1303-555 11383 2017-02-15 13:50:00          45
    +#> 7403             25   A69-1303-555 11385 2017-02-15 13:52:00          45
    +#> 7404             25   A69-1303-555 11388 2017-02-15 13:54:00          45
    +#> 7405             25   A69-1303-555 11389 2017-02-15 13:56:00          45
    +#> 7406             25   A69-1303-555 11391 2017-02-15 13:58:00          45
    +#> 7407             25   A69-1303-555 11392 2017-02-15 14:00:00          45
    +#> 7408             25   A69-1303-555 11393 2017-02-15 14:02:00          45
    +#> 7409             25   A69-1303-555 11394 2017-02-15 14:04:00          45
    +#> 7410             25   A69-1303-555 11397 2017-02-15 14:06:00          45
    +#> 7411             25   A69-1303-555 11398 2017-02-15 14:08:00          45
    +#> 7412             25   A69-1303-555 11400 2017-02-15 14:10:00          45
    +#> 7413             25   A69-1303-555 11402 2017-02-15 14:12:00          45
    +#> 7414             25   A69-1303-555 11403 2017-02-15 14:14:00          45
    +#> 7415             25   A69-1303-555 11406 2017-02-15 14:16:00          45
    +#> 7416             25   A69-1303-555 11408 2017-02-15 14:18:00          45
    +#> 7417             25   A69-1303-555 11410 2017-02-15 14:20:00          45
    +#> 7418             25   A69-1303-555 11411 2017-02-15 14:22:00          45
    +#> 7419             25   A69-1303-555 11412 2017-02-15 14:24:00          45
    +#> 7420             25   A69-1303-555 11413 2017-02-15 14:26:00          45
    +#> 7421             25   A69-1303-555 11415 2017-02-15 14:28:00          45
    +#> 7422             25   A69-1303-555 11417 2017-02-15 14:30:00          45
    +#> 7423             25   A69-1303-555 11419 2017-02-15 14:32:00          45
    +#> 7424             25   A69-1303-555 11421 2017-02-15 14:34:00          45
    +#> 7425             25   A69-1303-555 11423 2017-02-15 14:36:00          45
    +#> 7426             25   A69-1303-555 11424 2017-02-15 14:38:00          45
    +#> 7427             25   A69-1303-555 11427 2017-02-15 14:40:00          45
    +#> 7428             25   A69-1303-555 11429 2017-02-15 14:42:00          45
    +#> 7429             25   A69-1303-555 11430 2017-02-15 14:44:00          45
    +#> 7430             25   A69-1303-555 11431 2017-02-15 14:46:00          45
    +#> 7431             25   A69-1303-555 11432 2017-02-15 14:48:00          45
    +#> 7432             25   A69-1303-555 11434 2017-02-15 14:50:00          45
    +#> 7433             25   A69-1303-555 11436 2017-02-15 14:52:00          45
    +#> 7434             25   A69-1303-555 11438 2017-02-15 14:54:00          45
    +#> 7435             25   A69-1303-555 11440 2017-02-15 14:56:00          45
    +#> 7436             25   A69-1303-555 11441 2017-02-15 14:58:00          45
    +#> 7437             25   A69-1303-555 11444 2017-02-15 15:00:00          45
    +#> 7438             25   A69-1303-555 11446 2017-02-15 15:02:00          45
    +#> 7439             25   A69-1303-555 11448 2017-02-15 15:04:00          45
    +#> 7440             25   A69-1303-555 11449 2017-02-15 15:06:00          45
    +#> 7441             25   A69-1303-555 11450 2017-02-15 15:08:00          45
    +#> 7442             25   A69-1303-555 11452 2017-02-15 15:10:00          45
    +#> 7443             25   A69-1303-555 11454 2017-02-15 15:12:00          45
    +#> 7444             25   A69-1303-555 11456 2017-02-15 15:14:00          45
    +#> 7445             25   A69-1303-555 11458 2017-02-15 15:16:00          45
    +#> 7446             25   A69-1303-555 11460 2017-02-15 15:18:00          45
    +#> 7447             25   A69-1303-555 11461 2017-02-15 15:20:00          45
    +#> 7448             25   A69-1303-555 11463 2017-02-15 15:22:00          45
    +#> 7449             25   A69-1303-555 11465 2017-02-15 15:24:00          45
    +#> 7450             25   A69-1303-555 11466 2017-02-15 15:26:00          45
    +#> 7451             25   A69-1303-555 11467 2017-02-15 15:30:00          45
    +#> 7452             25   A69-1303-555 11469 2017-02-15 15:32:00          45
    +#> 7453             25   A69-1303-555 11471 2017-02-15 15:34:00          45
    +#> 7454             25   A69-1303-555 11474 2017-02-15 15:36:00          45
    +#> 7455             25   A69-1303-555 11476 2017-02-15 15:38:00          45
    +#> 7456             25   A69-1303-555 11478 2017-02-15 15:40:00          45
    +#> 7457             25   A69-1303-555 11480 2017-02-15 15:42:00          45
    +#> 7458             25   A69-1303-555 11482 2017-02-15 15:44:00          45
    +#> 7459             25   A69-1303-555 11483 2017-02-15 15:46:00          45
    +#> 7460             25   A69-1303-555 11485 2017-02-15 15:48:00          45
    +#> 7461             25   A69-1303-555 11487 2017-02-15 15:50:00          45
    +#> 7462             25   A69-1303-555 11489 2017-02-15 15:52:00          45
    +#> 7463             25   A69-1303-555 11492 2017-02-15 15:54:00          45
    +#> 7464             25   A69-1303-555 11493 2017-02-15 15:56:00          45
    +#> 7465             25   A69-1303-555 11495 2017-02-15 15:58:00          45
    +#> 7466             25   A69-1303-555 11497 2017-02-15 16:00:00          45
    +#> 7467             25   A69-1303-555 11499 2017-02-15 16:02:00          45
    +#> 7468             25   A69-1303-555 11501 2017-02-15 16:04:00          45
    +#> 7469             25   A69-1303-555 11503 2017-02-15 16:06:00          45
    +#> 7470             25   A69-1303-555 11505 2017-02-15 16:08:00          45
    +#> 7471             25   A69-1303-555 11506 2017-02-15 16:10:00          45
    +#> 7472             25   A69-1303-555 11508 2017-02-15 16:12:00          45
    +#> 7473             25   A69-1303-555 11510 2017-02-15 16:14:00          45
    +#> 7474             25   A69-1303-555 11512 2017-02-15 16:16:00          45
    +#> 7475             25   A69-1303-555 11514 2017-02-15 16:18:00          45
    +#> 7476             25   A69-1303-555 11515 2017-02-15 16:20:00          45
    +#> 7477             25   A69-1303-555 11517 2017-02-15 16:22:00          45
    +#> 7478             25   A69-1303-555 11518 2017-02-15 16:24:00          45
    +#> 7479             25   A69-1303-555 11520 2017-02-15 16:26:00          45
    +#> 7480             25   A69-1303-555 11522 2017-02-15 16:28:00          45
    +#> 7481             25   A69-1303-555 11523 2017-02-15 16:30:00          45
    +#> 7482             25   A69-1303-555 11525 2017-02-15 16:32:00          45
    +#> 7483             25   A69-1303-555 11527 2017-02-15 16:34:00          45
    +#> 7484             25   A69-1303-555 11530 2017-02-15 16:36:00          45
    +#> 7485             25   A69-1303-555 11531 2017-02-15 16:38:00          45
    +#> 7486             25   A69-1303-555 11533 2017-02-15 16:40:00          45
    +#> 7487             25   A69-1303-555 11536 2017-02-15 16:42:00          45
    +#> 7488             25   A69-1303-555 11538 2017-02-15 16:44:00          45
    +#> 7489             25   A69-1303-555 11539 2017-02-15 16:46:00          45
    +#> 7490             25   A69-1303-555 11540 2017-02-15 16:48:00          45
    +#> 7491             25   A69-1303-555 11542 2017-02-15 16:50:00          45
    +#> 7492             25   A69-1303-555 11543 2017-02-15 16:52:00          45
    +#> 7493             25   A69-1303-555 11545 2017-02-15 16:54:00          45
    +#> 7494             25   A69-1303-555 11547 2017-02-15 16:56:00          45
    +#> 7495             25   A69-1303-555 11548 2017-02-15 16:58:00          45
    +#> 7496             25   A69-1303-555 11550 2017-02-15 17:00:00          45
    +#> 7497             25   A69-1303-555 11552 2017-02-15 17:02:00          45
    +#> 7498             25   A69-1303-555 11554 2017-02-15 17:04:00          45
    +#> 7499             25   A69-1303-555 11555 2017-02-15 17:06:00          45
    +#> 7500             25   A69-1303-555 11557 2017-02-15 17:08:00          45
    +#> 7501             25   A69-1303-555 11559 2017-02-15 17:10:00          45
    +#> 7502             25   A69-1303-555 11561 2017-02-15 17:12:00          45
    +#> 7503             25   A69-1303-555 11563 2017-02-15 17:14:00          45
    +#> 7504             25   A69-1303-555 11564 2017-02-15 17:16:00          45
    +#> 7505             25   A69-1303-555 11565 2017-02-15 17:18:00          45
    +#> 7506             25   A69-1303-555 11567 2017-02-15 17:20:00          45
    +#> 7507             25   A69-1303-555 11568 2017-02-15 17:22:00          45
    +#> 7508             25   A69-1303-555 11570 2017-02-15 17:24:00          45
    +#> 7509             25   A69-1303-555 11572 2017-02-15 17:26:00          45
    +#> 7510             25   A69-1303-555 11574 2017-02-15 17:28:00          45
    +#> 7511             25   A69-1303-555 11575 2017-02-15 17:30:00          45
    +#> 7512             25   A69-1303-555 11577 2017-02-15 17:32:00          45
    +#> 7513             25   A69-1303-555 11579 2017-02-15 17:34:00          45
    +#> 7514             25   A69-1303-555 11581 2017-02-15 17:36:00          45
    +#> 7515             25   A69-1303-555 11583 2017-02-15 17:38:00          45
    +#> 7516             25   A69-1303-555 11586 2017-02-15 17:40:00          45
    +#> 7517             25   A69-1303-555 11587 2017-02-15 17:42:00          45
    +#> 7518             25   A69-1303-555 11589 2017-02-15 17:44:00          45
    +#> 7519             25   A69-1303-555 11591 2017-02-15 17:46:00          45
    +#> 7520             25   A69-1303-555 11593 2017-02-15 17:48:00          45
    +#> 7521             25   A69-1303-555 11594 2017-02-15 17:50:00          45
    +#> 7522             25   A69-1303-555 11597 2017-02-15 17:52:00          45
    +#> 7523             25   A69-1303-555 11599 2017-02-15 17:54:00          45
    +#> 7524             25   A69-1303-555 11600 2017-02-15 17:56:00          45
    +#> 7525             25   A69-1303-555 11601 2017-02-15 17:58:00          45
    +#> 7526             25   A69-1303-555 11603 2017-02-15 18:00:00          45
    +#> 7527             25   A69-1303-555 11604 2017-02-15 18:02:00          45
    +#> 7528             25   A69-1303-555 11606 2017-02-15 18:04:00          45
    +#> 7529             25   A69-1303-555 11608 2017-02-15 18:06:00          45
    +#> 7530             25   A69-1303-555 11609 2017-02-15 18:08:00          45
    +#> 7531             25   A69-1303-555 11611 2017-02-15 18:10:00          45
    +#> 7532             25   A69-1303-555 11614 2017-02-15 18:12:00          45
    +#> 7533             25   A69-1303-555 11615 2017-02-15 18:14:00          45
    +#> 7534             25   A69-1303-555 11616 2017-02-15 18:16:00          45
    +#> 7535             25   A69-1303-555 11618 2017-02-15 18:18:00          45
    +#> 7536             25   A69-1303-555 11621 2017-02-15 18:20:00          45
    +#> 7537             25   A69-1303-555 11623 2017-02-15 18:22:00          45
    +#> 7538             25   A69-1303-555 11624 2017-02-15 18:24:00          45
    +#> 7539             25   A69-1303-555 11626 2017-02-15 18:26:00          45
    +#> 7540             25   A69-1303-555 11628 2017-02-15 18:28:00          45
    +#> 7541             25   A69-1303-555 11630 2017-02-15 18:30:00          45
    +#> 7542             25   A69-1303-555 11632 2017-02-15 18:32:00          45
    +#> 7543             25   A69-1303-555 11633 2017-02-15 18:34:00          45
    +#> 7544             25   A69-1303-555 11635 2017-02-15 18:36:00          45
    +#> 7545             25   A69-1303-555 11637 2017-02-15 18:38:00          45
    +#> 7546             25   A69-1303-555 11639 2017-02-15 18:40:00          45
    +#> 7547             25   A69-1303-555 11641 2017-02-15 18:44:00          45
    +#> 7548             25   A69-1303-555 11642 2017-02-16 08:20:00          51
    +#> 7549             25   A69-1303-555 11643 2017-02-16 08:22:00          51
    +#> 7550             25   A69-1303-555 11644 2017-02-16 08:30:00          51
    +#> 7551             25   A69-1303-555 11646 2017-02-16 08:32:00          51
    +#> 7552             25   A69-1303-555 11648 2017-02-16 08:34:00          51
    +#> 7553             25   A69-1303-555 11650 2017-02-16 08:42:00          51
    +#> 7554             25   A69-1303-555 11651 2017-02-16 08:44:00          51
    +#> 7555             25   A69-1303-555 11652 2017-02-16 08:46:00          51
    +#> 7556             25   A69-1303-555 11654 2017-02-16 08:48:00          51
    +#> 7557             25   A69-1303-555 11655 2017-02-16 08:50:00          51
    +#> 7558             25   A69-1303-555 11657 2017-02-16 08:52:00          51
    +#> 7559             25   A69-1303-555 11658 2017-02-16 08:54:00          51
    +#> 7560             25   A69-1303-555 11660 2017-02-16 08:56:00          51
    +#> 7561             25   A69-1303-555 11663 2017-02-16 08:58:00          51
    +#> 7562             25   A69-1303-555 11664 2017-02-16 09:00:00          51
    +#> 7563             25   A69-1303-555 11665 2017-02-16 09:04:00          51
    +#> 7564             25   A69-1303-555 11667 2017-02-16 09:06:00          51
    +#> 7565             25   A69-1303-555 11668 2017-02-16 09:08:00          51
    +#> 7566             25   A69-1303-555 11669 2017-02-16 09:10:00          51
    +#> 7567             25   A69-1303-555 11670 2017-02-16 09:12:00          51
    +#> 7568             25   A69-1303-555 11672 2017-02-16 09:14:00          51
    +#> 7569             25   A69-1303-555 11673 2017-02-16 09:16:00          51
    +#> 7570             25   A69-1303-555 11675 2017-02-16 09:18:00          51
    +#> 7571             25   A69-1303-555 11676 2017-02-16 09:20:00          51
    +#> 7572             25   A69-1303-555 11677 2017-02-16 09:26:00          51
    +#> 7573             25   A69-1303-555 11678 2017-02-16 09:28:00          51
    +#> 7574             25   A69-1303-555 11679 2017-02-16 09:32:00          51
    +#> 7575             25   A69-1303-555 11680 2017-02-16 20:58:00          47
    +#> 7576             25   A69-1303-555 11681 2017-02-16 21:00:00          47
    +#> 7577             25   A69-1303-555 11682 2017-02-16 21:08:00          47
    +#> 7578             25   A69-1303-555 11683 2017-02-16 23:46:00          20
    +#> 7579             25   A69-1303-555 11684 2017-02-16 23:48:00          20
    +#> 7580             25   A69-1303-555 11685 2017-02-16 23:50:00          20
    +#> 7581             25   A69-1303-555 11687 2017-02-16 23:52:00          20
    +#> 7582             25   A69-1303-555 11690 2017-02-16 23:54:00          20
    +#> 7583             25   A69-1303-555 11691 2017-02-16 23:58:00          20
    +#> 7584             25   A69-1303-555 11692 2017-02-17 00:08:00          20
    +#> 7585             25   A69-1303-555 11693 2017-02-17 00:12:00          20
    +#> 7586             25   A69-1303-555 11695 2017-02-17 00:16:00          20
    +#> 7587             25   A69-1303-555 11697 2017-02-17 00:18:00          20
    +#> 7588             25   A69-1303-555 11699 2017-02-17 00:20:00          20
    +#> 7589             25   A69-1303-555 11700 2017-02-17 00:22:00          20
    +#> 7590             25   A69-1303-555 11702 2017-02-17 00:24:00          20
    +#> 7591             25   A69-1303-555 11705 2017-02-17 00:26:00          20
    +#> 7592             25   A69-1303-555 11706 2017-02-17 00:28:00          20
    +#> 7593             25   A69-1303-555 11707 2017-02-17 00:30:00          20
    +#> 7594             25   A69-1303-555 11709 2017-02-17 00:32:00          20
    +#> 7595             25   A69-1303-555 11711 2017-02-17 00:34:00          20
    +#> 7596             25   A69-1303-555 11713 2017-02-17 00:36:00          20
    +#> 7597             25   A69-1303-555 11715 2017-02-17 00:38:00          20
    +#> 7598             25   A69-1303-555 11717 2017-02-17 00:40:00          20
    +#> 7599             25   A69-1303-555 11719 2017-02-17 00:42:00          20
    +#> 7600             25   A69-1303-555 11720 2017-02-17 00:44:00          20
    +#> 7601             25   A69-1303-555 11721 2017-02-17 00:46:00          20
    +#> 7602             25   A69-1303-555 11722 2017-02-17 00:48:00          20
    +#> 7603             25   A69-1303-555 11723 2017-02-17 00:50:00          20
    +#> 7604             25   A69-1303-555 11725 2017-02-17 00:52:00          20
    +#> 7605             25   A69-1303-555 11727 2017-02-17 00:54:00          46
    +#> 7606             25   A69-1303-555 11728 2017-02-17 00:56:00          46
    +#> 7607             25   A69-1303-555 11730 2017-02-17 01:00:00          46
    +#> 7608             25   A69-1303-555 11731 2017-02-17 01:02:00          46
    +#> 7609             25   A69-1303-555 11733 2017-02-17 01:06:00          46
    +#> 7610             25   A69-1303-555 11735 2017-02-17 01:08:00          46
    +#> 7611             25   A69-1303-555 11736 2017-02-17 01:10:00          46
    +#> 7612             25   A69-1303-555 11738 2017-02-17 01:12:00          46
    +#> 7613             25   A69-1303-555 11741 2017-02-17 01:14:00          46
    +#> 7614             25   A69-1303-555 11742 2017-02-17 01:16:00          46
    +#> 7615             25   A69-1303-555 11744 2017-02-17 01:18:00          46
    +#> 7616             25   A69-1303-555 11746 2017-02-17 01:20:00          46
    +#> 7617             25   A69-1303-555 11747 2017-02-17 01:22:00          46
    +#> 7618             25   A69-1303-555 11749 2017-02-17 01:24:00          46
    +#> 7619             25   A69-1303-555 11751 2017-02-17 05:54:00          47
    +#> 7620             25   A69-1303-555 11752 2017-02-17 05:56:00          47
    +#> 7621             25   A69-1303-555 11753 2017-02-17 05:58:00          47
    +#> 7622             25   A69-1303-555 11754 2017-02-17 06:00:00          47
    +#> 7623             25   A69-1303-555 11757 2017-02-17 06:02:00          47
    +#> 7624             25   A69-1303-555 11758 2017-02-17 06:04:00          47
    +#> 7625             25   A69-1303-555 11759 2017-02-17 06:06:00          47
    +#> 7626             25   A69-1303-555 11760 2017-02-17 06:10:00          47
    +#> 7627             25   A69-1303-555 11761 2017-02-17 06:12:00          47
    +#> 7628             25   A69-1303-555 11762 2017-02-17 06:26:00          47
    +#> 7629             25   A69-1303-555 11764 2017-02-17 06:28:00          47
    +#> 7630             25   A69-1303-555 11765 2017-02-17 06:32:00          47
    +#> 7631             25   A69-1303-555 11767 2017-02-17 07:08:00          41
    +#> 7632             25   A69-1303-555 11768 2017-02-17 07:10:00          41
    +#> 7633             25   A69-1303-555 11769 2017-02-17 07:12:00          41
    +#> 7634             25   A69-1303-555 11770 2017-02-17 07:16:00          41
    +#> 7635             25   A69-1303-555 11772 2017-02-17 07:44:00          41
    +#> 7636             25   A69-1303-555 11773 2017-02-17 07:48:00          41
    +#> 7637             25   A69-1303-555 11774 2017-02-17 07:56:00          41
    +#> 7638             25   A69-1303-555 11775 2017-02-17 07:58:00          41
    +#> 7639             25   A69-1303-555 11776 2017-02-17 08:00:00          41
    +#> 7640             25   A69-1303-555 11777 2017-02-17 08:48:00          41
    +#> 7641             25   A69-1303-555 11778 2017-02-17 08:52:00          41
    +#> 7642             25   A69-1303-555 11779 2017-02-17 10:04:00          47
    +#> 7643             25   A69-1303-555 11781 2017-02-17 10:08:00          47
    +#> 7644             25   A69-1303-555 11782 2017-02-17 10:10:00          47
    +#> 7645             25   A69-1303-555 11783 2017-02-17 10:12:00          47
    +#> 7646             25   A69-1303-555 11784 2017-02-17 10:14:00          47
    +#> 7647             25   A69-1303-555 11785 2017-02-17 10:16:00          47
    +#> 7648             25   A69-1303-555 11786 2017-02-17 19:16:00          47
    +#> 7649             25   A69-1303-555 11787 2017-02-17 19:36:00          47
    +#> 7650             25   A69-1303-555 11788 2017-02-17 19:36:00          41
    +#> 7651             25   A69-1303-555 11790 2017-02-17 19:38:00          41
    +#> 7652             25   A69-1303-555 11791 2017-02-17 19:40:00          47
    +#> 7653             25   A69-1303-555 11792 2017-02-17 19:42:00          41
    +#> 7654             25   A69-1303-555 11793 2017-02-17 19:42:00          47
    +#> 7655             25   A69-1303-555 11795 2017-02-17 19:46:00          41
    +#> 7656             25   A69-1303-555 11796 2017-02-17 19:48:00          41
    +#> 7657             25   A69-1303-555 11798 2017-02-17 19:50:00          41
    +#> 7658             25   A69-1303-555 11800 2017-02-17 19:52:00          41
    +#> 7659             25   A69-1303-555 11802 2017-02-17 19:54:00          41
    +#> 7660             25   A69-1303-555 11803 2017-02-17 19:56:00          41
    +#> 7661             25   A69-1303-555 11804 2017-02-17 19:58:00          41
    +#> 7662             25   A69-1303-555 11805 2017-02-17 20:00:00          41
    +#> 7663             25   A69-1303-555 11806 2017-02-17 20:14:00          41
    +#> 7664             25   A69-1303-555 11808 2017-02-17 20:16:00          41
    +#> 7665             25   A69-1303-555 11809 2017-02-17 20:18:00          41
    +#> 7666             25   A69-1303-555 11810 2017-02-17 20:20:00          41
    +#> 7667             25   A69-1303-555 11811 2017-02-17 20:22:00          41
    +#> 7668             25   A69-1303-555 11812 2017-02-17 20:24:00          41
    +#> 7669             25   A69-1303-555 11813 2017-02-17 20:46:00          41
    +#> 7670             25   A69-1303-555 11815 2017-02-17 20:48:00          41
    +#> 7671             25   A69-1303-555 11816 2017-02-17 20:50:00          41
    +#> 7672             25   A69-1303-555 11817 2017-02-17 20:52:00          41
    +#> 7673             25   A69-1303-555 11818 2017-02-17 20:54:00          41
    +#> 7674             25   A69-1303-555 11819 2017-02-17 20:54:00          47
    +#> 7675             25   A69-1303-555 11820 2017-02-17 20:56:00          41
    +#> 7676             25   A69-1303-555 11821 2017-02-17 20:56:00          47
    +#> 7677             25   A69-1303-555 11823 2017-02-17 20:58:00          41
    +#> 7678             25   A69-1303-555 11825 2017-02-17 21:00:00          41
    +#> 7679             25   A69-1303-555 11826 2017-02-17 21:02:00          47
    +#> 7680             25   A69-1303-555 11827 2017-02-17 21:06:00          47
    +#> 7681             25   A69-1303-555 11828 2017-02-17 21:08:00          47
    +#> 7682             25   A69-1303-555 11829 2017-02-17 21:10:00          47
    +#> 7683             25   A69-1303-555 11830 2017-02-17 21:12:00          47
    +#> 7684             25   A69-1303-555 11831 2017-02-17 21:14:00          41
    +#> 7685             25   A69-1303-555 11832 2017-02-17 21:14:00          47
    +#> 7686             25   A69-1303-555 11834 2017-02-17 21:16:00          41
    +#> 7687             25   A69-1303-555 11835 2017-02-17 21:18:00          41
    +#> 7688             25   A69-1303-555 11837 2017-02-17 21:20:00          41
    +#> 7689             25   A69-1303-555 11839 2017-02-17 21:22:00          41
    +#> 7690             25   A69-1303-555 11840 2017-02-17 21:26:00          41
    +#> 7691             25   A69-1303-555 11841 2017-02-17 21:28:00          41
    +#> 7692             25   A69-1303-555 11843 2017-02-17 21:30:00          41
    +#> 7693             25   A69-1303-555 11845 2017-02-17 21:32:00          41
    +#> 7694             25   A69-1303-555 11847 2017-02-17 21:34:00          41
    +#> 7695             25   A69-1303-555 11849 2017-02-17 21:36:00          41
    +#> 7696             25   A69-1303-555 11850 2017-02-17 21:38:00          41
    +#> 7697             25   A69-1303-555 11852 2017-02-17 21:40:00          41
    +#> 7698             25   A69-1303-555 11854 2017-02-17 21:42:00          41
    +#> 7699             25   A69-1303-555 11855 2017-02-17 21:46:00          41
    +#> 7700             25   A69-1303-555 11856 2017-02-17 22:52:00          41
    +#> 7701             25   A69-1303-555 11857 2017-02-17 22:54:00          41
    +#> 7702             25   A69-1303-555 11858 2017-02-17 23:04:00          41
    +#> 7703             25   A69-1303-555 11859 2017-02-17 23:08:00          41
    +#> 7704             25   A69-1303-555 11860 2017-02-17 23:16:00          41
    +#> 7705             25   A69-1303-555 11861 2017-02-17 23:24:00          41
    +#> 7706             25   A69-1303-555 11862 2017-02-18 00:54:00          41
    +#> 7707             25   A69-1303-555 11864 2017-02-18 00:56:00          41
    +#> 7708             25   A69-1303-555 11866 2017-02-18 00:58:00          41
    +#> 7709             25   A69-1303-555 11867 2017-02-18 01:00:00          41
    +#> 7710             25   A69-1303-555 11868 2017-02-18 01:02:00          41
    +#> 7711             25   A69-1303-555 11871 2017-02-18 01:04:00          41
    +#> 7712             25   A69-1303-555 11873 2017-02-18 02:04:00          41
    +#> 7713             25   A69-1303-555 11874 2017-02-18 02:06:00          41
    +#> 7714             25   A69-1303-555 11875 2017-02-18 02:08:00          41
    +#> 7715             25   A69-1303-555 11877 2017-02-18 02:10:00          41
    +#> 7716             25   A69-1303-555 11879 2017-02-18 02:14:00          41
    +#> 7717             25   A69-1303-555 11880 2017-02-18 02:16:00          41
    +#> 7718             25   A69-1303-555 11882 2017-02-18 02:18:00          41
    +#> 7719             25   A69-1303-555 11884 2017-02-18 02:20:00          41
    +#> 7720             25   A69-1303-555 11886 2017-02-18 02:22:00          41
    +#> 7721             25   A69-1303-555 11887 2017-02-18 02:28:00          41
    +#> 7722             25   A69-1303-555 11888 2017-02-18 02:32:00          41
    +#> 7723             25   A69-1303-555 11889 2017-02-18 02:46:00          41
    +#> 7724             25   A69-1303-555 11890 2017-02-18 02:52:00          41
    +#> 7725             25   A69-1303-555 11892 2017-02-18 02:54:00          41
    +#> 7726             25   A69-1303-555 11893 2017-02-18 02:56:00          41
    +#> 7727             25   A69-1303-555 11895 2017-02-18 02:58:00          41
    +#> 7728             25   A69-1303-555 11898 2017-02-18 03:00:00          41
    +#> 7729             25   A69-1303-555 11899 2017-02-18 03:02:00          41
    +#> 7730             25   A69-1303-555 11900 2017-02-18 03:06:00          41
    +#> 7731             25   A69-1303-555 11902 2017-02-18 03:08:00          41
    +#> 7732             25   A69-1303-555 11903 2017-02-18 03:12:00          41
    +#> 7733             25   A69-1303-555 11904 2017-02-18 03:18:00          41
    +#> 7734             25   A69-1303-555 11905 2017-02-18 03:20:00          41
    +#> 7735             25   A69-1303-555 11907 2017-02-18 03:22:00          41
    +#> 7736             25   A69-1303-555 11908 2017-02-18 03:24:00          41
    +#> 7737             25   A69-1303-555 11910 2017-02-18 03:26:00          41
    +#> 7738             25   A69-1303-555 11911 2017-02-18 03:30:00          41
    +#> 7739             25   A69-1303-555 11912 2017-02-18 03:32:00          41
    +#> 7740             25   A69-1303-555 11913 2017-02-18 03:34:00          41
    +#> 7741             25   A69-1303-555 11915 2017-02-18 03:36:00          41
    +#> 7742             25   A69-1303-555 11917 2017-02-18 03:38:00          41
    +#> 7743             25   A69-1303-555 11919 2017-02-18 03:40:00          41
    +#> 7744             25   A69-1303-555 11922 2017-02-18 03:42:00          41
    +#> 7745             25   A69-1303-555 11924 2017-02-18 03:44:00          41
    +#> 7746             25   A69-1303-555 11927 2017-02-18 03:46:00          41
    +#> 7747             25   A69-1303-555 11928 2017-02-18 03:48:00          41
    +#> 7748             25   A69-1303-555 11930 2017-02-18 03:50:00          41
    +#> 7749             25   A69-1303-555 11932 2017-02-18 03:52:00          41
    +#> 7750             25   A69-1303-555 11933 2017-02-18 03:54:00          41
    +#> 7751             25   A69-1303-555 11934 2017-02-19 02:58:00          41
    +#> 7752             25   A69-1303-555 11935 2017-02-19 03:02:00          41
    +#> 7753             25   A69-1303-555 11936 2017-02-19 03:28:00          41
    +#> 7754             25   A69-1303-555 11937 2017-02-19 03:30:00          47
    +#> 7755             25   A69-1303-555 11938 2017-02-19 03:30:00          41
    +#> 7756             25   A69-1303-555 11939 2017-02-19 03:40:00          47
    +#> 7757             25   A69-1303-555 11940 2017-02-19 03:42:00          47
    +#> 7758             25   A69-1303-555 11941 2017-02-19 03:44:00          47
    +#> 7759             25   A69-1303-555 11943 2017-02-19 03:46:00          47
    +#> 7760             25   A69-1303-555 11945 2017-02-19 03:48:00          47
    +#> 7761             25   A69-1303-555 11946 2017-02-19 03:50:00          47
    +#> 7762             25   A69-1303-555 11947 2017-02-19 03:52:00          47
    +#> 7763             25   A69-1303-555 11949 2017-02-19 03:54:00          47
    +#> 7764             25   A69-1303-555 11951 2017-02-19 03:56:00          47
    +#> 7765             25   A69-1303-555 11952 2017-02-19 03:58:00          47
    +#> 7766             25   A69-1303-555 11955 2017-02-19 04:00:00          47
    +#> 7767             25   A69-1303-555 11956 2017-02-19 04:02:00          47
    +#> 7768             25   A69-1303-555 11957 2017-02-19 04:02:00          41
    +#> 7769             25   A69-1303-555 11959 2017-02-19 04:04:00          41
    +#> 7770             25   A69-1303-555 11960 2017-02-19 04:04:00          47
    +#> 7771             25   A69-1303-555 11961 2017-02-19 04:06:00          47
    +#> 7772             25   A69-1303-555 11962 2017-02-19 04:12:00          47
    +#> 7773             25   A69-1303-555 11964 2017-02-19 04:28:00          41
    +#> 7774             25   A69-1303-555 11965 2017-02-19 04:30:00          41
    +#> 7775             25   A69-1303-555 11967 2017-02-19 04:32:00          41
    +#> 7776             25   A69-1303-555 11968 2017-02-19 04:34:00          41
    +#> 7777             25   A69-1303-555 11969 2017-02-19 04:36:00          41
    +#> 7778             25   A69-1303-555 11971 2017-02-19 04:38:00          41
    +#> 7779             25   A69-1303-555 11972 2017-02-19 04:40:00          41
    +#> 7780             25   A69-1303-555 11974 2017-02-19 04:42:00          41
    +#> 7781             25   A69-1303-555 11975 2017-02-19 04:44:00          41
    +#> 7782             25   A69-1303-555 11977 2017-02-19 04:46:00          41
    +#> 7783             25   A69-1303-555 11980 2017-02-19 04:48:00          41
    +#> 7784             25   A69-1303-555 11982 2017-02-19 04:50:00          41
    +#> 7785             25   A69-1303-555 11984 2017-02-19 04:52:00          41
    +#> 7786             25   A69-1303-555 11987 2017-02-19 04:54:00          41
    +#> 7787             25   A69-1303-555 11988 2017-02-19 04:56:00          41
    +#> 7788             25   A69-1303-555 11989 2017-02-19 04:58:00          41
    +#> 7789             25   A69-1303-555 11990 2017-02-19 05:00:00          41
    +#> 7790             25   A69-1303-555 11991 2017-02-19 05:06:00          41
    +#> 7791             25   A69-1303-555 11992 2017-02-19 05:22:00          47
    +#> 7792             25   A69-1303-555 11993 2017-02-19 05:30:00          47
    +#> 7793             25   A69-1303-555 11994 2017-02-19 05:36:00          47
    +#> 7794             25   A69-1303-555 11995 2017-02-19 05:42:00          47
    +#> 7795             25   A69-1303-555 11997 2017-02-19 05:44:00          47
    +#> 7796             25   A69-1303-555 11999 2017-02-19 05:46:00          47
    +#> 7797             25   A69-1303-555 12000 2017-02-19 05:48:00          47
    +#> 7798             25   A69-1303-555 12002 2017-02-19 05:50:00          47
    +#> 7799             25   A69-1303-555 12004 2017-02-19 05:52:00          47
    +#> 7800             25   A69-1303-555 12006 2017-02-19 05:54:00          47
    +#> 7801             25   A69-1303-555 12008 2017-02-19 05:56:00          47
    +#> 7802             25   A69-1303-555 12009 2017-02-19 06:08:00          47
    +#> 7803             25   A69-1303-555 12010 2017-02-19 06:36:00          47
    +#> 7804             25   A69-1303-555 12011 2017-02-19 06:40:00          47
    +#> 7805             25   A69-1303-555 12012 2017-02-19 06:42:00          47
    +#> 7806             25   A69-1303-555 12013 2017-02-19 06:44:00          47
    +#> 7807             25   A69-1303-555 12015 2017-02-19 06:46:00          47
    +#> 7808             25   A69-1303-555 12017 2017-02-19 06:50:00          47
    +#> 7809             25   A69-1303-555 12018 2017-02-19 06:52:00          47
    +#> 7810             25   A69-1303-555 12019 2017-02-19 06:54:00          47
    +#> 7811             25   A69-1303-555 12022 2017-02-19 06:56:00          47
    +#> 7812             25   A69-1303-555 12024 2017-02-19 06:58:00          47
    +#> 7813             25   A69-1303-555 12025 2017-02-19 07:00:00          47
    +#> 7814             25   A69-1303-555 12027 2017-02-19 07:02:00          47
    +#> 7815             25   A69-1303-555 12029 2017-02-19 07:08:00          47
    +#> 7816             25   A69-1303-555 12030 2017-02-19 07:10:00          47
    +#> 7817             25   A69-1303-555 12031 2017-02-19 07:12:00          47
    +#> 7818             25   A69-1303-555 12032 2017-02-19 07:20:00          47
    +#> 7819             25   A69-1303-555 12033 2017-02-19 07:22:00          47
    +#> 7820             25   A69-1303-555 12034 2017-02-19 07:24:00          47
    +#> 7821             25   A69-1303-555 12035 2017-02-19 07:28:00          47
    +#> 7822             25   A69-1303-555 12036 2017-02-19 07:30:00          47
    +#> 7823             25   A69-1303-555 12037 2017-02-19 09:46:00          41
    +#> 7824             25   A69-1303-555 12038 2017-02-19 09:48:00          41
    +#> 7825             25   A69-1303-555 12039 2017-02-19 09:52:00          41
    +#> 7826             25   A69-1303-555 12041 2017-02-19 09:56:00          41
    +#> 7827             25   A69-1303-555 12042 2017-02-19 09:58:00          41
    +#> 7828             25   A69-1303-555 12044 2017-02-19 17:08:00           4
    +#> 7829             25   A69-1303-555 12045 2017-02-19 17:10:00           4
    +#> 7830             25   A69-1303-555 12047 2017-02-19 17:12:00           4
    +#> 7831             25   A69-1303-555 12049 2017-02-19 17:14:00           4
    +#> 7832             25   A69-1303-555 12051 2017-02-19 17:16:00           4
    +#> 7833             25   A69-1303-555 12053 2017-02-19 17:18:00           4
    +#> 7834             25   A69-1303-555 12055 2017-02-19 17:20:00           4
    +#> 7835             25   A69-1303-555 12057 2017-02-19 17:22:00           4
    +#> 7836             25   A69-1303-555 12059 2017-02-19 17:24:00           4
    +#> 7837             25   A69-1303-555 12060 2017-02-19 17:26:00           4
    +#> 7838             25   A69-1303-555 12062 2017-02-19 17:28:00           4
    +#> 7839             25   A69-1303-555 12064 2017-02-19 17:30:00           4
    +#> 7840             25   A69-1303-555 12066 2017-02-19 17:32:00           4
    +#> 7841             25   A69-1303-555 12067 2017-02-19 17:34:00           4
    +#> 7842             25   A69-1303-555 12070 2017-02-19 17:36:00           4
    +#> 7843             25   A69-1303-555 12071 2017-02-19 17:42:00           4
    +#> 7844             25   A69-1303-555 12072 2017-02-19 17:48:00           4
    +#> 7845             25   A69-1303-555 12074 2017-02-19 17:56:00           4
    +#> 7846             25   A69-1303-555 12075 2017-02-19 17:58:00           4
    +#> 7847             25   A69-1303-555 12076 2017-02-19 18:00:00           4
    +#> 7848             25   A69-1303-555 12079 2017-02-19 18:02:00           4
    +#> 7849             25   A69-1303-555 12080 2017-02-19 18:04:00           4
    +#> 7850             25   A69-1303-555 12081 2017-02-19 18:08:00           4
    +#> 7851             25   A69-1303-555 12082 2017-02-19 18:10:00           4
    +#> 7852             25   A69-1303-555 12083 2017-02-19 18:20:00           4
    +#> 7853             25   A69-1303-555 12084 2017-02-19 18:32:00          12
    +#> 7854             25   A69-1303-555 12085 2017-02-19 18:34:00          12
    +#> 7855             25   A69-1303-555 12087 2017-02-19 18:38:00          12
    +#> 7856             25   A69-1303-555 12089 2017-02-19 18:40:00          12
    +#> 7857             25   A69-1303-555 12091 2017-02-19 18:42:00          12
    +#> 7858             25   A69-1303-555 12093 2017-02-19 18:48:00          12
    +#> 7859             25   A69-1303-555 12094 2017-02-19 18:50:00          44
    +#> 7860             25   A69-1303-555 12095 2017-02-19 18:52:00          44
    +#> 7861             25   A69-1303-555 12096 2017-02-19 18:54:00          44
    +#> 7862             25   A69-1303-555 12098 2017-02-19 18:56:00          44
    +#> 7863             25   A69-1303-555 12100 2017-02-19 18:58:00          12
    +#> 7864             25   A69-1303-555 12101 2017-02-19 18:58:00          44
    +#> 7865             25   A69-1303-555 12102 2017-02-19 19:00:00          44
    +#> 7866             25   A69-1303-555 12103 2017-02-19 19:00:00          12
    +#> 7867             25   A69-1303-555 12104 2017-02-19 19:04:00          12
    +#> 7868             25   A69-1303-555 12105 2017-02-19 19:06:00          12
    +#> 7869             25   A69-1303-555 12106 2017-02-19 19:06:00          44
    +#> 7870             25   A69-1303-555 12107 2017-02-20 15:26:00          50
    +#> 7871             25   A69-1303-555 12109 2017-02-20 15:30:00          50
    +#> 7872             25   A69-1303-555 12112 2017-02-20 15:38:00          50
    +#> 7873             25   A69-1303-555 12113 2017-02-20 15:40:00          50
    +#> 7874             25   A69-1303-555 12114 2017-02-21 09:06:00          45
    +#> 7875             25   A69-1303-555 12115 2017-02-21 09:12:00          45
    +#> 7876             25   A69-1303-555 12116 2017-02-21 09:14:00          45
    +#> 7877             25   A69-1303-555 12118 2017-02-21 09:16:00          45
    +#> 7878             25   A69-1303-555 12119 2017-02-21 09:18:00          45
    +#> 7879             25   A69-1303-555 12121 2017-02-21 09:20:00          45
    +#> 7880             25   A69-1303-555 12122 2017-02-21 09:22:00          45
    +#> 7881             25   A69-1303-555 12123 2017-02-21 09:24:00          45
    +#> 7882             25   A69-1303-555 12125 2017-02-21 09:26:00          45
    +#> 7883             25   A69-1303-555 12126 2017-02-21 09:28:00          45
    +#> 7884             25   A69-1303-555 12127 2017-02-21 09:30:00          45
    +#> 7885             25   A69-1303-555 12129 2017-02-21 09:32:00          45
    +#> 7886             25   A69-1303-555 12131 2017-02-21 09:34:00          45
    +#> 7887             25   A69-1303-555 12132 2017-02-21 09:36:00          45
    +#> 7888             25   A69-1303-555 12133 2017-02-21 09:38:00          45
    +#> 7889             25   A69-1303-555 12134 2017-02-21 09:40:00          45
    +#> 7890             25   A69-1303-555 12135 2017-02-21 09:42:00          45
    +#> 7891             25   A69-1303-555 12136 2017-02-21 09:44:00          45
    +#> 7892             25   A69-1303-555 12138 2017-02-21 09:46:00          45
    +#> 7893             25   A69-1303-555 12140 2017-02-21 09:48:00          45
    +#> 7894             25   A69-1303-555 12141 2017-02-21 09:50:00          45
    +#> 7895             25   A69-1303-555 12142 2017-02-21 09:52:00          45
    +#> 7896             25   A69-1303-555 12144 2017-02-21 09:54:00          45
    +#> 7897             25   A69-1303-555 12146 2017-02-21 09:56:00          45
    +#> 7898             25   A69-1303-555 12149 2017-02-21 09:58:00          45
    +#> 7899             25   A69-1303-555 12150 2017-02-21 10:00:00          45
    +#> 7900             25   A69-1303-555 12153 2017-02-21 10:04:00          45
    +#> 7901             25   A69-1303-555 12155 2017-02-21 10:08:00          45
    +#> 7902             25   A69-1303-555 12157 2017-02-21 10:10:00          45
    +#> 7903             25   A69-1303-555 12159 2017-02-21 10:12:00          45
    +#> 7904             25   A69-1303-555 12161 2017-02-21 10:14:00          45
    +#> 7905             25   A69-1303-555 12164 2017-02-21 10:16:00          45
    +#> 7906             25   A69-1303-555 12165 2017-02-21 10:18:00          45
    +#> 7907             25   A69-1303-555 12166 2017-02-21 10:20:00          45
    +#> 7908             25   A69-1303-555 12168 2017-02-21 10:22:00          45
    +#> 7909             25   A69-1303-555 12170 2017-02-21 10:28:00          45
    +#> 7910             25   A69-1303-555 12172 2017-02-21 10:30:00          45
    +#> 7911             25   A69-1303-555 12174 2017-02-21 10:32:00          45
    +#> 7912             25   A69-1303-555 12175 2017-02-21 10:34:00          45
    +#> 7913             25   A69-1303-555 12176 2017-02-21 10:36:00          45
    +#> 7914             25   A69-1303-555 12177 2017-02-21 10:38:00          45
    +#> 7915             25   A69-1303-555 12178 2017-02-21 10:40:00          45
    +#> 7916             25   A69-1303-555 12180 2017-02-21 10:42:00          45
    +#> 7917             25   A69-1303-555 12182 2017-02-21 10:44:00          45
    +#> 7918             25   A69-1303-555 12183 2017-02-21 10:48:00          45
    +#> 7919             25   A69-1303-555 12185 2017-02-21 10:52:00          45
    +#> 7920             25   A69-1303-555 12186 2017-02-21 12:06:00          45
    +#> 7921             25   A69-1303-555 12188 2017-02-21 12:10:00          45
    +#> 7922             25   A69-1303-555 12189 2017-02-21 12:14:00          45
    +#> 7923             25   A69-1303-555 12190 2017-02-21 12:16:00          45
    +#> 7924             25   A69-1303-555 12192 2017-02-21 12:18:00          45
    +#> 7925             25   A69-1303-555 12193 2017-02-21 12:20:00          45
    +#> 7926             25   A69-1303-555 12196 2017-02-21 12:22:00          45
    +#> 7927             25   A69-1303-555 12197 2017-02-21 12:24:00          45
    +#> 7928             25   A69-1303-555 12198 2017-02-21 12:26:00          45
    +#> 7929             25   A69-1303-555 12199 2017-02-21 12:28:00          45
    +#> 7930             25   A69-1303-555 12202 2017-02-21 12:32:00          45
    +#> 7931             25   A69-1303-555 12204 2017-02-21 12:34:00          45
    +#> 7932             25   A69-1303-555 12205 2017-02-21 12:38:00          45
    +#> 7933             25   A69-1303-555 12207 2017-02-21 12:42:00          45
    +#> 7934             25   A69-1303-555 12208 2017-02-21 12:44:00          45
    +#> 7935             25   A69-1303-555 12209 2017-02-21 12:46:00          45
    +#> 7936             25   A69-1303-555 12210 2017-02-21 12:48:00          45
    +#> 7937             25   A69-1303-555 12212 2017-02-21 12:50:00          45
    +#> 7938             25   A69-1303-555 12214 2017-02-21 12:56:00          45
    +#> 7939             25   A69-1303-555 12216 2017-02-21 13:04:00          45
    +#> 7940             25   A69-1303-555 12217 2017-02-21 13:12:00          45
    +#> 7941             25   A69-1303-555 12219 2017-02-21 13:22:00          45
    +#> 7942             25   A69-1303-555 12221 2017-02-21 13:26:00          45
    +#> 7943             25   A69-1303-555 12222 2017-02-21 13:30:00          45
    +#> 7944             25   A69-1303-555 12223 2017-02-21 13:32:00          45
    +#> 7945             25   A69-1303-555 12224 2017-02-21 13:36:00          45
    +#> 7946             25   A69-1303-555 12225 2017-02-21 13:48:00          45
    +#> 7947             25   A69-1303-555 12226 2017-02-21 13:52:00          45
    +#> 7948             25   A69-1303-555 12227 2017-02-21 14:00:00          45
    +#> 7949             25   A69-1303-555 12228 2017-02-21 14:02:00          45
    +#> 7950             25   A69-1303-555 12230 2017-02-21 14:04:00          45
    +#> 7951             25   A69-1303-555 12231 2017-02-21 14:06:00          45
    +#> 7952             25   A69-1303-555 12232 2017-02-21 14:08:00          45
    +#> 7953             25   A69-1303-555 12234 2017-02-21 14:12:00          45
    +#> 7954             25   A69-1303-555 12235 2017-02-21 14:14:00          45
    +#> 7955             25   A69-1303-555 12236 2017-02-21 14:18:00          45
    +#> 7956             25   A69-1303-555 12238 2017-02-21 14:20:00          45
    +#> 7957             25   A69-1303-555 12239 2017-02-21 14:24:00          45
    +#> 7958             25   A69-1303-555 12242 2017-02-21 14:28:00          45
    +#> 7959             25   A69-1303-555 12243 2017-02-21 14:30:00          45
    +#> 7960             25   A69-1303-555 12245 2017-02-21 14:32:00          45
    +#> 7961             25   A69-1303-555 12247 2017-02-21 14:34:00          45
    +#> 7962             25   A69-1303-555 12249 2017-02-21 14:36:00          45
    +#> 7963             25   A69-1303-555 12251 2017-02-21 14:38:00          45
    +#> 7964             25   A69-1303-555 12253 2017-02-21 14:40:00          45
    +#> 7965             25   A69-1303-555 12255 2017-02-21 14:42:00          45
    +#> 7966             25   A69-1303-555 12256 2017-02-21 14:44:00          45
    +#> 7967             25   A69-1303-555 12258 2017-02-21 14:46:00          45
    +#> 7968             25   A69-1303-555 12260 2017-02-21 14:50:00          45
    +#> 7969             25   A69-1303-555 12261 2017-02-21 14:52:00          45
    +#> 7970             25   A69-1303-555 12262 2017-02-21 14:54:00          45
    +#> 7971             25   A69-1303-555 12263 2017-02-21 14:56:00          45
    +#> 7972             25   A69-1303-555 12264 2017-02-22 22:00:00          50
    +#> 7973             25   A69-1303-555 12266 2017-02-22 22:04:00          51
    +#> 7974             25   A69-1303-555 12267 2017-02-22 22:06:00          51
    +#> 7975             25   A69-1303-555 12268 2017-02-22 22:08:00          51
    +#> 7976             25   A69-1303-555 12270 2017-02-22 22:10:00          51
    +#> 7977             25   A69-1303-555 12271 2017-02-22 22:12:00          51
    +#> 7978             25   A69-1303-555 12273 2017-02-22 22:14:00          51
    +#> 7979             25   A69-1303-555 12274 2017-02-22 22:14:00          50
    +#> 7980             25   A69-1303-555 12275 2017-02-22 22:16:00          51
    +#> 7981             25   A69-1303-555 12277 2017-02-22 22:18:00          51
    +#> 7982             25   A69-1303-555 12278 2017-02-22 22:20:00          51
    +#> 7983             25   A69-1303-555 12280 2017-02-22 22:22:00          51
    +#> 7984             25   A69-1303-555 12281 2017-02-22 22:26:00          50
    +#> 7985             25   A69-1303-555 12282 2017-02-22 22:26:00          51
    +#> 7986             25   A69-1303-555 12283 2017-02-22 22:28:00          51
    +#> 7987             25   A69-1303-555 12284 2017-02-22 22:30:00          51
    +#> 7988             25   A69-1303-555 12285 2017-02-22 22:36:00          50
    +#> 7989             25   A69-1303-555 12286 2017-02-22 22:38:00          50
    +#> 7990             25   A69-1303-555 12287 2017-02-22 22:46:00          51
    +#> 7991             25   A69-1303-555 12289 2017-02-22 23:00:00          50
    +#> 7992             25   A69-1303-555 12290 2017-02-27 22:58:00          50
    +#> 7993             25   A69-1303-555 12291 2017-02-27 23:00:00          50
    +#> 7994             25   A69-1303-555 12293 2017-02-28 10:36:00          45
    +#> 7995             25   A69-1303-555 12295 2017-02-28 10:54:00          45
    +#> 7996             25   A69-1303-555 12296 2017-02-28 10:56:00          45
    +#> 7997             25   A69-1303-555 12297 2017-02-28 10:58:00          45
    +#> 7998             25   A69-1303-555 12299 2017-02-28 11:00:00          45
    +#> 7999             25   A69-1303-555 12301 2017-02-28 11:02:00          45
    +#> 8000             25   A69-1303-555 12302 2017-02-28 11:04:00          45
    +#> 8001             25   A69-1303-555 12303 2017-02-28 11:10:00          45
    +#> 8002             25   A69-1303-555 12304 2017-02-28 11:12:00          45
    +#> 8003             25   A69-1303-555 12305 2017-02-28 11:14:00          45
    +#> 8004             25   A69-1303-555 12306 2017-02-28 11:16:00          45
    +#> 8005             25   A69-1303-555 12307 2017-02-28 11:18:00          45
    +#> 8006             25   A69-1303-555 12308 2017-02-28 11:20:00          45
    +#> 8007             25   A69-1303-555 12309 2017-02-28 11:24:00          45
    +#> 8008             25   A69-1303-555 12311 2017-02-28 11:26:00          45
    +#> 8009             25   A69-1303-555 12313 2017-02-28 11:28:00          45
    +#> 8010             25   A69-1303-555 12315 2017-02-28 11:32:00          45
    +#> 8011             25   A69-1303-555 12316 2017-02-28 11:34:00          45
    +#> 8012             25   A69-1303-555 12318 2017-02-28 11:36:00          45
    +#> 8013             25   A69-1303-555 12320 2017-02-28 11:38:00          45
    +#> 8014             25   A69-1303-555 12323 2017-02-28 11:40:00          45
    +#> 8015             25   A69-1303-555 12324 2017-02-28 11:42:00          45
    +#> 8016             25   A69-1303-555 12326 2017-02-28 11:44:00          45
    +#> 8017             25   A69-1303-555 12327 2017-02-28 11:46:00          45
    +#> 8018             25   A69-1303-555 12329 2017-02-28 11:48:00          45
    +#> 8019             25   A69-1303-555 12330 2017-02-28 11:50:00          45
    +#> 8020             25   A69-1303-555 12331 2017-02-28 11:52:00          45
    +#> 8021             25   A69-1303-555 12333 2017-02-28 11:54:00          45
    +#> 8022             25   A69-1303-555 12334 2017-02-28 11:56:00          45
    +#> 8023             25   A69-1303-555 12336 2017-02-28 11:58:00          45
    +#> 8024             25   A69-1303-555 12338 2017-02-28 12:00:00          45
    +#> 8025             25   A69-1303-555 12340 2017-02-28 12:02:00          45
    +#> 8026             25   A69-1303-555 12342 2017-02-28 12:04:00          45
    +#> 8027             25   A69-1303-555 12343 2017-02-28 12:06:00          45
    +#> 8028             25   A69-1303-555 12345 2017-02-28 12:08:00          45
    +#> 8029             25   A69-1303-555 12348 2017-02-28 12:10:00          45
    +#> 8030             25   A69-1303-555 12349 2017-02-28 12:12:00          45
    +#> 8031             25   A69-1303-555 12350 2017-02-28 12:14:00          45
    +#> 8032             25   A69-1303-555 12351 2017-02-28 12:16:00          45
    +#> 8033             25   A69-1303-555 12354 2017-02-28 12:18:00          45
    +#> 8034             25   A69-1303-555 12355 2017-02-28 12:20:00          45
    +#> 8035             25   A69-1303-555 12356 2017-02-28 12:22:00          45
    +#> 8036             25   A69-1303-555 12358 2017-02-28 12:24:00          45
    +#> 8037             25   A69-1303-555 12359 2017-02-28 12:26:00          45
    +#> 8038             25   A69-1303-555 12360 2017-02-28 12:28:00          45
    +#> 8039             25   A69-1303-555 12361 2017-02-28 12:30:00          45
    +#> 8040             25   A69-1303-555 12363 2017-02-28 12:32:00          45
    +#> 8041             25   A69-1303-555 12364 2017-02-28 12:34:00          45
    +#> 8042             25   A69-1303-555 12367 2017-02-28 12:38:00          45
    +#> 8043             25   A69-1303-555 12368 2017-02-28 12:40:00          45
    +#> 8044             25   A69-1303-555 12370 2017-02-28 12:42:00          45
    +#> 8045             25   A69-1303-555 12372 2017-02-28 12:44:00          45
    +#> 8046             25   A69-1303-555 12374 2017-02-28 12:46:00          45
    +#> 8047             25   A69-1303-555 12376 2017-02-28 12:48:00          45
    +#> 8048             25   A69-1303-555 12378 2017-02-28 12:50:00          45
    +#> 8049             25   A69-1303-555 12380 2017-02-28 12:52:00          45
    +#> 8050             25   A69-1303-555 12382 2017-02-28 12:54:00          45
    +#> 8051             25   A69-1303-555 12384 2017-02-28 12:56:00          45
    +#> 8052             25   A69-1303-555 12385 2017-02-28 12:58:00          45
    +#> 8053             25   A69-1303-555 12387 2017-02-28 13:00:00          45
    +#> 8054             25   A69-1303-555 12389 2017-02-28 13:02:00          45
    +#> 8055             25   A69-1303-555 12391 2017-02-28 13:04:00          45
    +#> 8056             25   A69-1303-555 12392 2017-02-28 13:18:00          45
    +#> 8057             25   A69-1303-555 12394 2017-02-28 13:20:00          45
    +#> 8058             25   A69-1303-555 12395 2017-02-28 13:22:00          45
    +#> 8059             25   A69-1303-555 12396 2017-02-28 13:24:00          45
    +#> 8060             25   A69-1303-555 12397 2017-02-28 13:28:00          45
    +#> 8061             25   A69-1303-555 12398 2017-02-28 13:30:00          45
    +#> 8062             25   A69-1303-555 12399 2017-02-28 13:32:00          45
    +#> 8063             25   A69-1303-555 12400 2017-02-28 13:34:00          45
    +#> 8064             25   A69-1303-555 12401 2017-02-28 13:48:00          45
    +#> 8065             25   A69-1303-555 12402 2017-02-28 14:04:00          45
    +#> 8066             25   A69-1303-555 12403 2017-02-28 14:10:00          45
    +#> 8067             25   A69-1303-555 12405 2017-02-28 14:14:00          45
    +#> 8068             25   A69-1303-555 12407 2017-02-28 14:16:00          45
    +#> 8069             25   A69-1303-555 12408 2017-02-28 14:20:00          45
    +#> 8070             25   A69-1303-555 12409 2017-02-28 14:26:00          45
    +#> 8071             25   A69-1303-555 12412 2017-02-28 14:28:00          45
    +#> 8072             25   A69-1303-555 12414 2017-02-28 14:30:00          45
    +#> 8073             25   A69-1303-555 12415 2017-02-28 14:32:00          45
    +#> 8074             25   A69-1303-555 12416 2017-02-28 14:34:00          45
    +#> 8075             25   A69-1303-555 12417 2017-02-28 14:36:00          45
    +#> 8076             25   A69-1303-555 12419 2017-02-28 14:38:00          45
    +#> 8077             25   A69-1303-555 12420 2017-02-28 14:40:00          45
    +#> 8078             25   A69-1303-555 12421 2017-02-28 14:42:00          45
    +#> 8079             25   A69-1303-555 12423 2017-02-28 14:44:00          45
    +#> 8080             25   A69-1303-555 12425 2017-02-28 14:46:00          45
    +#> 8081             25   A69-1303-555 12426 2017-02-28 14:48:00          45
    +#> 8082             25   A69-1303-555 12428 2017-02-28 14:50:00          45
    +#> 8083             25   A69-1303-555 12429 2017-02-28 14:52:00          45
    +#> 8084             25   A69-1303-555 12431 2017-02-28 14:54:00          45
    +#> 8085             25   A69-1303-555 12432 2017-02-28 14:56:00          45
    +#> 8086             25   A69-1303-555 12435 2017-02-28 14:58:00          45
    +#> 8087             25   A69-1303-555 12436 2017-02-28 15:00:00          45
    +#> 8088             25   A69-1303-555 12439 2017-02-28 15:02:00          45
    +#> 8089             25   A69-1303-555 12440 2017-02-28 15:04:00          45
    +#> 8090             25   A69-1303-555 12441 2017-02-28 15:06:00          45
    +#> 8091             25   A69-1303-555 12443 2017-02-28 15:08:00          45
    +#> 8092             25   A69-1303-555 12445 2017-02-28 15:10:00          45
    +#> 8093             25   A69-1303-555 12447 2017-02-28 15:14:00          45
    +#> 8094             25   A69-1303-555 12449 2017-02-28 15:16:00          45
    +#> 8095             25   A69-1303-555 12450 2017-02-28 15:18:00          45
    +#> 8096             25   A69-1303-555 12452 2017-02-28 15:20:00          45
    +#> 8097             25   A69-1303-555 12454 2017-02-28 15:22:00          45
    +#> 8098             25   A69-1303-555 12456 2017-02-28 15:24:00          45
    +#> 8099             25   A69-1303-555 12457 2017-02-28 15:26:00          45
    +#> 8100             25   A69-1303-555 12459 2017-02-28 15:28:00          45
    +#> 8101             25   A69-1303-555 12461 2017-02-28 15:30:00          45
    +#> 8102             25   A69-1303-555 12464 2017-02-28 15:32:00          45
    +#> 8103             25   A69-1303-555 12465 2017-02-28 15:34:00          45
    +#> 8104             25   A69-1303-555 12468 2017-02-28 15:36:00          45
    +#> 8105             25   A69-1303-555 12469 2017-02-28 15:38:00          45
    +#> 8106             25   A69-1303-555 12470 2017-02-28 15:42:00          45
    +#> 8107             25   A69-1303-555 12471 2017-02-28 15:44:00          45
    +#> 8108             25   A69-1303-555 12473 2017-02-28 15:46:00          45
    +#> 8109             25   A69-1303-555 12475 2017-02-28 15:48:00          45
    +#> 8110             25   A69-1303-555 12477 2017-02-28 15:50:00          45
    +#> 8111             25   A69-1303-555 12479 2017-02-28 15:52:00          45
    +#> 8112             25   A69-1303-555 12481 2017-02-28 15:54:00          45
    +#> 8113             25   A69-1303-555 12483 2017-02-28 15:56:00          45
    +#> 8114             25   A69-1303-555 12485 2017-02-28 15:58:00          45
    +#> 8115             25   A69-1303-555 12487 2017-02-28 16:00:00          45
    +#> 8116             25   A69-1303-555 12488 2017-02-28 16:02:00          45
    +#> 8117             25   A69-1303-555 12490 2017-02-28 16:04:00          45
    +#> 8118             25   A69-1303-555 12491 2017-02-28 16:06:00          45
    +#> 8119             25   A69-1303-555 12493 2017-02-28 16:08:00          45
    +#> 8120             25   A69-1303-555 12494 2017-02-28 16:10:00          45
    +#> 8121             25   A69-1303-555 12496 2017-02-28 16:12:00          45
    +#> 8122             25   A69-1303-555 12498 2017-02-28 16:14:00          45
    +#> 8123             25   A69-1303-555 12499 2017-02-28 16:16:00          45
    +#> 8124             25   A69-1303-555 12501 2017-02-28 16:18:00          45
    +#> 8125             25   A69-1303-555 12502 2017-02-28 16:20:00          45
    +#> 8126             25   A69-1303-555 12504 2017-02-28 16:22:00          45
    +#> 8127             25   A69-1303-555 12505 2017-02-28 16:24:00          45
    +#> 8128             25   A69-1303-555 12506 2017-02-28 16:26:00          45
    +#> 8129             25   A69-1303-555 12507 2017-02-28 16:28:00          45
    +#> 8130             25   A69-1303-555 12508 2017-02-28 16:30:00          45
    +#> 8131             25   A69-1303-555 12510 2017-02-28 16:32:00          45
    +#> 8132             25   A69-1303-555 12512 2017-02-28 16:34:00          45
    +#> 8133             25   A69-1303-555 12514 2017-02-28 16:36:00          45
    +#> 8134             25   A69-1303-555 12515 2017-02-28 16:38:00          45
    +#> 8135             25   A69-1303-555 12516 2017-02-28 16:40:00          45
    +#> 8136             25   A69-1303-555 12518 2017-02-28 16:42:00          45
    +#> 8137             25   A69-1303-555 12520 2017-02-28 16:44:00          45
    +#> 8138             25   A69-1303-555 12522 2017-02-28 16:46:00          45
    +#> 8139             25   A69-1303-555 12523 2017-02-28 16:48:00          45
    +#> 8140             25   A69-1303-555 12526 2017-02-28 16:50:00          45
    +#> 8141             25   A69-1303-555 12527 2017-02-28 16:54:00          45
    +#> 8142             25   A69-1303-555 12528 2017-02-28 16:58:00          45
    +#> 8143             25   A69-1303-555 12531 2017-02-28 17:00:00          45
    +#> 8144             25   A69-1303-555 12532 2017-02-28 17:02:00          45
    +#> 8145             25   A69-1303-555 12534 2017-02-28 17:04:00          45
    +#> 8146             25   A69-1303-555 12535 2017-02-28 17:06:00          45
    +#> 8147             25   A69-1303-555 12536 2017-02-28 17:08:00          45
    +#> 8148             25   A69-1303-555 12538 2017-02-28 17:10:00          45
    +#> 8149             25   A69-1303-555 12540 2017-02-28 17:12:00          45
    +#> 8150             25   A69-1303-555 12542 2017-02-28 17:14:00          45
    +#> 8151             25   A69-1303-555 12543 2017-02-28 17:16:00          45
    +#> 8152             25   A69-1303-555 12545 2017-02-28 17:18:00          45
    +#> 8153             25   A69-1303-555 12546 2017-02-28 17:20:00          45
    +#> 8154             25   A69-1303-555 12547 2017-02-28 17:22:00          45
    +#> 8155             25   A69-1303-555 12549 2017-02-28 17:24:00          45
    +#> 8156             25   A69-1303-555 12550 2017-02-28 17:26:00          45
    +#> 8157             25   A69-1303-555 12551 2017-02-28 17:28:00          45
    +#> 8158             25   A69-1303-555 12552 2017-02-28 17:30:00          45
    +#> 8159             25   A69-1303-555 12554 2017-02-28 17:32:00          45
    +#> 8160             25   A69-1303-555 12556 2017-02-28 17:34:00          45
    +#> 8161             25   A69-1303-555 12557 2017-02-28 17:36:00          45
    +#> 8162             25   A69-1303-555 12559 2017-02-28 17:38:00          45
    +#> 8163             25   A69-1303-555 12560 2017-02-28 17:40:00          45
    +#> 8164             25   A69-1303-555 12563 2017-02-28 17:42:00          45
    +#> 8165             25   A69-1303-555 12565 2017-02-28 17:44:00          45
    +#> 8166             25   A69-1303-555 12567 2017-02-28 17:46:00          45
    +#> 8167             25   A69-1303-555 12569 2017-02-28 17:50:00          45
    +#> 8168             25   A69-1303-555 12571 2017-02-28 17:52:00          45
    +#> 8169             25   A69-1303-555 12572 2017-02-28 17:54:00          45
    +#> 8170             25   A69-1303-555 12574 2017-02-28 17:56:00          45
    +#> 8171             25   A69-1303-555 12576 2017-02-28 17:58:00          45
    +#> 8172             25   A69-1303-555 12578 2017-02-28 18:02:00          45
    +#> 8173             25   A69-1303-555 12581 2017-02-28 18:06:00          45
    +#> 8174             25   A69-1303-555 12583 2017-02-28 18:08:00          45
    +#> 8175             25   A69-1303-555 12585 2017-02-28 18:10:00          45
    +#> 8176             25   A69-1303-555 12587 2017-02-28 18:14:00          45
    +#> 8177             25   A69-1303-555 12589 2017-02-28 18:16:00          45
    +#> 8178             25   A69-1303-555 12591 2017-02-28 18:18:00          45
    +#> 8179             25   A69-1303-555 12592 2017-02-28 18:20:00          45
    +#> 8180             25   A69-1303-555 12595 2017-02-28 18:22:00          45
    +#> 8181             25   A69-1303-555 12597 2017-02-28 18:24:00          45
    +#> 8182             25   A69-1303-555 12599 2017-02-28 18:26:00          45
    +#> 8183             25   A69-1303-555 12600 2017-02-28 18:28:00          45
    +#> 8184             25   A69-1303-555 12603 2017-02-28 18:30:00          45
    +#> 8185             25   A69-1303-555 12604 2017-02-28 18:32:00          45
    +#> 8186             25   A69-1303-555 12607 2017-02-28 18:34:00          45
    +#> 8187             25   A69-1303-555 12609 2017-02-28 18:36:00          45
    +#> 8188             25   A69-1303-555 12612 2017-02-28 18:38:00          45
    +#> 8189             25   A69-1303-555 12614 2017-02-28 18:42:00          45
    +#> 8190             25   A69-1303-555 12616 2017-02-28 18:44:00          45
    +#> 8191             25   A69-1303-555 12617 2017-02-28 18:46:00          45
    +#> 8192             25   A69-1303-555 12619 2017-02-28 18:48:00          45
    +#> 8193             25   A69-1303-555 12620 2017-02-28 18:50:00          45
    +#> 8194             25   A69-1303-555 12621 2017-02-28 18:52:00          45
    +#> 8195             25   A69-1303-555 12622 2017-02-28 18:56:00          45
    +#> 8196             25   A69-1303-555 12624 2017-02-28 18:58:00          45
    +#> 8197             25   A69-1303-555 12627 2017-02-28 19:00:00          45
    +#> 8198             25   A69-1303-555 12628 2017-02-28 19:06:00          45
    +#> 8199             25   A69-1303-555 12629 2017-02-28 22:40:00          48
    +#> 8200             25   A69-1303-555 12631 2017-02-28 22:42:00          48
    +#> 8201             25   A69-1303-555 12632 2017-02-28 22:44:00          48
    +#> 8202             25   A69-1303-555 12634 2017-02-28 22:46:00          48
    +#> 8203             25   A69-1303-555 12636 2017-02-28 22:48:00          48
    +#> 8204             25   A69-1303-555 12638 2017-02-28 22:50:00          48
    +#> 8205             25   A69-1303-555 12640 2017-02-28 22:54:00          48
    +#> 8206             25   A69-1303-555 12642 2017-02-28 23:12:00          48
    +#> 8207             25   A69-1303-555 12643 2017-02-28 23:14:00          49
    +#> 8208             25   A69-1303-555 12644 2017-02-28 23:18:00          49
    +#> 8209             25   A69-1303-555 12646 2017-02-28 23:20:00          49
    +#> 8210             25   A69-1303-555 12648 2017-02-28 23:22:00          49
    +#> 8211             25   A69-1303-555 12650 2017-02-28 23:24:00          49
    +#> 8212             25   A69-1303-555 12652 2017-02-28 23:26:00          49
    +#> 8213             25   A69-1303-555 12653 2017-02-28 23:28:00          49
    +#> 8214             25   A69-1303-555 12654 2017-02-28 23:30:00          49
    +#> 8215             25   A69-1303-555 12656 2017-02-28 23:32:00          49
    +#> 8216             25   A69-1303-555 12658 2017-02-28 23:34:00          49
    +#> 8217             25   A69-1303-555 12659 2017-02-28 23:36:00          49
    +#> 8218             25   A69-1303-555 12661 2017-02-28 23:38:00          49
    +#> 8219             25   A69-1303-555 12663 2017-02-28 23:40:00          49
    +#> 8220             25   A69-1303-555 12665 2017-02-28 23:42:00          49
    +#> 8221             25   A69-1303-555 12667 2017-02-28 23:44:00          49
    +#> 8222             25   A69-1303-555 12669 2017-02-28 23:46:00          49
    +#> 8223             25   A69-1303-555 12671 2017-03-01 00:02:00          49
    +#> 8224             25   A69-1303-555 12672 2017-03-01 00:06:00          49
    +#> 8225             25   A69-1303-555 12674 2017-03-01 00:08:00          49
    +#> 8226             25   A69-1303-555 12677 2017-03-01 00:10:00          49
    +#> 8227             25   A69-1303-555 12678 2017-03-01 00:12:00          49
    +#> 8228             25   A69-1303-555 12680 2017-03-01 05:24:00          51
    +#> 8229             25   A69-1303-555 12681 2017-03-01 05:26:00          51
    +#> 8230             25   A69-1303-555 12684 2017-03-01 05:28:00          51
    +#> 8231             25   A69-1303-555 12685 2017-03-01 05:30:00          51
    +#> 8232             25   A69-1303-555 12687 2017-03-01 05:32:00          51
    +#> 8233             25   A69-1303-555 12688 2017-03-01 05:34:00          51
    +#> 8234             25   A69-1303-555 12689 2017-03-01 05:36:00          51
    +#> 8235             25   A69-1303-555 12690 2017-03-01 18:02:00          41
    +#> 8236             25   A69-1303-555 12691 2017-03-01 18:06:00          41
    +#> 8237             25   A69-1303-555 12692 2017-03-01 18:10:00          41
    +#> 8238             25   A69-1303-555 12693 2017-03-01 18:12:00          41
    +#> 8239             25   A69-1303-555 12694 2017-03-01 18:26:00          41
    +#> 8240             25   A69-1303-555 12696 2017-03-01 18:32:00          41
    +#> 8241             25   A69-1303-555 12697 2017-03-01 18:48:00          41
    +#> 8242             25   A69-1303-555 12700 2017-03-01 18:50:00          41
    +#> 8243             25   A69-1303-555 12703 2017-03-01 19:00:00          41
    +#> 8244             25   A69-1303-555 12704 2017-03-01 19:04:00          41
    +#> 8245             25   A69-1303-555 12705 2017-03-02 21:36:00          51
    +#> 8246             25   A69-1303-555 12706 2017-03-02 21:38:00          51
    +#> 8247             25   A69-1303-555 12707 2017-03-02 21:40:00          51
    +#> 8248             25   A69-1303-555 12708 2017-03-02 21:44:00          51
    +#> 8249             25   A69-1303-555 12709 2017-03-02 21:46:00          51
    +#> 8250             25   A69-1303-555 12711 2017-03-02 21:48:00          51
    +#> 8251             25   A69-1303-555 12713 2017-03-02 21:50:00          51
    +#> 8252             25   A69-1303-555 12715 2017-03-02 21:52:00          51
    +#> 8253             25   A69-1303-555 12717 2017-03-02 21:54:00          51
    +#> 8254             25   A69-1303-555 12719 2017-03-02 21:56:00          51
    +#> 8255             25   A69-1303-555 12721 2017-03-02 21:58:00          51
    +#> 8256             25   A69-1303-555 12722 2017-03-02 22:00:00          51
    +#> 8257             25   A69-1303-555 12723 2017-03-02 22:02:00          51
    +#> 8258             25   A69-1303-555 12724 2017-03-02 22:04:00          51
    +#> 8259             25   A69-1303-555 12725 2017-03-03 09:56:00          48
    +#> 8260             25   A69-1303-555 12726 2017-03-03 09:58:00          48
    +#> 8261             25   A69-1303-555 12727 2017-03-03 10:00:00          48
    +#> 8262             25   A69-1303-555 12728 2017-03-03 10:02:00          48
    +#> 8263             25   A69-1303-555 12730 2017-03-03 10:04:00          48
    +#> 8264             25   A69-1303-555 12731 2017-03-03 10:06:00          48
    +#> 8265             25   A69-1303-555 12732 2017-03-03 10:08:00          48
    +#> 8266             25   A69-1303-555 12734 2017-03-03 10:10:00          48
    +#> 8267             25   A69-1303-555 12735 2017-03-03 10:14:00          48
    +#> 8268             25   A69-1303-555 12738 2017-03-03 10:18:00          48
    +#> 8269             25   A69-1303-555 12739 2017-03-03 10:20:00          48
    +#> 8270             25   A69-1303-555 12740 2017-03-03 10:22:00          48
    +#> 8271             25   A69-1303-555 12742 2017-03-03 10:24:00          48
    +#> 8272             25   A69-1303-555 12743 2017-03-03 10:26:00          48
    +#> 8273             25   A69-1303-555 12745 2017-03-03 10:28:00          48
    +#> 8274             25   A69-1303-555 12747 2017-03-03 10:30:00          48
    +#> 8275             25   A69-1303-555 12749 2017-03-03 10:32:00          48
    +#> 8276             25   A69-1303-555 12750 2017-03-03 17:44:00          48
    +#> 8277             25   A69-1303-555 12751 2017-03-03 17:48:00          48
    +#> 8278             25   A69-1303-555 12752 2017-03-03 17:50:00          48
    +#> 8279             25   A69-1303-555 12753 2017-03-03 17:52:00          48
    +#> 8280             25   A69-1303-555 12754 2017-03-03 17:54:00          48
    +#> 8281             25   A69-1303-555 12756 2017-03-03 17:56:00          48
    +#> 8282             25   A69-1303-555 12757 2017-03-03 17:58:00          48
    +#> 8283             25   A69-1303-555 12759 2017-03-03 18:00:00          48
    +#> 8284             25   A69-1303-555 12761 2017-03-03 18:02:00          48
    +#> 8285             25   A69-1303-555 12763 2017-03-03 18:04:00          48
    +#> 8286             25   A69-1303-555 12764 2017-03-03 18:06:00          48
    +#> 8287             25   A69-1303-555 12766 2017-03-03 18:08:00          48
    +#> 8288             25   A69-1303-555 12768 2017-03-03 18:10:00          48
    +#> 8289             25   A69-1303-555 12770 2017-03-03 18:12:00          48
    +#> 8290             25   A69-1303-555 12772 2017-03-03 18:16:00          48
    +#> 8291             25   A69-1303-555 12773 2017-03-03 18:18:00          48
    +#> 8292             25   A69-1303-555 12774 2017-03-03 18:20:00          48
    +#> 8293             25   A69-1303-555 12775 2017-03-03 18:22:00          48
    +#> 8294             25   A69-1303-555 12776 2017-03-03 23:38:00          49
    +#> 8295             25   A69-1303-555 12777 2017-03-03 23:42:00          49
    +#> 8296             25   A69-1303-555 12778 2017-03-03 23:58:00          49
    +#> 8297             25   A69-1303-555 12780 2017-03-04 00:00:00          49
    +#> 8298             25   A69-1303-555 12781 2017-03-04 00:04:00          49
    +#> 8299             25   A69-1303-555 12782 2017-03-04 00:06:00          49
    +#> 8300             25   A69-1303-555 12783 2017-03-04 00:10:00          49
    +#> 8301             25   A69-1303-555 12784 2017-03-04 00:14:00          49
    +#> 8302             25   A69-1303-555 12785 2017-03-04 00:16:00          49
    +#> 8303             25   A69-1303-555 12787 2017-03-04 00:18:00          49
    +#> 8304             25   A69-1303-555 12788 2017-03-04 00:20:00          49
    +#> 8305             25   A69-1303-555 12789 2017-03-04 00:22:00          49
    +#> 8306             25   A69-1303-555 12790 2017-03-04 00:26:00          49
    +#> 8307             25   A69-1303-555 12792 2017-03-04 00:28:00          49
    +#> 8308             25   A69-1303-555 12793 2017-03-04 00:44:00          49
    +#> 8309             25   A69-1303-555 12794 2017-03-04 01:50:00          49
    +#> 8310             25   A69-1303-555 12795 2017-03-04 01:56:00          49
    +#> 8311             25   A69-1303-555 12797 2017-03-04 01:58:00          49
    +#> 8312             25   A69-1303-555 12798 2017-03-04 02:00:00          49
    +#> 8313             25   A69-1303-555 12800 2017-03-04 02:02:00          49
    +#> 8314             25   A69-1303-555 12801 2017-03-04 02:04:00          49
    +#> 8315             25   A69-1303-555 12802 2017-03-04 02:06:00          49
    +#> 8316             25   A69-1303-555 12804 2017-03-04 02:08:00          49
    +#> 8317             25   A69-1303-555 12806 2017-03-04 02:10:00          49
    +#> 8318             25   A69-1303-555 12808 2017-03-04 02:12:00          49
    +#> 8319             25   A69-1303-555 12810 2017-03-04 02:14:00          49
    +#> 8320             25   A69-1303-555 12811 2017-03-04 02:16:00          49
    +#> 8321             25   A69-1303-555 12813 2017-03-04 02:18:00          49
    +#> 8322             25   A69-1303-555 12814 2017-03-04 02:28:00          48
    +#> 8323             25   A69-1303-555 12815 2017-03-04 02:30:00          48
    +#> 8324             25   A69-1303-555 12816 2017-03-04 02:32:00          48
    +#> 8325             25   A69-1303-555 12818 2017-03-04 02:34:00          48
    +#> 8326             25   A69-1303-555 12819 2017-03-04 02:38:00          48
    +#> 8327             25   A69-1303-555 12820 2017-03-04 02:40:00          48
    +#> 8328             25   A69-1303-555 12821 2017-03-04 02:42:00          48
    +#> 8329             25   A69-1303-555 12822 2017-03-04 02:44:00          48
    +#> 8330             25   A69-1303-555 12824 2017-03-04 02:46:00          48
    +#> 8331             25   A69-1303-555 12826 2017-03-04 02:48:00          48
    +#> 8332             25   A69-1303-555 12827 2017-03-04 02:50:00          48
    +#> 8333             25   A69-1303-555 12830 2017-03-04 02:52:00          48
    +#> 8334             25   A69-1303-555 12831 2017-03-04 02:54:00          48
    +#> 8335             25   A69-1303-555 12832 2017-03-04 02:56:00          48
    +#> 8336             25   A69-1303-555 12834 2017-03-04 02:58:00          48
    +#> 8337             25   A69-1303-555 12835 2017-03-04 03:02:00          48
    +#> 8338             25   A69-1303-555 12836 2017-03-04 03:04:00          48
    +#> 8339             25   A69-1303-555 12837 2017-03-04 03:06:00          48
    +#> 8340             25   A69-1303-555 12839 2017-03-04 10:00:00          48
    +#> 8341             25   A69-1303-555 12841 2017-03-04 10:02:00          48
    +#> 8342             25   A69-1303-555 12842 2017-03-04 10:04:00          48
    +#> 8343             25   A69-1303-555 12844 2017-03-04 10:06:00          48
    +#> 8344             25   A69-1303-555 12845 2017-03-04 10:08:00          48
    +#> 8345             25   A69-1303-555 12846 2017-03-04 10:10:00          48
    +#> 8346             25   A69-1303-555 12847 2017-03-04 10:12:00          48
    +#> 8347             25   A69-1303-555 12849 2017-03-04 10:14:00          48
    +#> 8348             25   A69-1303-555 12850 2017-03-04 10:16:00          48
    +#> 8349             25   A69-1303-555 12852 2017-03-04 10:18:00          48
    +#> 8350             25   A69-1303-555 12853 2017-03-04 10:20:00          48
    +#> 8351             25   A69-1303-555 12854 2017-03-04 12:18:00          43
    +#> 8352             25   A69-1303-555 12856 2017-03-06 15:40:00          45
    +#> 8353             25   A69-1303-555 12857 2017-03-06 15:56:00          45
    +#> 8354             25   A69-1303-555 12859 2017-03-06 15:58:00          45
    +#> 8355             25   A69-1303-555 12860 2017-03-06 16:00:00          45
    +#> 8356             25   A69-1303-555 12861 2017-03-06 16:02:00          45
    +#> 8357             25   A69-1303-555 12862 2017-03-06 16:08:00          45
    +#> 8358             25   A69-1303-555 12863 2017-03-06 16:18:00          45
    +#> 8359             25   A69-1303-555 12864 2017-03-06 16:46:00          45
    +#> 8360             25   A69-1303-555 12865 2017-03-06 16:54:00          45
    +#> 8361             25   A69-1303-555 12866 2017-03-06 16:56:00          45
    +#> 8362             25   A69-1303-555 12867 2017-03-06 16:58:00          45
    +#> 8363             25   A69-1303-555 12869 2017-03-06 17:00:00          45
    +#> 8364             25   A69-1303-555 12870 2017-03-06 17:02:00          45
    +#> 8365             25   A69-1303-555 12871 2017-03-06 17:04:00          45
    +#> 8366             25   A69-1303-555 12872 2017-03-06 17:06:00          45
    +#> 8367             25   A69-1303-555 12873 2017-03-06 17:08:00          45
    +#> 8368             25   A69-1303-555 12874 2017-03-06 17:10:00          45
    +#> 8369             25   A69-1303-555 12875 2017-03-06 17:12:00          45
    +#> 8370             25   A69-1303-555 12877 2017-03-06 17:14:00          45
    +#> 8371             25   A69-1303-555 12878 2017-03-06 17:16:00          45
    +#> 8372             25   A69-1303-555 12879 2017-03-06 17:18:00          45
    +#> 8373             25   A69-1303-555 12880 2017-03-06 17:20:00          45
    +#> 8374             25   A69-1303-555 12882 2017-03-06 17:22:00          45
    +#> 8375             25   A69-1303-555 12883 2017-03-06 17:24:00          45
    +#> 8376             25   A69-1303-555 12884 2017-03-06 17:26:00          45
    +#> 8377             25   A69-1303-555 12885 2017-03-06 17:28:00          45
    +#> 8378             25   A69-1303-555 12886 2017-03-06 17:30:00          45
    +#> 8379             25   A69-1303-555 12888 2017-03-06 17:32:00          45
    +#> 8380             25   A69-1303-555 12890 2017-03-06 17:34:00          45
    +#> 8381             25   A69-1303-555 12892 2017-03-06 17:36:00          45
    +#> 8382             25   A69-1303-555 12893 2017-03-06 17:38:00          45
    +#> 8383             25   A69-1303-555 12894 2017-03-06 17:42:00          45
    +#> 8384             25   A69-1303-555 12895 2017-03-06 17:44:00          45
    +#> 8385             25   A69-1303-555 12896 2017-03-06 17:46:00          45
    +#> 8386             25   A69-1303-555 12897 2017-03-06 17:50:00          45
    +#> 8387             25   A69-1303-555 12899 2017-03-06 17:52:00          45
    +#> 8388             25   A69-1303-555 12901 2017-03-06 17:54:00          45
    +#> 8389             25   A69-1303-555 12903 2017-03-06 17:56:00          45
    +#> 8390             25   A69-1303-555 12905 2017-03-06 17:58:00          45
    +#> 8391             25   A69-1303-555 12906 2017-03-06 18:00:00          45
    +#> 8392             25   A69-1303-555 12907 2017-03-06 18:02:00          45
    +#> 8393             25   A69-1303-555 12908 2017-03-06 18:04:00          45
    +#> 8394             25   A69-1303-555 12910 2017-03-06 18:06:00          45
    +#> 8395             25   A69-1303-555 12912 2017-03-06 18:08:00          45
    +#> 8396             25   A69-1303-555 12914 2017-03-06 18:10:00          45
    +#> 8397             25   A69-1303-555 12916 2017-03-06 18:12:00          45
    +#> 8398             25   A69-1303-555 12919 2017-03-06 18:14:00          45
    +#> 8399             25   A69-1303-555 12920 2017-03-06 18:16:00          45
    +#> 8400             25   A69-1303-555 12921 2017-03-06 18:18:00          45
    +#> 8401             25   A69-1303-555 12922 2017-03-06 18:20:00          45
    +#> 8402             25   A69-1303-555 12923 2017-03-06 18:22:00          45
    +#> 8403             25   A69-1303-555 12925 2017-03-06 18:24:00          45
    +#> 8404             25   A69-1303-555 12927 2017-03-06 18:26:00          45
    +#> 8405             25   A69-1303-555 12928 2017-03-06 18:30:00          45
    +#> 8406             25   A69-1303-555 12930 2017-03-06 18:32:00          45
    +#> 8407             25   A69-1303-555 12931 2017-03-06 18:36:00          45
    +#> 8408             25   A69-1303-555 12933 2017-03-06 18:38:00          45
    +#> 8409             25   A69-1303-555 12935 2017-03-06 18:40:00          45
    +#> 8410             25   A69-1303-555 12936 2017-03-06 18:42:00          45
    +#> 8411             25   A69-1303-555 12937 2017-03-06 18:44:00          45
    +#> 8412             25   A69-1303-555 12939 2017-03-06 18:46:00          45
    +#> 8413             25   A69-1303-555 12941 2017-03-06 18:48:00          45
    +#> 8414             25   A69-1303-555 12943 2017-03-06 18:50:00          45
    +#> 8415             25   A69-1303-555 12945 2017-03-06 18:52:00          45
    +#> 8416             25   A69-1303-555 12946 2017-03-06 18:54:00          45
    +#> 8417             25   A69-1303-555 12948 2017-03-06 18:56:00          45
    +#> 8418             25   A69-1303-555 12950 2017-03-06 18:58:00          45
    +#> 8419             25   A69-1303-555 12952 2017-03-06 19:00:00          45
    +#> 8420             25   A69-1303-555 12953 2017-03-06 19:02:00          45
    +#> 8421             25   A69-1303-555 12956 2017-03-06 19:04:00          45
    +#> 8422             25   A69-1303-555 12958 2017-03-06 19:06:00          45
    +#> 8423             25   A69-1303-555 12960 2017-03-06 19:08:00          45
    +#> 8424             25   A69-1303-555 12961 2017-03-06 19:10:00          45
    +#> 8425             25   A69-1303-555 12962 2017-03-06 19:12:00          45
    +#> 8426             25   A69-1303-555 12964 2017-03-06 19:14:00          45
    +#> 8427             25   A69-1303-555 12966 2017-03-06 19:16:00          45
    +#> 8428             25   A69-1303-555 12968 2017-03-06 19:18:00          45
    +#> 8429             25   A69-1303-555 12969 2017-03-06 19:20:00          45
    +#> 8430             25   A69-1303-555 12971 2017-03-06 19:22:00          45
    +#> 8431             25   A69-1303-555 12973 2017-03-06 19:24:00          45
    +#> 8432             25   A69-1303-555 12975 2017-03-06 19:26:00          45
    +#> 8433             25   A69-1303-555 12977 2017-03-06 19:28:00          45
    +#> 8434             25   A69-1303-555 12979 2017-03-06 19:30:00          45
    +#> 8435             25   A69-1303-555 12981 2017-03-06 19:32:00          45
    +#> 8436             25   A69-1303-555 12983 2017-03-06 19:34:00          45
    +#> 8437             25   A69-1303-555 12984 2017-03-06 19:36:00          45
    +#> 8438             25   A69-1303-555 12986 2017-03-06 19:38:00          45
    +#> 8439             25   A69-1303-555 12988 2017-03-06 19:40:00          45
    +#> 8440             25   A69-1303-555 12989 2017-03-06 19:42:00          45
    +#> 8441             25   A69-1303-555 12991 2017-03-06 19:44:00          45
    +#> 8442             25   A69-1303-555 12993 2017-03-06 19:48:00          45
    +#> 8443             25   A69-1303-555 12994 2017-03-06 19:50:00          45
    +#> 8444             25   A69-1303-555 12995 2017-03-06 19:52:00          45
    +#> 8445             25   A69-1303-555 12996 2017-03-06 19:54:00          45
    +#> 8446             25   A69-1303-555 12997 2017-03-06 19:56:00          45
    +#> 8447             25   A69-1303-555 12999 2017-03-06 19:58:00          45
    +#> 8448             25   A69-1303-555 13001 2017-03-06 20:00:00          45
    +#> 8449             25   A69-1303-555 13002 2017-03-06 20:02:00          45
    +#> 8450             25   A69-1303-555 13004 2017-03-06 20:04:00          45
    +#> 8451             25   A69-1303-555 13006 2017-03-06 20:06:00          45
    +#> 8452             25   A69-1303-555 13008 2017-03-06 20:08:00          45
    +#> 8453             25   A69-1303-555 13009 2017-03-06 20:10:00          45
    +#> 8454             25   A69-1303-555 13010 2017-03-06 20:12:00          45
    +#> 8455             25   A69-1303-555 13012 2017-03-06 20:14:00          45
    +#> 8456             25   A69-1303-555 13014 2017-03-06 20:16:00          45
    +#> 8457             25   A69-1303-555 13016 2017-03-06 20:18:00          45
    +#> 8458             25   A69-1303-555 13018 2017-03-06 20:20:00          45
    +#> 8459             25   A69-1303-555 13020 2017-03-06 20:22:00          45
    +#> 8460             25   A69-1303-555 13023 2017-03-06 20:24:00          45
    +#> 8461             25   A69-1303-555 13025 2017-03-06 20:26:00          45
    +#> 8462             25   A69-1303-555 13026 2017-03-06 20:28:00          45
    +#> 8463             25   A69-1303-555 13028 2017-03-06 20:30:00          45
    +#> 8464             25   A69-1303-555 13029 2017-03-06 20:32:00          45
    +#> 8465             25   A69-1303-555 13032 2017-03-06 20:34:00          45
    +#> 8466             25   A69-1303-555 13034 2017-03-06 20:36:00          45
    +#> 8467             25   A69-1303-555 13036 2017-03-06 20:38:00          45
    +#> 8468             25   A69-1303-555 13038 2017-03-06 20:40:00          45
    +#> 8469             25   A69-1303-555 13040 2017-03-06 20:42:00          45
    +#> 8470             25   A69-1303-555 13041 2017-03-06 20:44:00          45
    +#> 8471             25   A69-1303-555 13042 2017-03-06 20:46:00          45
    +#> 8472             25   A69-1303-555 13044 2017-03-06 20:48:00          45
    +#> 8473             25   A69-1303-555 13045 2017-03-06 20:50:00          45
    +#> 8474             25   A69-1303-555 13048 2017-03-06 20:52:00          45
    +#> 8475             25   A69-1303-555 13049 2017-03-06 20:54:00          45
    +#> 8476             25   A69-1303-555 13051 2017-03-06 20:56:00          45
    +#> 8477             25   A69-1303-555 13052 2017-03-06 20:58:00          45
    +#> 8478             25   A69-1303-555 13055 2017-03-06 21:00:00          45
    +#> 8479             25   A69-1303-555 13056 2017-03-06 21:02:00          45
    +#> 8480             25   A69-1303-555 13058 2017-03-06 21:04:00          45
    +#> 8481             25   A69-1303-555 13059 2017-03-06 21:06:00          45
    +#> 8482             25   A69-1303-555 13061 2017-03-06 21:08:00          45
    +#> 8483             25   A69-1303-555 13063 2017-03-06 21:10:00          45
    +#> 8484             25   A69-1303-555 13065 2017-03-06 21:12:00          45
    +#> 8485             25   A69-1303-555 13068 2017-03-06 21:14:00          45
    +#> 8486             25   A69-1303-555 13069 2017-03-06 21:16:00          45
    +#> 8487             25   A69-1303-555 13071 2017-03-06 21:18:00          45
    +#> 8488             25   A69-1303-555 13072 2017-03-06 21:20:00          45
    +#> 8489             25   A69-1303-555 13073 2017-03-06 21:22:00          45
    +#> 8490             25   A69-1303-555 13075 2017-03-06 21:24:00          45
    +#> 8491             25   A69-1303-555 13077 2017-03-06 21:26:00          45
    +#> 8492             25   A69-1303-555 13078 2017-03-06 21:28:00          45
    +#> 8493             25   A69-1303-555 13079 2017-03-06 21:30:00          45
    +#> 8494             25   A69-1303-555 13080 2017-03-06 21:32:00          45
    +#> 8495             25   A69-1303-555 13082 2017-03-06 21:34:00          45
    +#> 8496             25   A69-1303-555 13083 2017-03-06 21:36:00          45
    +#> 8497             25   A69-1303-555 13085 2017-03-06 21:38:00          45
    +#> 8498             25   A69-1303-555 13086 2017-03-06 21:40:00          45
    +#> 8499             25   A69-1303-555 13087 2017-03-06 21:42:00          45
    +#> 8500             25   A69-1303-555 13089 2017-03-06 21:44:00          45
    +#> 8501             25   A69-1303-555 13091 2017-03-06 21:46:00          45
    +#> 8502             25   A69-1303-555 13092 2017-03-06 21:48:00          45
    +#> 8503             25   A69-1303-555 13095 2017-03-06 21:50:00          45
    +#> 8504             25   A69-1303-555 13097 2017-03-06 21:52:00          45
    +#> 8505             25   A69-1303-555 13099 2017-03-06 21:54:00          45
    +#> 8506             25   A69-1303-555 13101 2017-03-06 21:58:00          45
    +#> 8507             25   A69-1303-555 13103 2017-03-06 22:00:00          45
    +#> 8508             25   A69-1303-555 13105 2017-03-06 22:02:00          45
    +#> 8509             25   A69-1303-555 13107 2017-03-06 22:06:00          45
    +#> 8510             25   A69-1303-555 13108 2017-03-06 22:08:00          45
    +#> 8511             25   A69-1303-555 13110 2017-03-06 22:10:00          45
    +#> 8512             25   A69-1303-555 13112 2017-03-06 22:12:00          45
    +#> 8513             25   A69-1303-555 13114 2017-03-06 22:14:00          45
    +#> 8514             25   A69-1303-555 13115 2017-03-06 22:16:00          45
    +#> 8515             25   A69-1303-555 13117 2017-03-06 22:18:00          45
    +#> 8516             25   A69-1303-555 13119 2017-03-06 22:20:00          45
    +#> 8517             25   A69-1303-555 13122 2017-03-06 22:22:00          45
    +#> 8518             25   A69-1303-555 13123 2017-03-06 22:26:00          45
    +#> 8519             25   A69-1303-555 13124 2017-03-06 22:28:00          45
    +#> 8520             25   A69-1303-555 13126 2017-03-06 22:32:00          45
    +#> 8521             25   A69-1303-555 13127 2017-03-06 22:34:00          45
    +#> 8522             25   A69-1303-555 13129 2017-03-06 22:36:00          45
    +#> 8523             25   A69-1303-555 13131 2017-03-06 22:38:00          45
    +#> 8524             25   A69-1303-555 13132 2017-03-06 22:40:00          45
    +#> 8525             25   A69-1303-555 13133 2017-03-06 22:42:00          45
    +#> 8526             25   A69-1303-555 13135 2017-03-06 22:44:00          45
    +#> 8527             25   A69-1303-555 13136 2017-03-06 22:46:00          45
    +#> 8528             25   A69-1303-555 13139 2017-03-06 22:48:00          45
    +#> 8529             25   A69-1303-555 13141 2017-03-06 22:50:00          45
    +#> 8530             25   A69-1303-555 13143 2017-03-06 22:52:00          45
    +#> 8531             25   A69-1303-555 13145 2017-03-06 22:54:00          45
    +#> 8532             25   A69-1303-555 13147 2017-03-06 22:56:00          45
    +#> 8533             25   A69-1303-555 13149 2017-03-06 22:58:00          45
    +#> 8534             25   A69-1303-555 13150 2017-03-06 23:00:00          45
    +#> 8535             25   A69-1303-555 13151 2017-03-06 23:02:00          45
    +#> 8536             25   A69-1303-555 13152 2017-03-06 23:04:00          45
    +#> 8537             25   A69-1303-555 13153 2017-03-06 23:06:00          45
    +#> 8538             25   A69-1303-555 13154 2017-03-06 23:08:00          45
    +#> 8539             25   A69-1303-555 13156 2017-03-06 23:10:00          45
    +#> 8540             25   A69-1303-555 13158 2017-03-06 23:12:00          45
    +#> 8541             25   A69-1303-555 13160 2017-03-06 23:14:00          45
    +#> 8542             25   A69-1303-555 13161 2017-03-06 23:16:00          45
    +#> 8543             25   A69-1303-555 13163 2017-03-06 23:18:00          45
    +#> 8544             25   A69-1303-555 13165 2017-03-06 23:20:00          45
    +#> 8545             25   A69-1303-555 13166 2017-03-06 23:22:00          45
    +#> 8546             25   A69-1303-555 13167 2017-03-06 23:24:00          45
    +#> 8547             25   A69-1303-555 13169 2017-03-06 23:26:00          45
    +#> 8548             25   A69-1303-555 13171 2017-03-06 23:28:00          45
    +#> 8549             25   A69-1303-555 13173 2017-03-06 23:30:00          45
    +#> 8550             25   A69-1303-555 13174 2017-03-06 23:32:00          45
    +#> 8551             25   A69-1303-555 13176 2017-03-06 23:34:00          45
    +#> 8552             25   A69-1303-555 13178 2017-03-06 23:36:00          45
    +#> 8553             25   A69-1303-555 13179 2017-03-06 23:38:00          45
    +#> 8554             25   A69-1303-555 13180 2017-03-06 23:40:00          45
    +#> 8555             25   A69-1303-555 13182 2017-03-06 23:42:00          45
    +#> 8556             25   A69-1303-555 13183 2017-03-06 23:44:00          45
    +#> 8557             25   A69-1303-555 13186 2017-03-06 23:46:00          45
    +#> 8558             25   A69-1303-555 13187 2017-03-06 23:48:00          45
    +#> 8559             25   A69-1303-555 13188 2017-03-06 23:50:00          45
    +#> 8560             25   A69-1303-555 13189 2017-03-06 23:52:00          45
    +#> 8561             25   A69-1303-555 13190 2017-03-06 23:54:00          45
    +#> 8562             25   A69-1303-555 13191 2017-03-06 23:56:00          45
    +#> 8563             25   A69-1303-555 13193 2017-03-06 23:58:00          45
    +#> 8564             25   A69-1303-555 13194 2017-03-07 00:00:00          45
    +#> 8565             25   A69-1303-555 13196 2017-03-07 00:02:00          45
    +#> 8566             25   A69-1303-555 13198 2017-03-07 00:04:00          45
    +#> 8567             25   A69-1303-555 13199 2017-03-07 00:06:00          45
    +#> 8568             25   A69-1303-555 13202 2017-03-07 00:08:00          45
    +#> 8569             25   A69-1303-555 13203 2017-03-07 00:10:00          45
    +#> 8570             25   A69-1303-555 13205 2017-03-07 00:12:00          45
    +#> 8571             25   A69-1303-555 13206 2017-03-07 00:14:00          45
    +#> 8572             25   A69-1303-555 13208 2017-03-07 00:16:00          45
    +#> 8573             25   A69-1303-555 13210 2017-03-07 00:18:00          45
    +#> 8574             25   A69-1303-555 13212 2017-03-07 00:20:00          45
    +#> 8575             25   A69-1303-555 13214 2017-03-07 00:22:00          45
    +#> 8576             25   A69-1303-555 13216 2017-03-07 00:24:00          45
    +#> 8577             25   A69-1303-555 13219 2017-03-07 00:26:00          45
    +#> 8578             25   A69-1303-555 13221 2017-03-07 00:28:00          45
    +#> 8579             25   A69-1303-555 13222 2017-03-07 00:30:00          45
    +#> 8580             25   A69-1303-555 13224 2017-03-07 00:32:00          45
    +#> 8581             25   A69-1303-555 13226 2017-03-07 00:34:00          45
    +#> 8582             25   A69-1303-555 13228 2017-03-07 00:36:00          45
    +#> 8583             25   A69-1303-555 13230 2017-03-07 00:38:00          45
    +#> 8584             25   A69-1303-555 13231 2017-03-07 00:40:00          45
    +#> 8585             25   A69-1303-555 13233 2017-03-07 00:42:00          45
    +#> 8586             25   A69-1303-555 13234 2017-03-07 00:44:00          45
    +#> 8587             25   A69-1303-555 13236 2017-03-07 00:46:00          45
    +#> 8588             25   A69-1303-555 13237 2017-03-07 00:48:00          45
    +#> 8589             25   A69-1303-555 13239 2017-03-07 00:50:00          45
    +#> 8590             25   A69-1303-555 13240 2017-03-07 00:52:00          45
    +#> 8591             25   A69-1303-555 13242 2017-03-07 00:56:00          45
    +#> 8592             25   A69-1303-555 13244 2017-03-07 00:58:00          45
    +#> 8593             25   A69-1303-555 13245 2017-03-08 00:06:00          50
    +#> 8594             25   A69-1303-555 13246 2017-03-08 00:08:00          50
    +#> 8595             25   A69-1303-555 13247 2017-03-08 00:10:00          50
    +#> 8596             25   A69-1303-555 13249 2017-03-08 00:12:00          50
    +#> 8597             25   A69-1303-555 13251 2017-03-08 00:14:00          50
    +#> 8598             25   A69-1303-555 13253 2017-03-08 00:16:00          50
    +#> 8599             25   A69-1303-555 13255 2017-03-08 19:48:00          41
    +#> 8600             25   A69-1303-555 13257 2017-03-08 19:50:00          41
    +#> 8601             25   A69-1303-555 13260 2017-03-08 19:52:00          41
    +#> 8602             25   A69-1303-555 13261 2017-03-08 19:54:00          41
    +#> 8603             25   A69-1303-555 13262 2017-03-08 20:04:00          41
    +#> 8604             25   A69-1303-555 13264 2017-03-08 20:06:00          41
    +#> 8605             25   A69-1303-555 13266 2017-03-08 20:08:00          41
    +#> 8606             25   A69-1303-555 13268 2017-03-08 20:10:00          41
    +#> 8607             25   A69-1303-555 13269 2017-03-08 20:12:00          41
    +#> 8608             25   A69-1303-555 13272 2017-03-08 20:14:00          41
    +#> 8609             25   A69-1303-555 13274 2017-03-08 20:16:00          41
    +#> 8610             25   A69-1303-555 13277 2017-03-08 20:18:00          41
    +#> 8611             25   A69-1303-555 13279 2017-03-08 20:20:00          41
    +#> 8612             25   A69-1303-555 13280 2017-03-08 20:22:00          41
    +#> 8613             25   A69-1303-555 13282 2017-03-08 20:24:00          41
    +#> 8614             25   A69-1303-555 13284 2017-03-08 20:26:00          41
    +#> 8615             25   A69-1303-555 13285 2017-03-08 20:32:00          41
    +#> 8616             25   A69-1303-555 13286 2017-03-08 20:36:00          47
    +#> 8617             25   A69-1303-555 13287 2017-03-08 20:38:00          47
    +#> 8618             25   A69-1303-555 13289 2017-03-08 20:40:00          47
    +#> 8619             25   A69-1303-555 13290 2017-03-08 20:42:00          47
    +#> 8620             25   A69-1303-555 13291 2017-03-08 20:44:00          47
    +#> 8621             25   A69-1303-555 13292 2017-03-08 20:50:00          47
    +#> 8622             25   A69-1303-555 13293 2017-03-08 20:52:00          47
    +#> 8623             25   A69-1303-555 13294 2017-03-08 20:54:00          41
    +#> 8624             25   A69-1303-555 13295 2017-03-08 20:56:00          41
    +#> 8625             25   A69-1303-555 13297 2017-03-08 20:58:00          41
    +#> 8626             25   A69-1303-555 13298 2017-03-08 21:00:00          41
    +#> 8627             25   A69-1303-555 13299 2017-03-08 21:02:00          41
    +#> 8628             25   A69-1303-555 13300 2017-03-08 21:28:00          41
    +#> 8629             25   A69-1303-555 13301 2017-03-08 21:36:00          41
    +#> 8630             25   A69-1303-555 13302 2017-03-08 21:48:00          41
    +#> 8631             25   A69-1303-555 13305 2017-03-08 21:50:00          41
    +#> 8632             25   A69-1303-555 13307 2017-03-08 21:52:00          41
    +#> 8633             25   A69-1303-555 13309 2017-03-08 21:54:00          41
    +#> 8634             25   A69-1303-555 13310 2017-03-08 21:56:00          41
    +#> 8635             25   A69-1303-555 13312 2017-03-08 21:58:00          41
    +#> 8636             25   A69-1303-555 13315 2017-03-08 22:00:00          41
    +#> 8637             25   A69-1303-555 13316 2017-03-08 22:02:00          41
    +#> 8638             25   A69-1303-555 13317 2017-03-08 22:04:00          41
    +#> 8639             25   A69-1303-555 13319 2017-03-08 22:06:00          41
    +#> 8640             25   A69-1303-555 13321 2017-03-08 22:08:00          41
    +#> 8641             25   A69-1303-555 13323 2017-03-08 22:30:00          41
    +#> 8642             25   A69-1303-555 13324 2017-03-08 22:50:00          41
    +#> 8643             25   A69-1303-555 13325 2017-03-08 22:52:00          41
    +#> 8644             25   A69-1303-555 13326 2017-03-08 22:56:00          41
    +#> 8645             25   A69-1303-555 13327 2017-03-08 22:58:00          41
    +#> 8646             25   A69-1303-555 13328 2017-03-08 23:00:00          41
    +#> 8647             25   A69-1303-555 13331 2017-03-08 23:02:00          41
    +#> 8648             25   A69-1303-555 13332 2017-03-08 23:04:00          41
    +#> 8649             25   A69-1303-555 13334 2017-03-08 23:06:00          41
    +#> 8650             25   A69-1303-555 13335 2017-03-08 23:08:00          41
    +#> 8651             25   A69-1303-555 13337 2017-03-08 23:12:00          41
    +#> 8652             25   A69-1303-555 13338 2017-03-08 23:14:00          41
    +#> 8653             25   A69-1303-555 13339 2017-03-08 23:16:00          41
    +#> 8654             25   A69-1303-555 13340 2017-03-08 23:20:00          41
    +#> 8655             25   A69-1303-555 13341 2017-03-08 23:22:00          41
    +#> 8656             25   A69-1303-555 13342 2017-03-08 23:24:00          41
    +#> 8657             25   A69-1303-555 13343 2017-03-08 23:48:00          47
    +#> 8658             25   A69-1303-555 13345 2017-03-08 23:50:00          47
    +#> 8659             25   A69-1303-555 13347 2017-03-08 23:52:00          47
    +#> 8660             25   A69-1303-555 13349 2017-03-08 23:54:00          47
    +#> 8661             25   A69-1303-555 13351 2017-03-08 23:56:00          47
    +#> 8662             25   A69-1303-555 13352 2017-03-09 00:06:00          47
    +#> 8663             25   A69-1303-555 13353 2017-03-09 00:08:00          47
    +#> 8664             25   A69-1303-555 13354 2017-03-09 03:08:00          47
    +#> 8665             25   A69-1303-555 13357 2017-03-09 03:12:00          47
    +#> 8666             25   A69-1303-555 13358 2017-03-09 03:14:00          47
    +#> 8667             25   A69-1303-555 13360 2017-03-09 03:20:00          47
    +#> 8668             25   A69-1303-555 13362 2017-03-09 03:22:00          47
    +#> 8669             25   A69-1303-555 13364 2017-03-09 03:24:00          47
    +#> 8670             25   A69-1303-555 13366 2017-03-09 03:26:00          47
    +#> 8671             25   A69-1303-555 13367 2017-03-09 03:28:00          47
    +#> 8672             25   A69-1303-555 13369 2017-03-09 03:30:00          47
    +#> 8673             25   A69-1303-555 13370 2017-03-09 03:32:00          47
    +#> 8674             25   A69-1303-555 13372 2017-03-09 03:34:00          47
    +#> 8675             25   A69-1303-555 13373 2017-03-09 03:36:00          47
    +#> 8676             25   A69-1303-555 13376 2017-03-09 03:38:00          47
    +#> 8677             25   A69-1303-555 13377 2017-03-09 03:40:00          47
    +#> 8678             25   A69-1303-555 13379 2017-03-09 03:42:00          47
    +#> 8679             25   A69-1303-555 13381 2017-03-09 03:44:00          47
    +#> 8680             25   A69-1303-555 13382 2017-03-09 03:46:00          47
    +#> 8681             25   A69-1303-555 13384 2017-03-09 03:48:00          47
    +#> 8682             25   A69-1303-555 13385 2017-03-09 03:50:00          47
    +#> 8683             25   A69-1303-555 13386 2017-03-09 03:52:00          47
    +#> 8684             25   A69-1303-555 13387 2017-03-09 03:54:00          47
    +#> 8685             25   A69-1303-555 13389 2017-03-09 03:56:00          47
    +#> 8686             25   A69-1303-555 13391 2017-03-09 03:58:00          47
    +#> 8687             25   A69-1303-555 13393 2017-03-09 13:50:00          47
    +#> 8688             25   A69-1303-555 13394 2017-03-09 13:58:00          47
    +#> 8689             25   A69-1303-555 13395 2017-03-09 14:10:00          47
    +#> 8690             25   A69-1303-555 13397 2017-03-09 14:16:00          47
    +#> 8691             25   A69-1303-555 13398 2017-03-09 14:26:00          47
    +#> 8692             25   A69-1303-555 13399 2017-03-09 14:34:00          47
    +#> 8693             25   A69-1303-555 13400 2017-03-10 21:12:00          50
    +#> 8694             25   A69-1303-555 13402 2017-03-10 21:14:00          50
    +#> 8695             25   A69-1303-555 13403 2017-03-10 21:22:00          51
    +#> 8696             25   A69-1303-555 13404 2017-03-10 21:26:00          50
    +#> 8697             25   A69-1303-555 13405 2017-03-10 21:26:00          51
    +#> 8698             25   A69-1303-555 13406 2017-03-10 21:28:00          51
    +#> 8699             25   A69-1303-555 13407 2017-03-10 21:32:00          50
    +#> 8700             25   A69-1303-555 13408 2017-03-10 21:32:00          51
    +#> 8701             25   A69-1303-555 13410 2017-03-10 21:34:00          51
    +#> 8702             25   A69-1303-555 13412 2017-03-10 21:38:00          51
    +#> 8703             25   A69-1303-555 13413 2017-03-10 21:40:00          51
    +#> 8704             25   A69-1303-555 13414 2017-03-11 02:38:00          51
    +#> 8705             25   A69-1303-555 13415 2017-03-11 02:40:00          51
    +#> 8706             25   A69-1303-555 13416 2017-03-11 02:44:00          51
    +#> 8707             25   A69-1303-555 13417 2017-03-11 05:04:00          51
    +#> 8708             25   A69-1303-555 13418 2017-03-11 05:10:00          51
    +#> 8709             25   A69-1303-555 13419 2017-03-11 05:12:00          51
    +#> 8710             25   A69-1303-555 13420 2017-03-11 05:14:00          51
    +#> 8711             25   A69-1303-555 13423 2017-03-11 05:16:00          51
    +#> 8712             25   A69-1303-555 13424 2017-03-11 05:24:00          51
    +#> 8713             25   A69-1303-555 13425 2017-03-11 05:26:00          51
    +#> 8714             25   A69-1303-555 13426 2017-03-11 05:28:00          51
    +#> 8715             25   A69-1303-555 13428 2017-03-11 05:32:00          51
    +#> 8716             25   A69-1303-555 13430 2017-03-11 05:36:00          51
    +#> 8717             25   A69-1303-555 13432 2017-03-11 05:38:00          51
    +#> 8718             25   A69-1303-555 13434 2017-03-11 05:40:00          51
    +#> 8719             25   A69-1303-555 13435 2017-03-11 05:42:00          51
    +#> 8720             25   A69-1303-555 13436 2017-03-11 05:44:00          51
    +#> 8721             25   A69-1303-555 13438 2017-03-11 05:46:00          51
    +#> 8722             25   A69-1303-555 13439 2017-03-11 05:48:00          51
    +#> 8723             25   A69-1303-555 13441 2017-03-11 05:50:00          51
    +#> 8724             25   A69-1303-555 13442 2017-03-11 05:52:00          51
    +#> 8725             25   A69-1303-555 13443 2017-03-11 05:58:00          51
    +#> 8726             25   A69-1303-555 13445 2017-03-11 06:00:00          51
    +#> 8727             25   A69-1303-555 13446 2017-03-11 06:04:00          51
    +#> 8728             25   A69-1303-555 13447 2017-03-11 06:06:00          51
    +#> 8729             25   A69-1303-555 13449 2017-03-11 06:08:00          51
    +#> 8730             25   A69-1303-555 13452 2017-03-11 06:34:00          51
    +#> 8731             25   A69-1303-555 13454 2017-03-12 07:48:00          45
    +#> 8732             25   A69-1303-555 13455 2017-03-12 07:56:00          45
    +#> 8733             25   A69-1303-555 13457 2017-03-12 07:58:00          45
    +#> 8734             25   A69-1303-555 13458 2017-03-12 08:00:00          45
    +#> 8735             25   A69-1303-555 13460 2017-03-12 08:02:00          45
    +#> 8736             25   A69-1303-555 13461 2017-03-12 08:04:00          45
    +#> 8737             25   A69-1303-555 13462 2017-03-12 08:06:00          45
    +#> 8738             25   A69-1303-555 13465 2017-03-12 08:08:00          45
    +#> 8739             25   A69-1303-555 13466 2017-03-12 08:10:00          45
    +#> 8740             25   A69-1303-555 13468 2017-03-12 08:12:00          45
    +#> 8741             25   A69-1303-555 13469 2017-03-12 08:14:00          45
    +#> 8742             25   A69-1303-555 13470 2017-03-12 08:16:00          45
    +#> 8743             25   A69-1303-555 13472 2017-03-12 08:18:00          45
    +#> 8744             25   A69-1303-555 13473 2017-03-12 08:22:00          45
    +#> 8745             25   A69-1303-555 13474 2017-03-12 08:26:00          45
    +#> 8746             25   A69-1303-555 13475 2017-03-12 08:28:00          45
    +#> 8747             25   A69-1303-555 13476 2017-03-12 08:30:00          45
    +#> 8748             25   A69-1303-555 13478 2017-03-12 08:32:00          45
    +#> 8749             25   A69-1303-555 13479 2017-03-12 08:34:00          45
    +#> 8750             25   A69-1303-555 13481 2017-03-12 08:36:00          45
    +#> 8751             25   A69-1303-555 13482 2017-03-12 08:38:00          45
    +#> 8752             25   A69-1303-555 13483 2017-03-12 08:40:00          45
    +#> 8753             25   A69-1303-555 13485 2017-03-12 08:42:00          45
    +#> 8754             25   A69-1303-555 13486 2017-03-12 08:44:00          45
    +#> 8755             25   A69-1303-555 13488 2017-03-12 08:48:00          45
    +#> 8756             25   A69-1303-555 13489 2017-03-12 08:52:00          45
    +#> 8757             25   A69-1303-555 13491 2017-03-12 08:56:00          45
    +#> 8758             25   A69-1303-555 13492 2017-03-12 09:00:00          45
    +#> 8759             25   A69-1303-555 13494 2017-03-12 09:04:00          45
    +#> 8760             25   A69-1303-555 13496 2017-03-12 09:16:00          45
    +#> 8761             25   A69-1303-555 13498 2017-03-12 09:20:00          45
    +#> 8762             25   A69-1303-555 13499 2017-03-12 09:22:00          45
    +#> 8763             25   A69-1303-555 13500 2017-03-12 09:26:00          45
    +#> 8764             25   A69-1303-555 13501 2017-03-12 09:28:00          45
    +#> 8765             25   A69-1303-555 13502 2017-03-12 09:30:00          45
    +#> 8766             25   A69-1303-555 13503 2017-03-12 09:32:00          45
    +#> 8767             25   A69-1303-555 13504 2017-03-12 09:34:00          45
    +#> 8768             25   A69-1303-555 13505 2017-03-12 09:36:00          45
    +#> 8769             25   A69-1303-555 13506 2017-03-12 09:38:00          45
    +#> 8770             25   A69-1303-555 13507 2017-03-12 09:48:00          45
    +#> 8771             25   A69-1303-555 13509 2017-03-12 09:50:00          45
    +#> 8772             25   A69-1303-555 13511 2017-03-12 09:52:00          45
    +#> 8773             25   A69-1303-555 13512 2017-03-12 09:58:00          45
    +#> 8774             25   A69-1303-555 13513 2017-03-12 10:00:00          45
    +#> 8775             25   A69-1303-555 13515 2017-03-12 10:02:00          45
    +#> 8776             25   A69-1303-555 13516 2017-03-12 10:06:00          45
    +#> 8777             25   A69-1303-555 13518 2017-03-12 10:08:00          45
    +#> 8778             25   A69-1303-555 13519 2017-03-12 10:10:00          45
    +#> 8779             25   A69-1303-555 13520 2017-03-12 10:12:00          45
    +#> 8780             25   A69-1303-555 13522 2017-03-12 10:16:00          45
    +#> 8781             25   A69-1303-555 13524 2017-03-12 10:18:00          45
    +#> 8782             25   A69-1303-555 13525 2017-03-12 10:20:00          45
    +#> 8783             25   A69-1303-555 13527 2017-03-12 10:22:00          45
    +#> 8784             25   A69-1303-555 13529 2017-03-12 10:24:00          45
    +#> 8785             25   A69-1303-555 13531 2017-03-12 10:26:00          45
    +#> 8786             25   A69-1303-555 13533 2017-03-12 10:28:00          45
    +#> 8787             25   A69-1303-555 13534 2017-03-12 10:30:00          45
    +#> 8788             25   A69-1303-555 13536 2017-03-12 10:32:00          45
    +#> 8789             25   A69-1303-555 13538 2017-03-12 10:34:00          45
    +#> 8790             25   A69-1303-555 13539 2017-03-12 10:36:00          45
    +#> 8791             25   A69-1303-555 13541 2017-03-12 10:38:00          45
    +#> 8792             25   A69-1303-555 13543 2017-03-12 10:40:00          45
    +#> 8793             25   A69-1303-555 13545 2017-03-12 10:42:00          45
    +#> 8794             25   A69-1303-555 13547 2017-03-12 10:44:00          45
    +#> 8795             25   A69-1303-555 13549 2017-03-12 10:46:00          45
    +#> 8796             25   A69-1303-555 13551 2017-03-12 10:48:00          45
    +#> 8797             25   A69-1303-555 13552 2017-03-12 10:50:00          45
    +#> 8798             25   A69-1303-555 13553 2017-03-12 10:52:00          45
    +#> 8799             25   A69-1303-555 13554 2017-03-12 10:54:00          45
    +#> 8800             25   A69-1303-555 13556 2017-03-12 10:56:00          45
    +#> 8801             25   A69-1303-555 13558 2017-03-12 10:58:00          45
    +#> 8802             25   A69-1303-555 13559 2017-03-12 11:00:00          45
    +#> 8803             25   A69-1303-555 13562 2017-03-12 11:02:00          45
    +#> 8804             25   A69-1303-555 13564 2017-03-12 11:04:00          45
    +#> 8805             25   A69-1303-555 13566 2017-03-12 11:06:00          45
    +#> 8806             25   A69-1303-555 13567 2017-03-12 11:08:00          45
    +#> 8807             25   A69-1303-555 13569 2017-03-12 11:10:00          45
    +#> 8808             25   A69-1303-555 13570 2017-03-12 11:12:00          45
    +#> 8809             25   A69-1303-555 13573 2017-03-12 11:14:00          45
    +#> 8810             25   A69-1303-555 13574 2017-03-12 11:16:00          45
    +#> 8811             25   A69-1303-555 13576 2017-03-12 11:18:00          45
    +#> 8812             25   A69-1303-555 13578 2017-03-12 11:20:00          45
    +#> 8813             25   A69-1303-555 13580 2017-03-12 11:22:00          45
    +#> 8814             25   A69-1303-555 13582 2017-03-12 11:24:00          45
    +#> 8815             25   A69-1303-555 13583 2017-03-12 11:26:00          45
    +#> 8816             25   A69-1303-555 13584 2017-03-12 11:28:00          45
    +#> 8817             25   A69-1303-555 13587 2017-03-12 11:30:00          45
    +#> 8818             25   A69-1303-555 13589 2017-03-12 11:32:00          45
    +#> 8819             25   A69-1303-555 13590 2017-03-12 11:34:00          45
    +#> 8820             25   A69-1303-555 13592 2017-03-12 11:36:00          45
    +#> 8821             25   A69-1303-555 13593 2017-03-12 11:38:00          45
    +#> 8822             25   A69-1303-555 13594 2017-03-12 11:40:00          45
    +#> 8823             25   A69-1303-555 13595 2017-03-12 11:48:00          45
    +#> 8824             25   A69-1303-555 13596 2017-03-12 11:50:00          45
    +#> 8825             25   A69-1303-555 13597 2017-03-12 11:52:00          45
    +#> 8826             25   A69-1303-555 13598 2017-03-12 12:04:00          45
    +#> 8827             25   A69-1303-555 13599 2017-03-12 12:08:00          45
    +#> 8828             25   A69-1303-555 13600 2017-03-12 12:12:00          45
    +#> 8829             25   A69-1303-555 13601 2017-03-12 12:18:00          45
    +#> 8830             25   A69-1303-555 13602 2017-03-12 12:28:00          45
    +#> 8831             25   A69-1303-555 13603 2017-03-12 12:32:00          45
    +#> 8832             25   A69-1303-555 13604 2017-03-12 12:36:00          45
    +#> 8833             25   A69-1303-555 13605 2017-03-12 12:42:00          45
    +#> 8834             25   A69-1303-555 13606 2017-03-12 12:48:00          45
    +#> 8835             25   A69-1303-555 13607 2017-03-12 12:50:00          45
    +#> 8836             25   A69-1303-555 13609 2017-03-12 12:52:00          45
    +#> 8837             25   A69-1303-555 13610 2017-03-12 12:54:00          45
    +#> 8838             25   A69-1303-555 13611 2017-03-12 12:56:00          45
    +#> 8839             25   A69-1303-555 13612 2017-03-12 13:00:00          45
    +#> 8840             25   A69-1303-555 13613 2017-03-12 13:02:00          45
    +#> 8841             25   A69-1303-555 13615 2017-03-12 13:06:00          45
    +#> 8842             25   A69-1303-555 13616 2017-03-12 13:08:00          45
    +#> 8843             25   A69-1303-555 13618 2017-03-12 13:10:00          45
    +#> 8844             25   A69-1303-555 13619 2017-03-12 13:12:00          45
    +#> 8845             25   A69-1303-555 13620 2017-03-12 13:16:00          45
    +#> 8846             25   A69-1303-555 13621 2017-03-12 13:18:00          45
    +#> 8847             25   A69-1303-555 13623 2017-03-12 13:20:00          45
    +#> 8848             25   A69-1303-555 13625 2017-03-12 13:22:00          45
    +#> 8849             25   A69-1303-555 13627 2017-03-12 13:24:00          45
    +#> 8850             25   A69-1303-555 13629 2017-03-12 13:26:00          45
    +#> 8851             25   A69-1303-555 13630 2017-03-12 13:28:00          45
    +#> 8852             25   A69-1303-555 13631 2017-03-12 13:32:00          45
    +#> 8853             25   A69-1303-555 13632 2017-03-12 13:34:00          45
    +#> 8854             25   A69-1303-555 13633 2017-03-12 13:36:00          45
    +#> 8855             25   A69-1303-555 13634 2017-03-12 13:38:00          45
    +#> 8856             25   A69-1303-555 13636 2017-03-12 13:40:00          45
    +#> 8857             25   A69-1303-555 13637 2017-03-12 13:42:00          45
    +#> 8858             25   A69-1303-555 13639 2017-03-12 13:44:00          45
    +#> 8859             25   A69-1303-555 13642 2017-03-12 13:46:00          45
    +#> 8860             25   A69-1303-555 13643 2017-03-12 13:48:00          45
    +#> 8861             25   A69-1303-555 13646 2017-03-12 13:50:00          45
    +#> 8862             25   A69-1303-555 13647 2017-03-12 13:52:00          45
    +#> 8863             25   A69-1303-555 13649 2017-03-12 13:54:00          45
    +#> 8864             25   A69-1303-555 13650 2017-03-12 13:56:00          45
    +#> 8865             25   A69-1303-555 13652 2017-03-12 13:58:00          45
    +#> 8866             25   A69-1303-555 13653 2017-03-12 14:00:00          45
    +#> 8867             25   A69-1303-555 13655 2017-03-12 14:02:00          45
    +#> 8868             25   A69-1303-555 13657 2017-03-12 14:04:00          45
    +#> 8869             25   A69-1303-555 13659 2017-03-12 14:06:00          45
    +#> 8870             25   A69-1303-555 13661 2017-03-12 14:08:00          45
    +#> 8871             25   A69-1303-555 13662 2017-03-12 14:10:00          45
    +#> 8872             25   A69-1303-555 13665 2017-03-12 14:12:00          45
    +#> 8873             25   A69-1303-555 13666 2017-03-12 14:14:00          45
    +#> 8874             25   A69-1303-555 13668 2017-03-12 14:16:00          45
    +#> 8875             25   A69-1303-555 13670 2017-03-12 14:18:00          45
    +#> 8876             25   A69-1303-555 13672 2017-03-12 14:20:00          45
    +#> 8877             25   A69-1303-555 13674 2017-03-12 14:24:00          45
    +#> 8878             25   A69-1303-555 13676 2017-03-12 14:26:00          45
    +#> 8879             25   A69-1303-555 13678 2017-03-12 14:28:00          45
    +#> 8880             25   A69-1303-555 13679 2017-03-12 14:30:00          45
    +#> 8881             25   A69-1303-555 13681 2017-03-12 14:32:00          45
    +#> 8882             25   A69-1303-555 13682 2017-03-12 14:34:00          45
    +#> 8883             25   A69-1303-555 13684 2017-03-12 14:36:00          45
    +#> 8884             25   A69-1303-555 13686 2017-03-12 14:38:00          45
    +#> 8885             25   A69-1303-555 13688 2017-03-12 14:40:00          45
    +#> 8886             25   A69-1303-555 13689 2017-03-12 14:44:00          45
    +#> 8887             25   A69-1303-555 13691 2017-03-12 14:46:00          45
    +#> 8888             25   A69-1303-555 13692 2017-03-12 14:48:00          45
    +#> 8889             25   A69-1303-555 13694 2017-03-12 14:52:00          45
    +#> 8890             25   A69-1303-555 13695 2017-03-12 14:54:00          45
    +#> 8891             25   A69-1303-555 13697 2017-03-12 14:58:00          45
    +#> 8892             25   A69-1303-555 13699 2017-03-12 15:00:00          45
    +#> 8893             25   A69-1303-555 13700 2017-03-12 15:02:00          45
    +#> 8894             25   A69-1303-555 13702 2017-03-12 15:12:00          45
    +#> 8895             25   A69-1303-555 13703 2017-03-12 15:14:00          45
    +#> 8896             25   A69-1303-555 13704 2017-03-12 15:16:00          45
    +#> 8897             25   A69-1303-555 13705 2017-03-12 15:18:00          45
    +#> 8898             25   A69-1303-555 13706 2017-03-12 15:20:00          45
    +#> 8899             25   A69-1303-555 13707 2017-03-12 15:22:00          45
    +#> 8900             25   A69-1303-555 13708 2017-03-12 15:28:00          45
    +#> 8901             25   A69-1303-555 13709 2017-03-12 15:34:00          45
    +#> 8902             25   A69-1303-555 13711 2017-03-12 15:36:00          45
    +#> 8903             25   A69-1303-555 13712 2017-03-12 15:40:00          45
    +#> 8904             25   A69-1303-555 13713 2017-03-12 15:42:00          45
    +#> 8905             25   A69-1303-555 13714 2017-03-12 15:50:00          45
    +#> 8906             25   A69-1303-555 13715 2017-03-12 15:56:00          45
    +#> 8907             25   A69-1303-555 13717 2017-03-12 15:58:00          45
    +#> 8908             25   A69-1303-555 13719 2017-03-12 16:04:00          45
    +#> 8909             25   A69-1303-555 13720 2017-03-12 16:06:00          45
    +#> 8910             25   A69-1303-555 13721 2017-03-12 16:08:00          45
    +#> 8911             25   A69-1303-555 13722 2017-03-12 16:10:00          45
    +#> 8912             25   A69-1303-555 13723 2017-03-12 16:12:00          45
    +#> 8913             25   A69-1303-555 13724 2017-03-12 16:16:00          45
    +#> 8914             25   A69-1303-555 13725 2017-03-12 16:18:00          45
    +#> 8915             25   A69-1303-555 13726 2017-03-12 16:20:00          45
    +#> 8916             25   A69-1303-555 13727 2017-03-12 16:22:00          45
    +#> 8917             25   A69-1303-555 13729 2017-03-12 16:24:00          45
    +#> 8918             25   A69-1303-555 13730 2017-03-12 16:26:00          45
    +#> 8919             25   A69-1303-555 13731 2017-03-12 16:28:00          45
    +#> 8920             25   A69-1303-555 13732 2017-03-12 16:30:00          45
    +#> 8921             25   A69-1303-555 13734 2017-03-12 16:32:00          45
    +#> 8922             25   A69-1303-555 13735 2017-03-12 16:34:00          45
    +#> 8923             25   A69-1303-555 13736 2017-03-12 16:36:00          45
    +#> 8924             25   A69-1303-555 13737 2017-03-12 16:38:00          45
    +#> 8925             25   A69-1303-555 13740 2017-03-12 16:40:00          45
    +#> 8926             25   A69-1303-555 13741 2017-03-12 16:42:00          45
    +#> 8927             25   A69-1303-555 13743 2017-03-12 16:44:00          45
    +#> 8928             25   A69-1303-555 13745 2017-03-12 16:46:00          45
    +#> 8929             25   A69-1303-555 13747 2017-03-12 16:48:00          45
    +#> 8930             25   A69-1303-555 13749 2017-03-12 16:50:00          45
    +#> 8931             25   A69-1303-555 13750 2017-03-12 16:52:00          45
    +#> 8932             25   A69-1303-555 13751 2017-03-12 16:56:00          45
    +#> 8933             25   A69-1303-555 13752 2017-03-12 17:00:00          45
    +#> 8934             25   A69-1303-555 13753 2017-03-12 17:02:00          45
    +#> 8935             25   A69-1303-555 13754 2017-03-12 17:06:00          45
    +#> 8936             25   A69-1303-555 13757 2017-03-12 17:08:00          45
    +#> 8937             25   A69-1303-555 13759 2017-03-12 17:10:00          45
    +#> 8938             25   A69-1303-555 13761 2017-03-12 17:12:00          45
    +#> 8939             25   A69-1303-555 13762 2017-03-12 17:14:00          45
    +#> 8940             25   A69-1303-555 13764 2017-03-12 17:16:00          45
    +#> 8941             25   A69-1303-555 13765 2017-03-12 17:18:00          45
    +#> 8942             25   A69-1303-555 13767 2017-03-12 17:20:00          45
    +#> 8943             25   A69-1303-555 13768 2017-03-12 17:22:00          45
    +#> 8944             25   A69-1303-555 13770 2017-03-12 17:24:00          45
    +#> 8945             25   A69-1303-555 13772 2017-03-12 17:26:00          45
    +#> 8946             25   A69-1303-555 13773 2017-03-12 17:28:00          45
    +#> 8947             25   A69-1303-555 13774 2017-03-12 17:30:00          45
    +#> 8948             25   A69-1303-555 13777 2017-03-12 17:32:00          45
    +#> 8949             25   A69-1303-555 13779 2017-03-12 17:34:00          45
    +#> 8950             25   A69-1303-555 13780 2017-03-12 17:36:00          45
    +#> 8951             25   A69-1303-555 13782 2017-03-12 17:38:00          45
    +#> 8952             25   A69-1303-555 13783 2017-03-12 17:42:00          45
    +#> 8953             25   A69-1303-555 13785 2017-03-12 17:44:00          45
    +#> 8954             25   A69-1303-555 13787 2017-03-12 17:46:00          45
    +#> 8955             25   A69-1303-555 13788 2017-03-12 17:48:00          45
    +#> 8956             25   A69-1303-555 13789 2017-03-12 17:50:00          45
    +#> 8957             25   A69-1303-555 13790 2017-03-14 08:44:00          49
    +#> 8958             25   A69-1303-555 13792 2017-03-14 08:46:00          49
    +#> 8959             25   A69-1303-555 13793 2017-03-14 12:24:00          49
    +#> 8960             25   A69-1303-555 13794 2017-03-14 12:26:00          49
    +#> 8961             25   A69-1303-555 13795 2017-03-14 12:28:00          49
    +#> 8962             25   A69-1303-555 13796 2017-03-14 12:30:00          49
    +#> 8963             25   A69-1303-555 13797 2017-03-14 12:32:00          49
    +#> 8964             25   A69-1303-555 13799 2017-03-14 12:34:00          49
    +#> 8965             25   A69-1303-555 13800 2017-03-14 12:36:00          49
    +#> 8966             25   A69-1303-555 13801 2017-03-14 12:38:00          49
    +#> 8967             25   A69-1303-555 13803 2017-03-14 12:40:00          49
    +#> 8968             25   A69-1303-555 13804 2017-03-14 12:42:00          49
    +#> 8969             25   A69-1303-555 13806 2017-03-14 12:44:00          49
    +#> 8970             25   A69-1303-555 13807 2017-03-14 12:46:00          49
    +#> 8971             25   A69-1303-555 13809 2017-03-14 12:48:00          49
    +#> 8972             25   A69-1303-555 13810 2017-03-14 12:50:00          49
    +#> 8973             25   A69-1303-555 13812 2017-03-14 12:52:00          49
    +#> 8974             25   A69-1303-555 13814 2017-03-14 12:54:00          49
    +#> 8975             25   A69-1303-555 13816 2017-03-14 12:56:00          49
    +#> 8976             25   A69-1303-555 13817 2017-03-14 12:58:00          49
    +#> 8977             25   A69-1303-555 13818 2017-03-14 13:00:00          49
    +#> 8978             25   A69-1303-555 13820 2017-03-14 13:02:00          49
    +#> 8979             25   A69-1303-555 13823 2017-03-14 13:04:00          49
    +#> 8980             25   A69-1303-555 13826 2017-03-14 13:06:00          49
    +#> 8981             25   A69-1303-555 13829 2017-03-14 13:08:00          49
    +#> 8982             25   A69-1303-555 13831 2017-03-14 13:10:00          49
    +#> 8983             25   A69-1303-555 13833 2017-03-14 13:12:00          49
    +#> 8984             25   A69-1303-555 13834 2017-03-14 23:40:00          48
    +#> 8985             25   A69-1303-555 13835 2017-03-14 23:42:00          48
    +#> 8986             25   A69-1303-555 13836 2017-03-14 23:44:00          48
    +#> 8987             25   A69-1303-555 13837 2017-03-14 23:46:00          48
    +#> 8988             25   A69-1303-555 13839 2017-03-14 23:48:00          48
    +#> 8989             25   A69-1303-555 13841 2017-03-14 23:52:00          48
    +#> 8990             25   A69-1303-555 13843 2017-03-14 23:54:00          48
    +#> 8991             25   A69-1303-555 13845 2017-03-15 00:00:00          48
    +#> 8992             25   A69-1303-555 13846 2017-03-15 00:04:00          48
    +#> 8993             25   A69-1303-555 13847 2017-03-15 00:06:00          48
    +#> 8994             25   A69-1303-555 13848 2017-03-15 00:08:00          48
    +#> 8995             25   A69-1303-555 13849 2017-03-15 00:30:00          49
    +#> 8996             25   A69-1303-555 13851 2017-03-15 00:32:00          49
    +#> 8997             25   A69-1303-555 13852 2017-03-15 00:34:00          49
    +#> 8998             25   A69-1303-555 13855 2017-03-15 00:36:00          49
    +#> 8999             25   A69-1303-555 13856 2017-03-15 00:38:00          49
    +#> 9000             25   A69-1303-555 13857 2017-03-15 00:40:00          49
    +#> 9001             25   A69-1303-555 13858 2017-03-15 00:42:00          49
    +#> 9002             25   A69-1303-555 13860 2017-03-15 00:44:00          49
    +#> 9003             25   A69-1303-555 13861 2017-03-15 00:46:00          49
    +#> 9004             25   A69-1303-555 13862 2017-03-15 00:48:00          49
    +#> 9005             25   A69-1303-555 13864 2017-03-15 00:50:00          49
    +#> 9006             25   A69-1303-555 13866 2017-03-15 00:52:00          49
    +#> 9007             25   A69-1303-555 13868 2017-03-15 00:54:00          49
    +#> 9008             25   A69-1303-555 13870 2017-03-15 00:56:00          49
    +#> 9009             25   A69-1303-555 13871 2017-03-15 00:58:00          49
    +#> 9010             25   A69-1303-555 13873 2017-03-15 01:00:00          49
    +#> 9011             25   A69-1303-555 13875 2017-03-15 01:02:00          49
    +#> 9012             25   A69-1303-555 13876 2017-03-15 01:04:00          49
    +#> 9013             25   A69-1303-555 13878 2017-03-15 01:06:00          49
    +#> 9014             25   A69-1303-555 13879 2017-03-15 01:08:00          49
    +#> 9015             25   A69-1303-555 13880 2017-03-15 01:10:00          49
    +#> 9016             25   A69-1303-555 13882 2017-03-15 01:12:00          49
    +#> 9017             25   A69-1303-555 13883 2017-03-15 01:14:00          49
    +#> 9018             25   A69-1303-555 13885 2017-03-15 01:16:00          49
    +#> 9019             25   A69-1303-555 13886 2017-03-15 01:18:00          49
    +#> 9020             25   A69-1303-555 13887 2017-03-15 01:20:00          49
    +#> 9021             25   A69-1303-555 13888 2017-03-15 01:28:00          49
    +#> 9022             25   A69-1303-555 13889 2017-03-15 01:30:00          49
    +#> 9023             25   A69-1303-555 13892 2017-03-15 01:32:00          49
    +#> 9024             25   A69-1303-555 13893 2017-03-15 01:38:00          49
    +#> 9025             25   A69-1303-555 13895 2017-03-15 01:40:00          49
    +#> 9026             25   A69-1303-555 13897 2017-03-15 01:42:00          49
    +#> 9027             25   A69-1303-555 13899 2017-03-15 01:48:00          49
    +#> 9028             25   A69-1303-555 13900 2017-03-15 01:50:00          49
    +#> 9029             25   A69-1303-555 13901 2017-03-15 01:52:00          49
    +#> 9030             25   A69-1303-555 13902 2017-03-15 01:56:00          49
    +#> 9031             25   A69-1303-555 13904 2017-03-15 01:58:00          49
    +#> 9032             25   A69-1303-555 13905 2017-03-15 02:00:00          49
    +#> 9033             25   A69-1303-555 13906 2017-03-15 02:04:00          49
    +#> 9034             25   A69-1303-555 13909 2017-03-15 02:08:00          49
    +#> 9035             25   A69-1303-555 13910 2017-03-15 02:10:00          49
    +#> 9036             25   A69-1303-555 13911 2017-03-15 02:14:00          49
    +#> 9037             25   A69-1303-555 13912 2017-03-15 02:22:00          49
    +#> 9038             25   A69-1303-555 13913 2017-03-15 02:26:00          49
    +#> 9039             25   A69-1303-555 13914 2017-03-16 09:54:00          45
    +#> 9040             25   A69-1303-555 13915 2017-03-16 09:58:00          45
    +#> 9041             25   A69-1303-555 13917 2017-03-16 10:00:00          45
    +#> 9042             25   A69-1303-555 13919 2017-03-16 10:04:00          45
    +#> 9043             25   A69-1303-555 13920 2017-03-16 10:06:00          45
    +#> 9044             25   A69-1303-555 13922 2017-03-16 10:08:00          45
    +#> 9045             25   A69-1303-555 13923 2017-03-16 10:10:00          45
    +#> 9046             25   A69-1303-555 13925 2017-03-16 10:12:00          45
    +#> 9047             25   A69-1303-555 13926 2017-03-16 10:14:00          45
    +#> 9048             25   A69-1303-555 13928 2017-03-16 10:16:00          45
    +#> 9049             25   A69-1303-555 13929 2017-03-16 10:18:00          45
    +#> 9050             25   A69-1303-555 13930 2017-03-16 10:20:00          45
    +#> 9051             25   A69-1303-555 13933 2017-03-16 10:24:00          45
    +#> 9052             25   A69-1303-555 13934 2017-03-16 10:28:00          45
    +#> 9053             25   A69-1303-555 13937 2017-03-16 10:30:00          45
    +#> 9054             25   A69-1303-555 13938 2017-03-16 10:32:00          45
    +#> 9055             25   A69-1303-555 13940 2017-03-16 10:34:00          45
    +#> 9056             25   A69-1303-555 13942 2017-03-16 10:36:00          45
    +#> 9057             25   A69-1303-555 13944 2017-03-16 10:38:00          45
    +#> 9058             25   A69-1303-555 13945 2017-03-16 10:40:00          45
    +#> 9059             25   A69-1303-555 13947 2017-03-16 10:42:00          45
    +#> 9060             25   A69-1303-555 13949 2017-03-16 10:44:00          45
    +#> 9061             25   A69-1303-555 13950 2017-03-16 10:46:00          45
    +#> 9062             25   A69-1303-555 13952 2017-03-16 10:48:00          45
    +#> 9063             25   A69-1303-555 13954 2017-03-16 10:50:00          45
    +#> 9064             25   A69-1303-555 13957 2017-03-16 10:52:00          45
    +#> 9065             25   A69-1303-555 13959 2017-03-16 10:54:00          45
    +#> 9066             25   A69-1303-555 13961 2017-03-16 10:56:00          45
    +#> 9067             25   A69-1303-555 13963 2017-03-16 10:58:00          45
    +#> 9068             25   A69-1303-555 13965 2017-03-16 11:00:00          45
    +#> 9069             25   A69-1303-555 13967 2017-03-16 11:02:00          45
    +#> 9070             25   A69-1303-555 13969 2017-03-16 11:04:00          45
    +#> 9071             25   A69-1303-555 13971 2017-03-16 11:06:00          45
    +#> 9072             25   A69-1303-555 13972 2017-03-16 11:08:00          45
    +#> 9073             25   A69-1303-555 13973 2017-03-16 11:10:00          45
    +#> 9074             25   A69-1303-555 13975 2017-03-16 11:12:00          45
    +#> 9075             25   A69-1303-555 13976 2017-03-16 11:14:00          45
    +#> 9076             25   A69-1303-555 13979 2017-03-16 11:16:00          45
    +#> 9077             25   A69-1303-555 13981 2017-03-16 11:18:00          45
    +#> 9078             25   A69-1303-555 13984 2017-03-16 11:22:00          45
    +#> 9079             25   A69-1303-555 13986 2017-03-16 11:24:00          45
    +#> 9080             25   A69-1303-555 13988 2017-03-16 11:26:00          45
    +#> 9081             25   A69-1303-555 13990 2017-03-16 11:28:00          45
    +#> 9082             25   A69-1303-555 13992 2017-03-16 11:30:00          45
    +#> 9083             25   A69-1303-555 13994 2017-03-16 11:32:00          45
    +#> 9084             25   A69-1303-555 13995 2017-03-16 11:34:00          45
    +#> 9085             25   A69-1303-555 13997 2017-03-16 11:36:00          45
    +#> 9086             25   A69-1303-555 13999 2017-03-16 11:38:00          45
    +#> 9087             25   A69-1303-555 14001 2017-03-16 11:40:00          45
    +#> 9088             25   A69-1303-555 14003 2017-03-16 11:44:00          45
    +#> 9089             25   A69-1303-555 14005 2017-03-16 11:46:00          45
    +#> 9090             25   A69-1303-555 14007 2017-03-16 11:48:00          45
    +#> 9091             25   A69-1303-555 14009 2017-03-16 11:50:00          45
    +#> 9092             25   A69-1303-555 14011 2017-03-16 11:52:00          45
    +#> 9093             25   A69-1303-555 14013 2017-03-16 11:54:00          45
    +#> 9094             25   A69-1303-555 14014 2017-03-16 11:56:00          45
    +#> 9095             25   A69-1303-555 14016 2017-03-16 11:58:00          45
    +#> 9096             25   A69-1303-555 14017 2017-03-16 12:00:00          45
    +#> 9097             25   A69-1303-555 14018 2017-03-16 12:02:00          45
    +#> 9098             25   A69-1303-555 14021 2017-03-16 12:04:00          45
    +#> 9099             25   A69-1303-555 14022 2017-03-16 12:06:00          45
    +#> 9100             25   A69-1303-555 14023 2017-03-16 12:08:00          45
    +#> 9101             25   A69-1303-555 14025 2017-03-16 12:10:00          45
    +#> 9102             25   A69-1303-555 14026 2017-03-16 12:12:00          45
    +#> 9103             25   A69-1303-555 14028 2017-03-16 12:14:00          45
    +#> 9104             25   A69-1303-555 14031 2017-03-16 12:16:00          45
    +#> 9105             25   A69-1303-555 14033 2017-03-16 12:22:00          45
    +#> 9106             25   A69-1303-555 14034 2017-03-16 12:24:00          45
    +#> 9107             25   A69-1303-555 14035 2017-03-16 12:26:00          45
    +#> 9108             25   A69-1303-555 14037 2017-03-16 12:28:00          45
    +#> 9109             25   A69-1303-555 14039 2017-03-16 12:30:00          45
    +#> 9110             25   A69-1303-555 14041 2017-03-16 12:32:00          45
    +#> 9111             25   A69-1303-555 14043 2017-03-16 12:34:00          45
    +#> 9112             25   A69-1303-555 14045 2017-03-16 12:36:00          45
    +#> 9113             25   A69-1303-555 14047 2017-03-16 12:38:00          45
    +#> 9114             25   A69-1303-555 14050 2017-03-16 12:40:00          45
    +#> 9115             25   A69-1303-555 14051 2017-03-16 12:42:00          45
    +#> 9116             25   A69-1303-555 14052 2017-03-16 12:44:00          45
    +#> 9117             25   A69-1303-555 14054 2017-03-16 12:46:00          45
    +#> 9118             25   A69-1303-555 14055 2017-03-16 12:48:00          45
    +#> 9119             25   A69-1303-555 14057 2017-03-16 12:50:00          45
    +#> 9120             25   A69-1303-555 14059 2017-03-16 12:52:00          45
    +#> 9121             25   A69-1303-555 14061 2017-03-16 12:54:00          45
    +#> 9122             25   A69-1303-555 14063 2017-03-16 12:56:00          45
    +#> 9123             25   A69-1303-555 14064 2017-03-16 12:58:00          45
    +#> 9124             25   A69-1303-555 14067 2017-03-16 13:00:00          45
    +#> 9125             25   A69-1303-555 14069 2017-03-16 13:02:00          45
    +#> 9126             25   A69-1303-555 14070 2017-03-16 13:04:00          45
    +#> 9127             25   A69-1303-555 14072 2017-03-16 13:06:00          45
    +#> 9128             25   A69-1303-555 14074 2017-03-16 13:08:00          45
    +#> 9129             25   A69-1303-555 14076 2017-03-16 13:10:00          45
    +#> 9130             25   A69-1303-555 14077 2017-03-16 13:12:00          45
    +#> 9131             25   A69-1303-555 14078 2017-03-16 13:14:00          45
    +#> 9132             25   A69-1303-555 14080 2017-03-16 13:16:00          45
    +#> 9133             25   A69-1303-555 14082 2017-03-16 13:18:00          45
    +#> 9134             25   A69-1303-555 14084 2017-03-16 13:22:00          45
    +#> 9135             25   A69-1303-555 14087 2017-03-16 13:24:00          45
    +#> 9136             25   A69-1303-555 14088 2017-03-16 13:26:00          45
    +#> 9137             25   A69-1303-555 14089 2017-03-16 13:28:00          45
    +#> 9138             25   A69-1303-555 14092 2017-03-16 13:30:00          45
    +#> 9139             25   A69-1303-555 14094 2017-03-16 13:32:00          45
    +#> 9140             25   A69-1303-555 14097 2017-03-16 13:34:00          45
    +#> 9141             25   A69-1303-555 14098 2017-03-16 13:36:00          45
    +#> 9142             25   A69-1303-555 14099 2017-03-16 13:38:00          45
    +#> 9143             25   A69-1303-555 14101 2017-03-16 13:40:00          45
    +#> 9144             25   A69-1303-555 14103 2017-03-16 13:42:00          45
    +#> 9145             25   A69-1303-555 14105 2017-03-16 13:44:00          45
    +#> 9146             25   A69-1303-555 14107 2017-03-16 13:46:00          45
    +#> 9147             25   A69-1303-555 14108 2017-03-16 13:48:00          45
    +#> 9148             25   A69-1303-555 14110 2017-03-16 13:50:00          45
    +#> 9149             25   A69-1303-555 14111 2017-03-16 13:52:00          45
    +#> 9150             25   A69-1303-555 14112 2017-03-16 13:54:00          45
    +#> 9151             25   A69-1303-555 14113 2017-03-16 13:56:00          45
    +#> 9152             25   A69-1303-555 14114 2017-03-16 13:58:00          45
    +#> 9153             25   A69-1303-555 14116 2017-03-16 14:08:00          45
    +#> 9154             25   A69-1303-555 14117 2017-03-16 14:10:00          45
    +#> 9155             25   A69-1303-555 14118 2017-03-16 14:12:00          45
    +#> 9156             25   A69-1303-555 14119 2017-03-16 14:14:00          45
    +#> 9157             25   A69-1303-555 14120 2017-03-16 14:18:00          45
    +#> 9158             25   A69-1303-555 14121 2017-03-16 14:20:00          45
    +#> 9159             25   A69-1303-555 14122 2017-03-16 14:22:00          45
    +#> 9160             25   A69-1303-555 14123 2017-03-16 14:24:00          45
    +#> 9161             25   A69-1303-555 14124 2017-03-16 14:28:00          45
    +#> 9162             25   A69-1303-555 14125 2017-03-16 14:34:00          45
    +#> 9163             25   A69-1303-555 14126 2017-03-16 14:36:00          45
    +#> 9164             25   A69-1303-555 14127 2017-03-16 14:50:00          45
    +#> 9165             25   A69-1303-555 14128 2017-03-16 14:52:00          45
    +#> 9166             25   A69-1303-555 14129 2017-03-16 14:54:00          45
    +#> 9167             25   A69-1303-555 14130 2017-03-16 15:10:00          45
    +#> 9168             25   A69-1303-555 14131 2017-03-16 15:14:00          45
    +#> 9169             25   A69-1303-555 14132 2017-03-16 15:16:00          45
    +#> 9170             25   A69-1303-555 14133 2017-03-16 15:20:00          45
    +#> 9171             25   A69-1303-555 14135 2017-03-16 15:24:00          45
    +#> 9172             25   A69-1303-555 14136 2017-03-16 15:30:00          45
    +#> 9173             25   A69-1303-555 14137 2017-03-16 15:32:00          45
    +#> 9174             25   A69-1303-555 14138 2017-03-16 15:34:00          45
    +#> 9175             25   A69-1303-555 14139 2017-03-16 15:36:00          45
    +#> 9176             25   A69-1303-555 14141 2017-03-16 15:38:00          45
    +#> 9177             25   A69-1303-555 14142 2017-03-16 15:40:00          45
    +#> 9178             25   A69-1303-555 14144 2017-03-16 15:42:00          45
    +#> 9179             25   A69-1303-555 14146 2017-03-16 15:44:00          45
    +#> 9180             25   A69-1303-555 14147 2017-03-16 15:46:00          45
    +#> 9181             25   A69-1303-555 14150 2017-03-16 15:48:00          45
    +#> 9182             25   A69-1303-555 14151 2017-03-16 15:50:00          45
    +#> 9183             25   A69-1303-555 14153 2017-03-16 15:52:00          45
    +#> 9184             25   A69-1303-555 14154 2017-03-16 15:54:00          45
    +#> 9185             25   A69-1303-555 14156 2017-03-16 15:56:00          45
    +#> 9186             25   A69-1303-555 14158 2017-03-16 15:58:00          45
    +#> 9187             25   A69-1303-555 14160 2017-03-16 16:00:00          45
    +#> 9188             25   A69-1303-555 14161 2017-03-16 16:06:00          45
    +#> 9189             25   A69-1303-555 14162 2017-03-16 16:08:00          45
    +#> 9190             25   A69-1303-555 14163 2017-03-16 16:12:00          45
    +#> 9191             25   A69-1303-555 14164 2017-03-16 16:18:00          45
    +#> 9192             25   A69-1303-555 14165 2017-03-16 16:20:00          45
    +#> 9193             25   A69-1303-555 14166 2017-03-16 16:22:00          45
    +#> 9194             25   A69-1303-555 14167 2017-03-16 16:24:00          45
    +#> 9195             25   A69-1303-555 14169 2017-03-16 16:26:00          45
    +#> 9196             25   A69-1303-555 14171 2017-03-16 16:28:00          45
    +#> 9197             25   A69-1303-555 14173 2017-03-16 16:30:00          45
    +#> 9198             25   A69-1303-555 14175 2017-03-16 16:38:00          45
    +#> 9199             25   A69-1303-555 14176 2017-03-16 16:42:00          45
    +#> 9200             25   A69-1303-555 14177 2017-03-16 16:44:00          45
    +#> 9201             25   A69-1303-555 14178 2017-03-18 17:16:00          47
    +#> 9202             25   A69-1303-555 14179 2017-03-18 17:22:00          47
    +#> 9203             25   A69-1303-555 14181 2017-03-18 17:24:00          47
    +#> 9204             25   A69-1303-555 14183 2017-03-18 17:26:00          47
    +#> 9205             25   A69-1303-555 14184 2017-03-18 17:28:00          47
    +#> 9206             25   A69-1303-555 14185 2017-03-18 17:30:00          47
    +#> 9207             25   A69-1303-555 14186 2017-03-18 17:32:00          47
    +#> 9208             25   A69-1303-555 14187 2017-03-18 17:34:00          47
    +#> 9209             25   A69-1303-555 14189 2017-03-18 17:36:00          47
    +#> 9210             25   A69-1303-555 14191 2017-03-18 17:38:00          47
    +#> 9211             25   A69-1303-555 14192 2017-03-18 17:40:00          47
    +#> 9212             25   A69-1303-555 14194 2017-03-18 17:42:00          47
    +#> 9213             25   A69-1303-555 14195 2017-03-18 17:44:00          47
    +#> 9214             25   A69-1303-555 14196 2017-03-18 17:46:00          47
    +#> 9215             25   A69-1303-555 14197 2017-03-18 17:48:00          47
    +#> 9216             25   A69-1303-555 14198 2017-03-18 17:52:00          47
    +#> 9217             25   A69-1303-555 14199 2017-03-18 17:58:00          47
    +#> 9218             25   A69-1303-555 14200 2017-03-18 18:00:00          47
    +#> 9219             25   A69-1303-555 14201 2017-03-18 18:04:00          47
    +#> 9220             25   A69-1303-555 14202 2017-03-19 00:54:00          47
    +#> 9221             25   A69-1303-555 14203 2017-03-19 00:56:00          47
    +#> 9222             25   A69-1303-555 14206 2017-03-19 00:58:00          47
    +#> 9223             25   A69-1303-555 14207 2017-03-19 01:00:00          47
    +#> 9224             25   A69-1303-555 14209 2017-03-19 01:02:00          47
    +#> 9225             25   A69-1303-555 14210 2017-03-19 01:18:00          47
    +#> 9226             25   A69-1303-555 14212 2017-03-19 02:08:00          47
    +#> 9227             25   A69-1303-555 14213 2017-03-19 02:10:00          47
    +#> 9228             25   A69-1303-555 14214 2017-03-19 02:14:00          47
    +#> 9229             25   A69-1303-555 14215 2017-03-19 02:22:00          47
    +#> 9230             25   A69-1303-555 14216 2017-03-19 02:24:00          47
    +#> 9231             25   A69-1303-555 14217 2017-03-19 02:28:00          47
    +#> 9232             25   A69-1303-555 14218 2017-03-19 02:30:00          47
    +#> 9233             25   A69-1303-555 14220 2017-03-19 02:32:00          47
    +#> 9234             25   A69-1303-555 14221 2017-03-19 02:34:00          47
    +#> 9235             25   A69-1303-555 14223 2017-03-19 02:36:00          47
    +#> 9236             25   A69-1303-555 14225 2017-03-19 02:38:00          47
    +#> 9237             25   A69-1303-555 14226 2017-03-19 02:40:00          47
    +#> 9238             25   A69-1303-555 14228 2017-03-19 02:42:00          47
    +#> 9239             25   A69-1303-555 14229 2017-03-19 02:44:00          47
    +#> 9240             25   A69-1303-555 14230 2017-03-19 02:46:00          47
    +#> 9241             25   A69-1303-555 14232 2017-03-19 02:48:00          47
    +#> 9242             25   A69-1303-555 14233 2017-03-19 02:50:00          47
    +#> 9243             25   A69-1303-555 14234 2017-03-19 02:52:00          47
    +#> 9244             25   A69-1303-555 14235 2017-03-19 02:56:00          47
    +#> 9245             25   A69-1303-555 14236 2017-03-19 02:58:00          47
    +#> 9246             25   A69-1303-555 14239 2017-03-19 03:00:00          47
    +#> 9247             25   A69-1303-555 14240 2017-03-19 03:02:00          47
    +#> 9248             25   A69-1303-555 14243 2017-03-19 03:08:00          47
    +#> 9249             25   A69-1303-555 14244 2017-03-19 03:10:00          47
    +#> 9250             25   A69-1303-555 14245 2017-03-19 04:14:00          47
    +#> 9251             25   A69-1303-555 14246 2017-03-19 04:16:00          47
    +#> 9252             25   A69-1303-555 14247 2017-03-19 04:18:00          47
    +#> 9253             25   A69-1303-555 14248 2017-03-19 04:30:00          47
    +#> 9254             25   A69-1303-555 14249 2017-03-19 05:06:00          41
    +#> 9255             25   A69-1303-555 14250 2017-03-19 05:24:00          41
    +#> 9256             25   A69-1303-555 14251 2017-03-19 05:26:00          41
    +#> 9257             25   A69-1303-555 14252 2017-03-19 05:30:00          41
    +#> 9258             25   A69-1303-555 14253 2017-03-19 09:16:00          41
    +#> 9259             25   A69-1303-555 14254 2017-03-19 09:20:00          41
    +#> 9260             25   A69-1303-555 14256 2017-03-19 09:22:00          41
    +#> 9261             25   A69-1303-555 14257 2017-03-19 09:24:00          41
    +#> 9262             25   A69-1303-555 14259 2017-03-19 09:26:00          41
    +#> 9263             25   A69-1303-555 14260 2017-03-19 09:28:00          41
    +#> 9264             25   A69-1303-555 14262 2017-03-19 09:32:00          41
    +#> 9265             25   A69-1303-555 14263 2017-03-19 09:38:00          41
    +#> 9266             25   A69-1303-555 14264 2017-03-19 09:40:00          41
    +#> 9267             25   A69-1303-555 14265 2017-03-19 09:44:00          41
    +#> 9268             25   A69-1303-555 14266 2017-03-19 09:46:00          41
    +#> 9269             25   A69-1303-555 14267 2017-03-19 09:56:00          41
    +#> 9270             25   A69-1303-555 14268 2017-03-19 19:46:00          41
    +#> 9271             25   A69-1303-555 14269 2017-03-19 19:54:00          41
    +#> 9272             25   A69-1303-555 14271 2017-03-19 19:56:00          41
    +#> 9273             25   A69-1303-555 14272 2017-03-19 20:14:00          41
    +#> 9274             25   A69-1303-555 14273 2017-03-19 20:26:00          41
    +#> 9275             25   A69-1303-555 14274 2017-03-19 20:28:00          41
    +#> 9276             25   A69-1303-555 14275 2017-03-19 20:34:00          41
    +#> 9277             25   A69-1303-555 14276 2017-03-19 21:06:00          41
    +#> 9278             25   A69-1303-555 14278 2017-03-19 21:10:00          41
    +#> 9279             25   A69-1303-555 14280 2017-03-19 21:12:00          41
    +#> 9280             25   A69-1303-555 14281 2017-03-19 21:22:00          41
    +#> 9281             25   A69-1303-555 14282 2017-03-19 21:24:00          41
    +#> 9282             25   A69-1303-555 14284 2017-03-19 21:26:00          41
    +#> 9283             25   A69-1303-555 14285 2017-03-19 21:28:00          41
    +#> 9284             25   A69-1303-555 14287 2017-03-19 21:30:00          41
    +#> 9285             25   A69-1303-555 14289 2017-03-19 21:32:00          41
    +#> 9286             25   A69-1303-555 14291 2017-03-19 21:34:00          41
    +#> 9287             25   A69-1303-555 14293 2017-03-19 22:28:00          41
    +#> 9288             25   A69-1303-555 14294 2017-03-19 22:44:00          41
    +#> 9289             25   A69-1303-555 14295 2017-03-19 22:46:00          41
    +#> 9290             25   A69-1303-555 14296 2017-03-19 22:50:00          41
    +#> 9291             25   A69-1303-555 14298 2017-03-19 22:52:00          41
    +#> 9292             25   A69-1303-555 14299 2017-03-19 22:54:00          41
    +#> 9293             25   A69-1303-555 14300 2017-03-19 22:56:00          41
    +#> 9294             25   A69-1303-555 14301 2017-03-19 22:58:00          41
    +#> 9295             25   A69-1303-555 14303 2017-03-19 23:00:00          41
    +#> 9296             25   A69-1303-555 14304 2017-03-19 23:08:00          41
    +#> 9297             25   A69-1303-555 14305 2017-03-19 23:10:00          41
    +#> 9298             25   A69-1303-555 14307 2017-03-19 23:14:00          41
    +#> 9299             25   A69-1303-555 14308 2017-03-19 23:16:00          41
    +#> 9300             25   A69-1303-555 14309 2017-03-19 23:18:00          41
    +#> 9301             25   A69-1303-555 14311 2017-03-19 23:20:00          41
    +#> 9302             25   A69-1303-555 14312 2017-03-19 23:22:00          41
    +#> 9303             25   A69-1303-555 14314 2017-03-19 23:24:00          41
    +#> 9304             25   A69-1303-555 14316 2017-03-19 23:26:00          41
    +#> 9305             25   A69-1303-555 14317 2017-03-19 23:28:00          41
    +#> 9306             25   A69-1303-555 14318 2017-03-19 23:30:00          41
    +#> 9307             25   A69-1303-555 14320 2017-03-19 23:32:00          41
    +#> 9308             25   A69-1303-555 14322 2017-03-19 23:34:00          41
    +#> 9309             25   A69-1303-555 14323 2017-03-19 23:36:00          41
    +#> 9310             25   A69-1303-555 14325 2017-03-19 23:38:00          41
    +#> 9311             25   A69-1303-555 14327 2017-03-19 23:40:00          41
    +#> 9312             25   A69-1303-555 14328 2017-03-19 23:50:00          41
    +#> 9313             25   A69-1303-555 14329 2017-03-19 23:54:00          41
    +#> 9314             25   A69-1303-555 14330 2017-03-19 23:56:00          41
    +#> 9315             25   A69-1303-555 14331 2017-03-19 23:58:00          41
    +#> 9316             25   A69-1303-555 14333 2017-03-20 00:02:00          41
    +#> 9317             25   A69-1303-555 14334 2017-03-20 00:04:00          41
    +#> 9318             25   A69-1303-555 14335 2017-03-20 00:06:00          41
    +#> 9319             25   A69-1303-555 14337 2017-03-20 00:08:00          41
    +#> 9320             25   A69-1303-555 14340 2017-03-20 00:10:00          41
    +#> 9321             25   A69-1303-555 14342 2017-03-20 00:12:00          41
    +#> 9322             25   A69-1303-555 14343 2017-03-20 00:14:00          41
    +#> 9323             25   A69-1303-555 14345 2017-03-20 00:16:00          41
    +#> 9324             25   A69-1303-555 14347 2017-03-20 00:18:00          41
    +#> 9325             25   A69-1303-555 14349 2017-03-20 00:20:00          41
    +#> 9326             25   A69-1303-555 14351 2017-03-20 00:22:00          41
    +#> 9327             25   A69-1303-555 14352 2017-03-20 00:24:00          41
    +#> 9328             25   A69-1303-555 14353 2017-03-20 00:28:00          41
    +#> 9329             25   A69-1303-555 14355 2017-03-20 00:30:00          41
    +#> 9330             25   A69-1303-555 14358 2017-03-20 00:32:00          41
    +#> 9331             25   A69-1303-555 14360 2017-03-20 00:34:00          41
    +#> 9332             25   A69-1303-555 14361 2017-03-20 00:36:00          41
    +#> 9333             25   A69-1303-555 14364 2017-03-20 00:38:00          41
    +#> 9334             25   A69-1303-555 14366 2017-03-20 00:40:00          41
    +#> 9335             25   A69-1303-555 14367 2017-03-20 00:42:00          41
    +#> 9336             25   A69-1303-555 14369 2017-03-20 00:44:00          41
    +#> 9337             25   A69-1303-555 14371 2017-03-20 00:48:00          47
    +#> 9338             25   A69-1303-555 14372 2017-03-20 00:50:00          41
    +#> 9339             25   A69-1303-555 14373 2017-03-20 00:54:00          47
    +#> 9340             25   A69-1303-555 14374 2017-03-20 01:06:00          47
    +#> 9341             25   A69-1303-555 14375 2017-03-20 01:06:00          41
    +#> 9342             25   A69-1303-555 14376 2017-03-20 01:10:00          41
    +#> 9343             25   A69-1303-555 14377 2017-03-20 01:12:00          41
    +#> 9344             25   A69-1303-555 14378 2017-03-20 01:14:00          47
    +#> 9345             25   A69-1303-555 14380 2017-03-20 01:18:00          47
    +#> 9346             25   A69-1303-555 14381 2017-03-20 01:18:00          41
    +#> 9347             25   A69-1303-555 14382 2017-03-20 01:20:00          47
    +#> 9348             25   A69-1303-555 14383 2017-03-20 01:22:00          41
    +#> 9349             25   A69-1303-555 14384 2017-03-20 01:22:00          47
    +#> 9350             25   A69-1303-555 14386 2017-03-20 01:24:00          47
    +#> 9351             25   A69-1303-555 14388 2017-03-20 01:24:00          41
    +#> 9352             25   A69-1303-555 14389 2017-03-20 01:26:00          47
    +#> 9353             25   A69-1303-555 14390 2017-03-20 01:28:00          47
    +#> 9354             25   A69-1303-555 14392 2017-03-20 01:30:00          47
    +#> 9355             25   A69-1303-555 14393 2017-03-20 01:32:00          41
    +#> 9356             25   A69-1303-555 14394 2017-03-20 01:34:00          47
    +#> 9357             25   A69-1303-555 14395 2017-03-20 01:36:00          47
    +#> 9358             25   A69-1303-555 14396 2017-03-20 01:38:00          47
    +#> 9359             25   A69-1303-555 14398 2017-03-20 01:40:00          47
    +#> 9360             25   A69-1303-555 14399 2017-03-20 01:44:00          47
    +#> 9361             25   A69-1303-555 14400 2017-03-20 01:46:00          47
    +#> 9362             25   A69-1303-555 14401 2017-03-20 01:50:00          47
    +#> 9363             25   A69-1303-555 14402 2017-03-20 02:14:00          47
    +#> 9364             25   A69-1303-555 14403 2017-03-20 02:16:00          47
    +#> 9365             25   A69-1303-555 14404 2017-03-20 02:18:00          47
    +#> 9366             25   A69-1303-555 14406 2017-03-20 02:20:00          47
    +#> 9367             25   A69-1303-555 14408 2017-03-20 02:22:00          47
    +#> 9368             25   A69-1303-555 14409 2017-03-20 02:24:00          47
    +#> 9369             25   A69-1303-555 14410 2017-03-22 14:46:00          51
    +#> 9370             25   A69-1303-555 14412 2017-03-22 14:48:00          51
    +#> 9371             25   A69-1303-555 14414 2017-03-22 14:50:00          51
    +#> 9372             25   A69-1303-555 14416 2017-03-22 14:54:00          51
    +#> 9373             25   A69-1303-555 14417 2017-03-22 14:56:00          51
    +#> 9374             25   A69-1303-555 14418 2017-03-22 14:58:00          51
    +#> 9375             25   A69-1303-555 14419 2017-03-22 15:00:00          51
    +#> 9376             25   A69-1303-555 14420 2017-03-22 15:04:00          51
    +#> 9377             25   A69-1303-555 14421 2017-03-22 16:24:00          50
    +#> 9378             25   A69-1303-555 14422 2017-03-22 16:26:00          50
    +#> 9379             25   A69-1303-555 14423 2017-03-23 03:48:00          45
    +#> 9380             25   A69-1303-555 14424 2017-03-23 03:50:00          45
    +#> 9381             25   A69-1303-555 14425 2017-03-23 03:52:00          45
    +#> 9382             25   A69-1303-555 14426 2017-03-23 03:54:00          45
    +#> 9383             25   A69-1303-555 14427 2017-03-23 03:56:00          45
    +#> 9384             25   A69-1303-555 14429 2017-03-23 03:58:00          45
    +#> 9385             25   A69-1303-555 14430 2017-03-23 04:00:00          45
    +#> 9386             25   A69-1303-555 14432 2017-03-23 04:02:00          45
    +#> 9387             25   A69-1303-555 14434 2017-03-23 04:04:00          45
    +#> 9388             25   A69-1303-555 14435 2017-03-23 04:08:00          45
    +#> 9389             25   A69-1303-555 14437 2017-03-23 04:10:00          45
    +#> 9390             25   A69-1303-555 14439 2017-03-23 04:14:00          56
    +#> 9391             25   A69-1303-555 14440 2017-03-23 04:16:00          45
    +#> 9392             25   A69-1303-555 14441 2017-03-23 04:18:00          45
    +#> 9393             25   A69-1303-555 14443 2017-03-23 04:20:00          45
    +#> 9394             25   A69-1303-555 14444 2017-03-23 04:22:00          45
    +#> 9395             25   A69-1303-555 14445 2017-03-23 04:22:00          56
    +#> 9396             25   A69-1303-555 14447 2017-03-23 04:24:00          45
    +#> 9397             25   A69-1303-555 14448 2017-03-23 04:24:00          56
    +#> 9398             25   A69-1303-555 14450 2017-03-23 04:26:00          56
    +#> 9399             25   A69-1303-555 14451 2017-03-23 04:26:00          45
    +#> 9400             25   A69-1303-555 14452 2017-03-23 04:28:00          56
    +#> 9401             25   A69-1303-555 14455 2017-03-23 04:28:00          45
    +#> 9402             25   A69-1303-555 14456 2017-03-23 04:30:00          56
    +#> 9403             25   A69-1303-555 14457 2017-03-23 04:32:00          56
    +#> 9404             25   A69-1303-555 14458 2017-03-23 04:32:00          45
    +#> 9405             25   A69-1303-555 14461 2017-03-23 04:34:00          45
    +#> 9406             25   A69-1303-555 14463 2017-03-23 04:36:00          45
    +#> 9407             25   A69-1303-555 14464 2017-03-23 04:38:00          45
    +#> 9408             25   A69-1303-555 14465 2017-03-23 04:38:00          56
    +#> 9409             25   A69-1303-555 14468 2017-03-23 04:40:00          45
    +#> 9410             25   A69-1303-555 14469 2017-03-23 04:40:00          56
    +#> 9411             25   A69-1303-555 14471 2017-03-23 04:42:00          45
    +#> 9412             25   A69-1303-555 14472 2017-03-23 04:44:00          45
    +#> 9413             25   A69-1303-555 14473 2017-03-23 04:44:00          56
    +#> 9414             25   A69-1303-555 14474 2017-03-23 04:46:00          45
    +#> 9415             25   A69-1303-555 14476 2017-03-23 04:48:00          45
    +#> 9416             25   A69-1303-555 14478 2017-03-23 04:50:00          45
    +#> 9417             25   A69-1303-555 14479 2017-03-23 04:52:00          45
    +#> 9418             25   A69-1303-555 14481 2017-03-23 04:54:00          45
    +#> 9419             25   A69-1303-555 14483 2017-03-23 04:58:00          45
    +#> 9420             25   A69-1303-555 14484 2017-03-23 05:02:00          45
    +#> 9421             25   A69-1303-555 14486 2017-03-23 05:04:00          45
    +#> 9422             25   A69-1303-555 14487 2017-03-23 05:06:00          45
    +#> 9423             25   A69-1303-555 14489 2017-03-23 05:08:00          45
    +#> 9424             25   A69-1303-555 14490 2017-03-23 05:10:00          45
    +#> 9425             25   A69-1303-555 14492 2017-03-23 05:12:00          45
    +#> 9426             25   A69-1303-555 14493 2017-03-23 05:14:00          45
    +#> 9427             25   A69-1303-555 14494 2017-03-23 05:16:00          45
    +#> 9428             25   A69-1303-555 14496 2017-03-23 05:20:00          45
    +#> 9429             25   A69-1303-555 14498 2017-03-23 05:22:00          45
    +#> 9430             25   A69-1303-555 14501 2017-03-23 05:24:00          45
    +#> 9431             25   A69-1303-555 14503 2017-03-23 05:26:00          45
    +#> 9432             25   A69-1303-555 14505 2017-03-23 05:28:00          45
    +#> 9433             25   A69-1303-555 14506 2017-03-23 05:30:00          45
    +#> 9434             25   A69-1303-555 14508 2017-03-23 05:32:00          45
    +#> 9435             25   A69-1303-555 14509 2017-03-23 05:34:00          45
    +#> 9436             25   A69-1303-555 14511 2017-03-23 05:36:00          45
    +#> 9437             25   A69-1303-555 14514 2017-03-23 05:38:00          45
    +#> 9438             25   A69-1303-555 14515 2017-03-23 05:40:00          45
    +#> 9439             25   A69-1303-555 14517 2017-03-23 05:44:00          45
    +#> 9440             25   A69-1303-555 14518 2017-03-23 05:46:00          45
    +#> 9441             25   A69-1303-555 14520 2017-03-23 05:48:00          45
    +#> 9442             25   A69-1303-555 14522 2017-03-23 05:50:00          45
    +#> 9443             25   A69-1303-555 14523 2017-03-23 05:52:00          45
    +#> 9444             25   A69-1303-555 14525 2017-03-23 05:54:00          45
    +#> 9445             25   A69-1303-555 14528 2017-03-23 05:56:00          45
    +#> 9446             25   A69-1303-555 14530 2017-03-23 05:58:00          45
    +#> 9447             25   A69-1303-555 14533 2017-03-23 06:00:00          45
    +#> 9448             25   A69-1303-555 14535 2017-03-23 06:02:00          45
    +#> 9449             25   A69-1303-555 14536 2017-03-23 06:04:00          45
    +#> 9450             25   A69-1303-555 14538 2017-03-23 06:06:00          45
    +#> 9451             25   A69-1303-555 14540 2017-03-23 06:08:00          45
    +#> 9452             25   A69-1303-555 14541 2017-03-23 06:10:00          45
    +#> 9453             25   A69-1303-555 14543 2017-03-23 06:12:00          45
    +#> 9454             25   A69-1303-555 14546 2017-03-23 06:14:00          45
    +#> 9455             25   A69-1303-555 14548 2017-03-23 06:16:00          45
    +#> 9456             25   A69-1303-555 14550 2017-03-23 06:18:00          45
    +#> 9457             25   A69-1303-555 14552 2017-03-23 06:20:00          45
    +#> 9458             25   A69-1303-555 14554 2017-03-23 06:22:00          45
    +#> 9459             25   A69-1303-555 14555 2017-03-23 06:24:00          45
    +#> 9460             25   A69-1303-555 14557 2017-03-23 06:26:00          45
    +#> 9461             25   A69-1303-555 14558 2017-03-23 06:28:00          45
    +#> 9462             25   A69-1303-555 14560 2017-03-23 06:30:00          45
    +#> 9463             25   A69-1303-555 14562 2017-03-23 06:32:00          45
    +#> 9464             25   A69-1303-555 14564 2017-03-23 06:34:00          45
    +#> 9465             25   A69-1303-555 14566 2017-03-23 06:38:00          45
    +#> 9466             25   A69-1303-555 14568 2017-03-23 06:40:00          45
    +#> 9467             25   A69-1303-555 14570 2017-03-23 06:42:00          45
    +#> 9468             25   A69-1303-555 14572 2017-03-23 06:44:00          45
    +#> 9469             25   A69-1303-555 14574 2017-03-23 06:46:00          45
    +#> 9470             25   A69-1303-555 14576 2017-03-23 06:48:00          45
    +#> 9471             25   A69-1303-555 14578 2017-03-23 06:52:00          45
    +#> 9472             25   A69-1303-555 14579 2017-03-23 06:54:00          45
    +#> 9473             25   A69-1303-555 14582 2017-03-23 06:56:00          45
    +#> 9474             25   A69-1303-555 14583 2017-03-23 06:58:00          45
    +#> 9475             25   A69-1303-555 14585 2017-03-23 07:00:00          45
    +#> 9476             25   A69-1303-555 14587 2017-03-23 07:02:00          45
    +#> 9477             25   A69-1303-555 14588 2017-03-23 07:04:00          45
    +#> 9478             25   A69-1303-555 14589 2017-03-23 07:06:00          45
    +#> 9479             25   A69-1303-555 14591 2017-03-23 07:08:00          45
    +#> 9480             25   A69-1303-555 14592 2017-03-23 07:10:00          45
    +#> 9481             25   A69-1303-555 14593 2017-03-23 07:12:00          45
    +#> 9482             25   A69-1303-555 14595 2017-03-23 07:14:00          45
    +#> 9483             25   A69-1303-555 14596 2017-03-23 07:16:00          45
    +#> 9484             25   A69-1303-555 14597 2017-03-23 07:18:00          45
    +#> 9485             25   A69-1303-555 14598 2017-03-23 07:20:00          45
    +#> 9486             25   A69-1303-555 14599 2017-03-23 07:22:00          45
    +#> 9487             25   A69-1303-555 14601 2017-03-23 07:24:00          45
    +#> 9488             25   A69-1303-555 14603 2017-03-23 07:26:00          45
    +#> 9489             25   A69-1303-555 14604 2017-03-23 07:28:00          45
    +#> 9490             25   A69-1303-555 14606 2017-03-23 07:30:00          45
    +#> 9491             25   A69-1303-555 14608 2017-03-23 07:32:00          45
    +#> 9492             25   A69-1303-555 14609 2017-03-23 07:34:00          45
    +#> 9493             25   A69-1303-555 14611 2017-03-23 07:36:00          45
    +#> 9494             25   A69-1303-555 14613 2017-03-23 07:38:00          45
    +#> 9495             25   A69-1303-555 14615 2017-03-23 07:40:00          45
    +#> 9496             25   A69-1303-555 14616 2017-03-23 07:42:00          45
    +#> 9497             25   A69-1303-555 14618 2017-03-23 07:44:00          45
    +#> 9498             25   A69-1303-555 14619 2017-03-23 07:46:00          45
    +#> 9499             25   A69-1303-555 14621 2017-03-23 07:48:00          45
    +#> 9500             25   A69-1303-555 14622 2017-03-23 07:50:00          45
    +#> 9501             25   A69-1303-555 14623 2017-03-23 07:52:00          45
    +#> 9502             25   A69-1303-555 14625 2017-03-23 07:54:00          45
    +#> 9503             25   A69-1303-555 14628 2017-03-23 07:56:00          45
    +#> 9504             25   A69-1303-555 14630 2017-03-23 07:58:00          45
    +#> 9505             25   A69-1303-555 14632 2017-03-23 08:00:00          45
    +#> 9506             25   A69-1303-555 14634 2017-03-23 08:02:00          45
    +#> 9507             25   A69-1303-555 14636 2017-03-23 08:04:00          45
    +#> 9508             25   A69-1303-555 14637 2017-03-23 08:06:00          45
    +#> 9509             25   A69-1303-555 14638 2017-03-23 08:08:00          45
    +#> 9510             25   A69-1303-555 14641 2017-03-23 08:12:00          45
    +#> 9511             25   A69-1303-555 14643 2017-03-23 08:14:00          45
    +#> 9512             25   A69-1303-555 14645 2017-03-23 08:16:00          45
    +#> 9513             25   A69-1303-555 14647 2017-03-23 08:18:00          45
    +#> 9514             25   A69-1303-555 14649 2017-03-23 08:20:00          45
    +#> 9515             25   A69-1303-555 14650 2017-03-23 08:22:00          45
    +#> 9516             25   A69-1303-555 14651 2017-03-23 08:24:00          45
    +#> 9517             25   A69-1303-555 14653 2017-03-23 08:26:00          45
    +#> 9518             25   A69-1303-555 14655 2017-03-23 08:28:00          45
    +#> 9519             25   A69-1303-555 14657 2017-03-23 08:30:00          45
    +#> 9520             25   A69-1303-555 14659 2017-03-23 08:32:00          45
    +#> 9521             25   A69-1303-555 14661 2017-03-23 08:34:00          45
    +#> 9522             25   A69-1303-555 14663 2017-03-23 08:36:00          45
    +#> 9523             25   A69-1303-555 14665 2017-03-23 08:38:00          45
    +#> 9524             25   A69-1303-555 14666 2017-03-23 08:40:00          45
    +#> 9525             25   A69-1303-555 14668 2017-03-23 08:42:00          45
    +#> 9526             25   A69-1303-555 14670 2017-03-23 08:44:00          45
    +#> 9527             25   A69-1303-555 14672 2017-03-23 08:46:00          45
    +#> 9528             25   A69-1303-555 14674 2017-03-23 08:48:00          45
    +#> 9529             25   A69-1303-555 14675 2017-03-23 08:50:00          45
    +#> 9530             25   A69-1303-555 14676 2017-03-23 08:52:00          45
    +#> 9531             25   A69-1303-555 14678 2017-03-23 08:54:00          45
    +#> 9532             25   A69-1303-555 14679 2017-03-23 08:56:00          45
    +#> 9533             25   A69-1303-555 14681 2017-03-23 08:58:00          45
    +#> 9534             25   A69-1303-555 14682 2017-03-23 09:00:00          45
    +#> 9535             25   A69-1303-555 14684 2017-03-23 09:02:00          45
    +#> 9536             25   A69-1303-555 14686 2017-03-23 09:04:00          45
    +#> 9537             25   A69-1303-555 14688 2017-03-23 09:06:00          45
    +#> 9538             25   A69-1303-555 14690 2017-03-23 09:08:00          45
    +#> 9539             25   A69-1303-555 14691 2017-03-23 09:18:00          45
    +#> 9540             25   A69-1303-555 14692 2017-03-23 09:20:00          45
    +#> 9541             25   A69-1303-555 14694 2017-03-23 09:26:00          45
    +#> 9542             25   A69-1303-555 14696 2017-03-23 09:28:00          45
    +#> 9543             25   A69-1303-555 14699 2017-03-23 09:30:00          45
    +#> 9544             25   A69-1303-555 14700 2017-03-23 09:32:00          45
    +#> 9545             25   A69-1303-555 14702 2017-03-23 09:34:00          45
    +#> 9546             25   A69-1303-555 14703 2017-03-23 09:36:00          45
    +#> 9547             25   A69-1303-555 14704 2017-03-23 09:40:00          45
    +#> 9548             25   A69-1303-555 14705 2017-03-23 09:42:00          45
    +#> 9549             25   A69-1303-555 14706 2017-03-23 09:44:00          45
    +#> 9550             25   A69-1303-555 14708 2017-03-23 09:46:00          45
    +#> 9551             25   A69-1303-555 14710 2017-03-23 09:48:00          45
    +#> 9552             25   A69-1303-555 14711 2017-03-23 09:50:00          45
    +#> 9553             25   A69-1303-555 14712 2017-03-23 09:52:00          45
    +#> 9554             25   A69-1303-555 14713 2017-03-23 09:54:00          45
    +#> 9555             25   A69-1303-555 14715 2017-03-23 09:56:00          45
    +#> 9556             25   A69-1303-555 14717 2017-03-23 09:58:00          45
    +#> 9557             25   A69-1303-555 14719 2017-03-23 10:00:00          45
    +#> 9558             25   A69-1303-555 14721 2017-03-23 10:02:00          45
    +#> 9559             25   A69-1303-555 14722 2017-03-23 10:04:00          45
    +#> 9560             25   A69-1303-555 14724 2017-03-23 10:06:00          45
    +#> 9561             25   A69-1303-555 14725 2017-03-23 10:12:00          45
    +#> 9562             25   A69-1303-555 14727 2017-03-23 10:16:00          45
    +#> 9563             25   A69-1303-555 14729 2017-03-23 10:18:00          45
    +#> 9564             25   A69-1303-555 14731 2017-03-23 10:22:00          45
    +#> 9565             25   A69-1303-555 14732 2017-03-23 10:24:00          45
    +#> 9566             25   A69-1303-555 14734 2017-03-23 10:26:00          45
    +#> 9567             25   A69-1303-555 14735 2017-03-23 10:28:00          45
    +#> 9568             25   A69-1303-555 14737 2017-03-23 10:32:00          45
    +#> 9569             25   A69-1303-555 14738 2017-03-23 10:34:00          45
    +#> 9570             25   A69-1303-555 14740 2017-03-23 10:38:00          45
    +#> 9571             25   A69-1303-555 14742 2017-03-23 10:40:00          45
    +#> 9572             25   A69-1303-555 14744 2017-03-23 10:42:00          45
    +#> 9573             25   A69-1303-555 14745 2017-03-23 10:46:00          45
    +#> 9574             25   A69-1303-555 14746 2017-03-23 10:48:00          45
    +#> 9575             25   A69-1303-555 14747 2017-03-23 10:50:00          45
    +#> 9576             25   A69-1303-555 14748 2017-03-23 10:52:00          45
    +#> 9577             25   A69-1303-555 14749 2017-03-23 10:56:00          45
    +#> 9578             25   A69-1303-555 14752 2017-03-23 10:58:00          45
    +#> 9579             25   A69-1303-555 14753 2017-03-23 11:00:00          45
    +#> 9580             25   A69-1303-555 14755 2017-03-23 11:02:00          45
    +#> 9581             25   A69-1303-555 14756 2017-03-23 11:06:00          45
    +#> 9582             25   A69-1303-555 14758 2017-03-23 11:08:00          45
    +#> 9583             25   A69-1303-555 14759 2017-03-23 11:10:00          45
    +#> 9584             25   A69-1303-555 14760 2017-03-23 11:12:00          45
    +#> 9585             25   A69-1303-555 14762 2017-03-23 11:16:00          45
    +#> 9586             25   A69-1303-555 14764 2017-03-23 11:18:00          45
    +#> 9587             25   A69-1303-555 14765 2017-03-23 11:22:00          45
    +#> 9588             25   A69-1303-555 14766 2017-03-23 11:24:00          45
    +#> 9589             25   A69-1303-555 14767 2017-03-23 11:26:00          45
    +#> 9590             25   A69-1303-555 14768 2017-03-23 11:28:00          45
    +#> 9591             25   A69-1303-555 14769 2017-03-23 11:34:00          45
    +#> 9592             25   A69-1303-555 14772 2017-03-23 11:36:00          45
    +#> 9593             25   A69-1303-555 14774 2017-03-23 11:38:00          45
    +#> 9594             25   A69-1303-555 14775 2017-03-23 11:40:00          45
    +#> 9595             25   A69-1303-555 14776 2017-03-23 11:42:00          45
    +#> 9596             25   A69-1303-555 14777 2017-03-23 11:46:00          45
    +#> 9597             25   A69-1303-555 14778 2017-03-23 11:48:00          45
    +#> 9598             25   A69-1303-555 14779 2017-03-23 11:50:00          45
    +#> 9599             25   A69-1303-555 14782 2017-03-23 11:52:00          45
    +#> 9600             25   A69-1303-555 14783 2017-03-23 11:54:00          45
    +#> 9601             25   A69-1303-555 14784 2017-03-23 11:58:00          45
    +#> 9602             25   A69-1303-555 14785 2017-03-23 12:02:00          45
    +#> 9603             25   A69-1303-555 14786 2017-03-23 12:06:00          45
    +#> 9604             25   A69-1303-555 14787 2017-03-23 12:08:00          45
    +#> 9605             25   A69-1303-555 14788 2017-03-23 12:16:00          45
    +#> 9606             25   A69-1303-555 14789 2017-03-23 12:18:00          45
    +#> 9607             25   A69-1303-555 14790 2017-03-23 12:20:00          45
    +#> 9608             25   A69-1303-555 14791 2017-03-23 12:24:00          45
    +#> 9609             25   A69-1303-555 14792 2017-03-23 12:26:00          45
    +#> 9610             25   A69-1303-555 14793 2017-03-23 12:32:00          45
    +#> 9611             25   A69-1303-555 14794 2017-03-23 12:34:00          45
    +#> 9612             25   A69-1303-555 14795 2017-03-23 12:36:00          45
    +#> 9613             25   A69-1303-555 14796 2017-03-23 12:38:00          45
    +#> 9614             25   A69-1303-555 14797 2017-03-23 12:44:00          45
    +#> 9615             25   A69-1303-555 14798 2017-03-23 12:46:00          45
    +#> 9616             25   A69-1303-555 14799 2017-03-23 12:48:00          45
    +#> 9617             25   A69-1303-555 14800 2017-03-23 12:50:00          45
    +#> 9618             25   A69-1303-555 14802 2017-03-23 12:52:00          45
    +#> 9619             25   A69-1303-555 14803 2017-03-23 12:56:00          45
    +#> 9620             25   A69-1303-555 14804 2017-03-23 12:58:00          45
    +#> 9621             25   A69-1303-555 14805 2017-03-23 13:04:00          45
    +#> 9622             25   A69-1303-555 14806 2017-03-23 13:06:00          45
    +#> 9623             25   A69-1303-555 14807 2017-03-23 13:14:00          45
    +#> 9624             25   A69-1303-555 14808 2017-03-23 13:16:00          45
    +#> 9625             25   A69-1303-555 14809 2017-03-23 13:20:00          45
    +#> 9626             25   A69-1303-555 14810 2017-03-23 13:22:00          45
    +#> 9627             25   A69-1303-555 14812 2017-03-23 13:24:00          45
    +#> 9628             25   A69-1303-555 14814 2017-03-23 13:26:00          45
    +#> 9629             25   A69-1303-555 14817 2017-03-23 13:28:00          45
    +#> 9630             25   A69-1303-555 14818 2017-03-23 13:32:00          45
    +#> 9631             25   A69-1303-555 14821 2017-03-23 13:34:00          45
    +#> 9632             25   A69-1303-555 14822 2017-03-23 13:36:00          45
    +#> 9633             25   A69-1303-555 14824 2017-03-23 13:38:00          45
    +#> 9634             25   A69-1303-555 14825 2017-03-23 13:40:00          45
    +#> 9635             25   A69-1303-555 14828 2017-03-23 13:42:00          45
    +#> 9636             25   A69-1303-555 14829 2017-03-23 13:44:00          45
    +#> 9637             25   A69-1303-555 14831 2017-03-23 13:48:00          45
    +#> 9638             25   A69-1303-555 14832 2017-03-23 13:52:00          45
    +#> 9639             25   A69-1303-555 14833 2017-03-23 14:02:00          45
    +#> 9640             25   A69-1303-555 14834 2017-03-23 14:08:00          45
    +#> 9641             25   A69-1303-555 14836 2017-03-23 14:10:00          45
    +#> 9642             25   A69-1303-555 14839 2017-03-23 14:12:00          45
    +#> 9643             25   A69-1303-555 14840 2017-03-23 17:06:00          45
    +#> 9644             25   A69-1303-555 14841 2017-03-23 17:08:00          45
    +#> 9645             25   A69-1303-555 14843 2017-03-23 17:22:00          45
    +#> 9646             25   A69-1303-555 14844 2017-03-23 17:26:00          45
    +#> 9647             25   A69-1303-555 14845 2017-03-23 17:32:00          45
    +#> 9648             25   A69-1303-555 14848 2017-03-23 17:34:00          45
    +#> 9649             25   A69-1303-555 14849 2017-03-23 17:38:00          45
    +#> 9650             25   A69-1303-555 14851 2017-03-23 17:44:00          45
    +#> 9651             25   A69-1303-555 14852 2017-03-23 17:46:00          45
    +#> 9652             25   A69-1303-555 14853 2017-03-23 17:48:00          45
    +#> 9653             25   A69-1303-555 14854 2017-03-23 17:50:00          45
    +#> 9654             25   A69-1303-555 14855 2017-03-23 17:52:00          45
    +#> 9655             25   A69-1303-555 14857 2017-03-23 18:00:00          45
    +#> 9656             25   A69-1303-555 14858 2017-03-23 18:04:00          45
    +#> 9657             25   A69-1303-555 14859 2017-03-23 18:08:00          45
    +#> 9658             25   A69-1303-555 14860 2017-03-23 18:24:00          45
    +#> 9659             25   A69-1303-555 14862 2017-03-23 18:26:00          45
    +#> 9660             25   A69-1303-555 14863 2017-03-23 18:28:00          45
    +#> 9661             25   A69-1303-555 14865 2017-03-23 18:30:00          45
    +#> 9662             25   A69-1303-555 14867 2017-03-23 18:32:00          45
    +#> 9663             25   A69-1303-555 14869 2017-03-23 18:36:00          45
    +#> 9664             25   A69-1303-555 14871 2017-03-23 18:38:00          45
    +#> 9665             25   A69-1303-555 14872 2017-03-23 18:40:00          45
    +#> 9666             25   A69-1303-555 14873 2017-03-23 18:42:00          45
    +#> 9667             25   A69-1303-555 14874 2017-03-23 18:44:00          45
    +#> 9668             25   A69-1303-555 14875 2017-03-23 18:50:00          45
    +#> 9669             25   A69-1303-555 14876 2017-03-23 18:54:00          45
    +#> 9670             25   A69-1303-555 14877 2017-03-23 19:02:00          45
    +#> 9671             25   A69-1303-555 14879 2017-03-23 19:06:00          45
    +#> 9672             25   A69-1303-555 14880 2017-03-23 19:08:00          45
    +#> 9673             25   A69-1303-555 14881 2017-03-23 19:10:00          45
    +#> 9674             25   A69-1303-555 14883 2017-03-23 19:12:00          45
    +#> 9675             25   A69-1303-555 14884 2017-03-23 19:16:00          45
    +#> 9676             25   A69-1303-555 14886 2017-03-23 19:18:00          45
    +#> 9677             25   A69-1303-555 14888 2017-03-23 19:20:00          45
    +#> 9678             25   A69-1303-555 14890 2017-03-23 19:22:00          45
    +#> 9679             25   A69-1303-555 14892 2017-03-23 19:24:00          45
    +#> 9680             25   A69-1303-555 14894 2017-03-23 19:26:00          45
    +#> 9681             25   A69-1303-555 14896 2017-03-23 19:28:00          45
    +#> 9682             25   A69-1303-555 14897 2017-03-23 19:30:00          45
    +#> 9683             25   A69-1303-555 14898 2017-03-23 19:32:00          45
    +#> 9684             25   A69-1303-555 14899 2017-03-23 19:34:00          45
    +#> 9685             25   A69-1303-555 14900 2017-03-23 19:36:00          45
    +#> 9686             25   A69-1303-555 14901 2017-03-23 19:38:00          45
    +#> 9687             25   A69-1303-555 14902 2017-03-23 19:42:00          45
    +#> 9688             25   A69-1303-555 14903 2017-03-23 19:44:00          45
    +#> 9689             25   A69-1303-555 14906 2017-03-23 19:58:00          56
    +#> 9690             25   A69-1303-555 14907 2017-03-23 20:00:00          45
    +#> 9691             25   A69-1303-555 14909 2017-03-23 20:02:00          56
    +#> 9692             25   A69-1303-555 14910 2017-03-23 20:02:00          45
    +#> 9693             25   A69-1303-555 14911 2017-03-23 20:04:00          45
    +#> 9694             25   A69-1303-555 14913 2017-03-23 20:06:00          56
    +#> 9695             25   A69-1303-555 14914 2017-03-23 20:06:00          45
    +#> 9696             25   A69-1303-555 14917 2017-03-23 20:08:00          56
    +#> 9697             25   A69-1303-555 14918 2017-03-23 20:08:00          45
    +#> 9698             25   A69-1303-555 14919 2017-03-23 20:10:00          45
    +#> 9699             25   A69-1303-555 14920 2017-03-23 20:10:00          56
    +#> 9700             25   A69-1303-555 14923 2017-03-23 20:12:00          45
    +#> 9701             25   A69-1303-555 14924 2017-03-23 20:12:00          56
    +#> 9702             25   A69-1303-555 14926 2017-03-23 20:14:00          56
    +#> 9703             25   A69-1303-555 14928 2017-03-23 20:16:00          45
    +#> 9704             25   A69-1303-555 14929 2017-03-23 20:16:00          56
    +#> 9705             25   A69-1303-555 14930 2017-03-23 20:18:00          56
    +#> 9706             25   A69-1303-555 14932 2017-03-23 20:20:00          56
    +#> 9707             25   A69-1303-555 14934 2017-03-23 20:20:00          45
    +#> 9708             25   A69-1303-555 14935 2017-03-23 20:22:00          45
    +#> 9709             25   A69-1303-555 14936 2017-03-23 20:22:00          56
    +#> 9710             25   A69-1303-555 14938 2017-03-23 20:24:00          56
    +#> 9711             25   A69-1303-555 14939 2017-03-23 20:24:00          45
    +#> 9712             25   A69-1303-555 14940 2017-03-23 20:26:00          56
    +#> 9713             25   A69-1303-555 14941 2017-03-23 20:28:00          56
    +#> 9714             25   A69-1303-555 14943 2017-03-23 20:30:00          56
    +#> 9715             25   A69-1303-555 14944 2017-03-23 20:32:00          56
    +#> 9716             25   A69-1303-555 14946 2017-03-23 20:36:00          56
    +#> 9717             25   A69-1303-555 14948 2017-03-23 20:38:00          56
    +#> 9718             25   A69-1303-555 14950 2017-03-23 20:40:00          45
    +#> 9719             25   A69-1303-555 14951 2017-03-23 20:40:00          56
    +#> 9720             25   A69-1303-555 14953 2017-03-23 20:42:00          56
    +#> 9721             25   A69-1303-555 14954 2017-03-23 20:42:00          45
    +#> 9722             25   A69-1303-555 14955 2017-03-23 20:44:00          56
    +#> 9723             25   A69-1303-555 14956 2017-03-23 20:44:00          45
    +#> 9724             25   A69-1303-555 14958 2017-03-23 20:46:00          45
    +#> 9725             25   A69-1303-555 14959 2017-03-23 20:48:00          45
    +#> 9726             25   A69-1303-555 14962 2017-03-23 20:50:00          45
    +#> 9727             25   A69-1303-555 14963 2017-03-23 20:52:00          45
    +#> 9728             25   A69-1303-555 14965 2017-03-23 20:54:00          45
    +#> 9729             25   A69-1303-555 14966 2017-03-23 20:56:00          45
    +#> 9730             25   A69-1303-555 14967 2017-03-23 20:58:00          56
    +#> 9731             25   A69-1303-555 14968 2017-03-23 20:58:00          45
    +#> 9732             25   A69-1303-555 14969 2017-03-23 21:04:00          56
    +#> 9733             25   A69-1303-555 14970 2017-03-23 21:04:00          45
    +#> 9734             25   A69-1303-555 14971 2017-03-23 21:06:00          45
    +#> 9735             25   A69-1303-555 14973 2017-03-23 21:08:00          45
    +#> 9736             25   A69-1303-555 14974 2017-03-23 21:10:00          45
    +#> 9737             25   A69-1303-555 14975 2017-03-23 21:12:00          45
    +#> 9738             25   A69-1303-555 14976 2017-03-23 21:14:00          45
    +#> 9739             25   A69-1303-555 14978 2017-03-23 21:18:00          45
    +#> 9740             25   A69-1303-555 14980 2017-03-23 21:20:00          45
    +#> 9741             25   A69-1303-555 14981 2017-03-23 21:22:00          45
    +#> 9742             25   A69-1303-555 14983 2017-03-23 21:24:00          45
    +#> 9743             25   A69-1303-555 14985 2017-03-23 21:26:00          45
    +#> 9744             25   A69-1303-555 14986 2017-03-23 21:30:00          45
    +#> 9745             25   A69-1303-555 14988 2017-03-23 21:32:00          45
    +#> 9746             25   A69-1303-555 14991 2017-03-23 21:34:00          45
    +#> 9747             25   A69-1303-555 14993 2017-03-23 21:36:00          45
    +#> 9748             25   A69-1303-555 14995 2017-03-23 21:38:00          45
    +#> 9749             25   A69-1303-555 14996 2017-03-23 21:40:00          45
    +#> 9750             25   A69-1303-555 14997 2017-03-25 00:06:00          51
    +#> 9751             25   A69-1303-555 14999 2017-03-25 00:08:00          51
    +#> 9752             25   A69-1303-555 15000 2017-03-25 00:10:00          51
    +#> 9753             25   A69-1303-555 15001 2017-03-25 00:12:00          50
    +#> 9754             25   A69-1303-555 15002 2017-03-25 00:16:00          50
    +#> 9755             25   A69-1303-555 15003 2017-03-27 22:50:00          51
    +#> 9756             25   A69-1303-555 15004 2017-03-27 22:54:00          51
    +#> 9757             25   A69-1303-555 15006 2017-03-27 22:56:00          51
    +#> 9758             25   A69-1303-555 15007 2017-03-27 22:58:00          51
    +#> 9759             25   A69-1303-555 15008 2017-03-27 23:00:00          51
    +#> 9760             25   A69-1303-555 15009 2017-03-27 23:02:00          51
    +#> 9761             25   A69-1303-555 15012 2017-03-27 23:04:00          51
    +#> 9762             25   A69-1303-555 15013 2017-03-27 23:06:00          51
    +#> 9763             25   A69-1303-555 15014 2017-03-27 23:08:00          51
    +#> 9764             25   A69-1303-555 15015 2017-03-27 23:10:00          51
    +#> 9765             25   A69-1303-555 15018 2017-03-27 23:12:00          51
    +#> 9766             25   A69-1303-555 15019 2017-03-27 23:14:00          51
    +#> 9767             25   A69-1303-555 15020 2017-03-27 23:16:00          51
    +#> 9768             25   A69-1303-555 15023 2017-03-27 23:18:00          51
    +#> 9769             25   A69-1303-555 15024 2017-03-27 23:20:00          51
    +#> 9770             25   A69-1303-555 15027 2017-03-27 23:22:00          51
    +#> 9771             25   A69-1303-555 15029 2017-03-27 23:24:00          51
    +#> 9772             25   A69-1303-555 15030 2017-03-27 23:26:00          51
    +#> 9773             25   A69-1303-555 15032 2017-03-27 23:28:00          51
    +#> 9774             25   A69-1303-555 15033 2017-03-27 23:30:00          51
    +#> 9775             25   A69-1303-555 15034 2017-03-27 23:32:00          51
    +#> 9776             25   A69-1303-555 15035 2017-03-27 23:38:00          51
    +#> 9777             25   A69-1303-555 15036 2017-03-28 11:22:00          48
    +#> 9778             25   A69-1303-555 15037 2017-03-28 11:24:00          48
    +#> 9779             25   A69-1303-555 15038 2017-03-28 11:26:00          48
    +#> 9780             25   A69-1303-555 15041 2017-03-28 11:28:00          48
    +#> 9781             25   A69-1303-555 15042 2017-03-28 11:30:00          48
    +#> 9782             25   A69-1303-555 15043 2017-03-28 11:32:00          48
    +#> 9783             25   A69-1303-555 15046 2017-03-28 11:34:00          48
    +#> 9784             25   A69-1303-555 15047 2017-03-28 11:36:00          48
    +#> 9785             25   A69-1303-555 15049 2017-03-28 11:38:00          48
    +#> 9786             25   A69-1303-555 15051 2017-03-28 11:40:00          48
    +#> 9787             25   A69-1303-555 15052 2017-03-28 11:42:00          48
    +#> 9788             25   A69-1303-555 15054 2017-03-28 11:44:00          48
    +#> 9789             25   A69-1303-555 15055 2017-03-28 11:46:00          48
    +#> 9790             25   A69-1303-555 15057 2017-03-28 11:48:00          48
    +#> 9791             25   A69-1303-555 15059 2017-03-29 00:42:00          45
    +#> 9792             25   A69-1303-555 15060 2017-03-29 00:44:00          45
    +#> 9793             25   A69-1303-555 15061 2017-03-29 00:56:00          45
    +#> 9794             25   A69-1303-555 15062 2017-03-29 00:58:00          45
    +#> 9795             25   A69-1303-555 15063 2017-03-29 01:00:00          45
    +#> 9796             25   A69-1303-555 15064 2017-03-29 01:22:00          45
    +#> 9797             25   A69-1303-555 15065 2017-03-29 01:32:00          45
    +#> 9798             25   A69-1303-555 15066 2017-03-29 01:38:00          45
    +#> 9799             25   A69-1303-555 15067 2017-03-29 01:40:00          45
    +#> 9800             25   A69-1303-555 15068 2017-03-29 01:44:00          45
    +#> 9801             25   A69-1303-555 15070 2017-03-29 01:50:00          45
    +#> 9802             25   A69-1303-555 15072 2017-03-29 01:52:00          45
    +#> 9803             25   A69-1303-555 15073 2017-03-29 01:54:00          45
    +#> 9804             25   A69-1303-555 15074 2017-03-29 01:56:00          45
    +#> 9805             25   A69-1303-555 15075 2017-03-29 01:58:00          45
    +#> 9806             25   A69-1303-555 15077 2017-03-29 02:00:00          45
    +#> 9807             25   A69-1303-555 15079 2017-03-29 02:02:00          45
    +#> 9808             25   A69-1303-555 15081 2017-03-29 02:08:00          45
    +#> 9809             25   A69-1303-555 15082 2017-03-29 02:12:00          45
    +#> 9810             25   A69-1303-555 15084 2017-03-29 02:14:00          45
    +#> 9811             25   A69-1303-555 15085 2017-03-29 02:16:00          45
    +#> 9812             25   A69-1303-555 15087 2017-03-29 02:18:00          45
    +#> 9813             25   A69-1303-555 15089 2017-03-29 02:20:00          45
    +#> 9814             25   A69-1303-555 15091 2017-03-29 02:22:00          45
    +#> 9815             25   A69-1303-555 15092 2017-03-29 02:24:00          45
    +#> 9816             25   A69-1303-555 15094 2017-03-29 02:28:00          45
    +#> 9817             25   A69-1303-555 15096 2017-03-29 02:30:00          45
    +#> 9818             25   A69-1303-555 15097 2017-03-29 02:32:00          45
    +#> 9819             25   A69-1303-555 15098 2017-03-29 02:34:00          45
    +#> 9820             25   A69-1303-555 15100 2017-03-29 02:36:00          45
    +#> 9821             25   A69-1303-555 15101 2017-03-29 02:38:00          45
    +#> 9822             25   A69-1303-555 15102 2017-03-29 02:40:00          45
    +#> 9823             25   A69-1303-555 15103 2017-03-29 02:42:00          45
    +#> 9824             25   A69-1303-555 15104 2017-03-29 02:44:00          45
    +#> 9825             25   A69-1303-555 15106 2017-03-29 02:46:00          45
    +#> 9826             25   A69-1303-555 15107 2017-03-29 02:48:00          45
    +#> 9827             25   A69-1303-555 15108 2017-03-29 02:50:00          45
    +#> 9828             25   A69-1303-555 15110 2017-03-29 02:52:00          45
    +#> 9829             25   A69-1303-555 15112 2017-03-29 02:54:00          45
    +#> 9830             25   A69-1303-555 15114 2017-03-29 02:56:00          45
    +#> 9831             25   A69-1303-555 15116 2017-03-29 02:58:00          45
    +#> 9832             25   A69-1303-555 15118 2017-03-29 03:00:00          45
    +#> 9833             25   A69-1303-555 15120 2017-03-29 03:02:00          45
    +#> 9834             25   A69-1303-555 15121 2017-03-29 03:04:00          45
    +#> 9835             25   A69-1303-555 15123 2017-03-29 03:06:00          45
    +#> 9836             25   A69-1303-555 15124 2017-03-29 03:08:00          45
    +#> 9837             25   A69-1303-555 15125 2017-03-29 03:10:00          45
    +#> 9838             25   A69-1303-555 15127 2017-03-29 03:12:00          45
    +#> 9839             25   A69-1303-555 15130 2017-03-29 03:14:00          45
    +#> 9840             25   A69-1303-555 15132 2017-03-29 03:16:00          45
    +#> 9841             25   A69-1303-555 15134 2017-03-29 03:18:00          45
    +#> 9842             25   A69-1303-555 15135 2017-03-29 03:20:00          45
    +#> 9843             25   A69-1303-555 15137 2017-03-29 03:22:00          45
    +#> 9844             25   A69-1303-555 15139 2017-03-29 03:24:00          45
    +#> 9845             25   A69-1303-555 15140 2017-03-29 03:26:00          45
    +#> 9846             25   A69-1303-555 15142 2017-03-29 03:28:00          45
    +#> 9847             25   A69-1303-555 15143 2017-03-29 03:30:00          45
    +#> 9848             25   A69-1303-555 15145 2017-03-29 03:32:00          45
    +#> 9849             25   A69-1303-555 15147 2017-03-29 03:34:00          45
    +#> 9850             25   A69-1303-555 15150 2017-03-29 03:36:00          45
    +#> 9851             25   A69-1303-555 15152 2017-03-29 03:38:00          45
    +#> 9852             25   A69-1303-555 15154 2017-03-29 03:40:00          45
    +#> 9853             25   A69-1303-555 15155 2017-03-29 03:42:00          45
    +#> 9854             25   A69-1303-555 15156 2017-03-29 03:44:00          45
    +#> 9855             25   A69-1303-555 15158 2017-03-29 03:46:00          45
    +#> 9856             25   A69-1303-555 15160 2017-03-29 03:48:00          45
    +#> 9857             25   A69-1303-555 15162 2017-03-29 03:50:00          45
    +#> 9858             25   A69-1303-555 15164 2017-03-29 03:52:00          45
    +#> 9859             25   A69-1303-555 15165 2017-03-29 03:54:00          45
    +#> 9860             25   A69-1303-555 15167 2017-03-29 03:56:00          45
    +#> 9861             25   A69-1303-555 15168 2017-03-29 03:58:00          45
    +#> 9862             25   A69-1303-555 15169 2017-03-29 04:00:00          45
    +#> 9863             25   A69-1303-555 15172 2017-03-29 04:02:00          45
    +#> 9864             25   A69-1303-555 15174 2017-03-29 04:04:00          45
    +#> 9865             25   A69-1303-555 15175 2017-03-29 04:08:00          45
    +#> 9866             25   A69-1303-555 15177 2017-03-29 04:10:00          45
    +#> 9867             25   A69-1303-555 15178 2017-03-29 04:12:00          45
    +#> 9868             25   A69-1303-555 15180 2017-03-29 04:14:00          45
    +#> 9869             25   A69-1303-555 15181 2017-03-29 04:16:00          45
    +#> 9870             25   A69-1303-555 15182 2017-03-29 04:18:00          45
    +#> 9871             25   A69-1303-555 15184 2017-03-29 04:20:00          45
    +#> 9872             25   A69-1303-555 15185 2017-03-29 04:22:00          45
    +#> 9873             25   A69-1303-555 15187 2017-03-29 04:24:00          45
    +#> 9874             25   A69-1303-555 15188 2017-03-29 04:26:00          45
    +#> 9875             25   A69-1303-555 15190 2017-03-29 04:28:00          45
    +#> 9876             25   A69-1303-555 15192 2017-03-29 04:30:00          45
    +#> 9877             25   A69-1303-555 15194 2017-03-29 04:32:00          45
    +#> 9878             25   A69-1303-555 15195 2017-03-29 04:34:00          45
    +#> 9879             25   A69-1303-555 15197 2017-03-29 04:36:00          45
    +#> 9880             25   A69-1303-555 15199 2017-03-29 04:38:00          45
    +#> 9881             25   A69-1303-555 15200 2017-03-29 04:40:00          45
    +#> 9882             25   A69-1303-555 15202 2017-03-29 04:42:00          45
    +#> 9883             25   A69-1303-555 15204 2017-03-29 04:44:00          45
    +#> 9884             25   A69-1303-555 15206 2017-03-29 04:46:00          45
    +#> 9885             25   A69-1303-555 15209 2017-03-29 04:48:00          45
    +#> 9886             25   A69-1303-555 15210 2017-03-29 04:50:00          45
    +#> 9887             25   A69-1303-555 15213 2017-03-29 04:52:00          45
    +#> 9888             25   A69-1303-555 15214 2017-03-29 04:54:00          45
    +#> 9889             25   A69-1303-555 15217 2017-03-29 04:58:00          45
    +#> 9890             25   A69-1303-555 15219 2017-03-29 05:00:00          45
    +#> 9891             25   A69-1303-555 15220 2017-03-29 05:02:00          45
    +#> 9892             25   A69-1303-555 15223 2017-03-29 05:04:00          45
    +#> 9893             25   A69-1303-555 15224 2017-03-29 05:06:00          45
    +#> 9894             25   A69-1303-555 15225 2017-03-29 05:10:00          56
    +#> 9895             25   A69-1303-555 15226 2017-03-29 05:12:00          45
    +#> 9896             25   A69-1303-555 15227 2017-03-29 05:14:00          45
    +#> 9897             25   A69-1303-555 15228 2017-03-29 05:16:00          45
    +#> 9898             25   A69-1303-555 15230 2017-03-29 05:18:00          45
    +#> 9899             25   A69-1303-555 15232 2017-03-29 05:20:00          45
    +#> 9900             25   A69-1303-555 15233 2017-03-29 05:22:00          45
    +#> 9901             25   A69-1303-555 15234 2017-03-29 05:24:00          45
    +#> 9902             25   A69-1303-555 15236 2017-03-29 05:26:00          56
    +#> 9903             25   A69-1303-555 15237 2017-03-29 05:26:00          45
    +#> 9904             25   A69-1303-555 15239 2017-03-29 05:28:00          45
    +#> 9905             25   A69-1303-555 15241 2017-03-29 05:30:00          56
    +#> 9906             25   A69-1303-555 15242 2017-03-29 05:30:00          45
    +#> 9907             25   A69-1303-555 15244 2017-03-29 05:32:00          45
    +#> 9908             25   A69-1303-555 15246 2017-03-29 05:34:00          45
    +#> 9909             25   A69-1303-555 15247 2017-03-29 05:36:00          56
    +#> 9910             25   A69-1303-555 15249 2017-03-29 05:36:00          45
    +#> 9911             25   A69-1303-555 15250 2017-03-29 05:38:00          45
    +#> 9912             25   A69-1303-555 15251 2017-03-29 05:38:00          56
    +#> 9913             25   A69-1303-555 15253 2017-03-29 05:40:00          56
    +#> 9914             25   A69-1303-555 15255 2017-03-29 05:40:00          45
    +#> 9915             25   A69-1303-555 15256 2017-03-29 05:42:00          56
    +#> 9916             25   A69-1303-555 15257 2017-03-29 05:42:00          45
    +#> 9917             25   A69-1303-555 15258 2017-03-29 05:46:00          45
    +#> 9918             25   A69-1303-555 15261 2017-03-29 06:00:00          45
    +#> 9919             25   A69-1303-555 15263 2017-03-29 06:02:00          45
    +#> 9920             25   A69-1303-555 15265 2017-03-29 06:04:00          45
    +#> 9921             25   A69-1303-555 15266 2017-03-29 06:06:00          45
    +#> 9922             25   A69-1303-555 15267 2017-03-29 06:20:00          45
    +#> 9923             25   A69-1303-555 15268 2017-03-29 08:56:00          48
    +#> 9924             25   A69-1303-555 15270 2017-03-29 08:58:00          48
    +#> 9925             25   A69-1303-555 15271 2017-03-29 09:00:00          48
    +#> 9926             25   A69-1303-555 15272 2017-03-29 09:02:00          48
    +#> 9927             25   A69-1303-555 15273 2017-03-29 09:04:00          48
    +#> 9928             25   A69-1303-555 15275 2017-03-29 09:06:00          48
    +#> 9929             25   A69-1303-555 15276 2017-03-29 09:08:00          48
    +#> 9930             25   A69-1303-555 15278 2017-03-29 09:10:00          48
    +#> 9931             25   A69-1303-555 15280 2017-03-29 09:14:00          48
    +#> 9932             25   A69-1303-555 15281 2017-03-29 09:16:00          48
    +#> 9933             25   A69-1303-555 15283 2017-03-29 09:18:00          48
    +#> 9934             25   A69-1303-555 15285 2017-03-29 09:20:00          48
    +#> 9935             25   A69-1303-555 15286 2017-03-29 09:22:00          48
    +#> 9936             25   A69-1303-555 15289 2017-03-29 09:24:00          48
    +#> 9937             25   A69-1303-555 15290 2017-04-01 02:58:00          49
    +#> 9938             25   A69-1303-555 15291 2017-04-01 03:28:00          49
    +#> 9939             25   A69-1303-555 15292 2017-04-01 03:30:00          49
    +#> 9940             25   A69-1303-555 15293 2017-04-01 03:32:00          49
    +#> 9941             25   A69-1303-555 15294 2017-04-01 03:36:00          53
    +#> 9942             25   A69-1303-555 15295 2017-04-01 03:36:00          49
    +#> 9943             25   A69-1303-555 15296 2017-04-01 03:38:00          53
    +#> 9944             25   A69-1303-555 15297 2017-04-01 03:48:00          49
    +#> 9945             25   A69-1303-555 15298 2017-04-01 03:52:00          53
    +#> 9946             25   A69-1303-555 15299 2017-04-01 03:54:00          53
    +#> 9947             25   A69-1303-555 15300 2017-04-01 04:02:00          53
    +#> 9948             25   A69-1303-555 15301 2017-04-01 04:04:00          53
    +#> 9949             25   A69-1303-555 15302 2017-04-01 04:06:00          53
    +#> 9950             25   A69-1303-555 15303 2017-04-01 04:12:00          53
    +#> 9951             25   A69-1303-555 15305 2017-04-01 04:16:00          53
    +#> 9952             25   A69-1303-555 15308 2017-04-01 04:18:00          53
    +#> 9953             25   A69-1303-555 15309 2017-04-01 04:20:00          53
    +#> 9954             25   A69-1303-555 15310 2017-04-01 04:22:00          53
    +#> 9955             25   A69-1303-555 15311 2017-04-01 04:24:00          53
    +#> 9956             25   A69-1303-555 15312 2017-04-01 04:26:00          53
    +#> 9957             25   A69-1303-555 15315 2017-04-01 04:28:00          49
    +#> 9958             25   A69-1303-555 15316 2017-04-01 04:28:00          53
    +#> 9959             25   A69-1303-555 15318 2017-04-01 04:30:00          53
    +#> 9960             25   A69-1303-555 15319 2017-04-01 04:32:00          53
    +#> 9961             25   A69-1303-555 15320 2017-04-01 04:34:00          53
    +#> 9962             25   A69-1303-555 15321 2017-04-01 04:34:00          49
    +#> 9963             25   A69-1303-555 15322 2017-04-01 04:36:00          53
    +#> 9964             25   A69-1303-555 15324 2017-04-01 04:42:00          53
    +#> 9965             25   A69-1303-555 15325 2017-04-01 04:42:00          49
    +#> 9966             25   A69-1303-555 15326 2017-04-01 04:44:00          53
    +#> 9967             25   A69-1303-555 15327 2017-04-03 00:46:00          45
    +#> 9968             25   A69-1303-555 15328 2017-04-03 00:50:00          45
    +#> 9969             25   A69-1303-555 15329 2017-04-03 00:52:00          45
    +#> 9970             25   A69-1303-555 15331 2017-04-03 00:54:00          45
    +#> 9971             25   A69-1303-555 15333 2017-04-03 00:56:00          45
    +#> 9972             25   A69-1303-555 15334 2017-04-03 00:58:00          45
    +#> 9973             25   A69-1303-555 15336 2017-04-03 01:00:00          45
    +#> 9974             25   A69-1303-555 15338 2017-04-03 01:02:00          45
    +#> 9975             25   A69-1303-555 15339 2017-04-03 01:04:00          45
    +#> 9976             25   A69-1303-555 15340 2017-04-03 01:06:00          45
    +#> 9977             25   A69-1303-555 15342 2017-04-03 01:08:00          45
    +#> 9978             25   A69-1303-555 15344 2017-04-03 01:10:00          45
    +#> 9979             25   A69-1303-555 15345 2017-04-03 01:20:00          45
    +#> 9980             25   A69-1303-555 15346 2017-04-03 01:22:00          45
    +#> 9981             25   A69-1303-555 15347 2017-04-03 01:26:00          45
    +#> 9982             25   A69-1303-555 15348 2017-04-03 01:30:00          45
    +#> 9983             25   A69-1303-555 15349 2017-04-03 01:32:00          45
    +#> 9984             25   A69-1303-555 15350 2017-04-03 01:34:00          45
    +#> 9985             25   A69-1303-555 15351 2017-04-03 01:36:00          45
    +#> 9986             25   A69-1303-555 15353 2017-04-03 01:38:00          45
    +#> 9987             25   A69-1303-555 15355 2017-04-03 01:40:00          45
    +#> 9988             25   A69-1303-555 15356 2017-04-03 01:42:00          45
    +#> 9989             25   A69-1303-555 15358 2017-04-03 01:44:00          45
    +#> 9990             25   A69-1303-555 15360 2017-04-03 01:46:00          45
    +#> 9991             25   A69-1303-555 15361 2017-04-03 01:48:00          45
    +#> 9992             25   A69-1303-555 15363 2017-04-03 01:50:00          45
    +#> 9993             25   A69-1303-555 15365 2017-04-03 01:52:00          45
    +#> 9994             25   A69-1303-555 15367 2017-04-03 01:54:00          45
    +#> 9995             25   A69-1303-555 15369 2017-04-03 01:56:00          45
    +#> 9996             25   A69-1303-555 15370 2017-04-03 01:58:00          45
    +#> 9997             25   A69-1303-555 15371 2017-04-03 02:00:00          45
    +#> 9998             25   A69-1303-555 15372 2017-04-03 02:02:00          45
    +#> 9999             25   A69-1303-555 15373 2017-04-03 02:04:00          45
    +#> 10000            25   A69-1303-555 15376 2017-04-03 02:06:00          45
    +#> 10001            25   A69-1303-555 15377 2017-04-03 02:08:00          45
    +#> 10002            25   A69-1303-555 15378 2017-04-03 02:10:00          45
    +#> 10003            25   A69-1303-555 15380 2017-04-03 02:12:00          45
    +#> 10004            25   A69-1303-555 15382 2017-04-03 02:14:00          45
    +#> 10005            25   A69-1303-555 15384 2017-04-03 02:16:00          45
    +#> 10006            25   A69-1303-555 15386 2017-04-03 02:18:00          45
    +#> 10007            25   A69-1303-555 15387 2017-04-03 02:20:00          45
    +#> 10008            25   A69-1303-555 15388 2017-04-03 02:22:00          45
    +#> 10009            25   A69-1303-555 15391 2017-04-03 02:24:00          45
    +#> 10010            25   A69-1303-555 15393 2017-04-03 02:26:00          45
    +#> 10011            25   A69-1303-555 15395 2017-04-03 02:28:00          45
    +#> 10012            25   A69-1303-555 15397 2017-04-03 02:30:00          45
    +#> 10013            25   A69-1303-555 15399 2017-04-03 02:32:00          45
    +#> 10014            25   A69-1303-555 15400 2017-04-03 02:34:00          45
    +#> 10015            25   A69-1303-555 15402 2017-04-03 02:36:00          45
    +#> 10016            25   A69-1303-555 15403 2017-04-03 02:38:00          45
    +#> 10017            25   A69-1303-555 15405 2017-04-03 02:40:00          45
    +#> 10018            25   A69-1303-555 15407 2017-04-03 02:42:00          45
    +#> 10019            25   A69-1303-555 15408 2017-04-03 02:44:00          45
    +#> 10020            25   A69-1303-555 15409 2017-04-03 02:52:00          45
    +#> 10021            25   A69-1303-555 15410 2017-04-03 02:54:00          45
    +#> 10022            25   A69-1303-555 15411 2017-04-03 02:56:00          45
    +#> 10023            25   A69-1303-555 15412 2017-04-03 02:58:00          45
    +#> 10024            25   A69-1303-555 15413 2017-04-03 03:28:00          45
    +#> 10025            25   A69-1303-555 15414 2017-04-03 03:38:00          45
    +#> 10026            25   A69-1303-555 15416 2017-04-03 03:40:00          45
    +#> 10027            25   A69-1303-555 15417 2017-04-03 03:42:00          45
    +#> 10028            25   A69-1303-555 15418 2017-04-03 22:04:00          51
    +#> 10029            25   A69-1303-555 15419 2017-04-03 22:18:00          51
    +#> 10030            25   A69-1303-555 15420 2017-04-03 22:24:00          51
    +#> 10031            25   A69-1303-555 15421 2017-04-03 22:36:00          51
    +#> 10032            25   A69-1303-555 15422 2017-04-03 22:38:00          51
    +#> 10033            25   A69-1303-555 15423 2017-04-03 22:40:00          51
    +#> 10034            25   A69-1303-555 15424 2017-04-03 22:54:00          51
    +#> 10035            25   A69-1303-555 15425 2017-04-03 22:56:00          51
    +#> 10036            25   A69-1303-555 15426 2017-04-04 03:08:00          50
    +#> 10037            25   A69-1303-555 15427 2017-04-04 03:10:00          50
    +#> 10038            25   A69-1303-555 15428 2017-04-04 03:24:00          50
    +#> 10039            25   A69-1303-555 15429 2017-04-04 03:26:00          50
    +#> 10040            25   A69-1303-555 15431 2017-04-04 03:30:00          50
    +#> 10041            25   A69-1303-555 15433 2017-04-04 03:32:00          50
    +#> 10042            25   A69-1303-555 15435 2017-04-05 23:08:00          47
    +#> 10043            25   A69-1303-555 15436 2017-04-05 23:14:00          47
    +#> 10044            25   A69-1303-555 15437 2017-04-05 23:18:00          47
    +#> 10045            25   A69-1303-555 15438 2017-04-05 23:20:00          47
    +#> 10046            25   A69-1303-555 15440 2017-04-05 23:22:00          47
    +#> 10047            25   A69-1303-555 15441 2017-04-05 23:24:00          47
    +#> 10048            25   A69-1303-555 15443 2017-04-05 23:26:00          47
    +#> 10049            25   A69-1303-555 15444 2017-04-05 23:28:00          47
    +#> 10050            25   A69-1303-555 15446 2017-04-05 23:30:00          47
    +#> 10051            25   A69-1303-555 15448 2017-04-05 23:32:00          47
    +#> 10052            25   A69-1303-555 15449 2017-04-05 23:34:00          47
    +#> 10053            25   A69-1303-555 15450 2017-04-05 23:38:00          47
    +#> 10054            25   A69-1303-555 15452 2017-04-05 23:40:00          47
    +#> 10055            25   A69-1303-555 15453 2017-04-05 23:42:00          47
    +#> 10056            25   A69-1303-555 15455 2017-04-05 23:44:00          47
    +#> 10057            25   A69-1303-555 15457 2017-04-05 23:46:00          47
    +#> 10058            25   A69-1303-555 15458 2017-04-05 23:48:00          47
    +#> 10059            25   A69-1303-555 15459 2017-04-05 23:52:00          47
    +#> 10060            25   A69-1303-555 15461 2017-04-05 23:54:00          47
    +#> 10061            25   A69-1303-555 15462 2017-04-05 23:56:00          47
    +#> 10062            25   A69-1303-555 15464 2017-04-05 23:58:00          47
    +#> 10063            25   A69-1303-555 15465 2017-04-06 00:00:00          47
    +#> 10064            25   A69-1303-555 15466 2017-04-06 00:02:00          47
    +#> 10065            25   A69-1303-555 15467 2017-04-06 00:04:00          47
    +#> 10066            25   A69-1303-555 15469 2017-04-06 00:06:00          47
    +#> 10067            25   A69-1303-555 15470 2017-04-06 00:08:00          47
    +#> 10068            25   A69-1303-555 15472 2017-04-06 00:10:00          47
    +#> 10069            25   A69-1303-555 15473 2017-04-06 00:12:00          47
    +#> 10070            25   A69-1303-555 15474 2017-04-06 00:14:00          47
    +#> 10071            25   A69-1303-555 15476 2017-04-06 00:18:00          47
    +#> 10072            25   A69-1303-555 15478 2017-04-06 00:20:00          47
    +#> 10073            25   A69-1303-555 15479 2017-04-06 00:22:00          47
    +#> 10074            25   A69-1303-555 15480 2017-04-06 00:30:00          47
    +#> 10075            25   A69-1303-555 15482 2017-04-06 00:32:00          47
    +#> 10076            25   A69-1303-555 15483 2017-04-06 00:34:00          47
    +#> 10077            25   A69-1303-555 15484 2017-04-06 00:36:00          47
    +#> 10078            25   A69-1303-555 15486 2017-04-06 00:38:00          47
    +#> 10079            25   A69-1303-555 15487 2017-04-06 00:40:00          47
    +#> 10080            25   A69-1303-555 15489 2017-04-06 00:42:00          47
    +#> 10081            25   A69-1303-555 15491 2017-04-06 00:44:00          47
    +#> 10082            25   A69-1303-555 15493 2017-04-06 00:46:00          47
    +#> 10083            25   A69-1303-555 15495 2017-04-06 00:48:00          47
    +#> 10084            25   A69-1303-555 15497 2017-04-06 00:50:00          47
    +#> 10085            25   A69-1303-555 15499 2017-04-06 00:52:00          47
    +#> 10086            25   A69-1303-555 15501 2017-04-06 00:54:00          47
    +#> 10087            25   A69-1303-555 15503 2017-04-06 00:56:00          47
    +#> 10088            25   A69-1303-555 15505 2017-04-06 00:58:00          47
    +#> 10089            25   A69-1303-555 15506 2017-04-06 01:00:00          47
    +#> 10090            25   A69-1303-555 15507 2017-04-06 01:00:00          52
    +#> 10091            25   A69-1303-555 15509 2017-04-06 01:02:00          47
    +#> 10092            25   A69-1303-555 15510 2017-04-06 01:04:00          47
    +#> 10093            25   A69-1303-555 15512 2017-04-06 01:04:00          52
    +#> 10094            25   A69-1303-555 15513 2017-04-06 01:06:00          47
    +#> 10095            25   A69-1303-555 15515 2017-04-06 01:08:00          47
    +#> 10096            25   A69-1303-555 15516 2017-04-06 01:10:00          47
    +#> 10097            25   A69-1303-555 15517 2017-04-06 01:10:00          52
    +#> 10098            25   A69-1303-555 15520 2017-04-06 01:12:00          47
    +#> 10099            25   A69-1303-555 15521 2017-04-06 01:14:00          47
    +#> 10100            25   A69-1303-555 15523 2017-04-06 01:18:00          47
    +#> 10101            25   A69-1303-555 15524 2017-04-06 01:18:00          52
    +#> 10102            25   A69-1303-555 15526 2017-04-06 01:20:00          52
    +#> 10103            25   A69-1303-555 15527 2017-04-06 01:20:00          47
    +#> 10104            25   A69-1303-555 15528 2017-04-06 01:22:00          52
    +#> 10105            25   A69-1303-555 15529 2017-04-06 01:22:00          47
    +#> 10106            25   A69-1303-555 15530 2017-04-06 01:24:00          47
    +#> 10107            25   A69-1303-555 15531 2017-04-06 01:24:00          52
    +#> 10108            25   A69-1303-555 15534 2017-04-06 01:26:00          47
    +#> 10109            25   A69-1303-555 15535 2017-04-06 01:26:00          52
    +#> 10110            25   A69-1303-555 15539 2017-04-06 01:28:00          52
    +#> 10111            25   A69-1303-555 15541 2017-04-06 01:32:00          52
    +#> 10112            25   A69-1303-555 15542 2017-04-06 01:32:00          47
    +#> 10113            25   A69-1303-555 15543 2017-04-06 01:34:00          52
    +#> 10114            25   A69-1303-555 15544 2017-04-06 01:36:00          52
    +#> 10115            25   A69-1303-555 15545 2017-04-06 01:36:00          47
    +#> 10116            25   A69-1303-555 15546 2017-04-06 01:38:00          52
    +#> 10117            25   A69-1303-555 15548 2017-04-06 01:42:00          52
    +#> 10118            25   A69-1303-555 15550 2017-04-06 01:42:00          47
    +#> 10119            25   A69-1303-555 15551 2017-04-06 01:44:00          47
    +#> 10120            25   A69-1303-555 15552 2017-04-06 01:44:00          52
    +#> 10121            25   A69-1303-555 15553 2017-04-06 01:46:00          52
    +#> 10122            25   A69-1303-555 15554 2017-04-06 01:46:00          47
    +#> 10123            25   A69-1303-555 15557 2017-04-06 01:50:00          52
    +#> 10124            25   A69-1303-555 15558 2017-04-06 01:54:00          52
    +#> 10125            25   A69-1303-555 15559 2017-04-06 01:56:00          52
    +#> 10126            25   A69-1303-555 15561 2017-04-06 01:58:00          52
    +#> 10127            25   A69-1303-555 15562 2017-04-06 02:00:00          52
    +#> 10128            25   A69-1303-555 15563 2017-04-06 02:04:00          52
    +#> 10129            25   A69-1303-555 15565 2017-04-06 02:06:00          52
    +#> 10130            25   A69-1303-555 15566 2017-04-06 02:08:00          52
    +#> 10131            25   A69-1303-555 15567 2017-04-06 02:10:00          52
    +#> 10132            25   A69-1303-555 15569 2017-04-06 02:14:00          52
    +#> 10133            25   A69-1303-555 15571 2017-04-06 02:16:00          47
    +#> 10134            25   A69-1303-555 15572 2017-04-06 02:16:00          52
    +#> 10135            25   A69-1303-555 15574 2017-04-06 02:18:00          47
    +#> 10136            25   A69-1303-555 15575 2017-04-06 02:20:00          47
    +#> 10137            25   A69-1303-555 15576 2017-04-06 02:22:00          47
    +#> 10138            25   A69-1303-555 15577 2017-04-06 11:22:00          47
    +#> 10139            25   A69-1303-555 15578 2017-04-06 11:32:00          47
    +#> 10140            25   A69-1303-555 15579 2017-04-06 11:34:00          47
    +#> 10141            25   A69-1303-555 15580 2017-04-06 11:40:00          47
    +#> 10142            25   A69-1303-555 15581 2017-04-06 11:44:00          47
    +#> 10143            25   A69-1303-555 15582 2017-04-06 11:46:00          47
    +#> 10144            25   A69-1303-555 15583 2017-04-06 11:58:00          47
    +#> 10145            25   A69-1303-555 15584 2017-04-06 12:02:00          47
    +#> 10146            25   A69-1303-555 15586 2017-04-06 12:16:00          47
    +#> 10147            25   A69-1303-555 15587 2017-04-06 12:48:00          47
    +#> 10148            25   A69-1303-555 15588 2017-04-06 12:50:00          47
    +#> 10149            25   A69-1303-555 15589 2017-04-06 12:52:00          47
    +#> 10150            25   A69-1303-555 15590 2017-04-06 12:54:00          47
    +#> 10151            25   A69-1303-555 15591 2017-04-06 12:58:00          47
    +#> 10152            25   A69-1303-555 15592 2017-04-06 13:00:00          47
    +#> 10153            25   A69-1303-555 15593 2017-04-06 13:04:00          47
    +#> 10154            25   A69-1303-555 15594 2017-04-06 13:10:00          47
    +#> 10155            25   A69-1303-555 15595 2017-04-06 13:12:00          47
    +#> 10156            25   A69-1303-555 15596 2017-04-06 13:14:00          52
    +#> 10157            25   A69-1303-555 15597 2017-04-06 13:14:00          47
    +#> 10158            25   A69-1303-555 15598 2017-04-06 13:16:00          47
    +#> 10159            25   A69-1303-555 15600 2017-04-06 13:18:00          47
    +#> 10160            25   A69-1303-555 15602 2017-04-06 13:22:00          47
    +#> 10161            25   A69-1303-555 15603 2017-04-06 13:28:00          52
    +#> 10162            25   A69-1303-555 15604 2017-04-06 13:32:00          52
    +#> 10163            25   A69-1303-555 15605 2017-04-06 13:32:00          47
    +#> 10164            25   A69-1303-555 15607 2017-04-06 13:34:00          52
    +#> 10165            25   A69-1303-555 15608 2017-04-06 13:40:00          47
    +#> 10166            25   A69-1303-555 15609 2017-04-06 13:42:00          47
    +#> 10167            25   A69-1303-555 15610 2017-04-06 13:44:00          47
    +#> 10168            25   A69-1303-555 15611 2017-04-06 13:44:00          52
    +#> 10169            25   A69-1303-555 15613 2017-04-06 13:46:00          47
    +#> 10170            25   A69-1303-555 15614 2017-04-06 13:48:00          47
    +#> 10171            25   A69-1303-555 15616 2017-04-06 13:50:00          47
    +#> 10172            25   A69-1303-555 15618 2017-04-06 13:52:00          47
    +#> 10173            25   A69-1303-555 15620 2017-04-06 13:54:00          47
    +#> 10174            25   A69-1303-555 15622 2017-04-06 13:56:00          47
    +#> 10175            25   A69-1303-555 15623 2017-04-06 13:58:00          47
    +#> 10176            25   A69-1303-555 15625 2017-04-06 14:00:00          47
    +#> 10177            25   A69-1303-555 15627 2017-04-06 14:02:00          47
    +#> 10178            25   A69-1303-555 15628 2017-04-06 14:04:00          47
    +#> 10179            25   A69-1303-555 15630 2017-04-06 14:06:00          47
    +#> 10180            25   A69-1303-555 15631 2017-04-06 14:08:00          47
    +#> 10181            25   A69-1303-555 15633 2017-04-06 14:12:00          47
    +#> 10182            25   A69-1303-555 15636 2017-04-06 14:14:00          47
    +#> 10183            25   A69-1303-555 15637 2017-04-06 14:16:00          47
    +#> 10184            25   A69-1303-555 15639 2017-04-06 14:24:00          47
    +#> 10185            25   A69-1303-555 15640 2017-04-06 14:26:00          47
    +#> 10186            25   A69-1303-555 15641 2017-04-06 14:30:00          47
    +#> 10187            25   A69-1303-555 15642 2017-04-06 14:32:00          47
    +#> 10188            25   A69-1303-555 15643 2017-04-06 14:34:00          47
    +#> 10189            25   A69-1303-555 15644 2017-04-06 14:56:00          47
    +#> 10190            25   A69-1303-555 15645 2017-04-07 00:48:00          47
    +#> 10191            25   A69-1303-555 15646 2017-04-07 00:50:00          47
    +#> 10192            25   A69-1303-555 15648 2017-04-07 00:52:00          47
    +#> 10193            25   A69-1303-555 15649 2017-04-07 00:54:00          47
    +#> 10194            25   A69-1303-555 15652 2017-04-07 00:56:00          47
    +#> 10195            25   A69-1303-555 15654 2017-04-07 00:58:00          47
    +#> 10196            25   A69-1303-555 15655 2017-04-07 01:00:00          47
    +#> 10197            25   A69-1303-555 15657 2017-04-07 01:02:00          47
    +#> 10198            25   A69-1303-555 15659 2017-04-07 01:04:00          47
    +#> 10199            25   A69-1303-555 15661 2017-04-07 01:06:00          47
    +#> 10200            25   A69-1303-555 15663 2017-04-07 01:08:00          47
    +#> 10201            25   A69-1303-555 15665 2017-04-07 01:10:00          47
    +#> 10202            25   A69-1303-555 15666 2017-04-07 01:12:00          47
    +#> 10203            25   A69-1303-555 15669 2017-04-07 01:14:00          47
    +#> 10204            25   A69-1303-555 15670 2017-04-07 01:16:00          47
    +#> 10205            25   A69-1303-555 15671 2017-04-07 01:18:00          47
    +#> 10206            25   A69-1303-555 15672 2017-04-07 01:20:00          47
    +#> 10207            25   A69-1303-555 15674 2017-04-07 01:22:00          47
    +#> 10208            25   A69-1303-555 15675 2017-04-07 01:24:00          47
    +#> 10209            25   A69-1303-555 15677 2017-04-07 01:26:00          47
    +#> 10210            25   A69-1303-555 15679 2017-04-07 01:28:00          47
    +#> 10211            25   A69-1303-555 15680 2017-04-07 01:30:00          47
    +#> 10212            25   A69-1303-555 15681 2017-04-07 01:36:00          47
    +#> 10213            25   A69-1303-555 15684 2017-04-07 01:40:00          47
    +#> 10214            25   A69-1303-555 15686 2017-04-07 01:42:00          47
    +#> 10215            25   A69-1303-555 15688 2017-04-07 01:44:00          47
    +#> 10216            25   A69-1303-555 15689 2017-04-07 01:46:00          47
    +#> 10217            25   A69-1303-555 15691 2017-04-07 01:48:00          47
    +#> 10218            25   A69-1303-555 15692 2017-04-07 01:50:00          47
    +#> 10219            25   A69-1303-555 15693 2017-04-07 01:52:00          47
    +#> 10220            25   A69-1303-555 15695 2017-04-07 01:54:00          47
    +#> 10221            25   A69-1303-555 15696 2017-04-07 01:56:00          47
    +#> 10222            25   A69-1303-555 15698 2017-04-07 01:58:00          47
    +#> 10223            25   A69-1303-555 15700 2017-04-07 02:00:00          47
    +#> 10224            25   A69-1303-555 15702 2017-04-07 02:02:00          47
    +#> 10225            25   A69-1303-555 15705 2017-04-07 02:04:00          47
    +#> 10226            25   A69-1303-555 15706 2017-04-07 02:06:00          47
    +#> 10227            25   A69-1303-555 15707 2017-04-07 02:08:00          47
    +#> 10228            25   A69-1303-555 15708 2017-04-07 02:12:00          47
    +#> 10229            25   A69-1303-555 15709 2017-04-07 02:14:00          47
    +#> 10230            25   A69-1303-555 15710 2017-04-07 02:20:00          47
    +#> 10231            25   A69-1303-555 15711 2017-04-07 02:22:00          47
    +#> 10232            25   A69-1303-555 15714 2017-04-07 02:24:00          47
    +#> 10233            25   A69-1303-555 15715 2017-04-07 02:26:00          47
    +#> 10234            25   A69-1303-555 15717 2017-04-07 02:28:00          47
    +#> 10235            25   A69-1303-555 15718 2017-04-07 02:30:00          47
    +#> 10236            25   A69-1303-555 15719 2017-04-07 02:32:00          47
    +#> 10237            25   A69-1303-555 15721 2017-04-07 02:34:00          47
    +#> 10238            25   A69-1303-555 15723 2017-04-07 02:36:00          47
    +#> 10239            25   A69-1303-555 15725 2017-04-07 02:48:00          47
    +#> 10240            25   A69-1303-555 15726 2017-04-07 02:52:00          47
    +#> 10241            25   A69-1303-555 15727 2017-04-07 02:54:00          47
    +#> 10242            25   A69-1303-555 15728 2017-04-07 02:56:00          47
    +#> 10243            25   A69-1303-555 15730 2017-04-07 02:58:00          47
    +#> 10244            25   A69-1303-555 15732 2017-04-07 03:00:00          47
    +#> 10245            25   A69-1303-555 15735 2017-04-07 03:04:00          47
    +#> 10246            25   A69-1303-555 15737 2017-04-07 03:06:00          47
    +#> 10247            25   A69-1303-555 15739 2017-04-07 03:08:00          47
    +#> 10248            25   A69-1303-555 15741 2017-04-07 03:10:00          47
    +#> 10249            25   A69-1303-555 15742 2017-04-07 03:12:00          47
    +#> 10250            25   A69-1303-555 15743 2017-04-07 03:20:00          47
    +#> 10251            25   A69-1303-555 15744 2017-04-07 03:22:00          47
    +#> 10252            25   A69-1303-555 15745 2017-04-07 04:28:00          47
    +#> 10253            25   A69-1303-555 15746 2017-04-07 04:32:00          47
    +#> 10254            25   A69-1303-555 15748 2017-04-07 04:34:00          47
    +#> 10255            25   A69-1303-555 15749 2017-04-07 04:38:00          47
    +#> 10256            25   A69-1303-555 15750 2017-04-07 04:40:00          47
    +#> 10257            25   A69-1303-555 15752 2017-04-07 04:40:00          52
    +#> 10258            25   A69-1303-555 15753 2017-04-07 04:42:00          47
    +#> 10259            25   A69-1303-555 15756 2017-04-07 04:44:00          47
    +#> 10260            25   A69-1303-555 15758 2017-04-07 04:46:00          47
    +#> 10261            25   A69-1303-555 15759 2017-04-07 04:50:00          52
    +#> 10262            25   A69-1303-555 15760 2017-04-07 04:50:00          47
    +#> 10263            25   A69-1303-555 15761 2017-04-07 04:52:00          47
    +#> 10264            25   A69-1303-555 15762 2017-04-07 05:02:00          47
    +#> 10265            25   A69-1303-555 15763 2017-04-07 05:04:00          52
    +#> 10266            25   A69-1303-555 15764 2017-04-07 05:04:00          47
    +#> 10267            25   A69-1303-555 15765 2017-04-07 05:06:00          47
    +#> 10268            25   A69-1303-555 15766 2017-04-07 05:08:00          47
    +#> 10269            25   A69-1303-555 15767 2017-04-07 05:08:00          52
    +#> 10270            25   A69-1303-555 15768 2017-04-07 05:10:00          47
    +#> 10271            25   A69-1303-555 15770 2017-04-07 05:12:00          47
    +#> 10272            25   A69-1303-555 15771 2017-04-07 05:18:00          47
    +#> 10273            25   A69-1303-555 15772 2017-04-07 05:20:00          47
    +#> 10274            25   A69-1303-555 15775 2017-04-07 05:22:00          47
    +#> 10275            25   A69-1303-555 15776 2017-04-07 06:14:00          41
    +#> 10276            25   A69-1303-555 15777 2017-04-07 06:18:00          41
    +#> 10277            25   A69-1303-555 15778 2017-04-07 06:38:00          41
    +#> 10278            25   A69-1303-555 15779 2017-04-07 06:42:00          41
    +#> 10279            25   A69-1303-555 15780 2017-04-07 07:22:00          47
    +#> 10280            25   A69-1303-555 15782 2017-04-07 08:18:00          47
    +#> 10281            25   A69-1303-555 15783 2017-04-07 08:20:00          47
    +#> 10282            25   A69-1303-555 15784 2017-04-07 08:22:00          47
    +#> 10283            25   A69-1303-555 15785 2017-04-07 08:28:00          47
    +#> 10284            25   A69-1303-555 15786 2017-04-07 08:38:00          47
    +#> 10285            25   A69-1303-555 15787 2017-04-08 21:10:00          50
    +#> 10286            25   A69-1303-555 15788 2017-04-08 21:14:00          50
    +#> 10287            25   A69-1303-555 15790 2017-04-08 21:16:00          50
    +#> 10288            25   A69-1303-555 15791 2017-04-08 21:18:00          50
    +#> 10289            25   A69-1303-555 15793 2017-04-08 21:20:00          50
    +#> 10290            25   A69-1303-555 15794 2017-04-08 21:22:00          50
    +#> 10291            25   A69-1303-555 15796 2017-04-10 07:32:00          45
    +#> 10292            25   A69-1303-555 15797 2017-04-10 07:34:00          45
    +#> 10293            25   A69-1303-555 15798 2017-04-10 07:36:00          45
    +#> 10294            25   A69-1303-555 15800 2017-04-10 07:40:00          45
    +#> 10295            25   A69-1303-555 15802 2017-04-10 07:42:00          45
    +#> 10296            25   A69-1303-555 15803 2017-04-10 07:44:00          45
    +#> 10297            25   A69-1303-555 15804 2017-04-10 07:46:00          45
    +#> 10298            25   A69-1303-555 15806 2017-04-10 07:48:00          45
    +#> 10299            25   A69-1303-555 15808 2017-04-10 07:50:00          45
    +#> 10300            25   A69-1303-555 15809 2017-04-10 07:52:00          45
    +#> 10301            25   A69-1303-555 15810 2017-04-10 07:54:00          45
    +#> 10302            25   A69-1303-555 15812 2017-04-10 08:00:00          45
    +#> 10303            25   A69-1303-555 15813 2017-04-10 08:02:00          45
    +#> 10304            25   A69-1303-555 15814 2017-04-10 08:04:00          45
    +#> 10305            25   A69-1303-555 15816 2017-04-10 08:06:00          45
    +#> 10306            25   A69-1303-555 15817 2017-04-10 08:08:00          45
    +#> 10307            25   A69-1303-555 15819 2017-04-10 08:10:00          45
    +#> 10308            25   A69-1303-555 15822 2017-04-10 08:12:00          45
    +#> 10309            25   A69-1303-555 15823 2017-04-10 08:14:00          45
    +#> 10310            25   A69-1303-555 15826 2017-04-10 08:16:00          45
    +#> 10311            25   A69-1303-555 15828 2017-04-10 08:18:00          45
    +#> 10312            25   A69-1303-555 15829 2017-04-10 08:20:00          45
    +#> 10313            25   A69-1303-555 15830 2017-04-10 08:22:00          45
    +#> 10314            25   A69-1303-555 15831 2017-04-10 08:24:00          45
    +#> 10315            25   A69-1303-555 15833 2017-04-10 08:26:00          45
    +#> 10316            25   A69-1303-555 15835 2017-04-10 08:28:00          45
    +#> 10317            25   A69-1303-555 15837 2017-04-10 08:30:00          45
    +#> 10318            25   A69-1303-555 15838 2017-04-10 08:32:00          45
    +#> 10319            25   A69-1303-555 15840 2017-04-10 08:34:00          45
    +#> 10320            25   A69-1303-555 15841 2017-04-10 08:36:00          45
    +#> 10321            25   A69-1303-555 15842 2017-04-10 08:40:00          45
    +#> 10322            25   A69-1303-555 15845 2017-04-10 08:44:00          45
    +#> 10323            25   A69-1303-555 15846 2017-04-10 08:46:00          45
    +#> 10324            25   A69-1303-555 15847 2017-04-10 08:50:00          45
    +#> 10325            25   A69-1303-555 15848 2017-04-10 08:52:00          45
    +#> 10326            25   A69-1303-555 15850 2017-04-10 08:56:00          45
    +#> 10327            25   A69-1303-555 15851 2017-04-10 08:58:00          45
    +#> 10328            25   A69-1303-555 15853 2017-04-10 09:00:00          45
    +#> 10329            25   A69-1303-555 15855 2017-04-10 09:02:00          45
    +#> 10330            25   A69-1303-555 15856 2017-04-10 09:04:00          45
    +#> 10331            25   A69-1303-555 15859 2017-04-10 09:08:00          45
    +#> 10332            25   A69-1303-555 15860 2017-04-10 09:10:00          45
    +#> 10333            25   A69-1303-555 15862 2017-04-10 09:12:00          45
    +#> 10334            25   A69-1303-555 15864 2017-04-10 09:14:00          45
    +#> 10335            25   A69-1303-555 15865 2017-04-10 09:16:00          45
    +#> 10336            25   A69-1303-555 15866 2017-04-10 09:18:00          45
    +#> 10337            25   A69-1303-555 15867 2017-04-10 09:20:00          45
    +#> 10338            25   A69-1303-555 15869 2017-04-10 09:22:00          45
    +#> 10339            25   A69-1303-555 15871 2017-04-10 09:30:00          45
    +#> 10340            25   A69-1303-555 15872 2017-04-11 02:12:00          51
    +#> 10341            25   A69-1303-555 15874 2017-04-11 02:14:00          51
    +#> 10342            25   A69-1303-555 15875 2017-04-12 20:52:00          50
    +#> 10343            25   A69-1303-555 15876 2017-04-12 20:54:00          50
    +#> 10344            25   A69-1303-555 15877 2017-04-12 21:00:00          51
    +#> 10345            25   A69-1303-555 15878 2017-04-12 21:02:00          51
    +#> 10346            25   A69-1303-555 15879 2017-04-12 22:56:00          48
    +#> 10347            25   A69-1303-555 15880 2017-04-12 22:58:00          48
    +#> 10348            25   A69-1303-555 15882 2017-04-12 23:00:00          48
    +#> 10349            25   A69-1303-555 15883 2017-04-12 23:02:00          48
    +#> 10350            25   A69-1303-555 15884 2017-04-12 23:26:00          48
    +#> 10351            25   A69-1303-555 15885 2017-04-13 06:58:00          48
    +#> 10352            25   A69-1303-555 15887 2017-04-13 07:00:00          48
    +#> 10353            25   A69-1303-555 15888 2017-04-13 07:02:00          48
    +#> 10354            25   A69-1303-555 15889 2017-04-13 07:04:00          48
    +#> 10355            25   A69-1303-555 15890 2017-04-13 07:06:00          48
    +#> 10356            25   A69-1303-555 15891 2017-04-13 07:12:00          48
    +#> 10357            25   A69-1303-555 15892 2017-04-13 07:14:00          48
    +#> 10358            25   A69-1303-555 15894 2017-04-13 07:16:00          48
    +#> 10359            25   A69-1303-555 15895 2017-04-13 07:18:00          48
    +#> 10360            25   A69-1303-555 15897 2017-04-13 07:20:00          48
    +#> 10361            25   A69-1303-555 15899 2017-04-13 07:22:00          48
    +#> 10362            25   A69-1303-555 15901 2017-04-13 07:26:00          48
    +#> 10363            25   A69-1303-555 15902 2017-04-13 07:30:00          48
    +#> 10364            25   A69-1303-555 15905 2017-04-13 07:32:00          48
    +#> 10365            25   A69-1303-555 15906 2017-04-13 07:34:00          48
    +#> 10366            25   A69-1303-555 15907 2017-04-13 07:36:00          48
    +#> 10367            25   A69-1303-555 15908 2017-04-13 07:38:00          48
    +#> 10368            25   A69-1303-555 15909 2017-04-13 07:40:00          48
    +#> 10369            25   A69-1303-555 15910 2017-04-13 08:04:00          48
    +#> 10370            25   A69-1303-555 15911 2017-04-13 08:06:00          48
    +#> 10371            25   A69-1303-555 15912 2017-04-13 08:16:00          48
    +#> 10372            25   A69-1303-555 15913 2017-04-13 08:28:00          48
    +#> 10373            25   A69-1303-555 15914 2017-04-13 08:32:00          48
    +#> 10374            25   A69-1303-555 15915 2017-04-13 08:44:00          48
    +#> 10375            25   A69-1303-555 15916 2017-04-13 08:46:00          48
    +#> 10376            25   A69-1303-555 15918 2017-04-13 08:48:00          48
    +#> 10377            25   A69-1303-555 15919 2017-04-13 08:50:00          48
    +#> 10378            25   A69-1303-555 15920 2017-04-13 09:46:00          48
    +#> 10379            25   A69-1303-555 15921 2017-04-13 10:00:00          48
    +#> 10380            25   A69-1303-555 15922 2017-04-13 10:26:00          48
    +#> 10381            25   A69-1303-555 15923 2017-04-13 10:34:00          48
    +#> 10382            25   A69-1303-555 15924 2017-04-13 10:36:00          48
    +#> 10383            25   A69-1303-555 15925 2017-04-13 23:28:00          57
    +#> 10384            25   A69-1303-555 15926 2017-04-13 23:30:00          57
    +#> 10385            25   A69-1303-555 15927 2017-04-13 23:50:00          57
    +#> 10386            25   A69-1303-555 15928 2017-04-13 23:52:00          57
    +#> 10387            25   A69-1303-555 15929 2017-04-13 23:54:00          57
    +#> 10388            25   A69-1303-555 15930 2017-04-13 23:58:00          57
    +#> 10389            25   A69-1303-555 15931 2017-04-14 00:00:00          57
    +#> 10390            25   A69-1303-555 15932 2017-04-14 00:02:00          57
    +#> 10391            25   A69-1303-555 15933 2017-04-14 00:04:00          57
    +#> 10392            25   A69-1303-555 15934 2017-04-14 00:06:00          57
    +#> 10393            25   A69-1303-555 15935 2017-04-14 00:14:00          57
    +#> 10394            25   A69-1303-555 15936 2017-04-14 09:26:00          57
    +#> 10395            25   A69-1303-555 15937 2017-04-14 09:48:00          57
    +#> 10396            25   A69-1303-555 15938 2017-04-14 10:00:00          57
    +#> 10397            25   A69-1303-555 15939 2017-04-14 10:06:00          57
    +#> 10398            25   A69-1303-555 15940 2017-04-14 10:16:00          57
    +#> 10399            25   A69-1303-555 15941 2017-04-14 10:54:00          57
    +#> 10400            25   A69-1303-555 15942 2017-04-14 11:04:00          57
    +#> 10401            25   A69-1303-555 15943 2017-04-14 11:14:00          57
    +#> 10402            25   A69-1303-555 15944 2017-04-14 11:18:00          57
    +#> 10403            25   A69-1303-555 15945 2017-04-14 11:36:00          57
    +#> 10404            25   A69-1303-555 15946 2017-04-14 16:06:00          21
    +#> 10405            25   A69-1303-555 15947 2017-04-14 16:08:00          21
    +#> 10406            25   A69-1303-555 15949 2017-04-14 16:08:00          57
    +#> 10407            25   A69-1303-555 15950 2017-04-14 16:10:00          21
    +#> 10408            25   A69-1303-555 15951 2017-04-14 16:12:00          57
    +#> 10409            25   A69-1303-555 15952 2017-04-14 16:14:00          57
    +#> 10410            25   A69-1303-555 15953 2017-04-14 16:16:00          57
    +#> 10411            25   A69-1303-555 15955 2017-04-14 16:18:00          21
    +#> 10412            25   A69-1303-555 15956 2017-04-14 16:20:00          21
    +#> 10413            25   A69-1303-555 15958 2017-04-14 16:22:00          21
    +#> 10414            25   A69-1303-555 15961 2017-04-14 16:26:00          21
    +#> 10415            25   A69-1303-555 15962 2017-04-14 16:28:00          21
    +#> 10416            25   A69-1303-555 15964 2017-04-14 16:30:00          21
    +#> 10417            25   A69-1303-555 15965 2017-04-14 16:32:00          57
    +#> 10418            25   A69-1303-555 15966 2017-04-14 16:36:00          21
    +#> 10419            25   A69-1303-555 15968 2017-04-14 16:38:00          21
    +#> 10420            25   A69-1303-555 15969 2017-04-14 16:40:00          21
    +#> 10421            25   A69-1303-555 15970 2017-04-14 16:40:00          57
    +#> 10422            25   A69-1303-555 15972 2017-04-14 16:44:00          21
    +#> 10423            25   A69-1303-555 15973 2017-04-14 16:46:00          21
    +#> 10424            25   A69-1303-555 15974 2017-04-14 16:48:00          21
    +#> 10425            25   A69-1303-555 15976 2017-04-14 16:50:00          21
    +#> 10426            25   A69-1303-555 15977 2017-04-14 16:52:00          21
    +#> 10427            25   A69-1303-555 15979 2017-04-14 16:56:00          21
    +#> 10428            25   A69-1303-555 15980 2017-04-14 16:56:00          57
    +#> 10429            25   A69-1303-555 15981 2017-04-14 16:58:00          21
    +#> 10430            25   A69-1303-555 15983 2017-04-14 17:00:00          21
    +#> 10431            25   A69-1303-555 15985 2017-04-14 17:00:00          57
    +#> 10432            25   A69-1303-555 15986 2017-04-14 17:02:00          21
    +#> 10433            25   A69-1303-555 15987 2017-04-14 17:02:00          57
    +#> 10434            25   A69-1303-555 15989 2017-04-14 17:04:00          21
    +#> 10435            25   A69-1303-555 15991 2017-04-14 17:06:00          21
    +#> 10436            25   A69-1303-555 15992 2017-04-14 17:06:00          57
    +#> 10437            25   A69-1303-555 15993 2017-04-14 17:08:00          21
    +#> 10438            25   A69-1303-555 15996 2017-04-14 17:10:00          21
    +#> 10439            25   A69-1303-555 15998 2017-04-14 17:12:00          21
    +#> 10440            25   A69-1303-555 15999 2017-04-14 17:12:00          57
    +#> 10441            25   A69-1303-555 16002 2017-04-14 17:14:00          21
    +#> 10442            25   A69-1303-555 16003 2017-04-14 17:14:00          57
    +#> 10443            25   A69-1303-555 16004 2017-04-14 17:16:00          21
    +#> 10444            25   A69-1303-555 16005 2017-04-14 17:16:00          57
    +#> 10445            25   A69-1303-555 16006 2017-04-14 17:18:00          21
    +#> 10446            25   A69-1303-555 16007 2017-04-14 17:18:00          57
    +#> 10447            25   A69-1303-555 16009 2017-04-14 17:20:00          21
    +#> 10448            25   A69-1303-555 16010 2017-04-14 17:22:00          21
    +#> 10449            25   A69-1303-555 16011 2017-04-14 17:22:00          57
    +#> 10450            25   A69-1303-555 16012 2017-04-14 17:24:00          57
    +#> 10451            25   A69-1303-555 16013 2017-04-14 17:26:00          57
    +#> 10452            25   A69-1303-555 16014 2017-04-14 17:28:00          57
    +#> 10453            25   A69-1303-555 16015 2017-04-14 17:30:00          57
    +#> 10454            25   A69-1303-555 16016 2017-04-14 17:32:00          57
    +#> 10455            25   A69-1303-555 16017 2017-04-14 17:34:00          21
    +#> 10456            25   A69-1303-555 16018 2017-04-14 18:06:00          45
    +#> 10457            25   A69-1303-555 16020 2017-04-14 18:10:00          45
    +#> 10458            25   A69-1303-555 16021 2017-04-14 18:12:00          45
    +#> 10459            25   A69-1303-555 16022 2017-04-14 18:18:00          45
    +#> 10460            25   A69-1303-555 16024 2017-04-14 18:22:00          45
    +#> 10461            25   A69-1303-555 16026 2017-04-14 18:26:00          45
    +#> 10462            25   A69-1303-555 16027 2017-04-14 18:34:00          45
    +#> 10463            25   A69-1303-555 16028 2017-04-14 18:36:00          45
    +#> 10464            25   A69-1303-555 16031 2017-04-14 18:40:00          45
    +#> 10465            25   A69-1303-555 16032 2017-04-14 18:48:00          45
    +#> 10466            25   A69-1303-555 16034 2017-04-14 18:50:00          45
    +#> 10467            25   A69-1303-555 16035 2017-04-14 18:54:00          45
    +#> 10468            25   A69-1303-555 16036 2017-04-14 18:58:00          45
    +#> 10469            25   A69-1303-555 16037 2017-04-14 19:00:00          45
    +#> 10470            25   A69-1303-555 16038 2017-04-14 19:06:00          45
    +#> 10471            25   A69-1303-555 16039 2017-04-14 19:08:00          45
    +#> 10472            25   A69-1303-555 16040 2017-04-14 19:12:00          45
    +#> 10473            25   A69-1303-555 16042 2017-04-14 19:14:00          45
    +#> 10474            25   A69-1303-555 16044 2017-04-14 19:18:00          45
    +#> 10475            25   A69-1303-555 16046 2017-04-14 19:22:00          45
    +#> 10476            25   A69-1303-555 16048 2017-04-14 19:28:00          45
    +#> 10477            25   A69-1303-555 16051 2017-04-14 19:30:00          45
    +#> 10478            25   A69-1303-555 16053 2017-04-14 19:32:00          45
    +#> 10479            25   A69-1303-555 16054 2017-04-14 19:34:00          45
    +#> 10480            25   A69-1303-555 16056 2017-04-14 19:36:00          45
    +#> 10481            25   A69-1303-555 16058 2017-04-14 19:42:00          45
    +#> 10482            25   A69-1303-555 16060 2017-04-14 19:44:00          45
    +#> 10483            25   A69-1303-555 16062 2017-04-14 19:46:00          45
    +#> 10484            25   A69-1303-555 16063 2017-04-14 19:56:00          45
    +#> 10485            25   A69-1303-555 16064 2017-04-14 20:00:00          45
    +#> 10486            25   A69-1303-555 16065 2017-04-14 20:04:00          45
    +#> 10487            25   A69-1303-555 16066 2017-04-14 20:06:00          45
    +#> 10488            25   A69-1303-555 16068 2017-04-14 20:12:00          45
    +#> 10489            25   A69-1303-555 16069 2017-04-14 20:14:00          45
    +#> 10490            25   A69-1303-555 16070 2017-04-14 20:16:00          45
    +#> 10491            25   A69-1303-555 16071 2017-04-14 20:18:00          45
    +#> 10492            25   A69-1303-555 16072 2017-04-14 20:20:00          45
    +#> 10493            25   A69-1303-555 16073 2017-04-14 20:24:00          45
    +#> 10494            25   A69-1303-555 16075 2017-04-14 20:26:00          45
    +#> 10495            25   A69-1303-555 16076 2017-04-14 20:28:00          45
    +#> 10496            25   A69-1303-555 16077 2017-04-14 20:30:00          45
    +#> 10497            25   A69-1303-555 16079 2017-04-14 20:32:00          45
    +#> 10498            25   A69-1303-555 16081 2017-04-14 20:34:00          45
    +#> 10499            25   A69-1303-555 16083 2017-04-14 20:36:00          45
    +#> 10500            25   A69-1303-555 16084 2017-04-14 20:38:00          45
    +#> 10501            25   A69-1303-555 16085 2017-04-14 20:40:00          45
    +#> 10502            25   A69-1303-555 16087 2017-04-14 20:42:00          56
    +#> 10503            25   A69-1303-555 16088 2017-04-14 20:42:00          45
    +#> 10504            25   A69-1303-555 16089 2017-04-14 20:44:00          56
    +#> 10505            25   A69-1303-555 16090 2017-04-14 20:44:00          45
    +#> 10506            25   A69-1303-555 16092 2017-04-14 20:46:00          56
    +#> 10507            25   A69-1303-555 16093 2017-04-14 20:46:00          45
    +#> 10508            25   A69-1303-555 16095 2017-04-14 20:48:00          45
    +#> 10509            25   A69-1303-555 16096 2017-04-14 20:48:00          56
    +#> 10510            25   A69-1303-555 16098 2017-04-14 20:50:00          56
    +#> 10511            25   A69-1303-555 16099 2017-04-14 20:50:00          45
    +#> 10512            25   A69-1303-555 16101 2017-04-14 20:52:00          45
    +#> 10513            25   A69-1303-555 16102 2017-04-14 20:52:00          56
    +#> 10514            25   A69-1303-555 16104 2017-04-14 20:54:00          45
    +#> 10515            25   A69-1303-555 16105 2017-04-14 20:56:00          45
    +#> 10516            25   A69-1303-555 16106 2017-04-14 20:56:00          56
    +#> 10517            25   A69-1303-555 16107 2017-04-14 20:58:00          45
    +#> 10518            25   A69-1303-555 16108 2017-04-14 20:58:00          56
    +#> 10519            25   A69-1303-555 16111 2017-04-14 21:00:00          56
    +#> 10520            25   A69-1303-555 16112 2017-04-14 21:00:00          45
    +#> 10521            25   A69-1303-555 16113 2017-04-14 21:02:00          56
    +#> 10522            25   A69-1303-555 16114 2017-04-14 21:02:00          45
    +#> 10523            25   A69-1303-555 16116 2017-04-14 21:04:00          45
    +#> 10524            25   A69-1303-555 16117 2017-04-14 21:04:00          56
    +#> 10525            25   A69-1303-555 16119 2017-04-14 21:06:00          56
    +#> 10526            25   A69-1303-555 16120 2017-04-14 21:06:00          45
    +#> 10527            25   A69-1303-555 16122 2017-04-14 21:08:00          45
    +#> 10528            25   A69-1303-555 16123 2017-04-14 21:08:00          56
    +#> 10529            25   A69-1303-555 16125 2017-04-14 21:10:00          45
    +#> 10530            25   A69-1303-555 16126 2017-04-14 21:12:00          56
    +#> 10531            25   A69-1303-555 16127 2017-04-14 21:12:00          45
    +#> 10532            25   A69-1303-555 16130 2017-04-14 21:14:00          45
    +#> 10533            25   A69-1303-555 16131 2017-04-14 21:14:00          56
    +#> 10534            25   A69-1303-555 16132 2017-04-14 21:16:00          56
    +#> 10535            25   A69-1303-555 16134 2017-04-14 21:16:00          45
    +#> 10536            25   A69-1303-555 16136 2017-04-14 21:18:00          45
    +#> 10537            25   A69-1303-555 16138 2017-04-14 21:18:00          56
    +#> 10538            25   A69-1303-555 16140 2017-04-14 21:20:00          56
    +#> 10539            25   A69-1303-555 16141 2017-04-14 21:20:00          45
    +#> 10540            25   A69-1303-555 16142 2017-04-14 21:22:00          45
    +#> 10541            25   A69-1303-555 16144 2017-04-14 21:22:00          56
    +#> 10542            25   A69-1303-555 16145 2017-04-14 21:24:00          45
    +#> 10543            25   A69-1303-555 16147 2017-04-14 21:26:00          45
    +#> 10544            25   A69-1303-555 16148 2017-04-14 21:28:00          45
    +#> 10545            25   A69-1303-555 16149 2017-04-14 21:30:00          45
    +#> 10546            25   A69-1303-555 16151 2017-04-14 21:32:00          45
    +#> 10547            25   A69-1303-555 16154 2017-04-14 21:34:00          45
    +#> 10548            25   A69-1303-555 16155 2017-04-14 21:36:00          45
    +#> 10549            25   A69-1303-555 16156 2017-04-14 21:38:00          45
    +#> 10550            25   A69-1303-555 16159 2017-04-14 21:40:00          45
    +#> 10551            25   A69-1303-555 16160 2017-04-14 21:42:00          45
    +#> 10552            25   A69-1303-555 16161 2017-04-14 21:44:00          45
    +#> 10553            25   A69-1303-555 16163 2017-04-14 21:48:00          45
    +#> 10554            25   A69-1303-555 16165 2017-04-14 21:50:00          45
    +#> 10555            25   A69-1303-555 16166 2017-04-14 21:52:00          45
    +#> 10556            25   A69-1303-555 16168 2017-04-14 21:58:00          45
    +#> 10557            25   A69-1303-555 16169 2017-04-14 23:26:00          48
    +#> 10558            25   A69-1303-555 16171 2017-04-14 23:36:00          48
    +#> 10559            25   A69-1303-555 16172 2017-04-14 23:38:00          48
    +#> 10560            25   A69-1303-555 16173 2017-04-14 23:40:00          48
    +#> 10561            25   A69-1303-555 16174 2017-04-14 23:42:00          48
    +#> 10562            25   A69-1303-555 16176 2017-04-14 23:44:00          48
    +#> 10563            25   A69-1303-555 16178 2017-04-14 23:46:00          48
    +#> 10564            25   A69-1303-555 16180 2017-04-14 23:48:00          48
    +#> 10565            25   A69-1303-555 16182 2017-04-15 00:36:00          48
    +#> 10566            25   A69-1303-555 16183 2017-04-15 00:38:00          48
    +#> 10567            25   A69-1303-555 16184 2017-04-15 00:40:00          48
    +#> 10568            25   A69-1303-555 16185 2017-04-15 00:42:00          48
    +#> 10569            25   A69-1303-555 16186 2017-04-15 00:46:00          48
    +#> 10570            25   A69-1303-555 16188 2017-04-15 00:48:00          48
    +#> 10571            25   A69-1303-555 16190 2017-04-15 00:50:00          48
    +#> 10572            25   A69-1303-555 16192 2017-04-15 00:52:00          48
    +#> 10573            25   A69-1303-555 16194 2017-04-15 00:54:00          48
    +#> 10574            25   A69-1303-555 16195 2017-04-15 00:56:00          48
    +#> 10575            25   A69-1303-555 16197 2017-04-15 00:58:00          48
    +#> 10576            25   A69-1303-555 16198 2017-04-15 01:00:00          48
    +#> 10577            25   A69-1303-555 16200 2017-04-15 01:02:00          48
    +#> 10578            25   A69-1303-555 16202 2017-04-15 01:06:00          48
    +#> 10579            25   A69-1303-555 16205 2017-04-15 01:08:00          48
    +#> 10580            25   A69-1303-555 16206 2017-04-15 01:12:00          48
    +#> 10581            25   A69-1303-555 16207 2017-04-15 01:34:00          49
    +#> 10582            25   A69-1303-555 16208 2017-04-15 01:52:00          49
    +#> 10583            25   A69-1303-555 16209 2017-04-15 02:06:00          49
    +#> 10584            25   A69-1303-555 16210 2017-04-18 03:48:00          51
    +#> 10585            25   A69-1303-555 16212 2017-04-18 03:50:00          51
    +#> 10586            25   A69-1303-555 16214 2017-04-18 03:52:00          51
    +#> 10587            25   A69-1303-555 16215 2017-04-18 03:54:00          51
    +#> 10588            25   A69-1303-555 16216 2017-04-18 03:56:00          51
    +#> 10589            25   A69-1303-555 16219 2017-04-18 03:58:00          51
    +#> 10590            25   A69-1303-555 16221 2017-04-18 04:00:00          51
    +#> 10591            25   A69-1303-555 16223 2017-04-18 04:02:00          51
    +#> 10592            25   A69-1303-555 16224 2017-04-18 04:04:00          51
    +#> 10593            25   A69-1303-555 16225 2017-04-18 04:06:00          51
    +#> 10594            25   A69-1303-555 16227 2017-04-18 04:08:00          51
    +#> 10595            25   A69-1303-555 16230 2017-04-18 04:10:00          51
    +#> 10596            25   A69-1303-555 16231 2017-04-18 04:14:00          51
    +#> 10597            25   A69-1303-555 16232 2017-04-18 04:16:00          51
    +#> 10598            25   A69-1303-555 16233 2017-04-18 04:20:00          51
    +#> 10599            25   A69-1303-555 16234 2017-04-18 04:22:00          51
    +#> 10600            25   A69-1303-555 16236 2017-04-18 04:24:00          51
    +#> 10601            25   A69-1303-555 16237 2017-04-18 04:28:00          51
    +#> 10602            25   A69-1303-555 16238 2017-04-18 20:28:00          52
    +#> 10603            25   A69-1303-555 16239 2017-04-18 20:38:00          47
    +#> 10604            25   A69-1303-555 16240 2017-04-18 20:40:00          47
    +#> 10605            25   A69-1303-555 16242 2017-04-18 20:42:00          52
    +#> 10606            25   A69-1303-555 16243 2017-04-18 20:44:00          52
    +#> 10607            25   A69-1303-555 16244 2017-04-18 20:48:00          52
    +#> 10608            25   A69-1303-555 16246 2017-04-18 20:54:00          47
    +#> 10609            25   A69-1303-555 16247 2017-04-18 20:54:00          52
    +#> 10610            25   A69-1303-555 16248 2017-04-18 20:56:00          52
    +#> 10611            25   A69-1303-555 16249 2017-04-18 20:58:00          52
    +#> 10612            25   A69-1303-555 16250 2017-04-18 21:00:00          52
    +#> 10613            25   A69-1303-555 16251 2017-04-18 21:00:00          47
    +#> 10614            25   A69-1303-555 16253 2017-04-18 21:04:00          52
    +#> 10615            25   A69-1303-555 16254 2017-04-18 21:04:00          47
    +#> 10616            25   A69-1303-555 16256 2017-04-18 21:06:00          52
    +#> 10617            25   A69-1303-555 16258 2017-04-18 21:08:00          52
    +#> 10618            25   A69-1303-555 16259 2017-04-18 21:08:00          47
    +#> 10619            25   A69-1303-555 16263 2017-04-18 21:10:00          52
    +#> 10620            25   A69-1303-555 16264 2017-04-18 21:10:00          47
    +#> 10621            25   A69-1303-555 16268 2017-04-18 21:12:00          52
    +#> 10622            25   A69-1303-555 16270 2017-04-18 21:14:00          52
    +#> 10623            25   A69-1303-555 16272 2017-04-18 21:18:00          52
    +#> 10624            25   A69-1303-555 16273 2017-04-18 21:20:00          47
    +#> 10625            25   A69-1303-555 16274 2017-04-18 21:20:00          52
    +#> 10626            25   A69-1303-555 16276 2017-04-18 21:34:00          47
    +#> 10627            25   A69-1303-555 16277 2017-04-19 00:56:00          47
    +#> 10628            25   A69-1303-555 16279 2017-04-19 00:58:00          47
    +#> 10629            25   A69-1303-555 16280 2017-04-19 01:00:00          47
    +#> 10630            25   A69-1303-555 16281 2017-04-19 01:02:00          47
    +#> 10631            25   A69-1303-555 16284 2017-04-19 01:04:00          47
    +#> 10632            25   A69-1303-555 16285 2017-04-19 01:10:00          47
    +#> 10633            25   A69-1303-555 16286 2017-04-19 01:12:00          47
    +#> 10634            25   A69-1303-555 16287 2017-04-19 01:12:00          52
    +#> 10635            25   A69-1303-555 16288 2017-04-19 01:24:00          52
    +#> 10636            25   A69-1303-555 16289 2017-04-19 01:38:00          52
    +#> 10637            25   A69-1303-555 16291 2017-04-19 01:40:00          47
    +#> 10638            25   A69-1303-555 16292 2017-04-19 01:40:00          52
    +#> 10639            25   A69-1303-555 16294 2017-04-19 01:42:00          52
    +#> 10640            25   A69-1303-555 16295 2017-04-19 01:42:00          47
    +#> 10641            25   A69-1303-555 16296 2017-04-19 01:44:00          52
    +#> 10642            25   A69-1303-555 16298 2017-04-19 01:46:00          52
    +#> 10643            25   A69-1303-555 16299 2017-04-19 01:48:00          52
    +#> 10644            25   A69-1303-555 16300 2017-04-19 02:00:00          52
    +#> 10645            25   A69-1303-555 16301 2017-04-19 02:08:00          52
    +#> 10646            25   A69-1303-555 16302 2017-04-19 02:22:00          47
    +#> 10647            25   A69-1303-555 16304 2017-04-19 02:28:00          52
    +#> 10648            25   A69-1303-555 16305 2017-04-19 02:30:00          52
    +#> 10649            25   A69-1303-555 16307 2017-04-19 02:32:00          52
    +#> 10650            25   A69-1303-555 16309 2017-04-19 02:36:00          52
    +#> 10651            25   A69-1303-555 16311 2017-04-19 02:38:00          52
    +#> 10652            25   A69-1303-555 16313 2017-04-19 02:40:00          52
    +#> 10653            25   A69-1303-555 16314 2017-04-19 02:42:00          52
    +#> 10654            25   A69-1303-555 16316 2017-04-19 02:44:00          52
    +#> 10655            25   A69-1303-555 16317 2017-04-19 03:04:00          52
    +#> 10656            25   A69-1303-555 16318 2017-04-20 01:10:00          51
    +#> 10657            25   A69-1303-555 16320 2017-04-20 01:12:00          51
    +#> 10658            25   A69-1303-555 16321 2017-04-20 01:14:00          51
    +#> 10659            25   A69-1303-555 16322 2017-04-20 01:16:00          51
    +#> 10660            25   A69-1303-555 16324 2017-04-20 01:18:00          51
    +#> 10661            25   A69-1303-555 16326 2017-04-20 01:20:00          51
    +#> 10662            25   A69-1303-555 16327 2017-04-20 01:22:00          51
    +#> 10663            25   A69-1303-555 16329 2017-04-20 01:24:00          51
    +#> 10664            25   A69-1303-555 16331 2017-04-20 01:26:00          51
    +#> 10665            25   A69-1303-555 16333 2017-04-20 01:28:00          51
    +#> 10666            25   A69-1303-555 16334 2017-04-20 01:30:00          51
    +#> 10667            25   A69-1303-555 16336 2017-04-20 01:32:00          51
    +#> 10668            25   A69-1303-555 16337 2017-04-20 01:34:00          51
    +#> 10669            25   A69-1303-555 16339 2017-04-20 01:36:00          51
    +#> 10670            25   A69-1303-555 16340 2017-04-20 01:38:00          51
    +#> 10671            25   A69-1303-555 16341 2017-04-20 01:40:00          51
    +#> 10672            25   A69-1303-555 16342 2017-04-20 01:42:00          51
    +#> 10673            25   A69-1303-555 16344 2017-04-20 01:44:00          51
    +#> 10674            25   A69-1303-555 16345 2017-04-20 01:46:00          51
    +#> 10675            25   A69-1303-555 16346 2017-04-20 01:48:00          51
    +#> 10676            25   A69-1303-555 16347 2017-04-20 01:52:00          51
    +#> 10677            25   A69-1303-555 16348 2017-04-20 01:54:00          51
    +#> 10678            25   A69-1303-555 16349 2017-04-20 01:58:00          51
    +#> 10679            25   A69-1303-555 16350 2017-04-20 02:06:00          51
    +#> 10680            25   A69-1303-555 16351 2017-04-20 02:24:00          51
    +#> 10681            25   A69-1303-555 16352 2017-04-20 02:26:00          51
    +#> 10682            25   A69-1303-555 16353 2017-04-21 04:14:00          48
    +#> 10683            25   A69-1303-555 16354 2017-04-21 04:16:00          48
    +#> 10684            25   A69-1303-555 16355 2017-04-21 04:20:00          48
    +#> 10685            25   A69-1303-555 16356 2017-04-21 04:22:00          48
    +#> 10686            25   A69-1303-555 16358 2017-04-21 04:24:00          48
    +#> 10687            25   A69-1303-555 16360 2017-04-21 04:26:00          48
    +#> 10688            25   A69-1303-555 16361 2017-04-21 04:32:00          48
    +#> 10689            25   A69-1303-555 16363 2017-04-21 04:36:00          48
    +#> 10690            25   A69-1303-555 16364 2017-04-21 04:40:00          48
    +#> 10691            25   A69-1303-555 16365 2017-04-21 04:42:00          48
    +#> 10692            25   A69-1303-555 16366 2017-04-21 04:44:00          48
    +#> 10693            25   A69-1303-555 16368 2017-04-21 04:56:00          48
    +#> 10694            25   A69-1303-555 16369 2017-04-21 04:58:00          48
    +#> 10695            25   A69-1303-555 16370 2017-04-21 08:56:00          45
    +#> 10696            25   A69-1303-555 16371 2017-04-21 09:26:00          45
    +#> 10697            25   A69-1303-555 16372 2017-04-21 11:24:00          45
    +#> 10698            25   A69-1303-555 16373 2017-04-21 11:48:00          45
    +#> 10699            25   A69-1303-555 16374 2017-04-21 11:50:00          45
    +#> 10700            25   A69-1303-555 16375 2017-04-21 11:52:00          45
    +#> 10701            25   A69-1303-555 16376 2017-04-21 12:08:00          45
    +#> 10702            25   A69-1303-555 16377 2017-04-21 12:18:00          45
    +#> 10703            25   A69-1303-555 16379 2017-04-21 12:28:00          45
    +#> 10704            25   A69-1303-555 16380 2017-04-21 16:56:00          45
    +#> 10705            25   A69-1303-555 16381 2017-04-21 17:12:00          45
    +#> 10706            25   A69-1303-555 16383 2017-04-21 17:14:00          45
    +#> 10707            25   A69-1303-555 16385 2017-04-21 17:18:00          45
    +#> 10708            25   A69-1303-555 16386 2017-04-21 17:20:00          45
    +#> 10709            25   A69-1303-555 16387 2017-04-21 17:22:00          45
    +#> 10710            25   A69-1303-555 16388 2017-04-21 17:24:00          45
    +#> 10711            25   A69-1303-555 16389 2017-04-21 17:28:00          45
    +#> 10712            25   A69-1303-555 16390 2017-04-21 17:32:00          45
    +#> 10713            25   A69-1303-555 16393 2017-04-21 17:34:00          45
    +#> 10714            25   A69-1303-555 16394 2017-04-21 17:36:00          45
    +#> 10715            25   A69-1303-555 16395 2017-04-21 17:40:00          45
    +#> 10716            25   A69-1303-555 16397 2017-04-21 17:42:00          45
    +#> 10717            25   A69-1303-555 16399 2017-04-21 17:44:00          45
    +#> 10718            25   A69-1303-555 16401 2017-04-21 17:46:00          45
    +#> 10719            25   A69-1303-555 16402 2017-04-21 17:48:00          45
    +#> 10720            25   A69-1303-555 16404 2017-04-21 17:50:00          45
    +#> 10721            25   A69-1303-555 16405 2017-04-21 17:52:00          45
    +#> 10722            25   A69-1303-555 16407 2017-04-21 17:54:00          45
    +#> 10723            25   A69-1303-555 16408 2017-04-21 17:56:00          45
    +#> 10724            25   A69-1303-555 16409 2017-04-21 17:58:00          45
    +#> 10725            25   A69-1303-555 16411 2017-04-21 18:00:00          45
    +#> 10726            25   A69-1303-555 16412 2017-04-21 18:02:00          45
    +#> 10727            25   A69-1303-555 16414 2017-04-21 18:04:00          45
    +#> 10728            25   A69-1303-555 16415 2017-04-21 18:06:00          45
    +#> 10729            25   A69-1303-555 16416 2017-04-21 18:08:00          45
    +#> 10730            25   A69-1303-555 16418 2017-04-21 18:10:00          45
    +#> 10731            25   A69-1303-555 16420 2017-04-21 18:12:00          45
    +#> 10732            25   A69-1303-555 16421 2017-04-21 18:14:00          45
    +#> 10733            25   A69-1303-555 16422 2017-04-21 18:16:00          45
    +#> 10734            25   A69-1303-555 16423 2017-04-21 18:20:00          45
    +#> 10735            25   A69-1303-555 16424 2017-04-21 18:22:00          45
    +#> 10736            25   A69-1303-555 16425 2017-04-21 18:26:00          45
    +#> 10737            25   A69-1303-555 16426 2017-04-21 18:30:00          45
    +#> 10738            25   A69-1303-555 16427 2017-04-21 18:32:00          45
    +#> 10739            25   A69-1303-555 16429 2017-04-21 18:34:00          45
    +#> 10740            25   A69-1303-555 16431 2017-04-21 18:38:00          45
    +#> 10741            25   A69-1303-555 16432 2017-04-21 18:42:00          45
    +#> 10742            25   A69-1303-555 16433 2017-04-21 18:44:00          45
    +#> 10743            25   A69-1303-555 16434 2017-04-21 18:46:00          45
    +#> 10744            25   A69-1303-555 16436 2017-04-21 18:48:00          45
    +#> 10745            25   A69-1303-555 16437 2017-04-21 18:50:00          45
    +#> 10746            25   A69-1303-555 16439 2017-04-21 18:52:00          45
    +#> 10747            25   A69-1303-555 16440 2017-04-21 18:54:00          45
    +#> 10748            25   A69-1303-555 16441 2017-04-21 18:56:00          45
    +#> 10749            25   A69-1303-555 16442 2017-04-21 18:58:00          45
    +#> 10750            25   A69-1303-555 16443 2017-04-21 19:00:00          45
    +#> 10751            25   A69-1303-555 16445 2017-04-21 19:02:00          45
    +#> 10752            25   A69-1303-555 16447 2017-04-21 19:04:00          45
    +#> 10753            25   A69-1303-555 16448 2017-04-21 19:06:00          45
    +#> 10754            25   A69-1303-555 16450 2017-04-21 19:08:00          45
    +#> 10755            25   A69-1303-555 16452 2017-04-21 19:10:00          45
    +#> 10756            25   A69-1303-555 16454 2017-04-21 19:14:00          45
    +#> 10757            25   A69-1303-555 16456 2017-04-21 19:16:00          45
    +#> 10758            25   A69-1303-555 16457 2017-04-21 19:18:00          45
    +#> 10759            25   A69-1303-555 16459 2017-04-21 19:20:00          45
    +#> 10760            25   A69-1303-555 16461 2017-04-21 19:24:00          45
    +#> 10761            25   A69-1303-555 16463 2017-04-21 19:26:00          45
    +#> 10762            25   A69-1303-555 16464 2017-04-21 19:28:00          45
    +#> 10763            25   A69-1303-555 16465 2017-04-21 19:30:00          45
    +#> 10764            25   A69-1303-555 16466 2017-04-21 19:32:00          45
    +#> 10765            25   A69-1303-555 16468 2017-04-21 19:34:00          45
    +#> 10766            25   A69-1303-555 16469 2017-04-21 19:36:00          45
    +#> 10767            25   A69-1303-555 16471 2017-04-21 19:38:00          45
    +#> 10768            25   A69-1303-555 16473 2017-04-21 19:40:00          45
    +#> 10769            25   A69-1303-555 16474 2017-04-21 19:42:00          45
    +#> 10770            25   A69-1303-555 16475 2017-04-21 19:44:00          45
    +#> 10771            25   A69-1303-555 16477 2017-04-21 19:46:00          45
    +#> 10772            25   A69-1303-555 16478 2017-04-21 19:48:00          45
    +#> 10773            25   A69-1303-555 16480 2017-04-21 19:50:00          45
    +#> 10774            25   A69-1303-555 16481 2017-04-21 19:52:00          45
    +#> 10775            25   A69-1303-555 16483 2017-04-21 19:54:00          45
    +#> 10776            25   A69-1303-555 16484 2017-04-21 19:56:00          45
    +#> 10777            25   A69-1303-555 16486 2017-04-21 19:58:00          45
    +#> 10778            25   A69-1303-555 16487 2017-04-21 20:00:00          45
    +#> 10779            25   A69-1303-555 16488 2017-04-21 20:02:00          45
    +#> 10780            25   A69-1303-555 16490 2017-04-21 20:04:00          45
    +#> 10781            25   A69-1303-555 16492 2017-04-21 20:06:00          45
    +#> 10782            25   A69-1303-555 16494 2017-04-21 20:08:00          45
    +#> 10783            25   A69-1303-555 16495 2017-04-21 20:10:00          45
    +#> 10784            25   A69-1303-555 16496 2017-04-21 20:12:00          45
    +#> 10785            25   A69-1303-555 16499 2017-04-21 20:14:00          45
    +#> 10786            25   A69-1303-555 16501 2017-04-21 20:16:00          45
    +#> 10787            25   A69-1303-555 16502 2017-04-21 20:18:00          45
    +#> 10788            25   A69-1303-555 16503 2017-04-21 20:20:00          45
    +#> 10789            25   A69-1303-555 16504 2017-04-21 20:22:00          45
    +#> 10790            25   A69-1303-555 16505 2017-04-21 20:24:00          45
    +#> 10791            25   A69-1303-555 16507 2017-04-21 20:28:00          45
    +#> 10792            25   A69-1303-555 16509 2017-04-21 20:30:00          45
    +#> 10793            25   A69-1303-555 16512 2017-04-21 20:32:00          45
    +#> 10794            25   A69-1303-555 16513 2017-04-21 20:34:00          45
    +#> 10795            25   A69-1303-555 16515 2017-04-21 20:38:00          45
    +#> 10796            25   A69-1303-555 16517 2017-04-21 20:44:00          45
    +#> 10797            25   A69-1303-555 16519 2017-04-21 20:46:00          45
    +#> 10798            25   A69-1303-555 16521 2017-04-21 20:48:00          45
    +#> 10799            25   A69-1303-555 16523 2017-04-21 20:50:00          45
    +#> 10800            25   A69-1303-555 16525 2017-04-21 20:52:00          45
    +#> 10801            25   A69-1303-555 16527 2017-04-21 20:54:00          45
    +#> 10802            25   A69-1303-555 16529 2017-04-21 20:56:00          45
    +#> 10803            25   A69-1303-555 16530 2017-04-21 20:58:00          45
    +#> 10804            25   A69-1303-555 16531 2017-04-21 21:00:00          45
    +#> 10805            25   A69-1303-555 16533 2017-04-21 21:02:00          45
    +#> 10806            25   A69-1303-555 16534 2017-04-21 21:04:00          45
    +#> 10807            25   A69-1303-555 16537 2017-04-21 21:06:00          45
    +#> 10808            25   A69-1303-555 16539 2017-04-21 21:08:00          56
    +#> 10809            25   A69-1303-555 16540 2017-04-21 21:08:00          45
    +#> 10810            25   A69-1303-555 16542 2017-04-21 21:10:00          45
    +#> 10811            25   A69-1303-555 16543 2017-04-21 21:12:00          45
    +#> 10812            25   A69-1303-555 16544 2017-04-21 21:12:00          56
    +#> 10813            25   A69-1303-555 16546 2017-04-21 21:14:00          56
    +#> 10814            25   A69-1303-555 16547 2017-04-21 21:14:00          45
    +#> 10815            25   A69-1303-555 16549 2017-04-21 21:16:00          45
    +#> 10816            25   A69-1303-555 16550 2017-04-21 21:16:00          56
    +#> 10817            25   A69-1303-555 16554 2017-04-21 21:18:00          56
    +#> 10818            25   A69-1303-555 16556 2017-04-21 21:20:00          56
    +#> 10819            25   A69-1303-555 16557 2017-04-21 21:20:00          45
    +#> 10820            25   A69-1303-555 16558 2017-04-21 21:24:00          56
    +#> 10821            25   A69-1303-555 16560 2017-04-21 21:26:00          56
    +#> 10822            25   A69-1303-555 16562 2017-04-21 21:28:00          56
    +#> 10823            25   A69-1303-555 16563 2017-04-21 21:30:00          56
    +#> 10824            25   A69-1303-555 16565 2017-04-21 21:32:00          56
    +#> 10825            25   A69-1303-555 16566 2017-04-21 21:34:00          56
    +#> 10826            25   A69-1303-555 16567 2017-04-21 21:36:00          56
    +#> 10827            25   A69-1303-555 16568 2017-04-21 21:38:00          56
    +#> 10828            25   A69-1303-555 16569 2017-04-21 21:38:00          45
    +#> 10829            25   A69-1303-555 16571 2017-04-21 21:40:00          45
    +#> 10830            25   A69-1303-555 16572 2017-04-21 21:40:00          56
    +#> 10831            25   A69-1303-555 16573 2017-04-21 21:42:00          45
    +#> 10832            25   A69-1303-555 16575 2017-04-21 21:44:00          45
    +#> 10833            25   A69-1303-555 16576 2017-04-21 21:46:00          45
    +#> 10834            25   A69-1303-555 16578 2017-04-21 21:48:00          45
    +#> 10835            25   A69-1303-555 16580 2017-04-21 21:50:00          45
    +#> 10836            25   A69-1303-555 16581 2017-04-21 21:52:00          45
    +#> 10837            25   A69-1303-555 16583 2017-04-21 21:54:00          45
    +#> 10838            25   A69-1303-555 16584 2017-04-21 22:12:00          56
    +#> 10839            25   A69-1303-555 16585 2017-04-21 22:14:00          45
    +#> 10840            25   A69-1303-555 16586 2017-04-21 22:16:00          56
    +#> 10841            25   A69-1303-555 16587 2017-04-21 22:16:00          45
    +#> 10842            25   A69-1303-555 16589 2017-04-21 22:18:00          45
    +#> 10843            25   A69-1303-555 16590 2017-04-21 22:18:00          56
    +#> 10844            25   A69-1303-555 16592 2017-04-21 22:20:00          56
    +#> 10845            25   A69-1303-555 16593 2017-04-21 22:20:00          45
    +#> 10846            25   A69-1303-555 16596 2017-04-21 22:22:00          56
    +#> 10847            25   A69-1303-555 16597 2017-04-21 22:22:00          45
    +#> 10848            25   A69-1303-555 16599 2017-04-21 22:24:00          45
    +#> 10849            25   A69-1303-555 16602 2017-04-21 22:26:00          45
    +#> 10850            25   A69-1303-555 16603 2017-04-21 22:26:00          56
    +#> 10851            25   A69-1303-555 16604 2017-04-21 22:28:00          45
    +#> 10852            25   A69-1303-555 16606 2017-04-21 22:30:00          45
    +#> 10853            25   A69-1303-555 16608 2017-04-21 22:32:00          45
    +#> 10854            25   A69-1303-555 16609 2017-04-21 22:34:00          45
    +#> 10855            25   A69-1303-555 16611 2017-04-21 22:36:00          45
    +#> 10856            25   A69-1303-555 16613 2017-04-21 22:38:00          45
    +#> 10857            25   A69-1303-555 16615 2017-04-21 22:40:00          45
    +#> 10858            25   A69-1303-555 16617 2017-04-21 22:42:00          45
    +#> 10859            25   A69-1303-555 16619 2017-04-21 22:44:00          45
    +#> 10860            25   A69-1303-555 16621 2017-04-21 22:46:00          45
    +#> 10861            25   A69-1303-555 16622 2017-04-21 22:46:00          56
    +#> 10862            25   A69-1303-555 16623 2017-04-21 22:48:00          45
    +#> 10863            25   A69-1303-555 16624 2017-04-21 22:48:00          56
    +#> 10864            25   A69-1303-555 16626 2017-04-21 22:50:00          45
    +#> 10865            25   A69-1303-555 16628 2017-04-21 22:52:00          45
    +#> 10866            25   A69-1303-555 16630 2017-04-21 22:54:00          45
    +#> 10867            25   A69-1303-555 16632 2017-04-21 22:58:00          45
    +#> 10868            25   A69-1303-555 16633 2017-04-22 00:48:00          45
    +#> 10869            25   A69-1303-555 16634 2017-04-22 00:52:00          45
    +#> 10870            25   A69-1303-555 16635 2017-04-22 00:56:00          45
    +#> 10871            25   A69-1303-555 16638 2017-04-22 00:58:00          45
    +#> 10872            25   A69-1303-555 16640 2017-04-22 01:00:00          45
    +#> 10873            25   A69-1303-555 16642 2017-04-22 01:02:00          45
    +#> 10874            25   A69-1303-555 16643 2017-04-22 01:04:00          45
    +#> 10875            25   A69-1303-555 16645 2017-04-22 01:06:00          45
    +#> 10876            25   A69-1303-555 16646 2017-04-22 01:08:00          45
    +#> 10877            25   A69-1303-555 16648 2017-04-22 01:10:00          56
    +#> 10878            25   A69-1303-555 16649 2017-04-22 01:10:00          45
    +#> 10879            25   A69-1303-555 16650 2017-04-22 01:12:00          56
    +#> 10880            25   A69-1303-555 16651 2017-04-22 01:12:00          45
    +#> 10881            25   A69-1303-555 16652 2017-04-22 01:14:00          45
    +#> 10882            25   A69-1303-555 16653 2017-04-22 01:16:00          45
    +#> 10883            25   A69-1303-555 16655 2017-04-22 01:18:00          56
    +#> 10884            25   A69-1303-555 16656 2017-04-22 01:18:00          45
    +#> 10885            25   A69-1303-555 16658 2017-04-22 01:20:00          45
    +#> 10886            25   A69-1303-555 16659 2017-04-22 01:20:00          56
    +#> 10887            25   A69-1303-555 16660 2017-04-22 01:22:00          56
    +#> 10888            25   A69-1303-555 16661 2017-04-22 01:22:00          45
    +#> 10889            25   A69-1303-555 16662 2017-04-22 01:24:00          45
    +#> 10890            25   A69-1303-555 16665 2017-04-22 01:26:00          45
    +#> 10891            25   A69-1303-555 16666 2017-04-22 01:28:00          45
    +#> 10892            25   A69-1303-555 16668 2017-04-22 01:30:00          45
    +#> 10893            25   A69-1303-555 16669 2017-04-22 01:32:00          45
    +#> 10894            25   A69-1303-555 16671 2017-04-22 01:34:00          45
    +#> 10895            25   A69-1303-555 16673 2017-04-22 01:36:00          45
    +#> 10896            25   A69-1303-555 16674 2017-04-22 01:38:00          45
    +#> 10897            25   A69-1303-555 16675 2017-04-22 01:40:00          45
    +#> 10898            25   A69-1303-555 16677 2017-04-22 01:42:00          45
    +#> 10899            25   A69-1303-555 16678 2017-04-22 01:44:00          45
    +#> 10900            25   A69-1303-555 16680 2017-04-22 01:46:00          45
    +#> 10901            25   A69-1303-555 16681 2017-04-22 01:46:00          57
    +#> 10902            25   A69-1303-555 16682 2017-04-22 01:48:00          57
    +#> 10903            25   A69-1303-555 16684 2017-04-22 01:52:00          57
    +#> 10904            25   A69-1303-555 16686 2017-04-22 01:52:00          43
    +#> 10905            25   A69-1303-555 16687 2017-04-22 01:54:00          57
    +#> 10906            25   A69-1303-555 16688 2017-04-22 01:54:00          43
    +#> 10907            25   A69-1303-555 16692 2017-04-22 01:56:00          57
    +#> 10908            25   A69-1303-555 16693 2017-04-22 01:56:00          43
    +#> 10909            25   A69-1303-555 16697 2017-04-22 01:58:00          57
    +#> 10910            25   A69-1303-555 16699 2017-04-22 02:00:00          57
    +#> 10911            25   A69-1303-555 16700 2017-04-22 02:02:00          57
    +#> 10912            25   A69-1303-555 16702 2017-04-22 02:04:00          57
    +#> 10913            25   A69-1303-555 16703 2017-04-22 02:06:00          57
    +#> 10914            25   A69-1303-555 16704 2017-04-22 02:06:00          43
    +#> 10915            25   A69-1303-555 16706 2017-04-22 02:08:00          57
    +#> 10916            25   A69-1303-555 16708 2017-04-22 02:08:00          43
    +#> 10917            25   A69-1303-555 16709 2017-04-22 02:10:00          57
    +#> 10918            25   A69-1303-555 16710 2017-04-22 02:10:00          43
    +#> 10919            25   A69-1303-555 16711 2017-04-22 02:12:00          43
    +#> 10920            25   A69-1303-555 16712 2017-04-22 02:14:00          43
    +#> 10921            25   A69-1303-555 16713 2017-04-22 02:56:00          48
    +#> 10922            25   A69-1303-555 16714 2017-04-22 03:12:00          48
    +#> 10923            25   A69-1303-555 16715 2017-04-22 03:14:00          48
    +#> 10924            25   A69-1303-555 16716 2017-04-22 03:16:00          48
    +#> 10925            25   A69-1303-555 16718 2017-04-22 03:18:00          48
    +#> 10926            25   A69-1303-555 16720 2017-04-22 03:20:00          48
    +#> 10927            25   A69-1303-555 16721 2017-04-22 03:22:00          48
    +#> 10928            25   A69-1303-555 16722 2017-04-22 03:24:00          48
    +#> 10929            25   A69-1303-555 16724 2017-04-22 03:26:00          48
    +#> 10930            25   A69-1303-555 16726 2017-04-22 03:28:00          48
    +#> 10931            25   A69-1303-555 16727 2017-04-22 03:30:00          48
    +#> 10932            25   A69-1303-555 16729 2017-04-22 03:32:00          48
    +#> 10933            25   A69-1303-555 16730 2017-04-22 03:34:00          48
    +#> 10934            25   A69-1303-555 16731 2017-04-22 03:36:00          48
    +#> 10935            25   A69-1303-555 16732 2017-04-22 03:38:00          48
    +#> 10936            25   A69-1303-555 16733 2017-04-22 03:58:00          49
    +#> 10937            25   A69-1303-555 16734 2017-04-22 04:00:00          49
    +#> 10938            25   A69-1303-555 16736 2017-04-22 04:02:00          49
    +#> 10939            25   A69-1303-555 16738 2017-04-22 04:04:00          49
    +#> 10940            25   A69-1303-555 16739 2017-04-22 04:06:00          49
    +#> 10941            25   A69-1303-555 16740 2017-04-22 04:08:00          49
    +#> 10942            25   A69-1303-555 16742 2017-04-22 04:12:00          49
    +#> 10943            25   A69-1303-555 16744 2017-04-22 04:18:00          49
    +#> 10944            25   A69-1303-555 16745 2017-04-22 04:20:00          49
    +#> 10945            25   A69-1303-555 16746 2017-04-22 04:22:00          49
    +#> 10946            25   A69-1303-555 16747 2017-04-22 04:26:00          49
    +#> 10947            25   A69-1303-555 16748 2017-04-22 04:28:00          49
    +#> 10948            25   A69-1303-555 16749 2017-04-22 04:30:00          49
    +#> 10949            25   A69-1303-555 16751 2017-04-22 04:32:00          49
    +#> 10950            25   A69-1303-555 16753 2017-04-22 04:34:00          49
    +#> 10951            25   A69-1303-555 16754 2017-04-22 04:40:00          49
    +#> 10952            25   A69-1303-555 16755 2017-04-22 04:42:00          49
    +#> 10953            25   A69-1303-555 16756 2017-04-23 03:44:00          51
    +#> 10954            25   A69-1303-555 16757 2017-04-23 03:54:00          51
    +#> 10955            25   A69-1303-555 16758 2017-04-23 03:56:00          51
    +#> 10956            25   A69-1303-555 16759 2017-04-23 03:58:00          51
    +#> 10957            25   A69-1303-555 16761 2017-04-23 04:02:00          51
    +#> 10958            25   A69-1303-555 16762 2017-04-23 04:04:00          51
    +#> 10959            25   A69-1303-555 16763 2017-04-23 04:10:00          51
    +#> 10960            25   A69-1303-555 16764 2017-04-23 04:14:00          51
    +#> 10961            25   A69-1303-555 16766 2017-04-23 04:16:00          51
    +#> 10962            25   A69-1303-555 16767 2017-04-23 04:18:00          51
    +#> 10963            25   A69-1303-555 16769 2017-04-23 04:20:00          51
    +#> 10964            25   A69-1303-555 16771 2017-04-23 04:22:00          51
    +#> 10965            25   A69-1303-555 16772 2017-04-23 04:26:00          51
    +#> 10966            25   A69-1303-555 16774 2017-04-23 04:28:00          51
    +#> 10967            25   A69-1303-555 16776 2017-04-23 04:30:00          51
    +#> 10968            25   A69-1303-555 16777 2017-04-23 04:32:00          51
    +#> 10969            25   A69-1303-555 16779 2017-04-23 04:34:00          51
    +#> 10970            25   A69-1303-555 16780 2017-04-23 04:36:00          51
    +#> 10971            25   A69-1303-555 16781 2017-04-23 04:38:00          51
    +#> 10972            25   A69-1303-555 16782 2017-04-23 04:48:00          51
    +#> 10973            25   A69-1303-555 16783 2017-04-23 11:32:00          51
    +#> 10974            25   A69-1303-555 16784 2017-04-23 11:34:00          51
    +#> 10975            25   A69-1303-555 16785 2017-04-23 13:24:00          51
    +#> 10976            25   A69-1303-555 16786 2017-04-23 13:38:00          51
    +#> 10977            25   A69-1303-555 16787 2017-04-23 14:18:00          51
    +#> 10978            25   A69-1303-555 16788 2017-04-23 14:22:00          51
    +#> 10979            25   A69-1303-555 16789 2017-04-23 14:28:00          51
    +#> 10980            25   A69-1303-555 16790 2017-04-23 14:36:00          51
    +#> 10981            25   A69-1303-555 16791 2017-04-23 14:48:00          51
    +#> 10982            25   A69-1303-555 16792 2017-04-23 14:52:00          51
    +#> 10983            25   A69-1303-555 16793 2017-04-27 19:56:00          45
    +#> 10984            25   A69-1303-555 16794 2017-04-27 19:58:00          45
    +#> 10985            25   A69-1303-555 16796 2017-04-27 20:00:00          45
    +#> 10986            25   A69-1303-555 16798 2017-04-27 20:02:00          45
    +#> 10987            25   A69-1303-555 16799 2017-04-27 20:04:00          45
    +#> 10988            25   A69-1303-555 16801 2017-04-27 20:06:00          45
    +#> 10989            25   A69-1303-555 16803 2017-04-27 20:08:00          45
    +#> 10990            25   A69-1303-555 16804 2017-04-27 20:10:00          45
    +#> 10991            25   A69-1303-555 16806 2017-04-27 20:12:00          45
    +#> 10992            25   A69-1303-555 16807 2017-04-27 20:14:00          45
    +#> 10993            25   A69-1303-555 16808 2017-04-27 20:16:00          45
    +#> 10994            25   A69-1303-555 16810 2017-04-27 20:18:00          45
    +#> 10995            25   A69-1303-555 16811 2017-04-27 20:20:00          56
    +#> 10996            25   A69-1303-555 16812 2017-04-27 20:20:00          45
    +#> 10997            25   A69-1303-555 16813 2017-04-27 20:22:00          45
    +#> 10998            25   A69-1303-555 16815 2017-04-27 20:22:00          56
    +#> 10999            25   A69-1303-555 16816 2017-04-27 20:24:00          45
    +#> 11000            25   A69-1303-555 16818 2017-04-27 20:26:00          45
    +#> 11001            25   A69-1303-555 16819 2017-04-27 20:28:00          45
    +#> 11002            25   A69-1303-555 16821 2017-04-27 20:28:00          56
    +#> 11003            25   A69-1303-555 16822 2017-04-27 20:30:00          45
    +#> 11004            25   A69-1303-555 16823 2017-04-27 20:30:00          56
    +#> 11005            25   A69-1303-555 16824 2017-04-27 20:32:00          45
    +#> 11006            25   A69-1303-555 16825 2017-04-27 20:34:00          45
    +#> 11007            25   A69-1303-555 16826 2017-04-27 20:40:00          45
    +#> 11008            25   A69-1303-555 16828 2017-04-27 20:44:00          45
    +#> 11009            25   A69-1303-555 16829 2017-04-27 20:48:00          45
    +#> 11010            25   A69-1303-555 16830 2017-04-27 20:50:00          45
    +#> 11011            25   A69-1303-555 16832 2017-04-27 20:52:00          45
    +#> 11012            25   A69-1303-555 16834 2017-04-27 20:54:00          45
    +#> 11013            25   A69-1303-555 16836 2017-04-27 20:56:00          45
    +#> 11014            25   A69-1303-555 16837 2017-04-27 20:58:00          45
    +#> 11015            25   A69-1303-555 16839 2017-04-27 21:00:00          45
    +#> 11016            25   A69-1303-555 16841 2017-04-27 21:02:00          45
    +#> 11017            25   A69-1303-555 16842 2017-04-27 21:04:00          45
    +#> 11018            25   A69-1303-555 16844 2017-04-27 21:06:00          45
    +#> 11019            25   A69-1303-555 16846 2017-04-27 21:08:00          45
    +#> 11020            25   A69-1303-555 16848 2017-04-27 21:10:00          45
    +#> 11021            25   A69-1303-555 16849 2017-04-27 21:12:00          45
    +#> 11022            25   A69-1303-555 16851 2017-04-27 21:14:00          45
    +#> 11023            25   A69-1303-555 16854 2017-04-27 21:16:00          45
    +#> 11024            25   A69-1303-555 16855 2017-04-27 21:18:00          45
    +#> 11025            25   A69-1303-555 16857 2017-04-27 21:20:00          45
    +#> 11026            25   A69-1303-555 16859 2017-04-27 21:22:00          45
    +#> 11027            25   A69-1303-555 16860 2017-04-27 21:24:00          45
    +#> 11028            25   A69-1303-555 16863 2017-04-27 21:26:00          45
    +#> 11029            25   A69-1303-555 16865 2017-04-27 21:28:00          45
    +#> 11030            25   A69-1303-555 16867 2017-04-27 21:30:00          45
    +#> 11031            25   A69-1303-555 16868 2017-04-27 21:32:00          45
    +#> 11032            25   A69-1303-555 16871 2017-04-27 21:38:00          45
    +#> 11033            25   A69-1303-555 16873 2017-04-27 21:40:00          45
    +#> 11034            25   A69-1303-555 16874 2017-04-27 21:42:00          45
    +#> 11035            25   A69-1303-555 16876 2017-04-27 21:46:00          45
    +#> 11036            25   A69-1303-555 16877 2017-04-27 21:50:00          45
    +#> 11037            25   A69-1303-555 16878 2017-04-27 21:52:00          45
    +#> 11038            25   A69-1303-555 16879 2017-04-27 21:54:00          45
    +#> 11039            25   A69-1303-555 16881 2017-04-27 21:58:00          45
    +#> 11040            25   A69-1303-555 16882 2017-04-27 22:00:00          45
    +#> 11041            25   A69-1303-555 16884 2017-04-27 22:04:00          45
    +#> 11042            25   A69-1303-555 16887 2017-04-27 22:06:00          45
    +#> 11043            25   A69-1303-555 16889 2017-04-27 22:08:00          45
    +#> 11044            25   A69-1303-555 16890 2017-04-27 22:10:00          45
    +#> 11045            25   A69-1303-555 16891 2017-04-27 22:12:00          45
    +#> 11046            25   A69-1303-555 16893 2017-04-27 22:14:00          45
    +#> 11047            25   A69-1303-555 16895 2017-04-27 22:16:00          45
    +#> 11048            25   A69-1303-555 16896 2017-04-27 22:18:00          45
    +#> 11049            25   A69-1303-555 16899 2017-04-27 22:20:00          45
    +#> 11050            25   A69-1303-555 16900 2017-04-27 22:22:00          45
    +#> 11051            25   A69-1303-555 16901 2017-04-27 22:24:00          45
    +#> 11052            25   A69-1303-555 16902 2017-04-27 22:26:00          45
    +#> 11053            25   A69-1303-555 16904 2017-04-27 22:28:00          45
    +#> 11054            25   A69-1303-555 16905 2017-04-27 22:30:00          45
    +#> 11055            25   A69-1303-555 16907 2017-04-27 22:32:00          45
    +#> 11056            25   A69-1303-555 16909 2017-04-27 22:34:00          45
    +#> 11057            25   A69-1303-555 16910 2017-04-27 22:36:00          45
    +#> 11058            25   A69-1303-555 16913 2017-04-27 22:38:00          45
    +#> 11059            25   A69-1303-555 16915 2017-04-27 22:40:00          45
    +#> 11060            25   A69-1303-555 16917 2017-04-27 22:42:00          45
    +#> 11061            25   A69-1303-555 16919 2017-04-27 22:44:00          45
    +#> 11062            25   A69-1303-555 16921 2017-04-27 22:46:00          45
    +#> 11063            25   A69-1303-555 16922 2017-04-27 22:48:00          45
    +#> 11064            25   A69-1303-555 16924 2017-04-27 22:50:00          45
    +#> 11065            25   A69-1303-555 16926 2017-04-27 22:52:00          45
    +#> 11066            25   A69-1303-555 16927 2017-04-27 22:54:00          45
    +#> 11067            25   A69-1303-555 16929 2017-04-27 22:56:00          45
    +#> 11068            25   A69-1303-555 16930 2017-04-27 22:58:00          45
    +#> 11069            25   A69-1303-555 16932 2017-04-27 23:00:00          45
    +#> 11070            25   A69-1303-555 16934 2017-04-27 23:02:00          45
    +#> 11071            25   A69-1303-555 16937 2017-04-27 23:04:00          45
    +#> 11072            25   A69-1303-555 16939 2017-04-27 23:06:00          45
    +#> 11073            25   A69-1303-555 16941 2017-04-27 23:08:00          45
    +#> 11074            25   A69-1303-555 16943 2017-04-27 23:10:00          45
    +#> 11075            25   A69-1303-555 16944 2017-04-27 23:12:00          45
    +#> 11076            25   A69-1303-555 16945 2017-04-27 23:14:00          45
    +#> 11077            25   A69-1303-555 16948 2017-04-27 23:16:00          45
    +#> 11078            25   A69-1303-555 16950 2017-04-27 23:18:00          45
    +#> 11079            25   A69-1303-555 16951 2017-04-27 23:20:00          45
    +#> 11080            25   A69-1303-555 16953 2017-04-27 23:22:00          45
    +#> 11081            25   A69-1303-555 16954 2017-04-27 23:24:00          45
    +#> 11082            25   A69-1303-555 16957 2017-04-27 23:26:00          45
    +#> 11083            25   A69-1303-555 16958 2017-04-27 23:28:00          45
    +#> 11084            25   A69-1303-555 16960 2017-04-27 23:30:00          45
    +#> 11085            25   A69-1303-555 16962 2017-04-27 23:32:00          45
    +#> 11086            25   A69-1303-555 16963 2017-04-27 23:34:00          45
    +#> 11087            25   A69-1303-555 16965 2017-04-27 23:36:00          45
    +#> 11088            25   A69-1303-555 16966 2017-04-27 23:38:00          45
    +#> 11089            25   A69-1303-555 16968 2017-04-27 23:40:00          45
    +#> 11090            25   A69-1303-555 16969 2017-04-27 23:42:00          45
    +#> 11091            25   A69-1303-555 16970 2017-04-27 23:46:00          45
    +#> 11092            25   A69-1303-555 16971 2017-04-27 23:48:00          56
    +#> 11093            25   A69-1303-555 16972 2017-04-27 23:50:00          45
    +#> 11094            25   A69-1303-555 16974 2017-04-27 23:52:00          45
    +#> 11095            25   A69-1303-555 16976 2017-04-27 23:54:00          45
    +#> 11096            25   A69-1303-555 16977 2017-04-27 23:54:00          56
    +#> 11097            25   A69-1303-555 16978 2017-04-27 23:56:00          45
    +#> 11098            25   A69-1303-555 16979 2017-04-27 23:58:00          45
    +#> 11099            25   A69-1303-555 16981 2017-04-28 00:00:00          56
    +#> 11100            25   A69-1303-555 16983 2017-04-28 00:02:00          56
    +#> 11101            25   A69-1303-555 16984 2017-04-28 00:04:00          45
    +#> 11102            25   A69-1303-555 16985 2017-04-28 00:06:00          56
    +#> 11103            25   A69-1303-555 16986 2017-04-28 00:08:00          56
    +#> 11104            25   A69-1303-555 16987 2017-04-28 00:10:00          45
    +#> 11105            25   A69-1303-555 16988 2017-04-28 00:10:00          56
    +#> 11106            25   A69-1303-555 16989 2017-04-28 00:12:00          56
    +#> 11107            25   A69-1303-555 16990 2017-04-28 00:12:00          45
    +#> 11108            25   A69-1303-555 16991 2017-04-28 00:14:00          45
    +#> 11109            25   A69-1303-555 16992 2017-04-28 00:16:00          45
    +#> 11110            25   A69-1303-555 16993 2017-04-28 00:16:00          56
    +#> 11111            25   A69-1303-555 16995 2017-04-28 00:18:00          45
    +#>           receiver receiver_long receiver_lat receiver_depth
    +#> 1      VR2W-108163     -5.610733     56.37628             25
    +#> 2      VR2W-108163     -5.610733     56.37628             25
    +#> 3      VR2W-108163     -5.610733     56.37628             25
    +#> 4      VR2W-108163     -5.610733     56.37628             25
    +#> 5      VR2W-108163     -5.610733     56.37628             25
    +#> 6      VR2W-108163     -5.610733     56.37628             25
    +#> 7      VR2W-108163     -5.610733     56.37628             25
    +#> 8      VR2W-108163     -5.610733     56.37628             25
    +#> 9      VR2W-108163     -5.610733     56.37628             25
    +#> 10     VR2W-108163     -5.610733     56.37628             25
    +#> 11     VR2W-108163     -5.610733     56.37628             25
    +#> 12     VR2W-108163     -5.610733     56.37628             25
    +#> 13     VR2W-108163     -5.610733     56.37628             25
    +#> 14     VR2W-108163     -5.610733     56.37628             25
    +#> 15     VR2W-108163     -5.610733     56.37628             25
    +#> 16     VR2W-108163     -5.610733     56.37628             25
    +#> 17     VR2W-108163     -5.610733     56.37628             25
    +#> 18     VR2W-108163     -5.610733     56.37628             25
    +#> 19     VR2W-108158     -5.619533     56.37413             25
    +#> 20     VR2W-108163     -5.610733     56.37628             25
    +#> 21     VR2W-108163     -5.610733     56.37628             25
    +#> 22     VR2W-108158     -5.619533     56.37413             25
    +#> 23     VR2W-108158     -5.619533     56.37413             25
    +#> 24     VR2W-108158     -5.619533     56.37413             25
    +#> 25     VR2W-108158     -5.619533     56.37413             25
    +#> 26     VR2W-108158     -5.619533     56.37413             25
    +#> 27     VR2W-108158     -5.619533     56.37413             25
    +#> 28     VR2W-108158     -5.619533     56.37413             25
    +#> 29     VR2W-108158     -5.619533     56.37413             25
    +#> 30     VR2W-108158     -5.619533     56.37413             25
    +#> 31     VR2W-108158     -5.619533     56.37413             25
    +#> 32     VR2W-108158     -5.619533     56.37413             25
    +#> 33     VR2W-108158     -5.619533     56.37413             25
    +#> 34     VR2W-108158     -5.619533     56.37413             25
    +#> 35     VR2W-108158     -5.619533     56.37413             25
    +#> 36     VR2W-108158     -5.619533     56.37413             25
    +#> 37     VR2W-108158     -5.619533     56.37413             25
    +#> 38     VR2W-108158     -5.619533     56.37413             25
    +#> 39     VR2W-108158     -5.619533     56.37413             25
    +#> 40     VR2W-108158     -5.619533     56.37413             25
    +#> 41     VR2W-108158     -5.619533     56.37413             25
    +#> 42     VR2W-108158     -5.619533     56.37413             25
    +#> 43     VR2W-108163     -5.610733     56.37628             25
    +#> 44     VR2W-108163     -5.610733     56.37628             25
    +#> 45     VR2W-108163     -5.610733     56.37628             25
    +#> 46     VR2W-108163     -5.610733     56.37628             25
    +#> 47     VR2W-108163     -5.610733     56.37628             25
    +#> 48     VR2W-108163     -5.610733     56.37628             25
    +#> 49     VR2W-108163     -5.610733     56.37628             25
    +#> 50     VR2W-108163     -5.610733     56.37628             25
    +#> 51     VR2W-108163     -5.610733     56.37628             25
    +#> 52     VR2W-108158     -5.619533     56.37413             25
    +#> 53     VR2W-108158     -5.619533     56.37413             25
    +#> 54     VR2W-108163     -5.610733     56.37628             25
    +#> 55     VR2W-108163     -5.610733     56.37628             25
    +#> 56     VR2W-108163     -5.610733     56.37628             25
    +#> 57     VR2W-108163     -5.610733     56.37628             25
    +#> 58     VR2W-108163     -5.610733     56.37628             25
    +#> 59     VR2W-108163     -5.610733     56.37628             25
    +#> 60     VR2W-108163     -5.610733     56.37628             25
    +#> 61     VR2W-108163     -5.610733     56.37628             25
    +#> 62     VR2W-108163     -5.610733     56.37628             25
    +#> 63     VR2W-108163     -5.610733     56.37628             25
    +#> 64     VR2W-108163     -5.610733     56.37628             25
    +#> 65     VR2W-108163     -5.610733     56.37628             25
    +#> 66     VR2W-108163     -5.610733     56.37628             25
    +#> 67     VR2W-120722     -5.602283     56.37748             25
    +#> 68     VR2W-108163     -5.610733     56.37628             25
    +#> 69     VR2W-120722     -5.602283     56.37748             25
    +#> 70     VR2W-108163     -5.610733     56.37628             25
    +#> 71     VR2W-108163     -5.610733     56.37628             25
    +#> 72     VR2W-108163     -5.610733     56.37628             25
    +#> 73     VR2W-108163     -5.610733     56.37628             25
    +#> 74     VR2W-108163     -5.610733     56.37628             25
    +#> 75     VR2W-120722     -5.602283     56.37748             25
    +#> 76     VR2W-108163     -5.610733     56.37628             25
    +#> 77     VR2W-108163     -5.610733     56.37628             25
    +#> 78     VR2W-108163     -5.610733     56.37628             25
    +#> 79     VR2W-108163     -5.610733     56.37628             25
    +#> 80     VR2W-108163     -5.610733     56.37628             25
    +#> 81     VR2W-108163     -5.610733     56.37628             25
    +#> 82     VR2W-108163     -5.610733     56.37628             25
    +#> 83     VR2W-108163     -5.610733     56.37628             25
    +#> 84     VR2W-108163     -5.610733     56.37628             25
    +#> 85     VR2W-108163     -5.610733     56.37628             25
    +#> 86     VR2W-108163     -5.610733     56.37628             25
    +#> 87     VR2W-108163     -5.610733     56.37628             25
    +#> 88     VR2W-108163     -5.610733     56.37628             25
    +#> 89     VR2W-108163     -5.610733     56.37628             25
    +#> 90     VR2W-108163     -5.610733     56.37628             25
    +#> 91     VR2W-108163     -5.610733     56.37628             25
    +#> 92     VR2W-108163     -5.610733     56.37628             25
    +#> 93     VR2W-120722     -5.602283     56.37748             25
    +#> 94     VR2W-108163     -5.610733     56.37628             25
    +#> 95     VR2W-120722     -5.602283     56.37748             25
    +#> 96     VR2W-120722     -5.602283     56.37748             25
    +#> 97     VR2W-108163     -5.610733     56.37628             25
    +#> 98     VR2W-120722     -5.602283     56.37748             25
    +#> 99     VR2W-108163     -5.610733     56.37628             25
    +#> 100    VR2W-108163     -5.610733     56.37628             25
    +#> 101    VR2W-120722     -5.602283     56.37748             25
    +#> 102    VR2W-108163     -5.610733     56.37628             25
    +#> 103    VR2W-108163     -5.610733     56.37628             25
    +#> 104    VR2W-108163     -5.610733     56.37628             25
    +#> 105    VR2W-108163     -5.610733     56.37628             25
    +#> 106    VR2W-108163     -5.610733     56.37628             25
    +#> 107    VR2W-108163     -5.610733     56.37628             25
    +#> 108    VR2W-108163     -5.610733     56.37628             25
    +#> 109    VR2W-108163     -5.610733     56.37628             25
    +#> 110    VR2W-108163     -5.610733     56.37628             25
    +#> 111    VR2W-108163     -5.610733     56.37628             25
    +#> 112    VR2W-108163     -5.610733     56.37628             25
    +#> 113    VR2W-108163     -5.610733     56.37628             25
    +#> 114    VR2W-108163     -5.610733     56.37628             25
    +#> 115    VR2W-108163     -5.610733     56.37628             25
    +#> 116    VR2W-108163     -5.610733     56.37628             25
    +#> 117    VR2W-108163     -5.610733     56.37628             25
    +#> 118    VR2W-108163     -5.610733     56.37628             25
    +#> 119    VR2W-108163     -5.610733     56.37628             25
    +#> 120    VR2W-108163     -5.610733     56.37628             25
    +#> 121    VR2W-108163     -5.610733     56.37628             25
    +#> 122    VR2W-108163     -5.610733     56.37628             25
    +#> 123    VR2W-108163     -5.610733     56.37628             25
    +#> 124    VR2W-108163     -5.610733     56.37628             25
    +#> 125    VR2W-108163     -5.610733     56.37628             25
    +#> 126    VR2W-108163     -5.610733     56.37628             25
    +#> 127    VR2W-108163     -5.610733     56.37628             25
    +#> 128    VR2W-108163     -5.610733     56.37628             25
    +#> 129    VR2W-108163     -5.610733     56.37628             25
    +#> 130    VR2W-108163     -5.610733     56.37628             25
    +#> 131    VR2W-108163     -5.610733     56.37628             25
    +#> 132    VR2W-108163     -5.610733     56.37628             25
    +#> 133    VR2W-108163     -5.610733     56.37628             25
    +#> 134    VR2W-108163     -5.610733     56.37628             25
    +#> 135    VR2W-108163     -5.610733     56.37628             25
    +#> 136    VR2W-108163     -5.610733     56.37628             25
    +#> 137    VR2W-108163     -5.610733     56.37628             25
    +#> 138    VR2W-108163     -5.610733     56.37628             25
    +#> 139    VR2W-108163     -5.610733     56.37628             25
    +#> 140    VR2W-108163     -5.610733     56.37628             25
    +#> 141    VR2W-108163     -5.610733     56.37628             25
    +#> 142       VR2-6720     -5.627150     56.50808             50
    +#> 143       VR2-6720     -5.627150     56.50808             50
    +#> 144       VR2-6720     -5.627150     56.50808             50
    +#> 145       VR2-6720     -5.627150     56.50808             50
    +#> 146       VR2-6720     -5.627150     56.50808             50
    +#> 147       VR2-6720     -5.627150     56.50808             50
    +#> 148       VR2-6720     -5.627150     56.50808             50
    +#> 149       VR2-6720     -5.627150     56.50808             50
    +#> 150       VR2-6720     -5.627150     56.50808             50
    +#> 151       VR2-6720     -5.627150     56.50808             50
    +#> 152       VR2-6720     -5.627150     56.50808             50
    +#> 153       VR2-6720     -5.627150     56.50808             50
    +#> 154       VR2-6720     -5.627150     56.50808             50
    +#> 155       VR2-6720     -5.627150     56.50808             50
    +#> 156       VR2-6720     -5.627150     56.50808             50
    +#> 157       VR2-6720     -5.627150     56.50808             50
    +#> 158       VR2-6720     -5.627150     56.50808             50
    +#> 159       VR2-6720     -5.627150     56.50808             50
    +#> 160       VR2-6720     -5.627150     56.50808             50
    +#> 161       VR2-6720     -5.627150     56.50808             50
    +#> 162       VR2-6720     -5.627150     56.50808             50
    +#> 163       VR2-6720     -5.627150     56.50808             50
    +#> 164       VR2-6720     -5.627150     56.50808             50
    +#> 165       VR2-6720     -5.627150     56.50808             50
    +#> 166       VR2-6720     -5.627150     56.50808             50
    +#> 167       VR2-6720     -5.627150     56.50808             50
    +#> 168       VR2-6720     -5.627150     56.50808             50
    +#> 169       VR2-6720     -5.627150     56.50808             50
    +#> 170       VR2-6720     -5.627150     56.50808             50
    +#> 171       VR2-6720     -5.627150     56.50808             50
    +#> 172       VR2-6720     -5.627150     56.50808             50
    +#> 173       VR2-6720     -5.627150     56.50808             50
    +#> 174       VR2-6720     -5.627150     56.50808             50
    +#> 175       VR2-6720     -5.627150     56.50808             50
    +#> 176       VR2-6720     -5.627150     56.50808             50
    +#> 177       VR2-6720     -5.627150     56.50808             50
    +#> 178       VR2-6720     -5.627150     56.50808             50
    +#> 179       VR2-6720     -5.627150     56.50808             50
    +#> 180       VR2-6720     -5.627150     56.50808             50
    +#> 181       VR2-6720     -5.627150     56.50808             50
    +#> 182       VR2-6720     -5.627150     56.50808             50
    +#> 183       VR2-6720     -5.627150     56.50808             50
    +#> 184       VR2-6720     -5.627150     56.50808             50
    +#> 185       VR2-6720     -5.627150     56.50808             50
    +#> 186       VR2-6720     -5.627150     56.50808             50
    +#> 187    VR2W-107823     -5.691883     56.49690             25
    +#> 188    VR2W-107823     -5.691883     56.49690             25
    +#> 189    VR2W-107823     -5.691883     56.49690             25
    +#> 190    VR2W-107823     -5.691883     56.49690             25
    +#> 191    VR2W-107823     -5.691883     56.49690             25
    +#> 192    VR2W-107823     -5.691883     56.49690             25
    +#> 193    VR2W-107823     -5.691883     56.49690             25
    +#> 194    VR2W-107823     -5.691883     56.49690             25
    +#> 195    VR2W-107823     -5.691883     56.49690             25
    +#> 196    VR2W-107823     -5.691883     56.49690             25
    +#> 197    VR2W-107823     -5.691883     56.49690             25
    +#> 198    VR2W-107823     -5.691883     56.49690             25
    +#> 199    VR2W-107823     -5.691883     56.49690             25
    +#> 200    VR2W-107823     -5.691883     56.49690             25
    +#> 201    VR2W-107823     -5.691883     56.49690             25
    +#> 202    VR2W-107823     -5.691883     56.49690             25
    +#> 203    VR2W-107823     -5.691883     56.49690             25
    +#> 204    VR2W-107823     -5.691883     56.49690             25
    +#> 205    VR2W-107823     -5.691883     56.49690             25
    +#> 206    VR2W-107823     -5.691883     56.49690             25
    +#> 207    VR2W-107823     -5.691883     56.49690             25
    +#> 208    VR2W-107823     -5.691883     56.49690             25
    +#> 209    VR2W-107823     -5.691883     56.49690             25
    +#> 210    VR2W-107823     -5.691883     56.49690             25
    +#> 211    VR2W-107823     -5.691883     56.49690             25
    +#> 212    VR2W-107823     -5.691883     56.49690             25
    +#> 213    VR2W-108160     -5.704867     56.48890             25
    +#> 214    VR2W-107823     -5.691883     56.49690             25
    +#> 215    VR2W-107823     -5.691883     56.49690             25
    +#> 216    VR2W-107823     -5.691883     56.49690             25
    +#> 217    VR2W-107823     -5.691883     56.49690             25
    +#> 218    VR2W-107823     -5.691883     56.49690             25
    +#> 219    VR2W-107823     -5.691883     56.49690             25
    +#> 220    VR2W-107823     -5.691883     56.49690             25
    +#> 221    VR2W-107823     -5.691883     56.49690             25
    +#> 222    VR2W-107823     -5.691883     56.49690             25
    +#> 223    VR2W-107823     -5.691883     56.49690             25
    +#> 224    VR2W-107823     -5.691883     56.49690             25
    +#> 225    VR2W-107823     -5.691883     56.49690             25
    +#> 226    VR2W-107823     -5.691883     56.49690             25
    +#> 227    VR2W-107823     -5.691883     56.49690             25
    +#> 228    VR2W-107823     -5.691883     56.49690             25
    +#> 229    VR2W-107823     -5.691883     56.49690             25
    +#> 230    VR2W-107823     -5.691883     56.49690             25
    +#> 231       VR2-6720     -5.627150     56.50808             50
    +#> 232       VR2-6720     -5.627150     56.50808             50
    +#> 233       VR2-6720     -5.627150     56.50808             50
    +#> 234       VR2-6720     -5.627150     56.50808             50
    +#> 235       VR2-6720     -5.627150     56.50808             50
    +#> 236    VR2W-108155     -5.614267     56.45872             25
    +#> 237    VR2W-108155     -5.614267     56.45872             25
    +#> 238    VR2W-108155     -5.614267     56.45872             25
    +#> 239    VR2W-108155     -5.614267     56.45872             25
    +#> 240    VR2W-108155     -5.614267     56.45872             25
    +#> 241    VR2W-108163     -5.610733     56.37628             25
    +#> 242    VR2W-108158     -5.619533     56.37413             25
    +#> 243    VR2W-108163     -5.610733     56.37628             25
    +#> 244    VR2W-108158     -5.619533     56.37413             25
    +#> 245    VR2W-108163     -5.610733     56.37628             25
    +#> 246    VR2W-108158     -5.619533     56.37413             25
    +#> 247    VR2W-108163     -5.610733     56.37628             25
    +#> 248    VR2W-108158     -5.619533     56.37413             25
    +#> 249    VR2W-108163     -5.610733     56.37628             25
    +#> 250    VR2W-108163     -5.610733     56.37628             25
    +#> 251    VR2W-108158     -5.619533     56.37413             25
    +#> 252    VR2W-108158     -5.619533     56.37413             25
    +#> 253    VR2W-108158     -5.619533     56.37413             25
    +#> 254    VR2W-108158     -5.619533     56.37413             25
    +#> 255    VR2W-108163     -5.610733     56.37628             25
    +#> 256    VR2W-108158     -5.619533     56.37413             25
    +#> 257    VR2W-108163     -5.610733     56.37628             25
    +#> 258    VR2W-108163     -5.610733     56.37628             25
    +#> 259    VR2W-108158     -5.619533     56.37413             25
    +#> 260    VR2W-108163     -5.610733     56.37628             25
    +#> 261    VR2W-108163     -5.610733     56.37628             25
    +#> 262    VR2W-108163     -5.610733     56.37628             25
    +#> 263    VR2W-108158     -5.619533     56.37413             25
    +#> 264    VR2W-108163     -5.610733     56.37628             25
    +#> 265    VR2W-108158     -5.619533     56.37413             25
    +#> 266    VR2W-108163     -5.610733     56.37628             25
    +#> 267    VR2W-108158     -5.619533     56.37413             25
    +#> 268    VR2W-108163     -5.610733     56.37628             25
    +#> 269    VR2W-108158     -5.619533     56.37413             25
    +#> 270    VR2W-108158     -5.619533     56.37413             25
    +#> 271    VR2W-108163     -5.610733     56.37628             25
    +#> 272    VR2W-108163     -5.610733     56.37628             25
    +#> 273    VR2W-108158     -5.619533     56.37413             25
    +#> 274    VR2W-108163     -5.610733     56.37628             25
    +#> 275    VR2W-108163     -5.610733     56.37628             25
    +#> 276    VR2W-108158     -5.619533     56.37413             25
    +#> 277    VR2W-108163     -5.610733     56.37628             25
    +#> 278    VR2W-108158     -5.619533     56.37413             25
    +#> 279    VR2W-108163     -5.610733     56.37628             25
    +#> 280    VR2W-108158     -5.619533     56.37413             25
    +#> 281    VR2W-108163     -5.610733     56.37628             25
    +#> 282    VR2W-108163     -5.610733     56.37628             25
    +#> 283    VR2W-108163     -5.610733     56.37628             25
    +#> 284    VR2W-108158     -5.619533     56.37413             25
    +#> 285    VR2W-108163     -5.610733     56.37628             25
    +#> 286    VR2W-108158     -5.619533     56.37413             25
    +#> 287    VR2W-108158     -5.619533     56.37413             25
    +#> 288    VR2W-108163     -5.610733     56.37628             25
    +#> 289    VR2W-108163     -5.610733     56.37628             25
    +#> 290    VR2W-108163     -5.610733     56.37628             25
    +#> 291    VR2W-108163     -5.610733     56.37628             25
    +#> 292    VR2W-108163     -5.610733     56.37628             25
    +#> 293    VR2W-108158     -5.619533     56.37413             25
    +#> 294    VR2W-108163     -5.610733     56.37628             25
    +#> 295    VR2W-108163     -5.610733     56.37628             25
    +#> 296    VR2W-108163     -5.610733     56.37628             25
    +#> 297    VR2W-108163     -5.610733     56.37628             25
    +#> 298    VR2W-108163     -5.610733     56.37628             25
    +#> 299    VR2W-108163     -5.610733     56.37628             25
    +#> 300    VR2W-108163     -5.610733     56.37628             25
    +#> 301    VR2W-108163     -5.610733     56.37628             25
    +#> 302    VR2W-108163     -5.610733     56.37628             25
    +#> 303    VR2W-108163     -5.610733     56.37628             25
    +#> 304    VR2W-108163     -5.610733     56.37628             25
    +#> 305    VR2W-108163     -5.610733     56.37628             25
    +#> 306    VR2W-108163     -5.610733     56.37628             25
    +#> 307    VR2W-108163     -5.610733     56.37628             25
    +#> 308    VR2W-108163     -5.610733     56.37628             25
    +#> 309    VR2W-108163     -5.610733     56.37628             25
    +#> 310    VR2W-120722     -5.602283     56.37748             25
    +#> 311    VR2W-108163     -5.610733     56.37628             25
    +#> 312    VR2W-108163     -5.610733     56.37628             25
    +#> 313    VR2W-108163     -5.610733     56.37628             25
    +#> 314    VR2W-108163     -5.610733     56.37628             25
    +#> 315    VR2W-108163     -5.610733     56.37628             25
    +#> 316    VR2W-108163     -5.610733     56.37628             25
    +#> 317    VR2W-108163     -5.610733     56.37628             25
    +#> 318    VR2W-108163     -5.610733     56.37628             25
    +#> 319    VR2W-108163     -5.610733     56.37628             25
    +#> 320    VR2W-108163     -5.610733     56.37628             25
    +#> 321    VR2W-108163     -5.610733     56.37628             25
    +#> 322    VR2W-108163     -5.610733     56.37628             25
    +#> 323    VR2W-108163     -5.610733     56.37628             25
    +#> 324    VR2W-108163     -5.610733     56.37628             25
    +#> 325    VR2W-108163     -5.610733     56.37628             25
    +#> 326    VR2W-108163     -5.610733     56.37628             25
    +#> 327    VR2W-108163     -5.610733     56.37628             25
    +#> 328    VR2W-108163     -5.610733     56.37628             25
    +#> 329    VR2W-108163     -5.610733     56.37628             25
    +#> 330    VR2W-108163     -5.610733     56.37628             25
    +#> 331    VR2W-108163     -5.610733     56.37628             25
    +#> 332    VR2W-108163     -5.610733     56.37628             25
    +#> 333    VR2W-108163     -5.610733     56.37628             25
    +#> 334    VR2W-108163     -5.610733     56.37628             25
    +#> 335    VR2W-108163     -5.610733     56.37628             25
    +#> 336    VR2W-108163     -5.610733     56.37628             25
    +#> 337    VR2W-108163     -5.610733     56.37628             25
    +#> 338    VR2W-108163     -5.610733     56.37628             25
    +#> 339       VR2-5629     -5.655350     56.38545             50
    +#> 340       VR2-5629     -5.655350     56.38545             50
    +#> 341       VR2-5629     -5.655350     56.38545             50
    +#> 342       VR2-5629     -5.655350     56.38545             50
    +#> 343       VR2-5629     -5.655350     56.38545             50
    +#> 344       VR2-5629     -5.655350     56.38545             50
    +#> 345       VR2-5629     -5.655350     56.38545             50
    +#> 346       VR2-5629     -5.655350     56.38545             50
    +#> 347       VR2-5629     -5.655350     56.38545             50
    +#> 348       VR2-5629     -5.655350     56.38545             50
    +#> 349       VR2-5629     -5.655350     56.38545             50
    +#> 350       VR2-5629     -5.655350     56.38545             50
    +#> 351       VR2-5629     -5.655350     56.38545             50
    +#> 352       VR2-5629     -5.655350     56.38545             50
    +#> 353       VR2-5629     -5.655350     56.38545             50
    +#> 354       VR2-5629     -5.655350     56.38545             50
    +#> 355       VR2-5629     -5.655350     56.38545             50
    +#> 356       VR2-5629     -5.655350     56.38545             50
    +#> 357       VR2-5629     -5.655350     56.38545             50
    +#> 358       VR2-5629     -5.655350     56.38545             50
    +#> 359       VR2-5629     -5.655350     56.38545             50
    +#> 360       VR2-5629     -5.655350     56.38545             50
    +#> 361       VR2-5629     -5.655350     56.38545             50
    +#> 362       VR2-5629     -5.655350     56.38545             50
    +#> 363       VR2-5629     -5.655350     56.38545             50
    +#> 364       VR2-5629     -5.655350     56.38545             50
    +#> 365       VR2-5629     -5.655350     56.38545             50
    +#> 366       VR2-5629     -5.655350     56.38545             50
    +#> 367       VR2-5629     -5.655350     56.38545             50
    +#> 368       VR2-5629     -5.655350     56.38545             50
    +#> 369       VR2-5629     -5.655350     56.38545             50
    +#> 370       VR2-5629     -5.655350     56.38545             50
    +#> 371       VR2-5629     -5.655350     56.38545             50
    +#> 372       VR2-5629     -5.655350     56.38545             50
    +#> 373       VR2-5629     -5.655350     56.38545             50
    +#> 374       VR2-5629     -5.655350     56.38545             50
    +#> 375       VR2-5629     -5.655350     56.38545             50
    +#> 376       VR2-5629     -5.655350     56.38545             50
    +#> 377       VR2-5629     -5.655350     56.38545             50
    +#> 378       VR2-5637     -5.662083     56.38858             10
    +#> 379       VR2-5629     -5.655350     56.38545             50
    +#> 380       VR2-5637     -5.662083     56.38858             10
    +#> 381       VR2-5629     -5.655350     56.38545             50
    +#> 382       VR2-5637     -5.662083     56.38858             10
    +#> 383       VR2-5637     -5.662083     56.38858             10
    +#> 384       VR2-5629     -5.655350     56.38545             50
    +#> 385       VR2-5637     -5.662083     56.38858             10
    +#> 386       VR2-5637     -5.662083     56.38858             10
    +#> 387       VR2-5637     -5.662083     56.38858             10
    +#> 388       VR2-5629     -5.655350     56.38545             50
    +#> 389       VR2-5629     -5.655350     56.38545             50
    +#> 390       VR2-5637     -5.662083     56.38858             10
    +#> 391       VR2-5629     -5.655350     56.38545             50
    +#> 392       VR2-5637     -5.662083     56.38858             10
    +#> 393       VR2-5637     -5.662083     56.38858             10
    +#> 394       VR2-5629     -5.655350     56.38545             50
    +#> 395       VR2-5637     -5.662083     56.38858             10
    +#> 396       VR2-5629     -5.655350     56.38545             50
    +#> 397       VR2-5629     -5.655350     56.38545             50
    +#> 398       VR2-5629     -5.655350     56.38545             50
    +#> 399       VR2-5629     -5.655350     56.38545             50
    +#> 400       VR2-5629     -5.655350     56.38545             50
    +#> 401       VR2-5629     -5.655350     56.38545             50
    +#> 402       VR2-5629     -5.655350     56.38545             50
    +#> 403       VR2-5629     -5.655350     56.38545             50
    +#> 404       VR2-5629     -5.655350     56.38545             50
    +#> 405       VR2-5629     -5.655350     56.38545             50
    +#> 406       VR2-5629     -5.655350     56.38545             50
    +#> 407       VR2-5629     -5.655350     56.38545             50
    +#> 408       VR2-5629     -5.655350     56.38545             50
    +#> 409       VR2-5629     -5.655350     56.38545             50
    +#> 410       VR2-5629     -5.655350     56.38545             50
    +#> 411       VR2-5629     -5.655350     56.38545             50
    +#> 412       VR2-5629     -5.655350     56.38545             50
    +#> 413       VR2-5629     -5.655350     56.38545             50
    +#> 414       VR2-5629     -5.655350     56.38545             50
    +#> 415       VR2-5637     -5.662083     56.38858             10
    +#> 416       VR2-5629     -5.655350     56.38545             50
    +#> 417       VR2-5637     -5.662083     56.38858             10
    +#> 418       VR2-5629     -5.655350     56.38545             50
    +#> 419       VR2-5629     -5.655350     56.38545             50
    +#> 420       VR2-5637     -5.662083     56.38858             10
    +#> 421       VR2-5629     -5.655350     56.38545             50
    +#> 422       VR2-5637     -5.662083     56.38858             10
    +#> 423       VR2-5629     -5.655350     56.38545             50
    +#> 424       VR2-5637     -5.662083     56.38858             10
    +#> 425       VR2-5629     -5.655350     56.38545             50
    +#> 426       VR2-5637     -5.662083     56.38858             10
    +#> 427       VR2-5629     -5.655350     56.38545             50
    +#> 428       VR2-5629     -5.655350     56.38545             50
    +#> 429       VR2-5629     -5.655350     56.38545             50
    +#> 430       VR2-5629     -5.655350     56.38545             50
    +#> 431       VR2-5629     -5.655350     56.38545             50
    +#> 432       VR2-5629     -5.655350     56.38545             50
    +#> 433       VR2-5629     -5.655350     56.38545             50
    +#> 434       VR2-5629     -5.655350     56.38545             50
    +#> 435       VR2-5629     -5.655350     56.38545             50
    +#> 436       VR2-5629     -5.655350     56.38545             50
    +#> 437       VR2-5629     -5.655350     56.38545             50
    +#> 438       VR2-5629     -5.655350     56.38545             50
    +#> 439       VR2-5629     -5.655350     56.38545             50
    +#> 440       VR2-5629     -5.655350     56.38545             50
    +#> 441       VR2-5629     -5.655350     56.38545             50
    +#> 442       VR2-5629     -5.655350     56.38545             50
    +#> 443       VR2-5629     -5.655350     56.38545             50
    +#> 444       VR2-5629     -5.655350     56.38545             50
    +#> 445       VR2-5629     -5.655350     56.38545             50
    +#> 446       VR2-5629     -5.655350     56.38545             50
    +#> 447       VR2-5629     -5.655350     56.38545             50
    +#> 448       VR2-5629     -5.655350     56.38545             50
    +#> 449       VR2-5629     -5.655350     56.38545             50
    +#> 450       VR2-5629     -5.655350     56.38545             50
    +#> 451       VR2-5629     -5.655350     56.38545             50
    +#> 452       VR2-5629     -5.655350     56.38545             50
    +#> 453       VR2-5629     -5.655350     56.38545             50
    +#> 454       VR2-5629     -5.655350     56.38545             50
    +#> 455       VR2-5629     -5.655350     56.38545             50
    +#> 456       VR2-5629     -5.655350     56.38545             50
    +#> 457       VR2-5629     -5.655350     56.38545             50
    +#> 458       VR2-5629     -5.655350     56.38545             50
    +#> 459       VR2-5629     -5.655350     56.38545             50
    +#> 460       VR2-5629     -5.655350     56.38545             50
    +#> 461       VR2-5629     -5.655350     56.38545             50
    +#> 462       VR2-5629     -5.655350     56.38545             50
    +#> 463       VR2-5629     -5.655350     56.38545             50
    +#> 464       VR2-5629     -5.655350     56.38545             50
    +#> 465       VR2-5629     -5.655350     56.38545             50
    +#> 466       VR2-5629     -5.655350     56.38545             50
    +#> 467       VR2-5629     -5.655350     56.38545             50
    +#> 468       VR2-5629     -5.655350     56.38545             50
    +#> 469       VR2-5629     -5.655350     56.38545             50
    +#> 470       VR2-5629     -5.655350     56.38545             50
    +#> 471       VR2-5629     -5.655350     56.38545             50
    +#> 472       VR2-5629     -5.655350     56.38545             50
    +#> 473       VR2-5629     -5.655350     56.38545             50
    +#> 474       VR2-5629     -5.655350     56.38545             50
    +#> 475       VR2-5629     -5.655350     56.38545             50
    +#> 476       VR2-5629     -5.655350     56.38545             50
    +#> 477       VR2-5629     -5.655350     56.38545             50
    +#> 478       VR2-5629     -5.655350     56.38545             50
    +#> 479       VR2-5629     -5.655350     56.38545             50
    +#> 480       VR2-5629     -5.655350     56.38545             50
    +#> 481       VR2-5629     -5.655350     56.38545             50
    +#> 482       VR2-5629     -5.655350     56.38545             50
    +#> 483       VR2-5629     -5.655350     56.38545             50
    +#> 484       VR2-5629     -5.655350     56.38545             50
    +#> 485       VR2-5629     -5.655350     56.38545             50
    +#> 486       VR2-5629     -5.655350     56.38545             50
    +#> 487       VR2-5629     -5.655350     56.38545             50
    +#> 488       VR2-5629     -5.655350     56.38545             50
    +#> 489       VR2-5629     -5.655350     56.38545             50
    +#> 490       VR2-5629     -5.655350     56.38545             50
    +#> 491       VR2-5629     -5.655350     56.38545             50
    +#> 492       VR2-5637     -5.662083     56.38858             10
    +#> 493       VR2-5637     -5.662083     56.38858             10
    +#> 494       VR2-5637     -5.662083     56.38858             10
    +#> 495       VR2-5629     -5.655350     56.38545             50
    +#> 496       VR2-5629     -5.655350     56.38545             50
    +#> 497       VR2-5629     -5.655350     56.38545             50
    +#> 498       VR2-5629     -5.655350     56.38545             50
    +#> 499       VR2-5629     -5.655350     56.38545             50
    +#> 500    VR2W-108163     -5.610733     56.37628             25
    +#> 501    VR2W-108163     -5.610733     56.37628             25
    +#> 502    VR2W-108163     -5.610733     56.37628             25
    +#> 503    VR2W-108163     -5.610733     56.37628             25
    +#> 504    VR2W-108163     -5.610733     56.37628             25
    +#> 505    VR2W-108163     -5.610733     56.37628             25
    +#> 506    VR2W-108163     -5.610733     56.37628             25
    +#> 507    VR2W-108163     -5.610733     56.37628             25
    +#> 508    VR2W-108163     -5.610733     56.37628             25
    +#> 509    VR2W-108163     -5.610733     56.37628             25
    +#> 510    VR2W-108163     -5.610733     56.37628             25
    +#> 511    VR2W-108163     -5.610733     56.37628             25
    +#> 512    VR2W-108163     -5.610733     56.37628             25
    +#> 513    VR2W-108163     -5.610733     56.37628             25
    +#> 514    VR2W-108163     -5.610733     56.37628             25
    +#> 515    VR2W-108163     -5.610733     56.37628             25
    +#> 516    VR2W-108163     -5.610733     56.37628             25
    +#> 517    VR2W-108163     -5.610733     56.37628             25
    +#> 518    VR2W-108163     -5.610733     56.37628             25
    +#> 519    VR2W-108163     -5.610733     56.37628             25
    +#> 520    VR2W-108163     -5.610733     56.37628             25
    +#> 521    VR2W-108163     -5.610733     56.37628             25
    +#> 522    VR2W-108163     -5.610733     56.37628             25
    +#> 523    VR2W-108163     -5.610733     56.37628             25
    +#> 524    VR2W-108163     -5.610733     56.37628             25
    +#> 525    VR2W-108163     -5.610733     56.37628             25
    +#> 526    VR2W-108163     -5.610733     56.37628             25
    +#> 527    VR2W-108163     -5.610733     56.37628             25
    +#> 528    VR2W-108163     -5.610733     56.37628             25
    +#> 529    VR2W-108163     -5.610733     56.37628             25
    +#> 530    VR2W-108163     -5.610733     56.37628             25
    +#> 531    VR2W-108163     -5.610733     56.37628             25
    +#> 532    VR2W-108163     -5.610733     56.37628             25
    +#> 533    VR2W-108163     -5.610733     56.37628             25
    +#> 534    VR2W-108163     -5.610733     56.37628             25
    +#> 535    VR2W-108163     -5.610733     56.37628             25
    +#> 536    VR2W-108163     -5.610733     56.37628             25
    +#> 537    VR2W-108163     -5.610733     56.37628             25
    +#> 538    VR2W-108163     -5.610733     56.37628             25
    +#> 539    VR2W-108163     -5.610733     56.37628             25
    +#> 540    VR2W-108163     -5.610733     56.37628             25
    +#> 541    VR2W-108163     -5.610733     56.37628             25
    +#> 542    VR2W-108163     -5.610733     56.37628             25
    +#> 543    VR2W-120722     -5.602283     56.37748             25
    +#> 544    VR2W-120722     -5.602283     56.37748             25
    +#> 545    VR2W-120722     -5.602283     56.37748             25
    +#> 546    VR2W-108163     -5.610733     56.37628             25
    +#> 547    VR2W-108163     -5.610733     56.37628             25
    +#> 548    VR2W-108163     -5.610733     56.37628             25
    +#> 549    VR2W-108163     -5.610733     56.37628             25
    +#> 550    VR2W-108163     -5.610733     56.37628             25
    +#> 551    VR2W-108163     -5.610733     56.37628             25
    +#> 552    VR2W-108163     -5.610733     56.37628             25
    +#> 553    VR2W-108163     -5.610733     56.37628             25
    +#> 554    VR2W-108163     -5.610733     56.37628             25
    +#> 555    VR2W-108163     -5.610733     56.37628             25
    +#> 556    VR2W-108163     -5.610733     56.37628             25
    +#> 557    VR2W-108163     -5.610733     56.37628             25
    +#> 558    VR2W-108163     -5.610733     56.37628             25
    +#> 559    VR2W-108163     -5.610733     56.37628             25
    +#> 560    VR2W-108163     -5.610733     56.37628             25
    +#> 561    VR2W-108163     -5.610733     56.37628             25
    +#> 562    VR2W-108163     -5.610733     56.37628             25
    +#> 563    VR2W-108163     -5.610733     56.37628             25
    +#> 564    VR2W-108163     -5.610733     56.37628             25
    +#> 565    VR2W-108163     -5.610733     56.37628             25
    +#> 566    VR2W-108163     -5.610733     56.37628             25
    +#> 567    VR2W-108163     -5.610733     56.37628             25
    +#> 568    VR2W-108163     -5.610733     56.37628             25
    +#> 569    VR2W-108163     -5.610733     56.37628             25
    +#> 570    VR2W-108163     -5.610733     56.37628             25
    +#> 571    VR2W-108163     -5.610733     56.37628             25
    +#> 572    VR2W-108163     -5.610733     56.37628             25
    +#> 573    VR2W-108163     -5.610733     56.37628             25
    +#> 574    VR2W-108163     -5.610733     56.37628             25
    +#> 575    VR2W-108163     -5.610733     56.37628             25
    +#> 576    VR2W-108163     -5.610733     56.37628             25
    +#> 577    VR2W-108163     -5.610733     56.37628             25
    +#> 578    VR2W-108163     -5.610733     56.37628             25
    +#> 579    VR2W-108163     -5.610733     56.37628             25
    +#> 580    VR2W-120722     -5.602283     56.37748             25
    +#> 581    VR2W-108163     -5.610733     56.37628             25
    +#> 582    VR2W-108163     -5.610733     56.37628             25
    +#> 583    VR2W-108163     -5.610733     56.37628             25
    +#> 584    VR2W-108163     -5.610733     56.37628             25
    +#> 585    VR2W-108163     -5.610733     56.37628             25
    +#> 586    VR2W-120722     -5.602283     56.37748             25
    +#> 587    VR2W-108163     -5.610733     56.37628             25
    +#> 588    VR2W-108163     -5.610733     56.37628             25
    +#> 589    VR2W-120722     -5.602283     56.37748             25
    +#> 590    VR2W-108163     -5.610733     56.37628             25
    +#> 591    VR2W-113142     -5.634833     56.37502             50
    +#> 592    VR2W-108163     -5.610733     56.37628             25
    +#> 593    VR2W-108163     -5.610733     56.37628             25
    +#> 594    VR2W-108163     -5.610733     56.37628             25
    +#> 595    VR2W-108163     -5.610733     56.37628             25
    +#> 596    VR2W-108163     -5.610733     56.37628             25
    +#> 597    VR2W-108163     -5.610733     56.37628             25
    +#> 598    VR2W-108163     -5.610733     56.37628             25
    +#> 599    VR2W-108163     -5.610733     56.37628             25
    +#> 600    VR2W-108163     -5.610733     56.37628             25
    +#> 601    VR2W-108163     -5.610733     56.37628             25
    +#> 602    VR2W-108163     -5.610733     56.37628             25
    +#> 603    VR2W-108163     -5.610733     56.37628             25
    +#> 604    VR2W-108163     -5.610733     56.37628             25
    +#> 605    VR2W-108163     -5.610733     56.37628             25
    +#> 606    VR2W-108163     -5.610733     56.37628             25
    +#> 607    VR2W-108163     -5.610733     56.37628             25
    +#> 608    VR2W-108163     -5.610733     56.37628             25
    +#> 609    VR2W-108163     -5.610733     56.37628             25
    +#> 610    VR2W-108163     -5.610733     56.37628             25
    +#> 611    VR2W-108163     -5.610733     56.37628             25
    +#> 612    VR2W-108163     -5.610733     56.37628             25
    +#> 613    VR2W-120722     -5.602283     56.37748             25
    +#> 614    VR2W-120722     -5.602283     56.37748             25
    +#> 615    VR2W-120722     -5.602283     56.37748             25
    +#> 616    VR2W-120722     -5.602283     56.37748             25
    +#> 617    VR2W-120722     -5.602283     56.37748             25
    +#> 618    VR2W-108163     -5.610733     56.37628             25
    +#> 619    VR2W-108163     -5.610733     56.37628             25
    +#> 620    VR2W-108163     -5.610733     56.37628             25
    +#> 621    VR2W-108163     -5.610733     56.37628             25
    +#> 622    VR2W-108163     -5.610733     56.37628             25
    +#> 623    VR2W-108163     -5.610733     56.37628             25
    +#> 624    VR2W-108163     -5.610733     56.37628             25
    +#> 625    VR2W-108163     -5.610733     56.37628             25
    +#> 626    VR2W-108163     -5.610733     56.37628             25
    +#> 627    VR2W-108163     -5.610733     56.37628             25
    +#> 628    VR2W-108163     -5.610733     56.37628             25
    +#> 629    VR2W-108163     -5.610733     56.37628             25
    +#> 630    VR2W-108163     -5.610733     56.37628             25
    +#> 631    VR2W-108163     -5.610733     56.37628             25
    +#> 632    VR2W-108163     -5.610733     56.37628             25
    +#> 633    VR2W-108163     -5.610733     56.37628             25
    +#> 634    VR2W-108163     -5.610733     56.37628             25
    +#> 635    VR2W-108163     -5.610733     56.37628             25
    +#> 636    VR2W-108163     -5.610733     56.37628             25
    +#> 637    VR2W-108163     -5.610733     56.37628             25
    +#> 638    VR2W-108163     -5.610733     56.37628             25
    +#> 639    VR2W-120722     -5.602283     56.37748             25
    +#> 640    VR2W-108163     -5.610733     56.37628             25
    +#> 641    VR2W-120722     -5.602283     56.37748             25
    +#> 642    VR2W-108163     -5.610733     56.37628             25
    +#> 643    VR2W-108163     -5.610733     56.37628             25
    +#> 644    VR2W-108163     -5.610733     56.37628             25
    +#> 645    VR2W-108163     -5.610733     56.37628             25
    +#> 646    VR2W-108163     -5.610733     56.37628             25
    +#> 647    VR2W-108163     -5.610733     56.37628             25
    +#> 648    VR2W-108163     -5.610733     56.37628             25
    +#> 649    VR2W-108163     -5.610733     56.37628             25
    +#> 650    VR2W-120722     -5.602283     56.37748             25
    +#> 651    VR2W-120722     -5.602283     56.37748             25
    +#> 652    VR2W-120722     -5.602283     56.37748             25
    +#> 653    VR2W-120722     -5.602283     56.37748             25
    +#> 654    VR2W-120722     -5.602283     56.37748             25
    +#> 655    VR2W-120722     -5.602283     56.37748             25
    +#> 656    VR2W-120722     -5.602283     56.37748             25
    +#> 657    VR2W-120722     -5.602283     56.37748             25
    +#> 658    VR2W-120722     -5.602283     56.37748             25
    +#> 659    VR2W-120722     -5.602283     56.37748             25
    +#> 660    VR2W-120722     -5.602283     56.37748             25
    +#> 661    VR2W-120722     -5.602283     56.37748             25
    +#> 662    VR2W-120722     -5.602283     56.37748             25
    +#> 663    VR2W-120722     -5.602283     56.37748             25
    +#> 664    VR2W-120722     -5.602283     56.37748             25
    +#> 665    VR2W-120722     -5.602283     56.37748             25
    +#> 666    VR2W-120722     -5.602283     56.37748             25
    +#> 667    VR2W-108163     -5.610733     56.37628             25
    +#> 668    VR2W-108163     -5.610733     56.37628             25
    +#> 669    VR2W-108163     -5.610733     56.37628             25
    +#> 670    VR2W-108163     -5.610733     56.37628             25
    +#> 671    VR2W-108163     -5.610733     56.37628             25
    +#> 672    VR2W-108163     -5.610733     56.37628             25
    +#> 673    VR2W-108163     -5.610733     56.37628             25
    +#> 674    VR2W-108163     -5.610733     56.37628             25
    +#> 675    VR2W-108163     -5.610733     56.37628             25
    +#> 676    VR2W-108163     -5.610733     56.37628             25
    +#> 677    VR2W-108163     -5.610733     56.37628             25
    +#> 678    VR2W-108163     -5.610733     56.37628             25
    +#> 679    VR2W-108163     -5.610733     56.37628             25
    +#> 680    VR2W-108163     -5.610733     56.37628             25
    +#> 681    VR2W-107823     -5.691883     56.49690             25
    +#> 682    VR2W-107823     -5.691883     56.49690             25
    +#> 683    VR2W-107823     -5.691883     56.49690             25
    +#> 684    VR2W-107823     -5.691883     56.49690             25
    +#> 685    VR2W-107823     -5.691883     56.49690             25
    +#> 686    VR2W-107823     -5.691883     56.49690             25
    +#> 687    VR2W-107823     -5.691883     56.49690             25
    +#> 688    VR2W-107823     -5.691883     56.49690             25
    +#> 689    VR2W-107823     -5.691883     56.49690             25
    +#> 690    VR2W-107823     -5.691883     56.49690             25
    +#> 691    VR2W-107823     -5.691883     56.49690             25
    +#> 692    VR2W-107823     -5.691883     56.49690             25
    +#> 693    VR2W-107823     -5.691883     56.49690             25
    +#> 694    VR2W-107823     -5.691883     56.49690             25
    +#> 695    VR2W-107823     -5.691883     56.49690             25
    +#> 696    VR2W-107823     -5.691883     56.49690             25
    +#> 697    VR2W-107823     -5.691883     56.49690             25
    +#> 698    VR2W-107823     -5.691883     56.49690             25
    +#> 699    VR2W-107823     -5.691883     56.49690             25
    +#> 700    VR2W-107823     -5.691883     56.49690             25
    +#> 701    VR2W-107823     -5.691883     56.49690             25
    +#> 702    VR2W-107823     -5.691883     56.49690             25
    +#> 703    VR2W-107823     -5.691883     56.49690             25
    +#> 704    VR2W-107823     -5.691883     56.49690             25
    +#> 705    VR2W-107823     -5.691883     56.49690             25
    +#> 706    VR2W-107823     -5.691883     56.49690             25
    +#> 707    VR2W-107823     -5.691883     56.49690             25
    +#> 708    VR2W-107823     -5.691883     56.49690             25
    +#> 709    VR2W-107823     -5.691883     56.49690             25
    +#> 710    VR2W-107823     -5.691883     56.49690             25
    +#> 711    VR2W-107823     -5.691883     56.49690             25
    +#> 712    VR2W-107823     -5.691883     56.49690             25
    +#> 713    VR2W-107823     -5.691883     56.49690             25
    +#> 714    VR2W-107823     -5.691883     56.49690             25
    +#> 715    VR2W-107823     -5.691883     56.49690             25
    +#> 716    VR2W-107823     -5.691883     56.49690             25
    +#> 717    VR2W-107823     -5.691883     56.49690             25
    +#> 718    VR2W-107823     -5.691883     56.49690             25
    +#> 719    VR2W-107823     -5.691883     56.49690             25
    +#> 720    VR2W-107823     -5.691883     56.49690             25
    +#> 721    VR2W-107823     -5.691883     56.49690             25
    +#> 722    VR2W-107823     -5.691883     56.49690             25
    +#> 723    VR2W-107823     -5.691883     56.49690             25
    +#> 724    VR2W-107823     -5.691883     56.49690             25
    +#> 725    VR2W-107823     -5.691883     56.49690             25
    +#> 726    VR2W-107823     -5.691883     56.49690             25
    +#> 727    VR2W-107823     -5.691883     56.49690             25
    +#> 728    VR2W-107823     -5.691883     56.49690             25
    +#> 729    VR2W-107823     -5.691883     56.49690             25
    +#> 730    VR2W-107823     -5.691883     56.49690             25
    +#> 731    VR2W-107823     -5.691883     56.49690             25
    +#> 732    VR2W-107823     -5.691883     56.49690             25
    +#> 733    VR2W-107823     -5.691883     56.49690             25
    +#> 734    VR2W-107823     -5.691883     56.49690             25
    +#> 735    VR2W-107823     -5.691883     56.49690             25
    +#> 736    VR2W-107823     -5.691883     56.49690             25
    +#> 737    VR2W-107823     -5.691883     56.49690             25
    +#> 738    VR2W-107823     -5.691883     56.49690             25
    +#> 739    VR2W-107823     -5.691883     56.49690             25
    +#> 740    VR2W-107823     -5.691883     56.49690             25
    +#> 741    VR2W-107823     -5.691883     56.49690             25
    +#> 742    VR2W-107823     -5.691883     56.49690             25
    +#> 743    VR2W-107823     -5.691883     56.49690             25
    +#> 744    VR2W-107823     -5.691883     56.49690             25
    +#> 745    VR2W-107823     -5.691883     56.49690             25
    +#> 746    VR2W-107823     -5.691883     56.49690             25
    +#> 747    VR2W-107823     -5.691883     56.49690             25
    +#> 748    VR2W-107823     -5.691883     56.49690             25
    +#> 749    VR2W-107823     -5.691883     56.49690             25
    +#> 750    VR2W-107823     -5.691883     56.49690             25
    +#> 751    VR2W-107823     -5.691883     56.49690             25
    +#> 752    VR2W-107823     -5.691883     56.49690             25
    +#> 753    VR2W-107823     -5.691883     56.49690             25
    +#> 754    VR2W-107823     -5.691883     56.49690             25
    +#> 755    VR2W-107823     -5.691883     56.49690             25
    +#> 756    VR2W-107823     -5.691883     56.49690             25
    +#> 757    VR2W-107823     -5.691883     56.49690             25
    +#> 758    VR2W-107823     -5.691883     56.49690             25
    +#> 759    VR2W-107823     -5.691883     56.49690             25
    +#> 760    VR2W-107823     -5.691883     56.49690             25
    +#> 761    VR2W-107823     -5.691883     56.49690             25
    +#> 762    VR2W-107823     -5.691883     56.49690             25
    +#> 763    VR2W-107823     -5.691883     56.49690             25
    +#> 764    VR2W-107823     -5.691883     56.49690             25
    +#> 765    VR2W-107823     -5.691883     56.49690             25
    +#> 766    VR2W-107823     -5.691883     56.49690             25
    +#> 767    VR2W-107823     -5.691883     56.49690             25
    +#> 768    VR2W-107823     -5.691883     56.49690             25
    +#> 769    VR2W-107823     -5.691883     56.49690             25
    +#> 770    VR2W-107823     -5.691883     56.49690             25
    +#> 771    VR2W-107823     -5.691883     56.49690             25
    +#> 772    VR2W-107823     -5.691883     56.49690             25
    +#> 773    VR2W-107823     -5.691883     56.49690             25
    +#> 774    VR2W-108163     -5.610733     56.37628             25
    +#> 775    VR2W-108163     -5.610733     56.37628             25
    +#> 776    VR2W-108163     -5.610733     56.37628             25
    +#> 777    VR2W-108163     -5.610733     56.37628             25
    +#> 778    VR2W-108163     -5.610733     56.37628             25
    +#> 779    VR2W-108163     -5.610733     56.37628             25
    +#> 780    VR2W-108163     -5.610733     56.37628             25
    +#> 781    VR2W-108163     -5.610733     56.37628             25
    +#> 782    VR2W-108163     -5.610733     56.37628             25
    +#> 783    VR2W-107823     -5.691883     56.49690             25
    +#> 784    VR2W-107823     -5.691883     56.49690             25
    +#> 785    VR2W-107823     -5.691883     56.49690             25
    +#> 786    VR2W-107823     -5.691883     56.49690             25
    +#> 787    VR2W-107823     -5.691883     56.49690             25
    +#> 788    VR2W-107823     -5.691883     56.49690             25
    +#> 789    VR2W-107823     -5.691883     56.49690             25
    +#> 790    VR2W-107823     -5.691883     56.49690             25
    +#> 791    VR2W-107823     -5.691883     56.49690             25
    +#> 792    VR2W-107823     -5.691883     56.49690             25
    +#> 793    VR2W-107823     -5.691883     56.49690             25
    +#> 794    VR2W-107823     -5.691883     56.49690             25
    +#> 795    VR2W-107823     -5.691883     56.49690             25
    +#> 796    VR2W-107823     -5.691883     56.49690             25
    +#> 797    VR2W-107823     -5.691883     56.49690             25
    +#> 798    VR2W-107823     -5.691883     56.49690             25
    +#> 799    VR2W-107823     -5.691883     56.49690             25
    +#> 800    VR2W-107823     -5.691883     56.49690             25
    +#> 801    VR2W-107823     -5.691883     56.49690             25
    +#> 802    VR2W-107823     -5.691883     56.49690             25
    +#> 803    VR2W-107823     -5.691883     56.49690             25
    +#> 804    VR2W-107823     -5.691883     56.49690             25
    +#> 805    VR2W-107823     -5.691883     56.49690             25
    +#> 806    VR2W-107823     -5.691883     56.49690             25
    +#> 807    VR2W-107823     -5.691883     56.49690             25
    +#> 808    VR2W-107823     -5.691883     56.49690             25
    +#> 809    VR2W-107823     -5.691883     56.49690             25
    +#> 810    VR2W-107823     -5.691883     56.49690             25
    +#> 811    VR2W-107823     -5.691883     56.49690             25
    +#> 812    VR2W-107823     -5.691883     56.49690             25
    +#> 813    VR2W-107823     -5.691883     56.49690             25
    +#> 814    VR2W-107823     -5.691883     56.49690             25
    +#> 815    VR2W-107823     -5.691883     56.49690             25
    +#> 816    VR2W-107823     -5.691883     56.49690             25
    +#> 817    VR2W-107823     -5.691883     56.49690             25
    +#> 818    VR2W-107823     -5.691883     56.49690             25
    +#> 819    VR2W-107823     -5.691883     56.49690             25
    +#> 820    VR2W-107823     -5.691883     56.49690             25
    +#> 821    VR2W-107823     -5.691883     56.49690             25
    +#> 822    VR2W-107823     -5.691883     56.49690             25
    +#> 823    VR2W-107823     -5.691883     56.49690             25
    +#> 824    VR2W-107823     -5.691883     56.49690             25
    +#> 825    VR2W-107823     -5.691883     56.49690             25
    +#> 826    VR2W-107823     -5.691883     56.49690             25
    +#> 827    VR2W-107823     -5.691883     56.49690             25
    +#> 828    VR2W-107823     -5.691883     56.49690             25
    +#> 829    VR2W-107823     -5.691883     56.49690             25
    +#> 830    VR2W-107823     -5.691883     56.49690             25
    +#> 831    VR2W-107823     -5.691883     56.49690             25
    +#> 832    VR2W-107823     -5.691883     56.49690             25
    +#> 833    VR2W-107823     -5.691883     56.49690             25
    +#> 834    VR2W-107823     -5.691883     56.49690             25
    +#> 835    VR2W-107823     -5.691883     56.49690             25
    +#> 836    VR2W-108160     -5.704867     56.48890             25
    +#> 837    VR2W-108160     -5.704867     56.48890             25
    +#> 838    VR2W-108160     -5.704867     56.48890             25
    +#> 839    VR2W-108160     -5.704867     56.48890             25
    +#> 840    VR2W-108160     -5.704867     56.48890             25
    +#> 841    VR2W-108160     -5.704867     56.48890             25
    +#> 842    VR2W-108160     -5.704867     56.48890             25
    +#> 843    VR2W-107823     -5.691883     56.49690             25
    +#> 844    VR2W-107823     -5.691883     56.49690             25
    +#> 845    VR2W-107823     -5.691883     56.49690             25
    +#> 846    VR2W-107823     -5.691883     56.49690             25
    +#> 847    VR2W-107823     -5.691883     56.49690             25
    +#> 848    VR2W-107823     -5.691883     56.49690             25
    +#> 849    VR2W-107823     -5.691883     56.49690             25
    +#> 850    VR2W-107823     -5.691883     56.49690             25
    +#> 851    VR2W-107823     -5.691883     56.49690             25
    +#> 852    VR2W-107823     -5.691883     56.49690             25
    +#> 853    VR2W-107823     -5.691883     56.49690             25
    +#> 854    VR2W-107823     -5.691883     56.49690             25
    +#> 855    VR2W-107823     -5.691883     56.49690             25
    +#> 856    VR2W-107823     -5.691883     56.49690             25
    +#> 857    VR2W-107823     -5.691883     56.49690             25
    +#> 858    VR2W-107823     -5.691883     56.49690             25
    +#> 859    VR2W-107823     -5.691883     56.49690             25
    +#> 860    VR2W-107823     -5.691883     56.49690             25
    +#> 861    VR2W-107823     -5.691883     56.49690             25
    +#> 862    VR2W-107823     -5.691883     56.49690             25
    +#> 863    VR2W-107823     -5.691883     56.49690             25
    +#> 864    VR2W-107823     -5.691883     56.49690             25
    +#> 865    VR2W-107823     -5.691883     56.49690             25
    +#> 866    VR2W-107823     -5.691883     56.49690             25
    +#> 867    VR2W-107823     -5.691883     56.49690             25
    +#> 868    VR2W-107823     -5.691883     56.49690             25
    +#> 869    VR2W-107823     -5.691883     56.49690             25
    +#> 870    VR2W-107823     -5.691883     56.49690             25
    +#> 871    VR2W-108163     -5.610733     56.37628             25
    +#> 872    VR2W-108163     -5.610733     56.37628             25
    +#> 873    VR2W-108163     -5.610733     56.37628             25
    +#> 874    VR2W-108160     -5.704867     56.48890             25
    +#> 875    VR2W-108160     -5.704867     56.48890             25
    +#> 876    VR2W-108160     -5.704867     56.48890             25
    +#> 877    VR2W-108160     -5.704867     56.48890             25
    +#> 878    VR2W-108160     -5.704867     56.48890             25
    +#> 879    VR2W-108160     -5.704867     56.48890             25
    +#> 880    VR2W-108160     -5.704867     56.48890             25
    +#> 881    VR2W-108160     -5.704867     56.48890             25
    +#> 882    VR2W-108160     -5.704867     56.48890             25
    +#> 883    VR2W-108160     -5.704867     56.48890             25
    +#> 884    VR2W-108160     -5.704867     56.48890             25
    +#> 885    VR2W-108160     -5.704867     56.48890             25
    +#> 886    VR2W-108160     -5.704867     56.48890             25
    +#> 887    VR2W-108160     -5.704867     56.48890             25
    +#> 888    VR2W-108160     -5.704867     56.48890             25
    +#> 889    VR2W-108160     -5.704867     56.48890             25
    +#> 890    VR2W-108160     -5.704867     56.48890             25
    +#> 891    VR2W-108160     -5.704867     56.48890             25
    +#> 892    VR2W-108160     -5.704867     56.48890             25
    +#> 893    VR2W-108160     -5.704867     56.48890             25
    +#> 894    VR2W-108160     -5.704867     56.48890             25
    +#> 895    VR2W-108160     -5.704867     56.48890             25
    +#> 896    VR2W-108160     -5.704867     56.48890             25
    +#> 897    VR2W-108160     -5.704867     56.48890             25
    +#> 898    VR2W-108160     -5.704867     56.48890             25
    +#> 899    VR2W-108160     -5.704867     56.48890             25
    +#> 900    VR2W-108160     -5.704867     56.48890             25
    +#> 901    VR2W-108160     -5.704867     56.48890             25
    +#> 902    VR2W-108160     -5.704867     56.48890             25
    +#> 903    VR2W-108160     -5.704867     56.48890             25
    +#> 904    VR2W-107823     -5.691883     56.49690             25
    +#> 905    VR2W-107823     -5.691883     56.49690             25
    +#> 906    VR2W-107823     -5.691883     56.49690             25
    +#> 907    VR2W-107823     -5.691883     56.49690             25
    +#> 908    VR2W-107823     -5.691883     56.49690             25
    +#> 909    VR2W-107823     -5.691883     56.49690             25
    +#> 910    VR2W-107823     -5.691883     56.49690             25
    +#> 911    VR2W-107823     -5.691883     56.49690             25
    +#> 912    VR2W-107823     -5.691883     56.49690             25
    +#> 913    VR2W-107823     -5.691883     56.49690             25
    +#> 914    VR2W-107823     -5.691883     56.49690             25
    +#> 915    VR2W-107823     -5.691883     56.49690             25
    +#> 916    VR2W-107823     -5.691883     56.49690             25
    +#> 917    VR2W-107823     -5.691883     56.49690             25
    +#> 918    VR2W-107823     -5.691883     56.49690             25
    +#> 919    VR2W-107823     -5.691883     56.49690             25
    +#> 920    VR2W-107823     -5.691883     56.49690             25
    +#> 921    VR2W-107823     -5.691883     56.49690             25
    +#> 922    VR2W-107823     -5.691883     56.49690             25
    +#> 923    VR2W-107823     -5.691883     56.49690             25
    +#> 924    VR2W-107823     -5.691883     56.49690             25
    +#> 925    VR2W-107823     -5.691883     56.49690             25
    +#> 926    VR2W-107823     -5.691883     56.49690             25
    +#> 927    VR2W-107823     -5.691883     56.49690             25
    +#> 928    VR2W-107823     -5.691883     56.49690             25
    +#> 929    VR2W-107823     -5.691883     56.49690             25
    +#> 930    VR2W-107823     -5.691883     56.49690             25
    +#> 931    VR2W-107823     -5.691883     56.49690             25
    +#> 932    VR2W-107823     -5.691883     56.49690             25
    +#> 933    VR2W-107823     -5.691883     56.49690             25
    +#> 934    VR2W-107823     -5.691883     56.49690             25
    +#> 935    VR2W-107823     -5.691883     56.49690             25
    +#> 936    VR2W-107823     -5.691883     56.49690             25
    +#> 937    VR2W-107823     -5.691883     56.49690             25
    +#> 938    VR2W-107823     -5.691883     56.49690             25
    +#> 939    VR2W-107823     -5.691883     56.49690             25
    +#> 940    VR2W-107823     -5.691883     56.49690             25
    +#> 941    VR2W-107823     -5.691883     56.49690             25
    +#> 942    VR2W-107823     -5.691883     56.49690             25
    +#> 943    VR2W-107823     -5.691883     56.49690             25
    +#> 944    VR2W-107823     -5.691883     56.49690             25
    +#> 945    VR2W-107823     -5.691883     56.49690             25
    +#> 946    VR2W-107823     -5.691883     56.49690             25
    +#> 947    VR2W-107823     -5.691883     56.49690             25
    +#> 948    VR2W-107823     -5.691883     56.49690             25
    +#> 949    VR2W-107823     -5.691883     56.49690             25
    +#> 950    VR2W-107823     -5.691883     56.49690             25
    +#> 951    VR2W-107823     -5.691883     56.49690             25
    +#> 952    VR2W-107823     -5.691883     56.49690             25
    +#> 953    VR2W-107823     -5.691883     56.49690             25
    +#> 954    VR2W-107823     -5.691883     56.49690             25
    +#> 955    VR2W-107823     -5.691883     56.49690             25
    +#> 956    VR2W-107823     -5.691883     56.49690             25
    +#> 957    VR2W-107823     -5.691883     56.49690             25
    +#> 958    VR2W-107823     -5.691883     56.49690             25
    +#> 959    VR2W-107823     -5.691883     56.49690             25
    +#> 960    VR2W-107823     -5.691883     56.49690             25
    +#> 961    VR2W-107823     -5.691883     56.49690             25
    +#> 962    VR2W-107823     -5.691883     56.49690             25
    +#> 963    VR2W-107823     -5.691883     56.49690             25
    +#> 964    VR2W-107823     -5.691883     56.49690             25
    +#> 965    VR2W-107823     -5.691883     56.49690             25
    +#> 966    VR2W-107823     -5.691883     56.49690             25
    +#> 967    VR2W-107823     -5.691883     56.49690             25
    +#> 968    VR2W-107823     -5.691883     56.49690             25
    +#> 969    VR2W-107823     -5.691883     56.49690             25
    +#> 970    VR2W-107823     -5.691883     56.49690             25
    +#> 971    VR2W-107823     -5.691883     56.49690             25
    +#> 972    VR2W-107823     -5.691883     56.49690             25
    +#> 973    VR2W-107823     -5.691883     56.49690             25
    +#> 974    VR2W-107823     -5.691883     56.49690             25
    +#> 975    VR2W-107823     -5.691883     56.49690             25
    +#> 976    VR2W-107823     -5.691883     56.49690             25
    +#> 977    VR2W-107823     -5.691883     56.49690             25
    +#> 978    VR2W-107823     -5.691883     56.49690             25
    +#> 979    VR2W-107823     -5.691883     56.49690             25
    +#> 980    VR2W-107823     -5.691883     56.49690             25
    +#> 981    VR2W-107823     -5.691883     56.49690             25
    +#> 982    VR2W-107823     -5.691883     56.49690             25
    +#> 983    VR2W-107823     -5.691883     56.49690             25
    +#> 984    VR2W-107823     -5.691883     56.49690             25
    +#> 985    VR2W-107823     -5.691883     56.49690             25
    +#> 986    VR2W-107823     -5.691883     56.49690             25
    +#> 987    VR2W-107823     -5.691883     56.49690             25
    +#> 988    VR2W-107823     -5.691883     56.49690             25
    +#> 989    VR2W-107823     -5.691883     56.49690             25
    +#> 990    VR2W-107823     -5.691883     56.49690             25
    +#> 991    VR2W-107823     -5.691883     56.49690             25
    +#> 992    VR2W-107823     -5.691883     56.49690             25
    +#> 993    VR2W-107823     -5.691883     56.49690             25
    +#> 994    VR2W-107823     -5.691883     56.49690             25
    +#> 995    VR2W-107823     -5.691883     56.49690             25
    +#> 996    VR2W-107823     -5.691883     56.49690             25
    +#> 997    VR2W-107823     -5.691883     56.49690             25
    +#> 998    VR2W-107823     -5.691883     56.49690             25
    +#> 999    VR2W-107823     -5.691883     56.49690             25
    +#> 1000   VR2W-107823     -5.691883     56.49690             25
    +#> 1001   VR2W-107823     -5.691883     56.49690             25
    +#> 1002   VR2W-107823     -5.691883     56.49690             25
    +#> 1003   VR2W-107823     -5.691883     56.49690             25
    +#> 1004   VR2W-107823     -5.691883     56.49690             25
    +#> 1005   VR2W-107823     -5.691883     56.49690             25
    +#> 1006   VR2W-107823     -5.691883     56.49690             25
    +#> 1007   VR2W-107823     -5.691883     56.49690             25
    +#> 1008   VR2W-107823     -5.691883     56.49690             25
    +#> 1009   VR2W-107823     -5.691883     56.49690             25
    +#> 1010   VR2W-107823     -5.691883     56.49690             25
    +#> 1011   VR2W-107823     -5.691883     56.49690             25
    +#> 1012   VR2W-107823     -5.691883     56.49690             25
    +#> 1013   VR2W-107823     -5.691883     56.49690             25
    +#> 1014   VR2W-107823     -5.691883     56.49690             25
    +#> 1015   VR2W-107823     -5.691883     56.49690             25
    +#> 1016   VR2W-107823     -5.691883     56.49690             25
    +#> 1017   VR2W-107823     -5.691883     56.49690             25
    +#> 1018   VR2W-107823     -5.691883     56.49690             25
    +#> 1019   VR2W-107823     -5.691883     56.49690             25
    +#> 1020   VR2W-107823     -5.691883     56.49690             25
    +#> 1021   VR2W-107823     -5.691883     56.49690             25
    +#> 1022   VR2W-107823     -5.691883     56.49690             25
    +#> 1023   VR2W-107823     -5.691883     56.49690             25
    +#> 1024   VR2W-107823     -5.691883     56.49690             25
    +#> 1025   VR2W-107823     -5.691883     56.49690             25
    +#> 1026   VR2W-107823     -5.691883     56.49690             25
    +#> 1027   VR2W-107823     -5.691883     56.49690             25
    +#> 1028   VR2W-107823     -5.691883     56.49690             25
    +#> 1029   VR2W-107823     -5.691883     56.49690             25
    +#> 1030   VR2W-107823     -5.691883     56.49690             25
    +#> 1031   VR2W-107823     -5.691883     56.49690             25
    +#> 1032   VR2W-107823     -5.691883     56.49690             25
    +#> 1033   VR2W-107823     -5.691883     56.49690             25
    +#> 1034   VR2W-107823     -5.691883     56.49690             25
    +#> 1035   VR2W-107823     -5.691883     56.49690             25
    +#> 1036   VR2W-107823     -5.691883     56.49690             25
    +#> 1037   VR2W-107823     -5.691883     56.49690             25
    +#> 1038   VR2W-107823     -5.691883     56.49690             25
    +#> 1039   VR2W-107823     -5.691883     56.49690             25
    +#> 1040   VR2W-107823     -5.691883     56.49690             25
    +#> 1041   VR2W-107823     -5.691883     56.49690             25
    +#> 1042   VR2W-107823     -5.691883     56.49690             25
    +#> 1043   VR2W-107823     -5.691883     56.49690             25
    +#> 1044   VR2W-107823     -5.691883     56.49690             25
    +#> 1045   VR2W-107823     -5.691883     56.49690             25
    +#> 1046   VR2W-107823     -5.691883     56.49690             25
    +#> 1047   VR2W-107823     -5.691883     56.49690             25
    +#> 1048   VR2W-107823     -5.691883     56.49690             25
    +#> 1049   VR2W-107823     -5.691883     56.49690             25
    +#> 1050   VR2W-107823     -5.691883     56.49690             25
    +#> 1051   VR2W-107823     -5.691883     56.49690             25
    +#> 1052   VR2W-107823     -5.691883     56.49690             25
    +#> 1053   VR2W-107823     -5.691883     56.49690             25
    +#> 1054   VR2W-107823     -5.691883     56.49690             25
    +#> 1055   VR2W-107823     -5.691883     56.49690             25
    +#> 1056   VR2W-107823     -5.691883     56.49690             25
    +#> 1057   VR2W-107823     -5.691883     56.49690             25
    +#> 1058   VR2W-107823     -5.691883     56.49690             25
    +#> 1059   VR2W-107823     -5.691883     56.49690             25
    +#> 1060   VR2W-107823     -5.691883     56.49690             25
    +#> 1061   VR2W-107823     -5.691883     56.49690             25
    +#> 1062   VR2W-107823     -5.691883     56.49690             25
    +#> 1063   VR2W-107823     -5.691883     56.49690             25
    +#> 1064   VR2W-107823     -5.691883     56.49690             25
    +#> 1065   VR2W-107823     -5.691883     56.49690             25
    +#> 1066   VR2W-107823     -5.691883     56.49690             25
    +#> 1067   VR2W-107823     -5.691883     56.49690             25
    +#> 1068   VR2W-107823     -5.691883     56.49690             25
    +#> 1069   VR2W-107823     -5.691883     56.49690             25
    +#> 1070   VR2W-107823     -5.691883     56.49690             25
    +#> 1071   VR2W-107823     -5.691883     56.49690             25
    +#> 1072   VR2W-107823     -5.691883     56.49690             25
    +#> 1073   VR2W-107823     -5.691883     56.49690             25
    +#> 1074   VR2W-107823     -5.691883     56.49690             25
    +#> 1075   VR2W-107823     -5.691883     56.49690             25
    +#> 1076   VR2W-107823     -5.691883     56.49690             25
    +#> 1077   VR2W-107823     -5.691883     56.49690             25
    +#> 1078   VR2W-107823     -5.691883     56.49690             25
    +#> 1079   VR2W-107823     -5.691883     56.49690             25
    +#> 1080   VR2W-107823     -5.691883     56.49690             25
    +#> 1081   VR2W-107823     -5.691883     56.49690             25
    +#> 1082   VR2W-107823     -5.691883     56.49690             25
    +#> 1083   VR2W-107823     -5.691883     56.49690             25
    +#> 1084   VR2W-107823     -5.691883     56.49690             25
    +#> 1085   VR2W-107823     -5.691883     56.49690             25
    +#> 1086   VR2W-107823     -5.691883     56.49690             25
    +#> 1087   VR2W-107823     -5.691883     56.49690             25
    +#> 1088   VR2W-107823     -5.691883     56.49690             25
    +#> 1089   VR2W-107823     -5.691883     56.49690             25
    +#> 1090   VR2W-107823     -5.691883     56.49690             25
    +#> 1091   VR2W-107823     -5.691883     56.49690             25
    +#> 1092   VR2W-107823     -5.691883     56.49690             25
    +#> 1093   VR2W-107823     -5.691883     56.49690             25
    +#> 1094   VR2W-107823     -5.691883     56.49690             25
    +#> 1095   VR2W-107823     -5.691883     56.49690             25
    +#> 1096   VR2W-107823     -5.691883     56.49690             25
    +#> 1097   VR2W-107823     -5.691883     56.49690             25
    +#> 1098   VR2W-107823     -5.691883     56.49690             25
    +#> 1099   VR2W-107823     -5.691883     56.49690             25
    +#> 1100   VR2W-107823     -5.691883     56.49690             25
    +#> 1101   VR2W-107823     -5.691883     56.49690             25
    +#> 1102   VR2W-107823     -5.691883     56.49690             25
    +#> 1103   VR2W-107823     -5.691883     56.49690             25
    +#> 1104   VR2W-107823     -5.691883     56.49690             25
    +#> 1105   VR2W-107823     -5.691883     56.49690             25
    +#> 1106   VR2W-107823     -5.691883     56.49690             25
    +#> 1107   VR2W-107823     -5.691883     56.49690             25
    +#> 1108   VR2W-107823     -5.691883     56.49690             25
    +#> 1109   VR2W-107823     -5.691883     56.49690             25
    +#> 1110   VR2W-107823     -5.691883     56.49690             25
    +#> 1111   VR2W-107823     -5.691883     56.49690             25
    +#> 1112   VR2W-107823     -5.691883     56.49690             25
    +#> 1113   VR2W-107823     -5.691883     56.49690             25
    +#> 1114   VR2W-107823     -5.691883     56.49690             25
    +#> 1115   VR2W-107823     -5.691883     56.49690             25
    +#> 1116   VR2W-107823     -5.691883     56.49690             25
    +#> 1117   VR2W-107823     -5.691883     56.49690             25
    +#> 1118   VR2W-107823     -5.691883     56.49690             25
    +#> 1119   VR2W-107823     -5.691883     56.49690             25
    +#> 1120   VR2W-107823     -5.691883     56.49690             25
    +#> 1121   VR2W-107823     -5.691883     56.49690             25
    +#> 1122   VR2W-107823     -5.691883     56.49690             25
    +#> 1123   VR2W-107823     -5.691883     56.49690             25
    +#> 1124   VR2W-107823     -5.691883     56.49690             25
    +#> 1125   VR2W-107823     -5.691883     56.49690             25
    +#> 1126   VR2W-107823     -5.691883     56.49690             25
    +#> 1127   VR2W-107823     -5.691883     56.49690             25
    +#> 1128   VR2W-107823     -5.691883     56.49690             25
    +#> 1129   VR2W-107823     -5.691883     56.49690             25
    +#> 1130   VR2W-107823     -5.691883     56.49690             25
    +#> 1131   VR2W-107823     -5.691883     56.49690             25
    +#> 1132   VR2W-107823     -5.691883     56.49690             25
    +#> 1133   VR2W-107823     -5.691883     56.49690             25
    +#> 1134   VR2W-107823     -5.691883     56.49690             25
    +#> 1135   VR2W-107823     -5.691883     56.49690             25
    +#> 1136   VR2W-107823     -5.691883     56.49690             25
    +#> 1137   VR2W-107823     -5.691883     56.49690             25
    +#> 1138   VR2W-107823     -5.691883     56.49690             25
    +#> 1139   VR2W-107823     -5.691883     56.49690             25
    +#> 1140   VR2W-107823     -5.691883     56.49690             25
    +#> 1141   VR2W-107823     -5.691883     56.49690             25
    +#> 1142   VR2W-107823     -5.691883     56.49690             25
    +#> 1143   VR2W-107823     -5.691883     56.49690             25
    +#> 1144   VR2W-107823     -5.691883     56.49690             25
    +#> 1145   VR2W-107823     -5.691883     56.49690             25
    +#> 1146   VR2W-107823     -5.691883     56.49690             25
    +#> 1147   VR2W-107823     -5.691883     56.49690             25
    +#> 1148   VR2W-107823     -5.691883     56.49690             25
    +#> 1149   VR2W-107823     -5.691883     56.49690             25
    +#> 1150   VR2W-107823     -5.691883     56.49690             25
    +#> 1151   VR2W-107823     -5.691883     56.49690             25
    +#> 1152   VR2W-107823     -5.691883     56.49690             25
    +#> 1153   VR2W-107823     -5.691883     56.49690             25
    +#> 1154   VR2W-107823     -5.691883     56.49690             25
    +#> 1155   VR2W-107823     -5.691883     56.49690             25
    +#> 1156   VR2W-107823     -5.691883     56.49690             25
    +#> 1157   VR2W-107823     -5.691883     56.49690             25
    +#> 1158   VR2W-107823     -5.691883     56.49690             25
    +#> 1159   VR2W-107823     -5.691883     56.49690             25
    +#> 1160   VR2W-107823     -5.691883     56.49690             25
    +#> 1161   VR2W-107823     -5.691883     56.49690             25
    +#> 1162   VR2W-107823     -5.691883     56.49690             25
    +#> 1163   VR2W-107823     -5.691883     56.49690             25
    +#> 1164   VR2W-107823     -5.691883     56.49690             25
    +#> 1165   VR2W-107823     -5.691883     56.49690             25
    +#> 1166   VR2W-107823     -5.691883     56.49690             25
    +#> 1167   VR2W-107823     -5.691883     56.49690             25
    +#> 1168   VR2W-107823     -5.691883     56.49690             25
    +#> 1169   VR2W-107823     -5.691883     56.49690             25
    +#> 1170   VR2W-107823     -5.691883     56.49690             25
    +#> 1171   VR2W-107823     -5.691883     56.49690             25
    +#> 1172   VR2W-107823     -5.691883     56.49690             25
    +#> 1173   VR2W-107823     -5.691883     56.49690             25
    +#> 1174   VR2W-107823     -5.691883     56.49690             25
    +#> 1175   VR2W-107823     -5.691883     56.49690             25
    +#> 1176   VR2W-107823     -5.691883     56.49690             25
    +#> 1177   VR2W-107823     -5.691883     56.49690             25
    +#> 1178   VR2W-107823     -5.691883     56.49690             25
    +#> 1179   VR2W-107823     -5.691883     56.49690             25
    +#> 1180   VR2W-107823     -5.691883     56.49690             25
    +#> 1181   VR2W-107823     -5.691883     56.49690             25
    +#> 1182   VR2W-107823     -5.691883     56.49690             25
    +#> 1183   VR2W-107823     -5.691883     56.49690             25
    +#> 1184   VR2W-107823     -5.691883     56.49690             25
    +#> 1185   VR2W-107823     -5.691883     56.49690             25
    +#> 1186   VR2W-107823     -5.691883     56.49690             25
    +#> 1187   VR2W-107823     -5.691883     56.49690             25
    +#> 1188   VR2W-107823     -5.691883     56.49690             25
    +#> 1189   VR2W-107823     -5.691883     56.49690             25
    +#> 1190   VR2W-107823     -5.691883     56.49690             25
    +#> 1191   VR2W-107823     -5.691883     56.49690             25
    +#> 1192   VR2W-107823     -5.691883     56.49690             25
    +#> 1193   VR2W-107823     -5.691883     56.49690             25
    +#> 1194   VR2W-107823     -5.691883     56.49690             25
    +#> 1195   VR2W-107823     -5.691883     56.49690             25
    +#> 1196   VR2W-107823     -5.691883     56.49690             25
    +#> 1197   VR2W-107823     -5.691883     56.49690             25
    +#> 1198   VR2W-107823     -5.691883     56.49690             25
    +#> 1199   VR2W-107823     -5.691883     56.49690             25
    +#> 1200   VR2W-107823     -5.691883     56.49690             25
    +#> 1201   VR2W-107823     -5.691883     56.49690             25
    +#> 1202   VR2W-107823     -5.691883     56.49690             25
    +#> 1203   VR2W-107823     -5.691883     56.49690             25
    +#> 1204   VR2W-107823     -5.691883     56.49690             25
    +#> 1205   VR2W-107823     -5.691883     56.49690             25
    +#> 1206   VR2W-107823     -5.691883     56.49690             25
    +#> 1207   VR2W-107823     -5.691883     56.49690             25
    +#> 1208   VR2W-107823     -5.691883     56.49690             25
    +#> 1209   VR2W-107823     -5.691883     56.49690             25
    +#> 1210   VR2W-107823     -5.691883     56.49690             25
    +#> 1211   VR2W-107823     -5.691883     56.49690             25
    +#> 1212   VR2W-107823     -5.691883     56.49690             25
    +#> 1213   VR2W-107823     -5.691883     56.49690             25
    +#> 1214   VR2W-107823     -5.691883     56.49690             25
    +#> 1215   VR2W-107823     -5.691883     56.49690             25
    +#> 1216   VR2W-107823     -5.691883     56.49690             25
    +#> 1217   VR2W-107823     -5.691883     56.49690             25
    +#> 1218   VR2W-107823     -5.691883     56.49690             25
    +#> 1219   VR2W-107823     -5.691883     56.49690             25
    +#> 1220   VR2W-107823     -5.691883     56.49690             25
    +#> 1221   VR2W-107823     -5.691883     56.49690             25
    +#> 1222   VR2W-107823     -5.691883     56.49690             25
    +#> 1223   VR2W-107823     -5.691883     56.49690             25
    +#> 1224   VR2W-107823     -5.691883     56.49690             25
    +#> 1225   VR2W-107823     -5.691883     56.49690             25
    +#> 1226   VR2W-107823     -5.691883     56.49690             25
    +#> 1227   VR2W-107823     -5.691883     56.49690             25
    +#> 1228   VR2W-107823     -5.691883     56.49690             25
    +#> 1229   VR2W-107823     -5.691883     56.49690             25
    +#> 1230   VR2W-107823     -5.691883     56.49690             25
    +#> 1231   VR2W-107823     -5.691883     56.49690             25
    +#> 1232   VR2W-107823     -5.691883     56.49690             25
    +#> 1233   VR2W-107823     -5.691883     56.49690             25
    +#> 1234   VR2W-107823     -5.691883     56.49690             25
    +#> 1235   VR2W-107823     -5.691883     56.49690             25
    +#> 1236   VR2W-107823     -5.691883     56.49690             25
    +#> 1237   VR2W-107823     -5.691883     56.49690             25
    +#> 1238   VR2W-107823     -5.691883     56.49690             25
    +#> 1239   VR2W-107823     -5.691883     56.49690             25
    +#> 1240   VR2W-107823     -5.691883     56.49690             25
    +#> 1241   VR2W-107823     -5.691883     56.49690             25
    +#> 1242   VR2W-107823     -5.691883     56.49690             25
    +#> 1243   VR2W-107823     -5.691883     56.49690             25
    +#> 1244   VR2W-107823     -5.691883     56.49690             25
    +#> 1245   VR2W-107823     -5.691883     56.49690             25
    +#> 1246   VR2W-107823     -5.691883     56.49690             25
    +#> 1247   VR2W-107823     -5.691883     56.49690             25
    +#> 1248   VR2W-107823     -5.691883     56.49690             25
    +#> 1249   VR2W-107823     -5.691883     56.49690             25
    +#> 1250   VR2W-107823     -5.691883     56.49690             25
    +#> 1251   VR2W-107823     -5.691883     56.49690             25
    +#> 1252   VR2W-107823     -5.691883     56.49690             25
    +#> 1253   VR2W-107823     -5.691883     56.49690             25
    +#> 1254   VR2W-107823     -5.691883     56.49690             25
    +#> 1255   VR2W-107823     -5.691883     56.49690             25
    +#> 1256   VR2W-107823     -5.691883     56.49690             25
    +#> 1257   VR2W-107823     -5.691883     56.49690             25
    +#> 1258   VR2W-107823     -5.691883     56.49690             25
    +#> 1259   VR2W-107823     -5.691883     56.49690             25
    +#> 1260   VR2W-107823     -5.691883     56.49690             25
    +#> 1261   VR2W-107823     -5.691883     56.49690             25
    +#> 1262   VR2W-107823     -5.691883     56.49690             25
    +#> 1263   VR2W-107823     -5.691883     56.49690             25
    +#> 1264   VR2W-107823     -5.691883     56.49690             25
    +#> 1265   VR2W-107823     -5.691883     56.49690             25
    +#> 1266   VR2W-107823     -5.691883     56.49690             25
    +#> 1267   VR2W-107823     -5.691883     56.49690             25
    +#> 1268   VR2W-107823     -5.691883     56.49690             25
    +#> 1269   VR2W-107823     -5.691883     56.49690             25
    +#> 1270   VR2W-107823     -5.691883     56.49690             25
    +#> 1271   VR2W-107823     -5.691883     56.49690             25
    +#> 1272   VR2W-107823     -5.691883     56.49690             25
    +#> 1273   VR2W-107823     -5.691883     56.49690             25
    +#> 1274   VR2W-107823     -5.691883     56.49690             25
    +#> 1275   VR2W-107823     -5.691883     56.49690             25
    +#> 1276   VR2W-107823     -5.691883     56.49690             25
    +#> 1277   VR2W-107823     -5.691883     56.49690             25
    +#> 1278   VR2W-107823     -5.691883     56.49690             25
    +#> 1279   VR2W-107823     -5.691883     56.49690             25
    +#> 1280   VR2W-107823     -5.691883     56.49690             25
    +#> 1281   VR2W-107823     -5.691883     56.49690             25
    +#> 1282   VR2W-107823     -5.691883     56.49690             25
    +#> 1283   VR2W-107823     -5.691883     56.49690             25
    +#> 1284   VR2W-107823     -5.691883     56.49690             25
    +#> 1285   VR2W-107823     -5.691883     56.49690             25
    +#> 1286   VR2W-107823     -5.691883     56.49690             25
    +#> 1287   VR2W-107823     -5.691883     56.49690             25
    +#> 1288   VR2W-107823     -5.691883     56.49690             25
    +#> 1289   VR2W-107823     -5.691883     56.49690             25
    +#> 1290   VR2W-107823     -5.691883     56.49690             25
    +#> 1291   VR2W-107823     -5.691883     56.49690             25
    +#> 1292   VR2W-107823     -5.691883     56.49690             25
    +#> 1293   VR2W-107823     -5.691883     56.49690             25
    +#> 1294   VR2W-107823     -5.691883     56.49690             25
    +#> 1295   VR2W-107823     -5.691883     56.49690             25
    +#> 1296   VR2W-107823     -5.691883     56.49690             25
    +#> 1297   VR2W-107823     -5.691883     56.49690             25
    +#> 1298   VR2W-107823     -5.691883     56.49690             25
    +#> 1299   VR2W-107823     -5.691883     56.49690             25
    +#> 1300   VR2W-107823     -5.691883     56.49690             25
    +#> 1301   VR2W-107823     -5.691883     56.49690             25
    +#> 1302   VR2W-107823     -5.691883     56.49690             25
    +#> 1303   VR2W-107823     -5.691883     56.49690             25
    +#> 1304   VR2W-107823     -5.691883     56.49690             25
    +#> 1305   VR2W-107823     -5.691883     56.49690             25
    +#> 1306   VR2W-107823     -5.691883     56.49690             25
    +#> 1307   VR2W-107823     -5.691883     56.49690             25
    +#> 1308   VR2W-107823     -5.691883     56.49690             25
    +#> 1309   VR2W-107823     -5.691883     56.49690             25
    +#> 1310   VR2W-107823     -5.691883     56.49690             25
    +#> 1311   VR2W-107823     -5.691883     56.49690             25
    +#> 1312   VR2W-107823     -5.691883     56.49690             25
    +#> 1313   VR2W-107823     -5.691883     56.49690             25
    +#> 1314   VR2W-107823     -5.691883     56.49690             25
    +#> 1315   VR2W-107823     -5.691883     56.49690             25
    +#> 1316   VR2W-107823     -5.691883     56.49690             25
    +#> 1317   VR2W-107823     -5.691883     56.49690             25
    +#> 1318   VR2W-107823     -5.691883     56.49690             25
    +#> 1319   VR2W-107823     -5.691883     56.49690             25
    +#> 1320   VR2W-107823     -5.691883     56.49690             25
    +#> 1321   VR2W-107823     -5.691883     56.49690             25
    +#> 1322   VR2W-107823     -5.691883     56.49690             25
    +#> 1323   VR2W-107823     -5.691883     56.49690             25
    +#> 1324   VR2W-107823     -5.691883     56.49690             25
    +#> 1325   VR2W-107823     -5.691883     56.49690             25
    +#> 1326   VR2W-107823     -5.691883     56.49690             25
    +#> 1327   VR2W-107823     -5.691883     56.49690             25
    +#> 1328   VR2W-107823     -5.691883     56.49690             25
    +#> 1329   VR2W-107823     -5.691883     56.49690             25
    +#> 1330   VR2W-107823     -5.691883     56.49690             25
    +#> 1331   VR2W-107823     -5.691883     56.49690             25
    +#> 1332   VR2W-107823     -5.691883     56.49690             25
    +#> 1333   VR2W-107823     -5.691883     56.49690             25
    +#> 1334   VR2W-107823     -5.691883     56.49690             25
    +#> 1335   VR2W-107823     -5.691883     56.49690             25
    +#> 1336   VR2W-107823     -5.691883     56.49690             25
    +#> 1337   VR2W-107823     -5.691883     56.49690             25
    +#> 1338   VR2W-107823     -5.691883     56.49690             25
    +#> 1339   VR2W-107823     -5.691883     56.49690             25
    +#> 1340   VR2W-107823     -5.691883     56.49690             25
    +#> 1341   VR2W-107823     -5.691883     56.49690             25
    +#> 1342   VR2W-107823     -5.691883     56.49690             25
    +#> 1343   VR2W-107823     -5.691883     56.49690             25
    +#> 1344   VR2W-107823     -5.691883     56.49690             25
    +#> 1345   VR2W-107823     -5.691883     56.49690             25
    +#> 1346   VR2W-107823     -5.691883     56.49690             25
    +#> 1347   VR2W-107823     -5.691883     56.49690             25
    +#> 1348   VR2W-107823     -5.691883     56.49690             25
    +#> 1349   VR2W-107823     -5.691883     56.49690             25
    +#> 1350   VR2W-107823     -5.691883     56.49690             25
    +#> 1351   VR2W-107823     -5.691883     56.49690             25
    +#> 1352   VR2W-107823     -5.691883     56.49690             25
    +#> 1353   VR2W-107823     -5.691883     56.49690             25
    +#> 1354   VR2W-107823     -5.691883     56.49690             25
    +#> 1355   VR2W-107823     -5.691883     56.49690             25
    +#> 1356   VR2W-107823     -5.691883     56.49690             25
    +#> 1357   VR2W-107823     -5.691883     56.49690             25
    +#> 1358   VR2W-107823     -5.691883     56.49690             25
    +#> 1359   VR2W-107823     -5.691883     56.49690             25
    +#> 1360   VR2W-107823     -5.691883     56.49690             25
    +#> 1361   VR2W-107823     -5.691883     56.49690             25
    +#> 1362   VR2W-107823     -5.691883     56.49690             25
    +#> 1363   VR2W-107823     -5.691883     56.49690             25
    +#> 1364   VR2W-107823     -5.691883     56.49690             25
    +#> 1365   VR2W-107823     -5.691883     56.49690             25
    +#> 1366   VR2W-107823     -5.691883     56.49690             25
    +#> 1367   VR2W-107823     -5.691883     56.49690             25
    +#> 1368   VR2W-107823     -5.691883     56.49690             25
    +#> 1369   VR2W-107823     -5.691883     56.49690             25
    +#> 1370   VR2W-107823     -5.691883     56.49690             25
    +#> 1371   VR2W-107823     -5.691883     56.49690             25
    +#> 1372   VR2W-107823     -5.691883     56.49690             25
    +#> 1373   VR2W-107823     -5.691883     56.49690             25
    +#> 1374   VR2W-107823     -5.691883     56.49690             25
    +#> 1375   VR2W-107823     -5.691883     56.49690             25
    +#> 1376   VR2W-107823     -5.691883     56.49690             25
    +#> 1377   VR2W-107823     -5.691883     56.49690             25
    +#> 1378   VR2W-107823     -5.691883     56.49690             25
    +#> 1379   VR2W-107823     -5.691883     56.49690             25
    +#> 1380   VR2W-107823     -5.691883     56.49690             25
    +#> 1381   VR2W-107823     -5.691883     56.49690             25
    +#> 1382   VR2W-107823     -5.691883     56.49690             25
    +#> 1383   VR2W-107823     -5.691883     56.49690             25
    +#> 1384   VR2W-107823     -5.691883     56.49690             25
    +#> 1385   VR2W-107823     -5.691883     56.49690             25
    +#> 1386   VR2W-107823     -5.691883     56.49690             25
    +#> 1387   VR2W-107823     -5.691883     56.49690             25
    +#> 1388   VR2W-107823     -5.691883     56.49690             25
    +#> 1389   VR2W-107823     -5.691883     56.49690             25
    +#> 1390   VR2W-107823     -5.691883     56.49690             25
    +#> 1391   VR2W-107823     -5.691883     56.49690             25
    +#> 1392   VR2W-107823     -5.691883     56.49690             25
    +#> 1393   VR2W-107823     -5.691883     56.49690             25
    +#> 1394   VR2W-107823     -5.691883     56.49690             25
    +#> 1395   VR2W-107823     -5.691883     56.49690             25
    +#> 1396   VR2W-107823     -5.691883     56.49690             25
    +#> 1397   VR2W-107823     -5.691883     56.49690             25
    +#> 1398   VR2W-107823     -5.691883     56.49690             25
    +#> 1399   VR2W-107823     -5.691883     56.49690             25
    +#> 1400   VR2W-107823     -5.691883     56.49690             25
    +#> 1401   VR2W-107823     -5.691883     56.49690             25
    +#> 1402   VR2W-107823     -5.691883     56.49690             25
    +#> 1403   VR2W-107823     -5.691883     56.49690             25
    +#> 1404   VR2W-107823     -5.691883     56.49690             25
    +#> 1405   VR2W-107823     -5.691883     56.49690             25
    +#> 1406   VR2W-107823     -5.691883     56.49690             25
    +#> 1407   VR2W-107823     -5.691883     56.49690             25
    +#> 1408   VR2W-107823     -5.691883     56.49690             25
    +#> 1409   VR2W-107823     -5.691883     56.49690             25
    +#> 1410   VR2W-107823     -5.691883     56.49690             25
    +#> 1411   VR2W-107823     -5.691883     56.49690             25
    +#> 1412   VR2W-107823     -5.691883     56.49690             25
    +#> 1413   VR2W-107823     -5.691883     56.49690             25
    +#> 1414   VR2W-107823     -5.691883     56.49690             25
    +#> 1415   VR2W-107823     -5.691883     56.49690             25
    +#> 1416   VR2W-107823     -5.691883     56.49690             25
    +#> 1417   VR2W-107823     -5.691883     56.49690             25
    +#> 1418   VR2W-107823     -5.691883     56.49690             25
    +#> 1419   VR2W-107823     -5.691883     56.49690             25
    +#> 1420   VR2W-107823     -5.691883     56.49690             25
    +#> 1421   VR2W-107823     -5.691883     56.49690             25
    +#> 1422   VR2W-107823     -5.691883     56.49690             25
    +#> 1423   VR2W-107823     -5.691883     56.49690             25
    +#> 1424   VR2W-107823     -5.691883     56.49690             25
    +#> 1425   VR2W-107823     -5.691883     56.49690             25
    +#> 1426   VR2W-107823     -5.691883     56.49690             25
    +#> 1427   VR2W-107823     -5.691883     56.49690             25
    +#> 1428   VR2W-107823     -5.691883     56.49690             25
    +#> 1429   VR2W-107823     -5.691883     56.49690             25
    +#> 1430   VR2W-107823     -5.691883     56.49690             25
    +#> 1431   VR2W-107823     -5.691883     56.49690             25
    +#> 1432   VR2W-107823     -5.691883     56.49690             25
    +#> 1433   VR2W-107823     -5.691883     56.49690             25
    +#> 1434   VR2W-107823     -5.691883     56.49690             25
    +#> 1435   VR2W-107823     -5.691883     56.49690             25
    +#> 1436   VR2W-107823     -5.691883     56.49690             25
    +#> 1437   VR2W-107823     -5.691883     56.49690             25
    +#> 1438   VR2W-107823     -5.691883     56.49690             25
    +#> 1439   VR2W-107823     -5.691883     56.49690             25
    +#> 1440   VR2W-107823     -5.691883     56.49690             25
    +#> 1441   VR2W-107823     -5.691883     56.49690             25
    +#> 1442   VR2W-107823     -5.691883     56.49690             25
    +#> 1443   VR2W-107823     -5.691883     56.49690             25
    +#> 1444   VR2W-107823     -5.691883     56.49690             25
    +#> 1445   VR2W-107823     -5.691883     56.49690             25
    +#> 1446   VR2W-107823     -5.691883     56.49690             25
    +#> 1447   VR2W-107823     -5.691883     56.49690             25
    +#> 1448   VR2W-107823     -5.691883     56.49690             25
    +#> 1449   VR2W-107823     -5.691883     56.49690             25
    +#> 1450   VR2W-107823     -5.691883     56.49690             25
    +#> 1451   VR2W-107823     -5.691883     56.49690             25
    +#> 1452   VR2W-107823     -5.691883     56.49690             25
    +#> 1453   VR2W-107823     -5.691883     56.49690             25
    +#> 1454   VR2W-107823     -5.691883     56.49690             25
    +#> 1455   VR2W-107823     -5.691883     56.49690             25
    +#> 1456   VR2W-107823     -5.691883     56.49690             25
    +#> 1457   VR2W-107823     -5.691883     56.49690             25
    +#> 1458   VR2W-107823     -5.691883     56.49690             25
    +#> 1459   VR2W-107823     -5.691883     56.49690             25
    +#> 1460   VR2W-107823     -5.691883     56.49690             25
    +#> 1461   VR2W-107823     -5.691883     56.49690             25
    +#> 1462   VR2W-107823     -5.691883     56.49690             25
    +#> 1463   VR2W-107823     -5.691883     56.49690             25
    +#> 1464   VR2W-107823     -5.691883     56.49690             25
    +#> 1465   VR2W-107823     -5.691883     56.49690             25
    +#> 1466   VR2W-107823     -5.691883     56.49690             25
    +#> 1467   VR2W-107823     -5.691883     56.49690             25
    +#> 1468   VR2W-107823     -5.691883     56.49690             25
    +#> 1469   VR2W-107823     -5.691883     56.49690             25
    +#> 1470   VR2W-107823     -5.691883     56.49690             25
    +#> 1471   VR2W-107823     -5.691883     56.49690             25
    +#> 1472   VR2W-107823     -5.691883     56.49690             25
    +#> 1473   VR2W-107823     -5.691883     56.49690             25
    +#> 1474   VR2W-107823     -5.691883     56.49690             25
    +#> 1475   VR2W-107823     -5.691883     56.49690             25
    +#> 1476   VR2W-107823     -5.691883     56.49690             25
    +#> 1477   VR2W-107823     -5.691883     56.49690             25
    +#> 1478   VR2W-107823     -5.691883     56.49690             25
    +#> 1479   VR2W-107823     -5.691883     56.49690             25
    +#> 1480   VR2W-107823     -5.691883     56.49690             25
    +#> 1481   VR2W-107823     -5.691883     56.49690             25
    +#> 1482   VR2W-107823     -5.691883     56.49690             25
    +#> 1483   VR2W-107823     -5.691883     56.49690             25
    +#> 1484   VR2W-107823     -5.691883     56.49690             25
    +#> 1485   VR2W-107823     -5.691883     56.49690             25
    +#> 1486   VR2W-107823     -5.691883     56.49690             25
    +#> 1487   VR2W-107823     -5.691883     56.49690             25
    +#> 1488   VR2W-107823     -5.691883     56.49690             25
    +#> 1489   VR2W-107823     -5.691883     56.49690             25
    +#> 1490   VR2W-107823     -5.691883     56.49690             25
    +#> 1491   VR2W-107823     -5.691883     56.49690             25
    +#> 1492   VR2W-107823     -5.691883     56.49690             25
    +#> 1493   VR2W-107823     -5.691883     56.49690             25
    +#> 1494   VR2W-107823     -5.691883     56.49690             25
    +#> 1495   VR2W-107823     -5.691883     56.49690             25
    +#> 1496   VR2W-107823     -5.691883     56.49690             25
    +#> 1497   VR2W-107823     -5.691883     56.49690             25
    +#> 1498   VR2W-107823     -5.691883     56.49690             25
    +#> 1499   VR2W-107823     -5.691883     56.49690             25
    +#> 1500   VR2W-107823     -5.691883     56.49690             25
    +#> 1501   VR2W-107823     -5.691883     56.49690             25
    +#> 1502   VR2W-107823     -5.691883     56.49690             25
    +#> 1503   VR2W-107823     -5.691883     56.49690             25
    +#> 1504   VR2W-107823     -5.691883     56.49690             25
    +#> 1505   VR2W-107823     -5.691883     56.49690             25
    +#> 1506   VR2W-107823     -5.691883     56.49690             25
    +#> 1507   VR2W-107823     -5.691883     56.49690             25
    +#> 1508   VR2W-107823     -5.691883     56.49690             25
    +#> 1509   VR2W-107823     -5.691883     56.49690             25
    +#> 1510   VR2W-107823     -5.691883     56.49690             25
    +#> 1511   VR2W-107823     -5.691883     56.49690             25
    +#> 1512   VR2W-107823     -5.691883     56.49690             25
    +#> 1513   VR2W-107823     -5.691883     56.49690             25
    +#> 1514   VR2W-107823     -5.691883     56.49690             25
    +#> 1515   VR2W-107823     -5.691883     56.49690             25
    +#> 1516   VR2W-107823     -5.691883     56.49690             25
    +#> 1517   VR2W-107823     -5.691883     56.49690             25
    +#> 1518   VR2W-107823     -5.691883     56.49690             25
    +#> 1519   VR2W-107823     -5.691883     56.49690             25
    +#> 1520   VR2W-107823     -5.691883     56.49690             25
    +#> 1521   VR2W-107823     -5.691883     56.49690             25
    +#> 1522   VR2W-107823     -5.691883     56.49690             25
    +#> 1523   VR2W-107823     -5.691883     56.49690             25
    +#> 1524   VR2W-107823     -5.691883     56.49690             25
    +#> 1525   VR2W-107823     -5.691883     56.49690             25
    +#> 1526   VR2W-107823     -5.691883     56.49690             25
    +#> 1527   VR2W-107823     -5.691883     56.49690             25
    +#> 1528   VR2W-107823     -5.691883     56.49690             25
    +#> 1529   VR2W-107823     -5.691883     56.49690             25
    +#> 1530   VR2W-107823     -5.691883     56.49690             25
    +#> 1531   VR2W-107823     -5.691883     56.49690             25
    +#> 1532   VR2W-107823     -5.691883     56.49690             25
    +#> 1533   VR2W-107823     -5.691883     56.49690             25
    +#> 1534   VR2W-107823     -5.691883     56.49690             25
    +#> 1535   VR2W-107823     -5.691883     56.49690             25
    +#> 1536   VR2W-107823     -5.691883     56.49690             25
    +#> 1537   VR2W-107823     -5.691883     56.49690             25
    +#> 1538   VR2W-107823     -5.691883     56.49690             25
    +#> 1539   VR2W-107823     -5.691883     56.49690             25
    +#> 1540   VR2W-107823     -5.691883     56.49690             25
    +#> 1541   VR2W-107823     -5.691883     56.49690             25
    +#> 1542   VR2W-107823     -5.691883     56.49690             25
    +#> 1543   VR2W-107823     -5.691883     56.49690             25
    +#> 1544   VR2W-107823     -5.691883     56.49690             25
    +#> 1545   VR2W-107823     -5.691883     56.49690             25
    +#> 1546   VR2W-107823     -5.691883     56.49690             25
    +#> 1547   VR2W-107823     -5.691883     56.49690             25
    +#> 1548   VR2W-107823     -5.691883     56.49690             25
    +#> 1549   VR2W-107823     -5.691883     56.49690             25
    +#> 1550   VR2W-107823     -5.691883     56.49690             25
    +#> 1551   VR2W-107823     -5.691883     56.49690             25
    +#> 1552   VR2W-107823     -5.691883     56.49690             25
    +#> 1553   VR2W-107823     -5.691883     56.49690             25
    +#> 1554   VR2W-107823     -5.691883     56.49690             25
    +#> 1555   VR2W-107823     -5.691883     56.49690             25
    +#> 1556   VR2W-107823     -5.691883     56.49690             25
    +#> 1557   VR2W-107823     -5.691883     56.49690             25
    +#> 1558   VR2W-107823     -5.691883     56.49690             25
    +#> 1559   VR2W-107823     -5.691883     56.49690             25
    +#> 1560   VR2W-107823     -5.691883     56.49690             25
    +#> 1561   VR2W-107823     -5.691883     56.49690             25
    +#> 1562   VR2W-107823     -5.691883     56.49690             25
    +#> 1563   VR2W-107823     -5.691883     56.49690             25
    +#> 1564   VR2W-107823     -5.691883     56.49690             25
    +#> 1565   VR2W-107823     -5.691883     56.49690             25
    +#> 1566   VR2W-107823     -5.691883     56.49690             25
    +#> 1567   VR2W-107823     -5.691883     56.49690             25
    +#> 1568   VR2W-107823     -5.691883     56.49690             25
    +#> 1569   VR2W-107823     -5.691883     56.49690             25
    +#> 1570   VR2W-107823     -5.691883     56.49690             25
    +#> 1571   VR2W-107823     -5.691883     56.49690             25
    +#> 1572   VR2W-107823     -5.691883     56.49690             25
    +#> 1573   VR2W-107823     -5.691883     56.49690             25
    +#> 1574   VR2W-107823     -5.691883     56.49690             25
    +#> 1575   VR2W-107823     -5.691883     56.49690             25
    +#> 1576   VR2W-107823     -5.691883     56.49690             25
    +#> 1577   VR2W-107823     -5.691883     56.49690             25
    +#> 1578   VR2W-107823     -5.691883     56.49690             25
    +#> 1579   VR2W-107823     -5.691883     56.49690             25
    +#> 1580   VR2W-107823     -5.691883     56.49690             25
    +#> 1581   VR2W-107823     -5.691883     56.49690             25
    +#> 1582   VR2W-107823     -5.691883     56.49690             25
    +#> 1583   VR2W-107823     -5.691883     56.49690             25
    +#> 1584   VR2W-107823     -5.691883     56.49690             25
    +#> 1585   VR2W-107823     -5.691883     56.49690             25
    +#> 1586   VR2W-107823     -5.691883     56.49690             25
    +#> 1587   VR2W-107823     -5.691883     56.49690             25
    +#> 1588   VR2W-107823     -5.691883     56.49690             25
    +#> 1589   VR2W-107823     -5.691883     56.49690             25
    +#> 1590   VR2W-107823     -5.691883     56.49690             25
    +#> 1591   VR2W-107823     -5.691883     56.49690             25
    +#> 1592   VR2W-107823     -5.691883     56.49690             25
    +#> 1593   VR2W-107823     -5.691883     56.49690             25
    +#> 1594   VR2W-107823     -5.691883     56.49690             25
    +#> 1595   VR2W-107823     -5.691883     56.49690             25
    +#> 1596   VR2W-107823     -5.691883     56.49690             25
    +#> 1597   VR2W-107823     -5.691883     56.49690             25
    +#> 1598   VR2W-107823     -5.691883     56.49690             25
    +#> 1599   VR2W-107823     -5.691883     56.49690             25
    +#> 1600   VR2W-107823     -5.691883     56.49690             25
    +#> 1601   VR2W-107823     -5.691883     56.49690             25
    +#> 1602   VR2W-107823     -5.691883     56.49690             25
    +#> 1603   VR2W-107823     -5.691883     56.49690             25
    +#> 1604   VR2W-107823     -5.691883     56.49690             25
    +#> 1605   VR2W-107823     -5.691883     56.49690             25
    +#> 1606   VR2W-107823     -5.691883     56.49690             25
    +#> 1607   VR2W-107823     -5.691883     56.49690             25
    +#> 1608   VR2W-107823     -5.691883     56.49690             25
    +#> 1609   VR2W-107823     -5.691883     56.49690             25
    +#> 1610   VR2W-107823     -5.691883     56.49690             25
    +#> 1611   VR2W-107823     -5.691883     56.49690             25
    +#> 1612   VR2W-107823     -5.691883     56.49690             25
    +#> 1613   VR2W-107823     -5.691883     56.49690             25
    +#> 1614   VR2W-107823     -5.691883     56.49690             25
    +#> 1615   VR2W-107823     -5.691883     56.49690             25
    +#> 1616   VR2W-107823     -5.691883     56.49690             25
    +#> 1617   VR2W-107823     -5.691883     56.49690             25
    +#> 1618   VR2W-107823     -5.691883     56.49690             25
    +#> 1619   VR2W-107823     -5.691883     56.49690             25
    +#> 1620   VR2W-107823     -5.691883     56.49690             25
    +#> 1621   VR2W-107823     -5.691883     56.49690             25
    +#> 1622   VR2W-107823     -5.691883     56.49690             25
    +#> 1623   VR2W-107823     -5.691883     56.49690             25
    +#> 1624   VR2W-107823     -5.691883     56.49690             25
    +#> 1625   VR2W-107823     -5.691883     56.49690             25
    +#> 1626   VR2W-107823     -5.691883     56.49690             25
    +#> 1627   VR2W-107823     -5.691883     56.49690             25
    +#> 1628   VR2W-107823     -5.691883     56.49690             25
    +#> 1629   VR2W-107823     -5.691883     56.49690             25
    +#> 1630   VR2W-107823     -5.691883     56.49690             25
    +#> 1631   VR2W-107823     -5.691883     56.49690             25
    +#> 1632   VR2W-107823     -5.691883     56.49690             25
    +#> 1633   VR2W-107823     -5.691883     56.49690             25
    +#> 1634   VR2W-107823     -5.691883     56.49690             25
    +#> 1635   VR2W-107823     -5.691883     56.49690             25
    +#> 1636   VR2W-107823     -5.691883     56.49690             25
    +#> 1637   VR2W-107823     -5.691883     56.49690             25
    +#> 1638   VR2W-107823     -5.691883     56.49690             25
    +#> 1639   VR2W-107823     -5.691883     56.49690             25
    +#> 1640   VR2W-107823     -5.691883     56.49690             25
    +#> 1641   VR2W-107823     -5.691883     56.49690             25
    +#> 1642   VR2W-107823     -5.691883     56.49690             25
    +#> 1643   VR2W-107823     -5.691883     56.49690             25
    +#> 1644   VR2W-107823     -5.691883     56.49690             25
    +#> 1645   VR2W-107823     -5.691883     56.49690             25
    +#> 1646   VR2W-107823     -5.691883     56.49690             25
    +#> 1647   VR2W-107823     -5.691883     56.49690             25
    +#> 1648   VR2W-107823     -5.691883     56.49690             25
    +#> 1649   VR2W-107823     -5.691883     56.49690             25
    +#> 1650   VR2W-107823     -5.691883     56.49690             25
    +#> 1651   VR2W-107823     -5.691883     56.49690             25
    +#> 1652   VR2W-107823     -5.691883     56.49690             25
    +#> 1653   VR2W-107823     -5.691883     56.49690             25
    +#> 1654   VR2W-107823     -5.691883     56.49690             25
    +#> 1655   VR2W-107823     -5.691883     56.49690             25
    +#> 1656   VR2W-107823     -5.691883     56.49690             25
    +#> 1657   VR2W-107823     -5.691883     56.49690             25
    +#> 1658   VR2W-107823     -5.691883     56.49690             25
    +#> 1659   VR2W-107823     -5.691883     56.49690             25
    +#> 1660   VR2W-107823     -5.691883     56.49690             25
    +#> 1661   VR2W-107823     -5.691883     56.49690             25
    +#> 1662   VR2W-107823     -5.691883     56.49690             25
    +#> 1663   VR2W-107823     -5.691883     56.49690             25
    +#> 1664   VR2W-107823     -5.691883     56.49690             25
    +#> 1665   VR2W-107823     -5.691883     56.49690             25
    +#> 1666   VR2W-107823     -5.691883     56.49690             25
    +#> 1667   VR2W-107823     -5.691883     56.49690             25
    +#> 1668   VR2W-107823     -5.691883     56.49690             25
    +#> 1669   VR2W-107823     -5.691883     56.49690             25
    +#> 1670   VR2W-107823     -5.691883     56.49690             25
    +#> 1671   VR2W-107823     -5.691883     56.49690             25
    +#> 1672   VR2W-107823     -5.691883     56.49690             25
    +#> 1673   VR2W-107823     -5.691883     56.49690             25
    +#> 1674   VR2W-107823     -5.691883     56.49690             25
    +#> 1675   VR2W-107823     -5.691883     56.49690             25
    +#> 1676   VR2W-107823     -5.691883     56.49690             25
    +#> 1677   VR2W-107823     -5.691883     56.49690             25
    +#> 1678   VR2W-107823     -5.691883     56.49690             25
    +#> 1679   VR2W-107823     -5.691883     56.49690             25
    +#> 1680   VR2W-107823     -5.691883     56.49690             25
    +#> 1681   VR2W-107823     -5.691883     56.49690             25
    +#> 1682   VR2W-107823     -5.691883     56.49690             25
    +#> 1683   VR2W-107823     -5.691883     56.49690             25
    +#> 1684   VR2W-107823     -5.691883     56.49690             25
    +#> 1685   VR2W-107823     -5.691883     56.49690             25
    +#> 1686   VR2W-107823     -5.691883     56.49690             25
    +#> 1687   VR2W-107823     -5.691883     56.49690             25
    +#> 1688   VR2W-107823     -5.691883     56.49690             25
    +#> 1689   VR2W-107823     -5.691883     56.49690             25
    +#> 1690   VR2W-107823     -5.691883     56.49690             25
    +#> 1691   VR2W-107823     -5.691883     56.49690             25
    +#> 1692   VR2W-107823     -5.691883     56.49690             25
    +#> 1693   VR2W-107823     -5.691883     56.49690             25
    +#> 1694   VR2W-107823     -5.691883     56.49690             25
    +#> 1695   VR2W-107823     -5.691883     56.49690             25
    +#> 1696   VR2W-107823     -5.691883     56.49690             25
    +#> 1697   VR2W-107823     -5.691883     56.49690             25
    +#> 1698   VR2W-107823     -5.691883     56.49690             25
    +#> 1699   VR2W-107823     -5.691883     56.49690             25
    +#> 1700   VR2W-107823     -5.691883     56.49690             25
    +#> 1701   VR2W-107823     -5.691883     56.49690             25
    +#> 1702   VR2W-107823     -5.691883     56.49690             25
    +#> 1703   VR2W-107823     -5.691883     56.49690             25
    +#> 1704   VR2W-107823     -5.691883     56.49690             25
    +#> 1705   VR2W-107823     -5.691883     56.49690             25
    +#> 1706   VR2W-107823     -5.691883     56.49690             25
    +#> 1707   VR2W-107823     -5.691883     56.49690             25
    +#> 1708   VR2W-107823     -5.691883     56.49690             25
    +#> 1709   VR2W-107823     -5.691883     56.49690             25
    +#> 1710   VR2W-107823     -5.691883     56.49690             25
    +#> 1711   VR2W-107823     -5.691883     56.49690             25
    +#> 1712   VR2W-107823     -5.691883     56.49690             25
    +#> 1713   VR2W-107823     -5.691883     56.49690             25
    +#> 1714   VR2W-107823     -5.691883     56.49690             25
    +#> 1715   VR2W-107823     -5.691883     56.49690             25
    +#> 1716   VR2W-107823     -5.691883     56.49690             25
    +#> 1717   VR2W-107823     -5.691883     56.49690             25
    +#> 1718   VR2W-107823     -5.691883     56.49690             25
    +#> 1719   VR2W-107823     -5.691883     56.49690             25
    +#> 1720   VR2W-107823     -5.691883     56.49690             25
    +#> 1721   VR2W-107823     -5.691883     56.49690             25
    +#> 1722   VR2W-107823     -5.691883     56.49690             25
    +#> 1723   VR2W-107823     -5.691883     56.49690             25
    +#> 1724   VR2W-107823     -5.691883     56.49690             25
    +#> 1725   VR2W-107823     -5.691883     56.49690             25
    +#> 1726   VR2W-107823     -5.691883     56.49690             25
    +#> 1727   VR2W-107823     -5.691883     56.49690             25
    +#> 1728   VR2W-107823     -5.691883     56.49690             25
    +#> 1729   VR2W-107823     -5.691883     56.49690             25
    +#> 1730   VR2W-107823     -5.691883     56.49690             25
    +#> 1731   VR2W-107823     -5.691883     56.49690             25
    +#> 1732   VR2W-107823     -5.691883     56.49690             25
    +#> 1733   VR2W-107823     -5.691883     56.49690             25
    +#> 1734   VR2W-107823     -5.691883     56.49690             25
    +#> 1735   VR2W-107823     -5.691883     56.49690             25
    +#> 1736   VR2W-107823     -5.691883     56.49690             25
    +#> 1737   VR2W-107823     -5.691883     56.49690             25
    +#> 1738   VR2W-107823     -5.691883     56.49690             25
    +#> 1739   VR2W-107823     -5.691883     56.49690             25
    +#> 1740   VR2W-107823     -5.691883     56.49690             25
    +#> 1741   VR2W-107823     -5.691883     56.49690             25
    +#> 1742   VR2W-107823     -5.691883     56.49690             25
    +#> 1743   VR2W-107823     -5.691883     56.49690             25
    +#> 1744   VR2W-107823     -5.691883     56.49690             25
    +#> 1745   VR2W-107823     -5.691883     56.49690             25
    +#> 1746   VR2W-107823     -5.691883     56.49690             25
    +#> 1747   VR2W-107823     -5.691883     56.49690             25
    +#> 1748   VR2W-107823     -5.691883     56.49690             25
    +#> 1749   VR2W-107823     -5.691883     56.49690             25
    +#> 1750   VR2W-107823     -5.691883     56.49690             25
    +#> 1751   VR2W-107823     -5.691883     56.49690             25
    +#> 1752   VR2W-107823     -5.691883     56.49690             25
    +#> 1753   VR2W-107823     -5.691883     56.49690             25
    +#> 1754   VR2W-107823     -5.691883     56.49690             25
    +#> 1755   VR2W-107823     -5.691883     56.49690             25
    +#> 1756   VR2W-107823     -5.691883     56.49690             25
    +#> 1757   VR2W-107823     -5.691883     56.49690             25
    +#> 1758   VR2W-107823     -5.691883     56.49690             25
    +#> 1759   VR2W-107823     -5.691883     56.49690             25
    +#> 1760   VR2W-107823     -5.691883     56.49690             25
    +#> 1761   VR2W-107823     -5.691883     56.49690             25
    +#> 1762   VR2W-107823     -5.691883     56.49690             25
    +#> 1763   VR2W-107823     -5.691883     56.49690             25
    +#> 1764   VR2W-107823     -5.691883     56.49690             25
    +#> 1765   VR2W-107823     -5.691883     56.49690             25
    +#> 1766   VR2W-107823     -5.691883     56.49690             25
    +#> 1767   VR2W-107823     -5.691883     56.49690             25
    +#> 1768   VR2W-107823     -5.691883     56.49690             25
    +#> 1769   VR2W-107823     -5.691883     56.49690             25
    +#> 1770   VR2W-107823     -5.691883     56.49690             25
    +#> 1771   VR2W-107823     -5.691883     56.49690             25
    +#> 1772   VR2W-107823     -5.691883     56.49690             25
    +#> 1773   VR2W-107823     -5.691883     56.49690             25
    +#> 1774   VR2W-107823     -5.691883     56.49690             25
    +#> 1775   VR2W-107823     -5.691883     56.49690             25
    +#> 1776   VR2W-107823     -5.691883     56.49690             25
    +#> 1777   VR2W-107823     -5.691883     56.49690             25
    +#> 1778   VR2W-107823     -5.691883     56.49690             25
    +#> 1779   VR2W-107823     -5.691883     56.49690             25
    +#> 1780   VR2W-107823     -5.691883     56.49690             25
    +#> 1781   VR2W-107823     -5.691883     56.49690             25
    +#> 1782   VR2W-107823     -5.691883     56.49690             25
    +#> 1783   VR2W-107823     -5.691883     56.49690             25
    +#> 1784   VR2W-107823     -5.691883     56.49690             25
    +#> 1785   VR2W-107823     -5.691883     56.49690             25
    +#> 1786   VR2W-107823     -5.691883     56.49690             25
    +#> 1787   VR2W-107823     -5.691883     56.49690             25
    +#> 1788   VR2W-107823     -5.691883     56.49690             25
    +#> 1789   VR2W-107823     -5.691883     56.49690             25
    +#> 1790   VR2W-107823     -5.691883     56.49690             25
    +#> 1791   VR2W-107823     -5.691883     56.49690             25
    +#> 1792   VR2W-107823     -5.691883     56.49690             25
    +#> 1793   VR2W-107823     -5.691883     56.49690             25
    +#> 1794   VR2W-107823     -5.691883     56.49690             25
    +#> 1795   VR2W-107823     -5.691883     56.49690             25
    +#> 1796   VR2W-107823     -5.691883     56.49690             25
    +#> 1797   VR2W-107823     -5.691883     56.49690             25
    +#> 1798   VR2W-107823     -5.691883     56.49690             25
    +#> 1799   VR2W-107823     -5.691883     56.49690             25
    +#> 1800   VR2W-107823     -5.691883     56.49690             25
    +#> 1801   VR2W-107823     -5.691883     56.49690             25
    +#> 1802   VR2W-107823     -5.691883     56.49690             25
    +#> 1803   VR2W-107823     -5.691883     56.49690             25
    +#> 1804   VR2W-107823     -5.691883     56.49690             25
    +#> 1805   VR2W-107823     -5.691883     56.49690             25
    +#> 1806   VR2W-107823     -5.691883     56.49690             25
    +#> 1807   VR2W-107823     -5.691883     56.49690             25
    +#> 1808   VR2W-107823     -5.691883     56.49690             25
    +#> 1809   VR2W-107823     -5.691883     56.49690             25
    +#> 1810   VR2W-107823     -5.691883     56.49690             25
    +#> 1811   VR2W-107823     -5.691883     56.49690             25
    +#> 1812   VR2W-107823     -5.691883     56.49690             25
    +#> 1813   VR2W-107823     -5.691883     56.49690             25
    +#> 1814   VR2W-107823     -5.691883     56.49690             25
    +#> 1815   VR2W-107823     -5.691883     56.49690             25
    +#> 1816   VR2W-107823     -5.691883     56.49690             25
    +#> 1817   VR2W-107823     -5.691883     56.49690             25
    +#> 1818   VR2W-107823     -5.691883     56.49690             25
    +#> 1819   VR2W-107823     -5.691883     56.49690             25
    +#> 1820   VR2W-107823     -5.691883     56.49690             25
    +#> 1821   VR2W-107823     -5.691883     56.49690             25
    +#> 1822   VR2W-107823     -5.691883     56.49690             25
    +#> 1823   VR2W-107823     -5.691883     56.49690             25
    +#> 1824   VR2W-107823     -5.691883     56.49690             25
    +#> 1825   VR2W-107823     -5.691883     56.49690             25
    +#> 1826   VR2W-107823     -5.691883     56.49690             25
    +#> 1827   VR2W-107823     -5.691883     56.49690             25
    +#> 1828   VR2W-107823     -5.691883     56.49690             25
    +#> 1829   VR2W-107823     -5.691883     56.49690             25
    +#> 1830   VR2W-107823     -5.691883     56.49690             25
    +#> 1831   VR2W-107823     -5.691883     56.49690             25
    +#> 1832   VR2W-107823     -5.691883     56.49690             25
    +#> 1833   VR2W-107823     -5.691883     56.49690             25
    +#> 1834   VR2W-107823     -5.691883     56.49690             25
    +#> 1835   VR2W-107823     -5.691883     56.49690             25
    +#> 1836   VR2W-107823     -5.691883     56.49690             25
    +#> 1837   VR2W-107823     -5.691883     56.49690             25
    +#> 1838   VR2W-107823     -5.691883     56.49690             25
    +#> 1839   VR2W-107823     -5.691883     56.49690             25
    +#> 1840   VR2W-107823     -5.691883     56.49690             25
    +#> 1841   VR2W-107823     -5.691883     56.49690             25
    +#> 1842   VR2W-107823     -5.691883     56.49690             25
    +#> 1843   VR2W-107823     -5.691883     56.49690             25
    +#> 1844   VR2W-107823     -5.691883     56.49690             25
    +#> 1845   VR2W-107823     -5.691883     56.49690             25
    +#> 1846   VR2W-107823     -5.691883     56.49690             25
    +#> 1847   VR2W-107823     -5.691883     56.49690             25
    +#> 1848   VR2W-107823     -5.691883     56.49690             25
    +#> 1849   VR2W-107823     -5.691883     56.49690             25
    +#> 1850   VR2W-107823     -5.691883     56.49690             25
    +#> 1851   VR2W-107823     -5.691883     56.49690             25
    +#> 1852   VR2W-107823     -5.691883     56.49690             25
    +#> 1853   VR2W-107823     -5.691883     56.49690             25
    +#> 1854   VR2W-107823     -5.691883     56.49690             25
    +#> 1855   VR2W-107823     -5.691883     56.49690             25
    +#> 1856   VR2W-107823     -5.691883     56.49690             25
    +#> 1857   VR2W-107823     -5.691883     56.49690             25
    +#> 1858   VR2W-107823     -5.691883     56.49690             25
    +#> 1859   VR2W-107823     -5.691883     56.49690             25
    +#> 1860   VR2W-107823     -5.691883     56.49690             25
    +#> 1861   VR2W-107823     -5.691883     56.49690             25
    +#> 1862   VR2W-107823     -5.691883     56.49690             25
    +#> 1863   VR2W-107823     -5.691883     56.49690             25
    +#> 1864   VR2W-107823     -5.691883     56.49690             25
    +#> 1865   VR2W-107823     -5.691883     56.49690             25
    +#> 1866   VR2W-107823     -5.691883     56.49690             25
    +#> 1867   VR2W-107823     -5.691883     56.49690             25
    +#> 1868   VR2W-107823     -5.691883     56.49690             25
    +#> 1869   VR2W-107823     -5.691883     56.49690             25
    +#> 1870   VR2W-107823     -5.691883     56.49690             25
    +#> 1871   VR2W-107823     -5.691883     56.49690             25
    +#> 1872   VR2W-107823     -5.691883     56.49690             25
    +#> 1873   VR2W-107823     -5.691883     56.49690             25
    +#> 1874   VR2W-107823     -5.691883     56.49690             25
    +#> 1875   VR2W-107823     -5.691883     56.49690             25
    +#> 1876   VR2W-107823     -5.691883     56.49690             25
    +#> 1877   VR2W-107823     -5.691883     56.49690             25
    +#> 1878   VR2W-107823     -5.691883     56.49690             25
    +#> 1879   VR2W-107823     -5.691883     56.49690             25
    +#> 1880   VR2W-107823     -5.691883     56.49690             25
    +#> 1881   VR2W-107823     -5.691883     56.49690             25
    +#> 1882   VR2W-107823     -5.691883     56.49690             25
    +#> 1883   VR2W-107823     -5.691883     56.49690             25
    +#> 1884   VR2W-107823     -5.691883     56.49690             25
    +#> 1885   VR2W-107823     -5.691883     56.49690             25
    +#> 1886   VR2W-107823     -5.691883     56.49690             25
    +#> 1887   VR2W-107823     -5.691883     56.49690             25
    +#> 1888   VR2W-107823     -5.691883     56.49690             25
    +#> 1889   VR2W-107823     -5.691883     56.49690             25
    +#> 1890   VR2W-107823     -5.691883     56.49690             25
    +#> 1891   VR2W-107823     -5.691883     56.49690             25
    +#> 1892   VR2W-107823     -5.691883     56.49690             25
    +#> 1893   VR2W-107823     -5.691883     56.49690             25
    +#> 1894   VR2W-107823     -5.691883     56.49690             25
    +#> 1895   VR2W-107823     -5.691883     56.49690             25
    +#> 1896   VR2W-107823     -5.691883     56.49690             25
    +#> 1897   VR2W-107823     -5.691883     56.49690             25
    +#> 1898   VR2W-107823     -5.691883     56.49690             25
    +#> 1899   VR2W-107823     -5.691883     56.49690             25
    +#> 1900   VR2W-107823     -5.691883     56.49690             25
    +#> 1901   VR2W-107823     -5.691883     56.49690             25
    +#> 1902   VR2W-107823     -5.691883     56.49690             25
    +#> 1903   VR2W-107823     -5.691883     56.49690             25
    +#> 1904   VR2W-107823     -5.691883     56.49690             25
    +#> 1905   VR2W-107823     -5.691883     56.49690             25
    +#> 1906   VR2W-107823     -5.691883     56.49690             25
    +#> 1907   VR2W-107823     -5.691883     56.49690             25
    +#> 1908   VR2W-107823     -5.691883     56.49690             25
    +#> 1909   VR2W-107823     -5.691883     56.49690             25
    +#> 1910   VR2W-107823     -5.691883     56.49690             25
    +#> 1911   VR2W-107823     -5.691883     56.49690             25
    +#> 1912   VR2W-107823     -5.691883     56.49690             25
    +#> 1913   VR2W-107823     -5.691883     56.49690             25
    +#> 1914   VR2W-107823     -5.691883     56.49690             25
    +#> 1915   VR2W-107823     -5.691883     56.49690             25
    +#> 1916   VR2W-107823     -5.691883     56.49690             25
    +#> 1917   VR2W-107823     -5.691883     56.49690             25
    +#> 1918   VR2W-107823     -5.691883     56.49690             25
    +#> 1919   VR2W-107823     -5.691883     56.49690             25
    +#> 1920   VR2W-107823     -5.691883     56.49690             25
    +#> 1921   VR2W-107823     -5.691883     56.49690             25
    +#> 1922   VR2W-107823     -5.691883     56.49690             25
    +#> 1923   VR2W-107823     -5.691883     56.49690             25
    +#> 1924   VR2W-107823     -5.691883     56.49690             25
    +#> 1925   VR2W-107823     -5.691883     56.49690             25
    +#> 1926   VR2W-107823     -5.691883     56.49690             25
    +#> 1927   VR2W-107823     -5.691883     56.49690             25
    +#> 1928   VR2W-107823     -5.691883     56.49690             25
    +#> 1929   VR2W-107823     -5.691883     56.49690             25
    +#> 1930   VR2W-107823     -5.691883     56.49690             25
    +#> 1931   VR2W-107823     -5.691883     56.49690             25
    +#> 1932   VR2W-107823     -5.691883     56.49690             25
    +#> 1933   VR2W-107823     -5.691883     56.49690             25
    +#> 1934   VR2W-107823     -5.691883     56.49690             25
    +#> 1935   VR2W-107823     -5.691883     56.49690             25
    +#> 1936   VR2W-107823     -5.691883     56.49690             25
    +#> 1937   VR2W-107823     -5.691883     56.49690             25
    +#> 1938   VR2W-107823     -5.691883     56.49690             25
    +#> 1939   VR2W-107823     -5.691883     56.49690             25
    +#> 1940   VR2W-107823     -5.691883     56.49690             25
    +#> 1941   VR2W-107823     -5.691883     56.49690             25
    +#> 1942   VR2W-107823     -5.691883     56.49690             25
    +#> 1943   VR2W-107823     -5.691883     56.49690             25
    +#> 1944   VR2W-107823     -5.691883     56.49690             25
    +#> 1945   VR2W-107823     -5.691883     56.49690             25
    +#> 1946   VR2W-107823     -5.691883     56.49690             25
    +#> 1947   VR2W-107823     -5.691883     56.49690             25
    +#> 1948   VR2W-107823     -5.691883     56.49690             25
    +#> 1949   VR2W-107823     -5.691883     56.49690             25
    +#> 1950   VR2W-107823     -5.691883     56.49690             25
    +#> 1951   VR2W-107823     -5.691883     56.49690             25
    +#> 1952   VR2W-107823     -5.691883     56.49690             25
    +#> 1953   VR2W-107823     -5.691883     56.49690             25
    +#> 1954   VR2W-107823     -5.691883     56.49690             25
    +#> 1955   VR2W-107823     -5.691883     56.49690             25
    +#> 1956   VR2W-107823     -5.691883     56.49690             25
    +#> 1957   VR2W-107823     -5.691883     56.49690             25
    +#> 1958   VR2W-107823     -5.691883     56.49690             25
    +#> 1959   VR2W-107823     -5.691883     56.49690             25
    +#> 1960   VR2W-107823     -5.691883     56.49690             25
    +#> 1961   VR2W-107823     -5.691883     56.49690             25
    +#> 1962   VR2W-107823     -5.691883     56.49690             25
    +#> 1963   VR2W-107823     -5.691883     56.49690             25
    +#> 1964   VR2W-107823     -5.691883     56.49690             25
    +#> 1965   VR2W-107823     -5.691883     56.49690             25
    +#> 1966   VR2W-107823     -5.691883     56.49690             25
    +#> 1967   VR2W-107823     -5.691883     56.49690             25
    +#> 1968   VR2W-107823     -5.691883     56.49690             25
    +#> 1969   VR2W-107823     -5.691883     56.49690             25
    +#> 1970   VR2W-107823     -5.691883     56.49690             25
    +#> 1971   VR2W-107823     -5.691883     56.49690             25
    +#> 1972   VR2W-107823     -5.691883     56.49690             25
    +#> 1973   VR2W-107823     -5.691883     56.49690             25
    +#> 1974   VR2W-107823     -5.691883     56.49690             25
    +#> 1975   VR2W-107823     -5.691883     56.49690             25
    +#> 1976   VR2W-107823     -5.691883     56.49690             25
    +#> 1977   VR2W-107823     -5.691883     56.49690             25
    +#> 1978   VR2W-107823     -5.691883     56.49690             25
    +#> 1979   VR2W-107823     -5.691883     56.49690             25
    +#> 1980   VR2W-107823     -5.691883     56.49690             25
    +#> 1981   VR2W-107823     -5.691883     56.49690             25
    +#> 1982   VR2W-107823     -5.691883     56.49690             25
    +#> 1983   VR2W-107823     -5.691883     56.49690             25
    +#> 1984   VR2W-107823     -5.691883     56.49690             25
    +#> 1985   VR2W-107823     -5.691883     56.49690             25
    +#> 1986   VR2W-107823     -5.691883     56.49690             25
    +#> 1987   VR2W-107823     -5.691883     56.49690             25
    +#> 1988   VR2W-107823     -5.691883     56.49690             25
    +#> 1989   VR2W-107823     -5.691883     56.49690             25
    +#> 1990   VR2W-107823     -5.691883     56.49690             25
    +#> 1991   VR2W-107823     -5.691883     56.49690             25
    +#> 1992   VR2W-107823     -5.691883     56.49690             25
    +#> 1993   VR2W-107823     -5.691883     56.49690             25
    +#> 1994   VR2W-107823     -5.691883     56.49690             25
    +#> 1995   VR2W-107823     -5.691883     56.49690             25
    +#> 1996   VR2W-107823     -5.691883     56.49690             25
    +#> 1997   VR2W-107823     -5.691883     56.49690             25
    +#> 1998   VR2W-107823     -5.691883     56.49690             25
    +#> 1999   VR2W-107823     -5.691883     56.49690             25
    +#> 2000   VR2W-107823     -5.691883     56.49690             25
    +#> 2001   VR2W-107823     -5.691883     56.49690             25
    +#> 2002   VR2W-107823     -5.691883     56.49690             25
    +#> 2003   VR2W-107823     -5.691883     56.49690             25
    +#> 2004   VR2W-107823     -5.691883     56.49690             25
    +#> 2005   VR2W-107823     -5.691883     56.49690             25
    +#> 2006   VR2W-107823     -5.691883     56.49690             25
    +#> 2007   VR2W-107823     -5.691883     56.49690             25
    +#> 2008   VR2W-107823     -5.691883     56.49690             25
    +#> 2009   VR2W-107823     -5.691883     56.49690             25
    +#> 2010   VR2W-107823     -5.691883     56.49690             25
    +#> 2011   VR2W-107823     -5.691883     56.49690             25
    +#> 2012   VR2W-107823     -5.691883     56.49690             25
    +#> 2013   VR2W-107823     -5.691883     56.49690             25
    +#> 2014   VR2W-107823     -5.691883     56.49690             25
    +#> 2015   VR2W-107823     -5.691883     56.49690             25
    +#> 2016   VR2W-107823     -5.691883     56.49690             25
    +#> 2017   VR2W-107823     -5.691883     56.49690             25
    +#> 2018   VR2W-107823     -5.691883     56.49690             25
    +#> 2019   VR2W-107823     -5.691883     56.49690             25
    +#> 2020   VR2W-107823     -5.691883     56.49690             25
    +#> 2021   VR2W-107823     -5.691883     56.49690             25
    +#> 2022   VR2W-107823     -5.691883     56.49690             25
    +#> 2023   VR2W-107823     -5.691883     56.49690             25
    +#> 2024   VR2W-107823     -5.691883     56.49690             25
    +#> 2025   VR2W-107823     -5.691883     56.49690             25
    +#> 2026   VR2W-107823     -5.691883     56.49690             25
    +#> 2027   VR2W-107823     -5.691883     56.49690             25
    +#> 2028   VR2W-107823     -5.691883     56.49690             25
    +#> 2029   VR2W-107823     -5.691883     56.49690             25
    +#> 2030   VR2W-107823     -5.691883     56.49690             25
    +#> 2031   VR2W-107823     -5.691883     56.49690             25
    +#> 2032   VR2W-107823     -5.691883     56.49690             25
    +#> 2033   VR2W-107823     -5.691883     56.49690             25
    +#> 2034   VR2W-107823     -5.691883     56.49690             25
    +#> 2035   VR2W-107823     -5.691883     56.49690             25
    +#> 2036   VR2W-107823     -5.691883     56.49690             25
    +#> 2037   VR2W-107823     -5.691883     56.49690             25
    +#> 2038   VR2W-107823     -5.691883     56.49690             25
    +#> 2039   VR2W-107823     -5.691883     56.49690             25
    +#> 2040   VR2W-107823     -5.691883     56.49690             25
    +#> 2041   VR2W-107823     -5.691883     56.49690             25
    +#> 2042   VR2W-107823     -5.691883     56.49690             25
    +#> 2043   VR2W-107823     -5.691883     56.49690             25
    +#> 2044   VR2W-107823     -5.691883     56.49690             25
    +#> 2045   VR2W-107823     -5.691883     56.49690             25
    +#> 2046   VR2W-107823     -5.691883     56.49690             25
    +#> 2047   VR2W-107823     -5.691883     56.49690             25
    +#> 2048   VR2W-107823     -5.691883     56.49690             25
    +#> 2049   VR2W-107823     -5.691883     56.49690             25
    +#> 2050   VR2W-107823     -5.691883     56.49690             25
    +#> 2051   VR2W-107823     -5.691883     56.49690             25
    +#> 2052   VR2W-107823     -5.691883     56.49690             25
    +#> 2053   VR2W-107823     -5.691883     56.49690             25
    +#> 2054   VR2W-107823     -5.691883     56.49690             25
    +#> 2055   VR2W-107823     -5.691883     56.49690             25
    +#> 2056   VR2W-107823     -5.691883     56.49690             25
    +#> 2057   VR2W-107823     -5.691883     56.49690             25
    +#> 2058   VR2W-107823     -5.691883     56.49690             25
    +#> 2059   VR2W-107823     -5.691883     56.49690             25
    +#> 2060   VR2W-107823     -5.691883     56.49690             25
    +#> 2061   VR2W-107823     -5.691883     56.49690             25
    +#> 2062   VR2W-107823     -5.691883     56.49690             25
    +#> 2063   VR2W-107823     -5.691883     56.49690             25
    +#> 2064   VR2W-107823     -5.691883     56.49690             25
    +#> 2065   VR2W-107823     -5.691883     56.49690             25
    +#> 2066   VR2W-107823     -5.691883     56.49690             25
    +#> 2067   VR2W-107823     -5.691883     56.49690             25
    +#> 2068   VR2W-107823     -5.691883     56.49690             25
    +#> 2069   VR2W-107823     -5.691883     56.49690             25
    +#> 2070   VR2W-107823     -5.691883     56.49690             25
    +#> 2071   VR2W-107823     -5.691883     56.49690             25
    +#> 2072   VR2W-107823     -5.691883     56.49690             25
    +#> 2073   VR2W-107823     -5.691883     56.49690             25
    +#> 2074   VR2W-107823     -5.691883     56.49690             25
    +#> 2075   VR2W-107823     -5.691883     56.49690             25
    +#> 2076   VR2W-107823     -5.691883     56.49690             25
    +#> 2077   VR2W-107823     -5.691883     56.49690             25
    +#> 2078   VR2W-107823     -5.691883     56.49690             25
    +#> 2079   VR2W-107823     -5.691883     56.49690             25
    +#> 2080   VR2W-107823     -5.691883     56.49690             25
    +#> 2081   VR2W-107823     -5.691883     56.49690             25
    +#> 2082   VR2W-107823     -5.691883     56.49690             25
    +#> 2083   VR2W-107823     -5.691883     56.49690             25
    +#> 2084   VR2W-107823     -5.691883     56.49690             25
    +#> 2085   VR2W-107823     -5.691883     56.49690             25
    +#> 2086   VR2W-107823     -5.691883     56.49690             25
    +#> 2087   VR2W-107823     -5.691883     56.49690             25
    +#> 2088   VR2W-107823     -5.691883     56.49690             25
    +#> 2089   VR2W-107823     -5.691883     56.49690             25
    +#> 2090   VR2W-107823     -5.691883     56.49690             25
    +#> 2091   VR2W-107823     -5.691883     56.49690             25
    +#> 2092   VR2W-107823     -5.691883     56.49690             25
    +#> 2093   VR2W-107823     -5.691883     56.49690             25
    +#> 2094   VR2W-107823     -5.691883     56.49690             25
    +#> 2095   VR2W-107823     -5.691883     56.49690             25
    +#> 2096   VR2W-107823     -5.691883     56.49690             25
    +#> 2097   VR2W-107823     -5.691883     56.49690             25
    +#> 2098   VR2W-107823     -5.691883     56.49690             25
    +#> 2099   VR2W-107823     -5.691883     56.49690             25
    +#> 2100   VR2W-107823     -5.691883     56.49690             25
    +#> 2101   VR2W-107823     -5.691883     56.49690             25
    +#> 2102   VR2W-107823     -5.691883     56.49690             25
    +#> 2103   VR2W-107823     -5.691883     56.49690             25
    +#> 2104   VR2W-107823     -5.691883     56.49690             25
    +#> 2105   VR2W-107823     -5.691883     56.49690             25
    +#> 2106   VR2W-107823     -5.691883     56.49690             25
    +#> 2107   VR2W-107823     -5.691883     56.49690             25
    +#> 2108   VR2W-107823     -5.691883     56.49690             25
    +#> 2109   VR2W-107823     -5.691883     56.49690             25
    +#> 2110   VR2W-107823     -5.691883     56.49690             25
    +#> 2111   VR2W-107823     -5.691883     56.49690             25
    +#> 2112   VR2W-107823     -5.691883     56.49690             25
    +#> 2113   VR2W-107823     -5.691883     56.49690             25
    +#> 2114   VR2W-107823     -5.691883     56.49690             25
    +#> 2115   VR2W-107823     -5.691883     56.49690             25
    +#> 2116   VR2W-107823     -5.691883     56.49690             25
    +#> 2117   VR2W-107823     -5.691883     56.49690             25
    +#> 2118   VR2W-107823     -5.691883     56.49690             25
    +#> 2119   VR2W-107823     -5.691883     56.49690             25
    +#> 2120   VR2W-107823     -5.691883     56.49690             25
    +#> 2121   VR2W-107823     -5.691883     56.49690             25
    +#> 2122   VR2W-107823     -5.691883     56.49690             25
    +#> 2123   VR2W-107823     -5.691883     56.49690             25
    +#> 2124   VR2W-107823     -5.691883     56.49690             25
    +#> 2125   VR2W-107823     -5.691883     56.49690             25
    +#> 2126   VR2W-107823     -5.691883     56.49690             25
    +#> 2127   VR2W-107823     -5.691883     56.49690             25
    +#> 2128   VR2W-107823     -5.691883     56.49690             25
    +#> 2129   VR2W-107823     -5.691883     56.49690             25
    +#> 2130   VR2W-107823     -5.691883     56.49690             25
    +#> 2131   VR2W-107823     -5.691883     56.49690             25
    +#> 2132   VR2W-107823     -5.691883     56.49690             25
    +#> 2133   VR2W-107823     -5.691883     56.49690             25
    +#> 2134   VR2W-107823     -5.691883     56.49690             25
    +#> 2135   VR2W-107823     -5.691883     56.49690             25
    +#> 2136   VR2W-107823     -5.691883     56.49690             25
    +#> 2137   VR2W-107823     -5.691883     56.49690             25
    +#> 2138   VR2W-107823     -5.691883     56.49690             25
    +#> 2139   VR2W-107823     -5.691883     56.49690             25
    +#> 2140   VR2W-107823     -5.691883     56.49690             25
    +#> 2141   VR2W-107823     -5.691883     56.49690             25
    +#> 2142   VR2W-107823     -5.691883     56.49690             25
    +#> 2143   VR2W-107823     -5.691883     56.49690             25
    +#> 2144   VR2W-107823     -5.691883     56.49690             25
    +#> 2145   VR2W-107823     -5.691883     56.49690             25
    +#> 2146   VR2W-107823     -5.691883     56.49690             25
    +#> 2147   VR2W-107823     -5.691883     56.49690             25
    +#> 2148   VR2W-107823     -5.691883     56.49690             25
    +#> 2149   VR2W-107823     -5.691883     56.49690             25
    +#> 2150   VR2W-107823     -5.691883     56.49690             25
    +#> 2151   VR2W-107823     -5.691883     56.49690             25
    +#> 2152   VR2W-107823     -5.691883     56.49690             25
    +#> 2153   VR2W-107823     -5.691883     56.49690             25
    +#> 2154   VR2W-107823     -5.691883     56.49690             25
    +#> 2155   VR2W-107823     -5.691883     56.49690             25
    +#> 2156   VR2W-107823     -5.691883     56.49690             25
    +#> 2157   VR2W-107823     -5.691883     56.49690             25
    +#> 2158   VR2W-107823     -5.691883     56.49690             25
    +#> 2159   VR2W-107823     -5.691883     56.49690             25
    +#> 2160   VR2W-107823     -5.691883     56.49690             25
    +#> 2161   VR2W-107823     -5.691883     56.49690             25
    +#> 2162   VR2W-107823     -5.691883     56.49690             25
    +#> 2163   VR2W-107823     -5.691883     56.49690             25
    +#> 2164   VR2W-107823     -5.691883     56.49690             25
    +#> 2165   VR2W-107823     -5.691883     56.49690             25
    +#> 2166   VR2W-107823     -5.691883     56.49690             25
    +#> 2167   VR2W-107823     -5.691883     56.49690             25
    +#> 2168   VR2W-107823     -5.691883     56.49690             25
    +#> 2169   VR2W-107823     -5.691883     56.49690             25
    +#> 2170   VR2W-107823     -5.691883     56.49690             25
    +#> 2171   VR2W-107823     -5.691883     56.49690             25
    +#> 2172   VR2W-107823     -5.691883     56.49690             25
    +#> 2173   VR2W-107823     -5.691883     56.49690             25
    +#> 2174   VR2W-107823     -5.691883     56.49690             25
    +#> 2175   VR2W-107823     -5.691883     56.49690             25
    +#> 2176   VR2W-107823     -5.691883     56.49690             25
    +#> 2177   VR2W-107823     -5.691883     56.49690             25
    +#> 2178   VR2W-107823     -5.691883     56.49690             25
    +#> 2179   VR2W-107823     -5.691883     56.49690             25
    +#> 2180   VR2W-107823     -5.691883     56.49690             25
    +#> 2181   VR2W-107823     -5.691883     56.49690             25
    +#> 2182   VR2W-107823     -5.691883     56.49690             25
    +#> 2183   VR2W-107823     -5.691883     56.49690             25
    +#> 2184   VR2W-107823     -5.691883     56.49690             25
    +#> 2185   VR2W-107823     -5.691883     56.49690             25
    +#> 2186   VR2W-107823     -5.691883     56.49690             25
    +#> 2187   VR2W-107823     -5.691883     56.49690             25
    +#> 2188   VR2W-107823     -5.691883     56.49690             25
    +#> 2189   VR2W-107823     -5.691883     56.49690             25
    +#> 2190   VR2W-107823     -5.691883     56.49690             25
    +#> 2191   VR2W-107823     -5.691883     56.49690             25
    +#> 2192   VR2W-107823     -5.691883     56.49690             25
    +#> 2193   VR2W-107823     -5.691883     56.49690             25
    +#> 2194   VR2W-107823     -5.691883     56.49690             25
    +#> 2195   VR2W-107823     -5.691883     56.49690             25
    +#> 2196   VR2W-107823     -5.691883     56.49690             25
    +#> 2197   VR2W-107823     -5.691883     56.49690             25
    +#> 2198   VR2W-107823     -5.691883     56.49690             25
    +#> 2199   VR2W-107823     -5.691883     56.49690             25
    +#> 2200   VR2W-107823     -5.691883     56.49690             25
    +#> 2201   VR2W-107823     -5.691883     56.49690             25
    +#> 2202   VR2W-107823     -5.691883     56.49690             25
    +#> 2203   VR2W-107823     -5.691883     56.49690             25
    +#> 2204   VR2W-107823     -5.691883     56.49690             25
    +#> 2205   VR2W-107823     -5.691883     56.49690             25
    +#> 2206   VR2W-107823     -5.691883     56.49690             25
    +#> 2207   VR2W-107823     -5.691883     56.49690             25
    +#> 2208   VR2W-107823     -5.691883     56.49690             25
    +#> 2209   VR2W-107823     -5.691883     56.49690             25
    +#> 2210   VR2W-107823     -5.691883     56.49690             25
    +#> 2211   VR2W-107823     -5.691883     56.49690             25
    +#> 2212   VR2W-107823     -5.691883     56.49690             25
    +#> 2213   VR2W-107823     -5.691883     56.49690             25
    +#> 2214   VR2W-107823     -5.691883     56.49690             25
    +#> 2215   VR2W-107823     -5.691883     56.49690             25
    +#> 2216   VR2W-107823     -5.691883     56.49690             25
    +#> 2217   VR2W-107823     -5.691883     56.49690             25
    +#> 2218   VR2W-107823     -5.691883     56.49690             25
    +#> 2219   VR2W-107823     -5.691883     56.49690             25
    +#> 2220   VR2W-107823     -5.691883     56.49690             25
    +#> 2221   VR2W-107823     -5.691883     56.49690             25
    +#> 2222   VR2W-107823     -5.691883     56.49690             25
    +#> 2223   VR2W-107823     -5.691883     56.49690             25
    +#> 2224   VR2W-107823     -5.691883     56.49690             25
    +#> 2225   VR2W-107823     -5.691883     56.49690             25
    +#> 2226   VR2W-107823     -5.691883     56.49690             25
    +#> 2227   VR2W-107823     -5.691883     56.49690             25
    +#> 2228   VR2W-107823     -5.691883     56.49690             25
    +#> 2229   VR2W-107823     -5.691883     56.49690             25
    +#> 2230   VR2W-107823     -5.691883     56.49690             25
    +#> 2231   VR2W-107823     -5.691883     56.49690             25
    +#> 2232   VR2W-107823     -5.691883     56.49690             25
    +#> 2233   VR2W-107823     -5.691883     56.49690             25
    +#> 2234   VR2W-107823     -5.691883     56.49690             25
    +#> 2235   VR2W-107823     -5.691883     56.49690             25
    +#> 2236   VR2W-107823     -5.691883     56.49690             25
    +#> 2237   VR2W-107823     -5.691883     56.49690             25
    +#> 2238   VR2W-107823     -5.691883     56.49690             25
    +#> 2239   VR2W-107823     -5.691883     56.49690             25
    +#> 2240   VR2W-107823     -5.691883     56.49690             25
    +#> 2241   VR2W-107823     -5.691883     56.49690             25
    +#> 2242   VR2W-107823     -5.691883     56.49690             25
    +#> 2243   VR2W-107823     -5.691883     56.49690             25
    +#> 2244   VR2W-107823     -5.691883     56.49690             25
    +#> 2245   VR2W-107823     -5.691883     56.49690             25
    +#> 2246   VR2W-107823     -5.691883     56.49690             25
    +#> 2247   VR2W-107823     -5.691883     56.49690             25
    +#> 2248   VR2W-107823     -5.691883     56.49690             25
    +#> 2249   VR2W-107823     -5.691883     56.49690             25
    +#> 2250   VR2W-107823     -5.691883     56.49690             25
    +#> 2251   VR2W-107823     -5.691883     56.49690             25
    +#> 2252   VR2W-107823     -5.691883     56.49690             25
    +#> 2253   VR2W-107823     -5.691883     56.49690             25
    +#> 2254   VR2W-107823     -5.691883     56.49690             25
    +#> 2255   VR2W-107823     -5.691883     56.49690             25
    +#> 2256   VR2W-107823     -5.691883     56.49690             25
    +#> 2257   VR2W-107823     -5.691883     56.49690             25
    +#> 2258   VR2W-107823     -5.691883     56.49690             25
    +#> 2259   VR2W-107823     -5.691883     56.49690             25
    +#> 2260   VR2W-107823     -5.691883     56.49690             25
    +#> 2261   VR2W-107823     -5.691883     56.49690             25
    +#> 2262   VR2W-107823     -5.691883     56.49690             25
    +#> 2263   VR2W-107823     -5.691883     56.49690             25
    +#> 2264   VR2W-107823     -5.691883     56.49690             25
    +#> 2265   VR2W-107823     -5.691883     56.49690             25
    +#> 2266   VR2W-107823     -5.691883     56.49690             25
    +#> 2267   VR2W-107823     -5.691883     56.49690             25
    +#> 2268   VR2W-107823     -5.691883     56.49690             25
    +#> 2269   VR2W-107823     -5.691883     56.49690             25
    +#> 2270   VR2W-107823     -5.691883     56.49690             25
    +#> 2271   VR2W-107823     -5.691883     56.49690             25
    +#> 2272   VR2W-107823     -5.691883     56.49690             25
    +#> 2273   VR2W-107823     -5.691883     56.49690             25
    +#> 2274   VR2W-107823     -5.691883     56.49690             25
    +#> 2275   VR2W-107823     -5.691883     56.49690             25
    +#> 2276   VR2W-107823     -5.691883     56.49690             25
    +#> 2277   VR2W-107823     -5.691883     56.49690             25
    +#> 2278   VR2W-107823     -5.691883     56.49690             25
    +#> 2279   VR2W-107823     -5.691883     56.49690             25
    +#> 2280   VR2W-107823     -5.691883     56.49690             25
    +#> 2281   VR2W-107823     -5.691883     56.49690             25
    +#> 2282   VR2W-107823     -5.691883     56.49690             25
    +#> 2283   VR2W-107823     -5.691883     56.49690             25
    +#> 2284   VR2W-107823     -5.691883     56.49690             25
    +#> 2285   VR2W-107823     -5.691883     56.49690             25
    +#> 2286   VR2W-107823     -5.691883     56.49690             25
    +#> 2287   VR2W-107823     -5.691883     56.49690             25
    +#> 2288      VR2-5635     -5.606000     56.52018             50
    +#> 2289      VR2-5635     -5.606000     56.52018             50
    +#> 2290      VR2-5635     -5.606000     56.52018             50
    +#> 2291      VR2-5635     -5.606000     56.52018             50
    +#> 2292      VR2-5635     -5.606000     56.52018             50
    +#> 2293      VR2-5635     -5.606000     56.52018             50
    +#> 2294      VR2-5635     -5.606000     56.52018             50
    +#> 2295      VR2-5635     -5.606000     56.52018             50
    +#> 2296      VR2-5635     -5.606000     56.52018             50
    +#> 2297      VR2-6720     -5.627150     56.50808             50
    +#> 2298      VR2-6720     -5.627150     56.50808             50
    +#> 2299      VR2-6720     -5.627150     56.50808             50
    +#> 2300      VR2-6720     -5.627150     56.50808             50
    +#> 2301      VR2-6720     -5.627150     56.50808             50
    +#> 2302      VR2-6720     -5.627150     56.50808             50
    +#> 2303      VR2-6720     -5.627150     56.50808             50
    +#> 2304      VR2-6720     -5.627150     56.50808             50
    +#> 2305      VR2-6720     -5.627150     56.50808             50
    +#> 2306      VR2-6720     -5.627150     56.50808             50
    +#> 2307      VR2-6720     -5.627150     56.50808             50
    +#> 2308      VR2-6720     -5.627150     56.50808             50
    +#> 2309      VR2-6720     -5.627150     56.50808             50
    +#> 2310      VR2-6720     -5.627150     56.50808             50
    +#> 2311      VR2-6720     -5.627150     56.50808             50
    +#> 2312      VR2-6720     -5.627150     56.50808             50
    +#> 2313      VR2-6720     -5.627150     56.50808             50
    +#> 2314      VR2-6720     -5.627150     56.50808             50
    +#> 2315      VR2-6720     -5.627150     56.50808             50
    +#> 2316      VR2-6720     -5.627150     56.50808             50
    +#> 2317      VR2-6720     -5.627150     56.50808             50
    +#> 2318      VR2-6720     -5.627150     56.50808             50
    +#> 2319      VR2-6720     -5.627150     56.50808             50
    +#> 2320      VR2-6720     -5.627150     56.50808             50
    +#> 2321      VR2-6720     -5.627150     56.50808             50
    +#> 2322      VR2-6720     -5.627150     56.50808             50
    +#> 2323      VR2-6720     -5.627150     56.50808             50
    +#> 2324      VR2-6720     -5.627150     56.50808             50
    +#> 2325      VR2-6720     -5.627150     56.50808             50
    +#> 2326      VR2-6720     -5.627150     56.50808             50
    +#> 2327      VR2-6720     -5.627150     56.50808             50
    +#> 2328      VR2-6720     -5.627150     56.50808             50
    +#> 2329      VR2-6720     -5.627150     56.50808             50
    +#> 2330      VR2-6720     -5.627150     56.50808             50
    +#> 2331      VR2-6720     -5.627150     56.50808             50
    +#> 2332      VR2-6720     -5.627150     56.50808             50
    +#> 2333      VR2-6720     -5.627150     56.50808             50
    +#> 2334      VR2-6720     -5.627150     56.50808             50
    +#> 2335      VR2-6720     -5.627150     56.50808             50
    +#> 2336      VR2-6720     -5.627150     56.50808             50
    +#> 2337      VR2-6720     -5.627150     56.50808             50
    +#> 2338      VR2-6720     -5.627150     56.50808             50
    +#> 2339      VR2-6720     -5.627150     56.50808             50
    +#> 2340      VR2-6720     -5.627150     56.50808             50
    +#> 2341      VR2-6720     -5.627150     56.50808             50
    +#> 2342      VR2-6720     -5.627150     56.50808             50
    +#> 2343      VR2-6720     -5.627150     56.50808             50
    +#> 2344      VR2-6720     -5.627150     56.50808             50
    +#> 2345      VR2-6720     -5.627150     56.50808             50
    +#> 2346      VR2-6720     -5.627150     56.50808             50
    +#> 2347      VR2-6720     -5.627150     56.50808             50
    +#> 2348      VR2-6720     -5.627150     56.50808             50
    +#> 2349      VR2-6720     -5.627150     56.50808             50
    +#> 2350      VR2-6720     -5.627150     56.50808             50
    +#> 2351      VR2-6720     -5.627150     56.50808             50
    +#> 2352      VR2-6720     -5.627150     56.50808             50
    +#> 2353      VR2-6720     -5.627150     56.50808             50
    +#> 2354      VR2-6720     -5.627150     56.50808             50
    +#> 2355      VR2-6720     -5.627150     56.50808             50
    +#> 2356      VR2-6720     -5.627150     56.50808             50
    +#> 2357      VR2-6720     -5.627150     56.50808             50
    +#> 2358      VR2-6720     -5.627150     56.50808             50
    +#> 2359   VR2W-107823     -5.691883     56.49690             25
    +#> 2360   VR2W-107823     -5.691883     56.49690             25
    +#> 2361   VR2W-107823     -5.691883     56.49690             25
    +#> 2362   VR2W-107823     -5.691883     56.49690             25
    +#> 2363   VR2W-107823     -5.691883     56.49690             25
    +#> 2364   VR2W-107823     -5.691883     56.49690             25
    +#> 2365   VR2W-107823     -5.691883     56.49690             25
    +#> 2366   VR2W-107823     -5.691883     56.49690             25
    +#> 2367   VR2W-107823     -5.691883     56.49690             25
    +#> 2368   VR2W-107823     -5.691883     56.49690             25
    +#> 2369   VR2W-107823     -5.691883     56.49690             25
    +#> 2370   VR2W-107823     -5.691883     56.49690             25
    +#> 2371   VR2W-107823     -5.691883     56.49690             25
    +#> 2372   VR2W-107823     -5.691883     56.49690             25
    +#> 2373   VR2W-107823     -5.691883     56.49690             25
    +#> 2374   VR2W-107823     -5.691883     56.49690             25
    +#> 2375   VR2W-107823     -5.691883     56.49690             25
    +#> 2376   VR2W-107823     -5.691883     56.49690             25
    +#> 2377   VR2W-107823     -5.691883     56.49690             25
    +#> 2378   VR2W-107823     -5.691883     56.49690             25
    +#> 2379   VR2W-107823     -5.691883     56.49690             25
    +#> 2380   VR2W-107823     -5.691883     56.49690             25
    +#> 2381   VR2W-107823     -5.691883     56.49690             25
    +#> 2382   VR2W-107823     -5.691883     56.49690             25
    +#> 2383   VR2W-107823     -5.691883     56.49690             25
    +#> 2384   VR2W-107823     -5.691883     56.49690             25
    +#> 2385   VR2W-107823     -5.691883     56.49690             25
    +#> 2386   VR2W-107823     -5.691883     56.49690             25
    +#> 2387   VR2W-107823     -5.691883     56.49690             25
    +#> 2388   VR2W-107823     -5.691883     56.49690             25
    +#> 2389   VR2W-107823     -5.691883     56.49690             25
    +#> 2390   VR2W-107823     -5.691883     56.49690             25
    +#> 2391   VR2W-107823     -5.691883     56.49690             25
    +#> 2392   VR2W-107823     -5.691883     56.49690             25
    +#> 2393   VR2W-107823     -5.691883     56.49690             25
    +#> 2394   VR2W-107823     -5.691883     56.49690             25
    +#> 2395   VR2W-107823     -5.691883     56.49690             25
    +#> 2396   VR2W-107823     -5.691883     56.49690             25
    +#> 2397   VR2W-107823     -5.691883     56.49690             25
    +#> 2398   VR2W-107823     -5.691883     56.49690             25
    +#> 2399   VR2W-107823     -5.691883     56.49690             25
    +#> 2400   VR2W-107823     -5.691883     56.49690             25
    +#> 2401   VR2W-107823     -5.691883     56.49690             25
    +#> 2402   VR2W-107823     -5.691883     56.49690             25
    +#> 2403   VR2W-107823     -5.691883     56.49690             25
    +#> 2404   VR2W-107823     -5.691883     56.49690             25
    +#> 2405   VR2W-107823     -5.691883     56.49690             25
    +#> 2406   VR2W-107823     -5.691883     56.49690             25
    +#> 2407   VR2W-107823     -5.691883     56.49690             25
    +#> 2408   VR2W-107823     -5.691883     56.49690             25
    +#> 2409   VR2W-107823     -5.691883     56.49690             25
    +#> 2410   VR2W-107823     -5.691883     56.49690             25
    +#> 2411   VR2W-107823     -5.691883     56.49690             25
    +#> 2412   VR2W-107823     -5.691883     56.49690             25
    +#> 2413   VR2W-107823     -5.691883     56.49690             25
    +#> 2414   VR2W-107823     -5.691883     56.49690             25
    +#> 2415   VR2W-107823     -5.691883     56.49690             25
    +#> 2416   VR2W-107823     -5.691883     56.49690             25
    +#> 2417   VR2W-107823     -5.691883     56.49690             25
    +#> 2418   VR2W-107823     -5.691883     56.49690             25
    +#> 2419   VR2W-107823     -5.691883     56.49690             25
    +#> 2420   VR2W-107823     -5.691883     56.49690             25
    +#> 2421   VR2W-107823     -5.691883     56.49690             25
    +#> 2422   VR2W-107823     -5.691883     56.49690             25
    +#> 2423   VR2W-107823     -5.691883     56.49690             25
    +#> 2424   VR2W-107823     -5.691883     56.49690             25
    +#> 2425   VR2W-107823     -5.691883     56.49690             25
    +#> 2426   VR2W-107823     -5.691883     56.49690             25
    +#> 2427   VR2W-107823     -5.691883     56.49690             25
    +#> 2428   VR2W-107823     -5.691883     56.49690             25
    +#> 2429   VR2W-107823     -5.691883     56.49690             25
    +#> 2430   VR2W-107823     -5.691883     56.49690             25
    +#> 2431   VR2W-107823     -5.691883     56.49690             25
    +#> 2432   VR2W-107823     -5.691883     56.49690             25
    +#> 2433   VR2W-107823     -5.691883     56.49690             25
    +#> 2434   VR2W-107823     -5.691883     56.49690             25
    +#> 2435   VR2W-107823     -5.691883     56.49690             25
    +#> 2436   VR2W-107823     -5.691883     56.49690             25
    +#> 2437   VR2W-107823     -5.691883     56.49690             25
    +#> 2438   VR2W-107823     -5.691883     56.49690             25
    +#> 2439   VR2W-107823     -5.691883     56.49690             25
    +#> 2440   VR2W-107823     -5.691883     56.49690             25
    +#> 2441   VR2W-107823     -5.691883     56.49690             25
    +#> 2442   VR2W-107823     -5.691883     56.49690             25
    +#> 2443   VR2W-107823     -5.691883     56.49690             25
    +#> 2444   VR2W-107823     -5.691883     56.49690             25
    +#> 2445   VR2W-107823     -5.691883     56.49690             25
    +#> 2446   VR2W-107823     -5.691883     56.49690             25
    +#> 2447   VR2W-107823     -5.691883     56.49690             25
    +#> 2448   VR2W-107823     -5.691883     56.49690             25
    +#> 2449   VR2W-107823     -5.691883     56.49690             25
    +#> 2450   VR2W-107823     -5.691883     56.49690             25
    +#> 2451   VR2W-107823     -5.691883     56.49690             25
    +#> 2452   VR2W-107823     -5.691883     56.49690             25
    +#> 2453   VR2W-107823     -5.691883     56.49690             25
    +#> 2454   VR2W-107823     -5.691883     56.49690             25
    +#> 2455   VR2W-107823     -5.691883     56.49690             25
    +#> 2456   VR2W-107823     -5.691883     56.49690             25
    +#> 2457   VR2W-107823     -5.691883     56.49690             25
    +#> 2458   VR2W-107823     -5.691883     56.49690             25
    +#> 2459   VR2W-107823     -5.691883     56.49690             25
    +#> 2460   VR2W-107823     -5.691883     56.49690             25
    +#> 2461   VR2W-107823     -5.691883     56.49690             25
    +#> 2462   VR2W-107823     -5.691883     56.49690             25
    +#> 2463   VR2W-107823     -5.691883     56.49690             25
    +#> 2464   VR2W-107823     -5.691883     56.49690             25
    +#> 2465   VR2W-107823     -5.691883     56.49690             25
    +#> 2466   VR2W-107823     -5.691883     56.49690             25
    +#> 2467   VR2W-107823     -5.691883     56.49690             25
    +#> 2468   VR2W-107823     -5.691883     56.49690             25
    +#> 2469   VR2W-107823     -5.691883     56.49690             25
    +#> 2470   VR2W-107823     -5.691883     56.49690             25
    +#> 2471   VR2W-107823     -5.691883     56.49690             25
    +#> 2472   VR2W-107823     -5.691883     56.49690             25
    +#> 2473   VR2W-107823     -5.691883     56.49690             25
    +#> 2474   VR2W-107823     -5.691883     56.49690             25
    +#> 2475   VR2W-107823     -5.691883     56.49690             25
    +#> 2476   VR2W-107823     -5.691883     56.49690             25
    +#> 2477   VR2W-107823     -5.691883     56.49690             25
    +#> 2478   VR2W-107823     -5.691883     56.49690             25
    +#> 2479   VR2W-107823     -5.691883     56.49690             25
    +#> 2480   VR2W-113141     -5.755900     56.51000             50
    +#> 2481   VR2W-113141     -5.755900     56.51000             50
    +#> 2482   VR2W-113141     -5.755900     56.51000             50
    +#> 2483   VR2W-113141     -5.755900     56.51000             50
    +#> 2484   VR2W-113141     -5.755900     56.51000             50
    +#> 2485   VR2W-113141     -5.755900     56.51000             50
    +#> 2486   VR2W-113141     -5.755900     56.51000             50
    +#> 2487   VR2W-113141     -5.755900     56.51000             50
    +#> 2488   VR2W-113141     -5.755900     56.51000             50
    +#> 2489   VR2W-113141     -5.755900     56.51000             50
    +#> 2490   VR2W-113141     -5.755900     56.51000             50
    +#> 2491   VR2W-113141     -5.755900     56.51000             50
    +#> 2492   VR2W-113141     -5.755900     56.51000             50
    +#> 2493   VR2W-113141     -5.755900     56.51000             50
    +#> 2494   VR2W-113141     -5.755900     56.51000             50
    +#> 2495   VR2W-113141     -5.755900     56.51000             50
    +#> 2496   VR2W-113141     -5.755900     56.51000             50
    +#> 2497   VR2W-113141     -5.755900     56.51000             50
    +#> 2498   VR2W-113141     -5.755900     56.51000             50
    +#> 2499   VR2W-113141     -5.755900     56.51000             50
    +#> 2500   VR2W-113141     -5.755900     56.51000             50
    +#> 2501   VR2W-113141     -5.755900     56.51000             50
    +#> 2502   VR2W-113141     -5.755900     56.51000             50
    +#> 2503   VR2W-113141     -5.755900     56.51000             50
    +#> 2504   VR2W-113141     -5.755900     56.51000             50
    +#> 2505   VR2W-113141     -5.755900     56.51000             50
    +#> 2506   VR2W-113141     -5.755900     56.51000             50
    +#> 2507   VR2W-113141     -5.755900     56.51000             50
    +#> 2508   VR2W-113141     -5.755900     56.51000             50
    +#> 2509   VR2W-113141     -5.755900     56.51000             50
    +#> 2510   VR2W-113141     -5.755900     56.51000             50
    +#> 2511   VR2W-113141     -5.755900     56.51000             50
    +#> 2512   VR2W-113141     -5.755900     56.51000             50
    +#> 2513   VR2W-113141     -5.755900     56.51000             50
    +#> 2514   VR2W-113141     -5.755900     56.51000             50
    +#> 2515   VR2W-113141     -5.755900     56.51000             50
    +#> 2516   VR2W-113141     -5.755900     56.51000             50
    +#> 2517   VR2W-113141     -5.755900     56.51000             50
    +#> 2518   VR2W-113141     -5.755900     56.51000             50
    +#> 2519   VR2W-113141     -5.755900     56.51000             50
    +#> 2520   VR2W-113141     -5.755900     56.51000             50
    +#> 2521   VR2W-113141     -5.755900     56.51000             50
    +#> 2522   VR2W-113141     -5.755900     56.51000             50
    +#> 2523   VR2W-113141     -5.755900     56.51000             50
    +#> 2524   VR2W-113141     -5.755900     56.51000             50
    +#> 2525   VR2W-113141     -5.755900     56.51000             50
    +#> 2526   VR2W-113141     -5.755900     56.51000             50
    +#> 2527   VR2W-113141     -5.755900     56.51000             50
    +#> 2528   VR2W-113141     -5.755900     56.51000             50
    +#> 2529   VR2W-113141     -5.755900     56.51000             50
    +#> 2530   VR2W-113141     -5.755900     56.51000             50
    +#> 2531   VR2W-113141     -5.755900     56.51000             50
    +#> 2532   VR2W-113141     -5.755900     56.51000             50
    +#> 2533   VR2W-113141     -5.755900     56.51000             50
    +#> 2534   VR2W-113141     -5.755900     56.51000             50
    +#> 2535   VR2W-113141     -5.755900     56.51000             50
    +#> 2536   VR2W-113141     -5.755900     56.51000             50
    +#> 2537   VR2W-113141     -5.755900     56.51000             50
    +#> 2538   VR2W-113141     -5.755900     56.51000             50
    +#> 2539   VR2W-113141     -5.755900     56.51000             50
    +#> 2540   VR2W-113141     -5.755900     56.51000             50
    +#> 2541   VR2W-113141     -5.755900     56.51000             50
    +#> 2542   VR2W-113141     -5.755900     56.51000             50
    +#> 2543   VR2W-113141     -5.755900     56.51000             50
    +#> 2544   VR2W-113141     -5.755900     56.51000             50
    +#> 2545   VR2W-113141     -5.755900     56.51000             50
    +#> 2546   VR2W-113141     -5.755900     56.51000             50
    +#> 2547   VR2W-113141     -5.755900     56.51000             50
    +#> 2548   VR2W-113141     -5.755900     56.51000             50
    +#> 2549   VR2W-113141     -5.755900     56.51000             50
    +#> 2550   VR2W-113141     -5.755900     56.51000             50
    +#> 2551   VR2W-113141     -5.755900     56.51000             50
    +#> 2552   VR2W-113141     -5.755900     56.51000             50
    +#> 2553   VR2W-113141     -5.755900     56.51000             50
    +#> 2554   VR2W-113141     -5.755900     56.51000             50
    +#> 2555   VR2W-113141     -5.755900     56.51000             50
    +#> 2556   VR2W-113141     -5.755900     56.51000             50
    +#> 2557   VR2W-113141     -5.755900     56.51000             50
    +#> 2558   VR2W-113141     -5.755900     56.51000             50
    +#> 2559   VR2W-113141     -5.755900     56.51000             50
    +#> 2560   VR2W-113141     -5.755900     56.51000             50
    +#> 2561   VR2W-113141     -5.755900     56.51000             50
    +#> 2562   VR2W-113141     -5.755900     56.51000             50
    +#> 2563   VR2W-113141     -5.755900     56.51000             50
    +#> 2564   VR2W-113141     -5.755900     56.51000             50
    +#> 2565   VR2W-113141     -5.755900     56.51000             50
    +#> 2566   VR2W-113141     -5.755900     56.51000             50
    +#> 2567   VR2W-113141     -5.755900     56.51000             50
    +#> 2568   VR2W-113141     -5.755900     56.51000             50
    +#> 2569   VR2W-113141     -5.755900     56.51000             50
    +#> 2570   VR2W-113141     -5.755900     56.51000             50
    +#> 2571   VR2W-113141     -5.755900     56.51000             50
    +#> 2572   VR2W-113141     -5.755900     56.51000             50
    +#> 2573   VR2W-113141     -5.755900     56.51000             50
    +#> 2574   VR2W-113141     -5.755900     56.51000             50
    +#> 2575   VR2W-113141     -5.755900     56.51000             50
    +#> 2576   VR2W-113141     -5.755900     56.51000             50
    +#> 2577   VR2W-113141     -5.755900     56.51000             50
    +#> 2578   VR2W-113141     -5.755900     56.51000             50
    +#> 2579   VR2W-113141     -5.755900     56.51000             50
    +#> 2580   VR2W-113141     -5.755900     56.51000             50
    +#> 2581   VR2W-113141     -5.755900     56.51000             50
    +#> 2582   VR2W-113141     -5.755900     56.51000             50
    +#> 2583   VR2W-113141     -5.755900     56.51000             50
    +#> 2584   VR2W-113141     -5.755900     56.51000             50
    +#> 2585   VR2W-113141     -5.755900     56.51000             50
    +#> 2586   VR2W-113141     -5.755900     56.51000             50
    +#> 2587   VR2W-113141     -5.755900     56.51000             50
    +#> 2588   VR2W-113141     -5.755900     56.51000             50
    +#> 2589   VR2W-113141     -5.755900     56.51000             50
    +#> 2590   VR2W-113141     -5.755900     56.51000             50
    +#> 2591   VR2W-113141     -5.755900     56.51000             50
    +#> 2592   VR2W-113141     -5.755900     56.51000             50
    +#> 2593   VR2W-113141     -5.755900     56.51000             50
    +#> 2594   VR2W-113141     -5.755900     56.51000             50
    +#> 2595   VR2W-113141     -5.755900     56.51000             50
    +#> 2596   VR2W-113141     -5.755900     56.51000             50
    +#> 2597   VR2W-113141     -5.755900     56.51000             50
    +#> 2598   VR2W-113141     -5.755900     56.51000             50
    +#> 2599   VR2W-113141     -5.755900     56.51000             50
    +#> 2600   VR2W-113141     -5.755900     56.51000             50
    +#> 2601   VR2W-113141     -5.755900     56.51000             50
    +#> 2602   VR2W-113141     -5.755900     56.51000             50
    +#> 2603   VR2W-113141     -5.755900     56.51000             50
    +#> 2604   VR2W-113141     -5.755900     56.51000             50
    +#> 2605   VR2W-107823     -5.691883     56.49690             25
    +#> 2606   VR2W-107823     -5.691883     56.49690             25
    +#> 2607   VR2W-107823     -5.691883     56.49690             25
    +#> 2608   VR2W-107823     -5.691883     56.49690             25
    +#> 2609   VR2W-107823     -5.691883     56.49690             25
    +#> 2610   VR2W-107823     -5.691883     56.49690             25
    +#> 2611      VR2-6720     -5.627150     56.50808             50
    +#> 2612      VR2-6720     -5.627150     56.50808             50
    +#> 2613      VR2-6720     -5.627150     56.50808             50
    +#> 2614      VR2-6720     -5.627150     56.50808             50
    +#> 2615      VR2-6720     -5.627150     56.50808             50
    +#> 2616      VR2-6720     -5.627150     56.50808             50
    +#> 2617      VR2-6720     -5.627150     56.50808             50
    +#> 2618      VR2-6720     -5.627150     56.50808             50
    +#> 2619      VR2-6720     -5.627150     56.50808             50
    +#> 2620      VR2-6720     -5.627150     56.50808             50
    +#> 2621      VR2-6720     -5.627150     56.50808             50
    +#> 2622      VR2-6720     -5.627150     56.50808             50
    +#> 2623      VR2-6720     -5.627150     56.50808             50
    +#> 2624      VR2-6720     -5.627150     56.50808             50
    +#> 2625      VR2-6720     -5.627150     56.50808             50
    +#> 2626      VR2-6720     -5.627150     56.50808             50
    +#> 2627      VR2-6720     -5.627150     56.50808             50
    +#> 2628      VR2-6720     -5.627150     56.50808             50
    +#> 2629      VR2-6720     -5.627150     56.50808             50
    +#> 2630      VR2-6720     -5.627150     56.50808             50
    +#> 2631      VR2-6720     -5.627150     56.50808             50
    +#> 2632      VR2-6720     -5.627150     56.50808             50
    +#> 2633      VR2-6720     -5.627150     56.50808             50
    +#> 2634      VR2-6720     -5.627150     56.50808             50
    +#> 2635      VR2-6720     -5.627150     56.50808             50
    +#> 2636      VR2-6720     -5.627150     56.50808             50
    +#> 2637      VR2-6720     -5.627150     56.50808             50
    +#> 2638      VR2-6720     -5.627150     56.50808             50
    +#> 2639      VR2-6720     -5.627150     56.50808             50
    +#> 2640      VR2-6720     -5.627150     56.50808             50
    +#> 2641      VR2-6720     -5.627150     56.50808             50
    +#> 2642      VR2-6720     -5.627150     56.50808             50
    +#> 2643      VR2-6720     -5.627150     56.50808             50
    +#> 2644      VR2-6720     -5.627150     56.50808             50
    +#> 2645      VR2-6720     -5.627150     56.50808             50
    +#> 2646      VR2-6720     -5.627150     56.50808             50
    +#> 2647      VR2-6720     -5.627150     56.50808             50
    +#> 2648      VR2-6720     -5.627150     56.50808             50
    +#> 2649      VR2-6720     -5.627150     56.50808             50
    +#> 2650      VR2-6720     -5.627150     56.50808             50
    +#> 2651      VR2-6720     -5.627150     56.50808             50
    +#> 2652      VR2-6720     -5.627150     56.50808             50
    +#> 2653      VR2-6720     -5.627150     56.50808             50
    +#> 2654      VR2-6720     -5.627150     56.50808             50
    +#> 2655      VR2-6720     -5.627150     56.50808             50
    +#> 2656      VR2-6720     -5.627150     56.50808             50
    +#> 2657      VR2-6720     -5.627150     56.50808             50
    +#> 2658      VR2-6720     -5.627150     56.50808             50
    +#> 2659      VR2-6720     -5.627150     56.50808             50
    +#> 2660      VR2-6720     -5.627150     56.50808             50
    +#> 2661      VR2-6720     -5.627150     56.50808             50
    +#> 2662      VR2-6720     -5.627150     56.50808             50
    +#> 2663      VR2-6720     -5.627150     56.50808             50
    +#> 2664      VR2-6720     -5.627150     56.50808             50
    +#> 2665      VR2-6720     -5.627150     56.50808             50
    +#> 2666      VR2-6720     -5.627150     56.50808             50
    +#> 2667      VR2-6720     -5.627150     56.50808             50
    +#> 2668   VR2W-107823     -5.691883     56.49690             25
    +#> 2669   VR2W-107823     -5.691883     56.49690             25
    +#> 2670   VR2W-107823     -5.691883     56.49690             25
    +#> 2671   VR2W-107823     -5.691883     56.49690             25
    +#> 2672   VR2W-107823     -5.691883     56.49690             25
    +#> 2673   VR2W-107823     -5.691883     56.49690             25
    +#> 2674   VR2W-107823     -5.691883     56.49690             25
    +#> 2675   VR2W-107823     -5.691883     56.49690             25
    +#> 2676   VR2W-107823     -5.691883     56.49690             25
    +#> 2677   VR2W-107823     -5.691883     56.49690             25
    +#> 2678   VR2W-107823     -5.691883     56.49690             25
    +#> 2679   VR2W-107823     -5.691883     56.49690             25
    +#> 2680   VR2W-107823     -5.691883     56.49690             25
    +#> 2681   VR2W-107823     -5.691883     56.49690             25
    +#> 2682   VR2W-107823     -5.691883     56.49690             25
    +#> 2683   VR2W-107823     -5.691883     56.49690             25
    +#> 2684   VR2W-107823     -5.691883     56.49690             25
    +#> 2685   VR2W-107823     -5.691883     56.49690             25
    +#> 2686   VR2W-107823     -5.691883     56.49690             25
    +#> 2687   VR2W-107823     -5.691883     56.49690             25
    +#> 2688   VR2W-107823     -5.691883     56.49690             25
    +#> 2689   VR2W-107823     -5.691883     56.49690             25
    +#> 2690   VR2W-107823     -5.691883     56.49690             25
    +#> 2691   VR2W-107823     -5.691883     56.49690             25
    +#> 2692   VR2W-107823     -5.691883     56.49690             25
    +#> 2693   VR2W-107823     -5.691883     56.49690             25
    +#> 2694   VR2W-107823     -5.691883     56.49690             25
    +#> 2695   VR2W-107823     -5.691883     56.49690             25
    +#> 2696   VR2W-107823     -5.691883     56.49690             25
    +#> 2697   VR2W-107823     -5.691883     56.49690             25
    +#> 2698   VR2W-107823     -5.691883     56.49690             25
    +#> 2699   VR2W-107823     -5.691883     56.49690             25
    +#> 2700   VR2W-107823     -5.691883     56.49690             25
    +#> 2701   VR2W-107823     -5.691883     56.49690             25
    +#> 2702   VR2W-107823     -5.691883     56.49690             25
    +#> 2703   VR2W-107823     -5.691883     56.49690             25
    +#> 2704   VR2W-107823     -5.691883     56.49690             25
    +#> 2705   VR2W-107823     -5.691883     56.49690             25
    +#> 2706   VR2W-107823     -5.691883     56.49690             25
    +#> 2707   VR2W-107823     -5.691883     56.49690             25
    +#> 2708   VR2W-107823     -5.691883     56.49690             25
    +#> 2709   VR2W-107823     -5.691883     56.49690             25
    +#> 2710   VR2W-107823     -5.691883     56.49690             25
    +#> 2711   VR2W-107823     -5.691883     56.49690             25
    +#> 2712   VR2W-107823     -5.691883     56.49690             25
    +#> 2713   VR2W-107823     -5.691883     56.49690             25
    +#> 2714      VR2-6720     -5.627150     56.50808             50
    +#> 2715      VR2-6720     -5.627150     56.50808             50
    +#> 2716      VR2-6720     -5.627150     56.50808             50
    +#> 2717      VR2-6720     -5.627150     56.50808             50
    +#> 2718      VR2-6720     -5.627150     56.50808             50
    +#> 2719      VR2-6720     -5.627150     56.50808             50
    +#> 2720      VR2-6720     -5.627150     56.50808             50
    +#> 2721      VR2-6720     -5.627150     56.50808             50
    +#> 2722      VR2-6720     -5.627150     56.50808             50
    +#> 2723      VR2-6720     -5.627150     56.50808             50
    +#> 2724   VR2W-107823     -5.691883     56.49690             25
    +#> 2725   VR2W-107823     -5.691883     56.49690             25
    +#> 2726   VR2W-107823     -5.691883     56.49690             25
    +#> 2727   VR2W-107823     -5.691883     56.49690             25
    +#> 2728   VR2W-107823     -5.691883     56.49690             25
    +#> 2729   VR2W-107823     -5.691883     56.49690             25
    +#> 2730   VR2W-107823     -5.691883     56.49690             25
    +#> 2731   VR2W-107823     -5.691883     56.49690             25
    +#> 2732   VR2W-107823     -5.691883     56.49690             25
    +#> 2733   VR2W-107823     -5.691883     56.49690             25
    +#> 2734   VR2W-107823     -5.691883     56.49690             25
    +#> 2735   VR2W-107823     -5.691883     56.49690             25
    +#> 2736   VR2W-107823     -5.691883     56.49690             25
    +#> 2737   VR2W-107823     -5.691883     56.49690             25
    +#> 2738   VR2W-107823     -5.691883     56.49690             25
    +#> 2739   VR2W-107823     -5.691883     56.49690             25
    +#> 2740   VR2W-107823     -5.691883     56.49690             25
    +#> 2741   VR2W-107823     -5.691883     56.49690             25
    +#> 2742   VR2W-107823     -5.691883     56.49690             25
    +#> 2743   VR2W-107823     -5.691883     56.49690             25
    +#> 2744   VR2W-107823     -5.691883     56.49690             25
    +#> 2745   VR2W-107823     -5.691883     56.49690             25
    +#> 2746   VR2W-107823     -5.691883     56.49690             25
    +#> 2747   VR2W-107823     -5.691883     56.49690             25
    +#> 2748   VR2W-107823     -5.691883     56.49690             25
    +#> 2749   VR2W-107823     -5.691883     56.49690             25
    +#> 2750   VR2W-107823     -5.691883     56.49690             25
    +#> 2751   VR2W-107823     -5.691883     56.49690             25
    +#> 2752   VR2W-107823     -5.691883     56.49690             25
    +#> 2753   VR2W-107823     -5.691883     56.49690             25
    +#> 2754   VR2W-107823     -5.691883     56.49690             25
    +#> 2755   VR2W-107823     -5.691883     56.49690             25
    +#> 2756   VR2W-107823     -5.691883     56.49690             25
    +#> 2757   VR2W-107823     -5.691883     56.49690             25
    +#> 2758   VR2W-107823     -5.691883     56.49690             25
    +#> 2759   VR2W-107823     -5.691883     56.49690             25
    +#> 2760   VR2W-107823     -5.691883     56.49690             25
    +#> 2761   VR2W-107823     -5.691883     56.49690             25
    +#> 2762   VR2W-107823     -5.691883     56.49690             25
    +#> 2763   VR2W-107823     -5.691883     56.49690             25
    +#> 2764   VR2W-107823     -5.691883     56.49690             25
    +#> 2765   VR2W-107823     -5.691883     56.49690             25
    +#> 2766   VR2W-107823     -5.691883     56.49690             25
    +#> 2767   VR2W-107823     -5.691883     56.49690             25
    +#> 2768   VR2W-107823     -5.691883     56.49690             25
    +#> 2769   VR2W-107823     -5.691883     56.49690             25
    +#> 2770   VR2W-107823     -5.691883     56.49690             25
    +#> 2771   VR2W-107823     -5.691883     56.49690             25
    +#> 2772   VR2W-107823     -5.691883     56.49690             25
    +#> 2773   VR2W-107823     -5.691883     56.49690             25
    +#> 2774   VR2W-107823     -5.691883     56.49690             25
    +#> 2775   VR2W-107823     -5.691883     56.49690             25
    +#> 2776   VR2W-107823     -5.691883     56.49690             25
    +#> 2777      VR2-6720     -5.627150     56.50808             50
    +#> 2778      VR2-6720     -5.627150     56.50808             50
    +#> 2779      VR2-6720     -5.627150     56.50808             50
    +#> 2780      VR2-6720     -5.627150     56.50808             50
    +#> 2781      VR2-6720     -5.627150     56.50808             50
    +#> 2782      VR2-6720     -5.627150     56.50808             50
    +#> 2783      VR2-6720     -5.627150     56.50808             50
    +#> 2784      VR2-6720     -5.627150     56.50808             50
    +#> 2785      VR2-6720     -5.627150     56.50808             50
    +#> 2786      VR2-6720     -5.627150     56.50808             50
    +#> 2787      VR2-6720     -5.627150     56.50808             50
    +#> 2788      VR2-6720     -5.627150     56.50808             50
    +#> 2789      VR2-6720     -5.627150     56.50808             50
    +#> 2790      VR2-6720     -5.627150     56.50808             50
    +#> 2791      VR2-6720     -5.627150     56.50808             50
    +#> 2792      VR2-6720     -5.627150     56.50808             50
    +#> 2793      VR2-6720     -5.627150     56.50808             50
    +#> 2794      VR2-6720     -5.627150     56.50808             50
    +#> 2795      VR2-6720     -5.627150     56.50808             50
    +#> 2796      VR2-6720     -5.627150     56.50808             50
    +#> 2797      VR2-6720     -5.627150     56.50808             50
    +#> 2798      VR2-6720     -5.627150     56.50808             50
    +#> 2799  VR2AR-546136     -5.665000     56.48650            105
    +#> 2800  VR2AR-546136     -5.665000     56.48650            105
    +#> 2801  VR2AR-546136     -5.665000     56.48650            105
    +#> 2802  VR2AR-546136     -5.665000     56.48650            105
    +#> 2803  VR2AR-546136     -5.665000     56.48650            105
    +#> 2804  VR2AR-546136     -5.665000     56.48650            105
    +#> 2805  VR2AR-546136     -5.665000     56.48650            105
    +#> 2806  VR2AR-546136     -5.665000     56.48650            105
    +#> 2807  VR2AR-546136     -5.665000     56.48650            105
    +#> 2808  VR2AR-546136     -5.665000     56.48650            105
    +#> 2809  VR2AR-546136     -5.665000     56.48650            105
    +#> 2810  VR2AR-546136     -5.665000     56.48650            105
    +#> 2811  VR2AR-546136     -5.665000     56.48650            105
    +#> 2812  VR2AR-546136     -5.665000     56.48650            105
    +#> 2813  VR2AR-546136     -5.665000     56.48650            105
    +#> 2814  VR2AR-546136     -5.665000     56.48650            105
    +#> 2815  VR2AR-546136     -5.665000     56.48650            105
    +#> 2816  VR2AR-546136     -5.665000     56.48650            105
    +#> 2817  VR2AR-546136     -5.665000     56.48650            105
    +#> 2818  VR2AR-546136     -5.665000     56.48650            105
    +#> 2819  VR2AR-546136     -5.665000     56.48650            105
    +#> 2820  VR2AR-546136     -5.665000     56.48650            105
    +#> 2821  VR2AR-546136     -5.665000     56.48650            105
    +#> 2822  VR2AR-546136     -5.665000     56.48650            105
    +#> 2823  VR2AR-546136     -5.665000     56.48650            105
    +#> 2824  VR2AR-546136     -5.665000     56.48650            105
    +#> 2825  VR2AR-546136     -5.665000     56.48650            105
    +#> 2826  VR2AR-546136     -5.665000     56.48650            105
    +#> 2827  VR2AR-546136     -5.665000     56.48650            105
    +#> 2828  VR2AR-546136     -5.665000     56.48650            105
    +#> 2829  VR2AR-546136     -5.665000     56.48650            105
    +#> 2830  VR2AR-546136     -5.665000     56.48650            105
    +#> 2831   VR2W-107823     -5.691883     56.49690             25
    +#> 2832   VR2W-107823     -5.691883     56.49690             25
    +#> 2833   VR2W-107823     -5.691883     56.49690             25
    +#> 2834   VR2W-107823     -5.691883     56.49690             25
    +#> 2835   VR2W-107823     -5.691883     56.49690             25
    +#> 2836   VR2W-107823     -5.691883     56.49690             25
    +#> 2837   VR2W-107823     -5.691883     56.49690             25
    +#> 2838   VR2W-107823     -5.691883     56.49690             25
    +#> 2839   VR2W-107823     -5.691883     56.49690             25
    +#> 2840   VR2W-107823     -5.691883     56.49690             25
    +#> 2841   VR2W-107823     -5.691883     56.49690             25
    +#> 2842   VR2W-107823     -5.691883     56.49690             25
    +#> 2843   VR2W-107823     -5.691883     56.49690             25
    +#> 2844   VR2W-107823     -5.691883     56.49690             25
    +#> 2845   VR2W-107823     -5.691883     56.49690             25
    +#> 2846   VR2W-107823     -5.691883     56.49690             25
    +#> 2847   VR2W-107823     -5.691883     56.49690             25
    +#> 2848   VR2W-107823     -5.691883     56.49690             25
    +#> 2849   VR2W-107823     -5.691883     56.49690             25
    +#> 2850   VR2W-107823     -5.691883     56.49690             25
    +#> 2851   VR2W-107823     -5.691883     56.49690             25
    +#> 2852   VR2W-107823     -5.691883     56.49690             25
    +#> 2853   VR2W-107823     -5.691883     56.49690             25
    +#> 2854   VR2W-107823     -5.691883     56.49690             25
    +#> 2855   VR2W-107823     -5.691883     56.49690             25
    +#> 2856   VR2W-107823     -5.691883     56.49690             25
    +#> 2857   VR2W-107823     -5.691883     56.49690             25
    +#> 2858   VR2W-107823     -5.691883     56.49690             25
    +#> 2859   VR2W-108160     -5.704867     56.48890             25
    +#> 2860   VR2W-108160     -5.704867     56.48890             25
    +#> 2861   VR2W-108160     -5.704867     56.48890             25
    +#> 2862   VR2W-108160     -5.704867     56.48890             25
    +#> 2863   VR2W-108160     -5.704867     56.48890             25
    +#> 2864   VR2W-108160     -5.704867     56.48890             25
    +#> 2865   VR2W-108160     -5.704867     56.48890             25
    +#> 2866   VR2W-108160     -5.704867     56.48890             25
    +#> 2867   VR2W-108160     -5.704867     56.48890             25
    +#> 2868   VR2W-108160     -5.704867     56.48890             25
    +#> 2869   VR2W-108160     -5.704867     56.48890             25
    +#> 2870   VR2W-108160     -5.704867     56.48890             25
    +#> 2871   VR2W-108160     -5.704867     56.48890             25
    +#> 2872   VR2W-108160     -5.704867     56.48890             25
    +#> 2873   VR2W-108160     -5.704867     56.48890             25
    +#> 2874   VR2W-108160     -5.704867     56.48890             25
    +#> 2875   VR2W-108160     -5.704867     56.48890             25
    +#> 2876   VR2W-108160     -5.704867     56.48890             25
    +#> 2877   VR2W-108160     -5.704867     56.48890             25
    +#> 2878   VR2W-113141     -5.755900     56.51000             50
    +#> 2879   VR2W-113141     -5.755900     56.51000             50
    +#> 2880   VR2W-113141     -5.755900     56.51000             50
    +#> 2881   VR2W-113141     -5.755900     56.51000             50
    +#> 2882   VR2W-113141     -5.755900     56.51000             50
    +#> 2883   VR2W-113141     -5.755900     56.51000             50
    +#> 2884   VR2W-113141     -5.755900     56.51000             50
    +#> 2885   VR2W-113141     -5.755900     56.51000             50
    +#> 2886   VR2W-113141     -5.755900     56.51000             50
    +#> 2887   VR2W-113141     -5.755900     56.51000             50
    +#> 2888   VR2W-113141     -5.755900     56.51000             50
    +#> 2889   VR2W-113141     -5.755900     56.51000             50
    +#> 2890   VR2W-113141     -5.755900     56.51000             50
    +#> 2891   VR2W-113141     -5.755900     56.51000             50
    +#> 2892   VR2W-113141     -5.755900     56.51000             50
    +#> 2893   VR2W-113141     -5.755900     56.51000             50
    +#> 2894   VR2W-113141     -5.755900     56.51000             50
    +#> 2895   VR2W-113141     -5.755900     56.51000             50
    +#> 2896   VR2W-113141     -5.755900     56.51000             50
    +#> 2897   VR2W-113141     -5.755900     56.51000             50
    +#> 2898   VR2W-113141     -5.755900     56.51000             50
    +#> 2899   VR2W-113141     -5.755900     56.51000             50
    +#> 2900   VR2W-113141     -5.755900     56.51000             50
    +#> 2901   VR2W-113141     -5.755900     56.51000             50
    +#> 2902   VR2W-113141     -5.755900     56.51000             50
    +#> 2903   VR2W-113141     -5.755900     56.51000             50
    +#> 2904   VR2W-113141     -5.755900     56.51000             50
    +#> 2905   VR2W-113141     -5.755900     56.51000             50
    +#> 2906   VR2W-113141     -5.755900     56.51000             50
    +#> 2907   VR2W-113141     -5.755900     56.51000             50
    +#> 2908   VR2W-113141     -5.755900     56.51000             50
    +#> 2909   VR2W-113141     -5.755900     56.51000             50
    +#> 2910   VR2W-113141     -5.755900     56.51000             50
    +#> 2911   VR2W-113141     -5.755900     56.51000             50
    +#> 2912   VR2W-113141     -5.755900     56.51000             50
    +#> 2913   VR2W-113141     -5.755900     56.51000             50
    +#> 2914   VR2W-113141     -5.755900     56.51000             50
    +#> 2915   VR2W-113141     -5.755900     56.51000             50
    +#> 2916   VR2W-113141     -5.755900     56.51000             50
    +#> 2917   VR2W-113141     -5.755900     56.51000             50
    +#> 2918   VR2W-113141     -5.755900     56.51000             50
    +#> 2919   VR2W-113141     -5.755900     56.51000             50
    +#> 2920   VR2W-113141     -5.755900     56.51000             50
    +#> 2921   VR2W-113141     -5.755900     56.51000             50
    +#> 2922   VR2W-113141     -5.755900     56.51000             50
    +#> 2923   VR2W-113141     -5.755900     56.51000             50
    +#> 2924   VR2W-113141     -5.755900     56.51000             50
    +#> 2925   VR2W-113141     -5.755900     56.51000             50
    +#> 2926   VR2W-113141     -5.755900     56.51000             50
    +#> 2927   VR2W-113141     -5.755900     56.51000             50
    +#> 2928   VR2W-113141     -5.755900     56.51000             50
    +#> 2929   VR2W-113141     -5.755900     56.51000             50
    +#> 2930   VR2W-113141     -5.755900     56.51000             50
    +#> 2931   VR2W-113141     -5.755900     56.51000             50
    +#> 2932   VR2W-113141     -5.755900     56.51000             50
    +#> 2933   VR2W-113141     -5.755900     56.51000             50
    +#> 2934   VR2W-113141     -5.755900     56.51000             50
    +#> 2935   VR2W-113141     -5.755900     56.51000             50
    +#> 2936   VR2W-113141     -5.755900     56.51000             50
    +#> 2937   VR2W-113141     -5.755900     56.51000             50
    +#> 2938   VR2W-113141     -5.755900     56.51000             50
    +#> 2939   VR2W-113141     -5.755900     56.51000             50
    +#> 2940   VR2W-113141     -5.755900     56.51000             50
    +#> 2941   VR2W-113141     -5.755900     56.51000             50
    +#> 2942   VR2W-113141     -5.755900     56.51000             50
    +#> 2943   VR2W-113141     -5.755900     56.51000             50
    +#> 2944   VR2W-113141     -5.755900     56.51000             50
    +#> 2945   VR2W-113141     -5.755900     56.51000             50
    +#> 2946   VR2W-113141     -5.755900     56.51000             50
    +#> 2947   VR2W-113141     -5.755900     56.51000             50
    +#> 2948   VR2W-113141     -5.755900     56.51000             50
    +#> 2949   VR2W-113141     -5.755900     56.51000             50
    +#> 2950   VR2W-113141     -5.755900     56.51000             50
    +#> 2951   VR2W-113141     -5.755900     56.51000             50
    +#> 2952   VR2W-113141     -5.755900     56.51000             50
    +#> 2953   VR2W-113141     -5.755900     56.51000             50
    +#> 2954   VR2W-113141     -5.755900     56.51000             50
    +#> 2955   VR2W-113141     -5.755900     56.51000             50
    +#> 2956   VR2W-113141     -5.755900     56.51000             50
    +#> 2957   VR2W-113141     -5.755900     56.51000             50
    +#> 2958   VR2W-113141     -5.755900     56.51000             50
    +#> 2959   VR2W-113141     -5.755900     56.51000             50
    +#> 2960   VR2W-113141     -5.755900     56.51000             50
    +#> 2961   VR2W-113141     -5.755900     56.51000             50
    +#> 2962   VR2W-113141     -5.755900     56.51000             50
    +#> 2963   VR2W-113141     -5.755900     56.51000             50
    +#> 2964   VR2W-113141     -5.755900     56.51000             50
    +#> 2965   VR2W-113141     -5.755900     56.51000             50
    +#> 2966   VR2W-113141     -5.755900     56.51000             50
    +#> 2967   VR2W-113141     -5.755900     56.51000             50
    +#> 2968   VR2W-113141     -5.755900     56.51000             50
    +#> 2969   VR2W-113141     -5.755900     56.51000             50
    +#> 2970   VR2W-113141     -5.755900     56.51000             50
    +#> 2971   VR2W-113141     -5.755900     56.51000             50
    +#> 2972   VR2W-113141     -5.755900     56.51000             50
    +#> 2973   VR2W-113141     -5.755900     56.51000             50
    +#> 2974   VR2W-113141     -5.755900     56.51000             50
    +#> 2975   VR2W-113141     -5.755900     56.51000             50
    +#> 2976   VR2W-113141     -5.755900     56.51000             50
    +#> 2977   VR2W-113141     -5.755900     56.51000             50
    +#> 2978   VR2W-113141     -5.755900     56.51000             50
    +#> 2979   VR2W-113141     -5.755900     56.51000             50
    +#> 2980   VR2W-113141     -5.755900     56.51000             50
    +#> 2981   VR2W-113141     -5.755900     56.51000             50
    +#> 2982   VR2W-113141     -5.755900     56.51000             50
    +#> 2983   VR2W-113141     -5.755900     56.51000             50
    +#> 2984   VR2W-113141     -5.755900     56.51000             50
    +#> 2985   VR2W-113141     -5.755900     56.51000             50
    +#> 2986   VR2W-113141     -5.755900     56.51000             50
    +#> 2987   VR2W-113141     -5.755900     56.51000             50
    +#> 2988   VR2W-113141     -5.755900     56.51000             50
    +#> 2989   VR2W-113141     -5.755900     56.51000             50
    +#> 2990   VR2W-113141     -5.755900     56.51000             50
    +#> 2991   VR2W-113141     -5.755900     56.51000             50
    +#> 2992   VR2W-113141     -5.755900     56.51000             50
    +#> 2993   VR2W-113141     -5.755900     56.51000             50
    +#> 2994   VR2W-113141     -5.755900     56.51000             50
    +#> 2995   VR2W-113141     -5.755900     56.51000             50
    +#> 2996   VR2W-113141     -5.755900     56.51000             50
    +#> 2997   VR2W-113141     -5.755900     56.51000             50
    +#> 2998   VR2W-113141     -5.755900     56.51000             50
    +#> 2999   VR2W-113141     -5.755900     56.51000             50
    +#> 3000   VR2W-113141     -5.755900     56.51000             50
    +#> 3001   VR2W-113141     -5.755900     56.51000             50
    +#> 3002   VR2W-113141     -5.755900     56.51000             50
    +#> 3003   VR2W-113141     -5.755900     56.51000             50
    +#> 3004   VR2W-113141     -5.755900     56.51000             50
    +#> 3005   VR2W-113141     -5.755900     56.51000             50
    +#> 3006   VR2W-113141     -5.755900     56.51000             50
    +#> 3007   VR2W-113141     -5.755900     56.51000             50
    +#> 3008   VR2W-113141     -5.755900     56.51000             50
    +#> 3009   VR2W-113141     -5.755900     56.51000             50
    +#> 3010   VR2W-113141     -5.755900     56.51000             50
    +#> 3011   VR2W-113141     -5.755900     56.51000             50
    +#> 3012   VR2W-113141     -5.755900     56.51000             50
    +#> 3013   VR2W-113141     -5.755900     56.51000             50
    +#> 3014   VR2W-113141     -5.755900     56.51000             50
    +#> 3015   VR2W-113141     -5.755900     56.51000             50
    +#> 3016   VR2W-113141     -5.755900     56.51000             50
    +#> 3017   VR2W-113141     -5.755900     56.51000             50
    +#> 3018   VR2W-113141     -5.755900     56.51000             50
    +#> 3019   VR2W-113141     -5.755900     56.51000             50
    +#> 3020   VR2W-113141     -5.755900     56.51000             50
    +#> 3021   VR2W-113141     -5.755900     56.51000             50
    +#> 3022   VR2W-113141     -5.755900     56.51000             50
    +#> 3023   VR2W-113141     -5.755900     56.51000             50
    +#> 3024   VR2W-107823     -5.691883     56.49690             25
    +#> 3025   VR2W-107823     -5.691883     56.49690             25
    +#> 3026   VR2W-107823     -5.691883     56.49690             25
    +#> 3027   VR2W-107823     -5.691883     56.49690             25
    +#> 3028   VR2W-107823     -5.691883     56.49690             25
    +#> 3029   VR2W-107823     -5.691883     56.49690             25
    +#> 3030   VR2W-107823     -5.691883     56.49690             25
    +#> 3031   VR2W-107823     -5.691883     56.49690             25
    +#> 3032   VR2W-107823     -5.691883     56.49690             25
    +#> 3033   VR2W-107823     -5.691883     56.49690             25
    +#> 3034   VR2W-107823     -5.691883     56.49690             25
    +#> 3035   VR2W-107823     -5.691883     56.49690             25
    +#> 3036  VR2AR-546136     -5.665000     56.48650            105
    +#> 3037  VR2AR-546136     -5.665000     56.48650            105
    +#> 3038  VR2AR-546136     -5.665000     56.48650            105
    +#> 3039  VR2AR-546136     -5.665000     56.48650            105
    +#> 3040  VR2AR-546136     -5.665000     56.48650            105
    +#> 3041  VR2AR-546136     -5.665000     56.48650            105
    +#> 3042  VR2AR-546136     -5.665000     56.48650            105
    +#> 3043  VR2AR-546136     -5.665000     56.48650            105
    +#> 3044  VR2AR-546136     -5.665000     56.48650            105
    +#> 3045  VR2AR-546136     -5.665000     56.48650            105
    +#> 3046  VR2AR-546136     -5.665000     56.48650            105
    +#> 3047  VR2AR-546136     -5.665000     56.48650            105
    +#> 3048  VR2AR-546136     -5.665000     56.48650            105
    +#> 3049  VR2AR-546136     -5.665000     56.48650            105
    +#> 3050  VR2AR-546136     -5.665000     56.48650            105
    +#> 3051  VR2AR-546136     -5.665000     56.48650            105
    +#> 3052  VR2AR-546136     -5.665000     56.48650            105
    +#> 3053  VR2AR-546136     -5.665000     56.48650            105
    +#> 3054  VR2AR-546136     -5.665000     56.48650            105
    +#> 3055  VR2AR-546136     -5.665000     56.48650            105
    +#> 3056  VR2AR-546136     -5.665000     56.48650            105
    +#> 3057  VR2AR-546136     -5.665000     56.48650            105
    +#> 3058  VR2AR-546136     -5.665000     56.48650            105
    +#> 3059  VR2AR-546136     -5.665000     56.48650            105
    +#> 3060  VR2AR-546136     -5.665000     56.48650            105
    +#> 3061  VR2AR-546136     -5.665000     56.48650            105
    +#> 3062  VR2AR-546136     -5.665000     56.48650            105
    +#> 3063  VR2AR-546136     -5.665000     56.48650            105
    +#> 3064  VR2AR-546136     -5.665000     56.48650            105
    +#> 3065   VR2W-108160     -5.704867     56.48890             25
    +#> 3066   VR2W-108160     -5.704867     56.48890             25
    +#> 3067   VR2W-113141     -5.755900     56.51000             50
    +#> 3068   VR2W-113141     -5.755900     56.51000             50
    +#> 3069   VR2W-113141     -5.755900     56.51000             50
    +#> 3070   VR2W-113141     -5.755900     56.51000             50
    +#> 3071   VR2W-113141     -5.755900     56.51000             50
    +#> 3072   VR2W-113141     -5.755900     56.51000             50
    +#> 3073   VR2W-113141     -5.755900     56.51000             50
    +#> 3074   VR2W-113141     -5.755900     56.51000             50
    +#> 3075   VR2W-113141     -5.755900     56.51000             50
    +#> 3076   VR2W-113141     -5.755900     56.51000             50
    +#> 3077   VR2W-113141     -5.755900     56.51000             50
    +#> 3078   VR2W-113141     -5.755900     56.51000             50
    +#> 3079   VR2W-113141     -5.755900     56.51000             50
    +#> 3080   VR2W-113141     -5.755900     56.51000             50
    +#> 3081   VR2W-113141     -5.755900     56.51000             50
    +#> 3082   VR2W-113141     -5.755900     56.51000             50
    +#> 3083   VR2W-113141     -5.755900     56.51000             50
    +#> 3084   VR2W-113141     -5.755900     56.51000             50
    +#> 3085   VR2W-113141     -5.755900     56.51000             50
    +#> 3086   VR2W-113141     -5.755900     56.51000             50
    +#> 3087   VR2W-113141     -5.755900     56.51000             50
    +#> 3088   VR2W-113141     -5.755900     56.51000             50
    +#> 3089   VR2W-113141     -5.755900     56.51000             50
    +#> 3090   VR2W-113141     -5.755900     56.51000             50
    +#> 3091   VR2W-113141     -5.755900     56.51000             50
    +#> 3092   VR2W-113141     -5.755900     56.51000             50
    +#> 3093   VR2W-113141     -5.755900     56.51000             50
    +#> 3094   VR2W-113141     -5.755900     56.51000             50
    +#> 3095   VR2W-113141     -5.755900     56.51000             50
    +#> 3096   VR2W-113141     -5.755900     56.51000             50
    +#> 3097   VR2W-113141     -5.755900     56.51000             50
    +#> 3098   VR2W-113141     -5.755900     56.51000             50
    +#> 3099   VR2W-107823     -5.691883     56.49690             25
    +#> 3100   VR2W-107823     -5.691883     56.49690             25
    +#> 3101   VR2W-107823     -5.691883     56.49690             25
    +#> 3102  VR2AR-546136     -5.665000     56.48650            105
    +#> 3103  VR2AR-546136     -5.665000     56.48650            105
    +#> 3104  VR2AR-546136     -5.665000     56.48650            105
    +#> 3105  VR2AR-546136     -5.665000     56.48650            105
    +#> 3106  VR2AR-546136     -5.665000     56.48650            105
    +#> 3107  VR2AR-546136     -5.665000     56.48650            105
    +#> 3108  VR2AR-546136     -5.665000     56.48650            105
    +#> 3109  VR2AR-546136     -5.665000     56.48650            105
    +#> 3110  VR2AR-546136     -5.665000     56.48650            105
    +#> 3111  VR2AR-546136     -5.665000     56.48650            105
    +#> 3112  VR2AR-546136     -5.665000     56.48650            105
    +#> 3113  VR2AR-546136     -5.665000     56.48650            105
    +#> 3114  VR2AR-546136     -5.665000     56.48650            105
    +#> 3115  VR2AR-546136     -5.665000     56.48650            105
    +#> 3116  VR2AR-546136     -5.665000     56.48650            105
    +#> 3117  VR2AR-546136     -5.665000     56.48650            105
    +#> 3118  VR2AR-546136     -5.665000     56.48650            105
    +#> 3119  VR2AR-546136     -5.665000     56.48650            105
    +#> 3120  VR2AR-546136     -5.665000     56.48650            105
    +#> 3121  VR2AR-546136     -5.665000     56.48650            105
    +#> 3122  VR2AR-546136     -5.665000     56.48650            105
    +#> 3123  VR2AR-546136     -5.665000     56.48650            105
    +#> 3124  VR2AR-546136     -5.665000     56.48650            105
    +#> 3125   VR2W-108160     -5.704867     56.48890             25
    +#> 3126   VR2W-108160     -5.704867     56.48890             25
    +#> 3127   VR2W-108160     -5.704867     56.48890             25
    +#> 3128   VR2W-108160     -5.704867     56.48890             25
    +#> 3129   VR2W-108160     -5.704867     56.48890             25
    +#> 3130   VR2W-108160     -5.704867     56.48890             25
    +#> 3131   VR2W-108160     -5.704867     56.48890             25
    +#> 3132  VR2AR-546136     -5.665000     56.48650            105
    +#> 3133  VR2AR-546136     -5.665000     56.48650            105
    +#> 3134  VR2AR-546136     -5.665000     56.48650            105
    +#> 3135  VR2AR-546136     -5.665000     56.48650            105
    +#> 3136  VR2AR-546136     -5.665000     56.48650            105
    +#> 3137  VR2AR-546136     -5.665000     56.48650            105
    +#> 3138  VR2AR-546136     -5.665000     56.48650            105
    +#> 3139  VR2AR-546136     -5.665000     56.48650            105
    +#> 3140  VR2AR-546136     -5.665000     56.48650            105
    +#> 3141  VR2AR-546136     -5.665000     56.48650            105
    +#> 3142  VR2AR-546136     -5.665000     56.48650            105
    +#> 3143  VR2AR-546136     -5.665000     56.48650            105
    +#> 3144  VR2AR-546136     -5.665000     56.48650            105
    +#> 3145  VR2AR-546136     -5.665000     56.48650            105
    +#> 3146  VR2AR-546136     -5.665000     56.48650            105
    +#> 3147  VR2AR-546136     -5.665000     56.48650            105
    +#> 3148  VR2AR-546136     -5.665000     56.48650            105
    +#> 3149  VR2AR-546136     -5.665000     56.48650            105
    +#> 3150  VR2AR-546136     -5.665000     56.48650            105
    +#> 3151  VR2AR-546136     -5.665000     56.48650            105
    +#> 3152  VR2AR-546136     -5.665000     56.48650            105
    +#> 3153  VR2AR-546136     -5.665000     56.48650            105
    +#> 3154  VR2AR-546136     -5.665000     56.48650            105
    +#> 3155  VR2AR-546136     -5.665000     56.48650            105
    +#> 3156  VR2AR-546136     -5.665000     56.48650            105
    +#> 3157  VR2AR-546136     -5.665000     56.48650            105
    +#> 3158  VR2AR-546136     -5.665000     56.48650            105
    +#> 3159  VR2AR-546136     -5.665000     56.48650            105
    +#> 3160  VR2AR-546136     -5.665000     56.48650            105
    +#> 3161  VR2AR-546136     -5.665000     56.48650            105
    +#> 3162  VR2AR-546136     -5.665000     56.48650            105
    +#> 3163  VR2AR-546136     -5.665000     56.48650            105
    +#> 3164  VR2AR-546136     -5.665000     56.48650            105
    +#> 3165  VR2AR-546136     -5.665000     56.48650            105
    +#> 3166  VR2AR-546136     -5.665000     56.48650            105
    +#> 3167  VR2AR-546136     -5.665000     56.48650            105
    +#> 3168  VR2AR-546136     -5.665000     56.48650            105
    +#> 3169  VR2AR-546136     -5.665000     56.48650            105
    +#> 3170  VR2AR-546136     -5.665000     56.48650            105
    +#> 3171  VR2AR-546136     -5.665000     56.48650            105
    +#> 3172  VR2AR-546136     -5.665000     56.48650            105
    +#> 3173  VR2AR-546136     -5.665000     56.48650            105
    +#> 3174  VR2AR-546136     -5.665000     56.48650            105
    +#> 3175  VR2AR-546136     -5.665000     56.48650            105
    +#> 3176  VR2AR-546136     -5.665000     56.48650            105
    +#> 3177  VR2AR-546136     -5.665000     56.48650            105
    +#> 3178  VR2AR-546136     -5.665000     56.48650            105
    +#> 3179  VR2AR-546136     -5.665000     56.48650            105
    +#> 3180  VR2AR-546136     -5.665000     56.48650            105
    +#> 3181  VR2AR-546136     -5.665000     56.48650            105
    +#> 3182  VR2AR-546136     -5.665000     56.48650            105
    +#> 3183  VR2AR-546136     -5.665000     56.48650            105
    +#> 3184  VR2AR-546136     -5.665000     56.48650            105
    +#> 3185  VR2AR-546136     -5.665000     56.48650            105
    +#> 3186  VR2AR-546136     -5.665000     56.48650            105
    +#> 3187  VR2AR-546136     -5.665000     56.48650            105
    +#> 3188  VR2AR-546136     -5.665000     56.48650            105
    +#> 3189  VR2AR-546136     -5.665000     56.48650            105
    +#> 3190  VR2AR-546136     -5.665000     56.48650            105
    +#> 3191  VR2AR-546136     -5.665000     56.48650            105
    +#> 3192  VR2AR-546136     -5.665000     56.48650            105
    +#> 3193  VR2AR-546136     -5.665000     56.48650            105
    +#> 3194  VR2AR-546136     -5.665000     56.48650            105
    +#> 3195  VR2AR-546136     -5.665000     56.48650            105
    +#> 3196  VR2AR-546136     -5.665000     56.48650            105
    +#> 3197  VR2AR-546136     -5.665000     56.48650            105
    +#> 3198  VR2AR-546136     -5.665000     56.48650            105
    +#> 3199  VR2AR-546136     -5.665000     56.48650            105
    +#> 3200  VR2AR-546136     -5.665000     56.48650            105
    +#> 3201  VR2AR-546136     -5.665000     56.48650            105
    +#> 3202  VR2AR-546136     -5.665000     56.48650            105
    +#> 3203  VR2AR-546136     -5.665000     56.48650            105
    +#> 3204  VR2AR-546136     -5.665000     56.48650            105
    +#> 3205  VR2AR-546136     -5.665000     56.48650            105
    +#> 3206  VR2AR-546136     -5.665000     56.48650            105
    +#> 3207  VR2AR-546136     -5.665000     56.48650            105
    +#> 3208  VR2AR-546136     -5.665000     56.48650            105
    +#> 3209  VR2AR-546136     -5.665000     56.48650            105
    +#> 3210  VR2AR-546136     -5.665000     56.48650            105
    +#> 3211  VR2AR-546136     -5.665000     56.48650            105
    +#> 3212  VR2AR-546136     -5.665000     56.48650            105
    +#> 3213  VR2AR-546136     -5.665000     56.48650            105
    +#> 3214  VR2AR-546136     -5.665000     56.48650            105
    +#> 3215  VR2AR-546136     -5.665000     56.48650            105
    +#> 3216  VR2AR-546136     -5.665000     56.48650            105
    +#> 3217   VR2W-107823     -5.691883     56.49690             25
    +#> 3218   VR2W-107823     -5.691883     56.49690             25
    +#> 3219   VR2W-107823     -5.691883     56.49690             25
    +#> 3220   VR2W-107823     -5.691883     56.49690             25
    +#> 3221   VR2W-107823     -5.691883     56.49690             25
    +#> 3222   VR2W-107823     -5.691883     56.49690             25
    +#> 3223   VR2W-107823     -5.691883     56.49690             25
    +#> 3224   VR2W-107823     -5.691883     56.49690             25
    +#> 3225   VR2W-107823     -5.691883     56.49690             25
    +#> 3226   VR2W-107823     -5.691883     56.49690             25
    +#> 3227   VR2W-107823     -5.691883     56.49690             25
    +#> 3228   VR2W-113141     -5.755900     56.51000             50
    +#> 3229   VR2W-113141     -5.755900     56.51000             50
    +#> 3230   VR2W-113141     -5.755900     56.51000             50
    +#> 3231   VR2W-113141     -5.755900     56.51000             50
    +#> 3232   VR2W-113141     -5.755900     56.51000             50
    +#> 3233   VR2W-113141     -5.755900     56.51000             50
    +#> 3234   VR2W-113141     -5.755900     56.51000             50
    +#> 3235   VR2W-113141     -5.755900     56.51000             50
    +#> 3236   VR2W-113141     -5.755900     56.51000             50
    +#> 3237   VR2W-107823     -5.691883     56.49690             25
    +#> 3238   VR2W-107823     -5.691883     56.49690             25
    +#> 3239   VR2W-107823     -5.691883     56.49690             25
    +#> 3240   VR2W-107823     -5.691883     56.49690             25
    +#> 3241   VR2W-108160     -5.704867     56.48890             25
    +#> 3242   VR2W-108160     -5.704867     56.48890             25
    +#> 3243   VR2W-108160     -5.704867     56.48890             25
    +#> 3244   VR2W-108160     -5.704867     56.48890             25
    +#> 3245   VR2W-108160     -5.704867     56.48890             25
    +#> 3246   VR2W-108160     -5.704867     56.48890             25
    +#> 3247   VR2W-108160     -5.704867     56.48890             25
    +#> 3248   VR2W-108160     -5.704867     56.48890             25
    +#> 3249   VR2W-108160     -5.704867     56.48890             25
    +#> 3250   VR2W-108160     -5.704867     56.48890             25
    +#> 3251   VR2W-108160     -5.704867     56.48890             25
    +#> 3252   VR2W-108160     -5.704867     56.48890             25
    +#> 3253   VR2W-108160     -5.704867     56.48890             25
    +#> 3254   VR2W-108160     -5.704867     56.48890             25
    +#> 3255   VR2W-108160     -5.704867     56.48890             25
    +#> 3256   VR2W-108160     -5.704867     56.48890             25
    +#> 3257   VR2W-108160     -5.704867     56.48890             25
    +#> 3258   VR2W-108160     -5.704867     56.48890             25
    +#> 3259   VR2W-108160     -5.704867     56.48890             25
    +#> 3260   VR2W-108160     -5.704867     56.48890             25
    +#> 3261   VR2W-108160     -5.704867     56.48890             25
    +#> 3262   VR2W-108160     -5.704867     56.48890             25
    +#> 3263   VR2W-108160     -5.704867     56.48890             25
    +#> 3264   VR2W-108160     -5.704867     56.48890             25
    +#> 3265  VR2AR-546136     -5.665000     56.48650            105
    +#> 3266  VR2AR-546136     -5.665000     56.48650            105
    +#> 3267  VR2AR-546136     -5.665000     56.48650            105
    +#> 3268  VR2AR-546136     -5.665000     56.48650            105
    +#> 3269  VR2AR-546136     -5.665000     56.48650            105
    +#> 3270  VR2AR-546136     -5.665000     56.48650            105
    +#> 3271  VR2AR-546136     -5.665000     56.48650            105
    +#> 3272  VR2AR-546136     -5.665000     56.48650            105
    +#> 3273  VR2AR-546136     -5.665000     56.48650            105
    +#> 3274  VR2AR-546136     -5.665000     56.48650            105
    +#> 3275  VR2AR-546136     -5.665000     56.48650            105
    +#> 3276  VR2AR-546136     -5.665000     56.48650            105
    +#> 3277  VR2AR-546136     -5.665000     56.48650            105
    +#> 3278  VR2AR-546136     -5.665000     56.48650            105
    +#> 3279  VR2AR-546136     -5.665000     56.48650            105
    +#> 3280  VR2AR-546136     -5.665000     56.48650            105
    +#> 3281  VR2AR-546136     -5.665000     56.48650            105
    +#> 3282  VR2AR-546136     -5.665000     56.48650            105
    +#> 3283  VR2AR-546136     -5.665000     56.48650            105
    +#> 3284  VR2AR-546136     -5.665000     56.48650            105
    +#> 3285  VR2AR-546136     -5.665000     56.48650            105
    +#> 3286  VR2AR-546136     -5.665000     56.48650            105
    +#> 3287  VR2AR-546136     -5.665000     56.48650            105
    +#> 3288  VR2AR-546136     -5.665000     56.48650            105
    +#> 3289  VR2AR-546136     -5.665000     56.48650            105
    +#> 3290  VR2AR-546136     -5.665000     56.48650            105
    +#> 3291   VR2W-108160     -5.704867     56.48890             25
    +#> 3292   VR2W-108160     -5.704867     56.48890             25
    +#> 3293   VR2W-108160     -5.704867     56.48890             25
    +#> 3294   VR2W-108160     -5.704867     56.48890             25
    +#> 3295   VR2W-108160     -5.704867     56.48890             25
    +#> 3296   VR2W-113141     -5.755900     56.51000             50
    +#> 3297   VR2W-113141     -5.755900     56.51000             50
    +#> 3298   VR2W-113141     -5.755900     56.51000             50
    +#> 3299   VR2W-113141     -5.755900     56.51000             50
    +#> 3300   VR2W-113141     -5.755900     56.51000             50
    +#> 3301   VR2W-113141     -5.755900     56.51000             50
    +#> 3302   VR2W-113141     -5.755900     56.51000             50
    +#> 3303   VR2W-113141     -5.755900     56.51000             50
    +#> 3304   VR2W-113141     -5.755900     56.51000             50
    +#> 3305   VR2W-113141     -5.755900     56.51000             50
    +#> 3306   VR2W-113141     -5.755900     56.51000             50
    +#> 3307   VR2W-113141     -5.755900     56.51000             50
    +#> 3308   VR2W-113141     -5.755900     56.51000             50
    +#> 3309   VR2W-113141     -5.755900     56.51000             50
    +#> 3310   VR2W-113141     -5.755900     56.51000             50
    +#> 3311   VR2W-113141     -5.755900     56.51000             50
    +#> 3312   VR2W-113141     -5.755900     56.51000             50
    +#> 3313   VR2W-113141     -5.755900     56.51000             50
    +#> 3314   VR2W-113141     -5.755900     56.51000             50
    +#> 3315   VR2W-113141     -5.755900     56.51000             50
    +#> 3316   VR2W-113141     -5.755900     56.51000             50
    +#> 3317   VR2W-113141     -5.755900     56.51000             50
    +#> 3318   VR2W-113141     -5.755900     56.51000             50
    +#> 3319   VR2W-113141     -5.755900     56.51000             50
    +#> 3320   VR2W-113141     -5.755900     56.51000             50
    +#> 3321   VR2W-113141     -5.755900     56.51000             50
    +#> 3322   VR2W-113141     -5.755900     56.51000             50
    +#> 3323   VR2W-113141     -5.755900     56.51000             50
    +#> 3324   VR2W-113141     -5.755900     56.51000             50
    +#> 3325   VR2W-113141     -5.755900     56.51000             50
    +#> 3326   VR2W-113141     -5.755900     56.51000             50
    +#> 3327   VR2W-113141     -5.755900     56.51000             50
    +#> 3328   VR2W-113141     -5.755900     56.51000             50
    +#> 3329   VR2W-113141     -5.755900     56.51000             50
    +#> 3330   VR2W-113141     -5.755900     56.51000             50
    +#> 3331   VR2W-113141     -5.755900     56.51000             50
    +#> 3332   VR2W-113141     -5.755900     56.51000             50
    +#> 3333   VR2W-113141     -5.755900     56.51000             50
    +#> 3334   VR2W-113141     -5.755900     56.51000             50
    +#> 3335   VR2W-113141     -5.755900     56.51000             50
    +#> 3336   VR2W-113141     -5.755900     56.51000             50
    +#> 3337   VR2W-113141     -5.755900     56.51000             50
    +#> 3338   VR2W-113141     -5.755900     56.51000             50
    +#> 3339   VR2W-113141     -5.755900     56.51000             50
    +#> 3340   VR2W-113141     -5.755900     56.51000             50
    +#> 3341   VR2W-113141     -5.755900     56.51000             50
    +#> 3342   VR2W-113141     -5.755900     56.51000             50
    +#> 3343   VR2W-113141     -5.755900     56.51000             50
    +#> 3344   VR2W-113141     -5.755900     56.51000             50
    +#> 3345   VR2W-113141     -5.755900     56.51000             50
    +#> 3346   VR2W-113141     -5.755900     56.51000             50
    +#> 3347   VR2W-113141     -5.755900     56.51000             50
    +#> 3348   VR2W-113141     -5.755900     56.51000             50
    +#> 3349   VR2W-113141     -5.755900     56.51000             50
    +#> 3350   VR2W-113141     -5.755900     56.51000             50
    +#> 3351   VR2W-113141     -5.755900     56.51000             50
    +#> 3352   VR2W-113141     -5.755900     56.51000             50
    +#> 3353   VR2W-113141     -5.755900     56.51000             50
    +#> 3354   VR2W-113141     -5.755900     56.51000             50
    +#> 3355   VR2W-113141     -5.755900     56.51000             50
    +#> 3356   VR2W-113141     -5.755900     56.51000             50
    +#> 3357   VR2W-113141     -5.755900     56.51000             50
    +#> 3358   VR2W-113141     -5.755900     56.51000             50
    +#> 3359   VR2W-113141     -5.755900     56.51000             50
    +#> 3360   VR2W-113141     -5.755900     56.51000             50
    +#> 3361   VR2W-113141     -5.755900     56.51000             50
    +#> 3362   VR2W-113141     -5.755900     56.51000             50
    +#> 3363   VR2W-113141     -5.755900     56.51000             50
    +#> 3364   VR2W-113141     -5.755900     56.51000             50
    +#> 3365   VR2W-113141     -5.755900     56.51000             50
    +#> 3366   VR2W-113141     -5.755900     56.51000             50
    +#> 3367   VR2W-113141     -5.755900     56.51000             50
    +#> 3368   VR2W-113141     -5.755900     56.51000             50
    +#> 3369   VR2W-113141     -5.755900     56.51000             50
    +#> 3370   VR2W-113141     -5.755900     56.51000             50
    +#> 3371   VR2W-113141     -5.755900     56.51000             50
    +#> 3372   VR2W-113141     -5.755900     56.51000             50
    +#> 3373   VR2W-113141     -5.755900     56.51000             50
    +#> 3374   VR2W-113141     -5.755900     56.51000             50
    +#> 3375   VR2W-113141     -5.755900     56.51000             50
    +#> 3376   VR2W-113141     -5.755900     56.51000             50
    +#> 3377   VR2W-113141     -5.755900     56.51000             50
    +#> 3378   VR2W-113141     -5.755900     56.51000             50
    +#> 3379   VR2W-113141     -5.755900     56.51000             50
    +#> 3380   VR2W-113141     -5.755900     56.51000             50
    +#> 3381   VR2W-113141     -5.755900     56.51000             50
    +#> 3382   VR2W-113141     -5.755900     56.51000             50
    +#> 3383   VR2W-113141     -5.755900     56.51000             50
    +#> 3384   VR2W-113141     -5.755900     56.51000             50
    +#> 3385   VR2W-113141     -5.755900     56.51000             50
    +#> 3386   VR2W-113141     -5.755900     56.51000             50
    +#> 3387   VR2W-113141     -5.755900     56.51000             50
    +#> 3388   VR2W-113141     -5.755900     56.51000             50
    +#> 3389   VR2W-113141     -5.755900     56.51000             50
    +#> 3390   VR2W-113141     -5.755900     56.51000             50
    +#> 3391   VR2W-113141     -5.755900     56.51000             50
    +#> 3392   VR2W-113141     -5.755900     56.51000             50
    +#> 3393   VR2W-113141     -5.755900     56.51000             50
    +#> 3394   VR2W-113141     -5.755900     56.51000             50
    +#> 3395   VR2W-113141     -5.755900     56.51000             50
    +#> 3396   VR2W-113141     -5.755900     56.51000             50
    +#> 3397   VR2W-113141     -5.755900     56.51000             50
    +#> 3398   VR2W-113141     -5.755900     56.51000             50
    +#> 3399   VR2W-113141     -5.755900     56.51000             50
    +#> 3400   VR2W-113141     -5.755900     56.51000             50
    +#> 3401   VR2W-113141     -5.755900     56.51000             50
    +#> 3402   VR2W-113141     -5.755900     56.51000             50
    +#> 3403   VR2W-113141     -5.755900     56.51000             50
    +#> 3404   VR2W-113141     -5.755900     56.51000             50
    +#> 3405   VR2W-113141     -5.755900     56.51000             50
    +#> 3406   VR2W-113141     -5.755900     56.51000             50
    +#> 3407   VR2W-113141     -5.755900     56.51000             50
    +#> 3408   VR2W-113141     -5.755900     56.51000             50
    +#> 3409   VR2W-113141     -5.755900     56.51000             50
    +#> 3410   VR2W-113141     -5.755900     56.51000             50
    +#> 3411   VR2W-113141     -5.755900     56.51000             50
    +#> 3412   VR2W-113141     -5.755900     56.51000             50
    +#> 3413   VR2W-113141     -5.755900     56.51000             50
    +#> 3414   VR2W-113141     -5.755900     56.51000             50
    +#> 3415   VR2W-113141     -5.755900     56.51000             50
    +#> 3416   VR2W-113141     -5.755900     56.51000             50
    +#> 3417   VR2W-113141     -5.755900     56.51000             50
    +#> 3418   VR2W-113141     -5.755900     56.51000             50
    +#> 3419   VR2W-113141     -5.755900     56.51000             50
    +#> 3420   VR2W-113141     -5.755900     56.51000             50
    +#> 3421   VR2W-113141     -5.755900     56.51000             50
    +#> 3422   VR2W-113141     -5.755900     56.51000             50
    +#> 3423   VR2W-113141     -5.755900     56.51000             50
    +#> 3424   VR2W-113141     -5.755900     56.51000             50
    +#> 3425   VR2W-113141     -5.755900     56.51000             50
    +#> 3426   VR2W-113141     -5.755900     56.51000             50
    +#> 3427   VR2W-113141     -5.755900     56.51000             50
    +#> 3428   VR2W-113141     -5.755900     56.51000             50
    +#> 3429   VR2W-113141     -5.755900     56.51000             50
    +#> 3430   VR2W-113141     -5.755900     56.51000             50
    +#> 3431   VR2W-113141     -5.755900     56.51000             50
    +#> 3432   VR2W-113141     -5.755900     56.51000             50
    +#> 3433   VR2W-113141     -5.755900     56.51000             50
    +#> 3434   VR2W-113141     -5.755900     56.51000             50
    +#> 3435   VR2W-113141     -5.755900     56.51000             50
    +#> 3436   VR2W-113141     -5.755900     56.51000             50
    +#> 3437   VR2W-113141     -5.755900     56.51000             50
    +#> 3438   VR2W-113141     -5.755900     56.51000             50
    +#> 3439   VR2W-113141     -5.755900     56.51000             50
    +#> 3440   VR2W-113141     -5.755900     56.51000             50
    +#> 3441   VR2W-113141     -5.755900     56.51000             50
    +#> 3442   VR2W-113141     -5.755900     56.51000             50
    +#> 3443   VR2W-113141     -5.755900     56.51000             50
    +#> 3444   VR2W-113141     -5.755900     56.51000             50
    +#> 3445   VR2W-113141     -5.755900     56.51000             50
    +#> 3446   VR2W-113141     -5.755900     56.51000             50
    +#> 3447   VR2W-113141     -5.755900     56.51000             50
    +#> 3448   VR2W-113141     -5.755900     56.51000             50
    +#> 3449   VR2W-113141     -5.755900     56.51000             50
    +#> 3450   VR2W-113141     -5.755900     56.51000             50
    +#> 3451   VR2W-113141     -5.755900     56.51000             50
    +#> 3452   VR2W-113141     -5.755900     56.51000             50
    +#> 3453   VR2W-113141     -5.755900     56.51000             50
    +#> 3454   VR2W-113141     -5.755900     56.51000             50
    +#> 3455   VR2W-113141     -5.755900     56.51000             50
    +#> 3456   VR2W-113141     -5.755900     56.51000             50
    +#> 3457   VR2W-113141     -5.755900     56.51000             50
    +#> 3458   VR2W-113141     -5.755900     56.51000             50
    +#> 3459   VR2W-113141     -5.755900     56.51000             50
    +#> 3460   VR2W-113141     -5.755900     56.51000             50
    +#> 3461   VR2W-113141     -5.755900     56.51000             50
    +#> 3462   VR2W-113141     -5.755900     56.51000             50
    +#> 3463   VR2W-113141     -5.755900     56.51000             50
    +#> 3464   VR2W-113141     -5.755900     56.51000             50
    +#> 3465   VR2W-113141     -5.755900     56.51000             50
    +#> 3466   VR2W-113141     -5.755900     56.51000             50
    +#> 3467   VR2W-113141     -5.755900     56.51000             50
    +#> 3468   VR2W-113141     -5.755900     56.51000             50
    +#> 3469   VR2W-113141     -5.755900     56.51000             50
    +#> 3470   VR2W-113141     -5.755900     56.51000             50
    +#> 3471   VR2W-113141     -5.755900     56.51000             50
    +#> 3472   VR2W-113141     -5.755900     56.51000             50
    +#> 3473   VR2W-113141     -5.755900     56.51000             50
    +#> 3474   VR2W-113141     -5.755900     56.51000             50
    +#> 3475   VR2W-113141     -5.755900     56.51000             50
    +#> 3476   VR2W-113141     -5.755900     56.51000             50
    +#> 3477   VR2W-113141     -5.755900     56.51000             50
    +#> 3478   VR2W-113141     -5.755900     56.51000             50
    +#> 3479   VR2W-113141     -5.755900     56.51000             50
    +#> 3480   VR2W-113141     -5.755900     56.51000             50
    +#> 3481   VR2W-113141     -5.755900     56.51000             50
    +#> 3482   VR2W-113141     -5.755900     56.51000             50
    +#> 3483   VR2W-113141     -5.755900     56.51000             50
    +#> 3484   VR2W-113141     -5.755900     56.51000             50
    +#> 3485   VR2W-113141     -5.755900     56.51000             50
    +#> 3486   VR2W-113141     -5.755900     56.51000             50
    +#> 3487   VR2W-113141     -5.755900     56.51000             50
    +#> 3488   VR2W-113141     -5.755900     56.51000             50
    +#> 3489   VR2W-113141     -5.755900     56.51000             50
    +#> 3490   VR2W-113141     -5.755900     56.51000             50
    +#> 3491   VR2W-113141     -5.755900     56.51000             50
    +#> 3492   VR2W-113141     -5.755900     56.51000             50
    +#> 3493   VR2W-113141     -5.755900     56.51000             50
    +#> 3494   VR2W-113141     -5.755900     56.51000             50
    +#> 3495   VR2W-113141     -5.755900     56.51000             50
    +#> 3496   VR2W-113141     -5.755900     56.51000             50
    +#> 3497   VR2W-113141     -5.755900     56.51000             50
    +#> 3498   VR2W-113141     -5.755900     56.51000             50
    +#> 3499   VR2W-113141     -5.755900     56.51000             50
    +#> 3500   VR2W-113141     -5.755900     56.51000             50
    +#> 3501   VR2W-113141     -5.755900     56.51000             50
    +#> 3502   VR2W-113141     -5.755900     56.51000             50
    +#> 3503   VR2W-113141     -5.755900     56.51000             50
    +#> 3504   VR2W-113141     -5.755900     56.51000             50
    +#> 3505   VR2W-113141     -5.755900     56.51000             50
    +#> 3506   VR2W-113141     -5.755900     56.51000             50
    +#> 3507   VR2W-113141     -5.755900     56.51000             50
    +#> 3508   VR2W-113141     -5.755900     56.51000             50
    +#> 3509   VR2W-113141     -5.755900     56.51000             50
    +#> 3510   VR2W-113141     -5.755900     56.51000             50
    +#> 3511   VR2W-113141     -5.755900     56.51000             50
    +#> 3512   VR2W-113141     -5.755900     56.51000             50
    +#> 3513   VR2W-113141     -5.755900     56.51000             50
    +#> 3514   VR2W-113141     -5.755900     56.51000             50
    +#> 3515   VR2W-113141     -5.755900     56.51000             50
    +#> 3516   VR2W-113141     -5.755900     56.51000             50
    +#> 3517   VR2W-113141     -5.755900     56.51000             50
    +#> 3518   VR2W-113141     -5.755900     56.51000             50
    +#> 3519   VR2W-113141     -5.755900     56.51000             50
    +#> 3520   VR2W-113141     -5.755900     56.51000             50
    +#> 3521   VR2W-113141     -5.755900     56.51000             50
    +#> 3522   VR2W-113141     -5.755900     56.51000             50
    +#> 3523   VR2W-113141     -5.755900     56.51000             50
    +#> 3524   VR2W-113141     -5.755900     56.51000             50
    +#> 3525   VR2W-113141     -5.755900     56.51000             50
    +#> 3526   VR2W-113141     -5.755900     56.51000             50
    +#> 3527   VR2W-113141     -5.755900     56.51000             50
    +#> 3528   VR2W-113141     -5.755900     56.51000             50
    +#> 3529   VR2W-113141     -5.755900     56.51000             50
    +#> 3530   VR2W-113141     -5.755900     56.51000             50
    +#> 3531   VR2W-113141     -5.755900     56.51000             50
    +#> 3532   VR2W-113141     -5.755900     56.51000             50
    +#> 3533   VR2W-113141     -5.755900     56.51000             50
    +#> 3534   VR2W-113141     -5.755900     56.51000             50
    +#> 3535   VR2W-113141     -5.755900     56.51000             50
    +#> 3536   VR2W-113141     -5.755900     56.51000             50
    +#> 3537   VR2W-113141     -5.755900     56.51000             50
    +#> 3538   VR2W-113141     -5.755900     56.51000             50
    +#> 3539   VR2W-113141     -5.755900     56.51000             50
    +#> 3540   VR2W-113141     -5.755900     56.51000             50
    +#> 3541   VR2W-113141     -5.755900     56.51000             50
    +#> 3542   VR2W-113141     -5.755900     56.51000             50
    +#> 3543   VR2W-113141     -5.755900     56.51000             50
    +#> 3544   VR2W-113141     -5.755900     56.51000             50
    +#> 3545   VR2W-113141     -5.755900     56.51000             50
    +#> 3546   VR2W-113141     -5.755900     56.51000             50
    +#> 3547   VR2W-113141     -5.755900     56.51000             50
    +#> 3548   VR2W-113141     -5.755900     56.51000             50
    +#> 3549   VR2W-113141     -5.755900     56.51000             50
    +#> 3550   VR2W-113141     -5.755900     56.51000             50
    +#> 3551   VR2W-113141     -5.755900     56.51000             50
    +#> 3552   VR2W-113141     -5.755900     56.51000             50
    +#> 3553   VR2W-113141     -5.755900     56.51000             50
    +#> 3554   VR2W-113141     -5.755900     56.51000             50
    +#> 3555   VR2W-113141     -5.755900     56.51000             50
    +#> 3556   VR2W-113141     -5.755900     56.51000             50
    +#> 3557   VR2W-113141     -5.755900     56.51000             50
    +#> 3558   VR2W-113141     -5.755900     56.51000             50
    +#> 3559   VR2W-113141     -5.755900     56.51000             50
    +#> 3560   VR2W-113141     -5.755900     56.51000             50
    +#> 3561   VR2W-113141     -5.755900     56.51000             50
    +#> 3562   VR2W-113141     -5.755900     56.51000             50
    +#> 3563   VR2W-113141     -5.755900     56.51000             50
    +#> 3564   VR2W-113141     -5.755900     56.51000             50
    +#> 3565   VR2W-113141     -5.755900     56.51000             50
    +#> 3566   VR2W-113141     -5.755900     56.51000             50
    +#> 3567   VR2W-113141     -5.755900     56.51000             50
    +#> 3568   VR2W-113141     -5.755900     56.51000             50
    +#> 3569   VR2W-113141     -5.755900     56.51000             50
    +#> 3570   VR2W-113141     -5.755900     56.51000             50
    +#> 3571   VR2W-113141     -5.755900     56.51000             50
    +#> 3572   VR2W-113141     -5.755900     56.51000             50
    +#> 3573   VR2W-113141     -5.755900     56.51000             50
    +#> 3574   VR2W-113141     -5.755900     56.51000             50
    +#> 3575   VR2W-113141     -5.755900     56.51000             50
    +#> 3576   VR2W-113141     -5.755900     56.51000             50
    +#> 3577   VR2W-113141     -5.755900     56.51000             50
    +#> 3578   VR2W-113141     -5.755900     56.51000             50
    +#> 3579   VR2W-113141     -5.755900     56.51000             50
    +#> 3580   VR2W-113141     -5.755900     56.51000             50
    +#> 3581   VR2W-113141     -5.755900     56.51000             50
    +#> 3582   VR2W-113141     -5.755900     56.51000             50
    +#> 3583   VR2W-113141     -5.755900     56.51000             50
    +#> 3584   VR2W-113141     -5.755900     56.51000             50
    +#> 3585   VR2W-113141     -5.755900     56.51000             50
    +#> 3586   VR2W-113141     -5.755900     56.51000             50
    +#> 3587   VR2W-113141     -5.755900     56.51000             50
    +#> 3588   VR2W-113141     -5.755900     56.51000             50
    +#> 3589   VR2W-113141     -5.755900     56.51000             50
    +#> 3590   VR2W-113141     -5.755900     56.51000             50
    +#> 3591   VR2W-113141     -5.755900     56.51000             50
    +#> 3592   VR2W-113141     -5.755900     56.51000             50
    +#> 3593   VR2W-113141     -5.755900     56.51000             50
    +#> 3594   VR2W-113141     -5.755900     56.51000             50
    +#> 3595   VR2W-113141     -5.755900     56.51000             50
    +#> 3596   VR2W-113141     -5.755900     56.51000             50
    +#> 3597   VR2W-113141     -5.755900     56.51000             50
    +#> 3598   VR2W-113141     -5.755900     56.51000             50
    +#> 3599   VR2W-113141     -5.755900     56.51000             50
    +#> 3600   VR2W-113141     -5.755900     56.51000             50
    +#> 3601   VR2W-113141     -5.755900     56.51000             50
    +#> 3602   VR2W-113141     -5.755900     56.51000             50
    +#> 3603   VR2W-113141     -5.755900     56.51000             50
    +#> 3604   VR2W-113141     -5.755900     56.51000             50
    +#> 3605   VR2W-113141     -5.755900     56.51000             50
    +#> 3606   VR2W-113141     -5.755900     56.51000             50
    +#> 3607   VR2W-113141     -5.755900     56.51000             50
    +#> 3608   VR2W-113141     -5.755900     56.51000             50
    +#> 3609   VR2W-113141     -5.755900     56.51000             50
    +#> 3610   VR2W-113141     -5.755900     56.51000             50
    +#> 3611   VR2W-113141     -5.755900     56.51000             50
    +#> 3612   VR2W-113141     -5.755900     56.51000             50
    +#> 3613   VR2W-113141     -5.755900     56.51000             50
    +#> 3614   VR2W-113141     -5.755900     56.51000             50
    +#> 3615   VR2W-113141     -5.755900     56.51000             50
    +#> 3616   VR2W-113141     -5.755900     56.51000             50
    +#> 3617   VR2W-113141     -5.755900     56.51000             50
    +#> 3618   VR2W-113141     -5.755900     56.51000             50
    +#> 3619   VR2W-113141     -5.755900     56.51000             50
    +#> 3620   VR2W-113141     -5.755900     56.51000             50
    +#> 3621   VR2W-113141     -5.755900     56.51000             50
    +#> 3622   VR2W-113141     -5.755900     56.51000             50
    +#> 3623   VR2W-113141     -5.755900     56.51000             50
    +#> 3624   VR2W-113141     -5.755900     56.51000             50
    +#> 3625   VR2W-113141     -5.755900     56.51000             50
    +#> 3626   VR2W-113141     -5.755900     56.51000             50
    +#> 3627   VR2W-113141     -5.755900     56.51000             50
    +#> 3628   VR2W-113141     -5.755900     56.51000             50
    +#> 3629   VR2W-113141     -5.755900     56.51000             50
    +#> 3630   VR2W-113141     -5.755900     56.51000             50
    +#> 3631   VR2W-113141     -5.755900     56.51000             50
    +#> 3632   VR2W-113141     -5.755900     56.51000             50
    +#> 3633   VR2W-113141     -5.755900     56.51000             50
    +#> 3634   VR2W-113141     -5.755900     56.51000             50
    +#> 3635   VR2W-113141     -5.755900     56.51000             50
    +#> 3636   VR2W-113141     -5.755900     56.51000             50
    +#> 3637   VR2W-113141     -5.755900     56.51000             50
    +#> 3638   VR2W-113141     -5.755900     56.51000             50
    +#> 3639   VR2W-113141     -5.755900     56.51000             50
    +#> 3640   VR2W-113141     -5.755900     56.51000             50
    +#> 3641   VR2W-113141     -5.755900     56.51000             50
    +#> 3642   VR2W-113141     -5.755900     56.51000             50
    +#> 3643   VR2W-113141     -5.755900     56.51000             50
    +#> 3644   VR2W-113141     -5.755900     56.51000             50
    +#> 3645   VR2W-113141     -5.755900     56.51000             50
    +#> 3646   VR2W-113141     -5.755900     56.51000             50
    +#> 3647   VR2W-113141     -5.755900     56.51000             50
    +#> 3648   VR2W-113141     -5.755900     56.51000             50
    +#> 3649   VR2W-113141     -5.755900     56.51000             50
    +#> 3650   VR2W-113141     -5.755900     56.51000             50
    +#> 3651   VR2W-113141     -5.755900     56.51000             50
    +#> 3652   VR2W-113141     -5.755900     56.51000             50
    +#> 3653   VR2W-113141     -5.755900     56.51000             50
    +#> 3654   VR2W-113141     -5.755900     56.51000             50
    +#> 3655   VR2W-113141     -5.755900     56.51000             50
    +#> 3656   VR2W-113141     -5.755900     56.51000             50
    +#> 3657   VR2W-113141     -5.755900     56.51000             50
    +#> 3658   VR2W-113141     -5.755900     56.51000             50
    +#> 3659   VR2W-113141     -5.755900     56.51000             50
    +#> 3660   VR2W-113141     -5.755900     56.51000             50
    +#> 3661   VR2W-113141     -5.755900     56.51000             50
    +#> 3662   VR2W-113141     -5.755900     56.51000             50
    +#> 3663   VR2W-113141     -5.755900     56.51000             50
    +#> 3664   VR2W-113141     -5.755900     56.51000             50
    +#> 3665   VR2W-113141     -5.755900     56.51000             50
    +#> 3666   VR2W-113141     -5.755900     56.51000             50
    +#> 3667   VR2W-113141     -5.755900     56.51000             50
    +#> 3668   VR2W-113141     -5.755900     56.51000             50
    +#> 3669   VR2W-113141     -5.755900     56.51000             50
    +#> 3670   VR2W-113141     -5.755900     56.51000             50
    +#> 3671   VR2W-113141     -5.755900     56.51000             50
    +#> 3672   VR2W-113141     -5.755900     56.51000             50
    +#> 3673   VR2W-113141     -5.755900     56.51000             50
    +#> 3674   VR2W-113141     -5.755900     56.51000             50
    +#> 3675   VR2W-113141     -5.755900     56.51000             50
    +#> 3676   VR2W-113141     -5.755900     56.51000             50
    +#> 3677   VR2W-113141     -5.755900     56.51000             50
    +#> 3678   VR2W-113141     -5.755900     56.51000             50
    +#> 3679   VR2W-113141     -5.755900     56.51000             50
    +#> 3680   VR2W-113141     -5.755900     56.51000             50
    +#> 3681   VR2W-113141     -5.755900     56.51000             50
    +#> 3682   VR2W-113141     -5.755900     56.51000             50
    +#> 3683   VR2W-113141     -5.755900     56.51000             50
    +#> 3684   VR2W-113141     -5.755900     56.51000             50
    +#> 3685   VR2W-113141     -5.755900     56.51000             50
    +#> 3686   VR2W-113141     -5.755900     56.51000             50
    +#> 3687   VR2W-113141     -5.755900     56.51000             50
    +#> 3688   VR2W-113141     -5.755900     56.51000             50
    +#> 3689   VR2W-113141     -5.755900     56.51000             50
    +#> 3690   VR2W-113141     -5.755900     56.51000             50
    +#> 3691   VR2W-113141     -5.755900     56.51000             50
    +#> 3692   VR2W-113141     -5.755900     56.51000             50
    +#> 3693   VR2W-113141     -5.755900     56.51000             50
    +#> 3694   VR2W-113141     -5.755900     56.51000             50
    +#> 3695   VR2W-113141     -5.755900     56.51000             50
    +#> 3696   VR2W-113141     -5.755900     56.51000             50
    +#> 3697   VR2W-113141     -5.755900     56.51000             50
    +#> 3698   VR2W-113141     -5.755900     56.51000             50
    +#> 3699   VR2W-113141     -5.755900     56.51000             50
    +#> 3700   VR2W-113141     -5.755900     56.51000             50
    +#> 3701   VR2W-113141     -5.755900     56.51000             50
    +#> 3702   VR2W-113141     -5.755900     56.51000             50
    +#> 3703   VR2W-113141     -5.755900     56.51000             50
    +#> 3704   VR2W-113141     -5.755900     56.51000             50
    +#> 3705   VR2W-113141     -5.755900     56.51000             50
    +#> 3706   VR2W-113141     -5.755900     56.51000             50
    +#> 3707   VR2W-113141     -5.755900     56.51000             50
    +#> 3708   VR2W-113141     -5.755900     56.51000             50
    +#> 3709   VR2W-113141     -5.755900     56.51000             50
    +#> 3710   VR2W-113141     -5.755900     56.51000             50
    +#> 3711   VR2W-113141     -5.755900     56.51000             50
    +#> 3712   VR2W-113141     -5.755900     56.51000             50
    +#> 3713   VR2W-113141     -5.755900     56.51000             50
    +#> 3714   VR2W-113141     -5.755900     56.51000             50
    +#> 3715   VR2W-113141     -5.755900     56.51000             50
    +#> 3716   VR2W-113141     -5.755900     56.51000             50
    +#> 3717   VR2W-113141     -5.755900     56.51000             50
    +#> 3718   VR2W-113141     -5.755900     56.51000             50
    +#> 3719   VR2W-113141     -5.755900     56.51000             50
    +#> 3720   VR2W-113141     -5.755900     56.51000             50
    +#> 3721   VR2W-113141     -5.755900     56.51000             50
    +#> 3722   VR2W-113141     -5.755900     56.51000             50
    +#> 3723   VR2W-113141     -5.755900     56.51000             50
    +#> 3724   VR2W-113141     -5.755900     56.51000             50
    +#> 3725   VR2W-113141     -5.755900     56.51000             50
    +#> 3726   VR2W-113141     -5.755900     56.51000             50
    +#> 3727   VR2W-113141     -5.755900     56.51000             50
    +#> 3728   VR2W-113141     -5.755900     56.51000             50
    +#> 3729   VR2W-113141     -5.755900     56.51000             50
    +#> 3730   VR2W-113141     -5.755900     56.51000             50
    +#> 3731   VR2W-113141     -5.755900     56.51000             50
    +#> 3732   VR2W-113141     -5.755900     56.51000             50
    +#> 3733   VR2W-113141     -5.755900     56.51000             50
    +#> 3734   VR2W-113141     -5.755900     56.51000             50
    +#> 3735   VR2W-113141     -5.755900     56.51000             50
    +#> 3736   VR2W-113141     -5.755900     56.51000             50
    +#> 3737   VR2W-113141     -5.755900     56.51000             50
    +#> 3738   VR2W-113141     -5.755900     56.51000             50
    +#> 3739   VR2W-113141     -5.755900     56.51000             50
    +#> 3740   VR2W-113141     -5.755900     56.51000             50
    +#> 3741   VR2W-113141     -5.755900     56.51000             50
    +#> 3742   VR2W-113141     -5.755900     56.51000             50
    +#> 3743   VR2W-113141     -5.755900     56.51000             50
    +#> 3744   VR2W-113141     -5.755900     56.51000             50
    +#> 3745   VR2W-113141     -5.755900     56.51000             50
    +#> 3746   VR2W-113141     -5.755900     56.51000             50
    +#> 3747   VR2W-113141     -5.755900     56.51000             50
    +#> 3748   VR2W-113141     -5.755900     56.51000             50
    +#> 3749   VR2W-113141     -5.755900     56.51000             50
    +#> 3750   VR2W-113141     -5.755900     56.51000             50
    +#> 3751   VR2W-113141     -5.755900     56.51000             50
    +#> 3752   VR2W-113141     -5.755900     56.51000             50
    +#> 3753   VR2W-113141     -5.755900     56.51000             50
    +#> 3754   VR2W-113141     -5.755900     56.51000             50
    +#> 3755   VR2W-113141     -5.755900     56.51000             50
    +#> 3756   VR2W-113141     -5.755900     56.51000             50
    +#> 3757   VR2W-113141     -5.755900     56.51000             50
    +#> 3758   VR2W-113141     -5.755900     56.51000             50
    +#> 3759   VR2W-113141     -5.755900     56.51000             50
    +#> 3760   VR2W-113141     -5.755900     56.51000             50
    +#> 3761   VR2W-113141     -5.755900     56.51000             50
    +#> 3762   VR2W-113141     -5.755900     56.51000             50
    +#> 3763   VR2W-113141     -5.755900     56.51000             50
    +#> 3764   VR2W-113141     -5.755900     56.51000             50
    +#> 3765   VR2W-113141     -5.755900     56.51000             50
    +#> 3766   VR2W-113141     -5.755900     56.51000             50
    +#> 3767   VR2W-113141     -5.755900     56.51000             50
    +#> 3768   VR2W-113141     -5.755900     56.51000             50
    +#> 3769   VR2W-113141     -5.755900     56.51000             50
    +#> 3770   VR2W-113141     -5.755900     56.51000             50
    +#> 3771   VR2W-113141     -5.755900     56.51000             50
    +#> 3772   VR2W-113141     -5.755900     56.51000             50
    +#> 3773   VR2W-113141     -5.755900     56.51000             50
    +#> 3774   VR2W-113141     -5.755900     56.51000             50
    +#> 3775   VR2W-113141     -5.755900     56.51000             50
    +#> 3776   VR2W-113141     -5.755900     56.51000             50
    +#> 3777   VR2W-113141     -5.755900     56.51000             50
    +#> 3778   VR2W-113141     -5.755900     56.51000             50
    +#> 3779   VR2W-113141     -5.755900     56.51000             50
    +#> 3780   VR2W-113141     -5.755900     56.51000             50
    +#> 3781   VR2W-113141     -5.755900     56.51000             50
    +#> 3782   VR2W-113141     -5.755900     56.51000             50
    +#> 3783   VR2W-113141     -5.755900     56.51000             50
    +#> 3784   VR2W-113141     -5.755900     56.51000             50
    +#> 3785   VR2W-113141     -5.755900     56.51000             50
    +#> 3786   VR2W-113141     -5.755900     56.51000             50
    +#> 3787   VR2W-113141     -5.755900     56.51000             50
    +#> 3788   VR2W-113141     -5.755900     56.51000             50
    +#> 3789   VR2W-113141     -5.755900     56.51000             50
    +#> 3790   VR2W-113141     -5.755900     56.51000             50
    +#> 3791   VR2W-113141     -5.755900     56.51000             50
    +#> 3792   VR2W-113141     -5.755900     56.51000             50
    +#> 3793   VR2W-113141     -5.755900     56.51000             50
    +#> 3794   VR2W-113141     -5.755900     56.51000             50
    +#> 3795   VR2W-113141     -5.755900     56.51000             50
    +#> 3796   VR2W-113141     -5.755900     56.51000             50
    +#> 3797   VR2W-113141     -5.755900     56.51000             50
    +#> 3798   VR2W-113141     -5.755900     56.51000             50
    +#> 3799   VR2W-113141     -5.755900     56.51000             50
    +#> 3800   VR2W-113141     -5.755900     56.51000             50
    +#> 3801   VR2W-113141     -5.755900     56.51000             50
    +#> 3802   VR2W-113141     -5.755900     56.51000             50
    +#> 3803   VR2W-113141     -5.755900     56.51000             50
    +#> 3804   VR2W-113141     -5.755900     56.51000             50
    +#> 3805   VR2W-113141     -5.755900     56.51000             50
    +#> 3806   VR2W-113141     -5.755900     56.51000             50
    +#> 3807   VR2W-113141     -5.755900     56.51000             50
    +#> 3808   VR2W-113141     -5.755900     56.51000             50
    +#> 3809   VR2W-113141     -5.755900     56.51000             50
    +#> 3810   VR2W-113141     -5.755900     56.51000             50
    +#> 3811   VR2W-113141     -5.755900     56.51000             50
    +#> 3812   VR2W-113141     -5.755900     56.51000             50
    +#> 3813   VR2W-113141     -5.755900     56.51000             50
    +#> 3814   VR2W-113141     -5.755900     56.51000             50
    +#> 3815   VR2W-113141     -5.755900     56.51000             50
    +#> 3816   VR2W-113141     -5.755900     56.51000             50
    +#> 3817   VR2W-113141     -5.755900     56.51000             50
    +#> 3818   VR2W-113141     -5.755900     56.51000             50
    +#> 3819   VR2W-113141     -5.755900     56.51000             50
    +#> 3820   VR2W-113141     -5.755900     56.51000             50
    +#> 3821   VR2W-113141     -5.755900     56.51000             50
    +#> 3822   VR2W-113141     -5.755900     56.51000             50
    +#> 3823   VR2W-113141     -5.755900     56.51000             50
    +#> 3824   VR2W-113141     -5.755900     56.51000             50
    +#> 3825   VR2W-113141     -5.755900     56.51000             50
    +#> 3826   VR2W-113141     -5.755900     56.51000             50
    +#> 3827   VR2W-113141     -5.755900     56.51000             50
    +#> 3828   VR2W-113141     -5.755900     56.51000             50
    +#> 3829   VR2W-113141     -5.755900     56.51000             50
    +#> 3830   VR2W-113141     -5.755900     56.51000             50
    +#> 3831   VR2W-113141     -5.755900     56.51000             50
    +#> 3832   VR2W-113141     -5.755900     56.51000             50
    +#> 3833   VR2W-113141     -5.755900     56.51000             50
    +#> 3834   VR2W-108160     -5.704867     56.48890             25
    +#> 3835   VR2W-108160     -5.704867     56.48890             25
    +#> 3836   VR2W-108160     -5.704867     56.48890             25
    +#> 3837   VR2W-108160     -5.704867     56.48890             25
    +#> 3838   VR2W-108160     -5.704867     56.48890             25
    +#> 3839   VR2W-108160     -5.704867     56.48890             25
    +#> 3840   VR2W-108160     -5.704867     56.48890             25
    +#> 3841   VR2W-108160     -5.704867     56.48890             25
    +#> 3842   VR2W-108160     -5.704867     56.48890             25
    +#> 3843   VR2W-108160     -5.704867     56.48890             25
    +#> 3844   VR2W-108160     -5.704867     56.48890             25
    +#> 3845   VR2W-108160     -5.704867     56.48890             25
    +#> 3846   VR2W-108160     -5.704867     56.48890             25
    +#> 3847   VR2W-108160     -5.704867     56.48890             25
    +#> 3848  VR2AR-546136     -5.665000     56.48650            105
    +#> 3849  VR2AR-546136     -5.665000     56.48650            105
    +#> 3850  VR2AR-546136     -5.665000     56.48650            105
    +#> 3851  VR2AR-546136     -5.665000     56.48650            105
    +#> 3852  VR2AR-546136     -5.665000     56.48650            105
    +#> 3853  VR2AR-546136     -5.665000     56.48650            105
    +#> 3854  VR2AR-546136     -5.665000     56.48650            105
    +#> 3855  VR2AR-546136     -5.665000     56.48650            105
    +#> 3856  VR2AR-546136     -5.665000     56.48650            105
    +#> 3857  VR2AR-546136     -5.665000     56.48650            105
    +#> 3858  VR2AR-546136     -5.665000     56.48650            105
    +#> 3859  VR2AR-546136     -5.665000     56.48650            105
    +#> 3860  VR2AR-546136     -5.665000     56.48650            105
    +#> 3861  VR2AR-546136     -5.665000     56.48650            105
    +#> 3862  VR2AR-546136     -5.665000     56.48650            105
    +#> 3863  VR2AR-546136     -5.665000     56.48650            105
    +#> 3864  VR2AR-546136     -5.665000     56.48650            105
    +#> 3865  VR2AR-546136     -5.665000     56.48650            105
    +#> 3866  VR2AR-546136     -5.665000     56.48650            105
    +#> 3867  VR2AR-546136     -5.665000     56.48650            105
    +#> 3868  VR2AR-546136     -5.665000     56.48650            105
    +#> 3869  VR2AR-546136     -5.665000     56.48650            105
    +#> 3870  VR2AR-546136     -5.665000     56.48650            105
    +#> 3871  VR2AR-546136     -5.665000     56.48650            105
    +#> 3872  VR2AR-546136     -5.665000     56.48650            105
    +#> 3873  VR2AR-546136     -5.665000     56.48650            105
    +#> 3874  VR2AR-546136     -5.665000     56.48650            105
    +#> 3875  VR2AR-546136     -5.665000     56.48650            105
    +#> 3876   VR2W-108160     -5.704867     56.48890             25
    +#> 3877   VR2W-108160     -5.704867     56.48890             25
    +#> 3878   VR2W-108160     -5.704867     56.48890             25
    +#> 3879   VR2W-108160     -5.704867     56.48890             25
    +#> 3880   VR2W-108160     -5.704867     56.48890             25
    +#> 3881   VR2W-108160     -5.704867     56.48890             25
    +#> 3882   VR2W-108160     -5.704867     56.48890             25
    +#> 3883   VR2W-108160     -5.704867     56.48890             25
    +#> 3884   VR2W-108160     -5.704867     56.48890             25
    +#> 3885   VR2W-108160     -5.704867     56.48890             25
    +#> 3886   VR2W-108160     -5.704867     56.48890             25
    +#> 3887   VR2W-108160     -5.704867     56.48890             25
    +#> 3888   VR2W-108160     -5.704867     56.48890             25
    +#> 3889   VR2W-108160     -5.704867     56.48890             25
    +#> 3890   VR2W-108160     -5.704867     56.48890             25
    +#> 3891   VR2W-108160     -5.704867     56.48890             25
    +#> 3892   VR2W-108160     -5.704867     56.48890             25
    +#> 3893   VR2W-108160     -5.704867     56.48890             25
    +#> 3894   VR2W-108160     -5.704867     56.48890             25
    +#> 3895   VR2W-108160     -5.704867     56.48890             25
    +#> 3896   VR2W-108160     -5.704867     56.48890             25
    +#> 3897   VR2W-108160     -5.704867     56.48890             25
    +#> 3898   VR2W-108160     -5.704867     56.48890             25
    +#> 3899   VR2W-108160     -5.704867     56.48890             25
    +#> 3900   VR2W-108160     -5.704867     56.48890             25
    +#> 3901   VR2W-108160     -5.704867     56.48890             25
    +#> 3902   VR2W-108160     -5.704867     56.48890             25
    +#> 3903   VR2W-108160     -5.704867     56.48890             25
    +#> 3904   VR2W-108160     -5.704867     56.48890             25
    +#> 3905   VR2W-108160     -5.704867     56.48890             25
    +#> 3906   VR2W-108160     -5.704867     56.48890             25
    +#> 3907   VR2W-108160     -5.704867     56.48890             25
    +#> 3908   VR2W-108160     -5.704867     56.48890             25
    +#> 3909   VR2W-108160     -5.704867     56.48890             25
    +#> 3910   VR2W-108160     -5.704867     56.48890             25
    +#> 3911   VR2W-108160     -5.704867     56.48890             25
    +#> 3912   VR2W-108160     -5.704867     56.48890             25
    +#> 3913   VR2W-108160     -5.704867     56.48890             25
    +#> 3914   VR2W-108160     -5.704867     56.48890             25
    +#> 3915   VR2W-108160     -5.704867     56.48890             25
    +#> 3916   VR2W-108160     -5.704867     56.48890             25
    +#> 3917   VR2W-108160     -5.704867     56.48890             25
    +#> 3918  VR2AR-546136     -5.665000     56.48650            105
    +#> 3919  VR2AR-546136     -5.665000     56.48650            105
    +#> 3920  VR2AR-546136     -5.665000     56.48650            105
    +#> 3921  VR2AR-546136     -5.665000     56.48650            105
    +#> 3922  VR2AR-546136     -5.665000     56.48650            105
    +#> 3923  VR2AR-546136     -5.665000     56.48650            105
    +#> 3924  VR2AR-546136     -5.665000     56.48650            105
    +#> 3925  VR2AR-546136     -5.665000     56.48650            105
    +#> 3926  VR2AR-546136     -5.665000     56.48650            105
    +#> 3927  VR2AR-546136     -5.665000     56.48650            105
    +#> 3928  VR2AR-546136     -5.665000     56.48650            105
    +#> 3929  VR2AR-546136     -5.665000     56.48650            105
    +#> 3930  VR2AR-546136     -5.665000     56.48650            105
    +#> 3931   VR2W-113141     -5.755900     56.51000             50
    +#> 3932   VR2W-113141     -5.755900     56.51000             50
    +#> 3933   VR2W-113141     -5.755900     56.51000             50
    +#> 3934   VR2W-113141     -5.755900     56.51000             50
    +#> 3935   VR2W-113141     -5.755900     56.51000             50
    +#> 3936   VR2W-113141     -5.755900     56.51000             50
    +#> 3937   VR2W-113141     -5.755900     56.51000             50
    +#> 3938   VR2W-113141     -5.755900     56.51000             50
    +#> 3939   VR2W-113141     -5.755900     56.51000             50
    +#> 3940   VR2W-113141     -5.755900     56.51000             50
    +#> 3941   VR2W-113141     -5.755900     56.51000             50
    +#> 3942   VR2W-113141     -5.755900     56.51000             50
    +#> 3943   VR2W-113141     -5.755900     56.51000             50
    +#> 3944   VR2W-113141     -5.755900     56.51000             50
    +#> 3945   VR2W-113141     -5.755900     56.51000             50
    +#> 3946   VR2W-113141     -5.755900     56.51000             50
    +#> 3947   VR2W-113141     -5.755900     56.51000             50
    +#> 3948   VR2W-113141     -5.755900     56.51000             50
    +#> 3949   VR2W-113141     -5.755900     56.51000             50
    +#> 3950   VR2W-113141     -5.755900     56.51000             50
    +#> 3951   VR2W-113141     -5.755900     56.51000             50
    +#> 3952   VR2W-113141     -5.755900     56.51000             50
    +#> 3953   VR2W-113141     -5.755900     56.51000             50
    +#> 3954   VR2W-113141     -5.755900     56.51000             50
    +#> 3955   VR2W-113141     -5.755900     56.51000             50
    +#> 3956   VR2W-113141     -5.755900     56.51000             50
    +#> 3957   VR2W-113141     -5.755900     56.51000             50
    +#> 3958   VR2W-113141     -5.755900     56.51000             50
    +#> 3959   VR2W-113141     -5.755900     56.51000             50
    +#> 3960   VR2W-113141     -5.755900     56.51000             50
    +#> 3961   VR2W-113141     -5.755900     56.51000             50
    +#> 3962   VR2W-113141     -5.755900     56.51000             50
    +#> 3963   VR2W-113141     -5.755900     56.51000             50
    +#> 3964   VR2W-113141     -5.755900     56.51000             50
    +#> 3965   VR2W-113141     -5.755900     56.51000             50
    +#> 3966   VR2W-113141     -5.755900     56.51000             50
    +#> 3967   VR2W-113141     -5.755900     56.51000             50
    +#> 3968   VR2W-113141     -5.755900     56.51000             50
    +#> 3969   VR2W-113141     -5.755900     56.51000             50
    +#> 3970   VR2W-113141     -5.755900     56.51000             50
    +#> 3971   VR2W-113141     -5.755900     56.51000             50
    +#> 3972   VR2W-113141     -5.755900     56.51000             50
    +#> 3973   VR2W-113141     -5.755900     56.51000             50
    +#> 3974   VR2W-113141     -5.755900     56.51000             50
    +#> 3975   VR2W-113141     -5.755900     56.51000             50
    +#> 3976   VR2W-113141     -5.755900     56.51000             50
    +#> 3977   VR2W-113141     -5.755900     56.51000             50
    +#> 3978   VR2W-113141     -5.755900     56.51000             50
    +#> 3979   VR2W-113141     -5.755900     56.51000             50
    +#> 3980   VR2W-113141     -5.755900     56.51000             50
    +#> 3981   VR2W-113141     -5.755900     56.51000             50
    +#> 3982   VR2W-113141     -5.755900     56.51000             50
    +#> 3983   VR2W-113141     -5.755900     56.51000             50
    +#> 3984   VR2W-113141     -5.755900     56.51000             50
    +#> 3985   VR2W-113141     -5.755900     56.51000             50
    +#> 3986   VR2W-113141     -5.755900     56.51000             50
    +#> 3987   VR2W-113141     -5.755900     56.51000             50
    +#> 3988   VR2W-113141     -5.755900     56.51000             50
    +#> 3989   VR2W-113141     -5.755900     56.51000             50
    +#> 3990   VR2W-113141     -5.755900     56.51000             50
    +#> 3991   VR2W-113141     -5.755900     56.51000             50
    +#> 3992   VR2W-113141     -5.755900     56.51000             50
    +#> 3993   VR2W-113141     -5.755900     56.51000             50
    +#> 3994   VR2W-113141     -5.755900     56.51000             50
    +#> 3995   VR2W-113141     -5.755900     56.51000             50
    +#> 3996   VR2W-113141     -5.755900     56.51000             50
    +#> 3997   VR2W-113141     -5.755900     56.51000             50
    +#> 3998   VR2W-113141     -5.755900     56.51000             50
    +#> 3999   VR2W-113141     -5.755900     56.51000             50
    +#> 4000   VR2W-113141     -5.755900     56.51000             50
    +#> 4001   VR2W-113141     -5.755900     56.51000             50
    +#> 4002   VR2W-113141     -5.755900     56.51000             50
    +#> 4003   VR2W-113141     -5.755900     56.51000             50
    +#> 4004   VR2W-113141     -5.755900     56.51000             50
    +#> 4005   VR2W-113141     -5.755900     56.51000             50
    +#> 4006   VR2W-113141     -5.755900     56.51000             50
    +#> 4007   VR2W-113141     -5.755900     56.51000             50
    +#> 4008   VR2W-113141     -5.755900     56.51000             50
    +#> 4009      VR2-6720     -5.627150     56.50808             50
    +#> 4010      VR2-6720     -5.627150     56.50808             50
    +#> 4011   VR2W-113898     -5.596367     56.51122             50
    +#> 4012   VR2W-113898     -5.596367     56.51122             50
    +#> 4013   VR2W-113898     -5.596367     56.51122             50
    +#> 4014   VR2W-113898     -5.596367     56.51122             50
    +#> 4015   VR2W-113898     -5.596367     56.51122             50
    +#> 4016   VR2W-113898     -5.596367     56.51122             50
    +#> 4017   VR2W-113898     -5.596367     56.51122             50
    +#> 4018   VR2W-113898     -5.596367     56.51122             50
    +#> 4019   VR2W-113898     -5.596367     56.51122             50
    +#> 4020   VR2W-113898     -5.596367     56.51122             50
    +#> 4021   VR2W-113898     -5.596367     56.51122             50
    +#> 4022   VR2W-113898     -5.596367     56.51122             50
    +#> 4023   VR2W-113898     -5.596367     56.51122             50
    +#> 4024   VR2W-113898     -5.596367     56.51122             50
    +#> 4025   VR2W-113898     -5.596367     56.51122             50
    +#> 4026   VR2W-108160     -5.704867     56.48890             25
    +#> 4027   VR2W-108160     -5.704867     56.48890             25
    +#> 4028   VR2W-108160     -5.704867     56.48890             25
    +#> 4029   VR2W-113141     -5.755900     56.51000             50
    +#> 4030   VR2W-113141     -5.755900     56.51000             50
    +#> 4031   VR2W-113141     -5.755900     56.51000             50
    +#> 4032   VR2W-113141     -5.755900     56.51000             50
    +#> 4033   VR2W-113141     -5.755900     56.51000             50
    +#> 4034   VR2W-113141     -5.755900     56.51000             50
    +#> 4035   VR2W-113141     -5.755900     56.51000             50
    +#> 4036   VR2W-113141     -5.755900     56.51000             50
    +#> 4037   VR2W-113141     -5.755900     56.51000             50
    +#> 4038   VR2W-113141     -5.755900     56.51000             50
    +#> 4039   VR2W-113141     -5.755900     56.51000             50
    +#> 4040   VR2W-113141     -5.755900     56.51000             50
    +#> 4041   VR2W-113141     -5.755900     56.51000             50
    +#> 4042   VR2W-113141     -5.755900     56.51000             50
    +#> 4043   VR2W-113141     -5.755900     56.51000             50
    +#> 4044   VR2W-113141     -5.755900     56.51000             50
    +#> 4045   VR2W-113141     -5.755900     56.51000             50
    +#> 4046   VR2W-113141     -5.755900     56.51000             50
    +#> 4047   VR2W-113141     -5.755900     56.51000             50
    +#> 4048   VR2W-113141     -5.755900     56.51000             50
    +#> 4049   VR2W-113141     -5.755900     56.51000             50
    +#> 4050   VR2W-108160     -5.704867     56.48890             25
    +#> 4051   VR2W-108160     -5.704867     56.48890             25
    +#> 4052   VR2W-108160     -5.704867     56.48890             25
    +#> 4053   VR2W-108160     -5.704867     56.48890             25
    +#> 4054  VR2AR-546136     -5.665000     56.48650            105
    +#> 4055  VR2AR-546136     -5.665000     56.48650            105
    +#> 4056  VR2AR-546136     -5.665000     56.48650            105
    +#> 4057  VR2AR-546136     -5.665000     56.48650            105
    +#> 4058  VR2AR-546136     -5.665000     56.48650            105
    +#> 4059  VR2AR-546136     -5.665000     56.48650            105
    +#> 4060  VR2AR-546136     -5.665000     56.48650            105
    +#> 4061  VR2AR-546136     -5.665000     56.48650            105
    +#> 4062  VR2AR-546136     -5.665000     56.48650            105
    +#> 4063  VR2AR-546136     -5.665000     56.48650            105
    +#> 4064  VR2AR-546136     -5.665000     56.48650            105
    +#> 4065  VR2AR-546136     -5.665000     56.48650            105
    +#> 4066  VR2AR-546136     -5.665000     56.48650            105
    +#> 4067  VR2AR-546136     -5.665000     56.48650            105
    +#> 4068  VR2AR-546136     -5.665000     56.48650            105
    +#> 4069  VR2AR-546136     -5.665000     56.48650            105
    +#> 4070  VR2AR-546136     -5.665000     56.48650            105
    +#> 4071  VR2AR-546136     -5.665000     56.48650            105
    +#> 4072  VR2AR-546136     -5.665000     56.48650            105
    +#> 4073  VR2AR-546136     -5.665000     56.48650            105
    +#> 4074  VR2AR-546136     -5.665000     56.48650            105
    +#> 4075  VR2AR-546136     -5.665000     56.48650            105
    +#> 4076  VR2AR-546136     -5.665000     56.48650            105
    +#> 4077  VR2AR-546136     -5.665000     56.48650            105
    +#> 4078  VR2AR-546136     -5.665000     56.48650            105
    +#> 4079  VR2AR-546136     -5.665000     56.48650            105
    +#> 4080  VR2AR-546136     -5.665000     56.48650            105
    +#> 4081  VR2AR-546136     -5.665000     56.48650            105
    +#> 4082  VR2AR-546136     -5.665000     56.48650            105
    +#> 4083  VR2AR-546136     -5.665000     56.48650            105
    +#> 4084  VR2AR-546136     -5.665000     56.48650            105
    +#> 4085  VR2AR-546136     -5.665000     56.48650            105
    +#> 4086  VR2AR-546136     -5.665000     56.48650            105
    +#> 4087  VR2AR-546136     -5.665000     56.48650            105
    +#> 4088  VR2AR-546136     -5.665000     56.48650            105
    +#> 4089  VR2AR-546136     -5.665000     56.48650            105
    +#> 4090  VR2AR-546136     -5.665000     56.48650            105
    +#> 4091  VR2AR-546136     -5.665000     56.48650            105
    +#> 4092  VR2AR-546136     -5.665000     56.48650            105
    +#> 4093  VR2AR-546136     -5.665000     56.48650            105
    +#> 4094  VR2AR-546136     -5.665000     56.48650            105
    +#> 4095  VR2AR-546136     -5.665000     56.48650            105
    +#> 4096  VR2AR-546136     -5.665000     56.48650            105
    +#> 4097  VR2AR-546136     -5.665000     56.48650            105
    +#> 4098  VR2AR-546136     -5.665000     56.48650            105
    +#> 4099  VR2AR-546136     -5.665000     56.48650            105
    +#> 4100  VR2AR-546136     -5.665000     56.48650            105
    +#> 4101  VR2AR-546136     -5.665000     56.48650            105
    +#> 4102  VR2AR-546136     -5.665000     56.48650            105
    +#> 4103  VR2AR-546136     -5.665000     56.48650            105
    +#> 4104  VR2AR-546136     -5.665000     56.48650            105
    +#> 4105  VR2AR-546136     -5.665000     56.48650            105
    +#> 4106  VR2AR-546136     -5.665000     56.48650            105
    +#> 4107  VR2AR-546136     -5.665000     56.48650            105
    +#> 4108  VR2AR-546136     -5.665000     56.48650            105
    +#> 4109  VR2AR-546136     -5.665000     56.48650            105
    +#> 4110  VR2AR-546136     -5.665000     56.48650            105
    +#> 4111  VR2AR-546136     -5.665000     56.48650            105
    +#> 4112  VR2AR-546136     -5.665000     56.48650            105
    +#> 4113  VR2AR-546136     -5.665000     56.48650            105
    +#> 4114  VR2AR-546136     -5.665000     56.48650            105
    +#> 4115  VR2AR-546136     -5.665000     56.48650            105
    +#> 4116  VR2AR-546136     -5.665000     56.48650            105
    +#> 4117  VR2AR-546136     -5.665000     56.48650            105
    +#> 4118  VR2AR-546136     -5.665000     56.48650            105
    +#> 4119  VR2AR-546136     -5.665000     56.48650            105
    +#> 4120  VR2AR-546136     -5.665000     56.48650            105
    +#> 4121  VR2AR-546136     -5.665000     56.48650            105
    +#> 4122  VR2AR-546136     -5.665000     56.48650            105
    +#> 4123  VR2AR-546136     -5.665000     56.48650            105
    +#> 4124  VR2AR-546136     -5.665000     56.48650            105
    +#> 4125  VR2AR-546136     -5.665000     56.48650            105
    +#> 4126  VR2AR-546136     -5.665000     56.48650            105
    +#> 4127  VR2AR-546136     -5.665000     56.48650            105
    +#> 4128  VR2AR-546136     -5.665000     56.48650            105
    +#> 4129  VR2AR-546136     -5.665000     56.48650            105
    +#> 4130  VR2AR-546136     -5.665000     56.48650            105
    +#> 4131  VR2AR-546136     -5.665000     56.48650            105
    +#> 4132  VR2AR-546136     -5.665000     56.48650            105
    +#> 4133  VR2AR-546136     -5.665000     56.48650            105
    +#> 4134  VR2AR-546136     -5.665000     56.48650            105
    +#> 4135  VR2AR-546136     -5.665000     56.48650            105
    +#> 4136  VR2AR-546136     -5.665000     56.48650            105
    +#> 4137  VR2AR-546136     -5.665000     56.48650            105
    +#> 4138  VR2AR-546136     -5.665000     56.48650            105
    +#> 4139  VR2AR-546136     -5.665000     56.48650            105
    +#> 4140  VR2AR-546136     -5.665000     56.48650            105
    +#> 4141      VR2-6720     -5.627150     56.50808             50
    +#> 4142      VR2-6720     -5.627150     56.50808             50
    +#> 4143      VR2-6720     -5.627150     56.50808             50
    +#> 4144  VR2AR-546136     -5.665000     56.48650            105
    +#> 4145  VR2AR-546136     -5.665000     56.48650            105
    +#> 4146  VR2AR-546136     -5.665000     56.48650            105
    +#> 4147  VR2AR-546136     -5.665000     56.48650            105
    +#> 4148  VR2AR-546136     -5.665000     56.48650            105
    +#> 4149  VR2AR-546136     -5.665000     56.48650            105
    +#> 4150  VR2AR-546136     -5.665000     56.48650            105
    +#> 4151  VR2AR-546136     -5.665000     56.48650            105
    +#> 4152  VR2AR-546136     -5.665000     56.48650            105
    +#> 4153  VR2AR-546136     -5.665000     56.48650            105
    +#> 4154  VR2AR-546136     -5.665000     56.48650            105
    +#> 4155  VR2AR-546136     -5.665000     56.48650            105
    +#> 4156  VR2AR-546136     -5.665000     56.48650            105
    +#> 4157  VR2AR-546136     -5.665000     56.48650            105
    +#> 4158  VR2AR-546136     -5.665000     56.48650            105
    +#> 4159  VR2AR-546136     -5.665000     56.48650            105
    +#> 4160  VR2AR-546136     -5.665000     56.48650            105
    +#> 4161  VR2AR-546136     -5.665000     56.48650            105
    +#> 4162  VR2AR-546136     -5.665000     56.48650            105
    +#> 4163  VR2AR-546136     -5.665000     56.48650            105
    +#> 4164  VR2AR-546136     -5.665000     56.48650            105
    +#> 4165  VR2AR-546136     -5.665000     56.48650            105
    +#> 4166  VR2AR-546136     -5.665000     56.48650            105
    +#> 4167  VR2AR-546136     -5.665000     56.48650            105
    +#> 4168  VR2AR-546136     -5.665000     56.48650            105
    +#> 4169  VR2AR-546136     -5.665000     56.48650            105
    +#> 4170  VR2AR-546136     -5.665000     56.48650            105
    +#> 4171  VR2AR-546136     -5.665000     56.48650            105
    +#> 4172  VR2AR-546136     -5.665000     56.48650            105
    +#> 4173  VR2AR-546136     -5.665000     56.48650            105
    +#> 4174  VR2AR-546136     -5.665000     56.48650            105
    +#> 4175  VR2AR-546136     -5.665000     56.48650            105
    +#> 4176  VR2AR-546136     -5.665000     56.48650            105
    +#> 4177  VR2AR-546136     -5.665000     56.48650            105
    +#> 4178  VR2AR-546136     -5.665000     56.48650            105
    +#> 4179  VR2AR-546136     -5.665000     56.48650            105
    +#> 4180  VR2AR-546136     -5.665000     56.48650            105
    +#> 4181  VR2AR-546136     -5.665000     56.48650            105
    +#> 4182  VR2AR-546136     -5.665000     56.48650            105
    +#> 4183  VR2AR-546136     -5.665000     56.48650            105
    +#> 4184  VR2AR-546136     -5.665000     56.48650            105
    +#> 4185  VR2AR-546136     -5.665000     56.48650            105
    +#> 4186  VR2AR-546136     -5.665000     56.48650            105
    +#> 4187  VR2AR-546136     -5.665000     56.48650            105
    +#> 4188  VR2AR-546136     -5.665000     56.48650            105
    +#> 4189  VR2AR-546136     -5.665000     56.48650            105
    +#> 4190  VR2AR-546136     -5.665000     56.48650            105
    +#> 4191  VR2AR-546136     -5.665000     56.48650            105
    +#> 4192  VR2AR-546136     -5.665000     56.48650            105
    +#> 4193  VR2AR-546136     -5.665000     56.48650            105
    +#> 4194  VR2AR-546136     -5.665000     56.48650            105
    +#> 4195  VR2AR-546136     -5.665000     56.48650            105
    +#> 4196  VR2AR-546136     -5.665000     56.48650            105
    +#> 4197  VR2AR-546136     -5.665000     56.48650            105
    +#> 4198  VR2AR-546136     -5.665000     56.48650            105
    +#> 4199  VR2AR-546136     -5.665000     56.48650            105
    +#> 4200  VR2AR-546136     -5.665000     56.48650            105
    +#> 4201  VR2AR-546136     -5.665000     56.48650            105
    +#> 4202  VR2AR-546136     -5.665000     56.48650            105
    +#> 4203  VR2AR-546136     -5.665000     56.48650            105
    +#> 4204   VR2W-108160     -5.704867     56.48890             25
    +#> 4205   VR2W-108160     -5.704867     56.48890             25
    +#> 4206   VR2W-108160     -5.704867     56.48890             25
    +#> 4207   VR2W-108160     -5.704867     56.48890             25
    +#> 4208   VR2W-108160     -5.704867     56.48890             25
    +#> 4209   VR2W-108160     -5.704867     56.48890             25
    +#> 4210   VR2W-108160     -5.704867     56.48890             25
    +#> 4211   VR2W-108160     -5.704867     56.48890             25
    +#> 4212   VR2W-108160     -5.704867     56.48890             25
    +#> 4213   VR2W-108160     -5.704867     56.48890             25
    +#> 4214   VR2W-108160     -5.704867     56.48890             25
    +#> 4215   VR2W-108160     -5.704867     56.48890             25
    +#> 4216   VR2W-108160     -5.704867     56.48890             25
    +#> 4217   VR2W-108160     -5.704867     56.48890             25
    +#> 4218   VR2W-108160     -5.704867     56.48890             25
    +#> 4219  VR2AR-546136     -5.665000     56.48650            105
    +#> 4220  VR2AR-546136     -5.665000     56.48650            105
    +#> 4221  VR2AR-546136     -5.665000     56.48650            105
    +#> 4222  VR2AR-546136     -5.665000     56.48650            105
    +#> 4223  VR2AR-546136     -5.665000     56.48650            105
    +#> 4224  VR2AR-546136     -5.665000     56.48650            105
    +#> 4225  VR2AR-546136     -5.665000     56.48650            105
    +#> 4226  VR2AR-546136     -5.665000     56.48650            105
    +#> 4227  VR2AR-546136     -5.665000     56.48650            105
    +#> 4228  VR2AR-546136     -5.665000     56.48650            105
    +#> 4229  VR2AR-546136     -5.665000     56.48650            105
    +#> 4230  VR2AR-546136     -5.665000     56.48650            105
    +#> 4231  VR2AR-546136     -5.665000     56.48650            105
    +#> 4232  VR2AR-546136     -5.665000     56.48650            105
    +#> 4233  VR2AR-546136     -5.665000     56.48650            105
    +#> 4234  VR2AR-546136     -5.665000     56.48650            105
    +#> 4235  VR2AR-546136     -5.665000     56.48650            105
    +#> 4236  VR2AR-546136     -5.665000     56.48650            105
    +#> 4237  VR2AR-546136     -5.665000     56.48650            105
    +#> 4238  VR2AR-546136     -5.665000     56.48650            105
    +#> 4239  VR2AR-546136     -5.665000     56.48650            105
    +#> 4240  VR2AR-546136     -5.665000     56.48650            105
    +#> 4241  VR2AR-546136     -5.665000     56.48650            105
    +#> 4242  VR2AR-546136     -5.665000     56.48650            105
    +#> 4243  VR2AR-546136     -5.665000     56.48650            105
    +#> 4244  VR2AR-546136     -5.665000     56.48650            105
    +#> 4245  VR2AR-546136     -5.665000     56.48650            105
    +#> 4246  VR2AR-546136     -5.665000     56.48650            105
    +#> 4247  VR2AR-546136     -5.665000     56.48650            105
    +#> 4248  VR2AR-546136     -5.665000     56.48650            105
    +#> 4249  VR2AR-546136     -5.665000     56.48650            105
    +#> 4250  VR2AR-546136     -5.665000     56.48650            105
    +#> 4251  VR2AR-546136     -5.665000     56.48650            105
    +#> 4252  VR2AR-546136     -5.665000     56.48650            105
    +#> 4253  VR2AR-546136     -5.665000     56.48650            105
    +#> 4254  VR2AR-546136     -5.665000     56.48650            105
    +#> 4255      VR2-6720     -5.627150     56.50808             50
    +#> 4256      VR2-6720     -5.627150     56.50808             50
    +#> 4257      VR2-6720     -5.627150     56.50808             50
    +#> 4258      VR2-6720     -5.627150     56.50808             50
    +#> 4259      VR2-6720     -5.627150     56.50808             50
    +#> 4260      VR2-6720     -5.627150     56.50808             50
    +#> 4261      VR2-6720     -5.627150     56.50808             50
    +#> 4262      VR2-6720     -5.627150     56.50808             50
    +#> 4263      VR2-6720     -5.627150     56.50808             50
    +#> 4264      VR2-6720     -5.627150     56.50808             50
    +#> 4265      VR2-6720     -5.627150     56.50808             50
    +#> 4266      VR2-6720     -5.627150     56.50808             50
    +#> 4267      VR2-6720     -5.627150     56.50808             50
    +#> 4268      VR2-6720     -5.627150     56.50808             50
    +#> 4269      VR2-6720     -5.627150     56.50808             50
    +#> 4270      VR2-6720     -5.627150     56.50808             50
    +#> 4271      VR2-6720     -5.627150     56.50808             50
    +#> 4272      VR2-6720     -5.627150     56.50808             50
    +#> 4273      VR2-6720     -5.627150     56.50808             50
    +#> 4274      VR2-6720     -5.627150     56.50808             50
    +#> 4275      VR2-6720     -5.627150     56.50808             50
    +#> 4276  VR2AR-546136     -5.665000     56.48650            105
    +#> 4277  VR2AR-546136     -5.665000     56.48650            105
    +#> 4278  VR2AR-546136     -5.665000     56.48650            105
    +#> 4279  VR2AR-546136     -5.665000     56.48650            105
    +#> 4280  VR2AR-546136     -5.665000     56.48650            105
    +#> 4281  VR2AR-546136     -5.665000     56.48650            105
    +#> 4282  VR2AR-546136     -5.665000     56.48650            105
    +#> 4283  VR2AR-546136     -5.665000     56.48650            105
    +#> 4284  VR2AR-546136     -5.665000     56.48650            105
    +#> 4285  VR2AR-546136     -5.665000     56.48650            105
    +#> 4286  VR2AR-546136     -5.665000     56.48650            105
    +#> 4287  VR2AR-546136     -5.665000     56.48650            105
    +#> 4288  VR2AR-546136     -5.665000     56.48650            105
    +#> 4289  VR2AR-546136     -5.665000     56.48650            105
    +#> 4290  VR2AR-546136     -5.665000     56.48650            105
    +#> 4291  VR2AR-546136     -5.665000     56.48650            105
    +#> 4292  VR2AR-546136     -5.665000     56.48650            105
    +#> 4293  VR2AR-546134     -5.628000     56.45650             40
    +#> 4294  VR2AR-546134     -5.628000     56.45650             40
    +#> 4295  VR2AR-546134     -5.628000     56.45650             40
    +#> 4296  VR2AR-546134     -5.628000     56.45650             40
    +#> 4297  VR2AR-546134     -5.628000     56.45650             40
    +#> 4298  VR2AR-546134     -5.628000     56.45650             40
    +#> 4299  VR2AR-546134     -5.628000     56.45650             40
    +#> 4300  VR2AR-546134     -5.628000     56.45650             40
    +#> 4301  VR2AR-546134     -5.628000     56.45650             40
    +#> 4302  VR2AR-546134     -5.628000     56.45650             40
    +#> 4303  VR2AR-546134     -5.628000     56.45650             40
    +#> 4304  VR2AR-546134     -5.628000     56.45650             40
    +#> 4305  VR2AR-546134     -5.628000     56.45650             40
    +#> 4306  VR2AR-546134     -5.628000     56.45650             40
    +#> 4307  VR2AR-546134     -5.628000     56.45650             40
    +#> 4308  VR2AR-546134     -5.628000     56.45650             40
    +#> 4309  VR2AR-546134     -5.628000     56.45650             40
    +#> 4310  VR2AR-546134     -5.628000     56.45650             40
    +#> 4311  VR2AR-546134     -5.628000     56.45650             40
    +#> 4312  VR2AR-546134     -5.628000     56.45650             40
    +#> 4313  VR2AR-546134     -5.628000     56.45650             40
    +#> 4314  VR2AR-546134     -5.628000     56.45650             40
    +#> 4315   VR2W-108160     -5.704867     56.48890             25
    +#> 4316   VR2W-108160     -5.704867     56.48890             25
    +#> 4317   VR2W-108160     -5.704867     56.48890             25
    +#> 4318   VR2W-108160     -5.704867     56.48890             25
    +#> 4319   VR2W-108160     -5.704867     56.48890             25
    +#> 4320   VR2W-108160     -5.704867     56.48890             25
    +#> 4321   VR2W-108160     -5.704867     56.48890             25
    +#> 4322   VR2W-108160     -5.704867     56.48890             25
    +#> 4323   VR2W-108160     -5.704867     56.48890             25
    +#> 4324   VR2W-108160     -5.704867     56.48890             25
    +#> 4325   VR2W-108160     -5.704867     56.48890             25
    +#> 4326   VR2W-108160     -5.704867     56.48890             25
    +#> 4327   VR2W-108160     -5.704867     56.48890             25
    +#> 4328   VR2W-108160     -5.704867     56.48890             25
    +#> 4329   VR2W-108160     -5.704867     56.48890             25
    +#> 4330  VR2AR-546136     -5.665000     56.48650            105
    +#> 4331  VR2AR-546136     -5.665000     56.48650            105
    +#> 4332  VR2AR-546136     -5.665000     56.48650            105
    +#> 4333  VR2AR-546136     -5.665000     56.48650            105
    +#> 4334  VR2AR-546136     -5.665000     56.48650            105
    +#> 4335  VR2AR-546136     -5.665000     56.48650            105
    +#> 4336  VR2AR-546136     -5.665000     56.48650            105
    +#> 4337  VR2AR-546136     -5.665000     56.48650            105
    +#> 4338  VR2AR-546136     -5.665000     56.48650            105
    +#> 4339  VR2AR-546136     -5.665000     56.48650            105
    +#> 4340  VR2AR-546136     -5.665000     56.48650            105
    +#> 4341  VR2AR-546136     -5.665000     56.48650            105
    +#> 4342  VR2AR-546136     -5.665000     56.48650            105
    +#> 4343  VR2AR-546136     -5.665000     56.48650            105
    +#> 4344  VR2AR-546136     -5.665000     56.48650            105
    +#> 4345  VR2AR-546136     -5.665000     56.48650            105
    +#> 4346  VR2AR-546136     -5.665000     56.48650            105
    +#> 4347  VR2AR-546136     -5.665000     56.48650            105
    +#> 4348  VR2AR-546136     -5.665000     56.48650            105
    +#> 4349  VR2AR-546136     -5.665000     56.48650            105
    +#> 4350  VR2AR-546136     -5.665000     56.48650            105
    +#> 4351  VR2AR-546136     -5.665000     56.48650            105
    +#> 4352      VR2-6720     -5.627150     56.50808             50
    +#> 4353      VR2-6720     -5.627150     56.50808             50
    +#> 4354      VR2-6720     -5.627150     56.50808             50
    +#> 4355      VR2-6720     -5.627150     56.50808             50
    +#> 4356      VR2-6720     -5.627150     56.50808             50
    +#> 4357      VR2-6720     -5.627150     56.50808             50
    +#> 4358      VR2-6720     -5.627150     56.50808             50
    +#> 4359      VR2-6720     -5.627150     56.50808             50
    +#> 4360      VR2-6720     -5.627150     56.50808             50
    +#> 4361      VR2-6720     -5.627150     56.50808             50
    +#> 4362      VR2-6720     -5.627150     56.50808             50
    +#> 4363      VR2-6720     -5.627150     56.50808             50
    +#> 4364      VR2-6720     -5.627150     56.50808             50
    +#> 4365      VR2-6720     -5.627150     56.50808             50
    +#> 4366      VR2-6720     -5.627150     56.50808             50
    +#> 4367      VR2-6720     -5.627150     56.50808             50
    +#> 4368      VR2-6720     -5.627150     56.50808             50
    +#> 4369      VR2-6720     -5.627150     56.50808             50
    +#> 4370      VR2-6720     -5.627150     56.50808             50
    +#> 4371      VR2-6720     -5.627150     56.50808             50
    +#> 4372      VR2-6720     -5.627150     56.50808             50
    +#> 4373      VR2-6720     -5.627150     56.50808             50
    +#> 4374      VR2-6720     -5.627150     56.50808             50
    +#> 4375      VR2-6720     -5.627150     56.50808             50
    +#> 4376      VR2-6720     -5.627150     56.50808             50
    +#> 4377      VR2-6720     -5.627150     56.50808             50
    +#> 4378      VR2-6720     -5.627150     56.50808             50
    +#> 4379      VR2-6720     -5.627150     56.50808             50
    +#> 4380      VR2-6720     -5.627150     56.50808             50
    +#> 4381      VR2-6720     -5.627150     56.50808             50
    +#> 4382      VR2-6720     -5.627150     56.50808             50
    +#> 4383      VR2-6720     -5.627150     56.50808             50
    +#> 4384  VR2AR-546134     -5.628000     56.45650             40
    +#> 4385  VR2AR-546134     -5.628000     56.45650             40
    +#> 4386  VR2AR-546134     -5.628000     56.45650             40
    +#> 4387  VR2AR-546134     -5.628000     56.45650             40
    +#> 4388  VR2AR-546134     -5.628000     56.45650             40
    +#> 4389  VR2AR-546134     -5.628000     56.45650             40
    +#> 4390  VR2AR-546134     -5.628000     56.45650             40
    +#> 4391  VR2AR-546134     -5.628000     56.45650             40
    +#> 4392  VR2AR-546134     -5.628000     56.45650             40
    +#> 4393  VR2AR-546134     -5.628000     56.45650             40
    +#> 4394  VR2AR-546134     -5.628000     56.45650             40
    +#> 4395  VR2AR-546134     -5.628000     56.45650             40
    +#> 4396  VR2AR-546134     -5.628000     56.45650             40
    +#> 4397  VR2AR-546134     -5.628000     56.45650             40
    +#> 4398  VR2AR-546134     -5.628000     56.45650             40
    +#> 4399  VR2AR-546134     -5.628000     56.45650             40
    +#> 4400  VR2AR-546134     -5.628000     56.45650             40
    +#> 4401  VR2AR-546134     -5.628000     56.45650             40
    +#> 4402  VR2AR-546134     -5.628000     56.45650             40
    +#> 4403  VR2AR-546134     -5.628000     56.45650             40
    +#> 4404  VR2AR-546134     -5.628000     56.45650             40
    +#> 4405  VR2AR-546136     -5.665000     56.48650            105
    +#> 4406  VR2AR-546136     -5.665000     56.48650            105
    +#> 4407  VR2AR-546136     -5.665000     56.48650            105
    +#> 4408  VR2AR-546136     -5.665000     56.48650            105
    +#> 4409  VR2AR-546136     -5.665000     56.48650            105
    +#> 4410  VR2AR-546136     -5.665000     56.48650            105
    +#> 4411  VR2AR-546136     -5.665000     56.48650            105
    +#> 4412  VR2AR-546136     -5.665000     56.48650            105
    +#> 4413  VR2AR-546136     -5.665000     56.48650            105
    +#> 4414   VR2W-108160     -5.704867     56.48890             25
    +#> 4415   VR2W-108160     -5.704867     56.48890             25
    +#> 4416   VR2W-108160     -5.704867     56.48890             25
    +#> 4417   VR2W-108160     -5.704867     56.48890             25
    +#> 4418   VR2W-108160     -5.704867     56.48890             25
    +#> 4419   VR2W-108160     -5.704867     56.48890             25
    +#> 4420   VR2W-108160     -5.704867     56.48890             25
    +#> 4421   VR2W-108160     -5.704867     56.48890             25
    +#> 4422   VR2W-108160     -5.704867     56.48890             25
    +#> 4423   VR2W-108160     -5.704867     56.48890             25
    +#> 4424   VR2W-108160     -5.704867     56.48890             25
    +#> 4425   VR2W-108160     -5.704867     56.48890             25
    +#> 4426   VR2W-108160     -5.704867     56.48890             25
    +#> 4427   VR2W-108160     -5.704867     56.48890             25
    +#> 4428   VR2W-108160     -5.704867     56.48890             25
    +#> 4429   VR2W-108160     -5.704867     56.48890             25
    +#> 4430   VR2W-108160     -5.704867     56.48890             25
    +#> 4431   VR2W-108160     -5.704867     56.48890             25
    +#> 4432   VR2W-108160     -5.704867     56.48890             25
    +#> 4433   VR2W-108160     -5.704867     56.48890             25
    +#> 4434   VR2W-108160     -5.704867     56.48890             25
    +#> 4435   VR2W-108160     -5.704867     56.48890             25
    +#> 4436   VR2W-108160     -5.704867     56.48890             25
    +#> 4437   VR2W-108160     -5.704867     56.48890             25
    +#> 4438  VR2AR-546136     -5.665000     56.48650            105
    +#> 4439  VR2AR-546136     -5.665000     56.48650            105
    +#> 4440  VR2AR-546136     -5.665000     56.48650            105
    +#> 4441  VR2AR-546136     -5.665000     56.48650            105
    +#> 4442  VR2AR-546136     -5.665000     56.48650            105
    +#> 4443  VR2AR-546136     -5.665000     56.48650            105
    +#> 4444  VR2AR-546136     -5.665000     56.48650            105
    +#> 4445  VR2AR-546136     -5.665000     56.48650            105
    +#> 4446  VR2AR-546136     -5.665000     56.48650            105
    +#> 4447  VR2AR-546136     -5.665000     56.48650            105
    +#> 4448  VR2AR-546136     -5.665000     56.48650            105
    +#> 4449  VR2AR-546136     -5.665000     56.48650            105
    +#> 4450  VR2AR-546136     -5.665000     56.48650            105
    +#> 4451  VR2AR-546136     -5.665000     56.48650            105
    +#> 4452  VR2AR-546136     -5.665000     56.48650            105
    +#> 4453  VR2AR-546136     -5.665000     56.48650            105
    +#> 4454  VR2AR-546136     -5.665000     56.48650            105
    +#> 4455  VR2AR-546136     -5.665000     56.48650            105
    +#> 4456  VR2AR-546136     -5.665000     56.48650            105
    +#> 4457  VR2AR-546136     -5.665000     56.48650            105
    +#> 4458  VR2AR-546136     -5.665000     56.48650            105
    +#> 4459  VR2AR-546136     -5.665000     56.48650            105
    +#> 4460  VR2AR-546136     -5.665000     56.48650            105
    +#> 4461  VR2AR-546136     -5.665000     56.48650            105
    +#> 4462  VR2AR-546136     -5.665000     56.48650            105
    +#> 4463  VR2AR-546136     -5.665000     56.48650            105
    +#> 4464  VR2AR-546136     -5.665000     56.48650            105
    +#> 4465  VR2AR-546136     -5.665000     56.48650            105
    +#> 4466  VR2AR-546136     -5.665000     56.48650            105
    +#> 4467  VR2AR-546136     -5.665000     56.48650            105
    +#> 4468  VR2AR-546136     -5.665000     56.48650            105
    +#> 4469  VR2AR-546136     -5.665000     56.48650            105
    +#> 4470  VR2AR-546136     -5.665000     56.48650            105
    +#> 4471  VR2AR-546136     -5.665000     56.48650            105
    +#> 4472  VR2AR-546136     -5.665000     56.48650            105
    +#> 4473  VR2AR-546136     -5.665000     56.48650            105
    +#> 4474      VR2-6720     -5.627150     56.50808             50
    +#> 4475      VR2-6720     -5.627150     56.50808             50
    +#> 4476      VR2-6720     -5.627150     56.50808             50
    +#> 4477      VR2-6720     -5.627150     56.50808             50
    +#> 4478      VR2-6720     -5.627150     56.50808             50
    +#> 4479  VR2AR-546134     -5.628000     56.45650             40
    +#> 4480  VR2AR-546134     -5.628000     56.45650             40
    +#> 4481  VR2AR-546134     -5.628000     56.45650             40
    +#> 4482  VR2AR-546134     -5.628000     56.45650             40
    +#> 4483  VR2AR-546134     -5.628000     56.45650             40
    +#> 4484  VR2AR-546134     -5.628000     56.45650             40
    +#> 4485  VR2AR-546134     -5.628000     56.45650             40
    +#> 4486  VR2AR-546134     -5.628000     56.45650             40
    +#> 4487  VR2AR-546134     -5.628000     56.45650             40
    +#> 4488  VR2AR-546134     -5.628000     56.45650             40
    +#> 4489  VR2AR-546134     -5.628000     56.45650             40
    +#> 4490  VR2AR-546134     -5.628000     56.45650             40
    +#> 4491  VR2AR-546134     -5.628000     56.45650             40
    +#> 4492  VR2AR-546134     -5.628000     56.45650             40
    +#> 4493      VR2-6720     -5.627150     56.50808             50
    +#> 4494      VR2-6720     -5.627150     56.50808             50
    +#> 4495      VR2-6720     -5.627150     56.50808             50
    +#> 4496      VR2-6720     -5.627150     56.50808             50
    +#> 4497      VR2-6720     -5.627150     56.50808             50
    +#> 4498      VR2-6720     -5.627150     56.50808             50
    +#> 4499      VR2-6720     -5.627150     56.50808             50
    +#> 4500      VR2-6720     -5.627150     56.50808             50
    +#> 4501      VR2-6720     -5.627150     56.50808             50
    +#> 4502      VR2-6720     -5.627150     56.50808             50
    +#> 4503      VR2-6720     -5.627150     56.50808             50
    +#> 4504      VR2-6720     -5.627150     56.50808             50
    +#> 4505      VR2-6720     -5.627150     56.50808             50
    +#> 4506      VR2-6720     -5.627150     56.50808             50
    +#> 4507      VR2-6720     -5.627150     56.50808             50
    +#> 4508      VR2-6720     -5.627150     56.50808             50
    +#> 4509      VR2-6720     -5.627150     56.50808             50
    +#> 4510      VR2-6720     -5.627150     56.50808             50
    +#> 4511      VR2-6720     -5.627150     56.50808             50
    +#> 4512      VR2-6720     -5.627150     56.50808             50
    +#> 4513      VR2-6720     -5.627150     56.50808             50
    +#> 4514      VR2-6720     -5.627150     56.50808             50
    +#> 4515      VR2-6720     -5.627150     56.50808             50
    +#> 4516      VR2-6720     -5.627150     56.50808             50
    +#> 4517      VR2-6720     -5.627150     56.50808             50
    +#> 4518      VR2-6720     -5.627150     56.50808             50
    +#> 4519      VR2-6720     -5.627150     56.50808             50
    +#> 4520      VR2-6720     -5.627150     56.50808             50
    +#> 4521      VR2-6720     -5.627150     56.50808             50
    +#> 4522      VR2-6720     -5.627150     56.50808             50
    +#> 4523      VR2-6720     -5.627150     56.50808             50
    +#> 4524      VR2-6720     -5.627150     56.50808             50
    +#> 4525      VR2-6720     -5.627150     56.50808             50
    +#> 4526      VR2-6720     -5.627150     56.50808             50
    +#> 4527      VR2-6720     -5.627150     56.50808             50
    +#> 4528      VR2-6720     -5.627150     56.50808             50
    +#> 4529      VR2-6720     -5.627150     56.50808             50
    +#> 4530      VR2-6720     -5.627150     56.50808             50
    +#> 4531      VR2-6720     -5.627150     56.50808             50
    +#> 4532      VR2-6720     -5.627150     56.50808             50
    +#> 4533      VR2-6720     -5.627150     56.50808             50
    +#> 4534      VR2-6720     -5.627150     56.50808             50
    +#> 4535      VR2-6720     -5.627150     56.50808             50
    +#> 4536      VR2-6720     -5.627150     56.50808             50
    +#> 4537      VR2-6720     -5.627150     56.50808             50
    +#> 4538      VR2-6720     -5.627150     56.50808             50
    +#> 4539      VR2-6720     -5.627150     56.50808             50
    +#> 4540      VR2-6720     -5.627150     56.50808             50
    +#> 4541      VR2-6720     -5.627150     56.50808             50
    +#> 4542      VR2-6720     -5.627150     56.50808             50
    +#> 4543      VR2-6720     -5.627150     56.50808             50
    +#> 4544      VR2-6720     -5.627150     56.50808             50
    +#> 4545      VR2-6720     -5.627150     56.50808             50
    +#> 4546      VR2-6720     -5.627150     56.50808             50
    +#> 4547      VR2-6720     -5.627150     56.50808             50
    +#> 4548      VR2-6720     -5.627150     56.50808             50
    +#> 4549      VR2-6720     -5.627150     56.50808             50
    +#> 4550      VR2-6720     -5.627150     56.50808             50
    +#> 4551      VR2-6720     -5.627150     56.50808             50
    +#> 4552      VR2-6720     -5.627150     56.50808             50
    +#> 4553      VR2-6720     -5.627150     56.50808             50
    +#> 4554      VR2-6720     -5.627150     56.50808             50
    +#> 4555      VR2-6720     -5.627150     56.50808             50
    +#> 4556      VR2-6720     -5.627150     56.50808             50
    +#> 4557      VR2-6720     -5.627150     56.50808             50
    +#> 4558      VR2-6720     -5.627150     56.50808             50
    +#> 4559      VR2-6720     -5.627150     56.50808             50
    +#> 4560      VR2-6720     -5.627150     56.50808             50
    +#> 4561      VR2-6720     -5.627150     56.50808             50
    +#> 4562  VR2AR-546134     -5.628000     56.45650             40
    +#> 4563  VR2AR-546134     -5.628000     56.45650             40
    +#> 4564  VR2AR-546134     -5.628000     56.45650             40
    +#> 4565  VR2AR-546136     -5.665000     56.48650            105
    +#> 4566  VR2AR-546136     -5.665000     56.48650            105
    +#> 4567  VR2AR-546136     -5.665000     56.48650            105
    +#> 4568  VR2AR-546136     -5.665000     56.48650            105
    +#> 4569  VR2AR-546136     -5.665000     56.48650            105
    +#> 4570  VR2AR-546136     -5.665000     56.48650            105
    +#> 4571  VR2AR-546136     -5.665000     56.48650            105
    +#> 4572  VR2AR-546136     -5.665000     56.48650            105
    +#> 4573  VR2AR-546136     -5.665000     56.48650            105
    +#> 4574  VR2AR-546136     -5.665000     56.48650            105
    +#> 4575  VR2AR-546136     -5.665000     56.48650            105
    +#> 4576  VR2AR-546136     -5.665000     56.48650            105
    +#> 4577  VR2AR-546136     -5.665000     56.48650            105
    +#> 4578  VR2AR-546136     -5.665000     56.48650            105
    +#> 4579  VR2AR-546136     -5.665000     56.48650            105
    +#> 4580  VR2AR-546136     -5.665000     56.48650            105
    +#> 4581  VR2AR-546136     -5.665000     56.48650            105
    +#> 4582  VR2AR-546136     -5.665000     56.48650            105
    +#> 4583  VR2AR-546136     -5.665000     56.48650            105
    +#> 4584  VR2AR-546136     -5.665000     56.48650            105
    +#> 4585  VR2AR-546136     -5.665000     56.48650            105
    +#> 4586  VR2AR-546136     -5.665000     56.48650            105
    +#> 4587  VR2AR-546136     -5.665000     56.48650            105
    +#> 4588  VR2AR-546136     -5.665000     56.48650            105
    +#> 4589  VR2AR-546136     -5.665000     56.48650            105
    +#> 4590  VR2AR-546136     -5.665000     56.48650            105
    +#> 4591  VR2AR-546136     -5.665000     56.48650            105
    +#> 4592  VR2AR-546136     -5.665000     56.48650            105
    +#> 4593  VR2AR-546136     -5.665000     56.48650            105
    +#> 4594  VR2AR-546136     -5.665000     56.48650            105
    +#> 4595  VR2AR-546136     -5.665000     56.48650            105
    +#> 4596  VR2AR-546136     -5.665000     56.48650            105
    +#> 4597  VR2AR-546136     -5.665000     56.48650            105
    +#> 4598  VR2AR-546136     -5.665000     56.48650            105
    +#> 4599  VR2AR-546136     -5.665000     56.48650            105
    +#> 4600  VR2AR-546136     -5.665000     56.48650            105
    +#> 4601  VR2AR-546136     -5.665000     56.48650            105
    +#> 4602  VR2AR-546136     -5.665000     56.48650            105
    +#> 4603  VR2AR-546136     -5.665000     56.48650            105
    +#> 4604  VR2AR-546136     -5.665000     56.48650            105
    +#> 4605  VR2AR-546136     -5.665000     56.48650            105
    +#> 4606  VR2AR-546136     -5.665000     56.48650            105
    +#> 4607  VR2AR-546136     -5.665000     56.48650            105
    +#> 4608  VR2AR-546136     -5.665000     56.48650            105
    +#> 4609  VR2AR-546136     -5.665000     56.48650            105
    +#> 4610  VR2AR-546136     -5.665000     56.48650            105
    +#> 4611  VR2AR-546136     -5.665000     56.48650            105
    +#> 4612  VR2AR-546136     -5.665000     56.48650            105
    +#> 4613  VR2AR-546136     -5.665000     56.48650            105
    +#> 4614  VR2AR-546136     -5.665000     56.48650            105
    +#> 4615  VR2AR-546136     -5.665000     56.48650            105
    +#> 4616  VR2AR-546136     -5.665000     56.48650            105
    +#> 4617  VR2AR-546136     -5.665000     56.48650            105
    +#> 4618  VR2AR-546136     -5.665000     56.48650            105
    +#> 4619  VR2AR-546136     -5.665000     56.48650            105
    +#> 4620  VR2AR-546136     -5.665000     56.48650            105
    +#> 4621  VR2AR-546136     -5.665000     56.48650            105
    +#> 4622  VR2AR-546136     -5.665000     56.48650            105
    +#> 4623  VR2AR-546136     -5.665000     56.48650            105
    +#> 4624  VR2AR-546136     -5.665000     56.48650            105
    +#> 4625  VR2AR-546136     -5.665000     56.48650            105
    +#> 4626  VR2AR-546136     -5.665000     56.48650            105
    +#> 4627  VR2AR-546136     -5.665000     56.48650            105
    +#> 4628  VR2AR-546136     -5.665000     56.48650            105
    +#> 4629  VR2AR-546136     -5.665000     56.48650            105
    +#> 4630  VR2AR-546136     -5.665000     56.48650            105
    +#> 4631  VR2AR-546136     -5.665000     56.48650            105
    +#> 4632  VR2AR-546136     -5.665000     56.48650            105
    +#> 4633  VR2AR-546136     -5.665000     56.48650            105
    +#> 4634  VR2AR-546136     -5.665000     56.48650            105
    +#> 4635  VR2AR-546136     -5.665000     56.48650            105
    +#> 4636  VR2AR-546136     -5.665000     56.48650            105
    +#> 4637  VR2AR-546136     -5.665000     56.48650            105
    +#> 4638  VR2AR-546136     -5.665000     56.48650            105
    +#> 4639  VR2AR-546136     -5.665000     56.48650            105
    +#> 4640  VR2AR-546136     -5.665000     56.48650            105
    +#> 4641  VR2AR-546136     -5.665000     56.48650            105
    +#> 4642  VR2AR-546136     -5.665000     56.48650            105
    +#> 4643  VR2AR-546136     -5.665000     56.48650            105
    +#> 4644  VR2AR-546136     -5.665000     56.48650            105
    +#> 4645  VR2AR-546136     -5.665000     56.48650            105
    +#> 4646  VR2AR-546136     -5.665000     56.48650            105
    +#> 4647  VR2AR-546136     -5.665000     56.48650            105
    +#> 4648  VR2AR-546136     -5.665000     56.48650            105
    +#> 4649  VR2AR-546136     -5.665000     56.48650            105
    +#> 4650  VR2AR-546136     -5.665000     56.48650            105
    +#> 4651  VR2AR-546136     -5.665000     56.48650            105
    +#> 4652  VR2AR-546136     -5.665000     56.48650            105
    +#> 4653  VR2AR-546136     -5.665000     56.48650            105
    +#> 4654  VR2AR-546136     -5.665000     56.48650            105
    +#> 4655  VR2AR-546136     -5.665000     56.48650            105
    +#> 4656  VR2AR-546136     -5.665000     56.48650            105
    +#> 4657  VR2AR-546136     -5.665000     56.48650            105
    +#> 4658  VR2AR-546136     -5.665000     56.48650            105
    +#> 4659  VR2AR-546136     -5.665000     56.48650            105
    +#> 4660  VR2AR-546136     -5.665000     56.48650            105
    +#> 4661  VR2AR-546136     -5.665000     56.48650            105
    +#> 4662  VR2AR-546136     -5.665000     56.48650            105
    +#> 4663  VR2AR-546136     -5.665000     56.48650            105
    +#> 4664  VR2AR-546136     -5.665000     56.48650            105
    +#> 4665  VR2AR-546136     -5.665000     56.48650            105
    +#> 4666  VR2AR-546136     -5.665000     56.48650            105
    +#> 4667  VR2AR-546136     -5.665000     56.48650            105
    +#> 4668  VR2AR-546136     -5.665000     56.48650            105
    +#> 4669  VR2AR-546136     -5.665000     56.48650            105
    +#> 4670  VR2AR-546136     -5.665000     56.48650            105
    +#> 4671  VR2AR-546136     -5.665000     56.48650            105
    +#> 4672  VR2AR-546136     -5.665000     56.48650            105
    +#> 4673  VR2AR-546136     -5.665000     56.48650            105
    +#> 4674  VR2AR-546136     -5.665000     56.48650            105
    +#> 4675  VR2AR-546136     -5.665000     56.48650            105
    +#> 4676  VR2AR-546136     -5.665000     56.48650            105
    +#> 4677  VR2AR-546136     -5.665000     56.48650            105
    +#> 4678  VR2AR-546136     -5.665000     56.48650            105
    +#> 4679  VR2AR-546136     -5.665000     56.48650            105
    +#> 4680  VR2AR-546136     -5.665000     56.48650            105
    +#> 4681  VR2AR-546136     -5.665000     56.48650            105
    +#> 4682  VR2AR-546136     -5.665000     56.48650            105
    +#> 4683  VR2AR-546136     -5.665000     56.48650            105
    +#> 4684  VR2AR-546136     -5.665000     56.48650            105
    +#> 4685  VR2AR-546136     -5.665000     56.48650            105
    +#> 4686  VR2AR-546136     -5.665000     56.48650            105
    +#> 4687  VR2AR-546136     -5.665000     56.48650            105
    +#> 4688  VR2AR-546136     -5.665000     56.48650            105
    +#> 4689  VR2AR-546136     -5.665000     56.48650            105
    +#> 4690  VR2AR-546136     -5.665000     56.48650            105
    +#> 4691  VR2AR-546136     -5.665000     56.48650            105
    +#> 4692  VR2AR-546136     -5.665000     56.48650            105
    +#> 4693  VR2AR-546136     -5.665000     56.48650            105
    +#> 4694  VR2AR-546136     -5.665000     56.48650            105
    +#> 4695  VR2AR-546136     -5.665000     56.48650            105
    +#> 4696  VR2AR-546136     -5.665000     56.48650            105
    +#> 4697  VR2AR-546136     -5.665000     56.48650            105
    +#> 4698  VR2AR-546136     -5.665000     56.48650            105
    +#> 4699  VR2AR-546136     -5.665000     56.48650            105
    +#> 4700  VR2AR-546136     -5.665000     56.48650            105
    +#> 4701  VR2AR-546136     -5.665000     56.48650            105
    +#> 4702  VR2AR-546136     -5.665000     56.48650            105
    +#> 4703  VR2AR-546136     -5.665000     56.48650            105
    +#> 4704  VR2AR-546136     -5.665000     56.48650            105
    +#> 4705  VR2AR-546136     -5.665000     56.48650            105
    +#> 4706  VR2AR-546136     -5.665000     56.48650            105
    +#> 4707  VR2AR-546136     -5.665000     56.48650            105
    +#> 4708  VR2AR-546136     -5.665000     56.48650            105
    +#> 4709  VR2AR-546136     -5.665000     56.48650            105
    +#> 4710  VR2AR-546136     -5.665000     56.48650            105
    +#> 4711  VR2AR-546136     -5.665000     56.48650            105
    +#> 4712  VR2AR-546136     -5.665000     56.48650            105
    +#> 4713  VR2AR-546136     -5.665000     56.48650            105
    +#> 4714  VR2AR-546136     -5.665000     56.48650            105
    +#> 4715  VR2AR-546136     -5.665000     56.48650            105
    +#> 4716  VR2AR-546136     -5.665000     56.48650            105
    +#> 4717  VR2AR-546136     -5.665000     56.48650            105
    +#> 4718  VR2AR-546136     -5.665000     56.48650            105
    +#> 4719  VR2AR-546136     -5.665000     56.48650            105
    +#> 4720  VR2AR-546136     -5.665000     56.48650            105
    +#> 4721  VR2AR-546136     -5.665000     56.48650            105
    +#> 4722  VR2AR-546136     -5.665000     56.48650            105
    +#> 4723  VR2AR-546136     -5.665000     56.48650            105
    +#> 4724  VR2AR-546136     -5.665000     56.48650            105
    +#> 4725  VR2AR-546136     -5.665000     56.48650            105
    +#> 4726  VR2AR-546136     -5.665000     56.48650            105
    +#> 4727  VR2AR-546136     -5.665000     56.48650            105
    +#> 4728  VR2AR-546136     -5.665000     56.48650            105
    +#> 4729  VR2AR-546136     -5.665000     56.48650            105
    +#> 4730  VR2AR-546136     -5.665000     56.48650            105
    +#> 4731  VR2AR-546136     -5.665000     56.48650            105
    +#> 4732  VR2AR-546136     -5.665000     56.48650            105
    +#> 4733  VR2AR-546136     -5.665000     56.48650            105
    +#> 4734  VR2AR-546136     -5.665000     56.48650            105
    +#> 4735  VR2AR-546136     -5.665000     56.48650            105
    +#> 4736  VR2AR-546136     -5.665000     56.48650            105
    +#> 4737   VR2W-113141     -5.755900     56.51000             50
    +#> 4738   VR2W-113141     -5.755900     56.51000             50
    +#> 4739   VR2W-113141     -5.755900     56.51000             50
    +#> 4740   VR2W-113141     -5.755900     56.51000             50
    +#> 4741   VR2W-113141     -5.755900     56.51000             50
    +#> 4742   VR2W-113141     -5.755900     56.51000             50
    +#> 4743   VR2W-113141     -5.755900     56.51000             50
    +#> 4744   VR2W-113141     -5.755900     56.51000             50
    +#> 4745   VR2W-113141     -5.755900     56.51000             50
    +#> 4746   VR2W-113141     -5.755900     56.51000             50
    +#> 4747   VR2W-113141     -5.755900     56.51000             50
    +#> 4748   VR2W-113141     -5.755900     56.51000             50
    +#> 4749   VR2W-113141     -5.755900     56.51000             50
    +#> 4750   VR2W-113141     -5.755900     56.51000             50
    +#> 4751   VR2W-113141     -5.755900     56.51000             50
    +#> 4752   VR2W-113141     -5.755900     56.51000             50
    +#> 4753   VR2W-113141     -5.755900     56.51000             50
    +#> 4754   VR2W-113141     -5.755900     56.51000             50
    +#> 4755   VR2W-113141     -5.755900     56.51000             50
    +#> 4756   VR2W-113141     -5.755900     56.51000             50
    +#> 4757   VR2W-113141     -5.755900     56.51000             50
    +#> 4758   VR2W-113141     -5.755900     56.51000             50
    +#> 4759   VR2W-113141     -5.755900     56.51000             50
    +#> 4760   VR2W-113141     -5.755900     56.51000             50
    +#> 4761   VR2W-113141     -5.755900     56.51000             50
    +#> 4762   VR2W-113141     -5.755900     56.51000             50
    +#> 4763   VR2W-113141     -5.755900     56.51000             50
    +#> 4764   VR2W-113141     -5.755900     56.51000             50
    +#> 4765   VR2W-113141     -5.755900     56.51000             50
    +#> 4766   VR2W-113141     -5.755900     56.51000             50
    +#> 4767   VR2W-113141     -5.755900     56.51000             50
    +#> 4768   VR2W-113141     -5.755900     56.51000             50
    +#> 4769   VR2W-113141     -5.755900     56.51000             50
    +#> 4770   VR2W-113141     -5.755900     56.51000             50
    +#> 4771   VR2W-113141     -5.755900     56.51000             50
    +#> 4772   VR2W-113141     -5.755900     56.51000             50
    +#> 4773   VR2W-113141     -5.755900     56.51000             50
    +#> 4774   VR2W-113141     -5.755900     56.51000             50
    +#> 4775   VR2W-113141     -5.755900     56.51000             50
    +#> 4776   VR2W-113141     -5.755900     56.51000             50
    +#> 4777   VR2W-113141     -5.755900     56.51000             50
    +#> 4778   VR2W-113141     -5.755900     56.51000             50
    +#> 4779   VR2W-113141     -5.755900     56.51000             50
    +#> 4780   VR2W-113141     -5.755900     56.51000             50
    +#> 4781   VR2W-113141     -5.755900     56.51000             50
    +#> 4782   VR2W-113141     -5.755900     56.51000             50
    +#> 4783   VR2W-113141     -5.755900     56.51000             50
    +#> 4784   VR2W-113141     -5.755900     56.51000             50
    +#> 4785   VR2W-113141     -5.755900     56.51000             50
    +#> 4786   VR2W-113141     -5.755900     56.51000             50
    +#> 4787   VR2W-113141     -5.755900     56.51000             50
    +#> 4788   VR2W-113141     -5.755900     56.51000             50
    +#> 4789   VR2W-113141     -5.755900     56.51000             50
    +#> 4790   VR2W-113141     -5.755900     56.51000             50
    +#> 4791   VR2W-113141     -5.755900     56.51000             50
    +#> 4792   VR2W-113141     -5.755900     56.51000             50
    +#> 4793   VR2W-113141     -5.755900     56.51000             50
    +#> 4794   VR2W-113141     -5.755900     56.51000             50
    +#> 4795   VR2W-113141     -5.755900     56.51000             50
    +#> 4796   VR2W-113141     -5.755900     56.51000             50
    +#> 4797   VR2W-113141     -5.755900     56.51000             50
    +#> 4798   VR2W-113141     -5.755900     56.51000             50
    +#> 4799   VR2W-113141     -5.755900     56.51000             50
    +#> 4800   VR2W-113141     -5.755900     56.51000             50
    +#> 4801   VR2W-113141     -5.755900     56.51000             50
    +#> 4802   VR2W-113141     -5.755900     56.51000             50
    +#> 4803   VR2W-113141     -5.755900     56.51000             50
    +#> 4804   VR2W-113141     -5.755900     56.51000             50
    +#> 4805   VR2W-113141     -5.755900     56.51000             50
    +#> 4806   VR2W-113141     -5.755900     56.51000             50
    +#> 4807   VR2W-113141     -5.755900     56.51000             50
    +#> 4808   VR2W-113141     -5.755900     56.51000             50
    +#> 4809   VR2W-113141     -5.755900     56.51000             50
    +#> 4810   VR2W-113141     -5.755900     56.51000             50
    +#> 4811   VR2W-113141     -5.755900     56.51000             50
    +#> 4812   VR2W-113141     -5.755900     56.51000             50
    +#> 4813   VR2W-113141     -5.755900     56.51000             50
    +#> 4814   VR2W-113141     -5.755900     56.51000             50
    +#> 4815   VR2W-113141     -5.755900     56.51000             50
    +#> 4816   VR2W-113141     -5.755900     56.51000             50
    +#> 4817   VR2W-113141     -5.755900     56.51000             50
    +#> 4818   VR2W-113141     -5.755900     56.51000             50
    +#> 4819   VR2W-113141     -5.755900     56.51000             50
    +#> 4820   VR2W-113141     -5.755900     56.51000             50
    +#> 4821   VR2W-113141     -5.755900     56.51000             50
    +#> 4822   VR2W-113141     -5.755900     56.51000             50
    +#> 4823   VR2W-113141     -5.755900     56.51000             50
    +#> 4824   VR2W-113141     -5.755900     56.51000             50
    +#> 4825   VR2W-113141     -5.755900     56.51000             50
    +#> 4826   VR2W-113141     -5.755900     56.51000             50
    +#> 4827   VR2W-113141     -5.755900     56.51000             50
    +#> 4828   VR2W-113141     -5.755900     56.51000             50
    +#> 4829   VR2W-113141     -5.755900     56.51000             50
    +#> 4830   VR2W-113141     -5.755900     56.51000             50
    +#> 4831   VR2W-113141     -5.755900     56.51000             50
    +#> 4832  VR2AR-546136     -5.665000     56.48650            105
    +#> 4833  VR2AR-546136     -5.665000     56.48650            105
    +#> 4834  VR2AR-546136     -5.665000     56.48650            105
    +#> 4835  VR2AR-546136     -5.665000     56.48650            105
    +#> 4836  VR2AR-546136     -5.665000     56.48650            105
    +#> 4837  VR2AR-546136     -5.665000     56.48650            105
    +#> 4838  VR2AR-546136     -5.665000     56.48650            105
    +#> 4839  VR2AR-546136     -5.665000     56.48650            105
    +#> 4840  VR2AR-546136     -5.665000     56.48650            105
    +#> 4841  VR2AR-546136     -5.665000     56.48650            105
    +#> 4842  VR2AR-546136     -5.665000     56.48650            105
    +#> 4843  VR2AR-546136     -5.665000     56.48650            105
    +#> 4844  VR2AR-546136     -5.665000     56.48650            105
    +#> 4845  VR2AR-546136     -5.665000     56.48650            105
    +#> 4846  VR2AR-546136     -5.665000     56.48650            105
    +#> 4847  VR2AR-546136     -5.665000     56.48650            105
    +#> 4848  VR2AR-546136     -5.665000     56.48650            105
    +#> 4849  VR2AR-546136     -5.665000     56.48650            105
    +#> 4850  VR2AR-546136     -5.665000     56.48650            105
    +#> 4851  VR2AR-546136     -5.665000     56.48650            105
    +#> 4852  VR2AR-546136     -5.665000     56.48650            105
    +#> 4853  VR2AR-546136     -5.665000     56.48650            105
    +#> 4854  VR2AR-546136     -5.665000     56.48650            105
    +#> 4855  VR2AR-546136     -5.665000     56.48650            105
    +#> 4856  VR2AR-546136     -5.665000     56.48650            105
    +#> 4857  VR2AR-546136     -5.665000     56.48650            105
    +#> 4858  VR2AR-546136     -5.665000     56.48650            105
    +#> 4859  VR2AR-546136     -5.665000     56.48650            105
    +#> 4860  VR2AR-546136     -5.665000     56.48650            105
    +#> 4861  VR2AR-546136     -5.665000     56.48650            105
    +#> 4862  VR2AR-546136     -5.665000     56.48650            105
    +#> 4863  VR2AR-546136     -5.665000     56.48650            105
    +#> 4864  VR2AR-546136     -5.665000     56.48650            105
    +#> 4865  VR2AR-546136     -5.665000     56.48650            105
    +#> 4866  VR2AR-546136     -5.665000     56.48650            105
    +#> 4867  VR2AR-546136     -5.665000     56.48650            105
    +#> 4868  VR2AR-546136     -5.665000     56.48650            105
    +#> 4869  VR2AR-546136     -5.665000     56.48650            105
    +#> 4870  VR2AR-546136     -5.665000     56.48650            105
    +#> 4871  VR2AR-546136     -5.665000     56.48650            105
    +#> 4872  VR2AR-546136     -5.665000     56.48650            105
    +#> 4873  VR2AR-546136     -5.665000     56.48650            105
    +#> 4874  VR2AR-546136     -5.665000     56.48650            105
    +#> 4875  VR2AR-546136     -5.665000     56.48650            105
    +#> 4876  VR2AR-546136     -5.665000     56.48650            105
    +#> 4877  VR2AR-546136     -5.665000     56.48650            105
    +#> 4878  VR2AR-546136     -5.665000     56.48650            105
    +#> 4879  VR2AR-546136     -5.665000     56.48650            105
    +#> 4880  VR2AR-546136     -5.665000     56.48650            105
    +#> 4881  VR2AR-546136     -5.665000     56.48650            105
    +#> 4882  VR2AR-546136     -5.665000     56.48650            105
    +#> 4883  VR2AR-546136     -5.665000     56.48650            105
    +#> 4884  VR2AR-546136     -5.665000     56.48650            105
    +#> 4885  VR2AR-546136     -5.665000     56.48650            105
    +#> 4886  VR2AR-546136     -5.665000     56.48650            105
    +#> 4887  VR2AR-546136     -5.665000     56.48650            105
    +#> 4888  VR2AR-546136     -5.665000     56.48650            105
    +#> 4889  VR2AR-546136     -5.665000     56.48650            105
    +#> 4890  VR2AR-546136     -5.665000     56.48650            105
    +#> 4891  VR2AR-546136     -5.665000     56.48650            105
    +#> 4892  VR2AR-546136     -5.665000     56.48650            105
    +#> 4893  VR2AR-546136     -5.665000     56.48650            105
    +#> 4894  VR2AR-546136     -5.665000     56.48650            105
    +#> 4895  VR2AR-546136     -5.665000     56.48650            105
    +#> 4896  VR2AR-546136     -5.665000     56.48650            105
    +#> 4897  VR2AR-546136     -5.665000     56.48650            105
    +#> 4898  VR2AR-546136     -5.665000     56.48650            105
    +#> 4899  VR2AR-546136     -5.665000     56.48650            105
    +#> 4900  VR2AR-546136     -5.665000     56.48650            105
    +#> 4901  VR2AR-546136     -5.665000     56.48650            105
    +#> 4902  VR2AR-546136     -5.665000     56.48650            105
    +#> 4903  VR2AR-546136     -5.665000     56.48650            105
    +#> 4904  VR2AR-546136     -5.665000     56.48650            105
    +#> 4905  VR2AR-546136     -5.665000     56.48650            105
    +#> 4906  VR2AR-546136     -5.665000     56.48650            105
    +#> 4907  VR2AR-546136     -5.665000     56.48650            105
    +#> 4908  VR2AR-546136     -5.665000     56.48650            105
    +#> 4909  VR2AR-546136     -5.665000     56.48650            105
    +#> 4910  VR2AR-546136     -5.665000     56.48650            105
    +#> 4911  VR2AR-546136     -5.665000     56.48650            105
    +#> 4912  VR2AR-546136     -5.665000     56.48650            105
    +#> 4913  VR2AR-546136     -5.665000     56.48650            105
    +#> 4914  VR2AR-546136     -5.665000     56.48650            105
    +#> 4915  VR2AR-546136     -5.665000     56.48650            105
    +#> 4916  VR2AR-546136     -5.665000     56.48650            105
    +#> 4917  VR2AR-546136     -5.665000     56.48650            105
    +#> 4918  VR2AR-546136     -5.665000     56.48650            105
    +#> 4919  VR2AR-546136     -5.665000     56.48650            105
    +#> 4920  VR2AR-546136     -5.665000     56.48650            105
    +#> 4921  VR2AR-546136     -5.665000     56.48650            105
    +#> 4922  VR2AR-546136     -5.665000     56.48650            105
    +#> 4923  VR2AR-546136     -5.665000     56.48650            105
    +#> 4924  VR2AR-546136     -5.665000     56.48650            105
    +#> 4925  VR2AR-546136     -5.665000     56.48650            105
    +#> 4926  VR2AR-546136     -5.665000     56.48650            105
    +#> 4927  VR2AR-546136     -5.665000     56.48650            105
    +#> 4928  VR2AR-546136     -5.665000     56.48650            105
    +#> 4929  VR2AR-546136     -5.665000     56.48650            105
    +#> 4930  VR2AR-546136     -5.665000     56.48650            105
    +#> 4931  VR2AR-546136     -5.665000     56.48650            105
    +#> 4932  VR2AR-546136     -5.665000     56.48650            105
    +#> 4933  VR2AR-546136     -5.665000     56.48650            105
    +#> 4934  VR2AR-546136     -5.665000     56.48650            105
    +#> 4935  VR2AR-546136     -5.665000     56.48650            105
    +#> 4936  VR2AR-546136     -5.665000     56.48650            105
    +#> 4937  VR2AR-546136     -5.665000     56.48650            105
    +#> 4938  VR2AR-546136     -5.665000     56.48650            105
    +#> 4939  VR2AR-546136     -5.665000     56.48650            105
    +#> 4940  VR2AR-546136     -5.665000     56.48650            105
    +#> 4941  VR2AR-546136     -5.665000     56.48650            105
    +#> 4942  VR2AR-546136     -5.665000     56.48650            105
    +#> 4943  VR2AR-546136     -5.665000     56.48650            105
    +#> 4944  VR2AR-546136     -5.665000     56.48650            105
    +#> 4945  VR2AR-546136     -5.665000     56.48650            105
    +#> 4946  VR2AR-546136     -5.665000     56.48650            105
    +#> 4947  VR2AR-546136     -5.665000     56.48650            105
    +#> 4948  VR2AR-546136     -5.665000     56.48650            105
    +#> 4949  VR2AR-546136     -5.665000     56.48650            105
    +#> 4950  VR2AR-546136     -5.665000     56.48650            105
    +#> 4951  VR2AR-546136     -5.665000     56.48650            105
    +#> 4952  VR2AR-546136     -5.665000     56.48650            105
    +#> 4953  VR2AR-546136     -5.665000     56.48650            105
    +#> 4954  VR2AR-546136     -5.665000     56.48650            105
    +#> 4955  VR2AR-546136     -5.665000     56.48650            105
    +#> 4956  VR2AR-546136     -5.665000     56.48650            105
    +#> 4957  VR2AR-546136     -5.665000     56.48650            105
    +#> 4958  VR2AR-546136     -5.665000     56.48650            105
    +#> 4959  VR2AR-546136     -5.665000     56.48650            105
    +#> 4960      VR2-6720     -5.627150     56.50808             50
    +#> 4961      VR2-6720     -5.627150     56.50808             50
    +#> 4962      VR2-6720     -5.627150     56.50808             50
    +#> 4963      VR2-6720     -5.627150     56.50808             50
    +#> 4964      VR2-6720     -5.627150     56.50808             50
    +#> 4965      VR2-6720     -5.627150     56.50808             50
    +#> 4966      VR2-6720     -5.627150     56.50808             50
    +#> 4967      VR2-6720     -5.627150     56.50808             50
    +#> 4968      VR2-6720     -5.627150     56.50808             50
    +#> 4969      VR2-6720     -5.627150     56.50808             50
    +#> 4970      VR2-6720     -5.627150     56.50808             50
    +#> 4971      VR2-6720     -5.627150     56.50808             50
    +#> 4972      VR2-6720     -5.627150     56.50808             50
    +#> 4973      VR2-6720     -5.627150     56.50808             50
    +#> 4974      VR2-6720     -5.627150     56.50808             50
    +#> 4975      VR2-6720     -5.627150     56.50808             50
    +#> 4976      VR2-6720     -5.627150     56.50808             50
    +#> 4977      VR2-6720     -5.627150     56.50808             50
    +#> 4978      VR2-6720     -5.627150     56.50808             50
    +#> 4979      VR2-6720     -5.627150     56.50808             50
    +#> 4980      VR2-6720     -5.627150     56.50808             50
    +#> 4981      VR2-6720     -5.627150     56.50808             50
    +#> 4982      VR2-6720     -5.627150     56.50808             50
    +#> 4983      VR2-6720     -5.627150     56.50808             50
    +#> 4984      VR2-6720     -5.627150     56.50808             50
    +#> 4985      VR2-6720     -5.627150     56.50808             50
    +#> 4986      VR2-6720     -5.627150     56.50808             50
    +#> 4987      VR2-6720     -5.627150     56.50808             50
    +#> 4988      VR2-6720     -5.627150     56.50808             50
    +#> 4989      VR2-6720     -5.627150     56.50808             50
    +#> 4990      VR2-6720     -5.627150     56.50808             50
    +#> 4991      VR2-6720     -5.627150     56.50808             50
    +#> 4992      VR2-6720     -5.627150     56.50808             50
    +#> 4993      VR2-6720     -5.627150     56.50808             50
    +#> 4994      VR2-6720     -5.627150     56.50808             50
    +#> 4995      VR2-6720     -5.627150     56.50808             50
    +#> 4996      VR2-6720     -5.627150     56.50808             50
    +#> 4997      VR2-6720     -5.627150     56.50808             50
    +#> 4998      VR2-6720     -5.627150     56.50808             50
    +#> 4999      VR2-6720     -5.627150     56.50808             50
    +#> 5000      VR2-6720     -5.627150     56.50808             50
    +#> 5001      VR2-6720     -5.627150     56.50808             50
    +#> 5002      VR2-6720     -5.627150     56.50808             50
    +#> 5003      VR2-6720     -5.627150     56.50808             50
    +#> 5004      VR2-6720     -5.627150     56.50808             50
    +#> 5005      VR2-6720     -5.627150     56.50808             50
    +#> 5006      VR2-6720     -5.627150     56.50808             50
    +#> 5007      VR2-6720     -5.627150     56.50808             50
    +#> 5008      VR2-6720     -5.627150     56.50808             50
    +#> 5009      VR2-6720     -5.627150     56.50808             50
    +#> 5010      VR2-6720     -5.627150     56.50808             50
    +#> 5011      VR2-6720     -5.627150     56.50808             50
    +#> 5012      VR2-6720     -5.627150     56.50808             50
    +#> 5013      VR2-6720     -5.627150     56.50808             50
    +#> 5014      VR2-6720     -5.627150     56.50808             50
    +#> 5015      VR2-6720     -5.627150     56.50808             50
    +#> 5016      VR2-6720     -5.627150     56.50808             50
    +#> 5017      VR2-6720     -5.627150     56.50808             50
    +#> 5018      VR2-6720     -5.627150     56.50808             50
    +#> 5019      VR2-6720     -5.627150     56.50808             50
    +#> 5020      VR2-6720     -5.627150     56.50808             50
    +#> 5021      VR2-6720     -5.627150     56.50808             50
    +#> 5022      VR2-6720     -5.627150     56.50808             50
    +#> 5023      VR2-6720     -5.627150     56.50808             50
    +#> 5024      VR2-6720     -5.627150     56.50808             50
    +#> 5025      VR2-6720     -5.627150     56.50808             50
    +#> 5026      VR2-6720     -5.627150     56.50808             50
    +#> 5027      VR2-6720     -5.627150     56.50808             50
    +#> 5028      VR2-6720     -5.627150     56.50808             50
    +#> 5029      VR2-6720     -5.627150     56.50808             50
    +#> 5030      VR2-6720     -5.627150     56.50808             50
    +#> 5031  VR2AR-546136     -5.665000     56.48650            105
    +#> 5032  VR2AR-546136     -5.665000     56.48650            105
    +#> 5033  VR2AR-546136     -5.665000     56.48650            105
    +#> 5034  VR2AR-546136     -5.665000     56.48650            105
    +#> 5035      VR2-5629     -5.655350     56.38545             50
    +#> 5036      VR2-5629     -5.655350     56.38545             50
    +#> 5037      VR2-5629     -5.655350     56.38545             50
    +#> 5038      VR2-5629     -5.655350     56.38545             50
    +#> 5039      VR2-5629     -5.655350     56.38545             50
    +#> 5040      VR2-5629     -5.655350     56.38545             50
    +#> 5041      VR2-5629     -5.655350     56.38545             50
    +#> 5042      VR2-5629     -5.655350     56.38545             50
    +#> 5043      VR2-5629     -5.655350     56.38545             50
    +#> 5044      VR2-5629     -5.655350     56.38545             50
    +#> 5045      VR2-5629     -5.655350     56.38545             50
    +#> 5046      VR2-5629     -5.655350     56.38545             50
    +#> 5047      VR2-5629     -5.655350     56.38545             50
    +#> 5048      VR2-5629     -5.655350     56.38545             50
    +#> 5049      VR2-5629     -5.655350     56.38545             50
    +#> 5050      VR2-5629     -5.655350     56.38545             50
    +#> 5051      VR2-5629     -5.655350     56.38545             50
    +#> 5052  VR2AR-546132     -5.606667     56.39367             95
    +#> 5053  VR2AR-546132     -5.606667     56.39367             95
    +#> 5054  VR2AR-546132     -5.606667     56.39367             95
    +#> 5055  VR2AR-546132     -5.606667     56.39367             95
    +#> 5056  VR2AR-546132     -5.606667     56.39367             95
    +#> 5057  VR2AR-546132     -5.606667     56.39367             95
    +#> 5058  VR2AR-546132     -5.606667     56.39367             95
    +#> 5059  VR2AR-546132     -5.606667     56.39367             95
    +#> 5060  VR2AR-546132     -5.606667     56.39367             95
    +#> 5061  VR2AR-546132     -5.606667     56.39367             95
    +#> 5062  VR2AR-546132     -5.606667     56.39367             95
    +#> 5063  VR2AR-546132     -5.606667     56.39367             95
    +#> 5064  VR2AR-546132     -5.606667     56.39367             95
    +#> 5065  VR2AR-546132     -5.606667     56.39367             95
    +#> 5066  VR2AR-546132     -5.606667     56.39367             95
    +#> 5067  VR2AR-546132     -5.606667     56.39367             95
    +#> 5068  VR2AR-546132     -5.606667     56.39367             95
    +#> 5069  VR2AR-546132     -5.606667     56.39367             95
    +#> 5070  VR2AR-546132     -5.606667     56.39367             95
    +#> 5071  VR2AR-546132     -5.606667     56.39367             95
    +#> 5072  VR2AR-546132     -5.606667     56.39367             95
    +#> 5073  VR2AR-546132     -5.606667     56.39367             95
    +#> 5074  VR2AR-546132     -5.606667     56.39367             95
    +#> 5075  VR2AR-546132     -5.606667     56.39367             95
    +#> 5076  VR2AR-546132     -5.606667     56.39367             95
    +#> 5077  VR2AR-546132     -5.606667     56.39367             95
    +#> 5078  VR2AR-546132     -5.606667     56.39367             95
    +#> 5079  VR2AR-546132     -5.606667     56.39367             95
    +#> 5080  VR2AR-546132     -5.606667     56.39367             95
    +#> 5081  VR2AR-546132     -5.606667     56.39367             95
    +#> 5082  VR2AR-546132     -5.606667     56.39367             95
    +#> 5083  VR2AR-546132     -5.606667     56.39367             95
    +#> 5084  VR2AR-546132     -5.606667     56.39367             95
    +#> 5085  VR2AR-546132     -5.606667     56.39367             95
    +#> 5086  VR2AR-546132     -5.606667     56.39367             95
    +#> 5087  VR2AR-546132     -5.606667     56.39367             95
    +#> 5088  VR2AR-546132     -5.606667     56.39367             95
    +#> 5089  VR2AR-546132     -5.606667     56.39367             95
    +#> 5090  VR2AR-546132     -5.606667     56.39367             95
    +#> 5091  VR2AR-546132     -5.606667     56.39367             95
    +#> 5092   VR2W-120722     -5.602283     56.37748             25
    +#> 5093   VR2W-120722     -5.602283     56.37748             25
    +#> 5094   VR2W-120722     -5.602283     56.37748             25
    +#> 5095   VR2W-113142     -5.634833     56.37502             50
    +#> 5096   VR2W-113142     -5.634833     56.37502             50
    +#> 5097   VR2W-113142     -5.634833     56.37502             50
    +#> 5098  VR2AR-546133     -5.650167     56.36550             50
    +#> 5099  VR2AR-546133     -5.650167     56.36550             50
    +#> 5100  VR2AR-546133     -5.650167     56.36550             50
    +#> 5101  VR2AR-546133     -5.650167     56.36550             50
    +#> 5102  VR2AR-546133     -5.650167     56.36550             50
    +#> 5103  VR2AR-546133     -5.650167     56.36550             50
    +#> 5104  VR2AR-546133     -5.650167     56.36550             50
    +#> 5105   VR2W-110825     -5.691617     56.35263             50
    +#> 5106   VR2W-110825     -5.691617     56.35263             50
    +#> 5107   VR2W-110825     -5.691617     56.35263             50
    +#> 5108   VR2W-110825     -5.691617     56.35263             50
    +#> 5109   VR2W-110825     -5.691617     56.35263             50
    +#> 5110   VR2W-110825     -5.691617     56.35263             50
    +#> 5111   VR2W-110825     -5.691617     56.35263             50
    +#> 5112   VR2W-110825     -5.691617     56.35263             50
    +#> 5113   VR2W-110825     -5.691617     56.35263             50
    +#> 5114   VR2W-110825     -5.691617     56.35263             50
    +#> 5115   VR2W-110825     -5.691617     56.35263             50
    +#> 5116   VR2W-110825     -5.691617     56.35263             50
    +#> 5117   VR2W-110825     -5.691617     56.35263             50
    +#> 5118   VR2W-110825     -5.691617     56.35263             50
    +#> 5119      VR2-5629     -5.655350     56.38545             50
    +#> 5120      VR2-5629     -5.655350     56.38545             50
    +#> 5121      VR2-5629     -5.655350     56.38545             50
    +#> 5122      VR2-5629     -5.655350     56.38545             50
    +#> 5123      VR2-5629     -5.655350     56.38545             50
    +#> 5124      VR2-5629     -5.655350     56.38545             50
    +#> 5125      VR2-5629     -5.655350     56.38545             50
    +#> 5126      VR2-5629     -5.655350     56.38545             50
    +#> 5127      VR2-5629     -5.655350     56.38545             50
    +#> 5128      VR2-5629     -5.655350     56.38545             50
    +#> 5129      VR2-5629     -5.655350     56.38545             50
    +#> 5130      VR2-5629     -5.655350     56.38545             50
    +#> 5131      VR2-5629     -5.655350     56.38545             50
    +#> 5132      VR2-5629     -5.655350     56.38545             50
    +#> 5133      VR2-5629     -5.655350     56.38545             50
    +#> 5134      VR2-5629     -5.655350     56.38545             50
    +#> 5135      VR2-5629     -5.655350     56.38545             50
    +#> 5136      VR2-5629     -5.655350     56.38545             50
    +#> 5137      VR2-5629     -5.655350     56.38545             50
    +#> 5138      VR2-5629     -5.655350     56.38545             50
    +#> 5139      VR2-5629     -5.655350     56.38545             50
    +#> 5140  VR2AR-546136     -5.665000     56.48650            105
    +#> 5141  VR2AR-546136     -5.665000     56.48650            105
    +#> 5142  VR2AR-546136     -5.665000     56.48650            105
    +#> 5143  VR2AR-546136     -5.665000     56.48650            105
    +#> 5144  VR2AR-546136     -5.665000     56.48650            105
    +#> 5145  VR2AR-546136     -5.665000     56.48650            105
    +#> 5146  VR2AR-546136     -5.665000     56.48650            105
    +#> 5147  VR2AR-546136     -5.665000     56.48650            105
    +#> 5148  VR2AR-546136     -5.665000     56.48650            105
    +#> 5149  VR2AR-546136     -5.665000     56.48650            105
    +#> 5150  VR2AR-546136     -5.665000     56.48650            105
    +#> 5151  VR2AR-546136     -5.665000     56.48650            105
    +#> 5152  VR2AR-546136     -5.665000     56.48650            105
    +#> 5153  VR2AR-546136     -5.665000     56.48650            105
    +#> 5154  VR2AR-546136     -5.665000     56.48650            105
    +#> 5155  VR2AR-546136     -5.665000     56.48650            105
    +#> 5156  VR2AR-546136     -5.665000     56.48650            105
    +#> 5157  VR2AR-546136     -5.665000     56.48650            105
    +#> 5158  VR2AR-546136     -5.665000     56.48650            105
    +#> 5159  VR2AR-546136     -5.665000     56.48650            105
    +#> 5160  VR2AR-546136     -5.665000     56.48650            105
    +#> 5161  VR2AR-546136     -5.665000     56.48650            105
    +#> 5162  VR2AR-546136     -5.665000     56.48650            105
    +#> 5163  VR2AR-546136     -5.665000     56.48650            105
    +#> 5164  VR2AR-546134     -5.628000     56.45650             40
    +#> 5165  VR2AR-546134     -5.628000     56.45650             40
    +#> 5166  VR2AR-546134     -5.628000     56.45650             40
    +#> 5167  VR2AR-546134     -5.628000     56.45650             40
    +#> 5168  VR2AR-546134     -5.628000     56.45650             40
    +#> 5169  VR2AR-546132     -5.606667     56.39367             95
    +#> 5170  VR2AR-546132     -5.606667     56.39367             95
    +#> 5171  VR2AR-546132     -5.606667     56.39367             95
    +#> 5172  VR2AR-546132     -5.606667     56.39367             95
    +#> 5173  VR2AR-546132     -5.606667     56.39367             95
    +#> 5174  VR2AR-546132     -5.606667     56.39367             95
    +#> 5175  VR2AR-546132     -5.606667     56.39367             95
    +#> 5176  VR2AR-546132     -5.606667     56.39367             95
    +#> 5177  VR2AR-546132     -5.606667     56.39367             95
    +#> 5178  VR2AR-546132     -5.606667     56.39367             95
    +#> 5179  VR2AR-546132     -5.606667     56.39367             95
    +#> 5180  VR2AR-546132     -5.606667     56.39367             95
    +#> 5181  VR2AR-546132     -5.606667     56.39367             95
    +#> 5182  VR2AR-546132     -5.606667     56.39367             95
    +#> 5183  VR2AR-546132     -5.606667     56.39367             95
    +#> 5184  VR2AR-546132     -5.606667     56.39367             95
    +#> 5185  VR2AR-546132     -5.606667     56.39367             95
    +#> 5186  VR2AR-546132     -5.606667     56.39367             95
    +#> 5187  VR2AR-546132     -5.606667     56.39367             95
    +#> 5188  VR2AR-546132     -5.606667     56.39367             95
    +#> 5189  VR2AR-546132     -5.606667     56.39367             95
    +#> 5190  VR2AR-546132     -5.606667     56.39367             95
    +#> 5191  VR2AR-546132     -5.606667     56.39367             95
    +#> 5192  VR2AR-546132     -5.606667     56.39367             95
    +#> 5193  VR2AR-546132     -5.606667     56.39367             95
    +#> 5194  VR2AR-546132     -5.606667     56.39367             95
    +#> 5195  VR2AR-546132     -5.606667     56.39367             95
    +#> 5196  VR2AR-546132     -5.606667     56.39367             95
    +#> 5197  VR2AR-546132     -5.606667     56.39367             95
    +#> 5198  VR2AR-546132     -5.606667     56.39367             95
    +#> 5199  VR2AR-546132     -5.606667     56.39367             95
    +#> 5200  VR2AR-546132     -5.606667     56.39367             95
    +#> 5201  VR2AR-546132     -5.606667     56.39367             95
    +#> 5202  VR2AR-546132     -5.606667     56.39367             95
    +#> 5203  VR2AR-546132     -5.606667     56.39367             95
    +#> 5204  VR2AR-546132     -5.606667     56.39367             95
    +#> 5205  VR2AR-546132     -5.606667     56.39367             95
    +#> 5206  VR2AR-546132     -5.606667     56.39367             95
    +#> 5207  VR2AR-546132     -5.606667     56.39367             95
    +#> 5208  VR2AR-546132     -5.606667     56.39367             95
    +#> 5209  VR2AR-546132     -5.606667     56.39367             95
    +#> 5210  VR2AR-546132     -5.606667     56.39367             95
    +#> 5211  VR2AR-546132     -5.606667     56.39367             95
    +#> 5212  VR2AR-546132     -5.606667     56.39367             95
    +#> 5213  VR2AR-546132     -5.606667     56.39367             95
    +#> 5214  VR2AR-546132     -5.606667     56.39367             95
    +#> 5215  VR2AR-546132     -5.606667     56.39367             95
    +#> 5216  VR2AR-546132     -5.606667     56.39367             95
    +#> 5217  VR2AR-546132     -5.606667     56.39367             95
    +#> 5218  VR2AR-546132     -5.606667     56.39367             95
    +#> 5219  VR2AR-546132     -5.606667     56.39367             95
    +#> 5220  VR2AR-546132     -5.606667     56.39367             95
    +#> 5221  VR2AR-546132     -5.606667     56.39367             95
    +#> 5222  VR2AR-546132     -5.606667     56.39367             95
    +#> 5223  VR2AR-546132     -5.606667     56.39367             95
    +#> 5224  VR2AR-546132     -5.606667     56.39367             95
    +#> 5225  VR2AR-546132     -5.606667     56.39367             95
    +#> 5226  VR2AR-546132     -5.606667     56.39367             95
    +#> 5227  VR2AR-546132     -5.606667     56.39367             95
    +#> 5228  VR2AR-546132     -5.606667     56.39367             95
    +#> 5229  VR2AR-546132     -5.606667     56.39367             95
    +#> 5230  VR2AR-546132     -5.606667     56.39367             95
    +#> 5231  VR2AR-546132     -5.606667     56.39367             95
    +#> 5232  VR2AR-546132     -5.606667     56.39367             95
    +#> 5233  VR2AR-546132     -5.606667     56.39367             95
    +#> 5234  VR2AR-546132     -5.606667     56.39367             95
    +#> 5235  VR2AR-546132     -5.606667     56.39367             95
    +#> 5236  VR2AR-546132     -5.606667     56.39367             95
    +#> 5237  VR2AR-546132     -5.606667     56.39367             95
    +#> 5238  VR2AR-546132     -5.606667     56.39367             95
    +#> 5239  VR2AR-546132     -5.606667     56.39367             95
    +#> 5240  VR2AR-546132     -5.606667     56.39367             95
    +#> 5241  VR2AR-546132     -5.606667     56.39367             95
    +#> 5242  VR2AR-546132     -5.606667     56.39367             95
    +#> 5243  VR2AR-546132     -5.606667     56.39367             95
    +#> 5244  VR2AR-546132     -5.606667     56.39367             95
    +#> 5245  VR2AR-546132     -5.606667     56.39367             95
    +#> 5246  VR2AR-546132     -5.606667     56.39367             95
    +#> 5247  VR2AR-546132     -5.606667     56.39367             95
    +#> 5248  VR2AR-546132     -5.606667     56.39367             95
    +#> 5249  VR2AR-546132     -5.606667     56.39367             95
    +#> 5250  VR2AR-546132     -5.606667     56.39367             95
    +#> 5251  VR2AR-546132     -5.606667     56.39367             95
    +#> 5252  VR2AR-546132     -5.606667     56.39367             95
    +#> 5253  VR2AR-546132     -5.606667     56.39367             95
    +#> 5254  VR2AR-546132     -5.606667     56.39367             95
    +#> 5255   VR2W-108158     -5.619533     56.37413             25
    +#> 5256   VR2W-108158     -5.619533     56.37413             25
    +#> 5257   VR2W-108158     -5.619533     56.37413             25
    +#> 5258   VR2W-108158     -5.619533     56.37413             25
    +#> 5259   VR2W-108158     -5.619533     56.37413             25
    +#> 5260   VR2W-108158     -5.619533     56.37413             25
    +#> 5261   VR2W-108158     -5.619533     56.37413             25
    +#> 5262   VR2W-108158     -5.619533     56.37413             25
    +#> 5263   VR2W-108158     -5.619533     56.37413             25
    +#> 5264   VR2W-108158     -5.619533     56.37413             25
    +#> 5265   VR2W-108158     -5.619533     56.37413             25
    +#> 5266   VR2W-108158     -5.619533     56.37413             25
    +#> 5267   VR2W-108158     -5.619533     56.37413             25
    +#> 5268   VR2W-108158     -5.619533     56.37413             25
    +#> 5269   VR2W-108158     -5.619533     56.37413             25
    +#> 5270   VR2W-108158     -5.619533     56.37413             25
    +#> 5271   VR2W-113142     -5.634833     56.37502             50
    +#> 5272   VR2W-113142     -5.634833     56.37502             50
    +#> 5273   VR2W-113142     -5.634833     56.37502             50
    +#> 5274   VR2W-113142     -5.634833     56.37502             50
    +#> 5275   VR2W-113142     -5.634833     56.37502             50
    +#> 5276   VR2W-113142     -5.634833     56.37502             50
    +#> 5277   VR2W-113142     -5.634833     56.37502             50
    +#> 5278   VR2W-113142     -5.634833     56.37502             50
    +#> 5279   VR2W-113142     -5.634833     56.37502             50
    +#> 5280   VR2W-113142     -5.634833     56.37502             50
    +#> 5281   VR2W-113142     -5.634833     56.37502             50
    +#> 5282   VR2W-113142     -5.634833     56.37502             50
    +#> 5283   VR2W-113142     -5.634833     56.37502             50
    +#> 5284   VR2W-113142     -5.634833     56.37502             50
    +#> 5285   VR2W-113142     -5.634833     56.37502             50
    +#> 5286   VR2W-113142     -5.634833     56.37502             50
    +#> 5287  VR2AR-546132     -5.606667     56.39367             95
    +#> 5288  VR2AR-546132     -5.606667     56.39367             95
    +#> 5289  VR2AR-546132     -5.606667     56.39367             95
    +#> 5290  VR2AR-546132     -5.606667     56.39367             95
    +#> 5291  VR2AR-546132     -5.606667     56.39367             95
    +#> 5292  VR2AR-546132     -5.606667     56.39367             95
    +#> 5293   VR2W-113142     -5.634833     56.37502             50
    +#> 5294   VR2W-113142     -5.634833     56.37502             50
    +#> 5295   VR2W-113142     -5.634833     56.37502             50
    +#> 5296   VR2W-113142     -5.634833     56.37502             50
    +#> 5297   VR2W-113142     -5.634833     56.37502             50
    +#> 5298   VR2W-113142     -5.634833     56.37502             50
    +#> 5299   VR2W-113142     -5.634833     56.37502             50
    +#> 5300   VR2W-113142     -5.634833     56.37502             50
    +#> 5301   VR2W-113142     -5.634833     56.37502             50
    +#> 5302   VR2W-113142     -5.634833     56.37502             50
    +#> 5303   VR2W-113142     -5.634833     56.37502             50
    +#> 5304   VR2W-113142     -5.634833     56.37502             50
    +#> 5305   VR2W-113142     -5.634833     56.37502             50
    +#> 5306   VR2W-110825     -5.691617     56.35263             50
    +#> 5307   VR2W-110825     -5.691617     56.35263             50
    +#> 5308   VR2W-110825     -5.691617     56.35263             50
    +#> 5309   VR2W-110825     -5.691617     56.35263             50
    +#> 5310   VR2W-110825     -5.691617     56.35263             50
    +#> 5311   VR2W-110825     -5.691617     56.35263             50
    +#> 5312   VR2W-110825     -5.691617     56.35263             50
    +#> 5313   VR2W-110825     -5.691617     56.35263             50
    +#> 5314   VR2W-110825     -5.691617     56.35263             50
    +#> 5315   VR2W-110825     -5.691617     56.35263             50
    +#> 5316   VR2W-110825     -5.691617     56.35263             50
    +#> 5317   VR2W-110825     -5.691617     56.35263             50
    +#> 5318   VR2W-110825     -5.691617     56.35263             50
    +#> 5319   VR2W-113142     -5.634833     56.37502             50
    +#> 5320   VR2W-113142     -5.634833     56.37502             50
    +#> 5321   VR2W-113142     -5.634833     56.37502             50
    +#> 5322   VR2W-113142     -5.634833     56.37502             50
    +#> 5323   VR2W-113142     -5.634833     56.37502             50
    +#> 5324   VR2W-113142     -5.634833     56.37502             50
    +#> 5325   VR2W-113142     -5.634833     56.37502             50
    +#> 5326   VR2W-113142     -5.634833     56.37502             50
    +#> 5327  VR2AR-546132     -5.606667     56.39367             95
    +#> 5328  VR2AR-546132     -5.606667     56.39367             95
    +#> 5329  VR2AR-546132     -5.606667     56.39367             95
    +#> 5330  VR2AR-546132     -5.606667     56.39367             95
    +#> 5331  VR2AR-546132     -5.606667     56.39367             95
    +#> 5332  VR2AR-546132     -5.606667     56.39367             95
    +#> 5333  VR2AR-546132     -5.606667     56.39367             95
    +#> 5334  VR2AR-546132     -5.606667     56.39367             95
    +#> 5335  VR2AR-546132     -5.606667     56.39367             95
    +#> 5336  VR2AR-546132     -5.606667     56.39367             95
    +#> 5337  VR2AR-546132     -5.606667     56.39367             95
    +#> 5338  VR2AR-546132     -5.606667     56.39367             95
    +#> 5339  VR2AR-546132     -5.606667     56.39367             95
    +#> 5340  VR2AR-546132     -5.606667     56.39367             95
    +#> 5341  VR2AR-546132     -5.606667     56.39367             95
    +#> 5342  VR2AR-546132     -5.606667     56.39367             95
    +#> 5343  VR2AR-546132     -5.606667     56.39367             95
    +#> 5344  VR2AR-546132     -5.606667     56.39367             95
    +#> 5345  VR2AR-546132     -5.606667     56.39367             95
    +#> 5346  VR2AR-546132     -5.606667     56.39367             95
    +#> 5347  VR2AR-546132     -5.606667     56.39367             95
    +#> 5348  VR2AR-546132     -5.606667     56.39367             95
    +#> 5349  VR2AR-546132     -5.606667     56.39367             95
    +#> 5350  VR2AR-546132     -5.606667     56.39367             95
    +#> 5351  VR2AR-546132     -5.606667     56.39367             95
    +#> 5352  VR2AR-546132     -5.606667     56.39367             95
    +#> 5353  VR2AR-546132     -5.606667     56.39367             95
    +#> 5354  VR2AR-546132     -5.606667     56.39367             95
    +#> 5355  VR2AR-546132     -5.606667     56.39367             95
    +#> 5356  VR2AR-546132     -5.606667     56.39367             95
    +#> 5357  VR2AR-546132     -5.606667     56.39367             95
    +#> 5358  VR2AR-546132     -5.606667     56.39367             95
    +#> 5359  VR2AR-546132     -5.606667     56.39367             95
    +#> 5360  VR2AR-546132     -5.606667     56.39367             95
    +#> 5361  VR2AR-546132     -5.606667     56.39367             95
    +#> 5362  VR2AR-546132     -5.606667     56.39367             95
    +#> 5363  VR2AR-546132     -5.606667     56.39367             95
    +#> 5364  VR2AR-546132     -5.606667     56.39367             95
    +#> 5365  VR2AR-546132     -5.606667     56.39367             95
    +#> 5366  VR2AR-546132     -5.606667     56.39367             95
    +#> 5367  VR2AR-546132     -5.606667     56.39367             95
    +#> 5368  VR2AR-546132     -5.606667     56.39367             95
    +#> 5369  VR2AR-546132     -5.606667     56.39367             95
    +#> 5370   VR2W-120722     -5.602283     56.37748             25
    +#> 5371   VR2W-120722     -5.602283     56.37748             25
    +#> 5372   VR2W-120722     -5.602283     56.37748             25
    +#> 5373   VR2W-120722     -5.602283     56.37748             25
    +#> 5374   VR2W-120722     -5.602283     56.37748             25
    +#> 5375   VR2W-120722     -5.602283     56.37748             25
    +#> 5376   VR2W-120722     -5.602283     56.37748             25
    +#> 5377   VR2W-120722     -5.602283     56.37748             25
    +#> 5378   VR2W-120722     -5.602283     56.37748             25
    +#> 5379   VR2W-120722     -5.602283     56.37748             25
    +#> 5380   VR2W-120722     -5.602283     56.37748             25
    +#> 5381  VR2AR-546132     -5.606667     56.39367             95
    +#> 5382  VR2AR-546132     -5.606667     56.39367             95
    +#> 5383  VR2AR-546132     -5.606667     56.39367             95
    +#> 5384  VR2AR-546132     -5.606667     56.39367             95
    +#> 5385  VR2AR-546132     -5.606667     56.39367             95
    +#> 5386  VR2AR-546132     -5.606667     56.39367             95
    +#> 5387  VR2AR-546132     -5.606667     56.39367             95
    +#> 5388  VR2AR-546132     -5.606667     56.39367             95
    +#> 5389  VR2AR-546132     -5.606667     56.39367             95
    +#> 5390  VR2AR-546132     -5.606667     56.39367             95
    +#> 5391  VR2AR-546132     -5.606667     56.39367             95
    +#> 5392  VR2AR-546132     -5.606667     56.39367             95
    +#> 5393  VR2AR-546132     -5.606667     56.39367             95
    +#> 5394  VR2AR-546132     -5.606667     56.39367             95
    +#> 5395  VR2AR-546132     -5.606667     56.39367             95
    +#> 5396  VR2AR-546132     -5.606667     56.39367             95
    +#> 5397  VR2AR-546132     -5.606667     56.39367             95
    +#> 5398  VR2AR-546132     -5.606667     56.39367             95
    +#> 5399  VR2AR-546132     -5.606667     56.39367             95
    +#> 5400  VR2AR-546132     -5.606667     56.39367             95
    +#> 5401  VR2AR-546132     -5.606667     56.39367             95
    +#> 5402  VR2AR-546132     -5.606667     56.39367             95
    +#> 5403  VR2AR-546132     -5.606667     56.39367             95
    +#> 5404  VR2AR-546132     -5.606667     56.39367             95
    +#> 5405  VR2AR-546132     -5.606667     56.39367             95
    +#> 5406  VR2AR-546132     -5.606667     56.39367             95
    +#> 5407  VR2AR-546132     -5.606667     56.39367             95
    +#> 5408  VR2AR-546132     -5.606667     56.39367             95
    +#> 5409  VR2AR-546132     -5.606667     56.39367             95
    +#> 5410  VR2AR-546132     -5.606667     56.39367             95
    +#> 5411  VR2AR-546132     -5.606667     56.39367             95
    +#> 5412  VR2AR-546132     -5.606667     56.39367             95
    +#> 5413  VR2AR-546132     -5.606667     56.39367             95
    +#> 5414  VR2AR-546132     -5.606667     56.39367             95
    +#> 5415  VR2AR-546132     -5.606667     56.39367             95
    +#> 5416  VR2AR-546132     -5.606667     56.39367             95
    +#> 5417  VR2AR-546132     -5.606667     56.39367             95
    +#> 5418  VR2AR-546132     -5.606667     56.39367             95
    +#> 5419  VR2AR-546132     -5.606667     56.39367             95
    +#> 5420  VR2AR-546132     -5.606667     56.39367             95
    +#> 5421  VR2AR-546132     -5.606667     56.39367             95
    +#> 5422  VR2AR-546132     -5.606667     56.39367             95
    +#> 5423  VR2AR-546132     -5.606667     56.39367             95
    +#> 5424  VR2AR-546132     -5.606667     56.39367             95
    +#> 5425  VR2AR-546132     -5.606667     56.39367             95
    +#> 5426  VR2AR-546132     -5.606667     56.39367             95
    +#> 5427  VR2AR-546132     -5.606667     56.39367             95
    +#> 5428   VR2W-120722     -5.602283     56.37748             25
    +#> 5429   VR2W-120722     -5.602283     56.37748             25
    +#> 5430   VR2W-120722     -5.602283     56.37748             25
    +#> 5431   VR2W-120722     -5.602283     56.37748             25
    +#> 5432   VR2W-120722     -5.602283     56.37748             25
    +#> 5433   VR2W-108158     -5.619533     56.37413             25
    +#> 5434   VR2W-108158     -5.619533     56.37413             25
    +#> 5435   VR2W-108158     -5.619533     56.37413             25
    +#> 5436   VR2W-108158     -5.619533     56.37413             25
    +#> 5437   VR2W-108158     -5.619533     56.37413             25
    +#> 5438   VR2W-108158     -5.619533     56.37413             25
    +#> 5439   VR2W-108158     -5.619533     56.37413             25
    +#> 5440   VR2W-108158     -5.619533     56.37413             25
    +#> 5441   VR2W-120722     -5.602283     56.37748             25
    +#> 5442   VR2W-120722     -5.602283     56.37748             25
    +#> 5443   VR2W-120722     -5.602283     56.37748             25
    +#> 5444   VR2W-120722     -5.602283     56.37748             25
    +#> 5445   VR2W-120722     -5.602283     56.37748             25
    +#> 5446   VR2W-120722     -5.602283     56.37748             25
    +#> 5447   VR2W-120722     -5.602283     56.37748             25
    +#> 5448   VR2W-120722     -5.602283     56.37748             25
    +#> 5449   VR2W-120722     -5.602283     56.37748             25
    +#> 5450   VR2W-120722     -5.602283     56.37748             25
    +#> 5451   VR2W-120722     -5.602283     56.37748             25
    +#> 5452   VR2W-120722     -5.602283     56.37748             25
    +#> 5453   VR2W-120722     -5.602283     56.37748             25
    +#> 5454   VR2W-120722     -5.602283     56.37748             25
    +#> 5455   VR2W-120722     -5.602283     56.37748             25
    +#> 5456   VR2W-120722     -5.602283     56.37748             25
    +#> 5457   VR2W-120722     -5.602283     56.37748             25
    +#> 5458   VR2W-120722     -5.602283     56.37748             25
    +#> 5459   VR2W-120722     -5.602283     56.37748             25
    +#> 5460   VR2W-120722     -5.602283     56.37748             25
    +#> 5461   VR2W-120722     -5.602283     56.37748             25
    +#> 5462   VR2W-120722     -5.602283     56.37748             25
    +#> 5463   VR2W-120722     -5.602283     56.37748             25
    +#> 5464   VR2W-120722     -5.602283     56.37748             25
    +#> 5465   VR2W-108158     -5.619533     56.37413             25
    +#> 5466   VR2W-108158     -5.619533     56.37413             25
    +#> 5467   VR2W-108158     -5.619533     56.37413             25
    +#> 5468   VR2W-108158     -5.619533     56.37413             25
    +#> 5469   VR2W-108158     -5.619533     56.37413             25
    +#> 5470   VR2W-108158     -5.619533     56.37413             25
    +#> 5471   VR2W-108158     -5.619533     56.37413             25
    +#> 5472   VR2W-108158     -5.619533     56.37413             25
    +#> 5473   VR2W-120722     -5.602283     56.37748             25
    +#> 5474   VR2W-120722     -5.602283     56.37748             25
    +#> 5475   VR2W-120722     -5.602283     56.37748             25
    +#> 5476   VR2W-120722     -5.602283     56.37748             25
    +#> 5477   VR2W-120722     -5.602283     56.37748             25
    +#> 5478   VR2W-120722     -5.602283     56.37748             25
    +#> 5479   VR2W-120722     -5.602283     56.37748             25
    +#> 5480   VR2W-120722     -5.602283     56.37748             25
    +#> 5481   VR2W-120722     -5.602283     56.37748             25
    +#> 5482   VR2W-120722     -5.602283     56.37748             25
    +#> 5483   VR2W-120722     -5.602283     56.37748             25
    +#> 5484   VR2W-120722     -5.602283     56.37748             25
    +#> 5485   VR2W-120722     -5.602283     56.37748             25
    +#> 5486   VR2W-108158     -5.619533     56.37413             25
    +#> 5487   VR2W-108158     -5.619533     56.37413             25
    +#> 5488   VR2W-108158     -5.619533     56.37413             25
    +#> 5489   VR2W-108158     -5.619533     56.37413             25
    +#> 5490   VR2W-108158     -5.619533     56.37413             25
    +#> 5491   VR2W-108158     -5.619533     56.37413             25
    +#> 5492   VR2W-108158     -5.619533     56.37413             25
    +#> 5493   VR2W-108158     -5.619533     56.37413             25
    +#> 5494   VR2W-108158     -5.619533     56.37413             25
    +#> 5495   VR2W-108158     -5.619533     56.37413             25
    +#> 5496   VR2W-108158     -5.619533     56.37413             25
    +#> 5497   VR2W-108158     -5.619533     56.37413             25
    +#> 5498   VR2W-108158     -5.619533     56.37413             25
    +#> 5499   VR2W-108158     -5.619533     56.37413             25
    +#> 5500   VR2W-108158     -5.619533     56.37413             25
    +#> 5501   VR2W-108158     -5.619533     56.37413             25
    +#> 5502   VR2W-108158     -5.619533     56.37413             25
    +#> 5503   VR2W-108158     -5.619533     56.37413             25
    +#> 5504   VR2W-108158     -5.619533     56.37413             25
    +#> 5505   VR2W-108158     -5.619533     56.37413             25
    +#> 5506   VR2W-108158     -5.619533     56.37413             25
    +#> 5507   VR2W-108158     -5.619533     56.37413             25
    +#> 5508   VR2W-108158     -5.619533     56.37413             25
    +#> 5509   VR2W-108158     -5.619533     56.37413             25
    +#> 5510   VR2W-108158     -5.619533     56.37413             25
    +#> 5511   VR2W-108158     -5.619533     56.37413             25
    +#> 5512   VR2W-108158     -5.619533     56.37413             25
    +#> 5513   VR2W-108161     -5.605383     56.46018             25
    +#> 5514   VR2W-108161     -5.605383     56.46018             25
    +#> 5515   VR2W-108161     -5.605383     56.46018             25
    +#> 5516   VR2W-108161     -5.605383     56.46018             25
    +#> 5517  VR2AR-546131     -5.612700     56.37988             35
    +#> 5518  VR2AR-546131     -5.612700     56.37988             35
    +#> 5519  VR2AR-546131     -5.612700     56.37988             35
    +#> 5520  VR2AR-546131     -5.612700     56.37988             35
    +#> 5521  VR2AR-546131     -5.612700     56.37988             35
    +#> 5522  VR2AR-546131     -5.612700     56.37988             35
    +#> 5523  VR2AR-546131     -5.612700     56.37988             35
    +#> 5524  VR2AR-546131     -5.612700     56.37988             35
    +#> 5525  VR2AR-546131     -5.612700     56.37988             35
    +#> 5526  VR2AR-546131     -5.612700     56.37988             35
    +#> 5527  VR2AR-546131     -5.612700     56.37988             35
    +#> 5528  VR2AR-546131     -5.612700     56.37988             35
    +#> 5529  VR2AR-546131     -5.612700     56.37988             35
    +#> 5530   VR2W-108158     -5.619533     56.37413             25
    +#> 5531   VR2W-108158     -5.619533     56.37413             25
    +#> 5532   VR2W-108158     -5.619533     56.37413             25
    +#> 5533   VR2W-108158     -5.619533     56.37413             25
    +#> 5534   VR2W-108158     -5.619533     56.37413             25
    +#> 5535   VR2W-108158     -5.619533     56.37413             25
    +#> 5536   VR2W-108158     -5.619533     56.37413             25
    +#> 5537   VR2W-108158     -5.619533     56.37413             25
    +#> 5538   VR2W-108158     -5.619533     56.37413             25
    +#> 5539   VR2W-108158     -5.619533     56.37413             25
    +#> 5540   VR2W-108158     -5.619533     56.37413             25
    +#> 5541   VR2W-108158     -5.619533     56.37413             25
    +#> 5542   VR2W-108158     -5.619533     56.37413             25
    +#> 5543   VR2W-108158     -5.619533     56.37413             25
    +#> 5544   VR2W-108158     -5.619533     56.37413             25
    +#> 5545   VR2W-108158     -5.619533     56.37413             25
    +#> 5546   VR2W-108158     -5.619533     56.37413             25
    +#> 5547   VR2W-108158     -5.619533     56.37413             25
    +#> 5548   VR2W-108158     -5.619533     56.37413             25
    +#> 5549   VR2W-108158     -5.619533     56.37413             25
    +#> 5550   VR2W-108158     -5.619533     56.37413             25
    +#> 5551   VR2W-108158     -5.619533     56.37413             25
    +#> 5552   VR2W-108158     -5.619533     56.37413             25
    +#> 5553   VR2W-108158     -5.619533     56.37413             25
    +#> 5554  VR2AR-546131     -5.612700     56.37988             35
    +#> 5555  VR2AR-546131     -5.612700     56.37988             35
    +#> 5556  VR2AR-546131     -5.612700     56.37988             35
    +#> 5557  VR2AR-546131     -5.612700     56.37988             35
    +#> 5558  VR2AR-546131     -5.612700     56.37988             35
    +#> 5559  VR2AR-546131     -5.612700     56.37988             35
    +#> 5560  VR2AR-546131     -5.612700     56.37988             35
    +#> 5561  VR2AR-546131     -5.612700     56.37988             35
    +#> 5562  VR2AR-546131     -5.612700     56.37988             35
    +#> 5563  VR2AR-546131     -5.612700     56.37988             35
    +#> 5564  VR2AR-546131     -5.612700     56.37988             35
    +#> 5565  VR2AR-546131     -5.612700     56.37988             35
    +#> 5566  VR2AR-546131     -5.612700     56.37988             35
    +#> 5567  VR2AR-546131     -5.612700     56.37988             35
    +#> 5568  VR2AR-546131     -5.612700     56.37988             35
    +#> 5569  VR2AR-546131     -5.612700     56.37988             35
    +#> 5570  VR2AR-546131     -5.612700     56.37988             35
    +#> 5571  VR2AR-546131     -5.612700     56.37988             35
    +#> 5572  VR2AR-546131     -5.612700     56.37988             35
    +#> 5573  VR2AR-546131     -5.612700     56.37988             35
    +#> 5574  VR2AR-546131     -5.612700     56.37988             35
    +#> 5575  VR2AR-546131     -5.612700     56.37988             35
    +#> 5576  VR2AR-546131     -5.612700     56.37988             35
    +#> 5577  VR2AR-546131     -5.612700     56.37988             35
    +#> 5578  VR2AR-546131     -5.612700     56.37988             35
    +#> 5579  VR2AR-546131     -5.612700     56.37988             35
    +#> 5580  VR2AR-546131     -5.612700     56.37988             35
    +#> 5581  VR2AR-546131     -5.612700     56.37988             35
    +#> 5582  VR2AR-546131     -5.612700     56.37988             35
    +#> 5583  VR2AR-546131     -5.612700     56.37988             35
    +#> 5584  VR2AR-546131     -5.612700     56.37988             35
    +#> 5585  VR2AR-546131     -5.612700     56.37988             35
    +#> 5586  VR2AR-546380     -5.637917     56.44800             25
    +#> 5587  VR2AR-546380     -5.637917     56.44800             25
    +#> 5588  VR2AR-546380     -5.637917     56.44800             25
    +#> 5589   VR2W-108161     -5.605383     56.46018             25
    +#> 5590   VR2W-108161     -5.605383     56.46018             25
    +#> 5591   VR2W-108161     -5.605383     56.46018             25
    +#> 5592   VR2W-108161     -5.605383     56.46018             25
    +#> 5593   VR2W-108161     -5.605383     56.46018             25
    +#> 5594   VR2W-108161     -5.605383     56.46018             25
    +#> 5595   VR2W-108161     -5.605383     56.46018             25
    +#> 5596   VR2W-108161     -5.605383     56.46018             25
    +#> 5597   VR2W-108161     -5.605383     56.46018             25
    +#> 5598   VR2W-108161     -5.605383     56.46018             25
    +#> 5599   VR2W-108161     -5.605383     56.46018             25
    +#> 5600   VR2W-108161     -5.605383     56.46018             25
    +#> 5601   VR2W-108161     -5.605383     56.46018             25
    +#> 5602   VR2W-108161     -5.605383     56.46018             25
    +#> 5603  VR2AR-546380     -5.637917     56.44800             25
    +#> 5604  VR2AR-546380     -5.637917     56.44800             25
    +#> 5605  VR2AR-546380     -5.637917     56.44800             25
    +#> 5606  VR2AR-546380     -5.637917     56.44800             25
    +#> 5607  VR2AR-546380     -5.637917     56.44800             25
    +#> 5608  VR2AR-546380     -5.637917     56.44800             25
    +#> 5609  VR2AR-546380     -5.637917     56.44800             25
    +#> 5610  VR2AR-546380     -5.637917     56.44800             25
    +#> 5611  VR2AR-546380     -5.637917     56.44800             25
    +#> 5612  VR2AR-546136     -5.626250     56.44810             75
    +#> 5613  VR2AR-546136     -5.626250     56.44810             75
    +#> 5614  VR2AR-546136     -5.626250     56.44810             75
    +#> 5615  VR2AR-546131     -5.612700     56.37988             35
    +#> 5616  VR2AR-546131     -5.612700     56.37988             35
    +#> 5617  VR2AR-546131     -5.612700     56.37988             35
    +#> 5618  VR2AR-546131     -5.612700     56.37988             35
    +#> 5619  VR2AR-546131     -5.612700     56.37988             35
    +#> 5620  VR2AR-546131     -5.612700     56.37988             35
    +#> 5621  VR2AR-546131     -5.612700     56.37988             35
    +#> 5622  VR2AR-546131     -5.612700     56.37988             35
    +#> 5623  VR2AR-546131     -5.612700     56.37988             35
    +#> 5624  VR2AR-546131     -5.612700     56.37988             35
    +#> 5625  VR2AR-546131     -5.612700     56.37988             35
    +#> 5626  VR2AR-546131     -5.612700     56.37988             35
    +#> 5627  VR2AR-546131     -5.612700     56.37988             35
    +#> 5628  VR2AR-546131     -5.612700     56.37988             35
    +#> 5629  VR2AR-546131     -5.612700     56.37988             35
    +#> 5630  VR2AR-546131     -5.612700     56.37988             35
    +#> 5631  VR2AR-546131     -5.612700     56.37988             35
    +#> 5632  VR2AR-546131     -5.612700     56.37988             35
    +#> 5633  VR2AR-546131     -5.612700     56.37988             35
    +#> 5634  VR2AR-546131     -5.612700     56.37988             35
    +#> 5635  VR2AR-546131     -5.612700     56.37988             35
    +#> 5636  VR2AR-546131     -5.612700     56.37988             35
    +#> 5637  VR2AR-546131     -5.612700     56.37988             35
    +#> 5638  VR2AR-546131     -5.612700     56.37988             35
    +#> 5639  VR2AR-546131     -5.612700     56.37988             35
    +#> 5640  VR2AR-546131     -5.612700     56.37988             35
    +#> 5641  VR2AR-546131     -5.612700     56.37988             35
    +#> 5642  VR2AR-546131     -5.612700     56.37988             35
    +#> 5643  VR2AR-546131     -5.612700     56.37988             35
    +#> 5644  VR2AR-546131     -5.612700     56.37988             35
    +#> 5645  VR2AR-546131     -5.612700     56.37988             35
    +#> 5646  VR2AR-546136     -5.626250     56.44810             75
    +#> 5647  VR2AR-546136     -5.626250     56.44810             75
    +#> 5648  VR2AR-546136     -5.626250     56.44810             75
    +#> 5649   VR2W-108161     -5.605383     56.46018             25
    +#> 5650   VR2W-108161     -5.605383     56.46018             25
    +#> 5651  VR2AR-546136     -5.626250     56.44810             75
    +#> 5652  VR2AR-546136     -5.626250     56.44810             75
    +#> 5653  VR2AR-546136     -5.626250     56.44810             75
    +#> 5654  VR2AR-546136     -5.626250     56.44810             75
    +#> 5655  VR2AR-546136     -5.626250     56.44810             75
    +#> 5656  VR2AR-546136     -5.626250     56.44810             75
    +#> 5657  VR2AR-546380     -5.637917     56.44800             25
    +#> 5658  VR2AR-546380     -5.637917     56.44800             25
    +#> 5659  VR2AR-546136     -5.626250     56.44810             75
    +#> 5660  VR2AR-546136     -5.626250     56.44810             75
    +#> 5661  VR2AR-546136     -5.626250     56.44810             75
    +#> 5662  VR2AR-546136     -5.626250     56.44810             75
    +#> 5663  VR2AR-546136     -5.626250     56.44810             75
    +#> 5664  VR2AR-546136     -5.626250     56.44810             75
    +#> 5665  VR2AR-546136     -5.626250     56.44810             75
    +#> 5666  VR2AR-546136     -5.626250     56.44810             75
    +#> 5667  VR2AR-546131     -5.612700     56.37988             35
    +#> 5668  VR2AR-546131     -5.612700     56.37988             35
    +#> 5669  VR2AR-546131     -5.612700     56.37988             35
    +#> 5670  VR2AR-546131     -5.612700     56.37988             35
    +#> 5671  VR2AR-546131     -5.612700     56.37988             35
    +#> 5672  VR2AR-546131     -5.612700     56.37988             35
    +#> 5673  VR2AR-546131     -5.612700     56.37988             35
    +#> 5674  VR2AR-546131     -5.612700     56.37988             35
    +#> 5675  VR2AR-546131     -5.612700     56.37988             35
    +#> 5676  VR2AR-546131     -5.612700     56.37988             35
    +#> 5677  VR2AR-546131     -5.612700     56.37988             35
    +#> 5678  VR2AR-546131     -5.612700     56.37988             35
    +#> 5679  VR2AR-546131     -5.612700     56.37988             35
    +#> 5680  VR2AR-546131     -5.612700     56.37988             35
    +#> 5681  VR2AR-546131     -5.612700     56.37988             35
    +#> 5682  VR2AR-546131     -5.612700     56.37988             35
    +#> 5683  VR2AR-546131     -5.612700     56.37988             35
    +#> 5684  VR2AR-546131     -5.612700     56.37988             35
    +#> 5685  VR2AR-546131     -5.612700     56.37988             35
    +#> 5686  VR2AR-546131     -5.612700     56.37988             35
    +#> 5687  VR2AR-546131     -5.612700     56.37988             35
    +#> 5688  VR2AR-546131     -5.612700     56.37988             35
    +#> 5689  VR2AR-546131     -5.612700     56.37988             35
    +#> 5690  VR2AR-546131     -5.612700     56.37988             35
    +#> 5691  VR2AR-546131     -5.612700     56.37988             35
    +#> 5692  VR2AR-546131     -5.612700     56.37988             35
    +#> 5693  VR2AR-546136     -5.626250     56.44810             75
    +#> 5694  VR2AR-546136     -5.626250     56.44810             75
    +#> 5695  VR2AR-546136     -5.626250     56.44810             75
    +#> 5696  VR2AR-546136     -5.626250     56.44810             75
    +#> 5697  VR2AR-546136     -5.626250     56.44810             75
    +#> 5698  VR2AR-546136     -5.626250     56.44810             75
    +#> 5699  VR2AR-546136     -5.626250     56.44810             75
    +#> 5700  VR2AR-546136     -5.626250     56.44810             75
    +#> 5701  VR2AR-546136     -5.626250     56.44810             75
    +#> 5702  VR2AR-546136     -5.626250     56.44810             75
    +#> 5703  VR2AR-546136     -5.626250     56.44810             75
    +#> 5704  VR2AR-546136     -5.626250     56.44810             75
    +#> 5705  VR2AR-546380     -5.637917     56.44800             25
    +#> 5706  VR2AR-546380     -5.637917     56.44800             25
    +#> 5707  VR2AR-546380     -5.637917     56.44800             25
    +#> 5708  VR2AR-546380     -5.637917     56.44800             25
    +#> 5709  VR2AR-546380     -5.637917     56.44800             25
    +#> 5710  VR2AR-546380     -5.637917     56.44800             25
    +#> 5711  VR2AR-546380     -5.637917     56.44800             25
    +#> 5712  VR2AR-546380     -5.637917     56.44800             25
    +#> 5713  VR2AR-546380     -5.637917     56.44800             25
    +#> 5714  VR2AR-546380     -5.637917     56.44800             25
    +#> 5715  VR2AR-546380     -5.637917     56.44800             25
    +#> 5716  VR2AR-546380     -5.637917     56.44800             25
    +#> 5717  VR2AR-546380     -5.637917     56.44800             25
    +#> 5718  VR2AR-546136     -5.626250     56.44810             75
    +#> 5719  VR2AR-546136     -5.626250     56.44810             75
    +#> 5720  VR2AR-546136     -5.626250     56.44810             75
    +#> 5721  VR2AR-546136     -5.626250     56.44810             75
    +#> 5722  VR2AR-546136     -5.626250     56.44810             75
    +#> 5723  VR2AR-546136     -5.626250     56.44810             75
    +#> 5724  VR2AR-546136     -5.626250     56.44810             75
    +#> 5725  VR2AR-546136     -5.626250     56.44810             75
    +#> 5726  VR2AR-546136     -5.626250     56.44810             75
    +#> 5727  VR2AR-546136     -5.626250     56.44810             75
    +#> 5728  VR2AR-546136     -5.626250     56.44810             75
    +#> 5729  VR2AR-546136     -5.626250     56.44810             75
    +#> 5730  VR2AR-546136     -5.626250     56.44810             75
    +#> 5731  VR2AR-546133     -5.701717     56.49747             90
    +#> 5732  VR2AR-546133     -5.701717     56.49747             90
    +#> 5733  VR2AR-546133     -5.701717     56.49747             90
    +#> 5734  VR2AR-546133     -5.701717     56.49747             90
    +#> 5735  VR2AR-546133     -5.701717     56.49747             90
    +#> 5736  VR2AR-546133     -5.701717     56.49747             90
    +#> 5737  VR2AR-546133     -5.701717     56.49747             90
    +#> 5738  VR2AR-546133     -5.701717     56.49747             90
    +#> 5739  VR2AR-546133     -5.701717     56.49747             90
    +#> 5740  VR2AR-546133     -5.701717     56.49747             90
    +#> 5741  VR2AR-546133     -5.701717     56.49747             90
    +#> 5742      VR2-5637     -5.692417     56.49913             25
    +#> 5743      VR2-5637     -5.692417     56.49913             25
    +#> 5744      VR2-5637     -5.692417     56.49913             25
    +#> 5745      VR2-5637     -5.692417     56.49913             25
    +#> 5746      VR2-5637     -5.692417     56.49913             25
    +#> 5747      VR2-5637     -5.692417     56.49913             25
    +#> 5748      VR2-5637     -5.692417     56.49913             25
    +#> 5749      VR2-5637     -5.692417     56.49913             25
    +#> 5750      VR2-5637     -5.692417     56.49913             25
    +#> 5751      VR2-5637     -5.692417     56.49913             25
    +#> 5752      VR2-5637     -5.692417     56.49913             25
    +#> 5753      VR2-5637     -5.692417     56.49913             25
    +#> 5754      VR2-5637     -5.692417     56.49913             25
    +#> 5755      VR2-5637     -5.692417     56.49913             25
    +#> 5756      VR2-5637     -5.692417     56.49913             25
    +#> 5757      VR2-5637     -5.692417     56.49913             25
    +#> 5758      VR2-5637     -5.692417     56.49913             25
    +#> 5759      VR2-5637     -5.692417     56.49913             25
    +#> 5760      VR2-5637     -5.692417     56.49913             25
    +#> 5761   VR2W-108161     -5.605383     56.46018             25
    +#> 5762   VR2W-108161     -5.605383     56.46018             25
    +#> 5763   VR2W-108161     -5.605383     56.46018             25
    +#> 5764   VR2W-108161     -5.605383     56.46018             25
    +#> 5765   VR2W-108161     -5.605383     56.46018             25
    +#> 5766   VR2W-108161     -5.605383     56.46018             25
    +#> 5767   VR2W-108161     -5.605383     56.46018             25
    +#> 5768   VR2W-108161     -5.605383     56.46018             25
    +#> 5769   VR2W-108161     -5.605383     56.46018             25
    +#> 5770   VR2W-108161     -5.605383     56.46018             25
    +#> 5771   VR2W-108161     -5.605383     56.46018             25
    +#> 5772   VR2W-108161     -5.605383     56.46018             25
    +#> 5773   VR2W-108161     -5.605383     56.46018             25
    +#> 5774   VR2W-108161     -5.605383     56.46018             25
    +#> 5775   VR2W-108161     -5.605383     56.46018             25
    +#> 5776   VR2W-108161     -5.605383     56.46018             25
    +#> 5777   VR2W-108161     -5.605383     56.46018             25
    +#> 5778   VR2W-108161     -5.605383     56.46018             25
    +#> 5779   VR2W-108161     -5.605383     56.46018             25
    +#> 5780   VR2W-108161     -5.605383     56.46018             25
    +#> 5781   VR2W-108161     -5.605383     56.46018             25
    +#> 5782   VR2W-108161     -5.605383     56.46018             25
    +#> 5783   VR2W-108161     -5.605383     56.46018             25
    +#> 5784  VR2AR-546131     -5.612700     56.37988             35
    +#> 5785  VR2AR-546131     -5.612700     56.37988             35
    +#> 5786  VR2AR-546131     -5.612700     56.37988             35
    +#> 5787  VR2AR-546131     -5.612700     56.37988             35
    +#> 5788  VR2AR-546131     -5.612700     56.37988             35
    +#> 5789  VR2AR-546131     -5.612700     56.37988             35
    +#> 5790  VR2AR-546131     -5.612700     56.37988             35
    +#> 5791  VR2AR-546131     -5.612700     56.37988             35
    +#> 5792  VR2AR-546131     -5.612700     56.37988             35
    +#> 5793  VR2AR-546131     -5.612700     56.37988             35
    +#> 5794  VR2AR-546131     -5.612700     56.37988             35
    +#> 5795  VR2AR-546131     -5.612700     56.37988             35
    +#> 5796  VR2AR-546131     -5.612700     56.37988             35
    +#> 5797  VR2AR-546131     -5.612700     56.37988             35
    +#> 5798  VR2AR-546131     -5.612700     56.37988             35
    +#> 5799  VR2AR-546131     -5.612700     56.37988             35
    +#> 5800  VR2AR-546131     -5.612700     56.37988             35
    +#> 5801  VR2AR-546131     -5.612700     56.37988             35
    +#> 5802  VR2AR-546131     -5.612700     56.37988             35
    +#> 5803  VR2AR-546131     -5.612700     56.37988             35
    +#> 5804  VR2AR-546131     -5.612700     56.37988             35
    +#> 5805  VR2AR-546131     -5.612700     56.37988             35
    +#> 5806  VR2AR-546131     -5.612700     56.37988             35
    +#> 5807  VR2AR-546131     -5.612700     56.37988             35
    +#> 5808  VR2AR-546131     -5.612700     56.37988             35
    +#> 5809  VR2AR-546131     -5.612700     56.37988             35
    +#> 5810  VR2AR-546131     -5.612700     56.37988             35
    +#> 5811  VR2AR-546131     -5.612700     56.37988             35
    +#> 5812  VR2AR-546131     -5.612700     56.37988             35
    +#> 5813  VR2AR-546131     -5.612700     56.37988             35
    +#> 5814  VR2AR-546131     -5.612700     56.37988             35
    +#> 5815  VR2AR-546131     -5.612700     56.37988             35
    +#> 5816  VR2AR-546131     -5.612700     56.37988             35
    +#> 5817  VR2AR-546131     -5.612700     56.37988             35
    +#> 5818  VR2AR-546131     -5.612700     56.37988             35
    +#> 5819  VR2AR-546131     -5.612700     56.37988             35
    +#> 5820  VR2AR-546131     -5.612700     56.37988             35
    +#> 5821  VR2AR-546131     -5.612700     56.37988             35
    +#> 5822  VR2AR-546131     -5.612700     56.37988             35
    +#> 5823  VR2AR-546131     -5.612700     56.37988             35
    +#> 5824  VR2AR-546131     -5.612700     56.37988             35
    +#> 5825  VR2AR-546131     -5.612700     56.37988             35
    +#> 5826  VR2AR-546131     -5.612700     56.37988             35
    +#> 5827  VR2AR-546131     -5.612700     56.37988             35
    +#> 5828  VR2AR-546131     -5.612700     56.37988             35
    +#> 5829  VR2AR-546131     -5.612700     56.37988             35
    +#> 5830  VR2AR-546131     -5.612700     56.37988             35
    +#> 5831  VR2AR-546131     -5.612700     56.37988             35
    +#> 5832  VR2AR-546131     -5.612700     56.37988             35
    +#> 5833  VR2AR-546131     -5.612700     56.37988             35
    +#> 5834  VR2AR-546131     -5.612700     56.37988             35
    +#> 5835  VR2AR-546131     -5.612700     56.37988             35
    +#> 5836  VR2AR-546131     -5.612700     56.37988             35
    +#> 5837  VR2AR-546131     -5.612700     56.37988             35
    +#> 5838  VR2AR-546131     -5.612700     56.37988             35
    +#> 5839  VR2AR-546131     -5.612700     56.37988             35
    +#> 5840  VR2AR-546131     -5.612700     56.37988             35
    +#> 5841  VR2AR-546131     -5.612700     56.37988             35
    +#> 5842  VR2AR-546131     -5.612700     56.37988             35
    +#> 5843  VR2AR-546131     -5.612700     56.37988             35
    +#> 5844  VR2AR-546131     -5.612700     56.37988             35
    +#> 5845  VR2AR-546131     -5.612700     56.37988             35
    +#> 5846  VR2AR-546131     -5.612700     56.37988             35
    +#> 5847  VR2AR-546131     -5.612700     56.37988             35
    +#> 5848  VR2AR-546131     -5.612700     56.37988             35
    +#> 5849  VR2AR-546131     -5.612700     56.37988             35
    +#> 5850  VR2AR-546131     -5.612700     56.37988             35
    +#> 5851  VR2AR-546131     -5.612700     56.37988             35
    +#> 5852  VR2AR-546131     -5.612700     56.37988             35
    +#> 5853  VR2AR-546131     -5.612700     56.37988             35
    +#> 5854  VR2AR-546131     -5.612700     56.37988             35
    +#> 5855  VR2AR-546131     -5.612700     56.37988             35
    +#> 5856  VR2AR-546131     -5.612700     56.37988             35
    +#> 5857  VR2AR-546131     -5.612700     56.37988             35
    +#> 5858  VR2AR-546131     -5.612700     56.37988             35
    +#> 5859  VR2AR-546131     -5.612700     56.37988             35
    +#> 5860  VR2AR-546131     -5.612700     56.37988             35
    +#> 5861  VR2AR-546131     -5.612700     56.37988             35
    +#> 5862  VR2AR-546136     -5.626250     56.44810             75
    +#> 5863  VR2AR-546136     -5.626250     56.44810             75
    +#> 5864  VR2AR-546136     -5.626250     56.44810             75
    +#> 5865  VR2AR-546136     -5.626250     56.44810             75
    +#> 5866  VR2AR-546136     -5.626250     56.44810             75
    +#> 5867  VR2AR-546136     -5.626250     56.44810             75
    +#> 5868  VR2AR-546136     -5.626250     56.44810             75
    +#> 5869  VR2AR-546136     -5.626250     56.44810             75
    +#> 5870  VR2AR-546136     -5.626250     56.44810             75
    +#> 5871  VR2AR-546136     -5.626250     56.44810             75
    +#> 5872  VR2AR-546136     -5.626250     56.44810             75
    +#> 5873  VR2AR-546136     -5.626250     56.44810             75
    +#> 5874  VR2AR-546136     -5.626250     56.44810             75
    +#> 5875  VR2AR-546136     -5.626250     56.44810             75
    +#> 5876  VR2AR-546136     -5.626250     56.44810             75
    +#> 5877  VR2AR-546136     -5.626250     56.44810             75
    +#> 5878  VR2AR-546136     -5.626250     56.44810             75
    +#> 5879  VR2AR-546136     -5.626250     56.44810             75
    +#> 5880  VR2AR-546136     -5.626250     56.44810             75
    +#> 5881  VR2AR-546136     -5.626250     56.44810             75
    +#> 5882  VR2AR-546136     -5.626250     56.44810             75
    +#> 5883  VR2AR-546136     -5.626250     56.44810             75
    +#> 5884  VR2AR-546136     -5.626250     56.44810             75
    +#> 5885  VR2AR-546136     -5.626250     56.44810             75
    +#> 5886  VR2AR-546136     -5.626250     56.44810             75
    +#> 5887  VR2AR-546136     -5.626250     56.44810             75
    +#> 5888  VR2AR-546131     -5.612700     56.37988             35
    +#> 5889  VR2AR-546131     -5.612700     56.37988             35
    +#> 5890  VR2AR-546131     -5.612700     56.37988             35
    +#> 5891  VR2AR-546131     -5.612700     56.37988             35
    +#> 5892  VR2AR-546131     -5.612700     56.37988             35
    +#> 5893  VR2AR-546131     -5.612700     56.37988             35
    +#> 5894  VR2AR-546131     -5.612700     56.37988             35
    +#> 5895  VR2AR-546131     -5.612700     56.37988             35
    +#> 5896  VR2AR-546131     -5.612700     56.37988             35
    +#> 5897  VR2AR-546131     -5.612700     56.37988             35
    +#> 5898  VR2AR-546131     -5.612700     56.37988             35
    +#> 5899  VR2AR-546131     -5.612700     56.37988             35
    +#> 5900  VR2AR-546131     -5.612700     56.37988             35
    +#> 5901  VR2AR-546131     -5.612700     56.37988             35
    +#> 5902  VR2AR-546131     -5.612700     56.37988             35
    +#> 5903  VR2AR-546131     -5.612700     56.37988             35
    +#> 5904  VR2AR-546131     -5.612700     56.37988             35
    +#> 5905  VR2AR-546131     -5.612700     56.37988             35
    +#> 5906  VR2AR-546131     -5.612700     56.37988             35
    +#> 5907  VR2AR-546131     -5.612700     56.37988             35
    +#> 5908  VR2AR-546131     -5.612700     56.37988             35
    +#> 5909  VR2AR-546131     -5.612700     56.37988             35
    +#> 5910  VR2AR-546131     -5.612700     56.37988             35
    +#> 5911  VR2AR-546131     -5.612700     56.37988             35
    +#> 5912  VR2AR-546131     -5.612700     56.37988             35
    +#> 5913  VR2AR-546131     -5.612700     56.37988             35
    +#> 5914  VR2AR-546131     -5.612700     56.37988             35
    +#> 5915  VR2AR-546131     -5.612700     56.37988             35
    +#> 5916  VR2AR-546131     -5.612700     56.37988             35
    +#> 5917  VR2AR-546131     -5.612700     56.37988             35
    +#> 5918  VR2AR-546131     -5.612700     56.37988             35
    +#> 5919  VR2AR-546131     -5.612700     56.37988             35
    +#> 5920  VR2AR-546131     -5.612700     56.37988             35
    +#> 5921  VR2AR-546131     -5.612700     56.37988             35
    +#> 5922  VR2AR-546131     -5.612700     56.37988             35
    +#> 5923  VR2AR-546131     -5.612700     56.37988             35
    +#> 5924  VR2AR-546131     -5.612700     56.37988             35
    +#> 5925  VR2AR-546131     -5.612700     56.37988             35
    +#> 5926  VR2AR-546131     -5.612700     56.37988             35
    +#> 5927  VR2AR-546131     -5.612700     56.37988             35
    +#> 5928  VR2AR-546131     -5.612700     56.37988             35
    +#> 5929  VR2AR-546131     -5.612700     56.37988             35
    +#> 5930  VR2AR-546131     -5.612700     56.37988             35
    +#> 5931  VR2AR-546131     -5.612700     56.37988             35
    +#> 5932  VR2AR-546131     -5.612700     56.37988             35
    +#> 5933  VR2AR-546131     -5.612700     56.37988             35
    +#> 5934  VR2AR-546131     -5.612700     56.37988             35
    +#> 5935  VR2AR-546131     -5.612700     56.37988             35
    +#> 5936  VR2AR-546131     -5.612700     56.37988             35
    +#> 5937  VR2AR-546131     -5.612700     56.37988             35
    +#> 5938  VR2AR-546131     -5.612700     56.37988             35
    +#> 5939  VR2AR-546131     -5.612700     56.37988             35
    +#> 5940  VR2AR-546131     -5.612700     56.37988             35
    +#> 5941  VR2AR-546131     -5.612700     56.37988             35
    +#> 5942  VR2AR-546131     -5.612700     56.37988             35
    +#> 5943  VR2AR-546131     -5.612700     56.37988             35
    +#> 5944  VR2AR-546131     -5.612700     56.37988             35
    +#> 5945  VR2AR-546131     -5.612700     56.37988             35
    +#> 5946  VR2AR-546131     -5.612700     56.37988             35
    +#> 5947  VR2AR-546131     -5.612700     56.37988             35
    +#> 5948  VR2AR-546131     -5.612700     56.37988             35
    +#> 5949  VR2AR-546131     -5.612700     56.37988             35
    +#> 5950  VR2AR-546131     -5.612700     56.37988             35
    +#> 5951  VR2AR-546131     -5.612700     56.37988             35
    +#> 5952  VR2AR-546131     -5.612700     56.37988             35
    +#> 5953  VR2AR-546131     -5.612700     56.37988             35
    +#> 5954  VR2AR-546131     -5.612700     56.37988             35
    +#> 5955  VR2AR-546131     -5.612700     56.37988             35
    +#> 5956  VR2AR-546131     -5.612700     56.37988             35
    +#> 5957  VR2AR-546131     -5.612700     56.37988             35
    +#> 5958  VR2AR-546131     -5.612700     56.37988             35
    +#> 5959  VR2AR-546131     -5.612700     56.37988             35
    +#> 5960  VR2AR-546131     -5.612700     56.37988             35
    +#> 5961  VR2AR-546131     -5.612700     56.37988             35
    +#> 5962  VR2AR-546131     -5.612700     56.37988             35
    +#> 5963  VR2AR-546131     -5.612700     56.37988             35
    +#> 5964  VR2AR-546131     -5.612700     56.37988             35
    +#> 5965  VR2AR-546131     -5.612700     56.37988             35
    +#> 5966  VR2AR-546131     -5.612700     56.37988             35
    +#> 5967  VR2AR-546131     -5.612700     56.37988             35
    +#> 5968  VR2AR-546131     -5.612700     56.37988             35
    +#> 5969  VR2AR-546131     -5.612700     56.37988             35
    +#> 5970  VR2AR-546131     -5.612700     56.37988             35
    +#> 5971  VR2AR-546131     -5.612700     56.37988             35
    +#> 5972  VR2AR-546131     -5.612700     56.37988             35
    +#> 5973  VR2AR-546131     -5.612700     56.37988             35
    +#> 5974  VR2AR-546131     -5.612700     56.37988             35
    +#> 5975  VR2AR-546131     -5.612700     56.37988             35
    +#> 5976  VR2AR-546131     -5.612700     56.37988             35
    +#> 5977  VR2AR-546131     -5.612700     56.37988             35
    +#> 5978  VR2AR-546131     -5.612700     56.37988             35
    +#> 5979  VR2AR-546131     -5.612700     56.37988             35
    +#> 5980  VR2AR-546131     -5.612700     56.37988             35
    +#> 5981  VR2AR-546131     -5.612700     56.37988             35
    +#> 5982  VR2AR-546131     -5.612700     56.37988             35
    +#> 5983  VR2AR-546131     -5.612700     56.37988             35
    +#> 5984  VR2AR-546131     -5.612700     56.37988             35
    +#> 5985  VR2AR-546131     -5.612700     56.37988             35
    +#> 5986  VR2AR-546131     -5.612700     56.37988             35
    +#> 5987  VR2AR-546131     -5.612700     56.37988             35
    +#> 5988  VR2AR-546131     -5.612700     56.37988             35
    +#> 5989  VR2AR-546131     -5.612700     56.37988             35
    +#> 5990  VR2AR-546131     -5.612700     56.37988             35
    +#> 5991  VR2AR-546131     -5.612700     56.37988             35
    +#> 5992  VR2AR-546131     -5.612700     56.37988             35
    +#> 5993  VR2AR-546131     -5.612700     56.37988             35
    +#> 5994  VR2AR-546131     -5.612700     56.37988             35
    +#> 5995  VR2AR-546131     -5.612700     56.37988             35
    +#> 5996  VR2AR-546131     -5.612700     56.37988             35
    +#> 5997  VR2AR-546131     -5.612700     56.37988             35
    +#> 5998  VR2AR-546131     -5.612700     56.37988             35
    +#> 5999  VR2AR-546131     -5.612700     56.37988             35
    +#> 6000  VR2AR-546131     -5.612700     56.37988             35
    +#> 6001  VR2AR-546131     -5.612700     56.37988             35
    +#> 6002  VR2AR-546131     -5.612700     56.37988             35
    +#> 6003  VR2AR-546131     -5.612700     56.37988             35
    +#> 6004  VR2AR-546131     -5.612700     56.37988             35
    +#> 6005  VR2AR-546131     -5.612700     56.37988             35
    +#> 6006  VR2AR-546131     -5.612700     56.37988             35
    +#> 6007  VR2AR-546131     -5.612700     56.37988             35
    +#> 6008  VR2AR-546131     -5.612700     56.37988             35
    +#> 6009  VR2AR-546131     -5.612700     56.37988             35
    +#> 6010  VR2AR-546131     -5.612700     56.37988             35
    +#> 6011  VR2AR-546131     -5.612700     56.37988             35
    +#> 6012  VR2AR-546131     -5.612700     56.37988             35
    +#> 6013  VR2AR-546131     -5.612700     56.37988             35
    +#> 6014  VR2AR-546131     -5.612700     56.37988             35
    +#> 6015  VR2AR-546131     -5.612700     56.37988             35
    +#> 6016  VR2AR-546131     -5.612700     56.37988             35
    +#> 6017  VR2AR-546131     -5.612700     56.37988             35
    +#> 6018  VR2AR-546131     -5.612700     56.37988             35
    +#> 6019  VR2AR-546131     -5.612700     56.37988             35
    +#> 6020  VR2AR-546131     -5.612700     56.37988             35
    +#> 6021  VR2AR-546131     -5.612700     56.37988             35
    +#> 6022  VR2AR-546131     -5.612700     56.37988             35
    +#> 6023  VR2AR-546131     -5.612700     56.37988             35
    +#> 6024  VR2AR-546131     -5.612700     56.37988             35
    +#> 6025  VR2AR-546131     -5.612700     56.37988             35
    +#> 6026  VR2AR-546131     -5.612700     56.37988             35
    +#> 6027  VR2AR-546131     -5.612700     56.37988             35
    +#> 6028  VR2AR-546131     -5.612700     56.37988             35
    +#> 6029  VR2AR-546131     -5.612700     56.37988             35
    +#> 6030  VR2AR-546131     -5.612700     56.37988             35
    +#> 6031  VR2AR-546131     -5.612700     56.37988             35
    +#> 6032  VR2AR-546131     -5.612700     56.37988             35
    +#> 6033  VR2AR-546131     -5.612700     56.37988             35
    +#> 6034  VR2AR-546131     -5.612700     56.37988             35
    +#> 6035  VR2AR-546131     -5.612700     56.37988             35
    +#> 6036  VR2AR-546131     -5.612700     56.37988             35
    +#> 6037  VR2AR-546131     -5.612700     56.37988             35
    +#> 6038  VR2AR-546131     -5.612700     56.37988             35
    +#> 6039  VR2AR-546131     -5.612700     56.37988             35
    +#> 6040  VR2AR-546131     -5.612700     56.37988             35
    +#> 6041  VR2AR-546131     -5.612700     56.37988             35
    +#> 6042  VR2AR-546131     -5.612700     56.37988             35
    +#> 6043  VR2AR-546131     -5.612700     56.37988             35
    +#> 6044  VR2AR-546131     -5.612700     56.37988             35
    +#> 6045  VR2AR-546131     -5.612700     56.37988             35
    +#> 6046  VR2AR-546131     -5.612700     56.37988             35
    +#> 6047  VR2AR-546131     -5.612700     56.37988             35
    +#> 6048  VR2AR-546131     -5.612700     56.37988             35
    +#> 6049  VR2AR-546131     -5.612700     56.37988             35
    +#> 6050  VR2AR-546131     -5.612700     56.37988             35
    +#> 6051  VR2AR-546131     -5.612700     56.37988             35
    +#> 6052  VR2AR-546380     -5.637917     56.44800             25
    +#> 6053  VR2AR-546380     -5.637917     56.44800             25
    +#> 6054  VR2AR-546380     -5.637917     56.44800             25
    +#> 6055  VR2AR-546380     -5.637917     56.44800             25
    +#> 6056  VR2AR-546380     -5.637917     56.44800             25
    +#> 6057  VR2AR-546136     -5.626250     56.44810             75
    +#> 6058  VR2AR-546136     -5.626250     56.44810             75
    +#> 6059  VR2AR-546136     -5.626250     56.44810             75
    +#> 6060  VR2AR-546136     -5.626250     56.44810             75
    +#> 6061  VR2AR-546136     -5.626250     56.44810             75
    +#> 6062  VR2AR-546136     -5.626250     56.44810             75
    +#> 6063  VR2AR-546136     -5.626250     56.44810             75
    +#> 6064  VR2AR-546136     -5.626250     56.44810             75
    +#> 6065  VR2AR-546136     -5.626250     56.44810             75
    +#> 6066  VR2AR-546134     -5.643867     56.38278            145
    +#> 6067  VR2AR-546134     -5.643867     56.38278            145
    +#> 6068  VR2AR-546134     -5.643867     56.38278            145
    +#> 6069  VR2AR-546134     -5.643867     56.38278            145
    +#> 6070  VR2AR-546134     -5.643867     56.38278            145
    +#> 6071  VR2AR-546134     -5.643867     56.38278            145
    +#> 6072  VR2AR-546134     -5.643867     56.38278            145
    +#> 6073  VR2AR-546134     -5.643867     56.38278            145
    +#> 6074  VR2AR-546134     -5.643867     56.38278            145
    +#> 6075  VR2AR-546134     -5.643867     56.38278            145
    +#> 6076  VR2AR-546134     -5.643867     56.38278            145
    +#> 6077  VR2AR-546134     -5.643867     56.38278            145
    +#> 6078  VR2AR-546134     -5.643867     56.38278            145
    +#> 6079  VR2AR-546134     -5.643867     56.38278            145
    +#> 6080  VR2AR-546134     -5.643867     56.38278            145
    +#> 6081  VR2AR-546134     -5.643867     56.38278            145
    +#> 6082  VR2AR-546134     -5.643867     56.38278            145
    +#> 6083  VR2AR-546134     -5.643867     56.38278            145
    +#> 6084  VR2AR-546134     -5.643867     56.38278            145
    +#> 6085  VR2AR-546134     -5.643867     56.38278            145
    +#> 6086  VR2AR-546134     -5.643867     56.38278            145
    +#> 6087  VR2AR-546134     -5.643867     56.38278            145
    +#> 6088  VR2AR-546134     -5.643867     56.38278            145
    +#> 6089  VR2AR-546134     -5.643867     56.38278            145
    +#> 6090  VR2AR-546134     -5.643867     56.38278            145
    +#> 6091  VR2AR-546134     -5.643867     56.38278            145
    +#> 6092  VR2AR-546134     -5.643867     56.38278            145
    +#> 6093  VR2AR-546134     -5.643867     56.38278            145
    +#> 6094  VR2AR-546134     -5.643867     56.38278            145
    +#> 6095  VR2AR-546134     -5.643867     56.38278            145
    +#> 6096  VR2AR-546134     -5.643867     56.38278            145
    +#> 6097  VR2AR-546134     -5.643867     56.38278            145
    +#> 6098  VR2AR-546134     -5.643867     56.38278            145
    +#> 6099  VR2AR-546134     -5.643867     56.38278            145
    +#> 6100  VR2AR-546134     -5.643867     56.38278            145
    +#> 6101  VR2AR-546134     -5.643867     56.38278            145
    +#> 6102  VR2AR-546134     -5.643867     56.38278            145
    +#> 6103  VR2AR-546134     -5.643867     56.38278            145
    +#> 6104  VR2AR-546134     -5.643867     56.38278            145
    +#> 6105  VR2AR-546131     -5.612700     56.37988             35
    +#> 6106  VR2AR-546131     -5.612700     56.37988             35
    +#> 6107  VR2AR-546131     -5.612700     56.37988             35
    +#> 6108  VR2AR-546131     -5.612700     56.37988             35
    +#> 6109  VR2AR-546131     -5.612700     56.37988             35
    +#> 6110  VR2AR-546131     -5.612700     56.37988             35
    +#> 6111  VR2AR-546131     -5.612700     56.37988             35
    +#> 6112  VR2AR-546131     -5.612700     56.37988             35
    +#> 6113  VR2AR-546131     -5.612700     56.37988             35
    +#> 6114  VR2AR-546131     -5.612700     56.37988             35
    +#> 6115  VR2AR-546131     -5.612700     56.37988             35
    +#> 6116  VR2AR-546131     -5.612700     56.37988             35
    +#> 6117  VR2AR-546131     -5.612700     56.37988             35
    +#> 6118  VR2AR-546131     -5.612700     56.37988             35
    +#> 6119  VR2AR-546131     -5.612700     56.37988             35
    +#> 6120  VR2AR-546131     -5.612700     56.37988             35
    +#> 6121  VR2AR-546131     -5.612700     56.37988             35
    +#> 6122  VR2AR-546131     -5.612700     56.37988             35
    +#> 6123  VR2AR-546131     -5.612700     56.37988             35
    +#> 6124  VR2AR-546131     -5.612700     56.37988             35
    +#> 6125  VR2AR-546131     -5.612700     56.37988             35
    +#> 6126  VR2AR-546131     -5.612700     56.37988             35
    +#> 6127  VR2AR-546131     -5.612700     56.37988             35
    +#> 6128  VR2AR-546131     -5.612700     56.37988             35
    +#> 6129  VR2AR-546131     -5.612700     56.37988             35
    +#> 6130  VR2AR-546131     -5.612700     56.37988             35
    +#> 6131  VR2AR-546131     -5.612700     56.37988             35
    +#> 6132  VR2AR-546131     -5.612700     56.37988             35
    +#> 6133  VR2AR-546131     -5.612700     56.37988             35
    +#> 6134  VR2AR-546131     -5.612700     56.37988             35
    +#> 6135  VR2AR-546131     -5.612700     56.37988             35
    +#> 6136  VR2AR-546134     -5.643867     56.38278            145
    +#> 6137  VR2AR-546134     -5.643867     56.38278            145
    +#> 6138  VR2AR-546134     -5.643867     56.38278            145
    +#> 6139  VR2AR-546134     -5.643867     56.38278            145
    +#> 6140  VR2AR-546134     -5.643867     56.38278            145
    +#> 6141  VR2AR-546134     -5.643867     56.38278            145
    +#> 6142  VR2AR-546134     -5.643867     56.38278            145
    +#> 6143  VR2AR-546134     -5.643867     56.38278            145
    +#> 6144  VR2AR-546134     -5.643867     56.38278            145
    +#> 6145  VR2AR-546134     -5.643867     56.38278            145
    +#> 6146  VR2AR-546134     -5.643867     56.38278            145
    +#> 6147  VR2AR-546134     -5.643867     56.38278            145
    +#> 6148  VR2AR-546134     -5.643867     56.38278            145
    +#> 6149  VR2AR-546134     -5.643867     56.38278            145
    +#> 6150  VR2AR-546134     -5.643867     56.38278            145
    +#> 6151  VR2AR-546136     -5.626250     56.44810             75
    +#> 6152  VR2AR-546136     -5.626250     56.44810             75
    +#> 6153      VR2-5637     -5.692417     56.49913             25
    +#> 6154      VR2-5637     -5.692417     56.49913             25
    +#> 6155      VR2-5637     -5.692417     56.49913             25
    +#> 6156   VR2W-108161     -5.605383     56.46018             25
    +#> 6157   VR2W-108161     -5.605383     56.46018             25
    +#> 6158   VR2W-108161     -5.605383     56.46018             25
    +#> 6159   VR2W-108161     -5.605383     56.46018             25
    +#> 6160   VR2W-108161     -5.605383     56.46018             25
    +#> 6161   VR2W-108161     -5.605383     56.46018             25
    +#> 6162   VR2W-108161     -5.605383     56.46018             25
    +#> 6163   VR2W-108161     -5.605383     56.46018             25
    +#> 6164   VR2W-108161     -5.605383     56.46018             25
    +#> 6165   VR2W-108161     -5.605383     56.46018             25
    +#> 6166   VR2W-108161     -5.605383     56.46018             25
    +#> 6167   VR2W-108161     -5.605383     56.46018             25
    +#> 6168   VR2W-108161     -5.605383     56.46018             25
    +#> 6169   VR2W-108161     -5.605383     56.46018             25
    +#> 6170   VR2W-108161     -5.605383     56.46018             25
    +#> 6171  VR2AR-546136     -5.626250     56.44810             75
    +#> 6172  VR2AR-546136     -5.626250     56.44810             75
    +#> 6173  VR2AR-546131     -5.612700     56.37988             35
    +#> 6174  VR2AR-546131     -5.612700     56.37988             35
    +#> 6175  VR2AR-546131     -5.612700     56.37988             35
    +#> 6176  VR2AR-546131     -5.612700     56.37988             35
    +#> 6177  VR2AR-546131     -5.612700     56.37988             35
    +#> 6178  VR2AR-546131     -5.612700     56.37988             35
    +#> 6179  VR2AR-546131     -5.612700     56.37988             35
    +#> 6180  VR2AR-546131     -5.612700     56.37988             35
    +#> 6181  VR2AR-546131     -5.612700     56.37988             35
    +#> 6182  VR2AR-546131     -5.612700     56.37988             35
    +#> 6183  VR2AR-546131     -5.612700     56.37988             35
    +#> 6184  VR2AR-546131     -5.612700     56.37988             35
    +#> 6185  VR2AR-546131     -5.612700     56.37988             35
    +#> 6186  VR2AR-546131     -5.612700     56.37988             35
    +#> 6187  VR2AR-546131     -5.612700     56.37988             35
    +#> 6188  VR2AR-546131     -5.612700     56.37988             35
    +#> 6189  VR2AR-546131     -5.612700     56.37988             35
    +#> 6190  VR2AR-546131     -5.612700     56.37988             35
    +#> 6191  VR2AR-546131     -5.612700     56.37988             35
    +#> 6192  VR2AR-546131     -5.612700     56.37988             35
    +#> 6193  VR2AR-546131     -5.612700     56.37988             35
    +#> 6194  VR2AR-546131     -5.612700     56.37988             35
    +#> 6195  VR2AR-546131     -5.612700     56.37988             35
    +#> 6196  VR2AR-546131     -5.612700     56.37988             35
    +#> 6197  VR2AR-546131     -5.612700     56.37988             35
    +#> 6198  VR2AR-546131     -5.612700     56.37988             35
    +#> 6199  VR2AR-546131     -5.612700     56.37988             35
    +#> 6200  VR2AR-546131     -5.612700     56.37988             35
    +#> 6201  VR2AR-546131     -5.612700     56.37988             35
    +#> 6202  VR2AR-546131     -5.612700     56.37988             35
    +#> 6203  VR2AR-546131     -5.612700     56.37988             35
    +#> 6204  VR2AR-546131     -5.612700     56.37988             35
    +#> 6205  VR2AR-546131     -5.612700     56.37988             35
    +#> 6206  VR2AR-546131     -5.612700     56.37988             35
    +#> 6207  VR2AR-546131     -5.612700     56.37988             35
    +#> 6208  VR2AR-546131     -5.612700     56.37988             35
    +#> 6209  VR2AR-546131     -5.612700     56.37988             35
    +#> 6210  VR2AR-546131     -5.612700     56.37988             35
    +#> 6211  VR2AR-546131     -5.612700     56.37988             35
    +#> 6212  VR2AR-546131     -5.612700     56.37988             35
    +#> 6213  VR2AR-546380     -5.637917     56.44800             25
    +#> 6214  VR2AR-546380     -5.637917     56.44800             25
    +#> 6215  VR2AR-546380     -5.637917     56.44800             25
    +#> 6216  VR2AR-546380     -5.637917     56.44800             25
    +#> 6217  VR2AR-546380     -5.637917     56.44800             25
    +#> 6218  VR2AR-546380     -5.637917     56.44800             25
    +#> 6219  VR2AR-546380     -5.637917     56.44800             25
    +#> 6220  VR2AR-546380     -5.637917     56.44800             25
    +#> 6221  VR2AR-546380     -5.637917     56.44800             25
    +#> 6222  VR2AR-546133     -5.701717     56.49747             90
    +#> 6223  VR2AR-546133     -5.701717     56.49747             90
    +#> 6224  VR2AR-546133     -5.701717     56.49747             90
    +#> 6225  VR2AR-546133     -5.701717     56.49747             90
    +#> 6226  VR2AR-546133     -5.701717     56.49747             90
    +#> 6227  VR2AR-546133     -5.701717     56.49747             90
    +#> 6228  VR2AR-546133     -5.701717     56.49747             90
    +#> 6229      VR2-5637     -5.692417     56.49913             25
    +#> 6230      VR2-5637     -5.692417     56.49913             25
    +#> 6231      VR2-5637     -5.692417     56.49913             25
    +#> 6232      VR2-5637     -5.692417     56.49913             25
    +#> 6233  VR2AR-546133     -5.701717     56.49747             90
    +#> 6234  VR2AR-546133     -5.701717     56.49747             90
    +#> 6235  VR2AR-546133     -5.701717     56.49747             90
    +#> 6236  VR2AR-546133     -5.701717     56.49747             90
    +#> 6237  VR2AR-546133     -5.701717     56.49747             90
    +#> 6238  VR2AR-546133     -5.701717     56.49747             90
    +#> 6239  VR2AR-546133     -5.701717     56.49747             90
    +#> 6240  VR2AR-546133     -5.701717     56.49747             90
    +#> 6241  VR2AR-546133     -5.701717     56.49747             90
    +#> 6242  VR2AR-546133     -5.701717     56.49747             90
    +#> 6243  VR2AR-546133     -5.701717     56.49747             90
    +#> 6244  VR2AR-546133     -5.701717     56.49747             90
    +#> 6245  VR2AR-546133     -5.701717     56.49747             90
    +#> 6246  VR2AR-546133     -5.701717     56.49747             90
    +#> 6247  VR2AR-546133     -5.701717     56.49747             90
    +#> 6248  VR2AR-546133     -5.701717     56.49747             90
    +#> 6249  VR2AR-546133     -5.701717     56.49747             90
    +#> 6250  VR2AR-546133     -5.701717     56.49747             90
    +#> 6251  VR2AR-546133     -5.701717     56.49747             90
    +#> 6252  VR2AR-546133     -5.701717     56.49747             90
    +#> 6253  VR2AR-546133     -5.701717     56.49747             90
    +#> 6254  VR2AR-546133     -5.701717     56.49747             90
    +#> 6255  VR2AR-546133     -5.701717     56.49747             90
    +#> 6256  VR2AR-546133     -5.701717     56.49747             90
    +#> 6257  VR2AR-546133     -5.701717     56.49747             90
    +#> 6258  VR2AR-546133     -5.701717     56.49747             90
    +#> 6259  VR2AR-546133     -5.701717     56.49747             90
    +#> 6260  VR2AR-546133     -5.701717     56.49747             90
    +#> 6261  VR2AR-546133     -5.701717     56.49747             90
    +#> 6262  VR2AR-546133     -5.701717     56.49747             90
    +#> 6263  VR2AR-546133     -5.701717     56.49747             90
    +#> 6264  VR2AR-546133     -5.701717     56.49747             90
    +#> 6265      VR2-5637     -5.692417     56.49913             25
    +#> 6266  VR2AR-546133     -5.701717     56.49747             90
    +#> 6267      VR2-5637     -5.692417     56.49913             25
    +#> 6268  VR2AR-546133     -5.701717     56.49747             90
    +#> 6269      VR2-5637     -5.692417     56.49913             25
    +#> 6270      VR2-5637     -5.692417     56.49913             25
    +#> 6271      VR2-5637     -5.692417     56.49913             25
    +#> 6272      VR2-5637     -5.692417     56.49913             25
    +#> 6273      VR2-5637     -5.692417     56.49913             25
    +#> 6274      VR2-5637     -5.692417     56.49913             25
    +#> 6275      VR2-5637     -5.692417     56.49913             25
    +#> 6276      VR2-5637     -5.692417     56.49913             25
    +#> 6277      VR2-5637     -5.692417     56.49913             25
    +#> 6278      VR2-5637     -5.692417     56.49913             25
    +#> 6279      VR2-5637     -5.692417     56.49913             25
    +#> 6280      VR2-5637     -5.692417     56.49913             25
    +#> 6281      VR2-5637     -5.692417     56.49913             25
    +#> 6282   VR2W-108161     -5.605383     56.46018             25
    +#> 6283   VR2W-108161     -5.605383     56.46018             25
    +#> 6284   VR2W-108161     -5.605383     56.46018             25
    +#> 6285   VR2W-108161     -5.605383     56.46018             25
    +#> 6286   VR2W-108161     -5.605383     56.46018             25
    +#> 6287   VR2W-108161     -5.605383     56.46018             25
    +#> 6288   VR2W-108161     -5.605383     56.46018             25
    +#> 6289   VR2W-108161     -5.605383     56.46018             25
    +#> 6290   VR2W-108161     -5.605383     56.46018             25
    +#> 6291   VR2W-108161     -5.605383     56.46018             25
    +#> 6292   VR2W-108161     -5.605383     56.46018             25
    +#> 6293   VR2W-108161     -5.605383     56.46018             25
    +#> 6294   VR2W-108161     -5.605383     56.46018             25
    +#> 6295   VR2W-108161     -5.605383     56.46018             25
    +#> 6296   VR2W-108161     -5.605383     56.46018             25
    +#> 6297   VR2W-108161     -5.605383     56.46018             25
    +#> 6298   VR2W-108161     -5.605383     56.46018             25
    +#> 6299   VR2W-108161     -5.605383     56.46018             25
    +#> 6300   VR2W-108161     -5.605383     56.46018             25
    +#> 6301   VR2W-108161     -5.605383     56.46018             25
    +#> 6302   VR2W-108161     -5.605383     56.46018             25
    +#> 6303   VR2W-108161     -5.605383     56.46018             25
    +#> 6304   VR2W-108161     -5.605383     56.46018             25
    +#> 6305   VR2W-108161     -5.605383     56.46018             25
    +#> 6306   VR2W-108161     -5.605383     56.46018             25
    +#> 6307   VR2W-108161     -5.605383     56.46018             25
    +#> 6308   VR2W-108161     -5.605383     56.46018             25
    +#> 6309   VR2W-108161     -5.605383     56.46018             25
    +#> 6310   VR2W-108161     -5.605383     56.46018             25
    +#> 6311   VR2W-108161     -5.605383     56.46018             25
    +#> 6312   VR2W-108161     -5.605383     56.46018             25
    +#> 6313   VR2W-108161     -5.605383     56.46018             25
    +#> 6314   VR2W-108161     -5.605383     56.46018             25
    +#> 6315   VR2W-108161     -5.605383     56.46018             25
    +#> 6316   VR2W-108161     -5.605383     56.46018             25
    +#> 6317   VR2W-108161     -5.605383     56.46018             25
    +#> 6318   VR2W-108161     -5.605383     56.46018             25
    +#> 6319  VR2AR-546136     -5.626250     56.44810             75
    +#> 6320  VR2AR-546136     -5.626250     56.44810             75
    +#> 6321  VR2AR-546136     -5.626250     56.44810             75
    +#> 6322  VR2AR-546136     -5.626250     56.44810             75
    +#> 6323  VR2AR-546136     -5.626250     56.44810             75
    +#> 6324  VR2AR-546136     -5.626250     56.44810             75
    +#> 6325  VR2AR-546136     -5.626250     56.44810             75
    +#> 6326  VR2AR-546136     -5.626250     56.44810             75
    +#> 6327  VR2AR-546136     -5.626250     56.44810             75
    +#> 6328  VR2AR-546136     -5.626250     56.44810             75
    +#> 6329  VR2AR-546136     -5.626250     56.44810             75
    +#> 6330  VR2AR-546136     -5.626250     56.44810             75
    +#> 6331  VR2AR-546136     -5.626250     56.44810             75
    +#> 6332  VR2AR-546136     -5.626250     56.44810             75
    +#> 6333  VR2AR-546136     -5.626250     56.44810             75
    +#> 6334  VR2AR-546136     -5.626250     56.44810             75
    +#> 6335  VR2AR-546136     -5.626250     56.44810             75
    +#> 6336  VR2AR-546136     -5.626250     56.44810             75
    +#> 6337  VR2AR-546136     -5.626250     56.44810             75
    +#> 6338  VR2AR-546136     -5.626250     56.44810             75
    +#> 6339  VR2AR-546136     -5.626250     56.44810             75
    +#> 6340  VR2AR-546136     -5.626250     56.44810             75
    +#> 6341  VR2AR-546136     -5.626250     56.44810             75
    +#> 6342  VR2AR-546136     -5.626250     56.44810             75
    +#> 6343  VR2AR-546136     -5.626250     56.44810             75
    +#> 6344  VR2AR-546136     -5.626250     56.44810             75
    +#> 6345  VR2AR-546136     -5.626250     56.44810             75
    +#> 6346  VR2AR-546136     -5.626250     56.44810             75
    +#> 6347  VR2AR-546136     -5.626250     56.44810             75
    +#> 6348  VR2AR-546136     -5.626250     56.44810             75
    +#> 6349  VR2AR-546136     -5.626250     56.44810             75
    +#> 6350  VR2AR-546136     -5.626250     56.44810             75
    +#> 6351  VR2AR-546136     -5.626250     56.44810             75
    +#> 6352  VR2AR-546136     -5.626250     56.44810             75
    +#> 6353  VR2AR-546136     -5.626250     56.44810             75
    +#> 6354  VR2AR-546136     -5.626250     56.44810             75
    +#> 6355  VR2AR-546136     -5.626250     56.44810             75
    +#> 6356  VR2AR-546136     -5.626250     56.44810             75
    +#> 6357  VR2AR-546136     -5.626250     56.44810             75
    +#> 6358  VR2AR-546136     -5.626250     56.44810             75
    +#> 6359  VR2AR-546136     -5.626250     56.44810             75
    +#> 6360  VR2AR-546136     -5.626250     56.44810             75
    +#> 6361   VR2W-108161     -5.605383     56.46018             25
    +#> 6362   VR2W-108161     -5.605383     56.46018             25
    +#> 6363   VR2W-108161     -5.605383     56.46018             25
    +#> 6364   VR2W-108161     -5.605383     56.46018             25
    +#> 6365   VR2W-108161     -5.605383     56.46018             25
    +#> 6366   VR2W-108161     -5.605383     56.46018             25
    +#> 6367   VR2W-108161     -5.605383     56.46018             25
    +#> 6368   VR2W-108161     -5.605383     56.46018             25
    +#> 6369   VR2W-108161     -5.605383     56.46018             25
    +#> 6370   VR2W-108161     -5.605383     56.46018             25
    +#> 6371   VR2W-108161     -5.605383     56.46018             25
    +#> 6372   VR2W-108161     -5.605383     56.46018             25
    +#> 6373   VR2W-108161     -5.605383     56.46018             25
    +#> 6374   VR2W-108161     -5.605383     56.46018             25
    +#> 6375  VR2AR-546131     -5.612700     56.37988             35
    +#> 6376  VR2AR-546131     -5.612700     56.37988             35
    +#> 6377  VR2AR-546131     -5.612700     56.37988             35
    +#> 6378  VR2AR-546131     -5.612700     56.37988             35
    +#> 6379  VR2AR-546131     -5.612700     56.37988             35
    +#> 6380  VR2AR-546131     -5.612700     56.37988             35
    +#> 6381  VR2AR-546131     -5.612700     56.37988             35
    +#> 6382  VR2AR-546131     -5.612700     56.37988             35
    +#> 6383  VR2AR-546131     -5.612700     56.37988             35
    +#> 6384  VR2AR-546131     -5.612700     56.37988             35
    +#> 6385  VR2AR-546131     -5.612700     56.37988             35
    +#> 6386  VR2AR-546131     -5.612700     56.37988             35
    +#> 6387  VR2AR-546131     -5.612700     56.37988             35
    +#> 6388  VR2AR-546131     -5.612700     56.37988             35
    +#> 6389  VR2AR-546131     -5.612700     56.37988             35
    +#> 6390  VR2AR-546131     -5.612700     56.37988             35
    +#> 6391  VR2AR-546131     -5.612700     56.37988             35
    +#> 6392  VR2AR-546131     -5.612700     56.37988             35
    +#> 6393  VR2AR-546131     -5.612700     56.37988             35
    +#> 6394  VR2AR-546131     -5.612700     56.37988             35
    +#> 6395  VR2AR-546131     -5.612700     56.37988             35
    +#> 6396  VR2AR-546131     -5.612700     56.37988             35
    +#> 6397  VR2AR-546131     -5.612700     56.37988             35
    +#> 6398  VR2AR-546131     -5.612700     56.37988             35
    +#> 6399  VR2AR-546131     -5.612700     56.37988             35
    +#> 6400  VR2AR-546131     -5.612700     56.37988             35
    +#> 6401  VR2AR-546131     -5.612700     56.37988             35
    +#> 6402  VR2AR-546131     -5.612700     56.37988             35
    +#> 6403  VR2AR-546131     -5.612700     56.37988             35
    +#> 6404  VR2AR-546131     -5.612700     56.37988             35
    +#> 6405  VR2AR-546131     -5.612700     56.37988             35
    +#> 6406  VR2AR-546131     -5.612700     56.37988             35
    +#> 6407  VR2AR-546131     -5.612700     56.37988             35
    +#> 6408  VR2AR-546131     -5.612700     56.37988             35
    +#> 6409  VR2AR-546131     -5.612700     56.37988             35
    +#> 6410  VR2AR-546131     -5.612700     56.37988             35
    +#> 6411  VR2AR-546131     -5.612700     56.37988             35
    +#> 6412  VR2AR-546131     -5.612700     56.37988             35
    +#> 6413  VR2AR-546131     -5.612700     56.37988             35
    +#> 6414  VR2AR-546131     -5.612700     56.37988             35
    +#> 6415  VR2AR-546131     -5.612700     56.37988             35
    +#> 6416  VR2AR-546131     -5.612700     56.37988             35
    +#> 6417  VR2AR-546131     -5.612700     56.37988             35
    +#> 6418  VR2AR-546131     -5.612700     56.37988             35
    +#> 6419  VR2AR-546131     -5.612700     56.37988             35
    +#> 6420  VR2AR-546131     -5.612700     56.37988             35
    +#> 6421  VR2AR-546131     -5.612700     56.37988             35
    +#> 6422  VR2AR-546131     -5.612700     56.37988             35
    +#> 6423  VR2AR-546131     -5.612700     56.37988             35
    +#> 6424  VR2AR-546131     -5.612700     56.37988             35
    +#> 6425  VR2AR-546131     -5.612700     56.37988             35
    +#> 6426  VR2AR-546131     -5.612700     56.37988             35
    +#> 6427  VR2AR-546131     -5.612700     56.37988             35
    +#> 6428  VR2AR-546131     -5.612700     56.37988             35
    +#> 6429  VR2AR-546131     -5.612700     56.37988             35
    +#> 6430  VR2AR-546131     -5.612700     56.37988             35
    +#> 6431  VR2AR-546131     -5.612700     56.37988             35
    +#> 6432  VR2AR-546131     -5.612700     56.37988             35
    +#> 6433  VR2AR-546131     -5.612700     56.37988             35
    +#> 6434  VR2AR-546136     -5.626250     56.44810             75
    +#> 6435  VR2AR-546136     -5.626250     56.44810             75
    +#> 6436   VR2W-108161     -5.605383     56.46018             25
    +#> 6437   VR2W-108161     -5.605383     56.46018             25
    +#> 6438   VR2W-108161     -5.605383     56.46018             25
    +#> 6439   VR2W-108161     -5.605383     56.46018             25
    +#> 6440   VR2W-108161     -5.605383     56.46018             25
    +#> 6441   VR2W-108161     -5.605383     56.46018             25
    +#> 6442   VR2W-108161     -5.605383     56.46018             25
    +#> 6443   VR2W-108161     -5.605383     56.46018             25
    +#> 6444   VR2W-108161     -5.605383     56.46018             25
    +#> 6445   VR2W-108161     -5.605383     56.46018             25
    +#> 6446   VR2W-108161     -5.605383     56.46018             25
    +#> 6447   VR2W-108161     -5.605383     56.46018             25
    +#> 6448   VR2W-108161     -5.605383     56.46018             25
    +#> 6449   VR2W-108161     -5.605383     56.46018             25
    +#> 6450   VR2W-108161     -5.605383     56.46018             25
    +#> 6451   VR2W-108161     -5.605383     56.46018             25
    +#> 6452   VR2W-108161     -5.605383     56.46018             25
    +#> 6453   VR2W-108161     -5.605383     56.46018             25
    +#> 6454   VR2W-108161     -5.605383     56.46018             25
    +#> 6455  VR2AR-546131     -5.612700     56.37988             35
    +#> 6456  VR2AR-546131     -5.612700     56.37988             35
    +#> 6457  VR2AR-546131     -5.612700     56.37988             35
    +#> 6458  VR2AR-546131     -5.612700     56.37988             35
    +#> 6459  VR2AR-546131     -5.612700     56.37988             35
    +#> 6460  VR2AR-546131     -5.612700     56.37988             35
    +#> 6461  VR2AR-546131     -5.612700     56.37988             35
    +#> 6462  VR2AR-546131     -5.612700     56.37988             35
    +#> 6463  VR2AR-546131     -5.612700     56.37988             35
    +#> 6464  VR2AR-546131     -5.612700     56.37988             35
    +#> 6465  VR2AR-546131     -5.612700     56.37988             35
    +#> 6466  VR2AR-546131     -5.612700     56.37988             35
    +#> 6467  VR2AR-546131     -5.612700     56.37988             35
    +#> 6468  VR2AR-546131     -5.612700     56.37988             35
    +#> 6469  VR2AR-546131     -5.612700     56.37988             35
    +#> 6470  VR2AR-546131     -5.612700     56.37988             35
    +#> 6471  VR2AR-546131     -5.612700     56.37988             35
    +#> 6472  VR2AR-546131     -5.612700     56.37988             35
    +#> 6473  VR2AR-546131     -5.612700     56.37988             35
    +#> 6474  VR2AR-546131     -5.612700     56.37988             35
    +#> 6475  VR2AR-546131     -5.612700     56.37988             35
    +#> 6476  VR2AR-546131     -5.612700     56.37988             35
    +#> 6477  VR2AR-546131     -5.612700     56.37988             35
    +#> 6478  VR2AR-546131     -5.612700     56.37988             35
    +#> 6479  VR2AR-546131     -5.612700     56.37988             35
    +#> 6480  VR2AR-546131     -5.612700     56.37988             35
    +#> 6481  VR2AR-546131     -5.612700     56.37988             35
    +#> 6482  VR2AR-546131     -5.612700     56.37988             35
    +#> 6483  VR2AR-546131     -5.612700     56.37988             35
    +#> 6484  VR2AR-546131     -5.612700     56.37988             35
    +#> 6485  VR2AR-546131     -5.612700     56.37988             35
    +#> 6486  VR2AR-546131     -5.612700     56.37988             35
    +#> 6487  VR2AR-546131     -5.612700     56.37988             35
    +#> 6488  VR2AR-546131     -5.612700     56.37988             35
    +#> 6489  VR2AR-546131     -5.612700     56.37988             35
    +#> 6490  VR2AR-546131     -5.612700     56.37988             35
    +#> 6491   VR2W-108158     -5.619533     56.37413             25
    +#> 6492   VR2W-108158     -5.619533     56.37413             25
    +#> 6493   VR2W-108158     -5.619533     56.37413             25
    +#> 6494   VR2W-108158     -5.619533     56.37413             25
    +#> 6495   VR2W-108158     -5.619533     56.37413             25
    +#> 6496   VR2W-108158     -5.619533     56.37413             25
    +#> 6497   VR2W-108158     -5.619533     56.37413             25
    +#> 6498   VR2W-108158     -5.619533     56.37413             25
    +#> 6499   VR2W-108158     -5.619533     56.37413             25
    +#> 6500   VR2W-108158     -5.619533     56.37413             25
    +#> 6501   VR2W-108158     -5.619533     56.37413             25
    +#> 6502   VR2W-108160     -5.631733     56.37447             50
    +#> 6503   VR2W-108160     -5.631733     56.37447             50
    +#> 6504   VR2W-108160     -5.631733     56.37447             50
    +#> 6505   VR2W-108160     -5.631733     56.37447             50
    +#> 6506   VR2W-108160     -5.631733     56.37447             50
    +#> 6507   VR2W-108160     -5.631733     56.37447             50
    +#> 6508   VR2W-108160     -5.631733     56.37447             50
    +#> 6509   VR2W-108160     -5.631733     56.37447             50
    +#> 6510   VR2W-108160     -5.631733     56.37447             50
    +#> 6511   VR2W-108160     -5.631733     56.37447             50
    +#> 6512   VR2W-108160     -5.631733     56.37447             50
    +#> 6513   VR2W-108160     -5.631733     56.37447             50
    +#> 6514   VR2W-108160     -5.631733     56.37447             50
    +#> 6515   VR2W-108160     -5.631733     56.37447             50
    +#> 6516   VR2W-108160     -5.631733     56.37447             50
    +#> 6517   VR2W-108160     -5.631733     56.37447             50
    +#> 6518   VR2W-108160     -5.631733     56.37447             50
    +#> 6519   VR2W-108160     -5.631733     56.37447             50
    +#> 6520   VR2W-108160     -5.631733     56.37447             50
    +#> 6521   VR2W-108160     -5.631733     56.37447             50
    +#> 6522   VR2W-108160     -5.631733     56.37447             50
    +#> 6523   VR2W-108160     -5.631733     56.37447             50
    +#> 6524   VR2W-108160     -5.631733     56.37447             50
    +#> 6525   VR2W-108160     -5.631733     56.37447             50
    +#> 6526   VR2W-108160     -5.631733     56.37447             50
    +#> 6527   VR2W-108160     -5.631733     56.37447             50
    +#> 6528   VR2W-108160     -5.631733     56.37447             50
    +#> 6529   VR2W-108160     -5.631733     56.37447             50
    +#> 6530   VR2W-108160     -5.631733     56.37447             50
    +#> 6531   VR2W-108160     -5.631733     56.37447             50
    +#> 6532   VR2W-108160     -5.631733     56.37447             50
    +#> 6533   VR2W-108160     -5.631733     56.37447             50
    +#> 6534   VR2W-108160     -5.631733     56.37447             50
    +#> 6535   VR2W-108160     -5.631733     56.37447             50
    +#> 6536   VR2W-108160     -5.631733     56.37447             50
    +#> 6537   VR2W-108160     -5.631733     56.37447             50
    +#> 6538   VR2W-108160     -5.631733     56.37447             50
    +#> 6539   VR2W-108160     -5.631733     56.37447             50
    +#> 6540   VR2W-108160     -5.631733     56.37447             50
    +#> 6541   VR2W-108160     -5.631733     56.37447             50
    +#> 6542   VR2W-108160     -5.631733     56.37447             50
    +#> 6543   VR2W-108160     -5.631733     56.37447             50
    +#> 6544   VR2W-108160     -5.631733     56.37447             50
    +#> 6545   VR2W-108160     -5.631733     56.37447             50
    +#> 6546   VR2W-108160     -5.631733     56.37447             50
    +#> 6547   VR2W-108160     -5.631733     56.37447             50
    +#> 6548   VR2W-108160     -5.631733     56.37447             50
    +#> 6549   VR2W-108160     -5.631733     56.37447             50
    +#> 6550   VR2W-108160     -5.631733     56.37447             50
    +#> 6551   VR2W-108160     -5.631733     56.37447             50
    +#> 6552   VR2W-108160     -5.631733     56.37447             50
    +#> 6553   VR2W-108160     -5.631733     56.37447             50
    +#> 6554   VR2W-108160     -5.631733     56.37447             50
    +#> 6555   VR2W-108160     -5.631733     56.37447             50
    +#> 6556   VR2W-108160     -5.631733     56.37447             50
    +#> 6557   VR2W-108160     -5.631733     56.37447             50
    +#> 6558   VR2W-108160     -5.631733     56.37447             50
    +#> 6559   VR2W-108160     -5.631733     56.37447             50
    +#> 6560   VR2W-108160     -5.631733     56.37447             50
    +#> 6561   VR2W-108160     -5.631733     56.37447             50
    +#> 6562   VR2W-108160     -5.631733     56.37447             50
    +#> 6563   VR2W-108160     -5.631733     56.37447             50
    +#> 6564   VR2W-108160     -5.631733     56.37447             50
    +#> 6565   VR2W-108160     -5.631733     56.37447             50
    +#> 6566  VR2AR-546131     -5.612700     56.37988             35
    +#> 6567  VR2AR-546131     -5.612700     56.37988             35
    +#> 6568  VR2AR-546131     -5.612700     56.37988             35
    +#> 6569  VR2AR-546131     -5.612700     56.37988             35
    +#> 6570  VR2AR-546131     -5.612700     56.37988             35
    +#> 6571  VR2AR-546131     -5.612700     56.37988             35
    +#> 6572  VR2AR-546131     -5.612700     56.37988             35
    +#> 6573  VR2AR-546131     -5.612700     56.37988             35
    +#> 6574  VR2AR-546131     -5.612700     56.37988             35
    +#> 6575  VR2AR-546131     -5.612700     56.37988             35
    +#> 6576  VR2AR-546131     -5.612700     56.37988             35
    +#> 6577  VR2AR-546131     -5.612700     56.37988             35
    +#> 6578  VR2AR-546131     -5.612700     56.37988             35
    +#> 6579  VR2AR-546131     -5.612700     56.37988             35
    +#> 6580  VR2AR-546131     -5.612700     56.37988             35
    +#> 6581  VR2AR-546131     -5.612700     56.37988             35
    +#> 6582  VR2AR-546131     -5.612700     56.37988             35
    +#> 6583  VR2AR-546131     -5.612700     56.37988             35
    +#> 6584  VR2AR-546131     -5.612700     56.37988             35
    +#> 6585  VR2AR-546131     -5.612700     56.37988             35
    +#> 6586  VR2AR-546131     -5.612700     56.37988             35
    +#> 6587  VR2AR-546131     -5.612700     56.37988             35
    +#> 6588  VR2AR-546131     -5.612700     56.37988             35
    +#> 6589  VR2AR-546131     -5.612700     56.37988             35
    +#> 6590  VR2AR-546131     -5.612700     56.37988             35
    +#> 6591  VR2AR-546131     -5.612700     56.37988             35
    +#> 6592  VR2AR-546131     -5.612700     56.37988             35
    +#> 6593  VR2AR-546131     -5.612700     56.37988             35
    +#> 6594  VR2AR-546131     -5.612700     56.37988             35
    +#> 6595  VR2AR-546131     -5.612700     56.37988             35
    +#> 6596  VR2AR-546131     -5.612700     56.37988             35
    +#> 6597  VR2AR-546131     -5.612700     56.37988             35
    +#> 6598  VR2AR-546131     -5.612700     56.37988             35
    +#> 6599  VR2AR-546131     -5.612700     56.37988             35
    +#> 6600  VR2AR-546131     -5.612700     56.37988             35
    +#> 6601  VR2AR-546131     -5.612700     56.37988             35
    +#> 6602  VR2AR-546131     -5.612700     56.37988             35
    +#> 6603  VR2AR-546131     -5.612700     56.37988             35
    +#> 6604  VR2AR-546131     -5.612700     56.37988             35
    +#> 6605  VR2AR-546131     -5.612700     56.37988             35
    +#> 6606  VR2AR-546131     -5.612700     56.37988             35
    +#> 6607  VR2AR-546131     -5.612700     56.37988             35
    +#> 6608  VR2AR-546131     -5.612700     56.37988             35
    +#> 6609  VR2AR-546131     -5.612700     56.37988             35
    +#> 6610  VR2AR-546131     -5.612700     56.37988             35
    +#> 6611  VR2AR-546131     -5.612700     56.37988             35
    +#> 6612  VR2AR-546131     -5.612700     56.37988             35
    +#> 6613  VR2AR-546131     -5.612700     56.37988             35
    +#> 6614  VR2AR-546131     -5.612700     56.37988             35
    +#> 6615  VR2AR-546131     -5.612700     56.37988             35
    +#> 6616  VR2AR-546131     -5.612700     56.37988             35
    +#> 6617  VR2AR-546131     -5.612700     56.37988             35
    +#> 6618  VR2AR-546131     -5.612700     56.37988             35
    +#> 6619  VR2AR-546131     -5.612700     56.37988             35
    +#> 6620  VR2AR-546131     -5.612700     56.37988             35
    +#> 6621  VR2AR-546131     -5.612700     56.37988             35
    +#> 6622  VR2AR-546131     -5.612700     56.37988             35
    +#> 6623  VR2AR-546131     -5.612700     56.37988             35
    +#> 6624  VR2AR-546131     -5.612700     56.37988             35
    +#> 6625  VR2AR-546131     -5.612700     56.37988             35
    +#> 6626  VR2AR-546131     -5.612700     56.37988             35
    +#> 6627  VR2AR-546131     -5.612700     56.37988             35
    +#> 6628  VR2AR-546131     -5.612700     56.37988             35
    +#> 6629  VR2AR-546131     -5.612700     56.37988             35
    +#> 6630  VR2AR-546131     -5.612700     56.37988             35
    +#> 6631  VR2AR-546131     -5.612700     56.37988             35
    +#> 6632  VR2AR-546131     -5.612700     56.37988             35
    +#> 6633  VR2AR-546131     -5.612700     56.37988             35
    +#> 6634  VR2AR-546131     -5.612700     56.37988             35
    +#> 6635  VR2AR-546131     -5.612700     56.37988             35
    +#> 6636  VR2AR-546131     -5.612700     56.37988             35
    +#> 6637  VR2AR-546131     -5.612700     56.37988             35
    +#> 6638  VR2AR-546131     -5.612700     56.37988             35
    +#> 6639  VR2AR-546131     -5.612700     56.37988             35
    +#> 6640  VR2AR-546131     -5.612700     56.37988             35
    +#> 6641  VR2AR-546131     -5.612700     56.37988             35
    +#> 6642  VR2AR-546131     -5.612700     56.37988             35
    +#> 6643  VR2AR-546131     -5.612700     56.37988             35
    +#> 6644  VR2AR-546131     -5.612700     56.37988             35
    +#> 6645  VR2AR-546131     -5.612700     56.37988             35
    +#> 6646  VR2AR-546131     -5.612700     56.37988             35
    +#> 6647  VR2AR-546131     -5.612700     56.37988             35
    +#> 6648  VR2AR-546131     -5.612700     56.37988             35
    +#> 6649  VR2AR-546131     -5.612700     56.37988             35
    +#> 6650  VR2AR-546131     -5.612700     56.37988             35
    +#> 6651  VR2AR-546131     -5.612700     56.37988             35
    +#> 6652  VR2AR-546131     -5.612700     56.37988             35
    +#> 6653  VR2AR-546131     -5.612700     56.37988             35
    +#> 6654  VR2AR-546131     -5.612700     56.37988             35
    +#> 6655  VR2AR-546131     -5.612700     56.37988             35
    +#> 6656  VR2AR-546131     -5.612700     56.37988             35
    +#> 6657  VR2AR-546131     -5.612700     56.37988             35
    +#> 6658  VR2AR-546131     -5.612700     56.37988             35
    +#> 6659  VR2AR-546131     -5.612700     56.37988             35
    +#> 6660  VR2AR-546131     -5.612700     56.37988             35
    +#> 6661  VR2AR-546131     -5.612700     56.37988             35
    +#> 6662  VR2AR-546131     -5.612700     56.37988             35
    +#> 6663  VR2AR-546131     -5.612700     56.37988             35
    +#> 6664  VR2AR-546131     -5.612700     56.37988             35
    +#> 6665  VR2AR-546131     -5.612700     56.37988             35
    +#> 6666  VR2AR-546131     -5.612700     56.37988             35
    +#> 6667  VR2AR-546131     -5.612700     56.37988             35
    +#> 6668  VR2AR-546131     -5.612700     56.37988             35
    +#> 6669  VR2AR-546131     -5.612700     56.37988             35
    +#> 6670  VR2AR-546131     -5.612700     56.37988             35
    +#> 6671  VR2AR-546131     -5.612700     56.37988             35
    +#> 6672  VR2AR-546131     -5.612700     56.37988             35
    +#> 6673  VR2AR-546131     -5.612700     56.37988             35
    +#> 6674  VR2AR-546131     -5.612700     56.37988             35
    +#> 6675  VR2AR-546131     -5.612700     56.37988             35
    +#> 6676  VR2AR-546131     -5.612700     56.37988             35
    +#> 6677  VR2AR-546131     -5.612700     56.37988             35
    +#> 6678  VR2AR-546131     -5.612700     56.37988             35
    +#> 6679  VR2AR-546131     -5.612700     56.37988             35
    +#> 6680  VR2AR-546131     -5.612700     56.37988             35
    +#> 6681  VR2AR-546131     -5.612700     56.37988             35
    +#> 6682  VR2AR-546131     -5.612700     56.37988             35
    +#> 6683  VR2AR-546131     -5.612700     56.37988             35
    +#> 6684  VR2AR-546131     -5.612700     56.37988             35
    +#> 6685  VR2AR-546131     -5.612700     56.37988             35
    +#> 6686  VR2AR-546131     -5.612700     56.37988             35
    +#> 6687  VR2AR-546131     -5.612700     56.37988             35
    +#> 6688  VR2AR-546131     -5.612700     56.37988             35
    +#> 6689  VR2AR-546131     -5.612700     56.37988             35
    +#> 6690  VR2AR-546131     -5.612700     56.37988             35
    +#> 6691  VR2AR-546131     -5.612700     56.37988             35
    +#> 6692  VR2AR-546131     -5.612700     56.37988             35
    +#> 6693  VR2AR-546131     -5.612700     56.37988             35
    +#> 6694  VR2AR-546131     -5.612700     56.37988             35
    +#> 6695  VR2AR-546131     -5.612700     56.37988             35
    +#> 6696  VR2AR-546131     -5.612700     56.37988             35
    +#> 6697  VR2AR-546131     -5.612700     56.37988             35
    +#> 6698  VR2AR-546131     -5.612700     56.37988             35
    +#> 6699  VR2AR-546131     -5.612700     56.37988             35
    +#> 6700  VR2AR-546131     -5.612700     56.37988             35
    +#> 6701  VR2AR-546131     -5.612700     56.37988             35
    +#> 6702  VR2AR-546131     -5.612700     56.37988             35
    +#> 6703  VR2AR-546131     -5.612700     56.37988             35
    +#> 6704  VR2AR-546131     -5.612700     56.37988             35
    +#> 6705  VR2AR-546131     -5.612700     56.37988             35
    +#> 6706  VR2AR-546131     -5.612700     56.37988             35
    +#> 6707  VR2AR-546131     -5.612700     56.37988             35
    +#> 6708  VR2AR-546131     -5.612700     56.37988             35
    +#> 6709  VR2AR-546131     -5.612700     56.37988             35
    +#> 6710  VR2AR-546131     -5.612700     56.37988             35
    +#> 6711  VR2AR-546131     -5.612700     56.37988             35
    +#> 6712  VR2AR-546131     -5.612700     56.37988             35
    +#> 6713  VR2AR-546131     -5.612700     56.37988             35
    +#> 6714  VR2AR-546131     -5.612700     56.37988             35
    +#> 6715  VR2AR-546131     -5.612700     56.37988             35
    +#> 6716  VR2AR-546131     -5.612700     56.37988             35
    +#> 6717  VR2AR-546131     -5.612700     56.37988             35
    +#> 6718  VR2AR-546131     -5.612700     56.37988             35
    +#> 6719  VR2AR-546131     -5.612700     56.37988             35
    +#> 6720  VR2AR-546131     -5.612700     56.37988             35
    +#> 6721  VR2AR-546131     -5.612700     56.37988             35
    +#> 6722  VR2AR-546131     -5.612700     56.37988             35
    +#> 6723  VR2AR-546131     -5.612700     56.37988             35
    +#> 6724  VR2AR-546131     -5.612700     56.37988             35
    +#> 6725  VR2AR-546131     -5.612700     56.37988             35
    +#> 6726  VR2AR-546131     -5.612700     56.37988             35
    +#> 6727  VR2AR-546131     -5.612700     56.37988             35
    +#> 6728  VR2AR-546134     -5.643867     56.38278            145
    +#> 6729  VR2AR-546134     -5.643867     56.38278            145
    +#> 6730  VR2AR-546134     -5.643867     56.38278            145
    +#> 6731  VR2AR-546134     -5.643867     56.38278            145
    +#> 6732  VR2AR-546134     -5.643867     56.38278            145
    +#> 6733  VR2AR-546134     -5.643867     56.38278            145
    +#> 6734  VR2AR-546134     -5.643867     56.38278            145
    +#> 6735  VR2AR-546134     -5.643867     56.38278            145
    +#> 6736  VR2AR-546134     -5.643867     56.38278            145
    +#> 6737  VR2AR-546134     -5.643867     56.38278            145
    +#> 6738  VR2AR-546134     -5.643867     56.38278            145
    +#> 6739  VR2AR-546134     -5.643867     56.38278            145
    +#> 6740  VR2AR-546134     -5.643867     56.38278            145
    +#> 6741  VR2AR-546134     -5.643867     56.38278            145
    +#> 6742  VR2AR-546134     -5.643867     56.38278            145
    +#> 6743  VR2AR-546134     -5.643867     56.38278            145
    +#> 6744  VR2AR-546136     -5.626250     56.44810             75
    +#> 6745  VR2AR-546136     -5.626250     56.44810             75
    +#> 6746  VR2AR-546131     -5.612700     56.37988             35
    +#> 6747  VR2AR-546131     -5.612700     56.37988             35
    +#> 6748  VR2AR-546131     -5.612700     56.37988             35
    +#> 6749  VR2AR-546131     -5.612700     56.37988             35
    +#> 6750  VR2AR-546131     -5.612700     56.37988             35
    +#> 6751  VR2AR-546131     -5.612700     56.37988             35
    +#> 6752  VR2AR-546131     -5.612700     56.37988             35
    +#> 6753  VR2AR-546131     -5.612700     56.37988             35
    +#> 6754  VR2AR-546131     -5.612700     56.37988             35
    +#> 6755  VR2AR-546131     -5.612700     56.37988             35
    +#> 6756  VR2AR-546131     -5.612700     56.37988             35
    +#> 6757  VR2AR-546131     -5.612700     56.37988             35
    +#> 6758  VR2AR-546131     -5.612700     56.37988             35
    +#> 6759  VR2AR-546131     -5.612700     56.37988             35
    +#> 6760  VR2AR-546131     -5.612700     56.37988             35
    +#> 6761  VR2AR-546131     -5.612700     56.37988             35
    +#> 6762  VR2AR-546131     -5.612700     56.37988             35
    +#> 6763  VR2AR-546131     -5.612700     56.37988             35
    +#> 6764  VR2AR-546131     -5.612700     56.37988             35
    +#> 6765  VR2AR-546131     -5.612700     56.37988             35
    +#> 6766  VR2AR-546131     -5.612700     56.37988             35
    +#> 6767  VR2AR-546131     -5.612700     56.37988             35
    +#> 6768  VR2AR-546131     -5.612700     56.37988             35
    +#> 6769  VR2AR-546131     -5.612700     56.37988             35
    +#> 6770  VR2AR-546131     -5.612700     56.37988             35
    +#> 6771  VR2AR-546131     -5.612700     56.37988             35
    +#> 6772  VR2AR-546131     -5.612700     56.37988             35
    +#> 6773  VR2AR-546131     -5.612700     56.37988             35
    +#> 6774  VR2AR-546131     -5.612700     56.37988             35
    +#> 6775  VR2AR-546131     -5.612700     56.37988             35
    +#> 6776  VR2AR-546131     -5.612700     56.37988             35
    +#> 6777  VR2AR-546131     -5.612700     56.37988             35
    +#> 6778  VR2AR-546131     -5.612700     56.37988             35
    +#> 6779  VR2AR-546131     -5.612700     56.37988             35
    +#> 6780  VR2AR-546131     -5.612700     56.37988             35
    +#> 6781  VR2AR-546131     -5.612700     56.37988             35
    +#> 6782  VR2AR-546131     -5.612700     56.37988             35
    +#> 6783  VR2AR-546131     -5.612700     56.37988             35
    +#> 6784  VR2AR-546131     -5.612700     56.37988             35
    +#> 6785  VR2AR-546131     -5.612700     56.37988             35
    +#> 6786  VR2AR-546131     -5.612700     56.37988             35
    +#> 6787  VR2AR-546131     -5.612700     56.37988             35
    +#> 6788  VR2AR-546131     -5.612700     56.37988             35
    +#> 6789  VR2AR-546131     -5.612700     56.37988             35
    +#> 6790  VR2AR-546131     -5.612700     56.37988             35
    +#> 6791  VR2AR-546131     -5.612700     56.37988             35
    +#> 6792  VR2AR-546131     -5.612700     56.37988             35
    +#> 6793  VR2AR-546131     -5.612700     56.37988             35
    +#> 6794  VR2AR-546131     -5.612700     56.37988             35
    +#> 6795  VR2AR-546131     -5.612700     56.37988             35
    +#> 6796  VR2AR-546131     -5.612700     56.37988             35
    +#> 6797  VR2AR-546131     -5.612700     56.37988             35
    +#> 6798  VR2AR-546131     -5.612700     56.37988             35
    +#> 6799  VR2AR-546131     -5.612700     56.37988             35
    +#> 6800  VR2AR-546131     -5.612700     56.37988             35
    +#> 6801  VR2AR-546131     -5.612700     56.37988             35
    +#> 6802  VR2AR-546131     -5.612700     56.37988             35
    +#> 6803  VR2AR-546131     -5.612700     56.37988             35
    +#> 6804  VR2AR-546131     -5.612700     56.37988             35
    +#> 6805  VR2AR-546131     -5.612700     56.37988             35
    +#> 6806  VR2AR-546131     -5.612700     56.37988             35
    +#> 6807  VR2AR-546131     -5.612700     56.37988             35
    +#> 6808  VR2AR-546131     -5.612700     56.37988             35
    +#> 6809  VR2AR-546131     -5.612700     56.37988             35
    +#> 6810  VR2AR-546131     -5.612700     56.37988             35
    +#> 6811  VR2AR-546131     -5.612700     56.37988             35
    +#> 6812  VR2AR-546131     -5.612700     56.37988             35
    +#> 6813  VR2AR-546131     -5.612700     56.37988             35
    +#> 6814  VR2AR-546131     -5.612700     56.37988             35
    +#> 6815  VR2AR-546131     -5.612700     56.37988             35
    +#> 6816  VR2AR-546131     -5.612700     56.37988             35
    +#> 6817  VR2AR-546131     -5.612700     56.37988             35
    +#> 6818  VR2AR-546131     -5.612700     56.37988             35
    +#> 6819  VR2AR-546131     -5.612700     56.37988             35
    +#> 6820  VR2AR-546131     -5.612700     56.37988             35
    +#> 6821  VR2AR-546131     -5.612700     56.37988             35
    +#> 6822  VR2AR-546131     -5.612700     56.37988             35
    +#> 6823  VR2AR-546131     -5.612700     56.37988             35
    +#> 6824  VR2AR-546131     -5.612700     56.37988             35
    +#> 6825  VR2AR-546131     -5.612700     56.37988             35
    +#> 6826  VR2AR-546131     -5.612700     56.37988             35
    +#> 6827  VR2AR-546131     -5.612700     56.37988             35
    +#> 6828  VR2AR-546131     -5.612700     56.37988             35
    +#> 6829  VR2AR-546131     -5.612700     56.37988             35
    +#> 6830  VR2AR-546131     -5.612700     56.37988             35
    +#> 6831  VR2AR-546131     -5.612700     56.37988             35
    +#> 6832  VR2AR-546131     -5.612700     56.37988             35
    +#> 6833  VR2AR-546131     -5.612700     56.37988             35
    +#> 6834  VR2AR-546131     -5.612700     56.37988             35
    +#> 6835  VR2AR-546131     -5.612700     56.37988             35
    +#> 6836  VR2AR-546131     -5.612700     56.37988             35
    +#> 6837  VR2AR-546131     -5.612700     56.37988             35
    +#> 6838  VR2AR-546131     -5.612700     56.37988             35
    +#> 6839  VR2AR-546131     -5.612700     56.37988             35
    +#> 6840  VR2AR-546131     -5.612700     56.37988             35
    +#> 6841  VR2AR-546131     -5.612700     56.37988             35
    +#> 6842  VR2AR-546131     -5.612700     56.37988             35
    +#> 6843  VR2AR-546131     -5.612700     56.37988             35
    +#> 6844  VR2AR-546131     -5.612700     56.37988             35
    +#> 6845  VR2AR-546131     -5.612700     56.37988             35
    +#> 6846  VR2AR-546131     -5.612700     56.37988             35
    +#> 6847  VR2AR-546131     -5.612700     56.37988             35
    +#> 6848  VR2AR-546131     -5.612700     56.37988             35
    +#> 6849  VR2AR-546131     -5.612700     56.37988             35
    +#> 6850  VR2AR-546131     -5.612700     56.37988             35
    +#> 6851  VR2AR-546131     -5.612700     56.37988             35
    +#> 6852  VR2AR-546131     -5.612700     56.37988             35
    +#> 6853  VR2AR-546131     -5.612700     56.37988             35
    +#> 6854  VR2AR-546131     -5.612700     56.37988             35
    +#> 6855  VR2AR-546131     -5.612700     56.37988             35
    +#> 6856  VR2AR-546131     -5.612700     56.37988             35
    +#> 6857  VR2AR-546131     -5.612700     56.37988             35
    +#> 6858  VR2AR-546131     -5.612700     56.37988             35
    +#> 6859  VR2AR-546131     -5.612700     56.37988             35
    +#> 6860  VR2AR-546131     -5.612700     56.37988             35
    +#> 6861  VR2AR-546131     -5.612700     56.37988             35
    +#> 6862  VR2AR-546131     -5.612700     56.37988             35
    +#> 6863  VR2AR-546131     -5.612700     56.37988             35
    +#> 6864  VR2AR-546131     -5.612700     56.37988             35
    +#> 6865  VR2AR-546131     -5.612700     56.37988             35
    +#> 6866  VR2AR-546131     -5.612700     56.37988             35
    +#> 6867  VR2AR-546131     -5.612700     56.37988             35
    +#> 6868  VR2AR-546131     -5.612700     56.37988             35
    +#> 6869  VR2AR-546131     -5.612700     56.37988             35
    +#> 6870  VR2AR-546131     -5.612700     56.37988             35
    +#> 6871  VR2AR-546131     -5.612700     56.37988             35
    +#> 6872  VR2AR-546131     -5.612700     56.37988             35
    +#> 6873  VR2AR-546131     -5.612700     56.37988             35
    +#> 6874  VR2AR-546131     -5.612700     56.37988             35
    +#> 6875  VR2AR-546131     -5.612700     56.37988             35
    +#> 6876  VR2AR-546131     -5.612700     56.37988             35
    +#> 6877  VR2AR-546131     -5.612700     56.37988             35
    +#> 6878  VR2AR-546131     -5.612700     56.37988             35
    +#> 6879  VR2AR-546131     -5.612700     56.37988             35
    +#> 6880  VR2AR-546131     -5.612700     56.37988             35
    +#> 6881  VR2AR-546131     -5.612700     56.37988             35
    +#> 6882  VR2AR-546131     -5.612700     56.37988             35
    +#> 6883  VR2AR-546131     -5.612700     56.37988             35
    +#> 6884  VR2AR-546131     -5.612700     56.37988             35
    +#> 6885  VR2AR-546131     -5.612700     56.37988             35
    +#> 6886  VR2AR-546131     -5.612700     56.37988             35
    +#> 6887  VR2AR-546131     -5.612700     56.37988             35
    +#> 6888  VR2AR-546131     -5.612700     56.37988             35
    +#> 6889  VR2AR-546131     -5.612700     56.37988             35
    +#> 6890  VR2AR-546131     -5.612700     56.37988             35
    +#> 6891  VR2AR-546131     -5.612700     56.37988             35
    +#> 6892  VR2AR-546131     -5.612700     56.37988             35
    +#> 6893  VR2AR-546131     -5.612700     56.37988             35
    +#> 6894  VR2AR-546131     -5.612700     56.37988             35
    +#> 6895  VR2AR-546131     -5.612700     56.37988             35
    +#> 6896  VR2AR-546131     -5.612700     56.37988             35
    +#> 6897  VR2AR-546131     -5.612700     56.37988             35
    +#> 6898  VR2AR-546131     -5.612700     56.37988             35
    +#> 6899  VR2AR-546131     -5.612700     56.37988             35
    +#> 6900  VR2AR-546131     -5.612700     56.37988             35
    +#> 6901  VR2AR-546131     -5.612700     56.37988             35
    +#> 6902  VR2AR-546131     -5.612700     56.37988             35
    +#> 6903  VR2AR-546136     -5.626250     56.44810             75
    +#> 6904  VR2AR-546136     -5.626250     56.44810             75
    +#> 6905  VR2AR-546136     -5.626250     56.44810             75
    +#> 6906  VR2AR-546136     -5.626250     56.44810             75
    +#> 6907  VR2AR-546136     -5.626250     56.44810             75
    +#> 6908  VR2AR-546136     -5.626250     56.44810             75
    +#> 6909      VR2-6723     -5.586383     56.50332             50
    +#> 6910  VR2AR-546133     -5.701717     56.49747             90
    +#> 6911  VR2AR-546133     -5.701717     56.49747             90
    +#> 6912  VR2AR-546133     -5.701717     56.49747             90
    +#> 6913  VR2AR-546133     -5.701717     56.49747             90
    +#> 6914  VR2AR-546133     -5.701717     56.49747             90
    +#> 6915  VR2AR-546133     -5.701717     56.49747             90
    +#> 6916  VR2AR-546133     -5.701717     56.49747             90
    +#> 6917  VR2AR-546133     -5.701717     56.49747             90
    +#> 6918  VR2AR-546133     -5.701717     56.49747             90
    +#> 6919  VR2AR-546133     -5.701717     56.49747             90
    +#> 6920  VR2AR-546133     -5.701717     56.49747             90
    +#> 6921  VR2AR-546133     -5.701717     56.49747             90
    +#> 6922  VR2AR-546133     -5.701717     56.49747             90
    +#> 6923  VR2AR-546133     -5.701717     56.49747             90
    +#> 6924  VR2AR-546133     -5.701717     56.49747             90
    +#> 6925  VR2AR-546133     -5.701717     56.49747             90
    +#> 6926  VR2AR-546133     -5.701717     56.49747             90
    +#> 6927  VR2AR-546133     -5.701717     56.49747             90
    +#> 6928  VR2AR-546133     -5.701717     56.49747             90
    +#> 6929  VR2AR-546133     -5.701717     56.49747             90
    +#> 6930  VR2AR-546133     -5.701717     56.49747             90
    +#> 6931  VR2AR-546133     -5.701717     56.49747             90
    +#> 6932   VR2W-108161     -5.605383     56.46018             25
    +#> 6933   VR2W-108161     -5.605383     56.46018             25
    +#> 6934   VR2W-108161     -5.605383     56.46018             25
    +#> 6935   VR2W-108161     -5.605383     56.46018             25
    +#> 6936   VR2W-108161     -5.605383     56.46018             25
    +#> 6937   VR2W-108161     -5.605383     56.46018             25
    +#> 6938   VR2W-108161     -5.605383     56.46018             25
    +#> 6939  VR2AR-546136     -5.626250     56.44810             75
    +#> 6940  VR2AR-546136     -5.626250     56.44810             75
    +#> 6941  VR2AR-546136     -5.626250     56.44810             75
    +#> 6942  VR2AR-546136     -5.626250     56.44810             75
    +#> 6943  VR2AR-546136     -5.626250     56.44810             75
    +#> 6944  VR2AR-546136     -5.626250     56.44810             75
    +#> 6945  VR2AR-546131     -5.612700     56.37988             35
    +#> 6946  VR2AR-546131     -5.612700     56.37988             35
    +#> 6947  VR2AR-546131     -5.612700     56.37988             35
    +#> 6948  VR2AR-546131     -5.612700     56.37988             35
    +#> 6949  VR2AR-546131     -5.612700     56.37988             35
    +#> 6950  VR2AR-546131     -5.612700     56.37988             35
    +#> 6951  VR2AR-546131     -5.612700     56.37988             35
    +#> 6952  VR2AR-546131     -5.612700     56.37988             35
    +#> 6953  VR2AR-546131     -5.612700     56.37988             35
    +#> 6954  VR2AR-546131     -5.612700     56.37988             35
    +#> 6955  VR2AR-546131     -5.612700     56.37988             35
    +#> 6956  VR2AR-546131     -5.612700     56.37988             35
    +#> 6957  VR2AR-546131     -5.612700     56.37988             35
    +#> 6958  VR2AR-546131     -5.612700     56.37988             35
    +#> 6959  VR2AR-546131     -5.612700     56.37988             35
    +#> 6960  VR2AR-546131     -5.612700     56.37988             35
    +#> 6961  VR2AR-546131     -5.612700     56.37988             35
    +#> 6962  VR2AR-546131     -5.612700     56.37988             35
    +#> 6963  VR2AR-546131     -5.612700     56.37988             35
    +#> 6964  VR2AR-546131     -5.612700     56.37988             35
    +#> 6965  VR2AR-546131     -5.612700     56.37988             35
    +#> 6966  VR2AR-546131     -5.612700     56.37988             35
    +#> 6967  VR2AR-546131     -5.612700     56.37988             35
    +#> 6968  VR2AR-546131     -5.612700     56.37988             35
    +#> 6969  VR2AR-546131     -5.612700     56.37988             35
    +#> 6970  VR2AR-546131     -5.612700     56.37988             35
    +#> 6971  VR2AR-546131     -5.612700     56.37988             35
    +#> 6972  VR2AR-546131     -5.612700     56.37988             35
    +#> 6973  VR2AR-546131     -5.612700     56.37988             35
    +#> 6974  VR2AR-546131     -5.612700     56.37988             35
    +#> 6975  VR2AR-546131     -5.612700     56.37988             35
    +#> 6976  VR2AR-546131     -5.612700     56.37988             35
    +#> 6977  VR2AR-546131     -5.612700     56.37988             35
    +#> 6978  VR2AR-546131     -5.612700     56.37988             35
    +#> 6979  VR2AR-546131     -5.612700     56.37988             35
    +#> 6980  VR2AR-546131     -5.612700     56.37988             35
    +#> 6981  VR2AR-546131     -5.612700     56.37988             35
    +#> 6982  VR2AR-546131     -5.612700     56.37988             35
    +#> 6983  VR2AR-546131     -5.612700     56.37988             35
    +#> 6984  VR2AR-546131     -5.612700     56.37988             35
    +#> 6985  VR2AR-546131     -5.612700     56.37988             35
    +#> 6986  VR2AR-546131     -5.612700     56.37988             35
    +#> 6987  VR2AR-546131     -5.612700     56.37988             35
    +#> 6988  VR2AR-546131     -5.612700     56.37988             35
    +#> 6989  VR2AR-546131     -5.612700     56.37988             35
    +#> 6990  VR2AR-546131     -5.612700     56.37988             35
    +#> 6991  VR2AR-546131     -5.612700     56.37988             35
    +#> 6992  VR2AR-546131     -5.612700     56.37988             35
    +#> 6993  VR2AR-546131     -5.612700     56.37988             35
    +#> 6994  VR2AR-546131     -5.612700     56.37988             35
    +#> 6995  VR2AR-546131     -5.612700     56.37988             35
    +#> 6996  VR2AR-546131     -5.612700     56.37988             35
    +#> 6997  VR2AR-546131     -5.612700     56.37988             35
    +#> 6998  VR2AR-546131     -5.612700     56.37988             35
    +#> 6999  VR2AR-546131     -5.612700     56.37988             35
    +#> 7000  VR2AR-546131     -5.612700     56.37988             35
    +#> 7001  VR2AR-546131     -5.612700     56.37988             35
    +#> 7002  VR2AR-546131     -5.612700     56.37988             35
    +#> 7003  VR2AR-546131     -5.612700     56.37988             35
    +#> 7004  VR2AR-546131     -5.612700     56.37988             35
    +#> 7005  VR2AR-546131     -5.612700     56.37988             35
    +#> 7006  VR2AR-546131     -5.612700     56.37988             35
    +#> 7007  VR2AR-546131     -5.612700     56.37988             35
    +#> 7008  VR2AR-546131     -5.612700     56.37988             35
    +#> 7009  VR2AR-546131     -5.612700     56.37988             35
    +#> 7010  VR2AR-546131     -5.612700     56.37988             35
    +#> 7011  VR2AR-546131     -5.612700     56.37988             35
    +#> 7012  VR2AR-546131     -5.612700     56.37988             35
    +#> 7013  VR2AR-546131     -5.612700     56.37988             35
    +#> 7014  VR2AR-546131     -5.612700     56.37988             35
    +#> 7015  VR2AR-546131     -5.612700     56.37988             35
    +#> 7016  VR2AR-546131     -5.612700     56.37988             35
    +#> 7017  VR2AR-546131     -5.612700     56.37988             35
    +#> 7018  VR2AR-546131     -5.612700     56.37988             35
    +#> 7019  VR2AR-546131     -5.612700     56.37988             35
    +#> 7020  VR2AR-546131     -5.612700     56.37988             35
    +#> 7021  VR2AR-546131     -5.612700     56.37988             35
    +#> 7022  VR2AR-546131     -5.612700     56.37988             35
    +#> 7023  VR2AR-546131     -5.612700     56.37988             35
    +#> 7024  VR2AR-546131     -5.612700     56.37988             35
    +#> 7025  VR2AR-546131     -5.612700     56.37988             35
    +#> 7026  VR2AR-546131     -5.612700     56.37988             35
    +#> 7027  VR2AR-546131     -5.612700     56.37988             35
    +#> 7028  VR2AR-546131     -5.612700     56.37988             35
    +#> 7029  VR2AR-546131     -5.612700     56.37988             35
    +#> 7030  VR2AR-546131     -5.612700     56.37988             35
    +#> 7031  VR2AR-546131     -5.612700     56.37988             35
    +#> 7032  VR2AR-546131     -5.612700     56.37988             35
    +#> 7033  VR2AR-546131     -5.612700     56.37988             35
    +#> 7034  VR2AR-546131     -5.612700     56.37988             35
    +#> 7035  VR2AR-546131     -5.612700     56.37988             35
    +#> 7036  VR2AR-546131     -5.612700     56.37988             35
    +#> 7037  VR2AR-546131     -5.612700     56.37988             35
    +#> 7038  VR2AR-546131     -5.612700     56.37988             35
    +#> 7039  VR2AR-546131     -5.612700     56.37988             35
    +#> 7040  VR2AR-546131     -5.612700     56.37988             35
    +#> 7041  VR2AR-546131     -5.612700     56.37988             35
    +#> 7042  VR2AR-546131     -5.612700     56.37988             35
    +#> 7043  VR2AR-546131     -5.612700     56.37988             35
    +#> 7044  VR2AR-546131     -5.612700     56.37988             35
    +#> 7045  VR2AR-546131     -5.612700     56.37988             35
    +#> 7046  VR2AR-546131     -5.612700     56.37988             35
    +#> 7047  VR2AR-546131     -5.612700     56.37988             35
    +#> 7048  VR2AR-546131     -5.612700     56.37988             35
    +#> 7049  VR2AR-546131     -5.612700     56.37988             35
    +#> 7050  VR2AR-546131     -5.612700     56.37988             35
    +#> 7051  VR2AR-546131     -5.612700     56.37988             35
    +#> 7052  VR2AR-546131     -5.612700     56.37988             35
    +#> 7053  VR2AR-546131     -5.612700     56.37988             35
    +#> 7054  VR2AR-546131     -5.612700     56.37988             35
    +#> 7055  VR2AR-546131     -5.612700     56.37988             35
    +#> 7056  VR2AR-546131     -5.612700     56.37988             35
    +#> 7057  VR2AR-546131     -5.612700     56.37988             35
    +#> 7058  VR2AR-546131     -5.612700     56.37988             35
    +#> 7059  VR2AR-546131     -5.612700     56.37988             35
    +#> 7060  VR2AR-546131     -5.612700     56.37988             35
    +#> 7061  VR2AR-546131     -5.612700     56.37988             35
    +#> 7062  VR2AR-546131     -5.612700     56.37988             35
    +#> 7063  VR2AR-546131     -5.612700     56.37988             35
    +#> 7064  VR2AR-546131     -5.612700     56.37988             35
    +#> 7065  VR2AR-546131     -5.612700     56.37988             35
    +#> 7066  VR2AR-546131     -5.612700     56.37988             35
    +#> 7067  VR2AR-546131     -5.612700     56.37988             35
    +#> 7068  VR2AR-546131     -5.612700     56.37988             35
    +#> 7069  VR2AR-546380     -5.637917     56.44800             25
    +#> 7070  VR2AR-546380     -5.637917     56.44800             25
    +#> 7071  VR2AR-546380     -5.637917     56.44800             25
    +#> 7072  VR2AR-546380     -5.637917     56.44800             25
    +#> 7073  VR2AR-546380     -5.637917     56.44800             25
    +#> 7074  VR2AR-546380     -5.637917     56.44800             25
    +#> 7075  VR2AR-546380     -5.637917     56.44800             25
    +#> 7076  VR2AR-546380     -5.637917     56.44800             25
    +#> 7077  VR2AR-546380     -5.637917     56.44800             25
    +#> 7078  VR2AR-546380     -5.637917     56.44800             25
    +#> 7079  VR2AR-546380     -5.637917     56.44800             25
    +#> 7080  VR2AR-546380     -5.637917     56.44800             25
    +#> 7081  VR2AR-546380     -5.637917     56.44800             25
    +#> 7082  VR2AR-546380     -5.637917     56.44800             25
    +#> 7083  VR2AR-546380     -5.637917     56.44800             25
    +#> 7084  VR2AR-546380     -5.637917     56.44800             25
    +#> 7085  VR2AR-546380     -5.637917     56.44800             25
    +#> 7086  VR2AR-546380     -5.637917     56.44800             25
    +#> 7087  VR2AR-546380     -5.637917     56.44800             25
    +#> 7088  VR2AR-546380     -5.637917     56.44800             25
    +#> 7089  VR2AR-546380     -5.637917     56.44800             25
    +#> 7090  VR2AR-546380     -5.637917     56.44800             25
    +#> 7091  VR2AR-546380     -5.637917     56.44800             25
    +#> 7092  VR2AR-546380     -5.637917     56.44800             25
    +#> 7093  VR2AR-546380     -5.637917     56.44800             25
    +#> 7094  VR2AR-546380     -5.637917     56.44800             25
    +#> 7095  VR2AR-546380     -5.637917     56.44800             25
    +#> 7096  VR2AR-546380     -5.637917     56.44800             25
    +#> 7097  VR2AR-546380     -5.637917     56.44800             25
    +#> 7098  VR2AR-546380     -5.637917     56.44800             25
    +#> 7099  VR2AR-546380     -5.637917     56.44800             25
    +#> 7100  VR2AR-546380     -5.637917     56.44800             25
    +#> 7101  VR2AR-546380     -5.637917     56.44800             25
    +#> 7102  VR2AR-546380     -5.637917     56.44800             25
    +#> 7103  VR2AR-546380     -5.637917     56.44800             25
    +#> 7104  VR2AR-546380     -5.637917     56.44800             25
    +#> 7105  VR2AR-546380     -5.637917     56.44800             25
    +#> 7106  VR2AR-546380     -5.637917     56.44800             25
    +#> 7107  VR2AR-546380     -5.637917     56.44800             25
    +#> 7108  VR2AR-546380     -5.637917     56.44800             25
    +#> 7109  VR2AR-546380     -5.637917     56.44800             25
    +#> 7110  VR2AR-546380     -5.637917     56.44800             25
    +#> 7111  VR2AR-546380     -5.637917     56.44800             25
    +#> 7112  VR2AR-546380     -5.637917     56.44800             25
    +#> 7113  VR2AR-546380     -5.637917     56.44800             25
    +#> 7114  VR2AR-546380     -5.637917     56.44800             25
    +#> 7115  VR2AR-546380     -5.637917     56.44800             25
    +#> 7116  VR2AR-546380     -5.637917     56.44800             25
    +#> 7117  VR2AR-546380     -5.637917     56.44800             25
    +#> 7118  VR2AR-546380     -5.637917     56.44800             25
    +#> 7119  VR2AR-546380     -5.637917     56.44800             25
    +#> 7120  VR2AR-546380     -5.637917     56.44800             25
    +#> 7121  VR2AR-546380     -5.637917     56.44800             25
    +#> 7122  VR2AR-546380     -5.637917     56.44800             25
    +#> 7123  VR2AR-546380     -5.637917     56.44800             25
    +#> 7124  VR2AR-546380     -5.637917     56.44800             25
    +#> 7125  VR2AR-546380     -5.637917     56.44800             25
    +#> 7126  VR2AR-546380     -5.637917     56.44800             25
    +#> 7127  VR2AR-546380     -5.637917     56.44800             25
    +#> 7128  VR2AR-546380     -5.637917     56.44800             25
    +#> 7129  VR2AR-546380     -5.637917     56.44800             25
    +#> 7130  VR2AR-546380     -5.637917     56.44800             25
    +#> 7131  VR2AR-546380     -5.637917     56.44800             25
    +#> 7132  VR2AR-546380     -5.637917     56.44800             25
    +#> 7133  VR2AR-546380     -5.637917     56.44800             25
    +#> 7134  VR2AR-546380     -5.637917     56.44800             25
    +#> 7135  VR2AR-546380     -5.637917     56.44800             25
    +#> 7136  VR2AR-546380     -5.637917     56.44800             25
    +#> 7137  VR2AR-546380     -5.637917     56.44800             25
    +#> 7138  VR2AR-546380     -5.637917     56.44800             25
    +#> 7139  VR2AR-546133     -5.701717     56.49747             90
    +#> 7140  VR2AR-546133     -5.701717     56.49747             90
    +#> 7141  VR2AR-546133     -5.701717     56.49747             90
    +#> 7142  VR2AR-546133     -5.701717     56.49747             90
    +#> 7143  VR2AR-546133     -5.701717     56.49747             90
    +#> 7144  VR2AR-546133     -5.701717     56.49747             90
    +#> 7145  VR2AR-546133     -5.701717     56.49747             90
    +#> 7146  VR2AR-546133     -5.701717     56.49747             90
    +#> 7147  VR2AR-546133     -5.701717     56.49747             90
    +#> 7148  VR2AR-546133     -5.701717     56.49747             90
    +#> 7149  VR2AR-546133     -5.701717     56.49747             90
    +#> 7150  VR2AR-546133     -5.701717     56.49747             90
    +#> 7151  VR2AR-546133     -5.701717     56.49747             90
    +#> 7152  VR2AR-546133     -5.701717     56.49747             90
    +#> 7153      VR2-5637     -5.692417     56.49913             25
    +#> 7154  VR2AR-546133     -5.701717     56.49747             90
    +#> 7155  VR2AR-546133     -5.701717     56.49747             90
    +#> 7156  VR2AR-546133     -5.701717     56.49747             90
    +#> 7157  VR2AR-546133     -5.701717     56.49747             90
    +#> 7158      VR2-5637     -5.692417     56.49913             25
    +#> 7159   VR2W-108161     -5.605383     56.46018             25
    +#> 7160   VR2W-108161     -5.605383     56.46018             25
    +#> 7161   VR2W-108161     -5.605383     56.46018             25
    +#> 7162   VR2W-108161     -5.605383     56.46018             25
    +#> 7163   VR2W-108161     -5.605383     56.46018             25
    +#> 7164   VR2W-108161     -5.605383     56.46018             25
    +#> 7165   VR2W-108161     -5.605383     56.46018             25
    +#> 7166   VR2W-108161     -5.605383     56.46018             25
    +#> 7167   VR2W-108161     -5.605383     56.46018             25
    +#> 7168   VR2W-108161     -5.605383     56.46018             25
    +#> 7169   VR2W-108161     -5.605383     56.46018             25
    +#> 7170   VR2W-108161     -5.605383     56.46018             25
    +#> 7171   VR2W-108161     -5.605383     56.46018             25
    +#> 7172   VR2W-108161     -5.605383     56.46018             25
    +#> 7173   VR2W-108161     -5.605383     56.46018             25
    +#> 7174   VR2W-108161     -5.605383     56.46018             25
    +#> 7175   VR2W-108161     -5.605383     56.46018             25
    +#> 7176   VR2W-108161     -5.605383     56.46018             25
    +#> 7177   VR2W-108161     -5.605383     56.46018             25
    +#> 7178   VR2W-108161     -5.605383     56.46018             25
    +#> 7179  VR2AR-546136     -5.626250     56.44810             75
    +#> 7180  VR2AR-546136     -5.626250     56.44810             75
    +#> 7181  VR2AR-546136     -5.626250     56.44810             75
    +#> 7182  VR2AR-546136     -5.626250     56.44810             75
    +#> 7183  VR2AR-546136     -5.626250     56.44810             75
    +#> 7184  VR2AR-546136     -5.626250     56.44810             75
    +#> 7185  VR2AR-546136     -5.626250     56.44810             75
    +#> 7186  VR2AR-546136     -5.626250     56.44810             75
    +#> 7187  VR2AR-546136     -5.626250     56.44810             75
    +#> 7188  VR2AR-546136     -5.626250     56.44810             75
    +#> 7189  VR2AR-546136     -5.626250     56.44810             75
    +#> 7190  VR2AR-546136     -5.626250     56.44810             75
    +#> 7191  VR2AR-546136     -5.626250     56.44810             75
    +#> 7192  VR2AR-546131     -5.612700     56.37988             35
    +#> 7193  VR2AR-546131     -5.612700     56.37988             35
    +#> 7194  VR2AR-546131     -5.612700     56.37988             35
    +#> 7195  VR2AR-546131     -5.612700     56.37988             35
    +#> 7196  VR2AR-546131     -5.612700     56.37988             35
    +#> 7197  VR2AR-546131     -5.612700     56.37988             35
    +#> 7198  VR2AR-546131     -5.612700     56.37988             35
    +#> 7199  VR2AR-546131     -5.612700     56.37988             35
    +#> 7200  VR2AR-546131     -5.612700     56.37988             35
    +#> 7201  VR2AR-546131     -5.612700     56.37988             35
    +#> 7202  VR2AR-546131     -5.612700     56.37988             35
    +#> 7203  VR2AR-546131     -5.612700     56.37988             35
    +#> 7204  VR2AR-546131     -5.612700     56.37988             35
    +#> 7205  VR2AR-546131     -5.612700     56.37988             35
    +#> 7206  VR2AR-546131     -5.612700     56.37988             35
    +#> 7207  VR2AR-546131     -5.612700     56.37988             35
    +#> 7208  VR2AR-546131     -5.612700     56.37988             35
    +#> 7209  VR2AR-546131     -5.612700     56.37988             35
    +#> 7210  VR2AR-546131     -5.612700     56.37988             35
    +#> 7211  VR2AR-546131     -5.612700     56.37988             35
    +#> 7212  VR2AR-546131     -5.612700     56.37988             35
    +#> 7213  VR2AR-546131     -5.612700     56.37988             35
    +#> 7214  VR2AR-546131     -5.612700     56.37988             35
    +#> 7215  VR2AR-546131     -5.612700     56.37988             35
    +#> 7216  VR2AR-546131     -5.612700     56.37988             35
    +#> 7217  VR2AR-546131     -5.612700     56.37988             35
    +#> 7218  VR2AR-546131     -5.612700     56.37988             35
    +#> 7219  VR2AR-546131     -5.612700     56.37988             35
    +#> 7220  VR2AR-546131     -5.612700     56.37988             35
    +#> 7221  VR2AR-546131     -5.612700     56.37988             35
    +#> 7222  VR2AR-546131     -5.612700     56.37988             35
    +#> 7223  VR2AR-546131     -5.612700     56.37988             35
    +#> 7224  VR2AR-546131     -5.612700     56.37988             35
    +#> 7225  VR2AR-546131     -5.612700     56.37988             35
    +#> 7226  VR2AR-546131     -5.612700     56.37988             35
    +#> 7227  VR2AR-546131     -5.612700     56.37988             35
    +#> 7228  VR2AR-546131     -5.612700     56.37988             35
    +#> 7229  VR2AR-546131     -5.612700     56.37988             35
    +#> 7230  VR2AR-546131     -5.612700     56.37988             35
    +#> 7231  VR2AR-546131     -5.612700     56.37988             35
    +#> 7232  VR2AR-546131     -5.612700     56.37988             35
    +#> 7233  VR2AR-546131     -5.612700     56.37988             35
    +#> 7234  VR2AR-546131     -5.612700     56.37988             35
    +#> 7235  VR2AR-546131     -5.612700     56.37988             35
    +#> 7236  VR2AR-546131     -5.612700     56.37988             35
    +#> 7237  VR2AR-546131     -5.612700     56.37988             35
    +#> 7238  VR2AR-546131     -5.612700     56.37988             35
    +#> 7239  VR2AR-546131     -5.612700     56.37988             35
    +#> 7240  VR2AR-546131     -5.612700     56.37988             35
    +#> 7241  VR2AR-546131     -5.612700     56.37988             35
    +#> 7242  VR2AR-546131     -5.612700     56.37988             35
    +#> 7243  VR2AR-546131     -5.612700     56.37988             35
    +#> 7244  VR2AR-546131     -5.612700     56.37988             35
    +#> 7245  VR2AR-546131     -5.612700     56.37988             35
    +#> 7246  VR2AR-546131     -5.612700     56.37988             35
    +#> 7247  VR2AR-546131     -5.612700     56.37988             35
    +#> 7248  VR2AR-546131     -5.612700     56.37988             35
    +#> 7249  VR2AR-546131     -5.612700     56.37988             35
    +#> 7250  VR2AR-546131     -5.612700     56.37988             35
    +#> 7251  VR2AR-546131     -5.612700     56.37988             35
    +#> 7252  VR2AR-546131     -5.612700     56.37988             35
    +#> 7253  VR2AR-546131     -5.612700     56.37988             35
    +#> 7254  VR2AR-546131     -5.612700     56.37988             35
    +#> 7255  VR2AR-546131     -5.612700     56.37988             35
    +#> 7256  VR2AR-546131     -5.612700     56.37988             35
    +#> 7257  VR2AR-546131     -5.612700     56.37988             35
    +#> 7258  VR2AR-546131     -5.612700     56.37988             35
    +#> 7259  VR2AR-546131     -5.612700     56.37988             35
    +#> 7260  VR2AR-546131     -5.612700     56.37988             35
    +#> 7261  VR2AR-546131     -5.612700     56.37988             35
    +#> 7262  VR2AR-546131     -5.612700     56.37988             35
    +#> 7263  VR2AR-546131     -5.612700     56.37988             35
    +#> 7264  VR2AR-546131     -5.612700     56.37988             35
    +#> 7265  VR2AR-546131     -5.612700     56.37988             35
    +#> 7266  VR2AR-546131     -5.612700     56.37988             35
    +#> 7267  VR2AR-546131     -5.612700     56.37988             35
    +#> 7268  VR2AR-546131     -5.612700     56.37988             35
    +#> 7269  VR2AR-546131     -5.612700     56.37988             35
    +#> 7270  VR2AR-546131     -5.612700     56.37988             35
    +#> 7271  VR2AR-546131     -5.612700     56.37988             35
    +#> 7272  VR2AR-546131     -5.612700     56.37988             35
    +#> 7273  VR2AR-546131     -5.612700     56.37988             35
    +#> 7274  VR2AR-546131     -5.612700     56.37988             35
    +#> 7275  VR2AR-546131     -5.612700     56.37988             35
    +#> 7276  VR2AR-546131     -5.612700     56.37988             35
    +#> 7277  VR2AR-546133     -5.701717     56.49747             90
    +#> 7278  VR2AR-546133     -5.701717     56.49747             90
    +#> 7279  VR2AR-546133     -5.701717     56.49747             90
    +#> 7280  VR2AR-546133     -5.701717     56.49747             90
    +#> 7281  VR2AR-546133     -5.701717     56.49747             90
    +#> 7282  VR2AR-546133     -5.701717     56.49747             90
    +#> 7283  VR2AR-546133     -5.701717     56.49747             90
    +#> 7284  VR2AR-546133     -5.701717     56.49747             90
    +#> 7285  VR2AR-546133     -5.701717     56.49747             90
    +#> 7286  VR2AR-546133     -5.701717     56.49747             90
    +#> 7287  VR2AR-546133     -5.701717     56.49747             90
    +#> 7288  VR2AR-546133     -5.701717     56.49747             90
    +#> 7289  VR2AR-546133     -5.701717     56.49747             90
    +#> 7290  VR2AR-546133     -5.701717     56.49747             90
    +#> 7291  VR2AR-546133     -5.701717     56.49747             90
    +#> 7292  VR2AR-546133     -5.701717     56.49747             90
    +#> 7293  VR2AR-546133     -5.701717     56.49747             90
    +#> 7294  VR2AR-546133     -5.701717     56.49747             90
    +#> 7295  VR2AR-546133     -5.701717     56.49747             90
    +#> 7296  VR2AR-546133     -5.701717     56.49747             90
    +#> 7297      VR2-5637     -5.692417     56.49913             25
    +#> 7298      VR2-5630     -5.591217     56.50710             50
    +#> 7299      VR2-5630     -5.591217     56.50710             50
    +#> 7300      VR2-5630     -5.591217     56.50710             50
    +#> 7301      VR2-5630     -5.591217     56.50710             50
    +#> 7302      VR2-5630     -5.591217     56.50710             50
    +#> 7303      VR2-5630     -5.591217     56.50710             50
    +#> 7304      VR2-5630     -5.591217     56.50710             50
    +#> 7305      VR2-5630     -5.591217     56.50710             50
    +#> 7306      VR2-5630     -5.591217     56.50710             50
    +#> 7307      VR2-5630     -5.591217     56.50710             50
    +#> 7308      VR2-5630     -5.591217     56.50710             50
    +#> 7309      VR2-6723     -5.586383     56.50332             50
    +#> 7310      VR2-6723     -5.586383     56.50332             50
    +#> 7311      VR2-6723     -5.586383     56.50332             50
    +#> 7312      VR2-6723     -5.586383     56.50332             50
    +#> 7313      VR2-6723     -5.586383     56.50332             50
    +#> 7314   VR2W-108163     -5.586717     56.49755             25
    +#> 7315      VR2-6723     -5.586383     56.50332             50
    +#> 7316   VR2W-108163     -5.586717     56.49755             25
    +#> 7317   VR2W-108163     -5.586717     56.49755             25
    +#> 7318      VR2-6723     -5.586383     56.50332             50
    +#> 7319   VR2W-108163     -5.586717     56.49755             25
    +#> 7320   VR2W-108163     -5.586717     56.49755             25
    +#> 7321   VR2W-108161     -5.605383     56.46018             25
    +#> 7322   VR2W-108161     -5.605383     56.46018             25
    +#> 7323   VR2W-108161     -5.605383     56.46018             25
    +#> 7324   VR2W-108161     -5.605383     56.46018             25
    +#> 7325   VR2W-108161     -5.605383     56.46018             25
    +#> 7326   VR2W-108161     -5.605383     56.46018             25
    +#> 7327   VR2W-108161     -5.605383     56.46018             25
    +#> 7328   VR2W-108161     -5.605383     56.46018             25
    +#> 7329   VR2W-108161     -5.605383     56.46018             25
    +#> 7330   VR2W-108161     -5.605383     56.46018             25
    +#> 7331   VR2W-108161     -5.605383     56.46018             25
    +#> 7332   VR2W-108161     -5.605383     56.46018             25
    +#> 7333   VR2W-108161     -5.605383     56.46018             25
    +#> 7334   VR2W-108161     -5.605383     56.46018             25
    +#> 7335   VR2W-108161     -5.605383     56.46018             25
    +#> 7336   VR2W-108161     -5.605383     56.46018             25
    +#> 7337   VR2W-108161     -5.605383     56.46018             25
    +#> 7338   VR2W-108161     -5.605383     56.46018             25
    +#> 7339   VR2W-108161     -5.605383     56.46018             25
    +#> 7340   VR2W-108161     -5.605383     56.46018             25
    +#> 7341   VR2W-108161     -5.605383     56.46018             25
    +#> 7342  VR2AR-546136     -5.626250     56.44810             75
    +#> 7343  VR2AR-546136     -5.626250     56.44810             75
    +#> 7344  VR2AR-546136     -5.626250     56.44810             75
    +#> 7345  VR2AR-546131     -5.612700     56.37988             35
    +#> 7346  VR2AR-546131     -5.612700     56.37988             35
    +#> 7347  VR2AR-546131     -5.612700     56.37988             35
    +#> 7348  VR2AR-546131     -5.612700     56.37988             35
    +#> 7349  VR2AR-546131     -5.612700     56.37988             35
    +#> 7350  VR2AR-546131     -5.612700     56.37988             35
    +#> 7351  VR2AR-546131     -5.612700     56.37988             35
    +#> 7352  VR2AR-546131     -5.612700     56.37988             35
    +#> 7353  VR2AR-546131     -5.612700     56.37988             35
    +#> 7354  VR2AR-546131     -5.612700     56.37988             35
    +#> 7355  VR2AR-546131     -5.612700     56.37988             35
    +#> 7356  VR2AR-546131     -5.612700     56.37988             35
    +#> 7357  VR2AR-546131     -5.612700     56.37988             35
    +#> 7358  VR2AR-546131     -5.612700     56.37988             35
    +#> 7359  VR2AR-546131     -5.612700     56.37988             35
    +#> 7360  VR2AR-546131     -5.612700     56.37988             35
    +#> 7361  VR2AR-546131     -5.612700     56.37988             35
    +#> 7362  VR2AR-546131     -5.612700     56.37988             35
    +#> 7363  VR2AR-546131     -5.612700     56.37988             35
    +#> 7364  VR2AR-546131     -5.612700     56.37988             35
    +#> 7365  VR2AR-546131     -5.612700     56.37988             35
    +#> 7366  VR2AR-546131     -5.612700     56.37988             35
    +#> 7367  VR2AR-546131     -5.612700     56.37988             35
    +#> 7368  VR2AR-546131     -5.612700     56.37988             35
    +#> 7369  VR2AR-546131     -5.612700     56.37988             35
    +#> 7370  VR2AR-546131     -5.612700     56.37988             35
    +#> 7371  VR2AR-546131     -5.612700     56.37988             35
    +#> 7372  VR2AR-546131     -5.612700     56.37988             35
    +#> 7373  VR2AR-546131     -5.612700     56.37988             35
    +#> 7374  VR2AR-546131     -5.612700     56.37988             35
    +#> 7375  VR2AR-546131     -5.612700     56.37988             35
    +#> 7376  VR2AR-546131     -5.612700     56.37988             35
    +#> 7377  VR2AR-546131     -5.612700     56.37988             35
    +#> 7378  VR2AR-546131     -5.612700     56.37988             35
    +#> 7379  VR2AR-546131     -5.612700     56.37988             35
    +#> 7380  VR2AR-546131     -5.612700     56.37988             35
    +#> 7381  VR2AR-546131     -5.612700     56.37988             35
    +#> 7382  VR2AR-546131     -5.612700     56.37988             35
    +#> 7383  VR2AR-546131     -5.612700     56.37988             35
    +#> 7384  VR2AR-546131     -5.612700     56.37988             35
    +#> 7385  VR2AR-546131     -5.612700     56.37988             35
    +#> 7386  VR2AR-546131     -5.612700     56.37988             35
    +#> 7387  VR2AR-546131     -5.612700     56.37988             35
    +#> 7388  VR2AR-546131     -5.612700     56.37988             35
    +#> 7389  VR2AR-546131     -5.612700     56.37988             35
    +#> 7390  VR2AR-546131     -5.612700     56.37988             35
    +#> 7391  VR2AR-546131     -5.612700     56.37988             35
    +#> 7392  VR2AR-546131     -5.612700     56.37988             35
    +#> 7393  VR2AR-546131     -5.612700     56.37988             35
    +#> 7394  VR2AR-546131     -5.612700     56.37988             35
    +#> 7395  VR2AR-546131     -5.612700     56.37988             35
    +#> 7396  VR2AR-546131     -5.612700     56.37988             35
    +#> 7397  VR2AR-546131     -5.612700     56.37988             35
    +#> 7398  VR2AR-546131     -5.612700     56.37988             35
    +#> 7399  VR2AR-546131     -5.612700     56.37988             35
    +#> 7400  VR2AR-546131     -5.612700     56.37988             35
    +#> 7401  VR2AR-546131     -5.612700     56.37988             35
    +#> 7402  VR2AR-546131     -5.612700     56.37988             35
    +#> 7403  VR2AR-546131     -5.612700     56.37988             35
    +#> 7404  VR2AR-546131     -5.612700     56.37988             35
    +#> 7405  VR2AR-546131     -5.612700     56.37988             35
    +#> 7406  VR2AR-546131     -5.612700     56.37988             35
    +#> 7407  VR2AR-546131     -5.612700     56.37988             35
    +#> 7408  VR2AR-546131     -5.612700     56.37988             35
    +#> 7409  VR2AR-546131     -5.612700     56.37988             35
    +#> 7410  VR2AR-546131     -5.612700     56.37988             35
    +#> 7411  VR2AR-546131     -5.612700     56.37988             35
    +#> 7412  VR2AR-546131     -5.612700     56.37988             35
    +#> 7413  VR2AR-546131     -5.612700     56.37988             35
    +#> 7414  VR2AR-546131     -5.612700     56.37988             35
    +#> 7415  VR2AR-546131     -5.612700     56.37988             35
    +#> 7416  VR2AR-546131     -5.612700     56.37988             35
    +#> 7417  VR2AR-546131     -5.612700     56.37988             35
    +#> 7418  VR2AR-546131     -5.612700     56.37988             35
    +#> 7419  VR2AR-546131     -5.612700     56.37988             35
    +#> 7420  VR2AR-546131     -5.612700     56.37988             35
    +#> 7421  VR2AR-546131     -5.612700     56.37988             35
    +#> 7422  VR2AR-546131     -5.612700     56.37988             35
    +#> 7423  VR2AR-546131     -5.612700     56.37988             35
    +#> 7424  VR2AR-546131     -5.612700     56.37988             35
    +#> 7425  VR2AR-546131     -5.612700     56.37988             35
    +#> 7426  VR2AR-546131     -5.612700     56.37988             35
    +#> 7427  VR2AR-546131     -5.612700     56.37988             35
    +#> 7428  VR2AR-546131     -5.612700     56.37988             35
    +#> 7429  VR2AR-546131     -5.612700     56.37988             35
    +#> 7430  VR2AR-546131     -5.612700     56.37988             35
    +#> 7431  VR2AR-546131     -5.612700     56.37988             35
    +#> 7432  VR2AR-546131     -5.612700     56.37988             35
    +#> 7433  VR2AR-546131     -5.612700     56.37988             35
    +#> 7434  VR2AR-546131     -5.612700     56.37988             35
    +#> 7435  VR2AR-546131     -5.612700     56.37988             35
    +#> 7436  VR2AR-546131     -5.612700     56.37988             35
    +#> 7437  VR2AR-546131     -5.612700     56.37988             35
    +#> 7438  VR2AR-546131     -5.612700     56.37988             35
    +#> 7439  VR2AR-546131     -5.612700     56.37988             35
    +#> 7440  VR2AR-546131     -5.612700     56.37988             35
    +#> 7441  VR2AR-546131     -5.612700     56.37988             35
    +#> 7442  VR2AR-546131     -5.612700     56.37988             35
    +#> 7443  VR2AR-546131     -5.612700     56.37988             35
    +#> 7444  VR2AR-546131     -5.612700     56.37988             35
    +#> 7445  VR2AR-546131     -5.612700     56.37988             35
    +#> 7446  VR2AR-546131     -5.612700     56.37988             35
    +#> 7447  VR2AR-546131     -5.612700     56.37988             35
    +#> 7448  VR2AR-546131     -5.612700     56.37988             35
    +#> 7449  VR2AR-546131     -5.612700     56.37988             35
    +#> 7450  VR2AR-546131     -5.612700     56.37988             35
    +#> 7451  VR2AR-546131     -5.612700     56.37988             35
    +#> 7452  VR2AR-546131     -5.612700     56.37988             35
    +#> 7453  VR2AR-546131     -5.612700     56.37988             35
    +#> 7454  VR2AR-546131     -5.612700     56.37988             35
    +#> 7455  VR2AR-546131     -5.612700     56.37988             35
    +#> 7456  VR2AR-546131     -5.612700     56.37988             35
    +#> 7457  VR2AR-546131     -5.612700     56.37988             35
    +#> 7458  VR2AR-546131     -5.612700     56.37988             35
    +#> 7459  VR2AR-546131     -5.612700     56.37988             35
    +#> 7460  VR2AR-546131     -5.612700     56.37988             35
    +#> 7461  VR2AR-546131     -5.612700     56.37988             35
    +#> 7462  VR2AR-546131     -5.612700     56.37988             35
    +#> 7463  VR2AR-546131     -5.612700     56.37988             35
    +#> 7464  VR2AR-546131     -5.612700     56.37988             35
    +#> 7465  VR2AR-546131     -5.612700     56.37988             35
    +#> 7466  VR2AR-546131     -5.612700     56.37988             35
    +#> 7467  VR2AR-546131     -5.612700     56.37988             35
    +#> 7468  VR2AR-546131     -5.612700     56.37988             35
    +#> 7469  VR2AR-546131     -5.612700     56.37988             35
    +#> 7470  VR2AR-546131     -5.612700     56.37988             35
    +#> 7471  VR2AR-546131     -5.612700     56.37988             35
    +#> 7472  VR2AR-546131     -5.612700     56.37988             35
    +#> 7473  VR2AR-546131     -5.612700     56.37988             35
    +#> 7474  VR2AR-546131     -5.612700     56.37988             35
    +#> 7475  VR2AR-546131     -5.612700     56.37988             35
    +#> 7476  VR2AR-546131     -5.612700     56.37988             35
    +#> 7477  VR2AR-546131     -5.612700     56.37988             35
    +#> 7478  VR2AR-546131     -5.612700     56.37988             35
    +#> 7479  VR2AR-546131     -5.612700     56.37988             35
    +#> 7480  VR2AR-546131     -5.612700     56.37988             35
    +#> 7481  VR2AR-546131     -5.612700     56.37988             35
    +#> 7482  VR2AR-546131     -5.612700     56.37988             35
    +#> 7483  VR2AR-546131     -5.612700     56.37988             35
    +#> 7484  VR2AR-546131     -5.612700     56.37988             35
    +#> 7485  VR2AR-546131     -5.612700     56.37988             35
    +#> 7486  VR2AR-546131     -5.612700     56.37988             35
    +#> 7487  VR2AR-546131     -5.612700     56.37988             35
    +#> 7488  VR2AR-546131     -5.612700     56.37988             35
    +#> 7489  VR2AR-546131     -5.612700     56.37988             35
    +#> 7490  VR2AR-546131     -5.612700     56.37988             35
    +#> 7491  VR2AR-546131     -5.612700     56.37988             35
    +#> 7492  VR2AR-546131     -5.612700     56.37988             35
    +#> 7493  VR2AR-546131     -5.612700     56.37988             35
    +#> 7494  VR2AR-546131     -5.612700     56.37988             35
    +#> 7495  VR2AR-546131     -5.612700     56.37988             35
    +#> 7496  VR2AR-546131     -5.612700     56.37988             35
    +#> 7497  VR2AR-546131     -5.612700     56.37988             35
    +#> 7498  VR2AR-546131     -5.612700     56.37988             35
    +#> 7499  VR2AR-546131     -5.612700     56.37988             35
    +#> 7500  VR2AR-546131     -5.612700     56.37988             35
    +#> 7501  VR2AR-546131     -5.612700     56.37988             35
    +#> 7502  VR2AR-546131     -5.612700     56.37988             35
    +#> 7503  VR2AR-546131     -5.612700     56.37988             35
    +#> 7504  VR2AR-546131     -5.612700     56.37988             35
    +#> 7505  VR2AR-546131     -5.612700     56.37988             35
    +#> 7506  VR2AR-546131     -5.612700     56.37988             35
    +#> 7507  VR2AR-546131     -5.612700     56.37988             35
    +#> 7508  VR2AR-546131     -5.612700     56.37988             35
    +#> 7509  VR2AR-546131     -5.612700     56.37988             35
    +#> 7510  VR2AR-546131     -5.612700     56.37988             35
    +#> 7511  VR2AR-546131     -5.612700     56.37988             35
    +#> 7512  VR2AR-546131     -5.612700     56.37988             35
    +#> 7513  VR2AR-546131     -5.612700     56.37988             35
    +#> 7514  VR2AR-546131     -5.612700     56.37988             35
    +#> 7515  VR2AR-546131     -5.612700     56.37988             35
    +#> 7516  VR2AR-546131     -5.612700     56.37988             35
    +#> 7517  VR2AR-546131     -5.612700     56.37988             35
    +#> 7518  VR2AR-546131     -5.612700     56.37988             35
    +#> 7519  VR2AR-546131     -5.612700     56.37988             35
    +#> 7520  VR2AR-546131     -5.612700     56.37988             35
    +#> 7521  VR2AR-546131     -5.612700     56.37988             35
    +#> 7522  VR2AR-546131     -5.612700     56.37988             35
    +#> 7523  VR2AR-546131     -5.612700     56.37988             35
    +#> 7524  VR2AR-546131     -5.612700     56.37988             35
    +#> 7525  VR2AR-546131     -5.612700     56.37988             35
    +#> 7526  VR2AR-546131     -5.612700     56.37988             35
    +#> 7527  VR2AR-546131     -5.612700     56.37988             35
    +#> 7528  VR2AR-546131     -5.612700     56.37988             35
    +#> 7529  VR2AR-546131     -5.612700     56.37988             35
    +#> 7530  VR2AR-546131     -5.612700     56.37988             35
    +#> 7531  VR2AR-546131     -5.612700     56.37988             35
    +#> 7532  VR2AR-546131     -5.612700     56.37988             35
    +#> 7533  VR2AR-546131     -5.612700     56.37988             35
    +#> 7534  VR2AR-546131     -5.612700     56.37988             35
    +#> 7535  VR2AR-546131     -5.612700     56.37988             35
    +#> 7536  VR2AR-546131     -5.612700     56.37988             35
    +#> 7537  VR2AR-546131     -5.612700     56.37988             35
    +#> 7538  VR2AR-546131     -5.612700     56.37988             35
    +#> 7539  VR2AR-546131     -5.612700     56.37988             35
    +#> 7540  VR2AR-546131     -5.612700     56.37988             35
    +#> 7541  VR2AR-546131     -5.612700     56.37988             35
    +#> 7542  VR2AR-546131     -5.612700     56.37988             35
    +#> 7543  VR2AR-546131     -5.612700     56.37988             35
    +#> 7544  VR2AR-546131     -5.612700     56.37988             35
    +#> 7545  VR2AR-546131     -5.612700     56.37988             35
    +#> 7546  VR2AR-546131     -5.612700     56.37988             35
    +#> 7547  VR2AR-546131     -5.612700     56.37988             35
    +#> 7548  VR2AR-546380     -5.637917     56.44800             25
    +#> 7549  VR2AR-546380     -5.637917     56.44800             25
    +#> 7550  VR2AR-546380     -5.637917     56.44800             25
    +#> 7551  VR2AR-546380     -5.637917     56.44800             25
    +#> 7552  VR2AR-546380     -5.637917     56.44800             25
    +#> 7553  VR2AR-546380     -5.637917     56.44800             25
    +#> 7554  VR2AR-546380     -5.637917     56.44800             25
    +#> 7555  VR2AR-546380     -5.637917     56.44800             25
    +#> 7556  VR2AR-546380     -5.637917     56.44800             25
    +#> 7557  VR2AR-546380     -5.637917     56.44800             25
    +#> 7558  VR2AR-546380     -5.637917     56.44800             25
    +#> 7559  VR2AR-546380     -5.637917     56.44800             25
    +#> 7560  VR2AR-546380     -5.637917     56.44800             25
    +#> 7561  VR2AR-546380     -5.637917     56.44800             25
    +#> 7562  VR2AR-546380     -5.637917     56.44800             25
    +#> 7563  VR2AR-546380     -5.637917     56.44800             25
    +#> 7564  VR2AR-546380     -5.637917     56.44800             25
    +#> 7565  VR2AR-546380     -5.637917     56.44800             25
    +#> 7566  VR2AR-546380     -5.637917     56.44800             25
    +#> 7567  VR2AR-546380     -5.637917     56.44800             25
    +#> 7568  VR2AR-546380     -5.637917     56.44800             25
    +#> 7569  VR2AR-546380     -5.637917     56.44800             25
    +#> 7570  VR2AR-546380     -5.637917     56.44800             25
    +#> 7571  VR2AR-546380     -5.637917     56.44800             25
    +#> 7572  VR2AR-546380     -5.637917     56.44800             25
    +#> 7573  VR2AR-546380     -5.637917     56.44800             25
    +#> 7574  VR2AR-546380     -5.637917     56.44800             25
    +#> 7575  VR2AR-546133     -5.701717     56.49747             90
    +#> 7576  VR2AR-546133     -5.701717     56.49747             90
    +#> 7577  VR2AR-546133     -5.701717     56.49747             90
    +#> 7578   VR2W-108157     -5.710933     56.48492             10
    +#> 7579   VR2W-108157     -5.710933     56.48492             10
    +#> 7580   VR2W-108157     -5.710933     56.48492             10
    +#> 7581   VR2W-108157     -5.710933     56.48492             10
    +#> 7582   VR2W-108157     -5.710933     56.48492             10
    +#> 7583   VR2W-108157     -5.710933     56.48492             10
    +#> 7584   VR2W-108157     -5.710933     56.48492             10
    +#> 7585   VR2W-108157     -5.710933     56.48492             10
    +#> 7586   VR2W-108157     -5.710933     56.48492             10
    +#> 7587   VR2W-108157     -5.710933     56.48492             10
    +#> 7588   VR2W-108157     -5.710933     56.48492             10
    +#> 7589   VR2W-108157     -5.710933     56.48492             10
    +#> 7590   VR2W-108157     -5.710933     56.48492             10
    +#> 7591   VR2W-108157     -5.710933     56.48492             10
    +#> 7592   VR2W-108157     -5.710933     56.48492             10
    +#> 7593   VR2W-108157     -5.710933     56.48492             10
    +#> 7594   VR2W-108157     -5.710933     56.48492             10
    +#> 7595   VR2W-108157     -5.710933     56.48492             10
    +#> 7596   VR2W-108157     -5.710933     56.48492             10
    +#> 7597   VR2W-108157     -5.710933     56.48492             10
    +#> 7598   VR2W-108157     -5.710933     56.48492             10
    +#> 7599   VR2W-108157     -5.710933     56.48492             10
    +#> 7600   VR2W-108157     -5.710933     56.48492             10
    +#> 7601   VR2W-108157     -5.710933     56.48492             10
    +#> 7602   VR2W-108157     -5.710933     56.48492             10
    +#> 7603   VR2W-108157     -5.710933     56.48492             10
    +#> 7604   VR2W-108157     -5.710933     56.48492             10
    +#> 7605  VR2AR-546132     -5.710100     56.49120             25
    +#> 7606  VR2AR-546132     -5.710100     56.49120             25
    +#> 7607  VR2AR-546132     -5.710100     56.49120             25
    +#> 7608  VR2AR-546132     -5.710100     56.49120             25
    +#> 7609  VR2AR-546132     -5.710100     56.49120             25
    +#> 7610  VR2AR-546132     -5.710100     56.49120             25
    +#> 7611  VR2AR-546132     -5.710100     56.49120             25
    +#> 7612  VR2AR-546132     -5.710100     56.49120             25
    +#> 7613  VR2AR-546132     -5.710100     56.49120             25
    +#> 7614  VR2AR-546132     -5.710100     56.49120             25
    +#> 7615  VR2AR-546132     -5.710100     56.49120             25
    +#> 7616  VR2AR-546132     -5.710100     56.49120             25
    +#> 7617  VR2AR-546132     -5.710100     56.49120             25
    +#> 7618  VR2AR-546132     -5.710100     56.49120             25
    +#> 7619  VR2AR-546133     -5.701717     56.49747             90
    +#> 7620  VR2AR-546133     -5.701717     56.49747             90
    +#> 7621  VR2AR-546133     -5.701717     56.49747             90
    +#> 7622  VR2AR-546133     -5.701717     56.49747             90
    +#> 7623  VR2AR-546133     -5.701717     56.49747             90
    +#> 7624  VR2AR-546133     -5.701717     56.49747             90
    +#> 7625  VR2AR-546133     -5.701717     56.49747             90
    +#> 7626  VR2AR-546133     -5.701717     56.49747             90
    +#> 7627  VR2AR-546133     -5.701717     56.49747             90
    +#> 7628  VR2AR-546133     -5.701717     56.49747             90
    +#> 7629  VR2AR-546133     -5.701717     56.49747             90
    +#> 7630  VR2AR-546133     -5.701717     56.49747             90
    +#> 7631      VR2-5637     -5.692417     56.49913             25
    +#> 7632      VR2-5637     -5.692417     56.49913             25
    +#> 7633      VR2-5637     -5.692417     56.49913             25
    +#> 7634      VR2-5637     -5.692417     56.49913             25
    +#> 7635      VR2-5637     -5.692417     56.49913             25
    +#> 7636      VR2-5637     -5.692417     56.49913             25
    +#> 7637      VR2-5637     -5.692417     56.49913             25
    +#> 7638      VR2-5637     -5.692417     56.49913             25
    +#> 7639      VR2-5637     -5.692417     56.49913             25
    +#> 7640      VR2-5637     -5.692417     56.49913             25
    +#> 7641      VR2-5637     -5.692417     56.49913             25
    +#> 7642  VR2AR-546133     -5.701717     56.49747             90
    +#> 7643  VR2AR-546133     -5.701717     56.49747             90
    +#> 7644  VR2AR-546133     -5.701717     56.49747             90
    +#> 7645  VR2AR-546133     -5.701717     56.49747             90
    +#> 7646  VR2AR-546133     -5.701717     56.49747             90
    +#> 7647  VR2AR-546133     -5.701717     56.49747             90
    +#> 7648  VR2AR-546133     -5.701717     56.49747             90
    +#> 7649  VR2AR-546133     -5.701717     56.49747             90
    +#> 7650      VR2-5637     -5.692417     56.49913             25
    +#> 7651      VR2-5637     -5.692417     56.49913             25
    +#> 7652  VR2AR-546133     -5.701717     56.49747             90
    +#> 7653      VR2-5637     -5.692417     56.49913             25
    +#> 7654  VR2AR-546133     -5.701717     56.49747             90
    +#> 7655      VR2-5637     -5.692417     56.49913             25
    +#> 7656      VR2-5637     -5.692417     56.49913             25
    +#> 7657      VR2-5637     -5.692417     56.49913             25
    +#> 7658      VR2-5637     -5.692417     56.49913             25
    +#> 7659      VR2-5637     -5.692417     56.49913             25
    +#> 7660      VR2-5637     -5.692417     56.49913             25
    +#> 7661      VR2-5637     -5.692417     56.49913             25
    +#> 7662      VR2-5637     -5.692417     56.49913             25
    +#> 7663      VR2-5637     -5.692417     56.49913             25
    +#> 7664      VR2-5637     -5.692417     56.49913             25
    +#> 7665      VR2-5637     -5.692417     56.49913             25
    +#> 7666      VR2-5637     -5.692417     56.49913             25
    +#> 7667      VR2-5637     -5.692417     56.49913             25
    +#> 7668      VR2-5637     -5.692417     56.49913             25
    +#> 7669      VR2-5637     -5.692417     56.49913             25
    +#> 7670      VR2-5637     -5.692417     56.49913             25
    +#> 7671      VR2-5637     -5.692417     56.49913             25
    +#> 7672      VR2-5637     -5.692417     56.49913             25
    +#> 7673      VR2-5637     -5.692417     56.49913             25
    +#> 7674  VR2AR-546133     -5.701717     56.49747             90
    +#> 7675      VR2-5637     -5.692417     56.49913             25
    +#> 7676  VR2AR-546133     -5.701717     56.49747             90
    +#> 7677      VR2-5637     -5.692417     56.49913             25
    +#> 7678      VR2-5637     -5.692417     56.49913             25
    +#> 7679  VR2AR-546133     -5.701717     56.49747             90
    +#> 7680  VR2AR-546133     -5.701717     56.49747             90
    +#> 7681  VR2AR-546133     -5.701717     56.49747             90
    +#> 7682  VR2AR-546133     -5.701717     56.49747             90
    +#> 7683  VR2AR-546133     -5.701717     56.49747             90
    +#> 7684      VR2-5637     -5.692417     56.49913             25
    +#> 7685  VR2AR-546133     -5.701717     56.49747             90
    +#> 7686      VR2-5637     -5.692417     56.49913             25
    +#> 7687      VR2-5637     -5.692417     56.49913             25
    +#> 7688      VR2-5637     -5.692417     56.49913             25
    +#> 7689      VR2-5637     -5.692417     56.49913             25
    +#> 7690      VR2-5637     -5.692417     56.49913             25
    +#> 7691      VR2-5637     -5.692417     56.49913             25
    +#> 7692      VR2-5637     -5.692417     56.49913             25
    +#> 7693      VR2-5637     -5.692417     56.49913             25
    +#> 7694      VR2-5637     -5.692417     56.49913             25
    +#> 7695      VR2-5637     -5.692417     56.49913             25
    +#> 7696      VR2-5637     -5.692417     56.49913             25
    +#> 7697      VR2-5637     -5.692417     56.49913             25
    +#> 7698      VR2-5637     -5.692417     56.49913             25
    +#> 7699      VR2-5637     -5.692417     56.49913             25
    +#> 7700      VR2-5637     -5.692417     56.49913             25
    +#> 7701      VR2-5637     -5.692417     56.49913             25
    +#> 7702      VR2-5637     -5.692417     56.49913             25
    +#> 7703      VR2-5637     -5.692417     56.49913             25
    +#> 7704      VR2-5637     -5.692417     56.49913             25
    +#> 7705      VR2-5637     -5.692417     56.49913             25
    +#> 7706      VR2-5637     -5.692417     56.49913             25
    +#> 7707      VR2-5637     -5.692417     56.49913             25
    +#> 7708      VR2-5637     -5.692417     56.49913             25
    +#> 7709      VR2-5637     -5.692417     56.49913             25
    +#> 7710      VR2-5637     -5.692417     56.49913             25
    +#> 7711      VR2-5637     -5.692417     56.49913             25
    +#> 7712      VR2-5637     -5.692417     56.49913             25
    +#> 7713      VR2-5637     -5.692417     56.49913             25
    +#> 7714      VR2-5637     -5.692417     56.49913             25
    +#> 7715      VR2-5637     -5.692417     56.49913             25
    +#> 7716      VR2-5637     -5.692417     56.49913             25
    +#> 7717      VR2-5637     -5.692417     56.49913             25
    +#> 7718      VR2-5637     -5.692417     56.49913             25
    +#> 7719      VR2-5637     -5.692417     56.49913             25
    +#> 7720      VR2-5637     -5.692417     56.49913             25
    +#> 7721      VR2-5637     -5.692417     56.49913             25
    +#> 7722      VR2-5637     -5.692417     56.49913             25
    +#> 7723      VR2-5637     -5.692417     56.49913             25
    +#> 7724      VR2-5637     -5.692417     56.49913             25
    +#> 7725      VR2-5637     -5.692417     56.49913             25
    +#> 7726      VR2-5637     -5.692417     56.49913             25
    +#> 7727      VR2-5637     -5.692417     56.49913             25
    +#> 7728      VR2-5637     -5.692417     56.49913             25
    +#> 7729      VR2-5637     -5.692417     56.49913             25
    +#> 7730      VR2-5637     -5.692417     56.49913             25
    +#> 7731      VR2-5637     -5.692417     56.49913             25
    +#> 7732      VR2-5637     -5.692417     56.49913             25
    +#> 7733      VR2-5637     -5.692417     56.49913             25
    +#> 7734      VR2-5637     -5.692417     56.49913             25
    +#> 7735      VR2-5637     -5.692417     56.49913             25
    +#> 7736      VR2-5637     -5.692417     56.49913             25
    +#> 7737      VR2-5637     -5.692417     56.49913             25
    +#> 7738      VR2-5637     -5.692417     56.49913             25
    +#> 7739      VR2-5637     -5.692417     56.49913             25
    +#> 7740      VR2-5637     -5.692417     56.49913             25
    +#> 7741      VR2-5637     -5.692417     56.49913             25
    +#> 7742      VR2-5637     -5.692417     56.49913             25
    +#> 7743      VR2-5637     -5.692417     56.49913             25
    +#> 7744      VR2-5637     -5.692417     56.49913             25
    +#> 7745      VR2-5637     -5.692417     56.49913             25
    +#> 7746      VR2-5637     -5.692417     56.49913             25
    +#> 7747      VR2-5637     -5.692417     56.49913             25
    +#> 7748      VR2-5637     -5.692417     56.49913             25
    +#> 7749      VR2-5637     -5.692417     56.49913             25
    +#> 7750      VR2-5637     -5.692417     56.49913             25
    +#> 7751      VR2-5637     -5.692417     56.49913             25
    +#> 7752      VR2-5637     -5.692417     56.49913             25
    +#> 7753      VR2-5637     -5.692417     56.49913             25
    +#> 7754  VR2AR-546133     -5.701717     56.49747             90
    +#> 7755      VR2-5637     -5.692417     56.49913             25
    +#> 7756  VR2AR-546133     -5.701717     56.49747             90
    +#> 7757  VR2AR-546133     -5.701717     56.49747             90
    +#> 7758  VR2AR-546133     -5.701717     56.49747             90
    +#> 7759  VR2AR-546133     -5.701717     56.49747             90
    +#> 7760  VR2AR-546133     -5.701717     56.49747             90
    +#> 7761  VR2AR-546133     -5.701717     56.49747             90
    +#> 7762  VR2AR-546133     -5.701717     56.49747             90
    +#> 7763  VR2AR-546133     -5.701717     56.49747             90
    +#> 7764  VR2AR-546133     -5.701717     56.49747             90
    +#> 7765  VR2AR-546133     -5.701717     56.49747             90
    +#> 7766  VR2AR-546133     -5.701717     56.49747             90
    +#> 7767  VR2AR-546133     -5.701717     56.49747             90
    +#> 7768      VR2-5637     -5.692417     56.49913             25
    +#> 7769      VR2-5637     -5.692417     56.49913             25
    +#> 7770  VR2AR-546133     -5.701717     56.49747             90
    +#> 7771  VR2AR-546133     -5.701717     56.49747             90
    +#> 7772  VR2AR-546133     -5.701717     56.49747             90
    +#> 7773      VR2-5637     -5.692417     56.49913             25
    +#> 7774      VR2-5637     -5.692417     56.49913             25
    +#> 7775      VR2-5637     -5.692417     56.49913             25
    +#> 7776      VR2-5637     -5.692417     56.49913             25
    +#> 7777      VR2-5637     -5.692417     56.49913             25
    +#> 7778      VR2-5637     -5.692417     56.49913             25
    +#> 7779      VR2-5637     -5.692417     56.49913             25
    +#> 7780      VR2-5637     -5.692417     56.49913             25
    +#> 7781      VR2-5637     -5.692417     56.49913             25
    +#> 7782      VR2-5637     -5.692417     56.49913             25
    +#> 7783      VR2-5637     -5.692417     56.49913             25
    +#> 7784      VR2-5637     -5.692417     56.49913             25
    +#> 7785      VR2-5637     -5.692417     56.49913             25
    +#> 7786      VR2-5637     -5.692417     56.49913             25
    +#> 7787      VR2-5637     -5.692417     56.49913             25
    +#> 7788      VR2-5637     -5.692417     56.49913             25
    +#> 7789      VR2-5637     -5.692417     56.49913             25
    +#> 7790      VR2-5637     -5.692417     56.49913             25
    +#> 7791  VR2AR-546133     -5.701717     56.49747             90
    +#> 7792  VR2AR-546133     -5.701717     56.49747             90
    +#> 7793  VR2AR-546133     -5.701717     56.49747             90
    +#> 7794  VR2AR-546133     -5.701717     56.49747             90
    +#> 7795  VR2AR-546133     -5.701717     56.49747             90
    +#> 7796  VR2AR-546133     -5.701717     56.49747             90
    +#> 7797  VR2AR-546133     -5.701717     56.49747             90
    +#> 7798  VR2AR-546133     -5.701717     56.49747             90
    +#> 7799  VR2AR-546133     -5.701717     56.49747             90
    +#> 7800  VR2AR-546133     -5.701717     56.49747             90
    +#> 7801  VR2AR-546133     -5.701717     56.49747             90
    +#> 7802  VR2AR-546133     -5.701717     56.49747             90
    +#> 7803  VR2AR-546133     -5.701717     56.49747             90
    +#> 7804  VR2AR-546133     -5.701717     56.49747             90
    +#> 7805  VR2AR-546133     -5.701717     56.49747             90
    +#> 7806  VR2AR-546133     -5.701717     56.49747             90
    +#> 7807  VR2AR-546133     -5.701717     56.49747             90
    +#> 7808  VR2AR-546133     -5.701717     56.49747             90
    +#> 7809  VR2AR-546133     -5.701717     56.49747             90
    +#> 7810  VR2AR-546133     -5.701717     56.49747             90
    +#> 7811  VR2AR-546133     -5.701717     56.49747             90
    +#> 7812  VR2AR-546133     -5.701717     56.49747             90
    +#> 7813  VR2AR-546133     -5.701717     56.49747             90
    +#> 7814  VR2AR-546133     -5.701717     56.49747             90
    +#> 7815  VR2AR-546133     -5.701717     56.49747             90
    +#> 7816  VR2AR-546133     -5.701717     56.49747             90
    +#> 7817  VR2AR-546133     -5.701717     56.49747             90
    +#> 7818  VR2AR-546133     -5.701717     56.49747             90
    +#> 7819  VR2AR-546133     -5.701717     56.49747             90
    +#> 7820  VR2AR-546133     -5.701717     56.49747             90
    +#> 7821  VR2AR-546133     -5.701717     56.49747             90
    +#> 7822  VR2AR-546133     -5.701717     56.49747             90
    +#> 7823      VR2-5637     -5.692417     56.49913             25
    +#> 7824      VR2-5637     -5.692417     56.49913             25
    +#> 7825      VR2-5637     -5.692417     56.49913             25
    +#> 7826      VR2-5637     -5.692417     56.49913             25
    +#> 7827      VR2-5637     -5.692417     56.49913             25
    +#> 7828      VR2-5630     -5.591217     56.50710             50
    +#> 7829      VR2-5630     -5.591217     56.50710             50
    +#> 7830      VR2-5630     -5.591217     56.50710             50
    +#> 7831      VR2-5630     -5.591217     56.50710             50
    +#> 7832      VR2-5630     -5.591217     56.50710             50
    +#> 7833      VR2-5630     -5.591217     56.50710             50
    +#> 7834      VR2-5630     -5.591217     56.50710             50
    +#> 7835      VR2-5630     -5.591217     56.50710             50
    +#> 7836      VR2-5630     -5.591217     56.50710             50
    +#> 7837      VR2-5630     -5.591217     56.50710             50
    +#> 7838      VR2-5630     -5.591217     56.50710             50
    +#> 7839      VR2-5630     -5.591217     56.50710             50
    +#> 7840      VR2-5630     -5.591217     56.50710             50
    +#> 7841      VR2-5630     -5.591217     56.50710             50
    +#> 7842      VR2-5630     -5.591217     56.50710             50
    +#> 7843      VR2-5630     -5.591217     56.50710             50
    +#> 7844      VR2-5630     -5.591217     56.50710             50
    +#> 7845      VR2-5630     -5.591217     56.50710             50
    +#> 7846      VR2-5630     -5.591217     56.50710             50
    +#> 7847      VR2-5630     -5.591217     56.50710             50
    +#> 7848      VR2-5630     -5.591217     56.50710             50
    +#> 7849      VR2-5630     -5.591217     56.50710             50
    +#> 7850      VR2-5630     -5.591217     56.50710             50
    +#> 7851      VR2-5630     -5.591217     56.50710             50
    +#> 7852      VR2-5630     -5.591217     56.50710             50
    +#> 7853      VR2-6723     -5.586383     56.50332             50
    +#> 7854      VR2-6723     -5.586383     56.50332             50
    +#> 7855      VR2-6723     -5.586383     56.50332             50
    +#> 7856      VR2-6723     -5.586383     56.50332             50
    +#> 7857      VR2-6723     -5.586383     56.50332             50
    +#> 7858      VR2-6723     -5.586383     56.50332             50
    +#> 7859   VR2W-108163     -5.586717     56.49755             25
    +#> 7860   VR2W-108163     -5.586717     56.49755             25
    +#> 7861   VR2W-108163     -5.586717     56.49755             25
    +#> 7862   VR2W-108163     -5.586717     56.49755             25
    +#> 7863      VR2-6723     -5.586383     56.50332             50
    +#> 7864   VR2W-108163     -5.586717     56.49755             25
    +#> 7865   VR2W-108163     -5.586717     56.49755             25
    +#> 7866      VR2-6723     -5.586383     56.50332             50
    +#> 7867      VR2-6723     -5.586383     56.50332             50
    +#> 7868      VR2-6723     -5.586383     56.50332             50
    +#> 7869   VR2W-108163     -5.586717     56.49755             25
    +#> 7870  VR2AR-546136     -5.626250     56.44810             75
    +#> 7871  VR2AR-546136     -5.626250     56.44810             75
    +#> 7872  VR2AR-546136     -5.626250     56.44810             75
    +#> 7873  VR2AR-546136     -5.626250     56.44810             75
    +#> 7874  VR2AR-546131     -5.612700     56.37988             35
    +#> 7875  VR2AR-546131     -5.612700     56.37988             35
    +#> 7876  VR2AR-546131     -5.612700     56.37988             35
    +#> 7877  VR2AR-546131     -5.612700     56.37988             35
    +#> 7878  VR2AR-546131     -5.612700     56.37988             35
    +#> 7879  VR2AR-546131     -5.612700     56.37988             35
    +#> 7880  VR2AR-546131     -5.612700     56.37988             35
    +#> 7881  VR2AR-546131     -5.612700     56.37988             35
    +#> 7882  VR2AR-546131     -5.612700     56.37988             35
    +#> 7883  VR2AR-546131     -5.612700     56.37988             35
    +#> 7884  VR2AR-546131     -5.612700     56.37988             35
    +#> 7885  VR2AR-546131     -5.612700     56.37988             35
    +#> 7886  VR2AR-546131     -5.612700     56.37988             35
    +#> 7887  VR2AR-546131     -5.612700     56.37988             35
    +#> 7888  VR2AR-546131     -5.612700     56.37988             35
    +#> 7889  VR2AR-546131     -5.612700     56.37988             35
    +#> 7890  VR2AR-546131     -5.612700     56.37988             35
    +#> 7891  VR2AR-546131     -5.612700     56.37988             35
    +#> 7892  VR2AR-546131     -5.612700     56.37988             35
    +#> 7893  VR2AR-546131     -5.612700     56.37988             35
    +#> 7894  VR2AR-546131     -5.612700     56.37988             35
    +#> 7895  VR2AR-546131     -5.612700     56.37988             35
    +#> 7896  VR2AR-546131     -5.612700     56.37988             35
    +#> 7897  VR2AR-546131     -5.612700     56.37988             35
    +#> 7898  VR2AR-546131     -5.612700     56.37988             35
    +#> 7899  VR2AR-546131     -5.612700     56.37988             35
    +#> 7900  VR2AR-546131     -5.612700     56.37988             35
    +#> 7901  VR2AR-546131     -5.612700     56.37988             35
    +#> 7902  VR2AR-546131     -5.612700     56.37988             35
    +#> 7903  VR2AR-546131     -5.612700     56.37988             35
    +#> 7904  VR2AR-546131     -5.612700     56.37988             35
    +#> 7905  VR2AR-546131     -5.612700     56.37988             35
    +#> 7906  VR2AR-546131     -5.612700     56.37988             35
    +#> 7907  VR2AR-546131     -5.612700     56.37988             35
    +#> 7908  VR2AR-546131     -5.612700     56.37988             35
    +#> 7909  VR2AR-546131     -5.612700     56.37988             35
    +#> 7910  VR2AR-546131     -5.612700     56.37988             35
    +#> 7911  VR2AR-546131     -5.612700     56.37988             35
    +#> 7912  VR2AR-546131     -5.612700     56.37988             35
    +#> 7913  VR2AR-546131     -5.612700     56.37988             35
    +#> 7914  VR2AR-546131     -5.612700     56.37988             35
    +#> 7915  VR2AR-546131     -5.612700     56.37988             35
    +#> 7916  VR2AR-546131     -5.612700     56.37988             35
    +#> 7917  VR2AR-546131     -5.612700     56.37988             35
    +#> 7918  VR2AR-546131     -5.612700     56.37988             35
    +#> 7919  VR2AR-546131     -5.612700     56.37988             35
    +#> 7920  VR2AR-546131     -5.612700     56.37988             35
    +#> 7921  VR2AR-546131     -5.612700     56.37988             35
    +#> 7922  VR2AR-546131     -5.612700     56.37988             35
    +#> 7923  VR2AR-546131     -5.612700     56.37988             35
    +#> 7924  VR2AR-546131     -5.612700     56.37988             35
    +#> 7925  VR2AR-546131     -5.612700     56.37988             35
    +#> 7926  VR2AR-546131     -5.612700     56.37988             35
    +#> 7927  VR2AR-546131     -5.612700     56.37988             35
    +#> 7928  VR2AR-546131     -5.612700     56.37988             35
    +#> 7929  VR2AR-546131     -5.612700     56.37988             35
    +#> 7930  VR2AR-546131     -5.612700     56.37988             35
    +#> 7931  VR2AR-546131     -5.612700     56.37988             35
    +#> 7932  VR2AR-546131     -5.612700     56.37988             35
    +#> 7933  VR2AR-546131     -5.612700     56.37988             35
    +#> 7934  VR2AR-546131     -5.612700     56.37988             35
    +#> 7935  VR2AR-546131     -5.612700     56.37988             35
    +#> 7936  VR2AR-546131     -5.612700     56.37988             35
    +#> 7937  VR2AR-546131     -5.612700     56.37988             35
    +#> 7938  VR2AR-546131     -5.612700     56.37988             35
    +#> 7939  VR2AR-546131     -5.612700     56.37988             35
    +#> 7940  VR2AR-546131     -5.612700     56.37988             35
    +#> 7941  VR2AR-546131     -5.612700     56.37988             35
    +#> 7942  VR2AR-546131     -5.612700     56.37988             35
    +#> 7943  VR2AR-546131     -5.612700     56.37988             35
    +#> 7944  VR2AR-546131     -5.612700     56.37988             35
    +#> 7945  VR2AR-546131     -5.612700     56.37988             35
    +#> 7946  VR2AR-546131     -5.612700     56.37988             35
    +#> 7947  VR2AR-546131     -5.612700     56.37988             35
    +#> 7948  VR2AR-546131     -5.612700     56.37988             35
    +#> 7949  VR2AR-546131     -5.612700     56.37988             35
    +#> 7950  VR2AR-546131     -5.612700     56.37988             35
    +#> 7951  VR2AR-546131     -5.612700     56.37988             35
    +#> 7952  VR2AR-546131     -5.612700     56.37988             35
    +#> 7953  VR2AR-546131     -5.612700     56.37988             35
    +#> 7954  VR2AR-546131     -5.612700     56.37988             35
    +#> 7955  VR2AR-546131     -5.612700     56.37988             35
    +#> 7956  VR2AR-546131     -5.612700     56.37988             35
    +#> 7957  VR2AR-546131     -5.612700     56.37988             35
    +#> 7958  VR2AR-546131     -5.612700     56.37988             35
    +#> 7959  VR2AR-546131     -5.612700     56.37988             35
    +#> 7960  VR2AR-546131     -5.612700     56.37988             35
    +#> 7961  VR2AR-546131     -5.612700     56.37988             35
    +#> 7962  VR2AR-546131     -5.612700     56.37988             35
    +#> 7963  VR2AR-546131     -5.612700     56.37988             35
    +#> 7964  VR2AR-546131     -5.612700     56.37988             35
    +#> 7965  VR2AR-546131     -5.612700     56.37988             35
    +#> 7966  VR2AR-546131     -5.612700     56.37988             35
    +#> 7967  VR2AR-546131     -5.612700     56.37988             35
    +#> 7968  VR2AR-546131     -5.612700     56.37988             35
    +#> 7969  VR2AR-546131     -5.612700     56.37988             35
    +#> 7970  VR2AR-546131     -5.612700     56.37988             35
    +#> 7971  VR2AR-546131     -5.612700     56.37988             35
    +#> 7972  VR2AR-546136     -5.626250     56.44810             75
    +#> 7973  VR2AR-546380     -5.637917     56.44800             25
    +#> 7974  VR2AR-546380     -5.637917     56.44800             25
    +#> 7975  VR2AR-546380     -5.637917     56.44800             25
    +#> 7976  VR2AR-546380     -5.637917     56.44800             25
    +#> 7977  VR2AR-546380     -5.637917     56.44800             25
    +#> 7978  VR2AR-546380     -5.637917     56.44800             25
    +#> 7979  VR2AR-546136     -5.626250     56.44810             75
    +#> 7980  VR2AR-546380     -5.637917     56.44800             25
    +#> 7981  VR2AR-546380     -5.637917     56.44800             25
    +#> 7982  VR2AR-546380     -5.637917     56.44800             25
    +#> 7983  VR2AR-546380     -5.637917     56.44800             25
    +#> 7984  VR2AR-546136     -5.626250     56.44810             75
    +#> 7985  VR2AR-546380     -5.637917     56.44800             25
    +#> 7986  VR2AR-546380     -5.637917     56.44800             25
    +#> 7987  VR2AR-546380     -5.637917     56.44800             25
    +#> 7988  VR2AR-546136     -5.626250     56.44810             75
    +#> 7989  VR2AR-546136     -5.626250     56.44810             75
    +#> 7990  VR2AR-546380     -5.637917     56.44800             25
    +#> 7991  VR2AR-546136     -5.626250     56.44810             75
    +#> 7992  VR2AR-546136     -5.626250     56.44810             75
    +#> 7993  VR2AR-546136     -5.626250     56.44810             75
    +#> 7994  VR2AR-546131     -5.612700     56.37988             35
    +#> 7995  VR2AR-546131     -5.612700     56.37988             35
    +#> 7996  VR2AR-546131     -5.612700     56.37988             35
    +#> 7997  VR2AR-546131     -5.612700     56.37988             35
    +#> 7998  VR2AR-546131     -5.612700     56.37988             35
    +#> 7999  VR2AR-546131     -5.612700     56.37988             35
    +#> 8000  VR2AR-546131     -5.612700     56.37988             35
    +#> 8001  VR2AR-546131     -5.612700     56.37988             35
    +#> 8002  VR2AR-546131     -5.612700     56.37988             35
    +#> 8003  VR2AR-546131     -5.612700     56.37988             35
    +#> 8004  VR2AR-546131     -5.612700     56.37988             35
    +#> 8005  VR2AR-546131     -5.612700     56.37988             35
    +#> 8006  VR2AR-546131     -5.612700     56.37988             35
    +#> 8007  VR2AR-546131     -5.612700     56.37988             35
    +#> 8008  VR2AR-546131     -5.612700     56.37988             35
    +#> 8009  VR2AR-546131     -5.612700     56.37988             35
    +#> 8010  VR2AR-546131     -5.612700     56.37988             35
    +#> 8011  VR2AR-546131     -5.612700     56.37988             35
    +#> 8012  VR2AR-546131     -5.612700     56.37988             35
    +#> 8013  VR2AR-546131     -5.612700     56.37988             35
    +#> 8014  VR2AR-546131     -5.612700     56.37988             35
    +#> 8015  VR2AR-546131     -5.612700     56.37988             35
    +#> 8016  VR2AR-546131     -5.612700     56.37988             35
    +#> 8017  VR2AR-546131     -5.612700     56.37988             35
    +#> 8018  VR2AR-546131     -5.612700     56.37988             35
    +#> 8019  VR2AR-546131     -5.612700     56.37988             35
    +#> 8020  VR2AR-546131     -5.612700     56.37988             35
    +#> 8021  VR2AR-546131     -5.612700     56.37988             35
    +#> 8022  VR2AR-546131     -5.612700     56.37988             35
    +#> 8023  VR2AR-546131     -5.612700     56.37988             35
    +#> 8024  VR2AR-546131     -5.612700     56.37988             35
    +#> 8025  VR2AR-546131     -5.612700     56.37988             35
    +#> 8026  VR2AR-546131     -5.612700     56.37988             35
    +#> 8027  VR2AR-546131     -5.612700     56.37988             35
    +#> 8028  VR2AR-546131     -5.612700     56.37988             35
    +#> 8029  VR2AR-546131     -5.612700     56.37988             35
    +#> 8030  VR2AR-546131     -5.612700     56.37988             35
    +#> 8031  VR2AR-546131     -5.612700     56.37988             35
    +#> 8032  VR2AR-546131     -5.612700     56.37988             35
    +#> 8033  VR2AR-546131     -5.612700     56.37988             35
    +#> 8034  VR2AR-546131     -5.612700     56.37988             35
    +#> 8035  VR2AR-546131     -5.612700     56.37988             35
    +#> 8036  VR2AR-546131     -5.612700     56.37988             35
    +#> 8037  VR2AR-546131     -5.612700     56.37988             35
    +#> 8038  VR2AR-546131     -5.612700     56.37988             35
    +#> 8039  VR2AR-546131     -5.612700     56.37988             35
    +#> 8040  VR2AR-546131     -5.612700     56.37988             35
    +#> 8041  VR2AR-546131     -5.612700     56.37988             35
    +#> 8042  VR2AR-546131     -5.612700     56.37988             35
    +#> 8043  VR2AR-546131     -5.612700     56.37988             35
    +#> 8044  VR2AR-546131     -5.612700     56.37988             35
    +#> 8045  VR2AR-546131     -5.612700     56.37988             35
    +#> 8046  VR2AR-546131     -5.612700     56.37988             35
    +#> 8047  VR2AR-546131     -5.612700     56.37988             35
    +#> 8048  VR2AR-546131     -5.612700     56.37988             35
    +#> 8049  VR2AR-546131     -5.612700     56.37988             35
    +#> 8050  VR2AR-546131     -5.612700     56.37988             35
    +#> 8051  VR2AR-546131     -5.612700     56.37988             35
    +#> 8052  VR2AR-546131     -5.612700     56.37988             35
    +#> 8053  VR2AR-546131     -5.612700     56.37988             35
    +#> 8054  VR2AR-546131     -5.612700     56.37988             35
    +#> 8055  VR2AR-546131     -5.612700     56.37988             35
    +#> 8056  VR2AR-546131     -5.612700     56.37988             35
    +#> 8057  VR2AR-546131     -5.612700     56.37988             35
    +#> 8058  VR2AR-546131     -5.612700     56.37988             35
    +#> 8059  VR2AR-546131     -5.612700     56.37988             35
    +#> 8060  VR2AR-546131     -5.612700     56.37988             35
    +#> 8061  VR2AR-546131     -5.612700     56.37988             35
    +#> 8062  VR2AR-546131     -5.612700     56.37988             35
    +#> 8063  VR2AR-546131     -5.612700     56.37988             35
    +#> 8064  VR2AR-546131     -5.612700     56.37988             35
    +#> 8065  VR2AR-546131     -5.612700     56.37988             35
    +#> 8066  VR2AR-546131     -5.612700     56.37988             35
    +#> 8067  VR2AR-546131     -5.612700     56.37988             35
    +#> 8068  VR2AR-546131     -5.612700     56.37988             35
    +#> 8069  VR2AR-546131     -5.612700     56.37988             35
    +#> 8070  VR2AR-546131     -5.612700     56.37988             35
    +#> 8071  VR2AR-546131     -5.612700     56.37988             35
    +#> 8072  VR2AR-546131     -5.612700     56.37988             35
    +#> 8073  VR2AR-546131     -5.612700     56.37988             35
    +#> 8074  VR2AR-546131     -5.612700     56.37988             35
    +#> 8075  VR2AR-546131     -5.612700     56.37988             35
    +#> 8076  VR2AR-546131     -5.612700     56.37988             35
    +#> 8077  VR2AR-546131     -5.612700     56.37988             35
    +#> 8078  VR2AR-546131     -5.612700     56.37988             35
    +#> 8079  VR2AR-546131     -5.612700     56.37988             35
    +#> 8080  VR2AR-546131     -5.612700     56.37988             35
    +#> 8081  VR2AR-546131     -5.612700     56.37988             35
    +#> 8082  VR2AR-546131     -5.612700     56.37988             35
    +#> 8083  VR2AR-546131     -5.612700     56.37988             35
    +#> 8084  VR2AR-546131     -5.612700     56.37988             35
    +#> 8085  VR2AR-546131     -5.612700     56.37988             35
    +#> 8086  VR2AR-546131     -5.612700     56.37988             35
    +#> 8087  VR2AR-546131     -5.612700     56.37988             35
    +#> 8088  VR2AR-546131     -5.612700     56.37988             35
    +#> 8089  VR2AR-546131     -5.612700     56.37988             35
    +#> 8090  VR2AR-546131     -5.612700     56.37988             35
    +#> 8091  VR2AR-546131     -5.612700     56.37988             35
    +#> 8092  VR2AR-546131     -5.612700     56.37988             35
    +#> 8093  VR2AR-546131     -5.612700     56.37988             35
    +#> 8094  VR2AR-546131     -5.612700     56.37988             35
    +#> 8095  VR2AR-546131     -5.612700     56.37988             35
    +#> 8096  VR2AR-546131     -5.612700     56.37988             35
    +#> 8097  VR2AR-546131     -5.612700     56.37988             35
    +#> 8098  VR2AR-546131     -5.612700     56.37988             35
    +#> 8099  VR2AR-546131     -5.612700     56.37988             35
    +#> 8100  VR2AR-546131     -5.612700     56.37988             35
    +#> 8101  VR2AR-546131     -5.612700     56.37988             35
    +#> 8102  VR2AR-546131     -5.612700     56.37988             35
    +#> 8103  VR2AR-546131     -5.612700     56.37988             35
    +#> 8104  VR2AR-546131     -5.612700     56.37988             35
    +#> 8105  VR2AR-546131     -5.612700     56.37988             35
    +#> 8106  VR2AR-546131     -5.612700     56.37988             35
    +#> 8107  VR2AR-546131     -5.612700     56.37988             35
    +#> 8108  VR2AR-546131     -5.612700     56.37988             35
    +#> 8109  VR2AR-546131     -5.612700     56.37988             35
    +#> 8110  VR2AR-546131     -5.612700     56.37988             35
    +#> 8111  VR2AR-546131     -5.612700     56.37988             35
    +#> 8112  VR2AR-546131     -5.612700     56.37988             35
    +#> 8113  VR2AR-546131     -5.612700     56.37988             35
    +#> 8114  VR2AR-546131     -5.612700     56.37988             35
    +#> 8115  VR2AR-546131     -5.612700     56.37988             35
    +#> 8116  VR2AR-546131     -5.612700     56.37988             35
    +#> 8117  VR2AR-546131     -5.612700     56.37988             35
    +#> 8118  VR2AR-546131     -5.612700     56.37988             35
    +#> 8119  VR2AR-546131     -5.612700     56.37988             35
    +#> 8120  VR2AR-546131     -5.612700     56.37988             35
    +#> 8121  VR2AR-546131     -5.612700     56.37988             35
    +#> 8122  VR2AR-546131     -5.612700     56.37988             35
    +#> 8123  VR2AR-546131     -5.612700     56.37988             35
    +#> 8124  VR2AR-546131     -5.612700     56.37988             35
    +#> 8125  VR2AR-546131     -5.612700     56.37988             35
    +#> 8126  VR2AR-546131     -5.612700     56.37988             35
    +#> 8127  VR2AR-546131     -5.612700     56.37988             35
    +#> 8128  VR2AR-546131     -5.612700     56.37988             35
    +#> 8129  VR2AR-546131     -5.612700     56.37988             35
    +#> 8130  VR2AR-546131     -5.612700     56.37988             35
    +#> 8131  VR2AR-546131     -5.612700     56.37988             35
    +#> 8132  VR2AR-546131     -5.612700     56.37988             35
    +#> 8133  VR2AR-546131     -5.612700     56.37988             35
    +#> 8134  VR2AR-546131     -5.612700     56.37988             35
    +#> 8135  VR2AR-546131     -5.612700     56.37988             35
    +#> 8136  VR2AR-546131     -5.612700     56.37988             35
    +#> 8137  VR2AR-546131     -5.612700     56.37988             35
    +#> 8138  VR2AR-546131     -5.612700     56.37988             35
    +#> 8139  VR2AR-546131     -5.612700     56.37988             35
    +#> 8140  VR2AR-546131     -5.612700     56.37988             35
    +#> 8141  VR2AR-546131     -5.612700     56.37988             35
    +#> 8142  VR2AR-546131     -5.612700     56.37988             35
    +#> 8143  VR2AR-546131     -5.612700     56.37988             35
    +#> 8144  VR2AR-546131     -5.612700     56.37988             35
    +#> 8145  VR2AR-546131     -5.612700     56.37988             35
    +#> 8146  VR2AR-546131     -5.612700     56.37988             35
    +#> 8147  VR2AR-546131     -5.612700     56.37988             35
    +#> 8148  VR2AR-546131     -5.612700     56.37988             35
    +#> 8149  VR2AR-546131     -5.612700     56.37988             35
    +#> 8150  VR2AR-546131     -5.612700     56.37988             35
    +#> 8151  VR2AR-546131     -5.612700     56.37988             35
    +#> 8152  VR2AR-546131     -5.612700     56.37988             35
    +#> 8153  VR2AR-546131     -5.612700     56.37988             35
    +#> 8154  VR2AR-546131     -5.612700     56.37988             35
    +#> 8155  VR2AR-546131     -5.612700     56.37988             35
    +#> 8156  VR2AR-546131     -5.612700     56.37988             35
    +#> 8157  VR2AR-546131     -5.612700     56.37988             35
    +#> 8158  VR2AR-546131     -5.612700     56.37988             35
    +#> 8159  VR2AR-546131     -5.612700     56.37988             35
    +#> 8160  VR2AR-546131     -5.612700     56.37988             35
    +#> 8161  VR2AR-546131     -5.612700     56.37988             35
    +#> 8162  VR2AR-546131     -5.612700     56.37988             35
    +#> 8163  VR2AR-546131     -5.612700     56.37988             35
    +#> 8164  VR2AR-546131     -5.612700     56.37988             35
    +#> 8165  VR2AR-546131     -5.612700     56.37988             35
    +#> 8166  VR2AR-546131     -5.612700     56.37988             35
    +#> 8167  VR2AR-546131     -5.612700     56.37988             35
    +#> 8168  VR2AR-546131     -5.612700     56.37988             35
    +#> 8169  VR2AR-546131     -5.612700     56.37988             35
    +#> 8170  VR2AR-546131     -5.612700     56.37988             35
    +#> 8171  VR2AR-546131     -5.612700     56.37988             35
    +#> 8172  VR2AR-546131     -5.612700     56.37988             35
    +#> 8173  VR2AR-546131     -5.612700     56.37988             35
    +#> 8174  VR2AR-546131     -5.612700     56.37988             35
    +#> 8175  VR2AR-546131     -5.612700     56.37988             35
    +#> 8176  VR2AR-546131     -5.612700     56.37988             35
    +#> 8177  VR2AR-546131     -5.612700     56.37988             35
    +#> 8178  VR2AR-546131     -5.612700     56.37988             35
    +#> 8179  VR2AR-546131     -5.612700     56.37988             35
    +#> 8180  VR2AR-546131     -5.612700     56.37988             35
    +#> 8181  VR2AR-546131     -5.612700     56.37988             35
    +#> 8182  VR2AR-546131     -5.612700     56.37988             35
    +#> 8183  VR2AR-546131     -5.612700     56.37988             35
    +#> 8184  VR2AR-546131     -5.612700     56.37988             35
    +#> 8185  VR2AR-546131     -5.612700     56.37988             35
    +#> 8186  VR2AR-546131     -5.612700     56.37988             35
    +#> 8187  VR2AR-546131     -5.612700     56.37988             35
    +#> 8188  VR2AR-546131     -5.612700     56.37988             35
    +#> 8189  VR2AR-546131     -5.612700     56.37988             35
    +#> 8190  VR2AR-546131     -5.612700     56.37988             35
    +#> 8191  VR2AR-546131     -5.612700     56.37988             35
    +#> 8192  VR2AR-546131     -5.612700     56.37988             35
    +#> 8193  VR2AR-546131     -5.612700     56.37988             35
    +#> 8194  VR2AR-546131     -5.612700     56.37988             35
    +#> 8195  VR2AR-546131     -5.612700     56.37988             35
    +#> 8196  VR2AR-546131     -5.612700     56.37988             35
    +#> 8197  VR2AR-546131     -5.612700     56.37988             35
    +#> 8198  VR2AR-546131     -5.612700     56.37988             35
    +#> 8199  VR2AR-546134     -5.643867     56.38278            145
    +#> 8200  VR2AR-546134     -5.643867     56.38278            145
    +#> 8201  VR2AR-546134     -5.643867     56.38278            145
    +#> 8202  VR2AR-546134     -5.643867     56.38278            145
    +#> 8203  VR2AR-546134     -5.643867     56.38278            145
    +#> 8204  VR2AR-546134     -5.643867     56.38278            145
    +#> 8205  VR2AR-546134     -5.643867     56.38278            145
    +#> 8206  VR2AR-546134     -5.643867     56.38278            145
    +#> 8207  VR2AR-546135     -5.657067     56.38803             85
    +#> 8208  VR2AR-546135     -5.657067     56.38803             85
    +#> 8209  VR2AR-546135     -5.657067     56.38803             85
    +#> 8210  VR2AR-546135     -5.657067     56.38803             85
    +#> 8211  VR2AR-546135     -5.657067     56.38803             85
    +#> 8212  VR2AR-546135     -5.657067     56.38803             85
    +#> 8213  VR2AR-546135     -5.657067     56.38803             85
    +#> 8214  VR2AR-546135     -5.657067     56.38803             85
    +#> 8215  VR2AR-546135     -5.657067     56.38803             85
    +#> 8216  VR2AR-546135     -5.657067     56.38803             85
    +#> 8217  VR2AR-546135     -5.657067     56.38803             85
    +#> 8218  VR2AR-546135     -5.657067     56.38803             85
    +#> 8219  VR2AR-546135     -5.657067     56.38803             85
    +#> 8220  VR2AR-546135     -5.657067     56.38803             85
    +#> 8221  VR2AR-546135     -5.657067     56.38803             85
    +#> 8222  VR2AR-546135     -5.657067     56.38803             85
    +#> 8223  VR2AR-546135     -5.657067     56.38803             85
    +#> 8224  VR2AR-546135     -5.657067     56.38803             85
    +#> 8225  VR2AR-546135     -5.657067     56.38803             85
    +#> 8226  VR2AR-546135     -5.657067     56.38803             85
    +#> 8227  VR2AR-546135     -5.657067     56.38803             85
    +#> 8228  VR2AR-546380     -5.637917     56.44800             25
    +#> 8229  VR2AR-546380     -5.637917     56.44800             25
    +#> 8230  VR2AR-546380     -5.637917     56.44800             25
    +#> 8231  VR2AR-546380     -5.637917     56.44800             25
    +#> 8232  VR2AR-546380     -5.637917     56.44800             25
    +#> 8233  VR2AR-546380     -5.637917     56.44800             25
    +#> 8234  VR2AR-546380     -5.637917     56.44800             25
    +#> 8235      VR2-5637     -5.692417     56.49913             25
    +#> 8236      VR2-5637     -5.692417     56.49913             25
    +#> 8237      VR2-5637     -5.692417     56.49913             25
    +#> 8238      VR2-5637     -5.692417     56.49913             25
    +#> 8239      VR2-5637     -5.692417     56.49913             25
    +#> 8240      VR2-5637     -5.692417     56.49913             25
    +#> 8241      VR2-5637     -5.692417     56.49913             25
    +#> 8242      VR2-5637     -5.692417     56.49913             25
    +#> 8243      VR2-5637     -5.692417     56.49913             25
    +#> 8244      VR2-5637     -5.692417     56.49913             25
    +#> 8245  VR2AR-546380     -5.637917     56.44800             25
    +#> 8246  VR2AR-546380     -5.637917     56.44800             25
    +#> 8247  VR2AR-546380     -5.637917     56.44800             25
    +#> 8248  VR2AR-546380     -5.637917     56.44800             25
    +#> 8249  VR2AR-546380     -5.637917     56.44800             25
    +#> 8250  VR2AR-546380     -5.637917     56.44800             25
    +#> 8251  VR2AR-546380     -5.637917     56.44800             25
    +#> 8252  VR2AR-546380     -5.637917     56.44800             25
    +#> 8253  VR2AR-546380     -5.637917     56.44800             25
    +#> 8254  VR2AR-546380     -5.637917     56.44800             25
    +#> 8255  VR2AR-546380     -5.637917     56.44800             25
    +#> 8256  VR2AR-546380     -5.637917     56.44800             25
    +#> 8257  VR2AR-546380     -5.637917     56.44800             25
    +#> 8258  VR2AR-546380     -5.637917     56.44800             25
    +#> 8259  VR2AR-546134     -5.643867     56.38278            145
    +#> 8260  VR2AR-546134     -5.643867     56.38278            145
    +#> 8261  VR2AR-546134     -5.643867     56.38278            145
    +#> 8262  VR2AR-546134     -5.643867     56.38278            145
    +#> 8263  VR2AR-546134     -5.643867     56.38278            145
    +#> 8264  VR2AR-546134     -5.643867     56.38278            145
    +#> 8265  VR2AR-546134     -5.643867     56.38278            145
    +#> 8266  VR2AR-546134     -5.643867     56.38278            145
    +#> 8267  VR2AR-546134     -5.643867     56.38278            145
    +#> 8268  VR2AR-546134     -5.643867     56.38278            145
    +#> 8269  VR2AR-546134     -5.643867     56.38278            145
    +#> 8270  VR2AR-546134     -5.643867     56.38278            145
    +#> 8271  VR2AR-546134     -5.643867     56.38278            145
    +#> 8272  VR2AR-546134     -5.643867     56.38278            145
    +#> 8273  VR2AR-546134     -5.643867     56.38278            145
    +#> 8274  VR2AR-546134     -5.643867     56.38278            145
    +#> 8275  VR2AR-546134     -5.643867     56.38278            145
    +#> 8276  VR2AR-546134     -5.643867     56.38278            145
    +#> 8277  VR2AR-546134     -5.643867     56.38278            145
    +#> 8278  VR2AR-546134     -5.643867     56.38278            145
    +#> 8279  VR2AR-546134     -5.643867     56.38278            145
    +#> 8280  VR2AR-546134     -5.643867     56.38278            145
    +#> 8281  VR2AR-546134     -5.643867     56.38278            145
    +#> 8282  VR2AR-546134     -5.643867     56.38278            145
    +#> 8283  VR2AR-546134     -5.643867     56.38278            145
    +#> 8284  VR2AR-546134     -5.643867     56.38278            145
    +#> 8285  VR2AR-546134     -5.643867     56.38278            145
    +#> 8286  VR2AR-546134     -5.643867     56.38278            145
    +#> 8287  VR2AR-546134     -5.643867     56.38278            145
    +#> 8288  VR2AR-546134     -5.643867     56.38278            145
    +#> 8289  VR2AR-546134     -5.643867     56.38278            145
    +#> 8290  VR2AR-546134     -5.643867     56.38278            145
    +#> 8291  VR2AR-546134     -5.643867     56.38278            145
    +#> 8292  VR2AR-546134     -5.643867     56.38278            145
    +#> 8293  VR2AR-546134     -5.643867     56.38278            145
    +#> 8294  VR2AR-546135     -5.657067     56.38803             85
    +#> 8295  VR2AR-546135     -5.657067     56.38803             85
    +#> 8296  VR2AR-546135     -5.657067     56.38803             85
    +#> 8297  VR2AR-546135     -5.657067     56.38803             85
    +#> 8298  VR2AR-546135     -5.657067     56.38803             85
    +#> 8299  VR2AR-546135     -5.657067     56.38803             85
    +#> 8300  VR2AR-546135     -5.657067     56.38803             85
    +#> 8301  VR2AR-546135     -5.657067     56.38803             85
    +#> 8302  VR2AR-546135     -5.657067     56.38803             85
    +#> 8303  VR2AR-546135     -5.657067     56.38803             85
    +#> 8304  VR2AR-546135     -5.657067     56.38803             85
    +#> 8305  VR2AR-546135     -5.657067     56.38803             85
    +#> 8306  VR2AR-546135     -5.657067     56.38803             85
    +#> 8307  VR2AR-546135     -5.657067     56.38803             85
    +#> 8308  VR2AR-546135     -5.657067     56.38803             85
    +#> 8309  VR2AR-546135     -5.657067     56.38803             85
    +#> 8310  VR2AR-546135     -5.657067     56.38803             85
    +#> 8311  VR2AR-546135     -5.657067     56.38803             85
    +#> 8312  VR2AR-546135     -5.657067     56.38803             85
    +#> 8313  VR2AR-546135     -5.657067     56.38803             85
    +#> 8314  VR2AR-546135     -5.657067     56.38803             85
    +#> 8315  VR2AR-546135     -5.657067     56.38803             85
    +#> 8316  VR2AR-546135     -5.657067     56.38803             85
    +#> 8317  VR2AR-546135     -5.657067     56.38803             85
    +#> 8318  VR2AR-546135     -5.657067     56.38803             85
    +#> 8319  VR2AR-546135     -5.657067     56.38803             85
    +#> 8320  VR2AR-546135     -5.657067     56.38803             85
    +#> 8321  VR2AR-546135     -5.657067     56.38803             85
    +#> 8322  VR2AR-546134     -5.643867     56.38278            145
    +#> 8323  VR2AR-546134     -5.643867     56.38278            145
    +#> 8324  VR2AR-546134     -5.643867     56.38278            145
    +#> 8325  VR2AR-546134     -5.643867     56.38278            145
    +#> 8326  VR2AR-546134     -5.643867     56.38278            145
    +#> 8327  VR2AR-546134     -5.643867     56.38278            145
    +#> 8328  VR2AR-546134     -5.643867     56.38278            145
    +#> 8329  VR2AR-546134     -5.643867     56.38278            145
    +#> 8330  VR2AR-546134     -5.643867     56.38278            145
    +#> 8331  VR2AR-546134     -5.643867     56.38278            145
    +#> 8332  VR2AR-546134     -5.643867     56.38278            145
    +#> 8333  VR2AR-546134     -5.643867     56.38278            145
    +#> 8334  VR2AR-546134     -5.643867     56.38278            145
    +#> 8335  VR2AR-546134     -5.643867     56.38278            145
    +#> 8336  VR2AR-546134     -5.643867     56.38278            145
    +#> 8337  VR2AR-546134     -5.643867     56.38278            145
    +#> 8338  VR2AR-546134     -5.643867     56.38278            145
    +#> 8339  VR2AR-546134     -5.643867     56.38278            145
    +#> 8340  VR2AR-546134     -5.643867     56.38278            145
    +#> 8341  VR2AR-546134     -5.643867     56.38278            145
    +#> 8342  VR2AR-546134     -5.643867     56.38278            145
    +#> 8343  VR2AR-546134     -5.643867     56.38278            145
    +#> 8344  VR2AR-546134     -5.643867     56.38278            145
    +#> 8345  VR2AR-546134     -5.643867     56.38278            145
    +#> 8346  VR2AR-546134     -5.643867     56.38278            145
    +#> 8347  VR2AR-546134     -5.643867     56.38278            145
    +#> 8348  VR2AR-546134     -5.643867     56.38278            145
    +#> 8349  VR2AR-546134     -5.643867     56.38278            145
    +#> 8350  VR2AR-546134     -5.643867     56.38278            145
    +#> 8351   VR2W-108160     -5.631733     56.37447             50
    +#> 8352  VR2AR-546131     -5.612700     56.37988             35
    +#> 8353  VR2AR-546131     -5.612700     56.37988             35
    +#> 8354  VR2AR-546131     -5.612700     56.37988             35
    +#> 8355  VR2AR-546131     -5.612700     56.37988             35
    +#> 8356  VR2AR-546131     -5.612700     56.37988             35
    +#> 8357  VR2AR-546131     -5.612700     56.37988             35
    +#> 8358  VR2AR-546131     -5.612700     56.37988             35
    +#> 8359  VR2AR-546131     -5.612700     56.37988             35
    +#> 8360  VR2AR-546131     -5.612700     56.37988             35
    +#> 8361  VR2AR-546131     -5.612700     56.37988             35
    +#> 8362  VR2AR-546131     -5.612700     56.37988             35
    +#> 8363  VR2AR-546131     -5.612700     56.37988             35
    +#> 8364  VR2AR-546131     -5.612700     56.37988             35
    +#> 8365  VR2AR-546131     -5.612700     56.37988             35
    +#> 8366  VR2AR-546131     -5.612700     56.37988             35
    +#> 8367  VR2AR-546131     -5.612700     56.37988             35
    +#> 8368  VR2AR-546131     -5.612700     56.37988             35
    +#> 8369  VR2AR-546131     -5.612700     56.37988             35
    +#> 8370  VR2AR-546131     -5.612700     56.37988             35
    +#> 8371  VR2AR-546131     -5.612700     56.37988             35
    +#> 8372  VR2AR-546131     -5.612700     56.37988             35
    +#> 8373  VR2AR-546131     -5.612700     56.37988             35
    +#> 8374  VR2AR-546131     -5.612700     56.37988             35
    +#> 8375  VR2AR-546131     -5.612700     56.37988             35
    +#> 8376  VR2AR-546131     -5.612700     56.37988             35
    +#> 8377  VR2AR-546131     -5.612700     56.37988             35
    +#> 8378  VR2AR-546131     -5.612700     56.37988             35
    +#> 8379  VR2AR-546131     -5.612700     56.37988             35
    +#> 8380  VR2AR-546131     -5.612700     56.37988             35
    +#> 8381  VR2AR-546131     -5.612700     56.37988             35
    +#> 8382  VR2AR-546131     -5.612700     56.37988             35
    +#> 8383  VR2AR-546131     -5.612700     56.37988             35
    +#> 8384  VR2AR-546131     -5.612700     56.37988             35
    +#> 8385  VR2AR-546131     -5.612700     56.37988             35
    +#> 8386  VR2AR-546131     -5.612700     56.37988             35
    +#> 8387  VR2AR-546131     -5.612700     56.37988             35
    +#> 8388  VR2AR-546131     -5.612700     56.37988             35
    +#> 8389  VR2AR-546131     -5.612700     56.37988             35
    +#> 8390  VR2AR-546131     -5.612700     56.37988             35
    +#> 8391  VR2AR-546131     -5.612700     56.37988             35
    +#> 8392  VR2AR-546131     -5.612700     56.37988             35
    +#> 8393  VR2AR-546131     -5.612700     56.37988             35
    +#> 8394  VR2AR-546131     -5.612700     56.37988             35
    +#> 8395  VR2AR-546131     -5.612700     56.37988             35
    +#> 8396  VR2AR-546131     -5.612700     56.37988             35
    +#> 8397  VR2AR-546131     -5.612700     56.37988             35
    +#> 8398  VR2AR-546131     -5.612700     56.37988             35
    +#> 8399  VR2AR-546131     -5.612700     56.37988             35
    +#> 8400  VR2AR-546131     -5.612700     56.37988             35
    +#> 8401  VR2AR-546131     -5.612700     56.37988             35
    +#> 8402  VR2AR-546131     -5.612700     56.37988             35
    +#> 8403  VR2AR-546131     -5.612700     56.37988             35
    +#> 8404  VR2AR-546131     -5.612700     56.37988             35
    +#> 8405  VR2AR-546131     -5.612700     56.37988             35
    +#> 8406  VR2AR-546131     -5.612700     56.37988             35
    +#> 8407  VR2AR-546131     -5.612700     56.37988             35
    +#> 8408  VR2AR-546131     -5.612700     56.37988             35
    +#> 8409  VR2AR-546131     -5.612700     56.37988             35
    +#> 8410  VR2AR-546131     -5.612700     56.37988             35
    +#> 8411  VR2AR-546131     -5.612700     56.37988             35
    +#> 8412  VR2AR-546131     -5.612700     56.37988             35
    +#> 8413  VR2AR-546131     -5.612700     56.37988             35
    +#> 8414  VR2AR-546131     -5.612700     56.37988             35
    +#> 8415  VR2AR-546131     -5.612700     56.37988             35
    +#> 8416  VR2AR-546131     -5.612700     56.37988             35
    +#> 8417  VR2AR-546131     -5.612700     56.37988             35
    +#> 8418  VR2AR-546131     -5.612700     56.37988             35
    +#> 8419  VR2AR-546131     -5.612700     56.37988             35
    +#> 8420  VR2AR-546131     -5.612700     56.37988             35
    +#> 8421  VR2AR-546131     -5.612700     56.37988             35
    +#> 8422  VR2AR-546131     -5.612700     56.37988             35
    +#> 8423  VR2AR-546131     -5.612700     56.37988             35
    +#> 8424  VR2AR-546131     -5.612700     56.37988             35
    +#> 8425  VR2AR-546131     -5.612700     56.37988             35
    +#> 8426  VR2AR-546131     -5.612700     56.37988             35
    +#> 8427  VR2AR-546131     -5.612700     56.37988             35
    +#> 8428  VR2AR-546131     -5.612700     56.37988             35
    +#> 8429  VR2AR-546131     -5.612700     56.37988             35
    +#> 8430  VR2AR-546131     -5.612700     56.37988             35
    +#> 8431  VR2AR-546131     -5.612700     56.37988             35
    +#> 8432  VR2AR-546131     -5.612700     56.37988             35
    +#> 8433  VR2AR-546131     -5.612700     56.37988             35
    +#> 8434  VR2AR-546131     -5.612700     56.37988             35
    +#> 8435  VR2AR-546131     -5.612700     56.37988             35
    +#> 8436  VR2AR-546131     -5.612700     56.37988             35
    +#> 8437  VR2AR-546131     -5.612700     56.37988             35
    +#> 8438  VR2AR-546131     -5.612700     56.37988             35
    +#> 8439  VR2AR-546131     -5.612700     56.37988             35
    +#> 8440  VR2AR-546131     -5.612700     56.37988             35
    +#> 8441  VR2AR-546131     -5.612700     56.37988             35
    +#> 8442  VR2AR-546131     -5.612700     56.37988             35
    +#> 8443  VR2AR-546131     -5.612700     56.37988             35
    +#> 8444  VR2AR-546131     -5.612700     56.37988             35
    +#> 8445  VR2AR-546131     -5.612700     56.37988             35
    +#> 8446  VR2AR-546131     -5.612700     56.37988             35
    +#> 8447  VR2AR-546131     -5.612700     56.37988             35
    +#> 8448  VR2AR-546131     -5.612700     56.37988             35
    +#> 8449  VR2AR-546131     -5.612700     56.37988             35
    +#> 8450  VR2AR-546131     -5.612700     56.37988             35
    +#> 8451  VR2AR-546131     -5.612700     56.37988             35
    +#> 8452  VR2AR-546131     -5.612700     56.37988             35
    +#> 8453  VR2AR-546131     -5.612700     56.37988             35
    +#> 8454  VR2AR-546131     -5.612700     56.37988             35
    +#> 8455  VR2AR-546131     -5.612700     56.37988             35
    +#> 8456  VR2AR-546131     -5.612700     56.37988             35
    +#> 8457  VR2AR-546131     -5.612700     56.37988             35
    +#> 8458  VR2AR-546131     -5.612700     56.37988             35
    +#> 8459  VR2AR-546131     -5.612700     56.37988             35
    +#> 8460  VR2AR-546131     -5.612700     56.37988             35
    +#> 8461  VR2AR-546131     -5.612700     56.37988             35
    +#> 8462  VR2AR-546131     -5.612700     56.37988             35
    +#> 8463  VR2AR-546131     -5.612700     56.37988             35
    +#> 8464  VR2AR-546131     -5.612700     56.37988             35
    +#> 8465  VR2AR-546131     -5.612700     56.37988             35
    +#> 8466  VR2AR-546131     -5.612700     56.37988             35
    +#> 8467  VR2AR-546131     -5.612700     56.37988             35
    +#> 8468  VR2AR-546131     -5.612700     56.37988             35
    +#> 8469  VR2AR-546131     -5.612700     56.37988             35
    +#> 8470  VR2AR-546131     -5.612700     56.37988             35
    +#> 8471  VR2AR-546131     -5.612700     56.37988             35
    +#> 8472  VR2AR-546131     -5.612700     56.37988             35
    +#> 8473  VR2AR-546131     -5.612700     56.37988             35
    +#> 8474  VR2AR-546131     -5.612700     56.37988             35
    +#> 8475  VR2AR-546131     -5.612700     56.37988             35
    +#> 8476  VR2AR-546131     -5.612700     56.37988             35
    +#> 8477  VR2AR-546131     -5.612700     56.37988             35
    +#> 8478  VR2AR-546131     -5.612700     56.37988             35
    +#> 8479  VR2AR-546131     -5.612700     56.37988             35
    +#> 8480  VR2AR-546131     -5.612700     56.37988             35
    +#> 8481  VR2AR-546131     -5.612700     56.37988             35
    +#> 8482  VR2AR-546131     -5.612700     56.37988             35
    +#> 8483  VR2AR-546131     -5.612700     56.37988             35
    +#> 8484  VR2AR-546131     -5.612700     56.37988             35
    +#> 8485  VR2AR-546131     -5.612700     56.37988             35
    +#> 8486  VR2AR-546131     -5.612700     56.37988             35
    +#> 8487  VR2AR-546131     -5.612700     56.37988             35
    +#> 8488  VR2AR-546131     -5.612700     56.37988             35
    +#> 8489  VR2AR-546131     -5.612700     56.37988             35
    +#> 8490  VR2AR-546131     -5.612700     56.37988             35
    +#> 8491  VR2AR-546131     -5.612700     56.37988             35
    +#> 8492  VR2AR-546131     -5.612700     56.37988             35
    +#> 8493  VR2AR-546131     -5.612700     56.37988             35
    +#> 8494  VR2AR-546131     -5.612700     56.37988             35
    +#> 8495  VR2AR-546131     -5.612700     56.37988             35
    +#> 8496  VR2AR-546131     -5.612700     56.37988             35
    +#> 8497  VR2AR-546131     -5.612700     56.37988             35
    +#> 8498  VR2AR-546131     -5.612700     56.37988             35
    +#> 8499  VR2AR-546131     -5.612700     56.37988             35
    +#> 8500  VR2AR-546131     -5.612700     56.37988             35
    +#> 8501  VR2AR-546131     -5.612700     56.37988             35
    +#> 8502  VR2AR-546131     -5.612700     56.37988             35
    +#> 8503  VR2AR-546131     -5.612700     56.37988             35
    +#> 8504  VR2AR-546131     -5.612700     56.37988             35
    +#> 8505  VR2AR-546131     -5.612700     56.37988             35
    +#> 8506  VR2AR-546131     -5.612700     56.37988             35
    +#> 8507  VR2AR-546131     -5.612700     56.37988             35
    +#> 8508  VR2AR-546131     -5.612700     56.37988             35
    +#> 8509  VR2AR-546131     -5.612700     56.37988             35
    +#> 8510  VR2AR-546131     -5.612700     56.37988             35
    +#> 8511  VR2AR-546131     -5.612700     56.37988             35
    +#> 8512  VR2AR-546131     -5.612700     56.37988             35
    +#> 8513  VR2AR-546131     -5.612700     56.37988             35
    +#> 8514  VR2AR-546131     -5.612700     56.37988             35
    +#> 8515  VR2AR-546131     -5.612700     56.37988             35
    +#> 8516  VR2AR-546131     -5.612700     56.37988             35
    +#> 8517  VR2AR-546131     -5.612700     56.37988             35
    +#> 8518  VR2AR-546131     -5.612700     56.37988             35
    +#> 8519  VR2AR-546131     -5.612700     56.37988             35
    +#> 8520  VR2AR-546131     -5.612700     56.37988             35
    +#> 8521  VR2AR-546131     -5.612700     56.37988             35
    +#> 8522  VR2AR-546131     -5.612700     56.37988             35
    +#> 8523  VR2AR-546131     -5.612700     56.37988             35
    +#> 8524  VR2AR-546131     -5.612700     56.37988             35
    +#> 8525  VR2AR-546131     -5.612700     56.37988             35
    +#> 8526  VR2AR-546131     -5.612700     56.37988             35
    +#> 8527  VR2AR-546131     -5.612700     56.37988             35
    +#> 8528  VR2AR-546131     -5.612700     56.37988             35
    +#> 8529  VR2AR-546131     -5.612700     56.37988             35
    +#> 8530  VR2AR-546131     -5.612700     56.37988             35
    +#> 8531  VR2AR-546131     -5.612700     56.37988             35
    +#> 8532  VR2AR-546131     -5.612700     56.37988             35
    +#> 8533  VR2AR-546131     -5.612700     56.37988             35
    +#> 8534  VR2AR-546131     -5.612700     56.37988             35
    +#> 8535  VR2AR-546131     -5.612700     56.37988             35
    +#> 8536  VR2AR-546131     -5.612700     56.37988             35
    +#> 8537  VR2AR-546131     -5.612700     56.37988             35
    +#> 8538  VR2AR-546131     -5.612700     56.37988             35
    +#> 8539  VR2AR-546131     -5.612700     56.37988             35
    +#> 8540  VR2AR-546131     -5.612700     56.37988             35
    +#> 8541  VR2AR-546131     -5.612700     56.37988             35
    +#> 8542  VR2AR-546131     -5.612700     56.37988             35
    +#> 8543  VR2AR-546131     -5.612700     56.37988             35
    +#> 8544  VR2AR-546131     -5.612700     56.37988             35
    +#> 8545  VR2AR-546131     -5.612700     56.37988             35
    +#> 8546  VR2AR-546131     -5.612700     56.37988             35
    +#> 8547  VR2AR-546131     -5.612700     56.37988             35
    +#> 8548  VR2AR-546131     -5.612700     56.37988             35
    +#> 8549  VR2AR-546131     -5.612700     56.37988             35
    +#> 8550  VR2AR-546131     -5.612700     56.37988             35
    +#> 8551  VR2AR-546131     -5.612700     56.37988             35
    +#> 8552  VR2AR-546131     -5.612700     56.37988             35
    +#> 8553  VR2AR-546131     -5.612700     56.37988             35
    +#> 8554  VR2AR-546131     -5.612700     56.37988             35
    +#> 8555  VR2AR-546131     -5.612700     56.37988             35
    +#> 8556  VR2AR-546131     -5.612700     56.37988             35
    +#> 8557  VR2AR-546131     -5.612700     56.37988             35
    +#> 8558  VR2AR-546131     -5.612700     56.37988             35
    +#> 8559  VR2AR-546131     -5.612700     56.37988             35
    +#> 8560  VR2AR-546131     -5.612700     56.37988             35
    +#> 8561  VR2AR-546131     -5.612700     56.37988             35
    +#> 8562  VR2AR-546131     -5.612700     56.37988             35
    +#> 8563  VR2AR-546131     -5.612700     56.37988             35
    +#> 8564  VR2AR-546131     -5.612700     56.37988             35
    +#> 8565  VR2AR-546131     -5.612700     56.37988             35
    +#> 8566  VR2AR-546131     -5.612700     56.37988             35
    +#> 8567  VR2AR-546131     -5.612700     56.37988             35
    +#> 8568  VR2AR-546131     -5.612700     56.37988             35
    +#> 8569  VR2AR-546131     -5.612700     56.37988             35
    +#> 8570  VR2AR-546131     -5.612700     56.37988             35
    +#> 8571  VR2AR-546131     -5.612700     56.37988             35
    +#> 8572  VR2AR-546131     -5.612700     56.37988             35
    +#> 8573  VR2AR-546131     -5.612700     56.37988             35
    +#> 8574  VR2AR-546131     -5.612700     56.37988             35
    +#> 8575  VR2AR-546131     -5.612700     56.37988             35
    +#> 8576  VR2AR-546131     -5.612700     56.37988             35
    +#> 8577  VR2AR-546131     -5.612700     56.37988             35
    +#> 8578  VR2AR-546131     -5.612700     56.37988             35
    +#> 8579  VR2AR-546131     -5.612700     56.37988             35
    +#> 8580  VR2AR-546131     -5.612700     56.37988             35
    +#> 8581  VR2AR-546131     -5.612700     56.37988             35
    +#> 8582  VR2AR-546131     -5.612700     56.37988             35
    +#> 8583  VR2AR-546131     -5.612700     56.37988             35
    +#> 8584  VR2AR-546131     -5.612700     56.37988             35
    +#> 8585  VR2AR-546131     -5.612700     56.37988             35
    +#> 8586  VR2AR-546131     -5.612700     56.37988             35
    +#> 8587  VR2AR-546131     -5.612700     56.37988             35
    +#> 8588  VR2AR-546131     -5.612700     56.37988             35
    +#> 8589  VR2AR-546131     -5.612700     56.37988             35
    +#> 8590  VR2AR-546131     -5.612700     56.37988             35
    +#> 8591  VR2AR-546131     -5.612700     56.37988             35
    +#> 8592  VR2AR-546131     -5.612700     56.37988             35
    +#> 8593  VR2AR-546136     -5.626250     56.44810             75
    +#> 8594  VR2AR-546136     -5.626250     56.44810             75
    +#> 8595  VR2AR-546136     -5.626250     56.44810             75
    +#> 8596  VR2AR-546136     -5.626250     56.44810             75
    +#> 8597  VR2AR-546136     -5.626250     56.44810             75
    +#> 8598  VR2AR-546136     -5.626250     56.44810             75
    +#> 8599      VR2-5637     -5.692417     56.49913             25
    +#> 8600      VR2-5637     -5.692417     56.49913             25
    +#> 8601      VR2-5637     -5.692417     56.49913             25
    +#> 8602      VR2-5637     -5.692417     56.49913             25
    +#> 8603      VR2-5637     -5.692417     56.49913             25
    +#> 8604      VR2-5637     -5.692417     56.49913             25
    +#> 8605      VR2-5637     -5.692417     56.49913             25
    +#> 8606      VR2-5637     -5.692417     56.49913             25
    +#> 8607      VR2-5637     -5.692417     56.49913             25
    +#> 8608      VR2-5637     -5.692417     56.49913             25
    +#> 8609      VR2-5637     -5.692417     56.49913             25
    +#> 8610      VR2-5637     -5.692417     56.49913             25
    +#> 8611      VR2-5637     -5.692417     56.49913             25
    +#> 8612      VR2-5637     -5.692417     56.49913             25
    +#> 8613      VR2-5637     -5.692417     56.49913             25
    +#> 8614      VR2-5637     -5.692417     56.49913             25
    +#> 8615      VR2-5637     -5.692417     56.49913             25
    +#> 8616  VR2AR-546133     -5.701717     56.49747             90
    +#> 8617  VR2AR-546133     -5.701717     56.49747             90
    +#> 8618  VR2AR-546133     -5.701717     56.49747             90
    +#> 8619  VR2AR-546133     -5.701717     56.49747             90
    +#> 8620  VR2AR-546133     -5.701717     56.49747             90
    +#> 8621  VR2AR-546133     -5.701717     56.49747             90
    +#> 8622  VR2AR-546133     -5.701717     56.49747             90
    +#> 8623      VR2-5637     -5.692417     56.49913             25
    +#> 8624      VR2-5637     -5.692417     56.49913             25
    +#> 8625      VR2-5637     -5.692417     56.49913             25
    +#> 8626      VR2-5637     -5.692417     56.49913             25
    +#> 8627      VR2-5637     -5.692417     56.49913             25
    +#> 8628      VR2-5637     -5.692417     56.49913             25
    +#> 8629      VR2-5637     -5.692417     56.49913             25
    +#> 8630      VR2-5637     -5.692417     56.49913             25
    +#> 8631      VR2-5637     -5.692417     56.49913             25
    +#> 8632      VR2-5637     -5.692417     56.49913             25
    +#> 8633      VR2-5637     -5.692417     56.49913             25
    +#> 8634      VR2-5637     -5.692417     56.49913             25
    +#> 8635      VR2-5637     -5.692417     56.49913             25
    +#> 8636      VR2-5637     -5.692417     56.49913             25
    +#> 8637      VR2-5637     -5.692417     56.49913             25
    +#> 8638      VR2-5637     -5.692417     56.49913             25
    +#> 8639      VR2-5637     -5.692417     56.49913             25
    +#> 8640      VR2-5637     -5.692417     56.49913             25
    +#> 8641      VR2-5637     -5.692417     56.49913             25
    +#> 8642      VR2-5637     -5.692417     56.49913             25
    +#> 8643      VR2-5637     -5.692417     56.49913             25
    +#> 8644      VR2-5637     -5.692417     56.49913             25
    +#> 8645      VR2-5637     -5.692417     56.49913             25
    +#> 8646      VR2-5637     -5.692417     56.49913             25
    +#> 8647      VR2-5637     -5.692417     56.49913             25
    +#> 8648      VR2-5637     -5.692417     56.49913             25
    +#> 8649      VR2-5637     -5.692417     56.49913             25
    +#> 8650      VR2-5637     -5.692417     56.49913             25
    +#> 8651      VR2-5637     -5.692417     56.49913             25
    +#> 8652      VR2-5637     -5.692417     56.49913             25
    +#> 8653      VR2-5637     -5.692417     56.49913             25
    +#> 8654      VR2-5637     -5.692417     56.49913             25
    +#> 8655      VR2-5637     -5.692417     56.49913             25
    +#> 8656      VR2-5637     -5.692417     56.49913             25
    +#> 8657  VR2AR-546133     -5.701717     56.49747             90
    +#> 8658  VR2AR-546133     -5.701717     56.49747             90
    +#> 8659  VR2AR-546133     -5.701717     56.49747             90
    +#> 8660  VR2AR-546133     -5.701717     56.49747             90
    +#> 8661  VR2AR-546133     -5.701717     56.49747             90
    +#> 8662  VR2AR-546133     -5.701717     56.49747             90
    +#> 8663  VR2AR-546133     -5.701717     56.49747             90
    +#> 8664  VR2AR-546133     -5.701717     56.49747             90
    +#> 8665  VR2AR-546133     -5.701717     56.49747             90
    +#> 8666  VR2AR-546133     -5.701717     56.49747             90
    +#> 8667  VR2AR-546133     -5.701717     56.49747             90
    +#> 8668  VR2AR-546133     -5.701717     56.49747             90
    +#> 8669  VR2AR-546133     -5.701717     56.49747             90
    +#> 8670  VR2AR-546133     -5.701717     56.49747             90
    +#> 8671  VR2AR-546133     -5.701717     56.49747             90
    +#> 8672  VR2AR-546133     -5.701717     56.49747             90
    +#> 8673  VR2AR-546133     -5.701717     56.49747             90
    +#> 8674  VR2AR-546133     -5.701717     56.49747             90
    +#> 8675  VR2AR-546133     -5.701717     56.49747             90
    +#> 8676  VR2AR-546133     -5.701717     56.49747             90
    +#> 8677  VR2AR-546133     -5.701717     56.49747             90
    +#> 8678  VR2AR-546133     -5.701717     56.49747             90
    +#> 8679  VR2AR-546133     -5.701717     56.49747             90
    +#> 8680  VR2AR-546133     -5.701717     56.49747             90
    +#> 8681  VR2AR-546133     -5.701717     56.49747             90
    +#> 8682  VR2AR-546133     -5.701717     56.49747             90
    +#> 8683  VR2AR-546133     -5.701717     56.49747             90
    +#> 8684  VR2AR-546133     -5.701717     56.49747             90
    +#> 8685  VR2AR-546133     -5.701717     56.49747             90
    +#> 8686  VR2AR-546133     -5.701717     56.49747             90
    +#> 8687  VR2AR-546133     -5.701717     56.49747             90
    +#> 8688  VR2AR-546133     -5.701717     56.49747             90
    +#> 8689  VR2AR-546133     -5.701717     56.49747             90
    +#> 8690  VR2AR-546133     -5.701717     56.49747             90
    +#> 8691  VR2AR-546133     -5.701717     56.49747             90
    +#> 8692  VR2AR-546133     -5.701717     56.49747             90
    +#> 8693  VR2AR-546136     -5.626250     56.44810             75
    +#> 8694  VR2AR-546136     -5.626250     56.44810             75
    +#> 8695  VR2AR-546380     -5.637917     56.44800             25
    +#> 8696  VR2AR-546136     -5.626250     56.44810             75
    +#> 8697  VR2AR-546380     -5.637917     56.44800             25
    +#> 8698  VR2AR-546380     -5.637917     56.44800             25
    +#> 8699  VR2AR-546136     -5.626250     56.44810             75
    +#> 8700  VR2AR-546380     -5.637917     56.44800             25
    +#> 8701  VR2AR-546380     -5.637917     56.44800             25
    +#> 8702  VR2AR-546380     -5.637917     56.44800             25
    +#> 8703  VR2AR-546380     -5.637917     56.44800             25
    +#> 8704  VR2AR-546380     -5.637917     56.44800             25
    +#> 8705  VR2AR-546380     -5.637917     56.44800             25
    +#> 8706  VR2AR-546380     -5.637917     56.44800             25
    +#> 8707  VR2AR-546380     -5.637917     56.44800             25
    +#> 8708  VR2AR-546380     -5.637917     56.44800             25
    +#> 8709  VR2AR-546380     -5.637917     56.44800             25
    +#> 8710  VR2AR-546380     -5.637917     56.44800             25
    +#> 8711  VR2AR-546380     -5.637917     56.44800             25
    +#> 8712  VR2AR-546380     -5.637917     56.44800             25
    +#> 8713  VR2AR-546380     -5.637917     56.44800             25
    +#> 8714  VR2AR-546380     -5.637917     56.44800             25
    +#> 8715  VR2AR-546380     -5.637917     56.44800             25
    +#> 8716  VR2AR-546380     -5.637917     56.44800             25
    +#> 8717  VR2AR-546380     -5.637917     56.44800             25
    +#> 8718  VR2AR-546380     -5.637917     56.44800             25
    +#> 8719  VR2AR-546380     -5.637917     56.44800             25
    +#> 8720  VR2AR-546380     -5.637917     56.44800             25
    +#> 8721  VR2AR-546380     -5.637917     56.44800             25
    +#> 8722  VR2AR-546380     -5.637917     56.44800             25
    +#> 8723  VR2AR-546380     -5.637917     56.44800             25
    +#> 8724  VR2AR-546380     -5.637917     56.44800             25
    +#> 8725  VR2AR-546380     -5.637917     56.44800             25
    +#> 8726  VR2AR-546380     -5.637917     56.44800             25
    +#> 8727  VR2AR-546380     -5.637917     56.44800             25
    +#> 8728  VR2AR-546380     -5.637917     56.44800             25
    +#> 8729  VR2AR-546380     -5.637917     56.44800             25
    +#> 8730  VR2AR-546380     -5.637917     56.44800             25
    +#> 8731  VR2AR-546131     -5.612700     56.37988             35
    +#> 8732  VR2AR-546131     -5.612700     56.37988             35
    +#> 8733  VR2AR-546131     -5.612700     56.37988             35
    +#> 8734  VR2AR-546131     -5.612700     56.37988             35
    +#> 8735  VR2AR-546131     -5.612700     56.37988             35
    +#> 8736  VR2AR-546131     -5.612700     56.37988             35
    +#> 8737  VR2AR-546131     -5.612700     56.37988             35
    +#> 8738  VR2AR-546131     -5.612700     56.37988             35
    +#> 8739  VR2AR-546131     -5.612700     56.37988             35
    +#> 8740  VR2AR-546131     -5.612700     56.37988             35
    +#> 8741  VR2AR-546131     -5.612700     56.37988             35
    +#> 8742  VR2AR-546131     -5.612700     56.37988             35
    +#> 8743  VR2AR-546131     -5.612700     56.37988             35
    +#> 8744  VR2AR-546131     -5.612700     56.37988             35
    +#> 8745  VR2AR-546131     -5.612700     56.37988             35
    +#> 8746  VR2AR-546131     -5.612700     56.37988             35
    +#> 8747  VR2AR-546131     -5.612700     56.37988             35
    +#> 8748  VR2AR-546131     -5.612700     56.37988             35
    +#> 8749  VR2AR-546131     -5.612700     56.37988             35
    +#> 8750  VR2AR-546131     -5.612700     56.37988             35
    +#> 8751  VR2AR-546131     -5.612700     56.37988             35
    +#> 8752  VR2AR-546131     -5.612700     56.37988             35
    +#> 8753  VR2AR-546131     -5.612700     56.37988             35
    +#> 8754  VR2AR-546131     -5.612700     56.37988             35
    +#> 8755  VR2AR-546131     -5.612700     56.37988             35
    +#> 8756  VR2AR-546131     -5.612700     56.37988             35
    +#> 8757  VR2AR-546131     -5.612700     56.37988             35
    +#> 8758  VR2AR-546131     -5.612700     56.37988             35
    +#> 8759  VR2AR-546131     -5.612700     56.37988             35
    +#> 8760  VR2AR-546131     -5.612700     56.37988             35
    +#> 8761  VR2AR-546131     -5.612700     56.37988             35
    +#> 8762  VR2AR-546131     -5.612700     56.37988             35
    +#> 8763  VR2AR-546131     -5.612700     56.37988             35
    +#> 8764  VR2AR-546131     -5.612700     56.37988             35
    +#> 8765  VR2AR-546131     -5.612700     56.37988             35
    +#> 8766  VR2AR-546131     -5.612700     56.37988             35
    +#> 8767  VR2AR-546131     -5.612700     56.37988             35
    +#> 8768  VR2AR-546131     -5.612700     56.37988             35
    +#> 8769  VR2AR-546131     -5.612700     56.37988             35
    +#> 8770  VR2AR-546131     -5.612700     56.37988             35
    +#> 8771  VR2AR-546131     -5.612700     56.37988             35
    +#> 8772  VR2AR-546131     -5.612700     56.37988             35
    +#> 8773  VR2AR-546131     -5.612700     56.37988             35
    +#> 8774  VR2AR-546131     -5.612700     56.37988             35
    +#> 8775  VR2AR-546131     -5.612700     56.37988             35
    +#> 8776  VR2AR-546131     -5.612700     56.37988             35
    +#> 8777  VR2AR-546131     -5.612700     56.37988             35
    +#> 8778  VR2AR-546131     -5.612700     56.37988             35
    +#> 8779  VR2AR-546131     -5.612700     56.37988             35
    +#> 8780  VR2AR-546131     -5.612700     56.37988             35
    +#> 8781  VR2AR-546131     -5.612700     56.37988             35
    +#> 8782  VR2AR-546131     -5.612700     56.37988             35
    +#> 8783  VR2AR-546131     -5.612700     56.37988             35
    +#> 8784  VR2AR-546131     -5.612700     56.37988             35
    +#> 8785  VR2AR-546131     -5.612700     56.37988             35
    +#> 8786  VR2AR-546131     -5.612700     56.37988             35
    +#> 8787  VR2AR-546131     -5.612700     56.37988             35
    +#> 8788  VR2AR-546131     -5.612700     56.37988             35
    +#> 8789  VR2AR-546131     -5.612700     56.37988             35
    +#> 8790  VR2AR-546131     -5.612700     56.37988             35
    +#> 8791  VR2AR-546131     -5.612700     56.37988             35
    +#> 8792  VR2AR-546131     -5.612700     56.37988             35
    +#> 8793  VR2AR-546131     -5.612700     56.37988             35
    +#> 8794  VR2AR-546131     -5.612700     56.37988             35
    +#> 8795  VR2AR-546131     -5.612700     56.37988             35
    +#> 8796  VR2AR-546131     -5.612700     56.37988             35
    +#> 8797  VR2AR-546131     -5.612700     56.37988             35
    +#> 8798  VR2AR-546131     -5.612700     56.37988             35
    +#> 8799  VR2AR-546131     -5.612700     56.37988             35
    +#> 8800  VR2AR-546131     -5.612700     56.37988             35
    +#> 8801  VR2AR-546131     -5.612700     56.37988             35
    +#> 8802  VR2AR-546131     -5.612700     56.37988             35
    +#> 8803  VR2AR-546131     -5.612700     56.37988             35
    +#> 8804  VR2AR-546131     -5.612700     56.37988             35
    +#> 8805  VR2AR-546131     -5.612700     56.37988             35
    +#> 8806  VR2AR-546131     -5.612700     56.37988             35
    +#> 8807  VR2AR-546131     -5.612700     56.37988             35
    +#> 8808  VR2AR-546131     -5.612700     56.37988             35
    +#> 8809  VR2AR-546131     -5.612700     56.37988             35
    +#> 8810  VR2AR-546131     -5.612700     56.37988             35
    +#> 8811  VR2AR-546131     -5.612700     56.37988             35
    +#> 8812  VR2AR-546131     -5.612700     56.37988             35
    +#> 8813  VR2AR-546131     -5.612700     56.37988             35
    +#> 8814  VR2AR-546131     -5.612700     56.37988             35
    +#> 8815  VR2AR-546131     -5.612700     56.37988             35
    +#> 8816  VR2AR-546131     -5.612700     56.37988             35
    +#> 8817  VR2AR-546131     -5.612700     56.37988             35
    +#> 8818  VR2AR-546131     -5.612700     56.37988             35
    +#> 8819  VR2AR-546131     -5.612700     56.37988             35
    +#> 8820  VR2AR-546131     -5.612700     56.37988             35
    +#> 8821  VR2AR-546131     -5.612700     56.37988             35
    +#> 8822  VR2AR-546131     -5.612700     56.37988             35
    +#> 8823  VR2AR-546131     -5.612700     56.37988             35
    +#> 8824  VR2AR-546131     -5.612700     56.37988             35
    +#> 8825  VR2AR-546131     -5.612700     56.37988             35
    +#> 8826  VR2AR-546131     -5.612700     56.37988             35
    +#> 8827  VR2AR-546131     -5.612700     56.37988             35
    +#> 8828  VR2AR-546131     -5.612700     56.37988             35
    +#> 8829  VR2AR-546131     -5.612700     56.37988             35
    +#> 8830  VR2AR-546131     -5.612700     56.37988             35
    +#> 8831  VR2AR-546131     -5.612700     56.37988             35
    +#> 8832  VR2AR-546131     -5.612700     56.37988             35
    +#> 8833  VR2AR-546131     -5.612700     56.37988             35
    +#> 8834  VR2AR-546131     -5.612700     56.37988             35
    +#> 8835  VR2AR-546131     -5.612700     56.37988             35
    +#> 8836  VR2AR-546131     -5.612700     56.37988             35
    +#> 8837  VR2AR-546131     -5.612700     56.37988             35
    +#> 8838  VR2AR-546131     -5.612700     56.37988             35
    +#> 8839  VR2AR-546131     -5.612700     56.37988             35
    +#> 8840  VR2AR-546131     -5.612700     56.37988             35
    +#> 8841  VR2AR-546131     -5.612700     56.37988             35
    +#> 8842  VR2AR-546131     -5.612700     56.37988             35
    +#> 8843  VR2AR-546131     -5.612700     56.37988             35
    +#> 8844  VR2AR-546131     -5.612700     56.37988             35
    +#> 8845  VR2AR-546131     -5.612700     56.37988             35
    +#> 8846  VR2AR-546131     -5.612700     56.37988             35
    +#> 8847  VR2AR-546131     -5.612700     56.37988             35
    +#> 8848  VR2AR-546131     -5.612700     56.37988             35
    +#> 8849  VR2AR-546131     -5.612700     56.37988             35
    +#> 8850  VR2AR-546131     -5.612700     56.37988             35
    +#> 8851  VR2AR-546131     -5.612700     56.37988             35
    +#> 8852  VR2AR-546131     -5.612700     56.37988             35
    +#> 8853  VR2AR-546131     -5.612700     56.37988             35
    +#> 8854  VR2AR-546131     -5.612700     56.37988             35
    +#> 8855  VR2AR-546131     -5.612700     56.37988             35
    +#> 8856  VR2AR-546131     -5.612700     56.37988             35
    +#> 8857  VR2AR-546131     -5.612700     56.37988             35
    +#> 8858  VR2AR-546131     -5.612700     56.37988             35
    +#> 8859  VR2AR-546131     -5.612700     56.37988             35
    +#> 8860  VR2AR-546131     -5.612700     56.37988             35
    +#> 8861  VR2AR-546131     -5.612700     56.37988             35
    +#> 8862  VR2AR-546131     -5.612700     56.37988             35
    +#> 8863  VR2AR-546131     -5.612700     56.37988             35
    +#> 8864  VR2AR-546131     -5.612700     56.37988             35
    +#> 8865  VR2AR-546131     -5.612700     56.37988             35
    +#> 8866  VR2AR-546131     -5.612700     56.37988             35
    +#> 8867  VR2AR-546131     -5.612700     56.37988             35
    +#> 8868  VR2AR-546131     -5.612700     56.37988             35
    +#> 8869  VR2AR-546131     -5.612700     56.37988             35
    +#> 8870  VR2AR-546131     -5.612700     56.37988             35
    +#> 8871  VR2AR-546131     -5.612700     56.37988             35
    +#> 8872  VR2AR-546131     -5.612700     56.37988             35
    +#> 8873  VR2AR-546131     -5.612700     56.37988             35
    +#> 8874  VR2AR-546131     -5.612700     56.37988             35
    +#> 8875  VR2AR-546131     -5.612700     56.37988             35
    +#> 8876  VR2AR-546131     -5.612700     56.37988             35
    +#> 8877  VR2AR-546131     -5.612700     56.37988             35
    +#> 8878  VR2AR-546131     -5.612700     56.37988             35
    +#> 8879  VR2AR-546131     -5.612700     56.37988             35
    +#> 8880  VR2AR-546131     -5.612700     56.37988             35
    +#> 8881  VR2AR-546131     -5.612700     56.37988             35
    +#> 8882  VR2AR-546131     -5.612700     56.37988             35
    +#> 8883  VR2AR-546131     -5.612700     56.37988             35
    +#> 8884  VR2AR-546131     -5.612700     56.37988             35
    +#> 8885  VR2AR-546131     -5.612700     56.37988             35
    +#> 8886  VR2AR-546131     -5.612700     56.37988             35
    +#> 8887  VR2AR-546131     -5.612700     56.37988             35
    +#> 8888  VR2AR-546131     -5.612700     56.37988             35
    +#> 8889  VR2AR-546131     -5.612700     56.37988             35
    +#> 8890  VR2AR-546131     -5.612700     56.37988             35
    +#> 8891  VR2AR-546131     -5.612700     56.37988             35
    +#> 8892  VR2AR-546131     -5.612700     56.37988             35
    +#> 8893  VR2AR-546131     -5.612700     56.37988             35
    +#> 8894  VR2AR-546131     -5.612700     56.37988             35
    +#> 8895  VR2AR-546131     -5.612700     56.37988             35
    +#> 8896  VR2AR-546131     -5.612700     56.37988             35
    +#> 8897  VR2AR-546131     -5.612700     56.37988             35
    +#> 8898  VR2AR-546131     -5.612700     56.37988             35
    +#> 8899  VR2AR-546131     -5.612700     56.37988             35
    +#> 8900  VR2AR-546131     -5.612700     56.37988             35
    +#> 8901  VR2AR-546131     -5.612700     56.37988             35
    +#> 8902  VR2AR-546131     -5.612700     56.37988             35
    +#> 8903  VR2AR-546131     -5.612700     56.37988             35
    +#> 8904  VR2AR-546131     -5.612700     56.37988             35
    +#> 8905  VR2AR-546131     -5.612700     56.37988             35
    +#> 8906  VR2AR-546131     -5.612700     56.37988             35
    +#> 8907  VR2AR-546131     -5.612700     56.37988             35
    +#> 8908  VR2AR-546131     -5.612700     56.37988             35
    +#> 8909  VR2AR-546131     -5.612700     56.37988             35
    +#> 8910  VR2AR-546131     -5.612700     56.37988             35
    +#> 8911  VR2AR-546131     -5.612700     56.37988             35
    +#> 8912  VR2AR-546131     -5.612700     56.37988             35
    +#> 8913  VR2AR-546131     -5.612700     56.37988             35
    +#> 8914  VR2AR-546131     -5.612700     56.37988             35
    +#> 8915  VR2AR-546131     -5.612700     56.37988             35
    +#> 8916  VR2AR-546131     -5.612700     56.37988             35
    +#> 8917  VR2AR-546131     -5.612700     56.37988             35
    +#> 8918  VR2AR-546131     -5.612700     56.37988             35
    +#> 8919  VR2AR-546131     -5.612700     56.37988             35
    +#> 8920  VR2AR-546131     -5.612700     56.37988             35
    +#> 8921  VR2AR-546131     -5.612700     56.37988             35
    +#> 8922  VR2AR-546131     -5.612700     56.37988             35
    +#> 8923  VR2AR-546131     -5.612700     56.37988             35
    +#> 8924  VR2AR-546131     -5.612700     56.37988             35
    +#> 8925  VR2AR-546131     -5.612700     56.37988             35
    +#> 8926  VR2AR-546131     -5.612700     56.37988             35
    +#> 8927  VR2AR-546131     -5.612700     56.37988             35
    +#> 8928  VR2AR-546131     -5.612700     56.37988             35
    +#> 8929  VR2AR-546131     -5.612700     56.37988             35
    +#> 8930  VR2AR-546131     -5.612700     56.37988             35
    +#> 8931  VR2AR-546131     -5.612700     56.37988             35
    +#> 8932  VR2AR-546131     -5.612700     56.37988             35
    +#> 8933  VR2AR-546131     -5.612700     56.37988             35
    +#> 8934  VR2AR-546131     -5.612700     56.37988             35
    +#> 8935  VR2AR-546131     -5.612700     56.37988             35
    +#> 8936  VR2AR-546131     -5.612700     56.37988             35
    +#> 8937  VR2AR-546131     -5.612700     56.37988             35
    +#> 8938  VR2AR-546131     -5.612700     56.37988             35
    +#> 8939  VR2AR-546131     -5.612700     56.37988             35
    +#> 8940  VR2AR-546131     -5.612700     56.37988             35
    +#> 8941  VR2AR-546131     -5.612700     56.37988             35
    +#> 8942  VR2AR-546131     -5.612700     56.37988             35
    +#> 8943  VR2AR-546131     -5.612700     56.37988             35
    +#> 8944  VR2AR-546131     -5.612700     56.37988             35
    +#> 8945  VR2AR-546131     -5.612700     56.37988             35
    +#> 8946  VR2AR-546131     -5.612700     56.37988             35
    +#> 8947  VR2AR-546131     -5.612700     56.37988             35
    +#> 8948  VR2AR-546131     -5.612700     56.37988             35
    +#> 8949  VR2AR-546131     -5.612700     56.37988             35
    +#> 8950  VR2AR-546131     -5.612700     56.37988             35
    +#> 8951  VR2AR-546131     -5.612700     56.37988             35
    +#> 8952  VR2AR-546131     -5.612700     56.37988             35
    +#> 8953  VR2AR-546131     -5.612700     56.37988             35
    +#> 8954  VR2AR-546131     -5.612700     56.37988             35
    +#> 8955  VR2AR-546131     -5.612700     56.37988             35
    +#> 8956  VR2AR-546131     -5.612700     56.37988             35
    +#> 8957  VR2AR-546135     -5.657067     56.38803             85
    +#> 8958  VR2AR-546135     -5.657067     56.38803             85
    +#> 8959  VR2AR-546135     -5.657067     56.38803             85
    +#> 8960  VR2AR-546135     -5.657067     56.38803             85
    +#> 8961  VR2AR-546135     -5.657067     56.38803             85
    +#> 8962  VR2AR-546135     -5.657067     56.38803             85
    +#> 8963  VR2AR-546135     -5.657067     56.38803             85
    +#> 8964  VR2AR-546135     -5.657067     56.38803             85
    +#> 8965  VR2AR-546135     -5.657067     56.38803             85
    +#> 8966  VR2AR-546135     -5.657067     56.38803             85
    +#> 8967  VR2AR-546135     -5.657067     56.38803             85
    +#> 8968  VR2AR-546135     -5.657067     56.38803             85
    +#> 8969  VR2AR-546135     -5.657067     56.38803             85
    +#> 8970  VR2AR-546135     -5.657067     56.38803             85
    +#> 8971  VR2AR-546135     -5.657067     56.38803             85
    +#> 8972  VR2AR-546135     -5.657067     56.38803             85
    +#> 8973  VR2AR-546135     -5.657067     56.38803             85
    +#> 8974  VR2AR-546135     -5.657067     56.38803             85
    +#> 8975  VR2AR-546135     -5.657067     56.38803             85
    +#> 8976  VR2AR-546135     -5.657067     56.38803             85
    +#> 8977  VR2AR-546135     -5.657067     56.38803             85
    +#> 8978  VR2AR-546135     -5.657067     56.38803             85
    +#> 8979  VR2AR-546135     -5.657067     56.38803             85
    +#> 8980  VR2AR-546135     -5.657067     56.38803             85
    +#> 8981  VR2AR-546135     -5.657067     56.38803             85
    +#> 8982  VR2AR-546135     -5.657067     56.38803             85
    +#> 8983  VR2AR-546135     -5.657067     56.38803             85
    +#> 8984  VR2AR-546134     -5.643867     56.38278            145
    +#> 8985  VR2AR-546134     -5.643867     56.38278            145
    +#> 8986  VR2AR-546134     -5.643867     56.38278            145
    +#> 8987  VR2AR-546134     -5.643867     56.38278            145
    +#> 8988  VR2AR-546134     -5.643867     56.38278            145
    +#> 8989  VR2AR-546134     -5.643867     56.38278            145
    +#> 8990  VR2AR-546134     -5.643867     56.38278            145
    +#> 8991  VR2AR-546134     -5.643867     56.38278            145
    +#> 8992  VR2AR-546134     -5.643867     56.38278            145
    +#> 8993  VR2AR-546134     -5.643867     56.38278            145
    +#> 8994  VR2AR-546134     -5.643867     56.38278            145
    +#> 8995  VR2AR-546135     -5.657067     56.38803             85
    +#> 8996  VR2AR-546135     -5.657067     56.38803             85
    +#> 8997  VR2AR-546135     -5.657067     56.38803             85
    +#> 8998  VR2AR-546135     -5.657067     56.38803             85
    +#> 8999  VR2AR-546135     -5.657067     56.38803             85
    +#> 9000  VR2AR-546135     -5.657067     56.38803             85
    +#> 9001  VR2AR-546135     -5.657067     56.38803             85
    +#> 9002  VR2AR-546135     -5.657067     56.38803             85
    +#> 9003  VR2AR-546135     -5.657067     56.38803             85
    +#> 9004  VR2AR-546135     -5.657067     56.38803             85
    +#> 9005  VR2AR-546135     -5.657067     56.38803             85
    +#> 9006  VR2AR-546135     -5.657067     56.38803             85
    +#> 9007  VR2AR-546135     -5.657067     56.38803             85
    +#> 9008  VR2AR-546135     -5.657067     56.38803             85
    +#> 9009  VR2AR-546135     -5.657067     56.38803             85
    +#> 9010  VR2AR-546135     -5.657067     56.38803             85
    +#> 9011  VR2AR-546135     -5.657067     56.38803             85
    +#> 9012  VR2AR-546135     -5.657067     56.38803             85
    +#> 9013  VR2AR-546135     -5.657067     56.38803             85
    +#> 9014  VR2AR-546135     -5.657067     56.38803             85
    +#> 9015  VR2AR-546135     -5.657067     56.38803             85
    +#> 9016  VR2AR-546135     -5.657067     56.38803             85
    +#> 9017  VR2AR-546135     -5.657067     56.38803             85
    +#> 9018  VR2AR-546135     -5.657067     56.38803             85
    +#> 9019  VR2AR-546135     -5.657067     56.38803             85
    +#> 9020  VR2AR-546135     -5.657067     56.38803             85
    +#> 9021  VR2AR-546135     -5.657067     56.38803             85
    +#> 9022  VR2AR-546135     -5.657067     56.38803             85
    +#> 9023  VR2AR-546135     -5.657067     56.38803             85
    +#> 9024  VR2AR-546135     -5.657067     56.38803             85
    +#> 9025  VR2AR-546135     -5.657067     56.38803             85
    +#> 9026  VR2AR-546135     -5.657067     56.38803             85
    +#> 9027  VR2AR-546135     -5.657067     56.38803             85
    +#> 9028  VR2AR-546135     -5.657067     56.38803             85
    +#> 9029  VR2AR-546135     -5.657067     56.38803             85
    +#> 9030  VR2AR-546135     -5.657067     56.38803             85
    +#> 9031  VR2AR-546135     -5.657067     56.38803             85
    +#> 9032  VR2AR-546135     -5.657067     56.38803             85
    +#> 9033  VR2AR-546135     -5.657067     56.38803             85
    +#> 9034  VR2AR-546135     -5.657067     56.38803             85
    +#> 9035  VR2AR-546135     -5.657067     56.38803             85
    +#> 9036  VR2AR-546135     -5.657067     56.38803             85
    +#> 9037  VR2AR-546135     -5.657067     56.38803             85
    +#> 9038  VR2AR-546135     -5.657067     56.38803             85
    +#> 9039  VR2AR-546131     -5.612700     56.37988             35
    +#> 9040  VR2AR-546131     -5.612700     56.37988             35
    +#> 9041  VR2AR-546131     -5.612700     56.37988             35
    +#> 9042  VR2AR-546131     -5.612700     56.37988             35
    +#> 9043  VR2AR-546131     -5.612700     56.37988             35
    +#> 9044  VR2AR-546131     -5.612700     56.37988             35
    +#> 9045  VR2AR-546131     -5.612700     56.37988             35
    +#> 9046  VR2AR-546131     -5.612700     56.37988             35
    +#> 9047  VR2AR-546131     -5.612700     56.37988             35
    +#> 9048  VR2AR-546131     -5.612700     56.37988             35
    +#> 9049  VR2AR-546131     -5.612700     56.37988             35
    +#> 9050  VR2AR-546131     -5.612700     56.37988             35
    +#> 9051  VR2AR-546131     -5.612700     56.37988             35
    +#> 9052  VR2AR-546131     -5.612700     56.37988             35
    +#> 9053  VR2AR-546131     -5.612700     56.37988             35
    +#> 9054  VR2AR-546131     -5.612700     56.37988             35
    +#> 9055  VR2AR-546131     -5.612700     56.37988             35
    +#> 9056  VR2AR-546131     -5.612700     56.37988             35
    +#> 9057  VR2AR-546131     -5.612700     56.37988             35
    +#> 9058  VR2AR-546131     -5.612700     56.37988             35
    +#> 9059  VR2AR-546131     -5.612700     56.37988             35
    +#> 9060  VR2AR-546131     -5.612700     56.37988             35
    +#> 9061  VR2AR-546131     -5.612700     56.37988             35
    +#> 9062  VR2AR-546131     -5.612700     56.37988             35
    +#> 9063  VR2AR-546131     -5.612700     56.37988             35
    +#> 9064  VR2AR-546131     -5.612700     56.37988             35
    +#> 9065  VR2AR-546131     -5.612700     56.37988             35
    +#> 9066  VR2AR-546131     -5.612700     56.37988             35
    +#> 9067  VR2AR-546131     -5.612700     56.37988             35
    +#> 9068  VR2AR-546131     -5.612700     56.37988             35
    +#> 9069  VR2AR-546131     -5.612700     56.37988             35
    +#> 9070  VR2AR-546131     -5.612700     56.37988             35
    +#> 9071  VR2AR-546131     -5.612700     56.37988             35
    +#> 9072  VR2AR-546131     -5.612700     56.37988             35
    +#> 9073  VR2AR-546131     -5.612700     56.37988             35
    +#> 9074  VR2AR-546131     -5.612700     56.37988             35
    +#> 9075  VR2AR-546131     -5.612700     56.37988             35
    +#> 9076  VR2AR-546131     -5.612700     56.37988             35
    +#> 9077  VR2AR-546131     -5.612700     56.37988             35
    +#> 9078  VR2AR-546131     -5.612700     56.37988             35
    +#> 9079  VR2AR-546131     -5.612700     56.37988             35
    +#> 9080  VR2AR-546131     -5.612700     56.37988             35
    +#> 9081  VR2AR-546131     -5.612700     56.37988             35
    +#> 9082  VR2AR-546131     -5.612700     56.37988             35
    +#> 9083  VR2AR-546131     -5.612700     56.37988             35
    +#> 9084  VR2AR-546131     -5.612700     56.37988             35
    +#> 9085  VR2AR-546131     -5.612700     56.37988             35
    +#> 9086  VR2AR-546131     -5.612700     56.37988             35
    +#> 9087  VR2AR-546131     -5.612700     56.37988             35
    +#> 9088  VR2AR-546131     -5.612700     56.37988             35
    +#> 9089  VR2AR-546131     -5.612700     56.37988             35
    +#> 9090  VR2AR-546131     -5.612700     56.37988             35
    +#> 9091  VR2AR-546131     -5.612700     56.37988             35
    +#> 9092  VR2AR-546131     -5.612700     56.37988             35
    +#> 9093  VR2AR-546131     -5.612700     56.37988             35
    +#> 9094  VR2AR-546131     -5.612700     56.37988             35
    +#> 9095  VR2AR-546131     -5.612700     56.37988             35
    +#> 9096  VR2AR-546131     -5.612700     56.37988             35
    +#> 9097  VR2AR-546131     -5.612700     56.37988             35
    +#> 9098  VR2AR-546131     -5.612700     56.37988             35
    +#> 9099  VR2AR-546131     -5.612700     56.37988             35
    +#> 9100  VR2AR-546131     -5.612700     56.37988             35
    +#> 9101  VR2AR-546131     -5.612700     56.37988             35
    +#> 9102  VR2AR-546131     -5.612700     56.37988             35
    +#> 9103  VR2AR-546131     -5.612700     56.37988             35
    +#> 9104  VR2AR-546131     -5.612700     56.37988             35
    +#> 9105  VR2AR-546131     -5.612700     56.37988             35
    +#> 9106  VR2AR-546131     -5.612700     56.37988             35
    +#> 9107  VR2AR-546131     -5.612700     56.37988             35
    +#> 9108  VR2AR-546131     -5.612700     56.37988             35
    +#> 9109  VR2AR-546131     -5.612700     56.37988             35
    +#> 9110  VR2AR-546131     -5.612700     56.37988             35
    +#> 9111  VR2AR-546131     -5.612700     56.37988             35
    +#> 9112  VR2AR-546131     -5.612700     56.37988             35
    +#> 9113  VR2AR-546131     -5.612700     56.37988             35
    +#> 9114  VR2AR-546131     -5.612700     56.37988             35
    +#> 9115  VR2AR-546131     -5.612700     56.37988             35
    +#> 9116  VR2AR-546131     -5.612700     56.37988             35
    +#> 9117  VR2AR-546131     -5.612700     56.37988             35
    +#> 9118  VR2AR-546131     -5.612700     56.37988             35
    +#> 9119  VR2AR-546131     -5.612700     56.37988             35
    +#> 9120  VR2AR-546131     -5.612700     56.37988             35
    +#> 9121  VR2AR-546131     -5.612700     56.37988             35
    +#> 9122  VR2AR-546131     -5.612700     56.37988             35
    +#> 9123  VR2AR-546131     -5.612700     56.37988             35
    +#> 9124  VR2AR-546131     -5.612700     56.37988             35
    +#> 9125  VR2AR-546131     -5.612700     56.37988             35
    +#> 9126  VR2AR-546131     -5.612700     56.37988             35
    +#> 9127  VR2AR-546131     -5.612700     56.37988             35
    +#> 9128  VR2AR-546131     -5.612700     56.37988             35
    +#> 9129  VR2AR-546131     -5.612700     56.37988             35
    +#> 9130  VR2AR-546131     -5.612700     56.37988             35
    +#> 9131  VR2AR-546131     -5.612700     56.37988             35
    +#> 9132  VR2AR-546131     -5.612700     56.37988             35
    +#> 9133  VR2AR-546131     -5.612700     56.37988             35
    +#> 9134  VR2AR-546131     -5.612700     56.37988             35
    +#> 9135  VR2AR-546131     -5.612700     56.37988             35
    +#> 9136  VR2AR-546131     -5.612700     56.37988             35
    +#> 9137  VR2AR-546131     -5.612700     56.37988             35
    +#> 9138  VR2AR-546131     -5.612700     56.37988             35
    +#> 9139  VR2AR-546131     -5.612700     56.37988             35
    +#> 9140  VR2AR-546131     -5.612700     56.37988             35
    +#> 9141  VR2AR-546131     -5.612700     56.37988             35
    +#> 9142  VR2AR-546131     -5.612700     56.37988             35
    +#> 9143  VR2AR-546131     -5.612700     56.37988             35
    +#> 9144  VR2AR-546131     -5.612700     56.37988             35
    +#> 9145  VR2AR-546131     -5.612700     56.37988             35
    +#> 9146  VR2AR-546131     -5.612700     56.37988             35
    +#> 9147  VR2AR-546131     -5.612700     56.37988             35
    +#> 9148  VR2AR-546131     -5.612700     56.37988             35
    +#> 9149  VR2AR-546131     -5.612700     56.37988             35
    +#> 9150  VR2AR-546131     -5.612700     56.37988             35
    +#> 9151  VR2AR-546131     -5.612700     56.37988             35
    +#> 9152  VR2AR-546131     -5.612700     56.37988             35
    +#> 9153  VR2AR-546131     -5.612700     56.37988             35
    +#> 9154  VR2AR-546131     -5.612700     56.37988             35
    +#> 9155  VR2AR-546131     -5.612700     56.37988             35
    +#> 9156  VR2AR-546131     -5.612700     56.37988             35
    +#> 9157  VR2AR-546131     -5.612700     56.37988             35
    +#> 9158  VR2AR-546131     -5.612700     56.37988             35
    +#> 9159  VR2AR-546131     -5.612700     56.37988             35
    +#> 9160  VR2AR-546131     -5.612700     56.37988             35
    +#> 9161  VR2AR-546131     -5.612700     56.37988             35
    +#> 9162  VR2AR-546131     -5.612700     56.37988             35
    +#> 9163  VR2AR-546131     -5.612700     56.37988             35
    +#> 9164  VR2AR-546131     -5.612700     56.37988             35
    +#> 9165  VR2AR-546131     -5.612700     56.37988             35
    +#> 9166  VR2AR-546131     -5.612700     56.37988             35
    +#> 9167  VR2AR-546131     -5.612700     56.37988             35
    +#> 9168  VR2AR-546131     -5.612700     56.37988             35
    +#> 9169  VR2AR-546131     -5.612700     56.37988             35
    +#> 9170  VR2AR-546131     -5.612700     56.37988             35
    +#> 9171  VR2AR-546131     -5.612700     56.37988             35
    +#> 9172  VR2AR-546131     -5.612700     56.37988             35
    +#> 9173  VR2AR-546131     -5.612700     56.37988             35
    +#> 9174  VR2AR-546131     -5.612700     56.37988             35
    +#> 9175  VR2AR-546131     -5.612700     56.37988             35
    +#> 9176  VR2AR-546131     -5.612700     56.37988             35
    +#> 9177  VR2AR-546131     -5.612700     56.37988             35
    +#> 9178  VR2AR-546131     -5.612700     56.37988             35
    +#> 9179  VR2AR-546131     -5.612700     56.37988             35
    +#> 9180  VR2AR-546131     -5.612700     56.37988             35
    +#> 9181  VR2AR-546131     -5.612700     56.37988             35
    +#> 9182  VR2AR-546131     -5.612700     56.37988             35
    +#> 9183  VR2AR-546131     -5.612700     56.37988             35
    +#> 9184  VR2AR-546131     -5.612700     56.37988             35
    +#> 9185  VR2AR-546131     -5.612700     56.37988             35
    +#> 9186  VR2AR-546131     -5.612700     56.37988             35
    +#> 9187  VR2AR-546131     -5.612700     56.37988             35
    +#> 9188  VR2AR-546131     -5.612700     56.37988             35
    +#> 9189  VR2AR-546131     -5.612700     56.37988             35
    +#> 9190  VR2AR-546131     -5.612700     56.37988             35
    +#> 9191  VR2AR-546131     -5.612700     56.37988             35
    +#> 9192  VR2AR-546131     -5.612700     56.37988             35
    +#> 9193  VR2AR-546131     -5.612700     56.37988             35
    +#> 9194  VR2AR-546131     -5.612700     56.37988             35
    +#> 9195  VR2AR-546131     -5.612700     56.37988             35
    +#> 9196  VR2AR-546131     -5.612700     56.37988             35
    +#> 9197  VR2AR-546131     -5.612700     56.37988             35
    +#> 9198  VR2AR-546131     -5.612700     56.37988             35
    +#> 9199  VR2AR-546131     -5.612700     56.37988             35
    +#> 9200  VR2AR-546131     -5.612700     56.37988             35
    +#> 9201  VR2AR-546133     -5.701717     56.49747             90
    +#> 9202  VR2AR-546133     -5.701717     56.49747             90
    +#> 9203  VR2AR-546133     -5.701717     56.49747             90
    +#> 9204  VR2AR-546133     -5.701717     56.49747             90
    +#> 9205  VR2AR-546133     -5.701717     56.49747             90
    +#> 9206  VR2AR-546133     -5.701717     56.49747             90
    +#> 9207  VR2AR-546133     -5.701717     56.49747             90
    +#> 9208  VR2AR-546133     -5.701717     56.49747             90
    +#> 9209  VR2AR-546133     -5.701717     56.49747             90
    +#> 9210  VR2AR-546133     -5.701717     56.49747             90
    +#> 9211  VR2AR-546133     -5.701717     56.49747             90
    +#> 9212  VR2AR-546133     -5.701717     56.49747             90
    +#> 9213  VR2AR-546133     -5.701717     56.49747             90
    +#> 9214  VR2AR-546133     -5.701717     56.49747             90
    +#> 9215  VR2AR-546133     -5.701717     56.49747             90
    +#> 9216  VR2AR-546133     -5.701717     56.49747             90
    +#> 9217  VR2AR-546133     -5.701717     56.49747             90
    +#> 9218  VR2AR-546133     -5.701717     56.49747             90
    +#> 9219  VR2AR-546133     -5.701717     56.49747             90
    +#> 9220  VR2AR-546133     -5.701717     56.49747             90
    +#> 9221  VR2AR-546133     -5.701717     56.49747             90
    +#> 9222  VR2AR-546133     -5.701717     56.49747             90
    +#> 9223  VR2AR-546133     -5.701717     56.49747             90
    +#> 9224  VR2AR-546133     -5.701717     56.49747             90
    +#> 9225  VR2AR-546133     -5.701717     56.49747             90
    +#> 9226  VR2AR-546133     -5.701717     56.49747             90
    +#> 9227  VR2AR-546133     -5.701717     56.49747             90
    +#> 9228  VR2AR-546133     -5.701717     56.49747             90
    +#> 9229  VR2AR-546133     -5.701717     56.49747             90
    +#> 9230  VR2AR-546133     -5.701717     56.49747             90
    +#> 9231  VR2AR-546133     -5.701717     56.49747             90
    +#> 9232  VR2AR-546133     -5.701717     56.49747             90
    +#> 9233  VR2AR-546133     -5.701717     56.49747             90
    +#> 9234  VR2AR-546133     -5.701717     56.49747             90
    +#> 9235  VR2AR-546133     -5.701717     56.49747             90
    +#> 9236  VR2AR-546133     -5.701717     56.49747             90
    +#> 9237  VR2AR-546133     -5.701717     56.49747             90
    +#> 9238  VR2AR-546133     -5.701717     56.49747             90
    +#> 9239  VR2AR-546133     -5.701717     56.49747             90
    +#> 9240  VR2AR-546133     -5.701717     56.49747             90
    +#> 9241  VR2AR-546133     -5.701717     56.49747             90
    +#> 9242  VR2AR-546133     -5.701717     56.49747             90
    +#> 9243  VR2AR-546133     -5.701717     56.49747             90
    +#> 9244  VR2AR-546133     -5.701717     56.49747             90
    +#> 9245  VR2AR-546133     -5.701717     56.49747             90
    +#> 9246  VR2AR-546133     -5.701717     56.49747             90
    +#> 9247  VR2AR-546133     -5.701717     56.49747             90
    +#> 9248  VR2AR-546133     -5.701717     56.49747             90
    +#> 9249  VR2AR-546133     -5.701717     56.49747             90
    +#> 9250  VR2AR-546133     -5.701717     56.49747             90
    +#> 9251  VR2AR-546133     -5.701717     56.49747             90
    +#> 9252  VR2AR-546133     -5.701717     56.49747             90
    +#> 9253  VR2AR-546133     -5.701717     56.49747             90
    +#> 9254      VR2-5637     -5.692417     56.49913             25
    +#> 9255      VR2-5637     -5.692417     56.49913             25
    +#> 9256      VR2-5637     -5.692417     56.49913             25
    +#> 9257      VR2-5637     -5.692417     56.49913             25
    +#> 9258      VR2-5637     -5.692417     56.49913             25
    +#> 9259      VR2-5637     -5.692417     56.49913             25
    +#> 9260      VR2-5637     -5.692417     56.49913             25
    +#> 9261      VR2-5637     -5.692417     56.49913             25
    +#> 9262      VR2-5637     -5.692417     56.49913             25
    +#> 9263      VR2-5637     -5.692417     56.49913             25
    +#> 9264      VR2-5637     -5.692417     56.49913             25
    +#> 9265      VR2-5637     -5.692417     56.49913             25
    +#> 9266      VR2-5637     -5.692417     56.49913             25
    +#> 9267      VR2-5637     -5.692417     56.49913             25
    +#> 9268      VR2-5637     -5.692417     56.49913             25
    +#> 9269      VR2-5637     -5.692417     56.49913             25
    +#> 9270      VR2-5637     -5.692417     56.49913             25
    +#> 9271      VR2-5637     -5.692417     56.49913             25
    +#> 9272      VR2-5637     -5.692417     56.49913             25
    +#> 9273      VR2-5637     -5.692417     56.49913             25
    +#> 9274      VR2-5637     -5.692417     56.49913             25
    +#> 9275      VR2-5637     -5.692417     56.49913             25
    +#> 9276      VR2-5637     -5.692417     56.49913             25
    +#> 9277      VR2-5637     -5.692417     56.49913             25
    +#> 9278      VR2-5637     -5.692417     56.49913             25
    +#> 9279      VR2-5637     -5.692417     56.49913             25
    +#> 9280      VR2-5637     -5.692417     56.49913             25
    +#> 9281      VR2-5637     -5.692417     56.49913             25
    +#> 9282      VR2-5637     -5.692417     56.49913             25
    +#> 9283      VR2-5637     -5.692417     56.49913             25
    +#> 9284      VR2-5637     -5.692417     56.49913             25
    +#> 9285      VR2-5637     -5.692417     56.49913             25
    +#> 9286      VR2-5637     -5.692417     56.49913             25
    +#> 9287      VR2-5637     -5.692417     56.49913             25
    +#> 9288      VR2-5637     -5.692417     56.49913             25
    +#> 9289      VR2-5637     -5.692417     56.49913             25
    +#> 9290      VR2-5637     -5.692417     56.49913             25
    +#> 9291      VR2-5637     -5.692417     56.49913             25
    +#> 9292      VR2-5637     -5.692417     56.49913             25
    +#> 9293      VR2-5637     -5.692417     56.49913             25
    +#> 9294      VR2-5637     -5.692417     56.49913             25
    +#> 9295      VR2-5637     -5.692417     56.49913             25
    +#> 9296      VR2-5637     -5.692417     56.49913             25
    +#> 9297      VR2-5637     -5.692417     56.49913             25
    +#> 9298      VR2-5637     -5.692417     56.49913             25
    +#> 9299      VR2-5637     -5.692417     56.49913             25
    +#> 9300      VR2-5637     -5.692417     56.49913             25
    +#> 9301      VR2-5637     -5.692417     56.49913             25
    +#> 9302      VR2-5637     -5.692417     56.49913             25
    +#> 9303      VR2-5637     -5.692417     56.49913             25
    +#> 9304      VR2-5637     -5.692417     56.49913             25
    +#> 9305      VR2-5637     -5.692417     56.49913             25
    +#> 9306      VR2-5637     -5.692417     56.49913             25
    +#> 9307      VR2-5637     -5.692417     56.49913             25
    +#> 9308      VR2-5637     -5.692417     56.49913             25
    +#> 9309      VR2-5637     -5.692417     56.49913             25
    +#> 9310      VR2-5637     -5.692417     56.49913             25
    +#> 9311      VR2-5637     -5.692417     56.49913             25
    +#> 9312      VR2-5637     -5.692417     56.49913             25
    +#> 9313      VR2-5637     -5.692417     56.49913             25
    +#> 9314      VR2-5637     -5.692417     56.49913             25
    +#> 9315      VR2-5637     -5.692417     56.49913             25
    +#> 9316      VR2-5637     -5.692417     56.49913             25
    +#> 9317      VR2-5637     -5.692417     56.49913             25
    +#> 9318      VR2-5637     -5.692417     56.49913             25
    +#> 9319      VR2-5637     -5.692417     56.49913             25
    +#> 9320      VR2-5637     -5.692417     56.49913             25
    +#> 9321      VR2-5637     -5.692417     56.49913             25
    +#> 9322      VR2-5637     -5.692417     56.49913             25
    +#> 9323      VR2-5637     -5.692417     56.49913             25
    +#> 9324      VR2-5637     -5.692417     56.49913             25
    +#> 9325      VR2-5637     -5.692417     56.49913             25
    +#> 9326      VR2-5637     -5.692417     56.49913             25
    +#> 9327      VR2-5637     -5.692417     56.49913             25
    +#> 9328      VR2-5637     -5.692417     56.49913             25
    +#> 9329      VR2-5637     -5.692417     56.49913             25
    +#> 9330      VR2-5637     -5.692417     56.49913             25
    +#> 9331      VR2-5637     -5.692417     56.49913             25
    +#> 9332      VR2-5637     -5.692417     56.49913             25
    +#> 9333      VR2-5637     -5.692417     56.49913             25
    +#> 9334      VR2-5637     -5.692417     56.49913             25
    +#> 9335      VR2-5637     -5.692417     56.49913             25
    +#> 9336      VR2-5637     -5.692417     56.49913             25
    +#> 9337  VR2AR-546133     -5.701717     56.49747             90
    +#> 9338      VR2-5637     -5.692417     56.49913             25
    +#> 9339  VR2AR-546133     -5.701717     56.49747             90
    +#> 9340  VR2AR-546133     -5.701717     56.49747             90
    +#> 9341      VR2-5637     -5.692417     56.49913             25
    +#> 9342      VR2-5637     -5.692417     56.49913             25
    +#> 9343      VR2-5637     -5.692417     56.49913             25
    +#> 9344  VR2AR-546133     -5.701717     56.49747             90
    +#> 9345  VR2AR-546133     -5.701717     56.49747             90
    +#> 9346      VR2-5637     -5.692417     56.49913             25
    +#> 9347  VR2AR-546133     -5.701717     56.49747             90
    +#> 9348      VR2-5637     -5.692417     56.49913             25
    +#> 9349  VR2AR-546133     -5.701717     56.49747             90
    +#> 9350  VR2AR-546133     -5.701717     56.49747             90
    +#> 9351      VR2-5637     -5.692417     56.49913             25
    +#> 9352  VR2AR-546133     -5.701717     56.49747             90
    +#> 9353  VR2AR-546133     -5.701717     56.49747             90
    +#> 9354  VR2AR-546133     -5.701717     56.49747             90
    +#> 9355      VR2-5637     -5.692417     56.49913             25
    +#> 9356  VR2AR-546133     -5.701717     56.49747             90
    +#> 9357  VR2AR-546133     -5.701717     56.49747             90
    +#> 9358  VR2AR-546133     -5.701717     56.49747             90
    +#> 9359  VR2AR-546133     -5.701717     56.49747             90
    +#> 9360  VR2AR-546133     -5.701717     56.49747             90
    +#> 9361  VR2AR-546133     -5.701717     56.49747             90
    +#> 9362  VR2AR-546133     -5.701717     56.49747             90
    +#> 9363  VR2AR-546133     -5.701717     56.49747             90
    +#> 9364  VR2AR-546133     -5.701717     56.49747             90
    +#> 9365  VR2AR-546133     -5.701717     56.49747             90
    +#> 9366  VR2AR-546133     -5.701717     56.49747             90
    +#> 9367  VR2AR-546133     -5.701717     56.49747             90
    +#> 9368  VR2AR-546133     -5.701717     56.49747             90
    +#> 9369  VR2AR-546380     -5.637917     56.44800             25
    +#> 9370  VR2AR-546380     -5.637917     56.44800             25
    +#> 9371  VR2AR-546380     -5.637917     56.44800             25
    +#> 9372  VR2AR-546380     -5.637917     56.44800             25
    +#> 9373  VR2AR-546380     -5.637917     56.44800             25
    +#> 9374  VR2AR-546380     -5.637917     56.44800             25
    +#> 9375  VR2AR-546380     -5.637917     56.44800             25
    +#> 9376  VR2AR-546380     -5.637917     56.44800             25
    +#> 9377  VR2AR-546136     -5.626250     56.44810             75
    +#> 9378  VR2AR-546136     -5.626250     56.44810             75
    +#> 9379  VR2AR-546131     -5.612700     56.37988             35
    +#> 9380  VR2AR-546131     -5.612700     56.37988             35
    +#> 9381  VR2AR-546131     -5.612700     56.37988             35
    +#> 9382  VR2AR-546131     -5.612700     56.37988             35
    +#> 9383  VR2AR-546131     -5.612700     56.37988             35
    +#> 9384  VR2AR-546131     -5.612700     56.37988             35
    +#> 9385  VR2AR-546131     -5.612700     56.37988             35
    +#> 9386  VR2AR-546131     -5.612700     56.37988             35
    +#> 9387  VR2AR-546131     -5.612700     56.37988             35
    +#> 9388  VR2AR-546131     -5.612700     56.37988             35
    +#> 9389  VR2AR-546131     -5.612700     56.37988             35
    +#> 9390  VR2AR-546584     -5.604973     56.37774             30
    +#> 9391  VR2AR-546131     -5.612700     56.37988             35
    +#> 9392  VR2AR-546131     -5.612700     56.37988             35
    +#> 9393  VR2AR-546131     -5.612700     56.37988             35
    +#> 9394  VR2AR-546131     -5.612700     56.37988             35
    +#> 9395  VR2AR-546584     -5.604973     56.37774             30
    +#> 9396  VR2AR-546131     -5.612700     56.37988             35
    +#> 9397  VR2AR-546584     -5.604973     56.37774             30
    +#> 9398  VR2AR-546584     -5.604973     56.37774             30
    +#> 9399  VR2AR-546131     -5.612700     56.37988             35
    +#> 9400  VR2AR-546584     -5.604973     56.37774             30
    +#> 9401  VR2AR-546131     -5.612700     56.37988             35
    +#> 9402  VR2AR-546584     -5.604973     56.37774             30
    +#> 9403  VR2AR-546584     -5.604973     56.37774             30
    +#> 9404  VR2AR-546131     -5.612700     56.37988             35
    +#> 9405  VR2AR-546131     -5.612700     56.37988             35
    +#> 9406  VR2AR-546131     -5.612700     56.37988             35
    +#> 9407  VR2AR-546131     -5.612700     56.37988             35
    +#> 9408  VR2AR-546584     -5.604973     56.37774             30
    +#> 9409  VR2AR-546131     -5.612700     56.37988             35
    +#> 9410  VR2AR-546584     -5.604973     56.37774             30
    +#> 9411  VR2AR-546131     -5.612700     56.37988             35
    +#> 9412  VR2AR-546131     -5.612700     56.37988             35
    +#> 9413  VR2AR-546584     -5.604973     56.37774             30
    +#> 9414  VR2AR-546131     -5.612700     56.37988             35
    +#> 9415  VR2AR-546131     -5.612700     56.37988             35
    +#> 9416  VR2AR-546131     -5.612700     56.37988             35
    +#> 9417  VR2AR-546131     -5.612700     56.37988             35
    +#> 9418  VR2AR-546131     -5.612700     56.37988             35
    +#> 9419  VR2AR-546131     -5.612700     56.37988             35
    +#> 9420  VR2AR-546131     -5.612700     56.37988             35
    +#> 9421  VR2AR-546131     -5.612700     56.37988             35
    +#> 9422  VR2AR-546131     -5.612700     56.37988             35
    +#> 9423  VR2AR-546131     -5.612700     56.37988             35
    +#> 9424  VR2AR-546131     -5.612700     56.37988             35
    +#> 9425  VR2AR-546131     -5.612700     56.37988             35
    +#> 9426  VR2AR-546131     -5.612700     56.37988             35
    +#> 9427  VR2AR-546131     -5.612700     56.37988             35
    +#> 9428  VR2AR-546131     -5.612700     56.37988             35
    +#> 9429  VR2AR-546131     -5.612700     56.37988             35
    +#> 9430  VR2AR-546131     -5.612700     56.37988             35
    +#> 9431  VR2AR-546131     -5.612700     56.37988             35
    +#> 9432  VR2AR-546131     -5.612700     56.37988             35
    +#> 9433  VR2AR-546131     -5.612700     56.37988             35
    +#> 9434  VR2AR-546131     -5.612700     56.37988             35
    +#> 9435  VR2AR-546131     -5.612700     56.37988             35
    +#> 9436  VR2AR-546131     -5.612700     56.37988             35
    +#> 9437  VR2AR-546131     -5.612700     56.37988             35
    +#> 9438  VR2AR-546131     -5.612700     56.37988             35
    +#> 9439  VR2AR-546131     -5.612700     56.37988             35
    +#> 9440  VR2AR-546131     -5.612700     56.37988             35
    +#> 9441  VR2AR-546131     -5.612700     56.37988             35
    +#> 9442  VR2AR-546131     -5.612700     56.37988             35
    +#> 9443  VR2AR-546131     -5.612700     56.37988             35
    +#> 9444  VR2AR-546131     -5.612700     56.37988             35
    +#> 9445  VR2AR-546131     -5.612700     56.37988             35
    +#> 9446  VR2AR-546131     -5.612700     56.37988             35
    +#> 9447  VR2AR-546131     -5.612700     56.37988             35
    +#> 9448  VR2AR-546131     -5.612700     56.37988             35
    +#> 9449  VR2AR-546131     -5.612700     56.37988             35
    +#> 9450  VR2AR-546131     -5.612700     56.37988             35
    +#> 9451  VR2AR-546131     -5.612700     56.37988             35
    +#> 9452  VR2AR-546131     -5.612700     56.37988             35
    +#> 9453  VR2AR-546131     -5.612700     56.37988             35
    +#> 9454  VR2AR-546131     -5.612700     56.37988             35
    +#> 9455  VR2AR-546131     -5.612700     56.37988             35
    +#> 9456  VR2AR-546131     -5.612700     56.37988             35
    +#> 9457  VR2AR-546131     -5.612700     56.37988             35
    +#> 9458  VR2AR-546131     -5.612700     56.37988             35
    +#> 9459  VR2AR-546131     -5.612700     56.37988             35
    +#> 9460  VR2AR-546131     -5.612700     56.37988             35
    +#> 9461  VR2AR-546131     -5.612700     56.37988             35
    +#> 9462  VR2AR-546131     -5.612700     56.37988             35
    +#> 9463  VR2AR-546131     -5.612700     56.37988             35
    +#> 9464  VR2AR-546131     -5.612700     56.37988             35
    +#> 9465  VR2AR-546131     -5.612700     56.37988             35
    +#> 9466  VR2AR-546131     -5.612700     56.37988             35
    +#> 9467  VR2AR-546131     -5.612700     56.37988             35
    +#> 9468  VR2AR-546131     -5.612700     56.37988             35
    +#> 9469  VR2AR-546131     -5.612700     56.37988             35
    +#> 9470  VR2AR-546131     -5.612700     56.37988             35
    +#> 9471  VR2AR-546131     -5.612700     56.37988             35
    +#> 9472  VR2AR-546131     -5.612700     56.37988             35
    +#> 9473  VR2AR-546131     -5.612700     56.37988             35
    +#> 9474  VR2AR-546131     -5.612700     56.37988             35
    +#> 9475  VR2AR-546131     -5.612700     56.37988             35
    +#> 9476  VR2AR-546131     -5.612700     56.37988             35
    +#> 9477  VR2AR-546131     -5.612700     56.37988             35
    +#> 9478  VR2AR-546131     -5.612700     56.37988             35
    +#> 9479  VR2AR-546131     -5.612700     56.37988             35
    +#> 9480  VR2AR-546131     -5.612700     56.37988             35
    +#> 9481  VR2AR-546131     -5.612700     56.37988             35
    +#> 9482  VR2AR-546131     -5.612700     56.37988             35
    +#> 9483  VR2AR-546131     -5.612700     56.37988             35
    +#> 9484  VR2AR-546131     -5.612700     56.37988             35
    +#> 9485  VR2AR-546131     -5.612700     56.37988             35
    +#> 9486  VR2AR-546131     -5.612700     56.37988             35
    +#> 9487  VR2AR-546131     -5.612700     56.37988             35
    +#> 9488  VR2AR-546131     -5.612700     56.37988             35
    +#> 9489  VR2AR-546131     -5.612700     56.37988             35
    +#> 9490  VR2AR-546131     -5.612700     56.37988             35
    +#> 9491  VR2AR-546131     -5.612700     56.37988             35
    +#> 9492  VR2AR-546131     -5.612700     56.37988             35
    +#> 9493  VR2AR-546131     -5.612700     56.37988             35
    +#> 9494  VR2AR-546131     -5.612700     56.37988             35
    +#> 9495  VR2AR-546131     -5.612700     56.37988             35
    +#> 9496  VR2AR-546131     -5.612700     56.37988             35
    +#> 9497  VR2AR-546131     -5.612700     56.37988             35
    +#> 9498  VR2AR-546131     -5.612700     56.37988             35
    +#> 9499  VR2AR-546131     -5.612700     56.37988             35
    +#> 9500  VR2AR-546131     -5.612700     56.37988             35
    +#> 9501  VR2AR-546131     -5.612700     56.37988             35
    +#> 9502  VR2AR-546131     -5.612700     56.37988             35
    +#> 9503  VR2AR-546131     -5.612700     56.37988             35
    +#> 9504  VR2AR-546131     -5.612700     56.37988             35
    +#> 9505  VR2AR-546131     -5.612700     56.37988             35
    +#> 9506  VR2AR-546131     -5.612700     56.37988             35
    +#> 9507  VR2AR-546131     -5.612700     56.37988             35
    +#> 9508  VR2AR-546131     -5.612700     56.37988             35
    +#> 9509  VR2AR-546131     -5.612700     56.37988             35
    +#> 9510  VR2AR-546131     -5.612700     56.37988             35
    +#> 9511  VR2AR-546131     -5.612700     56.37988             35
    +#> 9512  VR2AR-546131     -5.612700     56.37988             35
    +#> 9513  VR2AR-546131     -5.612700     56.37988             35
    +#> 9514  VR2AR-546131     -5.612700     56.37988             35
    +#> 9515  VR2AR-546131     -5.612700     56.37988             35
    +#> 9516  VR2AR-546131     -5.612700     56.37988             35
    +#> 9517  VR2AR-546131     -5.612700     56.37988             35
    +#> 9518  VR2AR-546131     -5.612700     56.37988             35
    +#> 9519  VR2AR-546131     -5.612700     56.37988             35
    +#> 9520  VR2AR-546131     -5.612700     56.37988             35
    +#> 9521  VR2AR-546131     -5.612700     56.37988             35
    +#> 9522  VR2AR-546131     -5.612700     56.37988             35
    +#> 9523  VR2AR-546131     -5.612700     56.37988             35
    +#> 9524  VR2AR-546131     -5.612700     56.37988             35
    +#> 9525  VR2AR-546131     -5.612700     56.37988             35
    +#> 9526  VR2AR-546131     -5.612700     56.37988             35
    +#> 9527  VR2AR-546131     -5.612700     56.37988             35
    +#> 9528  VR2AR-546131     -5.612700     56.37988             35
    +#> 9529  VR2AR-546131     -5.612700     56.37988             35
    +#> 9530  VR2AR-546131     -5.612700     56.37988             35
    +#> 9531  VR2AR-546131     -5.612700     56.37988             35
    +#> 9532  VR2AR-546131     -5.612700     56.37988             35
    +#> 9533  VR2AR-546131     -5.612700     56.37988             35
    +#> 9534  VR2AR-546131     -5.612700     56.37988             35
    +#> 9535  VR2AR-546131     -5.612700     56.37988             35
    +#> 9536  VR2AR-546131     -5.612700     56.37988             35
    +#> 9537  VR2AR-546131     -5.612700     56.37988             35
    +#> 9538  VR2AR-546131     -5.612700     56.37988             35
    +#> 9539  VR2AR-546131     -5.612700     56.37988             35
    +#> 9540  VR2AR-546131     -5.612700     56.37988             35
    +#> 9541  VR2AR-546131     -5.612700     56.37988             35
    +#> 9542  VR2AR-546131     -5.612700     56.37988             35
    +#> 9543  VR2AR-546131     -5.612700     56.37988             35
    +#> 9544  VR2AR-546131     -5.612700     56.37988             35
    +#> 9545  VR2AR-546131     -5.612700     56.37988             35
    +#> 9546  VR2AR-546131     -5.612700     56.37988             35
    +#> 9547  VR2AR-546131     -5.612700     56.37988             35
    +#> 9548  VR2AR-546131     -5.612700     56.37988             35
    +#> 9549  VR2AR-546131     -5.612700     56.37988             35
    +#> 9550  VR2AR-546131     -5.612700     56.37988             35
    +#> 9551  VR2AR-546131     -5.612700     56.37988             35
    +#> 9552  VR2AR-546131     -5.612700     56.37988             35
    +#> 9553  VR2AR-546131     -5.612700     56.37988             35
    +#> 9554  VR2AR-546131     -5.612700     56.37988             35
    +#> 9555  VR2AR-546131     -5.612700     56.37988             35
    +#> 9556  VR2AR-546131     -5.612700     56.37988             35
    +#> 9557  VR2AR-546131     -5.612700     56.37988             35
    +#> 9558  VR2AR-546131     -5.612700     56.37988             35
    +#> 9559  VR2AR-546131     -5.612700     56.37988             35
    +#> 9560  VR2AR-546131     -5.612700     56.37988             35
    +#> 9561  VR2AR-546131     -5.612700     56.37988             35
    +#> 9562  VR2AR-546131     -5.612700     56.37988             35
    +#> 9563  VR2AR-546131     -5.612700     56.37988             35
    +#> 9564  VR2AR-546131     -5.612700     56.37988             35
    +#> 9565  VR2AR-546131     -5.612700     56.37988             35
    +#> 9566  VR2AR-546131     -5.612700     56.37988             35
    +#> 9567  VR2AR-546131     -5.612700     56.37988             35
    +#> 9568  VR2AR-546131     -5.612700     56.37988             35
    +#> 9569  VR2AR-546131     -5.612700     56.37988             35
    +#> 9570  VR2AR-546131     -5.612700     56.37988             35
    +#> 9571  VR2AR-546131     -5.612700     56.37988             35
    +#> 9572  VR2AR-546131     -5.612700     56.37988             35
    +#> 9573  VR2AR-546131     -5.612700     56.37988             35
    +#> 9574  VR2AR-546131     -5.612700     56.37988             35
    +#> 9575  VR2AR-546131     -5.612700     56.37988             35
    +#> 9576  VR2AR-546131     -5.612700     56.37988             35
    +#> 9577  VR2AR-546131     -5.612700     56.37988             35
    +#> 9578  VR2AR-546131     -5.612700     56.37988             35
    +#> 9579  VR2AR-546131     -5.612700     56.37988             35
    +#> 9580  VR2AR-546131     -5.612700     56.37988             35
    +#> 9581  VR2AR-546131     -5.612700     56.37988             35
    +#> 9582  VR2AR-546131     -5.612700     56.37988             35
    +#> 9583  VR2AR-546131     -5.612700     56.37988             35
    +#> 9584  VR2AR-546131     -5.612700     56.37988             35
    +#> 9585  VR2AR-546131     -5.612700     56.37988             35
    +#> 9586  VR2AR-546131     -5.612700     56.37988             35
    +#> 9587  VR2AR-546131     -5.612700     56.37988             35
    +#> 9588  VR2AR-546131     -5.612700     56.37988             35
    +#> 9589  VR2AR-546131     -5.612700     56.37988             35
    +#> 9590  VR2AR-546131     -5.612700     56.37988             35
    +#> 9591  VR2AR-546131     -5.612700     56.37988             35
    +#> 9592  VR2AR-546131     -5.612700     56.37988             35
    +#> 9593  VR2AR-546131     -5.612700     56.37988             35
    +#> 9594  VR2AR-546131     -5.612700     56.37988             35
    +#> 9595  VR2AR-546131     -5.612700     56.37988             35
    +#> 9596  VR2AR-546131     -5.612700     56.37988             35
    +#> 9597  VR2AR-546131     -5.612700     56.37988             35
    +#> 9598  VR2AR-546131     -5.612700     56.37988             35
    +#> 9599  VR2AR-546131     -5.612700     56.37988             35
    +#> 9600  VR2AR-546131     -5.612700     56.37988             35
    +#> 9601  VR2AR-546131     -5.612700     56.37988             35
    +#> 9602  VR2AR-546131     -5.612700     56.37988             35
    +#> 9603  VR2AR-546131     -5.612700     56.37988             35
    +#> 9604  VR2AR-546131     -5.612700     56.37988             35
    +#> 9605  VR2AR-546131     -5.612700     56.37988             35
    +#> 9606  VR2AR-546131     -5.612700     56.37988             35
    +#> 9607  VR2AR-546131     -5.612700     56.37988             35
    +#> 9608  VR2AR-546131     -5.612700     56.37988             35
    +#> 9609  VR2AR-546131     -5.612700     56.37988             35
    +#> 9610  VR2AR-546131     -5.612700     56.37988             35
    +#> 9611  VR2AR-546131     -5.612700     56.37988             35
    +#> 9612  VR2AR-546131     -5.612700     56.37988             35
    +#> 9613  VR2AR-546131     -5.612700     56.37988             35
    +#> 9614  VR2AR-546131     -5.612700     56.37988             35
    +#> 9615  VR2AR-546131     -5.612700     56.37988             35
    +#> 9616  VR2AR-546131     -5.612700     56.37988             35
    +#> 9617  VR2AR-546131     -5.612700     56.37988             35
    +#> 9618  VR2AR-546131     -5.612700     56.37988             35
    +#> 9619  VR2AR-546131     -5.612700     56.37988             35
    +#> 9620  VR2AR-546131     -5.612700     56.37988             35
    +#> 9621  VR2AR-546131     -5.612700     56.37988             35
    +#> 9622  VR2AR-546131     -5.612700     56.37988             35
    +#> 9623  VR2AR-546131     -5.612700     56.37988             35
    +#> 9624  VR2AR-546131     -5.612700     56.37988             35
    +#> 9625  VR2AR-546131     -5.612700     56.37988             35
    +#> 9626  VR2AR-546131     -5.612700     56.37988             35
    +#> 9627  VR2AR-546131     -5.612700     56.37988             35
    +#> 9628  VR2AR-546131     -5.612700     56.37988             35
    +#> 9629  VR2AR-546131     -5.612700     56.37988             35
    +#> 9630  VR2AR-546131     -5.612700     56.37988             35
    +#> 9631  VR2AR-546131     -5.612700     56.37988             35
    +#> 9632  VR2AR-546131     -5.612700     56.37988             35
    +#> 9633  VR2AR-546131     -5.612700     56.37988             35
    +#> 9634  VR2AR-546131     -5.612700     56.37988             35
    +#> 9635  VR2AR-546131     -5.612700     56.37988             35
    +#> 9636  VR2AR-546131     -5.612700     56.37988             35
    +#> 9637  VR2AR-546131     -5.612700     56.37988             35
    +#> 9638  VR2AR-546131     -5.612700     56.37988             35
    +#> 9639  VR2AR-546131     -5.612700     56.37988             35
    +#> 9640  VR2AR-546131     -5.612700     56.37988             35
    +#> 9641  VR2AR-546131     -5.612700     56.37988             35
    +#> 9642  VR2AR-546131     -5.612700     56.37988             35
    +#> 9643  VR2AR-546131     -5.612700     56.37988             35
    +#> 9644  VR2AR-546131     -5.612700     56.37988             35
    +#> 9645  VR2AR-546131     -5.612700     56.37988             35
    +#> 9646  VR2AR-546131     -5.612700     56.37988             35
    +#> 9647  VR2AR-546131     -5.612700     56.37988             35
    +#> 9648  VR2AR-546131     -5.612700     56.37988             35
    +#> 9649  VR2AR-546131     -5.612700     56.37988             35
    +#> 9650  VR2AR-546131     -5.612700     56.37988             35
    +#> 9651  VR2AR-546131     -5.612700     56.37988             35
    +#> 9652  VR2AR-546131     -5.612700     56.37988             35
    +#> 9653  VR2AR-546131     -5.612700     56.37988             35
    +#> 9654  VR2AR-546131     -5.612700     56.37988             35
    +#> 9655  VR2AR-546131     -5.612700     56.37988             35
    +#> 9656  VR2AR-546131     -5.612700     56.37988             35
    +#> 9657  VR2AR-546131     -5.612700     56.37988             35
    +#> 9658  VR2AR-546131     -5.612700     56.37988             35
    +#> 9659  VR2AR-546131     -5.612700     56.37988             35
    +#> 9660  VR2AR-546131     -5.612700     56.37988             35
    +#> 9661  VR2AR-546131     -5.612700     56.37988             35
    +#> 9662  VR2AR-546131     -5.612700     56.37988             35
    +#> 9663  VR2AR-546131     -5.612700     56.37988             35
    +#> 9664  VR2AR-546131     -5.612700     56.37988             35
    +#> 9665  VR2AR-546131     -5.612700     56.37988             35
    +#> 9666  VR2AR-546131     -5.612700     56.37988             35
    +#> 9667  VR2AR-546131     -5.612700     56.37988             35
    +#> 9668  VR2AR-546131     -5.612700     56.37988             35
    +#> 9669  VR2AR-546131     -5.612700     56.37988             35
    +#> 9670  VR2AR-546131     -5.612700     56.37988             35
    +#> 9671  VR2AR-546131     -5.612700     56.37988             35
    +#> 9672  VR2AR-546131     -5.612700     56.37988             35
    +#> 9673  VR2AR-546131     -5.612700     56.37988             35
    +#> 9674  VR2AR-546131     -5.612700     56.37988             35
    +#> 9675  VR2AR-546131     -5.612700     56.37988             35
    +#> 9676  VR2AR-546131     -5.612700     56.37988             35
    +#> 9677  VR2AR-546131     -5.612700     56.37988             35
    +#> 9678  VR2AR-546131     -5.612700     56.37988             35
    +#> 9679  VR2AR-546131     -5.612700     56.37988             35
    +#> 9680  VR2AR-546131     -5.612700     56.37988             35
    +#> 9681  VR2AR-546131     -5.612700     56.37988             35
    +#> 9682  VR2AR-546131     -5.612700     56.37988             35
    +#> 9683  VR2AR-546131     -5.612700     56.37988             35
    +#> 9684  VR2AR-546131     -5.612700     56.37988             35
    +#> 9685  VR2AR-546131     -5.612700     56.37988             35
    +#> 9686  VR2AR-546131     -5.612700     56.37988             35
    +#> 9687  VR2AR-546131     -5.612700     56.37988             35
    +#> 9688  VR2AR-546131     -5.612700     56.37988             35
    +#> 9689  VR2AR-546584     -5.604973     56.37774             30
    +#> 9690  VR2AR-546131     -5.612700     56.37988             35
    +#> 9691  VR2AR-546584     -5.604973     56.37774             30
    +#> 9692  VR2AR-546131     -5.612700     56.37988             35
    +#> 9693  VR2AR-546131     -5.612700     56.37988             35
    +#> 9694  VR2AR-546584     -5.604973     56.37774             30
    +#> 9695  VR2AR-546131     -5.612700     56.37988             35
    +#> 9696  VR2AR-546584     -5.604973     56.37774             30
    +#> 9697  VR2AR-546131     -5.612700     56.37988             35
    +#> 9698  VR2AR-546131     -5.612700     56.37988             35
    +#> 9699  VR2AR-546584     -5.604973     56.37774             30
    +#> 9700  VR2AR-546131     -5.612700     56.37988             35
    +#> 9701  VR2AR-546584     -5.604973     56.37774             30
    +#> 9702  VR2AR-546584     -5.604973     56.37774             30
    +#> 9703  VR2AR-546131     -5.612700     56.37988             35
    +#> 9704  VR2AR-546584     -5.604973     56.37774             30
    +#> 9705  VR2AR-546584     -5.604973     56.37774             30
    +#> 9706  VR2AR-546584     -5.604973     56.37774             30
    +#> 9707  VR2AR-546131     -5.612700     56.37988             35
    +#> 9708  VR2AR-546131     -5.612700     56.37988             35
    +#> 9709  VR2AR-546584     -5.604973     56.37774             30
    +#> 9710  VR2AR-546584     -5.604973     56.37774             30
    +#> 9711  VR2AR-546131     -5.612700     56.37988             35
    +#> 9712  VR2AR-546584     -5.604973     56.37774             30
    +#> 9713  VR2AR-546584     -5.604973     56.37774             30
    +#> 9714  VR2AR-546584     -5.604973     56.37774             30
    +#> 9715  VR2AR-546584     -5.604973     56.37774             30
    +#> 9716  VR2AR-546584     -5.604973     56.37774             30
    +#> 9717  VR2AR-546584     -5.604973     56.37774             30
    +#> 9718  VR2AR-546131     -5.612700     56.37988             35
    +#> 9719  VR2AR-546584     -5.604973     56.37774             30
    +#> 9720  VR2AR-546584     -5.604973     56.37774             30
    +#> 9721  VR2AR-546131     -5.612700     56.37988             35
    +#> 9722  VR2AR-546584     -5.604973     56.37774             30
    +#> 9723  VR2AR-546131     -5.612700     56.37988             35
    +#> 9724  VR2AR-546131     -5.612700     56.37988             35
    +#> 9725  VR2AR-546131     -5.612700     56.37988             35
    +#> 9726  VR2AR-546131     -5.612700     56.37988             35
    +#> 9727  VR2AR-546131     -5.612700     56.37988             35
    +#> 9728  VR2AR-546131     -5.612700     56.37988             35
    +#> 9729  VR2AR-546131     -5.612700     56.37988             35
    +#> 9730  VR2AR-546584     -5.604973     56.37774             30
    +#> 9731  VR2AR-546131     -5.612700     56.37988             35
    +#> 9732  VR2AR-546584     -5.604973     56.37774             30
    +#> 9733  VR2AR-546131     -5.612700     56.37988             35
    +#> 9734  VR2AR-546131     -5.612700     56.37988             35
    +#> 9735  VR2AR-546131     -5.612700     56.37988             35
    +#> 9736  VR2AR-546131     -5.612700     56.37988             35
    +#> 9737  VR2AR-546131     -5.612700     56.37988             35
    +#> 9738  VR2AR-546131     -5.612700     56.37988             35
    +#> 9739  VR2AR-546131     -5.612700     56.37988             35
    +#> 9740  VR2AR-546131     -5.612700     56.37988             35
    +#> 9741  VR2AR-546131     -5.612700     56.37988             35
    +#> 9742  VR2AR-546131     -5.612700     56.37988             35
    +#> 9743  VR2AR-546131     -5.612700     56.37988             35
    +#> 9744  VR2AR-546131     -5.612700     56.37988             35
    +#> 9745  VR2AR-546131     -5.612700     56.37988             35
    +#> 9746  VR2AR-546131     -5.612700     56.37988             35
    +#> 9747  VR2AR-546131     -5.612700     56.37988             35
    +#> 9748  VR2AR-546131     -5.612700     56.37988             35
    +#> 9749  VR2AR-546131     -5.612700     56.37988             35
    +#> 9750  VR2AR-546380     -5.637917     56.44800             25
    +#> 9751  VR2AR-546380     -5.637917     56.44800             25
    +#> 9752  VR2AR-546380     -5.637917     56.44800             25
    +#> 9753  VR2AR-546136     -5.626250     56.44810             75
    +#> 9754  VR2AR-546136     -5.626250     56.44810             75
    +#> 9755  VR2AR-546380     -5.637917     56.44800             25
    +#> 9756  VR2AR-546380     -5.637917     56.44800             25
    +#> 9757  VR2AR-546380     -5.637917     56.44800             25
    +#> 9758  VR2AR-546380     -5.637917     56.44800             25
    +#> 9759  VR2AR-546380     -5.637917     56.44800             25
    +#> 9760  VR2AR-546380     -5.637917     56.44800             25
    +#> 9761  VR2AR-546380     -5.637917     56.44800             25
    +#> 9762  VR2AR-546380     -5.637917     56.44800             25
    +#> 9763  VR2AR-546380     -5.637917     56.44800             25
    +#> 9764  VR2AR-546380     -5.637917     56.44800             25
    +#> 9765  VR2AR-546380     -5.637917     56.44800             25
    +#> 9766  VR2AR-546380     -5.637917     56.44800             25
    +#> 9767  VR2AR-546380     -5.637917     56.44800             25
    +#> 9768  VR2AR-546380     -5.637917     56.44800             25
    +#> 9769  VR2AR-546380     -5.637917     56.44800             25
    +#> 9770  VR2AR-546380     -5.637917     56.44800             25
    +#> 9771  VR2AR-546380     -5.637917     56.44800             25
    +#> 9772  VR2AR-546380     -5.637917     56.44800             25
    +#> 9773  VR2AR-546380     -5.637917     56.44800             25
    +#> 9774  VR2AR-546380     -5.637917     56.44800             25
    +#> 9775  VR2AR-546380     -5.637917     56.44800             25
    +#> 9776  VR2AR-546380     -5.637917     56.44800             25
    +#> 9777  VR2AR-546134     -5.643867     56.38278            145
    +#> 9778  VR2AR-546134     -5.643867     56.38278            145
    +#> 9779  VR2AR-546134     -5.643867     56.38278            145
    +#> 9780  VR2AR-546134     -5.643867     56.38278            145
    +#> 9781  VR2AR-546134     -5.643867     56.38278            145
    +#> 9782  VR2AR-546134     -5.643867     56.38278            145
    +#> 9783  VR2AR-546134     -5.643867     56.38278            145
    +#> 9784  VR2AR-546134     -5.643867     56.38278            145
    +#> 9785  VR2AR-546134     -5.643867     56.38278            145
    +#> 9786  VR2AR-546134     -5.643867     56.38278            145
    +#> 9787  VR2AR-546134     -5.643867     56.38278            145
    +#> 9788  VR2AR-546134     -5.643867     56.38278            145
    +#> 9789  VR2AR-546134     -5.643867     56.38278            145
    +#> 9790  VR2AR-546134     -5.643867     56.38278            145
    +#> 9791  VR2AR-546131     -5.612700     56.37988             35
    +#> 9792  VR2AR-546131     -5.612700     56.37988             35
    +#> 9793  VR2AR-546131     -5.612700     56.37988             35
    +#> 9794  VR2AR-546131     -5.612700     56.37988             35
    +#> 9795  VR2AR-546131     -5.612700     56.37988             35
    +#> 9796  VR2AR-546131     -5.612700     56.37988             35
    +#> 9797  VR2AR-546131     -5.612700     56.37988             35
    +#> 9798  VR2AR-546131     -5.612700     56.37988             35
    +#> 9799  VR2AR-546131     -5.612700     56.37988             35
    +#> 9800  VR2AR-546131     -5.612700     56.37988             35
    +#> 9801  VR2AR-546131     -5.612700     56.37988             35
    +#> 9802  VR2AR-546131     -5.612700     56.37988             35
    +#> 9803  VR2AR-546131     -5.612700     56.37988             35
    +#> 9804  VR2AR-546131     -5.612700     56.37988             35
    +#> 9805  VR2AR-546131     -5.612700     56.37988             35
    +#> 9806  VR2AR-546131     -5.612700     56.37988             35
    +#> 9807  VR2AR-546131     -5.612700     56.37988             35
    +#> 9808  VR2AR-546131     -5.612700     56.37988             35
    +#> 9809  VR2AR-546131     -5.612700     56.37988             35
    +#> 9810  VR2AR-546131     -5.612700     56.37988             35
    +#> 9811  VR2AR-546131     -5.612700     56.37988             35
    +#> 9812  VR2AR-546131     -5.612700     56.37988             35
    +#> 9813  VR2AR-546131     -5.612700     56.37988             35
    +#> 9814  VR2AR-546131     -5.612700     56.37988             35
    +#> 9815  VR2AR-546131     -5.612700     56.37988             35
    +#> 9816  VR2AR-546131     -5.612700     56.37988             35
    +#> 9817  VR2AR-546131     -5.612700     56.37988             35
    +#> 9818  VR2AR-546131     -5.612700     56.37988             35
    +#> 9819  VR2AR-546131     -5.612700     56.37988             35
    +#> 9820  VR2AR-546131     -5.612700     56.37988             35
    +#> 9821  VR2AR-546131     -5.612700     56.37988             35
    +#> 9822  VR2AR-546131     -5.612700     56.37988             35
    +#> 9823  VR2AR-546131     -5.612700     56.37988             35
    +#> 9824  VR2AR-546131     -5.612700     56.37988             35
    +#> 9825  VR2AR-546131     -5.612700     56.37988             35
    +#> 9826  VR2AR-546131     -5.612700     56.37988             35
    +#> 9827  VR2AR-546131     -5.612700     56.37988             35
    +#> 9828  VR2AR-546131     -5.612700     56.37988             35
    +#> 9829  VR2AR-546131     -5.612700     56.37988             35
    +#> 9830  VR2AR-546131     -5.612700     56.37988             35
    +#> 9831  VR2AR-546131     -5.612700     56.37988             35
    +#> 9832  VR2AR-546131     -5.612700     56.37988             35
    +#> 9833  VR2AR-546131     -5.612700     56.37988             35
    +#> 9834  VR2AR-546131     -5.612700     56.37988             35
    +#> 9835  VR2AR-546131     -5.612700     56.37988             35
    +#> 9836  VR2AR-546131     -5.612700     56.37988             35
    +#> 9837  VR2AR-546131     -5.612700     56.37988             35
    +#> 9838  VR2AR-546131     -5.612700     56.37988             35
    +#> 9839  VR2AR-546131     -5.612700     56.37988             35
    +#> 9840  VR2AR-546131     -5.612700     56.37988             35
    +#> 9841  VR2AR-546131     -5.612700     56.37988             35
    +#> 9842  VR2AR-546131     -5.612700     56.37988             35
    +#> 9843  VR2AR-546131     -5.612700     56.37988             35
    +#> 9844  VR2AR-546131     -5.612700     56.37988             35
    +#> 9845  VR2AR-546131     -5.612700     56.37988             35
    +#> 9846  VR2AR-546131     -5.612700     56.37988             35
    +#> 9847  VR2AR-546131     -5.612700     56.37988             35
    +#> 9848  VR2AR-546131     -5.612700     56.37988             35
    +#> 9849  VR2AR-546131     -5.612700     56.37988             35
    +#> 9850  VR2AR-546131     -5.612700     56.37988             35
    +#> 9851  VR2AR-546131     -5.612700     56.37988             35
    +#> 9852  VR2AR-546131     -5.612700     56.37988             35
    +#> 9853  VR2AR-546131     -5.612700     56.37988             35
    +#> 9854  VR2AR-546131     -5.612700     56.37988             35
    +#> 9855  VR2AR-546131     -5.612700     56.37988             35
    +#> 9856  VR2AR-546131     -5.612700     56.37988             35
    +#> 9857  VR2AR-546131     -5.612700     56.37988             35
    +#> 9858  VR2AR-546131     -5.612700     56.37988             35
    +#> 9859  VR2AR-546131     -5.612700     56.37988             35
    +#> 9860  VR2AR-546131     -5.612700     56.37988             35
    +#> 9861  VR2AR-546131     -5.612700     56.37988             35
    +#> 9862  VR2AR-546131     -5.612700     56.37988             35
    +#> 9863  VR2AR-546131     -5.612700     56.37988             35
    +#> 9864  VR2AR-546131     -5.612700     56.37988             35
    +#> 9865  VR2AR-546131     -5.612700     56.37988             35
    +#> 9866  VR2AR-546131     -5.612700     56.37988             35
    +#> 9867  VR2AR-546131     -5.612700     56.37988             35
    +#> 9868  VR2AR-546131     -5.612700     56.37988             35
    +#> 9869  VR2AR-546131     -5.612700     56.37988             35
    +#> 9870  VR2AR-546131     -5.612700     56.37988             35
    +#> 9871  VR2AR-546131     -5.612700     56.37988             35
    +#> 9872  VR2AR-546131     -5.612700     56.37988             35
    +#> 9873  VR2AR-546131     -5.612700     56.37988             35
    +#> 9874  VR2AR-546131     -5.612700     56.37988             35
    +#> 9875  VR2AR-546131     -5.612700     56.37988             35
    +#> 9876  VR2AR-546131     -5.612700     56.37988             35
    +#> 9877  VR2AR-546131     -5.612700     56.37988             35
    +#> 9878  VR2AR-546131     -5.612700     56.37988             35
    +#> 9879  VR2AR-546131     -5.612700     56.37988             35
    +#> 9880  VR2AR-546131     -5.612700     56.37988             35
    +#> 9881  VR2AR-546131     -5.612700     56.37988             35
    +#> 9882  VR2AR-546131     -5.612700     56.37988             35
    +#> 9883  VR2AR-546131     -5.612700     56.37988             35
    +#> 9884  VR2AR-546131     -5.612700     56.37988             35
    +#> 9885  VR2AR-546131     -5.612700     56.37988             35
    +#> 9886  VR2AR-546131     -5.612700     56.37988             35
    +#> 9887  VR2AR-546131     -5.612700     56.37988             35
    +#> 9888  VR2AR-546131     -5.612700     56.37988             35
    +#> 9889  VR2AR-546131     -5.612700     56.37988             35
    +#> 9890  VR2AR-546131     -5.612700     56.37988             35
    +#> 9891  VR2AR-546131     -5.612700     56.37988             35
    +#> 9892  VR2AR-546131     -5.612700     56.37988             35
    +#> 9893  VR2AR-546131     -5.612700     56.37988             35
    +#> 9894  VR2AR-546584     -5.604973     56.37774             30
    +#> 9895  VR2AR-546131     -5.612700     56.37988             35
    +#> 9896  VR2AR-546131     -5.612700     56.37988             35
    +#> 9897  VR2AR-546131     -5.612700     56.37988             35
    +#> 9898  VR2AR-546131     -5.612700     56.37988             35
    +#> 9899  VR2AR-546131     -5.612700     56.37988             35
    +#> 9900  VR2AR-546131     -5.612700     56.37988             35
    +#> 9901  VR2AR-546131     -5.612700     56.37988             35
    +#> 9902  VR2AR-546584     -5.604973     56.37774             30
    +#> 9903  VR2AR-546131     -5.612700     56.37988             35
    +#> 9904  VR2AR-546131     -5.612700     56.37988             35
    +#> 9905  VR2AR-546584     -5.604973     56.37774             30
    +#> 9906  VR2AR-546131     -5.612700     56.37988             35
    +#> 9907  VR2AR-546131     -5.612700     56.37988             35
    +#> 9908  VR2AR-546131     -5.612700     56.37988             35
    +#> 9909  VR2AR-546584     -5.604973     56.37774             30
    +#> 9910  VR2AR-546131     -5.612700     56.37988             35
    +#> 9911  VR2AR-546131     -5.612700     56.37988             35
    +#> 9912  VR2AR-546584     -5.604973     56.37774             30
    +#> 9913  VR2AR-546584     -5.604973     56.37774             30
    +#> 9914  VR2AR-546131     -5.612700     56.37988             35
    +#> 9915  VR2AR-546584     -5.604973     56.37774             30
    +#> 9916  VR2AR-546131     -5.612700     56.37988             35
    +#> 9917  VR2AR-546131     -5.612700     56.37988             35
    +#> 9918  VR2AR-546131     -5.612700     56.37988             35
    +#> 9919  VR2AR-546131     -5.612700     56.37988             35
    +#> 9920  VR2AR-546131     -5.612700     56.37988             35
    +#> 9921  VR2AR-546131     -5.612700     56.37988             35
    +#> 9922  VR2AR-546131     -5.612700     56.37988             35
    +#> 9923  VR2AR-546134     -5.643867     56.38278            145
    +#> 9924  VR2AR-546134     -5.643867     56.38278            145
    +#> 9925  VR2AR-546134     -5.643867     56.38278            145
    +#> 9926  VR2AR-546134     -5.643867     56.38278            145
    +#> 9927  VR2AR-546134     -5.643867     56.38278            145
    +#> 9928  VR2AR-546134     -5.643867     56.38278            145
    +#> 9929  VR2AR-546134     -5.643867     56.38278            145
    +#> 9930  VR2AR-546134     -5.643867     56.38278            145
    +#> 9931  VR2AR-546134     -5.643867     56.38278            145
    +#> 9932  VR2AR-546134     -5.643867     56.38278            145
    +#> 9933  VR2AR-546134     -5.643867     56.38278            145
    +#> 9934  VR2AR-546134     -5.643867     56.38278            145
    +#> 9935  VR2AR-546134     -5.643867     56.38278            145
    +#> 9936  VR2AR-546134     -5.643867     56.38278            145
    +#> 9937  VR2AR-546135     -5.657067     56.38803             85
    +#> 9938  VR2AR-546135     -5.657067     56.38803             85
    +#> 9939  VR2AR-546135     -5.657067     56.38803             85
    +#> 9940  VR2AR-546135     -5.657067     56.38803             85
    +#> 9941  VR2AR-546587     -5.661620     56.39041             15
    +#> 9942  VR2AR-546135     -5.657067     56.38803             85
    +#> 9943  VR2AR-546587     -5.661620     56.39041             15
    +#> 9944  VR2AR-546135     -5.657067     56.38803             85
    +#> 9945  VR2AR-546587     -5.661620     56.39041             15
    +#> 9946  VR2AR-546587     -5.661620     56.39041             15
    +#> 9947  VR2AR-546587     -5.661620     56.39041             15
    +#> 9948  VR2AR-546587     -5.661620     56.39041             15
    +#> 9949  VR2AR-546587     -5.661620     56.39041             15
    +#> 9950  VR2AR-546587     -5.661620     56.39041             15
    +#> 9951  VR2AR-546587     -5.661620     56.39041             15
    +#> 9952  VR2AR-546587     -5.661620     56.39041             15
    +#> 9953  VR2AR-546587     -5.661620     56.39041             15
    +#> 9954  VR2AR-546587     -5.661620     56.39041             15
    +#> 9955  VR2AR-546587     -5.661620     56.39041             15
    +#> 9956  VR2AR-546587     -5.661620     56.39041             15
    +#> 9957  VR2AR-546135     -5.657067     56.38803             85
    +#> 9958  VR2AR-546587     -5.661620     56.39041             15
    +#> 9959  VR2AR-546587     -5.661620     56.39041             15
    +#> 9960  VR2AR-546587     -5.661620     56.39041             15
    +#> 9961  VR2AR-546587     -5.661620     56.39041             15
    +#> 9962  VR2AR-546135     -5.657067     56.38803             85
    +#> 9963  VR2AR-546587     -5.661620     56.39041             15
    +#> 9964  VR2AR-546587     -5.661620     56.39041             15
    +#> 9965  VR2AR-546135     -5.657067     56.38803             85
    +#> 9966  VR2AR-546587     -5.661620     56.39041             15
    +#> 9967  VR2AR-546131     -5.612700     56.37988             35
    +#> 9968  VR2AR-546131     -5.612700     56.37988             35
    +#> 9969  VR2AR-546131     -5.612700     56.37988             35
    +#> 9970  VR2AR-546131     -5.612700     56.37988             35
    +#> 9971  VR2AR-546131     -5.612700     56.37988             35
    +#> 9972  VR2AR-546131     -5.612700     56.37988             35
    +#> 9973  VR2AR-546131     -5.612700     56.37988             35
    +#> 9974  VR2AR-546131     -5.612700     56.37988             35
    +#> 9975  VR2AR-546131     -5.612700     56.37988             35
    +#> 9976  VR2AR-546131     -5.612700     56.37988             35
    +#> 9977  VR2AR-546131     -5.612700     56.37988             35
    +#> 9978  VR2AR-546131     -5.612700     56.37988             35
    +#> 9979  VR2AR-546131     -5.612700     56.37988             35
    +#> 9980  VR2AR-546131     -5.612700     56.37988             35
    +#> 9981  VR2AR-546131     -5.612700     56.37988             35
    +#> 9982  VR2AR-546131     -5.612700     56.37988             35
    +#> 9983  VR2AR-546131     -5.612700     56.37988             35
    +#> 9984  VR2AR-546131     -5.612700     56.37988             35
    +#> 9985  VR2AR-546131     -5.612700     56.37988             35
    +#> 9986  VR2AR-546131     -5.612700     56.37988             35
    +#> 9987  VR2AR-546131     -5.612700     56.37988             35
    +#> 9988  VR2AR-546131     -5.612700     56.37988             35
    +#> 9989  VR2AR-546131     -5.612700     56.37988             35
    +#> 9990  VR2AR-546131     -5.612700     56.37988             35
    +#> 9991  VR2AR-546131     -5.612700     56.37988             35
    +#> 9992  VR2AR-546131     -5.612700     56.37988             35
    +#> 9993  VR2AR-546131     -5.612700     56.37988             35
    +#> 9994  VR2AR-546131     -5.612700     56.37988             35
    +#> 9995  VR2AR-546131     -5.612700     56.37988             35
    +#> 9996  VR2AR-546131     -5.612700     56.37988             35
    +#> 9997  VR2AR-546131     -5.612700     56.37988             35
    +#> 9998  VR2AR-546131     -5.612700     56.37988             35
    +#> 9999  VR2AR-546131     -5.612700     56.37988             35
    +#> 10000 VR2AR-546131     -5.612700     56.37988             35
    +#> 10001 VR2AR-546131     -5.612700     56.37988             35
    +#> 10002 VR2AR-546131     -5.612700     56.37988             35
    +#> 10003 VR2AR-546131     -5.612700     56.37988             35
    +#> 10004 VR2AR-546131     -5.612700     56.37988             35
    +#> 10005 VR2AR-546131     -5.612700     56.37988             35
    +#> 10006 VR2AR-546131     -5.612700     56.37988             35
    +#> 10007 VR2AR-546131     -5.612700     56.37988             35
    +#> 10008 VR2AR-546131     -5.612700     56.37988             35
    +#> 10009 VR2AR-546131     -5.612700     56.37988             35
    +#> 10010 VR2AR-546131     -5.612700     56.37988             35
    +#> 10011 VR2AR-546131     -5.612700     56.37988             35
    +#> 10012 VR2AR-546131     -5.612700     56.37988             35
    +#> 10013 VR2AR-546131     -5.612700     56.37988             35
    +#> 10014 VR2AR-546131     -5.612700     56.37988             35
    +#> 10015 VR2AR-546131     -5.612700     56.37988             35
    +#> 10016 VR2AR-546131     -5.612700     56.37988             35
    +#> 10017 VR2AR-546131     -5.612700     56.37988             35
    +#> 10018 VR2AR-546131     -5.612700     56.37988             35
    +#> 10019 VR2AR-546131     -5.612700     56.37988             35
    +#> 10020 VR2AR-546131     -5.612700     56.37988             35
    +#> 10021 VR2AR-546131     -5.612700     56.37988             35
    +#> 10022 VR2AR-546131     -5.612700     56.37988             35
    +#> 10023 VR2AR-546131     -5.612700     56.37988             35
    +#> 10024 VR2AR-546131     -5.612700     56.37988             35
    +#> 10025 VR2AR-546131     -5.612700     56.37988             35
    +#> 10026 VR2AR-546131     -5.612700     56.37988             35
    +#> 10027 VR2AR-546131     -5.612700     56.37988             35
    +#> 10028 VR2AR-546380     -5.637917     56.44800             25
    +#> 10029 VR2AR-546380     -5.637917     56.44800             25
    +#> 10030 VR2AR-546380     -5.637917     56.44800             25
    +#> 10031 VR2AR-546380     -5.637917     56.44800             25
    +#> 10032 VR2AR-546380     -5.637917     56.44800             25
    +#> 10033 VR2AR-546380     -5.637917     56.44800             25
    +#> 10034 VR2AR-546380     -5.637917     56.44800             25
    +#> 10035 VR2AR-546380     -5.637917     56.44800             25
    +#> 10036 VR2AR-546136     -5.626250     56.44810             75
    +#> 10037 VR2AR-546136     -5.626250     56.44810             75
    +#> 10038 VR2AR-546136     -5.626250     56.44810             75
    +#> 10039 VR2AR-546136     -5.626250     56.44810             75
    +#> 10040 VR2AR-546136     -5.626250     56.44810             75
    +#> 10041 VR2AR-546136     -5.626250     56.44810             75
    +#> 10042 VR2AR-546133     -5.701717     56.49747             90
    +#> 10043 VR2AR-546133     -5.701717     56.49747             90
    +#> 10044 VR2AR-546133     -5.701717     56.49747             90
    +#> 10045 VR2AR-546133     -5.701717     56.49747             90
    +#> 10046 VR2AR-546133     -5.701717     56.49747             90
    +#> 10047 VR2AR-546133     -5.701717     56.49747             90
    +#> 10048 VR2AR-546133     -5.701717     56.49747             90
    +#> 10049 VR2AR-546133     -5.701717     56.49747             90
    +#> 10050 VR2AR-546133     -5.701717     56.49747             90
    +#> 10051 VR2AR-546133     -5.701717     56.49747             90
    +#> 10052 VR2AR-546133     -5.701717     56.49747             90
    +#> 10053 VR2AR-546133     -5.701717     56.49747             90
    +#> 10054 VR2AR-546133     -5.701717     56.49747             90
    +#> 10055 VR2AR-546133     -5.701717     56.49747             90
    +#> 10056 VR2AR-546133     -5.701717     56.49747             90
    +#> 10057 VR2AR-546133     -5.701717     56.49747             90
    +#> 10058 VR2AR-546133     -5.701717     56.49747             90
    +#> 10059 VR2AR-546133     -5.701717     56.49747             90
    +#> 10060 VR2AR-546133     -5.701717     56.49747             90
    +#> 10061 VR2AR-546133     -5.701717     56.49747             90
    +#> 10062 VR2AR-546133     -5.701717     56.49747             90
    +#> 10063 VR2AR-546133     -5.701717     56.49747             90
    +#> 10064 VR2AR-546133     -5.701717     56.49747             90
    +#> 10065 VR2AR-546133     -5.701717     56.49747             90
    +#> 10066 VR2AR-546133     -5.701717     56.49747             90
    +#> 10067 VR2AR-546133     -5.701717     56.49747             90
    +#> 10068 VR2AR-546133     -5.701717     56.49747             90
    +#> 10069 VR2AR-546133     -5.701717     56.49747             90
    +#> 10070 VR2AR-546133     -5.701717     56.49747             90
    +#> 10071 VR2AR-546133     -5.701717     56.49747             90
    +#> 10072 VR2AR-546133     -5.701717     56.49747             90
    +#> 10073 VR2AR-546133     -5.701717     56.49747             90
    +#> 10074 VR2AR-546133     -5.701717     56.49747             90
    +#> 10075 VR2AR-546133     -5.701717     56.49747             90
    +#> 10076 VR2AR-546133     -5.701717     56.49747             90
    +#> 10077 VR2AR-546133     -5.701717     56.49747             90
    +#> 10078 VR2AR-546133     -5.701717     56.49747             90
    +#> 10079 VR2AR-546133     -5.701717     56.49747             90
    +#> 10080 VR2AR-546133     -5.701717     56.49747             90
    +#> 10081 VR2AR-546133     -5.701717     56.49747             90
    +#> 10082 VR2AR-546133     -5.701717     56.49747             90
    +#> 10083 VR2AR-546133     -5.701717     56.49747             90
    +#> 10084 VR2AR-546133     -5.701717     56.49747             90
    +#> 10085 VR2AR-546133     -5.701717     56.49747             90
    +#> 10086 VR2AR-546133     -5.701717     56.49747             90
    +#> 10087 VR2AR-546133     -5.701717     56.49747             90
    +#> 10088 VR2AR-546133     -5.701717     56.49747             90
    +#> 10089 VR2AR-546133     -5.701717     56.49747             90
    +#> 10090 VR2AR-546586     -5.707092     56.49447             20
    +#> 10091 VR2AR-546133     -5.701717     56.49747             90
    +#> 10092 VR2AR-546133     -5.701717     56.49747             90
    +#> 10093 VR2AR-546586     -5.707092     56.49447             20
    +#> 10094 VR2AR-546133     -5.701717     56.49747             90
    +#> 10095 VR2AR-546133     -5.701717     56.49747             90
    +#> 10096 VR2AR-546133     -5.701717     56.49747             90
    +#> 10097 VR2AR-546586     -5.707092     56.49447             20
    +#> 10098 VR2AR-546133     -5.701717     56.49747             90
    +#> 10099 VR2AR-546133     -5.701717     56.49747             90
    +#> 10100 VR2AR-546133     -5.701717     56.49747             90
    +#> 10101 VR2AR-546586     -5.707092     56.49447             20
    +#> 10102 VR2AR-546586     -5.707092     56.49447             20
    +#> 10103 VR2AR-546133     -5.701717     56.49747             90
    +#> 10104 VR2AR-546586     -5.707092     56.49447             20
    +#> 10105 VR2AR-546133     -5.701717     56.49747             90
    +#> 10106 VR2AR-546133     -5.701717     56.49747             90
    +#> 10107 VR2AR-546586     -5.707092     56.49447             20
    +#> 10108 VR2AR-546133     -5.701717     56.49747             90
    +#> 10109 VR2AR-546586     -5.707092     56.49447             20
    +#> 10110 VR2AR-546586     -5.707092     56.49447             20
    +#> 10111 VR2AR-546586     -5.707092     56.49447             20
    +#> 10112 VR2AR-546133     -5.701717     56.49747             90
    +#> 10113 VR2AR-546586     -5.707092     56.49447             20
    +#> 10114 VR2AR-546586     -5.707092     56.49447             20
    +#> 10115 VR2AR-546133     -5.701717     56.49747             90
    +#> 10116 VR2AR-546586     -5.707092     56.49447             20
    +#> 10117 VR2AR-546586     -5.707092     56.49447             20
    +#> 10118 VR2AR-546133     -5.701717     56.49747             90
    +#> 10119 VR2AR-546133     -5.701717     56.49747             90
    +#> 10120 VR2AR-546586     -5.707092     56.49447             20
    +#> 10121 VR2AR-546586     -5.707092     56.49447             20
    +#> 10122 VR2AR-546133     -5.701717     56.49747             90
    +#> 10123 VR2AR-546586     -5.707092     56.49447             20
    +#> 10124 VR2AR-546586     -5.707092     56.49447             20
    +#> 10125 VR2AR-546586     -5.707092     56.49447             20
    +#> 10126 VR2AR-546586     -5.707092     56.49447             20
    +#> 10127 VR2AR-546586     -5.707092     56.49447             20
    +#> 10128 VR2AR-546586     -5.707092     56.49447             20
    +#> 10129 VR2AR-546586     -5.707092     56.49447             20
    +#> 10130 VR2AR-546586     -5.707092     56.49447             20
    +#> 10131 VR2AR-546586     -5.707092     56.49447             20
    +#> 10132 VR2AR-546586     -5.707092     56.49447             20
    +#> 10133 VR2AR-546133     -5.701717     56.49747             90
    +#> 10134 VR2AR-546586     -5.707092     56.49447             20
    +#> 10135 VR2AR-546133     -5.701717     56.49747             90
    +#> 10136 VR2AR-546133     -5.701717     56.49747             90
    +#> 10137 VR2AR-546133     -5.701717     56.49747             90
    +#> 10138 VR2AR-546133     -5.701717     56.49747             90
    +#> 10139 VR2AR-546133     -5.701717     56.49747             90
    +#> 10140 VR2AR-546133     -5.701717     56.49747             90
    +#> 10141 VR2AR-546133     -5.701717     56.49747             90
    +#> 10142 VR2AR-546133     -5.701717     56.49747             90
    +#> 10143 VR2AR-546133     -5.701717     56.49747             90
    +#> 10144 VR2AR-546133     -5.701717     56.49747             90
    +#> 10145 VR2AR-546133     -5.701717     56.49747             90
    +#> 10146 VR2AR-546133     -5.701717     56.49747             90
    +#> 10147 VR2AR-546133     -5.701717     56.49747             90
    +#> 10148 VR2AR-546133     -5.701717     56.49747             90
    +#> 10149 VR2AR-546133     -5.701717     56.49747             90
    +#> 10150 VR2AR-546133     -5.701717     56.49747             90
    +#> 10151 VR2AR-546133     -5.701717     56.49747             90
    +#> 10152 VR2AR-546133     -5.701717     56.49747             90
    +#> 10153 VR2AR-546133     -5.701717     56.49747             90
    +#> 10154 VR2AR-546133     -5.701717     56.49747             90
    +#> 10155 VR2AR-546133     -5.701717     56.49747             90
    +#> 10156 VR2AR-546586     -5.707092     56.49447             20
    +#> 10157 VR2AR-546133     -5.701717     56.49747             90
    +#> 10158 VR2AR-546133     -5.701717     56.49747             90
    +#> 10159 VR2AR-546133     -5.701717     56.49747             90
    +#> 10160 VR2AR-546133     -5.701717     56.49747             90
    +#> 10161 VR2AR-546586     -5.707092     56.49447             20
    +#> 10162 VR2AR-546586     -5.707092     56.49447             20
    +#> 10163 VR2AR-546133     -5.701717     56.49747             90
    +#> 10164 VR2AR-546586     -5.707092     56.49447             20
    +#> 10165 VR2AR-546133     -5.701717     56.49747             90
    +#> 10166 VR2AR-546133     -5.701717     56.49747             90
    +#> 10167 VR2AR-546133     -5.701717     56.49747             90
    +#> 10168 VR2AR-546586     -5.707092     56.49447             20
    +#> 10169 VR2AR-546133     -5.701717     56.49747             90
    +#> 10170 VR2AR-546133     -5.701717     56.49747             90
    +#> 10171 VR2AR-546133     -5.701717     56.49747             90
    +#> 10172 VR2AR-546133     -5.701717     56.49747             90
    +#> 10173 VR2AR-546133     -5.701717     56.49747             90
    +#> 10174 VR2AR-546133     -5.701717     56.49747             90
    +#> 10175 VR2AR-546133     -5.701717     56.49747             90
    +#> 10176 VR2AR-546133     -5.701717     56.49747             90
    +#> 10177 VR2AR-546133     -5.701717     56.49747             90
    +#> 10178 VR2AR-546133     -5.701717     56.49747             90
    +#> 10179 VR2AR-546133     -5.701717     56.49747             90
    +#> 10180 VR2AR-546133     -5.701717     56.49747             90
    +#> 10181 VR2AR-546133     -5.701717     56.49747             90
    +#> 10182 VR2AR-546133     -5.701717     56.49747             90
    +#> 10183 VR2AR-546133     -5.701717     56.49747             90
    +#> 10184 VR2AR-546133     -5.701717     56.49747             90
    +#> 10185 VR2AR-546133     -5.701717     56.49747             90
    +#> 10186 VR2AR-546133     -5.701717     56.49747             90
    +#> 10187 VR2AR-546133     -5.701717     56.49747             90
    +#> 10188 VR2AR-546133     -5.701717     56.49747             90
    +#> 10189 VR2AR-546133     -5.701717     56.49747             90
    +#> 10190 VR2AR-546133     -5.701717     56.49747             90
    +#> 10191 VR2AR-546133     -5.701717     56.49747             90
    +#> 10192 VR2AR-546133     -5.701717     56.49747             90
    +#> 10193 VR2AR-546133     -5.701717     56.49747             90
    +#> 10194 VR2AR-546133     -5.701717     56.49747             90
    +#> 10195 VR2AR-546133     -5.701717     56.49747             90
    +#> 10196 VR2AR-546133     -5.701717     56.49747             90
    +#> 10197 VR2AR-546133     -5.701717     56.49747             90
    +#> 10198 VR2AR-546133     -5.701717     56.49747             90
    +#> 10199 VR2AR-546133     -5.701717     56.49747             90
    +#> 10200 VR2AR-546133     -5.701717     56.49747             90
    +#> 10201 VR2AR-546133     -5.701717     56.49747             90
    +#> 10202 VR2AR-546133     -5.701717     56.49747             90
    +#> 10203 VR2AR-546133     -5.701717     56.49747             90
    +#> 10204 VR2AR-546133     -5.701717     56.49747             90
    +#> 10205 VR2AR-546133     -5.701717     56.49747             90
    +#> 10206 VR2AR-546133     -5.701717     56.49747             90
    +#> 10207 VR2AR-546133     -5.701717     56.49747             90
    +#> 10208 VR2AR-546133     -5.701717     56.49747             90
    +#> 10209 VR2AR-546133     -5.701717     56.49747             90
    +#> 10210 VR2AR-546133     -5.701717     56.49747             90
    +#> 10211 VR2AR-546133     -5.701717     56.49747             90
    +#> 10212 VR2AR-546133     -5.701717     56.49747             90
    +#> 10213 VR2AR-546133     -5.701717     56.49747             90
    +#> 10214 VR2AR-546133     -5.701717     56.49747             90
    +#> 10215 VR2AR-546133     -5.701717     56.49747             90
    +#> 10216 VR2AR-546133     -5.701717     56.49747             90
    +#> 10217 VR2AR-546133     -5.701717     56.49747             90
    +#> 10218 VR2AR-546133     -5.701717     56.49747             90
    +#> 10219 VR2AR-546133     -5.701717     56.49747             90
    +#> 10220 VR2AR-546133     -5.701717     56.49747             90
    +#> 10221 VR2AR-546133     -5.701717     56.49747             90
    +#> 10222 VR2AR-546133     -5.701717     56.49747             90
    +#> 10223 VR2AR-546133     -5.701717     56.49747             90
    +#> 10224 VR2AR-546133     -5.701717     56.49747             90
    +#> 10225 VR2AR-546133     -5.701717     56.49747             90
    +#> 10226 VR2AR-546133     -5.701717     56.49747             90
    +#> 10227 VR2AR-546133     -5.701717     56.49747             90
    +#> 10228 VR2AR-546133     -5.701717     56.49747             90
    +#> 10229 VR2AR-546133     -5.701717     56.49747             90
    +#> 10230 VR2AR-546133     -5.701717     56.49747             90
    +#> 10231 VR2AR-546133     -5.701717     56.49747             90
    +#> 10232 VR2AR-546133     -5.701717     56.49747             90
    +#> 10233 VR2AR-546133     -5.701717     56.49747             90
    +#> 10234 VR2AR-546133     -5.701717     56.49747             90
    +#> 10235 VR2AR-546133     -5.701717     56.49747             90
    +#> 10236 VR2AR-546133     -5.701717     56.49747             90
    +#> 10237 VR2AR-546133     -5.701717     56.49747             90
    +#> 10238 VR2AR-546133     -5.701717     56.49747             90
    +#> 10239 VR2AR-546133     -5.701717     56.49747             90
    +#> 10240 VR2AR-546133     -5.701717     56.49747             90
    +#> 10241 VR2AR-546133     -5.701717     56.49747             90
    +#> 10242 VR2AR-546133     -5.701717     56.49747             90
    +#> 10243 VR2AR-546133     -5.701717     56.49747             90
    +#> 10244 VR2AR-546133     -5.701717     56.49747             90
    +#> 10245 VR2AR-546133     -5.701717     56.49747             90
    +#> 10246 VR2AR-546133     -5.701717     56.49747             90
    +#> 10247 VR2AR-546133     -5.701717     56.49747             90
    +#> 10248 VR2AR-546133     -5.701717     56.49747             90
    +#> 10249 VR2AR-546133     -5.701717     56.49747             90
    +#> 10250 VR2AR-546133     -5.701717     56.49747             90
    +#> 10251 VR2AR-546133     -5.701717     56.49747             90
    +#> 10252 VR2AR-546133     -5.701717     56.49747             90
    +#> 10253 VR2AR-546133     -5.701717     56.49747             90
    +#> 10254 VR2AR-546133     -5.701717     56.49747             90
    +#> 10255 VR2AR-546133     -5.701717     56.49747             90
    +#> 10256 VR2AR-546133     -5.701717     56.49747             90
    +#> 10257 VR2AR-546586     -5.707092     56.49447             20
    +#> 10258 VR2AR-546133     -5.701717     56.49747             90
    +#> 10259 VR2AR-546133     -5.701717     56.49747             90
    +#> 10260 VR2AR-546133     -5.701717     56.49747             90
    +#> 10261 VR2AR-546586     -5.707092     56.49447             20
    +#> 10262 VR2AR-546133     -5.701717     56.49747             90
    +#> 10263 VR2AR-546133     -5.701717     56.49747             90
    +#> 10264 VR2AR-546133     -5.701717     56.49747             90
    +#> 10265 VR2AR-546586     -5.707092     56.49447             20
    +#> 10266 VR2AR-546133     -5.701717     56.49747             90
    +#> 10267 VR2AR-546133     -5.701717     56.49747             90
    +#> 10268 VR2AR-546133     -5.701717     56.49747             90
    +#> 10269 VR2AR-546586     -5.707092     56.49447             20
    +#> 10270 VR2AR-546133     -5.701717     56.49747             90
    +#> 10271 VR2AR-546133     -5.701717     56.49747             90
    +#> 10272 VR2AR-546133     -5.701717     56.49747             90
    +#> 10273 VR2AR-546133     -5.701717     56.49747             90
    +#> 10274 VR2AR-546133     -5.701717     56.49747             90
    +#> 10275     VR2-5637     -5.692417     56.49913             25
    +#> 10276     VR2-5637     -5.692417     56.49913             25
    +#> 10277     VR2-5637     -5.692417     56.49913             25
    +#> 10278     VR2-5637     -5.692417     56.49913             25
    +#> 10279 VR2AR-546133     -5.701717     56.49747             90
    +#> 10280 VR2AR-546133     -5.701717     56.49747             90
    +#> 10281 VR2AR-546133     -5.701717     56.49747             90
    +#> 10282 VR2AR-546133     -5.701717     56.49747             90
    +#> 10283 VR2AR-546133     -5.701717     56.49747             90
    +#> 10284 VR2AR-546133     -5.701717     56.49747             90
    +#> 10285 VR2AR-546136     -5.626250     56.44810             75
    +#> 10286 VR2AR-546136     -5.626250     56.44810             75
    +#> 10287 VR2AR-546136     -5.626250     56.44810             75
    +#> 10288 VR2AR-546136     -5.626250     56.44810             75
    +#> 10289 VR2AR-546136     -5.626250     56.44810             75
    +#> 10290 VR2AR-546136     -5.626250     56.44810             75
    +#> 10291 VR2AR-546131     -5.612700     56.37988             35
    +#> 10292 VR2AR-546131     -5.612700     56.37988             35
    +#> 10293 VR2AR-546131     -5.612700     56.37988             35
    +#> 10294 VR2AR-546131     -5.612700     56.37988             35
    +#> 10295 VR2AR-546131     -5.612700     56.37988             35
    +#> 10296 VR2AR-546131     -5.612700     56.37988             35
    +#> 10297 VR2AR-546131     -5.612700     56.37988             35
    +#> 10298 VR2AR-546131     -5.612700     56.37988             35
    +#> 10299 VR2AR-546131     -5.612700     56.37988             35
    +#> 10300 VR2AR-546131     -5.612700     56.37988             35
    +#> 10301 VR2AR-546131     -5.612700     56.37988             35
    +#> 10302 VR2AR-546131     -5.612700     56.37988             35
    +#> 10303 VR2AR-546131     -5.612700     56.37988             35
    +#> 10304 VR2AR-546131     -5.612700     56.37988             35
    +#> 10305 VR2AR-546131     -5.612700     56.37988             35
    +#> 10306 VR2AR-546131     -5.612700     56.37988             35
    +#> 10307 VR2AR-546131     -5.612700     56.37988             35
    +#> 10308 VR2AR-546131     -5.612700     56.37988             35
    +#> 10309 VR2AR-546131     -5.612700     56.37988             35
    +#> 10310 VR2AR-546131     -5.612700     56.37988             35
    +#> 10311 VR2AR-546131     -5.612700     56.37988             35
    +#> 10312 VR2AR-546131     -5.612700     56.37988             35
    +#> 10313 VR2AR-546131     -5.612700     56.37988             35
    +#> 10314 VR2AR-546131     -5.612700     56.37988             35
    +#> 10315 VR2AR-546131     -5.612700     56.37988             35
    +#> 10316 VR2AR-546131     -5.612700     56.37988             35
    +#> 10317 VR2AR-546131     -5.612700     56.37988             35
    +#> 10318 VR2AR-546131     -5.612700     56.37988             35
    +#> 10319 VR2AR-546131     -5.612700     56.37988             35
    +#> 10320 VR2AR-546131     -5.612700     56.37988             35
    +#> 10321 VR2AR-546131     -5.612700     56.37988             35
    +#> 10322 VR2AR-546131     -5.612700     56.37988             35
    +#> 10323 VR2AR-546131     -5.612700     56.37988             35
    +#> 10324 VR2AR-546131     -5.612700     56.37988             35
    +#> 10325 VR2AR-546131     -5.612700     56.37988             35
    +#> 10326 VR2AR-546131     -5.612700     56.37988             35
    +#> 10327 VR2AR-546131     -5.612700     56.37988             35
    +#> 10328 VR2AR-546131     -5.612700     56.37988             35
    +#> 10329 VR2AR-546131     -5.612700     56.37988             35
    +#> 10330 VR2AR-546131     -5.612700     56.37988             35
    +#> 10331 VR2AR-546131     -5.612700     56.37988             35
    +#> 10332 VR2AR-546131     -5.612700     56.37988             35
    +#> 10333 VR2AR-546131     -5.612700     56.37988             35
    +#> 10334 VR2AR-546131     -5.612700     56.37988             35
    +#> 10335 VR2AR-546131     -5.612700     56.37988             35
    +#> 10336 VR2AR-546131     -5.612700     56.37988             35
    +#> 10337 VR2AR-546131     -5.612700     56.37988             35
    +#> 10338 VR2AR-546131     -5.612700     56.37988             35
    +#> 10339 VR2AR-546131     -5.612700     56.37988             35
    +#> 10340 VR2AR-546380     -5.637917     56.44800             25
    +#> 10341 VR2AR-546380     -5.637917     56.44800             25
    +#> 10342 VR2AR-546136     -5.626250     56.44810             75
    +#> 10343 VR2AR-546136     -5.626250     56.44810             75
    +#> 10344 VR2AR-546380     -5.637917     56.44800             25
    +#> 10345 VR2AR-546380     -5.637917     56.44800             25
    +#> 10346 VR2AR-546134     -5.643867     56.38278            145
    +#> 10347 VR2AR-546134     -5.643867     56.38278            145
    +#> 10348 VR2AR-546134     -5.643867     56.38278            145
    +#> 10349 VR2AR-546134     -5.643867     56.38278            145
    +#> 10350 VR2AR-546134     -5.643867     56.38278            145
    +#> 10351 VR2AR-546134     -5.643867     56.38278            145
    +#> 10352 VR2AR-546134     -5.643867     56.38278            145
    +#> 10353 VR2AR-546134     -5.643867     56.38278            145
    +#> 10354 VR2AR-546134     -5.643867     56.38278            145
    +#> 10355 VR2AR-546134     -5.643867     56.38278            145
    +#> 10356 VR2AR-546134     -5.643867     56.38278            145
    +#> 10357 VR2AR-546134     -5.643867     56.38278            145
    +#> 10358 VR2AR-546134     -5.643867     56.38278            145
    +#> 10359 VR2AR-546134     -5.643867     56.38278            145
    +#> 10360 VR2AR-546134     -5.643867     56.38278            145
    +#> 10361 VR2AR-546134     -5.643867     56.38278            145
    +#> 10362 VR2AR-546134     -5.643867     56.38278            145
    +#> 10363 VR2AR-546134     -5.643867     56.38278            145
    +#> 10364 VR2AR-546134     -5.643867     56.38278            145
    +#> 10365 VR2AR-546134     -5.643867     56.38278            145
    +#> 10366 VR2AR-546134     -5.643867     56.38278            145
    +#> 10367 VR2AR-546134     -5.643867     56.38278            145
    +#> 10368 VR2AR-546134     -5.643867     56.38278            145
    +#> 10369 VR2AR-546134     -5.643867     56.38278            145
    +#> 10370 VR2AR-546134     -5.643867     56.38278            145
    +#> 10371 VR2AR-546134     -5.643867     56.38278            145
    +#> 10372 VR2AR-546134     -5.643867     56.38278            145
    +#> 10373 VR2AR-546134     -5.643867     56.38278            145
    +#> 10374 VR2AR-546134     -5.643867     56.38278            145
    +#> 10375 VR2AR-546134     -5.643867     56.38278            145
    +#> 10376 VR2AR-546134     -5.643867     56.38278            145
    +#> 10377 VR2AR-546134     -5.643867     56.38278            145
    +#> 10378 VR2AR-546134     -5.643867     56.38278            145
    +#> 10379 VR2AR-546134     -5.643867     56.38278            145
    +#> 10380 VR2AR-546134     -5.643867     56.38278            145
    +#> 10381 VR2AR-546134     -5.643867     56.38278            145
    +#> 10382 VR2AR-546134     -5.643867     56.38278            145
    +#> 10383 VR2AR-546585     -5.623995     56.37436             75
    +#> 10384 VR2AR-546585     -5.623995     56.37436             75
    +#> 10385 VR2AR-546585     -5.623995     56.37436             75
    +#> 10386 VR2AR-546585     -5.623995     56.37436             75
    +#> 10387 VR2AR-546585     -5.623995     56.37436             75
    +#> 10388 VR2AR-546585     -5.623995     56.37436             75
    +#> 10389 VR2AR-546585     -5.623995     56.37436             75
    +#> 10390 VR2AR-546585     -5.623995     56.37436             75
    +#> 10391 VR2AR-546585     -5.623995     56.37436             75
    +#> 10392 VR2AR-546585     -5.623995     56.37436             75
    +#> 10393 VR2AR-546585     -5.623995     56.37436             75
    +#> 10394 VR2AR-546585     -5.623995     56.37436             75
    +#> 10395 VR2AR-546585     -5.623995     56.37436             75
    +#> 10396 VR2AR-546585     -5.623995     56.37436             75
    +#> 10397 VR2AR-546585     -5.623995     56.37436             75
    +#> 10398 VR2AR-546585     -5.623995     56.37436             75
    +#> 10399 VR2AR-546585     -5.623995     56.37436             75
    +#> 10400 VR2AR-546585     -5.623995     56.37436             75
    +#> 10401 VR2AR-546585     -5.623995     56.37436             75
    +#> 10402 VR2AR-546585     -5.623995     56.37436             75
    +#> 10403 VR2AR-546585     -5.623995     56.37436             75
    +#> 10404  VR2W-108158     -5.619533     56.37413             25
    +#> 10405  VR2W-108158     -5.619533     56.37413             25
    +#> 10406 VR2AR-546585     -5.623995     56.37436             75
    +#> 10407  VR2W-108158     -5.619533     56.37413             25
    +#> 10408 VR2AR-546585     -5.623995     56.37436             75
    +#> 10409 VR2AR-546585     -5.623995     56.37436             75
    +#> 10410 VR2AR-546585     -5.623995     56.37436             75
    +#> 10411  VR2W-108158     -5.619533     56.37413             25
    +#> 10412  VR2W-108158     -5.619533     56.37413             25
    +#> 10413  VR2W-108158     -5.619533     56.37413             25
    +#> 10414  VR2W-108158     -5.619533     56.37413             25
    +#> 10415  VR2W-108158     -5.619533     56.37413             25
    +#> 10416  VR2W-108158     -5.619533     56.37413             25
    +#> 10417 VR2AR-546585     -5.623995     56.37436             75
    +#> 10418  VR2W-108158     -5.619533     56.37413             25
    +#> 10419  VR2W-108158     -5.619533     56.37413             25
    +#> 10420  VR2W-108158     -5.619533     56.37413             25
    +#> 10421 VR2AR-546585     -5.623995     56.37436             75
    +#> 10422  VR2W-108158     -5.619533     56.37413             25
    +#> 10423  VR2W-108158     -5.619533     56.37413             25
    +#> 10424  VR2W-108158     -5.619533     56.37413             25
    +#> 10425  VR2W-108158     -5.619533     56.37413             25
    +#> 10426  VR2W-108158     -5.619533     56.37413             25
    +#> 10427  VR2W-108158     -5.619533     56.37413             25
    +#> 10428 VR2AR-546585     -5.623995     56.37436             75
    +#> 10429  VR2W-108158     -5.619533     56.37413             25
    +#> 10430  VR2W-108158     -5.619533     56.37413             25
    +#> 10431 VR2AR-546585     -5.623995     56.37436             75
    +#> 10432  VR2W-108158     -5.619533     56.37413             25
    +#> 10433 VR2AR-546585     -5.623995     56.37436             75
    +#> 10434  VR2W-108158     -5.619533     56.37413             25
    +#> 10435  VR2W-108158     -5.619533     56.37413             25
    +#> 10436 VR2AR-546585     -5.623995     56.37436             75
    +#> 10437  VR2W-108158     -5.619533     56.37413             25
    +#> 10438  VR2W-108158     -5.619533     56.37413             25
    +#> 10439  VR2W-108158     -5.619533     56.37413             25
    +#> 10440 VR2AR-546585     -5.623995     56.37436             75
    +#> 10441  VR2W-108158     -5.619533     56.37413             25
    +#> 10442 VR2AR-546585     -5.623995     56.37436             75
    +#> 10443  VR2W-108158     -5.619533     56.37413             25
    +#> 10444 VR2AR-546585     -5.623995     56.37436             75
    +#> 10445  VR2W-108158     -5.619533     56.37413             25
    +#> 10446 VR2AR-546585     -5.623995     56.37436             75
    +#> 10447  VR2W-108158     -5.619533     56.37413             25
    +#> 10448  VR2W-108158     -5.619533     56.37413             25
    +#> 10449 VR2AR-546585     -5.623995     56.37436             75
    +#> 10450 VR2AR-546585     -5.623995     56.37436             75
    +#> 10451 VR2AR-546585     -5.623995     56.37436             75
    +#> 10452 VR2AR-546585     -5.623995     56.37436             75
    +#> 10453 VR2AR-546585     -5.623995     56.37436             75
    +#> 10454 VR2AR-546585     -5.623995     56.37436             75
    +#> 10455  VR2W-108158     -5.619533     56.37413             25
    +#> 10456 VR2AR-546131     -5.612700     56.37988             35
    +#> 10457 VR2AR-546131     -5.612700     56.37988             35
    +#> 10458 VR2AR-546131     -5.612700     56.37988             35
    +#> 10459 VR2AR-546131     -5.612700     56.37988             35
    +#> 10460 VR2AR-546131     -5.612700     56.37988             35
    +#> 10461 VR2AR-546131     -5.612700     56.37988             35
    +#> 10462 VR2AR-546131     -5.612700     56.37988             35
    +#> 10463 VR2AR-546131     -5.612700     56.37988             35
    +#> 10464 VR2AR-546131     -5.612700     56.37988             35
    +#> 10465 VR2AR-546131     -5.612700     56.37988             35
    +#> 10466 VR2AR-546131     -5.612700     56.37988             35
    +#> 10467 VR2AR-546131     -5.612700     56.37988             35
    +#> 10468 VR2AR-546131     -5.612700     56.37988             35
    +#> 10469 VR2AR-546131     -5.612700     56.37988             35
    +#> 10470 VR2AR-546131     -5.612700     56.37988             35
    +#> 10471 VR2AR-546131     -5.612700     56.37988             35
    +#> 10472 VR2AR-546131     -5.612700     56.37988             35
    +#> 10473 VR2AR-546131     -5.612700     56.37988             35
    +#> 10474 VR2AR-546131     -5.612700     56.37988             35
    +#> 10475 VR2AR-546131     -5.612700     56.37988             35
    +#> 10476 VR2AR-546131     -5.612700     56.37988             35
    +#> 10477 VR2AR-546131     -5.612700     56.37988             35
    +#> 10478 VR2AR-546131     -5.612700     56.37988             35
    +#> 10479 VR2AR-546131     -5.612700     56.37988             35
    +#> 10480 VR2AR-546131     -5.612700     56.37988             35
    +#> 10481 VR2AR-546131     -5.612700     56.37988             35
    +#> 10482 VR2AR-546131     -5.612700     56.37988             35
    +#> 10483 VR2AR-546131     -5.612700     56.37988             35
    +#> 10484 VR2AR-546131     -5.612700     56.37988             35
    +#> 10485 VR2AR-546131     -5.612700     56.37988             35
    +#> 10486 VR2AR-546131     -5.612700     56.37988             35
    +#> 10487 VR2AR-546131     -5.612700     56.37988             35
    +#> 10488 VR2AR-546131     -5.612700     56.37988             35
    +#> 10489 VR2AR-546131     -5.612700     56.37988             35
    +#> 10490 VR2AR-546131     -5.612700     56.37988             35
    +#> 10491 VR2AR-546131     -5.612700     56.37988             35
    +#> 10492 VR2AR-546131     -5.612700     56.37988             35
    +#> 10493 VR2AR-546131     -5.612700     56.37988             35
    +#> 10494 VR2AR-546131     -5.612700     56.37988             35
    +#> 10495 VR2AR-546131     -5.612700     56.37988             35
    +#> 10496 VR2AR-546131     -5.612700     56.37988             35
    +#> 10497 VR2AR-546131     -5.612700     56.37988             35
    +#> 10498 VR2AR-546131     -5.612700     56.37988             35
    +#> 10499 VR2AR-546131     -5.612700     56.37988             35
    +#> 10500 VR2AR-546131     -5.612700     56.37988             35
    +#> 10501 VR2AR-546131     -5.612700     56.37988             35
    +#> 10502 VR2AR-546584     -5.604973     56.37774             30
    +#> 10503 VR2AR-546131     -5.612700     56.37988             35
    +#> 10504 VR2AR-546584     -5.604973     56.37774             30
    +#> 10505 VR2AR-546131     -5.612700     56.37988             35
    +#> 10506 VR2AR-546584     -5.604973     56.37774             30
    +#> 10507 VR2AR-546131     -5.612700     56.37988             35
    +#> 10508 VR2AR-546131     -5.612700     56.37988             35
    +#> 10509 VR2AR-546584     -5.604973     56.37774             30
    +#> 10510 VR2AR-546584     -5.604973     56.37774             30
    +#> 10511 VR2AR-546131     -5.612700     56.37988             35
    +#> 10512 VR2AR-546131     -5.612700     56.37988             35
    +#> 10513 VR2AR-546584     -5.604973     56.37774             30
    +#> 10514 VR2AR-546131     -5.612700     56.37988             35
    +#> 10515 VR2AR-546131     -5.612700     56.37988             35
    +#> 10516 VR2AR-546584     -5.604973     56.37774             30
    +#> 10517 VR2AR-546131     -5.612700     56.37988             35
    +#> 10518 VR2AR-546584     -5.604973     56.37774             30
    +#> 10519 VR2AR-546584     -5.604973     56.37774             30
    +#> 10520 VR2AR-546131     -5.612700     56.37988             35
    +#> 10521 VR2AR-546584     -5.604973     56.37774             30
    +#> 10522 VR2AR-546131     -5.612700     56.37988             35
    +#> 10523 VR2AR-546131     -5.612700     56.37988             35
    +#> 10524 VR2AR-546584     -5.604973     56.37774             30
    +#> 10525 VR2AR-546584     -5.604973     56.37774             30
    +#> 10526 VR2AR-546131     -5.612700     56.37988             35
    +#> 10527 VR2AR-546131     -5.612700     56.37988             35
    +#> 10528 VR2AR-546584     -5.604973     56.37774             30
    +#> 10529 VR2AR-546131     -5.612700     56.37988             35
    +#> 10530 VR2AR-546584     -5.604973     56.37774             30
    +#> 10531 VR2AR-546131     -5.612700     56.37988             35
    +#> 10532 VR2AR-546131     -5.612700     56.37988             35
    +#> 10533 VR2AR-546584     -5.604973     56.37774             30
    +#> 10534 VR2AR-546584     -5.604973     56.37774             30
    +#> 10535 VR2AR-546131     -5.612700     56.37988             35
    +#> 10536 VR2AR-546131     -5.612700     56.37988             35
    +#> 10537 VR2AR-546584     -5.604973     56.37774             30
    +#> 10538 VR2AR-546584     -5.604973     56.37774             30
    +#> 10539 VR2AR-546131     -5.612700     56.37988             35
    +#> 10540 VR2AR-546131     -5.612700     56.37988             35
    +#> 10541 VR2AR-546584     -5.604973     56.37774             30
    +#> 10542 VR2AR-546131     -5.612700     56.37988             35
    +#> 10543 VR2AR-546131     -5.612700     56.37988             35
    +#> 10544 VR2AR-546131     -5.612700     56.37988             35
    +#> 10545 VR2AR-546131     -5.612700     56.37988             35
    +#> 10546 VR2AR-546131     -5.612700     56.37988             35
    +#> 10547 VR2AR-546131     -5.612700     56.37988             35
    +#> 10548 VR2AR-546131     -5.612700     56.37988             35
    +#> 10549 VR2AR-546131     -5.612700     56.37988             35
    +#> 10550 VR2AR-546131     -5.612700     56.37988             35
    +#> 10551 VR2AR-546131     -5.612700     56.37988             35
    +#> 10552 VR2AR-546131     -5.612700     56.37988             35
    +#> 10553 VR2AR-546131     -5.612700     56.37988             35
    +#> 10554 VR2AR-546131     -5.612700     56.37988             35
    +#> 10555 VR2AR-546131     -5.612700     56.37988             35
    +#> 10556 VR2AR-546131     -5.612700     56.37988             35
    +#> 10557 VR2AR-546134     -5.643867     56.38278            145
    +#> 10558 VR2AR-546134     -5.643867     56.38278            145
    +#> 10559 VR2AR-546134     -5.643867     56.38278            145
    +#> 10560 VR2AR-546134     -5.643867     56.38278            145
    +#> 10561 VR2AR-546134     -5.643867     56.38278            145
    +#> 10562 VR2AR-546134     -5.643867     56.38278            145
    +#> 10563 VR2AR-546134     -5.643867     56.38278            145
    +#> 10564 VR2AR-546134     -5.643867     56.38278            145
    +#> 10565 VR2AR-546134     -5.643867     56.38278            145
    +#> 10566 VR2AR-546134     -5.643867     56.38278            145
    +#> 10567 VR2AR-546134     -5.643867     56.38278            145
    +#> 10568 VR2AR-546134     -5.643867     56.38278            145
    +#> 10569 VR2AR-546134     -5.643867     56.38278            145
    +#> 10570 VR2AR-546134     -5.643867     56.38278            145
    +#> 10571 VR2AR-546134     -5.643867     56.38278            145
    +#> 10572 VR2AR-546134     -5.643867     56.38278            145
    +#> 10573 VR2AR-546134     -5.643867     56.38278            145
    +#> 10574 VR2AR-546134     -5.643867     56.38278            145
    +#> 10575 VR2AR-546134     -5.643867     56.38278            145
    +#> 10576 VR2AR-546134     -5.643867     56.38278            145
    +#> 10577 VR2AR-546134     -5.643867     56.38278            145
    +#> 10578 VR2AR-546134     -5.643867     56.38278            145
    +#> 10579 VR2AR-546134     -5.643867     56.38278            145
    +#> 10580 VR2AR-546134     -5.643867     56.38278            145
    +#> 10581 VR2AR-546135     -5.657067     56.38803             85
    +#> 10582 VR2AR-546135     -5.657067     56.38803             85
    +#> 10583 VR2AR-546135     -5.657067     56.38803             85
    +#> 10584 VR2AR-546380     -5.637917     56.44800             25
    +#> 10585 VR2AR-546380     -5.637917     56.44800             25
    +#> 10586 VR2AR-546380     -5.637917     56.44800             25
    +#> 10587 VR2AR-546380     -5.637917     56.44800             25
    +#> 10588 VR2AR-546380     -5.637917     56.44800             25
    +#> 10589 VR2AR-546380     -5.637917     56.44800             25
    +#> 10590 VR2AR-546380     -5.637917     56.44800             25
    +#> 10591 VR2AR-546380     -5.637917     56.44800             25
    +#> 10592 VR2AR-546380     -5.637917     56.44800             25
    +#> 10593 VR2AR-546380     -5.637917     56.44800             25
    +#> 10594 VR2AR-546380     -5.637917     56.44800             25
    +#> 10595 VR2AR-546380     -5.637917     56.44800             25
    +#> 10596 VR2AR-546380     -5.637917     56.44800             25
    +#> 10597 VR2AR-546380     -5.637917     56.44800             25
    +#> 10598 VR2AR-546380     -5.637917     56.44800             25
    +#> 10599 VR2AR-546380     -5.637917     56.44800             25
    +#> 10600 VR2AR-546380     -5.637917     56.44800             25
    +#> 10601 VR2AR-546380     -5.637917     56.44800             25
    +#> 10602 VR2AR-546586     -5.707092     56.49447             20
    +#> 10603 VR2AR-546133     -5.701717     56.49747             90
    +#> 10604 VR2AR-546133     -5.701717     56.49747             90
    +#> 10605 VR2AR-546586     -5.707092     56.49447             20
    +#> 10606 VR2AR-546586     -5.707092     56.49447             20
    +#> 10607 VR2AR-546586     -5.707092     56.49447             20
    +#> 10608 VR2AR-546133     -5.701717     56.49747             90
    +#> 10609 VR2AR-546586     -5.707092     56.49447             20
    +#> 10610 VR2AR-546586     -5.707092     56.49447             20
    +#> 10611 VR2AR-546586     -5.707092     56.49447             20
    +#> 10612 VR2AR-546586     -5.707092     56.49447             20
    +#> 10613 VR2AR-546133     -5.701717     56.49747             90
    +#> 10614 VR2AR-546586     -5.707092     56.49447             20
    +#> 10615 VR2AR-546133     -5.701717     56.49747             90
    +#> 10616 VR2AR-546586     -5.707092     56.49447             20
    +#> 10617 VR2AR-546586     -5.707092     56.49447             20
    +#> 10618 VR2AR-546133     -5.701717     56.49747             90
    +#> 10619 VR2AR-546586     -5.707092     56.49447             20
    +#> 10620 VR2AR-546133     -5.701717     56.49747             90
    +#> 10621 VR2AR-546586     -5.707092     56.49447             20
    +#> 10622 VR2AR-546586     -5.707092     56.49447             20
    +#> 10623 VR2AR-546586     -5.707092     56.49447             20
    +#> 10624 VR2AR-546133     -5.701717     56.49747             90
    +#> 10625 VR2AR-546586     -5.707092     56.49447             20
    +#> 10626 VR2AR-546133     -5.701717     56.49747             90
    +#> 10627 VR2AR-546133     -5.701717     56.49747             90
    +#> 10628 VR2AR-546133     -5.701717     56.49747             90
    +#> 10629 VR2AR-546133     -5.701717     56.49747             90
    +#> 10630 VR2AR-546133     -5.701717     56.49747             90
    +#> 10631 VR2AR-546133     -5.701717     56.49747             90
    +#> 10632 VR2AR-546133     -5.701717     56.49747             90
    +#> 10633 VR2AR-546133     -5.701717     56.49747             90
    +#> 10634 VR2AR-546586     -5.707092     56.49447             20
    +#> 10635 VR2AR-546586     -5.707092     56.49447             20
    +#> 10636 VR2AR-546586     -5.707092     56.49447             20
    +#> 10637 VR2AR-546133     -5.701717     56.49747             90
    +#> 10638 VR2AR-546586     -5.707092     56.49447             20
    +#> 10639 VR2AR-546586     -5.707092     56.49447             20
    +#> 10640 VR2AR-546133     -5.701717     56.49747             90
    +#> 10641 VR2AR-546586     -5.707092     56.49447             20
    +#> 10642 VR2AR-546586     -5.707092     56.49447             20
    +#> 10643 VR2AR-546586     -5.707092     56.49447             20
    +#> 10644 VR2AR-546586     -5.707092     56.49447             20
    +#> 10645 VR2AR-546586     -5.707092     56.49447             20
    +#> 10646 VR2AR-546133     -5.701717     56.49747             90
    +#> 10647 VR2AR-546586     -5.707092     56.49447             20
    +#> 10648 VR2AR-546586     -5.707092     56.49447             20
    +#> 10649 VR2AR-546586     -5.707092     56.49447             20
    +#> 10650 VR2AR-546586     -5.707092     56.49447             20
    +#> 10651 VR2AR-546586     -5.707092     56.49447             20
    +#> 10652 VR2AR-546586     -5.707092     56.49447             20
    +#> 10653 VR2AR-546586     -5.707092     56.49447             20
    +#> 10654 VR2AR-546586     -5.707092     56.49447             20
    +#> 10655 VR2AR-546586     -5.707092     56.49447             20
    +#> 10656 VR2AR-546380     -5.637917     56.44800             25
    +#> 10657 VR2AR-546380     -5.637917     56.44800             25
    +#> 10658 VR2AR-546380     -5.637917     56.44800             25
    +#> 10659 VR2AR-546380     -5.637917     56.44800             25
    +#> 10660 VR2AR-546380     -5.637917     56.44800             25
    +#> 10661 VR2AR-546380     -5.637917     56.44800             25
    +#> 10662 VR2AR-546380     -5.637917     56.44800             25
    +#> 10663 VR2AR-546380     -5.637917     56.44800             25
    +#> 10664 VR2AR-546380     -5.637917     56.44800             25
    +#> 10665 VR2AR-546380     -5.637917     56.44800             25
    +#> 10666 VR2AR-546380     -5.637917     56.44800             25
    +#> 10667 VR2AR-546380     -5.637917     56.44800             25
    +#> 10668 VR2AR-546380     -5.637917     56.44800             25
    +#> 10669 VR2AR-546380     -5.637917     56.44800             25
    +#> 10670 VR2AR-546380     -5.637917     56.44800             25
    +#> 10671 VR2AR-546380     -5.637917     56.44800             25
    +#> 10672 VR2AR-546380     -5.637917     56.44800             25
    +#> 10673 VR2AR-546380     -5.637917     56.44800             25
    +#> 10674 VR2AR-546380     -5.637917     56.44800             25
    +#> 10675 VR2AR-546380     -5.637917     56.44800             25
    +#> 10676 VR2AR-546380     -5.637917     56.44800             25
    +#> 10677 VR2AR-546380     -5.637917     56.44800             25
    +#> 10678 VR2AR-546380     -5.637917     56.44800             25
    +#> 10679 VR2AR-546380     -5.637917     56.44800             25
    +#> 10680 VR2AR-546380     -5.637917     56.44800             25
    +#> 10681 VR2AR-546380     -5.637917     56.44800             25
    +#> 10682 VR2AR-546134     -5.643867     56.38278            145
    +#> 10683 VR2AR-546134     -5.643867     56.38278            145
    +#> 10684 VR2AR-546134     -5.643867     56.38278            145
    +#> 10685 VR2AR-546134     -5.643867     56.38278            145
    +#> 10686 VR2AR-546134     -5.643867     56.38278            145
    +#> 10687 VR2AR-546134     -5.643867     56.38278            145
    +#> 10688 VR2AR-546134     -5.643867     56.38278            145
    +#> 10689 VR2AR-546134     -5.643867     56.38278            145
    +#> 10690 VR2AR-546134     -5.643867     56.38278            145
    +#> 10691 VR2AR-546134     -5.643867     56.38278            145
    +#> 10692 VR2AR-546134     -5.643867     56.38278            145
    +#> 10693 VR2AR-546134     -5.643867     56.38278            145
    +#> 10694 VR2AR-546134     -5.643867     56.38278            145
    +#> 10695 VR2AR-546131     -5.612700     56.37988             35
    +#> 10696 VR2AR-546131     -5.612700     56.37988             35
    +#> 10697 VR2AR-546131     -5.612700     56.37988             35
    +#> 10698 VR2AR-546131     -5.612700     56.37988             35
    +#> 10699 VR2AR-546131     -5.612700     56.37988             35
    +#> 10700 VR2AR-546131     -5.612700     56.37988             35
    +#> 10701 VR2AR-546131     -5.612700     56.37988             35
    +#> 10702 VR2AR-546131     -5.612700     56.37988             35
    +#> 10703 VR2AR-546131     -5.612700     56.37988             35
    +#> 10704 VR2AR-546131     -5.612700     56.37988             35
    +#> 10705 VR2AR-546131     -5.612700     56.37988             35
    +#> 10706 VR2AR-546131     -5.612700     56.37988             35
    +#> 10707 VR2AR-546131     -5.612700     56.37988             35
    +#> 10708 VR2AR-546131     -5.612700     56.37988             35
    +#> 10709 VR2AR-546131     -5.612700     56.37988             35
    +#> 10710 VR2AR-546131     -5.612700     56.37988             35
    +#> 10711 VR2AR-546131     -5.612700     56.37988             35
    +#> 10712 VR2AR-546131     -5.612700     56.37988             35
    +#> 10713 VR2AR-546131     -5.612700     56.37988             35
    +#> 10714 VR2AR-546131     -5.612700     56.37988             35
    +#> 10715 VR2AR-546131     -5.612700     56.37988             35
    +#> 10716 VR2AR-546131     -5.612700     56.37988             35
    +#> 10717 VR2AR-546131     -5.612700     56.37988             35
    +#> 10718 VR2AR-546131     -5.612700     56.37988             35
    +#> 10719 VR2AR-546131     -5.612700     56.37988             35
    +#> 10720 VR2AR-546131     -5.612700     56.37988             35
    +#> 10721 VR2AR-546131     -5.612700     56.37988             35
    +#> 10722 VR2AR-546131     -5.612700     56.37988             35
    +#> 10723 VR2AR-546131     -5.612700     56.37988             35
    +#> 10724 VR2AR-546131     -5.612700     56.37988             35
    +#> 10725 VR2AR-546131     -5.612700     56.37988             35
    +#> 10726 VR2AR-546131     -5.612700     56.37988             35
    +#> 10727 VR2AR-546131     -5.612700     56.37988             35
    +#> 10728 VR2AR-546131     -5.612700     56.37988             35
    +#> 10729 VR2AR-546131     -5.612700     56.37988             35
    +#> 10730 VR2AR-546131     -5.612700     56.37988             35
    +#> 10731 VR2AR-546131     -5.612700     56.37988             35
    +#> 10732 VR2AR-546131     -5.612700     56.37988             35
    +#> 10733 VR2AR-546131     -5.612700     56.37988             35
    +#> 10734 VR2AR-546131     -5.612700     56.37988             35
    +#> 10735 VR2AR-546131     -5.612700     56.37988             35
    +#> 10736 VR2AR-546131     -5.612700     56.37988             35
    +#> 10737 VR2AR-546131     -5.612700     56.37988             35
    +#> 10738 VR2AR-546131     -5.612700     56.37988             35
    +#> 10739 VR2AR-546131     -5.612700     56.37988             35
    +#> 10740 VR2AR-546131     -5.612700     56.37988             35
    +#> 10741 VR2AR-546131     -5.612700     56.37988             35
    +#> 10742 VR2AR-546131     -5.612700     56.37988             35
    +#> 10743 VR2AR-546131     -5.612700     56.37988             35
    +#> 10744 VR2AR-546131     -5.612700     56.37988             35
    +#> 10745 VR2AR-546131     -5.612700     56.37988             35
    +#> 10746 VR2AR-546131     -5.612700     56.37988             35
    +#> 10747 VR2AR-546131     -5.612700     56.37988             35
    +#> 10748 VR2AR-546131     -5.612700     56.37988             35
    +#> 10749 VR2AR-546131     -5.612700     56.37988             35
    +#> 10750 VR2AR-546131     -5.612700     56.37988             35
    +#> 10751 VR2AR-546131     -5.612700     56.37988             35
    +#> 10752 VR2AR-546131     -5.612700     56.37988             35
    +#> 10753 VR2AR-546131     -5.612700     56.37988             35
    +#> 10754 VR2AR-546131     -5.612700     56.37988             35
    +#> 10755 VR2AR-546131     -5.612700     56.37988             35
    +#> 10756 VR2AR-546131     -5.612700     56.37988             35
    +#> 10757 VR2AR-546131     -5.612700     56.37988             35
    +#> 10758 VR2AR-546131     -5.612700     56.37988             35
    +#> 10759 VR2AR-546131     -5.612700     56.37988             35
    +#> 10760 VR2AR-546131     -5.612700     56.37988             35
    +#> 10761 VR2AR-546131     -5.612700     56.37988             35
    +#> 10762 VR2AR-546131     -5.612700     56.37988             35
    +#> 10763 VR2AR-546131     -5.612700     56.37988             35
    +#> 10764 VR2AR-546131     -5.612700     56.37988             35
    +#> 10765 VR2AR-546131     -5.612700     56.37988             35
    +#> 10766 VR2AR-546131     -5.612700     56.37988             35
    +#> 10767 VR2AR-546131     -5.612700     56.37988             35
    +#> 10768 VR2AR-546131     -5.612700     56.37988             35
    +#> 10769 VR2AR-546131     -5.612700     56.37988             35
    +#> 10770 VR2AR-546131     -5.612700     56.37988             35
    +#> 10771 VR2AR-546131     -5.612700     56.37988             35
    +#> 10772 VR2AR-546131     -5.612700     56.37988             35
    +#> 10773 VR2AR-546131     -5.612700     56.37988             35
    +#> 10774 VR2AR-546131     -5.612700     56.37988             35
    +#> 10775 VR2AR-546131     -5.612700     56.37988             35
    +#> 10776 VR2AR-546131     -5.612700     56.37988             35
    +#> 10777 VR2AR-546131     -5.612700     56.37988             35
    +#> 10778 VR2AR-546131     -5.612700     56.37988             35
    +#> 10779 VR2AR-546131     -5.612700     56.37988             35
    +#> 10780 VR2AR-546131     -5.612700     56.37988             35
    +#> 10781 VR2AR-546131     -5.612700     56.37988             35
    +#> 10782 VR2AR-546131     -5.612700     56.37988             35
    +#> 10783 VR2AR-546131     -5.612700     56.37988             35
    +#> 10784 VR2AR-546131     -5.612700     56.37988             35
    +#> 10785 VR2AR-546131     -5.612700     56.37988             35
    +#> 10786 VR2AR-546131     -5.612700     56.37988             35
    +#> 10787 VR2AR-546131     -5.612700     56.37988             35
    +#> 10788 VR2AR-546131     -5.612700     56.37988             35
    +#> 10789 VR2AR-546131     -5.612700     56.37988             35
    +#> 10790 VR2AR-546131     -5.612700     56.37988             35
    +#> 10791 VR2AR-546131     -5.612700     56.37988             35
    +#> 10792 VR2AR-546131     -5.612700     56.37988             35
    +#> 10793 VR2AR-546131     -5.612700     56.37988             35
    +#> 10794 VR2AR-546131     -5.612700     56.37988             35
    +#> 10795 VR2AR-546131     -5.612700     56.37988             35
    +#> 10796 VR2AR-546131     -5.612700     56.37988             35
    +#> 10797 VR2AR-546131     -5.612700     56.37988             35
    +#> 10798 VR2AR-546131     -5.612700     56.37988             35
    +#> 10799 VR2AR-546131     -5.612700     56.37988             35
    +#> 10800 VR2AR-546131     -5.612700     56.37988             35
    +#> 10801 VR2AR-546131     -5.612700     56.37988             35
    +#> 10802 VR2AR-546131     -5.612700     56.37988             35
    +#> 10803 VR2AR-546131     -5.612700     56.37988             35
    +#> 10804 VR2AR-546131     -5.612700     56.37988             35
    +#> 10805 VR2AR-546131     -5.612700     56.37988             35
    +#> 10806 VR2AR-546131     -5.612700     56.37988             35
    +#> 10807 VR2AR-546131     -5.612700     56.37988             35
    +#> 10808 VR2AR-546584     -5.604973     56.37774             30
    +#> 10809 VR2AR-546131     -5.612700     56.37988             35
    +#> 10810 VR2AR-546131     -5.612700     56.37988             35
    +#> 10811 VR2AR-546131     -5.612700     56.37988             35
    +#> 10812 VR2AR-546584     -5.604973     56.37774             30
    +#> 10813 VR2AR-546584     -5.604973     56.37774             30
    +#> 10814 VR2AR-546131     -5.612700     56.37988             35
    +#> 10815 VR2AR-546131     -5.612700     56.37988             35
    +#> 10816 VR2AR-546584     -5.604973     56.37774             30
    +#> 10817 VR2AR-546584     -5.604973     56.37774             30
    +#> 10818 VR2AR-546584     -5.604973     56.37774             30
    +#> 10819 VR2AR-546131     -5.612700     56.37988             35
    +#> 10820 VR2AR-546584     -5.604973     56.37774             30
    +#> 10821 VR2AR-546584     -5.604973     56.37774             30
    +#> 10822 VR2AR-546584     -5.604973     56.37774             30
    +#> 10823 VR2AR-546584     -5.604973     56.37774             30
    +#> 10824 VR2AR-546584     -5.604973     56.37774             30
    +#> 10825 VR2AR-546584     -5.604973     56.37774             30
    +#> 10826 VR2AR-546584     -5.604973     56.37774             30
    +#> 10827 VR2AR-546584     -5.604973     56.37774             30
    +#> 10828 VR2AR-546131     -5.612700     56.37988             35
    +#> 10829 VR2AR-546131     -5.612700     56.37988             35
    +#> 10830 VR2AR-546584     -5.604973     56.37774             30
    +#> 10831 VR2AR-546131     -5.612700     56.37988             35
    +#> 10832 VR2AR-546131     -5.612700     56.37988             35
    +#> 10833 VR2AR-546131     -5.612700     56.37988             35
    +#> 10834 VR2AR-546131     -5.612700     56.37988             35
    +#> 10835 VR2AR-546131     -5.612700     56.37988             35
    +#> 10836 VR2AR-546131     -5.612700     56.37988             35
    +#> 10837 VR2AR-546131     -5.612700     56.37988             35
    +#> 10838 VR2AR-546584     -5.604973     56.37774             30
    +#> 10839 VR2AR-546131     -5.612700     56.37988             35
    +#> 10840 VR2AR-546584     -5.604973     56.37774             30
    +#> 10841 VR2AR-546131     -5.612700     56.37988             35
    +#> 10842 VR2AR-546131     -5.612700     56.37988             35
    +#> 10843 VR2AR-546584     -5.604973     56.37774             30
    +#> 10844 VR2AR-546584     -5.604973     56.37774             30
    +#> 10845 VR2AR-546131     -5.612700     56.37988             35
    +#> 10846 VR2AR-546584     -5.604973     56.37774             30
    +#> 10847 VR2AR-546131     -5.612700     56.37988             35
    +#> 10848 VR2AR-546131     -5.612700     56.37988             35
    +#> 10849 VR2AR-546131     -5.612700     56.37988             35
    +#> 10850 VR2AR-546584     -5.604973     56.37774             30
    +#> 10851 VR2AR-546131     -5.612700     56.37988             35
    +#> 10852 VR2AR-546131     -5.612700     56.37988             35
    +#> 10853 VR2AR-546131     -5.612700     56.37988             35
    +#> 10854 VR2AR-546131     -5.612700     56.37988             35
    +#> 10855 VR2AR-546131     -5.612700     56.37988             35
    +#> 10856 VR2AR-546131     -5.612700     56.37988             35
    +#> 10857 VR2AR-546131     -5.612700     56.37988             35
    +#> 10858 VR2AR-546131     -5.612700     56.37988             35
    +#> 10859 VR2AR-546131     -5.612700     56.37988             35
    +#> 10860 VR2AR-546131     -5.612700     56.37988             35
    +#> 10861 VR2AR-546584     -5.604973     56.37774             30
    +#> 10862 VR2AR-546131     -5.612700     56.37988             35
    +#> 10863 VR2AR-546584     -5.604973     56.37774             30
    +#> 10864 VR2AR-546131     -5.612700     56.37988             35
    +#> 10865 VR2AR-546131     -5.612700     56.37988             35
    +#> 10866 VR2AR-546131     -5.612700     56.37988             35
    +#> 10867 VR2AR-546131     -5.612700     56.37988             35
    +#> 10868 VR2AR-546131     -5.612700     56.37988             35
    +#> 10869 VR2AR-546131     -5.612700     56.37988             35
    +#> 10870 VR2AR-546131     -5.612700     56.37988             35
    +#> 10871 VR2AR-546131     -5.612700     56.37988             35
    +#> 10872 VR2AR-546131     -5.612700     56.37988             35
    +#> 10873 VR2AR-546131     -5.612700     56.37988             35
    +#> 10874 VR2AR-546131     -5.612700     56.37988             35
    +#> 10875 VR2AR-546131     -5.612700     56.37988             35
    +#> 10876 VR2AR-546131     -5.612700     56.37988             35
    +#> 10877 VR2AR-546584     -5.604973     56.37774             30
    +#> 10878 VR2AR-546131     -5.612700     56.37988             35
    +#> 10879 VR2AR-546584     -5.604973     56.37774             30
    +#> 10880 VR2AR-546131     -5.612700     56.37988             35
    +#> 10881 VR2AR-546131     -5.612700     56.37988             35
    +#> 10882 VR2AR-546131     -5.612700     56.37988             35
    +#> 10883 VR2AR-546584     -5.604973     56.37774             30
    +#> 10884 VR2AR-546131     -5.612700     56.37988             35
    +#> 10885 VR2AR-546131     -5.612700     56.37988             35
    +#> 10886 VR2AR-546584     -5.604973     56.37774             30
    +#> 10887 VR2AR-546584     -5.604973     56.37774             30
    +#> 10888 VR2AR-546131     -5.612700     56.37988             35
    +#> 10889 VR2AR-546131     -5.612700     56.37988             35
    +#> 10890 VR2AR-546131     -5.612700     56.37988             35
    +#> 10891 VR2AR-546131     -5.612700     56.37988             35
    +#> 10892 VR2AR-546131     -5.612700     56.37988             35
    +#> 10893 VR2AR-546131     -5.612700     56.37988             35
    +#> 10894 VR2AR-546131     -5.612700     56.37988             35
    +#> 10895 VR2AR-546131     -5.612700     56.37988             35
    +#> 10896 VR2AR-546131     -5.612700     56.37988             35
    +#> 10897 VR2AR-546131     -5.612700     56.37988             35
    +#> 10898 VR2AR-546131     -5.612700     56.37988             35
    +#> 10899 VR2AR-546131     -5.612700     56.37988             35
    +#> 10900 VR2AR-546131     -5.612700     56.37988             35
    +#> 10901 VR2AR-546585     -5.623995     56.37436             75
    +#> 10902 VR2AR-546585     -5.623995     56.37436             75
    +#> 10903 VR2AR-546585     -5.623995     56.37436             75
    +#> 10904  VR2W-108160     -5.631733     56.37447             50
    +#> 10905 VR2AR-546585     -5.623995     56.37436             75
    +#> 10906  VR2W-108160     -5.631733     56.37447             50
    +#> 10907 VR2AR-546585     -5.623995     56.37436             75
    +#> 10908  VR2W-108160     -5.631733     56.37447             50
    +#> 10909 VR2AR-546585     -5.623995     56.37436             75
    +#> 10910 VR2AR-546585     -5.623995     56.37436             75
    +#> 10911 VR2AR-546585     -5.623995     56.37436             75
    +#> 10912 VR2AR-546585     -5.623995     56.37436             75
    +#> 10913 VR2AR-546585     -5.623995     56.37436             75
    +#> 10914  VR2W-108160     -5.631733     56.37447             50
    +#> 10915 VR2AR-546585     -5.623995     56.37436             75
    +#> 10916  VR2W-108160     -5.631733     56.37447             50
    +#> 10917 VR2AR-546585     -5.623995     56.37436             75
    +#> 10918  VR2W-108160     -5.631733     56.37447             50
    +#> 10919  VR2W-108160     -5.631733     56.37447             50
    +#> 10920  VR2W-108160     -5.631733     56.37447             50
    +#> 10921 VR2AR-546134     -5.643867     56.38278            145
    +#> 10922 VR2AR-546134     -5.643867     56.38278            145
    +#> 10923 VR2AR-546134     -5.643867     56.38278            145
    +#> 10924 VR2AR-546134     -5.643867     56.38278            145
    +#> 10925 VR2AR-546134     -5.643867     56.38278            145
    +#> 10926 VR2AR-546134     -5.643867     56.38278            145
    +#> 10927 VR2AR-546134     -5.643867     56.38278            145
    +#> 10928 VR2AR-546134     -5.643867     56.38278            145
    +#> 10929 VR2AR-546134     -5.643867     56.38278            145
    +#> 10930 VR2AR-546134     -5.643867     56.38278            145
    +#> 10931 VR2AR-546134     -5.643867     56.38278            145
    +#> 10932 VR2AR-546134     -5.643867     56.38278            145
    +#> 10933 VR2AR-546134     -5.643867     56.38278            145
    +#> 10934 VR2AR-546134     -5.643867     56.38278            145
    +#> 10935 VR2AR-546134     -5.643867     56.38278            145
    +#> 10936 VR2AR-546135     -5.657067     56.38803             85
    +#> 10937 VR2AR-546135     -5.657067     56.38803             85
    +#> 10938 VR2AR-546135     -5.657067     56.38803             85
    +#> 10939 VR2AR-546135     -5.657067     56.38803             85
    +#> 10940 VR2AR-546135     -5.657067     56.38803             85
    +#> 10941 VR2AR-546135     -5.657067     56.38803             85
    +#> 10942 VR2AR-546135     -5.657067     56.38803             85
    +#> 10943 VR2AR-546135     -5.657067     56.38803             85
    +#> 10944 VR2AR-546135     -5.657067     56.38803             85
    +#> 10945 VR2AR-546135     -5.657067     56.38803             85
    +#> 10946 VR2AR-546135     -5.657067     56.38803             85
    +#> 10947 VR2AR-546135     -5.657067     56.38803             85
    +#> 10948 VR2AR-546135     -5.657067     56.38803             85
    +#> 10949 VR2AR-546135     -5.657067     56.38803             85
    +#> 10950 VR2AR-546135     -5.657067     56.38803             85
    +#> 10951 VR2AR-546135     -5.657067     56.38803             85
    +#> 10952 VR2AR-546135     -5.657067     56.38803             85
    +#> 10953 VR2AR-546380     -5.637917     56.44800             25
    +#> 10954 VR2AR-546380     -5.637917     56.44800             25
    +#> 10955 VR2AR-546380     -5.637917     56.44800             25
    +#> 10956 VR2AR-546380     -5.637917     56.44800             25
    +#> 10957 VR2AR-546380     -5.637917     56.44800             25
    +#> 10958 VR2AR-546380     -5.637917     56.44800             25
    +#> 10959 VR2AR-546380     -5.637917     56.44800             25
    +#> 10960 VR2AR-546380     -5.637917     56.44800             25
    +#> 10961 VR2AR-546380     -5.637917     56.44800             25
    +#> 10962 VR2AR-546380     -5.637917     56.44800             25
    +#> 10963 VR2AR-546380     -5.637917     56.44800             25
    +#> 10964 VR2AR-546380     -5.637917     56.44800             25
    +#> 10965 VR2AR-546380     -5.637917     56.44800             25
    +#> 10966 VR2AR-546380     -5.637917     56.44800             25
    +#> 10967 VR2AR-546380     -5.637917     56.44800             25
    +#> 10968 VR2AR-546380     -5.637917     56.44800             25
    +#> 10969 VR2AR-546380     -5.637917     56.44800             25
    +#> 10970 VR2AR-546380     -5.637917     56.44800             25
    +#> 10971 VR2AR-546380     -5.637917     56.44800             25
    +#> 10972 VR2AR-546380     -5.637917     56.44800             25
    +#> 10973 VR2AR-546380     -5.637917     56.44800             25
    +#> 10974 VR2AR-546380     -5.637917     56.44800             25
    +#> 10975 VR2AR-546380     -5.637917     56.44800             25
    +#> 10976 VR2AR-546380     -5.637917     56.44800             25
    +#> 10977 VR2AR-546380     -5.637917     56.44800             25
    +#> 10978 VR2AR-546380     -5.637917     56.44800             25
    +#> 10979 VR2AR-546380     -5.637917     56.44800             25
    +#> 10980 VR2AR-546380     -5.637917     56.44800             25
    +#> 10981 VR2AR-546380     -5.637917     56.44800             25
    +#> 10982 VR2AR-546380     -5.637917     56.44800             25
    +#> 10983 VR2AR-546131     -5.612700     56.37988             35
    +#> 10984 VR2AR-546131     -5.612700     56.37988             35
    +#> 10985 VR2AR-546131     -5.612700     56.37988             35
    +#> 10986 VR2AR-546131     -5.612700     56.37988             35
    +#> 10987 VR2AR-546131     -5.612700     56.37988             35
    +#> 10988 VR2AR-546131     -5.612700     56.37988             35
    +#> 10989 VR2AR-546131     -5.612700     56.37988             35
    +#> 10990 VR2AR-546131     -5.612700     56.37988             35
    +#> 10991 VR2AR-546131     -5.612700     56.37988             35
    +#> 10992 VR2AR-546131     -5.612700     56.37988             35
    +#> 10993 VR2AR-546131     -5.612700     56.37988             35
    +#> 10994 VR2AR-546131     -5.612700     56.37988             35
    +#> 10995 VR2AR-546584     -5.604973     56.37774             30
    +#> 10996 VR2AR-546131     -5.612700     56.37988             35
    +#> 10997 VR2AR-546131     -5.612700     56.37988             35
    +#> 10998 VR2AR-546584     -5.604973     56.37774             30
    +#> 10999 VR2AR-546131     -5.612700     56.37988             35
    +#> 11000 VR2AR-546131     -5.612700     56.37988             35
    +#> 11001 VR2AR-546131     -5.612700     56.37988             35
    +#> 11002 VR2AR-546584     -5.604973     56.37774             30
    +#> 11003 VR2AR-546131     -5.612700     56.37988             35
    +#> 11004 VR2AR-546584     -5.604973     56.37774             30
    +#> 11005 VR2AR-546131     -5.612700     56.37988             35
    +#> 11006 VR2AR-546131     -5.612700     56.37988             35
    +#> 11007 VR2AR-546131     -5.612700     56.37988             35
    +#> 11008 VR2AR-546131     -5.612700     56.37988             35
    +#> 11009 VR2AR-546131     -5.612700     56.37988             35
    +#> 11010 VR2AR-546131     -5.612700     56.37988             35
    +#> 11011 VR2AR-546131     -5.612700     56.37988             35
    +#> 11012 VR2AR-546131     -5.612700     56.37988             35
    +#> 11013 VR2AR-546131     -5.612700     56.37988             35
    +#> 11014 VR2AR-546131     -5.612700     56.37988             35
    +#> 11015 VR2AR-546131     -5.612700     56.37988             35
    +#> 11016 VR2AR-546131     -5.612700     56.37988             35
    +#> 11017 VR2AR-546131     -5.612700     56.37988             35
    +#> 11018 VR2AR-546131     -5.612700     56.37988             35
    +#> 11019 VR2AR-546131     -5.612700     56.37988             35
    +#> 11020 VR2AR-546131     -5.612700     56.37988             35
    +#> 11021 VR2AR-546131     -5.612700     56.37988             35
    +#> 11022 VR2AR-546131     -5.612700     56.37988             35
    +#> 11023 VR2AR-546131     -5.612700     56.37988             35
    +#> 11024 VR2AR-546131     -5.612700     56.37988             35
    +#> 11025 VR2AR-546131     -5.612700     56.37988             35
    +#> 11026 VR2AR-546131     -5.612700     56.37988             35
    +#> 11027 VR2AR-546131     -5.612700     56.37988             35
    +#> 11028 VR2AR-546131     -5.612700     56.37988             35
    +#> 11029 VR2AR-546131     -5.612700     56.37988             35
    +#> 11030 VR2AR-546131     -5.612700     56.37988             35
    +#> 11031 VR2AR-546131     -5.612700     56.37988             35
    +#> 11032 VR2AR-546131     -5.612700     56.37988             35
    +#> 11033 VR2AR-546131     -5.612700     56.37988             35
    +#> 11034 VR2AR-546131     -5.612700     56.37988             35
    +#> 11035 VR2AR-546131     -5.612700     56.37988             35
    +#> 11036 VR2AR-546131     -5.612700     56.37988             35
    +#> 11037 VR2AR-546131     -5.612700     56.37988             35
    +#> 11038 VR2AR-546131     -5.612700     56.37988             35
    +#> 11039 VR2AR-546131     -5.612700     56.37988             35
    +#> 11040 VR2AR-546131     -5.612700     56.37988             35
    +#> 11041 VR2AR-546131     -5.612700     56.37988             35
    +#> 11042 VR2AR-546131     -5.612700     56.37988             35
    +#> 11043 VR2AR-546131     -5.612700     56.37988             35
    +#> 11044 VR2AR-546131     -5.612700     56.37988             35
    +#> 11045 VR2AR-546131     -5.612700     56.37988             35
    +#> 11046 VR2AR-546131     -5.612700     56.37988             35
    +#> 11047 VR2AR-546131     -5.612700     56.37988             35
    +#> 11048 VR2AR-546131     -5.612700     56.37988             35
    +#> 11049 VR2AR-546131     -5.612700     56.37988             35
    +#> 11050 VR2AR-546131     -5.612700     56.37988             35
    +#> 11051 VR2AR-546131     -5.612700     56.37988             35
    +#> 11052 VR2AR-546131     -5.612700     56.37988             35
    +#> 11053 VR2AR-546131     -5.612700     56.37988             35
    +#> 11054 VR2AR-546131     -5.612700     56.37988             35
    +#> 11055 VR2AR-546131     -5.612700     56.37988             35
    +#> 11056 VR2AR-546131     -5.612700     56.37988             35
    +#> 11057 VR2AR-546131     -5.612700     56.37988             35
    +#> 11058 VR2AR-546131     -5.612700     56.37988             35
    +#> 11059 VR2AR-546131     -5.612700     56.37988             35
    +#> 11060 VR2AR-546131     -5.612700     56.37988             35
    +#> 11061 VR2AR-546131     -5.612700     56.37988             35
    +#> 11062 VR2AR-546131     -5.612700     56.37988             35
    +#> 11063 VR2AR-546131     -5.612700     56.37988             35
    +#> 11064 VR2AR-546131     -5.612700     56.37988             35
    +#> 11065 VR2AR-546131     -5.612700     56.37988             35
    +#> 11066 VR2AR-546131     -5.612700     56.37988             35
    +#> 11067 VR2AR-546131     -5.612700     56.37988             35
    +#> 11068 VR2AR-546131     -5.612700     56.37988             35
    +#> 11069 VR2AR-546131     -5.612700     56.37988             35
    +#> 11070 VR2AR-546131     -5.612700     56.37988             35
    +#> 11071 VR2AR-546131     -5.612700     56.37988             35
    +#> 11072 VR2AR-546131     -5.612700     56.37988             35
    +#> 11073 VR2AR-546131     -5.612700     56.37988             35
    +#> 11074 VR2AR-546131     -5.612700     56.37988             35
    +#> 11075 VR2AR-546131     -5.612700     56.37988             35
    +#> 11076 VR2AR-546131     -5.612700     56.37988             35
    +#> 11077 VR2AR-546131     -5.612700     56.37988             35
    +#> 11078 VR2AR-546131     -5.612700     56.37988             35
    +#> 11079 VR2AR-546131     -5.612700     56.37988             35
    +#> 11080 VR2AR-546131     -5.612700     56.37988             35
    +#> 11081 VR2AR-546131     -5.612700     56.37988             35
    +#> 11082 VR2AR-546131     -5.612700     56.37988             35
    +#> 11083 VR2AR-546131     -5.612700     56.37988             35
    +#> 11084 VR2AR-546131     -5.612700     56.37988             35
    +#> 11085 VR2AR-546131     -5.612700     56.37988             35
    +#> 11086 VR2AR-546131     -5.612700     56.37988             35
    +#> 11087 VR2AR-546131     -5.612700     56.37988             35
    +#> 11088 VR2AR-546131     -5.612700     56.37988             35
    +#> 11089 VR2AR-546131     -5.612700     56.37988             35
    +#> 11090 VR2AR-546131     -5.612700     56.37988             35
    +#> 11091 VR2AR-546131     -5.612700     56.37988             35
    +#> 11092 VR2AR-546584     -5.604973     56.37774             30
    +#> 11093 VR2AR-546131     -5.612700     56.37988             35
    +#> 11094 VR2AR-546131     -5.612700     56.37988             35
    +#> 11095 VR2AR-546131     -5.612700     56.37988             35
    +#> 11096 VR2AR-546584     -5.604973     56.37774             30
    +#> 11097 VR2AR-546131     -5.612700     56.37988             35
    +#> 11098 VR2AR-546131     -5.612700     56.37988             35
    +#> 11099 VR2AR-546584     -5.604973     56.37774             30
    +#> 11100 VR2AR-546584     -5.604973     56.37774             30
    +#> 11101 VR2AR-546131     -5.612700     56.37988             35
    +#> 11102 VR2AR-546584     -5.604973     56.37774             30
    +#> 11103 VR2AR-546584     -5.604973     56.37774             30
    +#> 11104 VR2AR-546131     -5.612700     56.37988             35
    +#> 11105 VR2AR-546584     -5.604973     56.37774             30
    +#> 11106 VR2AR-546584     -5.604973     56.37774             30
    +#> 11107 VR2AR-546131     -5.612700     56.37988             35
    +#> 11108 VR2AR-546131     -5.612700     56.37988             35
    +#> 11109 VR2AR-546131     -5.612700     56.37988             35
    +#> 11110 VR2AR-546584     -5.604973     56.37774             30
    +#> 11111 VR2AR-546131     -5.612700     56.37988             35
    +#>  [ reached 'max' / getOption("max.print") -- omitted 1897 rows ]
    +#> 
    +#> [[1]]$args$delta_t
    +#> [1] "6 hours"
    +#> 
    +#> 
    +#> 
    +#> [[2]]
    +#> [[2]]$data
    +#> [[2]]$data$m1_i1
    +#> NULL
    +#> 
    +#> [[2]]$data$m1_i2
    +#>    pc_receiver_with_detections   pc_of_ts
    +#> 1                     0.000000 59.9773243
    +#> 2                     4.347826  6.4625850
    +#> 3                     4.545455  2.8344671
    +#> 4                     4.761905  0.3401361
    +#> 5                     5.000000  3.9682540
    +#> 6                     5.555556  6.2358277
    +#> 7                     5.882353  5.7823129
    +#> 8                     6.250000  0.9070295
    +#> 9                     7.142857  1.0204082
    +#> 10                    8.333333  0.3401361
    +#> 11                    8.695652  1.1337868
    +#> 12                    9.090909  0.4535147
    +#> 13                   10.000000  3.0612245
    +#> 14                   11.111111  1.2471655
    +#> 15                   11.764706  2.6077098
    +#> 16                   12.500000  0.1133787
    +#> 17                   14.285714  0.6802721
    +#> 18                   15.000000  0.7936508
    +#> 19                   16.666667  0.5668934
    +#> 20                   17.647059  0.3401361
    +#> 21                   18.750000  0.2267574
    +#> 22                   20.000000  0.5668934
    +#> 23                   23.529412  0.1133787
    +#> 24                   25.000000  0.1133787
    +#> 25                   30.000000  0.1133787
    +#> 26                   35.000000  0.1133787
    +#> 
    +#> [[2]]$data$m2_i1
    +#> NULL
    +#> 
    +#> [[2]]$data$m2_i2
    +#>     pc_detections_per_receiver   pc_of_ts
    +#> 1                   0.00000000 59.8639456
    +#> 2                   0.04347826  0.2267574
    +#> 3                   0.05555556  0.1133787
    +#> 4                   0.05882353  0.1133787
    +#> 5                   0.08695652  0.1133787
    +#> 6                   0.09090909  0.3401361
    +#> 7                   0.10000000  0.7936508
    +#> 8                   0.11111111  0.4535147
    +#> 9                   0.11764706  0.3401361
    +#> 10                  0.12500000  0.1133787
    +#> 11                  0.13043478  0.4535147
    +#> 12                  0.13636364  0.2267574
    +#> 13                  0.16666667  0.3401361
    +#> 14                  0.17391304  0.3401361
    +#> 15                  0.17647059  0.3401361
    +#> 16                  0.18181818  0.1133787
    +#> 17                  0.19047619  0.1133787
    +#> 18                  0.21739130  0.3401361
    +#> 19                  0.22222222  0.1133787
    +#> 20                  0.22727273  0.2267574
    +#> 21                  0.23529412  0.2267574
    +#> 22                  0.25000000  0.1133787
    +#> 23                  0.26086957  0.1133787
    +#> 24                  0.27272727  0.2267574
    +#> 25                  0.27777778  0.4535147
    +#> 26                  0.29411765  0.2267574
    +#> 27                  0.30000000  0.5668934
    +#> 28                  0.30434783  0.2267574
    +#> 29                  0.31818182  0.2267574
    +#> 30                  0.33333333  0.2267574
    +#> 31                  0.34782609  0.3401361
    +#> 32                  0.35000000  0.1133787
    +#> 33                  0.35294118  0.4535147
    +#> 34                  0.37500000  0.1133787
    +#> 35                  0.39130435  0.1133787
    +#> 36                  0.40000000  0.1133787
    +#> 37                  0.40909091  0.2267574
    +#> 38                  0.41176471  0.3401361
    +#> 39                  0.41666667  0.1133787
    +#> 40                  0.42857143  0.2267574
    +#> 41                  0.43750000  0.1133787
    +#> 42                  0.44444444  0.5668934
    +#> 43                  0.45000000  0.2267574
    +#> 44                  0.45454545  0.1133787
    +#> 45                  0.47058824  0.3401361
    +#> 46                  0.50000000  0.6802721
    +#> 47                  0.52173913  0.3401361
    +#> 48                  0.52941176  0.4535147
    +#> 49                  0.55000000  0.2267574
    +#> 50                  0.55555556  0.2267574
    +#> 51                  0.56521739  0.1133787
    +#> 52                  0.59090909  0.3401361
    +#> 53                  0.60000000  0.2267574
    +#> 54                  0.60869565  0.1133787
    +#> 55                  0.61111111  0.2267574
    +#> 56                  0.62500000  0.1133787
    +#> 57                  0.64705882  0.1133787
    +#> 58                  0.65000000  0.2267574
    +#> 59                  0.65217391  0.4535147
    +#> 60                  0.66666667  0.1133787
    +#> 61                  0.69565217  0.1133787
    +#> 62                  0.70000000  0.1133787
    +#> 63                  0.70588235  0.2267574
    +#> 64                  0.73913043  0.2267574
    +#> 65                  0.75000000  0.1133787
    +#> 66                  0.77272727  0.2267574
    +#> 67                  0.78260870  0.3401361
    +#> 68                  0.78571429  0.2267574
    +#> 69                  0.80000000  0.1133787
    +#> 70                  0.82352941  0.3401361
    +#> 71                  0.82608696  0.3401361
    +#> 72                  0.83333333  0.1133787
    +#> 73                  0.85714286  0.1133787
    +#> 74                  0.86956522  0.3401361
    +#> 75                  0.87500000  0.1133787
    +#> 76                  0.90000000  0.1133787
    +#> 77                  0.91304348  0.2267574
    +#> 78                  0.91666667  0.1133787
    +#> 79                  0.94444444  0.2267574
    +#> 80                  0.95454545  0.1133787
    +#> 81                  1.00000000  0.4535147
    +#> 82                  1.04347826  0.4535147
    +#> 83                  1.04545455  0.1133787
    +#> 84                  1.05000000  0.1133787
    +#> 85                  1.05555556  0.2267574
    +#> 86                  1.06250000  0.1133787
    +#> 87                  1.10000000  0.3401361
    +#> 88                  1.11764706  0.1133787
    +#> 89                  1.15000000  0.1133787
    +#> 90                  1.17391304  0.1133787
    +#> 91                  1.17647059  0.3401361
    +#> 92                  1.20000000  0.1133787
    +#> 93                  1.22222222  0.1133787
    +#> 94                  1.23529412  0.1133787
    +#> 95                  1.25000000  0.1133787
    +#> 96                  1.26086957  0.2267574
    +#> 97                  1.27777778  0.1133787
    +#> 98                  1.29411765  0.1133787
    +#> 99                  1.30000000  0.1133787
    +#> 100                 1.30434783  0.1133787
    +#> 101                 1.33333333  0.3401361
    +#> 102                 1.34782609  0.1133787
    +#> 103                 1.35294118  0.2267574
    +#> 104                 1.38888889  0.2267574
    +#> 105                 1.39130435  0.1133787
    +#> 106                 1.41176471  0.1133787
    +#> 107                 1.44444444  0.1133787
    +#> 108                 1.47058824  0.2267574
    +#> 109                 1.47826087  0.1133787
    +#> 110                 1.50000000  0.1133787
    +#> 111                 1.52173913  0.2267574
    +#> 112                 1.52941176  0.1133787
    +#> 113                 1.55555556  0.1133787
    +#> 114                 1.56521739  0.1133787
    +#> 115                 1.58823529  0.2267574
    +#> 116                 1.60000000  0.1133787
    +#> 117                 1.60869565  0.2267574
    +#> 118                 1.61111111  0.1133787
    +#> 119                 1.64285714  0.1133787
    +#> 120                 1.65000000  0.1133787
    +#> 121                 1.66666667  0.1133787
    +#> 122                 1.69565217  0.1133787
    +#> 123                 1.70588235  0.3401361
    +#> 124                 1.75000000  0.2267574
    +#> 125                 1.76470588  0.1133787
    +#> 126                 1.80000000  0.1133787
    +#> 127                 1.83333333  0.1133787
    +#> 128                 1.86363636  0.1133787
    +#> 129                 1.90000000  0.1133787
    +#> 130                 1.92857143  0.2267574
    +#> 131                 1.94444444  0.1133787
    +#> 132                 1.95454545  0.1133787
    +#> 133                 2.04545455  0.1133787
    +#> 134                 2.05000000  0.2267574
    +#> 135                 2.06250000  0.1133787
    +#> 136                 2.10000000  0.1133787
    +#> 137                 2.11764706  0.1133787
    +#> 138                 2.14285714  0.1133787
    +#> 139                 2.15000000  0.1133787
    +#> 140                 2.16666667  0.1133787
    +#> 141                 2.20000000  0.1133787
    +#> 142                 2.21739130  0.1133787
    +#> 143                 2.27272727  0.1133787
    +#> 144                 2.27777778  0.1133787
    +#> 145                 2.29411765  0.2267574
    +#> 146                 2.33333333  0.1133787
    +#> 147                 2.35000000  0.2267574
    +#> 148                 2.35294118  0.1133787
    +#> 149                 2.38888889  0.1133787
    +#> 150                 2.40000000  0.1133787
    +#> 151                 2.44444444  0.1133787
    +#> 152                 2.45000000  0.1133787
    +#> 153                 2.45454545  0.1133787
    +#> 154                 2.47058824  0.1133787
    +#> 155                 2.50000000  0.1133787
    +#> 156                 2.55555556  0.1133787
    +#> 157                 2.58823529  0.2267574
    +#> 158                 2.60869565  0.1133787
    +#> 159                 2.65217391  0.1133787
    +#> 160                 2.68750000  0.1133787
    +#> 161                 2.70588235  0.1133787
    +#> 162                 2.76470588  0.1133787
    +#> 163                 2.83333333  0.1133787
    +#> 164                 2.86363636  0.1133787
    +#> 165                 2.88888889  0.1133787
    +#> 166                 2.94444444  0.1133787
    +#> 167                 3.00000000  0.1133787
    +#> 168                 3.05555556  0.1133787
    +#> 169                 3.11111111  0.1133787
    +#> 170                 3.11764706  0.1133787
    +#> 171                 3.14285714  0.1133787
    +#> 172                 3.15000000  0.1133787
    +#> 173                 3.17647059  0.1133787
    +#> 174                 3.26086957  0.1133787
    +#> 175                 3.27777778  0.2267574
    +#> 176                 3.30000000  0.1133787
    +#> 177                 3.34782609  0.1133787
    +#> 178                 3.35000000  0.2267574
    +#> 179                 3.35294118  0.1133787
    +#> 180                 3.38095238  0.1133787
    +#> 181                 3.45000000  0.1133787
    +#> 182                 3.47058824  0.1133787
    +#> 183                 3.50000000  0.1133787
    +#> 184                 3.66666667  0.1133787
    +#> 185                 3.72222222  0.1133787
    +#> 186                 3.76470588  0.2267574
    +#> 187                 3.77777778  0.1133787
    +#> 188                 3.78571429  0.1133787
    +#> 189                 3.88235294  0.1133787
    +#> 190                 3.90000000  0.1133787
    +#> 191                 4.00000000  0.1133787
    +#> 192                 4.05000000  0.1133787
    +#> 193                 4.05555556  0.1133787
    +#> 194                 4.05882353  0.1133787
    +#> 195                 4.29411765  0.1133787
    +#> 196                 4.43750000  0.1133787
    +#> 197                 4.52941176  0.2267574
    +#> 198                 4.55555556  0.1133787
    +#> 199                 4.64285714  0.1133787
    +#> 200                 4.77777778  0.1133787
    +#> 201                 5.05000000  0.1133787
    +#> 202                 5.41176471  0.1133787
    +#> 203                 5.60000000  0.1133787
    +#> 204                 5.66666667  0.1133787
    +#> 205                 5.70588235  0.1133787
    +#> 206                 5.90000000  0.1133787
    +#> 207                 6.00000000  0.1133787
    +#> 208                 6.17391304  0.1133787
    +#> 209                 6.30000000  0.1133787
    +#> 210                 6.39130435  0.1133787
    +#> 211                 6.45000000  0.1133787
    +#> 212                 6.80000000  0.1133787
    +#> 213                 6.85714286  0.1133787
    +#> 214                 7.00000000  0.1133787
    +#> 215                 7.78571429  0.1133787
    +#> 216                 8.29411765  0.1133787
    +#> 217                 8.30000000  0.1133787
    +#> 218                 8.44444444  0.1133787
    +#> 219                 8.58823529  0.1133787
    +#> 220                 8.90000000  0.1133787
    +#> 221                 9.05000000  0.1133787
    +#> 222                 9.16666667  0.1133787
    +#> 223                 9.28571429  0.1133787
    +#> 224                 9.64705882  0.1133787
    +#> 225                 9.75000000  0.1133787
    +#> 226                 9.95000000  0.1133787
    +#> 227                10.05555556  0.1133787
    +#> 228                10.18750000  0.1133787
    +#> 229                11.66666667  0.1133787
    +#> 230                12.95000000  0.1133787
    +#> 231                15.06250000  0.1133787
    +#> 232                15.61111111  0.1133787
    +#> 233                17.90000000  0.1133787
    +#> 
    +#> 
    +#> [[2]]$args
    +#> [[2]]$args$acoustics
    +#>       individual_id transmitter_id index           timestamp receiver_id
    +#> 1                25   A69-1303-555     1 2016-03-17 01:50:00          26
    +#> 2                25   A69-1303-555     2 2016-03-17 01:52:00          26
    +#> 3                25   A69-1303-555     4 2016-03-17 01:54:00          26
    +#> 4                25   A69-1303-555     5 2016-03-17 01:58:00          26
    +#> 5                25   A69-1303-555     7 2016-03-17 02:00:00          26
    +#> 6                25   A69-1303-555     8 2016-03-17 02:04:00          26
    +#> 7                25   A69-1303-555     9 2016-03-17 02:06:00          26
    +#> 8                25   A69-1303-555    10 2016-03-17 02:08:00          26
    +#> 9                25   A69-1303-555    12 2016-03-17 02:10:00          26
    +#> 10               25   A69-1303-555    14 2016-03-17 02:12:00          26
    +#> 11               25   A69-1303-555    15 2016-03-17 02:14:00          26
    +#> 12               25   A69-1303-555    17 2016-03-17 02:16:00          26
    +#> 13               25   A69-1303-555    19 2016-03-17 02:18:00          26
    +#> 14               25   A69-1303-555    21 2016-03-17 02:20:00          26
    +#> 15               25   A69-1303-555    22 2016-03-17 02:22:00          26
    +#> 16               25   A69-1303-555    23 2016-03-17 02:24:00          26
    +#> 17               25   A69-1303-555    24 2016-03-17 02:30:00          26
    +#> 18               25   A69-1303-555    25 2016-03-17 02:32:00          26
    +#> 19               25   A69-1303-555    26 2016-03-17 02:52:00          21
    +#> 20               25   A69-1303-555    27 2016-03-17 02:54:00          26
    +#> 21               25   A69-1303-555    28 2016-03-17 02:56:00          26
    +#> 22               25   A69-1303-555    29 2016-03-17 02:56:00          21
    +#> 23               25   A69-1303-555    31 2016-03-17 02:58:00          21
    +#> 24               25   A69-1303-555    33 2016-03-17 03:00:00          21
    +#> 25               25   A69-1303-555    34 2016-03-17 03:02:00          21
    +#> 26               25   A69-1303-555    35 2016-03-17 03:04:00          21
    +#> 27               25   A69-1303-555    37 2016-03-17 03:06:00          21
    +#> 28               25   A69-1303-555    39 2016-03-17 03:08:00          21
    +#> 29               25   A69-1303-555    42 2016-03-17 03:10:00          21
    +#> 30               25   A69-1303-555    44 2016-03-17 03:12:00          21
    +#> 31               25   A69-1303-555    46 2016-03-17 03:16:00          21
    +#> 32               25   A69-1303-555    48 2016-03-17 03:18:00          21
    +#> 33               25   A69-1303-555    49 2016-03-17 03:20:00          21
    +#> 34               25   A69-1303-555    51 2016-03-17 03:22:00          21
    +#> 35               25   A69-1303-555    54 2016-03-17 03:24:00          21
    +#> 36               25   A69-1303-555    55 2016-03-17 03:26:00          21
    +#> 37               25   A69-1303-555    57 2016-03-17 03:28:00          21
    +#> 38               25   A69-1303-555    59 2016-03-17 03:30:00          21
    +#> 39               25   A69-1303-555    60 2016-03-17 03:32:00          21
    +#> 40               25   A69-1303-555    62 2016-03-17 03:36:00          21
    +#> 41               25   A69-1303-555    64 2016-03-17 03:38:00          21
    +#> 42               25   A69-1303-555    66 2016-03-17 03:40:00          21
    +#> 43               25   A69-1303-555    67 2016-03-17 03:42:00          26
    +#> 44               25   A69-1303-555    68 2016-03-17 03:44:00          26
    +#> 45               25   A69-1303-555    69 2016-03-17 03:46:00          26
    +#> 46               25   A69-1303-555    71 2016-03-17 03:48:00          26
    +#> 47               25   A69-1303-555    73 2016-03-17 03:50:00          26
    +#> 48               25   A69-1303-555    74 2016-03-17 03:54:00          26
    +#> 49               25   A69-1303-555    75 2016-03-17 04:04:00          26
    +#> 50               25   A69-1303-555    77 2016-03-17 04:06:00          26
    +#> 51               25   A69-1303-555    78 2016-03-17 04:08:00          26
    +#> 52               25   A69-1303-555    79 2016-03-17 04:08:00          21
    +#> 53               25   A69-1303-555    80 2016-03-17 04:12:00          21
    +#> 54               25   A69-1303-555    81 2016-03-17 04:32:00          26
    +#> 55               25   A69-1303-555    82 2016-03-17 04:34:00          26
    +#> 56               25   A69-1303-555    83 2016-03-17 04:38:00          26
    +#> 57               25   A69-1303-555    84 2016-03-17 04:44:00          26
    +#> 58               25   A69-1303-555    85 2016-03-17 04:48:00          26
    +#> 59               25   A69-1303-555    86 2016-03-17 04:50:00          26
    +#> 60               25   A69-1303-555    87 2016-03-17 04:54:00          26
    +#> 61               25   A69-1303-555    88 2016-03-17 04:56:00          26
    +#> 62               25   A69-1303-555    90 2016-03-17 04:58:00          26
    +#> 63               25   A69-1303-555    92 2016-03-17 05:00:00          26
    +#> 64               25   A69-1303-555    94 2016-03-17 05:02:00          26
    +#> 65               25   A69-1303-555    96 2016-03-17 05:04:00          26
    +#> 66               25   A69-1303-555    97 2016-03-17 05:06:00          26
    +#> 67               25   A69-1303-555    99 2016-03-17 05:06:00          31
    +#> 68               25   A69-1303-555   100 2016-03-17 05:08:00          26
    +#> 69               25   A69-1303-555   102 2016-03-17 05:10:00          31
    +#> 70               25   A69-1303-555   103 2016-03-17 05:10:00          26
    +#> 71               25   A69-1303-555   105 2016-03-17 05:12:00          26
    +#> 72               25   A69-1303-555   107 2016-03-17 05:14:00          26
    +#> 73               25   A69-1303-555   109 2016-03-17 05:16:00          26
    +#> 74               25   A69-1303-555   111 2016-03-17 05:18:00          26
    +#> 75               25   A69-1303-555   112 2016-03-17 05:20:00          31
    +#> 76               25   A69-1303-555   113 2016-03-17 05:20:00          26
    +#> 77               25   A69-1303-555   116 2016-03-17 05:22:00          26
    +#> 78               25   A69-1303-555   117 2016-03-17 05:24:00          26
    +#> 79               25   A69-1303-555   119 2016-03-17 05:26:00          26
    +#> 80               25   A69-1303-555   120 2016-03-17 05:28:00          26
    +#> 81               25   A69-1303-555   121 2016-03-17 05:30:00          26
    +#> 82               25   A69-1303-555   123 2016-03-17 05:32:00          26
    +#> 83               25   A69-1303-555   125 2016-03-17 05:34:00          26
    +#> 84               25   A69-1303-555   127 2016-03-17 05:36:00          26
    +#> 85               25   A69-1303-555   129 2016-03-17 05:38:00          26
    +#> 86               25   A69-1303-555   131 2016-03-17 05:40:00          26
    +#> 87               25   A69-1303-555   132 2016-03-17 08:36:00          26
    +#> 88               25   A69-1303-555   133 2016-03-17 08:40:00          26
    +#> 89               25   A69-1303-555   134 2016-03-17 08:42:00          26
    +#> 90               25   A69-1303-555   136 2016-03-17 08:44:00          26
    +#> 91               25   A69-1303-555   137 2016-03-17 08:46:00          26
    +#> 92               25   A69-1303-555   138 2016-03-17 08:50:00          26
    +#> 93               25   A69-1303-555   139 2016-03-17 08:50:00          31
    +#> 94               25   A69-1303-555   142 2016-03-17 08:52:00          26
    +#> 95               25   A69-1303-555   144 2016-03-17 08:52:00          31
    +#> 96               25   A69-1303-555   146 2016-03-17 08:54:00          31
    +#> 97               25   A69-1303-555   147 2016-03-17 08:54:00          26
    +#> 98               25   A69-1303-555   148 2016-03-17 08:58:00          31
    +#> 99               25   A69-1303-555   149 2016-03-17 08:58:00          26
    +#> 100              25   A69-1303-555   151 2016-03-17 09:00:00          26
    +#> 101              25   A69-1303-555   152 2016-03-17 09:00:00          31
    +#> 102              25   A69-1303-555   154 2016-03-17 09:02:00          26
    +#> 103              25   A69-1303-555   155 2016-03-21 21:06:00          26
    +#> 104              25   A69-1303-555   156 2016-03-21 21:08:00          26
    +#> 105              25   A69-1303-555   157 2016-03-21 22:20:00          26
    +#> 106              25   A69-1303-555   158 2016-03-21 22:24:00          26
    +#> 107              25   A69-1303-555   159 2016-03-21 22:26:00          26
    +#> 108              25   A69-1303-555   161 2016-03-21 22:28:00          26
    +#> 109              25   A69-1303-555   162 2016-03-21 22:34:00          26
    +#> 110              25   A69-1303-555   163 2016-03-21 22:36:00          26
    +#> 111              25   A69-1303-555   165 2016-03-21 22:38:00          26
    +#> 112              25   A69-1303-555   166 2016-03-21 22:40:00          26
    +#> 113              25   A69-1303-555   167 2016-03-21 22:42:00          26
    +#> 114              25   A69-1303-555   168 2016-03-21 22:44:00          26
    +#> 115              25   A69-1303-555   169 2016-03-21 22:46:00          26
    +#> 116              25   A69-1303-555   171 2016-03-21 22:48:00          26
    +#> 117              25   A69-1303-555   173 2016-03-21 22:50:00          26
    +#> 118              25   A69-1303-555   175 2016-03-21 22:52:00          26
    +#> 119              25   A69-1303-555   176 2016-03-21 22:54:00          26
    +#> 120              25   A69-1303-555   177 2016-03-21 22:56:00          26
    +#> 121              25   A69-1303-555   180 2016-03-21 23:00:00          26
    +#> 122              25   A69-1303-555   181 2016-03-21 23:04:00          26
    +#> 123              25   A69-1303-555   182 2016-03-21 23:06:00          26
    +#> 124              25   A69-1303-555   183 2016-03-21 23:08:00          26
    +#> 125              25   A69-1303-555   184 2016-03-22 05:28:00          26
    +#> 126              25   A69-1303-555   185 2016-03-22 05:30:00          26
    +#> 127              25   A69-1303-555   186 2016-03-22 05:36:00          26
    +#> 128              25   A69-1303-555   187 2016-03-22 05:40:00          26
    +#> 129              25   A69-1303-555   188 2016-03-22 05:42:00          26
    +#> 130              25   A69-1303-555   190 2016-03-22 05:44:00          26
    +#> 131              25   A69-1303-555   191 2016-03-22 05:48:00          26
    +#> 132              25   A69-1303-555   192 2016-03-22 05:50:00          26
    +#> 133              25   A69-1303-555   193 2016-03-22 05:52:00          26
    +#> 134              25   A69-1303-555   194 2016-03-22 07:36:00          26
    +#> 135              25   A69-1303-555   195 2016-03-22 07:44:00          26
    +#> 136              25   A69-1303-555   196 2016-03-22 08:20:00          26
    +#> 137              25   A69-1303-555   197 2016-03-22 08:22:00          26
    +#> 138              25   A69-1303-555   198 2016-03-22 08:24:00          26
    +#> 139              25   A69-1303-555   200 2016-03-22 08:26:00          26
    +#> 140              25   A69-1303-555   201 2016-03-22 08:28:00          26
    +#> 141              25   A69-1303-555   202 2016-03-22 08:30:00          26
    +#> 142              25   A69-1303-555   204 2016-03-23 22:42:00          11
    +#> 143              25   A69-1303-555   205 2016-03-23 22:44:00          11
    +#> 144              25   A69-1303-555   206 2016-03-23 22:46:00          11
    +#> 145              25   A69-1303-555   207 2016-03-23 22:48:00          11
    +#> 146              25   A69-1303-555   209 2016-03-23 23:26:00          11
    +#> 147              25   A69-1303-555   211 2016-03-23 23:30:00          11
    +#> 148              25   A69-1303-555   212 2016-03-23 23:40:00          11
    +#> 149              25   A69-1303-555   213 2016-03-23 23:44:00          11
    +#> 150              25   A69-1303-555   214 2016-03-23 23:46:00          11
    +#> 151              25   A69-1303-555   216 2016-03-23 23:50:00          11
    +#> 152              25   A69-1303-555   217 2016-03-23 23:52:00          11
    +#> 153              25   A69-1303-555   219 2016-03-23 23:54:00          11
    +#> 154              25   A69-1303-555   221 2016-03-23 23:56:00          11
    +#> 155              25   A69-1303-555   223 2016-03-23 23:58:00          11
    +#> 156              25   A69-1303-555   225 2016-03-24 00:00:00          11
    +#> 157              25   A69-1303-555   227 2016-03-24 00:02:00          11
    +#> 158              25   A69-1303-555   228 2016-03-24 00:04:00          11
    +#> 159              25   A69-1303-555   230 2016-03-24 00:06:00          11
    +#> 160              25   A69-1303-555   231 2016-03-24 00:10:00          11
    +#> 161              25   A69-1303-555   232 2016-03-24 00:12:00          11
    +#> 162              25   A69-1303-555   233 2016-03-24 00:20:00          11
    +#> 163              25   A69-1303-555   234 2016-03-24 00:22:00          11
    +#> 164              25   A69-1303-555   236 2016-03-24 00:24:00          11
    +#> 165              25   A69-1303-555   237 2016-03-24 00:26:00          11
    +#> 166              25   A69-1303-555   238 2016-03-24 00:28:00          11
    +#> 167              25   A69-1303-555   240 2016-03-24 00:30:00          11
    +#> 168              25   A69-1303-555   242 2016-03-24 00:40:00          11
    +#> 169              25   A69-1303-555   244 2016-03-24 00:42:00          11
    +#> 170              25   A69-1303-555   245 2016-03-24 00:44:00          11
    +#> 171              25   A69-1303-555   247 2016-03-24 00:46:00          11
    +#> 172              25   A69-1303-555   249 2016-03-24 00:48:00          11
    +#> 173              25   A69-1303-555   250 2016-03-24 00:50:00          11
    +#> 174              25   A69-1303-555   252 2016-03-24 00:52:00          11
    +#> 175              25   A69-1303-555   253 2016-03-24 00:54:00          11
    +#> 176              25   A69-1303-555   255 2016-03-24 00:56:00          11
    +#> 177              25   A69-1303-555   257 2016-03-24 00:58:00          11
    +#> 178              25   A69-1303-555   260 2016-03-24 01:00:00          11
    +#> 179              25   A69-1303-555   261 2016-03-24 01:02:00          11
    +#> 180              25   A69-1303-555   263 2016-03-24 01:04:00          11
    +#> 181              25   A69-1303-555   265 2016-03-24 01:20:00          11
    +#> 182              25   A69-1303-555   266 2016-03-24 01:26:00          11
    +#> 183              25   A69-1303-555   267 2016-03-24 01:34:00          11
    +#> 184              25   A69-1303-555   268 2016-03-24 01:46:00          11
    +#> 185              25   A69-1303-555   269 2016-03-24 01:56:00          11
    +#> 186              25   A69-1303-555   270 2016-03-24 02:06:00          11
    +#> 187              25   A69-1303-555   271 2016-03-24 17:40:00          14
    +#> 188              25   A69-1303-555   273 2016-03-24 17:42:00          14
    +#> 189              25   A69-1303-555   274 2016-03-24 17:44:00          14
    +#> 190              25   A69-1303-555   276 2016-03-24 17:46:00          14
    +#> 191              25   A69-1303-555   277 2016-03-24 17:48:00          14
    +#> 192              25   A69-1303-555   278 2016-03-24 17:50:00          14
    +#> 193              25   A69-1303-555   280 2016-03-24 17:52:00          14
    +#> 194              25   A69-1303-555   281 2016-03-24 17:54:00          14
    +#> 195              25   A69-1303-555   282 2016-03-24 17:56:00          14
    +#> 196              25   A69-1303-555   283 2016-03-24 17:58:00          14
    +#> 197              25   A69-1303-555   285 2016-03-24 18:00:00          14
    +#> 198              25   A69-1303-555   288 2016-03-24 18:02:00          14
    +#> 199              25   A69-1303-555   290 2016-03-24 18:04:00          14
    +#> 200              25   A69-1303-555   292 2016-03-24 18:08:00          14
    +#> 201              25   A69-1303-555   293 2016-03-24 18:14:00          14
    +#> 202              25   A69-1303-555   294 2016-03-24 18:16:00          14
    +#> 203              25   A69-1303-555   295 2016-03-24 18:18:00          14
    +#> 204              25   A69-1303-555   297 2016-03-24 18:20:00          14
    +#> 205              25   A69-1303-555   299 2016-03-24 18:22:00          14
    +#> 206              25   A69-1303-555   301 2016-03-24 18:24:00          14
    +#> 207              25   A69-1303-555   303 2016-03-24 18:26:00          14
    +#> 208              25   A69-1303-555   304 2016-03-24 18:28:00          14
    +#> 209              25   A69-1303-555   306 2016-03-24 18:30:00          14
    +#> 210              25   A69-1303-555   307 2016-03-24 18:34:00          14
    +#> 211              25   A69-1303-555   308 2016-03-24 18:36:00          14
    +#> 212              25   A69-1303-555   309 2016-03-24 18:38:00          14
    +#> 213              25   A69-1303-555   310 2016-03-25 03:00:00          23
    +#> 214              25   A69-1303-555   312 2016-03-25 08:56:00          14
    +#> 215              25   A69-1303-555   313 2016-03-25 09:02:00          14
    +#> 216              25   A69-1303-555   314 2016-03-25 09:06:00          14
    +#> 217              25   A69-1303-555   315 2016-03-25 09:08:00          14
    +#> 218              25   A69-1303-555   317 2016-03-25 09:10:00          14
    +#> 219              25   A69-1303-555   318 2016-03-25 09:12:00          14
    +#> 220              25   A69-1303-555   320 2016-03-25 09:14:00          14
    +#> 221              25   A69-1303-555   321 2016-03-25 09:16:00          14
    +#> 222              25   A69-1303-555   323 2016-03-25 09:18:00          14
    +#> 223              25   A69-1303-555   324 2016-03-25 09:20:00          14
    +#> 224              25   A69-1303-555   325 2016-03-25 09:24:00          14
    +#> 225              25   A69-1303-555   327 2016-03-25 09:26:00          14
    +#> 226              25   A69-1303-555   329 2016-03-25 09:28:00          14
    +#> 227              25   A69-1303-555   331 2016-03-25 09:30:00          14
    +#> 228              25   A69-1303-555   332 2016-03-25 09:32:00          14
    +#> 229              25   A69-1303-555   334 2016-03-25 09:34:00          14
    +#> 230              25   A69-1303-555   335 2016-03-25 09:36:00          14
    +#> 231              25   A69-1303-555   336 2016-03-27 20:18:00          11
    +#> 232              25   A69-1303-555   338 2016-03-27 20:20:00          11
    +#> 233              25   A69-1303-555   339 2016-03-27 20:22:00          11
    +#> 234              25   A69-1303-555   342 2016-03-27 20:24:00          11
    +#> 235              25   A69-1303-555   344 2016-03-27 20:26:00          11
    +#> 236              25   A69-1303-555   345 2016-03-27 23:04:00          18
    +#> 237              25   A69-1303-555   346 2016-03-27 23:06:00          18
    +#> 238              25   A69-1303-555   347 2016-03-27 23:14:00          18
    +#> 239              25   A69-1303-555   349 2016-03-27 23:16:00          18
    +#> 240              25   A69-1303-555   351 2016-03-27 23:20:00          18
    +#> 241              25   A69-1303-555   352 2016-03-28 11:22:00          26
    +#> 242              25   A69-1303-555   353 2016-03-28 11:24:00          21
    +#> 243              25   A69-1303-555   354 2016-03-28 11:24:00          26
    +#> 244              25   A69-1303-555   357 2016-03-28 11:26:00          21
    +#> 245              25   A69-1303-555   358 2016-03-28 11:26:00          26
    +#> 246              25   A69-1303-555   360 2016-03-28 11:28:00          21
    +#> 247              25   A69-1303-555   361 2016-03-28 11:28:00          26
    +#> 248              25   A69-1303-555   362 2016-03-28 11:30:00          21
    +#> 249              25   A69-1303-555   364 2016-03-28 11:30:00          26
    +#> 250              25   A69-1303-555   368 2016-03-28 11:32:00          26
    +#> 251              25   A69-1303-555   369 2016-03-28 11:32:00          21
    +#> 252              25   A69-1303-555   370 2016-03-28 11:34:00          21
    +#> 253              25   A69-1303-555   373 2016-03-28 11:36:00          21
    +#> 254              25   A69-1303-555   374 2016-03-28 11:38:00          21
    +#> 255              25   A69-1303-555   375 2016-03-28 11:38:00          26
    +#> 256              25   A69-1303-555   376 2016-03-28 11:40:00          21
    +#> 257              25   A69-1303-555   377 2016-03-28 11:40:00          26
    +#> 258              25   A69-1303-555   380 2016-03-28 11:42:00          26
    +#> 259              25   A69-1303-555   382 2016-03-28 11:44:00          21
    +#> 260              25   A69-1303-555   383 2016-03-28 11:44:00          26
    +#> 261              25   A69-1303-555   384 2016-03-28 11:46:00          26
    +#> 262              25   A69-1303-555   386 2016-03-28 11:48:00          26
    +#> 263              25   A69-1303-555   387 2016-03-28 11:48:00          21
    +#> 264              25   A69-1303-555   389 2016-03-28 11:50:00          26
    +#> 265              25   A69-1303-555   390 2016-03-28 11:50:00          21
    +#> 266              25   A69-1303-555   391 2016-03-28 11:52:00          26
    +#> 267              25   A69-1303-555   392 2016-03-28 11:52:00          21
    +#> 268              25   A69-1303-555   394 2016-03-28 11:54:00          26
    +#> 269              25   A69-1303-555   395 2016-03-28 11:54:00          21
    +#> 270              25   A69-1303-555   397 2016-03-28 11:56:00          21
    +#> 271              25   A69-1303-555   398 2016-03-28 11:56:00          26
    +#> 272              25   A69-1303-555   400 2016-03-28 11:58:00          26
    +#> 273              25   A69-1303-555   401 2016-03-28 12:00:00          21
    +#> 274              25   A69-1303-555   402 2016-03-28 12:00:00          26
    +#> 275              25   A69-1303-555   404 2016-03-28 12:02:00          26
    +#> 276              25   A69-1303-555   405 2016-03-28 12:02:00          21
    +#> 277              25   A69-1303-555   407 2016-03-28 12:04:00          26
    +#> 278              25   A69-1303-555   409 2016-03-28 12:04:00          21
    +#> 279              25   A69-1303-555   411 2016-03-28 12:06:00          26
    +#> 280              25   A69-1303-555   412 2016-03-28 12:08:00          21
    +#> 281              25   A69-1303-555   413 2016-03-28 12:08:00          26
    +#> 282              25   A69-1303-555   415 2016-03-28 12:10:00          26
    +#> 283              25   A69-1303-555   416 2016-03-28 12:12:00          26
    +#> 284              25   A69-1303-555   418 2016-03-28 12:12:00          21
    +#> 285              25   A69-1303-555   419 2016-03-28 12:14:00          26
    +#> 286              25   A69-1303-555   420 2016-03-28 12:14:00          21
    +#> 287              25   A69-1303-555   424 2016-03-28 12:16:00          21
    +#> 288              25   A69-1303-555   425 2016-03-28 12:16:00          26
    +#> 289              25   A69-1303-555   427 2016-03-28 12:18:00          26
    +#> 290              25   A69-1303-555   429 2016-03-28 12:20:00          26
    +#> 291              25   A69-1303-555   431 2016-03-28 12:22:00          26
    +#> 292              25   A69-1303-555   433 2016-03-28 12:24:00          26
    +#> 293              25   A69-1303-555   434 2016-03-28 12:24:00          21
    +#> 294              25   A69-1303-555   436 2016-03-28 12:26:00          26
    +#> 295              25   A69-1303-555   438 2016-03-28 12:28:00          26
    +#> 296              25   A69-1303-555   440 2016-03-28 12:30:00          26
    +#> 297              25   A69-1303-555   442 2016-03-28 12:38:00          26
    +#> 298              25   A69-1303-555   444 2016-03-28 12:40:00          26
    +#> 299              25   A69-1303-555   445 2016-03-28 12:44:00          26
    +#> 300              25   A69-1303-555   446 2016-03-28 12:46:00          26
    +#> 301              25   A69-1303-555   448 2016-03-28 12:48:00          26
    +#> 302              25   A69-1303-555   449 2016-03-28 12:54:00          26
    +#> 303              25   A69-1303-555   450 2016-03-28 13:02:00          26
    +#> 304              25   A69-1303-555   451 2016-03-28 13:04:00          26
    +#> 305              25   A69-1303-555   452 2016-03-28 13:06:00          26
    +#> 306              25   A69-1303-555   453 2016-03-28 13:08:00          26
    +#> 307              25   A69-1303-555   454 2016-03-28 13:10:00          26
    +#> 308              25   A69-1303-555   455 2016-03-28 13:12:00          26
    +#> 309              25   A69-1303-555   457 2016-03-28 13:14:00          26
    +#> 310              25   A69-1303-555   459 2016-03-28 13:16:00          31
    +#> 311              25   A69-1303-555   460 2016-03-28 13:16:00          26
    +#> 312              25   A69-1303-555   463 2016-03-28 13:18:00          26
    +#> 313              25   A69-1303-555   464 2016-03-28 13:20:00          26
    +#> 314              25   A69-1303-555   466 2016-03-28 13:22:00          26
    +#> 315              25   A69-1303-555   468 2016-03-28 13:24:00          26
    +#> 316              25   A69-1303-555   470 2016-03-28 13:26:00          26
    +#> 317              25   A69-1303-555   472 2016-03-28 13:28:00          26
    +#> 318              25   A69-1303-555   473 2016-03-28 13:30:00          26
    +#> 319              25   A69-1303-555   475 2016-03-28 13:32:00          26
    +#> 320              25   A69-1303-555   476 2016-03-28 13:36:00          26
    +#> 321              25   A69-1303-555   477 2016-03-28 13:38:00          26
    +#> 322              25   A69-1303-555   479 2016-03-28 13:40:00          26
    +#> 323              25   A69-1303-555   481 2016-03-28 13:42:00          26
    +#> 324              25   A69-1303-555   483 2016-03-28 13:44:00          26
    +#> 325              25   A69-1303-555   485 2016-03-28 13:46:00          26
    +#> 326              25   A69-1303-555   487 2016-03-28 13:48:00          26
    +#> 327              25   A69-1303-555   489 2016-03-28 13:50:00          26
    +#> 328              25   A69-1303-555   490 2016-03-28 13:52:00          26
    +#> 329              25   A69-1303-555   491 2016-03-28 13:54:00          26
    +#> 330              25   A69-1303-555   492 2016-03-28 17:32:00          26
    +#> 331              25   A69-1303-555   493 2016-03-28 17:36:00          26
    +#> 332              25   A69-1303-555   494 2016-03-28 17:40:00          26
    +#> 333              25   A69-1303-555   495 2016-03-28 17:46:00          26
    +#> 334              25   A69-1303-555   496 2016-03-28 18:20:00          26
    +#> 335              25   A69-1303-555   497 2016-03-28 18:22:00          26
    +#> 336              25   A69-1303-555   498 2016-03-28 18:26:00          26
    +#> 337              25   A69-1303-555   499 2016-03-28 18:44:00          26
    +#> 338              25   A69-1303-555   500 2016-03-28 18:46:00          26
    +#> 339              25   A69-1303-555   501 2016-03-28 23:00:00           3
    +#> 340              25   A69-1303-555   502 2016-03-28 23:04:00           3
    +#> 341              25   A69-1303-555   505 2016-03-28 23:06:00           3
    +#> 342              25   A69-1303-555   506 2016-03-28 23:34:00           3
    +#> 343              25   A69-1303-555   508 2016-03-28 23:36:00           3
    +#> 344              25   A69-1303-555   509 2016-03-28 23:40:00           3
    +#> 345              25   A69-1303-555   511 2016-03-28 23:44:00           3
    +#> 346              25   A69-1303-555   512 2016-03-29 00:10:00           3
    +#> 347              25   A69-1303-555   513 2016-03-29 00:12:00           3
    +#> 348              25   A69-1303-555   514 2016-03-29 00:16:00           3
    +#> 349              25   A69-1303-555   515 2016-03-29 00:18:00           3
    +#> 350              25   A69-1303-555   517 2016-03-29 00:20:00           3
    +#> 351              25   A69-1303-555   519 2016-03-29 00:22:00           3
    +#> 352              25   A69-1303-555   521 2016-03-29 00:26:00           3
    +#> 353              25   A69-1303-555   524 2016-03-29 00:28:00           3
    +#> 354              25   A69-1303-555   525 2016-03-29 00:30:00           3
    +#> 355              25   A69-1303-555   527 2016-03-29 00:34:00           3
    +#> 356              25   A69-1303-555   528 2016-03-29 00:36:00           3
    +#> 357              25   A69-1303-555   529 2016-03-29 00:38:00           3
    +#> 358              25   A69-1303-555   530 2016-03-29 00:44:00           3
    +#> 359              25   A69-1303-555   532 2016-03-29 00:46:00           3
    +#> 360              25   A69-1303-555   533 2016-03-29 00:48:00           3
    +#> 361              25   A69-1303-555   534 2016-03-29 01:02:00           3
    +#> 362              25   A69-1303-555   535 2016-03-29 01:04:00           3
    +#> 363              25   A69-1303-555   536 2016-03-29 01:06:00           3
    +#> 364              25   A69-1303-555   538 2016-03-29 01:08:00           3
    +#> 365              25   A69-1303-555   540 2016-03-29 01:10:00           3
    +#> 366              25   A69-1303-555   543 2016-03-29 01:12:00           3
    +#> 367              25   A69-1303-555   544 2016-03-29 01:14:00           3
    +#> 368              25   A69-1303-555   546 2016-03-29 01:18:00           3
    +#> 369              25   A69-1303-555   547 2016-03-29 01:20:00           3
    +#> 370              25   A69-1303-555   548 2016-03-29 01:22:00           3
    +#> 371              25   A69-1303-555   550 2016-03-29 01:24:00           3
    +#> 372              25   A69-1303-555   551 2016-03-29 01:26:00           3
    +#> 373              25   A69-1303-555   554 2016-03-29 01:28:00           3
    +#> 374              25   A69-1303-555   555 2016-03-29 01:30:00           3
    +#> 375              25   A69-1303-555   558 2016-03-29 01:32:00           3
    +#> 376              25   A69-1303-555   559 2016-03-29 01:36:00           3
    +#> 377              25   A69-1303-555   561 2016-03-29 01:38:00           3
    +#> 378              25   A69-1303-555   563 2016-03-29 01:40:00           9
    +#> 379              25   A69-1303-555   564 2016-03-29 01:42:00           3
    +#> 380              25   A69-1303-555   565 2016-03-29 01:42:00           9
    +#> 381              25   A69-1303-555   567 2016-03-29 01:44:00           3
    +#> 382              25   A69-1303-555   568 2016-03-29 01:44:00           9
    +#> 383              25   A69-1303-555   570 2016-03-29 01:46:00           9
    +#> 384              25   A69-1303-555   571 2016-03-29 01:46:00           3
    +#> 385              25   A69-1303-555   573 2016-03-29 01:48:00           9
    +#> 386              25   A69-1303-555   574 2016-03-29 01:50:00           9
    +#> 387              25   A69-1303-555   575 2016-03-29 01:52:00           9
    +#> 388              25   A69-1303-555   576 2016-03-29 01:52:00           3
    +#> 389              25   A69-1303-555   579 2016-03-29 01:54:00           3
    +#> 390              25   A69-1303-555   580 2016-03-29 01:54:00           9
    +#> 391              25   A69-1303-555   581 2016-03-29 01:56:00           3
    +#> 392              25   A69-1303-555   582 2016-03-29 01:56:00           9
    +#> 393              25   A69-1303-555   584 2016-03-29 01:58:00           9
    +#> 394              25   A69-1303-555   586 2016-03-29 02:00:00           3
    +#> 395              25   A69-1303-555   587 2016-03-29 02:00:00           9
    +#> 396              25   A69-1303-555   589 2016-03-29 02:06:00           3
    +#> 397              25   A69-1303-555   590 2016-03-29 02:10:00           3
    +#> 398              25   A69-1303-555   591 2016-03-29 02:12:00           3
    +#> 399              25   A69-1303-555   593 2016-03-29 02:14:00           3
    +#> 400              25   A69-1303-555   595 2016-03-29 02:16:00           3
    +#> 401              25   A69-1303-555   597 2016-03-29 02:18:00           3
    +#> 402              25   A69-1303-555   599 2016-03-29 02:20:00           3
    +#> 403              25   A69-1303-555   601 2016-03-29 02:22:00           3
    +#> 404              25   A69-1303-555   603 2016-03-29 02:24:00           3
    +#> 405              25   A69-1303-555   605 2016-03-29 02:26:00           3
    +#> 406              25   A69-1303-555   606 2016-03-29 02:28:00           3
    +#> 407              25   A69-1303-555   608 2016-03-29 02:30:00           3
    +#> 408              25   A69-1303-555   610 2016-03-29 02:32:00           3
    +#> 409              25   A69-1303-555   612 2016-03-29 02:34:00           3
    +#> 410              25   A69-1303-555   614 2016-03-29 02:36:00           3
    +#> 411              25   A69-1303-555   616 2016-03-29 02:38:00           3
    +#> 412              25   A69-1303-555   618 2016-03-29 02:40:00           3
    +#> 413              25   A69-1303-555   619 2016-03-29 02:42:00           3
    +#> 414              25   A69-1303-555   620 2016-03-29 02:44:00           3
    +#> 415              25   A69-1303-555   622 2016-03-29 02:44:00           9
    +#> 416              25   A69-1303-555   623 2016-03-29 02:46:00           3
    +#> 417              25   A69-1303-555   624 2016-03-29 02:46:00           9
    +#> 418              25   A69-1303-555   627 2016-03-29 02:48:00           3
    +#> 419              25   A69-1303-555   628 2016-03-29 02:50:00           3
    +#> 420              25   A69-1303-555   629 2016-03-29 02:50:00           9
    +#> 421              25   A69-1303-555   631 2016-03-29 02:52:00           3
    +#> 422              25   A69-1303-555   632 2016-03-29 02:52:00           9
    +#> 423              25   A69-1303-555   633 2016-03-29 02:54:00           3
    +#> 424              25   A69-1303-555   634 2016-03-29 02:54:00           9
    +#> 425              25   A69-1303-555   636 2016-03-29 02:56:00           3
    +#> 426              25   A69-1303-555   637 2016-03-29 02:56:00           9
    +#> 427              25   A69-1303-555   639 2016-03-29 02:58:00           3
    +#> 428              25   A69-1303-555   641 2016-03-29 03:00:00           3
    +#> 429              25   A69-1303-555   642 2016-03-29 03:02:00           3
    +#> 430              25   A69-1303-555   643 2016-03-29 03:04:00           3
    +#> 431              25   A69-1303-555   644 2016-03-29 03:06:00           3
    +#> 432              25   A69-1303-555   646 2016-03-29 03:08:00           3
    +#> 433              25   A69-1303-555   648 2016-03-29 03:10:00           3
    +#> 434              25   A69-1303-555   649 2016-03-29 03:12:00           3
    +#> 435              25   A69-1303-555   650 2016-03-29 03:16:00           3
    +#> 436              25   A69-1303-555   651 2016-03-29 03:18:00           3
    +#> 437              25   A69-1303-555   652 2016-03-29 03:24:00           3
    +#> 438              25   A69-1303-555   653 2016-03-29 03:26:00           3
    +#> 439              25   A69-1303-555   654 2016-03-29 03:30:00           3
    +#> 440              25   A69-1303-555   655 2016-03-29 13:08:00           3
    +#> 441              25   A69-1303-555   656 2016-03-29 13:10:00           3
    +#> 442              25   A69-1303-555   657 2016-03-29 13:14:00           3
    +#> 443              25   A69-1303-555   658 2016-03-29 13:16:00           3
    +#> 444              25   A69-1303-555   660 2016-03-29 13:20:00           3
    +#> 445              25   A69-1303-555   661 2016-03-29 13:26:00           3
    +#> 446              25   A69-1303-555   662 2016-03-29 13:30:00           3
    +#> 447              25   A69-1303-555   663 2016-03-29 13:32:00           3
    +#> 448              25   A69-1303-555   665 2016-03-29 13:34:00           3
    +#> 449              25   A69-1303-555   667 2016-03-29 13:38:00           3
    +#> 450              25   A69-1303-555   669 2016-03-29 13:42:00           3
    +#> 451              25   A69-1303-555   670 2016-03-29 13:44:00           3
    +#> 452              25   A69-1303-555   673 2016-03-29 13:46:00           3
    +#> 453              25   A69-1303-555   675 2016-03-29 13:48:00           3
    +#> 454              25   A69-1303-555   678 2016-03-29 13:52:00           3
    +#> 455              25   A69-1303-555   679 2016-03-29 13:54:00           3
    +#> 456              25   A69-1303-555   680 2016-03-29 13:56:00           3
    +#> 457              25   A69-1303-555   681 2016-03-29 13:58:00           3
    +#> 458              25   A69-1303-555   682 2016-03-29 14:02:00           3
    +#> 459              25   A69-1303-555   683 2016-03-29 14:04:00           3
    +#> 460              25   A69-1303-555   684 2016-03-29 14:08:00           3
    +#> 461              25   A69-1303-555   685 2016-03-29 14:10:00           3
    +#> 462              25   A69-1303-555   686 2016-03-29 14:12:00           3
    +#> 463              25   A69-1303-555   687 2016-03-29 14:16:00           3
    +#> 464              25   A69-1303-555   688 2016-03-29 14:20:00           3
    +#> 465              25   A69-1303-555   689 2016-03-29 14:22:00           3
    +#> 466              25   A69-1303-555   690 2016-03-29 14:28:00           3
    +#> 467              25   A69-1303-555   691 2016-03-29 14:32:00           3
    +#> 468              25   A69-1303-555   693 2016-03-29 14:34:00           3
    +#> 469              25   A69-1303-555   694 2016-03-29 14:36:00           3
    +#> 470              25   A69-1303-555   695 2016-03-29 14:38:00           3
    +#> 471              25   A69-1303-555   697 2016-03-29 14:40:00           3
    +#> 472              25   A69-1303-555   699 2016-03-29 14:42:00           3
    +#> 473              25   A69-1303-555   700 2016-03-29 14:44:00           3
    +#> 474              25   A69-1303-555   702 2016-03-29 14:46:00           3
    +#> 475              25   A69-1303-555   704 2016-03-29 14:48:00           3
    +#> 476              25   A69-1303-555   706 2016-03-29 14:50:00           3
    +#> 477              25   A69-1303-555   708 2016-03-29 14:52:00           3
    +#> 478              25   A69-1303-555   710 2016-03-29 14:54:00           3
    +#> 479              25   A69-1303-555   711 2016-03-29 14:56:00           3
    +#> 480              25   A69-1303-555   712 2016-03-29 15:12:00           3
    +#> 481              25   A69-1303-555   713 2016-03-29 15:16:00           3
    +#> 482              25   A69-1303-555   714 2016-03-29 15:18:00           3
    +#> 483              25   A69-1303-555   715 2016-03-29 15:20:00           3
    +#> 484              25   A69-1303-555   716 2016-03-29 15:22:00           3
    +#> 485              25   A69-1303-555   718 2016-03-29 15:24:00           3
    +#> 486              25   A69-1303-555   719 2016-03-29 15:26:00           3
    +#> 487              25   A69-1303-555   721 2016-03-29 15:28:00           3
    +#> 488              25   A69-1303-555   723 2016-03-29 15:30:00           3
    +#> 489              25   A69-1303-555   724 2016-03-29 15:32:00           3
    +#> 490              25   A69-1303-555   725 2016-03-29 15:36:00           3
    +#> 491              25   A69-1303-555   726 2016-03-29 15:38:00           3
    +#> 492              25   A69-1303-555   728 2016-03-29 16:02:00           9
    +#> 493              25   A69-1303-555   729 2016-03-29 16:06:00           9
    +#> 494              25   A69-1303-555   730 2016-03-29 16:08:00           9
    +#> 495              25   A69-1303-555   731 2016-03-29 16:08:00           3
    +#> 496              25   A69-1303-555   732 2016-03-29 16:10:00           3
    +#> 497              25   A69-1303-555   733 2016-03-29 16:14:00           3
    +#> 498              25   A69-1303-555   735 2016-03-29 16:18:00           3
    +#> 499              25   A69-1303-555   736 2016-03-29 16:24:00           3
    +#> 500              25   A69-1303-555   738 2016-04-01 07:34:00          26
    +#> 501              25   A69-1303-555   739 2016-04-01 07:36:00          26
    +#> 502              25   A69-1303-555   740 2016-04-01 07:38:00          26
    +#> 503              25   A69-1303-555   742 2016-04-01 08:32:00          26
    +#> 504              25   A69-1303-555   743 2016-04-01 08:34:00          26
    +#> 505              25   A69-1303-555   744 2016-04-01 08:54:00          26
    +#> 506              25   A69-1303-555   745 2016-04-01 09:56:00          26
    +#> 507              25   A69-1303-555   746 2016-04-01 10:02:00          26
    +#> 508              25   A69-1303-555   747 2016-04-01 10:04:00          26
    +#> 509              25   A69-1303-555   749 2016-04-01 10:06:00          26
    +#> 510              25   A69-1303-555   751 2016-04-01 10:08:00          26
    +#> 511              25   A69-1303-555   753 2016-04-01 10:12:00          26
    +#> 512              25   A69-1303-555   755 2016-04-01 10:14:00          26
    +#> 513              25   A69-1303-555   757 2016-04-01 10:16:00          26
    +#> 514              25   A69-1303-555   758 2016-04-01 10:18:00          26
    +#> 515              25   A69-1303-555   760 2016-04-01 10:20:00          26
    +#> 516              25   A69-1303-555   761 2016-04-01 10:24:00          26
    +#> 517              25   A69-1303-555   763 2016-04-01 10:26:00          26
    +#> 518              25   A69-1303-555   765 2016-04-01 10:30:00          26
    +#> 519              25   A69-1303-555   766 2016-04-01 10:36:00          26
    +#> 520              25   A69-1303-555   767 2016-04-01 10:38:00          26
    +#> 521              25   A69-1303-555   768 2016-04-01 10:40:00          26
    +#> 522              25   A69-1303-555   769 2016-04-01 10:44:00          26
    +#> 523              25   A69-1303-555   770 2016-04-01 10:48:00          26
    +#> 524              25   A69-1303-555   771 2016-04-01 11:54:00          26
    +#> 525              25   A69-1303-555   773 2016-04-07 05:26:00          26
    +#> 526              25   A69-1303-555   775 2016-04-07 05:28:00          26
    +#> 527              25   A69-1303-555   776 2016-04-07 05:32:00          26
    +#> 528              25   A69-1303-555   778 2016-04-07 05:34:00          26
    +#> 529              25   A69-1303-555   779 2016-04-07 05:36:00          26
    +#> 530              25   A69-1303-555   780 2016-04-07 06:38:00          26
    +#> 531              25   A69-1303-555   782 2016-04-07 06:40:00          26
    +#> 532              25   A69-1303-555   784 2016-04-07 06:42:00          26
    +#> 533              25   A69-1303-555   785 2016-04-07 06:46:00          26
    +#> 534              25   A69-1303-555   787 2016-04-07 06:48:00          26
    +#> 535              25   A69-1303-555   789 2016-04-07 06:50:00          26
    +#> 536              25   A69-1303-555   790 2016-04-07 06:52:00          26
    +#> 537              25   A69-1303-555   792 2016-04-07 06:54:00          26
    +#> 538              25   A69-1303-555   793 2016-04-07 06:58:00          26
    +#> 539              25   A69-1303-555   795 2016-04-07 13:24:00          26
    +#> 540              25   A69-1303-555   797 2016-04-12 01:58:00          26
    +#> 541              25   A69-1303-555   798 2016-04-12 02:00:00          26
    +#> 542              25   A69-1303-555   800 2016-04-12 02:02:00          26
    +#> 543              25   A69-1303-555   801 2016-04-12 03:20:00          31
    +#> 544              25   A69-1303-555   802 2016-04-12 03:22:00          31
    +#> 545              25   A69-1303-555   803 2016-04-12 03:24:00          31
    +#> 546              25   A69-1303-555   804 2016-04-12 03:30:00          26
    +#> 547              25   A69-1303-555   805 2016-04-12 03:32:00          26
    +#> 548              25   A69-1303-555   806 2016-04-16 06:36:00          26
    +#> 549              25   A69-1303-555   808 2016-04-16 06:38:00          26
    +#> 550              25   A69-1303-555   811 2016-04-16 06:40:00          26
    +#> 551              25   A69-1303-555   812 2016-04-16 06:42:00          26
    +#> 552              25   A69-1303-555   813 2016-04-16 07:00:00          26
    +#> 553              25   A69-1303-555   814 2016-04-16 07:02:00          26
    +#> 554              25   A69-1303-555   815 2016-04-16 07:06:00          26
    +#> 555              25   A69-1303-555   816 2016-04-16 07:10:00          26
    +#> 556              25   A69-1303-555   819 2016-04-16 07:12:00          26
    +#> 557              25   A69-1303-555   821 2016-04-16 07:14:00          26
    +#> 558              25   A69-1303-555   822 2016-04-16 07:16:00          26
    +#> 559              25   A69-1303-555   823 2016-04-16 07:20:00          26
    +#> 560              25   A69-1303-555   824 2016-04-16 07:24:00          26
    +#> 561              25   A69-1303-555   825 2016-04-16 07:30:00          26
    +#> 562              25   A69-1303-555   828 2016-04-16 07:32:00          26
    +#> 563              25   A69-1303-555   830 2016-04-16 07:34:00          26
    +#> 564              25   A69-1303-555   831 2016-04-16 07:36:00          26
    +#> 565              25   A69-1303-555   833 2016-04-16 07:42:00          26
    +#> 566              25   A69-1303-555   834 2016-04-16 07:44:00          26
    +#> 567              25   A69-1303-555   836 2016-04-16 07:46:00          26
    +#> 568              25   A69-1303-555   837 2016-04-16 08:04:00          26
    +#> 569              25   A69-1303-555   838 2016-04-16 08:18:00          26
    +#> 570              25   A69-1303-555   839 2016-04-16 08:20:00          26
    +#> 571              25   A69-1303-555   840 2016-04-16 08:22:00          26
    +#> 572              25   A69-1303-555   841 2016-04-16 08:26:00          26
    +#> 573              25   A69-1303-555   842 2016-04-24 00:38:00          26
    +#> 574              25   A69-1303-555   843 2016-04-24 00:46:00          26
    +#> 575              25   A69-1303-555   845 2016-04-24 00:48:00          26
    +#> 576              25   A69-1303-555   848 2016-04-24 00:50:00          26
    +#> 577              25   A69-1303-555   849 2016-04-24 00:52:00          26
    +#> 578              25   A69-1303-555   851 2016-04-24 00:54:00          26
    +#> 579              25   A69-1303-555   852 2016-04-24 00:56:00          26
    +#> 580              25   A69-1303-555   855 2016-04-24 00:58:00          31
    +#> 581              25   A69-1303-555   856 2016-04-24 01:02:00          26
    +#> 582              25   A69-1303-555   857 2016-04-24 01:10:00          26
    +#> 583              25   A69-1303-555   858 2016-04-24 01:16:00          26
    +#> 584              25   A69-1303-555   860 2016-04-24 01:18:00          26
    +#> 585              25   A69-1303-555   861 2016-04-24 01:20:00          26
    +#> 586              25   A69-1303-555   862 2016-04-24 01:20:00          31
    +#> 587              25   A69-1303-555   863 2016-04-24 01:22:00          26
    +#> 588              25   A69-1303-555   864 2016-04-24 01:24:00          26
    +#> 589              25   A69-1303-555   865 2016-04-24 01:24:00          31
    +#> 590              25   A69-1303-555   867 2016-04-24 01:26:00          26
    +#> 591              25   A69-1303-555   869 2016-04-27 03:38:00          30
    +#> 592              25   A69-1303-555   871 2016-04-28 03:18:00          26
    +#> 593              25   A69-1303-555   873 2016-04-28 03:20:00          26
    +#> 594              25   A69-1303-555   875 2016-04-28 03:22:00          26
    +#> 595              25   A69-1303-555   877 2016-04-28 03:24:00          26
    +#> 596              25   A69-1303-555   878 2016-04-28 03:26:00          26
    +#> 597              25   A69-1303-555   880 2016-04-28 03:28:00          26
    +#> 598              25   A69-1303-555   881 2016-04-28 03:30:00          26
    +#> 599              25   A69-1303-555   883 2016-04-28 03:50:00          26
    +#> 600              25   A69-1303-555   884 2016-04-28 04:02:00          26
    +#> 601              25   A69-1303-555   885 2016-04-28 04:26:00          26
    +#> 602              25   A69-1303-555   886 2016-04-28 04:28:00          26
    +#> 603              25   A69-1303-555   887 2016-05-03 13:16:00          26
    +#> 604              25   A69-1303-555   888 2016-05-03 13:20:00          26
    +#> 605              25   A69-1303-555   889 2016-05-03 14:50:00          26
    +#> 606              25   A69-1303-555   890 2016-05-03 14:52:00          26
    +#> 607              25   A69-1303-555   891 2016-05-03 14:58:00          26
    +#> 608              25   A69-1303-555   892 2016-05-03 15:00:00          26
    +#> 609              25   A69-1303-555   893 2016-05-03 15:02:00          26
    +#> 610              25   A69-1303-555   894 2016-05-03 15:20:00          26
    +#> 611              25   A69-1303-555   896 2016-05-03 18:02:00          26
    +#> 612              25   A69-1303-555   897 2016-05-03 18:06:00          26
    +#> 613              25   A69-1303-555   898 2016-05-08 11:48:00          31
    +#> 614              25   A69-1303-555   900 2016-05-08 11:50:00          31
    +#> 615              25   A69-1303-555   901 2016-05-08 11:52:00          31
    +#> 616              25   A69-1303-555   902 2016-05-08 11:54:00          31
    +#> 617              25   A69-1303-555   903 2016-05-08 12:14:00          31
    +#> 618              25   A69-1303-555   904 2016-05-08 12:20:00          26
    +#> 619              25   A69-1303-555   906 2016-05-08 12:22:00          26
    +#> 620              25   A69-1303-555   907 2016-05-08 12:24:00          26
    +#> 621              25   A69-1303-555   911 2016-05-08 12:26:00          26
    +#> 622              25   A69-1303-555   912 2016-05-08 12:28:00          26
    +#> 623              25   A69-1303-555   913 2016-05-08 12:30:00          26
    +#> 624              25   A69-1303-555   914 2016-05-08 12:32:00          26
    +#> 625              25   A69-1303-555   916 2016-05-08 12:34:00          26
    +#> 626              25   A69-1303-555   917 2016-05-08 12:36:00          26
    +#> 627              25   A69-1303-555   918 2016-05-08 12:42:00          26
    +#> 628              25   A69-1303-555   919 2016-05-08 12:44:00          26
    +#> 629              25   A69-1303-555   921 2016-05-08 12:46:00          26
    +#> 630              25   A69-1303-555   923 2016-05-14 14:58:00          26
    +#> 631              25   A69-1303-555   924 2016-05-14 15:00:00          26
    +#> 632              25   A69-1303-555   925 2016-05-14 15:02:00          26
    +#> 633              25   A69-1303-555   927 2016-05-14 15:12:00          26
    +#> 634              25   A69-1303-555   929 2016-05-14 15:14:00          26
    +#> 635              25   A69-1303-555   930 2016-05-14 15:16:00          26
    +#> 636              25   A69-1303-555   932 2016-05-14 15:18:00          26
    +#> 637              25   A69-1303-555   934 2016-05-14 15:20:00          26
    +#> 638              25   A69-1303-555   936 2016-05-14 15:22:00          26
    +#> 639              25   A69-1303-555   938 2016-05-14 15:24:00          31
    +#> 640              25   A69-1303-555   939 2016-05-14 15:24:00          26
    +#> 641              25   A69-1303-555   941 2016-05-14 15:26:00          31
    +#> 642              25   A69-1303-555   942 2016-05-14 15:28:00          26
    +#> 643              25   A69-1303-555   943 2016-05-14 15:30:00          26
    +#> 644              25   A69-1303-555   945 2016-05-14 15:32:00          26
    +#> 645              25   A69-1303-555   946 2016-05-14 15:34:00          26
    +#> 646              25   A69-1303-555   948 2016-05-14 19:58:00          26
    +#> 647              25   A69-1303-555   949 2016-05-14 20:00:00          26
    +#> 648              25   A69-1303-555   950 2016-05-14 20:02:00          26
    +#> 649              25   A69-1303-555   951 2016-05-14 20:04:00          26
    +#> 650              25   A69-1303-555   952 2016-05-14 21:12:00          31
    +#> 651              25   A69-1303-555   954 2016-05-14 21:20:00          31
    +#> 652              25   A69-1303-555   955 2016-05-14 21:24:00          31
    +#> 653              25   A69-1303-555   957 2016-05-14 21:30:00          31
    +#> 654              25   A69-1303-555   959 2016-05-14 21:32:00          31
    +#> 655              25   A69-1303-555   960 2016-05-14 21:34:00          31
    +#> 656              25   A69-1303-555   961 2016-05-14 21:36:00          31
    +#> 657              25   A69-1303-555   962 2016-05-14 21:38:00          31
    +#> 658              25   A69-1303-555   964 2016-05-14 21:42:00          31
    +#> 659              25   A69-1303-555   966 2016-05-14 21:44:00          31
    +#> 660              25   A69-1303-555   967 2016-05-14 21:46:00          31
    +#> 661              25   A69-1303-555   968 2016-05-14 21:48:00          31
    +#> 662              25   A69-1303-555   970 2016-05-14 21:52:00          31
    +#> 663              25   A69-1303-555   971 2016-05-14 21:58:00          31
    +#> 664              25   A69-1303-555   972 2016-05-14 22:00:00          31
    +#> 665              25   A69-1303-555   973 2016-05-14 22:02:00          31
    +#> 666              25   A69-1303-555   974 2016-05-14 22:04:00          31
    +#> 667              25   A69-1303-555   975 2016-05-14 23:24:00          26
    +#> 668              25   A69-1303-555   976 2016-05-14 23:26:00          26
    +#> 669              25   A69-1303-555   977 2016-05-14 23:28:00          26
    +#> 670              25   A69-1303-555   979 2016-05-14 23:30:00          26
    +#> 671              25   A69-1303-555   982 2016-05-14 23:32:00          26
    +#> 672              25   A69-1303-555   984 2016-05-14 23:34:00          26
    +#> 673              25   A69-1303-555   985 2016-05-14 23:36:00          26
    +#> 674              25   A69-1303-555   986 2016-05-14 23:38:00          26
    +#> 675              25   A69-1303-555   988 2016-05-14 23:42:00          26
    +#> 676              25   A69-1303-555   989 2016-05-14 23:46:00          26
    +#> 677              25   A69-1303-555   992 2016-05-14 23:52:00          26
    +#> 678              25   A69-1303-555   993 2016-05-14 23:54:00          26
    +#> 679              25   A69-1303-555   994 2016-05-14 23:56:00          26
    +#> 680              25   A69-1303-555   996 2016-05-14 23:58:00          26
    +#> 681              25   A69-1303-555   997 2016-05-17 23:42:00          14
    +#> 682              25   A69-1303-555   998 2016-05-17 23:46:00          14
    +#> 683              25   A69-1303-555   999 2016-05-17 23:48:00          14
    +#> 684              25   A69-1303-555  1000 2016-05-17 23:50:00          14
    +#> 685              25   A69-1303-555  1001 2016-05-17 23:52:00          14
    +#> 686              25   A69-1303-555  1002 2016-05-17 23:56:00          14
    +#> 687              25   A69-1303-555  1003 2016-05-17 23:58:00          14
    +#> 688              25   A69-1303-555  1005 2016-05-18 00:00:00          14
    +#> 689              25   A69-1303-555  1008 2016-05-18 00:02:00          14
    +#> 690              25   A69-1303-555  1009 2016-05-18 00:04:00          14
    +#> 691              25   A69-1303-555  1011 2016-05-18 00:06:00          14
    +#> 692              25   A69-1303-555  1013 2016-05-18 00:08:00          14
    +#> 693              25   A69-1303-555  1015 2016-05-18 00:10:00          14
    +#> 694              25   A69-1303-555  1017 2016-05-18 00:12:00          14
    +#> 695              25   A69-1303-555  1018 2016-05-18 00:14:00          14
    +#> 696              25   A69-1303-555  1020 2016-05-18 00:16:00          14
    +#> 697              25   A69-1303-555  1021 2016-05-18 00:18:00          14
    +#> 698              25   A69-1303-555  1022 2016-05-18 00:20:00          14
    +#> 699              25   A69-1303-555  1024 2016-05-18 00:22:00          14
    +#> 700              25   A69-1303-555  1026 2016-05-18 00:24:00          14
    +#> 701              25   A69-1303-555  1027 2016-05-18 00:26:00          14
    +#> 702              25   A69-1303-555  1029 2016-05-18 00:28:00          14
    +#> 703              25   A69-1303-555  1031 2016-05-18 00:30:00          14
    +#> 704              25   A69-1303-555  1032 2016-05-18 00:32:00          14
    +#> 705              25   A69-1303-555  1034 2016-05-18 00:34:00          14
    +#> 706              25   A69-1303-555  1036 2016-05-18 00:36:00          14
    +#> 707              25   A69-1303-555  1038 2016-05-18 00:38:00          14
    +#> 708              25   A69-1303-555  1040 2016-05-18 00:42:00          14
    +#> 709              25   A69-1303-555  1041 2016-05-18 00:44:00          14
    +#> 710              25   A69-1303-555  1042 2016-05-18 00:46:00          14
    +#> 711              25   A69-1303-555  1043 2016-05-18 00:48:00          14
    +#> 712              25   A69-1303-555  1044 2016-05-18 00:50:00          14
    +#> 713              25   A69-1303-555  1045 2016-05-18 00:52:00          14
    +#> 714              25   A69-1303-555  1046 2016-05-18 00:54:00          14
    +#> 715              25   A69-1303-555  1048 2016-05-18 00:58:00          14
    +#> 716              25   A69-1303-555  1049 2016-05-18 01:02:00          14
    +#> 717              25   A69-1303-555  1050 2016-05-18 01:04:00          14
    +#> 718              25   A69-1303-555  1051 2016-05-18 01:16:00          14
    +#> 719              25   A69-1303-555  1052 2016-05-18 01:18:00          14
    +#> 720              25   A69-1303-555  1054 2016-05-18 01:20:00          14
    +#> 721              25   A69-1303-555  1056 2016-05-18 01:22:00          14
    +#> 722              25   A69-1303-555  1057 2016-05-18 01:24:00          14
    +#> 723              25   A69-1303-555  1059 2016-05-18 01:26:00          14
    +#> 724              25   A69-1303-555  1062 2016-05-18 01:28:00          14
    +#> 725              25   A69-1303-555  1063 2016-05-18 01:30:00          14
    +#> 726              25   A69-1303-555  1065 2016-05-18 01:32:00          14
    +#> 727              25   A69-1303-555  1067 2016-05-18 01:34:00          14
    +#> 728              25   A69-1303-555  1069 2016-05-18 01:36:00          14
    +#> 729              25   A69-1303-555  1071 2016-05-18 01:38:00          14
    +#> 730              25   A69-1303-555  1073 2016-05-18 01:40:00          14
    +#> 731              25   A69-1303-555  1075 2016-05-18 01:42:00          14
    +#> 732              25   A69-1303-555  1077 2016-05-18 01:48:00          14
    +#> 733              25   A69-1303-555  1079 2016-05-18 01:50:00          14
    +#> 734              25   A69-1303-555  1081 2016-05-18 01:52:00          14
    +#> 735              25   A69-1303-555  1083 2016-05-18 01:54:00          14
    +#> 736              25   A69-1303-555  1085 2016-05-18 01:56:00          14
    +#> 737              25   A69-1303-555  1087 2016-05-18 01:58:00          14
    +#> 738              25   A69-1303-555  1089 2016-05-18 02:00:00          14
    +#> 739              25   A69-1303-555  1091 2016-05-18 02:02:00          14
    +#> 740              25   A69-1303-555  1093 2016-05-18 02:04:00          14
    +#> 741              25   A69-1303-555  1095 2016-05-18 02:06:00          14
    +#> 742              25   A69-1303-555  1096 2016-05-18 02:08:00          14
    +#> 743              25   A69-1303-555  1097 2016-05-18 02:24:00          14
    +#> 744              25   A69-1303-555  1098 2016-05-18 02:26:00          14
    +#> 745              25   A69-1303-555  1100 2016-05-18 02:28:00          14
    +#> 746              25   A69-1303-555  1102 2016-05-18 02:30:00          14
    +#> 747              25   A69-1303-555  1105 2016-05-18 02:32:00          14
    +#> 748              25   A69-1303-555  1107 2016-05-18 02:34:00          14
    +#> 749              25   A69-1303-555  1109 2016-05-18 02:36:00          14
    +#> 750              25   A69-1303-555  1111 2016-05-18 02:38:00          14
    +#> 751              25   A69-1303-555  1112 2016-05-18 02:40:00          14
    +#> 752              25   A69-1303-555  1114 2016-05-18 02:42:00          14
    +#> 753              25   A69-1303-555  1116 2016-05-18 02:44:00          14
    +#> 754              25   A69-1303-555  1118 2016-05-18 02:46:00          14
    +#> 755              25   A69-1303-555  1119 2016-05-18 02:48:00          14
    +#> 756              25   A69-1303-555  1120 2016-05-18 02:50:00          14
    +#> 757              25   A69-1303-555  1122 2016-05-18 02:52:00          14
    +#> 758              25   A69-1303-555  1124 2016-05-18 02:54:00          14
    +#> 759              25   A69-1303-555  1126 2016-05-18 02:56:00          14
    +#> 760              25   A69-1303-555  1127 2016-05-18 02:58:00          14
    +#> 761              25   A69-1303-555  1128 2016-05-18 03:00:00          14
    +#> 762              25   A69-1303-555  1130 2016-05-18 03:02:00          14
    +#> 763              25   A69-1303-555  1133 2016-05-18 03:04:00          14
    +#> 764              25   A69-1303-555  1135 2016-05-18 03:06:00          14
    +#> 765              25   A69-1303-555  1137 2016-05-18 03:08:00          14
    +#> 766              25   A69-1303-555  1139 2016-05-18 03:10:00          14
    +#> 767              25   A69-1303-555  1141 2016-05-18 03:12:00          14
    +#> 768              25   A69-1303-555  1142 2016-05-18 03:50:00          14
    +#> 769              25   A69-1303-555  1145 2016-05-18 03:52:00          14
    +#> 770              25   A69-1303-555  1147 2016-05-18 03:54:00          14
    +#> 771              25   A69-1303-555  1148 2016-05-18 04:12:00          14
    +#> 772              25   A69-1303-555  1149 2016-05-18 04:14:00          14
    +#> 773              25   A69-1303-555  1150 2016-05-18 04:42:00          14
    +#> 774              25   A69-1303-555  1151 2016-05-20 22:44:00          26
    +#> 775              25   A69-1303-555  1152 2016-05-20 23:10:00          26
    +#> 776              25   A69-1303-555  1154 2016-05-20 23:12:00          26
    +#> 777              25   A69-1303-555  1156 2016-05-20 23:14:00          26
    +#> 778              25   A69-1303-555  1157 2016-05-21 00:56:00          26
    +#> 779              25   A69-1303-555  1158 2016-05-21 00:58:00          26
    +#> 780              25   A69-1303-555  1159 2016-05-21 02:08:00          26
    +#> 781              25   A69-1303-555  1160 2016-05-21 02:12:00          26
    +#> 782              25   A69-1303-555  1161 2016-05-21 02:24:00          26
    +#> 783              25   A69-1303-555  1162 2016-05-22 13:22:00          14
    +#> 784              25   A69-1303-555  1163 2016-05-22 13:24:00          14
    +#> 785              25   A69-1303-555  1164 2016-05-22 13:26:00          14
    +#> 786              25   A69-1303-555  1166 2016-05-22 13:32:00          14
    +#> 787              25   A69-1303-555  1167 2016-05-22 13:48:00          14
    +#> 788              25   A69-1303-555  1168 2016-05-22 13:52:00          14
    +#> 789              25   A69-1303-555  1170 2016-05-22 14:16:00          14
    +#> 790              25   A69-1303-555  1173 2016-05-22 14:18:00          14
    +#> 791              25   A69-1303-555  1175 2016-05-22 14:20:00          14
    +#> 792              25   A69-1303-555  1177 2016-05-22 14:22:00          14
    +#> 793              25   A69-1303-555  1179 2016-05-22 14:24:00          14
    +#> 794              25   A69-1303-555  1181 2016-05-22 14:26:00          14
    +#> 795              25   A69-1303-555  1183 2016-05-22 14:28:00          14
    +#> 796              25   A69-1303-555  1185 2016-05-22 14:30:00          14
    +#> 797              25   A69-1303-555  1188 2016-05-22 14:32:00          14
    +#> 798              25   A69-1303-555  1190 2016-05-22 14:34:00          14
    +#> 799              25   A69-1303-555  1192 2016-05-22 14:36:00          14
    +#> 800              25   A69-1303-555  1194 2016-05-22 14:38:00          14
    +#> 801              25   A69-1303-555  1196 2016-05-22 14:40:00          14
    +#> 802              25   A69-1303-555  1198 2016-05-22 14:42:00          14
    +#> 803              25   A69-1303-555  1199 2016-05-22 14:44:00          14
    +#> 804              25   A69-1303-555  1201 2016-05-22 14:46:00          14
    +#> 805              25   A69-1303-555  1202 2016-05-22 14:48:00          14
    +#> 806              25   A69-1303-555  1204 2016-05-22 14:50:00          14
    +#> 807              25   A69-1303-555  1206 2016-05-22 14:52:00          14
    +#> 808              25   A69-1303-555  1207 2016-05-22 14:54:00          14
    +#> 809              25   A69-1303-555  1209 2016-05-22 14:56:00          14
    +#> 810              25   A69-1303-555  1211 2016-05-22 14:58:00          14
    +#> 811              25   A69-1303-555  1212 2016-05-22 15:00:00          14
    +#> 812              25   A69-1303-555  1213 2016-05-22 15:02:00          14
    +#> 813              25   A69-1303-555  1215 2016-05-22 15:04:00          14
    +#> 814              25   A69-1303-555  1217 2016-05-22 15:06:00          14
    +#> 815              25   A69-1303-555  1218 2016-05-22 15:08:00          14
    +#> 816              25   A69-1303-555  1219 2016-05-22 15:10:00          14
    +#> 817              25   A69-1303-555  1220 2016-05-22 15:40:00          14
    +#> 818              25   A69-1303-555  1221 2016-05-22 15:42:00          14
    +#> 819              25   A69-1303-555  1223 2016-05-22 15:44:00          14
    +#> 820              25   A69-1303-555  1224 2016-05-22 15:48:00          14
    +#> 821              25   A69-1303-555  1225 2016-05-22 16:12:00          14
    +#> 822              25   A69-1303-555  1227 2016-05-22 17:50:00          14
    +#> 823              25   A69-1303-555  1228 2016-05-22 17:52:00          14
    +#> 824              25   A69-1303-555  1229 2016-05-22 17:54:00          14
    +#> 825              25   A69-1303-555  1231 2016-05-22 17:56:00          14
    +#> 826              25   A69-1303-555  1233 2016-05-22 17:58:00          14
    +#> 827              25   A69-1303-555  1234 2016-05-22 18:00:00          14
    +#> 828              25   A69-1303-555  1236 2016-05-22 18:02:00          14
    +#> 829              25   A69-1303-555  1237 2016-05-22 18:04:00          14
    +#> 830              25   A69-1303-555  1238 2016-05-22 18:06:00          14
    +#> 831              25   A69-1303-555  1239 2016-05-22 18:08:00          14
    +#> 832              25   A69-1303-555  1240 2016-05-22 18:10:00          14
    +#> 833              25   A69-1303-555  1242 2016-05-22 18:20:00          14
    +#> 834              25   A69-1303-555  1243 2016-05-22 19:58:00          14
    +#> 835              25   A69-1303-555  1244 2016-05-22 20:00:00          14
    +#> 836              25   A69-1303-555  1245 2016-05-22 21:46:00          23
    +#> 837              25   A69-1303-555  1246 2016-05-22 21:48:00          23
    +#> 838              25   A69-1303-555  1248 2016-05-22 22:00:00          23
    +#> 839              25   A69-1303-555  1249 2016-05-22 22:02:00          23
    +#> 840              25   A69-1303-555  1250 2016-05-22 22:10:00          23
    +#> 841              25   A69-1303-555  1251 2016-05-22 22:12:00          23
    +#> 842              25   A69-1303-555  1252 2016-05-22 22:14:00          23
    +#> 843              25   A69-1303-555  1253 2016-05-23 04:48:00          14
    +#> 844              25   A69-1303-555  1254 2016-05-23 04:58:00          14
    +#> 845              25   A69-1303-555  1255 2016-05-23 05:00:00          14
    +#> 846              25   A69-1303-555  1256 2016-05-23 05:02:00          14
    +#> 847              25   A69-1303-555  1257 2016-05-23 05:04:00          14
    +#> 848              25   A69-1303-555  1258 2016-05-23 05:06:00          14
    +#> 849              25   A69-1303-555  1259 2016-05-23 05:08:00          14
    +#> 850              25   A69-1303-555  1260 2016-05-23 05:10:00          14
    +#> 851              25   A69-1303-555  1261 2016-05-23 05:12:00          14
    +#> 852              25   A69-1303-555  1262 2016-05-23 05:34:00          14
    +#> 853              25   A69-1303-555  1264 2016-05-23 05:36:00          14
    +#> 854              25   A69-1303-555  1265 2016-05-23 05:40:00          14
    +#> 855              25   A69-1303-555  1267 2016-05-23 05:44:00          14
    +#> 856              25   A69-1303-555  1270 2016-05-23 05:54:00          14
    +#> 857              25   A69-1303-555  1272 2016-05-23 06:00:00          14
    +#> 858              25   A69-1303-555  1274 2016-05-23 06:02:00          14
    +#> 859              25   A69-1303-555  1276 2016-05-23 06:04:00          14
    +#> 860              25   A69-1303-555  1278 2016-05-23 06:06:00          14
    +#> 861              25   A69-1303-555  1280 2016-05-23 06:08:00          14
    +#> 862              25   A69-1303-555  1282 2016-05-23 06:10:00          14
    +#> 863              25   A69-1303-555  1283 2016-05-23 06:24:00          14
    +#> 864              25   A69-1303-555  1284 2016-05-23 06:28:00          14
    +#> 865              25   A69-1303-555  1287 2016-05-23 06:30:00          14
    +#> 866              25   A69-1303-555  1288 2016-05-23 06:32:00          14
    +#> 867              25   A69-1303-555  1290 2016-05-23 06:34:00          14
    +#> 868              25   A69-1303-555  1292 2016-05-23 06:36:00          14
    +#> 869              25   A69-1303-555  1294 2016-05-23 06:38:00          14
    +#> 870              25   A69-1303-555  1296 2016-05-23 06:40:00          14
    +#> 871              25   A69-1303-555  1298 2016-05-25 17:58:00          26
    +#> 872              25   A69-1303-555  1299 2016-05-25 18:00:00          26
    +#> 873              25   A69-1303-555  1300 2016-05-25 18:12:00          26
    +#> 874              25   A69-1303-555  1301 2016-05-26 22:20:00          23
    +#> 875              25   A69-1303-555  1302 2016-05-26 22:22:00          23
    +#> 876              25   A69-1303-555  1303 2016-05-26 22:24:00          23
    +#> 877              25   A69-1303-555  1304 2016-05-26 22:26:00          23
    +#> 878              25   A69-1303-555  1305 2016-05-26 22:32:00          23
    +#> 879              25   A69-1303-555  1306 2016-05-26 22:34:00          23
    +#> 880              25   A69-1303-555  1307 2016-05-26 22:56:00          23
    +#> 881              25   A69-1303-555  1308 2016-05-26 22:58:00          23
    +#> 882              25   A69-1303-555  1309 2016-05-26 23:00:00          23
    +#> 883              25   A69-1303-555  1312 2016-05-26 23:04:00          23
    +#> 884              25   A69-1303-555  1314 2016-05-26 23:06:00          23
    +#> 885              25   A69-1303-555  1316 2016-05-26 23:08:00          23
    +#> 886              25   A69-1303-555  1318 2016-05-26 23:10:00          23
    +#> 887              25   A69-1303-555  1320 2016-05-26 23:12:00          23
    +#> 888              25   A69-1303-555  1322 2016-05-26 23:14:00          23
    +#> 889              25   A69-1303-555  1324 2016-05-26 23:16:00          23
    +#> 890              25   A69-1303-555  1326 2016-05-26 23:18:00          23
    +#> 891              25   A69-1303-555  1328 2016-05-26 23:20:00          23
    +#> 892              25   A69-1303-555  1330 2016-05-26 23:22:00          23
    +#> 893              25   A69-1303-555  1332 2016-05-26 23:24:00          23
    +#> 894              25   A69-1303-555  1333 2016-05-26 23:26:00          23
    +#> 895              25   A69-1303-555  1335 2016-05-26 23:28:00          23
    +#> 896              25   A69-1303-555  1337 2016-05-26 23:30:00          23
    +#> 897              25   A69-1303-555  1339 2016-05-26 23:32:00          23
    +#> 898              25   A69-1303-555  1340 2016-05-27 00:14:00          23
    +#> 899              25   A69-1303-555  1341 2016-05-27 00:16:00          23
    +#> 900              25   A69-1303-555  1342 2016-05-27 00:20:00          23
    +#> 901              25   A69-1303-555  1344 2016-05-27 00:22:00          23
    +#> 902              25   A69-1303-555  1345 2016-05-27 00:24:00          23
    +#> 903              25   A69-1303-555  1346 2016-05-27 00:28:00          23
    +#> 904              25   A69-1303-555  1347 2016-05-27 01:06:00          14
    +#> 905              25   A69-1303-555  1348 2016-05-27 01:08:00          14
    +#> 906              25   A69-1303-555  1349 2016-05-27 01:38:00          14
    +#> 907              25   A69-1303-555  1350 2016-05-27 01:40:00          14
    +#> 908              25   A69-1303-555  1351 2016-05-27 01:42:00          14
    +#> 909              25   A69-1303-555  1352 2016-05-27 01:52:00          14
    +#> 910              25   A69-1303-555  1353 2016-05-27 01:54:00          14
    +#> 911              25   A69-1303-555  1354 2016-05-27 03:38:00          14
    +#> 912              25   A69-1303-555  1355 2016-05-27 03:40:00          14
    +#> 913              25   A69-1303-555  1357 2016-05-27 03:42:00          14
    +#> 914              25   A69-1303-555  1359 2016-05-27 03:44:00          14
    +#> 915              25   A69-1303-555  1360 2016-05-27 03:46:00          14
    +#> 916              25   A69-1303-555  1363 2016-05-27 03:48:00          14
    +#> 917              25   A69-1303-555  1365 2016-05-27 03:52:00          14
    +#> 918              25   A69-1303-555  1366 2016-05-27 03:54:00          14
    +#> 919              25   A69-1303-555  1367 2016-05-27 03:58:00          14
    +#> 920              25   A69-1303-555  1368 2016-05-27 04:12:00          14
    +#> 921              25   A69-1303-555  1369 2016-05-27 04:18:00          14
    +#> 922              25   A69-1303-555  1370 2016-05-27 04:26:00          14
    +#> 923              25   A69-1303-555  1372 2016-05-27 04:28:00          14
    +#> 924              25   A69-1303-555  1373 2016-05-27 04:30:00          14
    +#> 925              25   A69-1303-555  1374 2016-05-27 04:32:00          14
    +#> 926              25   A69-1303-555  1375 2016-05-27 04:58:00          14
    +#> 927              25   A69-1303-555  1376 2016-05-27 05:00:00          14
    +#> 928              25   A69-1303-555  1377 2016-05-27 05:08:00          14
    +#> 929              25   A69-1303-555  1378 2016-05-27 12:56:00          14
    +#> 930              25   A69-1303-555  1380 2016-05-27 12:58:00          14
    +#> 931              25   A69-1303-555  1381 2016-05-27 13:04:00          14
    +#> 932              25   A69-1303-555  1382 2016-05-27 13:06:00          14
    +#> 933              25   A69-1303-555  1384 2016-05-27 13:08:00          14
    +#> 934              25   A69-1303-555  1386 2016-05-27 13:10:00          14
    +#> 935              25   A69-1303-555  1387 2016-05-27 13:12:00          14
    +#> 936              25   A69-1303-555  1390 2016-05-27 13:14:00          14
    +#> 937              25   A69-1303-555  1392 2016-05-27 13:16:00          14
    +#> 938              25   A69-1303-555  1393 2016-05-27 13:20:00          14
    +#> 939              25   A69-1303-555  1394 2016-05-27 13:22:00          14
    +#> 940              25   A69-1303-555  1396 2016-05-27 13:26:00          14
    +#> 941              25   A69-1303-555  1398 2016-05-27 13:28:00          14
    +#> 942              25   A69-1303-555  1399 2016-05-27 13:30:00          14
    +#> 943              25   A69-1303-555  1401 2016-05-27 13:32:00          14
    +#> 944              25   A69-1303-555  1403 2016-05-27 13:34:00          14
    +#> 945              25   A69-1303-555  1405 2016-05-27 13:36:00          14
    +#> 946              25   A69-1303-555  1407 2016-05-27 13:38:00          14
    +#> 947              25   A69-1303-555  1408 2016-05-27 13:40:00          14
    +#> 948              25   A69-1303-555  1409 2016-05-27 13:42:00          14
    +#> 949              25   A69-1303-555  1410 2016-05-27 13:46:00          14
    +#> 950              25   A69-1303-555  1411 2016-05-27 13:48:00          14
    +#> 951              25   A69-1303-555  1414 2016-05-27 13:50:00          14
    +#> 952              25   A69-1303-555  1415 2016-05-27 13:54:00          14
    +#> 953              25   A69-1303-555  1417 2016-05-27 13:58:00          14
    +#> 954              25   A69-1303-555  1419 2016-05-27 14:00:00          14
    +#> 955              25   A69-1303-555  1420 2016-05-27 14:02:00          14
    +#> 956              25   A69-1303-555  1422 2016-05-27 14:04:00          14
    +#> 957              25   A69-1303-555  1423 2016-05-27 14:06:00          14
    +#> 958              25   A69-1303-555  1424 2016-05-27 14:08:00          14
    +#> 959              25   A69-1303-555  1426 2016-05-27 14:12:00          14
    +#> 960              25   A69-1303-555  1428 2016-05-27 14:14:00          14
    +#> 961              25   A69-1303-555  1429 2016-05-27 14:16:00          14
    +#> 962              25   A69-1303-555  1430 2016-05-27 14:18:00          14
    +#> 963              25   A69-1303-555  1432 2016-05-27 14:22:00          14
    +#> 964              25   A69-1303-555  1433 2016-05-27 14:24:00          14
    +#> 965              25   A69-1303-555  1434 2016-05-27 14:30:00          14
    +#> 966              25   A69-1303-555  1436 2016-05-27 14:42:00          14
    +#> 967              25   A69-1303-555  1437 2016-05-27 14:48:00          14
    +#> 968              25   A69-1303-555  1438 2016-05-27 14:52:00          14
    +#> 969              25   A69-1303-555  1440 2016-05-27 15:08:00          14
    +#> 970              25   A69-1303-555  1441 2016-05-27 15:10:00          14
    +#> 971              25   A69-1303-555  1442 2016-05-27 15:12:00          14
    +#> 972              25   A69-1303-555  1443 2016-05-27 15:14:00          14
    +#> 973              25   A69-1303-555  1445 2016-05-27 15:22:00          14
    +#> 974              25   A69-1303-555  1447 2016-05-27 15:24:00          14
    +#> 975              25   A69-1303-555  1448 2016-05-27 15:30:00          14
    +#> 976              25   A69-1303-555  1449 2016-05-27 15:32:00          14
    +#> 977              25   A69-1303-555  1450 2016-05-27 15:34:00          14
    +#> 978              25   A69-1303-555  1451 2016-05-27 15:36:00          14
    +#> 979              25   A69-1303-555  1452 2016-05-27 15:46:00          14
    +#> 980              25   A69-1303-555  1453 2016-05-27 15:48:00          14
    +#> 981              25   A69-1303-555  1454 2016-05-27 15:50:00          14
    +#> 982              25   A69-1303-555  1455 2016-05-27 15:52:00          14
    +#> 983              25   A69-1303-555  1456 2016-05-27 15:54:00          14
    +#> 984              25   A69-1303-555  1458 2016-05-27 15:56:00          14
    +#> 985              25   A69-1303-555  1460 2016-05-27 15:58:00          14
    +#> 986              25   A69-1303-555  1461 2016-05-27 16:02:00          14
    +#> 987              25   A69-1303-555  1462 2016-05-27 16:04:00          14
    +#> 988              25   A69-1303-555  1463 2016-05-27 16:06:00          14
    +#> 989              25   A69-1303-555  1465 2016-05-27 16:08:00          14
    +#> 990              25   A69-1303-555  1466 2016-05-27 16:12:00          14
    +#> 991              25   A69-1303-555  1467 2016-05-27 16:14:00          14
    +#> 992              25   A69-1303-555  1469 2016-05-27 16:16:00          14
    +#> 993              25   A69-1303-555  1471 2016-05-27 16:18:00          14
    +#> 994              25   A69-1303-555  1473 2016-05-27 16:20:00          14
    +#> 995              25   A69-1303-555  1475 2016-05-27 16:22:00          14
    +#> 996              25   A69-1303-555  1477 2016-05-27 16:24:00          14
    +#> 997              25   A69-1303-555  1479 2016-05-27 16:26:00          14
    +#> 998              25   A69-1303-555  1481 2016-05-27 16:28:00          14
    +#> 999              25   A69-1303-555  1483 2016-05-27 16:30:00          14
    +#> 1000             25   A69-1303-555  1485 2016-05-27 16:32:00          14
    +#> 1001             25   A69-1303-555  1486 2016-05-27 16:34:00          14
    +#> 1002             25   A69-1303-555  1488 2016-05-27 16:36:00          14
    +#> 1003             25   A69-1303-555  1491 2016-05-27 16:38:00          14
    +#> 1004             25   A69-1303-555  1493 2016-05-27 17:22:00          14
    +#> 1005             25   A69-1303-555  1494 2016-05-27 17:24:00          14
    +#> 1006             25   A69-1303-555  1496 2016-05-27 17:26:00          14
    +#> 1007             25   A69-1303-555  1498 2016-05-27 17:28:00          14
    +#> 1008             25   A69-1303-555  1499 2016-05-27 17:30:00          14
    +#> 1009             25   A69-1303-555  1500 2016-05-27 17:32:00          14
    +#> 1010             25   A69-1303-555  1501 2016-05-29 05:40:00          14
    +#> 1011             25   A69-1303-555  1502 2016-05-29 05:56:00          14
    +#> 1012             25   A69-1303-555  1504 2016-05-29 06:00:00          14
    +#> 1013             25   A69-1303-555  1505 2016-05-29 06:02:00          14
    +#> 1014             25   A69-1303-555  1507 2016-05-29 06:04:00          14
    +#> 1015             25   A69-1303-555  1508 2016-05-29 06:06:00          14
    +#> 1016             25   A69-1303-555  1510 2016-05-29 06:08:00          14
    +#> 1017             25   A69-1303-555  1512 2016-05-29 06:14:00          14
    +#> 1018             25   A69-1303-555  1514 2016-05-29 06:16:00          14
    +#> 1019             25   A69-1303-555  1515 2016-05-29 06:32:00          14
    +#> 1020             25   A69-1303-555  1516 2016-05-29 06:34:00          14
    +#> 1021             25   A69-1303-555  1517 2016-05-29 13:18:00          14
    +#> 1022             25   A69-1303-555  1518 2016-05-29 13:20:00          14
    +#> 1023             25   A69-1303-555  1519 2016-05-29 13:22:00          14
    +#> 1024             25   A69-1303-555  1521 2016-05-29 13:26:00          14
    +#> 1025             25   A69-1303-555  1522 2016-05-29 13:28:00          14
    +#> 1026             25   A69-1303-555  1523 2016-05-29 13:30:00          14
    +#> 1027             25   A69-1303-555  1524 2016-05-29 13:32:00          14
    +#> 1028             25   A69-1303-555  1526 2016-05-29 13:34:00          14
    +#> 1029             25   A69-1303-555  1527 2016-05-29 13:40:00          14
    +#> 1030             25   A69-1303-555  1528 2016-05-29 13:42:00          14
    +#> 1031             25   A69-1303-555  1530 2016-05-29 13:44:00          14
    +#> 1032             25   A69-1303-555  1533 2016-05-29 13:46:00          14
    +#> 1033             25   A69-1303-555  1535 2016-05-29 13:48:00          14
    +#> 1034             25   A69-1303-555  1536 2016-05-29 13:50:00          14
    +#> 1035             25   A69-1303-555  1539 2016-05-29 13:52:00          14
    +#> 1036             25   A69-1303-555  1541 2016-05-29 13:54:00          14
    +#> 1037             25   A69-1303-555  1543 2016-05-29 13:56:00          14
    +#> 1038             25   A69-1303-555  1544 2016-05-29 13:58:00          14
    +#> 1039             25   A69-1303-555  1545 2016-05-29 14:06:00          14
    +#> 1040             25   A69-1303-555  1546 2016-05-29 14:08:00          14
    +#> 1041             25   A69-1303-555  1547 2016-05-29 14:10:00          14
    +#> 1042             25   A69-1303-555  1549 2016-05-29 14:12:00          14
    +#> 1043             25   A69-1303-555  1552 2016-05-29 14:14:00          14
    +#> 1044             25   A69-1303-555  1553 2016-05-29 14:16:00          14
    +#> 1045             25   A69-1303-555  1554 2016-05-29 14:18:00          14
    +#> 1046             25   A69-1303-555  1556 2016-05-29 14:20:00          14
    +#> 1047             25   A69-1303-555  1558 2016-05-29 14:22:00          14
    +#> 1048             25   A69-1303-555  1560 2016-05-29 14:24:00          14
    +#> 1049             25   A69-1303-555  1561 2016-05-29 20:52:00          14
    +#> 1050             25   A69-1303-555  1563 2016-05-29 20:54:00          14
    +#> 1051             25   A69-1303-555  1565 2016-05-29 20:56:00          14
    +#> 1052             25   A69-1303-555  1567 2016-05-29 20:58:00          14
    +#> 1053             25   A69-1303-555  1569 2016-05-29 21:00:00          14
    +#> 1054             25   A69-1303-555  1571 2016-05-29 21:02:00          14
    +#> 1055             25   A69-1303-555  1573 2016-05-29 21:04:00          14
    +#> 1056             25   A69-1303-555  1575 2016-05-29 21:06:00          14
    +#> 1057             25   A69-1303-555  1576 2016-05-29 21:08:00          14
    +#> 1058             25   A69-1303-555  1577 2016-05-29 21:10:00          14
    +#> 1059             25   A69-1303-555  1579 2016-05-29 21:12:00          14
    +#> 1060             25   A69-1303-555  1581 2016-05-29 21:14:00          14
    +#> 1061             25   A69-1303-555  1584 2016-05-29 21:16:00          14
    +#> 1062             25   A69-1303-555  1586 2016-05-29 21:18:00          14
    +#> 1063             25   A69-1303-555  1588 2016-05-29 21:20:00          14
    +#> 1064             25   A69-1303-555  1590 2016-05-29 21:22:00          14
    +#> 1065             25   A69-1303-555  1592 2016-05-29 21:24:00          14
    +#> 1066             25   A69-1303-555  1593 2016-05-29 21:26:00          14
    +#> 1067             25   A69-1303-555  1596 2016-05-29 21:28:00          14
    +#> 1068             25   A69-1303-555  1598 2016-05-29 21:30:00          14
    +#> 1069             25   A69-1303-555  1600 2016-05-29 21:32:00          14
    +#> 1070             25   A69-1303-555  1602 2016-05-29 21:34:00          14
    +#> 1071             25   A69-1303-555  1604 2016-05-29 21:50:00          14
    +#> 1072             25   A69-1303-555  1605 2016-05-29 21:52:00          14
    +#> 1073             25   A69-1303-555  1607 2016-05-29 21:54:00          14
    +#> 1074             25   A69-1303-555  1609 2016-05-29 21:56:00          14
    +#> 1075             25   A69-1303-555  1611 2016-05-29 21:58:00          14
    +#> 1076             25   A69-1303-555  1613 2016-05-29 22:00:00          14
    +#> 1077             25   A69-1303-555  1614 2016-05-29 22:02:00          14
    +#> 1078             25   A69-1303-555  1615 2016-05-31 15:16:00          14
    +#> 1079             25   A69-1303-555  1616 2016-05-31 15:18:00          14
    +#> 1080             25   A69-1303-555  1617 2016-05-31 15:20:00          14
    +#> 1081             25   A69-1303-555  1619 2016-05-31 15:24:00          14
    +#> 1082             25   A69-1303-555  1621 2016-05-31 15:26:00          14
    +#> 1083             25   A69-1303-555  1623 2016-05-31 15:28:00          14
    +#> 1084             25   A69-1303-555  1625 2016-05-31 15:30:00          14
    +#> 1085             25   A69-1303-555  1627 2016-05-31 15:32:00          14
    +#> 1086             25   A69-1303-555  1629 2016-05-31 15:34:00          14
    +#> 1087             25   A69-1303-555  1630 2016-05-31 15:36:00          14
    +#> 1088             25   A69-1303-555  1632 2016-05-31 15:38:00          14
    +#> 1089             25   A69-1303-555  1633 2016-05-31 15:42:00          14
    +#> 1090             25   A69-1303-555  1634 2016-05-31 15:44:00          14
    +#> 1091             25   A69-1303-555  1636 2016-05-31 15:46:00          14
    +#> 1092             25   A69-1303-555  1639 2016-05-31 15:48:00          14
    +#> 1093             25   A69-1303-555  1641 2016-05-31 15:50:00          14
    +#> 1094             25   A69-1303-555  1643 2016-05-31 15:52:00          14
    +#> 1095             25   A69-1303-555  1644 2016-05-31 15:54:00          14
    +#> 1096             25   A69-1303-555  1646 2016-05-31 15:56:00          14
    +#> 1097             25   A69-1303-555  1648 2016-05-31 16:00:00          14
    +#> 1098             25   A69-1303-555  1649 2016-05-31 16:02:00          14
    +#> 1099             25   A69-1303-555  1650 2016-05-31 16:04:00          14
    +#> 1100             25   A69-1303-555  1651 2016-05-31 16:08:00          14
    +#> 1101             25   A69-1303-555  1652 2016-06-01 23:52:00          14
    +#> 1102             25   A69-1303-555  1653 2016-06-01 23:56:00          14
    +#> 1103             25   A69-1303-555  1654 2016-06-02 04:00:00          14
    +#> 1104             25   A69-1303-555  1655 2016-06-02 04:16:00          14
    +#> 1105             25   A69-1303-555  1656 2016-06-02 04:18:00          14
    +#> 1106             25   A69-1303-555  1657 2016-06-02 04:20:00          14
    +#> 1107             25   A69-1303-555  1660 2016-06-02 04:24:00          14
    +#> 1108             25   A69-1303-555  1662 2016-06-02 04:28:00          14
    +#> 1109             25   A69-1303-555  1663 2016-06-02 04:30:00          14
    +#> 1110             25   A69-1303-555  1664 2016-06-02 04:32:00          14
    +#> 1111             25   A69-1303-555  1665 2016-06-02 04:34:00          14
    +#> 1112             25   A69-1303-555  1667 2016-06-02 04:36:00          14
    +#> 1113             25   A69-1303-555  1669 2016-06-02 04:42:00          14
    +#> 1114             25   A69-1303-555  1670 2016-06-02 04:44:00          14
    +#> 1115             25   A69-1303-555  1672 2016-06-02 04:46:00          14
    +#> 1116             25   A69-1303-555  1673 2016-06-02 04:50:00          14
    +#> 1117             25   A69-1303-555  1674 2016-06-02 04:52:00          14
    +#> 1118             25   A69-1303-555  1676 2016-06-02 04:54:00          14
    +#> 1119             25   A69-1303-555  1677 2016-06-02 04:56:00          14
    +#> 1120             25   A69-1303-555  1679 2016-06-02 04:58:00          14
    +#> 1121             25   A69-1303-555  1680 2016-06-02 05:02:00          14
    +#> 1122             25   A69-1303-555  1682 2016-06-02 05:04:00          14
    +#> 1123             25   A69-1303-555  1684 2016-06-02 05:06:00          14
    +#> 1124             25   A69-1303-555  1685 2016-06-02 05:08:00          14
    +#> 1125             25   A69-1303-555  1688 2016-06-02 05:12:00          14
    +#> 1126             25   A69-1303-555  1689 2016-06-02 05:14:00          14
    +#> 1127             25   A69-1303-555  1691 2016-06-02 05:16:00          14
    +#> 1128             25   A69-1303-555  1693 2016-06-02 05:18:00          14
    +#> 1129             25   A69-1303-555  1694 2016-06-02 05:20:00          14
    +#> 1130             25   A69-1303-555  1695 2016-06-02 05:22:00          14
    +#> 1131             25   A69-1303-555  1697 2016-06-02 05:24:00          14
    +#> 1132             25   A69-1303-555  1699 2016-06-02 05:26:00          14
    +#> 1133             25   A69-1303-555  1700 2016-06-02 05:28:00          14
    +#> 1134             25   A69-1303-555  1701 2016-06-02 05:30:00          14
    +#> 1135             25   A69-1303-555  1702 2016-06-02 05:34:00          14
    +#> 1136             25   A69-1303-555  1704 2016-06-02 05:36:00          14
    +#> 1137             25   A69-1303-555  1706 2016-06-02 05:38:00          14
    +#> 1138             25   A69-1303-555  1708 2016-06-02 05:40:00          14
    +#> 1139             25   A69-1303-555  1710 2016-06-02 05:42:00          14
    +#> 1140             25   A69-1303-555  1712 2016-06-02 05:44:00          14
    +#> 1141             25   A69-1303-555  1713 2016-06-02 05:46:00          14
    +#> 1142             25   A69-1303-555  1715 2016-06-02 05:48:00          14
    +#> 1143             25   A69-1303-555  1716 2016-06-02 05:50:00          14
    +#> 1144             25   A69-1303-555  1719 2016-06-02 05:52:00          14
    +#> 1145             25   A69-1303-555  1721 2016-06-02 05:54:00          14
    +#> 1146             25   A69-1303-555  1723 2016-06-02 05:56:00          14
    +#> 1147             25   A69-1303-555  1725 2016-06-02 05:58:00          14
    +#> 1148             25   A69-1303-555  1727 2016-06-02 06:00:00          14
    +#> 1149             25   A69-1303-555  1729 2016-06-02 06:02:00          14
    +#> 1150             25   A69-1303-555  1730 2016-06-02 06:04:00          14
    +#> 1151             25   A69-1303-555  1731 2016-06-02 06:06:00          14
    +#> 1152             25   A69-1303-555  1732 2016-06-02 06:36:00          14
    +#> 1153             25   A69-1303-555  1733 2016-06-02 06:54:00          14
    +#> 1154             25   A69-1303-555  1734 2016-06-02 06:58:00          14
    +#> 1155             25   A69-1303-555  1735 2016-06-02 07:12:00          14
    +#> 1156             25   A69-1303-555  1736 2016-06-02 07:14:00          14
    +#> 1157             25   A69-1303-555  1737 2016-06-02 07:20:00          14
    +#> 1158             25   A69-1303-555  1739 2016-06-02 08:28:00          14
    +#> 1159             25   A69-1303-555  1741 2016-06-02 08:30:00          14
    +#> 1160             25   A69-1303-555  1742 2016-06-02 08:32:00          14
    +#> 1161             25   A69-1303-555  1744 2016-06-02 08:34:00          14
    +#> 1162             25   A69-1303-555  1745 2016-06-02 08:36:00          14
    +#> 1163             25   A69-1303-555  1747 2016-06-02 08:38:00          14
    +#> 1164             25   A69-1303-555  1749 2016-06-02 08:40:00          14
    +#> 1165             25   A69-1303-555  1751 2016-06-02 08:42:00          14
    +#> 1166             25   A69-1303-555  1752 2016-06-02 08:44:00          14
    +#> 1167             25   A69-1303-555  1754 2016-06-02 08:46:00          14
    +#> 1168             25   A69-1303-555  1757 2016-06-02 08:48:00          14
    +#> 1169             25   A69-1303-555  1759 2016-06-02 08:50:00          14
    +#> 1170             25   A69-1303-555  1760 2016-06-02 08:52:00          14
    +#> 1171             25   A69-1303-555  1762 2016-06-02 08:54:00          14
    +#> 1172             25   A69-1303-555  1763 2016-06-02 08:56:00          14
    +#> 1173             25   A69-1303-555  1765 2016-06-02 09:00:00          14
    +#> 1174             25   A69-1303-555  1767 2016-06-02 09:02:00          14
    +#> 1175             25   A69-1303-555  1768 2016-06-02 09:04:00          14
    +#> 1176             25   A69-1303-555  1770 2016-06-02 09:06:00          14
    +#> 1177             25   A69-1303-555  1771 2016-06-02 09:08:00          14
    +#> 1178             25   A69-1303-555  1773 2016-06-02 09:10:00          14
    +#> 1179             25   A69-1303-555  1774 2016-06-02 09:12:00          14
    +#> 1180             25   A69-1303-555  1775 2016-06-02 09:14:00          14
    +#> 1181             25   A69-1303-555  1776 2016-06-02 09:16:00          14
    +#> 1182             25   A69-1303-555  1777 2016-06-02 09:18:00          14
    +#> 1183             25   A69-1303-555  1779 2016-06-02 09:24:00          14
    +#> 1184             25   A69-1303-555  1780 2016-06-02 09:30:00          14
    +#> 1185             25   A69-1303-555  1781 2016-06-02 09:32:00          14
    +#> 1186             25   A69-1303-555  1783 2016-06-02 09:34:00          14
    +#> 1187             25   A69-1303-555  1786 2016-06-02 09:36:00          14
    +#> 1188             25   A69-1303-555  1788 2016-06-02 09:38:00          14
    +#> 1189             25   A69-1303-555  1790 2016-06-02 09:40:00          14
    +#> 1190             25   A69-1303-555  1791 2016-06-02 09:42:00          14
    +#> 1191             25   A69-1303-555  1793 2016-06-02 09:44:00          14
    +#> 1192             25   A69-1303-555  1795 2016-06-02 09:46:00          14
    +#> 1193             25   A69-1303-555  1797 2016-06-02 09:48:00          14
    +#> 1194             25   A69-1303-555  1798 2016-06-02 09:50:00          14
    +#> 1195             25   A69-1303-555  1800 2016-06-02 09:52:00          14
    +#> 1196             25   A69-1303-555  1802 2016-06-02 09:54:00          14
    +#> 1197             25   A69-1303-555  1804 2016-06-02 09:56:00          14
    +#> 1198             25   A69-1303-555  1805 2016-06-02 09:58:00          14
    +#> 1199             25   A69-1303-555  1807 2016-06-02 10:00:00          14
    +#> 1200             25   A69-1303-555  1809 2016-06-02 10:02:00          14
    +#> 1201             25   A69-1303-555  1811 2016-06-02 10:04:00          14
    +#> 1202             25   A69-1303-555  1813 2016-06-02 10:06:00          14
    +#> 1203             25   A69-1303-555  1815 2016-06-02 10:08:00          14
    +#> 1204             25   A69-1303-555  1817 2016-06-02 10:10:00          14
    +#> 1205             25   A69-1303-555  1819 2016-06-02 10:12:00          14
    +#> 1206             25   A69-1303-555  1821 2016-06-02 10:14:00          14
    +#> 1207             25   A69-1303-555  1822 2016-06-02 10:16:00          14
    +#> 1208             25   A69-1303-555  1824 2016-06-02 10:18:00          14
    +#> 1209             25   A69-1303-555  1826 2016-06-02 10:20:00          14
    +#> 1210             25   A69-1303-555  1827 2016-06-02 11:26:00          14
    +#> 1211             25   A69-1303-555  1828 2016-06-02 11:28:00          14
    +#> 1212             25   A69-1303-555  1830 2016-06-02 11:30:00          14
    +#> 1213             25   A69-1303-555  1832 2016-06-02 11:32:00          14
    +#> 1214             25   A69-1303-555  1833 2016-06-02 11:34:00          14
    +#> 1215             25   A69-1303-555  1835 2016-06-02 11:36:00          14
    +#> 1216             25   A69-1303-555  1836 2016-06-02 11:38:00          14
    +#> 1217             25   A69-1303-555  1838 2016-06-02 11:40:00          14
    +#> 1218             25   A69-1303-555  1840 2016-06-02 11:42:00          14
    +#> 1219             25   A69-1303-555  1841 2016-06-02 11:44:00          14
    +#> 1220             25   A69-1303-555  1844 2016-06-02 11:46:00          14
    +#> 1221             25   A69-1303-555  1846 2016-06-02 11:48:00          14
    +#> 1222             25   A69-1303-555  1847 2016-06-02 11:50:00          14
    +#> 1223             25   A69-1303-555  1849 2016-06-02 11:52:00          14
    +#> 1224             25   A69-1303-555  1850 2016-06-02 11:54:00          14
    +#> 1225             25   A69-1303-555  1851 2016-06-02 11:56:00          14
    +#> 1226             25   A69-1303-555  1853 2016-06-02 11:58:00          14
    +#> 1227             25   A69-1303-555  1856 2016-06-02 12:00:00          14
    +#> 1228             25   A69-1303-555  1857 2016-06-02 12:02:00          14
    +#> 1229             25   A69-1303-555  1859 2016-06-02 12:04:00          14
    +#> 1230             25   A69-1303-555  1861 2016-06-02 12:06:00          14
    +#> 1231             25   A69-1303-555  1863 2016-06-02 12:08:00          14
    +#> 1232             25   A69-1303-555  1865 2016-06-02 12:10:00          14
    +#> 1233             25   A69-1303-555  1867 2016-06-02 12:12:00          14
    +#> 1234             25   A69-1303-555  1869 2016-06-02 12:14:00          14
    +#> 1235             25   A69-1303-555  1871 2016-06-02 12:16:00          14
    +#> 1236             25   A69-1303-555  1873 2016-06-02 12:18:00          14
    +#> 1237             25   A69-1303-555  1874 2016-06-02 12:20:00          14
    +#> 1238             25   A69-1303-555  1876 2016-06-02 12:22:00          14
    +#> 1239             25   A69-1303-555  1877 2016-06-02 12:24:00          14
    +#> 1240             25   A69-1303-555  1879 2016-06-02 12:26:00          14
    +#> 1241             25   A69-1303-555  1880 2016-06-02 12:28:00          14
    +#> 1242             25   A69-1303-555  1882 2016-06-02 12:30:00          14
    +#> 1243             25   A69-1303-555  1884 2016-06-02 12:32:00          14
    +#> 1244             25   A69-1303-555  1885 2016-06-02 12:34:00          14
    +#> 1245             25   A69-1303-555  1888 2016-06-02 12:36:00          14
    +#> 1246             25   A69-1303-555  1889 2016-06-02 12:38:00          14
    +#> 1247             25   A69-1303-555  1891 2016-06-02 12:40:00          14
    +#> 1248             25   A69-1303-555  1894 2016-06-02 12:42:00          14
    +#> 1249             25   A69-1303-555  1895 2016-06-02 12:44:00          14
    +#> 1250             25   A69-1303-555  1897 2016-06-02 12:46:00          14
    +#> 1251             25   A69-1303-555  1898 2016-06-02 12:48:00          14
    +#> 1252             25   A69-1303-555  1899 2016-06-02 12:50:00          14
    +#> 1253             25   A69-1303-555  1901 2016-06-02 12:52:00          14
    +#> 1254             25   A69-1303-555  1903 2016-06-02 12:54:00          14
    +#> 1255             25   A69-1303-555  1905 2016-06-02 12:56:00          14
    +#> 1256             25   A69-1303-555  1907 2016-06-02 12:58:00          14
    +#> 1257             25   A69-1303-555  1908 2016-06-02 13:24:00          14
    +#> 1258             25   A69-1303-555  1910 2016-06-02 13:26:00          14
    +#> 1259             25   A69-1303-555  1911 2016-06-02 13:28:00          14
    +#> 1260             25   A69-1303-555  1914 2016-06-02 13:32:00          14
    +#> 1261             25   A69-1303-555  1917 2016-06-02 13:34:00          14
    +#> 1262             25   A69-1303-555  1919 2016-06-02 13:36:00          14
    +#> 1263             25   A69-1303-555  1920 2016-06-02 13:38:00          14
    +#> 1264             25   A69-1303-555  1923 2016-06-02 13:40:00          14
    +#> 1265             25   A69-1303-555  1925 2016-06-02 13:44:00          14
    +#> 1266             25   A69-1303-555  1926 2016-06-02 13:46:00          14
    +#> 1267             25   A69-1303-555  1928 2016-06-02 13:48:00          14
    +#> 1268             25   A69-1303-555  1930 2016-06-02 13:50:00          14
    +#> 1269             25   A69-1303-555  1932 2016-06-02 13:52:00          14
    +#> 1270             25   A69-1303-555  1934 2016-06-02 13:54:00          14
    +#> 1271             25   A69-1303-555  1936 2016-06-02 13:56:00          14
    +#> 1272             25   A69-1303-555  1938 2016-06-02 13:58:00          14
    +#> 1273             25   A69-1303-555  1940 2016-06-02 14:00:00          14
    +#> 1274             25   A69-1303-555  1941 2016-06-02 14:02:00          14
    +#> 1275             25   A69-1303-555  1943 2016-06-02 14:04:00          14
    +#> 1276             25   A69-1303-555  1945 2016-06-02 14:06:00          14
    +#> 1277             25   A69-1303-555  1946 2016-06-02 14:08:00          14
    +#> 1278             25   A69-1303-555  1948 2016-06-02 14:10:00          14
    +#> 1279             25   A69-1303-555  1949 2016-06-02 14:12:00          14
    +#> 1280             25   A69-1303-555  1951 2016-06-02 14:18:00          14
    +#> 1281             25   A69-1303-555  1952 2016-06-02 14:20:00          14
    +#> 1282             25   A69-1303-555  1954 2016-06-02 14:22:00          14
    +#> 1283             25   A69-1303-555  1955 2016-06-02 14:24:00          14
    +#> 1284             25   A69-1303-555  1957 2016-06-02 14:26:00          14
    +#> 1285             25   A69-1303-555  1958 2016-06-02 14:28:00          14
    +#> 1286             25   A69-1303-555  1961 2016-06-02 14:30:00          14
    +#> 1287             25   A69-1303-555  1963 2016-06-02 14:32:00          14
    +#> 1288             25   A69-1303-555  1965 2016-06-02 14:34:00          14
    +#> 1289             25   A69-1303-555  1967 2016-06-02 14:36:00          14
    +#> 1290             25   A69-1303-555  1969 2016-06-02 14:38:00          14
    +#> 1291             25   A69-1303-555  1970 2016-06-02 14:44:00          14
    +#> 1292             25   A69-1303-555  1972 2016-06-02 14:46:00          14
    +#> 1293             25   A69-1303-555  1974 2016-06-02 14:48:00          14
    +#> 1294             25   A69-1303-555  1975 2016-06-02 14:50:00          14
    +#> 1295             25   A69-1303-555  1977 2016-06-02 14:52:00          14
    +#> 1296             25   A69-1303-555  1979 2016-06-02 14:54:00          14
    +#> 1297             25   A69-1303-555  1981 2016-06-02 14:56:00          14
    +#> 1298             25   A69-1303-555  1982 2016-06-02 14:58:00          14
    +#> 1299             25   A69-1303-555  1983 2016-06-02 15:00:00          14
    +#> 1300             25   A69-1303-555  1984 2016-06-02 15:02:00          14
    +#> 1301             25   A69-1303-555  1985 2016-06-02 15:04:00          14
    +#> 1302             25   A69-1303-555  1987 2016-06-02 15:06:00          14
    +#> 1303             25   A69-1303-555  1989 2016-06-02 15:08:00          14
    +#> 1304             25   A69-1303-555  1991 2016-06-02 15:12:00          14
    +#> 1305             25   A69-1303-555  1993 2016-06-02 15:14:00          14
    +#> 1306             25   A69-1303-555  1994 2016-06-02 15:16:00          14
    +#> 1307             25   A69-1303-555  1995 2016-06-02 15:18:00          14
    +#> 1308             25   A69-1303-555  1996 2016-06-02 15:20:00          14
    +#> 1309             25   A69-1303-555  1997 2016-06-02 15:34:00          14
    +#> 1310             25   A69-1303-555  1998 2016-06-02 15:36:00          14
    +#> 1311             25   A69-1303-555  1999 2016-06-02 15:48:00          14
    +#> 1312             25   A69-1303-555  2000 2016-06-02 15:50:00          14
    +#> 1313             25   A69-1303-555  2002 2016-06-02 15:52:00          14
    +#> 1314             25   A69-1303-555  2003 2016-06-02 15:54:00          14
    +#> 1315             25   A69-1303-555  2005 2016-06-02 15:56:00          14
    +#> 1316             25   A69-1303-555  2006 2016-06-02 15:58:00          14
    +#> 1317             25   A69-1303-555  2009 2016-06-02 16:00:00          14
    +#> 1318             25   A69-1303-555  2012 2016-06-02 16:02:00          14
    +#> 1319             25   A69-1303-555  2014 2016-06-02 16:04:00          14
    +#> 1320             25   A69-1303-555  2016 2016-06-02 16:06:00          14
    +#> 1321             25   A69-1303-555  2018 2016-06-02 16:08:00          14
    +#> 1322             25   A69-1303-555  2019 2016-06-02 16:10:00          14
    +#> 1323             25   A69-1303-555  2021 2016-06-02 16:12:00          14
    +#> 1324             25   A69-1303-555  2023 2016-06-02 16:14:00          14
    +#> 1325             25   A69-1303-555  2024 2016-06-02 16:16:00          14
    +#> 1326             25   A69-1303-555  2026 2016-06-02 16:20:00          14
    +#> 1327             25   A69-1303-555  2027 2016-06-02 16:22:00          14
    +#> 1328             25   A69-1303-555  2028 2016-06-02 16:24:00          14
    +#> 1329             25   A69-1303-555  2029 2016-06-02 16:26:00          14
    +#> 1330             25   A69-1303-555  2030 2016-06-02 16:28:00          14
    +#> 1331             25   A69-1303-555  2031 2016-06-02 16:38:00          14
    +#> 1332             25   A69-1303-555  2032 2016-06-02 16:46:00          14
    +#> 1333             25   A69-1303-555  2033 2016-06-02 16:48:00          14
    +#> 1334             25   A69-1303-555  2034 2016-06-02 16:50:00          14
    +#> 1335             25   A69-1303-555  2035 2016-06-02 16:52:00          14
    +#> 1336             25   A69-1303-555  2036 2016-06-02 16:56:00          14
    +#> 1337             25   A69-1303-555  2037 2016-06-02 16:58:00          14
    +#> 1338             25   A69-1303-555  2040 2016-06-02 17:00:00          14
    +#> 1339             25   A69-1303-555  2041 2016-06-02 17:14:00          14
    +#> 1340             25   A69-1303-555  2042 2016-06-02 17:20:00          14
    +#> 1341             25   A69-1303-555  2043 2016-06-02 17:24:00          14
    +#> 1342             25   A69-1303-555  2044 2016-06-02 17:26:00          14
    +#> 1343             25   A69-1303-555  2045 2016-06-02 17:28:00          14
    +#> 1344             25   A69-1303-555  2047 2016-06-02 17:30:00          14
    +#> 1345             25   A69-1303-555  2049 2016-06-02 17:32:00          14
    +#> 1346             25   A69-1303-555  2051 2016-06-02 17:34:00          14
    +#> 1347             25   A69-1303-555  2052 2016-06-02 17:36:00          14
    +#> 1348             25   A69-1303-555  2054 2016-06-02 17:38:00          14
    +#> 1349             25   A69-1303-555  2056 2016-06-02 17:40:00          14
    +#> 1350             25   A69-1303-555  2058 2016-06-02 17:42:00          14
    +#> 1351             25   A69-1303-555  2061 2016-06-02 17:44:00          14
    +#> 1352             25   A69-1303-555  2064 2016-06-02 17:46:00          14
    +#> 1353             25   A69-1303-555  2066 2016-06-02 17:48:00          14
    +#> 1354             25   A69-1303-555  2068 2016-06-02 17:50:00          14
    +#> 1355             25   A69-1303-555  2069 2016-06-02 17:52:00          14
    +#> 1356             25   A69-1303-555  2071 2016-06-02 17:54:00          14
    +#> 1357             25   A69-1303-555  2073 2016-06-02 17:56:00          14
    +#> 1358             25   A69-1303-555  2075 2016-06-02 17:58:00          14
    +#> 1359             25   A69-1303-555  2077 2016-06-02 18:00:00          14
    +#> 1360             25   A69-1303-555  2079 2016-06-02 18:02:00          14
    +#> 1361             25   A69-1303-555  2081 2016-06-02 18:04:00          14
    +#> 1362             25   A69-1303-555  2083 2016-06-02 18:06:00          14
    +#> 1363             25   A69-1303-555  2084 2016-06-02 18:08:00          14
    +#> 1364             25   A69-1303-555  2086 2016-06-02 18:10:00          14
    +#> 1365             25   A69-1303-555  2087 2016-06-02 18:12:00          14
    +#> 1366             25   A69-1303-555  2089 2016-06-02 18:14:00          14
    +#> 1367             25   A69-1303-555  2091 2016-06-02 18:16:00          14
    +#> 1368             25   A69-1303-555  2093 2016-06-02 18:18:00          14
    +#> 1369             25   A69-1303-555  2095 2016-06-02 18:20:00          14
    +#> 1370             25   A69-1303-555  2098 2016-06-02 18:22:00          14
    +#> 1371             25   A69-1303-555  2099 2016-06-02 18:24:00          14
    +#> 1372             25   A69-1303-555  2101 2016-06-02 18:26:00          14
    +#> 1373             25   A69-1303-555  2102 2016-06-02 18:28:00          14
    +#> 1374             25   A69-1303-555  2104 2016-06-02 18:30:00          14
    +#> 1375             25   A69-1303-555  2106 2016-06-02 18:32:00          14
    +#> 1376             25   A69-1303-555  2107 2016-06-02 18:34:00          14
    +#> 1377             25   A69-1303-555  2109 2016-06-02 18:36:00          14
    +#> 1378             25   A69-1303-555  2112 2016-06-02 18:38:00          14
    +#> 1379             25   A69-1303-555  2114 2016-06-02 18:40:00          14
    +#> 1380             25   A69-1303-555  2115 2016-06-02 18:42:00          14
    +#> 1381             25   A69-1303-555  2118 2016-06-02 18:44:00          14
    +#> 1382             25   A69-1303-555  2119 2016-06-02 18:46:00          14
    +#> 1383             25   A69-1303-555  2121 2016-06-02 18:48:00          14
    +#> 1384             25   A69-1303-555  2123 2016-06-02 18:50:00          14
    +#> 1385             25   A69-1303-555  2125 2016-06-02 18:52:00          14
    +#> 1386             25   A69-1303-555  2127 2016-06-02 18:54:00          14
    +#> 1387             25   A69-1303-555  2129 2016-06-02 18:56:00          14
    +#> 1388             25   A69-1303-555  2131 2016-06-02 18:58:00          14
    +#> 1389             25   A69-1303-555  2133 2016-06-02 19:00:00          14
    +#> 1390             25   A69-1303-555  2135 2016-06-02 19:02:00          14
    +#> 1391             25   A69-1303-555  2137 2016-06-02 19:04:00          14
    +#> 1392             25   A69-1303-555  2138 2016-06-02 19:06:00          14
    +#> 1393             25   A69-1303-555  2139 2016-06-02 19:08:00          14
    +#> 1394             25   A69-1303-555  2140 2016-06-02 19:10:00          14
    +#> 1395             25   A69-1303-555  2141 2016-06-02 19:16:00          14
    +#> 1396             25   A69-1303-555  2143 2016-06-02 19:18:00          14
    +#> 1397             25   A69-1303-555  2145 2016-06-02 19:20:00          14
    +#> 1398             25   A69-1303-555  2147 2016-06-02 19:22:00          14
    +#> 1399             25   A69-1303-555  2149 2016-06-02 19:24:00          14
    +#> 1400             25   A69-1303-555  2150 2016-06-02 19:26:00          14
    +#> 1401             25   A69-1303-555  2152 2016-06-02 19:28:00          14
    +#> 1402             25   A69-1303-555  2155 2016-06-02 19:30:00          14
    +#> 1403             25   A69-1303-555  2157 2016-06-02 19:32:00          14
    +#> 1404             25   A69-1303-555  2158 2016-06-02 19:34:00          14
    +#> 1405             25   A69-1303-555  2159 2016-06-02 19:36:00          14
    +#> 1406             25   A69-1303-555  2160 2016-06-02 19:38:00          14
    +#> 1407             25   A69-1303-555  2161 2016-06-02 19:46:00          14
    +#> 1408             25   A69-1303-555  2162 2016-06-02 19:54:00          14
    +#> 1409             25   A69-1303-555  2163 2016-06-02 19:56:00          14
    +#> 1410             25   A69-1303-555  2164 2016-06-02 19:58:00          14
    +#> 1411             25   A69-1303-555  2165 2016-06-02 20:22:00          14
    +#> 1412             25   A69-1303-555  2166 2016-06-02 20:24:00          14
    +#> 1413             25   A69-1303-555  2167 2016-06-02 20:26:00          14
    +#> 1414             25   A69-1303-555  2169 2016-06-02 20:28:00          14
    +#> 1415             25   A69-1303-555  2171 2016-06-02 20:34:00          14
    +#> 1416             25   A69-1303-555  2172 2016-06-02 20:36:00          14
    +#> 1417             25   A69-1303-555  2175 2016-06-02 20:38:00          14
    +#> 1418             25   A69-1303-555  2176 2016-06-02 20:40:00          14
    +#> 1419             25   A69-1303-555  2177 2016-06-02 20:42:00          14
    +#> 1420             25   A69-1303-555  2178 2016-06-02 20:44:00          14
    +#> 1421             25   A69-1303-555  2179 2016-06-02 20:46:00          14
    +#> 1422             25   A69-1303-555  2180 2016-06-02 20:48:00          14
    +#> 1423             25   A69-1303-555  2181 2016-06-02 20:50:00          14
    +#> 1424             25   A69-1303-555  2184 2016-06-02 20:52:00          14
    +#> 1425             25   A69-1303-555  2186 2016-06-02 20:54:00          14
    +#> 1426             25   A69-1303-555  2187 2016-06-02 20:56:00          14
    +#> 1427             25   A69-1303-555  2188 2016-06-02 20:58:00          14
    +#> 1428             25   A69-1303-555  2189 2016-06-02 21:00:00          14
    +#> 1429             25   A69-1303-555  2191 2016-06-02 21:02:00          14
    +#> 1430             25   A69-1303-555  2193 2016-06-02 21:04:00          14
    +#> 1431             25   A69-1303-555  2194 2016-06-02 21:06:00          14
    +#> 1432             25   A69-1303-555  2196 2016-06-02 21:08:00          14
    +#> 1433             25   A69-1303-555  2198 2016-06-02 21:10:00          14
    +#> 1434             25   A69-1303-555  2199 2016-06-02 21:12:00          14
    +#> 1435             25   A69-1303-555  2202 2016-06-02 21:14:00          14
    +#> 1436             25   A69-1303-555  2204 2016-06-02 21:16:00          14
    +#> 1437             25   A69-1303-555  2206 2016-06-02 21:18:00          14
    +#> 1438             25   A69-1303-555  2208 2016-06-02 21:20:00          14
    +#> 1439             25   A69-1303-555  2210 2016-06-02 21:22:00          14
    +#> 1440             25   A69-1303-555  2213 2016-06-02 21:24:00          14
    +#> 1441             25   A69-1303-555  2214 2016-06-02 21:30:00          14
    +#> 1442             25   A69-1303-555  2215 2016-06-02 21:32:00          14
    +#> 1443             25   A69-1303-555  2217 2016-06-02 21:34:00          14
    +#> 1444             25   A69-1303-555  2218 2016-06-02 21:36:00          14
    +#> 1445             25   A69-1303-555  2219 2016-06-03 00:40:00          14
    +#> 1446             25   A69-1303-555  2220 2016-06-03 00:42:00          14
    +#> 1447             25   A69-1303-555  2223 2016-06-03 00:44:00          14
    +#> 1448             25   A69-1303-555  2224 2016-06-03 00:52:00          14
    +#> 1449             25   A69-1303-555  2226 2016-06-03 02:24:00          14
    +#> 1450             25   A69-1303-555  2227 2016-06-03 02:26:00          14
    +#> 1451             25   A69-1303-555  2228 2016-06-03 02:28:00          14
    +#> 1452             25   A69-1303-555  2230 2016-06-03 02:30:00          14
    +#> 1453             25   A69-1303-555  2232 2016-06-03 02:32:00          14
    +#> 1454             25   A69-1303-555  2234 2016-06-03 02:34:00          14
    +#> 1455             25   A69-1303-555  2236 2016-06-03 02:36:00          14
    +#> 1456             25   A69-1303-555  2238 2016-06-03 02:38:00          14
    +#> 1457             25   A69-1303-555  2239 2016-06-03 02:40:00          14
    +#> 1458             25   A69-1303-555  2242 2016-06-03 02:42:00          14
    +#> 1459             25   A69-1303-555  2244 2016-06-03 02:44:00          14
    +#> 1460             25   A69-1303-555  2245 2016-06-03 02:46:00          14
    +#> 1461             25   A69-1303-555  2246 2016-06-03 02:48:00          14
    +#> 1462             25   A69-1303-555  2248 2016-06-03 02:50:00          14
    +#> 1463             25   A69-1303-555  2249 2016-06-03 02:52:00          14
    +#> 1464             25   A69-1303-555  2251 2016-06-03 02:54:00          14
    +#> 1465             25   A69-1303-555  2253 2016-06-03 02:56:00          14
    +#> 1466             25   A69-1303-555  2255 2016-06-03 02:58:00          14
    +#> 1467             25   A69-1303-555  2257 2016-06-03 03:00:00          14
    +#> 1468             25   A69-1303-555  2259 2016-06-03 03:02:00          14
    +#> 1469             25   A69-1303-555  2261 2016-06-03 03:04:00          14
    +#> 1470             25   A69-1303-555  2263 2016-06-03 03:06:00          14
    +#> 1471             25   A69-1303-555  2265 2016-06-03 03:08:00          14
    +#> 1472             25   A69-1303-555  2266 2016-06-03 03:22:00          14
    +#> 1473             25   A69-1303-555  2268 2016-06-03 03:24:00          14
    +#> 1474             25   A69-1303-555  2270 2016-06-03 03:26:00          14
    +#> 1475             25   A69-1303-555  2272 2016-06-03 03:28:00          14
    +#> 1476             25   A69-1303-555  2274 2016-06-03 03:30:00          14
    +#> 1477             25   A69-1303-555  2275 2016-06-03 03:32:00          14
    +#> 1478             25   A69-1303-555  2277 2016-06-03 03:34:00          14
    +#> 1479             25   A69-1303-555  2279 2016-06-03 03:36:00          14
    +#> 1480             25   A69-1303-555  2280 2016-06-03 03:38:00          14
    +#> 1481             25   A69-1303-555  2283 2016-06-03 03:40:00          14
    +#> 1482             25   A69-1303-555  2285 2016-06-03 03:42:00          14
    +#> 1483             25   A69-1303-555  2286 2016-06-03 03:44:00          14
    +#> 1484             25   A69-1303-555  2288 2016-06-03 03:46:00          14
    +#> 1485             25   A69-1303-555  2290 2016-06-03 03:48:00          14
    +#> 1486             25   A69-1303-555  2292 2016-06-03 03:50:00          14
    +#> 1487             25   A69-1303-555  2294 2016-06-03 03:52:00          14
    +#> 1488             25   A69-1303-555  2297 2016-06-03 03:54:00          14
    +#> 1489             25   A69-1303-555  2299 2016-06-03 03:56:00          14
    +#> 1490             25   A69-1303-555  2301 2016-06-03 03:58:00          14
    +#> 1491             25   A69-1303-555  2303 2016-06-03 04:00:00          14
    +#> 1492             25   A69-1303-555  2304 2016-06-03 04:02:00          14
    +#> 1493             25   A69-1303-555  2307 2016-06-03 04:04:00          14
    +#> 1494             25   A69-1303-555  2309 2016-06-03 04:06:00          14
    +#> 1495             25   A69-1303-555  2311 2016-06-03 04:08:00          14
    +#> 1496             25   A69-1303-555  2313 2016-06-03 04:10:00          14
    +#> 1497             25   A69-1303-555  2314 2016-06-03 04:12:00          14
    +#> 1498             25   A69-1303-555  2316 2016-06-03 04:14:00          14
    +#> 1499             25   A69-1303-555  2318 2016-06-03 04:16:00          14
    +#> 1500             25   A69-1303-555  2319 2016-06-03 04:18:00          14
    +#> 1501             25   A69-1303-555  2321 2016-06-03 04:20:00          14
    +#> 1502             25   A69-1303-555  2323 2016-06-03 04:24:00          14
    +#> 1503             25   A69-1303-555  2325 2016-06-03 04:28:00          14
    +#> 1504             25   A69-1303-555  2326 2016-06-03 04:30:00          14
    +#> 1505             25   A69-1303-555  2327 2016-06-03 04:32:00          14
    +#> 1506             25   A69-1303-555  2328 2016-06-03 04:48:00          14
    +#> 1507             25   A69-1303-555  2329 2016-06-03 04:52:00          14
    +#> 1508             25   A69-1303-555  2330 2016-06-03 04:54:00          14
    +#> 1509             25   A69-1303-555  2331 2016-06-03 04:58:00          14
    +#> 1510             25   A69-1303-555  2332 2016-06-03 05:06:00          14
    +#> 1511             25   A69-1303-555  2333 2016-06-03 05:10:00          14
    +#> 1512             25   A69-1303-555  2335 2016-06-03 05:12:00          14
    +#> 1513             25   A69-1303-555  2337 2016-06-03 05:14:00          14
    +#> 1514             25   A69-1303-555  2338 2016-06-03 05:16:00          14
    +#> 1515             25   A69-1303-555  2340 2016-06-03 05:18:00          14
    +#> 1516             25   A69-1303-555  2341 2016-06-03 05:20:00          14
    +#> 1517             25   A69-1303-555  2342 2016-06-03 05:22:00          14
    +#> 1518             25   A69-1303-555  2344 2016-06-03 05:24:00          14
    +#> 1519             25   A69-1303-555  2346 2016-06-03 05:26:00          14
    +#> 1520             25   A69-1303-555  2350 2016-06-03 05:28:00          14
    +#> 1521             25   A69-1303-555  2352 2016-06-03 05:30:00          14
    +#> 1522             25   A69-1303-555  2354 2016-06-03 05:32:00          14
    +#> 1523             25   A69-1303-555  2355 2016-06-03 05:34:00          14
    +#> 1524             25   A69-1303-555  2358 2016-06-03 05:40:00          14
    +#> 1525             25   A69-1303-555  2359 2016-06-03 05:56:00          14
    +#> 1526             25   A69-1303-555  2360 2016-06-03 05:58:00          14
    +#> 1527             25   A69-1303-555  2361 2016-06-03 06:06:00          14
    +#> 1528             25   A69-1303-555  2362 2016-06-03 06:08:00          14
    +#> 1529             25   A69-1303-555  2363 2016-06-03 06:10:00          14
    +#> 1530             25   A69-1303-555  2364 2016-06-03 06:12:00          14
    +#> 1531             25   A69-1303-555  2365 2016-06-03 06:14:00          14
    +#> 1532             25   A69-1303-555  2366 2016-06-03 06:16:00          14
    +#> 1533             25   A69-1303-555  2368 2016-06-03 06:18:00          14
    +#> 1534             25   A69-1303-555  2371 2016-06-03 06:20:00          14
    +#> 1535             25   A69-1303-555  2373 2016-06-03 06:22:00          14
    +#> 1536             25   A69-1303-555  2375 2016-06-03 06:24:00          14
    +#> 1537             25   A69-1303-555  2377 2016-06-03 06:26:00          14
    +#> 1538             25   A69-1303-555  2378 2016-06-03 06:28:00          14
    +#> 1539             25   A69-1303-555  2379 2016-06-03 06:30:00          14
    +#> 1540             25   A69-1303-555  2381 2016-06-03 06:32:00          14
    +#> 1541             25   A69-1303-555  2383 2016-06-03 06:34:00          14
    +#> 1542             25   A69-1303-555  2385 2016-06-03 06:36:00          14
    +#> 1543             25   A69-1303-555  2387 2016-06-03 06:38:00          14
    +#> 1544             25   A69-1303-555  2389 2016-06-03 06:40:00          14
    +#> 1545             25   A69-1303-555  2391 2016-06-03 06:42:00          14
    +#> 1546             25   A69-1303-555  2392 2016-06-03 06:44:00          14
    +#> 1547             25   A69-1303-555  2393 2016-06-03 06:50:00          14
    +#> 1548             25   A69-1303-555  2394 2016-06-03 06:54:00          14
    +#> 1549             25   A69-1303-555  2396 2016-06-03 06:56:00          14
    +#> 1550             25   A69-1303-555  2398 2016-06-03 06:58:00          14
    +#> 1551             25   A69-1303-555  2399 2016-06-03 07:00:00          14
    +#> 1552             25   A69-1303-555  2400 2016-06-03 07:02:00          14
    +#> 1553             25   A69-1303-555  2401 2016-06-03 07:08:00          14
    +#> 1554             25   A69-1303-555  2403 2016-06-03 07:10:00          14
    +#> 1555             25   A69-1303-555  2405 2016-06-03 07:14:00          14
    +#> 1556             25   A69-1303-555  2408 2016-06-03 07:16:00          14
    +#> 1557             25   A69-1303-555  2409 2016-06-03 07:20:00          14
    +#> 1558             25   A69-1303-555  2410 2016-06-03 07:22:00          14
    +#> 1559             25   A69-1303-555  2411 2016-06-03 07:26:00          14
    +#> 1560             25   A69-1303-555  2412 2016-06-03 07:38:00          14
    +#> 1561             25   A69-1303-555  2413 2016-06-03 07:40:00          14
    +#> 1562             25   A69-1303-555  2415 2016-06-03 07:46:00          14
    +#> 1563             25   A69-1303-555  2416 2016-06-03 07:48:00          14
    +#> 1564             25   A69-1303-555  2418 2016-06-03 07:50:00          14
    +#> 1565             25   A69-1303-555  2419 2016-06-03 07:52:00          14
    +#> 1566             25   A69-1303-555  2420 2016-06-03 07:54:00          14
    +#> 1567             25   A69-1303-555  2421 2016-06-03 07:56:00          14
    +#> 1568             25   A69-1303-555  2422 2016-06-03 07:58:00          14
    +#> 1569             25   A69-1303-555  2424 2016-06-03 08:00:00          14
    +#> 1570             25   A69-1303-555  2425 2016-06-03 08:02:00          14
    +#> 1571             25   A69-1303-555  2426 2016-06-03 08:06:00          14
    +#> 1572             25   A69-1303-555  2428 2016-06-03 08:08:00          14
    +#> 1573             25   A69-1303-555  2429 2016-06-03 08:18:00          14
    +#> 1574             25   A69-1303-555  2431 2016-06-03 08:20:00          14
    +#> 1575             25   A69-1303-555  2433 2016-06-03 08:22:00          14
    +#> 1576             25   A69-1303-555  2435 2016-06-03 08:24:00          14
    +#> 1577             25   A69-1303-555  2437 2016-06-03 08:26:00          14
    +#> 1578             25   A69-1303-555  2439 2016-06-03 08:28:00          14
    +#> 1579             25   A69-1303-555  2440 2016-06-03 08:30:00          14
    +#> 1580             25   A69-1303-555  2443 2016-06-03 08:32:00          14
    +#> 1581             25   A69-1303-555  2444 2016-06-03 08:34:00          14
    +#> 1582             25   A69-1303-555  2446 2016-06-03 08:36:00          14
    +#> 1583             25   A69-1303-555  2448 2016-06-03 08:38:00          14
    +#> 1584             25   A69-1303-555  2449 2016-06-03 08:40:00          14
    +#> 1585             25   A69-1303-555  2452 2016-06-03 08:42:00          14
    +#> 1586             25   A69-1303-555  2454 2016-06-03 08:44:00          14
    +#> 1587             25   A69-1303-555  2456 2016-06-03 08:46:00          14
    +#> 1588             25   A69-1303-555  2457 2016-06-03 08:52:00          14
    +#> 1589             25   A69-1303-555  2458 2016-06-03 08:54:00          14
    +#> 1590             25   A69-1303-555  2460 2016-06-03 08:56:00          14
    +#> 1591             25   A69-1303-555  2463 2016-06-03 08:58:00          14
    +#> 1592             25   A69-1303-555  2465 2016-06-03 09:00:00          14
    +#> 1593             25   A69-1303-555  2467 2016-06-03 09:02:00          14
    +#> 1594             25   A69-1303-555  2468 2016-06-03 09:04:00          14
    +#> 1595             25   A69-1303-555  2469 2016-06-03 09:06:00          14
    +#> 1596             25   A69-1303-555  2472 2016-06-03 09:08:00          14
    +#> 1597             25   A69-1303-555  2474 2016-06-03 09:10:00          14
    +#> 1598             25   A69-1303-555  2476 2016-06-03 09:14:00          14
    +#> 1599             25   A69-1303-555  2478 2016-06-03 09:16:00          14
    +#> 1600             25   A69-1303-555  2479 2016-06-03 09:18:00          14
    +#> 1601             25   A69-1303-555  2482 2016-06-03 09:20:00          14
    +#> 1602             25   A69-1303-555  2484 2016-06-03 09:22:00          14
    +#> 1603             25   A69-1303-555  2486 2016-06-03 09:24:00          14
    +#> 1604             25   A69-1303-555  2489 2016-06-03 09:26:00          14
    +#> 1605             25   A69-1303-555  2490 2016-06-03 09:28:00          14
    +#> 1606             25   A69-1303-555  2492 2016-06-03 09:32:00          14
    +#> 1607             25   A69-1303-555  2494 2016-06-03 09:34:00          14
    +#> 1608             25   A69-1303-555  2496 2016-06-03 09:36:00          14
    +#> 1609             25   A69-1303-555  2498 2016-06-03 09:38:00          14
    +#> 1610             25   A69-1303-555  2500 2016-06-03 09:40:00          14
    +#> 1611             25   A69-1303-555  2502 2016-06-03 09:42:00          14
    +#> 1612             25   A69-1303-555  2503 2016-06-03 09:44:00          14
    +#> 1613             25   A69-1303-555  2505 2016-06-03 09:46:00          14
    +#> 1614             25   A69-1303-555  2507 2016-06-03 09:48:00          14
    +#> 1615             25   A69-1303-555  2509 2016-06-03 09:50:00          14
    +#> 1616             25   A69-1303-555  2511 2016-06-03 09:52:00          14
    +#> 1617             25   A69-1303-555  2513 2016-06-03 09:54:00          14
    +#> 1618             25   A69-1303-555  2515 2016-06-03 09:56:00          14
    +#> 1619             25   A69-1303-555  2517 2016-06-03 09:58:00          14
    +#> 1620             25   A69-1303-555  2519 2016-06-03 10:00:00          14
    +#> 1621             25   A69-1303-555  2521 2016-06-03 10:02:00          14
    +#> 1622             25   A69-1303-555  2523 2016-06-03 10:04:00          14
    +#> 1623             25   A69-1303-555  2526 2016-06-03 10:06:00          14
    +#> 1624             25   A69-1303-555  2527 2016-06-03 10:08:00          14
    +#> 1625             25   A69-1303-555  2529 2016-06-03 10:10:00          14
    +#> 1626             25   A69-1303-555  2531 2016-06-03 10:12:00          14
    +#> 1627             25   A69-1303-555  2533 2016-06-03 10:14:00          14
    +#> 1628             25   A69-1303-555  2535 2016-06-03 10:16:00          14
    +#> 1629             25   A69-1303-555  2537 2016-06-03 10:20:00          14
    +#> 1630             25   A69-1303-555  2539 2016-06-03 10:22:00          14
    +#> 1631             25   A69-1303-555  2540 2016-06-03 10:24:00          14
    +#> 1632             25   A69-1303-555  2542 2016-06-03 10:26:00          14
    +#> 1633             25   A69-1303-555  2544 2016-06-03 10:28:00          14
    +#> 1634             25   A69-1303-555  2546 2016-06-03 10:30:00          14
    +#> 1635             25   A69-1303-555  2548 2016-06-03 10:32:00          14
    +#> 1636             25   A69-1303-555  2550 2016-06-03 10:34:00          14
    +#> 1637             25   A69-1303-555  2552 2016-06-03 10:36:00          14
    +#> 1638             25   A69-1303-555  2554 2016-06-03 10:38:00          14
    +#> 1639             25   A69-1303-555  2556 2016-06-03 10:40:00          14
    +#> 1640             25   A69-1303-555  2557 2016-06-03 10:42:00          14
    +#> 1641             25   A69-1303-555  2558 2016-06-03 10:44:00          14
    +#> 1642             25   A69-1303-555  2560 2016-06-03 10:46:00          14
    +#> 1643             25   A69-1303-555  2562 2016-06-03 10:48:00          14
    +#> 1644             25   A69-1303-555  2564 2016-06-03 10:50:00          14
    +#> 1645             25   A69-1303-555  2565 2016-06-03 10:52:00          14
    +#> 1646             25   A69-1303-555  2567 2016-06-03 10:54:00          14
    +#> 1647             25   A69-1303-555  2570 2016-06-03 10:56:00          14
    +#> 1648             25   A69-1303-555  2572 2016-06-03 10:58:00          14
    +#> 1649             25   A69-1303-555  2573 2016-06-03 11:00:00          14
    +#> 1650             25   A69-1303-555  2575 2016-06-03 11:02:00          14
    +#> 1651             25   A69-1303-555  2578 2016-06-03 11:04:00          14
    +#> 1652             25   A69-1303-555  2580 2016-06-03 11:06:00          14
    +#> 1653             25   A69-1303-555  2582 2016-06-03 11:08:00          14
    +#> 1654             25   A69-1303-555  2584 2016-06-03 11:10:00          14
    +#> 1655             25   A69-1303-555  2586 2016-06-03 11:12:00          14
    +#> 1656             25   A69-1303-555  2589 2016-06-03 11:14:00          14
    +#> 1657             25   A69-1303-555  2590 2016-06-03 11:16:00          14
    +#> 1658             25   A69-1303-555  2592 2016-06-03 11:18:00          14
    +#> 1659             25   A69-1303-555  2594 2016-06-03 11:20:00          14
    +#> 1660             25   A69-1303-555  2596 2016-06-03 11:22:00          14
    +#> 1661             25   A69-1303-555  2597 2016-06-03 11:24:00          14
    +#> 1662             25   A69-1303-555  2599 2016-06-03 11:26:00          14
    +#> 1663             25   A69-1303-555  2601 2016-06-03 11:28:00          14
    +#> 1664             25   A69-1303-555  2603 2016-06-03 11:30:00          14
    +#> 1665             25   A69-1303-555  2604 2016-06-03 11:32:00          14
    +#> 1666             25   A69-1303-555  2606 2016-06-03 11:34:00          14
    +#> 1667             25   A69-1303-555  2607 2016-06-03 11:36:00          14
    +#> 1668             25   A69-1303-555  2610 2016-06-03 11:38:00          14
    +#> 1669             25   A69-1303-555  2611 2016-06-03 11:40:00          14
    +#> 1670             25   A69-1303-555  2614 2016-06-03 11:42:00          14
    +#> 1671             25   A69-1303-555  2616 2016-06-03 11:44:00          14
    +#> 1672             25   A69-1303-555  2617 2016-06-03 11:46:00          14
    +#> 1673             25   A69-1303-555  2619 2016-06-03 11:48:00          14
    +#> 1674             25   A69-1303-555  2621 2016-06-03 11:50:00          14
    +#> 1675             25   A69-1303-555  2623 2016-06-03 11:52:00          14
    +#> 1676             25   A69-1303-555  2625 2016-06-03 11:54:00          14
    +#> 1677             25   A69-1303-555  2627 2016-06-03 11:56:00          14
    +#> 1678             25   A69-1303-555  2629 2016-06-03 11:58:00          14
    +#> 1679             25   A69-1303-555  2631 2016-06-03 12:00:00          14
    +#> 1680             25   A69-1303-555  2633 2016-06-03 12:02:00          14
    +#> 1681             25   A69-1303-555  2635 2016-06-03 12:04:00          14
    +#> 1682             25   A69-1303-555  2638 2016-06-03 12:06:00          14
    +#> 1683             25   A69-1303-555  2640 2016-06-03 12:08:00          14
    +#> 1684             25   A69-1303-555  2642 2016-06-03 12:10:00          14
    +#> 1685             25   A69-1303-555  2643 2016-06-03 12:12:00          14
    +#> 1686             25   A69-1303-555  2644 2016-06-03 12:14:00          14
    +#> 1687             25   A69-1303-555  2645 2016-06-03 12:16:00          14
    +#> 1688             25   A69-1303-555  2648 2016-06-03 12:18:00          14
    +#> 1689             25   A69-1303-555  2650 2016-06-03 12:24:00          14
    +#> 1690             25   A69-1303-555  2652 2016-06-03 12:26:00          14
    +#> 1691             25   A69-1303-555  2655 2016-06-03 12:28:00          14
    +#> 1692             25   A69-1303-555  2656 2016-06-03 12:30:00          14
    +#> 1693             25   A69-1303-555  2658 2016-06-03 12:32:00          14
    +#> 1694             25   A69-1303-555  2660 2016-06-03 12:34:00          14
    +#> 1695             25   A69-1303-555  2661 2016-06-03 12:36:00          14
    +#> 1696             25   A69-1303-555  2663 2016-06-03 12:38:00          14
    +#> 1697             25   A69-1303-555  2665 2016-06-03 12:40:00          14
    +#> 1698             25   A69-1303-555  2667 2016-06-03 12:42:00          14
    +#> 1699             25   A69-1303-555  2669 2016-06-03 12:44:00          14
    +#> 1700             25   A69-1303-555  2672 2016-06-03 12:46:00          14
    +#> 1701             25   A69-1303-555  2673 2016-06-03 12:48:00          14
    +#> 1702             25   A69-1303-555  2675 2016-06-03 12:50:00          14
    +#> 1703             25   A69-1303-555  2677 2016-06-03 12:52:00          14
    +#> 1704             25   A69-1303-555  2678 2016-06-03 12:54:00          14
    +#> 1705             25   A69-1303-555  2680 2016-06-03 12:56:00          14
    +#> 1706             25   A69-1303-555  2683 2016-06-03 12:58:00          14
    +#> 1707             25   A69-1303-555  2684 2016-06-03 13:00:00          14
    +#> 1708             25   A69-1303-555  2686 2016-06-03 13:02:00          14
    +#> 1709             25   A69-1303-555  2688 2016-06-03 13:04:00          14
    +#> 1710             25   A69-1303-555  2690 2016-06-03 13:06:00          14
    +#> 1711             25   A69-1303-555  2692 2016-06-03 13:08:00          14
    +#> 1712             25   A69-1303-555  2694 2016-06-03 13:10:00          14
    +#> 1713             25   A69-1303-555  2696 2016-06-03 13:12:00          14
    +#> 1714             25   A69-1303-555  2699 2016-06-03 13:14:00          14
    +#> 1715             25   A69-1303-555  2700 2016-06-03 13:16:00          14
    +#> 1716             25   A69-1303-555  2702 2016-06-03 13:18:00          14
    +#> 1717             25   A69-1303-555  2704 2016-06-03 13:22:00          14
    +#> 1718             25   A69-1303-555  2707 2016-06-03 13:26:00          14
    +#> 1719             25   A69-1303-555  2708 2016-06-03 13:28:00          14
    +#> 1720             25   A69-1303-555  2710 2016-06-03 13:30:00          14
    +#> 1721             25   A69-1303-555  2712 2016-06-03 13:32:00          14
    +#> 1722             25   A69-1303-555  2713 2016-06-03 13:34:00          14
    +#> 1723             25   A69-1303-555  2715 2016-06-03 13:36:00          14
    +#> 1724             25   A69-1303-555  2717 2016-06-03 13:38:00          14
    +#> 1725             25   A69-1303-555  2718 2016-06-03 13:40:00          14
    +#> 1726             25   A69-1303-555  2720 2016-06-03 13:42:00          14
    +#> 1727             25   A69-1303-555  2722 2016-06-03 13:44:00          14
    +#> 1728             25   A69-1303-555  2725 2016-06-03 13:46:00          14
    +#> 1729             25   A69-1303-555  2727 2016-06-03 13:48:00          14
    +#> 1730             25   A69-1303-555  2728 2016-06-03 13:50:00          14
    +#> 1731             25   A69-1303-555  2730 2016-06-03 13:52:00          14
    +#> 1732             25   A69-1303-555  2732 2016-06-03 13:54:00          14
    +#> 1733             25   A69-1303-555  2734 2016-06-03 13:56:00          14
    +#> 1734             25   A69-1303-555  2736 2016-06-03 13:58:00          14
    +#> 1735             25   A69-1303-555  2738 2016-06-03 14:00:00          14
    +#> 1736             25   A69-1303-555  2740 2016-06-03 14:02:00          14
    +#> 1737             25   A69-1303-555  2741 2016-06-03 14:04:00          14
    +#> 1738             25   A69-1303-555  2744 2016-06-03 14:06:00          14
    +#> 1739             25   A69-1303-555  2745 2016-06-03 14:12:00          14
    +#> 1740             25   A69-1303-555  2746 2016-06-03 14:14:00          14
    +#> 1741             25   A69-1303-555  2748 2016-06-03 14:16:00          14
    +#> 1742             25   A69-1303-555  2749 2016-06-03 14:18:00          14
    +#> 1743             25   A69-1303-555  2751 2016-06-03 14:30:00          14
    +#> 1744             25   A69-1303-555  2753 2016-06-03 14:32:00          14
    +#> 1745             25   A69-1303-555  2756 2016-06-03 14:34:00          14
    +#> 1746             25   A69-1303-555  2757 2016-06-03 14:36:00          14
    +#> 1747             25   A69-1303-555  2760 2016-06-03 14:38:00          14
    +#> 1748             25   A69-1303-555  2761 2016-06-03 14:40:00          14
    +#> 1749             25   A69-1303-555  2763 2016-06-03 14:42:00          14
    +#> 1750             25   A69-1303-555  2765 2016-06-03 14:44:00          14
    +#> 1751             25   A69-1303-555  2767 2016-06-03 14:46:00          14
    +#> 1752             25   A69-1303-555  2768 2016-06-03 14:48:00          14
    +#> 1753             25   A69-1303-555  2770 2016-06-03 14:50:00          14
    +#> 1754             25   A69-1303-555  2771 2016-06-03 14:52:00          14
    +#> 1755             25   A69-1303-555  2773 2016-06-03 14:58:00          14
    +#> 1756             25   A69-1303-555  2775 2016-06-03 15:00:00          14
    +#> 1757             25   A69-1303-555  2776 2016-06-03 15:02:00          14
    +#> 1758             25   A69-1303-555  2777 2016-06-03 15:06:00          14
    +#> 1759             25   A69-1303-555  2779 2016-06-03 15:10:00          14
    +#> 1760             25   A69-1303-555  2781 2016-06-03 15:12:00          14
    +#> 1761             25   A69-1303-555  2783 2016-06-03 15:14:00          14
    +#> 1762             25   A69-1303-555  2785 2016-06-03 15:16:00          14
    +#> 1763             25   A69-1303-555  2787 2016-06-03 15:18:00          14
    +#> 1764             25   A69-1303-555  2788 2016-06-03 15:22:00          14
    +#> 1765             25   A69-1303-555  2789 2016-06-03 15:24:00          14
    +#> 1766             25   A69-1303-555  2791 2016-06-03 15:26:00          14
    +#> 1767             25   A69-1303-555  2793 2016-06-03 15:28:00          14
    +#> 1768             25   A69-1303-555  2795 2016-06-03 15:30:00          14
    +#> 1769             25   A69-1303-555  2797 2016-06-03 15:32:00          14
    +#> 1770             25   A69-1303-555  2799 2016-06-03 15:34:00          14
    +#> 1771             25   A69-1303-555  2801 2016-06-03 15:36:00          14
    +#> 1772             25   A69-1303-555  2803 2016-06-03 15:38:00          14
    +#> 1773             25   A69-1303-555  2804 2016-06-03 15:40:00          14
    +#> 1774             25   A69-1303-555  2806 2016-06-03 15:42:00          14
    +#> 1775             25   A69-1303-555  2808 2016-06-03 15:44:00          14
    +#> 1776             25   A69-1303-555  2809 2016-06-03 15:46:00          14
    +#> 1777             25   A69-1303-555  2811 2016-06-03 15:48:00          14
    +#> 1778             25   A69-1303-555  2814 2016-06-03 15:50:00          14
    +#> 1779             25   A69-1303-555  2815 2016-06-03 15:52:00          14
    +#> 1780             25   A69-1303-555  2816 2016-06-03 15:54:00          14
    +#> 1781             25   A69-1303-555  2817 2016-06-03 15:56:00          14
    +#> 1782             25   A69-1303-555  2819 2016-06-03 15:58:00          14
    +#> 1783             25   A69-1303-555  2821 2016-06-03 16:00:00          14
    +#> 1784             25   A69-1303-555  2822 2016-06-03 16:02:00          14
    +#> 1785             25   A69-1303-555  2823 2016-06-03 16:06:00          14
    +#> 1786             25   A69-1303-555  2825 2016-06-03 16:18:00          14
    +#> 1787             25   A69-1303-555  2826 2016-06-03 16:24:00          14
    +#> 1788             25   A69-1303-555  2827 2016-06-03 16:46:00          14
    +#> 1789             25   A69-1303-555  2828 2016-06-03 16:50:00          14
    +#> 1790             25   A69-1303-555  2829 2016-06-03 16:58:00          14
    +#> 1791             25   A69-1303-555  2831 2016-06-03 17:00:00          14
    +#> 1792             25   A69-1303-555  2832 2016-06-03 17:02:00          14
    +#> 1793             25   A69-1303-555  2833 2016-06-03 17:04:00          14
    +#> 1794             25   A69-1303-555  2834 2016-06-03 17:06:00          14
    +#> 1795             25   A69-1303-555  2835 2016-06-03 17:08:00          14
    +#> 1796             25   A69-1303-555  2836 2016-06-03 17:10:00          14
    +#> 1797             25   A69-1303-555  2837 2016-06-03 17:12:00          14
    +#> 1798             25   A69-1303-555  2838 2016-06-03 17:14:00          14
    +#> 1799             25   A69-1303-555  2839 2016-06-03 17:16:00          14
    +#> 1800             25   A69-1303-555  2842 2016-06-03 17:18:00          14
    +#> 1801             25   A69-1303-555  2843 2016-06-03 17:20:00          14
    +#> 1802             25   A69-1303-555  2845 2016-06-03 17:22:00          14
    +#> 1803             25   A69-1303-555  2847 2016-06-03 17:24:00          14
    +#> 1804             25   A69-1303-555  2849 2016-06-03 17:26:00          14
    +#> 1805             25   A69-1303-555  2851 2016-06-03 17:28:00          14
    +#> 1806             25   A69-1303-555  2853 2016-06-03 17:30:00          14
    +#> 1807             25   A69-1303-555  2855 2016-06-03 17:32:00          14
    +#> 1808             25   A69-1303-555  2857 2016-06-03 17:34:00          14
    +#> 1809             25   A69-1303-555  2858 2016-06-03 17:36:00          14
    +#> 1810             25   A69-1303-555  2860 2016-06-03 17:38:00          14
    +#> 1811             25   A69-1303-555  2862 2016-06-03 17:40:00          14
    +#> 1812             25   A69-1303-555  2864 2016-06-03 17:42:00          14
    +#> 1813             25   A69-1303-555  2865 2016-06-03 17:44:00          14
    +#> 1814             25   A69-1303-555  2866 2016-06-03 17:48:00          14
    +#> 1815             25   A69-1303-555  2868 2016-06-03 17:50:00          14
    +#> 1816             25   A69-1303-555  2869 2016-06-03 17:52:00          14
    +#> 1817             25   A69-1303-555  2871 2016-06-03 17:54:00          14
    +#> 1818             25   A69-1303-555  2872 2016-06-03 17:56:00          14
    +#> 1819             25   A69-1303-555  2875 2016-06-03 18:00:00          14
    +#> 1820             25   A69-1303-555  2876 2016-06-03 18:02:00          14
    +#> 1821             25   A69-1303-555  2877 2016-06-03 18:04:00          14
    +#> 1822             25   A69-1303-555  2879 2016-06-03 18:06:00          14
    +#> 1823             25   A69-1303-555  2881 2016-06-03 18:08:00          14
    +#> 1824             25   A69-1303-555  2883 2016-06-03 18:10:00          14
    +#> 1825             25   A69-1303-555  2884 2016-06-03 18:20:00          14
    +#> 1826             25   A69-1303-555  2886 2016-06-03 18:22:00          14
    +#> 1827             25   A69-1303-555  2888 2016-06-03 18:24:00          14
    +#> 1828             25   A69-1303-555  2889 2016-06-03 18:26:00          14
    +#> 1829             25   A69-1303-555  2891 2016-06-03 18:28:00          14
    +#> 1830             25   A69-1303-555  2893 2016-06-03 18:30:00          14
    +#> 1831             25   A69-1303-555  2895 2016-06-03 18:32:00          14
    +#> 1832             25   A69-1303-555  2897 2016-06-03 18:34:00          14
    +#> 1833             25   A69-1303-555  2898 2016-06-03 18:36:00          14
    +#> 1834             25   A69-1303-555  2899 2016-06-03 18:38:00          14
    +#> 1835             25   A69-1303-555  2900 2016-06-03 18:40:00          14
    +#> 1836             25   A69-1303-555  2901 2016-06-03 18:42:00          14
    +#> 1837             25   A69-1303-555  2904 2016-06-03 18:44:00          14
    +#> 1838             25   A69-1303-555  2905 2016-06-03 18:48:00          14
    +#> 1839             25   A69-1303-555  2906 2016-06-03 18:50:00          14
    +#> 1840             25   A69-1303-555  2907 2016-06-03 18:56:00          14
    +#> 1841             25   A69-1303-555  2908 2016-06-03 18:58:00          14
    +#> 1842             25   A69-1303-555  2909 2016-06-03 19:02:00          14
    +#> 1843             25   A69-1303-555  2910 2016-06-03 19:04:00          14
    +#> 1844             25   A69-1303-555  2912 2016-06-03 19:06:00          14
    +#> 1845             25   A69-1303-555  2913 2016-06-03 19:08:00          14
    +#> 1846             25   A69-1303-555  2915 2016-06-03 19:10:00          14
    +#> 1847             25   A69-1303-555  2917 2016-06-03 19:12:00          14
    +#> 1848             25   A69-1303-555  2919 2016-06-03 19:14:00          14
    +#> 1849             25   A69-1303-555  2921 2016-06-03 19:16:00          14
    +#> 1850             25   A69-1303-555  2922 2016-06-03 19:18:00          14
    +#> 1851             25   A69-1303-555  2925 2016-06-03 19:20:00          14
    +#> 1852             25   A69-1303-555  2926 2016-06-03 19:22:00          14
    +#> 1853             25   A69-1303-555  2927 2016-06-03 19:24:00          14
    +#> 1854             25   A69-1303-555  2929 2016-06-03 19:26:00          14
    +#> 1855             25   A69-1303-555  2932 2016-06-03 19:28:00          14
    +#> 1856             25   A69-1303-555  2935 2016-06-03 19:30:00          14
    +#> 1857             25   A69-1303-555  2937 2016-06-03 19:32:00          14
    +#> 1858             25   A69-1303-555  2940 2016-06-04 00:40:00          14
    +#> 1859             25   A69-1303-555  2941 2016-06-04 00:42:00          14
    +#> 1860             25   A69-1303-555  2942 2016-06-04 00:46:00          14
    +#> 1861             25   A69-1303-555  2943 2016-06-04 00:48:00          14
    +#> 1862             25   A69-1303-555  2944 2016-06-04 01:00:00          14
    +#> 1863             25   A69-1303-555  2945 2016-06-04 01:04:00          14
    +#> 1864             25   A69-1303-555  2946 2016-06-04 01:10:00          14
    +#> 1865             25   A69-1303-555  2947 2016-06-04 01:12:00          14
    +#> 1866             25   A69-1303-555  2948 2016-06-04 01:14:00          14
    +#> 1867             25   A69-1303-555  2949 2016-06-04 01:16:00          14
    +#> 1868             25   A69-1303-555  2951 2016-06-04 01:18:00          14
    +#> 1869             25   A69-1303-555  2952 2016-06-04 01:20:00          14
    +#> 1870             25   A69-1303-555  2954 2016-06-04 01:22:00          14
    +#> 1871             25   A69-1303-555  2956 2016-06-04 01:24:00          14
    +#> 1872             25   A69-1303-555  2957 2016-06-04 01:26:00          14
    +#> 1873             25   A69-1303-555  2959 2016-06-04 01:28:00          14
    +#> 1874             25   A69-1303-555  2962 2016-06-04 01:30:00          14
    +#> 1875             25   A69-1303-555  2963 2016-06-04 01:32:00          14
    +#> 1876             25   A69-1303-555  2966 2016-06-04 01:34:00          14
    +#> 1877             25   A69-1303-555  2967 2016-06-04 01:36:00          14
    +#> 1878             25   A69-1303-555  2968 2016-06-04 01:38:00          14
    +#> 1879             25   A69-1303-555  2969 2016-06-04 01:40:00          14
    +#> 1880             25   A69-1303-555  2970 2016-06-04 01:44:00          14
    +#> 1881             25   A69-1303-555  2972 2016-06-04 01:48:00          14
    +#> 1882             25   A69-1303-555  2974 2016-06-04 01:50:00          14
    +#> 1883             25   A69-1303-555  2976 2016-06-04 01:54:00          14
    +#> 1884             25   A69-1303-555  2978 2016-06-04 01:56:00          14
    +#> 1885             25   A69-1303-555  2980 2016-06-04 01:58:00          14
    +#> 1886             25   A69-1303-555  2981 2016-06-04 02:00:00          14
    +#> 1887             25   A69-1303-555  2983 2016-06-04 02:02:00          14
    +#> 1888             25   A69-1303-555  2984 2016-06-04 02:04:00          14
    +#> 1889             25   A69-1303-555  2986 2016-06-04 02:06:00          14
    +#> 1890             25   A69-1303-555  2988 2016-06-04 02:08:00          14
    +#> 1891             25   A69-1303-555  2990 2016-06-04 02:10:00          14
    +#> 1892             25   A69-1303-555  2992 2016-06-04 02:12:00          14
    +#> 1893             25   A69-1303-555  2994 2016-06-04 02:18:00          14
    +#> 1894             25   A69-1303-555  2996 2016-06-04 02:20:00          14
    +#> 1895             25   A69-1303-555  2997 2016-06-04 02:22:00          14
    +#> 1896             25   A69-1303-555  3000 2016-06-04 02:24:00          14
    +#> 1897             25   A69-1303-555  3002 2016-06-04 02:26:00          14
    +#> 1898             25   A69-1303-555  3004 2016-06-04 02:28:00          14
    +#> 1899             25   A69-1303-555  3005 2016-06-04 02:34:00          14
    +#> 1900             25   A69-1303-555  3006 2016-06-04 02:36:00          14
    +#> 1901             25   A69-1303-555  3007 2016-06-04 03:12:00          14
    +#> 1902             25   A69-1303-555  3009 2016-06-04 03:14:00          14
    +#> 1903             25   A69-1303-555  3011 2016-06-04 03:16:00          14
    +#> 1904             25   A69-1303-555  3012 2016-06-04 03:18:00          14
    +#> 1905             25   A69-1303-555  3013 2016-06-04 03:22:00          14
    +#> 1906             25   A69-1303-555  3014 2016-06-04 03:26:00          14
    +#> 1907             25   A69-1303-555  3016 2016-06-04 03:28:00          14
    +#> 1908             25   A69-1303-555  3017 2016-06-04 03:30:00          14
    +#> 1909             25   A69-1303-555  3018 2016-06-04 03:56:00          14
    +#> 1910             25   A69-1303-555  3019 2016-06-04 03:58:00          14
    +#> 1911             25   A69-1303-555  3021 2016-06-04 04:00:00          14
    +#> 1912             25   A69-1303-555  3022 2016-06-04 04:02:00          14
    +#> 1913             25   A69-1303-555  3023 2016-06-04 04:04:00          14
    +#> 1914             25   A69-1303-555  3025 2016-06-04 04:06:00          14
    +#> 1915             25   A69-1303-555  3027 2016-06-04 04:08:00          14
    +#> 1916             25   A69-1303-555  3029 2016-06-04 04:10:00          14
    +#> 1917             25   A69-1303-555  3030 2016-06-04 04:12:00          14
    +#> 1918             25   A69-1303-555  3031 2016-06-04 04:16:00          14
    +#> 1919             25   A69-1303-555  3034 2016-06-04 04:24:00          14
    +#> 1920             25   A69-1303-555  3035 2016-06-04 04:26:00          14
    +#> 1921             25   A69-1303-555  3037 2016-06-04 04:28:00          14
    +#> 1922             25   A69-1303-555  3038 2016-06-04 04:32:00          14
    +#> 1923             25   A69-1303-555  3039 2016-06-04 04:34:00          14
    +#> 1924             25   A69-1303-555  3040 2016-06-04 04:38:00          14
    +#> 1925             25   A69-1303-555  3042 2016-06-04 04:40:00          14
    +#> 1926             25   A69-1303-555  3044 2016-06-04 04:42:00          14
    +#> 1927             25   A69-1303-555  3045 2016-06-04 04:44:00          14
    +#> 1928             25   A69-1303-555  3047 2016-06-04 04:46:00          14
    +#> 1929             25   A69-1303-555  3049 2016-06-04 04:48:00          14
    +#> 1930             25   A69-1303-555  3050 2016-06-04 04:50:00          14
    +#> 1931             25   A69-1303-555  3052 2016-06-04 04:52:00          14
    +#> 1932             25   A69-1303-555  3054 2016-06-04 04:54:00          14
    +#> 1933             25   A69-1303-555  3055 2016-06-04 04:56:00          14
    +#> 1934             25   A69-1303-555  3057 2016-06-04 04:58:00          14
    +#> 1935             25   A69-1303-555  3059 2016-06-04 05:00:00          14
    +#> 1936             25   A69-1303-555  3061 2016-06-04 05:02:00          14
    +#> 1937             25   A69-1303-555  3063 2016-06-04 05:04:00          14
    +#> 1938             25   A69-1303-555  3065 2016-06-04 05:08:00          14
    +#> 1939             25   A69-1303-555  3066 2016-06-04 05:16:00          14
    +#> 1940             25   A69-1303-555  3068 2016-06-04 07:00:00          14
    +#> 1941             25   A69-1303-555  3069 2016-06-04 07:04:00          14
    +#> 1942             25   A69-1303-555  3071 2016-06-04 07:06:00          14
    +#> 1943             25   A69-1303-555  3072 2016-06-04 07:10:00          14
    +#> 1944             25   A69-1303-555  3075 2016-06-04 07:12:00          14
    +#> 1945             25   A69-1303-555  3076 2016-06-04 07:14:00          14
    +#> 1946             25   A69-1303-555  3078 2016-06-04 07:18:00          14
    +#> 1947             25   A69-1303-555  3079 2016-06-04 10:26:00          14
    +#> 1948             25   A69-1303-555  3080 2016-06-04 10:34:00          14
    +#> 1949             25   A69-1303-555  3081 2016-06-04 10:40:00          14
    +#> 1950             25   A69-1303-555  3082 2016-06-04 11:08:00          14
    +#> 1951             25   A69-1303-555  3083 2016-06-04 11:10:00          14
    +#> 1952             25   A69-1303-555  3084 2016-06-04 11:24:00          14
    +#> 1953             25   A69-1303-555  3085 2016-06-04 11:38:00          14
    +#> 1954             25   A69-1303-555  3086 2016-06-04 12:02:00          14
    +#> 1955             25   A69-1303-555  3087 2016-06-04 18:46:00          14
    +#> 1956             25   A69-1303-555  3088 2016-06-04 18:48:00          14
    +#> 1957             25   A69-1303-555  3089 2016-06-04 19:14:00          14
    +#> 1958             25   A69-1303-555  3090 2016-06-04 19:16:00          14
    +#> 1959             25   A69-1303-555  3091 2016-06-07 09:50:00          14
    +#> 1960             25   A69-1303-555  3092 2016-06-07 09:58:00          14
    +#> 1961             25   A69-1303-555  3093 2016-06-07 10:08:00          14
    +#> 1962             25   A69-1303-555  3094 2016-06-07 10:10:00          14
    +#> 1963             25   A69-1303-555  3095 2016-06-07 10:14:00          14
    +#> 1964             25   A69-1303-555  3096 2016-06-07 10:56:00          14
    +#> 1965             25   A69-1303-555  3097 2016-06-07 10:58:00          14
    +#> 1966             25   A69-1303-555  3098 2016-06-07 11:10:00          14
    +#> 1967             25   A69-1303-555  3100 2016-06-07 11:14:00          14
    +#> 1968             25   A69-1303-555  3103 2016-06-07 11:16:00          14
    +#> 1969             25   A69-1303-555  3104 2016-06-07 11:22:00          14
    +#> 1970             25   A69-1303-555  3105 2016-06-07 11:26:00          14
    +#> 1971             25   A69-1303-555  3106 2016-06-07 11:28:00          14
    +#> 1972             25   A69-1303-555  3108 2016-06-07 11:30:00          14
    +#> 1973             25   A69-1303-555  3109 2016-06-07 11:32:00          14
    +#> 1974             25   A69-1303-555  3111 2016-06-07 11:34:00          14
    +#> 1975             25   A69-1303-555  3112 2016-06-07 11:36:00          14
    +#> 1976             25   A69-1303-555  3113 2016-06-07 11:42:00          14
    +#> 1977             25   A69-1303-555  3114 2016-06-07 11:44:00          14
    +#> 1978             25   A69-1303-555  3115 2016-06-07 11:48:00          14
    +#> 1979             25   A69-1303-555  3116 2016-06-07 11:52:00          14
    +#> 1980             25   A69-1303-555  3117 2016-06-07 11:54:00          14
    +#> 1981             25   A69-1303-555  3118 2016-06-07 12:04:00          14
    +#> 1982             25   A69-1303-555  3119 2016-06-07 12:06:00          14
    +#> 1983             25   A69-1303-555  3121 2016-06-07 12:14:00          14
    +#> 1984             25   A69-1303-555  3122 2016-06-07 12:16:00          14
    +#> 1985             25   A69-1303-555  3124 2016-06-07 12:18:00          14
    +#> 1986             25   A69-1303-555  3125 2016-06-07 12:20:00          14
    +#> 1987             25   A69-1303-555  3126 2016-06-07 12:24:00          14
    +#> 1988             25   A69-1303-555  3127 2016-06-07 12:32:00          14
    +#> 1989             25   A69-1303-555  3128 2016-06-07 12:36:00          14
    +#> 1990             25   A69-1303-555  3130 2016-06-07 12:38:00          14
    +#> 1991             25   A69-1303-555  3132 2016-06-07 12:40:00          14
    +#> 1992             25   A69-1303-555  3133 2016-06-07 12:42:00          14
    +#> 1993             25   A69-1303-555  3135 2016-06-07 12:46:00          14
    +#> 1994             25   A69-1303-555  3136 2016-06-07 12:48:00          14
    +#> 1995             25   A69-1303-555  3138 2016-06-07 12:50:00          14
    +#> 1996             25   A69-1303-555  3140 2016-06-07 12:52:00          14
    +#> 1997             25   A69-1303-555  3142 2016-06-07 12:54:00          14
    +#> 1998             25   A69-1303-555  3144 2016-06-07 12:56:00          14
    +#> 1999             25   A69-1303-555  3146 2016-06-07 12:58:00          14
    +#> 2000             25   A69-1303-555  3149 2016-06-07 13:00:00          14
    +#> 2001             25   A69-1303-555  3151 2016-06-07 13:02:00          14
    +#> 2002             25   A69-1303-555  3153 2016-06-07 13:04:00          14
    +#> 2003             25   A69-1303-555  3154 2016-06-07 13:06:00          14
    +#> 2004             25   A69-1303-555  3156 2016-06-07 13:08:00          14
    +#> 2005             25   A69-1303-555  3158 2016-06-07 13:10:00          14
    +#> 2006             25   A69-1303-555  3159 2016-06-07 13:12:00          14
    +#> 2007             25   A69-1303-555  3160 2016-06-07 13:14:00          14
    +#> 2008             25   A69-1303-555  3162 2016-06-07 13:16:00          14
    +#> 2009             25   A69-1303-555  3163 2016-06-07 13:28:00          14
    +#> 2010             25   A69-1303-555  3164 2016-06-07 13:32:00          14
    +#> 2011             25   A69-1303-555  3165 2016-06-07 13:40:00          14
    +#> 2012             25   A69-1303-555  3167 2016-06-07 13:42:00          14
    +#> 2013             25   A69-1303-555  3168 2016-06-07 13:44:00          14
    +#> 2014             25   A69-1303-555  3169 2016-06-07 13:48:00          14
    +#> 2015             25   A69-1303-555  3170 2016-06-07 13:50:00          14
    +#> 2016             25   A69-1303-555  3171 2016-06-07 14:00:00          14
    +#> 2017             25   A69-1303-555  3172 2016-06-07 14:02:00          14
    +#> 2018             25   A69-1303-555  3173 2016-06-07 14:04:00          14
    +#> 2019             25   A69-1303-555  3175 2016-06-07 14:06:00          14
    +#> 2020             25   A69-1303-555  3177 2016-06-07 14:08:00          14
    +#> 2021             25   A69-1303-555  3179 2016-06-07 14:10:00          14
    +#> 2022             25   A69-1303-555  3180 2016-06-07 14:12:00          14
    +#> 2023             25   A69-1303-555  3182 2016-06-07 14:14:00          14
    +#> 2024             25   A69-1303-555  3184 2016-06-07 14:16:00          14
    +#> 2025             25   A69-1303-555  3185 2016-06-07 14:18:00          14
    +#> 2026             25   A69-1303-555  3187 2016-06-07 14:20:00          14
    +#> 2027             25   A69-1303-555  3189 2016-06-07 14:22:00          14
    +#> 2028             25   A69-1303-555  3191 2016-06-07 14:24:00          14
    +#> 2029             25   A69-1303-555  3193 2016-06-07 14:26:00          14
    +#> 2030             25   A69-1303-555  3195 2016-06-07 14:28:00          14
    +#> 2031             25   A69-1303-555  3197 2016-06-07 14:30:00          14
    +#> 2032             25   A69-1303-555  3198 2016-06-07 14:32:00          14
    +#> 2033             25   A69-1303-555  3199 2016-06-07 14:36:00          14
    +#> 2034             25   A69-1303-555  3201 2016-06-07 14:38:00          14
    +#> 2035             25   A69-1303-555  3203 2016-06-07 14:40:00          14
    +#> 2036             25   A69-1303-555  3205 2016-06-07 14:42:00          14
    +#> 2037             25   A69-1303-555  3207 2016-06-07 14:44:00          14
    +#> 2038             25   A69-1303-555  3209 2016-06-07 14:46:00          14
    +#> 2039             25   A69-1303-555  3211 2016-06-07 14:48:00          14
    +#> 2040             25   A69-1303-555  3212 2016-06-07 14:50:00          14
    +#> 2041             25   A69-1303-555  3213 2016-06-07 14:52:00          14
    +#> 2042             25   A69-1303-555  3214 2016-06-07 14:54:00          14
    +#> 2043             25   A69-1303-555  3216 2016-06-07 14:56:00          14
    +#> 2044             25   A69-1303-555  3218 2016-06-07 14:58:00          14
    +#> 2045             25   A69-1303-555  3219 2016-06-07 15:00:00          14
    +#> 2046             25   A69-1303-555  3221 2016-06-07 15:02:00          14
    +#> 2047             25   A69-1303-555  3223 2016-06-07 15:04:00          14
    +#> 2048             25   A69-1303-555  3225 2016-06-07 15:06:00          14
    +#> 2049             25   A69-1303-555  3227 2016-06-07 15:08:00          14
    +#> 2050             25   A69-1303-555  3228 2016-06-07 15:50:00          14
    +#> 2051             25   A69-1303-555  3229 2016-06-07 15:54:00          14
    +#> 2052             25   A69-1303-555  3230 2016-06-07 18:54:00          14
    +#> 2053             25   A69-1303-555  3232 2016-06-07 18:56:00          14
    +#> 2054             25   A69-1303-555  3233 2016-06-07 18:58:00          14
    +#> 2055             25   A69-1303-555  3235 2016-06-07 19:00:00          14
    +#> 2056             25   A69-1303-555  3237 2016-06-07 19:02:00          14
    +#> 2057             25   A69-1303-555  3239 2016-06-07 19:04:00          14
    +#> 2058             25   A69-1303-555  3240 2016-06-07 19:06:00          14
    +#> 2059             25   A69-1303-555  3241 2016-06-07 19:08:00          14
    +#> 2060             25   A69-1303-555  3243 2016-06-07 19:10:00          14
    +#> 2061             25   A69-1303-555  3245 2016-06-07 19:12:00          14
    +#> 2062             25   A69-1303-555  3246 2016-06-07 19:14:00          14
    +#> 2063             25   A69-1303-555  3248 2016-06-07 19:16:00          14
    +#> 2064             25   A69-1303-555  3249 2016-06-07 19:18:00          14
    +#> 2065             25   A69-1303-555  3250 2016-06-07 19:20:00          14
    +#> 2066             25   A69-1303-555  3251 2016-06-07 19:24:00          14
    +#> 2067             25   A69-1303-555  3253 2016-06-07 19:26:00          14
    +#> 2068             25   A69-1303-555  3254 2016-06-07 19:28:00          14
    +#> 2069             25   A69-1303-555  3255 2016-06-07 19:30:00          14
    +#> 2070             25   A69-1303-555  3256 2016-06-07 19:32:00          14
    +#> 2071             25   A69-1303-555  3258 2016-06-07 19:34:00          14
    +#> 2072             25   A69-1303-555  3259 2016-06-07 19:36:00          14
    +#> 2073             25   A69-1303-555  3261 2016-06-07 19:38:00          14
    +#> 2074             25   A69-1303-555  3263 2016-06-07 19:40:00          14
    +#> 2075             25   A69-1303-555  3264 2016-06-07 19:42:00          14
    +#> 2076             25   A69-1303-555  3266 2016-06-07 19:44:00          14
    +#> 2077             25   A69-1303-555  3267 2016-06-07 19:46:00          14
    +#> 2078             25   A69-1303-555  3269 2016-06-07 19:48:00          14
    +#> 2079             25   A69-1303-555  3271 2016-06-07 20:06:00          14
    +#> 2080             25   A69-1303-555  3272 2016-06-07 20:10:00          14
    +#> 2081             25   A69-1303-555  3273 2016-06-07 20:12:00          14
    +#> 2082             25   A69-1303-555  3274 2016-06-07 20:14:00          14
    +#> 2083             25   A69-1303-555  3276 2016-06-07 20:18:00          14
    +#> 2084             25   A69-1303-555  3278 2016-06-07 20:20:00          14
    +#> 2085             25   A69-1303-555  3280 2016-06-07 20:22:00          14
    +#> 2086             25   A69-1303-555  3281 2016-06-07 20:26:00          14
    +#> 2087             25   A69-1303-555  3282 2016-06-07 20:28:00          14
    +#> 2088             25   A69-1303-555  3283 2016-06-07 20:34:00          14
    +#> 2089             25   A69-1303-555  3285 2016-06-07 20:38:00          14
    +#> 2090             25   A69-1303-555  3286 2016-06-07 20:44:00          14
    +#> 2091             25   A69-1303-555  3287 2016-06-07 20:48:00          14
    +#> 2092             25   A69-1303-555  3288 2016-06-07 20:52:00          14
    +#> 2093             25   A69-1303-555  3289 2016-06-07 20:56:00          14
    +#> 2094             25   A69-1303-555  3290 2016-06-07 20:58:00          14
    +#> 2095             25   A69-1303-555  3292 2016-06-07 21:00:00          14
    +#> 2096             25   A69-1303-555  3293 2016-06-07 21:02:00          14
    +#> 2097             25   A69-1303-555  3294 2016-06-07 21:06:00          14
    +#> 2098             25   A69-1303-555  3295 2016-06-07 21:08:00          14
    +#> 2099             25   A69-1303-555  3296 2016-06-07 21:10:00          14
    +#> 2100             25   A69-1303-555  3298 2016-06-07 21:12:00          14
    +#> 2101             25   A69-1303-555  3300 2016-06-07 21:14:00          14
    +#> 2102             25   A69-1303-555  3301 2016-06-07 21:16:00          14
    +#> 2103             25   A69-1303-555  3303 2016-06-07 21:18:00          14
    +#> 2104             25   A69-1303-555  3304 2016-06-07 21:24:00          14
    +#> 2105             25   A69-1303-555  3305 2016-06-07 21:26:00          14
    +#> 2106             25   A69-1303-555  3306 2016-06-07 21:28:00          14
    +#> 2107             25   A69-1303-555  3308 2016-06-07 21:30:00          14
    +#> 2108             25   A69-1303-555  3309 2016-06-07 21:34:00          14
    +#> 2109             25   A69-1303-555  3310 2016-06-07 21:36:00          14
    +#> 2110             25   A69-1303-555  3311 2016-06-07 21:38:00          14
    +#> 2111             25   A69-1303-555  3313 2016-06-07 21:40:00          14
    +#> 2112             25   A69-1303-555  3314 2016-06-07 21:42:00          14
    +#> 2113             25   A69-1303-555  3315 2016-06-07 21:44:00          14
    +#> 2114             25   A69-1303-555  3316 2016-06-07 21:46:00          14
    +#> 2115             25   A69-1303-555  3317 2016-06-07 21:48:00          14
    +#> 2116             25   A69-1303-555  3318 2016-06-07 21:50:00          14
    +#> 2117             25   A69-1303-555  3320 2016-06-07 21:52:00          14
    +#> 2118             25   A69-1303-555  3322 2016-06-07 21:54:00          14
    +#> 2119             25   A69-1303-555  3323 2016-06-07 21:56:00          14
    +#> 2120             25   A69-1303-555  3325 2016-06-07 21:58:00          14
    +#> 2121             25   A69-1303-555  3326 2016-06-07 22:00:00          14
    +#> 2122             25   A69-1303-555  3327 2016-06-07 22:02:00          14
    +#> 2123             25   A69-1303-555  3329 2016-06-07 22:04:00          14
    +#> 2124             25   A69-1303-555  3331 2016-06-07 22:06:00          14
    +#> 2125             25   A69-1303-555  3333 2016-06-07 22:08:00          14
    +#> 2126             25   A69-1303-555  3334 2016-06-07 22:10:00          14
    +#> 2127             25   A69-1303-555  3335 2016-06-07 22:12:00          14
    +#> 2128             25   A69-1303-555  3337 2016-06-07 22:14:00          14
    +#> 2129             25   A69-1303-555  3340 2016-06-07 22:16:00          14
    +#> 2130             25   A69-1303-555  3342 2016-06-07 22:18:00          14
    +#> 2131             25   A69-1303-555  3344 2016-06-07 22:20:00          14
    +#> 2132             25   A69-1303-555  3346 2016-06-07 22:22:00          14
    +#> 2133             25   A69-1303-555  3348 2016-06-07 22:24:00          14
    +#> 2134             25   A69-1303-555  3350 2016-06-07 22:26:00          14
    +#> 2135             25   A69-1303-555  3352 2016-06-07 22:28:00          14
    +#> 2136             25   A69-1303-555  3354 2016-06-07 22:30:00          14
    +#> 2137             25   A69-1303-555  3357 2016-06-07 22:32:00          14
    +#> 2138             25   A69-1303-555  3359 2016-06-07 22:34:00          14
    +#> 2139             25   A69-1303-555  3360 2016-06-07 22:36:00          14
    +#> 2140             25   A69-1303-555  3362 2016-06-07 22:38:00          14
    +#> 2141             25   A69-1303-555  3364 2016-06-07 22:40:00          14
    +#> 2142             25   A69-1303-555  3365 2016-06-07 22:42:00          14
    +#> 2143             25   A69-1303-555  3367 2016-06-07 22:44:00          14
    +#> 2144             25   A69-1303-555  3369 2016-06-07 22:46:00          14
    +#> 2145             25   A69-1303-555  3371 2016-06-07 22:48:00          14
    +#> 2146             25   A69-1303-555  3372 2016-06-07 22:50:00          14
    +#> 2147             25   A69-1303-555  3373 2016-06-07 22:52:00          14
    +#> 2148             25   A69-1303-555  3375 2016-06-07 22:54:00          14
    +#> 2149             25   A69-1303-555  3377 2016-06-07 22:56:00          14
    +#> 2150             25   A69-1303-555  3379 2016-06-07 22:58:00          14
    +#> 2151             25   A69-1303-555  3381 2016-06-07 23:00:00          14
    +#> 2152             25   A69-1303-555  3384 2016-06-07 23:02:00          14
    +#> 2153             25   A69-1303-555  3386 2016-06-07 23:04:00          14
    +#> 2154             25   A69-1303-555  3387 2016-06-07 23:06:00          14
    +#> 2155             25   A69-1303-555  3389 2016-06-07 23:08:00          14
    +#> 2156             25   A69-1303-555  3391 2016-06-07 23:10:00          14
    +#> 2157             25   A69-1303-555  3392 2016-06-07 23:12:00          14
    +#> 2158             25   A69-1303-555  3394 2016-06-07 23:14:00          14
    +#> 2159             25   A69-1303-555  3397 2016-06-07 23:16:00          14
    +#> 2160             25   A69-1303-555  3399 2016-06-07 23:18:00          14
    +#> 2161             25   A69-1303-555  3400 2016-06-07 23:22:00          14
    +#> 2162             25   A69-1303-555  3401 2016-06-07 23:24:00          14
    +#> 2163             25   A69-1303-555  3403 2016-06-07 23:26:00          14
    +#> 2164             25   A69-1303-555  3405 2016-06-07 23:28:00          14
    +#> 2165             25   A69-1303-555  3407 2016-06-07 23:30:00          14
    +#> 2166             25   A69-1303-555  3409 2016-06-07 23:32:00          14
    +#> 2167             25   A69-1303-555  3410 2016-06-07 23:34:00          14
    +#> 2168             25   A69-1303-555  3412 2016-06-07 23:36:00          14
    +#> 2169             25   A69-1303-555  3414 2016-06-07 23:38:00          14
    +#> 2170             25   A69-1303-555  3416 2016-06-07 23:40:00          14
    +#> 2171             25   A69-1303-555  3417 2016-06-07 23:42:00          14
    +#> 2172             25   A69-1303-555  3420 2016-06-07 23:44:00          14
    +#> 2173             25   A69-1303-555  3422 2016-06-07 23:46:00          14
    +#> 2174             25   A69-1303-555  3424 2016-06-07 23:48:00          14
    +#> 2175             25   A69-1303-555  3425 2016-06-07 23:50:00          14
    +#> 2176             25   A69-1303-555  3427 2016-06-07 23:52:00          14
    +#> 2177             25   A69-1303-555  3429 2016-06-07 23:54:00          14
    +#> 2178             25   A69-1303-555  3431 2016-06-07 23:56:00          14
    +#> 2179             25   A69-1303-555  3432 2016-06-07 23:58:00          14
    +#> 2180             25   A69-1303-555  3434 2016-06-08 00:00:00          14
    +#> 2181             25   A69-1303-555  3437 2016-06-08 00:02:00          14
    +#> 2182             25   A69-1303-555  3439 2016-06-08 00:04:00          14
    +#> 2183             25   A69-1303-555  3441 2016-06-08 00:06:00          14
    +#> 2184             25   A69-1303-555  3442 2016-06-08 00:08:00          14
    +#> 2185             25   A69-1303-555  3445 2016-06-08 00:10:00          14
    +#> 2186             25   A69-1303-555  3446 2016-06-08 00:12:00          14
    +#> 2187             25   A69-1303-555  3448 2016-06-08 00:14:00          14
    +#> 2188             25   A69-1303-555  3451 2016-06-08 00:16:00          14
    +#> 2189             25   A69-1303-555  3454 2016-06-08 00:18:00          14
    +#> 2190             25   A69-1303-555  3455 2016-06-08 00:20:00          14
    +#> 2191             25   A69-1303-555  3457 2016-06-08 00:22:00          14
    +#> 2192             25   A69-1303-555  3459 2016-06-08 00:24:00          14
    +#> 2193             25   A69-1303-555  3461 2016-06-08 00:26:00          14
    +#> 2194             25   A69-1303-555  3463 2016-06-08 00:28:00          14
    +#> 2195             25   A69-1303-555  3464 2016-06-08 00:30:00          14
    +#> 2196             25   A69-1303-555  3467 2016-06-08 00:32:00          14
    +#> 2197             25   A69-1303-555  3469 2016-06-08 00:34:00          14
    +#> 2198             25   A69-1303-555  3471 2016-06-08 00:36:00          14
    +#> 2199             25   A69-1303-555  3473 2016-06-08 00:38:00          14
    +#> 2200             25   A69-1303-555  3475 2016-06-08 00:40:00          14
    +#> 2201             25   A69-1303-555  3476 2016-06-08 00:42:00          14
    +#> 2202             25   A69-1303-555  3478 2016-06-08 00:44:00          14
    +#> 2203             25   A69-1303-555  3480 2016-06-08 00:46:00          14
    +#> 2204             25   A69-1303-555  3481 2016-06-08 00:48:00          14
    +#> 2205             25   A69-1303-555  3483 2016-06-08 00:50:00          14
    +#> 2206             25   A69-1303-555  3486 2016-06-08 00:52:00          14
    +#> 2207             25   A69-1303-555  3487 2016-06-08 00:54:00          14
    +#> 2208             25   A69-1303-555  3488 2016-06-08 00:56:00          14
    +#> 2209             25   A69-1303-555  3489 2016-06-08 01:08:00          14
    +#> 2210             25   A69-1303-555  3490 2016-06-08 01:12:00          14
    +#> 2211             25   A69-1303-555  3492 2016-06-08 01:18:00          14
    +#> 2212             25   A69-1303-555  3494 2016-06-08 01:20:00          14
    +#> 2213             25   A69-1303-555  3496 2016-06-08 01:24:00          14
    +#> 2214             25   A69-1303-555  3497 2016-06-08 01:28:00          14
    +#> 2215             25   A69-1303-555  3498 2016-06-08 01:30:00          14
    +#> 2216             25   A69-1303-555  3500 2016-06-08 01:32:00          14
    +#> 2217             25   A69-1303-555  3501 2016-06-08 01:34:00          14
    +#> 2218             25   A69-1303-555  3503 2016-06-08 01:36:00          14
    +#> 2219             25   A69-1303-555  3504 2016-06-08 01:38:00          14
    +#> 2220             25   A69-1303-555  3506 2016-06-08 01:40:00          14
    +#> 2221             25   A69-1303-555  3508 2016-06-08 01:42:00          14
    +#> 2222             25   A69-1303-555  3509 2016-06-08 01:44:00          14
    +#> 2223             25   A69-1303-555  3510 2016-06-08 01:46:00          14
    +#> 2224             25   A69-1303-555  3511 2016-06-08 01:48:00          14
    +#> 2225             25   A69-1303-555  3513 2016-06-08 01:50:00          14
    +#> 2226             25   A69-1303-555  3514 2016-06-08 01:52:00          14
    +#> 2227             25   A69-1303-555  3515 2016-06-08 01:54:00          14
    +#> 2228             25   A69-1303-555  3516 2016-06-08 01:56:00          14
    +#> 2229             25   A69-1303-555  3517 2016-06-08 04:02:00          14
    +#> 2230             25   A69-1303-555  3519 2016-06-08 04:04:00          14
    +#> 2231             25   A69-1303-555  3521 2016-06-08 04:06:00          14
    +#> 2232             25   A69-1303-555  3522 2016-06-08 04:08:00          14
    +#> 2233             25   A69-1303-555  3524 2016-06-08 04:10:00          14
    +#> 2234             25   A69-1303-555  3526 2016-06-08 04:12:00          14
    +#> 2235             25   A69-1303-555  3529 2016-06-08 04:14:00          14
    +#> 2236             25   A69-1303-555  3531 2016-06-08 04:16:00          14
    +#> 2237             25   A69-1303-555  3533 2016-06-08 04:18:00          14
    +#> 2238             25   A69-1303-555  3535 2016-06-08 04:20:00          14
    +#> 2239             25   A69-1303-555  3537 2016-06-08 04:22:00          14
    +#> 2240             25   A69-1303-555  3540 2016-06-08 04:24:00          14
    +#> 2241             25   A69-1303-555  3541 2016-06-08 04:26:00          14
    +#> 2242             25   A69-1303-555  3544 2016-06-08 04:28:00          14
    +#> 2243             25   A69-1303-555  3545 2016-06-08 04:30:00          14
    +#> 2244             25   A69-1303-555  3548 2016-06-08 04:32:00          14
    +#> 2245             25   A69-1303-555  3550 2016-06-08 04:34:00          14
    +#> 2246             25   A69-1303-555  3551 2016-06-08 04:36:00          14
    +#> 2247             25   A69-1303-555  3553 2016-06-08 04:38:00          14
    +#> 2248             25   A69-1303-555  3555 2016-06-08 04:40:00          14
    +#> 2249             25   A69-1303-555  3556 2016-06-08 04:42:00          14
    +#> 2250             25   A69-1303-555  3557 2016-06-08 04:46:00          14
    +#> 2251             25   A69-1303-555  3560 2016-06-08 04:48:00          14
    +#> 2252             25   A69-1303-555  3561 2016-06-08 04:50:00          14
    +#> 2253             25   A69-1303-555  3563 2016-06-08 04:52:00          14
    +#> 2254             25   A69-1303-555  3565 2016-06-08 04:54:00          14
    +#> 2255             25   A69-1303-555  3567 2016-06-08 04:56:00          14
    +#> 2256             25   A69-1303-555  3569 2016-06-08 04:58:00          14
    +#> 2257             25   A69-1303-555  3571 2016-06-08 05:00:00          14
    +#> 2258             25   A69-1303-555  3573 2016-06-08 05:02:00          14
    +#> 2259             25   A69-1303-555  3574 2016-06-08 05:04:00          14
    +#> 2260             25   A69-1303-555  3576 2016-06-08 05:06:00          14
    +#> 2261             25   A69-1303-555  3578 2016-06-08 05:08:00          14
    +#> 2262             25   A69-1303-555  3580 2016-06-08 05:10:00          14
    +#> 2263             25   A69-1303-555  3583 2016-06-08 05:16:00          14
    +#> 2264             25   A69-1303-555  3585 2016-06-08 05:18:00          14
    +#> 2265             25   A69-1303-555  3587 2016-06-08 05:20:00          14
    +#> 2266             25   A69-1303-555  3588 2016-06-08 05:22:00          14
    +#> 2267             25   A69-1303-555  3590 2016-06-08 05:26:00          14
    +#> 2268             25   A69-1303-555  3592 2016-06-08 05:30:00          14
    +#> 2269             25   A69-1303-555  3594 2016-06-08 05:32:00          14
    +#> 2270             25   A69-1303-555  3595 2016-06-08 05:34:00          14
    +#> 2271             25   A69-1303-555  3598 2016-06-08 05:36:00          14
    +#> 2272             25   A69-1303-555  3599 2016-06-08 05:38:00          14
    +#> 2273             25   A69-1303-555  3601 2016-06-08 05:40:00          14
    +#> 2274             25   A69-1303-555  3602 2016-06-08 05:42:00          14
    +#> 2275             25   A69-1303-555  3605 2016-06-08 05:44:00          14
    +#> 2276             25   A69-1303-555  3606 2016-06-08 05:46:00          14
    +#> 2277             25   A69-1303-555  3609 2016-06-08 05:48:00          14
    +#> 2278             25   A69-1303-555  3611 2016-06-08 05:50:00          14
    +#> 2279             25   A69-1303-555  3613 2016-06-08 05:52:00          14
    +#> 2280             25   A69-1303-555  3615 2016-06-08 05:54:00          14
    +#> 2281             25   A69-1303-555  3617 2016-06-08 05:56:00          14
    +#> 2282             25   A69-1303-555  3618 2016-06-08 05:58:00          14
    +#> 2283             25   A69-1303-555  3621 2016-06-08 06:00:00          14
    +#> 2284             25   A69-1303-555  3622 2016-06-08 06:02:00          14
    +#> 2285             25   A69-1303-555  3624 2016-06-08 06:04:00          14
    +#> 2286             25   A69-1303-555  3625 2016-06-08 06:06:00          14
    +#> 2287             25   A69-1303-555  3626 2016-06-08 06:10:00          14
    +#> 2288             25   A69-1303-555  3627 2016-06-08 20:50:00           7
    +#> 2289             25   A69-1303-555  3628 2016-06-08 21:10:00           7
    +#> 2290             25   A69-1303-555  3629 2016-06-08 21:12:00           7
    +#> 2291             25   A69-1303-555  3632 2016-06-08 21:14:00           7
    +#> 2292             25   A69-1303-555  3633 2016-06-08 21:20:00           7
    +#> 2293             25   A69-1303-555  3634 2016-06-08 21:22:00           7
    +#> 2294             25   A69-1303-555  3635 2016-06-08 21:24:00           7
    +#> 2295             25   A69-1303-555  3636 2016-06-08 21:26:00           7
    +#> 2296             25   A69-1303-555  3637 2016-06-08 21:28:00           7
    +#> 2297             25   A69-1303-555  3639 2016-06-08 22:06:00          11
    +#> 2298             25   A69-1303-555  3640 2016-06-08 22:08:00          11
    +#> 2299             25   A69-1303-555  3641 2016-06-08 22:10:00          11
    +#> 2300             25   A69-1303-555  3642 2016-06-08 22:12:00          11
    +#> 2301             25   A69-1303-555  3644 2016-06-08 22:16:00          11
    +#> 2302             25   A69-1303-555  3645 2016-06-08 22:20:00          11
    +#> 2303             25   A69-1303-555  3648 2016-06-08 22:22:00          11
    +#> 2304             25   A69-1303-555  3650 2016-06-08 22:24:00          11
    +#> 2305             25   A69-1303-555  3651 2016-06-08 22:28:00          11
    +#> 2306             25   A69-1303-555  3652 2016-06-08 22:30:00          11
    +#> 2307             25   A69-1303-555  3655 2016-06-08 22:34:00          11
    +#> 2308             25   A69-1303-555  3657 2016-06-08 22:36:00          11
    +#> 2309             25   A69-1303-555  3658 2016-06-08 22:38:00          11
    +#> 2310             25   A69-1303-555  3659 2016-06-08 22:40:00          11
    +#> 2311             25   A69-1303-555  3660 2016-06-08 22:44:00          11
    +#> 2312             25   A69-1303-555  3661 2016-06-08 22:46:00          11
    +#> 2313             25   A69-1303-555  3663 2016-06-08 22:48:00          11
    +#> 2314             25   A69-1303-555  3664 2016-06-08 23:06:00          11
    +#> 2315             25   A69-1303-555  3665 2016-06-08 23:10:00          11
    +#> 2316             25   A69-1303-555  3666 2016-06-08 23:14:00          11
    +#> 2317             25   A69-1303-555  3668 2016-06-08 23:18:00          11
    +#> 2318             25   A69-1303-555  3670 2016-06-08 23:20:00          11
    +#> 2319             25   A69-1303-555  3672 2016-06-08 23:22:00          11
    +#> 2320             25   A69-1303-555  3673 2016-06-08 23:24:00          11
    +#> 2321             25   A69-1303-555  3674 2016-06-08 23:26:00          11
    +#> 2322             25   A69-1303-555  3675 2016-06-08 23:32:00          11
    +#> 2323             25   A69-1303-555  3676 2016-06-08 23:34:00          11
    +#> 2324             25   A69-1303-555  3677 2016-06-08 23:38:00          11
    +#> 2325             25   A69-1303-555  3678 2016-06-08 23:40:00          11
    +#> 2326             25   A69-1303-555  3680 2016-06-08 23:48:00          11
    +#> 2327             25   A69-1303-555  3681 2016-06-08 23:50:00          11
    +#> 2328             25   A69-1303-555  3682 2016-06-08 23:56:00          11
    +#> 2329             25   A69-1303-555  3683 2016-06-08 23:58:00          11
    +#> 2330             25   A69-1303-555  3684 2016-06-09 00:00:00          11
    +#> 2331             25   A69-1303-555  3685 2016-06-09 00:04:00          11
    +#> 2332             25   A69-1303-555  3686 2016-06-09 00:06:00          11
    +#> 2333             25   A69-1303-555  3687 2016-06-09 00:28:00          11
    +#> 2334             25   A69-1303-555  3688 2016-06-09 00:30:00          11
    +#> 2335             25   A69-1303-555  3689 2016-06-09 00:34:00          11
    +#> 2336             25   A69-1303-555  3690 2016-06-09 00:52:00          11
    +#> 2337             25   A69-1303-555  3691 2016-06-09 00:56:00          11
    +#> 2338             25   A69-1303-555  3692 2016-06-09 01:02:00          11
    +#> 2339             25   A69-1303-555  3693 2016-06-09 01:04:00          11
    +#> 2340             25   A69-1303-555  3694 2016-06-09 01:06:00          11
    +#> 2341             25   A69-1303-555  3696 2016-06-09 01:08:00          11
    +#> 2342             25   A69-1303-555  3698 2016-06-09 01:10:00          11
    +#> 2343             25   A69-1303-555  3699 2016-06-09 01:12:00          11
    +#> 2344             25   A69-1303-555  3701 2016-06-09 01:16:00          11
    +#> 2345             25   A69-1303-555  3703 2016-06-09 01:18:00          11
    +#> 2346             25   A69-1303-555  3705 2016-06-09 01:20:00          11
    +#> 2347             25   A69-1303-555  3707 2016-06-09 01:24:00          11
    +#> 2348             25   A69-1303-555  3709 2016-06-09 01:26:00          11
    +#> 2349             25   A69-1303-555  3711 2016-06-09 01:28:00          11
    +#> 2350             25   A69-1303-555  3712 2016-06-09 01:30:00          11
    +#> 2351             25   A69-1303-555  3715 2016-06-09 01:32:00          11
    +#> 2352             25   A69-1303-555  3717 2016-06-09 01:34:00          11
    +#> 2353             25   A69-1303-555  3718 2016-06-09 01:36:00          11
    +#> 2354             25   A69-1303-555  3719 2016-06-09 10:52:00          11
    +#> 2355             25   A69-1303-555  3720 2016-06-09 10:54:00          11
    +#> 2356             25   A69-1303-555  3721 2016-06-09 11:06:00          11
    +#> 2357             25   A69-1303-555  3722 2016-06-09 11:08:00          11
    +#> 2358             25   A69-1303-555  3724 2016-06-09 11:12:00          11
    +#> 2359             25   A69-1303-555  3725 2016-06-11 08:26:00          14
    +#> 2360             25   A69-1303-555  3726 2016-06-11 08:28:00          14
    +#> 2361             25   A69-1303-555  3728 2016-06-11 08:30:00          14
    +#> 2362             25   A69-1303-555  3730 2016-06-11 08:36:00          14
    +#> 2363             25   A69-1303-555  3732 2016-06-11 08:42:00          14
    +#> 2364             25   A69-1303-555  3733 2016-06-11 08:44:00          14
    +#> 2365             25   A69-1303-555  3735 2016-06-11 08:46:00          14
    +#> 2366             25   A69-1303-555  3737 2016-06-11 08:48:00          14
    +#> 2367             25   A69-1303-555  3739 2016-06-11 08:50:00          14
    +#> 2368             25   A69-1303-555  3741 2016-06-11 08:52:00          14
    +#> 2369             25   A69-1303-555  3743 2016-06-11 08:54:00          14
    +#> 2370             25   A69-1303-555  3744 2016-06-12 21:32:00          14
    +#> 2371             25   A69-1303-555  3745 2016-06-12 21:34:00          14
    +#> 2372             25   A69-1303-555  3747 2016-06-12 21:40:00          14
    +#> 2373             25   A69-1303-555  3748 2016-06-12 21:42:00          14
    +#> 2374             25   A69-1303-555  3749 2016-06-12 21:44:00          14
    +#> 2375             25   A69-1303-555  3751 2016-06-13 04:40:00          14
    +#> 2376             25   A69-1303-555  3752 2016-06-13 04:42:00          14
    +#> 2377             25   A69-1303-555  3754 2016-06-13 04:44:00          14
    +#> 2378             25   A69-1303-555  3756 2016-06-13 04:46:00          14
    +#> 2379             25   A69-1303-555  3757 2016-06-13 04:48:00          14
    +#> 2380             25   A69-1303-555  3759 2016-06-13 04:50:00          14
    +#> 2381             25   A69-1303-555  3760 2016-06-13 04:54:00          14
    +#> 2382             25   A69-1303-555  3761 2016-06-13 04:56:00          14
    +#> 2383             25   A69-1303-555  3763 2016-06-13 04:58:00          14
    +#> 2384             25   A69-1303-555  3765 2016-06-13 05:00:00          14
    +#> 2385             25   A69-1303-555  3767 2016-06-13 05:02:00          14
    +#> 2386             25   A69-1303-555  3768 2016-06-13 05:04:00          14
    +#> 2387             25   A69-1303-555  3771 2016-06-13 05:06:00          14
    +#> 2388             25   A69-1303-555  3774 2016-06-13 05:08:00          14
    +#> 2389             25   A69-1303-555  3775 2016-06-13 05:10:00          14
    +#> 2390             25   A69-1303-555  3777 2016-06-13 05:12:00          14
    +#> 2391             25   A69-1303-555  3779 2016-06-13 05:14:00          14
    +#> 2392             25   A69-1303-555  3781 2016-06-13 05:16:00          14
    +#> 2393             25   A69-1303-555  3782 2016-06-13 05:18:00          14
    +#> 2394             25   A69-1303-555  3783 2016-06-13 05:20:00          14
    +#> 2395             25   A69-1303-555  3784 2016-06-13 05:22:00          14
    +#> 2396             25   A69-1303-555  3785 2016-06-13 05:24:00          14
    +#> 2397             25   A69-1303-555  3787 2016-06-13 05:26:00          14
    +#> 2398             25   A69-1303-555  3789 2016-06-13 05:28:00          14
    +#> 2399             25   A69-1303-555  3791 2016-06-13 05:30:00          14
    +#> 2400             25   A69-1303-555  3792 2016-06-13 05:32:00          14
    +#> 2401             25   A69-1303-555  3794 2016-06-13 05:34:00          14
    +#> 2402             25   A69-1303-555  3796 2016-06-13 05:36:00          14
    +#> 2403             25   A69-1303-555  3797 2016-06-13 05:38:00          14
    +#> 2404             25   A69-1303-555  3799 2016-06-13 05:40:00          14
    +#> 2405             25   A69-1303-555  3800 2016-06-13 05:42:00          14
    +#> 2406             25   A69-1303-555  3802 2016-06-13 05:44:00          14
    +#> 2407             25   A69-1303-555  3803 2016-06-13 05:46:00          14
    +#> 2408             25   A69-1303-555  3805 2016-06-13 05:48:00          14
    +#> 2409             25   A69-1303-555  3807 2016-06-13 05:50:00          14
    +#> 2410             25   A69-1303-555  3810 2016-06-13 05:52:00          14
    +#> 2411             25   A69-1303-555  3812 2016-06-13 05:54:00          14
    +#> 2412             25   A69-1303-555  3814 2016-06-13 05:56:00          14
    +#> 2413             25   A69-1303-555  3816 2016-06-13 05:58:00          14
    +#> 2414             25   A69-1303-555  3818 2016-06-13 06:00:00          14
    +#> 2415             25   A69-1303-555  3820 2016-06-13 06:02:00          14
    +#> 2416             25   A69-1303-555  3822 2016-06-13 06:04:00          14
    +#> 2417             25   A69-1303-555  3823 2016-06-13 06:06:00          14
    +#> 2418             25   A69-1303-555  3825 2016-06-13 06:08:00          14
    +#> 2419             25   A69-1303-555  3826 2016-06-13 06:10:00          14
    +#> 2420             25   A69-1303-555  3828 2016-06-13 06:12:00          14
    +#> 2421             25   A69-1303-555  3830 2016-06-13 06:14:00          14
    +#> 2422             25   A69-1303-555  3832 2016-06-13 06:16:00          14
    +#> 2423             25   A69-1303-555  3834 2016-06-13 06:18:00          14
    +#> 2424             25   A69-1303-555  3836 2016-06-13 06:20:00          14
    +#> 2425             25   A69-1303-555  3839 2016-06-13 06:22:00          14
    +#> 2426             25   A69-1303-555  3841 2016-06-13 06:24:00          14
    +#> 2427             25   A69-1303-555  3843 2016-06-13 06:26:00          14
    +#> 2428             25   A69-1303-555  3845 2016-06-13 06:28:00          14
    +#> 2429             25   A69-1303-555  3846 2016-06-13 06:30:00          14
    +#> 2430             25   A69-1303-555  3847 2016-06-13 06:32:00          14
    +#> 2431             25   A69-1303-555  3849 2016-06-13 06:34:00          14
    +#> 2432             25   A69-1303-555  3850 2016-06-13 06:38:00          14
    +#> 2433             25   A69-1303-555  3851 2016-06-13 06:40:00          14
    +#> 2434             25   A69-1303-555  3853 2016-06-13 06:44:00          14
    +#> 2435             25   A69-1303-555  3855 2016-06-13 06:46:00          14
    +#> 2436             25   A69-1303-555  3857 2016-06-13 06:48:00          14
    +#> 2437             25   A69-1303-555  3858 2016-06-13 06:50:00          14
    +#> 2438             25   A69-1303-555  3860 2016-06-13 06:54:00          14
    +#> 2439             25   A69-1303-555  3861 2016-06-13 08:00:00          14
    +#> 2440             25   A69-1303-555  3862 2016-06-13 08:04:00          14
    +#> 2441             25   A69-1303-555  3863 2016-06-13 08:06:00          14
    +#> 2442             25   A69-1303-555  3865 2016-06-14 04:48:00          14
    +#> 2443             25   A69-1303-555  3866 2016-06-14 04:50:00          14
    +#> 2444             25   A69-1303-555  3868 2016-06-14 04:52:00          14
    +#> 2445             25   A69-1303-555  3870 2016-06-14 04:54:00          14
    +#> 2446             25   A69-1303-555  3871 2016-06-14 04:56:00          14
    +#> 2447             25   A69-1303-555  3872 2016-06-14 04:58:00          14
    +#> 2448             25   A69-1303-555  3874 2016-06-14 05:00:00          14
    +#> 2449             25   A69-1303-555  3875 2016-06-14 05:02:00          14
    +#> 2450             25   A69-1303-555  3877 2016-06-14 05:04:00          14
    +#> 2451             25   A69-1303-555  3878 2016-06-14 05:08:00          14
    +#> 2452             25   A69-1303-555  3879 2016-06-14 05:10:00          14
    +#> 2453             25   A69-1303-555  3880 2016-06-14 05:36:00          14
    +#> 2454             25   A69-1303-555  3881 2016-06-14 05:38:00          14
    +#> 2455             25   A69-1303-555  3883 2016-06-14 05:40:00          14
    +#> 2456             25   A69-1303-555  3884 2016-06-14 05:42:00          14
    +#> 2457             25   A69-1303-555  3886 2016-06-14 05:44:00          14
    +#> 2458             25   A69-1303-555  3887 2016-06-14 05:46:00          14
    +#> 2459             25   A69-1303-555  3889 2016-06-14 05:48:00          14
    +#> 2460             25   A69-1303-555  3891 2016-06-14 05:50:00          14
    +#> 2461             25   A69-1303-555  3893 2016-06-14 05:52:00          14
    +#> 2462             25   A69-1303-555  3896 2016-06-14 05:54:00          14
    +#> 2463             25   A69-1303-555  3897 2016-06-14 05:56:00          14
    +#> 2464             25   A69-1303-555  3898 2016-06-14 05:58:00          14
    +#> 2465             25   A69-1303-555  3899 2016-06-14 06:02:00          14
    +#> 2466             25   A69-1303-555  3900 2016-06-14 07:16:00          14
    +#> 2467             25   A69-1303-555  3902 2016-06-14 07:18:00          14
    +#> 2468             25   A69-1303-555  3903 2016-06-14 07:20:00          14
    +#> 2469             25   A69-1303-555  3905 2016-06-14 07:22:00          14
    +#> 2470             25   A69-1303-555  3906 2016-06-14 07:26:00          14
    +#> 2471             25   A69-1303-555  3907 2016-06-17 00:40:00          14
    +#> 2472             25   A69-1303-555  3908 2016-06-17 00:42:00          14
    +#> 2473             25   A69-1303-555  3910 2016-06-17 00:44:00          14
    +#> 2474             25   A69-1303-555  3911 2016-06-17 00:46:00          14
    +#> 2475             25   A69-1303-555  3912 2016-06-17 00:48:00          14
    +#> 2476             25   A69-1303-555  3914 2016-06-17 00:50:00          14
    +#> 2477             25   A69-1303-555  3916 2016-06-17 00:52:00          14
    +#> 2478             25   A69-1303-555  3918 2016-06-17 00:54:00          14
    +#> 2479             25   A69-1303-555  3920 2016-06-17 00:58:00          14
    +#> 2480             25   A69-1303-555  3921 2016-06-18 00:06:00          29
    +#> 2481             25   A69-1303-555  3922 2016-06-18 00:10:00          29
    +#> 2482             25   A69-1303-555  3923 2016-06-18 00:14:00          29
    +#> 2483             25   A69-1303-555  3924 2016-06-18 00:22:00          29
    +#> 2484             25   A69-1303-555  3925 2016-06-18 01:02:00          29
    +#> 2485             25   A69-1303-555  3926 2016-06-18 01:04:00          29
    +#> 2486             25   A69-1303-555  3927 2016-06-18 01:06:00          29
    +#> 2487             25   A69-1303-555  3929 2016-06-18 01:08:00          29
    +#> 2488             25   A69-1303-555  3930 2016-06-18 01:10:00          29
    +#> 2489             25   A69-1303-555  3932 2016-06-18 01:14:00          29
    +#> 2490             25   A69-1303-555  3933 2016-06-18 01:16:00          29
    +#> 2491             25   A69-1303-555  3934 2016-06-18 01:18:00          29
    +#> 2492             25   A69-1303-555  3936 2016-06-18 01:20:00          29
    +#> 2493             25   A69-1303-555  3937 2016-06-18 01:22:00          29
    +#> 2494             25   A69-1303-555  3938 2016-06-18 01:24:00          29
    +#> 2495             25   A69-1303-555  3940 2016-06-18 01:26:00          29
    +#> 2496             25   A69-1303-555  3941 2016-06-18 01:28:00          29
    +#> 2497             25   A69-1303-555  3942 2016-06-18 01:30:00          29
    +#> 2498             25   A69-1303-555  3945 2016-06-18 01:34:00          29
    +#> 2499             25   A69-1303-555  3947 2016-06-18 05:56:00          29
    +#> 2500             25   A69-1303-555  3948 2016-06-18 06:00:00          29
    +#> 2501             25   A69-1303-555  3949 2016-06-18 06:02:00          29
    +#> 2502             25   A69-1303-555  3950 2016-06-18 06:10:00          29
    +#> 2503             25   A69-1303-555  3952 2016-06-18 06:14:00          29
    +#> 2504             25   A69-1303-555  3953 2016-06-18 06:26:00          29
    +#> 2505             25   A69-1303-555  3955 2016-06-18 06:30:00          29
    +#> 2506             25   A69-1303-555  3956 2016-06-18 06:46:00          29
    +#> 2507             25   A69-1303-555  3957 2016-06-18 06:50:00          29
    +#> 2508             25   A69-1303-555  3958 2016-06-18 06:54:00          29
    +#> 2509             25   A69-1303-555  3959 2016-06-18 06:56:00          29
    +#> 2510             25   A69-1303-555  3960 2016-06-18 06:58:00          29
    +#> 2511             25   A69-1303-555  3963 2016-06-18 07:00:00          29
    +#> 2512             25   A69-1303-555  3964 2016-06-18 07:02:00          29
    +#> 2513             25   A69-1303-555  3967 2016-06-18 07:04:00          29
    +#> 2514             25   A69-1303-555  3968 2016-06-18 07:06:00          29
    +#> 2515             25   A69-1303-555  3969 2016-06-18 07:10:00          29
    +#> 2516             25   A69-1303-555  3970 2016-06-18 07:12:00          29
    +#> 2517             25   A69-1303-555  3971 2016-06-18 07:14:00          29
    +#> 2518             25   A69-1303-555  3973 2016-06-18 07:16:00          29
    +#> 2519             25   A69-1303-555  3975 2016-06-18 07:18:00          29
    +#> 2520             25   A69-1303-555  3977 2016-06-18 07:20:00          29
    +#> 2521             25   A69-1303-555  3978 2016-06-18 07:22:00          29
    +#> 2522             25   A69-1303-555  3980 2016-06-18 07:24:00          29
    +#> 2523             25   A69-1303-555  3982 2016-06-18 07:26:00          29
    +#> 2524             25   A69-1303-555  3983 2016-06-18 07:28:00          29
    +#> 2525             25   A69-1303-555  3985 2016-06-18 07:30:00          29
    +#> 2526             25   A69-1303-555  3987 2016-06-18 07:32:00          29
    +#> 2527             25   A69-1303-555  3989 2016-06-18 07:34:00          29
    +#> 2528             25   A69-1303-555  3990 2016-06-18 07:36:00          29
    +#> 2529             25   A69-1303-555  3993 2016-06-18 07:38:00          29
    +#> 2530             25   A69-1303-555  3994 2016-06-18 07:40:00          29
    +#> 2531             25   A69-1303-555  3996 2016-06-18 07:42:00          29
    +#> 2532             25   A69-1303-555  3997 2016-06-18 07:44:00          29
    +#> 2533             25   A69-1303-555  3999 2016-06-18 07:50:00          29
    +#> 2534             25   A69-1303-555  4001 2016-06-18 07:54:00          29
    +#> 2535             25   A69-1303-555  4002 2016-06-18 07:56:00          29
    +#> 2536             25   A69-1303-555  4003 2016-06-18 07:58:00          29
    +#> 2537             25   A69-1303-555  4004 2016-06-18 08:00:00          29
    +#> 2538             25   A69-1303-555  4006 2016-06-18 08:06:00          29
    +#> 2539             25   A69-1303-555  4007 2016-06-18 08:08:00          29
    +#> 2540             25   A69-1303-555  4009 2016-06-18 08:10:00          29
    +#> 2541             25   A69-1303-555  4011 2016-06-18 08:12:00          29
    +#> 2542             25   A69-1303-555  4013 2016-06-18 08:14:00          29
    +#> 2543             25   A69-1303-555  4015 2016-06-18 08:16:00          29
    +#> 2544             25   A69-1303-555  4016 2016-06-18 08:18:00          29
    +#> 2545             25   A69-1303-555  4018 2016-06-18 08:20:00          29
    +#> 2546             25   A69-1303-555  4019 2016-06-18 08:22:00          29
    +#> 2547             25   A69-1303-555  4021 2016-06-18 08:24:00          29
    +#> 2548             25   A69-1303-555  4024 2016-06-18 08:26:00          29
    +#> 2549             25   A69-1303-555  4025 2016-06-18 08:28:00          29
    +#> 2550             25   A69-1303-555  4026 2016-06-18 08:30:00          29
    +#> 2551             25   A69-1303-555  4027 2016-06-18 08:32:00          29
    +#> 2552             25   A69-1303-555  4029 2016-06-18 08:34:00          29
    +#> 2553             25   A69-1303-555  4032 2016-06-18 08:36:00          29
    +#> 2554             25   A69-1303-555  4033 2016-06-18 08:38:00          29
    +#> 2555             25   A69-1303-555  4035 2016-06-18 08:40:00          29
    +#> 2556             25   A69-1303-555  4038 2016-06-18 08:42:00          29
    +#> 2557             25   A69-1303-555  4039 2016-06-18 08:44:00          29
    +#> 2558             25   A69-1303-555  4041 2016-06-18 08:46:00          29
    +#> 2559             25   A69-1303-555  4042 2016-06-18 08:48:00          29
    +#> 2560             25   A69-1303-555  4043 2016-06-18 08:50:00          29
    +#> 2561             25   A69-1303-555  4046 2016-06-18 08:52:00          29
    +#> 2562             25   A69-1303-555  4047 2016-06-18 08:54:00          29
    +#> 2563             25   A69-1303-555  4050 2016-06-18 08:56:00          29
    +#> 2564             25   A69-1303-555  4051 2016-06-18 08:58:00          29
    +#> 2565             25   A69-1303-555  4053 2016-06-18 09:00:00          29
    +#> 2566             25   A69-1303-555  4054 2016-06-18 09:02:00          29
    +#> 2567             25   A69-1303-555  4055 2016-06-18 09:04:00          29
    +#> 2568             25   A69-1303-555  4057 2016-06-18 09:06:00          29
    +#> 2569             25   A69-1303-555  4058 2016-06-18 09:08:00          29
    +#> 2570             25   A69-1303-555  4059 2016-06-18 09:10:00          29
    +#> 2571             25   A69-1303-555  4060 2016-06-18 09:12:00          29
    +#> 2572             25   A69-1303-555  4061 2016-06-18 09:30:00          29
    +#> 2573             25   A69-1303-555  4063 2016-06-18 09:32:00          29
    +#> 2574             25   A69-1303-555  4065 2016-06-18 09:34:00          29
    +#> 2575             25   A69-1303-555  4066 2016-06-18 09:36:00          29
    +#> 2576             25   A69-1303-555  4067 2016-06-18 09:40:00          29
    +#> 2577             25   A69-1303-555  4068 2016-06-18 10:54:00          29
    +#> 2578             25   A69-1303-555  4069 2016-06-18 11:12:00          29
    +#> 2579             25   A69-1303-555  4070 2016-06-18 11:14:00          29
    +#> 2580             25   A69-1303-555  4072 2016-06-18 11:16:00          29
    +#> 2581             25   A69-1303-555  4073 2016-06-19 05:30:00          29
    +#> 2582             25   A69-1303-555  4074 2016-06-19 05:52:00          29
    +#> 2583             25   A69-1303-555  4075 2016-06-19 05:58:00          29
    +#> 2584             25   A69-1303-555  4076 2016-06-19 06:00:00          29
    +#> 2585             25   A69-1303-555  4077 2016-06-19 06:02:00          29
    +#> 2586             25   A69-1303-555  4079 2016-06-19 06:04:00          29
    +#> 2587             25   A69-1303-555  4080 2016-06-19 06:06:00          29
    +#> 2588             25   A69-1303-555  4082 2016-06-19 06:08:00          29
    +#> 2589             25   A69-1303-555  4083 2016-06-19 06:12:00          29
    +#> 2590             25   A69-1303-555  4084 2016-06-19 06:16:00          29
    +#> 2591             25   A69-1303-555  4085 2016-06-19 06:18:00          29
    +#> 2592             25   A69-1303-555  4086 2016-06-19 06:20:00          29
    +#> 2593             25   A69-1303-555  4087 2016-06-19 06:22:00          29
    +#> 2594             25   A69-1303-555  4090 2016-06-19 06:24:00          29
    +#> 2595             25   A69-1303-555  4091 2016-06-19 06:26:00          29
    +#> 2596             25   A69-1303-555  4092 2016-06-19 06:28:00          29
    +#> 2597             25   A69-1303-555  4095 2016-06-19 06:30:00          29
    +#> 2598             25   A69-1303-555  4096 2016-06-19 06:32:00          29
    +#> 2599             25   A69-1303-555  4098 2016-06-19 06:36:00          29
    +#> 2600             25   A69-1303-555  4099 2016-06-19 06:38:00          29
    +#> 2601             25   A69-1303-555  4100 2016-06-19 06:42:00          29
    +#> 2602             25   A69-1303-555  4101 2016-06-19 06:44:00          29
    +#> 2603             25   A69-1303-555  4102 2016-06-19 06:46:00          29
    +#> 2604             25   A69-1303-555  4104 2016-06-19 06:50:00          29
    +#> 2605             25   A69-1303-555  4105 2016-06-20 19:32:00          14
    +#> 2606             25   A69-1303-555  4106 2016-06-20 19:42:00          14
    +#> 2607             25   A69-1303-555  4108 2016-06-20 19:44:00          14
    +#> 2608             25   A69-1303-555  4109 2016-06-20 19:48:00          14
    +#> 2609             25   A69-1303-555  4110 2016-06-20 19:54:00          14
    +#> 2610             25   A69-1303-555  4111 2016-06-20 20:02:00          14
    +#> 2611             25   A69-1303-555  4112 2016-06-22 23:54:00          11
    +#> 2612             25   A69-1303-555  4113 2016-06-22 23:58:00          11
    +#> 2613             25   A69-1303-555  4114 2016-06-23 00:02:00          11
    +#> 2614             25   A69-1303-555  4115 2016-06-23 00:34:00          11
    +#> 2615             25   A69-1303-555  4116 2016-06-23 00:44:00          11
    +#> 2616             25   A69-1303-555  4117 2016-06-23 00:46:00          11
    +#> 2617             25   A69-1303-555  4118 2016-06-23 00:58:00          11
    +#> 2618             25   A69-1303-555  4119 2016-06-23 01:00:00          11
    +#> 2619             25   A69-1303-555  4121 2016-06-23 02:06:00          11
    +#> 2620             25   A69-1303-555  4122 2016-06-23 02:14:00          11
    +#> 2621             25   A69-1303-555  4123 2016-06-23 20:46:00          11
    +#> 2622             25   A69-1303-555  4124 2016-06-23 20:48:00          11
    +#> 2623             25   A69-1303-555  4125 2016-06-23 20:50:00          11
    +#> 2624             25   A69-1303-555  4126 2016-06-23 20:54:00          11
    +#> 2625             25   A69-1303-555  4127 2016-06-23 20:58:00          11
    +#> 2626             25   A69-1303-555  4129 2016-06-23 21:16:00          11
    +#> 2627             25   A69-1303-555  4131 2016-06-23 21:22:00          11
    +#> 2628             25   A69-1303-555  4132 2016-06-23 21:26:00          11
    +#> 2629             25   A69-1303-555  4133 2016-06-25 10:20:00          11
    +#> 2630             25   A69-1303-555  4134 2016-06-25 10:22:00          11
    +#> 2631             25   A69-1303-555  4136 2016-06-25 10:24:00          11
    +#> 2632             25   A69-1303-555  4137 2016-06-25 10:26:00          11
    +#> 2633             25   A69-1303-555  4139 2016-06-25 10:28:00          11
    +#> 2634             25   A69-1303-555  4140 2016-06-25 10:32:00          11
    +#> 2635             25   A69-1303-555  4142 2016-06-25 10:34:00          11
    +#> 2636             25   A69-1303-555  4143 2016-06-25 10:36:00          11
    +#> 2637             25   A69-1303-555  4144 2016-06-25 10:40:00          11
    +#> 2638             25   A69-1303-555  4147 2016-06-25 10:44:00          11
    +#> 2639             25   A69-1303-555  4149 2016-06-25 10:46:00          11
    +#> 2640             25   A69-1303-555  4151 2016-06-25 10:48:00          11
    +#> 2641             25   A69-1303-555  4153 2016-06-25 10:50:00          11
    +#> 2642             25   A69-1303-555  4155 2016-06-25 10:52:00          11
    +#> 2643             25   A69-1303-555  4157 2016-06-25 10:54:00          11
    +#> 2644             25   A69-1303-555  4159 2016-06-25 10:56:00          11
    +#> 2645             25   A69-1303-555  4160 2016-06-25 10:58:00          11
    +#> 2646             25   A69-1303-555  4161 2016-06-25 11:00:00          11
    +#> 2647             25   A69-1303-555  4163 2016-06-25 11:02:00          11
    +#> 2648             25   A69-1303-555  4165 2016-06-25 11:04:00          11
    +#> 2649             25   A69-1303-555  4167 2016-06-25 11:06:00          11
    +#> 2650             25   A69-1303-555  4168 2016-06-25 11:08:00          11
    +#> 2651             25   A69-1303-555  4170 2016-06-25 11:10:00          11
    +#> 2652             25   A69-1303-555  4172 2016-06-25 11:12:00          11
    +#> 2653             25   A69-1303-555  4174 2016-06-25 11:14:00          11
    +#> 2654             25   A69-1303-555  4176 2016-06-25 11:16:00          11
    +#> 2655             25   A69-1303-555  4177 2016-06-25 11:18:00          11
    +#> 2656             25   A69-1303-555  4179 2016-06-25 11:20:00          11
    +#> 2657             25   A69-1303-555  4182 2016-06-25 11:22:00          11
    +#> 2658             25   A69-1303-555  4183 2016-06-25 11:24:00          11
    +#> 2659             25   A69-1303-555  4184 2016-06-25 11:26:00          11
    +#> 2660             25   A69-1303-555  4186 2016-06-25 11:28:00          11
    +#> 2661             25   A69-1303-555  4187 2016-06-25 11:30:00          11
    +#> 2662             25   A69-1303-555  4189 2016-06-25 11:32:00          11
    +#> 2663             25   A69-1303-555  4190 2016-06-25 11:34:00          11
    +#> 2664             25   A69-1303-555  4191 2016-06-25 11:38:00          11
    +#> 2665             25   A69-1303-555  4193 2016-06-25 11:40:00          11
    +#> 2666             25   A69-1303-555  4194 2016-06-25 11:42:00          11
    +#> 2667             25   A69-1303-555  4195 2016-06-25 11:44:00          11
    +#> 2668             25   A69-1303-555  4196 2016-06-25 18:44:00          14
    +#> 2669             25   A69-1303-555  4197 2016-06-25 18:46:00          14
    +#> 2670             25   A69-1303-555  4198 2016-06-25 18:54:00          14
    +#> 2671             25   A69-1303-555  4199 2016-06-25 19:00:00          14
    +#> 2672             25   A69-1303-555  4200 2016-06-25 19:02:00          14
    +#> 2673             25   A69-1303-555  4201 2016-06-25 19:06:00          14
    +#> 2674             25   A69-1303-555  4202 2016-06-25 19:08:00          14
    +#> 2675             25   A69-1303-555  4204 2016-06-25 19:10:00          14
    +#> 2676             25   A69-1303-555  4205 2016-06-25 19:14:00          14
    +#> 2677             25   A69-1303-555  4207 2016-06-25 19:16:00          14
    +#> 2678             25   A69-1303-555  4208 2016-06-25 19:20:00          14
    +#> 2679             25   A69-1303-555  4210 2016-06-25 19:22:00          14
    +#> 2680             25   A69-1303-555  4211 2016-06-25 19:26:00          14
    +#> 2681             25   A69-1303-555  4212 2016-06-25 19:52:00          14
    +#> 2682             25   A69-1303-555  4213 2016-06-25 20:06:00          14
    +#> 2683             25   A69-1303-555  4214 2016-06-25 20:08:00          14
    +#> 2684             25   A69-1303-555  4215 2016-06-25 20:10:00          14
    +#> 2685             25   A69-1303-555  4216 2016-06-25 20:12:00          14
    +#> 2686             25   A69-1303-555  4218 2016-06-25 20:16:00          14
    +#> 2687             25   A69-1303-555  4220 2016-06-25 20:18:00          14
    +#> 2688             25   A69-1303-555  4221 2016-06-25 20:20:00          14
    +#> 2689             25   A69-1303-555  4223 2016-06-25 20:22:00          14
    +#> 2690             25   A69-1303-555  4224 2016-06-25 20:26:00          14
    +#> 2691             25   A69-1303-555  4226 2016-06-25 20:28:00          14
    +#> 2692             25   A69-1303-555  4227 2016-06-25 20:30:00          14
    +#> 2693             25   A69-1303-555  4228 2016-06-25 20:32:00          14
    +#> 2694             25   A69-1303-555  4230 2016-06-25 20:36:00          14
    +#> 2695             25   A69-1303-555  4231 2016-06-25 20:42:00          14
    +#> 2696             25   A69-1303-555  4232 2016-06-25 20:44:00          14
    +#> 2697             25   A69-1303-555  4233 2016-06-25 20:50:00          14
    +#> 2698             25   A69-1303-555  4234 2016-06-25 20:52:00          14
    +#> 2699             25   A69-1303-555  4235 2016-06-25 20:56:00          14
    +#> 2700             25   A69-1303-555  4236 2016-06-25 21:00:00          14
    +#> 2701             25   A69-1303-555  4237 2016-06-28 20:30:00          14
    +#> 2702             25   A69-1303-555  4238 2016-06-28 20:36:00          14
    +#> 2703             25   A69-1303-555  4239 2016-06-28 20:40:00          14
    +#> 2704             25   A69-1303-555  4240 2016-06-28 20:52:00          14
    +#> 2705             25   A69-1303-555  4241 2016-06-28 20:54:00          14
    +#> 2706             25   A69-1303-555  4244 2016-06-28 21:04:00          14
    +#> 2707             25   A69-1303-555  4245 2016-06-28 21:18:00          14
    +#> 2708             25   A69-1303-555  4246 2016-06-28 21:20:00          14
    +#> 2709             25   A69-1303-555  4247 2016-06-29 04:14:00          14
    +#> 2710             25   A69-1303-555  4249 2016-06-29 04:16:00          14
    +#> 2711             25   A69-1303-555  4250 2016-06-29 04:18:00          14
    +#> 2712             25   A69-1303-555  4252 2016-06-29 04:20:00          14
    +#> 2713             25   A69-1303-555  4253 2016-06-29 04:22:00          14
    +#> 2714             25   A69-1303-555  4254 2016-07-02 19:50:00          11
    +#> 2715             25   A69-1303-555  4255 2016-07-02 20:00:00          11
    +#> 2716             25   A69-1303-555  4256 2016-07-02 20:02:00          11
    +#> 2717             25   A69-1303-555  4258 2016-07-02 20:04:00          11
    +#> 2718             25   A69-1303-555  4259 2016-07-02 20:06:00          11
    +#> 2719             25   A69-1303-555  4260 2016-07-02 20:08:00          11
    +#> 2720             25   A69-1303-555  4262 2016-07-02 20:10:00          11
    +#> 2721             25   A69-1303-555  4263 2016-07-02 20:14:00          11
    +#> 2722             25   A69-1303-555  4264 2016-07-02 20:22:00          11
    +#> 2723             25   A69-1303-555  4265 2016-07-02 20:26:00          11
    +#> 2724             25   A69-1303-555  4266 2016-07-04 03:12:00          14
    +#> 2725             25   A69-1303-555  4267 2016-07-04 03:14:00          14
    +#> 2726             25   A69-1303-555  4270 2016-07-04 03:16:00          14
    +#> 2727             25   A69-1303-555  4271 2016-07-04 03:18:00          14
    +#> 2728             25   A69-1303-555  4273 2016-07-04 03:20:00          14
    +#> 2729             25   A69-1303-555  4275 2016-07-04 03:22:00          14
    +#> 2730             25   A69-1303-555  4277 2016-07-04 03:24:00          14
    +#> 2731             25   A69-1303-555  4279 2016-07-04 03:26:00          14
    +#> 2732             25   A69-1303-555  4281 2016-07-04 03:28:00          14
    +#> 2733             25   A69-1303-555  4282 2016-07-04 03:30:00          14
    +#> 2734             25   A69-1303-555  4284 2016-07-04 03:32:00          14
    +#> 2735             25   A69-1303-555  4286 2016-07-04 03:34:00          14
    +#> 2736             25   A69-1303-555  4287 2016-07-04 03:36:00          14
    +#> 2737             25   A69-1303-555  4290 2016-07-04 03:38:00          14
    +#> 2738             25   A69-1303-555  4291 2016-07-04 03:40:00          14
    +#> 2739             25   A69-1303-555  4294 2016-07-04 03:42:00          14
    +#> 2740             25   A69-1303-555  4297 2016-07-04 03:44:00          14
    +#> 2741             25   A69-1303-555  4299 2016-07-04 03:46:00          14
    +#> 2742             25   A69-1303-555  4301 2016-07-04 03:48:00          14
    +#> 2743             25   A69-1303-555  4303 2016-07-04 03:50:00          14
    +#> 2744             25   A69-1303-555  4304 2016-07-04 03:52:00          14
    +#> 2745             25   A69-1303-555  4305 2016-07-04 03:54:00          14
    +#> 2746             25   A69-1303-555  4307 2016-07-04 03:56:00          14
    +#> 2747             25   A69-1303-555  4308 2016-07-04 03:58:00          14
    +#> 2748             25   A69-1303-555  4310 2016-07-04 04:00:00          14
    +#> 2749             25   A69-1303-555  4312 2016-07-04 04:02:00          14
    +#> 2750             25   A69-1303-555  4313 2016-07-04 04:04:00          14
    +#> 2751             25   A69-1303-555  4315 2016-07-04 04:12:00          14
    +#> 2752             25   A69-1303-555  4316 2016-07-04 04:18:00          14
    +#> 2753             25   A69-1303-555  4317 2016-07-04 04:22:00          14
    +#> 2754             25   A69-1303-555  4318 2016-07-04 04:26:00          14
    +#> 2755             25   A69-1303-555  4319 2016-07-04 04:32:00          14
    +#> 2756             25   A69-1303-555  4320 2016-07-04 04:34:00          14
    +#> 2757             25   A69-1303-555  4321 2016-07-04 04:36:00          14
    +#> 2758             25   A69-1303-555  4323 2016-07-04 04:42:00          14
    +#> 2759             25   A69-1303-555  4324 2016-07-04 04:44:00          14
    +#> 2760             25   A69-1303-555  4325 2016-07-04 04:48:00          14
    +#> 2761             25   A69-1303-555  4326 2016-07-04 04:50:00          14
    +#> 2762             25   A69-1303-555  4328 2016-07-04 04:52:00          14
    +#> 2763             25   A69-1303-555  4329 2016-07-04 04:54:00          14
    +#> 2764             25   A69-1303-555  4331 2016-07-04 04:56:00          14
    +#> 2765             25   A69-1303-555  4333 2016-07-04 04:58:00          14
    +#> 2766             25   A69-1303-555  4335 2016-07-04 05:00:00          14
    +#> 2767             25   A69-1303-555  4336 2016-07-04 05:02:00          14
    +#> 2768             25   A69-1303-555  4337 2016-07-04 05:04:00          14
    +#> 2769             25   A69-1303-555  4338 2016-07-04 05:06:00          14
    +#> 2770             25   A69-1303-555  4339 2016-07-04 05:10:00          14
    +#> 2771             25   A69-1303-555  4340 2016-07-04 05:12:00          14
    +#> 2772             25   A69-1303-555  4341 2016-07-04 05:14:00          14
    +#> 2773             25   A69-1303-555  4343 2016-07-04 05:16:00          14
    +#> 2774             25   A69-1303-555  4344 2016-07-04 05:18:00          14
    +#> 2775             25   A69-1303-555  4345 2016-07-04 05:20:00          14
    +#> 2776             25   A69-1303-555  4346 2016-07-04 05:22:00          14
    +#> 2777             25   A69-1303-555  4348 2016-07-07 08:24:00          11
    +#> 2778             25   A69-1303-555  4349 2016-07-07 08:44:00          11
    +#> 2779             25   A69-1303-555  4351 2016-07-07 09:20:00          11
    +#> 2780             25   A69-1303-555  4352 2016-07-07 09:32:00          11
    +#> 2781             25   A69-1303-555  4353 2016-07-07 09:40:00          11
    +#> 2782             25   A69-1303-555  4354 2016-07-07 10:18:00          11
    +#> 2783             25   A69-1303-555  4355 2016-07-07 10:20:00          11
    +#> 2784             25   A69-1303-555  4356 2016-07-07 10:22:00          11
    +#> 2785             25   A69-1303-555  4357 2016-07-07 10:24:00          11
    +#> 2786             25   A69-1303-555  4358 2016-07-07 10:26:00          11
    +#> 2787             25   A69-1303-555  4360 2016-07-07 10:28:00          11
    +#> 2788             25   A69-1303-555  4362 2016-07-07 10:30:00          11
    +#> 2789             25   A69-1303-555  4364 2016-07-07 10:32:00          11
    +#> 2790             25   A69-1303-555  4365 2016-07-07 10:34:00          11
    +#> 2791             25   A69-1303-555  4367 2016-07-07 10:36:00          11
    +#> 2792             25   A69-1303-555  4368 2016-07-07 10:38:00          11
    +#> 2793             25   A69-1303-555  4369 2016-07-07 10:40:00          11
    +#> 2794             25   A69-1303-555  4370 2016-07-07 10:42:00          11
    +#> 2795             25   A69-1303-555  4371 2016-07-07 10:44:00          11
    +#> 2796             25   A69-1303-555  4372 2016-07-07 15:48:00          11
    +#> 2797             25   A69-1303-555  4373 2016-07-07 15:52:00          11
    +#> 2798             25   A69-1303-555  4374 2016-07-07 16:06:00          11
    +#> 2799             25   A69-1303-555  4375 2016-07-13 21:08:00          39
    +#> 2800             25   A69-1303-555  4377 2016-07-15 01:00:00          39
    +#> 2801             25   A69-1303-555  4378 2016-07-15 01:02:00          39
    +#> 2802             25   A69-1303-555  4379 2016-07-15 01:04:00          39
    +#> 2803             25   A69-1303-555  4381 2016-07-15 01:10:00          39
    +#> 2804             25   A69-1303-555  4382 2016-07-15 01:14:00          39
    +#> 2805             25   A69-1303-555  4383 2016-07-15 01:24:00          39
    +#> 2806             25   A69-1303-555  4385 2016-07-15 01:26:00          39
    +#> 2807             25   A69-1303-555  4386 2016-07-15 01:28:00          39
    +#> 2808             25   A69-1303-555  4387 2016-07-15 01:30:00          39
    +#> 2809             25   A69-1303-555  4389 2016-07-15 01:32:00          39
    +#> 2810             25   A69-1303-555  4390 2016-07-15 01:36:00          39
    +#> 2811             25   A69-1303-555  4391 2016-07-15 01:42:00          39
    +#> 2812             25   A69-1303-555  4393 2016-07-15 01:58:00          39
    +#> 2813             25   A69-1303-555  4394 2016-07-15 02:02:00          39
    +#> 2814             25   A69-1303-555  4396 2016-07-15 02:04:00          39
    +#> 2815             25   A69-1303-555  4398 2016-07-15 02:08:00          39
    +#> 2816             25   A69-1303-555  4399 2016-07-15 02:10:00          39
    +#> 2817             25   A69-1303-555  4400 2016-07-15 02:12:00          39
    +#> 2818             25   A69-1303-555  4402 2016-07-15 02:16:00          39
    +#> 2819             25   A69-1303-555  4403 2016-07-15 02:18:00          39
    +#> 2820             25   A69-1303-555  4405 2016-07-15 02:20:00          39
    +#> 2821             25   A69-1303-555  4407 2016-07-15 02:22:00          39
    +#> 2822             25   A69-1303-555  4409 2016-07-15 02:24:00          39
    +#> 2823             25   A69-1303-555  4411 2016-07-15 02:26:00          39
    +#> 2824             25   A69-1303-555  4413 2016-07-15 02:30:00          39
    +#> 2825             25   A69-1303-555  4414 2016-07-15 02:38:00          39
    +#> 2826             25   A69-1303-555  4416 2016-07-15 02:40:00          39
    +#> 2827             25   A69-1303-555  4417 2016-07-15 02:42:00          39
    +#> 2828             25   A69-1303-555  4418 2016-07-15 02:44:00          39
    +#> 2829             25   A69-1303-555  4419 2016-07-15 02:54:00          39
    +#> 2830             25   A69-1303-555  4420 2016-07-15 03:10:00          39
    +#> 2831             25   A69-1303-555  4422 2016-07-15 12:52:00          14
    +#> 2832             25   A69-1303-555  4423 2016-07-15 13:12:00          14
    +#> 2833             25   A69-1303-555  4424 2016-07-15 13:14:00          14
    +#> 2834             25   A69-1303-555  4426 2016-07-15 13:20:00          14
    +#> 2835             25   A69-1303-555  4427 2016-07-15 13:22:00          14
    +#> 2836             25   A69-1303-555  4429 2016-07-15 13:24:00          14
    +#> 2837             25   A69-1303-555  4430 2016-07-15 13:26:00          14
    +#> 2838             25   A69-1303-555  4431 2016-07-15 13:28:00          14
    +#> 2839             25   A69-1303-555  4433 2016-07-15 13:30:00          14
    +#> 2840             25   A69-1303-555  4434 2016-07-15 13:38:00          14
    +#> 2841             25   A69-1303-555  4435 2016-07-15 13:52:00          14
    +#> 2842             25   A69-1303-555  4436 2016-07-15 13:54:00          14
    +#> 2843             25   A69-1303-555  4438 2016-07-15 13:56:00          14
    +#> 2844             25   A69-1303-555  4440 2016-07-15 13:58:00          14
    +#> 2845             25   A69-1303-555  4442 2016-07-15 14:00:00          14
    +#> 2846             25   A69-1303-555  4443 2016-07-15 14:04:00          14
    +#> 2847             25   A69-1303-555  4444 2016-07-15 14:30:00          14
    +#> 2848             25   A69-1303-555  4445 2016-07-15 14:32:00          14
    +#> 2849             25   A69-1303-555  4447 2016-07-15 14:34:00          14
    +#> 2850             25   A69-1303-555  4448 2016-07-15 16:24:00          14
    +#> 2851             25   A69-1303-555  4449 2016-07-15 16:28:00          14
    +#> 2852             25   A69-1303-555  4450 2016-07-15 16:34:00          14
    +#> 2853             25   A69-1303-555  4451 2016-07-15 16:36:00          14
    +#> 2854             25   A69-1303-555  4452 2016-07-15 16:54:00          14
    +#> 2855             25   A69-1303-555  4453 2016-07-15 16:56:00          14
    +#> 2856             25   A69-1303-555  4454 2016-07-15 16:58:00          14
    +#> 2857             25   A69-1303-555  4455 2016-07-15 18:12:00          14
    +#> 2858             25   A69-1303-555  4456 2016-07-15 18:16:00          14
    +#> 2859             25   A69-1303-555  4457 2016-07-16 00:52:00          23
    +#> 2860             25   A69-1303-555  4458 2016-07-16 00:54:00          23
    +#> 2861             25   A69-1303-555  4460 2016-07-16 00:56:00          23
    +#> 2862             25   A69-1303-555  4461 2016-07-16 00:58:00          23
    +#> 2863             25   A69-1303-555  4463 2016-07-16 01:00:00          23
    +#> 2864             25   A69-1303-555  4464 2016-07-16 01:02:00          23
    +#> 2865             25   A69-1303-555  4466 2016-07-16 01:04:00          23
    +#> 2866             25   A69-1303-555  4468 2016-07-16 01:06:00          23
    +#> 2867             25   A69-1303-555  4470 2016-07-16 01:08:00          23
    +#> 2868             25   A69-1303-555  4472 2016-07-16 01:10:00          23
    +#> 2869             25   A69-1303-555  4474 2016-07-16 01:12:00          23
    +#> 2870             25   A69-1303-555  4476 2016-07-16 01:14:00          23
    +#> 2871             25   A69-1303-555  4478 2016-07-16 01:16:00          23
    +#> 2872             25   A69-1303-555  4480 2016-07-16 01:18:00          23
    +#> 2873             25   A69-1303-555  4482 2016-07-16 01:20:00          23
    +#> 2874             25   A69-1303-555  4483 2016-07-16 01:22:00          23
    +#> 2875             25   A69-1303-555  4485 2016-07-16 01:24:00          23
    +#> 2876             25   A69-1303-555  4487 2016-07-16 01:26:00          23
    +#> 2877             25   A69-1303-555  4489 2016-07-16 01:30:00          23
    +#> 2878             25   A69-1303-555  4490 2016-07-18 09:10:00          29
    +#> 2879             25   A69-1303-555  4491 2016-07-18 09:14:00          29
    +#> 2880             25   A69-1303-555  4493 2016-07-18 09:22:00          29
    +#> 2881             25   A69-1303-555  4494 2016-07-18 09:24:00          29
    +#> 2882             25   A69-1303-555  4495 2016-07-18 14:28:00          29
    +#> 2883             25   A69-1303-555  4496 2016-07-18 14:30:00          29
    +#> 2884             25   A69-1303-555  4497 2016-07-18 14:32:00          29
    +#> 2885             25   A69-1303-555  4499 2016-07-18 14:34:00          29
    +#> 2886             25   A69-1303-555  4502 2016-07-18 14:36:00          29
    +#> 2887             25   A69-1303-555  4504 2016-07-18 14:38:00          29
    +#> 2888             25   A69-1303-555  4506 2016-07-18 14:40:00          29
    +#> 2889             25   A69-1303-555  4508 2016-07-18 14:42:00          29
    +#> 2890             25   A69-1303-555  4510 2016-07-18 14:44:00          29
    +#> 2891             25   A69-1303-555  4511 2016-07-18 14:46:00          29
    +#> 2892             25   A69-1303-555  4512 2016-07-18 14:48:00          29
    +#> 2893             25   A69-1303-555  4514 2016-07-18 14:50:00          29
    +#> 2894             25   A69-1303-555  4515 2016-07-18 14:52:00          29
    +#> 2895             25   A69-1303-555  4516 2016-07-18 14:54:00          29
    +#> 2896             25   A69-1303-555  4518 2016-07-18 15:08:00          29
    +#> 2897             25   A69-1303-555  4520 2016-07-18 15:10:00          29
    +#> 2898             25   A69-1303-555  4521 2016-07-18 15:14:00          29
    +#> 2899             25   A69-1303-555  4522 2016-07-18 15:16:00          29
    +#> 2900             25   A69-1303-555  4523 2016-07-18 15:20:00          29
    +#> 2901             25   A69-1303-555  4524 2016-07-18 15:22:00          29
    +#> 2902             25   A69-1303-555  4526 2016-07-18 15:24:00          29
    +#> 2903             25   A69-1303-555  4528 2016-07-18 15:28:00          29
    +#> 2904             25   A69-1303-555  4529 2016-07-18 15:34:00          29
    +#> 2905             25   A69-1303-555  4530 2016-07-18 15:38:00          29
    +#> 2906             25   A69-1303-555  4531 2016-07-18 15:40:00          29
    +#> 2907             25   A69-1303-555  4532 2016-07-18 15:42:00          29
    +#> 2908             25   A69-1303-555  4533 2016-07-18 15:48:00          29
    +#> 2909             25   A69-1303-555  4535 2016-07-18 16:02:00          29
    +#> 2910             25   A69-1303-555  4537 2016-07-18 16:24:00          29
    +#> 2911             25   A69-1303-555  4538 2016-07-18 17:16:00          29
    +#> 2912             25   A69-1303-555  4539 2016-07-18 17:20:00          29
    +#> 2913             25   A69-1303-555  4541 2016-07-18 17:22:00          29
    +#> 2914             25   A69-1303-555  4543 2016-07-18 17:26:00          29
    +#> 2915             25   A69-1303-555  4544 2016-07-18 17:30:00          29
    +#> 2916             25   A69-1303-555  4546 2016-07-18 17:34:00          29
    +#> 2917             25   A69-1303-555  4547 2016-07-18 17:36:00          29
    +#> 2918             25   A69-1303-555  4549 2016-07-18 17:38:00          29
    +#> 2919             25   A69-1303-555  4551 2016-07-18 17:40:00          29
    +#> 2920             25   A69-1303-555  4552 2016-07-18 17:42:00          29
    +#> 2921             25   A69-1303-555  4554 2016-07-18 17:44:00          29
    +#> 2922             25   A69-1303-555  4557 2016-07-18 17:46:00          29
    +#> 2923             25   A69-1303-555  4559 2016-07-18 17:48:00          29
    +#> 2924             25   A69-1303-555  4560 2016-07-18 17:50:00          29
    +#> 2925             25   A69-1303-555  4562 2016-07-18 17:52:00          29
    +#> 2926             25   A69-1303-555  4563 2016-07-18 17:54:00          29
    +#> 2927             25   A69-1303-555  4566 2016-07-18 17:56:00          29
    +#> 2928             25   A69-1303-555  4568 2016-07-18 17:58:00          29
    +#> 2929             25   A69-1303-555  4570 2016-07-18 18:00:00          29
    +#> 2930             25   A69-1303-555  4572 2016-07-18 18:02:00          29
    +#> 2931             25   A69-1303-555  4574 2016-07-18 18:04:00          29
    +#> 2932             25   A69-1303-555  4576 2016-07-18 18:06:00          29
    +#> 2933             25   A69-1303-555  4578 2016-07-18 18:08:00          29
    +#> 2934             25   A69-1303-555  4580 2016-07-18 18:10:00          29
    +#> 2935             25   A69-1303-555  4581 2016-07-18 18:12:00          29
    +#> 2936             25   A69-1303-555  4583 2016-07-18 18:14:00          29
    +#> 2937             25   A69-1303-555  4585 2016-07-18 18:16:00          29
    +#> 2938             25   A69-1303-555  4588 2016-07-18 18:18:00          29
    +#> 2939             25   A69-1303-555  4589 2016-07-18 18:20:00          29
    +#> 2940             25   A69-1303-555  4591 2016-07-18 18:22:00          29
    +#> 2941             25   A69-1303-555  4593 2016-07-18 18:24:00          29
    +#> 2942             25   A69-1303-555  4595 2016-07-18 18:26:00          29
    +#> 2943             25   A69-1303-555  4597 2016-07-18 18:28:00          29
    +#> 2944             25   A69-1303-555  4599 2016-07-18 18:30:00          29
    +#> 2945             25   A69-1303-555  4601 2016-07-18 18:32:00          29
    +#> 2946             25   A69-1303-555  4602 2016-07-18 18:34:00          29
    +#> 2947             25   A69-1303-555  4605 2016-07-18 18:36:00          29
    +#> 2948             25   A69-1303-555  4606 2016-07-18 18:38:00          29
    +#> 2949             25   A69-1303-555  4608 2016-07-18 18:40:00          29
    +#> 2950             25   A69-1303-555  4611 2016-07-18 18:42:00          29
    +#> 2951             25   A69-1303-555  4613 2016-07-18 18:44:00          29
    +#> 2952             25   A69-1303-555  4615 2016-07-18 18:46:00          29
    +#> 2953             25   A69-1303-555  4618 2016-07-18 18:48:00          29
    +#> 2954             25   A69-1303-555  4620 2016-07-18 18:50:00          29
    +#> 2955             25   A69-1303-555  4621 2016-07-18 18:52:00          29
    +#> 2956             25   A69-1303-555  4623 2016-07-18 18:54:00          29
    +#> 2957             25   A69-1303-555  4624 2016-07-18 18:56:00          29
    +#> 2958             25   A69-1303-555  4626 2016-07-18 18:58:00          29
    +#> 2959             25   A69-1303-555  4629 2016-07-18 19:00:00          29
    +#> 2960             25   A69-1303-555  4630 2016-07-18 19:02:00          29
    +#> 2961             25   A69-1303-555  4632 2016-07-18 19:04:00          29
    +#> 2962             25   A69-1303-555  4635 2016-07-18 19:06:00          29
    +#> 2963             25   A69-1303-555  4637 2016-07-18 19:08:00          29
    +#> 2964             25   A69-1303-555  4639 2016-07-18 19:10:00          29
    +#> 2965             25   A69-1303-555  4640 2016-07-18 19:12:00          29
    +#> 2966             25   A69-1303-555  4642 2016-07-18 19:14:00          29
    +#> 2967             25   A69-1303-555  4645 2016-07-18 19:16:00          29
    +#> 2968             25   A69-1303-555  4646 2016-07-18 19:18:00          29
    +#> 2969             25   A69-1303-555  4648 2016-07-18 19:20:00          29
    +#> 2970             25   A69-1303-555  4651 2016-07-18 19:22:00          29
    +#> 2971             25   A69-1303-555  4652 2016-07-18 19:24:00          29
    +#> 2972             25   A69-1303-555  4654 2016-07-18 19:26:00          29
    +#> 2973             25   A69-1303-555  4656 2016-07-18 19:28:00          29
    +#> 2974             25   A69-1303-555  4659 2016-07-18 19:30:00          29
    +#> 2975             25   A69-1303-555  4660 2016-07-18 19:32:00          29
    +#> 2976             25   A69-1303-555  4663 2016-07-18 19:34:00          29
    +#> 2977             25   A69-1303-555  4665 2016-07-18 19:36:00          29
    +#> 2978             25   A69-1303-555  4666 2016-07-18 19:38:00          29
    +#> 2979             25   A69-1303-555  4668 2016-07-18 19:40:00          29
    +#> 2980             25   A69-1303-555  4670 2016-07-18 19:42:00          29
    +#> 2981             25   A69-1303-555  4672 2016-07-18 19:44:00          29
    +#> 2982             25   A69-1303-555  4673 2016-07-18 19:46:00          29
    +#> 2983             25   A69-1303-555  4675 2016-07-18 19:48:00          29
    +#> 2984             25   A69-1303-555  4677 2016-07-18 19:50:00          29
    +#> 2985             25   A69-1303-555  4679 2016-07-18 19:52:00          29
    +#> 2986             25   A69-1303-555  4681 2016-07-18 19:54:00          29
    +#> 2987             25   A69-1303-555  4683 2016-07-18 19:56:00          29
    +#> 2988             25   A69-1303-555  4685 2016-07-18 19:58:00          29
    +#> 2989             25   A69-1303-555  4686 2016-07-18 20:00:00          29
    +#> 2990             25   A69-1303-555  4688 2016-07-18 20:02:00          29
    +#> 2991             25   A69-1303-555  4690 2016-07-18 20:04:00          29
    +#> 2992             25   A69-1303-555  4692 2016-07-18 20:06:00          29
    +#> 2993             25   A69-1303-555  4694 2016-07-18 20:12:00          29
    +#> 2994             25   A69-1303-555  4695 2016-07-18 20:14:00          29
    +#> 2995             25   A69-1303-555  4697 2016-07-18 20:16:00          29
    +#> 2996             25   A69-1303-555  4699 2016-07-18 20:18:00          29
    +#> 2997             25   A69-1303-555  4700 2016-07-18 20:20:00          29
    +#> 2998             25   A69-1303-555  4702 2016-07-18 20:22:00          29
    +#> 2999             25   A69-1303-555  4703 2016-07-18 20:24:00          29
    +#> 3000             25   A69-1303-555  4705 2016-07-18 20:26:00          29
    +#> 3001             25   A69-1303-555  4708 2016-07-18 20:28:00          29
    +#> 3002             25   A69-1303-555  4710 2016-07-18 20:30:00          29
    +#> 3003             25   A69-1303-555  4711 2016-07-18 20:32:00          29
    +#> 3004             25   A69-1303-555  4714 2016-07-18 20:34:00          29
    +#> 3005             25   A69-1303-555  4716 2016-07-18 20:36:00          29
    +#> 3006             25   A69-1303-555  4717 2016-07-18 20:38:00          29
    +#> 3007             25   A69-1303-555  4719 2016-07-18 20:40:00          29
    +#> 3008             25   A69-1303-555  4721 2016-07-18 20:42:00          29
    +#> 3009             25   A69-1303-555  4723 2016-07-18 20:44:00          29
    +#> 3010             25   A69-1303-555  4725 2016-07-18 20:46:00          29
    +#> 3011             25   A69-1303-555  4727 2016-07-18 20:48:00          29
    +#> 3012             25   A69-1303-555  4728 2016-07-18 20:50:00          29
    +#> 3013             25   A69-1303-555  4730 2016-07-18 20:52:00          29
    +#> 3014             25   A69-1303-555  4732 2016-07-18 20:54:00          29
    +#> 3015             25   A69-1303-555  4734 2016-07-18 20:56:00          29
    +#> 3016             25   A69-1303-555  4736 2016-07-18 20:58:00          29
    +#> 3017             25   A69-1303-555  4737 2016-07-18 21:00:00          29
    +#> 3018             25   A69-1303-555  4739 2016-07-18 21:02:00          29
    +#> 3019             25   A69-1303-555  4741 2016-07-18 21:04:00          29
    +#> 3020             25   A69-1303-555  4743 2016-07-18 21:06:00          29
    +#> 3021             25   A69-1303-555  4745 2016-07-18 21:08:00          29
    +#> 3022             25   A69-1303-555  4747 2016-07-18 21:10:00          29
    +#> 3023             25   A69-1303-555  4750 2016-07-18 21:12:00          29
    +#> 3024             25   A69-1303-555  4752 2016-07-19 05:46:00          14
    +#> 3025             25   A69-1303-555  4753 2016-07-19 05:50:00          14
    +#> 3026             25   A69-1303-555  4754 2016-07-19 05:52:00          14
    +#> 3027             25   A69-1303-555  4755 2016-07-19 05:56:00          14
    +#> 3028             25   A69-1303-555  4757 2016-07-19 05:58:00          14
    +#> 3029             25   A69-1303-555  4759 2016-07-19 06:16:00          14
    +#> 3030             25   A69-1303-555  4760 2016-07-19 06:42:00          14
    +#> 3031             25   A69-1303-555  4761 2016-07-19 06:46:00          14
    +#> 3032             25   A69-1303-555  4762 2016-07-19 06:56:00          14
    +#> 3033             25   A69-1303-555  4764 2016-07-19 06:58:00          14
    +#> 3034             25   A69-1303-555  4765 2016-07-19 07:00:00          14
    +#> 3035             25   A69-1303-555  4766 2016-07-19 07:12:00          14
    +#> 3036             25   A69-1303-555  4767 2016-07-19 09:06:00          39
    +#> 3037             25   A69-1303-555  4768 2016-07-19 09:08:00          39
    +#> 3038             25   A69-1303-555  4769 2016-07-19 09:10:00          39
    +#> 3039             25   A69-1303-555  4770 2016-07-19 09:14:00          39
    +#> 3040             25   A69-1303-555  4772 2016-07-19 09:22:00          39
    +#> 3041             25   A69-1303-555  4773 2016-07-19 09:24:00          39
    +#> 3042             25   A69-1303-555  4775 2016-07-19 09:26:00          39
    +#> 3043             25   A69-1303-555  4776 2016-07-19 09:28:00          39
    +#> 3044             25   A69-1303-555  4779 2016-07-19 09:32:00          39
    +#> 3045             25   A69-1303-555  4781 2016-07-19 09:34:00          39
    +#> 3046             25   A69-1303-555  4782 2016-07-19 09:44:00          39
    +#> 3047             25   A69-1303-555  4783 2016-07-19 09:52:00          39
    +#> 3048             25   A69-1303-555  4784 2016-07-21 06:44:00          39
    +#> 3049             25   A69-1303-555  4785 2016-07-21 06:48:00          39
    +#> 3050             25   A69-1303-555  4786 2016-07-21 06:50:00          39
    +#> 3051             25   A69-1303-555  4787 2016-07-21 07:14:00          39
    +#> 3052             25   A69-1303-555  4788 2016-07-21 07:54:00          39
    +#> 3053             25   A69-1303-555  4789 2016-07-21 07:56:00          39
    +#> 3054             25   A69-1303-555  4790 2016-07-21 07:58:00          39
    +#> 3055             25   A69-1303-555  4791 2016-07-21 08:00:00          39
    +#> 3056             25   A69-1303-555  4793 2016-07-21 08:02:00          39
    +#> 3057             25   A69-1303-555  4794 2016-07-21 08:04:00          39
    +#> 3058             25   A69-1303-555  4795 2016-07-21 08:06:00          39
    +#> 3059             25   A69-1303-555  4797 2016-07-21 08:10:00          39
    +#> 3060             25   A69-1303-555  4799 2016-07-21 08:12:00          39
    +#> 3061             25   A69-1303-555  4800 2016-07-21 08:16:00          39
    +#> 3062             25   A69-1303-555  4801 2016-07-21 08:36:00          39
    +#> 3063             25   A69-1303-555  4802 2016-07-21 15:26:00          39
    +#> 3064             25   A69-1303-555  4803 2016-07-21 15:34:00          39
    +#> 3065             25   A69-1303-555  4804 2016-07-22 02:02:00          23
    +#> 3066             25   A69-1303-555  4806 2016-07-22 02:04:00          23
    +#> 3067             25   A69-1303-555  4808 2016-07-22 04:26:00          29
    +#> 3068             25   A69-1303-555  4810 2016-07-22 04:28:00          29
    +#> 3069             25   A69-1303-555  4811 2016-07-22 04:30:00          29
    +#> 3070             25   A69-1303-555  4812 2016-07-22 04:32:00          29
    +#> 3071             25   A69-1303-555  4813 2016-07-22 04:38:00          29
    +#> 3072             25   A69-1303-555  4815 2016-07-22 04:40:00          29
    +#> 3073             25   A69-1303-555  4816 2016-07-22 04:44:00          29
    +#> 3074             25   A69-1303-555  4819 2016-07-22 04:46:00          29
    +#> 3075             25   A69-1303-555  4820 2016-07-22 04:50:00          29
    +#> 3076             25   A69-1303-555  4821 2016-07-22 04:52:00          29
    +#> 3077             25   A69-1303-555  4823 2016-07-22 04:54:00          29
    +#> 3078             25   A69-1303-555  4825 2016-07-22 04:56:00          29
    +#> 3079             25   A69-1303-555  4827 2016-07-22 04:58:00          29
    +#> 3080             25   A69-1303-555  4828 2016-07-22 05:00:00          29
    +#> 3081             25   A69-1303-555  4830 2016-07-22 05:02:00          29
    +#> 3082             25   A69-1303-555  4832 2016-07-22 05:04:00          29
    +#> 3083             25   A69-1303-555  4834 2016-07-22 05:06:00          29
    +#> 3084             25   A69-1303-555  4835 2016-07-22 05:08:00          29
    +#> 3085             25   A69-1303-555  4836 2016-07-22 05:10:00          29
    +#> 3086             25   A69-1303-555  4837 2016-07-22 05:16:00          29
    +#> 3087             25   A69-1303-555  4838 2016-07-22 05:20:00          29
    +#> 3088             25   A69-1303-555  4840 2016-07-22 05:22:00          29
    +#> 3089             25   A69-1303-555  4842 2016-07-22 05:24:00          29
    +#> 3090             25   A69-1303-555  4843 2016-07-22 05:26:00          29
    +#> 3091             25   A69-1303-555  4844 2016-07-22 05:28:00          29
    +#> 3092             25   A69-1303-555  4846 2016-07-22 05:30:00          29
    +#> 3093             25   A69-1303-555  4848 2016-07-22 05:32:00          29
    +#> 3094             25   A69-1303-555  4850 2016-07-22 05:34:00          29
    +#> 3095             25   A69-1303-555  4851 2016-07-22 05:36:00          29
    +#> 3096             25   A69-1303-555  4852 2016-07-22 05:42:00          29
    +#> 3097             25   A69-1303-555  4853 2016-07-22 05:44:00          29
    +#> 3098             25   A69-1303-555  4854 2016-07-22 05:46:00          29
    +#> 3099             25   A69-1303-555  4856 2016-07-23 11:12:00          14
    +#> 3100             25   A69-1303-555  4857 2016-07-23 11:14:00          14
    +#> 3101             25   A69-1303-555  4859 2016-07-23 11:16:00          14
    +#> 3102             25   A69-1303-555  4860 2016-07-23 15:00:00          39
    +#> 3103             25   A69-1303-555  4861 2016-07-23 15:02:00          39
    +#> 3104             25   A69-1303-555  4862 2016-07-23 15:04:00          39
    +#> 3105             25   A69-1303-555  4863 2016-07-23 15:06:00          39
    +#> 3106             25   A69-1303-555  4866 2016-07-23 15:08:00          39
    +#> 3107             25   A69-1303-555  4867 2016-07-23 15:10:00          39
    +#> 3108             25   A69-1303-555  4868 2016-07-23 15:12:00          39
    +#> 3109             25   A69-1303-555  4870 2016-07-23 15:14:00          39
    +#> 3110             25   A69-1303-555  4872 2016-07-23 15:16:00          39
    +#> 3111             25   A69-1303-555  4874 2016-07-23 15:18:00          39
    +#> 3112             25   A69-1303-555  4876 2016-07-23 15:20:00          39
    +#> 3113             25   A69-1303-555  4878 2016-07-23 15:26:00          39
    +#> 3114             25   A69-1303-555  4881 2016-07-23 15:28:00          39
    +#> 3115             25   A69-1303-555  4882 2016-07-23 15:30:00          39
    +#> 3116             25   A69-1303-555  4884 2016-07-23 15:32:00          39
    +#> 3117             25   A69-1303-555  4885 2016-07-23 15:34:00          39
    +#> 3118             25   A69-1303-555  4887 2016-07-23 15:36:00          39
    +#> 3119             25   A69-1303-555  4889 2016-07-23 15:38:00          39
    +#> 3120             25   A69-1303-555  4891 2016-07-23 15:40:00          39
    +#> 3121             25   A69-1303-555  4892 2016-07-23 15:42:00          39
    +#> 3122             25   A69-1303-555  4893 2016-07-23 15:46:00          39
    +#> 3123             25   A69-1303-555  4894 2016-07-23 15:50:00          39
    +#> 3124             25   A69-1303-555  4895 2016-07-23 15:54:00          39
    +#> 3125             25   A69-1303-555  4896 2016-07-23 20:54:00          23
    +#> 3126             25   A69-1303-555  4897 2016-07-23 20:56:00          23
    +#> 3127             25   A69-1303-555  4898 2016-07-23 20:58:00          23
    +#> 3128             25   A69-1303-555  4899 2016-07-23 21:08:00          23
    +#> 3129             25   A69-1303-555  4900 2016-07-24 21:34:00          23
    +#> 3130             25   A69-1303-555  4901 2016-07-24 22:00:00          23
    +#> 3131             25   A69-1303-555  4902 2016-07-24 22:02:00          23
    +#> 3132             25   A69-1303-555  4903 2016-07-25 00:18:00          39
    +#> 3133             25   A69-1303-555  4904 2016-07-25 00:20:00          39
    +#> 3134             25   A69-1303-555  4905 2016-07-25 00:22:00          39
    +#> 3135             25   A69-1303-555  4906 2016-07-25 00:24:00          39
    +#> 3136             25   A69-1303-555  4908 2016-07-25 00:26:00          39
    +#> 3137             25   A69-1303-555  4910 2016-07-25 00:28:00          39
    +#> 3138             25   A69-1303-555  4913 2016-07-25 00:30:00          39
    +#> 3139             25   A69-1303-555  4915 2016-07-25 00:32:00          39
    +#> 3140             25   A69-1303-555  4917 2016-07-25 00:34:00          39
    +#> 3141             25   A69-1303-555  4918 2016-07-25 00:36:00          39
    +#> 3142             25   A69-1303-555  4919 2016-07-25 00:38:00          39
    +#> 3143             25   A69-1303-555  4922 2016-07-25 00:40:00          39
    +#> 3144             25   A69-1303-555  4923 2016-07-25 00:42:00          39
    +#> 3145             25   A69-1303-555  4925 2016-07-25 00:44:00          39
    +#> 3146             25   A69-1303-555  4927 2016-07-25 00:46:00          39
    +#> 3147             25   A69-1303-555  4929 2016-07-25 00:48:00          39
    +#> 3148             25   A69-1303-555  4931 2016-07-25 00:50:00          39
    +#> 3149             25   A69-1303-555  4933 2016-07-25 00:54:00          39
    +#> 3150             25   A69-1303-555  4935 2016-07-25 00:56:00          39
    +#> 3151             25   A69-1303-555  4938 2016-07-25 00:58:00          39
    +#> 3152             25   A69-1303-555  4939 2016-07-25 01:00:00          39
    +#> 3153             25   A69-1303-555  4941 2016-07-25 01:02:00          39
    +#> 3154             25   A69-1303-555  4944 2016-07-25 01:04:00          39
    +#> 3155             25   A69-1303-555  4945 2016-07-25 01:06:00          39
    +#> 3156             25   A69-1303-555  4947 2016-07-25 01:08:00          39
    +#> 3157             25   A69-1303-555  4948 2016-07-25 01:10:00          39
    +#> 3158             25   A69-1303-555  4950 2016-07-25 01:12:00          39
    +#> 3159             25   A69-1303-555  4952 2016-07-25 01:14:00          39
    +#> 3160             25   A69-1303-555  4953 2016-07-25 01:16:00          39
    +#> 3161             25   A69-1303-555  4956 2016-07-25 01:18:00          39
    +#> 3162             25   A69-1303-555  4957 2016-07-25 01:20:00          39
    +#> 3163             25   A69-1303-555  4959 2016-07-25 01:22:00          39
    +#> 3164             25   A69-1303-555  4961 2016-07-25 01:24:00          39
    +#> 3165             25   A69-1303-555  4963 2016-07-25 01:26:00          39
    +#> 3166             25   A69-1303-555  4964 2016-07-25 01:28:00          39
    +#> 3167             25   A69-1303-555  4966 2016-07-25 01:30:00          39
    +#> 3168             25   A69-1303-555  4968 2016-07-25 01:32:00          39
    +#> 3169             25   A69-1303-555  4970 2016-07-25 01:34:00          39
    +#> 3170             25   A69-1303-555  4971 2016-07-25 01:36:00          39
    +#> 3171             25   A69-1303-555  4973 2016-07-25 01:38:00          39
    +#> 3172             25   A69-1303-555  4974 2016-07-25 01:46:00          39
    +#> 3173             25   A69-1303-555  4975 2016-07-25 01:48:00          39
    +#> 3174             25   A69-1303-555  4977 2016-07-25 01:50:00          39
    +#> 3175             25   A69-1303-555  4978 2016-07-25 01:52:00          39
    +#> 3176             25   A69-1303-555  4981 2016-07-25 01:54:00          39
    +#> 3177             25   A69-1303-555  4982 2016-07-25 01:56:00          39
    +#> 3178             25   A69-1303-555  4985 2016-07-25 01:58:00          39
    +#> 3179             25   A69-1303-555  4987 2016-07-25 02:00:00          39
    +#> 3180             25   A69-1303-555  4988 2016-07-25 02:02:00          39
    +#> 3181             25   A69-1303-555  4990 2016-07-25 02:04:00          39
    +#> 3182             25   A69-1303-555  4992 2016-07-25 02:06:00          39
    +#> 3183             25   A69-1303-555  4993 2016-07-25 02:08:00          39
    +#> 3184             25   A69-1303-555  4995 2016-07-25 02:10:00          39
    +#> 3185             25   A69-1303-555  4997 2016-07-25 02:14:00          39
    +#> 3186             25   A69-1303-555  4998 2016-07-25 02:16:00          39
    +#> 3187             25   A69-1303-555  4999 2016-07-25 02:18:00          39
    +#> 3188             25   A69-1303-555  5001 2016-07-25 02:20:00          39
    +#> 3189             25   A69-1303-555  5002 2016-07-25 09:12:00          39
    +#> 3190             25   A69-1303-555  5003 2016-07-25 09:14:00          39
    +#> 3191             25   A69-1303-555  5004 2016-07-25 09:16:00          39
    +#> 3192             25   A69-1303-555  5005 2016-07-25 09:18:00          39
    +#> 3193             25   A69-1303-555  5006 2016-07-25 09:20:00          39
    +#> 3194             25   A69-1303-555  5009 2016-07-25 09:22:00          39
    +#> 3195             25   A69-1303-555  5011 2016-07-25 09:24:00          39
    +#> 3196             25   A69-1303-555  5013 2016-07-25 09:26:00          39
    +#> 3197             25   A69-1303-555  5015 2016-07-25 09:28:00          39
    +#> 3198             25   A69-1303-555  5017 2016-07-25 09:30:00          39
    +#> 3199             25   A69-1303-555  5018 2016-07-25 09:32:00          39
    +#> 3200             25   A69-1303-555  5019 2016-07-25 09:34:00          39
    +#> 3201             25   A69-1303-555  5021 2016-07-25 09:36:00          39
    +#> 3202             25   A69-1303-555  5023 2016-07-25 09:38:00          39
    +#> 3203             25   A69-1303-555  5025 2016-07-25 09:40:00          39
    +#> 3204             25   A69-1303-555  5027 2016-07-25 09:42:00          39
    +#> 3205             25   A69-1303-555  5029 2016-07-25 09:44:00          39
    +#> 3206             25   A69-1303-555  5031 2016-07-25 09:46:00          39
    +#> 3207             25   A69-1303-555  5033 2016-07-25 09:48:00          39
    +#> 3208             25   A69-1303-555  5034 2016-07-25 09:50:00          39
    +#> 3209             25   A69-1303-555  5036 2016-07-25 09:52:00          39
    +#> 3210             25   A69-1303-555  5037 2016-07-25 09:54:00          39
    +#> 3211             25   A69-1303-555  5039 2016-07-25 09:58:00          39
    +#> 3212             25   A69-1303-555  5041 2016-07-25 10:02:00          39
    +#> 3213             25   A69-1303-555  5043 2016-07-25 10:04:00          39
    +#> 3214             25   A69-1303-555  5044 2016-07-25 10:06:00          39
    +#> 3215             25   A69-1303-555  5045 2016-07-25 10:08:00          39
    +#> 3216             25   A69-1303-555  5046 2016-07-25 10:16:00          39
    +#> 3217             25   A69-1303-555  5047 2016-07-26 05:56:00          14
    +#> 3218             25   A69-1303-555  5049 2016-07-26 06:00:00          14
    +#> 3219             25   A69-1303-555  5050 2016-07-26 06:06:00          14
    +#> 3220             25   A69-1303-555  5051 2016-07-26 16:28:00          14
    +#> 3221             25   A69-1303-555  5052 2016-07-26 16:36:00          14
    +#> 3222             25   A69-1303-555  5053 2016-07-26 16:38:00          14
    +#> 3223             25   A69-1303-555  5055 2016-07-26 16:40:00          14
    +#> 3224             25   A69-1303-555  5056 2016-07-26 16:44:00          14
    +#> 3225             25   A69-1303-555  5057 2016-07-26 17:14:00          14
    +#> 3226             25   A69-1303-555  5058 2016-07-26 17:16:00          14
    +#> 3227             25   A69-1303-555  5059 2016-07-26 17:18:00          14
    +#> 3228             25   A69-1303-555  5060 2016-07-26 23:14:00          29
    +#> 3229             25   A69-1303-555  5061 2016-07-26 23:18:00          29
    +#> 3230             25   A69-1303-555  5062 2016-07-26 23:20:00          29
    +#> 3231             25   A69-1303-555  5065 2016-07-26 23:22:00          29
    +#> 3232             25   A69-1303-555  5067 2016-07-26 23:36:00          29
    +#> 3233             25   A69-1303-555  5068 2016-07-26 23:40:00          29
    +#> 3234             25   A69-1303-555  5070 2016-07-26 23:42:00          29
    +#> 3235             25   A69-1303-555  5072 2016-07-26 23:44:00          29
    +#> 3236             25   A69-1303-555  5073 2016-07-26 23:46:00          29
    +#> 3237             25   A69-1303-555  5074 2016-07-28 05:36:00          14
    +#> 3238             25   A69-1303-555  5075 2016-07-28 05:46:00          14
    +#> 3239             25   A69-1303-555  5076 2016-07-28 05:48:00          14
    +#> 3240             25   A69-1303-555  5077 2016-07-28 05:50:00          14
    +#> 3241             25   A69-1303-555  5079 2016-07-28 18:00:00          23
    +#> 3242             25   A69-1303-555  5080 2016-07-28 18:02:00          23
    +#> 3243             25   A69-1303-555  5082 2016-07-28 18:08:00          23
    +#> 3244             25   A69-1303-555  5084 2016-07-28 18:10:00          23
    +#> 3245             25   A69-1303-555  5087 2016-07-28 18:16:00          23
    +#> 3246             25   A69-1303-555  5088 2016-07-28 18:18:00          23
    +#> 3247             25   A69-1303-555  5089 2016-07-28 18:20:00          23
    +#> 3248             25   A69-1303-555  5090 2016-07-28 18:28:00          23
    +#> 3249             25   A69-1303-555  5091 2016-07-28 18:30:00          23
    +#> 3250             25   A69-1303-555  5093 2016-07-28 18:32:00          23
    +#> 3251             25   A69-1303-555  5094 2016-07-28 18:34:00          23
    +#> 3252             25   A69-1303-555  5095 2016-07-28 18:36:00          23
    +#> 3253             25   A69-1303-555  5096 2016-07-28 18:38:00          23
    +#> 3254             25   A69-1303-555  5098 2016-07-28 18:54:00          23
    +#> 3255             25   A69-1303-555  5099 2016-07-28 20:04:00          23
    +#> 3256             25   A69-1303-555  5100 2016-07-28 20:06:00          23
    +#> 3257             25   A69-1303-555  5102 2016-07-28 20:08:00          23
    +#> 3258             25   A69-1303-555  5105 2016-07-28 20:10:00          23
    +#> 3259             25   A69-1303-555  5106 2016-07-28 20:12:00          23
    +#> 3260             25   A69-1303-555  5108 2016-07-28 20:14:00          23
    +#> 3261             25   A69-1303-555  5110 2016-07-28 20:22:00          23
    +#> 3262             25   A69-1303-555  5112 2016-07-28 20:24:00          23
    +#> 3263             25   A69-1303-555  5113 2016-07-28 20:26:00          23
    +#> 3264             25   A69-1303-555  5114 2016-07-29 16:28:00          23
    +#> 3265             25   A69-1303-555  5116 2016-07-29 18:02:00          39
    +#> 3266             25   A69-1303-555  5117 2016-07-29 18:24:00          39
    +#> 3267             25   A69-1303-555  5119 2016-07-29 18:26:00          39
    +#> 3268             25   A69-1303-555  5121 2016-07-29 18:28:00          39
    +#> 3269             25   A69-1303-555  5123 2016-07-29 18:30:00          39
    +#> 3270             25   A69-1303-555  5125 2016-07-29 18:32:00          39
    +#> 3271             25   A69-1303-555  5127 2016-07-29 18:34:00          39
    +#> 3272             25   A69-1303-555  5129 2016-07-29 18:36:00          39
    +#> 3273             25   A69-1303-555  5131 2016-07-29 18:38:00          39
    +#> 3274             25   A69-1303-555  5133 2016-07-30 03:20:00          39
    +#> 3275             25   A69-1303-555  5134 2016-07-30 03:28:00          39
    +#> 3276             25   A69-1303-555  5136 2016-07-30 07:28:00          39
    +#> 3277             25   A69-1303-555  5137 2016-07-30 07:38:00          39
    +#> 3278             25   A69-1303-555  5139 2016-07-30 07:40:00          39
    +#> 3279             25   A69-1303-555  5141 2016-07-30 07:42:00          39
    +#> 3280             25   A69-1303-555  5142 2016-07-30 07:44:00          39
    +#> 3281             25   A69-1303-555  5144 2016-07-30 07:46:00          39
    +#> 3282             25   A69-1303-555  5145 2016-07-30 07:48:00          39
    +#> 3283             25   A69-1303-555  5147 2016-07-30 07:50:00          39
    +#> 3284             25   A69-1303-555  5149 2016-07-30 07:52:00          39
    +#> 3285             25   A69-1303-555  5150 2016-07-30 07:54:00          39
    +#> 3286             25   A69-1303-555  5151 2016-07-30 07:56:00          39
    +#> 3287             25   A69-1303-555  5153 2016-07-30 07:58:00          39
    +#> 3288             25   A69-1303-555  5155 2016-07-30 08:00:00          39
    +#> 3289             25   A69-1303-555  5156 2016-07-30 08:02:00          39
    +#> 3290             25   A69-1303-555  5157 2016-07-30 08:04:00          39
    +#> 3291             25   A69-1303-555  5159 2016-08-02 03:14:00          23
    +#> 3292             25   A69-1303-555  5161 2016-08-02 03:18:00          23
    +#> 3293             25   A69-1303-555  5163 2016-08-02 03:20:00          23
    +#> 3294             25   A69-1303-555  5165 2016-08-02 03:22:00          23
    +#> 3295             25   A69-1303-555  5166 2016-08-02 03:24:00          23
    +#> 3296             25   A69-1303-555  5168 2016-08-02 15:14:00          29
    +#> 3297             25   A69-1303-555  5169 2016-08-02 15:16:00          29
    +#> 3298             25   A69-1303-555  5170 2016-08-02 15:26:00          29
    +#> 3299             25   A69-1303-555  5171 2016-08-03 20:36:00          29
    +#> 3300             25   A69-1303-555  5173 2016-08-03 20:38:00          29
    +#> 3301             25   A69-1303-555  5174 2016-08-03 20:40:00          29
    +#> 3302             25   A69-1303-555  5175 2016-08-03 20:54:00          29
    +#> 3303             25   A69-1303-555  5176 2016-08-03 20:56:00          29
    +#> 3304             25   A69-1303-555  5178 2016-08-03 21:00:00          29
    +#> 3305             25   A69-1303-555  5179 2016-08-03 21:02:00          29
    +#> 3306             25   A69-1303-555  5180 2016-08-03 21:04:00          29
    +#> 3307             25   A69-1303-555  5181 2016-08-03 21:06:00          29
    +#> 3308             25   A69-1303-555  5183 2016-08-03 21:10:00          29
    +#> 3309             25   A69-1303-555  5184 2016-08-03 21:12:00          29
    +#> 3310             25   A69-1303-555  5186 2016-08-03 21:14:00          29
    +#> 3311             25   A69-1303-555  5188 2016-08-03 21:16:00          29
    +#> 3312             25   A69-1303-555  5190 2016-08-03 21:18:00          29
    +#> 3313             25   A69-1303-555  5192 2016-08-03 21:20:00          29
    +#> 3314             25   A69-1303-555  5193 2016-08-03 21:22:00          29
    +#> 3315             25   A69-1303-555  5196 2016-08-03 21:24:00          29
    +#> 3316             25   A69-1303-555  5198 2016-08-03 21:26:00          29
    +#> 3317             25   A69-1303-555  5199 2016-08-03 21:28:00          29
    +#> 3318             25   A69-1303-555  5200 2016-08-03 21:30:00          29
    +#> 3319             25   A69-1303-555  5202 2016-08-03 21:32:00          29
    +#> 3320             25   A69-1303-555  5203 2016-08-03 21:36:00          29
    +#> 3321             25   A69-1303-555  5205 2016-08-03 21:38:00          29
    +#> 3322             25   A69-1303-555  5207 2016-08-03 21:40:00          29
    +#> 3323             25   A69-1303-555  5209 2016-08-03 21:42:00          29
    +#> 3324             25   A69-1303-555  5211 2016-08-03 21:44:00          29
    +#> 3325             25   A69-1303-555  5213 2016-08-03 21:46:00          29
    +#> 3326             25   A69-1303-555  5215 2016-08-03 21:50:00          29
    +#> 3327             25   A69-1303-555  5216 2016-08-03 21:54:00          29
    +#> 3328             25   A69-1303-555  5217 2016-08-03 21:56:00          29
    +#> 3329             25   A69-1303-555  5218 2016-08-04 03:00:00          29
    +#> 3330             25   A69-1303-555  5219 2016-08-04 03:08:00          29
    +#> 3331             25   A69-1303-555  5220 2016-08-04 03:10:00          29
    +#> 3332             25   A69-1303-555  5222 2016-08-04 03:12:00          29
    +#> 3333             25   A69-1303-555  5224 2016-08-04 03:14:00          29
    +#> 3334             25   A69-1303-555  5225 2016-08-04 03:16:00          29
    +#> 3335             25   A69-1303-555  5227 2016-08-04 03:18:00          29
    +#> 3336             25   A69-1303-555  5229 2016-08-04 03:20:00          29
    +#> 3337             25   A69-1303-555  5231 2016-08-04 03:22:00          29
    +#> 3338             25   A69-1303-555  5233 2016-08-04 03:24:00          29
    +#> 3339             25   A69-1303-555  5234 2016-08-04 03:26:00          29
    +#> 3340             25   A69-1303-555  5235 2016-08-04 04:02:00          29
    +#> 3341             25   A69-1303-555  5236 2016-08-04 04:04:00          29
    +#> 3342             25   A69-1303-555  5238 2016-08-04 04:06:00          29
    +#> 3343             25   A69-1303-555  5239 2016-08-04 04:12:00          29
    +#> 3344             25   A69-1303-555  5240 2016-08-04 04:14:00          29
    +#> 3345             25   A69-1303-555  5241 2016-08-04 04:18:00          29
    +#> 3346             25   A69-1303-555  5242 2016-08-05 11:16:00          29
    +#> 3347             25   A69-1303-555  5243 2016-08-05 11:22:00          29
    +#> 3348             25   A69-1303-555  5245 2016-08-05 11:24:00          29
    +#> 3349             25   A69-1303-555  5247 2016-08-05 11:26:00          29
    +#> 3350             25   A69-1303-555  5248 2016-08-05 11:28:00          29
    +#> 3351             25   A69-1303-555  5250 2016-08-05 11:30:00          29
    +#> 3352             25   A69-1303-555  5252 2016-08-05 11:32:00          29
    +#> 3353             25   A69-1303-555  5253 2016-08-05 11:36:00          29
    +#> 3354             25   A69-1303-555  5254 2016-08-05 11:38:00          29
    +#> 3355             25   A69-1303-555  5255 2016-08-05 11:40:00          29
    +#> 3356             25   A69-1303-555  5257 2016-08-05 11:42:00          29
    +#> 3357             25   A69-1303-555  5259 2016-08-05 11:44:00          29
    +#> 3358             25   A69-1303-555  5261 2016-08-05 11:46:00          29
    +#> 3359             25   A69-1303-555  5262 2016-08-05 11:48:00          29
    +#> 3360             25   A69-1303-555  5265 2016-08-05 11:50:00          29
    +#> 3361             25   A69-1303-555  5267 2016-08-05 11:52:00          29
    +#> 3362             25   A69-1303-555  5269 2016-08-05 11:54:00          29
    +#> 3363             25   A69-1303-555  5271 2016-08-05 11:56:00          29
    +#> 3364             25   A69-1303-555  5272 2016-08-05 12:00:00          29
    +#> 3365             25   A69-1303-555  5273 2016-08-05 12:02:00          29
    +#> 3366             25   A69-1303-555  5275 2016-08-05 12:04:00          29
    +#> 3367             25   A69-1303-555  5276 2016-08-05 12:10:00          29
    +#> 3368             25   A69-1303-555  5278 2016-08-05 12:12:00          29
    +#> 3369             25   A69-1303-555  5279 2016-08-05 12:14:00          29
    +#> 3370             25   A69-1303-555  5281 2016-08-05 12:16:00          29
    +#> 3371             25   A69-1303-555  5282 2016-08-05 12:20:00          29
    +#> 3372             25   A69-1303-555  5284 2016-08-05 12:22:00          29
    +#> 3373             25   A69-1303-555  5286 2016-08-05 12:24:00          29
    +#> 3374             25   A69-1303-555  5288 2016-08-05 12:26:00          29
    +#> 3375             25   A69-1303-555  5290 2016-08-05 12:28:00          29
    +#> 3376             25   A69-1303-555  5292 2016-08-05 12:30:00          29
    +#> 3377             25   A69-1303-555  5294 2016-08-05 12:34:00          29
    +#> 3378             25   A69-1303-555  5296 2016-08-05 12:36:00          29
    +#> 3379             25   A69-1303-555  5298 2016-08-05 12:38:00          29
    +#> 3380             25   A69-1303-555  5300 2016-08-05 12:40:00          29
    +#> 3381             25   A69-1303-555  5303 2016-08-05 12:42:00          29
    +#> 3382             25   A69-1303-555  5304 2016-08-05 12:44:00          29
    +#> 3383             25   A69-1303-555  5306 2016-08-05 12:46:00          29
    +#> 3384             25   A69-1303-555  5308 2016-08-05 12:48:00          29
    +#> 3385             25   A69-1303-555  5310 2016-08-05 12:50:00          29
    +#> 3386             25   A69-1303-555  5311 2016-08-05 12:52:00          29
    +#> 3387             25   A69-1303-555  5313 2016-08-05 12:54:00          29
    +#> 3388             25   A69-1303-555  5314 2016-08-05 12:56:00          29
    +#> 3389             25   A69-1303-555  5316 2016-08-05 12:58:00          29
    +#> 3390             25   A69-1303-555  5319 2016-08-05 13:00:00          29
    +#> 3391             25   A69-1303-555  5320 2016-08-05 13:02:00          29
    +#> 3392             25   A69-1303-555  5322 2016-08-05 13:12:00          29
    +#> 3393             25   A69-1303-555  5324 2016-08-05 13:14:00          29
    +#> 3394             25   A69-1303-555  5327 2016-08-05 13:16:00          29
    +#> 3395             25   A69-1303-555  5328 2016-08-05 13:18:00          29
    +#> 3396             25   A69-1303-555  5330 2016-08-05 13:20:00          29
    +#> 3397             25   A69-1303-555  5331 2016-08-05 13:24:00          29
    +#> 3398             25   A69-1303-555  5332 2016-08-05 13:28:00          29
    +#> 3399             25   A69-1303-555  5334 2016-08-05 13:32:00          29
    +#> 3400             25   A69-1303-555  5335 2016-08-05 13:34:00          29
    +#> 3401             25   A69-1303-555  5336 2016-08-05 13:36:00          29
    +#> 3402             25   A69-1303-555  5337 2016-08-05 13:40:00          29
    +#> 3403             25   A69-1303-555  5339 2016-08-05 13:42:00          29
    +#> 3404             25   A69-1303-555  5341 2016-08-05 13:44:00          29
    +#> 3405             25   A69-1303-555  5343 2016-08-05 13:46:00          29
    +#> 3406             25   A69-1303-555  5345 2016-08-05 13:48:00          29
    +#> 3407             25   A69-1303-555  5346 2016-08-05 13:52:00          29
    +#> 3408             25   A69-1303-555  5347 2016-08-05 13:54:00          29
    +#> 3409             25   A69-1303-555  5349 2016-08-05 13:56:00          29
    +#> 3410             25   A69-1303-555  5350 2016-08-05 13:58:00          29
    +#> 3411             25   A69-1303-555  5352 2016-08-05 14:00:00          29
    +#> 3412             25   A69-1303-555  5354 2016-08-05 14:02:00          29
    +#> 3413             25   A69-1303-555  5356 2016-08-05 14:04:00          29
    +#> 3414             25   A69-1303-555  5357 2016-08-05 14:06:00          29
    +#> 3415             25   A69-1303-555  5358 2016-08-05 14:08:00          29
    +#> 3416             25   A69-1303-555  5359 2016-08-05 14:14:00          29
    +#> 3417             25   A69-1303-555  5360 2016-08-05 14:24:00          29
    +#> 3418             25   A69-1303-555  5362 2016-08-05 15:04:00          29
    +#> 3419             25   A69-1303-555  5363 2016-08-05 15:10:00          29
    +#> 3420             25   A69-1303-555  5364 2016-08-06 06:24:00          29
    +#> 3421             25   A69-1303-555  5366 2016-08-06 06:26:00          29
    +#> 3422             25   A69-1303-555  5367 2016-08-06 06:32:00          29
    +#> 3423             25   A69-1303-555  5368 2016-08-06 06:34:00          29
    +#> 3424             25   A69-1303-555  5370 2016-08-06 06:36:00          29
    +#> 3425             25   A69-1303-555  5372 2016-08-06 06:38:00          29
    +#> 3426             25   A69-1303-555  5373 2016-08-06 06:40:00          29
    +#> 3427             25   A69-1303-555  5375 2016-08-06 06:42:00          29
    +#> 3428             25   A69-1303-555  5377 2016-08-06 06:44:00          29
    +#> 3429             25   A69-1303-555  5379 2016-08-06 06:46:00          29
    +#> 3430             25   A69-1303-555  5380 2016-08-06 06:48:00          29
    +#> 3431             25   A69-1303-555  5382 2016-08-06 06:50:00          29
    +#> 3432             25   A69-1303-555  5384 2016-08-06 06:52:00          29
    +#> 3433             25   A69-1303-555  5385 2016-08-06 06:54:00          29
    +#> 3434             25   A69-1303-555  5387 2016-08-06 06:56:00          29
    +#> 3435             25   A69-1303-555  5388 2016-08-06 07:02:00          29
    +#> 3436             25   A69-1303-555  5389 2016-08-06 07:04:00          29
    +#> 3437             25   A69-1303-555  5390 2016-08-06 07:24:00          29
    +#> 3438             25   A69-1303-555  5392 2016-08-06 07:26:00          29
    +#> 3439             25   A69-1303-555  5394 2016-08-06 07:28:00          29
    +#> 3440             25   A69-1303-555  5395 2016-08-06 07:30:00          29
    +#> 3441             25   A69-1303-555  5398 2016-08-06 07:32:00          29
    +#> 3442             25   A69-1303-555  5399 2016-08-06 07:34:00          29
    +#> 3443             25   A69-1303-555  5401 2016-08-06 07:36:00          29
    +#> 3444             25   A69-1303-555  5403 2016-08-06 07:38:00          29
    +#> 3445             25   A69-1303-555  5404 2016-08-06 07:40:00          29
    +#> 3446             25   A69-1303-555  5406 2016-08-06 07:42:00          29
    +#> 3447             25   A69-1303-555  5407 2016-08-06 07:44:00          29
    +#> 3448             25   A69-1303-555  5409 2016-08-06 07:46:00          29
    +#> 3449             25   A69-1303-555  5411 2016-08-06 07:48:00          29
    +#> 3450             25   A69-1303-555  5412 2016-08-06 07:50:00          29
    +#> 3451             25   A69-1303-555  5414 2016-08-06 07:52:00          29
    +#> 3452             25   A69-1303-555  5417 2016-08-06 07:54:00          29
    +#> 3453             25   A69-1303-555  5420 2016-08-06 07:56:00          29
    +#> 3454             25   A69-1303-555  5421 2016-08-06 07:58:00          29
    +#> 3455             25   A69-1303-555  5423 2016-08-06 08:00:00          29
    +#> 3456             25   A69-1303-555  5426 2016-08-06 08:02:00          29
    +#> 3457             25   A69-1303-555  5428 2016-08-06 08:08:00          29
    +#> 3458             25   A69-1303-555  5430 2016-08-06 08:10:00          29
    +#> 3459             25   A69-1303-555  5432 2016-08-06 08:12:00          29
    +#> 3460             25   A69-1303-555  5433 2016-08-06 08:14:00          29
    +#> 3461             25   A69-1303-555  5435 2016-08-06 08:16:00          29
    +#> 3462             25   A69-1303-555  5437 2016-08-06 08:18:00          29
    +#> 3463             25   A69-1303-555  5439 2016-08-06 08:20:00          29
    +#> 3464             25   A69-1303-555  5442 2016-08-06 08:22:00          29
    +#> 3465             25   A69-1303-555  5444 2016-08-06 08:24:00          29
    +#> 3466             25   A69-1303-555  5445 2016-08-06 08:26:00          29
    +#> 3467             25   A69-1303-555  5446 2016-08-06 08:28:00          29
    +#> 3468             25   A69-1303-555  5447 2016-08-06 08:30:00          29
    +#> 3469             25   A69-1303-555  5449 2016-08-06 08:32:00          29
    +#> 3470             25   A69-1303-555  5451 2016-08-06 08:34:00          29
    +#> 3471             25   A69-1303-555  5452 2016-08-06 08:36:00          29
    +#> 3472             25   A69-1303-555  5453 2016-08-06 08:42:00          29
    +#> 3473             25   A69-1303-555  5454 2016-08-06 08:44:00          29
    +#> 3474             25   A69-1303-555  5457 2016-08-06 08:46:00          29
    +#> 3475             25   A69-1303-555  5458 2016-08-06 08:48:00          29
    +#> 3476             25   A69-1303-555  5460 2016-08-06 08:50:00          29
    +#> 3477             25   A69-1303-555  5462 2016-08-06 08:52:00          29
    +#> 3478             25   A69-1303-555  5463 2016-08-06 08:54:00          29
    +#> 3479             25   A69-1303-555  5465 2016-08-06 08:56:00          29
    +#> 3480             25   A69-1303-555  5467 2016-08-06 09:00:00          29
    +#> 3481             25   A69-1303-555  5468 2016-08-06 09:02:00          29
    +#> 3482             25   A69-1303-555  5469 2016-08-06 09:04:00          29
    +#> 3483             25   A69-1303-555  5470 2016-08-06 09:06:00          29
    +#> 3484             25   A69-1303-555  5471 2016-08-06 09:08:00          29
    +#> 3485             25   A69-1303-555  5472 2016-08-06 09:10:00          29
    +#> 3486             25   A69-1303-555  5473 2016-08-06 09:12:00          29
    +#> 3487             25   A69-1303-555  5475 2016-08-06 09:16:00          29
    +#> 3488             25   A69-1303-555  5477 2016-08-06 10:18:00          29
    +#> 3489             25   A69-1303-555  5478 2016-08-06 10:42:00          29
    +#> 3490             25   A69-1303-555  5480 2016-08-06 10:44:00          29
    +#> 3491             25   A69-1303-555  5482 2016-08-06 10:46:00          29
    +#> 3492             25   A69-1303-555  5483 2016-08-06 10:48:00          29
    +#> 3493             25   A69-1303-555  5485 2016-08-06 10:50:00          29
    +#> 3494             25   A69-1303-555  5486 2016-08-06 10:58:00          29
    +#> 3495             25   A69-1303-555  5488 2016-08-06 11:00:00          29
    +#> 3496             25   A69-1303-555  5489 2016-08-06 11:02:00          29
    +#> 3497             25   A69-1303-555  5491 2016-08-06 11:04:00          29
    +#> 3498             25   A69-1303-555  5493 2016-08-06 11:06:00          29
    +#> 3499             25   A69-1303-555  5496 2016-08-06 11:08:00          29
    +#> 3500             25   A69-1303-555  5497 2016-08-06 11:10:00          29
    +#> 3501             25   A69-1303-555  5499 2016-08-06 11:12:00          29
    +#> 3502             25   A69-1303-555  5500 2016-08-06 11:14:00          29
    +#> 3503             25   A69-1303-555  5502 2016-08-06 11:16:00          29
    +#> 3504             25   A69-1303-555  5503 2016-08-06 11:18:00          29
    +#> 3505             25   A69-1303-555  5505 2016-08-06 11:20:00          29
    +#> 3506             25   A69-1303-555  5506 2016-08-06 11:22:00          29
    +#> 3507             25   A69-1303-555  5508 2016-08-06 11:24:00          29
    +#> 3508             25   A69-1303-555  5510 2016-08-06 11:28:00          29
    +#> 3509             25   A69-1303-555  5511 2016-08-06 11:32:00          29
    +#> 3510             25   A69-1303-555  5512 2016-08-06 11:34:00          29
    +#> 3511             25   A69-1303-555  5514 2016-08-06 11:36:00          29
    +#> 3512             25   A69-1303-555  5516 2016-08-06 11:38:00          29
    +#> 3513             25   A69-1303-555  5518 2016-08-06 11:40:00          29
    +#> 3514             25   A69-1303-555  5519 2016-08-06 11:42:00          29
    +#> 3515             25   A69-1303-555  5521 2016-08-06 11:48:00          29
    +#> 3516             25   A69-1303-555  5523 2016-08-06 11:50:00          29
    +#> 3517             25   A69-1303-555  5524 2016-08-06 11:52:00          29
    +#> 3518             25   A69-1303-555  5526 2016-08-06 11:56:00          29
    +#> 3519             25   A69-1303-555  5527 2016-08-06 11:58:00          29
    +#> 3520             25   A69-1303-555  5528 2016-08-06 12:00:00          29
    +#> 3521             25   A69-1303-555  5529 2016-08-06 12:04:00          29
    +#> 3522             25   A69-1303-555  5530 2016-08-06 12:08:00          29
    +#> 3523             25   A69-1303-555  5533 2016-08-06 12:10:00          29
    +#> 3524             25   A69-1303-555  5534 2016-08-06 12:12:00          29
    +#> 3525             25   A69-1303-555  5536 2016-08-06 12:14:00          29
    +#> 3526             25   A69-1303-555  5537 2016-08-06 12:16:00          29
    +#> 3527             25   A69-1303-555  5539 2016-08-06 12:18:00          29
    +#> 3528             25   A69-1303-555  5541 2016-08-06 12:20:00          29
    +#> 3529             25   A69-1303-555  5542 2016-08-06 12:22:00          29
    +#> 3530             25   A69-1303-555  5544 2016-08-06 12:26:00          29
    +#> 3531             25   A69-1303-555  5545 2016-08-06 12:28:00          29
    +#> 3532             25   A69-1303-555  5547 2016-08-06 12:30:00          29
    +#> 3533             25   A69-1303-555  5549 2016-08-06 12:32:00          29
    +#> 3534             25   A69-1303-555  5551 2016-08-06 12:34:00          29
    +#> 3535             25   A69-1303-555  5553 2016-08-06 12:36:00          29
    +#> 3536             25   A69-1303-555  5555 2016-08-06 12:38:00          29
    +#> 3537             25   A69-1303-555  5557 2016-08-06 12:40:00          29
    +#> 3538             25   A69-1303-555  5558 2016-08-06 12:42:00          29
    +#> 3539             25   A69-1303-555  5561 2016-08-06 12:44:00          29
    +#> 3540             25   A69-1303-555  5562 2016-08-06 12:46:00          29
    +#> 3541             25   A69-1303-555  5563 2016-08-06 12:48:00          29
    +#> 3542             25   A69-1303-555  5565 2016-08-06 12:50:00          29
    +#> 3543             25   A69-1303-555  5567 2016-08-06 12:52:00          29
    +#> 3544             25   A69-1303-555  5570 2016-08-06 12:54:00          29
    +#> 3545             25   A69-1303-555  5571 2016-08-06 12:56:00          29
    +#> 3546             25   A69-1303-555  5572 2016-08-06 12:58:00          29
    +#> 3547             25   A69-1303-555  5574 2016-08-06 13:00:00          29
    +#> 3548             25   A69-1303-555  5577 2016-08-06 13:02:00          29
    +#> 3549             25   A69-1303-555  5579 2016-08-06 13:04:00          29
    +#> 3550             25   A69-1303-555  5581 2016-08-06 13:06:00          29
    +#> 3551             25   A69-1303-555  5582 2016-08-06 13:08:00          29
    +#> 3552             25   A69-1303-555  5584 2016-08-06 13:10:00          29
    +#> 3553             25   A69-1303-555  5585 2016-08-06 13:18:00          29
    +#> 3554             25   A69-1303-555  5586 2016-08-06 13:20:00          29
    +#> 3555             25   A69-1303-555  5588 2016-08-06 13:22:00          29
    +#> 3556             25   A69-1303-555  5590 2016-08-06 13:24:00          29
    +#> 3557             25   A69-1303-555  5592 2016-08-06 13:26:00          29
    +#> 3558             25   A69-1303-555  5593 2016-08-06 13:28:00          29
    +#> 3559             25   A69-1303-555  5595 2016-08-06 13:30:00          29
    +#> 3560             25   A69-1303-555  5598 2016-08-06 13:32:00          29
    +#> 3561             25   A69-1303-555  5600 2016-08-06 13:34:00          29
    +#> 3562             25   A69-1303-555  5602 2016-08-06 13:36:00          29
    +#> 3563             25   A69-1303-555  5605 2016-08-06 13:38:00          29
    +#> 3564             25   A69-1303-555  5607 2016-08-06 13:42:00          29
    +#> 3565             25   A69-1303-555  5608 2016-08-06 13:44:00          29
    +#> 3566             25   A69-1303-555  5609 2016-08-06 13:48:00          29
    +#> 3567             25   A69-1303-555  5610 2016-08-06 13:54:00          29
    +#> 3568             25   A69-1303-555  5612 2016-08-07 13:32:00          29
    +#> 3569             25   A69-1303-555  5613 2016-08-07 13:36:00          29
    +#> 3570             25   A69-1303-555  5614 2016-08-07 13:38:00          29
    +#> 3571             25   A69-1303-555  5616 2016-08-07 13:40:00          29
    +#> 3572             25   A69-1303-555  5618 2016-08-07 13:42:00          29
    +#> 3573             25   A69-1303-555  5620 2016-08-07 13:44:00          29
    +#> 3574             25   A69-1303-555  5622 2016-08-07 13:46:00          29
    +#> 3575             25   A69-1303-555  5625 2016-08-07 13:48:00          29
    +#> 3576             25   A69-1303-555  5627 2016-08-07 13:50:00          29
    +#> 3577             25   A69-1303-555  5629 2016-08-07 13:54:00          29
    +#> 3578             25   A69-1303-555  5630 2016-08-07 13:56:00          29
    +#> 3579             25   A69-1303-555  5632 2016-08-07 14:18:00          29
    +#> 3580             25   A69-1303-555  5633 2016-08-07 14:20:00          29
    +#> 3581             25   A69-1303-555  5634 2016-08-07 23:56:00          29
    +#> 3582             25   A69-1303-555  5635 2016-08-08 00:04:00          29
    +#> 3583             25   A69-1303-555  5637 2016-08-08 00:06:00          29
    +#> 3584             25   A69-1303-555  5638 2016-08-08 00:08:00          29
    +#> 3585             25   A69-1303-555  5640 2016-08-08 00:10:00          29
    +#> 3586             25   A69-1303-555  5643 2016-08-08 00:12:00          29
    +#> 3587             25   A69-1303-555  5644 2016-08-08 00:14:00          29
    +#> 3588             25   A69-1303-555  5645 2016-08-08 00:16:00          29
    +#> 3589             25   A69-1303-555  5646 2016-08-08 00:18:00          29
    +#> 3590             25   A69-1303-555  5647 2016-08-08 00:20:00          29
    +#> 3591             25   A69-1303-555  5649 2016-08-08 00:22:00          29
    +#> 3592             25   A69-1303-555  5650 2016-08-08 00:24:00          29
    +#> 3593             25   A69-1303-555  5651 2016-08-08 00:26:00          29
    +#> 3594             25   A69-1303-555  5654 2016-08-08 00:28:00          29
    +#> 3595             25   A69-1303-555  5655 2016-08-08 03:04:00          29
    +#> 3596             25   A69-1303-555  5656 2016-08-08 03:12:00          29
    +#> 3597             25   A69-1303-555  5657 2016-08-08 03:14:00          29
    +#> 3598             25   A69-1303-555  5658 2016-08-08 03:16:00          29
    +#> 3599             25   A69-1303-555  5659 2016-08-08 11:26:00          29
    +#> 3600             25   A69-1303-555  5661 2016-08-08 11:28:00          29
    +#> 3601             25   A69-1303-555  5662 2016-08-08 11:30:00          29
    +#> 3602             25   A69-1303-555  5664 2016-08-08 11:32:00          29
    +#> 3603             25   A69-1303-555  5665 2016-08-08 11:34:00          29
    +#> 3604             25   A69-1303-555  5667 2016-08-08 11:36:00          29
    +#> 3605             25   A69-1303-555  5668 2016-08-08 11:38:00          29
    +#> 3606             25   A69-1303-555  5670 2016-08-08 11:40:00          29
    +#> 3607             25   A69-1303-555  5671 2016-08-08 11:44:00          29
    +#> 3608             25   A69-1303-555  5672 2016-08-08 11:46:00          29
    +#> 3609             25   A69-1303-555  5674 2016-08-08 11:48:00          29
    +#> 3610             25   A69-1303-555  5675 2016-08-08 16:44:00          29
    +#> 3611             25   A69-1303-555  5676 2016-08-08 16:46:00          29
    +#> 3612             25   A69-1303-555  5677 2016-08-08 16:48:00          29
    +#> 3613             25   A69-1303-555  5678 2016-08-08 16:50:00          29
    +#> 3614             25   A69-1303-555  5680 2016-08-08 16:54:00          29
    +#> 3615             25   A69-1303-555  5681 2016-08-08 17:00:00          29
    +#> 3616             25   A69-1303-555  5682 2016-08-08 17:04:00          29
    +#> 3617             25   A69-1303-555  5683 2016-08-08 17:06:00          29
    +#> 3618             25   A69-1303-555  5685 2016-08-08 17:08:00          29
    +#> 3619             25   A69-1303-555  5686 2016-08-08 17:32:00          29
    +#> 3620             25   A69-1303-555  5687 2016-08-08 17:54:00          29
    +#> 3621             25   A69-1303-555  5688 2016-08-08 20:42:00          29
    +#> 3622             25   A69-1303-555  5690 2016-08-08 20:44:00          29
    +#> 3623             25   A69-1303-555  5691 2016-08-08 20:46:00          29
    +#> 3624             25   A69-1303-555  5692 2016-08-08 20:50:00          29
    +#> 3625             25   A69-1303-555  5693 2016-08-08 20:52:00          29
    +#> 3626             25   A69-1303-555  5694 2016-08-08 20:54:00          29
    +#> 3627             25   A69-1303-555  5696 2016-08-08 21:04:00          29
    +#> 3628             25   A69-1303-555  5697 2016-08-08 21:06:00          29
    +#> 3629             25   A69-1303-555  5698 2016-08-08 21:08:00          29
    +#> 3630             25   A69-1303-555  5700 2016-08-08 21:10:00          29
    +#> 3631             25   A69-1303-555  5701 2016-08-08 21:12:00          29
    +#> 3632             25   A69-1303-555  5703 2016-08-08 21:14:00          29
    +#> 3633             25   A69-1303-555  5705 2016-08-08 21:16:00          29
    +#> 3634             25   A69-1303-555  5707 2016-08-08 21:18:00          29
    +#> 3635             25   A69-1303-555  5709 2016-08-08 21:20:00          29
    +#> 3636             25   A69-1303-555  5710 2016-08-08 21:22:00          29
    +#> 3637             25   A69-1303-555  5711 2016-08-08 21:24:00          29
    +#> 3638             25   A69-1303-555  5713 2016-08-08 21:26:00          29
    +#> 3639             25   A69-1303-555  5715 2016-08-08 21:28:00          29
    +#> 3640             25   A69-1303-555  5716 2016-08-08 21:30:00          29
    +#> 3641             25   A69-1303-555  5717 2016-08-08 21:32:00          29
    +#> 3642             25   A69-1303-555  5718 2016-08-08 21:34:00          29
    +#> 3643             25   A69-1303-555  5719 2016-08-08 21:42:00          29
    +#> 3644             25   A69-1303-555  5720 2016-08-08 21:46:00          29
    +#> 3645             25   A69-1303-555  5721 2016-08-08 22:00:00          29
    +#> 3646             25   A69-1303-555  5722 2016-08-08 22:06:00          29
    +#> 3647             25   A69-1303-555  5723 2016-08-08 22:24:00          29
    +#> 3648             25   A69-1303-555  5724 2016-08-08 22:26:00          29
    +#> 3649             25   A69-1303-555  5726 2016-08-08 22:28:00          29
    +#> 3650             25   A69-1303-555  5727 2016-08-08 22:30:00          29
    +#> 3651             25   A69-1303-555  5729 2016-08-08 22:32:00          29
    +#> 3652             25   A69-1303-555  5731 2016-08-08 22:34:00          29
    +#> 3653             25   A69-1303-555  5732 2016-08-08 22:36:00          29
    +#> 3654             25   A69-1303-555  5733 2016-08-08 22:38:00          29
    +#> 3655             25   A69-1303-555  5735 2016-08-08 22:40:00          29
    +#> 3656             25   A69-1303-555  5736 2016-08-08 22:42:00          29
    +#> 3657             25   A69-1303-555  5738 2016-08-08 22:46:00          29
    +#> 3658             25   A69-1303-555  5740 2016-08-08 22:48:00          29
    +#> 3659             25   A69-1303-555  5742 2016-08-08 22:50:00          29
    +#> 3660             25   A69-1303-555  5743 2016-08-08 22:52:00          29
    +#> 3661             25   A69-1303-555  5745 2016-08-08 22:54:00          29
    +#> 3662             25   A69-1303-555  5748 2016-08-08 22:56:00          29
    +#> 3663             25   A69-1303-555  5749 2016-08-08 22:58:00          29
    +#> 3664             25   A69-1303-555  5752 2016-08-08 23:00:00          29
    +#> 3665             25   A69-1303-555  5753 2016-08-08 23:02:00          29
    +#> 3666             25   A69-1303-555  5755 2016-08-08 23:04:00          29
    +#> 3667             25   A69-1303-555  5757 2016-08-08 23:06:00          29
    +#> 3668             25   A69-1303-555  5759 2016-08-08 23:08:00          29
    +#> 3669             25   A69-1303-555  5761 2016-08-08 23:10:00          29
    +#> 3670             25   A69-1303-555  5762 2016-08-08 23:12:00          29
    +#> 3671             25   A69-1303-555  5764 2016-08-08 23:14:00          29
    +#> 3672             25   A69-1303-555  5766 2016-08-08 23:20:00          29
    +#> 3673             25   A69-1303-555  5768 2016-08-08 23:22:00          29
    +#> 3674             25   A69-1303-555  5770 2016-08-08 23:24:00          29
    +#> 3675             25   A69-1303-555  5772 2016-08-08 23:26:00          29
    +#> 3676             25   A69-1303-555  5774 2016-08-08 23:28:00          29
    +#> 3677             25   A69-1303-555  5776 2016-08-08 23:30:00          29
    +#> 3678             25   A69-1303-555  5778 2016-08-08 23:32:00          29
    +#> 3679             25   A69-1303-555  5780 2016-08-08 23:34:00          29
    +#> 3680             25   A69-1303-555  5782 2016-08-08 23:36:00          29
    +#> 3681             25   A69-1303-555  5785 2016-08-08 23:38:00          29
    +#> 3682             25   A69-1303-555  5786 2016-08-08 23:40:00          29
    +#> 3683             25   A69-1303-555  5788 2016-08-09 00:44:00          29
    +#> 3684             25   A69-1303-555  5789 2016-08-09 00:56:00          29
    +#> 3685             25   A69-1303-555  5790 2016-08-09 01:02:00          29
    +#> 3686             25   A69-1303-555  5792 2016-08-09 01:06:00          29
    +#> 3687             25   A69-1303-555  5793 2016-08-10 05:10:00          29
    +#> 3688             25   A69-1303-555  5794 2016-08-10 05:12:00          29
    +#> 3689             25   A69-1303-555  5795 2016-08-10 05:14:00          29
    +#> 3690             25   A69-1303-555  5797 2016-08-10 05:16:00          29
    +#> 3691             25   A69-1303-555  5799 2016-08-10 05:18:00          29
    +#> 3692             25   A69-1303-555  5800 2016-08-10 05:20:00          29
    +#> 3693             25   A69-1303-555  5802 2016-08-10 05:22:00          29
    +#> 3694             25   A69-1303-555  5804 2016-08-10 05:24:00          29
    +#> 3695             25   A69-1303-555  5806 2016-08-10 05:26:00          29
    +#> 3696             25   A69-1303-555  5808 2016-08-10 05:34:00          29
    +#> 3697             25   A69-1303-555  5810 2016-08-10 05:36:00          29
    +#> 3698             25   A69-1303-555  5812 2016-08-10 05:38:00          29
    +#> 3699             25   A69-1303-555  5814 2016-08-10 05:40:00          29
    +#> 3700             25   A69-1303-555  5816 2016-08-10 05:42:00          29
    +#> 3701             25   A69-1303-555  5818 2016-08-10 05:44:00          29
    +#> 3702             25   A69-1303-555  5819 2016-08-10 05:46:00          29
    +#> 3703             25   A69-1303-555  5820 2016-08-10 05:48:00          29
    +#> 3704             25   A69-1303-555  5823 2016-08-10 05:54:00          29
    +#> 3705             25   A69-1303-555  5824 2016-08-10 05:56:00          29
    +#> 3706             25   A69-1303-555  5826 2016-08-10 08:04:00          29
    +#> 3707             25   A69-1303-555  5828 2016-08-10 08:06:00          29
    +#> 3708             25   A69-1303-555  5830 2016-08-10 08:08:00          29
    +#> 3709             25   A69-1303-555  5831 2016-08-10 08:10:00          29
    +#> 3710             25   A69-1303-555  5832 2016-08-10 08:12:00          29
    +#> 3711             25   A69-1303-555  5835 2016-08-10 08:14:00          29
    +#> 3712             25   A69-1303-555  5837 2016-08-10 08:16:00          29
    +#> 3713             25   A69-1303-555  5839 2016-08-10 08:18:00          29
    +#> 3714             25   A69-1303-555  5842 2016-08-10 08:20:00          29
    +#> 3715             25   A69-1303-555  5844 2016-08-10 08:22:00          29
    +#> 3716             25   A69-1303-555  5845 2016-08-10 08:24:00          29
    +#> 3717             25   A69-1303-555  5847 2016-08-10 08:26:00          29
    +#> 3718             25   A69-1303-555  5849 2016-08-10 08:28:00          29
    +#> 3719             25   A69-1303-555  5851 2016-08-10 08:30:00          29
    +#> 3720             25   A69-1303-555  5853 2016-08-10 08:32:00          29
    +#> 3721             25   A69-1303-555  5855 2016-08-10 08:34:00          29
    +#> 3722             25   A69-1303-555  5857 2016-08-10 08:36:00          29
    +#> 3723             25   A69-1303-555  5859 2016-08-10 08:38:00          29
    +#> 3724             25   A69-1303-555  5860 2016-08-10 08:40:00          29
    +#> 3725             25   A69-1303-555  5861 2016-08-10 08:42:00          29
    +#> 3726             25   A69-1303-555  5863 2016-08-10 08:44:00          29
    +#> 3727             25   A69-1303-555  5866 2016-08-10 08:46:00          29
    +#> 3728             25   A69-1303-555  5867 2016-08-10 08:50:00          29
    +#> 3729             25   A69-1303-555  5868 2016-08-10 08:52:00          29
    +#> 3730             25   A69-1303-555  5869 2016-08-10 08:54:00          29
    +#> 3731             25   A69-1303-555  5870 2016-08-10 08:58:00          29
    +#> 3732             25   A69-1303-555  5871 2016-08-10 09:00:00          29
    +#> 3733             25   A69-1303-555  5872 2016-08-10 11:08:00          29
    +#> 3734             25   A69-1303-555  5873 2016-08-10 11:26:00          29
    +#> 3735             25   A69-1303-555  5874 2016-08-10 11:28:00          29
    +#> 3736             25   A69-1303-555  5876 2016-08-10 11:36:00          29
    +#> 3737             25   A69-1303-555  5877 2016-08-10 11:40:00          29
    +#> 3738             25   A69-1303-555  5878 2016-08-10 11:44:00          29
    +#> 3739             25   A69-1303-555  5880 2016-08-10 11:46:00          29
    +#> 3740             25   A69-1303-555  5882 2016-08-10 11:48:00          29
    +#> 3741             25   A69-1303-555  5883 2016-08-10 11:50:00          29
    +#> 3742             25   A69-1303-555  5885 2016-08-10 11:54:00          29
    +#> 3743             25   A69-1303-555  5886 2016-08-10 11:56:00          29
    +#> 3744             25   A69-1303-555  5887 2016-08-10 11:58:00          29
    +#> 3745             25   A69-1303-555  5888 2016-08-10 12:10:00          29
    +#> 3746             25   A69-1303-555  5889 2016-08-10 13:06:00          29
    +#> 3747             25   A69-1303-555  5890 2016-08-10 13:08:00          29
    +#> 3748             25   A69-1303-555  5892 2016-08-10 13:10:00          29
    +#> 3749             25   A69-1303-555  5894 2016-08-10 13:12:00          29
    +#> 3750             25   A69-1303-555  5896 2016-08-10 13:14:00          29
    +#> 3751             25   A69-1303-555  5897 2016-08-10 13:16:00          29
    +#> 3752             25   A69-1303-555  5898 2016-08-10 13:18:00          29
    +#> 3753             25   A69-1303-555  5899 2016-08-10 13:20:00          29
    +#> 3754             25   A69-1303-555  5901 2016-08-10 13:22:00          29
    +#> 3755             25   A69-1303-555  5903 2016-08-10 13:24:00          29
    +#> 3756             25   A69-1303-555  5904 2016-08-10 13:26:00          29
    +#> 3757             25   A69-1303-555  5907 2016-08-10 13:30:00          29
    +#> 3758             25   A69-1303-555  5908 2016-08-10 13:32:00          29
    +#> 3759             25   A69-1303-555  5911 2016-08-10 13:34:00          29
    +#> 3760             25   A69-1303-555  5913 2016-08-10 13:36:00          29
    +#> 3761             25   A69-1303-555  5914 2016-08-10 13:40:00          29
    +#> 3762             25   A69-1303-555  5915 2016-08-10 14:14:00          29
    +#> 3763             25   A69-1303-555  5916 2016-08-10 14:16:00          29
    +#> 3764             25   A69-1303-555  5917 2016-08-10 14:30:00          29
    +#> 3765             25   A69-1303-555  5918 2016-08-10 14:32:00          29
    +#> 3766             25   A69-1303-555  5919 2016-08-10 14:34:00          29
    +#> 3767             25   A69-1303-555  5921 2016-08-10 14:36:00          29
    +#> 3768             25   A69-1303-555  5922 2016-08-10 14:38:00          29
    +#> 3769             25   A69-1303-555  5924 2016-08-10 14:40:00          29
    +#> 3770             25   A69-1303-555  5925 2016-08-10 14:42:00          29
    +#> 3771             25   A69-1303-555  5927 2016-08-10 14:46:00          29
    +#> 3772             25   A69-1303-555  5928 2016-08-10 14:56:00          29
    +#> 3773             25   A69-1303-555  5929 2016-08-10 15:04:00          29
    +#> 3774             25   A69-1303-555  5930 2016-08-10 15:10:00          29
    +#> 3775             25   A69-1303-555  5931 2016-08-10 15:12:00          29
    +#> 3776             25   A69-1303-555  5933 2016-08-10 15:14:00          29
    +#> 3777             25   A69-1303-555  5934 2016-08-10 15:16:00          29
    +#> 3778             25   A69-1303-555  5936 2016-08-10 15:22:00          29
    +#> 3779             25   A69-1303-555  5937 2016-08-10 15:24:00          29
    +#> 3780             25   A69-1303-555  5938 2016-08-10 15:26:00          29
    +#> 3781             25   A69-1303-555  5940 2016-08-10 15:28:00          29
    +#> 3782             25   A69-1303-555  5941 2016-08-10 15:30:00          29
    +#> 3783             25   A69-1303-555  5943 2016-08-10 15:34:00          29
    +#> 3784             25   A69-1303-555  5944 2016-08-10 15:36:00          29
    +#> 3785             25   A69-1303-555  5946 2016-08-10 15:38:00          29
    +#> 3786             25   A69-1303-555  5947 2016-08-10 15:40:00          29
    +#> 3787             25   A69-1303-555  5948 2016-08-10 15:42:00          29
    +#> 3788             25   A69-1303-555  5950 2016-08-10 15:44:00          29
    +#> 3789             25   A69-1303-555  5952 2016-08-10 15:46:00          29
    +#> 3790             25   A69-1303-555  5953 2016-08-10 15:54:00          29
    +#> 3791             25   A69-1303-555  5956 2016-08-10 16:00:00          29
    +#> 3792             25   A69-1303-555  5957 2016-08-10 16:02:00          29
    +#> 3793             25   A69-1303-555  5960 2016-08-10 16:04:00          29
    +#> 3794             25   A69-1303-555  5961 2016-08-10 16:06:00          29
    +#> 3795             25   A69-1303-555  5963 2016-08-10 16:08:00          29
    +#> 3796             25   A69-1303-555  5964 2016-08-10 16:14:00          29
    +#> 3797             25   A69-1303-555  5965 2016-08-10 16:16:00          29
    +#> 3798             25   A69-1303-555  5966 2016-08-10 16:18:00          29
    +#> 3799             25   A69-1303-555  5968 2016-08-12 13:50:00          29
    +#> 3800             25   A69-1303-555  5970 2016-08-12 13:52:00          29
    +#> 3801             25   A69-1303-555  5971 2016-08-12 13:54:00          29
    +#> 3802             25   A69-1303-555  5972 2016-08-12 14:02:00          29
    +#> 3803             25   A69-1303-555  5973 2016-08-12 14:14:00          29
    +#> 3804             25   A69-1303-555  5974 2016-08-12 14:18:00          29
    +#> 3805             25   A69-1303-555  5975 2016-08-12 15:42:00          29
    +#> 3806             25   A69-1303-555  5976 2016-08-12 15:44:00          29
    +#> 3807             25   A69-1303-555  5977 2016-08-12 15:46:00          29
    +#> 3808             25   A69-1303-555  5978 2016-08-12 15:48:00          29
    +#> 3809             25   A69-1303-555  5980 2016-08-12 15:50:00          29
    +#> 3810             25   A69-1303-555  5982 2016-08-12 15:52:00          29
    +#> 3811             25   A69-1303-555  5984 2016-08-12 15:54:00          29
    +#> 3812             25   A69-1303-555  5986 2016-08-12 15:56:00          29
    +#> 3813             25   A69-1303-555  5989 2016-08-12 15:58:00          29
    +#> 3814             25   A69-1303-555  5991 2016-08-12 16:00:00          29
    +#> 3815             25   A69-1303-555  5994 2016-08-12 16:02:00          29
    +#> 3816             25   A69-1303-555  5996 2016-08-12 16:04:00          29
    +#> 3817             25   A69-1303-555  5997 2016-08-12 16:06:00          29
    +#> 3818             25   A69-1303-555  6000 2016-08-12 16:08:00          29
    +#> 3819             25   A69-1303-555  6002 2016-08-12 16:10:00          29
    +#> 3820             25   A69-1303-555  6004 2016-08-12 16:12:00          29
    +#> 3821             25   A69-1303-555  6006 2016-08-12 16:14:00          29
    +#> 3822             25   A69-1303-555  6009 2016-08-12 16:16:00          29
    +#> 3823             25   A69-1303-555  6011 2016-08-12 16:18:00          29
    +#> 3824             25   A69-1303-555  6014 2016-08-12 16:20:00          29
    +#> 3825             25   A69-1303-555  6015 2016-08-12 16:22:00          29
    +#> 3826             25   A69-1303-555  6017 2016-08-12 16:24:00          29
    +#> 3827             25   A69-1303-555  6018 2016-08-12 16:26:00          29
    +#> 3828             25   A69-1303-555  6020 2016-08-12 16:28:00          29
    +#> 3829             25   A69-1303-555  6022 2016-08-12 16:30:00          29
    +#> 3830             25   A69-1303-555  6024 2016-08-12 16:32:00          29
    +#> 3831             25   A69-1303-555  6025 2016-08-12 16:34:00          29
    +#> 3832             25   A69-1303-555  6026 2016-08-12 16:36:00          29
    +#> 3833             25   A69-1303-555  6028 2016-08-12 16:38:00          29
    +#> 3834             25   A69-1303-555  6030 2016-08-13 07:38:00          23
    +#> 3835             25   A69-1303-555  6031 2016-08-13 07:46:00          23
    +#> 3836             25   A69-1303-555  6032 2016-08-13 07:48:00          23
    +#> 3837             25   A69-1303-555  6033 2016-08-13 07:58:00          23
    +#> 3838             25   A69-1303-555  6035 2016-08-13 08:00:00          23
    +#> 3839             25   A69-1303-555  6037 2016-08-13 08:02:00          23
    +#> 3840             25   A69-1303-555  6039 2016-08-13 08:04:00          23
    +#> 3841             25   A69-1303-555  6041 2016-08-13 08:06:00          23
    +#> 3842             25   A69-1303-555  6042 2016-08-13 19:08:00          23
    +#> 3843             25   A69-1303-555  6044 2016-08-13 19:10:00          23
    +#> 3844             25   A69-1303-555  6046 2016-08-13 19:12:00          23
    +#> 3845             25   A69-1303-555  6048 2016-08-13 19:16:00          23
    +#> 3846             25   A69-1303-555  6049 2016-08-13 19:20:00          23
    +#> 3847             25   A69-1303-555  6050 2016-08-13 19:24:00          23
    +#> 3848             25   A69-1303-555  6051 2016-08-14 07:22:00          39
    +#> 3849             25   A69-1303-555  6053 2016-08-14 07:28:00          39
    +#> 3850             25   A69-1303-555  6054 2016-08-14 07:32:00          39
    +#> 3851             25   A69-1303-555  6056 2016-08-14 07:34:00          39
    +#> 3852             25   A69-1303-555  6058 2016-08-14 07:36:00          39
    +#> 3853             25   A69-1303-555  6059 2016-08-14 07:40:00          39
    +#> 3854             25   A69-1303-555  6060 2016-08-14 07:42:00          39
    +#> 3855             25   A69-1303-555  6062 2016-08-14 07:44:00          39
    +#> 3856             25   A69-1303-555  6063 2016-08-15 00:12:00          39
    +#> 3857             25   A69-1303-555  6064 2016-08-15 00:14:00          39
    +#> 3858             25   A69-1303-555  6066 2016-08-15 00:16:00          39
    +#> 3859             25   A69-1303-555  6067 2016-08-15 00:18:00          39
    +#> 3860             25   A69-1303-555  6069 2016-08-15 00:20:00          39
    +#> 3861             25   A69-1303-555  6071 2016-08-15 00:22:00          39
    +#> 3862             25   A69-1303-555  6073 2016-08-15 00:24:00          39
    +#> 3863             25   A69-1303-555  6075 2016-08-15 00:26:00          39
    +#> 3864             25   A69-1303-555  6076 2016-08-15 00:28:00          39
    +#> 3865             25   A69-1303-555  6078 2016-08-15 00:30:00          39
    +#> 3866             25   A69-1303-555  6080 2016-08-15 00:32:00          39
    +#> 3867             25   A69-1303-555  6082 2016-08-15 00:34:00          39
    +#> 3868             25   A69-1303-555  6083 2016-08-15 00:36:00          39
    +#> 3869             25   A69-1303-555  6086 2016-08-15 00:38:00          39
    +#> 3870             25   A69-1303-555  6087 2016-08-15 00:40:00          39
    +#> 3871             25   A69-1303-555  6089 2016-08-15 00:42:00          39
    +#> 3872             25   A69-1303-555  6091 2016-08-15 00:44:00          39
    +#> 3873             25   A69-1303-555  6093 2016-08-15 00:46:00          39
    +#> 3874             25   A69-1303-555  6094 2016-08-15 00:48:00          39
    +#> 3875             25   A69-1303-555  6096 2016-08-15 00:50:00          39
    +#> 3876             25   A69-1303-555  6098 2016-08-15 04:52:00          23
    +#> 3877             25   A69-1303-555  6100 2016-08-15 04:58:00          23
    +#> 3878             25   A69-1303-555  6101 2016-08-15 05:00:00          23
    +#> 3879             25   A69-1303-555  6103 2016-08-15 05:18:00          23
    +#> 3880             25   A69-1303-555  6104 2016-08-15 05:20:00          23
    +#> 3881             25   A69-1303-555  6105 2016-08-15 05:22:00          23
    +#> 3882             25   A69-1303-555  6107 2016-08-15 05:24:00          23
    +#> 3883             25   A69-1303-555  6108 2016-08-15 05:28:00          23
    +#> 3884             25   A69-1303-555  6109 2016-08-15 05:32:00          23
    +#> 3885             25   A69-1303-555  6110 2016-08-15 05:36:00          23
    +#> 3886             25   A69-1303-555  6112 2016-08-15 05:38:00          23
    +#> 3887             25   A69-1303-555  6113 2016-08-15 05:40:00          23
    +#> 3888             25   A69-1303-555  6115 2016-08-15 05:42:00          23
    +#> 3889             25   A69-1303-555  6117 2016-08-15 05:44:00          23
    +#> 3890             25   A69-1303-555  6120 2016-08-15 05:46:00          23
    +#> 3891             25   A69-1303-555  6122 2016-08-15 05:48:00          23
    +#> 3892             25   A69-1303-555  6124 2016-08-15 05:50:00          23
    +#> 3893             25   A69-1303-555  6127 2016-08-15 05:52:00          23
    +#> 3894             25   A69-1303-555  6129 2016-08-15 05:54:00          23
    +#> 3895             25   A69-1303-555  6131 2016-08-15 05:56:00          23
    +#> 3896             25   A69-1303-555  6134 2016-08-15 05:58:00          23
    +#> 3897             25   A69-1303-555  6135 2016-08-15 06:00:00          23
    +#> 3898             25   A69-1303-555  6137 2016-08-15 06:02:00          23
    +#> 3899             25   A69-1303-555  6139 2016-08-15 06:04:00          23
    +#> 3900             25   A69-1303-555  6141 2016-08-15 06:06:00          23
    +#> 3901             25   A69-1303-555  6142 2016-08-15 06:08:00          23
    +#> 3902             25   A69-1303-555  6143 2016-08-15 06:10:00          23
    +#> 3903             25   A69-1303-555  6145 2016-08-15 06:12:00          23
    +#> 3904             25   A69-1303-555  6146 2016-08-15 06:18:00          23
    +#> 3905             25   A69-1303-555  6147 2016-08-15 07:02:00          23
    +#> 3906             25   A69-1303-555  6149 2016-08-15 07:04:00          23
    +#> 3907             25   A69-1303-555  6150 2016-08-15 07:06:00          23
    +#> 3908             25   A69-1303-555  6151 2016-08-15 07:08:00          23
    +#> 3909             25   A69-1303-555  6152 2016-08-15 07:16:00          23
    +#> 3910             25   A69-1303-555  6153 2016-08-15 07:22:00          23
    +#> 3911             25   A69-1303-555  6155 2016-08-15 07:26:00          23
    +#> 3912             25   A69-1303-555  6158 2016-08-15 11:14:00          23
    +#> 3913             25   A69-1303-555  6159 2016-08-15 11:32:00          23
    +#> 3914             25   A69-1303-555  6160 2016-08-15 11:34:00          23
    +#> 3915             25   A69-1303-555  6161 2016-08-15 17:54:00          23
    +#> 3916             25   A69-1303-555  6162 2016-08-15 17:56:00          23
    +#> 3917             25   A69-1303-555  6163 2016-08-15 18:08:00          23
    +#> 3918             25   A69-1303-555  6164 2016-08-15 19:36:00          39
    +#> 3919             25   A69-1303-555  6166 2016-08-15 19:38:00          39
    +#> 3920             25   A69-1303-555  6168 2016-08-15 19:40:00          39
    +#> 3921             25   A69-1303-555  6169 2016-08-15 19:44:00          39
    +#> 3922             25   A69-1303-555  6171 2016-08-15 19:46:00          39
    +#> 3923             25   A69-1303-555  6173 2016-08-15 19:50:00          39
    +#> 3924             25   A69-1303-555  6175 2016-08-15 19:52:00          39
    +#> 3925             25   A69-1303-555  6176 2016-08-15 19:54:00          39
    +#> 3926             25   A69-1303-555  6178 2016-08-15 19:56:00          39
    +#> 3927             25   A69-1303-555  6180 2016-08-15 20:00:00          39
    +#> 3928             25   A69-1303-555  6181 2016-08-15 22:26:00          39
    +#> 3929             25   A69-1303-555  6182 2016-08-15 22:34:00          39
    +#> 3930             25   A69-1303-555  6183 2016-08-15 22:36:00          39
    +#> 3931             25   A69-1303-555  6184 2016-08-16 01:58:00          29
    +#> 3932             25   A69-1303-555  6185 2016-08-16 02:00:00          29
    +#> 3933             25   A69-1303-555  6187 2016-08-16 02:04:00          29
    +#> 3934             25   A69-1303-555  6189 2016-08-16 02:06:00          29
    +#> 3935             25   A69-1303-555  6191 2016-08-16 02:08:00          29
    +#> 3936             25   A69-1303-555  6194 2016-08-16 02:10:00          29
    +#> 3937             25   A69-1303-555  6195 2016-08-16 02:16:00          29
    +#> 3938             25   A69-1303-555  6196 2016-08-16 21:04:00          29
    +#> 3939             25   A69-1303-555  6197 2016-08-16 21:06:00          29
    +#> 3940             25   A69-1303-555  6199 2016-08-16 21:08:00          29
    +#> 3941             25   A69-1303-555  6201 2016-08-16 21:10:00          29
    +#> 3942             25   A69-1303-555  6203 2016-08-16 21:12:00          29
    +#> 3943             25   A69-1303-555  6205 2016-08-16 21:14:00          29
    +#> 3944             25   A69-1303-555  6208 2016-08-16 21:16:00          29
    +#> 3945             25   A69-1303-555  6209 2016-08-16 21:18:00          29
    +#> 3946             25   A69-1303-555  6211 2016-08-16 21:20:00          29
    +#> 3947             25   A69-1303-555  6212 2016-08-16 21:22:00          29
    +#> 3948             25   A69-1303-555  6215 2016-08-16 21:24:00          29
    +#> 3949             25   A69-1303-555  6216 2016-08-16 21:26:00          29
    +#> 3950             25   A69-1303-555  6218 2016-08-16 21:28:00          29
    +#> 3951             25   A69-1303-555  6220 2016-08-16 21:30:00          29
    +#> 3952             25   A69-1303-555  6222 2016-08-16 21:32:00          29
    +#> 3953             25   A69-1303-555  6224 2016-08-16 21:34:00          29
    +#> 3954             25   A69-1303-555  6226 2016-08-16 21:36:00          29
    +#> 3955             25   A69-1303-555  6228 2016-08-16 21:38:00          29
    +#> 3956             25   A69-1303-555  6230 2016-08-16 21:40:00          29
    +#> 3957             25   A69-1303-555  6232 2016-08-16 21:42:00          29
    +#> 3958             25   A69-1303-555  6234 2016-08-16 21:44:00          29
    +#> 3959             25   A69-1303-555  6236 2016-08-16 21:46:00          29
    +#> 3960             25   A69-1303-555  6238 2016-08-16 21:48:00          29
    +#> 3961             25   A69-1303-555  6239 2016-08-16 21:50:00          29
    +#> 3962             25   A69-1303-555  6241 2016-08-16 21:52:00          29
    +#> 3963             25   A69-1303-555  6243 2016-08-16 21:54:00          29
    +#> 3964             25   A69-1303-555  6245 2016-08-16 21:56:00          29
    +#> 3965             25   A69-1303-555  6247 2016-08-16 21:58:00          29
    +#> 3966             25   A69-1303-555  6249 2016-08-16 22:00:00          29
    +#> 3967             25   A69-1303-555  6251 2016-08-16 22:04:00          29
    +#> 3968             25   A69-1303-555  6252 2016-08-16 22:06:00          29
    +#> 3969             25   A69-1303-555  6253 2016-08-16 22:08:00          29
    +#> 3970             25   A69-1303-555  6255 2016-08-16 22:10:00          29
    +#> 3971             25   A69-1303-555  6257 2016-08-16 22:12:00          29
    +#> 3972             25   A69-1303-555  6258 2016-08-16 22:14:00          29
    +#> 3973             25   A69-1303-555  6260 2016-08-17 19:22:00          29
    +#> 3974             25   A69-1303-555  6261 2016-08-17 19:24:00          29
    +#> 3975             25   A69-1303-555  6263 2016-08-17 19:28:00          29
    +#> 3976             25   A69-1303-555  6264 2016-08-17 22:26:00          29
    +#> 3977             25   A69-1303-555  6265 2016-08-17 22:30:00          29
    +#> 3978             25   A69-1303-555  6266 2016-08-17 23:02:00          29
    +#> 3979             25   A69-1303-555  6267 2016-08-17 23:04:00          29
    +#> 3980             25   A69-1303-555  6268 2016-08-17 23:06:00          29
    +#> 3981             25   A69-1303-555  6270 2016-08-17 23:08:00          29
    +#> 3982             25   A69-1303-555  6271 2016-08-17 23:10:00          29
    +#> 3983             25   A69-1303-555  6273 2016-08-17 23:12:00          29
    +#> 3984             25   A69-1303-555  6276 2016-08-17 23:14:00          29
    +#> 3985             25   A69-1303-555  6277 2016-08-17 23:16:00          29
    +#> 3986             25   A69-1303-555  6279 2016-08-17 23:18:00          29
    +#> 3987             25   A69-1303-555  6280 2016-08-17 23:20:00          29
    +#> 3988             25   A69-1303-555  6281 2016-08-17 23:22:00          29
    +#> 3989             25   A69-1303-555  6283 2016-08-17 23:24:00          29
    +#> 3990             25   A69-1303-555  6284 2016-08-17 23:26:00          29
    +#> 3991             25   A69-1303-555  6286 2016-08-17 23:28:00          29
    +#> 3992             25   A69-1303-555  6287 2016-08-17 23:32:00          29
    +#> 3993             25   A69-1303-555  6288 2016-08-17 23:34:00          29
    +#> 3994             25   A69-1303-555  6289 2016-08-17 23:36:00          29
    +#> 3995             25   A69-1303-555  6290 2016-08-17 23:38:00          29
    +#> 3996             25   A69-1303-555  6292 2016-08-17 23:40:00          29
    +#> 3997             25   A69-1303-555  6293 2016-08-21 20:02:00          29
    +#> 3998             25   A69-1303-555  6295 2016-08-21 20:06:00          29
    +#> 3999             25   A69-1303-555  6296 2016-08-21 20:08:00          29
    +#> 4000             25   A69-1303-555  6297 2016-08-21 20:10:00          29
    +#> 4001             25   A69-1303-555  6298 2016-08-21 20:16:00          29
    +#> 4002             25   A69-1303-555  6299 2016-08-21 20:18:00          29
    +#> 4003             25   A69-1303-555  6301 2016-08-21 20:20:00          29
    +#> 4004             25   A69-1303-555  6302 2016-08-21 20:22:00          29
    +#> 4005             25   A69-1303-555  6304 2016-08-21 20:24:00          29
    +#> 4006             25   A69-1303-555  6306 2016-08-21 20:26:00          29
    +#> 4007             25   A69-1303-555  6308 2016-08-21 20:28:00          29
    +#> 4008             25   A69-1303-555  6310 2016-08-21 20:30:00          29
    +#> 4009             25   A69-1303-555  6311 2016-08-22 07:38:00          11
    +#> 4010             25   A69-1303-555  6312 2016-08-22 07:40:00          11
    +#> 4011             25   A69-1303-555  6314 2016-08-22 08:18:00          40
    +#> 4012             25   A69-1303-555  6315 2016-08-22 08:32:00          40
    +#> 4013             25   A69-1303-555  6316 2016-08-22 08:36:00          40
    +#> 4014             25   A69-1303-555  6317 2016-08-22 08:38:00          40
    +#> 4015             25   A69-1303-555  6318 2016-08-22 08:40:00          40
    +#> 4016             25   A69-1303-555  6320 2016-08-22 08:42:00          40
    +#> 4017             25   A69-1303-555  6322 2016-08-22 08:44:00          40
    +#> 4018             25   A69-1303-555  6323 2016-08-22 08:48:00          40
    +#> 4019             25   A69-1303-555  6324 2016-08-22 08:52:00          40
    +#> 4020             25   A69-1303-555  6326 2016-08-22 08:54:00          40
    +#> 4021             25   A69-1303-555  6327 2016-08-22 08:56:00          40
    +#> 4022             25   A69-1303-555  6328 2016-08-22 09:08:00          40
    +#> 4023             25   A69-1303-555  6329 2016-08-22 09:10:00          40
    +#> 4024             25   A69-1303-555  6331 2016-08-22 09:12:00          40
    +#> 4025             25   A69-1303-555  6333 2016-08-22 09:16:00          40
    +#> 4026             25   A69-1303-555  6334 2016-08-22 16:38:00          23
    +#> 4027             25   A69-1303-555  6335 2016-08-22 16:40:00          23
    +#> 4028             25   A69-1303-555  6336 2016-08-22 16:48:00          23
    +#> 4029             25   A69-1303-555  6337 2016-08-22 19:48:00          29
    +#> 4030             25   A69-1303-555  6338 2016-08-22 19:50:00          29
    +#> 4031             25   A69-1303-555  6341 2016-08-22 19:52:00          29
    +#> 4032             25   A69-1303-555  6342 2016-08-22 19:54:00          29
    +#> 4033             25   A69-1303-555  6344 2016-08-22 19:56:00          29
    +#> 4034             25   A69-1303-555  6346 2016-08-22 19:58:00          29
    +#> 4035             25   A69-1303-555  6348 2016-08-22 20:00:00          29
    +#> 4036             25   A69-1303-555  6349 2016-08-22 20:02:00          29
    +#> 4037             25   A69-1303-555  6350 2016-08-22 20:34:00          29
    +#> 4038             25   A69-1303-555  6351 2016-08-22 20:36:00          29
    +#> 4039             25   A69-1303-555  6352 2016-08-22 20:38:00          29
    +#> 4040             25   A69-1303-555  6354 2016-08-22 20:40:00          29
    +#> 4041             25   A69-1303-555  6356 2016-08-22 20:42:00          29
    +#> 4042             25   A69-1303-555  6358 2016-08-22 20:44:00          29
    +#> 4043             25   A69-1303-555  6360 2016-08-22 20:46:00          29
    +#> 4044             25   A69-1303-555  6362 2016-08-22 20:48:00          29
    +#> 4045             25   A69-1303-555  6363 2016-08-22 20:50:00          29
    +#> 4046             25   A69-1303-555  6366 2016-08-22 20:52:00          29
    +#> 4047             25   A69-1303-555  6368 2016-08-22 20:54:00          29
    +#> 4048             25   A69-1303-555  6369 2016-08-22 20:56:00          29
    +#> 4049             25   A69-1303-555  6370 2016-08-22 21:02:00          29
    +#> 4050             25   A69-1303-555  6371 2016-08-23 03:14:00          23
    +#> 4051             25   A69-1303-555  6372 2016-08-23 03:16:00          23
    +#> 4052             25   A69-1303-555  6373 2016-08-23 03:18:00          23
    +#> 4053             25   A69-1303-555  6374 2016-08-23 03:22:00          23
    +#> 4054             25   A69-1303-555  6375 2016-08-26 14:16:00          39
    +#> 4055             25   A69-1303-555  6376 2016-08-26 14:18:00          39
    +#> 4056             25   A69-1303-555  6377 2016-08-26 14:20:00          39
    +#> 4057             25   A69-1303-555  6378 2016-08-26 14:22:00          39
    +#> 4058             25   A69-1303-555  6379 2016-08-26 14:24:00          39
    +#> 4059             25   A69-1303-555  6380 2016-08-26 14:34:00          39
    +#> 4060             25   A69-1303-555  6381 2016-08-26 14:36:00          39
    +#> 4061             25   A69-1303-555  6382 2016-08-26 14:44:00          39
    +#> 4062             25   A69-1303-555  6383 2016-08-26 14:48:00          39
    +#> 4063             25   A69-1303-555  6384 2016-08-26 14:54:00          39
    +#> 4064             25   A69-1303-555  6385 2016-08-26 14:56:00          39
    +#> 4065             25   A69-1303-555  6387 2016-08-26 14:58:00          39
    +#> 4066             25   A69-1303-555  6388 2016-08-26 15:00:00          39
    +#> 4067             25   A69-1303-555  6389 2016-08-26 15:02:00          39
    +#> 4068             25   A69-1303-555  6391 2016-08-26 15:04:00          39
    +#> 4069             25   A69-1303-555  6394 2016-08-26 15:06:00          39
    +#> 4070             25   A69-1303-555  6395 2016-08-26 15:08:00          39
    +#> 4071             25   A69-1303-555  6398 2016-08-26 15:10:00          39
    +#> 4072             25   A69-1303-555  6400 2016-08-26 15:12:00          39
    +#> 4073             25   A69-1303-555  6401 2016-08-31 04:42:00          39
    +#> 4074             25   A69-1303-555  6402 2016-08-31 04:44:00          39
    +#> 4075             25   A69-1303-555  6403 2016-08-31 04:48:00          39
    +#> 4076             25   A69-1303-555  6404 2016-08-31 04:50:00          39
    +#> 4077             25   A69-1303-555  6405 2016-08-31 04:52:00          39
    +#> 4078             25   A69-1303-555  6407 2016-08-31 04:54:00          39
    +#> 4079             25   A69-1303-555  6409 2016-08-31 04:56:00          39
    +#> 4080             25   A69-1303-555  6411 2016-08-31 04:58:00          39
    +#> 4081             25   A69-1303-555  6413 2016-08-31 05:00:00          39
    +#> 4082             25   A69-1303-555  6415 2016-08-31 05:02:00          39
    +#> 4083             25   A69-1303-555  6416 2016-08-31 05:04:00          39
    +#> 4084             25   A69-1303-555  6419 2016-08-31 05:06:00          39
    +#> 4085             25   A69-1303-555  6421 2016-08-31 05:08:00          39
    +#> 4086             25   A69-1303-555  6423 2016-08-31 05:10:00          39
    +#> 4087             25   A69-1303-555  6425 2016-08-31 05:12:00          39
    +#> 4088             25   A69-1303-555  6426 2016-08-31 05:16:00          39
    +#> 4089             25   A69-1303-555  6428 2016-08-31 05:18:00          39
    +#> 4090             25   A69-1303-555  6430 2016-08-31 05:22:00          39
    +#> 4091             25   A69-1303-555  6431 2016-08-31 05:24:00          39
    +#> 4092             25   A69-1303-555  6432 2016-08-31 05:26:00          39
    +#> 4093             25   A69-1303-555  6433 2016-09-01 23:56:00          39
    +#> 4094             25   A69-1303-555  6434 2016-09-01 23:58:00          39
    +#> 4095             25   A69-1303-555  6436 2016-09-02 00:00:00          39
    +#> 4096             25   A69-1303-555  6437 2016-09-02 00:02:00          39
    +#> 4097             25   A69-1303-555  6438 2016-09-02 00:04:00          39
    +#> 4098             25   A69-1303-555  6440 2016-09-02 00:06:00          39
    +#> 4099             25   A69-1303-555  6441 2016-09-02 00:08:00          39
    +#> 4100             25   A69-1303-555  6443 2016-09-02 00:10:00          39
    +#> 4101             25   A69-1303-555  6445 2016-09-02 00:12:00          39
    +#> 4102             25   A69-1303-555  6447 2016-09-02 00:14:00          39
    +#> 4103             25   A69-1303-555  6448 2016-09-02 00:16:00          39
    +#> 4104             25   A69-1303-555  6450 2016-09-02 00:18:00          39
    +#> 4105             25   A69-1303-555  6452 2016-09-02 00:20:00          39
    +#> 4106             25   A69-1303-555  6453 2016-09-02 00:22:00          39
    +#> 4107             25   A69-1303-555  6456 2016-09-02 00:24:00          39
    +#> 4108             25   A69-1303-555  6458 2016-09-02 00:26:00          39
    +#> 4109             25   A69-1303-555  6459 2016-09-02 00:28:00          39
    +#> 4110             25   A69-1303-555  6461 2016-09-02 00:30:00          39
    +#> 4111             25   A69-1303-555  6463 2016-09-02 00:32:00          39
    +#> 4112             25   A69-1303-555  6464 2016-09-02 00:34:00          39
    +#> 4113             25   A69-1303-555  6466 2016-09-02 00:36:00          39
    +#> 4114             25   A69-1303-555  6468 2016-09-02 00:38:00          39
    +#> 4115             25   A69-1303-555  6470 2016-09-02 00:40:00          39
    +#> 4116             25   A69-1303-555  6471 2016-09-02 00:44:00          39
    +#> 4117             25   A69-1303-555  6472 2016-09-02 00:46:00          39
    +#> 4118             25   A69-1303-555  6473 2016-09-02 00:48:00          39
    +#> 4119             25   A69-1303-555  6474 2016-09-02 00:50:00          39
    +#> 4120             25   A69-1303-555  6475 2016-09-02 01:00:00          39
    +#> 4121             25   A69-1303-555  6476 2016-09-02 01:02:00          39
    +#> 4122             25   A69-1303-555  6477 2016-09-03 04:46:00          39
    +#> 4123             25   A69-1303-555  6479 2016-09-03 04:50:00          39
    +#> 4124             25   A69-1303-555  6481 2016-09-03 04:52:00          39
    +#> 4125             25   A69-1303-555  6483 2016-09-03 04:54:00          39
    +#> 4126             25   A69-1303-555  6485 2016-09-03 05:00:00          39
    +#> 4127             25   A69-1303-555  6486 2016-09-03 05:02:00          39
    +#> 4128             25   A69-1303-555  6487 2016-09-03 05:04:00          39
    +#> 4129             25   A69-1303-555  6489 2016-09-03 05:06:00          39
    +#> 4130             25   A69-1303-555  6490 2016-09-03 05:10:00          39
    +#> 4131             25   A69-1303-555  6491 2016-09-03 05:12:00          39
    +#> 4132             25   A69-1303-555  6492 2016-09-03 05:18:00          39
    +#> 4133             25   A69-1303-555  6493 2016-09-03 05:40:00          39
    +#> 4134             25   A69-1303-555  6494 2016-09-03 05:42:00          39
    +#> 4135             25   A69-1303-555  6495 2016-09-03 05:44:00          39
    +#> 4136             25   A69-1303-555  6497 2016-09-03 05:46:00          39
    +#> 4137             25   A69-1303-555  6498 2016-09-03 05:48:00          39
    +#> 4138             25   A69-1303-555  6501 2016-09-03 05:50:00          39
    +#> 4139             25   A69-1303-555  6502 2016-09-03 05:54:00          39
    +#> 4140             25   A69-1303-555  6504 2016-09-03 05:56:00          39
    +#> 4141             25   A69-1303-555  6505 2016-09-03 19:36:00          11
    +#> 4142             25   A69-1303-555  6507 2016-09-03 19:38:00          11
    +#> 4143             25   A69-1303-555  6509 2016-09-03 19:40:00          11
    +#> 4144             25   A69-1303-555  6511 2016-09-04 06:32:00          39
    +#> 4145             25   A69-1303-555  6512 2016-09-04 06:34:00          39
    +#> 4146             25   A69-1303-555  6514 2016-09-04 06:36:00          39
    +#> 4147             25   A69-1303-555  6515 2016-09-04 06:42:00          39
    +#> 4148             25   A69-1303-555  6516 2016-09-04 06:44:00          39
    +#> 4149             25   A69-1303-555  6517 2016-09-04 06:50:00          39
    +#> 4150             25   A69-1303-555  6518 2016-09-04 06:54:00          39
    +#> 4151             25   A69-1303-555  6521 2016-09-04 06:56:00          39
    +#> 4152             25   A69-1303-555  6523 2016-09-04 06:58:00          39
    +#> 4153             25   A69-1303-555  6524 2016-09-04 07:00:00          39
    +#> 4154             25   A69-1303-555  6526 2016-09-04 07:02:00          39
    +#> 4155             25   A69-1303-555  6527 2016-09-04 07:04:00          39
    +#> 4156             25   A69-1303-555  6528 2016-09-04 07:10:00          39
    +#> 4157             25   A69-1303-555  6529 2016-09-04 07:12:00          39
    +#> 4158             25   A69-1303-555  6531 2016-09-04 07:14:00          39
    +#> 4159             25   A69-1303-555  6532 2016-09-04 08:32:00          39
    +#> 4160             25   A69-1303-555  6533 2016-09-04 08:38:00          39
    +#> 4161             25   A69-1303-555  6534 2016-09-04 08:40:00          39
    +#> 4162             25   A69-1303-555  6535 2016-09-04 08:44:00          39
    +#> 4163             25   A69-1303-555  6536 2016-09-04 08:50:00          39
    +#> 4164             25   A69-1303-555  6537 2016-09-04 08:52:00          39
    +#> 4165             25   A69-1303-555  6539 2016-09-04 08:54:00          39
    +#> 4166             25   A69-1303-555  6541 2016-09-04 09:06:00          39
    +#> 4167             25   A69-1303-555  6542 2016-09-04 09:10:00          39
    +#> 4168             25   A69-1303-555  6543 2016-09-04 09:16:00          39
    +#> 4169             25   A69-1303-555  6544 2016-09-04 11:02:00          39
    +#> 4170             25   A69-1303-555  6545 2016-09-04 11:04:00          39
    +#> 4171             25   A69-1303-555  6546 2016-09-04 11:06:00          39
    +#> 4172             25   A69-1303-555  6547 2016-09-04 11:14:00          39
    +#> 4173             25   A69-1303-555  6548 2016-09-04 11:28:00          39
    +#> 4174             25   A69-1303-555  6549 2016-09-04 11:48:00          39
    +#> 4175             25   A69-1303-555  6551 2016-09-04 11:50:00          39
    +#> 4176             25   A69-1303-555  6553 2016-09-04 11:52:00          39
    +#> 4177             25   A69-1303-555  6554 2016-09-04 12:00:00          39
    +#> 4178             25   A69-1303-555  6555 2016-09-04 12:06:00          39
    +#> 4179             25   A69-1303-555  6557 2016-09-04 12:08:00          39
    +#> 4180             25   A69-1303-555  6558 2016-09-04 12:10:00          39
    +#> 4181             25   A69-1303-555  6560 2016-09-04 12:12:00          39
    +#> 4182             25   A69-1303-555  6562 2016-09-04 12:14:00          39
    +#> 4183             25   A69-1303-555  6564 2016-09-04 12:16:00          39
    +#> 4184             25   A69-1303-555  6566 2016-09-04 12:18:00          39
    +#> 4185             25   A69-1303-555  6568 2016-09-04 12:20:00          39
    +#> 4186             25   A69-1303-555  6570 2016-09-04 12:24:00          39
    +#> 4187             25   A69-1303-555  6571 2016-09-04 12:26:00          39
    +#> 4188             25   A69-1303-555  6572 2016-09-04 12:28:00          39
    +#> 4189             25   A69-1303-555  6574 2016-09-04 12:42:00          39
    +#> 4190             25   A69-1303-555  6575 2016-09-04 12:44:00          39
    +#> 4191             25   A69-1303-555  6577 2016-09-04 12:46:00          39
    +#> 4192             25   A69-1303-555  6579 2016-09-04 12:48:00          39
    +#> 4193             25   A69-1303-555  6581 2016-09-04 12:50:00          39
    +#> 4194             25   A69-1303-555  6583 2016-09-04 12:52:00          39
    +#> 4195             25   A69-1303-555  6585 2016-09-04 12:54:00          39
    +#> 4196             25   A69-1303-555  6587 2016-09-04 12:56:00          39
    +#> 4197             25   A69-1303-555  6589 2016-09-04 13:00:00          39
    +#> 4198             25   A69-1303-555  6591 2016-09-04 13:02:00          39
    +#> 4199             25   A69-1303-555  6592 2016-09-04 13:04:00          39
    +#> 4200             25   A69-1303-555  6594 2016-09-04 13:06:00          39
    +#> 4201             25   A69-1303-555  6596 2016-09-04 13:10:00          39
    +#> 4202             25   A69-1303-555  6599 2016-09-04 13:12:00          39
    +#> 4203             25   A69-1303-555  6600 2016-09-04 13:18:00          39
    +#> 4204             25   A69-1303-555  6601 2016-09-04 17:18:00          23
    +#> 4205             25   A69-1303-555  6602 2016-09-04 17:20:00          23
    +#> 4206             25   A69-1303-555  6603 2016-09-04 17:22:00          23
    +#> 4207             25   A69-1303-555  6604 2016-09-04 17:34:00          23
    +#> 4208             25   A69-1303-555  6605 2016-09-04 20:06:00          23
    +#> 4209             25   A69-1303-555  6606 2016-09-04 20:10:00          23
    +#> 4210             25   A69-1303-555  6608 2016-09-04 20:14:00          23
    +#> 4211             25   A69-1303-555  6609 2016-09-04 20:16:00          23
    +#> 4212             25   A69-1303-555  6612 2016-09-04 20:18:00          23
    +#> 4213             25   A69-1303-555  6614 2016-09-04 20:20:00          23
    +#> 4214             25   A69-1303-555  6616 2016-09-04 20:22:00          23
    +#> 4215             25   A69-1303-555  6617 2016-09-04 20:24:00          23
    +#> 4216             25   A69-1303-555  6618 2016-09-04 20:26:00          23
    +#> 4217             25   A69-1303-555  6619 2016-09-04 20:28:00          23
    +#> 4218             25   A69-1303-555  6620 2016-09-04 20:34:00          23
    +#> 4219             25   A69-1303-555  6621 2016-09-04 22:08:00          39
    +#> 4220             25   A69-1303-555  6622 2016-09-04 22:10:00          39
    +#> 4221             25   A69-1303-555  6624 2016-09-04 22:12:00          39
    +#> 4222             25   A69-1303-555  6626 2016-09-04 22:16:00          39
    +#> 4223             25   A69-1303-555  6628 2016-09-04 22:18:00          39
    +#> 4224             25   A69-1303-555  6629 2016-09-05 07:02:00          39
    +#> 4225             25   A69-1303-555  6630 2016-09-05 07:06:00          39
    +#> 4226             25   A69-1303-555  6632 2016-09-05 07:08:00          39
    +#> 4227             25   A69-1303-555  6634 2016-09-05 07:10:00          39
    +#> 4228             25   A69-1303-555  6636 2016-09-05 07:12:00          39
    +#> 4229             25   A69-1303-555  6637 2016-09-05 07:32:00          39
    +#> 4230             25   A69-1303-555  6638 2016-09-05 07:34:00          39
    +#> 4231             25   A69-1303-555  6639 2016-09-05 07:36:00          39
    +#> 4232             25   A69-1303-555  6640 2016-09-05 07:38:00          39
    +#> 4233             25   A69-1303-555  6641 2016-09-05 07:40:00          39
    +#> 4234             25   A69-1303-555  6642 2016-09-05 07:42:00          39
    +#> 4235             25   A69-1303-555  6643 2016-09-05 07:44:00          39
    +#> 4236             25   A69-1303-555  6644 2016-09-05 12:02:00          39
    +#> 4237             25   A69-1303-555  6645 2016-09-05 12:12:00          39
    +#> 4238             25   A69-1303-555  6646 2016-09-05 12:14:00          39
    +#> 4239             25   A69-1303-555  6647 2016-09-05 12:16:00          39
    +#> 4240             25   A69-1303-555  6649 2016-09-05 12:18:00          39
    +#> 4241             25   A69-1303-555  6650 2016-09-05 12:22:00          39
    +#> 4242             25   A69-1303-555  6652 2016-09-05 12:28:00          39
    +#> 4243             25   A69-1303-555  6653 2016-09-05 12:30:00          39
    +#> 4244             25   A69-1303-555  6654 2016-09-05 12:32:00          39
    +#> 4245             25   A69-1303-555  6656 2016-09-05 14:52:00          39
    +#> 4246             25   A69-1303-555  6657 2016-09-05 14:54:00          39
    +#> 4247             25   A69-1303-555  6659 2016-09-05 14:56:00          39
    +#> 4248             25   A69-1303-555  6661 2016-09-05 14:58:00          39
    +#> 4249             25   A69-1303-555  6663 2016-09-05 15:00:00          39
    +#> 4250             25   A69-1303-555  6665 2016-09-05 15:02:00          39
    +#> 4251             25   A69-1303-555  6666 2016-09-05 15:04:00          39
    +#> 4252             25   A69-1303-555  6668 2016-09-05 15:06:00          39
    +#> 4253             25   A69-1303-555  6669 2016-09-05 15:08:00          39
    +#> 4254             25   A69-1303-555  6670 2016-09-05 15:10:00          39
    +#> 4255             25   A69-1303-555  6671 2016-09-05 20:44:00          11
    +#> 4256             25   A69-1303-555  6672 2016-09-05 20:54:00          11
    +#> 4257             25   A69-1303-555  6674 2016-09-05 21:04:00          11
    +#> 4258             25   A69-1303-555  6675 2016-09-05 21:08:00          11
    +#> 4259             25   A69-1303-555  6677 2016-09-05 21:10:00          11
    +#> 4260             25   A69-1303-555  6679 2016-09-05 21:12:00          11
    +#> 4261             25   A69-1303-555  6680 2016-09-05 21:36:00          11
    +#> 4262             25   A69-1303-555  6681 2016-09-05 21:38:00          11
    +#> 4263             25   A69-1303-555  6683 2016-09-05 21:40:00          11
    +#> 4264             25   A69-1303-555  6684 2016-09-05 21:42:00          11
    +#> 4265             25   A69-1303-555  6686 2016-09-05 21:44:00          11
    +#> 4266             25   A69-1303-555  6687 2016-09-06 00:28:00          11
    +#> 4267             25   A69-1303-555  6688 2016-09-06 00:30:00          11
    +#> 4268             25   A69-1303-555  6689 2016-09-06 00:32:00          11
    +#> 4269             25   A69-1303-555  6690 2016-09-06 00:34:00          11
    +#> 4270             25   A69-1303-555  6691 2016-09-06 00:36:00          11
    +#> 4271             25   A69-1303-555  6692 2016-09-06 00:46:00          11
    +#> 4272             25   A69-1303-555  6693 2016-09-06 00:54:00          11
    +#> 4273             25   A69-1303-555  6695 2016-09-06 00:58:00          11
    +#> 4274             25   A69-1303-555  6696 2016-09-06 01:00:00          11
    +#> 4275             25   A69-1303-555  6697 2016-09-06 01:08:00          11
    +#> 4276             25   A69-1303-555  6698 2016-09-06 10:48:00          39
    +#> 4277             25   A69-1303-555  6700 2016-09-06 10:50:00          39
    +#> 4278             25   A69-1303-555  6701 2016-09-06 10:52:00          39
    +#> 4279             25   A69-1303-555  6704 2016-09-06 10:54:00          39
    +#> 4280             25   A69-1303-555  6706 2016-09-06 10:56:00          39
    +#> 4281             25   A69-1303-555  6707 2016-09-06 10:58:00          39
    +#> 4282             25   A69-1303-555  6709 2016-09-06 11:00:00          39
    +#> 4283             25   A69-1303-555  6710 2016-09-06 11:02:00          39
    +#> 4284             25   A69-1303-555  6711 2016-09-06 11:04:00          39
    +#> 4285             25   A69-1303-555  6712 2016-09-06 11:06:00          39
    +#> 4286             25   A69-1303-555  6714 2016-09-06 11:16:00          39
    +#> 4287             25   A69-1303-555  6715 2016-09-06 11:22:00          39
    +#> 4288             25   A69-1303-555  6716 2016-09-09 11:10:00          39
    +#> 4289             25   A69-1303-555  6717 2016-09-09 11:12:00          39
    +#> 4290             25   A69-1303-555  6718 2016-09-09 11:14:00          39
    +#> 4291             25   A69-1303-555  6720 2016-09-09 11:36:00          39
    +#> 4292             25   A69-1303-555  6721 2016-09-09 11:38:00          39
    +#> 4293             25   A69-1303-555  6722 2016-09-10 20:16:00          38
    +#> 4294             25   A69-1303-555  6723 2016-09-10 20:20:00          38
    +#> 4295             25   A69-1303-555  6725 2016-09-10 20:22:00          38
    +#> 4296             25   A69-1303-555  6727 2016-09-10 20:24:00          38
    +#> 4297             25   A69-1303-555  6728 2016-09-11 03:20:00          38
    +#> 4298             25   A69-1303-555  6729 2016-09-11 03:22:00          38
    +#> 4299             25   A69-1303-555  6731 2016-09-11 03:28:00          38
    +#> 4300             25   A69-1303-555  6733 2016-09-11 03:30:00          38
    +#> 4301             25   A69-1303-555  6734 2016-09-11 03:32:00          38
    +#> 4302             25   A69-1303-555  6735 2016-09-11 03:34:00          38
    +#> 4303             25   A69-1303-555  6736 2016-09-11 03:36:00          38
    +#> 4304             25   A69-1303-555  6737 2016-09-11 03:52:00          38
    +#> 4305             25   A69-1303-555  6738 2016-09-11 03:54:00          38
    +#> 4306             25   A69-1303-555  6739 2016-09-11 04:12:00          38
    +#> 4307             25   A69-1303-555  6741 2016-09-11 04:16:00          38
    +#> 4308             25   A69-1303-555  6742 2016-09-11 04:18:00          38
    +#> 4309             25   A69-1303-555  6744 2016-09-11 05:14:00          38
    +#> 4310             25   A69-1303-555  6745 2016-09-11 05:28:00          38
    +#> 4311             25   A69-1303-555  6746 2016-09-11 05:42:00          38
    +#> 4312             25   A69-1303-555  6747 2016-09-11 06:30:00          38
    +#> 4313             25   A69-1303-555  6748 2016-09-11 06:34:00          38
    +#> 4314             25   A69-1303-555  6749 2016-09-11 06:46:00          38
    +#> 4315             25   A69-1303-555  6751 2016-09-12 21:00:00          23
    +#> 4316             25   A69-1303-555  6753 2016-09-12 21:02:00          23
    +#> 4317             25   A69-1303-555  6754 2016-09-12 21:04:00          23
    +#> 4318             25   A69-1303-555  6755 2016-09-12 21:16:00          23
    +#> 4319             25   A69-1303-555  6756 2016-09-12 21:18:00          23
    +#> 4320             25   A69-1303-555  6758 2016-09-12 21:20:00          23
    +#> 4321             25   A69-1303-555  6760 2016-09-12 21:22:00          23
    +#> 4322             25   A69-1303-555  6761 2016-09-12 21:24:00          23
    +#> 4323             25   A69-1303-555  6762 2016-09-12 21:26:00          23
    +#> 4324             25   A69-1303-555  6764 2016-09-12 21:28:00          23
    +#> 4325             25   A69-1303-555  6765 2016-09-12 21:30:00          23
    +#> 4326             25   A69-1303-555  6767 2016-09-12 21:32:00          23
    +#> 4327             25   A69-1303-555  6769 2016-09-12 21:34:00          23
    +#> 4328             25   A69-1303-555  6771 2016-09-12 21:36:00          23
    +#> 4329             25   A69-1303-555  6773 2016-09-12 21:38:00          23
    +#> 4330             25   A69-1303-555  6774 2016-09-13 08:56:00          39
    +#> 4331             25   A69-1303-555  6776 2016-09-13 08:58:00          39
    +#> 4332             25   A69-1303-555  6777 2016-09-13 09:00:00          39
    +#> 4333             25   A69-1303-555  6779 2016-09-13 09:02:00          39
    +#> 4334             25   A69-1303-555  6780 2016-09-13 09:04:00          39
    +#> 4335             25   A69-1303-555  6782 2016-09-13 09:06:00          39
    +#> 4336             25   A69-1303-555  6784 2016-09-13 09:08:00          39
    +#> 4337             25   A69-1303-555  6785 2016-09-13 09:10:00          39
    +#> 4338             25   A69-1303-555  6787 2016-09-13 09:12:00          39
    +#> 4339             25   A69-1303-555  6789 2016-09-13 09:14:00          39
    +#> 4340             25   A69-1303-555  6791 2016-09-13 09:16:00          39
    +#> 4341             25   A69-1303-555  6792 2016-09-13 09:24:00          39
    +#> 4342             25   A69-1303-555  6794 2016-09-13 09:26:00          39
    +#> 4343             25   A69-1303-555  6795 2016-09-13 09:40:00          39
    +#> 4344             25   A69-1303-555  6796 2016-09-13 09:48:00          39
    +#> 4345             25   A69-1303-555  6797 2016-09-15 18:42:00          39
    +#> 4346             25   A69-1303-555  6798 2016-09-15 18:44:00          39
    +#> 4347             25   A69-1303-555  6799 2016-09-15 18:46:00          39
    +#> 4348             25   A69-1303-555  6800 2016-09-15 18:48:00          39
    +#> 4349             25   A69-1303-555  6802 2016-09-15 18:50:00          39
    +#> 4350             25   A69-1303-555  6803 2016-09-15 18:52:00          39
    +#> 4351             25   A69-1303-555  6804 2016-09-15 18:54:00          39
    +#> 4352             25   A69-1303-555  6807 2016-09-16 05:14:00          11
    +#> 4353             25   A69-1303-555  6808 2016-09-16 05:16:00          11
    +#> 4354             25   A69-1303-555  6809 2016-09-16 05:18:00          11
    +#> 4355             25   A69-1303-555  6810 2016-09-16 05:20:00          11
    +#> 4356             25   A69-1303-555  6812 2016-09-16 05:22:00          11
    +#> 4357             25   A69-1303-555  6813 2016-09-16 05:24:00          11
    +#> 4358             25   A69-1303-555  6815 2016-09-16 05:26:00          11
    +#> 4359             25   A69-1303-555  6817 2016-09-16 05:28:00          11
    +#> 4360             25   A69-1303-555  6819 2016-09-16 05:30:00          11
    +#> 4361             25   A69-1303-555  6820 2016-09-16 05:32:00          11
    +#> 4362             25   A69-1303-555  6821 2016-09-16 05:34:00          11
    +#> 4363             25   A69-1303-555  6823 2016-09-16 05:36:00          11
    +#> 4364             25   A69-1303-555  6824 2016-09-16 05:38:00          11
    +#> 4365             25   A69-1303-555  6825 2016-09-16 05:46:00          11
    +#> 4366             25   A69-1303-555  6826 2016-09-16 05:48:00          11
    +#> 4367             25   A69-1303-555  6827 2016-09-16 05:54:00          11
    +#> 4368             25   A69-1303-555  6829 2016-09-16 05:56:00          11
    +#> 4369             25   A69-1303-555  6831 2016-09-16 05:58:00          11
    +#> 4370             25   A69-1303-555  6834 2016-09-16 06:00:00          11
    +#> 4371             25   A69-1303-555  6835 2016-09-16 06:02:00          11
    +#> 4372             25   A69-1303-555  6837 2016-09-16 06:06:00          11
    +#> 4373             25   A69-1303-555  6838 2016-09-16 06:08:00          11
    +#> 4374             25   A69-1303-555  6839 2016-09-16 06:16:00          11
    +#> 4375             25   A69-1303-555  6840 2016-09-16 06:18:00          11
    +#> 4376             25   A69-1303-555  6841 2016-09-16 06:20:00          11
    +#> 4377             25   A69-1303-555  6843 2016-09-16 06:22:00          11
    +#> 4378             25   A69-1303-555  6844 2016-09-16 06:24:00          11
    +#> 4379             25   A69-1303-555  6846 2016-09-16 06:26:00          11
    +#> 4380             25   A69-1303-555  6848 2016-09-16 06:28:00          11
    +#> 4381             25   A69-1303-555  6850 2016-09-16 06:30:00          11
    +#> 4382             25   A69-1303-555  6851 2016-09-16 06:42:00          11
    +#> 4383             25   A69-1303-555  6853 2016-09-16 06:58:00          11
    +#> 4384             25   A69-1303-555  6854 2016-09-16 20:10:00          38
    +#> 4385             25   A69-1303-555  6855 2016-09-16 20:26:00          38
    +#> 4386             25   A69-1303-555  6856 2016-09-16 20:28:00          38
    +#> 4387             25   A69-1303-555  6858 2016-09-16 20:30:00          38
    +#> 4388             25   A69-1303-555  6859 2016-09-16 20:38:00          38
    +#> 4389             25   A69-1303-555  6860 2016-09-16 20:40:00          38
    +#> 4390             25   A69-1303-555  6861 2016-09-16 20:50:00          38
    +#> 4391             25   A69-1303-555  6862 2016-09-16 20:58:00          38
    +#> 4392             25   A69-1303-555  6863 2016-09-16 21:00:00          38
    +#> 4393             25   A69-1303-555  6864 2016-09-16 21:02:00          38
    +#> 4394             25   A69-1303-555  6866 2016-09-16 21:04:00          38
    +#> 4395             25   A69-1303-555  6867 2016-09-16 21:06:00          38
    +#> 4396             25   A69-1303-555  6869 2016-09-16 21:08:00          38
    +#> 4397             25   A69-1303-555  6870 2016-09-16 21:10:00          38
    +#> 4398             25   A69-1303-555  6872 2016-09-16 21:12:00          38
    +#> 4399             25   A69-1303-555  6874 2016-09-16 21:22:00          38
    +#> 4400             25   A69-1303-555  6875 2016-09-16 21:40:00          38
    +#> 4401             25   A69-1303-555  6876 2016-09-16 22:22:00          38
    +#> 4402             25   A69-1303-555  6877 2016-09-16 22:28:00          38
    +#> 4403             25   A69-1303-555  6879 2016-09-16 22:30:00          38
    +#> 4404             25   A69-1303-555  6880 2016-09-16 22:34:00          38
    +#> 4405             25   A69-1303-555  6882 2016-09-17 20:56:00          39
    +#> 4406             25   A69-1303-555  6884 2016-09-17 20:58:00          39
    +#> 4407             25   A69-1303-555  6886 2016-09-17 21:00:00          39
    +#> 4408             25   A69-1303-555  6887 2016-09-17 21:02:00          39
    +#> 4409             25   A69-1303-555  6890 2016-09-17 21:04:00          39
    +#> 4410             25   A69-1303-555  6892 2016-09-17 21:06:00          39
    +#> 4411             25   A69-1303-555  6893 2016-09-17 21:08:00          39
    +#> 4412             25   A69-1303-555  6895 2016-09-17 21:10:00          39
    +#> 4413             25   A69-1303-555  6897 2016-09-17 21:16:00          39
    +#> 4414             25   A69-1303-555  6898 2016-09-18 22:44:00          23
    +#> 4415             25   A69-1303-555  6900 2016-09-18 22:46:00          23
    +#> 4416             25   A69-1303-555  6901 2016-09-18 22:48:00          23
    +#> 4417             25   A69-1303-555  6903 2016-09-18 22:50:00          23
    +#> 4418             25   A69-1303-555  6905 2016-09-18 22:52:00          23
    +#> 4419             25   A69-1303-555  6906 2016-09-18 22:54:00          23
    +#> 4420             25   A69-1303-555  6908 2016-09-18 22:56:00          23
    +#> 4421             25   A69-1303-555  6910 2016-09-18 22:58:00          23
    +#> 4422             25   A69-1303-555  6913 2016-09-18 23:00:00          23
    +#> 4423             25   A69-1303-555  6914 2016-09-18 23:02:00          23
    +#> 4424             25   A69-1303-555  6915 2016-09-18 23:04:00          23
    +#> 4425             25   A69-1303-555  6917 2016-09-18 23:06:00          23
    +#> 4426             25   A69-1303-555  6919 2016-09-18 23:08:00          23
    +#> 4427             25   A69-1303-555  6920 2016-09-18 23:10:00          23
    +#> 4428             25   A69-1303-555  6922 2016-09-18 23:12:00          23
    +#> 4429             25   A69-1303-555  6923 2016-09-18 23:14:00          23
    +#> 4430             25   A69-1303-555  6926 2016-09-18 23:16:00          23
    +#> 4431             25   A69-1303-555  6928 2016-09-18 23:18:00          23
    +#> 4432             25   A69-1303-555  6930 2016-09-18 23:20:00          23
    +#> 4433             25   A69-1303-555  6932 2016-09-18 23:22:00          23
    +#> 4434             25   A69-1303-555  6934 2016-09-18 23:24:00          23
    +#> 4435             25   A69-1303-555  6936 2016-09-18 23:26:00          23
    +#> 4436             25   A69-1303-555  6938 2016-09-18 23:28:00          23
    +#> 4437             25   A69-1303-555  6940 2016-09-18 23:30:00          23
    +#> 4438             25   A69-1303-555  6941 2016-09-19 02:48:00          39
    +#> 4439             25   A69-1303-555  6942 2016-09-19 02:54:00          39
    +#> 4440             25   A69-1303-555  6945 2016-09-19 02:56:00          39
    +#> 4441             25   A69-1303-555  6947 2016-09-19 02:58:00          39
    +#> 4442             25   A69-1303-555  6948 2016-09-19 03:00:00          39
    +#> 4443             25   A69-1303-555  6950 2016-09-19 03:02:00          39
    +#> 4444             25   A69-1303-555  6952 2016-09-19 03:04:00          39
    +#> 4445             25   A69-1303-555  6953 2016-09-19 03:06:00          39
    +#> 4446             25   A69-1303-555  6955 2016-09-19 03:08:00          39
    +#> 4447             25   A69-1303-555  6957 2016-09-19 03:10:00          39
    +#> 4448             25   A69-1303-555  6958 2016-09-19 03:12:00          39
    +#> 4449             25   A69-1303-555  6960 2016-09-19 03:16:00          39
    +#> 4450             25   A69-1303-555  6962 2016-09-19 03:18:00          39
    +#> 4451             25   A69-1303-555  6963 2016-09-19 03:20:00          39
    +#> 4452             25   A69-1303-555  6965 2016-09-19 03:22:00          39
    +#> 4453             25   A69-1303-555  6967 2016-09-19 03:24:00          39
    +#> 4454             25   A69-1303-555  6969 2016-09-19 03:28:00          39
    +#> 4455             25   A69-1303-555  6971 2016-09-19 03:30:00          39
    +#> 4456             25   A69-1303-555  6972 2016-09-19 03:32:00          39
    +#> 4457             25   A69-1303-555  6973 2016-09-19 03:34:00          39
    +#> 4458             25   A69-1303-555  6974 2016-09-19 03:36:00          39
    +#> 4459             25   A69-1303-555  6975 2016-09-19 04:24:00          39
    +#> 4460             25   A69-1303-555  6976 2016-09-19 04:26:00          39
    +#> 4461             25   A69-1303-555  6977 2016-09-19 04:28:00          39
    +#> 4462             25   A69-1303-555  6978 2016-09-19 04:30:00          39
    +#> 4463             25   A69-1303-555  6979 2016-09-19 04:32:00          39
    +#> 4464             25   A69-1303-555  6980 2016-09-19 04:34:00          39
    +#> 4465             25   A69-1303-555  6981 2016-09-19 07:54:00          39
    +#> 4466             25   A69-1303-555  6982 2016-09-19 07:56:00          39
    +#> 4467             25   A69-1303-555  6983 2016-09-19 07:58:00          39
    +#> 4468             25   A69-1303-555  6984 2016-09-19 08:00:00          39
    +#> 4469             25   A69-1303-555  6986 2016-09-19 08:02:00          39
    +#> 4470             25   A69-1303-555  6987 2016-09-19 08:04:00          39
    +#> 4471             25   A69-1303-555  6988 2016-09-19 08:06:00          39
    +#> 4472             25   A69-1303-555  6991 2016-09-19 08:08:00          39
    +#> 4473             25   A69-1303-555  6993 2016-09-19 08:12:00          39
    +#> 4474             25   A69-1303-555  6995 2016-09-19 18:42:00          11
    +#> 4475             25   A69-1303-555  6996 2016-09-19 18:46:00          11
    +#> 4476             25   A69-1303-555  6997 2016-09-19 18:48:00          11
    +#> 4477             25   A69-1303-555  7000 2016-09-19 18:50:00          11
    +#> 4478             25   A69-1303-555  7002 2016-09-19 18:52:00          11
    +#> 4479             25   A69-1303-555  7004 2016-09-21 00:48:00          38
    +#> 4480             25   A69-1303-555  7005 2016-09-21 00:54:00          38
    +#> 4481             25   A69-1303-555  7006 2016-09-21 01:00:00          38
    +#> 4482             25   A69-1303-555  7007 2016-09-21 01:04:00          38
    +#> 4483             25   A69-1303-555  7008 2016-09-21 01:06:00          38
    +#> 4484             25   A69-1303-555  7009 2016-09-21 01:08:00          38
    +#> 4485             25   A69-1303-555  7010 2016-09-21 01:12:00          38
    +#> 4486             25   A69-1303-555  7011 2016-09-21 01:14:00          38
    +#> 4487             25   A69-1303-555  7012 2016-09-21 01:16:00          38
    +#> 4488             25   A69-1303-555  7013 2016-09-21 01:18:00          38
    +#> 4489             25   A69-1303-555  7015 2016-09-21 01:24:00          38
    +#> 4490             25   A69-1303-555  7016 2016-09-21 01:28:00          38
    +#> 4491             25   A69-1303-555  7017 2016-09-21 01:32:00          38
    +#> 4492             25   A69-1303-555  7018 2016-09-21 01:38:00          38
    +#> 4493             25   A69-1303-555  7019 2016-09-21 19:42:00          11
    +#> 4494             25   A69-1303-555  7021 2016-09-21 19:44:00          11
    +#> 4495             25   A69-1303-555  7023 2016-09-21 19:46:00          11
    +#> 4496             25   A69-1303-555  7025 2016-09-21 19:48:00          11
    +#> 4497             25   A69-1303-555  7026 2016-09-21 22:02:00          11
    +#> 4498             25   A69-1303-555  7027 2016-09-21 22:08:00          11
    +#> 4499             25   A69-1303-555  7028 2016-09-21 22:16:00          11
    +#> 4500             25   A69-1303-555  7029 2016-09-21 22:30:00          11
    +#> 4501             25   A69-1303-555  7031 2016-09-21 22:32:00          11
    +#> 4502             25   A69-1303-555  7033 2016-09-21 22:34:00          11
    +#> 4503             25   A69-1303-555  7034 2016-09-21 22:36:00          11
    +#> 4504             25   A69-1303-555  7037 2016-09-21 22:38:00          11
    +#> 4505             25   A69-1303-555  7039 2016-09-21 22:40:00          11
    +#> 4506             25   A69-1303-555  7041 2016-09-21 22:42:00          11
    +#> 4507             25   A69-1303-555  7043 2016-09-21 22:44:00          11
    +#> 4508             25   A69-1303-555  7044 2016-09-21 22:46:00          11
    +#> 4509             25   A69-1303-555  7045 2016-09-21 22:48:00          11
    +#> 4510             25   A69-1303-555  7046 2016-09-21 22:50:00          11
    +#> 4511             25   A69-1303-555  7047 2016-09-22 09:10:00          11
    +#> 4512             25   A69-1303-555  7048 2016-09-22 09:22:00          11
    +#> 4513             25   A69-1303-555  7050 2016-09-22 09:24:00          11
    +#> 4514             25   A69-1303-555  7052 2016-09-22 09:26:00          11
    +#> 4515             25   A69-1303-555  7053 2016-09-22 09:28:00          11
    +#> 4516             25   A69-1303-555  7055 2016-09-22 09:30:00          11
    +#> 4517             25   A69-1303-555  7056 2016-09-22 09:32:00          11
    +#> 4518             25   A69-1303-555  7058 2016-09-22 09:34:00          11
    +#> 4519             25   A69-1303-555  7060 2016-09-22 09:36:00          11
    +#> 4520             25   A69-1303-555  7061 2016-09-22 09:38:00          11
    +#> 4521             25   A69-1303-555  7063 2016-09-22 09:40:00          11
    +#> 4522             25   A69-1303-555  7064 2016-09-22 09:42:00          11
    +#> 4523             25   A69-1303-555  7065 2016-09-22 09:44:00          11
    +#> 4524             25   A69-1303-555  7067 2016-09-22 09:46:00          11
    +#> 4525             25   A69-1303-555  7070 2016-09-22 09:48:00          11
    +#> 4526             25   A69-1303-555  7071 2016-09-22 09:50:00          11
    +#> 4527             25   A69-1303-555  7073 2016-09-22 09:52:00          11
    +#> 4528             25   A69-1303-555  7075 2016-09-22 09:54:00          11
    +#> 4529             25   A69-1303-555  7077 2016-09-22 09:56:00          11
    +#> 4530             25   A69-1303-555  7078 2016-09-22 09:58:00          11
    +#> 4531             25   A69-1303-555  7079 2016-09-22 10:00:00          11
    +#> 4532             25   A69-1303-555  7081 2016-09-22 10:02:00          11
    +#> 4533             25   A69-1303-555  7082 2016-09-22 10:04:00          11
    +#> 4534             25   A69-1303-555  7084 2016-09-22 10:06:00          11
    +#> 4535             25   A69-1303-555  7087 2016-09-22 10:10:00          11
    +#> 4536             25   A69-1303-555  7089 2016-09-22 10:12:00          11
    +#> 4537             25   A69-1303-555  7091 2016-09-22 10:14:00          11
    +#> 4538             25   A69-1303-555  7092 2016-09-22 10:20:00          11
    +#> 4539             25   A69-1303-555  7093 2016-09-22 10:24:00          11
    +#> 4540             25   A69-1303-555  7095 2016-09-22 10:26:00          11
    +#> 4541             25   A69-1303-555  7098 2016-09-22 10:28:00          11
    +#> 4542             25   A69-1303-555  7100 2016-09-22 10:30:00          11
    +#> 4543             25   A69-1303-555  7101 2016-09-22 10:32:00          11
    +#> 4544             25   A69-1303-555  7103 2016-09-22 10:36:00          11
    +#> 4545             25   A69-1303-555  7105 2016-09-22 10:38:00          11
    +#> 4546             25   A69-1303-555  7107 2016-09-22 10:40:00          11
    +#> 4547             25   A69-1303-555  7109 2016-09-22 10:42:00          11
    +#> 4548             25   A69-1303-555  7111 2016-09-22 10:44:00          11
    +#> 4549             25   A69-1303-555  7113 2016-09-22 10:46:00          11
    +#> 4550             25   A69-1303-555  7115 2016-09-22 10:48:00          11
    +#> 4551             25   A69-1303-555  7116 2016-09-22 10:50:00          11
    +#> 4552             25   A69-1303-555  7118 2016-09-22 10:52:00          11
    +#> 4553             25   A69-1303-555  7120 2016-09-22 10:56:00          11
    +#> 4554             25   A69-1303-555  7121 2016-09-22 10:58:00          11
    +#> 4555             25   A69-1303-555  7122 2016-09-22 11:12:00          11
    +#> 4556             25   A69-1303-555  7123 2016-09-22 11:14:00          11
    +#> 4557             25   A69-1303-555  7125 2016-09-22 11:16:00          11
    +#> 4558             25   A69-1303-555  7126 2016-09-22 11:18:00          11
    +#> 4559             25   A69-1303-555  7129 2016-09-22 11:20:00          11
    +#> 4560             25   A69-1303-555  7130 2016-09-22 11:22:00          11
    +#> 4561             25   A69-1303-555  7132 2016-09-22 11:26:00          11
    +#> 4562             25   A69-1303-555  7133 2016-09-23 03:56:00          38
    +#> 4563             25   A69-1303-555  7134 2016-09-23 04:02:00          38
    +#> 4564             25   A69-1303-555  7135 2016-09-23 04:04:00          38
    +#> 4565             25   A69-1303-555  7136 2016-09-23 18:02:00          39
    +#> 4566             25   A69-1303-555  7137 2016-09-23 18:10:00          39
    +#> 4567             25   A69-1303-555  7138 2016-09-23 18:14:00          39
    +#> 4568             25   A69-1303-555  7139 2016-09-23 18:18:00          39
    +#> 4569             25   A69-1303-555  7140 2016-09-23 18:28:00          39
    +#> 4570             25   A69-1303-555  7141 2016-09-23 18:44:00          39
    +#> 4571             25   A69-1303-555  7142 2016-09-23 18:46:00          39
    +#> 4572             25   A69-1303-555  7143 2016-09-23 18:52:00          39
    +#> 4573             25   A69-1303-555  7145 2016-09-23 18:54:00          39
    +#> 4574             25   A69-1303-555  7146 2016-09-23 18:56:00          39
    +#> 4575             25   A69-1303-555  7148 2016-09-23 18:58:00          39
    +#> 4576             25   A69-1303-555  7149 2016-09-23 19:00:00          39
    +#> 4577             25   A69-1303-555  7151 2016-09-23 23:54:00          39
    +#> 4578             25   A69-1303-555  7152 2016-09-23 23:56:00          39
    +#> 4579             25   A69-1303-555  7153 2016-09-24 00:04:00          39
    +#> 4580             25   A69-1303-555  7154 2016-09-24 00:06:00          39
    +#> 4581             25   A69-1303-555  7155 2016-09-24 00:08:00          39
    +#> 4582             25   A69-1303-555  7156 2016-09-24 00:12:00          39
    +#> 4583             25   A69-1303-555  7157 2016-09-27 12:54:00          39
    +#> 4584             25   A69-1303-555  7158 2016-09-27 12:56:00          39
    +#> 4585             25   A69-1303-555  7160 2016-09-27 12:58:00          39
    +#> 4586             25   A69-1303-555  7161 2016-09-27 13:00:00          39
    +#> 4587             25   A69-1303-555  7163 2016-09-27 13:02:00          39
    +#> 4588             25   A69-1303-555  7164 2016-09-27 13:04:00          39
    +#> 4589             25   A69-1303-555  7166 2016-09-27 13:06:00          39
    +#> 4590             25   A69-1303-555  7167 2016-09-27 15:06:00          39
    +#> 4591             25   A69-1303-555  7168 2016-09-27 15:08:00          39
    +#> 4592             25   A69-1303-555  7169 2016-09-27 15:10:00          39
    +#> 4593             25   A69-1303-555  7172 2016-09-27 15:12:00          39
    +#> 4594             25   A69-1303-555  7173 2016-09-27 17:20:00          39
    +#> 4595             25   A69-1303-555  7174 2016-09-27 17:22:00          39
    +#> 4596             25   A69-1303-555  7175 2016-09-27 17:24:00          39
    +#> 4597             25   A69-1303-555  7178 2016-09-27 17:26:00          39
    +#> 4598             25   A69-1303-555  7179 2016-09-27 17:28:00          39
    +#> 4599             25   A69-1303-555  7180 2016-09-27 17:30:00          39
    +#> 4600             25   A69-1303-555  7181 2016-09-27 17:32:00          39
    +#> 4601             25   A69-1303-555  7182 2016-09-27 17:34:00          39
    +#> 4602             25   A69-1303-555  7183 2016-09-27 17:36:00          39
    +#> 4603             25   A69-1303-555  7185 2016-09-27 17:38:00          39
    +#> 4604             25   A69-1303-555  7187 2016-09-27 17:44:00          39
    +#> 4605             25   A69-1303-555  7188 2016-09-27 17:50:00          39
    +#> 4606             25   A69-1303-555  7189 2016-09-27 18:00:00          39
    +#> 4607             25   A69-1303-555  7191 2016-09-27 18:02:00          39
    +#> 4608             25   A69-1303-555  7193 2016-09-27 18:36:00          39
    +#> 4609             25   A69-1303-555  7194 2016-09-27 18:40:00          39
    +#> 4610             25   A69-1303-555  7195 2016-09-27 18:44:00          39
    +#> 4611             25   A69-1303-555  7196 2016-09-28 13:06:00          39
    +#> 4612             25   A69-1303-555  7197 2016-09-28 13:08:00          39
    +#> 4613             25   A69-1303-555  7198 2016-09-28 13:10:00          39
    +#> 4614             25   A69-1303-555  7199 2016-09-28 13:12:00          39
    +#> 4615             25   A69-1303-555  7201 2016-09-28 13:14:00          39
    +#> 4616             25   A69-1303-555  7203 2016-09-28 13:18:00          39
    +#> 4617             25   A69-1303-555  7205 2016-09-28 13:20:00          39
    +#> 4618             25   A69-1303-555  7207 2016-09-28 13:24:00          39
    +#> 4619             25   A69-1303-555  7208 2016-09-28 13:26:00          39
    +#> 4620             25   A69-1303-555  7209 2016-09-28 13:28:00          39
    +#> 4621             25   A69-1303-555  7211 2016-09-28 13:40:00          39
    +#> 4622             25   A69-1303-555  7212 2016-09-28 20:00:00          39
    +#> 4623             25   A69-1303-555  7213 2016-09-28 20:18:00          39
    +#> 4624             25   A69-1303-555  7215 2016-09-28 20:20:00          39
    +#> 4625             25   A69-1303-555  7216 2016-09-30 10:02:00          39
    +#> 4626             25   A69-1303-555  7217 2016-09-30 10:12:00          39
    +#> 4627             25   A69-1303-555  7218 2016-09-30 10:14:00          39
    +#> 4628             25   A69-1303-555  7219 2016-09-30 10:16:00          39
    +#> 4629             25   A69-1303-555  7220 2016-09-30 10:18:00          39
    +#> 4630             25   A69-1303-555  7221 2016-09-30 10:32:00          39
    +#> 4631             25   A69-1303-555  7222 2016-09-30 16:20:00          39
    +#> 4632             25   A69-1303-555  7223 2016-09-30 16:28:00          39
    +#> 4633             25   A69-1303-555  7224 2016-09-30 18:12:00          39
    +#> 4634             25   A69-1303-555  7225 2016-09-30 18:14:00          39
    +#> 4635             25   A69-1303-555  7226 2016-09-30 18:18:00          39
    +#> 4636             25   A69-1303-555  7227 2016-10-01 04:00:00          39
    +#> 4637             25   A69-1303-555  7228 2016-10-01 04:06:00          39
    +#> 4638             25   A69-1303-555  7230 2016-10-01 04:08:00          39
    +#> 4639             25   A69-1303-555  7231 2016-10-01 04:12:00          39
    +#> 4640             25   A69-1303-555  7233 2016-10-01 04:16:00          39
    +#> 4641             25   A69-1303-555  7235 2016-10-01 04:18:00          39
    +#> 4642             25   A69-1303-555  7236 2016-10-01 04:20:00          39
    +#> 4643             25   A69-1303-555  7237 2016-10-02 03:54:00          39
    +#> 4644             25   A69-1303-555  7238 2016-10-02 03:58:00          39
    +#> 4645             25   A69-1303-555  7239 2016-10-02 15:56:00          39
    +#> 4646             25   A69-1303-555  7240 2016-10-02 16:00:00          39
    +#> 4647             25   A69-1303-555  7241 2016-10-02 16:02:00          39
    +#> 4648             25   A69-1303-555  7242 2016-10-02 16:04:00          39
    +#> 4649             25   A69-1303-555  7243 2016-10-02 16:06:00          39
    +#> 4650             25   A69-1303-555  7245 2016-10-02 16:08:00          39
    +#> 4651             25   A69-1303-555  7247 2016-10-02 16:10:00          39
    +#> 4652             25   A69-1303-555  7248 2016-10-02 16:12:00          39
    +#> 4653             25   A69-1303-555  7250 2016-10-02 16:14:00          39
    +#> 4654             25   A69-1303-555  7252 2016-10-03 05:50:00          39
    +#> 4655             25   A69-1303-555  7253 2016-10-03 05:58:00          39
    +#> 4656             25   A69-1303-555  7254 2016-10-03 06:02:00          39
    +#> 4657             25   A69-1303-555  7256 2016-10-03 06:12:00          39
    +#> 4658             25   A69-1303-555  7257 2016-10-03 06:56:00          39
    +#> 4659             25   A69-1303-555  7258 2016-10-03 07:00:00          39
    +#> 4660             25   A69-1303-555  7260 2016-10-03 07:02:00          39
    +#> 4661             25   A69-1303-555  7262 2016-10-03 07:04:00          39
    +#> 4662             25   A69-1303-555  7264 2016-10-03 07:06:00          39
    +#> 4663             25   A69-1303-555  7265 2016-10-03 07:08:00          39
    +#> 4664             25   A69-1303-555  7267 2016-10-03 07:10:00          39
    +#> 4665             25   A69-1303-555  7268 2016-10-03 07:12:00          39
    +#> 4666             25   A69-1303-555  7269 2016-10-03 07:14:00          39
    +#> 4667             25   A69-1303-555  7271 2016-10-04 18:04:00          39
    +#> 4668             25   A69-1303-555  7273 2016-10-04 18:10:00          39
    +#> 4669             25   A69-1303-555  7275 2016-10-04 18:12:00          39
    +#> 4670             25   A69-1303-555  7276 2016-10-04 18:14:00          39
    +#> 4671             25   A69-1303-555  7279 2016-10-04 18:16:00          39
    +#> 4672             25   A69-1303-555  7280 2016-10-04 18:18:00          39
    +#> 4673             25   A69-1303-555  7282 2016-10-04 18:20:00          39
    +#> 4674             25   A69-1303-555  7284 2016-10-04 18:22:00          39
    +#> 4675             25   A69-1303-555  7285 2016-10-04 18:24:00          39
    +#> 4676             25   A69-1303-555  7287 2016-10-04 18:26:00          39
    +#> 4677             25   A69-1303-555  7289 2016-10-04 18:28:00          39
    +#> 4678             25   A69-1303-555  7291 2016-10-04 18:30:00          39
    +#> 4679             25   A69-1303-555  7293 2016-10-04 18:32:00          39
    +#> 4680             25   A69-1303-555  7294 2016-10-04 18:34:00          39
    +#> 4681             25   A69-1303-555  7296 2016-10-04 18:36:00          39
    +#> 4682             25   A69-1303-555  7297 2016-10-04 18:38:00          39
    +#> 4683             25   A69-1303-555  7298 2016-10-04 18:42:00          39
    +#> 4684             25   A69-1303-555  7299 2016-10-04 18:44:00          39
    +#> 4685             25   A69-1303-555  7302 2016-10-04 18:46:00          39
    +#> 4686             25   A69-1303-555  7303 2016-10-04 18:48:00          39
    +#> 4687             25   A69-1303-555  7305 2016-10-04 18:50:00          39
    +#> 4688             25   A69-1303-555  7307 2016-10-04 18:52:00          39
    +#> 4689             25   A69-1303-555  7309 2016-10-04 18:54:00          39
    +#> 4690             25   A69-1303-555  7310 2016-10-04 18:56:00          39
    +#> 4691             25   A69-1303-555  7313 2016-10-04 18:58:00          39
    +#> 4692             25   A69-1303-555  7314 2016-10-04 19:00:00          39
    +#> 4693             25   A69-1303-555  7316 2016-10-04 19:02:00          39
    +#> 4694             25   A69-1303-555  7318 2016-10-04 19:04:00          39
    +#> 4695             25   A69-1303-555  7319 2016-10-04 19:06:00          39
    +#> 4696             25   A69-1303-555  7320 2016-10-04 19:08:00          39
    +#> 4697             25   A69-1303-555  7322 2016-10-04 19:10:00          39
    +#> 4698             25   A69-1303-555  7324 2016-10-04 19:12:00          39
    +#> 4699             25   A69-1303-555  7327 2016-10-04 19:16:00          39
    +#> 4700             25   A69-1303-555  7328 2016-10-04 19:18:00          39
    +#> 4701             25   A69-1303-555  7330 2016-10-04 19:22:00          39
    +#> 4702             25   A69-1303-555  7331 2016-10-04 19:24:00          39
    +#> 4703             25   A69-1303-555  7332 2016-10-04 19:26:00          39
    +#> 4704             25   A69-1303-555  7333 2016-10-04 19:28:00          39
    +#> 4705             25   A69-1303-555  7334 2016-10-04 19:30:00          39
    +#> 4706             25   A69-1303-555  7336 2016-10-04 19:32:00          39
    +#> 4707             25   A69-1303-555  7338 2016-10-04 19:34:00          39
    +#> 4708             25   A69-1303-555  7339 2016-10-04 19:36:00          39
    +#> 4709             25   A69-1303-555  7340 2016-10-04 19:38:00          39
    +#> 4710             25   A69-1303-555  7342 2016-10-04 19:40:00          39
    +#> 4711             25   A69-1303-555  7344 2016-10-04 19:42:00          39
    +#> 4712             25   A69-1303-555  7346 2016-10-04 19:44:00          39
    +#> 4713             25   A69-1303-555  7347 2016-10-04 19:46:00          39
    +#> 4714             25   A69-1303-555  7348 2016-10-04 19:48:00          39
    +#> 4715             25   A69-1303-555  7349 2016-10-04 19:52:00          39
    +#> 4716             25   A69-1303-555  7350 2016-10-04 19:54:00          39
    +#> 4717             25   A69-1303-555  7351 2016-10-04 19:56:00          39
    +#> 4718             25   A69-1303-555  7352 2016-10-04 19:58:00          39
    +#> 4719             25   A69-1303-555  7354 2016-10-04 20:00:00          39
    +#> 4720             25   A69-1303-555  7355 2016-10-04 20:02:00          39
    +#> 4721             25   A69-1303-555  7356 2016-10-06 03:22:00          39
    +#> 4722             25   A69-1303-555  7357 2016-10-06 03:32:00          39
    +#> 4723             25   A69-1303-555  7358 2016-10-06 03:34:00          39
    +#> 4724             25   A69-1303-555  7359 2016-10-06 03:36:00          39
    +#> 4725             25   A69-1303-555  7360 2016-10-06 03:38:00          39
    +#> 4726             25   A69-1303-555  7361 2016-10-06 15:14:00          39
    +#> 4727             25   A69-1303-555  7362 2016-10-06 15:16:00          39
    +#> 4728             25   A69-1303-555  7364 2016-10-06 15:18:00          39
    +#> 4729             25   A69-1303-555  7366 2016-10-06 15:28:00          39
    +#> 4730             25   A69-1303-555  7367 2016-10-06 15:30:00          39
    +#> 4731             25   A69-1303-555  7368 2016-10-06 15:32:00          39
    +#> 4732             25   A69-1303-555  7369 2016-10-06 15:42:00          39
    +#> 4733             25   A69-1303-555  7370 2016-10-06 15:44:00          39
    +#> 4734             25   A69-1303-555  7372 2016-10-06 15:46:00          39
    +#> 4735             25   A69-1303-555  7373 2016-10-06 15:54:00          39
    +#> 4736             25   A69-1303-555  7374 2016-10-06 15:58:00          39
    +#> 4737             25   A69-1303-555  7375 2016-10-06 19:28:00          29
    +#> 4738             25   A69-1303-555  7377 2016-10-06 19:36:00          29
    +#> 4739             25   A69-1303-555  7378 2016-10-07 10:12:00          29
    +#> 4740             25   A69-1303-555  7379 2016-10-07 10:20:00          29
    +#> 4741             25   A69-1303-555  7381 2016-10-07 10:28:00          29
    +#> 4742             25   A69-1303-555  7382 2016-10-07 10:32:00          29
    +#> 4743             25   A69-1303-555  7383 2016-10-07 10:34:00          29
    +#> 4744             25   A69-1303-555  7385 2016-10-07 10:36:00          29
    +#> 4745             25   A69-1303-555  7386 2016-10-07 10:38:00          29
    +#> 4746             25   A69-1303-555  7388 2016-10-07 10:40:00          29
    +#> 4747             25   A69-1303-555  7389 2016-10-07 10:42:00          29
    +#> 4748             25   A69-1303-555  7390 2016-10-07 10:44:00          29
    +#> 4749             25   A69-1303-555  7391 2016-10-07 10:46:00          29
    +#> 4750             25   A69-1303-555  7392 2016-10-07 10:48:00          29
    +#> 4751             25   A69-1303-555  7393 2016-10-07 10:52:00          29
    +#> 4752             25   A69-1303-555  7394 2016-10-07 11:42:00          29
    +#> 4753             25   A69-1303-555  7396 2016-10-07 11:44:00          29
    +#> 4754             25   A69-1303-555  7398 2016-10-07 11:46:00          29
    +#> 4755             25   A69-1303-555  7399 2016-10-07 11:48:00          29
    +#> 4756             25   A69-1303-555  7400 2016-10-07 11:50:00          29
    +#> 4757             25   A69-1303-555  7401 2016-10-07 11:52:00          29
    +#> 4758             25   A69-1303-555  7403 2016-10-07 11:54:00          29
    +#> 4759             25   A69-1303-555  7404 2016-10-07 11:56:00          29
    +#> 4760             25   A69-1303-555  7405 2016-10-07 12:02:00          29
    +#> 4761             25   A69-1303-555  7407 2016-10-07 12:04:00          29
    +#> 4762             25   A69-1303-555  7408 2016-10-07 12:06:00          29
    +#> 4763             25   A69-1303-555  7410 2016-10-07 12:08:00          29
    +#> 4764             25   A69-1303-555  7411 2016-10-07 12:10:00          29
    +#> 4765             25   A69-1303-555  7413 2016-10-07 12:12:00          29
    +#> 4766             25   A69-1303-555  7415 2016-10-07 12:14:00          29
    +#> 4767             25   A69-1303-555  7417 2016-10-07 12:16:00          29
    +#> 4768             25   A69-1303-555  7418 2016-10-07 12:18:00          29
    +#> 4769             25   A69-1303-555  7420 2016-10-07 12:20:00          29
    +#> 4770             25   A69-1303-555  7423 2016-10-07 12:22:00          29
    +#> 4771             25   A69-1303-555  7424 2016-10-07 12:26:00          29
    +#> 4772             25   A69-1303-555  7425 2016-10-07 12:28:00          29
    +#> 4773             25   A69-1303-555  7427 2016-10-07 12:30:00          29
    +#> 4774             25   A69-1303-555  7429 2016-10-07 12:32:00          29
    +#> 4775             25   A69-1303-555  7431 2016-10-07 12:34:00          29
    +#> 4776             25   A69-1303-555  7433 2016-10-07 12:36:00          29
    +#> 4777             25   A69-1303-555  7434 2016-10-07 12:38:00          29
    +#> 4778             25   A69-1303-555  7435 2016-10-07 12:40:00          29
    +#> 4779             25   A69-1303-555  7436 2016-10-07 12:42:00          29
    +#> 4780             25   A69-1303-555  7438 2016-10-07 12:44:00          29
    +#> 4781             25   A69-1303-555  7439 2016-10-07 12:46:00          29
    +#> 4782             25   A69-1303-555  7440 2016-10-07 12:48:00          29
    +#> 4783             25   A69-1303-555  7442 2016-10-07 12:50:00          29
    +#> 4784             25   A69-1303-555  7444 2016-10-07 12:52:00          29
    +#> 4785             25   A69-1303-555  7446 2016-10-07 12:56:00          29
    +#> 4786             25   A69-1303-555  7448 2016-10-07 12:58:00          29
    +#> 4787             25   A69-1303-555  7449 2016-10-07 13:02:00          29
    +#> 4788             25   A69-1303-555  7450 2016-10-07 13:06:00          29
    +#> 4789             25   A69-1303-555  7451 2016-10-08 13:42:00          29
    +#> 4790             25   A69-1303-555  7452 2016-10-08 13:46:00          29
    +#> 4791             25   A69-1303-555  7454 2016-10-08 13:50:00          29
    +#> 4792             25   A69-1303-555  7455 2016-10-08 13:52:00          29
    +#> 4793             25   A69-1303-555  7456 2016-10-08 13:54:00          29
    +#> 4794             25   A69-1303-555  7458 2016-10-08 13:56:00          29
    +#> 4795             25   A69-1303-555  7460 2016-10-08 13:58:00          29
    +#> 4796             25   A69-1303-555  7462 2016-10-08 14:00:00          29
    +#> 4797             25   A69-1303-555  7464 2016-10-08 14:02:00          29
    +#> 4798             25   A69-1303-555  7466 2016-10-08 14:04:00          29
    +#> 4799             25   A69-1303-555  7468 2016-10-08 14:06:00          29
    +#> 4800             25   A69-1303-555  7469 2016-10-08 14:08:00          29
    +#> 4801             25   A69-1303-555  7471 2016-10-08 14:10:00          29
    +#> 4802             25   A69-1303-555  7473 2016-10-08 14:12:00          29
    +#> 4803             25   A69-1303-555  7474 2016-10-08 14:14:00          29
    +#> 4804             25   A69-1303-555  7476 2016-10-08 14:16:00          29
    +#> 4805             25   A69-1303-555  7477 2016-10-08 14:18:00          29
    +#> 4806             25   A69-1303-555  7479 2016-10-08 14:20:00          29
    +#> 4807             25   A69-1303-555  7480 2016-10-08 14:22:00          29
    +#> 4808             25   A69-1303-555  7481 2016-10-08 14:26:00          29
    +#> 4809             25   A69-1303-555  7482 2016-10-08 14:28:00          29
    +#> 4810             25   A69-1303-555  7483 2016-10-08 23:36:00          29
    +#> 4811             25   A69-1303-555  7484 2016-10-08 23:38:00          29
    +#> 4812             25   A69-1303-555  7485 2016-10-08 23:40:00          29
    +#> 4813             25   A69-1303-555  7486 2016-10-08 23:42:00          29
    +#> 4814             25   A69-1303-555  7488 2016-10-08 23:44:00          29
    +#> 4815             25   A69-1303-555  7489 2016-10-08 23:46:00          29
    +#> 4816             25   A69-1303-555  7490 2016-10-08 23:48:00          29
    +#> 4817             25   A69-1303-555  7493 2016-10-08 23:50:00          29
    +#> 4818             25   A69-1303-555  7495 2016-10-08 23:52:00          29
    +#> 4819             25   A69-1303-555  7497 2016-10-08 23:54:00          29
    +#> 4820             25   A69-1303-555  7498 2016-10-08 23:56:00          29
    +#> 4821             25   A69-1303-555  7500 2016-10-08 23:58:00          29
    +#> 4822             25   A69-1303-555  7502 2016-10-09 00:00:00          29
    +#> 4823             25   A69-1303-555  7503 2016-10-09 00:04:00          29
    +#> 4824             25   A69-1303-555  7505 2016-10-09 00:06:00          29
    +#> 4825             25   A69-1303-555  7507 2016-10-09 00:08:00          29
    +#> 4826             25   A69-1303-555  7509 2016-10-09 00:10:00          29
    +#> 4827             25   A69-1303-555  7510 2016-10-09 00:12:00          29
    +#> 4828             25   A69-1303-555  7512 2016-10-09 00:14:00          29
    +#> 4829             25   A69-1303-555  7514 2016-10-09 00:16:00          29
    +#> 4830             25   A69-1303-555  7516 2016-10-09 00:18:00          29
    +#> 4831             25   A69-1303-555  7518 2016-10-09 00:20:00          29
    +#> 4832             25   A69-1303-555  7520 2016-10-09 11:32:00          39
    +#> 4833             25   A69-1303-555  7521 2016-10-09 11:40:00          39
    +#> 4834             25   A69-1303-555  7522 2016-10-09 15:20:00          39
    +#> 4835             25   A69-1303-555  7523 2016-10-09 15:22:00          39
    +#> 4836             25   A69-1303-555  7524 2016-10-09 15:24:00          39
    +#> 4837             25   A69-1303-555  7525 2016-10-09 15:26:00          39
    +#> 4838             25   A69-1303-555  7527 2016-10-09 15:28:00          39
    +#> 4839             25   A69-1303-555  7528 2016-10-09 15:36:00          39
    +#> 4840             25   A69-1303-555  7529 2016-10-09 15:38:00          39
    +#> 4841             25   A69-1303-555  7530 2016-10-09 15:40:00          39
    +#> 4842             25   A69-1303-555  7531 2016-10-09 15:42:00          39
    +#> 4843             25   A69-1303-555  7533 2016-10-09 15:44:00          39
    +#> 4844             25   A69-1303-555  7535 2016-10-09 15:46:00          39
    +#> 4845             25   A69-1303-555  7537 2016-10-09 15:50:00          39
    +#> 4846             25   A69-1303-555  7538 2016-10-09 15:52:00          39
    +#> 4847             25   A69-1303-555  7539 2016-10-09 15:54:00          39
    +#> 4848             25   A69-1303-555  7541 2016-10-09 20:38:00          39
    +#> 4849             25   A69-1303-555  7542 2016-10-09 20:40:00          39
    +#> 4850             25   A69-1303-555  7545 2016-10-09 20:42:00          39
    +#> 4851             25   A69-1303-555  7547 2016-10-09 20:44:00          39
    +#> 4852             25   A69-1303-555  7549 2016-10-09 20:46:00          39
    +#> 4853             25   A69-1303-555  7551 2016-10-09 20:48:00          39
    +#> 4854             25   A69-1303-555  7552 2016-10-09 20:50:00          39
    +#> 4855             25   A69-1303-555  7554 2016-10-09 20:52:00          39
    +#> 4856             25   A69-1303-555  7556 2016-10-09 20:54:00          39
    +#> 4857             25   A69-1303-555  7558 2016-10-09 20:56:00          39
    +#> 4858             25   A69-1303-555  7559 2016-10-09 20:58:00          39
    +#> 4859             25   A69-1303-555  7561 2016-10-09 21:00:00          39
    +#> 4860             25   A69-1303-555  7562 2016-10-09 21:02:00          39
    +#> 4861             25   A69-1303-555  7563 2016-10-09 21:04:00          39
    +#> 4862             25   A69-1303-555  7564 2016-10-09 21:06:00          39
    +#> 4863             25   A69-1303-555  7565 2016-10-10 00:08:00          39
    +#> 4864             25   A69-1303-555  7567 2016-10-10 00:10:00          39
    +#> 4865             25   A69-1303-555  7568 2016-10-10 00:12:00          39
    +#> 4866             25   A69-1303-555  7570 2016-10-10 00:16:00          39
    +#> 4867             25   A69-1303-555  7572 2016-10-10 00:18:00          39
    +#> 4868             25   A69-1303-555  7573 2016-10-10 00:20:00          39
    +#> 4869             25   A69-1303-555  7574 2016-10-10 00:22:00          39
    +#> 4870             25   A69-1303-555  7576 2016-10-10 00:24:00          39
    +#> 4871             25   A69-1303-555  7577 2016-10-10 00:26:00          39
    +#> 4872             25   A69-1303-555  7578 2016-10-10 00:28:00          39
    +#> 4873             25   A69-1303-555  7580 2016-10-10 00:30:00          39
    +#> 4874             25   A69-1303-555  7581 2016-10-10 00:32:00          39
    +#> 4875             25   A69-1303-555  7582 2016-10-10 00:34:00          39
    +#> 4876             25   A69-1303-555  7584 2016-10-10 00:36:00          39
    +#> 4877             25   A69-1303-555  7586 2016-10-10 00:38:00          39
    +#> 4878             25   A69-1303-555  7587 2016-10-10 00:40:00          39
    +#> 4879             25   A69-1303-555  7589 2016-10-10 00:42:00          39
    +#> 4880             25   A69-1303-555  7592 2016-10-10 00:44:00          39
    +#> 4881             25   A69-1303-555  7593 2016-10-10 00:46:00          39
    +#> 4882             25   A69-1303-555  7594 2016-10-10 00:48:00          39
    +#> 4883             25   A69-1303-555  7595 2016-10-10 01:00:00          39
    +#> 4884             25   A69-1303-555  7596 2016-10-10 01:10:00          39
    +#> 4885             25   A69-1303-555  7598 2016-10-10 01:12:00          39
    +#> 4886             25   A69-1303-555  7600 2016-10-10 01:14:00          39
    +#> 4887             25   A69-1303-555  7601 2016-10-10 01:16:00          39
    +#> 4888             25   A69-1303-555  7602 2016-10-10 01:18:00          39
    +#> 4889             25   A69-1303-555  7605 2016-10-10 01:20:00          39
    +#> 4890             25   A69-1303-555  7607 2016-10-10 01:24:00          39
    +#> 4891             25   A69-1303-555  7608 2016-10-10 01:28:00          39
    +#> 4892             25   A69-1303-555  7609 2016-10-10 01:30:00          39
    +#> 4893             25   A69-1303-555  7611 2016-10-10 01:34:00          39
    +#> 4894             25   A69-1303-555  7612 2016-10-10 01:36:00          39
    +#> 4895             25   A69-1303-555  7614 2016-10-10 01:38:00          39
    +#> 4896             25   A69-1303-555  7615 2016-10-10 01:40:00          39
    +#> 4897             25   A69-1303-555  7616 2016-10-11 09:30:00          39
    +#> 4898             25   A69-1303-555  7619 2016-10-11 09:32:00          39
    +#> 4899             25   A69-1303-555  7620 2016-10-11 09:40:00          39
    +#> 4900             25   A69-1303-555  7621 2016-10-11 09:42:00          39
    +#> 4901             25   A69-1303-555  7622 2016-10-11 09:50:00          39
    +#> 4902             25   A69-1303-555  7624 2016-10-11 09:52:00          39
    +#> 4903             25   A69-1303-555  7626 2016-10-11 09:54:00          39
    +#> 4904             25   A69-1303-555  7628 2016-10-11 09:56:00          39
    +#> 4905             25   A69-1303-555  7630 2016-10-11 09:58:00          39
    +#> 4906             25   A69-1303-555  7631 2016-10-11 10:00:00          39
    +#> 4907             25   A69-1303-555  7634 2016-10-11 10:02:00          39
    +#> 4908             25   A69-1303-555  7635 2016-10-11 10:04:00          39
    +#> 4909             25   A69-1303-555  7636 2016-10-11 10:06:00          39
    +#> 4910             25   A69-1303-555  7637 2016-10-11 21:36:00          39
    +#> 4911             25   A69-1303-555  7639 2016-10-11 21:44:00          39
    +#> 4912             25   A69-1303-555  7640 2016-10-11 21:48:00          39
    +#> 4913             25   A69-1303-555  7641 2016-10-11 21:50:00          39
    +#> 4914             25   A69-1303-555  7643 2016-10-11 21:56:00          39
    +#> 4915             25   A69-1303-555  7644 2016-10-11 22:00:00          39
    +#> 4916             25   A69-1303-555  7645 2016-10-12 08:30:00          39
    +#> 4917             25   A69-1303-555  7646 2016-10-12 08:32:00          39
    +#> 4918             25   A69-1303-555  7648 2016-10-12 08:34:00          39
    +#> 4919             25   A69-1303-555  7650 2016-10-12 08:36:00          39
    +#> 4920             25   A69-1303-555  7652 2016-10-12 08:42:00          39
    +#> 4921             25   A69-1303-555  7653 2016-10-12 08:46:00          39
    +#> 4922             25   A69-1303-555  7654 2016-10-12 08:48:00          39
    +#> 4923             25   A69-1303-555  7655 2016-10-12 08:50:00          39
    +#> 4924             25   A69-1303-555  7657 2016-10-12 08:54:00          39
    +#> 4925             25   A69-1303-555  7658 2016-10-13 17:18:00          39
    +#> 4926             25   A69-1303-555  7659 2016-10-13 17:24:00          39
    +#> 4927             25   A69-1303-555  7661 2016-10-13 17:26:00          39
    +#> 4928             25   A69-1303-555  7663 2016-10-13 17:28:00          39
    +#> 4929             25   A69-1303-555  7664 2016-10-13 17:30:00          39
    +#> 4930             25   A69-1303-555  7665 2016-10-13 17:32:00          39
    +#> 4931             25   A69-1303-555  7666 2016-10-13 17:34:00          39
    +#> 4932             25   A69-1303-555  7668 2016-10-13 17:36:00          39
    +#> 4933             25   A69-1303-555  7670 2016-10-13 17:40:00          39
    +#> 4934             25   A69-1303-555  7671 2016-10-13 17:42:00          39
    +#> 4935             25   A69-1303-555  7672 2016-10-13 17:44:00          39
    +#> 4936             25   A69-1303-555  7674 2016-10-13 17:46:00          39
    +#> 4937             25   A69-1303-555  7675 2016-10-14 00:28:00          39
    +#> 4938             25   A69-1303-555  7676 2016-10-14 00:30:00          39
    +#> 4939             25   A69-1303-555  7678 2016-10-14 00:32:00          39
    +#> 4940             25   A69-1303-555  7679 2016-10-14 00:34:00          39
    +#> 4941             25   A69-1303-555  7680 2016-10-14 00:36:00          39
    +#> 4942             25   A69-1303-555  7681 2016-10-14 00:38:00          39
    +#> 4943             25   A69-1303-555  7683 2016-10-14 00:42:00          39
    +#> 4944             25   A69-1303-555  7684 2016-10-14 00:44:00          39
    +#> 4945             25   A69-1303-555  7686 2016-10-14 00:46:00          39
    +#> 4946             25   A69-1303-555  7688 2016-10-14 00:48:00          39
    +#> 4947             25   A69-1303-555  7689 2016-10-14 00:50:00          39
    +#> 4948             25   A69-1303-555  7691 2016-10-14 00:54:00          39
    +#> 4949             25   A69-1303-555  7693 2016-10-14 00:56:00          39
    +#> 4950             25   A69-1303-555  7695 2016-10-14 00:58:00          39
    +#> 4951             25   A69-1303-555  7697 2016-10-14 01:00:00          39
    +#> 4952             25   A69-1303-555  7699 2016-10-14 01:02:00          39
    +#> 4953             25   A69-1303-555  7700 2016-10-14 01:04:00          39
    +#> 4954             25   A69-1303-555  7702 2016-10-14 01:06:00          39
    +#> 4955             25   A69-1303-555  7703 2016-10-14 01:10:00          39
    +#> 4956             25   A69-1303-555  7704 2016-10-14 01:12:00          39
    +#> 4957             25   A69-1303-555  7705 2016-10-14 01:14:00          39
    +#> 4958             25   A69-1303-555  7707 2016-10-14 01:22:00          39
    +#> 4959             25   A69-1303-555  7710 2016-10-14 01:24:00          39
    +#> 4960             25   A69-1303-555  7711 2016-10-15 17:04:00          11
    +#> 4961             25   A69-1303-555  7713 2016-10-15 17:06:00          11
    +#> 4962             25   A69-1303-555  7714 2016-10-15 17:14:00          11
    +#> 4963             25   A69-1303-555  7715 2016-10-15 17:24:00          11
    +#> 4964             25   A69-1303-555  7716 2016-10-15 17:28:00          11
    +#> 4965             25   A69-1303-555  7717 2016-10-15 17:34:00          11
    +#> 4966             25   A69-1303-555  7718 2016-10-15 17:38:00          11
    +#> 4967             25   A69-1303-555  7721 2016-10-15 17:40:00          11
    +#> 4968             25   A69-1303-555  7722 2016-10-15 17:42:00          11
    +#> 4969             25   A69-1303-555  7723 2016-10-15 17:44:00          11
    +#> 4970             25   A69-1303-555  7725 2016-10-15 17:50:00          11
    +#> 4971             25   A69-1303-555  7727 2016-10-15 17:54:00          11
    +#> 4972             25   A69-1303-555  7729 2016-10-15 17:58:00          11
    +#> 4973             25   A69-1303-555  7730 2016-10-15 18:00:00          11
    +#> 4974             25   A69-1303-555  7732 2016-10-15 18:02:00          11
    +#> 4975             25   A69-1303-555  7733 2016-10-15 18:04:00          11
    +#> 4976             25   A69-1303-555  7734 2016-10-15 18:06:00          11
    +#> 4977             25   A69-1303-555  7736 2016-10-15 18:08:00          11
    +#> 4978             25   A69-1303-555  7737 2016-10-15 18:10:00          11
    +#> 4979             25   A69-1303-555  7739 2016-10-15 18:12:00          11
    +#> 4980             25   A69-1303-555  7741 2016-10-15 18:14:00          11
    +#> 4981             25   A69-1303-555  7744 2016-10-15 18:16:00          11
    +#> 4982             25   A69-1303-555  7745 2016-10-15 18:18:00          11
    +#> 4983             25   A69-1303-555  7747 2016-10-15 18:20:00          11
    +#> 4984             25   A69-1303-555  7749 2016-10-15 18:22:00          11
    +#> 4985             25   A69-1303-555  7750 2016-10-15 18:24:00          11
    +#> 4986             25   A69-1303-555  7752 2016-10-15 18:26:00          11
    +#> 4987             25   A69-1303-555  7754 2016-10-15 18:28:00          11
    +#> 4988             25   A69-1303-555  7757 2016-10-15 18:30:00          11
    +#> 4989             25   A69-1303-555  7758 2016-10-15 18:32:00          11
    +#> 4990             25   A69-1303-555  7760 2016-10-15 18:34:00          11
    +#> 4991             25   A69-1303-555  7762 2016-10-15 18:36:00          11
    +#> 4992             25   A69-1303-555  7764 2016-10-15 18:38:00          11
    +#> 4993             25   A69-1303-555  7765 2016-10-15 18:40:00          11
    +#> 4994             25   A69-1303-555  7767 2016-10-15 18:42:00          11
    +#> 4995             25   A69-1303-555  7769 2016-10-15 18:44:00          11
    +#> 4996             25   A69-1303-555  7771 2016-10-15 18:46:00          11
    +#> 4997             25   A69-1303-555  7772 2016-10-15 18:48:00          11
    +#> 4998             25   A69-1303-555  7773 2016-10-15 18:50:00          11
    +#> 4999             25   A69-1303-555  7775 2016-10-15 18:52:00          11
    +#> 5000             25   A69-1303-555  7777 2016-10-15 18:54:00          11
    +#> 5001             25   A69-1303-555  7779 2016-10-15 18:56:00          11
    +#> 5002             25   A69-1303-555  7780 2016-10-15 18:58:00          11
    +#> 5003             25   A69-1303-555  7783 2016-10-15 19:00:00          11
    +#> 5004             25   A69-1303-555  7785 2016-10-15 19:02:00          11
    +#> 5005             25   A69-1303-555  7787 2016-10-15 19:04:00          11
    +#> 5006             25   A69-1303-555  7791 2016-10-15 19:06:00          11
    +#> 5007             25   A69-1303-555  7793 2016-10-15 19:08:00          11
    +#> 5008             25   A69-1303-555  7795 2016-10-15 19:10:00          11
    +#> 5009             25   A69-1303-555  7798 2016-10-15 19:12:00          11
    +#> 5010             25   A69-1303-555  7800 2016-10-15 19:14:00          11
    +#> 5011             25   A69-1303-555  7801 2016-10-15 19:16:00          11
    +#> 5012             25   A69-1303-555  7802 2016-10-15 19:22:00          11
    +#> 5013             25   A69-1303-555  7804 2016-10-15 19:24:00          11
    +#> 5014             25   A69-1303-555  7805 2016-10-15 19:36:00          11
    +#> 5015             25   A69-1303-555  7806 2016-10-15 19:40:00          11
    +#> 5016             25   A69-1303-555  7807 2016-10-15 19:44:00          11
    +#> 5017             25   A69-1303-555  7808 2016-10-15 19:46:00          11
    +#> 5018             25   A69-1303-555  7810 2016-10-15 19:48:00          11
    +#> 5019             25   A69-1303-555  7811 2016-10-15 19:50:00          11
    +#> 5020             25   A69-1303-555  7814 2016-10-15 19:52:00          11
    +#> 5021             25   A69-1303-555  7815 2016-10-15 19:54:00          11
    +#> 5022             25   A69-1303-555  7817 2016-10-15 19:56:00          11
    +#> 5023             25   A69-1303-555  7818 2016-10-15 19:58:00          11
    +#> 5024             25   A69-1303-555  7820 2016-10-15 20:00:00          11
    +#> 5025             25   A69-1303-555  7821 2016-10-15 20:02:00          11
    +#> 5026             25   A69-1303-555  7823 2016-10-15 20:04:00          11
    +#> 5027             25   A69-1303-555  7824 2016-10-15 20:16:00          11
    +#> 5028             25   A69-1303-555  7825 2016-10-15 20:18:00          11
    +#> 5029             25   A69-1303-555  7826 2016-10-15 20:28:00          11
    +#> 5030             25   A69-1303-555  7827 2016-10-15 20:34:00          11
    +#> 5031             25   A69-1303-555  7828 2016-10-16 08:36:00          39
    +#> 5032             25   A69-1303-555  7829 2016-10-16 08:38:00          39
    +#> 5033             25   A69-1303-555  7830 2016-10-16 08:42:00          39
    +#> 5034             25   A69-1303-555  7832 2016-10-16 08:54:00          39
    +#> 5035             25   A69-1303-555  7833 2016-10-19 09:56:00           3
    +#> 5036             25   A69-1303-555  7834 2016-10-19 10:04:00           3
    +#> 5037             25   A69-1303-555  7837 2016-10-19 10:06:00           3
    +#> 5038             25   A69-1303-555  7838 2016-10-19 10:10:00           3
    +#> 5039             25   A69-1303-555  7839 2016-10-19 10:14:00           3
    +#> 5040             25   A69-1303-555  7840 2016-10-19 10:18:00           3
    +#> 5041             25   A69-1303-555  7841 2016-10-20 01:14:00           3
    +#> 5042             25   A69-1303-555  7843 2016-10-20 01:16:00           3
    +#> 5043             25   A69-1303-555  7844 2016-10-20 10:54:00           3
    +#> 5044             25   A69-1303-555  7845 2016-10-20 11:02:00           3
    +#> 5045             25   A69-1303-555  7847 2016-10-20 11:06:00           3
    +#> 5046             25   A69-1303-555  7848 2016-10-20 11:08:00           3
    +#> 5047             25   A69-1303-555  7850 2016-10-20 11:10:00           3
    +#> 5048             25   A69-1303-555  7852 2016-10-20 11:12:00           3
    +#> 5049             25   A69-1303-555  7854 2016-10-20 11:18:00           3
    +#> 5050             25   A69-1303-555  7855 2016-10-20 11:22:00           3
    +#> 5051             25   A69-1303-555  7856 2016-10-20 11:24:00           3
    +#> 5052             25   A69-1303-555  7857 2016-10-21 11:48:00          36
    +#> 5053             25   A69-1303-555  7858 2016-10-21 11:58:00          36
    +#> 5054             25   A69-1303-555  7859 2016-10-21 12:00:00          36
    +#> 5055             25   A69-1303-555  7861 2016-10-21 12:02:00          36
    +#> 5056             25   A69-1303-555  7862 2016-10-21 12:04:00          36
    +#> 5057             25   A69-1303-555  7863 2016-10-21 12:08:00          36
    +#> 5058             25   A69-1303-555  7866 2016-10-21 12:10:00          36
    +#> 5059             25   A69-1303-555  7867 2016-10-21 12:16:00          36
    +#> 5060             25   A69-1303-555  7868 2016-10-21 12:18:00          36
    +#> 5061             25   A69-1303-555  7871 2016-10-21 12:20:00          36
    +#> 5062             25   A69-1303-555  7872 2016-10-21 12:28:00          36
    +#> 5063             25   A69-1303-555  7873 2016-10-21 12:32:00          36
    +#> 5064             25   A69-1303-555  7874 2016-10-21 17:56:00          36
    +#> 5065             25   A69-1303-555  7876 2016-10-21 17:58:00          36
    +#> 5066             25   A69-1303-555  7878 2016-10-21 18:02:00          36
    +#> 5067             25   A69-1303-555  7879 2016-10-21 18:04:00          36
    +#> 5068             25   A69-1303-555  7881 2016-10-21 18:06:00          36
    +#> 5069             25   A69-1303-555  7882 2016-10-21 18:08:00          36
    +#> 5070             25   A69-1303-555  7883 2016-10-21 18:40:00          36
    +#> 5071             25   A69-1303-555  7884 2016-10-21 18:48:00          36
    +#> 5072             25   A69-1303-555  7885 2016-10-21 18:56:00          36
    +#> 5073             25   A69-1303-555  7886 2016-10-21 19:00:00          36
    +#> 5074             25   A69-1303-555  7887 2016-10-21 19:02:00          36
    +#> 5075             25   A69-1303-555  7888 2016-10-21 19:04:00          36
    +#> 5076             25   A69-1303-555  7890 2016-10-21 19:06:00          36
    +#> 5077             25   A69-1303-555  7891 2016-10-21 19:16:00          36
    +#> 5078             25   A69-1303-555  7893 2016-10-21 19:20:00          36
    +#> 5079             25   A69-1303-555  7894 2016-10-21 19:22:00          36
    +#> 5080             25   A69-1303-555  7895 2016-10-21 19:26:00          36
    +#> 5081             25   A69-1303-555  7896 2016-10-21 19:28:00          36
    +#> 5082             25   A69-1303-555  7897 2016-10-21 19:48:00          36
    +#> 5083             25   A69-1303-555  7898 2016-10-21 20:04:00          36
    +#> 5084             25   A69-1303-555  7900 2016-10-21 20:06:00          36
    +#> 5085             25   A69-1303-555  7901 2016-10-21 20:08:00          36
    +#> 5086             25   A69-1303-555  7902 2016-10-21 20:20:00          36
    +#> 5087             25   A69-1303-555  7903 2016-10-21 20:26:00          36
    +#> 5088             25   A69-1303-555  7904 2016-10-21 20:32:00          36
    +#> 5089             25   A69-1303-555  7905 2016-10-21 20:34:00          36
    +#> 5090             25   A69-1303-555  7906 2016-10-21 20:36:00          36
    +#> 5091             25   A69-1303-555  7907 2016-10-21 20:38:00          36
    +#> 5092             25   A69-1303-555  7908 2016-10-21 21:42:00          31
    +#> 5093             25   A69-1303-555  7909 2016-10-21 22:08:00          31
    +#> 5094             25   A69-1303-555  7910 2016-10-21 22:14:00          31
    +#> 5095             25   A69-1303-555  7912 2016-10-21 23:14:00          30
    +#> 5096             25   A69-1303-555  7913 2016-10-21 23:16:00          30
    +#> 5097             25   A69-1303-555  7914 2016-10-21 23:18:00          30
    +#> 5098             25   A69-1303-555  7915 2016-10-21 23:56:00          37
    +#> 5099             25   A69-1303-555  7916 2016-10-22 00:00:00          37
    +#> 5100             25   A69-1303-555  7917 2016-10-22 00:02:00          37
    +#> 5101             25   A69-1303-555  7919 2016-10-22 00:04:00          37
    +#> 5102             25   A69-1303-555  7920 2016-10-22 00:06:00          37
    +#> 5103             25   A69-1303-555  7921 2016-10-22 00:08:00          37
    +#> 5104             25   A69-1303-555  7923 2016-10-22 00:10:00          37
    +#> 5105             25   A69-1303-555  7924 2016-10-22 04:42:00          27
    +#> 5106             25   A69-1303-555  7926 2016-10-22 04:44:00          27
    +#> 5107             25   A69-1303-555  7928 2016-10-22 04:46:00          27
    +#> 5108             25   A69-1303-555  7929 2016-10-22 04:48:00          27
    +#> 5109             25   A69-1303-555  7931 2016-10-22 04:50:00          27
    +#> 5110             25   A69-1303-555  7933 2016-10-22 04:52:00          27
    +#> 5111             25   A69-1303-555  7935 2016-10-22 04:54:00          27
    +#> 5112             25   A69-1303-555  7937 2016-10-22 04:56:00          27
    +#> 5113             25   A69-1303-555  7938 2016-10-22 04:58:00          27
    +#> 5114             25   A69-1303-555  7940 2016-10-22 05:00:00          27
    +#> 5115             25   A69-1303-555  7942 2016-10-22 05:02:00          27
    +#> 5116             25   A69-1303-555  7943 2016-10-22 05:06:00          27
    +#> 5117             25   A69-1303-555  7945 2016-10-22 05:10:00          27
    +#> 5118             25   A69-1303-555  7946 2016-10-22 05:12:00          27
    +#> 5119             25   A69-1303-555  7948 2016-10-22 08:52:00           3
    +#> 5120             25   A69-1303-555  7949 2016-10-22 08:54:00           3
    +#> 5121             25   A69-1303-555  7950 2016-10-22 08:56:00           3
    +#> 5122             25   A69-1303-555  7951 2016-10-22 09:58:00           3
    +#> 5123             25   A69-1303-555  7952 2016-10-22 10:18:00           3
    +#> 5124             25   A69-1303-555  7953 2016-10-22 10:20:00           3
    +#> 5125             25   A69-1303-555  7955 2016-10-22 10:22:00           3
    +#> 5126             25   A69-1303-555  7956 2016-10-22 10:24:00           3
    +#> 5127             25   A69-1303-555  7957 2016-10-22 10:26:00           3
    +#> 5128             25   A69-1303-555  7959 2016-10-22 10:28:00           3
    +#> 5129             25   A69-1303-555  7962 2016-10-22 10:30:00           3
    +#> 5130             25   A69-1303-555  7963 2016-10-22 10:32:00           3
    +#> 5131             25   A69-1303-555  7965 2016-10-22 10:34:00           3
    +#> 5132             25   A69-1303-555  7966 2016-10-22 10:36:00           3
    +#> 5133             25   A69-1303-555  7967 2016-10-22 10:38:00           3
    +#> 5134             25   A69-1303-555  7969 2016-10-22 10:40:00           3
    +#> 5135             25   A69-1303-555  7970 2016-10-22 12:04:00           3
    +#> 5136             25   A69-1303-555  7971 2016-10-22 12:10:00           3
    +#> 5137             25   A69-1303-555  7972 2016-10-22 12:12:00           3
    +#> 5138             25   A69-1303-555  7973 2016-10-22 12:14:00           3
    +#> 5139             25   A69-1303-555  7974 2016-10-22 12:20:00           3
    +#> 5140             25   A69-1303-555  7975 2016-10-25 11:48:00          39
    +#> 5141             25   A69-1303-555  7976 2016-10-25 11:52:00          39
    +#> 5142             25   A69-1303-555  7977 2016-10-25 15:12:00          39
    +#> 5143             25   A69-1303-555  7978 2016-10-25 15:14:00          39
    +#> 5144             25   A69-1303-555  7979 2016-10-25 15:26:00          39
    +#> 5145             25   A69-1303-555  7980 2016-10-25 15:30:00          39
    +#> 5146             25   A69-1303-555  7981 2016-10-25 15:32:00          39
    +#> 5147             25   A69-1303-555  7982 2016-10-25 15:34:00          39
    +#> 5148             25   A69-1303-555  7984 2016-10-25 15:36:00          39
    +#> 5149             25   A69-1303-555  7985 2016-10-25 15:38:00          39
    +#> 5150             25   A69-1303-555  7986 2016-10-25 15:40:00          39
    +#> 5151             25   A69-1303-555  7988 2016-10-25 15:42:00          39
    +#> 5152             25   A69-1303-555  7989 2016-10-25 15:44:00          39
    +#> 5153             25   A69-1303-555  7991 2016-10-25 15:46:00          39
    +#> 5154             25   A69-1303-555  7992 2016-10-25 15:48:00          39
    +#> 5155             25   A69-1303-555  7995 2016-10-25 15:52:00          39
    +#> 5156             25   A69-1303-555  7997 2016-10-25 15:54:00          39
    +#> 5157             25   A69-1303-555  7999 2016-10-25 15:56:00          39
    +#> 5158             25   A69-1303-555  8001 2016-10-25 15:58:00          39
    +#> 5159             25   A69-1303-555  8003 2016-10-25 16:00:00          39
    +#> 5160             25   A69-1303-555  8005 2016-10-25 16:02:00          39
    +#> 5161             25   A69-1303-555  8006 2016-10-25 16:04:00          39
    +#> 5162             25   A69-1303-555  8007 2016-10-25 16:06:00          39
    +#> 5163             25   A69-1303-555  8008 2016-10-25 16:08:00          39
    +#> 5164             25   A69-1303-555  8010 2016-10-26 03:28:00          38
    +#> 5165             25   A69-1303-555  8011 2016-10-26 03:34:00          38
    +#> 5166             25   A69-1303-555  8012 2016-10-26 03:36:00          38
    +#> 5167             25   A69-1303-555  8013 2016-10-26 03:38:00          38
    +#> 5168             25   A69-1303-555  8015 2016-10-26 03:40:00          38
    +#> 5169             25   A69-1303-555  8016 2016-10-26 09:16:00          36
    +#> 5170             25   A69-1303-555  8018 2016-10-26 09:18:00          36
    +#> 5171             25   A69-1303-555  8020 2016-10-26 09:20:00          36
    +#> 5172             25   A69-1303-555  8021 2016-10-26 09:22:00          36
    +#> 5173             25   A69-1303-555  8022 2016-10-26 10:06:00          36
    +#> 5174             25   A69-1303-555  8023 2016-10-26 10:08:00          36
    +#> 5175             25   A69-1303-555  8024 2016-10-26 10:10:00          36
    +#> 5176             25   A69-1303-555  8025 2016-10-26 10:20:00          36
    +#> 5177             25   A69-1303-555  8026 2016-10-26 10:40:00          36
    +#> 5178             25   A69-1303-555  8027 2016-10-26 10:42:00          36
    +#> 5179             25   A69-1303-555  8028 2016-10-26 11:18:00          36
    +#> 5180             25   A69-1303-555  8029 2016-10-26 11:20:00          36
    +#> 5181             25   A69-1303-555  8030 2016-10-26 11:22:00          36
    +#> 5182             25   A69-1303-555  8031 2016-10-26 11:40:00          36
    +#> 5183             25   A69-1303-555  8032 2016-10-26 11:42:00          36
    +#> 5184             25   A69-1303-555  8034 2016-10-26 11:48:00          36
    +#> 5185             25   A69-1303-555  8035 2016-10-26 11:52:00          36
    +#> 5186             25   A69-1303-555  8037 2016-10-26 11:54:00          36
    +#> 5187             25   A69-1303-555  8038 2016-10-26 11:58:00          36
    +#> 5188             25   A69-1303-555  8039 2016-10-26 12:00:00          36
    +#> 5189             25   A69-1303-555  8040 2016-10-26 12:02:00          36
    +#> 5190             25   A69-1303-555  8041 2016-10-26 12:04:00          36
    +#> 5191             25   A69-1303-555  8043 2016-10-26 12:06:00          36
    +#> 5192             25   A69-1303-555  8045 2016-10-26 12:08:00          36
    +#> 5193             25   A69-1303-555  8046 2016-10-26 12:10:00          36
    +#> 5194             25   A69-1303-555  8048 2016-10-26 12:16:00          36
    +#> 5195             25   A69-1303-555  8049 2016-10-26 12:18:00          36
    +#> 5196             25   A69-1303-555  8050 2016-10-26 12:20:00          36
    +#> 5197             25   A69-1303-555  8051 2016-10-26 12:30:00          36
    +#> 5198             25   A69-1303-555  8052 2016-10-26 12:38:00          36
    +#> 5199             25   A69-1303-555  8054 2016-10-26 12:40:00          36
    +#> 5200             25   A69-1303-555  8056 2016-10-26 12:42:00          36
    +#> 5201             25   A69-1303-555  8057 2016-10-26 12:44:00          36
    +#> 5202             25   A69-1303-555  8058 2016-10-26 12:46:00          36
    +#> 5203             25   A69-1303-555  8059 2016-10-26 12:48:00          36
    +#> 5204             25   A69-1303-555  8061 2016-10-26 12:50:00          36
    +#> 5205             25   A69-1303-555  8063 2016-10-26 12:52:00          36
    +#> 5206             25   A69-1303-555  8064 2016-10-26 12:54:00          36
    +#> 5207             25   A69-1303-555  8065 2016-10-26 12:56:00          36
    +#> 5208             25   A69-1303-555  8066 2016-10-26 12:58:00          36
    +#> 5209             25   A69-1303-555  8068 2016-10-26 13:00:00          36
    +#> 5210             25   A69-1303-555  8071 2016-10-26 13:02:00          36
    +#> 5211             25   A69-1303-555  8072 2016-10-26 13:04:00          36
    +#> 5212             25   A69-1303-555  8074 2016-10-26 13:06:00          36
    +#> 5213             25   A69-1303-555  8076 2016-10-26 13:08:00          36
    +#> 5214             25   A69-1303-555  8077 2016-10-26 13:12:00          36
    +#> 5215             25   A69-1303-555  8078 2016-10-26 13:14:00          36
    +#> 5216             25   A69-1303-555  8079 2016-10-26 13:16:00          36
    +#> 5217             25   A69-1303-555  8081 2016-10-26 13:18:00          36
    +#> 5218             25   A69-1303-555  8083 2016-10-26 13:20:00          36
    +#> 5219             25   A69-1303-555  8084 2016-10-26 13:22:00          36
    +#> 5220             25   A69-1303-555  8086 2016-10-26 13:24:00          36
    +#> 5221             25   A69-1303-555  8087 2016-10-26 13:26:00          36
    +#> 5222             25   A69-1303-555  8090 2016-10-26 13:30:00          36
    +#> 5223             25   A69-1303-555  8093 2016-10-26 13:32:00          36
    +#> 5224             25   A69-1303-555  8094 2016-10-26 13:34:00          36
    +#> 5225             25   A69-1303-555  8096 2016-10-26 13:42:00          36
    +#> 5226             25   A69-1303-555  8097 2016-10-26 13:48:00          36
    +#> 5227             25   A69-1303-555  8098 2016-10-26 13:50:00          36
    +#> 5228             25   A69-1303-555  8100 2016-10-26 13:52:00          36
    +#> 5229             25   A69-1303-555  8101 2016-10-26 13:54:00          36
    +#> 5230             25   A69-1303-555  8103 2016-10-26 13:56:00          36
    +#> 5231             25   A69-1303-555  8104 2016-10-26 13:58:00          36
    +#> 5232             25   A69-1303-555  8106 2016-10-26 14:00:00          36
    +#> 5233             25   A69-1303-555  8108 2016-10-26 14:02:00          36
    +#> 5234             25   A69-1303-555  8110 2016-10-26 14:04:00          36
    +#> 5235             25   A69-1303-555  8112 2016-10-26 14:06:00          36
    +#> 5236             25   A69-1303-555  8113 2016-10-26 14:10:00          36
    +#> 5237             25   A69-1303-555  8116 2016-10-26 14:12:00          36
    +#> 5238             25   A69-1303-555  8117 2016-10-26 14:14:00          36
    +#> 5239             25   A69-1303-555  8119 2016-10-26 14:16:00          36
    +#> 5240             25   A69-1303-555  8121 2016-10-26 14:18:00          36
    +#> 5241             25   A69-1303-555  8122 2016-10-26 14:20:00          36
    +#> 5242             25   A69-1303-555  8125 2016-10-26 14:22:00          36
    +#> 5243             25   A69-1303-555  8127 2016-10-26 14:24:00          36
    +#> 5244             25   A69-1303-555  8129 2016-10-26 14:32:00          36
    +#> 5245             25   A69-1303-555  8130 2016-10-26 14:34:00          36
    +#> 5246             25   A69-1303-555  8131 2016-10-26 14:42:00          36
    +#> 5247             25   A69-1303-555  8133 2016-10-26 14:44:00          36
    +#> 5248             25   A69-1303-555  8135 2016-10-26 14:46:00          36
    +#> 5249             25   A69-1303-555  8136 2016-10-26 14:48:00          36
    +#> 5250             25   A69-1303-555  8137 2016-10-26 14:52:00          36
    +#> 5251             25   A69-1303-555  8138 2016-10-26 14:58:00          36
    +#> 5252             25   A69-1303-555  8139 2016-10-26 15:54:00          36
    +#> 5253             25   A69-1303-555  8140 2016-10-26 15:56:00          36
    +#> 5254             25   A69-1303-555  8141 2016-10-26 16:00:00          36
    +#> 5255             25   A69-1303-555  8142 2016-10-26 18:02:00          21
    +#> 5256             25   A69-1303-555  8143 2016-10-26 18:04:00          21
    +#> 5257             25   A69-1303-555  8144 2016-10-26 18:08:00          21
    +#> 5258             25   A69-1303-555  8146 2016-10-26 18:12:00          21
    +#> 5259             25   A69-1303-555  8148 2016-10-26 18:30:00          21
    +#> 5260             25   A69-1303-555  8149 2016-10-26 18:34:00          21
    +#> 5261             25   A69-1303-555  8150 2016-10-26 18:36:00          21
    +#> 5262             25   A69-1303-555  8152 2016-10-26 18:38:00          21
    +#> 5263             25   A69-1303-555  8154 2016-10-26 18:40:00          21
    +#> 5264             25   A69-1303-555  8156 2016-10-26 18:42:00          21
    +#> 5265             25   A69-1303-555  8158 2016-10-26 18:44:00          21
    +#> 5266             25   A69-1303-555  8160 2016-10-26 18:46:00          21
    +#> 5267             25   A69-1303-555  8161 2016-10-26 18:48:00          21
    +#> 5268             25   A69-1303-555  8162 2016-10-26 18:50:00          21
    +#> 5269             25   A69-1303-555  8164 2016-10-26 18:52:00          21
    +#> 5270             25   A69-1303-555  8165 2016-10-26 18:54:00          21
    +#> 5271             25   A69-1303-555  8166 2016-10-26 19:34:00          30
    +#> 5272             25   A69-1303-555  8167 2016-10-26 19:42:00          30
    +#> 5273             25   A69-1303-555  8168 2016-10-26 19:44:00          30
    +#> 5274             25   A69-1303-555  8169 2016-10-26 19:46:00          30
    +#> 5275             25   A69-1303-555  8171 2016-10-26 19:48:00          30
    +#> 5276             25   A69-1303-555  8174 2016-10-26 19:50:00          30
    +#> 5277             25   A69-1303-555  8176 2016-10-26 19:52:00          30
    +#> 5278             25   A69-1303-555  8178 2016-10-26 19:54:00          30
    +#> 5279             25   A69-1303-555  8180 2016-10-26 19:56:00          30
    +#> 5280             25   A69-1303-555  8182 2016-10-26 19:58:00          30
    +#> 5281             25   A69-1303-555  8183 2016-10-26 20:00:00          30
    +#> 5282             25   A69-1303-555  8185 2016-10-26 20:02:00          30
    +#> 5283             25   A69-1303-555  8186 2016-10-26 20:04:00          30
    +#> 5284             25   A69-1303-555  8188 2016-10-26 20:06:00          30
    +#> 5285             25   A69-1303-555  8189 2016-10-26 20:08:00          30
    +#> 5286             25   A69-1303-555  8190 2016-10-26 20:12:00          30
    +#> 5287             25   A69-1303-555  8191 2016-10-26 23:20:00          36
    +#> 5288             25   A69-1303-555  8192 2016-10-26 23:26:00          36
    +#> 5289             25   A69-1303-555  8194 2016-10-26 23:38:00          36
    +#> 5290             25   A69-1303-555  8196 2016-10-27 00:30:00          36
    +#> 5291             25   A69-1303-555  8198 2016-10-27 00:34:00          36
    +#> 5292             25   A69-1303-555  8199 2016-10-27 01:02:00          36
    +#> 5293             25   A69-1303-555  8201 2016-10-27 05:36:00          30
    +#> 5294             25   A69-1303-555  8202 2016-10-27 05:58:00          30
    +#> 5295             25   A69-1303-555  8203 2016-10-27 06:02:00          30
    +#> 5296             25   A69-1303-555  8204 2016-10-27 06:12:00          30
    +#> 5297             25   A69-1303-555  8205 2016-10-27 06:14:00          30
    +#> 5298             25   A69-1303-555  8206 2016-10-27 06:18:00          30
    +#> 5299             25   A69-1303-555  8207 2016-10-27 06:20:00          30
    +#> 5300             25   A69-1303-555  8208 2016-10-27 06:26:00          30
    +#> 5301             25   A69-1303-555  8209 2016-10-27 06:28:00          30
    +#> 5302             25   A69-1303-555  8210 2016-10-27 06:30:00          30
    +#> 5303             25   A69-1303-555  8211 2016-10-27 06:32:00          30
    +#> 5304             25   A69-1303-555  8212 2016-10-27 06:36:00          30
    +#> 5305             25   A69-1303-555  8213 2016-10-27 06:38:00          30
    +#> 5306             25   A69-1303-555  8214 2016-10-29 15:54:00          27
    +#> 5307             25   A69-1303-555  8215 2016-10-29 15:56:00          27
    +#> 5308             25   A69-1303-555  8216 2016-10-29 15:58:00          27
    +#> 5309             25   A69-1303-555  8217 2016-10-29 16:00:00          27
    +#> 5310             25   A69-1303-555  8220 2016-10-29 16:02:00          27
    +#> 5311             25   A69-1303-555  8221 2016-10-29 16:04:00          27
    +#> 5312             25   A69-1303-555  8223 2016-10-29 16:06:00          27
    +#> 5313             25   A69-1303-555  8225 2016-10-29 16:08:00          27
    +#> 5314             25   A69-1303-555  8227 2016-10-29 16:12:00          27
    +#> 5315             25   A69-1303-555  8228 2016-10-29 16:14:00          27
    +#> 5316             25   A69-1303-555  8230 2016-10-29 16:16:00          27
    +#> 5317             25   A69-1303-555  8232 2016-10-29 16:18:00          27
    +#> 5318             25   A69-1303-555  8233 2016-10-29 16:20:00          27
    +#> 5319             25   A69-1303-555  8234 2016-10-30 01:18:00          30
    +#> 5320             25   A69-1303-555  8235 2016-10-30 01:22:00          30
    +#> 5321             25   A69-1303-555  8236 2016-10-30 01:24:00          30
    +#> 5322             25   A69-1303-555  8237 2016-10-30 01:28:00          30
    +#> 5323             25   A69-1303-555  8240 2016-10-30 01:30:00          30
    +#> 5324             25   A69-1303-555  8241 2016-10-30 01:32:00          30
    +#> 5325             25   A69-1303-555  8244 2016-10-30 01:34:00          30
    +#> 5326             25   A69-1303-555  8246 2016-10-30 01:36:00          30
    +#> 5327             25   A69-1303-555  8248 2016-10-30 02:32:00          36
    +#> 5328             25   A69-1303-555  8249 2016-10-30 02:42:00          36
    +#> 5329             25   A69-1303-555  8250 2016-10-30 02:44:00          36
    +#> 5330             25   A69-1303-555  8252 2016-10-30 02:46:00          36
    +#> 5331             25   A69-1303-555  8254 2016-10-30 02:48:00          36
    +#> 5332             25   A69-1303-555  8256 2016-10-30 02:52:00          36
    +#> 5333             25   A69-1303-555  8258 2016-10-30 13:38:00          36
    +#> 5334             25   A69-1303-555  8259 2016-10-30 13:40:00          36
    +#> 5335             25   A69-1303-555  8260 2016-10-30 13:42:00          36
    +#> 5336             25   A69-1303-555  8262 2016-10-30 13:44:00          36
    +#> 5337             25   A69-1303-555  8264 2016-10-30 13:46:00          36
    +#> 5338             25   A69-1303-555  8265 2016-10-30 13:50:00          36
    +#> 5339             25   A69-1303-555  8267 2016-10-30 13:52:00          36
    +#> 5340             25   A69-1303-555  8268 2016-10-30 13:54:00          36
    +#> 5341             25   A69-1303-555  8269 2016-10-30 13:56:00          36
    +#> 5342             25   A69-1303-555  8270 2016-10-30 14:04:00          36
    +#> 5343             25   A69-1303-555  8271 2016-10-30 14:08:00          36
    +#> 5344             25   A69-1303-555  8273 2016-10-30 14:10:00          36
    +#> 5345             25   A69-1303-555  8276 2016-10-30 14:12:00          36
    +#> 5346             25   A69-1303-555  8278 2016-10-30 14:14:00          36
    +#> 5347             25   A69-1303-555  8280 2016-10-30 14:42:00          36
    +#> 5348             25   A69-1303-555  8281 2016-10-30 14:44:00          36
    +#> 5349             25   A69-1303-555  8282 2016-10-30 14:46:00          36
    +#> 5350             25   A69-1303-555  8283 2016-10-30 14:48:00          36
    +#> 5351             25   A69-1303-555  8284 2016-10-30 14:50:00          36
    +#> 5352             25   A69-1303-555  8286 2016-10-30 14:52:00          36
    +#> 5353             25   A69-1303-555  8288 2016-10-30 14:56:00          36
    +#> 5354             25   A69-1303-555  8289 2016-10-30 14:58:00          36
    +#> 5355             25   A69-1303-555  8290 2016-10-30 18:10:00          36
    +#> 5356             25   A69-1303-555  8291 2016-10-30 18:12:00          36
    +#> 5357             25   A69-1303-555  8293 2016-10-30 18:14:00          36
    +#> 5358             25   A69-1303-555  8294 2016-10-30 18:30:00          36
    +#> 5359             25   A69-1303-555  8295 2016-10-30 18:32:00          36
    +#> 5360             25   A69-1303-555  8296 2016-10-30 18:34:00          36
    +#> 5361             25   A69-1303-555  8297 2016-10-30 18:36:00          36
    +#> 5362             25   A69-1303-555  8298 2016-10-30 18:38:00          36
    +#> 5363             25   A69-1303-555  8300 2016-10-30 18:40:00          36
    +#> 5364             25   A69-1303-555  8303 2016-10-30 18:42:00          36
    +#> 5365             25   A69-1303-555  8305 2016-10-30 18:44:00          36
    +#> 5366             25   A69-1303-555  8306 2016-10-30 18:50:00          36
    +#> 5367             25   A69-1303-555  8308 2016-10-30 19:00:00          36
    +#> 5368             25   A69-1303-555  8310 2016-10-30 19:06:00          36
    +#> 5369             25   A69-1303-555  8312 2016-10-30 19:12:00          36
    +#> 5370             25   A69-1303-555  8313 2016-10-30 23:52:00          31
    +#> 5371             25   A69-1303-555  8314 2016-10-30 23:54:00          31
    +#> 5372             25   A69-1303-555  8315 2016-10-30 23:58:00          31
    +#> 5373             25   A69-1303-555  8316 2016-10-31 00:50:00          31
    +#> 5374             25   A69-1303-555  8317 2016-10-31 00:58:00          31
    +#> 5375             25   A69-1303-555  8318 2016-10-31 01:00:00          31
    +#> 5376             25   A69-1303-555  8320 2016-10-31 01:02:00          31
    +#> 5377             25   A69-1303-555  8322 2016-10-31 01:04:00          31
    +#> 5378             25   A69-1303-555  8323 2016-10-31 01:06:00          31
    +#> 5379             25   A69-1303-555  8325 2016-10-31 01:10:00          31
    +#> 5380             25   A69-1303-555  8326 2016-10-31 01:12:00          31
    +#> 5381             25   A69-1303-555  8328 2016-10-31 02:22:00          36
    +#> 5382             25   A69-1303-555  8329 2016-10-31 02:26:00          36
    +#> 5383             25   A69-1303-555  8330 2016-10-31 02:28:00          36
    +#> 5384             25   A69-1303-555  8331 2016-10-31 02:32:00          36
    +#> 5385             25   A69-1303-555  8332 2016-10-31 02:58:00          36
    +#> 5386             25   A69-1303-555  8333 2016-10-31 03:04:00          36
    +#> 5387             25   A69-1303-555  8334 2016-10-31 03:08:00          36
    +#> 5388             25   A69-1303-555  8335 2016-10-31 04:06:00          36
    +#> 5389             25   A69-1303-555  8336 2016-10-31 04:08:00          36
    +#> 5390             25   A69-1303-555  8337 2016-10-31 04:14:00          36
    +#> 5391             25   A69-1303-555  8338 2016-10-31 04:24:00          36
    +#> 5392             25   A69-1303-555  8339 2016-10-31 04:26:00          36
    +#> 5393             25   A69-1303-555  8340 2016-10-31 04:58:00          36
    +#> 5394             25   A69-1303-555  8341 2016-10-31 05:00:00          36
    +#> 5395             25   A69-1303-555  8342 2016-10-31 05:08:00          36
    +#> 5396             25   A69-1303-555  8343 2016-10-31 05:10:00          36
    +#> 5397             25   A69-1303-555  8344 2016-10-31 05:12:00          36
    +#> 5398             25   A69-1303-555  8345 2016-10-31 05:16:00          36
    +#> 5399             25   A69-1303-555  8346 2016-10-31 05:20:00          36
    +#> 5400             25   A69-1303-555  8347 2016-10-31 05:22:00          36
    +#> 5401             25   A69-1303-555  8349 2016-10-31 05:24:00          36
    +#> 5402             25   A69-1303-555  8350 2016-10-31 05:26:00          36
    +#> 5403             25   A69-1303-555  8351 2016-10-31 05:28:00          36
    +#> 5404             25   A69-1303-555  8352 2016-10-31 05:30:00          36
    +#> 5405             25   A69-1303-555  8354 2016-10-31 05:32:00          36
    +#> 5406             25   A69-1303-555  8356 2016-10-31 05:36:00          36
    +#> 5407             25   A69-1303-555  8358 2016-10-31 05:38:00          36
    +#> 5408             25   A69-1303-555  8359 2016-10-31 05:40:00          36
    +#> 5409             25   A69-1303-555  8360 2016-10-31 05:42:00          36
    +#> 5410             25   A69-1303-555  8362 2016-10-31 05:44:00          36
    +#> 5411             25   A69-1303-555  8363 2016-10-31 05:48:00          36
    +#> 5412             25   A69-1303-555  8364 2016-10-31 06:20:00          36
    +#> 5413             25   A69-1303-555  8365 2016-10-31 06:22:00          36
    +#> 5414             25   A69-1303-555  8366 2016-10-31 06:28:00          36
    +#> 5415             25   A69-1303-555  8367 2016-10-31 06:38:00          36
    +#> 5416             25   A69-1303-555  8368 2016-10-31 06:48:00          36
    +#> 5417             25   A69-1303-555  8369 2016-10-31 06:52:00          36
    +#> 5418             25   A69-1303-555  8371 2016-10-31 06:54:00          36
    +#> 5419             25   A69-1303-555  8372 2016-10-31 06:56:00          36
    +#> 5420             25   A69-1303-555  8374 2016-10-31 06:58:00          36
    +#> 5421             25   A69-1303-555  8375 2016-10-31 07:00:00          36
    +#> 5422             25   A69-1303-555  8377 2016-10-31 07:02:00          36
    +#> 5423             25   A69-1303-555  8379 2016-10-31 07:04:00          36
    +#> 5424             25   A69-1303-555  8380 2016-10-31 07:06:00          36
    +#> 5425             25   A69-1303-555  8382 2016-10-31 07:08:00          36
    +#> 5426             25   A69-1303-555  8384 2016-10-31 07:10:00          36
    +#> 5427             25   A69-1303-555  8386 2016-10-31 07:14:00          36
    +#> 5428             25   A69-1303-555  8387 2016-11-06 19:48:00          31
    +#> 5429             25   A69-1303-555  8389 2016-11-06 19:50:00          31
    +#> 5430             25   A69-1303-555  8390 2016-11-06 19:52:00          31
    +#> 5431             25   A69-1303-555  8391 2016-11-06 19:56:00          31
    +#> 5432             25   A69-1303-555  8392 2016-11-06 19:58:00          31
    +#> 5433             25   A69-1303-555  8393 2016-11-09 04:50:00          21
    +#> 5434             25   A69-1303-555  8395 2016-11-09 04:52:00          21
    +#> 5435             25   A69-1303-555  8396 2016-11-09 04:54:00          21
    +#> 5436             25   A69-1303-555  8398 2016-11-09 04:56:00          21
    +#> 5437             25   A69-1303-555  8399 2016-11-09 04:58:00          21
    +#> 5438             25   A69-1303-555  8401 2016-11-09 05:00:00          21
    +#> 5439             25   A69-1303-555  8403 2016-11-09 05:02:00          21
    +#> 5440             25   A69-1303-555  8405 2016-11-09 05:06:00          21
    +#> 5441             25   A69-1303-555  8406 2016-11-09 05:20:00          31
    +#> 5442             25   A69-1303-555  8407 2016-11-09 05:26:00          31
    +#> 5443             25   A69-1303-555  8408 2016-11-09 05:28:00          31
    +#> 5444             25   A69-1303-555  8409 2016-11-09 05:40:00          31
    +#> 5445             25   A69-1303-555  8410 2016-11-09 05:42:00          31
    +#> 5446             25   A69-1303-555  8411 2016-11-09 05:46:00          31
    +#> 5447             25   A69-1303-555  8412 2016-11-09 05:48:00          31
    +#> 5448             25   A69-1303-555  8414 2016-11-09 05:50:00          31
    +#> 5449             25   A69-1303-555  8416 2016-11-09 05:52:00          31
    +#> 5450             25   A69-1303-555  8418 2016-11-09 05:54:00          31
    +#> 5451             25   A69-1303-555  8420 2016-11-09 05:56:00          31
    +#> 5452             25   A69-1303-555  8421 2016-11-09 05:58:00          31
    +#> 5453             25   A69-1303-555  8422 2016-11-09 06:06:00          31
    +#> 5454             25   A69-1303-555  8423 2016-11-09 17:58:00          31
    +#> 5455             25   A69-1303-555  8424 2016-11-09 18:04:00          31
    +#> 5456             25   A69-1303-555  8426 2016-11-09 18:06:00          31
    +#> 5457             25   A69-1303-555  8428 2016-11-09 18:08:00          31
    +#> 5458             25   A69-1303-555  8430 2016-11-09 18:10:00          31
    +#> 5459             25   A69-1303-555  8431 2016-11-09 18:12:00          31
    +#> 5460             25   A69-1303-555  8433 2016-11-09 18:14:00          31
    +#> 5461             25   A69-1303-555  8436 2016-11-09 18:16:00          31
    +#> 5462             25   A69-1303-555  8437 2016-11-09 18:22:00          31
    +#> 5463             25   A69-1303-555  8438 2016-11-09 18:24:00          31
    +#> 5464             25   A69-1303-555  8439 2016-11-09 21:28:00          31
    +#> 5465             25   A69-1303-555  8441 2016-11-12 06:52:00          21
    +#> 5466             25   A69-1303-555  8442 2016-11-12 06:54:00          21
    +#> 5467             25   A69-1303-555  8443 2016-11-12 06:56:00          21
    +#> 5468             25   A69-1303-555  8445 2016-11-12 06:58:00          21
    +#> 5469             25   A69-1303-555  8446 2016-11-12 07:00:00          21
    +#> 5470             25   A69-1303-555  8447 2016-11-12 07:02:00          21
    +#> 5471             25   A69-1303-555  8448 2016-11-12 07:04:00          21
    +#> 5472             25   A69-1303-555  8449 2016-11-12 07:14:00          21
    +#> 5473             25   A69-1303-555  8450 2016-11-14 21:56:00          31
    +#> 5474             25   A69-1303-555  8451 2016-11-14 21:58:00          31
    +#> 5475             25   A69-1303-555  8453 2016-11-14 22:00:00          31
    +#> 5476             25   A69-1303-555  8454 2016-11-14 22:02:00          31
    +#> 5477             25   A69-1303-555  8456 2016-11-14 22:04:00          31
    +#> 5478             25   A69-1303-555  8457 2016-11-14 22:06:00          31
    +#> 5479             25   A69-1303-555  8459 2016-11-14 22:08:00          31
    +#> 5480             25   A69-1303-555  8460 2016-11-14 22:20:00          31
    +#> 5481             25   A69-1303-555  8461 2016-11-14 22:30:00          31
    +#> 5482             25   A69-1303-555  8462 2016-11-14 22:32:00          31
    +#> 5483             25   A69-1303-555  8463 2016-11-14 22:38:00          31
    +#> 5484             25   A69-1303-555  8464 2016-11-14 22:46:00          31
    +#> 5485             25   A69-1303-555  8465 2016-11-14 22:48:00          31
    +#> 5486             25   A69-1303-555  8467 2016-11-14 23:42:00          21
    +#> 5487             25   A69-1303-555  8469 2016-11-14 23:44:00          21
    +#> 5488             25   A69-1303-555  8471 2016-11-14 23:46:00          21
    +#> 5489             25   A69-1303-555  8472 2016-11-27 17:58:00          21
    +#> 5490             25   A69-1303-555  8474 2016-11-27 18:00:00          21
    +#> 5491             25   A69-1303-555  8475 2016-11-27 18:10:00          21
    +#> 5492             25   A69-1303-555  8476 2016-11-27 18:14:00          21
    +#> 5493             25   A69-1303-555  8477 2016-11-27 18:16:00          21
    +#> 5494             25   A69-1303-555  8478 2016-11-27 18:18:00          21
    +#> 5495             25   A69-1303-555  8480 2016-12-10 22:34:00          21
    +#> 5496             25   A69-1303-555  8482 2016-12-10 22:36:00          21
    +#> 5497             25   A69-1303-555  8483 2016-12-10 22:38:00          21
    +#> 5498             25   A69-1303-555  8484 2016-12-14 22:02:00          21
    +#> 5499             25   A69-1303-555  8485 2016-12-14 22:04:00          21
    +#> 5500             25   A69-1303-555  8487 2016-12-14 22:06:00          21
    +#> 5501             25   A69-1303-555  8489 2016-12-14 22:08:00          21
    +#> 5502             25   A69-1303-555  8490 2016-12-14 22:10:00          21
    +#> 5503             25   A69-1303-555  8492 2016-12-14 22:12:00          21
    +#> 5504             25   A69-1303-555  8493 2016-12-14 22:14:00          21
    +#> 5505             25   A69-1303-555  8495 2016-12-14 22:16:00          21
    +#> 5506             25   A69-1303-555  8497 2016-12-14 22:18:00          21
    +#> 5507             25   A69-1303-555  8498 2016-12-14 22:20:00          21
    +#> 5508             25   A69-1303-555  8500 2016-12-14 22:22:00          21
    +#> 5509             25   A69-1303-555  8502 2016-12-14 22:24:00          21
    +#> 5510             25   A69-1303-555  8504 2016-12-14 22:26:00          21
    +#> 5511             25   A69-1303-555  8505 2016-12-14 22:28:00          21
    +#> 5512             25   A69-1303-555  8507 2016-12-14 22:30:00          21
    +#> 5513             25   A69-1303-555  8508 2016-12-20 22:56:00          24
    +#> 5514             25   A69-1303-555  8509 2016-12-20 23:06:00          24
    +#> 5515             25   A69-1303-555  8510 2016-12-20 23:20:00          24
    +#> 5516             25   A69-1303-555  8511 2016-12-20 23:22:00          24
    +#> 5517             25   A69-1303-555  8512 2016-12-21 16:32:00          45
    +#> 5518             25   A69-1303-555  8513 2016-12-21 16:34:00          45
    +#> 5519             25   A69-1303-555  8514 2016-12-21 16:42:00          45
    +#> 5520             25   A69-1303-555  8515 2016-12-21 16:46:00          45
    +#> 5521             25   A69-1303-555  8517 2016-12-21 16:48:00          45
    +#> 5522             25   A69-1303-555  8518 2016-12-21 16:50:00          45
    +#> 5523             25   A69-1303-555  8519 2016-12-21 16:52:00          45
    +#> 5524             25   A69-1303-555  8521 2016-12-21 16:54:00          45
    +#> 5525             25   A69-1303-555  8522 2016-12-21 16:56:00          45
    +#> 5526             25   A69-1303-555  8523 2016-12-21 16:58:00          45
    +#> 5527             25   A69-1303-555  8524 2016-12-21 17:00:00          45
    +#> 5528             25   A69-1303-555  8525 2016-12-21 17:02:00          45
    +#> 5529             25   A69-1303-555  8527 2016-12-21 17:04:00          45
    +#> 5530             25   A69-1303-555  8528 2016-12-21 18:14:00          21
    +#> 5531             25   A69-1303-555  8530 2016-12-21 18:16:00          21
    +#> 5532             25   A69-1303-555  8532 2016-12-21 18:18:00          21
    +#> 5533             25   A69-1303-555  8533 2016-12-21 18:20:00          21
    +#> 5534             25   A69-1303-555  8535 2016-12-21 18:22:00          21
    +#> 5535             25   A69-1303-555  8537 2016-12-21 18:24:00          21
    +#> 5536             25   A69-1303-555  8540 2016-12-21 18:26:00          21
    +#> 5537             25   A69-1303-555  8541 2016-12-21 18:28:00          21
    +#> 5538             25   A69-1303-555  8543 2016-12-21 18:30:00          21
    +#> 5539             25   A69-1303-555  8545 2016-12-21 18:32:00          21
    +#> 5540             25   A69-1303-555  8547 2016-12-21 18:34:00          21
    +#> 5541             25   A69-1303-555  8549 2016-12-21 18:36:00          21
    +#> 5542             25   A69-1303-555  8551 2016-12-21 18:38:00          21
    +#> 5543             25   A69-1303-555  8553 2016-12-21 18:40:00          21
    +#> 5544             25   A69-1303-555  8555 2016-12-21 18:42:00          21
    +#> 5545             25   A69-1303-555  8557 2016-12-21 18:44:00          21
    +#> 5546             25   A69-1303-555  8558 2016-12-21 18:46:00          21
    +#> 5547             25   A69-1303-555  8560 2016-12-21 18:50:00          21
    +#> 5548             25   A69-1303-555  8562 2016-12-21 18:54:00          21
    +#> 5549             25   A69-1303-555  8564 2016-12-21 18:56:00          21
    +#> 5550             25   A69-1303-555  8565 2016-12-21 18:58:00          21
    +#> 5551             25   A69-1303-555  8567 2016-12-21 19:00:00          21
    +#> 5552             25   A69-1303-555  8568 2016-12-21 19:02:00          21
    +#> 5553             25   A69-1303-555  8569 2016-12-21 19:06:00          21
    +#> 5554             25   A69-1303-555  8571 2016-12-21 19:28:00          45
    +#> 5555             25   A69-1303-555  8572 2016-12-21 19:30:00          45
    +#> 5556             25   A69-1303-555  8574 2016-12-21 19:34:00          45
    +#> 5557             25   A69-1303-555  8575 2016-12-21 23:20:00          45
    +#> 5558             25   A69-1303-555  8576 2016-12-21 23:22:00          45
    +#> 5559             25   A69-1303-555  8578 2016-12-21 23:24:00          45
    +#> 5560             25   A69-1303-555  8580 2016-12-21 23:26:00          45
    +#> 5561             25   A69-1303-555  8581 2016-12-21 23:28:00          45
    +#> 5562             25   A69-1303-555  8583 2016-12-21 23:30:00          45
    +#> 5563             25   A69-1303-555  8584 2016-12-21 23:32:00          45
    +#> 5564             25   A69-1303-555  8585 2016-12-21 23:40:00          45
    +#> 5565             25   A69-1303-555  8587 2016-12-21 23:42:00          45
    +#> 5566             25   A69-1303-555  8588 2016-12-21 23:44:00          45
    +#> 5567             25   A69-1303-555  8590 2016-12-21 23:46:00          45
    +#> 5568             25   A69-1303-555  8592 2016-12-22 00:32:00          45
    +#> 5569             25   A69-1303-555  8593 2016-12-22 00:36:00          45
    +#> 5570             25   A69-1303-555  8594 2016-12-22 00:38:00          45
    +#> 5571             25   A69-1303-555  8595 2016-12-22 00:40:00          45
    +#> 5572             25   A69-1303-555  8596 2016-12-22 00:44:00          45
    +#> 5573             25   A69-1303-555  8597 2016-12-22 00:48:00          45
    +#> 5574             25   A69-1303-555  8599 2016-12-22 00:50:00          45
    +#> 5575             25   A69-1303-555  8602 2016-12-22 00:52:00          45
    +#> 5576             25   A69-1303-555  8603 2016-12-22 00:54:00          45
    +#> 5577             25   A69-1303-555  8605 2016-12-22 00:56:00          45
    +#> 5578             25   A69-1303-555  8607 2016-12-22 00:58:00          45
    +#> 5579             25   A69-1303-555  8609 2016-12-22 01:00:00          45
    +#> 5580             25   A69-1303-555  8612 2016-12-22 01:02:00          45
    +#> 5581             25   A69-1303-555  8613 2016-12-22 01:06:00          45
    +#> 5582             25   A69-1303-555  8615 2016-12-22 01:08:00          45
    +#> 5583             25   A69-1303-555  8616 2016-12-22 01:10:00          45
    +#> 5584             25   A69-1303-555  8618 2016-12-22 01:14:00          45
    +#> 5585             25   A69-1303-555  8619 2016-12-22 01:16:00          45
    +#> 5586             25   A69-1303-555  8620 2016-12-22 22:06:00          51
    +#> 5587             25   A69-1303-555  8621 2016-12-22 22:08:00          51
    +#> 5588             25   A69-1303-555  8622 2016-12-22 22:10:00          51
    +#> 5589             25   A69-1303-555  8623 2016-12-23 03:00:00          24
    +#> 5590             25   A69-1303-555  8624 2016-12-23 03:02:00          24
    +#> 5591             25   A69-1303-555  8625 2016-12-23 03:04:00          24
    +#> 5592             25   A69-1303-555  8626 2016-12-23 03:06:00          24
    +#> 5593             25   A69-1303-555  8627 2016-12-23 03:20:00          24
    +#> 5594             25   A69-1303-555  8628 2016-12-23 03:22:00          24
    +#> 5595             25   A69-1303-555  8630 2016-12-23 03:24:00          24
    +#> 5596             25   A69-1303-555  8631 2016-12-23 03:26:00          24
    +#> 5597             25   A69-1303-555  8633 2016-12-23 03:28:00          24
    +#> 5598             25   A69-1303-555  8635 2016-12-23 03:36:00          24
    +#> 5599             25   A69-1303-555  8636 2016-12-23 03:38:00          24
    +#> 5600             25   A69-1303-555  8637 2016-12-23 03:42:00          24
    +#> 5601             25   A69-1303-555  8638 2016-12-23 03:44:00          24
    +#> 5602             25   A69-1303-555  8639 2016-12-23 03:54:00          24
    +#> 5603             25   A69-1303-555  8640 2016-12-23 23:18:00          51
    +#> 5604             25   A69-1303-555  8642 2016-12-23 23:24:00          51
    +#> 5605             25   A69-1303-555  8644 2016-12-23 23:26:00          51
    +#> 5606             25   A69-1303-555  8646 2016-12-23 23:28:00          51
    +#> 5607             25   A69-1303-555  8647 2016-12-23 23:30:00          51
    +#> 5608             25   A69-1303-555  8648 2016-12-23 23:32:00          51
    +#> 5609             25   A69-1303-555  8649 2016-12-23 23:34:00          51
    +#> 5610             25   A69-1303-555  8650 2016-12-23 23:36:00          51
    +#> 5611             25   A69-1303-555  8651 2016-12-23 23:38:00          51
    +#> 5612             25   A69-1303-555  8652 2016-12-24 18:02:00          50
    +#> 5613             25   A69-1303-555  8653 2016-12-24 18:08:00          50
    +#> 5614             25   A69-1303-555  8654 2016-12-24 18:12:00          50
    +#> 5615             25   A69-1303-555  8655 2016-12-25 12:52:00          45
    +#> 5616             25   A69-1303-555  8656 2016-12-25 12:54:00          45
    +#> 5617             25   A69-1303-555  8657 2016-12-25 12:56:00          45
    +#> 5618             25   A69-1303-555  8659 2016-12-25 12:58:00          45
    +#> 5619             25   A69-1303-555  8660 2016-12-25 13:00:00          45
    +#> 5620             25   A69-1303-555  8661 2016-12-25 13:40:00          45
    +#> 5621             25   A69-1303-555  8662 2016-12-25 14:02:00          45
    +#> 5622             25   A69-1303-555  8663 2016-12-25 14:04:00          45
    +#> 5623             25   A69-1303-555  8665 2016-12-25 14:06:00          45
    +#> 5624             25   A69-1303-555  8666 2016-12-25 14:08:00          45
    +#> 5625             25   A69-1303-555  8667 2016-12-25 14:10:00          45
    +#> 5626             25   A69-1303-555  8669 2016-12-25 14:12:00          45
    +#> 5627             25   A69-1303-555  8670 2016-12-25 14:14:00          45
    +#> 5628             25   A69-1303-555  8672 2016-12-25 17:24:00          45
    +#> 5629             25   A69-1303-555  8674 2016-12-25 17:26:00          45
    +#> 5630             25   A69-1303-555  8675 2016-12-25 17:28:00          45
    +#> 5631             25   A69-1303-555  8677 2016-12-25 17:30:00          45
    +#> 5632             25   A69-1303-555  8679 2016-12-25 17:32:00          45
    +#> 5633             25   A69-1303-555  8680 2016-12-25 17:34:00          45
    +#> 5634             25   A69-1303-555  8682 2016-12-25 17:36:00          45
    +#> 5635             25   A69-1303-555  8683 2016-12-25 17:38:00          45
    +#> 5636             25   A69-1303-555  8684 2016-12-25 17:40:00          45
    +#> 5637             25   A69-1303-555  8686 2016-12-25 17:42:00          45
    +#> 5638             25   A69-1303-555  8687 2016-12-25 17:44:00          45
    +#> 5639             25   A69-1303-555  8689 2016-12-25 17:46:00          45
    +#> 5640             25   A69-1303-555  8690 2016-12-25 17:48:00          45
    +#> 5641             25   A69-1303-555  8692 2016-12-25 17:52:00          45
    +#> 5642             25   A69-1303-555  8694 2016-12-25 17:54:00          45
    +#> 5643             25   A69-1303-555  8695 2016-12-25 17:56:00          45
    +#> 5644             25   A69-1303-555  8697 2016-12-25 17:58:00          45
    +#> 5645             25   A69-1303-555  8699 2016-12-25 18:02:00          45
    +#> 5646             25   A69-1303-555  8700 2016-12-26 01:44:00          50
    +#> 5647             25   A69-1303-555  8701 2016-12-26 01:46:00          50
    +#> 5648             25   A69-1303-555  8703 2016-12-26 01:50:00          50
    +#> 5649             25   A69-1303-555  8704 2016-12-26 04:08:00          24
    +#> 5650             25   A69-1303-555  8705 2016-12-26 04:12:00          24
    +#> 5651             25   A69-1303-555  8706 2016-12-26 05:26:00          50
    +#> 5652             25   A69-1303-555  8707 2016-12-26 05:28:00          50
    +#> 5653             25   A69-1303-555  8709 2016-12-26 05:30:00          50
    +#> 5654             25   A69-1303-555  8710 2016-12-26 05:32:00          50
    +#> 5655             25   A69-1303-555  8712 2016-12-26 05:34:00          50
    +#> 5656             25   A69-1303-555  8713 2016-12-26 05:36:00          50
    +#> 5657             25   A69-1303-555  8715 2016-12-27 04:06:00          51
    +#> 5658             25   A69-1303-555  8716 2016-12-27 04:12:00          51
    +#> 5659             25   A69-1303-555  8717 2016-12-28 02:10:00          50
    +#> 5660             25   A69-1303-555  8719 2016-12-28 02:12:00          50
    +#> 5661             25   A69-1303-555  8720 2016-12-28 02:16:00          50
    +#> 5662             25   A69-1303-555  8721 2016-12-28 02:18:00          50
    +#> 5663             25   A69-1303-555  8723 2016-12-28 02:20:00          50
    +#> 5664             25   A69-1303-555  8725 2016-12-28 02:22:00          50
    +#> 5665             25   A69-1303-555  8726 2016-12-28 02:28:00          50
    +#> 5666             25   A69-1303-555  8727 2016-12-28 02:30:00          50
    +#> 5667             25   A69-1303-555  8728 2016-12-28 22:40:00          45
    +#> 5668             25   A69-1303-555  8729 2016-12-28 22:42:00          45
    +#> 5669             25   A69-1303-555  8730 2016-12-28 22:44:00          45
    +#> 5670             25   A69-1303-555  8733 2016-12-28 22:46:00          45
    +#> 5671             25   A69-1303-555  8735 2016-12-28 22:48:00          45
    +#> 5672             25   A69-1303-555  8737 2016-12-28 22:50:00          45
    +#> 5673             25   A69-1303-555  8739 2016-12-28 22:52:00          45
    +#> 5674             25   A69-1303-555  8741 2016-12-28 22:56:00          45
    +#> 5675             25   A69-1303-555  8743 2016-12-28 22:58:00          45
    +#> 5676             25   A69-1303-555  8745 2016-12-28 23:02:00          45
    +#> 5677             25   A69-1303-555  8747 2016-12-28 23:04:00          45
    +#> 5678             25   A69-1303-555  8749 2016-12-28 23:06:00          45
    +#> 5679             25   A69-1303-555  8751 2016-12-28 23:08:00          45
    +#> 5680             25   A69-1303-555  8753 2016-12-28 23:10:00          45
    +#> 5681             25   A69-1303-555  8754 2016-12-28 23:42:00          45
    +#> 5682             25   A69-1303-555  8755 2016-12-28 23:46:00          45
    +#> 5683             25   A69-1303-555  8756 2016-12-28 23:48:00          45
    +#> 5684             25   A69-1303-555  8757 2016-12-28 23:50:00          45
    +#> 5685             25   A69-1303-555  8759 2016-12-28 23:52:00          45
    +#> 5686             25   A69-1303-555  8761 2016-12-28 23:54:00          45
    +#> 5687             25   A69-1303-555  8763 2016-12-28 23:56:00          45
    +#> 5688             25   A69-1303-555  8765 2016-12-28 23:58:00          45
    +#> 5689             25   A69-1303-555  8766 2016-12-29 00:00:00          45
    +#> 5690             25   A69-1303-555  8768 2016-12-29 00:02:00          45
    +#> 5691             25   A69-1303-555  8769 2016-12-29 00:04:00          45
    +#> 5692             25   A69-1303-555  8770 2016-12-29 00:08:00          45
    +#> 5693             25   A69-1303-555  8771 2016-12-29 05:38:00          50
    +#> 5694             25   A69-1303-555  8772 2016-12-29 05:40:00          50
    +#> 5695             25   A69-1303-555  8773 2016-12-29 05:42:00          50
    +#> 5696             25   A69-1303-555  8774 2016-12-29 06:04:00          50
    +#> 5697             25   A69-1303-555  8775 2016-12-29 06:10:00          50
    +#> 5698             25   A69-1303-555  8776 2016-12-29 06:12:00          50
    +#> 5699             25   A69-1303-555  8777 2016-12-29 06:14:00          50
    +#> 5700             25   A69-1303-555  8779 2016-12-29 06:16:00          50
    +#> 5701             25   A69-1303-555  8780 2016-12-29 06:18:00          50
    +#> 5702             25   A69-1303-555  8781 2016-12-29 06:28:00          50
    +#> 5703             25   A69-1303-555  8782 2016-12-29 06:30:00          50
    +#> 5704             25   A69-1303-555  8785 2016-12-29 06:32:00          50
    +#> 5705             25   A69-1303-555  8786 2016-12-29 17:04:00          51
    +#> 5706             25   A69-1303-555  8787 2016-12-29 17:08:00          51
    +#> 5707             25   A69-1303-555  8789 2016-12-29 17:10:00          51
    +#> 5708             25   A69-1303-555  8790 2016-12-29 17:12:00          51
    +#> 5709             25   A69-1303-555  8792 2016-12-29 17:14:00          51
    +#> 5710             25   A69-1303-555  8793 2016-12-29 17:16:00          51
    +#> 5711             25   A69-1303-555  8794 2016-12-29 17:18:00          51
    +#> 5712             25   A69-1303-555  8795 2016-12-29 17:20:00          51
    +#> 5713             25   A69-1303-555  8797 2016-12-29 17:22:00          51
    +#> 5714             25   A69-1303-555  8799 2016-12-29 17:24:00          51
    +#> 5715             25   A69-1303-555  8801 2016-12-29 17:26:00          51
    +#> 5716             25   A69-1303-555  8802 2016-12-29 17:28:00          51
    +#> 5717             25   A69-1303-555  8804 2016-12-29 17:34:00          51
    +#> 5718             25   A69-1303-555  8805 2016-12-29 20:06:00          50
    +#> 5719             25   A69-1303-555  8806 2016-12-29 20:10:00          50
    +#> 5720             25   A69-1303-555  8808 2016-12-29 20:12:00          50
    +#> 5721             25   A69-1303-555  8809 2016-12-29 20:14:00          50
    +#> 5722             25   A69-1303-555  8810 2016-12-29 20:16:00          50
    +#> 5723             25   A69-1303-555  8812 2016-12-29 20:18:00          50
    +#> 5724             25   A69-1303-555  8814 2016-12-29 20:20:00          50
    +#> 5725             25   A69-1303-555  8815 2016-12-30 02:26:00          50
    +#> 5726             25   A69-1303-555  8816 2016-12-30 02:28:00          50
    +#> 5727             25   A69-1303-555  8818 2016-12-30 02:30:00          50
    +#> 5728             25   A69-1303-555  8819 2016-12-30 02:32:00          50
    +#> 5729             25   A69-1303-555  8820 2016-12-30 02:40:00          50
    +#> 5730             25   A69-1303-555  8821 2016-12-30 02:42:00          50
    +#> 5731             25   A69-1303-555  8822 2016-12-30 14:38:00          47
    +#> 5732             25   A69-1303-555  8823 2016-12-30 14:40:00          47
    +#> 5733             25   A69-1303-555  8825 2016-12-30 17:16:00          47
    +#> 5734             25   A69-1303-555  8827 2016-12-30 17:34:00          47
    +#> 5735             25   A69-1303-555  8829 2016-12-30 17:40:00          47
    +#> 5736             25   A69-1303-555  8830 2016-12-30 17:42:00          47
    +#> 5737             25   A69-1303-555  8831 2016-12-30 17:44:00          47
    +#> 5738             25   A69-1303-555  8832 2016-12-30 17:48:00          47
    +#> 5739             25   A69-1303-555  8833 2016-12-30 17:50:00          47
    +#> 5740             25   A69-1303-555  8835 2016-12-30 17:54:00          47
    +#> 5741             25   A69-1303-555  8836 2016-12-30 18:10:00          47
    +#> 5742             25   A69-1303-555  8837 2016-12-30 18:36:00          41
    +#> 5743             25   A69-1303-555  8838 2016-12-30 18:44:00          41
    +#> 5744             25   A69-1303-555  8839 2016-12-30 18:46:00          41
    +#> 5745             25   A69-1303-555  8840 2016-12-30 18:48:00          41
    +#> 5746             25   A69-1303-555  8841 2016-12-30 18:50:00          41
    +#> 5747             25   A69-1303-555  8842 2016-12-30 18:52:00          41
    +#> 5748             25   A69-1303-555  8844 2016-12-30 18:54:00          41
    +#> 5749             25   A69-1303-555  8846 2016-12-30 18:56:00          41
    +#> 5750             25   A69-1303-555  8847 2016-12-30 18:58:00          41
    +#> 5751             25   A69-1303-555  8848 2016-12-30 19:00:00          41
    +#> 5752             25   A69-1303-555  8849 2016-12-30 19:10:00          41
    +#> 5753             25   A69-1303-555  8850 2016-12-30 19:14:00          41
    +#> 5754             25   A69-1303-555  8851 2016-12-30 19:20:00          41
    +#> 5755             25   A69-1303-555  8852 2016-12-30 19:22:00          41
    +#> 5756             25   A69-1303-555  8854 2016-12-30 19:26:00          41
    +#> 5757             25   A69-1303-555  8855 2016-12-30 19:28:00          41
    +#> 5758             25   A69-1303-555  8856 2016-12-30 19:30:00          41
    +#> 5759             25   A69-1303-555  8857 2016-12-30 19:32:00          41
    +#> 5760             25   A69-1303-555  8858 2016-12-30 19:48:00          41
    +#> 5761             25   A69-1303-555  8859 2016-12-31 18:30:00          24
    +#> 5762             25   A69-1303-555  8860 2016-12-31 18:34:00          24
    +#> 5763             25   A69-1303-555  8861 2016-12-31 18:36:00          24
    +#> 5764             25   A69-1303-555  8863 2016-12-31 18:38:00          24
    +#> 5765             25   A69-1303-555  8864 2016-12-31 18:40:00          24
    +#> 5766             25   A69-1303-555  8865 2016-12-31 18:42:00          24
    +#> 5767             25   A69-1303-555  8867 2016-12-31 18:44:00          24
    +#> 5768             25   A69-1303-555  8869 2016-12-31 18:46:00          24
    +#> 5769             25   A69-1303-555  8871 2016-12-31 18:48:00          24
    +#> 5770             25   A69-1303-555  8873 2016-12-31 18:50:00          24
    +#> 5771             25   A69-1303-555  8875 2016-12-31 18:52:00          24
    +#> 5772             25   A69-1303-555  8877 2016-12-31 18:54:00          24
    +#> 5773             25   A69-1303-555  8879 2016-12-31 18:56:00          24
    +#> 5774             25   A69-1303-555  8882 2016-12-31 18:58:00          24
    +#> 5775             25   A69-1303-555  8883 2016-12-31 19:00:00          24
    +#> 5776             25   A69-1303-555  8885 2016-12-31 19:02:00          24
    +#> 5777             25   A69-1303-555  8887 2016-12-31 19:04:00          24
    +#> 5778             25   A69-1303-555  8889 2016-12-31 19:06:00          24
    +#> 5779             25   A69-1303-555  8891 2016-12-31 19:08:00          24
    +#> 5780             25   A69-1303-555  8892 2016-12-31 19:10:00          24
    +#> 5781             25   A69-1303-555  8893 2016-12-31 19:12:00          24
    +#> 5782             25   A69-1303-555  8894 2016-12-31 19:14:00          24
    +#> 5783             25   A69-1303-555  8895 2016-12-31 19:16:00          24
    +#> 5784             25   A69-1303-555  8898 2017-01-01 21:34:00          45
    +#> 5785             25   A69-1303-555  8899 2017-01-01 21:36:00          45
    +#> 5786             25   A69-1303-555  8901 2017-01-01 21:38:00          45
    +#> 5787             25   A69-1303-555  8904 2017-01-01 21:40:00          45
    +#> 5788             25   A69-1303-555  8905 2017-01-01 21:44:00          45
    +#> 5789             25   A69-1303-555  8906 2017-01-01 21:46:00          45
    +#> 5790             25   A69-1303-555  8908 2017-01-01 21:48:00          45
    +#> 5791             25   A69-1303-555  8910 2017-01-01 22:18:00          45
    +#> 5792             25   A69-1303-555  8911 2017-01-01 22:24:00          45
    +#> 5793             25   A69-1303-555  8913 2017-01-01 22:26:00          45
    +#> 5794             25   A69-1303-555  8914 2017-01-01 22:28:00          45
    +#> 5795             25   A69-1303-555  8915 2017-01-01 22:30:00          45
    +#> 5796             25   A69-1303-555  8917 2017-01-01 22:32:00          45
    +#> 5797             25   A69-1303-555  8918 2017-01-01 22:34:00          45
    +#> 5798             25   A69-1303-555  8920 2017-01-01 22:36:00          45
    +#> 5799             25   A69-1303-555  8923 2017-01-01 22:38:00          45
    +#> 5800             25   A69-1303-555  8924 2017-01-01 22:40:00          45
    +#> 5801             25   A69-1303-555  8926 2017-01-01 22:42:00          45
    +#> 5802             25   A69-1303-555  8927 2017-01-01 22:44:00          45
    +#> 5803             25   A69-1303-555  8929 2017-01-01 22:46:00          45
    +#> 5804             25   A69-1303-555  8931 2017-01-01 22:48:00          45
    +#> 5805             25   A69-1303-555  8933 2017-01-01 22:50:00          45
    +#> 5806             25   A69-1303-555  8934 2017-01-01 22:52:00          45
    +#> 5807             25   A69-1303-555  8935 2017-01-01 22:54:00          45
    +#> 5808             25   A69-1303-555  8936 2017-01-01 22:58:00          45
    +#> 5809             25   A69-1303-555  8937 2017-01-01 23:00:00          45
    +#> 5810             25   A69-1303-555  8938 2017-01-01 23:02:00          45
    +#> 5811             25   A69-1303-555  8939 2017-01-01 23:04:00          45
    +#> 5812             25   A69-1303-555  8941 2017-01-01 23:06:00          45
    +#> 5813             25   A69-1303-555  8942 2017-01-01 23:08:00          45
    +#> 5814             25   A69-1303-555  8944 2017-01-01 23:10:00          45
    +#> 5815             25   A69-1303-555  8945 2017-01-01 23:12:00          45
    +#> 5816             25   A69-1303-555  8946 2017-01-01 23:14:00          45
    +#> 5817             25   A69-1303-555  8949 2017-01-01 23:16:00          45
    +#> 5818             25   A69-1303-555  8950 2017-01-01 23:18:00          45
    +#> 5819             25   A69-1303-555  8952 2017-01-01 23:20:00          45
    +#> 5820             25   A69-1303-555  8954 2017-01-01 23:22:00          45
    +#> 5821             25   A69-1303-555  8956 2017-01-01 23:24:00          45
    +#> 5822             25   A69-1303-555  8958 2017-01-01 23:26:00          45
    +#> 5823             25   A69-1303-555  8959 2017-01-01 23:28:00          45
    +#> 5824             25   A69-1303-555  8961 2017-01-01 23:30:00          45
    +#> 5825             25   A69-1303-555  8963 2017-01-01 23:32:00          45
    +#> 5826             25   A69-1303-555  8964 2017-01-01 23:34:00          45
    +#> 5827             25   A69-1303-555  8966 2017-01-01 23:36:00          45
    +#> 5828             25   A69-1303-555  8968 2017-01-01 23:40:00          45
    +#> 5829             25   A69-1303-555  8970 2017-01-01 23:42:00          45
    +#> 5830             25   A69-1303-555  8972 2017-01-01 23:44:00          45
    +#> 5831             25   A69-1303-555  8973 2017-01-01 23:46:00          45
    +#> 5832             25   A69-1303-555  8974 2017-01-01 23:48:00          45
    +#> 5833             25   A69-1303-555  8975 2017-01-01 23:50:00          45
    +#> 5834             25   A69-1303-555  8976 2017-01-01 23:54:00          45
    +#> 5835             25   A69-1303-555  8977 2017-01-02 00:02:00          45
    +#> 5836             25   A69-1303-555  8978 2017-01-02 00:12:00          45
    +#> 5837             25   A69-1303-555  8979 2017-01-02 00:24:00          45
    +#> 5838             25   A69-1303-555  8980 2017-01-02 03:56:00          45
    +#> 5839             25   A69-1303-555  8981 2017-01-02 03:58:00          45
    +#> 5840             25   A69-1303-555  8982 2017-01-02 04:00:00          45
    +#> 5841             25   A69-1303-555  8983 2017-01-02 04:02:00          45
    +#> 5842             25   A69-1303-555  8984 2017-01-02 04:04:00          45
    +#> 5843             25   A69-1303-555  8986 2017-01-02 04:06:00          45
    +#> 5844             25   A69-1303-555  8987 2017-01-02 04:08:00          45
    +#> 5845             25   A69-1303-555  8988 2017-01-02 04:10:00          45
    +#> 5846             25   A69-1303-555  8990 2017-01-02 04:12:00          45
    +#> 5847             25   A69-1303-555  8992 2017-01-02 04:16:00          45
    +#> 5848             25   A69-1303-555  8993 2017-01-02 04:18:00          45
    +#> 5849             25   A69-1303-555  8994 2017-01-02 04:20:00          45
    +#> 5850             25   A69-1303-555  8995 2017-01-02 04:22:00          45
    +#> 5851             25   A69-1303-555  8996 2017-01-02 04:24:00          45
    +#> 5852             25   A69-1303-555  8997 2017-01-02 04:26:00          45
    +#> 5853             25   A69-1303-555  8999 2017-01-02 04:28:00          45
    +#> 5854             25   A69-1303-555  9001 2017-01-02 04:30:00          45
    +#> 5855             25   A69-1303-555  9003 2017-01-02 04:32:00          45
    +#> 5856             25   A69-1303-555  9005 2017-01-02 04:34:00          45
    +#> 5857             25   A69-1303-555  9006 2017-01-02 04:36:00          45
    +#> 5858             25   A69-1303-555  9008 2017-01-02 04:38:00          45
    +#> 5859             25   A69-1303-555  9010 2017-01-02 04:40:00          45
    +#> 5860             25   A69-1303-555  9012 2017-01-02 04:42:00          45
    +#> 5861             25   A69-1303-555  9013 2017-01-02 04:44:00          45
    +#> 5862             25   A69-1303-555  9014 2017-01-02 18:40:00          50
    +#> 5863             25   A69-1303-555  9015 2017-01-02 18:52:00          50
    +#> 5864             25   A69-1303-555  9016 2017-01-02 18:54:00          50
    +#> 5865             25   A69-1303-555  9018 2017-01-02 18:56:00          50
    +#> 5866             25   A69-1303-555  9020 2017-01-02 19:00:00          50
    +#> 5867             25   A69-1303-555  9021 2017-01-02 19:02:00          50
    +#> 5868             25   A69-1303-555  9022 2017-01-02 22:04:00          50
    +#> 5869             25   A69-1303-555  9023 2017-01-02 22:10:00          50
    +#> 5870             25   A69-1303-555  9025 2017-01-02 22:12:00          50
    +#> 5871             25   A69-1303-555  9027 2017-01-02 22:14:00          50
    +#> 5872             25   A69-1303-555  9029 2017-01-02 22:16:00          50
    +#> 5873             25   A69-1303-555  9031 2017-01-02 22:18:00          50
    +#> 5874             25   A69-1303-555  9033 2017-01-03 07:20:00          50
    +#> 5875             25   A69-1303-555  9034 2017-01-03 07:22:00          50
    +#> 5876             25   A69-1303-555  9035 2017-01-03 07:26:00          50
    +#> 5877             25   A69-1303-555  9037 2017-01-03 07:28:00          50
    +#> 5878             25   A69-1303-555  9038 2017-01-03 07:30:00          50
    +#> 5879             25   A69-1303-555  9039 2017-01-03 07:34:00          50
    +#> 5880             25   A69-1303-555  9040 2017-01-03 07:36:00          50
    +#> 5881             25   A69-1303-555  9041 2017-01-03 10:24:00          50
    +#> 5882             25   A69-1303-555  9042 2017-01-03 10:26:00          50
    +#> 5883             25   A69-1303-555  9045 2017-01-03 10:28:00          50
    +#> 5884             25   A69-1303-555  9047 2017-01-03 10:30:00          50
    +#> 5885             25   A69-1303-555  9048 2017-01-03 10:32:00          50
    +#> 5886             25   A69-1303-555  9050 2017-01-03 10:34:00          50
    +#> 5887             25   A69-1303-555  9051 2017-01-03 10:36:00          50
    +#> 5888             25   A69-1303-555  9052 2017-01-05 02:00:00          45
    +#> 5889             25   A69-1303-555  9053 2017-01-05 02:02:00          45
    +#> 5890             25   A69-1303-555  9054 2017-01-05 02:04:00          45
    +#> 5891             25   A69-1303-555  9056 2017-01-05 02:22:00          45
    +#> 5892             25   A69-1303-555  9058 2017-01-05 02:26:00          45
    +#> 5893             25   A69-1303-555  9059 2017-01-05 02:28:00          45
    +#> 5894             25   A69-1303-555  9061 2017-01-05 02:30:00          45
    +#> 5895             25   A69-1303-555  9064 2017-01-05 02:32:00          45
    +#> 5896             25   A69-1303-555  9066 2017-01-05 02:34:00          45
    +#> 5897             25   A69-1303-555  9067 2017-01-05 02:36:00          45
    +#> 5898             25   A69-1303-555  9070 2017-01-05 02:38:00          45
    +#> 5899             25   A69-1303-555  9072 2017-01-05 02:40:00          45
    +#> 5900             25   A69-1303-555  9073 2017-01-05 02:42:00          45
    +#> 5901             25   A69-1303-555  9075 2017-01-05 02:44:00          45
    +#> 5902             25   A69-1303-555  9076 2017-01-05 02:46:00          45
    +#> 5903             25   A69-1303-555  9079 2017-01-05 02:48:00          45
    +#> 5904             25   A69-1303-555  9080 2017-01-05 02:50:00          45
    +#> 5905             25   A69-1303-555  9081 2017-01-05 02:52:00          45
    +#> 5906             25   A69-1303-555  9082 2017-01-05 02:54:00          45
    +#> 5907             25   A69-1303-555  9083 2017-01-05 02:56:00          45
    +#> 5908             25   A69-1303-555  9084 2017-01-05 02:58:00          45
    +#> 5909             25   A69-1303-555  9085 2017-01-05 03:00:00          45
    +#> 5910             25   A69-1303-555  9086 2017-01-05 03:04:00          45
    +#> 5911             25   A69-1303-555  9087 2017-01-05 03:06:00          45
    +#> 5912             25   A69-1303-555  9088 2017-01-05 03:08:00          45
    +#> 5913             25   A69-1303-555  9089 2017-01-05 03:10:00          45
    +#> 5914             25   A69-1303-555  9090 2017-01-05 03:12:00          45
    +#> 5915             25   A69-1303-555  9092 2017-01-05 03:14:00          45
    +#> 5916             25   A69-1303-555  9093 2017-01-05 03:16:00          45
    +#> 5917             25   A69-1303-555  9095 2017-01-05 03:18:00          45
    +#> 5918             25   A69-1303-555  9096 2017-01-05 03:20:00          45
    +#> 5919             25   A69-1303-555  9098 2017-01-05 03:22:00          45
    +#> 5920             25   A69-1303-555  9100 2017-01-05 03:26:00          45
    +#> 5921             25   A69-1303-555  9101 2017-01-05 03:32:00          45
    +#> 5922             25   A69-1303-555  9103 2017-01-05 03:34:00          45
    +#> 5923             25   A69-1303-555  9105 2017-01-05 03:36:00          45
    +#> 5924             25   A69-1303-555  9107 2017-01-05 03:44:00          45
    +#> 5925             25   A69-1303-555  9108 2017-01-05 04:02:00          45
    +#> 5926             25   A69-1303-555  9109 2017-01-05 04:12:00          45
    +#> 5927             25   A69-1303-555  9110 2017-01-05 04:14:00          45
    +#> 5928             25   A69-1303-555  9111 2017-01-05 04:24:00          45
    +#> 5929             25   A69-1303-555  9112 2017-01-05 04:26:00          45
    +#> 5930             25   A69-1303-555  9114 2017-01-05 04:30:00          45
    +#> 5931             25   A69-1303-555  9115 2017-01-05 04:32:00          45
    +#> 5932             25   A69-1303-555  9117 2017-01-05 04:34:00          45
    +#> 5933             25   A69-1303-555  9118 2017-01-05 04:36:00          45
    +#> 5934             25   A69-1303-555  9119 2017-01-05 04:40:00          45
    +#> 5935             25   A69-1303-555  9121 2017-01-05 04:42:00          45
    +#> 5936             25   A69-1303-555  9123 2017-01-05 04:44:00          45
    +#> 5937             25   A69-1303-555  9124 2017-01-05 04:46:00          45
    +#> 5938             25   A69-1303-555  9126 2017-01-05 04:48:00          45
    +#> 5939             25   A69-1303-555  9127 2017-01-05 04:50:00          45
    +#> 5940             25   A69-1303-555  9128 2017-01-05 04:52:00          45
    +#> 5941             25   A69-1303-555  9129 2017-01-05 04:58:00          45
    +#> 5942             25   A69-1303-555  9130 2017-01-05 05:00:00          45
    +#> 5943             25   A69-1303-555  9132 2017-01-05 05:02:00          45
    +#> 5944             25   A69-1303-555  9134 2017-01-05 05:06:00          45
    +#> 5945             25   A69-1303-555  9136 2017-01-05 05:08:00          45
    +#> 5946             25   A69-1303-555  9137 2017-01-05 05:12:00          45
    +#> 5947             25   A69-1303-555  9138 2017-01-05 05:20:00          45
    +#> 5948             25   A69-1303-555  9139 2017-01-05 05:24:00          45
    +#> 5949             25   A69-1303-555  9140 2017-01-05 05:32:00          45
    +#> 5950             25   A69-1303-555  9141 2017-01-05 05:36:00          45
    +#> 5951             25   A69-1303-555  9142 2017-01-05 05:42:00          45
    +#> 5952             25   A69-1303-555  9144 2017-01-05 05:44:00          45
    +#> 5953             25   A69-1303-555  9145 2017-01-05 05:50:00          45
    +#> 5954             25   A69-1303-555  9146 2017-01-05 06:56:00          45
    +#> 5955             25   A69-1303-555  9147 2017-01-05 07:00:00          45
    +#> 5956             25   A69-1303-555  9148 2017-01-05 07:06:00          45
    +#> 5957             25   A69-1303-555  9150 2017-01-05 07:08:00          45
    +#> 5958             25   A69-1303-555  9151 2017-01-05 07:10:00          45
    +#> 5959             25   A69-1303-555  9152 2017-01-05 07:14:00          45
    +#> 5960             25   A69-1303-555  9153 2017-01-05 07:16:00          45
    +#> 5961             25   A69-1303-555  9154 2017-01-05 07:18:00          45
    +#> 5962             25   A69-1303-555  9156 2017-01-05 07:20:00          45
    +#> 5963             25   A69-1303-555  9158 2017-01-05 07:24:00          45
    +#> 5964             25   A69-1303-555  9160 2017-01-05 07:26:00          45
    +#> 5965             25   A69-1303-555  9162 2017-01-05 07:28:00          45
    +#> 5966             25   A69-1303-555  9163 2017-01-05 07:30:00          45
    +#> 5967             25   A69-1303-555  9165 2017-01-05 07:32:00          45
    +#> 5968             25   A69-1303-555  9168 2017-01-05 07:34:00          45
    +#> 5969             25   A69-1303-555  9169 2017-01-05 07:36:00          45
    +#> 5970             25   A69-1303-555  9170 2017-01-05 07:38:00          45
    +#> 5971             25   A69-1303-555  9171 2017-01-05 07:40:00          45
    +#> 5972             25   A69-1303-555  9173 2017-01-05 07:46:00          45
    +#> 5973             25   A69-1303-555  9174 2017-01-05 07:48:00          45
    +#> 5974             25   A69-1303-555  9175 2017-01-05 07:50:00          45
    +#> 5975             25   A69-1303-555  9178 2017-01-05 07:52:00          45
    +#> 5976             25   A69-1303-555  9179 2017-01-05 07:54:00          45
    +#> 5977             25   A69-1303-555  9180 2017-01-05 07:56:00          45
    +#> 5978             25   A69-1303-555  9182 2017-01-05 07:58:00          45
    +#> 5979             25   A69-1303-555  9184 2017-01-05 08:00:00          45
    +#> 5980             25   A69-1303-555  9185 2017-01-05 08:02:00          45
    +#> 5981             25   A69-1303-555  9187 2017-01-05 08:04:00          45
    +#> 5982             25   A69-1303-555  9188 2017-01-05 08:06:00          45
    +#> 5983             25   A69-1303-555  9190 2017-01-05 08:08:00          45
    +#> 5984             25   A69-1303-555  9193 2017-01-05 08:10:00          45
    +#> 5985             25   A69-1303-555  9196 2017-01-05 08:12:00          45
    +#> 5986             25   A69-1303-555  9198 2017-01-05 08:14:00          45
    +#> 5987             25   A69-1303-555  9200 2017-01-05 08:16:00          45
    +#> 5988             25   A69-1303-555  9201 2017-01-05 08:18:00          45
    +#> 5989             25   A69-1303-555  9202 2017-01-05 08:20:00          45
    +#> 5990             25   A69-1303-555  9203 2017-01-05 08:22:00          45
    +#> 5991             25   A69-1303-555  9205 2017-01-05 08:24:00          45
    +#> 5992             25   A69-1303-555  9207 2017-01-05 08:26:00          45
    +#> 5993             25   A69-1303-555  9208 2017-01-05 08:28:00          45
    +#> 5994             25   A69-1303-555  9210 2017-01-05 08:30:00          45
    +#> 5995             25   A69-1303-555  9211 2017-01-05 08:32:00          45
    +#> 5996             25   A69-1303-555  9213 2017-01-05 08:36:00          45
    +#> 5997             25   A69-1303-555  9214 2017-01-05 08:38:00          45
    +#> 5998             25   A69-1303-555  9215 2017-01-05 08:42:00          45
    +#> 5999             25   A69-1303-555  9216 2017-01-05 08:46:00          45
    +#> 6000             25   A69-1303-555  9217 2017-01-05 08:56:00          45
    +#> 6001             25   A69-1303-555  9219 2017-01-05 08:58:00          45
    +#> 6002             25   A69-1303-555  9220 2017-01-05 09:00:00          45
    +#> 6003             25   A69-1303-555  9221 2017-01-05 09:04:00          45
    +#> 6004             25   A69-1303-555  9223 2017-01-05 09:06:00          45
    +#> 6005             25   A69-1303-555  9224 2017-01-05 09:08:00          45
    +#> 6006             25   A69-1303-555  9226 2017-01-05 09:10:00          45
    +#> 6007             25   A69-1303-555  9227 2017-01-05 09:12:00          45
    +#> 6008             25   A69-1303-555  9229 2017-01-05 09:14:00          45
    +#> 6009             25   A69-1303-555  9230 2017-01-05 09:16:00          45
    +#> 6010             25   A69-1303-555  9233 2017-01-05 09:18:00          45
    +#> 6011             25   A69-1303-555  9234 2017-01-05 09:22:00          45
    +#> 6012             25   A69-1303-555  9235 2017-01-05 09:24:00          45
    +#> 6013             25   A69-1303-555  9236 2017-01-05 09:26:00          45
    +#> 6014             25   A69-1303-555  9238 2017-01-05 09:28:00          45
    +#> 6015             25   A69-1303-555  9239 2017-01-05 09:30:00          45
    +#> 6016             25   A69-1303-555  9240 2017-01-05 09:32:00          45
    +#> 6017             25   A69-1303-555  9243 2017-01-05 09:36:00          45
    +#> 6018             25   A69-1303-555  9245 2017-01-05 09:38:00          45
    +#> 6019             25   A69-1303-555  9246 2017-01-05 09:40:00          45
    +#> 6020             25   A69-1303-555  9248 2017-01-05 09:42:00          45
    +#> 6021             25   A69-1303-555  9250 2017-01-05 09:44:00          45
    +#> 6022             25   A69-1303-555  9251 2017-01-05 09:46:00          45
    +#> 6023             25   A69-1303-555  9252 2017-01-05 09:48:00          45
    +#> 6024             25   A69-1303-555  9254 2017-01-05 09:50:00          45
    +#> 6025             25   A69-1303-555  9255 2017-01-05 09:52:00          45
    +#> 6026             25   A69-1303-555  9256 2017-01-05 09:54:00          45
    +#> 6027             25   A69-1303-555  9258 2017-01-05 09:56:00          45
    +#> 6028             25   A69-1303-555  9259 2017-01-05 09:58:00          45
    +#> 6029             25   A69-1303-555  9261 2017-01-05 10:00:00          45
    +#> 6030             25   A69-1303-555  9264 2017-01-05 10:02:00          45
    +#> 6031             25   A69-1303-555  9266 2017-01-05 10:04:00          45
    +#> 6032             25   A69-1303-555  9267 2017-01-05 10:06:00          45
    +#> 6033             25   A69-1303-555  9269 2017-01-05 10:08:00          45
    +#> 6034             25   A69-1303-555  9271 2017-01-05 10:10:00          45
    +#> 6035             25   A69-1303-555  9273 2017-01-05 10:12:00          45
    +#> 6036             25   A69-1303-555  9275 2017-01-05 10:14:00          45
    +#> 6037             25   A69-1303-555  9276 2017-01-05 10:16:00          45
    +#> 6038             25   A69-1303-555  9278 2017-01-05 10:18:00          45
    +#> 6039             25   A69-1303-555  9279 2017-01-05 10:20:00          45
    +#> 6040             25   A69-1303-555  9281 2017-01-05 10:24:00          45
    +#> 6041             25   A69-1303-555  9282 2017-01-05 10:26:00          45
    +#> 6042             25   A69-1303-555  9284 2017-01-05 10:28:00          45
    +#> 6043             25   A69-1303-555  9286 2017-01-05 10:30:00          45
    +#> 6044             25   A69-1303-555  9287 2017-01-05 10:32:00          45
    +#> 6045             25   A69-1303-555  9289 2017-01-05 10:34:00          45
    +#> 6046             25   A69-1303-555  9291 2017-01-05 10:36:00          45
    +#> 6047             25   A69-1303-555  9292 2017-01-05 10:38:00          45
    +#> 6048             25   A69-1303-555  9293 2017-01-05 10:42:00          45
    +#> 6049             25   A69-1303-555  9295 2017-01-05 10:44:00          45
    +#> 6050             25   A69-1303-555  9296 2017-01-05 10:46:00          45
    +#> 6051             25   A69-1303-555  9297 2017-01-05 10:48:00          45
    +#> 6052             25   A69-1303-555  9298 2017-01-06 19:38:00          51
    +#> 6053             25   A69-1303-555  9299 2017-01-06 19:40:00          51
    +#> 6054             25   A69-1303-555  9300 2017-01-06 19:42:00          51
    +#> 6055             25   A69-1303-555  9302 2017-01-06 19:44:00          51
    +#> 6056             25   A69-1303-555  9303 2017-01-06 19:48:00          51
    +#> 6057             25   A69-1303-555  9304 2017-01-08 03:52:00          50
    +#> 6058             25   A69-1303-555  9305 2017-01-08 03:54:00          50
    +#> 6059             25   A69-1303-555  9306 2017-01-08 03:56:00          50
    +#> 6060             25   A69-1303-555  9308 2017-01-08 03:58:00          50
    +#> 6061             25   A69-1303-555  9309 2017-01-08 04:00:00          50
    +#> 6062             25   A69-1303-555  9310 2017-01-08 04:02:00          50
    +#> 6063             25   A69-1303-555  9312 2017-01-08 04:04:00          50
    +#> 6064             25   A69-1303-555  9313 2017-01-08 04:06:00          50
    +#> 6065             25   A69-1303-555  9314 2017-01-08 04:08:00          50
    +#> 6066             25   A69-1303-555  9315 2017-01-08 17:22:00          48
    +#> 6067             25   A69-1303-555  9317 2017-01-08 17:24:00          48
    +#> 6068             25   A69-1303-555  9318 2017-01-08 17:26:00          48
    +#> 6069             25   A69-1303-555  9321 2017-01-08 17:28:00          48
    +#> 6070             25   A69-1303-555  9322 2017-01-08 17:30:00          48
    +#> 6071             25   A69-1303-555  9323 2017-01-08 17:32:00          48
    +#> 6072             25   A69-1303-555  9325 2017-01-08 17:36:00          48
    +#> 6073             25   A69-1303-555  9326 2017-01-08 17:38:00          48
    +#> 6074             25   A69-1303-555  9329 2017-01-08 17:40:00          48
    +#> 6075             25   A69-1303-555  9330 2017-01-08 17:42:00          48
    +#> 6076             25   A69-1303-555  9331 2017-01-08 17:44:00          48
    +#> 6077             25   A69-1303-555  9333 2017-01-08 17:46:00          48
    +#> 6078             25   A69-1303-555  9334 2017-01-08 17:48:00          48
    +#> 6079             25   A69-1303-555  9336 2017-01-08 17:50:00          48
    +#> 6080             25   A69-1303-555  9337 2017-01-08 17:52:00          48
    +#> 6081             25   A69-1303-555  9340 2017-01-08 17:54:00          48
    +#> 6082             25   A69-1303-555  9341 2017-01-08 17:56:00          48
    +#> 6083             25   A69-1303-555  9344 2017-01-08 17:58:00          48
    +#> 6084             25   A69-1303-555  9345 2017-01-08 18:00:00          48
    +#> 6085             25   A69-1303-555  9347 2017-01-08 18:02:00          48
    +#> 6086             25   A69-1303-555  9350 2017-01-08 18:04:00          48
    +#> 6087             25   A69-1303-555  9351 2017-01-08 18:06:00          48
    +#> 6088             25   A69-1303-555  9353 2017-01-08 18:08:00          48
    +#> 6089             25   A69-1303-555  9354 2017-01-08 18:10:00          48
    +#> 6090             25   A69-1303-555  9356 2017-01-08 18:12:00          48
    +#> 6091             25   A69-1303-555  9357 2017-01-08 18:14:00          48
    +#> 6092             25   A69-1303-555  9358 2017-01-08 18:16:00          48
    +#> 6093             25   A69-1303-555  9359 2017-01-08 18:18:00          48
    +#> 6094             25   A69-1303-555  9362 2017-01-08 18:20:00          48
    +#> 6095             25   A69-1303-555  9364 2017-01-08 18:22:00          48
    +#> 6096             25   A69-1303-555  9366 2017-01-08 18:24:00          48
    +#> 6097             25   A69-1303-555  9368 2017-01-08 18:26:00          48
    +#> 6098             25   A69-1303-555  9369 2017-01-08 18:28:00          48
    +#> 6099             25   A69-1303-555  9371 2017-01-08 18:30:00          48
    +#> 6100             25   A69-1303-555  9373 2017-01-08 18:32:00          48
    +#> 6101             25   A69-1303-555  9374 2017-01-08 18:34:00          48
    +#> 6102             25   A69-1303-555  9376 2017-01-08 18:36:00          48
    +#> 6103             25   A69-1303-555  9377 2017-01-08 18:38:00          48
    +#> 6104             25   A69-1303-555  9378 2017-01-08 18:40:00          48
    +#> 6105             25   A69-1303-555  9379 2017-01-09 17:34:00          45
    +#> 6106             25   A69-1303-555  9380 2017-01-09 17:36:00          45
    +#> 6107             25   A69-1303-555  9381 2017-01-09 17:38:00          45
    +#> 6108             25   A69-1303-555  9382 2017-01-09 17:40:00          45
    +#> 6109             25   A69-1303-555  9384 2017-01-09 17:42:00          45
    +#> 6110             25   A69-1303-555  9386 2017-01-09 17:44:00          45
    +#> 6111             25   A69-1303-555  9387 2017-01-09 19:56:00          45
    +#> 6112             25   A69-1303-555  9389 2017-01-09 19:58:00          45
    +#> 6113             25   A69-1303-555  9390 2017-01-09 20:00:00          45
    +#> 6114             25   A69-1303-555  9391 2017-01-09 20:02:00          45
    +#> 6115             25   A69-1303-555  9392 2017-01-09 20:04:00          45
    +#> 6116             25   A69-1303-555  9393 2017-01-09 20:06:00          45
    +#> 6117             25   A69-1303-555  9394 2017-01-09 20:10:00          45
    +#> 6118             25   A69-1303-555  9395 2017-01-09 20:12:00          45
    +#> 6119             25   A69-1303-555  9396 2017-01-09 20:14:00          45
    +#> 6120             25   A69-1303-555  9398 2017-01-09 20:16:00          45
    +#> 6121             25   A69-1303-555  9399 2017-01-09 20:18:00          45
    +#> 6122             25   A69-1303-555  9401 2017-01-09 20:20:00          45
    +#> 6123             25   A69-1303-555  9403 2017-01-09 20:22:00          45
    +#> 6124             25   A69-1303-555  9404 2017-01-09 20:24:00          45
    +#> 6125             25   A69-1303-555  9405 2017-01-09 20:26:00          45
    +#> 6126             25   A69-1303-555  9406 2017-01-09 20:28:00          45
    +#> 6127             25   A69-1303-555  9407 2017-01-09 20:44:00          45
    +#> 6128             25   A69-1303-555  9409 2017-01-09 20:46:00          45
    +#> 6129             25   A69-1303-555  9410 2017-01-09 20:50:00          45
    +#> 6130             25   A69-1303-555  9411 2017-01-09 20:52:00          45
    +#> 6131             25   A69-1303-555  9413 2017-01-09 20:54:00          45
    +#> 6132             25   A69-1303-555  9415 2017-01-09 20:56:00          45
    +#> 6133             25   A69-1303-555  9416 2017-01-09 20:58:00          45
    +#> 6134             25   A69-1303-555  9418 2017-01-09 21:02:00          45
    +#> 6135             25   A69-1303-555  9419 2017-01-09 21:10:00          45
    +#> 6136             25   A69-1303-555  9422 2017-01-09 22:18:00          48
    +#> 6137             25   A69-1303-555  9423 2017-01-09 22:20:00          48
    +#> 6138             25   A69-1303-555  9424 2017-01-09 22:22:00          48
    +#> 6139             25   A69-1303-555  9425 2017-01-09 22:24:00          48
    +#> 6140             25   A69-1303-555  9427 2017-01-09 22:26:00          48
    +#> 6141             25   A69-1303-555  9428 2017-01-09 22:28:00          48
    +#> 6142             25   A69-1303-555  9430 2017-01-09 22:30:00          48
    +#> 6143             25   A69-1303-555  9433 2017-01-09 22:34:00          48
    +#> 6144             25   A69-1303-555  9435 2017-01-09 22:36:00          48
    +#> 6145             25   A69-1303-555  9437 2017-01-09 22:38:00          48
    +#> 6146             25   A69-1303-555  9438 2017-01-09 22:40:00          48
    +#> 6147             25   A69-1303-555  9440 2017-01-09 22:42:00          48
    +#> 6148             25   A69-1303-555  9441 2017-01-09 22:46:00          48
    +#> 6149             25   A69-1303-555  9442 2017-01-09 22:52:00          48
    +#> 6150             25   A69-1303-555  9443 2017-01-09 22:54:00          48
    +#> 6151             25   A69-1303-555  9444 2017-01-12 14:00:00          50
    +#> 6152             25   A69-1303-555  9445 2017-01-12 14:02:00          50
    +#> 6153             25   A69-1303-555  9447 2017-01-12 21:28:00          41
    +#> 6154             25   A69-1303-555  9449 2017-01-12 21:32:00          41
    +#> 6155             25   A69-1303-555  9450 2017-01-12 21:36:00          41
    +#> 6156             25   A69-1303-555  9451 2017-01-13 07:34:00          24
    +#> 6157             25   A69-1303-555  9452 2017-01-13 07:36:00          24
    +#> 6158             25   A69-1303-555  9453 2017-01-13 07:38:00          24
    +#> 6159             25   A69-1303-555  9454 2017-01-13 07:40:00          24
    +#> 6160             25   A69-1303-555  9456 2017-01-13 07:42:00          24
    +#> 6161             25   A69-1303-555  9457 2017-01-13 07:44:00          24
    +#> 6162             25   A69-1303-555  9459 2017-01-13 07:46:00          24
    +#> 6163             25   A69-1303-555  9462 2017-01-13 07:48:00          24
    +#> 6164             25   A69-1303-555  9464 2017-01-13 07:50:00          24
    +#> 6165             25   A69-1303-555  9465 2017-01-13 07:52:00          24
    +#> 6166             25   A69-1303-555  9467 2017-01-13 07:54:00          24
    +#> 6167             25   A69-1303-555  9469 2017-01-13 07:56:00          24
    +#> 6168             25   A69-1303-555  9471 2017-01-13 07:58:00          24
    +#> 6169             25   A69-1303-555  9472 2017-01-13 08:06:00          24
    +#> 6170             25   A69-1303-555  9474 2017-01-13 08:12:00          24
    +#> 6171             25   A69-1303-555  9475 2017-01-13 09:42:00          50
    +#> 6172             25   A69-1303-555  9476 2017-01-13 09:44:00          50
    +#> 6173             25   A69-1303-555  9477 2017-01-13 20:30:00          45
    +#> 6174             25   A69-1303-555  9479 2017-01-13 20:32:00          45
    +#> 6175             25   A69-1303-555  9480 2017-01-13 20:34:00          45
    +#> 6176             25   A69-1303-555  9482 2017-01-13 20:40:00          45
    +#> 6177             25   A69-1303-555  9484 2017-01-13 20:42:00          45
    +#> 6178             25   A69-1303-555  9486 2017-01-13 20:44:00          45
    +#> 6179             25   A69-1303-555  9488 2017-01-13 20:46:00          45
    +#> 6180             25   A69-1303-555  9489 2017-01-13 20:48:00          45
    +#> 6181             25   A69-1303-555  9490 2017-01-13 20:50:00          45
    +#> 6182             25   A69-1303-555  9493 2017-01-13 20:52:00          45
    +#> 6183             25   A69-1303-555  9494 2017-01-13 20:54:00          45
    +#> 6184             25   A69-1303-555  9496 2017-01-13 20:56:00          45
    +#> 6185             25   A69-1303-555  9498 2017-01-13 20:58:00          45
    +#> 6186             25   A69-1303-555  9500 2017-01-13 21:00:00          45
    +#> 6187             25   A69-1303-555  9501 2017-01-13 22:16:00          45
    +#> 6188             25   A69-1303-555  9502 2017-01-13 22:20:00          45
    +#> 6189             25   A69-1303-555  9505 2017-01-13 22:22:00          45
    +#> 6190             25   A69-1303-555  9507 2017-01-13 22:24:00          45
    +#> 6191             25   A69-1303-555  9508 2017-01-13 22:26:00          45
    +#> 6192             25   A69-1303-555  9509 2017-01-13 22:28:00          45
    +#> 6193             25   A69-1303-555  9511 2017-01-13 22:32:00          45
    +#> 6194             25   A69-1303-555  9512 2017-01-13 22:34:00          45
    +#> 6195             25   A69-1303-555  9513 2017-01-13 22:36:00          45
    +#> 6196             25   A69-1303-555  9514 2017-01-13 22:38:00          45
    +#> 6197             25   A69-1303-555  9516 2017-01-13 22:40:00          45
    +#> 6198             25   A69-1303-555  9519 2017-01-13 22:42:00          45
    +#> 6199             25   A69-1303-555  9521 2017-01-13 22:44:00          45
    +#> 6200             25   A69-1303-555  9524 2017-01-13 22:46:00          45
    +#> 6201             25   A69-1303-555  9526 2017-01-13 22:48:00          45
    +#> 6202             25   A69-1303-555  9527 2017-01-13 22:50:00          45
    +#> 6203             25   A69-1303-555  9530 2017-01-13 22:52:00          45
    +#> 6204             25   A69-1303-555  9531 2017-01-13 22:54:00          45
    +#> 6205             25   A69-1303-555  9533 2017-01-13 22:58:00          45
    +#> 6206             25   A69-1303-555  9534 2017-01-13 23:00:00          45
    +#> 6207             25   A69-1303-555  9536 2017-01-13 23:02:00          45
    +#> 6208             25   A69-1303-555  9538 2017-01-13 23:04:00          45
    +#> 6209             25   A69-1303-555  9540 2017-01-13 23:06:00          45
    +#> 6210             25   A69-1303-555  9542 2017-01-13 23:08:00          45
    +#> 6211             25   A69-1303-555  9543 2017-01-13 23:10:00          45
    +#> 6212             25   A69-1303-555  9545 2017-01-13 23:12:00          45
    +#> 6213             25   A69-1303-555  9547 2017-01-14 05:36:00          51
    +#> 6214             25   A69-1303-555  9550 2017-01-14 05:38:00          51
    +#> 6215             25   A69-1303-555  9552 2017-01-14 05:40:00          51
    +#> 6216             25   A69-1303-555  9553 2017-01-14 05:42:00          51
    +#> 6217             25   A69-1303-555  9555 2017-01-14 05:44:00          51
    +#> 6218             25   A69-1303-555  9556 2017-01-14 05:46:00          51
    +#> 6219             25   A69-1303-555  9558 2017-01-14 05:48:00          51
    +#> 6220             25   A69-1303-555  9560 2017-01-14 05:50:00          51
    +#> 6221             25   A69-1303-555  9561 2017-01-14 05:52:00          51
    +#> 6222             25   A69-1303-555  9562 2017-01-15 03:58:00          47
    +#> 6223             25   A69-1303-555  9563 2017-01-15 04:00:00          47
    +#> 6224             25   A69-1303-555  9564 2017-01-15 04:02:00          47
    +#> 6225             25   A69-1303-555  9565 2017-01-15 04:04:00          47
    +#> 6226             25   A69-1303-555  9567 2017-01-15 09:08:00          47
    +#> 6227             25   A69-1303-555  9569 2017-01-15 09:10:00          47
    +#> 6228             25   A69-1303-555  9571 2017-01-15 09:12:00          47
    +#> 6229             25   A69-1303-555  9573 2017-01-15 17:42:00          41
    +#> 6230             25   A69-1303-555  9574 2017-01-15 17:44:00          41
    +#> 6231             25   A69-1303-555  9575 2017-01-15 17:48:00          41
    +#> 6232             25   A69-1303-555  9576 2017-01-15 17:50:00          41
    +#> 6233             25   A69-1303-555  9577 2017-01-15 17:58:00          47
    +#> 6234             25   A69-1303-555  9578 2017-01-15 18:00:00          47
    +#> 6235             25   A69-1303-555  9580 2017-01-15 18:02:00          47
    +#> 6236             25   A69-1303-555  9581 2017-01-15 18:04:00          47
    +#> 6237             25   A69-1303-555  9582 2017-01-15 18:06:00          47
    +#> 6238             25   A69-1303-555  9584 2017-01-15 18:08:00          47
    +#> 6239             25   A69-1303-555  9585 2017-01-15 18:10:00          47
    +#> 6240             25   A69-1303-555  9586 2017-01-15 18:12:00          47
    +#> 6241             25   A69-1303-555  9588 2017-01-15 18:14:00          47
    +#> 6242             25   A69-1303-555  9590 2017-01-15 18:16:00          47
    +#> 6243             25   A69-1303-555  9591 2017-01-15 18:18:00          47
    +#> 6244             25   A69-1303-555  9592 2017-01-15 18:20:00          47
    +#> 6245             25   A69-1303-555  9593 2017-01-15 18:36:00          47
    +#> 6246             25   A69-1303-555  9594 2017-01-15 18:40:00          47
    +#> 6247             25   A69-1303-555  9595 2017-01-15 18:42:00          47
    +#> 6248             25   A69-1303-555  9596 2017-01-15 18:46:00          47
    +#> 6249             25   A69-1303-555  9598 2017-01-15 18:48:00          47
    +#> 6250             25   A69-1303-555  9600 2017-01-15 18:50:00          47
    +#> 6251             25   A69-1303-555  9601 2017-01-15 18:52:00          47
    +#> 6252             25   A69-1303-555  9602 2017-01-15 19:04:00          47
    +#> 6253             25   A69-1303-555  9603 2017-01-15 19:06:00          47
    +#> 6254             25   A69-1303-555  9605 2017-01-15 19:10:00          47
    +#> 6255             25   A69-1303-555  9606 2017-01-15 19:12:00          47
    +#> 6256             25   A69-1303-555  9608 2017-01-15 19:14:00          47
    +#> 6257             25   A69-1303-555  9609 2017-01-15 19:16:00          47
    +#> 6258             25   A69-1303-555  9610 2017-01-15 19:18:00          47
    +#> 6259             25   A69-1303-555  9612 2017-01-15 19:20:00          47
    +#> 6260             25   A69-1303-555  9613 2017-01-15 19:22:00          47
    +#> 6261             25   A69-1303-555  9614 2017-01-15 19:30:00          47
    +#> 6262             25   A69-1303-555  9615 2017-01-15 19:34:00          47
    +#> 6263             25   A69-1303-555  9616 2017-01-15 19:36:00          47
    +#> 6264             25   A69-1303-555  9617 2017-01-15 19:40:00          47
    +#> 6265             25   A69-1303-555  9618 2017-01-15 19:42:00          41
    +#> 6266             25   A69-1303-555  9619 2017-01-15 19:44:00          47
    +#> 6267             25   A69-1303-555  9620 2017-01-15 19:44:00          41
    +#> 6268             25   A69-1303-555  9622 2017-01-15 19:46:00          47
    +#> 6269             25   A69-1303-555  9623 2017-01-15 19:46:00          41
    +#> 6270             25   A69-1303-555  9625 2017-01-15 19:50:00          41
    +#> 6271             25   A69-1303-555  9627 2017-01-15 19:52:00          41
    +#> 6272             25   A69-1303-555  9629 2017-01-15 19:54:00          41
    +#> 6273             25   A69-1303-555  9631 2017-01-15 19:56:00          41
    +#> 6274             25   A69-1303-555  9633 2017-01-15 19:58:00          41
    +#> 6275             25   A69-1303-555  9635 2017-01-15 20:00:00          41
    +#> 6276             25   A69-1303-555  9636 2017-01-15 20:02:00          41
    +#> 6277             25   A69-1303-555  9638 2017-01-15 20:04:00          41
    +#> 6278             25   A69-1303-555  9640 2017-01-15 20:06:00          41
    +#> 6279             25   A69-1303-555  9642 2017-01-15 20:08:00          41
    +#> 6280             25   A69-1303-555  9643 2017-01-15 20:10:00          41
    +#> 6281             25   A69-1303-555  9646 2017-01-15 20:26:00          41
    +#> 6282             25   A69-1303-555  9647 2017-01-16 09:14:00          24
    +#> 6283             25   A69-1303-555  9648 2017-01-16 09:16:00          24
    +#> 6284             25   A69-1303-555  9649 2017-01-16 09:34:00          24
    +#> 6285             25   A69-1303-555  9650 2017-01-16 09:46:00          24
    +#> 6286             25   A69-1303-555  9651 2017-01-16 09:48:00          24
    +#> 6287             25   A69-1303-555  9652 2017-01-16 09:50:00          24
    +#> 6288             25   A69-1303-555  9654 2017-01-16 09:54:00          24
    +#> 6289             25   A69-1303-555  9655 2017-01-16 09:56:00          24
    +#> 6290             25   A69-1303-555  9657 2017-01-16 10:00:00          24
    +#> 6291             25   A69-1303-555  9659 2017-01-16 10:02:00          24
    +#> 6292             25   A69-1303-555  9660 2017-01-16 10:04:00          24
    +#> 6293             25   A69-1303-555  9661 2017-01-16 10:06:00          24
    +#> 6294             25   A69-1303-555  9662 2017-01-16 10:08:00          24
    +#> 6295             25   A69-1303-555  9663 2017-01-16 10:12:00          24
    +#> 6296             25   A69-1303-555  9664 2017-01-16 10:16:00          24
    +#> 6297             25   A69-1303-555  9665 2017-01-16 10:20:00          24
    +#> 6298             25   A69-1303-555  9666 2017-01-16 10:22:00          24
    +#> 6299             25   A69-1303-555  9667 2017-01-16 10:24:00          24
    +#> 6300             25   A69-1303-555  9668 2017-01-16 11:10:00          24
    +#> 6301             25   A69-1303-555  9669 2017-01-16 11:24:00          24
    +#> 6302             25   A69-1303-555  9670 2017-01-16 11:28:00          24
    +#> 6303             25   A69-1303-555  9671 2017-01-16 11:30:00          24
    +#> 6304             25   A69-1303-555  9672 2017-01-16 11:32:00          24
    +#> 6305             25   A69-1303-555  9674 2017-01-16 11:36:00          24
    +#> 6306             25   A69-1303-555  9676 2017-01-16 11:38:00          24
    +#> 6307             25   A69-1303-555  9678 2017-01-16 11:44:00          24
    +#> 6308             25   A69-1303-555  9680 2017-01-16 11:46:00          24
    +#> 6309             25   A69-1303-555  9681 2017-01-16 11:48:00          24
    +#> 6310             25   A69-1303-555  9684 2017-01-16 11:50:00          24
    +#> 6311             25   A69-1303-555  9686 2017-01-16 11:52:00          24
    +#> 6312             25   A69-1303-555  9687 2017-01-16 11:54:00          24
    +#> 6313             25   A69-1303-555  9689 2017-01-16 11:56:00          24
    +#> 6314             25   A69-1303-555  9691 2017-01-16 11:58:00          24
    +#> 6315             25   A69-1303-555  9693 2017-01-16 12:00:00          24
    +#> 6316             25   A69-1303-555  9694 2017-01-16 12:02:00          24
    +#> 6317             25   A69-1303-555  9695 2017-01-16 12:04:00          24
    +#> 6318             25   A69-1303-555  9697 2017-01-16 12:06:00          24
    +#> 6319             25   A69-1303-555  9698 2017-01-16 12:44:00          50
    +#> 6320             25   A69-1303-555  9699 2017-01-16 12:46:00          50
    +#> 6321             25   A69-1303-555  9701 2017-01-16 12:50:00          50
    +#> 6322             25   A69-1303-555  9704 2017-01-16 12:52:00          50
    +#> 6323             25   A69-1303-555  9705 2017-01-16 12:54:00          50
    +#> 6324             25   A69-1303-555  9707 2017-01-16 12:56:00          50
    +#> 6325             25   A69-1303-555  9709 2017-01-16 12:58:00          50
    +#> 6326             25   A69-1303-555  9710 2017-01-16 13:00:00          50
    +#> 6327             25   A69-1303-555  9711 2017-01-16 13:02:00          50
    +#> 6328             25   A69-1303-555  9712 2017-01-16 13:06:00          50
    +#> 6329             25   A69-1303-555  9713 2017-01-16 13:08:00          50
    +#> 6330             25   A69-1303-555  9714 2017-01-16 13:10:00          50
    +#> 6331             25   A69-1303-555  9716 2017-01-16 13:12:00          50
    +#> 6332             25   A69-1303-555  9717 2017-01-16 13:14:00          50
    +#> 6333             25   A69-1303-555  9719 2017-01-16 13:16:00          50
    +#> 6334             25   A69-1303-555  9721 2017-01-16 13:18:00          50
    +#> 6335             25   A69-1303-555  9723 2017-01-16 13:20:00          50
    +#> 6336             25   A69-1303-555  9725 2017-01-16 13:22:00          50
    +#> 6337             25   A69-1303-555  9726 2017-01-16 13:24:00          50
    +#> 6338             25   A69-1303-555  9727 2017-01-16 13:26:00          50
    +#> 6339             25   A69-1303-555  9728 2017-01-16 13:28:00          50
    +#> 6340             25   A69-1303-555  9729 2017-01-16 13:30:00          50
    +#> 6341             25   A69-1303-555  9730 2017-01-16 13:38:00          50
    +#> 6342             25   A69-1303-555  9732 2017-01-16 13:40:00          50
    +#> 6343             25   A69-1303-555  9733 2017-01-16 13:42:00          50
    +#> 6344             25   A69-1303-555  9734 2017-01-16 13:44:00          50
    +#> 6345             25   A69-1303-555  9735 2017-01-16 13:46:00          50
    +#> 6346             25   A69-1303-555  9736 2017-01-16 13:50:00          50
    +#> 6347             25   A69-1303-555  9738 2017-01-16 13:52:00          50
    +#> 6348             25   A69-1303-555  9740 2017-01-16 13:54:00          50
    +#> 6349             25   A69-1303-555  9742 2017-01-16 13:56:00          50
    +#> 6350             25   A69-1303-555  9743 2017-01-16 13:58:00          50
    +#> 6351             25   A69-1303-555  9745 2017-01-16 14:00:00          50
    +#> 6352             25   A69-1303-555  9747 2017-01-16 14:02:00          50
    +#> 6353             25   A69-1303-555  9750 2017-01-16 14:04:00          50
    +#> 6354             25   A69-1303-555  9751 2017-01-16 14:06:00          50
    +#> 6355             25   A69-1303-555  9752 2017-01-16 14:08:00          50
    +#> 6356             25   A69-1303-555  9753 2017-01-16 14:10:00          50
    +#> 6357             25   A69-1303-555  9754 2017-01-16 14:12:00          50
    +#> 6358             25   A69-1303-555  9756 2017-01-16 14:14:00          50
    +#> 6359             25   A69-1303-555  9757 2017-01-16 14:24:00          50
    +#> 6360             25   A69-1303-555  9759 2017-01-16 14:26:00          50
    +#> 6361             25   A69-1303-555  9761 2017-01-16 17:16:00          24
    +#> 6362             25   A69-1303-555  9763 2017-01-16 17:22:00          24
    +#> 6363             25   A69-1303-555  9764 2017-01-16 17:24:00          24
    +#> 6364             25   A69-1303-555  9765 2017-01-16 17:26:00          24
    +#> 6365             25   A69-1303-555  9766 2017-01-16 17:28:00          24
    +#> 6366             25   A69-1303-555  9767 2017-01-16 18:04:00          24
    +#> 6367             25   A69-1303-555  9769 2017-01-16 18:06:00          24
    +#> 6368             25   A69-1303-555  9771 2017-01-16 18:08:00          24
    +#> 6369             25   A69-1303-555  9773 2017-01-16 18:10:00          24
    +#> 6370             25   A69-1303-555  9775 2017-01-16 18:12:00          24
    +#> 6371             25   A69-1303-555  9777 2017-01-16 18:14:00          24
    +#> 6372             25   A69-1303-555  9779 2017-01-16 18:16:00          24
    +#> 6373             25   A69-1303-555  9780 2017-01-16 19:40:00          24
    +#> 6374             25   A69-1303-555  9782 2017-01-16 19:44:00          24
    +#> 6375             25   A69-1303-555  9783 2017-01-17 10:58:00          45
    +#> 6376             25   A69-1303-555  9784 2017-01-17 11:04:00          45
    +#> 6377             25   A69-1303-555  9785 2017-01-17 11:10:00          45
    +#> 6378             25   A69-1303-555  9786 2017-01-17 11:16:00          45
    +#> 6379             25   A69-1303-555  9789 2017-01-17 11:20:00          45
    +#> 6380             25   A69-1303-555  9792 2017-01-17 11:22:00          45
    +#> 6381             25   A69-1303-555  9793 2017-01-17 11:24:00          45
    +#> 6382             25   A69-1303-555  9794 2017-01-17 11:26:00          45
    +#> 6383             25   A69-1303-555  9795 2017-01-17 11:28:00          45
    +#> 6384             25   A69-1303-555  9797 2017-01-17 11:30:00          45
    +#> 6385             25   A69-1303-555  9798 2017-01-17 11:32:00          45
    +#> 6386             25   A69-1303-555  9799 2017-01-17 11:36:00          45
    +#> 6387             25   A69-1303-555  9801 2017-01-17 11:38:00          45
    +#> 6388             25   A69-1303-555  9803 2017-01-17 11:40:00          45
    +#> 6389             25   A69-1303-555  9804 2017-01-17 11:42:00          45
    +#> 6390             25   A69-1303-555  9805 2017-01-17 11:44:00          45
    +#> 6391             25   A69-1303-555  9806 2017-01-17 11:46:00          45
    +#> 6392             25   A69-1303-555  9807 2017-01-17 11:48:00          45
    +#> 6393             25   A69-1303-555  9809 2017-01-17 11:50:00          45
    +#> 6394             25   A69-1303-555  9810 2017-01-17 11:52:00          45
    +#> 6395             25   A69-1303-555  9812 2017-01-17 11:54:00          45
    +#> 6396             25   A69-1303-555  9813 2017-01-17 11:56:00          45
    +#> 6397             25   A69-1303-555  9815 2017-01-17 11:58:00          45
    +#> 6398             25   A69-1303-555  9817 2017-01-17 12:04:00          45
    +#> 6399             25   A69-1303-555  9819 2017-01-17 12:06:00          45
    +#> 6400             25   A69-1303-555  9821 2017-01-17 12:08:00          45
    +#> 6401             25   A69-1303-555  9823 2017-01-17 12:10:00          45
    +#> 6402             25   A69-1303-555  9824 2017-01-17 12:12:00          45
    +#> 6403             25   A69-1303-555  9827 2017-01-17 12:14:00          45
    +#> 6404             25   A69-1303-555  9829 2017-01-17 12:16:00          45
    +#> 6405             25   A69-1303-555  9831 2017-01-17 12:18:00          45
    +#> 6406             25   A69-1303-555  9832 2017-01-17 12:20:00          45
    +#> 6407             25   A69-1303-555  9833 2017-01-17 12:24:00          45
    +#> 6408             25   A69-1303-555  9834 2017-01-17 12:28:00          45
    +#> 6409             25   A69-1303-555  9835 2017-01-17 12:30:00          45
    +#> 6410             25   A69-1303-555  9838 2017-01-17 12:32:00          45
    +#> 6411             25   A69-1303-555  9839 2017-01-17 12:34:00          45
    +#> 6412             25   A69-1303-555  9840 2017-01-17 12:36:00          45
    +#> 6413             25   A69-1303-555  9842 2017-01-17 12:38:00          45
    +#> 6414             25   A69-1303-555  9843 2017-01-17 12:40:00          45
    +#> 6415             25   A69-1303-555  9844 2017-01-17 12:42:00          45
    +#> 6416             25   A69-1303-555  9846 2017-01-17 12:44:00          45
    +#> 6417             25   A69-1303-555  9848 2017-01-17 12:46:00          45
    +#> 6418             25   A69-1303-555  9849 2017-01-17 12:48:00          45
    +#> 6419             25   A69-1303-555  9850 2017-01-17 12:50:00          45
    +#> 6420             25   A69-1303-555  9852 2017-01-17 12:52:00          45
    +#> 6421             25   A69-1303-555  9853 2017-01-17 12:54:00          45
    +#> 6422             25   A69-1303-555  9854 2017-01-17 12:58:00          45
    +#> 6423             25   A69-1303-555  9856 2017-01-17 13:00:00          45
    +#> 6424             25   A69-1303-555  9857 2017-01-17 13:02:00          45
    +#> 6425             25   A69-1303-555  9858 2017-01-17 13:04:00          45
    +#> 6426             25   A69-1303-555  9859 2017-01-17 13:06:00          45
    +#> 6427             25   A69-1303-555  9861 2017-01-17 13:08:00          45
    +#> 6428             25   A69-1303-555  9863 2017-01-17 13:10:00          45
    +#> 6429             25   A69-1303-555  9865 2017-01-17 13:12:00          45
    +#> 6430             25   A69-1303-555  9866 2017-01-17 13:14:00          45
    +#> 6431             25   A69-1303-555  9868 2017-01-17 13:16:00          45
    +#> 6432             25   A69-1303-555  9870 2017-01-17 13:18:00          45
    +#> 6433             25   A69-1303-555  9872 2017-01-17 13:20:00          45
    +#> 6434             25   A69-1303-555  9874 2017-01-18 19:40:00          50
    +#> 6435             25   A69-1303-555  9875 2017-01-18 19:42:00          50
    +#> 6436             25   A69-1303-555  9876 2017-01-21 02:24:00          24
    +#> 6437             25   A69-1303-555  9877 2017-01-21 02:26:00          24
    +#> 6438             25   A69-1303-555  9879 2017-01-21 02:28:00          24
    +#> 6439             25   A69-1303-555  9880 2017-01-21 02:30:00          24
    +#> 6440             25   A69-1303-555  9882 2017-01-21 02:32:00          24
    +#> 6441             25   A69-1303-555  9883 2017-01-21 02:34:00          24
    +#> 6442             25   A69-1303-555  9886 2017-01-21 02:36:00          24
    +#> 6443             25   A69-1303-555  9888 2017-01-21 02:38:00          24
    +#> 6444             25   A69-1303-555  9890 2017-01-21 02:40:00          24
    +#> 6445             25   A69-1303-555  9891 2017-01-21 02:42:00          24
    +#> 6446             25   A69-1303-555  9893 2017-01-21 02:44:00          24
    +#> 6447             25   A69-1303-555  9896 2017-01-21 02:46:00          24
    +#> 6448             25   A69-1303-555  9897 2017-01-21 02:48:00          24
    +#> 6449             25   A69-1303-555  9899 2017-01-21 02:50:00          24
    +#> 6450             25   A69-1303-555  9901 2017-01-21 02:52:00          24
    +#> 6451             25   A69-1303-555  9902 2017-01-21 02:54:00          24
    +#> 6452             25   A69-1303-555  9904 2017-01-21 03:00:00          24
    +#> 6453             25   A69-1303-555  9905 2017-01-21 03:06:00          24
    +#> 6454             25   A69-1303-555  9906 2017-01-21 03:24:00          24
    +#> 6455             25   A69-1303-555  9907 2017-01-23 00:46:00          45
    +#> 6456             25   A69-1303-555  9908 2017-01-23 00:52:00          45
    +#> 6457             25   A69-1303-555  9910 2017-01-23 00:54:00          45
    +#> 6458             25   A69-1303-555  9912 2017-01-23 00:56:00          45
    +#> 6459             25   A69-1303-555  9913 2017-01-23 00:58:00          45
    +#> 6460             25   A69-1303-555  9915 2017-01-23 01:00:00          45
    +#> 6461             25   A69-1303-555  9916 2017-01-23 01:02:00          45
    +#> 6462             25   A69-1303-555  9918 2017-01-23 01:04:00          45
    +#> 6463             25   A69-1303-555  9920 2017-01-23 01:06:00          45
    +#> 6464             25   A69-1303-555  9921 2017-01-23 01:08:00          45
    +#> 6465             25   A69-1303-555  9924 2017-01-23 01:10:00          45
    +#> 6466             25   A69-1303-555  9925 2017-01-23 01:12:00          45
    +#> 6467             25   A69-1303-555  9928 2017-01-23 01:14:00          45
    +#> 6468             25   A69-1303-555  9929 2017-01-23 01:16:00          45
    +#> 6469             25   A69-1303-555  9931 2017-01-23 01:18:00          45
    +#> 6470             25   A69-1303-555  9933 2017-01-23 01:20:00          45
    +#> 6471             25   A69-1303-555  9935 2017-01-23 01:22:00          45
    +#> 6472             25   A69-1303-555  9937 2017-01-23 01:26:00          45
    +#> 6473             25   A69-1303-555  9939 2017-01-23 01:28:00          45
    +#> 6474             25   A69-1303-555  9940 2017-01-23 01:30:00          45
    +#> 6475             25   A69-1303-555  9942 2017-01-23 01:32:00          45
    +#> 6476             25   A69-1303-555  9944 2017-01-23 01:34:00          45
    +#> 6477             25   A69-1303-555  9946 2017-01-23 01:36:00          45
    +#> 6478             25   A69-1303-555  9948 2017-01-23 01:38:00          45
    +#> 6479             25   A69-1303-555  9949 2017-01-23 01:40:00          45
    +#> 6480             25   A69-1303-555  9951 2017-01-23 01:42:00          45
    +#> 6481             25   A69-1303-555  9953 2017-01-23 01:44:00          45
    +#> 6482             25   A69-1303-555  9954 2017-01-23 01:46:00          45
    +#> 6483             25   A69-1303-555  9955 2017-01-23 01:48:00          45
    +#> 6484             25   A69-1303-555  9957 2017-01-23 01:50:00          45
    +#> 6485             25   A69-1303-555  9959 2017-01-23 01:52:00          45
    +#> 6486             25   A69-1303-555  9961 2017-01-23 01:54:00          45
    +#> 6487             25   A69-1303-555  9963 2017-01-23 01:56:00          45
    +#> 6488             25   A69-1303-555  9964 2017-01-23 01:58:00          45
    +#> 6489             25   A69-1303-555  9965 2017-01-23 02:00:00          45
    +#> 6490             25   A69-1303-555  9966 2017-01-23 02:02:00          45
    +#> 6491             25   A69-1303-555  9967 2017-01-23 02:06:00          21
    +#> 6492             25   A69-1303-555  9969 2017-01-23 02:08:00          21
    +#> 6493             25   A69-1303-555  9970 2017-01-23 02:14:00          21
    +#> 6494             25   A69-1303-555  9971 2017-01-23 05:14:00          21
    +#> 6495             25   A69-1303-555  9972 2017-01-23 05:16:00          21
    +#> 6496             25   A69-1303-555  9973 2017-01-23 05:18:00          21
    +#> 6497             25   A69-1303-555  9974 2017-01-23 05:20:00          21
    +#> 6498             25   A69-1303-555  9976 2017-01-23 05:22:00          21
    +#> 6499             25   A69-1303-555  9977 2017-01-23 05:26:00          21
    +#> 6500             25   A69-1303-555  9978 2017-01-23 05:28:00          21
    +#> 6501             25   A69-1303-555  9980 2017-01-23 05:30:00          21
    +#> 6502             25   A69-1303-555  9981 2017-01-23 08:18:00          43
    +#> 6503             25   A69-1303-555  9983 2017-01-23 08:20:00          43
    +#> 6504             25   A69-1303-555  9985 2017-01-23 08:22:00          43
    +#> 6505             25   A69-1303-555  9987 2017-01-23 08:24:00          43
    +#> 6506             25   A69-1303-555  9988 2017-01-23 08:26:00          43
    +#> 6507             25   A69-1303-555  9990 2017-01-23 08:28:00          43
    +#> 6508             25   A69-1303-555  9992 2017-01-23 08:30:00          43
    +#> 6509             25   A69-1303-555  9995 2017-01-23 08:32:00          43
    +#> 6510             25   A69-1303-555  9996 2017-01-23 08:34:00          43
    +#> 6511             25   A69-1303-555  9998 2017-01-23 08:36:00          43
    +#> 6512             25   A69-1303-555 10000 2017-01-23 08:38:00          43
    +#> 6513             25   A69-1303-555 10002 2017-01-23 08:40:00          43
    +#> 6514             25   A69-1303-555 10003 2017-01-23 08:42:00          43
    +#> 6515             25   A69-1303-555 10005 2017-01-23 08:44:00          43
    +#> 6516             25   A69-1303-555 10007 2017-01-23 08:46:00          43
    +#> 6517             25   A69-1303-555 10009 2017-01-23 08:48:00          43
    +#> 6518             25   A69-1303-555 10011 2017-01-23 08:50:00          43
    +#> 6519             25   A69-1303-555 10012 2017-01-23 08:52:00          43
    +#> 6520             25   A69-1303-555 10014 2017-01-23 08:54:00          43
    +#> 6521             25   A69-1303-555 10016 2017-01-23 08:56:00          43
    +#> 6522             25   A69-1303-555 10018 2017-01-23 08:58:00          43
    +#> 6523             25   A69-1303-555 10019 2017-01-23 09:00:00          43
    +#> 6524             25   A69-1303-555 10021 2017-01-23 09:02:00          43
    +#> 6525             25   A69-1303-555 10023 2017-01-23 09:04:00          43
    +#> 6526             25   A69-1303-555 10024 2017-01-23 09:06:00          43
    +#> 6527             25   A69-1303-555 10026 2017-01-23 09:08:00          43
    +#> 6528             25   A69-1303-555 10028 2017-01-23 09:10:00          43
    +#> 6529             25   A69-1303-555 10030 2017-01-23 09:12:00          43
    +#> 6530             25   A69-1303-555 10032 2017-01-23 09:14:00          43
    +#> 6531             25   A69-1303-555 10034 2017-01-23 09:16:00          43
    +#> 6532             25   A69-1303-555 10035 2017-01-23 09:18:00          43
    +#> 6533             25   A69-1303-555 10036 2017-01-23 09:20:00          43
    +#> 6534             25   A69-1303-555 10039 2017-01-23 09:22:00          43
    +#> 6535             25   A69-1303-555 10040 2017-01-23 09:24:00          43
    +#> 6536             25   A69-1303-555 10042 2017-01-23 09:26:00          43
    +#> 6537             25   A69-1303-555 10044 2017-01-23 09:28:00          43
    +#> 6538             25   A69-1303-555 10046 2017-01-23 09:30:00          43
    +#> 6539             25   A69-1303-555 10048 2017-01-23 09:32:00          43
    +#> 6540             25   A69-1303-555 10050 2017-01-23 09:34:00          43
    +#> 6541             25   A69-1303-555 10051 2017-01-23 09:36:00          43
    +#> 6542             25   A69-1303-555 10053 2017-01-23 09:40:00          43
    +#> 6543             25   A69-1303-555 10054 2017-01-23 09:42:00          43
    +#> 6544             25   A69-1303-555 10055 2017-01-23 09:48:00          43
    +#> 6545             25   A69-1303-555 10057 2017-01-23 09:50:00          43
    +#> 6546             25   A69-1303-555 10059 2017-01-23 09:52:00          43
    +#> 6547             25   A69-1303-555 10061 2017-01-23 09:54:00          43
    +#> 6548             25   A69-1303-555 10063 2017-01-23 09:56:00          43
    +#> 6549             25   A69-1303-555 10065 2017-01-23 09:58:00          43
    +#> 6550             25   A69-1303-555 10067 2017-01-23 10:00:00          43
    +#> 6551             25   A69-1303-555 10068 2017-01-23 10:02:00          43
    +#> 6552             25   A69-1303-555 10070 2017-01-23 10:04:00          43
    +#> 6553             25   A69-1303-555 10073 2017-01-23 10:06:00          43
    +#> 6554             25   A69-1303-555 10075 2017-01-23 10:08:00          43
    +#> 6555             25   A69-1303-555 10076 2017-01-23 10:10:00          43
    +#> 6556             25   A69-1303-555 10078 2017-01-23 10:12:00          43
    +#> 6557             25   A69-1303-555 10080 2017-01-23 10:14:00          43
    +#> 6558             25   A69-1303-555 10081 2017-01-23 10:16:00          43
    +#> 6559             25   A69-1303-555 10083 2017-01-23 10:18:00          43
    +#> 6560             25   A69-1303-555 10084 2017-01-23 10:20:00          43
    +#> 6561             25   A69-1303-555 10085 2017-01-23 10:24:00          43
    +#> 6562             25   A69-1303-555 10086 2017-01-23 10:26:00          43
    +#> 6563             25   A69-1303-555 10087 2017-01-23 10:30:00          43
    +#> 6564             25   A69-1303-555 10088 2017-01-23 10:32:00          43
    +#> 6565             25   A69-1303-555 10089 2017-01-23 10:34:00          43
    +#> 6566             25   A69-1303-555 10090 2017-01-23 11:50:00          45
    +#> 6567             25   A69-1303-555 10091 2017-01-23 11:52:00          45
    +#> 6568             25   A69-1303-555 10092 2017-01-23 12:00:00          45
    +#> 6569             25   A69-1303-555 10093 2017-01-23 12:18:00          45
    +#> 6570             25   A69-1303-555 10094 2017-01-23 12:22:00          45
    +#> 6571             25   A69-1303-555 10095 2017-01-23 12:24:00          45
    +#> 6572             25   A69-1303-555 10096 2017-01-23 12:32:00          45
    +#> 6573             25   A69-1303-555 10097 2017-01-23 12:40:00          45
    +#> 6574             25   A69-1303-555 10099 2017-01-23 12:42:00          45
    +#> 6575             25   A69-1303-555 10100 2017-01-23 12:44:00          45
    +#> 6576             25   A69-1303-555 10101 2017-01-23 12:46:00          45
    +#> 6577             25   A69-1303-555 10103 2017-01-23 12:48:00          45
    +#> 6578             25   A69-1303-555 10105 2017-01-23 12:50:00          45
    +#> 6579             25   A69-1303-555 10106 2017-01-23 12:52:00          45
    +#> 6580             25   A69-1303-555 10107 2017-01-23 12:54:00          45
    +#> 6581             25   A69-1303-555 10109 2017-01-23 12:56:00          45
    +#> 6582             25   A69-1303-555 10111 2017-01-23 12:58:00          45
    +#> 6583             25   A69-1303-555 10113 2017-01-23 13:00:00          45
    +#> 6584             25   A69-1303-555 10115 2017-01-23 13:02:00          45
    +#> 6585             25   A69-1303-555 10116 2017-01-23 13:04:00          45
    +#> 6586             25   A69-1303-555 10118 2017-01-23 13:06:00          45
    +#> 6587             25   A69-1303-555 10120 2017-01-23 13:08:00          45
    +#> 6588             25   A69-1303-555 10121 2017-01-23 13:10:00          45
    +#> 6589             25   A69-1303-555 10122 2017-01-23 13:14:00          45
    +#> 6590             25   A69-1303-555 10123 2017-01-23 13:18:00          45
    +#> 6591             25   A69-1303-555 10124 2017-01-23 13:22:00          45
    +#> 6592             25   A69-1303-555 10125 2017-01-23 13:24:00          45
    +#> 6593             25   A69-1303-555 10126 2017-01-23 13:26:00          45
    +#> 6594             25   A69-1303-555 10127 2017-01-23 13:28:00          45
    +#> 6595             25   A69-1303-555 10129 2017-01-23 13:30:00          45
    +#> 6596             25   A69-1303-555 10130 2017-01-23 13:32:00          45
    +#> 6597             25   A69-1303-555 10131 2017-01-23 13:38:00          45
    +#> 6598             25   A69-1303-555 10132 2017-01-23 13:40:00          45
    +#> 6599             25   A69-1303-555 10133 2017-01-23 13:42:00          45
    +#> 6600             25   A69-1303-555 10134 2017-01-23 13:44:00          45
    +#> 6601             25   A69-1303-555 10135 2017-01-23 13:46:00          45
    +#> 6602             25   A69-1303-555 10137 2017-01-23 13:48:00          45
    +#> 6603             25   A69-1303-555 10139 2017-01-23 13:50:00          45
    +#> 6604             25   A69-1303-555 10140 2017-01-23 13:52:00          45
    +#> 6605             25   A69-1303-555 10141 2017-01-23 13:56:00          45
    +#> 6606             25   A69-1303-555 10143 2017-01-23 13:58:00          45
    +#> 6607             25   A69-1303-555 10145 2017-01-23 14:00:00          45
    +#> 6608             25   A69-1303-555 10146 2017-01-23 14:02:00          45
    +#> 6609             25   A69-1303-555 10147 2017-01-23 14:04:00          45
    +#> 6610             25   A69-1303-555 10149 2017-01-23 14:06:00          45
    +#> 6611             25   A69-1303-555 10150 2017-01-23 14:08:00          45
    +#> 6612             25   A69-1303-555 10151 2017-01-23 14:10:00          45
    +#> 6613             25   A69-1303-555 10153 2017-01-23 14:12:00          45
    +#> 6614             25   A69-1303-555 10155 2017-01-23 14:16:00          45
    +#> 6615             25   A69-1303-555 10156 2017-01-23 14:18:00          45
    +#> 6616             25   A69-1303-555 10157 2017-01-23 14:20:00          45
    +#> 6617             25   A69-1303-555 10158 2017-01-23 14:22:00          45
    +#> 6618             25   A69-1303-555 10160 2017-01-23 14:24:00          45
    +#> 6619             25   A69-1303-555 10162 2017-01-23 14:26:00          45
    +#> 6620             25   A69-1303-555 10164 2017-01-23 14:28:00          45
    +#> 6621             25   A69-1303-555 10165 2017-01-23 14:30:00          45
    +#> 6622             25   A69-1303-555 10166 2017-01-23 14:32:00          45
    +#> 6623             25   A69-1303-555 10168 2017-01-23 14:34:00          45
    +#> 6624             25   A69-1303-555 10170 2017-01-23 14:38:00          45
    +#> 6625             25   A69-1303-555 10172 2017-01-23 14:40:00          45
    +#> 6626             25   A69-1303-555 10173 2017-01-23 14:42:00          45
    +#> 6627             25   A69-1303-555 10175 2017-01-23 14:44:00          45
    +#> 6628             25   A69-1303-555 10178 2017-01-23 14:46:00          45
    +#> 6629             25   A69-1303-555 10180 2017-01-23 14:48:00          45
    +#> 6630             25   A69-1303-555 10181 2017-01-23 14:50:00          45
    +#> 6631             25   A69-1303-555 10182 2017-01-23 14:52:00          45
    +#> 6632             25   A69-1303-555 10185 2017-01-23 14:54:00          45
    +#> 6633             25   A69-1303-555 10186 2017-01-23 14:56:00          45
    +#> 6634             25   A69-1303-555 10187 2017-01-23 14:58:00          45
    +#> 6635             25   A69-1303-555 10188 2017-01-23 15:00:00          45
    +#> 6636             25   A69-1303-555 10189 2017-01-23 15:02:00          45
    +#> 6637             25   A69-1303-555 10191 2017-01-23 15:04:00          45
    +#> 6638             25   A69-1303-555 10193 2017-01-23 15:06:00          45
    +#> 6639             25   A69-1303-555 10195 2017-01-23 15:10:00          45
    +#> 6640             25   A69-1303-555 10196 2017-01-23 15:12:00          45
    +#> 6641             25   A69-1303-555 10198 2017-01-23 15:18:00          45
    +#> 6642             25   A69-1303-555 10199 2017-01-23 15:26:00          45
    +#> 6643             25   A69-1303-555 10200 2017-01-23 15:28:00          45
    +#> 6644             25   A69-1303-555 10202 2017-01-23 15:32:00          45
    +#> 6645             25   A69-1303-555 10203 2017-01-23 15:34:00          45
    +#> 6646             25   A69-1303-555 10204 2017-01-23 15:36:00          45
    +#> 6647             25   A69-1303-555 10205 2017-01-23 15:40:00          45
    +#> 6648             25   A69-1303-555 10206 2017-01-23 15:42:00          45
    +#> 6649             25   A69-1303-555 10207 2017-01-23 15:44:00          45
    +#> 6650             25   A69-1303-555 10208 2017-01-23 15:48:00          45
    +#> 6651             25   A69-1303-555 10209 2017-01-23 15:50:00          45
    +#> 6652             25   A69-1303-555 10210 2017-01-23 15:52:00          45
    +#> 6653             25   A69-1303-555 10211 2017-01-23 15:54:00          45
    +#> 6654             25   A69-1303-555 10212 2017-01-23 15:56:00          45
    +#> 6655             25   A69-1303-555 10213 2017-01-23 15:58:00          45
    +#> 6656             25   A69-1303-555 10215 2017-01-23 16:00:00          45
    +#> 6657             25   A69-1303-555 10217 2017-01-23 16:04:00          45
    +#> 6658             25   A69-1303-555 10218 2017-01-23 16:06:00          45
    +#> 6659             25   A69-1303-555 10219 2017-01-23 16:08:00          45
    +#> 6660             25   A69-1303-555 10220 2017-01-23 16:10:00          45
    +#> 6661             25   A69-1303-555 10221 2017-01-23 16:12:00          45
    +#> 6662             25   A69-1303-555 10222 2017-01-23 16:14:00          45
    +#> 6663             25   A69-1303-555 10224 2017-01-23 16:16:00          45
    +#> 6664             25   A69-1303-555 10225 2017-01-23 16:18:00          45
    +#> 6665             25   A69-1303-555 10227 2017-01-23 16:24:00          45
    +#> 6666             25   A69-1303-555 10229 2017-01-23 16:26:00          45
    +#> 6667             25   A69-1303-555 10231 2017-01-23 16:28:00          45
    +#> 6668             25   A69-1303-555 10233 2017-01-23 16:30:00          45
    +#> 6669             25   A69-1303-555 10234 2017-01-23 16:32:00          45
    +#> 6670             25   A69-1303-555 10235 2017-01-23 16:34:00          45
    +#> 6671             25   A69-1303-555 10237 2017-01-23 16:36:00          45
    +#> 6672             25   A69-1303-555 10238 2017-01-23 16:38:00          45
    +#> 6673             25   A69-1303-555 10239 2017-01-23 16:42:00          45
    +#> 6674             25   A69-1303-555 10242 2017-01-23 16:44:00          45
    +#> 6675             25   A69-1303-555 10243 2017-01-23 16:46:00          45
    +#> 6676             25   A69-1303-555 10244 2017-01-23 16:48:00          45
    +#> 6677             25   A69-1303-555 10246 2017-01-23 16:50:00          45
    +#> 6678             25   A69-1303-555 10247 2017-01-23 16:52:00          45
    +#> 6679             25   A69-1303-555 10249 2017-01-23 16:54:00          45
    +#> 6680             25   A69-1303-555 10251 2017-01-23 16:56:00          45
    +#> 6681             25   A69-1303-555 10253 2017-01-23 16:58:00          45
    +#> 6682             25   A69-1303-555 10254 2017-01-23 17:00:00          45
    +#> 6683             25   A69-1303-555 10255 2017-01-23 17:06:00          45
    +#> 6684             25   A69-1303-555 10258 2017-01-23 17:10:00          45
    +#> 6685             25   A69-1303-555 10259 2017-01-23 17:12:00          45
    +#> 6686             25   A69-1303-555 10260 2017-01-23 17:14:00          45
    +#> 6687             25   A69-1303-555 10262 2017-01-23 17:16:00          45
    +#> 6688             25   A69-1303-555 10265 2017-01-23 17:18:00          45
    +#> 6689             25   A69-1303-555 10266 2017-01-23 17:20:00          45
    +#> 6690             25   A69-1303-555 10267 2017-01-23 17:22:00          45
    +#> 6691             25   A69-1303-555 10269 2017-01-23 17:24:00          45
    +#> 6692             25   A69-1303-555 10271 2017-01-23 17:26:00          45
    +#> 6693             25   A69-1303-555 10273 2017-01-23 17:28:00          45
    +#> 6694             25   A69-1303-555 10274 2017-01-23 17:30:00          45
    +#> 6695             25   A69-1303-555 10275 2017-01-23 17:32:00          45
    +#> 6696             25   A69-1303-555 10277 2017-01-23 17:34:00          45
    +#> 6697             25   A69-1303-555 10278 2017-01-23 17:36:00          45
    +#> 6698             25   A69-1303-555 10280 2017-01-23 17:38:00          45
    +#> 6699             25   A69-1303-555 10282 2017-01-23 17:40:00          45
    +#> 6700             25   A69-1303-555 10283 2017-01-23 17:44:00          45
    +#> 6701             25   A69-1303-555 10284 2017-01-23 17:46:00          45
    +#> 6702             25   A69-1303-555 10285 2017-01-23 17:48:00          45
    +#> 6703             25   A69-1303-555 10287 2017-01-23 17:52:00          45
    +#> 6704             25   A69-1303-555 10289 2017-01-23 17:54:00          45
    +#> 6705             25   A69-1303-555 10290 2017-01-23 17:56:00          45
    +#> 6706             25   A69-1303-555 10292 2017-01-23 17:58:00          45
    +#> 6707             25   A69-1303-555 10293 2017-01-23 18:02:00          45
    +#> 6708             25   A69-1303-555 10294 2017-01-23 18:04:00          45
    +#> 6709             25   A69-1303-555 10296 2017-01-23 18:06:00          45
    +#> 6710             25   A69-1303-555 10298 2017-01-23 18:08:00          45
    +#> 6711             25   A69-1303-555 10300 2017-01-23 18:10:00          45
    +#> 6712             25   A69-1303-555 10302 2017-01-23 18:12:00          45
    +#> 6713             25   A69-1303-555 10304 2017-01-23 18:14:00          45
    +#> 6714             25   A69-1303-555 10305 2017-01-23 18:16:00          45
    +#> 6715             25   A69-1303-555 10307 2017-01-23 18:18:00          45
    +#> 6716             25   A69-1303-555 10308 2017-01-23 18:20:00          45
    +#> 6717             25   A69-1303-555 10309 2017-01-23 18:22:00          45
    +#> 6718             25   A69-1303-555 10310 2017-01-23 18:24:00          45
    +#> 6719             25   A69-1303-555 10311 2017-01-23 18:26:00          45
    +#> 6720             25   A69-1303-555 10313 2017-01-23 18:28:00          45
    +#> 6721             25   A69-1303-555 10314 2017-01-23 18:36:00          45
    +#> 6722             25   A69-1303-555 10315 2017-01-23 18:38:00          45
    +#> 6723             25   A69-1303-555 10317 2017-01-23 18:40:00          45
    +#> 6724             25   A69-1303-555 10319 2017-01-23 18:42:00          45
    +#> 6725             25   A69-1303-555 10321 2017-01-23 18:44:00          45
    +#> 6726             25   A69-1303-555 10322 2017-01-23 18:48:00          45
    +#> 6727             25   A69-1303-555 10324 2017-01-23 18:50:00          45
    +#> 6728             25   A69-1303-555 10326 2017-01-23 20:12:00          48
    +#> 6729             25   A69-1303-555 10328 2017-01-23 20:14:00          48
    +#> 6730             25   A69-1303-555 10329 2017-01-23 20:16:00          48
    +#> 6731             25   A69-1303-555 10331 2017-01-23 20:18:00          48
    +#> 6732             25   A69-1303-555 10333 2017-01-23 20:20:00          48
    +#> 6733             25   A69-1303-555 10335 2017-01-23 20:22:00          48
    +#> 6734             25   A69-1303-555 10336 2017-01-23 20:24:00          48
    +#> 6735             25   A69-1303-555 10338 2017-01-23 20:26:00          48
    +#> 6736             25   A69-1303-555 10339 2017-01-23 20:28:00          48
    +#> 6737             25   A69-1303-555 10341 2017-01-23 20:30:00          48
    +#> 6738             25   A69-1303-555 10343 2017-01-23 20:32:00          48
    +#> 6739             25   A69-1303-555 10344 2017-01-23 20:34:00          48
    +#> 6740             25   A69-1303-555 10347 2017-01-23 20:36:00          48
    +#> 6741             25   A69-1303-555 10348 2017-01-23 20:38:00          48
    +#> 6742             25   A69-1303-555 10349 2017-01-23 20:40:00          48
    +#> 6743             25   A69-1303-555 10350 2017-01-23 20:42:00          48
    +#> 6744             25   A69-1303-555 10351 2017-01-25 02:04:00          50
    +#> 6745             25   A69-1303-555 10352 2017-01-25 02:08:00          50
    +#> 6746             25   A69-1303-555 10353 2017-01-29 15:36:00          45
    +#> 6747             25   A69-1303-555 10354 2017-01-29 15:38:00          45
    +#> 6748             25   A69-1303-555 10355 2017-01-29 15:48:00          45
    +#> 6749             25   A69-1303-555 10356 2017-01-29 15:50:00          45
    +#> 6750             25   A69-1303-555 10357 2017-01-29 15:54:00          45
    +#> 6751             25   A69-1303-555 10358 2017-01-29 15:58:00          45
    +#> 6752             25   A69-1303-555 10359 2017-01-29 16:00:00          45
    +#> 6753             25   A69-1303-555 10360 2017-01-29 16:02:00          45
    +#> 6754             25   A69-1303-555 10361 2017-01-29 16:04:00          45
    +#> 6755             25   A69-1303-555 10363 2017-01-29 16:06:00          45
    +#> 6756             25   A69-1303-555 10366 2017-01-29 16:08:00          45
    +#> 6757             25   A69-1303-555 10367 2017-01-29 16:10:00          45
    +#> 6758             25   A69-1303-555 10369 2017-01-29 16:12:00          45
    +#> 6759             25   A69-1303-555 10370 2017-01-29 16:14:00          45
    +#> 6760             25   A69-1303-555 10371 2017-01-29 16:18:00          45
    +#> 6761             25   A69-1303-555 10373 2017-01-29 16:22:00          45
    +#> 6762             25   A69-1303-555 10375 2017-01-29 16:24:00          45
    +#> 6763             25   A69-1303-555 10377 2017-01-29 16:26:00          45
    +#> 6764             25   A69-1303-555 10378 2017-01-29 16:28:00          45
    +#> 6765             25   A69-1303-555 10379 2017-01-29 16:30:00          45
    +#> 6766             25   A69-1303-555 10380 2017-01-29 16:32:00          45
    +#> 6767             25   A69-1303-555 10382 2017-01-29 16:36:00          45
    +#> 6768             25   A69-1303-555 10384 2017-01-29 16:38:00          45
    +#> 6769             25   A69-1303-555 10386 2017-01-29 16:40:00          45
    +#> 6770             25   A69-1303-555 10388 2017-01-29 16:42:00          45
    +#> 6771             25   A69-1303-555 10390 2017-01-29 16:44:00          45
    +#> 6772             25   A69-1303-555 10391 2017-01-29 16:46:00          45
    +#> 6773             25   A69-1303-555 10393 2017-01-29 16:50:00          45
    +#> 6774             25   A69-1303-555 10395 2017-01-29 16:52:00          45
    +#> 6775             25   A69-1303-555 10397 2017-01-29 16:54:00          45
    +#> 6776             25   A69-1303-555 10398 2017-01-29 16:56:00          45
    +#> 6777             25   A69-1303-555 10399 2017-01-29 16:58:00          45
    +#> 6778             25   A69-1303-555 10401 2017-01-29 17:00:00          45
    +#> 6779             25   A69-1303-555 10403 2017-01-29 17:02:00          45
    +#> 6780             25   A69-1303-555 10405 2017-01-29 17:04:00          45
    +#> 6781             25   A69-1303-555 10406 2017-01-29 17:06:00          45
    +#> 6782             25   A69-1303-555 10408 2017-01-29 17:08:00          45
    +#> 6783             25   A69-1303-555 10410 2017-01-29 17:10:00          45
    +#> 6784             25   A69-1303-555 10411 2017-01-29 17:12:00          45
    +#> 6785             25   A69-1303-555 10412 2017-01-29 17:14:00          45
    +#> 6786             25   A69-1303-555 10414 2017-01-29 17:16:00          45
    +#> 6787             25   A69-1303-555 10416 2017-01-29 17:18:00          45
    +#> 6788             25   A69-1303-555 10418 2017-01-29 17:20:00          45
    +#> 6789             25   A69-1303-555 10420 2017-01-29 17:22:00          45
    +#> 6790             25   A69-1303-555 10421 2017-01-29 17:24:00          45
    +#> 6791             25   A69-1303-555 10422 2017-01-29 17:26:00          45
    +#> 6792             25   A69-1303-555 10424 2017-01-29 17:28:00          45
    +#> 6793             25   A69-1303-555 10425 2017-01-29 17:30:00          45
    +#> 6794             25   A69-1303-555 10427 2017-01-29 17:32:00          45
    +#> 6795             25   A69-1303-555 10428 2017-01-29 17:36:00          45
    +#> 6796             25   A69-1303-555 10429 2017-01-29 17:38:00          45
    +#> 6797             25   A69-1303-555 10431 2017-01-29 17:40:00          45
    +#> 6798             25   A69-1303-555 10433 2017-01-29 17:42:00          45
    +#> 6799             25   A69-1303-555 10434 2017-01-29 17:44:00          45
    +#> 6800             25   A69-1303-555 10437 2017-01-29 17:46:00          45
    +#> 6801             25   A69-1303-555 10439 2017-01-29 17:48:00          45
    +#> 6802             25   A69-1303-555 10441 2017-01-29 17:50:00          45
    +#> 6803             25   A69-1303-555 10443 2017-01-29 17:52:00          45
    +#> 6804             25   A69-1303-555 10444 2017-01-29 17:56:00          45
    +#> 6805             25   A69-1303-555 10446 2017-01-29 17:58:00          45
    +#> 6806             25   A69-1303-555 10448 2017-01-29 18:00:00          45
    +#> 6807             25   A69-1303-555 10449 2017-01-29 18:02:00          45
    +#> 6808             25   A69-1303-555 10450 2017-01-29 18:04:00          45
    +#> 6809             25   A69-1303-555 10451 2017-01-29 18:06:00          45
    +#> 6810             25   A69-1303-555 10452 2017-01-29 18:10:00          45
    +#> 6811             25   A69-1303-555 10453 2017-01-29 18:14:00          45
    +#> 6812             25   A69-1303-555 10455 2017-01-30 22:58:00          45
    +#> 6813             25   A69-1303-555 10457 2017-01-30 23:02:00          45
    +#> 6814             25   A69-1303-555 10458 2017-01-30 23:04:00          45
    +#> 6815             25   A69-1303-555 10459 2017-01-30 23:06:00          45
    +#> 6816             25   A69-1303-555 10460 2017-01-30 23:08:00          45
    +#> 6817             25   A69-1303-555 10462 2017-01-30 23:10:00          45
    +#> 6818             25   A69-1303-555 10463 2017-01-30 23:12:00          45
    +#> 6819             25   A69-1303-555 10464 2017-01-30 23:14:00          45
    +#> 6820             25   A69-1303-555 10466 2017-01-30 23:16:00          45
    +#> 6821             25   A69-1303-555 10467 2017-01-30 23:18:00          45
    +#> 6822             25   A69-1303-555 10468 2017-01-30 23:20:00          45
    +#> 6823             25   A69-1303-555 10469 2017-01-30 23:22:00          45
    +#> 6824             25   A69-1303-555 10471 2017-01-30 23:24:00          45
    +#> 6825             25   A69-1303-555 10472 2017-01-30 23:28:00          45
    +#> 6826             25   A69-1303-555 10473 2017-01-30 23:30:00          45
    +#> 6827             25   A69-1303-555 10475 2017-01-30 23:32:00          45
    +#> 6828             25   A69-1303-555 10477 2017-01-30 23:34:00          45
    +#> 6829             25   A69-1303-555 10480 2017-01-30 23:36:00          45
    +#> 6830             25   A69-1303-555 10481 2017-01-30 23:38:00          45
    +#> 6831             25   A69-1303-555 10484 2017-01-30 23:40:00          45
    +#> 6832             25   A69-1303-555 10487 2017-01-30 23:42:00          45
    +#> 6833             25   A69-1303-555 10489 2017-01-30 23:44:00          45
    +#> 6834             25   A69-1303-555 10491 2017-01-30 23:46:00          45
    +#> 6835             25   A69-1303-555 10492 2017-01-30 23:48:00          45
    +#> 6836             25   A69-1303-555 10495 2017-01-30 23:50:00          45
    +#> 6837             25   A69-1303-555 10496 2017-01-30 23:52:00          45
    +#> 6838             25   A69-1303-555 10498 2017-01-30 23:54:00          45
    +#> 6839             25   A69-1303-555 10501 2017-01-30 23:56:00          45
    +#> 6840             25   A69-1303-555 10503 2017-01-30 23:58:00          45
    +#> 6841             25   A69-1303-555 10504 2017-01-31 00:00:00          45
    +#> 6842             25   A69-1303-555 10505 2017-01-31 00:02:00          45
    +#> 6843             25   A69-1303-555 10506 2017-01-31 00:04:00          45
    +#> 6844             25   A69-1303-555 10509 2017-01-31 00:06:00          45
    +#> 6845             25   A69-1303-555 10511 2017-01-31 00:08:00          45
    +#> 6846             25   A69-1303-555 10513 2017-01-31 00:10:00          45
    +#> 6847             25   A69-1303-555 10515 2017-01-31 00:12:00          45
    +#> 6848             25   A69-1303-555 10517 2017-01-31 00:14:00          45
    +#> 6849             25   A69-1303-555 10519 2017-01-31 00:16:00          45
    +#> 6850             25   A69-1303-555 10521 2017-01-31 00:18:00          45
    +#> 6851             25   A69-1303-555 10522 2017-01-31 00:22:00          45
    +#> 6852             25   A69-1303-555 10524 2017-01-31 00:24:00          45
    +#> 6853             25   A69-1303-555 10526 2017-01-31 00:26:00          45
    +#> 6854             25   A69-1303-555 10529 2017-01-31 00:28:00          45
    +#> 6855             25   A69-1303-555 10530 2017-01-31 00:30:00          45
    +#> 6856             25   A69-1303-555 10531 2017-01-31 00:32:00          45
    +#> 6857             25   A69-1303-555 10533 2017-01-31 00:34:00          45
    +#> 6858             25   A69-1303-555 10535 2017-01-31 00:38:00          45
    +#> 6859             25   A69-1303-555 10536 2017-01-31 00:42:00          45
    +#> 6860             25   A69-1303-555 10537 2017-01-31 00:58:00          45
    +#> 6861             25   A69-1303-555 10538 2017-01-31 01:08:00          45
    +#> 6862             25   A69-1303-555 10540 2017-01-31 01:12:00          45
    +#> 6863             25   A69-1303-555 10543 2017-01-31 01:14:00          45
    +#> 6864             25   A69-1303-555 10545 2017-01-31 01:16:00          45
    +#> 6865             25   A69-1303-555 10546 2017-01-31 01:18:00          45
    +#> 6866             25   A69-1303-555 10548 2017-01-31 01:20:00          45
    +#> 6867             25   A69-1303-555 10550 2017-01-31 01:22:00          45
    +#> 6868             25   A69-1303-555 10552 2017-01-31 01:24:00          45
    +#> 6869             25   A69-1303-555 10553 2017-01-31 01:26:00          45
    +#> 6870             25   A69-1303-555 10554 2017-01-31 01:28:00          45
    +#> 6871             25   A69-1303-555 10556 2017-01-31 01:30:00          45
    +#> 6872             25   A69-1303-555 10557 2017-01-31 01:32:00          45
    +#> 6873             25   A69-1303-555 10558 2017-01-31 01:34:00          45
    +#> 6874             25   A69-1303-555 10559 2017-01-31 01:36:00          45
    +#> 6875             25   A69-1303-555 10561 2017-01-31 01:38:00          45
    +#> 6876             25   A69-1303-555 10562 2017-01-31 01:40:00          45
    +#> 6877             25   A69-1303-555 10564 2017-01-31 01:42:00          45
    +#> 6878             25   A69-1303-555 10566 2017-01-31 01:44:00          45
    +#> 6879             25   A69-1303-555 10568 2017-01-31 01:46:00          45
    +#> 6880             25   A69-1303-555 10569 2017-01-31 01:50:00          45
    +#> 6881             25   A69-1303-555 10571 2017-01-31 01:54:00          45
    +#> 6882             25   A69-1303-555 10573 2017-01-31 01:56:00          45
    +#> 6883             25   A69-1303-555 10575 2017-01-31 01:58:00          45
    +#> 6884             25   A69-1303-555 10576 2017-01-31 02:00:00          45
    +#> 6885             25   A69-1303-555 10578 2017-01-31 02:14:00          45
    +#> 6886             25   A69-1303-555 10580 2017-01-31 02:18:00          45
    +#> 6887             25   A69-1303-555 10581 2017-01-31 02:20:00          45
    +#> 6888             25   A69-1303-555 10583 2017-01-31 02:22:00          45
    +#> 6889             25   A69-1303-555 10585 2017-01-31 02:24:00          45
    +#> 6890             25   A69-1303-555 10586 2017-01-31 02:26:00          45
    +#> 6891             25   A69-1303-555 10588 2017-01-31 02:28:00          45
    +#> 6892             25   A69-1303-555 10589 2017-01-31 02:30:00          45
    +#> 6893             25   A69-1303-555 10590 2017-01-31 02:32:00          45
    +#> 6894             25   A69-1303-555 10591 2017-01-31 02:34:00          45
    +#> 6895             25   A69-1303-555 10592 2017-01-31 02:36:00          45
    +#> 6896             25   A69-1303-555 10594 2017-01-31 02:40:00          45
    +#> 6897             25   A69-1303-555 10595 2017-01-31 02:42:00          45
    +#> 6898             25   A69-1303-555 10597 2017-01-31 02:44:00          45
    +#> 6899             25   A69-1303-555 10598 2017-01-31 02:46:00          45
    +#> 6900             25   A69-1303-555 10599 2017-01-31 02:48:00          45
    +#> 6901             25   A69-1303-555 10600 2017-01-31 02:50:00          45
    +#> 6902             25   A69-1303-555 10601 2017-01-31 02:52:00          45
    +#> 6903             25   A69-1303-555 10602 2017-01-31 15:10:00          50
    +#> 6904             25   A69-1303-555 10603 2017-01-31 15:12:00          50
    +#> 6905             25   A69-1303-555 10604 2017-01-31 15:14:00          50
    +#> 6906             25   A69-1303-555 10605 2017-01-31 15:16:00          50
    +#> 6907             25   A69-1303-555 10607 2017-01-31 15:18:00          50
    +#> 6908             25   A69-1303-555 10610 2017-01-31 15:20:00          50
    +#> 6909             25   A69-1303-555 10612 2017-01-31 20:30:00          12
    +#> 6910             25   A69-1303-555 10614 2017-02-02 19:24:00          47
    +#> 6911             25   A69-1303-555 10616 2017-02-02 19:26:00          47
    +#> 6912             25   A69-1303-555 10618 2017-02-02 19:28:00          47
    +#> 6913             25   A69-1303-555 10621 2017-02-02 19:30:00          47
    +#> 6914             25   A69-1303-555 10622 2017-02-02 19:34:00          47
    +#> 6915             25   A69-1303-555 10625 2017-02-02 19:36:00          47
    +#> 6916             25   A69-1303-555 10626 2017-02-02 19:38:00          47
    +#> 6917             25   A69-1303-555 10627 2017-02-02 19:40:00          47
    +#> 6918             25   A69-1303-555 10629 2017-02-02 19:42:00          47
    +#> 6919             25   A69-1303-555 10631 2017-02-02 19:44:00          47
    +#> 6920             25   A69-1303-555 10633 2017-02-02 19:46:00          47
    +#> 6921             25   A69-1303-555 10635 2017-02-02 19:48:00          47
    +#> 6922             25   A69-1303-555 10637 2017-02-02 19:50:00          47
    +#> 6923             25   A69-1303-555 10639 2017-02-02 19:54:00          47
    +#> 6924             25   A69-1303-555 10640 2017-02-02 23:34:00          47
    +#> 6925             25   A69-1303-555 10641 2017-02-02 23:36:00          47
    +#> 6926             25   A69-1303-555 10642 2017-02-02 23:38:00          47
    +#> 6927             25   A69-1303-555 10643 2017-02-02 23:40:00          47
    +#> 6928             25   A69-1303-555 10645 2017-02-02 23:42:00          47
    +#> 6929             25   A69-1303-555 10646 2017-02-02 23:44:00          47
    +#> 6930             25   A69-1303-555 10648 2017-02-02 23:46:00          47
    +#> 6931             25   A69-1303-555 10649 2017-02-02 23:48:00          47
    +#> 6932             25   A69-1303-555 10650 2017-02-04 01:34:00          24
    +#> 6933             25   A69-1303-555 10651 2017-02-04 01:36:00          24
    +#> 6934             25   A69-1303-555 10653 2017-02-04 01:38:00          24
    +#> 6935             25   A69-1303-555 10654 2017-02-04 01:40:00          24
    +#> 6936             25   A69-1303-555 10656 2017-02-04 01:42:00          24
    +#> 6937             25   A69-1303-555 10657 2017-02-04 01:44:00          24
    +#> 6938             25   A69-1303-555 10658 2017-02-04 01:50:00          24
    +#> 6939             25   A69-1303-555 10659 2017-02-04 06:32:00          50
    +#> 6940             25   A69-1303-555 10660 2017-02-04 06:34:00          50
    +#> 6941             25   A69-1303-555 10661 2017-02-04 06:36:00          50
    +#> 6942             25   A69-1303-555 10663 2017-02-04 06:38:00          50
    +#> 6943             25   A69-1303-555 10664 2017-02-04 06:40:00          50
    +#> 6944             25   A69-1303-555 10665 2017-02-04 06:42:00          50
    +#> 6945             25   A69-1303-555 10666 2017-02-04 21:54:00          45
    +#> 6946             25   A69-1303-555 10668 2017-02-04 21:56:00          45
    +#> 6947             25   A69-1303-555 10669 2017-02-04 22:00:00          45
    +#> 6948             25   A69-1303-555 10671 2017-02-04 22:02:00          45
    +#> 6949             25   A69-1303-555 10673 2017-02-04 22:04:00          45
    +#> 6950             25   A69-1303-555 10675 2017-02-04 22:06:00          45
    +#> 6951             25   A69-1303-555 10676 2017-02-04 22:08:00          45
    +#> 6952             25   A69-1303-555 10678 2017-02-04 22:10:00          45
    +#> 6953             25   A69-1303-555 10679 2017-02-04 22:14:00          45
    +#> 6954             25   A69-1303-555 10681 2017-02-04 22:16:00          45
    +#> 6955             25   A69-1303-555 10682 2017-02-04 22:18:00          45
    +#> 6956             25   A69-1303-555 10683 2017-02-04 22:20:00          45
    +#> 6957             25   A69-1303-555 10685 2017-02-04 22:22:00          45
    +#> 6958             25   A69-1303-555 10687 2017-02-04 22:24:00          45
    +#> 6959             25   A69-1303-555 10688 2017-02-04 22:26:00          45
    +#> 6960             25   A69-1303-555 10691 2017-02-04 22:28:00          45
    +#> 6961             25   A69-1303-555 10693 2017-02-04 22:30:00          45
    +#> 6962             25   A69-1303-555 10695 2017-02-04 22:32:00          45
    +#> 6963             25   A69-1303-555 10697 2017-02-04 22:34:00          45
    +#> 6964             25   A69-1303-555 10698 2017-02-04 23:08:00          45
    +#> 6965             25   A69-1303-555 10700 2017-02-04 23:10:00          45
    +#> 6966             25   A69-1303-555 10701 2017-02-04 23:14:00          45
    +#> 6967             25   A69-1303-555 10703 2017-02-04 23:16:00          45
    +#> 6968             25   A69-1303-555 10705 2017-02-04 23:18:00          45
    +#> 6969             25   A69-1303-555 10707 2017-02-04 23:20:00          45
    +#> 6970             25   A69-1303-555 10708 2017-02-04 23:22:00          45
    +#> 6971             25   A69-1303-555 10710 2017-02-04 23:24:00          45
    +#> 6972             25   A69-1303-555 10712 2017-02-04 23:26:00          45
    +#> 6973             25   A69-1303-555 10714 2017-02-04 23:28:00          45
    +#> 6974             25   A69-1303-555 10715 2017-02-04 23:30:00          45
    +#> 6975             25   A69-1303-555 10716 2017-02-04 23:32:00          45
    +#> 6976             25   A69-1303-555 10718 2017-02-04 23:34:00          45
    +#> 6977             25   A69-1303-555 10720 2017-02-04 23:36:00          45
    +#> 6978             25   A69-1303-555 10721 2017-02-04 23:38:00          45
    +#> 6979             25   A69-1303-555 10723 2017-02-04 23:40:00          45
    +#> 6980             25   A69-1303-555 10725 2017-02-04 23:42:00          45
    +#> 6981             25   A69-1303-555 10727 2017-02-04 23:46:00          45
    +#> 6982             25   A69-1303-555 10729 2017-02-04 23:48:00          45
    +#> 6983             25   A69-1303-555 10730 2017-02-04 23:58:00          45
    +#> 6984             25   A69-1303-555 10732 2017-02-05 00:00:00          45
    +#> 6985             25   A69-1303-555 10734 2017-02-05 00:02:00          45
    +#> 6986             25   A69-1303-555 10736 2017-02-05 00:04:00          45
    +#> 6987             25   A69-1303-555 10737 2017-02-05 00:06:00          45
    +#> 6988             25   A69-1303-555 10739 2017-02-05 00:08:00          45
    +#> 6989             25   A69-1303-555 10740 2017-02-05 00:10:00          45
    +#> 6990             25   A69-1303-555 10741 2017-02-05 00:12:00          45
    +#> 6991             25   A69-1303-555 10743 2017-02-05 00:14:00          45
    +#> 6992             25   A69-1303-555 10744 2017-02-05 00:16:00          45
    +#> 6993             25   A69-1303-555 10746 2017-02-05 00:18:00          45
    +#> 6994             25   A69-1303-555 10748 2017-02-05 00:20:00          45
    +#> 6995             25   A69-1303-555 10750 2017-02-05 00:22:00          45
    +#> 6996             25   A69-1303-555 10752 2017-02-05 00:24:00          45
    +#> 6997             25   A69-1303-555 10753 2017-02-05 00:26:00          45
    +#> 6998             25   A69-1303-555 10755 2017-02-05 00:28:00          45
    +#> 6999             25   A69-1303-555 10757 2017-02-05 00:30:00          45
    +#> 7000             25   A69-1303-555 10759 2017-02-05 00:32:00          45
    +#> 7001             25   A69-1303-555 10761 2017-02-05 00:34:00          45
    +#> 7002             25   A69-1303-555 10763 2017-02-05 00:36:00          45
    +#> 7003             25   A69-1303-555 10765 2017-02-05 00:38:00          45
    +#> 7004             25   A69-1303-555 10766 2017-02-05 00:40:00          45
    +#> 7005             25   A69-1303-555 10767 2017-02-05 00:42:00          45
    +#> 7006             25   A69-1303-555 10769 2017-02-05 00:44:00          45
    +#> 7007             25   A69-1303-555 10771 2017-02-05 00:48:00          45
    +#> 7008             25   A69-1303-555 10772 2017-02-05 00:50:00          45
    +#> 7009             25   A69-1303-555 10773 2017-02-05 00:52:00          45
    +#> 7010             25   A69-1303-555 10774 2017-02-05 00:54:00          45
    +#> 7011             25   A69-1303-555 10775 2017-02-05 00:56:00          45
    +#> 7012             25   A69-1303-555 10777 2017-02-05 01:00:00          45
    +#> 7013             25   A69-1303-555 10778 2017-02-05 01:02:00          45
    +#> 7014             25   A69-1303-555 10781 2017-02-05 01:08:00          45
    +#> 7015             25   A69-1303-555 10783 2017-02-05 01:10:00          45
    +#> 7016             25   A69-1303-555 10784 2017-02-05 01:12:00          45
    +#> 7017             25   A69-1303-555 10785 2017-02-05 01:14:00          45
    +#> 7018             25   A69-1303-555 10788 2017-02-05 01:16:00          45
    +#> 7019             25   A69-1303-555 10789 2017-02-05 01:18:00          45
    +#> 7020             25   A69-1303-555 10791 2017-02-05 01:20:00          45
    +#> 7021             25   A69-1303-555 10793 2017-02-05 01:48:00          45
    +#> 7022             25   A69-1303-555 10794 2017-02-05 01:52:00          45
    +#> 7023             25   A69-1303-555 10795 2017-02-05 01:54:00          45
    +#> 7024             25   A69-1303-555 10796 2017-02-05 01:56:00          45
    +#> 7025             25   A69-1303-555 10797 2017-02-05 01:58:00          45
    +#> 7026             25   A69-1303-555 10798 2017-02-05 02:00:00          45
    +#> 7027             25   A69-1303-555 10800 2017-02-05 02:02:00          45
    +#> 7028             25   A69-1303-555 10801 2017-02-05 02:04:00          45
    +#> 7029             25   A69-1303-555 10803 2017-02-05 02:06:00          45
    +#> 7030             25   A69-1303-555 10805 2017-02-05 02:08:00          45
    +#> 7031             25   A69-1303-555 10806 2017-02-05 02:10:00          45
    +#> 7032             25   A69-1303-555 10808 2017-02-05 02:12:00          45
    +#> 7033             25   A69-1303-555 10809 2017-02-05 02:14:00          45
    +#> 7034             25   A69-1303-555 10810 2017-02-05 02:16:00          45
    +#> 7035             25   A69-1303-555 10813 2017-02-05 02:24:00          45
    +#> 7036             25   A69-1303-555 10814 2017-02-05 02:28:00          45
    +#> 7037             25   A69-1303-555 10816 2017-02-05 02:30:00          45
    +#> 7038             25   A69-1303-555 10817 2017-02-05 02:34:00          45
    +#> 7039             25   A69-1303-555 10819 2017-02-05 02:36:00          45
    +#> 7040             25   A69-1303-555 10820 2017-02-05 02:38:00          45
    +#> 7041             25   A69-1303-555 10821 2017-02-05 02:40:00          45
    +#> 7042             25   A69-1303-555 10822 2017-02-05 02:42:00          45
    +#> 7043             25   A69-1303-555 10824 2017-02-05 02:44:00          45
    +#> 7044             25   A69-1303-555 10825 2017-02-05 02:48:00          45
    +#> 7045             25   A69-1303-555 10827 2017-02-05 02:52:00          45
    +#> 7046             25   A69-1303-555 10828 2017-02-05 02:54:00          45
    +#> 7047             25   A69-1303-555 10829 2017-02-05 02:56:00          45
    +#> 7048             25   A69-1303-555 10832 2017-02-05 02:58:00          45
    +#> 7049             25   A69-1303-555 10834 2017-02-05 03:00:00          45
    +#> 7050             25   A69-1303-555 10836 2017-02-05 03:02:00          45
    +#> 7051             25   A69-1303-555 10838 2017-02-05 03:04:00          45
    +#> 7052             25   A69-1303-555 10840 2017-02-05 03:06:00          45
    +#> 7053             25   A69-1303-555 10841 2017-02-05 03:08:00          45
    +#> 7054             25   A69-1303-555 10842 2017-02-05 03:10:00          45
    +#> 7055             25   A69-1303-555 10844 2017-02-05 03:16:00          45
    +#> 7056             25   A69-1303-555 10845 2017-02-05 03:18:00          45
    +#> 7057             25   A69-1303-555 10847 2017-02-05 03:20:00          45
    +#> 7058             25   A69-1303-555 10848 2017-02-05 03:22:00          45
    +#> 7059             25   A69-1303-555 10850 2017-02-05 03:26:00          45
    +#> 7060             25   A69-1303-555 10851 2017-02-05 03:28:00          45
    +#> 7061             25   A69-1303-555 10852 2017-02-05 03:30:00          45
    +#> 7062             25   A69-1303-555 10854 2017-02-05 03:32:00          45
    +#> 7063             25   A69-1303-555 10855 2017-02-05 03:34:00          45
    +#> 7064             25   A69-1303-555 10858 2017-02-05 03:36:00          45
    +#> 7065             25   A69-1303-555 10860 2017-02-05 03:42:00          45
    +#> 7066             25   A69-1303-555 10862 2017-02-05 03:44:00          45
    +#> 7067             25   A69-1303-555 10864 2017-02-05 03:46:00          45
    +#> 7068             25   A69-1303-555 10866 2017-02-05 03:48:00          45
    +#> 7069             25   A69-1303-555 10867 2017-02-06 01:22:00          51
    +#> 7070             25   A69-1303-555 10868 2017-02-06 01:24:00          51
    +#> 7071             25   A69-1303-555 10869 2017-02-06 01:26:00          51
    +#> 7072             25   A69-1303-555 10871 2017-02-06 01:28:00          51
    +#> 7073             25   A69-1303-555 10873 2017-02-06 01:30:00          51
    +#> 7074             25   A69-1303-555 10875 2017-02-06 01:32:00          51
    +#> 7075             25   A69-1303-555 10876 2017-02-06 01:34:00          51
    +#> 7076             25   A69-1303-555 10877 2017-02-06 01:38:00          51
    +#> 7077             25   A69-1303-555 10878 2017-02-06 01:54:00          51
    +#> 7078             25   A69-1303-555 10880 2017-02-06 01:56:00          51
    +#> 7079             25   A69-1303-555 10881 2017-02-06 01:58:00          51
    +#> 7080             25   A69-1303-555 10883 2017-02-06 02:00:00          51
    +#> 7081             25   A69-1303-555 10884 2017-02-06 02:04:00          51
    +#> 7082             25   A69-1303-555 10886 2017-02-06 02:06:00          51
    +#> 7083             25   A69-1303-555 10887 2017-02-06 02:08:00          51
    +#> 7084             25   A69-1303-555 10888 2017-02-06 02:16:00          51
    +#> 7085             25   A69-1303-555 10889 2017-02-06 02:20:00          51
    +#> 7086             25   A69-1303-555 10890 2017-02-06 02:22:00          51
    +#> 7087             25   A69-1303-555 10891 2017-02-06 02:24:00          51
    +#> 7088             25   A69-1303-555 10893 2017-02-06 02:26:00          51
    +#> 7089             25   A69-1303-555 10895 2017-02-06 02:28:00          51
    +#> 7090             25   A69-1303-555 10897 2017-02-06 02:30:00          51
    +#> 7091             25   A69-1303-555 10898 2017-02-06 02:32:00          51
    +#> 7092             25   A69-1303-555 10900 2017-02-06 02:36:00          51
    +#> 7093             25   A69-1303-555 10901 2017-02-06 02:38:00          51
    +#> 7094             25   A69-1303-555 10902 2017-02-06 02:44:00          51
    +#> 7095             25   A69-1303-555 10903 2017-02-06 02:48:00          51
    +#> 7096             25   A69-1303-555 10904 2017-02-06 02:54:00          51
    +#> 7097             25   A69-1303-555 10905 2017-02-06 02:56:00          51
    +#> 7098             25   A69-1303-555 10906 2017-02-06 02:58:00          51
    +#> 7099             25   A69-1303-555 10907 2017-02-06 03:00:00          51
    +#> 7100             25   A69-1303-555 10908 2017-02-06 03:08:00          51
    +#> 7101             25   A69-1303-555 10909 2017-02-06 03:10:00          51
    +#> 7102             25   A69-1303-555 10910 2017-02-06 03:12:00          51
    +#> 7103             25   A69-1303-555 10911 2017-02-06 03:24:00          51
    +#> 7104             25   A69-1303-555 10913 2017-02-06 03:26:00          51
    +#> 7105             25   A69-1303-555 10915 2017-02-06 03:28:00          51
    +#> 7106             25   A69-1303-555 10916 2017-02-06 03:30:00          51
    +#> 7107             25   A69-1303-555 10917 2017-02-06 03:32:00          51
    +#> 7108             25   A69-1303-555 10918 2017-02-06 03:34:00          51
    +#> 7109             25   A69-1303-555 10920 2017-02-06 03:36:00          51
    +#> 7110             25   A69-1303-555 10921 2017-02-06 03:38:00          51
    +#> 7111             25   A69-1303-555 10922 2017-02-06 03:40:00          51
    +#> 7112             25   A69-1303-555 10923 2017-02-06 03:44:00          51
    +#> 7113             25   A69-1303-555 10925 2017-02-06 03:46:00          51
    +#> 7114             25   A69-1303-555 10928 2017-02-06 03:48:00          51
    +#> 7115             25   A69-1303-555 10929 2017-02-06 03:50:00          51
    +#> 7116             25   A69-1303-555 10931 2017-02-06 03:52:00          51
    +#> 7117             25   A69-1303-555 10932 2017-02-06 03:54:00          51
    +#> 7118             25   A69-1303-555 10934 2017-02-06 03:56:00          51
    +#> 7119             25   A69-1303-555 10936 2017-02-06 03:58:00          51
    +#> 7120             25   A69-1303-555 10937 2017-02-06 04:00:00          51
    +#> 7121             25   A69-1303-555 10939 2017-02-06 04:02:00          51
    +#> 7122             25   A69-1303-555 10942 2017-02-06 04:06:00          51
    +#> 7123             25   A69-1303-555 10945 2017-02-06 04:10:00          51
    +#> 7124             25   A69-1303-555 10947 2017-02-06 04:12:00          51
    +#> 7125             25   A69-1303-555 10949 2017-02-06 04:14:00          51
    +#> 7126             25   A69-1303-555 10950 2017-02-06 04:16:00          51
    +#> 7127             25   A69-1303-555 10952 2017-02-06 04:18:00          51
    +#> 7128             25   A69-1303-555 10953 2017-02-06 18:36:00          51
    +#> 7129             25   A69-1303-555 10954 2017-02-06 18:38:00          51
    +#> 7130             25   A69-1303-555 10955 2017-02-06 18:40:00          51
    +#> 7131             25   A69-1303-555 10956 2017-02-06 18:42:00          51
    +#> 7132             25   A69-1303-555 10958 2017-02-06 18:44:00          51
    +#> 7133             25   A69-1303-555 10960 2017-02-06 18:46:00          51
    +#> 7134             25   A69-1303-555 10962 2017-02-06 18:48:00          51
    +#> 7135             25   A69-1303-555 10963 2017-02-06 18:50:00          51
    +#> 7136             25   A69-1303-555 10965 2017-02-06 18:52:00          51
    +#> 7137             25   A69-1303-555 10966 2017-02-06 18:54:00          51
    +#> 7138             25   A69-1303-555 10968 2017-02-06 18:56:00          51
    +#> 7139             25   A69-1303-555 10969 2017-02-07 23:36:00          47
    +#> 7140             25   A69-1303-555 10970 2017-02-07 23:40:00          47
    +#> 7141             25   A69-1303-555 10971 2017-02-07 23:42:00          47
    +#> 7142             25   A69-1303-555 10973 2017-02-07 23:44:00          47
    +#> 7143             25   A69-1303-555 10974 2017-02-07 23:52:00          47
    +#> 7144             25   A69-1303-555 10975 2017-02-07 23:56:00          47
    +#> 7145             25   A69-1303-555 10976 2017-02-08 02:52:00          47
    +#> 7146             25   A69-1303-555 10977 2017-02-08 02:54:00          47
    +#> 7147             25   A69-1303-555 10978 2017-02-08 02:56:00          47
    +#> 7148             25   A69-1303-555 10980 2017-02-08 02:58:00          47
    +#> 7149             25   A69-1303-555 10982 2017-02-08 03:00:00          47
    +#> 7150             25   A69-1303-555 10984 2017-02-08 03:02:00          47
    +#> 7151             25   A69-1303-555 10985 2017-02-08 03:06:00          47
    +#> 7152             25   A69-1303-555 10987 2017-02-08 03:08:00          47
    +#> 7153             25   A69-1303-555 10989 2017-02-08 03:08:00          41
    +#> 7154             25   A69-1303-555 10990 2017-02-08 03:10:00          47
    +#> 7155             25   A69-1303-555 10992 2017-02-08 03:12:00          47
    +#> 7156             25   A69-1303-555 10993 2017-02-08 03:24:00          47
    +#> 7157             25   A69-1303-555 10994 2017-02-08 03:26:00          47
    +#> 7158             25   A69-1303-555 10995 2017-02-08 03:38:00          41
    +#> 7159             25   A69-1303-555 10996 2017-02-09 19:40:00          24
    +#> 7160             25   A69-1303-555 10997 2017-02-09 19:42:00          24
    +#> 7161             25   A69-1303-555 10998 2017-02-09 19:44:00          24
    +#> 7162             25   A69-1303-555 10999 2017-02-09 19:46:00          24
    +#> 7163             25   A69-1303-555 11000 2017-02-09 19:52:00          24
    +#> 7164             25   A69-1303-555 11001 2017-02-09 19:54:00          24
    +#> 7165             25   A69-1303-555 11002 2017-02-09 20:36:00          24
    +#> 7166             25   A69-1303-555 11004 2017-02-09 23:14:00          24
    +#> 7167             25   A69-1303-555 11005 2017-02-09 23:24:00          24
    +#> 7168             25   A69-1303-555 11006 2017-02-09 23:48:00          24
    +#> 7169             25   A69-1303-555 11007 2017-02-09 23:50:00          24
    +#> 7170             25   A69-1303-555 11008 2017-02-09 23:52:00          24
    +#> 7171             25   A69-1303-555 11010 2017-02-09 23:54:00          24
    +#> 7172             25   A69-1303-555 11012 2017-02-09 23:58:00          24
    +#> 7173             25   A69-1303-555 11014 2017-02-10 00:00:00          24
    +#> 7174             25   A69-1303-555 11016 2017-02-10 00:02:00          24
    +#> 7175             25   A69-1303-555 11018 2017-02-10 00:04:00          24
    +#> 7176             25   A69-1303-555 11019 2017-02-10 00:06:00          24
    +#> 7177             25   A69-1303-555 11020 2017-02-10 00:10:00          24
    +#> 7178             25   A69-1303-555 11021 2017-02-10 00:12:00          24
    +#> 7179             25   A69-1303-555 11023 2017-02-10 07:02:00          50
    +#> 7180             25   A69-1303-555 11025 2017-02-10 07:04:00          50
    +#> 7181             25   A69-1303-555 11027 2017-02-10 07:06:00          50
    +#> 7182             25   A69-1303-555 11028 2017-02-10 07:08:00          50
    +#> 7183             25   A69-1303-555 11029 2017-02-10 07:10:00          50
    +#> 7184             25   A69-1303-555 11031 2017-02-10 07:12:00          50
    +#> 7185             25   A69-1303-555 11032 2017-02-10 07:14:00          50
    +#> 7186             25   A69-1303-555 11033 2017-02-10 07:16:00          50
    +#> 7187             25   A69-1303-555 11036 2017-02-10 07:18:00          50
    +#> 7188             25   A69-1303-555 11037 2017-02-10 07:20:00          50
    +#> 7189             25   A69-1303-555 11038 2017-02-10 07:22:00          50
    +#> 7190             25   A69-1303-555 11039 2017-02-10 07:24:00          50
    +#> 7191             25   A69-1303-555 11041 2017-02-10 07:26:00          50
    +#> 7192             25   A69-1303-555 11043 2017-02-10 10:22:00          45
    +#> 7193             25   A69-1303-555 11045 2017-02-10 10:24:00          45
    +#> 7194             25   A69-1303-555 11046 2017-02-10 10:26:00          45
    +#> 7195             25   A69-1303-555 11047 2017-02-10 10:28:00          45
    +#> 7196             25   A69-1303-555 11049 2017-02-10 10:30:00          45
    +#> 7197             25   A69-1303-555 11051 2017-02-10 10:36:00          45
    +#> 7198             25   A69-1303-555 11053 2017-02-10 10:38:00          45
    +#> 7199             25   A69-1303-555 11054 2017-02-10 10:40:00          45
    +#> 7200             25   A69-1303-555 11056 2017-02-10 10:44:00          45
    +#> 7201             25   A69-1303-555 11058 2017-02-10 10:46:00          45
    +#> 7202             25   A69-1303-555 11059 2017-02-10 10:48:00          45
    +#> 7203             25   A69-1303-555 11060 2017-02-10 10:50:00          45
    +#> 7204             25   A69-1303-555 11061 2017-02-10 10:52:00          45
    +#> 7205             25   A69-1303-555 11062 2017-02-10 10:54:00          45
    +#> 7206             25   A69-1303-555 11063 2017-02-10 11:02:00          45
    +#> 7207             25   A69-1303-555 11064 2017-02-10 11:06:00          45
    +#> 7208             25   A69-1303-555 11067 2017-02-10 11:08:00          45
    +#> 7209             25   A69-1303-555 11068 2017-02-10 11:10:00          45
    +#> 7210             25   A69-1303-555 11069 2017-02-10 11:12:00          45
    +#> 7211             25   A69-1303-555 11071 2017-02-10 11:14:00          45
    +#> 7212             25   A69-1303-555 11073 2017-02-10 11:16:00          45
    +#> 7213             25   A69-1303-555 11074 2017-02-10 11:18:00          45
    +#> 7214             25   A69-1303-555 11076 2017-02-10 11:20:00          45
    +#> 7215             25   A69-1303-555 11077 2017-02-10 11:22:00          45
    +#> 7216             25   A69-1303-555 11078 2017-02-10 11:24:00          45
    +#> 7217             25   A69-1303-555 11079 2017-02-10 11:26:00          45
    +#> 7218             25   A69-1303-555 11080 2017-02-10 11:28:00          45
    +#> 7219             25   A69-1303-555 11083 2017-02-10 11:34:00          45
    +#> 7220             25   A69-1303-555 11084 2017-02-10 11:36:00          45
    +#> 7221             25   A69-1303-555 11086 2017-02-10 11:50:00          45
    +#> 7222             25   A69-1303-555 11087 2017-02-10 11:52:00          45
    +#> 7223             25   A69-1303-555 11088 2017-02-10 11:56:00          45
    +#> 7224             25   A69-1303-555 11091 2017-02-10 11:58:00          45
    +#> 7225             25   A69-1303-555 11092 2017-02-10 12:00:00          45
    +#> 7226             25   A69-1303-555 11093 2017-02-10 12:02:00          45
    +#> 7227             25   A69-1303-555 11095 2017-02-10 12:04:00          45
    +#> 7228             25   A69-1303-555 11096 2017-02-10 12:06:00          45
    +#> 7229             25   A69-1303-555 11098 2017-02-10 12:08:00          45
    +#> 7230             25   A69-1303-555 11099 2017-02-10 12:10:00          45
    +#> 7231             25   A69-1303-555 11101 2017-02-10 12:12:00          45
    +#> 7232             25   A69-1303-555 11102 2017-02-10 12:14:00          45
    +#> 7233             25   A69-1303-555 11104 2017-02-10 12:16:00          45
    +#> 7234             25   A69-1303-555 11106 2017-02-10 12:20:00          45
    +#> 7235             25   A69-1303-555 11108 2017-02-10 12:22:00          45
    +#> 7236             25   A69-1303-555 11110 2017-02-10 12:24:00          45
    +#> 7237             25   A69-1303-555 11112 2017-02-10 12:26:00          45
    +#> 7238             25   A69-1303-555 11114 2017-02-10 12:28:00          45
    +#> 7239             25   A69-1303-555 11115 2017-02-10 12:30:00          45
    +#> 7240             25   A69-1303-555 11118 2017-02-10 12:32:00          45
    +#> 7241             25   A69-1303-555 11120 2017-02-10 12:34:00          45
    +#> 7242             25   A69-1303-555 11122 2017-02-10 12:36:00          45
    +#> 7243             25   A69-1303-555 11124 2017-02-10 12:38:00          45
    +#> 7244             25   A69-1303-555 11125 2017-02-10 12:40:00          45
    +#> 7245             25   A69-1303-555 11126 2017-02-10 12:42:00          45
    +#> 7246             25   A69-1303-555 11128 2017-02-10 12:44:00          45
    +#> 7247             25   A69-1303-555 11130 2017-02-10 12:46:00          45
    +#> 7248             25   A69-1303-555 11131 2017-02-10 12:48:00          45
    +#> 7249             25   A69-1303-555 11132 2017-02-10 12:50:00          45
    +#> 7250             25   A69-1303-555 11134 2017-02-10 12:52:00          45
    +#> 7251             25   A69-1303-555 11136 2017-02-10 12:54:00          45
    +#> 7252             25   A69-1303-555 11137 2017-02-10 12:56:00          45
    +#> 7253             25   A69-1303-555 11138 2017-02-10 12:58:00          45
    +#> 7254             25   A69-1303-555 11139 2017-02-10 13:00:00          45
    +#> 7255             25   A69-1303-555 11141 2017-02-10 13:02:00          45
    +#> 7256             25   A69-1303-555 11142 2017-02-10 13:04:00          45
    +#> 7257             25   A69-1303-555 11144 2017-02-10 13:06:00          45
    +#> 7258             25   A69-1303-555 11147 2017-02-10 13:08:00          45
    +#> 7259             25   A69-1303-555 11149 2017-02-10 13:10:00          45
    +#> 7260             25   A69-1303-555 11151 2017-02-10 13:12:00          45
    +#> 7261             25   A69-1303-555 11152 2017-02-10 13:14:00          45
    +#> 7262             25   A69-1303-555 11154 2017-02-10 13:16:00          45
    +#> 7263             25   A69-1303-555 11156 2017-02-10 13:18:00          45
    +#> 7264             25   A69-1303-555 11159 2017-02-10 13:20:00          45
    +#> 7265             25   A69-1303-555 11160 2017-02-10 13:22:00          45
    +#> 7266             25   A69-1303-555 11163 2017-02-10 13:26:00          45
    +#> 7267             25   A69-1303-555 11165 2017-02-10 13:28:00          45
    +#> 7268             25   A69-1303-555 11167 2017-02-10 13:32:00          45
    +#> 7269             25   A69-1303-555 11169 2017-02-10 13:34:00          45
    +#> 7270             25   A69-1303-555 11170 2017-02-10 13:36:00          45
    +#> 7271             25   A69-1303-555 11172 2017-02-10 13:38:00          45
    +#> 7272             25   A69-1303-555 11173 2017-02-10 13:40:00          45
    +#> 7273             25   A69-1303-555 11175 2017-02-10 13:42:00          45
    +#> 7274             25   A69-1303-555 11177 2017-02-10 13:46:00          45
    +#> 7275             25   A69-1303-555 11178 2017-02-10 13:48:00          45
    +#> 7276             25   A69-1303-555 11179 2017-02-10 14:10:00          45
    +#> 7277             25   A69-1303-555 11180 2017-02-12 03:08:00          47
    +#> 7278             25   A69-1303-555 11181 2017-02-12 03:12:00          47
    +#> 7279             25   A69-1303-555 11182 2017-02-12 03:20:00          47
    +#> 7280             25   A69-1303-555 11184 2017-02-12 03:22:00          47
    +#> 7281             25   A69-1303-555 11185 2017-02-12 03:24:00          47
    +#> 7282             25   A69-1303-555 11187 2017-02-12 03:26:00          47
    +#> 7283             25   A69-1303-555 11188 2017-02-12 03:28:00          47
    +#> 7284             25   A69-1303-555 11189 2017-02-12 03:34:00          47
    +#> 7285             25   A69-1303-555 11190 2017-02-12 03:36:00          47
    +#> 7286             25   A69-1303-555 11191 2017-02-12 03:46:00          47
    +#> 7287             25   A69-1303-555 11193 2017-02-12 03:50:00          47
    +#> 7288             25   A69-1303-555 11194 2017-02-12 06:54:00          47
    +#> 7289             25   A69-1303-555 11195 2017-02-12 06:56:00          47
    +#> 7290             25   A69-1303-555 11197 2017-02-12 06:58:00          47
    +#> 7291             25   A69-1303-555 11199 2017-02-12 07:00:00          47
    +#> 7292             25   A69-1303-555 11200 2017-02-12 07:02:00          47
    +#> 7293             25   A69-1303-555 11202 2017-02-12 07:04:00          47
    +#> 7294             25   A69-1303-555 11204 2017-02-12 07:06:00          47
    +#> 7295             25   A69-1303-555 11206 2017-02-12 07:10:00          47
    +#> 7296             25   A69-1303-555 11208 2017-02-12 07:12:00          47
    +#> 7297             25   A69-1303-555 11209 2017-02-12 07:36:00          41
    +#> 7298             25   A69-1303-555 11211 2017-02-13 18:58:00           4
    +#> 7299             25   A69-1303-555 11212 2017-02-13 19:00:00           4
    +#> 7300             25   A69-1303-555 11213 2017-02-13 19:02:00           4
    +#> 7301             25   A69-1303-555 11215 2017-02-13 19:04:00           4
    +#> 7302             25   A69-1303-555 11216 2017-02-13 19:06:00           4
    +#> 7303             25   A69-1303-555 11218 2017-02-13 19:08:00           4
    +#> 7304             25   A69-1303-555 11220 2017-02-13 19:10:00           4
    +#> 7305             25   A69-1303-555 11222 2017-02-13 19:12:00           4
    +#> 7306             25   A69-1303-555 11224 2017-02-13 19:14:00           4
    +#> 7307             25   A69-1303-555 11226 2017-02-13 19:16:00           4
    +#> 7308             25   A69-1303-555 11228 2017-02-13 19:18:00           4
    +#> 7309             25   A69-1303-555 11229 2017-02-13 19:36:00          12
    +#> 7310             25   A69-1303-555 11230 2017-02-13 19:38:00          12
    +#> 7311             25   A69-1303-555 11232 2017-02-13 19:40:00          12
    +#> 7312             25   A69-1303-555 11235 2017-02-13 19:44:00          12
    +#> 7313             25   A69-1303-555 11237 2017-02-13 19:46:00          12
    +#> 7314             25   A69-1303-555 11238 2017-02-13 19:48:00          44
    +#> 7315             25   A69-1303-555 11239 2017-02-13 19:48:00          12
    +#> 7316             25   A69-1303-555 11240 2017-02-13 19:50:00          44
    +#> 7317             25   A69-1303-555 11242 2017-02-13 19:52:00          44
    +#> 7318             25   A69-1303-555 11243 2017-02-13 19:52:00          12
    +#> 7319             25   A69-1303-555 11246 2017-02-13 19:54:00          44
    +#> 7320             25   A69-1303-555 11248 2017-02-13 19:58:00          44
    +#> 7321             25   A69-1303-555 11249 2017-02-13 23:34:00          24
    +#> 7322             25   A69-1303-555 11250 2017-02-13 23:36:00          24
    +#> 7323             25   A69-1303-555 11251 2017-02-13 23:42:00          24
    +#> 7324             25   A69-1303-555 11253 2017-02-13 23:54:00          24
    +#> 7325             25   A69-1303-555 11254 2017-02-13 23:56:00          24
    +#> 7326             25   A69-1303-555 11256 2017-02-13 23:58:00          24
    +#> 7327             25   A69-1303-555 11258 2017-02-14 00:00:00          24
    +#> 7328             25   A69-1303-555 11261 2017-02-14 00:02:00          24
    +#> 7329             25   A69-1303-555 11263 2017-02-14 00:04:00          24
    +#> 7330             25   A69-1303-555 11266 2017-02-14 00:06:00          24
    +#> 7331             25   A69-1303-555 11268 2017-02-14 00:10:00          24
    +#> 7332             25   A69-1303-555 11269 2017-02-14 00:12:00          24
    +#> 7333             25   A69-1303-555 11270 2017-02-14 00:14:00          24
    +#> 7334             25   A69-1303-555 11271 2017-02-14 02:50:00          24
    +#> 7335             25   A69-1303-555 11272 2017-02-14 02:52:00          24
    +#> 7336             25   A69-1303-555 11273 2017-02-14 02:54:00          24
    +#> 7337             25   A69-1303-555 11274 2017-02-14 02:56:00          24
    +#> 7338             25   A69-1303-555 11276 2017-02-14 02:58:00          24
    +#> 7339             25   A69-1303-555 11278 2017-02-14 03:02:00          24
    +#> 7340             25   A69-1303-555 11279 2017-02-14 03:06:00          24
    +#> 7341             25   A69-1303-555 11280 2017-02-14 03:14:00          24
    +#> 7342             25   A69-1303-555 11281 2017-02-14 22:52:00          50
    +#> 7343             25   A69-1303-555 11282 2017-02-14 22:54:00          50
    +#> 7344             25   A69-1303-555 11283 2017-02-14 22:58:00          50
    +#> 7345             25   A69-1303-555 11284 2017-02-15 11:36:00          45
    +#> 7346             25   A69-1303-555 11285 2017-02-15 11:40:00          45
    +#> 7347             25   A69-1303-555 11286 2017-02-15 11:50:00          45
    +#> 7348             25   A69-1303-555 11289 2017-02-15 11:52:00          45
    +#> 7349             25   A69-1303-555 11291 2017-02-15 11:54:00          45
    +#> 7350             25   A69-1303-555 11292 2017-02-15 11:56:00          45
    +#> 7351             25   A69-1303-555 11293 2017-02-15 11:58:00          45
    +#> 7352             25   A69-1303-555 11295 2017-02-15 12:00:00          45
    +#> 7353             25   A69-1303-555 11298 2017-02-15 12:02:00          45
    +#> 7354             25   A69-1303-555 11299 2017-02-15 12:04:00          45
    +#> 7355             25   A69-1303-555 11300 2017-02-15 12:06:00          45
    +#> 7356             25   A69-1303-555 11302 2017-02-15 12:08:00          45
    +#> 7357             25   A69-1303-555 11304 2017-02-15 12:10:00          45
    +#> 7358             25   A69-1303-555 11305 2017-02-15 12:12:00          45
    +#> 7359             25   A69-1303-555 11308 2017-02-15 12:14:00          45
    +#> 7360             25   A69-1303-555 11310 2017-02-15 12:16:00          45
    +#> 7361             25   A69-1303-555 11311 2017-02-15 12:18:00          45
    +#> 7362             25   A69-1303-555 11313 2017-02-15 12:20:00          45
    +#> 7363             25   A69-1303-555 11315 2017-02-15 12:22:00          45
    +#> 7364             25   A69-1303-555 11317 2017-02-15 12:24:00          45
    +#> 7365             25   A69-1303-555 11318 2017-02-15 12:26:00          45
    +#> 7366             25   A69-1303-555 11320 2017-02-15 12:28:00          45
    +#> 7367             25   A69-1303-555 11323 2017-02-15 12:30:00          45
    +#> 7368             25   A69-1303-555 11324 2017-02-15 12:32:00          45
    +#> 7369             25   A69-1303-555 11327 2017-02-15 12:36:00          45
    +#> 7370             25   A69-1303-555 11329 2017-02-15 12:38:00          45
    +#> 7371             25   A69-1303-555 11331 2017-02-15 12:42:00          45
    +#> 7372             25   A69-1303-555 11333 2017-02-15 12:44:00          45
    +#> 7373             25   A69-1303-555 11334 2017-02-15 12:46:00          45
    +#> 7374             25   A69-1303-555 11336 2017-02-15 12:48:00          45
    +#> 7375             25   A69-1303-555 11337 2017-02-15 12:52:00          45
    +#> 7376             25   A69-1303-555 11339 2017-02-15 12:54:00          45
    +#> 7377             25   A69-1303-555 11341 2017-02-15 12:56:00          45
    +#> 7378             25   A69-1303-555 11342 2017-02-15 12:58:00          45
    +#> 7379             25   A69-1303-555 11343 2017-02-15 13:00:00          45
    +#> 7380             25   A69-1303-555 11344 2017-02-15 13:02:00          45
    +#> 7381             25   A69-1303-555 11346 2017-02-15 13:06:00          45
    +#> 7382             25   A69-1303-555 11347 2017-02-15 13:08:00          45
    +#> 7383             25   A69-1303-555 11349 2017-02-15 13:10:00          45
    +#> 7384             25   A69-1303-555 11350 2017-02-15 13:12:00          45
    +#> 7385             25   A69-1303-555 11352 2017-02-15 13:14:00          45
    +#> 7386             25   A69-1303-555 11354 2017-02-15 13:18:00          45
    +#> 7387             25   A69-1303-555 11356 2017-02-15 13:20:00          45
    +#> 7388             25   A69-1303-555 11358 2017-02-15 13:22:00          45
    +#> 7389             25   A69-1303-555 11359 2017-02-15 13:24:00          45
    +#> 7390             25   A69-1303-555 11361 2017-02-15 13:26:00          45
    +#> 7391             25   A69-1303-555 11363 2017-02-15 13:28:00          45
    +#> 7392             25   A69-1303-555 11365 2017-02-15 13:30:00          45
    +#> 7393             25   A69-1303-555 11366 2017-02-15 13:32:00          45
    +#> 7394             25   A69-1303-555 11368 2017-02-15 13:34:00          45
    +#> 7395             25   A69-1303-555 11370 2017-02-15 13:36:00          45
    +#> 7396             25   A69-1303-555 11372 2017-02-15 13:38:00          45
    +#> 7397             25   A69-1303-555 11374 2017-02-15 13:40:00          45
    +#> 7398             25   A69-1303-555 11376 2017-02-15 13:42:00          45
    +#> 7399             25   A69-1303-555 11377 2017-02-15 13:44:00          45
    +#> 7400             25   A69-1303-555 11379 2017-02-15 13:46:00          45
    +#> 7401             25   A69-1303-555 11381 2017-02-15 13:48:00          45
    +#> 7402             25   A69-1303-555 11383 2017-02-15 13:50:00          45
    +#> 7403             25   A69-1303-555 11385 2017-02-15 13:52:00          45
    +#> 7404             25   A69-1303-555 11388 2017-02-15 13:54:00          45
    +#> 7405             25   A69-1303-555 11389 2017-02-15 13:56:00          45
    +#> 7406             25   A69-1303-555 11391 2017-02-15 13:58:00          45
    +#> 7407             25   A69-1303-555 11392 2017-02-15 14:00:00          45
    +#> 7408             25   A69-1303-555 11393 2017-02-15 14:02:00          45
    +#> 7409             25   A69-1303-555 11394 2017-02-15 14:04:00          45
    +#> 7410             25   A69-1303-555 11397 2017-02-15 14:06:00          45
    +#> 7411             25   A69-1303-555 11398 2017-02-15 14:08:00          45
    +#> 7412             25   A69-1303-555 11400 2017-02-15 14:10:00          45
    +#> 7413             25   A69-1303-555 11402 2017-02-15 14:12:00          45
    +#> 7414             25   A69-1303-555 11403 2017-02-15 14:14:00          45
    +#> 7415             25   A69-1303-555 11406 2017-02-15 14:16:00          45
    +#> 7416             25   A69-1303-555 11408 2017-02-15 14:18:00          45
    +#> 7417             25   A69-1303-555 11410 2017-02-15 14:20:00          45
    +#> 7418             25   A69-1303-555 11411 2017-02-15 14:22:00          45
    +#> 7419             25   A69-1303-555 11412 2017-02-15 14:24:00          45
    +#> 7420             25   A69-1303-555 11413 2017-02-15 14:26:00          45
    +#> 7421             25   A69-1303-555 11415 2017-02-15 14:28:00          45
    +#> 7422             25   A69-1303-555 11417 2017-02-15 14:30:00          45
    +#> 7423             25   A69-1303-555 11419 2017-02-15 14:32:00          45
    +#> 7424             25   A69-1303-555 11421 2017-02-15 14:34:00          45
    +#> 7425             25   A69-1303-555 11423 2017-02-15 14:36:00          45
    +#> 7426             25   A69-1303-555 11424 2017-02-15 14:38:00          45
    +#> 7427             25   A69-1303-555 11427 2017-02-15 14:40:00          45
    +#> 7428             25   A69-1303-555 11429 2017-02-15 14:42:00          45
    +#> 7429             25   A69-1303-555 11430 2017-02-15 14:44:00          45
    +#> 7430             25   A69-1303-555 11431 2017-02-15 14:46:00          45
    +#> 7431             25   A69-1303-555 11432 2017-02-15 14:48:00          45
    +#> 7432             25   A69-1303-555 11434 2017-02-15 14:50:00          45
    +#> 7433             25   A69-1303-555 11436 2017-02-15 14:52:00          45
    +#> 7434             25   A69-1303-555 11438 2017-02-15 14:54:00          45
    +#> 7435             25   A69-1303-555 11440 2017-02-15 14:56:00          45
    +#> 7436             25   A69-1303-555 11441 2017-02-15 14:58:00          45
    +#> 7437             25   A69-1303-555 11444 2017-02-15 15:00:00          45
    +#> 7438             25   A69-1303-555 11446 2017-02-15 15:02:00          45
    +#> 7439             25   A69-1303-555 11448 2017-02-15 15:04:00          45
    +#> 7440             25   A69-1303-555 11449 2017-02-15 15:06:00          45
    +#> 7441             25   A69-1303-555 11450 2017-02-15 15:08:00          45
    +#> 7442             25   A69-1303-555 11452 2017-02-15 15:10:00          45
    +#> 7443             25   A69-1303-555 11454 2017-02-15 15:12:00          45
    +#> 7444             25   A69-1303-555 11456 2017-02-15 15:14:00          45
    +#> 7445             25   A69-1303-555 11458 2017-02-15 15:16:00          45
    +#> 7446             25   A69-1303-555 11460 2017-02-15 15:18:00          45
    +#> 7447             25   A69-1303-555 11461 2017-02-15 15:20:00          45
    +#> 7448             25   A69-1303-555 11463 2017-02-15 15:22:00          45
    +#> 7449             25   A69-1303-555 11465 2017-02-15 15:24:00          45
    +#> 7450             25   A69-1303-555 11466 2017-02-15 15:26:00          45
    +#> 7451             25   A69-1303-555 11467 2017-02-15 15:30:00          45
    +#> 7452             25   A69-1303-555 11469 2017-02-15 15:32:00          45
    +#> 7453             25   A69-1303-555 11471 2017-02-15 15:34:00          45
    +#> 7454             25   A69-1303-555 11474 2017-02-15 15:36:00          45
    +#> 7455             25   A69-1303-555 11476 2017-02-15 15:38:00          45
    +#> 7456             25   A69-1303-555 11478 2017-02-15 15:40:00          45
    +#> 7457             25   A69-1303-555 11480 2017-02-15 15:42:00          45
    +#> 7458             25   A69-1303-555 11482 2017-02-15 15:44:00          45
    +#> 7459             25   A69-1303-555 11483 2017-02-15 15:46:00          45
    +#> 7460             25   A69-1303-555 11485 2017-02-15 15:48:00          45
    +#> 7461             25   A69-1303-555 11487 2017-02-15 15:50:00          45
    +#> 7462             25   A69-1303-555 11489 2017-02-15 15:52:00          45
    +#> 7463             25   A69-1303-555 11492 2017-02-15 15:54:00          45
    +#> 7464             25   A69-1303-555 11493 2017-02-15 15:56:00          45
    +#> 7465             25   A69-1303-555 11495 2017-02-15 15:58:00          45
    +#> 7466             25   A69-1303-555 11497 2017-02-15 16:00:00          45
    +#> 7467             25   A69-1303-555 11499 2017-02-15 16:02:00          45
    +#> 7468             25   A69-1303-555 11501 2017-02-15 16:04:00          45
    +#> 7469             25   A69-1303-555 11503 2017-02-15 16:06:00          45
    +#> 7470             25   A69-1303-555 11505 2017-02-15 16:08:00          45
    +#> 7471             25   A69-1303-555 11506 2017-02-15 16:10:00          45
    +#> 7472             25   A69-1303-555 11508 2017-02-15 16:12:00          45
    +#> 7473             25   A69-1303-555 11510 2017-02-15 16:14:00          45
    +#> 7474             25   A69-1303-555 11512 2017-02-15 16:16:00          45
    +#> 7475             25   A69-1303-555 11514 2017-02-15 16:18:00          45
    +#> 7476             25   A69-1303-555 11515 2017-02-15 16:20:00          45
    +#> 7477             25   A69-1303-555 11517 2017-02-15 16:22:00          45
    +#> 7478             25   A69-1303-555 11518 2017-02-15 16:24:00          45
    +#> 7479             25   A69-1303-555 11520 2017-02-15 16:26:00          45
    +#> 7480             25   A69-1303-555 11522 2017-02-15 16:28:00          45
    +#> 7481             25   A69-1303-555 11523 2017-02-15 16:30:00          45
    +#> 7482             25   A69-1303-555 11525 2017-02-15 16:32:00          45
    +#> 7483             25   A69-1303-555 11527 2017-02-15 16:34:00          45
    +#> 7484             25   A69-1303-555 11530 2017-02-15 16:36:00          45
    +#> 7485             25   A69-1303-555 11531 2017-02-15 16:38:00          45
    +#> 7486             25   A69-1303-555 11533 2017-02-15 16:40:00          45
    +#> 7487             25   A69-1303-555 11536 2017-02-15 16:42:00          45
    +#> 7488             25   A69-1303-555 11538 2017-02-15 16:44:00          45
    +#> 7489             25   A69-1303-555 11539 2017-02-15 16:46:00          45
    +#> 7490             25   A69-1303-555 11540 2017-02-15 16:48:00          45
    +#> 7491             25   A69-1303-555 11542 2017-02-15 16:50:00          45
    +#> 7492             25   A69-1303-555 11543 2017-02-15 16:52:00          45
    +#> 7493             25   A69-1303-555 11545 2017-02-15 16:54:00          45
    +#> 7494             25   A69-1303-555 11547 2017-02-15 16:56:00          45
    +#> 7495             25   A69-1303-555 11548 2017-02-15 16:58:00          45
    +#> 7496             25   A69-1303-555 11550 2017-02-15 17:00:00          45
    +#> 7497             25   A69-1303-555 11552 2017-02-15 17:02:00          45
    +#> 7498             25   A69-1303-555 11554 2017-02-15 17:04:00          45
    +#> 7499             25   A69-1303-555 11555 2017-02-15 17:06:00          45
    +#> 7500             25   A69-1303-555 11557 2017-02-15 17:08:00          45
    +#> 7501             25   A69-1303-555 11559 2017-02-15 17:10:00          45
    +#> 7502             25   A69-1303-555 11561 2017-02-15 17:12:00          45
    +#> 7503             25   A69-1303-555 11563 2017-02-15 17:14:00          45
    +#> 7504             25   A69-1303-555 11564 2017-02-15 17:16:00          45
    +#> 7505             25   A69-1303-555 11565 2017-02-15 17:18:00          45
    +#> 7506             25   A69-1303-555 11567 2017-02-15 17:20:00          45
    +#> 7507             25   A69-1303-555 11568 2017-02-15 17:22:00          45
    +#> 7508             25   A69-1303-555 11570 2017-02-15 17:24:00          45
    +#> 7509             25   A69-1303-555 11572 2017-02-15 17:26:00          45
    +#> 7510             25   A69-1303-555 11574 2017-02-15 17:28:00          45
    +#> 7511             25   A69-1303-555 11575 2017-02-15 17:30:00          45
    +#> 7512             25   A69-1303-555 11577 2017-02-15 17:32:00          45
    +#> 7513             25   A69-1303-555 11579 2017-02-15 17:34:00          45
    +#> 7514             25   A69-1303-555 11581 2017-02-15 17:36:00          45
    +#> 7515             25   A69-1303-555 11583 2017-02-15 17:38:00          45
    +#> 7516             25   A69-1303-555 11586 2017-02-15 17:40:00          45
    +#> 7517             25   A69-1303-555 11587 2017-02-15 17:42:00          45
    +#> 7518             25   A69-1303-555 11589 2017-02-15 17:44:00          45
    +#> 7519             25   A69-1303-555 11591 2017-02-15 17:46:00          45
    +#> 7520             25   A69-1303-555 11593 2017-02-15 17:48:00          45
    +#> 7521             25   A69-1303-555 11594 2017-02-15 17:50:00          45
    +#> 7522             25   A69-1303-555 11597 2017-02-15 17:52:00          45
    +#> 7523             25   A69-1303-555 11599 2017-02-15 17:54:00          45
    +#> 7524             25   A69-1303-555 11600 2017-02-15 17:56:00          45
    +#> 7525             25   A69-1303-555 11601 2017-02-15 17:58:00          45
    +#> 7526             25   A69-1303-555 11603 2017-02-15 18:00:00          45
    +#> 7527             25   A69-1303-555 11604 2017-02-15 18:02:00          45
    +#> 7528             25   A69-1303-555 11606 2017-02-15 18:04:00          45
    +#> 7529             25   A69-1303-555 11608 2017-02-15 18:06:00          45
    +#> 7530             25   A69-1303-555 11609 2017-02-15 18:08:00          45
    +#> 7531             25   A69-1303-555 11611 2017-02-15 18:10:00          45
    +#> 7532             25   A69-1303-555 11614 2017-02-15 18:12:00          45
    +#> 7533             25   A69-1303-555 11615 2017-02-15 18:14:00          45
    +#> 7534             25   A69-1303-555 11616 2017-02-15 18:16:00          45
    +#> 7535             25   A69-1303-555 11618 2017-02-15 18:18:00          45
    +#> 7536             25   A69-1303-555 11621 2017-02-15 18:20:00          45
    +#> 7537             25   A69-1303-555 11623 2017-02-15 18:22:00          45
    +#> 7538             25   A69-1303-555 11624 2017-02-15 18:24:00          45
    +#> 7539             25   A69-1303-555 11626 2017-02-15 18:26:00          45
    +#> 7540             25   A69-1303-555 11628 2017-02-15 18:28:00          45
    +#> 7541             25   A69-1303-555 11630 2017-02-15 18:30:00          45
    +#> 7542             25   A69-1303-555 11632 2017-02-15 18:32:00          45
    +#> 7543             25   A69-1303-555 11633 2017-02-15 18:34:00          45
    +#> 7544             25   A69-1303-555 11635 2017-02-15 18:36:00          45
    +#> 7545             25   A69-1303-555 11637 2017-02-15 18:38:00          45
    +#> 7546             25   A69-1303-555 11639 2017-02-15 18:40:00          45
    +#> 7547             25   A69-1303-555 11641 2017-02-15 18:44:00          45
    +#> 7548             25   A69-1303-555 11642 2017-02-16 08:20:00          51
    +#> 7549             25   A69-1303-555 11643 2017-02-16 08:22:00          51
    +#> 7550             25   A69-1303-555 11644 2017-02-16 08:30:00          51
    +#> 7551             25   A69-1303-555 11646 2017-02-16 08:32:00          51
    +#> 7552             25   A69-1303-555 11648 2017-02-16 08:34:00          51
    +#> 7553             25   A69-1303-555 11650 2017-02-16 08:42:00          51
    +#> 7554             25   A69-1303-555 11651 2017-02-16 08:44:00          51
    +#> 7555             25   A69-1303-555 11652 2017-02-16 08:46:00          51
    +#> 7556             25   A69-1303-555 11654 2017-02-16 08:48:00          51
    +#> 7557             25   A69-1303-555 11655 2017-02-16 08:50:00          51
    +#> 7558             25   A69-1303-555 11657 2017-02-16 08:52:00          51
    +#> 7559             25   A69-1303-555 11658 2017-02-16 08:54:00          51
    +#> 7560             25   A69-1303-555 11660 2017-02-16 08:56:00          51
    +#> 7561             25   A69-1303-555 11663 2017-02-16 08:58:00          51
    +#> 7562             25   A69-1303-555 11664 2017-02-16 09:00:00          51
    +#> 7563             25   A69-1303-555 11665 2017-02-16 09:04:00          51
    +#> 7564             25   A69-1303-555 11667 2017-02-16 09:06:00          51
    +#> 7565             25   A69-1303-555 11668 2017-02-16 09:08:00          51
    +#> 7566             25   A69-1303-555 11669 2017-02-16 09:10:00          51
    +#> 7567             25   A69-1303-555 11670 2017-02-16 09:12:00          51
    +#> 7568             25   A69-1303-555 11672 2017-02-16 09:14:00          51
    +#> 7569             25   A69-1303-555 11673 2017-02-16 09:16:00          51
    +#> 7570             25   A69-1303-555 11675 2017-02-16 09:18:00          51
    +#> 7571             25   A69-1303-555 11676 2017-02-16 09:20:00          51
    +#> 7572             25   A69-1303-555 11677 2017-02-16 09:26:00          51
    +#> 7573             25   A69-1303-555 11678 2017-02-16 09:28:00          51
    +#> 7574             25   A69-1303-555 11679 2017-02-16 09:32:00          51
    +#> 7575             25   A69-1303-555 11680 2017-02-16 20:58:00          47
    +#> 7576             25   A69-1303-555 11681 2017-02-16 21:00:00          47
    +#> 7577             25   A69-1303-555 11682 2017-02-16 21:08:00          47
    +#> 7578             25   A69-1303-555 11683 2017-02-16 23:46:00          20
    +#> 7579             25   A69-1303-555 11684 2017-02-16 23:48:00          20
    +#> 7580             25   A69-1303-555 11685 2017-02-16 23:50:00          20
    +#> 7581             25   A69-1303-555 11687 2017-02-16 23:52:00          20
    +#> 7582             25   A69-1303-555 11690 2017-02-16 23:54:00          20
    +#> 7583             25   A69-1303-555 11691 2017-02-16 23:58:00          20
    +#> 7584             25   A69-1303-555 11692 2017-02-17 00:08:00          20
    +#> 7585             25   A69-1303-555 11693 2017-02-17 00:12:00          20
    +#> 7586             25   A69-1303-555 11695 2017-02-17 00:16:00          20
    +#> 7587             25   A69-1303-555 11697 2017-02-17 00:18:00          20
    +#> 7588             25   A69-1303-555 11699 2017-02-17 00:20:00          20
    +#> 7589             25   A69-1303-555 11700 2017-02-17 00:22:00          20
    +#> 7590             25   A69-1303-555 11702 2017-02-17 00:24:00          20
    +#> 7591             25   A69-1303-555 11705 2017-02-17 00:26:00          20
    +#> 7592             25   A69-1303-555 11706 2017-02-17 00:28:00          20
    +#> 7593             25   A69-1303-555 11707 2017-02-17 00:30:00          20
    +#> 7594             25   A69-1303-555 11709 2017-02-17 00:32:00          20
    +#> 7595             25   A69-1303-555 11711 2017-02-17 00:34:00          20
    +#> 7596             25   A69-1303-555 11713 2017-02-17 00:36:00          20
    +#> 7597             25   A69-1303-555 11715 2017-02-17 00:38:00          20
    +#> 7598             25   A69-1303-555 11717 2017-02-17 00:40:00          20
    +#> 7599             25   A69-1303-555 11719 2017-02-17 00:42:00          20
    +#> 7600             25   A69-1303-555 11720 2017-02-17 00:44:00          20
    +#> 7601             25   A69-1303-555 11721 2017-02-17 00:46:00          20
    +#> 7602             25   A69-1303-555 11722 2017-02-17 00:48:00          20
    +#> 7603             25   A69-1303-555 11723 2017-02-17 00:50:00          20
    +#> 7604             25   A69-1303-555 11725 2017-02-17 00:52:00          20
    +#> 7605             25   A69-1303-555 11727 2017-02-17 00:54:00          46
    +#> 7606             25   A69-1303-555 11728 2017-02-17 00:56:00          46
    +#> 7607             25   A69-1303-555 11730 2017-02-17 01:00:00          46
    +#> 7608             25   A69-1303-555 11731 2017-02-17 01:02:00          46
    +#> 7609             25   A69-1303-555 11733 2017-02-17 01:06:00          46
    +#> 7610             25   A69-1303-555 11735 2017-02-17 01:08:00          46
    +#> 7611             25   A69-1303-555 11736 2017-02-17 01:10:00          46
    +#> 7612             25   A69-1303-555 11738 2017-02-17 01:12:00          46
    +#> 7613             25   A69-1303-555 11741 2017-02-17 01:14:00          46
    +#> 7614             25   A69-1303-555 11742 2017-02-17 01:16:00          46
    +#> 7615             25   A69-1303-555 11744 2017-02-17 01:18:00          46
    +#> 7616             25   A69-1303-555 11746 2017-02-17 01:20:00          46
    +#> 7617             25   A69-1303-555 11747 2017-02-17 01:22:00          46
    +#> 7618             25   A69-1303-555 11749 2017-02-17 01:24:00          46
    +#> 7619             25   A69-1303-555 11751 2017-02-17 05:54:00          47
    +#> 7620             25   A69-1303-555 11752 2017-02-17 05:56:00          47
    +#> 7621             25   A69-1303-555 11753 2017-02-17 05:58:00          47
    +#> 7622             25   A69-1303-555 11754 2017-02-17 06:00:00          47
    +#> 7623             25   A69-1303-555 11757 2017-02-17 06:02:00          47
    +#> 7624             25   A69-1303-555 11758 2017-02-17 06:04:00          47
    +#> 7625             25   A69-1303-555 11759 2017-02-17 06:06:00          47
    +#> 7626             25   A69-1303-555 11760 2017-02-17 06:10:00          47
    +#> 7627             25   A69-1303-555 11761 2017-02-17 06:12:00          47
    +#> 7628             25   A69-1303-555 11762 2017-02-17 06:26:00          47
    +#> 7629             25   A69-1303-555 11764 2017-02-17 06:28:00          47
    +#> 7630             25   A69-1303-555 11765 2017-02-17 06:32:00          47
    +#> 7631             25   A69-1303-555 11767 2017-02-17 07:08:00          41
    +#> 7632             25   A69-1303-555 11768 2017-02-17 07:10:00          41
    +#> 7633             25   A69-1303-555 11769 2017-02-17 07:12:00          41
    +#> 7634             25   A69-1303-555 11770 2017-02-17 07:16:00          41
    +#> 7635             25   A69-1303-555 11772 2017-02-17 07:44:00          41
    +#> 7636             25   A69-1303-555 11773 2017-02-17 07:48:00          41
    +#> 7637             25   A69-1303-555 11774 2017-02-17 07:56:00          41
    +#> 7638             25   A69-1303-555 11775 2017-02-17 07:58:00          41
    +#> 7639             25   A69-1303-555 11776 2017-02-17 08:00:00          41
    +#> 7640             25   A69-1303-555 11777 2017-02-17 08:48:00          41
    +#> 7641             25   A69-1303-555 11778 2017-02-17 08:52:00          41
    +#> 7642             25   A69-1303-555 11779 2017-02-17 10:04:00          47
    +#> 7643             25   A69-1303-555 11781 2017-02-17 10:08:00          47
    +#> 7644             25   A69-1303-555 11782 2017-02-17 10:10:00          47
    +#> 7645             25   A69-1303-555 11783 2017-02-17 10:12:00          47
    +#> 7646             25   A69-1303-555 11784 2017-02-17 10:14:00          47
    +#> 7647             25   A69-1303-555 11785 2017-02-17 10:16:00          47
    +#> 7648             25   A69-1303-555 11786 2017-02-17 19:16:00          47
    +#> 7649             25   A69-1303-555 11787 2017-02-17 19:36:00          47
    +#> 7650             25   A69-1303-555 11788 2017-02-17 19:36:00          41
    +#> 7651             25   A69-1303-555 11790 2017-02-17 19:38:00          41
    +#> 7652             25   A69-1303-555 11791 2017-02-17 19:40:00          47
    +#> 7653             25   A69-1303-555 11792 2017-02-17 19:42:00          41
    +#> 7654             25   A69-1303-555 11793 2017-02-17 19:42:00          47
    +#> 7655             25   A69-1303-555 11795 2017-02-17 19:46:00          41
    +#> 7656             25   A69-1303-555 11796 2017-02-17 19:48:00          41
    +#> 7657             25   A69-1303-555 11798 2017-02-17 19:50:00          41
    +#> 7658             25   A69-1303-555 11800 2017-02-17 19:52:00          41
    +#> 7659             25   A69-1303-555 11802 2017-02-17 19:54:00          41
    +#> 7660             25   A69-1303-555 11803 2017-02-17 19:56:00          41
    +#> 7661             25   A69-1303-555 11804 2017-02-17 19:58:00          41
    +#> 7662             25   A69-1303-555 11805 2017-02-17 20:00:00          41
    +#> 7663             25   A69-1303-555 11806 2017-02-17 20:14:00          41
    +#> 7664             25   A69-1303-555 11808 2017-02-17 20:16:00          41
    +#> 7665             25   A69-1303-555 11809 2017-02-17 20:18:00          41
    +#> 7666             25   A69-1303-555 11810 2017-02-17 20:20:00          41
    +#> 7667             25   A69-1303-555 11811 2017-02-17 20:22:00          41
    +#> 7668             25   A69-1303-555 11812 2017-02-17 20:24:00          41
    +#> 7669             25   A69-1303-555 11813 2017-02-17 20:46:00          41
    +#> 7670             25   A69-1303-555 11815 2017-02-17 20:48:00          41
    +#> 7671             25   A69-1303-555 11816 2017-02-17 20:50:00          41
    +#> 7672             25   A69-1303-555 11817 2017-02-17 20:52:00          41
    +#> 7673             25   A69-1303-555 11818 2017-02-17 20:54:00          41
    +#> 7674             25   A69-1303-555 11819 2017-02-17 20:54:00          47
    +#> 7675             25   A69-1303-555 11820 2017-02-17 20:56:00          41
    +#> 7676             25   A69-1303-555 11821 2017-02-17 20:56:00          47
    +#> 7677             25   A69-1303-555 11823 2017-02-17 20:58:00          41
    +#> 7678             25   A69-1303-555 11825 2017-02-17 21:00:00          41
    +#> 7679             25   A69-1303-555 11826 2017-02-17 21:02:00          47
    +#> 7680             25   A69-1303-555 11827 2017-02-17 21:06:00          47
    +#> 7681             25   A69-1303-555 11828 2017-02-17 21:08:00          47
    +#> 7682             25   A69-1303-555 11829 2017-02-17 21:10:00          47
    +#> 7683             25   A69-1303-555 11830 2017-02-17 21:12:00          47
    +#> 7684             25   A69-1303-555 11831 2017-02-17 21:14:00          41
    +#> 7685             25   A69-1303-555 11832 2017-02-17 21:14:00          47
    +#> 7686             25   A69-1303-555 11834 2017-02-17 21:16:00          41
    +#> 7687             25   A69-1303-555 11835 2017-02-17 21:18:00          41
    +#> 7688             25   A69-1303-555 11837 2017-02-17 21:20:00          41
    +#> 7689             25   A69-1303-555 11839 2017-02-17 21:22:00          41
    +#> 7690             25   A69-1303-555 11840 2017-02-17 21:26:00          41
    +#> 7691             25   A69-1303-555 11841 2017-02-17 21:28:00          41
    +#> 7692             25   A69-1303-555 11843 2017-02-17 21:30:00          41
    +#> 7693             25   A69-1303-555 11845 2017-02-17 21:32:00          41
    +#> 7694             25   A69-1303-555 11847 2017-02-17 21:34:00          41
    +#> 7695             25   A69-1303-555 11849 2017-02-17 21:36:00          41
    +#> 7696             25   A69-1303-555 11850 2017-02-17 21:38:00          41
    +#> 7697             25   A69-1303-555 11852 2017-02-17 21:40:00          41
    +#> 7698             25   A69-1303-555 11854 2017-02-17 21:42:00          41
    +#> 7699             25   A69-1303-555 11855 2017-02-17 21:46:00          41
    +#> 7700             25   A69-1303-555 11856 2017-02-17 22:52:00          41
    +#> 7701             25   A69-1303-555 11857 2017-02-17 22:54:00          41
    +#> 7702             25   A69-1303-555 11858 2017-02-17 23:04:00          41
    +#> 7703             25   A69-1303-555 11859 2017-02-17 23:08:00          41
    +#> 7704             25   A69-1303-555 11860 2017-02-17 23:16:00          41
    +#> 7705             25   A69-1303-555 11861 2017-02-17 23:24:00          41
    +#> 7706             25   A69-1303-555 11862 2017-02-18 00:54:00          41
    +#> 7707             25   A69-1303-555 11864 2017-02-18 00:56:00          41
    +#> 7708             25   A69-1303-555 11866 2017-02-18 00:58:00          41
    +#> 7709             25   A69-1303-555 11867 2017-02-18 01:00:00          41
    +#> 7710             25   A69-1303-555 11868 2017-02-18 01:02:00          41
    +#> 7711             25   A69-1303-555 11871 2017-02-18 01:04:00          41
    +#> 7712             25   A69-1303-555 11873 2017-02-18 02:04:00          41
    +#> 7713             25   A69-1303-555 11874 2017-02-18 02:06:00          41
    +#> 7714             25   A69-1303-555 11875 2017-02-18 02:08:00          41
    +#> 7715             25   A69-1303-555 11877 2017-02-18 02:10:00          41
    +#> 7716             25   A69-1303-555 11879 2017-02-18 02:14:00          41
    +#> 7717             25   A69-1303-555 11880 2017-02-18 02:16:00          41
    +#> 7718             25   A69-1303-555 11882 2017-02-18 02:18:00          41
    +#> 7719             25   A69-1303-555 11884 2017-02-18 02:20:00          41
    +#> 7720             25   A69-1303-555 11886 2017-02-18 02:22:00          41
    +#> 7721             25   A69-1303-555 11887 2017-02-18 02:28:00          41
    +#> 7722             25   A69-1303-555 11888 2017-02-18 02:32:00          41
    +#> 7723             25   A69-1303-555 11889 2017-02-18 02:46:00          41
    +#> 7724             25   A69-1303-555 11890 2017-02-18 02:52:00          41
    +#> 7725             25   A69-1303-555 11892 2017-02-18 02:54:00          41
    +#> 7726             25   A69-1303-555 11893 2017-02-18 02:56:00          41
    +#> 7727             25   A69-1303-555 11895 2017-02-18 02:58:00          41
    +#> 7728             25   A69-1303-555 11898 2017-02-18 03:00:00          41
    +#> 7729             25   A69-1303-555 11899 2017-02-18 03:02:00          41
    +#> 7730             25   A69-1303-555 11900 2017-02-18 03:06:00          41
    +#> 7731             25   A69-1303-555 11902 2017-02-18 03:08:00          41
    +#> 7732             25   A69-1303-555 11903 2017-02-18 03:12:00          41
    +#> 7733             25   A69-1303-555 11904 2017-02-18 03:18:00          41
    +#> 7734             25   A69-1303-555 11905 2017-02-18 03:20:00          41
    +#> 7735             25   A69-1303-555 11907 2017-02-18 03:22:00          41
    +#> 7736             25   A69-1303-555 11908 2017-02-18 03:24:00          41
    +#> 7737             25   A69-1303-555 11910 2017-02-18 03:26:00          41
    +#> 7738             25   A69-1303-555 11911 2017-02-18 03:30:00          41
    +#> 7739             25   A69-1303-555 11912 2017-02-18 03:32:00          41
    +#> 7740             25   A69-1303-555 11913 2017-02-18 03:34:00          41
    +#> 7741             25   A69-1303-555 11915 2017-02-18 03:36:00          41
    +#> 7742             25   A69-1303-555 11917 2017-02-18 03:38:00          41
    +#> 7743             25   A69-1303-555 11919 2017-02-18 03:40:00          41
    +#> 7744             25   A69-1303-555 11922 2017-02-18 03:42:00          41
    +#> 7745             25   A69-1303-555 11924 2017-02-18 03:44:00          41
    +#> 7746             25   A69-1303-555 11927 2017-02-18 03:46:00          41
    +#> 7747             25   A69-1303-555 11928 2017-02-18 03:48:00          41
    +#> 7748             25   A69-1303-555 11930 2017-02-18 03:50:00          41
    +#> 7749             25   A69-1303-555 11932 2017-02-18 03:52:00          41
    +#> 7750             25   A69-1303-555 11933 2017-02-18 03:54:00          41
    +#> 7751             25   A69-1303-555 11934 2017-02-19 02:58:00          41
    +#> 7752             25   A69-1303-555 11935 2017-02-19 03:02:00          41
    +#> 7753             25   A69-1303-555 11936 2017-02-19 03:28:00          41
    +#> 7754             25   A69-1303-555 11937 2017-02-19 03:30:00          47
    +#> 7755             25   A69-1303-555 11938 2017-02-19 03:30:00          41
    +#> 7756             25   A69-1303-555 11939 2017-02-19 03:40:00          47
    +#> 7757             25   A69-1303-555 11940 2017-02-19 03:42:00          47
    +#> 7758             25   A69-1303-555 11941 2017-02-19 03:44:00          47
    +#> 7759             25   A69-1303-555 11943 2017-02-19 03:46:00          47
    +#> 7760             25   A69-1303-555 11945 2017-02-19 03:48:00          47
    +#> 7761             25   A69-1303-555 11946 2017-02-19 03:50:00          47
    +#> 7762             25   A69-1303-555 11947 2017-02-19 03:52:00          47
    +#> 7763             25   A69-1303-555 11949 2017-02-19 03:54:00          47
    +#> 7764             25   A69-1303-555 11951 2017-02-19 03:56:00          47
    +#> 7765             25   A69-1303-555 11952 2017-02-19 03:58:00          47
    +#> 7766             25   A69-1303-555 11955 2017-02-19 04:00:00          47
    +#> 7767             25   A69-1303-555 11956 2017-02-19 04:02:00          47
    +#> 7768             25   A69-1303-555 11957 2017-02-19 04:02:00          41
    +#> 7769             25   A69-1303-555 11959 2017-02-19 04:04:00          41
    +#> 7770             25   A69-1303-555 11960 2017-02-19 04:04:00          47
    +#> 7771             25   A69-1303-555 11961 2017-02-19 04:06:00          47
    +#> 7772             25   A69-1303-555 11962 2017-02-19 04:12:00          47
    +#> 7773             25   A69-1303-555 11964 2017-02-19 04:28:00          41
    +#> 7774             25   A69-1303-555 11965 2017-02-19 04:30:00          41
    +#> 7775             25   A69-1303-555 11967 2017-02-19 04:32:00          41
    +#> 7776             25   A69-1303-555 11968 2017-02-19 04:34:00          41
    +#> 7777             25   A69-1303-555 11969 2017-02-19 04:36:00          41
    +#> 7778             25   A69-1303-555 11971 2017-02-19 04:38:00          41
    +#> 7779             25   A69-1303-555 11972 2017-02-19 04:40:00          41
    +#> 7780             25   A69-1303-555 11974 2017-02-19 04:42:00          41
    +#> 7781             25   A69-1303-555 11975 2017-02-19 04:44:00          41
    +#> 7782             25   A69-1303-555 11977 2017-02-19 04:46:00          41
    +#> 7783             25   A69-1303-555 11980 2017-02-19 04:48:00          41
    +#> 7784             25   A69-1303-555 11982 2017-02-19 04:50:00          41
    +#> 7785             25   A69-1303-555 11984 2017-02-19 04:52:00          41
    +#> 7786             25   A69-1303-555 11987 2017-02-19 04:54:00          41
    +#> 7787             25   A69-1303-555 11988 2017-02-19 04:56:00          41
    +#> 7788             25   A69-1303-555 11989 2017-02-19 04:58:00          41
    +#> 7789             25   A69-1303-555 11990 2017-02-19 05:00:00          41
    +#> 7790             25   A69-1303-555 11991 2017-02-19 05:06:00          41
    +#> 7791             25   A69-1303-555 11992 2017-02-19 05:22:00          47
    +#> 7792             25   A69-1303-555 11993 2017-02-19 05:30:00          47
    +#> 7793             25   A69-1303-555 11994 2017-02-19 05:36:00          47
    +#> 7794             25   A69-1303-555 11995 2017-02-19 05:42:00          47
    +#> 7795             25   A69-1303-555 11997 2017-02-19 05:44:00          47
    +#> 7796             25   A69-1303-555 11999 2017-02-19 05:46:00          47
    +#> 7797             25   A69-1303-555 12000 2017-02-19 05:48:00          47
    +#> 7798             25   A69-1303-555 12002 2017-02-19 05:50:00          47
    +#> 7799             25   A69-1303-555 12004 2017-02-19 05:52:00          47
    +#> 7800             25   A69-1303-555 12006 2017-02-19 05:54:00          47
    +#> 7801             25   A69-1303-555 12008 2017-02-19 05:56:00          47
    +#> 7802             25   A69-1303-555 12009 2017-02-19 06:08:00          47
    +#> 7803             25   A69-1303-555 12010 2017-02-19 06:36:00          47
    +#> 7804             25   A69-1303-555 12011 2017-02-19 06:40:00          47
    +#> 7805             25   A69-1303-555 12012 2017-02-19 06:42:00          47
    +#> 7806             25   A69-1303-555 12013 2017-02-19 06:44:00          47
    +#> 7807             25   A69-1303-555 12015 2017-02-19 06:46:00          47
    +#> 7808             25   A69-1303-555 12017 2017-02-19 06:50:00          47
    +#> 7809             25   A69-1303-555 12018 2017-02-19 06:52:00          47
    +#> 7810             25   A69-1303-555 12019 2017-02-19 06:54:00          47
    +#> 7811             25   A69-1303-555 12022 2017-02-19 06:56:00          47
    +#> 7812             25   A69-1303-555 12024 2017-02-19 06:58:00          47
    +#> 7813             25   A69-1303-555 12025 2017-02-19 07:00:00          47
    +#> 7814             25   A69-1303-555 12027 2017-02-19 07:02:00          47
    +#> 7815             25   A69-1303-555 12029 2017-02-19 07:08:00          47
    +#> 7816             25   A69-1303-555 12030 2017-02-19 07:10:00          47
    +#> 7817             25   A69-1303-555 12031 2017-02-19 07:12:00          47
    +#> 7818             25   A69-1303-555 12032 2017-02-19 07:20:00          47
    +#> 7819             25   A69-1303-555 12033 2017-02-19 07:22:00          47
    +#> 7820             25   A69-1303-555 12034 2017-02-19 07:24:00          47
    +#> 7821             25   A69-1303-555 12035 2017-02-19 07:28:00          47
    +#> 7822             25   A69-1303-555 12036 2017-02-19 07:30:00          47
    +#> 7823             25   A69-1303-555 12037 2017-02-19 09:46:00          41
    +#> 7824             25   A69-1303-555 12038 2017-02-19 09:48:00          41
    +#> 7825             25   A69-1303-555 12039 2017-02-19 09:52:00          41
    +#> 7826             25   A69-1303-555 12041 2017-02-19 09:56:00          41
    +#> 7827             25   A69-1303-555 12042 2017-02-19 09:58:00          41
    +#> 7828             25   A69-1303-555 12044 2017-02-19 17:08:00           4
    +#> 7829             25   A69-1303-555 12045 2017-02-19 17:10:00           4
    +#> 7830             25   A69-1303-555 12047 2017-02-19 17:12:00           4
    +#> 7831             25   A69-1303-555 12049 2017-02-19 17:14:00           4
    +#> 7832             25   A69-1303-555 12051 2017-02-19 17:16:00           4
    +#> 7833             25   A69-1303-555 12053 2017-02-19 17:18:00           4
    +#> 7834             25   A69-1303-555 12055 2017-02-19 17:20:00           4
    +#> 7835             25   A69-1303-555 12057 2017-02-19 17:22:00           4
    +#> 7836             25   A69-1303-555 12059 2017-02-19 17:24:00           4
    +#> 7837             25   A69-1303-555 12060 2017-02-19 17:26:00           4
    +#> 7838             25   A69-1303-555 12062 2017-02-19 17:28:00           4
    +#> 7839             25   A69-1303-555 12064 2017-02-19 17:30:00           4
    +#> 7840             25   A69-1303-555 12066 2017-02-19 17:32:00           4
    +#> 7841             25   A69-1303-555 12067 2017-02-19 17:34:00           4
    +#> 7842             25   A69-1303-555 12070 2017-02-19 17:36:00           4
    +#> 7843             25   A69-1303-555 12071 2017-02-19 17:42:00           4
    +#> 7844             25   A69-1303-555 12072 2017-02-19 17:48:00           4
    +#> 7845             25   A69-1303-555 12074 2017-02-19 17:56:00           4
    +#> 7846             25   A69-1303-555 12075 2017-02-19 17:58:00           4
    +#> 7847             25   A69-1303-555 12076 2017-02-19 18:00:00           4
    +#> 7848             25   A69-1303-555 12079 2017-02-19 18:02:00           4
    +#> 7849             25   A69-1303-555 12080 2017-02-19 18:04:00           4
    +#> 7850             25   A69-1303-555 12081 2017-02-19 18:08:00           4
    +#> 7851             25   A69-1303-555 12082 2017-02-19 18:10:00           4
    +#> 7852             25   A69-1303-555 12083 2017-02-19 18:20:00           4
    +#> 7853             25   A69-1303-555 12084 2017-02-19 18:32:00          12
    +#> 7854             25   A69-1303-555 12085 2017-02-19 18:34:00          12
    +#> 7855             25   A69-1303-555 12087 2017-02-19 18:38:00          12
    +#> 7856             25   A69-1303-555 12089 2017-02-19 18:40:00          12
    +#> 7857             25   A69-1303-555 12091 2017-02-19 18:42:00          12
    +#> 7858             25   A69-1303-555 12093 2017-02-19 18:48:00          12
    +#> 7859             25   A69-1303-555 12094 2017-02-19 18:50:00          44
    +#> 7860             25   A69-1303-555 12095 2017-02-19 18:52:00          44
    +#> 7861             25   A69-1303-555 12096 2017-02-19 18:54:00          44
    +#> 7862             25   A69-1303-555 12098 2017-02-19 18:56:00          44
    +#> 7863             25   A69-1303-555 12100 2017-02-19 18:58:00          12
    +#> 7864             25   A69-1303-555 12101 2017-02-19 18:58:00          44
    +#> 7865             25   A69-1303-555 12102 2017-02-19 19:00:00          44
    +#> 7866             25   A69-1303-555 12103 2017-02-19 19:00:00          12
    +#> 7867             25   A69-1303-555 12104 2017-02-19 19:04:00          12
    +#> 7868             25   A69-1303-555 12105 2017-02-19 19:06:00          12
    +#> 7869             25   A69-1303-555 12106 2017-02-19 19:06:00          44
    +#> 7870             25   A69-1303-555 12107 2017-02-20 15:26:00          50
    +#> 7871             25   A69-1303-555 12109 2017-02-20 15:30:00          50
    +#> 7872             25   A69-1303-555 12112 2017-02-20 15:38:00          50
    +#> 7873             25   A69-1303-555 12113 2017-02-20 15:40:00          50
    +#> 7874             25   A69-1303-555 12114 2017-02-21 09:06:00          45
    +#> 7875             25   A69-1303-555 12115 2017-02-21 09:12:00          45
    +#> 7876             25   A69-1303-555 12116 2017-02-21 09:14:00          45
    +#> 7877             25   A69-1303-555 12118 2017-02-21 09:16:00          45
    +#> 7878             25   A69-1303-555 12119 2017-02-21 09:18:00          45
    +#> 7879             25   A69-1303-555 12121 2017-02-21 09:20:00          45
    +#> 7880             25   A69-1303-555 12122 2017-02-21 09:22:00          45
    +#> 7881             25   A69-1303-555 12123 2017-02-21 09:24:00          45
    +#> 7882             25   A69-1303-555 12125 2017-02-21 09:26:00          45
    +#> 7883             25   A69-1303-555 12126 2017-02-21 09:28:00          45
    +#> 7884             25   A69-1303-555 12127 2017-02-21 09:30:00          45
    +#> 7885             25   A69-1303-555 12129 2017-02-21 09:32:00          45
    +#> 7886             25   A69-1303-555 12131 2017-02-21 09:34:00          45
    +#> 7887             25   A69-1303-555 12132 2017-02-21 09:36:00          45
    +#> 7888             25   A69-1303-555 12133 2017-02-21 09:38:00          45
    +#> 7889             25   A69-1303-555 12134 2017-02-21 09:40:00          45
    +#> 7890             25   A69-1303-555 12135 2017-02-21 09:42:00          45
    +#> 7891             25   A69-1303-555 12136 2017-02-21 09:44:00          45
    +#> 7892             25   A69-1303-555 12138 2017-02-21 09:46:00          45
    +#> 7893             25   A69-1303-555 12140 2017-02-21 09:48:00          45
    +#> 7894             25   A69-1303-555 12141 2017-02-21 09:50:00          45
    +#> 7895             25   A69-1303-555 12142 2017-02-21 09:52:00          45
    +#> 7896             25   A69-1303-555 12144 2017-02-21 09:54:00          45
    +#> 7897             25   A69-1303-555 12146 2017-02-21 09:56:00          45
    +#> 7898             25   A69-1303-555 12149 2017-02-21 09:58:00          45
    +#> 7899             25   A69-1303-555 12150 2017-02-21 10:00:00          45
    +#> 7900             25   A69-1303-555 12153 2017-02-21 10:04:00          45
    +#> 7901             25   A69-1303-555 12155 2017-02-21 10:08:00          45
    +#> 7902             25   A69-1303-555 12157 2017-02-21 10:10:00          45
    +#> 7903             25   A69-1303-555 12159 2017-02-21 10:12:00          45
    +#> 7904             25   A69-1303-555 12161 2017-02-21 10:14:00          45
    +#> 7905             25   A69-1303-555 12164 2017-02-21 10:16:00          45
    +#> 7906             25   A69-1303-555 12165 2017-02-21 10:18:00          45
    +#> 7907             25   A69-1303-555 12166 2017-02-21 10:20:00          45
    +#> 7908             25   A69-1303-555 12168 2017-02-21 10:22:00          45
    +#> 7909             25   A69-1303-555 12170 2017-02-21 10:28:00          45
    +#> 7910             25   A69-1303-555 12172 2017-02-21 10:30:00          45
    +#> 7911             25   A69-1303-555 12174 2017-02-21 10:32:00          45
    +#> 7912             25   A69-1303-555 12175 2017-02-21 10:34:00          45
    +#> 7913             25   A69-1303-555 12176 2017-02-21 10:36:00          45
    +#> 7914             25   A69-1303-555 12177 2017-02-21 10:38:00          45
    +#> 7915             25   A69-1303-555 12178 2017-02-21 10:40:00          45
    +#> 7916             25   A69-1303-555 12180 2017-02-21 10:42:00          45
    +#> 7917             25   A69-1303-555 12182 2017-02-21 10:44:00          45
    +#> 7918             25   A69-1303-555 12183 2017-02-21 10:48:00          45
    +#> 7919             25   A69-1303-555 12185 2017-02-21 10:52:00          45
    +#> 7920             25   A69-1303-555 12186 2017-02-21 12:06:00          45
    +#> 7921             25   A69-1303-555 12188 2017-02-21 12:10:00          45
    +#> 7922             25   A69-1303-555 12189 2017-02-21 12:14:00          45
    +#> 7923             25   A69-1303-555 12190 2017-02-21 12:16:00          45
    +#> 7924             25   A69-1303-555 12192 2017-02-21 12:18:00          45
    +#> 7925             25   A69-1303-555 12193 2017-02-21 12:20:00          45
    +#> 7926             25   A69-1303-555 12196 2017-02-21 12:22:00          45
    +#> 7927             25   A69-1303-555 12197 2017-02-21 12:24:00          45
    +#> 7928             25   A69-1303-555 12198 2017-02-21 12:26:00          45
    +#> 7929             25   A69-1303-555 12199 2017-02-21 12:28:00          45
    +#> 7930             25   A69-1303-555 12202 2017-02-21 12:32:00          45
    +#> 7931             25   A69-1303-555 12204 2017-02-21 12:34:00          45
    +#> 7932             25   A69-1303-555 12205 2017-02-21 12:38:00          45
    +#> 7933             25   A69-1303-555 12207 2017-02-21 12:42:00          45
    +#> 7934             25   A69-1303-555 12208 2017-02-21 12:44:00          45
    +#> 7935             25   A69-1303-555 12209 2017-02-21 12:46:00          45
    +#> 7936             25   A69-1303-555 12210 2017-02-21 12:48:00          45
    +#> 7937             25   A69-1303-555 12212 2017-02-21 12:50:00          45
    +#> 7938             25   A69-1303-555 12214 2017-02-21 12:56:00          45
    +#> 7939             25   A69-1303-555 12216 2017-02-21 13:04:00          45
    +#> 7940             25   A69-1303-555 12217 2017-02-21 13:12:00          45
    +#> 7941             25   A69-1303-555 12219 2017-02-21 13:22:00          45
    +#> 7942             25   A69-1303-555 12221 2017-02-21 13:26:00          45
    +#> 7943             25   A69-1303-555 12222 2017-02-21 13:30:00          45
    +#> 7944             25   A69-1303-555 12223 2017-02-21 13:32:00          45
    +#> 7945             25   A69-1303-555 12224 2017-02-21 13:36:00          45
    +#> 7946             25   A69-1303-555 12225 2017-02-21 13:48:00          45
    +#> 7947             25   A69-1303-555 12226 2017-02-21 13:52:00          45
    +#> 7948             25   A69-1303-555 12227 2017-02-21 14:00:00          45
    +#> 7949             25   A69-1303-555 12228 2017-02-21 14:02:00          45
    +#> 7950             25   A69-1303-555 12230 2017-02-21 14:04:00          45
    +#> 7951             25   A69-1303-555 12231 2017-02-21 14:06:00          45
    +#> 7952             25   A69-1303-555 12232 2017-02-21 14:08:00          45
    +#> 7953             25   A69-1303-555 12234 2017-02-21 14:12:00          45
    +#> 7954             25   A69-1303-555 12235 2017-02-21 14:14:00          45
    +#> 7955             25   A69-1303-555 12236 2017-02-21 14:18:00          45
    +#> 7956             25   A69-1303-555 12238 2017-02-21 14:20:00          45
    +#> 7957             25   A69-1303-555 12239 2017-02-21 14:24:00          45
    +#> 7958             25   A69-1303-555 12242 2017-02-21 14:28:00          45
    +#> 7959             25   A69-1303-555 12243 2017-02-21 14:30:00          45
    +#> 7960             25   A69-1303-555 12245 2017-02-21 14:32:00          45
    +#> 7961             25   A69-1303-555 12247 2017-02-21 14:34:00          45
    +#> 7962             25   A69-1303-555 12249 2017-02-21 14:36:00          45
    +#> 7963             25   A69-1303-555 12251 2017-02-21 14:38:00          45
    +#> 7964             25   A69-1303-555 12253 2017-02-21 14:40:00          45
    +#> 7965             25   A69-1303-555 12255 2017-02-21 14:42:00          45
    +#> 7966             25   A69-1303-555 12256 2017-02-21 14:44:00          45
    +#> 7967             25   A69-1303-555 12258 2017-02-21 14:46:00          45
    +#> 7968             25   A69-1303-555 12260 2017-02-21 14:50:00          45
    +#> 7969             25   A69-1303-555 12261 2017-02-21 14:52:00          45
    +#> 7970             25   A69-1303-555 12262 2017-02-21 14:54:00          45
    +#> 7971             25   A69-1303-555 12263 2017-02-21 14:56:00          45
    +#> 7972             25   A69-1303-555 12264 2017-02-22 22:00:00          50
    +#> 7973             25   A69-1303-555 12266 2017-02-22 22:04:00          51
    +#> 7974             25   A69-1303-555 12267 2017-02-22 22:06:00          51
    +#> 7975             25   A69-1303-555 12268 2017-02-22 22:08:00          51
    +#> 7976             25   A69-1303-555 12270 2017-02-22 22:10:00          51
    +#> 7977             25   A69-1303-555 12271 2017-02-22 22:12:00          51
    +#> 7978             25   A69-1303-555 12273 2017-02-22 22:14:00          51
    +#> 7979             25   A69-1303-555 12274 2017-02-22 22:14:00          50
    +#> 7980             25   A69-1303-555 12275 2017-02-22 22:16:00          51
    +#> 7981             25   A69-1303-555 12277 2017-02-22 22:18:00          51
    +#> 7982             25   A69-1303-555 12278 2017-02-22 22:20:00          51
    +#> 7983             25   A69-1303-555 12280 2017-02-22 22:22:00          51
    +#> 7984             25   A69-1303-555 12281 2017-02-22 22:26:00          50
    +#> 7985             25   A69-1303-555 12282 2017-02-22 22:26:00          51
    +#> 7986             25   A69-1303-555 12283 2017-02-22 22:28:00          51
    +#> 7987             25   A69-1303-555 12284 2017-02-22 22:30:00          51
    +#> 7988             25   A69-1303-555 12285 2017-02-22 22:36:00          50
    +#> 7989             25   A69-1303-555 12286 2017-02-22 22:38:00          50
    +#> 7990             25   A69-1303-555 12287 2017-02-22 22:46:00          51
    +#> 7991             25   A69-1303-555 12289 2017-02-22 23:00:00          50
    +#> 7992             25   A69-1303-555 12290 2017-02-27 22:58:00          50
    +#> 7993             25   A69-1303-555 12291 2017-02-27 23:00:00          50
    +#> 7994             25   A69-1303-555 12293 2017-02-28 10:36:00          45
    +#> 7995             25   A69-1303-555 12295 2017-02-28 10:54:00          45
    +#> 7996             25   A69-1303-555 12296 2017-02-28 10:56:00          45
    +#> 7997             25   A69-1303-555 12297 2017-02-28 10:58:00          45
    +#> 7998             25   A69-1303-555 12299 2017-02-28 11:00:00          45
    +#> 7999             25   A69-1303-555 12301 2017-02-28 11:02:00          45
    +#> 8000             25   A69-1303-555 12302 2017-02-28 11:04:00          45
    +#> 8001             25   A69-1303-555 12303 2017-02-28 11:10:00          45
    +#> 8002             25   A69-1303-555 12304 2017-02-28 11:12:00          45
    +#> 8003             25   A69-1303-555 12305 2017-02-28 11:14:00          45
    +#> 8004             25   A69-1303-555 12306 2017-02-28 11:16:00          45
    +#> 8005             25   A69-1303-555 12307 2017-02-28 11:18:00          45
    +#> 8006             25   A69-1303-555 12308 2017-02-28 11:20:00          45
    +#> 8007             25   A69-1303-555 12309 2017-02-28 11:24:00          45
    +#> 8008             25   A69-1303-555 12311 2017-02-28 11:26:00          45
    +#> 8009             25   A69-1303-555 12313 2017-02-28 11:28:00          45
    +#> 8010             25   A69-1303-555 12315 2017-02-28 11:32:00          45
    +#> 8011             25   A69-1303-555 12316 2017-02-28 11:34:00          45
    +#> 8012             25   A69-1303-555 12318 2017-02-28 11:36:00          45
    +#> 8013             25   A69-1303-555 12320 2017-02-28 11:38:00          45
    +#> 8014             25   A69-1303-555 12323 2017-02-28 11:40:00          45
    +#> 8015             25   A69-1303-555 12324 2017-02-28 11:42:00          45
    +#> 8016             25   A69-1303-555 12326 2017-02-28 11:44:00          45
    +#> 8017             25   A69-1303-555 12327 2017-02-28 11:46:00          45
    +#> 8018             25   A69-1303-555 12329 2017-02-28 11:48:00          45
    +#> 8019             25   A69-1303-555 12330 2017-02-28 11:50:00          45
    +#> 8020             25   A69-1303-555 12331 2017-02-28 11:52:00          45
    +#> 8021             25   A69-1303-555 12333 2017-02-28 11:54:00          45
    +#> 8022             25   A69-1303-555 12334 2017-02-28 11:56:00          45
    +#> 8023             25   A69-1303-555 12336 2017-02-28 11:58:00          45
    +#> 8024             25   A69-1303-555 12338 2017-02-28 12:00:00          45
    +#> 8025             25   A69-1303-555 12340 2017-02-28 12:02:00          45
    +#> 8026             25   A69-1303-555 12342 2017-02-28 12:04:00          45
    +#> 8027             25   A69-1303-555 12343 2017-02-28 12:06:00          45
    +#> 8028             25   A69-1303-555 12345 2017-02-28 12:08:00          45
    +#> 8029             25   A69-1303-555 12348 2017-02-28 12:10:00          45
    +#> 8030             25   A69-1303-555 12349 2017-02-28 12:12:00          45
    +#> 8031             25   A69-1303-555 12350 2017-02-28 12:14:00          45
    +#> 8032             25   A69-1303-555 12351 2017-02-28 12:16:00          45
    +#> 8033             25   A69-1303-555 12354 2017-02-28 12:18:00          45
    +#> 8034             25   A69-1303-555 12355 2017-02-28 12:20:00          45
    +#> 8035             25   A69-1303-555 12356 2017-02-28 12:22:00          45
    +#> 8036             25   A69-1303-555 12358 2017-02-28 12:24:00          45
    +#> 8037             25   A69-1303-555 12359 2017-02-28 12:26:00          45
    +#> 8038             25   A69-1303-555 12360 2017-02-28 12:28:00          45
    +#> 8039             25   A69-1303-555 12361 2017-02-28 12:30:00          45
    +#> 8040             25   A69-1303-555 12363 2017-02-28 12:32:00          45
    +#> 8041             25   A69-1303-555 12364 2017-02-28 12:34:00          45
    +#> 8042             25   A69-1303-555 12367 2017-02-28 12:38:00          45
    +#> 8043             25   A69-1303-555 12368 2017-02-28 12:40:00          45
    +#> 8044             25   A69-1303-555 12370 2017-02-28 12:42:00          45
    +#> 8045             25   A69-1303-555 12372 2017-02-28 12:44:00          45
    +#> 8046             25   A69-1303-555 12374 2017-02-28 12:46:00          45
    +#> 8047             25   A69-1303-555 12376 2017-02-28 12:48:00          45
    +#> 8048             25   A69-1303-555 12378 2017-02-28 12:50:00          45
    +#> 8049             25   A69-1303-555 12380 2017-02-28 12:52:00          45
    +#> 8050             25   A69-1303-555 12382 2017-02-28 12:54:00          45
    +#> 8051             25   A69-1303-555 12384 2017-02-28 12:56:00          45
    +#> 8052             25   A69-1303-555 12385 2017-02-28 12:58:00          45
    +#> 8053             25   A69-1303-555 12387 2017-02-28 13:00:00          45
    +#> 8054             25   A69-1303-555 12389 2017-02-28 13:02:00          45
    +#> 8055             25   A69-1303-555 12391 2017-02-28 13:04:00          45
    +#> 8056             25   A69-1303-555 12392 2017-02-28 13:18:00          45
    +#> 8057             25   A69-1303-555 12394 2017-02-28 13:20:00          45
    +#> 8058             25   A69-1303-555 12395 2017-02-28 13:22:00          45
    +#> 8059             25   A69-1303-555 12396 2017-02-28 13:24:00          45
    +#> 8060             25   A69-1303-555 12397 2017-02-28 13:28:00          45
    +#> 8061             25   A69-1303-555 12398 2017-02-28 13:30:00          45
    +#> 8062             25   A69-1303-555 12399 2017-02-28 13:32:00          45
    +#> 8063             25   A69-1303-555 12400 2017-02-28 13:34:00          45
    +#> 8064             25   A69-1303-555 12401 2017-02-28 13:48:00          45
    +#> 8065             25   A69-1303-555 12402 2017-02-28 14:04:00          45
    +#> 8066             25   A69-1303-555 12403 2017-02-28 14:10:00          45
    +#> 8067             25   A69-1303-555 12405 2017-02-28 14:14:00          45
    +#> 8068             25   A69-1303-555 12407 2017-02-28 14:16:00          45
    +#> 8069             25   A69-1303-555 12408 2017-02-28 14:20:00          45
    +#> 8070             25   A69-1303-555 12409 2017-02-28 14:26:00          45
    +#> 8071             25   A69-1303-555 12412 2017-02-28 14:28:00          45
    +#> 8072             25   A69-1303-555 12414 2017-02-28 14:30:00          45
    +#> 8073             25   A69-1303-555 12415 2017-02-28 14:32:00          45
    +#> 8074             25   A69-1303-555 12416 2017-02-28 14:34:00          45
    +#> 8075             25   A69-1303-555 12417 2017-02-28 14:36:00          45
    +#> 8076             25   A69-1303-555 12419 2017-02-28 14:38:00          45
    +#> 8077             25   A69-1303-555 12420 2017-02-28 14:40:00          45
    +#> 8078             25   A69-1303-555 12421 2017-02-28 14:42:00          45
    +#> 8079             25   A69-1303-555 12423 2017-02-28 14:44:00          45
    +#> 8080             25   A69-1303-555 12425 2017-02-28 14:46:00          45
    +#> 8081             25   A69-1303-555 12426 2017-02-28 14:48:00          45
    +#> 8082             25   A69-1303-555 12428 2017-02-28 14:50:00          45
    +#> 8083             25   A69-1303-555 12429 2017-02-28 14:52:00          45
    +#> 8084             25   A69-1303-555 12431 2017-02-28 14:54:00          45
    +#> 8085             25   A69-1303-555 12432 2017-02-28 14:56:00          45
    +#> 8086             25   A69-1303-555 12435 2017-02-28 14:58:00          45
    +#> 8087             25   A69-1303-555 12436 2017-02-28 15:00:00          45
    +#> 8088             25   A69-1303-555 12439 2017-02-28 15:02:00          45
    +#> 8089             25   A69-1303-555 12440 2017-02-28 15:04:00          45
    +#> 8090             25   A69-1303-555 12441 2017-02-28 15:06:00          45
    +#> 8091             25   A69-1303-555 12443 2017-02-28 15:08:00          45
    +#> 8092             25   A69-1303-555 12445 2017-02-28 15:10:00          45
    +#> 8093             25   A69-1303-555 12447 2017-02-28 15:14:00          45
    +#> 8094             25   A69-1303-555 12449 2017-02-28 15:16:00          45
    +#> 8095             25   A69-1303-555 12450 2017-02-28 15:18:00          45
    +#> 8096             25   A69-1303-555 12452 2017-02-28 15:20:00          45
    +#> 8097             25   A69-1303-555 12454 2017-02-28 15:22:00          45
    +#> 8098             25   A69-1303-555 12456 2017-02-28 15:24:00          45
    +#> 8099             25   A69-1303-555 12457 2017-02-28 15:26:00          45
    +#> 8100             25   A69-1303-555 12459 2017-02-28 15:28:00          45
    +#> 8101             25   A69-1303-555 12461 2017-02-28 15:30:00          45
    +#> 8102             25   A69-1303-555 12464 2017-02-28 15:32:00          45
    +#> 8103             25   A69-1303-555 12465 2017-02-28 15:34:00          45
    +#> 8104             25   A69-1303-555 12468 2017-02-28 15:36:00          45
    +#> 8105             25   A69-1303-555 12469 2017-02-28 15:38:00          45
    +#> 8106             25   A69-1303-555 12470 2017-02-28 15:42:00          45
    +#> 8107             25   A69-1303-555 12471 2017-02-28 15:44:00          45
    +#> 8108             25   A69-1303-555 12473 2017-02-28 15:46:00          45
    +#> 8109             25   A69-1303-555 12475 2017-02-28 15:48:00          45
    +#> 8110             25   A69-1303-555 12477 2017-02-28 15:50:00          45
    +#> 8111             25   A69-1303-555 12479 2017-02-28 15:52:00          45
    +#> 8112             25   A69-1303-555 12481 2017-02-28 15:54:00          45
    +#> 8113             25   A69-1303-555 12483 2017-02-28 15:56:00          45
    +#> 8114             25   A69-1303-555 12485 2017-02-28 15:58:00          45
    +#> 8115             25   A69-1303-555 12487 2017-02-28 16:00:00          45
    +#> 8116             25   A69-1303-555 12488 2017-02-28 16:02:00          45
    +#> 8117             25   A69-1303-555 12490 2017-02-28 16:04:00          45
    +#> 8118             25   A69-1303-555 12491 2017-02-28 16:06:00          45
    +#> 8119             25   A69-1303-555 12493 2017-02-28 16:08:00          45
    +#> 8120             25   A69-1303-555 12494 2017-02-28 16:10:00          45
    +#> 8121             25   A69-1303-555 12496 2017-02-28 16:12:00          45
    +#> 8122             25   A69-1303-555 12498 2017-02-28 16:14:00          45
    +#> 8123             25   A69-1303-555 12499 2017-02-28 16:16:00          45
    +#> 8124             25   A69-1303-555 12501 2017-02-28 16:18:00          45
    +#> 8125             25   A69-1303-555 12502 2017-02-28 16:20:00          45
    +#> 8126             25   A69-1303-555 12504 2017-02-28 16:22:00          45
    +#> 8127             25   A69-1303-555 12505 2017-02-28 16:24:00          45
    +#> 8128             25   A69-1303-555 12506 2017-02-28 16:26:00          45
    +#> 8129             25   A69-1303-555 12507 2017-02-28 16:28:00          45
    +#> 8130             25   A69-1303-555 12508 2017-02-28 16:30:00          45
    +#> 8131             25   A69-1303-555 12510 2017-02-28 16:32:00          45
    +#> 8132             25   A69-1303-555 12512 2017-02-28 16:34:00          45
    +#> 8133             25   A69-1303-555 12514 2017-02-28 16:36:00          45
    +#> 8134             25   A69-1303-555 12515 2017-02-28 16:38:00          45
    +#> 8135             25   A69-1303-555 12516 2017-02-28 16:40:00          45
    +#> 8136             25   A69-1303-555 12518 2017-02-28 16:42:00          45
    +#> 8137             25   A69-1303-555 12520 2017-02-28 16:44:00          45
    +#> 8138             25   A69-1303-555 12522 2017-02-28 16:46:00          45
    +#> 8139             25   A69-1303-555 12523 2017-02-28 16:48:00          45
    +#> 8140             25   A69-1303-555 12526 2017-02-28 16:50:00          45
    +#> 8141             25   A69-1303-555 12527 2017-02-28 16:54:00          45
    +#> 8142             25   A69-1303-555 12528 2017-02-28 16:58:00          45
    +#> 8143             25   A69-1303-555 12531 2017-02-28 17:00:00          45
    +#> 8144             25   A69-1303-555 12532 2017-02-28 17:02:00          45
    +#> 8145             25   A69-1303-555 12534 2017-02-28 17:04:00          45
    +#> 8146             25   A69-1303-555 12535 2017-02-28 17:06:00          45
    +#> 8147             25   A69-1303-555 12536 2017-02-28 17:08:00          45
    +#> 8148             25   A69-1303-555 12538 2017-02-28 17:10:00          45
    +#> 8149             25   A69-1303-555 12540 2017-02-28 17:12:00          45
    +#> 8150             25   A69-1303-555 12542 2017-02-28 17:14:00          45
    +#> 8151             25   A69-1303-555 12543 2017-02-28 17:16:00          45
    +#> 8152             25   A69-1303-555 12545 2017-02-28 17:18:00          45
    +#> 8153             25   A69-1303-555 12546 2017-02-28 17:20:00          45
    +#> 8154             25   A69-1303-555 12547 2017-02-28 17:22:00          45
    +#> 8155             25   A69-1303-555 12549 2017-02-28 17:24:00          45
    +#> 8156             25   A69-1303-555 12550 2017-02-28 17:26:00          45
    +#> 8157             25   A69-1303-555 12551 2017-02-28 17:28:00          45
    +#> 8158             25   A69-1303-555 12552 2017-02-28 17:30:00          45
    +#> 8159             25   A69-1303-555 12554 2017-02-28 17:32:00          45
    +#> 8160             25   A69-1303-555 12556 2017-02-28 17:34:00          45
    +#> 8161             25   A69-1303-555 12557 2017-02-28 17:36:00          45
    +#> 8162             25   A69-1303-555 12559 2017-02-28 17:38:00          45
    +#> 8163             25   A69-1303-555 12560 2017-02-28 17:40:00          45
    +#> 8164             25   A69-1303-555 12563 2017-02-28 17:42:00          45
    +#> 8165             25   A69-1303-555 12565 2017-02-28 17:44:00          45
    +#> 8166             25   A69-1303-555 12567 2017-02-28 17:46:00          45
    +#> 8167             25   A69-1303-555 12569 2017-02-28 17:50:00          45
    +#> 8168             25   A69-1303-555 12571 2017-02-28 17:52:00          45
    +#> 8169             25   A69-1303-555 12572 2017-02-28 17:54:00          45
    +#> 8170             25   A69-1303-555 12574 2017-02-28 17:56:00          45
    +#> 8171             25   A69-1303-555 12576 2017-02-28 17:58:00          45
    +#> 8172             25   A69-1303-555 12578 2017-02-28 18:02:00          45
    +#> 8173             25   A69-1303-555 12581 2017-02-28 18:06:00          45
    +#> 8174             25   A69-1303-555 12583 2017-02-28 18:08:00          45
    +#> 8175             25   A69-1303-555 12585 2017-02-28 18:10:00          45
    +#> 8176             25   A69-1303-555 12587 2017-02-28 18:14:00          45
    +#> 8177             25   A69-1303-555 12589 2017-02-28 18:16:00          45
    +#> 8178             25   A69-1303-555 12591 2017-02-28 18:18:00          45
    +#> 8179             25   A69-1303-555 12592 2017-02-28 18:20:00          45
    +#> 8180             25   A69-1303-555 12595 2017-02-28 18:22:00          45
    +#> 8181             25   A69-1303-555 12597 2017-02-28 18:24:00          45
    +#> 8182             25   A69-1303-555 12599 2017-02-28 18:26:00          45
    +#> 8183             25   A69-1303-555 12600 2017-02-28 18:28:00          45
    +#> 8184             25   A69-1303-555 12603 2017-02-28 18:30:00          45
    +#> 8185             25   A69-1303-555 12604 2017-02-28 18:32:00          45
    +#> 8186             25   A69-1303-555 12607 2017-02-28 18:34:00          45
    +#> 8187             25   A69-1303-555 12609 2017-02-28 18:36:00          45
    +#> 8188             25   A69-1303-555 12612 2017-02-28 18:38:00          45
    +#> 8189             25   A69-1303-555 12614 2017-02-28 18:42:00          45
    +#> 8190             25   A69-1303-555 12616 2017-02-28 18:44:00          45
    +#> 8191             25   A69-1303-555 12617 2017-02-28 18:46:00          45
    +#> 8192             25   A69-1303-555 12619 2017-02-28 18:48:00          45
    +#> 8193             25   A69-1303-555 12620 2017-02-28 18:50:00          45
    +#> 8194             25   A69-1303-555 12621 2017-02-28 18:52:00          45
    +#> 8195             25   A69-1303-555 12622 2017-02-28 18:56:00          45
    +#> 8196             25   A69-1303-555 12624 2017-02-28 18:58:00          45
    +#> 8197             25   A69-1303-555 12627 2017-02-28 19:00:00          45
    +#> 8198             25   A69-1303-555 12628 2017-02-28 19:06:00          45
    +#> 8199             25   A69-1303-555 12629 2017-02-28 22:40:00          48
    +#> 8200             25   A69-1303-555 12631 2017-02-28 22:42:00          48
    +#> 8201             25   A69-1303-555 12632 2017-02-28 22:44:00          48
    +#> 8202             25   A69-1303-555 12634 2017-02-28 22:46:00          48
    +#> 8203             25   A69-1303-555 12636 2017-02-28 22:48:00          48
    +#> 8204             25   A69-1303-555 12638 2017-02-28 22:50:00          48
    +#> 8205             25   A69-1303-555 12640 2017-02-28 22:54:00          48
    +#> 8206             25   A69-1303-555 12642 2017-02-28 23:12:00          48
    +#> 8207             25   A69-1303-555 12643 2017-02-28 23:14:00          49
    +#> 8208             25   A69-1303-555 12644 2017-02-28 23:18:00          49
    +#> 8209             25   A69-1303-555 12646 2017-02-28 23:20:00          49
    +#> 8210             25   A69-1303-555 12648 2017-02-28 23:22:00          49
    +#> 8211             25   A69-1303-555 12650 2017-02-28 23:24:00          49
    +#> 8212             25   A69-1303-555 12652 2017-02-28 23:26:00          49
    +#> 8213             25   A69-1303-555 12653 2017-02-28 23:28:00          49
    +#> 8214             25   A69-1303-555 12654 2017-02-28 23:30:00          49
    +#> 8215             25   A69-1303-555 12656 2017-02-28 23:32:00          49
    +#> 8216             25   A69-1303-555 12658 2017-02-28 23:34:00          49
    +#> 8217             25   A69-1303-555 12659 2017-02-28 23:36:00          49
    +#> 8218             25   A69-1303-555 12661 2017-02-28 23:38:00          49
    +#> 8219             25   A69-1303-555 12663 2017-02-28 23:40:00          49
    +#> 8220             25   A69-1303-555 12665 2017-02-28 23:42:00          49
    +#> 8221             25   A69-1303-555 12667 2017-02-28 23:44:00          49
    +#> 8222             25   A69-1303-555 12669 2017-02-28 23:46:00          49
    +#> 8223             25   A69-1303-555 12671 2017-03-01 00:02:00          49
    +#> 8224             25   A69-1303-555 12672 2017-03-01 00:06:00          49
    +#> 8225             25   A69-1303-555 12674 2017-03-01 00:08:00          49
    +#> 8226             25   A69-1303-555 12677 2017-03-01 00:10:00          49
    +#> 8227             25   A69-1303-555 12678 2017-03-01 00:12:00          49
    +#> 8228             25   A69-1303-555 12680 2017-03-01 05:24:00          51
    +#> 8229             25   A69-1303-555 12681 2017-03-01 05:26:00          51
    +#> 8230             25   A69-1303-555 12684 2017-03-01 05:28:00          51
    +#> 8231             25   A69-1303-555 12685 2017-03-01 05:30:00          51
    +#> 8232             25   A69-1303-555 12687 2017-03-01 05:32:00          51
    +#> 8233             25   A69-1303-555 12688 2017-03-01 05:34:00          51
    +#> 8234             25   A69-1303-555 12689 2017-03-01 05:36:00          51
    +#> 8235             25   A69-1303-555 12690 2017-03-01 18:02:00          41
    +#> 8236             25   A69-1303-555 12691 2017-03-01 18:06:00          41
    +#> 8237             25   A69-1303-555 12692 2017-03-01 18:10:00          41
    +#> 8238             25   A69-1303-555 12693 2017-03-01 18:12:00          41
    +#> 8239             25   A69-1303-555 12694 2017-03-01 18:26:00          41
    +#> 8240             25   A69-1303-555 12696 2017-03-01 18:32:00          41
    +#> 8241             25   A69-1303-555 12697 2017-03-01 18:48:00          41
    +#> 8242             25   A69-1303-555 12700 2017-03-01 18:50:00          41
    +#> 8243             25   A69-1303-555 12703 2017-03-01 19:00:00          41
    +#> 8244             25   A69-1303-555 12704 2017-03-01 19:04:00          41
    +#> 8245             25   A69-1303-555 12705 2017-03-02 21:36:00          51
    +#> 8246             25   A69-1303-555 12706 2017-03-02 21:38:00          51
    +#> 8247             25   A69-1303-555 12707 2017-03-02 21:40:00          51
    +#> 8248             25   A69-1303-555 12708 2017-03-02 21:44:00          51
    +#> 8249             25   A69-1303-555 12709 2017-03-02 21:46:00          51
    +#> 8250             25   A69-1303-555 12711 2017-03-02 21:48:00          51
    +#> 8251             25   A69-1303-555 12713 2017-03-02 21:50:00          51
    +#> 8252             25   A69-1303-555 12715 2017-03-02 21:52:00          51
    +#> 8253             25   A69-1303-555 12717 2017-03-02 21:54:00          51
    +#> 8254             25   A69-1303-555 12719 2017-03-02 21:56:00          51
    +#> 8255             25   A69-1303-555 12721 2017-03-02 21:58:00          51
    +#> 8256             25   A69-1303-555 12722 2017-03-02 22:00:00          51
    +#> 8257             25   A69-1303-555 12723 2017-03-02 22:02:00          51
    +#> 8258             25   A69-1303-555 12724 2017-03-02 22:04:00          51
    +#> 8259             25   A69-1303-555 12725 2017-03-03 09:56:00          48
    +#> 8260             25   A69-1303-555 12726 2017-03-03 09:58:00          48
    +#> 8261             25   A69-1303-555 12727 2017-03-03 10:00:00          48
    +#> 8262             25   A69-1303-555 12728 2017-03-03 10:02:00          48
    +#> 8263             25   A69-1303-555 12730 2017-03-03 10:04:00          48
    +#> 8264             25   A69-1303-555 12731 2017-03-03 10:06:00          48
    +#> 8265             25   A69-1303-555 12732 2017-03-03 10:08:00          48
    +#> 8266             25   A69-1303-555 12734 2017-03-03 10:10:00          48
    +#> 8267             25   A69-1303-555 12735 2017-03-03 10:14:00          48
    +#> 8268             25   A69-1303-555 12738 2017-03-03 10:18:00          48
    +#> 8269             25   A69-1303-555 12739 2017-03-03 10:20:00          48
    +#> 8270             25   A69-1303-555 12740 2017-03-03 10:22:00          48
    +#> 8271             25   A69-1303-555 12742 2017-03-03 10:24:00          48
    +#> 8272             25   A69-1303-555 12743 2017-03-03 10:26:00          48
    +#> 8273             25   A69-1303-555 12745 2017-03-03 10:28:00          48
    +#> 8274             25   A69-1303-555 12747 2017-03-03 10:30:00          48
    +#> 8275             25   A69-1303-555 12749 2017-03-03 10:32:00          48
    +#> 8276             25   A69-1303-555 12750 2017-03-03 17:44:00          48
    +#> 8277             25   A69-1303-555 12751 2017-03-03 17:48:00          48
    +#> 8278             25   A69-1303-555 12752 2017-03-03 17:50:00          48
    +#> 8279             25   A69-1303-555 12753 2017-03-03 17:52:00          48
    +#> 8280             25   A69-1303-555 12754 2017-03-03 17:54:00          48
    +#> 8281             25   A69-1303-555 12756 2017-03-03 17:56:00          48
    +#> 8282             25   A69-1303-555 12757 2017-03-03 17:58:00          48
    +#> 8283             25   A69-1303-555 12759 2017-03-03 18:00:00          48
    +#> 8284             25   A69-1303-555 12761 2017-03-03 18:02:00          48
    +#> 8285             25   A69-1303-555 12763 2017-03-03 18:04:00          48
    +#> 8286             25   A69-1303-555 12764 2017-03-03 18:06:00          48
    +#> 8287             25   A69-1303-555 12766 2017-03-03 18:08:00          48
    +#> 8288             25   A69-1303-555 12768 2017-03-03 18:10:00          48
    +#> 8289             25   A69-1303-555 12770 2017-03-03 18:12:00          48
    +#> 8290             25   A69-1303-555 12772 2017-03-03 18:16:00          48
    +#> 8291             25   A69-1303-555 12773 2017-03-03 18:18:00          48
    +#> 8292             25   A69-1303-555 12774 2017-03-03 18:20:00          48
    +#> 8293             25   A69-1303-555 12775 2017-03-03 18:22:00          48
    +#> 8294             25   A69-1303-555 12776 2017-03-03 23:38:00          49
    +#> 8295             25   A69-1303-555 12777 2017-03-03 23:42:00          49
    +#> 8296             25   A69-1303-555 12778 2017-03-03 23:58:00          49
    +#> 8297             25   A69-1303-555 12780 2017-03-04 00:00:00          49
    +#> 8298             25   A69-1303-555 12781 2017-03-04 00:04:00          49
    +#> 8299             25   A69-1303-555 12782 2017-03-04 00:06:00          49
    +#> 8300             25   A69-1303-555 12783 2017-03-04 00:10:00          49
    +#> 8301             25   A69-1303-555 12784 2017-03-04 00:14:00          49
    +#> 8302             25   A69-1303-555 12785 2017-03-04 00:16:00          49
    +#> 8303             25   A69-1303-555 12787 2017-03-04 00:18:00          49
    +#> 8304             25   A69-1303-555 12788 2017-03-04 00:20:00          49
    +#> 8305             25   A69-1303-555 12789 2017-03-04 00:22:00          49
    +#> 8306             25   A69-1303-555 12790 2017-03-04 00:26:00          49
    +#> 8307             25   A69-1303-555 12792 2017-03-04 00:28:00          49
    +#> 8308             25   A69-1303-555 12793 2017-03-04 00:44:00          49
    +#> 8309             25   A69-1303-555 12794 2017-03-04 01:50:00          49
    +#> 8310             25   A69-1303-555 12795 2017-03-04 01:56:00          49
    +#> 8311             25   A69-1303-555 12797 2017-03-04 01:58:00          49
    +#> 8312             25   A69-1303-555 12798 2017-03-04 02:00:00          49
    +#> 8313             25   A69-1303-555 12800 2017-03-04 02:02:00          49
    +#> 8314             25   A69-1303-555 12801 2017-03-04 02:04:00          49
    +#> 8315             25   A69-1303-555 12802 2017-03-04 02:06:00          49
    +#> 8316             25   A69-1303-555 12804 2017-03-04 02:08:00          49
    +#> 8317             25   A69-1303-555 12806 2017-03-04 02:10:00          49
    +#> 8318             25   A69-1303-555 12808 2017-03-04 02:12:00          49
    +#> 8319             25   A69-1303-555 12810 2017-03-04 02:14:00          49
    +#> 8320             25   A69-1303-555 12811 2017-03-04 02:16:00          49
    +#> 8321             25   A69-1303-555 12813 2017-03-04 02:18:00          49
    +#> 8322             25   A69-1303-555 12814 2017-03-04 02:28:00          48
    +#> 8323             25   A69-1303-555 12815 2017-03-04 02:30:00          48
    +#> 8324             25   A69-1303-555 12816 2017-03-04 02:32:00          48
    +#> 8325             25   A69-1303-555 12818 2017-03-04 02:34:00          48
    +#> 8326             25   A69-1303-555 12819 2017-03-04 02:38:00          48
    +#> 8327             25   A69-1303-555 12820 2017-03-04 02:40:00          48
    +#> 8328             25   A69-1303-555 12821 2017-03-04 02:42:00          48
    +#> 8329             25   A69-1303-555 12822 2017-03-04 02:44:00          48
    +#> 8330             25   A69-1303-555 12824 2017-03-04 02:46:00          48
    +#> 8331             25   A69-1303-555 12826 2017-03-04 02:48:00          48
    +#> 8332             25   A69-1303-555 12827 2017-03-04 02:50:00          48
    +#> 8333             25   A69-1303-555 12830 2017-03-04 02:52:00          48
    +#> 8334             25   A69-1303-555 12831 2017-03-04 02:54:00          48
    +#> 8335             25   A69-1303-555 12832 2017-03-04 02:56:00          48
    +#> 8336             25   A69-1303-555 12834 2017-03-04 02:58:00          48
    +#> 8337             25   A69-1303-555 12835 2017-03-04 03:02:00          48
    +#> 8338             25   A69-1303-555 12836 2017-03-04 03:04:00          48
    +#> 8339             25   A69-1303-555 12837 2017-03-04 03:06:00          48
    +#> 8340             25   A69-1303-555 12839 2017-03-04 10:00:00          48
    +#> 8341             25   A69-1303-555 12841 2017-03-04 10:02:00          48
    +#> 8342             25   A69-1303-555 12842 2017-03-04 10:04:00          48
    +#> 8343             25   A69-1303-555 12844 2017-03-04 10:06:00          48
    +#> 8344             25   A69-1303-555 12845 2017-03-04 10:08:00          48
    +#> 8345             25   A69-1303-555 12846 2017-03-04 10:10:00          48
    +#> 8346             25   A69-1303-555 12847 2017-03-04 10:12:00          48
    +#> 8347             25   A69-1303-555 12849 2017-03-04 10:14:00          48
    +#> 8348             25   A69-1303-555 12850 2017-03-04 10:16:00          48
    +#> 8349             25   A69-1303-555 12852 2017-03-04 10:18:00          48
    +#> 8350             25   A69-1303-555 12853 2017-03-04 10:20:00          48
    +#> 8351             25   A69-1303-555 12854 2017-03-04 12:18:00          43
    +#> 8352             25   A69-1303-555 12856 2017-03-06 15:40:00          45
    +#> 8353             25   A69-1303-555 12857 2017-03-06 15:56:00          45
    +#> 8354             25   A69-1303-555 12859 2017-03-06 15:58:00          45
    +#> 8355             25   A69-1303-555 12860 2017-03-06 16:00:00          45
    +#> 8356             25   A69-1303-555 12861 2017-03-06 16:02:00          45
    +#> 8357             25   A69-1303-555 12862 2017-03-06 16:08:00          45
    +#> 8358             25   A69-1303-555 12863 2017-03-06 16:18:00          45
    +#> 8359             25   A69-1303-555 12864 2017-03-06 16:46:00          45
    +#> 8360             25   A69-1303-555 12865 2017-03-06 16:54:00          45
    +#> 8361             25   A69-1303-555 12866 2017-03-06 16:56:00          45
    +#> 8362             25   A69-1303-555 12867 2017-03-06 16:58:00          45
    +#> 8363             25   A69-1303-555 12869 2017-03-06 17:00:00          45
    +#> 8364             25   A69-1303-555 12870 2017-03-06 17:02:00          45
    +#> 8365             25   A69-1303-555 12871 2017-03-06 17:04:00          45
    +#> 8366             25   A69-1303-555 12872 2017-03-06 17:06:00          45
    +#> 8367             25   A69-1303-555 12873 2017-03-06 17:08:00          45
    +#> 8368             25   A69-1303-555 12874 2017-03-06 17:10:00          45
    +#> 8369             25   A69-1303-555 12875 2017-03-06 17:12:00          45
    +#> 8370             25   A69-1303-555 12877 2017-03-06 17:14:00          45
    +#> 8371             25   A69-1303-555 12878 2017-03-06 17:16:00          45
    +#> 8372             25   A69-1303-555 12879 2017-03-06 17:18:00          45
    +#> 8373             25   A69-1303-555 12880 2017-03-06 17:20:00          45
    +#> 8374             25   A69-1303-555 12882 2017-03-06 17:22:00          45
    +#> 8375             25   A69-1303-555 12883 2017-03-06 17:24:00          45
    +#> 8376             25   A69-1303-555 12884 2017-03-06 17:26:00          45
    +#> 8377             25   A69-1303-555 12885 2017-03-06 17:28:00          45
    +#> 8378             25   A69-1303-555 12886 2017-03-06 17:30:00          45
    +#> 8379             25   A69-1303-555 12888 2017-03-06 17:32:00          45
    +#> 8380             25   A69-1303-555 12890 2017-03-06 17:34:00          45
    +#> 8381             25   A69-1303-555 12892 2017-03-06 17:36:00          45
    +#> 8382             25   A69-1303-555 12893 2017-03-06 17:38:00          45
    +#> 8383             25   A69-1303-555 12894 2017-03-06 17:42:00          45
    +#> 8384             25   A69-1303-555 12895 2017-03-06 17:44:00          45
    +#> 8385             25   A69-1303-555 12896 2017-03-06 17:46:00          45
    +#> 8386             25   A69-1303-555 12897 2017-03-06 17:50:00          45
    +#> 8387             25   A69-1303-555 12899 2017-03-06 17:52:00          45
    +#> 8388             25   A69-1303-555 12901 2017-03-06 17:54:00          45
    +#> 8389             25   A69-1303-555 12903 2017-03-06 17:56:00          45
    +#> 8390             25   A69-1303-555 12905 2017-03-06 17:58:00          45
    +#> 8391             25   A69-1303-555 12906 2017-03-06 18:00:00          45
    +#> 8392             25   A69-1303-555 12907 2017-03-06 18:02:00          45
    +#> 8393             25   A69-1303-555 12908 2017-03-06 18:04:00          45
    +#> 8394             25   A69-1303-555 12910 2017-03-06 18:06:00          45
    +#> 8395             25   A69-1303-555 12912 2017-03-06 18:08:00          45
    +#> 8396             25   A69-1303-555 12914 2017-03-06 18:10:00          45
    +#> 8397             25   A69-1303-555 12916 2017-03-06 18:12:00          45
    +#> 8398             25   A69-1303-555 12919 2017-03-06 18:14:00          45
    +#> 8399             25   A69-1303-555 12920 2017-03-06 18:16:00          45
    +#> 8400             25   A69-1303-555 12921 2017-03-06 18:18:00          45
    +#> 8401             25   A69-1303-555 12922 2017-03-06 18:20:00          45
    +#> 8402             25   A69-1303-555 12923 2017-03-06 18:22:00          45
    +#> 8403             25   A69-1303-555 12925 2017-03-06 18:24:00          45
    +#> 8404             25   A69-1303-555 12927 2017-03-06 18:26:00          45
    +#> 8405             25   A69-1303-555 12928 2017-03-06 18:30:00          45
    +#> 8406             25   A69-1303-555 12930 2017-03-06 18:32:00          45
    +#> 8407             25   A69-1303-555 12931 2017-03-06 18:36:00          45
    +#> 8408             25   A69-1303-555 12933 2017-03-06 18:38:00          45
    +#> 8409             25   A69-1303-555 12935 2017-03-06 18:40:00          45
    +#> 8410             25   A69-1303-555 12936 2017-03-06 18:42:00          45
    +#> 8411             25   A69-1303-555 12937 2017-03-06 18:44:00          45
    +#> 8412             25   A69-1303-555 12939 2017-03-06 18:46:00          45
    +#> 8413             25   A69-1303-555 12941 2017-03-06 18:48:00          45
    +#> 8414             25   A69-1303-555 12943 2017-03-06 18:50:00          45
    +#> 8415             25   A69-1303-555 12945 2017-03-06 18:52:00          45
    +#> 8416             25   A69-1303-555 12946 2017-03-06 18:54:00          45
    +#> 8417             25   A69-1303-555 12948 2017-03-06 18:56:00          45
    +#> 8418             25   A69-1303-555 12950 2017-03-06 18:58:00          45
    +#> 8419             25   A69-1303-555 12952 2017-03-06 19:00:00          45
    +#> 8420             25   A69-1303-555 12953 2017-03-06 19:02:00          45
    +#> 8421             25   A69-1303-555 12956 2017-03-06 19:04:00          45
    +#> 8422             25   A69-1303-555 12958 2017-03-06 19:06:00          45
    +#> 8423             25   A69-1303-555 12960 2017-03-06 19:08:00          45
    +#> 8424             25   A69-1303-555 12961 2017-03-06 19:10:00          45
    +#> 8425             25   A69-1303-555 12962 2017-03-06 19:12:00          45
    +#> 8426             25   A69-1303-555 12964 2017-03-06 19:14:00          45
    +#> 8427             25   A69-1303-555 12966 2017-03-06 19:16:00          45
    +#> 8428             25   A69-1303-555 12968 2017-03-06 19:18:00          45
    +#> 8429             25   A69-1303-555 12969 2017-03-06 19:20:00          45
    +#> 8430             25   A69-1303-555 12971 2017-03-06 19:22:00          45
    +#> 8431             25   A69-1303-555 12973 2017-03-06 19:24:00          45
    +#> 8432             25   A69-1303-555 12975 2017-03-06 19:26:00          45
    +#> 8433             25   A69-1303-555 12977 2017-03-06 19:28:00          45
    +#> 8434             25   A69-1303-555 12979 2017-03-06 19:30:00          45
    +#> 8435             25   A69-1303-555 12981 2017-03-06 19:32:00          45
    +#> 8436             25   A69-1303-555 12983 2017-03-06 19:34:00          45
    +#> 8437             25   A69-1303-555 12984 2017-03-06 19:36:00          45
    +#> 8438             25   A69-1303-555 12986 2017-03-06 19:38:00          45
    +#> 8439             25   A69-1303-555 12988 2017-03-06 19:40:00          45
    +#> 8440             25   A69-1303-555 12989 2017-03-06 19:42:00          45
    +#> 8441             25   A69-1303-555 12991 2017-03-06 19:44:00          45
    +#> 8442             25   A69-1303-555 12993 2017-03-06 19:48:00          45
    +#> 8443             25   A69-1303-555 12994 2017-03-06 19:50:00          45
    +#> 8444             25   A69-1303-555 12995 2017-03-06 19:52:00          45
    +#> 8445             25   A69-1303-555 12996 2017-03-06 19:54:00          45
    +#> 8446             25   A69-1303-555 12997 2017-03-06 19:56:00          45
    +#> 8447             25   A69-1303-555 12999 2017-03-06 19:58:00          45
    +#> 8448             25   A69-1303-555 13001 2017-03-06 20:00:00          45
    +#> 8449             25   A69-1303-555 13002 2017-03-06 20:02:00          45
    +#> 8450             25   A69-1303-555 13004 2017-03-06 20:04:00          45
    +#> 8451             25   A69-1303-555 13006 2017-03-06 20:06:00          45
    +#> 8452             25   A69-1303-555 13008 2017-03-06 20:08:00          45
    +#> 8453             25   A69-1303-555 13009 2017-03-06 20:10:00          45
    +#> 8454             25   A69-1303-555 13010 2017-03-06 20:12:00          45
    +#> 8455             25   A69-1303-555 13012 2017-03-06 20:14:00          45
    +#> 8456             25   A69-1303-555 13014 2017-03-06 20:16:00          45
    +#> 8457             25   A69-1303-555 13016 2017-03-06 20:18:00          45
    +#> 8458             25   A69-1303-555 13018 2017-03-06 20:20:00          45
    +#> 8459             25   A69-1303-555 13020 2017-03-06 20:22:00          45
    +#> 8460             25   A69-1303-555 13023 2017-03-06 20:24:00          45
    +#> 8461             25   A69-1303-555 13025 2017-03-06 20:26:00          45
    +#> 8462             25   A69-1303-555 13026 2017-03-06 20:28:00          45
    +#> 8463             25   A69-1303-555 13028 2017-03-06 20:30:00          45
    +#> 8464             25   A69-1303-555 13029 2017-03-06 20:32:00          45
    +#> 8465             25   A69-1303-555 13032 2017-03-06 20:34:00          45
    +#> 8466             25   A69-1303-555 13034 2017-03-06 20:36:00          45
    +#> 8467             25   A69-1303-555 13036 2017-03-06 20:38:00          45
    +#> 8468             25   A69-1303-555 13038 2017-03-06 20:40:00          45
    +#> 8469             25   A69-1303-555 13040 2017-03-06 20:42:00          45
    +#> 8470             25   A69-1303-555 13041 2017-03-06 20:44:00          45
    +#> 8471             25   A69-1303-555 13042 2017-03-06 20:46:00          45
    +#> 8472             25   A69-1303-555 13044 2017-03-06 20:48:00          45
    +#> 8473             25   A69-1303-555 13045 2017-03-06 20:50:00          45
    +#> 8474             25   A69-1303-555 13048 2017-03-06 20:52:00          45
    +#> 8475             25   A69-1303-555 13049 2017-03-06 20:54:00          45
    +#> 8476             25   A69-1303-555 13051 2017-03-06 20:56:00          45
    +#> 8477             25   A69-1303-555 13052 2017-03-06 20:58:00          45
    +#> 8478             25   A69-1303-555 13055 2017-03-06 21:00:00          45
    +#> 8479             25   A69-1303-555 13056 2017-03-06 21:02:00          45
    +#> 8480             25   A69-1303-555 13058 2017-03-06 21:04:00          45
    +#> 8481             25   A69-1303-555 13059 2017-03-06 21:06:00          45
    +#> 8482             25   A69-1303-555 13061 2017-03-06 21:08:00          45
    +#> 8483             25   A69-1303-555 13063 2017-03-06 21:10:00          45
    +#> 8484             25   A69-1303-555 13065 2017-03-06 21:12:00          45
    +#> 8485             25   A69-1303-555 13068 2017-03-06 21:14:00          45
    +#> 8486             25   A69-1303-555 13069 2017-03-06 21:16:00          45
    +#> 8487             25   A69-1303-555 13071 2017-03-06 21:18:00          45
    +#> 8488             25   A69-1303-555 13072 2017-03-06 21:20:00          45
    +#> 8489             25   A69-1303-555 13073 2017-03-06 21:22:00          45
    +#> 8490             25   A69-1303-555 13075 2017-03-06 21:24:00          45
    +#> 8491             25   A69-1303-555 13077 2017-03-06 21:26:00          45
    +#> 8492             25   A69-1303-555 13078 2017-03-06 21:28:00          45
    +#> 8493             25   A69-1303-555 13079 2017-03-06 21:30:00          45
    +#> 8494             25   A69-1303-555 13080 2017-03-06 21:32:00          45
    +#> 8495             25   A69-1303-555 13082 2017-03-06 21:34:00          45
    +#> 8496             25   A69-1303-555 13083 2017-03-06 21:36:00          45
    +#> 8497             25   A69-1303-555 13085 2017-03-06 21:38:00          45
    +#> 8498             25   A69-1303-555 13086 2017-03-06 21:40:00          45
    +#> 8499             25   A69-1303-555 13087 2017-03-06 21:42:00          45
    +#> 8500             25   A69-1303-555 13089 2017-03-06 21:44:00          45
    +#> 8501             25   A69-1303-555 13091 2017-03-06 21:46:00          45
    +#> 8502             25   A69-1303-555 13092 2017-03-06 21:48:00          45
    +#> 8503             25   A69-1303-555 13095 2017-03-06 21:50:00          45
    +#> 8504             25   A69-1303-555 13097 2017-03-06 21:52:00          45
    +#> 8505             25   A69-1303-555 13099 2017-03-06 21:54:00          45
    +#> 8506             25   A69-1303-555 13101 2017-03-06 21:58:00          45
    +#> 8507             25   A69-1303-555 13103 2017-03-06 22:00:00          45
    +#> 8508             25   A69-1303-555 13105 2017-03-06 22:02:00          45
    +#> 8509             25   A69-1303-555 13107 2017-03-06 22:06:00          45
    +#> 8510             25   A69-1303-555 13108 2017-03-06 22:08:00          45
    +#> 8511             25   A69-1303-555 13110 2017-03-06 22:10:00          45
    +#> 8512             25   A69-1303-555 13112 2017-03-06 22:12:00          45
    +#> 8513             25   A69-1303-555 13114 2017-03-06 22:14:00          45
    +#> 8514             25   A69-1303-555 13115 2017-03-06 22:16:00          45
    +#> 8515             25   A69-1303-555 13117 2017-03-06 22:18:00          45
    +#> 8516             25   A69-1303-555 13119 2017-03-06 22:20:00          45
    +#> 8517             25   A69-1303-555 13122 2017-03-06 22:22:00          45
    +#> 8518             25   A69-1303-555 13123 2017-03-06 22:26:00          45
    +#> 8519             25   A69-1303-555 13124 2017-03-06 22:28:00          45
    +#> 8520             25   A69-1303-555 13126 2017-03-06 22:32:00          45
    +#> 8521             25   A69-1303-555 13127 2017-03-06 22:34:00          45
    +#> 8522             25   A69-1303-555 13129 2017-03-06 22:36:00          45
    +#> 8523             25   A69-1303-555 13131 2017-03-06 22:38:00          45
    +#> 8524             25   A69-1303-555 13132 2017-03-06 22:40:00          45
    +#> 8525             25   A69-1303-555 13133 2017-03-06 22:42:00          45
    +#> 8526             25   A69-1303-555 13135 2017-03-06 22:44:00          45
    +#> 8527             25   A69-1303-555 13136 2017-03-06 22:46:00          45
    +#> 8528             25   A69-1303-555 13139 2017-03-06 22:48:00          45
    +#> 8529             25   A69-1303-555 13141 2017-03-06 22:50:00          45
    +#> 8530             25   A69-1303-555 13143 2017-03-06 22:52:00          45
    +#> 8531             25   A69-1303-555 13145 2017-03-06 22:54:00          45
    +#> 8532             25   A69-1303-555 13147 2017-03-06 22:56:00          45
    +#> 8533             25   A69-1303-555 13149 2017-03-06 22:58:00          45
    +#> 8534             25   A69-1303-555 13150 2017-03-06 23:00:00          45
    +#> 8535             25   A69-1303-555 13151 2017-03-06 23:02:00          45
    +#> 8536             25   A69-1303-555 13152 2017-03-06 23:04:00          45
    +#> 8537             25   A69-1303-555 13153 2017-03-06 23:06:00          45
    +#> 8538             25   A69-1303-555 13154 2017-03-06 23:08:00          45
    +#> 8539             25   A69-1303-555 13156 2017-03-06 23:10:00          45
    +#> 8540             25   A69-1303-555 13158 2017-03-06 23:12:00          45
    +#> 8541             25   A69-1303-555 13160 2017-03-06 23:14:00          45
    +#> 8542             25   A69-1303-555 13161 2017-03-06 23:16:00          45
    +#> 8543             25   A69-1303-555 13163 2017-03-06 23:18:00          45
    +#> 8544             25   A69-1303-555 13165 2017-03-06 23:20:00          45
    +#> 8545             25   A69-1303-555 13166 2017-03-06 23:22:00          45
    +#> 8546             25   A69-1303-555 13167 2017-03-06 23:24:00          45
    +#> 8547             25   A69-1303-555 13169 2017-03-06 23:26:00          45
    +#> 8548             25   A69-1303-555 13171 2017-03-06 23:28:00          45
    +#> 8549             25   A69-1303-555 13173 2017-03-06 23:30:00          45
    +#> 8550             25   A69-1303-555 13174 2017-03-06 23:32:00          45
    +#> 8551             25   A69-1303-555 13176 2017-03-06 23:34:00          45
    +#> 8552             25   A69-1303-555 13178 2017-03-06 23:36:00          45
    +#> 8553             25   A69-1303-555 13179 2017-03-06 23:38:00          45
    +#> 8554             25   A69-1303-555 13180 2017-03-06 23:40:00          45
    +#> 8555             25   A69-1303-555 13182 2017-03-06 23:42:00          45
    +#> 8556             25   A69-1303-555 13183 2017-03-06 23:44:00          45
    +#> 8557             25   A69-1303-555 13186 2017-03-06 23:46:00          45
    +#> 8558             25   A69-1303-555 13187 2017-03-06 23:48:00          45
    +#> 8559             25   A69-1303-555 13188 2017-03-06 23:50:00          45
    +#> 8560             25   A69-1303-555 13189 2017-03-06 23:52:00          45
    +#> 8561             25   A69-1303-555 13190 2017-03-06 23:54:00          45
    +#> 8562             25   A69-1303-555 13191 2017-03-06 23:56:00          45
    +#> 8563             25   A69-1303-555 13193 2017-03-06 23:58:00          45
    +#> 8564             25   A69-1303-555 13194 2017-03-07 00:00:00          45
    +#> 8565             25   A69-1303-555 13196 2017-03-07 00:02:00          45
    +#> 8566             25   A69-1303-555 13198 2017-03-07 00:04:00          45
    +#> 8567             25   A69-1303-555 13199 2017-03-07 00:06:00          45
    +#> 8568             25   A69-1303-555 13202 2017-03-07 00:08:00          45
    +#> 8569             25   A69-1303-555 13203 2017-03-07 00:10:00          45
    +#> 8570             25   A69-1303-555 13205 2017-03-07 00:12:00          45
    +#> 8571             25   A69-1303-555 13206 2017-03-07 00:14:00          45
    +#> 8572             25   A69-1303-555 13208 2017-03-07 00:16:00          45
    +#> 8573             25   A69-1303-555 13210 2017-03-07 00:18:00          45
    +#> 8574             25   A69-1303-555 13212 2017-03-07 00:20:00          45
    +#> 8575             25   A69-1303-555 13214 2017-03-07 00:22:00          45
    +#> 8576             25   A69-1303-555 13216 2017-03-07 00:24:00          45
    +#> 8577             25   A69-1303-555 13219 2017-03-07 00:26:00          45
    +#> 8578             25   A69-1303-555 13221 2017-03-07 00:28:00          45
    +#> 8579             25   A69-1303-555 13222 2017-03-07 00:30:00          45
    +#> 8580             25   A69-1303-555 13224 2017-03-07 00:32:00          45
    +#> 8581             25   A69-1303-555 13226 2017-03-07 00:34:00          45
    +#> 8582             25   A69-1303-555 13228 2017-03-07 00:36:00          45
    +#> 8583             25   A69-1303-555 13230 2017-03-07 00:38:00          45
    +#> 8584             25   A69-1303-555 13231 2017-03-07 00:40:00          45
    +#> 8585             25   A69-1303-555 13233 2017-03-07 00:42:00          45
    +#> 8586             25   A69-1303-555 13234 2017-03-07 00:44:00          45
    +#> 8587             25   A69-1303-555 13236 2017-03-07 00:46:00          45
    +#> 8588             25   A69-1303-555 13237 2017-03-07 00:48:00          45
    +#> 8589             25   A69-1303-555 13239 2017-03-07 00:50:00          45
    +#> 8590             25   A69-1303-555 13240 2017-03-07 00:52:00          45
    +#> 8591             25   A69-1303-555 13242 2017-03-07 00:56:00          45
    +#> 8592             25   A69-1303-555 13244 2017-03-07 00:58:00          45
    +#> 8593             25   A69-1303-555 13245 2017-03-08 00:06:00          50
    +#> 8594             25   A69-1303-555 13246 2017-03-08 00:08:00          50
    +#> 8595             25   A69-1303-555 13247 2017-03-08 00:10:00          50
    +#> 8596             25   A69-1303-555 13249 2017-03-08 00:12:00          50
    +#> 8597             25   A69-1303-555 13251 2017-03-08 00:14:00          50
    +#> 8598             25   A69-1303-555 13253 2017-03-08 00:16:00          50
    +#> 8599             25   A69-1303-555 13255 2017-03-08 19:48:00          41
    +#> 8600             25   A69-1303-555 13257 2017-03-08 19:50:00          41
    +#> 8601             25   A69-1303-555 13260 2017-03-08 19:52:00          41
    +#> 8602             25   A69-1303-555 13261 2017-03-08 19:54:00          41
    +#> 8603             25   A69-1303-555 13262 2017-03-08 20:04:00          41
    +#> 8604             25   A69-1303-555 13264 2017-03-08 20:06:00          41
    +#> 8605             25   A69-1303-555 13266 2017-03-08 20:08:00          41
    +#> 8606             25   A69-1303-555 13268 2017-03-08 20:10:00          41
    +#> 8607             25   A69-1303-555 13269 2017-03-08 20:12:00          41
    +#> 8608             25   A69-1303-555 13272 2017-03-08 20:14:00          41
    +#> 8609             25   A69-1303-555 13274 2017-03-08 20:16:00          41
    +#> 8610             25   A69-1303-555 13277 2017-03-08 20:18:00          41
    +#> 8611             25   A69-1303-555 13279 2017-03-08 20:20:00          41
    +#> 8612             25   A69-1303-555 13280 2017-03-08 20:22:00          41
    +#> 8613             25   A69-1303-555 13282 2017-03-08 20:24:00          41
    +#> 8614             25   A69-1303-555 13284 2017-03-08 20:26:00          41
    +#> 8615             25   A69-1303-555 13285 2017-03-08 20:32:00          41
    +#> 8616             25   A69-1303-555 13286 2017-03-08 20:36:00          47
    +#> 8617             25   A69-1303-555 13287 2017-03-08 20:38:00          47
    +#> 8618             25   A69-1303-555 13289 2017-03-08 20:40:00          47
    +#> 8619             25   A69-1303-555 13290 2017-03-08 20:42:00          47
    +#> 8620             25   A69-1303-555 13291 2017-03-08 20:44:00          47
    +#> 8621             25   A69-1303-555 13292 2017-03-08 20:50:00          47
    +#> 8622             25   A69-1303-555 13293 2017-03-08 20:52:00          47
    +#> 8623             25   A69-1303-555 13294 2017-03-08 20:54:00          41
    +#> 8624             25   A69-1303-555 13295 2017-03-08 20:56:00          41
    +#> 8625             25   A69-1303-555 13297 2017-03-08 20:58:00          41
    +#> 8626             25   A69-1303-555 13298 2017-03-08 21:00:00          41
    +#> 8627             25   A69-1303-555 13299 2017-03-08 21:02:00          41
    +#> 8628             25   A69-1303-555 13300 2017-03-08 21:28:00          41
    +#> 8629             25   A69-1303-555 13301 2017-03-08 21:36:00          41
    +#> 8630             25   A69-1303-555 13302 2017-03-08 21:48:00          41
    +#> 8631             25   A69-1303-555 13305 2017-03-08 21:50:00          41
    +#> 8632             25   A69-1303-555 13307 2017-03-08 21:52:00          41
    +#> 8633             25   A69-1303-555 13309 2017-03-08 21:54:00          41
    +#> 8634             25   A69-1303-555 13310 2017-03-08 21:56:00          41
    +#> 8635             25   A69-1303-555 13312 2017-03-08 21:58:00          41
    +#> 8636             25   A69-1303-555 13315 2017-03-08 22:00:00          41
    +#> 8637             25   A69-1303-555 13316 2017-03-08 22:02:00          41
    +#> 8638             25   A69-1303-555 13317 2017-03-08 22:04:00          41
    +#> 8639             25   A69-1303-555 13319 2017-03-08 22:06:00          41
    +#> 8640             25   A69-1303-555 13321 2017-03-08 22:08:00          41
    +#> 8641             25   A69-1303-555 13323 2017-03-08 22:30:00          41
    +#> 8642             25   A69-1303-555 13324 2017-03-08 22:50:00          41
    +#> 8643             25   A69-1303-555 13325 2017-03-08 22:52:00          41
    +#> 8644             25   A69-1303-555 13326 2017-03-08 22:56:00          41
    +#> 8645             25   A69-1303-555 13327 2017-03-08 22:58:00          41
    +#> 8646             25   A69-1303-555 13328 2017-03-08 23:00:00          41
    +#> 8647             25   A69-1303-555 13331 2017-03-08 23:02:00          41
    +#> 8648             25   A69-1303-555 13332 2017-03-08 23:04:00          41
    +#> 8649             25   A69-1303-555 13334 2017-03-08 23:06:00          41
    +#> 8650             25   A69-1303-555 13335 2017-03-08 23:08:00          41
    +#> 8651             25   A69-1303-555 13337 2017-03-08 23:12:00          41
    +#> 8652             25   A69-1303-555 13338 2017-03-08 23:14:00          41
    +#> 8653             25   A69-1303-555 13339 2017-03-08 23:16:00          41
    +#> 8654             25   A69-1303-555 13340 2017-03-08 23:20:00          41
    +#> 8655             25   A69-1303-555 13341 2017-03-08 23:22:00          41
    +#> 8656             25   A69-1303-555 13342 2017-03-08 23:24:00          41
    +#> 8657             25   A69-1303-555 13343 2017-03-08 23:48:00          47
    +#> 8658             25   A69-1303-555 13345 2017-03-08 23:50:00          47
    +#> 8659             25   A69-1303-555 13347 2017-03-08 23:52:00          47
    +#> 8660             25   A69-1303-555 13349 2017-03-08 23:54:00          47
    +#> 8661             25   A69-1303-555 13351 2017-03-08 23:56:00          47
    +#> 8662             25   A69-1303-555 13352 2017-03-09 00:06:00          47
    +#> 8663             25   A69-1303-555 13353 2017-03-09 00:08:00          47
    +#> 8664             25   A69-1303-555 13354 2017-03-09 03:08:00          47
    +#> 8665             25   A69-1303-555 13357 2017-03-09 03:12:00          47
    +#> 8666             25   A69-1303-555 13358 2017-03-09 03:14:00          47
    +#> 8667             25   A69-1303-555 13360 2017-03-09 03:20:00          47
    +#> 8668             25   A69-1303-555 13362 2017-03-09 03:22:00          47
    +#> 8669             25   A69-1303-555 13364 2017-03-09 03:24:00          47
    +#> 8670             25   A69-1303-555 13366 2017-03-09 03:26:00          47
    +#> 8671             25   A69-1303-555 13367 2017-03-09 03:28:00          47
    +#> 8672             25   A69-1303-555 13369 2017-03-09 03:30:00          47
    +#> 8673             25   A69-1303-555 13370 2017-03-09 03:32:00          47
    +#> 8674             25   A69-1303-555 13372 2017-03-09 03:34:00          47
    +#> 8675             25   A69-1303-555 13373 2017-03-09 03:36:00          47
    +#> 8676             25   A69-1303-555 13376 2017-03-09 03:38:00          47
    +#> 8677             25   A69-1303-555 13377 2017-03-09 03:40:00          47
    +#> 8678             25   A69-1303-555 13379 2017-03-09 03:42:00          47
    +#> 8679             25   A69-1303-555 13381 2017-03-09 03:44:00          47
    +#> 8680             25   A69-1303-555 13382 2017-03-09 03:46:00          47
    +#> 8681             25   A69-1303-555 13384 2017-03-09 03:48:00          47
    +#> 8682             25   A69-1303-555 13385 2017-03-09 03:50:00          47
    +#> 8683             25   A69-1303-555 13386 2017-03-09 03:52:00          47
    +#> 8684             25   A69-1303-555 13387 2017-03-09 03:54:00          47
    +#> 8685             25   A69-1303-555 13389 2017-03-09 03:56:00          47
    +#> 8686             25   A69-1303-555 13391 2017-03-09 03:58:00          47
    +#> 8687             25   A69-1303-555 13393 2017-03-09 13:50:00          47
    +#> 8688             25   A69-1303-555 13394 2017-03-09 13:58:00          47
    +#> 8689             25   A69-1303-555 13395 2017-03-09 14:10:00          47
    +#> 8690             25   A69-1303-555 13397 2017-03-09 14:16:00          47
    +#> 8691             25   A69-1303-555 13398 2017-03-09 14:26:00          47
    +#> 8692             25   A69-1303-555 13399 2017-03-09 14:34:00          47
    +#> 8693             25   A69-1303-555 13400 2017-03-10 21:12:00          50
    +#> 8694             25   A69-1303-555 13402 2017-03-10 21:14:00          50
    +#> 8695             25   A69-1303-555 13403 2017-03-10 21:22:00          51
    +#> 8696             25   A69-1303-555 13404 2017-03-10 21:26:00          50
    +#> 8697             25   A69-1303-555 13405 2017-03-10 21:26:00          51
    +#> 8698             25   A69-1303-555 13406 2017-03-10 21:28:00          51
    +#> 8699             25   A69-1303-555 13407 2017-03-10 21:32:00          50
    +#> 8700             25   A69-1303-555 13408 2017-03-10 21:32:00          51
    +#> 8701             25   A69-1303-555 13410 2017-03-10 21:34:00          51
    +#> 8702             25   A69-1303-555 13412 2017-03-10 21:38:00          51
    +#> 8703             25   A69-1303-555 13413 2017-03-10 21:40:00          51
    +#> 8704             25   A69-1303-555 13414 2017-03-11 02:38:00          51
    +#> 8705             25   A69-1303-555 13415 2017-03-11 02:40:00          51
    +#> 8706             25   A69-1303-555 13416 2017-03-11 02:44:00          51
    +#> 8707             25   A69-1303-555 13417 2017-03-11 05:04:00          51
    +#> 8708             25   A69-1303-555 13418 2017-03-11 05:10:00          51
    +#> 8709             25   A69-1303-555 13419 2017-03-11 05:12:00          51
    +#> 8710             25   A69-1303-555 13420 2017-03-11 05:14:00          51
    +#> 8711             25   A69-1303-555 13423 2017-03-11 05:16:00          51
    +#> 8712             25   A69-1303-555 13424 2017-03-11 05:24:00          51
    +#> 8713             25   A69-1303-555 13425 2017-03-11 05:26:00          51
    +#> 8714             25   A69-1303-555 13426 2017-03-11 05:28:00          51
    +#> 8715             25   A69-1303-555 13428 2017-03-11 05:32:00          51
    +#> 8716             25   A69-1303-555 13430 2017-03-11 05:36:00          51
    +#> 8717             25   A69-1303-555 13432 2017-03-11 05:38:00          51
    +#> 8718             25   A69-1303-555 13434 2017-03-11 05:40:00          51
    +#> 8719             25   A69-1303-555 13435 2017-03-11 05:42:00          51
    +#> 8720             25   A69-1303-555 13436 2017-03-11 05:44:00          51
    +#> 8721             25   A69-1303-555 13438 2017-03-11 05:46:00          51
    +#> 8722             25   A69-1303-555 13439 2017-03-11 05:48:00          51
    +#> 8723             25   A69-1303-555 13441 2017-03-11 05:50:00          51
    +#> 8724             25   A69-1303-555 13442 2017-03-11 05:52:00          51
    +#> 8725             25   A69-1303-555 13443 2017-03-11 05:58:00          51
    +#> 8726             25   A69-1303-555 13445 2017-03-11 06:00:00          51
    +#> 8727             25   A69-1303-555 13446 2017-03-11 06:04:00          51
    +#> 8728             25   A69-1303-555 13447 2017-03-11 06:06:00          51
    +#> 8729             25   A69-1303-555 13449 2017-03-11 06:08:00          51
    +#> 8730             25   A69-1303-555 13452 2017-03-11 06:34:00          51
    +#> 8731             25   A69-1303-555 13454 2017-03-12 07:48:00          45
    +#> 8732             25   A69-1303-555 13455 2017-03-12 07:56:00          45
    +#> 8733             25   A69-1303-555 13457 2017-03-12 07:58:00          45
    +#> 8734             25   A69-1303-555 13458 2017-03-12 08:00:00          45
    +#> 8735             25   A69-1303-555 13460 2017-03-12 08:02:00          45
    +#> 8736             25   A69-1303-555 13461 2017-03-12 08:04:00          45
    +#> 8737             25   A69-1303-555 13462 2017-03-12 08:06:00          45
    +#> 8738             25   A69-1303-555 13465 2017-03-12 08:08:00          45
    +#> 8739             25   A69-1303-555 13466 2017-03-12 08:10:00          45
    +#> 8740             25   A69-1303-555 13468 2017-03-12 08:12:00          45
    +#> 8741             25   A69-1303-555 13469 2017-03-12 08:14:00          45
    +#> 8742             25   A69-1303-555 13470 2017-03-12 08:16:00          45
    +#> 8743             25   A69-1303-555 13472 2017-03-12 08:18:00          45
    +#> 8744             25   A69-1303-555 13473 2017-03-12 08:22:00          45
    +#> 8745             25   A69-1303-555 13474 2017-03-12 08:26:00          45
    +#> 8746             25   A69-1303-555 13475 2017-03-12 08:28:00          45
    +#> 8747             25   A69-1303-555 13476 2017-03-12 08:30:00          45
    +#> 8748             25   A69-1303-555 13478 2017-03-12 08:32:00          45
    +#> 8749             25   A69-1303-555 13479 2017-03-12 08:34:00          45
    +#> 8750             25   A69-1303-555 13481 2017-03-12 08:36:00          45
    +#> 8751             25   A69-1303-555 13482 2017-03-12 08:38:00          45
    +#> 8752             25   A69-1303-555 13483 2017-03-12 08:40:00          45
    +#> 8753             25   A69-1303-555 13485 2017-03-12 08:42:00          45
    +#> 8754             25   A69-1303-555 13486 2017-03-12 08:44:00          45
    +#> 8755             25   A69-1303-555 13488 2017-03-12 08:48:00          45
    +#> 8756             25   A69-1303-555 13489 2017-03-12 08:52:00          45
    +#> 8757             25   A69-1303-555 13491 2017-03-12 08:56:00          45
    +#> 8758             25   A69-1303-555 13492 2017-03-12 09:00:00          45
    +#> 8759             25   A69-1303-555 13494 2017-03-12 09:04:00          45
    +#> 8760             25   A69-1303-555 13496 2017-03-12 09:16:00          45
    +#> 8761             25   A69-1303-555 13498 2017-03-12 09:20:00          45
    +#> 8762             25   A69-1303-555 13499 2017-03-12 09:22:00          45
    +#> 8763             25   A69-1303-555 13500 2017-03-12 09:26:00          45
    +#> 8764             25   A69-1303-555 13501 2017-03-12 09:28:00          45
    +#> 8765             25   A69-1303-555 13502 2017-03-12 09:30:00          45
    +#> 8766             25   A69-1303-555 13503 2017-03-12 09:32:00          45
    +#> 8767             25   A69-1303-555 13504 2017-03-12 09:34:00          45
    +#> 8768             25   A69-1303-555 13505 2017-03-12 09:36:00          45
    +#> 8769             25   A69-1303-555 13506 2017-03-12 09:38:00          45
    +#> 8770             25   A69-1303-555 13507 2017-03-12 09:48:00          45
    +#> 8771             25   A69-1303-555 13509 2017-03-12 09:50:00          45
    +#> 8772             25   A69-1303-555 13511 2017-03-12 09:52:00          45
    +#> 8773             25   A69-1303-555 13512 2017-03-12 09:58:00          45
    +#> 8774             25   A69-1303-555 13513 2017-03-12 10:00:00          45
    +#> 8775             25   A69-1303-555 13515 2017-03-12 10:02:00          45
    +#> 8776             25   A69-1303-555 13516 2017-03-12 10:06:00          45
    +#> 8777             25   A69-1303-555 13518 2017-03-12 10:08:00          45
    +#> 8778             25   A69-1303-555 13519 2017-03-12 10:10:00          45
    +#> 8779             25   A69-1303-555 13520 2017-03-12 10:12:00          45
    +#> 8780             25   A69-1303-555 13522 2017-03-12 10:16:00          45
    +#> 8781             25   A69-1303-555 13524 2017-03-12 10:18:00          45
    +#> 8782             25   A69-1303-555 13525 2017-03-12 10:20:00          45
    +#> 8783             25   A69-1303-555 13527 2017-03-12 10:22:00          45
    +#> 8784             25   A69-1303-555 13529 2017-03-12 10:24:00          45
    +#> 8785             25   A69-1303-555 13531 2017-03-12 10:26:00          45
    +#> 8786             25   A69-1303-555 13533 2017-03-12 10:28:00          45
    +#> 8787             25   A69-1303-555 13534 2017-03-12 10:30:00          45
    +#> 8788             25   A69-1303-555 13536 2017-03-12 10:32:00          45
    +#> 8789             25   A69-1303-555 13538 2017-03-12 10:34:00          45
    +#> 8790             25   A69-1303-555 13539 2017-03-12 10:36:00          45
    +#> 8791             25   A69-1303-555 13541 2017-03-12 10:38:00          45
    +#> 8792             25   A69-1303-555 13543 2017-03-12 10:40:00          45
    +#> 8793             25   A69-1303-555 13545 2017-03-12 10:42:00          45
    +#> 8794             25   A69-1303-555 13547 2017-03-12 10:44:00          45
    +#> 8795             25   A69-1303-555 13549 2017-03-12 10:46:00          45
    +#> 8796             25   A69-1303-555 13551 2017-03-12 10:48:00          45
    +#> 8797             25   A69-1303-555 13552 2017-03-12 10:50:00          45
    +#> 8798             25   A69-1303-555 13553 2017-03-12 10:52:00          45
    +#> 8799             25   A69-1303-555 13554 2017-03-12 10:54:00          45
    +#> 8800             25   A69-1303-555 13556 2017-03-12 10:56:00          45
    +#> 8801             25   A69-1303-555 13558 2017-03-12 10:58:00          45
    +#> 8802             25   A69-1303-555 13559 2017-03-12 11:00:00          45
    +#> 8803             25   A69-1303-555 13562 2017-03-12 11:02:00          45
    +#> 8804             25   A69-1303-555 13564 2017-03-12 11:04:00          45
    +#> 8805             25   A69-1303-555 13566 2017-03-12 11:06:00          45
    +#> 8806             25   A69-1303-555 13567 2017-03-12 11:08:00          45
    +#> 8807             25   A69-1303-555 13569 2017-03-12 11:10:00          45
    +#> 8808             25   A69-1303-555 13570 2017-03-12 11:12:00          45
    +#> 8809             25   A69-1303-555 13573 2017-03-12 11:14:00          45
    +#> 8810             25   A69-1303-555 13574 2017-03-12 11:16:00          45
    +#> 8811             25   A69-1303-555 13576 2017-03-12 11:18:00          45
    +#> 8812             25   A69-1303-555 13578 2017-03-12 11:20:00          45
    +#> 8813             25   A69-1303-555 13580 2017-03-12 11:22:00          45
    +#> 8814             25   A69-1303-555 13582 2017-03-12 11:24:00          45
    +#> 8815             25   A69-1303-555 13583 2017-03-12 11:26:00          45
    +#> 8816             25   A69-1303-555 13584 2017-03-12 11:28:00          45
    +#> 8817             25   A69-1303-555 13587 2017-03-12 11:30:00          45
    +#> 8818             25   A69-1303-555 13589 2017-03-12 11:32:00          45
    +#> 8819             25   A69-1303-555 13590 2017-03-12 11:34:00          45
    +#> 8820             25   A69-1303-555 13592 2017-03-12 11:36:00          45
    +#> 8821             25   A69-1303-555 13593 2017-03-12 11:38:00          45
    +#> 8822             25   A69-1303-555 13594 2017-03-12 11:40:00          45
    +#> 8823             25   A69-1303-555 13595 2017-03-12 11:48:00          45
    +#> 8824             25   A69-1303-555 13596 2017-03-12 11:50:00          45
    +#> 8825             25   A69-1303-555 13597 2017-03-12 11:52:00          45
    +#> 8826             25   A69-1303-555 13598 2017-03-12 12:04:00          45
    +#> 8827             25   A69-1303-555 13599 2017-03-12 12:08:00          45
    +#> 8828             25   A69-1303-555 13600 2017-03-12 12:12:00          45
    +#> 8829             25   A69-1303-555 13601 2017-03-12 12:18:00          45
    +#> 8830             25   A69-1303-555 13602 2017-03-12 12:28:00          45
    +#> 8831             25   A69-1303-555 13603 2017-03-12 12:32:00          45
    +#> 8832             25   A69-1303-555 13604 2017-03-12 12:36:00          45
    +#> 8833             25   A69-1303-555 13605 2017-03-12 12:42:00          45
    +#> 8834             25   A69-1303-555 13606 2017-03-12 12:48:00          45
    +#> 8835             25   A69-1303-555 13607 2017-03-12 12:50:00          45
    +#> 8836             25   A69-1303-555 13609 2017-03-12 12:52:00          45
    +#> 8837             25   A69-1303-555 13610 2017-03-12 12:54:00          45
    +#> 8838             25   A69-1303-555 13611 2017-03-12 12:56:00          45
    +#> 8839             25   A69-1303-555 13612 2017-03-12 13:00:00          45
    +#> 8840             25   A69-1303-555 13613 2017-03-12 13:02:00          45
    +#> 8841             25   A69-1303-555 13615 2017-03-12 13:06:00          45
    +#> 8842             25   A69-1303-555 13616 2017-03-12 13:08:00          45
    +#> 8843             25   A69-1303-555 13618 2017-03-12 13:10:00          45
    +#> 8844             25   A69-1303-555 13619 2017-03-12 13:12:00          45
    +#> 8845             25   A69-1303-555 13620 2017-03-12 13:16:00          45
    +#> 8846             25   A69-1303-555 13621 2017-03-12 13:18:00          45
    +#> 8847             25   A69-1303-555 13623 2017-03-12 13:20:00          45
    +#> 8848             25   A69-1303-555 13625 2017-03-12 13:22:00          45
    +#> 8849             25   A69-1303-555 13627 2017-03-12 13:24:00          45
    +#> 8850             25   A69-1303-555 13629 2017-03-12 13:26:00          45
    +#> 8851             25   A69-1303-555 13630 2017-03-12 13:28:00          45
    +#> 8852             25   A69-1303-555 13631 2017-03-12 13:32:00          45
    +#> 8853             25   A69-1303-555 13632 2017-03-12 13:34:00          45
    +#> 8854             25   A69-1303-555 13633 2017-03-12 13:36:00          45
    +#> 8855             25   A69-1303-555 13634 2017-03-12 13:38:00          45
    +#> 8856             25   A69-1303-555 13636 2017-03-12 13:40:00          45
    +#> 8857             25   A69-1303-555 13637 2017-03-12 13:42:00          45
    +#> 8858             25   A69-1303-555 13639 2017-03-12 13:44:00          45
    +#> 8859             25   A69-1303-555 13642 2017-03-12 13:46:00          45
    +#> 8860             25   A69-1303-555 13643 2017-03-12 13:48:00          45
    +#> 8861             25   A69-1303-555 13646 2017-03-12 13:50:00          45
    +#> 8862             25   A69-1303-555 13647 2017-03-12 13:52:00          45
    +#> 8863             25   A69-1303-555 13649 2017-03-12 13:54:00          45
    +#> 8864             25   A69-1303-555 13650 2017-03-12 13:56:00          45
    +#> 8865             25   A69-1303-555 13652 2017-03-12 13:58:00          45
    +#> 8866             25   A69-1303-555 13653 2017-03-12 14:00:00          45
    +#> 8867             25   A69-1303-555 13655 2017-03-12 14:02:00          45
    +#> 8868             25   A69-1303-555 13657 2017-03-12 14:04:00          45
    +#> 8869             25   A69-1303-555 13659 2017-03-12 14:06:00          45
    +#> 8870             25   A69-1303-555 13661 2017-03-12 14:08:00          45
    +#> 8871             25   A69-1303-555 13662 2017-03-12 14:10:00          45
    +#> 8872             25   A69-1303-555 13665 2017-03-12 14:12:00          45
    +#> 8873             25   A69-1303-555 13666 2017-03-12 14:14:00          45
    +#> 8874             25   A69-1303-555 13668 2017-03-12 14:16:00          45
    +#> 8875             25   A69-1303-555 13670 2017-03-12 14:18:00          45
    +#> 8876             25   A69-1303-555 13672 2017-03-12 14:20:00          45
    +#> 8877             25   A69-1303-555 13674 2017-03-12 14:24:00          45
    +#> 8878             25   A69-1303-555 13676 2017-03-12 14:26:00          45
    +#> 8879             25   A69-1303-555 13678 2017-03-12 14:28:00          45
    +#> 8880             25   A69-1303-555 13679 2017-03-12 14:30:00          45
    +#> 8881             25   A69-1303-555 13681 2017-03-12 14:32:00          45
    +#> 8882             25   A69-1303-555 13682 2017-03-12 14:34:00          45
    +#> 8883             25   A69-1303-555 13684 2017-03-12 14:36:00          45
    +#> 8884             25   A69-1303-555 13686 2017-03-12 14:38:00          45
    +#> 8885             25   A69-1303-555 13688 2017-03-12 14:40:00          45
    +#> 8886             25   A69-1303-555 13689 2017-03-12 14:44:00          45
    +#> 8887             25   A69-1303-555 13691 2017-03-12 14:46:00          45
    +#> 8888             25   A69-1303-555 13692 2017-03-12 14:48:00          45
    +#> 8889             25   A69-1303-555 13694 2017-03-12 14:52:00          45
    +#> 8890             25   A69-1303-555 13695 2017-03-12 14:54:00          45
    +#> 8891             25   A69-1303-555 13697 2017-03-12 14:58:00          45
    +#> 8892             25   A69-1303-555 13699 2017-03-12 15:00:00          45
    +#> 8893             25   A69-1303-555 13700 2017-03-12 15:02:00          45
    +#> 8894             25   A69-1303-555 13702 2017-03-12 15:12:00          45
    +#> 8895             25   A69-1303-555 13703 2017-03-12 15:14:00          45
    +#> 8896             25   A69-1303-555 13704 2017-03-12 15:16:00          45
    +#> 8897             25   A69-1303-555 13705 2017-03-12 15:18:00          45
    +#> 8898             25   A69-1303-555 13706 2017-03-12 15:20:00          45
    +#> 8899             25   A69-1303-555 13707 2017-03-12 15:22:00          45
    +#> 8900             25   A69-1303-555 13708 2017-03-12 15:28:00          45
    +#> 8901             25   A69-1303-555 13709 2017-03-12 15:34:00          45
    +#> 8902             25   A69-1303-555 13711 2017-03-12 15:36:00          45
    +#> 8903             25   A69-1303-555 13712 2017-03-12 15:40:00          45
    +#> 8904             25   A69-1303-555 13713 2017-03-12 15:42:00          45
    +#> 8905             25   A69-1303-555 13714 2017-03-12 15:50:00          45
    +#> 8906             25   A69-1303-555 13715 2017-03-12 15:56:00          45
    +#> 8907             25   A69-1303-555 13717 2017-03-12 15:58:00          45
    +#> 8908             25   A69-1303-555 13719 2017-03-12 16:04:00          45
    +#> 8909             25   A69-1303-555 13720 2017-03-12 16:06:00          45
    +#> 8910             25   A69-1303-555 13721 2017-03-12 16:08:00          45
    +#> 8911             25   A69-1303-555 13722 2017-03-12 16:10:00          45
    +#> 8912             25   A69-1303-555 13723 2017-03-12 16:12:00          45
    +#> 8913             25   A69-1303-555 13724 2017-03-12 16:16:00          45
    +#> 8914             25   A69-1303-555 13725 2017-03-12 16:18:00          45
    +#> 8915             25   A69-1303-555 13726 2017-03-12 16:20:00          45
    +#> 8916             25   A69-1303-555 13727 2017-03-12 16:22:00          45
    +#> 8917             25   A69-1303-555 13729 2017-03-12 16:24:00          45
    +#> 8918             25   A69-1303-555 13730 2017-03-12 16:26:00          45
    +#> 8919             25   A69-1303-555 13731 2017-03-12 16:28:00          45
    +#> 8920             25   A69-1303-555 13732 2017-03-12 16:30:00          45
    +#> 8921             25   A69-1303-555 13734 2017-03-12 16:32:00          45
    +#> 8922             25   A69-1303-555 13735 2017-03-12 16:34:00          45
    +#> 8923             25   A69-1303-555 13736 2017-03-12 16:36:00          45
    +#> 8924             25   A69-1303-555 13737 2017-03-12 16:38:00          45
    +#> 8925             25   A69-1303-555 13740 2017-03-12 16:40:00          45
    +#> 8926             25   A69-1303-555 13741 2017-03-12 16:42:00          45
    +#> 8927             25   A69-1303-555 13743 2017-03-12 16:44:00          45
    +#> 8928             25   A69-1303-555 13745 2017-03-12 16:46:00          45
    +#> 8929             25   A69-1303-555 13747 2017-03-12 16:48:00          45
    +#> 8930             25   A69-1303-555 13749 2017-03-12 16:50:00          45
    +#> 8931             25   A69-1303-555 13750 2017-03-12 16:52:00          45
    +#> 8932             25   A69-1303-555 13751 2017-03-12 16:56:00          45
    +#> 8933             25   A69-1303-555 13752 2017-03-12 17:00:00          45
    +#> 8934             25   A69-1303-555 13753 2017-03-12 17:02:00          45
    +#> 8935             25   A69-1303-555 13754 2017-03-12 17:06:00          45
    +#> 8936             25   A69-1303-555 13757 2017-03-12 17:08:00          45
    +#> 8937             25   A69-1303-555 13759 2017-03-12 17:10:00          45
    +#> 8938             25   A69-1303-555 13761 2017-03-12 17:12:00          45
    +#> 8939             25   A69-1303-555 13762 2017-03-12 17:14:00          45
    +#> 8940             25   A69-1303-555 13764 2017-03-12 17:16:00          45
    +#> 8941             25   A69-1303-555 13765 2017-03-12 17:18:00          45
    +#> 8942             25   A69-1303-555 13767 2017-03-12 17:20:00          45
    +#> 8943             25   A69-1303-555 13768 2017-03-12 17:22:00          45
    +#> 8944             25   A69-1303-555 13770 2017-03-12 17:24:00          45
    +#> 8945             25   A69-1303-555 13772 2017-03-12 17:26:00          45
    +#> 8946             25   A69-1303-555 13773 2017-03-12 17:28:00          45
    +#> 8947             25   A69-1303-555 13774 2017-03-12 17:30:00          45
    +#> 8948             25   A69-1303-555 13777 2017-03-12 17:32:00          45
    +#> 8949             25   A69-1303-555 13779 2017-03-12 17:34:00          45
    +#> 8950             25   A69-1303-555 13780 2017-03-12 17:36:00          45
    +#> 8951             25   A69-1303-555 13782 2017-03-12 17:38:00          45
    +#> 8952             25   A69-1303-555 13783 2017-03-12 17:42:00          45
    +#> 8953             25   A69-1303-555 13785 2017-03-12 17:44:00          45
    +#> 8954             25   A69-1303-555 13787 2017-03-12 17:46:00          45
    +#> 8955             25   A69-1303-555 13788 2017-03-12 17:48:00          45
    +#> 8956             25   A69-1303-555 13789 2017-03-12 17:50:00          45
    +#> 8957             25   A69-1303-555 13790 2017-03-14 08:44:00          49
    +#> 8958             25   A69-1303-555 13792 2017-03-14 08:46:00          49
    +#> 8959             25   A69-1303-555 13793 2017-03-14 12:24:00          49
    +#> 8960             25   A69-1303-555 13794 2017-03-14 12:26:00          49
    +#> 8961             25   A69-1303-555 13795 2017-03-14 12:28:00          49
    +#> 8962             25   A69-1303-555 13796 2017-03-14 12:30:00          49
    +#> 8963             25   A69-1303-555 13797 2017-03-14 12:32:00          49
    +#> 8964             25   A69-1303-555 13799 2017-03-14 12:34:00          49
    +#> 8965             25   A69-1303-555 13800 2017-03-14 12:36:00          49
    +#> 8966             25   A69-1303-555 13801 2017-03-14 12:38:00          49
    +#> 8967             25   A69-1303-555 13803 2017-03-14 12:40:00          49
    +#> 8968             25   A69-1303-555 13804 2017-03-14 12:42:00          49
    +#> 8969             25   A69-1303-555 13806 2017-03-14 12:44:00          49
    +#> 8970             25   A69-1303-555 13807 2017-03-14 12:46:00          49
    +#> 8971             25   A69-1303-555 13809 2017-03-14 12:48:00          49
    +#> 8972             25   A69-1303-555 13810 2017-03-14 12:50:00          49
    +#> 8973             25   A69-1303-555 13812 2017-03-14 12:52:00          49
    +#> 8974             25   A69-1303-555 13814 2017-03-14 12:54:00          49
    +#> 8975             25   A69-1303-555 13816 2017-03-14 12:56:00          49
    +#> 8976             25   A69-1303-555 13817 2017-03-14 12:58:00          49
    +#> 8977             25   A69-1303-555 13818 2017-03-14 13:00:00          49
    +#> 8978             25   A69-1303-555 13820 2017-03-14 13:02:00          49
    +#> 8979             25   A69-1303-555 13823 2017-03-14 13:04:00          49
    +#> 8980             25   A69-1303-555 13826 2017-03-14 13:06:00          49
    +#> 8981             25   A69-1303-555 13829 2017-03-14 13:08:00          49
    +#> 8982             25   A69-1303-555 13831 2017-03-14 13:10:00          49
    +#> 8983             25   A69-1303-555 13833 2017-03-14 13:12:00          49
    +#> 8984             25   A69-1303-555 13834 2017-03-14 23:40:00          48
    +#> 8985             25   A69-1303-555 13835 2017-03-14 23:42:00          48
    +#> 8986             25   A69-1303-555 13836 2017-03-14 23:44:00          48
    +#> 8987             25   A69-1303-555 13837 2017-03-14 23:46:00          48
    +#> 8988             25   A69-1303-555 13839 2017-03-14 23:48:00          48
    +#> 8989             25   A69-1303-555 13841 2017-03-14 23:52:00          48
    +#> 8990             25   A69-1303-555 13843 2017-03-14 23:54:00          48
    +#> 8991             25   A69-1303-555 13845 2017-03-15 00:00:00          48
    +#> 8992             25   A69-1303-555 13846 2017-03-15 00:04:00          48
    +#> 8993             25   A69-1303-555 13847 2017-03-15 00:06:00          48
    +#> 8994             25   A69-1303-555 13848 2017-03-15 00:08:00          48
    +#> 8995             25   A69-1303-555 13849 2017-03-15 00:30:00          49
    +#> 8996             25   A69-1303-555 13851 2017-03-15 00:32:00          49
    +#> 8997             25   A69-1303-555 13852 2017-03-15 00:34:00          49
    +#> 8998             25   A69-1303-555 13855 2017-03-15 00:36:00          49
    +#> 8999             25   A69-1303-555 13856 2017-03-15 00:38:00          49
    +#> 9000             25   A69-1303-555 13857 2017-03-15 00:40:00          49
    +#> 9001             25   A69-1303-555 13858 2017-03-15 00:42:00          49
    +#> 9002             25   A69-1303-555 13860 2017-03-15 00:44:00          49
    +#> 9003             25   A69-1303-555 13861 2017-03-15 00:46:00          49
    +#> 9004             25   A69-1303-555 13862 2017-03-15 00:48:00          49
    +#> 9005             25   A69-1303-555 13864 2017-03-15 00:50:00          49
    +#> 9006             25   A69-1303-555 13866 2017-03-15 00:52:00          49
    +#> 9007             25   A69-1303-555 13868 2017-03-15 00:54:00          49
    +#> 9008             25   A69-1303-555 13870 2017-03-15 00:56:00          49
    +#> 9009             25   A69-1303-555 13871 2017-03-15 00:58:00          49
    +#> 9010             25   A69-1303-555 13873 2017-03-15 01:00:00          49
    +#> 9011             25   A69-1303-555 13875 2017-03-15 01:02:00          49
    +#> 9012             25   A69-1303-555 13876 2017-03-15 01:04:00          49
    +#> 9013             25   A69-1303-555 13878 2017-03-15 01:06:00          49
    +#> 9014             25   A69-1303-555 13879 2017-03-15 01:08:00          49
    +#> 9015             25   A69-1303-555 13880 2017-03-15 01:10:00          49
    +#> 9016             25   A69-1303-555 13882 2017-03-15 01:12:00          49
    +#> 9017             25   A69-1303-555 13883 2017-03-15 01:14:00          49
    +#> 9018             25   A69-1303-555 13885 2017-03-15 01:16:00          49
    +#> 9019             25   A69-1303-555 13886 2017-03-15 01:18:00          49
    +#> 9020             25   A69-1303-555 13887 2017-03-15 01:20:00          49
    +#> 9021             25   A69-1303-555 13888 2017-03-15 01:28:00          49
    +#> 9022             25   A69-1303-555 13889 2017-03-15 01:30:00          49
    +#> 9023             25   A69-1303-555 13892 2017-03-15 01:32:00          49
    +#> 9024             25   A69-1303-555 13893 2017-03-15 01:38:00          49
    +#> 9025             25   A69-1303-555 13895 2017-03-15 01:40:00          49
    +#> 9026             25   A69-1303-555 13897 2017-03-15 01:42:00          49
    +#> 9027             25   A69-1303-555 13899 2017-03-15 01:48:00          49
    +#> 9028             25   A69-1303-555 13900 2017-03-15 01:50:00          49
    +#> 9029             25   A69-1303-555 13901 2017-03-15 01:52:00          49
    +#> 9030             25   A69-1303-555 13902 2017-03-15 01:56:00          49
    +#> 9031             25   A69-1303-555 13904 2017-03-15 01:58:00          49
    +#> 9032             25   A69-1303-555 13905 2017-03-15 02:00:00          49
    +#> 9033             25   A69-1303-555 13906 2017-03-15 02:04:00          49
    +#> 9034             25   A69-1303-555 13909 2017-03-15 02:08:00          49
    +#> 9035             25   A69-1303-555 13910 2017-03-15 02:10:00          49
    +#> 9036             25   A69-1303-555 13911 2017-03-15 02:14:00          49
    +#> 9037             25   A69-1303-555 13912 2017-03-15 02:22:00          49
    +#> 9038             25   A69-1303-555 13913 2017-03-15 02:26:00          49
    +#> 9039             25   A69-1303-555 13914 2017-03-16 09:54:00          45
    +#> 9040             25   A69-1303-555 13915 2017-03-16 09:58:00          45
    +#> 9041             25   A69-1303-555 13917 2017-03-16 10:00:00          45
    +#> 9042             25   A69-1303-555 13919 2017-03-16 10:04:00          45
    +#> 9043             25   A69-1303-555 13920 2017-03-16 10:06:00          45
    +#> 9044             25   A69-1303-555 13922 2017-03-16 10:08:00          45
    +#> 9045             25   A69-1303-555 13923 2017-03-16 10:10:00          45
    +#> 9046             25   A69-1303-555 13925 2017-03-16 10:12:00          45
    +#> 9047             25   A69-1303-555 13926 2017-03-16 10:14:00          45
    +#> 9048             25   A69-1303-555 13928 2017-03-16 10:16:00          45
    +#> 9049             25   A69-1303-555 13929 2017-03-16 10:18:00          45
    +#> 9050             25   A69-1303-555 13930 2017-03-16 10:20:00          45
    +#> 9051             25   A69-1303-555 13933 2017-03-16 10:24:00          45
    +#> 9052             25   A69-1303-555 13934 2017-03-16 10:28:00          45
    +#> 9053             25   A69-1303-555 13937 2017-03-16 10:30:00          45
    +#> 9054             25   A69-1303-555 13938 2017-03-16 10:32:00          45
    +#> 9055             25   A69-1303-555 13940 2017-03-16 10:34:00          45
    +#> 9056             25   A69-1303-555 13942 2017-03-16 10:36:00          45
    +#> 9057             25   A69-1303-555 13944 2017-03-16 10:38:00          45
    +#> 9058             25   A69-1303-555 13945 2017-03-16 10:40:00          45
    +#> 9059             25   A69-1303-555 13947 2017-03-16 10:42:00          45
    +#> 9060             25   A69-1303-555 13949 2017-03-16 10:44:00          45
    +#> 9061             25   A69-1303-555 13950 2017-03-16 10:46:00          45
    +#> 9062             25   A69-1303-555 13952 2017-03-16 10:48:00          45
    +#> 9063             25   A69-1303-555 13954 2017-03-16 10:50:00          45
    +#> 9064             25   A69-1303-555 13957 2017-03-16 10:52:00          45
    +#> 9065             25   A69-1303-555 13959 2017-03-16 10:54:00          45
    +#> 9066             25   A69-1303-555 13961 2017-03-16 10:56:00          45
    +#> 9067             25   A69-1303-555 13963 2017-03-16 10:58:00          45
    +#> 9068             25   A69-1303-555 13965 2017-03-16 11:00:00          45
    +#> 9069             25   A69-1303-555 13967 2017-03-16 11:02:00          45
    +#> 9070             25   A69-1303-555 13969 2017-03-16 11:04:00          45
    +#> 9071             25   A69-1303-555 13971 2017-03-16 11:06:00          45
    +#> 9072             25   A69-1303-555 13972 2017-03-16 11:08:00          45
    +#> 9073             25   A69-1303-555 13973 2017-03-16 11:10:00          45
    +#> 9074             25   A69-1303-555 13975 2017-03-16 11:12:00          45
    +#> 9075             25   A69-1303-555 13976 2017-03-16 11:14:00          45
    +#> 9076             25   A69-1303-555 13979 2017-03-16 11:16:00          45
    +#> 9077             25   A69-1303-555 13981 2017-03-16 11:18:00          45
    +#> 9078             25   A69-1303-555 13984 2017-03-16 11:22:00          45
    +#> 9079             25   A69-1303-555 13986 2017-03-16 11:24:00          45
    +#> 9080             25   A69-1303-555 13988 2017-03-16 11:26:00          45
    +#> 9081             25   A69-1303-555 13990 2017-03-16 11:28:00          45
    +#> 9082             25   A69-1303-555 13992 2017-03-16 11:30:00          45
    +#> 9083             25   A69-1303-555 13994 2017-03-16 11:32:00          45
    +#> 9084             25   A69-1303-555 13995 2017-03-16 11:34:00          45
    +#> 9085             25   A69-1303-555 13997 2017-03-16 11:36:00          45
    +#> 9086             25   A69-1303-555 13999 2017-03-16 11:38:00          45
    +#> 9087             25   A69-1303-555 14001 2017-03-16 11:40:00          45
    +#> 9088             25   A69-1303-555 14003 2017-03-16 11:44:00          45
    +#> 9089             25   A69-1303-555 14005 2017-03-16 11:46:00          45
    +#> 9090             25   A69-1303-555 14007 2017-03-16 11:48:00          45
    +#> 9091             25   A69-1303-555 14009 2017-03-16 11:50:00          45
    +#> 9092             25   A69-1303-555 14011 2017-03-16 11:52:00          45
    +#> 9093             25   A69-1303-555 14013 2017-03-16 11:54:00          45
    +#> 9094             25   A69-1303-555 14014 2017-03-16 11:56:00          45
    +#> 9095             25   A69-1303-555 14016 2017-03-16 11:58:00          45
    +#> 9096             25   A69-1303-555 14017 2017-03-16 12:00:00          45
    +#> 9097             25   A69-1303-555 14018 2017-03-16 12:02:00          45
    +#> 9098             25   A69-1303-555 14021 2017-03-16 12:04:00          45
    +#> 9099             25   A69-1303-555 14022 2017-03-16 12:06:00          45
    +#> 9100             25   A69-1303-555 14023 2017-03-16 12:08:00          45
    +#> 9101             25   A69-1303-555 14025 2017-03-16 12:10:00          45
    +#> 9102             25   A69-1303-555 14026 2017-03-16 12:12:00          45
    +#> 9103             25   A69-1303-555 14028 2017-03-16 12:14:00          45
    +#> 9104             25   A69-1303-555 14031 2017-03-16 12:16:00          45
    +#> 9105             25   A69-1303-555 14033 2017-03-16 12:22:00          45
    +#> 9106             25   A69-1303-555 14034 2017-03-16 12:24:00          45
    +#> 9107             25   A69-1303-555 14035 2017-03-16 12:26:00          45
    +#> 9108             25   A69-1303-555 14037 2017-03-16 12:28:00          45
    +#> 9109             25   A69-1303-555 14039 2017-03-16 12:30:00          45
    +#> 9110             25   A69-1303-555 14041 2017-03-16 12:32:00          45
    +#> 9111             25   A69-1303-555 14043 2017-03-16 12:34:00          45
    +#> 9112             25   A69-1303-555 14045 2017-03-16 12:36:00          45
    +#> 9113             25   A69-1303-555 14047 2017-03-16 12:38:00          45
    +#> 9114             25   A69-1303-555 14050 2017-03-16 12:40:00          45
    +#> 9115             25   A69-1303-555 14051 2017-03-16 12:42:00          45
    +#> 9116             25   A69-1303-555 14052 2017-03-16 12:44:00          45
    +#> 9117             25   A69-1303-555 14054 2017-03-16 12:46:00          45
    +#> 9118             25   A69-1303-555 14055 2017-03-16 12:48:00          45
    +#> 9119             25   A69-1303-555 14057 2017-03-16 12:50:00          45
    +#> 9120             25   A69-1303-555 14059 2017-03-16 12:52:00          45
    +#> 9121             25   A69-1303-555 14061 2017-03-16 12:54:00          45
    +#> 9122             25   A69-1303-555 14063 2017-03-16 12:56:00          45
    +#> 9123             25   A69-1303-555 14064 2017-03-16 12:58:00          45
    +#> 9124             25   A69-1303-555 14067 2017-03-16 13:00:00          45
    +#> 9125             25   A69-1303-555 14069 2017-03-16 13:02:00          45
    +#> 9126             25   A69-1303-555 14070 2017-03-16 13:04:00          45
    +#> 9127             25   A69-1303-555 14072 2017-03-16 13:06:00          45
    +#> 9128             25   A69-1303-555 14074 2017-03-16 13:08:00          45
    +#> 9129             25   A69-1303-555 14076 2017-03-16 13:10:00          45
    +#> 9130             25   A69-1303-555 14077 2017-03-16 13:12:00          45
    +#> 9131             25   A69-1303-555 14078 2017-03-16 13:14:00          45
    +#> 9132             25   A69-1303-555 14080 2017-03-16 13:16:00          45
    +#> 9133             25   A69-1303-555 14082 2017-03-16 13:18:00          45
    +#> 9134             25   A69-1303-555 14084 2017-03-16 13:22:00          45
    +#> 9135             25   A69-1303-555 14087 2017-03-16 13:24:00          45
    +#> 9136             25   A69-1303-555 14088 2017-03-16 13:26:00          45
    +#> 9137             25   A69-1303-555 14089 2017-03-16 13:28:00          45
    +#> 9138             25   A69-1303-555 14092 2017-03-16 13:30:00          45
    +#> 9139             25   A69-1303-555 14094 2017-03-16 13:32:00          45
    +#> 9140             25   A69-1303-555 14097 2017-03-16 13:34:00          45
    +#> 9141             25   A69-1303-555 14098 2017-03-16 13:36:00          45
    +#> 9142             25   A69-1303-555 14099 2017-03-16 13:38:00          45
    +#> 9143             25   A69-1303-555 14101 2017-03-16 13:40:00          45
    +#> 9144             25   A69-1303-555 14103 2017-03-16 13:42:00          45
    +#> 9145             25   A69-1303-555 14105 2017-03-16 13:44:00          45
    +#> 9146             25   A69-1303-555 14107 2017-03-16 13:46:00          45
    +#> 9147             25   A69-1303-555 14108 2017-03-16 13:48:00          45
    +#> 9148             25   A69-1303-555 14110 2017-03-16 13:50:00          45
    +#> 9149             25   A69-1303-555 14111 2017-03-16 13:52:00          45
    +#> 9150             25   A69-1303-555 14112 2017-03-16 13:54:00          45
    +#> 9151             25   A69-1303-555 14113 2017-03-16 13:56:00          45
    +#> 9152             25   A69-1303-555 14114 2017-03-16 13:58:00          45
    +#> 9153             25   A69-1303-555 14116 2017-03-16 14:08:00          45
    +#> 9154             25   A69-1303-555 14117 2017-03-16 14:10:00          45
    +#> 9155             25   A69-1303-555 14118 2017-03-16 14:12:00          45
    +#> 9156             25   A69-1303-555 14119 2017-03-16 14:14:00          45
    +#> 9157             25   A69-1303-555 14120 2017-03-16 14:18:00          45
    +#> 9158             25   A69-1303-555 14121 2017-03-16 14:20:00          45
    +#> 9159             25   A69-1303-555 14122 2017-03-16 14:22:00          45
    +#> 9160             25   A69-1303-555 14123 2017-03-16 14:24:00          45
    +#> 9161             25   A69-1303-555 14124 2017-03-16 14:28:00          45
    +#> 9162             25   A69-1303-555 14125 2017-03-16 14:34:00          45
    +#> 9163             25   A69-1303-555 14126 2017-03-16 14:36:00          45
    +#> 9164             25   A69-1303-555 14127 2017-03-16 14:50:00          45
    +#> 9165             25   A69-1303-555 14128 2017-03-16 14:52:00          45
    +#> 9166             25   A69-1303-555 14129 2017-03-16 14:54:00          45
    +#> 9167             25   A69-1303-555 14130 2017-03-16 15:10:00          45
    +#> 9168             25   A69-1303-555 14131 2017-03-16 15:14:00          45
    +#> 9169             25   A69-1303-555 14132 2017-03-16 15:16:00          45
    +#> 9170             25   A69-1303-555 14133 2017-03-16 15:20:00          45
    +#> 9171             25   A69-1303-555 14135 2017-03-16 15:24:00          45
    +#> 9172             25   A69-1303-555 14136 2017-03-16 15:30:00          45
    +#> 9173             25   A69-1303-555 14137 2017-03-16 15:32:00          45
    +#> 9174             25   A69-1303-555 14138 2017-03-16 15:34:00          45
    +#> 9175             25   A69-1303-555 14139 2017-03-16 15:36:00          45
    +#> 9176             25   A69-1303-555 14141 2017-03-16 15:38:00          45
    +#> 9177             25   A69-1303-555 14142 2017-03-16 15:40:00          45
    +#> 9178             25   A69-1303-555 14144 2017-03-16 15:42:00          45
    +#> 9179             25   A69-1303-555 14146 2017-03-16 15:44:00          45
    +#> 9180             25   A69-1303-555 14147 2017-03-16 15:46:00          45
    +#> 9181             25   A69-1303-555 14150 2017-03-16 15:48:00          45
    +#> 9182             25   A69-1303-555 14151 2017-03-16 15:50:00          45
    +#> 9183             25   A69-1303-555 14153 2017-03-16 15:52:00          45
    +#> 9184             25   A69-1303-555 14154 2017-03-16 15:54:00          45
    +#> 9185             25   A69-1303-555 14156 2017-03-16 15:56:00          45
    +#> 9186             25   A69-1303-555 14158 2017-03-16 15:58:00          45
    +#> 9187             25   A69-1303-555 14160 2017-03-16 16:00:00          45
    +#> 9188             25   A69-1303-555 14161 2017-03-16 16:06:00          45
    +#> 9189             25   A69-1303-555 14162 2017-03-16 16:08:00          45
    +#> 9190             25   A69-1303-555 14163 2017-03-16 16:12:00          45
    +#> 9191             25   A69-1303-555 14164 2017-03-16 16:18:00          45
    +#> 9192             25   A69-1303-555 14165 2017-03-16 16:20:00          45
    +#> 9193             25   A69-1303-555 14166 2017-03-16 16:22:00          45
    +#> 9194             25   A69-1303-555 14167 2017-03-16 16:24:00          45
    +#> 9195             25   A69-1303-555 14169 2017-03-16 16:26:00          45
    +#> 9196             25   A69-1303-555 14171 2017-03-16 16:28:00          45
    +#> 9197             25   A69-1303-555 14173 2017-03-16 16:30:00          45
    +#> 9198             25   A69-1303-555 14175 2017-03-16 16:38:00          45
    +#> 9199             25   A69-1303-555 14176 2017-03-16 16:42:00          45
    +#> 9200             25   A69-1303-555 14177 2017-03-16 16:44:00          45
    +#> 9201             25   A69-1303-555 14178 2017-03-18 17:16:00          47
    +#> 9202             25   A69-1303-555 14179 2017-03-18 17:22:00          47
    +#> 9203             25   A69-1303-555 14181 2017-03-18 17:24:00          47
    +#> 9204             25   A69-1303-555 14183 2017-03-18 17:26:00          47
    +#> 9205             25   A69-1303-555 14184 2017-03-18 17:28:00          47
    +#> 9206             25   A69-1303-555 14185 2017-03-18 17:30:00          47
    +#> 9207             25   A69-1303-555 14186 2017-03-18 17:32:00          47
    +#> 9208             25   A69-1303-555 14187 2017-03-18 17:34:00          47
    +#> 9209             25   A69-1303-555 14189 2017-03-18 17:36:00          47
    +#> 9210             25   A69-1303-555 14191 2017-03-18 17:38:00          47
    +#> 9211             25   A69-1303-555 14192 2017-03-18 17:40:00          47
    +#> 9212             25   A69-1303-555 14194 2017-03-18 17:42:00          47
    +#> 9213             25   A69-1303-555 14195 2017-03-18 17:44:00          47
    +#> 9214             25   A69-1303-555 14196 2017-03-18 17:46:00          47
    +#> 9215             25   A69-1303-555 14197 2017-03-18 17:48:00          47
    +#> 9216             25   A69-1303-555 14198 2017-03-18 17:52:00          47
    +#> 9217             25   A69-1303-555 14199 2017-03-18 17:58:00          47
    +#> 9218             25   A69-1303-555 14200 2017-03-18 18:00:00          47
    +#> 9219             25   A69-1303-555 14201 2017-03-18 18:04:00          47
    +#> 9220             25   A69-1303-555 14202 2017-03-19 00:54:00          47
    +#> 9221             25   A69-1303-555 14203 2017-03-19 00:56:00          47
    +#> 9222             25   A69-1303-555 14206 2017-03-19 00:58:00          47
    +#> 9223             25   A69-1303-555 14207 2017-03-19 01:00:00          47
    +#> 9224             25   A69-1303-555 14209 2017-03-19 01:02:00          47
    +#> 9225             25   A69-1303-555 14210 2017-03-19 01:18:00          47
    +#> 9226             25   A69-1303-555 14212 2017-03-19 02:08:00          47
    +#> 9227             25   A69-1303-555 14213 2017-03-19 02:10:00          47
    +#> 9228             25   A69-1303-555 14214 2017-03-19 02:14:00          47
    +#> 9229             25   A69-1303-555 14215 2017-03-19 02:22:00          47
    +#> 9230             25   A69-1303-555 14216 2017-03-19 02:24:00          47
    +#> 9231             25   A69-1303-555 14217 2017-03-19 02:28:00          47
    +#> 9232             25   A69-1303-555 14218 2017-03-19 02:30:00          47
    +#> 9233             25   A69-1303-555 14220 2017-03-19 02:32:00          47
    +#> 9234             25   A69-1303-555 14221 2017-03-19 02:34:00          47
    +#> 9235             25   A69-1303-555 14223 2017-03-19 02:36:00          47
    +#> 9236             25   A69-1303-555 14225 2017-03-19 02:38:00          47
    +#> 9237             25   A69-1303-555 14226 2017-03-19 02:40:00          47
    +#> 9238             25   A69-1303-555 14228 2017-03-19 02:42:00          47
    +#> 9239             25   A69-1303-555 14229 2017-03-19 02:44:00          47
    +#> 9240             25   A69-1303-555 14230 2017-03-19 02:46:00          47
    +#> 9241             25   A69-1303-555 14232 2017-03-19 02:48:00          47
    +#> 9242             25   A69-1303-555 14233 2017-03-19 02:50:00          47
    +#> 9243             25   A69-1303-555 14234 2017-03-19 02:52:00          47
    +#> 9244             25   A69-1303-555 14235 2017-03-19 02:56:00          47
    +#> 9245             25   A69-1303-555 14236 2017-03-19 02:58:00          47
    +#> 9246             25   A69-1303-555 14239 2017-03-19 03:00:00          47
    +#> 9247             25   A69-1303-555 14240 2017-03-19 03:02:00          47
    +#> 9248             25   A69-1303-555 14243 2017-03-19 03:08:00          47
    +#> 9249             25   A69-1303-555 14244 2017-03-19 03:10:00          47
    +#> 9250             25   A69-1303-555 14245 2017-03-19 04:14:00          47
    +#> 9251             25   A69-1303-555 14246 2017-03-19 04:16:00          47
    +#> 9252             25   A69-1303-555 14247 2017-03-19 04:18:00          47
    +#> 9253             25   A69-1303-555 14248 2017-03-19 04:30:00          47
    +#> 9254             25   A69-1303-555 14249 2017-03-19 05:06:00          41
    +#> 9255             25   A69-1303-555 14250 2017-03-19 05:24:00          41
    +#> 9256             25   A69-1303-555 14251 2017-03-19 05:26:00          41
    +#> 9257             25   A69-1303-555 14252 2017-03-19 05:30:00          41
    +#> 9258             25   A69-1303-555 14253 2017-03-19 09:16:00          41
    +#> 9259             25   A69-1303-555 14254 2017-03-19 09:20:00          41
    +#> 9260             25   A69-1303-555 14256 2017-03-19 09:22:00          41
    +#> 9261             25   A69-1303-555 14257 2017-03-19 09:24:00          41
    +#> 9262             25   A69-1303-555 14259 2017-03-19 09:26:00          41
    +#> 9263             25   A69-1303-555 14260 2017-03-19 09:28:00          41
    +#> 9264             25   A69-1303-555 14262 2017-03-19 09:32:00          41
    +#> 9265             25   A69-1303-555 14263 2017-03-19 09:38:00          41
    +#> 9266             25   A69-1303-555 14264 2017-03-19 09:40:00          41
    +#> 9267             25   A69-1303-555 14265 2017-03-19 09:44:00          41
    +#> 9268             25   A69-1303-555 14266 2017-03-19 09:46:00          41
    +#> 9269             25   A69-1303-555 14267 2017-03-19 09:56:00          41
    +#> 9270             25   A69-1303-555 14268 2017-03-19 19:46:00          41
    +#> 9271             25   A69-1303-555 14269 2017-03-19 19:54:00          41
    +#> 9272             25   A69-1303-555 14271 2017-03-19 19:56:00          41
    +#> 9273             25   A69-1303-555 14272 2017-03-19 20:14:00          41
    +#> 9274             25   A69-1303-555 14273 2017-03-19 20:26:00          41
    +#> 9275             25   A69-1303-555 14274 2017-03-19 20:28:00          41
    +#> 9276             25   A69-1303-555 14275 2017-03-19 20:34:00          41
    +#> 9277             25   A69-1303-555 14276 2017-03-19 21:06:00          41
    +#> 9278             25   A69-1303-555 14278 2017-03-19 21:10:00          41
    +#> 9279             25   A69-1303-555 14280 2017-03-19 21:12:00          41
    +#> 9280             25   A69-1303-555 14281 2017-03-19 21:22:00          41
    +#> 9281             25   A69-1303-555 14282 2017-03-19 21:24:00          41
    +#> 9282             25   A69-1303-555 14284 2017-03-19 21:26:00          41
    +#> 9283             25   A69-1303-555 14285 2017-03-19 21:28:00          41
    +#> 9284             25   A69-1303-555 14287 2017-03-19 21:30:00          41
    +#> 9285             25   A69-1303-555 14289 2017-03-19 21:32:00          41
    +#> 9286             25   A69-1303-555 14291 2017-03-19 21:34:00          41
    +#> 9287             25   A69-1303-555 14293 2017-03-19 22:28:00          41
    +#> 9288             25   A69-1303-555 14294 2017-03-19 22:44:00          41
    +#> 9289             25   A69-1303-555 14295 2017-03-19 22:46:00          41
    +#> 9290             25   A69-1303-555 14296 2017-03-19 22:50:00          41
    +#> 9291             25   A69-1303-555 14298 2017-03-19 22:52:00          41
    +#> 9292             25   A69-1303-555 14299 2017-03-19 22:54:00          41
    +#> 9293             25   A69-1303-555 14300 2017-03-19 22:56:00          41
    +#> 9294             25   A69-1303-555 14301 2017-03-19 22:58:00          41
    +#> 9295             25   A69-1303-555 14303 2017-03-19 23:00:00          41
    +#> 9296             25   A69-1303-555 14304 2017-03-19 23:08:00          41
    +#> 9297             25   A69-1303-555 14305 2017-03-19 23:10:00          41
    +#> 9298             25   A69-1303-555 14307 2017-03-19 23:14:00          41
    +#> 9299             25   A69-1303-555 14308 2017-03-19 23:16:00          41
    +#> 9300             25   A69-1303-555 14309 2017-03-19 23:18:00          41
    +#> 9301             25   A69-1303-555 14311 2017-03-19 23:20:00          41
    +#> 9302             25   A69-1303-555 14312 2017-03-19 23:22:00          41
    +#> 9303             25   A69-1303-555 14314 2017-03-19 23:24:00          41
    +#> 9304             25   A69-1303-555 14316 2017-03-19 23:26:00          41
    +#> 9305             25   A69-1303-555 14317 2017-03-19 23:28:00          41
    +#> 9306             25   A69-1303-555 14318 2017-03-19 23:30:00          41
    +#> 9307             25   A69-1303-555 14320 2017-03-19 23:32:00          41
    +#> 9308             25   A69-1303-555 14322 2017-03-19 23:34:00          41
    +#> 9309             25   A69-1303-555 14323 2017-03-19 23:36:00          41
    +#> 9310             25   A69-1303-555 14325 2017-03-19 23:38:00          41
    +#> 9311             25   A69-1303-555 14327 2017-03-19 23:40:00          41
    +#> 9312             25   A69-1303-555 14328 2017-03-19 23:50:00          41
    +#> 9313             25   A69-1303-555 14329 2017-03-19 23:54:00          41
    +#> 9314             25   A69-1303-555 14330 2017-03-19 23:56:00          41
    +#> 9315             25   A69-1303-555 14331 2017-03-19 23:58:00          41
    +#> 9316             25   A69-1303-555 14333 2017-03-20 00:02:00          41
    +#> 9317             25   A69-1303-555 14334 2017-03-20 00:04:00          41
    +#> 9318             25   A69-1303-555 14335 2017-03-20 00:06:00          41
    +#> 9319             25   A69-1303-555 14337 2017-03-20 00:08:00          41
    +#> 9320             25   A69-1303-555 14340 2017-03-20 00:10:00          41
    +#> 9321             25   A69-1303-555 14342 2017-03-20 00:12:00          41
    +#> 9322             25   A69-1303-555 14343 2017-03-20 00:14:00          41
    +#> 9323             25   A69-1303-555 14345 2017-03-20 00:16:00          41
    +#> 9324             25   A69-1303-555 14347 2017-03-20 00:18:00          41
    +#> 9325             25   A69-1303-555 14349 2017-03-20 00:20:00          41
    +#> 9326             25   A69-1303-555 14351 2017-03-20 00:22:00          41
    +#> 9327             25   A69-1303-555 14352 2017-03-20 00:24:00          41
    +#> 9328             25   A69-1303-555 14353 2017-03-20 00:28:00          41
    +#> 9329             25   A69-1303-555 14355 2017-03-20 00:30:00          41
    +#> 9330             25   A69-1303-555 14358 2017-03-20 00:32:00          41
    +#> 9331             25   A69-1303-555 14360 2017-03-20 00:34:00          41
    +#> 9332             25   A69-1303-555 14361 2017-03-20 00:36:00          41
    +#> 9333             25   A69-1303-555 14364 2017-03-20 00:38:00          41
    +#> 9334             25   A69-1303-555 14366 2017-03-20 00:40:00          41
    +#> 9335             25   A69-1303-555 14367 2017-03-20 00:42:00          41
    +#> 9336             25   A69-1303-555 14369 2017-03-20 00:44:00          41
    +#> 9337             25   A69-1303-555 14371 2017-03-20 00:48:00          47
    +#> 9338             25   A69-1303-555 14372 2017-03-20 00:50:00          41
    +#> 9339             25   A69-1303-555 14373 2017-03-20 00:54:00          47
    +#> 9340             25   A69-1303-555 14374 2017-03-20 01:06:00          47
    +#> 9341             25   A69-1303-555 14375 2017-03-20 01:06:00          41
    +#> 9342             25   A69-1303-555 14376 2017-03-20 01:10:00          41
    +#> 9343             25   A69-1303-555 14377 2017-03-20 01:12:00          41
    +#> 9344             25   A69-1303-555 14378 2017-03-20 01:14:00          47
    +#> 9345             25   A69-1303-555 14380 2017-03-20 01:18:00          47
    +#> 9346             25   A69-1303-555 14381 2017-03-20 01:18:00          41
    +#> 9347             25   A69-1303-555 14382 2017-03-20 01:20:00          47
    +#> 9348             25   A69-1303-555 14383 2017-03-20 01:22:00          41
    +#> 9349             25   A69-1303-555 14384 2017-03-20 01:22:00          47
    +#> 9350             25   A69-1303-555 14386 2017-03-20 01:24:00          47
    +#> 9351             25   A69-1303-555 14388 2017-03-20 01:24:00          41
    +#> 9352             25   A69-1303-555 14389 2017-03-20 01:26:00          47
    +#> 9353             25   A69-1303-555 14390 2017-03-20 01:28:00          47
    +#> 9354             25   A69-1303-555 14392 2017-03-20 01:30:00          47
    +#> 9355             25   A69-1303-555 14393 2017-03-20 01:32:00          41
    +#> 9356             25   A69-1303-555 14394 2017-03-20 01:34:00          47
    +#> 9357             25   A69-1303-555 14395 2017-03-20 01:36:00          47
    +#> 9358             25   A69-1303-555 14396 2017-03-20 01:38:00          47
    +#> 9359             25   A69-1303-555 14398 2017-03-20 01:40:00          47
    +#> 9360             25   A69-1303-555 14399 2017-03-20 01:44:00          47
    +#> 9361             25   A69-1303-555 14400 2017-03-20 01:46:00          47
    +#> 9362             25   A69-1303-555 14401 2017-03-20 01:50:00          47
    +#> 9363             25   A69-1303-555 14402 2017-03-20 02:14:00          47
    +#> 9364             25   A69-1303-555 14403 2017-03-20 02:16:00          47
    +#> 9365             25   A69-1303-555 14404 2017-03-20 02:18:00          47
    +#> 9366             25   A69-1303-555 14406 2017-03-20 02:20:00          47
    +#> 9367             25   A69-1303-555 14408 2017-03-20 02:22:00          47
    +#> 9368             25   A69-1303-555 14409 2017-03-20 02:24:00          47
    +#> 9369             25   A69-1303-555 14410 2017-03-22 14:46:00          51
    +#> 9370             25   A69-1303-555 14412 2017-03-22 14:48:00          51
    +#> 9371             25   A69-1303-555 14414 2017-03-22 14:50:00          51
    +#> 9372             25   A69-1303-555 14416 2017-03-22 14:54:00          51
    +#> 9373             25   A69-1303-555 14417 2017-03-22 14:56:00          51
    +#> 9374             25   A69-1303-555 14418 2017-03-22 14:58:00          51
    +#> 9375             25   A69-1303-555 14419 2017-03-22 15:00:00          51
    +#> 9376             25   A69-1303-555 14420 2017-03-22 15:04:00          51
    +#> 9377             25   A69-1303-555 14421 2017-03-22 16:24:00          50
    +#> 9378             25   A69-1303-555 14422 2017-03-22 16:26:00          50
    +#> 9379             25   A69-1303-555 14423 2017-03-23 03:48:00          45
    +#> 9380             25   A69-1303-555 14424 2017-03-23 03:50:00          45
    +#> 9381             25   A69-1303-555 14425 2017-03-23 03:52:00          45
    +#> 9382             25   A69-1303-555 14426 2017-03-23 03:54:00          45
    +#> 9383             25   A69-1303-555 14427 2017-03-23 03:56:00          45
    +#> 9384             25   A69-1303-555 14429 2017-03-23 03:58:00          45
    +#> 9385             25   A69-1303-555 14430 2017-03-23 04:00:00          45
    +#> 9386             25   A69-1303-555 14432 2017-03-23 04:02:00          45
    +#> 9387             25   A69-1303-555 14434 2017-03-23 04:04:00          45
    +#> 9388             25   A69-1303-555 14435 2017-03-23 04:08:00          45
    +#> 9389             25   A69-1303-555 14437 2017-03-23 04:10:00          45
    +#> 9390             25   A69-1303-555 14439 2017-03-23 04:14:00          56
    +#> 9391             25   A69-1303-555 14440 2017-03-23 04:16:00          45
    +#> 9392             25   A69-1303-555 14441 2017-03-23 04:18:00          45
    +#> 9393             25   A69-1303-555 14443 2017-03-23 04:20:00          45
    +#> 9394             25   A69-1303-555 14444 2017-03-23 04:22:00          45
    +#> 9395             25   A69-1303-555 14445 2017-03-23 04:22:00          56
    +#> 9396             25   A69-1303-555 14447 2017-03-23 04:24:00          45
    +#> 9397             25   A69-1303-555 14448 2017-03-23 04:24:00          56
    +#> 9398             25   A69-1303-555 14450 2017-03-23 04:26:00          56
    +#> 9399             25   A69-1303-555 14451 2017-03-23 04:26:00          45
    +#> 9400             25   A69-1303-555 14452 2017-03-23 04:28:00          56
    +#> 9401             25   A69-1303-555 14455 2017-03-23 04:28:00          45
    +#> 9402             25   A69-1303-555 14456 2017-03-23 04:30:00          56
    +#> 9403             25   A69-1303-555 14457 2017-03-23 04:32:00          56
    +#> 9404             25   A69-1303-555 14458 2017-03-23 04:32:00          45
    +#> 9405             25   A69-1303-555 14461 2017-03-23 04:34:00          45
    +#> 9406             25   A69-1303-555 14463 2017-03-23 04:36:00          45
    +#> 9407             25   A69-1303-555 14464 2017-03-23 04:38:00          45
    +#> 9408             25   A69-1303-555 14465 2017-03-23 04:38:00          56
    +#> 9409             25   A69-1303-555 14468 2017-03-23 04:40:00          45
    +#> 9410             25   A69-1303-555 14469 2017-03-23 04:40:00          56
    +#> 9411             25   A69-1303-555 14471 2017-03-23 04:42:00          45
    +#> 9412             25   A69-1303-555 14472 2017-03-23 04:44:00          45
    +#> 9413             25   A69-1303-555 14473 2017-03-23 04:44:00          56
    +#> 9414             25   A69-1303-555 14474 2017-03-23 04:46:00          45
    +#> 9415             25   A69-1303-555 14476 2017-03-23 04:48:00          45
    +#> 9416             25   A69-1303-555 14478 2017-03-23 04:50:00          45
    +#> 9417             25   A69-1303-555 14479 2017-03-23 04:52:00          45
    +#> 9418             25   A69-1303-555 14481 2017-03-23 04:54:00          45
    +#> 9419             25   A69-1303-555 14483 2017-03-23 04:58:00          45
    +#> 9420             25   A69-1303-555 14484 2017-03-23 05:02:00          45
    +#> 9421             25   A69-1303-555 14486 2017-03-23 05:04:00          45
    +#> 9422             25   A69-1303-555 14487 2017-03-23 05:06:00          45
    +#> 9423             25   A69-1303-555 14489 2017-03-23 05:08:00          45
    +#> 9424             25   A69-1303-555 14490 2017-03-23 05:10:00          45
    +#> 9425             25   A69-1303-555 14492 2017-03-23 05:12:00          45
    +#> 9426             25   A69-1303-555 14493 2017-03-23 05:14:00          45
    +#> 9427             25   A69-1303-555 14494 2017-03-23 05:16:00          45
    +#> 9428             25   A69-1303-555 14496 2017-03-23 05:20:00          45
    +#> 9429             25   A69-1303-555 14498 2017-03-23 05:22:00          45
    +#> 9430             25   A69-1303-555 14501 2017-03-23 05:24:00          45
    +#> 9431             25   A69-1303-555 14503 2017-03-23 05:26:00          45
    +#> 9432             25   A69-1303-555 14505 2017-03-23 05:28:00          45
    +#> 9433             25   A69-1303-555 14506 2017-03-23 05:30:00          45
    +#> 9434             25   A69-1303-555 14508 2017-03-23 05:32:00          45
    +#> 9435             25   A69-1303-555 14509 2017-03-23 05:34:00          45
    +#> 9436             25   A69-1303-555 14511 2017-03-23 05:36:00          45
    +#> 9437             25   A69-1303-555 14514 2017-03-23 05:38:00          45
    +#> 9438             25   A69-1303-555 14515 2017-03-23 05:40:00          45
    +#> 9439             25   A69-1303-555 14517 2017-03-23 05:44:00          45
    +#> 9440             25   A69-1303-555 14518 2017-03-23 05:46:00          45
    +#> 9441             25   A69-1303-555 14520 2017-03-23 05:48:00          45
    +#> 9442             25   A69-1303-555 14522 2017-03-23 05:50:00          45
    +#> 9443             25   A69-1303-555 14523 2017-03-23 05:52:00          45
    +#> 9444             25   A69-1303-555 14525 2017-03-23 05:54:00          45
    +#> 9445             25   A69-1303-555 14528 2017-03-23 05:56:00          45
    +#> 9446             25   A69-1303-555 14530 2017-03-23 05:58:00          45
    +#> 9447             25   A69-1303-555 14533 2017-03-23 06:00:00          45
    +#> 9448             25   A69-1303-555 14535 2017-03-23 06:02:00          45
    +#> 9449             25   A69-1303-555 14536 2017-03-23 06:04:00          45
    +#> 9450             25   A69-1303-555 14538 2017-03-23 06:06:00          45
    +#> 9451             25   A69-1303-555 14540 2017-03-23 06:08:00          45
    +#> 9452             25   A69-1303-555 14541 2017-03-23 06:10:00          45
    +#> 9453             25   A69-1303-555 14543 2017-03-23 06:12:00          45
    +#> 9454             25   A69-1303-555 14546 2017-03-23 06:14:00          45
    +#> 9455             25   A69-1303-555 14548 2017-03-23 06:16:00          45
    +#> 9456             25   A69-1303-555 14550 2017-03-23 06:18:00          45
    +#> 9457             25   A69-1303-555 14552 2017-03-23 06:20:00          45
    +#> 9458             25   A69-1303-555 14554 2017-03-23 06:22:00          45
    +#> 9459             25   A69-1303-555 14555 2017-03-23 06:24:00          45
    +#> 9460             25   A69-1303-555 14557 2017-03-23 06:26:00          45
    +#> 9461             25   A69-1303-555 14558 2017-03-23 06:28:00          45
    +#> 9462             25   A69-1303-555 14560 2017-03-23 06:30:00          45
    +#> 9463             25   A69-1303-555 14562 2017-03-23 06:32:00          45
    +#> 9464             25   A69-1303-555 14564 2017-03-23 06:34:00          45
    +#> 9465             25   A69-1303-555 14566 2017-03-23 06:38:00          45
    +#> 9466             25   A69-1303-555 14568 2017-03-23 06:40:00          45
    +#> 9467             25   A69-1303-555 14570 2017-03-23 06:42:00          45
    +#> 9468             25   A69-1303-555 14572 2017-03-23 06:44:00          45
    +#> 9469             25   A69-1303-555 14574 2017-03-23 06:46:00          45
    +#> 9470             25   A69-1303-555 14576 2017-03-23 06:48:00          45
    +#> 9471             25   A69-1303-555 14578 2017-03-23 06:52:00          45
    +#> 9472             25   A69-1303-555 14579 2017-03-23 06:54:00          45
    +#> 9473             25   A69-1303-555 14582 2017-03-23 06:56:00          45
    +#> 9474             25   A69-1303-555 14583 2017-03-23 06:58:00          45
    +#> 9475             25   A69-1303-555 14585 2017-03-23 07:00:00          45
    +#> 9476             25   A69-1303-555 14587 2017-03-23 07:02:00          45
    +#> 9477             25   A69-1303-555 14588 2017-03-23 07:04:00          45
    +#> 9478             25   A69-1303-555 14589 2017-03-23 07:06:00          45
    +#> 9479             25   A69-1303-555 14591 2017-03-23 07:08:00          45
    +#> 9480             25   A69-1303-555 14592 2017-03-23 07:10:00          45
    +#> 9481             25   A69-1303-555 14593 2017-03-23 07:12:00          45
    +#> 9482             25   A69-1303-555 14595 2017-03-23 07:14:00          45
    +#> 9483             25   A69-1303-555 14596 2017-03-23 07:16:00          45
    +#> 9484             25   A69-1303-555 14597 2017-03-23 07:18:00          45
    +#> 9485             25   A69-1303-555 14598 2017-03-23 07:20:00          45
    +#> 9486             25   A69-1303-555 14599 2017-03-23 07:22:00          45
    +#> 9487             25   A69-1303-555 14601 2017-03-23 07:24:00          45
    +#> 9488             25   A69-1303-555 14603 2017-03-23 07:26:00          45
    +#> 9489             25   A69-1303-555 14604 2017-03-23 07:28:00          45
    +#> 9490             25   A69-1303-555 14606 2017-03-23 07:30:00          45
    +#> 9491             25   A69-1303-555 14608 2017-03-23 07:32:00          45
    +#> 9492             25   A69-1303-555 14609 2017-03-23 07:34:00          45
    +#> 9493             25   A69-1303-555 14611 2017-03-23 07:36:00          45
    +#> 9494             25   A69-1303-555 14613 2017-03-23 07:38:00          45
    +#> 9495             25   A69-1303-555 14615 2017-03-23 07:40:00          45
    +#> 9496             25   A69-1303-555 14616 2017-03-23 07:42:00          45
    +#> 9497             25   A69-1303-555 14618 2017-03-23 07:44:00          45
    +#> 9498             25   A69-1303-555 14619 2017-03-23 07:46:00          45
    +#> 9499             25   A69-1303-555 14621 2017-03-23 07:48:00          45
    +#> 9500             25   A69-1303-555 14622 2017-03-23 07:50:00          45
    +#> 9501             25   A69-1303-555 14623 2017-03-23 07:52:00          45
    +#> 9502             25   A69-1303-555 14625 2017-03-23 07:54:00          45
    +#> 9503             25   A69-1303-555 14628 2017-03-23 07:56:00          45
    +#> 9504             25   A69-1303-555 14630 2017-03-23 07:58:00          45
    +#> 9505             25   A69-1303-555 14632 2017-03-23 08:00:00          45
    +#> 9506             25   A69-1303-555 14634 2017-03-23 08:02:00          45
    +#> 9507             25   A69-1303-555 14636 2017-03-23 08:04:00          45
    +#> 9508             25   A69-1303-555 14637 2017-03-23 08:06:00          45
    +#> 9509             25   A69-1303-555 14638 2017-03-23 08:08:00          45
    +#> 9510             25   A69-1303-555 14641 2017-03-23 08:12:00          45
    +#> 9511             25   A69-1303-555 14643 2017-03-23 08:14:00          45
    +#> 9512             25   A69-1303-555 14645 2017-03-23 08:16:00          45
    +#> 9513             25   A69-1303-555 14647 2017-03-23 08:18:00          45
    +#> 9514             25   A69-1303-555 14649 2017-03-23 08:20:00          45
    +#> 9515             25   A69-1303-555 14650 2017-03-23 08:22:00          45
    +#> 9516             25   A69-1303-555 14651 2017-03-23 08:24:00          45
    +#> 9517             25   A69-1303-555 14653 2017-03-23 08:26:00          45
    +#> 9518             25   A69-1303-555 14655 2017-03-23 08:28:00          45
    +#> 9519             25   A69-1303-555 14657 2017-03-23 08:30:00          45
    +#> 9520             25   A69-1303-555 14659 2017-03-23 08:32:00          45
    +#> 9521             25   A69-1303-555 14661 2017-03-23 08:34:00          45
    +#> 9522             25   A69-1303-555 14663 2017-03-23 08:36:00          45
    +#> 9523             25   A69-1303-555 14665 2017-03-23 08:38:00          45
    +#> 9524             25   A69-1303-555 14666 2017-03-23 08:40:00          45
    +#> 9525             25   A69-1303-555 14668 2017-03-23 08:42:00          45
    +#> 9526             25   A69-1303-555 14670 2017-03-23 08:44:00          45
    +#> 9527             25   A69-1303-555 14672 2017-03-23 08:46:00          45
    +#> 9528             25   A69-1303-555 14674 2017-03-23 08:48:00          45
    +#> 9529             25   A69-1303-555 14675 2017-03-23 08:50:00          45
    +#> 9530             25   A69-1303-555 14676 2017-03-23 08:52:00          45
    +#> 9531             25   A69-1303-555 14678 2017-03-23 08:54:00          45
    +#> 9532             25   A69-1303-555 14679 2017-03-23 08:56:00          45
    +#> 9533             25   A69-1303-555 14681 2017-03-23 08:58:00          45
    +#> 9534             25   A69-1303-555 14682 2017-03-23 09:00:00          45
    +#> 9535             25   A69-1303-555 14684 2017-03-23 09:02:00          45
    +#> 9536             25   A69-1303-555 14686 2017-03-23 09:04:00          45
    +#> 9537             25   A69-1303-555 14688 2017-03-23 09:06:00          45
    +#> 9538             25   A69-1303-555 14690 2017-03-23 09:08:00          45
    +#> 9539             25   A69-1303-555 14691 2017-03-23 09:18:00          45
    +#> 9540             25   A69-1303-555 14692 2017-03-23 09:20:00          45
    +#> 9541             25   A69-1303-555 14694 2017-03-23 09:26:00          45
    +#> 9542             25   A69-1303-555 14696 2017-03-23 09:28:00          45
    +#> 9543             25   A69-1303-555 14699 2017-03-23 09:30:00          45
    +#> 9544             25   A69-1303-555 14700 2017-03-23 09:32:00          45
    +#> 9545             25   A69-1303-555 14702 2017-03-23 09:34:00          45
    +#> 9546             25   A69-1303-555 14703 2017-03-23 09:36:00          45
    +#> 9547             25   A69-1303-555 14704 2017-03-23 09:40:00          45
    +#> 9548             25   A69-1303-555 14705 2017-03-23 09:42:00          45
    +#> 9549             25   A69-1303-555 14706 2017-03-23 09:44:00          45
    +#> 9550             25   A69-1303-555 14708 2017-03-23 09:46:00          45
    +#> 9551             25   A69-1303-555 14710 2017-03-23 09:48:00          45
    +#> 9552             25   A69-1303-555 14711 2017-03-23 09:50:00          45
    +#> 9553             25   A69-1303-555 14712 2017-03-23 09:52:00          45
    +#> 9554             25   A69-1303-555 14713 2017-03-23 09:54:00          45
    +#> 9555             25   A69-1303-555 14715 2017-03-23 09:56:00          45
    +#> 9556             25   A69-1303-555 14717 2017-03-23 09:58:00          45
    +#> 9557             25   A69-1303-555 14719 2017-03-23 10:00:00          45
    +#> 9558             25   A69-1303-555 14721 2017-03-23 10:02:00          45
    +#> 9559             25   A69-1303-555 14722 2017-03-23 10:04:00          45
    +#> 9560             25   A69-1303-555 14724 2017-03-23 10:06:00          45
    +#> 9561             25   A69-1303-555 14725 2017-03-23 10:12:00          45
    +#> 9562             25   A69-1303-555 14727 2017-03-23 10:16:00          45
    +#> 9563             25   A69-1303-555 14729 2017-03-23 10:18:00          45
    +#> 9564             25   A69-1303-555 14731 2017-03-23 10:22:00          45
    +#> 9565             25   A69-1303-555 14732 2017-03-23 10:24:00          45
    +#> 9566             25   A69-1303-555 14734 2017-03-23 10:26:00          45
    +#> 9567             25   A69-1303-555 14735 2017-03-23 10:28:00          45
    +#> 9568             25   A69-1303-555 14737 2017-03-23 10:32:00          45
    +#> 9569             25   A69-1303-555 14738 2017-03-23 10:34:00          45
    +#> 9570             25   A69-1303-555 14740 2017-03-23 10:38:00          45
    +#> 9571             25   A69-1303-555 14742 2017-03-23 10:40:00          45
    +#> 9572             25   A69-1303-555 14744 2017-03-23 10:42:00          45
    +#> 9573             25   A69-1303-555 14745 2017-03-23 10:46:00          45
    +#> 9574             25   A69-1303-555 14746 2017-03-23 10:48:00          45
    +#> 9575             25   A69-1303-555 14747 2017-03-23 10:50:00          45
    +#> 9576             25   A69-1303-555 14748 2017-03-23 10:52:00          45
    +#> 9577             25   A69-1303-555 14749 2017-03-23 10:56:00          45
    +#> 9578             25   A69-1303-555 14752 2017-03-23 10:58:00          45
    +#> 9579             25   A69-1303-555 14753 2017-03-23 11:00:00          45
    +#> 9580             25   A69-1303-555 14755 2017-03-23 11:02:00          45
    +#> 9581             25   A69-1303-555 14756 2017-03-23 11:06:00          45
    +#> 9582             25   A69-1303-555 14758 2017-03-23 11:08:00          45
    +#> 9583             25   A69-1303-555 14759 2017-03-23 11:10:00          45
    +#> 9584             25   A69-1303-555 14760 2017-03-23 11:12:00          45
    +#> 9585             25   A69-1303-555 14762 2017-03-23 11:16:00          45
    +#> 9586             25   A69-1303-555 14764 2017-03-23 11:18:00          45
    +#> 9587             25   A69-1303-555 14765 2017-03-23 11:22:00          45
    +#> 9588             25   A69-1303-555 14766 2017-03-23 11:24:00          45
    +#> 9589             25   A69-1303-555 14767 2017-03-23 11:26:00          45
    +#> 9590             25   A69-1303-555 14768 2017-03-23 11:28:00          45
    +#> 9591             25   A69-1303-555 14769 2017-03-23 11:34:00          45
    +#> 9592             25   A69-1303-555 14772 2017-03-23 11:36:00          45
    +#> 9593             25   A69-1303-555 14774 2017-03-23 11:38:00          45
    +#> 9594             25   A69-1303-555 14775 2017-03-23 11:40:00          45
    +#> 9595             25   A69-1303-555 14776 2017-03-23 11:42:00          45
    +#> 9596             25   A69-1303-555 14777 2017-03-23 11:46:00          45
    +#> 9597             25   A69-1303-555 14778 2017-03-23 11:48:00          45
    +#> 9598             25   A69-1303-555 14779 2017-03-23 11:50:00          45
    +#> 9599             25   A69-1303-555 14782 2017-03-23 11:52:00          45
    +#> 9600             25   A69-1303-555 14783 2017-03-23 11:54:00          45
    +#> 9601             25   A69-1303-555 14784 2017-03-23 11:58:00          45
    +#> 9602             25   A69-1303-555 14785 2017-03-23 12:02:00          45
    +#> 9603             25   A69-1303-555 14786 2017-03-23 12:06:00          45
    +#> 9604             25   A69-1303-555 14787 2017-03-23 12:08:00          45
    +#> 9605             25   A69-1303-555 14788 2017-03-23 12:16:00          45
    +#> 9606             25   A69-1303-555 14789 2017-03-23 12:18:00          45
    +#> 9607             25   A69-1303-555 14790 2017-03-23 12:20:00          45
    +#> 9608             25   A69-1303-555 14791 2017-03-23 12:24:00          45
    +#> 9609             25   A69-1303-555 14792 2017-03-23 12:26:00          45
    +#> 9610             25   A69-1303-555 14793 2017-03-23 12:32:00          45
    +#> 9611             25   A69-1303-555 14794 2017-03-23 12:34:00          45
    +#> 9612             25   A69-1303-555 14795 2017-03-23 12:36:00          45
    +#> 9613             25   A69-1303-555 14796 2017-03-23 12:38:00          45
    +#> 9614             25   A69-1303-555 14797 2017-03-23 12:44:00          45
    +#> 9615             25   A69-1303-555 14798 2017-03-23 12:46:00          45
    +#> 9616             25   A69-1303-555 14799 2017-03-23 12:48:00          45
    +#> 9617             25   A69-1303-555 14800 2017-03-23 12:50:00          45
    +#> 9618             25   A69-1303-555 14802 2017-03-23 12:52:00          45
    +#> 9619             25   A69-1303-555 14803 2017-03-23 12:56:00          45
    +#> 9620             25   A69-1303-555 14804 2017-03-23 12:58:00          45
    +#> 9621             25   A69-1303-555 14805 2017-03-23 13:04:00          45
    +#> 9622             25   A69-1303-555 14806 2017-03-23 13:06:00          45
    +#> 9623             25   A69-1303-555 14807 2017-03-23 13:14:00          45
    +#> 9624             25   A69-1303-555 14808 2017-03-23 13:16:00          45
    +#> 9625             25   A69-1303-555 14809 2017-03-23 13:20:00          45
    +#> 9626             25   A69-1303-555 14810 2017-03-23 13:22:00          45
    +#> 9627             25   A69-1303-555 14812 2017-03-23 13:24:00          45
    +#> 9628             25   A69-1303-555 14814 2017-03-23 13:26:00          45
    +#> 9629             25   A69-1303-555 14817 2017-03-23 13:28:00          45
    +#> 9630             25   A69-1303-555 14818 2017-03-23 13:32:00          45
    +#> 9631             25   A69-1303-555 14821 2017-03-23 13:34:00          45
    +#> 9632             25   A69-1303-555 14822 2017-03-23 13:36:00          45
    +#> 9633             25   A69-1303-555 14824 2017-03-23 13:38:00          45
    +#> 9634             25   A69-1303-555 14825 2017-03-23 13:40:00          45
    +#> 9635             25   A69-1303-555 14828 2017-03-23 13:42:00          45
    +#> 9636             25   A69-1303-555 14829 2017-03-23 13:44:00          45
    +#> 9637             25   A69-1303-555 14831 2017-03-23 13:48:00          45
    +#> 9638             25   A69-1303-555 14832 2017-03-23 13:52:00          45
    +#> 9639             25   A69-1303-555 14833 2017-03-23 14:02:00          45
    +#> 9640             25   A69-1303-555 14834 2017-03-23 14:08:00          45
    +#> 9641             25   A69-1303-555 14836 2017-03-23 14:10:00          45
    +#> 9642             25   A69-1303-555 14839 2017-03-23 14:12:00          45
    +#> 9643             25   A69-1303-555 14840 2017-03-23 17:06:00          45
    +#> 9644             25   A69-1303-555 14841 2017-03-23 17:08:00          45
    +#> 9645             25   A69-1303-555 14843 2017-03-23 17:22:00          45
    +#> 9646             25   A69-1303-555 14844 2017-03-23 17:26:00          45
    +#> 9647             25   A69-1303-555 14845 2017-03-23 17:32:00          45
    +#> 9648             25   A69-1303-555 14848 2017-03-23 17:34:00          45
    +#> 9649             25   A69-1303-555 14849 2017-03-23 17:38:00          45
    +#> 9650             25   A69-1303-555 14851 2017-03-23 17:44:00          45
    +#> 9651             25   A69-1303-555 14852 2017-03-23 17:46:00          45
    +#> 9652             25   A69-1303-555 14853 2017-03-23 17:48:00          45
    +#> 9653             25   A69-1303-555 14854 2017-03-23 17:50:00          45
    +#> 9654             25   A69-1303-555 14855 2017-03-23 17:52:00          45
    +#> 9655             25   A69-1303-555 14857 2017-03-23 18:00:00          45
    +#> 9656             25   A69-1303-555 14858 2017-03-23 18:04:00          45
    +#> 9657             25   A69-1303-555 14859 2017-03-23 18:08:00          45
    +#> 9658             25   A69-1303-555 14860 2017-03-23 18:24:00          45
    +#> 9659             25   A69-1303-555 14862 2017-03-23 18:26:00          45
    +#> 9660             25   A69-1303-555 14863 2017-03-23 18:28:00          45
    +#> 9661             25   A69-1303-555 14865 2017-03-23 18:30:00          45
    +#> 9662             25   A69-1303-555 14867 2017-03-23 18:32:00          45
    +#> 9663             25   A69-1303-555 14869 2017-03-23 18:36:00          45
    +#> 9664             25   A69-1303-555 14871 2017-03-23 18:38:00          45
    +#> 9665             25   A69-1303-555 14872 2017-03-23 18:40:00          45
    +#> 9666             25   A69-1303-555 14873 2017-03-23 18:42:00          45
    +#> 9667             25   A69-1303-555 14874 2017-03-23 18:44:00          45
    +#> 9668             25   A69-1303-555 14875 2017-03-23 18:50:00          45
    +#> 9669             25   A69-1303-555 14876 2017-03-23 18:54:00          45
    +#> 9670             25   A69-1303-555 14877 2017-03-23 19:02:00          45
    +#> 9671             25   A69-1303-555 14879 2017-03-23 19:06:00          45
    +#> 9672             25   A69-1303-555 14880 2017-03-23 19:08:00          45
    +#> 9673             25   A69-1303-555 14881 2017-03-23 19:10:00          45
    +#> 9674             25   A69-1303-555 14883 2017-03-23 19:12:00          45
    +#> 9675             25   A69-1303-555 14884 2017-03-23 19:16:00          45
    +#> 9676             25   A69-1303-555 14886 2017-03-23 19:18:00          45
    +#> 9677             25   A69-1303-555 14888 2017-03-23 19:20:00          45
    +#> 9678             25   A69-1303-555 14890 2017-03-23 19:22:00          45
    +#> 9679             25   A69-1303-555 14892 2017-03-23 19:24:00          45
    +#> 9680             25   A69-1303-555 14894 2017-03-23 19:26:00          45
    +#> 9681             25   A69-1303-555 14896 2017-03-23 19:28:00          45
    +#> 9682             25   A69-1303-555 14897 2017-03-23 19:30:00          45
    +#> 9683             25   A69-1303-555 14898 2017-03-23 19:32:00          45
    +#> 9684             25   A69-1303-555 14899 2017-03-23 19:34:00          45
    +#> 9685             25   A69-1303-555 14900 2017-03-23 19:36:00          45
    +#> 9686             25   A69-1303-555 14901 2017-03-23 19:38:00          45
    +#> 9687             25   A69-1303-555 14902 2017-03-23 19:42:00          45
    +#> 9688             25   A69-1303-555 14903 2017-03-23 19:44:00          45
    +#> 9689             25   A69-1303-555 14906 2017-03-23 19:58:00          56
    +#> 9690             25   A69-1303-555 14907 2017-03-23 20:00:00          45
    +#> 9691             25   A69-1303-555 14909 2017-03-23 20:02:00          56
    +#> 9692             25   A69-1303-555 14910 2017-03-23 20:02:00          45
    +#> 9693             25   A69-1303-555 14911 2017-03-23 20:04:00          45
    +#> 9694             25   A69-1303-555 14913 2017-03-23 20:06:00          56
    +#> 9695             25   A69-1303-555 14914 2017-03-23 20:06:00          45
    +#> 9696             25   A69-1303-555 14917 2017-03-23 20:08:00          56
    +#> 9697             25   A69-1303-555 14918 2017-03-23 20:08:00          45
    +#> 9698             25   A69-1303-555 14919 2017-03-23 20:10:00          45
    +#> 9699             25   A69-1303-555 14920 2017-03-23 20:10:00          56
    +#> 9700             25   A69-1303-555 14923 2017-03-23 20:12:00          45
    +#> 9701             25   A69-1303-555 14924 2017-03-23 20:12:00          56
    +#> 9702             25   A69-1303-555 14926 2017-03-23 20:14:00          56
    +#> 9703             25   A69-1303-555 14928 2017-03-23 20:16:00          45
    +#> 9704             25   A69-1303-555 14929 2017-03-23 20:16:00          56
    +#> 9705             25   A69-1303-555 14930 2017-03-23 20:18:00          56
    +#> 9706             25   A69-1303-555 14932 2017-03-23 20:20:00          56
    +#> 9707             25   A69-1303-555 14934 2017-03-23 20:20:00          45
    +#> 9708             25   A69-1303-555 14935 2017-03-23 20:22:00          45
    +#> 9709             25   A69-1303-555 14936 2017-03-23 20:22:00          56
    +#> 9710             25   A69-1303-555 14938 2017-03-23 20:24:00          56
    +#> 9711             25   A69-1303-555 14939 2017-03-23 20:24:00          45
    +#> 9712             25   A69-1303-555 14940 2017-03-23 20:26:00          56
    +#> 9713             25   A69-1303-555 14941 2017-03-23 20:28:00          56
    +#> 9714             25   A69-1303-555 14943 2017-03-23 20:30:00          56
    +#> 9715             25   A69-1303-555 14944 2017-03-23 20:32:00          56
    +#> 9716             25   A69-1303-555 14946 2017-03-23 20:36:00          56
    +#> 9717             25   A69-1303-555 14948 2017-03-23 20:38:00          56
    +#> 9718             25   A69-1303-555 14950 2017-03-23 20:40:00          45
    +#> 9719             25   A69-1303-555 14951 2017-03-23 20:40:00          56
    +#> 9720             25   A69-1303-555 14953 2017-03-23 20:42:00          56
    +#> 9721             25   A69-1303-555 14954 2017-03-23 20:42:00          45
    +#> 9722             25   A69-1303-555 14955 2017-03-23 20:44:00          56
    +#> 9723             25   A69-1303-555 14956 2017-03-23 20:44:00          45
    +#> 9724             25   A69-1303-555 14958 2017-03-23 20:46:00          45
    +#> 9725             25   A69-1303-555 14959 2017-03-23 20:48:00          45
    +#> 9726             25   A69-1303-555 14962 2017-03-23 20:50:00          45
    +#> 9727             25   A69-1303-555 14963 2017-03-23 20:52:00          45
    +#> 9728             25   A69-1303-555 14965 2017-03-23 20:54:00          45
    +#> 9729             25   A69-1303-555 14966 2017-03-23 20:56:00          45
    +#> 9730             25   A69-1303-555 14967 2017-03-23 20:58:00          56
    +#> 9731             25   A69-1303-555 14968 2017-03-23 20:58:00          45
    +#> 9732             25   A69-1303-555 14969 2017-03-23 21:04:00          56
    +#> 9733             25   A69-1303-555 14970 2017-03-23 21:04:00          45
    +#> 9734             25   A69-1303-555 14971 2017-03-23 21:06:00          45
    +#> 9735             25   A69-1303-555 14973 2017-03-23 21:08:00          45
    +#> 9736             25   A69-1303-555 14974 2017-03-23 21:10:00          45
    +#> 9737             25   A69-1303-555 14975 2017-03-23 21:12:00          45
    +#> 9738             25   A69-1303-555 14976 2017-03-23 21:14:00          45
    +#> 9739             25   A69-1303-555 14978 2017-03-23 21:18:00          45
    +#> 9740             25   A69-1303-555 14980 2017-03-23 21:20:00          45
    +#> 9741             25   A69-1303-555 14981 2017-03-23 21:22:00          45
    +#> 9742             25   A69-1303-555 14983 2017-03-23 21:24:00          45
    +#> 9743             25   A69-1303-555 14985 2017-03-23 21:26:00          45
    +#> 9744             25   A69-1303-555 14986 2017-03-23 21:30:00          45
    +#> 9745             25   A69-1303-555 14988 2017-03-23 21:32:00          45
    +#> 9746             25   A69-1303-555 14991 2017-03-23 21:34:00          45
    +#> 9747             25   A69-1303-555 14993 2017-03-23 21:36:00          45
    +#> 9748             25   A69-1303-555 14995 2017-03-23 21:38:00          45
    +#> 9749             25   A69-1303-555 14996 2017-03-23 21:40:00          45
    +#> 9750             25   A69-1303-555 14997 2017-03-25 00:06:00          51
    +#> 9751             25   A69-1303-555 14999 2017-03-25 00:08:00          51
    +#> 9752             25   A69-1303-555 15000 2017-03-25 00:10:00          51
    +#> 9753             25   A69-1303-555 15001 2017-03-25 00:12:00          50
    +#> 9754             25   A69-1303-555 15002 2017-03-25 00:16:00          50
    +#> 9755             25   A69-1303-555 15003 2017-03-27 22:50:00          51
    +#> 9756             25   A69-1303-555 15004 2017-03-27 22:54:00          51
    +#> 9757             25   A69-1303-555 15006 2017-03-27 22:56:00          51
    +#> 9758             25   A69-1303-555 15007 2017-03-27 22:58:00          51
    +#> 9759             25   A69-1303-555 15008 2017-03-27 23:00:00          51
    +#> 9760             25   A69-1303-555 15009 2017-03-27 23:02:00          51
    +#> 9761             25   A69-1303-555 15012 2017-03-27 23:04:00          51
    +#> 9762             25   A69-1303-555 15013 2017-03-27 23:06:00          51
    +#> 9763             25   A69-1303-555 15014 2017-03-27 23:08:00          51
    +#> 9764             25   A69-1303-555 15015 2017-03-27 23:10:00          51
    +#> 9765             25   A69-1303-555 15018 2017-03-27 23:12:00          51
    +#> 9766             25   A69-1303-555 15019 2017-03-27 23:14:00          51
    +#> 9767             25   A69-1303-555 15020 2017-03-27 23:16:00          51
    +#> 9768             25   A69-1303-555 15023 2017-03-27 23:18:00          51
    +#> 9769             25   A69-1303-555 15024 2017-03-27 23:20:00          51
    +#> 9770             25   A69-1303-555 15027 2017-03-27 23:22:00          51
    +#> 9771             25   A69-1303-555 15029 2017-03-27 23:24:00          51
    +#> 9772             25   A69-1303-555 15030 2017-03-27 23:26:00          51
    +#> 9773             25   A69-1303-555 15032 2017-03-27 23:28:00          51
    +#> 9774             25   A69-1303-555 15033 2017-03-27 23:30:00          51
    +#> 9775             25   A69-1303-555 15034 2017-03-27 23:32:00          51
    +#> 9776             25   A69-1303-555 15035 2017-03-27 23:38:00          51
    +#> 9777             25   A69-1303-555 15036 2017-03-28 11:22:00          48
    +#> 9778             25   A69-1303-555 15037 2017-03-28 11:24:00          48
    +#> 9779             25   A69-1303-555 15038 2017-03-28 11:26:00          48
    +#> 9780             25   A69-1303-555 15041 2017-03-28 11:28:00          48
    +#> 9781             25   A69-1303-555 15042 2017-03-28 11:30:00          48
    +#> 9782             25   A69-1303-555 15043 2017-03-28 11:32:00          48
    +#> 9783             25   A69-1303-555 15046 2017-03-28 11:34:00          48
    +#> 9784             25   A69-1303-555 15047 2017-03-28 11:36:00          48
    +#> 9785             25   A69-1303-555 15049 2017-03-28 11:38:00          48
    +#> 9786             25   A69-1303-555 15051 2017-03-28 11:40:00          48
    +#> 9787             25   A69-1303-555 15052 2017-03-28 11:42:00          48
    +#> 9788             25   A69-1303-555 15054 2017-03-28 11:44:00          48
    +#> 9789             25   A69-1303-555 15055 2017-03-28 11:46:00          48
    +#> 9790             25   A69-1303-555 15057 2017-03-28 11:48:00          48
    +#> 9791             25   A69-1303-555 15059 2017-03-29 00:42:00          45
    +#> 9792             25   A69-1303-555 15060 2017-03-29 00:44:00          45
    +#> 9793             25   A69-1303-555 15061 2017-03-29 00:56:00          45
    +#> 9794             25   A69-1303-555 15062 2017-03-29 00:58:00          45
    +#> 9795             25   A69-1303-555 15063 2017-03-29 01:00:00          45
    +#> 9796             25   A69-1303-555 15064 2017-03-29 01:22:00          45
    +#> 9797             25   A69-1303-555 15065 2017-03-29 01:32:00          45
    +#> 9798             25   A69-1303-555 15066 2017-03-29 01:38:00          45
    +#> 9799             25   A69-1303-555 15067 2017-03-29 01:40:00          45
    +#> 9800             25   A69-1303-555 15068 2017-03-29 01:44:00          45
    +#> 9801             25   A69-1303-555 15070 2017-03-29 01:50:00          45
    +#> 9802             25   A69-1303-555 15072 2017-03-29 01:52:00          45
    +#> 9803             25   A69-1303-555 15073 2017-03-29 01:54:00          45
    +#> 9804             25   A69-1303-555 15074 2017-03-29 01:56:00          45
    +#> 9805             25   A69-1303-555 15075 2017-03-29 01:58:00          45
    +#> 9806             25   A69-1303-555 15077 2017-03-29 02:00:00          45
    +#> 9807             25   A69-1303-555 15079 2017-03-29 02:02:00          45
    +#> 9808             25   A69-1303-555 15081 2017-03-29 02:08:00          45
    +#> 9809             25   A69-1303-555 15082 2017-03-29 02:12:00          45
    +#> 9810             25   A69-1303-555 15084 2017-03-29 02:14:00          45
    +#> 9811             25   A69-1303-555 15085 2017-03-29 02:16:00          45
    +#> 9812             25   A69-1303-555 15087 2017-03-29 02:18:00          45
    +#> 9813             25   A69-1303-555 15089 2017-03-29 02:20:00          45
    +#> 9814             25   A69-1303-555 15091 2017-03-29 02:22:00          45
    +#> 9815             25   A69-1303-555 15092 2017-03-29 02:24:00          45
    +#> 9816             25   A69-1303-555 15094 2017-03-29 02:28:00          45
    +#> 9817             25   A69-1303-555 15096 2017-03-29 02:30:00          45
    +#> 9818             25   A69-1303-555 15097 2017-03-29 02:32:00          45
    +#> 9819             25   A69-1303-555 15098 2017-03-29 02:34:00          45
    +#> 9820             25   A69-1303-555 15100 2017-03-29 02:36:00          45
    +#> 9821             25   A69-1303-555 15101 2017-03-29 02:38:00          45
    +#> 9822             25   A69-1303-555 15102 2017-03-29 02:40:00          45
    +#> 9823             25   A69-1303-555 15103 2017-03-29 02:42:00          45
    +#> 9824             25   A69-1303-555 15104 2017-03-29 02:44:00          45
    +#> 9825             25   A69-1303-555 15106 2017-03-29 02:46:00          45
    +#> 9826             25   A69-1303-555 15107 2017-03-29 02:48:00          45
    +#> 9827             25   A69-1303-555 15108 2017-03-29 02:50:00          45
    +#> 9828             25   A69-1303-555 15110 2017-03-29 02:52:00          45
    +#> 9829             25   A69-1303-555 15112 2017-03-29 02:54:00          45
    +#> 9830             25   A69-1303-555 15114 2017-03-29 02:56:00          45
    +#> 9831             25   A69-1303-555 15116 2017-03-29 02:58:00          45
    +#> 9832             25   A69-1303-555 15118 2017-03-29 03:00:00          45
    +#> 9833             25   A69-1303-555 15120 2017-03-29 03:02:00          45
    +#> 9834             25   A69-1303-555 15121 2017-03-29 03:04:00          45
    +#> 9835             25   A69-1303-555 15123 2017-03-29 03:06:00          45
    +#> 9836             25   A69-1303-555 15124 2017-03-29 03:08:00          45
    +#> 9837             25   A69-1303-555 15125 2017-03-29 03:10:00          45
    +#> 9838             25   A69-1303-555 15127 2017-03-29 03:12:00          45
    +#> 9839             25   A69-1303-555 15130 2017-03-29 03:14:00          45
    +#> 9840             25   A69-1303-555 15132 2017-03-29 03:16:00          45
    +#> 9841             25   A69-1303-555 15134 2017-03-29 03:18:00          45
    +#> 9842             25   A69-1303-555 15135 2017-03-29 03:20:00          45
    +#> 9843             25   A69-1303-555 15137 2017-03-29 03:22:00          45
    +#> 9844             25   A69-1303-555 15139 2017-03-29 03:24:00          45
    +#> 9845             25   A69-1303-555 15140 2017-03-29 03:26:00          45
    +#> 9846             25   A69-1303-555 15142 2017-03-29 03:28:00          45
    +#> 9847             25   A69-1303-555 15143 2017-03-29 03:30:00          45
    +#> 9848             25   A69-1303-555 15145 2017-03-29 03:32:00          45
    +#> 9849             25   A69-1303-555 15147 2017-03-29 03:34:00          45
    +#> 9850             25   A69-1303-555 15150 2017-03-29 03:36:00          45
    +#> 9851             25   A69-1303-555 15152 2017-03-29 03:38:00          45
    +#> 9852             25   A69-1303-555 15154 2017-03-29 03:40:00          45
    +#> 9853             25   A69-1303-555 15155 2017-03-29 03:42:00          45
    +#> 9854             25   A69-1303-555 15156 2017-03-29 03:44:00          45
    +#> 9855             25   A69-1303-555 15158 2017-03-29 03:46:00          45
    +#> 9856             25   A69-1303-555 15160 2017-03-29 03:48:00          45
    +#> 9857             25   A69-1303-555 15162 2017-03-29 03:50:00          45
    +#> 9858             25   A69-1303-555 15164 2017-03-29 03:52:00          45
    +#> 9859             25   A69-1303-555 15165 2017-03-29 03:54:00          45
    +#> 9860             25   A69-1303-555 15167 2017-03-29 03:56:00          45
    +#> 9861             25   A69-1303-555 15168 2017-03-29 03:58:00          45
    +#> 9862             25   A69-1303-555 15169 2017-03-29 04:00:00          45
    +#> 9863             25   A69-1303-555 15172 2017-03-29 04:02:00          45
    +#> 9864             25   A69-1303-555 15174 2017-03-29 04:04:00          45
    +#> 9865             25   A69-1303-555 15175 2017-03-29 04:08:00          45
    +#> 9866             25   A69-1303-555 15177 2017-03-29 04:10:00          45
    +#> 9867             25   A69-1303-555 15178 2017-03-29 04:12:00          45
    +#> 9868             25   A69-1303-555 15180 2017-03-29 04:14:00          45
    +#> 9869             25   A69-1303-555 15181 2017-03-29 04:16:00          45
    +#> 9870             25   A69-1303-555 15182 2017-03-29 04:18:00          45
    +#> 9871             25   A69-1303-555 15184 2017-03-29 04:20:00          45
    +#> 9872             25   A69-1303-555 15185 2017-03-29 04:22:00          45
    +#> 9873             25   A69-1303-555 15187 2017-03-29 04:24:00          45
    +#> 9874             25   A69-1303-555 15188 2017-03-29 04:26:00          45
    +#> 9875             25   A69-1303-555 15190 2017-03-29 04:28:00          45
    +#> 9876             25   A69-1303-555 15192 2017-03-29 04:30:00          45
    +#> 9877             25   A69-1303-555 15194 2017-03-29 04:32:00          45
    +#> 9878             25   A69-1303-555 15195 2017-03-29 04:34:00          45
    +#> 9879             25   A69-1303-555 15197 2017-03-29 04:36:00          45
    +#> 9880             25   A69-1303-555 15199 2017-03-29 04:38:00          45
    +#> 9881             25   A69-1303-555 15200 2017-03-29 04:40:00          45
    +#> 9882             25   A69-1303-555 15202 2017-03-29 04:42:00          45
    +#> 9883             25   A69-1303-555 15204 2017-03-29 04:44:00          45
    +#> 9884             25   A69-1303-555 15206 2017-03-29 04:46:00          45
    +#> 9885             25   A69-1303-555 15209 2017-03-29 04:48:00          45
    +#> 9886             25   A69-1303-555 15210 2017-03-29 04:50:00          45
    +#> 9887             25   A69-1303-555 15213 2017-03-29 04:52:00          45
    +#> 9888             25   A69-1303-555 15214 2017-03-29 04:54:00          45
    +#> 9889             25   A69-1303-555 15217 2017-03-29 04:58:00          45
    +#> 9890             25   A69-1303-555 15219 2017-03-29 05:00:00          45
    +#> 9891             25   A69-1303-555 15220 2017-03-29 05:02:00          45
    +#> 9892             25   A69-1303-555 15223 2017-03-29 05:04:00          45
    +#> 9893             25   A69-1303-555 15224 2017-03-29 05:06:00          45
    +#> 9894             25   A69-1303-555 15225 2017-03-29 05:10:00          56
    +#> 9895             25   A69-1303-555 15226 2017-03-29 05:12:00          45
    +#> 9896             25   A69-1303-555 15227 2017-03-29 05:14:00          45
    +#> 9897             25   A69-1303-555 15228 2017-03-29 05:16:00          45
    +#> 9898             25   A69-1303-555 15230 2017-03-29 05:18:00          45
    +#> 9899             25   A69-1303-555 15232 2017-03-29 05:20:00          45
    +#> 9900             25   A69-1303-555 15233 2017-03-29 05:22:00          45
    +#> 9901             25   A69-1303-555 15234 2017-03-29 05:24:00          45
    +#> 9902             25   A69-1303-555 15236 2017-03-29 05:26:00          56
    +#> 9903             25   A69-1303-555 15237 2017-03-29 05:26:00          45
    +#> 9904             25   A69-1303-555 15239 2017-03-29 05:28:00          45
    +#> 9905             25   A69-1303-555 15241 2017-03-29 05:30:00          56
    +#> 9906             25   A69-1303-555 15242 2017-03-29 05:30:00          45
    +#> 9907             25   A69-1303-555 15244 2017-03-29 05:32:00          45
    +#> 9908             25   A69-1303-555 15246 2017-03-29 05:34:00          45
    +#> 9909             25   A69-1303-555 15247 2017-03-29 05:36:00          56
    +#> 9910             25   A69-1303-555 15249 2017-03-29 05:36:00          45
    +#> 9911             25   A69-1303-555 15250 2017-03-29 05:38:00          45
    +#> 9912             25   A69-1303-555 15251 2017-03-29 05:38:00          56
    +#> 9913             25   A69-1303-555 15253 2017-03-29 05:40:00          56
    +#> 9914             25   A69-1303-555 15255 2017-03-29 05:40:00          45
    +#> 9915             25   A69-1303-555 15256 2017-03-29 05:42:00          56
    +#> 9916             25   A69-1303-555 15257 2017-03-29 05:42:00          45
    +#> 9917             25   A69-1303-555 15258 2017-03-29 05:46:00          45
    +#> 9918             25   A69-1303-555 15261 2017-03-29 06:00:00          45
    +#> 9919             25   A69-1303-555 15263 2017-03-29 06:02:00          45
    +#> 9920             25   A69-1303-555 15265 2017-03-29 06:04:00          45
    +#> 9921             25   A69-1303-555 15266 2017-03-29 06:06:00          45
    +#> 9922             25   A69-1303-555 15267 2017-03-29 06:20:00          45
    +#> 9923             25   A69-1303-555 15268 2017-03-29 08:56:00          48
    +#> 9924             25   A69-1303-555 15270 2017-03-29 08:58:00          48
    +#> 9925             25   A69-1303-555 15271 2017-03-29 09:00:00          48
    +#> 9926             25   A69-1303-555 15272 2017-03-29 09:02:00          48
    +#> 9927             25   A69-1303-555 15273 2017-03-29 09:04:00          48
    +#> 9928             25   A69-1303-555 15275 2017-03-29 09:06:00          48
    +#> 9929             25   A69-1303-555 15276 2017-03-29 09:08:00          48
    +#> 9930             25   A69-1303-555 15278 2017-03-29 09:10:00          48
    +#> 9931             25   A69-1303-555 15280 2017-03-29 09:14:00          48
    +#> 9932             25   A69-1303-555 15281 2017-03-29 09:16:00          48
    +#> 9933             25   A69-1303-555 15283 2017-03-29 09:18:00          48
    +#> 9934             25   A69-1303-555 15285 2017-03-29 09:20:00          48
    +#> 9935             25   A69-1303-555 15286 2017-03-29 09:22:00          48
    +#> 9936             25   A69-1303-555 15289 2017-03-29 09:24:00          48
    +#> 9937             25   A69-1303-555 15290 2017-04-01 02:58:00          49
    +#> 9938             25   A69-1303-555 15291 2017-04-01 03:28:00          49
    +#> 9939             25   A69-1303-555 15292 2017-04-01 03:30:00          49
    +#> 9940             25   A69-1303-555 15293 2017-04-01 03:32:00          49
    +#> 9941             25   A69-1303-555 15294 2017-04-01 03:36:00          53
    +#> 9942             25   A69-1303-555 15295 2017-04-01 03:36:00          49
    +#> 9943             25   A69-1303-555 15296 2017-04-01 03:38:00          53
    +#> 9944             25   A69-1303-555 15297 2017-04-01 03:48:00          49
    +#> 9945             25   A69-1303-555 15298 2017-04-01 03:52:00          53
    +#> 9946             25   A69-1303-555 15299 2017-04-01 03:54:00          53
    +#> 9947             25   A69-1303-555 15300 2017-04-01 04:02:00          53
    +#> 9948             25   A69-1303-555 15301 2017-04-01 04:04:00          53
    +#> 9949             25   A69-1303-555 15302 2017-04-01 04:06:00          53
    +#> 9950             25   A69-1303-555 15303 2017-04-01 04:12:00          53
    +#> 9951             25   A69-1303-555 15305 2017-04-01 04:16:00          53
    +#> 9952             25   A69-1303-555 15308 2017-04-01 04:18:00          53
    +#> 9953             25   A69-1303-555 15309 2017-04-01 04:20:00          53
    +#> 9954             25   A69-1303-555 15310 2017-04-01 04:22:00          53
    +#> 9955             25   A69-1303-555 15311 2017-04-01 04:24:00          53
    +#> 9956             25   A69-1303-555 15312 2017-04-01 04:26:00          53
    +#> 9957             25   A69-1303-555 15315 2017-04-01 04:28:00          49
    +#> 9958             25   A69-1303-555 15316 2017-04-01 04:28:00          53
    +#> 9959             25   A69-1303-555 15318 2017-04-01 04:30:00          53
    +#> 9960             25   A69-1303-555 15319 2017-04-01 04:32:00          53
    +#> 9961             25   A69-1303-555 15320 2017-04-01 04:34:00          53
    +#> 9962             25   A69-1303-555 15321 2017-04-01 04:34:00          49
    +#> 9963             25   A69-1303-555 15322 2017-04-01 04:36:00          53
    +#> 9964             25   A69-1303-555 15324 2017-04-01 04:42:00          53
    +#> 9965             25   A69-1303-555 15325 2017-04-01 04:42:00          49
    +#> 9966             25   A69-1303-555 15326 2017-04-01 04:44:00          53
    +#> 9967             25   A69-1303-555 15327 2017-04-03 00:46:00          45
    +#> 9968             25   A69-1303-555 15328 2017-04-03 00:50:00          45
    +#> 9969             25   A69-1303-555 15329 2017-04-03 00:52:00          45
    +#> 9970             25   A69-1303-555 15331 2017-04-03 00:54:00          45
    +#> 9971             25   A69-1303-555 15333 2017-04-03 00:56:00          45
    +#> 9972             25   A69-1303-555 15334 2017-04-03 00:58:00          45
    +#> 9973             25   A69-1303-555 15336 2017-04-03 01:00:00          45
    +#> 9974             25   A69-1303-555 15338 2017-04-03 01:02:00          45
    +#> 9975             25   A69-1303-555 15339 2017-04-03 01:04:00          45
    +#> 9976             25   A69-1303-555 15340 2017-04-03 01:06:00          45
    +#> 9977             25   A69-1303-555 15342 2017-04-03 01:08:00          45
    +#> 9978             25   A69-1303-555 15344 2017-04-03 01:10:00          45
    +#> 9979             25   A69-1303-555 15345 2017-04-03 01:20:00          45
    +#> 9980             25   A69-1303-555 15346 2017-04-03 01:22:00          45
    +#> 9981             25   A69-1303-555 15347 2017-04-03 01:26:00          45
    +#> 9982             25   A69-1303-555 15348 2017-04-03 01:30:00          45
    +#> 9983             25   A69-1303-555 15349 2017-04-03 01:32:00          45
    +#> 9984             25   A69-1303-555 15350 2017-04-03 01:34:00          45
    +#> 9985             25   A69-1303-555 15351 2017-04-03 01:36:00          45
    +#> 9986             25   A69-1303-555 15353 2017-04-03 01:38:00          45
    +#> 9987             25   A69-1303-555 15355 2017-04-03 01:40:00          45
    +#> 9988             25   A69-1303-555 15356 2017-04-03 01:42:00          45
    +#> 9989             25   A69-1303-555 15358 2017-04-03 01:44:00          45
    +#> 9990             25   A69-1303-555 15360 2017-04-03 01:46:00          45
    +#> 9991             25   A69-1303-555 15361 2017-04-03 01:48:00          45
    +#> 9992             25   A69-1303-555 15363 2017-04-03 01:50:00          45
    +#> 9993             25   A69-1303-555 15365 2017-04-03 01:52:00          45
    +#> 9994             25   A69-1303-555 15367 2017-04-03 01:54:00          45
    +#> 9995             25   A69-1303-555 15369 2017-04-03 01:56:00          45
    +#> 9996             25   A69-1303-555 15370 2017-04-03 01:58:00          45
    +#> 9997             25   A69-1303-555 15371 2017-04-03 02:00:00          45
    +#> 9998             25   A69-1303-555 15372 2017-04-03 02:02:00          45
    +#> 9999             25   A69-1303-555 15373 2017-04-03 02:04:00          45
    +#> 10000            25   A69-1303-555 15376 2017-04-03 02:06:00          45
    +#> 10001            25   A69-1303-555 15377 2017-04-03 02:08:00          45
    +#> 10002            25   A69-1303-555 15378 2017-04-03 02:10:00          45
    +#> 10003            25   A69-1303-555 15380 2017-04-03 02:12:00          45
    +#> 10004            25   A69-1303-555 15382 2017-04-03 02:14:00          45
    +#> 10005            25   A69-1303-555 15384 2017-04-03 02:16:00          45
    +#> 10006            25   A69-1303-555 15386 2017-04-03 02:18:00          45
    +#> 10007            25   A69-1303-555 15387 2017-04-03 02:20:00          45
    +#> 10008            25   A69-1303-555 15388 2017-04-03 02:22:00          45
    +#> 10009            25   A69-1303-555 15391 2017-04-03 02:24:00          45
    +#> 10010            25   A69-1303-555 15393 2017-04-03 02:26:00          45
    +#> 10011            25   A69-1303-555 15395 2017-04-03 02:28:00          45
    +#> 10012            25   A69-1303-555 15397 2017-04-03 02:30:00          45
    +#> 10013            25   A69-1303-555 15399 2017-04-03 02:32:00          45
    +#> 10014            25   A69-1303-555 15400 2017-04-03 02:34:00          45
    +#> 10015            25   A69-1303-555 15402 2017-04-03 02:36:00          45
    +#> 10016            25   A69-1303-555 15403 2017-04-03 02:38:00          45
    +#> 10017            25   A69-1303-555 15405 2017-04-03 02:40:00          45
    +#> 10018            25   A69-1303-555 15407 2017-04-03 02:42:00          45
    +#> 10019            25   A69-1303-555 15408 2017-04-03 02:44:00          45
    +#> 10020            25   A69-1303-555 15409 2017-04-03 02:52:00          45
    +#> 10021            25   A69-1303-555 15410 2017-04-03 02:54:00          45
    +#> 10022            25   A69-1303-555 15411 2017-04-03 02:56:00          45
    +#> 10023            25   A69-1303-555 15412 2017-04-03 02:58:00          45
    +#> 10024            25   A69-1303-555 15413 2017-04-03 03:28:00          45
    +#> 10025            25   A69-1303-555 15414 2017-04-03 03:38:00          45
    +#> 10026            25   A69-1303-555 15416 2017-04-03 03:40:00          45
    +#> 10027            25   A69-1303-555 15417 2017-04-03 03:42:00          45
    +#> 10028            25   A69-1303-555 15418 2017-04-03 22:04:00          51
    +#> 10029            25   A69-1303-555 15419 2017-04-03 22:18:00          51
    +#> 10030            25   A69-1303-555 15420 2017-04-03 22:24:00          51
    +#> 10031            25   A69-1303-555 15421 2017-04-03 22:36:00          51
    +#> 10032            25   A69-1303-555 15422 2017-04-03 22:38:00          51
    +#> 10033            25   A69-1303-555 15423 2017-04-03 22:40:00          51
    +#> 10034            25   A69-1303-555 15424 2017-04-03 22:54:00          51
    +#> 10035            25   A69-1303-555 15425 2017-04-03 22:56:00          51
    +#> 10036            25   A69-1303-555 15426 2017-04-04 03:08:00          50
    +#> 10037            25   A69-1303-555 15427 2017-04-04 03:10:00          50
    +#> 10038            25   A69-1303-555 15428 2017-04-04 03:24:00          50
    +#> 10039            25   A69-1303-555 15429 2017-04-04 03:26:00          50
    +#> 10040            25   A69-1303-555 15431 2017-04-04 03:30:00          50
    +#> 10041            25   A69-1303-555 15433 2017-04-04 03:32:00          50
    +#> 10042            25   A69-1303-555 15435 2017-04-05 23:08:00          47
    +#> 10043            25   A69-1303-555 15436 2017-04-05 23:14:00          47
    +#> 10044            25   A69-1303-555 15437 2017-04-05 23:18:00          47
    +#> 10045            25   A69-1303-555 15438 2017-04-05 23:20:00          47
    +#> 10046            25   A69-1303-555 15440 2017-04-05 23:22:00          47
    +#> 10047            25   A69-1303-555 15441 2017-04-05 23:24:00          47
    +#> 10048            25   A69-1303-555 15443 2017-04-05 23:26:00          47
    +#> 10049            25   A69-1303-555 15444 2017-04-05 23:28:00          47
    +#> 10050            25   A69-1303-555 15446 2017-04-05 23:30:00          47
    +#> 10051            25   A69-1303-555 15448 2017-04-05 23:32:00          47
    +#> 10052            25   A69-1303-555 15449 2017-04-05 23:34:00          47
    +#> 10053            25   A69-1303-555 15450 2017-04-05 23:38:00          47
    +#> 10054            25   A69-1303-555 15452 2017-04-05 23:40:00          47
    +#> 10055            25   A69-1303-555 15453 2017-04-05 23:42:00          47
    +#> 10056            25   A69-1303-555 15455 2017-04-05 23:44:00          47
    +#> 10057            25   A69-1303-555 15457 2017-04-05 23:46:00          47
    +#> 10058            25   A69-1303-555 15458 2017-04-05 23:48:00          47
    +#> 10059            25   A69-1303-555 15459 2017-04-05 23:52:00          47
    +#> 10060            25   A69-1303-555 15461 2017-04-05 23:54:00          47
    +#> 10061            25   A69-1303-555 15462 2017-04-05 23:56:00          47
    +#> 10062            25   A69-1303-555 15464 2017-04-05 23:58:00          47
    +#> 10063            25   A69-1303-555 15465 2017-04-06 00:00:00          47
    +#> 10064            25   A69-1303-555 15466 2017-04-06 00:02:00          47
    +#> 10065            25   A69-1303-555 15467 2017-04-06 00:04:00          47
    +#> 10066            25   A69-1303-555 15469 2017-04-06 00:06:00          47
    +#> 10067            25   A69-1303-555 15470 2017-04-06 00:08:00          47
    +#> 10068            25   A69-1303-555 15472 2017-04-06 00:10:00          47
    +#> 10069            25   A69-1303-555 15473 2017-04-06 00:12:00          47
    +#> 10070            25   A69-1303-555 15474 2017-04-06 00:14:00          47
    +#> 10071            25   A69-1303-555 15476 2017-04-06 00:18:00          47
    +#> 10072            25   A69-1303-555 15478 2017-04-06 00:20:00          47
    +#> 10073            25   A69-1303-555 15479 2017-04-06 00:22:00          47
    +#> 10074            25   A69-1303-555 15480 2017-04-06 00:30:00          47
    +#> 10075            25   A69-1303-555 15482 2017-04-06 00:32:00          47
    +#> 10076            25   A69-1303-555 15483 2017-04-06 00:34:00          47
    +#> 10077            25   A69-1303-555 15484 2017-04-06 00:36:00          47
    +#> 10078            25   A69-1303-555 15486 2017-04-06 00:38:00          47
    +#> 10079            25   A69-1303-555 15487 2017-04-06 00:40:00          47
    +#> 10080            25   A69-1303-555 15489 2017-04-06 00:42:00          47
    +#> 10081            25   A69-1303-555 15491 2017-04-06 00:44:00          47
    +#> 10082            25   A69-1303-555 15493 2017-04-06 00:46:00          47
    +#> 10083            25   A69-1303-555 15495 2017-04-06 00:48:00          47
    +#> 10084            25   A69-1303-555 15497 2017-04-06 00:50:00          47
    +#> 10085            25   A69-1303-555 15499 2017-04-06 00:52:00          47
    +#> 10086            25   A69-1303-555 15501 2017-04-06 00:54:00          47
    +#> 10087            25   A69-1303-555 15503 2017-04-06 00:56:00          47
    +#> 10088            25   A69-1303-555 15505 2017-04-06 00:58:00          47
    +#> 10089            25   A69-1303-555 15506 2017-04-06 01:00:00          47
    +#> 10090            25   A69-1303-555 15507 2017-04-06 01:00:00          52
    +#> 10091            25   A69-1303-555 15509 2017-04-06 01:02:00          47
    +#> 10092            25   A69-1303-555 15510 2017-04-06 01:04:00          47
    +#> 10093            25   A69-1303-555 15512 2017-04-06 01:04:00          52
    +#> 10094            25   A69-1303-555 15513 2017-04-06 01:06:00          47
    +#> 10095            25   A69-1303-555 15515 2017-04-06 01:08:00          47
    +#> 10096            25   A69-1303-555 15516 2017-04-06 01:10:00          47
    +#> 10097            25   A69-1303-555 15517 2017-04-06 01:10:00          52
    +#> 10098            25   A69-1303-555 15520 2017-04-06 01:12:00          47
    +#> 10099            25   A69-1303-555 15521 2017-04-06 01:14:00          47
    +#> 10100            25   A69-1303-555 15523 2017-04-06 01:18:00          47
    +#> 10101            25   A69-1303-555 15524 2017-04-06 01:18:00          52
    +#> 10102            25   A69-1303-555 15526 2017-04-06 01:20:00          52
    +#> 10103            25   A69-1303-555 15527 2017-04-06 01:20:00          47
    +#> 10104            25   A69-1303-555 15528 2017-04-06 01:22:00          52
    +#> 10105            25   A69-1303-555 15529 2017-04-06 01:22:00          47
    +#> 10106            25   A69-1303-555 15530 2017-04-06 01:24:00          47
    +#> 10107            25   A69-1303-555 15531 2017-04-06 01:24:00          52
    +#> 10108            25   A69-1303-555 15534 2017-04-06 01:26:00          47
    +#> 10109            25   A69-1303-555 15535 2017-04-06 01:26:00          52
    +#> 10110            25   A69-1303-555 15539 2017-04-06 01:28:00          52
    +#> 10111            25   A69-1303-555 15541 2017-04-06 01:32:00          52
    +#> 10112            25   A69-1303-555 15542 2017-04-06 01:32:00          47
    +#> 10113            25   A69-1303-555 15543 2017-04-06 01:34:00          52
    +#> 10114            25   A69-1303-555 15544 2017-04-06 01:36:00          52
    +#> 10115            25   A69-1303-555 15545 2017-04-06 01:36:00          47
    +#> 10116            25   A69-1303-555 15546 2017-04-06 01:38:00          52
    +#> 10117            25   A69-1303-555 15548 2017-04-06 01:42:00          52
    +#> 10118            25   A69-1303-555 15550 2017-04-06 01:42:00          47
    +#> 10119            25   A69-1303-555 15551 2017-04-06 01:44:00          47
    +#> 10120            25   A69-1303-555 15552 2017-04-06 01:44:00          52
    +#> 10121            25   A69-1303-555 15553 2017-04-06 01:46:00          52
    +#> 10122            25   A69-1303-555 15554 2017-04-06 01:46:00          47
    +#> 10123            25   A69-1303-555 15557 2017-04-06 01:50:00          52
    +#> 10124            25   A69-1303-555 15558 2017-04-06 01:54:00          52
    +#> 10125            25   A69-1303-555 15559 2017-04-06 01:56:00          52
    +#> 10126            25   A69-1303-555 15561 2017-04-06 01:58:00          52
    +#> 10127            25   A69-1303-555 15562 2017-04-06 02:00:00          52
    +#> 10128            25   A69-1303-555 15563 2017-04-06 02:04:00          52
    +#> 10129            25   A69-1303-555 15565 2017-04-06 02:06:00          52
    +#> 10130            25   A69-1303-555 15566 2017-04-06 02:08:00          52
    +#> 10131            25   A69-1303-555 15567 2017-04-06 02:10:00          52
    +#> 10132            25   A69-1303-555 15569 2017-04-06 02:14:00          52
    +#> 10133            25   A69-1303-555 15571 2017-04-06 02:16:00          47
    +#> 10134            25   A69-1303-555 15572 2017-04-06 02:16:00          52
    +#> 10135            25   A69-1303-555 15574 2017-04-06 02:18:00          47
    +#> 10136            25   A69-1303-555 15575 2017-04-06 02:20:00          47
    +#> 10137            25   A69-1303-555 15576 2017-04-06 02:22:00          47
    +#> 10138            25   A69-1303-555 15577 2017-04-06 11:22:00          47
    +#> 10139            25   A69-1303-555 15578 2017-04-06 11:32:00          47
    +#> 10140            25   A69-1303-555 15579 2017-04-06 11:34:00          47
    +#> 10141            25   A69-1303-555 15580 2017-04-06 11:40:00          47
    +#> 10142            25   A69-1303-555 15581 2017-04-06 11:44:00          47
    +#> 10143            25   A69-1303-555 15582 2017-04-06 11:46:00          47
    +#> 10144            25   A69-1303-555 15583 2017-04-06 11:58:00          47
    +#> 10145            25   A69-1303-555 15584 2017-04-06 12:02:00          47
    +#> 10146            25   A69-1303-555 15586 2017-04-06 12:16:00          47
    +#> 10147            25   A69-1303-555 15587 2017-04-06 12:48:00          47
    +#> 10148            25   A69-1303-555 15588 2017-04-06 12:50:00          47
    +#> 10149            25   A69-1303-555 15589 2017-04-06 12:52:00          47
    +#> 10150            25   A69-1303-555 15590 2017-04-06 12:54:00          47
    +#> 10151            25   A69-1303-555 15591 2017-04-06 12:58:00          47
    +#> 10152            25   A69-1303-555 15592 2017-04-06 13:00:00          47
    +#> 10153            25   A69-1303-555 15593 2017-04-06 13:04:00          47
    +#> 10154            25   A69-1303-555 15594 2017-04-06 13:10:00          47
    +#> 10155            25   A69-1303-555 15595 2017-04-06 13:12:00          47
    +#> 10156            25   A69-1303-555 15596 2017-04-06 13:14:00          52
    +#> 10157            25   A69-1303-555 15597 2017-04-06 13:14:00          47
    +#> 10158            25   A69-1303-555 15598 2017-04-06 13:16:00          47
    +#> 10159            25   A69-1303-555 15600 2017-04-06 13:18:00          47
    +#> 10160            25   A69-1303-555 15602 2017-04-06 13:22:00          47
    +#> 10161            25   A69-1303-555 15603 2017-04-06 13:28:00          52
    +#> 10162            25   A69-1303-555 15604 2017-04-06 13:32:00          52
    +#> 10163            25   A69-1303-555 15605 2017-04-06 13:32:00          47
    +#> 10164            25   A69-1303-555 15607 2017-04-06 13:34:00          52
    +#> 10165            25   A69-1303-555 15608 2017-04-06 13:40:00          47
    +#> 10166            25   A69-1303-555 15609 2017-04-06 13:42:00          47
    +#> 10167            25   A69-1303-555 15610 2017-04-06 13:44:00          47
    +#> 10168            25   A69-1303-555 15611 2017-04-06 13:44:00          52
    +#> 10169            25   A69-1303-555 15613 2017-04-06 13:46:00          47
    +#> 10170            25   A69-1303-555 15614 2017-04-06 13:48:00          47
    +#> 10171            25   A69-1303-555 15616 2017-04-06 13:50:00          47
    +#> 10172            25   A69-1303-555 15618 2017-04-06 13:52:00          47
    +#> 10173            25   A69-1303-555 15620 2017-04-06 13:54:00          47
    +#> 10174            25   A69-1303-555 15622 2017-04-06 13:56:00          47
    +#> 10175            25   A69-1303-555 15623 2017-04-06 13:58:00          47
    +#> 10176            25   A69-1303-555 15625 2017-04-06 14:00:00          47
    +#> 10177            25   A69-1303-555 15627 2017-04-06 14:02:00          47
    +#> 10178            25   A69-1303-555 15628 2017-04-06 14:04:00          47
    +#> 10179            25   A69-1303-555 15630 2017-04-06 14:06:00          47
    +#> 10180            25   A69-1303-555 15631 2017-04-06 14:08:00          47
    +#> 10181            25   A69-1303-555 15633 2017-04-06 14:12:00          47
    +#> 10182            25   A69-1303-555 15636 2017-04-06 14:14:00          47
    +#> 10183            25   A69-1303-555 15637 2017-04-06 14:16:00          47
    +#> 10184            25   A69-1303-555 15639 2017-04-06 14:24:00          47
    +#> 10185            25   A69-1303-555 15640 2017-04-06 14:26:00          47
    +#> 10186            25   A69-1303-555 15641 2017-04-06 14:30:00          47
    +#> 10187            25   A69-1303-555 15642 2017-04-06 14:32:00          47
    +#> 10188            25   A69-1303-555 15643 2017-04-06 14:34:00          47
    +#> 10189            25   A69-1303-555 15644 2017-04-06 14:56:00          47
    +#> 10190            25   A69-1303-555 15645 2017-04-07 00:48:00          47
    +#> 10191            25   A69-1303-555 15646 2017-04-07 00:50:00          47
    +#> 10192            25   A69-1303-555 15648 2017-04-07 00:52:00          47
    +#> 10193            25   A69-1303-555 15649 2017-04-07 00:54:00          47
    +#> 10194            25   A69-1303-555 15652 2017-04-07 00:56:00          47
    +#> 10195            25   A69-1303-555 15654 2017-04-07 00:58:00          47
    +#> 10196            25   A69-1303-555 15655 2017-04-07 01:00:00          47
    +#> 10197            25   A69-1303-555 15657 2017-04-07 01:02:00          47
    +#> 10198            25   A69-1303-555 15659 2017-04-07 01:04:00          47
    +#> 10199            25   A69-1303-555 15661 2017-04-07 01:06:00          47
    +#> 10200            25   A69-1303-555 15663 2017-04-07 01:08:00          47
    +#> 10201            25   A69-1303-555 15665 2017-04-07 01:10:00          47
    +#> 10202            25   A69-1303-555 15666 2017-04-07 01:12:00          47
    +#> 10203            25   A69-1303-555 15669 2017-04-07 01:14:00          47
    +#> 10204            25   A69-1303-555 15670 2017-04-07 01:16:00          47
    +#> 10205            25   A69-1303-555 15671 2017-04-07 01:18:00          47
    +#> 10206            25   A69-1303-555 15672 2017-04-07 01:20:00          47
    +#> 10207            25   A69-1303-555 15674 2017-04-07 01:22:00          47
    +#> 10208            25   A69-1303-555 15675 2017-04-07 01:24:00          47
    +#> 10209            25   A69-1303-555 15677 2017-04-07 01:26:00          47
    +#> 10210            25   A69-1303-555 15679 2017-04-07 01:28:00          47
    +#> 10211            25   A69-1303-555 15680 2017-04-07 01:30:00          47
    +#> 10212            25   A69-1303-555 15681 2017-04-07 01:36:00          47
    +#> 10213            25   A69-1303-555 15684 2017-04-07 01:40:00          47
    +#> 10214            25   A69-1303-555 15686 2017-04-07 01:42:00          47
    +#> 10215            25   A69-1303-555 15688 2017-04-07 01:44:00          47
    +#> 10216            25   A69-1303-555 15689 2017-04-07 01:46:00          47
    +#> 10217            25   A69-1303-555 15691 2017-04-07 01:48:00          47
    +#> 10218            25   A69-1303-555 15692 2017-04-07 01:50:00          47
    +#> 10219            25   A69-1303-555 15693 2017-04-07 01:52:00          47
    +#> 10220            25   A69-1303-555 15695 2017-04-07 01:54:00          47
    +#> 10221            25   A69-1303-555 15696 2017-04-07 01:56:00          47
    +#> 10222            25   A69-1303-555 15698 2017-04-07 01:58:00          47
    +#> 10223            25   A69-1303-555 15700 2017-04-07 02:00:00          47
    +#> 10224            25   A69-1303-555 15702 2017-04-07 02:02:00          47
    +#> 10225            25   A69-1303-555 15705 2017-04-07 02:04:00          47
    +#> 10226            25   A69-1303-555 15706 2017-04-07 02:06:00          47
    +#> 10227            25   A69-1303-555 15707 2017-04-07 02:08:00          47
    +#> 10228            25   A69-1303-555 15708 2017-04-07 02:12:00          47
    +#> 10229            25   A69-1303-555 15709 2017-04-07 02:14:00          47
    +#> 10230            25   A69-1303-555 15710 2017-04-07 02:20:00          47
    +#> 10231            25   A69-1303-555 15711 2017-04-07 02:22:00          47
    +#> 10232            25   A69-1303-555 15714 2017-04-07 02:24:00          47
    +#> 10233            25   A69-1303-555 15715 2017-04-07 02:26:00          47
    +#> 10234            25   A69-1303-555 15717 2017-04-07 02:28:00          47
    +#> 10235            25   A69-1303-555 15718 2017-04-07 02:30:00          47
    +#> 10236            25   A69-1303-555 15719 2017-04-07 02:32:00          47
    +#> 10237            25   A69-1303-555 15721 2017-04-07 02:34:00          47
    +#> 10238            25   A69-1303-555 15723 2017-04-07 02:36:00          47
    +#> 10239            25   A69-1303-555 15725 2017-04-07 02:48:00          47
    +#> 10240            25   A69-1303-555 15726 2017-04-07 02:52:00          47
    +#> 10241            25   A69-1303-555 15727 2017-04-07 02:54:00          47
    +#> 10242            25   A69-1303-555 15728 2017-04-07 02:56:00          47
    +#> 10243            25   A69-1303-555 15730 2017-04-07 02:58:00          47
    +#> 10244            25   A69-1303-555 15732 2017-04-07 03:00:00          47
    +#> 10245            25   A69-1303-555 15735 2017-04-07 03:04:00          47
    +#> 10246            25   A69-1303-555 15737 2017-04-07 03:06:00          47
    +#> 10247            25   A69-1303-555 15739 2017-04-07 03:08:00          47
    +#> 10248            25   A69-1303-555 15741 2017-04-07 03:10:00          47
    +#> 10249            25   A69-1303-555 15742 2017-04-07 03:12:00          47
    +#> 10250            25   A69-1303-555 15743 2017-04-07 03:20:00          47
    +#> 10251            25   A69-1303-555 15744 2017-04-07 03:22:00          47
    +#> 10252            25   A69-1303-555 15745 2017-04-07 04:28:00          47
    +#> 10253            25   A69-1303-555 15746 2017-04-07 04:32:00          47
    +#> 10254            25   A69-1303-555 15748 2017-04-07 04:34:00          47
    +#> 10255            25   A69-1303-555 15749 2017-04-07 04:38:00          47
    +#> 10256            25   A69-1303-555 15750 2017-04-07 04:40:00          47
    +#> 10257            25   A69-1303-555 15752 2017-04-07 04:40:00          52
    +#> 10258            25   A69-1303-555 15753 2017-04-07 04:42:00          47
    +#> 10259            25   A69-1303-555 15756 2017-04-07 04:44:00          47
    +#> 10260            25   A69-1303-555 15758 2017-04-07 04:46:00          47
    +#> 10261            25   A69-1303-555 15759 2017-04-07 04:50:00          52
    +#> 10262            25   A69-1303-555 15760 2017-04-07 04:50:00          47
    +#> 10263            25   A69-1303-555 15761 2017-04-07 04:52:00          47
    +#> 10264            25   A69-1303-555 15762 2017-04-07 05:02:00          47
    +#> 10265            25   A69-1303-555 15763 2017-04-07 05:04:00          52
    +#> 10266            25   A69-1303-555 15764 2017-04-07 05:04:00          47
    +#> 10267            25   A69-1303-555 15765 2017-04-07 05:06:00          47
    +#> 10268            25   A69-1303-555 15766 2017-04-07 05:08:00          47
    +#> 10269            25   A69-1303-555 15767 2017-04-07 05:08:00          52
    +#> 10270            25   A69-1303-555 15768 2017-04-07 05:10:00          47
    +#> 10271            25   A69-1303-555 15770 2017-04-07 05:12:00          47
    +#> 10272            25   A69-1303-555 15771 2017-04-07 05:18:00          47
    +#> 10273            25   A69-1303-555 15772 2017-04-07 05:20:00          47
    +#> 10274            25   A69-1303-555 15775 2017-04-07 05:22:00          47
    +#> 10275            25   A69-1303-555 15776 2017-04-07 06:14:00          41
    +#> 10276            25   A69-1303-555 15777 2017-04-07 06:18:00          41
    +#> 10277            25   A69-1303-555 15778 2017-04-07 06:38:00          41
    +#> 10278            25   A69-1303-555 15779 2017-04-07 06:42:00          41
    +#> 10279            25   A69-1303-555 15780 2017-04-07 07:22:00          47
    +#> 10280            25   A69-1303-555 15782 2017-04-07 08:18:00          47
    +#> 10281            25   A69-1303-555 15783 2017-04-07 08:20:00          47
    +#> 10282            25   A69-1303-555 15784 2017-04-07 08:22:00          47
    +#> 10283            25   A69-1303-555 15785 2017-04-07 08:28:00          47
    +#> 10284            25   A69-1303-555 15786 2017-04-07 08:38:00          47
    +#> 10285            25   A69-1303-555 15787 2017-04-08 21:10:00          50
    +#> 10286            25   A69-1303-555 15788 2017-04-08 21:14:00          50
    +#> 10287            25   A69-1303-555 15790 2017-04-08 21:16:00          50
    +#> 10288            25   A69-1303-555 15791 2017-04-08 21:18:00          50
    +#> 10289            25   A69-1303-555 15793 2017-04-08 21:20:00          50
    +#> 10290            25   A69-1303-555 15794 2017-04-08 21:22:00          50
    +#> 10291            25   A69-1303-555 15796 2017-04-10 07:32:00          45
    +#> 10292            25   A69-1303-555 15797 2017-04-10 07:34:00          45
    +#> 10293            25   A69-1303-555 15798 2017-04-10 07:36:00          45
    +#> 10294            25   A69-1303-555 15800 2017-04-10 07:40:00          45
    +#> 10295            25   A69-1303-555 15802 2017-04-10 07:42:00          45
    +#> 10296            25   A69-1303-555 15803 2017-04-10 07:44:00          45
    +#> 10297            25   A69-1303-555 15804 2017-04-10 07:46:00          45
    +#> 10298            25   A69-1303-555 15806 2017-04-10 07:48:00          45
    +#> 10299            25   A69-1303-555 15808 2017-04-10 07:50:00          45
    +#> 10300            25   A69-1303-555 15809 2017-04-10 07:52:00          45
    +#> 10301            25   A69-1303-555 15810 2017-04-10 07:54:00          45
    +#> 10302            25   A69-1303-555 15812 2017-04-10 08:00:00          45
    +#> 10303            25   A69-1303-555 15813 2017-04-10 08:02:00          45
    +#> 10304            25   A69-1303-555 15814 2017-04-10 08:04:00          45
    +#> 10305            25   A69-1303-555 15816 2017-04-10 08:06:00          45
    +#> 10306            25   A69-1303-555 15817 2017-04-10 08:08:00          45
    +#> 10307            25   A69-1303-555 15819 2017-04-10 08:10:00          45
    +#> 10308            25   A69-1303-555 15822 2017-04-10 08:12:00          45
    +#> 10309            25   A69-1303-555 15823 2017-04-10 08:14:00          45
    +#> 10310            25   A69-1303-555 15826 2017-04-10 08:16:00          45
    +#> 10311            25   A69-1303-555 15828 2017-04-10 08:18:00          45
    +#> 10312            25   A69-1303-555 15829 2017-04-10 08:20:00          45
    +#> 10313            25   A69-1303-555 15830 2017-04-10 08:22:00          45
    +#> 10314            25   A69-1303-555 15831 2017-04-10 08:24:00          45
    +#> 10315            25   A69-1303-555 15833 2017-04-10 08:26:00          45
    +#> 10316            25   A69-1303-555 15835 2017-04-10 08:28:00          45
    +#> 10317            25   A69-1303-555 15837 2017-04-10 08:30:00          45
    +#> 10318            25   A69-1303-555 15838 2017-04-10 08:32:00          45
    +#> 10319            25   A69-1303-555 15840 2017-04-10 08:34:00          45
    +#> 10320            25   A69-1303-555 15841 2017-04-10 08:36:00          45
    +#> 10321            25   A69-1303-555 15842 2017-04-10 08:40:00          45
    +#> 10322            25   A69-1303-555 15845 2017-04-10 08:44:00          45
    +#> 10323            25   A69-1303-555 15846 2017-04-10 08:46:00          45
    +#> 10324            25   A69-1303-555 15847 2017-04-10 08:50:00          45
    +#> 10325            25   A69-1303-555 15848 2017-04-10 08:52:00          45
    +#> 10326            25   A69-1303-555 15850 2017-04-10 08:56:00          45
    +#> 10327            25   A69-1303-555 15851 2017-04-10 08:58:00          45
    +#> 10328            25   A69-1303-555 15853 2017-04-10 09:00:00          45
    +#> 10329            25   A69-1303-555 15855 2017-04-10 09:02:00          45
    +#> 10330            25   A69-1303-555 15856 2017-04-10 09:04:00          45
    +#> 10331            25   A69-1303-555 15859 2017-04-10 09:08:00          45
    +#> 10332            25   A69-1303-555 15860 2017-04-10 09:10:00          45
    +#> 10333            25   A69-1303-555 15862 2017-04-10 09:12:00          45
    +#> 10334            25   A69-1303-555 15864 2017-04-10 09:14:00          45
    +#> 10335            25   A69-1303-555 15865 2017-04-10 09:16:00          45
    +#> 10336            25   A69-1303-555 15866 2017-04-10 09:18:00          45
    +#> 10337            25   A69-1303-555 15867 2017-04-10 09:20:00          45
    +#> 10338            25   A69-1303-555 15869 2017-04-10 09:22:00          45
    +#> 10339            25   A69-1303-555 15871 2017-04-10 09:30:00          45
    +#> 10340            25   A69-1303-555 15872 2017-04-11 02:12:00          51
    +#> 10341            25   A69-1303-555 15874 2017-04-11 02:14:00          51
    +#> 10342            25   A69-1303-555 15875 2017-04-12 20:52:00          50
    +#> 10343            25   A69-1303-555 15876 2017-04-12 20:54:00          50
    +#> 10344            25   A69-1303-555 15877 2017-04-12 21:00:00          51
    +#> 10345            25   A69-1303-555 15878 2017-04-12 21:02:00          51
    +#> 10346            25   A69-1303-555 15879 2017-04-12 22:56:00          48
    +#> 10347            25   A69-1303-555 15880 2017-04-12 22:58:00          48
    +#> 10348            25   A69-1303-555 15882 2017-04-12 23:00:00          48
    +#> 10349            25   A69-1303-555 15883 2017-04-12 23:02:00          48
    +#> 10350            25   A69-1303-555 15884 2017-04-12 23:26:00          48
    +#> 10351            25   A69-1303-555 15885 2017-04-13 06:58:00          48
    +#> 10352            25   A69-1303-555 15887 2017-04-13 07:00:00          48
    +#> 10353            25   A69-1303-555 15888 2017-04-13 07:02:00          48
    +#> 10354            25   A69-1303-555 15889 2017-04-13 07:04:00          48
    +#> 10355            25   A69-1303-555 15890 2017-04-13 07:06:00          48
    +#> 10356            25   A69-1303-555 15891 2017-04-13 07:12:00          48
    +#> 10357            25   A69-1303-555 15892 2017-04-13 07:14:00          48
    +#> 10358            25   A69-1303-555 15894 2017-04-13 07:16:00          48
    +#> 10359            25   A69-1303-555 15895 2017-04-13 07:18:00          48
    +#> 10360            25   A69-1303-555 15897 2017-04-13 07:20:00          48
    +#> 10361            25   A69-1303-555 15899 2017-04-13 07:22:00          48
    +#> 10362            25   A69-1303-555 15901 2017-04-13 07:26:00          48
    +#> 10363            25   A69-1303-555 15902 2017-04-13 07:30:00          48
    +#> 10364            25   A69-1303-555 15905 2017-04-13 07:32:00          48
    +#> 10365            25   A69-1303-555 15906 2017-04-13 07:34:00          48
    +#> 10366            25   A69-1303-555 15907 2017-04-13 07:36:00          48
    +#> 10367            25   A69-1303-555 15908 2017-04-13 07:38:00          48
    +#> 10368            25   A69-1303-555 15909 2017-04-13 07:40:00          48
    +#> 10369            25   A69-1303-555 15910 2017-04-13 08:04:00          48
    +#> 10370            25   A69-1303-555 15911 2017-04-13 08:06:00          48
    +#> 10371            25   A69-1303-555 15912 2017-04-13 08:16:00          48
    +#> 10372            25   A69-1303-555 15913 2017-04-13 08:28:00          48
    +#> 10373            25   A69-1303-555 15914 2017-04-13 08:32:00          48
    +#> 10374            25   A69-1303-555 15915 2017-04-13 08:44:00          48
    +#> 10375            25   A69-1303-555 15916 2017-04-13 08:46:00          48
    +#> 10376            25   A69-1303-555 15918 2017-04-13 08:48:00          48
    +#> 10377            25   A69-1303-555 15919 2017-04-13 08:50:00          48
    +#> 10378            25   A69-1303-555 15920 2017-04-13 09:46:00          48
    +#> 10379            25   A69-1303-555 15921 2017-04-13 10:00:00          48
    +#> 10380            25   A69-1303-555 15922 2017-04-13 10:26:00          48
    +#> 10381            25   A69-1303-555 15923 2017-04-13 10:34:00          48
    +#> 10382            25   A69-1303-555 15924 2017-04-13 10:36:00          48
    +#> 10383            25   A69-1303-555 15925 2017-04-13 23:28:00          57
    +#> 10384            25   A69-1303-555 15926 2017-04-13 23:30:00          57
    +#> 10385            25   A69-1303-555 15927 2017-04-13 23:50:00          57
    +#> 10386            25   A69-1303-555 15928 2017-04-13 23:52:00          57
    +#> 10387            25   A69-1303-555 15929 2017-04-13 23:54:00          57
    +#> 10388            25   A69-1303-555 15930 2017-04-13 23:58:00          57
    +#> 10389            25   A69-1303-555 15931 2017-04-14 00:00:00          57
    +#> 10390            25   A69-1303-555 15932 2017-04-14 00:02:00          57
    +#> 10391            25   A69-1303-555 15933 2017-04-14 00:04:00          57
    +#> 10392            25   A69-1303-555 15934 2017-04-14 00:06:00          57
    +#> 10393            25   A69-1303-555 15935 2017-04-14 00:14:00          57
    +#> 10394            25   A69-1303-555 15936 2017-04-14 09:26:00          57
    +#> 10395            25   A69-1303-555 15937 2017-04-14 09:48:00          57
    +#> 10396            25   A69-1303-555 15938 2017-04-14 10:00:00          57
    +#> 10397            25   A69-1303-555 15939 2017-04-14 10:06:00          57
    +#> 10398            25   A69-1303-555 15940 2017-04-14 10:16:00          57
    +#> 10399            25   A69-1303-555 15941 2017-04-14 10:54:00          57
    +#> 10400            25   A69-1303-555 15942 2017-04-14 11:04:00          57
    +#> 10401            25   A69-1303-555 15943 2017-04-14 11:14:00          57
    +#> 10402            25   A69-1303-555 15944 2017-04-14 11:18:00          57
    +#> 10403            25   A69-1303-555 15945 2017-04-14 11:36:00          57
    +#> 10404            25   A69-1303-555 15946 2017-04-14 16:06:00          21
    +#> 10405            25   A69-1303-555 15947 2017-04-14 16:08:00          21
    +#> 10406            25   A69-1303-555 15949 2017-04-14 16:08:00          57
    +#> 10407            25   A69-1303-555 15950 2017-04-14 16:10:00          21
    +#> 10408            25   A69-1303-555 15951 2017-04-14 16:12:00          57
    +#> 10409            25   A69-1303-555 15952 2017-04-14 16:14:00          57
    +#> 10410            25   A69-1303-555 15953 2017-04-14 16:16:00          57
    +#> 10411            25   A69-1303-555 15955 2017-04-14 16:18:00          21
    +#> 10412            25   A69-1303-555 15956 2017-04-14 16:20:00          21
    +#> 10413            25   A69-1303-555 15958 2017-04-14 16:22:00          21
    +#> 10414            25   A69-1303-555 15961 2017-04-14 16:26:00          21
    +#> 10415            25   A69-1303-555 15962 2017-04-14 16:28:00          21
    +#> 10416            25   A69-1303-555 15964 2017-04-14 16:30:00          21
    +#> 10417            25   A69-1303-555 15965 2017-04-14 16:32:00          57
    +#> 10418            25   A69-1303-555 15966 2017-04-14 16:36:00          21
    +#> 10419            25   A69-1303-555 15968 2017-04-14 16:38:00          21
    +#> 10420            25   A69-1303-555 15969 2017-04-14 16:40:00          21
    +#> 10421            25   A69-1303-555 15970 2017-04-14 16:40:00          57
    +#> 10422            25   A69-1303-555 15972 2017-04-14 16:44:00          21
    +#> 10423            25   A69-1303-555 15973 2017-04-14 16:46:00          21
    +#> 10424            25   A69-1303-555 15974 2017-04-14 16:48:00          21
    +#> 10425            25   A69-1303-555 15976 2017-04-14 16:50:00          21
    +#> 10426            25   A69-1303-555 15977 2017-04-14 16:52:00          21
    +#> 10427            25   A69-1303-555 15979 2017-04-14 16:56:00          21
    +#> 10428            25   A69-1303-555 15980 2017-04-14 16:56:00          57
    +#> 10429            25   A69-1303-555 15981 2017-04-14 16:58:00          21
    +#> 10430            25   A69-1303-555 15983 2017-04-14 17:00:00          21
    +#> 10431            25   A69-1303-555 15985 2017-04-14 17:00:00          57
    +#> 10432            25   A69-1303-555 15986 2017-04-14 17:02:00          21
    +#> 10433            25   A69-1303-555 15987 2017-04-14 17:02:00          57
    +#> 10434            25   A69-1303-555 15989 2017-04-14 17:04:00          21
    +#> 10435            25   A69-1303-555 15991 2017-04-14 17:06:00          21
    +#> 10436            25   A69-1303-555 15992 2017-04-14 17:06:00          57
    +#> 10437            25   A69-1303-555 15993 2017-04-14 17:08:00          21
    +#> 10438            25   A69-1303-555 15996 2017-04-14 17:10:00          21
    +#> 10439            25   A69-1303-555 15998 2017-04-14 17:12:00          21
    +#> 10440            25   A69-1303-555 15999 2017-04-14 17:12:00          57
    +#> 10441            25   A69-1303-555 16002 2017-04-14 17:14:00          21
    +#> 10442            25   A69-1303-555 16003 2017-04-14 17:14:00          57
    +#> 10443            25   A69-1303-555 16004 2017-04-14 17:16:00          21
    +#> 10444            25   A69-1303-555 16005 2017-04-14 17:16:00          57
    +#> 10445            25   A69-1303-555 16006 2017-04-14 17:18:00          21
    +#> 10446            25   A69-1303-555 16007 2017-04-14 17:18:00          57
    +#> 10447            25   A69-1303-555 16009 2017-04-14 17:20:00          21
    +#> 10448            25   A69-1303-555 16010 2017-04-14 17:22:00          21
    +#> 10449            25   A69-1303-555 16011 2017-04-14 17:22:00          57
    +#> 10450            25   A69-1303-555 16012 2017-04-14 17:24:00          57
    +#> 10451            25   A69-1303-555 16013 2017-04-14 17:26:00          57
    +#> 10452            25   A69-1303-555 16014 2017-04-14 17:28:00          57
    +#> 10453            25   A69-1303-555 16015 2017-04-14 17:30:00          57
    +#> 10454            25   A69-1303-555 16016 2017-04-14 17:32:00          57
    +#> 10455            25   A69-1303-555 16017 2017-04-14 17:34:00          21
    +#> 10456            25   A69-1303-555 16018 2017-04-14 18:06:00          45
    +#> 10457            25   A69-1303-555 16020 2017-04-14 18:10:00          45
    +#> 10458            25   A69-1303-555 16021 2017-04-14 18:12:00          45
    +#> 10459            25   A69-1303-555 16022 2017-04-14 18:18:00          45
    +#> 10460            25   A69-1303-555 16024 2017-04-14 18:22:00          45
    +#> 10461            25   A69-1303-555 16026 2017-04-14 18:26:00          45
    +#> 10462            25   A69-1303-555 16027 2017-04-14 18:34:00          45
    +#> 10463            25   A69-1303-555 16028 2017-04-14 18:36:00          45
    +#> 10464            25   A69-1303-555 16031 2017-04-14 18:40:00          45
    +#> 10465            25   A69-1303-555 16032 2017-04-14 18:48:00          45
    +#> 10466            25   A69-1303-555 16034 2017-04-14 18:50:00          45
    +#> 10467            25   A69-1303-555 16035 2017-04-14 18:54:00          45
    +#> 10468            25   A69-1303-555 16036 2017-04-14 18:58:00          45
    +#> 10469            25   A69-1303-555 16037 2017-04-14 19:00:00          45
    +#> 10470            25   A69-1303-555 16038 2017-04-14 19:06:00          45
    +#> 10471            25   A69-1303-555 16039 2017-04-14 19:08:00          45
    +#> 10472            25   A69-1303-555 16040 2017-04-14 19:12:00          45
    +#> 10473            25   A69-1303-555 16042 2017-04-14 19:14:00          45
    +#> 10474            25   A69-1303-555 16044 2017-04-14 19:18:00          45
    +#> 10475            25   A69-1303-555 16046 2017-04-14 19:22:00          45
    +#> 10476            25   A69-1303-555 16048 2017-04-14 19:28:00          45
    +#> 10477            25   A69-1303-555 16051 2017-04-14 19:30:00          45
    +#> 10478            25   A69-1303-555 16053 2017-04-14 19:32:00          45
    +#> 10479            25   A69-1303-555 16054 2017-04-14 19:34:00          45
    +#> 10480            25   A69-1303-555 16056 2017-04-14 19:36:00          45
    +#> 10481            25   A69-1303-555 16058 2017-04-14 19:42:00          45
    +#> 10482            25   A69-1303-555 16060 2017-04-14 19:44:00          45
    +#> 10483            25   A69-1303-555 16062 2017-04-14 19:46:00          45
    +#> 10484            25   A69-1303-555 16063 2017-04-14 19:56:00          45
    +#> 10485            25   A69-1303-555 16064 2017-04-14 20:00:00          45
    +#> 10486            25   A69-1303-555 16065 2017-04-14 20:04:00          45
    +#> 10487            25   A69-1303-555 16066 2017-04-14 20:06:00          45
    +#> 10488            25   A69-1303-555 16068 2017-04-14 20:12:00          45
    +#> 10489            25   A69-1303-555 16069 2017-04-14 20:14:00          45
    +#> 10490            25   A69-1303-555 16070 2017-04-14 20:16:00          45
    +#> 10491            25   A69-1303-555 16071 2017-04-14 20:18:00          45
    +#> 10492            25   A69-1303-555 16072 2017-04-14 20:20:00          45
    +#> 10493            25   A69-1303-555 16073 2017-04-14 20:24:00          45
    +#> 10494            25   A69-1303-555 16075 2017-04-14 20:26:00          45
    +#> 10495            25   A69-1303-555 16076 2017-04-14 20:28:00          45
    +#> 10496            25   A69-1303-555 16077 2017-04-14 20:30:00          45
    +#> 10497            25   A69-1303-555 16079 2017-04-14 20:32:00          45
    +#> 10498            25   A69-1303-555 16081 2017-04-14 20:34:00          45
    +#> 10499            25   A69-1303-555 16083 2017-04-14 20:36:00          45
    +#> 10500            25   A69-1303-555 16084 2017-04-14 20:38:00          45
    +#> 10501            25   A69-1303-555 16085 2017-04-14 20:40:00          45
    +#> 10502            25   A69-1303-555 16087 2017-04-14 20:42:00          56
    +#> 10503            25   A69-1303-555 16088 2017-04-14 20:42:00          45
    +#> 10504            25   A69-1303-555 16089 2017-04-14 20:44:00          56
    +#> 10505            25   A69-1303-555 16090 2017-04-14 20:44:00          45
    +#> 10506            25   A69-1303-555 16092 2017-04-14 20:46:00          56
    +#> 10507            25   A69-1303-555 16093 2017-04-14 20:46:00          45
    +#> 10508            25   A69-1303-555 16095 2017-04-14 20:48:00          45
    +#> 10509            25   A69-1303-555 16096 2017-04-14 20:48:00          56
    +#> 10510            25   A69-1303-555 16098 2017-04-14 20:50:00          56
    +#> 10511            25   A69-1303-555 16099 2017-04-14 20:50:00          45
    +#> 10512            25   A69-1303-555 16101 2017-04-14 20:52:00          45
    +#> 10513            25   A69-1303-555 16102 2017-04-14 20:52:00          56
    +#> 10514            25   A69-1303-555 16104 2017-04-14 20:54:00          45
    +#> 10515            25   A69-1303-555 16105 2017-04-14 20:56:00          45
    +#> 10516            25   A69-1303-555 16106 2017-04-14 20:56:00          56
    +#> 10517            25   A69-1303-555 16107 2017-04-14 20:58:00          45
    +#> 10518            25   A69-1303-555 16108 2017-04-14 20:58:00          56
    +#> 10519            25   A69-1303-555 16111 2017-04-14 21:00:00          56
    +#> 10520            25   A69-1303-555 16112 2017-04-14 21:00:00          45
    +#> 10521            25   A69-1303-555 16113 2017-04-14 21:02:00          56
    +#> 10522            25   A69-1303-555 16114 2017-04-14 21:02:00          45
    +#> 10523            25   A69-1303-555 16116 2017-04-14 21:04:00          45
    +#> 10524            25   A69-1303-555 16117 2017-04-14 21:04:00          56
    +#> 10525            25   A69-1303-555 16119 2017-04-14 21:06:00          56
    +#> 10526            25   A69-1303-555 16120 2017-04-14 21:06:00          45
    +#> 10527            25   A69-1303-555 16122 2017-04-14 21:08:00          45
    +#> 10528            25   A69-1303-555 16123 2017-04-14 21:08:00          56
    +#> 10529            25   A69-1303-555 16125 2017-04-14 21:10:00          45
    +#> 10530            25   A69-1303-555 16126 2017-04-14 21:12:00          56
    +#> 10531            25   A69-1303-555 16127 2017-04-14 21:12:00          45
    +#> 10532            25   A69-1303-555 16130 2017-04-14 21:14:00          45
    +#> 10533            25   A69-1303-555 16131 2017-04-14 21:14:00          56
    +#> 10534            25   A69-1303-555 16132 2017-04-14 21:16:00          56
    +#> 10535            25   A69-1303-555 16134 2017-04-14 21:16:00          45
    +#> 10536            25   A69-1303-555 16136 2017-04-14 21:18:00          45
    +#> 10537            25   A69-1303-555 16138 2017-04-14 21:18:00          56
    +#> 10538            25   A69-1303-555 16140 2017-04-14 21:20:00          56
    +#> 10539            25   A69-1303-555 16141 2017-04-14 21:20:00          45
    +#> 10540            25   A69-1303-555 16142 2017-04-14 21:22:00          45
    +#> 10541            25   A69-1303-555 16144 2017-04-14 21:22:00          56
    +#> 10542            25   A69-1303-555 16145 2017-04-14 21:24:00          45
    +#> 10543            25   A69-1303-555 16147 2017-04-14 21:26:00          45
    +#> 10544            25   A69-1303-555 16148 2017-04-14 21:28:00          45
    +#> 10545            25   A69-1303-555 16149 2017-04-14 21:30:00          45
    +#> 10546            25   A69-1303-555 16151 2017-04-14 21:32:00          45
    +#> 10547            25   A69-1303-555 16154 2017-04-14 21:34:00          45
    +#> 10548            25   A69-1303-555 16155 2017-04-14 21:36:00          45
    +#> 10549            25   A69-1303-555 16156 2017-04-14 21:38:00          45
    +#> 10550            25   A69-1303-555 16159 2017-04-14 21:40:00          45
    +#> 10551            25   A69-1303-555 16160 2017-04-14 21:42:00          45
    +#> 10552            25   A69-1303-555 16161 2017-04-14 21:44:00          45
    +#> 10553            25   A69-1303-555 16163 2017-04-14 21:48:00          45
    +#> 10554            25   A69-1303-555 16165 2017-04-14 21:50:00          45
    +#> 10555            25   A69-1303-555 16166 2017-04-14 21:52:00          45
    +#> 10556            25   A69-1303-555 16168 2017-04-14 21:58:00          45
    +#> 10557            25   A69-1303-555 16169 2017-04-14 23:26:00          48
    +#> 10558            25   A69-1303-555 16171 2017-04-14 23:36:00          48
    +#> 10559            25   A69-1303-555 16172 2017-04-14 23:38:00          48
    +#> 10560            25   A69-1303-555 16173 2017-04-14 23:40:00          48
    +#> 10561            25   A69-1303-555 16174 2017-04-14 23:42:00          48
    +#> 10562            25   A69-1303-555 16176 2017-04-14 23:44:00          48
    +#> 10563            25   A69-1303-555 16178 2017-04-14 23:46:00          48
    +#> 10564            25   A69-1303-555 16180 2017-04-14 23:48:00          48
    +#> 10565            25   A69-1303-555 16182 2017-04-15 00:36:00          48
    +#> 10566            25   A69-1303-555 16183 2017-04-15 00:38:00          48
    +#> 10567            25   A69-1303-555 16184 2017-04-15 00:40:00          48
    +#> 10568            25   A69-1303-555 16185 2017-04-15 00:42:00          48
    +#> 10569            25   A69-1303-555 16186 2017-04-15 00:46:00          48
    +#> 10570            25   A69-1303-555 16188 2017-04-15 00:48:00          48
    +#> 10571            25   A69-1303-555 16190 2017-04-15 00:50:00          48
    +#> 10572            25   A69-1303-555 16192 2017-04-15 00:52:00          48
    +#> 10573            25   A69-1303-555 16194 2017-04-15 00:54:00          48
    +#> 10574            25   A69-1303-555 16195 2017-04-15 00:56:00          48
    +#> 10575            25   A69-1303-555 16197 2017-04-15 00:58:00          48
    +#> 10576            25   A69-1303-555 16198 2017-04-15 01:00:00          48
    +#> 10577            25   A69-1303-555 16200 2017-04-15 01:02:00          48
    +#> 10578            25   A69-1303-555 16202 2017-04-15 01:06:00          48
    +#> 10579            25   A69-1303-555 16205 2017-04-15 01:08:00          48
    +#> 10580            25   A69-1303-555 16206 2017-04-15 01:12:00          48
    +#> 10581            25   A69-1303-555 16207 2017-04-15 01:34:00          49
    +#> 10582            25   A69-1303-555 16208 2017-04-15 01:52:00          49
    +#> 10583            25   A69-1303-555 16209 2017-04-15 02:06:00          49
    +#> 10584            25   A69-1303-555 16210 2017-04-18 03:48:00          51
    +#> 10585            25   A69-1303-555 16212 2017-04-18 03:50:00          51
    +#> 10586            25   A69-1303-555 16214 2017-04-18 03:52:00          51
    +#> 10587            25   A69-1303-555 16215 2017-04-18 03:54:00          51
    +#> 10588            25   A69-1303-555 16216 2017-04-18 03:56:00          51
    +#> 10589            25   A69-1303-555 16219 2017-04-18 03:58:00          51
    +#> 10590            25   A69-1303-555 16221 2017-04-18 04:00:00          51
    +#> 10591            25   A69-1303-555 16223 2017-04-18 04:02:00          51
    +#> 10592            25   A69-1303-555 16224 2017-04-18 04:04:00          51
    +#> 10593            25   A69-1303-555 16225 2017-04-18 04:06:00          51
    +#> 10594            25   A69-1303-555 16227 2017-04-18 04:08:00          51
    +#> 10595            25   A69-1303-555 16230 2017-04-18 04:10:00          51
    +#> 10596            25   A69-1303-555 16231 2017-04-18 04:14:00          51
    +#> 10597            25   A69-1303-555 16232 2017-04-18 04:16:00          51
    +#> 10598            25   A69-1303-555 16233 2017-04-18 04:20:00          51
    +#> 10599            25   A69-1303-555 16234 2017-04-18 04:22:00          51
    +#> 10600            25   A69-1303-555 16236 2017-04-18 04:24:00          51
    +#> 10601            25   A69-1303-555 16237 2017-04-18 04:28:00          51
    +#> 10602            25   A69-1303-555 16238 2017-04-18 20:28:00          52
    +#> 10603            25   A69-1303-555 16239 2017-04-18 20:38:00          47
    +#> 10604            25   A69-1303-555 16240 2017-04-18 20:40:00          47
    +#> 10605            25   A69-1303-555 16242 2017-04-18 20:42:00          52
    +#> 10606            25   A69-1303-555 16243 2017-04-18 20:44:00          52
    +#> 10607            25   A69-1303-555 16244 2017-04-18 20:48:00          52
    +#> 10608            25   A69-1303-555 16246 2017-04-18 20:54:00          47
    +#> 10609            25   A69-1303-555 16247 2017-04-18 20:54:00          52
    +#> 10610            25   A69-1303-555 16248 2017-04-18 20:56:00          52
    +#> 10611            25   A69-1303-555 16249 2017-04-18 20:58:00          52
    +#> 10612            25   A69-1303-555 16250 2017-04-18 21:00:00          52
    +#> 10613            25   A69-1303-555 16251 2017-04-18 21:00:00          47
    +#> 10614            25   A69-1303-555 16253 2017-04-18 21:04:00          52
    +#> 10615            25   A69-1303-555 16254 2017-04-18 21:04:00          47
    +#> 10616            25   A69-1303-555 16256 2017-04-18 21:06:00          52
    +#> 10617            25   A69-1303-555 16258 2017-04-18 21:08:00          52
    +#> 10618            25   A69-1303-555 16259 2017-04-18 21:08:00          47
    +#> 10619            25   A69-1303-555 16263 2017-04-18 21:10:00          52
    +#> 10620            25   A69-1303-555 16264 2017-04-18 21:10:00          47
    +#> 10621            25   A69-1303-555 16268 2017-04-18 21:12:00          52
    +#> 10622            25   A69-1303-555 16270 2017-04-18 21:14:00          52
    +#> 10623            25   A69-1303-555 16272 2017-04-18 21:18:00          52
    +#> 10624            25   A69-1303-555 16273 2017-04-18 21:20:00          47
    +#> 10625            25   A69-1303-555 16274 2017-04-18 21:20:00          52
    +#> 10626            25   A69-1303-555 16276 2017-04-18 21:34:00          47
    +#> 10627            25   A69-1303-555 16277 2017-04-19 00:56:00          47
    +#> 10628            25   A69-1303-555 16279 2017-04-19 00:58:00          47
    +#> 10629            25   A69-1303-555 16280 2017-04-19 01:00:00          47
    +#> 10630            25   A69-1303-555 16281 2017-04-19 01:02:00          47
    +#> 10631            25   A69-1303-555 16284 2017-04-19 01:04:00          47
    +#> 10632            25   A69-1303-555 16285 2017-04-19 01:10:00          47
    +#> 10633            25   A69-1303-555 16286 2017-04-19 01:12:00          47
    +#> 10634            25   A69-1303-555 16287 2017-04-19 01:12:00          52
    +#> 10635            25   A69-1303-555 16288 2017-04-19 01:24:00          52
    +#> 10636            25   A69-1303-555 16289 2017-04-19 01:38:00          52
    +#> 10637            25   A69-1303-555 16291 2017-04-19 01:40:00          47
    +#> 10638            25   A69-1303-555 16292 2017-04-19 01:40:00          52
    +#> 10639            25   A69-1303-555 16294 2017-04-19 01:42:00          52
    +#> 10640            25   A69-1303-555 16295 2017-04-19 01:42:00          47
    +#> 10641            25   A69-1303-555 16296 2017-04-19 01:44:00          52
    +#> 10642            25   A69-1303-555 16298 2017-04-19 01:46:00          52
    +#> 10643            25   A69-1303-555 16299 2017-04-19 01:48:00          52
    +#> 10644            25   A69-1303-555 16300 2017-04-19 02:00:00          52
    +#> 10645            25   A69-1303-555 16301 2017-04-19 02:08:00          52
    +#> 10646            25   A69-1303-555 16302 2017-04-19 02:22:00          47
    +#> 10647            25   A69-1303-555 16304 2017-04-19 02:28:00          52
    +#> 10648            25   A69-1303-555 16305 2017-04-19 02:30:00          52
    +#> 10649            25   A69-1303-555 16307 2017-04-19 02:32:00          52
    +#> 10650            25   A69-1303-555 16309 2017-04-19 02:36:00          52
    +#> 10651            25   A69-1303-555 16311 2017-04-19 02:38:00          52
    +#> 10652            25   A69-1303-555 16313 2017-04-19 02:40:00          52
    +#> 10653            25   A69-1303-555 16314 2017-04-19 02:42:00          52
    +#> 10654            25   A69-1303-555 16316 2017-04-19 02:44:00          52
    +#> 10655            25   A69-1303-555 16317 2017-04-19 03:04:00          52
    +#> 10656            25   A69-1303-555 16318 2017-04-20 01:10:00          51
    +#> 10657            25   A69-1303-555 16320 2017-04-20 01:12:00          51
    +#> 10658            25   A69-1303-555 16321 2017-04-20 01:14:00          51
    +#> 10659            25   A69-1303-555 16322 2017-04-20 01:16:00          51
    +#> 10660            25   A69-1303-555 16324 2017-04-20 01:18:00          51
    +#> 10661            25   A69-1303-555 16326 2017-04-20 01:20:00          51
    +#> 10662            25   A69-1303-555 16327 2017-04-20 01:22:00          51
    +#> 10663            25   A69-1303-555 16329 2017-04-20 01:24:00          51
    +#> 10664            25   A69-1303-555 16331 2017-04-20 01:26:00          51
    +#> 10665            25   A69-1303-555 16333 2017-04-20 01:28:00          51
    +#> 10666            25   A69-1303-555 16334 2017-04-20 01:30:00          51
    +#> 10667            25   A69-1303-555 16336 2017-04-20 01:32:00          51
    +#> 10668            25   A69-1303-555 16337 2017-04-20 01:34:00          51
    +#> 10669            25   A69-1303-555 16339 2017-04-20 01:36:00          51
    +#> 10670            25   A69-1303-555 16340 2017-04-20 01:38:00          51
    +#> 10671            25   A69-1303-555 16341 2017-04-20 01:40:00          51
    +#> 10672            25   A69-1303-555 16342 2017-04-20 01:42:00          51
    +#> 10673            25   A69-1303-555 16344 2017-04-20 01:44:00          51
    +#> 10674            25   A69-1303-555 16345 2017-04-20 01:46:00          51
    +#> 10675            25   A69-1303-555 16346 2017-04-20 01:48:00          51
    +#> 10676            25   A69-1303-555 16347 2017-04-20 01:52:00          51
    +#> 10677            25   A69-1303-555 16348 2017-04-20 01:54:00          51
    +#> 10678            25   A69-1303-555 16349 2017-04-20 01:58:00          51
    +#> 10679            25   A69-1303-555 16350 2017-04-20 02:06:00          51
    +#> 10680            25   A69-1303-555 16351 2017-04-20 02:24:00          51
    +#> 10681            25   A69-1303-555 16352 2017-04-20 02:26:00          51
    +#> 10682            25   A69-1303-555 16353 2017-04-21 04:14:00          48
    +#> 10683            25   A69-1303-555 16354 2017-04-21 04:16:00          48
    +#> 10684            25   A69-1303-555 16355 2017-04-21 04:20:00          48
    +#> 10685            25   A69-1303-555 16356 2017-04-21 04:22:00          48
    +#> 10686            25   A69-1303-555 16358 2017-04-21 04:24:00          48
    +#> 10687            25   A69-1303-555 16360 2017-04-21 04:26:00          48
    +#> 10688            25   A69-1303-555 16361 2017-04-21 04:32:00          48
    +#> 10689            25   A69-1303-555 16363 2017-04-21 04:36:00          48
    +#> 10690            25   A69-1303-555 16364 2017-04-21 04:40:00          48
    +#> 10691            25   A69-1303-555 16365 2017-04-21 04:42:00          48
    +#> 10692            25   A69-1303-555 16366 2017-04-21 04:44:00          48
    +#> 10693            25   A69-1303-555 16368 2017-04-21 04:56:00          48
    +#> 10694            25   A69-1303-555 16369 2017-04-21 04:58:00          48
    +#> 10695            25   A69-1303-555 16370 2017-04-21 08:56:00          45
    +#> 10696            25   A69-1303-555 16371 2017-04-21 09:26:00          45
    +#> 10697            25   A69-1303-555 16372 2017-04-21 11:24:00          45
    +#> 10698            25   A69-1303-555 16373 2017-04-21 11:48:00          45
    +#> 10699            25   A69-1303-555 16374 2017-04-21 11:50:00          45
    +#> 10700            25   A69-1303-555 16375 2017-04-21 11:52:00          45
    +#> 10701            25   A69-1303-555 16376 2017-04-21 12:08:00          45
    +#> 10702            25   A69-1303-555 16377 2017-04-21 12:18:00          45
    +#> 10703            25   A69-1303-555 16379 2017-04-21 12:28:00          45
    +#> 10704            25   A69-1303-555 16380 2017-04-21 16:56:00          45
    +#> 10705            25   A69-1303-555 16381 2017-04-21 17:12:00          45
    +#> 10706            25   A69-1303-555 16383 2017-04-21 17:14:00          45
    +#> 10707            25   A69-1303-555 16385 2017-04-21 17:18:00          45
    +#> 10708            25   A69-1303-555 16386 2017-04-21 17:20:00          45
    +#> 10709            25   A69-1303-555 16387 2017-04-21 17:22:00          45
    +#> 10710            25   A69-1303-555 16388 2017-04-21 17:24:00          45
    +#> 10711            25   A69-1303-555 16389 2017-04-21 17:28:00          45
    +#> 10712            25   A69-1303-555 16390 2017-04-21 17:32:00          45
    +#> 10713            25   A69-1303-555 16393 2017-04-21 17:34:00          45
    +#> 10714            25   A69-1303-555 16394 2017-04-21 17:36:00          45
    +#> 10715            25   A69-1303-555 16395 2017-04-21 17:40:00          45
    +#> 10716            25   A69-1303-555 16397 2017-04-21 17:42:00          45
    +#> 10717            25   A69-1303-555 16399 2017-04-21 17:44:00          45
    +#> 10718            25   A69-1303-555 16401 2017-04-21 17:46:00          45
    +#> 10719            25   A69-1303-555 16402 2017-04-21 17:48:00          45
    +#> 10720            25   A69-1303-555 16404 2017-04-21 17:50:00          45
    +#> 10721            25   A69-1303-555 16405 2017-04-21 17:52:00          45
    +#> 10722            25   A69-1303-555 16407 2017-04-21 17:54:00          45
    +#> 10723            25   A69-1303-555 16408 2017-04-21 17:56:00          45
    +#> 10724            25   A69-1303-555 16409 2017-04-21 17:58:00          45
    +#> 10725            25   A69-1303-555 16411 2017-04-21 18:00:00          45
    +#> 10726            25   A69-1303-555 16412 2017-04-21 18:02:00          45
    +#> 10727            25   A69-1303-555 16414 2017-04-21 18:04:00          45
    +#> 10728            25   A69-1303-555 16415 2017-04-21 18:06:00          45
    +#> 10729            25   A69-1303-555 16416 2017-04-21 18:08:00          45
    +#> 10730            25   A69-1303-555 16418 2017-04-21 18:10:00          45
    +#> 10731            25   A69-1303-555 16420 2017-04-21 18:12:00          45
    +#> 10732            25   A69-1303-555 16421 2017-04-21 18:14:00          45
    +#> 10733            25   A69-1303-555 16422 2017-04-21 18:16:00          45
    +#> 10734            25   A69-1303-555 16423 2017-04-21 18:20:00          45
    +#> 10735            25   A69-1303-555 16424 2017-04-21 18:22:00          45
    +#> 10736            25   A69-1303-555 16425 2017-04-21 18:26:00          45
    +#> 10737            25   A69-1303-555 16426 2017-04-21 18:30:00          45
    +#> 10738            25   A69-1303-555 16427 2017-04-21 18:32:00          45
    +#> 10739            25   A69-1303-555 16429 2017-04-21 18:34:00          45
    +#> 10740            25   A69-1303-555 16431 2017-04-21 18:38:00          45
    +#> 10741            25   A69-1303-555 16432 2017-04-21 18:42:00          45
    +#> 10742            25   A69-1303-555 16433 2017-04-21 18:44:00          45
    +#> 10743            25   A69-1303-555 16434 2017-04-21 18:46:00          45
    +#> 10744            25   A69-1303-555 16436 2017-04-21 18:48:00          45
    +#> 10745            25   A69-1303-555 16437 2017-04-21 18:50:00          45
    +#> 10746            25   A69-1303-555 16439 2017-04-21 18:52:00          45
    +#> 10747            25   A69-1303-555 16440 2017-04-21 18:54:00          45
    +#> 10748            25   A69-1303-555 16441 2017-04-21 18:56:00          45
    +#> 10749            25   A69-1303-555 16442 2017-04-21 18:58:00          45
    +#> 10750            25   A69-1303-555 16443 2017-04-21 19:00:00          45
    +#> 10751            25   A69-1303-555 16445 2017-04-21 19:02:00          45
    +#> 10752            25   A69-1303-555 16447 2017-04-21 19:04:00          45
    +#> 10753            25   A69-1303-555 16448 2017-04-21 19:06:00          45
    +#> 10754            25   A69-1303-555 16450 2017-04-21 19:08:00          45
    +#> 10755            25   A69-1303-555 16452 2017-04-21 19:10:00          45
    +#> 10756            25   A69-1303-555 16454 2017-04-21 19:14:00          45
    +#> 10757            25   A69-1303-555 16456 2017-04-21 19:16:00          45
    +#> 10758            25   A69-1303-555 16457 2017-04-21 19:18:00          45
    +#> 10759            25   A69-1303-555 16459 2017-04-21 19:20:00          45
    +#> 10760            25   A69-1303-555 16461 2017-04-21 19:24:00          45
    +#> 10761            25   A69-1303-555 16463 2017-04-21 19:26:00          45
    +#> 10762            25   A69-1303-555 16464 2017-04-21 19:28:00          45
    +#> 10763            25   A69-1303-555 16465 2017-04-21 19:30:00          45
    +#> 10764            25   A69-1303-555 16466 2017-04-21 19:32:00          45
    +#> 10765            25   A69-1303-555 16468 2017-04-21 19:34:00          45
    +#> 10766            25   A69-1303-555 16469 2017-04-21 19:36:00          45
    +#> 10767            25   A69-1303-555 16471 2017-04-21 19:38:00          45
    +#> 10768            25   A69-1303-555 16473 2017-04-21 19:40:00          45
    +#> 10769            25   A69-1303-555 16474 2017-04-21 19:42:00          45
    +#> 10770            25   A69-1303-555 16475 2017-04-21 19:44:00          45
    +#> 10771            25   A69-1303-555 16477 2017-04-21 19:46:00          45
    +#> 10772            25   A69-1303-555 16478 2017-04-21 19:48:00          45
    +#> 10773            25   A69-1303-555 16480 2017-04-21 19:50:00          45
    +#> 10774            25   A69-1303-555 16481 2017-04-21 19:52:00          45
    +#> 10775            25   A69-1303-555 16483 2017-04-21 19:54:00          45
    +#> 10776            25   A69-1303-555 16484 2017-04-21 19:56:00          45
    +#> 10777            25   A69-1303-555 16486 2017-04-21 19:58:00          45
    +#> 10778            25   A69-1303-555 16487 2017-04-21 20:00:00          45
    +#> 10779            25   A69-1303-555 16488 2017-04-21 20:02:00          45
    +#> 10780            25   A69-1303-555 16490 2017-04-21 20:04:00          45
    +#> 10781            25   A69-1303-555 16492 2017-04-21 20:06:00          45
    +#> 10782            25   A69-1303-555 16494 2017-04-21 20:08:00          45
    +#> 10783            25   A69-1303-555 16495 2017-04-21 20:10:00          45
    +#> 10784            25   A69-1303-555 16496 2017-04-21 20:12:00          45
    +#> 10785            25   A69-1303-555 16499 2017-04-21 20:14:00          45
    +#> 10786            25   A69-1303-555 16501 2017-04-21 20:16:00          45
    +#> 10787            25   A69-1303-555 16502 2017-04-21 20:18:00          45
    +#> 10788            25   A69-1303-555 16503 2017-04-21 20:20:00          45
    +#> 10789            25   A69-1303-555 16504 2017-04-21 20:22:00          45
    +#> 10790            25   A69-1303-555 16505 2017-04-21 20:24:00          45
    +#> 10791            25   A69-1303-555 16507 2017-04-21 20:28:00          45
    +#> 10792            25   A69-1303-555 16509 2017-04-21 20:30:00          45
    +#> 10793            25   A69-1303-555 16512 2017-04-21 20:32:00          45
    +#> 10794            25   A69-1303-555 16513 2017-04-21 20:34:00          45
    +#> 10795            25   A69-1303-555 16515 2017-04-21 20:38:00          45
    +#> 10796            25   A69-1303-555 16517 2017-04-21 20:44:00          45
    +#> 10797            25   A69-1303-555 16519 2017-04-21 20:46:00          45
    +#> 10798            25   A69-1303-555 16521 2017-04-21 20:48:00          45
    +#> 10799            25   A69-1303-555 16523 2017-04-21 20:50:00          45
    +#> 10800            25   A69-1303-555 16525 2017-04-21 20:52:00          45
    +#> 10801            25   A69-1303-555 16527 2017-04-21 20:54:00          45
    +#> 10802            25   A69-1303-555 16529 2017-04-21 20:56:00          45
    +#> 10803            25   A69-1303-555 16530 2017-04-21 20:58:00          45
    +#> 10804            25   A69-1303-555 16531 2017-04-21 21:00:00          45
    +#> 10805            25   A69-1303-555 16533 2017-04-21 21:02:00          45
    +#> 10806            25   A69-1303-555 16534 2017-04-21 21:04:00          45
    +#> 10807            25   A69-1303-555 16537 2017-04-21 21:06:00          45
    +#> 10808            25   A69-1303-555 16539 2017-04-21 21:08:00          56
    +#> 10809            25   A69-1303-555 16540 2017-04-21 21:08:00          45
    +#> 10810            25   A69-1303-555 16542 2017-04-21 21:10:00          45
    +#> 10811            25   A69-1303-555 16543 2017-04-21 21:12:00          45
    +#> 10812            25   A69-1303-555 16544 2017-04-21 21:12:00          56
    +#> 10813            25   A69-1303-555 16546 2017-04-21 21:14:00          56
    +#> 10814            25   A69-1303-555 16547 2017-04-21 21:14:00          45
    +#> 10815            25   A69-1303-555 16549 2017-04-21 21:16:00          45
    +#> 10816            25   A69-1303-555 16550 2017-04-21 21:16:00          56
    +#> 10817            25   A69-1303-555 16554 2017-04-21 21:18:00          56
    +#> 10818            25   A69-1303-555 16556 2017-04-21 21:20:00          56
    +#> 10819            25   A69-1303-555 16557 2017-04-21 21:20:00          45
    +#> 10820            25   A69-1303-555 16558 2017-04-21 21:24:00          56
    +#> 10821            25   A69-1303-555 16560 2017-04-21 21:26:00          56
    +#> 10822            25   A69-1303-555 16562 2017-04-21 21:28:00          56
    +#> 10823            25   A69-1303-555 16563 2017-04-21 21:30:00          56
    +#> 10824            25   A69-1303-555 16565 2017-04-21 21:32:00          56
    +#> 10825            25   A69-1303-555 16566 2017-04-21 21:34:00          56
    +#> 10826            25   A69-1303-555 16567 2017-04-21 21:36:00          56
    +#> 10827            25   A69-1303-555 16568 2017-04-21 21:38:00          56
    +#> 10828            25   A69-1303-555 16569 2017-04-21 21:38:00          45
    +#> 10829            25   A69-1303-555 16571 2017-04-21 21:40:00          45
    +#> 10830            25   A69-1303-555 16572 2017-04-21 21:40:00          56
    +#> 10831            25   A69-1303-555 16573 2017-04-21 21:42:00          45
    +#> 10832            25   A69-1303-555 16575 2017-04-21 21:44:00          45
    +#> 10833            25   A69-1303-555 16576 2017-04-21 21:46:00          45
    +#> 10834            25   A69-1303-555 16578 2017-04-21 21:48:00          45
    +#> 10835            25   A69-1303-555 16580 2017-04-21 21:50:00          45
    +#> 10836            25   A69-1303-555 16581 2017-04-21 21:52:00          45
    +#> 10837            25   A69-1303-555 16583 2017-04-21 21:54:00          45
    +#> 10838            25   A69-1303-555 16584 2017-04-21 22:12:00          56
    +#> 10839            25   A69-1303-555 16585 2017-04-21 22:14:00          45
    +#> 10840            25   A69-1303-555 16586 2017-04-21 22:16:00          56
    +#> 10841            25   A69-1303-555 16587 2017-04-21 22:16:00          45
    +#> 10842            25   A69-1303-555 16589 2017-04-21 22:18:00          45
    +#> 10843            25   A69-1303-555 16590 2017-04-21 22:18:00          56
    +#> 10844            25   A69-1303-555 16592 2017-04-21 22:20:00          56
    +#> 10845            25   A69-1303-555 16593 2017-04-21 22:20:00          45
    +#> 10846            25   A69-1303-555 16596 2017-04-21 22:22:00          56
    +#> 10847            25   A69-1303-555 16597 2017-04-21 22:22:00          45
    +#> 10848            25   A69-1303-555 16599 2017-04-21 22:24:00          45
    +#> 10849            25   A69-1303-555 16602 2017-04-21 22:26:00          45
    +#> 10850            25   A69-1303-555 16603 2017-04-21 22:26:00          56
    +#> 10851            25   A69-1303-555 16604 2017-04-21 22:28:00          45
    +#> 10852            25   A69-1303-555 16606 2017-04-21 22:30:00          45
    +#> 10853            25   A69-1303-555 16608 2017-04-21 22:32:00          45
    +#> 10854            25   A69-1303-555 16609 2017-04-21 22:34:00          45
    +#> 10855            25   A69-1303-555 16611 2017-04-21 22:36:00          45
    +#> 10856            25   A69-1303-555 16613 2017-04-21 22:38:00          45
    +#> 10857            25   A69-1303-555 16615 2017-04-21 22:40:00          45
    +#> 10858            25   A69-1303-555 16617 2017-04-21 22:42:00          45
    +#> 10859            25   A69-1303-555 16619 2017-04-21 22:44:00          45
    +#> 10860            25   A69-1303-555 16621 2017-04-21 22:46:00          45
    +#> 10861            25   A69-1303-555 16622 2017-04-21 22:46:00          56
    +#> 10862            25   A69-1303-555 16623 2017-04-21 22:48:00          45
    +#> 10863            25   A69-1303-555 16624 2017-04-21 22:48:00          56
    +#> 10864            25   A69-1303-555 16626 2017-04-21 22:50:00          45
    +#> 10865            25   A69-1303-555 16628 2017-04-21 22:52:00          45
    +#> 10866            25   A69-1303-555 16630 2017-04-21 22:54:00          45
    +#> 10867            25   A69-1303-555 16632 2017-04-21 22:58:00          45
    +#> 10868            25   A69-1303-555 16633 2017-04-22 00:48:00          45
    +#> 10869            25   A69-1303-555 16634 2017-04-22 00:52:00          45
    +#> 10870            25   A69-1303-555 16635 2017-04-22 00:56:00          45
    +#> 10871            25   A69-1303-555 16638 2017-04-22 00:58:00          45
    +#> 10872            25   A69-1303-555 16640 2017-04-22 01:00:00          45
    +#> 10873            25   A69-1303-555 16642 2017-04-22 01:02:00          45
    +#> 10874            25   A69-1303-555 16643 2017-04-22 01:04:00          45
    +#> 10875            25   A69-1303-555 16645 2017-04-22 01:06:00          45
    +#> 10876            25   A69-1303-555 16646 2017-04-22 01:08:00          45
    +#> 10877            25   A69-1303-555 16648 2017-04-22 01:10:00          56
    +#> 10878            25   A69-1303-555 16649 2017-04-22 01:10:00          45
    +#> 10879            25   A69-1303-555 16650 2017-04-22 01:12:00          56
    +#> 10880            25   A69-1303-555 16651 2017-04-22 01:12:00          45
    +#> 10881            25   A69-1303-555 16652 2017-04-22 01:14:00          45
    +#> 10882            25   A69-1303-555 16653 2017-04-22 01:16:00          45
    +#> 10883            25   A69-1303-555 16655 2017-04-22 01:18:00          56
    +#> 10884            25   A69-1303-555 16656 2017-04-22 01:18:00          45
    +#> 10885            25   A69-1303-555 16658 2017-04-22 01:20:00          45
    +#> 10886            25   A69-1303-555 16659 2017-04-22 01:20:00          56
    +#> 10887            25   A69-1303-555 16660 2017-04-22 01:22:00          56
    +#> 10888            25   A69-1303-555 16661 2017-04-22 01:22:00          45
    +#> 10889            25   A69-1303-555 16662 2017-04-22 01:24:00          45
    +#> 10890            25   A69-1303-555 16665 2017-04-22 01:26:00          45
    +#> 10891            25   A69-1303-555 16666 2017-04-22 01:28:00          45
    +#> 10892            25   A69-1303-555 16668 2017-04-22 01:30:00          45
    +#> 10893            25   A69-1303-555 16669 2017-04-22 01:32:00          45
    +#> 10894            25   A69-1303-555 16671 2017-04-22 01:34:00          45
    +#> 10895            25   A69-1303-555 16673 2017-04-22 01:36:00          45
    +#> 10896            25   A69-1303-555 16674 2017-04-22 01:38:00          45
    +#> 10897            25   A69-1303-555 16675 2017-04-22 01:40:00          45
    +#> 10898            25   A69-1303-555 16677 2017-04-22 01:42:00          45
    +#> 10899            25   A69-1303-555 16678 2017-04-22 01:44:00          45
    +#> 10900            25   A69-1303-555 16680 2017-04-22 01:46:00          45
    +#> 10901            25   A69-1303-555 16681 2017-04-22 01:46:00          57
    +#> 10902            25   A69-1303-555 16682 2017-04-22 01:48:00          57
    +#> 10903            25   A69-1303-555 16684 2017-04-22 01:52:00          57
    +#> 10904            25   A69-1303-555 16686 2017-04-22 01:52:00          43
    +#> 10905            25   A69-1303-555 16687 2017-04-22 01:54:00          57
    +#> 10906            25   A69-1303-555 16688 2017-04-22 01:54:00          43
    +#> 10907            25   A69-1303-555 16692 2017-04-22 01:56:00          57
    +#> 10908            25   A69-1303-555 16693 2017-04-22 01:56:00          43
    +#> 10909            25   A69-1303-555 16697 2017-04-22 01:58:00          57
    +#> 10910            25   A69-1303-555 16699 2017-04-22 02:00:00          57
    +#> 10911            25   A69-1303-555 16700 2017-04-22 02:02:00          57
    +#> 10912            25   A69-1303-555 16702 2017-04-22 02:04:00          57
    +#> 10913            25   A69-1303-555 16703 2017-04-22 02:06:00          57
    +#> 10914            25   A69-1303-555 16704 2017-04-22 02:06:00          43
    +#> 10915            25   A69-1303-555 16706 2017-04-22 02:08:00          57
    +#> 10916            25   A69-1303-555 16708 2017-04-22 02:08:00          43
    +#> 10917            25   A69-1303-555 16709 2017-04-22 02:10:00          57
    +#> 10918            25   A69-1303-555 16710 2017-04-22 02:10:00          43
    +#> 10919            25   A69-1303-555 16711 2017-04-22 02:12:00          43
    +#> 10920            25   A69-1303-555 16712 2017-04-22 02:14:00          43
    +#> 10921            25   A69-1303-555 16713 2017-04-22 02:56:00          48
    +#> 10922            25   A69-1303-555 16714 2017-04-22 03:12:00          48
    +#> 10923            25   A69-1303-555 16715 2017-04-22 03:14:00          48
    +#> 10924            25   A69-1303-555 16716 2017-04-22 03:16:00          48
    +#> 10925            25   A69-1303-555 16718 2017-04-22 03:18:00          48
    +#> 10926            25   A69-1303-555 16720 2017-04-22 03:20:00          48
    +#> 10927            25   A69-1303-555 16721 2017-04-22 03:22:00          48
    +#> 10928            25   A69-1303-555 16722 2017-04-22 03:24:00          48
    +#> 10929            25   A69-1303-555 16724 2017-04-22 03:26:00          48
    +#> 10930            25   A69-1303-555 16726 2017-04-22 03:28:00          48
    +#> 10931            25   A69-1303-555 16727 2017-04-22 03:30:00          48
    +#> 10932            25   A69-1303-555 16729 2017-04-22 03:32:00          48
    +#> 10933            25   A69-1303-555 16730 2017-04-22 03:34:00          48
    +#> 10934            25   A69-1303-555 16731 2017-04-22 03:36:00          48
    +#> 10935            25   A69-1303-555 16732 2017-04-22 03:38:00          48
    +#> 10936            25   A69-1303-555 16733 2017-04-22 03:58:00          49
    +#> 10937            25   A69-1303-555 16734 2017-04-22 04:00:00          49
    +#> 10938            25   A69-1303-555 16736 2017-04-22 04:02:00          49
    +#> 10939            25   A69-1303-555 16738 2017-04-22 04:04:00          49
    +#> 10940            25   A69-1303-555 16739 2017-04-22 04:06:00          49
    +#> 10941            25   A69-1303-555 16740 2017-04-22 04:08:00          49
    +#> 10942            25   A69-1303-555 16742 2017-04-22 04:12:00          49
    +#> 10943            25   A69-1303-555 16744 2017-04-22 04:18:00          49
    +#> 10944            25   A69-1303-555 16745 2017-04-22 04:20:00          49
    +#> 10945            25   A69-1303-555 16746 2017-04-22 04:22:00          49
    +#> 10946            25   A69-1303-555 16747 2017-04-22 04:26:00          49
    +#> 10947            25   A69-1303-555 16748 2017-04-22 04:28:00          49
    +#> 10948            25   A69-1303-555 16749 2017-04-22 04:30:00          49
    +#> 10949            25   A69-1303-555 16751 2017-04-22 04:32:00          49
    +#> 10950            25   A69-1303-555 16753 2017-04-22 04:34:00          49
    +#> 10951            25   A69-1303-555 16754 2017-04-22 04:40:00          49
    +#> 10952            25   A69-1303-555 16755 2017-04-22 04:42:00          49
    +#> 10953            25   A69-1303-555 16756 2017-04-23 03:44:00          51
    +#> 10954            25   A69-1303-555 16757 2017-04-23 03:54:00          51
    +#> 10955            25   A69-1303-555 16758 2017-04-23 03:56:00          51
    +#> 10956            25   A69-1303-555 16759 2017-04-23 03:58:00          51
    +#> 10957            25   A69-1303-555 16761 2017-04-23 04:02:00          51
    +#> 10958            25   A69-1303-555 16762 2017-04-23 04:04:00          51
    +#> 10959            25   A69-1303-555 16763 2017-04-23 04:10:00          51
    +#> 10960            25   A69-1303-555 16764 2017-04-23 04:14:00          51
    +#> 10961            25   A69-1303-555 16766 2017-04-23 04:16:00          51
    +#> 10962            25   A69-1303-555 16767 2017-04-23 04:18:00          51
    +#> 10963            25   A69-1303-555 16769 2017-04-23 04:20:00          51
    +#> 10964            25   A69-1303-555 16771 2017-04-23 04:22:00          51
    +#> 10965            25   A69-1303-555 16772 2017-04-23 04:26:00          51
    +#> 10966            25   A69-1303-555 16774 2017-04-23 04:28:00          51
    +#> 10967            25   A69-1303-555 16776 2017-04-23 04:30:00          51
    +#> 10968            25   A69-1303-555 16777 2017-04-23 04:32:00          51
    +#> 10969            25   A69-1303-555 16779 2017-04-23 04:34:00          51
    +#> 10970            25   A69-1303-555 16780 2017-04-23 04:36:00          51
    +#> 10971            25   A69-1303-555 16781 2017-04-23 04:38:00          51
    +#> 10972            25   A69-1303-555 16782 2017-04-23 04:48:00          51
    +#> 10973            25   A69-1303-555 16783 2017-04-23 11:32:00          51
    +#> 10974            25   A69-1303-555 16784 2017-04-23 11:34:00          51
    +#> 10975            25   A69-1303-555 16785 2017-04-23 13:24:00          51
    +#> 10976            25   A69-1303-555 16786 2017-04-23 13:38:00          51
    +#> 10977            25   A69-1303-555 16787 2017-04-23 14:18:00          51
    +#> 10978            25   A69-1303-555 16788 2017-04-23 14:22:00          51
    +#> 10979            25   A69-1303-555 16789 2017-04-23 14:28:00          51
    +#> 10980            25   A69-1303-555 16790 2017-04-23 14:36:00          51
    +#> 10981            25   A69-1303-555 16791 2017-04-23 14:48:00          51
    +#> 10982            25   A69-1303-555 16792 2017-04-23 14:52:00          51
    +#> 10983            25   A69-1303-555 16793 2017-04-27 19:56:00          45
    +#> 10984            25   A69-1303-555 16794 2017-04-27 19:58:00          45
    +#> 10985            25   A69-1303-555 16796 2017-04-27 20:00:00          45
    +#> 10986            25   A69-1303-555 16798 2017-04-27 20:02:00          45
    +#> 10987            25   A69-1303-555 16799 2017-04-27 20:04:00          45
    +#> 10988            25   A69-1303-555 16801 2017-04-27 20:06:00          45
    +#> 10989            25   A69-1303-555 16803 2017-04-27 20:08:00          45
    +#> 10990            25   A69-1303-555 16804 2017-04-27 20:10:00          45
    +#> 10991            25   A69-1303-555 16806 2017-04-27 20:12:00          45
    +#> 10992            25   A69-1303-555 16807 2017-04-27 20:14:00          45
    +#> 10993            25   A69-1303-555 16808 2017-04-27 20:16:00          45
    +#> 10994            25   A69-1303-555 16810 2017-04-27 20:18:00          45
    +#> 10995            25   A69-1303-555 16811 2017-04-27 20:20:00          56
    +#> 10996            25   A69-1303-555 16812 2017-04-27 20:20:00          45
    +#> 10997            25   A69-1303-555 16813 2017-04-27 20:22:00          45
    +#> 10998            25   A69-1303-555 16815 2017-04-27 20:22:00          56
    +#> 10999            25   A69-1303-555 16816 2017-04-27 20:24:00          45
    +#> 11000            25   A69-1303-555 16818 2017-04-27 20:26:00          45
    +#> 11001            25   A69-1303-555 16819 2017-04-27 20:28:00          45
    +#> 11002            25   A69-1303-555 16821 2017-04-27 20:28:00          56
    +#> 11003            25   A69-1303-555 16822 2017-04-27 20:30:00          45
    +#> 11004            25   A69-1303-555 16823 2017-04-27 20:30:00          56
    +#> 11005            25   A69-1303-555 16824 2017-04-27 20:32:00          45
    +#> 11006            25   A69-1303-555 16825 2017-04-27 20:34:00          45
    +#> 11007            25   A69-1303-555 16826 2017-04-27 20:40:00          45
    +#> 11008            25   A69-1303-555 16828 2017-04-27 20:44:00          45
    +#> 11009            25   A69-1303-555 16829 2017-04-27 20:48:00          45
    +#> 11010            25   A69-1303-555 16830 2017-04-27 20:50:00          45
    +#> 11011            25   A69-1303-555 16832 2017-04-27 20:52:00          45
    +#> 11012            25   A69-1303-555 16834 2017-04-27 20:54:00          45
    +#> 11013            25   A69-1303-555 16836 2017-04-27 20:56:00          45
    +#> 11014            25   A69-1303-555 16837 2017-04-27 20:58:00          45
    +#> 11015            25   A69-1303-555 16839 2017-04-27 21:00:00          45
    +#> 11016            25   A69-1303-555 16841 2017-04-27 21:02:00          45
    +#> 11017            25   A69-1303-555 16842 2017-04-27 21:04:00          45
    +#> 11018            25   A69-1303-555 16844 2017-04-27 21:06:00          45
    +#> 11019            25   A69-1303-555 16846 2017-04-27 21:08:00          45
    +#> 11020            25   A69-1303-555 16848 2017-04-27 21:10:00          45
    +#> 11021            25   A69-1303-555 16849 2017-04-27 21:12:00          45
    +#> 11022            25   A69-1303-555 16851 2017-04-27 21:14:00          45
    +#> 11023            25   A69-1303-555 16854 2017-04-27 21:16:00          45
    +#> 11024            25   A69-1303-555 16855 2017-04-27 21:18:00          45
    +#> 11025            25   A69-1303-555 16857 2017-04-27 21:20:00          45
    +#> 11026            25   A69-1303-555 16859 2017-04-27 21:22:00          45
    +#> 11027            25   A69-1303-555 16860 2017-04-27 21:24:00          45
    +#> 11028            25   A69-1303-555 16863 2017-04-27 21:26:00          45
    +#> 11029            25   A69-1303-555 16865 2017-04-27 21:28:00          45
    +#> 11030            25   A69-1303-555 16867 2017-04-27 21:30:00          45
    +#> 11031            25   A69-1303-555 16868 2017-04-27 21:32:00          45
    +#> 11032            25   A69-1303-555 16871 2017-04-27 21:38:00          45
    +#> 11033            25   A69-1303-555 16873 2017-04-27 21:40:00          45
    +#> 11034            25   A69-1303-555 16874 2017-04-27 21:42:00          45
    +#> 11035            25   A69-1303-555 16876 2017-04-27 21:46:00          45
    +#> 11036            25   A69-1303-555 16877 2017-04-27 21:50:00          45
    +#> 11037            25   A69-1303-555 16878 2017-04-27 21:52:00          45
    +#> 11038            25   A69-1303-555 16879 2017-04-27 21:54:00          45
    +#> 11039            25   A69-1303-555 16881 2017-04-27 21:58:00          45
    +#> 11040            25   A69-1303-555 16882 2017-04-27 22:00:00          45
    +#> 11041            25   A69-1303-555 16884 2017-04-27 22:04:00          45
    +#> 11042            25   A69-1303-555 16887 2017-04-27 22:06:00          45
    +#> 11043            25   A69-1303-555 16889 2017-04-27 22:08:00          45
    +#> 11044            25   A69-1303-555 16890 2017-04-27 22:10:00          45
    +#> 11045            25   A69-1303-555 16891 2017-04-27 22:12:00          45
    +#> 11046            25   A69-1303-555 16893 2017-04-27 22:14:00          45
    +#> 11047            25   A69-1303-555 16895 2017-04-27 22:16:00          45
    +#> 11048            25   A69-1303-555 16896 2017-04-27 22:18:00          45
    +#> 11049            25   A69-1303-555 16899 2017-04-27 22:20:00          45
    +#> 11050            25   A69-1303-555 16900 2017-04-27 22:22:00          45
    +#> 11051            25   A69-1303-555 16901 2017-04-27 22:24:00          45
    +#> 11052            25   A69-1303-555 16902 2017-04-27 22:26:00          45
    +#> 11053            25   A69-1303-555 16904 2017-04-27 22:28:00          45
    +#> 11054            25   A69-1303-555 16905 2017-04-27 22:30:00          45
    +#> 11055            25   A69-1303-555 16907 2017-04-27 22:32:00          45
    +#> 11056            25   A69-1303-555 16909 2017-04-27 22:34:00          45
    +#> 11057            25   A69-1303-555 16910 2017-04-27 22:36:00          45
    +#> 11058            25   A69-1303-555 16913 2017-04-27 22:38:00          45
    +#> 11059            25   A69-1303-555 16915 2017-04-27 22:40:00          45
    +#> 11060            25   A69-1303-555 16917 2017-04-27 22:42:00          45
    +#> 11061            25   A69-1303-555 16919 2017-04-27 22:44:00          45
    +#> 11062            25   A69-1303-555 16921 2017-04-27 22:46:00          45
    +#> 11063            25   A69-1303-555 16922 2017-04-27 22:48:00          45
    +#> 11064            25   A69-1303-555 16924 2017-04-27 22:50:00          45
    +#> 11065            25   A69-1303-555 16926 2017-04-27 22:52:00          45
    +#> 11066            25   A69-1303-555 16927 2017-04-27 22:54:00          45
    +#> 11067            25   A69-1303-555 16929 2017-04-27 22:56:00          45
    +#> 11068            25   A69-1303-555 16930 2017-04-27 22:58:00          45
    +#> 11069            25   A69-1303-555 16932 2017-04-27 23:00:00          45
    +#> 11070            25   A69-1303-555 16934 2017-04-27 23:02:00          45
    +#> 11071            25   A69-1303-555 16937 2017-04-27 23:04:00          45
    +#> 11072            25   A69-1303-555 16939 2017-04-27 23:06:00          45
    +#> 11073            25   A69-1303-555 16941 2017-04-27 23:08:00          45
    +#> 11074            25   A69-1303-555 16943 2017-04-27 23:10:00          45
    +#> 11075            25   A69-1303-555 16944 2017-04-27 23:12:00          45
    +#> 11076            25   A69-1303-555 16945 2017-04-27 23:14:00          45
    +#> 11077            25   A69-1303-555 16948 2017-04-27 23:16:00          45
    +#> 11078            25   A69-1303-555 16950 2017-04-27 23:18:00          45
    +#> 11079            25   A69-1303-555 16951 2017-04-27 23:20:00          45
    +#> 11080            25   A69-1303-555 16953 2017-04-27 23:22:00          45
    +#> 11081            25   A69-1303-555 16954 2017-04-27 23:24:00          45
    +#> 11082            25   A69-1303-555 16957 2017-04-27 23:26:00          45
    +#> 11083            25   A69-1303-555 16958 2017-04-27 23:28:00          45
    +#> 11084            25   A69-1303-555 16960 2017-04-27 23:30:00          45
    +#> 11085            25   A69-1303-555 16962 2017-04-27 23:32:00          45
    +#> 11086            25   A69-1303-555 16963 2017-04-27 23:34:00          45
    +#> 11087            25   A69-1303-555 16965 2017-04-27 23:36:00          45
    +#> 11088            25   A69-1303-555 16966 2017-04-27 23:38:00          45
    +#> 11089            25   A69-1303-555 16968 2017-04-27 23:40:00          45
    +#> 11090            25   A69-1303-555 16969 2017-04-27 23:42:00          45
    +#> 11091            25   A69-1303-555 16970 2017-04-27 23:46:00          45
    +#> 11092            25   A69-1303-555 16971 2017-04-27 23:48:00          56
    +#> 11093            25   A69-1303-555 16972 2017-04-27 23:50:00          45
    +#> 11094            25   A69-1303-555 16974 2017-04-27 23:52:00          45
    +#> 11095            25   A69-1303-555 16976 2017-04-27 23:54:00          45
    +#> 11096            25   A69-1303-555 16977 2017-04-27 23:54:00          56
    +#> 11097            25   A69-1303-555 16978 2017-04-27 23:56:00          45
    +#> 11098            25   A69-1303-555 16979 2017-04-27 23:58:00          45
    +#> 11099            25   A69-1303-555 16981 2017-04-28 00:00:00          56
    +#> 11100            25   A69-1303-555 16983 2017-04-28 00:02:00          56
    +#> 11101            25   A69-1303-555 16984 2017-04-28 00:04:00          45
    +#> 11102            25   A69-1303-555 16985 2017-04-28 00:06:00          56
    +#> 11103            25   A69-1303-555 16986 2017-04-28 00:08:00          56
    +#> 11104            25   A69-1303-555 16987 2017-04-28 00:10:00          45
    +#> 11105            25   A69-1303-555 16988 2017-04-28 00:10:00          56
    +#> 11106            25   A69-1303-555 16989 2017-04-28 00:12:00          56
    +#> 11107            25   A69-1303-555 16990 2017-04-28 00:12:00          45
    +#> 11108            25   A69-1303-555 16991 2017-04-28 00:14:00          45
    +#> 11109            25   A69-1303-555 16992 2017-04-28 00:16:00          45
    +#> 11110            25   A69-1303-555 16993 2017-04-28 00:16:00          56
    +#> 11111            25   A69-1303-555 16995 2017-04-28 00:18:00          45
    +#>           receiver receiver_long receiver_lat receiver_depth
    +#> 1      VR2W-108163     -5.610733     56.37628             25
    +#> 2      VR2W-108163     -5.610733     56.37628             25
    +#> 3      VR2W-108163     -5.610733     56.37628             25
    +#> 4      VR2W-108163     -5.610733     56.37628             25
    +#> 5      VR2W-108163     -5.610733     56.37628             25
    +#> 6      VR2W-108163     -5.610733     56.37628             25
    +#> 7      VR2W-108163     -5.610733     56.37628             25
    +#> 8      VR2W-108163     -5.610733     56.37628             25
    +#> 9      VR2W-108163     -5.610733     56.37628             25
    +#> 10     VR2W-108163     -5.610733     56.37628             25
    +#> 11     VR2W-108163     -5.610733     56.37628             25
    +#> 12     VR2W-108163     -5.610733     56.37628             25
    +#> 13     VR2W-108163     -5.610733     56.37628             25
    +#> 14     VR2W-108163     -5.610733     56.37628             25
    +#> 15     VR2W-108163     -5.610733     56.37628             25
    +#> 16     VR2W-108163     -5.610733     56.37628             25
    +#> 17     VR2W-108163     -5.610733     56.37628             25
    +#> 18     VR2W-108163     -5.610733     56.37628             25
    +#> 19     VR2W-108158     -5.619533     56.37413             25
    +#> 20     VR2W-108163     -5.610733     56.37628             25
    +#> 21     VR2W-108163     -5.610733     56.37628             25
    +#> 22     VR2W-108158     -5.619533     56.37413             25
    +#> 23     VR2W-108158     -5.619533     56.37413             25
    +#> 24     VR2W-108158     -5.619533     56.37413             25
    +#> 25     VR2W-108158     -5.619533     56.37413             25
    +#> 26     VR2W-108158     -5.619533     56.37413             25
    +#> 27     VR2W-108158     -5.619533     56.37413             25
    +#> 28     VR2W-108158     -5.619533     56.37413             25
    +#> 29     VR2W-108158     -5.619533     56.37413             25
    +#> 30     VR2W-108158     -5.619533     56.37413             25
    +#> 31     VR2W-108158     -5.619533     56.37413             25
    +#> 32     VR2W-108158     -5.619533     56.37413             25
    +#> 33     VR2W-108158     -5.619533     56.37413             25
    +#> 34     VR2W-108158     -5.619533     56.37413             25
    +#> 35     VR2W-108158     -5.619533     56.37413             25
    +#> 36     VR2W-108158     -5.619533     56.37413             25
    +#> 37     VR2W-108158     -5.619533     56.37413             25
    +#> 38     VR2W-108158     -5.619533     56.37413             25
    +#> 39     VR2W-108158     -5.619533     56.37413             25
    +#> 40     VR2W-108158     -5.619533     56.37413             25
    +#> 41     VR2W-108158     -5.619533     56.37413             25
    +#> 42     VR2W-108158     -5.619533     56.37413             25
    +#> 43     VR2W-108163     -5.610733     56.37628             25
    +#> 44     VR2W-108163     -5.610733     56.37628             25
    +#> 45     VR2W-108163     -5.610733     56.37628             25
    +#> 46     VR2W-108163     -5.610733     56.37628             25
    +#> 47     VR2W-108163     -5.610733     56.37628             25
    +#> 48     VR2W-108163     -5.610733     56.37628             25
    +#> 49     VR2W-108163     -5.610733     56.37628             25
    +#> 50     VR2W-108163     -5.610733     56.37628             25
    +#> 51     VR2W-108163     -5.610733     56.37628             25
    +#> 52     VR2W-108158     -5.619533     56.37413             25
    +#> 53     VR2W-108158     -5.619533     56.37413             25
    +#> 54     VR2W-108163     -5.610733     56.37628             25
    +#> 55     VR2W-108163     -5.610733     56.37628             25
    +#> 56     VR2W-108163     -5.610733     56.37628             25
    +#> 57     VR2W-108163     -5.610733     56.37628             25
    +#> 58     VR2W-108163     -5.610733     56.37628             25
    +#> 59     VR2W-108163     -5.610733     56.37628             25
    +#> 60     VR2W-108163     -5.610733     56.37628             25
    +#> 61     VR2W-108163     -5.610733     56.37628             25
    +#> 62     VR2W-108163     -5.610733     56.37628             25
    +#> 63     VR2W-108163     -5.610733     56.37628             25
    +#> 64     VR2W-108163     -5.610733     56.37628             25
    +#> 65     VR2W-108163     -5.610733     56.37628             25
    +#> 66     VR2W-108163     -5.610733     56.37628             25
    +#> 67     VR2W-120722     -5.602283     56.37748             25
    +#> 68     VR2W-108163     -5.610733     56.37628             25
    +#> 69     VR2W-120722     -5.602283     56.37748             25
    +#> 70     VR2W-108163     -5.610733     56.37628             25
    +#> 71     VR2W-108163     -5.610733     56.37628             25
    +#> 72     VR2W-108163     -5.610733     56.37628             25
    +#> 73     VR2W-108163     -5.610733     56.37628             25
    +#> 74     VR2W-108163     -5.610733     56.37628             25
    +#> 75     VR2W-120722     -5.602283     56.37748             25
    +#> 76     VR2W-108163     -5.610733     56.37628             25
    +#> 77     VR2W-108163     -5.610733     56.37628             25
    +#> 78     VR2W-108163     -5.610733     56.37628             25
    +#> 79     VR2W-108163     -5.610733     56.37628             25
    +#> 80     VR2W-108163     -5.610733     56.37628             25
    +#> 81     VR2W-108163     -5.610733     56.37628             25
    +#> 82     VR2W-108163     -5.610733     56.37628             25
    +#> 83     VR2W-108163     -5.610733     56.37628             25
    +#> 84     VR2W-108163     -5.610733     56.37628             25
    +#> 85     VR2W-108163     -5.610733     56.37628             25
    +#> 86     VR2W-108163     -5.610733     56.37628             25
    +#> 87     VR2W-108163     -5.610733     56.37628             25
    +#> 88     VR2W-108163     -5.610733     56.37628             25
    +#> 89     VR2W-108163     -5.610733     56.37628             25
    +#> 90     VR2W-108163     -5.610733     56.37628             25
    +#> 91     VR2W-108163     -5.610733     56.37628             25
    +#> 92     VR2W-108163     -5.610733     56.37628             25
    +#> 93     VR2W-120722     -5.602283     56.37748             25
    +#> 94     VR2W-108163     -5.610733     56.37628             25
    +#> 95     VR2W-120722     -5.602283     56.37748             25
    +#> 96     VR2W-120722     -5.602283     56.37748             25
    +#> 97     VR2W-108163     -5.610733     56.37628             25
    +#> 98     VR2W-120722     -5.602283     56.37748             25
    +#> 99     VR2W-108163     -5.610733     56.37628             25
    +#> 100    VR2W-108163     -5.610733     56.37628             25
    +#> 101    VR2W-120722     -5.602283     56.37748             25
    +#> 102    VR2W-108163     -5.610733     56.37628             25
    +#> 103    VR2W-108163     -5.610733     56.37628             25
    +#> 104    VR2W-108163     -5.610733     56.37628             25
    +#> 105    VR2W-108163     -5.610733     56.37628             25
    +#> 106    VR2W-108163     -5.610733     56.37628             25
    +#> 107    VR2W-108163     -5.610733     56.37628             25
    +#> 108    VR2W-108163     -5.610733     56.37628             25
    +#> 109    VR2W-108163     -5.610733     56.37628             25
    +#> 110    VR2W-108163     -5.610733     56.37628             25
    +#> 111    VR2W-108163     -5.610733     56.37628             25
    +#> 112    VR2W-108163     -5.610733     56.37628             25
    +#> 113    VR2W-108163     -5.610733     56.37628             25
    +#> 114    VR2W-108163     -5.610733     56.37628             25
    +#> 115    VR2W-108163     -5.610733     56.37628             25
    +#> 116    VR2W-108163     -5.610733     56.37628             25
    +#> 117    VR2W-108163     -5.610733     56.37628             25
    +#> 118    VR2W-108163     -5.610733     56.37628             25
    +#> 119    VR2W-108163     -5.610733     56.37628             25
    +#> 120    VR2W-108163     -5.610733     56.37628             25
    +#> 121    VR2W-108163     -5.610733     56.37628             25
    +#> 122    VR2W-108163     -5.610733     56.37628             25
    +#> 123    VR2W-108163     -5.610733     56.37628             25
    +#> 124    VR2W-108163     -5.610733     56.37628             25
    +#> 125    VR2W-108163     -5.610733     56.37628             25
    +#> 126    VR2W-108163     -5.610733     56.37628             25
    +#> 127    VR2W-108163     -5.610733     56.37628             25
    +#> 128    VR2W-108163     -5.610733     56.37628             25
    +#> 129    VR2W-108163     -5.610733     56.37628             25
    +#> 130    VR2W-108163     -5.610733     56.37628             25
    +#> 131    VR2W-108163     -5.610733     56.37628             25
    +#> 132    VR2W-108163     -5.610733     56.37628             25
    +#> 133    VR2W-108163     -5.610733     56.37628             25
    +#> 134    VR2W-108163     -5.610733     56.37628             25
    +#> 135    VR2W-108163     -5.610733     56.37628             25
    +#> 136    VR2W-108163     -5.610733     56.37628             25
    +#> 137    VR2W-108163     -5.610733     56.37628             25
    +#> 138    VR2W-108163     -5.610733     56.37628             25
    +#> 139    VR2W-108163     -5.610733     56.37628             25
    +#> 140    VR2W-108163     -5.610733     56.37628             25
    +#> 141    VR2W-108163     -5.610733     56.37628             25
    +#> 142       VR2-6720     -5.627150     56.50808             50
    +#> 143       VR2-6720     -5.627150     56.50808             50
    +#> 144       VR2-6720     -5.627150     56.50808             50
    +#> 145       VR2-6720     -5.627150     56.50808             50
    +#> 146       VR2-6720     -5.627150     56.50808             50
    +#> 147       VR2-6720     -5.627150     56.50808             50
    +#> 148       VR2-6720     -5.627150     56.50808             50
    +#> 149       VR2-6720     -5.627150     56.50808             50
    +#> 150       VR2-6720     -5.627150     56.50808             50
    +#> 151       VR2-6720     -5.627150     56.50808             50
    +#> 152       VR2-6720     -5.627150     56.50808             50
    +#> 153       VR2-6720     -5.627150     56.50808             50
    +#> 154       VR2-6720     -5.627150     56.50808             50
    +#> 155       VR2-6720     -5.627150     56.50808             50
    +#> 156       VR2-6720     -5.627150     56.50808             50
    +#> 157       VR2-6720     -5.627150     56.50808             50
    +#> 158       VR2-6720     -5.627150     56.50808             50
    +#> 159       VR2-6720     -5.627150     56.50808             50
    +#> 160       VR2-6720     -5.627150     56.50808             50
    +#> 161       VR2-6720     -5.627150     56.50808             50
    +#> 162       VR2-6720     -5.627150     56.50808             50
    +#> 163       VR2-6720     -5.627150     56.50808             50
    +#> 164       VR2-6720     -5.627150     56.50808             50
    +#> 165       VR2-6720     -5.627150     56.50808             50
    +#> 166       VR2-6720     -5.627150     56.50808             50
    +#> 167       VR2-6720     -5.627150     56.50808             50
    +#> 168       VR2-6720     -5.627150     56.50808             50
    +#> 169       VR2-6720     -5.627150     56.50808             50
    +#> 170       VR2-6720     -5.627150     56.50808             50
    +#> 171       VR2-6720     -5.627150     56.50808             50
    +#> 172       VR2-6720     -5.627150     56.50808             50
    +#> 173       VR2-6720     -5.627150     56.50808             50
    +#> 174       VR2-6720     -5.627150     56.50808             50
    +#> 175       VR2-6720     -5.627150     56.50808             50
    +#> 176       VR2-6720     -5.627150     56.50808             50
    +#> 177       VR2-6720     -5.627150     56.50808             50
    +#> 178       VR2-6720     -5.627150     56.50808             50
    +#> 179       VR2-6720     -5.627150     56.50808             50
    +#> 180       VR2-6720     -5.627150     56.50808             50
    +#> 181       VR2-6720     -5.627150     56.50808             50
    +#> 182       VR2-6720     -5.627150     56.50808             50
    +#> 183       VR2-6720     -5.627150     56.50808             50
    +#> 184       VR2-6720     -5.627150     56.50808             50
    +#> 185       VR2-6720     -5.627150     56.50808             50
    +#> 186       VR2-6720     -5.627150     56.50808             50
    +#> 187    VR2W-107823     -5.691883     56.49690             25
    +#> 188    VR2W-107823     -5.691883     56.49690             25
    +#> 189    VR2W-107823     -5.691883     56.49690             25
    +#> 190    VR2W-107823     -5.691883     56.49690             25
    +#> 191    VR2W-107823     -5.691883     56.49690             25
    +#> 192    VR2W-107823     -5.691883     56.49690             25
    +#> 193    VR2W-107823     -5.691883     56.49690             25
    +#> 194    VR2W-107823     -5.691883     56.49690             25
    +#> 195    VR2W-107823     -5.691883     56.49690             25
    +#> 196    VR2W-107823     -5.691883     56.49690             25
    +#> 197    VR2W-107823     -5.691883     56.49690             25
    +#> 198    VR2W-107823     -5.691883     56.49690             25
    +#> 199    VR2W-107823     -5.691883     56.49690             25
    +#> 200    VR2W-107823     -5.691883     56.49690             25
    +#> 201    VR2W-107823     -5.691883     56.49690             25
    +#> 202    VR2W-107823     -5.691883     56.49690             25
    +#> 203    VR2W-107823     -5.691883     56.49690             25
    +#> 204    VR2W-107823     -5.691883     56.49690             25
    +#> 205    VR2W-107823     -5.691883     56.49690             25
    +#> 206    VR2W-107823     -5.691883     56.49690             25
    +#> 207    VR2W-107823     -5.691883     56.49690             25
    +#> 208    VR2W-107823     -5.691883     56.49690             25
    +#> 209    VR2W-107823     -5.691883     56.49690             25
    +#> 210    VR2W-107823     -5.691883     56.49690             25
    +#> 211    VR2W-107823     -5.691883     56.49690             25
    +#> 212    VR2W-107823     -5.691883     56.49690             25
    +#> 213    VR2W-108160     -5.704867     56.48890             25
    +#> 214    VR2W-107823     -5.691883     56.49690             25
    +#> 215    VR2W-107823     -5.691883     56.49690             25
    +#> 216    VR2W-107823     -5.691883     56.49690             25
    +#> 217    VR2W-107823     -5.691883     56.49690             25
    +#> 218    VR2W-107823     -5.691883     56.49690             25
    +#> 219    VR2W-107823     -5.691883     56.49690             25
    +#> 220    VR2W-107823     -5.691883     56.49690             25
    +#> 221    VR2W-107823     -5.691883     56.49690             25
    +#> 222    VR2W-107823     -5.691883     56.49690             25
    +#> 223    VR2W-107823     -5.691883     56.49690             25
    +#> 224    VR2W-107823     -5.691883     56.49690             25
    +#> 225    VR2W-107823     -5.691883     56.49690             25
    +#> 226    VR2W-107823     -5.691883     56.49690             25
    +#> 227    VR2W-107823     -5.691883     56.49690             25
    +#> 228    VR2W-107823     -5.691883     56.49690             25
    +#> 229    VR2W-107823     -5.691883     56.49690             25
    +#> 230    VR2W-107823     -5.691883     56.49690             25
    +#> 231       VR2-6720     -5.627150     56.50808             50
    +#> 232       VR2-6720     -5.627150     56.50808             50
    +#> 233       VR2-6720     -5.627150     56.50808             50
    +#> 234       VR2-6720     -5.627150     56.50808             50
    +#> 235       VR2-6720     -5.627150     56.50808             50
    +#> 236    VR2W-108155     -5.614267     56.45872             25
    +#> 237    VR2W-108155     -5.614267     56.45872             25
    +#> 238    VR2W-108155     -5.614267     56.45872             25
    +#> 239    VR2W-108155     -5.614267     56.45872             25
    +#> 240    VR2W-108155     -5.614267     56.45872             25
    +#> 241    VR2W-108163     -5.610733     56.37628             25
    +#> 242    VR2W-108158     -5.619533     56.37413             25
    +#> 243    VR2W-108163     -5.610733     56.37628             25
    +#> 244    VR2W-108158     -5.619533     56.37413             25
    +#> 245    VR2W-108163     -5.610733     56.37628             25
    +#> 246    VR2W-108158     -5.619533     56.37413             25
    +#> 247    VR2W-108163     -5.610733     56.37628             25
    +#> 248    VR2W-108158     -5.619533     56.37413             25
    +#> 249    VR2W-108163     -5.610733     56.37628             25
    +#> 250    VR2W-108163     -5.610733     56.37628             25
    +#> 251    VR2W-108158     -5.619533     56.37413             25
    +#> 252    VR2W-108158     -5.619533     56.37413             25
    +#> 253    VR2W-108158     -5.619533     56.37413             25
    +#> 254    VR2W-108158     -5.619533     56.37413             25
    +#> 255    VR2W-108163     -5.610733     56.37628             25
    +#> 256    VR2W-108158     -5.619533     56.37413             25
    +#> 257    VR2W-108163     -5.610733     56.37628             25
    +#> 258    VR2W-108163     -5.610733     56.37628             25
    +#> 259    VR2W-108158     -5.619533     56.37413             25
    +#> 260    VR2W-108163     -5.610733     56.37628             25
    +#> 261    VR2W-108163     -5.610733     56.37628             25
    +#> 262    VR2W-108163     -5.610733     56.37628             25
    +#> 263    VR2W-108158     -5.619533     56.37413             25
    +#> 264    VR2W-108163     -5.610733     56.37628             25
    +#> 265    VR2W-108158     -5.619533     56.37413             25
    +#> 266    VR2W-108163     -5.610733     56.37628             25
    +#> 267    VR2W-108158     -5.619533     56.37413             25
    +#> 268    VR2W-108163     -5.610733     56.37628             25
    +#> 269    VR2W-108158     -5.619533     56.37413             25
    +#> 270    VR2W-108158     -5.619533     56.37413             25
    +#> 271    VR2W-108163     -5.610733     56.37628             25
    +#> 272    VR2W-108163     -5.610733     56.37628             25
    +#> 273    VR2W-108158     -5.619533     56.37413             25
    +#> 274    VR2W-108163     -5.610733     56.37628             25
    +#> 275    VR2W-108163     -5.610733     56.37628             25
    +#> 276    VR2W-108158     -5.619533     56.37413             25
    +#> 277    VR2W-108163     -5.610733     56.37628             25
    +#> 278    VR2W-108158     -5.619533     56.37413             25
    +#> 279    VR2W-108163     -5.610733     56.37628             25
    +#> 280    VR2W-108158     -5.619533     56.37413             25
    +#> 281    VR2W-108163     -5.610733     56.37628             25
    +#> 282    VR2W-108163     -5.610733     56.37628             25
    +#> 283    VR2W-108163     -5.610733     56.37628             25
    +#> 284    VR2W-108158     -5.619533     56.37413             25
    +#> 285    VR2W-108163     -5.610733     56.37628             25
    +#> 286    VR2W-108158     -5.619533     56.37413             25
    +#> 287    VR2W-108158     -5.619533     56.37413             25
    +#> 288    VR2W-108163     -5.610733     56.37628             25
    +#> 289    VR2W-108163     -5.610733     56.37628             25
    +#> 290    VR2W-108163     -5.610733     56.37628             25
    +#> 291    VR2W-108163     -5.610733     56.37628             25
    +#> 292    VR2W-108163     -5.610733     56.37628             25
    +#> 293    VR2W-108158     -5.619533     56.37413             25
    +#> 294    VR2W-108163     -5.610733     56.37628             25
    +#> 295    VR2W-108163     -5.610733     56.37628             25
    +#> 296    VR2W-108163     -5.610733     56.37628             25
    +#> 297    VR2W-108163     -5.610733     56.37628             25
    +#> 298    VR2W-108163     -5.610733     56.37628             25
    +#> 299    VR2W-108163     -5.610733     56.37628             25
    +#> 300    VR2W-108163     -5.610733     56.37628             25
    +#> 301    VR2W-108163     -5.610733     56.37628             25
    +#> 302    VR2W-108163     -5.610733     56.37628             25
    +#> 303    VR2W-108163     -5.610733     56.37628             25
    +#> 304    VR2W-108163     -5.610733     56.37628             25
    +#> 305    VR2W-108163     -5.610733     56.37628             25
    +#> 306    VR2W-108163     -5.610733     56.37628             25
    +#> 307    VR2W-108163     -5.610733     56.37628             25
    +#> 308    VR2W-108163     -5.610733     56.37628             25
    +#> 309    VR2W-108163     -5.610733     56.37628             25
    +#> 310    VR2W-120722     -5.602283     56.37748             25
    +#> 311    VR2W-108163     -5.610733     56.37628             25
    +#> 312    VR2W-108163     -5.610733     56.37628             25
    +#> 313    VR2W-108163     -5.610733     56.37628             25
    +#> 314    VR2W-108163     -5.610733     56.37628             25
    +#> 315    VR2W-108163     -5.610733     56.37628             25
    +#> 316    VR2W-108163     -5.610733     56.37628             25
    +#> 317    VR2W-108163     -5.610733     56.37628             25
    +#> 318    VR2W-108163     -5.610733     56.37628             25
    +#> 319    VR2W-108163     -5.610733     56.37628             25
    +#> 320    VR2W-108163     -5.610733     56.37628             25
    +#> 321    VR2W-108163     -5.610733     56.37628             25
    +#> 322    VR2W-108163     -5.610733     56.37628             25
    +#> 323    VR2W-108163     -5.610733     56.37628             25
    +#> 324    VR2W-108163     -5.610733     56.37628             25
    +#> 325    VR2W-108163     -5.610733     56.37628             25
    +#> 326    VR2W-108163     -5.610733     56.37628             25
    +#> 327    VR2W-108163     -5.610733     56.37628             25
    +#> 328    VR2W-108163     -5.610733     56.37628             25
    +#> 329    VR2W-108163     -5.610733     56.37628             25
    +#> 330    VR2W-108163     -5.610733     56.37628             25
    +#> 331    VR2W-108163     -5.610733     56.37628             25
    +#> 332    VR2W-108163     -5.610733     56.37628             25
    +#> 333    VR2W-108163     -5.610733     56.37628             25
    +#> 334    VR2W-108163     -5.610733     56.37628             25
    +#> 335    VR2W-108163     -5.610733     56.37628             25
    +#> 336    VR2W-108163     -5.610733     56.37628             25
    +#> 337    VR2W-108163     -5.610733     56.37628             25
    +#> 338    VR2W-108163     -5.610733     56.37628             25
    +#> 339       VR2-5629     -5.655350     56.38545             50
    +#> 340       VR2-5629     -5.655350     56.38545             50
    +#> 341       VR2-5629     -5.655350     56.38545             50
    +#> 342       VR2-5629     -5.655350     56.38545             50
    +#> 343       VR2-5629     -5.655350     56.38545             50
    +#> 344       VR2-5629     -5.655350     56.38545             50
    +#> 345       VR2-5629     -5.655350     56.38545             50
    +#> 346       VR2-5629     -5.655350     56.38545             50
    +#> 347       VR2-5629     -5.655350     56.38545             50
    +#> 348       VR2-5629     -5.655350     56.38545             50
    +#> 349       VR2-5629     -5.655350     56.38545             50
    +#> 350       VR2-5629     -5.655350     56.38545             50
    +#> 351       VR2-5629     -5.655350     56.38545             50
    +#> 352       VR2-5629     -5.655350     56.38545             50
    +#> 353       VR2-5629     -5.655350     56.38545             50
    +#> 354       VR2-5629     -5.655350     56.38545             50
    +#> 355       VR2-5629     -5.655350     56.38545             50
    +#> 356       VR2-5629     -5.655350     56.38545             50
    +#> 357       VR2-5629     -5.655350     56.38545             50
    +#> 358       VR2-5629     -5.655350     56.38545             50
    +#> 359       VR2-5629     -5.655350     56.38545             50
    +#> 360       VR2-5629     -5.655350     56.38545             50
    +#> 361       VR2-5629     -5.655350     56.38545             50
    +#> 362       VR2-5629     -5.655350     56.38545             50
    +#> 363       VR2-5629     -5.655350     56.38545             50
    +#> 364       VR2-5629     -5.655350     56.38545             50
    +#> 365       VR2-5629     -5.655350     56.38545             50
    +#> 366       VR2-5629     -5.655350     56.38545             50
    +#> 367       VR2-5629     -5.655350     56.38545             50
    +#> 368       VR2-5629     -5.655350     56.38545             50
    +#> 369       VR2-5629     -5.655350     56.38545             50
    +#> 370       VR2-5629     -5.655350     56.38545             50
    +#> 371       VR2-5629     -5.655350     56.38545             50
    +#> 372       VR2-5629     -5.655350     56.38545             50
    +#> 373       VR2-5629     -5.655350     56.38545             50
    +#> 374       VR2-5629     -5.655350     56.38545             50
    +#> 375       VR2-5629     -5.655350     56.38545             50
    +#> 376       VR2-5629     -5.655350     56.38545             50
    +#> 377       VR2-5629     -5.655350     56.38545             50
    +#> 378       VR2-5637     -5.662083     56.38858             10
    +#> 379       VR2-5629     -5.655350     56.38545             50
    +#> 380       VR2-5637     -5.662083     56.38858             10
    +#> 381       VR2-5629     -5.655350     56.38545             50
    +#> 382       VR2-5637     -5.662083     56.38858             10
    +#> 383       VR2-5637     -5.662083     56.38858             10
    +#> 384       VR2-5629     -5.655350     56.38545             50
    +#> 385       VR2-5637     -5.662083     56.38858             10
    +#> 386       VR2-5637     -5.662083     56.38858             10
    +#> 387       VR2-5637     -5.662083     56.38858             10
    +#> 388       VR2-5629     -5.655350     56.38545             50
    +#> 389       VR2-5629     -5.655350     56.38545             50
    +#> 390       VR2-5637     -5.662083     56.38858             10
    +#> 391       VR2-5629     -5.655350     56.38545             50
    +#> 392       VR2-5637     -5.662083     56.38858             10
    +#> 393       VR2-5637     -5.662083     56.38858             10
    +#> 394       VR2-5629     -5.655350     56.38545             50
    +#> 395       VR2-5637     -5.662083     56.38858             10
    +#> 396       VR2-5629     -5.655350     56.38545             50
    +#> 397       VR2-5629     -5.655350     56.38545             50
    +#> 398       VR2-5629     -5.655350     56.38545             50
    +#> 399       VR2-5629     -5.655350     56.38545             50
    +#> 400       VR2-5629     -5.655350     56.38545             50
    +#> 401       VR2-5629     -5.655350     56.38545             50
    +#> 402       VR2-5629     -5.655350     56.38545             50
    +#> 403       VR2-5629     -5.655350     56.38545             50
    +#> 404       VR2-5629     -5.655350     56.38545             50
    +#> 405       VR2-5629     -5.655350     56.38545             50
    +#> 406       VR2-5629     -5.655350     56.38545             50
    +#> 407       VR2-5629     -5.655350     56.38545             50
    +#> 408       VR2-5629     -5.655350     56.38545             50
    +#> 409       VR2-5629     -5.655350     56.38545             50
    +#> 410       VR2-5629     -5.655350     56.38545             50
    +#> 411       VR2-5629     -5.655350     56.38545             50
    +#> 412       VR2-5629     -5.655350     56.38545             50
    +#> 413       VR2-5629     -5.655350     56.38545             50
    +#> 414       VR2-5629     -5.655350     56.38545             50
    +#> 415       VR2-5637     -5.662083     56.38858             10
    +#> 416       VR2-5629     -5.655350     56.38545             50
    +#> 417       VR2-5637     -5.662083     56.38858             10
    +#> 418       VR2-5629     -5.655350     56.38545             50
    +#> 419       VR2-5629     -5.655350     56.38545             50
    +#> 420       VR2-5637     -5.662083     56.38858             10
    +#> 421       VR2-5629     -5.655350     56.38545             50
    +#> 422       VR2-5637     -5.662083     56.38858             10
    +#> 423       VR2-5629     -5.655350     56.38545             50
    +#> 424       VR2-5637     -5.662083     56.38858             10
    +#> 425       VR2-5629     -5.655350     56.38545             50
    +#> 426       VR2-5637     -5.662083     56.38858             10
    +#> 427       VR2-5629     -5.655350     56.38545             50
    +#> 428       VR2-5629     -5.655350     56.38545             50
    +#> 429       VR2-5629     -5.655350     56.38545             50
    +#> 430       VR2-5629     -5.655350     56.38545             50
    +#> 431       VR2-5629     -5.655350     56.38545             50
    +#> 432       VR2-5629     -5.655350     56.38545             50
    +#> 433       VR2-5629     -5.655350     56.38545             50
    +#> 434       VR2-5629     -5.655350     56.38545             50
    +#> 435       VR2-5629     -5.655350     56.38545             50
    +#> 436       VR2-5629     -5.655350     56.38545             50
    +#> 437       VR2-5629     -5.655350     56.38545             50
    +#> 438       VR2-5629     -5.655350     56.38545             50
    +#> 439       VR2-5629     -5.655350     56.38545             50
    +#> 440       VR2-5629     -5.655350     56.38545             50
    +#> 441       VR2-5629     -5.655350     56.38545             50
    +#> 442       VR2-5629     -5.655350     56.38545             50
    +#> 443       VR2-5629     -5.655350     56.38545             50
    +#> 444       VR2-5629     -5.655350     56.38545             50
    +#> 445       VR2-5629     -5.655350     56.38545             50
    +#> 446       VR2-5629     -5.655350     56.38545             50
    +#> 447       VR2-5629     -5.655350     56.38545             50
    +#> 448       VR2-5629     -5.655350     56.38545             50
    +#> 449       VR2-5629     -5.655350     56.38545             50
    +#> 450       VR2-5629     -5.655350     56.38545             50
    +#> 451       VR2-5629     -5.655350     56.38545             50
    +#> 452       VR2-5629     -5.655350     56.38545             50
    +#> 453       VR2-5629     -5.655350     56.38545             50
    +#> 454       VR2-5629     -5.655350     56.38545             50
    +#> 455       VR2-5629     -5.655350     56.38545             50
    +#> 456       VR2-5629     -5.655350     56.38545             50
    +#> 457       VR2-5629     -5.655350     56.38545             50
    +#> 458       VR2-5629     -5.655350     56.38545             50
    +#> 459       VR2-5629     -5.655350     56.38545             50
    +#> 460       VR2-5629     -5.655350     56.38545             50
    +#> 461       VR2-5629     -5.655350     56.38545             50
    +#> 462       VR2-5629     -5.655350     56.38545             50
    +#> 463       VR2-5629     -5.655350     56.38545             50
    +#> 464       VR2-5629     -5.655350     56.38545             50
    +#> 465       VR2-5629     -5.655350     56.38545             50
    +#> 466       VR2-5629     -5.655350     56.38545             50
    +#> 467       VR2-5629     -5.655350     56.38545             50
    +#> 468       VR2-5629     -5.655350     56.38545             50
    +#> 469       VR2-5629     -5.655350     56.38545             50
    +#> 470       VR2-5629     -5.655350     56.38545             50
    +#> 471       VR2-5629     -5.655350     56.38545             50
    +#> 472       VR2-5629     -5.655350     56.38545             50
    +#> 473       VR2-5629     -5.655350     56.38545             50
    +#> 474       VR2-5629     -5.655350     56.38545             50
    +#> 475       VR2-5629     -5.655350     56.38545             50
    +#> 476       VR2-5629     -5.655350     56.38545             50
    +#> 477       VR2-5629     -5.655350     56.38545             50
    +#> 478       VR2-5629     -5.655350     56.38545             50
    +#> 479       VR2-5629     -5.655350     56.38545             50
    +#> 480       VR2-5629     -5.655350     56.38545             50
    +#> 481       VR2-5629     -5.655350     56.38545             50
    +#> 482       VR2-5629     -5.655350     56.38545             50
    +#> 483       VR2-5629     -5.655350     56.38545             50
    +#> 484       VR2-5629     -5.655350     56.38545             50
    +#> 485       VR2-5629     -5.655350     56.38545             50
    +#> 486       VR2-5629     -5.655350     56.38545             50
    +#> 487       VR2-5629     -5.655350     56.38545             50
    +#> 488       VR2-5629     -5.655350     56.38545             50
    +#> 489       VR2-5629     -5.655350     56.38545             50
    +#> 490       VR2-5629     -5.655350     56.38545             50
    +#> 491       VR2-5629     -5.655350     56.38545             50
    +#> 492       VR2-5637     -5.662083     56.38858             10
    +#> 493       VR2-5637     -5.662083     56.38858             10
    +#> 494       VR2-5637     -5.662083     56.38858             10
    +#> 495       VR2-5629     -5.655350     56.38545             50
    +#> 496       VR2-5629     -5.655350     56.38545             50
    +#> 497       VR2-5629     -5.655350     56.38545             50
    +#> 498       VR2-5629     -5.655350     56.38545             50
    +#> 499       VR2-5629     -5.655350     56.38545             50
    +#> 500    VR2W-108163     -5.610733     56.37628             25
    +#> 501    VR2W-108163     -5.610733     56.37628             25
    +#> 502    VR2W-108163     -5.610733     56.37628             25
    +#> 503    VR2W-108163     -5.610733     56.37628             25
    +#> 504    VR2W-108163     -5.610733     56.37628             25
    +#> 505    VR2W-108163     -5.610733     56.37628             25
    +#> 506    VR2W-108163     -5.610733     56.37628             25
    +#> 507    VR2W-108163     -5.610733     56.37628             25
    +#> 508    VR2W-108163     -5.610733     56.37628             25
    +#> 509    VR2W-108163     -5.610733     56.37628             25
    +#> 510    VR2W-108163     -5.610733     56.37628             25
    +#> 511    VR2W-108163     -5.610733     56.37628             25
    +#> 512    VR2W-108163     -5.610733     56.37628             25
    +#> 513    VR2W-108163     -5.610733     56.37628             25
    +#> 514    VR2W-108163     -5.610733     56.37628             25
    +#> 515    VR2W-108163     -5.610733     56.37628             25
    +#> 516    VR2W-108163     -5.610733     56.37628             25
    +#> 517    VR2W-108163     -5.610733     56.37628             25
    +#> 518    VR2W-108163     -5.610733     56.37628             25
    +#> 519    VR2W-108163     -5.610733     56.37628             25
    +#> 520    VR2W-108163     -5.610733     56.37628             25
    +#> 521    VR2W-108163     -5.610733     56.37628             25
    +#> 522    VR2W-108163     -5.610733     56.37628             25
    +#> 523    VR2W-108163     -5.610733     56.37628             25
    +#> 524    VR2W-108163     -5.610733     56.37628             25
    +#> 525    VR2W-108163     -5.610733     56.37628             25
    +#> 526    VR2W-108163     -5.610733     56.37628             25
    +#> 527    VR2W-108163     -5.610733     56.37628             25
    +#> 528    VR2W-108163     -5.610733     56.37628             25
    +#> 529    VR2W-108163     -5.610733     56.37628             25
    +#> 530    VR2W-108163     -5.610733     56.37628             25
    +#> 531    VR2W-108163     -5.610733     56.37628             25
    +#> 532    VR2W-108163     -5.610733     56.37628             25
    +#> 533    VR2W-108163     -5.610733     56.37628             25
    +#> 534    VR2W-108163     -5.610733     56.37628             25
    +#> 535    VR2W-108163     -5.610733     56.37628             25
    +#> 536    VR2W-108163     -5.610733     56.37628             25
    +#> 537    VR2W-108163     -5.610733     56.37628             25
    +#> 538    VR2W-108163     -5.610733     56.37628             25
    +#> 539    VR2W-108163     -5.610733     56.37628             25
    +#> 540    VR2W-108163     -5.610733     56.37628             25
    +#> 541    VR2W-108163     -5.610733     56.37628             25
    +#> 542    VR2W-108163     -5.610733     56.37628             25
    +#> 543    VR2W-120722     -5.602283     56.37748             25
    +#> 544    VR2W-120722     -5.602283     56.37748             25
    +#> 545    VR2W-120722     -5.602283     56.37748             25
    +#> 546    VR2W-108163     -5.610733     56.37628             25
    +#> 547    VR2W-108163     -5.610733     56.37628             25
    +#> 548    VR2W-108163     -5.610733     56.37628             25
    +#> 549    VR2W-108163     -5.610733     56.37628             25
    +#> 550    VR2W-108163     -5.610733     56.37628             25
    +#> 551    VR2W-108163     -5.610733     56.37628             25
    +#> 552    VR2W-108163     -5.610733     56.37628             25
    +#> 553    VR2W-108163     -5.610733     56.37628             25
    +#> 554    VR2W-108163     -5.610733     56.37628             25
    +#> 555    VR2W-108163     -5.610733     56.37628             25
    +#> 556    VR2W-108163     -5.610733     56.37628             25
    +#> 557    VR2W-108163     -5.610733     56.37628             25
    +#> 558    VR2W-108163     -5.610733     56.37628             25
    +#> 559    VR2W-108163     -5.610733     56.37628             25
    +#> 560    VR2W-108163     -5.610733     56.37628             25
    +#> 561    VR2W-108163     -5.610733     56.37628             25
    +#> 562    VR2W-108163     -5.610733     56.37628             25
    +#> 563    VR2W-108163     -5.610733     56.37628             25
    +#> 564    VR2W-108163     -5.610733     56.37628             25
    +#> 565    VR2W-108163     -5.610733     56.37628             25
    +#> 566    VR2W-108163     -5.610733     56.37628             25
    +#> 567    VR2W-108163     -5.610733     56.37628             25
    +#> 568    VR2W-108163     -5.610733     56.37628             25
    +#> 569    VR2W-108163     -5.610733     56.37628             25
    +#> 570    VR2W-108163     -5.610733     56.37628             25
    +#> 571    VR2W-108163     -5.610733     56.37628             25
    +#> 572    VR2W-108163     -5.610733     56.37628             25
    +#> 573    VR2W-108163     -5.610733     56.37628             25
    +#> 574    VR2W-108163     -5.610733     56.37628             25
    +#> 575    VR2W-108163     -5.610733     56.37628             25
    +#> 576    VR2W-108163     -5.610733     56.37628             25
    +#> 577    VR2W-108163     -5.610733     56.37628             25
    +#> 578    VR2W-108163     -5.610733     56.37628             25
    +#> 579    VR2W-108163     -5.610733     56.37628             25
    +#> 580    VR2W-120722     -5.602283     56.37748             25
    +#> 581    VR2W-108163     -5.610733     56.37628             25
    +#> 582    VR2W-108163     -5.610733     56.37628             25
    +#> 583    VR2W-108163     -5.610733     56.37628             25
    +#> 584    VR2W-108163     -5.610733     56.37628             25
    +#> 585    VR2W-108163     -5.610733     56.37628             25
    +#> 586    VR2W-120722     -5.602283     56.37748             25
    +#> 587    VR2W-108163     -5.610733     56.37628             25
    +#> 588    VR2W-108163     -5.610733     56.37628             25
    +#> 589    VR2W-120722     -5.602283     56.37748             25
    +#> 590    VR2W-108163     -5.610733     56.37628             25
    +#> 591    VR2W-113142     -5.634833     56.37502             50
    +#> 592    VR2W-108163     -5.610733     56.37628             25
    +#> 593    VR2W-108163     -5.610733     56.37628             25
    +#> 594    VR2W-108163     -5.610733     56.37628             25
    +#> 595    VR2W-108163     -5.610733     56.37628             25
    +#> 596    VR2W-108163     -5.610733     56.37628             25
    +#> 597    VR2W-108163     -5.610733     56.37628             25
    +#> 598    VR2W-108163     -5.610733     56.37628             25
    +#> 599    VR2W-108163     -5.610733     56.37628             25
    +#> 600    VR2W-108163     -5.610733     56.37628             25
    +#> 601    VR2W-108163     -5.610733     56.37628             25
    +#> 602    VR2W-108163     -5.610733     56.37628             25
    +#> 603    VR2W-108163     -5.610733     56.37628             25
    +#> 604    VR2W-108163     -5.610733     56.37628             25
    +#> 605    VR2W-108163     -5.610733     56.37628             25
    +#> 606    VR2W-108163     -5.610733     56.37628             25
    +#> 607    VR2W-108163     -5.610733     56.37628             25
    +#> 608    VR2W-108163     -5.610733     56.37628             25
    +#> 609    VR2W-108163     -5.610733     56.37628             25
    +#> 610    VR2W-108163     -5.610733     56.37628             25
    +#> 611    VR2W-108163     -5.610733     56.37628             25
    +#> 612    VR2W-108163     -5.610733     56.37628             25
    +#> 613    VR2W-120722     -5.602283     56.37748             25
    +#> 614    VR2W-120722     -5.602283     56.37748             25
    +#> 615    VR2W-120722     -5.602283     56.37748             25
    +#> 616    VR2W-120722     -5.602283     56.37748             25
    +#> 617    VR2W-120722     -5.602283     56.37748             25
    +#> 618    VR2W-108163     -5.610733     56.37628             25
    +#> 619    VR2W-108163     -5.610733     56.37628             25
    +#> 620    VR2W-108163     -5.610733     56.37628             25
    +#> 621    VR2W-108163     -5.610733     56.37628             25
    +#> 622    VR2W-108163     -5.610733     56.37628             25
    +#> 623    VR2W-108163     -5.610733     56.37628             25
    +#> 624    VR2W-108163     -5.610733     56.37628             25
    +#> 625    VR2W-108163     -5.610733     56.37628             25
    +#> 626    VR2W-108163     -5.610733     56.37628             25
    +#> 627    VR2W-108163     -5.610733     56.37628             25
    +#> 628    VR2W-108163     -5.610733     56.37628             25
    +#> 629    VR2W-108163     -5.610733     56.37628             25
    +#> 630    VR2W-108163     -5.610733     56.37628             25
    +#> 631    VR2W-108163     -5.610733     56.37628             25
    +#> 632    VR2W-108163     -5.610733     56.37628             25
    +#> 633    VR2W-108163     -5.610733     56.37628             25
    +#> 634    VR2W-108163     -5.610733     56.37628             25
    +#> 635    VR2W-108163     -5.610733     56.37628             25
    +#> 636    VR2W-108163     -5.610733     56.37628             25
    +#> 637    VR2W-108163     -5.610733     56.37628             25
    +#> 638    VR2W-108163     -5.610733     56.37628             25
    +#> 639    VR2W-120722     -5.602283     56.37748             25
    +#> 640    VR2W-108163     -5.610733     56.37628             25
    +#> 641    VR2W-120722     -5.602283     56.37748             25
    +#> 642    VR2W-108163     -5.610733     56.37628             25
    +#> 643    VR2W-108163     -5.610733     56.37628             25
    +#> 644    VR2W-108163     -5.610733     56.37628             25
    +#> 645    VR2W-108163     -5.610733     56.37628             25
    +#> 646    VR2W-108163     -5.610733     56.37628             25
    +#> 647    VR2W-108163     -5.610733     56.37628             25
    +#> 648    VR2W-108163     -5.610733     56.37628             25
    +#> 649    VR2W-108163     -5.610733     56.37628             25
    +#> 650    VR2W-120722     -5.602283     56.37748             25
    +#> 651    VR2W-120722     -5.602283     56.37748             25
    +#> 652    VR2W-120722     -5.602283     56.37748             25
    +#> 653    VR2W-120722     -5.602283     56.37748             25
    +#> 654    VR2W-120722     -5.602283     56.37748             25
    +#> 655    VR2W-120722     -5.602283     56.37748             25
    +#> 656    VR2W-120722     -5.602283     56.37748             25
    +#> 657    VR2W-120722     -5.602283     56.37748             25
    +#> 658    VR2W-120722     -5.602283     56.37748             25
    +#> 659    VR2W-120722     -5.602283     56.37748             25
    +#> 660    VR2W-120722     -5.602283     56.37748             25
    +#> 661    VR2W-120722     -5.602283     56.37748             25
    +#> 662    VR2W-120722     -5.602283     56.37748             25
    +#> 663    VR2W-120722     -5.602283     56.37748             25
    +#> 664    VR2W-120722     -5.602283     56.37748             25
    +#> 665    VR2W-120722     -5.602283     56.37748             25
    +#> 666    VR2W-120722     -5.602283     56.37748             25
    +#> 667    VR2W-108163     -5.610733     56.37628             25
    +#> 668    VR2W-108163     -5.610733     56.37628             25
    +#> 669    VR2W-108163     -5.610733     56.37628             25
    +#> 670    VR2W-108163     -5.610733     56.37628             25
    +#> 671    VR2W-108163     -5.610733     56.37628             25
    +#> 672    VR2W-108163     -5.610733     56.37628             25
    +#> 673    VR2W-108163     -5.610733     56.37628             25
    +#> 674    VR2W-108163     -5.610733     56.37628             25
    +#> 675    VR2W-108163     -5.610733     56.37628             25
    +#> 676    VR2W-108163     -5.610733     56.37628             25
    +#> 677    VR2W-108163     -5.610733     56.37628             25
    +#> 678    VR2W-108163     -5.610733     56.37628             25
    +#> 679    VR2W-108163     -5.610733     56.37628             25
    +#> 680    VR2W-108163     -5.610733     56.37628             25
    +#> 681    VR2W-107823     -5.691883     56.49690             25
    +#> 682    VR2W-107823     -5.691883     56.49690             25
    +#> 683    VR2W-107823     -5.691883     56.49690             25
    +#> 684    VR2W-107823     -5.691883     56.49690             25
    +#> 685    VR2W-107823     -5.691883     56.49690             25
    +#> 686    VR2W-107823     -5.691883     56.49690             25
    +#> 687    VR2W-107823     -5.691883     56.49690             25
    +#> 688    VR2W-107823     -5.691883     56.49690             25
    +#> 689    VR2W-107823     -5.691883     56.49690             25
    +#> 690    VR2W-107823     -5.691883     56.49690             25
    +#> 691    VR2W-107823     -5.691883     56.49690             25
    +#> 692    VR2W-107823     -5.691883     56.49690             25
    +#> 693    VR2W-107823     -5.691883     56.49690             25
    +#> 694    VR2W-107823     -5.691883     56.49690             25
    +#> 695    VR2W-107823     -5.691883     56.49690             25
    +#> 696    VR2W-107823     -5.691883     56.49690             25
    +#> 697    VR2W-107823     -5.691883     56.49690             25
    +#> 698    VR2W-107823     -5.691883     56.49690             25
    +#> 699    VR2W-107823     -5.691883     56.49690             25
    +#> 700    VR2W-107823     -5.691883     56.49690             25
    +#> 701    VR2W-107823     -5.691883     56.49690             25
    +#> 702    VR2W-107823     -5.691883     56.49690             25
    +#> 703    VR2W-107823     -5.691883     56.49690             25
    +#> 704    VR2W-107823     -5.691883     56.49690             25
    +#> 705    VR2W-107823     -5.691883     56.49690             25
    +#> 706    VR2W-107823     -5.691883     56.49690             25
    +#> 707    VR2W-107823     -5.691883     56.49690             25
    +#> 708    VR2W-107823     -5.691883     56.49690             25
    +#> 709    VR2W-107823     -5.691883     56.49690             25
    +#> 710    VR2W-107823     -5.691883     56.49690             25
    +#> 711    VR2W-107823     -5.691883     56.49690             25
    +#> 712    VR2W-107823     -5.691883     56.49690             25
    +#> 713    VR2W-107823     -5.691883     56.49690             25
    +#> 714    VR2W-107823     -5.691883     56.49690             25
    +#> 715    VR2W-107823     -5.691883     56.49690             25
    +#> 716    VR2W-107823     -5.691883     56.49690             25
    +#> 717    VR2W-107823     -5.691883     56.49690             25
    +#> 718    VR2W-107823     -5.691883     56.49690             25
    +#> 719    VR2W-107823     -5.691883     56.49690             25
    +#> 720    VR2W-107823     -5.691883     56.49690             25
    +#> 721    VR2W-107823     -5.691883     56.49690             25
    +#> 722    VR2W-107823     -5.691883     56.49690             25
    +#> 723    VR2W-107823     -5.691883     56.49690             25
    +#> 724    VR2W-107823     -5.691883     56.49690             25
    +#> 725    VR2W-107823     -5.691883     56.49690             25
    +#> 726    VR2W-107823     -5.691883     56.49690             25
    +#> 727    VR2W-107823     -5.691883     56.49690             25
    +#> 728    VR2W-107823     -5.691883     56.49690             25
    +#> 729    VR2W-107823     -5.691883     56.49690             25
    +#> 730    VR2W-107823     -5.691883     56.49690             25
    +#> 731    VR2W-107823     -5.691883     56.49690             25
    +#> 732    VR2W-107823     -5.691883     56.49690             25
    +#> 733    VR2W-107823     -5.691883     56.49690             25
    +#> 734    VR2W-107823     -5.691883     56.49690             25
    +#> 735    VR2W-107823     -5.691883     56.49690             25
    +#> 736    VR2W-107823     -5.691883     56.49690             25
    +#> 737    VR2W-107823     -5.691883     56.49690             25
    +#> 738    VR2W-107823     -5.691883     56.49690             25
    +#> 739    VR2W-107823     -5.691883     56.49690             25
    +#> 740    VR2W-107823     -5.691883     56.49690             25
    +#> 741    VR2W-107823     -5.691883     56.49690             25
    +#> 742    VR2W-107823     -5.691883     56.49690             25
    +#> 743    VR2W-107823     -5.691883     56.49690             25
    +#> 744    VR2W-107823     -5.691883     56.49690             25
    +#> 745    VR2W-107823     -5.691883     56.49690             25
    +#> 746    VR2W-107823     -5.691883     56.49690             25
    +#> 747    VR2W-107823     -5.691883     56.49690             25
    +#> 748    VR2W-107823     -5.691883     56.49690             25
    +#> 749    VR2W-107823     -5.691883     56.49690             25
    +#> 750    VR2W-107823     -5.691883     56.49690             25
    +#> 751    VR2W-107823     -5.691883     56.49690             25
    +#> 752    VR2W-107823     -5.691883     56.49690             25
    +#> 753    VR2W-107823     -5.691883     56.49690             25
    +#> 754    VR2W-107823     -5.691883     56.49690             25
    +#> 755    VR2W-107823     -5.691883     56.49690             25
    +#> 756    VR2W-107823     -5.691883     56.49690             25
    +#> 757    VR2W-107823     -5.691883     56.49690             25
    +#> 758    VR2W-107823     -5.691883     56.49690             25
    +#> 759    VR2W-107823     -5.691883     56.49690             25
    +#> 760    VR2W-107823     -5.691883     56.49690             25
    +#> 761    VR2W-107823     -5.691883     56.49690             25
    +#> 762    VR2W-107823     -5.691883     56.49690             25
    +#> 763    VR2W-107823     -5.691883     56.49690             25
    +#> 764    VR2W-107823     -5.691883     56.49690             25
    +#> 765    VR2W-107823     -5.691883     56.49690             25
    +#> 766    VR2W-107823     -5.691883     56.49690             25
    +#> 767    VR2W-107823     -5.691883     56.49690             25
    +#> 768    VR2W-107823     -5.691883     56.49690             25
    +#> 769    VR2W-107823     -5.691883     56.49690             25
    +#> 770    VR2W-107823     -5.691883     56.49690             25
    +#> 771    VR2W-107823     -5.691883     56.49690             25
    +#> 772    VR2W-107823     -5.691883     56.49690             25
    +#> 773    VR2W-107823     -5.691883     56.49690             25
    +#> 774    VR2W-108163     -5.610733     56.37628             25
    +#> 775    VR2W-108163     -5.610733     56.37628             25
    +#> 776    VR2W-108163     -5.610733     56.37628             25
    +#> 777    VR2W-108163     -5.610733     56.37628             25
    +#> 778    VR2W-108163     -5.610733     56.37628             25
    +#> 779    VR2W-108163     -5.610733     56.37628             25
    +#> 780    VR2W-108163     -5.610733     56.37628             25
    +#> 781    VR2W-108163     -5.610733     56.37628             25
    +#> 782    VR2W-108163     -5.610733     56.37628             25
    +#> 783    VR2W-107823     -5.691883     56.49690             25
    +#> 784    VR2W-107823     -5.691883     56.49690             25
    +#> 785    VR2W-107823     -5.691883     56.49690             25
    +#> 786    VR2W-107823     -5.691883     56.49690             25
    +#> 787    VR2W-107823     -5.691883     56.49690             25
    +#> 788    VR2W-107823     -5.691883     56.49690             25
    +#> 789    VR2W-107823     -5.691883     56.49690             25
    +#> 790    VR2W-107823     -5.691883     56.49690             25
    +#> 791    VR2W-107823     -5.691883     56.49690             25
    +#> 792    VR2W-107823     -5.691883     56.49690             25
    +#> 793    VR2W-107823     -5.691883     56.49690             25
    +#> 794    VR2W-107823     -5.691883     56.49690             25
    +#> 795    VR2W-107823     -5.691883     56.49690             25
    +#> 796    VR2W-107823     -5.691883     56.49690             25
    +#> 797    VR2W-107823     -5.691883     56.49690             25
    +#> 798    VR2W-107823     -5.691883     56.49690             25
    +#> 799    VR2W-107823     -5.691883     56.49690             25
    +#> 800    VR2W-107823     -5.691883     56.49690             25
    +#> 801    VR2W-107823     -5.691883     56.49690             25
    +#> 802    VR2W-107823     -5.691883     56.49690             25
    +#> 803    VR2W-107823     -5.691883     56.49690             25
    +#> 804    VR2W-107823     -5.691883     56.49690             25
    +#> 805    VR2W-107823     -5.691883     56.49690             25
    +#> 806    VR2W-107823     -5.691883     56.49690             25
    +#> 807    VR2W-107823     -5.691883     56.49690             25
    +#> 808    VR2W-107823     -5.691883     56.49690             25
    +#> 809    VR2W-107823     -5.691883     56.49690             25
    +#> 810    VR2W-107823     -5.691883     56.49690             25
    +#> 811    VR2W-107823     -5.691883     56.49690             25
    +#> 812    VR2W-107823     -5.691883     56.49690             25
    +#> 813    VR2W-107823     -5.691883     56.49690             25
    +#> 814    VR2W-107823     -5.691883     56.49690             25
    +#> 815    VR2W-107823     -5.691883     56.49690             25
    +#> 816    VR2W-107823     -5.691883     56.49690             25
    +#> 817    VR2W-107823     -5.691883     56.49690             25
    +#> 818    VR2W-107823     -5.691883     56.49690             25
    +#> 819    VR2W-107823     -5.691883     56.49690             25
    +#> 820    VR2W-107823     -5.691883     56.49690             25
    +#> 821    VR2W-107823     -5.691883     56.49690             25
    +#> 822    VR2W-107823     -5.691883     56.49690             25
    +#> 823    VR2W-107823     -5.691883     56.49690             25
    +#> 824    VR2W-107823     -5.691883     56.49690             25
    +#> 825    VR2W-107823     -5.691883     56.49690             25
    +#> 826    VR2W-107823     -5.691883     56.49690             25
    +#> 827    VR2W-107823     -5.691883     56.49690             25
    +#> 828    VR2W-107823     -5.691883     56.49690             25
    +#> 829    VR2W-107823     -5.691883     56.49690             25
    +#> 830    VR2W-107823     -5.691883     56.49690             25
    +#> 831    VR2W-107823     -5.691883     56.49690             25
    +#> 832    VR2W-107823     -5.691883     56.49690             25
    +#> 833    VR2W-107823     -5.691883     56.49690             25
    +#> 834    VR2W-107823     -5.691883     56.49690             25
    +#> 835    VR2W-107823     -5.691883     56.49690             25
    +#> 836    VR2W-108160     -5.704867     56.48890             25
    +#> 837    VR2W-108160     -5.704867     56.48890             25
    +#> 838    VR2W-108160     -5.704867     56.48890             25
    +#> 839    VR2W-108160     -5.704867     56.48890             25
    +#> 840    VR2W-108160     -5.704867     56.48890             25
    +#> 841    VR2W-108160     -5.704867     56.48890             25
    +#> 842    VR2W-108160     -5.704867     56.48890             25
    +#> 843    VR2W-107823     -5.691883     56.49690             25
    +#> 844    VR2W-107823     -5.691883     56.49690             25
    +#> 845    VR2W-107823     -5.691883     56.49690             25
    +#> 846    VR2W-107823     -5.691883     56.49690             25
    +#> 847    VR2W-107823     -5.691883     56.49690             25
    +#> 848    VR2W-107823     -5.691883     56.49690             25
    +#> 849    VR2W-107823     -5.691883     56.49690             25
    +#> 850    VR2W-107823     -5.691883     56.49690             25
    +#> 851    VR2W-107823     -5.691883     56.49690             25
    +#> 852    VR2W-107823     -5.691883     56.49690             25
    +#> 853    VR2W-107823     -5.691883     56.49690             25
    +#> 854    VR2W-107823     -5.691883     56.49690             25
    +#> 855    VR2W-107823     -5.691883     56.49690             25
    +#> 856    VR2W-107823     -5.691883     56.49690             25
    +#> 857    VR2W-107823     -5.691883     56.49690             25
    +#> 858    VR2W-107823     -5.691883     56.49690             25
    +#> 859    VR2W-107823     -5.691883     56.49690             25
    +#> 860    VR2W-107823     -5.691883     56.49690             25
    +#> 861    VR2W-107823     -5.691883     56.49690             25
    +#> 862    VR2W-107823     -5.691883     56.49690             25
    +#> 863    VR2W-107823     -5.691883     56.49690             25
    +#> 864    VR2W-107823     -5.691883     56.49690             25
    +#> 865    VR2W-107823     -5.691883     56.49690             25
    +#> 866    VR2W-107823     -5.691883     56.49690             25
    +#> 867    VR2W-107823     -5.691883     56.49690             25
    +#> 868    VR2W-107823     -5.691883     56.49690             25
    +#> 869    VR2W-107823     -5.691883     56.49690             25
    +#> 870    VR2W-107823     -5.691883     56.49690             25
    +#> 871    VR2W-108163     -5.610733     56.37628             25
    +#> 872    VR2W-108163     -5.610733     56.37628             25
    +#> 873    VR2W-108163     -5.610733     56.37628             25
    +#> 874    VR2W-108160     -5.704867     56.48890             25
    +#> 875    VR2W-108160     -5.704867     56.48890             25
    +#> 876    VR2W-108160     -5.704867     56.48890             25
    +#> 877    VR2W-108160     -5.704867     56.48890             25
    +#> 878    VR2W-108160     -5.704867     56.48890             25
    +#> 879    VR2W-108160     -5.704867     56.48890             25
    +#> 880    VR2W-108160     -5.704867     56.48890             25
    +#> 881    VR2W-108160     -5.704867     56.48890             25
    +#> 882    VR2W-108160     -5.704867     56.48890             25
    +#> 883    VR2W-108160     -5.704867     56.48890             25
    +#> 884    VR2W-108160     -5.704867     56.48890             25
    +#> 885    VR2W-108160     -5.704867     56.48890             25
    +#> 886    VR2W-108160     -5.704867     56.48890             25
    +#> 887    VR2W-108160     -5.704867     56.48890             25
    +#> 888    VR2W-108160     -5.704867     56.48890             25
    +#> 889    VR2W-108160     -5.704867     56.48890             25
    +#> 890    VR2W-108160     -5.704867     56.48890             25
    +#> 891    VR2W-108160     -5.704867     56.48890             25
    +#> 892    VR2W-108160     -5.704867     56.48890             25
    +#> 893    VR2W-108160     -5.704867     56.48890             25
    +#> 894    VR2W-108160     -5.704867     56.48890             25
    +#> 895    VR2W-108160     -5.704867     56.48890             25
    +#> 896    VR2W-108160     -5.704867     56.48890             25
    +#> 897    VR2W-108160     -5.704867     56.48890             25
    +#> 898    VR2W-108160     -5.704867     56.48890             25
    +#> 899    VR2W-108160     -5.704867     56.48890             25
    +#> 900    VR2W-108160     -5.704867     56.48890             25
    +#> 901    VR2W-108160     -5.704867     56.48890             25
    +#> 902    VR2W-108160     -5.704867     56.48890             25
    +#> 903    VR2W-108160     -5.704867     56.48890             25
    +#> 904    VR2W-107823     -5.691883     56.49690             25
    +#> 905    VR2W-107823     -5.691883     56.49690             25
    +#> 906    VR2W-107823     -5.691883     56.49690             25
    +#> 907    VR2W-107823     -5.691883     56.49690             25
    +#> 908    VR2W-107823     -5.691883     56.49690             25
    +#> 909    VR2W-107823     -5.691883     56.49690             25
    +#> 910    VR2W-107823     -5.691883     56.49690             25
    +#> 911    VR2W-107823     -5.691883     56.49690             25
    +#> 912    VR2W-107823     -5.691883     56.49690             25
    +#> 913    VR2W-107823     -5.691883     56.49690             25
    +#> 914    VR2W-107823     -5.691883     56.49690             25
    +#> 915    VR2W-107823     -5.691883     56.49690             25
    +#> 916    VR2W-107823     -5.691883     56.49690             25
    +#> 917    VR2W-107823     -5.691883     56.49690             25
    +#> 918    VR2W-107823     -5.691883     56.49690             25
    +#> 919    VR2W-107823     -5.691883     56.49690             25
    +#> 920    VR2W-107823     -5.691883     56.49690             25
    +#> 921    VR2W-107823     -5.691883     56.49690             25
    +#> 922    VR2W-107823     -5.691883     56.49690             25
    +#> 923    VR2W-107823     -5.691883     56.49690             25
    +#> 924    VR2W-107823     -5.691883     56.49690             25
    +#> 925    VR2W-107823     -5.691883     56.49690             25
    +#> 926    VR2W-107823     -5.691883     56.49690             25
    +#> 927    VR2W-107823     -5.691883     56.49690             25
    +#> 928    VR2W-107823     -5.691883     56.49690             25
    +#> 929    VR2W-107823     -5.691883     56.49690             25
    +#> 930    VR2W-107823     -5.691883     56.49690             25
    +#> 931    VR2W-107823     -5.691883     56.49690             25
    +#> 932    VR2W-107823     -5.691883     56.49690             25
    +#> 933    VR2W-107823     -5.691883     56.49690             25
    +#> 934    VR2W-107823     -5.691883     56.49690             25
    +#> 935    VR2W-107823     -5.691883     56.49690             25
    +#> 936    VR2W-107823     -5.691883     56.49690             25
    +#> 937    VR2W-107823     -5.691883     56.49690             25
    +#> 938    VR2W-107823     -5.691883     56.49690             25
    +#> 939    VR2W-107823     -5.691883     56.49690             25
    +#> 940    VR2W-107823     -5.691883     56.49690             25
    +#> 941    VR2W-107823     -5.691883     56.49690             25
    +#> 942    VR2W-107823     -5.691883     56.49690             25
    +#> 943    VR2W-107823     -5.691883     56.49690             25
    +#> 944    VR2W-107823     -5.691883     56.49690             25
    +#> 945    VR2W-107823     -5.691883     56.49690             25
    +#> 946    VR2W-107823     -5.691883     56.49690             25
    +#> 947    VR2W-107823     -5.691883     56.49690             25
    +#> 948    VR2W-107823     -5.691883     56.49690             25
    +#> 949    VR2W-107823     -5.691883     56.49690             25
    +#> 950    VR2W-107823     -5.691883     56.49690             25
    +#> 951    VR2W-107823     -5.691883     56.49690             25
    +#> 952    VR2W-107823     -5.691883     56.49690             25
    +#> 953    VR2W-107823     -5.691883     56.49690             25
    +#> 954    VR2W-107823     -5.691883     56.49690             25
    +#> 955    VR2W-107823     -5.691883     56.49690             25
    +#> 956    VR2W-107823     -5.691883     56.49690             25
    +#> 957    VR2W-107823     -5.691883     56.49690             25
    +#> 958    VR2W-107823     -5.691883     56.49690             25
    +#> 959    VR2W-107823     -5.691883     56.49690             25
    +#> 960    VR2W-107823     -5.691883     56.49690             25
    +#> 961    VR2W-107823     -5.691883     56.49690             25
    +#> 962    VR2W-107823     -5.691883     56.49690             25
    +#> 963    VR2W-107823     -5.691883     56.49690             25
    +#> 964    VR2W-107823     -5.691883     56.49690             25
    +#> 965    VR2W-107823     -5.691883     56.49690             25
    +#> 966    VR2W-107823     -5.691883     56.49690             25
    +#> 967    VR2W-107823     -5.691883     56.49690             25
    +#> 968    VR2W-107823     -5.691883     56.49690             25
    +#> 969    VR2W-107823     -5.691883     56.49690             25
    +#> 970    VR2W-107823     -5.691883     56.49690             25
    +#> 971    VR2W-107823     -5.691883     56.49690             25
    +#> 972    VR2W-107823     -5.691883     56.49690             25
    +#> 973    VR2W-107823     -5.691883     56.49690             25
    +#> 974    VR2W-107823     -5.691883     56.49690             25
    +#> 975    VR2W-107823     -5.691883     56.49690             25
    +#> 976    VR2W-107823     -5.691883     56.49690             25
    +#> 977    VR2W-107823     -5.691883     56.49690             25
    +#> 978    VR2W-107823     -5.691883     56.49690             25
    +#> 979    VR2W-107823     -5.691883     56.49690             25
    +#> 980    VR2W-107823     -5.691883     56.49690             25
    +#> 981    VR2W-107823     -5.691883     56.49690             25
    +#> 982    VR2W-107823     -5.691883     56.49690             25
    +#> 983    VR2W-107823     -5.691883     56.49690             25
    +#> 984    VR2W-107823     -5.691883     56.49690             25
    +#> 985    VR2W-107823     -5.691883     56.49690             25
    +#> 986    VR2W-107823     -5.691883     56.49690             25
    +#> 987    VR2W-107823     -5.691883     56.49690             25
    +#> 988    VR2W-107823     -5.691883     56.49690             25
    +#> 989    VR2W-107823     -5.691883     56.49690             25
    +#> 990    VR2W-107823     -5.691883     56.49690             25
    +#> 991    VR2W-107823     -5.691883     56.49690             25
    +#> 992    VR2W-107823     -5.691883     56.49690             25
    +#> 993    VR2W-107823     -5.691883     56.49690             25
    +#> 994    VR2W-107823     -5.691883     56.49690             25
    +#> 995    VR2W-107823     -5.691883     56.49690             25
    +#> 996    VR2W-107823     -5.691883     56.49690             25
    +#> 997    VR2W-107823     -5.691883     56.49690             25
    +#> 998    VR2W-107823     -5.691883     56.49690             25
    +#> 999    VR2W-107823     -5.691883     56.49690             25
    +#> 1000   VR2W-107823     -5.691883     56.49690             25
    +#> 1001   VR2W-107823     -5.691883     56.49690             25
    +#> 1002   VR2W-107823     -5.691883     56.49690             25
    +#> 1003   VR2W-107823     -5.691883     56.49690             25
    +#> 1004   VR2W-107823     -5.691883     56.49690             25
    +#> 1005   VR2W-107823     -5.691883     56.49690             25
    +#> 1006   VR2W-107823     -5.691883     56.49690             25
    +#> 1007   VR2W-107823     -5.691883     56.49690             25
    +#> 1008   VR2W-107823     -5.691883     56.49690             25
    +#> 1009   VR2W-107823     -5.691883     56.49690             25
    +#> 1010   VR2W-107823     -5.691883     56.49690             25
    +#> 1011   VR2W-107823     -5.691883     56.49690             25
    +#> 1012   VR2W-107823     -5.691883     56.49690             25
    +#> 1013   VR2W-107823     -5.691883     56.49690             25
    +#> 1014   VR2W-107823     -5.691883     56.49690             25
    +#> 1015   VR2W-107823     -5.691883     56.49690             25
    +#> 1016   VR2W-107823     -5.691883     56.49690             25
    +#> 1017   VR2W-107823     -5.691883     56.49690             25
    +#> 1018   VR2W-107823     -5.691883     56.49690             25
    +#> 1019   VR2W-107823     -5.691883     56.49690             25
    +#> 1020   VR2W-107823     -5.691883     56.49690             25
    +#> 1021   VR2W-107823     -5.691883     56.49690             25
    +#> 1022   VR2W-107823     -5.691883     56.49690             25
    +#> 1023   VR2W-107823     -5.691883     56.49690             25
    +#> 1024   VR2W-107823     -5.691883     56.49690             25
    +#> 1025   VR2W-107823     -5.691883     56.49690             25
    +#> 1026   VR2W-107823     -5.691883     56.49690             25
    +#> 1027   VR2W-107823     -5.691883     56.49690             25
    +#> 1028   VR2W-107823     -5.691883     56.49690             25
    +#> 1029   VR2W-107823     -5.691883     56.49690             25
    +#> 1030   VR2W-107823     -5.691883     56.49690             25
    +#> 1031   VR2W-107823     -5.691883     56.49690             25
    +#> 1032   VR2W-107823     -5.691883     56.49690             25
    +#> 1033   VR2W-107823     -5.691883     56.49690             25
    +#> 1034   VR2W-107823     -5.691883     56.49690             25
    +#> 1035   VR2W-107823     -5.691883     56.49690             25
    +#> 1036   VR2W-107823     -5.691883     56.49690             25
    +#> 1037   VR2W-107823     -5.691883     56.49690             25
    +#> 1038   VR2W-107823     -5.691883     56.49690             25
    +#> 1039   VR2W-107823     -5.691883     56.49690             25
    +#> 1040   VR2W-107823     -5.691883     56.49690             25
    +#> 1041   VR2W-107823     -5.691883     56.49690             25
    +#> 1042   VR2W-107823     -5.691883     56.49690             25
    +#> 1043   VR2W-107823     -5.691883     56.49690             25
    +#> 1044   VR2W-107823     -5.691883     56.49690             25
    +#> 1045   VR2W-107823     -5.691883     56.49690             25
    +#> 1046   VR2W-107823     -5.691883     56.49690             25
    +#> 1047   VR2W-107823     -5.691883     56.49690             25
    +#> 1048   VR2W-107823     -5.691883     56.49690             25
    +#> 1049   VR2W-107823     -5.691883     56.49690             25
    +#> 1050   VR2W-107823     -5.691883     56.49690             25
    +#> 1051   VR2W-107823     -5.691883     56.49690             25
    +#> 1052   VR2W-107823     -5.691883     56.49690             25
    +#> 1053   VR2W-107823     -5.691883     56.49690             25
    +#> 1054   VR2W-107823     -5.691883     56.49690             25
    +#> 1055   VR2W-107823     -5.691883     56.49690             25
    +#> 1056   VR2W-107823     -5.691883     56.49690             25
    +#> 1057   VR2W-107823     -5.691883     56.49690             25
    +#> 1058   VR2W-107823     -5.691883     56.49690             25
    +#> 1059   VR2W-107823     -5.691883     56.49690             25
    +#> 1060   VR2W-107823     -5.691883     56.49690             25
    +#> 1061   VR2W-107823     -5.691883     56.49690             25
    +#> 1062   VR2W-107823     -5.691883     56.49690             25
    +#> 1063   VR2W-107823     -5.691883     56.49690             25
    +#> 1064   VR2W-107823     -5.691883     56.49690             25
    +#> 1065   VR2W-107823     -5.691883     56.49690             25
    +#> 1066   VR2W-107823     -5.691883     56.49690             25
    +#> 1067   VR2W-107823     -5.691883     56.49690             25
    +#> 1068   VR2W-107823     -5.691883     56.49690             25
    +#> 1069   VR2W-107823     -5.691883     56.49690             25
    +#> 1070   VR2W-107823     -5.691883     56.49690             25
    +#> 1071   VR2W-107823     -5.691883     56.49690             25
    +#> 1072   VR2W-107823     -5.691883     56.49690             25
    +#> 1073   VR2W-107823     -5.691883     56.49690             25
    +#> 1074   VR2W-107823     -5.691883     56.49690             25
    +#> 1075   VR2W-107823     -5.691883     56.49690             25
    +#> 1076   VR2W-107823     -5.691883     56.49690             25
    +#> 1077   VR2W-107823     -5.691883     56.49690             25
    +#> 1078   VR2W-107823     -5.691883     56.49690             25
    +#> 1079   VR2W-107823     -5.691883     56.49690             25
    +#> 1080   VR2W-107823     -5.691883     56.49690             25
    +#> 1081   VR2W-107823     -5.691883     56.49690             25
    +#> 1082   VR2W-107823     -5.691883     56.49690             25
    +#> 1083   VR2W-107823     -5.691883     56.49690             25
    +#> 1084   VR2W-107823     -5.691883     56.49690             25
    +#> 1085   VR2W-107823     -5.691883     56.49690             25
    +#> 1086   VR2W-107823     -5.691883     56.49690             25
    +#> 1087   VR2W-107823     -5.691883     56.49690             25
    +#> 1088   VR2W-107823     -5.691883     56.49690             25
    +#> 1089   VR2W-107823     -5.691883     56.49690             25
    +#> 1090   VR2W-107823     -5.691883     56.49690             25
    +#> 1091   VR2W-107823     -5.691883     56.49690             25
    +#> 1092   VR2W-107823     -5.691883     56.49690             25
    +#> 1093   VR2W-107823     -5.691883     56.49690             25
    +#> 1094   VR2W-107823     -5.691883     56.49690             25
    +#> 1095   VR2W-107823     -5.691883     56.49690             25
    +#> 1096   VR2W-107823     -5.691883     56.49690             25
    +#> 1097   VR2W-107823     -5.691883     56.49690             25
    +#> 1098   VR2W-107823     -5.691883     56.49690             25
    +#> 1099   VR2W-107823     -5.691883     56.49690             25
    +#> 1100   VR2W-107823     -5.691883     56.49690             25
    +#> 1101   VR2W-107823     -5.691883     56.49690             25
    +#> 1102   VR2W-107823     -5.691883     56.49690             25
    +#> 1103   VR2W-107823     -5.691883     56.49690             25
    +#> 1104   VR2W-107823     -5.691883     56.49690             25
    +#> 1105   VR2W-107823     -5.691883     56.49690             25
    +#> 1106   VR2W-107823     -5.691883     56.49690             25
    +#> 1107   VR2W-107823     -5.691883     56.49690             25
    +#> 1108   VR2W-107823     -5.691883     56.49690             25
    +#> 1109   VR2W-107823     -5.691883     56.49690             25
    +#> 1110   VR2W-107823     -5.691883     56.49690             25
    +#> 1111   VR2W-107823     -5.691883     56.49690             25
    +#> 1112   VR2W-107823     -5.691883     56.49690             25
    +#> 1113   VR2W-107823     -5.691883     56.49690             25
    +#> 1114   VR2W-107823     -5.691883     56.49690             25
    +#> 1115   VR2W-107823     -5.691883     56.49690             25
    +#> 1116   VR2W-107823     -5.691883     56.49690             25
    +#> 1117   VR2W-107823     -5.691883     56.49690             25
    +#> 1118   VR2W-107823     -5.691883     56.49690             25
    +#> 1119   VR2W-107823     -5.691883     56.49690             25
    +#> 1120   VR2W-107823     -5.691883     56.49690             25
    +#> 1121   VR2W-107823     -5.691883     56.49690             25
    +#> 1122   VR2W-107823     -5.691883     56.49690             25
    +#> 1123   VR2W-107823     -5.691883     56.49690             25
    +#> 1124   VR2W-107823     -5.691883     56.49690             25
    +#> 1125   VR2W-107823     -5.691883     56.49690             25
    +#> 1126   VR2W-107823     -5.691883     56.49690             25
    +#> 1127   VR2W-107823     -5.691883     56.49690             25
    +#> 1128   VR2W-107823     -5.691883     56.49690             25
    +#> 1129   VR2W-107823     -5.691883     56.49690             25
    +#> 1130   VR2W-107823     -5.691883     56.49690             25
    +#> 1131   VR2W-107823     -5.691883     56.49690             25
    +#> 1132   VR2W-107823     -5.691883     56.49690             25
    +#> 1133   VR2W-107823     -5.691883     56.49690             25
    +#> 1134   VR2W-107823     -5.691883     56.49690             25
    +#> 1135   VR2W-107823     -5.691883     56.49690             25
    +#> 1136   VR2W-107823     -5.691883     56.49690             25
    +#> 1137   VR2W-107823     -5.691883     56.49690             25
    +#> 1138   VR2W-107823     -5.691883     56.49690             25
    +#> 1139   VR2W-107823     -5.691883     56.49690             25
    +#> 1140   VR2W-107823     -5.691883     56.49690             25
    +#> 1141   VR2W-107823     -5.691883     56.49690             25
    +#> 1142   VR2W-107823     -5.691883     56.49690             25
    +#> 1143   VR2W-107823     -5.691883     56.49690             25
    +#> 1144   VR2W-107823     -5.691883     56.49690             25
    +#> 1145   VR2W-107823     -5.691883     56.49690             25
    +#> 1146   VR2W-107823     -5.691883     56.49690             25
    +#> 1147   VR2W-107823     -5.691883     56.49690             25
    +#> 1148   VR2W-107823     -5.691883     56.49690             25
    +#> 1149   VR2W-107823     -5.691883     56.49690             25
    +#> 1150   VR2W-107823     -5.691883     56.49690             25
    +#> 1151   VR2W-107823     -5.691883     56.49690             25
    +#> 1152   VR2W-107823     -5.691883     56.49690             25
    +#> 1153   VR2W-107823     -5.691883     56.49690             25
    +#> 1154   VR2W-107823     -5.691883     56.49690             25
    +#> 1155   VR2W-107823     -5.691883     56.49690             25
    +#> 1156   VR2W-107823     -5.691883     56.49690             25
    +#> 1157   VR2W-107823     -5.691883     56.49690             25
    +#> 1158   VR2W-107823     -5.691883     56.49690             25
    +#> 1159   VR2W-107823     -5.691883     56.49690             25
    +#> 1160   VR2W-107823     -5.691883     56.49690             25
    +#> 1161   VR2W-107823     -5.691883     56.49690             25
    +#> 1162   VR2W-107823     -5.691883     56.49690             25
    +#> 1163   VR2W-107823     -5.691883     56.49690             25
    +#> 1164   VR2W-107823     -5.691883     56.49690             25
    +#> 1165   VR2W-107823     -5.691883     56.49690             25
    +#> 1166   VR2W-107823     -5.691883     56.49690             25
    +#> 1167   VR2W-107823     -5.691883     56.49690             25
    +#> 1168   VR2W-107823     -5.691883     56.49690             25
    +#> 1169   VR2W-107823     -5.691883     56.49690             25
    +#> 1170   VR2W-107823     -5.691883     56.49690             25
    +#> 1171   VR2W-107823     -5.691883     56.49690             25
    +#> 1172   VR2W-107823     -5.691883     56.49690             25
    +#> 1173   VR2W-107823     -5.691883     56.49690             25
    +#> 1174   VR2W-107823     -5.691883     56.49690             25
    +#> 1175   VR2W-107823     -5.691883     56.49690             25
    +#> 1176   VR2W-107823     -5.691883     56.49690             25
    +#> 1177   VR2W-107823     -5.691883     56.49690             25
    +#> 1178   VR2W-107823     -5.691883     56.49690             25
    +#> 1179   VR2W-107823     -5.691883     56.49690             25
    +#> 1180   VR2W-107823     -5.691883     56.49690             25
    +#> 1181   VR2W-107823     -5.691883     56.49690             25
    +#> 1182   VR2W-107823     -5.691883     56.49690             25
    +#> 1183   VR2W-107823     -5.691883     56.49690             25
    +#> 1184   VR2W-107823     -5.691883     56.49690             25
    +#> 1185   VR2W-107823     -5.691883     56.49690             25
    +#> 1186   VR2W-107823     -5.691883     56.49690             25
    +#> 1187   VR2W-107823     -5.691883     56.49690             25
    +#> 1188   VR2W-107823     -5.691883     56.49690             25
    +#> 1189   VR2W-107823     -5.691883     56.49690             25
    +#> 1190   VR2W-107823     -5.691883     56.49690             25
    +#> 1191   VR2W-107823     -5.691883     56.49690             25
    +#> 1192   VR2W-107823     -5.691883     56.49690             25
    +#> 1193   VR2W-107823     -5.691883     56.49690             25
    +#> 1194   VR2W-107823     -5.691883     56.49690             25
    +#> 1195   VR2W-107823     -5.691883     56.49690             25
    +#> 1196   VR2W-107823     -5.691883     56.49690             25
    +#> 1197   VR2W-107823     -5.691883     56.49690             25
    +#> 1198   VR2W-107823     -5.691883     56.49690             25
    +#> 1199   VR2W-107823     -5.691883     56.49690             25
    +#> 1200   VR2W-107823     -5.691883     56.49690             25
    +#> 1201   VR2W-107823     -5.691883     56.49690             25
    +#> 1202   VR2W-107823     -5.691883     56.49690             25
    +#> 1203   VR2W-107823     -5.691883     56.49690             25
    +#> 1204   VR2W-107823     -5.691883     56.49690             25
    +#> 1205   VR2W-107823     -5.691883     56.49690             25
    +#> 1206   VR2W-107823     -5.691883     56.49690             25
    +#> 1207   VR2W-107823     -5.691883     56.49690             25
    +#> 1208   VR2W-107823     -5.691883     56.49690             25
    +#> 1209   VR2W-107823     -5.691883     56.49690             25
    +#> 1210   VR2W-107823     -5.691883     56.49690             25
    +#> 1211   VR2W-107823     -5.691883     56.49690             25
    +#> 1212   VR2W-107823     -5.691883     56.49690             25
    +#> 1213   VR2W-107823     -5.691883     56.49690             25
    +#> 1214   VR2W-107823     -5.691883     56.49690             25
    +#> 1215   VR2W-107823     -5.691883     56.49690             25
    +#> 1216   VR2W-107823     -5.691883     56.49690             25
    +#> 1217   VR2W-107823     -5.691883     56.49690             25
    +#> 1218   VR2W-107823     -5.691883     56.49690             25
    +#> 1219   VR2W-107823     -5.691883     56.49690             25
    +#> 1220   VR2W-107823     -5.691883     56.49690             25
    +#> 1221   VR2W-107823     -5.691883     56.49690             25
    +#> 1222   VR2W-107823     -5.691883     56.49690             25
    +#> 1223   VR2W-107823     -5.691883     56.49690             25
    +#> 1224   VR2W-107823     -5.691883     56.49690             25
    +#> 1225   VR2W-107823     -5.691883     56.49690             25
    +#> 1226   VR2W-107823     -5.691883     56.49690             25
    +#> 1227   VR2W-107823     -5.691883     56.49690             25
    +#> 1228   VR2W-107823     -5.691883     56.49690             25
    +#> 1229   VR2W-107823     -5.691883     56.49690             25
    +#> 1230   VR2W-107823     -5.691883     56.49690             25
    +#> 1231   VR2W-107823     -5.691883     56.49690             25
    +#> 1232   VR2W-107823     -5.691883     56.49690             25
    +#> 1233   VR2W-107823     -5.691883     56.49690             25
    +#> 1234   VR2W-107823     -5.691883     56.49690             25
    +#> 1235   VR2W-107823     -5.691883     56.49690             25
    +#> 1236   VR2W-107823     -5.691883     56.49690             25
    +#> 1237   VR2W-107823     -5.691883     56.49690             25
    +#> 1238   VR2W-107823     -5.691883     56.49690             25
    +#> 1239   VR2W-107823     -5.691883     56.49690             25
    +#> 1240   VR2W-107823     -5.691883     56.49690             25
    +#> 1241   VR2W-107823     -5.691883     56.49690             25
    +#> 1242   VR2W-107823     -5.691883     56.49690             25
    +#> 1243   VR2W-107823     -5.691883     56.49690             25
    +#> 1244   VR2W-107823     -5.691883     56.49690             25
    +#> 1245   VR2W-107823     -5.691883     56.49690             25
    +#> 1246   VR2W-107823     -5.691883     56.49690             25
    +#> 1247   VR2W-107823     -5.691883     56.49690             25
    +#> 1248   VR2W-107823     -5.691883     56.49690             25
    +#> 1249   VR2W-107823     -5.691883     56.49690             25
    +#> 1250   VR2W-107823     -5.691883     56.49690             25
    +#> 1251   VR2W-107823     -5.691883     56.49690             25
    +#> 1252   VR2W-107823     -5.691883     56.49690             25
    +#> 1253   VR2W-107823     -5.691883     56.49690             25
    +#> 1254   VR2W-107823     -5.691883     56.49690             25
    +#> 1255   VR2W-107823     -5.691883     56.49690             25
    +#> 1256   VR2W-107823     -5.691883     56.49690             25
    +#> 1257   VR2W-107823     -5.691883     56.49690             25
    +#> 1258   VR2W-107823     -5.691883     56.49690             25
    +#> 1259   VR2W-107823     -5.691883     56.49690             25
    +#> 1260   VR2W-107823     -5.691883     56.49690             25
    +#> 1261   VR2W-107823     -5.691883     56.49690             25
    +#> 1262   VR2W-107823     -5.691883     56.49690             25
    +#> 1263   VR2W-107823     -5.691883     56.49690             25
    +#> 1264   VR2W-107823     -5.691883     56.49690             25
    +#> 1265   VR2W-107823     -5.691883     56.49690             25
    +#> 1266   VR2W-107823     -5.691883     56.49690             25
    +#> 1267   VR2W-107823     -5.691883     56.49690             25
    +#> 1268   VR2W-107823     -5.691883     56.49690             25
    +#> 1269   VR2W-107823     -5.691883     56.49690             25
    +#> 1270   VR2W-107823     -5.691883     56.49690             25
    +#> 1271   VR2W-107823     -5.691883     56.49690             25
    +#> 1272   VR2W-107823     -5.691883     56.49690             25
    +#> 1273   VR2W-107823     -5.691883     56.49690             25
    +#> 1274   VR2W-107823     -5.691883     56.49690             25
    +#> 1275   VR2W-107823     -5.691883     56.49690             25
    +#> 1276   VR2W-107823     -5.691883     56.49690             25
    +#> 1277   VR2W-107823     -5.691883     56.49690             25
    +#> 1278   VR2W-107823     -5.691883     56.49690             25
    +#> 1279   VR2W-107823     -5.691883     56.49690             25
    +#> 1280   VR2W-107823     -5.691883     56.49690             25
    +#> 1281   VR2W-107823     -5.691883     56.49690             25
    +#> 1282   VR2W-107823     -5.691883     56.49690             25
    +#> 1283   VR2W-107823     -5.691883     56.49690             25
    +#> 1284   VR2W-107823     -5.691883     56.49690             25
    +#> 1285   VR2W-107823     -5.691883     56.49690             25
    +#> 1286   VR2W-107823     -5.691883     56.49690             25
    +#> 1287   VR2W-107823     -5.691883     56.49690             25
    +#> 1288   VR2W-107823     -5.691883     56.49690             25
    +#> 1289   VR2W-107823     -5.691883     56.49690             25
    +#> 1290   VR2W-107823     -5.691883     56.49690             25
    +#> 1291   VR2W-107823     -5.691883     56.49690             25
    +#> 1292   VR2W-107823     -5.691883     56.49690             25
    +#> 1293   VR2W-107823     -5.691883     56.49690             25
    +#> 1294   VR2W-107823     -5.691883     56.49690             25
    +#> 1295   VR2W-107823     -5.691883     56.49690             25
    +#> 1296   VR2W-107823     -5.691883     56.49690             25
    +#> 1297   VR2W-107823     -5.691883     56.49690             25
    +#> 1298   VR2W-107823     -5.691883     56.49690             25
    +#> 1299   VR2W-107823     -5.691883     56.49690             25
    +#> 1300   VR2W-107823     -5.691883     56.49690             25
    +#> 1301   VR2W-107823     -5.691883     56.49690             25
    +#> 1302   VR2W-107823     -5.691883     56.49690             25
    +#> 1303   VR2W-107823     -5.691883     56.49690             25
    +#> 1304   VR2W-107823     -5.691883     56.49690             25
    +#> 1305   VR2W-107823     -5.691883     56.49690             25
    +#> 1306   VR2W-107823     -5.691883     56.49690             25
    +#> 1307   VR2W-107823     -5.691883     56.49690             25
    +#> 1308   VR2W-107823     -5.691883     56.49690             25
    +#> 1309   VR2W-107823     -5.691883     56.49690             25
    +#> 1310   VR2W-107823     -5.691883     56.49690             25
    +#> 1311   VR2W-107823     -5.691883     56.49690             25
    +#> 1312   VR2W-107823     -5.691883     56.49690             25
    +#> 1313   VR2W-107823     -5.691883     56.49690             25
    +#> 1314   VR2W-107823     -5.691883     56.49690             25
    +#> 1315   VR2W-107823     -5.691883     56.49690             25
    +#> 1316   VR2W-107823     -5.691883     56.49690             25
    +#> 1317   VR2W-107823     -5.691883     56.49690             25
    +#> 1318   VR2W-107823     -5.691883     56.49690             25
    +#> 1319   VR2W-107823     -5.691883     56.49690             25
    +#> 1320   VR2W-107823     -5.691883     56.49690             25
    +#> 1321   VR2W-107823     -5.691883     56.49690             25
    +#> 1322   VR2W-107823     -5.691883     56.49690             25
    +#> 1323   VR2W-107823     -5.691883     56.49690             25
    +#> 1324   VR2W-107823     -5.691883     56.49690             25
    +#> 1325   VR2W-107823     -5.691883     56.49690             25
    +#> 1326   VR2W-107823     -5.691883     56.49690             25
    +#> 1327   VR2W-107823     -5.691883     56.49690             25
    +#> 1328   VR2W-107823     -5.691883     56.49690             25
    +#> 1329   VR2W-107823     -5.691883     56.49690             25
    +#> 1330   VR2W-107823     -5.691883     56.49690             25
    +#> 1331   VR2W-107823     -5.691883     56.49690             25
    +#> 1332   VR2W-107823     -5.691883     56.49690             25
    +#> 1333   VR2W-107823     -5.691883     56.49690             25
    +#> 1334   VR2W-107823     -5.691883     56.49690             25
    +#> 1335   VR2W-107823     -5.691883     56.49690             25
    +#> 1336   VR2W-107823     -5.691883     56.49690             25
    +#> 1337   VR2W-107823     -5.691883     56.49690             25
    +#> 1338   VR2W-107823     -5.691883     56.49690             25
    +#> 1339   VR2W-107823     -5.691883     56.49690             25
    +#> 1340   VR2W-107823     -5.691883     56.49690             25
    +#> 1341   VR2W-107823     -5.691883     56.49690             25
    +#> 1342   VR2W-107823     -5.691883     56.49690             25
    +#> 1343   VR2W-107823     -5.691883     56.49690             25
    +#> 1344   VR2W-107823     -5.691883     56.49690             25
    +#> 1345   VR2W-107823     -5.691883     56.49690             25
    +#> 1346   VR2W-107823     -5.691883     56.49690             25
    +#> 1347   VR2W-107823     -5.691883     56.49690             25
    +#> 1348   VR2W-107823     -5.691883     56.49690             25
    +#> 1349   VR2W-107823     -5.691883     56.49690             25
    +#> 1350   VR2W-107823     -5.691883     56.49690             25
    +#> 1351   VR2W-107823     -5.691883     56.49690             25
    +#> 1352   VR2W-107823     -5.691883     56.49690             25
    +#> 1353   VR2W-107823     -5.691883     56.49690             25
    +#> 1354   VR2W-107823     -5.691883     56.49690             25
    +#> 1355   VR2W-107823     -5.691883     56.49690             25
    +#> 1356   VR2W-107823     -5.691883     56.49690             25
    +#> 1357   VR2W-107823     -5.691883     56.49690             25
    +#> 1358   VR2W-107823     -5.691883     56.49690             25
    +#> 1359   VR2W-107823     -5.691883     56.49690             25
    +#> 1360   VR2W-107823     -5.691883     56.49690             25
    +#> 1361   VR2W-107823     -5.691883     56.49690             25
    +#> 1362   VR2W-107823     -5.691883     56.49690             25
    +#> 1363   VR2W-107823     -5.691883     56.49690             25
    +#> 1364   VR2W-107823     -5.691883     56.49690             25
    +#> 1365   VR2W-107823     -5.691883     56.49690             25
    +#> 1366   VR2W-107823     -5.691883     56.49690             25
    +#> 1367   VR2W-107823     -5.691883     56.49690             25
    +#> 1368   VR2W-107823     -5.691883     56.49690             25
    +#> 1369   VR2W-107823     -5.691883     56.49690             25
    +#> 1370   VR2W-107823     -5.691883     56.49690             25
    +#> 1371   VR2W-107823     -5.691883     56.49690             25
    +#> 1372   VR2W-107823     -5.691883     56.49690             25
    +#> 1373   VR2W-107823     -5.691883     56.49690             25
    +#> 1374   VR2W-107823     -5.691883     56.49690             25
    +#> 1375   VR2W-107823     -5.691883     56.49690             25
    +#> 1376   VR2W-107823     -5.691883     56.49690             25
    +#> 1377   VR2W-107823     -5.691883     56.49690             25
    +#> 1378   VR2W-107823     -5.691883     56.49690             25
    +#> 1379   VR2W-107823     -5.691883     56.49690             25
    +#> 1380   VR2W-107823     -5.691883     56.49690             25
    +#> 1381   VR2W-107823     -5.691883     56.49690             25
    +#> 1382   VR2W-107823     -5.691883     56.49690             25
    +#> 1383   VR2W-107823     -5.691883     56.49690             25
    +#> 1384   VR2W-107823     -5.691883     56.49690             25
    +#> 1385   VR2W-107823     -5.691883     56.49690             25
    +#> 1386   VR2W-107823     -5.691883     56.49690             25
    +#> 1387   VR2W-107823     -5.691883     56.49690             25
    +#> 1388   VR2W-107823     -5.691883     56.49690             25
    +#> 1389   VR2W-107823     -5.691883     56.49690             25
    +#> 1390   VR2W-107823     -5.691883     56.49690             25
    +#> 1391   VR2W-107823     -5.691883     56.49690             25
    +#> 1392   VR2W-107823     -5.691883     56.49690             25
    +#> 1393   VR2W-107823     -5.691883     56.49690             25
    +#> 1394   VR2W-107823     -5.691883     56.49690             25
    +#> 1395   VR2W-107823     -5.691883     56.49690             25
    +#> 1396   VR2W-107823     -5.691883     56.49690             25
    +#> 1397   VR2W-107823     -5.691883     56.49690             25
    +#> 1398   VR2W-107823     -5.691883     56.49690             25
    +#> 1399   VR2W-107823     -5.691883     56.49690             25
    +#> 1400   VR2W-107823     -5.691883     56.49690             25
    +#> 1401   VR2W-107823     -5.691883     56.49690             25
    +#> 1402   VR2W-107823     -5.691883     56.49690             25
    +#> 1403   VR2W-107823     -5.691883     56.49690             25
    +#> 1404   VR2W-107823     -5.691883     56.49690             25
    +#> 1405   VR2W-107823     -5.691883     56.49690             25
    +#> 1406   VR2W-107823     -5.691883     56.49690             25
    +#> 1407   VR2W-107823     -5.691883     56.49690             25
    +#> 1408   VR2W-107823     -5.691883     56.49690             25
    +#> 1409   VR2W-107823     -5.691883     56.49690             25
    +#> 1410   VR2W-107823     -5.691883     56.49690             25
    +#> 1411   VR2W-107823     -5.691883     56.49690             25
    +#> 1412   VR2W-107823     -5.691883     56.49690             25
    +#> 1413   VR2W-107823     -5.691883     56.49690             25
    +#> 1414   VR2W-107823     -5.691883     56.49690             25
    +#> 1415   VR2W-107823     -5.691883     56.49690             25
    +#> 1416   VR2W-107823     -5.691883     56.49690             25
    +#> 1417   VR2W-107823     -5.691883     56.49690             25
    +#> 1418   VR2W-107823     -5.691883     56.49690             25
    +#> 1419   VR2W-107823     -5.691883     56.49690             25
    +#> 1420   VR2W-107823     -5.691883     56.49690             25
    +#> 1421   VR2W-107823     -5.691883     56.49690             25
    +#> 1422   VR2W-107823     -5.691883     56.49690             25
    +#> 1423   VR2W-107823     -5.691883     56.49690             25
    +#> 1424   VR2W-107823     -5.691883     56.49690             25
    +#> 1425   VR2W-107823     -5.691883     56.49690             25
    +#> 1426   VR2W-107823     -5.691883     56.49690             25
    +#> 1427   VR2W-107823     -5.691883     56.49690             25
    +#> 1428   VR2W-107823     -5.691883     56.49690             25
    +#> 1429   VR2W-107823     -5.691883     56.49690             25
    +#> 1430   VR2W-107823     -5.691883     56.49690             25
    +#> 1431   VR2W-107823     -5.691883     56.49690             25
    +#> 1432   VR2W-107823     -5.691883     56.49690             25
    +#> 1433   VR2W-107823     -5.691883     56.49690             25
    +#> 1434   VR2W-107823     -5.691883     56.49690             25
    +#> 1435   VR2W-107823     -5.691883     56.49690             25
    +#> 1436   VR2W-107823     -5.691883     56.49690             25
    +#> 1437   VR2W-107823     -5.691883     56.49690             25
    +#> 1438   VR2W-107823     -5.691883     56.49690             25
    +#> 1439   VR2W-107823     -5.691883     56.49690             25
    +#> 1440   VR2W-107823     -5.691883     56.49690             25
    +#> 1441   VR2W-107823     -5.691883     56.49690             25
    +#> 1442   VR2W-107823     -5.691883     56.49690             25
    +#> 1443   VR2W-107823     -5.691883     56.49690             25
    +#> 1444   VR2W-107823     -5.691883     56.49690             25
    +#> 1445   VR2W-107823     -5.691883     56.49690             25
    +#> 1446   VR2W-107823     -5.691883     56.49690             25
    +#> 1447   VR2W-107823     -5.691883     56.49690             25
    +#> 1448   VR2W-107823     -5.691883     56.49690             25
    +#> 1449   VR2W-107823     -5.691883     56.49690             25
    +#> 1450   VR2W-107823     -5.691883     56.49690             25
    +#> 1451   VR2W-107823     -5.691883     56.49690             25
    +#> 1452   VR2W-107823     -5.691883     56.49690             25
    +#> 1453   VR2W-107823     -5.691883     56.49690             25
    +#> 1454   VR2W-107823     -5.691883     56.49690             25
    +#> 1455   VR2W-107823     -5.691883     56.49690             25
    +#> 1456   VR2W-107823     -5.691883     56.49690             25
    +#> 1457   VR2W-107823     -5.691883     56.49690             25
    +#> 1458   VR2W-107823     -5.691883     56.49690             25
    +#> 1459   VR2W-107823     -5.691883     56.49690             25
    +#> 1460   VR2W-107823     -5.691883     56.49690             25
    +#> 1461   VR2W-107823     -5.691883     56.49690             25
    +#> 1462   VR2W-107823     -5.691883     56.49690             25
    +#> 1463   VR2W-107823     -5.691883     56.49690             25
    +#> 1464   VR2W-107823     -5.691883     56.49690             25
    +#> 1465   VR2W-107823     -5.691883     56.49690             25
    +#> 1466   VR2W-107823     -5.691883     56.49690             25
    +#> 1467   VR2W-107823     -5.691883     56.49690             25
    +#> 1468   VR2W-107823     -5.691883     56.49690             25
    +#> 1469   VR2W-107823     -5.691883     56.49690             25
    +#> 1470   VR2W-107823     -5.691883     56.49690             25
    +#> 1471   VR2W-107823     -5.691883     56.49690             25
    +#> 1472   VR2W-107823     -5.691883     56.49690             25
    +#> 1473   VR2W-107823     -5.691883     56.49690             25
    +#> 1474   VR2W-107823     -5.691883     56.49690             25
    +#> 1475   VR2W-107823     -5.691883     56.49690             25
    +#> 1476   VR2W-107823     -5.691883     56.49690             25
    +#> 1477   VR2W-107823     -5.691883     56.49690             25
    +#> 1478   VR2W-107823     -5.691883     56.49690             25
    +#> 1479   VR2W-107823     -5.691883     56.49690             25
    +#> 1480   VR2W-107823     -5.691883     56.49690             25
    +#> 1481   VR2W-107823     -5.691883     56.49690             25
    +#> 1482   VR2W-107823     -5.691883     56.49690             25
    +#> 1483   VR2W-107823     -5.691883     56.49690             25
    +#> 1484   VR2W-107823     -5.691883     56.49690             25
    +#> 1485   VR2W-107823     -5.691883     56.49690             25
    +#> 1486   VR2W-107823     -5.691883     56.49690             25
    +#> 1487   VR2W-107823     -5.691883     56.49690             25
    +#> 1488   VR2W-107823     -5.691883     56.49690             25
    +#> 1489   VR2W-107823     -5.691883     56.49690             25
    +#> 1490   VR2W-107823     -5.691883     56.49690             25
    +#> 1491   VR2W-107823     -5.691883     56.49690             25
    +#> 1492   VR2W-107823     -5.691883     56.49690             25
    +#> 1493   VR2W-107823     -5.691883     56.49690             25
    +#> 1494   VR2W-107823     -5.691883     56.49690             25
    +#> 1495   VR2W-107823     -5.691883     56.49690             25
    +#> 1496   VR2W-107823     -5.691883     56.49690             25
    +#> 1497   VR2W-107823     -5.691883     56.49690             25
    +#> 1498   VR2W-107823     -5.691883     56.49690             25
    +#> 1499   VR2W-107823     -5.691883     56.49690             25
    +#> 1500   VR2W-107823     -5.691883     56.49690             25
    +#> 1501   VR2W-107823     -5.691883     56.49690             25
    +#> 1502   VR2W-107823     -5.691883     56.49690             25
    +#> 1503   VR2W-107823     -5.691883     56.49690             25
    +#> 1504   VR2W-107823     -5.691883     56.49690             25
    +#> 1505   VR2W-107823     -5.691883     56.49690             25
    +#> 1506   VR2W-107823     -5.691883     56.49690             25
    +#> 1507   VR2W-107823     -5.691883     56.49690             25
    +#> 1508   VR2W-107823     -5.691883     56.49690             25
    +#> 1509   VR2W-107823     -5.691883     56.49690             25
    +#> 1510   VR2W-107823     -5.691883     56.49690             25
    +#> 1511   VR2W-107823     -5.691883     56.49690             25
    +#> 1512   VR2W-107823     -5.691883     56.49690             25
    +#> 1513   VR2W-107823     -5.691883     56.49690             25
    +#> 1514   VR2W-107823     -5.691883     56.49690             25
    +#> 1515   VR2W-107823     -5.691883     56.49690             25
    +#> 1516   VR2W-107823     -5.691883     56.49690             25
    +#> 1517   VR2W-107823     -5.691883     56.49690             25
    +#> 1518   VR2W-107823     -5.691883     56.49690             25
    +#> 1519   VR2W-107823     -5.691883     56.49690             25
    +#> 1520   VR2W-107823     -5.691883     56.49690             25
    +#> 1521   VR2W-107823     -5.691883     56.49690             25
    +#> 1522   VR2W-107823     -5.691883     56.49690             25
    +#> 1523   VR2W-107823     -5.691883     56.49690             25
    +#> 1524   VR2W-107823     -5.691883     56.49690             25
    +#> 1525   VR2W-107823     -5.691883     56.49690             25
    +#> 1526   VR2W-107823     -5.691883     56.49690             25
    +#> 1527   VR2W-107823     -5.691883     56.49690             25
    +#> 1528   VR2W-107823     -5.691883     56.49690             25
    +#> 1529   VR2W-107823     -5.691883     56.49690             25
    +#> 1530   VR2W-107823     -5.691883     56.49690             25
    +#> 1531   VR2W-107823     -5.691883     56.49690             25
    +#> 1532   VR2W-107823     -5.691883     56.49690             25
    +#> 1533   VR2W-107823     -5.691883     56.49690             25
    +#> 1534   VR2W-107823     -5.691883     56.49690             25
    +#> 1535   VR2W-107823     -5.691883     56.49690             25
    +#> 1536   VR2W-107823     -5.691883     56.49690             25
    +#> 1537   VR2W-107823     -5.691883     56.49690             25
    +#> 1538   VR2W-107823     -5.691883     56.49690             25
    +#> 1539   VR2W-107823     -5.691883     56.49690             25
    +#> 1540   VR2W-107823     -5.691883     56.49690             25
    +#> 1541   VR2W-107823     -5.691883     56.49690             25
    +#> 1542   VR2W-107823     -5.691883     56.49690             25
    +#> 1543   VR2W-107823     -5.691883     56.49690             25
    +#> 1544   VR2W-107823     -5.691883     56.49690             25
    +#> 1545   VR2W-107823     -5.691883     56.49690             25
    +#> 1546   VR2W-107823     -5.691883     56.49690             25
    +#> 1547   VR2W-107823     -5.691883     56.49690             25
    +#> 1548   VR2W-107823     -5.691883     56.49690             25
    +#> 1549   VR2W-107823     -5.691883     56.49690             25
    +#> 1550   VR2W-107823     -5.691883     56.49690             25
    +#> 1551   VR2W-107823     -5.691883     56.49690             25
    +#> 1552   VR2W-107823     -5.691883     56.49690             25
    +#> 1553   VR2W-107823     -5.691883     56.49690             25
    +#> 1554   VR2W-107823     -5.691883     56.49690             25
    +#> 1555   VR2W-107823     -5.691883     56.49690             25
    +#> 1556   VR2W-107823     -5.691883     56.49690             25
    +#> 1557   VR2W-107823     -5.691883     56.49690             25
    +#> 1558   VR2W-107823     -5.691883     56.49690             25
    +#> 1559   VR2W-107823     -5.691883     56.49690             25
    +#> 1560   VR2W-107823     -5.691883     56.49690             25
    +#> 1561   VR2W-107823     -5.691883     56.49690             25
    +#> 1562   VR2W-107823     -5.691883     56.49690             25
    +#> 1563   VR2W-107823     -5.691883     56.49690             25
    +#> 1564   VR2W-107823     -5.691883     56.49690             25
    +#> 1565   VR2W-107823     -5.691883     56.49690             25
    +#> 1566   VR2W-107823     -5.691883     56.49690             25
    +#> 1567   VR2W-107823     -5.691883     56.49690             25
    +#> 1568   VR2W-107823     -5.691883     56.49690             25
    +#> 1569   VR2W-107823     -5.691883     56.49690             25
    +#> 1570   VR2W-107823     -5.691883     56.49690             25
    +#> 1571   VR2W-107823     -5.691883     56.49690             25
    +#> 1572   VR2W-107823     -5.691883     56.49690             25
    +#> 1573   VR2W-107823     -5.691883     56.49690             25
    +#> 1574   VR2W-107823     -5.691883     56.49690             25
    +#> 1575   VR2W-107823     -5.691883     56.49690             25
    +#> 1576   VR2W-107823     -5.691883     56.49690             25
    +#> 1577   VR2W-107823     -5.691883     56.49690             25
    +#> 1578   VR2W-107823     -5.691883     56.49690             25
    +#> 1579   VR2W-107823     -5.691883     56.49690             25
    +#> 1580   VR2W-107823     -5.691883     56.49690             25
    +#> 1581   VR2W-107823     -5.691883     56.49690             25
    +#> 1582   VR2W-107823     -5.691883     56.49690             25
    +#> 1583   VR2W-107823     -5.691883     56.49690             25
    +#> 1584   VR2W-107823     -5.691883     56.49690             25
    +#> 1585   VR2W-107823     -5.691883     56.49690             25
    +#> 1586   VR2W-107823     -5.691883     56.49690             25
    +#> 1587   VR2W-107823     -5.691883     56.49690             25
    +#> 1588   VR2W-107823     -5.691883     56.49690             25
    +#> 1589   VR2W-107823     -5.691883     56.49690             25
    +#> 1590   VR2W-107823     -5.691883     56.49690             25
    +#> 1591   VR2W-107823     -5.691883     56.49690             25
    +#> 1592   VR2W-107823     -5.691883     56.49690             25
    +#> 1593   VR2W-107823     -5.691883     56.49690             25
    +#> 1594   VR2W-107823     -5.691883     56.49690             25
    +#> 1595   VR2W-107823     -5.691883     56.49690             25
    +#> 1596   VR2W-107823     -5.691883     56.49690             25
    +#> 1597   VR2W-107823     -5.691883     56.49690             25
    +#> 1598   VR2W-107823     -5.691883     56.49690             25
    +#> 1599   VR2W-107823     -5.691883     56.49690             25
    +#> 1600   VR2W-107823     -5.691883     56.49690             25
    +#> 1601   VR2W-107823     -5.691883     56.49690             25
    +#> 1602   VR2W-107823     -5.691883     56.49690             25
    +#> 1603   VR2W-107823     -5.691883     56.49690             25
    +#> 1604   VR2W-107823     -5.691883     56.49690             25
    +#> 1605   VR2W-107823     -5.691883     56.49690             25
    +#> 1606   VR2W-107823     -5.691883     56.49690             25
    +#> 1607   VR2W-107823     -5.691883     56.49690             25
    +#> 1608   VR2W-107823     -5.691883     56.49690             25
    +#> 1609   VR2W-107823     -5.691883     56.49690             25
    +#> 1610   VR2W-107823     -5.691883     56.49690             25
    +#> 1611   VR2W-107823     -5.691883     56.49690             25
    +#> 1612   VR2W-107823     -5.691883     56.49690             25
    +#> 1613   VR2W-107823     -5.691883     56.49690             25
    +#> 1614   VR2W-107823     -5.691883     56.49690             25
    +#> 1615   VR2W-107823     -5.691883     56.49690             25
    +#> 1616   VR2W-107823     -5.691883     56.49690             25
    +#> 1617   VR2W-107823     -5.691883     56.49690             25
    +#> 1618   VR2W-107823     -5.691883     56.49690             25
    +#> 1619   VR2W-107823     -5.691883     56.49690             25
    +#> 1620   VR2W-107823     -5.691883     56.49690             25
    +#> 1621   VR2W-107823     -5.691883     56.49690             25
    +#> 1622   VR2W-107823     -5.691883     56.49690             25
    +#> 1623   VR2W-107823     -5.691883     56.49690             25
    +#> 1624   VR2W-107823     -5.691883     56.49690             25
    +#> 1625   VR2W-107823     -5.691883     56.49690             25
    +#> 1626   VR2W-107823     -5.691883     56.49690             25
    +#> 1627   VR2W-107823     -5.691883     56.49690             25
    +#> 1628   VR2W-107823     -5.691883     56.49690             25
    +#> 1629   VR2W-107823     -5.691883     56.49690             25
    +#> 1630   VR2W-107823     -5.691883     56.49690             25
    +#> 1631   VR2W-107823     -5.691883     56.49690             25
    +#> 1632   VR2W-107823     -5.691883     56.49690             25
    +#> 1633   VR2W-107823     -5.691883     56.49690             25
    +#> 1634   VR2W-107823     -5.691883     56.49690             25
    +#> 1635   VR2W-107823     -5.691883     56.49690             25
    +#> 1636   VR2W-107823     -5.691883     56.49690             25
    +#> 1637   VR2W-107823     -5.691883     56.49690             25
    +#> 1638   VR2W-107823     -5.691883     56.49690             25
    +#> 1639   VR2W-107823     -5.691883     56.49690             25
    +#> 1640   VR2W-107823     -5.691883     56.49690             25
    +#> 1641   VR2W-107823     -5.691883     56.49690             25
    +#> 1642   VR2W-107823     -5.691883     56.49690             25
    +#> 1643   VR2W-107823     -5.691883     56.49690             25
    +#> 1644   VR2W-107823     -5.691883     56.49690             25
    +#> 1645   VR2W-107823     -5.691883     56.49690             25
    +#> 1646   VR2W-107823     -5.691883     56.49690             25
    +#> 1647   VR2W-107823     -5.691883     56.49690             25
    +#> 1648   VR2W-107823     -5.691883     56.49690             25
    +#> 1649   VR2W-107823     -5.691883     56.49690             25
    +#> 1650   VR2W-107823     -5.691883     56.49690             25
    +#> 1651   VR2W-107823     -5.691883     56.49690             25
    +#> 1652   VR2W-107823     -5.691883     56.49690             25
    +#> 1653   VR2W-107823     -5.691883     56.49690             25
    +#> 1654   VR2W-107823     -5.691883     56.49690             25
    +#> 1655   VR2W-107823     -5.691883     56.49690             25
    +#> 1656   VR2W-107823     -5.691883     56.49690             25
    +#> 1657   VR2W-107823     -5.691883     56.49690             25
    +#> 1658   VR2W-107823     -5.691883     56.49690             25
    +#> 1659   VR2W-107823     -5.691883     56.49690             25
    +#> 1660   VR2W-107823     -5.691883     56.49690             25
    +#> 1661   VR2W-107823     -5.691883     56.49690             25
    +#> 1662   VR2W-107823     -5.691883     56.49690             25
    +#> 1663   VR2W-107823     -5.691883     56.49690             25
    +#> 1664   VR2W-107823     -5.691883     56.49690             25
    +#> 1665   VR2W-107823     -5.691883     56.49690             25
    +#> 1666   VR2W-107823     -5.691883     56.49690             25
    +#> 1667   VR2W-107823     -5.691883     56.49690             25
    +#> 1668   VR2W-107823     -5.691883     56.49690             25
    +#> 1669   VR2W-107823     -5.691883     56.49690             25
    +#> 1670   VR2W-107823     -5.691883     56.49690             25
    +#> 1671   VR2W-107823     -5.691883     56.49690             25
    +#> 1672   VR2W-107823     -5.691883     56.49690             25
    +#> 1673   VR2W-107823     -5.691883     56.49690             25
    +#> 1674   VR2W-107823     -5.691883     56.49690             25
    +#> 1675   VR2W-107823     -5.691883     56.49690             25
    +#> 1676   VR2W-107823     -5.691883     56.49690             25
    +#> 1677   VR2W-107823     -5.691883     56.49690             25
    +#> 1678   VR2W-107823     -5.691883     56.49690             25
    +#> 1679   VR2W-107823     -5.691883     56.49690             25
    +#> 1680   VR2W-107823     -5.691883     56.49690             25
    +#> 1681   VR2W-107823     -5.691883     56.49690             25
    +#> 1682   VR2W-107823     -5.691883     56.49690             25
    +#> 1683   VR2W-107823     -5.691883     56.49690             25
    +#> 1684   VR2W-107823     -5.691883     56.49690             25
    +#> 1685   VR2W-107823     -5.691883     56.49690             25
    +#> 1686   VR2W-107823     -5.691883     56.49690             25
    +#> 1687   VR2W-107823     -5.691883     56.49690             25
    +#> 1688   VR2W-107823     -5.691883     56.49690             25
    +#> 1689   VR2W-107823     -5.691883     56.49690             25
    +#> 1690   VR2W-107823     -5.691883     56.49690             25
    +#> 1691   VR2W-107823     -5.691883     56.49690             25
    +#> 1692   VR2W-107823     -5.691883     56.49690             25
    +#> 1693   VR2W-107823     -5.691883     56.49690             25
    +#> 1694   VR2W-107823     -5.691883     56.49690             25
    +#> 1695   VR2W-107823     -5.691883     56.49690             25
    +#> 1696   VR2W-107823     -5.691883     56.49690             25
    +#> 1697   VR2W-107823     -5.691883     56.49690             25
    +#> 1698   VR2W-107823     -5.691883     56.49690             25
    +#> 1699   VR2W-107823     -5.691883     56.49690             25
    +#> 1700   VR2W-107823     -5.691883     56.49690             25
    +#> 1701   VR2W-107823     -5.691883     56.49690             25
    +#> 1702   VR2W-107823     -5.691883     56.49690             25
    +#> 1703   VR2W-107823     -5.691883     56.49690             25
    +#> 1704   VR2W-107823     -5.691883     56.49690             25
    +#> 1705   VR2W-107823     -5.691883     56.49690             25
    +#> 1706   VR2W-107823     -5.691883     56.49690             25
    +#> 1707   VR2W-107823     -5.691883     56.49690             25
    +#> 1708   VR2W-107823     -5.691883     56.49690             25
    +#> 1709   VR2W-107823     -5.691883     56.49690             25
    +#> 1710   VR2W-107823     -5.691883     56.49690             25
    +#> 1711   VR2W-107823     -5.691883     56.49690             25
    +#> 1712   VR2W-107823     -5.691883     56.49690             25
    +#> 1713   VR2W-107823     -5.691883     56.49690             25
    +#> 1714   VR2W-107823     -5.691883     56.49690             25
    +#> 1715   VR2W-107823     -5.691883     56.49690             25
    +#> 1716   VR2W-107823     -5.691883     56.49690             25
    +#> 1717   VR2W-107823     -5.691883     56.49690             25
    +#> 1718   VR2W-107823     -5.691883     56.49690             25
    +#> 1719   VR2W-107823     -5.691883     56.49690             25
    +#> 1720   VR2W-107823     -5.691883     56.49690             25
    +#> 1721   VR2W-107823     -5.691883     56.49690             25
    +#> 1722   VR2W-107823     -5.691883     56.49690             25
    +#> 1723   VR2W-107823     -5.691883     56.49690             25
    +#> 1724   VR2W-107823     -5.691883     56.49690             25
    +#> 1725   VR2W-107823     -5.691883     56.49690             25
    +#> 1726   VR2W-107823     -5.691883     56.49690             25
    +#> 1727   VR2W-107823     -5.691883     56.49690             25
    +#> 1728   VR2W-107823     -5.691883     56.49690             25
    +#> 1729   VR2W-107823     -5.691883     56.49690             25
    +#> 1730   VR2W-107823     -5.691883     56.49690             25
    +#> 1731   VR2W-107823     -5.691883     56.49690             25
    +#> 1732   VR2W-107823     -5.691883     56.49690             25
    +#> 1733   VR2W-107823     -5.691883     56.49690             25
    +#> 1734   VR2W-107823     -5.691883     56.49690             25
    +#> 1735   VR2W-107823     -5.691883     56.49690             25
    +#> 1736   VR2W-107823     -5.691883     56.49690             25
    +#> 1737   VR2W-107823     -5.691883     56.49690             25
    +#> 1738   VR2W-107823     -5.691883     56.49690             25
    +#> 1739   VR2W-107823     -5.691883     56.49690             25
    +#> 1740   VR2W-107823     -5.691883     56.49690             25
    +#> 1741   VR2W-107823     -5.691883     56.49690             25
    +#> 1742   VR2W-107823     -5.691883     56.49690             25
    +#> 1743   VR2W-107823     -5.691883     56.49690             25
    +#> 1744   VR2W-107823     -5.691883     56.49690             25
    +#> 1745   VR2W-107823     -5.691883     56.49690             25
    +#> 1746   VR2W-107823     -5.691883     56.49690             25
    +#> 1747   VR2W-107823     -5.691883     56.49690             25
    +#> 1748   VR2W-107823     -5.691883     56.49690             25
    +#> 1749   VR2W-107823     -5.691883     56.49690             25
    +#> 1750   VR2W-107823     -5.691883     56.49690             25
    +#> 1751   VR2W-107823     -5.691883     56.49690             25
    +#> 1752   VR2W-107823     -5.691883     56.49690             25
    +#> 1753   VR2W-107823     -5.691883     56.49690             25
    +#> 1754   VR2W-107823     -5.691883     56.49690             25
    +#> 1755   VR2W-107823     -5.691883     56.49690             25
    +#> 1756   VR2W-107823     -5.691883     56.49690             25
    +#> 1757   VR2W-107823     -5.691883     56.49690             25
    +#> 1758   VR2W-107823     -5.691883     56.49690             25
    +#> 1759   VR2W-107823     -5.691883     56.49690             25
    +#> 1760   VR2W-107823     -5.691883     56.49690             25
    +#> 1761   VR2W-107823     -5.691883     56.49690             25
    +#> 1762   VR2W-107823     -5.691883     56.49690             25
    +#> 1763   VR2W-107823     -5.691883     56.49690             25
    +#> 1764   VR2W-107823     -5.691883     56.49690             25
    +#> 1765   VR2W-107823     -5.691883     56.49690             25
    +#> 1766   VR2W-107823     -5.691883     56.49690             25
    +#> 1767   VR2W-107823     -5.691883     56.49690             25
    +#> 1768   VR2W-107823     -5.691883     56.49690             25
    +#> 1769   VR2W-107823     -5.691883     56.49690             25
    +#> 1770   VR2W-107823     -5.691883     56.49690             25
    +#> 1771   VR2W-107823     -5.691883     56.49690             25
    +#> 1772   VR2W-107823     -5.691883     56.49690             25
    +#> 1773   VR2W-107823     -5.691883     56.49690             25
    +#> 1774   VR2W-107823     -5.691883     56.49690             25
    +#> 1775   VR2W-107823     -5.691883     56.49690             25
    +#> 1776   VR2W-107823     -5.691883     56.49690             25
    +#> 1777   VR2W-107823     -5.691883     56.49690             25
    +#> 1778   VR2W-107823     -5.691883     56.49690             25
    +#> 1779   VR2W-107823     -5.691883     56.49690             25
    +#> 1780   VR2W-107823     -5.691883     56.49690             25
    +#> 1781   VR2W-107823     -5.691883     56.49690             25
    +#> 1782   VR2W-107823     -5.691883     56.49690             25
    +#> 1783   VR2W-107823     -5.691883     56.49690             25
    +#> 1784   VR2W-107823     -5.691883     56.49690             25
    +#> 1785   VR2W-107823     -5.691883     56.49690             25
    +#> 1786   VR2W-107823     -5.691883     56.49690             25
    +#> 1787   VR2W-107823     -5.691883     56.49690             25
    +#> 1788   VR2W-107823     -5.691883     56.49690             25
    +#> 1789   VR2W-107823     -5.691883     56.49690             25
    +#> 1790   VR2W-107823     -5.691883     56.49690             25
    +#> 1791   VR2W-107823     -5.691883     56.49690             25
    +#> 1792   VR2W-107823     -5.691883     56.49690             25
    +#> 1793   VR2W-107823     -5.691883     56.49690             25
    +#> 1794   VR2W-107823     -5.691883     56.49690             25
    +#> 1795   VR2W-107823     -5.691883     56.49690             25
    +#> 1796   VR2W-107823     -5.691883     56.49690             25
    +#> 1797   VR2W-107823     -5.691883     56.49690             25
    +#> 1798   VR2W-107823     -5.691883     56.49690             25
    +#> 1799   VR2W-107823     -5.691883     56.49690             25
    +#> 1800   VR2W-107823     -5.691883     56.49690             25
    +#> 1801   VR2W-107823     -5.691883     56.49690             25
    +#> 1802   VR2W-107823     -5.691883     56.49690             25
    +#> 1803   VR2W-107823     -5.691883     56.49690             25
    +#> 1804   VR2W-107823     -5.691883     56.49690             25
    +#> 1805   VR2W-107823     -5.691883     56.49690             25
    +#> 1806   VR2W-107823     -5.691883     56.49690             25
    +#> 1807   VR2W-107823     -5.691883     56.49690             25
    +#> 1808   VR2W-107823     -5.691883     56.49690             25
    +#> 1809   VR2W-107823     -5.691883     56.49690             25
    +#> 1810   VR2W-107823     -5.691883     56.49690             25
    +#> 1811   VR2W-107823     -5.691883     56.49690             25
    +#> 1812   VR2W-107823     -5.691883     56.49690             25
    +#> 1813   VR2W-107823     -5.691883     56.49690             25
    +#> 1814   VR2W-107823     -5.691883     56.49690             25
    +#> 1815   VR2W-107823     -5.691883     56.49690             25
    +#> 1816   VR2W-107823     -5.691883     56.49690             25
    +#> 1817   VR2W-107823     -5.691883     56.49690             25
    +#> 1818   VR2W-107823     -5.691883     56.49690             25
    +#> 1819   VR2W-107823     -5.691883     56.49690             25
    +#> 1820   VR2W-107823     -5.691883     56.49690             25
    +#> 1821   VR2W-107823     -5.691883     56.49690             25
    +#> 1822   VR2W-107823     -5.691883     56.49690             25
    +#> 1823   VR2W-107823     -5.691883     56.49690             25
    +#> 1824   VR2W-107823     -5.691883     56.49690             25
    +#> 1825   VR2W-107823     -5.691883     56.49690             25
    +#> 1826   VR2W-107823     -5.691883     56.49690             25
    +#> 1827   VR2W-107823     -5.691883     56.49690             25
    +#> 1828   VR2W-107823     -5.691883     56.49690             25
    +#> 1829   VR2W-107823     -5.691883     56.49690             25
    +#> 1830   VR2W-107823     -5.691883     56.49690             25
    +#> 1831   VR2W-107823     -5.691883     56.49690             25
    +#> 1832   VR2W-107823     -5.691883     56.49690             25
    +#> 1833   VR2W-107823     -5.691883     56.49690             25
    +#> 1834   VR2W-107823     -5.691883     56.49690             25
    +#> 1835   VR2W-107823     -5.691883     56.49690             25
    +#> 1836   VR2W-107823     -5.691883     56.49690             25
    +#> 1837   VR2W-107823     -5.691883     56.49690             25
    +#> 1838   VR2W-107823     -5.691883     56.49690             25
    +#> 1839   VR2W-107823     -5.691883     56.49690             25
    +#> 1840   VR2W-107823     -5.691883     56.49690             25
    +#> 1841   VR2W-107823     -5.691883     56.49690             25
    +#> 1842   VR2W-107823     -5.691883     56.49690             25
    +#> 1843   VR2W-107823     -5.691883     56.49690             25
    +#> 1844   VR2W-107823     -5.691883     56.49690             25
    +#> 1845   VR2W-107823     -5.691883     56.49690             25
    +#> 1846   VR2W-107823     -5.691883     56.49690             25
    +#> 1847   VR2W-107823     -5.691883     56.49690             25
    +#> 1848   VR2W-107823     -5.691883     56.49690             25
    +#> 1849   VR2W-107823     -5.691883     56.49690             25
    +#> 1850   VR2W-107823     -5.691883     56.49690             25
    +#> 1851   VR2W-107823     -5.691883     56.49690             25
    +#> 1852   VR2W-107823     -5.691883     56.49690             25
    +#> 1853   VR2W-107823     -5.691883     56.49690             25
    +#> 1854   VR2W-107823     -5.691883     56.49690             25
    +#> 1855   VR2W-107823     -5.691883     56.49690             25
    +#> 1856   VR2W-107823     -5.691883     56.49690             25
    +#> 1857   VR2W-107823     -5.691883     56.49690             25
    +#> 1858   VR2W-107823     -5.691883     56.49690             25
    +#> 1859   VR2W-107823     -5.691883     56.49690             25
    +#> 1860   VR2W-107823     -5.691883     56.49690             25
    +#> 1861   VR2W-107823     -5.691883     56.49690             25
    +#> 1862   VR2W-107823     -5.691883     56.49690             25
    +#> 1863   VR2W-107823     -5.691883     56.49690             25
    +#> 1864   VR2W-107823     -5.691883     56.49690             25
    +#> 1865   VR2W-107823     -5.691883     56.49690             25
    +#> 1866   VR2W-107823     -5.691883     56.49690             25
    +#> 1867   VR2W-107823     -5.691883     56.49690             25
    +#> 1868   VR2W-107823     -5.691883     56.49690             25
    +#> 1869   VR2W-107823     -5.691883     56.49690             25
    +#> 1870   VR2W-107823     -5.691883     56.49690             25
    +#> 1871   VR2W-107823     -5.691883     56.49690             25
    +#> 1872   VR2W-107823     -5.691883     56.49690             25
    +#> 1873   VR2W-107823     -5.691883     56.49690             25
    +#> 1874   VR2W-107823     -5.691883     56.49690             25
    +#> 1875   VR2W-107823     -5.691883     56.49690             25
    +#> 1876   VR2W-107823     -5.691883     56.49690             25
    +#> 1877   VR2W-107823     -5.691883     56.49690             25
    +#> 1878   VR2W-107823     -5.691883     56.49690             25
    +#> 1879   VR2W-107823     -5.691883     56.49690             25
    +#> 1880   VR2W-107823     -5.691883     56.49690             25
    +#> 1881   VR2W-107823     -5.691883     56.49690             25
    +#> 1882   VR2W-107823     -5.691883     56.49690             25
    +#> 1883   VR2W-107823     -5.691883     56.49690             25
    +#> 1884   VR2W-107823     -5.691883     56.49690             25
    +#> 1885   VR2W-107823     -5.691883     56.49690             25
    +#> 1886   VR2W-107823     -5.691883     56.49690             25
    +#> 1887   VR2W-107823     -5.691883     56.49690             25
    +#> 1888   VR2W-107823     -5.691883     56.49690             25
    +#> 1889   VR2W-107823     -5.691883     56.49690             25
    +#> 1890   VR2W-107823     -5.691883     56.49690             25
    +#> 1891   VR2W-107823     -5.691883     56.49690             25
    +#> 1892   VR2W-107823     -5.691883     56.49690             25
    +#> 1893   VR2W-107823     -5.691883     56.49690             25
    +#> 1894   VR2W-107823     -5.691883     56.49690             25
    +#> 1895   VR2W-107823     -5.691883     56.49690             25
    +#> 1896   VR2W-107823     -5.691883     56.49690             25
    +#> 1897   VR2W-107823     -5.691883     56.49690             25
    +#> 1898   VR2W-107823     -5.691883     56.49690             25
    +#> 1899   VR2W-107823     -5.691883     56.49690             25
    +#> 1900   VR2W-107823     -5.691883     56.49690             25
    +#> 1901   VR2W-107823     -5.691883     56.49690             25
    +#> 1902   VR2W-107823     -5.691883     56.49690             25
    +#> 1903   VR2W-107823     -5.691883     56.49690             25
    +#> 1904   VR2W-107823     -5.691883     56.49690             25
    +#> 1905   VR2W-107823     -5.691883     56.49690             25
    +#> 1906   VR2W-107823     -5.691883     56.49690             25
    +#> 1907   VR2W-107823     -5.691883     56.49690             25
    +#> 1908   VR2W-107823     -5.691883     56.49690             25
    +#> 1909   VR2W-107823     -5.691883     56.49690             25
    +#> 1910   VR2W-107823     -5.691883     56.49690             25
    +#> 1911   VR2W-107823     -5.691883     56.49690             25
    +#> 1912   VR2W-107823     -5.691883     56.49690             25
    +#> 1913   VR2W-107823     -5.691883     56.49690             25
    +#> 1914   VR2W-107823     -5.691883     56.49690             25
    +#> 1915   VR2W-107823     -5.691883     56.49690             25
    +#> 1916   VR2W-107823     -5.691883     56.49690             25
    +#> 1917   VR2W-107823     -5.691883     56.49690             25
    +#> 1918   VR2W-107823     -5.691883     56.49690             25
    +#> 1919   VR2W-107823     -5.691883     56.49690             25
    +#> 1920   VR2W-107823     -5.691883     56.49690             25
    +#> 1921   VR2W-107823     -5.691883     56.49690             25
    +#> 1922   VR2W-107823     -5.691883     56.49690             25
    +#> 1923   VR2W-107823     -5.691883     56.49690             25
    +#> 1924   VR2W-107823     -5.691883     56.49690             25
    +#> 1925   VR2W-107823     -5.691883     56.49690             25
    +#> 1926   VR2W-107823     -5.691883     56.49690             25
    +#> 1927   VR2W-107823     -5.691883     56.49690             25
    +#> 1928   VR2W-107823     -5.691883     56.49690             25
    +#> 1929   VR2W-107823     -5.691883     56.49690             25
    +#> 1930   VR2W-107823     -5.691883     56.49690             25
    +#> 1931   VR2W-107823     -5.691883     56.49690             25
    +#> 1932   VR2W-107823     -5.691883     56.49690             25
    +#> 1933   VR2W-107823     -5.691883     56.49690             25
    +#> 1934   VR2W-107823     -5.691883     56.49690             25
    +#> 1935   VR2W-107823     -5.691883     56.49690             25
    +#> 1936   VR2W-107823     -5.691883     56.49690             25
    +#> 1937   VR2W-107823     -5.691883     56.49690             25
    +#> 1938   VR2W-107823     -5.691883     56.49690             25
    +#> 1939   VR2W-107823     -5.691883     56.49690             25
    +#> 1940   VR2W-107823     -5.691883     56.49690             25
    +#> 1941   VR2W-107823     -5.691883     56.49690             25
    +#> 1942   VR2W-107823     -5.691883     56.49690             25
    +#> 1943   VR2W-107823     -5.691883     56.49690             25
    +#> 1944   VR2W-107823     -5.691883     56.49690             25
    +#> 1945   VR2W-107823     -5.691883     56.49690             25
    +#> 1946   VR2W-107823     -5.691883     56.49690             25
    +#> 1947   VR2W-107823     -5.691883     56.49690             25
    +#> 1948   VR2W-107823     -5.691883     56.49690             25
    +#> 1949   VR2W-107823     -5.691883     56.49690             25
    +#> 1950   VR2W-107823     -5.691883     56.49690             25
    +#> 1951   VR2W-107823     -5.691883     56.49690             25
    +#> 1952   VR2W-107823     -5.691883     56.49690             25
    +#> 1953   VR2W-107823     -5.691883     56.49690             25
    +#> 1954   VR2W-107823     -5.691883     56.49690             25
    +#> 1955   VR2W-107823     -5.691883     56.49690             25
    +#> 1956   VR2W-107823     -5.691883     56.49690             25
    +#> 1957   VR2W-107823     -5.691883     56.49690             25
    +#> 1958   VR2W-107823     -5.691883     56.49690             25
    +#> 1959   VR2W-107823     -5.691883     56.49690             25
    +#> 1960   VR2W-107823     -5.691883     56.49690             25
    +#> 1961   VR2W-107823     -5.691883     56.49690             25
    +#> 1962   VR2W-107823     -5.691883     56.49690             25
    +#> 1963   VR2W-107823     -5.691883     56.49690             25
    +#> 1964   VR2W-107823     -5.691883     56.49690             25
    +#> 1965   VR2W-107823     -5.691883     56.49690             25
    +#> 1966   VR2W-107823     -5.691883     56.49690             25
    +#> 1967   VR2W-107823     -5.691883     56.49690             25
    +#> 1968   VR2W-107823     -5.691883     56.49690             25
    +#> 1969   VR2W-107823     -5.691883     56.49690             25
    +#> 1970   VR2W-107823     -5.691883     56.49690             25
    +#> 1971   VR2W-107823     -5.691883     56.49690             25
    +#> 1972   VR2W-107823     -5.691883     56.49690             25
    +#> 1973   VR2W-107823     -5.691883     56.49690             25
    +#> 1974   VR2W-107823     -5.691883     56.49690             25
    +#> 1975   VR2W-107823     -5.691883     56.49690             25
    +#> 1976   VR2W-107823     -5.691883     56.49690             25
    +#> 1977   VR2W-107823     -5.691883     56.49690             25
    +#> 1978   VR2W-107823     -5.691883     56.49690             25
    +#> 1979   VR2W-107823     -5.691883     56.49690             25
    +#> 1980   VR2W-107823     -5.691883     56.49690             25
    +#> 1981   VR2W-107823     -5.691883     56.49690             25
    +#> 1982   VR2W-107823     -5.691883     56.49690             25
    +#> 1983   VR2W-107823     -5.691883     56.49690             25
    +#> 1984   VR2W-107823     -5.691883     56.49690             25
    +#> 1985   VR2W-107823     -5.691883     56.49690             25
    +#> 1986   VR2W-107823     -5.691883     56.49690             25
    +#> 1987   VR2W-107823     -5.691883     56.49690             25
    +#> 1988   VR2W-107823     -5.691883     56.49690             25
    +#> 1989   VR2W-107823     -5.691883     56.49690             25
    +#> 1990   VR2W-107823     -5.691883     56.49690             25
    +#> 1991   VR2W-107823     -5.691883     56.49690             25
    +#> 1992   VR2W-107823     -5.691883     56.49690             25
    +#> 1993   VR2W-107823     -5.691883     56.49690             25
    +#> 1994   VR2W-107823     -5.691883     56.49690             25
    +#> 1995   VR2W-107823     -5.691883     56.49690             25
    +#> 1996   VR2W-107823     -5.691883     56.49690             25
    +#> 1997   VR2W-107823     -5.691883     56.49690             25
    +#> 1998   VR2W-107823     -5.691883     56.49690             25
    +#> 1999   VR2W-107823     -5.691883     56.49690             25
    +#> 2000   VR2W-107823     -5.691883     56.49690             25
    +#> 2001   VR2W-107823     -5.691883     56.49690             25
    +#> 2002   VR2W-107823     -5.691883     56.49690             25
    +#> 2003   VR2W-107823     -5.691883     56.49690             25
    +#> 2004   VR2W-107823     -5.691883     56.49690             25
    +#> 2005   VR2W-107823     -5.691883     56.49690             25
    +#> 2006   VR2W-107823     -5.691883     56.49690             25
    +#> 2007   VR2W-107823     -5.691883     56.49690             25
    +#> 2008   VR2W-107823     -5.691883     56.49690             25
    +#> 2009   VR2W-107823     -5.691883     56.49690             25
    +#> 2010   VR2W-107823     -5.691883     56.49690             25
    +#> 2011   VR2W-107823     -5.691883     56.49690             25
    +#> 2012   VR2W-107823     -5.691883     56.49690             25
    +#> 2013   VR2W-107823     -5.691883     56.49690             25
    +#> 2014   VR2W-107823     -5.691883     56.49690             25
    +#> 2015   VR2W-107823     -5.691883     56.49690             25
    +#> 2016   VR2W-107823     -5.691883     56.49690             25
    +#> 2017   VR2W-107823     -5.691883     56.49690             25
    +#> 2018   VR2W-107823     -5.691883     56.49690             25
    +#> 2019   VR2W-107823     -5.691883     56.49690             25
    +#> 2020   VR2W-107823     -5.691883     56.49690             25
    +#> 2021   VR2W-107823     -5.691883     56.49690             25
    +#> 2022   VR2W-107823     -5.691883     56.49690             25
    +#> 2023   VR2W-107823     -5.691883     56.49690             25
    +#> 2024   VR2W-107823     -5.691883     56.49690             25
    +#> 2025   VR2W-107823     -5.691883     56.49690             25
    +#> 2026   VR2W-107823     -5.691883     56.49690             25
    +#> 2027   VR2W-107823     -5.691883     56.49690             25
    +#> 2028   VR2W-107823     -5.691883     56.49690             25
    +#> 2029   VR2W-107823     -5.691883     56.49690             25
    +#> 2030   VR2W-107823     -5.691883     56.49690             25
    +#> 2031   VR2W-107823     -5.691883     56.49690             25
    +#> 2032   VR2W-107823     -5.691883     56.49690             25
    +#> 2033   VR2W-107823     -5.691883     56.49690             25
    +#> 2034   VR2W-107823     -5.691883     56.49690             25
    +#> 2035   VR2W-107823     -5.691883     56.49690             25
    +#> 2036   VR2W-107823     -5.691883     56.49690             25
    +#> 2037   VR2W-107823     -5.691883     56.49690             25
    +#> 2038   VR2W-107823     -5.691883     56.49690             25
    +#> 2039   VR2W-107823     -5.691883     56.49690             25
    +#> 2040   VR2W-107823     -5.691883     56.49690             25
    +#> 2041   VR2W-107823     -5.691883     56.49690             25
    +#> 2042   VR2W-107823     -5.691883     56.49690             25
    +#> 2043   VR2W-107823     -5.691883     56.49690             25
    +#> 2044   VR2W-107823     -5.691883     56.49690             25
    +#> 2045   VR2W-107823     -5.691883     56.49690             25
    +#> 2046   VR2W-107823     -5.691883     56.49690             25
    +#> 2047   VR2W-107823     -5.691883     56.49690             25
    +#> 2048   VR2W-107823     -5.691883     56.49690             25
    +#> 2049   VR2W-107823     -5.691883     56.49690             25
    +#> 2050   VR2W-107823     -5.691883     56.49690             25
    +#> 2051   VR2W-107823     -5.691883     56.49690             25
    +#> 2052   VR2W-107823     -5.691883     56.49690             25
    +#> 2053   VR2W-107823     -5.691883     56.49690             25
    +#> 2054   VR2W-107823     -5.691883     56.49690             25
    +#> 2055   VR2W-107823     -5.691883     56.49690             25
    +#> 2056   VR2W-107823     -5.691883     56.49690             25
    +#> 2057   VR2W-107823     -5.691883     56.49690             25
    +#> 2058   VR2W-107823     -5.691883     56.49690             25
    +#> 2059   VR2W-107823     -5.691883     56.49690             25
    +#> 2060   VR2W-107823     -5.691883     56.49690             25
    +#> 2061   VR2W-107823     -5.691883     56.49690             25
    +#> 2062   VR2W-107823     -5.691883     56.49690             25
    +#> 2063   VR2W-107823     -5.691883     56.49690             25
    +#> 2064   VR2W-107823     -5.691883     56.49690             25
    +#> 2065   VR2W-107823     -5.691883     56.49690             25
    +#> 2066   VR2W-107823     -5.691883     56.49690             25
    +#> 2067   VR2W-107823     -5.691883     56.49690             25
    +#> 2068   VR2W-107823     -5.691883     56.49690             25
    +#> 2069   VR2W-107823     -5.691883     56.49690             25
    +#> 2070   VR2W-107823     -5.691883     56.49690             25
    +#> 2071   VR2W-107823     -5.691883     56.49690             25
    +#> 2072   VR2W-107823     -5.691883     56.49690             25
    +#> 2073   VR2W-107823     -5.691883     56.49690             25
    +#> 2074   VR2W-107823     -5.691883     56.49690             25
    +#> 2075   VR2W-107823     -5.691883     56.49690             25
    +#> 2076   VR2W-107823     -5.691883     56.49690             25
    +#> 2077   VR2W-107823     -5.691883     56.49690             25
    +#> 2078   VR2W-107823     -5.691883     56.49690             25
    +#> 2079   VR2W-107823     -5.691883     56.49690             25
    +#> 2080   VR2W-107823     -5.691883     56.49690             25
    +#> 2081   VR2W-107823     -5.691883     56.49690             25
    +#> 2082   VR2W-107823     -5.691883     56.49690             25
    +#> 2083   VR2W-107823     -5.691883     56.49690             25
    +#> 2084   VR2W-107823     -5.691883     56.49690             25
    +#> 2085   VR2W-107823     -5.691883     56.49690             25
    +#> 2086   VR2W-107823     -5.691883     56.49690             25
    +#> 2087   VR2W-107823     -5.691883     56.49690             25
    +#> 2088   VR2W-107823     -5.691883     56.49690             25
    +#> 2089   VR2W-107823     -5.691883     56.49690             25
    +#> 2090   VR2W-107823     -5.691883     56.49690             25
    +#> 2091   VR2W-107823     -5.691883     56.49690             25
    +#> 2092   VR2W-107823     -5.691883     56.49690             25
    +#> 2093   VR2W-107823     -5.691883     56.49690             25
    +#> 2094   VR2W-107823     -5.691883     56.49690             25
    +#> 2095   VR2W-107823     -5.691883     56.49690             25
    +#> 2096   VR2W-107823     -5.691883     56.49690             25
    +#> 2097   VR2W-107823     -5.691883     56.49690             25
    +#> 2098   VR2W-107823     -5.691883     56.49690             25
    +#> 2099   VR2W-107823     -5.691883     56.49690             25
    +#> 2100   VR2W-107823     -5.691883     56.49690             25
    +#> 2101   VR2W-107823     -5.691883     56.49690             25
    +#> 2102   VR2W-107823     -5.691883     56.49690             25
    +#> 2103   VR2W-107823     -5.691883     56.49690             25
    +#> 2104   VR2W-107823     -5.691883     56.49690             25
    +#> 2105   VR2W-107823     -5.691883     56.49690             25
    +#> 2106   VR2W-107823     -5.691883     56.49690             25
    +#> 2107   VR2W-107823     -5.691883     56.49690             25
    +#> 2108   VR2W-107823     -5.691883     56.49690             25
    +#> 2109   VR2W-107823     -5.691883     56.49690             25
    +#> 2110   VR2W-107823     -5.691883     56.49690             25
    +#> 2111   VR2W-107823     -5.691883     56.49690             25
    +#> 2112   VR2W-107823     -5.691883     56.49690             25
    +#> 2113   VR2W-107823     -5.691883     56.49690             25
    +#> 2114   VR2W-107823     -5.691883     56.49690             25
    +#> 2115   VR2W-107823     -5.691883     56.49690             25
    +#> 2116   VR2W-107823     -5.691883     56.49690             25
    +#> 2117   VR2W-107823     -5.691883     56.49690             25
    +#> 2118   VR2W-107823     -5.691883     56.49690             25
    +#> 2119   VR2W-107823     -5.691883     56.49690             25
    +#> 2120   VR2W-107823     -5.691883     56.49690             25
    +#> 2121   VR2W-107823     -5.691883     56.49690             25
    +#> 2122   VR2W-107823     -5.691883     56.49690             25
    +#> 2123   VR2W-107823     -5.691883     56.49690             25
    +#> 2124   VR2W-107823     -5.691883     56.49690             25
    +#> 2125   VR2W-107823     -5.691883     56.49690             25
    +#> 2126   VR2W-107823     -5.691883     56.49690             25
    +#> 2127   VR2W-107823     -5.691883     56.49690             25
    +#> 2128   VR2W-107823     -5.691883     56.49690             25
    +#> 2129   VR2W-107823     -5.691883     56.49690             25
    +#> 2130   VR2W-107823     -5.691883     56.49690             25
    +#> 2131   VR2W-107823     -5.691883     56.49690             25
    +#> 2132   VR2W-107823     -5.691883     56.49690             25
    +#> 2133   VR2W-107823     -5.691883     56.49690             25
    +#> 2134   VR2W-107823     -5.691883     56.49690             25
    +#> 2135   VR2W-107823     -5.691883     56.49690             25
    +#> 2136   VR2W-107823     -5.691883     56.49690             25
    +#> 2137   VR2W-107823     -5.691883     56.49690             25
    +#> 2138   VR2W-107823     -5.691883     56.49690             25
    +#> 2139   VR2W-107823     -5.691883     56.49690             25
    +#> 2140   VR2W-107823     -5.691883     56.49690             25
    +#> 2141   VR2W-107823     -5.691883     56.49690             25
    +#> 2142   VR2W-107823     -5.691883     56.49690             25
    +#> 2143   VR2W-107823     -5.691883     56.49690             25
    +#> 2144   VR2W-107823     -5.691883     56.49690             25
    +#> 2145   VR2W-107823     -5.691883     56.49690             25
    +#> 2146   VR2W-107823     -5.691883     56.49690             25
    +#> 2147   VR2W-107823     -5.691883     56.49690             25
    +#> 2148   VR2W-107823     -5.691883     56.49690             25
    +#> 2149   VR2W-107823     -5.691883     56.49690             25
    +#> 2150   VR2W-107823     -5.691883     56.49690             25
    +#> 2151   VR2W-107823     -5.691883     56.49690             25
    +#> 2152   VR2W-107823     -5.691883     56.49690             25
    +#> 2153   VR2W-107823     -5.691883     56.49690             25
    +#> 2154   VR2W-107823     -5.691883     56.49690             25
    +#> 2155   VR2W-107823     -5.691883     56.49690             25
    +#> 2156   VR2W-107823     -5.691883     56.49690             25
    +#> 2157   VR2W-107823     -5.691883     56.49690             25
    +#> 2158   VR2W-107823     -5.691883     56.49690             25
    +#> 2159   VR2W-107823     -5.691883     56.49690             25
    +#> 2160   VR2W-107823     -5.691883     56.49690             25
    +#> 2161   VR2W-107823     -5.691883     56.49690             25
    +#> 2162   VR2W-107823     -5.691883     56.49690             25
    +#> 2163   VR2W-107823     -5.691883     56.49690             25
    +#> 2164   VR2W-107823     -5.691883     56.49690             25
    +#> 2165   VR2W-107823     -5.691883     56.49690             25
    +#> 2166   VR2W-107823     -5.691883     56.49690             25
    +#> 2167   VR2W-107823     -5.691883     56.49690             25
    +#> 2168   VR2W-107823     -5.691883     56.49690             25
    +#> 2169   VR2W-107823     -5.691883     56.49690             25
    +#> 2170   VR2W-107823     -5.691883     56.49690             25
    +#> 2171   VR2W-107823     -5.691883     56.49690             25
    +#> 2172   VR2W-107823     -5.691883     56.49690             25
    +#> 2173   VR2W-107823     -5.691883     56.49690             25
    +#> 2174   VR2W-107823     -5.691883     56.49690             25
    +#> 2175   VR2W-107823     -5.691883     56.49690             25
    +#> 2176   VR2W-107823     -5.691883     56.49690             25
    +#> 2177   VR2W-107823     -5.691883     56.49690             25
    +#> 2178   VR2W-107823     -5.691883     56.49690             25
    +#> 2179   VR2W-107823     -5.691883     56.49690             25
    +#> 2180   VR2W-107823     -5.691883     56.49690             25
    +#> 2181   VR2W-107823     -5.691883     56.49690             25
    +#> 2182   VR2W-107823     -5.691883     56.49690             25
    +#> 2183   VR2W-107823     -5.691883     56.49690             25
    +#> 2184   VR2W-107823     -5.691883     56.49690             25
    +#> 2185   VR2W-107823     -5.691883     56.49690             25
    +#> 2186   VR2W-107823     -5.691883     56.49690             25
    +#> 2187   VR2W-107823     -5.691883     56.49690             25
    +#> 2188   VR2W-107823     -5.691883     56.49690             25
    +#> 2189   VR2W-107823     -5.691883     56.49690             25
    +#> 2190   VR2W-107823     -5.691883     56.49690             25
    +#> 2191   VR2W-107823     -5.691883     56.49690             25
    +#> 2192   VR2W-107823     -5.691883     56.49690             25
    +#> 2193   VR2W-107823     -5.691883     56.49690             25
    +#> 2194   VR2W-107823     -5.691883     56.49690             25
    +#> 2195   VR2W-107823     -5.691883     56.49690             25
    +#> 2196   VR2W-107823     -5.691883     56.49690             25
    +#> 2197   VR2W-107823     -5.691883     56.49690             25
    +#> 2198   VR2W-107823     -5.691883     56.49690             25
    +#> 2199   VR2W-107823     -5.691883     56.49690             25
    +#> 2200   VR2W-107823     -5.691883     56.49690             25
    +#> 2201   VR2W-107823     -5.691883     56.49690             25
    +#> 2202   VR2W-107823     -5.691883     56.49690             25
    +#> 2203   VR2W-107823     -5.691883     56.49690             25
    +#> 2204   VR2W-107823     -5.691883     56.49690             25
    +#> 2205   VR2W-107823     -5.691883     56.49690             25
    +#> 2206   VR2W-107823     -5.691883     56.49690             25
    +#> 2207   VR2W-107823     -5.691883     56.49690             25
    +#> 2208   VR2W-107823     -5.691883     56.49690             25
    +#> 2209   VR2W-107823     -5.691883     56.49690             25
    +#> 2210   VR2W-107823     -5.691883     56.49690             25
    +#> 2211   VR2W-107823     -5.691883     56.49690             25
    +#> 2212   VR2W-107823     -5.691883     56.49690             25
    +#> 2213   VR2W-107823     -5.691883     56.49690             25
    +#> 2214   VR2W-107823     -5.691883     56.49690             25
    +#> 2215   VR2W-107823     -5.691883     56.49690             25
    +#> 2216   VR2W-107823     -5.691883     56.49690             25
    +#> 2217   VR2W-107823     -5.691883     56.49690             25
    +#> 2218   VR2W-107823     -5.691883     56.49690             25
    +#> 2219   VR2W-107823     -5.691883     56.49690             25
    +#> 2220   VR2W-107823     -5.691883     56.49690             25
    +#> 2221   VR2W-107823     -5.691883     56.49690             25
    +#> 2222   VR2W-107823     -5.691883     56.49690             25
    +#> 2223   VR2W-107823     -5.691883     56.49690             25
    +#> 2224   VR2W-107823     -5.691883     56.49690             25
    +#> 2225   VR2W-107823     -5.691883     56.49690             25
    +#> 2226   VR2W-107823     -5.691883     56.49690             25
    +#> 2227   VR2W-107823     -5.691883     56.49690             25
    +#> 2228   VR2W-107823     -5.691883     56.49690             25
    +#> 2229   VR2W-107823     -5.691883     56.49690             25
    +#> 2230   VR2W-107823     -5.691883     56.49690             25
    +#> 2231   VR2W-107823     -5.691883     56.49690             25
    +#> 2232   VR2W-107823     -5.691883     56.49690             25
    +#> 2233   VR2W-107823     -5.691883     56.49690             25
    +#> 2234   VR2W-107823     -5.691883     56.49690             25
    +#> 2235   VR2W-107823     -5.691883     56.49690             25
    +#> 2236   VR2W-107823     -5.691883     56.49690             25
    +#> 2237   VR2W-107823     -5.691883     56.49690             25
    +#> 2238   VR2W-107823     -5.691883     56.49690             25
    +#> 2239   VR2W-107823     -5.691883     56.49690             25
    +#> 2240   VR2W-107823     -5.691883     56.49690             25
    +#> 2241   VR2W-107823     -5.691883     56.49690             25
    +#> 2242   VR2W-107823     -5.691883     56.49690             25
    +#> 2243   VR2W-107823     -5.691883     56.49690             25
    +#> 2244   VR2W-107823     -5.691883     56.49690             25
    +#> 2245   VR2W-107823     -5.691883     56.49690             25
    +#> 2246   VR2W-107823     -5.691883     56.49690             25
    +#> 2247   VR2W-107823     -5.691883     56.49690             25
    +#> 2248   VR2W-107823     -5.691883     56.49690             25
    +#> 2249   VR2W-107823     -5.691883     56.49690             25
    +#> 2250   VR2W-107823     -5.691883     56.49690             25
    +#> 2251   VR2W-107823     -5.691883     56.49690             25
    +#> 2252   VR2W-107823     -5.691883     56.49690             25
    +#> 2253   VR2W-107823     -5.691883     56.49690             25
    +#> 2254   VR2W-107823     -5.691883     56.49690             25
    +#> 2255   VR2W-107823     -5.691883     56.49690             25
    +#> 2256   VR2W-107823     -5.691883     56.49690             25
    +#> 2257   VR2W-107823     -5.691883     56.49690             25
    +#> 2258   VR2W-107823     -5.691883     56.49690             25
    +#> 2259   VR2W-107823     -5.691883     56.49690             25
    +#> 2260   VR2W-107823     -5.691883     56.49690             25
    +#> 2261   VR2W-107823     -5.691883     56.49690             25
    +#> 2262   VR2W-107823     -5.691883     56.49690             25
    +#> 2263   VR2W-107823     -5.691883     56.49690             25
    +#> 2264   VR2W-107823     -5.691883     56.49690             25
    +#> 2265   VR2W-107823     -5.691883     56.49690             25
    +#> 2266   VR2W-107823     -5.691883     56.49690             25
    +#> 2267   VR2W-107823     -5.691883     56.49690             25
    +#> 2268   VR2W-107823     -5.691883     56.49690             25
    +#> 2269   VR2W-107823     -5.691883     56.49690             25
    +#> 2270   VR2W-107823     -5.691883     56.49690             25
    +#> 2271   VR2W-107823     -5.691883     56.49690             25
    +#> 2272   VR2W-107823     -5.691883     56.49690             25
    +#> 2273   VR2W-107823     -5.691883     56.49690             25
    +#> 2274   VR2W-107823     -5.691883     56.49690             25
    +#> 2275   VR2W-107823     -5.691883     56.49690             25
    +#> 2276   VR2W-107823     -5.691883     56.49690             25
    +#> 2277   VR2W-107823     -5.691883     56.49690             25
    +#> 2278   VR2W-107823     -5.691883     56.49690             25
    +#> 2279   VR2W-107823     -5.691883     56.49690             25
    +#> 2280   VR2W-107823     -5.691883     56.49690             25
    +#> 2281   VR2W-107823     -5.691883     56.49690             25
    +#> 2282   VR2W-107823     -5.691883     56.49690             25
    +#> 2283   VR2W-107823     -5.691883     56.49690             25
    +#> 2284   VR2W-107823     -5.691883     56.49690             25
    +#> 2285   VR2W-107823     -5.691883     56.49690             25
    +#> 2286   VR2W-107823     -5.691883     56.49690             25
    +#> 2287   VR2W-107823     -5.691883     56.49690             25
    +#> 2288      VR2-5635     -5.606000     56.52018             50
    +#> 2289      VR2-5635     -5.606000     56.52018             50
    +#> 2290      VR2-5635     -5.606000     56.52018             50
    +#> 2291      VR2-5635     -5.606000     56.52018             50
    +#> 2292      VR2-5635     -5.606000     56.52018             50
    +#> 2293      VR2-5635     -5.606000     56.52018             50
    +#> 2294      VR2-5635     -5.606000     56.52018             50
    +#> 2295      VR2-5635     -5.606000     56.52018             50
    +#> 2296      VR2-5635     -5.606000     56.52018             50
    +#> 2297      VR2-6720     -5.627150     56.50808             50
    +#> 2298      VR2-6720     -5.627150     56.50808             50
    +#> 2299      VR2-6720     -5.627150     56.50808             50
    +#> 2300      VR2-6720     -5.627150     56.50808             50
    +#> 2301      VR2-6720     -5.627150     56.50808             50
    +#> 2302      VR2-6720     -5.627150     56.50808             50
    +#> 2303      VR2-6720     -5.627150     56.50808             50
    +#> 2304      VR2-6720     -5.627150     56.50808             50
    +#> 2305      VR2-6720     -5.627150     56.50808             50
    +#> 2306      VR2-6720     -5.627150     56.50808             50
    +#> 2307      VR2-6720     -5.627150     56.50808             50
    +#> 2308      VR2-6720     -5.627150     56.50808             50
    +#> 2309      VR2-6720     -5.627150     56.50808             50
    +#> 2310      VR2-6720     -5.627150     56.50808             50
    +#> 2311      VR2-6720     -5.627150     56.50808             50
    +#> 2312      VR2-6720     -5.627150     56.50808             50
    +#> 2313      VR2-6720     -5.627150     56.50808             50
    +#> 2314      VR2-6720     -5.627150     56.50808             50
    +#> 2315      VR2-6720     -5.627150     56.50808             50
    +#> 2316      VR2-6720     -5.627150     56.50808             50
    +#> 2317      VR2-6720     -5.627150     56.50808             50
    +#> 2318      VR2-6720     -5.627150     56.50808             50
    +#> 2319      VR2-6720     -5.627150     56.50808             50
    +#> 2320      VR2-6720     -5.627150     56.50808             50
    +#> 2321      VR2-6720     -5.627150     56.50808             50
    +#> 2322      VR2-6720     -5.627150     56.50808             50
    +#> 2323      VR2-6720     -5.627150     56.50808             50
    +#> 2324      VR2-6720     -5.627150     56.50808             50
    +#> 2325      VR2-6720     -5.627150     56.50808             50
    +#> 2326      VR2-6720     -5.627150     56.50808             50
    +#> 2327      VR2-6720     -5.627150     56.50808             50
    +#> 2328      VR2-6720     -5.627150     56.50808             50
    +#> 2329      VR2-6720     -5.627150     56.50808             50
    +#> 2330      VR2-6720     -5.627150     56.50808             50
    +#> 2331      VR2-6720     -5.627150     56.50808             50
    +#> 2332      VR2-6720     -5.627150     56.50808             50
    +#> 2333      VR2-6720     -5.627150     56.50808             50
    +#> 2334      VR2-6720     -5.627150     56.50808             50
    +#> 2335      VR2-6720     -5.627150     56.50808             50
    +#> 2336      VR2-6720     -5.627150     56.50808             50
    +#> 2337      VR2-6720     -5.627150     56.50808             50
    +#> 2338      VR2-6720     -5.627150     56.50808             50
    +#> 2339      VR2-6720     -5.627150     56.50808             50
    +#> 2340      VR2-6720     -5.627150     56.50808             50
    +#> 2341      VR2-6720     -5.627150     56.50808             50
    +#> 2342      VR2-6720     -5.627150     56.50808             50
    +#> 2343      VR2-6720     -5.627150     56.50808             50
    +#> 2344      VR2-6720     -5.627150     56.50808             50
    +#> 2345      VR2-6720     -5.627150     56.50808             50
    +#> 2346      VR2-6720     -5.627150     56.50808             50
    +#> 2347      VR2-6720     -5.627150     56.50808             50
    +#> 2348      VR2-6720     -5.627150     56.50808             50
    +#> 2349      VR2-6720     -5.627150     56.50808             50
    +#> 2350      VR2-6720     -5.627150     56.50808             50
    +#> 2351      VR2-6720     -5.627150     56.50808             50
    +#> 2352      VR2-6720     -5.627150     56.50808             50
    +#> 2353      VR2-6720     -5.627150     56.50808             50
    +#> 2354      VR2-6720     -5.627150     56.50808             50
    +#> 2355      VR2-6720     -5.627150     56.50808             50
    +#> 2356      VR2-6720     -5.627150     56.50808             50
    +#> 2357      VR2-6720     -5.627150     56.50808             50
    +#> 2358      VR2-6720     -5.627150     56.50808             50
    +#> 2359   VR2W-107823     -5.691883     56.49690             25
    +#> 2360   VR2W-107823     -5.691883     56.49690             25
    +#> 2361   VR2W-107823     -5.691883     56.49690             25
    +#> 2362   VR2W-107823     -5.691883     56.49690             25
    +#> 2363   VR2W-107823     -5.691883     56.49690             25
    +#> 2364   VR2W-107823     -5.691883     56.49690             25
    +#> 2365   VR2W-107823     -5.691883     56.49690             25
    +#> 2366   VR2W-107823     -5.691883     56.49690             25
    +#> 2367   VR2W-107823     -5.691883     56.49690             25
    +#> 2368   VR2W-107823     -5.691883     56.49690             25
    +#> 2369   VR2W-107823     -5.691883     56.49690             25
    +#> 2370   VR2W-107823     -5.691883     56.49690             25
    +#> 2371   VR2W-107823     -5.691883     56.49690             25
    +#> 2372   VR2W-107823     -5.691883     56.49690             25
    +#> 2373   VR2W-107823     -5.691883     56.49690             25
    +#> 2374   VR2W-107823     -5.691883     56.49690             25
    +#> 2375   VR2W-107823     -5.691883     56.49690             25
    +#> 2376   VR2W-107823     -5.691883     56.49690             25
    +#> 2377   VR2W-107823     -5.691883     56.49690             25
    +#> 2378   VR2W-107823     -5.691883     56.49690             25
    +#> 2379   VR2W-107823     -5.691883     56.49690             25
    +#> 2380   VR2W-107823     -5.691883     56.49690             25
    +#> 2381   VR2W-107823     -5.691883     56.49690             25
    +#> 2382   VR2W-107823     -5.691883     56.49690             25
    +#> 2383   VR2W-107823     -5.691883     56.49690             25
    +#> 2384   VR2W-107823     -5.691883     56.49690             25
    +#> 2385   VR2W-107823     -5.691883     56.49690             25
    +#> 2386   VR2W-107823     -5.691883     56.49690             25
    +#> 2387   VR2W-107823     -5.691883     56.49690             25
    +#> 2388   VR2W-107823     -5.691883     56.49690             25
    +#> 2389   VR2W-107823     -5.691883     56.49690             25
    +#> 2390   VR2W-107823     -5.691883     56.49690             25
    +#> 2391   VR2W-107823     -5.691883     56.49690             25
    +#> 2392   VR2W-107823     -5.691883     56.49690             25
    +#> 2393   VR2W-107823     -5.691883     56.49690             25
    +#> 2394   VR2W-107823     -5.691883     56.49690             25
    +#> 2395   VR2W-107823     -5.691883     56.49690             25
    +#> 2396   VR2W-107823     -5.691883     56.49690             25
    +#> 2397   VR2W-107823     -5.691883     56.49690             25
    +#> 2398   VR2W-107823     -5.691883     56.49690             25
    +#> 2399   VR2W-107823     -5.691883     56.49690             25
    +#> 2400   VR2W-107823     -5.691883     56.49690             25
    +#> 2401   VR2W-107823     -5.691883     56.49690             25
    +#> 2402   VR2W-107823     -5.691883     56.49690             25
    +#> 2403   VR2W-107823     -5.691883     56.49690             25
    +#> 2404   VR2W-107823     -5.691883     56.49690             25
    +#> 2405   VR2W-107823     -5.691883     56.49690             25
    +#> 2406   VR2W-107823     -5.691883     56.49690             25
    +#> 2407   VR2W-107823     -5.691883     56.49690             25
    +#> 2408   VR2W-107823     -5.691883     56.49690             25
    +#> 2409   VR2W-107823     -5.691883     56.49690             25
    +#> 2410   VR2W-107823     -5.691883     56.49690             25
    +#> 2411   VR2W-107823     -5.691883     56.49690             25
    +#> 2412   VR2W-107823     -5.691883     56.49690             25
    +#> 2413   VR2W-107823     -5.691883     56.49690             25
    +#> 2414   VR2W-107823     -5.691883     56.49690             25
    +#> 2415   VR2W-107823     -5.691883     56.49690             25
    +#> 2416   VR2W-107823     -5.691883     56.49690             25
    +#> 2417   VR2W-107823     -5.691883     56.49690             25
    +#> 2418   VR2W-107823     -5.691883     56.49690             25
    +#> 2419   VR2W-107823     -5.691883     56.49690             25
    +#> 2420   VR2W-107823     -5.691883     56.49690             25
    +#> 2421   VR2W-107823     -5.691883     56.49690             25
    +#> 2422   VR2W-107823     -5.691883     56.49690             25
    +#> 2423   VR2W-107823     -5.691883     56.49690             25
    +#> 2424   VR2W-107823     -5.691883     56.49690             25
    +#> 2425   VR2W-107823     -5.691883     56.49690             25
    +#> 2426   VR2W-107823     -5.691883     56.49690             25
    +#> 2427   VR2W-107823     -5.691883     56.49690             25
    +#> 2428   VR2W-107823     -5.691883     56.49690             25
    +#> 2429   VR2W-107823     -5.691883     56.49690             25
    +#> 2430   VR2W-107823     -5.691883     56.49690             25
    +#> 2431   VR2W-107823     -5.691883     56.49690             25
    +#> 2432   VR2W-107823     -5.691883     56.49690             25
    +#> 2433   VR2W-107823     -5.691883     56.49690             25
    +#> 2434   VR2W-107823     -5.691883     56.49690             25
    +#> 2435   VR2W-107823     -5.691883     56.49690             25
    +#> 2436   VR2W-107823     -5.691883     56.49690             25
    +#> 2437   VR2W-107823     -5.691883     56.49690             25
    +#> 2438   VR2W-107823     -5.691883     56.49690             25
    +#> 2439   VR2W-107823     -5.691883     56.49690             25
    +#> 2440   VR2W-107823     -5.691883     56.49690             25
    +#> 2441   VR2W-107823     -5.691883     56.49690             25
    +#> 2442   VR2W-107823     -5.691883     56.49690             25
    +#> 2443   VR2W-107823     -5.691883     56.49690             25
    +#> 2444   VR2W-107823     -5.691883     56.49690             25
    +#> 2445   VR2W-107823     -5.691883     56.49690             25
    +#> 2446   VR2W-107823     -5.691883     56.49690             25
    +#> 2447   VR2W-107823     -5.691883     56.49690             25
    +#> 2448   VR2W-107823     -5.691883     56.49690             25
    +#> 2449   VR2W-107823     -5.691883     56.49690             25
    +#> 2450   VR2W-107823     -5.691883     56.49690             25
    +#> 2451   VR2W-107823     -5.691883     56.49690             25
    +#> 2452   VR2W-107823     -5.691883     56.49690             25
    +#> 2453   VR2W-107823     -5.691883     56.49690             25
    +#> 2454   VR2W-107823     -5.691883     56.49690             25
    +#> 2455   VR2W-107823     -5.691883     56.49690             25
    +#> 2456   VR2W-107823     -5.691883     56.49690             25
    +#> 2457   VR2W-107823     -5.691883     56.49690             25
    +#> 2458   VR2W-107823     -5.691883     56.49690             25
    +#> 2459   VR2W-107823     -5.691883     56.49690             25
    +#> 2460   VR2W-107823     -5.691883     56.49690             25
    +#> 2461   VR2W-107823     -5.691883     56.49690             25
    +#> 2462   VR2W-107823     -5.691883     56.49690             25
    +#> 2463   VR2W-107823     -5.691883     56.49690             25
    +#> 2464   VR2W-107823     -5.691883     56.49690             25
    +#> 2465   VR2W-107823     -5.691883     56.49690             25
    +#> 2466   VR2W-107823     -5.691883     56.49690             25
    +#> 2467   VR2W-107823     -5.691883     56.49690             25
    +#> 2468   VR2W-107823     -5.691883     56.49690             25
    +#> 2469   VR2W-107823     -5.691883     56.49690             25
    +#> 2470   VR2W-107823     -5.691883     56.49690             25
    +#> 2471   VR2W-107823     -5.691883     56.49690             25
    +#> 2472   VR2W-107823     -5.691883     56.49690             25
    +#> 2473   VR2W-107823     -5.691883     56.49690             25
    +#> 2474   VR2W-107823     -5.691883     56.49690             25
    +#> 2475   VR2W-107823     -5.691883     56.49690             25
    +#> 2476   VR2W-107823     -5.691883     56.49690             25
    +#> 2477   VR2W-107823     -5.691883     56.49690             25
    +#> 2478   VR2W-107823     -5.691883     56.49690             25
    +#> 2479   VR2W-107823     -5.691883     56.49690             25
    +#> 2480   VR2W-113141     -5.755900     56.51000             50
    +#> 2481   VR2W-113141     -5.755900     56.51000             50
    +#> 2482   VR2W-113141     -5.755900     56.51000             50
    +#> 2483   VR2W-113141     -5.755900     56.51000             50
    +#> 2484   VR2W-113141     -5.755900     56.51000             50
    +#> 2485   VR2W-113141     -5.755900     56.51000             50
    +#> 2486   VR2W-113141     -5.755900     56.51000             50
    +#> 2487   VR2W-113141     -5.755900     56.51000             50
    +#> 2488   VR2W-113141     -5.755900     56.51000             50
    +#> 2489   VR2W-113141     -5.755900     56.51000             50
    +#> 2490   VR2W-113141     -5.755900     56.51000             50
    +#> 2491   VR2W-113141     -5.755900     56.51000             50
    +#> 2492   VR2W-113141     -5.755900     56.51000             50
    +#> 2493   VR2W-113141     -5.755900     56.51000             50
    +#> 2494   VR2W-113141     -5.755900     56.51000             50
    +#> 2495   VR2W-113141     -5.755900     56.51000             50
    +#> 2496   VR2W-113141     -5.755900     56.51000             50
    +#> 2497   VR2W-113141     -5.755900     56.51000             50
    +#> 2498   VR2W-113141     -5.755900     56.51000             50
    +#> 2499   VR2W-113141     -5.755900     56.51000             50
    +#> 2500   VR2W-113141     -5.755900     56.51000             50
    +#> 2501   VR2W-113141     -5.755900     56.51000             50
    +#> 2502   VR2W-113141     -5.755900     56.51000             50
    +#> 2503   VR2W-113141     -5.755900     56.51000             50
    +#> 2504   VR2W-113141     -5.755900     56.51000             50
    +#> 2505   VR2W-113141     -5.755900     56.51000             50
    +#> 2506   VR2W-113141     -5.755900     56.51000             50
    +#> 2507   VR2W-113141     -5.755900     56.51000             50
    +#> 2508   VR2W-113141     -5.755900     56.51000             50
    +#> 2509   VR2W-113141     -5.755900     56.51000             50
    +#> 2510   VR2W-113141     -5.755900     56.51000             50
    +#> 2511   VR2W-113141     -5.755900     56.51000             50
    +#> 2512   VR2W-113141     -5.755900     56.51000             50
    +#> 2513   VR2W-113141     -5.755900     56.51000             50
    +#> 2514   VR2W-113141     -5.755900     56.51000             50
    +#> 2515   VR2W-113141     -5.755900     56.51000             50
    +#> 2516   VR2W-113141     -5.755900     56.51000             50
    +#> 2517   VR2W-113141     -5.755900     56.51000             50
    +#> 2518   VR2W-113141     -5.755900     56.51000             50
    +#> 2519   VR2W-113141     -5.755900     56.51000             50
    +#> 2520   VR2W-113141     -5.755900     56.51000             50
    +#> 2521   VR2W-113141     -5.755900     56.51000             50
    +#> 2522   VR2W-113141     -5.755900     56.51000             50
    +#> 2523   VR2W-113141     -5.755900     56.51000             50
    +#> 2524   VR2W-113141     -5.755900     56.51000             50
    +#> 2525   VR2W-113141     -5.755900     56.51000             50
    +#> 2526   VR2W-113141     -5.755900     56.51000             50
    +#> 2527   VR2W-113141     -5.755900     56.51000             50
    +#> 2528   VR2W-113141     -5.755900     56.51000             50
    +#> 2529   VR2W-113141     -5.755900     56.51000             50
    +#> 2530   VR2W-113141     -5.755900     56.51000             50
    +#> 2531   VR2W-113141     -5.755900     56.51000             50
    +#> 2532   VR2W-113141     -5.755900     56.51000             50
    +#> 2533   VR2W-113141     -5.755900     56.51000             50
    +#> 2534   VR2W-113141     -5.755900     56.51000             50
    +#> 2535   VR2W-113141     -5.755900     56.51000             50
    +#> 2536   VR2W-113141     -5.755900     56.51000             50
    +#> 2537   VR2W-113141     -5.755900     56.51000             50
    +#> 2538   VR2W-113141     -5.755900     56.51000             50
    +#> 2539   VR2W-113141     -5.755900     56.51000             50
    +#> 2540   VR2W-113141     -5.755900     56.51000             50
    +#> 2541   VR2W-113141     -5.755900     56.51000             50
    +#> 2542   VR2W-113141     -5.755900     56.51000             50
    +#> 2543   VR2W-113141     -5.755900     56.51000             50
    +#> 2544   VR2W-113141     -5.755900     56.51000             50
    +#> 2545   VR2W-113141     -5.755900     56.51000             50
    +#> 2546   VR2W-113141     -5.755900     56.51000             50
    +#> 2547   VR2W-113141     -5.755900     56.51000             50
    +#> 2548   VR2W-113141     -5.755900     56.51000             50
    +#> 2549   VR2W-113141     -5.755900     56.51000             50
    +#> 2550   VR2W-113141     -5.755900     56.51000             50
    +#> 2551   VR2W-113141     -5.755900     56.51000             50
    +#> 2552   VR2W-113141     -5.755900     56.51000             50
    +#> 2553   VR2W-113141     -5.755900     56.51000             50
    +#> 2554   VR2W-113141     -5.755900     56.51000             50
    +#> 2555   VR2W-113141     -5.755900     56.51000             50
    +#> 2556   VR2W-113141     -5.755900     56.51000             50
    +#> 2557   VR2W-113141     -5.755900     56.51000             50
    +#> 2558   VR2W-113141     -5.755900     56.51000             50
    +#> 2559   VR2W-113141     -5.755900     56.51000             50
    +#> 2560   VR2W-113141     -5.755900     56.51000             50
    +#> 2561   VR2W-113141     -5.755900     56.51000             50
    +#> 2562   VR2W-113141     -5.755900     56.51000             50
    +#> 2563   VR2W-113141     -5.755900     56.51000             50
    +#> 2564   VR2W-113141     -5.755900     56.51000             50
    +#> 2565   VR2W-113141     -5.755900     56.51000             50
    +#> 2566   VR2W-113141     -5.755900     56.51000             50
    +#> 2567   VR2W-113141     -5.755900     56.51000             50
    +#> 2568   VR2W-113141     -5.755900     56.51000             50
    +#> 2569   VR2W-113141     -5.755900     56.51000             50
    +#> 2570   VR2W-113141     -5.755900     56.51000             50
    +#> 2571   VR2W-113141     -5.755900     56.51000             50
    +#> 2572   VR2W-113141     -5.755900     56.51000             50
    +#> 2573   VR2W-113141     -5.755900     56.51000             50
    +#> 2574   VR2W-113141     -5.755900     56.51000             50
    +#> 2575   VR2W-113141     -5.755900     56.51000             50
    +#> 2576   VR2W-113141     -5.755900     56.51000             50
    +#> 2577   VR2W-113141     -5.755900     56.51000             50
    +#> 2578   VR2W-113141     -5.755900     56.51000             50
    +#> 2579   VR2W-113141     -5.755900     56.51000             50
    +#> 2580   VR2W-113141     -5.755900     56.51000             50
    +#> 2581   VR2W-113141     -5.755900     56.51000             50
    +#> 2582   VR2W-113141     -5.755900     56.51000             50
    +#> 2583   VR2W-113141     -5.755900     56.51000             50
    +#> 2584   VR2W-113141     -5.755900     56.51000             50
    +#> 2585   VR2W-113141     -5.755900     56.51000             50
    +#> 2586   VR2W-113141     -5.755900     56.51000             50
    +#> 2587   VR2W-113141     -5.755900     56.51000             50
    +#> 2588   VR2W-113141     -5.755900     56.51000             50
    +#> 2589   VR2W-113141     -5.755900     56.51000             50
    +#> 2590   VR2W-113141     -5.755900     56.51000             50
    +#> 2591   VR2W-113141     -5.755900     56.51000             50
    +#> 2592   VR2W-113141     -5.755900     56.51000             50
    +#> 2593   VR2W-113141     -5.755900     56.51000             50
    +#> 2594   VR2W-113141     -5.755900     56.51000             50
    +#> 2595   VR2W-113141     -5.755900     56.51000             50
    +#> 2596   VR2W-113141     -5.755900     56.51000             50
    +#> 2597   VR2W-113141     -5.755900     56.51000             50
    +#> 2598   VR2W-113141     -5.755900     56.51000             50
    +#> 2599   VR2W-113141     -5.755900     56.51000             50
    +#> 2600   VR2W-113141     -5.755900     56.51000             50
    +#> 2601   VR2W-113141     -5.755900     56.51000             50
    +#> 2602   VR2W-113141     -5.755900     56.51000             50
    +#> 2603   VR2W-113141     -5.755900     56.51000             50
    +#> 2604   VR2W-113141     -5.755900     56.51000             50
    +#> 2605   VR2W-107823     -5.691883     56.49690             25
    +#> 2606   VR2W-107823     -5.691883     56.49690             25
    +#> 2607   VR2W-107823     -5.691883     56.49690             25
    +#> 2608   VR2W-107823     -5.691883     56.49690             25
    +#> 2609   VR2W-107823     -5.691883     56.49690             25
    +#> 2610   VR2W-107823     -5.691883     56.49690             25
    +#> 2611      VR2-6720     -5.627150     56.50808             50
    +#> 2612      VR2-6720     -5.627150     56.50808             50
    +#> 2613      VR2-6720     -5.627150     56.50808             50
    +#> 2614      VR2-6720     -5.627150     56.50808             50
    +#> 2615      VR2-6720     -5.627150     56.50808             50
    +#> 2616      VR2-6720     -5.627150     56.50808             50
    +#> 2617      VR2-6720     -5.627150     56.50808             50
    +#> 2618      VR2-6720     -5.627150     56.50808             50
    +#> 2619      VR2-6720     -5.627150     56.50808             50
    +#> 2620      VR2-6720     -5.627150     56.50808             50
    +#> 2621      VR2-6720     -5.627150     56.50808             50
    +#> 2622      VR2-6720     -5.627150     56.50808             50
    +#> 2623      VR2-6720     -5.627150     56.50808             50
    +#> 2624      VR2-6720     -5.627150     56.50808             50
    +#> 2625      VR2-6720     -5.627150     56.50808             50
    +#> 2626      VR2-6720     -5.627150     56.50808             50
    +#> 2627      VR2-6720     -5.627150     56.50808             50
    +#> 2628      VR2-6720     -5.627150     56.50808             50
    +#> 2629      VR2-6720     -5.627150     56.50808             50
    +#> 2630      VR2-6720     -5.627150     56.50808             50
    +#> 2631      VR2-6720     -5.627150     56.50808             50
    +#> 2632      VR2-6720     -5.627150     56.50808             50
    +#> 2633      VR2-6720     -5.627150     56.50808             50
    +#> 2634      VR2-6720     -5.627150     56.50808             50
    +#> 2635      VR2-6720     -5.627150     56.50808             50
    +#> 2636      VR2-6720     -5.627150     56.50808             50
    +#> 2637      VR2-6720     -5.627150     56.50808             50
    +#> 2638      VR2-6720     -5.627150     56.50808             50
    +#> 2639      VR2-6720     -5.627150     56.50808             50
    +#> 2640      VR2-6720     -5.627150     56.50808             50
    +#> 2641      VR2-6720     -5.627150     56.50808             50
    +#> 2642      VR2-6720     -5.627150     56.50808             50
    +#> 2643      VR2-6720     -5.627150     56.50808             50
    +#> 2644      VR2-6720     -5.627150     56.50808             50
    +#> 2645      VR2-6720     -5.627150     56.50808             50
    +#> 2646      VR2-6720     -5.627150     56.50808             50
    +#> 2647      VR2-6720     -5.627150     56.50808             50
    +#> 2648      VR2-6720     -5.627150     56.50808             50
    +#> 2649      VR2-6720     -5.627150     56.50808             50
    +#> 2650      VR2-6720     -5.627150     56.50808             50
    +#> 2651      VR2-6720     -5.627150     56.50808             50
    +#> 2652      VR2-6720     -5.627150     56.50808             50
    +#> 2653      VR2-6720     -5.627150     56.50808             50
    +#> 2654      VR2-6720     -5.627150     56.50808             50
    +#> 2655      VR2-6720     -5.627150     56.50808             50
    +#> 2656      VR2-6720     -5.627150     56.50808             50
    +#> 2657      VR2-6720     -5.627150     56.50808             50
    +#> 2658      VR2-6720     -5.627150     56.50808             50
    +#> 2659      VR2-6720     -5.627150     56.50808             50
    +#> 2660      VR2-6720     -5.627150     56.50808             50
    +#> 2661      VR2-6720     -5.627150     56.50808             50
    +#> 2662      VR2-6720     -5.627150     56.50808             50
    +#> 2663      VR2-6720     -5.627150     56.50808             50
    +#> 2664      VR2-6720     -5.627150     56.50808             50
    +#> 2665      VR2-6720     -5.627150     56.50808             50
    +#> 2666      VR2-6720     -5.627150     56.50808             50
    +#> 2667      VR2-6720     -5.627150     56.50808             50
    +#> 2668   VR2W-107823     -5.691883     56.49690             25
    +#> 2669   VR2W-107823     -5.691883     56.49690             25
    +#> 2670   VR2W-107823     -5.691883     56.49690             25
    +#> 2671   VR2W-107823     -5.691883     56.49690             25
    +#> 2672   VR2W-107823     -5.691883     56.49690             25
    +#> 2673   VR2W-107823     -5.691883     56.49690             25
    +#> 2674   VR2W-107823     -5.691883     56.49690             25
    +#> 2675   VR2W-107823     -5.691883     56.49690             25
    +#> 2676   VR2W-107823     -5.691883     56.49690             25
    +#> 2677   VR2W-107823     -5.691883     56.49690             25
    +#> 2678   VR2W-107823     -5.691883     56.49690             25
    +#> 2679   VR2W-107823     -5.691883     56.49690             25
    +#> 2680   VR2W-107823     -5.691883     56.49690             25
    +#> 2681   VR2W-107823     -5.691883     56.49690             25
    +#> 2682   VR2W-107823     -5.691883     56.49690             25
    +#> 2683   VR2W-107823     -5.691883     56.49690             25
    +#> 2684   VR2W-107823     -5.691883     56.49690             25
    +#> 2685   VR2W-107823     -5.691883     56.49690             25
    +#> 2686   VR2W-107823     -5.691883     56.49690             25
    +#> 2687   VR2W-107823     -5.691883     56.49690             25
    +#> 2688   VR2W-107823     -5.691883     56.49690             25
    +#> 2689   VR2W-107823     -5.691883     56.49690             25
    +#> 2690   VR2W-107823     -5.691883     56.49690             25
    +#> 2691   VR2W-107823     -5.691883     56.49690             25
    +#> 2692   VR2W-107823     -5.691883     56.49690             25
    +#> 2693   VR2W-107823     -5.691883     56.49690             25
    +#> 2694   VR2W-107823     -5.691883     56.49690             25
    +#> 2695   VR2W-107823     -5.691883     56.49690             25
    +#> 2696   VR2W-107823     -5.691883     56.49690             25
    +#> 2697   VR2W-107823     -5.691883     56.49690             25
    +#> 2698   VR2W-107823     -5.691883     56.49690             25
    +#> 2699   VR2W-107823     -5.691883     56.49690             25
    +#> 2700   VR2W-107823     -5.691883     56.49690             25
    +#> 2701   VR2W-107823     -5.691883     56.49690             25
    +#> 2702   VR2W-107823     -5.691883     56.49690             25
    +#> 2703   VR2W-107823     -5.691883     56.49690             25
    +#> 2704   VR2W-107823     -5.691883     56.49690             25
    +#> 2705   VR2W-107823     -5.691883     56.49690             25
    +#> 2706   VR2W-107823     -5.691883     56.49690             25
    +#> 2707   VR2W-107823     -5.691883     56.49690             25
    +#> 2708   VR2W-107823     -5.691883     56.49690             25
    +#> 2709   VR2W-107823     -5.691883     56.49690             25
    +#> 2710   VR2W-107823     -5.691883     56.49690             25
    +#> 2711   VR2W-107823     -5.691883     56.49690             25
    +#> 2712   VR2W-107823     -5.691883     56.49690             25
    +#> 2713   VR2W-107823     -5.691883     56.49690             25
    +#> 2714      VR2-6720     -5.627150     56.50808             50
    +#> 2715      VR2-6720     -5.627150     56.50808             50
    +#> 2716      VR2-6720     -5.627150     56.50808             50
    +#> 2717      VR2-6720     -5.627150     56.50808             50
    +#> 2718      VR2-6720     -5.627150     56.50808             50
    +#> 2719      VR2-6720     -5.627150     56.50808             50
    +#> 2720      VR2-6720     -5.627150     56.50808             50
    +#> 2721      VR2-6720     -5.627150     56.50808             50
    +#> 2722      VR2-6720     -5.627150     56.50808             50
    +#> 2723      VR2-6720     -5.627150     56.50808             50
    +#> 2724   VR2W-107823     -5.691883     56.49690             25
    +#> 2725   VR2W-107823     -5.691883     56.49690             25
    +#> 2726   VR2W-107823     -5.691883     56.49690             25
    +#> 2727   VR2W-107823     -5.691883     56.49690             25
    +#> 2728   VR2W-107823     -5.691883     56.49690             25
    +#> 2729   VR2W-107823     -5.691883     56.49690             25
    +#> 2730   VR2W-107823     -5.691883     56.49690             25
    +#> 2731   VR2W-107823     -5.691883     56.49690             25
    +#> 2732   VR2W-107823     -5.691883     56.49690             25
    +#> 2733   VR2W-107823     -5.691883     56.49690             25
    +#> 2734   VR2W-107823     -5.691883     56.49690             25
    +#> 2735   VR2W-107823     -5.691883     56.49690             25
    +#> 2736   VR2W-107823     -5.691883     56.49690             25
    +#> 2737   VR2W-107823     -5.691883     56.49690             25
    +#> 2738   VR2W-107823     -5.691883     56.49690             25
    +#> 2739   VR2W-107823     -5.691883     56.49690             25
    +#> 2740   VR2W-107823     -5.691883     56.49690             25
    +#> 2741   VR2W-107823     -5.691883     56.49690             25
    +#> 2742   VR2W-107823     -5.691883     56.49690             25
    +#> 2743   VR2W-107823     -5.691883     56.49690             25
    +#> 2744   VR2W-107823     -5.691883     56.49690             25
    +#> 2745   VR2W-107823     -5.691883     56.49690             25
    +#> 2746   VR2W-107823     -5.691883     56.49690             25
    +#> 2747   VR2W-107823     -5.691883     56.49690             25
    +#> 2748   VR2W-107823     -5.691883     56.49690             25
    +#> 2749   VR2W-107823     -5.691883     56.49690             25
    +#> 2750   VR2W-107823     -5.691883     56.49690             25
    +#> 2751   VR2W-107823     -5.691883     56.49690             25
    +#> 2752   VR2W-107823     -5.691883     56.49690             25
    +#> 2753   VR2W-107823     -5.691883     56.49690             25
    +#> 2754   VR2W-107823     -5.691883     56.49690             25
    +#> 2755   VR2W-107823     -5.691883     56.49690             25
    +#> 2756   VR2W-107823     -5.691883     56.49690             25
    +#> 2757   VR2W-107823     -5.691883     56.49690             25
    +#> 2758   VR2W-107823     -5.691883     56.49690             25
    +#> 2759   VR2W-107823     -5.691883     56.49690             25
    +#> 2760   VR2W-107823     -5.691883     56.49690             25
    +#> 2761   VR2W-107823     -5.691883     56.49690             25
    +#> 2762   VR2W-107823     -5.691883     56.49690             25
    +#> 2763   VR2W-107823     -5.691883     56.49690             25
    +#> 2764   VR2W-107823     -5.691883     56.49690             25
    +#> 2765   VR2W-107823     -5.691883     56.49690             25
    +#> 2766   VR2W-107823     -5.691883     56.49690             25
    +#> 2767   VR2W-107823     -5.691883     56.49690             25
    +#> 2768   VR2W-107823     -5.691883     56.49690             25
    +#> 2769   VR2W-107823     -5.691883     56.49690             25
    +#> 2770   VR2W-107823     -5.691883     56.49690             25
    +#> 2771   VR2W-107823     -5.691883     56.49690             25
    +#> 2772   VR2W-107823     -5.691883     56.49690             25
    +#> 2773   VR2W-107823     -5.691883     56.49690             25
    +#> 2774   VR2W-107823     -5.691883     56.49690             25
    +#> 2775   VR2W-107823     -5.691883     56.49690             25
    +#> 2776   VR2W-107823     -5.691883     56.49690             25
    +#> 2777      VR2-6720     -5.627150     56.50808             50
    +#> 2778      VR2-6720     -5.627150     56.50808             50
    +#> 2779      VR2-6720     -5.627150     56.50808             50
    +#> 2780      VR2-6720     -5.627150     56.50808             50
    +#> 2781      VR2-6720     -5.627150     56.50808             50
    +#> 2782      VR2-6720     -5.627150     56.50808             50
    +#> 2783      VR2-6720     -5.627150     56.50808             50
    +#> 2784      VR2-6720     -5.627150     56.50808             50
    +#> 2785      VR2-6720     -5.627150     56.50808             50
    +#> 2786      VR2-6720     -5.627150     56.50808             50
    +#> 2787      VR2-6720     -5.627150     56.50808             50
    +#> 2788      VR2-6720     -5.627150     56.50808             50
    +#> 2789      VR2-6720     -5.627150     56.50808             50
    +#> 2790      VR2-6720     -5.627150     56.50808             50
    +#> 2791      VR2-6720     -5.627150     56.50808             50
    +#> 2792      VR2-6720     -5.627150     56.50808             50
    +#> 2793      VR2-6720     -5.627150     56.50808             50
    +#> 2794      VR2-6720     -5.627150     56.50808             50
    +#> 2795      VR2-6720     -5.627150     56.50808             50
    +#> 2796      VR2-6720     -5.627150     56.50808             50
    +#> 2797      VR2-6720     -5.627150     56.50808             50
    +#> 2798      VR2-6720     -5.627150     56.50808             50
    +#> 2799  VR2AR-546136     -5.665000     56.48650            105
    +#> 2800  VR2AR-546136     -5.665000     56.48650            105
    +#> 2801  VR2AR-546136     -5.665000     56.48650            105
    +#> 2802  VR2AR-546136     -5.665000     56.48650            105
    +#> 2803  VR2AR-546136     -5.665000     56.48650            105
    +#> 2804  VR2AR-546136     -5.665000     56.48650            105
    +#> 2805  VR2AR-546136     -5.665000     56.48650            105
    +#> 2806  VR2AR-546136     -5.665000     56.48650            105
    +#> 2807  VR2AR-546136     -5.665000     56.48650            105
    +#> 2808  VR2AR-546136     -5.665000     56.48650            105
    +#> 2809  VR2AR-546136     -5.665000     56.48650            105
    +#> 2810  VR2AR-546136     -5.665000     56.48650            105
    +#> 2811  VR2AR-546136     -5.665000     56.48650            105
    +#> 2812  VR2AR-546136     -5.665000     56.48650            105
    +#> 2813  VR2AR-546136     -5.665000     56.48650            105
    +#> 2814  VR2AR-546136     -5.665000     56.48650            105
    +#> 2815  VR2AR-546136     -5.665000     56.48650            105
    +#> 2816  VR2AR-546136     -5.665000     56.48650            105
    +#> 2817  VR2AR-546136     -5.665000     56.48650            105
    +#> 2818  VR2AR-546136     -5.665000     56.48650            105
    +#> 2819  VR2AR-546136     -5.665000     56.48650            105
    +#> 2820  VR2AR-546136     -5.665000     56.48650            105
    +#> 2821  VR2AR-546136     -5.665000     56.48650            105
    +#> 2822  VR2AR-546136     -5.665000     56.48650            105
    +#> 2823  VR2AR-546136     -5.665000     56.48650            105
    +#> 2824  VR2AR-546136     -5.665000     56.48650            105
    +#> 2825  VR2AR-546136     -5.665000     56.48650            105
    +#> 2826  VR2AR-546136     -5.665000     56.48650            105
    +#> 2827  VR2AR-546136     -5.665000     56.48650            105
    +#> 2828  VR2AR-546136     -5.665000     56.48650            105
    +#> 2829  VR2AR-546136     -5.665000     56.48650            105
    +#> 2830  VR2AR-546136     -5.665000     56.48650            105
    +#> 2831   VR2W-107823     -5.691883     56.49690             25
    +#> 2832   VR2W-107823     -5.691883     56.49690             25
    +#> 2833   VR2W-107823     -5.691883     56.49690             25
    +#> 2834   VR2W-107823     -5.691883     56.49690             25
    +#> 2835   VR2W-107823     -5.691883     56.49690             25
    +#> 2836   VR2W-107823     -5.691883     56.49690             25
    +#> 2837   VR2W-107823     -5.691883     56.49690             25
    +#> 2838   VR2W-107823     -5.691883     56.49690             25
    +#> 2839   VR2W-107823     -5.691883     56.49690             25
    +#> 2840   VR2W-107823     -5.691883     56.49690             25
    +#> 2841   VR2W-107823     -5.691883     56.49690             25
    +#> 2842   VR2W-107823     -5.691883     56.49690             25
    +#> 2843   VR2W-107823     -5.691883     56.49690             25
    +#> 2844   VR2W-107823     -5.691883     56.49690             25
    +#> 2845   VR2W-107823     -5.691883     56.49690             25
    +#> 2846   VR2W-107823     -5.691883     56.49690             25
    +#> 2847   VR2W-107823     -5.691883     56.49690             25
    +#> 2848   VR2W-107823     -5.691883     56.49690             25
    +#> 2849   VR2W-107823     -5.691883     56.49690             25
    +#> 2850   VR2W-107823     -5.691883     56.49690             25
    +#> 2851   VR2W-107823     -5.691883     56.49690             25
    +#> 2852   VR2W-107823     -5.691883     56.49690             25
    +#> 2853   VR2W-107823     -5.691883     56.49690             25
    +#> 2854   VR2W-107823     -5.691883     56.49690             25
    +#> 2855   VR2W-107823     -5.691883     56.49690             25
    +#> 2856   VR2W-107823     -5.691883     56.49690             25
    +#> 2857   VR2W-107823     -5.691883     56.49690             25
    +#> 2858   VR2W-107823     -5.691883     56.49690             25
    +#> 2859   VR2W-108160     -5.704867     56.48890             25
    +#> 2860   VR2W-108160     -5.704867     56.48890             25
    +#> 2861   VR2W-108160     -5.704867     56.48890             25
    +#> 2862   VR2W-108160     -5.704867     56.48890             25
    +#> 2863   VR2W-108160     -5.704867     56.48890             25
    +#> 2864   VR2W-108160     -5.704867     56.48890             25
    +#> 2865   VR2W-108160     -5.704867     56.48890             25
    +#> 2866   VR2W-108160     -5.704867     56.48890             25
    +#> 2867   VR2W-108160     -5.704867     56.48890             25
    +#> 2868   VR2W-108160     -5.704867     56.48890             25
    +#> 2869   VR2W-108160     -5.704867     56.48890             25
    +#> 2870   VR2W-108160     -5.704867     56.48890             25
    +#> 2871   VR2W-108160     -5.704867     56.48890             25
    +#> 2872   VR2W-108160     -5.704867     56.48890             25
    +#> 2873   VR2W-108160     -5.704867     56.48890             25
    +#> 2874   VR2W-108160     -5.704867     56.48890             25
    +#> 2875   VR2W-108160     -5.704867     56.48890             25
    +#> 2876   VR2W-108160     -5.704867     56.48890             25
    +#> 2877   VR2W-108160     -5.704867     56.48890             25
    +#> 2878   VR2W-113141     -5.755900     56.51000             50
    +#> 2879   VR2W-113141     -5.755900     56.51000             50
    +#> 2880   VR2W-113141     -5.755900     56.51000             50
    +#> 2881   VR2W-113141     -5.755900     56.51000             50
    +#> 2882   VR2W-113141     -5.755900     56.51000             50
    +#> 2883   VR2W-113141     -5.755900     56.51000             50
    +#> 2884   VR2W-113141     -5.755900     56.51000             50
    +#> 2885   VR2W-113141     -5.755900     56.51000             50
    +#> 2886   VR2W-113141     -5.755900     56.51000             50
    +#> 2887   VR2W-113141     -5.755900     56.51000             50
    +#> 2888   VR2W-113141     -5.755900     56.51000             50
    +#> 2889   VR2W-113141     -5.755900     56.51000             50
    +#> 2890   VR2W-113141     -5.755900     56.51000             50
    +#> 2891   VR2W-113141     -5.755900     56.51000             50
    +#> 2892   VR2W-113141     -5.755900     56.51000             50
    +#> 2893   VR2W-113141     -5.755900     56.51000             50
    +#> 2894   VR2W-113141     -5.755900     56.51000             50
    +#> 2895   VR2W-113141     -5.755900     56.51000             50
    +#> 2896   VR2W-113141     -5.755900     56.51000             50
    +#> 2897   VR2W-113141     -5.755900     56.51000             50
    +#> 2898   VR2W-113141     -5.755900     56.51000             50
    +#> 2899   VR2W-113141     -5.755900     56.51000             50
    +#> 2900   VR2W-113141     -5.755900     56.51000             50
    +#> 2901   VR2W-113141     -5.755900     56.51000             50
    +#> 2902   VR2W-113141     -5.755900     56.51000             50
    +#> 2903   VR2W-113141     -5.755900     56.51000             50
    +#> 2904   VR2W-113141     -5.755900     56.51000             50
    +#> 2905   VR2W-113141     -5.755900     56.51000             50
    +#> 2906   VR2W-113141     -5.755900     56.51000             50
    +#> 2907   VR2W-113141     -5.755900     56.51000             50
    +#> 2908   VR2W-113141     -5.755900     56.51000             50
    +#> 2909   VR2W-113141     -5.755900     56.51000             50
    +#> 2910   VR2W-113141     -5.755900     56.51000             50
    +#> 2911   VR2W-113141     -5.755900     56.51000             50
    +#> 2912   VR2W-113141     -5.755900     56.51000             50
    +#> 2913   VR2W-113141     -5.755900     56.51000             50
    +#> 2914   VR2W-113141     -5.755900     56.51000             50
    +#> 2915   VR2W-113141     -5.755900     56.51000             50
    +#> 2916   VR2W-113141     -5.755900     56.51000             50
    +#> 2917   VR2W-113141     -5.755900     56.51000             50
    +#> 2918   VR2W-113141     -5.755900     56.51000             50
    +#> 2919   VR2W-113141     -5.755900     56.51000             50
    +#> 2920   VR2W-113141     -5.755900     56.51000             50
    +#> 2921   VR2W-113141     -5.755900     56.51000             50
    +#> 2922   VR2W-113141     -5.755900     56.51000             50
    +#> 2923   VR2W-113141     -5.755900     56.51000             50
    +#> 2924   VR2W-113141     -5.755900     56.51000             50
    +#> 2925   VR2W-113141     -5.755900     56.51000             50
    +#> 2926   VR2W-113141     -5.755900     56.51000             50
    +#> 2927   VR2W-113141     -5.755900     56.51000             50
    +#> 2928   VR2W-113141     -5.755900     56.51000             50
    +#> 2929   VR2W-113141     -5.755900     56.51000             50
    +#> 2930   VR2W-113141     -5.755900     56.51000             50
    +#> 2931   VR2W-113141     -5.755900     56.51000             50
    +#> 2932   VR2W-113141     -5.755900     56.51000             50
    +#> 2933   VR2W-113141     -5.755900     56.51000             50
    +#> 2934   VR2W-113141     -5.755900     56.51000             50
    +#> 2935   VR2W-113141     -5.755900     56.51000             50
    +#> 2936   VR2W-113141     -5.755900     56.51000             50
    +#> 2937   VR2W-113141     -5.755900     56.51000             50
    +#> 2938   VR2W-113141     -5.755900     56.51000             50
    +#> 2939   VR2W-113141     -5.755900     56.51000             50
    +#> 2940   VR2W-113141     -5.755900     56.51000             50
    +#> 2941   VR2W-113141     -5.755900     56.51000             50
    +#> 2942   VR2W-113141     -5.755900     56.51000             50
    +#> 2943   VR2W-113141     -5.755900     56.51000             50
    +#> 2944   VR2W-113141     -5.755900     56.51000             50
    +#> 2945   VR2W-113141     -5.755900     56.51000             50
    +#> 2946   VR2W-113141     -5.755900     56.51000             50
    +#> 2947   VR2W-113141     -5.755900     56.51000             50
    +#> 2948   VR2W-113141     -5.755900     56.51000             50
    +#> 2949   VR2W-113141     -5.755900     56.51000             50
    +#> 2950   VR2W-113141     -5.755900     56.51000             50
    +#> 2951   VR2W-113141     -5.755900     56.51000             50
    +#> 2952   VR2W-113141     -5.755900     56.51000             50
    +#> 2953   VR2W-113141     -5.755900     56.51000             50
    +#> 2954   VR2W-113141     -5.755900     56.51000             50
    +#> 2955   VR2W-113141     -5.755900     56.51000             50
    +#> 2956   VR2W-113141     -5.755900     56.51000             50
    +#> 2957   VR2W-113141     -5.755900     56.51000             50
    +#> 2958   VR2W-113141     -5.755900     56.51000             50
    +#> 2959   VR2W-113141     -5.755900     56.51000             50
    +#> 2960   VR2W-113141     -5.755900     56.51000             50
    +#> 2961   VR2W-113141     -5.755900     56.51000             50
    +#> 2962   VR2W-113141     -5.755900     56.51000             50
    +#> 2963   VR2W-113141     -5.755900     56.51000             50
    +#> 2964   VR2W-113141     -5.755900     56.51000             50
    +#> 2965   VR2W-113141     -5.755900     56.51000             50
    +#> 2966   VR2W-113141     -5.755900     56.51000             50
    +#> 2967   VR2W-113141     -5.755900     56.51000             50
    +#> 2968   VR2W-113141     -5.755900     56.51000             50
    +#> 2969   VR2W-113141     -5.755900     56.51000             50
    +#> 2970   VR2W-113141     -5.755900     56.51000             50
    +#> 2971   VR2W-113141     -5.755900     56.51000             50
    +#> 2972   VR2W-113141     -5.755900     56.51000             50
    +#> 2973   VR2W-113141     -5.755900     56.51000             50
    +#> 2974   VR2W-113141     -5.755900     56.51000             50
    +#> 2975   VR2W-113141     -5.755900     56.51000             50
    +#> 2976   VR2W-113141     -5.755900     56.51000             50
    +#> 2977   VR2W-113141     -5.755900     56.51000             50
    +#> 2978   VR2W-113141     -5.755900     56.51000             50
    +#> 2979   VR2W-113141     -5.755900     56.51000             50
    +#> 2980   VR2W-113141     -5.755900     56.51000             50
    +#> 2981   VR2W-113141     -5.755900     56.51000             50
    +#> 2982   VR2W-113141     -5.755900     56.51000             50
    +#> 2983   VR2W-113141     -5.755900     56.51000             50
    +#> 2984   VR2W-113141     -5.755900     56.51000             50
    +#> 2985   VR2W-113141     -5.755900     56.51000             50
    +#> 2986   VR2W-113141     -5.755900     56.51000             50
    +#> 2987   VR2W-113141     -5.755900     56.51000             50
    +#> 2988   VR2W-113141     -5.755900     56.51000             50
    +#> 2989   VR2W-113141     -5.755900     56.51000             50
    +#> 2990   VR2W-113141     -5.755900     56.51000             50
    +#> 2991   VR2W-113141     -5.755900     56.51000             50
    +#> 2992   VR2W-113141     -5.755900     56.51000             50
    +#> 2993   VR2W-113141     -5.755900     56.51000             50
    +#> 2994   VR2W-113141     -5.755900     56.51000             50
    +#> 2995   VR2W-113141     -5.755900     56.51000             50
    +#> 2996   VR2W-113141     -5.755900     56.51000             50
    +#> 2997   VR2W-113141     -5.755900     56.51000             50
    +#> 2998   VR2W-113141     -5.755900     56.51000             50
    +#> 2999   VR2W-113141     -5.755900     56.51000             50
    +#> 3000   VR2W-113141     -5.755900     56.51000             50
    +#> 3001   VR2W-113141     -5.755900     56.51000             50
    +#> 3002   VR2W-113141     -5.755900     56.51000             50
    +#> 3003   VR2W-113141     -5.755900     56.51000             50
    +#> 3004   VR2W-113141     -5.755900     56.51000             50
    +#> 3005   VR2W-113141     -5.755900     56.51000             50
    +#> 3006   VR2W-113141     -5.755900     56.51000             50
    +#> 3007   VR2W-113141     -5.755900     56.51000             50
    +#> 3008   VR2W-113141     -5.755900     56.51000             50
    +#> 3009   VR2W-113141     -5.755900     56.51000             50
    +#> 3010   VR2W-113141     -5.755900     56.51000             50
    +#> 3011   VR2W-113141     -5.755900     56.51000             50
    +#> 3012   VR2W-113141     -5.755900     56.51000             50
    +#> 3013   VR2W-113141     -5.755900     56.51000             50
    +#> 3014   VR2W-113141     -5.755900     56.51000             50
    +#> 3015   VR2W-113141     -5.755900     56.51000             50
    +#> 3016   VR2W-113141     -5.755900     56.51000             50
    +#> 3017   VR2W-113141     -5.755900     56.51000             50
    +#> 3018   VR2W-113141     -5.755900     56.51000             50
    +#> 3019   VR2W-113141     -5.755900     56.51000             50
    +#> 3020   VR2W-113141     -5.755900     56.51000             50
    +#> 3021   VR2W-113141     -5.755900     56.51000             50
    +#> 3022   VR2W-113141     -5.755900     56.51000             50
    +#> 3023   VR2W-113141     -5.755900     56.51000             50
    +#> 3024   VR2W-107823     -5.691883     56.49690             25
    +#> 3025   VR2W-107823     -5.691883     56.49690             25
    +#> 3026   VR2W-107823     -5.691883     56.49690             25
    +#> 3027   VR2W-107823     -5.691883     56.49690             25
    +#> 3028   VR2W-107823     -5.691883     56.49690             25
    +#> 3029   VR2W-107823     -5.691883     56.49690             25
    +#> 3030   VR2W-107823     -5.691883     56.49690             25
    +#> 3031   VR2W-107823     -5.691883     56.49690             25
    +#> 3032   VR2W-107823     -5.691883     56.49690             25
    +#> 3033   VR2W-107823     -5.691883     56.49690             25
    +#> 3034   VR2W-107823     -5.691883     56.49690             25
    +#> 3035   VR2W-107823     -5.691883     56.49690             25
    +#> 3036  VR2AR-546136     -5.665000     56.48650            105
    +#> 3037  VR2AR-546136     -5.665000     56.48650            105
    +#> 3038  VR2AR-546136     -5.665000     56.48650            105
    +#> 3039  VR2AR-546136     -5.665000     56.48650            105
    +#> 3040  VR2AR-546136     -5.665000     56.48650            105
    +#> 3041  VR2AR-546136     -5.665000     56.48650            105
    +#> 3042  VR2AR-546136     -5.665000     56.48650            105
    +#> 3043  VR2AR-546136     -5.665000     56.48650            105
    +#> 3044  VR2AR-546136     -5.665000     56.48650            105
    +#> 3045  VR2AR-546136     -5.665000     56.48650            105
    +#> 3046  VR2AR-546136     -5.665000     56.48650            105
    +#> 3047  VR2AR-546136     -5.665000     56.48650            105
    +#> 3048  VR2AR-546136     -5.665000     56.48650            105
    +#> 3049  VR2AR-546136     -5.665000     56.48650            105
    +#> 3050  VR2AR-546136     -5.665000     56.48650            105
    +#> 3051  VR2AR-546136     -5.665000     56.48650            105
    +#> 3052  VR2AR-546136     -5.665000     56.48650            105
    +#> 3053  VR2AR-546136     -5.665000     56.48650            105
    +#> 3054  VR2AR-546136     -5.665000     56.48650            105
    +#> 3055  VR2AR-546136     -5.665000     56.48650            105
    +#> 3056  VR2AR-546136     -5.665000     56.48650            105
    +#> 3057  VR2AR-546136     -5.665000     56.48650            105
    +#> 3058  VR2AR-546136     -5.665000     56.48650            105
    +#> 3059  VR2AR-546136     -5.665000     56.48650            105
    +#> 3060  VR2AR-546136     -5.665000     56.48650            105
    +#> 3061  VR2AR-546136     -5.665000     56.48650            105
    +#> 3062  VR2AR-546136     -5.665000     56.48650            105
    +#> 3063  VR2AR-546136     -5.665000     56.48650            105
    +#> 3064  VR2AR-546136     -5.665000     56.48650            105
    +#> 3065   VR2W-108160     -5.704867     56.48890             25
    +#> 3066   VR2W-108160     -5.704867     56.48890             25
    +#> 3067   VR2W-113141     -5.755900     56.51000             50
    +#> 3068   VR2W-113141     -5.755900     56.51000             50
    +#> 3069   VR2W-113141     -5.755900     56.51000             50
    +#> 3070   VR2W-113141     -5.755900     56.51000             50
    +#> 3071   VR2W-113141     -5.755900     56.51000             50
    +#> 3072   VR2W-113141     -5.755900     56.51000             50
    +#> 3073   VR2W-113141     -5.755900     56.51000             50
    +#> 3074   VR2W-113141     -5.755900     56.51000             50
    +#> 3075   VR2W-113141     -5.755900     56.51000             50
    +#> 3076   VR2W-113141     -5.755900     56.51000             50
    +#> 3077   VR2W-113141     -5.755900     56.51000             50
    +#> 3078   VR2W-113141     -5.755900     56.51000             50
    +#> 3079   VR2W-113141     -5.755900     56.51000             50
    +#> 3080   VR2W-113141     -5.755900     56.51000             50
    +#> 3081   VR2W-113141     -5.755900     56.51000             50
    +#> 3082   VR2W-113141     -5.755900     56.51000             50
    +#> 3083   VR2W-113141     -5.755900     56.51000             50
    +#> 3084   VR2W-113141     -5.755900     56.51000             50
    +#> 3085   VR2W-113141     -5.755900     56.51000             50
    +#> 3086   VR2W-113141     -5.755900     56.51000             50
    +#> 3087   VR2W-113141     -5.755900     56.51000             50
    +#> 3088   VR2W-113141     -5.755900     56.51000             50
    +#> 3089   VR2W-113141     -5.755900     56.51000             50
    +#> 3090   VR2W-113141     -5.755900     56.51000             50
    +#> 3091   VR2W-113141     -5.755900     56.51000             50
    +#> 3092   VR2W-113141     -5.755900     56.51000             50
    +#> 3093   VR2W-113141     -5.755900     56.51000             50
    +#> 3094   VR2W-113141     -5.755900     56.51000             50
    +#> 3095   VR2W-113141     -5.755900     56.51000             50
    +#> 3096   VR2W-113141     -5.755900     56.51000             50
    +#> 3097   VR2W-113141     -5.755900     56.51000             50
    +#> 3098   VR2W-113141     -5.755900     56.51000             50
    +#> 3099   VR2W-107823     -5.691883     56.49690             25
    +#> 3100   VR2W-107823     -5.691883     56.49690             25
    +#> 3101   VR2W-107823     -5.691883     56.49690             25
    +#> 3102  VR2AR-546136     -5.665000     56.48650            105
    +#> 3103  VR2AR-546136     -5.665000     56.48650            105
    +#> 3104  VR2AR-546136     -5.665000     56.48650            105
    +#> 3105  VR2AR-546136     -5.665000     56.48650            105
    +#> 3106  VR2AR-546136     -5.665000     56.48650            105
    +#> 3107  VR2AR-546136     -5.665000     56.48650            105
    +#> 3108  VR2AR-546136     -5.665000     56.48650            105
    +#> 3109  VR2AR-546136     -5.665000     56.48650            105
    +#> 3110  VR2AR-546136     -5.665000     56.48650            105
    +#> 3111  VR2AR-546136     -5.665000     56.48650            105
    +#> 3112  VR2AR-546136     -5.665000     56.48650            105
    +#> 3113  VR2AR-546136     -5.665000     56.48650            105
    +#> 3114  VR2AR-546136     -5.665000     56.48650            105
    +#> 3115  VR2AR-546136     -5.665000     56.48650            105
    +#> 3116  VR2AR-546136     -5.665000     56.48650            105
    +#> 3117  VR2AR-546136     -5.665000     56.48650            105
    +#> 3118  VR2AR-546136     -5.665000     56.48650            105
    +#> 3119  VR2AR-546136     -5.665000     56.48650            105
    +#> 3120  VR2AR-546136     -5.665000     56.48650            105
    +#> 3121  VR2AR-546136     -5.665000     56.48650            105
    +#> 3122  VR2AR-546136     -5.665000     56.48650            105
    +#> 3123  VR2AR-546136     -5.665000     56.48650            105
    +#> 3124  VR2AR-546136     -5.665000     56.48650            105
    +#> 3125   VR2W-108160     -5.704867     56.48890             25
    +#> 3126   VR2W-108160     -5.704867     56.48890             25
    +#> 3127   VR2W-108160     -5.704867     56.48890             25
    +#> 3128   VR2W-108160     -5.704867     56.48890             25
    +#> 3129   VR2W-108160     -5.704867     56.48890             25
    +#> 3130   VR2W-108160     -5.704867     56.48890             25
    +#> 3131   VR2W-108160     -5.704867     56.48890             25
    +#> 3132  VR2AR-546136     -5.665000     56.48650            105
    +#> 3133  VR2AR-546136     -5.665000     56.48650            105
    +#> 3134  VR2AR-546136     -5.665000     56.48650            105
    +#> 3135  VR2AR-546136     -5.665000     56.48650            105
    +#> 3136  VR2AR-546136     -5.665000     56.48650            105
    +#> 3137  VR2AR-546136     -5.665000     56.48650            105
    +#> 3138  VR2AR-546136     -5.665000     56.48650            105
    +#> 3139  VR2AR-546136     -5.665000     56.48650            105
    +#> 3140  VR2AR-546136     -5.665000     56.48650            105
    +#> 3141  VR2AR-546136     -5.665000     56.48650            105
    +#> 3142  VR2AR-546136     -5.665000     56.48650            105
    +#> 3143  VR2AR-546136     -5.665000     56.48650            105
    +#> 3144  VR2AR-546136     -5.665000     56.48650            105
    +#> 3145  VR2AR-546136     -5.665000     56.48650            105
    +#> 3146  VR2AR-546136     -5.665000     56.48650            105
    +#> 3147  VR2AR-546136     -5.665000     56.48650            105
    +#> 3148  VR2AR-546136     -5.665000     56.48650            105
    +#> 3149  VR2AR-546136     -5.665000     56.48650            105
    +#> 3150  VR2AR-546136     -5.665000     56.48650            105
    +#> 3151  VR2AR-546136     -5.665000     56.48650            105
    +#> 3152  VR2AR-546136     -5.665000     56.48650            105
    +#> 3153  VR2AR-546136     -5.665000     56.48650            105
    +#> 3154  VR2AR-546136     -5.665000     56.48650            105
    +#> 3155  VR2AR-546136     -5.665000     56.48650            105
    +#> 3156  VR2AR-546136     -5.665000     56.48650            105
    +#> 3157  VR2AR-546136     -5.665000     56.48650            105
    +#> 3158  VR2AR-546136     -5.665000     56.48650            105
    +#> 3159  VR2AR-546136     -5.665000     56.48650            105
    +#> 3160  VR2AR-546136     -5.665000     56.48650            105
    +#> 3161  VR2AR-546136     -5.665000     56.48650            105
    +#> 3162  VR2AR-546136     -5.665000     56.48650            105
    +#> 3163  VR2AR-546136     -5.665000     56.48650            105
    +#> 3164  VR2AR-546136     -5.665000     56.48650            105
    +#> 3165  VR2AR-546136     -5.665000     56.48650            105
    +#> 3166  VR2AR-546136     -5.665000     56.48650            105
    +#> 3167  VR2AR-546136     -5.665000     56.48650            105
    +#> 3168  VR2AR-546136     -5.665000     56.48650            105
    +#> 3169  VR2AR-546136     -5.665000     56.48650            105
    +#> 3170  VR2AR-546136     -5.665000     56.48650            105
    +#> 3171  VR2AR-546136     -5.665000     56.48650            105
    +#> 3172  VR2AR-546136     -5.665000     56.48650            105
    +#> 3173  VR2AR-546136     -5.665000     56.48650            105
    +#> 3174  VR2AR-546136     -5.665000     56.48650            105
    +#> 3175  VR2AR-546136     -5.665000     56.48650            105
    +#> 3176  VR2AR-546136     -5.665000     56.48650            105
    +#> 3177  VR2AR-546136     -5.665000     56.48650            105
    +#> 3178  VR2AR-546136     -5.665000     56.48650            105
    +#> 3179  VR2AR-546136     -5.665000     56.48650            105
    +#> 3180  VR2AR-546136     -5.665000     56.48650            105
    +#> 3181  VR2AR-546136     -5.665000     56.48650            105
    +#> 3182  VR2AR-546136     -5.665000     56.48650            105
    +#> 3183  VR2AR-546136     -5.665000     56.48650            105
    +#> 3184  VR2AR-546136     -5.665000     56.48650            105
    +#> 3185  VR2AR-546136     -5.665000     56.48650            105
    +#> 3186  VR2AR-546136     -5.665000     56.48650            105
    +#> 3187  VR2AR-546136     -5.665000     56.48650            105
    +#> 3188  VR2AR-546136     -5.665000     56.48650            105
    +#> 3189  VR2AR-546136     -5.665000     56.48650            105
    +#> 3190  VR2AR-546136     -5.665000     56.48650            105
    +#> 3191  VR2AR-546136     -5.665000     56.48650            105
    +#> 3192  VR2AR-546136     -5.665000     56.48650            105
    +#> 3193  VR2AR-546136     -5.665000     56.48650            105
    +#> 3194  VR2AR-546136     -5.665000     56.48650            105
    +#> 3195  VR2AR-546136     -5.665000     56.48650            105
    +#> 3196  VR2AR-546136     -5.665000     56.48650            105
    +#> 3197  VR2AR-546136     -5.665000     56.48650            105
    +#> 3198  VR2AR-546136     -5.665000     56.48650            105
    +#> 3199  VR2AR-546136     -5.665000     56.48650            105
    +#> 3200  VR2AR-546136     -5.665000     56.48650            105
    +#> 3201  VR2AR-546136     -5.665000     56.48650            105
    +#> 3202  VR2AR-546136     -5.665000     56.48650            105
    +#> 3203  VR2AR-546136     -5.665000     56.48650            105
    +#> 3204  VR2AR-546136     -5.665000     56.48650            105
    +#> 3205  VR2AR-546136     -5.665000     56.48650            105
    +#> 3206  VR2AR-546136     -5.665000     56.48650            105
    +#> 3207  VR2AR-546136     -5.665000     56.48650            105
    +#> 3208  VR2AR-546136     -5.665000     56.48650            105
    +#> 3209  VR2AR-546136     -5.665000     56.48650            105
    +#> 3210  VR2AR-546136     -5.665000     56.48650            105
    +#> 3211  VR2AR-546136     -5.665000     56.48650            105
    +#> 3212  VR2AR-546136     -5.665000     56.48650            105
    +#> 3213  VR2AR-546136     -5.665000     56.48650            105
    +#> 3214  VR2AR-546136     -5.665000     56.48650            105
    +#> 3215  VR2AR-546136     -5.665000     56.48650            105
    +#> 3216  VR2AR-546136     -5.665000     56.48650            105
    +#> 3217   VR2W-107823     -5.691883     56.49690             25
    +#> 3218   VR2W-107823     -5.691883     56.49690             25
    +#> 3219   VR2W-107823     -5.691883     56.49690             25
    +#> 3220   VR2W-107823     -5.691883     56.49690             25
    +#> 3221   VR2W-107823     -5.691883     56.49690             25
    +#> 3222   VR2W-107823     -5.691883     56.49690             25
    +#> 3223   VR2W-107823     -5.691883     56.49690             25
    +#> 3224   VR2W-107823     -5.691883     56.49690             25
    +#> 3225   VR2W-107823     -5.691883     56.49690             25
    +#> 3226   VR2W-107823     -5.691883     56.49690             25
    +#> 3227   VR2W-107823     -5.691883     56.49690             25
    +#> 3228   VR2W-113141     -5.755900     56.51000             50
    +#> 3229   VR2W-113141     -5.755900     56.51000             50
    +#> 3230   VR2W-113141     -5.755900     56.51000             50
    +#> 3231   VR2W-113141     -5.755900     56.51000             50
    +#> 3232   VR2W-113141     -5.755900     56.51000             50
    +#> 3233   VR2W-113141     -5.755900     56.51000             50
    +#> 3234   VR2W-113141     -5.755900     56.51000             50
    +#> 3235   VR2W-113141     -5.755900     56.51000             50
    +#> 3236   VR2W-113141     -5.755900     56.51000             50
    +#> 3237   VR2W-107823     -5.691883     56.49690             25
    +#> 3238   VR2W-107823     -5.691883     56.49690             25
    +#> 3239   VR2W-107823     -5.691883     56.49690             25
    +#> 3240   VR2W-107823     -5.691883     56.49690             25
    +#> 3241   VR2W-108160     -5.704867     56.48890             25
    +#> 3242   VR2W-108160     -5.704867     56.48890             25
    +#> 3243   VR2W-108160     -5.704867     56.48890             25
    +#> 3244   VR2W-108160     -5.704867     56.48890             25
    +#> 3245   VR2W-108160     -5.704867     56.48890             25
    +#> 3246   VR2W-108160     -5.704867     56.48890             25
    +#> 3247   VR2W-108160     -5.704867     56.48890             25
    +#> 3248   VR2W-108160     -5.704867     56.48890             25
    +#> 3249   VR2W-108160     -5.704867     56.48890             25
    +#> 3250   VR2W-108160     -5.704867     56.48890             25
    +#> 3251   VR2W-108160     -5.704867     56.48890             25
    +#> 3252   VR2W-108160     -5.704867     56.48890             25
    +#> 3253   VR2W-108160     -5.704867     56.48890             25
    +#> 3254   VR2W-108160     -5.704867     56.48890             25
    +#> 3255   VR2W-108160     -5.704867     56.48890             25
    +#> 3256   VR2W-108160     -5.704867     56.48890             25
    +#> 3257   VR2W-108160     -5.704867     56.48890             25
    +#> 3258   VR2W-108160     -5.704867     56.48890             25
    +#> 3259   VR2W-108160     -5.704867     56.48890             25
    +#> 3260   VR2W-108160     -5.704867     56.48890             25
    +#> 3261   VR2W-108160     -5.704867     56.48890             25
    +#> 3262   VR2W-108160     -5.704867     56.48890             25
    +#> 3263   VR2W-108160     -5.704867     56.48890             25
    +#> 3264   VR2W-108160     -5.704867     56.48890             25
    +#> 3265  VR2AR-546136     -5.665000     56.48650            105
    +#> 3266  VR2AR-546136     -5.665000     56.48650            105
    +#> 3267  VR2AR-546136     -5.665000     56.48650            105
    +#> 3268  VR2AR-546136     -5.665000     56.48650            105
    +#> 3269  VR2AR-546136     -5.665000     56.48650            105
    +#> 3270  VR2AR-546136     -5.665000     56.48650            105
    +#> 3271  VR2AR-546136     -5.665000     56.48650            105
    +#> 3272  VR2AR-546136     -5.665000     56.48650            105
    +#> 3273  VR2AR-546136     -5.665000     56.48650            105
    +#> 3274  VR2AR-546136     -5.665000     56.48650            105
    +#> 3275  VR2AR-546136     -5.665000     56.48650            105
    +#> 3276  VR2AR-546136     -5.665000     56.48650            105
    +#> 3277  VR2AR-546136     -5.665000     56.48650            105
    +#> 3278  VR2AR-546136     -5.665000     56.48650            105
    +#> 3279  VR2AR-546136     -5.665000     56.48650            105
    +#> 3280  VR2AR-546136     -5.665000     56.48650            105
    +#> 3281  VR2AR-546136     -5.665000     56.48650            105
    +#> 3282  VR2AR-546136     -5.665000     56.48650            105
    +#> 3283  VR2AR-546136     -5.665000     56.48650            105
    +#> 3284  VR2AR-546136     -5.665000     56.48650            105
    +#> 3285  VR2AR-546136     -5.665000     56.48650            105
    +#> 3286  VR2AR-546136     -5.665000     56.48650            105
    +#> 3287  VR2AR-546136     -5.665000     56.48650            105
    +#> 3288  VR2AR-546136     -5.665000     56.48650            105
    +#> 3289  VR2AR-546136     -5.665000     56.48650            105
    +#> 3290  VR2AR-546136     -5.665000     56.48650            105
    +#> 3291   VR2W-108160     -5.704867     56.48890             25
    +#> 3292   VR2W-108160     -5.704867     56.48890             25
    +#> 3293   VR2W-108160     -5.704867     56.48890             25
    +#> 3294   VR2W-108160     -5.704867     56.48890             25
    +#> 3295   VR2W-108160     -5.704867     56.48890             25
    +#> 3296   VR2W-113141     -5.755900     56.51000             50
    +#> 3297   VR2W-113141     -5.755900     56.51000             50
    +#> 3298   VR2W-113141     -5.755900     56.51000             50
    +#> 3299   VR2W-113141     -5.755900     56.51000             50
    +#> 3300   VR2W-113141     -5.755900     56.51000             50
    +#> 3301   VR2W-113141     -5.755900     56.51000             50
    +#> 3302   VR2W-113141     -5.755900     56.51000             50
    +#> 3303   VR2W-113141     -5.755900     56.51000             50
    +#> 3304   VR2W-113141     -5.755900     56.51000             50
    +#> 3305   VR2W-113141     -5.755900     56.51000             50
    +#> 3306   VR2W-113141     -5.755900     56.51000             50
    +#> 3307   VR2W-113141     -5.755900     56.51000             50
    +#> 3308   VR2W-113141     -5.755900     56.51000             50
    +#> 3309   VR2W-113141     -5.755900     56.51000             50
    +#> 3310   VR2W-113141     -5.755900     56.51000             50
    +#> 3311   VR2W-113141     -5.755900     56.51000             50
    +#> 3312   VR2W-113141     -5.755900     56.51000             50
    +#> 3313   VR2W-113141     -5.755900     56.51000             50
    +#> 3314   VR2W-113141     -5.755900     56.51000             50
    +#> 3315   VR2W-113141     -5.755900     56.51000             50
    +#> 3316   VR2W-113141     -5.755900     56.51000             50
    +#> 3317   VR2W-113141     -5.755900     56.51000             50
    +#> 3318   VR2W-113141     -5.755900     56.51000             50
    +#> 3319   VR2W-113141     -5.755900     56.51000             50
    +#> 3320   VR2W-113141     -5.755900     56.51000             50
    +#> 3321   VR2W-113141     -5.755900     56.51000             50
    +#> 3322   VR2W-113141     -5.755900     56.51000             50
    +#> 3323   VR2W-113141     -5.755900     56.51000             50
    +#> 3324   VR2W-113141     -5.755900     56.51000             50
    +#> 3325   VR2W-113141     -5.755900     56.51000             50
    +#> 3326   VR2W-113141     -5.755900     56.51000             50
    +#> 3327   VR2W-113141     -5.755900     56.51000             50
    +#> 3328   VR2W-113141     -5.755900     56.51000             50
    +#> 3329   VR2W-113141     -5.755900     56.51000             50
    +#> 3330   VR2W-113141     -5.755900     56.51000             50
    +#> 3331   VR2W-113141     -5.755900     56.51000             50
    +#> 3332   VR2W-113141     -5.755900     56.51000             50
    +#> 3333   VR2W-113141     -5.755900     56.51000             50
    +#> 3334   VR2W-113141     -5.755900     56.51000             50
    +#> 3335   VR2W-113141     -5.755900     56.51000             50
    +#> 3336   VR2W-113141     -5.755900     56.51000             50
    +#> 3337   VR2W-113141     -5.755900     56.51000             50
    +#> 3338   VR2W-113141     -5.755900     56.51000             50
    +#> 3339   VR2W-113141     -5.755900     56.51000             50
    +#> 3340   VR2W-113141     -5.755900     56.51000             50
    +#> 3341   VR2W-113141     -5.755900     56.51000             50
    +#> 3342   VR2W-113141     -5.755900     56.51000             50
    +#> 3343   VR2W-113141     -5.755900     56.51000             50
    +#> 3344   VR2W-113141     -5.755900     56.51000             50
    +#> 3345   VR2W-113141     -5.755900     56.51000             50
    +#> 3346   VR2W-113141     -5.755900     56.51000             50
    +#> 3347   VR2W-113141     -5.755900     56.51000             50
    +#> 3348   VR2W-113141     -5.755900     56.51000             50
    +#> 3349   VR2W-113141     -5.755900     56.51000             50
    +#> 3350   VR2W-113141     -5.755900     56.51000             50
    +#> 3351   VR2W-113141     -5.755900     56.51000             50
    +#> 3352   VR2W-113141     -5.755900     56.51000             50
    +#> 3353   VR2W-113141     -5.755900     56.51000             50
    +#> 3354   VR2W-113141     -5.755900     56.51000             50
    +#> 3355   VR2W-113141     -5.755900     56.51000             50
    +#> 3356   VR2W-113141     -5.755900     56.51000             50
    +#> 3357   VR2W-113141     -5.755900     56.51000             50
    +#> 3358   VR2W-113141     -5.755900     56.51000             50
    +#> 3359   VR2W-113141     -5.755900     56.51000             50
    +#> 3360   VR2W-113141     -5.755900     56.51000             50
    +#> 3361   VR2W-113141     -5.755900     56.51000             50
    +#> 3362   VR2W-113141     -5.755900     56.51000             50
    +#> 3363   VR2W-113141     -5.755900     56.51000             50
    +#> 3364   VR2W-113141     -5.755900     56.51000             50
    +#> 3365   VR2W-113141     -5.755900     56.51000             50
    +#> 3366   VR2W-113141     -5.755900     56.51000             50
    +#> 3367   VR2W-113141     -5.755900     56.51000             50
    +#> 3368   VR2W-113141     -5.755900     56.51000             50
    +#> 3369   VR2W-113141     -5.755900     56.51000             50
    +#> 3370   VR2W-113141     -5.755900     56.51000             50
    +#> 3371   VR2W-113141     -5.755900     56.51000             50
    +#> 3372   VR2W-113141     -5.755900     56.51000             50
    +#> 3373   VR2W-113141     -5.755900     56.51000             50
    +#> 3374   VR2W-113141     -5.755900     56.51000             50
    +#> 3375   VR2W-113141     -5.755900     56.51000             50
    +#> 3376   VR2W-113141     -5.755900     56.51000             50
    +#> 3377   VR2W-113141     -5.755900     56.51000             50
    +#> 3378   VR2W-113141     -5.755900     56.51000             50
    +#> 3379   VR2W-113141     -5.755900     56.51000             50
    +#> 3380   VR2W-113141     -5.755900     56.51000             50
    +#> 3381   VR2W-113141     -5.755900     56.51000             50
    +#> 3382   VR2W-113141     -5.755900     56.51000             50
    +#> 3383   VR2W-113141     -5.755900     56.51000             50
    +#> 3384   VR2W-113141     -5.755900     56.51000             50
    +#> 3385   VR2W-113141     -5.755900     56.51000             50
    +#> 3386   VR2W-113141     -5.755900     56.51000             50
    +#> 3387   VR2W-113141     -5.755900     56.51000             50
    +#> 3388   VR2W-113141     -5.755900     56.51000             50
    +#> 3389   VR2W-113141     -5.755900     56.51000             50
    +#> 3390   VR2W-113141     -5.755900     56.51000             50
    +#> 3391   VR2W-113141     -5.755900     56.51000             50
    +#> 3392   VR2W-113141     -5.755900     56.51000             50
    +#> 3393   VR2W-113141     -5.755900     56.51000             50
    +#> 3394   VR2W-113141     -5.755900     56.51000             50
    +#> 3395   VR2W-113141     -5.755900     56.51000             50
    +#> 3396   VR2W-113141     -5.755900     56.51000             50
    +#> 3397   VR2W-113141     -5.755900     56.51000             50
    +#> 3398   VR2W-113141     -5.755900     56.51000             50
    +#> 3399   VR2W-113141     -5.755900     56.51000             50
    +#> 3400   VR2W-113141     -5.755900     56.51000             50
    +#> 3401   VR2W-113141     -5.755900     56.51000             50
    +#> 3402   VR2W-113141     -5.755900     56.51000             50
    +#> 3403   VR2W-113141     -5.755900     56.51000             50
    +#> 3404   VR2W-113141     -5.755900     56.51000             50
    +#> 3405   VR2W-113141     -5.755900     56.51000             50
    +#> 3406   VR2W-113141     -5.755900     56.51000             50
    +#> 3407   VR2W-113141     -5.755900     56.51000             50
    +#> 3408   VR2W-113141     -5.755900     56.51000             50
    +#> 3409   VR2W-113141     -5.755900     56.51000             50
    +#> 3410   VR2W-113141     -5.755900     56.51000             50
    +#> 3411   VR2W-113141     -5.755900     56.51000             50
    +#> 3412   VR2W-113141     -5.755900     56.51000             50
    +#> 3413   VR2W-113141     -5.755900     56.51000             50
    +#> 3414   VR2W-113141     -5.755900     56.51000             50
    +#> 3415   VR2W-113141     -5.755900     56.51000             50
    +#> 3416   VR2W-113141     -5.755900     56.51000             50
    +#> 3417   VR2W-113141     -5.755900     56.51000             50
    +#> 3418   VR2W-113141     -5.755900     56.51000             50
    +#> 3419   VR2W-113141     -5.755900     56.51000             50
    +#> 3420   VR2W-113141     -5.755900     56.51000             50
    +#> 3421   VR2W-113141     -5.755900     56.51000             50
    +#> 3422   VR2W-113141     -5.755900     56.51000             50
    +#> 3423   VR2W-113141     -5.755900     56.51000             50
    +#> 3424   VR2W-113141     -5.755900     56.51000             50
    +#> 3425   VR2W-113141     -5.755900     56.51000             50
    +#> 3426   VR2W-113141     -5.755900     56.51000             50
    +#> 3427   VR2W-113141     -5.755900     56.51000             50
    +#> 3428   VR2W-113141     -5.755900     56.51000             50
    +#> 3429   VR2W-113141     -5.755900     56.51000             50
    +#> 3430   VR2W-113141     -5.755900     56.51000             50
    +#> 3431   VR2W-113141     -5.755900     56.51000             50
    +#> 3432   VR2W-113141     -5.755900     56.51000             50
    +#> 3433   VR2W-113141     -5.755900     56.51000             50
    +#> 3434   VR2W-113141     -5.755900     56.51000             50
    +#> 3435   VR2W-113141     -5.755900     56.51000             50
    +#> 3436   VR2W-113141     -5.755900     56.51000             50
    +#> 3437   VR2W-113141     -5.755900     56.51000             50
    +#> 3438   VR2W-113141     -5.755900     56.51000             50
    +#> 3439   VR2W-113141     -5.755900     56.51000             50
    +#> 3440   VR2W-113141     -5.755900     56.51000             50
    +#> 3441   VR2W-113141     -5.755900     56.51000             50
    +#> 3442   VR2W-113141     -5.755900     56.51000             50
    +#> 3443   VR2W-113141     -5.755900     56.51000             50
    +#> 3444   VR2W-113141     -5.755900     56.51000             50
    +#> 3445   VR2W-113141     -5.755900     56.51000             50
    +#> 3446   VR2W-113141     -5.755900     56.51000             50
    +#> 3447   VR2W-113141     -5.755900     56.51000             50
    +#> 3448   VR2W-113141     -5.755900     56.51000             50
    +#> 3449   VR2W-113141     -5.755900     56.51000             50
    +#> 3450   VR2W-113141     -5.755900     56.51000             50
    +#> 3451   VR2W-113141     -5.755900     56.51000             50
    +#> 3452   VR2W-113141     -5.755900     56.51000             50
    +#> 3453   VR2W-113141     -5.755900     56.51000             50
    +#> 3454   VR2W-113141     -5.755900     56.51000             50
    +#> 3455   VR2W-113141     -5.755900     56.51000             50
    +#> 3456   VR2W-113141     -5.755900     56.51000             50
    +#> 3457   VR2W-113141     -5.755900     56.51000             50
    +#> 3458   VR2W-113141     -5.755900     56.51000             50
    +#> 3459   VR2W-113141     -5.755900     56.51000             50
    +#> 3460   VR2W-113141     -5.755900     56.51000             50
    +#> 3461   VR2W-113141     -5.755900     56.51000             50
    +#> 3462   VR2W-113141     -5.755900     56.51000             50
    +#> 3463   VR2W-113141     -5.755900     56.51000             50
    +#> 3464   VR2W-113141     -5.755900     56.51000             50
    +#> 3465   VR2W-113141     -5.755900     56.51000             50
    +#> 3466   VR2W-113141     -5.755900     56.51000             50
    +#> 3467   VR2W-113141     -5.755900     56.51000             50
    +#> 3468   VR2W-113141     -5.755900     56.51000             50
    +#> 3469   VR2W-113141     -5.755900     56.51000             50
    +#> 3470   VR2W-113141     -5.755900     56.51000             50
    +#> 3471   VR2W-113141     -5.755900     56.51000             50
    +#> 3472   VR2W-113141     -5.755900     56.51000             50
    +#> 3473   VR2W-113141     -5.755900     56.51000             50
    +#> 3474   VR2W-113141     -5.755900     56.51000             50
    +#> 3475   VR2W-113141     -5.755900     56.51000             50
    +#> 3476   VR2W-113141     -5.755900     56.51000             50
    +#> 3477   VR2W-113141     -5.755900     56.51000             50
    +#> 3478   VR2W-113141     -5.755900     56.51000             50
    +#> 3479   VR2W-113141     -5.755900     56.51000             50
    +#> 3480   VR2W-113141     -5.755900     56.51000             50
    +#> 3481   VR2W-113141     -5.755900     56.51000             50
    +#> 3482   VR2W-113141     -5.755900     56.51000             50
    +#> 3483   VR2W-113141     -5.755900     56.51000             50
    +#> 3484   VR2W-113141     -5.755900     56.51000             50
    +#> 3485   VR2W-113141     -5.755900     56.51000             50
    +#> 3486   VR2W-113141     -5.755900     56.51000             50
    +#> 3487   VR2W-113141     -5.755900     56.51000             50
    +#> 3488   VR2W-113141     -5.755900     56.51000             50
    +#> 3489   VR2W-113141     -5.755900     56.51000             50
    +#> 3490   VR2W-113141     -5.755900     56.51000             50
    +#> 3491   VR2W-113141     -5.755900     56.51000             50
    +#> 3492   VR2W-113141     -5.755900     56.51000             50
    +#> 3493   VR2W-113141     -5.755900     56.51000             50
    +#> 3494   VR2W-113141     -5.755900     56.51000             50
    +#> 3495   VR2W-113141     -5.755900     56.51000             50
    +#> 3496   VR2W-113141     -5.755900     56.51000             50
    +#> 3497   VR2W-113141     -5.755900     56.51000             50
    +#> 3498   VR2W-113141     -5.755900     56.51000             50
    +#> 3499   VR2W-113141     -5.755900     56.51000             50
    +#> 3500   VR2W-113141     -5.755900     56.51000             50
    +#> 3501   VR2W-113141     -5.755900     56.51000             50
    +#> 3502   VR2W-113141     -5.755900     56.51000             50
    +#> 3503   VR2W-113141     -5.755900     56.51000             50
    +#> 3504   VR2W-113141     -5.755900     56.51000             50
    +#> 3505   VR2W-113141     -5.755900     56.51000             50
    +#> 3506   VR2W-113141     -5.755900     56.51000             50
    +#> 3507   VR2W-113141     -5.755900     56.51000             50
    +#> 3508   VR2W-113141     -5.755900     56.51000             50
    +#> 3509   VR2W-113141     -5.755900     56.51000             50
    +#> 3510   VR2W-113141     -5.755900     56.51000             50
    +#> 3511   VR2W-113141     -5.755900     56.51000             50
    +#> 3512   VR2W-113141     -5.755900     56.51000             50
    +#> 3513   VR2W-113141     -5.755900     56.51000             50
    +#> 3514   VR2W-113141     -5.755900     56.51000             50
    +#> 3515   VR2W-113141     -5.755900     56.51000             50
    +#> 3516   VR2W-113141     -5.755900     56.51000             50
    +#> 3517   VR2W-113141     -5.755900     56.51000             50
    +#> 3518   VR2W-113141     -5.755900     56.51000             50
    +#> 3519   VR2W-113141     -5.755900     56.51000             50
    +#> 3520   VR2W-113141     -5.755900     56.51000             50
    +#> 3521   VR2W-113141     -5.755900     56.51000             50
    +#> 3522   VR2W-113141     -5.755900     56.51000             50
    +#> 3523   VR2W-113141     -5.755900     56.51000             50
    +#> 3524   VR2W-113141     -5.755900     56.51000             50
    +#> 3525   VR2W-113141     -5.755900     56.51000             50
    +#> 3526   VR2W-113141     -5.755900     56.51000             50
    +#> 3527   VR2W-113141     -5.755900     56.51000             50
    +#> 3528   VR2W-113141     -5.755900     56.51000             50
    +#> 3529   VR2W-113141     -5.755900     56.51000             50
    +#> 3530   VR2W-113141     -5.755900     56.51000             50
    +#> 3531   VR2W-113141     -5.755900     56.51000             50
    +#> 3532   VR2W-113141     -5.755900     56.51000             50
    +#> 3533   VR2W-113141     -5.755900     56.51000             50
    +#> 3534   VR2W-113141     -5.755900     56.51000             50
    +#> 3535   VR2W-113141     -5.755900     56.51000             50
    +#> 3536   VR2W-113141     -5.755900     56.51000             50
    +#> 3537   VR2W-113141     -5.755900     56.51000             50
    +#> 3538   VR2W-113141     -5.755900     56.51000             50
    +#> 3539   VR2W-113141     -5.755900     56.51000             50
    +#> 3540   VR2W-113141     -5.755900     56.51000             50
    +#> 3541   VR2W-113141     -5.755900     56.51000             50
    +#> 3542   VR2W-113141     -5.755900     56.51000             50
    +#> 3543   VR2W-113141     -5.755900     56.51000             50
    +#> 3544   VR2W-113141     -5.755900     56.51000             50
    +#> 3545   VR2W-113141     -5.755900     56.51000             50
    +#> 3546   VR2W-113141     -5.755900     56.51000             50
    +#> 3547   VR2W-113141     -5.755900     56.51000             50
    +#> 3548   VR2W-113141     -5.755900     56.51000             50
    +#> 3549   VR2W-113141     -5.755900     56.51000             50
    +#> 3550   VR2W-113141     -5.755900     56.51000             50
    +#> 3551   VR2W-113141     -5.755900     56.51000             50
    +#> 3552   VR2W-113141     -5.755900     56.51000             50
    +#> 3553   VR2W-113141     -5.755900     56.51000             50
    +#> 3554   VR2W-113141     -5.755900     56.51000             50
    +#> 3555   VR2W-113141     -5.755900     56.51000             50
    +#> 3556   VR2W-113141     -5.755900     56.51000             50
    +#> 3557   VR2W-113141     -5.755900     56.51000             50
    +#> 3558   VR2W-113141     -5.755900     56.51000             50
    +#> 3559   VR2W-113141     -5.755900     56.51000             50
    +#> 3560   VR2W-113141     -5.755900     56.51000             50
    +#> 3561   VR2W-113141     -5.755900     56.51000             50
    +#> 3562   VR2W-113141     -5.755900     56.51000             50
    +#> 3563   VR2W-113141     -5.755900     56.51000             50
    +#> 3564   VR2W-113141     -5.755900     56.51000             50
    +#> 3565   VR2W-113141     -5.755900     56.51000             50
    +#> 3566   VR2W-113141     -5.755900     56.51000             50
    +#> 3567   VR2W-113141     -5.755900     56.51000             50
    +#> 3568   VR2W-113141     -5.755900     56.51000             50
    +#> 3569   VR2W-113141     -5.755900     56.51000             50
    +#> 3570   VR2W-113141     -5.755900     56.51000             50
    +#> 3571   VR2W-113141     -5.755900     56.51000             50
    +#> 3572   VR2W-113141     -5.755900     56.51000             50
    +#> 3573   VR2W-113141     -5.755900     56.51000             50
    +#> 3574   VR2W-113141     -5.755900     56.51000             50
    +#> 3575   VR2W-113141     -5.755900     56.51000             50
    +#> 3576   VR2W-113141     -5.755900     56.51000             50
    +#> 3577   VR2W-113141     -5.755900     56.51000             50
    +#> 3578   VR2W-113141     -5.755900     56.51000             50
    +#> 3579   VR2W-113141     -5.755900     56.51000             50
    +#> 3580   VR2W-113141     -5.755900     56.51000             50
    +#> 3581   VR2W-113141     -5.755900     56.51000             50
    +#> 3582   VR2W-113141     -5.755900     56.51000             50
    +#> 3583   VR2W-113141     -5.755900     56.51000             50
    +#> 3584   VR2W-113141     -5.755900     56.51000             50
    +#> 3585   VR2W-113141     -5.755900     56.51000             50
    +#> 3586   VR2W-113141     -5.755900     56.51000             50
    +#> 3587   VR2W-113141     -5.755900     56.51000             50
    +#> 3588   VR2W-113141     -5.755900     56.51000             50
    +#> 3589   VR2W-113141     -5.755900     56.51000             50
    +#> 3590   VR2W-113141     -5.755900     56.51000             50
    +#> 3591   VR2W-113141     -5.755900     56.51000             50
    +#> 3592   VR2W-113141     -5.755900     56.51000             50
    +#> 3593   VR2W-113141     -5.755900     56.51000             50
    +#> 3594   VR2W-113141     -5.755900     56.51000             50
    +#> 3595   VR2W-113141     -5.755900     56.51000             50
    +#> 3596   VR2W-113141     -5.755900     56.51000             50
    +#> 3597   VR2W-113141     -5.755900     56.51000             50
    +#> 3598   VR2W-113141     -5.755900     56.51000             50
    +#> 3599   VR2W-113141     -5.755900     56.51000             50
    +#> 3600   VR2W-113141     -5.755900     56.51000             50
    +#> 3601   VR2W-113141     -5.755900     56.51000             50
    +#> 3602   VR2W-113141     -5.755900     56.51000             50
    +#> 3603   VR2W-113141     -5.755900     56.51000             50
    +#> 3604   VR2W-113141     -5.755900     56.51000             50
    +#> 3605   VR2W-113141     -5.755900     56.51000             50
    +#> 3606   VR2W-113141     -5.755900     56.51000             50
    +#> 3607   VR2W-113141     -5.755900     56.51000             50
    +#> 3608   VR2W-113141     -5.755900     56.51000             50
    +#> 3609   VR2W-113141     -5.755900     56.51000             50
    +#> 3610   VR2W-113141     -5.755900     56.51000             50
    +#> 3611   VR2W-113141     -5.755900     56.51000             50
    +#> 3612   VR2W-113141     -5.755900     56.51000             50
    +#> 3613   VR2W-113141     -5.755900     56.51000             50
    +#> 3614   VR2W-113141     -5.755900     56.51000             50
    +#> 3615   VR2W-113141     -5.755900     56.51000             50
    +#> 3616   VR2W-113141     -5.755900     56.51000             50
    +#> 3617   VR2W-113141     -5.755900     56.51000             50
    +#> 3618   VR2W-113141     -5.755900     56.51000             50
    +#> 3619   VR2W-113141     -5.755900     56.51000             50
    +#> 3620   VR2W-113141     -5.755900     56.51000             50
    +#> 3621   VR2W-113141     -5.755900     56.51000             50
    +#> 3622   VR2W-113141     -5.755900     56.51000             50
    +#> 3623   VR2W-113141     -5.755900     56.51000             50
    +#> 3624   VR2W-113141     -5.755900     56.51000             50
    +#> 3625   VR2W-113141     -5.755900     56.51000             50
    +#> 3626   VR2W-113141     -5.755900     56.51000             50
    +#> 3627   VR2W-113141     -5.755900     56.51000             50
    +#> 3628   VR2W-113141     -5.755900     56.51000             50
    +#> 3629   VR2W-113141     -5.755900     56.51000             50
    +#> 3630   VR2W-113141     -5.755900     56.51000             50
    +#> 3631   VR2W-113141     -5.755900     56.51000             50
    +#> 3632   VR2W-113141     -5.755900     56.51000             50
    +#> 3633   VR2W-113141     -5.755900     56.51000             50
    +#> 3634   VR2W-113141     -5.755900     56.51000             50
    +#> 3635   VR2W-113141     -5.755900     56.51000             50
    +#> 3636   VR2W-113141     -5.755900     56.51000             50
    +#> 3637   VR2W-113141     -5.755900     56.51000             50
    +#> 3638   VR2W-113141     -5.755900     56.51000             50
    +#> 3639   VR2W-113141     -5.755900     56.51000             50
    +#> 3640   VR2W-113141     -5.755900     56.51000             50
    +#> 3641   VR2W-113141     -5.755900     56.51000             50
    +#> 3642   VR2W-113141     -5.755900     56.51000             50
    +#> 3643   VR2W-113141     -5.755900     56.51000             50
    +#> 3644   VR2W-113141     -5.755900     56.51000             50
    +#> 3645   VR2W-113141     -5.755900     56.51000             50
    +#> 3646   VR2W-113141     -5.755900     56.51000             50
    +#> 3647   VR2W-113141     -5.755900     56.51000             50
    +#> 3648   VR2W-113141     -5.755900     56.51000             50
    +#> 3649   VR2W-113141     -5.755900     56.51000             50
    +#> 3650   VR2W-113141     -5.755900     56.51000             50
    +#> 3651   VR2W-113141     -5.755900     56.51000             50
    +#> 3652   VR2W-113141     -5.755900     56.51000             50
    +#> 3653   VR2W-113141     -5.755900     56.51000             50
    +#> 3654   VR2W-113141     -5.755900     56.51000             50
    +#> 3655   VR2W-113141     -5.755900     56.51000             50
    +#> 3656   VR2W-113141     -5.755900     56.51000             50
    +#> 3657   VR2W-113141     -5.755900     56.51000             50
    +#> 3658   VR2W-113141     -5.755900     56.51000             50
    +#> 3659   VR2W-113141     -5.755900     56.51000             50
    +#> 3660   VR2W-113141     -5.755900     56.51000             50
    +#> 3661   VR2W-113141     -5.755900     56.51000             50
    +#> 3662   VR2W-113141     -5.755900     56.51000             50
    +#> 3663   VR2W-113141     -5.755900     56.51000             50
    +#> 3664   VR2W-113141     -5.755900     56.51000             50
    +#> 3665   VR2W-113141     -5.755900     56.51000             50
    +#> 3666   VR2W-113141     -5.755900     56.51000             50
    +#> 3667   VR2W-113141     -5.755900     56.51000             50
    +#> 3668   VR2W-113141     -5.755900     56.51000             50
    +#> 3669   VR2W-113141     -5.755900     56.51000             50
    +#> 3670   VR2W-113141     -5.755900     56.51000             50
    +#> 3671   VR2W-113141     -5.755900     56.51000             50
    +#> 3672   VR2W-113141     -5.755900     56.51000             50
    +#> 3673   VR2W-113141     -5.755900     56.51000             50
    +#> 3674   VR2W-113141     -5.755900     56.51000             50
    +#> 3675   VR2W-113141     -5.755900     56.51000             50
    +#> 3676   VR2W-113141     -5.755900     56.51000             50
    +#> 3677   VR2W-113141     -5.755900     56.51000             50
    +#> 3678   VR2W-113141     -5.755900     56.51000             50
    +#> 3679   VR2W-113141     -5.755900     56.51000             50
    +#> 3680   VR2W-113141     -5.755900     56.51000             50
    +#> 3681   VR2W-113141     -5.755900     56.51000             50
    +#> 3682   VR2W-113141     -5.755900     56.51000             50
    +#> 3683   VR2W-113141     -5.755900     56.51000             50
    +#> 3684   VR2W-113141     -5.755900     56.51000             50
    +#> 3685   VR2W-113141     -5.755900     56.51000             50
    +#> 3686   VR2W-113141     -5.755900     56.51000             50
    +#> 3687   VR2W-113141     -5.755900     56.51000             50
    +#> 3688   VR2W-113141     -5.755900     56.51000             50
    +#> 3689   VR2W-113141     -5.755900     56.51000             50
    +#> 3690   VR2W-113141     -5.755900     56.51000             50
    +#> 3691   VR2W-113141     -5.755900     56.51000             50
    +#> 3692   VR2W-113141     -5.755900     56.51000             50
    +#> 3693   VR2W-113141     -5.755900     56.51000             50
    +#> 3694   VR2W-113141     -5.755900     56.51000             50
    +#> 3695   VR2W-113141     -5.755900     56.51000             50
    +#> 3696   VR2W-113141     -5.755900     56.51000             50
    +#> 3697   VR2W-113141     -5.755900     56.51000             50
    +#> 3698   VR2W-113141     -5.755900     56.51000             50
    +#> 3699   VR2W-113141     -5.755900     56.51000             50
    +#> 3700   VR2W-113141     -5.755900     56.51000             50
    +#> 3701   VR2W-113141     -5.755900     56.51000             50
    +#> 3702   VR2W-113141     -5.755900     56.51000             50
    +#> 3703   VR2W-113141     -5.755900     56.51000             50
    +#> 3704   VR2W-113141     -5.755900     56.51000             50
    +#> 3705   VR2W-113141     -5.755900     56.51000             50
    +#> 3706   VR2W-113141     -5.755900     56.51000             50
    +#> 3707   VR2W-113141     -5.755900     56.51000             50
    +#> 3708   VR2W-113141     -5.755900     56.51000             50
    +#> 3709   VR2W-113141     -5.755900     56.51000             50
    +#> 3710   VR2W-113141     -5.755900     56.51000             50
    +#> 3711   VR2W-113141     -5.755900     56.51000             50
    +#> 3712   VR2W-113141     -5.755900     56.51000             50
    +#> 3713   VR2W-113141     -5.755900     56.51000             50
    +#> 3714   VR2W-113141     -5.755900     56.51000             50
    +#> 3715   VR2W-113141     -5.755900     56.51000             50
    +#> 3716   VR2W-113141     -5.755900     56.51000             50
    +#> 3717   VR2W-113141     -5.755900     56.51000             50
    +#> 3718   VR2W-113141     -5.755900     56.51000             50
    +#> 3719   VR2W-113141     -5.755900     56.51000             50
    +#> 3720   VR2W-113141     -5.755900     56.51000             50
    +#> 3721   VR2W-113141     -5.755900     56.51000             50
    +#> 3722   VR2W-113141     -5.755900     56.51000             50
    +#> 3723   VR2W-113141     -5.755900     56.51000             50
    +#> 3724   VR2W-113141     -5.755900     56.51000             50
    +#> 3725   VR2W-113141     -5.755900     56.51000             50
    +#> 3726   VR2W-113141     -5.755900     56.51000             50
    +#> 3727   VR2W-113141     -5.755900     56.51000             50
    +#> 3728   VR2W-113141     -5.755900     56.51000             50
    +#> 3729   VR2W-113141     -5.755900     56.51000             50
    +#> 3730   VR2W-113141     -5.755900     56.51000             50
    +#> 3731   VR2W-113141     -5.755900     56.51000             50
    +#> 3732   VR2W-113141     -5.755900     56.51000             50
    +#> 3733   VR2W-113141     -5.755900     56.51000             50
    +#> 3734   VR2W-113141     -5.755900     56.51000             50
    +#> 3735   VR2W-113141     -5.755900     56.51000             50
    +#> 3736   VR2W-113141     -5.755900     56.51000             50
    +#> 3737   VR2W-113141     -5.755900     56.51000             50
    +#> 3738   VR2W-113141     -5.755900     56.51000             50
    +#> 3739   VR2W-113141     -5.755900     56.51000             50
    +#> 3740   VR2W-113141     -5.755900     56.51000             50
    +#> 3741   VR2W-113141     -5.755900     56.51000             50
    +#> 3742   VR2W-113141     -5.755900     56.51000             50
    +#> 3743   VR2W-113141     -5.755900     56.51000             50
    +#> 3744   VR2W-113141     -5.755900     56.51000             50
    +#> 3745   VR2W-113141     -5.755900     56.51000             50
    +#> 3746   VR2W-113141     -5.755900     56.51000             50
    +#> 3747   VR2W-113141     -5.755900     56.51000             50
    +#> 3748   VR2W-113141     -5.755900     56.51000             50
    +#> 3749   VR2W-113141     -5.755900     56.51000             50
    +#> 3750   VR2W-113141     -5.755900     56.51000             50
    +#> 3751   VR2W-113141     -5.755900     56.51000             50
    +#> 3752   VR2W-113141     -5.755900     56.51000             50
    +#> 3753   VR2W-113141     -5.755900     56.51000             50
    +#> 3754   VR2W-113141     -5.755900     56.51000             50
    +#> 3755   VR2W-113141     -5.755900     56.51000             50
    +#> 3756   VR2W-113141     -5.755900     56.51000             50
    +#> 3757   VR2W-113141     -5.755900     56.51000             50
    +#> 3758   VR2W-113141     -5.755900     56.51000             50
    +#> 3759   VR2W-113141     -5.755900     56.51000             50
    +#> 3760   VR2W-113141     -5.755900     56.51000             50
    +#> 3761   VR2W-113141     -5.755900     56.51000             50
    +#> 3762   VR2W-113141     -5.755900     56.51000             50
    +#> 3763   VR2W-113141     -5.755900     56.51000             50
    +#> 3764   VR2W-113141     -5.755900     56.51000             50
    +#> 3765   VR2W-113141     -5.755900     56.51000             50
    +#> 3766   VR2W-113141     -5.755900     56.51000             50
    +#> 3767   VR2W-113141     -5.755900     56.51000             50
    +#> 3768   VR2W-113141     -5.755900     56.51000             50
    +#> 3769   VR2W-113141     -5.755900     56.51000             50
    +#> 3770   VR2W-113141     -5.755900     56.51000             50
    +#> 3771   VR2W-113141     -5.755900     56.51000             50
    +#> 3772   VR2W-113141     -5.755900     56.51000             50
    +#> 3773   VR2W-113141     -5.755900     56.51000             50
    +#> 3774   VR2W-113141     -5.755900     56.51000             50
    +#> 3775   VR2W-113141     -5.755900     56.51000             50
    +#> 3776   VR2W-113141     -5.755900     56.51000             50
    +#> 3777   VR2W-113141     -5.755900     56.51000             50
    +#> 3778   VR2W-113141     -5.755900     56.51000             50
    +#> 3779   VR2W-113141     -5.755900     56.51000             50
    +#> 3780   VR2W-113141     -5.755900     56.51000             50
    +#> 3781   VR2W-113141     -5.755900     56.51000             50
    +#> 3782   VR2W-113141     -5.755900     56.51000             50
    +#> 3783   VR2W-113141     -5.755900     56.51000             50
    +#> 3784   VR2W-113141     -5.755900     56.51000             50
    +#> 3785   VR2W-113141     -5.755900     56.51000             50
    +#> 3786   VR2W-113141     -5.755900     56.51000             50
    +#> 3787   VR2W-113141     -5.755900     56.51000             50
    +#> 3788   VR2W-113141     -5.755900     56.51000             50
    +#> 3789   VR2W-113141     -5.755900     56.51000             50
    +#> 3790   VR2W-113141     -5.755900     56.51000             50
    +#> 3791   VR2W-113141     -5.755900     56.51000             50
    +#> 3792   VR2W-113141     -5.755900     56.51000             50
    +#> 3793   VR2W-113141     -5.755900     56.51000             50
    +#> 3794   VR2W-113141     -5.755900     56.51000             50
    +#> 3795   VR2W-113141     -5.755900     56.51000             50
    +#> 3796   VR2W-113141     -5.755900     56.51000             50
    +#> 3797   VR2W-113141     -5.755900     56.51000             50
    +#> 3798   VR2W-113141     -5.755900     56.51000             50
    +#> 3799   VR2W-113141     -5.755900     56.51000             50
    +#> 3800   VR2W-113141     -5.755900     56.51000             50
    +#> 3801   VR2W-113141     -5.755900     56.51000             50
    +#> 3802   VR2W-113141     -5.755900     56.51000             50
    +#> 3803   VR2W-113141     -5.755900     56.51000             50
    +#> 3804   VR2W-113141     -5.755900     56.51000             50
    +#> 3805   VR2W-113141     -5.755900     56.51000             50
    +#> 3806   VR2W-113141     -5.755900     56.51000             50
    +#> 3807   VR2W-113141     -5.755900     56.51000             50
    +#> 3808   VR2W-113141     -5.755900     56.51000             50
    +#> 3809   VR2W-113141     -5.755900     56.51000             50
    +#> 3810   VR2W-113141     -5.755900     56.51000             50
    +#> 3811   VR2W-113141     -5.755900     56.51000             50
    +#> 3812   VR2W-113141     -5.755900     56.51000             50
    +#> 3813   VR2W-113141     -5.755900     56.51000             50
    +#> 3814   VR2W-113141     -5.755900     56.51000             50
    +#> 3815   VR2W-113141     -5.755900     56.51000             50
    +#> 3816   VR2W-113141     -5.755900     56.51000             50
    +#> 3817   VR2W-113141     -5.755900     56.51000             50
    +#> 3818   VR2W-113141     -5.755900     56.51000             50
    +#> 3819   VR2W-113141     -5.755900     56.51000             50
    +#> 3820   VR2W-113141     -5.755900     56.51000             50
    +#> 3821   VR2W-113141     -5.755900     56.51000             50
    +#> 3822   VR2W-113141     -5.755900     56.51000             50
    +#> 3823   VR2W-113141     -5.755900     56.51000             50
    +#> 3824   VR2W-113141     -5.755900     56.51000             50
    +#> 3825   VR2W-113141     -5.755900     56.51000             50
    +#> 3826   VR2W-113141     -5.755900     56.51000             50
    +#> 3827   VR2W-113141     -5.755900     56.51000             50
    +#> 3828   VR2W-113141     -5.755900     56.51000             50
    +#> 3829   VR2W-113141     -5.755900     56.51000             50
    +#> 3830   VR2W-113141     -5.755900     56.51000             50
    +#> 3831   VR2W-113141     -5.755900     56.51000             50
    +#> 3832   VR2W-113141     -5.755900     56.51000             50
    +#> 3833   VR2W-113141     -5.755900     56.51000             50
    +#> 3834   VR2W-108160     -5.704867     56.48890             25
    +#> 3835   VR2W-108160     -5.704867     56.48890             25
    +#> 3836   VR2W-108160     -5.704867     56.48890             25
    +#> 3837   VR2W-108160     -5.704867     56.48890             25
    +#> 3838   VR2W-108160     -5.704867     56.48890             25
    +#> 3839   VR2W-108160     -5.704867     56.48890             25
    +#> 3840   VR2W-108160     -5.704867     56.48890             25
    +#> 3841   VR2W-108160     -5.704867     56.48890             25
    +#> 3842   VR2W-108160     -5.704867     56.48890             25
    +#> 3843   VR2W-108160     -5.704867     56.48890             25
    +#> 3844   VR2W-108160     -5.704867     56.48890             25
    +#> 3845   VR2W-108160     -5.704867     56.48890             25
    +#> 3846   VR2W-108160     -5.704867     56.48890             25
    +#> 3847   VR2W-108160     -5.704867     56.48890             25
    +#> 3848  VR2AR-546136     -5.665000     56.48650            105
    +#> 3849  VR2AR-546136     -5.665000     56.48650            105
    +#> 3850  VR2AR-546136     -5.665000     56.48650            105
    +#> 3851  VR2AR-546136     -5.665000     56.48650            105
    +#> 3852  VR2AR-546136     -5.665000     56.48650            105
    +#> 3853  VR2AR-546136     -5.665000     56.48650            105
    +#> 3854  VR2AR-546136     -5.665000     56.48650            105
    +#> 3855  VR2AR-546136     -5.665000     56.48650            105
    +#> 3856  VR2AR-546136     -5.665000     56.48650            105
    +#> 3857  VR2AR-546136     -5.665000     56.48650            105
    +#> 3858  VR2AR-546136     -5.665000     56.48650            105
    +#> 3859  VR2AR-546136     -5.665000     56.48650            105
    +#> 3860  VR2AR-546136     -5.665000     56.48650            105
    +#> 3861  VR2AR-546136     -5.665000     56.48650            105
    +#> 3862  VR2AR-546136     -5.665000     56.48650            105
    +#> 3863  VR2AR-546136     -5.665000     56.48650            105
    +#> 3864  VR2AR-546136     -5.665000     56.48650            105
    +#> 3865  VR2AR-546136     -5.665000     56.48650            105
    +#> 3866  VR2AR-546136     -5.665000     56.48650            105
    +#> 3867  VR2AR-546136     -5.665000     56.48650            105
    +#> 3868  VR2AR-546136     -5.665000     56.48650            105
    +#> 3869  VR2AR-546136     -5.665000     56.48650            105
    +#> 3870  VR2AR-546136     -5.665000     56.48650            105
    +#> 3871  VR2AR-546136     -5.665000     56.48650            105
    +#> 3872  VR2AR-546136     -5.665000     56.48650            105
    +#> 3873  VR2AR-546136     -5.665000     56.48650            105
    +#> 3874  VR2AR-546136     -5.665000     56.48650            105
    +#> 3875  VR2AR-546136     -5.665000     56.48650            105
    +#> 3876   VR2W-108160     -5.704867     56.48890             25
    +#> 3877   VR2W-108160     -5.704867     56.48890             25
    +#> 3878   VR2W-108160     -5.704867     56.48890             25
    +#> 3879   VR2W-108160     -5.704867     56.48890             25
    +#> 3880   VR2W-108160     -5.704867     56.48890             25
    +#> 3881   VR2W-108160     -5.704867     56.48890             25
    +#> 3882   VR2W-108160     -5.704867     56.48890             25
    +#> 3883   VR2W-108160     -5.704867     56.48890             25
    +#> 3884   VR2W-108160     -5.704867     56.48890             25
    +#> 3885   VR2W-108160     -5.704867     56.48890             25
    +#> 3886   VR2W-108160     -5.704867     56.48890             25
    +#> 3887   VR2W-108160     -5.704867     56.48890             25
    +#> 3888   VR2W-108160     -5.704867     56.48890             25
    +#> 3889   VR2W-108160     -5.704867     56.48890             25
    +#> 3890   VR2W-108160     -5.704867     56.48890             25
    +#> 3891   VR2W-108160     -5.704867     56.48890             25
    +#> 3892   VR2W-108160     -5.704867     56.48890             25
    +#> 3893   VR2W-108160     -5.704867     56.48890             25
    +#> 3894   VR2W-108160     -5.704867     56.48890             25
    +#> 3895   VR2W-108160     -5.704867     56.48890             25
    +#> 3896   VR2W-108160     -5.704867     56.48890             25
    +#> 3897   VR2W-108160     -5.704867     56.48890             25
    +#> 3898   VR2W-108160     -5.704867     56.48890             25
    +#> 3899   VR2W-108160     -5.704867     56.48890             25
    +#> 3900   VR2W-108160     -5.704867     56.48890             25
    +#> 3901   VR2W-108160     -5.704867     56.48890             25
    +#> 3902   VR2W-108160     -5.704867     56.48890             25
    +#> 3903   VR2W-108160     -5.704867     56.48890             25
    +#> 3904   VR2W-108160     -5.704867     56.48890             25
    +#> 3905   VR2W-108160     -5.704867     56.48890             25
    +#> 3906   VR2W-108160     -5.704867     56.48890             25
    +#> 3907   VR2W-108160     -5.704867     56.48890             25
    +#> 3908   VR2W-108160     -5.704867     56.48890             25
    +#> 3909   VR2W-108160     -5.704867     56.48890             25
    +#> 3910   VR2W-108160     -5.704867     56.48890             25
    +#> 3911   VR2W-108160     -5.704867     56.48890             25
    +#> 3912   VR2W-108160     -5.704867     56.48890             25
    +#> 3913   VR2W-108160     -5.704867     56.48890             25
    +#> 3914   VR2W-108160     -5.704867     56.48890             25
    +#> 3915   VR2W-108160     -5.704867     56.48890             25
    +#> 3916   VR2W-108160     -5.704867     56.48890             25
    +#> 3917   VR2W-108160     -5.704867     56.48890             25
    +#> 3918  VR2AR-546136     -5.665000     56.48650            105
    +#> 3919  VR2AR-546136     -5.665000     56.48650            105
    +#> 3920  VR2AR-546136     -5.665000     56.48650            105
    +#> 3921  VR2AR-546136     -5.665000     56.48650            105
    +#> 3922  VR2AR-546136     -5.665000     56.48650            105
    +#> 3923  VR2AR-546136     -5.665000     56.48650            105
    +#> 3924  VR2AR-546136     -5.665000     56.48650            105
    +#> 3925  VR2AR-546136     -5.665000     56.48650            105
    +#> 3926  VR2AR-546136     -5.665000     56.48650            105
    +#> 3927  VR2AR-546136     -5.665000     56.48650            105
    +#> 3928  VR2AR-546136     -5.665000     56.48650            105
    +#> 3929  VR2AR-546136     -5.665000     56.48650            105
    +#> 3930  VR2AR-546136     -5.665000     56.48650            105
    +#> 3931   VR2W-113141     -5.755900     56.51000             50
    +#> 3932   VR2W-113141     -5.755900     56.51000             50
    +#> 3933   VR2W-113141     -5.755900     56.51000             50
    +#> 3934   VR2W-113141     -5.755900     56.51000             50
    +#> 3935   VR2W-113141     -5.755900     56.51000             50
    +#> 3936   VR2W-113141     -5.755900     56.51000             50
    +#> 3937   VR2W-113141     -5.755900     56.51000             50
    +#> 3938   VR2W-113141     -5.755900     56.51000             50
    +#> 3939   VR2W-113141     -5.755900     56.51000             50
    +#> 3940   VR2W-113141     -5.755900     56.51000             50
    +#> 3941   VR2W-113141     -5.755900     56.51000             50
    +#> 3942   VR2W-113141     -5.755900     56.51000             50
    +#> 3943   VR2W-113141     -5.755900     56.51000             50
    +#> 3944   VR2W-113141     -5.755900     56.51000             50
    +#> 3945   VR2W-113141     -5.755900     56.51000             50
    +#> 3946   VR2W-113141     -5.755900     56.51000             50
    +#> 3947   VR2W-113141     -5.755900     56.51000             50
    +#> 3948   VR2W-113141     -5.755900     56.51000             50
    +#> 3949   VR2W-113141     -5.755900     56.51000             50
    +#> 3950   VR2W-113141     -5.755900     56.51000             50
    +#> 3951   VR2W-113141     -5.755900     56.51000             50
    +#> 3952   VR2W-113141     -5.755900     56.51000             50
    +#> 3953   VR2W-113141     -5.755900     56.51000             50
    +#> 3954   VR2W-113141     -5.755900     56.51000             50
    +#> 3955   VR2W-113141     -5.755900     56.51000             50
    +#> 3956   VR2W-113141     -5.755900     56.51000             50
    +#> 3957   VR2W-113141     -5.755900     56.51000             50
    +#> 3958   VR2W-113141     -5.755900     56.51000             50
    +#> 3959   VR2W-113141     -5.755900     56.51000             50
    +#> 3960   VR2W-113141     -5.755900     56.51000             50
    +#> 3961   VR2W-113141     -5.755900     56.51000             50
    +#> 3962   VR2W-113141     -5.755900     56.51000             50
    +#> 3963   VR2W-113141     -5.755900     56.51000             50
    +#> 3964   VR2W-113141     -5.755900     56.51000             50
    +#> 3965   VR2W-113141     -5.755900     56.51000             50
    +#> 3966   VR2W-113141     -5.755900     56.51000             50
    +#> 3967   VR2W-113141     -5.755900     56.51000             50
    +#> 3968   VR2W-113141     -5.755900     56.51000             50
    +#> 3969   VR2W-113141     -5.755900     56.51000             50
    +#> 3970   VR2W-113141     -5.755900     56.51000             50
    +#> 3971   VR2W-113141     -5.755900     56.51000             50
    +#> 3972   VR2W-113141     -5.755900     56.51000             50
    +#> 3973   VR2W-113141     -5.755900     56.51000             50
    +#> 3974   VR2W-113141     -5.755900     56.51000             50
    +#> 3975   VR2W-113141     -5.755900     56.51000             50
    +#> 3976   VR2W-113141     -5.755900     56.51000             50
    +#> 3977   VR2W-113141     -5.755900     56.51000             50
    +#> 3978   VR2W-113141     -5.755900     56.51000             50
    +#> 3979   VR2W-113141     -5.755900     56.51000             50
    +#> 3980   VR2W-113141     -5.755900     56.51000             50
    +#> 3981   VR2W-113141     -5.755900     56.51000             50
    +#> 3982   VR2W-113141     -5.755900     56.51000             50
    +#> 3983   VR2W-113141     -5.755900     56.51000             50
    +#> 3984   VR2W-113141     -5.755900     56.51000             50
    +#> 3985   VR2W-113141     -5.755900     56.51000             50
    +#> 3986   VR2W-113141     -5.755900     56.51000             50
    +#> 3987   VR2W-113141     -5.755900     56.51000             50
    +#> 3988   VR2W-113141     -5.755900     56.51000             50
    +#> 3989   VR2W-113141     -5.755900     56.51000             50
    +#> 3990   VR2W-113141     -5.755900     56.51000             50
    +#> 3991   VR2W-113141     -5.755900     56.51000             50
    +#> 3992   VR2W-113141     -5.755900     56.51000             50
    +#> 3993   VR2W-113141     -5.755900     56.51000             50
    +#> 3994   VR2W-113141     -5.755900     56.51000             50
    +#> 3995   VR2W-113141     -5.755900     56.51000             50
    +#> 3996   VR2W-113141     -5.755900     56.51000             50
    +#> 3997   VR2W-113141     -5.755900     56.51000             50
    +#> 3998   VR2W-113141     -5.755900     56.51000             50
    +#> 3999   VR2W-113141     -5.755900     56.51000             50
    +#> 4000   VR2W-113141     -5.755900     56.51000             50
    +#> 4001   VR2W-113141     -5.755900     56.51000             50
    +#> 4002   VR2W-113141     -5.755900     56.51000             50
    +#> 4003   VR2W-113141     -5.755900     56.51000             50
    +#> 4004   VR2W-113141     -5.755900     56.51000             50
    +#> 4005   VR2W-113141     -5.755900     56.51000             50
    +#> 4006   VR2W-113141     -5.755900     56.51000             50
    +#> 4007   VR2W-113141     -5.755900     56.51000             50
    +#> 4008   VR2W-113141     -5.755900     56.51000             50
    +#> 4009      VR2-6720     -5.627150     56.50808             50
    +#> 4010      VR2-6720     -5.627150     56.50808             50
    +#> 4011   VR2W-113898     -5.596367     56.51122             50
    +#> 4012   VR2W-113898     -5.596367     56.51122             50
    +#> 4013   VR2W-113898     -5.596367     56.51122             50
    +#> 4014   VR2W-113898     -5.596367     56.51122             50
    +#> 4015   VR2W-113898     -5.596367     56.51122             50
    +#> 4016   VR2W-113898     -5.596367     56.51122             50
    +#> 4017   VR2W-113898     -5.596367     56.51122             50
    +#> 4018   VR2W-113898     -5.596367     56.51122             50
    +#> 4019   VR2W-113898     -5.596367     56.51122             50
    +#> 4020   VR2W-113898     -5.596367     56.51122             50
    +#> 4021   VR2W-113898     -5.596367     56.51122             50
    +#> 4022   VR2W-113898     -5.596367     56.51122             50
    +#> 4023   VR2W-113898     -5.596367     56.51122             50
    +#> 4024   VR2W-113898     -5.596367     56.51122             50
    +#> 4025   VR2W-113898     -5.596367     56.51122             50
    +#> 4026   VR2W-108160     -5.704867     56.48890             25
    +#> 4027   VR2W-108160     -5.704867     56.48890             25
    +#> 4028   VR2W-108160     -5.704867     56.48890             25
    +#> 4029   VR2W-113141     -5.755900     56.51000             50
    +#> 4030   VR2W-113141     -5.755900     56.51000             50
    +#> 4031   VR2W-113141     -5.755900     56.51000             50
    +#> 4032   VR2W-113141     -5.755900     56.51000             50
    +#> 4033   VR2W-113141     -5.755900     56.51000             50
    +#> 4034   VR2W-113141     -5.755900     56.51000             50
    +#> 4035   VR2W-113141     -5.755900     56.51000             50
    +#> 4036   VR2W-113141     -5.755900     56.51000             50
    +#> 4037   VR2W-113141     -5.755900     56.51000             50
    +#> 4038   VR2W-113141     -5.755900     56.51000             50
    +#> 4039   VR2W-113141     -5.755900     56.51000             50
    +#> 4040   VR2W-113141     -5.755900     56.51000             50
    +#> 4041   VR2W-113141     -5.755900     56.51000             50
    +#> 4042   VR2W-113141     -5.755900     56.51000             50
    +#> 4043   VR2W-113141     -5.755900     56.51000             50
    +#> 4044   VR2W-113141     -5.755900     56.51000             50
    +#> 4045   VR2W-113141     -5.755900     56.51000             50
    +#> 4046   VR2W-113141     -5.755900     56.51000             50
    +#> 4047   VR2W-113141     -5.755900     56.51000             50
    +#> 4048   VR2W-113141     -5.755900     56.51000             50
    +#> 4049   VR2W-113141     -5.755900     56.51000             50
    +#> 4050   VR2W-108160     -5.704867     56.48890             25
    +#> 4051   VR2W-108160     -5.704867     56.48890             25
    +#> 4052   VR2W-108160     -5.704867     56.48890             25
    +#> 4053   VR2W-108160     -5.704867     56.48890             25
    +#> 4054  VR2AR-546136     -5.665000     56.48650            105
    +#> 4055  VR2AR-546136     -5.665000     56.48650            105
    +#> 4056  VR2AR-546136     -5.665000     56.48650            105
    +#> 4057  VR2AR-546136     -5.665000     56.48650            105
    +#> 4058  VR2AR-546136     -5.665000     56.48650            105
    +#> 4059  VR2AR-546136     -5.665000     56.48650            105
    +#> 4060  VR2AR-546136     -5.665000     56.48650            105
    +#> 4061  VR2AR-546136     -5.665000     56.48650            105
    +#> 4062  VR2AR-546136     -5.665000     56.48650            105
    +#> 4063  VR2AR-546136     -5.665000     56.48650            105
    +#> 4064  VR2AR-546136     -5.665000     56.48650            105
    +#> 4065  VR2AR-546136     -5.665000     56.48650            105
    +#> 4066  VR2AR-546136     -5.665000     56.48650            105
    +#> 4067  VR2AR-546136     -5.665000     56.48650            105
    +#> 4068  VR2AR-546136     -5.665000     56.48650            105
    +#> 4069  VR2AR-546136     -5.665000     56.48650            105
    +#> 4070  VR2AR-546136     -5.665000     56.48650            105
    +#> 4071  VR2AR-546136     -5.665000     56.48650            105
    +#> 4072  VR2AR-546136     -5.665000     56.48650            105
    +#> 4073  VR2AR-546136     -5.665000     56.48650            105
    +#> 4074  VR2AR-546136     -5.665000     56.48650            105
    +#> 4075  VR2AR-546136     -5.665000     56.48650            105
    +#> 4076  VR2AR-546136     -5.665000     56.48650            105
    +#> 4077  VR2AR-546136     -5.665000     56.48650            105
    +#> 4078  VR2AR-546136     -5.665000     56.48650            105
    +#> 4079  VR2AR-546136     -5.665000     56.48650            105
    +#> 4080  VR2AR-546136     -5.665000     56.48650            105
    +#> 4081  VR2AR-546136     -5.665000     56.48650            105
    +#> 4082  VR2AR-546136     -5.665000     56.48650            105
    +#> 4083  VR2AR-546136     -5.665000     56.48650            105
    +#> 4084  VR2AR-546136     -5.665000     56.48650            105
    +#> 4085  VR2AR-546136     -5.665000     56.48650            105
    +#> 4086  VR2AR-546136     -5.665000     56.48650            105
    +#> 4087  VR2AR-546136     -5.665000     56.48650            105
    +#> 4088  VR2AR-546136     -5.665000     56.48650            105
    +#> 4089  VR2AR-546136     -5.665000     56.48650            105
    +#> 4090  VR2AR-546136     -5.665000     56.48650            105
    +#> 4091  VR2AR-546136     -5.665000     56.48650            105
    +#> 4092  VR2AR-546136     -5.665000     56.48650            105
    +#> 4093  VR2AR-546136     -5.665000     56.48650            105
    +#> 4094  VR2AR-546136     -5.665000     56.48650            105
    +#> 4095  VR2AR-546136     -5.665000     56.48650            105
    +#> 4096  VR2AR-546136     -5.665000     56.48650            105
    +#> 4097  VR2AR-546136     -5.665000     56.48650            105
    +#> 4098  VR2AR-546136     -5.665000     56.48650            105
    +#> 4099  VR2AR-546136     -5.665000     56.48650            105
    +#> 4100  VR2AR-546136     -5.665000     56.48650            105
    +#> 4101  VR2AR-546136     -5.665000     56.48650            105
    +#> 4102  VR2AR-546136     -5.665000     56.48650            105
    +#> 4103  VR2AR-546136     -5.665000     56.48650            105
    +#> 4104  VR2AR-546136     -5.665000     56.48650            105
    +#> 4105  VR2AR-546136     -5.665000     56.48650            105
    +#> 4106  VR2AR-546136     -5.665000     56.48650            105
    +#> 4107  VR2AR-546136     -5.665000     56.48650            105
    +#> 4108  VR2AR-546136     -5.665000     56.48650            105
    +#> 4109  VR2AR-546136     -5.665000     56.48650            105
    +#> 4110  VR2AR-546136     -5.665000     56.48650            105
    +#> 4111  VR2AR-546136     -5.665000     56.48650            105
    +#> 4112  VR2AR-546136     -5.665000     56.48650            105
    +#> 4113  VR2AR-546136     -5.665000     56.48650            105
    +#> 4114  VR2AR-546136     -5.665000     56.48650            105
    +#> 4115  VR2AR-546136     -5.665000     56.48650            105
    +#> 4116  VR2AR-546136     -5.665000     56.48650            105
    +#> 4117  VR2AR-546136     -5.665000     56.48650            105
    +#> 4118  VR2AR-546136     -5.665000     56.48650            105
    +#> 4119  VR2AR-546136     -5.665000     56.48650            105
    +#> 4120  VR2AR-546136     -5.665000     56.48650            105
    +#> 4121  VR2AR-546136     -5.665000     56.48650            105
    +#> 4122  VR2AR-546136     -5.665000     56.48650            105
    +#> 4123  VR2AR-546136     -5.665000     56.48650            105
    +#> 4124  VR2AR-546136     -5.665000     56.48650            105
    +#> 4125  VR2AR-546136     -5.665000     56.48650            105
    +#> 4126  VR2AR-546136     -5.665000     56.48650            105
    +#> 4127  VR2AR-546136     -5.665000     56.48650            105
    +#> 4128  VR2AR-546136     -5.665000     56.48650            105
    +#> 4129  VR2AR-546136     -5.665000     56.48650            105
    +#> 4130  VR2AR-546136     -5.665000     56.48650            105
    +#> 4131  VR2AR-546136     -5.665000     56.48650            105
    +#> 4132  VR2AR-546136     -5.665000     56.48650            105
    +#> 4133  VR2AR-546136     -5.665000     56.48650            105
    +#> 4134  VR2AR-546136     -5.665000     56.48650            105
    +#> 4135  VR2AR-546136     -5.665000     56.48650            105
    +#> 4136  VR2AR-546136     -5.665000     56.48650            105
    +#> 4137  VR2AR-546136     -5.665000     56.48650            105
    +#> 4138  VR2AR-546136     -5.665000     56.48650            105
    +#> 4139  VR2AR-546136     -5.665000     56.48650            105
    +#> 4140  VR2AR-546136     -5.665000     56.48650            105
    +#> 4141      VR2-6720     -5.627150     56.50808             50
    +#> 4142      VR2-6720     -5.627150     56.50808             50
    +#> 4143      VR2-6720     -5.627150     56.50808             50
    +#> 4144  VR2AR-546136     -5.665000     56.48650            105
    +#> 4145  VR2AR-546136     -5.665000     56.48650            105
    +#> 4146  VR2AR-546136     -5.665000     56.48650            105
    +#> 4147  VR2AR-546136     -5.665000     56.48650            105
    +#> 4148  VR2AR-546136     -5.665000     56.48650            105
    +#> 4149  VR2AR-546136     -5.665000     56.48650            105
    +#> 4150  VR2AR-546136     -5.665000     56.48650            105
    +#> 4151  VR2AR-546136     -5.665000     56.48650            105
    +#> 4152  VR2AR-546136     -5.665000     56.48650            105
    +#> 4153  VR2AR-546136     -5.665000     56.48650            105
    +#> 4154  VR2AR-546136     -5.665000     56.48650            105
    +#> 4155  VR2AR-546136     -5.665000     56.48650            105
    +#> 4156  VR2AR-546136     -5.665000     56.48650            105
    +#> 4157  VR2AR-546136     -5.665000     56.48650            105
    +#> 4158  VR2AR-546136     -5.665000     56.48650            105
    +#> 4159  VR2AR-546136     -5.665000     56.48650            105
    +#> 4160  VR2AR-546136     -5.665000     56.48650            105
    +#> 4161  VR2AR-546136     -5.665000     56.48650            105
    +#> 4162  VR2AR-546136     -5.665000     56.48650            105
    +#> 4163  VR2AR-546136     -5.665000     56.48650            105
    +#> 4164  VR2AR-546136     -5.665000     56.48650            105
    +#> 4165  VR2AR-546136     -5.665000     56.48650            105
    +#> 4166  VR2AR-546136     -5.665000     56.48650            105
    +#> 4167  VR2AR-546136     -5.665000     56.48650            105
    +#> 4168  VR2AR-546136     -5.665000     56.48650            105
    +#> 4169  VR2AR-546136     -5.665000     56.48650            105
    +#> 4170  VR2AR-546136     -5.665000     56.48650            105
    +#> 4171  VR2AR-546136     -5.665000     56.48650            105
    +#> 4172  VR2AR-546136     -5.665000     56.48650            105
    +#> 4173  VR2AR-546136     -5.665000     56.48650            105
    +#> 4174  VR2AR-546136     -5.665000     56.48650            105
    +#> 4175  VR2AR-546136     -5.665000     56.48650            105
    +#> 4176  VR2AR-546136     -5.665000     56.48650            105
    +#> 4177  VR2AR-546136     -5.665000     56.48650            105
    +#> 4178  VR2AR-546136     -5.665000     56.48650            105
    +#> 4179  VR2AR-546136     -5.665000     56.48650            105
    +#> 4180  VR2AR-546136     -5.665000     56.48650            105
    +#> 4181  VR2AR-546136     -5.665000     56.48650            105
    +#> 4182  VR2AR-546136     -5.665000     56.48650            105
    +#> 4183  VR2AR-546136     -5.665000     56.48650            105
    +#> 4184  VR2AR-546136     -5.665000     56.48650            105
    +#> 4185  VR2AR-546136     -5.665000     56.48650            105
    +#> 4186  VR2AR-546136     -5.665000     56.48650            105
    +#> 4187  VR2AR-546136     -5.665000     56.48650            105
    +#> 4188  VR2AR-546136     -5.665000     56.48650            105
    +#> 4189  VR2AR-546136     -5.665000     56.48650            105
    +#> 4190  VR2AR-546136     -5.665000     56.48650            105
    +#> 4191  VR2AR-546136     -5.665000     56.48650            105
    +#> 4192  VR2AR-546136     -5.665000     56.48650            105
    +#> 4193  VR2AR-546136     -5.665000     56.48650            105
    +#> 4194  VR2AR-546136     -5.665000     56.48650            105
    +#> 4195  VR2AR-546136     -5.665000     56.48650            105
    +#> 4196  VR2AR-546136     -5.665000     56.48650            105
    +#> 4197  VR2AR-546136     -5.665000     56.48650            105
    +#> 4198  VR2AR-546136     -5.665000     56.48650            105
    +#> 4199  VR2AR-546136     -5.665000     56.48650            105
    +#> 4200  VR2AR-546136     -5.665000     56.48650            105
    +#> 4201  VR2AR-546136     -5.665000     56.48650            105
    +#> 4202  VR2AR-546136     -5.665000     56.48650            105
    +#> 4203  VR2AR-546136     -5.665000     56.48650            105
    +#> 4204   VR2W-108160     -5.704867     56.48890             25
    +#> 4205   VR2W-108160     -5.704867     56.48890             25
    +#> 4206   VR2W-108160     -5.704867     56.48890             25
    +#> 4207   VR2W-108160     -5.704867     56.48890             25
    +#> 4208   VR2W-108160     -5.704867     56.48890             25
    +#> 4209   VR2W-108160     -5.704867     56.48890             25
    +#> 4210   VR2W-108160     -5.704867     56.48890             25
    +#> 4211   VR2W-108160     -5.704867     56.48890             25
    +#> 4212   VR2W-108160     -5.704867     56.48890             25
    +#> 4213   VR2W-108160     -5.704867     56.48890             25
    +#> 4214   VR2W-108160     -5.704867     56.48890             25
    +#> 4215   VR2W-108160     -5.704867     56.48890             25
    +#> 4216   VR2W-108160     -5.704867     56.48890             25
    +#> 4217   VR2W-108160     -5.704867     56.48890             25
    +#> 4218   VR2W-108160     -5.704867     56.48890             25
    +#> 4219  VR2AR-546136     -5.665000     56.48650            105
    +#> 4220  VR2AR-546136     -5.665000     56.48650            105
    +#> 4221  VR2AR-546136     -5.665000     56.48650            105
    +#> 4222  VR2AR-546136     -5.665000     56.48650            105
    +#> 4223  VR2AR-546136     -5.665000     56.48650            105
    +#> 4224  VR2AR-546136     -5.665000     56.48650            105
    +#> 4225  VR2AR-546136     -5.665000     56.48650            105
    +#> 4226  VR2AR-546136     -5.665000     56.48650            105
    +#> 4227  VR2AR-546136     -5.665000     56.48650            105
    +#> 4228  VR2AR-546136     -5.665000     56.48650            105
    +#> 4229  VR2AR-546136     -5.665000     56.48650            105
    +#> 4230  VR2AR-546136     -5.665000     56.48650            105
    +#> 4231  VR2AR-546136     -5.665000     56.48650            105
    +#> 4232  VR2AR-546136     -5.665000     56.48650            105
    +#> 4233  VR2AR-546136     -5.665000     56.48650            105
    +#> 4234  VR2AR-546136     -5.665000     56.48650            105
    +#> 4235  VR2AR-546136     -5.665000     56.48650            105
    +#> 4236  VR2AR-546136     -5.665000     56.48650            105
    +#> 4237  VR2AR-546136     -5.665000     56.48650            105
    +#> 4238  VR2AR-546136     -5.665000     56.48650            105
    +#> 4239  VR2AR-546136     -5.665000     56.48650            105
    +#> 4240  VR2AR-546136     -5.665000     56.48650            105
    +#> 4241  VR2AR-546136     -5.665000     56.48650            105
    +#> 4242  VR2AR-546136     -5.665000     56.48650            105
    +#> 4243  VR2AR-546136     -5.665000     56.48650            105
    +#> 4244  VR2AR-546136     -5.665000     56.48650            105
    +#> 4245  VR2AR-546136     -5.665000     56.48650            105
    +#> 4246  VR2AR-546136     -5.665000     56.48650            105
    +#> 4247  VR2AR-546136     -5.665000     56.48650            105
    +#> 4248  VR2AR-546136     -5.665000     56.48650            105
    +#> 4249  VR2AR-546136     -5.665000     56.48650            105
    +#> 4250  VR2AR-546136     -5.665000     56.48650            105
    +#> 4251  VR2AR-546136     -5.665000     56.48650            105
    +#> 4252  VR2AR-546136     -5.665000     56.48650            105
    +#> 4253  VR2AR-546136     -5.665000     56.48650            105
    +#> 4254  VR2AR-546136     -5.665000     56.48650            105
    +#> 4255      VR2-6720     -5.627150     56.50808             50
    +#> 4256      VR2-6720     -5.627150     56.50808             50
    +#> 4257      VR2-6720     -5.627150     56.50808             50
    +#> 4258      VR2-6720     -5.627150     56.50808             50
    +#> 4259      VR2-6720     -5.627150     56.50808             50
    +#> 4260      VR2-6720     -5.627150     56.50808             50
    +#> 4261      VR2-6720     -5.627150     56.50808             50
    +#> 4262      VR2-6720     -5.627150     56.50808             50
    +#> 4263      VR2-6720     -5.627150     56.50808             50
    +#> 4264      VR2-6720     -5.627150     56.50808             50
    +#> 4265      VR2-6720     -5.627150     56.50808             50
    +#> 4266      VR2-6720     -5.627150     56.50808             50
    +#> 4267      VR2-6720     -5.627150     56.50808             50
    +#> 4268      VR2-6720     -5.627150     56.50808             50
    +#> 4269      VR2-6720     -5.627150     56.50808             50
    +#> 4270      VR2-6720     -5.627150     56.50808             50
    +#> 4271      VR2-6720     -5.627150     56.50808             50
    +#> 4272      VR2-6720     -5.627150     56.50808             50
    +#> 4273      VR2-6720     -5.627150     56.50808             50
    +#> 4274      VR2-6720     -5.627150     56.50808             50
    +#> 4275      VR2-6720     -5.627150     56.50808             50
    +#> 4276  VR2AR-546136     -5.665000     56.48650            105
    +#> 4277  VR2AR-546136     -5.665000     56.48650            105
    +#> 4278  VR2AR-546136     -5.665000     56.48650            105
    +#> 4279  VR2AR-546136     -5.665000     56.48650            105
    +#> 4280  VR2AR-546136     -5.665000     56.48650            105
    +#> 4281  VR2AR-546136     -5.665000     56.48650            105
    +#> 4282  VR2AR-546136     -5.665000     56.48650            105
    +#> 4283  VR2AR-546136     -5.665000     56.48650            105
    +#> 4284  VR2AR-546136     -5.665000     56.48650            105
    +#> 4285  VR2AR-546136     -5.665000     56.48650            105
    +#> 4286  VR2AR-546136     -5.665000     56.48650            105
    +#> 4287  VR2AR-546136     -5.665000     56.48650            105
    +#> 4288  VR2AR-546136     -5.665000     56.48650            105
    +#> 4289  VR2AR-546136     -5.665000     56.48650            105
    +#> 4290  VR2AR-546136     -5.665000     56.48650            105
    +#> 4291  VR2AR-546136     -5.665000     56.48650            105
    +#> 4292  VR2AR-546136     -5.665000     56.48650            105
    +#> 4293  VR2AR-546134     -5.628000     56.45650             40
    +#> 4294  VR2AR-546134     -5.628000     56.45650             40
    +#> 4295  VR2AR-546134     -5.628000     56.45650             40
    +#> 4296  VR2AR-546134     -5.628000     56.45650             40
    +#> 4297  VR2AR-546134     -5.628000     56.45650             40
    +#> 4298  VR2AR-546134     -5.628000     56.45650             40
    +#> 4299  VR2AR-546134     -5.628000     56.45650             40
    +#> 4300  VR2AR-546134     -5.628000     56.45650             40
    +#> 4301  VR2AR-546134     -5.628000     56.45650             40
    +#> 4302  VR2AR-546134     -5.628000     56.45650             40
    +#> 4303  VR2AR-546134     -5.628000     56.45650             40
    +#> 4304  VR2AR-546134     -5.628000     56.45650             40
    +#> 4305  VR2AR-546134     -5.628000     56.45650             40
    +#> 4306  VR2AR-546134     -5.628000     56.45650             40
    +#> 4307  VR2AR-546134     -5.628000     56.45650             40
    +#> 4308  VR2AR-546134     -5.628000     56.45650             40
    +#> 4309  VR2AR-546134     -5.628000     56.45650             40
    +#> 4310  VR2AR-546134     -5.628000     56.45650             40
    +#> 4311  VR2AR-546134     -5.628000     56.45650             40
    +#> 4312  VR2AR-546134     -5.628000     56.45650             40
    +#> 4313  VR2AR-546134     -5.628000     56.45650             40
    +#> 4314  VR2AR-546134     -5.628000     56.45650             40
    +#> 4315   VR2W-108160     -5.704867     56.48890             25
    +#> 4316   VR2W-108160     -5.704867     56.48890             25
    +#> 4317   VR2W-108160     -5.704867     56.48890             25
    +#> 4318   VR2W-108160     -5.704867     56.48890             25
    +#> 4319   VR2W-108160     -5.704867     56.48890             25
    +#> 4320   VR2W-108160     -5.704867     56.48890             25
    +#> 4321   VR2W-108160     -5.704867     56.48890             25
    +#> 4322   VR2W-108160     -5.704867     56.48890             25
    +#> 4323   VR2W-108160     -5.704867     56.48890             25
    +#> 4324   VR2W-108160     -5.704867     56.48890             25
    +#> 4325   VR2W-108160     -5.704867     56.48890             25
    +#> 4326   VR2W-108160     -5.704867     56.48890             25
    +#> 4327   VR2W-108160     -5.704867     56.48890             25
    +#> 4328   VR2W-108160     -5.704867     56.48890             25
    +#> 4329   VR2W-108160     -5.704867     56.48890             25
    +#> 4330  VR2AR-546136     -5.665000     56.48650            105
    +#> 4331  VR2AR-546136     -5.665000     56.48650            105
    +#> 4332  VR2AR-546136     -5.665000     56.48650            105
    +#> 4333  VR2AR-546136     -5.665000     56.48650            105
    +#> 4334  VR2AR-546136     -5.665000     56.48650            105
    +#> 4335  VR2AR-546136     -5.665000     56.48650            105
    +#> 4336  VR2AR-546136     -5.665000     56.48650            105
    +#> 4337  VR2AR-546136     -5.665000     56.48650            105
    +#> 4338  VR2AR-546136     -5.665000     56.48650            105
    +#> 4339  VR2AR-546136     -5.665000     56.48650            105
    +#> 4340  VR2AR-546136     -5.665000     56.48650            105
    +#> 4341  VR2AR-546136     -5.665000     56.48650            105
    +#> 4342  VR2AR-546136     -5.665000     56.48650            105
    +#> 4343  VR2AR-546136     -5.665000     56.48650            105
    +#> 4344  VR2AR-546136     -5.665000     56.48650            105
    +#> 4345  VR2AR-546136     -5.665000     56.48650            105
    +#> 4346  VR2AR-546136     -5.665000     56.48650            105
    +#> 4347  VR2AR-546136     -5.665000     56.48650            105
    +#> 4348  VR2AR-546136     -5.665000     56.48650            105
    +#> 4349  VR2AR-546136     -5.665000     56.48650            105
    +#> 4350  VR2AR-546136     -5.665000     56.48650            105
    +#> 4351  VR2AR-546136     -5.665000     56.48650            105
    +#> 4352      VR2-6720     -5.627150     56.50808             50
    +#> 4353      VR2-6720     -5.627150     56.50808             50
    +#> 4354      VR2-6720     -5.627150     56.50808             50
    +#> 4355      VR2-6720     -5.627150     56.50808             50
    +#> 4356      VR2-6720     -5.627150     56.50808             50
    +#> 4357      VR2-6720     -5.627150     56.50808             50
    +#> 4358      VR2-6720     -5.627150     56.50808             50
    +#> 4359      VR2-6720     -5.627150     56.50808             50
    +#> 4360      VR2-6720     -5.627150     56.50808             50
    +#> 4361      VR2-6720     -5.627150     56.50808             50
    +#> 4362      VR2-6720     -5.627150     56.50808             50
    +#> 4363      VR2-6720     -5.627150     56.50808             50
    +#> 4364      VR2-6720     -5.627150     56.50808             50
    +#> 4365      VR2-6720     -5.627150     56.50808             50
    +#> 4366      VR2-6720     -5.627150     56.50808             50
    +#> 4367      VR2-6720     -5.627150     56.50808             50
    +#> 4368      VR2-6720     -5.627150     56.50808             50
    +#> 4369      VR2-6720     -5.627150     56.50808             50
    +#> 4370      VR2-6720     -5.627150     56.50808             50
    +#> 4371      VR2-6720     -5.627150     56.50808             50
    +#> 4372      VR2-6720     -5.627150     56.50808             50
    +#> 4373      VR2-6720     -5.627150     56.50808             50
    +#> 4374      VR2-6720     -5.627150     56.50808             50
    +#> 4375      VR2-6720     -5.627150     56.50808             50
    +#> 4376      VR2-6720     -5.627150     56.50808             50
    +#> 4377      VR2-6720     -5.627150     56.50808             50
    +#> 4378      VR2-6720     -5.627150     56.50808             50
    +#> 4379      VR2-6720     -5.627150     56.50808             50
    +#> 4380      VR2-6720     -5.627150     56.50808             50
    +#> 4381      VR2-6720     -5.627150     56.50808             50
    +#> 4382      VR2-6720     -5.627150     56.50808             50
    +#> 4383      VR2-6720     -5.627150     56.50808             50
    +#> 4384  VR2AR-546134     -5.628000     56.45650             40
    +#> 4385  VR2AR-546134     -5.628000     56.45650             40
    +#> 4386  VR2AR-546134     -5.628000     56.45650             40
    +#> 4387  VR2AR-546134     -5.628000     56.45650             40
    +#> 4388  VR2AR-546134     -5.628000     56.45650             40
    +#> 4389  VR2AR-546134     -5.628000     56.45650             40
    +#> 4390  VR2AR-546134     -5.628000     56.45650             40
    +#> 4391  VR2AR-546134     -5.628000     56.45650             40
    +#> 4392  VR2AR-546134     -5.628000     56.45650             40
    +#> 4393  VR2AR-546134     -5.628000     56.45650             40
    +#> 4394  VR2AR-546134     -5.628000     56.45650             40
    +#> 4395  VR2AR-546134     -5.628000     56.45650             40
    +#> 4396  VR2AR-546134     -5.628000     56.45650             40
    +#> 4397  VR2AR-546134     -5.628000     56.45650             40
    +#> 4398  VR2AR-546134     -5.628000     56.45650             40
    +#> 4399  VR2AR-546134     -5.628000     56.45650             40
    +#> 4400  VR2AR-546134     -5.628000     56.45650             40
    +#> 4401  VR2AR-546134     -5.628000     56.45650             40
    +#> 4402  VR2AR-546134     -5.628000     56.45650             40
    +#> 4403  VR2AR-546134     -5.628000     56.45650             40
    +#> 4404  VR2AR-546134     -5.628000     56.45650             40
    +#> 4405  VR2AR-546136     -5.665000     56.48650            105
    +#> 4406  VR2AR-546136     -5.665000     56.48650            105
    +#> 4407  VR2AR-546136     -5.665000     56.48650            105
    +#> 4408  VR2AR-546136     -5.665000     56.48650            105
    +#> 4409  VR2AR-546136     -5.665000     56.48650            105
    +#> 4410  VR2AR-546136     -5.665000     56.48650            105
    +#> 4411  VR2AR-546136     -5.665000     56.48650            105
    +#> 4412  VR2AR-546136     -5.665000     56.48650            105
    +#> 4413  VR2AR-546136     -5.665000     56.48650            105
    +#> 4414   VR2W-108160     -5.704867     56.48890             25
    +#> 4415   VR2W-108160     -5.704867     56.48890             25
    +#> 4416   VR2W-108160     -5.704867     56.48890             25
    +#> 4417   VR2W-108160     -5.704867     56.48890             25
    +#> 4418   VR2W-108160     -5.704867     56.48890             25
    +#> 4419   VR2W-108160     -5.704867     56.48890             25
    +#> 4420   VR2W-108160     -5.704867     56.48890             25
    +#> 4421   VR2W-108160     -5.704867     56.48890             25
    +#> 4422   VR2W-108160     -5.704867     56.48890             25
    +#> 4423   VR2W-108160     -5.704867     56.48890             25
    +#> 4424   VR2W-108160     -5.704867     56.48890             25
    +#> 4425   VR2W-108160     -5.704867     56.48890             25
    +#> 4426   VR2W-108160     -5.704867     56.48890             25
    +#> 4427   VR2W-108160     -5.704867     56.48890             25
    +#> 4428   VR2W-108160     -5.704867     56.48890             25
    +#> 4429   VR2W-108160     -5.704867     56.48890             25
    +#> 4430   VR2W-108160     -5.704867     56.48890             25
    +#> 4431   VR2W-108160     -5.704867     56.48890             25
    +#> 4432   VR2W-108160     -5.704867     56.48890             25
    +#> 4433   VR2W-108160     -5.704867     56.48890             25
    +#> 4434   VR2W-108160     -5.704867     56.48890             25
    +#> 4435   VR2W-108160     -5.704867     56.48890             25
    +#> 4436   VR2W-108160     -5.704867     56.48890             25
    +#> 4437   VR2W-108160     -5.704867     56.48890             25
    +#> 4438  VR2AR-546136     -5.665000     56.48650            105
    +#> 4439  VR2AR-546136     -5.665000     56.48650            105
    +#> 4440  VR2AR-546136     -5.665000     56.48650            105
    +#> 4441  VR2AR-546136     -5.665000     56.48650            105
    +#> 4442  VR2AR-546136     -5.665000     56.48650            105
    +#> 4443  VR2AR-546136     -5.665000     56.48650            105
    +#> 4444  VR2AR-546136     -5.665000     56.48650            105
    +#> 4445  VR2AR-546136     -5.665000     56.48650            105
    +#> 4446  VR2AR-546136     -5.665000     56.48650            105
    +#> 4447  VR2AR-546136     -5.665000     56.48650            105
    +#> 4448  VR2AR-546136     -5.665000     56.48650            105
    +#> 4449  VR2AR-546136     -5.665000     56.48650            105
    +#> 4450  VR2AR-546136     -5.665000     56.48650            105
    +#> 4451  VR2AR-546136     -5.665000     56.48650            105
    +#> 4452  VR2AR-546136     -5.665000     56.48650            105
    +#> 4453  VR2AR-546136     -5.665000     56.48650            105
    +#> 4454  VR2AR-546136     -5.665000     56.48650            105
    +#> 4455  VR2AR-546136     -5.665000     56.48650            105
    +#> 4456  VR2AR-546136     -5.665000     56.48650            105
    +#> 4457  VR2AR-546136     -5.665000     56.48650            105
    +#> 4458  VR2AR-546136     -5.665000     56.48650            105
    +#> 4459  VR2AR-546136     -5.665000     56.48650            105
    +#> 4460  VR2AR-546136     -5.665000     56.48650            105
    +#> 4461  VR2AR-546136     -5.665000     56.48650            105
    +#> 4462  VR2AR-546136     -5.665000     56.48650            105
    +#> 4463  VR2AR-546136     -5.665000     56.48650            105
    +#> 4464  VR2AR-546136     -5.665000     56.48650            105
    +#> 4465  VR2AR-546136     -5.665000     56.48650            105
    +#> 4466  VR2AR-546136     -5.665000     56.48650            105
    +#> 4467  VR2AR-546136     -5.665000     56.48650            105
    +#> 4468  VR2AR-546136     -5.665000     56.48650            105
    +#> 4469  VR2AR-546136     -5.665000     56.48650            105
    +#> 4470  VR2AR-546136     -5.665000     56.48650            105
    +#> 4471  VR2AR-546136     -5.665000     56.48650            105
    +#> 4472  VR2AR-546136     -5.665000     56.48650            105
    +#> 4473  VR2AR-546136     -5.665000     56.48650            105
    +#> 4474      VR2-6720     -5.627150     56.50808             50
    +#> 4475      VR2-6720     -5.627150     56.50808             50
    +#> 4476      VR2-6720     -5.627150     56.50808             50
    +#> 4477      VR2-6720     -5.627150     56.50808             50
    +#> 4478      VR2-6720     -5.627150     56.50808             50
    +#> 4479  VR2AR-546134     -5.628000     56.45650             40
    +#> 4480  VR2AR-546134     -5.628000     56.45650             40
    +#> 4481  VR2AR-546134     -5.628000     56.45650             40
    +#> 4482  VR2AR-546134     -5.628000     56.45650             40
    +#> 4483  VR2AR-546134     -5.628000     56.45650             40
    +#> 4484  VR2AR-546134     -5.628000     56.45650             40
    +#> 4485  VR2AR-546134     -5.628000     56.45650             40
    +#> 4486  VR2AR-546134     -5.628000     56.45650             40
    +#> 4487  VR2AR-546134     -5.628000     56.45650             40
    +#> 4488  VR2AR-546134     -5.628000     56.45650             40
    +#> 4489  VR2AR-546134     -5.628000     56.45650             40
    +#> 4490  VR2AR-546134     -5.628000     56.45650             40
    +#> 4491  VR2AR-546134     -5.628000     56.45650             40
    +#> 4492  VR2AR-546134     -5.628000     56.45650             40
    +#> 4493      VR2-6720     -5.627150     56.50808             50
    +#> 4494      VR2-6720     -5.627150     56.50808             50
    +#> 4495      VR2-6720     -5.627150     56.50808             50
    +#> 4496      VR2-6720     -5.627150     56.50808             50
    +#> 4497      VR2-6720     -5.627150     56.50808             50
    +#> 4498      VR2-6720     -5.627150     56.50808             50
    +#> 4499      VR2-6720     -5.627150     56.50808             50
    +#> 4500      VR2-6720     -5.627150     56.50808             50
    +#> 4501      VR2-6720     -5.627150     56.50808             50
    +#> 4502      VR2-6720     -5.627150     56.50808             50
    +#> 4503      VR2-6720     -5.627150     56.50808             50
    +#> 4504      VR2-6720     -5.627150     56.50808             50
    +#> 4505      VR2-6720     -5.627150     56.50808             50
    +#> 4506      VR2-6720     -5.627150     56.50808             50
    +#> 4507      VR2-6720     -5.627150     56.50808             50
    +#> 4508      VR2-6720     -5.627150     56.50808             50
    +#> 4509      VR2-6720     -5.627150     56.50808             50
    +#> 4510      VR2-6720     -5.627150     56.50808             50
    +#> 4511      VR2-6720     -5.627150     56.50808             50
    +#> 4512      VR2-6720     -5.627150     56.50808             50
    +#> 4513      VR2-6720     -5.627150     56.50808             50
    +#> 4514      VR2-6720     -5.627150     56.50808             50
    +#> 4515      VR2-6720     -5.627150     56.50808             50
    +#> 4516      VR2-6720     -5.627150     56.50808             50
    +#> 4517      VR2-6720     -5.627150     56.50808             50
    +#> 4518      VR2-6720     -5.627150     56.50808             50
    +#> 4519      VR2-6720     -5.627150     56.50808             50
    +#> 4520      VR2-6720     -5.627150     56.50808             50
    +#> 4521      VR2-6720     -5.627150     56.50808             50
    +#> 4522      VR2-6720     -5.627150     56.50808             50
    +#> 4523      VR2-6720     -5.627150     56.50808             50
    +#> 4524      VR2-6720     -5.627150     56.50808             50
    +#> 4525      VR2-6720     -5.627150     56.50808             50
    +#> 4526      VR2-6720     -5.627150     56.50808             50
    +#> 4527      VR2-6720     -5.627150     56.50808             50
    +#> 4528      VR2-6720     -5.627150     56.50808             50
    +#> 4529      VR2-6720     -5.627150     56.50808             50
    +#> 4530      VR2-6720     -5.627150     56.50808             50
    +#> 4531      VR2-6720     -5.627150     56.50808             50
    +#> 4532      VR2-6720     -5.627150     56.50808             50
    +#> 4533      VR2-6720     -5.627150     56.50808             50
    +#> 4534      VR2-6720     -5.627150     56.50808             50
    +#> 4535      VR2-6720     -5.627150     56.50808             50
    +#> 4536      VR2-6720     -5.627150     56.50808             50
    +#> 4537      VR2-6720     -5.627150     56.50808             50
    +#> 4538      VR2-6720     -5.627150     56.50808             50
    +#> 4539      VR2-6720     -5.627150     56.50808             50
    +#> 4540      VR2-6720     -5.627150     56.50808             50
    +#> 4541      VR2-6720     -5.627150     56.50808             50
    +#> 4542      VR2-6720     -5.627150     56.50808             50
    +#> 4543      VR2-6720     -5.627150     56.50808             50
    +#> 4544      VR2-6720     -5.627150     56.50808             50
    +#> 4545      VR2-6720     -5.627150     56.50808             50
    +#> 4546      VR2-6720     -5.627150     56.50808             50
    +#> 4547      VR2-6720     -5.627150     56.50808             50
    +#> 4548      VR2-6720     -5.627150     56.50808             50
    +#> 4549      VR2-6720     -5.627150     56.50808             50
    +#> 4550      VR2-6720     -5.627150     56.50808             50
    +#> 4551      VR2-6720     -5.627150     56.50808             50
    +#> 4552      VR2-6720     -5.627150     56.50808             50
    +#> 4553      VR2-6720     -5.627150     56.50808             50
    +#> 4554      VR2-6720     -5.627150     56.50808             50
    +#> 4555      VR2-6720     -5.627150     56.50808             50
    +#> 4556      VR2-6720     -5.627150     56.50808             50
    +#> 4557      VR2-6720     -5.627150     56.50808             50
    +#> 4558      VR2-6720     -5.627150     56.50808             50
    +#> 4559      VR2-6720     -5.627150     56.50808             50
    +#> 4560      VR2-6720     -5.627150     56.50808             50
    +#> 4561      VR2-6720     -5.627150     56.50808             50
    +#> 4562  VR2AR-546134     -5.628000     56.45650             40
    +#> 4563  VR2AR-546134     -5.628000     56.45650             40
    +#> 4564  VR2AR-546134     -5.628000     56.45650             40
    +#> 4565  VR2AR-546136     -5.665000     56.48650            105
    +#> 4566  VR2AR-546136     -5.665000     56.48650            105
    +#> 4567  VR2AR-546136     -5.665000     56.48650            105
    +#> 4568  VR2AR-546136     -5.665000     56.48650            105
    +#> 4569  VR2AR-546136     -5.665000     56.48650            105
    +#> 4570  VR2AR-546136     -5.665000     56.48650            105
    +#> 4571  VR2AR-546136     -5.665000     56.48650            105
    +#> 4572  VR2AR-546136     -5.665000     56.48650            105
    +#> 4573  VR2AR-546136     -5.665000     56.48650            105
    +#> 4574  VR2AR-546136     -5.665000     56.48650            105
    +#> 4575  VR2AR-546136     -5.665000     56.48650            105
    +#> 4576  VR2AR-546136     -5.665000     56.48650            105
    +#> 4577  VR2AR-546136     -5.665000     56.48650            105
    +#> 4578  VR2AR-546136     -5.665000     56.48650            105
    +#> 4579  VR2AR-546136     -5.665000     56.48650            105
    +#> 4580  VR2AR-546136     -5.665000     56.48650            105
    +#> 4581  VR2AR-546136     -5.665000     56.48650            105
    +#> 4582  VR2AR-546136     -5.665000     56.48650            105
    +#> 4583  VR2AR-546136     -5.665000     56.48650            105
    +#> 4584  VR2AR-546136     -5.665000     56.48650            105
    +#> 4585  VR2AR-546136     -5.665000     56.48650            105
    +#> 4586  VR2AR-546136     -5.665000     56.48650            105
    +#> 4587  VR2AR-546136     -5.665000     56.48650            105
    +#> 4588  VR2AR-546136     -5.665000     56.48650            105
    +#> 4589  VR2AR-546136     -5.665000     56.48650            105
    +#> 4590  VR2AR-546136     -5.665000     56.48650            105
    +#> 4591  VR2AR-546136     -5.665000     56.48650            105
    +#> 4592  VR2AR-546136     -5.665000     56.48650            105
    +#> 4593  VR2AR-546136     -5.665000     56.48650            105
    +#> 4594  VR2AR-546136     -5.665000     56.48650            105
    +#> 4595  VR2AR-546136     -5.665000     56.48650            105
    +#> 4596  VR2AR-546136     -5.665000     56.48650            105
    +#> 4597  VR2AR-546136     -5.665000     56.48650            105
    +#> 4598  VR2AR-546136     -5.665000     56.48650            105
    +#> 4599  VR2AR-546136     -5.665000     56.48650            105
    +#> 4600  VR2AR-546136     -5.665000     56.48650            105
    +#> 4601  VR2AR-546136     -5.665000     56.48650            105
    +#> 4602  VR2AR-546136     -5.665000     56.48650            105
    +#> 4603  VR2AR-546136     -5.665000     56.48650            105
    +#> 4604  VR2AR-546136     -5.665000     56.48650            105
    +#> 4605  VR2AR-546136     -5.665000     56.48650            105
    +#> 4606  VR2AR-546136     -5.665000     56.48650            105
    +#> 4607  VR2AR-546136     -5.665000     56.48650            105
    +#> 4608  VR2AR-546136     -5.665000     56.48650            105
    +#> 4609  VR2AR-546136     -5.665000     56.48650            105
    +#> 4610  VR2AR-546136     -5.665000     56.48650            105
    +#> 4611  VR2AR-546136     -5.665000     56.48650            105
    +#> 4612  VR2AR-546136     -5.665000     56.48650            105
    +#> 4613  VR2AR-546136     -5.665000     56.48650            105
    +#> 4614  VR2AR-546136     -5.665000     56.48650            105
    +#> 4615  VR2AR-546136     -5.665000     56.48650            105
    +#> 4616  VR2AR-546136     -5.665000     56.48650            105
    +#> 4617  VR2AR-546136     -5.665000     56.48650            105
    +#> 4618  VR2AR-546136     -5.665000     56.48650            105
    +#> 4619  VR2AR-546136     -5.665000     56.48650            105
    +#> 4620  VR2AR-546136     -5.665000     56.48650            105
    +#> 4621  VR2AR-546136     -5.665000     56.48650            105
    +#> 4622  VR2AR-546136     -5.665000     56.48650            105
    +#> 4623  VR2AR-546136     -5.665000     56.48650            105
    +#> 4624  VR2AR-546136     -5.665000     56.48650            105
    +#> 4625  VR2AR-546136     -5.665000     56.48650            105
    +#> 4626  VR2AR-546136     -5.665000     56.48650            105
    +#> 4627  VR2AR-546136     -5.665000     56.48650            105
    +#> 4628  VR2AR-546136     -5.665000     56.48650            105
    +#> 4629  VR2AR-546136     -5.665000     56.48650            105
    +#> 4630  VR2AR-546136     -5.665000     56.48650            105
    +#> 4631  VR2AR-546136     -5.665000     56.48650            105
    +#> 4632  VR2AR-546136     -5.665000     56.48650            105
    +#> 4633  VR2AR-546136     -5.665000     56.48650            105
    +#> 4634  VR2AR-546136     -5.665000     56.48650            105
    +#> 4635  VR2AR-546136     -5.665000     56.48650            105
    +#> 4636  VR2AR-546136     -5.665000     56.48650            105
    +#> 4637  VR2AR-546136     -5.665000     56.48650            105
    +#> 4638  VR2AR-546136     -5.665000     56.48650            105
    +#> 4639  VR2AR-546136     -5.665000     56.48650            105
    +#> 4640  VR2AR-546136     -5.665000     56.48650            105
    +#> 4641  VR2AR-546136     -5.665000     56.48650            105
    +#> 4642  VR2AR-546136     -5.665000     56.48650            105
    +#> 4643  VR2AR-546136     -5.665000     56.48650            105
    +#> 4644  VR2AR-546136     -5.665000     56.48650            105
    +#> 4645  VR2AR-546136     -5.665000     56.48650            105
    +#> 4646  VR2AR-546136     -5.665000     56.48650            105
    +#> 4647  VR2AR-546136     -5.665000     56.48650            105
    +#> 4648  VR2AR-546136     -5.665000     56.48650            105
    +#> 4649  VR2AR-546136     -5.665000     56.48650            105
    +#> 4650  VR2AR-546136     -5.665000     56.48650            105
    +#> 4651  VR2AR-546136     -5.665000     56.48650            105
    +#> 4652  VR2AR-546136     -5.665000     56.48650            105
    +#> 4653  VR2AR-546136     -5.665000     56.48650            105
    +#> 4654  VR2AR-546136     -5.665000     56.48650            105
    +#> 4655  VR2AR-546136     -5.665000     56.48650            105
    +#> 4656  VR2AR-546136     -5.665000     56.48650            105
    +#> 4657  VR2AR-546136     -5.665000     56.48650            105
    +#> 4658  VR2AR-546136     -5.665000     56.48650            105
    +#> 4659  VR2AR-546136     -5.665000     56.48650            105
    +#> 4660  VR2AR-546136     -5.665000     56.48650            105
    +#> 4661  VR2AR-546136     -5.665000     56.48650            105
    +#> 4662  VR2AR-546136     -5.665000     56.48650            105
    +#> 4663  VR2AR-546136     -5.665000     56.48650            105
    +#> 4664  VR2AR-546136     -5.665000     56.48650            105
    +#> 4665  VR2AR-546136     -5.665000     56.48650            105
    +#> 4666  VR2AR-546136     -5.665000     56.48650            105
    +#> 4667  VR2AR-546136     -5.665000     56.48650            105
    +#> 4668  VR2AR-546136     -5.665000     56.48650            105
    +#> 4669  VR2AR-546136     -5.665000     56.48650            105
    +#> 4670  VR2AR-546136     -5.665000     56.48650            105
    +#> 4671  VR2AR-546136     -5.665000     56.48650            105
    +#> 4672  VR2AR-546136     -5.665000     56.48650            105
    +#> 4673  VR2AR-546136     -5.665000     56.48650            105
    +#> 4674  VR2AR-546136     -5.665000     56.48650            105
    +#> 4675  VR2AR-546136     -5.665000     56.48650            105
    +#> 4676  VR2AR-546136     -5.665000     56.48650            105
    +#> 4677  VR2AR-546136     -5.665000     56.48650            105
    +#> 4678  VR2AR-546136     -5.665000     56.48650            105
    +#> 4679  VR2AR-546136     -5.665000     56.48650            105
    +#> 4680  VR2AR-546136     -5.665000     56.48650            105
    +#> 4681  VR2AR-546136     -5.665000     56.48650            105
    +#> 4682  VR2AR-546136     -5.665000     56.48650            105
    +#> 4683  VR2AR-546136     -5.665000     56.48650            105
    +#> 4684  VR2AR-546136     -5.665000     56.48650            105
    +#> 4685  VR2AR-546136     -5.665000     56.48650            105
    +#> 4686  VR2AR-546136     -5.665000     56.48650            105
    +#> 4687  VR2AR-546136     -5.665000     56.48650            105
    +#> 4688  VR2AR-546136     -5.665000     56.48650            105
    +#> 4689  VR2AR-546136     -5.665000     56.48650            105
    +#> 4690  VR2AR-546136     -5.665000     56.48650            105
    +#> 4691  VR2AR-546136     -5.665000     56.48650            105
    +#> 4692  VR2AR-546136     -5.665000     56.48650            105
    +#> 4693  VR2AR-546136     -5.665000     56.48650            105
    +#> 4694  VR2AR-546136     -5.665000     56.48650            105
    +#> 4695  VR2AR-546136     -5.665000     56.48650            105
    +#> 4696  VR2AR-546136     -5.665000     56.48650            105
    +#> 4697  VR2AR-546136     -5.665000     56.48650            105
    +#> 4698  VR2AR-546136     -5.665000     56.48650            105
    +#> 4699  VR2AR-546136     -5.665000     56.48650            105
    +#> 4700  VR2AR-546136     -5.665000     56.48650            105
    +#> 4701  VR2AR-546136     -5.665000     56.48650            105
    +#> 4702  VR2AR-546136     -5.665000     56.48650            105
    +#> 4703  VR2AR-546136     -5.665000     56.48650            105
    +#> 4704  VR2AR-546136     -5.665000     56.48650            105
    +#> 4705  VR2AR-546136     -5.665000     56.48650            105
    +#> 4706  VR2AR-546136     -5.665000     56.48650            105
    +#> 4707  VR2AR-546136     -5.665000     56.48650            105
    +#> 4708  VR2AR-546136     -5.665000     56.48650            105
    +#> 4709  VR2AR-546136     -5.665000     56.48650            105
    +#> 4710  VR2AR-546136     -5.665000     56.48650            105
    +#> 4711  VR2AR-546136     -5.665000     56.48650            105
    +#> 4712  VR2AR-546136     -5.665000     56.48650            105
    +#> 4713  VR2AR-546136     -5.665000     56.48650            105
    +#> 4714  VR2AR-546136     -5.665000     56.48650            105
    +#> 4715  VR2AR-546136     -5.665000     56.48650            105
    +#> 4716  VR2AR-546136     -5.665000     56.48650            105
    +#> 4717  VR2AR-546136     -5.665000     56.48650            105
    +#> 4718  VR2AR-546136     -5.665000     56.48650            105
    +#> 4719  VR2AR-546136     -5.665000     56.48650            105
    +#> 4720  VR2AR-546136     -5.665000     56.48650            105
    +#> 4721  VR2AR-546136     -5.665000     56.48650            105
    +#> 4722  VR2AR-546136     -5.665000     56.48650            105
    +#> 4723  VR2AR-546136     -5.665000     56.48650            105
    +#> 4724  VR2AR-546136     -5.665000     56.48650            105
    +#> 4725  VR2AR-546136     -5.665000     56.48650            105
    +#> 4726  VR2AR-546136     -5.665000     56.48650            105
    +#> 4727  VR2AR-546136     -5.665000     56.48650            105
    +#> 4728  VR2AR-546136     -5.665000     56.48650            105
    +#> 4729  VR2AR-546136     -5.665000     56.48650            105
    +#> 4730  VR2AR-546136     -5.665000     56.48650            105
    +#> 4731  VR2AR-546136     -5.665000     56.48650            105
    +#> 4732  VR2AR-546136     -5.665000     56.48650            105
    +#> 4733  VR2AR-546136     -5.665000     56.48650            105
    +#> 4734  VR2AR-546136     -5.665000     56.48650            105
    +#> 4735  VR2AR-546136     -5.665000     56.48650            105
    +#> 4736  VR2AR-546136     -5.665000     56.48650            105
    +#> 4737   VR2W-113141     -5.755900     56.51000             50
    +#> 4738   VR2W-113141     -5.755900     56.51000             50
    +#> 4739   VR2W-113141     -5.755900     56.51000             50
    +#> 4740   VR2W-113141     -5.755900     56.51000             50
    +#> 4741   VR2W-113141     -5.755900     56.51000             50
    +#> 4742   VR2W-113141     -5.755900     56.51000             50
    +#> 4743   VR2W-113141     -5.755900     56.51000             50
    +#> 4744   VR2W-113141     -5.755900     56.51000             50
    +#> 4745   VR2W-113141     -5.755900     56.51000             50
    +#> 4746   VR2W-113141     -5.755900     56.51000             50
    +#> 4747   VR2W-113141     -5.755900     56.51000             50
    +#> 4748   VR2W-113141     -5.755900     56.51000             50
    +#> 4749   VR2W-113141     -5.755900     56.51000             50
    +#> 4750   VR2W-113141     -5.755900     56.51000             50
    +#> 4751   VR2W-113141     -5.755900     56.51000             50
    +#> 4752   VR2W-113141     -5.755900     56.51000             50
    +#> 4753   VR2W-113141     -5.755900     56.51000             50
    +#> 4754   VR2W-113141     -5.755900     56.51000             50
    +#> 4755   VR2W-113141     -5.755900     56.51000             50
    +#> 4756   VR2W-113141     -5.755900     56.51000             50
    +#> 4757   VR2W-113141     -5.755900     56.51000             50
    +#> 4758   VR2W-113141     -5.755900     56.51000             50
    +#> 4759   VR2W-113141     -5.755900     56.51000             50
    +#> 4760   VR2W-113141     -5.755900     56.51000             50
    +#> 4761   VR2W-113141     -5.755900     56.51000             50
    +#> 4762   VR2W-113141     -5.755900     56.51000             50
    +#> 4763   VR2W-113141     -5.755900     56.51000             50
    +#> 4764   VR2W-113141     -5.755900     56.51000             50
    +#> 4765   VR2W-113141     -5.755900     56.51000             50
    +#> 4766   VR2W-113141     -5.755900     56.51000             50
    +#> 4767   VR2W-113141     -5.755900     56.51000             50
    +#> 4768   VR2W-113141     -5.755900     56.51000             50
    +#> 4769   VR2W-113141     -5.755900     56.51000             50
    +#> 4770   VR2W-113141     -5.755900     56.51000             50
    +#> 4771   VR2W-113141     -5.755900     56.51000             50
    +#> 4772   VR2W-113141     -5.755900     56.51000             50
    +#> 4773   VR2W-113141     -5.755900     56.51000             50
    +#> 4774   VR2W-113141     -5.755900     56.51000             50
    +#> 4775   VR2W-113141     -5.755900     56.51000             50
    +#> 4776   VR2W-113141     -5.755900     56.51000             50
    +#> 4777   VR2W-113141     -5.755900     56.51000             50
    +#> 4778   VR2W-113141     -5.755900     56.51000             50
    +#> 4779   VR2W-113141     -5.755900     56.51000             50
    +#> 4780   VR2W-113141     -5.755900     56.51000             50
    +#> 4781   VR2W-113141     -5.755900     56.51000             50
    +#> 4782   VR2W-113141     -5.755900     56.51000             50
    +#> 4783   VR2W-113141     -5.755900     56.51000             50
    +#> 4784   VR2W-113141     -5.755900     56.51000             50
    +#> 4785   VR2W-113141     -5.755900     56.51000             50
    +#> 4786   VR2W-113141     -5.755900     56.51000             50
    +#> 4787   VR2W-113141     -5.755900     56.51000             50
    +#> 4788   VR2W-113141     -5.755900     56.51000             50
    +#> 4789   VR2W-113141     -5.755900     56.51000             50
    +#> 4790   VR2W-113141     -5.755900     56.51000             50
    +#> 4791   VR2W-113141     -5.755900     56.51000             50
    +#> 4792   VR2W-113141     -5.755900     56.51000             50
    +#> 4793   VR2W-113141     -5.755900     56.51000             50
    +#> 4794   VR2W-113141     -5.755900     56.51000             50
    +#> 4795   VR2W-113141     -5.755900     56.51000             50
    +#> 4796   VR2W-113141     -5.755900     56.51000             50
    +#> 4797   VR2W-113141     -5.755900     56.51000             50
    +#> 4798   VR2W-113141     -5.755900     56.51000             50
    +#> 4799   VR2W-113141     -5.755900     56.51000             50
    +#> 4800   VR2W-113141     -5.755900     56.51000             50
    +#> 4801   VR2W-113141     -5.755900     56.51000             50
    +#> 4802   VR2W-113141     -5.755900     56.51000             50
    +#> 4803   VR2W-113141     -5.755900     56.51000             50
    +#> 4804   VR2W-113141     -5.755900     56.51000             50
    +#> 4805   VR2W-113141     -5.755900     56.51000             50
    +#> 4806   VR2W-113141     -5.755900     56.51000             50
    +#> 4807   VR2W-113141     -5.755900     56.51000             50
    +#> 4808   VR2W-113141     -5.755900     56.51000             50
    +#> 4809   VR2W-113141     -5.755900     56.51000             50
    +#> 4810   VR2W-113141     -5.755900     56.51000             50
    +#> 4811   VR2W-113141     -5.755900     56.51000             50
    +#> 4812   VR2W-113141     -5.755900     56.51000             50
    +#> 4813   VR2W-113141     -5.755900     56.51000             50
    +#> 4814   VR2W-113141     -5.755900     56.51000             50
    +#> 4815   VR2W-113141     -5.755900     56.51000             50
    +#> 4816   VR2W-113141     -5.755900     56.51000             50
    +#> 4817   VR2W-113141     -5.755900     56.51000             50
    +#> 4818   VR2W-113141     -5.755900     56.51000             50
    +#> 4819   VR2W-113141     -5.755900     56.51000             50
    +#> 4820   VR2W-113141     -5.755900     56.51000             50
    +#> 4821   VR2W-113141     -5.755900     56.51000             50
    +#> 4822   VR2W-113141     -5.755900     56.51000             50
    +#> 4823   VR2W-113141     -5.755900     56.51000             50
    +#> 4824   VR2W-113141     -5.755900     56.51000             50
    +#> 4825   VR2W-113141     -5.755900     56.51000             50
    +#> 4826   VR2W-113141     -5.755900     56.51000             50
    +#> 4827   VR2W-113141     -5.755900     56.51000             50
    +#> 4828   VR2W-113141     -5.755900     56.51000             50
    +#> 4829   VR2W-113141     -5.755900     56.51000             50
    +#> 4830   VR2W-113141     -5.755900     56.51000             50
    +#> 4831   VR2W-113141     -5.755900     56.51000             50
    +#> 4832  VR2AR-546136     -5.665000     56.48650            105
    +#> 4833  VR2AR-546136     -5.665000     56.48650            105
    +#> 4834  VR2AR-546136     -5.665000     56.48650            105
    +#> 4835  VR2AR-546136     -5.665000     56.48650            105
    +#> 4836  VR2AR-546136     -5.665000     56.48650            105
    +#> 4837  VR2AR-546136     -5.665000     56.48650            105
    +#> 4838  VR2AR-546136     -5.665000     56.48650            105
    +#> 4839  VR2AR-546136     -5.665000     56.48650            105
    +#> 4840  VR2AR-546136     -5.665000     56.48650            105
    +#> 4841  VR2AR-546136     -5.665000     56.48650            105
    +#> 4842  VR2AR-546136     -5.665000     56.48650            105
    +#> 4843  VR2AR-546136     -5.665000     56.48650            105
    +#> 4844  VR2AR-546136     -5.665000     56.48650            105
    +#> 4845  VR2AR-546136     -5.665000     56.48650            105
    +#> 4846  VR2AR-546136     -5.665000     56.48650            105
    +#> 4847  VR2AR-546136     -5.665000     56.48650            105
    +#> 4848  VR2AR-546136     -5.665000     56.48650            105
    +#> 4849  VR2AR-546136     -5.665000     56.48650            105
    +#> 4850  VR2AR-546136     -5.665000     56.48650            105
    +#> 4851  VR2AR-546136     -5.665000     56.48650            105
    +#> 4852  VR2AR-546136     -5.665000     56.48650            105
    +#> 4853  VR2AR-546136     -5.665000     56.48650            105
    +#> 4854  VR2AR-546136     -5.665000     56.48650            105
    +#> 4855  VR2AR-546136     -5.665000     56.48650            105
    +#> 4856  VR2AR-546136     -5.665000     56.48650            105
    +#> 4857  VR2AR-546136     -5.665000     56.48650            105
    +#> 4858  VR2AR-546136     -5.665000     56.48650            105
    +#> 4859  VR2AR-546136     -5.665000     56.48650            105
    +#> 4860  VR2AR-546136     -5.665000     56.48650            105
    +#> 4861  VR2AR-546136     -5.665000     56.48650            105
    +#> 4862  VR2AR-546136     -5.665000     56.48650            105
    +#> 4863  VR2AR-546136     -5.665000     56.48650            105
    +#> 4864  VR2AR-546136     -5.665000     56.48650            105
    +#> 4865  VR2AR-546136     -5.665000     56.48650            105
    +#> 4866  VR2AR-546136     -5.665000     56.48650            105
    +#> 4867  VR2AR-546136     -5.665000     56.48650            105
    +#> 4868  VR2AR-546136     -5.665000     56.48650            105
    +#> 4869  VR2AR-546136     -5.665000     56.48650            105
    +#> 4870  VR2AR-546136     -5.665000     56.48650            105
    +#> 4871  VR2AR-546136     -5.665000     56.48650            105
    +#> 4872  VR2AR-546136     -5.665000     56.48650            105
    +#> 4873  VR2AR-546136     -5.665000     56.48650            105
    +#> 4874  VR2AR-546136     -5.665000     56.48650            105
    +#> 4875  VR2AR-546136     -5.665000     56.48650            105
    +#> 4876  VR2AR-546136     -5.665000     56.48650            105
    +#> 4877  VR2AR-546136     -5.665000     56.48650            105
    +#> 4878  VR2AR-546136     -5.665000     56.48650            105
    +#> 4879  VR2AR-546136     -5.665000     56.48650            105
    +#> 4880  VR2AR-546136     -5.665000     56.48650            105
    +#> 4881  VR2AR-546136     -5.665000     56.48650            105
    +#> 4882  VR2AR-546136     -5.665000     56.48650            105
    +#> 4883  VR2AR-546136     -5.665000     56.48650            105
    +#> 4884  VR2AR-546136     -5.665000     56.48650            105
    +#> 4885  VR2AR-546136     -5.665000     56.48650            105
    +#> 4886  VR2AR-546136     -5.665000     56.48650            105
    +#> 4887  VR2AR-546136     -5.665000     56.48650            105
    +#> 4888  VR2AR-546136     -5.665000     56.48650            105
    +#> 4889  VR2AR-546136     -5.665000     56.48650            105
    +#> 4890  VR2AR-546136     -5.665000     56.48650            105
    +#> 4891  VR2AR-546136     -5.665000     56.48650            105
    +#> 4892  VR2AR-546136     -5.665000     56.48650            105
    +#> 4893  VR2AR-546136     -5.665000     56.48650            105
    +#> 4894  VR2AR-546136     -5.665000     56.48650            105
    +#> 4895  VR2AR-546136     -5.665000     56.48650            105
    +#> 4896  VR2AR-546136     -5.665000     56.48650            105
    +#> 4897  VR2AR-546136     -5.665000     56.48650            105
    +#> 4898  VR2AR-546136     -5.665000     56.48650            105
    +#> 4899  VR2AR-546136     -5.665000     56.48650            105
    +#> 4900  VR2AR-546136     -5.665000     56.48650            105
    +#> 4901  VR2AR-546136     -5.665000     56.48650            105
    +#> 4902  VR2AR-546136     -5.665000     56.48650            105
    +#> 4903  VR2AR-546136     -5.665000     56.48650            105
    +#> 4904  VR2AR-546136     -5.665000     56.48650            105
    +#> 4905  VR2AR-546136     -5.665000     56.48650            105
    +#> 4906  VR2AR-546136     -5.665000     56.48650            105
    +#> 4907  VR2AR-546136     -5.665000     56.48650            105
    +#> 4908  VR2AR-546136     -5.665000     56.48650            105
    +#> 4909  VR2AR-546136     -5.665000     56.48650            105
    +#> 4910  VR2AR-546136     -5.665000     56.48650            105
    +#> 4911  VR2AR-546136     -5.665000     56.48650            105
    +#> 4912  VR2AR-546136     -5.665000     56.48650            105
    +#> 4913  VR2AR-546136     -5.665000     56.48650            105
    +#> 4914  VR2AR-546136     -5.665000     56.48650            105
    +#> 4915  VR2AR-546136     -5.665000     56.48650            105
    +#> 4916  VR2AR-546136     -5.665000     56.48650            105
    +#> 4917  VR2AR-546136     -5.665000     56.48650            105
    +#> 4918  VR2AR-546136     -5.665000     56.48650            105
    +#> 4919  VR2AR-546136     -5.665000     56.48650            105
    +#> 4920  VR2AR-546136     -5.665000     56.48650            105
    +#> 4921  VR2AR-546136     -5.665000     56.48650            105
    +#> 4922  VR2AR-546136     -5.665000     56.48650            105
    +#> 4923  VR2AR-546136     -5.665000     56.48650            105
    +#> 4924  VR2AR-546136     -5.665000     56.48650            105
    +#> 4925  VR2AR-546136     -5.665000     56.48650            105
    +#> 4926  VR2AR-546136     -5.665000     56.48650            105
    +#> 4927  VR2AR-546136     -5.665000     56.48650            105
    +#> 4928  VR2AR-546136     -5.665000     56.48650            105
    +#> 4929  VR2AR-546136     -5.665000     56.48650            105
    +#> 4930  VR2AR-546136     -5.665000     56.48650            105
    +#> 4931  VR2AR-546136     -5.665000     56.48650            105
    +#> 4932  VR2AR-546136     -5.665000     56.48650            105
    +#> 4933  VR2AR-546136     -5.665000     56.48650            105
    +#> 4934  VR2AR-546136     -5.665000     56.48650            105
    +#> 4935  VR2AR-546136     -5.665000     56.48650            105
    +#> 4936  VR2AR-546136     -5.665000     56.48650            105
    +#> 4937  VR2AR-546136     -5.665000     56.48650            105
    +#> 4938  VR2AR-546136     -5.665000     56.48650            105
    +#> 4939  VR2AR-546136     -5.665000     56.48650            105
    +#> 4940  VR2AR-546136     -5.665000     56.48650            105
    +#> 4941  VR2AR-546136     -5.665000     56.48650            105
    +#> 4942  VR2AR-546136     -5.665000     56.48650            105
    +#> 4943  VR2AR-546136     -5.665000     56.48650            105
    +#> 4944  VR2AR-546136     -5.665000     56.48650            105
    +#> 4945  VR2AR-546136     -5.665000     56.48650            105
    +#> 4946  VR2AR-546136     -5.665000     56.48650            105
    +#> 4947  VR2AR-546136     -5.665000     56.48650            105
    +#> 4948  VR2AR-546136     -5.665000     56.48650            105
    +#> 4949  VR2AR-546136     -5.665000     56.48650            105
    +#> 4950  VR2AR-546136     -5.665000     56.48650            105
    +#> 4951  VR2AR-546136     -5.665000     56.48650            105
    +#> 4952  VR2AR-546136     -5.665000     56.48650            105
    +#> 4953  VR2AR-546136     -5.665000     56.48650            105
    +#> 4954  VR2AR-546136     -5.665000     56.48650            105
    +#> 4955  VR2AR-546136     -5.665000     56.48650            105
    +#> 4956  VR2AR-546136     -5.665000     56.48650            105
    +#> 4957  VR2AR-546136     -5.665000     56.48650            105
    +#> 4958  VR2AR-546136     -5.665000     56.48650            105
    +#> 4959  VR2AR-546136     -5.665000     56.48650            105
    +#> 4960      VR2-6720     -5.627150     56.50808             50
    +#> 4961      VR2-6720     -5.627150     56.50808             50
    +#> 4962      VR2-6720     -5.627150     56.50808             50
    +#> 4963      VR2-6720     -5.627150     56.50808             50
    +#> 4964      VR2-6720     -5.627150     56.50808             50
    +#> 4965      VR2-6720     -5.627150     56.50808             50
    +#> 4966      VR2-6720     -5.627150     56.50808             50
    +#> 4967      VR2-6720     -5.627150     56.50808             50
    +#> 4968      VR2-6720     -5.627150     56.50808             50
    +#> 4969      VR2-6720     -5.627150     56.50808             50
    +#> 4970      VR2-6720     -5.627150     56.50808             50
    +#> 4971      VR2-6720     -5.627150     56.50808             50
    +#> 4972      VR2-6720     -5.627150     56.50808             50
    +#> 4973      VR2-6720     -5.627150     56.50808             50
    +#> 4974      VR2-6720     -5.627150     56.50808             50
    +#> 4975      VR2-6720     -5.627150     56.50808             50
    +#> 4976      VR2-6720     -5.627150     56.50808             50
    +#> 4977      VR2-6720     -5.627150     56.50808             50
    +#> 4978      VR2-6720     -5.627150     56.50808             50
    +#> 4979      VR2-6720     -5.627150     56.50808             50
    +#> 4980      VR2-6720     -5.627150     56.50808             50
    +#> 4981      VR2-6720     -5.627150     56.50808             50
    +#> 4982      VR2-6720     -5.627150     56.50808             50
    +#> 4983      VR2-6720     -5.627150     56.50808             50
    +#> 4984      VR2-6720     -5.627150     56.50808             50
    +#> 4985      VR2-6720     -5.627150     56.50808             50
    +#> 4986      VR2-6720     -5.627150     56.50808             50
    +#> 4987      VR2-6720     -5.627150     56.50808             50
    +#> 4988      VR2-6720     -5.627150     56.50808             50
    +#> 4989      VR2-6720     -5.627150     56.50808             50
    +#> 4990      VR2-6720     -5.627150     56.50808             50
    +#> 4991      VR2-6720     -5.627150     56.50808             50
    +#> 4992      VR2-6720     -5.627150     56.50808             50
    +#> 4993      VR2-6720     -5.627150     56.50808             50
    +#> 4994      VR2-6720     -5.627150     56.50808             50
    +#> 4995      VR2-6720     -5.627150     56.50808             50
    +#> 4996      VR2-6720     -5.627150     56.50808             50
    +#> 4997      VR2-6720     -5.627150     56.50808             50
    +#> 4998      VR2-6720     -5.627150     56.50808             50
    +#> 4999      VR2-6720     -5.627150     56.50808             50
    +#> 5000      VR2-6720     -5.627150     56.50808             50
    +#> 5001      VR2-6720     -5.627150     56.50808             50
    +#> 5002      VR2-6720     -5.627150     56.50808             50
    +#> 5003      VR2-6720     -5.627150     56.50808             50
    +#> 5004      VR2-6720     -5.627150     56.50808             50
    +#> 5005      VR2-6720     -5.627150     56.50808             50
    +#> 5006      VR2-6720     -5.627150     56.50808             50
    +#> 5007      VR2-6720     -5.627150     56.50808             50
    +#> 5008      VR2-6720     -5.627150     56.50808             50
    +#> 5009      VR2-6720     -5.627150     56.50808             50
    +#> 5010      VR2-6720     -5.627150     56.50808             50
    +#> 5011      VR2-6720     -5.627150     56.50808             50
    +#> 5012      VR2-6720     -5.627150     56.50808             50
    +#> 5013      VR2-6720     -5.627150     56.50808             50
    +#> 5014      VR2-6720     -5.627150     56.50808             50
    +#> 5015      VR2-6720     -5.627150     56.50808             50
    +#> 5016      VR2-6720     -5.627150     56.50808             50
    +#> 5017      VR2-6720     -5.627150     56.50808             50
    +#> 5018      VR2-6720     -5.627150     56.50808             50
    +#> 5019      VR2-6720     -5.627150     56.50808             50
    +#> 5020      VR2-6720     -5.627150     56.50808             50
    +#> 5021      VR2-6720     -5.627150     56.50808             50
    +#> 5022      VR2-6720     -5.627150     56.50808             50
    +#> 5023      VR2-6720     -5.627150     56.50808             50
    +#> 5024      VR2-6720     -5.627150     56.50808             50
    +#> 5025      VR2-6720     -5.627150     56.50808             50
    +#> 5026      VR2-6720     -5.627150     56.50808             50
    +#> 5027      VR2-6720     -5.627150     56.50808             50
    +#> 5028      VR2-6720     -5.627150     56.50808             50
    +#> 5029      VR2-6720     -5.627150     56.50808             50
    +#> 5030      VR2-6720     -5.627150     56.50808             50
    +#> 5031  VR2AR-546136     -5.665000     56.48650            105
    +#> 5032  VR2AR-546136     -5.665000     56.48650            105
    +#> 5033  VR2AR-546136     -5.665000     56.48650            105
    +#> 5034  VR2AR-546136     -5.665000     56.48650            105
    +#> 5035      VR2-5629     -5.655350     56.38545             50
    +#> 5036      VR2-5629     -5.655350     56.38545             50
    +#> 5037      VR2-5629     -5.655350     56.38545             50
    +#> 5038      VR2-5629     -5.655350     56.38545             50
    +#> 5039      VR2-5629     -5.655350     56.38545             50
    +#> 5040      VR2-5629     -5.655350     56.38545             50
    +#> 5041      VR2-5629     -5.655350     56.38545             50
    +#> 5042      VR2-5629     -5.655350     56.38545             50
    +#> 5043      VR2-5629     -5.655350     56.38545             50
    +#> 5044      VR2-5629     -5.655350     56.38545             50
    +#> 5045      VR2-5629     -5.655350     56.38545             50
    +#> 5046      VR2-5629     -5.655350     56.38545             50
    +#> 5047      VR2-5629     -5.655350     56.38545             50
    +#> 5048      VR2-5629     -5.655350     56.38545             50
    +#> 5049      VR2-5629     -5.655350     56.38545             50
    +#> 5050      VR2-5629     -5.655350     56.38545             50
    +#> 5051      VR2-5629     -5.655350     56.38545             50
    +#> 5052  VR2AR-546132     -5.606667     56.39367             95
    +#> 5053  VR2AR-546132     -5.606667     56.39367             95
    +#> 5054  VR2AR-546132     -5.606667     56.39367             95
    +#> 5055  VR2AR-546132     -5.606667     56.39367             95
    +#> 5056  VR2AR-546132     -5.606667     56.39367             95
    +#> 5057  VR2AR-546132     -5.606667     56.39367             95
    +#> 5058  VR2AR-546132     -5.606667     56.39367             95
    +#> 5059  VR2AR-546132     -5.606667     56.39367             95
    +#> 5060  VR2AR-546132     -5.606667     56.39367             95
    +#> 5061  VR2AR-546132     -5.606667     56.39367             95
    +#> 5062  VR2AR-546132     -5.606667     56.39367             95
    +#> 5063  VR2AR-546132     -5.606667     56.39367             95
    +#> 5064  VR2AR-546132     -5.606667     56.39367             95
    +#> 5065  VR2AR-546132     -5.606667     56.39367             95
    +#> 5066  VR2AR-546132     -5.606667     56.39367             95
    +#> 5067  VR2AR-546132     -5.606667     56.39367             95
    +#> 5068  VR2AR-546132     -5.606667     56.39367             95
    +#> 5069  VR2AR-546132     -5.606667     56.39367             95
    +#> 5070  VR2AR-546132     -5.606667     56.39367             95
    +#> 5071  VR2AR-546132     -5.606667     56.39367             95
    +#> 5072  VR2AR-546132     -5.606667     56.39367             95
    +#> 5073  VR2AR-546132     -5.606667     56.39367             95
    +#> 5074  VR2AR-546132     -5.606667     56.39367             95
    +#> 5075  VR2AR-546132     -5.606667     56.39367             95
    +#> 5076  VR2AR-546132     -5.606667     56.39367             95
    +#> 5077  VR2AR-546132     -5.606667     56.39367             95
    +#> 5078  VR2AR-546132     -5.606667     56.39367             95
    +#> 5079  VR2AR-546132     -5.606667     56.39367             95
    +#> 5080  VR2AR-546132     -5.606667     56.39367             95
    +#> 5081  VR2AR-546132     -5.606667     56.39367             95
    +#> 5082  VR2AR-546132     -5.606667     56.39367             95
    +#> 5083  VR2AR-546132     -5.606667     56.39367             95
    +#> 5084  VR2AR-546132     -5.606667     56.39367             95
    +#> 5085  VR2AR-546132     -5.606667     56.39367             95
    +#> 5086  VR2AR-546132     -5.606667     56.39367             95
    +#> 5087  VR2AR-546132     -5.606667     56.39367             95
    +#> 5088  VR2AR-546132     -5.606667     56.39367             95
    +#> 5089  VR2AR-546132     -5.606667     56.39367             95
    +#> 5090  VR2AR-546132     -5.606667     56.39367             95
    +#> 5091  VR2AR-546132     -5.606667     56.39367             95
    +#> 5092   VR2W-120722     -5.602283     56.37748             25
    +#> 5093   VR2W-120722     -5.602283     56.37748             25
    +#> 5094   VR2W-120722     -5.602283     56.37748             25
    +#> 5095   VR2W-113142     -5.634833     56.37502             50
    +#> 5096   VR2W-113142     -5.634833     56.37502             50
    +#> 5097   VR2W-113142     -5.634833     56.37502             50
    +#> 5098  VR2AR-546133     -5.650167     56.36550             50
    +#> 5099  VR2AR-546133     -5.650167     56.36550             50
    +#> 5100  VR2AR-546133     -5.650167     56.36550             50
    +#> 5101  VR2AR-546133     -5.650167     56.36550             50
    +#> 5102  VR2AR-546133     -5.650167     56.36550             50
    +#> 5103  VR2AR-546133     -5.650167     56.36550             50
    +#> 5104  VR2AR-546133     -5.650167     56.36550             50
    +#> 5105   VR2W-110825     -5.691617     56.35263             50
    +#> 5106   VR2W-110825     -5.691617     56.35263             50
    +#> 5107   VR2W-110825     -5.691617     56.35263             50
    +#> 5108   VR2W-110825     -5.691617     56.35263             50
    +#> 5109   VR2W-110825     -5.691617     56.35263             50
    +#> 5110   VR2W-110825     -5.691617     56.35263             50
    +#> 5111   VR2W-110825     -5.691617     56.35263             50
    +#> 5112   VR2W-110825     -5.691617     56.35263             50
    +#> 5113   VR2W-110825     -5.691617     56.35263             50
    +#> 5114   VR2W-110825     -5.691617     56.35263             50
    +#> 5115   VR2W-110825     -5.691617     56.35263             50
    +#> 5116   VR2W-110825     -5.691617     56.35263             50
    +#> 5117   VR2W-110825     -5.691617     56.35263             50
    +#> 5118   VR2W-110825     -5.691617     56.35263             50
    +#> 5119      VR2-5629     -5.655350     56.38545             50
    +#> 5120      VR2-5629     -5.655350     56.38545             50
    +#> 5121      VR2-5629     -5.655350     56.38545             50
    +#> 5122      VR2-5629     -5.655350     56.38545             50
    +#> 5123      VR2-5629     -5.655350     56.38545             50
    +#> 5124      VR2-5629     -5.655350     56.38545             50
    +#> 5125      VR2-5629     -5.655350     56.38545             50
    +#> 5126      VR2-5629     -5.655350     56.38545             50
    +#> 5127      VR2-5629     -5.655350     56.38545             50
    +#> 5128      VR2-5629     -5.655350     56.38545             50
    +#> 5129      VR2-5629     -5.655350     56.38545             50
    +#> 5130      VR2-5629     -5.655350     56.38545             50
    +#> 5131      VR2-5629     -5.655350     56.38545             50
    +#> 5132      VR2-5629     -5.655350     56.38545             50
    +#> 5133      VR2-5629     -5.655350     56.38545             50
    +#> 5134      VR2-5629     -5.655350     56.38545             50
    +#> 5135      VR2-5629     -5.655350     56.38545             50
    +#> 5136      VR2-5629     -5.655350     56.38545             50
    +#> 5137      VR2-5629     -5.655350     56.38545             50
    +#> 5138      VR2-5629     -5.655350     56.38545             50
    +#> 5139      VR2-5629     -5.655350     56.38545             50
    +#> 5140  VR2AR-546136     -5.665000     56.48650            105
    +#> 5141  VR2AR-546136     -5.665000     56.48650            105
    +#> 5142  VR2AR-546136     -5.665000     56.48650            105
    +#> 5143  VR2AR-546136     -5.665000     56.48650            105
    +#> 5144  VR2AR-546136     -5.665000     56.48650            105
    +#> 5145  VR2AR-546136     -5.665000     56.48650            105
    +#> 5146  VR2AR-546136     -5.665000     56.48650            105
    +#> 5147  VR2AR-546136     -5.665000     56.48650            105
    +#> 5148  VR2AR-546136     -5.665000     56.48650            105
    +#> 5149  VR2AR-546136     -5.665000     56.48650            105
    +#> 5150  VR2AR-546136     -5.665000     56.48650            105
    +#> 5151  VR2AR-546136     -5.665000     56.48650            105
    +#> 5152  VR2AR-546136     -5.665000     56.48650            105
    +#> 5153  VR2AR-546136     -5.665000     56.48650            105
    +#> 5154  VR2AR-546136     -5.665000     56.48650            105
    +#> 5155  VR2AR-546136     -5.665000     56.48650            105
    +#> 5156  VR2AR-546136     -5.665000     56.48650            105
    +#> 5157  VR2AR-546136     -5.665000     56.48650            105
    +#> 5158  VR2AR-546136     -5.665000     56.48650            105
    +#> 5159  VR2AR-546136     -5.665000     56.48650            105
    +#> 5160  VR2AR-546136     -5.665000     56.48650            105
    +#> 5161  VR2AR-546136     -5.665000     56.48650            105
    +#> 5162  VR2AR-546136     -5.665000     56.48650            105
    +#> 5163  VR2AR-546136     -5.665000     56.48650            105
    +#> 5164  VR2AR-546134     -5.628000     56.45650             40
    +#> 5165  VR2AR-546134     -5.628000     56.45650             40
    +#> 5166  VR2AR-546134     -5.628000     56.45650             40
    +#> 5167  VR2AR-546134     -5.628000     56.45650             40
    +#> 5168  VR2AR-546134     -5.628000     56.45650             40
    +#> 5169  VR2AR-546132     -5.606667     56.39367             95
    +#> 5170  VR2AR-546132     -5.606667     56.39367             95
    +#> 5171  VR2AR-546132     -5.606667     56.39367             95
    +#> 5172  VR2AR-546132     -5.606667     56.39367             95
    +#> 5173  VR2AR-546132     -5.606667     56.39367             95
    +#> 5174  VR2AR-546132     -5.606667     56.39367             95
    +#> 5175  VR2AR-546132     -5.606667     56.39367             95
    +#> 5176  VR2AR-546132     -5.606667     56.39367             95
    +#> 5177  VR2AR-546132     -5.606667     56.39367             95
    +#> 5178  VR2AR-546132     -5.606667     56.39367             95
    +#> 5179  VR2AR-546132     -5.606667     56.39367             95
    +#> 5180  VR2AR-546132     -5.606667     56.39367             95
    +#> 5181  VR2AR-546132     -5.606667     56.39367             95
    +#> 5182  VR2AR-546132     -5.606667     56.39367             95
    +#> 5183  VR2AR-546132     -5.606667     56.39367             95
    +#> 5184  VR2AR-546132     -5.606667     56.39367             95
    +#> 5185  VR2AR-546132     -5.606667     56.39367             95
    +#> 5186  VR2AR-546132     -5.606667     56.39367             95
    +#> 5187  VR2AR-546132     -5.606667     56.39367             95
    +#> 5188  VR2AR-546132     -5.606667     56.39367             95
    +#> 5189  VR2AR-546132     -5.606667     56.39367             95
    +#> 5190  VR2AR-546132     -5.606667     56.39367             95
    +#> 5191  VR2AR-546132     -5.606667     56.39367             95
    +#> 5192  VR2AR-546132     -5.606667     56.39367             95
    +#> 5193  VR2AR-546132     -5.606667     56.39367             95
    +#> 5194  VR2AR-546132     -5.606667     56.39367             95
    +#> 5195  VR2AR-546132     -5.606667     56.39367             95
    +#> 5196  VR2AR-546132     -5.606667     56.39367             95
    +#> 5197  VR2AR-546132     -5.606667     56.39367             95
    +#> 5198  VR2AR-546132     -5.606667     56.39367             95
    +#> 5199  VR2AR-546132     -5.606667     56.39367             95
    +#> 5200  VR2AR-546132     -5.606667     56.39367             95
    +#> 5201  VR2AR-546132     -5.606667     56.39367             95
    +#> 5202  VR2AR-546132     -5.606667     56.39367             95
    +#> 5203  VR2AR-546132     -5.606667     56.39367             95
    +#> 5204  VR2AR-546132     -5.606667     56.39367             95
    +#> 5205  VR2AR-546132     -5.606667     56.39367             95
    +#> 5206  VR2AR-546132     -5.606667     56.39367             95
    +#> 5207  VR2AR-546132     -5.606667     56.39367             95
    +#> 5208  VR2AR-546132     -5.606667     56.39367             95
    +#> 5209  VR2AR-546132     -5.606667     56.39367             95
    +#> 5210  VR2AR-546132     -5.606667     56.39367             95
    +#> 5211  VR2AR-546132     -5.606667     56.39367             95
    +#> 5212  VR2AR-546132     -5.606667     56.39367             95
    +#> 5213  VR2AR-546132     -5.606667     56.39367             95
    +#> 5214  VR2AR-546132     -5.606667     56.39367             95
    +#> 5215  VR2AR-546132     -5.606667     56.39367             95
    +#> 5216  VR2AR-546132     -5.606667     56.39367             95
    +#> 5217  VR2AR-546132     -5.606667     56.39367             95
    +#> 5218  VR2AR-546132     -5.606667     56.39367             95
    +#> 5219  VR2AR-546132     -5.606667     56.39367             95
    +#> 5220  VR2AR-546132     -5.606667     56.39367             95
    +#> 5221  VR2AR-546132     -5.606667     56.39367             95
    +#> 5222  VR2AR-546132     -5.606667     56.39367             95
    +#> 5223  VR2AR-546132     -5.606667     56.39367             95
    +#> 5224  VR2AR-546132     -5.606667     56.39367             95
    +#> 5225  VR2AR-546132     -5.606667     56.39367             95
    +#> 5226  VR2AR-546132     -5.606667     56.39367             95
    +#> 5227  VR2AR-546132     -5.606667     56.39367             95
    +#> 5228  VR2AR-546132     -5.606667     56.39367             95
    +#> 5229  VR2AR-546132     -5.606667     56.39367             95
    +#> 5230  VR2AR-546132     -5.606667     56.39367             95
    +#> 5231  VR2AR-546132     -5.606667     56.39367             95
    +#> 5232  VR2AR-546132     -5.606667     56.39367             95
    +#> 5233  VR2AR-546132     -5.606667     56.39367             95
    +#> 5234  VR2AR-546132     -5.606667     56.39367             95
    +#> 5235  VR2AR-546132     -5.606667     56.39367             95
    +#> 5236  VR2AR-546132     -5.606667     56.39367             95
    +#> 5237  VR2AR-546132     -5.606667     56.39367             95
    +#> 5238  VR2AR-546132     -5.606667     56.39367             95
    +#> 5239  VR2AR-546132     -5.606667     56.39367             95
    +#> 5240  VR2AR-546132     -5.606667     56.39367             95
    +#> 5241  VR2AR-546132     -5.606667     56.39367             95
    +#> 5242  VR2AR-546132     -5.606667     56.39367             95
    +#> 5243  VR2AR-546132     -5.606667     56.39367             95
    +#> 5244  VR2AR-546132     -5.606667     56.39367             95
    +#> 5245  VR2AR-546132     -5.606667     56.39367             95
    +#> 5246  VR2AR-546132     -5.606667     56.39367             95
    +#> 5247  VR2AR-546132     -5.606667     56.39367             95
    +#> 5248  VR2AR-546132     -5.606667     56.39367             95
    +#> 5249  VR2AR-546132     -5.606667     56.39367             95
    +#> 5250  VR2AR-546132     -5.606667     56.39367             95
    +#> 5251  VR2AR-546132     -5.606667     56.39367             95
    +#> 5252  VR2AR-546132     -5.606667     56.39367             95
    +#> 5253  VR2AR-546132     -5.606667     56.39367             95
    +#> 5254  VR2AR-546132     -5.606667     56.39367             95
    +#> 5255   VR2W-108158     -5.619533     56.37413             25
    +#> 5256   VR2W-108158     -5.619533     56.37413             25
    +#> 5257   VR2W-108158     -5.619533     56.37413             25
    +#> 5258   VR2W-108158     -5.619533     56.37413             25
    +#> 5259   VR2W-108158     -5.619533     56.37413             25
    +#> 5260   VR2W-108158     -5.619533     56.37413             25
    +#> 5261   VR2W-108158     -5.619533     56.37413             25
    +#> 5262   VR2W-108158     -5.619533     56.37413             25
    +#> 5263   VR2W-108158     -5.619533     56.37413             25
    +#> 5264   VR2W-108158     -5.619533     56.37413             25
    +#> 5265   VR2W-108158     -5.619533     56.37413             25
    +#> 5266   VR2W-108158     -5.619533     56.37413             25
    +#> 5267   VR2W-108158     -5.619533     56.37413             25
    +#> 5268   VR2W-108158     -5.619533     56.37413             25
    +#> 5269   VR2W-108158     -5.619533     56.37413             25
    +#> 5270   VR2W-108158     -5.619533     56.37413             25
    +#> 5271   VR2W-113142     -5.634833     56.37502             50
    +#> 5272   VR2W-113142     -5.634833     56.37502             50
    +#> 5273   VR2W-113142     -5.634833     56.37502             50
    +#> 5274   VR2W-113142     -5.634833     56.37502             50
    +#> 5275   VR2W-113142     -5.634833     56.37502             50
    +#> 5276   VR2W-113142     -5.634833     56.37502             50
    +#> 5277   VR2W-113142     -5.634833     56.37502             50
    +#> 5278   VR2W-113142     -5.634833     56.37502             50
    +#> 5279   VR2W-113142     -5.634833     56.37502             50
    +#> 5280   VR2W-113142     -5.634833     56.37502             50
    +#> 5281   VR2W-113142     -5.634833     56.37502             50
    +#> 5282   VR2W-113142     -5.634833     56.37502             50
    +#> 5283   VR2W-113142     -5.634833     56.37502             50
    +#> 5284   VR2W-113142     -5.634833     56.37502             50
    +#> 5285   VR2W-113142     -5.634833     56.37502             50
    +#> 5286   VR2W-113142     -5.634833     56.37502             50
    +#> 5287  VR2AR-546132     -5.606667     56.39367             95
    +#> 5288  VR2AR-546132     -5.606667     56.39367             95
    +#> 5289  VR2AR-546132     -5.606667     56.39367             95
    +#> 5290  VR2AR-546132     -5.606667     56.39367             95
    +#> 5291  VR2AR-546132     -5.606667     56.39367             95
    +#> 5292  VR2AR-546132     -5.606667     56.39367             95
    +#> 5293   VR2W-113142     -5.634833     56.37502             50
    +#> 5294   VR2W-113142     -5.634833     56.37502             50
    +#> 5295   VR2W-113142     -5.634833     56.37502             50
    +#> 5296   VR2W-113142     -5.634833     56.37502             50
    +#> 5297   VR2W-113142     -5.634833     56.37502             50
    +#> 5298   VR2W-113142     -5.634833     56.37502             50
    +#> 5299   VR2W-113142     -5.634833     56.37502             50
    +#> 5300   VR2W-113142     -5.634833     56.37502             50
    +#> 5301   VR2W-113142     -5.634833     56.37502             50
    +#> 5302   VR2W-113142     -5.634833     56.37502             50
    +#> 5303   VR2W-113142     -5.634833     56.37502             50
    +#> 5304   VR2W-113142     -5.634833     56.37502             50
    +#> 5305   VR2W-113142     -5.634833     56.37502             50
    +#> 5306   VR2W-110825     -5.691617     56.35263             50
    +#> 5307   VR2W-110825     -5.691617     56.35263             50
    +#> 5308   VR2W-110825     -5.691617     56.35263             50
    +#> 5309   VR2W-110825     -5.691617     56.35263             50
    +#> 5310   VR2W-110825     -5.691617     56.35263             50
    +#> 5311   VR2W-110825     -5.691617     56.35263             50
    +#> 5312   VR2W-110825     -5.691617     56.35263             50
    +#> 5313   VR2W-110825     -5.691617     56.35263             50
    +#> 5314   VR2W-110825     -5.691617     56.35263             50
    +#> 5315   VR2W-110825     -5.691617     56.35263             50
    +#> 5316   VR2W-110825     -5.691617     56.35263             50
    +#> 5317   VR2W-110825     -5.691617     56.35263             50
    +#> 5318   VR2W-110825     -5.691617     56.35263             50
    +#> 5319   VR2W-113142     -5.634833     56.37502             50
    +#> 5320   VR2W-113142     -5.634833     56.37502             50
    +#> 5321   VR2W-113142     -5.634833     56.37502             50
    +#> 5322   VR2W-113142     -5.634833     56.37502             50
    +#> 5323   VR2W-113142     -5.634833     56.37502             50
    +#> 5324   VR2W-113142     -5.634833     56.37502             50
    +#> 5325   VR2W-113142     -5.634833     56.37502             50
    +#> 5326   VR2W-113142     -5.634833     56.37502             50
    +#> 5327  VR2AR-546132     -5.606667     56.39367             95
    +#> 5328  VR2AR-546132     -5.606667     56.39367             95
    +#> 5329  VR2AR-546132     -5.606667     56.39367             95
    +#> 5330  VR2AR-546132     -5.606667     56.39367             95
    +#> 5331  VR2AR-546132     -5.606667     56.39367             95
    +#> 5332  VR2AR-546132     -5.606667     56.39367             95
    +#> 5333  VR2AR-546132     -5.606667     56.39367             95
    +#> 5334  VR2AR-546132     -5.606667     56.39367             95
    +#> 5335  VR2AR-546132     -5.606667     56.39367             95
    +#> 5336  VR2AR-546132     -5.606667     56.39367             95
    +#> 5337  VR2AR-546132     -5.606667     56.39367             95
    +#> 5338  VR2AR-546132     -5.606667     56.39367             95
    +#> 5339  VR2AR-546132     -5.606667     56.39367             95
    +#> 5340  VR2AR-546132     -5.606667     56.39367             95
    +#> 5341  VR2AR-546132     -5.606667     56.39367             95
    +#> 5342  VR2AR-546132     -5.606667     56.39367             95
    +#> 5343  VR2AR-546132     -5.606667     56.39367             95
    +#> 5344  VR2AR-546132     -5.606667     56.39367             95
    +#> 5345  VR2AR-546132     -5.606667     56.39367             95
    +#> 5346  VR2AR-546132     -5.606667     56.39367             95
    +#> 5347  VR2AR-546132     -5.606667     56.39367             95
    +#> 5348  VR2AR-546132     -5.606667     56.39367             95
    +#> 5349  VR2AR-546132     -5.606667     56.39367             95
    +#> 5350  VR2AR-546132     -5.606667     56.39367             95
    +#> 5351  VR2AR-546132     -5.606667     56.39367             95
    +#> 5352  VR2AR-546132     -5.606667     56.39367             95
    +#> 5353  VR2AR-546132     -5.606667     56.39367             95
    +#> 5354  VR2AR-546132     -5.606667     56.39367             95
    +#> 5355  VR2AR-546132     -5.606667     56.39367             95
    +#> 5356  VR2AR-546132     -5.606667     56.39367             95
    +#> 5357  VR2AR-546132     -5.606667     56.39367             95
    +#> 5358  VR2AR-546132     -5.606667     56.39367             95
    +#> 5359  VR2AR-546132     -5.606667     56.39367             95
    +#> 5360  VR2AR-546132     -5.606667     56.39367             95
    +#> 5361  VR2AR-546132     -5.606667     56.39367             95
    +#> 5362  VR2AR-546132     -5.606667     56.39367             95
    +#> 5363  VR2AR-546132     -5.606667     56.39367             95
    +#> 5364  VR2AR-546132     -5.606667     56.39367             95
    +#> 5365  VR2AR-546132     -5.606667     56.39367             95
    +#> 5366  VR2AR-546132     -5.606667     56.39367             95
    +#> 5367  VR2AR-546132     -5.606667     56.39367             95
    +#> 5368  VR2AR-546132     -5.606667     56.39367             95
    +#> 5369  VR2AR-546132     -5.606667     56.39367             95
    +#> 5370   VR2W-120722     -5.602283     56.37748             25
    +#> 5371   VR2W-120722     -5.602283     56.37748             25
    +#> 5372   VR2W-120722     -5.602283     56.37748             25
    +#> 5373   VR2W-120722     -5.602283     56.37748             25
    +#> 5374   VR2W-120722     -5.602283     56.37748             25
    +#> 5375   VR2W-120722     -5.602283     56.37748             25
    +#> 5376   VR2W-120722     -5.602283     56.37748             25
    +#> 5377   VR2W-120722     -5.602283     56.37748             25
    +#> 5378   VR2W-120722     -5.602283     56.37748             25
    +#> 5379   VR2W-120722     -5.602283     56.37748             25
    +#> 5380   VR2W-120722     -5.602283     56.37748             25
    +#> 5381  VR2AR-546132     -5.606667     56.39367             95
    +#> 5382  VR2AR-546132     -5.606667     56.39367             95
    +#> 5383  VR2AR-546132     -5.606667     56.39367             95
    +#> 5384  VR2AR-546132     -5.606667     56.39367             95
    +#> 5385  VR2AR-546132     -5.606667     56.39367             95
    +#> 5386  VR2AR-546132     -5.606667     56.39367             95
    +#> 5387  VR2AR-546132     -5.606667     56.39367             95
    +#> 5388  VR2AR-546132     -5.606667     56.39367             95
    +#> 5389  VR2AR-546132     -5.606667     56.39367             95
    +#> 5390  VR2AR-546132     -5.606667     56.39367             95
    +#> 5391  VR2AR-546132     -5.606667     56.39367             95
    +#> 5392  VR2AR-546132     -5.606667     56.39367             95
    +#> 5393  VR2AR-546132     -5.606667     56.39367             95
    +#> 5394  VR2AR-546132     -5.606667     56.39367             95
    +#> 5395  VR2AR-546132     -5.606667     56.39367             95
    +#> 5396  VR2AR-546132     -5.606667     56.39367             95
    +#> 5397  VR2AR-546132     -5.606667     56.39367             95
    +#> 5398  VR2AR-546132     -5.606667     56.39367             95
    +#> 5399  VR2AR-546132     -5.606667     56.39367             95
    +#> 5400  VR2AR-546132     -5.606667     56.39367             95
    +#> 5401  VR2AR-546132     -5.606667     56.39367             95
    +#> 5402  VR2AR-546132     -5.606667     56.39367             95
    +#> 5403  VR2AR-546132     -5.606667     56.39367             95
    +#> 5404  VR2AR-546132     -5.606667     56.39367             95
    +#> 5405  VR2AR-546132     -5.606667     56.39367             95
    +#> 5406  VR2AR-546132     -5.606667     56.39367             95
    +#> 5407  VR2AR-546132     -5.606667     56.39367             95
    +#> 5408  VR2AR-546132     -5.606667     56.39367             95
    +#> 5409  VR2AR-546132     -5.606667     56.39367             95
    +#> 5410  VR2AR-546132     -5.606667     56.39367             95
    +#> 5411  VR2AR-546132     -5.606667     56.39367             95
    +#> 5412  VR2AR-546132     -5.606667     56.39367             95
    +#> 5413  VR2AR-546132     -5.606667     56.39367             95
    +#> 5414  VR2AR-546132     -5.606667     56.39367             95
    +#> 5415  VR2AR-546132     -5.606667     56.39367             95
    +#> 5416  VR2AR-546132     -5.606667     56.39367             95
    +#> 5417  VR2AR-546132     -5.606667     56.39367             95
    +#> 5418  VR2AR-546132     -5.606667     56.39367             95
    +#> 5419  VR2AR-546132     -5.606667     56.39367             95
    +#> 5420  VR2AR-546132     -5.606667     56.39367             95
    +#> 5421  VR2AR-546132     -5.606667     56.39367             95
    +#> 5422  VR2AR-546132     -5.606667     56.39367             95
    +#> 5423  VR2AR-546132     -5.606667     56.39367             95
    +#> 5424  VR2AR-546132     -5.606667     56.39367             95
    +#> 5425  VR2AR-546132     -5.606667     56.39367             95
    +#> 5426  VR2AR-546132     -5.606667     56.39367             95
    +#> 5427  VR2AR-546132     -5.606667     56.39367             95
    +#> 5428   VR2W-120722     -5.602283     56.37748             25
    +#> 5429   VR2W-120722     -5.602283     56.37748             25
    +#> 5430   VR2W-120722     -5.602283     56.37748             25
    +#> 5431   VR2W-120722     -5.602283     56.37748             25
    +#> 5432   VR2W-120722     -5.602283     56.37748             25
    +#> 5433   VR2W-108158     -5.619533     56.37413             25
    +#> 5434   VR2W-108158     -5.619533     56.37413             25
    +#> 5435   VR2W-108158     -5.619533     56.37413             25
    +#> 5436   VR2W-108158     -5.619533     56.37413             25
    +#> 5437   VR2W-108158     -5.619533     56.37413             25
    +#> 5438   VR2W-108158     -5.619533     56.37413             25
    +#> 5439   VR2W-108158     -5.619533     56.37413             25
    +#> 5440   VR2W-108158     -5.619533     56.37413             25
    +#> 5441   VR2W-120722     -5.602283     56.37748             25
    +#> 5442   VR2W-120722     -5.602283     56.37748             25
    +#> 5443   VR2W-120722     -5.602283     56.37748             25
    +#> 5444   VR2W-120722     -5.602283     56.37748             25
    +#> 5445   VR2W-120722     -5.602283     56.37748             25
    +#> 5446   VR2W-120722     -5.602283     56.37748             25
    +#> 5447   VR2W-120722     -5.602283     56.37748             25
    +#> 5448   VR2W-120722     -5.602283     56.37748             25
    +#> 5449   VR2W-120722     -5.602283     56.37748             25
    +#> 5450   VR2W-120722     -5.602283     56.37748             25
    +#> 5451   VR2W-120722     -5.602283     56.37748             25
    +#> 5452   VR2W-120722     -5.602283     56.37748             25
    +#> 5453   VR2W-120722     -5.602283     56.37748             25
    +#> 5454   VR2W-120722     -5.602283     56.37748             25
    +#> 5455   VR2W-120722     -5.602283     56.37748             25
    +#> 5456   VR2W-120722     -5.602283     56.37748             25
    +#> 5457   VR2W-120722     -5.602283     56.37748             25
    +#> 5458   VR2W-120722     -5.602283     56.37748             25
    +#> 5459   VR2W-120722     -5.602283     56.37748             25
    +#> 5460   VR2W-120722     -5.602283     56.37748             25
    +#> 5461   VR2W-120722     -5.602283     56.37748             25
    +#> 5462   VR2W-120722     -5.602283     56.37748             25
    +#> 5463   VR2W-120722     -5.602283     56.37748             25
    +#> 5464   VR2W-120722     -5.602283     56.37748             25
    +#> 5465   VR2W-108158     -5.619533     56.37413             25
    +#> 5466   VR2W-108158     -5.619533     56.37413             25
    +#> 5467   VR2W-108158     -5.619533     56.37413             25
    +#> 5468   VR2W-108158     -5.619533     56.37413             25
    +#> 5469   VR2W-108158     -5.619533     56.37413             25
    +#> 5470   VR2W-108158     -5.619533     56.37413             25
    +#> 5471   VR2W-108158     -5.619533     56.37413             25
    +#> 5472   VR2W-108158     -5.619533     56.37413             25
    +#> 5473   VR2W-120722     -5.602283     56.37748             25
    +#> 5474   VR2W-120722     -5.602283     56.37748             25
    +#> 5475   VR2W-120722     -5.602283     56.37748             25
    +#> 5476   VR2W-120722     -5.602283     56.37748             25
    +#> 5477   VR2W-120722     -5.602283     56.37748             25
    +#> 5478   VR2W-120722     -5.602283     56.37748             25
    +#> 5479   VR2W-120722     -5.602283     56.37748             25
    +#> 5480   VR2W-120722     -5.602283     56.37748             25
    +#> 5481   VR2W-120722     -5.602283     56.37748             25
    +#> 5482   VR2W-120722     -5.602283     56.37748             25
    +#> 5483   VR2W-120722     -5.602283     56.37748             25
    +#> 5484   VR2W-120722     -5.602283     56.37748             25
    +#> 5485   VR2W-120722     -5.602283     56.37748             25
    +#> 5486   VR2W-108158     -5.619533     56.37413             25
    +#> 5487   VR2W-108158     -5.619533     56.37413             25
    +#> 5488   VR2W-108158     -5.619533     56.37413             25
    +#> 5489   VR2W-108158     -5.619533     56.37413             25
    +#> 5490   VR2W-108158     -5.619533     56.37413             25
    +#> 5491   VR2W-108158     -5.619533     56.37413             25
    +#> 5492   VR2W-108158     -5.619533     56.37413             25
    +#> 5493   VR2W-108158     -5.619533     56.37413             25
    +#> 5494   VR2W-108158     -5.619533     56.37413             25
    +#> 5495   VR2W-108158     -5.619533     56.37413             25
    +#> 5496   VR2W-108158     -5.619533     56.37413             25
    +#> 5497   VR2W-108158     -5.619533     56.37413             25
    +#> 5498   VR2W-108158     -5.619533     56.37413             25
    +#> 5499   VR2W-108158     -5.619533     56.37413             25
    +#> 5500   VR2W-108158     -5.619533     56.37413             25
    +#> 5501   VR2W-108158     -5.619533     56.37413             25
    +#> 5502   VR2W-108158     -5.619533     56.37413             25
    +#> 5503   VR2W-108158     -5.619533     56.37413             25
    +#> 5504   VR2W-108158     -5.619533     56.37413             25
    +#> 5505   VR2W-108158     -5.619533     56.37413             25
    +#> 5506   VR2W-108158     -5.619533     56.37413             25
    +#> 5507   VR2W-108158     -5.619533     56.37413             25
    +#> 5508   VR2W-108158     -5.619533     56.37413             25
    +#> 5509   VR2W-108158     -5.619533     56.37413             25
    +#> 5510   VR2W-108158     -5.619533     56.37413             25
    +#> 5511   VR2W-108158     -5.619533     56.37413             25
    +#> 5512   VR2W-108158     -5.619533     56.37413             25
    +#> 5513   VR2W-108161     -5.605383     56.46018             25
    +#> 5514   VR2W-108161     -5.605383     56.46018             25
    +#> 5515   VR2W-108161     -5.605383     56.46018             25
    +#> 5516   VR2W-108161     -5.605383     56.46018             25
    +#> 5517  VR2AR-546131     -5.612700     56.37988             35
    +#> 5518  VR2AR-546131     -5.612700     56.37988             35
    +#> 5519  VR2AR-546131     -5.612700     56.37988             35
    +#> 5520  VR2AR-546131     -5.612700     56.37988             35
    +#> 5521  VR2AR-546131     -5.612700     56.37988             35
    +#> 5522  VR2AR-546131     -5.612700     56.37988             35
    +#> 5523  VR2AR-546131     -5.612700     56.37988             35
    +#> 5524  VR2AR-546131     -5.612700     56.37988             35
    +#> 5525  VR2AR-546131     -5.612700     56.37988             35
    +#> 5526  VR2AR-546131     -5.612700     56.37988             35
    +#> 5527  VR2AR-546131     -5.612700     56.37988             35
    +#> 5528  VR2AR-546131     -5.612700     56.37988             35
    +#> 5529  VR2AR-546131     -5.612700     56.37988             35
    +#> 5530   VR2W-108158     -5.619533     56.37413             25
    +#> 5531   VR2W-108158     -5.619533     56.37413             25
    +#> 5532   VR2W-108158     -5.619533     56.37413             25
    +#> 5533   VR2W-108158     -5.619533     56.37413             25
    +#> 5534   VR2W-108158     -5.619533     56.37413             25
    +#> 5535   VR2W-108158     -5.619533     56.37413             25
    +#> 5536   VR2W-108158     -5.619533     56.37413             25
    +#> 5537   VR2W-108158     -5.619533     56.37413             25
    +#> 5538   VR2W-108158     -5.619533     56.37413             25
    +#> 5539   VR2W-108158     -5.619533     56.37413             25
    +#> 5540   VR2W-108158     -5.619533     56.37413             25
    +#> 5541   VR2W-108158     -5.619533     56.37413             25
    +#> 5542   VR2W-108158     -5.619533     56.37413             25
    +#> 5543   VR2W-108158     -5.619533     56.37413             25
    +#> 5544   VR2W-108158     -5.619533     56.37413             25
    +#> 5545   VR2W-108158     -5.619533     56.37413             25
    +#> 5546   VR2W-108158     -5.619533     56.37413             25
    +#> 5547   VR2W-108158     -5.619533     56.37413             25
    +#> 5548   VR2W-108158     -5.619533     56.37413             25
    +#> 5549   VR2W-108158     -5.619533     56.37413             25
    +#> 5550   VR2W-108158     -5.619533     56.37413             25
    +#> 5551   VR2W-108158     -5.619533     56.37413             25
    +#> 5552   VR2W-108158     -5.619533     56.37413             25
    +#> 5553   VR2W-108158     -5.619533     56.37413             25
    +#> 5554  VR2AR-546131     -5.612700     56.37988             35
    +#> 5555  VR2AR-546131     -5.612700     56.37988             35
    +#> 5556  VR2AR-546131     -5.612700     56.37988             35
    +#> 5557  VR2AR-546131     -5.612700     56.37988             35
    +#> 5558  VR2AR-546131     -5.612700     56.37988             35
    +#> 5559  VR2AR-546131     -5.612700     56.37988             35
    +#> 5560  VR2AR-546131     -5.612700     56.37988             35
    +#> 5561  VR2AR-546131     -5.612700     56.37988             35
    +#> 5562  VR2AR-546131     -5.612700     56.37988             35
    +#> 5563  VR2AR-546131     -5.612700     56.37988             35
    +#> 5564  VR2AR-546131     -5.612700     56.37988             35
    +#> 5565  VR2AR-546131     -5.612700     56.37988             35
    +#> 5566  VR2AR-546131     -5.612700     56.37988             35
    +#> 5567  VR2AR-546131     -5.612700     56.37988             35
    +#> 5568  VR2AR-546131     -5.612700     56.37988             35
    +#> 5569  VR2AR-546131     -5.612700     56.37988             35
    +#> 5570  VR2AR-546131     -5.612700     56.37988             35
    +#> 5571  VR2AR-546131     -5.612700     56.37988             35
    +#> 5572  VR2AR-546131     -5.612700     56.37988             35
    +#> 5573  VR2AR-546131     -5.612700     56.37988             35
    +#> 5574  VR2AR-546131     -5.612700     56.37988             35
    +#> 5575  VR2AR-546131     -5.612700     56.37988             35
    +#> 5576  VR2AR-546131     -5.612700     56.37988             35
    +#> 5577  VR2AR-546131     -5.612700     56.37988             35
    +#> 5578  VR2AR-546131     -5.612700     56.37988             35
    +#> 5579  VR2AR-546131     -5.612700     56.37988             35
    +#> 5580  VR2AR-546131     -5.612700     56.37988             35
    +#> 5581  VR2AR-546131     -5.612700     56.37988             35
    +#> 5582  VR2AR-546131     -5.612700     56.37988             35
    +#> 5583  VR2AR-546131     -5.612700     56.37988             35
    +#> 5584  VR2AR-546131     -5.612700     56.37988             35
    +#> 5585  VR2AR-546131     -5.612700     56.37988             35
    +#> 5586  VR2AR-546380     -5.637917     56.44800             25
    +#> 5587  VR2AR-546380     -5.637917     56.44800             25
    +#> 5588  VR2AR-546380     -5.637917     56.44800             25
    +#> 5589   VR2W-108161     -5.605383     56.46018             25
    +#> 5590   VR2W-108161     -5.605383     56.46018             25
    +#> 5591   VR2W-108161     -5.605383     56.46018             25
    +#> 5592   VR2W-108161     -5.605383     56.46018             25
    +#> 5593   VR2W-108161     -5.605383     56.46018             25
    +#> 5594   VR2W-108161     -5.605383     56.46018             25
    +#> 5595   VR2W-108161     -5.605383     56.46018             25
    +#> 5596   VR2W-108161     -5.605383     56.46018             25
    +#> 5597   VR2W-108161     -5.605383     56.46018             25
    +#> 5598   VR2W-108161     -5.605383     56.46018             25
    +#> 5599   VR2W-108161     -5.605383     56.46018             25
    +#> 5600   VR2W-108161     -5.605383     56.46018             25
    +#> 5601   VR2W-108161     -5.605383     56.46018             25
    +#> 5602   VR2W-108161     -5.605383     56.46018             25
    +#> 5603  VR2AR-546380     -5.637917     56.44800             25
    +#> 5604  VR2AR-546380     -5.637917     56.44800             25
    +#> 5605  VR2AR-546380     -5.637917     56.44800             25
    +#> 5606  VR2AR-546380     -5.637917     56.44800             25
    +#> 5607  VR2AR-546380     -5.637917     56.44800             25
    +#> 5608  VR2AR-546380     -5.637917     56.44800             25
    +#> 5609  VR2AR-546380     -5.637917     56.44800             25
    +#> 5610  VR2AR-546380     -5.637917     56.44800             25
    +#> 5611  VR2AR-546380     -5.637917     56.44800             25
    +#> 5612  VR2AR-546136     -5.626250     56.44810             75
    +#> 5613  VR2AR-546136     -5.626250     56.44810             75
    +#> 5614  VR2AR-546136     -5.626250     56.44810             75
    +#> 5615  VR2AR-546131     -5.612700     56.37988             35
    +#> 5616  VR2AR-546131     -5.612700     56.37988             35
    +#> 5617  VR2AR-546131     -5.612700     56.37988             35
    +#> 5618  VR2AR-546131     -5.612700     56.37988             35
    +#> 5619  VR2AR-546131     -5.612700     56.37988             35
    +#> 5620  VR2AR-546131     -5.612700     56.37988             35
    +#> 5621  VR2AR-546131     -5.612700     56.37988             35
    +#> 5622  VR2AR-546131     -5.612700     56.37988             35
    +#> 5623  VR2AR-546131     -5.612700     56.37988             35
    +#> 5624  VR2AR-546131     -5.612700     56.37988             35
    +#> 5625  VR2AR-546131     -5.612700     56.37988             35
    +#> 5626  VR2AR-546131     -5.612700     56.37988             35
    +#> 5627  VR2AR-546131     -5.612700     56.37988             35
    +#> 5628  VR2AR-546131     -5.612700     56.37988             35
    +#> 5629  VR2AR-546131     -5.612700     56.37988             35
    +#> 5630  VR2AR-546131     -5.612700     56.37988             35
    +#> 5631  VR2AR-546131     -5.612700     56.37988             35
    +#> 5632  VR2AR-546131     -5.612700     56.37988             35
    +#> 5633  VR2AR-546131     -5.612700     56.37988             35
    +#> 5634  VR2AR-546131     -5.612700     56.37988             35
    +#> 5635  VR2AR-546131     -5.612700     56.37988             35
    +#> 5636  VR2AR-546131     -5.612700     56.37988             35
    +#> 5637  VR2AR-546131     -5.612700     56.37988             35
    +#> 5638  VR2AR-546131     -5.612700     56.37988             35
    +#> 5639  VR2AR-546131     -5.612700     56.37988             35
    +#> 5640  VR2AR-546131     -5.612700     56.37988             35
    +#> 5641  VR2AR-546131     -5.612700     56.37988             35
    +#> 5642  VR2AR-546131     -5.612700     56.37988             35
    +#> 5643  VR2AR-546131     -5.612700     56.37988             35
    +#> 5644  VR2AR-546131     -5.612700     56.37988             35
    +#> 5645  VR2AR-546131     -5.612700     56.37988             35
    +#> 5646  VR2AR-546136     -5.626250     56.44810             75
    +#> 5647  VR2AR-546136     -5.626250     56.44810             75
    +#> 5648  VR2AR-546136     -5.626250     56.44810             75
    +#> 5649   VR2W-108161     -5.605383     56.46018             25
    +#> 5650   VR2W-108161     -5.605383     56.46018             25
    +#> 5651  VR2AR-546136     -5.626250     56.44810             75
    +#> 5652  VR2AR-546136     -5.626250     56.44810             75
    +#> 5653  VR2AR-546136     -5.626250     56.44810             75
    +#> 5654  VR2AR-546136     -5.626250     56.44810             75
    +#> 5655  VR2AR-546136     -5.626250     56.44810             75
    +#> 5656  VR2AR-546136     -5.626250     56.44810             75
    +#> 5657  VR2AR-546380     -5.637917     56.44800             25
    +#> 5658  VR2AR-546380     -5.637917     56.44800             25
    +#> 5659  VR2AR-546136     -5.626250     56.44810             75
    +#> 5660  VR2AR-546136     -5.626250     56.44810             75
    +#> 5661  VR2AR-546136     -5.626250     56.44810             75
    +#> 5662  VR2AR-546136     -5.626250     56.44810             75
    +#> 5663  VR2AR-546136     -5.626250     56.44810             75
    +#> 5664  VR2AR-546136     -5.626250     56.44810             75
    +#> 5665  VR2AR-546136     -5.626250     56.44810             75
    +#> 5666  VR2AR-546136     -5.626250     56.44810             75
    +#> 5667  VR2AR-546131     -5.612700     56.37988             35
    +#> 5668  VR2AR-546131     -5.612700     56.37988             35
    +#> 5669  VR2AR-546131     -5.612700     56.37988             35
    +#> 5670  VR2AR-546131     -5.612700     56.37988             35
    +#> 5671  VR2AR-546131     -5.612700     56.37988             35
    +#> 5672  VR2AR-546131     -5.612700     56.37988             35
    +#> 5673  VR2AR-546131     -5.612700     56.37988             35
    +#> 5674  VR2AR-546131     -5.612700     56.37988             35
    +#> 5675  VR2AR-546131     -5.612700     56.37988             35
    +#> 5676  VR2AR-546131     -5.612700     56.37988             35
    +#> 5677  VR2AR-546131     -5.612700     56.37988             35
    +#> 5678  VR2AR-546131     -5.612700     56.37988             35
    +#> 5679  VR2AR-546131     -5.612700     56.37988             35
    +#> 5680  VR2AR-546131     -5.612700     56.37988             35
    +#> 5681  VR2AR-546131     -5.612700     56.37988             35
    +#> 5682  VR2AR-546131     -5.612700     56.37988             35
    +#> 5683  VR2AR-546131     -5.612700     56.37988             35
    +#> 5684  VR2AR-546131     -5.612700     56.37988             35
    +#> 5685  VR2AR-546131     -5.612700     56.37988             35
    +#> 5686  VR2AR-546131     -5.612700     56.37988             35
    +#> 5687  VR2AR-546131     -5.612700     56.37988             35
    +#> 5688  VR2AR-546131     -5.612700     56.37988             35
    +#> 5689  VR2AR-546131     -5.612700     56.37988             35
    +#> 5690  VR2AR-546131     -5.612700     56.37988             35
    +#> 5691  VR2AR-546131     -5.612700     56.37988             35
    +#> 5692  VR2AR-546131     -5.612700     56.37988             35
    +#> 5693  VR2AR-546136     -5.626250     56.44810             75
    +#> 5694  VR2AR-546136     -5.626250     56.44810             75
    +#> 5695  VR2AR-546136     -5.626250     56.44810             75
    +#> 5696  VR2AR-546136     -5.626250     56.44810             75
    +#> 5697  VR2AR-546136     -5.626250     56.44810             75
    +#> 5698  VR2AR-546136     -5.626250     56.44810             75
    +#> 5699  VR2AR-546136     -5.626250     56.44810             75
    +#> 5700  VR2AR-546136     -5.626250     56.44810             75
    +#> 5701  VR2AR-546136     -5.626250     56.44810             75
    +#> 5702  VR2AR-546136     -5.626250     56.44810             75
    +#> 5703  VR2AR-546136     -5.626250     56.44810             75
    +#> 5704  VR2AR-546136     -5.626250     56.44810             75
    +#> 5705  VR2AR-546380     -5.637917     56.44800             25
    +#> 5706  VR2AR-546380     -5.637917     56.44800             25
    +#> 5707  VR2AR-546380     -5.637917     56.44800             25
    +#> 5708  VR2AR-546380     -5.637917     56.44800             25
    +#> 5709  VR2AR-546380     -5.637917     56.44800             25
    +#> 5710  VR2AR-546380     -5.637917     56.44800             25
    +#> 5711  VR2AR-546380     -5.637917     56.44800             25
    +#> 5712  VR2AR-546380     -5.637917     56.44800             25
    +#> 5713  VR2AR-546380     -5.637917     56.44800             25
    +#> 5714  VR2AR-546380     -5.637917     56.44800             25
    +#> 5715  VR2AR-546380     -5.637917     56.44800             25
    +#> 5716  VR2AR-546380     -5.637917     56.44800             25
    +#> 5717  VR2AR-546380     -5.637917     56.44800             25
    +#> 5718  VR2AR-546136     -5.626250     56.44810             75
    +#> 5719  VR2AR-546136     -5.626250     56.44810             75
    +#> 5720  VR2AR-546136     -5.626250     56.44810             75
    +#> 5721  VR2AR-546136     -5.626250     56.44810             75
    +#> 5722  VR2AR-546136     -5.626250     56.44810             75
    +#> 5723  VR2AR-546136     -5.626250     56.44810             75
    +#> 5724  VR2AR-546136     -5.626250     56.44810             75
    +#> 5725  VR2AR-546136     -5.626250     56.44810             75
    +#> 5726  VR2AR-546136     -5.626250     56.44810             75
    +#> 5727  VR2AR-546136     -5.626250     56.44810             75
    +#> 5728  VR2AR-546136     -5.626250     56.44810             75
    +#> 5729  VR2AR-546136     -5.626250     56.44810             75
    +#> 5730  VR2AR-546136     -5.626250     56.44810             75
    +#> 5731  VR2AR-546133     -5.701717     56.49747             90
    +#> 5732  VR2AR-546133     -5.701717     56.49747             90
    +#> 5733  VR2AR-546133     -5.701717     56.49747             90
    +#> 5734  VR2AR-546133     -5.701717     56.49747             90
    +#> 5735  VR2AR-546133     -5.701717     56.49747             90
    +#> 5736  VR2AR-546133     -5.701717     56.49747             90
    +#> 5737  VR2AR-546133     -5.701717     56.49747             90
    +#> 5738  VR2AR-546133     -5.701717     56.49747             90
    +#> 5739  VR2AR-546133     -5.701717     56.49747             90
    +#> 5740  VR2AR-546133     -5.701717     56.49747             90
    +#> 5741  VR2AR-546133     -5.701717     56.49747             90
    +#> 5742      VR2-5637     -5.692417     56.49913             25
    +#> 5743      VR2-5637     -5.692417     56.49913             25
    +#> 5744      VR2-5637     -5.692417     56.49913             25
    +#> 5745      VR2-5637     -5.692417     56.49913             25
    +#> 5746      VR2-5637     -5.692417     56.49913             25
    +#> 5747      VR2-5637     -5.692417     56.49913             25
    +#> 5748      VR2-5637     -5.692417     56.49913             25
    +#> 5749      VR2-5637     -5.692417     56.49913             25
    +#> 5750      VR2-5637     -5.692417     56.49913             25
    +#> 5751      VR2-5637     -5.692417     56.49913             25
    +#> 5752      VR2-5637     -5.692417     56.49913             25
    +#> 5753      VR2-5637     -5.692417     56.49913             25
    +#> 5754      VR2-5637     -5.692417     56.49913             25
    +#> 5755      VR2-5637     -5.692417     56.49913             25
    +#> 5756      VR2-5637     -5.692417     56.49913             25
    +#> 5757      VR2-5637     -5.692417     56.49913             25
    +#> 5758      VR2-5637     -5.692417     56.49913             25
    +#> 5759      VR2-5637     -5.692417     56.49913             25
    +#> 5760      VR2-5637     -5.692417     56.49913             25
    +#> 5761   VR2W-108161     -5.605383     56.46018             25
    +#> 5762   VR2W-108161     -5.605383     56.46018             25
    +#> 5763   VR2W-108161     -5.605383     56.46018             25
    +#> 5764   VR2W-108161     -5.605383     56.46018             25
    +#> 5765   VR2W-108161     -5.605383     56.46018             25
    +#> 5766   VR2W-108161     -5.605383     56.46018             25
    +#> 5767   VR2W-108161     -5.605383     56.46018             25
    +#> 5768   VR2W-108161     -5.605383     56.46018             25
    +#> 5769   VR2W-108161     -5.605383     56.46018             25
    +#> 5770   VR2W-108161     -5.605383     56.46018             25
    +#> 5771   VR2W-108161     -5.605383     56.46018             25
    +#> 5772   VR2W-108161     -5.605383     56.46018             25
    +#> 5773   VR2W-108161     -5.605383     56.46018             25
    +#> 5774   VR2W-108161     -5.605383     56.46018             25
    +#> 5775   VR2W-108161     -5.605383     56.46018             25
    +#> 5776   VR2W-108161     -5.605383     56.46018             25
    +#> 5777   VR2W-108161     -5.605383     56.46018             25
    +#> 5778   VR2W-108161     -5.605383     56.46018             25
    +#> 5779   VR2W-108161     -5.605383     56.46018             25
    +#> 5780   VR2W-108161     -5.605383     56.46018             25
    +#> 5781   VR2W-108161     -5.605383     56.46018             25
    +#> 5782   VR2W-108161     -5.605383     56.46018             25
    +#> 5783   VR2W-108161     -5.605383     56.46018             25
    +#> 5784  VR2AR-546131     -5.612700     56.37988             35
    +#> 5785  VR2AR-546131     -5.612700     56.37988             35
    +#> 5786  VR2AR-546131     -5.612700     56.37988             35
    +#> 5787  VR2AR-546131     -5.612700     56.37988             35
    +#> 5788  VR2AR-546131     -5.612700     56.37988             35
    +#> 5789  VR2AR-546131     -5.612700     56.37988             35
    +#> 5790  VR2AR-546131     -5.612700     56.37988             35
    +#> 5791  VR2AR-546131     -5.612700     56.37988             35
    +#> 5792  VR2AR-546131     -5.612700     56.37988             35
    +#> 5793  VR2AR-546131     -5.612700     56.37988             35
    +#> 5794  VR2AR-546131     -5.612700     56.37988             35
    +#> 5795  VR2AR-546131     -5.612700     56.37988             35
    +#> 5796  VR2AR-546131     -5.612700     56.37988             35
    +#> 5797  VR2AR-546131     -5.612700     56.37988             35
    +#> 5798  VR2AR-546131     -5.612700     56.37988             35
    +#> 5799  VR2AR-546131     -5.612700     56.37988             35
    +#> 5800  VR2AR-546131     -5.612700     56.37988             35
    +#> 5801  VR2AR-546131     -5.612700     56.37988             35
    +#> 5802  VR2AR-546131     -5.612700     56.37988             35
    +#> 5803  VR2AR-546131     -5.612700     56.37988             35
    +#> 5804  VR2AR-546131     -5.612700     56.37988             35
    +#> 5805  VR2AR-546131     -5.612700     56.37988             35
    +#> 5806  VR2AR-546131     -5.612700     56.37988             35
    +#> 5807  VR2AR-546131     -5.612700     56.37988             35
    +#> 5808  VR2AR-546131     -5.612700     56.37988             35
    +#> 5809  VR2AR-546131     -5.612700     56.37988             35
    +#> 5810  VR2AR-546131     -5.612700     56.37988             35
    +#> 5811  VR2AR-546131     -5.612700     56.37988             35
    +#> 5812  VR2AR-546131     -5.612700     56.37988             35
    +#> 5813  VR2AR-546131     -5.612700     56.37988             35
    +#> 5814  VR2AR-546131     -5.612700     56.37988             35
    +#> 5815  VR2AR-546131     -5.612700     56.37988             35
    +#> 5816  VR2AR-546131     -5.612700     56.37988             35
    +#> 5817  VR2AR-546131     -5.612700     56.37988             35
    +#> 5818  VR2AR-546131     -5.612700     56.37988             35
    +#> 5819  VR2AR-546131     -5.612700     56.37988             35
    +#> 5820  VR2AR-546131     -5.612700     56.37988             35
    +#> 5821  VR2AR-546131     -5.612700     56.37988             35
    +#> 5822  VR2AR-546131     -5.612700     56.37988             35
    +#> 5823  VR2AR-546131     -5.612700     56.37988             35
    +#> 5824  VR2AR-546131     -5.612700     56.37988             35
    +#> 5825  VR2AR-546131     -5.612700     56.37988             35
    +#> 5826  VR2AR-546131     -5.612700     56.37988             35
    +#> 5827  VR2AR-546131     -5.612700     56.37988             35
    +#> 5828  VR2AR-546131     -5.612700     56.37988             35
    +#> 5829  VR2AR-546131     -5.612700     56.37988             35
    +#> 5830  VR2AR-546131     -5.612700     56.37988             35
    +#> 5831  VR2AR-546131     -5.612700     56.37988             35
    +#> 5832  VR2AR-546131     -5.612700     56.37988             35
    +#> 5833  VR2AR-546131     -5.612700     56.37988             35
    +#> 5834  VR2AR-546131     -5.612700     56.37988             35
    +#> 5835  VR2AR-546131     -5.612700     56.37988             35
    +#> 5836  VR2AR-546131     -5.612700     56.37988             35
    +#> 5837  VR2AR-546131     -5.612700     56.37988             35
    +#> 5838  VR2AR-546131     -5.612700     56.37988             35
    +#> 5839  VR2AR-546131     -5.612700     56.37988             35
    +#> 5840  VR2AR-546131     -5.612700     56.37988             35
    +#> 5841  VR2AR-546131     -5.612700     56.37988             35
    +#> 5842  VR2AR-546131     -5.612700     56.37988             35
    +#> 5843  VR2AR-546131     -5.612700     56.37988             35
    +#> 5844  VR2AR-546131     -5.612700     56.37988             35
    +#> 5845  VR2AR-546131     -5.612700     56.37988             35
    +#> 5846  VR2AR-546131     -5.612700     56.37988             35
    +#> 5847  VR2AR-546131     -5.612700     56.37988             35
    +#> 5848  VR2AR-546131     -5.612700     56.37988             35
    +#> 5849  VR2AR-546131     -5.612700     56.37988             35
    +#> 5850  VR2AR-546131     -5.612700     56.37988             35
    +#> 5851  VR2AR-546131     -5.612700     56.37988             35
    +#> 5852  VR2AR-546131     -5.612700     56.37988             35
    +#> 5853  VR2AR-546131     -5.612700     56.37988             35
    +#> 5854  VR2AR-546131     -5.612700     56.37988             35
    +#> 5855  VR2AR-546131     -5.612700     56.37988             35
    +#> 5856  VR2AR-546131     -5.612700     56.37988             35
    +#> 5857  VR2AR-546131     -5.612700     56.37988             35
    +#> 5858  VR2AR-546131     -5.612700     56.37988             35
    +#> 5859  VR2AR-546131     -5.612700     56.37988             35
    +#> 5860  VR2AR-546131     -5.612700     56.37988             35
    +#> 5861  VR2AR-546131     -5.612700     56.37988             35
    +#> 5862  VR2AR-546136     -5.626250     56.44810             75
    +#> 5863  VR2AR-546136     -5.626250     56.44810             75
    +#> 5864  VR2AR-546136     -5.626250     56.44810             75
    +#> 5865  VR2AR-546136     -5.626250     56.44810             75
    +#> 5866  VR2AR-546136     -5.626250     56.44810             75
    +#> 5867  VR2AR-546136     -5.626250     56.44810             75
    +#> 5868  VR2AR-546136     -5.626250     56.44810             75
    +#> 5869  VR2AR-546136     -5.626250     56.44810             75
    +#> 5870  VR2AR-546136     -5.626250     56.44810             75
    +#> 5871  VR2AR-546136     -5.626250     56.44810             75
    +#> 5872  VR2AR-546136     -5.626250     56.44810             75
    +#> 5873  VR2AR-546136     -5.626250     56.44810             75
    +#> 5874  VR2AR-546136     -5.626250     56.44810             75
    +#> 5875  VR2AR-546136     -5.626250     56.44810             75
    +#> 5876  VR2AR-546136     -5.626250     56.44810             75
    +#> 5877  VR2AR-546136     -5.626250     56.44810             75
    +#> 5878  VR2AR-546136     -5.626250     56.44810             75
    +#> 5879  VR2AR-546136     -5.626250     56.44810             75
    +#> 5880  VR2AR-546136     -5.626250     56.44810             75
    +#> 5881  VR2AR-546136     -5.626250     56.44810             75
    +#> 5882  VR2AR-546136     -5.626250     56.44810             75
    +#> 5883  VR2AR-546136     -5.626250     56.44810             75
    +#> 5884  VR2AR-546136     -5.626250     56.44810             75
    +#> 5885  VR2AR-546136     -5.626250     56.44810             75
    +#> 5886  VR2AR-546136     -5.626250     56.44810             75
    +#> 5887  VR2AR-546136     -5.626250     56.44810             75
    +#> 5888  VR2AR-546131     -5.612700     56.37988             35
    +#> 5889  VR2AR-546131     -5.612700     56.37988             35
    +#> 5890  VR2AR-546131     -5.612700     56.37988             35
    +#> 5891  VR2AR-546131     -5.612700     56.37988             35
    +#> 5892  VR2AR-546131     -5.612700     56.37988             35
    +#> 5893  VR2AR-546131     -5.612700     56.37988             35
    +#> 5894  VR2AR-546131     -5.612700     56.37988             35
    +#> 5895  VR2AR-546131     -5.612700     56.37988             35
    +#> 5896  VR2AR-546131     -5.612700     56.37988             35
    +#> 5897  VR2AR-546131     -5.612700     56.37988             35
    +#> 5898  VR2AR-546131     -5.612700     56.37988             35
    +#> 5899  VR2AR-546131     -5.612700     56.37988             35
    +#> 5900  VR2AR-546131     -5.612700     56.37988             35
    +#> 5901  VR2AR-546131     -5.612700     56.37988             35
    +#> 5902  VR2AR-546131     -5.612700     56.37988             35
    +#> 5903  VR2AR-546131     -5.612700     56.37988             35
    +#> 5904  VR2AR-546131     -5.612700     56.37988             35
    +#> 5905  VR2AR-546131     -5.612700     56.37988             35
    +#> 5906  VR2AR-546131     -5.612700     56.37988             35
    +#> 5907  VR2AR-546131     -5.612700     56.37988             35
    +#> 5908  VR2AR-546131     -5.612700     56.37988             35
    +#> 5909  VR2AR-546131     -5.612700     56.37988             35
    +#> 5910  VR2AR-546131     -5.612700     56.37988             35
    +#> 5911  VR2AR-546131     -5.612700     56.37988             35
    +#> 5912  VR2AR-546131     -5.612700     56.37988             35
    +#> 5913  VR2AR-546131     -5.612700     56.37988             35
    +#> 5914  VR2AR-546131     -5.612700     56.37988             35
    +#> 5915  VR2AR-546131     -5.612700     56.37988             35
    +#> 5916  VR2AR-546131     -5.612700     56.37988             35
    +#> 5917  VR2AR-546131     -5.612700     56.37988             35
    +#> 5918  VR2AR-546131     -5.612700     56.37988             35
    +#> 5919  VR2AR-546131     -5.612700     56.37988             35
    +#> 5920  VR2AR-546131     -5.612700     56.37988             35
    +#> 5921  VR2AR-546131     -5.612700     56.37988             35
    +#> 5922  VR2AR-546131     -5.612700     56.37988             35
    +#> 5923  VR2AR-546131     -5.612700     56.37988             35
    +#> 5924  VR2AR-546131     -5.612700     56.37988             35
    +#> 5925  VR2AR-546131     -5.612700     56.37988             35
    +#> 5926  VR2AR-546131     -5.612700     56.37988             35
    +#> 5927  VR2AR-546131     -5.612700     56.37988             35
    +#> 5928  VR2AR-546131     -5.612700     56.37988             35
    +#> 5929  VR2AR-546131     -5.612700     56.37988             35
    +#> 5930  VR2AR-546131     -5.612700     56.37988             35
    +#> 5931  VR2AR-546131     -5.612700     56.37988             35
    +#> 5932  VR2AR-546131     -5.612700     56.37988             35
    +#> 5933  VR2AR-546131     -5.612700     56.37988             35
    +#> 5934  VR2AR-546131     -5.612700     56.37988             35
    +#> 5935  VR2AR-546131     -5.612700     56.37988             35
    +#> 5936  VR2AR-546131     -5.612700     56.37988             35
    +#> 5937  VR2AR-546131     -5.612700     56.37988             35
    +#> 5938  VR2AR-546131     -5.612700     56.37988             35
    +#> 5939  VR2AR-546131     -5.612700     56.37988             35
    +#> 5940  VR2AR-546131     -5.612700     56.37988             35
    +#> 5941  VR2AR-546131     -5.612700     56.37988             35
    +#> 5942  VR2AR-546131     -5.612700     56.37988             35
    +#> 5943  VR2AR-546131     -5.612700     56.37988             35
    +#> 5944  VR2AR-546131     -5.612700     56.37988             35
    +#> 5945  VR2AR-546131     -5.612700     56.37988             35
    +#> 5946  VR2AR-546131     -5.612700     56.37988             35
    +#> 5947  VR2AR-546131     -5.612700     56.37988             35
    +#> 5948  VR2AR-546131     -5.612700     56.37988             35
    +#> 5949  VR2AR-546131     -5.612700     56.37988             35
    +#> 5950  VR2AR-546131     -5.612700     56.37988             35
    +#> 5951  VR2AR-546131     -5.612700     56.37988             35
    +#> 5952  VR2AR-546131     -5.612700     56.37988             35
    +#> 5953  VR2AR-546131     -5.612700     56.37988             35
    +#> 5954  VR2AR-546131     -5.612700     56.37988             35
    +#> 5955  VR2AR-546131     -5.612700     56.37988             35
    +#> 5956  VR2AR-546131     -5.612700     56.37988             35
    +#> 5957  VR2AR-546131     -5.612700     56.37988             35
    +#> 5958  VR2AR-546131     -5.612700     56.37988             35
    +#> 5959  VR2AR-546131     -5.612700     56.37988             35
    +#> 5960  VR2AR-546131     -5.612700     56.37988             35
    +#> 5961  VR2AR-546131     -5.612700     56.37988             35
    +#> 5962  VR2AR-546131     -5.612700     56.37988             35
    +#> 5963  VR2AR-546131     -5.612700     56.37988             35
    +#> 5964  VR2AR-546131     -5.612700     56.37988             35
    +#> 5965  VR2AR-546131     -5.612700     56.37988             35
    +#> 5966  VR2AR-546131     -5.612700     56.37988             35
    +#> 5967  VR2AR-546131     -5.612700     56.37988             35
    +#> 5968  VR2AR-546131     -5.612700     56.37988             35
    +#> 5969  VR2AR-546131     -5.612700     56.37988             35
    +#> 5970  VR2AR-546131     -5.612700     56.37988             35
    +#> 5971  VR2AR-546131     -5.612700     56.37988             35
    +#> 5972  VR2AR-546131     -5.612700     56.37988             35
    +#> 5973  VR2AR-546131     -5.612700     56.37988             35
    +#> 5974  VR2AR-546131     -5.612700     56.37988             35
    +#> 5975  VR2AR-546131     -5.612700     56.37988             35
    +#> 5976  VR2AR-546131     -5.612700     56.37988             35
    +#> 5977  VR2AR-546131     -5.612700     56.37988             35
    +#> 5978  VR2AR-546131     -5.612700     56.37988             35
    +#> 5979  VR2AR-546131     -5.612700     56.37988             35
    +#> 5980  VR2AR-546131     -5.612700     56.37988             35
    +#> 5981  VR2AR-546131     -5.612700     56.37988             35
    +#> 5982  VR2AR-546131     -5.612700     56.37988             35
    +#> 5983  VR2AR-546131     -5.612700     56.37988             35
    +#> 5984  VR2AR-546131     -5.612700     56.37988             35
    +#> 5985  VR2AR-546131     -5.612700     56.37988             35
    +#> 5986  VR2AR-546131     -5.612700     56.37988             35
    +#> 5987  VR2AR-546131     -5.612700     56.37988             35
    +#> 5988  VR2AR-546131     -5.612700     56.37988             35
    +#> 5989  VR2AR-546131     -5.612700     56.37988             35
    +#> 5990  VR2AR-546131     -5.612700     56.37988             35
    +#> 5991  VR2AR-546131     -5.612700     56.37988             35
    +#> 5992  VR2AR-546131     -5.612700     56.37988             35
    +#> 5993  VR2AR-546131     -5.612700     56.37988             35
    +#> 5994  VR2AR-546131     -5.612700     56.37988             35
    +#> 5995  VR2AR-546131     -5.612700     56.37988             35
    +#> 5996  VR2AR-546131     -5.612700     56.37988             35
    +#> 5997  VR2AR-546131     -5.612700     56.37988             35
    +#> 5998  VR2AR-546131     -5.612700     56.37988             35
    +#> 5999  VR2AR-546131     -5.612700     56.37988             35
    +#> 6000  VR2AR-546131     -5.612700     56.37988             35
    +#> 6001  VR2AR-546131     -5.612700     56.37988             35
    +#> 6002  VR2AR-546131     -5.612700     56.37988             35
    +#> 6003  VR2AR-546131     -5.612700     56.37988             35
    +#> 6004  VR2AR-546131     -5.612700     56.37988             35
    +#> 6005  VR2AR-546131     -5.612700     56.37988             35
    +#> 6006  VR2AR-546131     -5.612700     56.37988             35
    +#> 6007  VR2AR-546131     -5.612700     56.37988             35
    +#> 6008  VR2AR-546131     -5.612700     56.37988             35
    +#> 6009  VR2AR-546131     -5.612700     56.37988             35
    +#> 6010  VR2AR-546131     -5.612700     56.37988             35
    +#> 6011  VR2AR-546131     -5.612700     56.37988             35
    +#> 6012  VR2AR-546131     -5.612700     56.37988             35
    +#> 6013  VR2AR-546131     -5.612700     56.37988             35
    +#> 6014  VR2AR-546131     -5.612700     56.37988             35
    +#> 6015  VR2AR-546131     -5.612700     56.37988             35
    +#> 6016  VR2AR-546131     -5.612700     56.37988             35
    +#> 6017  VR2AR-546131     -5.612700     56.37988             35
    +#> 6018  VR2AR-546131     -5.612700     56.37988             35
    +#> 6019  VR2AR-546131     -5.612700     56.37988             35
    +#> 6020  VR2AR-546131     -5.612700     56.37988             35
    +#> 6021  VR2AR-546131     -5.612700     56.37988             35
    +#> 6022  VR2AR-546131     -5.612700     56.37988             35
    +#> 6023  VR2AR-546131     -5.612700     56.37988             35
    +#> 6024  VR2AR-546131     -5.612700     56.37988             35
    +#> 6025  VR2AR-546131     -5.612700     56.37988             35
    +#> 6026  VR2AR-546131     -5.612700     56.37988             35
    +#> 6027  VR2AR-546131     -5.612700     56.37988             35
    +#> 6028  VR2AR-546131     -5.612700     56.37988             35
    +#> 6029  VR2AR-546131     -5.612700     56.37988             35
    +#> 6030  VR2AR-546131     -5.612700     56.37988             35
    +#> 6031  VR2AR-546131     -5.612700     56.37988             35
    +#> 6032  VR2AR-546131     -5.612700     56.37988             35
    +#> 6033  VR2AR-546131     -5.612700     56.37988             35
    +#> 6034  VR2AR-546131     -5.612700     56.37988             35
    +#> 6035  VR2AR-546131     -5.612700     56.37988             35
    +#> 6036  VR2AR-546131     -5.612700     56.37988             35
    +#> 6037  VR2AR-546131     -5.612700     56.37988             35
    +#> 6038  VR2AR-546131     -5.612700     56.37988             35
    +#> 6039  VR2AR-546131     -5.612700     56.37988             35
    +#> 6040  VR2AR-546131     -5.612700     56.37988             35
    +#> 6041  VR2AR-546131     -5.612700     56.37988             35
    +#> 6042  VR2AR-546131     -5.612700     56.37988             35
    +#> 6043  VR2AR-546131     -5.612700     56.37988             35
    +#> 6044  VR2AR-546131     -5.612700     56.37988             35
    +#> 6045  VR2AR-546131     -5.612700     56.37988             35
    +#> 6046  VR2AR-546131     -5.612700     56.37988             35
    +#> 6047  VR2AR-546131     -5.612700     56.37988             35
    +#> 6048  VR2AR-546131     -5.612700     56.37988             35
    +#> 6049  VR2AR-546131     -5.612700     56.37988             35
    +#> 6050  VR2AR-546131     -5.612700     56.37988             35
    +#> 6051  VR2AR-546131     -5.612700     56.37988             35
    +#> 6052  VR2AR-546380     -5.637917     56.44800             25
    +#> 6053  VR2AR-546380     -5.637917     56.44800             25
    +#> 6054  VR2AR-546380     -5.637917     56.44800             25
    +#> 6055  VR2AR-546380     -5.637917     56.44800             25
    +#> 6056  VR2AR-546380     -5.637917     56.44800             25
    +#> 6057  VR2AR-546136     -5.626250     56.44810             75
    +#> 6058  VR2AR-546136     -5.626250     56.44810             75
    +#> 6059  VR2AR-546136     -5.626250     56.44810             75
    +#> 6060  VR2AR-546136     -5.626250     56.44810             75
    +#> 6061  VR2AR-546136     -5.626250     56.44810             75
    +#> 6062  VR2AR-546136     -5.626250     56.44810             75
    +#> 6063  VR2AR-546136     -5.626250     56.44810             75
    +#> 6064  VR2AR-546136     -5.626250     56.44810             75
    +#> 6065  VR2AR-546136     -5.626250     56.44810             75
    +#> 6066  VR2AR-546134     -5.643867     56.38278            145
    +#> 6067  VR2AR-546134     -5.643867     56.38278            145
    +#> 6068  VR2AR-546134     -5.643867     56.38278            145
    +#> 6069  VR2AR-546134     -5.643867     56.38278            145
    +#> 6070  VR2AR-546134     -5.643867     56.38278            145
    +#> 6071  VR2AR-546134     -5.643867     56.38278            145
    +#> 6072  VR2AR-546134     -5.643867     56.38278            145
    +#> 6073  VR2AR-546134     -5.643867     56.38278            145
    +#> 6074  VR2AR-546134     -5.643867     56.38278            145
    +#> 6075  VR2AR-546134     -5.643867     56.38278            145
    +#> 6076  VR2AR-546134     -5.643867     56.38278            145
    +#> 6077  VR2AR-546134     -5.643867     56.38278            145
    +#> 6078  VR2AR-546134     -5.643867     56.38278            145
    +#> 6079  VR2AR-546134     -5.643867     56.38278            145
    +#> 6080  VR2AR-546134     -5.643867     56.38278            145
    +#> 6081  VR2AR-546134     -5.643867     56.38278            145
    +#> 6082  VR2AR-546134     -5.643867     56.38278            145
    +#> 6083  VR2AR-546134     -5.643867     56.38278            145
    +#> 6084  VR2AR-546134     -5.643867     56.38278            145
    +#> 6085  VR2AR-546134     -5.643867     56.38278            145
    +#> 6086  VR2AR-546134     -5.643867     56.38278            145
    +#> 6087  VR2AR-546134     -5.643867     56.38278            145
    +#> 6088  VR2AR-546134     -5.643867     56.38278            145
    +#> 6089  VR2AR-546134     -5.643867     56.38278            145
    +#> 6090  VR2AR-546134     -5.643867     56.38278            145
    +#> 6091  VR2AR-546134     -5.643867     56.38278            145
    +#> 6092  VR2AR-546134     -5.643867     56.38278            145
    +#> 6093  VR2AR-546134     -5.643867     56.38278            145
    +#> 6094  VR2AR-546134     -5.643867     56.38278            145
    +#> 6095  VR2AR-546134     -5.643867     56.38278            145
    +#> 6096  VR2AR-546134     -5.643867     56.38278            145
    +#> 6097  VR2AR-546134     -5.643867     56.38278            145
    +#> 6098  VR2AR-546134     -5.643867     56.38278            145
    +#> 6099  VR2AR-546134     -5.643867     56.38278            145
    +#> 6100  VR2AR-546134     -5.643867     56.38278            145
    +#> 6101  VR2AR-546134     -5.643867     56.38278            145
    +#> 6102  VR2AR-546134     -5.643867     56.38278            145
    +#> 6103  VR2AR-546134     -5.643867     56.38278            145
    +#> 6104  VR2AR-546134     -5.643867     56.38278            145
    +#> 6105  VR2AR-546131     -5.612700     56.37988             35
    +#> 6106  VR2AR-546131     -5.612700     56.37988             35
    +#> 6107  VR2AR-546131     -5.612700     56.37988             35
    +#> 6108  VR2AR-546131     -5.612700     56.37988             35
    +#> 6109  VR2AR-546131     -5.612700     56.37988             35
    +#> 6110  VR2AR-546131     -5.612700     56.37988             35
    +#> 6111  VR2AR-546131     -5.612700     56.37988             35
    +#> 6112  VR2AR-546131     -5.612700     56.37988             35
    +#> 6113  VR2AR-546131     -5.612700     56.37988             35
    +#> 6114  VR2AR-546131     -5.612700     56.37988             35
    +#> 6115  VR2AR-546131     -5.612700     56.37988             35
    +#> 6116  VR2AR-546131     -5.612700     56.37988             35
    +#> 6117  VR2AR-546131     -5.612700     56.37988             35
    +#> 6118  VR2AR-546131     -5.612700     56.37988             35
    +#> 6119  VR2AR-546131     -5.612700     56.37988             35
    +#> 6120  VR2AR-546131     -5.612700     56.37988             35
    +#> 6121  VR2AR-546131     -5.612700     56.37988             35
    +#> 6122  VR2AR-546131     -5.612700     56.37988             35
    +#> 6123  VR2AR-546131     -5.612700     56.37988             35
    +#> 6124  VR2AR-546131     -5.612700     56.37988             35
    +#> 6125  VR2AR-546131     -5.612700     56.37988             35
    +#> 6126  VR2AR-546131     -5.612700     56.37988             35
    +#> 6127  VR2AR-546131     -5.612700     56.37988             35
    +#> 6128  VR2AR-546131     -5.612700     56.37988             35
    +#> 6129  VR2AR-546131     -5.612700     56.37988             35
    +#> 6130  VR2AR-546131     -5.612700     56.37988             35
    +#> 6131  VR2AR-546131     -5.612700     56.37988             35
    +#> 6132  VR2AR-546131     -5.612700     56.37988             35
    +#> 6133  VR2AR-546131     -5.612700     56.37988             35
    +#> 6134  VR2AR-546131     -5.612700     56.37988             35
    +#> 6135  VR2AR-546131     -5.612700     56.37988             35
    +#> 6136  VR2AR-546134     -5.643867     56.38278            145
    +#> 6137  VR2AR-546134     -5.643867     56.38278            145
    +#> 6138  VR2AR-546134     -5.643867     56.38278            145
    +#> 6139  VR2AR-546134     -5.643867     56.38278            145
    +#> 6140  VR2AR-546134     -5.643867     56.38278            145
    +#> 6141  VR2AR-546134     -5.643867     56.38278            145
    +#> 6142  VR2AR-546134     -5.643867     56.38278            145
    +#> 6143  VR2AR-546134     -5.643867     56.38278            145
    +#> 6144  VR2AR-546134     -5.643867     56.38278            145
    +#> 6145  VR2AR-546134     -5.643867     56.38278            145
    +#> 6146  VR2AR-546134     -5.643867     56.38278            145
    +#> 6147  VR2AR-546134     -5.643867     56.38278            145
    +#> 6148  VR2AR-546134     -5.643867     56.38278            145
    +#> 6149  VR2AR-546134     -5.643867     56.38278            145
    +#> 6150  VR2AR-546134     -5.643867     56.38278            145
    +#> 6151  VR2AR-546136     -5.626250     56.44810             75
    +#> 6152  VR2AR-546136     -5.626250     56.44810             75
    +#> 6153      VR2-5637     -5.692417     56.49913             25
    +#> 6154      VR2-5637     -5.692417     56.49913             25
    +#> 6155      VR2-5637     -5.692417     56.49913             25
    +#> 6156   VR2W-108161     -5.605383     56.46018             25
    +#> 6157   VR2W-108161     -5.605383     56.46018             25
    +#> 6158   VR2W-108161     -5.605383     56.46018             25
    +#> 6159   VR2W-108161     -5.605383     56.46018             25
    +#> 6160   VR2W-108161     -5.605383     56.46018             25
    +#> 6161   VR2W-108161     -5.605383     56.46018             25
    +#> 6162   VR2W-108161     -5.605383     56.46018             25
    +#> 6163   VR2W-108161     -5.605383     56.46018             25
    +#> 6164   VR2W-108161     -5.605383     56.46018             25
    +#> 6165   VR2W-108161     -5.605383     56.46018             25
    +#> 6166   VR2W-108161     -5.605383     56.46018             25
    +#> 6167   VR2W-108161     -5.605383     56.46018             25
    +#> 6168   VR2W-108161     -5.605383     56.46018             25
    +#> 6169   VR2W-108161     -5.605383     56.46018             25
    +#> 6170   VR2W-108161     -5.605383     56.46018             25
    +#> 6171  VR2AR-546136     -5.626250     56.44810             75
    +#> 6172  VR2AR-546136     -5.626250     56.44810             75
    +#> 6173  VR2AR-546131     -5.612700     56.37988             35
    +#> 6174  VR2AR-546131     -5.612700     56.37988             35
    +#> 6175  VR2AR-546131     -5.612700     56.37988             35
    +#> 6176  VR2AR-546131     -5.612700     56.37988             35
    +#> 6177  VR2AR-546131     -5.612700     56.37988             35
    +#> 6178  VR2AR-546131     -5.612700     56.37988             35
    +#> 6179  VR2AR-546131     -5.612700     56.37988             35
    +#> 6180  VR2AR-546131     -5.612700     56.37988             35
    +#> 6181  VR2AR-546131     -5.612700     56.37988             35
    +#> 6182  VR2AR-546131     -5.612700     56.37988             35
    +#> 6183  VR2AR-546131     -5.612700     56.37988             35
    +#> 6184  VR2AR-546131     -5.612700     56.37988             35
    +#> 6185  VR2AR-546131     -5.612700     56.37988             35
    +#> 6186  VR2AR-546131     -5.612700     56.37988             35
    +#> 6187  VR2AR-546131     -5.612700     56.37988             35
    +#> 6188  VR2AR-546131     -5.612700     56.37988             35
    +#> 6189  VR2AR-546131     -5.612700     56.37988             35
    +#> 6190  VR2AR-546131     -5.612700     56.37988             35
    +#> 6191  VR2AR-546131     -5.612700     56.37988             35
    +#> 6192  VR2AR-546131     -5.612700     56.37988             35
    +#> 6193  VR2AR-546131     -5.612700     56.37988             35
    +#> 6194  VR2AR-546131     -5.612700     56.37988             35
    +#> 6195  VR2AR-546131     -5.612700     56.37988             35
    +#> 6196  VR2AR-546131     -5.612700     56.37988             35
    +#> 6197  VR2AR-546131     -5.612700     56.37988             35
    +#> 6198  VR2AR-546131     -5.612700     56.37988             35
    +#> 6199  VR2AR-546131     -5.612700     56.37988             35
    +#> 6200  VR2AR-546131     -5.612700     56.37988             35
    +#> 6201  VR2AR-546131     -5.612700     56.37988             35
    +#> 6202  VR2AR-546131     -5.612700     56.37988             35
    +#> 6203  VR2AR-546131     -5.612700     56.37988             35
    +#> 6204  VR2AR-546131     -5.612700     56.37988             35
    +#> 6205  VR2AR-546131     -5.612700     56.37988             35
    +#> 6206  VR2AR-546131     -5.612700     56.37988             35
    +#> 6207  VR2AR-546131     -5.612700     56.37988             35
    +#> 6208  VR2AR-546131     -5.612700     56.37988             35
    +#> 6209  VR2AR-546131     -5.612700     56.37988             35
    +#> 6210  VR2AR-546131     -5.612700     56.37988             35
    +#> 6211  VR2AR-546131     -5.612700     56.37988             35
    +#> 6212  VR2AR-546131     -5.612700     56.37988             35
    +#> 6213  VR2AR-546380     -5.637917     56.44800             25
    +#> 6214  VR2AR-546380     -5.637917     56.44800             25
    +#> 6215  VR2AR-546380     -5.637917     56.44800             25
    +#> 6216  VR2AR-546380     -5.637917     56.44800             25
    +#> 6217  VR2AR-546380     -5.637917     56.44800             25
    +#> 6218  VR2AR-546380     -5.637917     56.44800             25
    +#> 6219  VR2AR-546380     -5.637917     56.44800             25
    +#> 6220  VR2AR-546380     -5.637917     56.44800             25
    +#> 6221  VR2AR-546380     -5.637917     56.44800             25
    +#> 6222  VR2AR-546133     -5.701717     56.49747             90
    +#> 6223  VR2AR-546133     -5.701717     56.49747             90
    +#> 6224  VR2AR-546133     -5.701717     56.49747             90
    +#> 6225  VR2AR-546133     -5.701717     56.49747             90
    +#> 6226  VR2AR-546133     -5.701717     56.49747             90
    +#> 6227  VR2AR-546133     -5.701717     56.49747             90
    +#> 6228  VR2AR-546133     -5.701717     56.49747             90
    +#> 6229      VR2-5637     -5.692417     56.49913             25
    +#> 6230      VR2-5637     -5.692417     56.49913             25
    +#> 6231      VR2-5637     -5.692417     56.49913             25
    +#> 6232      VR2-5637     -5.692417     56.49913             25
    +#> 6233  VR2AR-546133     -5.701717     56.49747             90
    +#> 6234  VR2AR-546133     -5.701717     56.49747             90
    +#> 6235  VR2AR-546133     -5.701717     56.49747             90
    +#> 6236  VR2AR-546133     -5.701717     56.49747             90
    +#> 6237  VR2AR-546133     -5.701717     56.49747             90
    +#> 6238  VR2AR-546133     -5.701717     56.49747             90
    +#> 6239  VR2AR-546133     -5.701717     56.49747             90
    +#> 6240  VR2AR-546133     -5.701717     56.49747             90
    +#> 6241  VR2AR-546133     -5.701717     56.49747             90
    +#> 6242  VR2AR-546133     -5.701717     56.49747             90
    +#> 6243  VR2AR-546133     -5.701717     56.49747             90
    +#> 6244  VR2AR-546133     -5.701717     56.49747             90
    +#> 6245  VR2AR-546133     -5.701717     56.49747             90
    +#> 6246  VR2AR-546133     -5.701717     56.49747             90
    +#> 6247  VR2AR-546133     -5.701717     56.49747             90
    +#> 6248  VR2AR-546133     -5.701717     56.49747             90
    +#> 6249  VR2AR-546133     -5.701717     56.49747             90
    +#> 6250  VR2AR-546133     -5.701717     56.49747             90
    +#> 6251  VR2AR-546133     -5.701717     56.49747             90
    +#> 6252  VR2AR-546133     -5.701717     56.49747             90
    +#> 6253  VR2AR-546133     -5.701717     56.49747             90
    +#> 6254  VR2AR-546133     -5.701717     56.49747             90
    +#> 6255  VR2AR-546133     -5.701717     56.49747             90
    +#> 6256  VR2AR-546133     -5.701717     56.49747             90
    +#> 6257  VR2AR-546133     -5.701717     56.49747             90
    +#> 6258  VR2AR-546133     -5.701717     56.49747             90
    +#> 6259  VR2AR-546133     -5.701717     56.49747             90
    +#> 6260  VR2AR-546133     -5.701717     56.49747             90
    +#> 6261  VR2AR-546133     -5.701717     56.49747             90
    +#> 6262  VR2AR-546133     -5.701717     56.49747             90
    +#> 6263  VR2AR-546133     -5.701717     56.49747             90
    +#> 6264  VR2AR-546133     -5.701717     56.49747             90
    +#> 6265      VR2-5637     -5.692417     56.49913             25
    +#> 6266  VR2AR-546133     -5.701717     56.49747             90
    +#> 6267      VR2-5637     -5.692417     56.49913             25
    +#> 6268  VR2AR-546133     -5.701717     56.49747             90
    +#> 6269      VR2-5637     -5.692417     56.49913             25
    +#> 6270      VR2-5637     -5.692417     56.49913             25
    +#> 6271      VR2-5637     -5.692417     56.49913             25
    +#> 6272      VR2-5637     -5.692417     56.49913             25
    +#> 6273      VR2-5637     -5.692417     56.49913             25
    +#> 6274      VR2-5637     -5.692417     56.49913             25
    +#> 6275      VR2-5637     -5.692417     56.49913             25
    +#> 6276      VR2-5637     -5.692417     56.49913             25
    +#> 6277      VR2-5637     -5.692417     56.49913             25
    +#> 6278      VR2-5637     -5.692417     56.49913             25
    +#> 6279      VR2-5637     -5.692417     56.49913             25
    +#> 6280      VR2-5637     -5.692417     56.49913             25
    +#> 6281      VR2-5637     -5.692417     56.49913             25
    +#> 6282   VR2W-108161     -5.605383     56.46018             25
    +#> 6283   VR2W-108161     -5.605383     56.46018             25
    +#> 6284   VR2W-108161     -5.605383     56.46018             25
    +#> 6285   VR2W-108161     -5.605383     56.46018             25
    +#> 6286   VR2W-108161     -5.605383     56.46018             25
    +#> 6287   VR2W-108161     -5.605383     56.46018             25
    +#> 6288   VR2W-108161     -5.605383     56.46018             25
    +#> 6289   VR2W-108161     -5.605383     56.46018             25
    +#> 6290   VR2W-108161     -5.605383     56.46018             25
    +#> 6291   VR2W-108161     -5.605383     56.46018             25
    +#> 6292   VR2W-108161     -5.605383     56.46018             25
    +#> 6293   VR2W-108161     -5.605383     56.46018             25
    +#> 6294   VR2W-108161     -5.605383     56.46018             25
    +#> 6295   VR2W-108161     -5.605383     56.46018             25
    +#> 6296   VR2W-108161     -5.605383     56.46018             25
    +#> 6297   VR2W-108161     -5.605383     56.46018             25
    +#> 6298   VR2W-108161     -5.605383     56.46018             25
    +#> 6299   VR2W-108161     -5.605383     56.46018             25
    +#> 6300   VR2W-108161     -5.605383     56.46018             25
    +#> 6301   VR2W-108161     -5.605383     56.46018             25
    +#> 6302   VR2W-108161     -5.605383     56.46018             25
    +#> 6303   VR2W-108161     -5.605383     56.46018             25
    +#> 6304   VR2W-108161     -5.605383     56.46018             25
    +#> 6305   VR2W-108161     -5.605383     56.46018             25
    +#> 6306   VR2W-108161     -5.605383     56.46018             25
    +#> 6307   VR2W-108161     -5.605383     56.46018             25
    +#> 6308   VR2W-108161     -5.605383     56.46018             25
    +#> 6309   VR2W-108161     -5.605383     56.46018             25
    +#> 6310   VR2W-108161     -5.605383     56.46018             25
    +#> 6311   VR2W-108161     -5.605383     56.46018             25
    +#> 6312   VR2W-108161     -5.605383     56.46018             25
    +#> 6313   VR2W-108161     -5.605383     56.46018             25
    +#> 6314   VR2W-108161     -5.605383     56.46018             25
    +#> 6315   VR2W-108161     -5.605383     56.46018             25
    +#> 6316   VR2W-108161     -5.605383     56.46018             25
    +#> 6317   VR2W-108161     -5.605383     56.46018             25
    +#> 6318   VR2W-108161     -5.605383     56.46018             25
    +#> 6319  VR2AR-546136     -5.626250     56.44810             75
    +#> 6320  VR2AR-546136     -5.626250     56.44810             75
    +#> 6321  VR2AR-546136     -5.626250     56.44810             75
    +#> 6322  VR2AR-546136     -5.626250     56.44810             75
    +#> 6323  VR2AR-546136     -5.626250     56.44810             75
    +#> 6324  VR2AR-546136     -5.626250     56.44810             75
    +#> 6325  VR2AR-546136     -5.626250     56.44810             75
    +#> 6326  VR2AR-546136     -5.626250     56.44810             75
    +#> 6327  VR2AR-546136     -5.626250     56.44810             75
    +#> 6328  VR2AR-546136     -5.626250     56.44810             75
    +#> 6329  VR2AR-546136     -5.626250     56.44810             75
    +#> 6330  VR2AR-546136     -5.626250     56.44810             75
    +#> 6331  VR2AR-546136     -5.626250     56.44810             75
    +#> 6332  VR2AR-546136     -5.626250     56.44810             75
    +#> 6333  VR2AR-546136     -5.626250     56.44810             75
    +#> 6334  VR2AR-546136     -5.626250     56.44810             75
    +#> 6335  VR2AR-546136     -5.626250     56.44810             75
    +#> 6336  VR2AR-546136     -5.626250     56.44810             75
    +#> 6337  VR2AR-546136     -5.626250     56.44810             75
    +#> 6338  VR2AR-546136     -5.626250     56.44810             75
    +#> 6339  VR2AR-546136     -5.626250     56.44810             75
    +#> 6340  VR2AR-546136     -5.626250     56.44810             75
    +#> 6341  VR2AR-546136     -5.626250     56.44810             75
    +#> 6342  VR2AR-546136     -5.626250     56.44810             75
    +#> 6343  VR2AR-546136     -5.626250     56.44810             75
    +#> 6344  VR2AR-546136     -5.626250     56.44810             75
    +#> 6345  VR2AR-546136     -5.626250     56.44810             75
    +#> 6346  VR2AR-546136     -5.626250     56.44810             75
    +#> 6347  VR2AR-546136     -5.626250     56.44810             75
    +#> 6348  VR2AR-546136     -5.626250     56.44810             75
    +#> 6349  VR2AR-546136     -5.626250     56.44810             75
    +#> 6350  VR2AR-546136     -5.626250     56.44810             75
    +#> 6351  VR2AR-546136     -5.626250     56.44810             75
    +#> 6352  VR2AR-546136     -5.626250     56.44810             75
    +#> 6353  VR2AR-546136     -5.626250     56.44810             75
    +#> 6354  VR2AR-546136     -5.626250     56.44810             75
    +#> 6355  VR2AR-546136     -5.626250     56.44810             75
    +#> 6356  VR2AR-546136     -5.626250     56.44810             75
    +#> 6357  VR2AR-546136     -5.626250     56.44810             75
    +#> 6358  VR2AR-546136     -5.626250     56.44810             75
    +#> 6359  VR2AR-546136     -5.626250     56.44810             75
    +#> 6360  VR2AR-546136     -5.626250     56.44810             75
    +#> 6361   VR2W-108161     -5.605383     56.46018             25
    +#> 6362   VR2W-108161     -5.605383     56.46018             25
    +#> 6363   VR2W-108161     -5.605383     56.46018             25
    +#> 6364   VR2W-108161     -5.605383     56.46018             25
    +#> 6365   VR2W-108161     -5.605383     56.46018             25
    +#> 6366   VR2W-108161     -5.605383     56.46018             25
    +#> 6367   VR2W-108161     -5.605383     56.46018             25
    +#> 6368   VR2W-108161     -5.605383     56.46018             25
    +#> 6369   VR2W-108161     -5.605383     56.46018             25
    +#> 6370   VR2W-108161     -5.605383     56.46018             25
    +#> 6371   VR2W-108161     -5.605383     56.46018             25
    +#> 6372   VR2W-108161     -5.605383     56.46018             25
    +#> 6373   VR2W-108161     -5.605383     56.46018             25
    +#> 6374   VR2W-108161     -5.605383     56.46018             25
    +#> 6375  VR2AR-546131     -5.612700     56.37988             35
    +#> 6376  VR2AR-546131     -5.612700     56.37988             35
    +#> 6377  VR2AR-546131     -5.612700     56.37988             35
    +#> 6378  VR2AR-546131     -5.612700     56.37988             35
    +#> 6379  VR2AR-546131     -5.612700     56.37988             35
    +#> 6380  VR2AR-546131     -5.612700     56.37988             35
    +#> 6381  VR2AR-546131     -5.612700     56.37988             35
    +#> 6382  VR2AR-546131     -5.612700     56.37988             35
    +#> 6383  VR2AR-546131     -5.612700     56.37988             35
    +#> 6384  VR2AR-546131     -5.612700     56.37988             35
    +#> 6385  VR2AR-546131     -5.612700     56.37988             35
    +#> 6386  VR2AR-546131     -5.612700     56.37988             35
    +#> 6387  VR2AR-546131     -5.612700     56.37988             35
    +#> 6388  VR2AR-546131     -5.612700     56.37988             35
    +#> 6389  VR2AR-546131     -5.612700     56.37988             35
    +#> 6390  VR2AR-546131     -5.612700     56.37988             35
    +#> 6391  VR2AR-546131     -5.612700     56.37988             35
    +#> 6392  VR2AR-546131     -5.612700     56.37988             35
    +#> 6393  VR2AR-546131     -5.612700     56.37988             35
    +#> 6394  VR2AR-546131     -5.612700     56.37988             35
    +#> 6395  VR2AR-546131     -5.612700     56.37988             35
    +#> 6396  VR2AR-546131     -5.612700     56.37988             35
    +#> 6397  VR2AR-546131     -5.612700     56.37988             35
    +#> 6398  VR2AR-546131     -5.612700     56.37988             35
    +#> 6399  VR2AR-546131     -5.612700     56.37988             35
    +#> 6400  VR2AR-546131     -5.612700     56.37988             35
    +#> 6401  VR2AR-546131     -5.612700     56.37988             35
    +#> 6402  VR2AR-546131     -5.612700     56.37988             35
    +#> 6403  VR2AR-546131     -5.612700     56.37988             35
    +#> 6404  VR2AR-546131     -5.612700     56.37988             35
    +#> 6405  VR2AR-546131     -5.612700     56.37988             35
    +#> 6406  VR2AR-546131     -5.612700     56.37988             35
    +#> 6407  VR2AR-546131     -5.612700     56.37988             35
    +#> 6408  VR2AR-546131     -5.612700     56.37988             35
    +#> 6409  VR2AR-546131     -5.612700     56.37988             35
    +#> 6410  VR2AR-546131     -5.612700     56.37988             35
    +#> 6411  VR2AR-546131     -5.612700     56.37988             35
    +#> 6412  VR2AR-546131     -5.612700     56.37988             35
    +#> 6413  VR2AR-546131     -5.612700     56.37988             35
    +#> 6414  VR2AR-546131     -5.612700     56.37988             35
    +#> 6415  VR2AR-546131     -5.612700     56.37988             35
    +#> 6416  VR2AR-546131     -5.612700     56.37988             35
    +#> 6417  VR2AR-546131     -5.612700     56.37988             35
    +#> 6418  VR2AR-546131     -5.612700     56.37988             35
    +#> 6419  VR2AR-546131     -5.612700     56.37988             35
    +#> 6420  VR2AR-546131     -5.612700     56.37988             35
    +#> 6421  VR2AR-546131     -5.612700     56.37988             35
    +#> 6422  VR2AR-546131     -5.612700     56.37988             35
    +#> 6423  VR2AR-546131     -5.612700     56.37988             35
    +#> 6424  VR2AR-546131     -5.612700     56.37988             35
    +#> 6425  VR2AR-546131     -5.612700     56.37988             35
    +#> 6426  VR2AR-546131     -5.612700     56.37988             35
    +#> 6427  VR2AR-546131     -5.612700     56.37988             35
    +#> 6428  VR2AR-546131     -5.612700     56.37988             35
    +#> 6429  VR2AR-546131     -5.612700     56.37988             35
    +#> 6430  VR2AR-546131     -5.612700     56.37988             35
    +#> 6431  VR2AR-546131     -5.612700     56.37988             35
    +#> 6432  VR2AR-546131     -5.612700     56.37988             35
    +#> 6433  VR2AR-546131     -5.612700     56.37988             35
    +#> 6434  VR2AR-546136     -5.626250     56.44810             75
    +#> 6435  VR2AR-546136     -5.626250     56.44810             75
    +#> 6436   VR2W-108161     -5.605383     56.46018             25
    +#> 6437   VR2W-108161     -5.605383     56.46018             25
    +#> 6438   VR2W-108161     -5.605383     56.46018             25
    +#> 6439   VR2W-108161     -5.605383     56.46018             25
    +#> 6440   VR2W-108161     -5.605383     56.46018             25
    +#> 6441   VR2W-108161     -5.605383     56.46018             25
    +#> 6442   VR2W-108161     -5.605383     56.46018             25
    +#> 6443   VR2W-108161     -5.605383     56.46018             25
    +#> 6444   VR2W-108161     -5.605383     56.46018             25
    +#> 6445   VR2W-108161     -5.605383     56.46018             25
    +#> 6446   VR2W-108161     -5.605383     56.46018             25
    +#> 6447   VR2W-108161     -5.605383     56.46018             25
    +#> 6448   VR2W-108161     -5.605383     56.46018             25
    +#> 6449   VR2W-108161     -5.605383     56.46018             25
    +#> 6450   VR2W-108161     -5.605383     56.46018             25
    +#> 6451   VR2W-108161     -5.605383     56.46018             25
    +#> 6452   VR2W-108161     -5.605383     56.46018             25
    +#> 6453   VR2W-108161     -5.605383     56.46018             25
    +#> 6454   VR2W-108161     -5.605383     56.46018             25
    +#> 6455  VR2AR-546131     -5.612700     56.37988             35
    +#> 6456  VR2AR-546131     -5.612700     56.37988             35
    +#> 6457  VR2AR-546131     -5.612700     56.37988             35
    +#> 6458  VR2AR-546131     -5.612700     56.37988             35
    +#> 6459  VR2AR-546131     -5.612700     56.37988             35
    +#> 6460  VR2AR-546131     -5.612700     56.37988             35
    +#> 6461  VR2AR-546131     -5.612700     56.37988             35
    +#> 6462  VR2AR-546131     -5.612700     56.37988             35
    +#> 6463  VR2AR-546131     -5.612700     56.37988             35
    +#> 6464  VR2AR-546131     -5.612700     56.37988             35
    +#> 6465  VR2AR-546131     -5.612700     56.37988             35
    +#> 6466  VR2AR-546131     -5.612700     56.37988             35
    +#> 6467  VR2AR-546131     -5.612700     56.37988             35
    +#> 6468  VR2AR-546131     -5.612700     56.37988             35
    +#> 6469  VR2AR-546131     -5.612700     56.37988             35
    +#> 6470  VR2AR-546131     -5.612700     56.37988             35
    +#> 6471  VR2AR-546131     -5.612700     56.37988             35
    +#> 6472  VR2AR-546131     -5.612700     56.37988             35
    +#> 6473  VR2AR-546131     -5.612700     56.37988             35
    +#> 6474  VR2AR-546131     -5.612700     56.37988             35
    +#> 6475  VR2AR-546131     -5.612700     56.37988             35
    +#> 6476  VR2AR-546131     -5.612700     56.37988             35
    +#> 6477  VR2AR-546131     -5.612700     56.37988             35
    +#> 6478  VR2AR-546131     -5.612700     56.37988             35
    +#> 6479  VR2AR-546131     -5.612700     56.37988             35
    +#> 6480  VR2AR-546131     -5.612700     56.37988             35
    +#> 6481  VR2AR-546131     -5.612700     56.37988             35
    +#> 6482  VR2AR-546131     -5.612700     56.37988             35
    +#> 6483  VR2AR-546131     -5.612700     56.37988             35
    +#> 6484  VR2AR-546131     -5.612700     56.37988             35
    +#> 6485  VR2AR-546131     -5.612700     56.37988             35
    +#> 6486  VR2AR-546131     -5.612700     56.37988             35
    +#> 6487  VR2AR-546131     -5.612700     56.37988             35
    +#> 6488  VR2AR-546131     -5.612700     56.37988             35
    +#> 6489  VR2AR-546131     -5.612700     56.37988             35
    +#> 6490  VR2AR-546131     -5.612700     56.37988             35
    +#> 6491   VR2W-108158     -5.619533     56.37413             25
    +#> 6492   VR2W-108158     -5.619533     56.37413             25
    +#> 6493   VR2W-108158     -5.619533     56.37413             25
    +#> 6494   VR2W-108158     -5.619533     56.37413             25
    +#> 6495   VR2W-108158     -5.619533     56.37413             25
    +#> 6496   VR2W-108158     -5.619533     56.37413             25
    +#> 6497   VR2W-108158     -5.619533     56.37413             25
    +#> 6498   VR2W-108158     -5.619533     56.37413             25
    +#> 6499   VR2W-108158     -5.619533     56.37413             25
    +#> 6500   VR2W-108158     -5.619533     56.37413             25
    +#> 6501   VR2W-108158     -5.619533     56.37413             25
    +#> 6502   VR2W-108160     -5.631733     56.37447             50
    +#> 6503   VR2W-108160     -5.631733     56.37447             50
    +#> 6504   VR2W-108160     -5.631733     56.37447             50
    +#> 6505   VR2W-108160     -5.631733     56.37447             50
    +#> 6506   VR2W-108160     -5.631733     56.37447             50
    +#> 6507   VR2W-108160     -5.631733     56.37447             50
    +#> 6508   VR2W-108160     -5.631733     56.37447             50
    +#> 6509   VR2W-108160     -5.631733     56.37447             50
    +#> 6510   VR2W-108160     -5.631733     56.37447             50
    +#> 6511   VR2W-108160     -5.631733     56.37447             50
    +#> 6512   VR2W-108160     -5.631733     56.37447             50
    +#> 6513   VR2W-108160     -5.631733     56.37447             50
    +#> 6514   VR2W-108160     -5.631733     56.37447             50
    +#> 6515   VR2W-108160     -5.631733     56.37447             50
    +#> 6516   VR2W-108160     -5.631733     56.37447             50
    +#> 6517   VR2W-108160     -5.631733     56.37447             50
    +#> 6518   VR2W-108160     -5.631733     56.37447             50
    +#> 6519   VR2W-108160     -5.631733     56.37447             50
    +#> 6520   VR2W-108160     -5.631733     56.37447             50
    +#> 6521   VR2W-108160     -5.631733     56.37447             50
    +#> 6522   VR2W-108160     -5.631733     56.37447             50
    +#> 6523   VR2W-108160     -5.631733     56.37447             50
    +#> 6524   VR2W-108160     -5.631733     56.37447             50
    +#> 6525   VR2W-108160     -5.631733     56.37447             50
    +#> 6526   VR2W-108160     -5.631733     56.37447             50
    +#> 6527   VR2W-108160     -5.631733     56.37447             50
    +#> 6528   VR2W-108160     -5.631733     56.37447             50
    +#> 6529   VR2W-108160     -5.631733     56.37447             50
    +#> 6530   VR2W-108160     -5.631733     56.37447             50
    +#> 6531   VR2W-108160     -5.631733     56.37447             50
    +#> 6532   VR2W-108160     -5.631733     56.37447             50
    +#> 6533   VR2W-108160     -5.631733     56.37447             50
    +#> 6534   VR2W-108160     -5.631733     56.37447             50
    +#> 6535   VR2W-108160     -5.631733     56.37447             50
    +#> 6536   VR2W-108160     -5.631733     56.37447             50
    +#> 6537   VR2W-108160     -5.631733     56.37447             50
    +#> 6538   VR2W-108160     -5.631733     56.37447             50
    +#> 6539   VR2W-108160     -5.631733     56.37447             50
    +#> 6540   VR2W-108160     -5.631733     56.37447             50
    +#> 6541   VR2W-108160     -5.631733     56.37447             50
    +#> 6542   VR2W-108160     -5.631733     56.37447             50
    +#> 6543   VR2W-108160     -5.631733     56.37447             50
    +#> 6544   VR2W-108160     -5.631733     56.37447             50
    +#> 6545   VR2W-108160     -5.631733     56.37447             50
    +#> 6546   VR2W-108160     -5.631733     56.37447             50
    +#> 6547   VR2W-108160     -5.631733     56.37447             50
    +#> 6548   VR2W-108160     -5.631733     56.37447             50
    +#> 6549   VR2W-108160     -5.631733     56.37447             50
    +#> 6550   VR2W-108160     -5.631733     56.37447             50
    +#> 6551   VR2W-108160     -5.631733     56.37447             50
    +#> 6552   VR2W-108160     -5.631733     56.37447             50
    +#> 6553   VR2W-108160     -5.631733     56.37447             50
    +#> 6554   VR2W-108160     -5.631733     56.37447             50
    +#> 6555   VR2W-108160     -5.631733     56.37447             50
    +#> 6556   VR2W-108160     -5.631733     56.37447             50
    +#> 6557   VR2W-108160     -5.631733     56.37447             50
    +#> 6558   VR2W-108160     -5.631733     56.37447             50
    +#> 6559   VR2W-108160     -5.631733     56.37447             50
    +#> 6560   VR2W-108160     -5.631733     56.37447             50
    +#> 6561   VR2W-108160     -5.631733     56.37447             50
    +#> 6562   VR2W-108160     -5.631733     56.37447             50
    +#> 6563   VR2W-108160     -5.631733     56.37447             50
    +#> 6564   VR2W-108160     -5.631733     56.37447             50
    +#> 6565   VR2W-108160     -5.631733     56.37447             50
    +#> 6566  VR2AR-546131     -5.612700     56.37988             35
    +#> 6567  VR2AR-546131     -5.612700     56.37988             35
    +#> 6568  VR2AR-546131     -5.612700     56.37988             35
    +#> 6569  VR2AR-546131     -5.612700     56.37988             35
    +#> 6570  VR2AR-546131     -5.612700     56.37988             35
    +#> 6571  VR2AR-546131     -5.612700     56.37988             35
    +#> 6572  VR2AR-546131     -5.612700     56.37988             35
    +#> 6573  VR2AR-546131     -5.612700     56.37988             35
    +#> 6574  VR2AR-546131     -5.612700     56.37988             35
    +#> 6575  VR2AR-546131     -5.612700     56.37988             35
    +#> 6576  VR2AR-546131     -5.612700     56.37988             35
    +#> 6577  VR2AR-546131     -5.612700     56.37988             35
    +#> 6578  VR2AR-546131     -5.612700     56.37988             35
    +#> 6579  VR2AR-546131     -5.612700     56.37988             35
    +#> 6580  VR2AR-546131     -5.612700     56.37988             35
    +#> 6581  VR2AR-546131     -5.612700     56.37988             35
    +#> 6582  VR2AR-546131     -5.612700     56.37988             35
    +#> 6583  VR2AR-546131     -5.612700     56.37988             35
    +#> 6584  VR2AR-546131     -5.612700     56.37988             35
    +#> 6585  VR2AR-546131     -5.612700     56.37988             35
    +#> 6586  VR2AR-546131     -5.612700     56.37988             35
    +#> 6587  VR2AR-546131     -5.612700     56.37988             35
    +#> 6588  VR2AR-546131     -5.612700     56.37988             35
    +#> 6589  VR2AR-546131     -5.612700     56.37988             35
    +#> 6590  VR2AR-546131     -5.612700     56.37988             35
    +#> 6591  VR2AR-546131     -5.612700     56.37988             35
    +#> 6592  VR2AR-546131     -5.612700     56.37988             35
    +#> 6593  VR2AR-546131     -5.612700     56.37988             35
    +#> 6594  VR2AR-546131     -5.612700     56.37988             35
    +#> 6595  VR2AR-546131     -5.612700     56.37988             35
    +#> 6596  VR2AR-546131     -5.612700     56.37988             35
    +#> 6597  VR2AR-546131     -5.612700     56.37988             35
    +#> 6598  VR2AR-546131     -5.612700     56.37988             35
    +#> 6599  VR2AR-546131     -5.612700     56.37988             35
    +#> 6600  VR2AR-546131     -5.612700     56.37988             35
    +#> 6601  VR2AR-546131     -5.612700     56.37988             35
    +#> 6602  VR2AR-546131     -5.612700     56.37988             35
    +#> 6603  VR2AR-546131     -5.612700     56.37988             35
    +#> 6604  VR2AR-546131     -5.612700     56.37988             35
    +#> 6605  VR2AR-546131     -5.612700     56.37988             35
    +#> 6606  VR2AR-546131     -5.612700     56.37988             35
    +#> 6607  VR2AR-546131     -5.612700     56.37988             35
    +#> 6608  VR2AR-546131     -5.612700     56.37988             35
    +#> 6609  VR2AR-546131     -5.612700     56.37988             35
    +#> 6610  VR2AR-546131     -5.612700     56.37988             35
    +#> 6611  VR2AR-546131     -5.612700     56.37988             35
    +#> 6612  VR2AR-546131     -5.612700     56.37988             35
    +#> 6613  VR2AR-546131     -5.612700     56.37988             35
    +#> 6614  VR2AR-546131     -5.612700     56.37988             35
    +#> 6615  VR2AR-546131     -5.612700     56.37988             35
    +#> 6616  VR2AR-546131     -5.612700     56.37988             35
    +#> 6617  VR2AR-546131     -5.612700     56.37988             35
    +#> 6618  VR2AR-546131     -5.612700     56.37988             35
    +#> 6619  VR2AR-546131     -5.612700     56.37988             35
    +#> 6620  VR2AR-546131     -5.612700     56.37988             35
    +#> 6621  VR2AR-546131     -5.612700     56.37988             35
    +#> 6622  VR2AR-546131     -5.612700     56.37988             35
    +#> 6623  VR2AR-546131     -5.612700     56.37988             35
    +#> 6624  VR2AR-546131     -5.612700     56.37988             35
    +#> 6625  VR2AR-546131     -5.612700     56.37988             35
    +#> 6626  VR2AR-546131     -5.612700     56.37988             35
    +#> 6627  VR2AR-546131     -5.612700     56.37988             35
    +#> 6628  VR2AR-546131     -5.612700     56.37988             35
    +#> 6629  VR2AR-546131     -5.612700     56.37988             35
    +#> 6630  VR2AR-546131     -5.612700     56.37988             35
    +#> 6631  VR2AR-546131     -5.612700     56.37988             35
    +#> 6632  VR2AR-546131     -5.612700     56.37988             35
    +#> 6633  VR2AR-546131     -5.612700     56.37988             35
    +#> 6634  VR2AR-546131     -5.612700     56.37988             35
    +#> 6635  VR2AR-546131     -5.612700     56.37988             35
    +#> 6636  VR2AR-546131     -5.612700     56.37988             35
    +#> 6637  VR2AR-546131     -5.612700     56.37988             35
    +#> 6638  VR2AR-546131     -5.612700     56.37988             35
    +#> 6639  VR2AR-546131     -5.612700     56.37988             35
    +#> 6640  VR2AR-546131     -5.612700     56.37988             35
    +#> 6641  VR2AR-546131     -5.612700     56.37988             35
    +#> 6642  VR2AR-546131     -5.612700     56.37988             35
    +#> 6643  VR2AR-546131     -5.612700     56.37988             35
    +#> 6644  VR2AR-546131     -5.612700     56.37988             35
    +#> 6645  VR2AR-546131     -5.612700     56.37988             35
    +#> 6646  VR2AR-546131     -5.612700     56.37988             35
    +#> 6647  VR2AR-546131     -5.612700     56.37988             35
    +#> 6648  VR2AR-546131     -5.612700     56.37988             35
    +#> 6649  VR2AR-546131     -5.612700     56.37988             35
    +#> 6650  VR2AR-546131     -5.612700     56.37988             35
    +#> 6651  VR2AR-546131     -5.612700     56.37988             35
    +#> 6652  VR2AR-546131     -5.612700     56.37988             35
    +#> 6653  VR2AR-546131     -5.612700     56.37988             35
    +#> 6654  VR2AR-546131     -5.612700     56.37988             35
    +#> 6655  VR2AR-546131     -5.612700     56.37988             35
    +#> 6656  VR2AR-546131     -5.612700     56.37988             35
    +#> 6657  VR2AR-546131     -5.612700     56.37988             35
    +#> 6658  VR2AR-546131     -5.612700     56.37988             35
    +#> 6659  VR2AR-546131     -5.612700     56.37988             35
    +#> 6660  VR2AR-546131     -5.612700     56.37988             35
    +#> 6661  VR2AR-546131     -5.612700     56.37988             35
    +#> 6662  VR2AR-546131     -5.612700     56.37988             35
    +#> 6663  VR2AR-546131     -5.612700     56.37988             35
    +#> 6664  VR2AR-546131     -5.612700     56.37988             35
    +#> 6665  VR2AR-546131     -5.612700     56.37988             35
    +#> 6666  VR2AR-546131     -5.612700     56.37988             35
    +#> 6667  VR2AR-546131     -5.612700     56.37988             35
    +#> 6668  VR2AR-546131     -5.612700     56.37988             35
    +#> 6669  VR2AR-546131     -5.612700     56.37988             35
    +#> 6670  VR2AR-546131     -5.612700     56.37988             35
    +#> 6671  VR2AR-546131     -5.612700     56.37988             35
    +#> 6672  VR2AR-546131     -5.612700     56.37988             35
    +#> 6673  VR2AR-546131     -5.612700     56.37988             35
    +#> 6674  VR2AR-546131     -5.612700     56.37988             35
    +#> 6675  VR2AR-546131     -5.612700     56.37988             35
    +#> 6676  VR2AR-546131     -5.612700     56.37988             35
    +#> 6677  VR2AR-546131     -5.612700     56.37988             35
    +#> 6678  VR2AR-546131     -5.612700     56.37988             35
    +#> 6679  VR2AR-546131     -5.612700     56.37988             35
    +#> 6680  VR2AR-546131     -5.612700     56.37988             35
    +#> 6681  VR2AR-546131     -5.612700     56.37988             35
    +#> 6682  VR2AR-546131     -5.612700     56.37988             35
    +#> 6683  VR2AR-546131     -5.612700     56.37988             35
    +#> 6684  VR2AR-546131     -5.612700     56.37988             35
    +#> 6685  VR2AR-546131     -5.612700     56.37988             35
    +#> 6686  VR2AR-546131     -5.612700     56.37988             35
    +#> 6687  VR2AR-546131     -5.612700     56.37988             35
    +#> 6688  VR2AR-546131     -5.612700     56.37988             35
    +#> 6689  VR2AR-546131     -5.612700     56.37988             35
    +#> 6690  VR2AR-546131     -5.612700     56.37988             35
    +#> 6691  VR2AR-546131     -5.612700     56.37988             35
    +#> 6692  VR2AR-546131     -5.612700     56.37988             35
    +#> 6693  VR2AR-546131     -5.612700     56.37988             35
    +#> 6694  VR2AR-546131     -5.612700     56.37988             35
    +#> 6695  VR2AR-546131     -5.612700     56.37988             35
    +#> 6696  VR2AR-546131     -5.612700     56.37988             35
    +#> 6697  VR2AR-546131     -5.612700     56.37988             35
    +#> 6698  VR2AR-546131     -5.612700     56.37988             35
    +#> 6699  VR2AR-546131     -5.612700     56.37988             35
    +#> 6700  VR2AR-546131     -5.612700     56.37988             35
    +#> 6701  VR2AR-546131     -5.612700     56.37988             35
    +#> 6702  VR2AR-546131     -5.612700     56.37988             35
    +#> 6703  VR2AR-546131     -5.612700     56.37988             35
    +#> 6704  VR2AR-546131     -5.612700     56.37988             35
    +#> 6705  VR2AR-546131     -5.612700     56.37988             35
    +#> 6706  VR2AR-546131     -5.612700     56.37988             35
    +#> 6707  VR2AR-546131     -5.612700     56.37988             35
    +#> 6708  VR2AR-546131     -5.612700     56.37988             35
    +#> 6709  VR2AR-546131     -5.612700     56.37988             35
    +#> 6710  VR2AR-546131     -5.612700     56.37988             35
    +#> 6711  VR2AR-546131     -5.612700     56.37988             35
    +#> 6712  VR2AR-546131     -5.612700     56.37988             35
    +#> 6713  VR2AR-546131     -5.612700     56.37988             35
    +#> 6714  VR2AR-546131     -5.612700     56.37988             35
    +#> 6715  VR2AR-546131     -5.612700     56.37988             35
    +#> 6716  VR2AR-546131     -5.612700     56.37988             35
    +#> 6717  VR2AR-546131     -5.612700     56.37988             35
    +#> 6718  VR2AR-546131     -5.612700     56.37988             35
    +#> 6719  VR2AR-546131     -5.612700     56.37988             35
    +#> 6720  VR2AR-546131     -5.612700     56.37988             35
    +#> 6721  VR2AR-546131     -5.612700     56.37988             35
    +#> 6722  VR2AR-546131     -5.612700     56.37988             35
    +#> 6723  VR2AR-546131     -5.612700     56.37988             35
    +#> 6724  VR2AR-546131     -5.612700     56.37988             35
    +#> 6725  VR2AR-546131     -5.612700     56.37988             35
    +#> 6726  VR2AR-546131     -5.612700     56.37988             35
    +#> 6727  VR2AR-546131     -5.612700     56.37988             35
    +#> 6728  VR2AR-546134     -5.643867     56.38278            145
    +#> 6729  VR2AR-546134     -5.643867     56.38278            145
    +#> 6730  VR2AR-546134     -5.643867     56.38278            145
    +#> 6731  VR2AR-546134     -5.643867     56.38278            145
    +#> 6732  VR2AR-546134     -5.643867     56.38278            145
    +#> 6733  VR2AR-546134     -5.643867     56.38278            145
    +#> 6734  VR2AR-546134     -5.643867     56.38278            145
    +#> 6735  VR2AR-546134     -5.643867     56.38278            145
    +#> 6736  VR2AR-546134     -5.643867     56.38278            145
    +#> 6737  VR2AR-546134     -5.643867     56.38278            145
    +#> 6738  VR2AR-546134     -5.643867     56.38278            145
    +#> 6739  VR2AR-546134     -5.643867     56.38278            145
    +#> 6740  VR2AR-546134     -5.643867     56.38278            145
    +#> 6741  VR2AR-546134     -5.643867     56.38278            145
    +#> 6742  VR2AR-546134     -5.643867     56.38278            145
    +#> 6743  VR2AR-546134     -5.643867     56.38278            145
    +#> 6744  VR2AR-546136     -5.626250     56.44810             75
    +#> 6745  VR2AR-546136     -5.626250     56.44810             75
    +#> 6746  VR2AR-546131     -5.612700     56.37988             35
    +#> 6747  VR2AR-546131     -5.612700     56.37988             35
    +#> 6748  VR2AR-546131     -5.612700     56.37988             35
    +#> 6749  VR2AR-546131     -5.612700     56.37988             35
    +#> 6750  VR2AR-546131     -5.612700     56.37988             35
    +#> 6751  VR2AR-546131     -5.612700     56.37988             35
    +#> 6752  VR2AR-546131     -5.612700     56.37988             35
    +#> 6753  VR2AR-546131     -5.612700     56.37988             35
    +#> 6754  VR2AR-546131     -5.612700     56.37988             35
    +#> 6755  VR2AR-546131     -5.612700     56.37988             35
    +#> 6756  VR2AR-546131     -5.612700     56.37988             35
    +#> 6757  VR2AR-546131     -5.612700     56.37988             35
    +#> 6758  VR2AR-546131     -5.612700     56.37988             35
    +#> 6759  VR2AR-546131     -5.612700     56.37988             35
    +#> 6760  VR2AR-546131     -5.612700     56.37988             35
    +#> 6761  VR2AR-546131     -5.612700     56.37988             35
    +#> 6762  VR2AR-546131     -5.612700     56.37988             35
    +#> 6763  VR2AR-546131     -5.612700     56.37988             35
    +#> 6764  VR2AR-546131     -5.612700     56.37988             35
    +#> 6765  VR2AR-546131     -5.612700     56.37988             35
    +#> 6766  VR2AR-546131     -5.612700     56.37988             35
    +#> 6767  VR2AR-546131     -5.612700     56.37988             35
    +#> 6768  VR2AR-546131     -5.612700     56.37988             35
    +#> 6769  VR2AR-546131     -5.612700     56.37988             35
    +#> 6770  VR2AR-546131     -5.612700     56.37988             35
    +#> 6771  VR2AR-546131     -5.612700     56.37988             35
    +#> 6772  VR2AR-546131     -5.612700     56.37988             35
    +#> 6773  VR2AR-546131     -5.612700     56.37988             35
    +#> 6774  VR2AR-546131     -5.612700     56.37988             35
    +#> 6775  VR2AR-546131     -5.612700     56.37988             35
    +#> 6776  VR2AR-546131     -5.612700     56.37988             35
    +#> 6777  VR2AR-546131     -5.612700     56.37988             35
    +#> 6778  VR2AR-546131     -5.612700     56.37988             35
    +#> 6779  VR2AR-546131     -5.612700     56.37988             35
    +#> 6780  VR2AR-546131     -5.612700     56.37988             35
    +#> 6781  VR2AR-546131     -5.612700     56.37988             35
    +#> 6782  VR2AR-546131     -5.612700     56.37988             35
    +#> 6783  VR2AR-546131     -5.612700     56.37988             35
    +#> 6784  VR2AR-546131     -5.612700     56.37988             35
    +#> 6785  VR2AR-546131     -5.612700     56.37988             35
    +#> 6786  VR2AR-546131     -5.612700     56.37988             35
    +#> 6787  VR2AR-546131     -5.612700     56.37988             35
    +#> 6788  VR2AR-546131     -5.612700     56.37988             35
    +#> 6789  VR2AR-546131     -5.612700     56.37988             35
    +#> 6790  VR2AR-546131     -5.612700     56.37988             35
    +#> 6791  VR2AR-546131     -5.612700     56.37988             35
    +#> 6792  VR2AR-546131     -5.612700     56.37988             35
    +#> 6793  VR2AR-546131     -5.612700     56.37988             35
    +#> 6794  VR2AR-546131     -5.612700     56.37988             35
    +#> 6795  VR2AR-546131     -5.612700     56.37988             35
    +#> 6796  VR2AR-546131     -5.612700     56.37988             35
    +#> 6797  VR2AR-546131     -5.612700     56.37988             35
    +#> 6798  VR2AR-546131     -5.612700     56.37988             35
    +#> 6799  VR2AR-546131     -5.612700     56.37988             35
    +#> 6800  VR2AR-546131     -5.612700     56.37988             35
    +#> 6801  VR2AR-546131     -5.612700     56.37988             35
    +#> 6802  VR2AR-546131     -5.612700     56.37988             35
    +#> 6803  VR2AR-546131     -5.612700     56.37988             35
    +#> 6804  VR2AR-546131     -5.612700     56.37988             35
    +#> 6805  VR2AR-546131     -5.612700     56.37988             35
    +#> 6806  VR2AR-546131     -5.612700     56.37988             35
    +#> 6807  VR2AR-546131     -5.612700     56.37988             35
    +#> 6808  VR2AR-546131     -5.612700     56.37988             35
    +#> 6809  VR2AR-546131     -5.612700     56.37988             35
    +#> 6810  VR2AR-546131     -5.612700     56.37988             35
    +#> 6811  VR2AR-546131     -5.612700     56.37988             35
    +#> 6812  VR2AR-546131     -5.612700     56.37988             35
    +#> 6813  VR2AR-546131     -5.612700     56.37988             35
    +#> 6814  VR2AR-546131     -5.612700     56.37988             35
    +#> 6815  VR2AR-546131     -5.612700     56.37988             35
    +#> 6816  VR2AR-546131     -5.612700     56.37988             35
    +#> 6817  VR2AR-546131     -5.612700     56.37988             35
    +#> 6818  VR2AR-546131     -5.612700     56.37988             35
    +#> 6819  VR2AR-546131     -5.612700     56.37988             35
    +#> 6820  VR2AR-546131     -5.612700     56.37988             35
    +#> 6821  VR2AR-546131     -5.612700     56.37988             35
    +#> 6822  VR2AR-546131     -5.612700     56.37988             35
    +#> 6823  VR2AR-546131     -5.612700     56.37988             35
    +#> 6824  VR2AR-546131     -5.612700     56.37988             35
    +#> 6825  VR2AR-546131     -5.612700     56.37988             35
    +#> 6826  VR2AR-546131     -5.612700     56.37988             35
    +#> 6827  VR2AR-546131     -5.612700     56.37988             35
    +#> 6828  VR2AR-546131     -5.612700     56.37988             35
    +#> 6829  VR2AR-546131     -5.612700     56.37988             35
    +#> 6830  VR2AR-546131     -5.612700     56.37988             35
    +#> 6831  VR2AR-546131     -5.612700     56.37988             35
    +#> 6832  VR2AR-546131     -5.612700     56.37988             35
    +#> 6833  VR2AR-546131     -5.612700     56.37988             35
    +#> 6834  VR2AR-546131     -5.612700     56.37988             35
    +#> 6835  VR2AR-546131     -5.612700     56.37988             35
    +#> 6836  VR2AR-546131     -5.612700     56.37988             35
    +#> 6837  VR2AR-546131     -5.612700     56.37988             35
    +#> 6838  VR2AR-546131     -5.612700     56.37988             35
    +#> 6839  VR2AR-546131     -5.612700     56.37988             35
    +#> 6840  VR2AR-546131     -5.612700     56.37988             35
    +#> 6841  VR2AR-546131     -5.612700     56.37988             35
    +#> 6842  VR2AR-546131     -5.612700     56.37988             35
    +#> 6843  VR2AR-546131     -5.612700     56.37988             35
    +#> 6844  VR2AR-546131     -5.612700     56.37988             35
    +#> 6845  VR2AR-546131     -5.612700     56.37988             35
    +#> 6846  VR2AR-546131     -5.612700     56.37988             35
    +#> 6847  VR2AR-546131     -5.612700     56.37988             35
    +#> 6848  VR2AR-546131     -5.612700     56.37988             35
    +#> 6849  VR2AR-546131     -5.612700     56.37988             35
    +#> 6850  VR2AR-546131     -5.612700     56.37988             35
    +#> 6851  VR2AR-546131     -5.612700     56.37988             35
    +#> 6852  VR2AR-546131     -5.612700     56.37988             35
    +#> 6853  VR2AR-546131     -5.612700     56.37988             35
    +#> 6854  VR2AR-546131     -5.612700     56.37988             35
    +#> 6855  VR2AR-546131     -5.612700     56.37988             35
    +#> 6856  VR2AR-546131     -5.612700     56.37988             35
    +#> 6857  VR2AR-546131     -5.612700     56.37988             35
    +#> 6858  VR2AR-546131     -5.612700     56.37988             35
    +#> 6859  VR2AR-546131     -5.612700     56.37988             35
    +#> 6860  VR2AR-546131     -5.612700     56.37988             35
    +#> 6861  VR2AR-546131     -5.612700     56.37988             35
    +#> 6862  VR2AR-546131     -5.612700     56.37988             35
    +#> 6863  VR2AR-546131     -5.612700     56.37988             35
    +#> 6864  VR2AR-546131     -5.612700     56.37988             35
    +#> 6865  VR2AR-546131     -5.612700     56.37988             35
    +#> 6866  VR2AR-546131     -5.612700     56.37988             35
    +#> 6867  VR2AR-546131     -5.612700     56.37988             35
    +#> 6868  VR2AR-546131     -5.612700     56.37988             35
    +#> 6869  VR2AR-546131     -5.612700     56.37988             35
    +#> 6870  VR2AR-546131     -5.612700     56.37988             35
    +#> 6871  VR2AR-546131     -5.612700     56.37988             35
    +#> 6872  VR2AR-546131     -5.612700     56.37988             35
    +#> 6873  VR2AR-546131     -5.612700     56.37988             35
    +#> 6874  VR2AR-546131     -5.612700     56.37988             35
    +#> 6875  VR2AR-546131     -5.612700     56.37988             35
    +#> 6876  VR2AR-546131     -5.612700     56.37988             35
    +#> 6877  VR2AR-546131     -5.612700     56.37988             35
    +#> 6878  VR2AR-546131     -5.612700     56.37988             35
    +#> 6879  VR2AR-546131     -5.612700     56.37988             35
    +#> 6880  VR2AR-546131     -5.612700     56.37988             35
    +#> 6881  VR2AR-546131     -5.612700     56.37988             35
    +#> 6882  VR2AR-546131     -5.612700     56.37988             35
    +#> 6883  VR2AR-546131     -5.612700     56.37988             35
    +#> 6884  VR2AR-546131     -5.612700     56.37988             35
    +#> 6885  VR2AR-546131     -5.612700     56.37988             35
    +#> 6886  VR2AR-546131     -5.612700     56.37988             35
    +#> 6887  VR2AR-546131     -5.612700     56.37988             35
    +#> 6888  VR2AR-546131     -5.612700     56.37988             35
    +#> 6889  VR2AR-546131     -5.612700     56.37988             35
    +#> 6890  VR2AR-546131     -5.612700     56.37988             35
    +#> 6891  VR2AR-546131     -5.612700     56.37988             35
    +#> 6892  VR2AR-546131     -5.612700     56.37988             35
    +#> 6893  VR2AR-546131     -5.612700     56.37988             35
    +#> 6894  VR2AR-546131     -5.612700     56.37988             35
    +#> 6895  VR2AR-546131     -5.612700     56.37988             35
    +#> 6896  VR2AR-546131     -5.612700     56.37988             35
    +#> 6897  VR2AR-546131     -5.612700     56.37988             35
    +#> 6898  VR2AR-546131     -5.612700     56.37988             35
    +#> 6899  VR2AR-546131     -5.612700     56.37988             35
    +#> 6900  VR2AR-546131     -5.612700     56.37988             35
    +#> 6901  VR2AR-546131     -5.612700     56.37988             35
    +#> 6902  VR2AR-546131     -5.612700     56.37988             35
    +#> 6903  VR2AR-546136     -5.626250     56.44810             75
    +#> 6904  VR2AR-546136     -5.626250     56.44810             75
    +#> 6905  VR2AR-546136     -5.626250     56.44810             75
    +#> 6906  VR2AR-546136     -5.626250     56.44810             75
    +#> 6907  VR2AR-546136     -5.626250     56.44810             75
    +#> 6908  VR2AR-546136     -5.626250     56.44810             75
    +#> 6909      VR2-6723     -5.586383     56.50332             50
    +#> 6910  VR2AR-546133     -5.701717     56.49747             90
    +#> 6911  VR2AR-546133     -5.701717     56.49747             90
    +#> 6912  VR2AR-546133     -5.701717     56.49747             90
    +#> 6913  VR2AR-546133     -5.701717     56.49747             90
    +#> 6914  VR2AR-546133     -5.701717     56.49747             90
    +#> 6915  VR2AR-546133     -5.701717     56.49747             90
    +#> 6916  VR2AR-546133     -5.701717     56.49747             90
    +#> 6917  VR2AR-546133     -5.701717     56.49747             90
    +#> 6918  VR2AR-546133     -5.701717     56.49747             90
    +#> 6919  VR2AR-546133     -5.701717     56.49747             90
    +#> 6920  VR2AR-546133     -5.701717     56.49747             90
    +#> 6921  VR2AR-546133     -5.701717     56.49747             90
    +#> 6922  VR2AR-546133     -5.701717     56.49747             90
    +#> 6923  VR2AR-546133     -5.701717     56.49747             90
    +#> 6924  VR2AR-546133     -5.701717     56.49747             90
    +#> 6925  VR2AR-546133     -5.701717     56.49747             90
    +#> 6926  VR2AR-546133     -5.701717     56.49747             90
    +#> 6927  VR2AR-546133     -5.701717     56.49747             90
    +#> 6928  VR2AR-546133     -5.701717     56.49747             90
    +#> 6929  VR2AR-546133     -5.701717     56.49747             90
    +#> 6930  VR2AR-546133     -5.701717     56.49747             90
    +#> 6931  VR2AR-546133     -5.701717     56.49747             90
    +#> 6932   VR2W-108161     -5.605383     56.46018             25
    +#> 6933   VR2W-108161     -5.605383     56.46018             25
    +#> 6934   VR2W-108161     -5.605383     56.46018             25
    +#> 6935   VR2W-108161     -5.605383     56.46018             25
    +#> 6936   VR2W-108161     -5.605383     56.46018             25
    +#> 6937   VR2W-108161     -5.605383     56.46018             25
    +#> 6938   VR2W-108161     -5.605383     56.46018             25
    +#> 6939  VR2AR-546136     -5.626250     56.44810             75
    +#> 6940  VR2AR-546136     -5.626250     56.44810             75
    +#> 6941  VR2AR-546136     -5.626250     56.44810             75
    +#> 6942  VR2AR-546136     -5.626250     56.44810             75
    +#> 6943  VR2AR-546136     -5.626250     56.44810             75
    +#> 6944  VR2AR-546136     -5.626250     56.44810             75
    +#> 6945  VR2AR-546131     -5.612700     56.37988             35
    +#> 6946  VR2AR-546131     -5.612700     56.37988             35
    +#> 6947  VR2AR-546131     -5.612700     56.37988             35
    +#> 6948  VR2AR-546131     -5.612700     56.37988             35
    +#> 6949  VR2AR-546131     -5.612700     56.37988             35
    +#> 6950  VR2AR-546131     -5.612700     56.37988             35
    +#> 6951  VR2AR-546131     -5.612700     56.37988             35
    +#> 6952  VR2AR-546131     -5.612700     56.37988             35
    +#> 6953  VR2AR-546131     -5.612700     56.37988             35
    +#> 6954  VR2AR-546131     -5.612700     56.37988             35
    +#> 6955  VR2AR-546131     -5.612700     56.37988             35
    +#> 6956  VR2AR-546131     -5.612700     56.37988             35
    +#> 6957  VR2AR-546131     -5.612700     56.37988             35
    +#> 6958  VR2AR-546131     -5.612700     56.37988             35
    +#> 6959  VR2AR-546131     -5.612700     56.37988             35
    +#> 6960  VR2AR-546131     -5.612700     56.37988             35
    +#> 6961  VR2AR-546131     -5.612700     56.37988             35
    +#> 6962  VR2AR-546131     -5.612700     56.37988             35
    +#> 6963  VR2AR-546131     -5.612700     56.37988             35
    +#> 6964  VR2AR-546131     -5.612700     56.37988             35
    +#> 6965  VR2AR-546131     -5.612700     56.37988             35
    +#> 6966  VR2AR-546131     -5.612700     56.37988             35
    +#> 6967  VR2AR-546131     -5.612700     56.37988             35
    +#> 6968  VR2AR-546131     -5.612700     56.37988             35
    +#> 6969  VR2AR-546131     -5.612700     56.37988             35
    +#> 6970  VR2AR-546131     -5.612700     56.37988             35
    +#> 6971  VR2AR-546131     -5.612700     56.37988             35
    +#> 6972  VR2AR-546131     -5.612700     56.37988             35
    +#> 6973  VR2AR-546131     -5.612700     56.37988             35
    +#> 6974  VR2AR-546131     -5.612700     56.37988             35
    +#> 6975  VR2AR-546131     -5.612700     56.37988             35
    +#> 6976  VR2AR-546131     -5.612700     56.37988             35
    +#> 6977  VR2AR-546131     -5.612700     56.37988             35
    +#> 6978  VR2AR-546131     -5.612700     56.37988             35
    +#> 6979  VR2AR-546131     -5.612700     56.37988             35
    +#> 6980  VR2AR-546131     -5.612700     56.37988             35
    +#> 6981  VR2AR-546131     -5.612700     56.37988             35
    +#> 6982  VR2AR-546131     -5.612700     56.37988             35
    +#> 6983  VR2AR-546131     -5.612700     56.37988             35
    +#> 6984  VR2AR-546131     -5.612700     56.37988             35
    +#> 6985  VR2AR-546131     -5.612700     56.37988             35
    +#> 6986  VR2AR-546131     -5.612700     56.37988             35
    +#> 6987  VR2AR-546131     -5.612700     56.37988             35
    +#> 6988  VR2AR-546131     -5.612700     56.37988             35
    +#> 6989  VR2AR-546131     -5.612700     56.37988             35
    +#> 6990  VR2AR-546131     -5.612700     56.37988             35
    +#> 6991  VR2AR-546131     -5.612700     56.37988             35
    +#> 6992  VR2AR-546131     -5.612700     56.37988             35
    +#> 6993  VR2AR-546131     -5.612700     56.37988             35
    +#> 6994  VR2AR-546131     -5.612700     56.37988             35
    +#> 6995  VR2AR-546131     -5.612700     56.37988             35
    +#> 6996  VR2AR-546131     -5.612700     56.37988             35
    +#> 6997  VR2AR-546131     -5.612700     56.37988             35
    +#> 6998  VR2AR-546131     -5.612700     56.37988             35
    +#> 6999  VR2AR-546131     -5.612700     56.37988             35
    +#> 7000  VR2AR-546131     -5.612700     56.37988             35
    +#> 7001  VR2AR-546131     -5.612700     56.37988             35
    +#> 7002  VR2AR-546131     -5.612700     56.37988             35
    +#> 7003  VR2AR-546131     -5.612700     56.37988             35
    +#> 7004  VR2AR-546131     -5.612700     56.37988             35
    +#> 7005  VR2AR-546131     -5.612700     56.37988             35
    +#> 7006  VR2AR-546131     -5.612700     56.37988             35
    +#> 7007  VR2AR-546131     -5.612700     56.37988             35
    +#> 7008  VR2AR-546131     -5.612700     56.37988             35
    +#> 7009  VR2AR-546131     -5.612700     56.37988             35
    +#> 7010  VR2AR-546131     -5.612700     56.37988             35
    +#> 7011  VR2AR-546131     -5.612700     56.37988             35
    +#> 7012  VR2AR-546131     -5.612700     56.37988             35
    +#> 7013  VR2AR-546131     -5.612700     56.37988             35
    +#> 7014  VR2AR-546131     -5.612700     56.37988             35
    +#> 7015  VR2AR-546131     -5.612700     56.37988             35
    +#> 7016  VR2AR-546131     -5.612700     56.37988             35
    +#> 7017  VR2AR-546131     -5.612700     56.37988             35
    +#> 7018  VR2AR-546131     -5.612700     56.37988             35
    +#> 7019  VR2AR-546131     -5.612700     56.37988             35
    +#> 7020  VR2AR-546131     -5.612700     56.37988             35
    +#> 7021  VR2AR-546131     -5.612700     56.37988             35
    +#> 7022  VR2AR-546131     -5.612700     56.37988             35
    +#> 7023  VR2AR-546131     -5.612700     56.37988             35
    +#> 7024  VR2AR-546131     -5.612700     56.37988             35
    +#> 7025  VR2AR-546131     -5.612700     56.37988             35
    +#> 7026  VR2AR-546131     -5.612700     56.37988             35
    +#> 7027  VR2AR-546131     -5.612700     56.37988             35
    +#> 7028  VR2AR-546131     -5.612700     56.37988             35
    +#> 7029  VR2AR-546131     -5.612700     56.37988             35
    +#> 7030  VR2AR-546131     -5.612700     56.37988             35
    +#> 7031  VR2AR-546131     -5.612700     56.37988             35
    +#> 7032  VR2AR-546131     -5.612700     56.37988             35
    +#> 7033  VR2AR-546131     -5.612700     56.37988             35
    +#> 7034  VR2AR-546131     -5.612700     56.37988             35
    +#> 7035  VR2AR-546131     -5.612700     56.37988             35
    +#> 7036  VR2AR-546131     -5.612700     56.37988             35
    +#> 7037  VR2AR-546131     -5.612700     56.37988             35
    +#> 7038  VR2AR-546131     -5.612700     56.37988             35
    +#> 7039  VR2AR-546131     -5.612700     56.37988             35
    +#> 7040  VR2AR-546131     -5.612700     56.37988             35
    +#> 7041  VR2AR-546131     -5.612700     56.37988             35
    +#> 7042  VR2AR-546131     -5.612700     56.37988             35
    +#> 7043  VR2AR-546131     -5.612700     56.37988             35
    +#> 7044  VR2AR-546131     -5.612700     56.37988             35
    +#> 7045  VR2AR-546131     -5.612700     56.37988             35
    +#> 7046  VR2AR-546131     -5.612700     56.37988             35
    +#> 7047  VR2AR-546131     -5.612700     56.37988             35
    +#> 7048  VR2AR-546131     -5.612700     56.37988             35
    +#> 7049  VR2AR-546131     -5.612700     56.37988             35
    +#> 7050  VR2AR-546131     -5.612700     56.37988             35
    +#> 7051  VR2AR-546131     -5.612700     56.37988             35
    +#> 7052  VR2AR-546131     -5.612700     56.37988             35
    +#> 7053  VR2AR-546131     -5.612700     56.37988             35
    +#> 7054  VR2AR-546131     -5.612700     56.37988             35
    +#> 7055  VR2AR-546131     -5.612700     56.37988             35
    +#> 7056  VR2AR-546131     -5.612700     56.37988             35
    +#> 7057  VR2AR-546131     -5.612700     56.37988             35
    +#> 7058  VR2AR-546131     -5.612700     56.37988             35
    +#> 7059  VR2AR-546131     -5.612700     56.37988             35
    +#> 7060  VR2AR-546131     -5.612700     56.37988             35
    +#> 7061  VR2AR-546131     -5.612700     56.37988             35
    +#> 7062  VR2AR-546131     -5.612700     56.37988             35
    +#> 7063  VR2AR-546131     -5.612700     56.37988             35
    +#> 7064  VR2AR-546131     -5.612700     56.37988             35
    +#> 7065  VR2AR-546131     -5.612700     56.37988             35
    +#> 7066  VR2AR-546131     -5.612700     56.37988             35
    +#> 7067  VR2AR-546131     -5.612700     56.37988             35
    +#> 7068  VR2AR-546131     -5.612700     56.37988             35
    +#> 7069  VR2AR-546380     -5.637917     56.44800             25
    +#> 7070  VR2AR-546380     -5.637917     56.44800             25
    +#> 7071  VR2AR-546380     -5.637917     56.44800             25
    +#> 7072  VR2AR-546380     -5.637917     56.44800             25
    +#> 7073  VR2AR-546380     -5.637917     56.44800             25
    +#> 7074  VR2AR-546380     -5.637917     56.44800             25
    +#> 7075  VR2AR-546380     -5.637917     56.44800             25
    +#> 7076  VR2AR-546380     -5.637917     56.44800             25
    +#> 7077  VR2AR-546380     -5.637917     56.44800             25
    +#> 7078  VR2AR-546380     -5.637917     56.44800             25
    +#> 7079  VR2AR-546380     -5.637917     56.44800             25
    +#> 7080  VR2AR-546380     -5.637917     56.44800             25
    +#> 7081  VR2AR-546380     -5.637917     56.44800             25
    +#> 7082  VR2AR-546380     -5.637917     56.44800             25
    +#> 7083  VR2AR-546380     -5.637917     56.44800             25
    +#> 7084  VR2AR-546380     -5.637917     56.44800             25
    +#> 7085  VR2AR-546380     -5.637917     56.44800             25
    +#> 7086  VR2AR-546380     -5.637917     56.44800             25
    +#> 7087  VR2AR-546380     -5.637917     56.44800             25
    +#> 7088  VR2AR-546380     -5.637917     56.44800             25
    +#> 7089  VR2AR-546380     -5.637917     56.44800             25
    +#> 7090  VR2AR-546380     -5.637917     56.44800             25
    +#> 7091  VR2AR-546380     -5.637917     56.44800             25
    +#> 7092  VR2AR-546380     -5.637917     56.44800             25
    +#> 7093  VR2AR-546380     -5.637917     56.44800             25
    +#> 7094  VR2AR-546380     -5.637917     56.44800             25
    +#> 7095  VR2AR-546380     -5.637917     56.44800             25
    +#> 7096  VR2AR-546380     -5.637917     56.44800             25
    +#> 7097  VR2AR-546380     -5.637917     56.44800             25
    +#> 7098  VR2AR-546380     -5.637917     56.44800             25
    +#> 7099  VR2AR-546380     -5.637917     56.44800             25
    +#> 7100  VR2AR-546380     -5.637917     56.44800             25
    +#> 7101  VR2AR-546380     -5.637917     56.44800             25
    +#> 7102  VR2AR-546380     -5.637917     56.44800             25
    +#> 7103  VR2AR-546380     -5.637917     56.44800             25
    +#> 7104  VR2AR-546380     -5.637917     56.44800             25
    +#> 7105  VR2AR-546380     -5.637917     56.44800             25
    +#> 7106  VR2AR-546380     -5.637917     56.44800             25
    +#> 7107  VR2AR-546380     -5.637917     56.44800             25
    +#> 7108  VR2AR-546380     -5.637917     56.44800             25
    +#> 7109  VR2AR-546380     -5.637917     56.44800             25
    +#> 7110  VR2AR-546380     -5.637917     56.44800             25
    +#> 7111  VR2AR-546380     -5.637917     56.44800             25
    +#> 7112  VR2AR-546380     -5.637917     56.44800             25
    +#> 7113  VR2AR-546380     -5.637917     56.44800             25
    +#> 7114  VR2AR-546380     -5.637917     56.44800             25
    +#> 7115  VR2AR-546380     -5.637917     56.44800             25
    +#> 7116  VR2AR-546380     -5.637917     56.44800             25
    +#> 7117  VR2AR-546380     -5.637917     56.44800             25
    +#> 7118  VR2AR-546380     -5.637917     56.44800             25
    +#> 7119  VR2AR-546380     -5.637917     56.44800             25
    +#> 7120  VR2AR-546380     -5.637917     56.44800             25
    +#> 7121  VR2AR-546380     -5.637917     56.44800             25
    +#> 7122  VR2AR-546380     -5.637917     56.44800             25
    +#> 7123  VR2AR-546380     -5.637917     56.44800             25
    +#> 7124  VR2AR-546380     -5.637917     56.44800             25
    +#> 7125  VR2AR-546380     -5.637917     56.44800             25
    +#> 7126  VR2AR-546380     -5.637917     56.44800             25
    +#> 7127  VR2AR-546380     -5.637917     56.44800             25
    +#> 7128  VR2AR-546380     -5.637917     56.44800             25
    +#> 7129  VR2AR-546380     -5.637917     56.44800             25
    +#> 7130  VR2AR-546380     -5.637917     56.44800             25
    +#> 7131  VR2AR-546380     -5.637917     56.44800             25
    +#> 7132  VR2AR-546380     -5.637917     56.44800             25
    +#> 7133  VR2AR-546380     -5.637917     56.44800             25
    +#> 7134  VR2AR-546380     -5.637917     56.44800             25
    +#> 7135  VR2AR-546380     -5.637917     56.44800             25
    +#> 7136  VR2AR-546380     -5.637917     56.44800             25
    +#> 7137  VR2AR-546380     -5.637917     56.44800             25
    +#> 7138  VR2AR-546380     -5.637917     56.44800             25
    +#> 7139  VR2AR-546133     -5.701717     56.49747             90
    +#> 7140  VR2AR-546133     -5.701717     56.49747             90
    +#> 7141  VR2AR-546133     -5.701717     56.49747             90
    +#> 7142  VR2AR-546133     -5.701717     56.49747             90
    +#> 7143  VR2AR-546133     -5.701717     56.49747             90
    +#> 7144  VR2AR-546133     -5.701717     56.49747             90
    +#> 7145  VR2AR-546133     -5.701717     56.49747             90
    +#> 7146  VR2AR-546133     -5.701717     56.49747             90
    +#> 7147  VR2AR-546133     -5.701717     56.49747             90
    +#> 7148  VR2AR-546133     -5.701717     56.49747             90
    +#> 7149  VR2AR-546133     -5.701717     56.49747             90
    +#> 7150  VR2AR-546133     -5.701717     56.49747             90
    +#> 7151  VR2AR-546133     -5.701717     56.49747             90
    +#> 7152  VR2AR-546133     -5.701717     56.49747             90
    +#> 7153      VR2-5637     -5.692417     56.49913             25
    +#> 7154  VR2AR-546133     -5.701717     56.49747             90
    +#> 7155  VR2AR-546133     -5.701717     56.49747             90
    +#> 7156  VR2AR-546133     -5.701717     56.49747             90
    +#> 7157  VR2AR-546133     -5.701717     56.49747             90
    +#> 7158      VR2-5637     -5.692417     56.49913             25
    +#> 7159   VR2W-108161     -5.605383     56.46018             25
    +#> 7160   VR2W-108161     -5.605383     56.46018             25
    +#> 7161   VR2W-108161     -5.605383     56.46018             25
    +#> 7162   VR2W-108161     -5.605383     56.46018             25
    +#> 7163   VR2W-108161     -5.605383     56.46018             25
    +#> 7164   VR2W-108161     -5.605383     56.46018             25
    +#> 7165   VR2W-108161     -5.605383     56.46018             25
    +#> 7166   VR2W-108161     -5.605383     56.46018             25
    +#> 7167   VR2W-108161     -5.605383     56.46018             25
    +#> 7168   VR2W-108161     -5.605383     56.46018             25
    +#> 7169   VR2W-108161     -5.605383     56.46018             25
    +#> 7170   VR2W-108161     -5.605383     56.46018             25
    +#> 7171   VR2W-108161     -5.605383     56.46018             25
    +#> 7172   VR2W-108161     -5.605383     56.46018             25
    +#> 7173   VR2W-108161     -5.605383     56.46018             25
    +#> 7174   VR2W-108161     -5.605383     56.46018             25
    +#> 7175   VR2W-108161     -5.605383     56.46018             25
    +#> 7176   VR2W-108161     -5.605383     56.46018             25
    +#> 7177   VR2W-108161     -5.605383     56.46018             25
    +#> 7178   VR2W-108161     -5.605383     56.46018             25
    +#> 7179  VR2AR-546136     -5.626250     56.44810             75
    +#> 7180  VR2AR-546136     -5.626250     56.44810             75
    +#> 7181  VR2AR-546136     -5.626250     56.44810             75
    +#> 7182  VR2AR-546136     -5.626250     56.44810             75
    +#> 7183  VR2AR-546136     -5.626250     56.44810             75
    +#> 7184  VR2AR-546136     -5.626250     56.44810             75
    +#> 7185  VR2AR-546136     -5.626250     56.44810             75
    +#> 7186  VR2AR-546136     -5.626250     56.44810             75
    +#> 7187  VR2AR-546136     -5.626250     56.44810             75
    +#> 7188  VR2AR-546136     -5.626250     56.44810             75
    +#> 7189  VR2AR-546136     -5.626250     56.44810             75
    +#> 7190  VR2AR-546136     -5.626250     56.44810             75
    +#> 7191  VR2AR-546136     -5.626250     56.44810             75
    +#> 7192  VR2AR-546131     -5.612700     56.37988             35
    +#> 7193  VR2AR-546131     -5.612700     56.37988             35
    +#> 7194  VR2AR-546131     -5.612700     56.37988             35
    +#> 7195  VR2AR-546131     -5.612700     56.37988             35
    +#> 7196  VR2AR-546131     -5.612700     56.37988             35
    +#> 7197  VR2AR-546131     -5.612700     56.37988             35
    +#> 7198  VR2AR-546131     -5.612700     56.37988             35
    +#> 7199  VR2AR-546131     -5.612700     56.37988             35
    +#> 7200  VR2AR-546131     -5.612700     56.37988             35
    +#> 7201  VR2AR-546131     -5.612700     56.37988             35
    +#> 7202  VR2AR-546131     -5.612700     56.37988             35
    +#> 7203  VR2AR-546131     -5.612700     56.37988             35
    +#> 7204  VR2AR-546131     -5.612700     56.37988             35
    +#> 7205  VR2AR-546131     -5.612700     56.37988             35
    +#> 7206  VR2AR-546131     -5.612700     56.37988             35
    +#> 7207  VR2AR-546131     -5.612700     56.37988             35
    +#> 7208  VR2AR-546131     -5.612700     56.37988             35
    +#> 7209  VR2AR-546131     -5.612700     56.37988             35
    +#> 7210  VR2AR-546131     -5.612700     56.37988             35
    +#> 7211  VR2AR-546131     -5.612700     56.37988             35
    +#> 7212  VR2AR-546131     -5.612700     56.37988             35
    +#> 7213  VR2AR-546131     -5.612700     56.37988             35
    +#> 7214  VR2AR-546131     -5.612700     56.37988             35
    +#> 7215  VR2AR-546131     -5.612700     56.37988             35
    +#> 7216  VR2AR-546131     -5.612700     56.37988             35
    +#> 7217  VR2AR-546131     -5.612700     56.37988             35
    +#> 7218  VR2AR-546131     -5.612700     56.37988             35
    +#> 7219  VR2AR-546131     -5.612700     56.37988             35
    +#> 7220  VR2AR-546131     -5.612700     56.37988             35
    +#> 7221  VR2AR-546131     -5.612700     56.37988             35
    +#> 7222  VR2AR-546131     -5.612700     56.37988             35
    +#> 7223  VR2AR-546131     -5.612700     56.37988             35
    +#> 7224  VR2AR-546131     -5.612700     56.37988             35
    +#> 7225  VR2AR-546131     -5.612700     56.37988             35
    +#> 7226  VR2AR-546131     -5.612700     56.37988             35
    +#> 7227  VR2AR-546131     -5.612700     56.37988             35
    +#> 7228  VR2AR-546131     -5.612700     56.37988             35
    +#> 7229  VR2AR-546131     -5.612700     56.37988             35
    +#> 7230  VR2AR-546131     -5.612700     56.37988             35
    +#> 7231  VR2AR-546131     -5.612700     56.37988             35
    +#> 7232  VR2AR-546131     -5.612700     56.37988             35
    +#> 7233  VR2AR-546131     -5.612700     56.37988             35
    +#> 7234  VR2AR-546131     -5.612700     56.37988             35
    +#> 7235  VR2AR-546131     -5.612700     56.37988             35
    +#> 7236  VR2AR-546131     -5.612700     56.37988             35
    +#> 7237  VR2AR-546131     -5.612700     56.37988             35
    +#> 7238  VR2AR-546131     -5.612700     56.37988             35
    +#> 7239  VR2AR-546131     -5.612700     56.37988             35
    +#> 7240  VR2AR-546131     -5.612700     56.37988             35
    +#> 7241  VR2AR-546131     -5.612700     56.37988             35
    +#> 7242  VR2AR-546131     -5.612700     56.37988             35
    +#> 7243  VR2AR-546131     -5.612700     56.37988             35
    +#> 7244  VR2AR-546131     -5.612700     56.37988             35
    +#> 7245  VR2AR-546131     -5.612700     56.37988             35
    +#> 7246  VR2AR-546131     -5.612700     56.37988             35
    +#> 7247  VR2AR-546131     -5.612700     56.37988             35
    +#> 7248  VR2AR-546131     -5.612700     56.37988             35
    +#> 7249  VR2AR-546131     -5.612700     56.37988             35
    +#> 7250  VR2AR-546131     -5.612700     56.37988             35
    +#> 7251  VR2AR-546131     -5.612700     56.37988             35
    +#> 7252  VR2AR-546131     -5.612700     56.37988             35
    +#> 7253  VR2AR-546131     -5.612700     56.37988             35
    +#> 7254  VR2AR-546131     -5.612700     56.37988             35
    +#> 7255  VR2AR-546131     -5.612700     56.37988             35
    +#> 7256  VR2AR-546131     -5.612700     56.37988             35
    +#> 7257  VR2AR-546131     -5.612700     56.37988             35
    +#> 7258  VR2AR-546131     -5.612700     56.37988             35
    +#> 7259  VR2AR-546131     -5.612700     56.37988             35
    +#> 7260  VR2AR-546131     -5.612700     56.37988             35
    +#> 7261  VR2AR-546131     -5.612700     56.37988             35
    +#> 7262  VR2AR-546131     -5.612700     56.37988             35
    +#> 7263  VR2AR-546131     -5.612700     56.37988             35
    +#> 7264  VR2AR-546131     -5.612700     56.37988             35
    +#> 7265  VR2AR-546131     -5.612700     56.37988             35
    +#> 7266  VR2AR-546131     -5.612700     56.37988             35
    +#> 7267  VR2AR-546131     -5.612700     56.37988             35
    +#> 7268  VR2AR-546131     -5.612700     56.37988             35
    +#> 7269  VR2AR-546131     -5.612700     56.37988             35
    +#> 7270  VR2AR-546131     -5.612700     56.37988             35
    +#> 7271  VR2AR-546131     -5.612700     56.37988             35
    +#> 7272  VR2AR-546131     -5.612700     56.37988             35
    +#> 7273  VR2AR-546131     -5.612700     56.37988             35
    +#> 7274  VR2AR-546131     -5.612700     56.37988             35
    +#> 7275  VR2AR-546131     -5.612700     56.37988             35
    +#> 7276  VR2AR-546131     -5.612700     56.37988             35
    +#> 7277  VR2AR-546133     -5.701717     56.49747             90
    +#> 7278  VR2AR-546133     -5.701717     56.49747             90
    +#> 7279  VR2AR-546133     -5.701717     56.49747             90
    +#> 7280  VR2AR-546133     -5.701717     56.49747             90
    +#> 7281  VR2AR-546133     -5.701717     56.49747             90
    +#> 7282  VR2AR-546133     -5.701717     56.49747             90
    +#> 7283  VR2AR-546133     -5.701717     56.49747             90
    +#> 7284  VR2AR-546133     -5.701717     56.49747             90
    +#> 7285  VR2AR-546133     -5.701717     56.49747             90
    +#> 7286  VR2AR-546133     -5.701717     56.49747             90
    +#> 7287  VR2AR-546133     -5.701717     56.49747             90
    +#> 7288  VR2AR-546133     -5.701717     56.49747             90
    +#> 7289  VR2AR-546133     -5.701717     56.49747             90
    +#> 7290  VR2AR-546133     -5.701717     56.49747             90
    +#> 7291  VR2AR-546133     -5.701717     56.49747             90
    +#> 7292  VR2AR-546133     -5.701717     56.49747             90
    +#> 7293  VR2AR-546133     -5.701717     56.49747             90
    +#> 7294  VR2AR-546133     -5.701717     56.49747             90
    +#> 7295  VR2AR-546133     -5.701717     56.49747             90
    +#> 7296  VR2AR-546133     -5.701717     56.49747             90
    +#> 7297      VR2-5637     -5.692417     56.49913             25
    +#> 7298      VR2-5630     -5.591217     56.50710             50
    +#> 7299      VR2-5630     -5.591217     56.50710             50
    +#> 7300      VR2-5630     -5.591217     56.50710             50
    +#> 7301      VR2-5630     -5.591217     56.50710             50
    +#> 7302      VR2-5630     -5.591217     56.50710             50
    +#> 7303      VR2-5630     -5.591217     56.50710             50
    +#> 7304      VR2-5630     -5.591217     56.50710             50
    +#> 7305      VR2-5630     -5.591217     56.50710             50
    +#> 7306      VR2-5630     -5.591217     56.50710             50
    +#> 7307      VR2-5630     -5.591217     56.50710             50
    +#> 7308      VR2-5630     -5.591217     56.50710             50
    +#> 7309      VR2-6723     -5.586383     56.50332             50
    +#> 7310      VR2-6723     -5.586383     56.50332             50
    +#> 7311      VR2-6723     -5.586383     56.50332             50
    +#> 7312      VR2-6723     -5.586383     56.50332             50
    +#> 7313      VR2-6723     -5.586383     56.50332             50
    +#> 7314   VR2W-108163     -5.586717     56.49755             25
    +#> 7315      VR2-6723     -5.586383     56.50332             50
    +#> 7316   VR2W-108163     -5.586717     56.49755             25
    +#> 7317   VR2W-108163     -5.586717     56.49755             25
    +#> 7318      VR2-6723     -5.586383     56.50332             50
    +#> 7319   VR2W-108163     -5.586717     56.49755             25
    +#> 7320   VR2W-108163     -5.586717     56.49755             25
    +#> 7321   VR2W-108161     -5.605383     56.46018             25
    +#> 7322   VR2W-108161     -5.605383     56.46018             25
    +#> 7323   VR2W-108161     -5.605383     56.46018             25
    +#> 7324   VR2W-108161     -5.605383     56.46018             25
    +#> 7325   VR2W-108161     -5.605383     56.46018             25
    +#> 7326   VR2W-108161     -5.605383     56.46018             25
    +#> 7327   VR2W-108161     -5.605383     56.46018             25
    +#> 7328   VR2W-108161     -5.605383     56.46018             25
    +#> 7329   VR2W-108161     -5.605383     56.46018             25
    +#> 7330   VR2W-108161     -5.605383     56.46018             25
    +#> 7331   VR2W-108161     -5.605383     56.46018             25
    +#> 7332   VR2W-108161     -5.605383     56.46018             25
    +#> 7333   VR2W-108161     -5.605383     56.46018             25
    +#> 7334   VR2W-108161     -5.605383     56.46018             25
    +#> 7335   VR2W-108161     -5.605383     56.46018             25
    +#> 7336   VR2W-108161     -5.605383     56.46018             25
    +#> 7337   VR2W-108161     -5.605383     56.46018             25
    +#> 7338   VR2W-108161     -5.605383     56.46018             25
    +#> 7339   VR2W-108161     -5.605383     56.46018             25
    +#> 7340   VR2W-108161     -5.605383     56.46018             25
    +#> 7341   VR2W-108161     -5.605383     56.46018             25
    +#> 7342  VR2AR-546136     -5.626250     56.44810             75
    +#> 7343  VR2AR-546136     -5.626250     56.44810             75
    +#> 7344  VR2AR-546136     -5.626250     56.44810             75
    +#> 7345  VR2AR-546131     -5.612700     56.37988             35
    +#> 7346  VR2AR-546131     -5.612700     56.37988             35
    +#> 7347  VR2AR-546131     -5.612700     56.37988             35
    +#> 7348  VR2AR-546131     -5.612700     56.37988             35
    +#> 7349  VR2AR-546131     -5.612700     56.37988             35
    +#> 7350  VR2AR-546131     -5.612700     56.37988             35
    +#> 7351  VR2AR-546131     -5.612700     56.37988             35
    +#> 7352  VR2AR-546131     -5.612700     56.37988             35
    +#> 7353  VR2AR-546131     -5.612700     56.37988             35
    +#> 7354  VR2AR-546131     -5.612700     56.37988             35
    +#> 7355  VR2AR-546131     -5.612700     56.37988             35
    +#> 7356  VR2AR-546131     -5.612700     56.37988             35
    +#> 7357  VR2AR-546131     -5.612700     56.37988             35
    +#> 7358  VR2AR-546131     -5.612700     56.37988             35
    +#> 7359  VR2AR-546131     -5.612700     56.37988             35
    +#> 7360  VR2AR-546131     -5.612700     56.37988             35
    +#> 7361  VR2AR-546131     -5.612700     56.37988             35
    +#> 7362  VR2AR-546131     -5.612700     56.37988             35
    +#> 7363  VR2AR-546131     -5.612700     56.37988             35
    +#> 7364  VR2AR-546131     -5.612700     56.37988             35
    +#> 7365  VR2AR-546131     -5.612700     56.37988             35
    +#> 7366  VR2AR-546131     -5.612700     56.37988             35
    +#> 7367  VR2AR-546131     -5.612700     56.37988             35
    +#> 7368  VR2AR-546131     -5.612700     56.37988             35
    +#> 7369  VR2AR-546131     -5.612700     56.37988             35
    +#> 7370  VR2AR-546131     -5.612700     56.37988             35
    +#> 7371  VR2AR-546131     -5.612700     56.37988             35
    +#> 7372  VR2AR-546131     -5.612700     56.37988             35
    +#> 7373  VR2AR-546131     -5.612700     56.37988             35
    +#> 7374  VR2AR-546131     -5.612700     56.37988             35
    +#> 7375  VR2AR-546131     -5.612700     56.37988             35
    +#> 7376  VR2AR-546131     -5.612700     56.37988             35
    +#> 7377  VR2AR-546131     -5.612700     56.37988             35
    +#> 7378  VR2AR-546131     -5.612700     56.37988             35
    +#> 7379  VR2AR-546131     -5.612700     56.37988             35
    +#> 7380  VR2AR-546131     -5.612700     56.37988             35
    +#> 7381  VR2AR-546131     -5.612700     56.37988             35
    +#> 7382  VR2AR-546131     -5.612700     56.37988             35
    +#> 7383  VR2AR-546131     -5.612700     56.37988             35
    +#> 7384  VR2AR-546131     -5.612700     56.37988             35
    +#> 7385  VR2AR-546131     -5.612700     56.37988             35
    +#> 7386  VR2AR-546131     -5.612700     56.37988             35
    +#> 7387  VR2AR-546131     -5.612700     56.37988             35
    +#> 7388  VR2AR-546131     -5.612700     56.37988             35
    +#> 7389  VR2AR-546131     -5.612700     56.37988             35
    +#> 7390  VR2AR-546131     -5.612700     56.37988             35
    +#> 7391  VR2AR-546131     -5.612700     56.37988             35
    +#> 7392  VR2AR-546131     -5.612700     56.37988             35
    +#> 7393  VR2AR-546131     -5.612700     56.37988             35
    +#> 7394  VR2AR-546131     -5.612700     56.37988             35
    +#> 7395  VR2AR-546131     -5.612700     56.37988             35
    +#> 7396  VR2AR-546131     -5.612700     56.37988             35
    +#> 7397  VR2AR-546131     -5.612700     56.37988             35
    +#> 7398  VR2AR-546131     -5.612700     56.37988             35
    +#> 7399  VR2AR-546131     -5.612700     56.37988             35
    +#> 7400  VR2AR-546131     -5.612700     56.37988             35
    +#> 7401  VR2AR-546131     -5.612700     56.37988             35
    +#> 7402  VR2AR-546131     -5.612700     56.37988             35
    +#> 7403  VR2AR-546131     -5.612700     56.37988             35
    +#> 7404  VR2AR-546131     -5.612700     56.37988             35
    +#> 7405  VR2AR-546131     -5.612700     56.37988             35
    +#> 7406  VR2AR-546131     -5.612700     56.37988             35
    +#> 7407  VR2AR-546131     -5.612700     56.37988             35
    +#> 7408  VR2AR-546131     -5.612700     56.37988             35
    +#> 7409  VR2AR-546131     -5.612700     56.37988             35
    +#> 7410  VR2AR-546131     -5.612700     56.37988             35
    +#> 7411  VR2AR-546131     -5.612700     56.37988             35
    +#> 7412  VR2AR-546131     -5.612700     56.37988             35
    +#> 7413  VR2AR-546131     -5.612700     56.37988             35
    +#> 7414  VR2AR-546131     -5.612700     56.37988             35
    +#> 7415  VR2AR-546131     -5.612700     56.37988             35
    +#> 7416  VR2AR-546131     -5.612700     56.37988             35
    +#> 7417  VR2AR-546131     -5.612700     56.37988             35
    +#> 7418  VR2AR-546131     -5.612700     56.37988             35
    +#> 7419  VR2AR-546131     -5.612700     56.37988             35
    +#> 7420  VR2AR-546131     -5.612700     56.37988             35
    +#> 7421  VR2AR-546131     -5.612700     56.37988             35
    +#> 7422  VR2AR-546131     -5.612700     56.37988             35
    +#> 7423  VR2AR-546131     -5.612700     56.37988             35
    +#> 7424  VR2AR-546131     -5.612700     56.37988             35
    +#> 7425  VR2AR-546131     -5.612700     56.37988             35
    +#> 7426  VR2AR-546131     -5.612700     56.37988             35
    +#> 7427  VR2AR-546131     -5.612700     56.37988             35
    +#> 7428  VR2AR-546131     -5.612700     56.37988             35
    +#> 7429  VR2AR-546131     -5.612700     56.37988             35
    +#> 7430  VR2AR-546131     -5.612700     56.37988             35
    +#> 7431  VR2AR-546131     -5.612700     56.37988             35
    +#> 7432  VR2AR-546131     -5.612700     56.37988             35
    +#> 7433  VR2AR-546131     -5.612700     56.37988             35
    +#> 7434  VR2AR-546131     -5.612700     56.37988             35
    +#> 7435  VR2AR-546131     -5.612700     56.37988             35
    +#> 7436  VR2AR-546131     -5.612700     56.37988             35
    +#> 7437  VR2AR-546131     -5.612700     56.37988             35
    +#> 7438  VR2AR-546131     -5.612700     56.37988             35
    +#> 7439  VR2AR-546131     -5.612700     56.37988             35
    +#> 7440  VR2AR-546131     -5.612700     56.37988             35
    +#> 7441  VR2AR-546131     -5.612700     56.37988             35
    +#> 7442  VR2AR-546131     -5.612700     56.37988             35
    +#> 7443  VR2AR-546131     -5.612700     56.37988             35
    +#> 7444  VR2AR-546131     -5.612700     56.37988             35
    +#> 7445  VR2AR-546131     -5.612700     56.37988             35
    +#> 7446  VR2AR-546131     -5.612700     56.37988             35
    +#> 7447  VR2AR-546131     -5.612700     56.37988             35
    +#> 7448  VR2AR-546131     -5.612700     56.37988             35
    +#> 7449  VR2AR-546131     -5.612700     56.37988             35
    +#> 7450  VR2AR-546131     -5.612700     56.37988             35
    +#> 7451  VR2AR-546131     -5.612700     56.37988             35
    +#> 7452  VR2AR-546131     -5.612700     56.37988             35
    +#> 7453  VR2AR-546131     -5.612700     56.37988             35
    +#> 7454  VR2AR-546131     -5.612700     56.37988             35
    +#> 7455  VR2AR-546131     -5.612700     56.37988             35
    +#> 7456  VR2AR-546131     -5.612700     56.37988             35
    +#> 7457  VR2AR-546131     -5.612700     56.37988             35
    +#> 7458  VR2AR-546131     -5.612700     56.37988             35
    +#> 7459  VR2AR-546131     -5.612700     56.37988             35
    +#> 7460  VR2AR-546131     -5.612700     56.37988             35
    +#> 7461  VR2AR-546131     -5.612700     56.37988             35
    +#> 7462  VR2AR-546131     -5.612700     56.37988             35
    +#> 7463  VR2AR-546131     -5.612700     56.37988             35
    +#> 7464  VR2AR-546131     -5.612700     56.37988             35
    +#> 7465  VR2AR-546131     -5.612700     56.37988             35
    +#> 7466  VR2AR-546131     -5.612700     56.37988             35
    +#> 7467  VR2AR-546131     -5.612700     56.37988             35
    +#> 7468  VR2AR-546131     -5.612700     56.37988             35
    +#> 7469  VR2AR-546131     -5.612700     56.37988             35
    +#> 7470  VR2AR-546131     -5.612700     56.37988             35
    +#> 7471  VR2AR-546131     -5.612700     56.37988             35
    +#> 7472  VR2AR-546131     -5.612700     56.37988             35
    +#> 7473  VR2AR-546131     -5.612700     56.37988             35
    +#> 7474  VR2AR-546131     -5.612700     56.37988             35
    +#> 7475  VR2AR-546131     -5.612700     56.37988             35
    +#> 7476  VR2AR-546131     -5.612700     56.37988             35
    +#> 7477  VR2AR-546131     -5.612700     56.37988             35
    +#> 7478  VR2AR-546131     -5.612700     56.37988             35
    +#> 7479  VR2AR-546131     -5.612700     56.37988             35
    +#> 7480  VR2AR-546131     -5.612700     56.37988             35
    +#> 7481  VR2AR-546131     -5.612700     56.37988             35
    +#> 7482  VR2AR-546131     -5.612700     56.37988             35
    +#> 7483  VR2AR-546131     -5.612700     56.37988             35
    +#> 7484  VR2AR-546131     -5.612700     56.37988             35
    +#> 7485  VR2AR-546131     -5.612700     56.37988             35
    +#> 7486  VR2AR-546131     -5.612700     56.37988             35
    +#> 7487  VR2AR-546131     -5.612700     56.37988             35
    +#> 7488  VR2AR-546131     -5.612700     56.37988             35
    +#> 7489  VR2AR-546131     -5.612700     56.37988             35
    +#> 7490  VR2AR-546131     -5.612700     56.37988             35
    +#> 7491  VR2AR-546131     -5.612700     56.37988             35
    +#> 7492  VR2AR-546131     -5.612700     56.37988             35
    +#> 7493  VR2AR-546131     -5.612700     56.37988             35
    +#> 7494  VR2AR-546131     -5.612700     56.37988             35
    +#> 7495  VR2AR-546131     -5.612700     56.37988             35
    +#> 7496  VR2AR-546131     -5.612700     56.37988             35
    +#> 7497  VR2AR-546131     -5.612700     56.37988             35
    +#> 7498  VR2AR-546131     -5.612700     56.37988             35
    +#> 7499  VR2AR-546131     -5.612700     56.37988             35
    +#> 7500  VR2AR-546131     -5.612700     56.37988             35
    +#> 7501  VR2AR-546131     -5.612700     56.37988             35
    +#> 7502  VR2AR-546131     -5.612700     56.37988             35
    +#> 7503  VR2AR-546131     -5.612700     56.37988             35
    +#> 7504  VR2AR-546131     -5.612700     56.37988             35
    +#> 7505  VR2AR-546131     -5.612700     56.37988             35
    +#> 7506  VR2AR-546131     -5.612700     56.37988             35
    +#> 7507  VR2AR-546131     -5.612700     56.37988             35
    +#> 7508  VR2AR-546131     -5.612700     56.37988             35
    +#> 7509  VR2AR-546131     -5.612700     56.37988             35
    +#> 7510  VR2AR-546131     -5.612700     56.37988             35
    +#> 7511  VR2AR-546131     -5.612700     56.37988             35
    +#> 7512  VR2AR-546131     -5.612700     56.37988             35
    +#> 7513  VR2AR-546131     -5.612700     56.37988             35
    +#> 7514  VR2AR-546131     -5.612700     56.37988             35
    +#> 7515  VR2AR-546131     -5.612700     56.37988             35
    +#> 7516  VR2AR-546131     -5.612700     56.37988             35
    +#> 7517  VR2AR-546131     -5.612700     56.37988             35
    +#> 7518  VR2AR-546131     -5.612700     56.37988             35
    +#> 7519  VR2AR-546131     -5.612700     56.37988             35
    +#> 7520  VR2AR-546131     -5.612700     56.37988             35
    +#> 7521  VR2AR-546131     -5.612700     56.37988             35
    +#> 7522  VR2AR-546131     -5.612700     56.37988             35
    +#> 7523  VR2AR-546131     -5.612700     56.37988             35
    +#> 7524  VR2AR-546131     -5.612700     56.37988             35
    +#> 7525  VR2AR-546131     -5.612700     56.37988             35
    +#> 7526  VR2AR-546131     -5.612700     56.37988             35
    +#> 7527  VR2AR-546131     -5.612700     56.37988             35
    +#> 7528  VR2AR-546131     -5.612700     56.37988             35
    +#> 7529  VR2AR-546131     -5.612700     56.37988             35
    +#> 7530  VR2AR-546131     -5.612700     56.37988             35
    +#> 7531  VR2AR-546131     -5.612700     56.37988             35
    +#> 7532  VR2AR-546131     -5.612700     56.37988             35
    +#> 7533  VR2AR-546131     -5.612700     56.37988             35
    +#> 7534  VR2AR-546131     -5.612700     56.37988             35
    +#> 7535  VR2AR-546131     -5.612700     56.37988             35
    +#> 7536  VR2AR-546131     -5.612700     56.37988             35
    +#> 7537  VR2AR-546131     -5.612700     56.37988             35
    +#> 7538  VR2AR-546131     -5.612700     56.37988             35
    +#> 7539  VR2AR-546131     -5.612700     56.37988             35
    +#> 7540  VR2AR-546131     -5.612700     56.37988             35
    +#> 7541  VR2AR-546131     -5.612700     56.37988             35
    +#> 7542  VR2AR-546131     -5.612700     56.37988             35
    +#> 7543  VR2AR-546131     -5.612700     56.37988             35
    +#> 7544  VR2AR-546131     -5.612700     56.37988             35
    +#> 7545  VR2AR-546131     -5.612700     56.37988             35
    +#> 7546  VR2AR-546131     -5.612700     56.37988             35
    +#> 7547  VR2AR-546131     -5.612700     56.37988             35
    +#> 7548  VR2AR-546380     -5.637917     56.44800             25
    +#> 7549  VR2AR-546380     -5.637917     56.44800             25
    +#> 7550  VR2AR-546380     -5.637917     56.44800             25
    +#> 7551  VR2AR-546380     -5.637917     56.44800             25
    +#> 7552  VR2AR-546380     -5.637917     56.44800             25
    +#> 7553  VR2AR-546380     -5.637917     56.44800             25
    +#> 7554  VR2AR-546380     -5.637917     56.44800             25
    +#> 7555  VR2AR-546380     -5.637917     56.44800             25
    +#> 7556  VR2AR-546380     -5.637917     56.44800             25
    +#> 7557  VR2AR-546380     -5.637917     56.44800             25
    +#> 7558  VR2AR-546380     -5.637917     56.44800             25
    +#> 7559  VR2AR-546380     -5.637917     56.44800             25
    +#> 7560  VR2AR-546380     -5.637917     56.44800             25
    +#> 7561  VR2AR-546380     -5.637917     56.44800             25
    +#> 7562  VR2AR-546380     -5.637917     56.44800             25
    +#> 7563  VR2AR-546380     -5.637917     56.44800             25
    +#> 7564  VR2AR-546380     -5.637917     56.44800             25
    +#> 7565  VR2AR-546380     -5.637917     56.44800             25
    +#> 7566  VR2AR-546380     -5.637917     56.44800             25
    +#> 7567  VR2AR-546380     -5.637917     56.44800             25
    +#> 7568  VR2AR-546380     -5.637917     56.44800             25
    +#> 7569  VR2AR-546380     -5.637917     56.44800             25
    +#> 7570  VR2AR-546380     -5.637917     56.44800             25
    +#> 7571  VR2AR-546380     -5.637917     56.44800             25
    +#> 7572  VR2AR-546380     -5.637917     56.44800             25
    +#> 7573  VR2AR-546380     -5.637917     56.44800             25
    +#> 7574  VR2AR-546380     -5.637917     56.44800             25
    +#> 7575  VR2AR-546133     -5.701717     56.49747             90
    +#> 7576  VR2AR-546133     -5.701717     56.49747             90
    +#> 7577  VR2AR-546133     -5.701717     56.49747             90
    +#> 7578   VR2W-108157     -5.710933     56.48492             10
    +#> 7579   VR2W-108157     -5.710933     56.48492             10
    +#> 7580   VR2W-108157     -5.710933     56.48492             10
    +#> 7581   VR2W-108157     -5.710933     56.48492             10
    +#> 7582   VR2W-108157     -5.710933     56.48492             10
    +#> 7583   VR2W-108157     -5.710933     56.48492             10
    +#> 7584   VR2W-108157     -5.710933     56.48492             10
    +#> 7585   VR2W-108157     -5.710933     56.48492             10
    +#> 7586   VR2W-108157     -5.710933     56.48492             10
    +#> 7587   VR2W-108157     -5.710933     56.48492             10
    +#> 7588   VR2W-108157     -5.710933     56.48492             10
    +#> 7589   VR2W-108157     -5.710933     56.48492             10
    +#> 7590   VR2W-108157     -5.710933     56.48492             10
    +#> 7591   VR2W-108157     -5.710933     56.48492             10
    +#> 7592   VR2W-108157     -5.710933     56.48492             10
    +#> 7593   VR2W-108157     -5.710933     56.48492             10
    +#> 7594   VR2W-108157     -5.710933     56.48492             10
    +#> 7595   VR2W-108157     -5.710933     56.48492             10
    +#> 7596   VR2W-108157     -5.710933     56.48492             10
    +#> 7597   VR2W-108157     -5.710933     56.48492             10
    +#> 7598   VR2W-108157     -5.710933     56.48492             10
    +#> 7599   VR2W-108157     -5.710933     56.48492             10
    +#> 7600   VR2W-108157     -5.710933     56.48492             10
    +#> 7601   VR2W-108157     -5.710933     56.48492             10
    +#> 7602   VR2W-108157     -5.710933     56.48492             10
    +#> 7603   VR2W-108157     -5.710933     56.48492             10
    +#> 7604   VR2W-108157     -5.710933     56.48492             10
    +#> 7605  VR2AR-546132     -5.710100     56.49120             25
    +#> 7606  VR2AR-546132     -5.710100     56.49120             25
    +#> 7607  VR2AR-546132     -5.710100     56.49120             25
    +#> 7608  VR2AR-546132     -5.710100     56.49120             25
    +#> 7609  VR2AR-546132     -5.710100     56.49120             25
    +#> 7610  VR2AR-546132     -5.710100     56.49120             25
    +#> 7611  VR2AR-546132     -5.710100     56.49120             25
    +#> 7612  VR2AR-546132     -5.710100     56.49120             25
    +#> 7613  VR2AR-546132     -5.710100     56.49120             25
    +#> 7614  VR2AR-546132     -5.710100     56.49120             25
    +#> 7615  VR2AR-546132     -5.710100     56.49120             25
    +#> 7616  VR2AR-546132     -5.710100     56.49120             25
    +#> 7617  VR2AR-546132     -5.710100     56.49120             25
    +#> 7618  VR2AR-546132     -5.710100     56.49120             25
    +#> 7619  VR2AR-546133     -5.701717     56.49747             90
    +#> 7620  VR2AR-546133     -5.701717     56.49747             90
    +#> 7621  VR2AR-546133     -5.701717     56.49747             90
    +#> 7622  VR2AR-546133     -5.701717     56.49747             90
    +#> 7623  VR2AR-546133     -5.701717     56.49747             90
    +#> 7624  VR2AR-546133     -5.701717     56.49747             90
    +#> 7625  VR2AR-546133     -5.701717     56.49747             90
    +#> 7626  VR2AR-546133     -5.701717     56.49747             90
    +#> 7627  VR2AR-546133     -5.701717     56.49747             90
    +#> 7628  VR2AR-546133     -5.701717     56.49747             90
    +#> 7629  VR2AR-546133     -5.701717     56.49747             90
    +#> 7630  VR2AR-546133     -5.701717     56.49747             90
    +#> 7631      VR2-5637     -5.692417     56.49913             25
    +#> 7632      VR2-5637     -5.692417     56.49913             25
    +#> 7633      VR2-5637     -5.692417     56.49913             25
    +#> 7634      VR2-5637     -5.692417     56.49913             25
    +#> 7635      VR2-5637     -5.692417     56.49913             25
    +#> 7636      VR2-5637     -5.692417     56.49913             25
    +#> 7637      VR2-5637     -5.692417     56.49913             25
    +#> 7638      VR2-5637     -5.692417     56.49913             25
    +#> 7639      VR2-5637     -5.692417     56.49913             25
    +#> 7640      VR2-5637     -5.692417     56.49913             25
    +#> 7641      VR2-5637     -5.692417     56.49913             25
    +#> 7642  VR2AR-546133     -5.701717     56.49747             90
    +#> 7643  VR2AR-546133     -5.701717     56.49747             90
    +#> 7644  VR2AR-546133     -5.701717     56.49747             90
    +#> 7645  VR2AR-546133     -5.701717     56.49747             90
    +#> 7646  VR2AR-546133     -5.701717     56.49747             90
    +#> 7647  VR2AR-546133     -5.701717     56.49747             90
    +#> 7648  VR2AR-546133     -5.701717     56.49747             90
    +#> 7649  VR2AR-546133     -5.701717     56.49747             90
    +#> 7650      VR2-5637     -5.692417     56.49913             25
    +#> 7651      VR2-5637     -5.692417     56.49913             25
    +#> 7652  VR2AR-546133     -5.701717     56.49747             90
    +#> 7653      VR2-5637     -5.692417     56.49913             25
    +#> 7654  VR2AR-546133     -5.701717     56.49747             90
    +#> 7655      VR2-5637     -5.692417     56.49913             25
    +#> 7656      VR2-5637     -5.692417     56.49913             25
    +#> 7657      VR2-5637     -5.692417     56.49913             25
    +#> 7658      VR2-5637     -5.692417     56.49913             25
    +#> 7659      VR2-5637     -5.692417     56.49913             25
    +#> 7660      VR2-5637     -5.692417     56.49913             25
    +#> 7661      VR2-5637     -5.692417     56.49913             25
    +#> 7662      VR2-5637     -5.692417     56.49913             25
    +#> 7663      VR2-5637     -5.692417     56.49913             25
    +#> 7664      VR2-5637     -5.692417     56.49913             25
    +#> 7665      VR2-5637     -5.692417     56.49913             25
    +#> 7666      VR2-5637     -5.692417     56.49913             25
    +#> 7667      VR2-5637     -5.692417     56.49913             25
    +#> 7668      VR2-5637     -5.692417     56.49913             25
    +#> 7669      VR2-5637     -5.692417     56.49913             25
    +#> 7670      VR2-5637     -5.692417     56.49913             25
    +#> 7671      VR2-5637     -5.692417     56.49913             25
    +#> 7672      VR2-5637     -5.692417     56.49913             25
    +#> 7673      VR2-5637     -5.692417     56.49913             25
    +#> 7674  VR2AR-546133     -5.701717     56.49747             90
    +#> 7675      VR2-5637     -5.692417     56.49913             25
    +#> 7676  VR2AR-546133     -5.701717     56.49747             90
    +#> 7677      VR2-5637     -5.692417     56.49913             25
    +#> 7678      VR2-5637     -5.692417     56.49913             25
    +#> 7679  VR2AR-546133     -5.701717     56.49747             90
    +#> 7680  VR2AR-546133     -5.701717     56.49747             90
    +#> 7681  VR2AR-546133     -5.701717     56.49747             90
    +#> 7682  VR2AR-546133     -5.701717     56.49747             90
    +#> 7683  VR2AR-546133     -5.701717     56.49747             90
    +#> 7684      VR2-5637     -5.692417     56.49913             25
    +#> 7685  VR2AR-546133     -5.701717     56.49747             90
    +#> 7686      VR2-5637     -5.692417     56.49913             25
    +#> 7687      VR2-5637     -5.692417     56.49913             25
    +#> 7688      VR2-5637     -5.692417     56.49913             25
    +#> 7689      VR2-5637     -5.692417     56.49913             25
    +#> 7690      VR2-5637     -5.692417     56.49913             25
    +#> 7691      VR2-5637     -5.692417     56.49913             25
    +#> 7692      VR2-5637     -5.692417     56.49913             25
    +#> 7693      VR2-5637     -5.692417     56.49913             25
    +#> 7694      VR2-5637     -5.692417     56.49913             25
    +#> 7695      VR2-5637     -5.692417     56.49913             25
    +#> 7696      VR2-5637     -5.692417     56.49913             25
    +#> 7697      VR2-5637     -5.692417     56.49913             25
    +#> 7698      VR2-5637     -5.692417     56.49913             25
    +#> 7699      VR2-5637     -5.692417     56.49913             25
    +#> 7700      VR2-5637     -5.692417     56.49913             25
    +#> 7701      VR2-5637     -5.692417     56.49913             25
    +#> 7702      VR2-5637     -5.692417     56.49913             25
    +#> 7703      VR2-5637     -5.692417     56.49913             25
    +#> 7704      VR2-5637     -5.692417     56.49913             25
    +#> 7705      VR2-5637     -5.692417     56.49913             25
    +#> 7706      VR2-5637     -5.692417     56.49913             25
    +#> 7707      VR2-5637     -5.692417     56.49913             25
    +#> 7708      VR2-5637     -5.692417     56.49913             25
    +#> 7709      VR2-5637     -5.692417     56.49913             25
    +#> 7710      VR2-5637     -5.692417     56.49913             25
    +#> 7711      VR2-5637     -5.692417     56.49913             25
    +#> 7712      VR2-5637     -5.692417     56.49913             25
    +#> 7713      VR2-5637     -5.692417     56.49913             25
    +#> 7714      VR2-5637     -5.692417     56.49913             25
    +#> 7715      VR2-5637     -5.692417     56.49913             25
    +#> 7716      VR2-5637     -5.692417     56.49913             25
    +#> 7717      VR2-5637     -5.692417     56.49913             25
    +#> 7718      VR2-5637     -5.692417     56.49913             25
    +#> 7719      VR2-5637     -5.692417     56.49913             25
    +#> 7720      VR2-5637     -5.692417     56.49913             25
    +#> 7721      VR2-5637     -5.692417     56.49913             25
    +#> 7722      VR2-5637     -5.692417     56.49913             25
    +#> 7723      VR2-5637     -5.692417     56.49913             25
    +#> 7724      VR2-5637     -5.692417     56.49913             25
    +#> 7725      VR2-5637     -5.692417     56.49913             25
    +#> 7726      VR2-5637     -5.692417     56.49913             25
    +#> 7727      VR2-5637     -5.692417     56.49913             25
    +#> 7728      VR2-5637     -5.692417     56.49913             25
    +#> 7729      VR2-5637     -5.692417     56.49913             25
    +#> 7730      VR2-5637     -5.692417     56.49913             25
    +#> 7731      VR2-5637     -5.692417     56.49913             25
    +#> 7732      VR2-5637     -5.692417     56.49913             25
    +#> 7733      VR2-5637     -5.692417     56.49913             25
    +#> 7734      VR2-5637     -5.692417     56.49913             25
    +#> 7735      VR2-5637     -5.692417     56.49913             25
    +#> 7736      VR2-5637     -5.692417     56.49913             25
    +#> 7737      VR2-5637     -5.692417     56.49913             25
    +#> 7738      VR2-5637     -5.692417     56.49913             25
    +#> 7739      VR2-5637     -5.692417     56.49913             25
    +#> 7740      VR2-5637     -5.692417     56.49913             25
    +#> 7741      VR2-5637     -5.692417     56.49913             25
    +#> 7742      VR2-5637     -5.692417     56.49913             25
    +#> 7743      VR2-5637     -5.692417     56.49913             25
    +#> 7744      VR2-5637     -5.692417     56.49913             25
    +#> 7745      VR2-5637     -5.692417     56.49913             25
    +#> 7746      VR2-5637     -5.692417     56.49913             25
    +#> 7747      VR2-5637     -5.692417     56.49913             25
    +#> 7748      VR2-5637     -5.692417     56.49913             25
    +#> 7749      VR2-5637     -5.692417     56.49913             25
    +#> 7750      VR2-5637     -5.692417     56.49913             25
    +#> 7751      VR2-5637     -5.692417     56.49913             25
    +#> 7752      VR2-5637     -5.692417     56.49913             25
    +#> 7753      VR2-5637     -5.692417     56.49913             25
    +#> 7754  VR2AR-546133     -5.701717     56.49747             90
    +#> 7755      VR2-5637     -5.692417     56.49913             25
    +#> 7756  VR2AR-546133     -5.701717     56.49747             90
    +#> 7757  VR2AR-546133     -5.701717     56.49747             90
    +#> 7758  VR2AR-546133     -5.701717     56.49747             90
    +#> 7759  VR2AR-546133     -5.701717     56.49747             90
    +#> 7760  VR2AR-546133     -5.701717     56.49747             90
    +#> 7761  VR2AR-546133     -5.701717     56.49747             90
    +#> 7762  VR2AR-546133     -5.701717     56.49747             90
    +#> 7763  VR2AR-546133     -5.701717     56.49747             90
    +#> 7764  VR2AR-546133     -5.701717     56.49747             90
    +#> 7765  VR2AR-546133     -5.701717     56.49747             90
    +#> 7766  VR2AR-546133     -5.701717     56.49747             90
    +#> 7767  VR2AR-546133     -5.701717     56.49747             90
    +#> 7768      VR2-5637     -5.692417     56.49913             25
    +#> 7769      VR2-5637     -5.692417     56.49913             25
    +#> 7770  VR2AR-546133     -5.701717     56.49747             90
    +#> 7771  VR2AR-546133     -5.701717     56.49747             90
    +#> 7772  VR2AR-546133     -5.701717     56.49747             90
    +#> 7773      VR2-5637     -5.692417     56.49913             25
    +#> 7774      VR2-5637     -5.692417     56.49913             25
    +#> 7775      VR2-5637     -5.692417     56.49913             25
    +#> 7776      VR2-5637     -5.692417     56.49913             25
    +#> 7777      VR2-5637     -5.692417     56.49913             25
    +#> 7778      VR2-5637     -5.692417     56.49913             25
    +#> 7779      VR2-5637     -5.692417     56.49913             25
    +#> 7780      VR2-5637     -5.692417     56.49913             25
    +#> 7781      VR2-5637     -5.692417     56.49913             25
    +#> 7782      VR2-5637     -5.692417     56.49913             25
    +#> 7783      VR2-5637     -5.692417     56.49913             25
    +#> 7784      VR2-5637     -5.692417     56.49913             25
    +#> 7785      VR2-5637     -5.692417     56.49913             25
    +#> 7786      VR2-5637     -5.692417     56.49913             25
    +#> 7787      VR2-5637     -5.692417     56.49913             25
    +#> 7788      VR2-5637     -5.692417     56.49913             25
    +#> 7789      VR2-5637     -5.692417     56.49913             25
    +#> 7790      VR2-5637     -5.692417     56.49913             25
    +#> 7791  VR2AR-546133     -5.701717     56.49747             90
    +#> 7792  VR2AR-546133     -5.701717     56.49747             90
    +#> 7793  VR2AR-546133     -5.701717     56.49747             90
    +#> 7794  VR2AR-546133     -5.701717     56.49747             90
    +#> 7795  VR2AR-546133     -5.701717     56.49747             90
    +#> 7796  VR2AR-546133     -5.701717     56.49747             90
    +#> 7797  VR2AR-546133     -5.701717     56.49747             90
    +#> 7798  VR2AR-546133     -5.701717     56.49747             90
    +#> 7799  VR2AR-546133     -5.701717     56.49747             90
    +#> 7800  VR2AR-546133     -5.701717     56.49747             90
    +#> 7801  VR2AR-546133     -5.701717     56.49747             90
    +#> 7802  VR2AR-546133     -5.701717     56.49747             90
    +#> 7803  VR2AR-546133     -5.701717     56.49747             90
    +#> 7804  VR2AR-546133     -5.701717     56.49747             90
    +#> 7805  VR2AR-546133     -5.701717     56.49747             90
    +#> 7806  VR2AR-546133     -5.701717     56.49747             90
    +#> 7807  VR2AR-546133     -5.701717     56.49747             90
    +#> 7808  VR2AR-546133     -5.701717     56.49747             90
    +#> 7809  VR2AR-546133     -5.701717     56.49747             90
    +#> 7810  VR2AR-546133     -5.701717     56.49747             90
    +#> 7811  VR2AR-546133     -5.701717     56.49747             90
    +#> 7812  VR2AR-546133     -5.701717     56.49747             90
    +#> 7813  VR2AR-546133     -5.701717     56.49747             90
    +#> 7814  VR2AR-546133     -5.701717     56.49747             90
    +#> 7815  VR2AR-546133     -5.701717     56.49747             90
    +#> 7816  VR2AR-546133     -5.701717     56.49747             90
    +#> 7817  VR2AR-546133     -5.701717     56.49747             90
    +#> 7818  VR2AR-546133     -5.701717     56.49747             90
    +#> 7819  VR2AR-546133     -5.701717     56.49747             90
    +#> 7820  VR2AR-546133     -5.701717     56.49747             90
    +#> 7821  VR2AR-546133     -5.701717     56.49747             90
    +#> 7822  VR2AR-546133     -5.701717     56.49747             90
    +#> 7823      VR2-5637     -5.692417     56.49913             25
    +#> 7824      VR2-5637     -5.692417     56.49913             25
    +#> 7825      VR2-5637     -5.692417     56.49913             25
    +#> 7826      VR2-5637     -5.692417     56.49913             25
    +#> 7827      VR2-5637     -5.692417     56.49913             25
    +#> 7828      VR2-5630     -5.591217     56.50710             50
    +#> 7829      VR2-5630     -5.591217     56.50710             50
    +#> 7830      VR2-5630     -5.591217     56.50710             50
    +#> 7831      VR2-5630     -5.591217     56.50710             50
    +#> 7832      VR2-5630     -5.591217     56.50710             50
    +#> 7833      VR2-5630     -5.591217     56.50710             50
    +#> 7834      VR2-5630     -5.591217     56.50710             50
    +#> 7835      VR2-5630     -5.591217     56.50710             50
    +#> 7836      VR2-5630     -5.591217     56.50710             50
    +#> 7837      VR2-5630     -5.591217     56.50710             50
    +#> 7838      VR2-5630     -5.591217     56.50710             50
    +#> 7839      VR2-5630     -5.591217     56.50710             50
    +#> 7840      VR2-5630     -5.591217     56.50710             50
    +#> 7841      VR2-5630     -5.591217     56.50710             50
    +#> 7842      VR2-5630     -5.591217     56.50710             50
    +#> 7843      VR2-5630     -5.591217     56.50710             50
    +#> 7844      VR2-5630     -5.591217     56.50710             50
    +#> 7845      VR2-5630     -5.591217     56.50710             50
    +#> 7846      VR2-5630     -5.591217     56.50710             50
    +#> 7847      VR2-5630     -5.591217     56.50710             50
    +#> 7848      VR2-5630     -5.591217     56.50710             50
    +#> 7849      VR2-5630     -5.591217     56.50710             50
    +#> 7850      VR2-5630     -5.591217     56.50710             50
    +#> 7851      VR2-5630     -5.591217     56.50710             50
    +#> 7852      VR2-5630     -5.591217     56.50710             50
    +#> 7853      VR2-6723     -5.586383     56.50332             50
    +#> 7854      VR2-6723     -5.586383     56.50332             50
    +#> 7855      VR2-6723     -5.586383     56.50332             50
    +#> 7856      VR2-6723     -5.586383     56.50332             50
    +#> 7857      VR2-6723     -5.586383     56.50332             50
    +#> 7858      VR2-6723     -5.586383     56.50332             50
    +#> 7859   VR2W-108163     -5.586717     56.49755             25
    +#> 7860   VR2W-108163     -5.586717     56.49755             25
    +#> 7861   VR2W-108163     -5.586717     56.49755             25
    +#> 7862   VR2W-108163     -5.586717     56.49755             25
    +#> 7863      VR2-6723     -5.586383     56.50332             50
    +#> 7864   VR2W-108163     -5.586717     56.49755             25
    +#> 7865   VR2W-108163     -5.586717     56.49755             25
    +#> 7866      VR2-6723     -5.586383     56.50332             50
    +#> 7867      VR2-6723     -5.586383     56.50332             50
    +#> 7868      VR2-6723     -5.586383     56.50332             50
    +#> 7869   VR2W-108163     -5.586717     56.49755             25
    +#> 7870  VR2AR-546136     -5.626250     56.44810             75
    +#> 7871  VR2AR-546136     -5.626250     56.44810             75
    +#> 7872  VR2AR-546136     -5.626250     56.44810             75
    +#> 7873  VR2AR-546136     -5.626250     56.44810             75
    +#> 7874  VR2AR-546131     -5.612700     56.37988             35
    +#> 7875  VR2AR-546131     -5.612700     56.37988             35
    +#> 7876  VR2AR-546131     -5.612700     56.37988             35
    +#> 7877  VR2AR-546131     -5.612700     56.37988             35
    +#> 7878  VR2AR-546131     -5.612700     56.37988             35
    +#> 7879  VR2AR-546131     -5.612700     56.37988             35
    +#> 7880  VR2AR-546131     -5.612700     56.37988             35
    +#> 7881  VR2AR-546131     -5.612700     56.37988             35
    +#> 7882  VR2AR-546131     -5.612700     56.37988             35
    +#> 7883  VR2AR-546131     -5.612700     56.37988             35
    +#> 7884  VR2AR-546131     -5.612700     56.37988             35
    +#> 7885  VR2AR-546131     -5.612700     56.37988             35
    +#> 7886  VR2AR-546131     -5.612700     56.37988             35
    +#> 7887  VR2AR-546131     -5.612700     56.37988             35
    +#> 7888  VR2AR-546131     -5.612700     56.37988             35
    +#> 7889  VR2AR-546131     -5.612700     56.37988             35
    +#> 7890  VR2AR-546131     -5.612700     56.37988             35
    +#> 7891  VR2AR-546131     -5.612700     56.37988             35
    +#> 7892  VR2AR-546131     -5.612700     56.37988             35
    +#> 7893  VR2AR-546131     -5.612700     56.37988             35
    +#> 7894  VR2AR-546131     -5.612700     56.37988             35
    +#> 7895  VR2AR-546131     -5.612700     56.37988             35
    +#> 7896  VR2AR-546131     -5.612700     56.37988             35
    +#> 7897  VR2AR-546131     -5.612700     56.37988             35
    +#> 7898  VR2AR-546131     -5.612700     56.37988             35
    +#> 7899  VR2AR-546131     -5.612700     56.37988             35
    +#> 7900  VR2AR-546131     -5.612700     56.37988             35
    +#> 7901  VR2AR-546131     -5.612700     56.37988             35
    +#> 7902  VR2AR-546131     -5.612700     56.37988             35
    +#> 7903  VR2AR-546131     -5.612700     56.37988             35
    +#> 7904  VR2AR-546131     -5.612700     56.37988             35
    +#> 7905  VR2AR-546131     -5.612700     56.37988             35
    +#> 7906  VR2AR-546131     -5.612700     56.37988             35
    +#> 7907  VR2AR-546131     -5.612700     56.37988             35
    +#> 7908  VR2AR-546131     -5.612700     56.37988             35
    +#> 7909  VR2AR-546131     -5.612700     56.37988             35
    +#> 7910  VR2AR-546131     -5.612700     56.37988             35
    +#> 7911  VR2AR-546131     -5.612700     56.37988             35
    +#> 7912  VR2AR-546131     -5.612700     56.37988             35
    +#> 7913  VR2AR-546131     -5.612700     56.37988             35
    +#> 7914  VR2AR-546131     -5.612700     56.37988             35
    +#> 7915  VR2AR-546131     -5.612700     56.37988             35
    +#> 7916  VR2AR-546131     -5.612700     56.37988             35
    +#> 7917  VR2AR-546131     -5.612700     56.37988             35
    +#> 7918  VR2AR-546131     -5.612700     56.37988             35
    +#> 7919  VR2AR-546131     -5.612700     56.37988             35
    +#> 7920  VR2AR-546131     -5.612700     56.37988             35
    +#> 7921  VR2AR-546131     -5.612700     56.37988             35
    +#> 7922  VR2AR-546131     -5.612700     56.37988             35
    +#> 7923  VR2AR-546131     -5.612700     56.37988             35
    +#> 7924  VR2AR-546131     -5.612700     56.37988             35
    +#> 7925  VR2AR-546131     -5.612700     56.37988             35
    +#> 7926  VR2AR-546131     -5.612700     56.37988             35
    +#> 7927  VR2AR-546131     -5.612700     56.37988             35
    +#> 7928  VR2AR-546131     -5.612700     56.37988             35
    +#> 7929  VR2AR-546131     -5.612700     56.37988             35
    +#> 7930  VR2AR-546131     -5.612700     56.37988             35
    +#> 7931  VR2AR-546131     -5.612700     56.37988             35
    +#> 7932  VR2AR-546131     -5.612700     56.37988             35
    +#> 7933  VR2AR-546131     -5.612700     56.37988             35
    +#> 7934  VR2AR-546131     -5.612700     56.37988             35
    +#> 7935  VR2AR-546131     -5.612700     56.37988             35
    +#> 7936  VR2AR-546131     -5.612700     56.37988             35
    +#> 7937  VR2AR-546131     -5.612700     56.37988             35
    +#> 7938  VR2AR-546131     -5.612700     56.37988             35
    +#> 7939  VR2AR-546131     -5.612700     56.37988             35
    +#> 7940  VR2AR-546131     -5.612700     56.37988             35
    +#> 7941  VR2AR-546131     -5.612700     56.37988             35
    +#> 7942  VR2AR-546131     -5.612700     56.37988             35
    +#> 7943  VR2AR-546131     -5.612700     56.37988             35
    +#> 7944  VR2AR-546131     -5.612700     56.37988             35
    +#> 7945  VR2AR-546131     -5.612700     56.37988             35
    +#> 7946  VR2AR-546131     -5.612700     56.37988             35
    +#> 7947  VR2AR-546131     -5.612700     56.37988             35
    +#> 7948  VR2AR-546131     -5.612700     56.37988             35
    +#> 7949  VR2AR-546131     -5.612700     56.37988             35
    +#> 7950  VR2AR-546131     -5.612700     56.37988             35
    +#> 7951  VR2AR-546131     -5.612700     56.37988             35
    +#> 7952  VR2AR-546131     -5.612700     56.37988             35
    +#> 7953  VR2AR-546131     -5.612700     56.37988             35
    +#> 7954  VR2AR-546131     -5.612700     56.37988             35
    +#> 7955  VR2AR-546131     -5.612700     56.37988             35
    +#> 7956  VR2AR-546131     -5.612700     56.37988             35
    +#> 7957  VR2AR-546131     -5.612700     56.37988             35
    +#> 7958  VR2AR-546131     -5.612700     56.37988             35
    +#> 7959  VR2AR-546131     -5.612700     56.37988             35
    +#> 7960  VR2AR-546131     -5.612700     56.37988             35
    +#> 7961  VR2AR-546131     -5.612700     56.37988             35
    +#> 7962  VR2AR-546131     -5.612700     56.37988             35
    +#> 7963  VR2AR-546131     -5.612700     56.37988             35
    +#> 7964  VR2AR-546131     -5.612700     56.37988             35
    +#> 7965  VR2AR-546131     -5.612700     56.37988             35
    +#> 7966  VR2AR-546131     -5.612700     56.37988             35
    +#> 7967  VR2AR-546131     -5.612700     56.37988             35
    +#> 7968  VR2AR-546131     -5.612700     56.37988             35
    +#> 7969  VR2AR-546131     -5.612700     56.37988             35
    +#> 7970  VR2AR-546131     -5.612700     56.37988             35
    +#> 7971  VR2AR-546131     -5.612700     56.37988             35
    +#> 7972  VR2AR-546136     -5.626250     56.44810             75
    +#> 7973  VR2AR-546380     -5.637917     56.44800             25
    +#> 7974  VR2AR-546380     -5.637917     56.44800             25
    +#> 7975  VR2AR-546380     -5.637917     56.44800             25
    +#> 7976  VR2AR-546380     -5.637917     56.44800             25
    +#> 7977  VR2AR-546380     -5.637917     56.44800             25
    +#> 7978  VR2AR-546380     -5.637917     56.44800             25
    +#> 7979  VR2AR-546136     -5.626250     56.44810             75
    +#> 7980  VR2AR-546380     -5.637917     56.44800             25
    +#> 7981  VR2AR-546380     -5.637917     56.44800             25
    +#> 7982  VR2AR-546380     -5.637917     56.44800             25
    +#> 7983  VR2AR-546380     -5.637917     56.44800             25
    +#> 7984  VR2AR-546136     -5.626250     56.44810             75
    +#> 7985  VR2AR-546380     -5.637917     56.44800             25
    +#> 7986  VR2AR-546380     -5.637917     56.44800             25
    +#> 7987  VR2AR-546380     -5.637917     56.44800             25
    +#> 7988  VR2AR-546136     -5.626250     56.44810             75
    +#> 7989  VR2AR-546136     -5.626250     56.44810             75
    +#> 7990  VR2AR-546380     -5.637917     56.44800             25
    +#> 7991  VR2AR-546136     -5.626250     56.44810             75
    +#> 7992  VR2AR-546136     -5.626250     56.44810             75
    +#> 7993  VR2AR-546136     -5.626250     56.44810             75
    +#> 7994  VR2AR-546131     -5.612700     56.37988             35
    +#> 7995  VR2AR-546131     -5.612700     56.37988             35
    +#> 7996  VR2AR-546131     -5.612700     56.37988             35
    +#> 7997  VR2AR-546131     -5.612700     56.37988             35
    +#> 7998  VR2AR-546131     -5.612700     56.37988             35
    +#> 7999  VR2AR-546131     -5.612700     56.37988             35
    +#> 8000  VR2AR-546131     -5.612700     56.37988             35
    +#> 8001  VR2AR-546131     -5.612700     56.37988             35
    +#> 8002  VR2AR-546131     -5.612700     56.37988             35
    +#> 8003  VR2AR-546131     -5.612700     56.37988             35
    +#> 8004  VR2AR-546131     -5.612700     56.37988             35
    +#> 8005  VR2AR-546131     -5.612700     56.37988             35
    +#> 8006  VR2AR-546131     -5.612700     56.37988             35
    +#> 8007  VR2AR-546131     -5.612700     56.37988             35
    +#> 8008  VR2AR-546131     -5.612700     56.37988             35
    +#> 8009  VR2AR-546131     -5.612700     56.37988             35
    +#> 8010  VR2AR-546131     -5.612700     56.37988             35
    +#> 8011  VR2AR-546131     -5.612700     56.37988             35
    +#> 8012  VR2AR-546131     -5.612700     56.37988             35
    +#> 8013  VR2AR-546131     -5.612700     56.37988             35
    +#> 8014  VR2AR-546131     -5.612700     56.37988             35
    +#> 8015  VR2AR-546131     -5.612700     56.37988             35
    +#> 8016  VR2AR-546131     -5.612700     56.37988             35
    +#> 8017  VR2AR-546131     -5.612700     56.37988             35
    +#> 8018  VR2AR-546131     -5.612700     56.37988             35
    +#> 8019  VR2AR-546131     -5.612700     56.37988             35
    +#> 8020  VR2AR-546131     -5.612700     56.37988             35
    +#> 8021  VR2AR-546131     -5.612700     56.37988             35
    +#> 8022  VR2AR-546131     -5.612700     56.37988             35
    +#> 8023  VR2AR-546131     -5.612700     56.37988             35
    +#> 8024  VR2AR-546131     -5.612700     56.37988             35
    +#> 8025  VR2AR-546131     -5.612700     56.37988             35
    +#> 8026  VR2AR-546131     -5.612700     56.37988             35
    +#> 8027  VR2AR-546131     -5.612700     56.37988             35
    +#> 8028  VR2AR-546131     -5.612700     56.37988             35
    +#> 8029  VR2AR-546131     -5.612700     56.37988             35
    +#> 8030  VR2AR-546131     -5.612700     56.37988             35
    +#> 8031  VR2AR-546131     -5.612700     56.37988             35
    +#> 8032  VR2AR-546131     -5.612700     56.37988             35
    +#> 8033  VR2AR-546131     -5.612700     56.37988             35
    +#> 8034  VR2AR-546131     -5.612700     56.37988             35
    +#> 8035  VR2AR-546131     -5.612700     56.37988             35
    +#> 8036  VR2AR-546131     -5.612700     56.37988             35
    +#> 8037  VR2AR-546131     -5.612700     56.37988             35
    +#> 8038  VR2AR-546131     -5.612700     56.37988             35
    +#> 8039  VR2AR-546131     -5.612700     56.37988             35
    +#> 8040  VR2AR-546131     -5.612700     56.37988             35
    +#> 8041  VR2AR-546131     -5.612700     56.37988             35
    +#> 8042  VR2AR-546131     -5.612700     56.37988             35
    +#> 8043  VR2AR-546131     -5.612700     56.37988             35
    +#> 8044  VR2AR-546131     -5.612700     56.37988             35
    +#> 8045  VR2AR-546131     -5.612700     56.37988             35
    +#> 8046  VR2AR-546131     -5.612700     56.37988             35
    +#> 8047  VR2AR-546131     -5.612700     56.37988             35
    +#> 8048  VR2AR-546131     -5.612700     56.37988             35
    +#> 8049  VR2AR-546131     -5.612700     56.37988             35
    +#> 8050  VR2AR-546131     -5.612700     56.37988             35
    +#> 8051  VR2AR-546131     -5.612700     56.37988             35
    +#> 8052  VR2AR-546131     -5.612700     56.37988             35
    +#> 8053  VR2AR-546131     -5.612700     56.37988             35
    +#> 8054  VR2AR-546131     -5.612700     56.37988             35
    +#> 8055  VR2AR-546131     -5.612700     56.37988             35
    +#> 8056  VR2AR-546131     -5.612700     56.37988             35
    +#> 8057  VR2AR-546131     -5.612700     56.37988             35
    +#> 8058  VR2AR-546131     -5.612700     56.37988             35
    +#> 8059  VR2AR-546131     -5.612700     56.37988             35
    +#> 8060  VR2AR-546131     -5.612700     56.37988             35
    +#> 8061  VR2AR-546131     -5.612700     56.37988             35
    +#> 8062  VR2AR-546131     -5.612700     56.37988             35
    +#> 8063  VR2AR-546131     -5.612700     56.37988             35
    +#> 8064  VR2AR-546131     -5.612700     56.37988             35
    +#> 8065  VR2AR-546131     -5.612700     56.37988             35
    +#> 8066  VR2AR-546131     -5.612700     56.37988             35
    +#> 8067  VR2AR-546131     -5.612700     56.37988             35
    +#> 8068  VR2AR-546131     -5.612700     56.37988             35
    +#> 8069  VR2AR-546131     -5.612700     56.37988             35
    +#> 8070  VR2AR-546131     -5.612700     56.37988             35
    +#> 8071  VR2AR-546131     -5.612700     56.37988             35
    +#> 8072  VR2AR-546131     -5.612700     56.37988             35
    +#> 8073  VR2AR-546131     -5.612700     56.37988             35
    +#> 8074  VR2AR-546131     -5.612700     56.37988             35
    +#> 8075  VR2AR-546131     -5.612700     56.37988             35
    +#> 8076  VR2AR-546131     -5.612700     56.37988             35
    +#> 8077  VR2AR-546131     -5.612700     56.37988             35
    +#> 8078  VR2AR-546131     -5.612700     56.37988             35
    +#> 8079  VR2AR-546131     -5.612700     56.37988             35
    +#> 8080  VR2AR-546131     -5.612700     56.37988             35
    +#> 8081  VR2AR-546131     -5.612700     56.37988             35
    +#> 8082  VR2AR-546131     -5.612700     56.37988             35
    +#> 8083  VR2AR-546131     -5.612700     56.37988             35
    +#> 8084  VR2AR-546131     -5.612700     56.37988             35
    +#> 8085  VR2AR-546131     -5.612700     56.37988             35
    +#> 8086  VR2AR-546131     -5.612700     56.37988             35
    +#> 8087  VR2AR-546131     -5.612700     56.37988             35
    +#> 8088  VR2AR-546131     -5.612700     56.37988             35
    +#> 8089  VR2AR-546131     -5.612700     56.37988             35
    +#> 8090  VR2AR-546131     -5.612700     56.37988             35
    +#> 8091  VR2AR-546131     -5.612700     56.37988             35
    +#> 8092  VR2AR-546131     -5.612700     56.37988             35
    +#> 8093  VR2AR-546131     -5.612700     56.37988             35
    +#> 8094  VR2AR-546131     -5.612700     56.37988             35
    +#> 8095  VR2AR-546131     -5.612700     56.37988             35
    +#> 8096  VR2AR-546131     -5.612700     56.37988             35
    +#> 8097  VR2AR-546131     -5.612700     56.37988             35
    +#> 8098  VR2AR-546131     -5.612700     56.37988             35
    +#> 8099  VR2AR-546131     -5.612700     56.37988             35
    +#> 8100  VR2AR-546131     -5.612700     56.37988             35
    +#> 8101  VR2AR-546131     -5.612700     56.37988             35
    +#> 8102  VR2AR-546131     -5.612700     56.37988             35
    +#> 8103  VR2AR-546131     -5.612700     56.37988             35
    +#> 8104  VR2AR-546131     -5.612700     56.37988             35
    +#> 8105  VR2AR-546131     -5.612700     56.37988             35
    +#> 8106  VR2AR-546131     -5.612700     56.37988             35
    +#> 8107  VR2AR-546131     -5.612700     56.37988             35
    +#> 8108  VR2AR-546131     -5.612700     56.37988             35
    +#> 8109  VR2AR-546131     -5.612700     56.37988             35
    +#> 8110  VR2AR-546131     -5.612700     56.37988             35
    +#> 8111  VR2AR-546131     -5.612700     56.37988             35
    +#> 8112  VR2AR-546131     -5.612700     56.37988             35
    +#> 8113  VR2AR-546131     -5.612700     56.37988             35
    +#> 8114  VR2AR-546131     -5.612700     56.37988             35
    +#> 8115  VR2AR-546131     -5.612700     56.37988             35
    +#> 8116  VR2AR-546131     -5.612700     56.37988             35
    +#> 8117  VR2AR-546131     -5.612700     56.37988             35
    +#> 8118  VR2AR-546131     -5.612700     56.37988             35
    +#> 8119  VR2AR-546131     -5.612700     56.37988             35
    +#> 8120  VR2AR-546131     -5.612700     56.37988             35
    +#> 8121  VR2AR-546131     -5.612700     56.37988             35
    +#> 8122  VR2AR-546131     -5.612700     56.37988             35
    +#> 8123  VR2AR-546131     -5.612700     56.37988             35
    +#> 8124  VR2AR-546131     -5.612700     56.37988             35
    +#> 8125  VR2AR-546131     -5.612700     56.37988             35
    +#> 8126  VR2AR-546131     -5.612700     56.37988             35
    +#> 8127  VR2AR-546131     -5.612700     56.37988             35
    +#> 8128  VR2AR-546131     -5.612700     56.37988             35
    +#> 8129  VR2AR-546131     -5.612700     56.37988             35
    +#> 8130  VR2AR-546131     -5.612700     56.37988             35
    +#> 8131  VR2AR-546131     -5.612700     56.37988             35
    +#> 8132  VR2AR-546131     -5.612700     56.37988             35
    +#> 8133  VR2AR-546131     -5.612700     56.37988             35
    +#> 8134  VR2AR-546131     -5.612700     56.37988             35
    +#> 8135  VR2AR-546131     -5.612700     56.37988             35
    +#> 8136  VR2AR-546131     -5.612700     56.37988             35
    +#> 8137  VR2AR-546131     -5.612700     56.37988             35
    +#> 8138  VR2AR-546131     -5.612700     56.37988             35
    +#> 8139  VR2AR-546131     -5.612700     56.37988             35
    +#> 8140  VR2AR-546131     -5.612700     56.37988             35
    +#> 8141  VR2AR-546131     -5.612700     56.37988             35
    +#> 8142  VR2AR-546131     -5.612700     56.37988             35
    +#> 8143  VR2AR-546131     -5.612700     56.37988             35
    +#> 8144  VR2AR-546131     -5.612700     56.37988             35
    +#> 8145  VR2AR-546131     -5.612700     56.37988             35
    +#> 8146  VR2AR-546131     -5.612700     56.37988             35
    +#> 8147  VR2AR-546131     -5.612700     56.37988             35
    +#> 8148  VR2AR-546131     -5.612700     56.37988             35
    +#> 8149  VR2AR-546131     -5.612700     56.37988             35
    +#> 8150  VR2AR-546131     -5.612700     56.37988             35
    +#> 8151  VR2AR-546131     -5.612700     56.37988             35
    +#> 8152  VR2AR-546131     -5.612700     56.37988             35
    +#> 8153  VR2AR-546131     -5.612700     56.37988             35
    +#> 8154  VR2AR-546131     -5.612700     56.37988             35
    +#> 8155  VR2AR-546131     -5.612700     56.37988             35
    +#> 8156  VR2AR-546131     -5.612700     56.37988             35
    +#> 8157  VR2AR-546131     -5.612700     56.37988             35
    +#> 8158  VR2AR-546131     -5.612700     56.37988             35
    +#> 8159  VR2AR-546131     -5.612700     56.37988             35
    +#> 8160  VR2AR-546131     -5.612700     56.37988             35
    +#> 8161  VR2AR-546131     -5.612700     56.37988             35
    +#> 8162  VR2AR-546131     -5.612700     56.37988             35
    +#> 8163  VR2AR-546131     -5.612700     56.37988             35
    +#> 8164  VR2AR-546131     -5.612700     56.37988             35
    +#> 8165  VR2AR-546131     -5.612700     56.37988             35
    +#> 8166  VR2AR-546131     -5.612700     56.37988             35
    +#> 8167  VR2AR-546131     -5.612700     56.37988             35
    +#> 8168  VR2AR-546131     -5.612700     56.37988             35
    +#> 8169  VR2AR-546131     -5.612700     56.37988             35
    +#> 8170  VR2AR-546131     -5.612700     56.37988             35
    +#> 8171  VR2AR-546131     -5.612700     56.37988             35
    +#> 8172  VR2AR-546131     -5.612700     56.37988             35
    +#> 8173  VR2AR-546131     -5.612700     56.37988             35
    +#> 8174  VR2AR-546131     -5.612700     56.37988             35
    +#> 8175  VR2AR-546131     -5.612700     56.37988             35
    +#> 8176  VR2AR-546131     -5.612700     56.37988             35
    +#> 8177  VR2AR-546131     -5.612700     56.37988             35
    +#> 8178  VR2AR-546131     -5.612700     56.37988             35
    +#> 8179  VR2AR-546131     -5.612700     56.37988             35
    +#> 8180  VR2AR-546131     -5.612700     56.37988             35
    +#> 8181  VR2AR-546131     -5.612700     56.37988             35
    +#> 8182  VR2AR-546131     -5.612700     56.37988             35
    +#> 8183  VR2AR-546131     -5.612700     56.37988             35
    +#> 8184  VR2AR-546131     -5.612700     56.37988             35
    +#> 8185  VR2AR-546131     -5.612700     56.37988             35
    +#> 8186  VR2AR-546131     -5.612700     56.37988             35
    +#> 8187  VR2AR-546131     -5.612700     56.37988             35
    +#> 8188  VR2AR-546131     -5.612700     56.37988             35
    +#> 8189  VR2AR-546131     -5.612700     56.37988             35
    +#> 8190  VR2AR-546131     -5.612700     56.37988             35
    +#> 8191  VR2AR-546131     -5.612700     56.37988             35
    +#> 8192  VR2AR-546131     -5.612700     56.37988             35
    +#> 8193  VR2AR-546131     -5.612700     56.37988             35
    +#> 8194  VR2AR-546131     -5.612700     56.37988             35
    +#> 8195  VR2AR-546131     -5.612700     56.37988             35
    +#> 8196  VR2AR-546131     -5.612700     56.37988             35
    +#> 8197  VR2AR-546131     -5.612700     56.37988             35
    +#> 8198  VR2AR-546131     -5.612700     56.37988             35
    +#> 8199  VR2AR-546134     -5.643867     56.38278            145
    +#> 8200  VR2AR-546134     -5.643867     56.38278            145
    +#> 8201  VR2AR-546134     -5.643867     56.38278            145
    +#> 8202  VR2AR-546134     -5.643867     56.38278            145
    +#> 8203  VR2AR-546134     -5.643867     56.38278            145
    +#> 8204  VR2AR-546134     -5.643867     56.38278            145
    +#> 8205  VR2AR-546134     -5.643867     56.38278            145
    +#> 8206  VR2AR-546134     -5.643867     56.38278            145
    +#> 8207  VR2AR-546135     -5.657067     56.38803             85
    +#> 8208  VR2AR-546135     -5.657067     56.38803             85
    +#> 8209  VR2AR-546135     -5.657067     56.38803             85
    +#> 8210  VR2AR-546135     -5.657067     56.38803             85
    +#> 8211  VR2AR-546135     -5.657067     56.38803             85
    +#> 8212  VR2AR-546135     -5.657067     56.38803             85
    +#> 8213  VR2AR-546135     -5.657067     56.38803             85
    +#> 8214  VR2AR-546135     -5.657067     56.38803             85
    +#> 8215  VR2AR-546135     -5.657067     56.38803             85
    +#> 8216  VR2AR-546135     -5.657067     56.38803             85
    +#> 8217  VR2AR-546135     -5.657067     56.38803             85
    +#> 8218  VR2AR-546135     -5.657067     56.38803             85
    +#> 8219  VR2AR-546135     -5.657067     56.38803             85
    +#> 8220  VR2AR-546135     -5.657067     56.38803             85
    +#> 8221  VR2AR-546135     -5.657067     56.38803             85
    +#> 8222  VR2AR-546135     -5.657067     56.38803             85
    +#> 8223  VR2AR-546135     -5.657067     56.38803             85
    +#> 8224  VR2AR-546135     -5.657067     56.38803             85
    +#> 8225  VR2AR-546135     -5.657067     56.38803             85
    +#> 8226  VR2AR-546135     -5.657067     56.38803             85
    +#> 8227  VR2AR-546135     -5.657067     56.38803             85
    +#> 8228  VR2AR-546380     -5.637917     56.44800             25
    +#> 8229  VR2AR-546380     -5.637917     56.44800             25
    +#> 8230  VR2AR-546380     -5.637917     56.44800             25
    +#> 8231  VR2AR-546380     -5.637917     56.44800             25
    +#> 8232  VR2AR-546380     -5.637917     56.44800             25
    +#> 8233  VR2AR-546380     -5.637917     56.44800             25
    +#> 8234  VR2AR-546380     -5.637917     56.44800             25
    +#> 8235      VR2-5637     -5.692417     56.49913             25
    +#> 8236      VR2-5637     -5.692417     56.49913             25
    +#> 8237      VR2-5637     -5.692417     56.49913             25
    +#> 8238      VR2-5637     -5.692417     56.49913             25
    +#> 8239      VR2-5637     -5.692417     56.49913             25
    +#> 8240      VR2-5637     -5.692417     56.49913             25
    +#> 8241      VR2-5637     -5.692417     56.49913             25
    +#> 8242      VR2-5637     -5.692417     56.49913             25
    +#> 8243      VR2-5637     -5.692417     56.49913             25
    +#> 8244      VR2-5637     -5.692417     56.49913             25
    +#> 8245  VR2AR-546380     -5.637917     56.44800             25
    +#> 8246  VR2AR-546380     -5.637917     56.44800             25
    +#> 8247  VR2AR-546380     -5.637917     56.44800             25
    +#> 8248  VR2AR-546380     -5.637917     56.44800             25
    +#> 8249  VR2AR-546380     -5.637917     56.44800             25
    +#> 8250  VR2AR-546380     -5.637917     56.44800             25
    +#> 8251  VR2AR-546380     -5.637917     56.44800             25
    +#> 8252  VR2AR-546380     -5.637917     56.44800             25
    +#> 8253  VR2AR-546380     -5.637917     56.44800             25
    +#> 8254  VR2AR-546380     -5.637917     56.44800             25
    +#> 8255  VR2AR-546380     -5.637917     56.44800             25
    +#> 8256  VR2AR-546380     -5.637917     56.44800             25
    +#> 8257  VR2AR-546380     -5.637917     56.44800             25
    +#> 8258  VR2AR-546380     -5.637917     56.44800             25
    +#> 8259  VR2AR-546134     -5.643867     56.38278            145
    +#> 8260  VR2AR-546134     -5.643867     56.38278            145
    +#> 8261  VR2AR-546134     -5.643867     56.38278            145
    +#> 8262  VR2AR-546134     -5.643867     56.38278            145
    +#> 8263  VR2AR-546134     -5.643867     56.38278            145
    +#> 8264  VR2AR-546134     -5.643867     56.38278            145
    +#> 8265  VR2AR-546134     -5.643867     56.38278            145
    +#> 8266  VR2AR-546134     -5.643867     56.38278            145
    +#> 8267  VR2AR-546134     -5.643867     56.38278            145
    +#> 8268  VR2AR-546134     -5.643867     56.38278            145
    +#> 8269  VR2AR-546134     -5.643867     56.38278            145
    +#> 8270  VR2AR-546134     -5.643867     56.38278            145
    +#> 8271  VR2AR-546134     -5.643867     56.38278            145
    +#> 8272  VR2AR-546134     -5.643867     56.38278            145
    +#> 8273  VR2AR-546134     -5.643867     56.38278            145
    +#> 8274  VR2AR-546134     -5.643867     56.38278            145
    +#> 8275  VR2AR-546134     -5.643867     56.38278            145
    +#> 8276  VR2AR-546134     -5.643867     56.38278            145
    +#> 8277  VR2AR-546134     -5.643867     56.38278            145
    +#> 8278  VR2AR-546134     -5.643867     56.38278            145
    +#> 8279  VR2AR-546134     -5.643867     56.38278            145
    +#> 8280  VR2AR-546134     -5.643867     56.38278            145
    +#> 8281  VR2AR-546134     -5.643867     56.38278            145
    +#> 8282  VR2AR-546134     -5.643867     56.38278            145
    +#> 8283  VR2AR-546134     -5.643867     56.38278            145
    +#> 8284  VR2AR-546134     -5.643867     56.38278            145
    +#> 8285  VR2AR-546134     -5.643867     56.38278            145
    +#> 8286  VR2AR-546134     -5.643867     56.38278            145
    +#> 8287  VR2AR-546134     -5.643867     56.38278            145
    +#> 8288  VR2AR-546134     -5.643867     56.38278            145
    +#> 8289  VR2AR-546134     -5.643867     56.38278            145
    +#> 8290  VR2AR-546134     -5.643867     56.38278            145
    +#> 8291  VR2AR-546134     -5.643867     56.38278            145
    +#> 8292  VR2AR-546134     -5.643867     56.38278            145
    +#> 8293  VR2AR-546134     -5.643867     56.38278            145
    +#> 8294  VR2AR-546135     -5.657067     56.38803             85
    +#> 8295  VR2AR-546135     -5.657067     56.38803             85
    +#> 8296  VR2AR-546135     -5.657067     56.38803             85
    +#> 8297  VR2AR-546135     -5.657067     56.38803             85
    +#> 8298  VR2AR-546135     -5.657067     56.38803             85
    +#> 8299  VR2AR-546135     -5.657067     56.38803             85
    +#> 8300  VR2AR-546135     -5.657067     56.38803             85
    +#> 8301  VR2AR-546135     -5.657067     56.38803             85
    +#> 8302  VR2AR-546135     -5.657067     56.38803             85
    +#> 8303  VR2AR-546135     -5.657067     56.38803             85
    +#> 8304  VR2AR-546135     -5.657067     56.38803             85
    +#> 8305  VR2AR-546135     -5.657067     56.38803             85
    +#> 8306  VR2AR-546135     -5.657067     56.38803             85
    +#> 8307  VR2AR-546135     -5.657067     56.38803             85
    +#> 8308  VR2AR-546135     -5.657067     56.38803             85
    +#> 8309  VR2AR-546135     -5.657067     56.38803             85
    +#> 8310  VR2AR-546135     -5.657067     56.38803             85
    +#> 8311  VR2AR-546135     -5.657067     56.38803             85
    +#> 8312  VR2AR-546135     -5.657067     56.38803             85
    +#> 8313  VR2AR-546135     -5.657067     56.38803             85
    +#> 8314  VR2AR-546135     -5.657067     56.38803             85
    +#> 8315  VR2AR-546135     -5.657067     56.38803             85
    +#> 8316  VR2AR-546135     -5.657067     56.38803             85
    +#> 8317  VR2AR-546135     -5.657067     56.38803             85
    +#> 8318  VR2AR-546135     -5.657067     56.38803             85
    +#> 8319  VR2AR-546135     -5.657067     56.38803             85
    +#> 8320  VR2AR-546135     -5.657067     56.38803             85
    +#> 8321  VR2AR-546135     -5.657067     56.38803             85
    +#> 8322  VR2AR-546134     -5.643867     56.38278            145
    +#> 8323  VR2AR-546134     -5.643867     56.38278            145
    +#> 8324  VR2AR-546134     -5.643867     56.38278            145
    +#> 8325  VR2AR-546134     -5.643867     56.38278            145
    +#> 8326  VR2AR-546134     -5.643867     56.38278            145
    +#> 8327  VR2AR-546134     -5.643867     56.38278            145
    +#> 8328  VR2AR-546134     -5.643867     56.38278            145
    +#> 8329  VR2AR-546134     -5.643867     56.38278            145
    +#> 8330  VR2AR-546134     -5.643867     56.38278            145
    +#> 8331  VR2AR-546134     -5.643867     56.38278            145
    +#> 8332  VR2AR-546134     -5.643867     56.38278            145
    +#> 8333  VR2AR-546134     -5.643867     56.38278            145
    +#> 8334  VR2AR-546134     -5.643867     56.38278            145
    +#> 8335  VR2AR-546134     -5.643867     56.38278            145
    +#> 8336  VR2AR-546134     -5.643867     56.38278            145
    +#> 8337  VR2AR-546134     -5.643867     56.38278            145
    +#> 8338  VR2AR-546134     -5.643867     56.38278            145
    +#> 8339  VR2AR-546134     -5.643867     56.38278            145
    +#> 8340  VR2AR-546134     -5.643867     56.38278            145
    +#> 8341  VR2AR-546134     -5.643867     56.38278            145
    +#> 8342  VR2AR-546134     -5.643867     56.38278            145
    +#> 8343  VR2AR-546134     -5.643867     56.38278            145
    +#> 8344  VR2AR-546134     -5.643867     56.38278            145
    +#> 8345  VR2AR-546134     -5.643867     56.38278            145
    +#> 8346  VR2AR-546134     -5.643867     56.38278            145
    +#> 8347  VR2AR-546134     -5.643867     56.38278            145
    +#> 8348  VR2AR-546134     -5.643867     56.38278            145
    +#> 8349  VR2AR-546134     -5.643867     56.38278            145
    +#> 8350  VR2AR-546134     -5.643867     56.38278            145
    +#> 8351   VR2W-108160     -5.631733     56.37447             50
    +#> 8352  VR2AR-546131     -5.612700     56.37988             35
    +#> 8353  VR2AR-546131     -5.612700     56.37988             35
    +#> 8354  VR2AR-546131     -5.612700     56.37988             35
    +#> 8355  VR2AR-546131     -5.612700     56.37988             35
    +#> 8356  VR2AR-546131     -5.612700     56.37988             35
    +#> 8357  VR2AR-546131     -5.612700     56.37988             35
    +#> 8358  VR2AR-546131     -5.612700     56.37988             35
    +#> 8359  VR2AR-546131     -5.612700     56.37988             35
    +#> 8360  VR2AR-546131     -5.612700     56.37988             35
    +#> 8361  VR2AR-546131     -5.612700     56.37988             35
    +#> 8362  VR2AR-546131     -5.612700     56.37988             35
    +#> 8363  VR2AR-546131     -5.612700     56.37988             35
    +#> 8364  VR2AR-546131     -5.612700     56.37988             35
    +#> 8365  VR2AR-546131     -5.612700     56.37988             35
    +#> 8366  VR2AR-546131     -5.612700     56.37988             35
    +#> 8367  VR2AR-546131     -5.612700     56.37988             35
    +#> 8368  VR2AR-546131     -5.612700     56.37988             35
    +#> 8369  VR2AR-546131     -5.612700     56.37988             35
    +#> 8370  VR2AR-546131     -5.612700     56.37988             35
    +#> 8371  VR2AR-546131     -5.612700     56.37988             35
    +#> 8372  VR2AR-546131     -5.612700     56.37988             35
    +#> 8373  VR2AR-546131     -5.612700     56.37988             35
    +#> 8374  VR2AR-546131     -5.612700     56.37988             35
    +#> 8375  VR2AR-546131     -5.612700     56.37988             35
    +#> 8376  VR2AR-546131     -5.612700     56.37988             35
    +#> 8377  VR2AR-546131     -5.612700     56.37988             35
    +#> 8378  VR2AR-546131     -5.612700     56.37988             35
    +#> 8379  VR2AR-546131     -5.612700     56.37988             35
    +#> 8380  VR2AR-546131     -5.612700     56.37988             35
    +#> 8381  VR2AR-546131     -5.612700     56.37988             35
    +#> 8382  VR2AR-546131     -5.612700     56.37988             35
    +#> 8383  VR2AR-546131     -5.612700     56.37988             35
    +#> 8384  VR2AR-546131     -5.612700     56.37988             35
    +#> 8385  VR2AR-546131     -5.612700     56.37988             35
    +#> 8386  VR2AR-546131     -5.612700     56.37988             35
    +#> 8387  VR2AR-546131     -5.612700     56.37988             35
    +#> 8388  VR2AR-546131     -5.612700     56.37988             35
    +#> 8389  VR2AR-546131     -5.612700     56.37988             35
    +#> 8390  VR2AR-546131     -5.612700     56.37988             35
    +#> 8391  VR2AR-546131     -5.612700     56.37988             35
    +#> 8392  VR2AR-546131     -5.612700     56.37988             35
    +#> 8393  VR2AR-546131     -5.612700     56.37988             35
    +#> 8394  VR2AR-546131     -5.612700     56.37988             35
    +#> 8395  VR2AR-546131     -5.612700     56.37988             35
    +#> 8396  VR2AR-546131     -5.612700     56.37988             35
    +#> 8397  VR2AR-546131     -5.612700     56.37988             35
    +#> 8398  VR2AR-546131     -5.612700     56.37988             35
    +#> 8399  VR2AR-546131     -5.612700     56.37988             35
    +#> 8400  VR2AR-546131     -5.612700     56.37988             35
    +#> 8401  VR2AR-546131     -5.612700     56.37988             35
    +#> 8402  VR2AR-546131     -5.612700     56.37988             35
    +#> 8403  VR2AR-546131     -5.612700     56.37988             35
    +#> 8404  VR2AR-546131     -5.612700     56.37988             35
    +#> 8405  VR2AR-546131     -5.612700     56.37988             35
    +#> 8406  VR2AR-546131     -5.612700     56.37988             35
    +#> 8407  VR2AR-546131     -5.612700     56.37988             35
    +#> 8408  VR2AR-546131     -5.612700     56.37988             35
    +#> 8409  VR2AR-546131     -5.612700     56.37988             35
    +#> 8410  VR2AR-546131     -5.612700     56.37988             35
    +#> 8411  VR2AR-546131     -5.612700     56.37988             35
    +#> 8412  VR2AR-546131     -5.612700     56.37988             35
    +#> 8413  VR2AR-546131     -5.612700     56.37988             35
    +#> 8414  VR2AR-546131     -5.612700     56.37988             35
    +#> 8415  VR2AR-546131     -5.612700     56.37988             35
    +#> 8416  VR2AR-546131     -5.612700     56.37988             35
    +#> 8417  VR2AR-546131     -5.612700     56.37988             35
    +#> 8418  VR2AR-546131     -5.612700     56.37988             35
    +#> 8419  VR2AR-546131     -5.612700     56.37988             35
    +#> 8420  VR2AR-546131     -5.612700     56.37988             35
    +#> 8421  VR2AR-546131     -5.612700     56.37988             35
    +#> 8422  VR2AR-546131     -5.612700     56.37988             35
    +#> 8423  VR2AR-546131     -5.612700     56.37988             35
    +#> 8424  VR2AR-546131     -5.612700     56.37988             35
    +#> 8425  VR2AR-546131     -5.612700     56.37988             35
    +#> 8426  VR2AR-546131     -5.612700     56.37988             35
    +#> 8427  VR2AR-546131     -5.612700     56.37988             35
    +#> 8428  VR2AR-546131     -5.612700     56.37988             35
    +#> 8429  VR2AR-546131     -5.612700     56.37988             35
    +#> 8430  VR2AR-546131     -5.612700     56.37988             35
    +#> 8431  VR2AR-546131     -5.612700     56.37988             35
    +#> 8432  VR2AR-546131     -5.612700     56.37988             35
    +#> 8433  VR2AR-546131     -5.612700     56.37988             35
    +#> 8434  VR2AR-546131     -5.612700     56.37988             35
    +#> 8435  VR2AR-546131     -5.612700     56.37988             35
    +#> 8436  VR2AR-546131     -5.612700     56.37988             35
    +#> 8437  VR2AR-546131     -5.612700     56.37988             35
    +#> 8438  VR2AR-546131     -5.612700     56.37988             35
    +#> 8439  VR2AR-546131     -5.612700     56.37988             35
    +#> 8440  VR2AR-546131     -5.612700     56.37988             35
    +#> 8441  VR2AR-546131     -5.612700     56.37988             35
    +#> 8442  VR2AR-546131     -5.612700     56.37988             35
    +#> 8443  VR2AR-546131     -5.612700     56.37988             35
    +#> 8444  VR2AR-546131     -5.612700     56.37988             35
    +#> 8445  VR2AR-546131     -5.612700     56.37988             35
    +#> 8446  VR2AR-546131     -5.612700     56.37988             35
    +#> 8447  VR2AR-546131     -5.612700     56.37988             35
    +#> 8448  VR2AR-546131     -5.612700     56.37988             35
    +#> 8449  VR2AR-546131     -5.612700     56.37988             35
    +#> 8450  VR2AR-546131     -5.612700     56.37988             35
    +#> 8451  VR2AR-546131     -5.612700     56.37988             35
    +#> 8452  VR2AR-546131     -5.612700     56.37988             35
    +#> 8453  VR2AR-546131     -5.612700     56.37988             35
    +#> 8454  VR2AR-546131     -5.612700     56.37988             35
    +#> 8455  VR2AR-546131     -5.612700     56.37988             35
    +#> 8456  VR2AR-546131     -5.612700     56.37988             35
    +#> 8457  VR2AR-546131     -5.612700     56.37988             35
    +#> 8458  VR2AR-546131     -5.612700     56.37988             35
    +#> 8459  VR2AR-546131     -5.612700     56.37988             35
    +#> 8460  VR2AR-546131     -5.612700     56.37988             35
    +#> 8461  VR2AR-546131     -5.612700     56.37988             35
    +#> 8462  VR2AR-546131     -5.612700     56.37988             35
    +#> 8463  VR2AR-546131     -5.612700     56.37988             35
    +#> 8464  VR2AR-546131     -5.612700     56.37988             35
    +#> 8465  VR2AR-546131     -5.612700     56.37988             35
    +#> 8466  VR2AR-546131     -5.612700     56.37988             35
    +#> 8467  VR2AR-546131     -5.612700     56.37988             35
    +#> 8468  VR2AR-546131     -5.612700     56.37988             35
    +#> 8469  VR2AR-546131     -5.612700     56.37988             35
    +#> 8470  VR2AR-546131     -5.612700     56.37988             35
    +#> 8471  VR2AR-546131     -5.612700     56.37988             35
    +#> 8472  VR2AR-546131     -5.612700     56.37988             35
    +#> 8473  VR2AR-546131     -5.612700     56.37988             35
    +#> 8474  VR2AR-546131     -5.612700     56.37988             35
    +#> 8475  VR2AR-546131     -5.612700     56.37988             35
    +#> 8476  VR2AR-546131     -5.612700     56.37988             35
    +#> 8477  VR2AR-546131     -5.612700     56.37988             35
    +#> 8478  VR2AR-546131     -5.612700     56.37988             35
    +#> 8479  VR2AR-546131     -5.612700     56.37988             35
    +#> 8480  VR2AR-546131     -5.612700     56.37988             35
    +#> 8481  VR2AR-546131     -5.612700     56.37988             35
    +#> 8482  VR2AR-546131     -5.612700     56.37988             35
    +#> 8483  VR2AR-546131     -5.612700     56.37988             35
    +#> 8484  VR2AR-546131     -5.612700     56.37988             35
    +#> 8485  VR2AR-546131     -5.612700     56.37988             35
    +#> 8486  VR2AR-546131     -5.612700     56.37988             35
    +#> 8487  VR2AR-546131     -5.612700     56.37988             35
    +#> 8488  VR2AR-546131     -5.612700     56.37988             35
    +#> 8489  VR2AR-546131     -5.612700     56.37988             35
    +#> 8490  VR2AR-546131     -5.612700     56.37988             35
    +#> 8491  VR2AR-546131     -5.612700     56.37988             35
    +#> 8492  VR2AR-546131     -5.612700     56.37988             35
    +#> 8493  VR2AR-546131     -5.612700     56.37988             35
    +#> 8494  VR2AR-546131     -5.612700     56.37988             35
    +#> 8495  VR2AR-546131     -5.612700     56.37988             35
    +#> 8496  VR2AR-546131     -5.612700     56.37988             35
    +#> 8497  VR2AR-546131     -5.612700     56.37988             35
    +#> 8498  VR2AR-546131     -5.612700     56.37988             35
    +#> 8499  VR2AR-546131     -5.612700     56.37988             35
    +#> 8500  VR2AR-546131     -5.612700     56.37988             35
    +#> 8501  VR2AR-546131     -5.612700     56.37988             35
    +#> 8502  VR2AR-546131     -5.612700     56.37988             35
    +#> 8503  VR2AR-546131     -5.612700     56.37988             35
    +#> 8504  VR2AR-546131     -5.612700     56.37988             35
    +#> 8505  VR2AR-546131     -5.612700     56.37988             35
    +#> 8506  VR2AR-546131     -5.612700     56.37988             35
    +#> 8507  VR2AR-546131     -5.612700     56.37988             35
    +#> 8508  VR2AR-546131     -5.612700     56.37988             35
    +#> 8509  VR2AR-546131     -5.612700     56.37988             35
    +#> 8510  VR2AR-546131     -5.612700     56.37988             35
    +#> 8511  VR2AR-546131     -5.612700     56.37988             35
    +#> 8512  VR2AR-546131     -5.612700     56.37988             35
    +#> 8513  VR2AR-546131     -5.612700     56.37988             35
    +#> 8514  VR2AR-546131     -5.612700     56.37988             35
    +#> 8515  VR2AR-546131     -5.612700     56.37988             35
    +#> 8516  VR2AR-546131     -5.612700     56.37988             35
    +#> 8517  VR2AR-546131     -5.612700     56.37988             35
    +#> 8518  VR2AR-546131     -5.612700     56.37988             35
    +#> 8519  VR2AR-546131     -5.612700     56.37988             35
    +#> 8520  VR2AR-546131     -5.612700     56.37988             35
    +#> 8521  VR2AR-546131     -5.612700     56.37988             35
    +#> 8522  VR2AR-546131     -5.612700     56.37988             35
    +#> 8523  VR2AR-546131     -5.612700     56.37988             35
    +#> 8524  VR2AR-546131     -5.612700     56.37988             35
    +#> 8525  VR2AR-546131     -5.612700     56.37988             35
    +#> 8526  VR2AR-546131     -5.612700     56.37988             35
    +#> 8527  VR2AR-546131     -5.612700     56.37988             35
    +#> 8528  VR2AR-546131     -5.612700     56.37988             35
    +#> 8529  VR2AR-546131     -5.612700     56.37988             35
    +#> 8530  VR2AR-546131     -5.612700     56.37988             35
    +#> 8531  VR2AR-546131     -5.612700     56.37988             35
    +#> 8532  VR2AR-546131     -5.612700     56.37988             35
    +#> 8533  VR2AR-546131     -5.612700     56.37988             35
    +#> 8534  VR2AR-546131     -5.612700     56.37988             35
    +#> 8535  VR2AR-546131     -5.612700     56.37988             35
    +#> 8536  VR2AR-546131     -5.612700     56.37988             35
    +#> 8537  VR2AR-546131     -5.612700     56.37988             35
    +#> 8538  VR2AR-546131     -5.612700     56.37988             35
    +#> 8539  VR2AR-546131     -5.612700     56.37988             35
    +#> 8540  VR2AR-546131     -5.612700     56.37988             35
    +#> 8541  VR2AR-546131     -5.612700     56.37988             35
    +#> 8542  VR2AR-546131     -5.612700     56.37988             35
    +#> 8543  VR2AR-546131     -5.612700     56.37988             35
    +#> 8544  VR2AR-546131     -5.612700     56.37988             35
    +#> 8545  VR2AR-546131     -5.612700     56.37988             35
    +#> 8546  VR2AR-546131     -5.612700     56.37988             35
    +#> 8547  VR2AR-546131     -5.612700     56.37988             35
    +#> 8548  VR2AR-546131     -5.612700     56.37988             35
    +#> 8549  VR2AR-546131     -5.612700     56.37988             35
    +#> 8550  VR2AR-546131     -5.612700     56.37988             35
    +#> 8551  VR2AR-546131     -5.612700     56.37988             35
    +#> 8552  VR2AR-546131     -5.612700     56.37988             35
    +#> 8553  VR2AR-546131     -5.612700     56.37988             35
    +#> 8554  VR2AR-546131     -5.612700     56.37988             35
    +#> 8555  VR2AR-546131     -5.612700     56.37988             35
    +#> 8556  VR2AR-546131     -5.612700     56.37988             35
    +#> 8557  VR2AR-546131     -5.612700     56.37988             35
    +#> 8558  VR2AR-546131     -5.612700     56.37988             35
    +#> 8559  VR2AR-546131     -5.612700     56.37988             35
    +#> 8560  VR2AR-546131     -5.612700     56.37988             35
    +#> 8561  VR2AR-546131     -5.612700     56.37988             35
    +#> 8562  VR2AR-546131     -5.612700     56.37988             35
    +#> 8563  VR2AR-546131     -5.612700     56.37988             35
    +#> 8564  VR2AR-546131     -5.612700     56.37988             35
    +#> 8565  VR2AR-546131     -5.612700     56.37988             35
    +#> 8566  VR2AR-546131     -5.612700     56.37988             35
    +#> 8567  VR2AR-546131     -5.612700     56.37988             35
    +#> 8568  VR2AR-546131     -5.612700     56.37988             35
    +#> 8569  VR2AR-546131     -5.612700     56.37988             35
    +#> 8570  VR2AR-546131     -5.612700     56.37988             35
    +#> 8571  VR2AR-546131     -5.612700     56.37988             35
    +#> 8572  VR2AR-546131     -5.612700     56.37988             35
    +#> 8573  VR2AR-546131     -5.612700     56.37988             35
    +#> 8574  VR2AR-546131     -5.612700     56.37988             35
    +#> 8575  VR2AR-546131     -5.612700     56.37988             35
    +#> 8576  VR2AR-546131     -5.612700     56.37988             35
    +#> 8577  VR2AR-546131     -5.612700     56.37988             35
    +#> 8578  VR2AR-546131     -5.612700     56.37988             35
    +#> 8579  VR2AR-546131     -5.612700     56.37988             35
    +#> 8580  VR2AR-546131     -5.612700     56.37988             35
    +#> 8581  VR2AR-546131     -5.612700     56.37988             35
    +#> 8582  VR2AR-546131     -5.612700     56.37988             35
    +#> 8583  VR2AR-546131     -5.612700     56.37988             35
    +#> 8584  VR2AR-546131     -5.612700     56.37988             35
    +#> 8585  VR2AR-546131     -5.612700     56.37988             35
    +#> 8586  VR2AR-546131     -5.612700     56.37988             35
    +#> 8587  VR2AR-546131     -5.612700     56.37988             35
    +#> 8588  VR2AR-546131     -5.612700     56.37988             35
    +#> 8589  VR2AR-546131     -5.612700     56.37988             35
    +#> 8590  VR2AR-546131     -5.612700     56.37988             35
    +#> 8591  VR2AR-546131     -5.612700     56.37988             35
    +#> 8592  VR2AR-546131     -5.612700     56.37988             35
    +#> 8593  VR2AR-546136     -5.626250     56.44810             75
    +#> 8594  VR2AR-546136     -5.626250     56.44810             75
    +#> 8595  VR2AR-546136     -5.626250     56.44810             75
    +#> 8596  VR2AR-546136     -5.626250     56.44810             75
    +#> 8597  VR2AR-546136     -5.626250     56.44810             75
    +#> 8598  VR2AR-546136     -5.626250     56.44810             75
    +#> 8599      VR2-5637     -5.692417     56.49913             25
    +#> 8600      VR2-5637     -5.692417     56.49913             25
    +#> 8601      VR2-5637     -5.692417     56.49913             25
    +#> 8602      VR2-5637     -5.692417     56.49913             25
    +#> 8603      VR2-5637     -5.692417     56.49913             25
    +#> 8604      VR2-5637     -5.692417     56.49913             25
    +#> 8605      VR2-5637     -5.692417     56.49913             25
    +#> 8606      VR2-5637     -5.692417     56.49913             25
    +#> 8607      VR2-5637     -5.692417     56.49913             25
    +#> 8608      VR2-5637     -5.692417     56.49913             25
    +#> 8609      VR2-5637     -5.692417     56.49913             25
    +#> 8610      VR2-5637     -5.692417     56.49913             25
    +#> 8611      VR2-5637     -5.692417     56.49913             25
    +#> 8612      VR2-5637     -5.692417     56.49913             25
    +#> 8613      VR2-5637     -5.692417     56.49913             25
    +#> 8614      VR2-5637     -5.692417     56.49913             25
    +#> 8615      VR2-5637     -5.692417     56.49913             25
    +#> 8616  VR2AR-546133     -5.701717     56.49747             90
    +#> 8617  VR2AR-546133     -5.701717     56.49747             90
    +#> 8618  VR2AR-546133     -5.701717     56.49747             90
    +#> 8619  VR2AR-546133     -5.701717     56.49747             90
    +#> 8620  VR2AR-546133     -5.701717     56.49747             90
    +#> 8621  VR2AR-546133     -5.701717     56.49747             90
    +#> 8622  VR2AR-546133     -5.701717     56.49747             90
    +#> 8623      VR2-5637     -5.692417     56.49913             25
    +#> 8624      VR2-5637     -5.692417     56.49913             25
    +#> 8625      VR2-5637     -5.692417     56.49913             25
    +#> 8626      VR2-5637     -5.692417     56.49913             25
    +#> 8627      VR2-5637     -5.692417     56.49913             25
    +#> 8628      VR2-5637     -5.692417     56.49913             25
    +#> 8629      VR2-5637     -5.692417     56.49913             25
    +#> 8630      VR2-5637     -5.692417     56.49913             25
    +#> 8631      VR2-5637     -5.692417     56.49913             25
    +#> 8632      VR2-5637     -5.692417     56.49913             25
    +#> 8633      VR2-5637     -5.692417     56.49913             25
    +#> 8634      VR2-5637     -5.692417     56.49913             25
    +#> 8635      VR2-5637     -5.692417     56.49913             25
    +#> 8636      VR2-5637     -5.692417     56.49913             25
    +#> 8637      VR2-5637     -5.692417     56.49913             25
    +#> 8638      VR2-5637     -5.692417     56.49913             25
    +#> 8639      VR2-5637     -5.692417     56.49913             25
    +#> 8640      VR2-5637     -5.692417     56.49913             25
    +#> 8641      VR2-5637     -5.692417     56.49913             25
    +#> 8642      VR2-5637     -5.692417     56.49913             25
    +#> 8643      VR2-5637     -5.692417     56.49913             25
    +#> 8644      VR2-5637     -5.692417     56.49913             25
    +#> 8645      VR2-5637     -5.692417     56.49913             25
    +#> 8646      VR2-5637     -5.692417     56.49913             25
    +#> 8647      VR2-5637     -5.692417     56.49913             25
    +#> 8648      VR2-5637     -5.692417     56.49913             25
    +#> 8649      VR2-5637     -5.692417     56.49913             25
    +#> 8650      VR2-5637     -5.692417     56.49913             25
    +#> 8651      VR2-5637     -5.692417     56.49913             25
    +#> 8652      VR2-5637     -5.692417     56.49913             25
    +#> 8653      VR2-5637     -5.692417     56.49913             25
    +#> 8654      VR2-5637     -5.692417     56.49913             25
    +#> 8655      VR2-5637     -5.692417     56.49913             25
    +#> 8656      VR2-5637     -5.692417     56.49913             25
    +#> 8657  VR2AR-546133     -5.701717     56.49747             90
    +#> 8658  VR2AR-546133     -5.701717     56.49747             90
    +#> 8659  VR2AR-546133     -5.701717     56.49747             90
    +#> 8660  VR2AR-546133     -5.701717     56.49747             90
    +#> 8661  VR2AR-546133     -5.701717     56.49747             90
    +#> 8662  VR2AR-546133     -5.701717     56.49747             90
    +#> 8663  VR2AR-546133     -5.701717     56.49747             90
    +#> 8664  VR2AR-546133     -5.701717     56.49747             90
    +#> 8665  VR2AR-546133     -5.701717     56.49747             90
    +#> 8666  VR2AR-546133     -5.701717     56.49747             90
    +#> 8667  VR2AR-546133     -5.701717     56.49747             90
    +#> 8668  VR2AR-546133     -5.701717     56.49747             90
    +#> 8669  VR2AR-546133     -5.701717     56.49747             90
    +#> 8670  VR2AR-546133     -5.701717     56.49747             90
    +#> 8671  VR2AR-546133     -5.701717     56.49747             90
    +#> 8672  VR2AR-546133     -5.701717     56.49747             90
    +#> 8673  VR2AR-546133     -5.701717     56.49747             90
    +#> 8674  VR2AR-546133     -5.701717     56.49747             90
    +#> 8675  VR2AR-546133     -5.701717     56.49747             90
    +#> 8676  VR2AR-546133     -5.701717     56.49747             90
    +#> 8677  VR2AR-546133     -5.701717     56.49747             90
    +#> 8678  VR2AR-546133     -5.701717     56.49747             90
    +#> 8679  VR2AR-546133     -5.701717     56.49747             90
    +#> 8680  VR2AR-546133     -5.701717     56.49747             90
    +#> 8681  VR2AR-546133     -5.701717     56.49747             90
    +#> 8682  VR2AR-546133     -5.701717     56.49747             90
    +#> 8683  VR2AR-546133     -5.701717     56.49747             90
    +#> 8684  VR2AR-546133     -5.701717     56.49747             90
    +#> 8685  VR2AR-546133     -5.701717     56.49747             90
    +#> 8686  VR2AR-546133     -5.701717     56.49747             90
    +#> 8687  VR2AR-546133     -5.701717     56.49747             90
    +#> 8688  VR2AR-546133     -5.701717     56.49747             90
    +#> 8689  VR2AR-546133     -5.701717     56.49747             90
    +#> 8690  VR2AR-546133     -5.701717     56.49747             90
    +#> 8691  VR2AR-546133     -5.701717     56.49747             90
    +#> 8692  VR2AR-546133     -5.701717     56.49747             90
    +#> 8693  VR2AR-546136     -5.626250     56.44810             75
    +#> 8694  VR2AR-546136     -5.626250     56.44810             75
    +#> 8695  VR2AR-546380     -5.637917     56.44800             25
    +#> 8696  VR2AR-546136     -5.626250     56.44810             75
    +#> 8697  VR2AR-546380     -5.637917     56.44800             25
    +#> 8698  VR2AR-546380     -5.637917     56.44800             25
    +#> 8699  VR2AR-546136     -5.626250     56.44810             75
    +#> 8700  VR2AR-546380     -5.637917     56.44800             25
    +#> 8701  VR2AR-546380     -5.637917     56.44800             25
    +#> 8702  VR2AR-546380     -5.637917     56.44800             25
    +#> 8703  VR2AR-546380     -5.637917     56.44800             25
    +#> 8704  VR2AR-546380     -5.637917     56.44800             25
    +#> 8705  VR2AR-546380     -5.637917     56.44800             25
    +#> 8706  VR2AR-546380     -5.637917     56.44800             25
    +#> 8707  VR2AR-546380     -5.637917     56.44800             25
    +#> 8708  VR2AR-546380     -5.637917     56.44800             25
    +#> 8709  VR2AR-546380     -5.637917     56.44800             25
    +#> 8710  VR2AR-546380     -5.637917     56.44800             25
    +#> 8711  VR2AR-546380     -5.637917     56.44800             25
    +#> 8712  VR2AR-546380     -5.637917     56.44800             25
    +#> 8713  VR2AR-546380     -5.637917     56.44800             25
    +#> 8714  VR2AR-546380     -5.637917     56.44800             25
    +#> 8715  VR2AR-546380     -5.637917     56.44800             25
    +#> 8716  VR2AR-546380     -5.637917     56.44800             25
    +#> 8717  VR2AR-546380     -5.637917     56.44800             25
    +#> 8718  VR2AR-546380     -5.637917     56.44800             25
    +#> 8719  VR2AR-546380     -5.637917     56.44800             25
    +#> 8720  VR2AR-546380     -5.637917     56.44800             25
    +#> 8721  VR2AR-546380     -5.637917     56.44800             25
    +#> 8722  VR2AR-546380     -5.637917     56.44800             25
    +#> 8723  VR2AR-546380     -5.637917     56.44800             25
    +#> 8724  VR2AR-546380     -5.637917     56.44800             25
    +#> 8725  VR2AR-546380     -5.637917     56.44800             25
    +#> 8726  VR2AR-546380     -5.637917     56.44800             25
    +#> 8727  VR2AR-546380     -5.637917     56.44800             25
    +#> 8728  VR2AR-546380     -5.637917     56.44800             25
    +#> 8729  VR2AR-546380     -5.637917     56.44800             25
    +#> 8730  VR2AR-546380     -5.637917     56.44800             25
    +#> 8731  VR2AR-546131     -5.612700     56.37988             35
    +#> 8732  VR2AR-546131     -5.612700     56.37988             35
    +#> 8733  VR2AR-546131     -5.612700     56.37988             35
    +#> 8734  VR2AR-546131     -5.612700     56.37988             35
    +#> 8735  VR2AR-546131     -5.612700     56.37988             35
    +#> 8736  VR2AR-546131     -5.612700     56.37988             35
    +#> 8737  VR2AR-546131     -5.612700     56.37988             35
    +#> 8738  VR2AR-546131     -5.612700     56.37988             35
    +#> 8739  VR2AR-546131     -5.612700     56.37988             35
    +#> 8740  VR2AR-546131     -5.612700     56.37988             35
    +#> 8741  VR2AR-546131     -5.612700     56.37988             35
    +#> 8742  VR2AR-546131     -5.612700     56.37988             35
    +#> 8743  VR2AR-546131     -5.612700     56.37988             35
    +#> 8744  VR2AR-546131     -5.612700     56.37988             35
    +#> 8745  VR2AR-546131     -5.612700     56.37988             35
    +#> 8746  VR2AR-546131     -5.612700     56.37988             35
    +#> 8747  VR2AR-546131     -5.612700     56.37988             35
    +#> 8748  VR2AR-546131     -5.612700     56.37988             35
    +#> 8749  VR2AR-546131     -5.612700     56.37988             35
    +#> 8750  VR2AR-546131     -5.612700     56.37988             35
    +#> 8751  VR2AR-546131     -5.612700     56.37988             35
    +#> 8752  VR2AR-546131     -5.612700     56.37988             35
    +#> 8753  VR2AR-546131     -5.612700     56.37988             35
    +#> 8754  VR2AR-546131     -5.612700     56.37988             35
    +#> 8755  VR2AR-546131     -5.612700     56.37988             35
    +#> 8756  VR2AR-546131     -5.612700     56.37988             35
    +#> 8757  VR2AR-546131     -5.612700     56.37988             35
    +#> 8758  VR2AR-546131     -5.612700     56.37988             35
    +#> 8759  VR2AR-546131     -5.612700     56.37988             35
    +#> 8760  VR2AR-546131     -5.612700     56.37988             35
    +#> 8761  VR2AR-546131     -5.612700     56.37988             35
    +#> 8762  VR2AR-546131     -5.612700     56.37988             35
    +#> 8763  VR2AR-546131     -5.612700     56.37988             35
    +#> 8764  VR2AR-546131     -5.612700     56.37988             35
    +#> 8765  VR2AR-546131     -5.612700     56.37988             35
    +#> 8766  VR2AR-546131     -5.612700     56.37988             35
    +#> 8767  VR2AR-546131     -5.612700     56.37988             35
    +#> 8768  VR2AR-546131     -5.612700     56.37988             35
    +#> 8769  VR2AR-546131     -5.612700     56.37988             35
    +#> 8770  VR2AR-546131     -5.612700     56.37988             35
    +#> 8771  VR2AR-546131     -5.612700     56.37988             35
    +#> 8772  VR2AR-546131     -5.612700     56.37988             35
    +#> 8773  VR2AR-546131     -5.612700     56.37988             35
    +#> 8774  VR2AR-546131     -5.612700     56.37988             35
    +#> 8775  VR2AR-546131     -5.612700     56.37988             35
    +#> 8776  VR2AR-546131     -5.612700     56.37988             35
    +#> 8777  VR2AR-546131     -5.612700     56.37988             35
    +#> 8778  VR2AR-546131     -5.612700     56.37988             35
    +#> 8779  VR2AR-546131     -5.612700     56.37988             35
    +#> 8780  VR2AR-546131     -5.612700     56.37988             35
    +#> 8781  VR2AR-546131     -5.612700     56.37988             35
    +#> 8782  VR2AR-546131     -5.612700     56.37988             35
    +#> 8783  VR2AR-546131     -5.612700     56.37988             35
    +#> 8784  VR2AR-546131     -5.612700     56.37988             35
    +#> 8785  VR2AR-546131     -5.612700     56.37988             35
    +#> 8786  VR2AR-546131     -5.612700     56.37988             35
    +#> 8787  VR2AR-546131     -5.612700     56.37988             35
    +#> 8788  VR2AR-546131     -5.612700     56.37988             35
    +#> 8789  VR2AR-546131     -5.612700     56.37988             35
    +#> 8790  VR2AR-546131     -5.612700     56.37988             35
    +#> 8791  VR2AR-546131     -5.612700     56.37988             35
    +#> 8792  VR2AR-546131     -5.612700     56.37988             35
    +#> 8793  VR2AR-546131     -5.612700     56.37988             35
    +#> 8794  VR2AR-546131     -5.612700     56.37988             35
    +#> 8795  VR2AR-546131     -5.612700     56.37988             35
    +#> 8796  VR2AR-546131     -5.612700     56.37988             35
    +#> 8797  VR2AR-546131     -5.612700     56.37988             35
    +#> 8798  VR2AR-546131     -5.612700     56.37988             35
    +#> 8799  VR2AR-546131     -5.612700     56.37988             35
    +#> 8800  VR2AR-546131     -5.612700     56.37988             35
    +#> 8801  VR2AR-546131     -5.612700     56.37988             35
    +#> 8802  VR2AR-546131     -5.612700     56.37988             35
    +#> 8803  VR2AR-546131     -5.612700     56.37988             35
    +#> 8804  VR2AR-546131     -5.612700     56.37988             35
    +#> 8805  VR2AR-546131     -5.612700     56.37988             35
    +#> 8806  VR2AR-546131     -5.612700     56.37988             35
    +#> 8807  VR2AR-546131     -5.612700     56.37988             35
    +#> 8808  VR2AR-546131     -5.612700     56.37988             35
    +#> 8809  VR2AR-546131     -5.612700     56.37988             35
    +#> 8810  VR2AR-546131     -5.612700     56.37988             35
    +#> 8811  VR2AR-546131     -5.612700     56.37988             35
    +#> 8812  VR2AR-546131     -5.612700     56.37988             35
    +#> 8813  VR2AR-546131     -5.612700     56.37988             35
    +#> 8814  VR2AR-546131     -5.612700     56.37988             35
    +#> 8815  VR2AR-546131     -5.612700     56.37988             35
    +#> 8816  VR2AR-546131     -5.612700     56.37988             35
    +#> 8817  VR2AR-546131     -5.612700     56.37988             35
    +#> 8818  VR2AR-546131     -5.612700     56.37988             35
    +#> 8819  VR2AR-546131     -5.612700     56.37988             35
    +#> 8820  VR2AR-546131     -5.612700     56.37988             35
    +#> 8821  VR2AR-546131     -5.612700     56.37988             35
    +#> 8822  VR2AR-546131     -5.612700     56.37988             35
    +#> 8823  VR2AR-546131     -5.612700     56.37988             35
    +#> 8824  VR2AR-546131     -5.612700     56.37988             35
    +#> 8825  VR2AR-546131     -5.612700     56.37988             35
    +#> 8826  VR2AR-546131     -5.612700     56.37988             35
    +#> 8827  VR2AR-546131     -5.612700     56.37988             35
    +#> 8828  VR2AR-546131     -5.612700     56.37988             35
    +#> 8829  VR2AR-546131     -5.612700     56.37988             35
    +#> 8830  VR2AR-546131     -5.612700     56.37988             35
    +#> 8831  VR2AR-546131     -5.612700     56.37988             35
    +#> 8832  VR2AR-546131     -5.612700     56.37988             35
    +#> 8833  VR2AR-546131     -5.612700     56.37988             35
    +#> 8834  VR2AR-546131     -5.612700     56.37988             35
    +#> 8835  VR2AR-546131     -5.612700     56.37988             35
    +#> 8836  VR2AR-546131     -5.612700     56.37988             35
    +#> 8837  VR2AR-546131     -5.612700     56.37988             35
    +#> 8838  VR2AR-546131     -5.612700     56.37988             35
    +#> 8839  VR2AR-546131     -5.612700     56.37988             35
    +#> 8840  VR2AR-546131     -5.612700     56.37988             35
    +#> 8841  VR2AR-546131     -5.612700     56.37988             35
    +#> 8842  VR2AR-546131     -5.612700     56.37988             35
    +#> 8843  VR2AR-546131     -5.612700     56.37988             35
    +#> 8844  VR2AR-546131     -5.612700     56.37988             35
    +#> 8845  VR2AR-546131     -5.612700     56.37988             35
    +#> 8846  VR2AR-546131     -5.612700     56.37988             35
    +#> 8847  VR2AR-546131     -5.612700     56.37988             35
    +#> 8848  VR2AR-546131     -5.612700     56.37988             35
    +#> 8849  VR2AR-546131     -5.612700     56.37988             35
    +#> 8850  VR2AR-546131     -5.612700     56.37988             35
    +#> 8851  VR2AR-546131     -5.612700     56.37988             35
    +#> 8852  VR2AR-546131     -5.612700     56.37988             35
    +#> 8853  VR2AR-546131     -5.612700     56.37988             35
    +#> 8854  VR2AR-546131     -5.612700     56.37988             35
    +#> 8855  VR2AR-546131     -5.612700     56.37988             35
    +#> 8856  VR2AR-546131     -5.612700     56.37988             35
    +#> 8857  VR2AR-546131     -5.612700     56.37988             35
    +#> 8858  VR2AR-546131     -5.612700     56.37988             35
    +#> 8859  VR2AR-546131     -5.612700     56.37988             35
    +#> 8860  VR2AR-546131     -5.612700     56.37988             35
    +#> 8861  VR2AR-546131     -5.612700     56.37988             35
    +#> 8862  VR2AR-546131     -5.612700     56.37988             35
    +#> 8863  VR2AR-546131     -5.612700     56.37988             35
    +#> 8864  VR2AR-546131     -5.612700     56.37988             35
    +#> 8865  VR2AR-546131     -5.612700     56.37988             35
    +#> 8866  VR2AR-546131     -5.612700     56.37988             35
    +#> 8867  VR2AR-546131     -5.612700     56.37988             35
    +#> 8868  VR2AR-546131     -5.612700     56.37988             35
    +#> 8869  VR2AR-546131     -5.612700     56.37988             35
    +#> 8870  VR2AR-546131     -5.612700     56.37988             35
    +#> 8871  VR2AR-546131     -5.612700     56.37988             35
    +#> 8872  VR2AR-546131     -5.612700     56.37988             35
    +#> 8873  VR2AR-546131     -5.612700     56.37988             35
    +#> 8874  VR2AR-546131     -5.612700     56.37988             35
    +#> 8875  VR2AR-546131     -5.612700     56.37988             35
    +#> 8876  VR2AR-546131     -5.612700     56.37988             35
    +#> 8877  VR2AR-546131     -5.612700     56.37988             35
    +#> 8878  VR2AR-546131     -5.612700     56.37988             35
    +#> 8879  VR2AR-546131     -5.612700     56.37988             35
    +#> 8880  VR2AR-546131     -5.612700     56.37988             35
    +#> 8881  VR2AR-546131     -5.612700     56.37988             35
    +#> 8882  VR2AR-546131     -5.612700     56.37988             35
    +#> 8883  VR2AR-546131     -5.612700     56.37988             35
    +#> 8884  VR2AR-546131     -5.612700     56.37988             35
    +#> 8885  VR2AR-546131     -5.612700     56.37988             35
    +#> 8886  VR2AR-546131     -5.612700     56.37988             35
    +#> 8887  VR2AR-546131     -5.612700     56.37988             35
    +#> 8888  VR2AR-546131     -5.612700     56.37988             35
    +#> 8889  VR2AR-546131     -5.612700     56.37988             35
    +#> 8890  VR2AR-546131     -5.612700     56.37988             35
    +#> 8891  VR2AR-546131     -5.612700     56.37988             35
    +#> 8892  VR2AR-546131     -5.612700     56.37988             35
    +#> 8893  VR2AR-546131     -5.612700     56.37988             35
    +#> 8894  VR2AR-546131     -5.612700     56.37988             35
    +#> 8895  VR2AR-546131     -5.612700     56.37988             35
    +#> 8896  VR2AR-546131     -5.612700     56.37988             35
    +#> 8897  VR2AR-546131     -5.612700     56.37988             35
    +#> 8898  VR2AR-546131     -5.612700     56.37988             35
    +#> 8899  VR2AR-546131     -5.612700     56.37988             35
    +#> 8900  VR2AR-546131     -5.612700     56.37988             35
    +#> 8901  VR2AR-546131     -5.612700     56.37988             35
    +#> 8902  VR2AR-546131     -5.612700     56.37988             35
    +#> 8903  VR2AR-546131     -5.612700     56.37988             35
    +#> 8904  VR2AR-546131     -5.612700     56.37988             35
    +#> 8905  VR2AR-546131     -5.612700     56.37988             35
    +#> 8906  VR2AR-546131     -5.612700     56.37988             35
    +#> 8907  VR2AR-546131     -5.612700     56.37988             35
    +#> 8908  VR2AR-546131     -5.612700     56.37988             35
    +#> 8909  VR2AR-546131     -5.612700     56.37988             35
    +#> 8910  VR2AR-546131     -5.612700     56.37988             35
    +#> 8911  VR2AR-546131     -5.612700     56.37988             35
    +#> 8912  VR2AR-546131     -5.612700     56.37988             35
    +#> 8913  VR2AR-546131     -5.612700     56.37988             35
    +#> 8914  VR2AR-546131     -5.612700     56.37988             35
    +#> 8915  VR2AR-546131     -5.612700     56.37988             35
    +#> 8916  VR2AR-546131     -5.612700     56.37988             35
    +#> 8917  VR2AR-546131     -5.612700     56.37988             35
    +#> 8918  VR2AR-546131     -5.612700     56.37988             35
    +#> 8919  VR2AR-546131     -5.612700     56.37988             35
    +#> 8920  VR2AR-546131     -5.612700     56.37988             35
    +#> 8921  VR2AR-546131     -5.612700     56.37988             35
    +#> 8922  VR2AR-546131     -5.612700     56.37988             35
    +#> 8923  VR2AR-546131     -5.612700     56.37988             35
    +#> 8924  VR2AR-546131     -5.612700     56.37988             35
    +#> 8925  VR2AR-546131     -5.612700     56.37988             35
    +#> 8926  VR2AR-546131     -5.612700     56.37988             35
    +#> 8927  VR2AR-546131     -5.612700     56.37988             35
    +#> 8928  VR2AR-546131     -5.612700     56.37988             35
    +#> 8929  VR2AR-546131     -5.612700     56.37988             35
    +#> 8930  VR2AR-546131     -5.612700     56.37988             35
    +#> 8931  VR2AR-546131     -5.612700     56.37988             35
    +#> 8932  VR2AR-546131     -5.612700     56.37988             35
    +#> 8933  VR2AR-546131     -5.612700     56.37988             35
    +#> 8934  VR2AR-546131     -5.612700     56.37988             35
    +#> 8935  VR2AR-546131     -5.612700     56.37988             35
    +#> 8936  VR2AR-546131     -5.612700     56.37988             35
    +#> 8937  VR2AR-546131     -5.612700     56.37988             35
    +#> 8938  VR2AR-546131     -5.612700     56.37988             35
    +#> 8939  VR2AR-546131     -5.612700     56.37988             35
    +#> 8940  VR2AR-546131     -5.612700     56.37988             35
    +#> 8941  VR2AR-546131     -5.612700     56.37988             35
    +#> 8942  VR2AR-546131     -5.612700     56.37988             35
    +#> 8943  VR2AR-546131     -5.612700     56.37988             35
    +#> 8944  VR2AR-546131     -5.612700     56.37988             35
    +#> 8945  VR2AR-546131     -5.612700     56.37988             35
    +#> 8946  VR2AR-546131     -5.612700     56.37988             35
    +#> 8947  VR2AR-546131     -5.612700     56.37988             35
    +#> 8948  VR2AR-546131     -5.612700     56.37988             35
    +#> 8949  VR2AR-546131     -5.612700     56.37988             35
    +#> 8950  VR2AR-546131     -5.612700     56.37988             35
    +#> 8951  VR2AR-546131     -5.612700     56.37988             35
    +#> 8952  VR2AR-546131     -5.612700     56.37988             35
    +#> 8953  VR2AR-546131     -5.612700     56.37988             35
    +#> 8954  VR2AR-546131     -5.612700     56.37988             35
    +#> 8955  VR2AR-546131     -5.612700     56.37988             35
    +#> 8956  VR2AR-546131     -5.612700     56.37988             35
    +#> 8957  VR2AR-546135     -5.657067     56.38803             85
    +#> 8958  VR2AR-546135     -5.657067     56.38803             85
    +#> 8959  VR2AR-546135     -5.657067     56.38803             85
    +#> 8960  VR2AR-546135     -5.657067     56.38803             85
    +#> 8961  VR2AR-546135     -5.657067     56.38803             85
    +#> 8962  VR2AR-546135     -5.657067     56.38803             85
    +#> 8963  VR2AR-546135     -5.657067     56.38803             85
    +#> 8964  VR2AR-546135     -5.657067     56.38803             85
    +#> 8965  VR2AR-546135     -5.657067     56.38803             85
    +#> 8966  VR2AR-546135     -5.657067     56.38803             85
    +#> 8967  VR2AR-546135     -5.657067     56.38803             85
    +#> 8968  VR2AR-546135     -5.657067     56.38803             85
    +#> 8969  VR2AR-546135     -5.657067     56.38803             85
    +#> 8970  VR2AR-546135     -5.657067     56.38803             85
    +#> 8971  VR2AR-546135     -5.657067     56.38803             85
    +#> 8972  VR2AR-546135     -5.657067     56.38803             85
    +#> 8973  VR2AR-546135     -5.657067     56.38803             85
    +#> 8974  VR2AR-546135     -5.657067     56.38803             85
    +#> 8975  VR2AR-546135     -5.657067     56.38803             85
    +#> 8976  VR2AR-546135     -5.657067     56.38803             85
    +#> 8977  VR2AR-546135     -5.657067     56.38803             85
    +#> 8978  VR2AR-546135     -5.657067     56.38803             85
    +#> 8979  VR2AR-546135     -5.657067     56.38803             85
    +#> 8980  VR2AR-546135     -5.657067     56.38803             85
    +#> 8981  VR2AR-546135     -5.657067     56.38803             85
    +#> 8982  VR2AR-546135     -5.657067     56.38803             85
    +#> 8983  VR2AR-546135     -5.657067     56.38803             85
    +#> 8984  VR2AR-546134     -5.643867     56.38278            145
    +#> 8985  VR2AR-546134     -5.643867     56.38278            145
    +#> 8986  VR2AR-546134     -5.643867     56.38278            145
    +#> 8987  VR2AR-546134     -5.643867     56.38278            145
    +#> 8988  VR2AR-546134     -5.643867     56.38278            145
    +#> 8989  VR2AR-546134     -5.643867     56.38278            145
    +#> 8990  VR2AR-546134     -5.643867     56.38278            145
    +#> 8991  VR2AR-546134     -5.643867     56.38278            145
    +#> 8992  VR2AR-546134     -5.643867     56.38278            145
    +#> 8993  VR2AR-546134     -5.643867     56.38278            145
    +#> 8994  VR2AR-546134     -5.643867     56.38278            145
    +#> 8995  VR2AR-546135     -5.657067     56.38803             85
    +#> 8996  VR2AR-546135     -5.657067     56.38803             85
    +#> 8997  VR2AR-546135     -5.657067     56.38803             85
    +#> 8998  VR2AR-546135     -5.657067     56.38803             85
    +#> 8999  VR2AR-546135     -5.657067     56.38803             85
    +#> 9000  VR2AR-546135     -5.657067     56.38803             85
    +#> 9001  VR2AR-546135     -5.657067     56.38803             85
    +#> 9002  VR2AR-546135     -5.657067     56.38803             85
    +#> 9003  VR2AR-546135     -5.657067     56.38803             85
    +#> 9004  VR2AR-546135     -5.657067     56.38803             85
    +#> 9005  VR2AR-546135     -5.657067     56.38803             85
    +#> 9006  VR2AR-546135     -5.657067     56.38803             85
    +#> 9007  VR2AR-546135     -5.657067     56.38803             85
    +#> 9008  VR2AR-546135     -5.657067     56.38803             85
    +#> 9009  VR2AR-546135     -5.657067     56.38803             85
    +#> 9010  VR2AR-546135     -5.657067     56.38803             85
    +#> 9011  VR2AR-546135     -5.657067     56.38803             85
    +#> 9012  VR2AR-546135     -5.657067     56.38803             85
    +#> 9013  VR2AR-546135     -5.657067     56.38803             85
    +#> 9014  VR2AR-546135     -5.657067     56.38803             85
    +#> 9015  VR2AR-546135     -5.657067     56.38803             85
    +#> 9016  VR2AR-546135     -5.657067     56.38803             85
    +#> 9017  VR2AR-546135     -5.657067     56.38803             85
    +#> 9018  VR2AR-546135     -5.657067     56.38803             85
    +#> 9019  VR2AR-546135     -5.657067     56.38803             85
    +#> 9020  VR2AR-546135     -5.657067     56.38803             85
    +#> 9021  VR2AR-546135     -5.657067     56.38803             85
    +#> 9022  VR2AR-546135     -5.657067     56.38803             85
    +#> 9023  VR2AR-546135     -5.657067     56.38803             85
    +#> 9024  VR2AR-546135     -5.657067     56.38803             85
    +#> 9025  VR2AR-546135     -5.657067     56.38803             85
    +#> 9026  VR2AR-546135     -5.657067     56.38803             85
    +#> 9027  VR2AR-546135     -5.657067     56.38803             85
    +#> 9028  VR2AR-546135     -5.657067     56.38803             85
    +#> 9029  VR2AR-546135     -5.657067     56.38803             85
    +#> 9030  VR2AR-546135     -5.657067     56.38803             85
    +#> 9031  VR2AR-546135     -5.657067     56.38803             85
    +#> 9032  VR2AR-546135     -5.657067     56.38803             85
    +#> 9033  VR2AR-546135     -5.657067     56.38803             85
    +#> 9034  VR2AR-546135     -5.657067     56.38803             85
    +#> 9035  VR2AR-546135     -5.657067     56.38803             85
    +#> 9036  VR2AR-546135     -5.657067     56.38803             85
    +#> 9037  VR2AR-546135     -5.657067     56.38803             85
    +#> 9038  VR2AR-546135     -5.657067     56.38803             85
    +#> 9039  VR2AR-546131     -5.612700     56.37988             35
    +#> 9040  VR2AR-546131     -5.612700     56.37988             35
    +#> 9041  VR2AR-546131     -5.612700     56.37988             35
    +#> 9042  VR2AR-546131     -5.612700     56.37988             35
    +#> 9043  VR2AR-546131     -5.612700     56.37988             35
    +#> 9044  VR2AR-546131     -5.612700     56.37988             35
    +#> 9045  VR2AR-546131     -5.612700     56.37988             35
    +#> 9046  VR2AR-546131     -5.612700     56.37988             35
    +#> 9047  VR2AR-546131     -5.612700     56.37988             35
    +#> 9048  VR2AR-546131     -5.612700     56.37988             35
    +#> 9049  VR2AR-546131     -5.612700     56.37988             35
    +#> 9050  VR2AR-546131     -5.612700     56.37988             35
    +#> 9051  VR2AR-546131     -5.612700     56.37988             35
    +#> 9052  VR2AR-546131     -5.612700     56.37988             35
    +#> 9053  VR2AR-546131     -5.612700     56.37988             35
    +#> 9054  VR2AR-546131     -5.612700     56.37988             35
    +#> 9055  VR2AR-546131     -5.612700     56.37988             35
    +#> 9056  VR2AR-546131     -5.612700     56.37988             35
    +#> 9057  VR2AR-546131     -5.612700     56.37988             35
    +#> 9058  VR2AR-546131     -5.612700     56.37988             35
    +#> 9059  VR2AR-546131     -5.612700     56.37988             35
    +#> 9060  VR2AR-546131     -5.612700     56.37988             35
    +#> 9061  VR2AR-546131     -5.612700     56.37988             35
    +#> 9062  VR2AR-546131     -5.612700     56.37988             35
    +#> 9063  VR2AR-546131     -5.612700     56.37988             35
    +#> 9064  VR2AR-546131     -5.612700     56.37988             35
    +#> 9065  VR2AR-546131     -5.612700     56.37988             35
    +#> 9066  VR2AR-546131     -5.612700     56.37988             35
    +#> 9067  VR2AR-546131     -5.612700     56.37988             35
    +#> 9068  VR2AR-546131     -5.612700     56.37988             35
    +#> 9069  VR2AR-546131     -5.612700     56.37988             35
    +#> 9070  VR2AR-546131     -5.612700     56.37988             35
    +#> 9071  VR2AR-546131     -5.612700     56.37988             35
    +#> 9072  VR2AR-546131     -5.612700     56.37988             35
    +#> 9073  VR2AR-546131     -5.612700     56.37988             35
    +#> 9074  VR2AR-546131     -5.612700     56.37988             35
    +#> 9075  VR2AR-546131     -5.612700     56.37988             35
    +#> 9076  VR2AR-546131     -5.612700     56.37988             35
    +#> 9077  VR2AR-546131     -5.612700     56.37988             35
    +#> 9078  VR2AR-546131     -5.612700     56.37988             35
    +#> 9079  VR2AR-546131     -5.612700     56.37988             35
    +#> 9080  VR2AR-546131     -5.612700     56.37988             35
    +#> 9081  VR2AR-546131     -5.612700     56.37988             35
    +#> 9082  VR2AR-546131     -5.612700     56.37988             35
    +#> 9083  VR2AR-546131     -5.612700     56.37988             35
    +#> 9084  VR2AR-546131     -5.612700     56.37988             35
    +#> 9085  VR2AR-546131     -5.612700     56.37988             35
    +#> 9086  VR2AR-546131     -5.612700     56.37988             35
    +#> 9087  VR2AR-546131     -5.612700     56.37988             35
    +#> 9088  VR2AR-546131     -5.612700     56.37988             35
    +#> 9089  VR2AR-546131     -5.612700     56.37988             35
    +#> 9090  VR2AR-546131     -5.612700     56.37988             35
    +#> 9091  VR2AR-546131     -5.612700     56.37988             35
    +#> 9092  VR2AR-546131     -5.612700     56.37988             35
    +#> 9093  VR2AR-546131     -5.612700     56.37988             35
    +#> 9094  VR2AR-546131     -5.612700     56.37988             35
    +#> 9095  VR2AR-546131     -5.612700     56.37988             35
    +#> 9096  VR2AR-546131     -5.612700     56.37988             35
    +#> 9097  VR2AR-546131     -5.612700     56.37988             35
    +#> 9098  VR2AR-546131     -5.612700     56.37988             35
    +#> 9099  VR2AR-546131     -5.612700     56.37988             35
    +#> 9100  VR2AR-546131     -5.612700     56.37988             35
    +#> 9101  VR2AR-546131     -5.612700     56.37988             35
    +#> 9102  VR2AR-546131     -5.612700     56.37988             35
    +#> 9103  VR2AR-546131     -5.612700     56.37988             35
    +#> 9104  VR2AR-546131     -5.612700     56.37988             35
    +#> 9105  VR2AR-546131     -5.612700     56.37988             35
    +#> 9106  VR2AR-546131     -5.612700     56.37988             35
    +#> 9107  VR2AR-546131     -5.612700     56.37988             35
    +#> 9108  VR2AR-546131     -5.612700     56.37988             35
    +#> 9109  VR2AR-546131     -5.612700     56.37988             35
    +#> 9110  VR2AR-546131     -5.612700     56.37988             35
    +#> 9111  VR2AR-546131     -5.612700     56.37988             35
    +#> 9112  VR2AR-546131     -5.612700     56.37988             35
    +#> 9113  VR2AR-546131     -5.612700     56.37988             35
    +#> 9114  VR2AR-546131     -5.612700     56.37988             35
    +#> 9115  VR2AR-546131     -5.612700     56.37988             35
    +#> 9116  VR2AR-546131     -5.612700     56.37988             35
    +#> 9117  VR2AR-546131     -5.612700     56.37988             35
    +#> 9118  VR2AR-546131     -5.612700     56.37988             35
    +#> 9119  VR2AR-546131     -5.612700     56.37988             35
    +#> 9120  VR2AR-546131     -5.612700     56.37988             35
    +#> 9121  VR2AR-546131     -5.612700     56.37988             35
    +#> 9122  VR2AR-546131     -5.612700     56.37988             35
    +#> 9123  VR2AR-546131     -5.612700     56.37988             35
    +#> 9124  VR2AR-546131     -5.612700     56.37988             35
    +#> 9125  VR2AR-546131     -5.612700     56.37988             35
    +#> 9126  VR2AR-546131     -5.612700     56.37988             35
    +#> 9127  VR2AR-546131     -5.612700     56.37988             35
    +#> 9128  VR2AR-546131     -5.612700     56.37988             35
    +#> 9129  VR2AR-546131     -5.612700     56.37988             35
    +#> 9130  VR2AR-546131     -5.612700     56.37988             35
    +#> 9131  VR2AR-546131     -5.612700     56.37988             35
    +#> 9132  VR2AR-546131     -5.612700     56.37988             35
    +#> 9133  VR2AR-546131     -5.612700     56.37988             35
    +#> 9134  VR2AR-546131     -5.612700     56.37988             35
    +#> 9135  VR2AR-546131     -5.612700     56.37988             35
    +#> 9136  VR2AR-546131     -5.612700     56.37988             35
    +#> 9137  VR2AR-546131     -5.612700     56.37988             35
    +#> 9138  VR2AR-546131     -5.612700     56.37988             35
    +#> 9139  VR2AR-546131     -5.612700     56.37988             35
    +#> 9140  VR2AR-546131     -5.612700     56.37988             35
    +#> 9141  VR2AR-546131     -5.612700     56.37988             35
    +#> 9142  VR2AR-546131     -5.612700     56.37988             35
    +#> 9143  VR2AR-546131     -5.612700     56.37988             35
    +#> 9144  VR2AR-546131     -5.612700     56.37988             35
    +#> 9145  VR2AR-546131     -5.612700     56.37988             35
    +#> 9146  VR2AR-546131     -5.612700     56.37988             35
    +#> 9147  VR2AR-546131     -5.612700     56.37988             35
    +#> 9148  VR2AR-546131     -5.612700     56.37988             35
    +#> 9149  VR2AR-546131     -5.612700     56.37988             35
    +#> 9150  VR2AR-546131     -5.612700     56.37988             35
    +#> 9151  VR2AR-546131     -5.612700     56.37988             35
    +#> 9152  VR2AR-546131     -5.612700     56.37988             35
    +#> 9153  VR2AR-546131     -5.612700     56.37988             35
    +#> 9154  VR2AR-546131     -5.612700     56.37988             35
    +#> 9155  VR2AR-546131     -5.612700     56.37988             35
    +#> 9156  VR2AR-546131     -5.612700     56.37988             35
    +#> 9157  VR2AR-546131     -5.612700     56.37988             35
    +#> 9158  VR2AR-546131     -5.612700     56.37988             35
    +#> 9159  VR2AR-546131     -5.612700     56.37988             35
    +#> 9160  VR2AR-546131     -5.612700     56.37988             35
    +#> 9161  VR2AR-546131     -5.612700     56.37988             35
    +#> 9162  VR2AR-546131     -5.612700     56.37988             35
    +#> 9163  VR2AR-546131     -5.612700     56.37988             35
    +#> 9164  VR2AR-546131     -5.612700     56.37988             35
    +#> 9165  VR2AR-546131     -5.612700     56.37988             35
    +#> 9166  VR2AR-546131     -5.612700     56.37988             35
    +#> 9167  VR2AR-546131     -5.612700     56.37988             35
    +#> 9168  VR2AR-546131     -5.612700     56.37988             35
    +#> 9169  VR2AR-546131     -5.612700     56.37988             35
    +#> 9170  VR2AR-546131     -5.612700     56.37988             35
    +#> 9171  VR2AR-546131     -5.612700     56.37988             35
    +#> 9172  VR2AR-546131     -5.612700     56.37988             35
    +#> 9173  VR2AR-546131     -5.612700     56.37988             35
    +#> 9174  VR2AR-546131     -5.612700     56.37988             35
    +#> 9175  VR2AR-546131     -5.612700     56.37988             35
    +#> 9176  VR2AR-546131     -5.612700     56.37988             35
    +#> 9177  VR2AR-546131     -5.612700     56.37988             35
    +#> 9178  VR2AR-546131     -5.612700     56.37988             35
    +#> 9179  VR2AR-546131     -5.612700     56.37988             35
    +#> 9180  VR2AR-546131     -5.612700     56.37988             35
    +#> 9181  VR2AR-546131     -5.612700     56.37988             35
    +#> 9182  VR2AR-546131     -5.612700     56.37988             35
    +#> 9183  VR2AR-546131     -5.612700     56.37988             35
    +#> 9184  VR2AR-546131     -5.612700     56.37988             35
    +#> 9185  VR2AR-546131     -5.612700     56.37988             35
    +#> 9186  VR2AR-546131     -5.612700     56.37988             35
    +#> 9187  VR2AR-546131     -5.612700     56.37988             35
    +#> 9188  VR2AR-546131     -5.612700     56.37988             35
    +#> 9189  VR2AR-546131     -5.612700     56.37988             35
    +#> 9190  VR2AR-546131     -5.612700     56.37988             35
    +#> 9191  VR2AR-546131     -5.612700     56.37988             35
    +#> 9192  VR2AR-546131     -5.612700     56.37988             35
    +#> 9193  VR2AR-546131     -5.612700     56.37988             35
    +#> 9194  VR2AR-546131     -5.612700     56.37988             35
    +#> 9195  VR2AR-546131     -5.612700     56.37988             35
    +#> 9196  VR2AR-546131     -5.612700     56.37988             35
    +#> 9197  VR2AR-546131     -5.612700     56.37988             35
    +#> 9198  VR2AR-546131     -5.612700     56.37988             35
    +#> 9199  VR2AR-546131     -5.612700     56.37988             35
    +#> 9200  VR2AR-546131     -5.612700     56.37988             35
    +#> 9201  VR2AR-546133     -5.701717     56.49747             90
    +#> 9202  VR2AR-546133     -5.701717     56.49747             90
    +#> 9203  VR2AR-546133     -5.701717     56.49747             90
    +#> 9204  VR2AR-546133     -5.701717     56.49747             90
    +#> 9205  VR2AR-546133     -5.701717     56.49747             90
    +#> 9206  VR2AR-546133     -5.701717     56.49747             90
    +#> 9207  VR2AR-546133     -5.701717     56.49747             90
    +#> 9208  VR2AR-546133     -5.701717     56.49747             90
    +#> 9209  VR2AR-546133     -5.701717     56.49747             90
    +#> 9210  VR2AR-546133     -5.701717     56.49747             90
    +#> 9211  VR2AR-546133     -5.701717     56.49747             90
    +#> 9212  VR2AR-546133     -5.701717     56.49747             90
    +#> 9213  VR2AR-546133     -5.701717     56.49747             90
    +#> 9214  VR2AR-546133     -5.701717     56.49747             90
    +#> 9215  VR2AR-546133     -5.701717     56.49747             90
    +#> 9216  VR2AR-546133     -5.701717     56.49747             90
    +#> 9217  VR2AR-546133     -5.701717     56.49747             90
    +#> 9218  VR2AR-546133     -5.701717     56.49747             90
    +#> 9219  VR2AR-546133     -5.701717     56.49747             90
    +#> 9220  VR2AR-546133     -5.701717     56.49747             90
    +#> 9221  VR2AR-546133     -5.701717     56.49747             90
    +#> 9222  VR2AR-546133     -5.701717     56.49747             90
    +#> 9223  VR2AR-546133     -5.701717     56.49747             90
    +#> 9224  VR2AR-546133     -5.701717     56.49747             90
    +#> 9225  VR2AR-546133     -5.701717     56.49747             90
    +#> 9226  VR2AR-546133     -5.701717     56.49747             90
    +#> 9227  VR2AR-546133     -5.701717     56.49747             90
    +#> 9228  VR2AR-546133     -5.701717     56.49747             90
    +#> 9229  VR2AR-546133     -5.701717     56.49747             90
    +#> 9230  VR2AR-546133     -5.701717     56.49747             90
    +#> 9231  VR2AR-546133     -5.701717     56.49747             90
    +#> 9232  VR2AR-546133     -5.701717     56.49747             90
    +#> 9233  VR2AR-546133     -5.701717     56.49747             90
    +#> 9234  VR2AR-546133     -5.701717     56.49747             90
    +#> 9235  VR2AR-546133     -5.701717     56.49747             90
    +#> 9236  VR2AR-546133     -5.701717     56.49747             90
    +#> 9237  VR2AR-546133     -5.701717     56.49747             90
    +#> 9238  VR2AR-546133     -5.701717     56.49747             90
    +#> 9239  VR2AR-546133     -5.701717     56.49747             90
    +#> 9240  VR2AR-546133     -5.701717     56.49747             90
    +#> 9241  VR2AR-546133     -5.701717     56.49747             90
    +#> 9242  VR2AR-546133     -5.701717     56.49747             90
    +#> 9243  VR2AR-546133     -5.701717     56.49747             90
    +#> 9244  VR2AR-546133     -5.701717     56.49747             90
    +#> 9245  VR2AR-546133     -5.701717     56.49747             90
    +#> 9246  VR2AR-546133     -5.701717     56.49747             90
    +#> 9247  VR2AR-546133     -5.701717     56.49747             90
    +#> 9248  VR2AR-546133     -5.701717     56.49747             90
    +#> 9249  VR2AR-546133     -5.701717     56.49747             90
    +#> 9250  VR2AR-546133     -5.701717     56.49747             90
    +#> 9251  VR2AR-546133     -5.701717     56.49747             90
    +#> 9252  VR2AR-546133     -5.701717     56.49747             90
    +#> 9253  VR2AR-546133     -5.701717     56.49747             90
    +#> 9254      VR2-5637     -5.692417     56.49913             25
    +#> 9255      VR2-5637     -5.692417     56.49913             25
    +#> 9256      VR2-5637     -5.692417     56.49913             25
    +#> 9257      VR2-5637     -5.692417     56.49913             25
    +#> 9258      VR2-5637     -5.692417     56.49913             25
    +#> 9259      VR2-5637     -5.692417     56.49913             25
    +#> 9260      VR2-5637     -5.692417     56.49913             25
    +#> 9261      VR2-5637     -5.692417     56.49913             25
    +#> 9262      VR2-5637     -5.692417     56.49913             25
    +#> 9263      VR2-5637     -5.692417     56.49913             25
    +#> 9264      VR2-5637     -5.692417     56.49913             25
    +#> 9265      VR2-5637     -5.692417     56.49913             25
    +#> 9266      VR2-5637     -5.692417     56.49913             25
    +#> 9267      VR2-5637     -5.692417     56.49913             25
    +#> 9268      VR2-5637     -5.692417     56.49913             25
    +#> 9269      VR2-5637     -5.692417     56.49913             25
    +#> 9270      VR2-5637     -5.692417     56.49913             25
    +#> 9271      VR2-5637     -5.692417     56.49913             25
    +#> 9272      VR2-5637     -5.692417     56.49913             25
    +#> 9273      VR2-5637     -5.692417     56.49913             25
    +#> 9274      VR2-5637     -5.692417     56.49913             25
    +#> 9275      VR2-5637     -5.692417     56.49913             25
    +#> 9276      VR2-5637     -5.692417     56.49913             25
    +#> 9277      VR2-5637     -5.692417     56.49913             25
    +#> 9278      VR2-5637     -5.692417     56.49913             25
    +#> 9279      VR2-5637     -5.692417     56.49913             25
    +#> 9280      VR2-5637     -5.692417     56.49913             25
    +#> 9281      VR2-5637     -5.692417     56.49913             25
    +#> 9282      VR2-5637     -5.692417     56.49913             25
    +#> 9283      VR2-5637     -5.692417     56.49913             25
    +#> 9284      VR2-5637     -5.692417     56.49913             25
    +#> 9285      VR2-5637     -5.692417     56.49913             25
    +#> 9286      VR2-5637     -5.692417     56.49913             25
    +#> 9287      VR2-5637     -5.692417     56.49913             25
    +#> 9288      VR2-5637     -5.692417     56.49913             25
    +#> 9289      VR2-5637     -5.692417     56.49913             25
    +#> 9290      VR2-5637     -5.692417     56.49913             25
    +#> 9291      VR2-5637     -5.692417     56.49913             25
    +#> 9292      VR2-5637     -5.692417     56.49913             25
    +#> 9293      VR2-5637     -5.692417     56.49913             25
    +#> 9294      VR2-5637     -5.692417     56.49913             25
    +#> 9295      VR2-5637     -5.692417     56.49913             25
    +#> 9296      VR2-5637     -5.692417     56.49913             25
    +#> 9297      VR2-5637     -5.692417     56.49913             25
    +#> 9298      VR2-5637     -5.692417     56.49913             25
    +#> 9299      VR2-5637     -5.692417     56.49913             25
    +#> 9300      VR2-5637     -5.692417     56.49913             25
    +#> 9301      VR2-5637     -5.692417     56.49913             25
    +#> 9302      VR2-5637     -5.692417     56.49913             25
    +#> 9303      VR2-5637     -5.692417     56.49913             25
    +#> 9304      VR2-5637     -5.692417     56.49913             25
    +#> 9305      VR2-5637     -5.692417     56.49913             25
    +#> 9306      VR2-5637     -5.692417     56.49913             25
    +#> 9307      VR2-5637     -5.692417     56.49913             25
    +#> 9308      VR2-5637     -5.692417     56.49913             25
    +#> 9309      VR2-5637     -5.692417     56.49913             25
    +#> 9310      VR2-5637     -5.692417     56.49913             25
    +#> 9311      VR2-5637     -5.692417     56.49913             25
    +#> 9312      VR2-5637     -5.692417     56.49913             25
    +#> 9313      VR2-5637     -5.692417     56.49913             25
    +#> 9314      VR2-5637     -5.692417     56.49913             25
    +#> 9315      VR2-5637     -5.692417     56.49913             25
    +#> 9316      VR2-5637     -5.692417     56.49913             25
    +#> 9317      VR2-5637     -5.692417     56.49913             25
    +#> 9318      VR2-5637     -5.692417     56.49913             25
    +#> 9319      VR2-5637     -5.692417     56.49913             25
    +#> 9320      VR2-5637     -5.692417     56.49913             25
    +#> 9321      VR2-5637     -5.692417     56.49913             25
    +#> 9322      VR2-5637     -5.692417     56.49913             25
    +#> 9323      VR2-5637     -5.692417     56.49913             25
    +#> 9324      VR2-5637     -5.692417     56.49913             25
    +#> 9325      VR2-5637     -5.692417     56.49913             25
    +#> 9326      VR2-5637     -5.692417     56.49913             25
    +#> 9327      VR2-5637     -5.692417     56.49913             25
    +#> 9328      VR2-5637     -5.692417     56.49913             25
    +#> 9329      VR2-5637     -5.692417     56.49913             25
    +#> 9330      VR2-5637     -5.692417     56.49913             25
    +#> 9331      VR2-5637     -5.692417     56.49913             25
    +#> 9332      VR2-5637     -5.692417     56.49913             25
    +#> 9333      VR2-5637     -5.692417     56.49913             25
    +#> 9334      VR2-5637     -5.692417     56.49913             25
    +#> 9335      VR2-5637     -5.692417     56.49913             25
    +#> 9336      VR2-5637     -5.692417     56.49913             25
    +#> 9337  VR2AR-546133     -5.701717     56.49747             90
    +#> 9338      VR2-5637     -5.692417     56.49913             25
    +#> 9339  VR2AR-546133     -5.701717     56.49747             90
    +#> 9340  VR2AR-546133     -5.701717     56.49747             90
    +#> 9341      VR2-5637     -5.692417     56.49913             25
    +#> 9342      VR2-5637     -5.692417     56.49913             25
    +#> 9343      VR2-5637     -5.692417     56.49913             25
    +#> 9344  VR2AR-546133     -5.701717     56.49747             90
    +#> 9345  VR2AR-546133     -5.701717     56.49747             90
    +#> 9346      VR2-5637     -5.692417     56.49913             25
    +#> 9347  VR2AR-546133     -5.701717     56.49747             90
    +#> 9348      VR2-5637     -5.692417     56.49913             25
    +#> 9349  VR2AR-546133     -5.701717     56.49747             90
    +#> 9350  VR2AR-546133     -5.701717     56.49747             90
    +#> 9351      VR2-5637     -5.692417     56.49913             25
    +#> 9352  VR2AR-546133     -5.701717     56.49747             90
    +#> 9353  VR2AR-546133     -5.701717     56.49747             90
    +#> 9354  VR2AR-546133     -5.701717     56.49747             90
    +#> 9355      VR2-5637     -5.692417     56.49913             25
    +#> 9356  VR2AR-546133     -5.701717     56.49747             90
    +#> 9357  VR2AR-546133     -5.701717     56.49747             90
    +#> 9358  VR2AR-546133     -5.701717     56.49747             90
    +#> 9359  VR2AR-546133     -5.701717     56.49747             90
    +#> 9360  VR2AR-546133     -5.701717     56.49747             90
    +#> 9361  VR2AR-546133     -5.701717     56.49747             90
    +#> 9362  VR2AR-546133     -5.701717     56.49747             90
    +#> 9363  VR2AR-546133     -5.701717     56.49747             90
    +#> 9364  VR2AR-546133     -5.701717     56.49747             90
    +#> 9365  VR2AR-546133     -5.701717     56.49747             90
    +#> 9366  VR2AR-546133     -5.701717     56.49747             90
    +#> 9367  VR2AR-546133     -5.701717     56.49747             90
    +#> 9368  VR2AR-546133     -5.701717     56.49747             90
    +#> 9369  VR2AR-546380     -5.637917     56.44800             25
    +#> 9370  VR2AR-546380     -5.637917     56.44800             25
    +#> 9371  VR2AR-546380     -5.637917     56.44800             25
    +#> 9372  VR2AR-546380     -5.637917     56.44800             25
    +#> 9373  VR2AR-546380     -5.637917     56.44800             25
    +#> 9374  VR2AR-546380     -5.637917     56.44800             25
    +#> 9375  VR2AR-546380     -5.637917     56.44800             25
    +#> 9376  VR2AR-546380     -5.637917     56.44800             25
    +#> 9377  VR2AR-546136     -5.626250     56.44810             75
    +#> 9378  VR2AR-546136     -5.626250     56.44810             75
    +#> 9379  VR2AR-546131     -5.612700     56.37988             35
    +#> 9380  VR2AR-546131     -5.612700     56.37988             35
    +#> 9381  VR2AR-546131     -5.612700     56.37988             35
    +#> 9382  VR2AR-546131     -5.612700     56.37988             35
    +#> 9383  VR2AR-546131     -5.612700     56.37988             35
    +#> 9384  VR2AR-546131     -5.612700     56.37988             35
    +#> 9385  VR2AR-546131     -5.612700     56.37988             35
    +#> 9386  VR2AR-546131     -5.612700     56.37988             35
    +#> 9387  VR2AR-546131     -5.612700     56.37988             35
    +#> 9388  VR2AR-546131     -5.612700     56.37988             35
    +#> 9389  VR2AR-546131     -5.612700     56.37988             35
    +#> 9390  VR2AR-546584     -5.604973     56.37774             30
    +#> 9391  VR2AR-546131     -5.612700     56.37988             35
    +#> 9392  VR2AR-546131     -5.612700     56.37988             35
    +#> 9393  VR2AR-546131     -5.612700     56.37988             35
    +#> 9394  VR2AR-546131     -5.612700     56.37988             35
    +#> 9395  VR2AR-546584     -5.604973     56.37774             30
    +#> 9396  VR2AR-546131     -5.612700     56.37988             35
    +#> 9397  VR2AR-546584     -5.604973     56.37774             30
    +#> 9398  VR2AR-546584     -5.604973     56.37774             30
    +#> 9399  VR2AR-546131     -5.612700     56.37988             35
    +#> 9400  VR2AR-546584     -5.604973     56.37774             30
    +#> 9401  VR2AR-546131     -5.612700     56.37988             35
    +#> 9402  VR2AR-546584     -5.604973     56.37774             30
    +#> 9403  VR2AR-546584     -5.604973     56.37774             30
    +#> 9404  VR2AR-546131     -5.612700     56.37988             35
    +#> 9405  VR2AR-546131     -5.612700     56.37988             35
    +#> 9406  VR2AR-546131     -5.612700     56.37988             35
    +#> 9407  VR2AR-546131     -5.612700     56.37988             35
    +#> 9408  VR2AR-546584     -5.604973     56.37774             30
    +#> 9409  VR2AR-546131     -5.612700     56.37988             35
    +#> 9410  VR2AR-546584     -5.604973     56.37774             30
    +#> 9411  VR2AR-546131     -5.612700     56.37988             35
    +#> 9412  VR2AR-546131     -5.612700     56.37988             35
    +#> 9413  VR2AR-546584     -5.604973     56.37774             30
    +#> 9414  VR2AR-546131     -5.612700     56.37988             35
    +#> 9415  VR2AR-546131     -5.612700     56.37988             35
    +#> 9416  VR2AR-546131     -5.612700     56.37988             35
    +#> 9417  VR2AR-546131     -5.612700     56.37988             35
    +#> 9418  VR2AR-546131     -5.612700     56.37988             35
    +#> 9419  VR2AR-546131     -5.612700     56.37988             35
    +#> 9420  VR2AR-546131     -5.612700     56.37988             35
    +#> 9421  VR2AR-546131     -5.612700     56.37988             35
    +#> 9422  VR2AR-546131     -5.612700     56.37988             35
    +#> 9423  VR2AR-546131     -5.612700     56.37988             35
    +#> 9424  VR2AR-546131     -5.612700     56.37988             35
    +#> 9425  VR2AR-546131     -5.612700     56.37988             35
    +#> 9426  VR2AR-546131     -5.612700     56.37988             35
    +#> 9427  VR2AR-546131     -5.612700     56.37988             35
    +#> 9428  VR2AR-546131     -5.612700     56.37988             35
    +#> 9429  VR2AR-546131     -5.612700     56.37988             35
    +#> 9430  VR2AR-546131     -5.612700     56.37988             35
    +#> 9431  VR2AR-546131     -5.612700     56.37988             35
    +#> 9432  VR2AR-546131     -5.612700     56.37988             35
    +#> 9433  VR2AR-546131     -5.612700     56.37988             35
    +#> 9434  VR2AR-546131     -5.612700     56.37988             35
    +#> 9435  VR2AR-546131     -5.612700     56.37988             35
    +#> 9436  VR2AR-546131     -5.612700     56.37988             35
    +#> 9437  VR2AR-546131     -5.612700     56.37988             35
    +#> 9438  VR2AR-546131     -5.612700     56.37988             35
    +#> 9439  VR2AR-546131     -5.612700     56.37988             35
    +#> 9440  VR2AR-546131     -5.612700     56.37988             35
    +#> 9441  VR2AR-546131     -5.612700     56.37988             35
    +#> 9442  VR2AR-546131     -5.612700     56.37988             35
    +#> 9443  VR2AR-546131     -5.612700     56.37988             35
    +#> 9444  VR2AR-546131     -5.612700     56.37988             35
    +#> 9445  VR2AR-546131     -5.612700     56.37988             35
    +#> 9446  VR2AR-546131     -5.612700     56.37988             35
    +#> 9447  VR2AR-546131     -5.612700     56.37988             35
    +#> 9448  VR2AR-546131     -5.612700     56.37988             35
    +#> 9449  VR2AR-546131     -5.612700     56.37988             35
    +#> 9450  VR2AR-546131     -5.612700     56.37988             35
    +#> 9451  VR2AR-546131     -5.612700     56.37988             35
    +#> 9452  VR2AR-546131     -5.612700     56.37988             35
    +#> 9453  VR2AR-546131     -5.612700     56.37988             35
    +#> 9454  VR2AR-546131     -5.612700     56.37988             35
    +#> 9455  VR2AR-546131     -5.612700     56.37988             35
    +#> 9456  VR2AR-546131     -5.612700     56.37988             35
    +#> 9457  VR2AR-546131     -5.612700     56.37988             35
    +#> 9458  VR2AR-546131     -5.612700     56.37988             35
    +#> 9459  VR2AR-546131     -5.612700     56.37988             35
    +#> 9460  VR2AR-546131     -5.612700     56.37988             35
    +#> 9461  VR2AR-546131     -5.612700     56.37988             35
    +#> 9462  VR2AR-546131     -5.612700     56.37988             35
    +#> 9463  VR2AR-546131     -5.612700     56.37988             35
    +#> 9464  VR2AR-546131     -5.612700     56.37988             35
    +#> 9465  VR2AR-546131     -5.612700     56.37988             35
    +#> 9466  VR2AR-546131     -5.612700     56.37988             35
    +#> 9467  VR2AR-546131     -5.612700     56.37988             35
    +#> 9468  VR2AR-546131     -5.612700     56.37988             35
    +#> 9469  VR2AR-546131     -5.612700     56.37988             35
    +#> 9470  VR2AR-546131     -5.612700     56.37988             35
    +#> 9471  VR2AR-546131     -5.612700     56.37988             35
    +#> 9472  VR2AR-546131     -5.612700     56.37988             35
    +#> 9473  VR2AR-546131     -5.612700     56.37988             35
    +#> 9474  VR2AR-546131     -5.612700     56.37988             35
    +#> 9475  VR2AR-546131     -5.612700     56.37988             35
    +#> 9476  VR2AR-546131     -5.612700     56.37988             35
    +#> 9477  VR2AR-546131     -5.612700     56.37988             35
    +#> 9478  VR2AR-546131     -5.612700     56.37988             35
    +#> 9479  VR2AR-546131     -5.612700     56.37988             35
    +#> 9480  VR2AR-546131     -5.612700     56.37988             35
    +#> 9481  VR2AR-546131     -5.612700     56.37988             35
    +#> 9482  VR2AR-546131     -5.612700     56.37988             35
    +#> 9483  VR2AR-546131     -5.612700     56.37988             35
    +#> 9484  VR2AR-546131     -5.612700     56.37988             35
    +#> 9485  VR2AR-546131     -5.612700     56.37988             35
    +#> 9486  VR2AR-546131     -5.612700     56.37988             35
    +#> 9487  VR2AR-546131     -5.612700     56.37988             35
    +#> 9488  VR2AR-546131     -5.612700     56.37988             35
    +#> 9489  VR2AR-546131     -5.612700     56.37988             35
    +#> 9490  VR2AR-546131     -5.612700     56.37988             35
    +#> 9491  VR2AR-546131     -5.612700     56.37988             35
    +#> 9492  VR2AR-546131     -5.612700     56.37988             35
    +#> 9493  VR2AR-546131     -5.612700     56.37988             35
    +#> 9494  VR2AR-546131     -5.612700     56.37988             35
    +#> 9495  VR2AR-546131     -5.612700     56.37988             35
    +#> 9496  VR2AR-546131     -5.612700     56.37988             35
    +#> 9497  VR2AR-546131     -5.612700     56.37988             35
    +#> 9498  VR2AR-546131     -5.612700     56.37988             35
    +#> 9499  VR2AR-546131     -5.612700     56.37988             35
    +#> 9500  VR2AR-546131     -5.612700     56.37988             35
    +#> 9501  VR2AR-546131     -5.612700     56.37988             35
    +#> 9502  VR2AR-546131     -5.612700     56.37988             35
    +#> 9503  VR2AR-546131     -5.612700     56.37988             35
    +#> 9504  VR2AR-546131     -5.612700     56.37988             35
    +#> 9505  VR2AR-546131     -5.612700     56.37988             35
    +#> 9506  VR2AR-546131     -5.612700     56.37988             35
    +#> 9507  VR2AR-546131     -5.612700     56.37988             35
    +#> 9508  VR2AR-546131     -5.612700     56.37988             35
    +#> 9509  VR2AR-546131     -5.612700     56.37988             35
    +#> 9510  VR2AR-546131     -5.612700     56.37988             35
    +#> 9511  VR2AR-546131     -5.612700     56.37988             35
    +#> 9512  VR2AR-546131     -5.612700     56.37988             35
    +#> 9513  VR2AR-546131     -5.612700     56.37988             35
    +#> 9514  VR2AR-546131     -5.612700     56.37988             35
    +#> 9515  VR2AR-546131     -5.612700     56.37988             35
    +#> 9516  VR2AR-546131     -5.612700     56.37988             35
    +#> 9517  VR2AR-546131     -5.612700     56.37988             35
    +#> 9518  VR2AR-546131     -5.612700     56.37988             35
    +#> 9519  VR2AR-546131     -5.612700     56.37988             35
    +#> 9520  VR2AR-546131     -5.612700     56.37988             35
    +#> 9521  VR2AR-546131     -5.612700     56.37988             35
    +#> 9522  VR2AR-546131     -5.612700     56.37988             35
    +#> 9523  VR2AR-546131     -5.612700     56.37988             35
    +#> 9524  VR2AR-546131     -5.612700     56.37988             35
    +#> 9525  VR2AR-546131     -5.612700     56.37988             35
    +#> 9526  VR2AR-546131     -5.612700     56.37988             35
    +#> 9527  VR2AR-546131     -5.612700     56.37988             35
    +#> 9528  VR2AR-546131     -5.612700     56.37988             35
    +#> 9529  VR2AR-546131     -5.612700     56.37988             35
    +#> 9530  VR2AR-546131     -5.612700     56.37988             35
    +#> 9531  VR2AR-546131     -5.612700     56.37988             35
    +#> 9532  VR2AR-546131     -5.612700     56.37988             35
    +#> 9533  VR2AR-546131     -5.612700     56.37988             35
    +#> 9534  VR2AR-546131     -5.612700     56.37988             35
    +#> 9535  VR2AR-546131     -5.612700     56.37988             35
    +#> 9536  VR2AR-546131     -5.612700     56.37988             35
    +#> 9537  VR2AR-546131     -5.612700     56.37988             35
    +#> 9538  VR2AR-546131     -5.612700     56.37988             35
    +#> 9539  VR2AR-546131     -5.612700     56.37988             35
    +#> 9540  VR2AR-546131     -5.612700     56.37988             35
    +#> 9541  VR2AR-546131     -5.612700     56.37988             35
    +#> 9542  VR2AR-546131     -5.612700     56.37988             35
    +#> 9543  VR2AR-546131     -5.612700     56.37988             35
    +#> 9544  VR2AR-546131     -5.612700     56.37988             35
    +#> 9545  VR2AR-546131     -5.612700     56.37988             35
    +#> 9546  VR2AR-546131     -5.612700     56.37988             35
    +#> 9547  VR2AR-546131     -5.612700     56.37988             35
    +#> 9548  VR2AR-546131     -5.612700     56.37988             35
    +#> 9549  VR2AR-546131     -5.612700     56.37988             35
    +#> 9550  VR2AR-546131     -5.612700     56.37988             35
    +#> 9551  VR2AR-546131     -5.612700     56.37988             35
    +#> 9552  VR2AR-546131     -5.612700     56.37988             35
    +#> 9553  VR2AR-546131     -5.612700     56.37988             35
    +#> 9554  VR2AR-546131     -5.612700     56.37988             35
    +#> 9555  VR2AR-546131     -5.612700     56.37988             35
    +#> 9556  VR2AR-546131     -5.612700     56.37988             35
    +#> 9557  VR2AR-546131     -5.612700     56.37988             35
    +#> 9558  VR2AR-546131     -5.612700     56.37988             35
    +#> 9559  VR2AR-546131     -5.612700     56.37988             35
    +#> 9560  VR2AR-546131     -5.612700     56.37988             35
    +#> 9561  VR2AR-546131     -5.612700     56.37988             35
    +#> 9562  VR2AR-546131     -5.612700     56.37988             35
    +#> 9563  VR2AR-546131     -5.612700     56.37988             35
    +#> 9564  VR2AR-546131     -5.612700     56.37988             35
    +#> 9565  VR2AR-546131     -5.612700     56.37988             35
    +#> 9566  VR2AR-546131     -5.612700     56.37988             35
    +#> 9567  VR2AR-546131     -5.612700     56.37988             35
    +#> 9568  VR2AR-546131     -5.612700     56.37988             35
    +#> 9569  VR2AR-546131     -5.612700     56.37988             35
    +#> 9570  VR2AR-546131     -5.612700     56.37988             35
    +#> 9571  VR2AR-546131     -5.612700     56.37988             35
    +#> 9572  VR2AR-546131     -5.612700     56.37988             35
    +#> 9573  VR2AR-546131     -5.612700     56.37988             35
    +#> 9574  VR2AR-546131     -5.612700     56.37988             35
    +#> 9575  VR2AR-546131     -5.612700     56.37988             35
    +#> 9576  VR2AR-546131     -5.612700     56.37988             35
    +#> 9577  VR2AR-546131     -5.612700     56.37988             35
    +#> 9578  VR2AR-546131     -5.612700     56.37988             35
    +#> 9579  VR2AR-546131     -5.612700     56.37988             35
    +#> 9580  VR2AR-546131     -5.612700     56.37988             35
    +#> 9581  VR2AR-546131     -5.612700     56.37988             35
    +#> 9582  VR2AR-546131     -5.612700     56.37988             35
    +#> 9583  VR2AR-546131     -5.612700     56.37988             35
    +#> 9584  VR2AR-546131     -5.612700     56.37988             35
    +#> 9585  VR2AR-546131     -5.612700     56.37988             35
    +#> 9586  VR2AR-546131     -5.612700     56.37988             35
    +#> 9587  VR2AR-546131     -5.612700     56.37988             35
    +#> 9588  VR2AR-546131     -5.612700     56.37988             35
    +#> 9589  VR2AR-546131     -5.612700     56.37988             35
    +#> 9590  VR2AR-546131     -5.612700     56.37988             35
    +#> 9591  VR2AR-546131     -5.612700     56.37988             35
    +#> 9592  VR2AR-546131     -5.612700     56.37988             35
    +#> 9593  VR2AR-546131     -5.612700     56.37988             35
    +#> 9594  VR2AR-546131     -5.612700     56.37988             35
    +#> 9595  VR2AR-546131     -5.612700     56.37988             35
    +#> 9596  VR2AR-546131     -5.612700     56.37988             35
    +#> 9597  VR2AR-546131     -5.612700     56.37988             35
    +#> 9598  VR2AR-546131     -5.612700     56.37988             35
    +#> 9599  VR2AR-546131     -5.612700     56.37988             35
    +#> 9600  VR2AR-546131     -5.612700     56.37988             35
    +#> 9601  VR2AR-546131     -5.612700     56.37988             35
    +#> 9602  VR2AR-546131     -5.612700     56.37988             35
    +#> 9603  VR2AR-546131     -5.612700     56.37988             35
    +#> 9604  VR2AR-546131     -5.612700     56.37988             35
    +#> 9605  VR2AR-546131     -5.612700     56.37988             35
    +#> 9606  VR2AR-546131     -5.612700     56.37988             35
    +#> 9607  VR2AR-546131     -5.612700     56.37988             35
    +#> 9608  VR2AR-546131     -5.612700     56.37988             35
    +#> 9609  VR2AR-546131     -5.612700     56.37988             35
    +#> 9610  VR2AR-546131     -5.612700     56.37988             35
    +#> 9611  VR2AR-546131     -5.612700     56.37988             35
    +#> 9612  VR2AR-546131     -5.612700     56.37988             35
    +#> 9613  VR2AR-546131     -5.612700     56.37988             35
    +#> 9614  VR2AR-546131     -5.612700     56.37988             35
    +#> 9615  VR2AR-546131     -5.612700     56.37988             35
    +#> 9616  VR2AR-546131     -5.612700     56.37988             35
    +#> 9617  VR2AR-546131     -5.612700     56.37988             35
    +#> 9618  VR2AR-546131     -5.612700     56.37988             35
    +#> 9619  VR2AR-546131     -5.612700     56.37988             35
    +#> 9620  VR2AR-546131     -5.612700     56.37988             35
    +#> 9621  VR2AR-546131     -5.612700     56.37988             35
    +#> 9622  VR2AR-546131     -5.612700     56.37988             35
    +#> 9623  VR2AR-546131     -5.612700     56.37988             35
    +#> 9624  VR2AR-546131     -5.612700     56.37988             35
    +#> 9625  VR2AR-546131     -5.612700     56.37988             35
    +#> 9626  VR2AR-546131     -5.612700     56.37988             35
    +#> 9627  VR2AR-546131     -5.612700     56.37988             35
    +#> 9628  VR2AR-546131     -5.612700     56.37988             35
    +#> 9629  VR2AR-546131     -5.612700     56.37988             35
    +#> 9630  VR2AR-546131     -5.612700     56.37988             35
    +#> 9631  VR2AR-546131     -5.612700     56.37988             35
    +#> 9632  VR2AR-546131     -5.612700     56.37988             35
    +#> 9633  VR2AR-546131     -5.612700     56.37988             35
    +#> 9634  VR2AR-546131     -5.612700     56.37988             35
    +#> 9635  VR2AR-546131     -5.612700     56.37988             35
    +#> 9636  VR2AR-546131     -5.612700     56.37988             35
    +#> 9637  VR2AR-546131     -5.612700     56.37988             35
    +#> 9638  VR2AR-546131     -5.612700     56.37988             35
    +#> 9639  VR2AR-546131     -5.612700     56.37988             35
    +#> 9640  VR2AR-546131     -5.612700     56.37988             35
    +#> 9641  VR2AR-546131     -5.612700     56.37988             35
    +#> 9642  VR2AR-546131     -5.612700     56.37988             35
    +#> 9643  VR2AR-546131     -5.612700     56.37988             35
    +#> 9644  VR2AR-546131     -5.612700     56.37988             35
    +#> 9645  VR2AR-546131     -5.612700     56.37988             35
    +#> 9646  VR2AR-546131     -5.612700     56.37988             35
    +#> 9647  VR2AR-546131     -5.612700     56.37988             35
    +#> 9648  VR2AR-546131     -5.612700     56.37988             35
    +#> 9649  VR2AR-546131     -5.612700     56.37988             35
    +#> 9650  VR2AR-546131     -5.612700     56.37988             35
    +#> 9651  VR2AR-546131     -5.612700     56.37988             35
    +#> 9652  VR2AR-546131     -5.612700     56.37988             35
    +#> 9653  VR2AR-546131     -5.612700     56.37988             35
    +#> 9654  VR2AR-546131     -5.612700     56.37988             35
    +#> 9655  VR2AR-546131     -5.612700     56.37988             35
    +#> 9656  VR2AR-546131     -5.612700     56.37988             35
    +#> 9657  VR2AR-546131     -5.612700     56.37988             35
    +#> 9658  VR2AR-546131     -5.612700     56.37988             35
    +#> 9659  VR2AR-546131     -5.612700     56.37988             35
    +#> 9660  VR2AR-546131     -5.612700     56.37988             35
    +#> 9661  VR2AR-546131     -5.612700     56.37988             35
    +#> 9662  VR2AR-546131     -5.612700     56.37988             35
    +#> 9663  VR2AR-546131     -5.612700     56.37988             35
    +#> 9664  VR2AR-546131     -5.612700     56.37988             35
    +#> 9665  VR2AR-546131     -5.612700     56.37988             35
    +#> 9666  VR2AR-546131     -5.612700     56.37988             35
    +#> 9667  VR2AR-546131     -5.612700     56.37988             35
    +#> 9668  VR2AR-546131     -5.612700     56.37988             35
    +#> 9669  VR2AR-546131     -5.612700     56.37988             35
    +#> 9670  VR2AR-546131     -5.612700     56.37988             35
    +#> 9671  VR2AR-546131     -5.612700     56.37988             35
    +#> 9672  VR2AR-546131     -5.612700     56.37988             35
    +#> 9673  VR2AR-546131     -5.612700     56.37988             35
    +#> 9674  VR2AR-546131     -5.612700     56.37988             35
    +#> 9675  VR2AR-546131     -5.612700     56.37988             35
    +#> 9676  VR2AR-546131     -5.612700     56.37988             35
    +#> 9677  VR2AR-546131     -5.612700     56.37988             35
    +#> 9678  VR2AR-546131     -5.612700     56.37988             35
    +#> 9679  VR2AR-546131     -5.612700     56.37988             35
    +#> 9680  VR2AR-546131     -5.612700     56.37988             35
    +#> 9681  VR2AR-546131     -5.612700     56.37988             35
    +#> 9682  VR2AR-546131     -5.612700     56.37988             35
    +#> 9683  VR2AR-546131     -5.612700     56.37988             35
    +#> 9684  VR2AR-546131     -5.612700     56.37988             35
    +#> 9685  VR2AR-546131     -5.612700     56.37988             35
    +#> 9686  VR2AR-546131     -5.612700     56.37988             35
    +#> 9687  VR2AR-546131     -5.612700     56.37988             35
    +#> 9688  VR2AR-546131     -5.612700     56.37988             35
    +#> 9689  VR2AR-546584     -5.604973     56.37774             30
    +#> 9690  VR2AR-546131     -5.612700     56.37988             35
    +#> 9691  VR2AR-546584     -5.604973     56.37774             30
    +#> 9692  VR2AR-546131     -5.612700     56.37988             35
    +#> 9693  VR2AR-546131     -5.612700     56.37988             35
    +#> 9694  VR2AR-546584     -5.604973     56.37774             30
    +#> 9695  VR2AR-546131     -5.612700     56.37988             35
    +#> 9696  VR2AR-546584     -5.604973     56.37774             30
    +#> 9697  VR2AR-546131     -5.612700     56.37988             35
    +#> 9698  VR2AR-546131     -5.612700     56.37988             35
    +#> 9699  VR2AR-546584     -5.604973     56.37774             30
    +#> 9700  VR2AR-546131     -5.612700     56.37988             35
    +#> 9701  VR2AR-546584     -5.604973     56.37774             30
    +#> 9702  VR2AR-546584     -5.604973     56.37774             30
    +#> 9703  VR2AR-546131     -5.612700     56.37988             35
    +#> 9704  VR2AR-546584     -5.604973     56.37774             30
    +#> 9705  VR2AR-546584     -5.604973     56.37774             30
    +#> 9706  VR2AR-546584     -5.604973     56.37774             30
    +#> 9707  VR2AR-546131     -5.612700     56.37988             35
    +#> 9708  VR2AR-546131     -5.612700     56.37988             35
    +#> 9709  VR2AR-546584     -5.604973     56.37774             30
    +#> 9710  VR2AR-546584     -5.604973     56.37774             30
    +#> 9711  VR2AR-546131     -5.612700     56.37988             35
    +#> 9712  VR2AR-546584     -5.604973     56.37774             30
    +#> 9713  VR2AR-546584     -5.604973     56.37774             30
    +#> 9714  VR2AR-546584     -5.604973     56.37774             30
    +#> 9715  VR2AR-546584     -5.604973     56.37774             30
    +#> 9716  VR2AR-546584     -5.604973     56.37774             30
    +#> 9717  VR2AR-546584     -5.604973     56.37774             30
    +#> 9718  VR2AR-546131     -5.612700     56.37988             35
    +#> 9719  VR2AR-546584     -5.604973     56.37774             30
    +#> 9720  VR2AR-546584     -5.604973     56.37774             30
    +#> 9721  VR2AR-546131     -5.612700     56.37988             35
    +#> 9722  VR2AR-546584     -5.604973     56.37774             30
    +#> 9723  VR2AR-546131     -5.612700     56.37988             35
    +#> 9724  VR2AR-546131     -5.612700     56.37988             35
    +#> 9725  VR2AR-546131     -5.612700     56.37988             35
    +#> 9726  VR2AR-546131     -5.612700     56.37988             35
    +#> 9727  VR2AR-546131     -5.612700     56.37988             35
    +#> 9728  VR2AR-546131     -5.612700     56.37988             35
    +#> 9729  VR2AR-546131     -5.612700     56.37988             35
    +#> 9730  VR2AR-546584     -5.604973     56.37774             30
    +#> 9731  VR2AR-546131     -5.612700     56.37988             35
    +#> 9732  VR2AR-546584     -5.604973     56.37774             30
    +#> 9733  VR2AR-546131     -5.612700     56.37988             35
    +#> 9734  VR2AR-546131     -5.612700     56.37988             35
    +#> 9735  VR2AR-546131     -5.612700     56.37988             35
    +#> 9736  VR2AR-546131     -5.612700     56.37988             35
    +#> 9737  VR2AR-546131     -5.612700     56.37988             35
    +#> 9738  VR2AR-546131     -5.612700     56.37988             35
    +#> 9739  VR2AR-546131     -5.612700     56.37988             35
    +#> 9740  VR2AR-546131     -5.612700     56.37988             35
    +#> 9741  VR2AR-546131     -5.612700     56.37988             35
    +#> 9742  VR2AR-546131     -5.612700     56.37988             35
    +#> 9743  VR2AR-546131     -5.612700     56.37988             35
    +#> 9744  VR2AR-546131     -5.612700     56.37988             35
    +#> 9745  VR2AR-546131     -5.612700     56.37988             35
    +#> 9746  VR2AR-546131     -5.612700     56.37988             35
    +#> 9747  VR2AR-546131     -5.612700     56.37988             35
    +#> 9748  VR2AR-546131     -5.612700     56.37988             35
    +#> 9749  VR2AR-546131     -5.612700     56.37988             35
    +#> 9750  VR2AR-546380     -5.637917     56.44800             25
    +#> 9751  VR2AR-546380     -5.637917     56.44800             25
    +#> 9752  VR2AR-546380     -5.637917     56.44800             25
    +#> 9753  VR2AR-546136     -5.626250     56.44810             75
    +#> 9754  VR2AR-546136     -5.626250     56.44810             75
    +#> 9755  VR2AR-546380     -5.637917     56.44800             25
    +#> 9756  VR2AR-546380     -5.637917     56.44800             25
    +#> 9757  VR2AR-546380     -5.637917     56.44800             25
    +#> 9758  VR2AR-546380     -5.637917     56.44800             25
    +#> 9759  VR2AR-546380     -5.637917     56.44800             25
    +#> 9760  VR2AR-546380     -5.637917     56.44800             25
    +#> 9761  VR2AR-546380     -5.637917     56.44800             25
    +#> 9762  VR2AR-546380     -5.637917     56.44800             25
    +#> 9763  VR2AR-546380     -5.637917     56.44800             25
    +#> 9764  VR2AR-546380     -5.637917     56.44800             25
    +#> 9765  VR2AR-546380     -5.637917     56.44800             25
    +#> 9766  VR2AR-546380     -5.637917     56.44800             25
    +#> 9767  VR2AR-546380     -5.637917     56.44800             25
    +#> 9768  VR2AR-546380     -5.637917     56.44800             25
    +#> 9769  VR2AR-546380     -5.637917     56.44800             25
    +#> 9770  VR2AR-546380     -5.637917     56.44800             25
    +#> 9771  VR2AR-546380     -5.637917     56.44800             25
    +#> 9772  VR2AR-546380     -5.637917     56.44800             25
    +#> 9773  VR2AR-546380     -5.637917     56.44800             25
    +#> 9774  VR2AR-546380     -5.637917     56.44800             25
    +#> 9775  VR2AR-546380     -5.637917     56.44800             25
    +#> 9776  VR2AR-546380     -5.637917     56.44800             25
    +#> 9777  VR2AR-546134     -5.643867     56.38278            145
    +#> 9778  VR2AR-546134     -5.643867     56.38278            145
    +#> 9779  VR2AR-546134     -5.643867     56.38278            145
    +#> 9780  VR2AR-546134     -5.643867     56.38278            145
    +#> 9781  VR2AR-546134     -5.643867     56.38278            145
    +#> 9782  VR2AR-546134     -5.643867     56.38278            145
    +#> 9783  VR2AR-546134     -5.643867     56.38278            145
    +#> 9784  VR2AR-546134     -5.643867     56.38278            145
    +#> 9785  VR2AR-546134     -5.643867     56.38278            145
    +#> 9786  VR2AR-546134     -5.643867     56.38278            145
    +#> 9787  VR2AR-546134     -5.643867     56.38278            145
    +#> 9788  VR2AR-546134     -5.643867     56.38278            145
    +#> 9789  VR2AR-546134     -5.643867     56.38278            145
    +#> 9790  VR2AR-546134     -5.643867     56.38278            145
    +#> 9791  VR2AR-546131     -5.612700     56.37988             35
    +#> 9792  VR2AR-546131     -5.612700     56.37988             35
    +#> 9793  VR2AR-546131     -5.612700     56.37988             35
    +#> 9794  VR2AR-546131     -5.612700     56.37988             35
    +#> 9795  VR2AR-546131     -5.612700     56.37988             35
    +#> 9796  VR2AR-546131     -5.612700     56.37988             35
    +#> 9797  VR2AR-546131     -5.612700     56.37988             35
    +#> 9798  VR2AR-546131     -5.612700     56.37988             35
    +#> 9799  VR2AR-546131     -5.612700     56.37988             35
    +#> 9800  VR2AR-546131     -5.612700     56.37988             35
    +#> 9801  VR2AR-546131     -5.612700     56.37988             35
    +#> 9802  VR2AR-546131     -5.612700     56.37988             35
    +#> 9803  VR2AR-546131     -5.612700     56.37988             35
    +#> 9804  VR2AR-546131     -5.612700     56.37988             35
    +#> 9805  VR2AR-546131     -5.612700     56.37988             35
    +#> 9806  VR2AR-546131     -5.612700     56.37988             35
    +#> 9807  VR2AR-546131     -5.612700     56.37988             35
    +#> 9808  VR2AR-546131     -5.612700     56.37988             35
    +#> 9809  VR2AR-546131     -5.612700     56.37988             35
    +#> 9810  VR2AR-546131     -5.612700     56.37988             35
    +#> 9811  VR2AR-546131     -5.612700     56.37988             35
    +#> 9812  VR2AR-546131     -5.612700     56.37988             35
    +#> 9813  VR2AR-546131     -5.612700     56.37988             35
    +#> 9814  VR2AR-546131     -5.612700     56.37988             35
    +#> 9815  VR2AR-546131     -5.612700     56.37988             35
    +#> 9816  VR2AR-546131     -5.612700     56.37988             35
    +#> 9817  VR2AR-546131     -5.612700     56.37988             35
    +#> 9818  VR2AR-546131     -5.612700     56.37988             35
    +#> 9819  VR2AR-546131     -5.612700     56.37988             35
    +#> 9820  VR2AR-546131     -5.612700     56.37988             35
    +#> 9821  VR2AR-546131     -5.612700     56.37988             35
    +#> 9822  VR2AR-546131     -5.612700     56.37988             35
    +#> 9823  VR2AR-546131     -5.612700     56.37988             35
    +#> 9824  VR2AR-546131     -5.612700     56.37988             35
    +#> 9825  VR2AR-546131     -5.612700     56.37988             35
    +#> 9826  VR2AR-546131     -5.612700     56.37988             35
    +#> 9827  VR2AR-546131     -5.612700     56.37988             35
    +#> 9828  VR2AR-546131     -5.612700     56.37988             35
    +#> 9829  VR2AR-546131     -5.612700     56.37988             35
    +#> 9830  VR2AR-546131     -5.612700     56.37988             35
    +#> 9831  VR2AR-546131     -5.612700     56.37988             35
    +#> 9832  VR2AR-546131     -5.612700     56.37988             35
    +#> 9833  VR2AR-546131     -5.612700     56.37988             35
    +#> 9834  VR2AR-546131     -5.612700     56.37988             35
    +#> 9835  VR2AR-546131     -5.612700     56.37988             35
    +#> 9836  VR2AR-546131     -5.612700     56.37988             35
    +#> 9837  VR2AR-546131     -5.612700     56.37988             35
    +#> 9838  VR2AR-546131     -5.612700     56.37988             35
    +#> 9839  VR2AR-546131     -5.612700     56.37988             35
    +#> 9840  VR2AR-546131     -5.612700     56.37988             35
    +#> 9841  VR2AR-546131     -5.612700     56.37988             35
    +#> 9842  VR2AR-546131     -5.612700     56.37988             35
    +#> 9843  VR2AR-546131     -5.612700     56.37988             35
    +#> 9844  VR2AR-546131     -5.612700     56.37988             35
    +#> 9845  VR2AR-546131     -5.612700     56.37988             35
    +#> 9846  VR2AR-546131     -5.612700     56.37988             35
    +#> 9847  VR2AR-546131     -5.612700     56.37988             35
    +#> 9848  VR2AR-546131     -5.612700     56.37988             35
    +#> 9849  VR2AR-546131     -5.612700     56.37988             35
    +#> 9850  VR2AR-546131     -5.612700     56.37988             35
    +#> 9851  VR2AR-546131     -5.612700     56.37988             35
    +#> 9852  VR2AR-546131     -5.612700     56.37988             35
    +#> 9853  VR2AR-546131     -5.612700     56.37988             35
    +#> 9854  VR2AR-546131     -5.612700     56.37988             35
    +#> 9855  VR2AR-546131     -5.612700     56.37988             35
    +#> 9856  VR2AR-546131     -5.612700     56.37988             35
    +#> 9857  VR2AR-546131     -5.612700     56.37988             35
    +#> 9858  VR2AR-546131     -5.612700     56.37988             35
    +#> 9859  VR2AR-546131     -5.612700     56.37988             35
    +#> 9860  VR2AR-546131     -5.612700     56.37988             35
    +#> 9861  VR2AR-546131     -5.612700     56.37988             35
    +#> 9862  VR2AR-546131     -5.612700     56.37988             35
    +#> 9863  VR2AR-546131     -5.612700     56.37988             35
    +#> 9864  VR2AR-546131     -5.612700     56.37988             35
    +#> 9865  VR2AR-546131     -5.612700     56.37988             35
    +#> 9866  VR2AR-546131     -5.612700     56.37988             35
    +#> 9867  VR2AR-546131     -5.612700     56.37988             35
    +#> 9868  VR2AR-546131     -5.612700     56.37988             35
    +#> 9869  VR2AR-546131     -5.612700     56.37988             35
    +#> 9870  VR2AR-546131     -5.612700     56.37988             35
    +#> 9871  VR2AR-546131     -5.612700     56.37988             35
    +#> 9872  VR2AR-546131     -5.612700     56.37988             35
    +#> 9873  VR2AR-546131     -5.612700     56.37988             35
    +#> 9874  VR2AR-546131     -5.612700     56.37988             35
    +#> 9875  VR2AR-546131     -5.612700     56.37988             35
    +#> 9876  VR2AR-546131     -5.612700     56.37988             35
    +#> 9877  VR2AR-546131     -5.612700     56.37988             35
    +#> 9878  VR2AR-546131     -5.612700     56.37988             35
    +#> 9879  VR2AR-546131     -5.612700     56.37988             35
    +#> 9880  VR2AR-546131     -5.612700     56.37988             35
    +#> 9881  VR2AR-546131     -5.612700     56.37988             35
    +#> 9882  VR2AR-546131     -5.612700     56.37988             35
    +#> 9883  VR2AR-546131     -5.612700     56.37988             35
    +#> 9884  VR2AR-546131     -5.612700     56.37988             35
    +#> 9885  VR2AR-546131     -5.612700     56.37988             35
    +#> 9886  VR2AR-546131     -5.612700     56.37988             35
    +#> 9887  VR2AR-546131     -5.612700     56.37988             35
    +#> 9888  VR2AR-546131     -5.612700     56.37988             35
    +#> 9889  VR2AR-546131     -5.612700     56.37988             35
    +#> 9890  VR2AR-546131     -5.612700     56.37988             35
    +#> 9891  VR2AR-546131     -5.612700     56.37988             35
    +#> 9892  VR2AR-546131     -5.612700     56.37988             35
    +#> 9893  VR2AR-546131     -5.612700     56.37988             35
    +#> 9894  VR2AR-546584     -5.604973     56.37774             30
    +#> 9895  VR2AR-546131     -5.612700     56.37988             35
    +#> 9896  VR2AR-546131     -5.612700     56.37988             35
    +#> 9897  VR2AR-546131     -5.612700     56.37988             35
    +#> 9898  VR2AR-546131     -5.612700     56.37988             35
    +#> 9899  VR2AR-546131     -5.612700     56.37988             35
    +#> 9900  VR2AR-546131     -5.612700     56.37988             35
    +#> 9901  VR2AR-546131     -5.612700     56.37988             35
    +#> 9902  VR2AR-546584     -5.604973     56.37774             30
    +#> 9903  VR2AR-546131     -5.612700     56.37988             35
    +#> 9904  VR2AR-546131     -5.612700     56.37988             35
    +#> 9905  VR2AR-546584     -5.604973     56.37774             30
    +#> 9906  VR2AR-546131     -5.612700     56.37988             35
    +#> 9907  VR2AR-546131     -5.612700     56.37988             35
    +#> 9908  VR2AR-546131     -5.612700     56.37988             35
    +#> 9909  VR2AR-546584     -5.604973     56.37774             30
    +#> 9910  VR2AR-546131     -5.612700     56.37988             35
    +#> 9911  VR2AR-546131     -5.612700     56.37988             35
    +#> 9912  VR2AR-546584     -5.604973     56.37774             30
    +#> 9913  VR2AR-546584     -5.604973     56.37774             30
    +#> 9914  VR2AR-546131     -5.612700     56.37988             35
    +#> 9915  VR2AR-546584     -5.604973     56.37774             30
    +#> 9916  VR2AR-546131     -5.612700     56.37988             35
    +#> 9917  VR2AR-546131     -5.612700     56.37988             35
    +#> 9918  VR2AR-546131     -5.612700     56.37988             35
    +#> 9919  VR2AR-546131     -5.612700     56.37988             35
    +#> 9920  VR2AR-546131     -5.612700     56.37988             35
    +#> 9921  VR2AR-546131     -5.612700     56.37988             35
    +#> 9922  VR2AR-546131     -5.612700     56.37988             35
    +#> 9923  VR2AR-546134     -5.643867     56.38278            145
    +#> 9924  VR2AR-546134     -5.643867     56.38278            145
    +#> 9925  VR2AR-546134     -5.643867     56.38278            145
    +#> 9926  VR2AR-546134     -5.643867     56.38278            145
    +#> 9927  VR2AR-546134     -5.643867     56.38278            145
    +#> 9928  VR2AR-546134     -5.643867     56.38278            145
    +#> 9929  VR2AR-546134     -5.643867     56.38278            145
    +#> 9930  VR2AR-546134     -5.643867     56.38278            145
    +#> 9931  VR2AR-546134     -5.643867     56.38278            145
    +#> 9932  VR2AR-546134     -5.643867     56.38278            145
    +#> 9933  VR2AR-546134     -5.643867     56.38278            145
    +#> 9934  VR2AR-546134     -5.643867     56.38278            145
    +#> 9935  VR2AR-546134     -5.643867     56.38278            145
    +#> 9936  VR2AR-546134     -5.643867     56.38278            145
    +#> 9937  VR2AR-546135     -5.657067     56.38803             85
    +#> 9938  VR2AR-546135     -5.657067     56.38803             85
    +#> 9939  VR2AR-546135     -5.657067     56.38803             85
    +#> 9940  VR2AR-546135     -5.657067     56.38803             85
    +#> 9941  VR2AR-546587     -5.661620     56.39041             15
    +#> 9942  VR2AR-546135     -5.657067     56.38803             85
    +#> 9943  VR2AR-546587     -5.661620     56.39041             15
    +#> 9944  VR2AR-546135     -5.657067     56.38803             85
    +#> 9945  VR2AR-546587     -5.661620     56.39041             15
    +#> 9946  VR2AR-546587     -5.661620     56.39041             15
    +#> 9947  VR2AR-546587     -5.661620     56.39041             15
    +#> 9948  VR2AR-546587     -5.661620     56.39041             15
    +#> 9949  VR2AR-546587     -5.661620     56.39041             15
    +#> 9950  VR2AR-546587     -5.661620     56.39041             15
    +#> 9951  VR2AR-546587     -5.661620     56.39041             15
    +#> 9952  VR2AR-546587     -5.661620     56.39041             15
    +#> 9953  VR2AR-546587     -5.661620     56.39041             15
    +#> 9954  VR2AR-546587     -5.661620     56.39041             15
    +#> 9955  VR2AR-546587     -5.661620     56.39041             15
    +#> 9956  VR2AR-546587     -5.661620     56.39041             15
    +#> 9957  VR2AR-546135     -5.657067     56.38803             85
    +#> 9958  VR2AR-546587     -5.661620     56.39041             15
    +#> 9959  VR2AR-546587     -5.661620     56.39041             15
    +#> 9960  VR2AR-546587     -5.661620     56.39041             15
    +#> 9961  VR2AR-546587     -5.661620     56.39041             15
    +#> 9962  VR2AR-546135     -5.657067     56.38803             85
    +#> 9963  VR2AR-546587     -5.661620     56.39041             15
    +#> 9964  VR2AR-546587     -5.661620     56.39041             15
    +#> 9965  VR2AR-546135     -5.657067     56.38803             85
    +#> 9966  VR2AR-546587     -5.661620     56.39041             15
    +#> 9967  VR2AR-546131     -5.612700     56.37988             35
    +#> 9968  VR2AR-546131     -5.612700     56.37988             35
    +#> 9969  VR2AR-546131     -5.612700     56.37988             35
    +#> 9970  VR2AR-546131     -5.612700     56.37988             35
    +#> 9971  VR2AR-546131     -5.612700     56.37988             35
    +#> 9972  VR2AR-546131     -5.612700     56.37988             35
    +#> 9973  VR2AR-546131     -5.612700     56.37988             35
    +#> 9974  VR2AR-546131     -5.612700     56.37988             35
    +#> 9975  VR2AR-546131     -5.612700     56.37988             35
    +#> 9976  VR2AR-546131     -5.612700     56.37988             35
    +#> 9977  VR2AR-546131     -5.612700     56.37988             35
    +#> 9978  VR2AR-546131     -5.612700     56.37988             35
    +#> 9979  VR2AR-546131     -5.612700     56.37988             35
    +#> 9980  VR2AR-546131     -5.612700     56.37988             35
    +#> 9981  VR2AR-546131     -5.612700     56.37988             35
    +#> 9982  VR2AR-546131     -5.612700     56.37988             35
    +#> 9983  VR2AR-546131     -5.612700     56.37988             35
    +#> 9984  VR2AR-546131     -5.612700     56.37988             35
    +#> 9985  VR2AR-546131     -5.612700     56.37988             35
    +#> 9986  VR2AR-546131     -5.612700     56.37988             35
    +#> 9987  VR2AR-546131     -5.612700     56.37988             35
    +#> 9988  VR2AR-546131     -5.612700     56.37988             35
    +#> 9989  VR2AR-546131     -5.612700     56.37988             35
    +#> 9990  VR2AR-546131     -5.612700     56.37988             35
    +#> 9991  VR2AR-546131     -5.612700     56.37988             35
    +#> 9992  VR2AR-546131     -5.612700     56.37988             35
    +#> 9993  VR2AR-546131     -5.612700     56.37988             35
    +#> 9994  VR2AR-546131     -5.612700     56.37988             35
    +#> 9995  VR2AR-546131     -5.612700     56.37988             35
    +#> 9996  VR2AR-546131     -5.612700     56.37988             35
    +#> 9997  VR2AR-546131     -5.612700     56.37988             35
    +#> 9998  VR2AR-546131     -5.612700     56.37988             35
    +#> 9999  VR2AR-546131     -5.612700     56.37988             35
    +#> 10000 VR2AR-546131     -5.612700     56.37988             35
    +#> 10001 VR2AR-546131     -5.612700     56.37988             35
    +#> 10002 VR2AR-546131     -5.612700     56.37988             35
    +#> 10003 VR2AR-546131     -5.612700     56.37988             35
    +#> 10004 VR2AR-546131     -5.612700     56.37988             35
    +#> 10005 VR2AR-546131     -5.612700     56.37988             35
    +#> 10006 VR2AR-546131     -5.612700     56.37988             35
    +#> 10007 VR2AR-546131     -5.612700     56.37988             35
    +#> 10008 VR2AR-546131     -5.612700     56.37988             35
    +#> 10009 VR2AR-546131     -5.612700     56.37988             35
    +#> 10010 VR2AR-546131     -5.612700     56.37988             35
    +#> 10011 VR2AR-546131     -5.612700     56.37988             35
    +#> 10012 VR2AR-546131     -5.612700     56.37988             35
    +#> 10013 VR2AR-546131     -5.612700     56.37988             35
    +#> 10014 VR2AR-546131     -5.612700     56.37988             35
    +#> 10015 VR2AR-546131     -5.612700     56.37988             35
    +#> 10016 VR2AR-546131     -5.612700     56.37988             35
    +#> 10017 VR2AR-546131     -5.612700     56.37988             35
    +#> 10018 VR2AR-546131     -5.612700     56.37988             35
    +#> 10019 VR2AR-546131     -5.612700     56.37988             35
    +#> 10020 VR2AR-546131     -5.612700     56.37988             35
    +#> 10021 VR2AR-546131     -5.612700     56.37988             35
    +#> 10022 VR2AR-546131     -5.612700     56.37988             35
    +#> 10023 VR2AR-546131     -5.612700     56.37988             35
    +#> 10024 VR2AR-546131     -5.612700     56.37988             35
    +#> 10025 VR2AR-546131     -5.612700     56.37988             35
    +#> 10026 VR2AR-546131     -5.612700     56.37988             35
    +#> 10027 VR2AR-546131     -5.612700     56.37988             35
    +#> 10028 VR2AR-546380     -5.637917     56.44800             25
    +#> 10029 VR2AR-546380     -5.637917     56.44800             25
    +#> 10030 VR2AR-546380     -5.637917     56.44800             25
    +#> 10031 VR2AR-546380     -5.637917     56.44800             25
    +#> 10032 VR2AR-546380     -5.637917     56.44800             25
    +#> 10033 VR2AR-546380     -5.637917     56.44800             25
    +#> 10034 VR2AR-546380     -5.637917     56.44800             25
    +#> 10035 VR2AR-546380     -5.637917     56.44800             25
    +#> 10036 VR2AR-546136     -5.626250     56.44810             75
    +#> 10037 VR2AR-546136     -5.626250     56.44810             75
    +#> 10038 VR2AR-546136     -5.626250     56.44810             75
    +#> 10039 VR2AR-546136     -5.626250     56.44810             75
    +#> 10040 VR2AR-546136     -5.626250     56.44810             75
    +#> 10041 VR2AR-546136     -5.626250     56.44810             75
    +#> 10042 VR2AR-546133     -5.701717     56.49747             90
    +#> 10043 VR2AR-546133     -5.701717     56.49747             90
    +#> 10044 VR2AR-546133     -5.701717     56.49747             90
    +#> 10045 VR2AR-546133     -5.701717     56.49747             90
    +#> 10046 VR2AR-546133     -5.701717     56.49747             90
    +#> 10047 VR2AR-546133     -5.701717     56.49747             90
    +#> 10048 VR2AR-546133     -5.701717     56.49747             90
    +#> 10049 VR2AR-546133     -5.701717     56.49747             90
    +#> 10050 VR2AR-546133     -5.701717     56.49747             90
    +#> 10051 VR2AR-546133     -5.701717     56.49747             90
    +#> 10052 VR2AR-546133     -5.701717     56.49747             90
    +#> 10053 VR2AR-546133     -5.701717     56.49747             90
    +#> 10054 VR2AR-546133     -5.701717     56.49747             90
    +#> 10055 VR2AR-546133     -5.701717     56.49747             90
    +#> 10056 VR2AR-546133     -5.701717     56.49747             90
    +#> 10057 VR2AR-546133     -5.701717     56.49747             90
    +#> 10058 VR2AR-546133     -5.701717     56.49747             90
    +#> 10059 VR2AR-546133     -5.701717     56.49747             90
    +#> 10060 VR2AR-546133     -5.701717     56.49747             90
    +#> 10061 VR2AR-546133     -5.701717     56.49747             90
    +#> 10062 VR2AR-546133     -5.701717     56.49747             90
    +#> 10063 VR2AR-546133     -5.701717     56.49747             90
    +#> 10064 VR2AR-546133     -5.701717     56.49747             90
    +#> 10065 VR2AR-546133     -5.701717     56.49747             90
    +#> 10066 VR2AR-546133     -5.701717     56.49747             90
    +#> 10067 VR2AR-546133     -5.701717     56.49747             90
    +#> 10068 VR2AR-546133     -5.701717     56.49747             90
    +#> 10069 VR2AR-546133     -5.701717     56.49747             90
    +#> 10070 VR2AR-546133     -5.701717     56.49747             90
    +#> 10071 VR2AR-546133     -5.701717     56.49747             90
    +#> 10072 VR2AR-546133     -5.701717     56.49747             90
    +#> 10073 VR2AR-546133     -5.701717     56.49747             90
    +#> 10074 VR2AR-546133     -5.701717     56.49747             90
    +#> 10075 VR2AR-546133     -5.701717     56.49747             90
    +#> 10076 VR2AR-546133     -5.701717     56.49747             90
    +#> 10077 VR2AR-546133     -5.701717     56.49747             90
    +#> 10078 VR2AR-546133     -5.701717     56.49747             90
    +#> 10079 VR2AR-546133     -5.701717     56.49747             90
    +#> 10080 VR2AR-546133     -5.701717     56.49747             90
    +#> 10081 VR2AR-546133     -5.701717     56.49747             90
    +#> 10082 VR2AR-546133     -5.701717     56.49747             90
    +#> 10083 VR2AR-546133     -5.701717     56.49747             90
    +#> 10084 VR2AR-546133     -5.701717     56.49747             90
    +#> 10085 VR2AR-546133     -5.701717     56.49747             90
    +#> 10086 VR2AR-546133     -5.701717     56.49747             90
    +#> 10087 VR2AR-546133     -5.701717     56.49747             90
    +#> 10088 VR2AR-546133     -5.701717     56.49747             90
    +#> 10089 VR2AR-546133     -5.701717     56.49747             90
    +#> 10090 VR2AR-546586     -5.707092     56.49447             20
    +#> 10091 VR2AR-546133     -5.701717     56.49747             90
    +#> 10092 VR2AR-546133     -5.701717     56.49747             90
    +#> 10093 VR2AR-546586     -5.707092     56.49447             20
    +#> 10094 VR2AR-546133     -5.701717     56.49747             90
    +#> 10095 VR2AR-546133     -5.701717     56.49747             90
    +#> 10096 VR2AR-546133     -5.701717     56.49747             90
    +#> 10097 VR2AR-546586     -5.707092     56.49447             20
    +#> 10098 VR2AR-546133     -5.701717     56.49747             90
    +#> 10099 VR2AR-546133     -5.701717     56.49747             90
    +#> 10100 VR2AR-546133     -5.701717     56.49747             90
    +#> 10101 VR2AR-546586     -5.707092     56.49447             20
    +#> 10102 VR2AR-546586     -5.707092     56.49447             20
    +#> 10103 VR2AR-546133     -5.701717     56.49747             90
    +#> 10104 VR2AR-546586     -5.707092     56.49447             20
    +#> 10105 VR2AR-546133     -5.701717     56.49747             90
    +#> 10106 VR2AR-546133     -5.701717     56.49747             90
    +#> 10107 VR2AR-546586     -5.707092     56.49447             20
    +#> 10108 VR2AR-546133     -5.701717     56.49747             90
    +#> 10109 VR2AR-546586     -5.707092     56.49447             20
    +#> 10110 VR2AR-546586     -5.707092     56.49447             20
    +#> 10111 VR2AR-546586     -5.707092     56.49447             20
    +#> 10112 VR2AR-546133     -5.701717     56.49747             90
    +#> 10113 VR2AR-546586     -5.707092     56.49447             20
    +#> 10114 VR2AR-546586     -5.707092     56.49447             20
    +#> 10115 VR2AR-546133     -5.701717     56.49747             90
    +#> 10116 VR2AR-546586     -5.707092     56.49447             20
    +#> 10117 VR2AR-546586     -5.707092     56.49447             20
    +#> 10118 VR2AR-546133     -5.701717     56.49747             90
    +#> 10119 VR2AR-546133     -5.701717     56.49747             90
    +#> 10120 VR2AR-546586     -5.707092     56.49447             20
    +#> 10121 VR2AR-546586     -5.707092     56.49447             20
    +#> 10122 VR2AR-546133     -5.701717     56.49747             90
    +#> 10123 VR2AR-546586     -5.707092     56.49447             20
    +#> 10124 VR2AR-546586     -5.707092     56.49447             20
    +#> 10125 VR2AR-546586     -5.707092     56.49447             20
    +#> 10126 VR2AR-546586     -5.707092     56.49447             20
    +#> 10127 VR2AR-546586     -5.707092     56.49447             20
    +#> 10128 VR2AR-546586     -5.707092     56.49447             20
    +#> 10129 VR2AR-546586     -5.707092     56.49447             20
    +#> 10130 VR2AR-546586     -5.707092     56.49447             20
    +#> 10131 VR2AR-546586     -5.707092     56.49447             20
    +#> 10132 VR2AR-546586     -5.707092     56.49447             20
    +#> 10133 VR2AR-546133     -5.701717     56.49747             90
    +#> 10134 VR2AR-546586     -5.707092     56.49447             20
    +#> 10135 VR2AR-546133     -5.701717     56.49747             90
    +#> 10136 VR2AR-546133     -5.701717     56.49747             90
    +#> 10137 VR2AR-546133     -5.701717     56.49747             90
    +#> 10138 VR2AR-546133     -5.701717     56.49747             90
    +#> 10139 VR2AR-546133     -5.701717     56.49747             90
    +#> 10140 VR2AR-546133     -5.701717     56.49747             90
    +#> 10141 VR2AR-546133     -5.701717     56.49747             90
    +#> 10142 VR2AR-546133     -5.701717     56.49747             90
    +#> 10143 VR2AR-546133     -5.701717     56.49747             90
    +#> 10144 VR2AR-546133     -5.701717     56.49747             90
    +#> 10145 VR2AR-546133     -5.701717     56.49747             90
    +#> 10146 VR2AR-546133     -5.701717     56.49747             90
    +#> 10147 VR2AR-546133     -5.701717     56.49747             90
    +#> 10148 VR2AR-546133     -5.701717     56.49747             90
    +#> 10149 VR2AR-546133     -5.701717     56.49747             90
    +#> 10150 VR2AR-546133     -5.701717     56.49747             90
    +#> 10151 VR2AR-546133     -5.701717     56.49747             90
    +#> 10152 VR2AR-546133     -5.701717     56.49747             90
    +#> 10153 VR2AR-546133     -5.701717     56.49747             90
    +#> 10154 VR2AR-546133     -5.701717     56.49747             90
    +#> 10155 VR2AR-546133     -5.701717     56.49747             90
    +#> 10156 VR2AR-546586     -5.707092     56.49447             20
    +#> 10157 VR2AR-546133     -5.701717     56.49747             90
    +#> 10158 VR2AR-546133     -5.701717     56.49747             90
    +#> 10159 VR2AR-546133     -5.701717     56.49747             90
    +#> 10160 VR2AR-546133     -5.701717     56.49747             90
    +#> 10161 VR2AR-546586     -5.707092     56.49447             20
    +#> 10162 VR2AR-546586     -5.707092     56.49447             20
    +#> 10163 VR2AR-546133     -5.701717     56.49747             90
    +#> 10164 VR2AR-546586     -5.707092     56.49447             20
    +#> 10165 VR2AR-546133     -5.701717     56.49747             90
    +#> 10166 VR2AR-546133     -5.701717     56.49747             90
    +#> 10167 VR2AR-546133     -5.701717     56.49747             90
    +#> 10168 VR2AR-546586     -5.707092     56.49447             20
    +#> 10169 VR2AR-546133     -5.701717     56.49747             90
    +#> 10170 VR2AR-546133     -5.701717     56.49747             90
    +#> 10171 VR2AR-546133     -5.701717     56.49747             90
    +#> 10172 VR2AR-546133     -5.701717     56.49747             90
    +#> 10173 VR2AR-546133     -5.701717     56.49747             90
    +#> 10174 VR2AR-546133     -5.701717     56.49747             90
    +#> 10175 VR2AR-546133     -5.701717     56.49747             90
    +#> 10176 VR2AR-546133     -5.701717     56.49747             90
    +#> 10177 VR2AR-546133     -5.701717     56.49747             90
    +#> 10178 VR2AR-546133     -5.701717     56.49747             90
    +#> 10179 VR2AR-546133     -5.701717     56.49747             90
    +#> 10180 VR2AR-546133     -5.701717     56.49747             90
    +#> 10181 VR2AR-546133     -5.701717     56.49747             90
    +#> 10182 VR2AR-546133     -5.701717     56.49747             90
    +#> 10183 VR2AR-546133     -5.701717     56.49747             90
    +#> 10184 VR2AR-546133     -5.701717     56.49747             90
    +#> 10185 VR2AR-546133     -5.701717     56.49747             90
    +#> 10186 VR2AR-546133     -5.701717     56.49747             90
    +#> 10187 VR2AR-546133     -5.701717     56.49747             90
    +#> 10188 VR2AR-546133     -5.701717     56.49747             90
    +#> 10189 VR2AR-546133     -5.701717     56.49747             90
    +#> 10190 VR2AR-546133     -5.701717     56.49747             90
    +#> 10191 VR2AR-546133     -5.701717     56.49747             90
    +#> 10192 VR2AR-546133     -5.701717     56.49747             90
    +#> 10193 VR2AR-546133     -5.701717     56.49747             90
    +#> 10194 VR2AR-546133     -5.701717     56.49747             90
    +#> 10195 VR2AR-546133     -5.701717     56.49747             90
    +#> 10196 VR2AR-546133     -5.701717     56.49747             90
    +#> 10197 VR2AR-546133     -5.701717     56.49747             90
    +#> 10198 VR2AR-546133     -5.701717     56.49747             90
    +#> 10199 VR2AR-546133     -5.701717     56.49747             90
    +#> 10200 VR2AR-546133     -5.701717     56.49747             90
    +#> 10201 VR2AR-546133     -5.701717     56.49747             90
    +#> 10202 VR2AR-546133     -5.701717     56.49747             90
    +#> 10203 VR2AR-546133     -5.701717     56.49747             90
    +#> 10204 VR2AR-546133     -5.701717     56.49747             90
    +#> 10205 VR2AR-546133     -5.701717     56.49747             90
    +#> 10206 VR2AR-546133     -5.701717     56.49747             90
    +#> 10207 VR2AR-546133     -5.701717     56.49747             90
    +#> 10208 VR2AR-546133     -5.701717     56.49747             90
    +#> 10209 VR2AR-546133     -5.701717     56.49747             90
    +#> 10210 VR2AR-546133     -5.701717     56.49747             90
    +#> 10211 VR2AR-546133     -5.701717     56.49747             90
    +#> 10212 VR2AR-546133     -5.701717     56.49747             90
    +#> 10213 VR2AR-546133     -5.701717     56.49747             90
    +#> 10214 VR2AR-546133     -5.701717     56.49747             90
    +#> 10215 VR2AR-546133     -5.701717     56.49747             90
    +#> 10216 VR2AR-546133     -5.701717     56.49747             90
    +#> 10217 VR2AR-546133     -5.701717     56.49747             90
    +#> 10218 VR2AR-546133     -5.701717     56.49747             90
    +#> 10219 VR2AR-546133     -5.701717     56.49747             90
    +#> 10220 VR2AR-546133     -5.701717     56.49747             90
    +#> 10221 VR2AR-546133     -5.701717     56.49747             90
    +#> 10222 VR2AR-546133     -5.701717     56.49747             90
    +#> 10223 VR2AR-546133     -5.701717     56.49747             90
    +#> 10224 VR2AR-546133     -5.701717     56.49747             90
    +#> 10225 VR2AR-546133     -5.701717     56.49747             90
    +#> 10226 VR2AR-546133     -5.701717     56.49747             90
    +#> 10227 VR2AR-546133     -5.701717     56.49747             90
    +#> 10228 VR2AR-546133     -5.701717     56.49747             90
    +#> 10229 VR2AR-546133     -5.701717     56.49747             90
    +#> 10230 VR2AR-546133     -5.701717     56.49747             90
    +#> 10231 VR2AR-546133     -5.701717     56.49747             90
    +#> 10232 VR2AR-546133     -5.701717     56.49747             90
    +#> 10233 VR2AR-546133     -5.701717     56.49747             90
    +#> 10234 VR2AR-546133     -5.701717     56.49747             90
    +#> 10235 VR2AR-546133     -5.701717     56.49747             90
    +#> 10236 VR2AR-546133     -5.701717     56.49747             90
    +#> 10237 VR2AR-546133     -5.701717     56.49747             90
    +#> 10238 VR2AR-546133     -5.701717     56.49747             90
    +#> 10239 VR2AR-546133     -5.701717     56.49747             90
    +#> 10240 VR2AR-546133     -5.701717     56.49747             90
    +#> 10241 VR2AR-546133     -5.701717     56.49747             90
    +#> 10242 VR2AR-546133     -5.701717     56.49747             90
    +#> 10243 VR2AR-546133     -5.701717     56.49747             90
    +#> 10244 VR2AR-546133     -5.701717     56.49747             90
    +#> 10245 VR2AR-546133     -5.701717     56.49747             90
    +#> 10246 VR2AR-546133     -5.701717     56.49747             90
    +#> 10247 VR2AR-546133     -5.701717     56.49747             90
    +#> 10248 VR2AR-546133     -5.701717     56.49747             90
    +#> 10249 VR2AR-546133     -5.701717     56.49747             90
    +#> 10250 VR2AR-546133     -5.701717     56.49747             90
    +#> 10251 VR2AR-546133     -5.701717     56.49747             90
    +#> 10252 VR2AR-546133     -5.701717     56.49747             90
    +#> 10253 VR2AR-546133     -5.701717     56.49747             90
    +#> 10254 VR2AR-546133     -5.701717     56.49747             90
    +#> 10255 VR2AR-546133     -5.701717     56.49747             90
    +#> 10256 VR2AR-546133     -5.701717     56.49747             90
    +#> 10257 VR2AR-546586     -5.707092     56.49447             20
    +#> 10258 VR2AR-546133     -5.701717     56.49747             90
    +#> 10259 VR2AR-546133     -5.701717     56.49747             90
    +#> 10260 VR2AR-546133     -5.701717     56.49747             90
    +#> 10261 VR2AR-546586     -5.707092     56.49447             20
    +#> 10262 VR2AR-546133     -5.701717     56.49747             90
    +#> 10263 VR2AR-546133     -5.701717     56.49747             90
    +#> 10264 VR2AR-546133     -5.701717     56.49747             90
    +#> 10265 VR2AR-546586     -5.707092     56.49447             20
    +#> 10266 VR2AR-546133     -5.701717     56.49747             90
    +#> 10267 VR2AR-546133     -5.701717     56.49747             90
    +#> 10268 VR2AR-546133     -5.701717     56.49747             90
    +#> 10269 VR2AR-546586     -5.707092     56.49447             20
    +#> 10270 VR2AR-546133     -5.701717     56.49747             90
    +#> 10271 VR2AR-546133     -5.701717     56.49747             90
    +#> 10272 VR2AR-546133     -5.701717     56.49747             90
    +#> 10273 VR2AR-546133     -5.701717     56.49747             90
    +#> 10274 VR2AR-546133     -5.701717     56.49747             90
    +#> 10275     VR2-5637     -5.692417     56.49913             25
    +#> 10276     VR2-5637     -5.692417     56.49913             25
    +#> 10277     VR2-5637     -5.692417     56.49913             25
    +#> 10278     VR2-5637     -5.692417     56.49913             25
    +#> 10279 VR2AR-546133     -5.701717     56.49747             90
    +#> 10280 VR2AR-546133     -5.701717     56.49747             90
    +#> 10281 VR2AR-546133     -5.701717     56.49747             90
    +#> 10282 VR2AR-546133     -5.701717     56.49747             90
    +#> 10283 VR2AR-546133     -5.701717     56.49747             90
    +#> 10284 VR2AR-546133     -5.701717     56.49747             90
    +#> 10285 VR2AR-546136     -5.626250     56.44810             75
    +#> 10286 VR2AR-546136     -5.626250     56.44810             75
    +#> 10287 VR2AR-546136     -5.626250     56.44810             75
    +#> 10288 VR2AR-546136     -5.626250     56.44810             75
    +#> 10289 VR2AR-546136     -5.626250     56.44810             75
    +#> 10290 VR2AR-546136     -5.626250     56.44810             75
    +#> 10291 VR2AR-546131     -5.612700     56.37988             35
    +#> 10292 VR2AR-546131     -5.612700     56.37988             35
    +#> 10293 VR2AR-546131     -5.612700     56.37988             35
    +#> 10294 VR2AR-546131     -5.612700     56.37988             35
    +#> 10295 VR2AR-546131     -5.612700     56.37988             35
    +#> 10296 VR2AR-546131     -5.612700     56.37988             35
    +#> 10297 VR2AR-546131     -5.612700     56.37988             35
    +#> 10298 VR2AR-546131     -5.612700     56.37988             35
    +#> 10299 VR2AR-546131     -5.612700     56.37988             35
    +#> 10300 VR2AR-546131     -5.612700     56.37988             35
    +#> 10301 VR2AR-546131     -5.612700     56.37988             35
    +#> 10302 VR2AR-546131     -5.612700     56.37988             35
    +#> 10303 VR2AR-546131     -5.612700     56.37988             35
    +#> 10304 VR2AR-546131     -5.612700     56.37988             35
    +#> 10305 VR2AR-546131     -5.612700     56.37988             35
    +#> 10306 VR2AR-546131     -5.612700     56.37988             35
    +#> 10307 VR2AR-546131     -5.612700     56.37988             35
    +#> 10308 VR2AR-546131     -5.612700     56.37988             35
    +#> 10309 VR2AR-546131     -5.612700     56.37988             35
    +#> 10310 VR2AR-546131     -5.612700     56.37988             35
    +#> 10311 VR2AR-546131     -5.612700     56.37988             35
    +#> 10312 VR2AR-546131     -5.612700     56.37988             35
    +#> 10313 VR2AR-546131     -5.612700     56.37988             35
    +#> 10314 VR2AR-546131     -5.612700     56.37988             35
    +#> 10315 VR2AR-546131     -5.612700     56.37988             35
    +#> 10316 VR2AR-546131     -5.612700     56.37988             35
    +#> 10317 VR2AR-546131     -5.612700     56.37988             35
    +#> 10318 VR2AR-546131     -5.612700     56.37988             35
    +#> 10319 VR2AR-546131     -5.612700     56.37988             35
    +#> 10320 VR2AR-546131     -5.612700     56.37988             35
    +#> 10321 VR2AR-546131     -5.612700     56.37988             35
    +#> 10322 VR2AR-546131     -5.612700     56.37988             35
    +#> 10323 VR2AR-546131     -5.612700     56.37988             35
    +#> 10324 VR2AR-546131     -5.612700     56.37988             35
    +#> 10325 VR2AR-546131     -5.612700     56.37988             35
    +#> 10326 VR2AR-546131     -5.612700     56.37988             35
    +#> 10327 VR2AR-546131     -5.612700     56.37988             35
    +#> 10328 VR2AR-546131     -5.612700     56.37988             35
    +#> 10329 VR2AR-546131     -5.612700     56.37988             35
    +#> 10330 VR2AR-546131     -5.612700     56.37988             35
    +#> 10331 VR2AR-546131     -5.612700     56.37988             35
    +#> 10332 VR2AR-546131     -5.612700     56.37988             35
    +#> 10333 VR2AR-546131     -5.612700     56.37988             35
    +#> 10334 VR2AR-546131     -5.612700     56.37988             35
    +#> 10335 VR2AR-546131     -5.612700     56.37988             35
    +#> 10336 VR2AR-546131     -5.612700     56.37988             35
    +#> 10337 VR2AR-546131     -5.612700     56.37988             35
    +#> 10338 VR2AR-546131     -5.612700     56.37988             35
    +#> 10339 VR2AR-546131     -5.612700     56.37988             35
    +#> 10340 VR2AR-546380     -5.637917     56.44800             25
    +#> 10341 VR2AR-546380     -5.637917     56.44800             25
    +#> 10342 VR2AR-546136     -5.626250     56.44810             75
    +#> 10343 VR2AR-546136     -5.626250     56.44810             75
    +#> 10344 VR2AR-546380     -5.637917     56.44800             25
    +#> 10345 VR2AR-546380     -5.637917     56.44800             25
    +#> 10346 VR2AR-546134     -5.643867     56.38278            145
    +#> 10347 VR2AR-546134     -5.643867     56.38278            145
    +#> 10348 VR2AR-546134     -5.643867     56.38278            145
    +#> 10349 VR2AR-546134     -5.643867     56.38278            145
    +#> 10350 VR2AR-546134     -5.643867     56.38278            145
    +#> 10351 VR2AR-546134     -5.643867     56.38278            145
    +#> 10352 VR2AR-546134     -5.643867     56.38278            145
    +#> 10353 VR2AR-546134     -5.643867     56.38278            145
    +#> 10354 VR2AR-546134     -5.643867     56.38278            145
    +#> 10355 VR2AR-546134     -5.643867     56.38278            145
    +#> 10356 VR2AR-546134     -5.643867     56.38278            145
    +#> 10357 VR2AR-546134     -5.643867     56.38278            145
    +#> 10358 VR2AR-546134     -5.643867     56.38278            145
    +#> 10359 VR2AR-546134     -5.643867     56.38278            145
    +#> 10360 VR2AR-546134     -5.643867     56.38278            145
    +#> 10361 VR2AR-546134     -5.643867     56.38278            145
    +#> 10362 VR2AR-546134     -5.643867     56.38278            145
    +#> 10363 VR2AR-546134     -5.643867     56.38278            145
    +#> 10364 VR2AR-546134     -5.643867     56.38278            145
    +#> 10365 VR2AR-546134     -5.643867     56.38278            145
    +#> 10366 VR2AR-546134     -5.643867     56.38278            145
    +#> 10367 VR2AR-546134     -5.643867     56.38278            145
    +#> 10368 VR2AR-546134     -5.643867     56.38278            145
    +#> 10369 VR2AR-546134     -5.643867     56.38278            145
    +#> 10370 VR2AR-546134     -5.643867     56.38278            145
    +#> 10371 VR2AR-546134     -5.643867     56.38278            145
    +#> 10372 VR2AR-546134     -5.643867     56.38278            145
    +#> 10373 VR2AR-546134     -5.643867     56.38278            145
    +#> 10374 VR2AR-546134     -5.643867     56.38278            145
    +#> 10375 VR2AR-546134     -5.643867     56.38278            145
    +#> 10376 VR2AR-546134     -5.643867     56.38278            145
    +#> 10377 VR2AR-546134     -5.643867     56.38278            145
    +#> 10378 VR2AR-546134     -5.643867     56.38278            145
    +#> 10379 VR2AR-546134     -5.643867     56.38278            145
    +#> 10380 VR2AR-546134     -5.643867     56.38278            145
    +#> 10381 VR2AR-546134     -5.643867     56.38278            145
    +#> 10382 VR2AR-546134     -5.643867     56.38278            145
    +#> 10383 VR2AR-546585     -5.623995     56.37436             75
    +#> 10384 VR2AR-546585     -5.623995     56.37436             75
    +#> 10385 VR2AR-546585     -5.623995     56.37436             75
    +#> 10386 VR2AR-546585     -5.623995     56.37436             75
    +#> 10387 VR2AR-546585     -5.623995     56.37436             75
    +#> 10388 VR2AR-546585     -5.623995     56.37436             75
    +#> 10389 VR2AR-546585     -5.623995     56.37436             75
    +#> 10390 VR2AR-546585     -5.623995     56.37436             75
    +#> 10391 VR2AR-546585     -5.623995     56.37436             75
    +#> 10392 VR2AR-546585     -5.623995     56.37436             75
    +#> 10393 VR2AR-546585     -5.623995     56.37436             75
    +#> 10394 VR2AR-546585     -5.623995     56.37436             75
    +#> 10395 VR2AR-546585     -5.623995     56.37436             75
    +#> 10396 VR2AR-546585     -5.623995     56.37436             75
    +#> 10397 VR2AR-546585     -5.623995     56.37436             75
    +#> 10398 VR2AR-546585     -5.623995     56.37436             75
    +#> 10399 VR2AR-546585     -5.623995     56.37436             75
    +#> 10400 VR2AR-546585     -5.623995     56.37436             75
    +#> 10401 VR2AR-546585     -5.623995     56.37436             75
    +#> 10402 VR2AR-546585     -5.623995     56.37436             75
    +#> 10403 VR2AR-546585     -5.623995     56.37436             75
    +#> 10404  VR2W-108158     -5.619533     56.37413             25
    +#> 10405  VR2W-108158     -5.619533     56.37413             25
    +#> 10406 VR2AR-546585     -5.623995     56.37436             75
    +#> 10407  VR2W-108158     -5.619533     56.37413             25
    +#> 10408 VR2AR-546585     -5.623995     56.37436             75
    +#> 10409 VR2AR-546585     -5.623995     56.37436             75
    +#> 10410 VR2AR-546585     -5.623995     56.37436             75
    +#> 10411  VR2W-108158     -5.619533     56.37413             25
    +#> 10412  VR2W-108158     -5.619533     56.37413             25
    +#> 10413  VR2W-108158     -5.619533     56.37413             25
    +#> 10414  VR2W-108158     -5.619533     56.37413             25
    +#> 10415  VR2W-108158     -5.619533     56.37413             25
    +#> 10416  VR2W-108158     -5.619533     56.37413             25
    +#> 10417 VR2AR-546585     -5.623995     56.37436             75
    +#> 10418  VR2W-108158     -5.619533     56.37413             25
    +#> 10419  VR2W-108158     -5.619533     56.37413             25
    +#> 10420  VR2W-108158     -5.619533     56.37413             25
    +#> 10421 VR2AR-546585     -5.623995     56.37436             75
    +#> 10422  VR2W-108158     -5.619533     56.37413             25
    +#> 10423  VR2W-108158     -5.619533     56.37413             25
    +#> 10424  VR2W-108158     -5.619533     56.37413             25
    +#> 10425  VR2W-108158     -5.619533     56.37413             25
    +#> 10426  VR2W-108158     -5.619533     56.37413             25
    +#> 10427  VR2W-108158     -5.619533     56.37413             25
    +#> 10428 VR2AR-546585     -5.623995     56.37436             75
    +#> 10429  VR2W-108158     -5.619533     56.37413             25
    +#> 10430  VR2W-108158     -5.619533     56.37413             25
    +#> 10431 VR2AR-546585     -5.623995     56.37436             75
    +#> 10432  VR2W-108158     -5.619533     56.37413             25
    +#> 10433 VR2AR-546585     -5.623995     56.37436             75
    +#> 10434  VR2W-108158     -5.619533     56.37413             25
    +#> 10435  VR2W-108158     -5.619533     56.37413             25
    +#> 10436 VR2AR-546585     -5.623995     56.37436             75
    +#> 10437  VR2W-108158     -5.619533     56.37413             25
    +#> 10438  VR2W-108158     -5.619533     56.37413             25
    +#> 10439  VR2W-108158     -5.619533     56.37413             25
    +#> 10440 VR2AR-546585     -5.623995     56.37436             75
    +#> 10441  VR2W-108158     -5.619533     56.37413             25
    +#> 10442 VR2AR-546585     -5.623995     56.37436             75
    +#> 10443  VR2W-108158     -5.619533     56.37413             25
    +#> 10444 VR2AR-546585     -5.623995     56.37436             75
    +#> 10445  VR2W-108158     -5.619533     56.37413             25
    +#> 10446 VR2AR-546585     -5.623995     56.37436             75
    +#> 10447  VR2W-108158     -5.619533     56.37413             25
    +#> 10448  VR2W-108158     -5.619533     56.37413             25
    +#> 10449 VR2AR-546585     -5.623995     56.37436             75
    +#> 10450 VR2AR-546585     -5.623995     56.37436             75
    +#> 10451 VR2AR-546585     -5.623995     56.37436             75
    +#> 10452 VR2AR-546585     -5.623995     56.37436             75
    +#> 10453 VR2AR-546585     -5.623995     56.37436             75
    +#> 10454 VR2AR-546585     -5.623995     56.37436             75
    +#> 10455  VR2W-108158     -5.619533     56.37413             25
    +#> 10456 VR2AR-546131     -5.612700     56.37988             35
    +#> 10457 VR2AR-546131     -5.612700     56.37988             35
    +#> 10458 VR2AR-546131     -5.612700     56.37988             35
    +#> 10459 VR2AR-546131     -5.612700     56.37988             35
    +#> 10460 VR2AR-546131     -5.612700     56.37988             35
    +#> 10461 VR2AR-546131     -5.612700     56.37988             35
    +#> 10462 VR2AR-546131     -5.612700     56.37988             35
    +#> 10463 VR2AR-546131     -5.612700     56.37988             35
    +#> 10464 VR2AR-546131     -5.612700     56.37988             35
    +#> 10465 VR2AR-546131     -5.612700     56.37988             35
    +#> 10466 VR2AR-546131     -5.612700     56.37988             35
    +#> 10467 VR2AR-546131     -5.612700     56.37988             35
    +#> 10468 VR2AR-546131     -5.612700     56.37988             35
    +#> 10469 VR2AR-546131     -5.612700     56.37988             35
    +#> 10470 VR2AR-546131     -5.612700     56.37988             35
    +#> 10471 VR2AR-546131     -5.612700     56.37988             35
    +#> 10472 VR2AR-546131     -5.612700     56.37988             35
    +#> 10473 VR2AR-546131     -5.612700     56.37988             35
    +#> 10474 VR2AR-546131     -5.612700     56.37988             35
    +#> 10475 VR2AR-546131     -5.612700     56.37988             35
    +#> 10476 VR2AR-546131     -5.612700     56.37988             35
    +#> 10477 VR2AR-546131     -5.612700     56.37988             35
    +#> 10478 VR2AR-546131     -5.612700     56.37988             35
    +#> 10479 VR2AR-546131     -5.612700     56.37988             35
    +#> 10480 VR2AR-546131     -5.612700     56.37988             35
    +#> 10481 VR2AR-546131     -5.612700     56.37988             35
    +#> 10482 VR2AR-546131     -5.612700     56.37988             35
    +#> 10483 VR2AR-546131     -5.612700     56.37988             35
    +#> 10484 VR2AR-546131     -5.612700     56.37988             35
    +#> 10485 VR2AR-546131     -5.612700     56.37988             35
    +#> 10486 VR2AR-546131     -5.612700     56.37988             35
    +#> 10487 VR2AR-546131     -5.612700     56.37988             35
    +#> 10488 VR2AR-546131     -5.612700     56.37988             35
    +#> 10489 VR2AR-546131     -5.612700     56.37988             35
    +#> 10490 VR2AR-546131     -5.612700     56.37988             35
    +#> 10491 VR2AR-546131     -5.612700     56.37988             35
    +#> 10492 VR2AR-546131     -5.612700     56.37988             35
    +#> 10493 VR2AR-546131     -5.612700     56.37988             35
    +#> 10494 VR2AR-546131     -5.612700     56.37988             35
    +#> 10495 VR2AR-546131     -5.612700     56.37988             35
    +#> 10496 VR2AR-546131     -5.612700     56.37988             35
    +#> 10497 VR2AR-546131     -5.612700     56.37988             35
    +#> 10498 VR2AR-546131     -5.612700     56.37988             35
    +#> 10499 VR2AR-546131     -5.612700     56.37988             35
    +#> 10500 VR2AR-546131     -5.612700     56.37988             35
    +#> 10501 VR2AR-546131     -5.612700     56.37988             35
    +#> 10502 VR2AR-546584     -5.604973     56.37774             30
    +#> 10503 VR2AR-546131     -5.612700     56.37988             35
    +#> 10504 VR2AR-546584     -5.604973     56.37774             30
    +#> 10505 VR2AR-546131     -5.612700     56.37988             35
    +#> 10506 VR2AR-546584     -5.604973     56.37774             30
    +#> 10507 VR2AR-546131     -5.612700     56.37988             35
    +#> 10508 VR2AR-546131     -5.612700     56.37988             35
    +#> 10509 VR2AR-546584     -5.604973     56.37774             30
    +#> 10510 VR2AR-546584     -5.604973     56.37774             30
    +#> 10511 VR2AR-546131     -5.612700     56.37988             35
    +#> 10512 VR2AR-546131     -5.612700     56.37988             35
    +#> 10513 VR2AR-546584     -5.604973     56.37774             30
    +#> 10514 VR2AR-546131     -5.612700     56.37988             35
    +#> 10515 VR2AR-546131     -5.612700     56.37988             35
    +#> 10516 VR2AR-546584     -5.604973     56.37774             30
    +#> 10517 VR2AR-546131     -5.612700     56.37988             35
    +#> 10518 VR2AR-546584     -5.604973     56.37774             30
    +#> 10519 VR2AR-546584     -5.604973     56.37774             30
    +#> 10520 VR2AR-546131     -5.612700     56.37988             35
    +#> 10521 VR2AR-546584     -5.604973     56.37774             30
    +#> 10522 VR2AR-546131     -5.612700     56.37988             35
    +#> 10523 VR2AR-546131     -5.612700     56.37988             35
    +#> 10524 VR2AR-546584     -5.604973     56.37774             30
    +#> 10525 VR2AR-546584     -5.604973     56.37774             30
    +#> 10526 VR2AR-546131     -5.612700     56.37988             35
    +#> 10527 VR2AR-546131     -5.612700     56.37988             35
    +#> 10528 VR2AR-546584     -5.604973     56.37774             30
    +#> 10529 VR2AR-546131     -5.612700     56.37988             35
    +#> 10530 VR2AR-546584     -5.604973     56.37774             30
    +#> 10531 VR2AR-546131     -5.612700     56.37988             35
    +#> 10532 VR2AR-546131     -5.612700     56.37988             35
    +#> 10533 VR2AR-546584     -5.604973     56.37774             30
    +#> 10534 VR2AR-546584     -5.604973     56.37774             30
    +#> 10535 VR2AR-546131     -5.612700     56.37988             35
    +#> 10536 VR2AR-546131     -5.612700     56.37988             35
    +#> 10537 VR2AR-546584     -5.604973     56.37774             30
    +#> 10538 VR2AR-546584     -5.604973     56.37774             30
    +#> 10539 VR2AR-546131     -5.612700     56.37988             35
    +#> 10540 VR2AR-546131     -5.612700     56.37988             35
    +#> 10541 VR2AR-546584     -5.604973     56.37774             30
    +#> 10542 VR2AR-546131     -5.612700     56.37988             35
    +#> 10543 VR2AR-546131     -5.612700     56.37988             35
    +#> 10544 VR2AR-546131     -5.612700     56.37988             35
    +#> 10545 VR2AR-546131     -5.612700     56.37988             35
    +#> 10546 VR2AR-546131     -5.612700     56.37988             35
    +#> 10547 VR2AR-546131     -5.612700     56.37988             35
    +#> 10548 VR2AR-546131     -5.612700     56.37988             35
    +#> 10549 VR2AR-546131     -5.612700     56.37988             35
    +#> 10550 VR2AR-546131     -5.612700     56.37988             35
    +#> 10551 VR2AR-546131     -5.612700     56.37988             35
    +#> 10552 VR2AR-546131     -5.612700     56.37988             35
    +#> 10553 VR2AR-546131     -5.612700     56.37988             35
    +#> 10554 VR2AR-546131     -5.612700     56.37988             35
    +#> 10555 VR2AR-546131     -5.612700     56.37988             35
    +#> 10556 VR2AR-546131     -5.612700     56.37988             35
    +#> 10557 VR2AR-546134     -5.643867     56.38278            145
    +#> 10558 VR2AR-546134     -5.643867     56.38278            145
    +#> 10559 VR2AR-546134     -5.643867     56.38278            145
    +#> 10560 VR2AR-546134     -5.643867     56.38278            145
    +#> 10561 VR2AR-546134     -5.643867     56.38278            145
    +#> 10562 VR2AR-546134     -5.643867     56.38278            145
    +#> 10563 VR2AR-546134     -5.643867     56.38278            145
    +#> 10564 VR2AR-546134     -5.643867     56.38278            145
    +#> 10565 VR2AR-546134     -5.643867     56.38278            145
    +#> 10566 VR2AR-546134     -5.643867     56.38278            145
    +#> 10567 VR2AR-546134     -5.643867     56.38278            145
    +#> 10568 VR2AR-546134     -5.643867     56.38278            145
    +#> 10569 VR2AR-546134     -5.643867     56.38278            145
    +#> 10570 VR2AR-546134     -5.643867     56.38278            145
    +#> 10571 VR2AR-546134     -5.643867     56.38278            145
    +#> 10572 VR2AR-546134     -5.643867     56.38278            145
    +#> 10573 VR2AR-546134     -5.643867     56.38278            145
    +#> 10574 VR2AR-546134     -5.643867     56.38278            145
    +#> 10575 VR2AR-546134     -5.643867     56.38278            145
    +#> 10576 VR2AR-546134     -5.643867     56.38278            145
    +#> 10577 VR2AR-546134     -5.643867     56.38278            145
    +#> 10578 VR2AR-546134     -5.643867     56.38278            145
    +#> 10579 VR2AR-546134     -5.643867     56.38278            145
    +#> 10580 VR2AR-546134     -5.643867     56.38278            145
    +#> 10581 VR2AR-546135     -5.657067     56.38803             85
    +#> 10582 VR2AR-546135     -5.657067     56.38803             85
    +#> 10583 VR2AR-546135     -5.657067     56.38803             85
    +#> 10584 VR2AR-546380     -5.637917     56.44800             25
    +#> 10585 VR2AR-546380     -5.637917     56.44800             25
    +#> 10586 VR2AR-546380     -5.637917     56.44800             25
    +#> 10587 VR2AR-546380     -5.637917     56.44800             25
    +#> 10588 VR2AR-546380     -5.637917     56.44800             25
    +#> 10589 VR2AR-546380     -5.637917     56.44800             25
    +#> 10590 VR2AR-546380     -5.637917     56.44800             25
    +#> 10591 VR2AR-546380     -5.637917     56.44800             25
    +#> 10592 VR2AR-546380     -5.637917     56.44800             25
    +#> 10593 VR2AR-546380     -5.637917     56.44800             25
    +#> 10594 VR2AR-546380     -5.637917     56.44800             25
    +#> 10595 VR2AR-546380     -5.637917     56.44800             25
    +#> 10596 VR2AR-546380     -5.637917     56.44800             25
    +#> 10597 VR2AR-546380     -5.637917     56.44800             25
    +#> 10598 VR2AR-546380     -5.637917     56.44800             25
    +#> 10599 VR2AR-546380     -5.637917     56.44800             25
    +#> 10600 VR2AR-546380     -5.637917     56.44800             25
    +#> 10601 VR2AR-546380     -5.637917     56.44800             25
    +#> 10602 VR2AR-546586     -5.707092     56.49447             20
    +#> 10603 VR2AR-546133     -5.701717     56.49747             90
    +#> 10604 VR2AR-546133     -5.701717     56.49747             90
    +#> 10605 VR2AR-546586     -5.707092     56.49447             20
    +#> 10606 VR2AR-546586     -5.707092     56.49447             20
    +#> 10607 VR2AR-546586     -5.707092     56.49447             20
    +#> 10608 VR2AR-546133     -5.701717     56.49747             90
    +#> 10609 VR2AR-546586     -5.707092     56.49447             20
    +#> 10610 VR2AR-546586     -5.707092     56.49447             20
    +#> 10611 VR2AR-546586     -5.707092     56.49447             20
    +#> 10612 VR2AR-546586     -5.707092     56.49447             20
    +#> 10613 VR2AR-546133     -5.701717     56.49747             90
    +#> 10614 VR2AR-546586     -5.707092     56.49447             20
    +#> 10615 VR2AR-546133     -5.701717     56.49747             90
    +#> 10616 VR2AR-546586     -5.707092     56.49447             20
    +#> 10617 VR2AR-546586     -5.707092     56.49447             20
    +#> 10618 VR2AR-546133     -5.701717     56.49747             90
    +#> 10619 VR2AR-546586     -5.707092     56.49447             20
    +#> 10620 VR2AR-546133     -5.701717     56.49747             90
    +#> 10621 VR2AR-546586     -5.707092     56.49447             20
    +#> 10622 VR2AR-546586     -5.707092     56.49447             20
    +#> 10623 VR2AR-546586     -5.707092     56.49447             20
    +#> 10624 VR2AR-546133     -5.701717     56.49747             90
    +#> 10625 VR2AR-546586     -5.707092     56.49447             20
    +#> 10626 VR2AR-546133     -5.701717     56.49747             90
    +#> 10627 VR2AR-546133     -5.701717     56.49747             90
    +#> 10628 VR2AR-546133     -5.701717     56.49747             90
    +#> 10629 VR2AR-546133     -5.701717     56.49747             90
    +#> 10630 VR2AR-546133     -5.701717     56.49747             90
    +#> 10631 VR2AR-546133     -5.701717     56.49747             90
    +#> 10632 VR2AR-546133     -5.701717     56.49747             90
    +#> 10633 VR2AR-546133     -5.701717     56.49747             90
    +#> 10634 VR2AR-546586     -5.707092     56.49447             20
    +#> 10635 VR2AR-546586     -5.707092     56.49447             20
    +#> 10636 VR2AR-546586     -5.707092     56.49447             20
    +#> 10637 VR2AR-546133     -5.701717     56.49747             90
    +#> 10638 VR2AR-546586     -5.707092     56.49447             20
    +#> 10639 VR2AR-546586     -5.707092     56.49447             20
    +#> 10640 VR2AR-546133     -5.701717     56.49747             90
    +#> 10641 VR2AR-546586     -5.707092     56.49447             20
    +#> 10642 VR2AR-546586     -5.707092     56.49447             20
    +#> 10643 VR2AR-546586     -5.707092     56.49447             20
    +#> 10644 VR2AR-546586     -5.707092     56.49447             20
    +#> 10645 VR2AR-546586     -5.707092     56.49447             20
    +#> 10646 VR2AR-546133     -5.701717     56.49747             90
    +#> 10647 VR2AR-546586     -5.707092     56.49447             20
    +#> 10648 VR2AR-546586     -5.707092     56.49447             20
    +#> 10649 VR2AR-546586     -5.707092     56.49447             20
    +#> 10650 VR2AR-546586     -5.707092     56.49447             20
    +#> 10651 VR2AR-546586     -5.707092     56.49447             20
    +#> 10652 VR2AR-546586     -5.707092     56.49447             20
    +#> 10653 VR2AR-546586     -5.707092     56.49447             20
    +#> 10654 VR2AR-546586     -5.707092     56.49447             20
    +#> 10655 VR2AR-546586     -5.707092     56.49447             20
    +#> 10656 VR2AR-546380     -5.637917     56.44800             25
    +#> 10657 VR2AR-546380     -5.637917     56.44800             25
    +#> 10658 VR2AR-546380     -5.637917     56.44800             25
    +#> 10659 VR2AR-546380     -5.637917     56.44800             25
    +#> 10660 VR2AR-546380     -5.637917     56.44800             25
    +#> 10661 VR2AR-546380     -5.637917     56.44800             25
    +#> 10662 VR2AR-546380     -5.637917     56.44800             25
    +#> 10663 VR2AR-546380     -5.637917     56.44800             25
    +#> 10664 VR2AR-546380     -5.637917     56.44800             25
    +#> 10665 VR2AR-546380     -5.637917     56.44800             25
    +#> 10666 VR2AR-546380     -5.637917     56.44800             25
    +#> 10667 VR2AR-546380     -5.637917     56.44800             25
    +#> 10668 VR2AR-546380     -5.637917     56.44800             25
    +#> 10669 VR2AR-546380     -5.637917     56.44800             25
    +#> 10670 VR2AR-546380     -5.637917     56.44800             25
    +#> 10671 VR2AR-546380     -5.637917     56.44800             25
    +#> 10672 VR2AR-546380     -5.637917     56.44800             25
    +#> 10673 VR2AR-546380     -5.637917     56.44800             25
    +#> 10674 VR2AR-546380     -5.637917     56.44800             25
    +#> 10675 VR2AR-546380     -5.637917     56.44800             25
    +#> 10676 VR2AR-546380     -5.637917     56.44800             25
    +#> 10677 VR2AR-546380     -5.637917     56.44800             25
    +#> 10678 VR2AR-546380     -5.637917     56.44800             25
    +#> 10679 VR2AR-546380     -5.637917     56.44800             25
    +#> 10680 VR2AR-546380     -5.637917     56.44800             25
    +#> 10681 VR2AR-546380     -5.637917     56.44800             25
    +#> 10682 VR2AR-546134     -5.643867     56.38278            145
    +#> 10683 VR2AR-546134     -5.643867     56.38278            145
    +#> 10684 VR2AR-546134     -5.643867     56.38278            145
    +#> 10685 VR2AR-546134     -5.643867     56.38278            145
    +#> 10686 VR2AR-546134     -5.643867     56.38278            145
    +#> 10687 VR2AR-546134     -5.643867     56.38278            145
    +#> 10688 VR2AR-546134     -5.643867     56.38278            145
    +#> 10689 VR2AR-546134     -5.643867     56.38278            145
    +#> 10690 VR2AR-546134     -5.643867     56.38278            145
    +#> 10691 VR2AR-546134     -5.643867     56.38278            145
    +#> 10692 VR2AR-546134     -5.643867     56.38278            145
    +#> 10693 VR2AR-546134     -5.643867     56.38278            145
    +#> 10694 VR2AR-546134     -5.643867     56.38278            145
    +#> 10695 VR2AR-546131     -5.612700     56.37988             35
    +#> 10696 VR2AR-546131     -5.612700     56.37988             35
    +#> 10697 VR2AR-546131     -5.612700     56.37988             35
    +#> 10698 VR2AR-546131     -5.612700     56.37988             35
    +#> 10699 VR2AR-546131     -5.612700     56.37988             35
    +#> 10700 VR2AR-546131     -5.612700     56.37988             35
    +#> 10701 VR2AR-546131     -5.612700     56.37988             35
    +#> 10702 VR2AR-546131     -5.612700     56.37988             35
    +#> 10703 VR2AR-546131     -5.612700     56.37988             35
    +#> 10704 VR2AR-546131     -5.612700     56.37988             35
    +#> 10705 VR2AR-546131     -5.612700     56.37988             35
    +#> 10706 VR2AR-546131     -5.612700     56.37988             35
    +#> 10707 VR2AR-546131     -5.612700     56.37988             35
    +#> 10708 VR2AR-546131     -5.612700     56.37988             35
    +#> 10709 VR2AR-546131     -5.612700     56.37988             35
    +#> 10710 VR2AR-546131     -5.612700     56.37988             35
    +#> 10711 VR2AR-546131     -5.612700     56.37988             35
    +#> 10712 VR2AR-546131     -5.612700     56.37988             35
    +#> 10713 VR2AR-546131     -5.612700     56.37988             35
    +#> 10714 VR2AR-546131     -5.612700     56.37988             35
    +#> 10715 VR2AR-546131     -5.612700     56.37988             35
    +#> 10716 VR2AR-546131     -5.612700     56.37988             35
    +#> 10717 VR2AR-546131     -5.612700     56.37988             35
    +#> 10718 VR2AR-546131     -5.612700     56.37988             35
    +#> 10719 VR2AR-546131     -5.612700     56.37988             35
    +#> 10720 VR2AR-546131     -5.612700     56.37988             35
    +#> 10721 VR2AR-546131     -5.612700     56.37988             35
    +#> 10722 VR2AR-546131     -5.612700     56.37988             35
    +#> 10723 VR2AR-546131     -5.612700     56.37988             35
    +#> 10724 VR2AR-546131     -5.612700     56.37988             35
    +#> 10725 VR2AR-546131     -5.612700     56.37988             35
    +#> 10726 VR2AR-546131     -5.612700     56.37988             35
    +#> 10727 VR2AR-546131     -5.612700     56.37988             35
    +#> 10728 VR2AR-546131     -5.612700     56.37988             35
    +#> 10729 VR2AR-546131     -5.612700     56.37988             35
    +#> 10730 VR2AR-546131     -5.612700     56.37988             35
    +#> 10731 VR2AR-546131     -5.612700     56.37988             35
    +#> 10732 VR2AR-546131     -5.612700     56.37988             35
    +#> 10733 VR2AR-546131     -5.612700     56.37988             35
    +#> 10734 VR2AR-546131     -5.612700     56.37988             35
    +#> 10735 VR2AR-546131     -5.612700     56.37988             35
    +#> 10736 VR2AR-546131     -5.612700     56.37988             35
    +#> 10737 VR2AR-546131     -5.612700     56.37988             35
    +#> 10738 VR2AR-546131     -5.612700     56.37988             35
    +#> 10739 VR2AR-546131     -5.612700     56.37988             35
    +#> 10740 VR2AR-546131     -5.612700     56.37988             35
    +#> 10741 VR2AR-546131     -5.612700     56.37988             35
    +#> 10742 VR2AR-546131     -5.612700     56.37988             35
    +#> 10743 VR2AR-546131     -5.612700     56.37988             35
    +#> 10744 VR2AR-546131     -5.612700     56.37988             35
    +#> 10745 VR2AR-546131     -5.612700     56.37988             35
    +#> 10746 VR2AR-546131     -5.612700     56.37988             35
    +#> 10747 VR2AR-546131     -5.612700     56.37988             35
    +#> 10748 VR2AR-546131     -5.612700     56.37988             35
    +#> 10749 VR2AR-546131     -5.612700     56.37988             35
    +#> 10750 VR2AR-546131     -5.612700     56.37988             35
    +#> 10751 VR2AR-546131     -5.612700     56.37988             35
    +#> 10752 VR2AR-546131     -5.612700     56.37988             35
    +#> 10753 VR2AR-546131     -5.612700     56.37988             35
    +#> 10754 VR2AR-546131     -5.612700     56.37988             35
    +#> 10755 VR2AR-546131     -5.612700     56.37988             35
    +#> 10756 VR2AR-546131     -5.612700     56.37988             35
    +#> 10757 VR2AR-546131     -5.612700     56.37988             35
    +#> 10758 VR2AR-546131     -5.612700     56.37988             35
    +#> 10759 VR2AR-546131     -5.612700     56.37988             35
    +#> 10760 VR2AR-546131     -5.612700     56.37988             35
    +#> 10761 VR2AR-546131     -5.612700     56.37988             35
    +#> 10762 VR2AR-546131     -5.612700     56.37988             35
    +#> 10763 VR2AR-546131     -5.612700     56.37988             35
    +#> 10764 VR2AR-546131     -5.612700     56.37988             35
    +#> 10765 VR2AR-546131     -5.612700     56.37988             35
    +#> 10766 VR2AR-546131     -5.612700     56.37988             35
    +#> 10767 VR2AR-546131     -5.612700     56.37988             35
    +#> 10768 VR2AR-546131     -5.612700     56.37988             35
    +#> 10769 VR2AR-546131     -5.612700     56.37988             35
    +#> 10770 VR2AR-546131     -5.612700     56.37988             35
    +#> 10771 VR2AR-546131     -5.612700     56.37988             35
    +#> 10772 VR2AR-546131     -5.612700     56.37988             35
    +#> 10773 VR2AR-546131     -5.612700     56.37988             35
    +#> 10774 VR2AR-546131     -5.612700     56.37988             35
    +#> 10775 VR2AR-546131     -5.612700     56.37988             35
    +#> 10776 VR2AR-546131     -5.612700     56.37988             35
    +#> 10777 VR2AR-546131     -5.612700     56.37988             35
    +#> 10778 VR2AR-546131     -5.612700     56.37988             35
    +#> 10779 VR2AR-546131     -5.612700     56.37988             35
    +#> 10780 VR2AR-546131     -5.612700     56.37988             35
    +#> 10781 VR2AR-546131     -5.612700     56.37988             35
    +#> 10782 VR2AR-546131     -5.612700     56.37988             35
    +#> 10783 VR2AR-546131     -5.612700     56.37988             35
    +#> 10784 VR2AR-546131     -5.612700     56.37988             35
    +#> 10785 VR2AR-546131     -5.612700     56.37988             35
    +#> 10786 VR2AR-546131     -5.612700     56.37988             35
    +#> 10787 VR2AR-546131     -5.612700     56.37988             35
    +#> 10788 VR2AR-546131     -5.612700     56.37988             35
    +#> 10789 VR2AR-546131     -5.612700     56.37988             35
    +#> 10790 VR2AR-546131     -5.612700     56.37988             35
    +#> 10791 VR2AR-546131     -5.612700     56.37988             35
    +#> 10792 VR2AR-546131     -5.612700     56.37988             35
    +#> 10793 VR2AR-546131     -5.612700     56.37988             35
    +#> 10794 VR2AR-546131     -5.612700     56.37988             35
    +#> 10795 VR2AR-546131     -5.612700     56.37988             35
    +#> 10796 VR2AR-546131     -5.612700     56.37988             35
    +#> 10797 VR2AR-546131     -5.612700     56.37988             35
    +#> 10798 VR2AR-546131     -5.612700     56.37988             35
    +#> 10799 VR2AR-546131     -5.612700     56.37988             35
    +#> 10800 VR2AR-546131     -5.612700     56.37988             35
    +#> 10801 VR2AR-546131     -5.612700     56.37988             35
    +#> 10802 VR2AR-546131     -5.612700     56.37988             35
    +#> 10803 VR2AR-546131     -5.612700     56.37988             35
    +#> 10804 VR2AR-546131     -5.612700     56.37988             35
    +#> 10805 VR2AR-546131     -5.612700     56.37988             35
    +#> 10806 VR2AR-546131     -5.612700     56.37988             35
    +#> 10807 VR2AR-546131     -5.612700     56.37988             35
    +#> 10808 VR2AR-546584     -5.604973     56.37774             30
    +#> 10809 VR2AR-546131     -5.612700     56.37988             35
    +#> 10810 VR2AR-546131     -5.612700     56.37988             35
    +#> 10811 VR2AR-546131     -5.612700     56.37988             35
    +#> 10812 VR2AR-546584     -5.604973     56.37774             30
    +#> 10813 VR2AR-546584     -5.604973     56.37774             30
    +#> 10814 VR2AR-546131     -5.612700     56.37988             35
    +#> 10815 VR2AR-546131     -5.612700     56.37988             35
    +#> 10816 VR2AR-546584     -5.604973     56.37774             30
    +#> 10817 VR2AR-546584     -5.604973     56.37774             30
    +#> 10818 VR2AR-546584     -5.604973     56.37774             30
    +#> 10819 VR2AR-546131     -5.612700     56.37988             35
    +#> 10820 VR2AR-546584     -5.604973     56.37774             30
    +#> 10821 VR2AR-546584     -5.604973     56.37774             30
    +#> 10822 VR2AR-546584     -5.604973     56.37774             30
    +#> 10823 VR2AR-546584     -5.604973     56.37774             30
    +#> 10824 VR2AR-546584     -5.604973     56.37774             30
    +#> 10825 VR2AR-546584     -5.604973     56.37774             30
    +#> 10826 VR2AR-546584     -5.604973     56.37774             30
    +#> 10827 VR2AR-546584     -5.604973     56.37774             30
    +#> 10828 VR2AR-546131     -5.612700     56.37988             35
    +#> 10829 VR2AR-546131     -5.612700     56.37988             35
    +#> 10830 VR2AR-546584     -5.604973     56.37774             30
    +#> 10831 VR2AR-546131     -5.612700     56.37988             35
    +#> 10832 VR2AR-546131     -5.612700     56.37988             35
    +#> 10833 VR2AR-546131     -5.612700     56.37988             35
    +#> 10834 VR2AR-546131     -5.612700     56.37988             35
    +#> 10835 VR2AR-546131     -5.612700     56.37988             35
    +#> 10836 VR2AR-546131     -5.612700     56.37988             35
    +#> 10837 VR2AR-546131     -5.612700     56.37988             35
    +#> 10838 VR2AR-546584     -5.604973     56.37774             30
    +#> 10839 VR2AR-546131     -5.612700     56.37988             35
    +#> 10840 VR2AR-546584     -5.604973     56.37774             30
    +#> 10841 VR2AR-546131     -5.612700     56.37988             35
    +#> 10842 VR2AR-546131     -5.612700     56.37988             35
    +#> 10843 VR2AR-546584     -5.604973     56.37774             30
    +#> 10844 VR2AR-546584     -5.604973     56.37774             30
    +#> 10845 VR2AR-546131     -5.612700     56.37988             35
    +#> 10846 VR2AR-546584     -5.604973     56.37774             30
    +#> 10847 VR2AR-546131     -5.612700     56.37988             35
    +#> 10848 VR2AR-546131     -5.612700     56.37988             35
    +#> 10849 VR2AR-546131     -5.612700     56.37988             35
    +#> 10850 VR2AR-546584     -5.604973     56.37774             30
    +#> 10851 VR2AR-546131     -5.612700     56.37988             35
    +#> 10852 VR2AR-546131     -5.612700     56.37988             35
    +#> 10853 VR2AR-546131     -5.612700     56.37988             35
    +#> 10854 VR2AR-546131     -5.612700     56.37988             35
    +#> 10855 VR2AR-546131     -5.612700     56.37988             35
    +#> 10856 VR2AR-546131     -5.612700     56.37988             35
    +#> 10857 VR2AR-546131     -5.612700     56.37988             35
    +#> 10858 VR2AR-546131     -5.612700     56.37988             35
    +#> 10859 VR2AR-546131     -5.612700     56.37988             35
    +#> 10860 VR2AR-546131     -5.612700     56.37988             35
    +#> 10861 VR2AR-546584     -5.604973     56.37774             30
    +#> 10862 VR2AR-546131     -5.612700     56.37988             35
    +#> 10863 VR2AR-546584     -5.604973     56.37774             30
    +#> 10864 VR2AR-546131     -5.612700     56.37988             35
    +#> 10865 VR2AR-546131     -5.612700     56.37988             35
    +#> 10866 VR2AR-546131     -5.612700     56.37988             35
    +#> 10867 VR2AR-546131     -5.612700     56.37988             35
    +#> 10868 VR2AR-546131     -5.612700     56.37988             35
    +#> 10869 VR2AR-546131     -5.612700     56.37988             35
    +#> 10870 VR2AR-546131     -5.612700     56.37988             35
    +#> 10871 VR2AR-546131     -5.612700     56.37988             35
    +#> 10872 VR2AR-546131     -5.612700     56.37988             35
    +#> 10873 VR2AR-546131     -5.612700     56.37988             35
    +#> 10874 VR2AR-546131     -5.612700     56.37988             35
    +#> 10875 VR2AR-546131     -5.612700     56.37988             35
    +#> 10876 VR2AR-546131     -5.612700     56.37988             35
    +#> 10877 VR2AR-546584     -5.604973     56.37774             30
    +#> 10878 VR2AR-546131     -5.612700     56.37988             35
    +#> 10879 VR2AR-546584     -5.604973     56.37774             30
    +#> 10880 VR2AR-546131     -5.612700     56.37988             35
    +#> 10881 VR2AR-546131     -5.612700     56.37988             35
    +#> 10882 VR2AR-546131     -5.612700     56.37988             35
    +#> 10883 VR2AR-546584     -5.604973     56.37774             30
    +#> 10884 VR2AR-546131     -5.612700     56.37988             35
    +#> 10885 VR2AR-546131     -5.612700     56.37988             35
    +#> 10886 VR2AR-546584     -5.604973     56.37774             30
    +#> 10887 VR2AR-546584     -5.604973     56.37774             30
    +#> 10888 VR2AR-546131     -5.612700     56.37988             35
    +#> 10889 VR2AR-546131     -5.612700     56.37988             35
    +#> 10890 VR2AR-546131     -5.612700     56.37988             35
    +#> 10891 VR2AR-546131     -5.612700     56.37988             35
    +#> 10892 VR2AR-546131     -5.612700     56.37988             35
    +#> 10893 VR2AR-546131     -5.612700     56.37988             35
    +#> 10894 VR2AR-546131     -5.612700     56.37988             35
    +#> 10895 VR2AR-546131     -5.612700     56.37988             35
    +#> 10896 VR2AR-546131     -5.612700     56.37988             35
    +#> 10897 VR2AR-546131     -5.612700     56.37988             35
    +#> 10898 VR2AR-546131     -5.612700     56.37988             35
    +#> 10899 VR2AR-546131     -5.612700     56.37988             35
    +#> 10900 VR2AR-546131     -5.612700     56.37988             35
    +#> 10901 VR2AR-546585     -5.623995     56.37436             75
    +#> 10902 VR2AR-546585     -5.623995     56.37436             75
    +#> 10903 VR2AR-546585     -5.623995     56.37436             75
    +#> 10904  VR2W-108160     -5.631733     56.37447             50
    +#> 10905 VR2AR-546585     -5.623995     56.37436             75
    +#> 10906  VR2W-108160     -5.631733     56.37447             50
    +#> 10907 VR2AR-546585     -5.623995     56.37436             75
    +#> 10908  VR2W-108160     -5.631733     56.37447             50
    +#> 10909 VR2AR-546585     -5.623995     56.37436             75
    +#> 10910 VR2AR-546585     -5.623995     56.37436             75
    +#> 10911 VR2AR-546585     -5.623995     56.37436             75
    +#> 10912 VR2AR-546585     -5.623995     56.37436             75
    +#> 10913 VR2AR-546585     -5.623995     56.37436             75
    +#> 10914  VR2W-108160     -5.631733     56.37447             50
    +#> 10915 VR2AR-546585     -5.623995     56.37436             75
    +#> 10916  VR2W-108160     -5.631733     56.37447             50
    +#> 10917 VR2AR-546585     -5.623995     56.37436             75
    +#> 10918  VR2W-108160     -5.631733     56.37447             50
    +#> 10919  VR2W-108160     -5.631733     56.37447             50
    +#> 10920  VR2W-108160     -5.631733     56.37447             50
    +#> 10921 VR2AR-546134     -5.643867     56.38278            145
    +#> 10922 VR2AR-546134     -5.643867     56.38278            145
    +#> 10923 VR2AR-546134     -5.643867     56.38278            145
    +#> 10924 VR2AR-546134     -5.643867     56.38278            145
    +#> 10925 VR2AR-546134     -5.643867     56.38278            145
    +#> 10926 VR2AR-546134     -5.643867     56.38278            145
    +#> 10927 VR2AR-546134     -5.643867     56.38278            145
    +#> 10928 VR2AR-546134     -5.643867     56.38278            145
    +#> 10929 VR2AR-546134     -5.643867     56.38278            145
    +#> 10930 VR2AR-546134     -5.643867     56.38278            145
    +#> 10931 VR2AR-546134     -5.643867     56.38278            145
    +#> 10932 VR2AR-546134     -5.643867     56.38278            145
    +#> 10933 VR2AR-546134     -5.643867     56.38278            145
    +#> 10934 VR2AR-546134     -5.643867     56.38278            145
    +#> 10935 VR2AR-546134     -5.643867     56.38278            145
    +#> 10936 VR2AR-546135     -5.657067     56.38803             85
    +#> 10937 VR2AR-546135     -5.657067     56.38803             85
    +#> 10938 VR2AR-546135     -5.657067     56.38803             85
    +#> 10939 VR2AR-546135     -5.657067     56.38803             85
    +#> 10940 VR2AR-546135     -5.657067     56.38803             85
    +#> 10941 VR2AR-546135     -5.657067     56.38803             85
    +#> 10942 VR2AR-546135     -5.657067     56.38803             85
    +#> 10943 VR2AR-546135     -5.657067     56.38803             85
    +#> 10944 VR2AR-546135     -5.657067     56.38803             85
    +#> 10945 VR2AR-546135     -5.657067     56.38803             85
    +#> 10946 VR2AR-546135     -5.657067     56.38803             85
    +#> 10947 VR2AR-546135     -5.657067     56.38803             85
    +#> 10948 VR2AR-546135     -5.657067     56.38803             85
    +#> 10949 VR2AR-546135     -5.657067     56.38803             85
    +#> 10950 VR2AR-546135     -5.657067     56.38803             85
    +#> 10951 VR2AR-546135     -5.657067     56.38803             85
    +#> 10952 VR2AR-546135     -5.657067     56.38803             85
    +#> 10953 VR2AR-546380     -5.637917     56.44800             25
    +#> 10954 VR2AR-546380     -5.637917     56.44800             25
    +#> 10955 VR2AR-546380     -5.637917     56.44800             25
    +#> 10956 VR2AR-546380     -5.637917     56.44800             25
    +#> 10957 VR2AR-546380     -5.637917     56.44800             25
    +#> 10958 VR2AR-546380     -5.637917     56.44800             25
    +#> 10959 VR2AR-546380     -5.637917     56.44800             25
    +#> 10960 VR2AR-546380     -5.637917     56.44800             25
    +#> 10961 VR2AR-546380     -5.637917     56.44800             25
    +#> 10962 VR2AR-546380     -5.637917     56.44800             25
    +#> 10963 VR2AR-546380     -5.637917     56.44800             25
    +#> 10964 VR2AR-546380     -5.637917     56.44800             25
    +#> 10965 VR2AR-546380     -5.637917     56.44800             25
    +#> 10966 VR2AR-546380     -5.637917     56.44800             25
    +#> 10967 VR2AR-546380     -5.637917     56.44800             25
    +#> 10968 VR2AR-546380     -5.637917     56.44800             25
    +#> 10969 VR2AR-546380     -5.637917     56.44800             25
    +#> 10970 VR2AR-546380     -5.637917     56.44800             25
    +#> 10971 VR2AR-546380     -5.637917     56.44800             25
    +#> 10972 VR2AR-546380     -5.637917     56.44800             25
    +#> 10973 VR2AR-546380     -5.637917     56.44800             25
    +#> 10974 VR2AR-546380     -5.637917     56.44800             25
    +#> 10975 VR2AR-546380     -5.637917     56.44800             25
    +#> 10976 VR2AR-546380     -5.637917     56.44800             25
    +#> 10977 VR2AR-546380     -5.637917     56.44800             25
    +#> 10978 VR2AR-546380     -5.637917     56.44800             25
    +#> 10979 VR2AR-546380     -5.637917     56.44800             25
    +#> 10980 VR2AR-546380     -5.637917     56.44800             25
    +#> 10981 VR2AR-546380     -5.637917     56.44800             25
    +#> 10982 VR2AR-546380     -5.637917     56.44800             25
    +#> 10983 VR2AR-546131     -5.612700     56.37988             35
    +#> 10984 VR2AR-546131     -5.612700     56.37988             35
    +#> 10985 VR2AR-546131     -5.612700     56.37988             35
    +#> 10986 VR2AR-546131     -5.612700     56.37988             35
    +#> 10987 VR2AR-546131     -5.612700     56.37988             35
    +#> 10988 VR2AR-546131     -5.612700     56.37988             35
    +#> 10989 VR2AR-546131     -5.612700     56.37988             35
    +#> 10990 VR2AR-546131     -5.612700     56.37988             35
    +#> 10991 VR2AR-546131     -5.612700     56.37988             35
    +#> 10992 VR2AR-546131     -5.612700     56.37988             35
    +#> 10993 VR2AR-546131     -5.612700     56.37988             35
    +#> 10994 VR2AR-546131     -5.612700     56.37988             35
    +#> 10995 VR2AR-546584     -5.604973     56.37774             30
    +#> 10996 VR2AR-546131     -5.612700     56.37988             35
    +#> 10997 VR2AR-546131     -5.612700     56.37988             35
    +#> 10998 VR2AR-546584     -5.604973     56.37774             30
    +#> 10999 VR2AR-546131     -5.612700     56.37988             35
    +#> 11000 VR2AR-546131     -5.612700     56.37988             35
    +#> 11001 VR2AR-546131     -5.612700     56.37988             35
    +#> 11002 VR2AR-546584     -5.604973     56.37774             30
    +#> 11003 VR2AR-546131     -5.612700     56.37988             35
    +#> 11004 VR2AR-546584     -5.604973     56.37774             30
    +#> 11005 VR2AR-546131     -5.612700     56.37988             35
    +#> 11006 VR2AR-546131     -5.612700     56.37988             35
    +#> 11007 VR2AR-546131     -5.612700     56.37988             35
    +#> 11008 VR2AR-546131     -5.612700     56.37988             35
    +#> 11009 VR2AR-546131     -5.612700     56.37988             35
    +#> 11010 VR2AR-546131     -5.612700     56.37988             35
    +#> 11011 VR2AR-546131     -5.612700     56.37988             35
    +#> 11012 VR2AR-546131     -5.612700     56.37988             35
    +#> 11013 VR2AR-546131     -5.612700     56.37988             35
    +#> 11014 VR2AR-546131     -5.612700     56.37988             35
    +#> 11015 VR2AR-546131     -5.612700     56.37988             35
    +#> 11016 VR2AR-546131     -5.612700     56.37988             35
    +#> 11017 VR2AR-546131     -5.612700     56.37988             35
    +#> 11018 VR2AR-546131     -5.612700     56.37988             35
    +#> 11019 VR2AR-546131     -5.612700     56.37988             35
    +#> 11020 VR2AR-546131     -5.612700     56.37988             35
    +#> 11021 VR2AR-546131     -5.612700     56.37988             35
    +#> 11022 VR2AR-546131     -5.612700     56.37988             35
    +#> 11023 VR2AR-546131     -5.612700     56.37988             35
    +#> 11024 VR2AR-546131     -5.612700     56.37988             35
    +#> 11025 VR2AR-546131     -5.612700     56.37988             35
    +#> 11026 VR2AR-546131     -5.612700     56.37988             35
    +#> 11027 VR2AR-546131     -5.612700     56.37988             35
    +#> 11028 VR2AR-546131     -5.612700     56.37988             35
    +#> 11029 VR2AR-546131     -5.612700     56.37988             35
    +#> 11030 VR2AR-546131     -5.612700     56.37988             35
    +#> 11031 VR2AR-546131     -5.612700     56.37988             35
    +#> 11032 VR2AR-546131     -5.612700     56.37988             35
    +#> 11033 VR2AR-546131     -5.612700     56.37988             35
    +#> 11034 VR2AR-546131     -5.612700     56.37988             35
    +#> 11035 VR2AR-546131     -5.612700     56.37988             35
    +#> 11036 VR2AR-546131     -5.612700     56.37988             35
    +#> 11037 VR2AR-546131     -5.612700     56.37988             35
    +#> 11038 VR2AR-546131     -5.612700     56.37988             35
    +#> 11039 VR2AR-546131     -5.612700     56.37988             35
    +#> 11040 VR2AR-546131     -5.612700     56.37988             35
    +#> 11041 VR2AR-546131     -5.612700     56.37988             35
    +#> 11042 VR2AR-546131     -5.612700     56.37988             35
    +#> 11043 VR2AR-546131     -5.612700     56.37988             35
    +#> 11044 VR2AR-546131     -5.612700     56.37988             35
    +#> 11045 VR2AR-546131     -5.612700     56.37988             35
    +#> 11046 VR2AR-546131     -5.612700     56.37988             35
    +#> 11047 VR2AR-546131     -5.612700     56.37988             35
    +#> 11048 VR2AR-546131     -5.612700     56.37988             35
    +#> 11049 VR2AR-546131     -5.612700     56.37988             35
    +#> 11050 VR2AR-546131     -5.612700     56.37988             35
    +#> 11051 VR2AR-546131     -5.612700     56.37988             35
    +#> 11052 VR2AR-546131     -5.612700     56.37988             35
    +#> 11053 VR2AR-546131     -5.612700     56.37988             35
    +#> 11054 VR2AR-546131     -5.612700     56.37988             35
    +#> 11055 VR2AR-546131     -5.612700     56.37988             35
    +#> 11056 VR2AR-546131     -5.612700     56.37988             35
    +#> 11057 VR2AR-546131     -5.612700     56.37988             35
    +#> 11058 VR2AR-546131     -5.612700     56.37988             35
    +#> 11059 VR2AR-546131     -5.612700     56.37988             35
    +#> 11060 VR2AR-546131     -5.612700     56.37988             35
    +#> 11061 VR2AR-546131     -5.612700     56.37988             35
    +#> 11062 VR2AR-546131     -5.612700     56.37988             35
    +#> 11063 VR2AR-546131     -5.612700     56.37988             35
    +#> 11064 VR2AR-546131     -5.612700     56.37988             35
    +#> 11065 VR2AR-546131     -5.612700     56.37988             35
    +#> 11066 VR2AR-546131     -5.612700     56.37988             35
    +#> 11067 VR2AR-546131     -5.612700     56.37988             35
    +#> 11068 VR2AR-546131     -5.612700     56.37988             35
    +#> 11069 VR2AR-546131     -5.612700     56.37988             35
    +#> 11070 VR2AR-546131     -5.612700     56.37988             35
    +#> 11071 VR2AR-546131     -5.612700     56.37988             35
    +#> 11072 VR2AR-546131     -5.612700     56.37988             35
    +#> 11073 VR2AR-546131     -5.612700     56.37988             35
    +#> 11074 VR2AR-546131     -5.612700     56.37988             35
    +#> 11075 VR2AR-546131     -5.612700     56.37988             35
    +#> 11076 VR2AR-546131     -5.612700     56.37988             35
    +#> 11077 VR2AR-546131     -5.612700     56.37988             35
    +#> 11078 VR2AR-546131     -5.612700     56.37988             35
    +#> 11079 VR2AR-546131     -5.612700     56.37988             35
    +#> 11080 VR2AR-546131     -5.612700     56.37988             35
    +#> 11081 VR2AR-546131     -5.612700     56.37988             35
    +#> 11082 VR2AR-546131     -5.612700     56.37988             35
    +#> 11083 VR2AR-546131     -5.612700     56.37988             35
    +#> 11084 VR2AR-546131     -5.612700     56.37988             35
    +#> 11085 VR2AR-546131     -5.612700     56.37988             35
    +#> 11086 VR2AR-546131     -5.612700     56.37988             35
    +#> 11087 VR2AR-546131     -5.612700     56.37988             35
    +#> 11088 VR2AR-546131     -5.612700     56.37988             35
    +#> 11089 VR2AR-546131     -5.612700     56.37988             35
    +#> 11090 VR2AR-546131     -5.612700     56.37988             35
    +#> 11091 VR2AR-546131     -5.612700     56.37988             35
    +#> 11092 VR2AR-546584     -5.604973     56.37774             30
    +#> 11093 VR2AR-546131     -5.612700     56.37988             35
    +#> 11094 VR2AR-546131     -5.612700     56.37988             35
    +#> 11095 VR2AR-546131     -5.612700     56.37988             35
    +#> 11096 VR2AR-546584     -5.604973     56.37774             30
    +#> 11097 VR2AR-546131     -5.612700     56.37988             35
    +#> 11098 VR2AR-546131     -5.612700     56.37988             35
    +#> 11099 VR2AR-546584     -5.604973     56.37774             30
    +#> 11100 VR2AR-546584     -5.604973     56.37774             30
    +#> 11101 VR2AR-546131     -5.612700     56.37988             35
    +#> 11102 VR2AR-546584     -5.604973     56.37774             30
    +#> 11103 VR2AR-546584     -5.604973     56.37774             30
    +#> 11104 VR2AR-546131     -5.612700     56.37988             35
    +#> 11105 VR2AR-546584     -5.604973     56.37774             30
    +#> 11106 VR2AR-546584     -5.604973     56.37774             30
    +#> 11107 VR2AR-546131     -5.612700     56.37988             35
    +#> 11108 VR2AR-546131     -5.612700     56.37988             35
    +#> 11109 VR2AR-546131     -5.612700     56.37988             35
    +#> 11110 VR2AR-546584     -5.604973     56.37774             30
    +#> 11111 VR2AR-546131     -5.612700     56.37988             35
    +#>  [ reached 'max' / getOption("max.print") -- omitted 1897 rows ]
    +#> 
    +#> [[2]]$args$delta_t
    +#> [1] "12 hours"
    +#> 
    +#> 
    +#> 
    +#> [[3]]
    +#> [[3]]$data
    +#> [[3]]$data$m1_i1
    +#> NULL
    +#> 
    +#> [[3]]$data$m1_i2
    +#>    pc_receiver_with_detections   pc_of_ts
    +#> 1                     0.000000 42.6303855
    +#> 2                     4.347826  7.4829932
    +#> 3                     4.545455  3.1746032
    +#> 4                     4.761905  0.6802721
    +#> 5                     5.000000  4.3083900
    +#> 6                     5.555556  9.0702948
    +#> 7                     5.882353  6.1224490
    +#> 8                     6.250000  0.9070295
    +#> 9                     7.142857  1.1337868
    +#> 10                    8.333333  0.4535147
    +#> 11                    8.695652  2.2675737
    +#> 12                    9.090909  1.1337868
    +#> 13                   10.000000  4.3083900
    +#> 14                   11.111111  2.4943311
    +#> 15                   11.764706  4.5351474
    +#> 16                   12.500000  0.4535147
    +#> 17                   13.043478  0.4535147
    +#> 18                   14.285714  1.3605442
    +#> 19                   15.000000  1.3605442
    +#> 20                   16.666667  0.9070295
    +#> 21                   17.391304  0.2267574
    +#> 22                   17.647059  0.9070295
    +#> 23                   18.750000  0.4535147
    +#> 24                   20.000000  1.5873016
    +#> 25                   23.529412  0.6802721
    +#> 26                   25.000000  0.2267574
    +#> 27                   27.777778  0.2267574
    +#> 28                   29.411765  0.2267574
    +#> 29                   30.000000  0.2267574
    +#> 30                   35.000000  0.2267574
    +#> 
    +#> [[3]]$data$m2_i1
    +#> NULL
    +#> 
    +#> [[3]]$data$m2_i2
    +#>     pc_detections_per_receiver   pc_of_ts
    +#> 1                   0.00000000 42.4036281
    +#> 2                   0.04347826  0.2267574
    +#> 3                   0.05555556  0.2267574
    +#> 4                   0.10000000  1.1337868
    +#> 5                   0.11111111  0.2267574
    +#> 6                   0.11764706  0.6802721
    +#> 7                   0.12500000  0.2267574
    +#> 8                   0.16666667  0.4535147
    +#> 9                   0.17391304  0.4535147
    +#> 10                  0.17647059  0.4535147
    +#> 11                  0.19047619  0.2267574
    +#> 12                  0.21739130  0.2267574
    +#> 13                  0.23529412  0.4535147
    +#> 14                  0.25000000  0.2267574
    +#> 15                  0.27777778  0.6802721
    +#> 16                  0.29411765  0.4535147
    +#> 17                  0.30000000  0.6802721
    +#> 18                  0.30434783  0.2267574
    +#> 19                  0.31818182  0.2267574
    +#> 20                  0.33333333  0.4535147
    +#> 21                  0.34782609  0.2267574
    +#> 22                  0.35000000  0.2267574
    +#> 23                  0.35294118  0.4535147
    +#> 24                  0.37500000  0.2267574
    +#> 25                  0.39130435  0.2267574
    +#> 26                  0.40000000  0.2267574
    +#> 27                  0.40909091  0.2267574
    +#> 28                  0.41666667  0.2267574
    +#> 29                  0.42857143  0.2267574
    +#> 30                  0.44444444  0.6802721
    +#> 31                  0.45000000  0.4535147
    +#> 32                  0.45454545  0.2267574
    +#> 33                  0.50000000  1.1337868
    +#> 34                  0.52173913  0.6802721
    +#> 35                  0.52941176  0.4535147
    +#> 36                  0.55555556  0.9070295
    +#> 37                  0.59090909  0.2267574
    +#> 38                  0.60869565  0.4535147
    +#> 39                  0.61111111  0.4535147
    +#> 40                  0.63636364  0.2267574
    +#> 41                  0.64705882  0.2267574
    +#> 42                  0.65000000  0.4535147
    +#> 43                  0.65217391  0.4535147
    +#> 44                  0.66666667  0.2267574
    +#> 45                  0.73913043  0.4535147
    +#> 46                  0.75000000  0.2267574
    +#> 47                  0.77272727  0.2267574
    +#> 48                  0.78260870  0.4535147
    +#> 49                  0.78571429  0.4535147
    +#> 50                  0.81818182  0.2267574
    +#> 51                  0.82352941  0.4535147
    +#> 52                  0.82608696  0.2267574
    +#> 53                  0.83333333  0.2267574
    +#> 54                  0.85714286  0.2267574
    +#> 55                  0.86363636  0.2267574
    +#> 56                  0.86956522  0.2267574
    +#> 57                  0.87500000  0.2267574
    +#> 58                  0.90909091  0.2267574
    +#> 59                  0.91304348  0.2267574
    +#> 60                  0.94444444  0.4535147
    +#> 61                  0.95652174  0.2267574
    +#> 62                  1.00000000  0.4535147
    +#> 63                  1.04347826  0.6802721
    +#> 64                  1.05000000  0.2267574
    +#> 65                  1.05555556  0.2267574
    +#> 66                  1.06250000  0.2267574
    +#> 67                  1.10000000  0.2267574
    +#> 68                  1.11764706  0.2267574
    +#> 69                  1.17391304  0.2267574
    +#> 70                  1.17647059  0.4535147
    +#> 71                  1.20000000  0.4535147
    +#> 72                  1.21739130  0.2267574
    +#> 73                  1.22222222  0.4535147
    +#> 74                  1.22727273  0.2267574
    +#> 75                  1.23529412  0.2267574
    +#> 76                  1.25000000  0.2267574
    +#> 77                  1.26086957  0.2267574
    +#> 78                  1.27272727  0.2267574
    +#> 79                  1.27777778  0.2267574
    +#> 80                  1.29411765  0.2267574
    +#> 81                  1.30434783  0.4535147
    +#> 82                  1.33333333  0.4535147
    +#> 83                  1.35294118  0.4535147
    +#> 84                  1.38888889  0.4535147
    +#> 85                  1.47058824  0.2267574
    +#> 86                  1.47826087  0.2267574
    +#> 87                  1.50000000  0.4535147
    +#> 88                  1.52173913  0.2267574
    +#> 89                  1.55555556  0.4535147
    +#> 90                  1.60000000  0.2267574
    +#> 91                  1.61111111  0.2267574
    +#> 92                  1.66666667  0.2267574
    +#> 93                  1.70588235  0.2267574
    +#> 94                  1.75000000  0.2267574
    +#> 95                  1.76470588  0.2267574
    +#> 96                  1.78260870  0.4535147
    +#> 97                  1.82608696  0.2267574
    +#> 98                  1.88235294  0.2267574
    +#> 99                  1.92857143  0.2267574
    +#> 100                 1.94117647  0.2267574
    +#> 101                 1.94444444  0.2267574
    +#> 102                 1.95454545  0.4535147
    +#> 103                 2.00000000  0.2267574
    +#> 104                 2.04545455  0.2267574
    +#> 105                 2.05000000  0.2267574
    +#> 106                 2.07142857  0.2267574
    +#> 107                 2.11764706  0.6802721
    +#> 108                 2.14285714  0.2267574
    +#> 109                 2.15000000  0.2267574
    +#> 110                 2.20000000  0.2267574
    +#> 111                 2.21739130  0.2267574
    +#> 112                 2.26086957  0.2267574
    +#> 113                 2.27272727  0.2267574
    +#> 114                 2.27777778  0.2267574
    +#> 115                 2.29411765  0.2267574
    +#> 116                 2.30434783  0.2267574
    +#> 117                 2.35000000  0.2267574
    +#> 118                 2.38888889  0.2267574
    +#> 119                 2.39130435  0.2267574
    +#> 120                 2.45000000  0.2267574
    +#> 121                 2.45454545  0.2267574
    +#> 122                 2.50000000  0.2267574
    +#> 123                 2.65000000  0.2267574
    +#> 124                 2.66666667  0.2267574
    +#> 125                 2.68750000  0.2267574
    +#> 126                 2.70000000  0.2267574
    +#> 127                 2.70588235  0.2267574
    +#> 128                 2.80000000  0.2267574
    +#> 129                 2.82352941  0.2267574
    +#> 130                 2.83333333  0.2267574
    +#> 131                 2.86956522  0.2267574
    +#> 132                 2.88888889  0.2267574
    +#> 133                 2.94444444  0.2267574
    +#> 134                 2.95454545  0.2267574
    +#> 135                 3.00000000  0.2267574
    +#> 136                 3.12500000  0.2267574
    +#> 137                 3.17647059  0.2267574
    +#> 138                 3.21739130  0.2267574
    +#> 139                 3.23529412  0.2267574
    +#> 140                 3.33333333  0.2267574
    +#> 141                 3.35000000  0.2267574
    +#> 142                 3.35294118  0.2267574
    +#> 143                 3.38095238  0.2267574
    +#> 144                 3.47058824  0.2267574
    +#> 145                 3.47826087  0.2267574
    +#> 146                 3.52941176  0.2267574
    +#> 147                 3.64705882  0.2267574
    +#> 148                 3.72222222  0.2267574
    +#> 149                 3.77777778  0.2267574
    +#> 150                 3.88235294  0.2267574
    +#> 151                 4.00000000  0.6802721
    +#> 152                 4.05000000  0.2267574
    +#> 153                 4.05882353  0.2267574
    +#> 154                 4.17647059  0.2267574
    +#> 155                 4.27777778  0.2267574
    +#> 156                 4.55555556  0.2267574
    +#> 157                 4.64285714  0.2267574
    +#> 158                 4.75000000  0.2267574
    +#> 159                 4.86956522  0.2267574
    +#> 160                 4.94117647  0.2267574
    +#> 161                 5.07142857  0.2267574
    +#> 162                 5.47058824  0.4535147
    +#> 163                 5.61111111  0.2267574
    +#> 164                 5.65000000  0.2267574
    +#> 165                 5.66666667  0.2267574
    +#> 166                 5.76470588  0.4535147
    +#> 167                 6.30000000  0.2267574
    +#> 168                 6.33333333  0.2267574
    +#> 169                 6.34782609  0.2267574
    +#> 170                 6.43478261  0.2267574
    +#> 171                 6.45000000  0.2267574
    +#> 172                 6.80000000  0.4535147
    +#> 173                 7.00000000  0.2267574
    +#> 174                 7.16666667  0.2267574
    +#> 175                 7.20000000  0.2267574
    +#> 176                 7.25000000  0.2267574
    +#> 177                 8.00000000  0.2267574
    +#> 178                 8.05555556  0.2267574
    +#> 179                 9.05000000  0.2267574
    +#> 180                 9.40000000  0.2267574
    +#> 181                 9.64705882  0.2267574
    +#> 182                10.20000000  0.2267574
    +#> 183                11.05000000  0.2267574
    +#> 184                11.57142857  0.2267574
    +#> 185                11.94117647  0.2267574
    +#> 186                14.62500000  0.2267574
    +#> 187                14.77777778  0.2267574
    +#> 188                14.80000000  0.2267574
    +#> 189                15.06250000  0.2267574
    +#> 190                15.29411765  0.2267574
    +#> 191                16.14285714  0.2267574
    +#> 192                18.55000000  0.2267574
    +#> 193                19.22222222  0.2267574
    +#> 194                24.05555556  0.2267574
    +#> 195                24.35000000  0.2267574
    +#> 
    +#> 
    +#> [[3]]$args
    +#> [[3]]$args$acoustics
    +#>       individual_id transmitter_id index           timestamp receiver_id
    +#> 1                25   A69-1303-555     1 2016-03-17 01:50:00          26
    +#> 2                25   A69-1303-555     2 2016-03-17 01:52:00          26
    +#> 3                25   A69-1303-555     4 2016-03-17 01:54:00          26
    +#> 4                25   A69-1303-555     5 2016-03-17 01:58:00          26
    +#> 5                25   A69-1303-555     7 2016-03-17 02:00:00          26
    +#> 6                25   A69-1303-555     8 2016-03-17 02:04:00          26
    +#> 7                25   A69-1303-555     9 2016-03-17 02:06:00          26
    +#> 8                25   A69-1303-555    10 2016-03-17 02:08:00          26
    +#> 9                25   A69-1303-555    12 2016-03-17 02:10:00          26
    +#> 10               25   A69-1303-555    14 2016-03-17 02:12:00          26
    +#> 11               25   A69-1303-555    15 2016-03-17 02:14:00          26
    +#> 12               25   A69-1303-555    17 2016-03-17 02:16:00          26
    +#> 13               25   A69-1303-555    19 2016-03-17 02:18:00          26
    +#> 14               25   A69-1303-555    21 2016-03-17 02:20:00          26
    +#> 15               25   A69-1303-555    22 2016-03-17 02:22:00          26
    +#> 16               25   A69-1303-555    23 2016-03-17 02:24:00          26
    +#> 17               25   A69-1303-555    24 2016-03-17 02:30:00          26
    +#> 18               25   A69-1303-555    25 2016-03-17 02:32:00          26
    +#> 19               25   A69-1303-555    26 2016-03-17 02:52:00          21
    +#> 20               25   A69-1303-555    27 2016-03-17 02:54:00          26
    +#> 21               25   A69-1303-555    28 2016-03-17 02:56:00          26
    +#> 22               25   A69-1303-555    29 2016-03-17 02:56:00          21
    +#> 23               25   A69-1303-555    31 2016-03-17 02:58:00          21
    +#> 24               25   A69-1303-555    33 2016-03-17 03:00:00          21
    +#> 25               25   A69-1303-555    34 2016-03-17 03:02:00          21
    +#> 26               25   A69-1303-555    35 2016-03-17 03:04:00          21
    +#> 27               25   A69-1303-555    37 2016-03-17 03:06:00          21
    +#> 28               25   A69-1303-555    39 2016-03-17 03:08:00          21
    +#> 29               25   A69-1303-555    42 2016-03-17 03:10:00          21
    +#> 30               25   A69-1303-555    44 2016-03-17 03:12:00          21
    +#> 31               25   A69-1303-555    46 2016-03-17 03:16:00          21
    +#> 32               25   A69-1303-555    48 2016-03-17 03:18:00          21
    +#> 33               25   A69-1303-555    49 2016-03-17 03:20:00          21
    +#> 34               25   A69-1303-555    51 2016-03-17 03:22:00          21
    +#> 35               25   A69-1303-555    54 2016-03-17 03:24:00          21
    +#> 36               25   A69-1303-555    55 2016-03-17 03:26:00          21
    +#> 37               25   A69-1303-555    57 2016-03-17 03:28:00          21
    +#> 38               25   A69-1303-555    59 2016-03-17 03:30:00          21
    +#> 39               25   A69-1303-555    60 2016-03-17 03:32:00          21
    +#> 40               25   A69-1303-555    62 2016-03-17 03:36:00          21
    +#> 41               25   A69-1303-555    64 2016-03-17 03:38:00          21
    +#> 42               25   A69-1303-555    66 2016-03-17 03:40:00          21
    +#> 43               25   A69-1303-555    67 2016-03-17 03:42:00          26
    +#> 44               25   A69-1303-555    68 2016-03-17 03:44:00          26
    +#> 45               25   A69-1303-555    69 2016-03-17 03:46:00          26
    +#> 46               25   A69-1303-555    71 2016-03-17 03:48:00          26
    +#> 47               25   A69-1303-555    73 2016-03-17 03:50:00          26
    +#> 48               25   A69-1303-555    74 2016-03-17 03:54:00          26
    +#> 49               25   A69-1303-555    75 2016-03-17 04:04:00          26
    +#> 50               25   A69-1303-555    77 2016-03-17 04:06:00          26
    +#> 51               25   A69-1303-555    78 2016-03-17 04:08:00          26
    +#> 52               25   A69-1303-555    79 2016-03-17 04:08:00          21
    +#> 53               25   A69-1303-555    80 2016-03-17 04:12:00          21
    +#> 54               25   A69-1303-555    81 2016-03-17 04:32:00          26
    +#> 55               25   A69-1303-555    82 2016-03-17 04:34:00          26
    +#> 56               25   A69-1303-555    83 2016-03-17 04:38:00          26
    +#> 57               25   A69-1303-555    84 2016-03-17 04:44:00          26
    +#> 58               25   A69-1303-555    85 2016-03-17 04:48:00          26
    +#> 59               25   A69-1303-555    86 2016-03-17 04:50:00          26
    +#> 60               25   A69-1303-555    87 2016-03-17 04:54:00          26
    +#> 61               25   A69-1303-555    88 2016-03-17 04:56:00          26
    +#> 62               25   A69-1303-555    90 2016-03-17 04:58:00          26
    +#> 63               25   A69-1303-555    92 2016-03-17 05:00:00          26
    +#> 64               25   A69-1303-555    94 2016-03-17 05:02:00          26
    +#> 65               25   A69-1303-555    96 2016-03-17 05:04:00          26
    +#> 66               25   A69-1303-555    97 2016-03-17 05:06:00          26
    +#> 67               25   A69-1303-555    99 2016-03-17 05:06:00          31
    +#> 68               25   A69-1303-555   100 2016-03-17 05:08:00          26
    +#> 69               25   A69-1303-555   102 2016-03-17 05:10:00          31
    +#> 70               25   A69-1303-555   103 2016-03-17 05:10:00          26
    +#> 71               25   A69-1303-555   105 2016-03-17 05:12:00          26
    +#> 72               25   A69-1303-555   107 2016-03-17 05:14:00          26
    +#> 73               25   A69-1303-555   109 2016-03-17 05:16:00          26
    +#> 74               25   A69-1303-555   111 2016-03-17 05:18:00          26
    +#> 75               25   A69-1303-555   112 2016-03-17 05:20:00          31
    +#> 76               25   A69-1303-555   113 2016-03-17 05:20:00          26
    +#> 77               25   A69-1303-555   116 2016-03-17 05:22:00          26
    +#> 78               25   A69-1303-555   117 2016-03-17 05:24:00          26
    +#> 79               25   A69-1303-555   119 2016-03-17 05:26:00          26
    +#> 80               25   A69-1303-555   120 2016-03-17 05:28:00          26
    +#> 81               25   A69-1303-555   121 2016-03-17 05:30:00          26
    +#> 82               25   A69-1303-555   123 2016-03-17 05:32:00          26
    +#> 83               25   A69-1303-555   125 2016-03-17 05:34:00          26
    +#> 84               25   A69-1303-555   127 2016-03-17 05:36:00          26
    +#> 85               25   A69-1303-555   129 2016-03-17 05:38:00          26
    +#> 86               25   A69-1303-555   131 2016-03-17 05:40:00          26
    +#> 87               25   A69-1303-555   132 2016-03-17 08:36:00          26
    +#> 88               25   A69-1303-555   133 2016-03-17 08:40:00          26
    +#> 89               25   A69-1303-555   134 2016-03-17 08:42:00          26
    +#> 90               25   A69-1303-555   136 2016-03-17 08:44:00          26
    +#> 91               25   A69-1303-555   137 2016-03-17 08:46:00          26
    +#> 92               25   A69-1303-555   138 2016-03-17 08:50:00          26
    +#> 93               25   A69-1303-555   139 2016-03-17 08:50:00          31
    +#> 94               25   A69-1303-555   142 2016-03-17 08:52:00          26
    +#> 95               25   A69-1303-555   144 2016-03-17 08:52:00          31
    +#> 96               25   A69-1303-555   146 2016-03-17 08:54:00          31
    +#> 97               25   A69-1303-555   147 2016-03-17 08:54:00          26
    +#> 98               25   A69-1303-555   148 2016-03-17 08:58:00          31
    +#> 99               25   A69-1303-555   149 2016-03-17 08:58:00          26
    +#> 100              25   A69-1303-555   151 2016-03-17 09:00:00          26
    +#> 101              25   A69-1303-555   152 2016-03-17 09:00:00          31
    +#> 102              25   A69-1303-555   154 2016-03-17 09:02:00          26
    +#> 103              25   A69-1303-555   155 2016-03-21 21:06:00          26
    +#> 104              25   A69-1303-555   156 2016-03-21 21:08:00          26
    +#> 105              25   A69-1303-555   157 2016-03-21 22:20:00          26
    +#> 106              25   A69-1303-555   158 2016-03-21 22:24:00          26
    +#> 107              25   A69-1303-555   159 2016-03-21 22:26:00          26
    +#> 108              25   A69-1303-555   161 2016-03-21 22:28:00          26
    +#> 109              25   A69-1303-555   162 2016-03-21 22:34:00          26
    +#> 110              25   A69-1303-555   163 2016-03-21 22:36:00          26
    +#> 111              25   A69-1303-555   165 2016-03-21 22:38:00          26
    +#> 112              25   A69-1303-555   166 2016-03-21 22:40:00          26
    +#> 113              25   A69-1303-555   167 2016-03-21 22:42:00          26
    +#> 114              25   A69-1303-555   168 2016-03-21 22:44:00          26
    +#> 115              25   A69-1303-555   169 2016-03-21 22:46:00          26
    +#> 116              25   A69-1303-555   171 2016-03-21 22:48:00          26
    +#> 117              25   A69-1303-555   173 2016-03-21 22:50:00          26
    +#> 118              25   A69-1303-555   175 2016-03-21 22:52:00          26
    +#> 119              25   A69-1303-555   176 2016-03-21 22:54:00          26
    +#> 120              25   A69-1303-555   177 2016-03-21 22:56:00          26
    +#> 121              25   A69-1303-555   180 2016-03-21 23:00:00          26
    +#> 122              25   A69-1303-555   181 2016-03-21 23:04:00          26
    +#> 123              25   A69-1303-555   182 2016-03-21 23:06:00          26
    +#> 124              25   A69-1303-555   183 2016-03-21 23:08:00          26
    +#> 125              25   A69-1303-555   184 2016-03-22 05:28:00          26
    +#> 126              25   A69-1303-555   185 2016-03-22 05:30:00          26
    +#> 127              25   A69-1303-555   186 2016-03-22 05:36:00          26
    +#> 128              25   A69-1303-555   187 2016-03-22 05:40:00          26
    +#> 129              25   A69-1303-555   188 2016-03-22 05:42:00          26
    +#> 130              25   A69-1303-555   190 2016-03-22 05:44:00          26
    +#> 131              25   A69-1303-555   191 2016-03-22 05:48:00          26
    +#> 132              25   A69-1303-555   192 2016-03-22 05:50:00          26
    +#> 133              25   A69-1303-555   193 2016-03-22 05:52:00          26
    +#> 134              25   A69-1303-555   194 2016-03-22 07:36:00          26
    +#> 135              25   A69-1303-555   195 2016-03-22 07:44:00          26
    +#> 136              25   A69-1303-555   196 2016-03-22 08:20:00          26
    +#> 137              25   A69-1303-555   197 2016-03-22 08:22:00          26
    +#> 138              25   A69-1303-555   198 2016-03-22 08:24:00          26
    +#> 139              25   A69-1303-555   200 2016-03-22 08:26:00          26
    +#> 140              25   A69-1303-555   201 2016-03-22 08:28:00          26
    +#> 141              25   A69-1303-555   202 2016-03-22 08:30:00          26
    +#> 142              25   A69-1303-555   204 2016-03-23 22:42:00          11
    +#> 143              25   A69-1303-555   205 2016-03-23 22:44:00          11
    +#> 144              25   A69-1303-555   206 2016-03-23 22:46:00          11
    +#> 145              25   A69-1303-555   207 2016-03-23 22:48:00          11
    +#> 146              25   A69-1303-555   209 2016-03-23 23:26:00          11
    +#> 147              25   A69-1303-555   211 2016-03-23 23:30:00          11
    +#> 148              25   A69-1303-555   212 2016-03-23 23:40:00          11
    +#> 149              25   A69-1303-555   213 2016-03-23 23:44:00          11
    +#> 150              25   A69-1303-555   214 2016-03-23 23:46:00          11
    +#> 151              25   A69-1303-555   216 2016-03-23 23:50:00          11
    +#> 152              25   A69-1303-555   217 2016-03-23 23:52:00          11
    +#> 153              25   A69-1303-555   219 2016-03-23 23:54:00          11
    +#> 154              25   A69-1303-555   221 2016-03-23 23:56:00          11
    +#> 155              25   A69-1303-555   223 2016-03-23 23:58:00          11
    +#> 156              25   A69-1303-555   225 2016-03-24 00:00:00          11
    +#> 157              25   A69-1303-555   227 2016-03-24 00:02:00          11
    +#> 158              25   A69-1303-555   228 2016-03-24 00:04:00          11
    +#> 159              25   A69-1303-555   230 2016-03-24 00:06:00          11
    +#> 160              25   A69-1303-555   231 2016-03-24 00:10:00          11
    +#> 161              25   A69-1303-555   232 2016-03-24 00:12:00          11
    +#> 162              25   A69-1303-555   233 2016-03-24 00:20:00          11
    +#> 163              25   A69-1303-555   234 2016-03-24 00:22:00          11
    +#> 164              25   A69-1303-555   236 2016-03-24 00:24:00          11
    +#> 165              25   A69-1303-555   237 2016-03-24 00:26:00          11
    +#> 166              25   A69-1303-555   238 2016-03-24 00:28:00          11
    +#> 167              25   A69-1303-555   240 2016-03-24 00:30:00          11
    +#> 168              25   A69-1303-555   242 2016-03-24 00:40:00          11
    +#> 169              25   A69-1303-555   244 2016-03-24 00:42:00          11
    +#> 170              25   A69-1303-555   245 2016-03-24 00:44:00          11
    +#> 171              25   A69-1303-555   247 2016-03-24 00:46:00          11
    +#> 172              25   A69-1303-555   249 2016-03-24 00:48:00          11
    +#> 173              25   A69-1303-555   250 2016-03-24 00:50:00          11
    +#> 174              25   A69-1303-555   252 2016-03-24 00:52:00          11
    +#> 175              25   A69-1303-555   253 2016-03-24 00:54:00          11
    +#> 176              25   A69-1303-555   255 2016-03-24 00:56:00          11
    +#> 177              25   A69-1303-555   257 2016-03-24 00:58:00          11
    +#> 178              25   A69-1303-555   260 2016-03-24 01:00:00          11
    +#> 179              25   A69-1303-555   261 2016-03-24 01:02:00          11
    +#> 180              25   A69-1303-555   263 2016-03-24 01:04:00          11
    +#> 181              25   A69-1303-555   265 2016-03-24 01:20:00          11
    +#> 182              25   A69-1303-555   266 2016-03-24 01:26:00          11
    +#> 183              25   A69-1303-555   267 2016-03-24 01:34:00          11
    +#> 184              25   A69-1303-555   268 2016-03-24 01:46:00          11
    +#> 185              25   A69-1303-555   269 2016-03-24 01:56:00          11
    +#> 186              25   A69-1303-555   270 2016-03-24 02:06:00          11
    +#> 187              25   A69-1303-555   271 2016-03-24 17:40:00          14
    +#> 188              25   A69-1303-555   273 2016-03-24 17:42:00          14
    +#> 189              25   A69-1303-555   274 2016-03-24 17:44:00          14
    +#> 190              25   A69-1303-555   276 2016-03-24 17:46:00          14
    +#> 191              25   A69-1303-555   277 2016-03-24 17:48:00          14
    +#> 192              25   A69-1303-555   278 2016-03-24 17:50:00          14
    +#> 193              25   A69-1303-555   280 2016-03-24 17:52:00          14
    +#> 194              25   A69-1303-555   281 2016-03-24 17:54:00          14
    +#> 195              25   A69-1303-555   282 2016-03-24 17:56:00          14
    +#> 196              25   A69-1303-555   283 2016-03-24 17:58:00          14
    +#> 197              25   A69-1303-555   285 2016-03-24 18:00:00          14
    +#> 198              25   A69-1303-555   288 2016-03-24 18:02:00          14
    +#> 199              25   A69-1303-555   290 2016-03-24 18:04:00          14
    +#> 200              25   A69-1303-555   292 2016-03-24 18:08:00          14
    +#> 201              25   A69-1303-555   293 2016-03-24 18:14:00          14
    +#> 202              25   A69-1303-555   294 2016-03-24 18:16:00          14
    +#> 203              25   A69-1303-555   295 2016-03-24 18:18:00          14
    +#> 204              25   A69-1303-555   297 2016-03-24 18:20:00          14
    +#> 205              25   A69-1303-555   299 2016-03-24 18:22:00          14
    +#> 206              25   A69-1303-555   301 2016-03-24 18:24:00          14
    +#> 207              25   A69-1303-555   303 2016-03-24 18:26:00          14
    +#> 208              25   A69-1303-555   304 2016-03-24 18:28:00          14
    +#> 209              25   A69-1303-555   306 2016-03-24 18:30:00          14
    +#> 210              25   A69-1303-555   307 2016-03-24 18:34:00          14
    +#> 211              25   A69-1303-555   308 2016-03-24 18:36:00          14
    +#> 212              25   A69-1303-555   309 2016-03-24 18:38:00          14
    +#> 213              25   A69-1303-555   310 2016-03-25 03:00:00          23
    +#> 214              25   A69-1303-555   312 2016-03-25 08:56:00          14
    +#> 215              25   A69-1303-555   313 2016-03-25 09:02:00          14
    +#> 216              25   A69-1303-555   314 2016-03-25 09:06:00          14
    +#> 217              25   A69-1303-555   315 2016-03-25 09:08:00          14
    +#> 218              25   A69-1303-555   317 2016-03-25 09:10:00          14
    +#> 219              25   A69-1303-555   318 2016-03-25 09:12:00          14
    +#> 220              25   A69-1303-555   320 2016-03-25 09:14:00          14
    +#> 221              25   A69-1303-555   321 2016-03-25 09:16:00          14
    +#> 222              25   A69-1303-555   323 2016-03-25 09:18:00          14
    +#> 223              25   A69-1303-555   324 2016-03-25 09:20:00          14
    +#> 224              25   A69-1303-555   325 2016-03-25 09:24:00          14
    +#> 225              25   A69-1303-555   327 2016-03-25 09:26:00          14
    +#> 226              25   A69-1303-555   329 2016-03-25 09:28:00          14
    +#> 227              25   A69-1303-555   331 2016-03-25 09:30:00          14
    +#> 228              25   A69-1303-555   332 2016-03-25 09:32:00          14
    +#> 229              25   A69-1303-555   334 2016-03-25 09:34:00          14
    +#> 230              25   A69-1303-555   335 2016-03-25 09:36:00          14
    +#> 231              25   A69-1303-555   336 2016-03-27 20:18:00          11
    +#> 232              25   A69-1303-555   338 2016-03-27 20:20:00          11
    +#> 233              25   A69-1303-555   339 2016-03-27 20:22:00          11
    +#> 234              25   A69-1303-555   342 2016-03-27 20:24:00          11
    +#> 235              25   A69-1303-555   344 2016-03-27 20:26:00          11
    +#> 236              25   A69-1303-555   345 2016-03-27 23:04:00          18
    +#> 237              25   A69-1303-555   346 2016-03-27 23:06:00          18
    +#> 238              25   A69-1303-555   347 2016-03-27 23:14:00          18
    +#> 239              25   A69-1303-555   349 2016-03-27 23:16:00          18
    +#> 240              25   A69-1303-555   351 2016-03-27 23:20:00          18
    +#> 241              25   A69-1303-555   352 2016-03-28 11:22:00          26
    +#> 242              25   A69-1303-555   353 2016-03-28 11:24:00          21
    +#> 243              25   A69-1303-555   354 2016-03-28 11:24:00          26
    +#> 244              25   A69-1303-555   357 2016-03-28 11:26:00          21
    +#> 245              25   A69-1303-555   358 2016-03-28 11:26:00          26
    +#> 246              25   A69-1303-555   360 2016-03-28 11:28:00          21
    +#> 247              25   A69-1303-555   361 2016-03-28 11:28:00          26
    +#> 248              25   A69-1303-555   362 2016-03-28 11:30:00          21
    +#> 249              25   A69-1303-555   364 2016-03-28 11:30:00          26
    +#> 250              25   A69-1303-555   368 2016-03-28 11:32:00          26
    +#> 251              25   A69-1303-555   369 2016-03-28 11:32:00          21
    +#> 252              25   A69-1303-555   370 2016-03-28 11:34:00          21
    +#> 253              25   A69-1303-555   373 2016-03-28 11:36:00          21
    +#> 254              25   A69-1303-555   374 2016-03-28 11:38:00          21
    +#> 255              25   A69-1303-555   375 2016-03-28 11:38:00          26
    +#> 256              25   A69-1303-555   376 2016-03-28 11:40:00          21
    +#> 257              25   A69-1303-555   377 2016-03-28 11:40:00          26
    +#> 258              25   A69-1303-555   380 2016-03-28 11:42:00          26
    +#> 259              25   A69-1303-555   382 2016-03-28 11:44:00          21
    +#> 260              25   A69-1303-555   383 2016-03-28 11:44:00          26
    +#> 261              25   A69-1303-555   384 2016-03-28 11:46:00          26
    +#> 262              25   A69-1303-555   386 2016-03-28 11:48:00          26
    +#> 263              25   A69-1303-555   387 2016-03-28 11:48:00          21
    +#> 264              25   A69-1303-555   389 2016-03-28 11:50:00          26
    +#> 265              25   A69-1303-555   390 2016-03-28 11:50:00          21
    +#> 266              25   A69-1303-555   391 2016-03-28 11:52:00          26
    +#> 267              25   A69-1303-555   392 2016-03-28 11:52:00          21
    +#> 268              25   A69-1303-555   394 2016-03-28 11:54:00          26
    +#> 269              25   A69-1303-555   395 2016-03-28 11:54:00          21
    +#> 270              25   A69-1303-555   397 2016-03-28 11:56:00          21
    +#> 271              25   A69-1303-555   398 2016-03-28 11:56:00          26
    +#> 272              25   A69-1303-555   400 2016-03-28 11:58:00          26
    +#> 273              25   A69-1303-555   401 2016-03-28 12:00:00          21
    +#> 274              25   A69-1303-555   402 2016-03-28 12:00:00          26
    +#> 275              25   A69-1303-555   404 2016-03-28 12:02:00          26
    +#> 276              25   A69-1303-555   405 2016-03-28 12:02:00          21
    +#> 277              25   A69-1303-555   407 2016-03-28 12:04:00          26
    +#> 278              25   A69-1303-555   409 2016-03-28 12:04:00          21
    +#> 279              25   A69-1303-555   411 2016-03-28 12:06:00          26
    +#> 280              25   A69-1303-555   412 2016-03-28 12:08:00          21
    +#> 281              25   A69-1303-555   413 2016-03-28 12:08:00          26
    +#> 282              25   A69-1303-555   415 2016-03-28 12:10:00          26
    +#> 283              25   A69-1303-555   416 2016-03-28 12:12:00          26
    +#> 284              25   A69-1303-555   418 2016-03-28 12:12:00          21
    +#> 285              25   A69-1303-555   419 2016-03-28 12:14:00          26
    +#> 286              25   A69-1303-555   420 2016-03-28 12:14:00          21
    +#> 287              25   A69-1303-555   424 2016-03-28 12:16:00          21
    +#> 288              25   A69-1303-555   425 2016-03-28 12:16:00          26
    +#> 289              25   A69-1303-555   427 2016-03-28 12:18:00          26
    +#> 290              25   A69-1303-555   429 2016-03-28 12:20:00          26
    +#> 291              25   A69-1303-555   431 2016-03-28 12:22:00          26
    +#> 292              25   A69-1303-555   433 2016-03-28 12:24:00          26
    +#> 293              25   A69-1303-555   434 2016-03-28 12:24:00          21
    +#> 294              25   A69-1303-555   436 2016-03-28 12:26:00          26
    +#> 295              25   A69-1303-555   438 2016-03-28 12:28:00          26
    +#> 296              25   A69-1303-555   440 2016-03-28 12:30:00          26
    +#> 297              25   A69-1303-555   442 2016-03-28 12:38:00          26
    +#> 298              25   A69-1303-555   444 2016-03-28 12:40:00          26
    +#> 299              25   A69-1303-555   445 2016-03-28 12:44:00          26
    +#> 300              25   A69-1303-555   446 2016-03-28 12:46:00          26
    +#> 301              25   A69-1303-555   448 2016-03-28 12:48:00          26
    +#> 302              25   A69-1303-555   449 2016-03-28 12:54:00          26
    +#> 303              25   A69-1303-555   450 2016-03-28 13:02:00          26
    +#> 304              25   A69-1303-555   451 2016-03-28 13:04:00          26
    +#> 305              25   A69-1303-555   452 2016-03-28 13:06:00          26
    +#> 306              25   A69-1303-555   453 2016-03-28 13:08:00          26
    +#> 307              25   A69-1303-555   454 2016-03-28 13:10:00          26
    +#> 308              25   A69-1303-555   455 2016-03-28 13:12:00          26
    +#> 309              25   A69-1303-555   457 2016-03-28 13:14:00          26
    +#> 310              25   A69-1303-555   459 2016-03-28 13:16:00          31
    +#> 311              25   A69-1303-555   460 2016-03-28 13:16:00          26
    +#> 312              25   A69-1303-555   463 2016-03-28 13:18:00          26
    +#> 313              25   A69-1303-555   464 2016-03-28 13:20:00          26
    +#> 314              25   A69-1303-555   466 2016-03-28 13:22:00          26
    +#> 315              25   A69-1303-555   468 2016-03-28 13:24:00          26
    +#> 316              25   A69-1303-555   470 2016-03-28 13:26:00          26
    +#> 317              25   A69-1303-555   472 2016-03-28 13:28:00          26
    +#> 318              25   A69-1303-555   473 2016-03-28 13:30:00          26
    +#> 319              25   A69-1303-555   475 2016-03-28 13:32:00          26
    +#> 320              25   A69-1303-555   476 2016-03-28 13:36:00          26
    +#> 321              25   A69-1303-555   477 2016-03-28 13:38:00          26
    +#> 322              25   A69-1303-555   479 2016-03-28 13:40:00          26
    +#> 323              25   A69-1303-555   481 2016-03-28 13:42:00          26
    +#> 324              25   A69-1303-555   483 2016-03-28 13:44:00          26
    +#> 325              25   A69-1303-555   485 2016-03-28 13:46:00          26
    +#> 326              25   A69-1303-555   487 2016-03-28 13:48:00          26
    +#> 327              25   A69-1303-555   489 2016-03-28 13:50:00          26
    +#> 328              25   A69-1303-555   490 2016-03-28 13:52:00          26
    +#> 329              25   A69-1303-555   491 2016-03-28 13:54:00          26
    +#> 330              25   A69-1303-555   492 2016-03-28 17:32:00          26
    +#> 331              25   A69-1303-555   493 2016-03-28 17:36:00          26
    +#> 332              25   A69-1303-555   494 2016-03-28 17:40:00          26
    +#> 333              25   A69-1303-555   495 2016-03-28 17:46:00          26
    +#> 334              25   A69-1303-555   496 2016-03-28 18:20:00          26
    +#> 335              25   A69-1303-555   497 2016-03-28 18:22:00          26
    +#> 336              25   A69-1303-555   498 2016-03-28 18:26:00          26
    +#> 337              25   A69-1303-555   499 2016-03-28 18:44:00          26
    +#> 338              25   A69-1303-555   500 2016-03-28 18:46:00          26
    +#> 339              25   A69-1303-555   501 2016-03-28 23:00:00           3
    +#> 340              25   A69-1303-555   502 2016-03-28 23:04:00           3
    +#> 341              25   A69-1303-555   505 2016-03-28 23:06:00           3
    +#> 342              25   A69-1303-555   506 2016-03-28 23:34:00           3
    +#> 343              25   A69-1303-555   508 2016-03-28 23:36:00           3
    +#> 344              25   A69-1303-555   509 2016-03-28 23:40:00           3
    +#> 345              25   A69-1303-555   511 2016-03-28 23:44:00           3
    +#> 346              25   A69-1303-555   512 2016-03-29 00:10:00           3
    +#> 347              25   A69-1303-555   513 2016-03-29 00:12:00           3
    +#> 348              25   A69-1303-555   514 2016-03-29 00:16:00           3
    +#> 349              25   A69-1303-555   515 2016-03-29 00:18:00           3
    +#> 350              25   A69-1303-555   517 2016-03-29 00:20:00           3
    +#> 351              25   A69-1303-555   519 2016-03-29 00:22:00           3
    +#> 352              25   A69-1303-555   521 2016-03-29 00:26:00           3
    +#> 353              25   A69-1303-555   524 2016-03-29 00:28:00           3
    +#> 354              25   A69-1303-555   525 2016-03-29 00:30:00           3
    +#> 355              25   A69-1303-555   527 2016-03-29 00:34:00           3
    +#> 356              25   A69-1303-555   528 2016-03-29 00:36:00           3
    +#> 357              25   A69-1303-555   529 2016-03-29 00:38:00           3
    +#> 358              25   A69-1303-555   530 2016-03-29 00:44:00           3
    +#> 359              25   A69-1303-555   532 2016-03-29 00:46:00           3
    +#> 360              25   A69-1303-555   533 2016-03-29 00:48:00           3
    +#> 361              25   A69-1303-555   534 2016-03-29 01:02:00           3
    +#> 362              25   A69-1303-555   535 2016-03-29 01:04:00           3
    +#> 363              25   A69-1303-555   536 2016-03-29 01:06:00           3
    +#> 364              25   A69-1303-555   538 2016-03-29 01:08:00           3
    +#> 365              25   A69-1303-555   540 2016-03-29 01:10:00           3
    +#> 366              25   A69-1303-555   543 2016-03-29 01:12:00           3
    +#> 367              25   A69-1303-555   544 2016-03-29 01:14:00           3
    +#> 368              25   A69-1303-555   546 2016-03-29 01:18:00           3
    +#> 369              25   A69-1303-555   547 2016-03-29 01:20:00           3
    +#> 370              25   A69-1303-555   548 2016-03-29 01:22:00           3
    +#> 371              25   A69-1303-555   550 2016-03-29 01:24:00           3
    +#> 372              25   A69-1303-555   551 2016-03-29 01:26:00           3
    +#> 373              25   A69-1303-555   554 2016-03-29 01:28:00           3
    +#> 374              25   A69-1303-555   555 2016-03-29 01:30:00           3
    +#> 375              25   A69-1303-555   558 2016-03-29 01:32:00           3
    +#> 376              25   A69-1303-555   559 2016-03-29 01:36:00           3
    +#> 377              25   A69-1303-555   561 2016-03-29 01:38:00           3
    +#> 378              25   A69-1303-555   563 2016-03-29 01:40:00           9
    +#> 379              25   A69-1303-555   564 2016-03-29 01:42:00           3
    +#> 380              25   A69-1303-555   565 2016-03-29 01:42:00           9
    +#> 381              25   A69-1303-555   567 2016-03-29 01:44:00           3
    +#> 382              25   A69-1303-555   568 2016-03-29 01:44:00           9
    +#> 383              25   A69-1303-555   570 2016-03-29 01:46:00           9
    +#> 384              25   A69-1303-555   571 2016-03-29 01:46:00           3
    +#> 385              25   A69-1303-555   573 2016-03-29 01:48:00           9
    +#> 386              25   A69-1303-555   574 2016-03-29 01:50:00           9
    +#> 387              25   A69-1303-555   575 2016-03-29 01:52:00           9
    +#> 388              25   A69-1303-555   576 2016-03-29 01:52:00           3
    +#> 389              25   A69-1303-555   579 2016-03-29 01:54:00           3
    +#> 390              25   A69-1303-555   580 2016-03-29 01:54:00           9
    +#> 391              25   A69-1303-555   581 2016-03-29 01:56:00           3
    +#> 392              25   A69-1303-555   582 2016-03-29 01:56:00           9
    +#> 393              25   A69-1303-555   584 2016-03-29 01:58:00           9
    +#> 394              25   A69-1303-555   586 2016-03-29 02:00:00           3
    +#> 395              25   A69-1303-555   587 2016-03-29 02:00:00           9
    +#> 396              25   A69-1303-555   589 2016-03-29 02:06:00           3
    +#> 397              25   A69-1303-555   590 2016-03-29 02:10:00           3
    +#> 398              25   A69-1303-555   591 2016-03-29 02:12:00           3
    +#> 399              25   A69-1303-555   593 2016-03-29 02:14:00           3
    +#> 400              25   A69-1303-555   595 2016-03-29 02:16:00           3
    +#> 401              25   A69-1303-555   597 2016-03-29 02:18:00           3
    +#> 402              25   A69-1303-555   599 2016-03-29 02:20:00           3
    +#> 403              25   A69-1303-555   601 2016-03-29 02:22:00           3
    +#> 404              25   A69-1303-555   603 2016-03-29 02:24:00           3
    +#> 405              25   A69-1303-555   605 2016-03-29 02:26:00           3
    +#> 406              25   A69-1303-555   606 2016-03-29 02:28:00           3
    +#> 407              25   A69-1303-555   608 2016-03-29 02:30:00           3
    +#> 408              25   A69-1303-555   610 2016-03-29 02:32:00           3
    +#> 409              25   A69-1303-555   612 2016-03-29 02:34:00           3
    +#> 410              25   A69-1303-555   614 2016-03-29 02:36:00           3
    +#> 411              25   A69-1303-555   616 2016-03-29 02:38:00           3
    +#> 412              25   A69-1303-555   618 2016-03-29 02:40:00           3
    +#> 413              25   A69-1303-555   619 2016-03-29 02:42:00           3
    +#> 414              25   A69-1303-555   620 2016-03-29 02:44:00           3
    +#> 415              25   A69-1303-555   622 2016-03-29 02:44:00           9
    +#> 416              25   A69-1303-555   623 2016-03-29 02:46:00           3
    +#> 417              25   A69-1303-555   624 2016-03-29 02:46:00           9
    +#> 418              25   A69-1303-555   627 2016-03-29 02:48:00           3
    +#> 419              25   A69-1303-555   628 2016-03-29 02:50:00           3
    +#> 420              25   A69-1303-555   629 2016-03-29 02:50:00           9
    +#> 421              25   A69-1303-555   631 2016-03-29 02:52:00           3
    +#> 422              25   A69-1303-555   632 2016-03-29 02:52:00           9
    +#> 423              25   A69-1303-555   633 2016-03-29 02:54:00           3
    +#> 424              25   A69-1303-555   634 2016-03-29 02:54:00           9
    +#> 425              25   A69-1303-555   636 2016-03-29 02:56:00           3
    +#> 426              25   A69-1303-555   637 2016-03-29 02:56:00           9
    +#> 427              25   A69-1303-555   639 2016-03-29 02:58:00           3
    +#> 428              25   A69-1303-555   641 2016-03-29 03:00:00           3
    +#> 429              25   A69-1303-555   642 2016-03-29 03:02:00           3
    +#> 430              25   A69-1303-555   643 2016-03-29 03:04:00           3
    +#> 431              25   A69-1303-555   644 2016-03-29 03:06:00           3
    +#> 432              25   A69-1303-555   646 2016-03-29 03:08:00           3
    +#> 433              25   A69-1303-555   648 2016-03-29 03:10:00           3
    +#> 434              25   A69-1303-555   649 2016-03-29 03:12:00           3
    +#> 435              25   A69-1303-555   650 2016-03-29 03:16:00           3
    +#> 436              25   A69-1303-555   651 2016-03-29 03:18:00           3
    +#> 437              25   A69-1303-555   652 2016-03-29 03:24:00           3
    +#> 438              25   A69-1303-555   653 2016-03-29 03:26:00           3
    +#> 439              25   A69-1303-555   654 2016-03-29 03:30:00           3
    +#> 440              25   A69-1303-555   655 2016-03-29 13:08:00           3
    +#> 441              25   A69-1303-555   656 2016-03-29 13:10:00           3
    +#> 442              25   A69-1303-555   657 2016-03-29 13:14:00           3
    +#> 443              25   A69-1303-555   658 2016-03-29 13:16:00           3
    +#> 444              25   A69-1303-555   660 2016-03-29 13:20:00           3
    +#> 445              25   A69-1303-555   661 2016-03-29 13:26:00           3
    +#> 446              25   A69-1303-555   662 2016-03-29 13:30:00           3
    +#> 447              25   A69-1303-555   663 2016-03-29 13:32:00           3
    +#> 448              25   A69-1303-555   665 2016-03-29 13:34:00           3
    +#> 449              25   A69-1303-555   667 2016-03-29 13:38:00           3
    +#> 450              25   A69-1303-555   669 2016-03-29 13:42:00           3
    +#> 451              25   A69-1303-555   670 2016-03-29 13:44:00           3
    +#> 452              25   A69-1303-555   673 2016-03-29 13:46:00           3
    +#> 453              25   A69-1303-555   675 2016-03-29 13:48:00           3
    +#> 454              25   A69-1303-555   678 2016-03-29 13:52:00           3
    +#> 455              25   A69-1303-555   679 2016-03-29 13:54:00           3
    +#> 456              25   A69-1303-555   680 2016-03-29 13:56:00           3
    +#> 457              25   A69-1303-555   681 2016-03-29 13:58:00           3
    +#> 458              25   A69-1303-555   682 2016-03-29 14:02:00           3
    +#> 459              25   A69-1303-555   683 2016-03-29 14:04:00           3
    +#> 460              25   A69-1303-555   684 2016-03-29 14:08:00           3
    +#> 461              25   A69-1303-555   685 2016-03-29 14:10:00           3
    +#> 462              25   A69-1303-555   686 2016-03-29 14:12:00           3
    +#> 463              25   A69-1303-555   687 2016-03-29 14:16:00           3
    +#> 464              25   A69-1303-555   688 2016-03-29 14:20:00           3
    +#> 465              25   A69-1303-555   689 2016-03-29 14:22:00           3
    +#> 466              25   A69-1303-555   690 2016-03-29 14:28:00           3
    +#> 467              25   A69-1303-555   691 2016-03-29 14:32:00           3
    +#> 468              25   A69-1303-555   693 2016-03-29 14:34:00           3
    +#> 469              25   A69-1303-555   694 2016-03-29 14:36:00           3
    +#> 470              25   A69-1303-555   695 2016-03-29 14:38:00           3
    +#> 471              25   A69-1303-555   697 2016-03-29 14:40:00           3
    +#> 472              25   A69-1303-555   699 2016-03-29 14:42:00           3
    +#> 473              25   A69-1303-555   700 2016-03-29 14:44:00           3
    +#> 474              25   A69-1303-555   702 2016-03-29 14:46:00           3
    +#> 475              25   A69-1303-555   704 2016-03-29 14:48:00           3
    +#> 476              25   A69-1303-555   706 2016-03-29 14:50:00           3
    +#> 477              25   A69-1303-555   708 2016-03-29 14:52:00           3
    +#> 478              25   A69-1303-555   710 2016-03-29 14:54:00           3
    +#> 479              25   A69-1303-555   711 2016-03-29 14:56:00           3
    +#> 480              25   A69-1303-555   712 2016-03-29 15:12:00           3
    +#> 481              25   A69-1303-555   713 2016-03-29 15:16:00           3
    +#> 482              25   A69-1303-555   714 2016-03-29 15:18:00           3
    +#> 483              25   A69-1303-555   715 2016-03-29 15:20:00           3
    +#> 484              25   A69-1303-555   716 2016-03-29 15:22:00           3
    +#> 485              25   A69-1303-555   718 2016-03-29 15:24:00           3
    +#> 486              25   A69-1303-555   719 2016-03-29 15:26:00           3
    +#> 487              25   A69-1303-555   721 2016-03-29 15:28:00           3
    +#> 488              25   A69-1303-555   723 2016-03-29 15:30:00           3
    +#> 489              25   A69-1303-555   724 2016-03-29 15:32:00           3
    +#> 490              25   A69-1303-555   725 2016-03-29 15:36:00           3
    +#> 491              25   A69-1303-555   726 2016-03-29 15:38:00           3
    +#> 492              25   A69-1303-555   728 2016-03-29 16:02:00           9
    +#> 493              25   A69-1303-555   729 2016-03-29 16:06:00           9
    +#> 494              25   A69-1303-555   730 2016-03-29 16:08:00           9
    +#> 495              25   A69-1303-555   731 2016-03-29 16:08:00           3
    +#> 496              25   A69-1303-555   732 2016-03-29 16:10:00           3
    +#> 497              25   A69-1303-555   733 2016-03-29 16:14:00           3
    +#> 498              25   A69-1303-555   735 2016-03-29 16:18:00           3
    +#> 499              25   A69-1303-555   736 2016-03-29 16:24:00           3
    +#> 500              25   A69-1303-555   738 2016-04-01 07:34:00          26
    +#> 501              25   A69-1303-555   739 2016-04-01 07:36:00          26
    +#> 502              25   A69-1303-555   740 2016-04-01 07:38:00          26
    +#> 503              25   A69-1303-555   742 2016-04-01 08:32:00          26
    +#> 504              25   A69-1303-555   743 2016-04-01 08:34:00          26
    +#> 505              25   A69-1303-555   744 2016-04-01 08:54:00          26
    +#> 506              25   A69-1303-555   745 2016-04-01 09:56:00          26
    +#> 507              25   A69-1303-555   746 2016-04-01 10:02:00          26
    +#> 508              25   A69-1303-555   747 2016-04-01 10:04:00          26
    +#> 509              25   A69-1303-555   749 2016-04-01 10:06:00          26
    +#> 510              25   A69-1303-555   751 2016-04-01 10:08:00          26
    +#> 511              25   A69-1303-555   753 2016-04-01 10:12:00          26
    +#> 512              25   A69-1303-555   755 2016-04-01 10:14:00          26
    +#> 513              25   A69-1303-555   757 2016-04-01 10:16:00          26
    +#> 514              25   A69-1303-555   758 2016-04-01 10:18:00          26
    +#> 515              25   A69-1303-555   760 2016-04-01 10:20:00          26
    +#> 516              25   A69-1303-555   761 2016-04-01 10:24:00          26
    +#> 517              25   A69-1303-555   763 2016-04-01 10:26:00          26
    +#> 518              25   A69-1303-555   765 2016-04-01 10:30:00          26
    +#> 519              25   A69-1303-555   766 2016-04-01 10:36:00          26
    +#> 520              25   A69-1303-555   767 2016-04-01 10:38:00          26
    +#> 521              25   A69-1303-555   768 2016-04-01 10:40:00          26
    +#> 522              25   A69-1303-555   769 2016-04-01 10:44:00          26
    +#> 523              25   A69-1303-555   770 2016-04-01 10:48:00          26
    +#> 524              25   A69-1303-555   771 2016-04-01 11:54:00          26
    +#> 525              25   A69-1303-555   773 2016-04-07 05:26:00          26
    +#> 526              25   A69-1303-555   775 2016-04-07 05:28:00          26
    +#> 527              25   A69-1303-555   776 2016-04-07 05:32:00          26
    +#> 528              25   A69-1303-555   778 2016-04-07 05:34:00          26
    +#> 529              25   A69-1303-555   779 2016-04-07 05:36:00          26
    +#> 530              25   A69-1303-555   780 2016-04-07 06:38:00          26
    +#> 531              25   A69-1303-555   782 2016-04-07 06:40:00          26
    +#> 532              25   A69-1303-555   784 2016-04-07 06:42:00          26
    +#> 533              25   A69-1303-555   785 2016-04-07 06:46:00          26
    +#> 534              25   A69-1303-555   787 2016-04-07 06:48:00          26
    +#> 535              25   A69-1303-555   789 2016-04-07 06:50:00          26
    +#> 536              25   A69-1303-555   790 2016-04-07 06:52:00          26
    +#> 537              25   A69-1303-555   792 2016-04-07 06:54:00          26
    +#> 538              25   A69-1303-555   793 2016-04-07 06:58:00          26
    +#> 539              25   A69-1303-555   795 2016-04-07 13:24:00          26
    +#> 540              25   A69-1303-555   797 2016-04-12 01:58:00          26
    +#> 541              25   A69-1303-555   798 2016-04-12 02:00:00          26
    +#> 542              25   A69-1303-555   800 2016-04-12 02:02:00          26
    +#> 543              25   A69-1303-555   801 2016-04-12 03:20:00          31
    +#> 544              25   A69-1303-555   802 2016-04-12 03:22:00          31
    +#> 545              25   A69-1303-555   803 2016-04-12 03:24:00          31
    +#> 546              25   A69-1303-555   804 2016-04-12 03:30:00          26
    +#> 547              25   A69-1303-555   805 2016-04-12 03:32:00          26
    +#> 548              25   A69-1303-555   806 2016-04-16 06:36:00          26
    +#> 549              25   A69-1303-555   808 2016-04-16 06:38:00          26
    +#> 550              25   A69-1303-555   811 2016-04-16 06:40:00          26
    +#> 551              25   A69-1303-555   812 2016-04-16 06:42:00          26
    +#> 552              25   A69-1303-555   813 2016-04-16 07:00:00          26
    +#> 553              25   A69-1303-555   814 2016-04-16 07:02:00          26
    +#> 554              25   A69-1303-555   815 2016-04-16 07:06:00          26
    +#> 555              25   A69-1303-555   816 2016-04-16 07:10:00          26
    +#> 556              25   A69-1303-555   819 2016-04-16 07:12:00          26
    +#> 557              25   A69-1303-555   821 2016-04-16 07:14:00          26
    +#> 558              25   A69-1303-555   822 2016-04-16 07:16:00          26
    +#> 559              25   A69-1303-555   823 2016-04-16 07:20:00          26
    +#> 560              25   A69-1303-555   824 2016-04-16 07:24:00          26
    +#> 561              25   A69-1303-555   825 2016-04-16 07:30:00          26
    +#> 562              25   A69-1303-555   828 2016-04-16 07:32:00          26
    +#> 563              25   A69-1303-555   830 2016-04-16 07:34:00          26
    +#> 564              25   A69-1303-555   831 2016-04-16 07:36:00          26
    +#> 565              25   A69-1303-555   833 2016-04-16 07:42:00          26
    +#> 566              25   A69-1303-555   834 2016-04-16 07:44:00          26
    +#> 567              25   A69-1303-555   836 2016-04-16 07:46:00          26
    +#> 568              25   A69-1303-555   837 2016-04-16 08:04:00          26
    +#> 569              25   A69-1303-555   838 2016-04-16 08:18:00          26
    +#> 570              25   A69-1303-555   839 2016-04-16 08:20:00          26
    +#> 571              25   A69-1303-555   840 2016-04-16 08:22:00          26
    +#> 572              25   A69-1303-555   841 2016-04-16 08:26:00          26
    +#> 573              25   A69-1303-555   842 2016-04-24 00:38:00          26
    +#> 574              25   A69-1303-555   843 2016-04-24 00:46:00          26
    +#> 575              25   A69-1303-555   845 2016-04-24 00:48:00          26
    +#> 576              25   A69-1303-555   848 2016-04-24 00:50:00          26
    +#> 577              25   A69-1303-555   849 2016-04-24 00:52:00          26
    +#> 578              25   A69-1303-555   851 2016-04-24 00:54:00          26
    +#> 579              25   A69-1303-555   852 2016-04-24 00:56:00          26
    +#> 580              25   A69-1303-555   855 2016-04-24 00:58:00          31
    +#> 581              25   A69-1303-555   856 2016-04-24 01:02:00          26
    +#> 582              25   A69-1303-555   857 2016-04-24 01:10:00          26
    +#> 583              25   A69-1303-555   858 2016-04-24 01:16:00          26
    +#> 584              25   A69-1303-555   860 2016-04-24 01:18:00          26
    +#> 585              25   A69-1303-555   861 2016-04-24 01:20:00          26
    +#> 586              25   A69-1303-555   862 2016-04-24 01:20:00          31
    +#> 587              25   A69-1303-555   863 2016-04-24 01:22:00          26
    +#> 588              25   A69-1303-555   864 2016-04-24 01:24:00          26
    +#> 589              25   A69-1303-555   865 2016-04-24 01:24:00          31
    +#> 590              25   A69-1303-555   867 2016-04-24 01:26:00          26
    +#> 591              25   A69-1303-555   869 2016-04-27 03:38:00          30
    +#> 592              25   A69-1303-555   871 2016-04-28 03:18:00          26
    +#> 593              25   A69-1303-555   873 2016-04-28 03:20:00          26
    +#> 594              25   A69-1303-555   875 2016-04-28 03:22:00          26
    +#> 595              25   A69-1303-555   877 2016-04-28 03:24:00          26
    +#> 596              25   A69-1303-555   878 2016-04-28 03:26:00          26
    +#> 597              25   A69-1303-555   880 2016-04-28 03:28:00          26
    +#> 598              25   A69-1303-555   881 2016-04-28 03:30:00          26
    +#> 599              25   A69-1303-555   883 2016-04-28 03:50:00          26
    +#> 600              25   A69-1303-555   884 2016-04-28 04:02:00          26
    +#> 601              25   A69-1303-555   885 2016-04-28 04:26:00          26
    +#> 602              25   A69-1303-555   886 2016-04-28 04:28:00          26
    +#> 603              25   A69-1303-555   887 2016-05-03 13:16:00          26
    +#> 604              25   A69-1303-555   888 2016-05-03 13:20:00          26
    +#> 605              25   A69-1303-555   889 2016-05-03 14:50:00          26
    +#> 606              25   A69-1303-555   890 2016-05-03 14:52:00          26
    +#> 607              25   A69-1303-555   891 2016-05-03 14:58:00          26
    +#> 608              25   A69-1303-555   892 2016-05-03 15:00:00          26
    +#> 609              25   A69-1303-555   893 2016-05-03 15:02:00          26
    +#> 610              25   A69-1303-555   894 2016-05-03 15:20:00          26
    +#> 611              25   A69-1303-555   896 2016-05-03 18:02:00          26
    +#> 612              25   A69-1303-555   897 2016-05-03 18:06:00          26
    +#> 613              25   A69-1303-555   898 2016-05-08 11:48:00          31
    +#> 614              25   A69-1303-555   900 2016-05-08 11:50:00          31
    +#> 615              25   A69-1303-555   901 2016-05-08 11:52:00          31
    +#> 616              25   A69-1303-555   902 2016-05-08 11:54:00          31
    +#> 617              25   A69-1303-555   903 2016-05-08 12:14:00          31
    +#> 618              25   A69-1303-555   904 2016-05-08 12:20:00          26
    +#> 619              25   A69-1303-555   906 2016-05-08 12:22:00          26
    +#> 620              25   A69-1303-555   907 2016-05-08 12:24:00          26
    +#> 621              25   A69-1303-555   911 2016-05-08 12:26:00          26
    +#> 622              25   A69-1303-555   912 2016-05-08 12:28:00          26
    +#> 623              25   A69-1303-555   913 2016-05-08 12:30:00          26
    +#> 624              25   A69-1303-555   914 2016-05-08 12:32:00          26
    +#> 625              25   A69-1303-555   916 2016-05-08 12:34:00          26
    +#> 626              25   A69-1303-555   917 2016-05-08 12:36:00          26
    +#> 627              25   A69-1303-555   918 2016-05-08 12:42:00          26
    +#> 628              25   A69-1303-555   919 2016-05-08 12:44:00          26
    +#> 629              25   A69-1303-555   921 2016-05-08 12:46:00          26
    +#> 630              25   A69-1303-555   923 2016-05-14 14:58:00          26
    +#> 631              25   A69-1303-555   924 2016-05-14 15:00:00          26
    +#> 632              25   A69-1303-555   925 2016-05-14 15:02:00          26
    +#> 633              25   A69-1303-555   927 2016-05-14 15:12:00          26
    +#> 634              25   A69-1303-555   929 2016-05-14 15:14:00          26
    +#> 635              25   A69-1303-555   930 2016-05-14 15:16:00          26
    +#> 636              25   A69-1303-555   932 2016-05-14 15:18:00          26
    +#> 637              25   A69-1303-555   934 2016-05-14 15:20:00          26
    +#> 638              25   A69-1303-555   936 2016-05-14 15:22:00          26
    +#> 639              25   A69-1303-555   938 2016-05-14 15:24:00          31
    +#> 640              25   A69-1303-555   939 2016-05-14 15:24:00          26
    +#> 641              25   A69-1303-555   941 2016-05-14 15:26:00          31
    +#> 642              25   A69-1303-555   942 2016-05-14 15:28:00          26
    +#> 643              25   A69-1303-555   943 2016-05-14 15:30:00          26
    +#> 644              25   A69-1303-555   945 2016-05-14 15:32:00          26
    +#> 645              25   A69-1303-555   946 2016-05-14 15:34:00          26
    +#> 646              25   A69-1303-555   948 2016-05-14 19:58:00          26
    +#> 647              25   A69-1303-555   949 2016-05-14 20:00:00          26
    +#> 648              25   A69-1303-555   950 2016-05-14 20:02:00          26
    +#> 649              25   A69-1303-555   951 2016-05-14 20:04:00          26
    +#> 650              25   A69-1303-555   952 2016-05-14 21:12:00          31
    +#> 651              25   A69-1303-555   954 2016-05-14 21:20:00          31
    +#> 652              25   A69-1303-555   955 2016-05-14 21:24:00          31
    +#> 653              25   A69-1303-555   957 2016-05-14 21:30:00          31
    +#> 654              25   A69-1303-555   959 2016-05-14 21:32:00          31
    +#> 655              25   A69-1303-555   960 2016-05-14 21:34:00          31
    +#> 656              25   A69-1303-555   961 2016-05-14 21:36:00          31
    +#> 657              25   A69-1303-555   962 2016-05-14 21:38:00          31
    +#> 658              25   A69-1303-555   964 2016-05-14 21:42:00          31
    +#> 659              25   A69-1303-555   966 2016-05-14 21:44:00          31
    +#> 660              25   A69-1303-555   967 2016-05-14 21:46:00          31
    +#> 661              25   A69-1303-555   968 2016-05-14 21:48:00          31
    +#> 662              25   A69-1303-555   970 2016-05-14 21:52:00          31
    +#> 663              25   A69-1303-555   971 2016-05-14 21:58:00          31
    +#> 664              25   A69-1303-555   972 2016-05-14 22:00:00          31
    +#> 665              25   A69-1303-555   973 2016-05-14 22:02:00          31
    +#> 666              25   A69-1303-555   974 2016-05-14 22:04:00          31
    +#> 667              25   A69-1303-555   975 2016-05-14 23:24:00          26
    +#> 668              25   A69-1303-555   976 2016-05-14 23:26:00          26
    +#> 669              25   A69-1303-555   977 2016-05-14 23:28:00          26
    +#> 670              25   A69-1303-555   979 2016-05-14 23:30:00          26
    +#> 671              25   A69-1303-555   982 2016-05-14 23:32:00          26
    +#> 672              25   A69-1303-555   984 2016-05-14 23:34:00          26
    +#> 673              25   A69-1303-555   985 2016-05-14 23:36:00          26
    +#> 674              25   A69-1303-555   986 2016-05-14 23:38:00          26
    +#> 675              25   A69-1303-555   988 2016-05-14 23:42:00          26
    +#> 676              25   A69-1303-555   989 2016-05-14 23:46:00          26
    +#> 677              25   A69-1303-555   992 2016-05-14 23:52:00          26
    +#> 678              25   A69-1303-555   993 2016-05-14 23:54:00          26
    +#> 679              25   A69-1303-555   994 2016-05-14 23:56:00          26
    +#> 680              25   A69-1303-555   996 2016-05-14 23:58:00          26
    +#> 681              25   A69-1303-555   997 2016-05-17 23:42:00          14
    +#> 682              25   A69-1303-555   998 2016-05-17 23:46:00          14
    +#> 683              25   A69-1303-555   999 2016-05-17 23:48:00          14
    +#> 684              25   A69-1303-555  1000 2016-05-17 23:50:00          14
    +#> 685              25   A69-1303-555  1001 2016-05-17 23:52:00          14
    +#> 686              25   A69-1303-555  1002 2016-05-17 23:56:00          14
    +#> 687              25   A69-1303-555  1003 2016-05-17 23:58:00          14
    +#> 688              25   A69-1303-555  1005 2016-05-18 00:00:00          14
    +#> 689              25   A69-1303-555  1008 2016-05-18 00:02:00          14
    +#> 690              25   A69-1303-555  1009 2016-05-18 00:04:00          14
    +#> 691              25   A69-1303-555  1011 2016-05-18 00:06:00          14
    +#> 692              25   A69-1303-555  1013 2016-05-18 00:08:00          14
    +#> 693              25   A69-1303-555  1015 2016-05-18 00:10:00          14
    +#> 694              25   A69-1303-555  1017 2016-05-18 00:12:00          14
    +#> 695              25   A69-1303-555  1018 2016-05-18 00:14:00          14
    +#> 696              25   A69-1303-555  1020 2016-05-18 00:16:00          14
    +#> 697              25   A69-1303-555  1021 2016-05-18 00:18:00          14
    +#> 698              25   A69-1303-555  1022 2016-05-18 00:20:00          14
    +#> 699              25   A69-1303-555  1024 2016-05-18 00:22:00          14
    +#> 700              25   A69-1303-555  1026 2016-05-18 00:24:00          14
    +#> 701              25   A69-1303-555  1027 2016-05-18 00:26:00          14
    +#> 702              25   A69-1303-555  1029 2016-05-18 00:28:00          14
    +#> 703              25   A69-1303-555  1031 2016-05-18 00:30:00          14
    +#> 704              25   A69-1303-555  1032 2016-05-18 00:32:00          14
    +#> 705              25   A69-1303-555  1034 2016-05-18 00:34:00          14
    +#> 706              25   A69-1303-555  1036 2016-05-18 00:36:00          14
    +#> 707              25   A69-1303-555  1038 2016-05-18 00:38:00          14
    +#> 708              25   A69-1303-555  1040 2016-05-18 00:42:00          14
    +#> 709              25   A69-1303-555  1041 2016-05-18 00:44:00          14
    +#> 710              25   A69-1303-555  1042 2016-05-18 00:46:00          14
    +#> 711              25   A69-1303-555  1043 2016-05-18 00:48:00          14
    +#> 712              25   A69-1303-555  1044 2016-05-18 00:50:00          14
    +#> 713              25   A69-1303-555  1045 2016-05-18 00:52:00          14
    +#> 714              25   A69-1303-555  1046 2016-05-18 00:54:00          14
    +#> 715              25   A69-1303-555  1048 2016-05-18 00:58:00          14
    +#> 716              25   A69-1303-555  1049 2016-05-18 01:02:00          14
    +#> 717              25   A69-1303-555  1050 2016-05-18 01:04:00          14
    +#> 718              25   A69-1303-555  1051 2016-05-18 01:16:00          14
    +#> 719              25   A69-1303-555  1052 2016-05-18 01:18:00          14
    +#> 720              25   A69-1303-555  1054 2016-05-18 01:20:00          14
    +#> 721              25   A69-1303-555  1056 2016-05-18 01:22:00          14
    +#> 722              25   A69-1303-555  1057 2016-05-18 01:24:00          14
    +#> 723              25   A69-1303-555  1059 2016-05-18 01:26:00          14
    +#> 724              25   A69-1303-555  1062 2016-05-18 01:28:00          14
    +#> 725              25   A69-1303-555  1063 2016-05-18 01:30:00          14
    +#> 726              25   A69-1303-555  1065 2016-05-18 01:32:00          14
    +#> 727              25   A69-1303-555  1067 2016-05-18 01:34:00          14
    +#> 728              25   A69-1303-555  1069 2016-05-18 01:36:00          14
    +#> 729              25   A69-1303-555  1071 2016-05-18 01:38:00          14
    +#> 730              25   A69-1303-555  1073 2016-05-18 01:40:00          14
    +#> 731              25   A69-1303-555  1075 2016-05-18 01:42:00          14
    +#> 732              25   A69-1303-555  1077 2016-05-18 01:48:00          14
    +#> 733              25   A69-1303-555  1079 2016-05-18 01:50:00          14
    +#> 734              25   A69-1303-555  1081 2016-05-18 01:52:00          14
    +#> 735              25   A69-1303-555  1083 2016-05-18 01:54:00          14
    +#> 736              25   A69-1303-555  1085 2016-05-18 01:56:00          14
    +#> 737              25   A69-1303-555  1087 2016-05-18 01:58:00          14
    +#> 738              25   A69-1303-555  1089 2016-05-18 02:00:00          14
    +#> 739              25   A69-1303-555  1091 2016-05-18 02:02:00          14
    +#> 740              25   A69-1303-555  1093 2016-05-18 02:04:00          14
    +#> 741              25   A69-1303-555  1095 2016-05-18 02:06:00          14
    +#> 742              25   A69-1303-555  1096 2016-05-18 02:08:00          14
    +#> 743              25   A69-1303-555  1097 2016-05-18 02:24:00          14
    +#> 744              25   A69-1303-555  1098 2016-05-18 02:26:00          14
    +#> 745              25   A69-1303-555  1100 2016-05-18 02:28:00          14
    +#> 746              25   A69-1303-555  1102 2016-05-18 02:30:00          14
    +#> 747              25   A69-1303-555  1105 2016-05-18 02:32:00          14
    +#> 748              25   A69-1303-555  1107 2016-05-18 02:34:00          14
    +#> 749              25   A69-1303-555  1109 2016-05-18 02:36:00          14
    +#> 750              25   A69-1303-555  1111 2016-05-18 02:38:00          14
    +#> 751              25   A69-1303-555  1112 2016-05-18 02:40:00          14
    +#> 752              25   A69-1303-555  1114 2016-05-18 02:42:00          14
    +#> 753              25   A69-1303-555  1116 2016-05-18 02:44:00          14
    +#> 754              25   A69-1303-555  1118 2016-05-18 02:46:00          14
    +#> 755              25   A69-1303-555  1119 2016-05-18 02:48:00          14
    +#> 756              25   A69-1303-555  1120 2016-05-18 02:50:00          14
    +#> 757              25   A69-1303-555  1122 2016-05-18 02:52:00          14
    +#> 758              25   A69-1303-555  1124 2016-05-18 02:54:00          14
    +#> 759              25   A69-1303-555  1126 2016-05-18 02:56:00          14
    +#> 760              25   A69-1303-555  1127 2016-05-18 02:58:00          14
    +#> 761              25   A69-1303-555  1128 2016-05-18 03:00:00          14
    +#> 762              25   A69-1303-555  1130 2016-05-18 03:02:00          14
    +#> 763              25   A69-1303-555  1133 2016-05-18 03:04:00          14
    +#> 764              25   A69-1303-555  1135 2016-05-18 03:06:00          14
    +#> 765              25   A69-1303-555  1137 2016-05-18 03:08:00          14
    +#> 766              25   A69-1303-555  1139 2016-05-18 03:10:00          14
    +#> 767              25   A69-1303-555  1141 2016-05-18 03:12:00          14
    +#> 768              25   A69-1303-555  1142 2016-05-18 03:50:00          14
    +#> 769              25   A69-1303-555  1145 2016-05-18 03:52:00          14
    +#> 770              25   A69-1303-555  1147 2016-05-18 03:54:00          14
    +#> 771              25   A69-1303-555  1148 2016-05-18 04:12:00          14
    +#> 772              25   A69-1303-555  1149 2016-05-18 04:14:00          14
    +#> 773              25   A69-1303-555  1150 2016-05-18 04:42:00          14
    +#> 774              25   A69-1303-555  1151 2016-05-20 22:44:00          26
    +#> 775              25   A69-1303-555  1152 2016-05-20 23:10:00          26
    +#> 776              25   A69-1303-555  1154 2016-05-20 23:12:00          26
    +#> 777              25   A69-1303-555  1156 2016-05-20 23:14:00          26
    +#> 778              25   A69-1303-555  1157 2016-05-21 00:56:00          26
    +#> 779              25   A69-1303-555  1158 2016-05-21 00:58:00          26
    +#> 780              25   A69-1303-555  1159 2016-05-21 02:08:00          26
    +#> 781              25   A69-1303-555  1160 2016-05-21 02:12:00          26
    +#> 782              25   A69-1303-555  1161 2016-05-21 02:24:00          26
    +#> 783              25   A69-1303-555  1162 2016-05-22 13:22:00          14
    +#> 784              25   A69-1303-555  1163 2016-05-22 13:24:00          14
    +#> 785              25   A69-1303-555  1164 2016-05-22 13:26:00          14
    +#> 786              25   A69-1303-555  1166 2016-05-22 13:32:00          14
    +#> 787              25   A69-1303-555  1167 2016-05-22 13:48:00          14
    +#> 788              25   A69-1303-555  1168 2016-05-22 13:52:00          14
    +#> 789              25   A69-1303-555  1170 2016-05-22 14:16:00          14
    +#> 790              25   A69-1303-555  1173 2016-05-22 14:18:00          14
    +#> 791              25   A69-1303-555  1175 2016-05-22 14:20:00          14
    +#> 792              25   A69-1303-555  1177 2016-05-22 14:22:00          14
    +#> 793              25   A69-1303-555  1179 2016-05-22 14:24:00          14
    +#> 794              25   A69-1303-555  1181 2016-05-22 14:26:00          14
    +#> 795              25   A69-1303-555  1183 2016-05-22 14:28:00          14
    +#> 796              25   A69-1303-555  1185 2016-05-22 14:30:00          14
    +#> 797              25   A69-1303-555  1188 2016-05-22 14:32:00          14
    +#> 798              25   A69-1303-555  1190 2016-05-22 14:34:00          14
    +#> 799              25   A69-1303-555  1192 2016-05-22 14:36:00          14
    +#> 800              25   A69-1303-555  1194 2016-05-22 14:38:00          14
    +#> 801              25   A69-1303-555  1196 2016-05-22 14:40:00          14
    +#> 802              25   A69-1303-555  1198 2016-05-22 14:42:00          14
    +#> 803              25   A69-1303-555  1199 2016-05-22 14:44:00          14
    +#> 804              25   A69-1303-555  1201 2016-05-22 14:46:00          14
    +#> 805              25   A69-1303-555  1202 2016-05-22 14:48:00          14
    +#> 806              25   A69-1303-555  1204 2016-05-22 14:50:00          14
    +#> 807              25   A69-1303-555  1206 2016-05-22 14:52:00          14
    +#> 808              25   A69-1303-555  1207 2016-05-22 14:54:00          14
    +#> 809              25   A69-1303-555  1209 2016-05-22 14:56:00          14
    +#> 810              25   A69-1303-555  1211 2016-05-22 14:58:00          14
    +#> 811              25   A69-1303-555  1212 2016-05-22 15:00:00          14
    +#> 812              25   A69-1303-555  1213 2016-05-22 15:02:00          14
    +#> 813              25   A69-1303-555  1215 2016-05-22 15:04:00          14
    +#> 814              25   A69-1303-555  1217 2016-05-22 15:06:00          14
    +#> 815              25   A69-1303-555  1218 2016-05-22 15:08:00          14
    +#> 816              25   A69-1303-555  1219 2016-05-22 15:10:00          14
    +#> 817              25   A69-1303-555  1220 2016-05-22 15:40:00          14
    +#> 818              25   A69-1303-555  1221 2016-05-22 15:42:00          14
    +#> 819              25   A69-1303-555  1223 2016-05-22 15:44:00          14
    +#> 820              25   A69-1303-555  1224 2016-05-22 15:48:00          14
    +#> 821              25   A69-1303-555  1225 2016-05-22 16:12:00          14
    +#> 822              25   A69-1303-555  1227 2016-05-22 17:50:00          14
    +#> 823              25   A69-1303-555  1228 2016-05-22 17:52:00          14
    +#> 824              25   A69-1303-555  1229 2016-05-22 17:54:00          14
    +#> 825              25   A69-1303-555  1231 2016-05-22 17:56:00          14
    +#> 826              25   A69-1303-555  1233 2016-05-22 17:58:00          14
    +#> 827              25   A69-1303-555  1234 2016-05-22 18:00:00          14
    +#> 828              25   A69-1303-555  1236 2016-05-22 18:02:00          14
    +#> 829              25   A69-1303-555  1237 2016-05-22 18:04:00          14
    +#> 830              25   A69-1303-555  1238 2016-05-22 18:06:00          14
    +#> 831              25   A69-1303-555  1239 2016-05-22 18:08:00          14
    +#> 832              25   A69-1303-555  1240 2016-05-22 18:10:00          14
    +#> 833              25   A69-1303-555  1242 2016-05-22 18:20:00          14
    +#> 834              25   A69-1303-555  1243 2016-05-22 19:58:00          14
    +#> 835              25   A69-1303-555  1244 2016-05-22 20:00:00          14
    +#> 836              25   A69-1303-555  1245 2016-05-22 21:46:00          23
    +#> 837              25   A69-1303-555  1246 2016-05-22 21:48:00          23
    +#> 838              25   A69-1303-555  1248 2016-05-22 22:00:00          23
    +#> 839              25   A69-1303-555  1249 2016-05-22 22:02:00          23
    +#> 840              25   A69-1303-555  1250 2016-05-22 22:10:00          23
    +#> 841              25   A69-1303-555  1251 2016-05-22 22:12:00          23
    +#> 842              25   A69-1303-555  1252 2016-05-22 22:14:00          23
    +#> 843              25   A69-1303-555  1253 2016-05-23 04:48:00          14
    +#> 844              25   A69-1303-555  1254 2016-05-23 04:58:00          14
    +#> 845              25   A69-1303-555  1255 2016-05-23 05:00:00          14
    +#> 846              25   A69-1303-555  1256 2016-05-23 05:02:00          14
    +#> 847              25   A69-1303-555  1257 2016-05-23 05:04:00          14
    +#> 848              25   A69-1303-555  1258 2016-05-23 05:06:00          14
    +#> 849              25   A69-1303-555  1259 2016-05-23 05:08:00          14
    +#> 850              25   A69-1303-555  1260 2016-05-23 05:10:00          14
    +#> 851              25   A69-1303-555  1261 2016-05-23 05:12:00          14
    +#> 852              25   A69-1303-555  1262 2016-05-23 05:34:00          14
    +#> 853              25   A69-1303-555  1264 2016-05-23 05:36:00          14
    +#> 854              25   A69-1303-555  1265 2016-05-23 05:40:00          14
    +#> 855              25   A69-1303-555  1267 2016-05-23 05:44:00          14
    +#> 856              25   A69-1303-555  1270 2016-05-23 05:54:00          14
    +#> 857              25   A69-1303-555  1272 2016-05-23 06:00:00          14
    +#> 858              25   A69-1303-555  1274 2016-05-23 06:02:00          14
    +#> 859              25   A69-1303-555  1276 2016-05-23 06:04:00          14
    +#> 860              25   A69-1303-555  1278 2016-05-23 06:06:00          14
    +#> 861              25   A69-1303-555  1280 2016-05-23 06:08:00          14
    +#> 862              25   A69-1303-555  1282 2016-05-23 06:10:00          14
    +#> 863              25   A69-1303-555  1283 2016-05-23 06:24:00          14
    +#> 864              25   A69-1303-555  1284 2016-05-23 06:28:00          14
    +#> 865              25   A69-1303-555  1287 2016-05-23 06:30:00          14
    +#> 866              25   A69-1303-555  1288 2016-05-23 06:32:00          14
    +#> 867              25   A69-1303-555  1290 2016-05-23 06:34:00          14
    +#> 868              25   A69-1303-555  1292 2016-05-23 06:36:00          14
    +#> 869              25   A69-1303-555  1294 2016-05-23 06:38:00          14
    +#> 870              25   A69-1303-555  1296 2016-05-23 06:40:00          14
    +#> 871              25   A69-1303-555  1298 2016-05-25 17:58:00          26
    +#> 872              25   A69-1303-555  1299 2016-05-25 18:00:00          26
    +#> 873              25   A69-1303-555  1300 2016-05-25 18:12:00          26
    +#> 874              25   A69-1303-555  1301 2016-05-26 22:20:00          23
    +#> 875              25   A69-1303-555  1302 2016-05-26 22:22:00          23
    +#> 876              25   A69-1303-555  1303 2016-05-26 22:24:00          23
    +#> 877              25   A69-1303-555  1304 2016-05-26 22:26:00          23
    +#> 878              25   A69-1303-555  1305 2016-05-26 22:32:00          23
    +#> 879              25   A69-1303-555  1306 2016-05-26 22:34:00          23
    +#> 880              25   A69-1303-555  1307 2016-05-26 22:56:00          23
    +#> 881              25   A69-1303-555  1308 2016-05-26 22:58:00          23
    +#> 882              25   A69-1303-555  1309 2016-05-26 23:00:00          23
    +#> 883              25   A69-1303-555  1312 2016-05-26 23:04:00          23
    +#> 884              25   A69-1303-555  1314 2016-05-26 23:06:00          23
    +#> 885              25   A69-1303-555  1316 2016-05-26 23:08:00          23
    +#> 886              25   A69-1303-555  1318 2016-05-26 23:10:00          23
    +#> 887              25   A69-1303-555  1320 2016-05-26 23:12:00          23
    +#> 888              25   A69-1303-555  1322 2016-05-26 23:14:00          23
    +#> 889              25   A69-1303-555  1324 2016-05-26 23:16:00          23
    +#> 890              25   A69-1303-555  1326 2016-05-26 23:18:00          23
    +#> 891              25   A69-1303-555  1328 2016-05-26 23:20:00          23
    +#> 892              25   A69-1303-555  1330 2016-05-26 23:22:00          23
    +#> 893              25   A69-1303-555  1332 2016-05-26 23:24:00          23
    +#> 894              25   A69-1303-555  1333 2016-05-26 23:26:00          23
    +#> 895              25   A69-1303-555  1335 2016-05-26 23:28:00          23
    +#> 896              25   A69-1303-555  1337 2016-05-26 23:30:00          23
    +#> 897              25   A69-1303-555  1339 2016-05-26 23:32:00          23
    +#> 898              25   A69-1303-555  1340 2016-05-27 00:14:00          23
    +#> 899              25   A69-1303-555  1341 2016-05-27 00:16:00          23
    +#> 900              25   A69-1303-555  1342 2016-05-27 00:20:00          23
    +#> 901              25   A69-1303-555  1344 2016-05-27 00:22:00          23
    +#> 902              25   A69-1303-555  1345 2016-05-27 00:24:00          23
    +#> 903              25   A69-1303-555  1346 2016-05-27 00:28:00          23
    +#> 904              25   A69-1303-555  1347 2016-05-27 01:06:00          14
    +#> 905              25   A69-1303-555  1348 2016-05-27 01:08:00          14
    +#> 906              25   A69-1303-555  1349 2016-05-27 01:38:00          14
    +#> 907              25   A69-1303-555  1350 2016-05-27 01:40:00          14
    +#> 908              25   A69-1303-555  1351 2016-05-27 01:42:00          14
    +#> 909              25   A69-1303-555  1352 2016-05-27 01:52:00          14
    +#> 910              25   A69-1303-555  1353 2016-05-27 01:54:00          14
    +#> 911              25   A69-1303-555  1354 2016-05-27 03:38:00          14
    +#> 912              25   A69-1303-555  1355 2016-05-27 03:40:00          14
    +#> 913              25   A69-1303-555  1357 2016-05-27 03:42:00          14
    +#> 914              25   A69-1303-555  1359 2016-05-27 03:44:00          14
    +#> 915              25   A69-1303-555  1360 2016-05-27 03:46:00          14
    +#> 916              25   A69-1303-555  1363 2016-05-27 03:48:00          14
    +#> 917              25   A69-1303-555  1365 2016-05-27 03:52:00          14
    +#> 918              25   A69-1303-555  1366 2016-05-27 03:54:00          14
    +#> 919              25   A69-1303-555  1367 2016-05-27 03:58:00          14
    +#> 920              25   A69-1303-555  1368 2016-05-27 04:12:00          14
    +#> 921              25   A69-1303-555  1369 2016-05-27 04:18:00          14
    +#> 922              25   A69-1303-555  1370 2016-05-27 04:26:00          14
    +#> 923              25   A69-1303-555  1372 2016-05-27 04:28:00          14
    +#> 924              25   A69-1303-555  1373 2016-05-27 04:30:00          14
    +#> 925              25   A69-1303-555  1374 2016-05-27 04:32:00          14
    +#> 926              25   A69-1303-555  1375 2016-05-27 04:58:00          14
    +#> 927              25   A69-1303-555  1376 2016-05-27 05:00:00          14
    +#> 928              25   A69-1303-555  1377 2016-05-27 05:08:00          14
    +#> 929              25   A69-1303-555  1378 2016-05-27 12:56:00          14
    +#> 930              25   A69-1303-555  1380 2016-05-27 12:58:00          14
    +#> 931              25   A69-1303-555  1381 2016-05-27 13:04:00          14
    +#> 932              25   A69-1303-555  1382 2016-05-27 13:06:00          14
    +#> 933              25   A69-1303-555  1384 2016-05-27 13:08:00          14
    +#> 934              25   A69-1303-555  1386 2016-05-27 13:10:00          14
    +#> 935              25   A69-1303-555  1387 2016-05-27 13:12:00          14
    +#> 936              25   A69-1303-555  1390 2016-05-27 13:14:00          14
    +#> 937              25   A69-1303-555  1392 2016-05-27 13:16:00          14
    +#> 938              25   A69-1303-555  1393 2016-05-27 13:20:00          14
    +#> 939              25   A69-1303-555  1394 2016-05-27 13:22:00          14
    +#> 940              25   A69-1303-555  1396 2016-05-27 13:26:00          14
    +#> 941              25   A69-1303-555  1398 2016-05-27 13:28:00          14
    +#> 942              25   A69-1303-555  1399 2016-05-27 13:30:00          14
    +#> 943              25   A69-1303-555  1401 2016-05-27 13:32:00          14
    +#> 944              25   A69-1303-555  1403 2016-05-27 13:34:00          14
    +#> 945              25   A69-1303-555  1405 2016-05-27 13:36:00          14
    +#> 946              25   A69-1303-555  1407 2016-05-27 13:38:00          14
    +#> 947              25   A69-1303-555  1408 2016-05-27 13:40:00          14
    +#> 948              25   A69-1303-555  1409 2016-05-27 13:42:00          14
    +#> 949              25   A69-1303-555  1410 2016-05-27 13:46:00          14
    +#> 950              25   A69-1303-555  1411 2016-05-27 13:48:00          14
    +#> 951              25   A69-1303-555  1414 2016-05-27 13:50:00          14
    +#> 952              25   A69-1303-555  1415 2016-05-27 13:54:00          14
    +#> 953              25   A69-1303-555  1417 2016-05-27 13:58:00          14
    +#> 954              25   A69-1303-555  1419 2016-05-27 14:00:00          14
    +#> 955              25   A69-1303-555  1420 2016-05-27 14:02:00          14
    +#> 956              25   A69-1303-555  1422 2016-05-27 14:04:00          14
    +#> 957              25   A69-1303-555  1423 2016-05-27 14:06:00          14
    +#> 958              25   A69-1303-555  1424 2016-05-27 14:08:00          14
    +#> 959              25   A69-1303-555  1426 2016-05-27 14:12:00          14
    +#> 960              25   A69-1303-555  1428 2016-05-27 14:14:00          14
    +#> 961              25   A69-1303-555  1429 2016-05-27 14:16:00          14
    +#> 962              25   A69-1303-555  1430 2016-05-27 14:18:00          14
    +#> 963              25   A69-1303-555  1432 2016-05-27 14:22:00          14
    +#> 964              25   A69-1303-555  1433 2016-05-27 14:24:00          14
    +#> 965              25   A69-1303-555  1434 2016-05-27 14:30:00          14
    +#> 966              25   A69-1303-555  1436 2016-05-27 14:42:00          14
    +#> 967              25   A69-1303-555  1437 2016-05-27 14:48:00          14
    +#> 968              25   A69-1303-555  1438 2016-05-27 14:52:00          14
    +#> 969              25   A69-1303-555  1440 2016-05-27 15:08:00          14
    +#> 970              25   A69-1303-555  1441 2016-05-27 15:10:00          14
    +#> 971              25   A69-1303-555  1442 2016-05-27 15:12:00          14
    +#> 972              25   A69-1303-555  1443 2016-05-27 15:14:00          14
    +#> 973              25   A69-1303-555  1445 2016-05-27 15:22:00          14
    +#> 974              25   A69-1303-555  1447 2016-05-27 15:24:00          14
    +#> 975              25   A69-1303-555  1448 2016-05-27 15:30:00          14
    +#> 976              25   A69-1303-555  1449 2016-05-27 15:32:00          14
    +#> 977              25   A69-1303-555  1450 2016-05-27 15:34:00          14
    +#> 978              25   A69-1303-555  1451 2016-05-27 15:36:00          14
    +#> 979              25   A69-1303-555  1452 2016-05-27 15:46:00          14
    +#> 980              25   A69-1303-555  1453 2016-05-27 15:48:00          14
    +#> 981              25   A69-1303-555  1454 2016-05-27 15:50:00          14
    +#> 982              25   A69-1303-555  1455 2016-05-27 15:52:00          14
    +#> 983              25   A69-1303-555  1456 2016-05-27 15:54:00          14
    +#> 984              25   A69-1303-555  1458 2016-05-27 15:56:00          14
    +#> 985              25   A69-1303-555  1460 2016-05-27 15:58:00          14
    +#> 986              25   A69-1303-555  1461 2016-05-27 16:02:00          14
    +#> 987              25   A69-1303-555  1462 2016-05-27 16:04:00          14
    +#> 988              25   A69-1303-555  1463 2016-05-27 16:06:00          14
    +#> 989              25   A69-1303-555  1465 2016-05-27 16:08:00          14
    +#> 990              25   A69-1303-555  1466 2016-05-27 16:12:00          14
    +#> 991              25   A69-1303-555  1467 2016-05-27 16:14:00          14
    +#> 992              25   A69-1303-555  1469 2016-05-27 16:16:00          14
    +#> 993              25   A69-1303-555  1471 2016-05-27 16:18:00          14
    +#> 994              25   A69-1303-555  1473 2016-05-27 16:20:00          14
    +#> 995              25   A69-1303-555  1475 2016-05-27 16:22:00          14
    +#> 996              25   A69-1303-555  1477 2016-05-27 16:24:00          14
    +#> 997              25   A69-1303-555  1479 2016-05-27 16:26:00          14
    +#> 998              25   A69-1303-555  1481 2016-05-27 16:28:00          14
    +#> 999              25   A69-1303-555  1483 2016-05-27 16:30:00          14
    +#> 1000             25   A69-1303-555  1485 2016-05-27 16:32:00          14
    +#> 1001             25   A69-1303-555  1486 2016-05-27 16:34:00          14
    +#> 1002             25   A69-1303-555  1488 2016-05-27 16:36:00          14
    +#> 1003             25   A69-1303-555  1491 2016-05-27 16:38:00          14
    +#> 1004             25   A69-1303-555  1493 2016-05-27 17:22:00          14
    +#> 1005             25   A69-1303-555  1494 2016-05-27 17:24:00          14
    +#> 1006             25   A69-1303-555  1496 2016-05-27 17:26:00          14
    +#> 1007             25   A69-1303-555  1498 2016-05-27 17:28:00          14
    +#> 1008             25   A69-1303-555  1499 2016-05-27 17:30:00          14
    +#> 1009             25   A69-1303-555  1500 2016-05-27 17:32:00          14
    +#> 1010             25   A69-1303-555  1501 2016-05-29 05:40:00          14
    +#> 1011             25   A69-1303-555  1502 2016-05-29 05:56:00          14
    +#> 1012             25   A69-1303-555  1504 2016-05-29 06:00:00          14
    +#> 1013             25   A69-1303-555  1505 2016-05-29 06:02:00          14
    +#> 1014             25   A69-1303-555  1507 2016-05-29 06:04:00          14
    +#> 1015             25   A69-1303-555  1508 2016-05-29 06:06:00          14
    +#> 1016             25   A69-1303-555  1510 2016-05-29 06:08:00          14
    +#> 1017             25   A69-1303-555  1512 2016-05-29 06:14:00          14
    +#> 1018             25   A69-1303-555  1514 2016-05-29 06:16:00          14
    +#> 1019             25   A69-1303-555  1515 2016-05-29 06:32:00          14
    +#> 1020             25   A69-1303-555  1516 2016-05-29 06:34:00          14
    +#> 1021             25   A69-1303-555  1517 2016-05-29 13:18:00          14
    +#> 1022             25   A69-1303-555  1518 2016-05-29 13:20:00          14
    +#> 1023             25   A69-1303-555  1519 2016-05-29 13:22:00          14
    +#> 1024             25   A69-1303-555  1521 2016-05-29 13:26:00          14
    +#> 1025             25   A69-1303-555  1522 2016-05-29 13:28:00          14
    +#> 1026             25   A69-1303-555  1523 2016-05-29 13:30:00          14
    +#> 1027             25   A69-1303-555  1524 2016-05-29 13:32:00          14
    +#> 1028             25   A69-1303-555  1526 2016-05-29 13:34:00          14
    +#> 1029             25   A69-1303-555  1527 2016-05-29 13:40:00          14
    +#> 1030             25   A69-1303-555  1528 2016-05-29 13:42:00          14
    +#> 1031             25   A69-1303-555  1530 2016-05-29 13:44:00          14
    +#> 1032             25   A69-1303-555  1533 2016-05-29 13:46:00          14
    +#> 1033             25   A69-1303-555  1535 2016-05-29 13:48:00          14
    +#> 1034             25   A69-1303-555  1536 2016-05-29 13:50:00          14
    +#> 1035             25   A69-1303-555  1539 2016-05-29 13:52:00          14
    +#> 1036             25   A69-1303-555  1541 2016-05-29 13:54:00          14
    +#> 1037             25   A69-1303-555  1543 2016-05-29 13:56:00          14
    +#> 1038             25   A69-1303-555  1544 2016-05-29 13:58:00          14
    +#> 1039             25   A69-1303-555  1545 2016-05-29 14:06:00          14
    +#> 1040             25   A69-1303-555  1546 2016-05-29 14:08:00          14
    +#> 1041             25   A69-1303-555  1547 2016-05-29 14:10:00          14
    +#> 1042             25   A69-1303-555  1549 2016-05-29 14:12:00          14
    +#> 1043             25   A69-1303-555  1552 2016-05-29 14:14:00          14
    +#> 1044             25   A69-1303-555  1553 2016-05-29 14:16:00          14
    +#> 1045             25   A69-1303-555  1554 2016-05-29 14:18:00          14
    +#> 1046             25   A69-1303-555  1556 2016-05-29 14:20:00          14
    +#> 1047             25   A69-1303-555  1558 2016-05-29 14:22:00          14
    +#> 1048             25   A69-1303-555  1560 2016-05-29 14:24:00          14
    +#> 1049             25   A69-1303-555  1561 2016-05-29 20:52:00          14
    +#> 1050             25   A69-1303-555  1563 2016-05-29 20:54:00          14
    +#> 1051             25   A69-1303-555  1565 2016-05-29 20:56:00          14
    +#> 1052             25   A69-1303-555  1567 2016-05-29 20:58:00          14
    +#> 1053             25   A69-1303-555  1569 2016-05-29 21:00:00          14
    +#> 1054             25   A69-1303-555  1571 2016-05-29 21:02:00          14
    +#> 1055             25   A69-1303-555  1573 2016-05-29 21:04:00          14
    +#> 1056             25   A69-1303-555  1575 2016-05-29 21:06:00          14
    +#> 1057             25   A69-1303-555  1576 2016-05-29 21:08:00          14
    +#> 1058             25   A69-1303-555  1577 2016-05-29 21:10:00          14
    +#> 1059             25   A69-1303-555  1579 2016-05-29 21:12:00          14
    +#> 1060             25   A69-1303-555  1581 2016-05-29 21:14:00          14
    +#> 1061             25   A69-1303-555  1584 2016-05-29 21:16:00          14
    +#> 1062             25   A69-1303-555  1586 2016-05-29 21:18:00          14
    +#> 1063             25   A69-1303-555  1588 2016-05-29 21:20:00          14
    +#> 1064             25   A69-1303-555  1590 2016-05-29 21:22:00          14
    +#> 1065             25   A69-1303-555  1592 2016-05-29 21:24:00          14
    +#> 1066             25   A69-1303-555  1593 2016-05-29 21:26:00          14
    +#> 1067             25   A69-1303-555  1596 2016-05-29 21:28:00          14
    +#> 1068             25   A69-1303-555  1598 2016-05-29 21:30:00          14
    +#> 1069             25   A69-1303-555  1600 2016-05-29 21:32:00          14
    +#> 1070             25   A69-1303-555  1602 2016-05-29 21:34:00          14
    +#> 1071             25   A69-1303-555  1604 2016-05-29 21:50:00          14
    +#> 1072             25   A69-1303-555  1605 2016-05-29 21:52:00          14
    +#> 1073             25   A69-1303-555  1607 2016-05-29 21:54:00          14
    +#> 1074             25   A69-1303-555  1609 2016-05-29 21:56:00          14
    +#> 1075             25   A69-1303-555  1611 2016-05-29 21:58:00          14
    +#> 1076             25   A69-1303-555  1613 2016-05-29 22:00:00          14
    +#> 1077             25   A69-1303-555  1614 2016-05-29 22:02:00          14
    +#> 1078             25   A69-1303-555  1615 2016-05-31 15:16:00          14
    +#> 1079             25   A69-1303-555  1616 2016-05-31 15:18:00          14
    +#> 1080             25   A69-1303-555  1617 2016-05-31 15:20:00          14
    +#> 1081             25   A69-1303-555  1619 2016-05-31 15:24:00          14
    +#> 1082             25   A69-1303-555  1621 2016-05-31 15:26:00          14
    +#> 1083             25   A69-1303-555  1623 2016-05-31 15:28:00          14
    +#> 1084             25   A69-1303-555  1625 2016-05-31 15:30:00          14
    +#> 1085             25   A69-1303-555  1627 2016-05-31 15:32:00          14
    +#> 1086             25   A69-1303-555  1629 2016-05-31 15:34:00          14
    +#> 1087             25   A69-1303-555  1630 2016-05-31 15:36:00          14
    +#> 1088             25   A69-1303-555  1632 2016-05-31 15:38:00          14
    +#> 1089             25   A69-1303-555  1633 2016-05-31 15:42:00          14
    +#> 1090             25   A69-1303-555  1634 2016-05-31 15:44:00          14
    +#> 1091             25   A69-1303-555  1636 2016-05-31 15:46:00          14
    +#> 1092             25   A69-1303-555  1639 2016-05-31 15:48:00          14
    +#> 1093             25   A69-1303-555  1641 2016-05-31 15:50:00          14
    +#> 1094             25   A69-1303-555  1643 2016-05-31 15:52:00          14
    +#> 1095             25   A69-1303-555  1644 2016-05-31 15:54:00          14
    +#> 1096             25   A69-1303-555  1646 2016-05-31 15:56:00          14
    +#> 1097             25   A69-1303-555  1648 2016-05-31 16:00:00          14
    +#> 1098             25   A69-1303-555  1649 2016-05-31 16:02:00          14
    +#> 1099             25   A69-1303-555  1650 2016-05-31 16:04:00          14
    +#> 1100             25   A69-1303-555  1651 2016-05-31 16:08:00          14
    +#> 1101             25   A69-1303-555  1652 2016-06-01 23:52:00          14
    +#> 1102             25   A69-1303-555  1653 2016-06-01 23:56:00          14
    +#> 1103             25   A69-1303-555  1654 2016-06-02 04:00:00          14
    +#> 1104             25   A69-1303-555  1655 2016-06-02 04:16:00          14
    +#> 1105             25   A69-1303-555  1656 2016-06-02 04:18:00          14
    +#> 1106             25   A69-1303-555  1657 2016-06-02 04:20:00          14
    +#> 1107             25   A69-1303-555  1660 2016-06-02 04:24:00          14
    +#> 1108             25   A69-1303-555  1662 2016-06-02 04:28:00          14
    +#> 1109             25   A69-1303-555  1663 2016-06-02 04:30:00          14
    +#> 1110             25   A69-1303-555  1664 2016-06-02 04:32:00          14
    +#> 1111             25   A69-1303-555  1665 2016-06-02 04:34:00          14
    +#> 1112             25   A69-1303-555  1667 2016-06-02 04:36:00          14
    +#> 1113             25   A69-1303-555  1669 2016-06-02 04:42:00          14
    +#> 1114             25   A69-1303-555  1670 2016-06-02 04:44:00          14
    +#> 1115             25   A69-1303-555  1672 2016-06-02 04:46:00          14
    +#> 1116             25   A69-1303-555  1673 2016-06-02 04:50:00          14
    +#> 1117             25   A69-1303-555  1674 2016-06-02 04:52:00          14
    +#> 1118             25   A69-1303-555  1676 2016-06-02 04:54:00          14
    +#> 1119             25   A69-1303-555  1677 2016-06-02 04:56:00          14
    +#> 1120             25   A69-1303-555  1679 2016-06-02 04:58:00          14
    +#> 1121             25   A69-1303-555  1680 2016-06-02 05:02:00          14
    +#> 1122             25   A69-1303-555  1682 2016-06-02 05:04:00          14
    +#> 1123             25   A69-1303-555  1684 2016-06-02 05:06:00          14
    +#> 1124             25   A69-1303-555  1685 2016-06-02 05:08:00          14
    +#> 1125             25   A69-1303-555  1688 2016-06-02 05:12:00          14
    +#> 1126             25   A69-1303-555  1689 2016-06-02 05:14:00          14
    +#> 1127             25   A69-1303-555  1691 2016-06-02 05:16:00          14
    +#> 1128             25   A69-1303-555  1693 2016-06-02 05:18:00          14
    +#> 1129             25   A69-1303-555  1694 2016-06-02 05:20:00          14
    +#> 1130             25   A69-1303-555  1695 2016-06-02 05:22:00          14
    +#> 1131             25   A69-1303-555  1697 2016-06-02 05:24:00          14
    +#> 1132             25   A69-1303-555  1699 2016-06-02 05:26:00          14
    +#> 1133             25   A69-1303-555  1700 2016-06-02 05:28:00          14
    +#> 1134             25   A69-1303-555  1701 2016-06-02 05:30:00          14
    +#> 1135             25   A69-1303-555  1702 2016-06-02 05:34:00          14
    +#> 1136             25   A69-1303-555  1704 2016-06-02 05:36:00          14
    +#> 1137             25   A69-1303-555  1706 2016-06-02 05:38:00          14
    +#> 1138             25   A69-1303-555  1708 2016-06-02 05:40:00          14
    +#> 1139             25   A69-1303-555  1710 2016-06-02 05:42:00          14
    +#> 1140             25   A69-1303-555  1712 2016-06-02 05:44:00          14
    +#> 1141             25   A69-1303-555  1713 2016-06-02 05:46:00          14
    +#> 1142             25   A69-1303-555  1715 2016-06-02 05:48:00          14
    +#> 1143             25   A69-1303-555  1716 2016-06-02 05:50:00          14
    +#> 1144             25   A69-1303-555  1719 2016-06-02 05:52:00          14
    +#> 1145             25   A69-1303-555  1721 2016-06-02 05:54:00          14
    +#> 1146             25   A69-1303-555  1723 2016-06-02 05:56:00          14
    +#> 1147             25   A69-1303-555  1725 2016-06-02 05:58:00          14
    +#> 1148             25   A69-1303-555  1727 2016-06-02 06:00:00          14
    +#> 1149             25   A69-1303-555  1729 2016-06-02 06:02:00          14
    +#> 1150             25   A69-1303-555  1730 2016-06-02 06:04:00          14
    +#> 1151             25   A69-1303-555  1731 2016-06-02 06:06:00          14
    +#> 1152             25   A69-1303-555  1732 2016-06-02 06:36:00          14
    +#> 1153             25   A69-1303-555  1733 2016-06-02 06:54:00          14
    +#> 1154             25   A69-1303-555  1734 2016-06-02 06:58:00          14
    +#> 1155             25   A69-1303-555  1735 2016-06-02 07:12:00          14
    +#> 1156             25   A69-1303-555  1736 2016-06-02 07:14:00          14
    +#> 1157             25   A69-1303-555  1737 2016-06-02 07:20:00          14
    +#> 1158             25   A69-1303-555  1739 2016-06-02 08:28:00          14
    +#> 1159             25   A69-1303-555  1741 2016-06-02 08:30:00          14
    +#> 1160             25   A69-1303-555  1742 2016-06-02 08:32:00          14
    +#> 1161             25   A69-1303-555  1744 2016-06-02 08:34:00          14
    +#> 1162             25   A69-1303-555  1745 2016-06-02 08:36:00          14
    +#> 1163             25   A69-1303-555  1747 2016-06-02 08:38:00          14
    +#> 1164             25   A69-1303-555  1749 2016-06-02 08:40:00          14
    +#> 1165             25   A69-1303-555  1751 2016-06-02 08:42:00          14
    +#> 1166             25   A69-1303-555  1752 2016-06-02 08:44:00          14
    +#> 1167             25   A69-1303-555  1754 2016-06-02 08:46:00          14
    +#> 1168             25   A69-1303-555  1757 2016-06-02 08:48:00          14
    +#> 1169             25   A69-1303-555  1759 2016-06-02 08:50:00          14
    +#> 1170             25   A69-1303-555  1760 2016-06-02 08:52:00          14
    +#> 1171             25   A69-1303-555  1762 2016-06-02 08:54:00          14
    +#> 1172             25   A69-1303-555  1763 2016-06-02 08:56:00          14
    +#> 1173             25   A69-1303-555  1765 2016-06-02 09:00:00          14
    +#> 1174             25   A69-1303-555  1767 2016-06-02 09:02:00          14
    +#> 1175             25   A69-1303-555  1768 2016-06-02 09:04:00          14
    +#> 1176             25   A69-1303-555  1770 2016-06-02 09:06:00          14
    +#> 1177             25   A69-1303-555  1771 2016-06-02 09:08:00          14
    +#> 1178             25   A69-1303-555  1773 2016-06-02 09:10:00          14
    +#> 1179             25   A69-1303-555  1774 2016-06-02 09:12:00          14
    +#> 1180             25   A69-1303-555  1775 2016-06-02 09:14:00          14
    +#> 1181             25   A69-1303-555  1776 2016-06-02 09:16:00          14
    +#> 1182             25   A69-1303-555  1777 2016-06-02 09:18:00          14
    +#> 1183             25   A69-1303-555  1779 2016-06-02 09:24:00          14
    +#> 1184             25   A69-1303-555  1780 2016-06-02 09:30:00          14
    +#> 1185             25   A69-1303-555  1781 2016-06-02 09:32:00          14
    +#> 1186             25   A69-1303-555  1783 2016-06-02 09:34:00          14
    +#> 1187             25   A69-1303-555  1786 2016-06-02 09:36:00          14
    +#> 1188             25   A69-1303-555  1788 2016-06-02 09:38:00          14
    +#> 1189             25   A69-1303-555  1790 2016-06-02 09:40:00          14
    +#> 1190             25   A69-1303-555  1791 2016-06-02 09:42:00          14
    +#> 1191             25   A69-1303-555  1793 2016-06-02 09:44:00          14
    +#> 1192             25   A69-1303-555  1795 2016-06-02 09:46:00          14
    +#> 1193             25   A69-1303-555  1797 2016-06-02 09:48:00          14
    +#> 1194             25   A69-1303-555  1798 2016-06-02 09:50:00          14
    +#> 1195             25   A69-1303-555  1800 2016-06-02 09:52:00          14
    +#> 1196             25   A69-1303-555  1802 2016-06-02 09:54:00          14
    +#> 1197             25   A69-1303-555  1804 2016-06-02 09:56:00          14
    +#> 1198             25   A69-1303-555  1805 2016-06-02 09:58:00          14
    +#> 1199             25   A69-1303-555  1807 2016-06-02 10:00:00          14
    +#> 1200             25   A69-1303-555  1809 2016-06-02 10:02:00          14
    +#> 1201             25   A69-1303-555  1811 2016-06-02 10:04:00          14
    +#> 1202             25   A69-1303-555  1813 2016-06-02 10:06:00          14
    +#> 1203             25   A69-1303-555  1815 2016-06-02 10:08:00          14
    +#> 1204             25   A69-1303-555  1817 2016-06-02 10:10:00          14
    +#> 1205             25   A69-1303-555  1819 2016-06-02 10:12:00          14
    +#> 1206             25   A69-1303-555  1821 2016-06-02 10:14:00          14
    +#> 1207             25   A69-1303-555  1822 2016-06-02 10:16:00          14
    +#> 1208             25   A69-1303-555  1824 2016-06-02 10:18:00          14
    +#> 1209             25   A69-1303-555  1826 2016-06-02 10:20:00          14
    +#> 1210             25   A69-1303-555  1827 2016-06-02 11:26:00          14
    +#> 1211             25   A69-1303-555  1828 2016-06-02 11:28:00          14
    +#> 1212             25   A69-1303-555  1830 2016-06-02 11:30:00          14
    +#> 1213             25   A69-1303-555  1832 2016-06-02 11:32:00          14
    +#> 1214             25   A69-1303-555  1833 2016-06-02 11:34:00          14
    +#> 1215             25   A69-1303-555  1835 2016-06-02 11:36:00          14
    +#> 1216             25   A69-1303-555  1836 2016-06-02 11:38:00          14
    +#> 1217             25   A69-1303-555  1838 2016-06-02 11:40:00          14
    +#> 1218             25   A69-1303-555  1840 2016-06-02 11:42:00          14
    +#> 1219             25   A69-1303-555  1841 2016-06-02 11:44:00          14
    +#> 1220             25   A69-1303-555  1844 2016-06-02 11:46:00          14
    +#> 1221             25   A69-1303-555  1846 2016-06-02 11:48:00          14
    +#> 1222             25   A69-1303-555  1847 2016-06-02 11:50:00          14
    +#> 1223             25   A69-1303-555  1849 2016-06-02 11:52:00          14
    +#> 1224             25   A69-1303-555  1850 2016-06-02 11:54:00          14
    +#> 1225             25   A69-1303-555  1851 2016-06-02 11:56:00          14
    +#> 1226             25   A69-1303-555  1853 2016-06-02 11:58:00          14
    +#> 1227             25   A69-1303-555  1856 2016-06-02 12:00:00          14
    +#> 1228             25   A69-1303-555  1857 2016-06-02 12:02:00          14
    +#> 1229             25   A69-1303-555  1859 2016-06-02 12:04:00          14
    +#> 1230             25   A69-1303-555  1861 2016-06-02 12:06:00          14
    +#> 1231             25   A69-1303-555  1863 2016-06-02 12:08:00          14
    +#> 1232             25   A69-1303-555  1865 2016-06-02 12:10:00          14
    +#> 1233             25   A69-1303-555  1867 2016-06-02 12:12:00          14
    +#> 1234             25   A69-1303-555  1869 2016-06-02 12:14:00          14
    +#> 1235             25   A69-1303-555  1871 2016-06-02 12:16:00          14
    +#> 1236             25   A69-1303-555  1873 2016-06-02 12:18:00          14
    +#> 1237             25   A69-1303-555  1874 2016-06-02 12:20:00          14
    +#> 1238             25   A69-1303-555  1876 2016-06-02 12:22:00          14
    +#> 1239             25   A69-1303-555  1877 2016-06-02 12:24:00          14
    +#> 1240             25   A69-1303-555  1879 2016-06-02 12:26:00          14
    +#> 1241             25   A69-1303-555  1880 2016-06-02 12:28:00          14
    +#> 1242             25   A69-1303-555  1882 2016-06-02 12:30:00          14
    +#> 1243             25   A69-1303-555  1884 2016-06-02 12:32:00          14
    +#> 1244             25   A69-1303-555  1885 2016-06-02 12:34:00          14
    +#> 1245             25   A69-1303-555  1888 2016-06-02 12:36:00          14
    +#> 1246             25   A69-1303-555  1889 2016-06-02 12:38:00          14
    +#> 1247             25   A69-1303-555  1891 2016-06-02 12:40:00          14
    +#> 1248             25   A69-1303-555  1894 2016-06-02 12:42:00          14
    +#> 1249             25   A69-1303-555  1895 2016-06-02 12:44:00          14
    +#> 1250             25   A69-1303-555  1897 2016-06-02 12:46:00          14
    +#> 1251             25   A69-1303-555  1898 2016-06-02 12:48:00          14
    +#> 1252             25   A69-1303-555  1899 2016-06-02 12:50:00          14
    +#> 1253             25   A69-1303-555  1901 2016-06-02 12:52:00          14
    +#> 1254             25   A69-1303-555  1903 2016-06-02 12:54:00          14
    +#> 1255             25   A69-1303-555  1905 2016-06-02 12:56:00          14
    +#> 1256             25   A69-1303-555  1907 2016-06-02 12:58:00          14
    +#> 1257             25   A69-1303-555  1908 2016-06-02 13:24:00          14
    +#> 1258             25   A69-1303-555  1910 2016-06-02 13:26:00          14
    +#> 1259             25   A69-1303-555  1911 2016-06-02 13:28:00          14
    +#> 1260             25   A69-1303-555  1914 2016-06-02 13:32:00          14
    +#> 1261             25   A69-1303-555  1917 2016-06-02 13:34:00          14
    +#> 1262             25   A69-1303-555  1919 2016-06-02 13:36:00          14
    +#> 1263             25   A69-1303-555  1920 2016-06-02 13:38:00          14
    +#> 1264             25   A69-1303-555  1923 2016-06-02 13:40:00          14
    +#> 1265             25   A69-1303-555  1925 2016-06-02 13:44:00          14
    +#> 1266             25   A69-1303-555  1926 2016-06-02 13:46:00          14
    +#> 1267             25   A69-1303-555  1928 2016-06-02 13:48:00          14
    +#> 1268             25   A69-1303-555  1930 2016-06-02 13:50:00          14
    +#> 1269             25   A69-1303-555  1932 2016-06-02 13:52:00          14
    +#> 1270             25   A69-1303-555  1934 2016-06-02 13:54:00          14
    +#> 1271             25   A69-1303-555  1936 2016-06-02 13:56:00          14
    +#> 1272             25   A69-1303-555  1938 2016-06-02 13:58:00          14
    +#> 1273             25   A69-1303-555  1940 2016-06-02 14:00:00          14
    +#> 1274             25   A69-1303-555  1941 2016-06-02 14:02:00          14
    +#> 1275             25   A69-1303-555  1943 2016-06-02 14:04:00          14
    +#> 1276             25   A69-1303-555  1945 2016-06-02 14:06:00          14
    +#> 1277             25   A69-1303-555  1946 2016-06-02 14:08:00          14
    +#> 1278             25   A69-1303-555  1948 2016-06-02 14:10:00          14
    +#> 1279             25   A69-1303-555  1949 2016-06-02 14:12:00          14
    +#> 1280             25   A69-1303-555  1951 2016-06-02 14:18:00          14
    +#> 1281             25   A69-1303-555  1952 2016-06-02 14:20:00          14
    +#> 1282             25   A69-1303-555  1954 2016-06-02 14:22:00          14
    +#> 1283             25   A69-1303-555  1955 2016-06-02 14:24:00          14
    +#> 1284             25   A69-1303-555  1957 2016-06-02 14:26:00          14
    +#> 1285             25   A69-1303-555  1958 2016-06-02 14:28:00          14
    +#> 1286             25   A69-1303-555  1961 2016-06-02 14:30:00          14
    +#> 1287             25   A69-1303-555  1963 2016-06-02 14:32:00          14
    +#> 1288             25   A69-1303-555  1965 2016-06-02 14:34:00          14
    +#> 1289             25   A69-1303-555  1967 2016-06-02 14:36:00          14
    +#> 1290             25   A69-1303-555  1969 2016-06-02 14:38:00          14
    +#> 1291             25   A69-1303-555  1970 2016-06-02 14:44:00          14
    +#> 1292             25   A69-1303-555  1972 2016-06-02 14:46:00          14
    +#> 1293             25   A69-1303-555  1974 2016-06-02 14:48:00          14
    +#> 1294             25   A69-1303-555  1975 2016-06-02 14:50:00          14
    +#> 1295             25   A69-1303-555  1977 2016-06-02 14:52:00          14
    +#> 1296             25   A69-1303-555  1979 2016-06-02 14:54:00          14
    +#> 1297             25   A69-1303-555  1981 2016-06-02 14:56:00          14
    +#> 1298             25   A69-1303-555  1982 2016-06-02 14:58:00          14
    +#> 1299             25   A69-1303-555  1983 2016-06-02 15:00:00          14
    +#> 1300             25   A69-1303-555  1984 2016-06-02 15:02:00          14
    +#> 1301             25   A69-1303-555  1985 2016-06-02 15:04:00          14
    +#> 1302             25   A69-1303-555  1987 2016-06-02 15:06:00          14
    +#> 1303             25   A69-1303-555  1989 2016-06-02 15:08:00          14
    +#> 1304             25   A69-1303-555  1991 2016-06-02 15:12:00          14
    +#> 1305             25   A69-1303-555  1993 2016-06-02 15:14:00          14
    +#> 1306             25   A69-1303-555  1994 2016-06-02 15:16:00          14
    +#> 1307             25   A69-1303-555  1995 2016-06-02 15:18:00          14
    +#> 1308             25   A69-1303-555  1996 2016-06-02 15:20:00          14
    +#> 1309             25   A69-1303-555  1997 2016-06-02 15:34:00          14
    +#> 1310             25   A69-1303-555  1998 2016-06-02 15:36:00          14
    +#> 1311             25   A69-1303-555  1999 2016-06-02 15:48:00          14
    +#> 1312             25   A69-1303-555  2000 2016-06-02 15:50:00          14
    +#> 1313             25   A69-1303-555  2002 2016-06-02 15:52:00          14
    +#> 1314             25   A69-1303-555  2003 2016-06-02 15:54:00          14
    +#> 1315             25   A69-1303-555  2005 2016-06-02 15:56:00          14
    +#> 1316             25   A69-1303-555  2006 2016-06-02 15:58:00          14
    +#> 1317             25   A69-1303-555  2009 2016-06-02 16:00:00          14
    +#> 1318             25   A69-1303-555  2012 2016-06-02 16:02:00          14
    +#> 1319             25   A69-1303-555  2014 2016-06-02 16:04:00          14
    +#> 1320             25   A69-1303-555  2016 2016-06-02 16:06:00          14
    +#> 1321             25   A69-1303-555  2018 2016-06-02 16:08:00          14
    +#> 1322             25   A69-1303-555  2019 2016-06-02 16:10:00          14
    +#> 1323             25   A69-1303-555  2021 2016-06-02 16:12:00          14
    +#> 1324             25   A69-1303-555  2023 2016-06-02 16:14:00          14
    +#> 1325             25   A69-1303-555  2024 2016-06-02 16:16:00          14
    +#> 1326             25   A69-1303-555  2026 2016-06-02 16:20:00          14
    +#> 1327             25   A69-1303-555  2027 2016-06-02 16:22:00          14
    +#> 1328             25   A69-1303-555  2028 2016-06-02 16:24:00          14
    +#> 1329             25   A69-1303-555  2029 2016-06-02 16:26:00          14
    +#> 1330             25   A69-1303-555  2030 2016-06-02 16:28:00          14
    +#> 1331             25   A69-1303-555  2031 2016-06-02 16:38:00          14
    +#> 1332             25   A69-1303-555  2032 2016-06-02 16:46:00          14
    +#> 1333             25   A69-1303-555  2033 2016-06-02 16:48:00          14
    +#> 1334             25   A69-1303-555  2034 2016-06-02 16:50:00          14
    +#> 1335             25   A69-1303-555  2035 2016-06-02 16:52:00          14
    +#> 1336             25   A69-1303-555  2036 2016-06-02 16:56:00          14
    +#> 1337             25   A69-1303-555  2037 2016-06-02 16:58:00          14
    +#> 1338             25   A69-1303-555  2040 2016-06-02 17:00:00          14
    +#> 1339             25   A69-1303-555  2041 2016-06-02 17:14:00          14
    +#> 1340             25   A69-1303-555  2042 2016-06-02 17:20:00          14
    +#> 1341             25   A69-1303-555  2043 2016-06-02 17:24:00          14
    +#> 1342             25   A69-1303-555  2044 2016-06-02 17:26:00          14
    +#> 1343             25   A69-1303-555  2045 2016-06-02 17:28:00          14
    +#> 1344             25   A69-1303-555  2047 2016-06-02 17:30:00          14
    +#> 1345             25   A69-1303-555  2049 2016-06-02 17:32:00          14
    +#> 1346             25   A69-1303-555  2051 2016-06-02 17:34:00          14
    +#> 1347             25   A69-1303-555  2052 2016-06-02 17:36:00          14
    +#> 1348             25   A69-1303-555  2054 2016-06-02 17:38:00          14
    +#> 1349             25   A69-1303-555  2056 2016-06-02 17:40:00          14
    +#> 1350             25   A69-1303-555  2058 2016-06-02 17:42:00          14
    +#> 1351             25   A69-1303-555  2061 2016-06-02 17:44:00          14
    +#> 1352             25   A69-1303-555  2064 2016-06-02 17:46:00          14
    +#> 1353             25   A69-1303-555  2066 2016-06-02 17:48:00          14
    +#> 1354             25   A69-1303-555  2068 2016-06-02 17:50:00          14
    +#> 1355             25   A69-1303-555  2069 2016-06-02 17:52:00          14
    +#> 1356             25   A69-1303-555  2071 2016-06-02 17:54:00          14
    +#> 1357             25   A69-1303-555  2073 2016-06-02 17:56:00          14
    +#> 1358             25   A69-1303-555  2075 2016-06-02 17:58:00          14
    +#> 1359             25   A69-1303-555  2077 2016-06-02 18:00:00          14
    +#> 1360             25   A69-1303-555  2079 2016-06-02 18:02:00          14
    +#> 1361             25   A69-1303-555  2081 2016-06-02 18:04:00          14
    +#> 1362             25   A69-1303-555  2083 2016-06-02 18:06:00          14
    +#> 1363             25   A69-1303-555  2084 2016-06-02 18:08:00          14
    +#> 1364             25   A69-1303-555  2086 2016-06-02 18:10:00          14
    +#> 1365             25   A69-1303-555  2087 2016-06-02 18:12:00          14
    +#> 1366             25   A69-1303-555  2089 2016-06-02 18:14:00          14
    +#> 1367             25   A69-1303-555  2091 2016-06-02 18:16:00          14
    +#> 1368             25   A69-1303-555  2093 2016-06-02 18:18:00          14
    +#> 1369             25   A69-1303-555  2095 2016-06-02 18:20:00          14
    +#> 1370             25   A69-1303-555  2098 2016-06-02 18:22:00          14
    +#> 1371             25   A69-1303-555  2099 2016-06-02 18:24:00          14
    +#> 1372             25   A69-1303-555  2101 2016-06-02 18:26:00          14
    +#> 1373             25   A69-1303-555  2102 2016-06-02 18:28:00          14
    +#> 1374             25   A69-1303-555  2104 2016-06-02 18:30:00          14
    +#> 1375             25   A69-1303-555  2106 2016-06-02 18:32:00          14
    +#> 1376             25   A69-1303-555  2107 2016-06-02 18:34:00          14
    +#> 1377             25   A69-1303-555  2109 2016-06-02 18:36:00          14
    +#> 1378             25   A69-1303-555  2112 2016-06-02 18:38:00          14
    +#> 1379             25   A69-1303-555  2114 2016-06-02 18:40:00          14
    +#> 1380             25   A69-1303-555  2115 2016-06-02 18:42:00          14
    +#> 1381             25   A69-1303-555  2118 2016-06-02 18:44:00          14
    +#> 1382             25   A69-1303-555  2119 2016-06-02 18:46:00          14
    +#> 1383             25   A69-1303-555  2121 2016-06-02 18:48:00          14
    +#> 1384             25   A69-1303-555  2123 2016-06-02 18:50:00          14
    +#> 1385             25   A69-1303-555  2125 2016-06-02 18:52:00          14
    +#> 1386             25   A69-1303-555  2127 2016-06-02 18:54:00          14
    +#> 1387             25   A69-1303-555  2129 2016-06-02 18:56:00          14
    +#> 1388             25   A69-1303-555  2131 2016-06-02 18:58:00          14
    +#> 1389             25   A69-1303-555  2133 2016-06-02 19:00:00          14
    +#> 1390             25   A69-1303-555  2135 2016-06-02 19:02:00          14
    +#> 1391             25   A69-1303-555  2137 2016-06-02 19:04:00          14
    +#> 1392             25   A69-1303-555  2138 2016-06-02 19:06:00          14
    +#> 1393             25   A69-1303-555  2139 2016-06-02 19:08:00          14
    +#> 1394             25   A69-1303-555  2140 2016-06-02 19:10:00          14
    +#> 1395             25   A69-1303-555  2141 2016-06-02 19:16:00          14
    +#> 1396             25   A69-1303-555  2143 2016-06-02 19:18:00          14
    +#> 1397             25   A69-1303-555  2145 2016-06-02 19:20:00          14
    +#> 1398             25   A69-1303-555  2147 2016-06-02 19:22:00          14
    +#> 1399             25   A69-1303-555  2149 2016-06-02 19:24:00          14
    +#> 1400             25   A69-1303-555  2150 2016-06-02 19:26:00          14
    +#> 1401             25   A69-1303-555  2152 2016-06-02 19:28:00          14
    +#> 1402             25   A69-1303-555  2155 2016-06-02 19:30:00          14
    +#> 1403             25   A69-1303-555  2157 2016-06-02 19:32:00          14
    +#> 1404             25   A69-1303-555  2158 2016-06-02 19:34:00          14
    +#> 1405             25   A69-1303-555  2159 2016-06-02 19:36:00          14
    +#> 1406             25   A69-1303-555  2160 2016-06-02 19:38:00          14
    +#> 1407             25   A69-1303-555  2161 2016-06-02 19:46:00          14
    +#> 1408             25   A69-1303-555  2162 2016-06-02 19:54:00          14
    +#> 1409             25   A69-1303-555  2163 2016-06-02 19:56:00          14
    +#> 1410             25   A69-1303-555  2164 2016-06-02 19:58:00          14
    +#> 1411             25   A69-1303-555  2165 2016-06-02 20:22:00          14
    +#> 1412             25   A69-1303-555  2166 2016-06-02 20:24:00          14
    +#> 1413             25   A69-1303-555  2167 2016-06-02 20:26:00          14
    +#> 1414             25   A69-1303-555  2169 2016-06-02 20:28:00          14
    +#> 1415             25   A69-1303-555  2171 2016-06-02 20:34:00          14
    +#> 1416             25   A69-1303-555  2172 2016-06-02 20:36:00          14
    +#> 1417             25   A69-1303-555  2175 2016-06-02 20:38:00          14
    +#> 1418             25   A69-1303-555  2176 2016-06-02 20:40:00          14
    +#> 1419             25   A69-1303-555  2177 2016-06-02 20:42:00          14
    +#> 1420             25   A69-1303-555  2178 2016-06-02 20:44:00          14
    +#> 1421             25   A69-1303-555  2179 2016-06-02 20:46:00          14
    +#> 1422             25   A69-1303-555  2180 2016-06-02 20:48:00          14
    +#> 1423             25   A69-1303-555  2181 2016-06-02 20:50:00          14
    +#> 1424             25   A69-1303-555  2184 2016-06-02 20:52:00          14
    +#> 1425             25   A69-1303-555  2186 2016-06-02 20:54:00          14
    +#> 1426             25   A69-1303-555  2187 2016-06-02 20:56:00          14
    +#> 1427             25   A69-1303-555  2188 2016-06-02 20:58:00          14
    +#> 1428             25   A69-1303-555  2189 2016-06-02 21:00:00          14
    +#> 1429             25   A69-1303-555  2191 2016-06-02 21:02:00          14
    +#> 1430             25   A69-1303-555  2193 2016-06-02 21:04:00          14
    +#> 1431             25   A69-1303-555  2194 2016-06-02 21:06:00          14
    +#> 1432             25   A69-1303-555  2196 2016-06-02 21:08:00          14
    +#> 1433             25   A69-1303-555  2198 2016-06-02 21:10:00          14
    +#> 1434             25   A69-1303-555  2199 2016-06-02 21:12:00          14
    +#> 1435             25   A69-1303-555  2202 2016-06-02 21:14:00          14
    +#> 1436             25   A69-1303-555  2204 2016-06-02 21:16:00          14
    +#> 1437             25   A69-1303-555  2206 2016-06-02 21:18:00          14
    +#> 1438             25   A69-1303-555  2208 2016-06-02 21:20:00          14
    +#> 1439             25   A69-1303-555  2210 2016-06-02 21:22:00          14
    +#> 1440             25   A69-1303-555  2213 2016-06-02 21:24:00          14
    +#> 1441             25   A69-1303-555  2214 2016-06-02 21:30:00          14
    +#> 1442             25   A69-1303-555  2215 2016-06-02 21:32:00          14
    +#> 1443             25   A69-1303-555  2217 2016-06-02 21:34:00          14
    +#> 1444             25   A69-1303-555  2218 2016-06-02 21:36:00          14
    +#> 1445             25   A69-1303-555  2219 2016-06-03 00:40:00          14
    +#> 1446             25   A69-1303-555  2220 2016-06-03 00:42:00          14
    +#> 1447             25   A69-1303-555  2223 2016-06-03 00:44:00          14
    +#> 1448             25   A69-1303-555  2224 2016-06-03 00:52:00          14
    +#> 1449             25   A69-1303-555  2226 2016-06-03 02:24:00          14
    +#> 1450             25   A69-1303-555  2227 2016-06-03 02:26:00          14
    +#> 1451             25   A69-1303-555  2228 2016-06-03 02:28:00          14
    +#> 1452             25   A69-1303-555  2230 2016-06-03 02:30:00          14
    +#> 1453             25   A69-1303-555  2232 2016-06-03 02:32:00          14
    +#> 1454             25   A69-1303-555  2234 2016-06-03 02:34:00          14
    +#> 1455             25   A69-1303-555  2236 2016-06-03 02:36:00          14
    +#> 1456             25   A69-1303-555  2238 2016-06-03 02:38:00          14
    +#> 1457             25   A69-1303-555  2239 2016-06-03 02:40:00          14
    +#> 1458             25   A69-1303-555  2242 2016-06-03 02:42:00          14
    +#> 1459             25   A69-1303-555  2244 2016-06-03 02:44:00          14
    +#> 1460             25   A69-1303-555  2245 2016-06-03 02:46:00          14
    +#> 1461             25   A69-1303-555  2246 2016-06-03 02:48:00          14
    +#> 1462             25   A69-1303-555  2248 2016-06-03 02:50:00          14
    +#> 1463             25   A69-1303-555  2249 2016-06-03 02:52:00          14
    +#> 1464             25   A69-1303-555  2251 2016-06-03 02:54:00          14
    +#> 1465             25   A69-1303-555  2253 2016-06-03 02:56:00          14
    +#> 1466             25   A69-1303-555  2255 2016-06-03 02:58:00          14
    +#> 1467             25   A69-1303-555  2257 2016-06-03 03:00:00          14
    +#> 1468             25   A69-1303-555  2259 2016-06-03 03:02:00          14
    +#> 1469             25   A69-1303-555  2261 2016-06-03 03:04:00          14
    +#> 1470             25   A69-1303-555  2263 2016-06-03 03:06:00          14
    +#> 1471             25   A69-1303-555  2265 2016-06-03 03:08:00          14
    +#> 1472             25   A69-1303-555  2266 2016-06-03 03:22:00          14
    +#> 1473             25   A69-1303-555  2268 2016-06-03 03:24:00          14
    +#> 1474             25   A69-1303-555  2270 2016-06-03 03:26:00          14
    +#> 1475             25   A69-1303-555  2272 2016-06-03 03:28:00          14
    +#> 1476             25   A69-1303-555  2274 2016-06-03 03:30:00          14
    +#> 1477             25   A69-1303-555  2275 2016-06-03 03:32:00          14
    +#> 1478             25   A69-1303-555  2277 2016-06-03 03:34:00          14
    +#> 1479             25   A69-1303-555  2279 2016-06-03 03:36:00          14
    +#> 1480             25   A69-1303-555  2280 2016-06-03 03:38:00          14
    +#> 1481             25   A69-1303-555  2283 2016-06-03 03:40:00          14
    +#> 1482             25   A69-1303-555  2285 2016-06-03 03:42:00          14
    +#> 1483             25   A69-1303-555  2286 2016-06-03 03:44:00          14
    +#> 1484             25   A69-1303-555  2288 2016-06-03 03:46:00          14
    +#> 1485             25   A69-1303-555  2290 2016-06-03 03:48:00          14
    +#> 1486             25   A69-1303-555  2292 2016-06-03 03:50:00          14
    +#> 1487             25   A69-1303-555  2294 2016-06-03 03:52:00          14
    +#> 1488             25   A69-1303-555  2297 2016-06-03 03:54:00          14
    +#> 1489             25   A69-1303-555  2299 2016-06-03 03:56:00          14
    +#> 1490             25   A69-1303-555  2301 2016-06-03 03:58:00          14
    +#> 1491             25   A69-1303-555  2303 2016-06-03 04:00:00          14
    +#> 1492             25   A69-1303-555  2304 2016-06-03 04:02:00          14
    +#> 1493             25   A69-1303-555  2307 2016-06-03 04:04:00          14
    +#> 1494             25   A69-1303-555  2309 2016-06-03 04:06:00          14
    +#> 1495             25   A69-1303-555  2311 2016-06-03 04:08:00          14
    +#> 1496             25   A69-1303-555  2313 2016-06-03 04:10:00          14
    +#> 1497             25   A69-1303-555  2314 2016-06-03 04:12:00          14
    +#> 1498             25   A69-1303-555  2316 2016-06-03 04:14:00          14
    +#> 1499             25   A69-1303-555  2318 2016-06-03 04:16:00          14
    +#> 1500             25   A69-1303-555  2319 2016-06-03 04:18:00          14
    +#> 1501             25   A69-1303-555  2321 2016-06-03 04:20:00          14
    +#> 1502             25   A69-1303-555  2323 2016-06-03 04:24:00          14
    +#> 1503             25   A69-1303-555  2325 2016-06-03 04:28:00          14
    +#> 1504             25   A69-1303-555  2326 2016-06-03 04:30:00          14
    +#> 1505             25   A69-1303-555  2327 2016-06-03 04:32:00          14
    +#> 1506             25   A69-1303-555  2328 2016-06-03 04:48:00          14
    +#> 1507             25   A69-1303-555  2329 2016-06-03 04:52:00          14
    +#> 1508             25   A69-1303-555  2330 2016-06-03 04:54:00          14
    +#> 1509             25   A69-1303-555  2331 2016-06-03 04:58:00          14
    +#> 1510             25   A69-1303-555  2332 2016-06-03 05:06:00          14
    +#> 1511             25   A69-1303-555  2333 2016-06-03 05:10:00          14
    +#> 1512             25   A69-1303-555  2335 2016-06-03 05:12:00          14
    +#> 1513             25   A69-1303-555  2337 2016-06-03 05:14:00          14
    +#> 1514             25   A69-1303-555  2338 2016-06-03 05:16:00          14
    +#> 1515             25   A69-1303-555  2340 2016-06-03 05:18:00          14
    +#> 1516             25   A69-1303-555  2341 2016-06-03 05:20:00          14
    +#> 1517             25   A69-1303-555  2342 2016-06-03 05:22:00          14
    +#> 1518             25   A69-1303-555  2344 2016-06-03 05:24:00          14
    +#> 1519             25   A69-1303-555  2346 2016-06-03 05:26:00          14
    +#> 1520             25   A69-1303-555  2350 2016-06-03 05:28:00          14
    +#> 1521             25   A69-1303-555  2352 2016-06-03 05:30:00          14
    +#> 1522             25   A69-1303-555  2354 2016-06-03 05:32:00          14
    +#> 1523             25   A69-1303-555  2355 2016-06-03 05:34:00          14
    +#> 1524             25   A69-1303-555  2358 2016-06-03 05:40:00          14
    +#> 1525             25   A69-1303-555  2359 2016-06-03 05:56:00          14
    +#> 1526             25   A69-1303-555  2360 2016-06-03 05:58:00          14
    +#> 1527             25   A69-1303-555  2361 2016-06-03 06:06:00          14
    +#> 1528             25   A69-1303-555  2362 2016-06-03 06:08:00          14
    +#> 1529             25   A69-1303-555  2363 2016-06-03 06:10:00          14
    +#> 1530             25   A69-1303-555  2364 2016-06-03 06:12:00          14
    +#> 1531             25   A69-1303-555  2365 2016-06-03 06:14:00          14
    +#> 1532             25   A69-1303-555  2366 2016-06-03 06:16:00          14
    +#> 1533             25   A69-1303-555  2368 2016-06-03 06:18:00          14
    +#> 1534             25   A69-1303-555  2371 2016-06-03 06:20:00          14
    +#> 1535             25   A69-1303-555  2373 2016-06-03 06:22:00          14
    +#> 1536             25   A69-1303-555  2375 2016-06-03 06:24:00          14
    +#> 1537             25   A69-1303-555  2377 2016-06-03 06:26:00          14
    +#> 1538             25   A69-1303-555  2378 2016-06-03 06:28:00          14
    +#> 1539             25   A69-1303-555  2379 2016-06-03 06:30:00          14
    +#> 1540             25   A69-1303-555  2381 2016-06-03 06:32:00          14
    +#> 1541             25   A69-1303-555  2383 2016-06-03 06:34:00          14
    +#> 1542             25   A69-1303-555  2385 2016-06-03 06:36:00          14
    +#> 1543             25   A69-1303-555  2387 2016-06-03 06:38:00          14
    +#> 1544             25   A69-1303-555  2389 2016-06-03 06:40:00          14
    +#> 1545             25   A69-1303-555  2391 2016-06-03 06:42:00          14
    +#> 1546             25   A69-1303-555  2392 2016-06-03 06:44:00          14
    +#> 1547             25   A69-1303-555  2393 2016-06-03 06:50:00          14
    +#> 1548             25   A69-1303-555  2394 2016-06-03 06:54:00          14
    +#> 1549             25   A69-1303-555  2396 2016-06-03 06:56:00          14
    +#> 1550             25   A69-1303-555  2398 2016-06-03 06:58:00          14
    +#> 1551             25   A69-1303-555  2399 2016-06-03 07:00:00          14
    +#> 1552             25   A69-1303-555  2400 2016-06-03 07:02:00          14
    +#> 1553             25   A69-1303-555  2401 2016-06-03 07:08:00          14
    +#> 1554             25   A69-1303-555  2403 2016-06-03 07:10:00          14
    +#> 1555             25   A69-1303-555  2405 2016-06-03 07:14:00          14
    +#> 1556             25   A69-1303-555  2408 2016-06-03 07:16:00          14
    +#> 1557             25   A69-1303-555  2409 2016-06-03 07:20:00          14
    +#> 1558             25   A69-1303-555  2410 2016-06-03 07:22:00          14
    +#> 1559             25   A69-1303-555  2411 2016-06-03 07:26:00          14
    +#> 1560             25   A69-1303-555  2412 2016-06-03 07:38:00          14
    +#> 1561             25   A69-1303-555  2413 2016-06-03 07:40:00          14
    +#> 1562             25   A69-1303-555  2415 2016-06-03 07:46:00          14
    +#> 1563             25   A69-1303-555  2416 2016-06-03 07:48:00          14
    +#> 1564             25   A69-1303-555  2418 2016-06-03 07:50:00          14
    +#> 1565             25   A69-1303-555  2419 2016-06-03 07:52:00          14
    +#> 1566             25   A69-1303-555  2420 2016-06-03 07:54:00          14
    +#> 1567             25   A69-1303-555  2421 2016-06-03 07:56:00          14
    +#> 1568             25   A69-1303-555  2422 2016-06-03 07:58:00          14
    +#> 1569             25   A69-1303-555  2424 2016-06-03 08:00:00          14
    +#> 1570             25   A69-1303-555  2425 2016-06-03 08:02:00          14
    +#> 1571             25   A69-1303-555  2426 2016-06-03 08:06:00          14
    +#> 1572             25   A69-1303-555  2428 2016-06-03 08:08:00          14
    +#> 1573             25   A69-1303-555  2429 2016-06-03 08:18:00          14
    +#> 1574             25   A69-1303-555  2431 2016-06-03 08:20:00          14
    +#> 1575             25   A69-1303-555  2433 2016-06-03 08:22:00          14
    +#> 1576             25   A69-1303-555  2435 2016-06-03 08:24:00          14
    +#> 1577             25   A69-1303-555  2437 2016-06-03 08:26:00          14
    +#> 1578             25   A69-1303-555  2439 2016-06-03 08:28:00          14
    +#> 1579             25   A69-1303-555  2440 2016-06-03 08:30:00          14
    +#> 1580             25   A69-1303-555  2443 2016-06-03 08:32:00          14
    +#> 1581             25   A69-1303-555  2444 2016-06-03 08:34:00          14
    +#> 1582             25   A69-1303-555  2446 2016-06-03 08:36:00          14
    +#> 1583             25   A69-1303-555  2448 2016-06-03 08:38:00          14
    +#> 1584             25   A69-1303-555  2449 2016-06-03 08:40:00          14
    +#> 1585             25   A69-1303-555  2452 2016-06-03 08:42:00          14
    +#> 1586             25   A69-1303-555  2454 2016-06-03 08:44:00          14
    +#> 1587             25   A69-1303-555  2456 2016-06-03 08:46:00          14
    +#> 1588             25   A69-1303-555  2457 2016-06-03 08:52:00          14
    +#> 1589             25   A69-1303-555  2458 2016-06-03 08:54:00          14
    +#> 1590             25   A69-1303-555  2460 2016-06-03 08:56:00          14
    +#> 1591             25   A69-1303-555  2463 2016-06-03 08:58:00          14
    +#> 1592             25   A69-1303-555  2465 2016-06-03 09:00:00          14
    +#> 1593             25   A69-1303-555  2467 2016-06-03 09:02:00          14
    +#> 1594             25   A69-1303-555  2468 2016-06-03 09:04:00          14
    +#> 1595             25   A69-1303-555  2469 2016-06-03 09:06:00          14
    +#> 1596             25   A69-1303-555  2472 2016-06-03 09:08:00          14
    +#> 1597             25   A69-1303-555  2474 2016-06-03 09:10:00          14
    +#> 1598             25   A69-1303-555  2476 2016-06-03 09:14:00          14
    +#> 1599             25   A69-1303-555  2478 2016-06-03 09:16:00          14
    +#> 1600             25   A69-1303-555  2479 2016-06-03 09:18:00          14
    +#> 1601             25   A69-1303-555  2482 2016-06-03 09:20:00          14
    +#> 1602             25   A69-1303-555  2484 2016-06-03 09:22:00          14
    +#> 1603             25   A69-1303-555  2486 2016-06-03 09:24:00          14
    +#> 1604             25   A69-1303-555  2489 2016-06-03 09:26:00          14
    +#> 1605             25   A69-1303-555  2490 2016-06-03 09:28:00          14
    +#> 1606             25   A69-1303-555  2492 2016-06-03 09:32:00          14
    +#> 1607             25   A69-1303-555  2494 2016-06-03 09:34:00          14
    +#> 1608             25   A69-1303-555  2496 2016-06-03 09:36:00          14
    +#> 1609             25   A69-1303-555  2498 2016-06-03 09:38:00          14
    +#> 1610             25   A69-1303-555  2500 2016-06-03 09:40:00          14
    +#> 1611             25   A69-1303-555  2502 2016-06-03 09:42:00          14
    +#> 1612             25   A69-1303-555  2503 2016-06-03 09:44:00          14
    +#> 1613             25   A69-1303-555  2505 2016-06-03 09:46:00          14
    +#> 1614             25   A69-1303-555  2507 2016-06-03 09:48:00          14
    +#> 1615             25   A69-1303-555  2509 2016-06-03 09:50:00          14
    +#> 1616             25   A69-1303-555  2511 2016-06-03 09:52:00          14
    +#> 1617             25   A69-1303-555  2513 2016-06-03 09:54:00          14
    +#> 1618             25   A69-1303-555  2515 2016-06-03 09:56:00          14
    +#> 1619             25   A69-1303-555  2517 2016-06-03 09:58:00          14
    +#> 1620             25   A69-1303-555  2519 2016-06-03 10:00:00          14
    +#> 1621             25   A69-1303-555  2521 2016-06-03 10:02:00          14
    +#> 1622             25   A69-1303-555  2523 2016-06-03 10:04:00          14
    +#> 1623             25   A69-1303-555  2526 2016-06-03 10:06:00          14
    +#> 1624             25   A69-1303-555  2527 2016-06-03 10:08:00          14
    +#> 1625             25   A69-1303-555  2529 2016-06-03 10:10:00          14
    +#> 1626             25   A69-1303-555  2531 2016-06-03 10:12:00          14
    +#> 1627             25   A69-1303-555  2533 2016-06-03 10:14:00          14
    +#> 1628             25   A69-1303-555  2535 2016-06-03 10:16:00          14
    +#> 1629             25   A69-1303-555  2537 2016-06-03 10:20:00          14
    +#> 1630             25   A69-1303-555  2539 2016-06-03 10:22:00          14
    +#> 1631             25   A69-1303-555  2540 2016-06-03 10:24:00          14
    +#> 1632             25   A69-1303-555  2542 2016-06-03 10:26:00          14
    +#> 1633             25   A69-1303-555  2544 2016-06-03 10:28:00          14
    +#> 1634             25   A69-1303-555  2546 2016-06-03 10:30:00          14
    +#> 1635             25   A69-1303-555  2548 2016-06-03 10:32:00          14
    +#> 1636             25   A69-1303-555  2550 2016-06-03 10:34:00          14
    +#> 1637             25   A69-1303-555  2552 2016-06-03 10:36:00          14
    +#> 1638             25   A69-1303-555  2554 2016-06-03 10:38:00          14
    +#> 1639             25   A69-1303-555  2556 2016-06-03 10:40:00          14
    +#> 1640             25   A69-1303-555  2557 2016-06-03 10:42:00          14
    +#> 1641             25   A69-1303-555  2558 2016-06-03 10:44:00          14
    +#> 1642             25   A69-1303-555  2560 2016-06-03 10:46:00          14
    +#> 1643             25   A69-1303-555  2562 2016-06-03 10:48:00          14
    +#> 1644             25   A69-1303-555  2564 2016-06-03 10:50:00          14
    +#> 1645             25   A69-1303-555  2565 2016-06-03 10:52:00          14
    +#> 1646             25   A69-1303-555  2567 2016-06-03 10:54:00          14
    +#> 1647             25   A69-1303-555  2570 2016-06-03 10:56:00          14
    +#> 1648             25   A69-1303-555  2572 2016-06-03 10:58:00          14
    +#> 1649             25   A69-1303-555  2573 2016-06-03 11:00:00          14
    +#> 1650             25   A69-1303-555  2575 2016-06-03 11:02:00          14
    +#> 1651             25   A69-1303-555  2578 2016-06-03 11:04:00          14
    +#> 1652             25   A69-1303-555  2580 2016-06-03 11:06:00          14
    +#> 1653             25   A69-1303-555  2582 2016-06-03 11:08:00          14
    +#> 1654             25   A69-1303-555  2584 2016-06-03 11:10:00          14
    +#> 1655             25   A69-1303-555  2586 2016-06-03 11:12:00          14
    +#> 1656             25   A69-1303-555  2589 2016-06-03 11:14:00          14
    +#> 1657             25   A69-1303-555  2590 2016-06-03 11:16:00          14
    +#> 1658             25   A69-1303-555  2592 2016-06-03 11:18:00          14
    +#> 1659             25   A69-1303-555  2594 2016-06-03 11:20:00          14
    +#> 1660             25   A69-1303-555  2596 2016-06-03 11:22:00          14
    +#> 1661             25   A69-1303-555  2597 2016-06-03 11:24:00          14
    +#> 1662             25   A69-1303-555  2599 2016-06-03 11:26:00          14
    +#> 1663             25   A69-1303-555  2601 2016-06-03 11:28:00          14
    +#> 1664             25   A69-1303-555  2603 2016-06-03 11:30:00          14
    +#> 1665             25   A69-1303-555  2604 2016-06-03 11:32:00          14
    +#> 1666             25   A69-1303-555  2606 2016-06-03 11:34:00          14
    +#> 1667             25   A69-1303-555  2607 2016-06-03 11:36:00          14
    +#> 1668             25   A69-1303-555  2610 2016-06-03 11:38:00          14
    +#> 1669             25   A69-1303-555  2611 2016-06-03 11:40:00          14
    +#> 1670             25   A69-1303-555  2614 2016-06-03 11:42:00          14
    +#> 1671             25   A69-1303-555  2616 2016-06-03 11:44:00          14
    +#> 1672             25   A69-1303-555  2617 2016-06-03 11:46:00          14
    +#> 1673             25   A69-1303-555  2619 2016-06-03 11:48:00          14
    +#> 1674             25   A69-1303-555  2621 2016-06-03 11:50:00          14
    +#> 1675             25   A69-1303-555  2623 2016-06-03 11:52:00          14
    +#> 1676             25   A69-1303-555  2625 2016-06-03 11:54:00          14
    +#> 1677             25   A69-1303-555  2627 2016-06-03 11:56:00          14
    +#> 1678             25   A69-1303-555  2629 2016-06-03 11:58:00          14
    +#> 1679             25   A69-1303-555  2631 2016-06-03 12:00:00          14
    +#> 1680             25   A69-1303-555  2633 2016-06-03 12:02:00          14
    +#> 1681             25   A69-1303-555  2635 2016-06-03 12:04:00          14
    +#> 1682             25   A69-1303-555  2638 2016-06-03 12:06:00          14
    +#> 1683             25   A69-1303-555  2640 2016-06-03 12:08:00          14
    +#> 1684             25   A69-1303-555  2642 2016-06-03 12:10:00          14
    +#> 1685             25   A69-1303-555  2643 2016-06-03 12:12:00          14
    +#> 1686             25   A69-1303-555  2644 2016-06-03 12:14:00          14
    +#> 1687             25   A69-1303-555  2645 2016-06-03 12:16:00          14
    +#> 1688             25   A69-1303-555  2648 2016-06-03 12:18:00          14
    +#> 1689             25   A69-1303-555  2650 2016-06-03 12:24:00          14
    +#> 1690             25   A69-1303-555  2652 2016-06-03 12:26:00          14
    +#> 1691             25   A69-1303-555  2655 2016-06-03 12:28:00          14
    +#> 1692             25   A69-1303-555  2656 2016-06-03 12:30:00          14
    +#> 1693             25   A69-1303-555  2658 2016-06-03 12:32:00          14
    +#> 1694             25   A69-1303-555  2660 2016-06-03 12:34:00          14
    +#> 1695             25   A69-1303-555  2661 2016-06-03 12:36:00          14
    +#> 1696             25   A69-1303-555  2663 2016-06-03 12:38:00          14
    +#> 1697             25   A69-1303-555  2665 2016-06-03 12:40:00          14
    +#> 1698             25   A69-1303-555  2667 2016-06-03 12:42:00          14
    +#> 1699             25   A69-1303-555  2669 2016-06-03 12:44:00          14
    +#> 1700             25   A69-1303-555  2672 2016-06-03 12:46:00          14
    +#> 1701             25   A69-1303-555  2673 2016-06-03 12:48:00          14
    +#> 1702             25   A69-1303-555  2675 2016-06-03 12:50:00          14
    +#> 1703             25   A69-1303-555  2677 2016-06-03 12:52:00          14
    +#> 1704             25   A69-1303-555  2678 2016-06-03 12:54:00          14
    +#> 1705             25   A69-1303-555  2680 2016-06-03 12:56:00          14
    +#> 1706             25   A69-1303-555  2683 2016-06-03 12:58:00          14
    +#> 1707             25   A69-1303-555  2684 2016-06-03 13:00:00          14
    +#> 1708             25   A69-1303-555  2686 2016-06-03 13:02:00          14
    +#> 1709             25   A69-1303-555  2688 2016-06-03 13:04:00          14
    +#> 1710             25   A69-1303-555  2690 2016-06-03 13:06:00          14
    +#> 1711             25   A69-1303-555  2692 2016-06-03 13:08:00          14
    +#> 1712             25   A69-1303-555  2694 2016-06-03 13:10:00          14
    +#> 1713             25   A69-1303-555  2696 2016-06-03 13:12:00          14
    +#> 1714             25   A69-1303-555  2699 2016-06-03 13:14:00          14
    +#> 1715             25   A69-1303-555  2700 2016-06-03 13:16:00          14
    +#> 1716             25   A69-1303-555  2702 2016-06-03 13:18:00          14
    +#> 1717             25   A69-1303-555  2704 2016-06-03 13:22:00          14
    +#> 1718             25   A69-1303-555  2707 2016-06-03 13:26:00          14
    +#> 1719             25   A69-1303-555  2708 2016-06-03 13:28:00          14
    +#> 1720             25   A69-1303-555  2710 2016-06-03 13:30:00          14
    +#> 1721             25   A69-1303-555  2712 2016-06-03 13:32:00          14
    +#> 1722             25   A69-1303-555  2713 2016-06-03 13:34:00          14
    +#> 1723             25   A69-1303-555  2715 2016-06-03 13:36:00          14
    +#> 1724             25   A69-1303-555  2717 2016-06-03 13:38:00          14
    +#> 1725             25   A69-1303-555  2718 2016-06-03 13:40:00          14
    +#> 1726             25   A69-1303-555  2720 2016-06-03 13:42:00          14
    +#> 1727             25   A69-1303-555  2722 2016-06-03 13:44:00          14
    +#> 1728             25   A69-1303-555  2725 2016-06-03 13:46:00          14
    +#> 1729             25   A69-1303-555  2727 2016-06-03 13:48:00          14
    +#> 1730             25   A69-1303-555  2728 2016-06-03 13:50:00          14
    +#> 1731             25   A69-1303-555  2730 2016-06-03 13:52:00          14
    +#> 1732             25   A69-1303-555  2732 2016-06-03 13:54:00          14
    +#> 1733             25   A69-1303-555  2734 2016-06-03 13:56:00          14
    +#> 1734             25   A69-1303-555  2736 2016-06-03 13:58:00          14
    +#> 1735             25   A69-1303-555  2738 2016-06-03 14:00:00          14
    +#> 1736             25   A69-1303-555  2740 2016-06-03 14:02:00          14
    +#> 1737             25   A69-1303-555  2741 2016-06-03 14:04:00          14
    +#> 1738             25   A69-1303-555  2744 2016-06-03 14:06:00          14
    +#> 1739             25   A69-1303-555  2745 2016-06-03 14:12:00          14
    +#> 1740             25   A69-1303-555  2746 2016-06-03 14:14:00          14
    +#> 1741             25   A69-1303-555  2748 2016-06-03 14:16:00          14
    +#> 1742             25   A69-1303-555  2749 2016-06-03 14:18:00          14
    +#> 1743             25   A69-1303-555  2751 2016-06-03 14:30:00          14
    +#> 1744             25   A69-1303-555  2753 2016-06-03 14:32:00          14
    +#> 1745             25   A69-1303-555  2756 2016-06-03 14:34:00          14
    +#> 1746             25   A69-1303-555  2757 2016-06-03 14:36:00          14
    +#> 1747             25   A69-1303-555  2760 2016-06-03 14:38:00          14
    +#> 1748             25   A69-1303-555  2761 2016-06-03 14:40:00          14
    +#> 1749             25   A69-1303-555  2763 2016-06-03 14:42:00          14
    +#> 1750             25   A69-1303-555  2765 2016-06-03 14:44:00          14
    +#> 1751             25   A69-1303-555  2767 2016-06-03 14:46:00          14
    +#> 1752             25   A69-1303-555  2768 2016-06-03 14:48:00          14
    +#> 1753             25   A69-1303-555  2770 2016-06-03 14:50:00          14
    +#> 1754             25   A69-1303-555  2771 2016-06-03 14:52:00          14
    +#> 1755             25   A69-1303-555  2773 2016-06-03 14:58:00          14
    +#> 1756             25   A69-1303-555  2775 2016-06-03 15:00:00          14
    +#> 1757             25   A69-1303-555  2776 2016-06-03 15:02:00          14
    +#> 1758             25   A69-1303-555  2777 2016-06-03 15:06:00          14
    +#> 1759             25   A69-1303-555  2779 2016-06-03 15:10:00          14
    +#> 1760             25   A69-1303-555  2781 2016-06-03 15:12:00          14
    +#> 1761             25   A69-1303-555  2783 2016-06-03 15:14:00          14
    +#> 1762             25   A69-1303-555  2785 2016-06-03 15:16:00          14
    +#> 1763             25   A69-1303-555  2787 2016-06-03 15:18:00          14
    +#> 1764             25   A69-1303-555  2788 2016-06-03 15:22:00          14
    +#> 1765             25   A69-1303-555  2789 2016-06-03 15:24:00          14
    +#> 1766             25   A69-1303-555  2791 2016-06-03 15:26:00          14
    +#> 1767             25   A69-1303-555  2793 2016-06-03 15:28:00          14
    +#> 1768             25   A69-1303-555  2795 2016-06-03 15:30:00          14
    +#> 1769             25   A69-1303-555  2797 2016-06-03 15:32:00          14
    +#> 1770             25   A69-1303-555  2799 2016-06-03 15:34:00          14
    +#> 1771             25   A69-1303-555  2801 2016-06-03 15:36:00          14
    +#> 1772             25   A69-1303-555  2803 2016-06-03 15:38:00          14
    +#> 1773             25   A69-1303-555  2804 2016-06-03 15:40:00          14
    +#> 1774             25   A69-1303-555  2806 2016-06-03 15:42:00          14
    +#> 1775             25   A69-1303-555  2808 2016-06-03 15:44:00          14
    +#> 1776             25   A69-1303-555  2809 2016-06-03 15:46:00          14
    +#> 1777             25   A69-1303-555  2811 2016-06-03 15:48:00          14
    +#> 1778             25   A69-1303-555  2814 2016-06-03 15:50:00          14
    +#> 1779             25   A69-1303-555  2815 2016-06-03 15:52:00          14
    +#> 1780             25   A69-1303-555  2816 2016-06-03 15:54:00          14
    +#> 1781             25   A69-1303-555  2817 2016-06-03 15:56:00          14
    +#> 1782             25   A69-1303-555  2819 2016-06-03 15:58:00          14
    +#> 1783             25   A69-1303-555  2821 2016-06-03 16:00:00          14
    +#> 1784             25   A69-1303-555  2822 2016-06-03 16:02:00          14
    +#> 1785             25   A69-1303-555  2823 2016-06-03 16:06:00          14
    +#> 1786             25   A69-1303-555  2825 2016-06-03 16:18:00          14
    +#> 1787             25   A69-1303-555  2826 2016-06-03 16:24:00          14
    +#> 1788             25   A69-1303-555  2827 2016-06-03 16:46:00          14
    +#> 1789             25   A69-1303-555  2828 2016-06-03 16:50:00          14
    +#> 1790             25   A69-1303-555  2829 2016-06-03 16:58:00          14
    +#> 1791             25   A69-1303-555  2831 2016-06-03 17:00:00          14
    +#> 1792             25   A69-1303-555  2832 2016-06-03 17:02:00          14
    +#> 1793             25   A69-1303-555  2833 2016-06-03 17:04:00          14
    +#> 1794             25   A69-1303-555  2834 2016-06-03 17:06:00          14
    +#> 1795             25   A69-1303-555  2835 2016-06-03 17:08:00          14
    +#> 1796             25   A69-1303-555  2836 2016-06-03 17:10:00          14
    +#> 1797             25   A69-1303-555  2837 2016-06-03 17:12:00          14
    +#> 1798             25   A69-1303-555  2838 2016-06-03 17:14:00          14
    +#> 1799             25   A69-1303-555  2839 2016-06-03 17:16:00          14
    +#> 1800             25   A69-1303-555  2842 2016-06-03 17:18:00          14
    +#> 1801             25   A69-1303-555  2843 2016-06-03 17:20:00          14
    +#> 1802             25   A69-1303-555  2845 2016-06-03 17:22:00          14
    +#> 1803             25   A69-1303-555  2847 2016-06-03 17:24:00          14
    +#> 1804             25   A69-1303-555  2849 2016-06-03 17:26:00          14
    +#> 1805             25   A69-1303-555  2851 2016-06-03 17:28:00          14
    +#> 1806             25   A69-1303-555  2853 2016-06-03 17:30:00          14
    +#> 1807             25   A69-1303-555  2855 2016-06-03 17:32:00          14
    +#> 1808             25   A69-1303-555  2857 2016-06-03 17:34:00          14
    +#> 1809             25   A69-1303-555  2858 2016-06-03 17:36:00          14
    +#> 1810             25   A69-1303-555  2860 2016-06-03 17:38:00          14
    +#> 1811             25   A69-1303-555  2862 2016-06-03 17:40:00          14
    +#> 1812             25   A69-1303-555  2864 2016-06-03 17:42:00          14
    +#> 1813             25   A69-1303-555  2865 2016-06-03 17:44:00          14
    +#> 1814             25   A69-1303-555  2866 2016-06-03 17:48:00          14
    +#> 1815             25   A69-1303-555  2868 2016-06-03 17:50:00          14
    +#> 1816             25   A69-1303-555  2869 2016-06-03 17:52:00          14
    +#> 1817             25   A69-1303-555  2871 2016-06-03 17:54:00          14
    +#> 1818             25   A69-1303-555  2872 2016-06-03 17:56:00          14
    +#> 1819             25   A69-1303-555  2875 2016-06-03 18:00:00          14
    +#> 1820             25   A69-1303-555  2876 2016-06-03 18:02:00          14
    +#> 1821             25   A69-1303-555  2877 2016-06-03 18:04:00          14
    +#> 1822             25   A69-1303-555  2879 2016-06-03 18:06:00          14
    +#> 1823             25   A69-1303-555  2881 2016-06-03 18:08:00          14
    +#> 1824             25   A69-1303-555  2883 2016-06-03 18:10:00          14
    +#> 1825             25   A69-1303-555  2884 2016-06-03 18:20:00          14
    +#> 1826             25   A69-1303-555  2886 2016-06-03 18:22:00          14
    +#> 1827             25   A69-1303-555  2888 2016-06-03 18:24:00          14
    +#> 1828             25   A69-1303-555  2889 2016-06-03 18:26:00          14
    +#> 1829             25   A69-1303-555  2891 2016-06-03 18:28:00          14
    +#> 1830             25   A69-1303-555  2893 2016-06-03 18:30:00          14
    +#> 1831             25   A69-1303-555  2895 2016-06-03 18:32:00          14
    +#> 1832             25   A69-1303-555  2897 2016-06-03 18:34:00          14
    +#> 1833             25   A69-1303-555  2898 2016-06-03 18:36:00          14
    +#> 1834             25   A69-1303-555  2899 2016-06-03 18:38:00          14
    +#> 1835             25   A69-1303-555  2900 2016-06-03 18:40:00          14
    +#> 1836             25   A69-1303-555  2901 2016-06-03 18:42:00          14
    +#> 1837             25   A69-1303-555  2904 2016-06-03 18:44:00          14
    +#> 1838             25   A69-1303-555  2905 2016-06-03 18:48:00          14
    +#> 1839             25   A69-1303-555  2906 2016-06-03 18:50:00          14
    +#> 1840             25   A69-1303-555  2907 2016-06-03 18:56:00          14
    +#> 1841             25   A69-1303-555  2908 2016-06-03 18:58:00          14
    +#> 1842             25   A69-1303-555  2909 2016-06-03 19:02:00          14
    +#> 1843             25   A69-1303-555  2910 2016-06-03 19:04:00          14
    +#> 1844             25   A69-1303-555  2912 2016-06-03 19:06:00          14
    +#> 1845             25   A69-1303-555  2913 2016-06-03 19:08:00          14
    +#> 1846             25   A69-1303-555  2915 2016-06-03 19:10:00          14
    +#> 1847             25   A69-1303-555  2917 2016-06-03 19:12:00          14
    +#> 1848             25   A69-1303-555  2919 2016-06-03 19:14:00          14
    +#> 1849             25   A69-1303-555  2921 2016-06-03 19:16:00          14
    +#> 1850             25   A69-1303-555  2922 2016-06-03 19:18:00          14
    +#> 1851             25   A69-1303-555  2925 2016-06-03 19:20:00          14
    +#> 1852             25   A69-1303-555  2926 2016-06-03 19:22:00          14
    +#> 1853             25   A69-1303-555  2927 2016-06-03 19:24:00          14
    +#> 1854             25   A69-1303-555  2929 2016-06-03 19:26:00          14
    +#> 1855             25   A69-1303-555  2932 2016-06-03 19:28:00          14
    +#> 1856             25   A69-1303-555  2935 2016-06-03 19:30:00          14
    +#> 1857             25   A69-1303-555  2937 2016-06-03 19:32:00          14
    +#> 1858             25   A69-1303-555  2940 2016-06-04 00:40:00          14
    +#> 1859             25   A69-1303-555  2941 2016-06-04 00:42:00          14
    +#> 1860             25   A69-1303-555  2942 2016-06-04 00:46:00          14
    +#> 1861             25   A69-1303-555  2943 2016-06-04 00:48:00          14
    +#> 1862             25   A69-1303-555  2944 2016-06-04 01:00:00          14
    +#> 1863             25   A69-1303-555  2945 2016-06-04 01:04:00          14
    +#> 1864             25   A69-1303-555  2946 2016-06-04 01:10:00          14
    +#> 1865             25   A69-1303-555  2947 2016-06-04 01:12:00          14
    +#> 1866             25   A69-1303-555  2948 2016-06-04 01:14:00          14
    +#> 1867             25   A69-1303-555  2949 2016-06-04 01:16:00          14
    +#> 1868             25   A69-1303-555  2951 2016-06-04 01:18:00          14
    +#> 1869             25   A69-1303-555  2952 2016-06-04 01:20:00          14
    +#> 1870             25   A69-1303-555  2954 2016-06-04 01:22:00          14
    +#> 1871             25   A69-1303-555  2956 2016-06-04 01:24:00          14
    +#> 1872             25   A69-1303-555  2957 2016-06-04 01:26:00          14
    +#> 1873             25   A69-1303-555  2959 2016-06-04 01:28:00          14
    +#> 1874             25   A69-1303-555  2962 2016-06-04 01:30:00          14
    +#> 1875             25   A69-1303-555  2963 2016-06-04 01:32:00          14
    +#> 1876             25   A69-1303-555  2966 2016-06-04 01:34:00          14
    +#> 1877             25   A69-1303-555  2967 2016-06-04 01:36:00          14
    +#> 1878             25   A69-1303-555  2968 2016-06-04 01:38:00          14
    +#> 1879             25   A69-1303-555  2969 2016-06-04 01:40:00          14
    +#> 1880             25   A69-1303-555  2970 2016-06-04 01:44:00          14
    +#> 1881             25   A69-1303-555  2972 2016-06-04 01:48:00          14
    +#> 1882             25   A69-1303-555  2974 2016-06-04 01:50:00          14
    +#> 1883             25   A69-1303-555  2976 2016-06-04 01:54:00          14
    +#> 1884             25   A69-1303-555  2978 2016-06-04 01:56:00          14
    +#> 1885             25   A69-1303-555  2980 2016-06-04 01:58:00          14
    +#> 1886             25   A69-1303-555  2981 2016-06-04 02:00:00          14
    +#> 1887             25   A69-1303-555  2983 2016-06-04 02:02:00          14
    +#> 1888             25   A69-1303-555  2984 2016-06-04 02:04:00          14
    +#> 1889             25   A69-1303-555  2986 2016-06-04 02:06:00          14
    +#> 1890             25   A69-1303-555  2988 2016-06-04 02:08:00          14
    +#> 1891             25   A69-1303-555  2990 2016-06-04 02:10:00          14
    +#> 1892             25   A69-1303-555  2992 2016-06-04 02:12:00          14
    +#> 1893             25   A69-1303-555  2994 2016-06-04 02:18:00          14
    +#> 1894             25   A69-1303-555  2996 2016-06-04 02:20:00          14
    +#> 1895             25   A69-1303-555  2997 2016-06-04 02:22:00          14
    +#> 1896             25   A69-1303-555  3000 2016-06-04 02:24:00          14
    +#> 1897             25   A69-1303-555  3002 2016-06-04 02:26:00          14
    +#> 1898             25   A69-1303-555  3004 2016-06-04 02:28:00          14
    +#> 1899             25   A69-1303-555  3005 2016-06-04 02:34:00          14
    +#> 1900             25   A69-1303-555  3006 2016-06-04 02:36:00          14
    +#> 1901             25   A69-1303-555  3007 2016-06-04 03:12:00          14
    +#> 1902             25   A69-1303-555  3009 2016-06-04 03:14:00          14
    +#> 1903             25   A69-1303-555  3011 2016-06-04 03:16:00          14
    +#> 1904             25   A69-1303-555  3012 2016-06-04 03:18:00          14
    +#> 1905             25   A69-1303-555  3013 2016-06-04 03:22:00          14
    +#> 1906             25   A69-1303-555  3014 2016-06-04 03:26:00          14
    +#> 1907             25   A69-1303-555  3016 2016-06-04 03:28:00          14
    +#> 1908             25   A69-1303-555  3017 2016-06-04 03:30:00          14
    +#> 1909             25   A69-1303-555  3018 2016-06-04 03:56:00          14
    +#> 1910             25   A69-1303-555  3019 2016-06-04 03:58:00          14
    +#> 1911             25   A69-1303-555  3021 2016-06-04 04:00:00          14
    +#> 1912             25   A69-1303-555  3022 2016-06-04 04:02:00          14
    +#> 1913             25   A69-1303-555  3023 2016-06-04 04:04:00          14
    +#> 1914             25   A69-1303-555  3025 2016-06-04 04:06:00          14
    +#> 1915             25   A69-1303-555  3027 2016-06-04 04:08:00          14
    +#> 1916             25   A69-1303-555  3029 2016-06-04 04:10:00          14
    +#> 1917             25   A69-1303-555  3030 2016-06-04 04:12:00          14
    +#> 1918             25   A69-1303-555  3031 2016-06-04 04:16:00          14
    +#> 1919             25   A69-1303-555  3034 2016-06-04 04:24:00          14
    +#> 1920             25   A69-1303-555  3035 2016-06-04 04:26:00          14
    +#> 1921             25   A69-1303-555  3037 2016-06-04 04:28:00          14
    +#> 1922             25   A69-1303-555  3038 2016-06-04 04:32:00          14
    +#> 1923             25   A69-1303-555  3039 2016-06-04 04:34:00          14
    +#> 1924             25   A69-1303-555  3040 2016-06-04 04:38:00          14
    +#> 1925             25   A69-1303-555  3042 2016-06-04 04:40:00          14
    +#> 1926             25   A69-1303-555  3044 2016-06-04 04:42:00          14
    +#> 1927             25   A69-1303-555  3045 2016-06-04 04:44:00          14
    +#> 1928             25   A69-1303-555  3047 2016-06-04 04:46:00          14
    +#> 1929             25   A69-1303-555  3049 2016-06-04 04:48:00          14
    +#> 1930             25   A69-1303-555  3050 2016-06-04 04:50:00          14
    +#> 1931             25   A69-1303-555  3052 2016-06-04 04:52:00          14
    +#> 1932             25   A69-1303-555  3054 2016-06-04 04:54:00          14
    +#> 1933             25   A69-1303-555  3055 2016-06-04 04:56:00          14
    +#> 1934             25   A69-1303-555  3057 2016-06-04 04:58:00          14
    +#> 1935             25   A69-1303-555  3059 2016-06-04 05:00:00          14
    +#> 1936             25   A69-1303-555  3061 2016-06-04 05:02:00          14
    +#> 1937             25   A69-1303-555  3063 2016-06-04 05:04:00          14
    +#> 1938             25   A69-1303-555  3065 2016-06-04 05:08:00          14
    +#> 1939             25   A69-1303-555  3066 2016-06-04 05:16:00          14
    +#> 1940             25   A69-1303-555  3068 2016-06-04 07:00:00          14
    +#> 1941             25   A69-1303-555  3069 2016-06-04 07:04:00          14
    +#> 1942             25   A69-1303-555  3071 2016-06-04 07:06:00          14
    +#> 1943             25   A69-1303-555  3072 2016-06-04 07:10:00          14
    +#> 1944             25   A69-1303-555  3075 2016-06-04 07:12:00          14
    +#> 1945             25   A69-1303-555  3076 2016-06-04 07:14:00          14
    +#> 1946             25   A69-1303-555  3078 2016-06-04 07:18:00          14
    +#> 1947             25   A69-1303-555  3079 2016-06-04 10:26:00          14
    +#> 1948             25   A69-1303-555  3080 2016-06-04 10:34:00          14
    +#> 1949             25   A69-1303-555  3081 2016-06-04 10:40:00          14
    +#> 1950             25   A69-1303-555  3082 2016-06-04 11:08:00          14
    +#> 1951             25   A69-1303-555  3083 2016-06-04 11:10:00          14
    +#> 1952             25   A69-1303-555  3084 2016-06-04 11:24:00          14
    +#> 1953             25   A69-1303-555  3085 2016-06-04 11:38:00          14
    +#> 1954             25   A69-1303-555  3086 2016-06-04 12:02:00          14
    +#> 1955             25   A69-1303-555  3087 2016-06-04 18:46:00          14
    +#> 1956             25   A69-1303-555  3088 2016-06-04 18:48:00          14
    +#> 1957             25   A69-1303-555  3089 2016-06-04 19:14:00          14
    +#> 1958             25   A69-1303-555  3090 2016-06-04 19:16:00          14
    +#> 1959             25   A69-1303-555  3091 2016-06-07 09:50:00          14
    +#> 1960             25   A69-1303-555  3092 2016-06-07 09:58:00          14
    +#> 1961             25   A69-1303-555  3093 2016-06-07 10:08:00          14
    +#> 1962             25   A69-1303-555  3094 2016-06-07 10:10:00          14
    +#> 1963             25   A69-1303-555  3095 2016-06-07 10:14:00          14
    +#> 1964             25   A69-1303-555  3096 2016-06-07 10:56:00          14
    +#> 1965             25   A69-1303-555  3097 2016-06-07 10:58:00          14
    +#> 1966             25   A69-1303-555  3098 2016-06-07 11:10:00          14
    +#> 1967             25   A69-1303-555  3100 2016-06-07 11:14:00          14
    +#> 1968             25   A69-1303-555  3103 2016-06-07 11:16:00          14
    +#> 1969             25   A69-1303-555  3104 2016-06-07 11:22:00          14
    +#> 1970             25   A69-1303-555  3105 2016-06-07 11:26:00          14
    +#> 1971             25   A69-1303-555  3106 2016-06-07 11:28:00          14
    +#> 1972             25   A69-1303-555  3108 2016-06-07 11:30:00          14
    +#> 1973             25   A69-1303-555  3109 2016-06-07 11:32:00          14
    +#> 1974             25   A69-1303-555  3111 2016-06-07 11:34:00          14
    +#> 1975             25   A69-1303-555  3112 2016-06-07 11:36:00          14
    +#> 1976             25   A69-1303-555  3113 2016-06-07 11:42:00          14
    +#> 1977             25   A69-1303-555  3114 2016-06-07 11:44:00          14
    +#> 1978             25   A69-1303-555  3115 2016-06-07 11:48:00          14
    +#> 1979             25   A69-1303-555  3116 2016-06-07 11:52:00          14
    +#> 1980             25   A69-1303-555  3117 2016-06-07 11:54:00          14
    +#> 1981             25   A69-1303-555  3118 2016-06-07 12:04:00          14
    +#> 1982             25   A69-1303-555  3119 2016-06-07 12:06:00          14
    +#> 1983             25   A69-1303-555  3121 2016-06-07 12:14:00          14
    +#> 1984             25   A69-1303-555  3122 2016-06-07 12:16:00          14
    +#> 1985             25   A69-1303-555  3124 2016-06-07 12:18:00          14
    +#> 1986             25   A69-1303-555  3125 2016-06-07 12:20:00          14
    +#> 1987             25   A69-1303-555  3126 2016-06-07 12:24:00          14
    +#> 1988             25   A69-1303-555  3127 2016-06-07 12:32:00          14
    +#> 1989             25   A69-1303-555  3128 2016-06-07 12:36:00          14
    +#> 1990             25   A69-1303-555  3130 2016-06-07 12:38:00          14
    +#> 1991             25   A69-1303-555  3132 2016-06-07 12:40:00          14
    +#> 1992             25   A69-1303-555  3133 2016-06-07 12:42:00          14
    +#> 1993             25   A69-1303-555  3135 2016-06-07 12:46:00          14
    +#> 1994             25   A69-1303-555  3136 2016-06-07 12:48:00          14
    +#> 1995             25   A69-1303-555  3138 2016-06-07 12:50:00          14
    +#> 1996             25   A69-1303-555  3140 2016-06-07 12:52:00          14
    +#> 1997             25   A69-1303-555  3142 2016-06-07 12:54:00          14
    +#> 1998             25   A69-1303-555  3144 2016-06-07 12:56:00          14
    +#> 1999             25   A69-1303-555  3146 2016-06-07 12:58:00          14
    +#> 2000             25   A69-1303-555  3149 2016-06-07 13:00:00          14
    +#> 2001             25   A69-1303-555  3151 2016-06-07 13:02:00          14
    +#> 2002             25   A69-1303-555  3153 2016-06-07 13:04:00          14
    +#> 2003             25   A69-1303-555  3154 2016-06-07 13:06:00          14
    +#> 2004             25   A69-1303-555  3156 2016-06-07 13:08:00          14
    +#> 2005             25   A69-1303-555  3158 2016-06-07 13:10:00          14
    +#> 2006             25   A69-1303-555  3159 2016-06-07 13:12:00          14
    +#> 2007             25   A69-1303-555  3160 2016-06-07 13:14:00          14
    +#> 2008             25   A69-1303-555  3162 2016-06-07 13:16:00          14
    +#> 2009             25   A69-1303-555  3163 2016-06-07 13:28:00          14
    +#> 2010             25   A69-1303-555  3164 2016-06-07 13:32:00          14
    +#> 2011             25   A69-1303-555  3165 2016-06-07 13:40:00          14
    +#> 2012             25   A69-1303-555  3167 2016-06-07 13:42:00          14
    +#> 2013             25   A69-1303-555  3168 2016-06-07 13:44:00          14
    +#> 2014             25   A69-1303-555  3169 2016-06-07 13:48:00          14
    +#> 2015             25   A69-1303-555  3170 2016-06-07 13:50:00          14
    +#> 2016             25   A69-1303-555  3171 2016-06-07 14:00:00          14
    +#> 2017             25   A69-1303-555  3172 2016-06-07 14:02:00          14
    +#> 2018             25   A69-1303-555  3173 2016-06-07 14:04:00          14
    +#> 2019             25   A69-1303-555  3175 2016-06-07 14:06:00          14
    +#> 2020             25   A69-1303-555  3177 2016-06-07 14:08:00          14
    +#> 2021             25   A69-1303-555  3179 2016-06-07 14:10:00          14
    +#> 2022             25   A69-1303-555  3180 2016-06-07 14:12:00          14
    +#> 2023             25   A69-1303-555  3182 2016-06-07 14:14:00          14
    +#> 2024             25   A69-1303-555  3184 2016-06-07 14:16:00          14
    +#> 2025             25   A69-1303-555  3185 2016-06-07 14:18:00          14
    +#> 2026             25   A69-1303-555  3187 2016-06-07 14:20:00          14
    +#> 2027             25   A69-1303-555  3189 2016-06-07 14:22:00          14
    +#> 2028             25   A69-1303-555  3191 2016-06-07 14:24:00          14
    +#> 2029             25   A69-1303-555  3193 2016-06-07 14:26:00          14
    +#> 2030             25   A69-1303-555  3195 2016-06-07 14:28:00          14
    +#> 2031             25   A69-1303-555  3197 2016-06-07 14:30:00          14
    +#> 2032             25   A69-1303-555  3198 2016-06-07 14:32:00          14
    +#> 2033             25   A69-1303-555  3199 2016-06-07 14:36:00          14
    +#> 2034             25   A69-1303-555  3201 2016-06-07 14:38:00          14
    +#> 2035             25   A69-1303-555  3203 2016-06-07 14:40:00          14
    +#> 2036             25   A69-1303-555  3205 2016-06-07 14:42:00          14
    +#> 2037             25   A69-1303-555  3207 2016-06-07 14:44:00          14
    +#> 2038             25   A69-1303-555  3209 2016-06-07 14:46:00          14
    +#> 2039             25   A69-1303-555  3211 2016-06-07 14:48:00          14
    +#> 2040             25   A69-1303-555  3212 2016-06-07 14:50:00          14
    +#> 2041             25   A69-1303-555  3213 2016-06-07 14:52:00          14
    +#> 2042             25   A69-1303-555  3214 2016-06-07 14:54:00          14
    +#> 2043             25   A69-1303-555  3216 2016-06-07 14:56:00          14
    +#> 2044             25   A69-1303-555  3218 2016-06-07 14:58:00          14
    +#> 2045             25   A69-1303-555  3219 2016-06-07 15:00:00          14
    +#> 2046             25   A69-1303-555  3221 2016-06-07 15:02:00          14
    +#> 2047             25   A69-1303-555  3223 2016-06-07 15:04:00          14
    +#> 2048             25   A69-1303-555  3225 2016-06-07 15:06:00          14
    +#> 2049             25   A69-1303-555  3227 2016-06-07 15:08:00          14
    +#> 2050             25   A69-1303-555  3228 2016-06-07 15:50:00          14
    +#> 2051             25   A69-1303-555  3229 2016-06-07 15:54:00          14
    +#> 2052             25   A69-1303-555  3230 2016-06-07 18:54:00          14
    +#> 2053             25   A69-1303-555  3232 2016-06-07 18:56:00          14
    +#> 2054             25   A69-1303-555  3233 2016-06-07 18:58:00          14
    +#> 2055             25   A69-1303-555  3235 2016-06-07 19:00:00          14
    +#> 2056             25   A69-1303-555  3237 2016-06-07 19:02:00          14
    +#> 2057             25   A69-1303-555  3239 2016-06-07 19:04:00          14
    +#> 2058             25   A69-1303-555  3240 2016-06-07 19:06:00          14
    +#> 2059             25   A69-1303-555  3241 2016-06-07 19:08:00          14
    +#> 2060             25   A69-1303-555  3243 2016-06-07 19:10:00          14
    +#> 2061             25   A69-1303-555  3245 2016-06-07 19:12:00          14
    +#> 2062             25   A69-1303-555  3246 2016-06-07 19:14:00          14
    +#> 2063             25   A69-1303-555  3248 2016-06-07 19:16:00          14
    +#> 2064             25   A69-1303-555  3249 2016-06-07 19:18:00          14
    +#> 2065             25   A69-1303-555  3250 2016-06-07 19:20:00          14
    +#> 2066             25   A69-1303-555  3251 2016-06-07 19:24:00          14
    +#> 2067             25   A69-1303-555  3253 2016-06-07 19:26:00          14
    +#> 2068             25   A69-1303-555  3254 2016-06-07 19:28:00          14
    +#> 2069             25   A69-1303-555  3255 2016-06-07 19:30:00          14
    +#> 2070             25   A69-1303-555  3256 2016-06-07 19:32:00          14
    +#> 2071             25   A69-1303-555  3258 2016-06-07 19:34:00          14
    +#> 2072             25   A69-1303-555  3259 2016-06-07 19:36:00          14
    +#> 2073             25   A69-1303-555  3261 2016-06-07 19:38:00          14
    +#> 2074             25   A69-1303-555  3263 2016-06-07 19:40:00          14
    +#> 2075             25   A69-1303-555  3264 2016-06-07 19:42:00          14
    +#> 2076             25   A69-1303-555  3266 2016-06-07 19:44:00          14
    +#> 2077             25   A69-1303-555  3267 2016-06-07 19:46:00          14
    +#> 2078             25   A69-1303-555  3269 2016-06-07 19:48:00          14
    +#> 2079             25   A69-1303-555  3271 2016-06-07 20:06:00          14
    +#> 2080             25   A69-1303-555  3272 2016-06-07 20:10:00          14
    +#> 2081             25   A69-1303-555  3273 2016-06-07 20:12:00          14
    +#> 2082             25   A69-1303-555  3274 2016-06-07 20:14:00          14
    +#> 2083             25   A69-1303-555  3276 2016-06-07 20:18:00          14
    +#> 2084             25   A69-1303-555  3278 2016-06-07 20:20:00          14
    +#> 2085             25   A69-1303-555  3280 2016-06-07 20:22:00          14
    +#> 2086             25   A69-1303-555  3281 2016-06-07 20:26:00          14
    +#> 2087             25   A69-1303-555  3282 2016-06-07 20:28:00          14
    +#> 2088             25   A69-1303-555  3283 2016-06-07 20:34:00          14
    +#> 2089             25   A69-1303-555  3285 2016-06-07 20:38:00          14
    +#> 2090             25   A69-1303-555  3286 2016-06-07 20:44:00          14
    +#> 2091             25   A69-1303-555  3287 2016-06-07 20:48:00          14
    +#> 2092             25   A69-1303-555  3288 2016-06-07 20:52:00          14
    +#> 2093             25   A69-1303-555  3289 2016-06-07 20:56:00          14
    +#> 2094             25   A69-1303-555  3290 2016-06-07 20:58:00          14
    +#> 2095             25   A69-1303-555  3292 2016-06-07 21:00:00          14
    +#> 2096             25   A69-1303-555  3293 2016-06-07 21:02:00          14
    +#> 2097             25   A69-1303-555  3294 2016-06-07 21:06:00          14
    +#> 2098             25   A69-1303-555  3295 2016-06-07 21:08:00          14
    +#> 2099             25   A69-1303-555  3296 2016-06-07 21:10:00          14
    +#> 2100             25   A69-1303-555  3298 2016-06-07 21:12:00          14
    +#> 2101             25   A69-1303-555  3300 2016-06-07 21:14:00          14
    +#> 2102             25   A69-1303-555  3301 2016-06-07 21:16:00          14
    +#> 2103             25   A69-1303-555  3303 2016-06-07 21:18:00          14
    +#> 2104             25   A69-1303-555  3304 2016-06-07 21:24:00          14
    +#> 2105             25   A69-1303-555  3305 2016-06-07 21:26:00          14
    +#> 2106             25   A69-1303-555  3306 2016-06-07 21:28:00          14
    +#> 2107             25   A69-1303-555  3308 2016-06-07 21:30:00          14
    +#> 2108             25   A69-1303-555  3309 2016-06-07 21:34:00          14
    +#> 2109             25   A69-1303-555  3310 2016-06-07 21:36:00          14
    +#> 2110             25   A69-1303-555  3311 2016-06-07 21:38:00          14
    +#> 2111             25   A69-1303-555  3313 2016-06-07 21:40:00          14
    +#> 2112             25   A69-1303-555  3314 2016-06-07 21:42:00          14
    +#> 2113             25   A69-1303-555  3315 2016-06-07 21:44:00          14
    +#> 2114             25   A69-1303-555  3316 2016-06-07 21:46:00          14
    +#> 2115             25   A69-1303-555  3317 2016-06-07 21:48:00          14
    +#> 2116             25   A69-1303-555  3318 2016-06-07 21:50:00          14
    +#> 2117             25   A69-1303-555  3320 2016-06-07 21:52:00          14
    +#> 2118             25   A69-1303-555  3322 2016-06-07 21:54:00          14
    +#> 2119             25   A69-1303-555  3323 2016-06-07 21:56:00          14
    +#> 2120             25   A69-1303-555  3325 2016-06-07 21:58:00          14
    +#> 2121             25   A69-1303-555  3326 2016-06-07 22:00:00          14
    +#> 2122             25   A69-1303-555  3327 2016-06-07 22:02:00          14
    +#> 2123             25   A69-1303-555  3329 2016-06-07 22:04:00          14
    +#> 2124             25   A69-1303-555  3331 2016-06-07 22:06:00          14
    +#> 2125             25   A69-1303-555  3333 2016-06-07 22:08:00          14
    +#> 2126             25   A69-1303-555  3334 2016-06-07 22:10:00          14
    +#> 2127             25   A69-1303-555  3335 2016-06-07 22:12:00          14
    +#> 2128             25   A69-1303-555  3337 2016-06-07 22:14:00          14
    +#> 2129             25   A69-1303-555  3340 2016-06-07 22:16:00          14
    +#> 2130             25   A69-1303-555  3342 2016-06-07 22:18:00          14
    +#> 2131             25   A69-1303-555  3344 2016-06-07 22:20:00          14
    +#> 2132             25   A69-1303-555  3346 2016-06-07 22:22:00          14
    +#> 2133             25   A69-1303-555  3348 2016-06-07 22:24:00          14
    +#> 2134             25   A69-1303-555  3350 2016-06-07 22:26:00          14
    +#> 2135             25   A69-1303-555  3352 2016-06-07 22:28:00          14
    +#> 2136             25   A69-1303-555  3354 2016-06-07 22:30:00          14
    +#> 2137             25   A69-1303-555  3357 2016-06-07 22:32:00          14
    +#> 2138             25   A69-1303-555  3359 2016-06-07 22:34:00          14
    +#> 2139             25   A69-1303-555  3360 2016-06-07 22:36:00          14
    +#> 2140             25   A69-1303-555  3362 2016-06-07 22:38:00          14
    +#> 2141             25   A69-1303-555  3364 2016-06-07 22:40:00          14
    +#> 2142             25   A69-1303-555  3365 2016-06-07 22:42:00          14
    +#> 2143             25   A69-1303-555  3367 2016-06-07 22:44:00          14
    +#> 2144             25   A69-1303-555  3369 2016-06-07 22:46:00          14
    +#> 2145             25   A69-1303-555  3371 2016-06-07 22:48:00          14
    +#> 2146             25   A69-1303-555  3372 2016-06-07 22:50:00          14
    +#> 2147             25   A69-1303-555  3373 2016-06-07 22:52:00          14
    +#> 2148             25   A69-1303-555  3375 2016-06-07 22:54:00          14
    +#> 2149             25   A69-1303-555  3377 2016-06-07 22:56:00          14
    +#> 2150             25   A69-1303-555  3379 2016-06-07 22:58:00          14
    +#> 2151             25   A69-1303-555  3381 2016-06-07 23:00:00          14
    +#> 2152             25   A69-1303-555  3384 2016-06-07 23:02:00          14
    +#> 2153             25   A69-1303-555  3386 2016-06-07 23:04:00          14
    +#> 2154             25   A69-1303-555  3387 2016-06-07 23:06:00          14
    +#> 2155             25   A69-1303-555  3389 2016-06-07 23:08:00          14
    +#> 2156             25   A69-1303-555  3391 2016-06-07 23:10:00          14
    +#> 2157             25   A69-1303-555  3392 2016-06-07 23:12:00          14
    +#> 2158             25   A69-1303-555  3394 2016-06-07 23:14:00          14
    +#> 2159             25   A69-1303-555  3397 2016-06-07 23:16:00          14
    +#> 2160             25   A69-1303-555  3399 2016-06-07 23:18:00          14
    +#> 2161             25   A69-1303-555  3400 2016-06-07 23:22:00          14
    +#> 2162             25   A69-1303-555  3401 2016-06-07 23:24:00          14
    +#> 2163             25   A69-1303-555  3403 2016-06-07 23:26:00          14
    +#> 2164             25   A69-1303-555  3405 2016-06-07 23:28:00          14
    +#> 2165             25   A69-1303-555  3407 2016-06-07 23:30:00          14
    +#> 2166             25   A69-1303-555  3409 2016-06-07 23:32:00          14
    +#> 2167             25   A69-1303-555  3410 2016-06-07 23:34:00          14
    +#> 2168             25   A69-1303-555  3412 2016-06-07 23:36:00          14
    +#> 2169             25   A69-1303-555  3414 2016-06-07 23:38:00          14
    +#> 2170             25   A69-1303-555  3416 2016-06-07 23:40:00          14
    +#> 2171             25   A69-1303-555  3417 2016-06-07 23:42:00          14
    +#> 2172             25   A69-1303-555  3420 2016-06-07 23:44:00          14
    +#> 2173             25   A69-1303-555  3422 2016-06-07 23:46:00          14
    +#> 2174             25   A69-1303-555  3424 2016-06-07 23:48:00          14
    +#> 2175             25   A69-1303-555  3425 2016-06-07 23:50:00          14
    +#> 2176             25   A69-1303-555  3427 2016-06-07 23:52:00          14
    +#> 2177             25   A69-1303-555  3429 2016-06-07 23:54:00          14
    +#> 2178             25   A69-1303-555  3431 2016-06-07 23:56:00          14
    +#> 2179             25   A69-1303-555  3432 2016-06-07 23:58:00          14
    +#> 2180             25   A69-1303-555  3434 2016-06-08 00:00:00          14
    +#> 2181             25   A69-1303-555  3437 2016-06-08 00:02:00          14
    +#> 2182             25   A69-1303-555  3439 2016-06-08 00:04:00          14
    +#> 2183             25   A69-1303-555  3441 2016-06-08 00:06:00          14
    +#> 2184             25   A69-1303-555  3442 2016-06-08 00:08:00          14
    +#> 2185             25   A69-1303-555  3445 2016-06-08 00:10:00          14
    +#> 2186             25   A69-1303-555  3446 2016-06-08 00:12:00          14
    +#> 2187             25   A69-1303-555  3448 2016-06-08 00:14:00          14
    +#> 2188             25   A69-1303-555  3451 2016-06-08 00:16:00          14
    +#> 2189             25   A69-1303-555  3454 2016-06-08 00:18:00          14
    +#> 2190             25   A69-1303-555  3455 2016-06-08 00:20:00          14
    +#> 2191             25   A69-1303-555  3457 2016-06-08 00:22:00          14
    +#> 2192             25   A69-1303-555  3459 2016-06-08 00:24:00          14
    +#> 2193             25   A69-1303-555  3461 2016-06-08 00:26:00          14
    +#> 2194             25   A69-1303-555  3463 2016-06-08 00:28:00          14
    +#> 2195             25   A69-1303-555  3464 2016-06-08 00:30:00          14
    +#> 2196             25   A69-1303-555  3467 2016-06-08 00:32:00          14
    +#> 2197             25   A69-1303-555  3469 2016-06-08 00:34:00          14
    +#> 2198             25   A69-1303-555  3471 2016-06-08 00:36:00          14
    +#> 2199             25   A69-1303-555  3473 2016-06-08 00:38:00          14
    +#> 2200             25   A69-1303-555  3475 2016-06-08 00:40:00          14
    +#> 2201             25   A69-1303-555  3476 2016-06-08 00:42:00          14
    +#> 2202             25   A69-1303-555  3478 2016-06-08 00:44:00          14
    +#> 2203             25   A69-1303-555  3480 2016-06-08 00:46:00          14
    +#> 2204             25   A69-1303-555  3481 2016-06-08 00:48:00          14
    +#> 2205             25   A69-1303-555  3483 2016-06-08 00:50:00          14
    +#> 2206             25   A69-1303-555  3486 2016-06-08 00:52:00          14
    +#> 2207             25   A69-1303-555  3487 2016-06-08 00:54:00          14
    +#> 2208             25   A69-1303-555  3488 2016-06-08 00:56:00          14
    +#> 2209             25   A69-1303-555  3489 2016-06-08 01:08:00          14
    +#> 2210             25   A69-1303-555  3490 2016-06-08 01:12:00          14
    +#> 2211             25   A69-1303-555  3492 2016-06-08 01:18:00          14
    +#> 2212             25   A69-1303-555  3494 2016-06-08 01:20:00          14
    +#> 2213             25   A69-1303-555  3496 2016-06-08 01:24:00          14
    +#> 2214             25   A69-1303-555  3497 2016-06-08 01:28:00          14
    +#> 2215             25   A69-1303-555  3498 2016-06-08 01:30:00          14
    +#> 2216             25   A69-1303-555  3500 2016-06-08 01:32:00          14
    +#> 2217             25   A69-1303-555  3501 2016-06-08 01:34:00          14
    +#> 2218             25   A69-1303-555  3503 2016-06-08 01:36:00          14
    +#> 2219             25   A69-1303-555  3504 2016-06-08 01:38:00          14
    +#> 2220             25   A69-1303-555  3506 2016-06-08 01:40:00          14
    +#> 2221             25   A69-1303-555  3508 2016-06-08 01:42:00          14
    +#> 2222             25   A69-1303-555  3509 2016-06-08 01:44:00          14
    +#> 2223             25   A69-1303-555  3510 2016-06-08 01:46:00          14
    +#> 2224             25   A69-1303-555  3511 2016-06-08 01:48:00          14
    +#> 2225             25   A69-1303-555  3513 2016-06-08 01:50:00          14
    +#> 2226             25   A69-1303-555  3514 2016-06-08 01:52:00          14
    +#> 2227             25   A69-1303-555  3515 2016-06-08 01:54:00          14
    +#> 2228             25   A69-1303-555  3516 2016-06-08 01:56:00          14
    +#> 2229             25   A69-1303-555  3517 2016-06-08 04:02:00          14
    +#> 2230             25   A69-1303-555  3519 2016-06-08 04:04:00          14
    +#> 2231             25   A69-1303-555  3521 2016-06-08 04:06:00          14
    +#> 2232             25   A69-1303-555  3522 2016-06-08 04:08:00          14
    +#> 2233             25   A69-1303-555  3524 2016-06-08 04:10:00          14
    +#> 2234             25   A69-1303-555  3526 2016-06-08 04:12:00          14
    +#> 2235             25   A69-1303-555  3529 2016-06-08 04:14:00          14
    +#> 2236             25   A69-1303-555  3531 2016-06-08 04:16:00          14
    +#> 2237             25   A69-1303-555  3533 2016-06-08 04:18:00          14
    +#> 2238             25   A69-1303-555  3535 2016-06-08 04:20:00          14
    +#> 2239             25   A69-1303-555  3537 2016-06-08 04:22:00          14
    +#> 2240             25   A69-1303-555  3540 2016-06-08 04:24:00          14
    +#> 2241             25   A69-1303-555  3541 2016-06-08 04:26:00          14
    +#> 2242             25   A69-1303-555  3544 2016-06-08 04:28:00          14
    +#> 2243             25   A69-1303-555  3545 2016-06-08 04:30:00          14
    +#> 2244             25   A69-1303-555  3548 2016-06-08 04:32:00          14
    +#> 2245             25   A69-1303-555  3550 2016-06-08 04:34:00          14
    +#> 2246             25   A69-1303-555  3551 2016-06-08 04:36:00          14
    +#> 2247             25   A69-1303-555  3553 2016-06-08 04:38:00          14
    +#> 2248             25   A69-1303-555  3555 2016-06-08 04:40:00          14
    +#> 2249             25   A69-1303-555  3556 2016-06-08 04:42:00          14
    +#> 2250             25   A69-1303-555  3557 2016-06-08 04:46:00          14
    +#> 2251             25   A69-1303-555  3560 2016-06-08 04:48:00          14
    +#> 2252             25   A69-1303-555  3561 2016-06-08 04:50:00          14
    +#> 2253             25   A69-1303-555  3563 2016-06-08 04:52:00          14
    +#> 2254             25   A69-1303-555  3565 2016-06-08 04:54:00          14
    +#> 2255             25   A69-1303-555  3567 2016-06-08 04:56:00          14
    +#> 2256             25   A69-1303-555  3569 2016-06-08 04:58:00          14
    +#> 2257             25   A69-1303-555  3571 2016-06-08 05:00:00          14
    +#> 2258             25   A69-1303-555  3573 2016-06-08 05:02:00          14
    +#> 2259             25   A69-1303-555  3574 2016-06-08 05:04:00          14
    +#> 2260             25   A69-1303-555  3576 2016-06-08 05:06:00          14
    +#> 2261             25   A69-1303-555  3578 2016-06-08 05:08:00          14
    +#> 2262             25   A69-1303-555  3580 2016-06-08 05:10:00          14
    +#> 2263             25   A69-1303-555  3583 2016-06-08 05:16:00          14
    +#> 2264             25   A69-1303-555  3585 2016-06-08 05:18:00          14
    +#> 2265             25   A69-1303-555  3587 2016-06-08 05:20:00          14
    +#> 2266             25   A69-1303-555  3588 2016-06-08 05:22:00          14
    +#> 2267             25   A69-1303-555  3590 2016-06-08 05:26:00          14
    +#> 2268             25   A69-1303-555  3592 2016-06-08 05:30:00          14
    +#> 2269             25   A69-1303-555  3594 2016-06-08 05:32:00          14
    +#> 2270             25   A69-1303-555  3595 2016-06-08 05:34:00          14
    +#> 2271             25   A69-1303-555  3598 2016-06-08 05:36:00          14
    +#> 2272             25   A69-1303-555  3599 2016-06-08 05:38:00          14
    +#> 2273             25   A69-1303-555  3601 2016-06-08 05:40:00          14
    +#> 2274             25   A69-1303-555  3602 2016-06-08 05:42:00          14
    +#> 2275             25   A69-1303-555  3605 2016-06-08 05:44:00          14
    +#> 2276             25   A69-1303-555  3606 2016-06-08 05:46:00          14
    +#> 2277             25   A69-1303-555  3609 2016-06-08 05:48:00          14
    +#> 2278             25   A69-1303-555  3611 2016-06-08 05:50:00          14
    +#> 2279             25   A69-1303-555  3613 2016-06-08 05:52:00          14
    +#> 2280             25   A69-1303-555  3615 2016-06-08 05:54:00          14
    +#> 2281             25   A69-1303-555  3617 2016-06-08 05:56:00          14
    +#> 2282             25   A69-1303-555  3618 2016-06-08 05:58:00          14
    +#> 2283             25   A69-1303-555  3621 2016-06-08 06:00:00          14
    +#> 2284             25   A69-1303-555  3622 2016-06-08 06:02:00          14
    +#> 2285             25   A69-1303-555  3624 2016-06-08 06:04:00          14
    +#> 2286             25   A69-1303-555  3625 2016-06-08 06:06:00          14
    +#> 2287             25   A69-1303-555  3626 2016-06-08 06:10:00          14
    +#> 2288             25   A69-1303-555  3627 2016-06-08 20:50:00           7
    +#> 2289             25   A69-1303-555  3628 2016-06-08 21:10:00           7
    +#> 2290             25   A69-1303-555  3629 2016-06-08 21:12:00           7
    +#> 2291             25   A69-1303-555  3632 2016-06-08 21:14:00           7
    +#> 2292             25   A69-1303-555  3633 2016-06-08 21:20:00           7
    +#> 2293             25   A69-1303-555  3634 2016-06-08 21:22:00           7
    +#> 2294             25   A69-1303-555  3635 2016-06-08 21:24:00           7
    +#> 2295             25   A69-1303-555  3636 2016-06-08 21:26:00           7
    +#> 2296             25   A69-1303-555  3637 2016-06-08 21:28:00           7
    +#> 2297             25   A69-1303-555  3639 2016-06-08 22:06:00          11
    +#> 2298             25   A69-1303-555  3640 2016-06-08 22:08:00          11
    +#> 2299             25   A69-1303-555  3641 2016-06-08 22:10:00          11
    +#> 2300             25   A69-1303-555  3642 2016-06-08 22:12:00          11
    +#> 2301             25   A69-1303-555  3644 2016-06-08 22:16:00          11
    +#> 2302             25   A69-1303-555  3645 2016-06-08 22:20:00          11
    +#> 2303             25   A69-1303-555  3648 2016-06-08 22:22:00          11
    +#> 2304             25   A69-1303-555  3650 2016-06-08 22:24:00          11
    +#> 2305             25   A69-1303-555  3651 2016-06-08 22:28:00          11
    +#> 2306             25   A69-1303-555  3652 2016-06-08 22:30:00          11
    +#> 2307             25   A69-1303-555  3655 2016-06-08 22:34:00          11
    +#> 2308             25   A69-1303-555  3657 2016-06-08 22:36:00          11
    +#> 2309             25   A69-1303-555  3658 2016-06-08 22:38:00          11
    +#> 2310             25   A69-1303-555  3659 2016-06-08 22:40:00          11
    +#> 2311             25   A69-1303-555  3660 2016-06-08 22:44:00          11
    +#> 2312             25   A69-1303-555  3661 2016-06-08 22:46:00          11
    +#> 2313             25   A69-1303-555  3663 2016-06-08 22:48:00          11
    +#> 2314             25   A69-1303-555  3664 2016-06-08 23:06:00          11
    +#> 2315             25   A69-1303-555  3665 2016-06-08 23:10:00          11
    +#> 2316             25   A69-1303-555  3666 2016-06-08 23:14:00          11
    +#> 2317             25   A69-1303-555  3668 2016-06-08 23:18:00          11
    +#> 2318             25   A69-1303-555  3670 2016-06-08 23:20:00          11
    +#> 2319             25   A69-1303-555  3672 2016-06-08 23:22:00          11
    +#> 2320             25   A69-1303-555  3673 2016-06-08 23:24:00          11
    +#> 2321             25   A69-1303-555  3674 2016-06-08 23:26:00          11
    +#> 2322             25   A69-1303-555  3675 2016-06-08 23:32:00          11
    +#> 2323             25   A69-1303-555  3676 2016-06-08 23:34:00          11
    +#> 2324             25   A69-1303-555  3677 2016-06-08 23:38:00          11
    +#> 2325             25   A69-1303-555  3678 2016-06-08 23:40:00          11
    +#> 2326             25   A69-1303-555  3680 2016-06-08 23:48:00          11
    +#> 2327             25   A69-1303-555  3681 2016-06-08 23:50:00          11
    +#> 2328             25   A69-1303-555  3682 2016-06-08 23:56:00          11
    +#> 2329             25   A69-1303-555  3683 2016-06-08 23:58:00          11
    +#> 2330             25   A69-1303-555  3684 2016-06-09 00:00:00          11
    +#> 2331             25   A69-1303-555  3685 2016-06-09 00:04:00          11
    +#> 2332             25   A69-1303-555  3686 2016-06-09 00:06:00          11
    +#> 2333             25   A69-1303-555  3687 2016-06-09 00:28:00          11
    +#> 2334             25   A69-1303-555  3688 2016-06-09 00:30:00          11
    +#> 2335             25   A69-1303-555  3689 2016-06-09 00:34:00          11
    +#> 2336             25   A69-1303-555  3690 2016-06-09 00:52:00          11
    +#> 2337             25   A69-1303-555  3691 2016-06-09 00:56:00          11
    +#> 2338             25   A69-1303-555  3692 2016-06-09 01:02:00          11
    +#> 2339             25   A69-1303-555  3693 2016-06-09 01:04:00          11
    +#> 2340             25   A69-1303-555  3694 2016-06-09 01:06:00          11
    +#> 2341             25   A69-1303-555  3696 2016-06-09 01:08:00          11
    +#> 2342             25   A69-1303-555  3698 2016-06-09 01:10:00          11
    +#> 2343             25   A69-1303-555  3699 2016-06-09 01:12:00          11
    +#> 2344             25   A69-1303-555  3701 2016-06-09 01:16:00          11
    +#> 2345             25   A69-1303-555  3703 2016-06-09 01:18:00          11
    +#> 2346             25   A69-1303-555  3705 2016-06-09 01:20:00          11
    +#> 2347             25   A69-1303-555  3707 2016-06-09 01:24:00          11
    +#> 2348             25   A69-1303-555  3709 2016-06-09 01:26:00          11
    +#> 2349             25   A69-1303-555  3711 2016-06-09 01:28:00          11
    +#> 2350             25   A69-1303-555  3712 2016-06-09 01:30:00          11
    +#> 2351             25   A69-1303-555  3715 2016-06-09 01:32:00          11
    +#> 2352             25   A69-1303-555  3717 2016-06-09 01:34:00          11
    +#> 2353             25   A69-1303-555  3718 2016-06-09 01:36:00          11
    +#> 2354             25   A69-1303-555  3719 2016-06-09 10:52:00          11
    +#> 2355             25   A69-1303-555  3720 2016-06-09 10:54:00          11
    +#> 2356             25   A69-1303-555  3721 2016-06-09 11:06:00          11
    +#> 2357             25   A69-1303-555  3722 2016-06-09 11:08:00          11
    +#> 2358             25   A69-1303-555  3724 2016-06-09 11:12:00          11
    +#> 2359             25   A69-1303-555  3725 2016-06-11 08:26:00          14
    +#> 2360             25   A69-1303-555  3726 2016-06-11 08:28:00          14
    +#> 2361             25   A69-1303-555  3728 2016-06-11 08:30:00          14
    +#> 2362             25   A69-1303-555  3730 2016-06-11 08:36:00          14
    +#> 2363             25   A69-1303-555  3732 2016-06-11 08:42:00          14
    +#> 2364             25   A69-1303-555  3733 2016-06-11 08:44:00          14
    +#> 2365             25   A69-1303-555  3735 2016-06-11 08:46:00          14
    +#> 2366             25   A69-1303-555  3737 2016-06-11 08:48:00          14
    +#> 2367             25   A69-1303-555  3739 2016-06-11 08:50:00          14
    +#> 2368             25   A69-1303-555  3741 2016-06-11 08:52:00          14
    +#> 2369             25   A69-1303-555  3743 2016-06-11 08:54:00          14
    +#> 2370             25   A69-1303-555  3744 2016-06-12 21:32:00          14
    +#> 2371             25   A69-1303-555  3745 2016-06-12 21:34:00          14
    +#> 2372             25   A69-1303-555  3747 2016-06-12 21:40:00          14
    +#> 2373             25   A69-1303-555  3748 2016-06-12 21:42:00          14
    +#> 2374             25   A69-1303-555  3749 2016-06-12 21:44:00          14
    +#> 2375             25   A69-1303-555  3751 2016-06-13 04:40:00          14
    +#> 2376             25   A69-1303-555  3752 2016-06-13 04:42:00          14
    +#> 2377             25   A69-1303-555  3754 2016-06-13 04:44:00          14
    +#> 2378             25   A69-1303-555  3756 2016-06-13 04:46:00          14
    +#> 2379             25   A69-1303-555  3757 2016-06-13 04:48:00          14
    +#> 2380             25   A69-1303-555  3759 2016-06-13 04:50:00          14
    +#> 2381             25   A69-1303-555  3760 2016-06-13 04:54:00          14
    +#> 2382             25   A69-1303-555  3761 2016-06-13 04:56:00          14
    +#> 2383             25   A69-1303-555  3763 2016-06-13 04:58:00          14
    +#> 2384             25   A69-1303-555  3765 2016-06-13 05:00:00          14
    +#> 2385             25   A69-1303-555  3767 2016-06-13 05:02:00          14
    +#> 2386             25   A69-1303-555  3768 2016-06-13 05:04:00          14
    +#> 2387             25   A69-1303-555  3771 2016-06-13 05:06:00          14
    +#> 2388             25   A69-1303-555  3774 2016-06-13 05:08:00          14
    +#> 2389             25   A69-1303-555  3775 2016-06-13 05:10:00          14
    +#> 2390             25   A69-1303-555  3777 2016-06-13 05:12:00          14
    +#> 2391             25   A69-1303-555  3779 2016-06-13 05:14:00          14
    +#> 2392             25   A69-1303-555  3781 2016-06-13 05:16:00          14
    +#> 2393             25   A69-1303-555  3782 2016-06-13 05:18:00          14
    +#> 2394             25   A69-1303-555  3783 2016-06-13 05:20:00          14
    +#> 2395             25   A69-1303-555  3784 2016-06-13 05:22:00          14
    +#> 2396             25   A69-1303-555  3785 2016-06-13 05:24:00          14
    +#> 2397             25   A69-1303-555  3787 2016-06-13 05:26:00          14
    +#> 2398             25   A69-1303-555  3789 2016-06-13 05:28:00          14
    +#> 2399             25   A69-1303-555  3791 2016-06-13 05:30:00          14
    +#> 2400             25   A69-1303-555  3792 2016-06-13 05:32:00          14
    +#> 2401             25   A69-1303-555  3794 2016-06-13 05:34:00          14
    +#> 2402             25   A69-1303-555  3796 2016-06-13 05:36:00          14
    +#> 2403             25   A69-1303-555  3797 2016-06-13 05:38:00          14
    +#> 2404             25   A69-1303-555  3799 2016-06-13 05:40:00          14
    +#> 2405             25   A69-1303-555  3800 2016-06-13 05:42:00          14
    +#> 2406             25   A69-1303-555  3802 2016-06-13 05:44:00          14
    +#> 2407             25   A69-1303-555  3803 2016-06-13 05:46:00          14
    +#> 2408             25   A69-1303-555  3805 2016-06-13 05:48:00          14
    +#> 2409             25   A69-1303-555  3807 2016-06-13 05:50:00          14
    +#> 2410             25   A69-1303-555  3810 2016-06-13 05:52:00          14
    +#> 2411             25   A69-1303-555  3812 2016-06-13 05:54:00          14
    +#> 2412             25   A69-1303-555  3814 2016-06-13 05:56:00          14
    +#> 2413             25   A69-1303-555  3816 2016-06-13 05:58:00          14
    +#> 2414             25   A69-1303-555  3818 2016-06-13 06:00:00          14
    +#> 2415             25   A69-1303-555  3820 2016-06-13 06:02:00          14
    +#> 2416             25   A69-1303-555  3822 2016-06-13 06:04:00          14
    +#> 2417             25   A69-1303-555  3823 2016-06-13 06:06:00          14
    +#> 2418             25   A69-1303-555  3825 2016-06-13 06:08:00          14
    +#> 2419             25   A69-1303-555  3826 2016-06-13 06:10:00          14
    +#> 2420             25   A69-1303-555  3828 2016-06-13 06:12:00          14
    +#> 2421             25   A69-1303-555  3830 2016-06-13 06:14:00          14
    +#> 2422             25   A69-1303-555  3832 2016-06-13 06:16:00          14
    +#> 2423             25   A69-1303-555  3834 2016-06-13 06:18:00          14
    +#> 2424             25   A69-1303-555  3836 2016-06-13 06:20:00          14
    +#> 2425             25   A69-1303-555  3839 2016-06-13 06:22:00          14
    +#> 2426             25   A69-1303-555  3841 2016-06-13 06:24:00          14
    +#> 2427             25   A69-1303-555  3843 2016-06-13 06:26:00          14
    +#> 2428             25   A69-1303-555  3845 2016-06-13 06:28:00          14
    +#> 2429             25   A69-1303-555  3846 2016-06-13 06:30:00          14
    +#> 2430             25   A69-1303-555  3847 2016-06-13 06:32:00          14
    +#> 2431             25   A69-1303-555  3849 2016-06-13 06:34:00          14
    +#> 2432             25   A69-1303-555  3850 2016-06-13 06:38:00          14
    +#> 2433             25   A69-1303-555  3851 2016-06-13 06:40:00          14
    +#> 2434             25   A69-1303-555  3853 2016-06-13 06:44:00          14
    +#> 2435             25   A69-1303-555  3855 2016-06-13 06:46:00          14
    +#> 2436             25   A69-1303-555  3857 2016-06-13 06:48:00          14
    +#> 2437             25   A69-1303-555  3858 2016-06-13 06:50:00          14
    +#> 2438             25   A69-1303-555  3860 2016-06-13 06:54:00          14
    +#> 2439             25   A69-1303-555  3861 2016-06-13 08:00:00          14
    +#> 2440             25   A69-1303-555  3862 2016-06-13 08:04:00          14
    +#> 2441             25   A69-1303-555  3863 2016-06-13 08:06:00          14
    +#> 2442             25   A69-1303-555  3865 2016-06-14 04:48:00          14
    +#> 2443             25   A69-1303-555  3866 2016-06-14 04:50:00          14
    +#> 2444             25   A69-1303-555  3868 2016-06-14 04:52:00          14
    +#> 2445             25   A69-1303-555  3870 2016-06-14 04:54:00          14
    +#> 2446             25   A69-1303-555  3871 2016-06-14 04:56:00          14
    +#> 2447             25   A69-1303-555  3872 2016-06-14 04:58:00          14
    +#> 2448             25   A69-1303-555  3874 2016-06-14 05:00:00          14
    +#> 2449             25   A69-1303-555  3875 2016-06-14 05:02:00          14
    +#> 2450             25   A69-1303-555  3877 2016-06-14 05:04:00          14
    +#> 2451             25   A69-1303-555  3878 2016-06-14 05:08:00          14
    +#> 2452             25   A69-1303-555  3879 2016-06-14 05:10:00          14
    +#> 2453             25   A69-1303-555  3880 2016-06-14 05:36:00          14
    +#> 2454             25   A69-1303-555  3881 2016-06-14 05:38:00          14
    +#> 2455             25   A69-1303-555  3883 2016-06-14 05:40:00          14
    +#> 2456             25   A69-1303-555  3884 2016-06-14 05:42:00          14
    +#> 2457             25   A69-1303-555  3886 2016-06-14 05:44:00          14
    +#> 2458             25   A69-1303-555  3887 2016-06-14 05:46:00          14
    +#> 2459             25   A69-1303-555  3889 2016-06-14 05:48:00          14
    +#> 2460             25   A69-1303-555  3891 2016-06-14 05:50:00          14
    +#> 2461             25   A69-1303-555  3893 2016-06-14 05:52:00          14
    +#> 2462             25   A69-1303-555  3896 2016-06-14 05:54:00          14
    +#> 2463             25   A69-1303-555  3897 2016-06-14 05:56:00          14
    +#> 2464             25   A69-1303-555  3898 2016-06-14 05:58:00          14
    +#> 2465             25   A69-1303-555  3899 2016-06-14 06:02:00          14
    +#> 2466             25   A69-1303-555  3900 2016-06-14 07:16:00          14
    +#> 2467             25   A69-1303-555  3902 2016-06-14 07:18:00          14
    +#> 2468             25   A69-1303-555  3903 2016-06-14 07:20:00          14
    +#> 2469             25   A69-1303-555  3905 2016-06-14 07:22:00          14
    +#> 2470             25   A69-1303-555  3906 2016-06-14 07:26:00          14
    +#> 2471             25   A69-1303-555  3907 2016-06-17 00:40:00          14
    +#> 2472             25   A69-1303-555  3908 2016-06-17 00:42:00          14
    +#> 2473             25   A69-1303-555  3910 2016-06-17 00:44:00          14
    +#> 2474             25   A69-1303-555  3911 2016-06-17 00:46:00          14
    +#> 2475             25   A69-1303-555  3912 2016-06-17 00:48:00          14
    +#> 2476             25   A69-1303-555  3914 2016-06-17 00:50:00          14
    +#> 2477             25   A69-1303-555  3916 2016-06-17 00:52:00          14
    +#> 2478             25   A69-1303-555  3918 2016-06-17 00:54:00          14
    +#> 2479             25   A69-1303-555  3920 2016-06-17 00:58:00          14
    +#> 2480             25   A69-1303-555  3921 2016-06-18 00:06:00          29
    +#> 2481             25   A69-1303-555  3922 2016-06-18 00:10:00          29
    +#> 2482             25   A69-1303-555  3923 2016-06-18 00:14:00          29
    +#> 2483             25   A69-1303-555  3924 2016-06-18 00:22:00          29
    +#> 2484             25   A69-1303-555  3925 2016-06-18 01:02:00          29
    +#> 2485             25   A69-1303-555  3926 2016-06-18 01:04:00          29
    +#> 2486             25   A69-1303-555  3927 2016-06-18 01:06:00          29
    +#> 2487             25   A69-1303-555  3929 2016-06-18 01:08:00          29
    +#> 2488             25   A69-1303-555  3930 2016-06-18 01:10:00          29
    +#> 2489             25   A69-1303-555  3932 2016-06-18 01:14:00          29
    +#> 2490             25   A69-1303-555  3933 2016-06-18 01:16:00          29
    +#> 2491             25   A69-1303-555  3934 2016-06-18 01:18:00          29
    +#> 2492             25   A69-1303-555  3936 2016-06-18 01:20:00          29
    +#> 2493             25   A69-1303-555  3937 2016-06-18 01:22:00          29
    +#> 2494             25   A69-1303-555  3938 2016-06-18 01:24:00          29
    +#> 2495             25   A69-1303-555  3940 2016-06-18 01:26:00          29
    +#> 2496             25   A69-1303-555  3941 2016-06-18 01:28:00          29
    +#> 2497             25   A69-1303-555  3942 2016-06-18 01:30:00          29
    +#> 2498             25   A69-1303-555  3945 2016-06-18 01:34:00          29
    +#> 2499             25   A69-1303-555  3947 2016-06-18 05:56:00          29
    +#> 2500             25   A69-1303-555  3948 2016-06-18 06:00:00          29
    +#> 2501             25   A69-1303-555  3949 2016-06-18 06:02:00          29
    +#> 2502             25   A69-1303-555  3950 2016-06-18 06:10:00          29
    +#> 2503             25   A69-1303-555  3952 2016-06-18 06:14:00          29
    +#> 2504             25   A69-1303-555  3953 2016-06-18 06:26:00          29
    +#> 2505             25   A69-1303-555  3955 2016-06-18 06:30:00          29
    +#> 2506             25   A69-1303-555  3956 2016-06-18 06:46:00          29
    +#> 2507             25   A69-1303-555  3957 2016-06-18 06:50:00          29
    +#> 2508             25   A69-1303-555  3958 2016-06-18 06:54:00          29
    +#> 2509             25   A69-1303-555  3959 2016-06-18 06:56:00          29
    +#> 2510             25   A69-1303-555  3960 2016-06-18 06:58:00          29
    +#> 2511             25   A69-1303-555  3963 2016-06-18 07:00:00          29
    +#> 2512             25   A69-1303-555  3964 2016-06-18 07:02:00          29
    +#> 2513             25   A69-1303-555  3967 2016-06-18 07:04:00          29
    +#> 2514             25   A69-1303-555  3968 2016-06-18 07:06:00          29
    +#> 2515             25   A69-1303-555  3969 2016-06-18 07:10:00          29
    +#> 2516             25   A69-1303-555  3970 2016-06-18 07:12:00          29
    +#> 2517             25   A69-1303-555  3971 2016-06-18 07:14:00          29
    +#> 2518             25   A69-1303-555  3973 2016-06-18 07:16:00          29
    +#> 2519             25   A69-1303-555  3975 2016-06-18 07:18:00          29
    +#> 2520             25   A69-1303-555  3977 2016-06-18 07:20:00          29
    +#> 2521             25   A69-1303-555  3978 2016-06-18 07:22:00          29
    +#> 2522             25   A69-1303-555  3980 2016-06-18 07:24:00          29
    +#> 2523             25   A69-1303-555  3982 2016-06-18 07:26:00          29
    +#> 2524             25   A69-1303-555  3983 2016-06-18 07:28:00          29
    +#> 2525             25   A69-1303-555  3985 2016-06-18 07:30:00          29
    +#> 2526             25   A69-1303-555  3987 2016-06-18 07:32:00          29
    +#> 2527             25   A69-1303-555  3989 2016-06-18 07:34:00          29
    +#> 2528             25   A69-1303-555  3990 2016-06-18 07:36:00          29
    +#> 2529             25   A69-1303-555  3993 2016-06-18 07:38:00          29
    +#> 2530             25   A69-1303-555  3994 2016-06-18 07:40:00          29
    +#> 2531             25   A69-1303-555  3996 2016-06-18 07:42:00          29
    +#> 2532             25   A69-1303-555  3997 2016-06-18 07:44:00          29
    +#> 2533             25   A69-1303-555  3999 2016-06-18 07:50:00          29
    +#> 2534             25   A69-1303-555  4001 2016-06-18 07:54:00          29
    +#> 2535             25   A69-1303-555  4002 2016-06-18 07:56:00          29
    +#> 2536             25   A69-1303-555  4003 2016-06-18 07:58:00          29
    +#> 2537             25   A69-1303-555  4004 2016-06-18 08:00:00          29
    +#> 2538             25   A69-1303-555  4006 2016-06-18 08:06:00          29
    +#> 2539             25   A69-1303-555  4007 2016-06-18 08:08:00          29
    +#> 2540             25   A69-1303-555  4009 2016-06-18 08:10:00          29
    +#> 2541             25   A69-1303-555  4011 2016-06-18 08:12:00          29
    +#> 2542             25   A69-1303-555  4013 2016-06-18 08:14:00          29
    +#> 2543             25   A69-1303-555  4015 2016-06-18 08:16:00          29
    +#> 2544             25   A69-1303-555  4016 2016-06-18 08:18:00          29
    +#> 2545             25   A69-1303-555  4018 2016-06-18 08:20:00          29
    +#> 2546             25   A69-1303-555  4019 2016-06-18 08:22:00          29
    +#> 2547             25   A69-1303-555  4021 2016-06-18 08:24:00          29
    +#> 2548             25   A69-1303-555  4024 2016-06-18 08:26:00          29
    +#> 2549             25   A69-1303-555  4025 2016-06-18 08:28:00          29
    +#> 2550             25   A69-1303-555  4026 2016-06-18 08:30:00          29
    +#> 2551             25   A69-1303-555  4027 2016-06-18 08:32:00          29
    +#> 2552             25   A69-1303-555  4029 2016-06-18 08:34:00          29
    +#> 2553             25   A69-1303-555  4032 2016-06-18 08:36:00          29
    +#> 2554             25   A69-1303-555  4033 2016-06-18 08:38:00          29
    +#> 2555             25   A69-1303-555  4035 2016-06-18 08:40:00          29
    +#> 2556             25   A69-1303-555  4038 2016-06-18 08:42:00          29
    +#> 2557             25   A69-1303-555  4039 2016-06-18 08:44:00          29
    +#> 2558             25   A69-1303-555  4041 2016-06-18 08:46:00          29
    +#> 2559             25   A69-1303-555  4042 2016-06-18 08:48:00          29
    +#> 2560             25   A69-1303-555  4043 2016-06-18 08:50:00          29
    +#> 2561             25   A69-1303-555  4046 2016-06-18 08:52:00          29
    +#> 2562             25   A69-1303-555  4047 2016-06-18 08:54:00          29
    +#> 2563             25   A69-1303-555  4050 2016-06-18 08:56:00          29
    +#> 2564             25   A69-1303-555  4051 2016-06-18 08:58:00          29
    +#> 2565             25   A69-1303-555  4053 2016-06-18 09:00:00          29
    +#> 2566             25   A69-1303-555  4054 2016-06-18 09:02:00          29
    +#> 2567             25   A69-1303-555  4055 2016-06-18 09:04:00          29
    +#> 2568             25   A69-1303-555  4057 2016-06-18 09:06:00          29
    +#> 2569             25   A69-1303-555  4058 2016-06-18 09:08:00          29
    +#> 2570             25   A69-1303-555  4059 2016-06-18 09:10:00          29
    +#> 2571             25   A69-1303-555  4060 2016-06-18 09:12:00          29
    +#> 2572             25   A69-1303-555  4061 2016-06-18 09:30:00          29
    +#> 2573             25   A69-1303-555  4063 2016-06-18 09:32:00          29
    +#> 2574             25   A69-1303-555  4065 2016-06-18 09:34:00          29
    +#> 2575             25   A69-1303-555  4066 2016-06-18 09:36:00          29
    +#> 2576             25   A69-1303-555  4067 2016-06-18 09:40:00          29
    +#> 2577             25   A69-1303-555  4068 2016-06-18 10:54:00          29
    +#> 2578             25   A69-1303-555  4069 2016-06-18 11:12:00          29
    +#> 2579             25   A69-1303-555  4070 2016-06-18 11:14:00          29
    +#> 2580             25   A69-1303-555  4072 2016-06-18 11:16:00          29
    +#> 2581             25   A69-1303-555  4073 2016-06-19 05:30:00          29
    +#> 2582             25   A69-1303-555  4074 2016-06-19 05:52:00          29
    +#> 2583             25   A69-1303-555  4075 2016-06-19 05:58:00          29
    +#> 2584             25   A69-1303-555  4076 2016-06-19 06:00:00          29
    +#> 2585             25   A69-1303-555  4077 2016-06-19 06:02:00          29
    +#> 2586             25   A69-1303-555  4079 2016-06-19 06:04:00          29
    +#> 2587             25   A69-1303-555  4080 2016-06-19 06:06:00          29
    +#> 2588             25   A69-1303-555  4082 2016-06-19 06:08:00          29
    +#> 2589             25   A69-1303-555  4083 2016-06-19 06:12:00          29
    +#> 2590             25   A69-1303-555  4084 2016-06-19 06:16:00          29
    +#> 2591             25   A69-1303-555  4085 2016-06-19 06:18:00          29
    +#> 2592             25   A69-1303-555  4086 2016-06-19 06:20:00          29
    +#> 2593             25   A69-1303-555  4087 2016-06-19 06:22:00          29
    +#> 2594             25   A69-1303-555  4090 2016-06-19 06:24:00          29
    +#> 2595             25   A69-1303-555  4091 2016-06-19 06:26:00          29
    +#> 2596             25   A69-1303-555  4092 2016-06-19 06:28:00          29
    +#> 2597             25   A69-1303-555  4095 2016-06-19 06:30:00          29
    +#> 2598             25   A69-1303-555  4096 2016-06-19 06:32:00          29
    +#> 2599             25   A69-1303-555  4098 2016-06-19 06:36:00          29
    +#> 2600             25   A69-1303-555  4099 2016-06-19 06:38:00          29
    +#> 2601             25   A69-1303-555  4100 2016-06-19 06:42:00          29
    +#> 2602             25   A69-1303-555  4101 2016-06-19 06:44:00          29
    +#> 2603             25   A69-1303-555  4102 2016-06-19 06:46:00          29
    +#> 2604             25   A69-1303-555  4104 2016-06-19 06:50:00          29
    +#> 2605             25   A69-1303-555  4105 2016-06-20 19:32:00          14
    +#> 2606             25   A69-1303-555  4106 2016-06-20 19:42:00          14
    +#> 2607             25   A69-1303-555  4108 2016-06-20 19:44:00          14
    +#> 2608             25   A69-1303-555  4109 2016-06-20 19:48:00          14
    +#> 2609             25   A69-1303-555  4110 2016-06-20 19:54:00          14
    +#> 2610             25   A69-1303-555  4111 2016-06-20 20:02:00          14
    +#> 2611             25   A69-1303-555  4112 2016-06-22 23:54:00          11
    +#> 2612             25   A69-1303-555  4113 2016-06-22 23:58:00          11
    +#> 2613             25   A69-1303-555  4114 2016-06-23 00:02:00          11
    +#> 2614             25   A69-1303-555  4115 2016-06-23 00:34:00          11
    +#> 2615             25   A69-1303-555  4116 2016-06-23 00:44:00          11
    +#> 2616             25   A69-1303-555  4117 2016-06-23 00:46:00          11
    +#> 2617             25   A69-1303-555  4118 2016-06-23 00:58:00          11
    +#> 2618             25   A69-1303-555  4119 2016-06-23 01:00:00          11
    +#> 2619             25   A69-1303-555  4121 2016-06-23 02:06:00          11
    +#> 2620             25   A69-1303-555  4122 2016-06-23 02:14:00          11
    +#> 2621             25   A69-1303-555  4123 2016-06-23 20:46:00          11
    +#> 2622             25   A69-1303-555  4124 2016-06-23 20:48:00          11
    +#> 2623             25   A69-1303-555  4125 2016-06-23 20:50:00          11
    +#> 2624             25   A69-1303-555  4126 2016-06-23 20:54:00          11
    +#> 2625             25   A69-1303-555  4127 2016-06-23 20:58:00          11
    +#> 2626             25   A69-1303-555  4129 2016-06-23 21:16:00          11
    +#> 2627             25   A69-1303-555  4131 2016-06-23 21:22:00          11
    +#> 2628             25   A69-1303-555  4132 2016-06-23 21:26:00          11
    +#> 2629             25   A69-1303-555  4133 2016-06-25 10:20:00          11
    +#> 2630             25   A69-1303-555  4134 2016-06-25 10:22:00          11
    +#> 2631             25   A69-1303-555  4136 2016-06-25 10:24:00          11
    +#> 2632             25   A69-1303-555  4137 2016-06-25 10:26:00          11
    +#> 2633             25   A69-1303-555  4139 2016-06-25 10:28:00          11
    +#> 2634             25   A69-1303-555  4140 2016-06-25 10:32:00          11
    +#> 2635             25   A69-1303-555  4142 2016-06-25 10:34:00          11
    +#> 2636             25   A69-1303-555  4143 2016-06-25 10:36:00          11
    +#> 2637             25   A69-1303-555  4144 2016-06-25 10:40:00          11
    +#> 2638             25   A69-1303-555  4147 2016-06-25 10:44:00          11
    +#> 2639             25   A69-1303-555  4149 2016-06-25 10:46:00          11
    +#> 2640             25   A69-1303-555  4151 2016-06-25 10:48:00          11
    +#> 2641             25   A69-1303-555  4153 2016-06-25 10:50:00          11
    +#> 2642             25   A69-1303-555  4155 2016-06-25 10:52:00          11
    +#> 2643             25   A69-1303-555  4157 2016-06-25 10:54:00          11
    +#> 2644             25   A69-1303-555  4159 2016-06-25 10:56:00          11
    +#> 2645             25   A69-1303-555  4160 2016-06-25 10:58:00          11
    +#> 2646             25   A69-1303-555  4161 2016-06-25 11:00:00          11
    +#> 2647             25   A69-1303-555  4163 2016-06-25 11:02:00          11
    +#> 2648             25   A69-1303-555  4165 2016-06-25 11:04:00          11
    +#> 2649             25   A69-1303-555  4167 2016-06-25 11:06:00          11
    +#> 2650             25   A69-1303-555  4168 2016-06-25 11:08:00          11
    +#> 2651             25   A69-1303-555  4170 2016-06-25 11:10:00          11
    +#> 2652             25   A69-1303-555  4172 2016-06-25 11:12:00          11
    +#> 2653             25   A69-1303-555  4174 2016-06-25 11:14:00          11
    +#> 2654             25   A69-1303-555  4176 2016-06-25 11:16:00          11
    +#> 2655             25   A69-1303-555  4177 2016-06-25 11:18:00          11
    +#> 2656             25   A69-1303-555  4179 2016-06-25 11:20:00          11
    +#> 2657             25   A69-1303-555  4182 2016-06-25 11:22:00          11
    +#> 2658             25   A69-1303-555  4183 2016-06-25 11:24:00          11
    +#> 2659             25   A69-1303-555  4184 2016-06-25 11:26:00          11
    +#> 2660             25   A69-1303-555  4186 2016-06-25 11:28:00          11
    +#> 2661             25   A69-1303-555  4187 2016-06-25 11:30:00          11
    +#> 2662             25   A69-1303-555  4189 2016-06-25 11:32:00          11
    +#> 2663             25   A69-1303-555  4190 2016-06-25 11:34:00          11
    +#> 2664             25   A69-1303-555  4191 2016-06-25 11:38:00          11
    +#> 2665             25   A69-1303-555  4193 2016-06-25 11:40:00          11
    +#> 2666             25   A69-1303-555  4194 2016-06-25 11:42:00          11
    +#> 2667             25   A69-1303-555  4195 2016-06-25 11:44:00          11
    +#> 2668             25   A69-1303-555  4196 2016-06-25 18:44:00          14
    +#> 2669             25   A69-1303-555  4197 2016-06-25 18:46:00          14
    +#> 2670             25   A69-1303-555  4198 2016-06-25 18:54:00          14
    +#> 2671             25   A69-1303-555  4199 2016-06-25 19:00:00          14
    +#> 2672             25   A69-1303-555  4200 2016-06-25 19:02:00          14
    +#> 2673             25   A69-1303-555  4201 2016-06-25 19:06:00          14
    +#> 2674             25   A69-1303-555  4202 2016-06-25 19:08:00          14
    +#> 2675             25   A69-1303-555  4204 2016-06-25 19:10:00          14
    +#> 2676             25   A69-1303-555  4205 2016-06-25 19:14:00          14
    +#> 2677             25   A69-1303-555  4207 2016-06-25 19:16:00          14
    +#> 2678             25   A69-1303-555  4208 2016-06-25 19:20:00          14
    +#> 2679             25   A69-1303-555  4210 2016-06-25 19:22:00          14
    +#> 2680             25   A69-1303-555  4211 2016-06-25 19:26:00          14
    +#> 2681             25   A69-1303-555  4212 2016-06-25 19:52:00          14
    +#> 2682             25   A69-1303-555  4213 2016-06-25 20:06:00          14
    +#> 2683             25   A69-1303-555  4214 2016-06-25 20:08:00          14
    +#> 2684             25   A69-1303-555  4215 2016-06-25 20:10:00          14
    +#> 2685             25   A69-1303-555  4216 2016-06-25 20:12:00          14
    +#> 2686             25   A69-1303-555  4218 2016-06-25 20:16:00          14
    +#> 2687             25   A69-1303-555  4220 2016-06-25 20:18:00          14
    +#> 2688             25   A69-1303-555  4221 2016-06-25 20:20:00          14
    +#> 2689             25   A69-1303-555  4223 2016-06-25 20:22:00          14
    +#> 2690             25   A69-1303-555  4224 2016-06-25 20:26:00          14
    +#> 2691             25   A69-1303-555  4226 2016-06-25 20:28:00          14
    +#> 2692             25   A69-1303-555  4227 2016-06-25 20:30:00          14
    +#> 2693             25   A69-1303-555  4228 2016-06-25 20:32:00          14
    +#> 2694             25   A69-1303-555  4230 2016-06-25 20:36:00          14
    +#> 2695             25   A69-1303-555  4231 2016-06-25 20:42:00          14
    +#> 2696             25   A69-1303-555  4232 2016-06-25 20:44:00          14
    +#> 2697             25   A69-1303-555  4233 2016-06-25 20:50:00          14
    +#> 2698             25   A69-1303-555  4234 2016-06-25 20:52:00          14
    +#> 2699             25   A69-1303-555  4235 2016-06-25 20:56:00          14
    +#> 2700             25   A69-1303-555  4236 2016-06-25 21:00:00          14
    +#> 2701             25   A69-1303-555  4237 2016-06-28 20:30:00          14
    +#> 2702             25   A69-1303-555  4238 2016-06-28 20:36:00          14
    +#> 2703             25   A69-1303-555  4239 2016-06-28 20:40:00          14
    +#> 2704             25   A69-1303-555  4240 2016-06-28 20:52:00          14
    +#> 2705             25   A69-1303-555  4241 2016-06-28 20:54:00          14
    +#> 2706             25   A69-1303-555  4244 2016-06-28 21:04:00          14
    +#> 2707             25   A69-1303-555  4245 2016-06-28 21:18:00          14
    +#> 2708             25   A69-1303-555  4246 2016-06-28 21:20:00          14
    +#> 2709             25   A69-1303-555  4247 2016-06-29 04:14:00          14
    +#> 2710             25   A69-1303-555  4249 2016-06-29 04:16:00          14
    +#> 2711             25   A69-1303-555  4250 2016-06-29 04:18:00          14
    +#> 2712             25   A69-1303-555  4252 2016-06-29 04:20:00          14
    +#> 2713             25   A69-1303-555  4253 2016-06-29 04:22:00          14
    +#> 2714             25   A69-1303-555  4254 2016-07-02 19:50:00          11
    +#> 2715             25   A69-1303-555  4255 2016-07-02 20:00:00          11
    +#> 2716             25   A69-1303-555  4256 2016-07-02 20:02:00          11
    +#> 2717             25   A69-1303-555  4258 2016-07-02 20:04:00          11
    +#> 2718             25   A69-1303-555  4259 2016-07-02 20:06:00          11
    +#> 2719             25   A69-1303-555  4260 2016-07-02 20:08:00          11
    +#> 2720             25   A69-1303-555  4262 2016-07-02 20:10:00          11
    +#> 2721             25   A69-1303-555  4263 2016-07-02 20:14:00          11
    +#> 2722             25   A69-1303-555  4264 2016-07-02 20:22:00          11
    +#> 2723             25   A69-1303-555  4265 2016-07-02 20:26:00          11
    +#> 2724             25   A69-1303-555  4266 2016-07-04 03:12:00          14
    +#> 2725             25   A69-1303-555  4267 2016-07-04 03:14:00          14
    +#> 2726             25   A69-1303-555  4270 2016-07-04 03:16:00          14
    +#> 2727             25   A69-1303-555  4271 2016-07-04 03:18:00          14
    +#> 2728             25   A69-1303-555  4273 2016-07-04 03:20:00          14
    +#> 2729             25   A69-1303-555  4275 2016-07-04 03:22:00          14
    +#> 2730             25   A69-1303-555  4277 2016-07-04 03:24:00          14
    +#> 2731             25   A69-1303-555  4279 2016-07-04 03:26:00          14
    +#> 2732             25   A69-1303-555  4281 2016-07-04 03:28:00          14
    +#> 2733             25   A69-1303-555  4282 2016-07-04 03:30:00          14
    +#> 2734             25   A69-1303-555  4284 2016-07-04 03:32:00          14
    +#> 2735             25   A69-1303-555  4286 2016-07-04 03:34:00          14
    +#> 2736             25   A69-1303-555  4287 2016-07-04 03:36:00          14
    +#> 2737             25   A69-1303-555  4290 2016-07-04 03:38:00          14
    +#> 2738             25   A69-1303-555  4291 2016-07-04 03:40:00          14
    +#> 2739             25   A69-1303-555  4294 2016-07-04 03:42:00          14
    +#> 2740             25   A69-1303-555  4297 2016-07-04 03:44:00          14
    +#> 2741             25   A69-1303-555  4299 2016-07-04 03:46:00          14
    +#> 2742             25   A69-1303-555  4301 2016-07-04 03:48:00          14
    +#> 2743             25   A69-1303-555  4303 2016-07-04 03:50:00          14
    +#> 2744             25   A69-1303-555  4304 2016-07-04 03:52:00          14
    +#> 2745             25   A69-1303-555  4305 2016-07-04 03:54:00          14
    +#> 2746             25   A69-1303-555  4307 2016-07-04 03:56:00          14
    +#> 2747             25   A69-1303-555  4308 2016-07-04 03:58:00          14
    +#> 2748             25   A69-1303-555  4310 2016-07-04 04:00:00          14
    +#> 2749             25   A69-1303-555  4312 2016-07-04 04:02:00          14
    +#> 2750             25   A69-1303-555  4313 2016-07-04 04:04:00          14
    +#> 2751             25   A69-1303-555  4315 2016-07-04 04:12:00          14
    +#> 2752             25   A69-1303-555  4316 2016-07-04 04:18:00          14
    +#> 2753             25   A69-1303-555  4317 2016-07-04 04:22:00          14
    +#> 2754             25   A69-1303-555  4318 2016-07-04 04:26:00          14
    +#> 2755             25   A69-1303-555  4319 2016-07-04 04:32:00          14
    +#> 2756             25   A69-1303-555  4320 2016-07-04 04:34:00          14
    +#> 2757             25   A69-1303-555  4321 2016-07-04 04:36:00          14
    +#> 2758             25   A69-1303-555  4323 2016-07-04 04:42:00          14
    +#> 2759             25   A69-1303-555  4324 2016-07-04 04:44:00          14
    +#> 2760             25   A69-1303-555  4325 2016-07-04 04:48:00          14
    +#> 2761             25   A69-1303-555  4326 2016-07-04 04:50:00          14
    +#> 2762             25   A69-1303-555  4328 2016-07-04 04:52:00          14
    +#> 2763             25   A69-1303-555  4329 2016-07-04 04:54:00          14
    +#> 2764             25   A69-1303-555  4331 2016-07-04 04:56:00          14
    +#> 2765             25   A69-1303-555  4333 2016-07-04 04:58:00          14
    +#> 2766             25   A69-1303-555  4335 2016-07-04 05:00:00          14
    +#> 2767             25   A69-1303-555  4336 2016-07-04 05:02:00          14
    +#> 2768             25   A69-1303-555  4337 2016-07-04 05:04:00          14
    +#> 2769             25   A69-1303-555  4338 2016-07-04 05:06:00          14
    +#> 2770             25   A69-1303-555  4339 2016-07-04 05:10:00          14
    +#> 2771             25   A69-1303-555  4340 2016-07-04 05:12:00          14
    +#> 2772             25   A69-1303-555  4341 2016-07-04 05:14:00          14
    +#> 2773             25   A69-1303-555  4343 2016-07-04 05:16:00          14
    +#> 2774             25   A69-1303-555  4344 2016-07-04 05:18:00          14
    +#> 2775             25   A69-1303-555  4345 2016-07-04 05:20:00          14
    +#> 2776             25   A69-1303-555  4346 2016-07-04 05:22:00          14
    +#> 2777             25   A69-1303-555  4348 2016-07-07 08:24:00          11
    +#> 2778             25   A69-1303-555  4349 2016-07-07 08:44:00          11
    +#> 2779             25   A69-1303-555  4351 2016-07-07 09:20:00          11
    +#> 2780             25   A69-1303-555  4352 2016-07-07 09:32:00          11
    +#> 2781             25   A69-1303-555  4353 2016-07-07 09:40:00          11
    +#> 2782             25   A69-1303-555  4354 2016-07-07 10:18:00          11
    +#> 2783             25   A69-1303-555  4355 2016-07-07 10:20:00          11
    +#> 2784             25   A69-1303-555  4356 2016-07-07 10:22:00          11
    +#> 2785             25   A69-1303-555  4357 2016-07-07 10:24:00          11
    +#> 2786             25   A69-1303-555  4358 2016-07-07 10:26:00          11
    +#> 2787             25   A69-1303-555  4360 2016-07-07 10:28:00          11
    +#> 2788             25   A69-1303-555  4362 2016-07-07 10:30:00          11
    +#> 2789             25   A69-1303-555  4364 2016-07-07 10:32:00          11
    +#> 2790             25   A69-1303-555  4365 2016-07-07 10:34:00          11
    +#> 2791             25   A69-1303-555  4367 2016-07-07 10:36:00          11
    +#> 2792             25   A69-1303-555  4368 2016-07-07 10:38:00          11
    +#> 2793             25   A69-1303-555  4369 2016-07-07 10:40:00          11
    +#> 2794             25   A69-1303-555  4370 2016-07-07 10:42:00          11
    +#> 2795             25   A69-1303-555  4371 2016-07-07 10:44:00          11
    +#> 2796             25   A69-1303-555  4372 2016-07-07 15:48:00          11
    +#> 2797             25   A69-1303-555  4373 2016-07-07 15:52:00          11
    +#> 2798             25   A69-1303-555  4374 2016-07-07 16:06:00          11
    +#> 2799             25   A69-1303-555  4375 2016-07-13 21:08:00          39
    +#> 2800             25   A69-1303-555  4377 2016-07-15 01:00:00          39
    +#> 2801             25   A69-1303-555  4378 2016-07-15 01:02:00          39
    +#> 2802             25   A69-1303-555  4379 2016-07-15 01:04:00          39
    +#> 2803             25   A69-1303-555  4381 2016-07-15 01:10:00          39
    +#> 2804             25   A69-1303-555  4382 2016-07-15 01:14:00          39
    +#> 2805             25   A69-1303-555  4383 2016-07-15 01:24:00          39
    +#> 2806             25   A69-1303-555  4385 2016-07-15 01:26:00          39
    +#> 2807             25   A69-1303-555  4386 2016-07-15 01:28:00          39
    +#> 2808             25   A69-1303-555  4387 2016-07-15 01:30:00          39
    +#> 2809             25   A69-1303-555  4389 2016-07-15 01:32:00          39
    +#> 2810             25   A69-1303-555  4390 2016-07-15 01:36:00          39
    +#> 2811             25   A69-1303-555  4391 2016-07-15 01:42:00          39
    +#> 2812             25   A69-1303-555  4393 2016-07-15 01:58:00          39
    +#> 2813             25   A69-1303-555  4394 2016-07-15 02:02:00          39
    +#> 2814             25   A69-1303-555  4396 2016-07-15 02:04:00          39
    +#> 2815             25   A69-1303-555  4398 2016-07-15 02:08:00          39
    +#> 2816             25   A69-1303-555  4399 2016-07-15 02:10:00          39
    +#> 2817             25   A69-1303-555  4400 2016-07-15 02:12:00          39
    +#> 2818             25   A69-1303-555  4402 2016-07-15 02:16:00          39
    +#> 2819             25   A69-1303-555  4403 2016-07-15 02:18:00          39
    +#> 2820             25   A69-1303-555  4405 2016-07-15 02:20:00          39
    +#> 2821             25   A69-1303-555  4407 2016-07-15 02:22:00          39
    +#> 2822             25   A69-1303-555  4409 2016-07-15 02:24:00          39
    +#> 2823             25   A69-1303-555  4411 2016-07-15 02:26:00          39
    +#> 2824             25   A69-1303-555  4413 2016-07-15 02:30:00          39
    +#> 2825             25   A69-1303-555  4414 2016-07-15 02:38:00          39
    +#> 2826             25   A69-1303-555  4416 2016-07-15 02:40:00          39
    +#> 2827             25   A69-1303-555  4417 2016-07-15 02:42:00          39
    +#> 2828             25   A69-1303-555  4418 2016-07-15 02:44:00          39
    +#> 2829             25   A69-1303-555  4419 2016-07-15 02:54:00          39
    +#> 2830             25   A69-1303-555  4420 2016-07-15 03:10:00          39
    +#> 2831             25   A69-1303-555  4422 2016-07-15 12:52:00          14
    +#> 2832             25   A69-1303-555  4423 2016-07-15 13:12:00          14
    +#> 2833             25   A69-1303-555  4424 2016-07-15 13:14:00          14
    +#> 2834             25   A69-1303-555  4426 2016-07-15 13:20:00          14
    +#> 2835             25   A69-1303-555  4427 2016-07-15 13:22:00          14
    +#> 2836             25   A69-1303-555  4429 2016-07-15 13:24:00          14
    +#> 2837             25   A69-1303-555  4430 2016-07-15 13:26:00          14
    +#> 2838             25   A69-1303-555  4431 2016-07-15 13:28:00          14
    +#> 2839             25   A69-1303-555  4433 2016-07-15 13:30:00          14
    +#> 2840             25   A69-1303-555  4434 2016-07-15 13:38:00          14
    +#> 2841             25   A69-1303-555  4435 2016-07-15 13:52:00          14
    +#> 2842             25   A69-1303-555  4436 2016-07-15 13:54:00          14
    +#> 2843             25   A69-1303-555  4438 2016-07-15 13:56:00          14
    +#> 2844             25   A69-1303-555  4440 2016-07-15 13:58:00          14
    +#> 2845             25   A69-1303-555  4442 2016-07-15 14:00:00          14
    +#> 2846             25   A69-1303-555  4443 2016-07-15 14:04:00          14
    +#> 2847             25   A69-1303-555  4444 2016-07-15 14:30:00          14
    +#> 2848             25   A69-1303-555  4445 2016-07-15 14:32:00          14
    +#> 2849             25   A69-1303-555  4447 2016-07-15 14:34:00          14
    +#> 2850             25   A69-1303-555  4448 2016-07-15 16:24:00          14
    +#> 2851             25   A69-1303-555  4449 2016-07-15 16:28:00          14
    +#> 2852             25   A69-1303-555  4450 2016-07-15 16:34:00          14
    +#> 2853             25   A69-1303-555  4451 2016-07-15 16:36:00          14
    +#> 2854             25   A69-1303-555  4452 2016-07-15 16:54:00          14
    +#> 2855             25   A69-1303-555  4453 2016-07-15 16:56:00          14
    +#> 2856             25   A69-1303-555  4454 2016-07-15 16:58:00          14
    +#> 2857             25   A69-1303-555  4455 2016-07-15 18:12:00          14
    +#> 2858             25   A69-1303-555  4456 2016-07-15 18:16:00          14
    +#> 2859             25   A69-1303-555  4457 2016-07-16 00:52:00          23
    +#> 2860             25   A69-1303-555  4458 2016-07-16 00:54:00          23
    +#> 2861             25   A69-1303-555  4460 2016-07-16 00:56:00          23
    +#> 2862             25   A69-1303-555  4461 2016-07-16 00:58:00          23
    +#> 2863             25   A69-1303-555  4463 2016-07-16 01:00:00          23
    +#> 2864             25   A69-1303-555  4464 2016-07-16 01:02:00          23
    +#> 2865             25   A69-1303-555  4466 2016-07-16 01:04:00          23
    +#> 2866             25   A69-1303-555  4468 2016-07-16 01:06:00          23
    +#> 2867             25   A69-1303-555  4470 2016-07-16 01:08:00          23
    +#> 2868             25   A69-1303-555  4472 2016-07-16 01:10:00          23
    +#> 2869             25   A69-1303-555  4474 2016-07-16 01:12:00          23
    +#> 2870             25   A69-1303-555  4476 2016-07-16 01:14:00          23
    +#> 2871             25   A69-1303-555  4478 2016-07-16 01:16:00          23
    +#> 2872             25   A69-1303-555  4480 2016-07-16 01:18:00          23
    +#> 2873             25   A69-1303-555  4482 2016-07-16 01:20:00          23
    +#> 2874             25   A69-1303-555  4483 2016-07-16 01:22:00          23
    +#> 2875             25   A69-1303-555  4485 2016-07-16 01:24:00          23
    +#> 2876             25   A69-1303-555  4487 2016-07-16 01:26:00          23
    +#> 2877             25   A69-1303-555  4489 2016-07-16 01:30:00          23
    +#> 2878             25   A69-1303-555  4490 2016-07-18 09:10:00          29
    +#> 2879             25   A69-1303-555  4491 2016-07-18 09:14:00          29
    +#> 2880             25   A69-1303-555  4493 2016-07-18 09:22:00          29
    +#> 2881             25   A69-1303-555  4494 2016-07-18 09:24:00          29
    +#> 2882             25   A69-1303-555  4495 2016-07-18 14:28:00          29
    +#> 2883             25   A69-1303-555  4496 2016-07-18 14:30:00          29
    +#> 2884             25   A69-1303-555  4497 2016-07-18 14:32:00          29
    +#> 2885             25   A69-1303-555  4499 2016-07-18 14:34:00          29
    +#> 2886             25   A69-1303-555  4502 2016-07-18 14:36:00          29
    +#> 2887             25   A69-1303-555  4504 2016-07-18 14:38:00          29
    +#> 2888             25   A69-1303-555  4506 2016-07-18 14:40:00          29
    +#> 2889             25   A69-1303-555  4508 2016-07-18 14:42:00          29
    +#> 2890             25   A69-1303-555  4510 2016-07-18 14:44:00          29
    +#> 2891             25   A69-1303-555  4511 2016-07-18 14:46:00          29
    +#> 2892             25   A69-1303-555  4512 2016-07-18 14:48:00          29
    +#> 2893             25   A69-1303-555  4514 2016-07-18 14:50:00          29
    +#> 2894             25   A69-1303-555  4515 2016-07-18 14:52:00          29
    +#> 2895             25   A69-1303-555  4516 2016-07-18 14:54:00          29
    +#> 2896             25   A69-1303-555  4518 2016-07-18 15:08:00          29
    +#> 2897             25   A69-1303-555  4520 2016-07-18 15:10:00          29
    +#> 2898             25   A69-1303-555  4521 2016-07-18 15:14:00          29
    +#> 2899             25   A69-1303-555  4522 2016-07-18 15:16:00          29
    +#> 2900             25   A69-1303-555  4523 2016-07-18 15:20:00          29
    +#> 2901             25   A69-1303-555  4524 2016-07-18 15:22:00          29
    +#> 2902             25   A69-1303-555  4526 2016-07-18 15:24:00          29
    +#> 2903             25   A69-1303-555  4528 2016-07-18 15:28:00          29
    +#> 2904             25   A69-1303-555  4529 2016-07-18 15:34:00          29
    +#> 2905             25   A69-1303-555  4530 2016-07-18 15:38:00          29
    +#> 2906             25   A69-1303-555  4531 2016-07-18 15:40:00          29
    +#> 2907             25   A69-1303-555  4532 2016-07-18 15:42:00          29
    +#> 2908             25   A69-1303-555  4533 2016-07-18 15:48:00          29
    +#> 2909             25   A69-1303-555  4535 2016-07-18 16:02:00          29
    +#> 2910             25   A69-1303-555  4537 2016-07-18 16:24:00          29
    +#> 2911             25   A69-1303-555  4538 2016-07-18 17:16:00          29
    +#> 2912             25   A69-1303-555  4539 2016-07-18 17:20:00          29
    +#> 2913             25   A69-1303-555  4541 2016-07-18 17:22:00          29
    +#> 2914             25   A69-1303-555  4543 2016-07-18 17:26:00          29
    +#> 2915             25   A69-1303-555  4544 2016-07-18 17:30:00          29
    +#> 2916             25   A69-1303-555  4546 2016-07-18 17:34:00          29
    +#> 2917             25   A69-1303-555  4547 2016-07-18 17:36:00          29
    +#> 2918             25   A69-1303-555  4549 2016-07-18 17:38:00          29
    +#> 2919             25   A69-1303-555  4551 2016-07-18 17:40:00          29
    +#> 2920             25   A69-1303-555  4552 2016-07-18 17:42:00          29
    +#> 2921             25   A69-1303-555  4554 2016-07-18 17:44:00          29
    +#> 2922             25   A69-1303-555  4557 2016-07-18 17:46:00          29
    +#> 2923             25   A69-1303-555  4559 2016-07-18 17:48:00          29
    +#> 2924             25   A69-1303-555  4560 2016-07-18 17:50:00          29
    +#> 2925             25   A69-1303-555  4562 2016-07-18 17:52:00          29
    +#> 2926             25   A69-1303-555  4563 2016-07-18 17:54:00          29
    +#> 2927             25   A69-1303-555  4566 2016-07-18 17:56:00          29
    +#> 2928             25   A69-1303-555  4568 2016-07-18 17:58:00          29
    +#> 2929             25   A69-1303-555  4570 2016-07-18 18:00:00          29
    +#> 2930             25   A69-1303-555  4572 2016-07-18 18:02:00          29
    +#> 2931             25   A69-1303-555  4574 2016-07-18 18:04:00          29
    +#> 2932             25   A69-1303-555  4576 2016-07-18 18:06:00          29
    +#> 2933             25   A69-1303-555  4578 2016-07-18 18:08:00          29
    +#> 2934             25   A69-1303-555  4580 2016-07-18 18:10:00          29
    +#> 2935             25   A69-1303-555  4581 2016-07-18 18:12:00          29
    +#> 2936             25   A69-1303-555  4583 2016-07-18 18:14:00          29
    +#> 2937             25   A69-1303-555  4585 2016-07-18 18:16:00          29
    +#> 2938             25   A69-1303-555  4588 2016-07-18 18:18:00          29
    +#> 2939             25   A69-1303-555  4589 2016-07-18 18:20:00          29
    +#> 2940             25   A69-1303-555  4591 2016-07-18 18:22:00          29
    +#> 2941             25   A69-1303-555  4593 2016-07-18 18:24:00          29
    +#> 2942             25   A69-1303-555  4595 2016-07-18 18:26:00          29
    +#> 2943             25   A69-1303-555  4597 2016-07-18 18:28:00          29
    +#> 2944             25   A69-1303-555  4599 2016-07-18 18:30:00          29
    +#> 2945             25   A69-1303-555  4601 2016-07-18 18:32:00          29
    +#> 2946             25   A69-1303-555  4602 2016-07-18 18:34:00          29
    +#> 2947             25   A69-1303-555  4605 2016-07-18 18:36:00          29
    +#> 2948             25   A69-1303-555  4606 2016-07-18 18:38:00          29
    +#> 2949             25   A69-1303-555  4608 2016-07-18 18:40:00          29
    +#> 2950             25   A69-1303-555  4611 2016-07-18 18:42:00          29
    +#> 2951             25   A69-1303-555  4613 2016-07-18 18:44:00          29
    +#> 2952             25   A69-1303-555  4615 2016-07-18 18:46:00          29
    +#> 2953             25   A69-1303-555  4618 2016-07-18 18:48:00          29
    +#> 2954             25   A69-1303-555  4620 2016-07-18 18:50:00          29
    +#> 2955             25   A69-1303-555  4621 2016-07-18 18:52:00          29
    +#> 2956             25   A69-1303-555  4623 2016-07-18 18:54:00          29
    +#> 2957             25   A69-1303-555  4624 2016-07-18 18:56:00          29
    +#> 2958             25   A69-1303-555  4626 2016-07-18 18:58:00          29
    +#> 2959             25   A69-1303-555  4629 2016-07-18 19:00:00          29
    +#> 2960             25   A69-1303-555  4630 2016-07-18 19:02:00          29
    +#> 2961             25   A69-1303-555  4632 2016-07-18 19:04:00          29
    +#> 2962             25   A69-1303-555  4635 2016-07-18 19:06:00          29
    +#> 2963             25   A69-1303-555  4637 2016-07-18 19:08:00          29
    +#> 2964             25   A69-1303-555  4639 2016-07-18 19:10:00          29
    +#> 2965             25   A69-1303-555  4640 2016-07-18 19:12:00          29
    +#> 2966             25   A69-1303-555  4642 2016-07-18 19:14:00          29
    +#> 2967             25   A69-1303-555  4645 2016-07-18 19:16:00          29
    +#> 2968             25   A69-1303-555  4646 2016-07-18 19:18:00          29
    +#> 2969             25   A69-1303-555  4648 2016-07-18 19:20:00          29
    +#> 2970             25   A69-1303-555  4651 2016-07-18 19:22:00          29
    +#> 2971             25   A69-1303-555  4652 2016-07-18 19:24:00          29
    +#> 2972             25   A69-1303-555  4654 2016-07-18 19:26:00          29
    +#> 2973             25   A69-1303-555  4656 2016-07-18 19:28:00          29
    +#> 2974             25   A69-1303-555  4659 2016-07-18 19:30:00          29
    +#> 2975             25   A69-1303-555  4660 2016-07-18 19:32:00          29
    +#> 2976             25   A69-1303-555  4663 2016-07-18 19:34:00          29
    +#> 2977             25   A69-1303-555  4665 2016-07-18 19:36:00          29
    +#> 2978             25   A69-1303-555  4666 2016-07-18 19:38:00          29
    +#> 2979             25   A69-1303-555  4668 2016-07-18 19:40:00          29
    +#> 2980             25   A69-1303-555  4670 2016-07-18 19:42:00          29
    +#> 2981             25   A69-1303-555  4672 2016-07-18 19:44:00          29
    +#> 2982             25   A69-1303-555  4673 2016-07-18 19:46:00          29
    +#> 2983             25   A69-1303-555  4675 2016-07-18 19:48:00          29
    +#> 2984             25   A69-1303-555  4677 2016-07-18 19:50:00          29
    +#> 2985             25   A69-1303-555  4679 2016-07-18 19:52:00          29
    +#> 2986             25   A69-1303-555  4681 2016-07-18 19:54:00          29
    +#> 2987             25   A69-1303-555  4683 2016-07-18 19:56:00          29
    +#> 2988             25   A69-1303-555  4685 2016-07-18 19:58:00          29
    +#> 2989             25   A69-1303-555  4686 2016-07-18 20:00:00          29
    +#> 2990             25   A69-1303-555  4688 2016-07-18 20:02:00          29
    +#> 2991             25   A69-1303-555  4690 2016-07-18 20:04:00          29
    +#> 2992             25   A69-1303-555  4692 2016-07-18 20:06:00          29
    +#> 2993             25   A69-1303-555  4694 2016-07-18 20:12:00          29
    +#> 2994             25   A69-1303-555  4695 2016-07-18 20:14:00          29
    +#> 2995             25   A69-1303-555  4697 2016-07-18 20:16:00          29
    +#> 2996             25   A69-1303-555  4699 2016-07-18 20:18:00          29
    +#> 2997             25   A69-1303-555  4700 2016-07-18 20:20:00          29
    +#> 2998             25   A69-1303-555  4702 2016-07-18 20:22:00          29
    +#> 2999             25   A69-1303-555  4703 2016-07-18 20:24:00          29
    +#> 3000             25   A69-1303-555  4705 2016-07-18 20:26:00          29
    +#> 3001             25   A69-1303-555  4708 2016-07-18 20:28:00          29
    +#> 3002             25   A69-1303-555  4710 2016-07-18 20:30:00          29
    +#> 3003             25   A69-1303-555  4711 2016-07-18 20:32:00          29
    +#> 3004             25   A69-1303-555  4714 2016-07-18 20:34:00          29
    +#> 3005             25   A69-1303-555  4716 2016-07-18 20:36:00          29
    +#> 3006             25   A69-1303-555  4717 2016-07-18 20:38:00          29
    +#> 3007             25   A69-1303-555  4719 2016-07-18 20:40:00          29
    +#> 3008             25   A69-1303-555  4721 2016-07-18 20:42:00          29
    +#> 3009             25   A69-1303-555  4723 2016-07-18 20:44:00          29
    +#> 3010             25   A69-1303-555  4725 2016-07-18 20:46:00          29
    +#> 3011             25   A69-1303-555  4727 2016-07-18 20:48:00          29
    +#> 3012             25   A69-1303-555  4728 2016-07-18 20:50:00          29
    +#> 3013             25   A69-1303-555  4730 2016-07-18 20:52:00          29
    +#> 3014             25   A69-1303-555  4732 2016-07-18 20:54:00          29
    +#> 3015             25   A69-1303-555  4734 2016-07-18 20:56:00          29
    +#> 3016             25   A69-1303-555  4736 2016-07-18 20:58:00          29
    +#> 3017             25   A69-1303-555  4737 2016-07-18 21:00:00          29
    +#> 3018             25   A69-1303-555  4739 2016-07-18 21:02:00          29
    +#> 3019             25   A69-1303-555  4741 2016-07-18 21:04:00          29
    +#> 3020             25   A69-1303-555  4743 2016-07-18 21:06:00          29
    +#> 3021             25   A69-1303-555  4745 2016-07-18 21:08:00          29
    +#> 3022             25   A69-1303-555  4747 2016-07-18 21:10:00          29
    +#> 3023             25   A69-1303-555  4750 2016-07-18 21:12:00          29
    +#> 3024             25   A69-1303-555  4752 2016-07-19 05:46:00          14
    +#> 3025             25   A69-1303-555  4753 2016-07-19 05:50:00          14
    +#> 3026             25   A69-1303-555  4754 2016-07-19 05:52:00          14
    +#> 3027             25   A69-1303-555  4755 2016-07-19 05:56:00          14
    +#> 3028             25   A69-1303-555  4757 2016-07-19 05:58:00          14
    +#> 3029             25   A69-1303-555  4759 2016-07-19 06:16:00          14
    +#> 3030             25   A69-1303-555  4760 2016-07-19 06:42:00          14
    +#> 3031             25   A69-1303-555  4761 2016-07-19 06:46:00          14
    +#> 3032             25   A69-1303-555  4762 2016-07-19 06:56:00          14
    +#> 3033             25   A69-1303-555  4764 2016-07-19 06:58:00          14
    +#> 3034             25   A69-1303-555  4765 2016-07-19 07:00:00          14
    +#> 3035             25   A69-1303-555  4766 2016-07-19 07:12:00          14
    +#> 3036             25   A69-1303-555  4767 2016-07-19 09:06:00          39
    +#> 3037             25   A69-1303-555  4768 2016-07-19 09:08:00          39
    +#> 3038             25   A69-1303-555  4769 2016-07-19 09:10:00          39
    +#> 3039             25   A69-1303-555  4770 2016-07-19 09:14:00          39
    +#> 3040             25   A69-1303-555  4772 2016-07-19 09:22:00          39
    +#> 3041             25   A69-1303-555  4773 2016-07-19 09:24:00          39
    +#> 3042             25   A69-1303-555  4775 2016-07-19 09:26:00          39
    +#> 3043             25   A69-1303-555  4776 2016-07-19 09:28:00          39
    +#> 3044             25   A69-1303-555  4779 2016-07-19 09:32:00          39
    +#> 3045             25   A69-1303-555  4781 2016-07-19 09:34:00          39
    +#> 3046             25   A69-1303-555  4782 2016-07-19 09:44:00          39
    +#> 3047             25   A69-1303-555  4783 2016-07-19 09:52:00          39
    +#> 3048             25   A69-1303-555  4784 2016-07-21 06:44:00          39
    +#> 3049             25   A69-1303-555  4785 2016-07-21 06:48:00          39
    +#> 3050             25   A69-1303-555  4786 2016-07-21 06:50:00          39
    +#> 3051             25   A69-1303-555  4787 2016-07-21 07:14:00          39
    +#> 3052             25   A69-1303-555  4788 2016-07-21 07:54:00          39
    +#> 3053             25   A69-1303-555  4789 2016-07-21 07:56:00          39
    +#> 3054             25   A69-1303-555  4790 2016-07-21 07:58:00          39
    +#> 3055             25   A69-1303-555  4791 2016-07-21 08:00:00          39
    +#> 3056             25   A69-1303-555  4793 2016-07-21 08:02:00          39
    +#> 3057             25   A69-1303-555  4794 2016-07-21 08:04:00          39
    +#> 3058             25   A69-1303-555  4795 2016-07-21 08:06:00          39
    +#> 3059             25   A69-1303-555  4797 2016-07-21 08:10:00          39
    +#> 3060             25   A69-1303-555  4799 2016-07-21 08:12:00          39
    +#> 3061             25   A69-1303-555  4800 2016-07-21 08:16:00          39
    +#> 3062             25   A69-1303-555  4801 2016-07-21 08:36:00          39
    +#> 3063             25   A69-1303-555  4802 2016-07-21 15:26:00          39
    +#> 3064             25   A69-1303-555  4803 2016-07-21 15:34:00          39
    +#> 3065             25   A69-1303-555  4804 2016-07-22 02:02:00          23
    +#> 3066             25   A69-1303-555  4806 2016-07-22 02:04:00          23
    +#> 3067             25   A69-1303-555  4808 2016-07-22 04:26:00          29
    +#> 3068             25   A69-1303-555  4810 2016-07-22 04:28:00          29
    +#> 3069             25   A69-1303-555  4811 2016-07-22 04:30:00          29
    +#> 3070             25   A69-1303-555  4812 2016-07-22 04:32:00          29
    +#> 3071             25   A69-1303-555  4813 2016-07-22 04:38:00          29
    +#> 3072             25   A69-1303-555  4815 2016-07-22 04:40:00          29
    +#> 3073             25   A69-1303-555  4816 2016-07-22 04:44:00          29
    +#> 3074             25   A69-1303-555  4819 2016-07-22 04:46:00          29
    +#> 3075             25   A69-1303-555  4820 2016-07-22 04:50:00          29
    +#> 3076             25   A69-1303-555  4821 2016-07-22 04:52:00          29
    +#> 3077             25   A69-1303-555  4823 2016-07-22 04:54:00          29
    +#> 3078             25   A69-1303-555  4825 2016-07-22 04:56:00          29
    +#> 3079             25   A69-1303-555  4827 2016-07-22 04:58:00          29
    +#> 3080             25   A69-1303-555  4828 2016-07-22 05:00:00          29
    +#> 3081             25   A69-1303-555  4830 2016-07-22 05:02:00          29
    +#> 3082             25   A69-1303-555  4832 2016-07-22 05:04:00          29
    +#> 3083             25   A69-1303-555  4834 2016-07-22 05:06:00          29
    +#> 3084             25   A69-1303-555  4835 2016-07-22 05:08:00          29
    +#> 3085             25   A69-1303-555  4836 2016-07-22 05:10:00          29
    +#> 3086             25   A69-1303-555  4837 2016-07-22 05:16:00          29
    +#> 3087             25   A69-1303-555  4838 2016-07-22 05:20:00          29
    +#> 3088             25   A69-1303-555  4840 2016-07-22 05:22:00          29
    +#> 3089             25   A69-1303-555  4842 2016-07-22 05:24:00          29
    +#> 3090             25   A69-1303-555  4843 2016-07-22 05:26:00          29
    +#> 3091             25   A69-1303-555  4844 2016-07-22 05:28:00          29
    +#> 3092             25   A69-1303-555  4846 2016-07-22 05:30:00          29
    +#> 3093             25   A69-1303-555  4848 2016-07-22 05:32:00          29
    +#> 3094             25   A69-1303-555  4850 2016-07-22 05:34:00          29
    +#> 3095             25   A69-1303-555  4851 2016-07-22 05:36:00          29
    +#> 3096             25   A69-1303-555  4852 2016-07-22 05:42:00          29
    +#> 3097             25   A69-1303-555  4853 2016-07-22 05:44:00          29
    +#> 3098             25   A69-1303-555  4854 2016-07-22 05:46:00          29
    +#> 3099             25   A69-1303-555  4856 2016-07-23 11:12:00          14
    +#> 3100             25   A69-1303-555  4857 2016-07-23 11:14:00          14
    +#> 3101             25   A69-1303-555  4859 2016-07-23 11:16:00          14
    +#> 3102             25   A69-1303-555  4860 2016-07-23 15:00:00          39
    +#> 3103             25   A69-1303-555  4861 2016-07-23 15:02:00          39
    +#> 3104             25   A69-1303-555  4862 2016-07-23 15:04:00          39
    +#> 3105             25   A69-1303-555  4863 2016-07-23 15:06:00          39
    +#> 3106             25   A69-1303-555  4866 2016-07-23 15:08:00          39
    +#> 3107             25   A69-1303-555  4867 2016-07-23 15:10:00          39
    +#> 3108             25   A69-1303-555  4868 2016-07-23 15:12:00          39
    +#> 3109             25   A69-1303-555  4870 2016-07-23 15:14:00          39
    +#> 3110             25   A69-1303-555  4872 2016-07-23 15:16:00          39
    +#> 3111             25   A69-1303-555  4874 2016-07-23 15:18:00          39
    +#> 3112             25   A69-1303-555  4876 2016-07-23 15:20:00          39
    +#> 3113             25   A69-1303-555  4878 2016-07-23 15:26:00          39
    +#> 3114             25   A69-1303-555  4881 2016-07-23 15:28:00          39
    +#> 3115             25   A69-1303-555  4882 2016-07-23 15:30:00          39
    +#> 3116             25   A69-1303-555  4884 2016-07-23 15:32:00          39
    +#> 3117             25   A69-1303-555  4885 2016-07-23 15:34:00          39
    +#> 3118             25   A69-1303-555  4887 2016-07-23 15:36:00          39
    +#> 3119             25   A69-1303-555  4889 2016-07-23 15:38:00          39
    +#> 3120             25   A69-1303-555  4891 2016-07-23 15:40:00          39
    +#> 3121             25   A69-1303-555  4892 2016-07-23 15:42:00          39
    +#> 3122             25   A69-1303-555  4893 2016-07-23 15:46:00          39
    +#> 3123             25   A69-1303-555  4894 2016-07-23 15:50:00          39
    +#> 3124             25   A69-1303-555  4895 2016-07-23 15:54:00          39
    +#> 3125             25   A69-1303-555  4896 2016-07-23 20:54:00          23
    +#> 3126             25   A69-1303-555  4897 2016-07-23 20:56:00          23
    +#> 3127             25   A69-1303-555  4898 2016-07-23 20:58:00          23
    +#> 3128             25   A69-1303-555  4899 2016-07-23 21:08:00          23
    +#> 3129             25   A69-1303-555  4900 2016-07-24 21:34:00          23
    +#> 3130             25   A69-1303-555  4901 2016-07-24 22:00:00          23
    +#> 3131             25   A69-1303-555  4902 2016-07-24 22:02:00          23
    +#> 3132             25   A69-1303-555  4903 2016-07-25 00:18:00          39
    +#> 3133             25   A69-1303-555  4904 2016-07-25 00:20:00          39
    +#> 3134             25   A69-1303-555  4905 2016-07-25 00:22:00          39
    +#> 3135             25   A69-1303-555  4906 2016-07-25 00:24:00          39
    +#> 3136             25   A69-1303-555  4908 2016-07-25 00:26:00          39
    +#> 3137             25   A69-1303-555  4910 2016-07-25 00:28:00          39
    +#> 3138             25   A69-1303-555  4913 2016-07-25 00:30:00          39
    +#> 3139             25   A69-1303-555  4915 2016-07-25 00:32:00          39
    +#> 3140             25   A69-1303-555  4917 2016-07-25 00:34:00          39
    +#> 3141             25   A69-1303-555  4918 2016-07-25 00:36:00          39
    +#> 3142             25   A69-1303-555  4919 2016-07-25 00:38:00          39
    +#> 3143             25   A69-1303-555  4922 2016-07-25 00:40:00          39
    +#> 3144             25   A69-1303-555  4923 2016-07-25 00:42:00          39
    +#> 3145             25   A69-1303-555  4925 2016-07-25 00:44:00          39
    +#> 3146             25   A69-1303-555  4927 2016-07-25 00:46:00          39
    +#> 3147             25   A69-1303-555  4929 2016-07-25 00:48:00          39
    +#> 3148             25   A69-1303-555  4931 2016-07-25 00:50:00          39
    +#> 3149             25   A69-1303-555  4933 2016-07-25 00:54:00          39
    +#> 3150             25   A69-1303-555  4935 2016-07-25 00:56:00          39
    +#> 3151             25   A69-1303-555  4938 2016-07-25 00:58:00          39
    +#> 3152             25   A69-1303-555  4939 2016-07-25 01:00:00          39
    +#> 3153             25   A69-1303-555  4941 2016-07-25 01:02:00          39
    +#> 3154             25   A69-1303-555  4944 2016-07-25 01:04:00          39
    +#> 3155             25   A69-1303-555  4945 2016-07-25 01:06:00          39
    +#> 3156             25   A69-1303-555  4947 2016-07-25 01:08:00          39
    +#> 3157             25   A69-1303-555  4948 2016-07-25 01:10:00          39
    +#> 3158             25   A69-1303-555  4950 2016-07-25 01:12:00          39
    +#> 3159             25   A69-1303-555  4952 2016-07-25 01:14:00          39
    +#> 3160             25   A69-1303-555  4953 2016-07-25 01:16:00          39
    +#> 3161             25   A69-1303-555  4956 2016-07-25 01:18:00          39
    +#> 3162             25   A69-1303-555  4957 2016-07-25 01:20:00          39
    +#> 3163             25   A69-1303-555  4959 2016-07-25 01:22:00          39
    +#> 3164             25   A69-1303-555  4961 2016-07-25 01:24:00          39
    +#> 3165             25   A69-1303-555  4963 2016-07-25 01:26:00          39
    +#> 3166             25   A69-1303-555  4964 2016-07-25 01:28:00          39
    +#> 3167             25   A69-1303-555  4966 2016-07-25 01:30:00          39
    +#> 3168             25   A69-1303-555  4968 2016-07-25 01:32:00          39
    +#> 3169             25   A69-1303-555  4970 2016-07-25 01:34:00          39
    +#> 3170             25   A69-1303-555  4971 2016-07-25 01:36:00          39
    +#> 3171             25   A69-1303-555  4973 2016-07-25 01:38:00          39
    +#> 3172             25   A69-1303-555  4974 2016-07-25 01:46:00          39
    +#> 3173             25   A69-1303-555  4975 2016-07-25 01:48:00          39
    +#> 3174             25   A69-1303-555  4977 2016-07-25 01:50:00          39
    +#> 3175             25   A69-1303-555  4978 2016-07-25 01:52:00          39
    +#> 3176             25   A69-1303-555  4981 2016-07-25 01:54:00          39
    +#> 3177             25   A69-1303-555  4982 2016-07-25 01:56:00          39
    +#> 3178             25   A69-1303-555  4985 2016-07-25 01:58:00          39
    +#> 3179             25   A69-1303-555  4987 2016-07-25 02:00:00          39
    +#> 3180             25   A69-1303-555  4988 2016-07-25 02:02:00          39
    +#> 3181             25   A69-1303-555  4990 2016-07-25 02:04:00          39
    +#> 3182             25   A69-1303-555  4992 2016-07-25 02:06:00          39
    +#> 3183             25   A69-1303-555  4993 2016-07-25 02:08:00          39
    +#> 3184             25   A69-1303-555  4995 2016-07-25 02:10:00          39
    +#> 3185             25   A69-1303-555  4997 2016-07-25 02:14:00          39
    +#> 3186             25   A69-1303-555  4998 2016-07-25 02:16:00          39
    +#> 3187             25   A69-1303-555  4999 2016-07-25 02:18:00          39
    +#> 3188             25   A69-1303-555  5001 2016-07-25 02:20:00          39
    +#> 3189             25   A69-1303-555  5002 2016-07-25 09:12:00          39
    +#> 3190             25   A69-1303-555  5003 2016-07-25 09:14:00          39
    +#> 3191             25   A69-1303-555  5004 2016-07-25 09:16:00          39
    +#> 3192             25   A69-1303-555  5005 2016-07-25 09:18:00          39
    +#> 3193             25   A69-1303-555  5006 2016-07-25 09:20:00          39
    +#> 3194             25   A69-1303-555  5009 2016-07-25 09:22:00          39
    +#> 3195             25   A69-1303-555  5011 2016-07-25 09:24:00          39
    +#> 3196             25   A69-1303-555  5013 2016-07-25 09:26:00          39
    +#> 3197             25   A69-1303-555  5015 2016-07-25 09:28:00          39
    +#> 3198             25   A69-1303-555  5017 2016-07-25 09:30:00          39
    +#> 3199             25   A69-1303-555  5018 2016-07-25 09:32:00          39
    +#> 3200             25   A69-1303-555  5019 2016-07-25 09:34:00          39
    +#> 3201             25   A69-1303-555  5021 2016-07-25 09:36:00          39
    +#> 3202             25   A69-1303-555  5023 2016-07-25 09:38:00          39
    +#> 3203             25   A69-1303-555  5025 2016-07-25 09:40:00          39
    +#> 3204             25   A69-1303-555  5027 2016-07-25 09:42:00          39
    +#> 3205             25   A69-1303-555  5029 2016-07-25 09:44:00          39
    +#> 3206             25   A69-1303-555  5031 2016-07-25 09:46:00          39
    +#> 3207             25   A69-1303-555  5033 2016-07-25 09:48:00          39
    +#> 3208             25   A69-1303-555  5034 2016-07-25 09:50:00          39
    +#> 3209             25   A69-1303-555  5036 2016-07-25 09:52:00          39
    +#> 3210             25   A69-1303-555  5037 2016-07-25 09:54:00          39
    +#> 3211             25   A69-1303-555  5039 2016-07-25 09:58:00          39
    +#> 3212             25   A69-1303-555  5041 2016-07-25 10:02:00          39
    +#> 3213             25   A69-1303-555  5043 2016-07-25 10:04:00          39
    +#> 3214             25   A69-1303-555  5044 2016-07-25 10:06:00          39
    +#> 3215             25   A69-1303-555  5045 2016-07-25 10:08:00          39
    +#> 3216             25   A69-1303-555  5046 2016-07-25 10:16:00          39
    +#> 3217             25   A69-1303-555  5047 2016-07-26 05:56:00          14
    +#> 3218             25   A69-1303-555  5049 2016-07-26 06:00:00          14
    +#> 3219             25   A69-1303-555  5050 2016-07-26 06:06:00          14
    +#> 3220             25   A69-1303-555  5051 2016-07-26 16:28:00          14
    +#> 3221             25   A69-1303-555  5052 2016-07-26 16:36:00          14
    +#> 3222             25   A69-1303-555  5053 2016-07-26 16:38:00          14
    +#> 3223             25   A69-1303-555  5055 2016-07-26 16:40:00          14
    +#> 3224             25   A69-1303-555  5056 2016-07-26 16:44:00          14
    +#> 3225             25   A69-1303-555  5057 2016-07-26 17:14:00          14
    +#> 3226             25   A69-1303-555  5058 2016-07-26 17:16:00          14
    +#> 3227             25   A69-1303-555  5059 2016-07-26 17:18:00          14
    +#> 3228             25   A69-1303-555  5060 2016-07-26 23:14:00          29
    +#> 3229             25   A69-1303-555  5061 2016-07-26 23:18:00          29
    +#> 3230             25   A69-1303-555  5062 2016-07-26 23:20:00          29
    +#> 3231             25   A69-1303-555  5065 2016-07-26 23:22:00          29
    +#> 3232             25   A69-1303-555  5067 2016-07-26 23:36:00          29
    +#> 3233             25   A69-1303-555  5068 2016-07-26 23:40:00          29
    +#> 3234             25   A69-1303-555  5070 2016-07-26 23:42:00          29
    +#> 3235             25   A69-1303-555  5072 2016-07-26 23:44:00          29
    +#> 3236             25   A69-1303-555  5073 2016-07-26 23:46:00          29
    +#> 3237             25   A69-1303-555  5074 2016-07-28 05:36:00          14
    +#> 3238             25   A69-1303-555  5075 2016-07-28 05:46:00          14
    +#> 3239             25   A69-1303-555  5076 2016-07-28 05:48:00          14
    +#> 3240             25   A69-1303-555  5077 2016-07-28 05:50:00          14
    +#> 3241             25   A69-1303-555  5079 2016-07-28 18:00:00          23
    +#> 3242             25   A69-1303-555  5080 2016-07-28 18:02:00          23
    +#> 3243             25   A69-1303-555  5082 2016-07-28 18:08:00          23
    +#> 3244             25   A69-1303-555  5084 2016-07-28 18:10:00          23
    +#> 3245             25   A69-1303-555  5087 2016-07-28 18:16:00          23
    +#> 3246             25   A69-1303-555  5088 2016-07-28 18:18:00          23
    +#> 3247             25   A69-1303-555  5089 2016-07-28 18:20:00          23
    +#> 3248             25   A69-1303-555  5090 2016-07-28 18:28:00          23
    +#> 3249             25   A69-1303-555  5091 2016-07-28 18:30:00          23
    +#> 3250             25   A69-1303-555  5093 2016-07-28 18:32:00          23
    +#> 3251             25   A69-1303-555  5094 2016-07-28 18:34:00          23
    +#> 3252             25   A69-1303-555  5095 2016-07-28 18:36:00          23
    +#> 3253             25   A69-1303-555  5096 2016-07-28 18:38:00          23
    +#> 3254             25   A69-1303-555  5098 2016-07-28 18:54:00          23
    +#> 3255             25   A69-1303-555  5099 2016-07-28 20:04:00          23
    +#> 3256             25   A69-1303-555  5100 2016-07-28 20:06:00          23
    +#> 3257             25   A69-1303-555  5102 2016-07-28 20:08:00          23
    +#> 3258             25   A69-1303-555  5105 2016-07-28 20:10:00          23
    +#> 3259             25   A69-1303-555  5106 2016-07-28 20:12:00          23
    +#> 3260             25   A69-1303-555  5108 2016-07-28 20:14:00          23
    +#> 3261             25   A69-1303-555  5110 2016-07-28 20:22:00          23
    +#> 3262             25   A69-1303-555  5112 2016-07-28 20:24:00          23
    +#> 3263             25   A69-1303-555  5113 2016-07-28 20:26:00          23
    +#> 3264             25   A69-1303-555  5114 2016-07-29 16:28:00          23
    +#> 3265             25   A69-1303-555  5116 2016-07-29 18:02:00          39
    +#> 3266             25   A69-1303-555  5117 2016-07-29 18:24:00          39
    +#> 3267             25   A69-1303-555  5119 2016-07-29 18:26:00          39
    +#> 3268             25   A69-1303-555  5121 2016-07-29 18:28:00          39
    +#> 3269             25   A69-1303-555  5123 2016-07-29 18:30:00          39
    +#> 3270             25   A69-1303-555  5125 2016-07-29 18:32:00          39
    +#> 3271             25   A69-1303-555  5127 2016-07-29 18:34:00          39
    +#> 3272             25   A69-1303-555  5129 2016-07-29 18:36:00          39
    +#> 3273             25   A69-1303-555  5131 2016-07-29 18:38:00          39
    +#> 3274             25   A69-1303-555  5133 2016-07-30 03:20:00          39
    +#> 3275             25   A69-1303-555  5134 2016-07-30 03:28:00          39
    +#> 3276             25   A69-1303-555  5136 2016-07-30 07:28:00          39
    +#> 3277             25   A69-1303-555  5137 2016-07-30 07:38:00          39
    +#> 3278             25   A69-1303-555  5139 2016-07-30 07:40:00          39
    +#> 3279             25   A69-1303-555  5141 2016-07-30 07:42:00          39
    +#> 3280             25   A69-1303-555  5142 2016-07-30 07:44:00          39
    +#> 3281             25   A69-1303-555  5144 2016-07-30 07:46:00          39
    +#> 3282             25   A69-1303-555  5145 2016-07-30 07:48:00          39
    +#> 3283             25   A69-1303-555  5147 2016-07-30 07:50:00          39
    +#> 3284             25   A69-1303-555  5149 2016-07-30 07:52:00          39
    +#> 3285             25   A69-1303-555  5150 2016-07-30 07:54:00          39
    +#> 3286             25   A69-1303-555  5151 2016-07-30 07:56:00          39
    +#> 3287             25   A69-1303-555  5153 2016-07-30 07:58:00          39
    +#> 3288             25   A69-1303-555  5155 2016-07-30 08:00:00          39
    +#> 3289             25   A69-1303-555  5156 2016-07-30 08:02:00          39
    +#> 3290             25   A69-1303-555  5157 2016-07-30 08:04:00          39
    +#> 3291             25   A69-1303-555  5159 2016-08-02 03:14:00          23
    +#> 3292             25   A69-1303-555  5161 2016-08-02 03:18:00          23
    +#> 3293             25   A69-1303-555  5163 2016-08-02 03:20:00          23
    +#> 3294             25   A69-1303-555  5165 2016-08-02 03:22:00          23
    +#> 3295             25   A69-1303-555  5166 2016-08-02 03:24:00          23
    +#> 3296             25   A69-1303-555  5168 2016-08-02 15:14:00          29
    +#> 3297             25   A69-1303-555  5169 2016-08-02 15:16:00          29
    +#> 3298             25   A69-1303-555  5170 2016-08-02 15:26:00          29
    +#> 3299             25   A69-1303-555  5171 2016-08-03 20:36:00          29
    +#> 3300             25   A69-1303-555  5173 2016-08-03 20:38:00          29
    +#> 3301             25   A69-1303-555  5174 2016-08-03 20:40:00          29
    +#> 3302             25   A69-1303-555  5175 2016-08-03 20:54:00          29
    +#> 3303             25   A69-1303-555  5176 2016-08-03 20:56:00          29
    +#> 3304             25   A69-1303-555  5178 2016-08-03 21:00:00          29
    +#> 3305             25   A69-1303-555  5179 2016-08-03 21:02:00          29
    +#> 3306             25   A69-1303-555  5180 2016-08-03 21:04:00          29
    +#> 3307             25   A69-1303-555  5181 2016-08-03 21:06:00          29
    +#> 3308             25   A69-1303-555  5183 2016-08-03 21:10:00          29
    +#> 3309             25   A69-1303-555  5184 2016-08-03 21:12:00          29
    +#> 3310             25   A69-1303-555  5186 2016-08-03 21:14:00          29
    +#> 3311             25   A69-1303-555  5188 2016-08-03 21:16:00          29
    +#> 3312             25   A69-1303-555  5190 2016-08-03 21:18:00          29
    +#> 3313             25   A69-1303-555  5192 2016-08-03 21:20:00          29
    +#> 3314             25   A69-1303-555  5193 2016-08-03 21:22:00          29
    +#> 3315             25   A69-1303-555  5196 2016-08-03 21:24:00          29
    +#> 3316             25   A69-1303-555  5198 2016-08-03 21:26:00          29
    +#> 3317             25   A69-1303-555  5199 2016-08-03 21:28:00          29
    +#> 3318             25   A69-1303-555  5200 2016-08-03 21:30:00          29
    +#> 3319             25   A69-1303-555  5202 2016-08-03 21:32:00          29
    +#> 3320             25   A69-1303-555  5203 2016-08-03 21:36:00          29
    +#> 3321             25   A69-1303-555  5205 2016-08-03 21:38:00          29
    +#> 3322             25   A69-1303-555  5207 2016-08-03 21:40:00          29
    +#> 3323             25   A69-1303-555  5209 2016-08-03 21:42:00          29
    +#> 3324             25   A69-1303-555  5211 2016-08-03 21:44:00          29
    +#> 3325             25   A69-1303-555  5213 2016-08-03 21:46:00          29
    +#> 3326             25   A69-1303-555  5215 2016-08-03 21:50:00          29
    +#> 3327             25   A69-1303-555  5216 2016-08-03 21:54:00          29
    +#> 3328             25   A69-1303-555  5217 2016-08-03 21:56:00          29
    +#> 3329             25   A69-1303-555  5218 2016-08-04 03:00:00          29
    +#> 3330             25   A69-1303-555  5219 2016-08-04 03:08:00          29
    +#> 3331             25   A69-1303-555  5220 2016-08-04 03:10:00          29
    +#> 3332             25   A69-1303-555  5222 2016-08-04 03:12:00          29
    +#> 3333             25   A69-1303-555  5224 2016-08-04 03:14:00          29
    +#> 3334             25   A69-1303-555  5225 2016-08-04 03:16:00          29
    +#> 3335             25   A69-1303-555  5227 2016-08-04 03:18:00          29
    +#> 3336             25   A69-1303-555  5229 2016-08-04 03:20:00          29
    +#> 3337             25   A69-1303-555  5231 2016-08-04 03:22:00          29
    +#> 3338             25   A69-1303-555  5233 2016-08-04 03:24:00          29
    +#> 3339             25   A69-1303-555  5234 2016-08-04 03:26:00          29
    +#> 3340             25   A69-1303-555  5235 2016-08-04 04:02:00          29
    +#> 3341             25   A69-1303-555  5236 2016-08-04 04:04:00          29
    +#> 3342             25   A69-1303-555  5238 2016-08-04 04:06:00          29
    +#> 3343             25   A69-1303-555  5239 2016-08-04 04:12:00          29
    +#> 3344             25   A69-1303-555  5240 2016-08-04 04:14:00          29
    +#> 3345             25   A69-1303-555  5241 2016-08-04 04:18:00          29
    +#> 3346             25   A69-1303-555  5242 2016-08-05 11:16:00          29
    +#> 3347             25   A69-1303-555  5243 2016-08-05 11:22:00          29
    +#> 3348             25   A69-1303-555  5245 2016-08-05 11:24:00          29
    +#> 3349             25   A69-1303-555  5247 2016-08-05 11:26:00          29
    +#> 3350             25   A69-1303-555  5248 2016-08-05 11:28:00          29
    +#> 3351             25   A69-1303-555  5250 2016-08-05 11:30:00          29
    +#> 3352             25   A69-1303-555  5252 2016-08-05 11:32:00          29
    +#> 3353             25   A69-1303-555  5253 2016-08-05 11:36:00          29
    +#> 3354             25   A69-1303-555  5254 2016-08-05 11:38:00          29
    +#> 3355             25   A69-1303-555  5255 2016-08-05 11:40:00          29
    +#> 3356             25   A69-1303-555  5257 2016-08-05 11:42:00          29
    +#> 3357             25   A69-1303-555  5259 2016-08-05 11:44:00          29
    +#> 3358             25   A69-1303-555  5261 2016-08-05 11:46:00          29
    +#> 3359             25   A69-1303-555  5262 2016-08-05 11:48:00          29
    +#> 3360             25   A69-1303-555  5265 2016-08-05 11:50:00          29
    +#> 3361             25   A69-1303-555  5267 2016-08-05 11:52:00          29
    +#> 3362             25   A69-1303-555  5269 2016-08-05 11:54:00          29
    +#> 3363             25   A69-1303-555  5271 2016-08-05 11:56:00          29
    +#> 3364             25   A69-1303-555  5272 2016-08-05 12:00:00          29
    +#> 3365             25   A69-1303-555  5273 2016-08-05 12:02:00          29
    +#> 3366             25   A69-1303-555  5275 2016-08-05 12:04:00          29
    +#> 3367             25   A69-1303-555  5276 2016-08-05 12:10:00          29
    +#> 3368             25   A69-1303-555  5278 2016-08-05 12:12:00          29
    +#> 3369             25   A69-1303-555  5279 2016-08-05 12:14:00          29
    +#> 3370             25   A69-1303-555  5281 2016-08-05 12:16:00          29
    +#> 3371             25   A69-1303-555  5282 2016-08-05 12:20:00          29
    +#> 3372             25   A69-1303-555  5284 2016-08-05 12:22:00          29
    +#> 3373             25   A69-1303-555  5286 2016-08-05 12:24:00          29
    +#> 3374             25   A69-1303-555  5288 2016-08-05 12:26:00          29
    +#> 3375             25   A69-1303-555  5290 2016-08-05 12:28:00          29
    +#> 3376             25   A69-1303-555  5292 2016-08-05 12:30:00          29
    +#> 3377             25   A69-1303-555  5294 2016-08-05 12:34:00          29
    +#> 3378             25   A69-1303-555  5296 2016-08-05 12:36:00          29
    +#> 3379             25   A69-1303-555  5298 2016-08-05 12:38:00          29
    +#> 3380             25   A69-1303-555  5300 2016-08-05 12:40:00          29
    +#> 3381             25   A69-1303-555  5303 2016-08-05 12:42:00          29
    +#> 3382             25   A69-1303-555  5304 2016-08-05 12:44:00          29
    +#> 3383             25   A69-1303-555  5306 2016-08-05 12:46:00          29
    +#> 3384             25   A69-1303-555  5308 2016-08-05 12:48:00          29
    +#> 3385             25   A69-1303-555  5310 2016-08-05 12:50:00          29
    +#> 3386             25   A69-1303-555  5311 2016-08-05 12:52:00          29
    +#> 3387             25   A69-1303-555  5313 2016-08-05 12:54:00          29
    +#> 3388             25   A69-1303-555  5314 2016-08-05 12:56:00          29
    +#> 3389             25   A69-1303-555  5316 2016-08-05 12:58:00          29
    +#> 3390             25   A69-1303-555  5319 2016-08-05 13:00:00          29
    +#> 3391             25   A69-1303-555  5320 2016-08-05 13:02:00          29
    +#> 3392             25   A69-1303-555  5322 2016-08-05 13:12:00          29
    +#> 3393             25   A69-1303-555  5324 2016-08-05 13:14:00          29
    +#> 3394             25   A69-1303-555  5327 2016-08-05 13:16:00          29
    +#> 3395             25   A69-1303-555  5328 2016-08-05 13:18:00          29
    +#> 3396             25   A69-1303-555  5330 2016-08-05 13:20:00          29
    +#> 3397             25   A69-1303-555  5331 2016-08-05 13:24:00          29
    +#> 3398             25   A69-1303-555  5332 2016-08-05 13:28:00          29
    +#> 3399             25   A69-1303-555  5334 2016-08-05 13:32:00          29
    +#> 3400             25   A69-1303-555  5335 2016-08-05 13:34:00          29
    +#> 3401             25   A69-1303-555  5336 2016-08-05 13:36:00          29
    +#> 3402             25   A69-1303-555  5337 2016-08-05 13:40:00          29
    +#> 3403             25   A69-1303-555  5339 2016-08-05 13:42:00          29
    +#> 3404             25   A69-1303-555  5341 2016-08-05 13:44:00          29
    +#> 3405             25   A69-1303-555  5343 2016-08-05 13:46:00          29
    +#> 3406             25   A69-1303-555  5345 2016-08-05 13:48:00          29
    +#> 3407             25   A69-1303-555  5346 2016-08-05 13:52:00          29
    +#> 3408             25   A69-1303-555  5347 2016-08-05 13:54:00          29
    +#> 3409             25   A69-1303-555  5349 2016-08-05 13:56:00          29
    +#> 3410             25   A69-1303-555  5350 2016-08-05 13:58:00          29
    +#> 3411             25   A69-1303-555  5352 2016-08-05 14:00:00          29
    +#> 3412             25   A69-1303-555  5354 2016-08-05 14:02:00          29
    +#> 3413             25   A69-1303-555  5356 2016-08-05 14:04:00          29
    +#> 3414             25   A69-1303-555  5357 2016-08-05 14:06:00          29
    +#> 3415             25   A69-1303-555  5358 2016-08-05 14:08:00          29
    +#> 3416             25   A69-1303-555  5359 2016-08-05 14:14:00          29
    +#> 3417             25   A69-1303-555  5360 2016-08-05 14:24:00          29
    +#> 3418             25   A69-1303-555  5362 2016-08-05 15:04:00          29
    +#> 3419             25   A69-1303-555  5363 2016-08-05 15:10:00          29
    +#> 3420             25   A69-1303-555  5364 2016-08-06 06:24:00          29
    +#> 3421             25   A69-1303-555  5366 2016-08-06 06:26:00          29
    +#> 3422             25   A69-1303-555  5367 2016-08-06 06:32:00          29
    +#> 3423             25   A69-1303-555  5368 2016-08-06 06:34:00          29
    +#> 3424             25   A69-1303-555  5370 2016-08-06 06:36:00          29
    +#> 3425             25   A69-1303-555  5372 2016-08-06 06:38:00          29
    +#> 3426             25   A69-1303-555  5373 2016-08-06 06:40:00          29
    +#> 3427             25   A69-1303-555  5375 2016-08-06 06:42:00          29
    +#> 3428             25   A69-1303-555  5377 2016-08-06 06:44:00          29
    +#> 3429             25   A69-1303-555  5379 2016-08-06 06:46:00          29
    +#> 3430             25   A69-1303-555  5380 2016-08-06 06:48:00          29
    +#> 3431             25   A69-1303-555  5382 2016-08-06 06:50:00          29
    +#> 3432             25   A69-1303-555  5384 2016-08-06 06:52:00          29
    +#> 3433             25   A69-1303-555  5385 2016-08-06 06:54:00          29
    +#> 3434             25   A69-1303-555  5387 2016-08-06 06:56:00          29
    +#> 3435             25   A69-1303-555  5388 2016-08-06 07:02:00          29
    +#> 3436             25   A69-1303-555  5389 2016-08-06 07:04:00          29
    +#> 3437             25   A69-1303-555  5390 2016-08-06 07:24:00          29
    +#> 3438             25   A69-1303-555  5392 2016-08-06 07:26:00          29
    +#> 3439             25   A69-1303-555  5394 2016-08-06 07:28:00          29
    +#> 3440             25   A69-1303-555  5395 2016-08-06 07:30:00          29
    +#> 3441             25   A69-1303-555  5398 2016-08-06 07:32:00          29
    +#> 3442             25   A69-1303-555  5399 2016-08-06 07:34:00          29
    +#> 3443             25   A69-1303-555  5401 2016-08-06 07:36:00          29
    +#> 3444             25   A69-1303-555  5403 2016-08-06 07:38:00          29
    +#> 3445             25   A69-1303-555  5404 2016-08-06 07:40:00          29
    +#> 3446             25   A69-1303-555  5406 2016-08-06 07:42:00          29
    +#> 3447             25   A69-1303-555  5407 2016-08-06 07:44:00          29
    +#> 3448             25   A69-1303-555  5409 2016-08-06 07:46:00          29
    +#> 3449             25   A69-1303-555  5411 2016-08-06 07:48:00          29
    +#> 3450             25   A69-1303-555  5412 2016-08-06 07:50:00          29
    +#> 3451             25   A69-1303-555  5414 2016-08-06 07:52:00          29
    +#> 3452             25   A69-1303-555  5417 2016-08-06 07:54:00          29
    +#> 3453             25   A69-1303-555  5420 2016-08-06 07:56:00          29
    +#> 3454             25   A69-1303-555  5421 2016-08-06 07:58:00          29
    +#> 3455             25   A69-1303-555  5423 2016-08-06 08:00:00          29
    +#> 3456             25   A69-1303-555  5426 2016-08-06 08:02:00          29
    +#> 3457             25   A69-1303-555  5428 2016-08-06 08:08:00          29
    +#> 3458             25   A69-1303-555  5430 2016-08-06 08:10:00          29
    +#> 3459             25   A69-1303-555  5432 2016-08-06 08:12:00          29
    +#> 3460             25   A69-1303-555  5433 2016-08-06 08:14:00          29
    +#> 3461             25   A69-1303-555  5435 2016-08-06 08:16:00          29
    +#> 3462             25   A69-1303-555  5437 2016-08-06 08:18:00          29
    +#> 3463             25   A69-1303-555  5439 2016-08-06 08:20:00          29
    +#> 3464             25   A69-1303-555  5442 2016-08-06 08:22:00          29
    +#> 3465             25   A69-1303-555  5444 2016-08-06 08:24:00          29
    +#> 3466             25   A69-1303-555  5445 2016-08-06 08:26:00          29
    +#> 3467             25   A69-1303-555  5446 2016-08-06 08:28:00          29
    +#> 3468             25   A69-1303-555  5447 2016-08-06 08:30:00          29
    +#> 3469             25   A69-1303-555  5449 2016-08-06 08:32:00          29
    +#> 3470             25   A69-1303-555  5451 2016-08-06 08:34:00          29
    +#> 3471             25   A69-1303-555  5452 2016-08-06 08:36:00          29
    +#> 3472             25   A69-1303-555  5453 2016-08-06 08:42:00          29
    +#> 3473             25   A69-1303-555  5454 2016-08-06 08:44:00          29
    +#> 3474             25   A69-1303-555  5457 2016-08-06 08:46:00          29
    +#> 3475             25   A69-1303-555  5458 2016-08-06 08:48:00          29
    +#> 3476             25   A69-1303-555  5460 2016-08-06 08:50:00          29
    +#> 3477             25   A69-1303-555  5462 2016-08-06 08:52:00          29
    +#> 3478             25   A69-1303-555  5463 2016-08-06 08:54:00          29
    +#> 3479             25   A69-1303-555  5465 2016-08-06 08:56:00          29
    +#> 3480             25   A69-1303-555  5467 2016-08-06 09:00:00          29
    +#> 3481             25   A69-1303-555  5468 2016-08-06 09:02:00          29
    +#> 3482             25   A69-1303-555  5469 2016-08-06 09:04:00          29
    +#> 3483             25   A69-1303-555  5470 2016-08-06 09:06:00          29
    +#> 3484             25   A69-1303-555  5471 2016-08-06 09:08:00          29
    +#> 3485             25   A69-1303-555  5472 2016-08-06 09:10:00          29
    +#> 3486             25   A69-1303-555  5473 2016-08-06 09:12:00          29
    +#> 3487             25   A69-1303-555  5475 2016-08-06 09:16:00          29
    +#> 3488             25   A69-1303-555  5477 2016-08-06 10:18:00          29
    +#> 3489             25   A69-1303-555  5478 2016-08-06 10:42:00          29
    +#> 3490             25   A69-1303-555  5480 2016-08-06 10:44:00          29
    +#> 3491             25   A69-1303-555  5482 2016-08-06 10:46:00          29
    +#> 3492             25   A69-1303-555  5483 2016-08-06 10:48:00          29
    +#> 3493             25   A69-1303-555  5485 2016-08-06 10:50:00          29
    +#> 3494             25   A69-1303-555  5486 2016-08-06 10:58:00          29
    +#> 3495             25   A69-1303-555  5488 2016-08-06 11:00:00          29
    +#> 3496             25   A69-1303-555  5489 2016-08-06 11:02:00          29
    +#> 3497             25   A69-1303-555  5491 2016-08-06 11:04:00          29
    +#> 3498             25   A69-1303-555  5493 2016-08-06 11:06:00          29
    +#> 3499             25   A69-1303-555  5496 2016-08-06 11:08:00          29
    +#> 3500             25   A69-1303-555  5497 2016-08-06 11:10:00          29
    +#> 3501             25   A69-1303-555  5499 2016-08-06 11:12:00          29
    +#> 3502             25   A69-1303-555  5500 2016-08-06 11:14:00          29
    +#> 3503             25   A69-1303-555  5502 2016-08-06 11:16:00          29
    +#> 3504             25   A69-1303-555  5503 2016-08-06 11:18:00          29
    +#> 3505             25   A69-1303-555  5505 2016-08-06 11:20:00          29
    +#> 3506             25   A69-1303-555  5506 2016-08-06 11:22:00          29
    +#> 3507             25   A69-1303-555  5508 2016-08-06 11:24:00          29
    +#> 3508             25   A69-1303-555  5510 2016-08-06 11:28:00          29
    +#> 3509             25   A69-1303-555  5511 2016-08-06 11:32:00          29
    +#> 3510             25   A69-1303-555  5512 2016-08-06 11:34:00          29
    +#> 3511             25   A69-1303-555  5514 2016-08-06 11:36:00          29
    +#> 3512             25   A69-1303-555  5516 2016-08-06 11:38:00          29
    +#> 3513             25   A69-1303-555  5518 2016-08-06 11:40:00          29
    +#> 3514             25   A69-1303-555  5519 2016-08-06 11:42:00          29
    +#> 3515             25   A69-1303-555  5521 2016-08-06 11:48:00          29
    +#> 3516             25   A69-1303-555  5523 2016-08-06 11:50:00          29
    +#> 3517             25   A69-1303-555  5524 2016-08-06 11:52:00          29
    +#> 3518             25   A69-1303-555  5526 2016-08-06 11:56:00          29
    +#> 3519             25   A69-1303-555  5527 2016-08-06 11:58:00          29
    +#> 3520             25   A69-1303-555  5528 2016-08-06 12:00:00          29
    +#> 3521             25   A69-1303-555  5529 2016-08-06 12:04:00          29
    +#> 3522             25   A69-1303-555  5530 2016-08-06 12:08:00          29
    +#> 3523             25   A69-1303-555  5533 2016-08-06 12:10:00          29
    +#> 3524             25   A69-1303-555  5534 2016-08-06 12:12:00          29
    +#> 3525             25   A69-1303-555  5536 2016-08-06 12:14:00          29
    +#> 3526             25   A69-1303-555  5537 2016-08-06 12:16:00          29
    +#> 3527             25   A69-1303-555  5539 2016-08-06 12:18:00          29
    +#> 3528             25   A69-1303-555  5541 2016-08-06 12:20:00          29
    +#> 3529             25   A69-1303-555  5542 2016-08-06 12:22:00          29
    +#> 3530             25   A69-1303-555  5544 2016-08-06 12:26:00          29
    +#> 3531             25   A69-1303-555  5545 2016-08-06 12:28:00          29
    +#> 3532             25   A69-1303-555  5547 2016-08-06 12:30:00          29
    +#> 3533             25   A69-1303-555  5549 2016-08-06 12:32:00          29
    +#> 3534             25   A69-1303-555  5551 2016-08-06 12:34:00          29
    +#> 3535             25   A69-1303-555  5553 2016-08-06 12:36:00          29
    +#> 3536             25   A69-1303-555  5555 2016-08-06 12:38:00          29
    +#> 3537             25   A69-1303-555  5557 2016-08-06 12:40:00          29
    +#> 3538             25   A69-1303-555  5558 2016-08-06 12:42:00          29
    +#> 3539             25   A69-1303-555  5561 2016-08-06 12:44:00          29
    +#> 3540             25   A69-1303-555  5562 2016-08-06 12:46:00          29
    +#> 3541             25   A69-1303-555  5563 2016-08-06 12:48:00          29
    +#> 3542             25   A69-1303-555  5565 2016-08-06 12:50:00          29
    +#> 3543             25   A69-1303-555  5567 2016-08-06 12:52:00          29
    +#> 3544             25   A69-1303-555  5570 2016-08-06 12:54:00          29
    +#> 3545             25   A69-1303-555  5571 2016-08-06 12:56:00          29
    +#> 3546             25   A69-1303-555  5572 2016-08-06 12:58:00          29
    +#> 3547             25   A69-1303-555  5574 2016-08-06 13:00:00          29
    +#> 3548             25   A69-1303-555  5577 2016-08-06 13:02:00          29
    +#> 3549             25   A69-1303-555  5579 2016-08-06 13:04:00          29
    +#> 3550             25   A69-1303-555  5581 2016-08-06 13:06:00          29
    +#> 3551             25   A69-1303-555  5582 2016-08-06 13:08:00          29
    +#> 3552             25   A69-1303-555  5584 2016-08-06 13:10:00          29
    +#> 3553             25   A69-1303-555  5585 2016-08-06 13:18:00          29
    +#> 3554             25   A69-1303-555  5586 2016-08-06 13:20:00          29
    +#> 3555             25   A69-1303-555  5588 2016-08-06 13:22:00          29
    +#> 3556             25   A69-1303-555  5590 2016-08-06 13:24:00          29
    +#> 3557             25   A69-1303-555  5592 2016-08-06 13:26:00          29
    +#> 3558             25   A69-1303-555  5593 2016-08-06 13:28:00          29
    +#> 3559             25   A69-1303-555  5595 2016-08-06 13:30:00          29
    +#> 3560             25   A69-1303-555  5598 2016-08-06 13:32:00          29
    +#> 3561             25   A69-1303-555  5600 2016-08-06 13:34:00          29
    +#> 3562             25   A69-1303-555  5602 2016-08-06 13:36:00          29
    +#> 3563             25   A69-1303-555  5605 2016-08-06 13:38:00          29
    +#> 3564             25   A69-1303-555  5607 2016-08-06 13:42:00          29
    +#> 3565             25   A69-1303-555  5608 2016-08-06 13:44:00          29
    +#> 3566             25   A69-1303-555  5609 2016-08-06 13:48:00          29
    +#> 3567             25   A69-1303-555  5610 2016-08-06 13:54:00          29
    +#> 3568             25   A69-1303-555  5612 2016-08-07 13:32:00          29
    +#> 3569             25   A69-1303-555  5613 2016-08-07 13:36:00          29
    +#> 3570             25   A69-1303-555  5614 2016-08-07 13:38:00          29
    +#> 3571             25   A69-1303-555  5616 2016-08-07 13:40:00          29
    +#> 3572             25   A69-1303-555  5618 2016-08-07 13:42:00          29
    +#> 3573             25   A69-1303-555  5620 2016-08-07 13:44:00          29
    +#> 3574             25   A69-1303-555  5622 2016-08-07 13:46:00          29
    +#> 3575             25   A69-1303-555  5625 2016-08-07 13:48:00          29
    +#> 3576             25   A69-1303-555  5627 2016-08-07 13:50:00          29
    +#> 3577             25   A69-1303-555  5629 2016-08-07 13:54:00          29
    +#> 3578             25   A69-1303-555  5630 2016-08-07 13:56:00          29
    +#> 3579             25   A69-1303-555  5632 2016-08-07 14:18:00          29
    +#> 3580             25   A69-1303-555  5633 2016-08-07 14:20:00          29
    +#> 3581             25   A69-1303-555  5634 2016-08-07 23:56:00          29
    +#> 3582             25   A69-1303-555  5635 2016-08-08 00:04:00          29
    +#> 3583             25   A69-1303-555  5637 2016-08-08 00:06:00          29
    +#> 3584             25   A69-1303-555  5638 2016-08-08 00:08:00          29
    +#> 3585             25   A69-1303-555  5640 2016-08-08 00:10:00          29
    +#> 3586             25   A69-1303-555  5643 2016-08-08 00:12:00          29
    +#> 3587             25   A69-1303-555  5644 2016-08-08 00:14:00          29
    +#> 3588             25   A69-1303-555  5645 2016-08-08 00:16:00          29
    +#> 3589             25   A69-1303-555  5646 2016-08-08 00:18:00          29
    +#> 3590             25   A69-1303-555  5647 2016-08-08 00:20:00          29
    +#> 3591             25   A69-1303-555  5649 2016-08-08 00:22:00          29
    +#> 3592             25   A69-1303-555  5650 2016-08-08 00:24:00          29
    +#> 3593             25   A69-1303-555  5651 2016-08-08 00:26:00          29
    +#> 3594             25   A69-1303-555  5654 2016-08-08 00:28:00          29
    +#> 3595             25   A69-1303-555  5655 2016-08-08 03:04:00          29
    +#> 3596             25   A69-1303-555  5656 2016-08-08 03:12:00          29
    +#> 3597             25   A69-1303-555  5657 2016-08-08 03:14:00          29
    +#> 3598             25   A69-1303-555  5658 2016-08-08 03:16:00          29
    +#> 3599             25   A69-1303-555  5659 2016-08-08 11:26:00          29
    +#> 3600             25   A69-1303-555  5661 2016-08-08 11:28:00          29
    +#> 3601             25   A69-1303-555  5662 2016-08-08 11:30:00          29
    +#> 3602             25   A69-1303-555  5664 2016-08-08 11:32:00          29
    +#> 3603             25   A69-1303-555  5665 2016-08-08 11:34:00          29
    +#> 3604             25   A69-1303-555  5667 2016-08-08 11:36:00          29
    +#> 3605             25   A69-1303-555  5668 2016-08-08 11:38:00          29
    +#> 3606             25   A69-1303-555  5670 2016-08-08 11:40:00          29
    +#> 3607             25   A69-1303-555  5671 2016-08-08 11:44:00          29
    +#> 3608             25   A69-1303-555  5672 2016-08-08 11:46:00          29
    +#> 3609             25   A69-1303-555  5674 2016-08-08 11:48:00          29
    +#> 3610             25   A69-1303-555  5675 2016-08-08 16:44:00          29
    +#> 3611             25   A69-1303-555  5676 2016-08-08 16:46:00          29
    +#> 3612             25   A69-1303-555  5677 2016-08-08 16:48:00          29
    +#> 3613             25   A69-1303-555  5678 2016-08-08 16:50:00          29
    +#> 3614             25   A69-1303-555  5680 2016-08-08 16:54:00          29
    +#> 3615             25   A69-1303-555  5681 2016-08-08 17:00:00          29
    +#> 3616             25   A69-1303-555  5682 2016-08-08 17:04:00          29
    +#> 3617             25   A69-1303-555  5683 2016-08-08 17:06:00          29
    +#> 3618             25   A69-1303-555  5685 2016-08-08 17:08:00          29
    +#> 3619             25   A69-1303-555  5686 2016-08-08 17:32:00          29
    +#> 3620             25   A69-1303-555  5687 2016-08-08 17:54:00          29
    +#> 3621             25   A69-1303-555  5688 2016-08-08 20:42:00          29
    +#> 3622             25   A69-1303-555  5690 2016-08-08 20:44:00          29
    +#> 3623             25   A69-1303-555  5691 2016-08-08 20:46:00          29
    +#> 3624             25   A69-1303-555  5692 2016-08-08 20:50:00          29
    +#> 3625             25   A69-1303-555  5693 2016-08-08 20:52:00          29
    +#> 3626             25   A69-1303-555  5694 2016-08-08 20:54:00          29
    +#> 3627             25   A69-1303-555  5696 2016-08-08 21:04:00          29
    +#> 3628             25   A69-1303-555  5697 2016-08-08 21:06:00          29
    +#> 3629             25   A69-1303-555  5698 2016-08-08 21:08:00          29
    +#> 3630             25   A69-1303-555  5700 2016-08-08 21:10:00          29
    +#> 3631             25   A69-1303-555  5701 2016-08-08 21:12:00          29
    +#> 3632             25   A69-1303-555  5703 2016-08-08 21:14:00          29
    +#> 3633             25   A69-1303-555  5705 2016-08-08 21:16:00          29
    +#> 3634             25   A69-1303-555  5707 2016-08-08 21:18:00          29
    +#> 3635             25   A69-1303-555  5709 2016-08-08 21:20:00          29
    +#> 3636             25   A69-1303-555  5710 2016-08-08 21:22:00          29
    +#> 3637             25   A69-1303-555  5711 2016-08-08 21:24:00          29
    +#> 3638             25   A69-1303-555  5713 2016-08-08 21:26:00          29
    +#> 3639             25   A69-1303-555  5715 2016-08-08 21:28:00          29
    +#> 3640             25   A69-1303-555  5716 2016-08-08 21:30:00          29
    +#> 3641             25   A69-1303-555  5717 2016-08-08 21:32:00          29
    +#> 3642             25   A69-1303-555  5718 2016-08-08 21:34:00          29
    +#> 3643             25   A69-1303-555  5719 2016-08-08 21:42:00          29
    +#> 3644             25   A69-1303-555  5720 2016-08-08 21:46:00          29
    +#> 3645             25   A69-1303-555  5721 2016-08-08 22:00:00          29
    +#> 3646             25   A69-1303-555  5722 2016-08-08 22:06:00          29
    +#> 3647             25   A69-1303-555  5723 2016-08-08 22:24:00          29
    +#> 3648             25   A69-1303-555  5724 2016-08-08 22:26:00          29
    +#> 3649             25   A69-1303-555  5726 2016-08-08 22:28:00          29
    +#> 3650             25   A69-1303-555  5727 2016-08-08 22:30:00          29
    +#> 3651             25   A69-1303-555  5729 2016-08-08 22:32:00          29
    +#> 3652             25   A69-1303-555  5731 2016-08-08 22:34:00          29
    +#> 3653             25   A69-1303-555  5732 2016-08-08 22:36:00          29
    +#> 3654             25   A69-1303-555  5733 2016-08-08 22:38:00          29
    +#> 3655             25   A69-1303-555  5735 2016-08-08 22:40:00          29
    +#> 3656             25   A69-1303-555  5736 2016-08-08 22:42:00          29
    +#> 3657             25   A69-1303-555  5738 2016-08-08 22:46:00          29
    +#> 3658             25   A69-1303-555  5740 2016-08-08 22:48:00          29
    +#> 3659             25   A69-1303-555  5742 2016-08-08 22:50:00          29
    +#> 3660             25   A69-1303-555  5743 2016-08-08 22:52:00          29
    +#> 3661             25   A69-1303-555  5745 2016-08-08 22:54:00          29
    +#> 3662             25   A69-1303-555  5748 2016-08-08 22:56:00          29
    +#> 3663             25   A69-1303-555  5749 2016-08-08 22:58:00          29
    +#> 3664             25   A69-1303-555  5752 2016-08-08 23:00:00          29
    +#> 3665             25   A69-1303-555  5753 2016-08-08 23:02:00          29
    +#> 3666             25   A69-1303-555  5755 2016-08-08 23:04:00          29
    +#> 3667             25   A69-1303-555  5757 2016-08-08 23:06:00          29
    +#> 3668             25   A69-1303-555  5759 2016-08-08 23:08:00          29
    +#> 3669             25   A69-1303-555  5761 2016-08-08 23:10:00          29
    +#> 3670             25   A69-1303-555  5762 2016-08-08 23:12:00          29
    +#> 3671             25   A69-1303-555  5764 2016-08-08 23:14:00          29
    +#> 3672             25   A69-1303-555  5766 2016-08-08 23:20:00          29
    +#> 3673             25   A69-1303-555  5768 2016-08-08 23:22:00          29
    +#> 3674             25   A69-1303-555  5770 2016-08-08 23:24:00          29
    +#> 3675             25   A69-1303-555  5772 2016-08-08 23:26:00          29
    +#> 3676             25   A69-1303-555  5774 2016-08-08 23:28:00          29
    +#> 3677             25   A69-1303-555  5776 2016-08-08 23:30:00          29
    +#> 3678             25   A69-1303-555  5778 2016-08-08 23:32:00          29
    +#> 3679             25   A69-1303-555  5780 2016-08-08 23:34:00          29
    +#> 3680             25   A69-1303-555  5782 2016-08-08 23:36:00          29
    +#> 3681             25   A69-1303-555  5785 2016-08-08 23:38:00          29
    +#> 3682             25   A69-1303-555  5786 2016-08-08 23:40:00          29
    +#> 3683             25   A69-1303-555  5788 2016-08-09 00:44:00          29
    +#> 3684             25   A69-1303-555  5789 2016-08-09 00:56:00          29
    +#> 3685             25   A69-1303-555  5790 2016-08-09 01:02:00          29
    +#> 3686             25   A69-1303-555  5792 2016-08-09 01:06:00          29
    +#> 3687             25   A69-1303-555  5793 2016-08-10 05:10:00          29
    +#> 3688             25   A69-1303-555  5794 2016-08-10 05:12:00          29
    +#> 3689             25   A69-1303-555  5795 2016-08-10 05:14:00          29
    +#> 3690             25   A69-1303-555  5797 2016-08-10 05:16:00          29
    +#> 3691             25   A69-1303-555  5799 2016-08-10 05:18:00          29
    +#> 3692             25   A69-1303-555  5800 2016-08-10 05:20:00          29
    +#> 3693             25   A69-1303-555  5802 2016-08-10 05:22:00          29
    +#> 3694             25   A69-1303-555  5804 2016-08-10 05:24:00          29
    +#> 3695             25   A69-1303-555  5806 2016-08-10 05:26:00          29
    +#> 3696             25   A69-1303-555  5808 2016-08-10 05:34:00          29
    +#> 3697             25   A69-1303-555  5810 2016-08-10 05:36:00          29
    +#> 3698             25   A69-1303-555  5812 2016-08-10 05:38:00          29
    +#> 3699             25   A69-1303-555  5814 2016-08-10 05:40:00          29
    +#> 3700             25   A69-1303-555  5816 2016-08-10 05:42:00          29
    +#> 3701             25   A69-1303-555  5818 2016-08-10 05:44:00          29
    +#> 3702             25   A69-1303-555  5819 2016-08-10 05:46:00          29
    +#> 3703             25   A69-1303-555  5820 2016-08-10 05:48:00          29
    +#> 3704             25   A69-1303-555  5823 2016-08-10 05:54:00          29
    +#> 3705             25   A69-1303-555  5824 2016-08-10 05:56:00          29
    +#> 3706             25   A69-1303-555  5826 2016-08-10 08:04:00          29
    +#> 3707             25   A69-1303-555  5828 2016-08-10 08:06:00          29
    +#> 3708             25   A69-1303-555  5830 2016-08-10 08:08:00          29
    +#> 3709             25   A69-1303-555  5831 2016-08-10 08:10:00          29
    +#> 3710             25   A69-1303-555  5832 2016-08-10 08:12:00          29
    +#> 3711             25   A69-1303-555  5835 2016-08-10 08:14:00          29
    +#> 3712             25   A69-1303-555  5837 2016-08-10 08:16:00          29
    +#> 3713             25   A69-1303-555  5839 2016-08-10 08:18:00          29
    +#> 3714             25   A69-1303-555  5842 2016-08-10 08:20:00          29
    +#> 3715             25   A69-1303-555  5844 2016-08-10 08:22:00          29
    +#> 3716             25   A69-1303-555  5845 2016-08-10 08:24:00          29
    +#> 3717             25   A69-1303-555  5847 2016-08-10 08:26:00          29
    +#> 3718             25   A69-1303-555  5849 2016-08-10 08:28:00          29
    +#> 3719             25   A69-1303-555  5851 2016-08-10 08:30:00          29
    +#> 3720             25   A69-1303-555  5853 2016-08-10 08:32:00          29
    +#> 3721             25   A69-1303-555  5855 2016-08-10 08:34:00          29
    +#> 3722             25   A69-1303-555  5857 2016-08-10 08:36:00          29
    +#> 3723             25   A69-1303-555  5859 2016-08-10 08:38:00          29
    +#> 3724             25   A69-1303-555  5860 2016-08-10 08:40:00          29
    +#> 3725             25   A69-1303-555  5861 2016-08-10 08:42:00          29
    +#> 3726             25   A69-1303-555  5863 2016-08-10 08:44:00          29
    +#> 3727             25   A69-1303-555  5866 2016-08-10 08:46:00          29
    +#> 3728             25   A69-1303-555  5867 2016-08-10 08:50:00          29
    +#> 3729             25   A69-1303-555  5868 2016-08-10 08:52:00          29
    +#> 3730             25   A69-1303-555  5869 2016-08-10 08:54:00          29
    +#> 3731             25   A69-1303-555  5870 2016-08-10 08:58:00          29
    +#> 3732             25   A69-1303-555  5871 2016-08-10 09:00:00          29
    +#> 3733             25   A69-1303-555  5872 2016-08-10 11:08:00          29
    +#> 3734             25   A69-1303-555  5873 2016-08-10 11:26:00          29
    +#> 3735             25   A69-1303-555  5874 2016-08-10 11:28:00          29
    +#> 3736             25   A69-1303-555  5876 2016-08-10 11:36:00          29
    +#> 3737             25   A69-1303-555  5877 2016-08-10 11:40:00          29
    +#> 3738             25   A69-1303-555  5878 2016-08-10 11:44:00          29
    +#> 3739             25   A69-1303-555  5880 2016-08-10 11:46:00          29
    +#> 3740             25   A69-1303-555  5882 2016-08-10 11:48:00          29
    +#> 3741             25   A69-1303-555  5883 2016-08-10 11:50:00          29
    +#> 3742             25   A69-1303-555  5885 2016-08-10 11:54:00          29
    +#> 3743             25   A69-1303-555  5886 2016-08-10 11:56:00          29
    +#> 3744             25   A69-1303-555  5887 2016-08-10 11:58:00          29
    +#> 3745             25   A69-1303-555  5888 2016-08-10 12:10:00          29
    +#> 3746             25   A69-1303-555  5889 2016-08-10 13:06:00          29
    +#> 3747             25   A69-1303-555  5890 2016-08-10 13:08:00          29
    +#> 3748             25   A69-1303-555  5892 2016-08-10 13:10:00          29
    +#> 3749             25   A69-1303-555  5894 2016-08-10 13:12:00          29
    +#> 3750             25   A69-1303-555  5896 2016-08-10 13:14:00          29
    +#> 3751             25   A69-1303-555  5897 2016-08-10 13:16:00          29
    +#> 3752             25   A69-1303-555  5898 2016-08-10 13:18:00          29
    +#> 3753             25   A69-1303-555  5899 2016-08-10 13:20:00          29
    +#> 3754             25   A69-1303-555  5901 2016-08-10 13:22:00          29
    +#> 3755             25   A69-1303-555  5903 2016-08-10 13:24:00          29
    +#> 3756             25   A69-1303-555  5904 2016-08-10 13:26:00          29
    +#> 3757             25   A69-1303-555  5907 2016-08-10 13:30:00          29
    +#> 3758             25   A69-1303-555  5908 2016-08-10 13:32:00          29
    +#> 3759             25   A69-1303-555  5911 2016-08-10 13:34:00          29
    +#> 3760             25   A69-1303-555  5913 2016-08-10 13:36:00          29
    +#> 3761             25   A69-1303-555  5914 2016-08-10 13:40:00          29
    +#> 3762             25   A69-1303-555  5915 2016-08-10 14:14:00          29
    +#> 3763             25   A69-1303-555  5916 2016-08-10 14:16:00          29
    +#> 3764             25   A69-1303-555  5917 2016-08-10 14:30:00          29
    +#> 3765             25   A69-1303-555  5918 2016-08-10 14:32:00          29
    +#> 3766             25   A69-1303-555  5919 2016-08-10 14:34:00          29
    +#> 3767             25   A69-1303-555  5921 2016-08-10 14:36:00          29
    +#> 3768             25   A69-1303-555  5922 2016-08-10 14:38:00          29
    +#> 3769             25   A69-1303-555  5924 2016-08-10 14:40:00          29
    +#> 3770             25   A69-1303-555  5925 2016-08-10 14:42:00          29
    +#> 3771             25   A69-1303-555  5927 2016-08-10 14:46:00          29
    +#> 3772             25   A69-1303-555  5928 2016-08-10 14:56:00          29
    +#> 3773             25   A69-1303-555  5929 2016-08-10 15:04:00          29
    +#> 3774             25   A69-1303-555  5930 2016-08-10 15:10:00          29
    +#> 3775             25   A69-1303-555  5931 2016-08-10 15:12:00          29
    +#> 3776             25   A69-1303-555  5933 2016-08-10 15:14:00          29
    +#> 3777             25   A69-1303-555  5934 2016-08-10 15:16:00          29
    +#> 3778             25   A69-1303-555  5936 2016-08-10 15:22:00          29
    +#> 3779             25   A69-1303-555  5937 2016-08-10 15:24:00          29
    +#> 3780             25   A69-1303-555  5938 2016-08-10 15:26:00          29
    +#> 3781             25   A69-1303-555  5940 2016-08-10 15:28:00          29
    +#> 3782             25   A69-1303-555  5941 2016-08-10 15:30:00          29
    +#> 3783             25   A69-1303-555  5943 2016-08-10 15:34:00          29
    +#> 3784             25   A69-1303-555  5944 2016-08-10 15:36:00          29
    +#> 3785             25   A69-1303-555  5946 2016-08-10 15:38:00          29
    +#> 3786             25   A69-1303-555  5947 2016-08-10 15:40:00          29
    +#> 3787             25   A69-1303-555  5948 2016-08-10 15:42:00          29
    +#> 3788             25   A69-1303-555  5950 2016-08-10 15:44:00          29
    +#> 3789             25   A69-1303-555  5952 2016-08-10 15:46:00          29
    +#> 3790             25   A69-1303-555  5953 2016-08-10 15:54:00          29
    +#> 3791             25   A69-1303-555  5956 2016-08-10 16:00:00          29
    +#> 3792             25   A69-1303-555  5957 2016-08-10 16:02:00          29
    +#> 3793             25   A69-1303-555  5960 2016-08-10 16:04:00          29
    +#> 3794             25   A69-1303-555  5961 2016-08-10 16:06:00          29
    +#> 3795             25   A69-1303-555  5963 2016-08-10 16:08:00          29
    +#> 3796             25   A69-1303-555  5964 2016-08-10 16:14:00          29
    +#> 3797             25   A69-1303-555  5965 2016-08-10 16:16:00          29
    +#> 3798             25   A69-1303-555  5966 2016-08-10 16:18:00          29
    +#> 3799             25   A69-1303-555  5968 2016-08-12 13:50:00          29
    +#> 3800             25   A69-1303-555  5970 2016-08-12 13:52:00          29
    +#> 3801             25   A69-1303-555  5971 2016-08-12 13:54:00          29
    +#> 3802             25   A69-1303-555  5972 2016-08-12 14:02:00          29
    +#> 3803             25   A69-1303-555  5973 2016-08-12 14:14:00          29
    +#> 3804             25   A69-1303-555  5974 2016-08-12 14:18:00          29
    +#> 3805             25   A69-1303-555  5975 2016-08-12 15:42:00          29
    +#> 3806             25   A69-1303-555  5976 2016-08-12 15:44:00          29
    +#> 3807             25   A69-1303-555  5977 2016-08-12 15:46:00          29
    +#> 3808             25   A69-1303-555  5978 2016-08-12 15:48:00          29
    +#> 3809             25   A69-1303-555  5980 2016-08-12 15:50:00          29
    +#> 3810             25   A69-1303-555  5982 2016-08-12 15:52:00          29
    +#> 3811             25   A69-1303-555  5984 2016-08-12 15:54:00          29
    +#> 3812             25   A69-1303-555  5986 2016-08-12 15:56:00          29
    +#> 3813             25   A69-1303-555  5989 2016-08-12 15:58:00          29
    +#> 3814             25   A69-1303-555  5991 2016-08-12 16:00:00          29
    +#> 3815             25   A69-1303-555  5994 2016-08-12 16:02:00          29
    +#> 3816             25   A69-1303-555  5996 2016-08-12 16:04:00          29
    +#> 3817             25   A69-1303-555  5997 2016-08-12 16:06:00          29
    +#> 3818             25   A69-1303-555  6000 2016-08-12 16:08:00          29
    +#> 3819             25   A69-1303-555  6002 2016-08-12 16:10:00          29
    +#> 3820             25   A69-1303-555  6004 2016-08-12 16:12:00          29
    +#> 3821             25   A69-1303-555  6006 2016-08-12 16:14:00          29
    +#> 3822             25   A69-1303-555  6009 2016-08-12 16:16:00          29
    +#> 3823             25   A69-1303-555  6011 2016-08-12 16:18:00          29
    +#> 3824             25   A69-1303-555  6014 2016-08-12 16:20:00          29
    +#> 3825             25   A69-1303-555  6015 2016-08-12 16:22:00          29
    +#> 3826             25   A69-1303-555  6017 2016-08-12 16:24:00          29
    +#> 3827             25   A69-1303-555  6018 2016-08-12 16:26:00          29
    +#> 3828             25   A69-1303-555  6020 2016-08-12 16:28:00          29
    +#> 3829             25   A69-1303-555  6022 2016-08-12 16:30:00          29
    +#> 3830             25   A69-1303-555  6024 2016-08-12 16:32:00          29
    +#> 3831             25   A69-1303-555  6025 2016-08-12 16:34:00          29
    +#> 3832             25   A69-1303-555  6026 2016-08-12 16:36:00          29
    +#> 3833             25   A69-1303-555  6028 2016-08-12 16:38:00          29
    +#> 3834             25   A69-1303-555  6030 2016-08-13 07:38:00          23
    +#> 3835             25   A69-1303-555  6031 2016-08-13 07:46:00          23
    +#> 3836             25   A69-1303-555  6032 2016-08-13 07:48:00          23
    +#> 3837             25   A69-1303-555  6033 2016-08-13 07:58:00          23
    +#> 3838             25   A69-1303-555  6035 2016-08-13 08:00:00          23
    +#> 3839             25   A69-1303-555  6037 2016-08-13 08:02:00          23
    +#> 3840             25   A69-1303-555  6039 2016-08-13 08:04:00          23
    +#> 3841             25   A69-1303-555  6041 2016-08-13 08:06:00          23
    +#> 3842             25   A69-1303-555  6042 2016-08-13 19:08:00          23
    +#> 3843             25   A69-1303-555  6044 2016-08-13 19:10:00          23
    +#> 3844             25   A69-1303-555  6046 2016-08-13 19:12:00          23
    +#> 3845             25   A69-1303-555  6048 2016-08-13 19:16:00          23
    +#> 3846             25   A69-1303-555  6049 2016-08-13 19:20:00          23
    +#> 3847             25   A69-1303-555  6050 2016-08-13 19:24:00          23
    +#> 3848             25   A69-1303-555  6051 2016-08-14 07:22:00          39
    +#> 3849             25   A69-1303-555  6053 2016-08-14 07:28:00          39
    +#> 3850             25   A69-1303-555  6054 2016-08-14 07:32:00          39
    +#> 3851             25   A69-1303-555  6056 2016-08-14 07:34:00          39
    +#> 3852             25   A69-1303-555  6058 2016-08-14 07:36:00          39
    +#> 3853             25   A69-1303-555  6059 2016-08-14 07:40:00          39
    +#> 3854             25   A69-1303-555  6060 2016-08-14 07:42:00          39
    +#> 3855             25   A69-1303-555  6062 2016-08-14 07:44:00          39
    +#> 3856             25   A69-1303-555  6063 2016-08-15 00:12:00          39
    +#> 3857             25   A69-1303-555  6064 2016-08-15 00:14:00          39
    +#> 3858             25   A69-1303-555  6066 2016-08-15 00:16:00          39
    +#> 3859             25   A69-1303-555  6067 2016-08-15 00:18:00          39
    +#> 3860             25   A69-1303-555  6069 2016-08-15 00:20:00          39
    +#> 3861             25   A69-1303-555  6071 2016-08-15 00:22:00          39
    +#> 3862             25   A69-1303-555  6073 2016-08-15 00:24:00          39
    +#> 3863             25   A69-1303-555  6075 2016-08-15 00:26:00          39
    +#> 3864             25   A69-1303-555  6076 2016-08-15 00:28:00          39
    +#> 3865             25   A69-1303-555  6078 2016-08-15 00:30:00          39
    +#> 3866             25   A69-1303-555  6080 2016-08-15 00:32:00          39
    +#> 3867             25   A69-1303-555  6082 2016-08-15 00:34:00          39
    +#> 3868             25   A69-1303-555  6083 2016-08-15 00:36:00          39
    +#> 3869             25   A69-1303-555  6086 2016-08-15 00:38:00          39
    +#> 3870             25   A69-1303-555  6087 2016-08-15 00:40:00          39
    +#> 3871             25   A69-1303-555  6089 2016-08-15 00:42:00          39
    +#> 3872             25   A69-1303-555  6091 2016-08-15 00:44:00          39
    +#> 3873             25   A69-1303-555  6093 2016-08-15 00:46:00          39
    +#> 3874             25   A69-1303-555  6094 2016-08-15 00:48:00          39
    +#> 3875             25   A69-1303-555  6096 2016-08-15 00:50:00          39
    +#> 3876             25   A69-1303-555  6098 2016-08-15 04:52:00          23
    +#> 3877             25   A69-1303-555  6100 2016-08-15 04:58:00          23
    +#> 3878             25   A69-1303-555  6101 2016-08-15 05:00:00          23
    +#> 3879             25   A69-1303-555  6103 2016-08-15 05:18:00          23
    +#> 3880             25   A69-1303-555  6104 2016-08-15 05:20:00          23
    +#> 3881             25   A69-1303-555  6105 2016-08-15 05:22:00          23
    +#> 3882             25   A69-1303-555  6107 2016-08-15 05:24:00          23
    +#> 3883             25   A69-1303-555  6108 2016-08-15 05:28:00          23
    +#> 3884             25   A69-1303-555  6109 2016-08-15 05:32:00          23
    +#> 3885             25   A69-1303-555  6110 2016-08-15 05:36:00          23
    +#> 3886             25   A69-1303-555  6112 2016-08-15 05:38:00          23
    +#> 3887             25   A69-1303-555  6113 2016-08-15 05:40:00          23
    +#> 3888             25   A69-1303-555  6115 2016-08-15 05:42:00          23
    +#> 3889             25   A69-1303-555  6117 2016-08-15 05:44:00          23
    +#> 3890             25   A69-1303-555  6120 2016-08-15 05:46:00          23
    +#> 3891             25   A69-1303-555  6122 2016-08-15 05:48:00          23
    +#> 3892             25   A69-1303-555  6124 2016-08-15 05:50:00          23
    +#> 3893             25   A69-1303-555  6127 2016-08-15 05:52:00          23
    +#> 3894             25   A69-1303-555  6129 2016-08-15 05:54:00          23
    +#> 3895             25   A69-1303-555  6131 2016-08-15 05:56:00          23
    +#> 3896             25   A69-1303-555  6134 2016-08-15 05:58:00          23
    +#> 3897             25   A69-1303-555  6135 2016-08-15 06:00:00          23
    +#> 3898             25   A69-1303-555  6137 2016-08-15 06:02:00          23
    +#> 3899             25   A69-1303-555  6139 2016-08-15 06:04:00          23
    +#> 3900             25   A69-1303-555  6141 2016-08-15 06:06:00          23
    +#> 3901             25   A69-1303-555  6142 2016-08-15 06:08:00          23
    +#> 3902             25   A69-1303-555  6143 2016-08-15 06:10:00          23
    +#> 3903             25   A69-1303-555  6145 2016-08-15 06:12:00          23
    +#> 3904             25   A69-1303-555  6146 2016-08-15 06:18:00          23
    +#> 3905             25   A69-1303-555  6147 2016-08-15 07:02:00          23
    +#> 3906             25   A69-1303-555  6149 2016-08-15 07:04:00          23
    +#> 3907             25   A69-1303-555  6150 2016-08-15 07:06:00          23
    +#> 3908             25   A69-1303-555  6151 2016-08-15 07:08:00          23
    +#> 3909             25   A69-1303-555  6152 2016-08-15 07:16:00          23
    +#> 3910             25   A69-1303-555  6153 2016-08-15 07:22:00          23
    +#> 3911             25   A69-1303-555  6155 2016-08-15 07:26:00          23
    +#> 3912             25   A69-1303-555  6158 2016-08-15 11:14:00          23
    +#> 3913             25   A69-1303-555  6159 2016-08-15 11:32:00          23
    +#> 3914             25   A69-1303-555  6160 2016-08-15 11:34:00          23
    +#> 3915             25   A69-1303-555  6161 2016-08-15 17:54:00          23
    +#> 3916             25   A69-1303-555  6162 2016-08-15 17:56:00          23
    +#> 3917             25   A69-1303-555  6163 2016-08-15 18:08:00          23
    +#> 3918             25   A69-1303-555  6164 2016-08-15 19:36:00          39
    +#> 3919             25   A69-1303-555  6166 2016-08-15 19:38:00          39
    +#> 3920             25   A69-1303-555  6168 2016-08-15 19:40:00          39
    +#> 3921             25   A69-1303-555  6169 2016-08-15 19:44:00          39
    +#> 3922             25   A69-1303-555  6171 2016-08-15 19:46:00          39
    +#> 3923             25   A69-1303-555  6173 2016-08-15 19:50:00          39
    +#> 3924             25   A69-1303-555  6175 2016-08-15 19:52:00          39
    +#> 3925             25   A69-1303-555  6176 2016-08-15 19:54:00          39
    +#> 3926             25   A69-1303-555  6178 2016-08-15 19:56:00          39
    +#> 3927             25   A69-1303-555  6180 2016-08-15 20:00:00          39
    +#> 3928             25   A69-1303-555  6181 2016-08-15 22:26:00          39
    +#> 3929             25   A69-1303-555  6182 2016-08-15 22:34:00          39
    +#> 3930             25   A69-1303-555  6183 2016-08-15 22:36:00          39
    +#> 3931             25   A69-1303-555  6184 2016-08-16 01:58:00          29
    +#> 3932             25   A69-1303-555  6185 2016-08-16 02:00:00          29
    +#> 3933             25   A69-1303-555  6187 2016-08-16 02:04:00          29
    +#> 3934             25   A69-1303-555  6189 2016-08-16 02:06:00          29
    +#> 3935             25   A69-1303-555  6191 2016-08-16 02:08:00          29
    +#> 3936             25   A69-1303-555  6194 2016-08-16 02:10:00          29
    +#> 3937             25   A69-1303-555  6195 2016-08-16 02:16:00          29
    +#> 3938             25   A69-1303-555  6196 2016-08-16 21:04:00          29
    +#> 3939             25   A69-1303-555  6197 2016-08-16 21:06:00          29
    +#> 3940             25   A69-1303-555  6199 2016-08-16 21:08:00          29
    +#> 3941             25   A69-1303-555  6201 2016-08-16 21:10:00          29
    +#> 3942             25   A69-1303-555  6203 2016-08-16 21:12:00          29
    +#> 3943             25   A69-1303-555  6205 2016-08-16 21:14:00          29
    +#> 3944             25   A69-1303-555  6208 2016-08-16 21:16:00          29
    +#> 3945             25   A69-1303-555  6209 2016-08-16 21:18:00          29
    +#> 3946             25   A69-1303-555  6211 2016-08-16 21:20:00          29
    +#> 3947             25   A69-1303-555  6212 2016-08-16 21:22:00          29
    +#> 3948             25   A69-1303-555  6215 2016-08-16 21:24:00          29
    +#> 3949             25   A69-1303-555  6216 2016-08-16 21:26:00          29
    +#> 3950             25   A69-1303-555  6218 2016-08-16 21:28:00          29
    +#> 3951             25   A69-1303-555  6220 2016-08-16 21:30:00          29
    +#> 3952             25   A69-1303-555  6222 2016-08-16 21:32:00          29
    +#> 3953             25   A69-1303-555  6224 2016-08-16 21:34:00          29
    +#> 3954             25   A69-1303-555  6226 2016-08-16 21:36:00          29
    +#> 3955             25   A69-1303-555  6228 2016-08-16 21:38:00          29
    +#> 3956             25   A69-1303-555  6230 2016-08-16 21:40:00          29
    +#> 3957             25   A69-1303-555  6232 2016-08-16 21:42:00          29
    +#> 3958             25   A69-1303-555  6234 2016-08-16 21:44:00          29
    +#> 3959             25   A69-1303-555  6236 2016-08-16 21:46:00          29
    +#> 3960             25   A69-1303-555  6238 2016-08-16 21:48:00          29
    +#> 3961             25   A69-1303-555  6239 2016-08-16 21:50:00          29
    +#> 3962             25   A69-1303-555  6241 2016-08-16 21:52:00          29
    +#> 3963             25   A69-1303-555  6243 2016-08-16 21:54:00          29
    +#> 3964             25   A69-1303-555  6245 2016-08-16 21:56:00          29
    +#> 3965             25   A69-1303-555  6247 2016-08-16 21:58:00          29
    +#> 3966             25   A69-1303-555  6249 2016-08-16 22:00:00          29
    +#> 3967             25   A69-1303-555  6251 2016-08-16 22:04:00          29
    +#> 3968             25   A69-1303-555  6252 2016-08-16 22:06:00          29
    +#> 3969             25   A69-1303-555  6253 2016-08-16 22:08:00          29
    +#> 3970             25   A69-1303-555  6255 2016-08-16 22:10:00          29
    +#> 3971             25   A69-1303-555  6257 2016-08-16 22:12:00          29
    +#> 3972             25   A69-1303-555  6258 2016-08-16 22:14:00          29
    +#> 3973             25   A69-1303-555  6260 2016-08-17 19:22:00          29
    +#> 3974             25   A69-1303-555  6261 2016-08-17 19:24:00          29
    +#> 3975             25   A69-1303-555  6263 2016-08-17 19:28:00          29
    +#> 3976             25   A69-1303-555  6264 2016-08-17 22:26:00          29
    +#> 3977             25   A69-1303-555  6265 2016-08-17 22:30:00          29
    +#> 3978             25   A69-1303-555  6266 2016-08-17 23:02:00          29
    +#> 3979             25   A69-1303-555  6267 2016-08-17 23:04:00          29
    +#> 3980             25   A69-1303-555  6268 2016-08-17 23:06:00          29
    +#> 3981             25   A69-1303-555  6270 2016-08-17 23:08:00          29
    +#> 3982             25   A69-1303-555  6271 2016-08-17 23:10:00          29
    +#> 3983             25   A69-1303-555  6273 2016-08-17 23:12:00          29
    +#> 3984             25   A69-1303-555  6276 2016-08-17 23:14:00          29
    +#> 3985             25   A69-1303-555  6277 2016-08-17 23:16:00          29
    +#> 3986             25   A69-1303-555  6279 2016-08-17 23:18:00          29
    +#> 3987             25   A69-1303-555  6280 2016-08-17 23:20:00          29
    +#> 3988             25   A69-1303-555  6281 2016-08-17 23:22:00          29
    +#> 3989             25   A69-1303-555  6283 2016-08-17 23:24:00          29
    +#> 3990             25   A69-1303-555  6284 2016-08-17 23:26:00          29
    +#> 3991             25   A69-1303-555  6286 2016-08-17 23:28:00          29
    +#> 3992             25   A69-1303-555  6287 2016-08-17 23:32:00          29
    +#> 3993             25   A69-1303-555  6288 2016-08-17 23:34:00          29
    +#> 3994             25   A69-1303-555  6289 2016-08-17 23:36:00          29
    +#> 3995             25   A69-1303-555  6290 2016-08-17 23:38:00          29
    +#> 3996             25   A69-1303-555  6292 2016-08-17 23:40:00          29
    +#> 3997             25   A69-1303-555  6293 2016-08-21 20:02:00          29
    +#> 3998             25   A69-1303-555  6295 2016-08-21 20:06:00          29
    +#> 3999             25   A69-1303-555  6296 2016-08-21 20:08:00          29
    +#> 4000             25   A69-1303-555  6297 2016-08-21 20:10:00          29
    +#> 4001             25   A69-1303-555  6298 2016-08-21 20:16:00          29
    +#> 4002             25   A69-1303-555  6299 2016-08-21 20:18:00          29
    +#> 4003             25   A69-1303-555  6301 2016-08-21 20:20:00          29
    +#> 4004             25   A69-1303-555  6302 2016-08-21 20:22:00          29
    +#> 4005             25   A69-1303-555  6304 2016-08-21 20:24:00          29
    +#> 4006             25   A69-1303-555  6306 2016-08-21 20:26:00          29
    +#> 4007             25   A69-1303-555  6308 2016-08-21 20:28:00          29
    +#> 4008             25   A69-1303-555  6310 2016-08-21 20:30:00          29
    +#> 4009             25   A69-1303-555  6311 2016-08-22 07:38:00          11
    +#> 4010             25   A69-1303-555  6312 2016-08-22 07:40:00          11
    +#> 4011             25   A69-1303-555  6314 2016-08-22 08:18:00          40
    +#> 4012             25   A69-1303-555  6315 2016-08-22 08:32:00          40
    +#> 4013             25   A69-1303-555  6316 2016-08-22 08:36:00          40
    +#> 4014             25   A69-1303-555  6317 2016-08-22 08:38:00          40
    +#> 4015             25   A69-1303-555  6318 2016-08-22 08:40:00          40
    +#> 4016             25   A69-1303-555  6320 2016-08-22 08:42:00          40
    +#> 4017             25   A69-1303-555  6322 2016-08-22 08:44:00          40
    +#> 4018             25   A69-1303-555  6323 2016-08-22 08:48:00          40
    +#> 4019             25   A69-1303-555  6324 2016-08-22 08:52:00          40
    +#> 4020             25   A69-1303-555  6326 2016-08-22 08:54:00          40
    +#> 4021             25   A69-1303-555  6327 2016-08-22 08:56:00          40
    +#> 4022             25   A69-1303-555  6328 2016-08-22 09:08:00          40
    +#> 4023             25   A69-1303-555  6329 2016-08-22 09:10:00          40
    +#> 4024             25   A69-1303-555  6331 2016-08-22 09:12:00          40
    +#> 4025             25   A69-1303-555  6333 2016-08-22 09:16:00          40
    +#> 4026             25   A69-1303-555  6334 2016-08-22 16:38:00          23
    +#> 4027             25   A69-1303-555  6335 2016-08-22 16:40:00          23
    +#> 4028             25   A69-1303-555  6336 2016-08-22 16:48:00          23
    +#> 4029             25   A69-1303-555  6337 2016-08-22 19:48:00          29
    +#> 4030             25   A69-1303-555  6338 2016-08-22 19:50:00          29
    +#> 4031             25   A69-1303-555  6341 2016-08-22 19:52:00          29
    +#> 4032             25   A69-1303-555  6342 2016-08-22 19:54:00          29
    +#> 4033             25   A69-1303-555  6344 2016-08-22 19:56:00          29
    +#> 4034             25   A69-1303-555  6346 2016-08-22 19:58:00          29
    +#> 4035             25   A69-1303-555  6348 2016-08-22 20:00:00          29
    +#> 4036             25   A69-1303-555  6349 2016-08-22 20:02:00          29
    +#> 4037             25   A69-1303-555  6350 2016-08-22 20:34:00          29
    +#> 4038             25   A69-1303-555  6351 2016-08-22 20:36:00          29
    +#> 4039             25   A69-1303-555  6352 2016-08-22 20:38:00          29
    +#> 4040             25   A69-1303-555  6354 2016-08-22 20:40:00          29
    +#> 4041             25   A69-1303-555  6356 2016-08-22 20:42:00          29
    +#> 4042             25   A69-1303-555  6358 2016-08-22 20:44:00          29
    +#> 4043             25   A69-1303-555  6360 2016-08-22 20:46:00          29
    +#> 4044             25   A69-1303-555  6362 2016-08-22 20:48:00          29
    +#> 4045             25   A69-1303-555  6363 2016-08-22 20:50:00          29
    +#> 4046             25   A69-1303-555  6366 2016-08-22 20:52:00          29
    +#> 4047             25   A69-1303-555  6368 2016-08-22 20:54:00          29
    +#> 4048             25   A69-1303-555  6369 2016-08-22 20:56:00          29
    +#> 4049             25   A69-1303-555  6370 2016-08-22 21:02:00          29
    +#> 4050             25   A69-1303-555  6371 2016-08-23 03:14:00          23
    +#> 4051             25   A69-1303-555  6372 2016-08-23 03:16:00          23
    +#> 4052             25   A69-1303-555  6373 2016-08-23 03:18:00          23
    +#> 4053             25   A69-1303-555  6374 2016-08-23 03:22:00          23
    +#> 4054             25   A69-1303-555  6375 2016-08-26 14:16:00          39
    +#> 4055             25   A69-1303-555  6376 2016-08-26 14:18:00          39
    +#> 4056             25   A69-1303-555  6377 2016-08-26 14:20:00          39
    +#> 4057             25   A69-1303-555  6378 2016-08-26 14:22:00          39
    +#> 4058             25   A69-1303-555  6379 2016-08-26 14:24:00          39
    +#> 4059             25   A69-1303-555  6380 2016-08-26 14:34:00          39
    +#> 4060             25   A69-1303-555  6381 2016-08-26 14:36:00          39
    +#> 4061             25   A69-1303-555  6382 2016-08-26 14:44:00          39
    +#> 4062             25   A69-1303-555  6383 2016-08-26 14:48:00          39
    +#> 4063             25   A69-1303-555  6384 2016-08-26 14:54:00          39
    +#> 4064             25   A69-1303-555  6385 2016-08-26 14:56:00          39
    +#> 4065             25   A69-1303-555  6387 2016-08-26 14:58:00          39
    +#> 4066             25   A69-1303-555  6388 2016-08-26 15:00:00          39
    +#> 4067             25   A69-1303-555  6389 2016-08-26 15:02:00          39
    +#> 4068             25   A69-1303-555  6391 2016-08-26 15:04:00          39
    +#> 4069             25   A69-1303-555  6394 2016-08-26 15:06:00          39
    +#> 4070             25   A69-1303-555  6395 2016-08-26 15:08:00          39
    +#> 4071             25   A69-1303-555  6398 2016-08-26 15:10:00          39
    +#> 4072             25   A69-1303-555  6400 2016-08-26 15:12:00          39
    +#> 4073             25   A69-1303-555  6401 2016-08-31 04:42:00          39
    +#> 4074             25   A69-1303-555  6402 2016-08-31 04:44:00          39
    +#> 4075             25   A69-1303-555  6403 2016-08-31 04:48:00          39
    +#> 4076             25   A69-1303-555  6404 2016-08-31 04:50:00          39
    +#> 4077             25   A69-1303-555  6405 2016-08-31 04:52:00          39
    +#> 4078             25   A69-1303-555  6407 2016-08-31 04:54:00          39
    +#> 4079             25   A69-1303-555  6409 2016-08-31 04:56:00          39
    +#> 4080             25   A69-1303-555  6411 2016-08-31 04:58:00          39
    +#> 4081             25   A69-1303-555  6413 2016-08-31 05:00:00          39
    +#> 4082             25   A69-1303-555  6415 2016-08-31 05:02:00          39
    +#> 4083             25   A69-1303-555  6416 2016-08-31 05:04:00          39
    +#> 4084             25   A69-1303-555  6419 2016-08-31 05:06:00          39
    +#> 4085             25   A69-1303-555  6421 2016-08-31 05:08:00          39
    +#> 4086             25   A69-1303-555  6423 2016-08-31 05:10:00          39
    +#> 4087             25   A69-1303-555  6425 2016-08-31 05:12:00          39
    +#> 4088             25   A69-1303-555  6426 2016-08-31 05:16:00          39
    +#> 4089             25   A69-1303-555  6428 2016-08-31 05:18:00          39
    +#> 4090             25   A69-1303-555  6430 2016-08-31 05:22:00          39
    +#> 4091             25   A69-1303-555  6431 2016-08-31 05:24:00          39
    +#> 4092             25   A69-1303-555  6432 2016-08-31 05:26:00          39
    +#> 4093             25   A69-1303-555  6433 2016-09-01 23:56:00          39
    +#> 4094             25   A69-1303-555  6434 2016-09-01 23:58:00          39
    +#> 4095             25   A69-1303-555  6436 2016-09-02 00:00:00          39
    +#> 4096             25   A69-1303-555  6437 2016-09-02 00:02:00          39
    +#> 4097             25   A69-1303-555  6438 2016-09-02 00:04:00          39
    +#> 4098             25   A69-1303-555  6440 2016-09-02 00:06:00          39
    +#> 4099             25   A69-1303-555  6441 2016-09-02 00:08:00          39
    +#> 4100             25   A69-1303-555  6443 2016-09-02 00:10:00          39
    +#> 4101             25   A69-1303-555  6445 2016-09-02 00:12:00          39
    +#> 4102             25   A69-1303-555  6447 2016-09-02 00:14:00          39
    +#> 4103             25   A69-1303-555  6448 2016-09-02 00:16:00          39
    +#> 4104             25   A69-1303-555  6450 2016-09-02 00:18:00          39
    +#> 4105             25   A69-1303-555  6452 2016-09-02 00:20:00          39
    +#> 4106             25   A69-1303-555  6453 2016-09-02 00:22:00          39
    +#> 4107             25   A69-1303-555  6456 2016-09-02 00:24:00          39
    +#> 4108             25   A69-1303-555  6458 2016-09-02 00:26:00          39
    +#> 4109             25   A69-1303-555  6459 2016-09-02 00:28:00          39
    +#> 4110             25   A69-1303-555  6461 2016-09-02 00:30:00          39
    +#> 4111             25   A69-1303-555  6463 2016-09-02 00:32:00          39
    +#> 4112             25   A69-1303-555  6464 2016-09-02 00:34:00          39
    +#> 4113             25   A69-1303-555  6466 2016-09-02 00:36:00          39
    +#> 4114             25   A69-1303-555  6468 2016-09-02 00:38:00          39
    +#> 4115             25   A69-1303-555  6470 2016-09-02 00:40:00          39
    +#> 4116             25   A69-1303-555  6471 2016-09-02 00:44:00          39
    +#> 4117             25   A69-1303-555  6472 2016-09-02 00:46:00          39
    +#> 4118             25   A69-1303-555  6473 2016-09-02 00:48:00          39
    +#> 4119             25   A69-1303-555  6474 2016-09-02 00:50:00          39
    +#> 4120             25   A69-1303-555  6475 2016-09-02 01:00:00          39
    +#> 4121             25   A69-1303-555  6476 2016-09-02 01:02:00          39
    +#> 4122             25   A69-1303-555  6477 2016-09-03 04:46:00          39
    +#> 4123             25   A69-1303-555  6479 2016-09-03 04:50:00          39
    +#> 4124             25   A69-1303-555  6481 2016-09-03 04:52:00          39
    +#> 4125             25   A69-1303-555  6483 2016-09-03 04:54:00          39
    +#> 4126             25   A69-1303-555  6485 2016-09-03 05:00:00          39
    +#> 4127             25   A69-1303-555  6486 2016-09-03 05:02:00          39
    +#> 4128             25   A69-1303-555  6487 2016-09-03 05:04:00          39
    +#> 4129             25   A69-1303-555  6489 2016-09-03 05:06:00          39
    +#> 4130             25   A69-1303-555  6490 2016-09-03 05:10:00          39
    +#> 4131             25   A69-1303-555  6491 2016-09-03 05:12:00          39
    +#> 4132             25   A69-1303-555  6492 2016-09-03 05:18:00          39
    +#> 4133             25   A69-1303-555  6493 2016-09-03 05:40:00          39
    +#> 4134             25   A69-1303-555  6494 2016-09-03 05:42:00          39
    +#> 4135             25   A69-1303-555  6495 2016-09-03 05:44:00          39
    +#> 4136             25   A69-1303-555  6497 2016-09-03 05:46:00          39
    +#> 4137             25   A69-1303-555  6498 2016-09-03 05:48:00          39
    +#> 4138             25   A69-1303-555  6501 2016-09-03 05:50:00          39
    +#> 4139             25   A69-1303-555  6502 2016-09-03 05:54:00          39
    +#> 4140             25   A69-1303-555  6504 2016-09-03 05:56:00          39
    +#> 4141             25   A69-1303-555  6505 2016-09-03 19:36:00          11
    +#> 4142             25   A69-1303-555  6507 2016-09-03 19:38:00          11
    +#> 4143             25   A69-1303-555  6509 2016-09-03 19:40:00          11
    +#> 4144             25   A69-1303-555  6511 2016-09-04 06:32:00          39
    +#> 4145             25   A69-1303-555  6512 2016-09-04 06:34:00          39
    +#> 4146             25   A69-1303-555  6514 2016-09-04 06:36:00          39
    +#> 4147             25   A69-1303-555  6515 2016-09-04 06:42:00          39
    +#> 4148             25   A69-1303-555  6516 2016-09-04 06:44:00          39
    +#> 4149             25   A69-1303-555  6517 2016-09-04 06:50:00          39
    +#> 4150             25   A69-1303-555  6518 2016-09-04 06:54:00          39
    +#> 4151             25   A69-1303-555  6521 2016-09-04 06:56:00          39
    +#> 4152             25   A69-1303-555  6523 2016-09-04 06:58:00          39
    +#> 4153             25   A69-1303-555  6524 2016-09-04 07:00:00          39
    +#> 4154             25   A69-1303-555  6526 2016-09-04 07:02:00          39
    +#> 4155             25   A69-1303-555  6527 2016-09-04 07:04:00          39
    +#> 4156             25   A69-1303-555  6528 2016-09-04 07:10:00          39
    +#> 4157             25   A69-1303-555  6529 2016-09-04 07:12:00          39
    +#> 4158             25   A69-1303-555  6531 2016-09-04 07:14:00          39
    +#> 4159             25   A69-1303-555  6532 2016-09-04 08:32:00          39
    +#> 4160             25   A69-1303-555  6533 2016-09-04 08:38:00          39
    +#> 4161             25   A69-1303-555  6534 2016-09-04 08:40:00          39
    +#> 4162             25   A69-1303-555  6535 2016-09-04 08:44:00          39
    +#> 4163             25   A69-1303-555  6536 2016-09-04 08:50:00          39
    +#> 4164             25   A69-1303-555  6537 2016-09-04 08:52:00          39
    +#> 4165             25   A69-1303-555  6539 2016-09-04 08:54:00          39
    +#> 4166             25   A69-1303-555  6541 2016-09-04 09:06:00          39
    +#> 4167             25   A69-1303-555  6542 2016-09-04 09:10:00          39
    +#> 4168             25   A69-1303-555  6543 2016-09-04 09:16:00          39
    +#> 4169             25   A69-1303-555  6544 2016-09-04 11:02:00          39
    +#> 4170             25   A69-1303-555  6545 2016-09-04 11:04:00          39
    +#> 4171             25   A69-1303-555  6546 2016-09-04 11:06:00          39
    +#> 4172             25   A69-1303-555  6547 2016-09-04 11:14:00          39
    +#> 4173             25   A69-1303-555  6548 2016-09-04 11:28:00          39
    +#> 4174             25   A69-1303-555  6549 2016-09-04 11:48:00          39
    +#> 4175             25   A69-1303-555  6551 2016-09-04 11:50:00          39
    +#> 4176             25   A69-1303-555  6553 2016-09-04 11:52:00          39
    +#> 4177             25   A69-1303-555  6554 2016-09-04 12:00:00          39
    +#> 4178             25   A69-1303-555  6555 2016-09-04 12:06:00          39
    +#> 4179             25   A69-1303-555  6557 2016-09-04 12:08:00          39
    +#> 4180             25   A69-1303-555  6558 2016-09-04 12:10:00          39
    +#> 4181             25   A69-1303-555  6560 2016-09-04 12:12:00          39
    +#> 4182             25   A69-1303-555  6562 2016-09-04 12:14:00          39
    +#> 4183             25   A69-1303-555  6564 2016-09-04 12:16:00          39
    +#> 4184             25   A69-1303-555  6566 2016-09-04 12:18:00          39
    +#> 4185             25   A69-1303-555  6568 2016-09-04 12:20:00          39
    +#> 4186             25   A69-1303-555  6570 2016-09-04 12:24:00          39
    +#> 4187             25   A69-1303-555  6571 2016-09-04 12:26:00          39
    +#> 4188             25   A69-1303-555  6572 2016-09-04 12:28:00          39
    +#> 4189             25   A69-1303-555  6574 2016-09-04 12:42:00          39
    +#> 4190             25   A69-1303-555  6575 2016-09-04 12:44:00          39
    +#> 4191             25   A69-1303-555  6577 2016-09-04 12:46:00          39
    +#> 4192             25   A69-1303-555  6579 2016-09-04 12:48:00          39
    +#> 4193             25   A69-1303-555  6581 2016-09-04 12:50:00          39
    +#> 4194             25   A69-1303-555  6583 2016-09-04 12:52:00          39
    +#> 4195             25   A69-1303-555  6585 2016-09-04 12:54:00          39
    +#> 4196             25   A69-1303-555  6587 2016-09-04 12:56:00          39
    +#> 4197             25   A69-1303-555  6589 2016-09-04 13:00:00          39
    +#> 4198             25   A69-1303-555  6591 2016-09-04 13:02:00          39
    +#> 4199             25   A69-1303-555  6592 2016-09-04 13:04:00          39
    +#> 4200             25   A69-1303-555  6594 2016-09-04 13:06:00          39
    +#> 4201             25   A69-1303-555  6596 2016-09-04 13:10:00          39
    +#> 4202             25   A69-1303-555  6599 2016-09-04 13:12:00          39
    +#> 4203             25   A69-1303-555  6600 2016-09-04 13:18:00          39
    +#> 4204             25   A69-1303-555  6601 2016-09-04 17:18:00          23
    +#> 4205             25   A69-1303-555  6602 2016-09-04 17:20:00          23
    +#> 4206             25   A69-1303-555  6603 2016-09-04 17:22:00          23
    +#> 4207             25   A69-1303-555  6604 2016-09-04 17:34:00          23
    +#> 4208             25   A69-1303-555  6605 2016-09-04 20:06:00          23
    +#> 4209             25   A69-1303-555  6606 2016-09-04 20:10:00          23
    +#> 4210             25   A69-1303-555  6608 2016-09-04 20:14:00          23
    +#> 4211             25   A69-1303-555  6609 2016-09-04 20:16:00          23
    +#> 4212             25   A69-1303-555  6612 2016-09-04 20:18:00          23
    +#> 4213             25   A69-1303-555  6614 2016-09-04 20:20:00          23
    +#> 4214             25   A69-1303-555  6616 2016-09-04 20:22:00          23
    +#> 4215             25   A69-1303-555  6617 2016-09-04 20:24:00          23
    +#> 4216             25   A69-1303-555  6618 2016-09-04 20:26:00          23
    +#> 4217             25   A69-1303-555  6619 2016-09-04 20:28:00          23
    +#> 4218             25   A69-1303-555  6620 2016-09-04 20:34:00          23
    +#> 4219             25   A69-1303-555  6621 2016-09-04 22:08:00          39
    +#> 4220             25   A69-1303-555  6622 2016-09-04 22:10:00          39
    +#> 4221             25   A69-1303-555  6624 2016-09-04 22:12:00          39
    +#> 4222             25   A69-1303-555  6626 2016-09-04 22:16:00          39
    +#> 4223             25   A69-1303-555  6628 2016-09-04 22:18:00          39
    +#> 4224             25   A69-1303-555  6629 2016-09-05 07:02:00          39
    +#> 4225             25   A69-1303-555  6630 2016-09-05 07:06:00          39
    +#> 4226             25   A69-1303-555  6632 2016-09-05 07:08:00          39
    +#> 4227             25   A69-1303-555  6634 2016-09-05 07:10:00          39
    +#> 4228             25   A69-1303-555  6636 2016-09-05 07:12:00          39
    +#> 4229             25   A69-1303-555  6637 2016-09-05 07:32:00          39
    +#> 4230             25   A69-1303-555  6638 2016-09-05 07:34:00          39
    +#> 4231             25   A69-1303-555  6639 2016-09-05 07:36:00          39
    +#> 4232             25   A69-1303-555  6640 2016-09-05 07:38:00          39
    +#> 4233             25   A69-1303-555  6641 2016-09-05 07:40:00          39
    +#> 4234             25   A69-1303-555  6642 2016-09-05 07:42:00          39
    +#> 4235             25   A69-1303-555  6643 2016-09-05 07:44:00          39
    +#> 4236             25   A69-1303-555  6644 2016-09-05 12:02:00          39
    +#> 4237             25   A69-1303-555  6645 2016-09-05 12:12:00          39
    +#> 4238             25   A69-1303-555  6646 2016-09-05 12:14:00          39
    +#> 4239             25   A69-1303-555  6647 2016-09-05 12:16:00          39
    +#> 4240             25   A69-1303-555  6649 2016-09-05 12:18:00          39
    +#> 4241             25   A69-1303-555  6650 2016-09-05 12:22:00          39
    +#> 4242             25   A69-1303-555  6652 2016-09-05 12:28:00          39
    +#> 4243             25   A69-1303-555  6653 2016-09-05 12:30:00          39
    +#> 4244             25   A69-1303-555  6654 2016-09-05 12:32:00          39
    +#> 4245             25   A69-1303-555  6656 2016-09-05 14:52:00          39
    +#> 4246             25   A69-1303-555  6657 2016-09-05 14:54:00          39
    +#> 4247             25   A69-1303-555  6659 2016-09-05 14:56:00          39
    +#> 4248             25   A69-1303-555  6661 2016-09-05 14:58:00          39
    +#> 4249             25   A69-1303-555  6663 2016-09-05 15:00:00          39
    +#> 4250             25   A69-1303-555  6665 2016-09-05 15:02:00          39
    +#> 4251             25   A69-1303-555  6666 2016-09-05 15:04:00          39
    +#> 4252             25   A69-1303-555  6668 2016-09-05 15:06:00          39
    +#> 4253             25   A69-1303-555  6669 2016-09-05 15:08:00          39
    +#> 4254             25   A69-1303-555  6670 2016-09-05 15:10:00          39
    +#> 4255             25   A69-1303-555  6671 2016-09-05 20:44:00          11
    +#> 4256             25   A69-1303-555  6672 2016-09-05 20:54:00          11
    +#> 4257             25   A69-1303-555  6674 2016-09-05 21:04:00          11
    +#> 4258             25   A69-1303-555  6675 2016-09-05 21:08:00          11
    +#> 4259             25   A69-1303-555  6677 2016-09-05 21:10:00          11
    +#> 4260             25   A69-1303-555  6679 2016-09-05 21:12:00          11
    +#> 4261             25   A69-1303-555  6680 2016-09-05 21:36:00          11
    +#> 4262             25   A69-1303-555  6681 2016-09-05 21:38:00          11
    +#> 4263             25   A69-1303-555  6683 2016-09-05 21:40:00          11
    +#> 4264             25   A69-1303-555  6684 2016-09-05 21:42:00          11
    +#> 4265             25   A69-1303-555  6686 2016-09-05 21:44:00          11
    +#> 4266             25   A69-1303-555  6687 2016-09-06 00:28:00          11
    +#> 4267             25   A69-1303-555  6688 2016-09-06 00:30:00          11
    +#> 4268             25   A69-1303-555  6689 2016-09-06 00:32:00          11
    +#> 4269             25   A69-1303-555  6690 2016-09-06 00:34:00          11
    +#> 4270             25   A69-1303-555  6691 2016-09-06 00:36:00          11
    +#> 4271             25   A69-1303-555  6692 2016-09-06 00:46:00          11
    +#> 4272             25   A69-1303-555  6693 2016-09-06 00:54:00          11
    +#> 4273             25   A69-1303-555  6695 2016-09-06 00:58:00          11
    +#> 4274             25   A69-1303-555  6696 2016-09-06 01:00:00          11
    +#> 4275             25   A69-1303-555  6697 2016-09-06 01:08:00          11
    +#> 4276             25   A69-1303-555  6698 2016-09-06 10:48:00          39
    +#> 4277             25   A69-1303-555  6700 2016-09-06 10:50:00          39
    +#> 4278             25   A69-1303-555  6701 2016-09-06 10:52:00          39
    +#> 4279             25   A69-1303-555  6704 2016-09-06 10:54:00          39
    +#> 4280             25   A69-1303-555  6706 2016-09-06 10:56:00          39
    +#> 4281             25   A69-1303-555  6707 2016-09-06 10:58:00          39
    +#> 4282             25   A69-1303-555  6709 2016-09-06 11:00:00          39
    +#> 4283             25   A69-1303-555  6710 2016-09-06 11:02:00          39
    +#> 4284             25   A69-1303-555  6711 2016-09-06 11:04:00          39
    +#> 4285             25   A69-1303-555  6712 2016-09-06 11:06:00          39
    +#> 4286             25   A69-1303-555  6714 2016-09-06 11:16:00          39
    +#> 4287             25   A69-1303-555  6715 2016-09-06 11:22:00          39
    +#> 4288             25   A69-1303-555  6716 2016-09-09 11:10:00          39
    +#> 4289             25   A69-1303-555  6717 2016-09-09 11:12:00          39
    +#> 4290             25   A69-1303-555  6718 2016-09-09 11:14:00          39
    +#> 4291             25   A69-1303-555  6720 2016-09-09 11:36:00          39
    +#> 4292             25   A69-1303-555  6721 2016-09-09 11:38:00          39
    +#> 4293             25   A69-1303-555  6722 2016-09-10 20:16:00          38
    +#> 4294             25   A69-1303-555  6723 2016-09-10 20:20:00          38
    +#> 4295             25   A69-1303-555  6725 2016-09-10 20:22:00          38
    +#> 4296             25   A69-1303-555  6727 2016-09-10 20:24:00          38
    +#> 4297             25   A69-1303-555  6728 2016-09-11 03:20:00          38
    +#> 4298             25   A69-1303-555  6729 2016-09-11 03:22:00          38
    +#> 4299             25   A69-1303-555  6731 2016-09-11 03:28:00          38
    +#> 4300             25   A69-1303-555  6733 2016-09-11 03:30:00          38
    +#> 4301             25   A69-1303-555  6734 2016-09-11 03:32:00          38
    +#> 4302             25   A69-1303-555  6735 2016-09-11 03:34:00          38
    +#> 4303             25   A69-1303-555  6736 2016-09-11 03:36:00          38
    +#> 4304             25   A69-1303-555  6737 2016-09-11 03:52:00          38
    +#> 4305             25   A69-1303-555  6738 2016-09-11 03:54:00          38
    +#> 4306             25   A69-1303-555  6739 2016-09-11 04:12:00          38
    +#> 4307             25   A69-1303-555  6741 2016-09-11 04:16:00          38
    +#> 4308             25   A69-1303-555  6742 2016-09-11 04:18:00          38
    +#> 4309             25   A69-1303-555  6744 2016-09-11 05:14:00          38
    +#> 4310             25   A69-1303-555  6745 2016-09-11 05:28:00          38
    +#> 4311             25   A69-1303-555  6746 2016-09-11 05:42:00          38
    +#> 4312             25   A69-1303-555  6747 2016-09-11 06:30:00          38
    +#> 4313             25   A69-1303-555  6748 2016-09-11 06:34:00          38
    +#> 4314             25   A69-1303-555  6749 2016-09-11 06:46:00          38
    +#> 4315             25   A69-1303-555  6751 2016-09-12 21:00:00          23
    +#> 4316             25   A69-1303-555  6753 2016-09-12 21:02:00          23
    +#> 4317             25   A69-1303-555  6754 2016-09-12 21:04:00          23
    +#> 4318             25   A69-1303-555  6755 2016-09-12 21:16:00          23
    +#> 4319             25   A69-1303-555  6756 2016-09-12 21:18:00          23
    +#> 4320             25   A69-1303-555  6758 2016-09-12 21:20:00          23
    +#> 4321             25   A69-1303-555  6760 2016-09-12 21:22:00          23
    +#> 4322             25   A69-1303-555  6761 2016-09-12 21:24:00          23
    +#> 4323             25   A69-1303-555  6762 2016-09-12 21:26:00          23
    +#> 4324             25   A69-1303-555  6764 2016-09-12 21:28:00          23
    +#> 4325             25   A69-1303-555  6765 2016-09-12 21:30:00          23
    +#> 4326             25   A69-1303-555  6767 2016-09-12 21:32:00          23
    +#> 4327             25   A69-1303-555  6769 2016-09-12 21:34:00          23
    +#> 4328             25   A69-1303-555  6771 2016-09-12 21:36:00          23
    +#> 4329             25   A69-1303-555  6773 2016-09-12 21:38:00          23
    +#> 4330             25   A69-1303-555  6774 2016-09-13 08:56:00          39
    +#> 4331             25   A69-1303-555  6776 2016-09-13 08:58:00          39
    +#> 4332             25   A69-1303-555  6777 2016-09-13 09:00:00          39
    +#> 4333             25   A69-1303-555  6779 2016-09-13 09:02:00          39
    +#> 4334             25   A69-1303-555  6780 2016-09-13 09:04:00          39
    +#> 4335             25   A69-1303-555  6782 2016-09-13 09:06:00          39
    +#> 4336             25   A69-1303-555  6784 2016-09-13 09:08:00          39
    +#> 4337             25   A69-1303-555  6785 2016-09-13 09:10:00          39
    +#> 4338             25   A69-1303-555  6787 2016-09-13 09:12:00          39
    +#> 4339             25   A69-1303-555  6789 2016-09-13 09:14:00          39
    +#> 4340             25   A69-1303-555  6791 2016-09-13 09:16:00          39
    +#> 4341             25   A69-1303-555  6792 2016-09-13 09:24:00          39
    +#> 4342             25   A69-1303-555  6794 2016-09-13 09:26:00          39
    +#> 4343             25   A69-1303-555  6795 2016-09-13 09:40:00          39
    +#> 4344             25   A69-1303-555  6796 2016-09-13 09:48:00          39
    +#> 4345             25   A69-1303-555  6797 2016-09-15 18:42:00          39
    +#> 4346             25   A69-1303-555  6798 2016-09-15 18:44:00          39
    +#> 4347             25   A69-1303-555  6799 2016-09-15 18:46:00          39
    +#> 4348             25   A69-1303-555  6800 2016-09-15 18:48:00          39
    +#> 4349             25   A69-1303-555  6802 2016-09-15 18:50:00          39
    +#> 4350             25   A69-1303-555  6803 2016-09-15 18:52:00          39
    +#> 4351             25   A69-1303-555  6804 2016-09-15 18:54:00          39
    +#> 4352             25   A69-1303-555  6807 2016-09-16 05:14:00          11
    +#> 4353             25   A69-1303-555  6808 2016-09-16 05:16:00          11
    +#> 4354             25   A69-1303-555  6809 2016-09-16 05:18:00          11
    +#> 4355             25   A69-1303-555  6810 2016-09-16 05:20:00          11
    +#> 4356             25   A69-1303-555  6812 2016-09-16 05:22:00          11
    +#> 4357             25   A69-1303-555  6813 2016-09-16 05:24:00          11
    +#> 4358             25   A69-1303-555  6815 2016-09-16 05:26:00          11
    +#> 4359             25   A69-1303-555  6817 2016-09-16 05:28:00          11
    +#> 4360             25   A69-1303-555  6819 2016-09-16 05:30:00          11
    +#> 4361             25   A69-1303-555  6820 2016-09-16 05:32:00          11
    +#> 4362             25   A69-1303-555  6821 2016-09-16 05:34:00          11
    +#> 4363             25   A69-1303-555  6823 2016-09-16 05:36:00          11
    +#> 4364             25   A69-1303-555  6824 2016-09-16 05:38:00          11
    +#> 4365             25   A69-1303-555  6825 2016-09-16 05:46:00          11
    +#> 4366             25   A69-1303-555  6826 2016-09-16 05:48:00          11
    +#> 4367             25   A69-1303-555  6827 2016-09-16 05:54:00          11
    +#> 4368             25   A69-1303-555  6829 2016-09-16 05:56:00          11
    +#> 4369             25   A69-1303-555  6831 2016-09-16 05:58:00          11
    +#> 4370             25   A69-1303-555  6834 2016-09-16 06:00:00          11
    +#> 4371             25   A69-1303-555  6835 2016-09-16 06:02:00          11
    +#> 4372             25   A69-1303-555  6837 2016-09-16 06:06:00          11
    +#> 4373             25   A69-1303-555  6838 2016-09-16 06:08:00          11
    +#> 4374             25   A69-1303-555  6839 2016-09-16 06:16:00          11
    +#> 4375             25   A69-1303-555  6840 2016-09-16 06:18:00          11
    +#> 4376             25   A69-1303-555  6841 2016-09-16 06:20:00          11
    +#> 4377             25   A69-1303-555  6843 2016-09-16 06:22:00          11
    +#> 4378             25   A69-1303-555  6844 2016-09-16 06:24:00          11
    +#> 4379             25   A69-1303-555  6846 2016-09-16 06:26:00          11
    +#> 4380             25   A69-1303-555  6848 2016-09-16 06:28:00          11
    +#> 4381             25   A69-1303-555  6850 2016-09-16 06:30:00          11
    +#> 4382             25   A69-1303-555  6851 2016-09-16 06:42:00          11
    +#> 4383             25   A69-1303-555  6853 2016-09-16 06:58:00          11
    +#> 4384             25   A69-1303-555  6854 2016-09-16 20:10:00          38
    +#> 4385             25   A69-1303-555  6855 2016-09-16 20:26:00          38
    +#> 4386             25   A69-1303-555  6856 2016-09-16 20:28:00          38
    +#> 4387             25   A69-1303-555  6858 2016-09-16 20:30:00          38
    +#> 4388             25   A69-1303-555  6859 2016-09-16 20:38:00          38
    +#> 4389             25   A69-1303-555  6860 2016-09-16 20:40:00          38
    +#> 4390             25   A69-1303-555  6861 2016-09-16 20:50:00          38
    +#> 4391             25   A69-1303-555  6862 2016-09-16 20:58:00          38
    +#> 4392             25   A69-1303-555  6863 2016-09-16 21:00:00          38
    +#> 4393             25   A69-1303-555  6864 2016-09-16 21:02:00          38
    +#> 4394             25   A69-1303-555  6866 2016-09-16 21:04:00          38
    +#> 4395             25   A69-1303-555  6867 2016-09-16 21:06:00          38
    +#> 4396             25   A69-1303-555  6869 2016-09-16 21:08:00          38
    +#> 4397             25   A69-1303-555  6870 2016-09-16 21:10:00          38
    +#> 4398             25   A69-1303-555  6872 2016-09-16 21:12:00          38
    +#> 4399             25   A69-1303-555  6874 2016-09-16 21:22:00          38
    +#> 4400             25   A69-1303-555  6875 2016-09-16 21:40:00          38
    +#> 4401             25   A69-1303-555  6876 2016-09-16 22:22:00          38
    +#> 4402             25   A69-1303-555  6877 2016-09-16 22:28:00          38
    +#> 4403             25   A69-1303-555  6879 2016-09-16 22:30:00          38
    +#> 4404             25   A69-1303-555  6880 2016-09-16 22:34:00          38
    +#> 4405             25   A69-1303-555  6882 2016-09-17 20:56:00          39
    +#> 4406             25   A69-1303-555  6884 2016-09-17 20:58:00          39
    +#> 4407             25   A69-1303-555  6886 2016-09-17 21:00:00          39
    +#> 4408             25   A69-1303-555  6887 2016-09-17 21:02:00          39
    +#> 4409             25   A69-1303-555  6890 2016-09-17 21:04:00          39
    +#> 4410             25   A69-1303-555  6892 2016-09-17 21:06:00          39
    +#> 4411             25   A69-1303-555  6893 2016-09-17 21:08:00          39
    +#> 4412             25   A69-1303-555  6895 2016-09-17 21:10:00          39
    +#> 4413             25   A69-1303-555  6897 2016-09-17 21:16:00          39
    +#> 4414             25   A69-1303-555  6898 2016-09-18 22:44:00          23
    +#> 4415             25   A69-1303-555  6900 2016-09-18 22:46:00          23
    +#> 4416             25   A69-1303-555  6901 2016-09-18 22:48:00          23
    +#> 4417             25   A69-1303-555  6903 2016-09-18 22:50:00          23
    +#> 4418             25   A69-1303-555  6905 2016-09-18 22:52:00          23
    +#> 4419             25   A69-1303-555  6906 2016-09-18 22:54:00          23
    +#> 4420             25   A69-1303-555  6908 2016-09-18 22:56:00          23
    +#> 4421             25   A69-1303-555  6910 2016-09-18 22:58:00          23
    +#> 4422             25   A69-1303-555  6913 2016-09-18 23:00:00          23
    +#> 4423             25   A69-1303-555  6914 2016-09-18 23:02:00          23
    +#> 4424             25   A69-1303-555  6915 2016-09-18 23:04:00          23
    +#> 4425             25   A69-1303-555  6917 2016-09-18 23:06:00          23
    +#> 4426             25   A69-1303-555  6919 2016-09-18 23:08:00          23
    +#> 4427             25   A69-1303-555  6920 2016-09-18 23:10:00          23
    +#> 4428             25   A69-1303-555  6922 2016-09-18 23:12:00          23
    +#> 4429             25   A69-1303-555  6923 2016-09-18 23:14:00          23
    +#> 4430             25   A69-1303-555  6926 2016-09-18 23:16:00          23
    +#> 4431             25   A69-1303-555  6928 2016-09-18 23:18:00          23
    +#> 4432             25   A69-1303-555  6930 2016-09-18 23:20:00          23
    +#> 4433             25   A69-1303-555  6932 2016-09-18 23:22:00          23
    +#> 4434             25   A69-1303-555  6934 2016-09-18 23:24:00          23
    +#> 4435             25   A69-1303-555  6936 2016-09-18 23:26:00          23
    +#> 4436             25   A69-1303-555  6938 2016-09-18 23:28:00          23
    +#> 4437             25   A69-1303-555  6940 2016-09-18 23:30:00          23
    +#> 4438             25   A69-1303-555  6941 2016-09-19 02:48:00          39
    +#> 4439             25   A69-1303-555  6942 2016-09-19 02:54:00          39
    +#> 4440             25   A69-1303-555  6945 2016-09-19 02:56:00          39
    +#> 4441             25   A69-1303-555  6947 2016-09-19 02:58:00          39
    +#> 4442             25   A69-1303-555  6948 2016-09-19 03:00:00          39
    +#> 4443             25   A69-1303-555  6950 2016-09-19 03:02:00          39
    +#> 4444             25   A69-1303-555  6952 2016-09-19 03:04:00          39
    +#> 4445             25   A69-1303-555  6953 2016-09-19 03:06:00          39
    +#> 4446             25   A69-1303-555  6955 2016-09-19 03:08:00          39
    +#> 4447             25   A69-1303-555  6957 2016-09-19 03:10:00          39
    +#> 4448             25   A69-1303-555  6958 2016-09-19 03:12:00          39
    +#> 4449             25   A69-1303-555  6960 2016-09-19 03:16:00          39
    +#> 4450             25   A69-1303-555  6962 2016-09-19 03:18:00          39
    +#> 4451             25   A69-1303-555  6963 2016-09-19 03:20:00          39
    +#> 4452             25   A69-1303-555  6965 2016-09-19 03:22:00          39
    +#> 4453             25   A69-1303-555  6967 2016-09-19 03:24:00          39
    +#> 4454             25   A69-1303-555  6969 2016-09-19 03:28:00          39
    +#> 4455             25   A69-1303-555  6971 2016-09-19 03:30:00          39
    +#> 4456             25   A69-1303-555  6972 2016-09-19 03:32:00          39
    +#> 4457             25   A69-1303-555  6973 2016-09-19 03:34:00          39
    +#> 4458             25   A69-1303-555  6974 2016-09-19 03:36:00          39
    +#> 4459             25   A69-1303-555  6975 2016-09-19 04:24:00          39
    +#> 4460             25   A69-1303-555  6976 2016-09-19 04:26:00          39
    +#> 4461             25   A69-1303-555  6977 2016-09-19 04:28:00          39
    +#> 4462             25   A69-1303-555  6978 2016-09-19 04:30:00          39
    +#> 4463             25   A69-1303-555  6979 2016-09-19 04:32:00          39
    +#> 4464             25   A69-1303-555  6980 2016-09-19 04:34:00          39
    +#> 4465             25   A69-1303-555  6981 2016-09-19 07:54:00          39
    +#> 4466             25   A69-1303-555  6982 2016-09-19 07:56:00          39
    +#> 4467             25   A69-1303-555  6983 2016-09-19 07:58:00          39
    +#> 4468             25   A69-1303-555  6984 2016-09-19 08:00:00          39
    +#> 4469             25   A69-1303-555  6986 2016-09-19 08:02:00          39
    +#> 4470             25   A69-1303-555  6987 2016-09-19 08:04:00          39
    +#> 4471             25   A69-1303-555  6988 2016-09-19 08:06:00          39
    +#> 4472             25   A69-1303-555  6991 2016-09-19 08:08:00          39
    +#> 4473             25   A69-1303-555  6993 2016-09-19 08:12:00          39
    +#> 4474             25   A69-1303-555  6995 2016-09-19 18:42:00          11
    +#> 4475             25   A69-1303-555  6996 2016-09-19 18:46:00          11
    +#> 4476             25   A69-1303-555  6997 2016-09-19 18:48:00          11
    +#> 4477             25   A69-1303-555  7000 2016-09-19 18:50:00          11
    +#> 4478             25   A69-1303-555  7002 2016-09-19 18:52:00          11
    +#> 4479             25   A69-1303-555  7004 2016-09-21 00:48:00          38
    +#> 4480             25   A69-1303-555  7005 2016-09-21 00:54:00          38
    +#> 4481             25   A69-1303-555  7006 2016-09-21 01:00:00          38
    +#> 4482             25   A69-1303-555  7007 2016-09-21 01:04:00          38
    +#> 4483             25   A69-1303-555  7008 2016-09-21 01:06:00          38
    +#> 4484             25   A69-1303-555  7009 2016-09-21 01:08:00          38
    +#> 4485             25   A69-1303-555  7010 2016-09-21 01:12:00          38
    +#> 4486             25   A69-1303-555  7011 2016-09-21 01:14:00          38
    +#> 4487             25   A69-1303-555  7012 2016-09-21 01:16:00          38
    +#> 4488             25   A69-1303-555  7013 2016-09-21 01:18:00          38
    +#> 4489             25   A69-1303-555  7015 2016-09-21 01:24:00          38
    +#> 4490             25   A69-1303-555  7016 2016-09-21 01:28:00          38
    +#> 4491             25   A69-1303-555  7017 2016-09-21 01:32:00          38
    +#> 4492             25   A69-1303-555  7018 2016-09-21 01:38:00          38
    +#> 4493             25   A69-1303-555  7019 2016-09-21 19:42:00          11
    +#> 4494             25   A69-1303-555  7021 2016-09-21 19:44:00          11
    +#> 4495             25   A69-1303-555  7023 2016-09-21 19:46:00          11
    +#> 4496             25   A69-1303-555  7025 2016-09-21 19:48:00          11
    +#> 4497             25   A69-1303-555  7026 2016-09-21 22:02:00          11
    +#> 4498             25   A69-1303-555  7027 2016-09-21 22:08:00          11
    +#> 4499             25   A69-1303-555  7028 2016-09-21 22:16:00          11
    +#> 4500             25   A69-1303-555  7029 2016-09-21 22:30:00          11
    +#> 4501             25   A69-1303-555  7031 2016-09-21 22:32:00          11
    +#> 4502             25   A69-1303-555  7033 2016-09-21 22:34:00          11
    +#> 4503             25   A69-1303-555  7034 2016-09-21 22:36:00          11
    +#> 4504             25   A69-1303-555  7037 2016-09-21 22:38:00          11
    +#> 4505             25   A69-1303-555  7039 2016-09-21 22:40:00          11
    +#> 4506             25   A69-1303-555  7041 2016-09-21 22:42:00          11
    +#> 4507             25   A69-1303-555  7043 2016-09-21 22:44:00          11
    +#> 4508             25   A69-1303-555  7044 2016-09-21 22:46:00          11
    +#> 4509             25   A69-1303-555  7045 2016-09-21 22:48:00          11
    +#> 4510             25   A69-1303-555  7046 2016-09-21 22:50:00          11
    +#> 4511             25   A69-1303-555  7047 2016-09-22 09:10:00          11
    +#> 4512             25   A69-1303-555  7048 2016-09-22 09:22:00          11
    +#> 4513             25   A69-1303-555  7050 2016-09-22 09:24:00          11
    +#> 4514             25   A69-1303-555  7052 2016-09-22 09:26:00          11
    +#> 4515             25   A69-1303-555  7053 2016-09-22 09:28:00          11
    +#> 4516             25   A69-1303-555  7055 2016-09-22 09:30:00          11
    +#> 4517             25   A69-1303-555  7056 2016-09-22 09:32:00          11
    +#> 4518             25   A69-1303-555  7058 2016-09-22 09:34:00          11
    +#> 4519             25   A69-1303-555  7060 2016-09-22 09:36:00          11
    +#> 4520             25   A69-1303-555  7061 2016-09-22 09:38:00          11
    +#> 4521             25   A69-1303-555  7063 2016-09-22 09:40:00          11
    +#> 4522             25   A69-1303-555  7064 2016-09-22 09:42:00          11
    +#> 4523             25   A69-1303-555  7065 2016-09-22 09:44:00          11
    +#> 4524             25   A69-1303-555  7067 2016-09-22 09:46:00          11
    +#> 4525             25   A69-1303-555  7070 2016-09-22 09:48:00          11
    +#> 4526             25   A69-1303-555  7071 2016-09-22 09:50:00          11
    +#> 4527             25   A69-1303-555  7073 2016-09-22 09:52:00          11
    +#> 4528             25   A69-1303-555  7075 2016-09-22 09:54:00          11
    +#> 4529             25   A69-1303-555  7077 2016-09-22 09:56:00          11
    +#> 4530             25   A69-1303-555  7078 2016-09-22 09:58:00          11
    +#> 4531             25   A69-1303-555  7079 2016-09-22 10:00:00          11
    +#> 4532             25   A69-1303-555  7081 2016-09-22 10:02:00          11
    +#> 4533             25   A69-1303-555  7082 2016-09-22 10:04:00          11
    +#> 4534             25   A69-1303-555  7084 2016-09-22 10:06:00          11
    +#> 4535             25   A69-1303-555  7087 2016-09-22 10:10:00          11
    +#> 4536             25   A69-1303-555  7089 2016-09-22 10:12:00          11
    +#> 4537             25   A69-1303-555  7091 2016-09-22 10:14:00          11
    +#> 4538             25   A69-1303-555  7092 2016-09-22 10:20:00          11
    +#> 4539             25   A69-1303-555  7093 2016-09-22 10:24:00          11
    +#> 4540             25   A69-1303-555  7095 2016-09-22 10:26:00          11
    +#> 4541             25   A69-1303-555  7098 2016-09-22 10:28:00          11
    +#> 4542             25   A69-1303-555  7100 2016-09-22 10:30:00          11
    +#> 4543             25   A69-1303-555  7101 2016-09-22 10:32:00          11
    +#> 4544             25   A69-1303-555  7103 2016-09-22 10:36:00          11
    +#> 4545             25   A69-1303-555  7105 2016-09-22 10:38:00          11
    +#> 4546             25   A69-1303-555  7107 2016-09-22 10:40:00          11
    +#> 4547             25   A69-1303-555  7109 2016-09-22 10:42:00          11
    +#> 4548             25   A69-1303-555  7111 2016-09-22 10:44:00          11
    +#> 4549             25   A69-1303-555  7113 2016-09-22 10:46:00          11
    +#> 4550             25   A69-1303-555  7115 2016-09-22 10:48:00          11
    +#> 4551             25   A69-1303-555  7116 2016-09-22 10:50:00          11
    +#> 4552             25   A69-1303-555  7118 2016-09-22 10:52:00          11
    +#> 4553             25   A69-1303-555  7120 2016-09-22 10:56:00          11
    +#> 4554             25   A69-1303-555  7121 2016-09-22 10:58:00          11
    +#> 4555             25   A69-1303-555  7122 2016-09-22 11:12:00          11
    +#> 4556             25   A69-1303-555  7123 2016-09-22 11:14:00          11
    +#> 4557             25   A69-1303-555  7125 2016-09-22 11:16:00          11
    +#> 4558             25   A69-1303-555  7126 2016-09-22 11:18:00          11
    +#> 4559             25   A69-1303-555  7129 2016-09-22 11:20:00          11
    +#> 4560             25   A69-1303-555  7130 2016-09-22 11:22:00          11
    +#> 4561             25   A69-1303-555  7132 2016-09-22 11:26:00          11
    +#> 4562             25   A69-1303-555  7133 2016-09-23 03:56:00          38
    +#> 4563             25   A69-1303-555  7134 2016-09-23 04:02:00          38
    +#> 4564             25   A69-1303-555  7135 2016-09-23 04:04:00          38
    +#> 4565             25   A69-1303-555  7136 2016-09-23 18:02:00          39
    +#> 4566             25   A69-1303-555  7137 2016-09-23 18:10:00          39
    +#> 4567             25   A69-1303-555  7138 2016-09-23 18:14:00          39
    +#> 4568             25   A69-1303-555  7139 2016-09-23 18:18:00          39
    +#> 4569             25   A69-1303-555  7140 2016-09-23 18:28:00          39
    +#> 4570             25   A69-1303-555  7141 2016-09-23 18:44:00          39
    +#> 4571             25   A69-1303-555  7142 2016-09-23 18:46:00          39
    +#> 4572             25   A69-1303-555  7143 2016-09-23 18:52:00          39
    +#> 4573             25   A69-1303-555  7145 2016-09-23 18:54:00          39
    +#> 4574             25   A69-1303-555  7146 2016-09-23 18:56:00          39
    +#> 4575             25   A69-1303-555  7148 2016-09-23 18:58:00          39
    +#> 4576             25   A69-1303-555  7149 2016-09-23 19:00:00          39
    +#> 4577             25   A69-1303-555  7151 2016-09-23 23:54:00          39
    +#> 4578             25   A69-1303-555  7152 2016-09-23 23:56:00          39
    +#> 4579             25   A69-1303-555  7153 2016-09-24 00:04:00          39
    +#> 4580             25   A69-1303-555  7154 2016-09-24 00:06:00          39
    +#> 4581             25   A69-1303-555  7155 2016-09-24 00:08:00          39
    +#> 4582             25   A69-1303-555  7156 2016-09-24 00:12:00          39
    +#> 4583             25   A69-1303-555  7157 2016-09-27 12:54:00          39
    +#> 4584             25   A69-1303-555  7158 2016-09-27 12:56:00          39
    +#> 4585             25   A69-1303-555  7160 2016-09-27 12:58:00          39
    +#> 4586             25   A69-1303-555  7161 2016-09-27 13:00:00          39
    +#> 4587             25   A69-1303-555  7163 2016-09-27 13:02:00          39
    +#> 4588             25   A69-1303-555  7164 2016-09-27 13:04:00          39
    +#> 4589             25   A69-1303-555  7166 2016-09-27 13:06:00          39
    +#> 4590             25   A69-1303-555  7167 2016-09-27 15:06:00          39
    +#> 4591             25   A69-1303-555  7168 2016-09-27 15:08:00          39
    +#> 4592             25   A69-1303-555  7169 2016-09-27 15:10:00          39
    +#> 4593             25   A69-1303-555  7172 2016-09-27 15:12:00          39
    +#> 4594             25   A69-1303-555  7173 2016-09-27 17:20:00          39
    +#> 4595             25   A69-1303-555  7174 2016-09-27 17:22:00          39
    +#> 4596             25   A69-1303-555  7175 2016-09-27 17:24:00          39
    +#> 4597             25   A69-1303-555  7178 2016-09-27 17:26:00          39
    +#> 4598             25   A69-1303-555  7179 2016-09-27 17:28:00          39
    +#> 4599             25   A69-1303-555  7180 2016-09-27 17:30:00          39
    +#> 4600             25   A69-1303-555  7181 2016-09-27 17:32:00          39
    +#> 4601             25   A69-1303-555  7182 2016-09-27 17:34:00          39
    +#> 4602             25   A69-1303-555  7183 2016-09-27 17:36:00          39
    +#> 4603             25   A69-1303-555  7185 2016-09-27 17:38:00          39
    +#> 4604             25   A69-1303-555  7187 2016-09-27 17:44:00          39
    +#> 4605             25   A69-1303-555  7188 2016-09-27 17:50:00          39
    +#> 4606             25   A69-1303-555  7189 2016-09-27 18:00:00          39
    +#> 4607             25   A69-1303-555  7191 2016-09-27 18:02:00          39
    +#> 4608             25   A69-1303-555  7193 2016-09-27 18:36:00          39
    +#> 4609             25   A69-1303-555  7194 2016-09-27 18:40:00          39
    +#> 4610             25   A69-1303-555  7195 2016-09-27 18:44:00          39
    +#> 4611             25   A69-1303-555  7196 2016-09-28 13:06:00          39
    +#> 4612             25   A69-1303-555  7197 2016-09-28 13:08:00          39
    +#> 4613             25   A69-1303-555  7198 2016-09-28 13:10:00          39
    +#> 4614             25   A69-1303-555  7199 2016-09-28 13:12:00          39
    +#> 4615             25   A69-1303-555  7201 2016-09-28 13:14:00          39
    +#> 4616             25   A69-1303-555  7203 2016-09-28 13:18:00          39
    +#> 4617             25   A69-1303-555  7205 2016-09-28 13:20:00          39
    +#> 4618             25   A69-1303-555  7207 2016-09-28 13:24:00          39
    +#> 4619             25   A69-1303-555  7208 2016-09-28 13:26:00          39
    +#> 4620             25   A69-1303-555  7209 2016-09-28 13:28:00          39
    +#> 4621             25   A69-1303-555  7211 2016-09-28 13:40:00          39
    +#> 4622             25   A69-1303-555  7212 2016-09-28 20:00:00          39
    +#> 4623             25   A69-1303-555  7213 2016-09-28 20:18:00          39
    +#> 4624             25   A69-1303-555  7215 2016-09-28 20:20:00          39
    +#> 4625             25   A69-1303-555  7216 2016-09-30 10:02:00          39
    +#> 4626             25   A69-1303-555  7217 2016-09-30 10:12:00          39
    +#> 4627             25   A69-1303-555  7218 2016-09-30 10:14:00          39
    +#> 4628             25   A69-1303-555  7219 2016-09-30 10:16:00          39
    +#> 4629             25   A69-1303-555  7220 2016-09-30 10:18:00          39
    +#> 4630             25   A69-1303-555  7221 2016-09-30 10:32:00          39
    +#> 4631             25   A69-1303-555  7222 2016-09-30 16:20:00          39
    +#> 4632             25   A69-1303-555  7223 2016-09-30 16:28:00          39
    +#> 4633             25   A69-1303-555  7224 2016-09-30 18:12:00          39
    +#> 4634             25   A69-1303-555  7225 2016-09-30 18:14:00          39
    +#> 4635             25   A69-1303-555  7226 2016-09-30 18:18:00          39
    +#> 4636             25   A69-1303-555  7227 2016-10-01 04:00:00          39
    +#> 4637             25   A69-1303-555  7228 2016-10-01 04:06:00          39
    +#> 4638             25   A69-1303-555  7230 2016-10-01 04:08:00          39
    +#> 4639             25   A69-1303-555  7231 2016-10-01 04:12:00          39
    +#> 4640             25   A69-1303-555  7233 2016-10-01 04:16:00          39
    +#> 4641             25   A69-1303-555  7235 2016-10-01 04:18:00          39
    +#> 4642             25   A69-1303-555  7236 2016-10-01 04:20:00          39
    +#> 4643             25   A69-1303-555  7237 2016-10-02 03:54:00          39
    +#> 4644             25   A69-1303-555  7238 2016-10-02 03:58:00          39
    +#> 4645             25   A69-1303-555  7239 2016-10-02 15:56:00          39
    +#> 4646             25   A69-1303-555  7240 2016-10-02 16:00:00          39
    +#> 4647             25   A69-1303-555  7241 2016-10-02 16:02:00          39
    +#> 4648             25   A69-1303-555  7242 2016-10-02 16:04:00          39
    +#> 4649             25   A69-1303-555  7243 2016-10-02 16:06:00          39
    +#> 4650             25   A69-1303-555  7245 2016-10-02 16:08:00          39
    +#> 4651             25   A69-1303-555  7247 2016-10-02 16:10:00          39
    +#> 4652             25   A69-1303-555  7248 2016-10-02 16:12:00          39
    +#> 4653             25   A69-1303-555  7250 2016-10-02 16:14:00          39
    +#> 4654             25   A69-1303-555  7252 2016-10-03 05:50:00          39
    +#> 4655             25   A69-1303-555  7253 2016-10-03 05:58:00          39
    +#> 4656             25   A69-1303-555  7254 2016-10-03 06:02:00          39
    +#> 4657             25   A69-1303-555  7256 2016-10-03 06:12:00          39
    +#> 4658             25   A69-1303-555  7257 2016-10-03 06:56:00          39
    +#> 4659             25   A69-1303-555  7258 2016-10-03 07:00:00          39
    +#> 4660             25   A69-1303-555  7260 2016-10-03 07:02:00          39
    +#> 4661             25   A69-1303-555  7262 2016-10-03 07:04:00          39
    +#> 4662             25   A69-1303-555  7264 2016-10-03 07:06:00          39
    +#> 4663             25   A69-1303-555  7265 2016-10-03 07:08:00          39
    +#> 4664             25   A69-1303-555  7267 2016-10-03 07:10:00          39
    +#> 4665             25   A69-1303-555  7268 2016-10-03 07:12:00          39
    +#> 4666             25   A69-1303-555  7269 2016-10-03 07:14:00          39
    +#> 4667             25   A69-1303-555  7271 2016-10-04 18:04:00          39
    +#> 4668             25   A69-1303-555  7273 2016-10-04 18:10:00          39
    +#> 4669             25   A69-1303-555  7275 2016-10-04 18:12:00          39
    +#> 4670             25   A69-1303-555  7276 2016-10-04 18:14:00          39
    +#> 4671             25   A69-1303-555  7279 2016-10-04 18:16:00          39
    +#> 4672             25   A69-1303-555  7280 2016-10-04 18:18:00          39
    +#> 4673             25   A69-1303-555  7282 2016-10-04 18:20:00          39
    +#> 4674             25   A69-1303-555  7284 2016-10-04 18:22:00          39
    +#> 4675             25   A69-1303-555  7285 2016-10-04 18:24:00          39
    +#> 4676             25   A69-1303-555  7287 2016-10-04 18:26:00          39
    +#> 4677             25   A69-1303-555  7289 2016-10-04 18:28:00          39
    +#> 4678             25   A69-1303-555  7291 2016-10-04 18:30:00          39
    +#> 4679             25   A69-1303-555  7293 2016-10-04 18:32:00          39
    +#> 4680             25   A69-1303-555  7294 2016-10-04 18:34:00          39
    +#> 4681             25   A69-1303-555  7296 2016-10-04 18:36:00          39
    +#> 4682             25   A69-1303-555  7297 2016-10-04 18:38:00          39
    +#> 4683             25   A69-1303-555  7298 2016-10-04 18:42:00          39
    +#> 4684             25   A69-1303-555  7299 2016-10-04 18:44:00          39
    +#> 4685             25   A69-1303-555  7302 2016-10-04 18:46:00          39
    +#> 4686             25   A69-1303-555  7303 2016-10-04 18:48:00          39
    +#> 4687             25   A69-1303-555  7305 2016-10-04 18:50:00          39
    +#> 4688             25   A69-1303-555  7307 2016-10-04 18:52:00          39
    +#> 4689             25   A69-1303-555  7309 2016-10-04 18:54:00          39
    +#> 4690             25   A69-1303-555  7310 2016-10-04 18:56:00          39
    +#> 4691             25   A69-1303-555  7313 2016-10-04 18:58:00          39
    +#> 4692             25   A69-1303-555  7314 2016-10-04 19:00:00          39
    +#> 4693             25   A69-1303-555  7316 2016-10-04 19:02:00          39
    +#> 4694             25   A69-1303-555  7318 2016-10-04 19:04:00          39
    +#> 4695             25   A69-1303-555  7319 2016-10-04 19:06:00          39
    +#> 4696             25   A69-1303-555  7320 2016-10-04 19:08:00          39
    +#> 4697             25   A69-1303-555  7322 2016-10-04 19:10:00          39
    +#> 4698             25   A69-1303-555  7324 2016-10-04 19:12:00          39
    +#> 4699             25   A69-1303-555  7327 2016-10-04 19:16:00          39
    +#> 4700             25   A69-1303-555  7328 2016-10-04 19:18:00          39
    +#> 4701             25   A69-1303-555  7330 2016-10-04 19:22:00          39
    +#> 4702             25   A69-1303-555  7331 2016-10-04 19:24:00          39
    +#> 4703             25   A69-1303-555  7332 2016-10-04 19:26:00          39
    +#> 4704             25   A69-1303-555  7333 2016-10-04 19:28:00          39
    +#> 4705             25   A69-1303-555  7334 2016-10-04 19:30:00          39
    +#> 4706             25   A69-1303-555  7336 2016-10-04 19:32:00          39
    +#> 4707             25   A69-1303-555  7338 2016-10-04 19:34:00          39
    +#> 4708             25   A69-1303-555  7339 2016-10-04 19:36:00          39
    +#> 4709             25   A69-1303-555  7340 2016-10-04 19:38:00          39
    +#> 4710             25   A69-1303-555  7342 2016-10-04 19:40:00          39
    +#> 4711             25   A69-1303-555  7344 2016-10-04 19:42:00          39
    +#> 4712             25   A69-1303-555  7346 2016-10-04 19:44:00          39
    +#> 4713             25   A69-1303-555  7347 2016-10-04 19:46:00          39
    +#> 4714             25   A69-1303-555  7348 2016-10-04 19:48:00          39
    +#> 4715             25   A69-1303-555  7349 2016-10-04 19:52:00          39
    +#> 4716             25   A69-1303-555  7350 2016-10-04 19:54:00          39
    +#> 4717             25   A69-1303-555  7351 2016-10-04 19:56:00          39
    +#> 4718             25   A69-1303-555  7352 2016-10-04 19:58:00          39
    +#> 4719             25   A69-1303-555  7354 2016-10-04 20:00:00          39
    +#> 4720             25   A69-1303-555  7355 2016-10-04 20:02:00          39
    +#> 4721             25   A69-1303-555  7356 2016-10-06 03:22:00          39
    +#> 4722             25   A69-1303-555  7357 2016-10-06 03:32:00          39
    +#> 4723             25   A69-1303-555  7358 2016-10-06 03:34:00          39
    +#> 4724             25   A69-1303-555  7359 2016-10-06 03:36:00          39
    +#> 4725             25   A69-1303-555  7360 2016-10-06 03:38:00          39
    +#> 4726             25   A69-1303-555  7361 2016-10-06 15:14:00          39
    +#> 4727             25   A69-1303-555  7362 2016-10-06 15:16:00          39
    +#> 4728             25   A69-1303-555  7364 2016-10-06 15:18:00          39
    +#> 4729             25   A69-1303-555  7366 2016-10-06 15:28:00          39
    +#> 4730             25   A69-1303-555  7367 2016-10-06 15:30:00          39
    +#> 4731             25   A69-1303-555  7368 2016-10-06 15:32:00          39
    +#> 4732             25   A69-1303-555  7369 2016-10-06 15:42:00          39
    +#> 4733             25   A69-1303-555  7370 2016-10-06 15:44:00          39
    +#> 4734             25   A69-1303-555  7372 2016-10-06 15:46:00          39
    +#> 4735             25   A69-1303-555  7373 2016-10-06 15:54:00          39
    +#> 4736             25   A69-1303-555  7374 2016-10-06 15:58:00          39
    +#> 4737             25   A69-1303-555  7375 2016-10-06 19:28:00          29
    +#> 4738             25   A69-1303-555  7377 2016-10-06 19:36:00          29
    +#> 4739             25   A69-1303-555  7378 2016-10-07 10:12:00          29
    +#> 4740             25   A69-1303-555  7379 2016-10-07 10:20:00          29
    +#> 4741             25   A69-1303-555  7381 2016-10-07 10:28:00          29
    +#> 4742             25   A69-1303-555  7382 2016-10-07 10:32:00          29
    +#> 4743             25   A69-1303-555  7383 2016-10-07 10:34:00          29
    +#> 4744             25   A69-1303-555  7385 2016-10-07 10:36:00          29
    +#> 4745             25   A69-1303-555  7386 2016-10-07 10:38:00          29
    +#> 4746             25   A69-1303-555  7388 2016-10-07 10:40:00          29
    +#> 4747             25   A69-1303-555  7389 2016-10-07 10:42:00          29
    +#> 4748             25   A69-1303-555  7390 2016-10-07 10:44:00          29
    +#> 4749             25   A69-1303-555  7391 2016-10-07 10:46:00          29
    +#> 4750             25   A69-1303-555  7392 2016-10-07 10:48:00          29
    +#> 4751             25   A69-1303-555  7393 2016-10-07 10:52:00          29
    +#> 4752             25   A69-1303-555  7394 2016-10-07 11:42:00          29
    +#> 4753             25   A69-1303-555  7396 2016-10-07 11:44:00          29
    +#> 4754             25   A69-1303-555  7398 2016-10-07 11:46:00          29
    +#> 4755             25   A69-1303-555  7399 2016-10-07 11:48:00          29
    +#> 4756             25   A69-1303-555  7400 2016-10-07 11:50:00          29
    +#> 4757             25   A69-1303-555  7401 2016-10-07 11:52:00          29
    +#> 4758             25   A69-1303-555  7403 2016-10-07 11:54:00          29
    +#> 4759             25   A69-1303-555  7404 2016-10-07 11:56:00          29
    +#> 4760             25   A69-1303-555  7405 2016-10-07 12:02:00          29
    +#> 4761             25   A69-1303-555  7407 2016-10-07 12:04:00          29
    +#> 4762             25   A69-1303-555  7408 2016-10-07 12:06:00          29
    +#> 4763             25   A69-1303-555  7410 2016-10-07 12:08:00          29
    +#> 4764             25   A69-1303-555  7411 2016-10-07 12:10:00          29
    +#> 4765             25   A69-1303-555  7413 2016-10-07 12:12:00          29
    +#> 4766             25   A69-1303-555  7415 2016-10-07 12:14:00          29
    +#> 4767             25   A69-1303-555  7417 2016-10-07 12:16:00          29
    +#> 4768             25   A69-1303-555  7418 2016-10-07 12:18:00          29
    +#> 4769             25   A69-1303-555  7420 2016-10-07 12:20:00          29
    +#> 4770             25   A69-1303-555  7423 2016-10-07 12:22:00          29
    +#> 4771             25   A69-1303-555  7424 2016-10-07 12:26:00          29
    +#> 4772             25   A69-1303-555  7425 2016-10-07 12:28:00          29
    +#> 4773             25   A69-1303-555  7427 2016-10-07 12:30:00          29
    +#> 4774             25   A69-1303-555  7429 2016-10-07 12:32:00          29
    +#> 4775             25   A69-1303-555  7431 2016-10-07 12:34:00          29
    +#> 4776             25   A69-1303-555  7433 2016-10-07 12:36:00          29
    +#> 4777             25   A69-1303-555  7434 2016-10-07 12:38:00          29
    +#> 4778             25   A69-1303-555  7435 2016-10-07 12:40:00          29
    +#> 4779             25   A69-1303-555  7436 2016-10-07 12:42:00          29
    +#> 4780             25   A69-1303-555  7438 2016-10-07 12:44:00          29
    +#> 4781             25   A69-1303-555  7439 2016-10-07 12:46:00          29
    +#> 4782             25   A69-1303-555  7440 2016-10-07 12:48:00          29
    +#> 4783             25   A69-1303-555  7442 2016-10-07 12:50:00          29
    +#> 4784             25   A69-1303-555  7444 2016-10-07 12:52:00          29
    +#> 4785             25   A69-1303-555  7446 2016-10-07 12:56:00          29
    +#> 4786             25   A69-1303-555  7448 2016-10-07 12:58:00          29
    +#> 4787             25   A69-1303-555  7449 2016-10-07 13:02:00          29
    +#> 4788             25   A69-1303-555  7450 2016-10-07 13:06:00          29
    +#> 4789             25   A69-1303-555  7451 2016-10-08 13:42:00          29
    +#> 4790             25   A69-1303-555  7452 2016-10-08 13:46:00          29
    +#> 4791             25   A69-1303-555  7454 2016-10-08 13:50:00          29
    +#> 4792             25   A69-1303-555  7455 2016-10-08 13:52:00          29
    +#> 4793             25   A69-1303-555  7456 2016-10-08 13:54:00          29
    +#> 4794             25   A69-1303-555  7458 2016-10-08 13:56:00          29
    +#> 4795             25   A69-1303-555  7460 2016-10-08 13:58:00          29
    +#> 4796             25   A69-1303-555  7462 2016-10-08 14:00:00          29
    +#> 4797             25   A69-1303-555  7464 2016-10-08 14:02:00          29
    +#> 4798             25   A69-1303-555  7466 2016-10-08 14:04:00          29
    +#> 4799             25   A69-1303-555  7468 2016-10-08 14:06:00          29
    +#> 4800             25   A69-1303-555  7469 2016-10-08 14:08:00          29
    +#> 4801             25   A69-1303-555  7471 2016-10-08 14:10:00          29
    +#> 4802             25   A69-1303-555  7473 2016-10-08 14:12:00          29
    +#> 4803             25   A69-1303-555  7474 2016-10-08 14:14:00          29
    +#> 4804             25   A69-1303-555  7476 2016-10-08 14:16:00          29
    +#> 4805             25   A69-1303-555  7477 2016-10-08 14:18:00          29
    +#> 4806             25   A69-1303-555  7479 2016-10-08 14:20:00          29
    +#> 4807             25   A69-1303-555  7480 2016-10-08 14:22:00          29
    +#> 4808             25   A69-1303-555  7481 2016-10-08 14:26:00          29
    +#> 4809             25   A69-1303-555  7482 2016-10-08 14:28:00          29
    +#> 4810             25   A69-1303-555  7483 2016-10-08 23:36:00          29
    +#> 4811             25   A69-1303-555  7484 2016-10-08 23:38:00          29
    +#> 4812             25   A69-1303-555  7485 2016-10-08 23:40:00          29
    +#> 4813             25   A69-1303-555  7486 2016-10-08 23:42:00          29
    +#> 4814             25   A69-1303-555  7488 2016-10-08 23:44:00          29
    +#> 4815             25   A69-1303-555  7489 2016-10-08 23:46:00          29
    +#> 4816             25   A69-1303-555  7490 2016-10-08 23:48:00          29
    +#> 4817             25   A69-1303-555  7493 2016-10-08 23:50:00          29
    +#> 4818             25   A69-1303-555  7495 2016-10-08 23:52:00          29
    +#> 4819             25   A69-1303-555  7497 2016-10-08 23:54:00          29
    +#> 4820             25   A69-1303-555  7498 2016-10-08 23:56:00          29
    +#> 4821             25   A69-1303-555  7500 2016-10-08 23:58:00          29
    +#> 4822             25   A69-1303-555  7502 2016-10-09 00:00:00          29
    +#> 4823             25   A69-1303-555  7503 2016-10-09 00:04:00          29
    +#> 4824             25   A69-1303-555  7505 2016-10-09 00:06:00          29
    +#> 4825             25   A69-1303-555  7507 2016-10-09 00:08:00          29
    +#> 4826             25   A69-1303-555  7509 2016-10-09 00:10:00          29
    +#> 4827             25   A69-1303-555  7510 2016-10-09 00:12:00          29
    +#> 4828             25   A69-1303-555  7512 2016-10-09 00:14:00          29
    +#> 4829             25   A69-1303-555  7514 2016-10-09 00:16:00          29
    +#> 4830             25   A69-1303-555  7516 2016-10-09 00:18:00          29
    +#> 4831             25   A69-1303-555  7518 2016-10-09 00:20:00          29
    +#> 4832             25   A69-1303-555  7520 2016-10-09 11:32:00          39
    +#> 4833             25   A69-1303-555  7521 2016-10-09 11:40:00          39
    +#> 4834             25   A69-1303-555  7522 2016-10-09 15:20:00          39
    +#> 4835             25   A69-1303-555  7523 2016-10-09 15:22:00          39
    +#> 4836             25   A69-1303-555  7524 2016-10-09 15:24:00          39
    +#> 4837             25   A69-1303-555  7525 2016-10-09 15:26:00          39
    +#> 4838             25   A69-1303-555  7527 2016-10-09 15:28:00          39
    +#> 4839             25   A69-1303-555  7528 2016-10-09 15:36:00          39
    +#> 4840             25   A69-1303-555  7529 2016-10-09 15:38:00          39
    +#> 4841             25   A69-1303-555  7530 2016-10-09 15:40:00          39
    +#> 4842             25   A69-1303-555  7531 2016-10-09 15:42:00          39
    +#> 4843             25   A69-1303-555  7533 2016-10-09 15:44:00          39
    +#> 4844             25   A69-1303-555  7535 2016-10-09 15:46:00          39
    +#> 4845             25   A69-1303-555  7537 2016-10-09 15:50:00          39
    +#> 4846             25   A69-1303-555  7538 2016-10-09 15:52:00          39
    +#> 4847             25   A69-1303-555  7539 2016-10-09 15:54:00          39
    +#> 4848             25   A69-1303-555  7541 2016-10-09 20:38:00          39
    +#> 4849             25   A69-1303-555  7542 2016-10-09 20:40:00          39
    +#> 4850             25   A69-1303-555  7545 2016-10-09 20:42:00          39
    +#> 4851             25   A69-1303-555  7547 2016-10-09 20:44:00          39
    +#> 4852             25   A69-1303-555  7549 2016-10-09 20:46:00          39
    +#> 4853             25   A69-1303-555  7551 2016-10-09 20:48:00          39
    +#> 4854             25   A69-1303-555  7552 2016-10-09 20:50:00          39
    +#> 4855             25   A69-1303-555  7554 2016-10-09 20:52:00          39
    +#> 4856             25   A69-1303-555  7556 2016-10-09 20:54:00          39
    +#> 4857             25   A69-1303-555  7558 2016-10-09 20:56:00          39
    +#> 4858             25   A69-1303-555  7559 2016-10-09 20:58:00          39
    +#> 4859             25   A69-1303-555  7561 2016-10-09 21:00:00          39
    +#> 4860             25   A69-1303-555  7562 2016-10-09 21:02:00          39
    +#> 4861             25   A69-1303-555  7563 2016-10-09 21:04:00          39
    +#> 4862             25   A69-1303-555  7564 2016-10-09 21:06:00          39
    +#> 4863             25   A69-1303-555  7565 2016-10-10 00:08:00          39
    +#> 4864             25   A69-1303-555  7567 2016-10-10 00:10:00          39
    +#> 4865             25   A69-1303-555  7568 2016-10-10 00:12:00          39
    +#> 4866             25   A69-1303-555  7570 2016-10-10 00:16:00          39
    +#> 4867             25   A69-1303-555  7572 2016-10-10 00:18:00          39
    +#> 4868             25   A69-1303-555  7573 2016-10-10 00:20:00          39
    +#> 4869             25   A69-1303-555  7574 2016-10-10 00:22:00          39
    +#> 4870             25   A69-1303-555  7576 2016-10-10 00:24:00          39
    +#> 4871             25   A69-1303-555  7577 2016-10-10 00:26:00          39
    +#> 4872             25   A69-1303-555  7578 2016-10-10 00:28:00          39
    +#> 4873             25   A69-1303-555  7580 2016-10-10 00:30:00          39
    +#> 4874             25   A69-1303-555  7581 2016-10-10 00:32:00          39
    +#> 4875             25   A69-1303-555  7582 2016-10-10 00:34:00          39
    +#> 4876             25   A69-1303-555  7584 2016-10-10 00:36:00          39
    +#> 4877             25   A69-1303-555  7586 2016-10-10 00:38:00          39
    +#> 4878             25   A69-1303-555  7587 2016-10-10 00:40:00          39
    +#> 4879             25   A69-1303-555  7589 2016-10-10 00:42:00          39
    +#> 4880             25   A69-1303-555  7592 2016-10-10 00:44:00          39
    +#> 4881             25   A69-1303-555  7593 2016-10-10 00:46:00          39
    +#> 4882             25   A69-1303-555  7594 2016-10-10 00:48:00          39
    +#> 4883             25   A69-1303-555  7595 2016-10-10 01:00:00          39
    +#> 4884             25   A69-1303-555  7596 2016-10-10 01:10:00          39
    +#> 4885             25   A69-1303-555  7598 2016-10-10 01:12:00          39
    +#> 4886             25   A69-1303-555  7600 2016-10-10 01:14:00          39
    +#> 4887             25   A69-1303-555  7601 2016-10-10 01:16:00          39
    +#> 4888             25   A69-1303-555  7602 2016-10-10 01:18:00          39
    +#> 4889             25   A69-1303-555  7605 2016-10-10 01:20:00          39
    +#> 4890             25   A69-1303-555  7607 2016-10-10 01:24:00          39
    +#> 4891             25   A69-1303-555  7608 2016-10-10 01:28:00          39
    +#> 4892             25   A69-1303-555  7609 2016-10-10 01:30:00          39
    +#> 4893             25   A69-1303-555  7611 2016-10-10 01:34:00          39
    +#> 4894             25   A69-1303-555  7612 2016-10-10 01:36:00          39
    +#> 4895             25   A69-1303-555  7614 2016-10-10 01:38:00          39
    +#> 4896             25   A69-1303-555  7615 2016-10-10 01:40:00          39
    +#> 4897             25   A69-1303-555  7616 2016-10-11 09:30:00          39
    +#> 4898             25   A69-1303-555  7619 2016-10-11 09:32:00          39
    +#> 4899             25   A69-1303-555  7620 2016-10-11 09:40:00          39
    +#> 4900             25   A69-1303-555  7621 2016-10-11 09:42:00          39
    +#> 4901             25   A69-1303-555  7622 2016-10-11 09:50:00          39
    +#> 4902             25   A69-1303-555  7624 2016-10-11 09:52:00          39
    +#> 4903             25   A69-1303-555  7626 2016-10-11 09:54:00          39
    +#> 4904             25   A69-1303-555  7628 2016-10-11 09:56:00          39
    +#> 4905             25   A69-1303-555  7630 2016-10-11 09:58:00          39
    +#> 4906             25   A69-1303-555  7631 2016-10-11 10:00:00          39
    +#> 4907             25   A69-1303-555  7634 2016-10-11 10:02:00          39
    +#> 4908             25   A69-1303-555  7635 2016-10-11 10:04:00          39
    +#> 4909             25   A69-1303-555  7636 2016-10-11 10:06:00          39
    +#> 4910             25   A69-1303-555  7637 2016-10-11 21:36:00          39
    +#> 4911             25   A69-1303-555  7639 2016-10-11 21:44:00          39
    +#> 4912             25   A69-1303-555  7640 2016-10-11 21:48:00          39
    +#> 4913             25   A69-1303-555  7641 2016-10-11 21:50:00          39
    +#> 4914             25   A69-1303-555  7643 2016-10-11 21:56:00          39
    +#> 4915             25   A69-1303-555  7644 2016-10-11 22:00:00          39
    +#> 4916             25   A69-1303-555  7645 2016-10-12 08:30:00          39
    +#> 4917             25   A69-1303-555  7646 2016-10-12 08:32:00          39
    +#> 4918             25   A69-1303-555  7648 2016-10-12 08:34:00          39
    +#> 4919             25   A69-1303-555  7650 2016-10-12 08:36:00          39
    +#> 4920             25   A69-1303-555  7652 2016-10-12 08:42:00          39
    +#> 4921             25   A69-1303-555  7653 2016-10-12 08:46:00          39
    +#> 4922             25   A69-1303-555  7654 2016-10-12 08:48:00          39
    +#> 4923             25   A69-1303-555  7655 2016-10-12 08:50:00          39
    +#> 4924             25   A69-1303-555  7657 2016-10-12 08:54:00          39
    +#> 4925             25   A69-1303-555  7658 2016-10-13 17:18:00          39
    +#> 4926             25   A69-1303-555  7659 2016-10-13 17:24:00          39
    +#> 4927             25   A69-1303-555  7661 2016-10-13 17:26:00          39
    +#> 4928             25   A69-1303-555  7663 2016-10-13 17:28:00          39
    +#> 4929             25   A69-1303-555  7664 2016-10-13 17:30:00          39
    +#> 4930             25   A69-1303-555  7665 2016-10-13 17:32:00          39
    +#> 4931             25   A69-1303-555  7666 2016-10-13 17:34:00          39
    +#> 4932             25   A69-1303-555  7668 2016-10-13 17:36:00          39
    +#> 4933             25   A69-1303-555  7670 2016-10-13 17:40:00          39
    +#> 4934             25   A69-1303-555  7671 2016-10-13 17:42:00          39
    +#> 4935             25   A69-1303-555  7672 2016-10-13 17:44:00          39
    +#> 4936             25   A69-1303-555  7674 2016-10-13 17:46:00          39
    +#> 4937             25   A69-1303-555  7675 2016-10-14 00:28:00          39
    +#> 4938             25   A69-1303-555  7676 2016-10-14 00:30:00          39
    +#> 4939             25   A69-1303-555  7678 2016-10-14 00:32:00          39
    +#> 4940             25   A69-1303-555  7679 2016-10-14 00:34:00          39
    +#> 4941             25   A69-1303-555  7680 2016-10-14 00:36:00          39
    +#> 4942             25   A69-1303-555  7681 2016-10-14 00:38:00          39
    +#> 4943             25   A69-1303-555  7683 2016-10-14 00:42:00          39
    +#> 4944             25   A69-1303-555  7684 2016-10-14 00:44:00          39
    +#> 4945             25   A69-1303-555  7686 2016-10-14 00:46:00          39
    +#> 4946             25   A69-1303-555  7688 2016-10-14 00:48:00          39
    +#> 4947             25   A69-1303-555  7689 2016-10-14 00:50:00          39
    +#> 4948             25   A69-1303-555  7691 2016-10-14 00:54:00          39
    +#> 4949             25   A69-1303-555  7693 2016-10-14 00:56:00          39
    +#> 4950             25   A69-1303-555  7695 2016-10-14 00:58:00          39
    +#> 4951             25   A69-1303-555  7697 2016-10-14 01:00:00          39
    +#> 4952             25   A69-1303-555  7699 2016-10-14 01:02:00          39
    +#> 4953             25   A69-1303-555  7700 2016-10-14 01:04:00          39
    +#> 4954             25   A69-1303-555  7702 2016-10-14 01:06:00          39
    +#> 4955             25   A69-1303-555  7703 2016-10-14 01:10:00          39
    +#> 4956             25   A69-1303-555  7704 2016-10-14 01:12:00          39
    +#> 4957             25   A69-1303-555  7705 2016-10-14 01:14:00          39
    +#> 4958             25   A69-1303-555  7707 2016-10-14 01:22:00          39
    +#> 4959             25   A69-1303-555  7710 2016-10-14 01:24:00          39
    +#> 4960             25   A69-1303-555  7711 2016-10-15 17:04:00          11
    +#> 4961             25   A69-1303-555  7713 2016-10-15 17:06:00          11
    +#> 4962             25   A69-1303-555  7714 2016-10-15 17:14:00          11
    +#> 4963             25   A69-1303-555  7715 2016-10-15 17:24:00          11
    +#> 4964             25   A69-1303-555  7716 2016-10-15 17:28:00          11
    +#> 4965             25   A69-1303-555  7717 2016-10-15 17:34:00          11
    +#> 4966             25   A69-1303-555  7718 2016-10-15 17:38:00          11
    +#> 4967             25   A69-1303-555  7721 2016-10-15 17:40:00          11
    +#> 4968             25   A69-1303-555  7722 2016-10-15 17:42:00          11
    +#> 4969             25   A69-1303-555  7723 2016-10-15 17:44:00          11
    +#> 4970             25   A69-1303-555  7725 2016-10-15 17:50:00          11
    +#> 4971             25   A69-1303-555  7727 2016-10-15 17:54:00          11
    +#> 4972             25   A69-1303-555  7729 2016-10-15 17:58:00          11
    +#> 4973             25   A69-1303-555  7730 2016-10-15 18:00:00          11
    +#> 4974             25   A69-1303-555  7732 2016-10-15 18:02:00          11
    +#> 4975             25   A69-1303-555  7733 2016-10-15 18:04:00          11
    +#> 4976             25   A69-1303-555  7734 2016-10-15 18:06:00          11
    +#> 4977             25   A69-1303-555  7736 2016-10-15 18:08:00          11
    +#> 4978             25   A69-1303-555  7737 2016-10-15 18:10:00          11
    +#> 4979             25   A69-1303-555  7739 2016-10-15 18:12:00          11
    +#> 4980             25   A69-1303-555  7741 2016-10-15 18:14:00          11
    +#> 4981             25   A69-1303-555  7744 2016-10-15 18:16:00          11
    +#> 4982             25   A69-1303-555  7745 2016-10-15 18:18:00          11
    +#> 4983             25   A69-1303-555  7747 2016-10-15 18:20:00          11
    +#> 4984             25   A69-1303-555  7749 2016-10-15 18:22:00          11
    +#> 4985             25   A69-1303-555  7750 2016-10-15 18:24:00          11
    +#> 4986             25   A69-1303-555  7752 2016-10-15 18:26:00          11
    +#> 4987             25   A69-1303-555  7754 2016-10-15 18:28:00          11
    +#> 4988             25   A69-1303-555  7757 2016-10-15 18:30:00          11
    +#> 4989             25   A69-1303-555  7758 2016-10-15 18:32:00          11
    +#> 4990             25   A69-1303-555  7760 2016-10-15 18:34:00          11
    +#> 4991             25   A69-1303-555  7762 2016-10-15 18:36:00          11
    +#> 4992             25   A69-1303-555  7764 2016-10-15 18:38:00          11
    +#> 4993             25   A69-1303-555  7765 2016-10-15 18:40:00          11
    +#> 4994             25   A69-1303-555  7767 2016-10-15 18:42:00          11
    +#> 4995             25   A69-1303-555  7769 2016-10-15 18:44:00          11
    +#> 4996             25   A69-1303-555  7771 2016-10-15 18:46:00          11
    +#> 4997             25   A69-1303-555  7772 2016-10-15 18:48:00          11
    +#> 4998             25   A69-1303-555  7773 2016-10-15 18:50:00          11
    +#> 4999             25   A69-1303-555  7775 2016-10-15 18:52:00          11
    +#> 5000             25   A69-1303-555  7777 2016-10-15 18:54:00          11
    +#> 5001             25   A69-1303-555  7779 2016-10-15 18:56:00          11
    +#> 5002             25   A69-1303-555  7780 2016-10-15 18:58:00          11
    +#> 5003             25   A69-1303-555  7783 2016-10-15 19:00:00          11
    +#> 5004             25   A69-1303-555  7785 2016-10-15 19:02:00          11
    +#> 5005             25   A69-1303-555  7787 2016-10-15 19:04:00          11
    +#> 5006             25   A69-1303-555  7791 2016-10-15 19:06:00          11
    +#> 5007             25   A69-1303-555  7793 2016-10-15 19:08:00          11
    +#> 5008             25   A69-1303-555  7795 2016-10-15 19:10:00          11
    +#> 5009             25   A69-1303-555  7798 2016-10-15 19:12:00          11
    +#> 5010             25   A69-1303-555  7800 2016-10-15 19:14:00          11
    +#> 5011             25   A69-1303-555  7801 2016-10-15 19:16:00          11
    +#> 5012             25   A69-1303-555  7802 2016-10-15 19:22:00          11
    +#> 5013             25   A69-1303-555  7804 2016-10-15 19:24:00          11
    +#> 5014             25   A69-1303-555  7805 2016-10-15 19:36:00          11
    +#> 5015             25   A69-1303-555  7806 2016-10-15 19:40:00          11
    +#> 5016             25   A69-1303-555  7807 2016-10-15 19:44:00          11
    +#> 5017             25   A69-1303-555  7808 2016-10-15 19:46:00          11
    +#> 5018             25   A69-1303-555  7810 2016-10-15 19:48:00          11
    +#> 5019             25   A69-1303-555  7811 2016-10-15 19:50:00          11
    +#> 5020             25   A69-1303-555  7814 2016-10-15 19:52:00          11
    +#> 5021             25   A69-1303-555  7815 2016-10-15 19:54:00          11
    +#> 5022             25   A69-1303-555  7817 2016-10-15 19:56:00          11
    +#> 5023             25   A69-1303-555  7818 2016-10-15 19:58:00          11
    +#> 5024             25   A69-1303-555  7820 2016-10-15 20:00:00          11
    +#> 5025             25   A69-1303-555  7821 2016-10-15 20:02:00          11
    +#> 5026             25   A69-1303-555  7823 2016-10-15 20:04:00          11
    +#> 5027             25   A69-1303-555  7824 2016-10-15 20:16:00          11
    +#> 5028             25   A69-1303-555  7825 2016-10-15 20:18:00          11
    +#> 5029             25   A69-1303-555  7826 2016-10-15 20:28:00          11
    +#> 5030             25   A69-1303-555  7827 2016-10-15 20:34:00          11
    +#> 5031             25   A69-1303-555  7828 2016-10-16 08:36:00          39
    +#> 5032             25   A69-1303-555  7829 2016-10-16 08:38:00          39
    +#> 5033             25   A69-1303-555  7830 2016-10-16 08:42:00          39
    +#> 5034             25   A69-1303-555  7832 2016-10-16 08:54:00          39
    +#> 5035             25   A69-1303-555  7833 2016-10-19 09:56:00           3
    +#> 5036             25   A69-1303-555  7834 2016-10-19 10:04:00           3
    +#> 5037             25   A69-1303-555  7837 2016-10-19 10:06:00           3
    +#> 5038             25   A69-1303-555  7838 2016-10-19 10:10:00           3
    +#> 5039             25   A69-1303-555  7839 2016-10-19 10:14:00           3
    +#> 5040             25   A69-1303-555  7840 2016-10-19 10:18:00           3
    +#> 5041             25   A69-1303-555  7841 2016-10-20 01:14:00           3
    +#> 5042             25   A69-1303-555  7843 2016-10-20 01:16:00           3
    +#> 5043             25   A69-1303-555  7844 2016-10-20 10:54:00           3
    +#> 5044             25   A69-1303-555  7845 2016-10-20 11:02:00           3
    +#> 5045             25   A69-1303-555  7847 2016-10-20 11:06:00           3
    +#> 5046             25   A69-1303-555  7848 2016-10-20 11:08:00           3
    +#> 5047             25   A69-1303-555  7850 2016-10-20 11:10:00           3
    +#> 5048             25   A69-1303-555  7852 2016-10-20 11:12:00           3
    +#> 5049             25   A69-1303-555  7854 2016-10-20 11:18:00           3
    +#> 5050             25   A69-1303-555  7855 2016-10-20 11:22:00           3
    +#> 5051             25   A69-1303-555  7856 2016-10-20 11:24:00           3
    +#> 5052             25   A69-1303-555  7857 2016-10-21 11:48:00          36
    +#> 5053             25   A69-1303-555  7858 2016-10-21 11:58:00          36
    +#> 5054             25   A69-1303-555  7859 2016-10-21 12:00:00          36
    +#> 5055             25   A69-1303-555  7861 2016-10-21 12:02:00          36
    +#> 5056             25   A69-1303-555  7862 2016-10-21 12:04:00          36
    +#> 5057             25   A69-1303-555  7863 2016-10-21 12:08:00          36
    +#> 5058             25   A69-1303-555  7866 2016-10-21 12:10:00          36
    +#> 5059             25   A69-1303-555  7867 2016-10-21 12:16:00          36
    +#> 5060             25   A69-1303-555  7868 2016-10-21 12:18:00          36
    +#> 5061             25   A69-1303-555  7871 2016-10-21 12:20:00          36
    +#> 5062             25   A69-1303-555  7872 2016-10-21 12:28:00          36
    +#> 5063             25   A69-1303-555  7873 2016-10-21 12:32:00          36
    +#> 5064             25   A69-1303-555  7874 2016-10-21 17:56:00          36
    +#> 5065             25   A69-1303-555  7876 2016-10-21 17:58:00          36
    +#> 5066             25   A69-1303-555  7878 2016-10-21 18:02:00          36
    +#> 5067             25   A69-1303-555  7879 2016-10-21 18:04:00          36
    +#> 5068             25   A69-1303-555  7881 2016-10-21 18:06:00          36
    +#> 5069             25   A69-1303-555  7882 2016-10-21 18:08:00          36
    +#> 5070             25   A69-1303-555  7883 2016-10-21 18:40:00          36
    +#> 5071             25   A69-1303-555  7884 2016-10-21 18:48:00          36
    +#> 5072             25   A69-1303-555  7885 2016-10-21 18:56:00          36
    +#> 5073             25   A69-1303-555  7886 2016-10-21 19:00:00          36
    +#> 5074             25   A69-1303-555  7887 2016-10-21 19:02:00          36
    +#> 5075             25   A69-1303-555  7888 2016-10-21 19:04:00          36
    +#> 5076             25   A69-1303-555  7890 2016-10-21 19:06:00          36
    +#> 5077             25   A69-1303-555  7891 2016-10-21 19:16:00          36
    +#> 5078             25   A69-1303-555  7893 2016-10-21 19:20:00          36
    +#> 5079             25   A69-1303-555  7894 2016-10-21 19:22:00          36
    +#> 5080             25   A69-1303-555  7895 2016-10-21 19:26:00          36
    +#> 5081             25   A69-1303-555  7896 2016-10-21 19:28:00          36
    +#> 5082             25   A69-1303-555  7897 2016-10-21 19:48:00          36
    +#> 5083             25   A69-1303-555  7898 2016-10-21 20:04:00          36
    +#> 5084             25   A69-1303-555  7900 2016-10-21 20:06:00          36
    +#> 5085             25   A69-1303-555  7901 2016-10-21 20:08:00          36
    +#> 5086             25   A69-1303-555  7902 2016-10-21 20:20:00          36
    +#> 5087             25   A69-1303-555  7903 2016-10-21 20:26:00          36
    +#> 5088             25   A69-1303-555  7904 2016-10-21 20:32:00          36
    +#> 5089             25   A69-1303-555  7905 2016-10-21 20:34:00          36
    +#> 5090             25   A69-1303-555  7906 2016-10-21 20:36:00          36
    +#> 5091             25   A69-1303-555  7907 2016-10-21 20:38:00          36
    +#> 5092             25   A69-1303-555  7908 2016-10-21 21:42:00          31
    +#> 5093             25   A69-1303-555  7909 2016-10-21 22:08:00          31
    +#> 5094             25   A69-1303-555  7910 2016-10-21 22:14:00          31
    +#> 5095             25   A69-1303-555  7912 2016-10-21 23:14:00          30
    +#> 5096             25   A69-1303-555  7913 2016-10-21 23:16:00          30
    +#> 5097             25   A69-1303-555  7914 2016-10-21 23:18:00          30
    +#> 5098             25   A69-1303-555  7915 2016-10-21 23:56:00          37
    +#> 5099             25   A69-1303-555  7916 2016-10-22 00:00:00          37
    +#> 5100             25   A69-1303-555  7917 2016-10-22 00:02:00          37
    +#> 5101             25   A69-1303-555  7919 2016-10-22 00:04:00          37
    +#> 5102             25   A69-1303-555  7920 2016-10-22 00:06:00          37
    +#> 5103             25   A69-1303-555  7921 2016-10-22 00:08:00          37
    +#> 5104             25   A69-1303-555  7923 2016-10-22 00:10:00          37
    +#> 5105             25   A69-1303-555  7924 2016-10-22 04:42:00          27
    +#> 5106             25   A69-1303-555  7926 2016-10-22 04:44:00          27
    +#> 5107             25   A69-1303-555  7928 2016-10-22 04:46:00          27
    +#> 5108             25   A69-1303-555  7929 2016-10-22 04:48:00          27
    +#> 5109             25   A69-1303-555  7931 2016-10-22 04:50:00          27
    +#> 5110             25   A69-1303-555  7933 2016-10-22 04:52:00          27
    +#> 5111             25   A69-1303-555  7935 2016-10-22 04:54:00          27
    +#> 5112             25   A69-1303-555  7937 2016-10-22 04:56:00          27
    +#> 5113             25   A69-1303-555  7938 2016-10-22 04:58:00          27
    +#> 5114             25   A69-1303-555  7940 2016-10-22 05:00:00          27
    +#> 5115             25   A69-1303-555  7942 2016-10-22 05:02:00          27
    +#> 5116             25   A69-1303-555  7943 2016-10-22 05:06:00          27
    +#> 5117             25   A69-1303-555  7945 2016-10-22 05:10:00          27
    +#> 5118             25   A69-1303-555  7946 2016-10-22 05:12:00          27
    +#> 5119             25   A69-1303-555  7948 2016-10-22 08:52:00           3
    +#> 5120             25   A69-1303-555  7949 2016-10-22 08:54:00           3
    +#> 5121             25   A69-1303-555  7950 2016-10-22 08:56:00           3
    +#> 5122             25   A69-1303-555  7951 2016-10-22 09:58:00           3
    +#> 5123             25   A69-1303-555  7952 2016-10-22 10:18:00           3
    +#> 5124             25   A69-1303-555  7953 2016-10-22 10:20:00           3
    +#> 5125             25   A69-1303-555  7955 2016-10-22 10:22:00           3
    +#> 5126             25   A69-1303-555  7956 2016-10-22 10:24:00           3
    +#> 5127             25   A69-1303-555  7957 2016-10-22 10:26:00           3
    +#> 5128             25   A69-1303-555  7959 2016-10-22 10:28:00           3
    +#> 5129             25   A69-1303-555  7962 2016-10-22 10:30:00           3
    +#> 5130             25   A69-1303-555  7963 2016-10-22 10:32:00           3
    +#> 5131             25   A69-1303-555  7965 2016-10-22 10:34:00           3
    +#> 5132             25   A69-1303-555  7966 2016-10-22 10:36:00           3
    +#> 5133             25   A69-1303-555  7967 2016-10-22 10:38:00           3
    +#> 5134             25   A69-1303-555  7969 2016-10-22 10:40:00           3
    +#> 5135             25   A69-1303-555  7970 2016-10-22 12:04:00           3
    +#> 5136             25   A69-1303-555  7971 2016-10-22 12:10:00           3
    +#> 5137             25   A69-1303-555  7972 2016-10-22 12:12:00           3
    +#> 5138             25   A69-1303-555  7973 2016-10-22 12:14:00           3
    +#> 5139             25   A69-1303-555  7974 2016-10-22 12:20:00           3
    +#> 5140             25   A69-1303-555  7975 2016-10-25 11:48:00          39
    +#> 5141             25   A69-1303-555  7976 2016-10-25 11:52:00          39
    +#> 5142             25   A69-1303-555  7977 2016-10-25 15:12:00          39
    +#> 5143             25   A69-1303-555  7978 2016-10-25 15:14:00          39
    +#> 5144             25   A69-1303-555  7979 2016-10-25 15:26:00          39
    +#> 5145             25   A69-1303-555  7980 2016-10-25 15:30:00          39
    +#> 5146             25   A69-1303-555  7981 2016-10-25 15:32:00          39
    +#> 5147             25   A69-1303-555  7982 2016-10-25 15:34:00          39
    +#> 5148             25   A69-1303-555  7984 2016-10-25 15:36:00          39
    +#> 5149             25   A69-1303-555  7985 2016-10-25 15:38:00          39
    +#> 5150             25   A69-1303-555  7986 2016-10-25 15:40:00          39
    +#> 5151             25   A69-1303-555  7988 2016-10-25 15:42:00          39
    +#> 5152             25   A69-1303-555  7989 2016-10-25 15:44:00          39
    +#> 5153             25   A69-1303-555  7991 2016-10-25 15:46:00          39
    +#> 5154             25   A69-1303-555  7992 2016-10-25 15:48:00          39
    +#> 5155             25   A69-1303-555  7995 2016-10-25 15:52:00          39
    +#> 5156             25   A69-1303-555  7997 2016-10-25 15:54:00          39
    +#> 5157             25   A69-1303-555  7999 2016-10-25 15:56:00          39
    +#> 5158             25   A69-1303-555  8001 2016-10-25 15:58:00          39
    +#> 5159             25   A69-1303-555  8003 2016-10-25 16:00:00          39
    +#> 5160             25   A69-1303-555  8005 2016-10-25 16:02:00          39
    +#> 5161             25   A69-1303-555  8006 2016-10-25 16:04:00          39
    +#> 5162             25   A69-1303-555  8007 2016-10-25 16:06:00          39
    +#> 5163             25   A69-1303-555  8008 2016-10-25 16:08:00          39
    +#> 5164             25   A69-1303-555  8010 2016-10-26 03:28:00          38
    +#> 5165             25   A69-1303-555  8011 2016-10-26 03:34:00          38
    +#> 5166             25   A69-1303-555  8012 2016-10-26 03:36:00          38
    +#> 5167             25   A69-1303-555  8013 2016-10-26 03:38:00          38
    +#> 5168             25   A69-1303-555  8015 2016-10-26 03:40:00          38
    +#> 5169             25   A69-1303-555  8016 2016-10-26 09:16:00          36
    +#> 5170             25   A69-1303-555  8018 2016-10-26 09:18:00          36
    +#> 5171             25   A69-1303-555  8020 2016-10-26 09:20:00          36
    +#> 5172             25   A69-1303-555  8021 2016-10-26 09:22:00          36
    +#> 5173             25   A69-1303-555  8022 2016-10-26 10:06:00          36
    +#> 5174             25   A69-1303-555  8023 2016-10-26 10:08:00          36
    +#> 5175             25   A69-1303-555  8024 2016-10-26 10:10:00          36
    +#> 5176             25   A69-1303-555  8025 2016-10-26 10:20:00          36
    +#> 5177             25   A69-1303-555  8026 2016-10-26 10:40:00          36
    +#> 5178             25   A69-1303-555  8027 2016-10-26 10:42:00          36
    +#> 5179             25   A69-1303-555  8028 2016-10-26 11:18:00          36
    +#> 5180             25   A69-1303-555  8029 2016-10-26 11:20:00          36
    +#> 5181             25   A69-1303-555  8030 2016-10-26 11:22:00          36
    +#> 5182             25   A69-1303-555  8031 2016-10-26 11:40:00          36
    +#> 5183             25   A69-1303-555  8032 2016-10-26 11:42:00          36
    +#> 5184             25   A69-1303-555  8034 2016-10-26 11:48:00          36
    +#> 5185             25   A69-1303-555  8035 2016-10-26 11:52:00          36
    +#> 5186             25   A69-1303-555  8037 2016-10-26 11:54:00          36
    +#> 5187             25   A69-1303-555  8038 2016-10-26 11:58:00          36
    +#> 5188             25   A69-1303-555  8039 2016-10-26 12:00:00          36
    +#> 5189             25   A69-1303-555  8040 2016-10-26 12:02:00          36
    +#> 5190             25   A69-1303-555  8041 2016-10-26 12:04:00          36
    +#> 5191             25   A69-1303-555  8043 2016-10-26 12:06:00          36
    +#> 5192             25   A69-1303-555  8045 2016-10-26 12:08:00          36
    +#> 5193             25   A69-1303-555  8046 2016-10-26 12:10:00          36
    +#> 5194             25   A69-1303-555  8048 2016-10-26 12:16:00          36
    +#> 5195             25   A69-1303-555  8049 2016-10-26 12:18:00          36
    +#> 5196             25   A69-1303-555  8050 2016-10-26 12:20:00          36
    +#> 5197             25   A69-1303-555  8051 2016-10-26 12:30:00          36
    +#> 5198             25   A69-1303-555  8052 2016-10-26 12:38:00          36
    +#> 5199             25   A69-1303-555  8054 2016-10-26 12:40:00          36
    +#> 5200             25   A69-1303-555  8056 2016-10-26 12:42:00          36
    +#> 5201             25   A69-1303-555  8057 2016-10-26 12:44:00          36
    +#> 5202             25   A69-1303-555  8058 2016-10-26 12:46:00          36
    +#> 5203             25   A69-1303-555  8059 2016-10-26 12:48:00          36
    +#> 5204             25   A69-1303-555  8061 2016-10-26 12:50:00          36
    +#> 5205             25   A69-1303-555  8063 2016-10-26 12:52:00          36
    +#> 5206             25   A69-1303-555  8064 2016-10-26 12:54:00          36
    +#> 5207             25   A69-1303-555  8065 2016-10-26 12:56:00          36
    +#> 5208             25   A69-1303-555  8066 2016-10-26 12:58:00          36
    +#> 5209             25   A69-1303-555  8068 2016-10-26 13:00:00          36
    +#> 5210             25   A69-1303-555  8071 2016-10-26 13:02:00          36
    +#> 5211             25   A69-1303-555  8072 2016-10-26 13:04:00          36
    +#> 5212             25   A69-1303-555  8074 2016-10-26 13:06:00          36
    +#> 5213             25   A69-1303-555  8076 2016-10-26 13:08:00          36
    +#> 5214             25   A69-1303-555  8077 2016-10-26 13:12:00          36
    +#> 5215             25   A69-1303-555  8078 2016-10-26 13:14:00          36
    +#> 5216             25   A69-1303-555  8079 2016-10-26 13:16:00          36
    +#> 5217             25   A69-1303-555  8081 2016-10-26 13:18:00          36
    +#> 5218             25   A69-1303-555  8083 2016-10-26 13:20:00          36
    +#> 5219             25   A69-1303-555  8084 2016-10-26 13:22:00          36
    +#> 5220             25   A69-1303-555  8086 2016-10-26 13:24:00          36
    +#> 5221             25   A69-1303-555  8087 2016-10-26 13:26:00          36
    +#> 5222             25   A69-1303-555  8090 2016-10-26 13:30:00          36
    +#> 5223             25   A69-1303-555  8093 2016-10-26 13:32:00          36
    +#> 5224             25   A69-1303-555  8094 2016-10-26 13:34:00          36
    +#> 5225             25   A69-1303-555  8096 2016-10-26 13:42:00          36
    +#> 5226             25   A69-1303-555  8097 2016-10-26 13:48:00          36
    +#> 5227             25   A69-1303-555  8098 2016-10-26 13:50:00          36
    +#> 5228             25   A69-1303-555  8100 2016-10-26 13:52:00          36
    +#> 5229             25   A69-1303-555  8101 2016-10-26 13:54:00          36
    +#> 5230             25   A69-1303-555  8103 2016-10-26 13:56:00          36
    +#> 5231             25   A69-1303-555  8104 2016-10-26 13:58:00          36
    +#> 5232             25   A69-1303-555  8106 2016-10-26 14:00:00          36
    +#> 5233             25   A69-1303-555  8108 2016-10-26 14:02:00          36
    +#> 5234             25   A69-1303-555  8110 2016-10-26 14:04:00          36
    +#> 5235             25   A69-1303-555  8112 2016-10-26 14:06:00          36
    +#> 5236             25   A69-1303-555  8113 2016-10-26 14:10:00          36
    +#> 5237             25   A69-1303-555  8116 2016-10-26 14:12:00          36
    +#> 5238             25   A69-1303-555  8117 2016-10-26 14:14:00          36
    +#> 5239             25   A69-1303-555  8119 2016-10-26 14:16:00          36
    +#> 5240             25   A69-1303-555  8121 2016-10-26 14:18:00          36
    +#> 5241             25   A69-1303-555  8122 2016-10-26 14:20:00          36
    +#> 5242             25   A69-1303-555  8125 2016-10-26 14:22:00          36
    +#> 5243             25   A69-1303-555  8127 2016-10-26 14:24:00          36
    +#> 5244             25   A69-1303-555  8129 2016-10-26 14:32:00          36
    +#> 5245             25   A69-1303-555  8130 2016-10-26 14:34:00          36
    +#> 5246             25   A69-1303-555  8131 2016-10-26 14:42:00          36
    +#> 5247             25   A69-1303-555  8133 2016-10-26 14:44:00          36
    +#> 5248             25   A69-1303-555  8135 2016-10-26 14:46:00          36
    +#> 5249             25   A69-1303-555  8136 2016-10-26 14:48:00          36
    +#> 5250             25   A69-1303-555  8137 2016-10-26 14:52:00          36
    +#> 5251             25   A69-1303-555  8138 2016-10-26 14:58:00          36
    +#> 5252             25   A69-1303-555  8139 2016-10-26 15:54:00          36
    +#> 5253             25   A69-1303-555  8140 2016-10-26 15:56:00          36
    +#> 5254             25   A69-1303-555  8141 2016-10-26 16:00:00          36
    +#> 5255             25   A69-1303-555  8142 2016-10-26 18:02:00          21
    +#> 5256             25   A69-1303-555  8143 2016-10-26 18:04:00          21
    +#> 5257             25   A69-1303-555  8144 2016-10-26 18:08:00          21
    +#> 5258             25   A69-1303-555  8146 2016-10-26 18:12:00          21
    +#> 5259             25   A69-1303-555  8148 2016-10-26 18:30:00          21
    +#> 5260             25   A69-1303-555  8149 2016-10-26 18:34:00          21
    +#> 5261             25   A69-1303-555  8150 2016-10-26 18:36:00          21
    +#> 5262             25   A69-1303-555  8152 2016-10-26 18:38:00          21
    +#> 5263             25   A69-1303-555  8154 2016-10-26 18:40:00          21
    +#> 5264             25   A69-1303-555  8156 2016-10-26 18:42:00          21
    +#> 5265             25   A69-1303-555  8158 2016-10-26 18:44:00          21
    +#> 5266             25   A69-1303-555  8160 2016-10-26 18:46:00          21
    +#> 5267             25   A69-1303-555  8161 2016-10-26 18:48:00          21
    +#> 5268             25   A69-1303-555  8162 2016-10-26 18:50:00          21
    +#> 5269             25   A69-1303-555  8164 2016-10-26 18:52:00          21
    +#> 5270             25   A69-1303-555  8165 2016-10-26 18:54:00          21
    +#> 5271             25   A69-1303-555  8166 2016-10-26 19:34:00          30
    +#> 5272             25   A69-1303-555  8167 2016-10-26 19:42:00          30
    +#> 5273             25   A69-1303-555  8168 2016-10-26 19:44:00          30
    +#> 5274             25   A69-1303-555  8169 2016-10-26 19:46:00          30
    +#> 5275             25   A69-1303-555  8171 2016-10-26 19:48:00          30
    +#> 5276             25   A69-1303-555  8174 2016-10-26 19:50:00          30
    +#> 5277             25   A69-1303-555  8176 2016-10-26 19:52:00          30
    +#> 5278             25   A69-1303-555  8178 2016-10-26 19:54:00          30
    +#> 5279             25   A69-1303-555  8180 2016-10-26 19:56:00          30
    +#> 5280             25   A69-1303-555  8182 2016-10-26 19:58:00          30
    +#> 5281             25   A69-1303-555  8183 2016-10-26 20:00:00          30
    +#> 5282             25   A69-1303-555  8185 2016-10-26 20:02:00          30
    +#> 5283             25   A69-1303-555  8186 2016-10-26 20:04:00          30
    +#> 5284             25   A69-1303-555  8188 2016-10-26 20:06:00          30
    +#> 5285             25   A69-1303-555  8189 2016-10-26 20:08:00          30
    +#> 5286             25   A69-1303-555  8190 2016-10-26 20:12:00          30
    +#> 5287             25   A69-1303-555  8191 2016-10-26 23:20:00          36
    +#> 5288             25   A69-1303-555  8192 2016-10-26 23:26:00          36
    +#> 5289             25   A69-1303-555  8194 2016-10-26 23:38:00          36
    +#> 5290             25   A69-1303-555  8196 2016-10-27 00:30:00          36
    +#> 5291             25   A69-1303-555  8198 2016-10-27 00:34:00          36
    +#> 5292             25   A69-1303-555  8199 2016-10-27 01:02:00          36
    +#> 5293             25   A69-1303-555  8201 2016-10-27 05:36:00          30
    +#> 5294             25   A69-1303-555  8202 2016-10-27 05:58:00          30
    +#> 5295             25   A69-1303-555  8203 2016-10-27 06:02:00          30
    +#> 5296             25   A69-1303-555  8204 2016-10-27 06:12:00          30
    +#> 5297             25   A69-1303-555  8205 2016-10-27 06:14:00          30
    +#> 5298             25   A69-1303-555  8206 2016-10-27 06:18:00          30
    +#> 5299             25   A69-1303-555  8207 2016-10-27 06:20:00          30
    +#> 5300             25   A69-1303-555  8208 2016-10-27 06:26:00          30
    +#> 5301             25   A69-1303-555  8209 2016-10-27 06:28:00          30
    +#> 5302             25   A69-1303-555  8210 2016-10-27 06:30:00          30
    +#> 5303             25   A69-1303-555  8211 2016-10-27 06:32:00          30
    +#> 5304             25   A69-1303-555  8212 2016-10-27 06:36:00          30
    +#> 5305             25   A69-1303-555  8213 2016-10-27 06:38:00          30
    +#> 5306             25   A69-1303-555  8214 2016-10-29 15:54:00          27
    +#> 5307             25   A69-1303-555  8215 2016-10-29 15:56:00          27
    +#> 5308             25   A69-1303-555  8216 2016-10-29 15:58:00          27
    +#> 5309             25   A69-1303-555  8217 2016-10-29 16:00:00          27
    +#> 5310             25   A69-1303-555  8220 2016-10-29 16:02:00          27
    +#> 5311             25   A69-1303-555  8221 2016-10-29 16:04:00          27
    +#> 5312             25   A69-1303-555  8223 2016-10-29 16:06:00          27
    +#> 5313             25   A69-1303-555  8225 2016-10-29 16:08:00          27
    +#> 5314             25   A69-1303-555  8227 2016-10-29 16:12:00          27
    +#> 5315             25   A69-1303-555  8228 2016-10-29 16:14:00          27
    +#> 5316             25   A69-1303-555  8230 2016-10-29 16:16:00          27
    +#> 5317             25   A69-1303-555  8232 2016-10-29 16:18:00          27
    +#> 5318             25   A69-1303-555  8233 2016-10-29 16:20:00          27
    +#> 5319             25   A69-1303-555  8234 2016-10-30 01:18:00          30
    +#> 5320             25   A69-1303-555  8235 2016-10-30 01:22:00          30
    +#> 5321             25   A69-1303-555  8236 2016-10-30 01:24:00          30
    +#> 5322             25   A69-1303-555  8237 2016-10-30 01:28:00          30
    +#> 5323             25   A69-1303-555  8240 2016-10-30 01:30:00          30
    +#> 5324             25   A69-1303-555  8241 2016-10-30 01:32:00          30
    +#> 5325             25   A69-1303-555  8244 2016-10-30 01:34:00          30
    +#> 5326             25   A69-1303-555  8246 2016-10-30 01:36:00          30
    +#> 5327             25   A69-1303-555  8248 2016-10-30 02:32:00          36
    +#> 5328             25   A69-1303-555  8249 2016-10-30 02:42:00          36
    +#> 5329             25   A69-1303-555  8250 2016-10-30 02:44:00          36
    +#> 5330             25   A69-1303-555  8252 2016-10-30 02:46:00          36
    +#> 5331             25   A69-1303-555  8254 2016-10-30 02:48:00          36
    +#> 5332             25   A69-1303-555  8256 2016-10-30 02:52:00          36
    +#> 5333             25   A69-1303-555  8258 2016-10-30 13:38:00          36
    +#> 5334             25   A69-1303-555  8259 2016-10-30 13:40:00          36
    +#> 5335             25   A69-1303-555  8260 2016-10-30 13:42:00          36
    +#> 5336             25   A69-1303-555  8262 2016-10-30 13:44:00          36
    +#> 5337             25   A69-1303-555  8264 2016-10-30 13:46:00          36
    +#> 5338             25   A69-1303-555  8265 2016-10-30 13:50:00          36
    +#> 5339             25   A69-1303-555  8267 2016-10-30 13:52:00          36
    +#> 5340             25   A69-1303-555  8268 2016-10-30 13:54:00          36
    +#> 5341             25   A69-1303-555  8269 2016-10-30 13:56:00          36
    +#> 5342             25   A69-1303-555  8270 2016-10-30 14:04:00          36
    +#> 5343             25   A69-1303-555  8271 2016-10-30 14:08:00          36
    +#> 5344             25   A69-1303-555  8273 2016-10-30 14:10:00          36
    +#> 5345             25   A69-1303-555  8276 2016-10-30 14:12:00          36
    +#> 5346             25   A69-1303-555  8278 2016-10-30 14:14:00          36
    +#> 5347             25   A69-1303-555  8280 2016-10-30 14:42:00          36
    +#> 5348             25   A69-1303-555  8281 2016-10-30 14:44:00          36
    +#> 5349             25   A69-1303-555  8282 2016-10-30 14:46:00          36
    +#> 5350             25   A69-1303-555  8283 2016-10-30 14:48:00          36
    +#> 5351             25   A69-1303-555  8284 2016-10-30 14:50:00          36
    +#> 5352             25   A69-1303-555  8286 2016-10-30 14:52:00          36
    +#> 5353             25   A69-1303-555  8288 2016-10-30 14:56:00          36
    +#> 5354             25   A69-1303-555  8289 2016-10-30 14:58:00          36
    +#> 5355             25   A69-1303-555  8290 2016-10-30 18:10:00          36
    +#> 5356             25   A69-1303-555  8291 2016-10-30 18:12:00          36
    +#> 5357             25   A69-1303-555  8293 2016-10-30 18:14:00          36
    +#> 5358             25   A69-1303-555  8294 2016-10-30 18:30:00          36
    +#> 5359             25   A69-1303-555  8295 2016-10-30 18:32:00          36
    +#> 5360             25   A69-1303-555  8296 2016-10-30 18:34:00          36
    +#> 5361             25   A69-1303-555  8297 2016-10-30 18:36:00          36
    +#> 5362             25   A69-1303-555  8298 2016-10-30 18:38:00          36
    +#> 5363             25   A69-1303-555  8300 2016-10-30 18:40:00          36
    +#> 5364             25   A69-1303-555  8303 2016-10-30 18:42:00          36
    +#> 5365             25   A69-1303-555  8305 2016-10-30 18:44:00          36
    +#> 5366             25   A69-1303-555  8306 2016-10-30 18:50:00          36
    +#> 5367             25   A69-1303-555  8308 2016-10-30 19:00:00          36
    +#> 5368             25   A69-1303-555  8310 2016-10-30 19:06:00          36
    +#> 5369             25   A69-1303-555  8312 2016-10-30 19:12:00          36
    +#> 5370             25   A69-1303-555  8313 2016-10-30 23:52:00          31
    +#> 5371             25   A69-1303-555  8314 2016-10-30 23:54:00          31
    +#> 5372             25   A69-1303-555  8315 2016-10-30 23:58:00          31
    +#> 5373             25   A69-1303-555  8316 2016-10-31 00:50:00          31
    +#> 5374             25   A69-1303-555  8317 2016-10-31 00:58:00          31
    +#> 5375             25   A69-1303-555  8318 2016-10-31 01:00:00          31
    +#> 5376             25   A69-1303-555  8320 2016-10-31 01:02:00          31
    +#> 5377             25   A69-1303-555  8322 2016-10-31 01:04:00          31
    +#> 5378             25   A69-1303-555  8323 2016-10-31 01:06:00          31
    +#> 5379             25   A69-1303-555  8325 2016-10-31 01:10:00          31
    +#> 5380             25   A69-1303-555  8326 2016-10-31 01:12:00          31
    +#> 5381             25   A69-1303-555  8328 2016-10-31 02:22:00          36
    +#> 5382             25   A69-1303-555  8329 2016-10-31 02:26:00          36
    +#> 5383             25   A69-1303-555  8330 2016-10-31 02:28:00          36
    +#> 5384             25   A69-1303-555  8331 2016-10-31 02:32:00          36
    +#> 5385             25   A69-1303-555  8332 2016-10-31 02:58:00          36
    +#> 5386             25   A69-1303-555  8333 2016-10-31 03:04:00          36
    +#> 5387             25   A69-1303-555  8334 2016-10-31 03:08:00          36
    +#> 5388             25   A69-1303-555  8335 2016-10-31 04:06:00          36
    +#> 5389             25   A69-1303-555  8336 2016-10-31 04:08:00          36
    +#> 5390             25   A69-1303-555  8337 2016-10-31 04:14:00          36
    +#> 5391             25   A69-1303-555  8338 2016-10-31 04:24:00          36
    +#> 5392             25   A69-1303-555  8339 2016-10-31 04:26:00          36
    +#> 5393             25   A69-1303-555  8340 2016-10-31 04:58:00          36
    +#> 5394             25   A69-1303-555  8341 2016-10-31 05:00:00          36
    +#> 5395             25   A69-1303-555  8342 2016-10-31 05:08:00          36
    +#> 5396             25   A69-1303-555  8343 2016-10-31 05:10:00          36
    +#> 5397             25   A69-1303-555  8344 2016-10-31 05:12:00          36
    +#> 5398             25   A69-1303-555  8345 2016-10-31 05:16:00          36
    +#> 5399             25   A69-1303-555  8346 2016-10-31 05:20:00          36
    +#> 5400             25   A69-1303-555  8347 2016-10-31 05:22:00          36
    +#> 5401             25   A69-1303-555  8349 2016-10-31 05:24:00          36
    +#> 5402             25   A69-1303-555  8350 2016-10-31 05:26:00          36
    +#> 5403             25   A69-1303-555  8351 2016-10-31 05:28:00          36
    +#> 5404             25   A69-1303-555  8352 2016-10-31 05:30:00          36
    +#> 5405             25   A69-1303-555  8354 2016-10-31 05:32:00          36
    +#> 5406             25   A69-1303-555  8356 2016-10-31 05:36:00          36
    +#> 5407             25   A69-1303-555  8358 2016-10-31 05:38:00          36
    +#> 5408             25   A69-1303-555  8359 2016-10-31 05:40:00          36
    +#> 5409             25   A69-1303-555  8360 2016-10-31 05:42:00          36
    +#> 5410             25   A69-1303-555  8362 2016-10-31 05:44:00          36
    +#> 5411             25   A69-1303-555  8363 2016-10-31 05:48:00          36
    +#> 5412             25   A69-1303-555  8364 2016-10-31 06:20:00          36
    +#> 5413             25   A69-1303-555  8365 2016-10-31 06:22:00          36
    +#> 5414             25   A69-1303-555  8366 2016-10-31 06:28:00          36
    +#> 5415             25   A69-1303-555  8367 2016-10-31 06:38:00          36
    +#> 5416             25   A69-1303-555  8368 2016-10-31 06:48:00          36
    +#> 5417             25   A69-1303-555  8369 2016-10-31 06:52:00          36
    +#> 5418             25   A69-1303-555  8371 2016-10-31 06:54:00          36
    +#> 5419             25   A69-1303-555  8372 2016-10-31 06:56:00          36
    +#> 5420             25   A69-1303-555  8374 2016-10-31 06:58:00          36
    +#> 5421             25   A69-1303-555  8375 2016-10-31 07:00:00          36
    +#> 5422             25   A69-1303-555  8377 2016-10-31 07:02:00          36
    +#> 5423             25   A69-1303-555  8379 2016-10-31 07:04:00          36
    +#> 5424             25   A69-1303-555  8380 2016-10-31 07:06:00          36
    +#> 5425             25   A69-1303-555  8382 2016-10-31 07:08:00          36
    +#> 5426             25   A69-1303-555  8384 2016-10-31 07:10:00          36
    +#> 5427             25   A69-1303-555  8386 2016-10-31 07:14:00          36
    +#> 5428             25   A69-1303-555  8387 2016-11-06 19:48:00          31
    +#> 5429             25   A69-1303-555  8389 2016-11-06 19:50:00          31
    +#> 5430             25   A69-1303-555  8390 2016-11-06 19:52:00          31
    +#> 5431             25   A69-1303-555  8391 2016-11-06 19:56:00          31
    +#> 5432             25   A69-1303-555  8392 2016-11-06 19:58:00          31
    +#> 5433             25   A69-1303-555  8393 2016-11-09 04:50:00          21
    +#> 5434             25   A69-1303-555  8395 2016-11-09 04:52:00          21
    +#> 5435             25   A69-1303-555  8396 2016-11-09 04:54:00          21
    +#> 5436             25   A69-1303-555  8398 2016-11-09 04:56:00          21
    +#> 5437             25   A69-1303-555  8399 2016-11-09 04:58:00          21
    +#> 5438             25   A69-1303-555  8401 2016-11-09 05:00:00          21
    +#> 5439             25   A69-1303-555  8403 2016-11-09 05:02:00          21
    +#> 5440             25   A69-1303-555  8405 2016-11-09 05:06:00          21
    +#> 5441             25   A69-1303-555  8406 2016-11-09 05:20:00          31
    +#> 5442             25   A69-1303-555  8407 2016-11-09 05:26:00          31
    +#> 5443             25   A69-1303-555  8408 2016-11-09 05:28:00          31
    +#> 5444             25   A69-1303-555  8409 2016-11-09 05:40:00          31
    +#> 5445             25   A69-1303-555  8410 2016-11-09 05:42:00          31
    +#> 5446             25   A69-1303-555  8411 2016-11-09 05:46:00          31
    +#> 5447             25   A69-1303-555  8412 2016-11-09 05:48:00          31
    +#> 5448             25   A69-1303-555  8414 2016-11-09 05:50:00          31
    +#> 5449             25   A69-1303-555  8416 2016-11-09 05:52:00          31
    +#> 5450             25   A69-1303-555  8418 2016-11-09 05:54:00          31
    +#> 5451             25   A69-1303-555  8420 2016-11-09 05:56:00          31
    +#> 5452             25   A69-1303-555  8421 2016-11-09 05:58:00          31
    +#> 5453             25   A69-1303-555  8422 2016-11-09 06:06:00          31
    +#> 5454             25   A69-1303-555  8423 2016-11-09 17:58:00          31
    +#> 5455             25   A69-1303-555  8424 2016-11-09 18:04:00          31
    +#> 5456             25   A69-1303-555  8426 2016-11-09 18:06:00          31
    +#> 5457             25   A69-1303-555  8428 2016-11-09 18:08:00          31
    +#> 5458             25   A69-1303-555  8430 2016-11-09 18:10:00          31
    +#> 5459             25   A69-1303-555  8431 2016-11-09 18:12:00          31
    +#> 5460             25   A69-1303-555  8433 2016-11-09 18:14:00          31
    +#> 5461             25   A69-1303-555  8436 2016-11-09 18:16:00          31
    +#> 5462             25   A69-1303-555  8437 2016-11-09 18:22:00          31
    +#> 5463             25   A69-1303-555  8438 2016-11-09 18:24:00          31
    +#> 5464             25   A69-1303-555  8439 2016-11-09 21:28:00          31
    +#> 5465             25   A69-1303-555  8441 2016-11-12 06:52:00          21
    +#> 5466             25   A69-1303-555  8442 2016-11-12 06:54:00          21
    +#> 5467             25   A69-1303-555  8443 2016-11-12 06:56:00          21
    +#> 5468             25   A69-1303-555  8445 2016-11-12 06:58:00          21
    +#> 5469             25   A69-1303-555  8446 2016-11-12 07:00:00          21
    +#> 5470             25   A69-1303-555  8447 2016-11-12 07:02:00          21
    +#> 5471             25   A69-1303-555  8448 2016-11-12 07:04:00          21
    +#> 5472             25   A69-1303-555  8449 2016-11-12 07:14:00          21
    +#> 5473             25   A69-1303-555  8450 2016-11-14 21:56:00          31
    +#> 5474             25   A69-1303-555  8451 2016-11-14 21:58:00          31
    +#> 5475             25   A69-1303-555  8453 2016-11-14 22:00:00          31
    +#> 5476             25   A69-1303-555  8454 2016-11-14 22:02:00          31
    +#> 5477             25   A69-1303-555  8456 2016-11-14 22:04:00          31
    +#> 5478             25   A69-1303-555  8457 2016-11-14 22:06:00          31
    +#> 5479             25   A69-1303-555  8459 2016-11-14 22:08:00          31
    +#> 5480             25   A69-1303-555  8460 2016-11-14 22:20:00          31
    +#> 5481             25   A69-1303-555  8461 2016-11-14 22:30:00          31
    +#> 5482             25   A69-1303-555  8462 2016-11-14 22:32:00          31
    +#> 5483             25   A69-1303-555  8463 2016-11-14 22:38:00          31
    +#> 5484             25   A69-1303-555  8464 2016-11-14 22:46:00          31
    +#> 5485             25   A69-1303-555  8465 2016-11-14 22:48:00          31
    +#> 5486             25   A69-1303-555  8467 2016-11-14 23:42:00          21
    +#> 5487             25   A69-1303-555  8469 2016-11-14 23:44:00          21
    +#> 5488             25   A69-1303-555  8471 2016-11-14 23:46:00          21
    +#> 5489             25   A69-1303-555  8472 2016-11-27 17:58:00          21
    +#> 5490             25   A69-1303-555  8474 2016-11-27 18:00:00          21
    +#> 5491             25   A69-1303-555  8475 2016-11-27 18:10:00          21
    +#> 5492             25   A69-1303-555  8476 2016-11-27 18:14:00          21
    +#> 5493             25   A69-1303-555  8477 2016-11-27 18:16:00          21
    +#> 5494             25   A69-1303-555  8478 2016-11-27 18:18:00          21
    +#> 5495             25   A69-1303-555  8480 2016-12-10 22:34:00          21
    +#> 5496             25   A69-1303-555  8482 2016-12-10 22:36:00          21
    +#> 5497             25   A69-1303-555  8483 2016-12-10 22:38:00          21
    +#> 5498             25   A69-1303-555  8484 2016-12-14 22:02:00          21
    +#> 5499             25   A69-1303-555  8485 2016-12-14 22:04:00          21
    +#> 5500             25   A69-1303-555  8487 2016-12-14 22:06:00          21
    +#> 5501             25   A69-1303-555  8489 2016-12-14 22:08:00          21
    +#> 5502             25   A69-1303-555  8490 2016-12-14 22:10:00          21
    +#> 5503             25   A69-1303-555  8492 2016-12-14 22:12:00          21
    +#> 5504             25   A69-1303-555  8493 2016-12-14 22:14:00          21
    +#> 5505             25   A69-1303-555  8495 2016-12-14 22:16:00          21
    +#> 5506             25   A69-1303-555  8497 2016-12-14 22:18:00          21
    +#> 5507             25   A69-1303-555  8498 2016-12-14 22:20:00          21
    +#> 5508             25   A69-1303-555  8500 2016-12-14 22:22:00          21
    +#> 5509             25   A69-1303-555  8502 2016-12-14 22:24:00          21
    +#> 5510             25   A69-1303-555  8504 2016-12-14 22:26:00          21
    +#> 5511             25   A69-1303-555  8505 2016-12-14 22:28:00          21
    +#> 5512             25   A69-1303-555  8507 2016-12-14 22:30:00          21
    +#> 5513             25   A69-1303-555  8508 2016-12-20 22:56:00          24
    +#> 5514             25   A69-1303-555  8509 2016-12-20 23:06:00          24
    +#> 5515             25   A69-1303-555  8510 2016-12-20 23:20:00          24
    +#> 5516             25   A69-1303-555  8511 2016-12-20 23:22:00          24
    +#> 5517             25   A69-1303-555  8512 2016-12-21 16:32:00          45
    +#> 5518             25   A69-1303-555  8513 2016-12-21 16:34:00          45
    +#> 5519             25   A69-1303-555  8514 2016-12-21 16:42:00          45
    +#> 5520             25   A69-1303-555  8515 2016-12-21 16:46:00          45
    +#> 5521             25   A69-1303-555  8517 2016-12-21 16:48:00          45
    +#> 5522             25   A69-1303-555  8518 2016-12-21 16:50:00          45
    +#> 5523             25   A69-1303-555  8519 2016-12-21 16:52:00          45
    +#> 5524             25   A69-1303-555  8521 2016-12-21 16:54:00          45
    +#> 5525             25   A69-1303-555  8522 2016-12-21 16:56:00          45
    +#> 5526             25   A69-1303-555  8523 2016-12-21 16:58:00          45
    +#> 5527             25   A69-1303-555  8524 2016-12-21 17:00:00          45
    +#> 5528             25   A69-1303-555  8525 2016-12-21 17:02:00          45
    +#> 5529             25   A69-1303-555  8527 2016-12-21 17:04:00          45
    +#> 5530             25   A69-1303-555  8528 2016-12-21 18:14:00          21
    +#> 5531             25   A69-1303-555  8530 2016-12-21 18:16:00          21
    +#> 5532             25   A69-1303-555  8532 2016-12-21 18:18:00          21
    +#> 5533             25   A69-1303-555  8533 2016-12-21 18:20:00          21
    +#> 5534             25   A69-1303-555  8535 2016-12-21 18:22:00          21
    +#> 5535             25   A69-1303-555  8537 2016-12-21 18:24:00          21
    +#> 5536             25   A69-1303-555  8540 2016-12-21 18:26:00          21
    +#> 5537             25   A69-1303-555  8541 2016-12-21 18:28:00          21
    +#> 5538             25   A69-1303-555  8543 2016-12-21 18:30:00          21
    +#> 5539             25   A69-1303-555  8545 2016-12-21 18:32:00          21
    +#> 5540             25   A69-1303-555  8547 2016-12-21 18:34:00          21
    +#> 5541             25   A69-1303-555  8549 2016-12-21 18:36:00          21
    +#> 5542             25   A69-1303-555  8551 2016-12-21 18:38:00          21
    +#> 5543             25   A69-1303-555  8553 2016-12-21 18:40:00          21
    +#> 5544             25   A69-1303-555  8555 2016-12-21 18:42:00          21
    +#> 5545             25   A69-1303-555  8557 2016-12-21 18:44:00          21
    +#> 5546             25   A69-1303-555  8558 2016-12-21 18:46:00          21
    +#> 5547             25   A69-1303-555  8560 2016-12-21 18:50:00          21
    +#> 5548             25   A69-1303-555  8562 2016-12-21 18:54:00          21
    +#> 5549             25   A69-1303-555  8564 2016-12-21 18:56:00          21
    +#> 5550             25   A69-1303-555  8565 2016-12-21 18:58:00          21
    +#> 5551             25   A69-1303-555  8567 2016-12-21 19:00:00          21
    +#> 5552             25   A69-1303-555  8568 2016-12-21 19:02:00          21
    +#> 5553             25   A69-1303-555  8569 2016-12-21 19:06:00          21
    +#> 5554             25   A69-1303-555  8571 2016-12-21 19:28:00          45
    +#> 5555             25   A69-1303-555  8572 2016-12-21 19:30:00          45
    +#> 5556             25   A69-1303-555  8574 2016-12-21 19:34:00          45
    +#> 5557             25   A69-1303-555  8575 2016-12-21 23:20:00          45
    +#> 5558             25   A69-1303-555  8576 2016-12-21 23:22:00          45
    +#> 5559             25   A69-1303-555  8578 2016-12-21 23:24:00          45
    +#> 5560             25   A69-1303-555  8580 2016-12-21 23:26:00          45
    +#> 5561             25   A69-1303-555  8581 2016-12-21 23:28:00          45
    +#> 5562             25   A69-1303-555  8583 2016-12-21 23:30:00          45
    +#> 5563             25   A69-1303-555  8584 2016-12-21 23:32:00          45
    +#> 5564             25   A69-1303-555  8585 2016-12-21 23:40:00          45
    +#> 5565             25   A69-1303-555  8587 2016-12-21 23:42:00          45
    +#> 5566             25   A69-1303-555  8588 2016-12-21 23:44:00          45
    +#> 5567             25   A69-1303-555  8590 2016-12-21 23:46:00          45
    +#> 5568             25   A69-1303-555  8592 2016-12-22 00:32:00          45
    +#> 5569             25   A69-1303-555  8593 2016-12-22 00:36:00          45
    +#> 5570             25   A69-1303-555  8594 2016-12-22 00:38:00          45
    +#> 5571             25   A69-1303-555  8595 2016-12-22 00:40:00          45
    +#> 5572             25   A69-1303-555  8596 2016-12-22 00:44:00          45
    +#> 5573             25   A69-1303-555  8597 2016-12-22 00:48:00          45
    +#> 5574             25   A69-1303-555  8599 2016-12-22 00:50:00          45
    +#> 5575             25   A69-1303-555  8602 2016-12-22 00:52:00          45
    +#> 5576             25   A69-1303-555  8603 2016-12-22 00:54:00          45
    +#> 5577             25   A69-1303-555  8605 2016-12-22 00:56:00          45
    +#> 5578             25   A69-1303-555  8607 2016-12-22 00:58:00          45
    +#> 5579             25   A69-1303-555  8609 2016-12-22 01:00:00          45
    +#> 5580             25   A69-1303-555  8612 2016-12-22 01:02:00          45
    +#> 5581             25   A69-1303-555  8613 2016-12-22 01:06:00          45
    +#> 5582             25   A69-1303-555  8615 2016-12-22 01:08:00          45
    +#> 5583             25   A69-1303-555  8616 2016-12-22 01:10:00          45
    +#> 5584             25   A69-1303-555  8618 2016-12-22 01:14:00          45
    +#> 5585             25   A69-1303-555  8619 2016-12-22 01:16:00          45
    +#> 5586             25   A69-1303-555  8620 2016-12-22 22:06:00          51
    +#> 5587             25   A69-1303-555  8621 2016-12-22 22:08:00          51
    +#> 5588             25   A69-1303-555  8622 2016-12-22 22:10:00          51
    +#> 5589             25   A69-1303-555  8623 2016-12-23 03:00:00          24
    +#> 5590             25   A69-1303-555  8624 2016-12-23 03:02:00          24
    +#> 5591             25   A69-1303-555  8625 2016-12-23 03:04:00          24
    +#> 5592             25   A69-1303-555  8626 2016-12-23 03:06:00          24
    +#> 5593             25   A69-1303-555  8627 2016-12-23 03:20:00          24
    +#> 5594             25   A69-1303-555  8628 2016-12-23 03:22:00          24
    +#> 5595             25   A69-1303-555  8630 2016-12-23 03:24:00          24
    +#> 5596             25   A69-1303-555  8631 2016-12-23 03:26:00          24
    +#> 5597             25   A69-1303-555  8633 2016-12-23 03:28:00          24
    +#> 5598             25   A69-1303-555  8635 2016-12-23 03:36:00          24
    +#> 5599             25   A69-1303-555  8636 2016-12-23 03:38:00          24
    +#> 5600             25   A69-1303-555  8637 2016-12-23 03:42:00          24
    +#> 5601             25   A69-1303-555  8638 2016-12-23 03:44:00          24
    +#> 5602             25   A69-1303-555  8639 2016-12-23 03:54:00          24
    +#> 5603             25   A69-1303-555  8640 2016-12-23 23:18:00          51
    +#> 5604             25   A69-1303-555  8642 2016-12-23 23:24:00          51
    +#> 5605             25   A69-1303-555  8644 2016-12-23 23:26:00          51
    +#> 5606             25   A69-1303-555  8646 2016-12-23 23:28:00          51
    +#> 5607             25   A69-1303-555  8647 2016-12-23 23:30:00          51
    +#> 5608             25   A69-1303-555  8648 2016-12-23 23:32:00          51
    +#> 5609             25   A69-1303-555  8649 2016-12-23 23:34:00          51
    +#> 5610             25   A69-1303-555  8650 2016-12-23 23:36:00          51
    +#> 5611             25   A69-1303-555  8651 2016-12-23 23:38:00          51
    +#> 5612             25   A69-1303-555  8652 2016-12-24 18:02:00          50
    +#> 5613             25   A69-1303-555  8653 2016-12-24 18:08:00          50
    +#> 5614             25   A69-1303-555  8654 2016-12-24 18:12:00          50
    +#> 5615             25   A69-1303-555  8655 2016-12-25 12:52:00          45
    +#> 5616             25   A69-1303-555  8656 2016-12-25 12:54:00          45
    +#> 5617             25   A69-1303-555  8657 2016-12-25 12:56:00          45
    +#> 5618             25   A69-1303-555  8659 2016-12-25 12:58:00          45
    +#> 5619             25   A69-1303-555  8660 2016-12-25 13:00:00          45
    +#> 5620             25   A69-1303-555  8661 2016-12-25 13:40:00          45
    +#> 5621             25   A69-1303-555  8662 2016-12-25 14:02:00          45
    +#> 5622             25   A69-1303-555  8663 2016-12-25 14:04:00          45
    +#> 5623             25   A69-1303-555  8665 2016-12-25 14:06:00          45
    +#> 5624             25   A69-1303-555  8666 2016-12-25 14:08:00          45
    +#> 5625             25   A69-1303-555  8667 2016-12-25 14:10:00          45
    +#> 5626             25   A69-1303-555  8669 2016-12-25 14:12:00          45
    +#> 5627             25   A69-1303-555  8670 2016-12-25 14:14:00          45
    +#> 5628             25   A69-1303-555  8672 2016-12-25 17:24:00          45
    +#> 5629             25   A69-1303-555  8674 2016-12-25 17:26:00          45
    +#> 5630             25   A69-1303-555  8675 2016-12-25 17:28:00          45
    +#> 5631             25   A69-1303-555  8677 2016-12-25 17:30:00          45
    +#> 5632             25   A69-1303-555  8679 2016-12-25 17:32:00          45
    +#> 5633             25   A69-1303-555  8680 2016-12-25 17:34:00          45
    +#> 5634             25   A69-1303-555  8682 2016-12-25 17:36:00          45
    +#> 5635             25   A69-1303-555  8683 2016-12-25 17:38:00          45
    +#> 5636             25   A69-1303-555  8684 2016-12-25 17:40:00          45
    +#> 5637             25   A69-1303-555  8686 2016-12-25 17:42:00          45
    +#> 5638             25   A69-1303-555  8687 2016-12-25 17:44:00          45
    +#> 5639             25   A69-1303-555  8689 2016-12-25 17:46:00          45
    +#> 5640             25   A69-1303-555  8690 2016-12-25 17:48:00          45
    +#> 5641             25   A69-1303-555  8692 2016-12-25 17:52:00          45
    +#> 5642             25   A69-1303-555  8694 2016-12-25 17:54:00          45
    +#> 5643             25   A69-1303-555  8695 2016-12-25 17:56:00          45
    +#> 5644             25   A69-1303-555  8697 2016-12-25 17:58:00          45
    +#> 5645             25   A69-1303-555  8699 2016-12-25 18:02:00          45
    +#> 5646             25   A69-1303-555  8700 2016-12-26 01:44:00          50
    +#> 5647             25   A69-1303-555  8701 2016-12-26 01:46:00          50
    +#> 5648             25   A69-1303-555  8703 2016-12-26 01:50:00          50
    +#> 5649             25   A69-1303-555  8704 2016-12-26 04:08:00          24
    +#> 5650             25   A69-1303-555  8705 2016-12-26 04:12:00          24
    +#> 5651             25   A69-1303-555  8706 2016-12-26 05:26:00          50
    +#> 5652             25   A69-1303-555  8707 2016-12-26 05:28:00          50
    +#> 5653             25   A69-1303-555  8709 2016-12-26 05:30:00          50
    +#> 5654             25   A69-1303-555  8710 2016-12-26 05:32:00          50
    +#> 5655             25   A69-1303-555  8712 2016-12-26 05:34:00          50
    +#> 5656             25   A69-1303-555  8713 2016-12-26 05:36:00          50
    +#> 5657             25   A69-1303-555  8715 2016-12-27 04:06:00          51
    +#> 5658             25   A69-1303-555  8716 2016-12-27 04:12:00          51
    +#> 5659             25   A69-1303-555  8717 2016-12-28 02:10:00          50
    +#> 5660             25   A69-1303-555  8719 2016-12-28 02:12:00          50
    +#> 5661             25   A69-1303-555  8720 2016-12-28 02:16:00          50
    +#> 5662             25   A69-1303-555  8721 2016-12-28 02:18:00          50
    +#> 5663             25   A69-1303-555  8723 2016-12-28 02:20:00          50
    +#> 5664             25   A69-1303-555  8725 2016-12-28 02:22:00          50
    +#> 5665             25   A69-1303-555  8726 2016-12-28 02:28:00          50
    +#> 5666             25   A69-1303-555  8727 2016-12-28 02:30:00          50
    +#> 5667             25   A69-1303-555  8728 2016-12-28 22:40:00          45
    +#> 5668             25   A69-1303-555  8729 2016-12-28 22:42:00          45
    +#> 5669             25   A69-1303-555  8730 2016-12-28 22:44:00          45
    +#> 5670             25   A69-1303-555  8733 2016-12-28 22:46:00          45
    +#> 5671             25   A69-1303-555  8735 2016-12-28 22:48:00          45
    +#> 5672             25   A69-1303-555  8737 2016-12-28 22:50:00          45
    +#> 5673             25   A69-1303-555  8739 2016-12-28 22:52:00          45
    +#> 5674             25   A69-1303-555  8741 2016-12-28 22:56:00          45
    +#> 5675             25   A69-1303-555  8743 2016-12-28 22:58:00          45
    +#> 5676             25   A69-1303-555  8745 2016-12-28 23:02:00          45
    +#> 5677             25   A69-1303-555  8747 2016-12-28 23:04:00          45
    +#> 5678             25   A69-1303-555  8749 2016-12-28 23:06:00          45
    +#> 5679             25   A69-1303-555  8751 2016-12-28 23:08:00          45
    +#> 5680             25   A69-1303-555  8753 2016-12-28 23:10:00          45
    +#> 5681             25   A69-1303-555  8754 2016-12-28 23:42:00          45
    +#> 5682             25   A69-1303-555  8755 2016-12-28 23:46:00          45
    +#> 5683             25   A69-1303-555  8756 2016-12-28 23:48:00          45
    +#> 5684             25   A69-1303-555  8757 2016-12-28 23:50:00          45
    +#> 5685             25   A69-1303-555  8759 2016-12-28 23:52:00          45
    +#> 5686             25   A69-1303-555  8761 2016-12-28 23:54:00          45
    +#> 5687             25   A69-1303-555  8763 2016-12-28 23:56:00          45
    +#> 5688             25   A69-1303-555  8765 2016-12-28 23:58:00          45
    +#> 5689             25   A69-1303-555  8766 2016-12-29 00:00:00          45
    +#> 5690             25   A69-1303-555  8768 2016-12-29 00:02:00          45
    +#> 5691             25   A69-1303-555  8769 2016-12-29 00:04:00          45
    +#> 5692             25   A69-1303-555  8770 2016-12-29 00:08:00          45
    +#> 5693             25   A69-1303-555  8771 2016-12-29 05:38:00          50
    +#> 5694             25   A69-1303-555  8772 2016-12-29 05:40:00          50
    +#> 5695             25   A69-1303-555  8773 2016-12-29 05:42:00          50
    +#> 5696             25   A69-1303-555  8774 2016-12-29 06:04:00          50
    +#> 5697             25   A69-1303-555  8775 2016-12-29 06:10:00          50
    +#> 5698             25   A69-1303-555  8776 2016-12-29 06:12:00          50
    +#> 5699             25   A69-1303-555  8777 2016-12-29 06:14:00          50
    +#> 5700             25   A69-1303-555  8779 2016-12-29 06:16:00          50
    +#> 5701             25   A69-1303-555  8780 2016-12-29 06:18:00          50
    +#> 5702             25   A69-1303-555  8781 2016-12-29 06:28:00          50
    +#> 5703             25   A69-1303-555  8782 2016-12-29 06:30:00          50
    +#> 5704             25   A69-1303-555  8785 2016-12-29 06:32:00          50
    +#> 5705             25   A69-1303-555  8786 2016-12-29 17:04:00          51
    +#> 5706             25   A69-1303-555  8787 2016-12-29 17:08:00          51
    +#> 5707             25   A69-1303-555  8789 2016-12-29 17:10:00          51
    +#> 5708             25   A69-1303-555  8790 2016-12-29 17:12:00          51
    +#> 5709             25   A69-1303-555  8792 2016-12-29 17:14:00          51
    +#> 5710             25   A69-1303-555  8793 2016-12-29 17:16:00          51
    +#> 5711             25   A69-1303-555  8794 2016-12-29 17:18:00          51
    +#> 5712             25   A69-1303-555  8795 2016-12-29 17:20:00          51
    +#> 5713             25   A69-1303-555  8797 2016-12-29 17:22:00          51
    +#> 5714             25   A69-1303-555  8799 2016-12-29 17:24:00          51
    +#> 5715             25   A69-1303-555  8801 2016-12-29 17:26:00          51
    +#> 5716             25   A69-1303-555  8802 2016-12-29 17:28:00          51
    +#> 5717             25   A69-1303-555  8804 2016-12-29 17:34:00          51
    +#> 5718             25   A69-1303-555  8805 2016-12-29 20:06:00          50
    +#> 5719             25   A69-1303-555  8806 2016-12-29 20:10:00          50
    +#> 5720             25   A69-1303-555  8808 2016-12-29 20:12:00          50
    +#> 5721             25   A69-1303-555  8809 2016-12-29 20:14:00          50
    +#> 5722             25   A69-1303-555  8810 2016-12-29 20:16:00          50
    +#> 5723             25   A69-1303-555  8812 2016-12-29 20:18:00          50
    +#> 5724             25   A69-1303-555  8814 2016-12-29 20:20:00          50
    +#> 5725             25   A69-1303-555  8815 2016-12-30 02:26:00          50
    +#> 5726             25   A69-1303-555  8816 2016-12-30 02:28:00          50
    +#> 5727             25   A69-1303-555  8818 2016-12-30 02:30:00          50
    +#> 5728             25   A69-1303-555  8819 2016-12-30 02:32:00          50
    +#> 5729             25   A69-1303-555  8820 2016-12-30 02:40:00          50
    +#> 5730             25   A69-1303-555  8821 2016-12-30 02:42:00          50
    +#> 5731             25   A69-1303-555  8822 2016-12-30 14:38:00          47
    +#> 5732             25   A69-1303-555  8823 2016-12-30 14:40:00          47
    +#> 5733             25   A69-1303-555  8825 2016-12-30 17:16:00          47
    +#> 5734             25   A69-1303-555  8827 2016-12-30 17:34:00          47
    +#> 5735             25   A69-1303-555  8829 2016-12-30 17:40:00          47
    +#> 5736             25   A69-1303-555  8830 2016-12-30 17:42:00          47
    +#> 5737             25   A69-1303-555  8831 2016-12-30 17:44:00          47
    +#> 5738             25   A69-1303-555  8832 2016-12-30 17:48:00          47
    +#> 5739             25   A69-1303-555  8833 2016-12-30 17:50:00          47
    +#> 5740             25   A69-1303-555  8835 2016-12-30 17:54:00          47
    +#> 5741             25   A69-1303-555  8836 2016-12-30 18:10:00          47
    +#> 5742             25   A69-1303-555  8837 2016-12-30 18:36:00          41
    +#> 5743             25   A69-1303-555  8838 2016-12-30 18:44:00          41
    +#> 5744             25   A69-1303-555  8839 2016-12-30 18:46:00          41
    +#> 5745             25   A69-1303-555  8840 2016-12-30 18:48:00          41
    +#> 5746             25   A69-1303-555  8841 2016-12-30 18:50:00          41
    +#> 5747             25   A69-1303-555  8842 2016-12-30 18:52:00          41
    +#> 5748             25   A69-1303-555  8844 2016-12-30 18:54:00          41
    +#> 5749             25   A69-1303-555  8846 2016-12-30 18:56:00          41
    +#> 5750             25   A69-1303-555  8847 2016-12-30 18:58:00          41
    +#> 5751             25   A69-1303-555  8848 2016-12-30 19:00:00          41
    +#> 5752             25   A69-1303-555  8849 2016-12-30 19:10:00          41
    +#> 5753             25   A69-1303-555  8850 2016-12-30 19:14:00          41
    +#> 5754             25   A69-1303-555  8851 2016-12-30 19:20:00          41
    +#> 5755             25   A69-1303-555  8852 2016-12-30 19:22:00          41
    +#> 5756             25   A69-1303-555  8854 2016-12-30 19:26:00          41
    +#> 5757             25   A69-1303-555  8855 2016-12-30 19:28:00          41
    +#> 5758             25   A69-1303-555  8856 2016-12-30 19:30:00          41
    +#> 5759             25   A69-1303-555  8857 2016-12-30 19:32:00          41
    +#> 5760             25   A69-1303-555  8858 2016-12-30 19:48:00          41
    +#> 5761             25   A69-1303-555  8859 2016-12-31 18:30:00          24
    +#> 5762             25   A69-1303-555  8860 2016-12-31 18:34:00          24
    +#> 5763             25   A69-1303-555  8861 2016-12-31 18:36:00          24
    +#> 5764             25   A69-1303-555  8863 2016-12-31 18:38:00          24
    +#> 5765             25   A69-1303-555  8864 2016-12-31 18:40:00          24
    +#> 5766             25   A69-1303-555  8865 2016-12-31 18:42:00          24
    +#> 5767             25   A69-1303-555  8867 2016-12-31 18:44:00          24
    +#> 5768             25   A69-1303-555  8869 2016-12-31 18:46:00          24
    +#> 5769             25   A69-1303-555  8871 2016-12-31 18:48:00          24
    +#> 5770             25   A69-1303-555  8873 2016-12-31 18:50:00          24
    +#> 5771             25   A69-1303-555  8875 2016-12-31 18:52:00          24
    +#> 5772             25   A69-1303-555  8877 2016-12-31 18:54:00          24
    +#> 5773             25   A69-1303-555  8879 2016-12-31 18:56:00          24
    +#> 5774             25   A69-1303-555  8882 2016-12-31 18:58:00          24
    +#> 5775             25   A69-1303-555  8883 2016-12-31 19:00:00          24
    +#> 5776             25   A69-1303-555  8885 2016-12-31 19:02:00          24
    +#> 5777             25   A69-1303-555  8887 2016-12-31 19:04:00          24
    +#> 5778             25   A69-1303-555  8889 2016-12-31 19:06:00          24
    +#> 5779             25   A69-1303-555  8891 2016-12-31 19:08:00          24
    +#> 5780             25   A69-1303-555  8892 2016-12-31 19:10:00          24
    +#> 5781             25   A69-1303-555  8893 2016-12-31 19:12:00          24
    +#> 5782             25   A69-1303-555  8894 2016-12-31 19:14:00          24
    +#> 5783             25   A69-1303-555  8895 2016-12-31 19:16:00          24
    +#> 5784             25   A69-1303-555  8898 2017-01-01 21:34:00          45
    +#> 5785             25   A69-1303-555  8899 2017-01-01 21:36:00          45
    +#> 5786             25   A69-1303-555  8901 2017-01-01 21:38:00          45
    +#> 5787             25   A69-1303-555  8904 2017-01-01 21:40:00          45
    +#> 5788             25   A69-1303-555  8905 2017-01-01 21:44:00          45
    +#> 5789             25   A69-1303-555  8906 2017-01-01 21:46:00          45
    +#> 5790             25   A69-1303-555  8908 2017-01-01 21:48:00          45
    +#> 5791             25   A69-1303-555  8910 2017-01-01 22:18:00          45
    +#> 5792             25   A69-1303-555  8911 2017-01-01 22:24:00          45
    +#> 5793             25   A69-1303-555  8913 2017-01-01 22:26:00          45
    +#> 5794             25   A69-1303-555  8914 2017-01-01 22:28:00          45
    +#> 5795             25   A69-1303-555  8915 2017-01-01 22:30:00          45
    +#> 5796             25   A69-1303-555  8917 2017-01-01 22:32:00          45
    +#> 5797             25   A69-1303-555  8918 2017-01-01 22:34:00          45
    +#> 5798             25   A69-1303-555  8920 2017-01-01 22:36:00          45
    +#> 5799             25   A69-1303-555  8923 2017-01-01 22:38:00          45
    +#> 5800             25   A69-1303-555  8924 2017-01-01 22:40:00          45
    +#> 5801             25   A69-1303-555  8926 2017-01-01 22:42:00          45
    +#> 5802             25   A69-1303-555  8927 2017-01-01 22:44:00          45
    +#> 5803             25   A69-1303-555  8929 2017-01-01 22:46:00          45
    +#> 5804             25   A69-1303-555  8931 2017-01-01 22:48:00          45
    +#> 5805             25   A69-1303-555  8933 2017-01-01 22:50:00          45
    +#> 5806             25   A69-1303-555  8934 2017-01-01 22:52:00          45
    +#> 5807             25   A69-1303-555  8935 2017-01-01 22:54:00          45
    +#> 5808             25   A69-1303-555  8936 2017-01-01 22:58:00          45
    +#> 5809             25   A69-1303-555  8937 2017-01-01 23:00:00          45
    +#> 5810             25   A69-1303-555  8938 2017-01-01 23:02:00          45
    +#> 5811             25   A69-1303-555  8939 2017-01-01 23:04:00          45
    +#> 5812             25   A69-1303-555  8941 2017-01-01 23:06:00          45
    +#> 5813             25   A69-1303-555  8942 2017-01-01 23:08:00          45
    +#> 5814             25   A69-1303-555  8944 2017-01-01 23:10:00          45
    +#> 5815             25   A69-1303-555  8945 2017-01-01 23:12:00          45
    +#> 5816             25   A69-1303-555  8946 2017-01-01 23:14:00          45
    +#> 5817             25   A69-1303-555  8949 2017-01-01 23:16:00          45
    +#> 5818             25   A69-1303-555  8950 2017-01-01 23:18:00          45
    +#> 5819             25   A69-1303-555  8952 2017-01-01 23:20:00          45
    +#> 5820             25   A69-1303-555  8954 2017-01-01 23:22:00          45
    +#> 5821             25   A69-1303-555  8956 2017-01-01 23:24:00          45
    +#> 5822             25   A69-1303-555  8958 2017-01-01 23:26:00          45
    +#> 5823             25   A69-1303-555  8959 2017-01-01 23:28:00          45
    +#> 5824             25   A69-1303-555  8961 2017-01-01 23:30:00          45
    +#> 5825             25   A69-1303-555  8963 2017-01-01 23:32:00          45
    +#> 5826             25   A69-1303-555  8964 2017-01-01 23:34:00          45
    +#> 5827             25   A69-1303-555  8966 2017-01-01 23:36:00          45
    +#> 5828             25   A69-1303-555  8968 2017-01-01 23:40:00          45
    +#> 5829             25   A69-1303-555  8970 2017-01-01 23:42:00          45
    +#> 5830             25   A69-1303-555  8972 2017-01-01 23:44:00          45
    +#> 5831             25   A69-1303-555  8973 2017-01-01 23:46:00          45
    +#> 5832             25   A69-1303-555  8974 2017-01-01 23:48:00          45
    +#> 5833             25   A69-1303-555  8975 2017-01-01 23:50:00          45
    +#> 5834             25   A69-1303-555  8976 2017-01-01 23:54:00          45
    +#> 5835             25   A69-1303-555  8977 2017-01-02 00:02:00          45
    +#> 5836             25   A69-1303-555  8978 2017-01-02 00:12:00          45
    +#> 5837             25   A69-1303-555  8979 2017-01-02 00:24:00          45
    +#> 5838             25   A69-1303-555  8980 2017-01-02 03:56:00          45
    +#> 5839             25   A69-1303-555  8981 2017-01-02 03:58:00          45
    +#> 5840             25   A69-1303-555  8982 2017-01-02 04:00:00          45
    +#> 5841             25   A69-1303-555  8983 2017-01-02 04:02:00          45
    +#> 5842             25   A69-1303-555  8984 2017-01-02 04:04:00          45
    +#> 5843             25   A69-1303-555  8986 2017-01-02 04:06:00          45
    +#> 5844             25   A69-1303-555  8987 2017-01-02 04:08:00          45
    +#> 5845             25   A69-1303-555  8988 2017-01-02 04:10:00          45
    +#> 5846             25   A69-1303-555  8990 2017-01-02 04:12:00          45
    +#> 5847             25   A69-1303-555  8992 2017-01-02 04:16:00          45
    +#> 5848             25   A69-1303-555  8993 2017-01-02 04:18:00          45
    +#> 5849             25   A69-1303-555  8994 2017-01-02 04:20:00          45
    +#> 5850             25   A69-1303-555  8995 2017-01-02 04:22:00          45
    +#> 5851             25   A69-1303-555  8996 2017-01-02 04:24:00          45
    +#> 5852             25   A69-1303-555  8997 2017-01-02 04:26:00          45
    +#> 5853             25   A69-1303-555  8999 2017-01-02 04:28:00          45
    +#> 5854             25   A69-1303-555  9001 2017-01-02 04:30:00          45
    +#> 5855             25   A69-1303-555  9003 2017-01-02 04:32:00          45
    +#> 5856             25   A69-1303-555  9005 2017-01-02 04:34:00          45
    +#> 5857             25   A69-1303-555  9006 2017-01-02 04:36:00          45
    +#> 5858             25   A69-1303-555  9008 2017-01-02 04:38:00          45
    +#> 5859             25   A69-1303-555  9010 2017-01-02 04:40:00          45
    +#> 5860             25   A69-1303-555  9012 2017-01-02 04:42:00          45
    +#> 5861             25   A69-1303-555  9013 2017-01-02 04:44:00          45
    +#> 5862             25   A69-1303-555  9014 2017-01-02 18:40:00          50
    +#> 5863             25   A69-1303-555  9015 2017-01-02 18:52:00          50
    +#> 5864             25   A69-1303-555  9016 2017-01-02 18:54:00          50
    +#> 5865             25   A69-1303-555  9018 2017-01-02 18:56:00          50
    +#> 5866             25   A69-1303-555  9020 2017-01-02 19:00:00          50
    +#> 5867             25   A69-1303-555  9021 2017-01-02 19:02:00          50
    +#> 5868             25   A69-1303-555  9022 2017-01-02 22:04:00          50
    +#> 5869             25   A69-1303-555  9023 2017-01-02 22:10:00          50
    +#> 5870             25   A69-1303-555  9025 2017-01-02 22:12:00          50
    +#> 5871             25   A69-1303-555  9027 2017-01-02 22:14:00          50
    +#> 5872             25   A69-1303-555  9029 2017-01-02 22:16:00          50
    +#> 5873             25   A69-1303-555  9031 2017-01-02 22:18:00          50
    +#> 5874             25   A69-1303-555  9033 2017-01-03 07:20:00          50
    +#> 5875             25   A69-1303-555  9034 2017-01-03 07:22:00          50
    +#> 5876             25   A69-1303-555  9035 2017-01-03 07:26:00          50
    +#> 5877             25   A69-1303-555  9037 2017-01-03 07:28:00          50
    +#> 5878             25   A69-1303-555  9038 2017-01-03 07:30:00          50
    +#> 5879             25   A69-1303-555  9039 2017-01-03 07:34:00          50
    +#> 5880             25   A69-1303-555  9040 2017-01-03 07:36:00          50
    +#> 5881             25   A69-1303-555  9041 2017-01-03 10:24:00          50
    +#> 5882             25   A69-1303-555  9042 2017-01-03 10:26:00          50
    +#> 5883             25   A69-1303-555  9045 2017-01-03 10:28:00          50
    +#> 5884             25   A69-1303-555  9047 2017-01-03 10:30:00          50
    +#> 5885             25   A69-1303-555  9048 2017-01-03 10:32:00          50
    +#> 5886             25   A69-1303-555  9050 2017-01-03 10:34:00          50
    +#> 5887             25   A69-1303-555  9051 2017-01-03 10:36:00          50
    +#> 5888             25   A69-1303-555  9052 2017-01-05 02:00:00          45
    +#> 5889             25   A69-1303-555  9053 2017-01-05 02:02:00          45
    +#> 5890             25   A69-1303-555  9054 2017-01-05 02:04:00          45
    +#> 5891             25   A69-1303-555  9056 2017-01-05 02:22:00          45
    +#> 5892             25   A69-1303-555  9058 2017-01-05 02:26:00          45
    +#> 5893             25   A69-1303-555  9059 2017-01-05 02:28:00          45
    +#> 5894             25   A69-1303-555  9061 2017-01-05 02:30:00          45
    +#> 5895             25   A69-1303-555  9064 2017-01-05 02:32:00          45
    +#> 5896             25   A69-1303-555  9066 2017-01-05 02:34:00          45
    +#> 5897             25   A69-1303-555  9067 2017-01-05 02:36:00          45
    +#> 5898             25   A69-1303-555  9070 2017-01-05 02:38:00          45
    +#> 5899             25   A69-1303-555  9072 2017-01-05 02:40:00          45
    +#> 5900             25   A69-1303-555  9073 2017-01-05 02:42:00          45
    +#> 5901             25   A69-1303-555  9075 2017-01-05 02:44:00          45
    +#> 5902             25   A69-1303-555  9076 2017-01-05 02:46:00          45
    +#> 5903             25   A69-1303-555  9079 2017-01-05 02:48:00          45
    +#> 5904             25   A69-1303-555  9080 2017-01-05 02:50:00          45
    +#> 5905             25   A69-1303-555  9081 2017-01-05 02:52:00          45
    +#> 5906             25   A69-1303-555  9082 2017-01-05 02:54:00          45
    +#> 5907             25   A69-1303-555  9083 2017-01-05 02:56:00          45
    +#> 5908             25   A69-1303-555  9084 2017-01-05 02:58:00          45
    +#> 5909             25   A69-1303-555  9085 2017-01-05 03:00:00          45
    +#> 5910             25   A69-1303-555  9086 2017-01-05 03:04:00          45
    +#> 5911             25   A69-1303-555  9087 2017-01-05 03:06:00          45
    +#> 5912             25   A69-1303-555  9088 2017-01-05 03:08:00          45
    +#> 5913             25   A69-1303-555  9089 2017-01-05 03:10:00          45
    +#> 5914             25   A69-1303-555  9090 2017-01-05 03:12:00          45
    +#> 5915             25   A69-1303-555  9092 2017-01-05 03:14:00          45
    +#> 5916             25   A69-1303-555  9093 2017-01-05 03:16:00          45
    +#> 5917             25   A69-1303-555  9095 2017-01-05 03:18:00          45
    +#> 5918             25   A69-1303-555  9096 2017-01-05 03:20:00          45
    +#> 5919             25   A69-1303-555  9098 2017-01-05 03:22:00          45
    +#> 5920             25   A69-1303-555  9100 2017-01-05 03:26:00          45
    +#> 5921             25   A69-1303-555  9101 2017-01-05 03:32:00          45
    +#> 5922             25   A69-1303-555  9103 2017-01-05 03:34:00          45
    +#> 5923             25   A69-1303-555  9105 2017-01-05 03:36:00          45
    +#> 5924             25   A69-1303-555  9107 2017-01-05 03:44:00          45
    +#> 5925             25   A69-1303-555  9108 2017-01-05 04:02:00          45
    +#> 5926             25   A69-1303-555  9109 2017-01-05 04:12:00          45
    +#> 5927             25   A69-1303-555  9110 2017-01-05 04:14:00          45
    +#> 5928             25   A69-1303-555  9111 2017-01-05 04:24:00          45
    +#> 5929             25   A69-1303-555  9112 2017-01-05 04:26:00          45
    +#> 5930             25   A69-1303-555  9114 2017-01-05 04:30:00          45
    +#> 5931             25   A69-1303-555  9115 2017-01-05 04:32:00          45
    +#> 5932             25   A69-1303-555  9117 2017-01-05 04:34:00          45
    +#> 5933             25   A69-1303-555  9118 2017-01-05 04:36:00          45
    +#> 5934             25   A69-1303-555  9119 2017-01-05 04:40:00          45
    +#> 5935             25   A69-1303-555  9121 2017-01-05 04:42:00          45
    +#> 5936             25   A69-1303-555  9123 2017-01-05 04:44:00          45
    +#> 5937             25   A69-1303-555  9124 2017-01-05 04:46:00          45
    +#> 5938             25   A69-1303-555  9126 2017-01-05 04:48:00          45
    +#> 5939             25   A69-1303-555  9127 2017-01-05 04:50:00          45
    +#> 5940             25   A69-1303-555  9128 2017-01-05 04:52:00          45
    +#> 5941             25   A69-1303-555  9129 2017-01-05 04:58:00          45
    +#> 5942             25   A69-1303-555  9130 2017-01-05 05:00:00          45
    +#> 5943             25   A69-1303-555  9132 2017-01-05 05:02:00          45
    +#> 5944             25   A69-1303-555  9134 2017-01-05 05:06:00          45
    +#> 5945             25   A69-1303-555  9136 2017-01-05 05:08:00          45
    +#> 5946             25   A69-1303-555  9137 2017-01-05 05:12:00          45
    +#> 5947             25   A69-1303-555  9138 2017-01-05 05:20:00          45
    +#> 5948             25   A69-1303-555  9139 2017-01-05 05:24:00          45
    +#> 5949             25   A69-1303-555  9140 2017-01-05 05:32:00          45
    +#> 5950             25   A69-1303-555  9141 2017-01-05 05:36:00          45
    +#> 5951             25   A69-1303-555  9142 2017-01-05 05:42:00          45
    +#> 5952             25   A69-1303-555  9144 2017-01-05 05:44:00          45
    +#> 5953             25   A69-1303-555  9145 2017-01-05 05:50:00          45
    +#> 5954             25   A69-1303-555  9146 2017-01-05 06:56:00          45
    +#> 5955             25   A69-1303-555  9147 2017-01-05 07:00:00          45
    +#> 5956             25   A69-1303-555  9148 2017-01-05 07:06:00          45
    +#> 5957             25   A69-1303-555  9150 2017-01-05 07:08:00          45
    +#> 5958             25   A69-1303-555  9151 2017-01-05 07:10:00          45
    +#> 5959             25   A69-1303-555  9152 2017-01-05 07:14:00          45
    +#> 5960             25   A69-1303-555  9153 2017-01-05 07:16:00          45
    +#> 5961             25   A69-1303-555  9154 2017-01-05 07:18:00          45
    +#> 5962             25   A69-1303-555  9156 2017-01-05 07:20:00          45
    +#> 5963             25   A69-1303-555  9158 2017-01-05 07:24:00          45
    +#> 5964             25   A69-1303-555  9160 2017-01-05 07:26:00          45
    +#> 5965             25   A69-1303-555  9162 2017-01-05 07:28:00          45
    +#> 5966             25   A69-1303-555  9163 2017-01-05 07:30:00          45
    +#> 5967             25   A69-1303-555  9165 2017-01-05 07:32:00          45
    +#> 5968             25   A69-1303-555  9168 2017-01-05 07:34:00          45
    +#> 5969             25   A69-1303-555  9169 2017-01-05 07:36:00          45
    +#> 5970             25   A69-1303-555  9170 2017-01-05 07:38:00          45
    +#> 5971             25   A69-1303-555  9171 2017-01-05 07:40:00          45
    +#> 5972             25   A69-1303-555  9173 2017-01-05 07:46:00          45
    +#> 5973             25   A69-1303-555  9174 2017-01-05 07:48:00          45
    +#> 5974             25   A69-1303-555  9175 2017-01-05 07:50:00          45
    +#> 5975             25   A69-1303-555  9178 2017-01-05 07:52:00          45
    +#> 5976             25   A69-1303-555  9179 2017-01-05 07:54:00          45
    +#> 5977             25   A69-1303-555  9180 2017-01-05 07:56:00          45
    +#> 5978             25   A69-1303-555  9182 2017-01-05 07:58:00          45
    +#> 5979             25   A69-1303-555  9184 2017-01-05 08:00:00          45
    +#> 5980             25   A69-1303-555  9185 2017-01-05 08:02:00          45
    +#> 5981             25   A69-1303-555  9187 2017-01-05 08:04:00          45
    +#> 5982             25   A69-1303-555  9188 2017-01-05 08:06:00          45
    +#> 5983             25   A69-1303-555  9190 2017-01-05 08:08:00          45
    +#> 5984             25   A69-1303-555  9193 2017-01-05 08:10:00          45
    +#> 5985             25   A69-1303-555  9196 2017-01-05 08:12:00          45
    +#> 5986             25   A69-1303-555  9198 2017-01-05 08:14:00          45
    +#> 5987             25   A69-1303-555  9200 2017-01-05 08:16:00          45
    +#> 5988             25   A69-1303-555  9201 2017-01-05 08:18:00          45
    +#> 5989             25   A69-1303-555  9202 2017-01-05 08:20:00          45
    +#> 5990             25   A69-1303-555  9203 2017-01-05 08:22:00          45
    +#> 5991             25   A69-1303-555  9205 2017-01-05 08:24:00          45
    +#> 5992             25   A69-1303-555  9207 2017-01-05 08:26:00          45
    +#> 5993             25   A69-1303-555  9208 2017-01-05 08:28:00          45
    +#> 5994             25   A69-1303-555  9210 2017-01-05 08:30:00          45
    +#> 5995             25   A69-1303-555  9211 2017-01-05 08:32:00          45
    +#> 5996             25   A69-1303-555  9213 2017-01-05 08:36:00          45
    +#> 5997             25   A69-1303-555  9214 2017-01-05 08:38:00          45
    +#> 5998             25   A69-1303-555  9215 2017-01-05 08:42:00          45
    +#> 5999             25   A69-1303-555  9216 2017-01-05 08:46:00          45
    +#> 6000             25   A69-1303-555  9217 2017-01-05 08:56:00          45
    +#> 6001             25   A69-1303-555  9219 2017-01-05 08:58:00          45
    +#> 6002             25   A69-1303-555  9220 2017-01-05 09:00:00          45
    +#> 6003             25   A69-1303-555  9221 2017-01-05 09:04:00          45
    +#> 6004             25   A69-1303-555  9223 2017-01-05 09:06:00          45
    +#> 6005             25   A69-1303-555  9224 2017-01-05 09:08:00          45
    +#> 6006             25   A69-1303-555  9226 2017-01-05 09:10:00          45
    +#> 6007             25   A69-1303-555  9227 2017-01-05 09:12:00          45
    +#> 6008             25   A69-1303-555  9229 2017-01-05 09:14:00          45
    +#> 6009             25   A69-1303-555  9230 2017-01-05 09:16:00          45
    +#> 6010             25   A69-1303-555  9233 2017-01-05 09:18:00          45
    +#> 6011             25   A69-1303-555  9234 2017-01-05 09:22:00          45
    +#> 6012             25   A69-1303-555  9235 2017-01-05 09:24:00          45
    +#> 6013             25   A69-1303-555  9236 2017-01-05 09:26:00          45
    +#> 6014             25   A69-1303-555  9238 2017-01-05 09:28:00          45
    +#> 6015             25   A69-1303-555  9239 2017-01-05 09:30:00          45
    +#> 6016             25   A69-1303-555  9240 2017-01-05 09:32:00          45
    +#> 6017             25   A69-1303-555  9243 2017-01-05 09:36:00          45
    +#> 6018             25   A69-1303-555  9245 2017-01-05 09:38:00          45
    +#> 6019             25   A69-1303-555  9246 2017-01-05 09:40:00          45
    +#> 6020             25   A69-1303-555  9248 2017-01-05 09:42:00          45
    +#> 6021             25   A69-1303-555  9250 2017-01-05 09:44:00          45
    +#> 6022             25   A69-1303-555  9251 2017-01-05 09:46:00          45
    +#> 6023             25   A69-1303-555  9252 2017-01-05 09:48:00          45
    +#> 6024             25   A69-1303-555  9254 2017-01-05 09:50:00          45
    +#> 6025             25   A69-1303-555  9255 2017-01-05 09:52:00          45
    +#> 6026             25   A69-1303-555  9256 2017-01-05 09:54:00          45
    +#> 6027             25   A69-1303-555  9258 2017-01-05 09:56:00          45
    +#> 6028             25   A69-1303-555  9259 2017-01-05 09:58:00          45
    +#> 6029             25   A69-1303-555  9261 2017-01-05 10:00:00          45
    +#> 6030             25   A69-1303-555  9264 2017-01-05 10:02:00          45
    +#> 6031             25   A69-1303-555  9266 2017-01-05 10:04:00          45
    +#> 6032             25   A69-1303-555  9267 2017-01-05 10:06:00          45
    +#> 6033             25   A69-1303-555  9269 2017-01-05 10:08:00          45
    +#> 6034             25   A69-1303-555  9271 2017-01-05 10:10:00          45
    +#> 6035             25   A69-1303-555  9273 2017-01-05 10:12:00          45
    +#> 6036             25   A69-1303-555  9275 2017-01-05 10:14:00          45
    +#> 6037             25   A69-1303-555  9276 2017-01-05 10:16:00          45
    +#> 6038             25   A69-1303-555  9278 2017-01-05 10:18:00          45
    +#> 6039             25   A69-1303-555  9279 2017-01-05 10:20:00          45
    +#> 6040             25   A69-1303-555  9281 2017-01-05 10:24:00          45
    +#> 6041             25   A69-1303-555  9282 2017-01-05 10:26:00          45
    +#> 6042             25   A69-1303-555  9284 2017-01-05 10:28:00          45
    +#> 6043             25   A69-1303-555  9286 2017-01-05 10:30:00          45
    +#> 6044             25   A69-1303-555  9287 2017-01-05 10:32:00          45
    +#> 6045             25   A69-1303-555  9289 2017-01-05 10:34:00          45
    +#> 6046             25   A69-1303-555  9291 2017-01-05 10:36:00          45
    +#> 6047             25   A69-1303-555  9292 2017-01-05 10:38:00          45
    +#> 6048             25   A69-1303-555  9293 2017-01-05 10:42:00          45
    +#> 6049             25   A69-1303-555  9295 2017-01-05 10:44:00          45
    +#> 6050             25   A69-1303-555  9296 2017-01-05 10:46:00          45
    +#> 6051             25   A69-1303-555  9297 2017-01-05 10:48:00          45
    +#> 6052             25   A69-1303-555  9298 2017-01-06 19:38:00          51
    +#> 6053             25   A69-1303-555  9299 2017-01-06 19:40:00          51
    +#> 6054             25   A69-1303-555  9300 2017-01-06 19:42:00          51
    +#> 6055             25   A69-1303-555  9302 2017-01-06 19:44:00          51
    +#> 6056             25   A69-1303-555  9303 2017-01-06 19:48:00          51
    +#> 6057             25   A69-1303-555  9304 2017-01-08 03:52:00          50
    +#> 6058             25   A69-1303-555  9305 2017-01-08 03:54:00          50
    +#> 6059             25   A69-1303-555  9306 2017-01-08 03:56:00          50
    +#> 6060             25   A69-1303-555  9308 2017-01-08 03:58:00          50
    +#> 6061             25   A69-1303-555  9309 2017-01-08 04:00:00          50
    +#> 6062             25   A69-1303-555  9310 2017-01-08 04:02:00          50
    +#> 6063             25   A69-1303-555  9312 2017-01-08 04:04:00          50
    +#> 6064             25   A69-1303-555  9313 2017-01-08 04:06:00          50
    +#> 6065             25   A69-1303-555  9314 2017-01-08 04:08:00          50
    +#> 6066             25   A69-1303-555  9315 2017-01-08 17:22:00          48
    +#> 6067             25   A69-1303-555  9317 2017-01-08 17:24:00          48
    +#> 6068             25   A69-1303-555  9318 2017-01-08 17:26:00          48
    +#> 6069             25   A69-1303-555  9321 2017-01-08 17:28:00          48
    +#> 6070             25   A69-1303-555  9322 2017-01-08 17:30:00          48
    +#> 6071             25   A69-1303-555  9323 2017-01-08 17:32:00          48
    +#> 6072             25   A69-1303-555  9325 2017-01-08 17:36:00          48
    +#> 6073             25   A69-1303-555  9326 2017-01-08 17:38:00          48
    +#> 6074             25   A69-1303-555  9329 2017-01-08 17:40:00          48
    +#> 6075             25   A69-1303-555  9330 2017-01-08 17:42:00          48
    +#> 6076             25   A69-1303-555  9331 2017-01-08 17:44:00          48
    +#> 6077             25   A69-1303-555  9333 2017-01-08 17:46:00          48
    +#> 6078             25   A69-1303-555  9334 2017-01-08 17:48:00          48
    +#> 6079             25   A69-1303-555  9336 2017-01-08 17:50:00          48
    +#> 6080             25   A69-1303-555  9337 2017-01-08 17:52:00          48
    +#> 6081             25   A69-1303-555  9340 2017-01-08 17:54:00          48
    +#> 6082             25   A69-1303-555  9341 2017-01-08 17:56:00          48
    +#> 6083             25   A69-1303-555  9344 2017-01-08 17:58:00          48
    +#> 6084             25   A69-1303-555  9345 2017-01-08 18:00:00          48
    +#> 6085             25   A69-1303-555  9347 2017-01-08 18:02:00          48
    +#> 6086             25   A69-1303-555  9350 2017-01-08 18:04:00          48
    +#> 6087             25   A69-1303-555  9351 2017-01-08 18:06:00          48
    +#> 6088             25   A69-1303-555  9353 2017-01-08 18:08:00          48
    +#> 6089             25   A69-1303-555  9354 2017-01-08 18:10:00          48
    +#> 6090             25   A69-1303-555  9356 2017-01-08 18:12:00          48
    +#> 6091             25   A69-1303-555  9357 2017-01-08 18:14:00          48
    +#> 6092             25   A69-1303-555  9358 2017-01-08 18:16:00          48
    +#> 6093             25   A69-1303-555  9359 2017-01-08 18:18:00          48
    +#> 6094             25   A69-1303-555  9362 2017-01-08 18:20:00          48
    +#> 6095             25   A69-1303-555  9364 2017-01-08 18:22:00          48
    +#> 6096             25   A69-1303-555  9366 2017-01-08 18:24:00          48
    +#> 6097             25   A69-1303-555  9368 2017-01-08 18:26:00          48
    +#> 6098             25   A69-1303-555  9369 2017-01-08 18:28:00          48
    +#> 6099             25   A69-1303-555  9371 2017-01-08 18:30:00          48
    +#> 6100             25   A69-1303-555  9373 2017-01-08 18:32:00          48
    +#> 6101             25   A69-1303-555  9374 2017-01-08 18:34:00          48
    +#> 6102             25   A69-1303-555  9376 2017-01-08 18:36:00          48
    +#> 6103             25   A69-1303-555  9377 2017-01-08 18:38:00          48
    +#> 6104             25   A69-1303-555  9378 2017-01-08 18:40:00          48
    +#> 6105             25   A69-1303-555  9379 2017-01-09 17:34:00          45
    +#> 6106             25   A69-1303-555  9380 2017-01-09 17:36:00          45
    +#> 6107             25   A69-1303-555  9381 2017-01-09 17:38:00          45
    +#> 6108             25   A69-1303-555  9382 2017-01-09 17:40:00          45
    +#> 6109             25   A69-1303-555  9384 2017-01-09 17:42:00          45
    +#> 6110             25   A69-1303-555  9386 2017-01-09 17:44:00          45
    +#> 6111             25   A69-1303-555  9387 2017-01-09 19:56:00          45
    +#> 6112             25   A69-1303-555  9389 2017-01-09 19:58:00          45
    +#> 6113             25   A69-1303-555  9390 2017-01-09 20:00:00          45
    +#> 6114             25   A69-1303-555  9391 2017-01-09 20:02:00          45
    +#> 6115             25   A69-1303-555  9392 2017-01-09 20:04:00          45
    +#> 6116             25   A69-1303-555  9393 2017-01-09 20:06:00          45
    +#> 6117             25   A69-1303-555  9394 2017-01-09 20:10:00          45
    +#> 6118             25   A69-1303-555  9395 2017-01-09 20:12:00          45
    +#> 6119             25   A69-1303-555  9396 2017-01-09 20:14:00          45
    +#> 6120             25   A69-1303-555  9398 2017-01-09 20:16:00          45
    +#> 6121             25   A69-1303-555  9399 2017-01-09 20:18:00          45
    +#> 6122             25   A69-1303-555  9401 2017-01-09 20:20:00          45
    +#> 6123             25   A69-1303-555  9403 2017-01-09 20:22:00          45
    +#> 6124             25   A69-1303-555  9404 2017-01-09 20:24:00          45
    +#> 6125             25   A69-1303-555  9405 2017-01-09 20:26:00          45
    +#> 6126             25   A69-1303-555  9406 2017-01-09 20:28:00          45
    +#> 6127             25   A69-1303-555  9407 2017-01-09 20:44:00          45
    +#> 6128             25   A69-1303-555  9409 2017-01-09 20:46:00          45
    +#> 6129             25   A69-1303-555  9410 2017-01-09 20:50:00          45
    +#> 6130             25   A69-1303-555  9411 2017-01-09 20:52:00          45
    +#> 6131             25   A69-1303-555  9413 2017-01-09 20:54:00          45
    +#> 6132             25   A69-1303-555  9415 2017-01-09 20:56:00          45
    +#> 6133             25   A69-1303-555  9416 2017-01-09 20:58:00          45
    +#> 6134             25   A69-1303-555  9418 2017-01-09 21:02:00          45
    +#> 6135             25   A69-1303-555  9419 2017-01-09 21:10:00          45
    +#> 6136             25   A69-1303-555  9422 2017-01-09 22:18:00          48
    +#> 6137             25   A69-1303-555  9423 2017-01-09 22:20:00          48
    +#> 6138             25   A69-1303-555  9424 2017-01-09 22:22:00          48
    +#> 6139             25   A69-1303-555  9425 2017-01-09 22:24:00          48
    +#> 6140             25   A69-1303-555  9427 2017-01-09 22:26:00          48
    +#> 6141             25   A69-1303-555  9428 2017-01-09 22:28:00          48
    +#> 6142             25   A69-1303-555  9430 2017-01-09 22:30:00          48
    +#> 6143             25   A69-1303-555  9433 2017-01-09 22:34:00          48
    +#> 6144             25   A69-1303-555  9435 2017-01-09 22:36:00          48
    +#> 6145             25   A69-1303-555  9437 2017-01-09 22:38:00          48
    +#> 6146             25   A69-1303-555  9438 2017-01-09 22:40:00          48
    +#> 6147             25   A69-1303-555  9440 2017-01-09 22:42:00          48
    +#> 6148             25   A69-1303-555  9441 2017-01-09 22:46:00          48
    +#> 6149             25   A69-1303-555  9442 2017-01-09 22:52:00          48
    +#> 6150             25   A69-1303-555  9443 2017-01-09 22:54:00          48
    +#> 6151             25   A69-1303-555  9444 2017-01-12 14:00:00          50
    +#> 6152             25   A69-1303-555  9445 2017-01-12 14:02:00          50
    +#> 6153             25   A69-1303-555  9447 2017-01-12 21:28:00          41
    +#> 6154             25   A69-1303-555  9449 2017-01-12 21:32:00          41
    +#> 6155             25   A69-1303-555  9450 2017-01-12 21:36:00          41
    +#> 6156             25   A69-1303-555  9451 2017-01-13 07:34:00          24
    +#> 6157             25   A69-1303-555  9452 2017-01-13 07:36:00          24
    +#> 6158             25   A69-1303-555  9453 2017-01-13 07:38:00          24
    +#> 6159             25   A69-1303-555  9454 2017-01-13 07:40:00          24
    +#> 6160             25   A69-1303-555  9456 2017-01-13 07:42:00          24
    +#> 6161             25   A69-1303-555  9457 2017-01-13 07:44:00          24
    +#> 6162             25   A69-1303-555  9459 2017-01-13 07:46:00          24
    +#> 6163             25   A69-1303-555  9462 2017-01-13 07:48:00          24
    +#> 6164             25   A69-1303-555  9464 2017-01-13 07:50:00          24
    +#> 6165             25   A69-1303-555  9465 2017-01-13 07:52:00          24
    +#> 6166             25   A69-1303-555  9467 2017-01-13 07:54:00          24
    +#> 6167             25   A69-1303-555  9469 2017-01-13 07:56:00          24
    +#> 6168             25   A69-1303-555  9471 2017-01-13 07:58:00          24
    +#> 6169             25   A69-1303-555  9472 2017-01-13 08:06:00          24
    +#> 6170             25   A69-1303-555  9474 2017-01-13 08:12:00          24
    +#> 6171             25   A69-1303-555  9475 2017-01-13 09:42:00          50
    +#> 6172             25   A69-1303-555  9476 2017-01-13 09:44:00          50
    +#> 6173             25   A69-1303-555  9477 2017-01-13 20:30:00          45
    +#> 6174             25   A69-1303-555  9479 2017-01-13 20:32:00          45
    +#> 6175             25   A69-1303-555  9480 2017-01-13 20:34:00          45
    +#> 6176             25   A69-1303-555  9482 2017-01-13 20:40:00          45
    +#> 6177             25   A69-1303-555  9484 2017-01-13 20:42:00          45
    +#> 6178             25   A69-1303-555  9486 2017-01-13 20:44:00          45
    +#> 6179             25   A69-1303-555  9488 2017-01-13 20:46:00          45
    +#> 6180             25   A69-1303-555  9489 2017-01-13 20:48:00          45
    +#> 6181             25   A69-1303-555  9490 2017-01-13 20:50:00          45
    +#> 6182             25   A69-1303-555  9493 2017-01-13 20:52:00          45
    +#> 6183             25   A69-1303-555  9494 2017-01-13 20:54:00          45
    +#> 6184             25   A69-1303-555  9496 2017-01-13 20:56:00          45
    +#> 6185             25   A69-1303-555  9498 2017-01-13 20:58:00          45
    +#> 6186             25   A69-1303-555  9500 2017-01-13 21:00:00          45
    +#> 6187             25   A69-1303-555  9501 2017-01-13 22:16:00          45
    +#> 6188             25   A69-1303-555  9502 2017-01-13 22:20:00          45
    +#> 6189             25   A69-1303-555  9505 2017-01-13 22:22:00          45
    +#> 6190             25   A69-1303-555  9507 2017-01-13 22:24:00          45
    +#> 6191             25   A69-1303-555  9508 2017-01-13 22:26:00          45
    +#> 6192             25   A69-1303-555  9509 2017-01-13 22:28:00          45
    +#> 6193             25   A69-1303-555  9511 2017-01-13 22:32:00          45
    +#> 6194             25   A69-1303-555  9512 2017-01-13 22:34:00          45
    +#> 6195             25   A69-1303-555  9513 2017-01-13 22:36:00          45
    +#> 6196             25   A69-1303-555  9514 2017-01-13 22:38:00          45
    +#> 6197             25   A69-1303-555  9516 2017-01-13 22:40:00          45
    +#> 6198             25   A69-1303-555  9519 2017-01-13 22:42:00          45
    +#> 6199             25   A69-1303-555  9521 2017-01-13 22:44:00          45
    +#> 6200             25   A69-1303-555  9524 2017-01-13 22:46:00          45
    +#> 6201             25   A69-1303-555  9526 2017-01-13 22:48:00          45
    +#> 6202             25   A69-1303-555  9527 2017-01-13 22:50:00          45
    +#> 6203             25   A69-1303-555  9530 2017-01-13 22:52:00          45
    +#> 6204             25   A69-1303-555  9531 2017-01-13 22:54:00          45
    +#> 6205             25   A69-1303-555  9533 2017-01-13 22:58:00          45
    +#> 6206             25   A69-1303-555  9534 2017-01-13 23:00:00          45
    +#> 6207             25   A69-1303-555  9536 2017-01-13 23:02:00          45
    +#> 6208             25   A69-1303-555  9538 2017-01-13 23:04:00          45
    +#> 6209             25   A69-1303-555  9540 2017-01-13 23:06:00          45
    +#> 6210             25   A69-1303-555  9542 2017-01-13 23:08:00          45
    +#> 6211             25   A69-1303-555  9543 2017-01-13 23:10:00          45
    +#> 6212             25   A69-1303-555  9545 2017-01-13 23:12:00          45
    +#> 6213             25   A69-1303-555  9547 2017-01-14 05:36:00          51
    +#> 6214             25   A69-1303-555  9550 2017-01-14 05:38:00          51
    +#> 6215             25   A69-1303-555  9552 2017-01-14 05:40:00          51
    +#> 6216             25   A69-1303-555  9553 2017-01-14 05:42:00          51
    +#> 6217             25   A69-1303-555  9555 2017-01-14 05:44:00          51
    +#> 6218             25   A69-1303-555  9556 2017-01-14 05:46:00          51
    +#> 6219             25   A69-1303-555  9558 2017-01-14 05:48:00          51
    +#> 6220             25   A69-1303-555  9560 2017-01-14 05:50:00          51
    +#> 6221             25   A69-1303-555  9561 2017-01-14 05:52:00          51
    +#> 6222             25   A69-1303-555  9562 2017-01-15 03:58:00          47
    +#> 6223             25   A69-1303-555  9563 2017-01-15 04:00:00          47
    +#> 6224             25   A69-1303-555  9564 2017-01-15 04:02:00          47
    +#> 6225             25   A69-1303-555  9565 2017-01-15 04:04:00          47
    +#> 6226             25   A69-1303-555  9567 2017-01-15 09:08:00          47
    +#> 6227             25   A69-1303-555  9569 2017-01-15 09:10:00          47
    +#> 6228             25   A69-1303-555  9571 2017-01-15 09:12:00          47
    +#> 6229             25   A69-1303-555  9573 2017-01-15 17:42:00          41
    +#> 6230             25   A69-1303-555  9574 2017-01-15 17:44:00          41
    +#> 6231             25   A69-1303-555  9575 2017-01-15 17:48:00          41
    +#> 6232             25   A69-1303-555  9576 2017-01-15 17:50:00          41
    +#> 6233             25   A69-1303-555  9577 2017-01-15 17:58:00          47
    +#> 6234             25   A69-1303-555  9578 2017-01-15 18:00:00          47
    +#> 6235             25   A69-1303-555  9580 2017-01-15 18:02:00          47
    +#> 6236             25   A69-1303-555  9581 2017-01-15 18:04:00          47
    +#> 6237             25   A69-1303-555  9582 2017-01-15 18:06:00          47
    +#> 6238             25   A69-1303-555  9584 2017-01-15 18:08:00          47
    +#> 6239             25   A69-1303-555  9585 2017-01-15 18:10:00          47
    +#> 6240             25   A69-1303-555  9586 2017-01-15 18:12:00          47
    +#> 6241             25   A69-1303-555  9588 2017-01-15 18:14:00          47
    +#> 6242             25   A69-1303-555  9590 2017-01-15 18:16:00          47
    +#> 6243             25   A69-1303-555  9591 2017-01-15 18:18:00          47
    +#> 6244             25   A69-1303-555  9592 2017-01-15 18:20:00          47
    +#> 6245             25   A69-1303-555  9593 2017-01-15 18:36:00          47
    +#> 6246             25   A69-1303-555  9594 2017-01-15 18:40:00          47
    +#> 6247             25   A69-1303-555  9595 2017-01-15 18:42:00          47
    +#> 6248             25   A69-1303-555  9596 2017-01-15 18:46:00          47
    +#> 6249             25   A69-1303-555  9598 2017-01-15 18:48:00          47
    +#> 6250             25   A69-1303-555  9600 2017-01-15 18:50:00          47
    +#> 6251             25   A69-1303-555  9601 2017-01-15 18:52:00          47
    +#> 6252             25   A69-1303-555  9602 2017-01-15 19:04:00          47
    +#> 6253             25   A69-1303-555  9603 2017-01-15 19:06:00          47
    +#> 6254             25   A69-1303-555  9605 2017-01-15 19:10:00          47
    +#> 6255             25   A69-1303-555  9606 2017-01-15 19:12:00          47
    +#> 6256             25   A69-1303-555  9608 2017-01-15 19:14:00          47
    +#> 6257             25   A69-1303-555  9609 2017-01-15 19:16:00          47
    +#> 6258             25   A69-1303-555  9610 2017-01-15 19:18:00          47
    +#> 6259             25   A69-1303-555  9612 2017-01-15 19:20:00          47
    +#> 6260             25   A69-1303-555  9613 2017-01-15 19:22:00          47
    +#> 6261             25   A69-1303-555  9614 2017-01-15 19:30:00          47
    +#> 6262             25   A69-1303-555  9615 2017-01-15 19:34:00          47
    +#> 6263             25   A69-1303-555  9616 2017-01-15 19:36:00          47
    +#> 6264             25   A69-1303-555  9617 2017-01-15 19:40:00          47
    +#> 6265             25   A69-1303-555  9618 2017-01-15 19:42:00          41
    +#> 6266             25   A69-1303-555  9619 2017-01-15 19:44:00          47
    +#> 6267             25   A69-1303-555  9620 2017-01-15 19:44:00          41
    +#> 6268             25   A69-1303-555  9622 2017-01-15 19:46:00          47
    +#> 6269             25   A69-1303-555  9623 2017-01-15 19:46:00          41
    +#> 6270             25   A69-1303-555  9625 2017-01-15 19:50:00          41
    +#> 6271             25   A69-1303-555  9627 2017-01-15 19:52:00          41
    +#> 6272             25   A69-1303-555  9629 2017-01-15 19:54:00          41
    +#> 6273             25   A69-1303-555  9631 2017-01-15 19:56:00          41
    +#> 6274             25   A69-1303-555  9633 2017-01-15 19:58:00          41
    +#> 6275             25   A69-1303-555  9635 2017-01-15 20:00:00          41
    +#> 6276             25   A69-1303-555  9636 2017-01-15 20:02:00          41
    +#> 6277             25   A69-1303-555  9638 2017-01-15 20:04:00          41
    +#> 6278             25   A69-1303-555  9640 2017-01-15 20:06:00          41
    +#> 6279             25   A69-1303-555  9642 2017-01-15 20:08:00          41
    +#> 6280             25   A69-1303-555  9643 2017-01-15 20:10:00          41
    +#> 6281             25   A69-1303-555  9646 2017-01-15 20:26:00          41
    +#> 6282             25   A69-1303-555  9647 2017-01-16 09:14:00          24
    +#> 6283             25   A69-1303-555  9648 2017-01-16 09:16:00          24
    +#> 6284             25   A69-1303-555  9649 2017-01-16 09:34:00          24
    +#> 6285             25   A69-1303-555  9650 2017-01-16 09:46:00          24
    +#> 6286             25   A69-1303-555  9651 2017-01-16 09:48:00          24
    +#> 6287             25   A69-1303-555  9652 2017-01-16 09:50:00          24
    +#> 6288             25   A69-1303-555  9654 2017-01-16 09:54:00          24
    +#> 6289             25   A69-1303-555  9655 2017-01-16 09:56:00          24
    +#> 6290             25   A69-1303-555  9657 2017-01-16 10:00:00          24
    +#> 6291             25   A69-1303-555  9659 2017-01-16 10:02:00          24
    +#> 6292             25   A69-1303-555  9660 2017-01-16 10:04:00          24
    +#> 6293             25   A69-1303-555  9661 2017-01-16 10:06:00          24
    +#> 6294             25   A69-1303-555  9662 2017-01-16 10:08:00          24
    +#> 6295             25   A69-1303-555  9663 2017-01-16 10:12:00          24
    +#> 6296             25   A69-1303-555  9664 2017-01-16 10:16:00          24
    +#> 6297             25   A69-1303-555  9665 2017-01-16 10:20:00          24
    +#> 6298             25   A69-1303-555  9666 2017-01-16 10:22:00          24
    +#> 6299             25   A69-1303-555  9667 2017-01-16 10:24:00          24
    +#> 6300             25   A69-1303-555  9668 2017-01-16 11:10:00          24
    +#> 6301             25   A69-1303-555  9669 2017-01-16 11:24:00          24
    +#> 6302             25   A69-1303-555  9670 2017-01-16 11:28:00          24
    +#> 6303             25   A69-1303-555  9671 2017-01-16 11:30:00          24
    +#> 6304             25   A69-1303-555  9672 2017-01-16 11:32:00          24
    +#> 6305             25   A69-1303-555  9674 2017-01-16 11:36:00          24
    +#> 6306             25   A69-1303-555  9676 2017-01-16 11:38:00          24
    +#> 6307             25   A69-1303-555  9678 2017-01-16 11:44:00          24
    +#> 6308             25   A69-1303-555  9680 2017-01-16 11:46:00          24
    +#> 6309             25   A69-1303-555  9681 2017-01-16 11:48:00          24
    +#> 6310             25   A69-1303-555  9684 2017-01-16 11:50:00          24
    +#> 6311             25   A69-1303-555  9686 2017-01-16 11:52:00          24
    +#> 6312             25   A69-1303-555  9687 2017-01-16 11:54:00          24
    +#> 6313             25   A69-1303-555  9689 2017-01-16 11:56:00          24
    +#> 6314             25   A69-1303-555  9691 2017-01-16 11:58:00          24
    +#> 6315             25   A69-1303-555  9693 2017-01-16 12:00:00          24
    +#> 6316             25   A69-1303-555  9694 2017-01-16 12:02:00          24
    +#> 6317             25   A69-1303-555  9695 2017-01-16 12:04:00          24
    +#> 6318             25   A69-1303-555  9697 2017-01-16 12:06:00          24
    +#> 6319             25   A69-1303-555  9698 2017-01-16 12:44:00          50
    +#> 6320             25   A69-1303-555  9699 2017-01-16 12:46:00          50
    +#> 6321             25   A69-1303-555  9701 2017-01-16 12:50:00          50
    +#> 6322             25   A69-1303-555  9704 2017-01-16 12:52:00          50
    +#> 6323             25   A69-1303-555  9705 2017-01-16 12:54:00          50
    +#> 6324             25   A69-1303-555  9707 2017-01-16 12:56:00          50
    +#> 6325             25   A69-1303-555  9709 2017-01-16 12:58:00          50
    +#> 6326             25   A69-1303-555  9710 2017-01-16 13:00:00          50
    +#> 6327             25   A69-1303-555  9711 2017-01-16 13:02:00          50
    +#> 6328             25   A69-1303-555  9712 2017-01-16 13:06:00          50
    +#> 6329             25   A69-1303-555  9713 2017-01-16 13:08:00          50
    +#> 6330             25   A69-1303-555  9714 2017-01-16 13:10:00          50
    +#> 6331             25   A69-1303-555  9716 2017-01-16 13:12:00          50
    +#> 6332             25   A69-1303-555  9717 2017-01-16 13:14:00          50
    +#> 6333             25   A69-1303-555  9719 2017-01-16 13:16:00          50
    +#> 6334             25   A69-1303-555  9721 2017-01-16 13:18:00          50
    +#> 6335             25   A69-1303-555  9723 2017-01-16 13:20:00          50
    +#> 6336             25   A69-1303-555  9725 2017-01-16 13:22:00          50
    +#> 6337             25   A69-1303-555  9726 2017-01-16 13:24:00          50
    +#> 6338             25   A69-1303-555  9727 2017-01-16 13:26:00          50
    +#> 6339             25   A69-1303-555  9728 2017-01-16 13:28:00          50
    +#> 6340             25   A69-1303-555  9729 2017-01-16 13:30:00          50
    +#> 6341             25   A69-1303-555  9730 2017-01-16 13:38:00          50
    +#> 6342             25   A69-1303-555  9732 2017-01-16 13:40:00          50
    +#> 6343             25   A69-1303-555  9733 2017-01-16 13:42:00          50
    +#> 6344             25   A69-1303-555  9734 2017-01-16 13:44:00          50
    +#> 6345             25   A69-1303-555  9735 2017-01-16 13:46:00          50
    +#> 6346             25   A69-1303-555  9736 2017-01-16 13:50:00          50
    +#> 6347             25   A69-1303-555  9738 2017-01-16 13:52:00          50
    +#> 6348             25   A69-1303-555  9740 2017-01-16 13:54:00          50
    +#> 6349             25   A69-1303-555  9742 2017-01-16 13:56:00          50
    +#> 6350             25   A69-1303-555  9743 2017-01-16 13:58:00          50
    +#> 6351             25   A69-1303-555  9745 2017-01-16 14:00:00          50
    +#> 6352             25   A69-1303-555  9747 2017-01-16 14:02:00          50
    +#> 6353             25   A69-1303-555  9750 2017-01-16 14:04:00          50
    +#> 6354             25   A69-1303-555  9751 2017-01-16 14:06:00          50
    +#> 6355             25   A69-1303-555  9752 2017-01-16 14:08:00          50
    +#> 6356             25   A69-1303-555  9753 2017-01-16 14:10:00          50
    +#> 6357             25   A69-1303-555  9754 2017-01-16 14:12:00          50
    +#> 6358             25   A69-1303-555  9756 2017-01-16 14:14:00          50
    +#> 6359             25   A69-1303-555  9757 2017-01-16 14:24:00          50
    +#> 6360             25   A69-1303-555  9759 2017-01-16 14:26:00          50
    +#> 6361             25   A69-1303-555  9761 2017-01-16 17:16:00          24
    +#> 6362             25   A69-1303-555  9763 2017-01-16 17:22:00          24
    +#> 6363             25   A69-1303-555  9764 2017-01-16 17:24:00          24
    +#> 6364             25   A69-1303-555  9765 2017-01-16 17:26:00          24
    +#> 6365             25   A69-1303-555  9766 2017-01-16 17:28:00          24
    +#> 6366             25   A69-1303-555  9767 2017-01-16 18:04:00          24
    +#> 6367             25   A69-1303-555  9769 2017-01-16 18:06:00          24
    +#> 6368             25   A69-1303-555  9771 2017-01-16 18:08:00          24
    +#> 6369             25   A69-1303-555  9773 2017-01-16 18:10:00          24
    +#> 6370             25   A69-1303-555  9775 2017-01-16 18:12:00          24
    +#> 6371             25   A69-1303-555  9777 2017-01-16 18:14:00          24
    +#> 6372             25   A69-1303-555  9779 2017-01-16 18:16:00          24
    +#> 6373             25   A69-1303-555  9780 2017-01-16 19:40:00          24
    +#> 6374             25   A69-1303-555  9782 2017-01-16 19:44:00          24
    +#> 6375             25   A69-1303-555  9783 2017-01-17 10:58:00          45
    +#> 6376             25   A69-1303-555  9784 2017-01-17 11:04:00          45
    +#> 6377             25   A69-1303-555  9785 2017-01-17 11:10:00          45
    +#> 6378             25   A69-1303-555  9786 2017-01-17 11:16:00          45
    +#> 6379             25   A69-1303-555  9789 2017-01-17 11:20:00          45
    +#> 6380             25   A69-1303-555  9792 2017-01-17 11:22:00          45
    +#> 6381             25   A69-1303-555  9793 2017-01-17 11:24:00          45
    +#> 6382             25   A69-1303-555  9794 2017-01-17 11:26:00          45
    +#> 6383             25   A69-1303-555  9795 2017-01-17 11:28:00          45
    +#> 6384             25   A69-1303-555  9797 2017-01-17 11:30:00          45
    +#> 6385             25   A69-1303-555  9798 2017-01-17 11:32:00          45
    +#> 6386             25   A69-1303-555  9799 2017-01-17 11:36:00          45
    +#> 6387             25   A69-1303-555  9801 2017-01-17 11:38:00          45
    +#> 6388             25   A69-1303-555  9803 2017-01-17 11:40:00          45
    +#> 6389             25   A69-1303-555  9804 2017-01-17 11:42:00          45
    +#> 6390             25   A69-1303-555  9805 2017-01-17 11:44:00          45
    +#> 6391             25   A69-1303-555  9806 2017-01-17 11:46:00          45
    +#> 6392             25   A69-1303-555  9807 2017-01-17 11:48:00          45
    +#> 6393             25   A69-1303-555  9809 2017-01-17 11:50:00          45
    +#> 6394             25   A69-1303-555  9810 2017-01-17 11:52:00          45
    +#> 6395             25   A69-1303-555  9812 2017-01-17 11:54:00          45
    +#> 6396             25   A69-1303-555  9813 2017-01-17 11:56:00          45
    +#> 6397             25   A69-1303-555  9815 2017-01-17 11:58:00          45
    +#> 6398             25   A69-1303-555  9817 2017-01-17 12:04:00          45
    +#> 6399             25   A69-1303-555  9819 2017-01-17 12:06:00          45
    +#> 6400             25   A69-1303-555  9821 2017-01-17 12:08:00          45
    +#> 6401             25   A69-1303-555  9823 2017-01-17 12:10:00          45
    +#> 6402             25   A69-1303-555  9824 2017-01-17 12:12:00          45
    +#> 6403             25   A69-1303-555  9827 2017-01-17 12:14:00          45
    +#> 6404             25   A69-1303-555  9829 2017-01-17 12:16:00          45
    +#> 6405             25   A69-1303-555  9831 2017-01-17 12:18:00          45
    +#> 6406             25   A69-1303-555  9832 2017-01-17 12:20:00          45
    +#> 6407             25   A69-1303-555  9833 2017-01-17 12:24:00          45
    +#> 6408             25   A69-1303-555  9834 2017-01-17 12:28:00          45
    +#> 6409             25   A69-1303-555  9835 2017-01-17 12:30:00          45
    +#> 6410             25   A69-1303-555  9838 2017-01-17 12:32:00          45
    +#> 6411             25   A69-1303-555  9839 2017-01-17 12:34:00          45
    +#> 6412             25   A69-1303-555  9840 2017-01-17 12:36:00          45
    +#> 6413             25   A69-1303-555  9842 2017-01-17 12:38:00          45
    +#> 6414             25   A69-1303-555  9843 2017-01-17 12:40:00          45
    +#> 6415             25   A69-1303-555  9844 2017-01-17 12:42:00          45
    +#> 6416             25   A69-1303-555  9846 2017-01-17 12:44:00          45
    +#> 6417             25   A69-1303-555  9848 2017-01-17 12:46:00          45
    +#> 6418             25   A69-1303-555  9849 2017-01-17 12:48:00          45
    +#> 6419             25   A69-1303-555  9850 2017-01-17 12:50:00          45
    +#> 6420             25   A69-1303-555  9852 2017-01-17 12:52:00          45
    +#> 6421             25   A69-1303-555  9853 2017-01-17 12:54:00          45
    +#> 6422             25   A69-1303-555  9854 2017-01-17 12:58:00          45
    +#> 6423             25   A69-1303-555  9856 2017-01-17 13:00:00          45
    +#> 6424             25   A69-1303-555  9857 2017-01-17 13:02:00          45
    +#> 6425             25   A69-1303-555  9858 2017-01-17 13:04:00          45
    +#> 6426             25   A69-1303-555  9859 2017-01-17 13:06:00          45
    +#> 6427             25   A69-1303-555  9861 2017-01-17 13:08:00          45
    +#> 6428             25   A69-1303-555  9863 2017-01-17 13:10:00          45
    +#> 6429             25   A69-1303-555  9865 2017-01-17 13:12:00          45
    +#> 6430             25   A69-1303-555  9866 2017-01-17 13:14:00          45
    +#> 6431             25   A69-1303-555  9868 2017-01-17 13:16:00          45
    +#> 6432             25   A69-1303-555  9870 2017-01-17 13:18:00          45
    +#> 6433             25   A69-1303-555  9872 2017-01-17 13:20:00          45
    +#> 6434             25   A69-1303-555  9874 2017-01-18 19:40:00          50
    +#> 6435             25   A69-1303-555  9875 2017-01-18 19:42:00          50
    +#> 6436             25   A69-1303-555  9876 2017-01-21 02:24:00          24
    +#> 6437             25   A69-1303-555  9877 2017-01-21 02:26:00          24
    +#> 6438             25   A69-1303-555  9879 2017-01-21 02:28:00          24
    +#> 6439             25   A69-1303-555  9880 2017-01-21 02:30:00          24
    +#> 6440             25   A69-1303-555  9882 2017-01-21 02:32:00          24
    +#> 6441             25   A69-1303-555  9883 2017-01-21 02:34:00          24
    +#> 6442             25   A69-1303-555  9886 2017-01-21 02:36:00          24
    +#> 6443             25   A69-1303-555  9888 2017-01-21 02:38:00          24
    +#> 6444             25   A69-1303-555  9890 2017-01-21 02:40:00          24
    +#> 6445             25   A69-1303-555  9891 2017-01-21 02:42:00          24
    +#> 6446             25   A69-1303-555  9893 2017-01-21 02:44:00          24
    +#> 6447             25   A69-1303-555  9896 2017-01-21 02:46:00          24
    +#> 6448             25   A69-1303-555  9897 2017-01-21 02:48:00          24
    +#> 6449             25   A69-1303-555  9899 2017-01-21 02:50:00          24
    +#> 6450             25   A69-1303-555  9901 2017-01-21 02:52:00          24
    +#> 6451             25   A69-1303-555  9902 2017-01-21 02:54:00          24
    +#> 6452             25   A69-1303-555  9904 2017-01-21 03:00:00          24
    +#> 6453             25   A69-1303-555  9905 2017-01-21 03:06:00          24
    +#> 6454             25   A69-1303-555  9906 2017-01-21 03:24:00          24
    +#> 6455             25   A69-1303-555  9907 2017-01-23 00:46:00          45
    +#> 6456             25   A69-1303-555  9908 2017-01-23 00:52:00          45
    +#> 6457             25   A69-1303-555  9910 2017-01-23 00:54:00          45
    +#> 6458             25   A69-1303-555  9912 2017-01-23 00:56:00          45
    +#> 6459             25   A69-1303-555  9913 2017-01-23 00:58:00          45
    +#> 6460             25   A69-1303-555  9915 2017-01-23 01:00:00          45
    +#> 6461             25   A69-1303-555  9916 2017-01-23 01:02:00          45
    +#> 6462             25   A69-1303-555  9918 2017-01-23 01:04:00          45
    +#> 6463             25   A69-1303-555  9920 2017-01-23 01:06:00          45
    +#> 6464             25   A69-1303-555  9921 2017-01-23 01:08:00          45
    +#> 6465             25   A69-1303-555  9924 2017-01-23 01:10:00          45
    +#> 6466             25   A69-1303-555  9925 2017-01-23 01:12:00          45
    +#> 6467             25   A69-1303-555  9928 2017-01-23 01:14:00          45
    +#> 6468             25   A69-1303-555  9929 2017-01-23 01:16:00          45
    +#> 6469             25   A69-1303-555  9931 2017-01-23 01:18:00          45
    +#> 6470             25   A69-1303-555  9933 2017-01-23 01:20:00          45
    +#> 6471             25   A69-1303-555  9935 2017-01-23 01:22:00          45
    +#> 6472             25   A69-1303-555  9937 2017-01-23 01:26:00          45
    +#> 6473             25   A69-1303-555  9939 2017-01-23 01:28:00          45
    +#> 6474             25   A69-1303-555  9940 2017-01-23 01:30:00          45
    +#> 6475             25   A69-1303-555  9942 2017-01-23 01:32:00          45
    +#> 6476             25   A69-1303-555  9944 2017-01-23 01:34:00          45
    +#> 6477             25   A69-1303-555  9946 2017-01-23 01:36:00          45
    +#> 6478             25   A69-1303-555  9948 2017-01-23 01:38:00          45
    +#> 6479             25   A69-1303-555  9949 2017-01-23 01:40:00          45
    +#> 6480             25   A69-1303-555  9951 2017-01-23 01:42:00          45
    +#> 6481             25   A69-1303-555  9953 2017-01-23 01:44:00          45
    +#> 6482             25   A69-1303-555  9954 2017-01-23 01:46:00          45
    +#> 6483             25   A69-1303-555  9955 2017-01-23 01:48:00          45
    +#> 6484             25   A69-1303-555  9957 2017-01-23 01:50:00          45
    +#> 6485             25   A69-1303-555  9959 2017-01-23 01:52:00          45
    +#> 6486             25   A69-1303-555  9961 2017-01-23 01:54:00          45
    +#> 6487             25   A69-1303-555  9963 2017-01-23 01:56:00          45
    +#> 6488             25   A69-1303-555  9964 2017-01-23 01:58:00          45
    +#> 6489             25   A69-1303-555  9965 2017-01-23 02:00:00          45
    +#> 6490             25   A69-1303-555  9966 2017-01-23 02:02:00          45
    +#> 6491             25   A69-1303-555  9967 2017-01-23 02:06:00          21
    +#> 6492             25   A69-1303-555  9969 2017-01-23 02:08:00          21
    +#> 6493             25   A69-1303-555  9970 2017-01-23 02:14:00          21
    +#> 6494             25   A69-1303-555  9971 2017-01-23 05:14:00          21
    +#> 6495             25   A69-1303-555  9972 2017-01-23 05:16:00          21
    +#> 6496             25   A69-1303-555  9973 2017-01-23 05:18:00          21
    +#> 6497             25   A69-1303-555  9974 2017-01-23 05:20:00          21
    +#> 6498             25   A69-1303-555  9976 2017-01-23 05:22:00          21
    +#> 6499             25   A69-1303-555  9977 2017-01-23 05:26:00          21
    +#> 6500             25   A69-1303-555  9978 2017-01-23 05:28:00          21
    +#> 6501             25   A69-1303-555  9980 2017-01-23 05:30:00          21
    +#> 6502             25   A69-1303-555  9981 2017-01-23 08:18:00          43
    +#> 6503             25   A69-1303-555  9983 2017-01-23 08:20:00          43
    +#> 6504             25   A69-1303-555  9985 2017-01-23 08:22:00          43
    +#> 6505             25   A69-1303-555  9987 2017-01-23 08:24:00          43
    +#> 6506             25   A69-1303-555  9988 2017-01-23 08:26:00          43
    +#> 6507             25   A69-1303-555  9990 2017-01-23 08:28:00          43
    +#> 6508             25   A69-1303-555  9992 2017-01-23 08:30:00          43
    +#> 6509             25   A69-1303-555  9995 2017-01-23 08:32:00          43
    +#> 6510             25   A69-1303-555  9996 2017-01-23 08:34:00          43
    +#> 6511             25   A69-1303-555  9998 2017-01-23 08:36:00          43
    +#> 6512             25   A69-1303-555 10000 2017-01-23 08:38:00          43
    +#> 6513             25   A69-1303-555 10002 2017-01-23 08:40:00          43
    +#> 6514             25   A69-1303-555 10003 2017-01-23 08:42:00          43
    +#> 6515             25   A69-1303-555 10005 2017-01-23 08:44:00          43
    +#> 6516             25   A69-1303-555 10007 2017-01-23 08:46:00          43
    +#> 6517             25   A69-1303-555 10009 2017-01-23 08:48:00          43
    +#> 6518             25   A69-1303-555 10011 2017-01-23 08:50:00          43
    +#> 6519             25   A69-1303-555 10012 2017-01-23 08:52:00          43
    +#> 6520             25   A69-1303-555 10014 2017-01-23 08:54:00          43
    +#> 6521             25   A69-1303-555 10016 2017-01-23 08:56:00          43
    +#> 6522             25   A69-1303-555 10018 2017-01-23 08:58:00          43
    +#> 6523             25   A69-1303-555 10019 2017-01-23 09:00:00          43
    +#> 6524             25   A69-1303-555 10021 2017-01-23 09:02:00          43
    +#> 6525             25   A69-1303-555 10023 2017-01-23 09:04:00          43
    +#> 6526             25   A69-1303-555 10024 2017-01-23 09:06:00          43
    +#> 6527             25   A69-1303-555 10026 2017-01-23 09:08:00          43
    +#> 6528             25   A69-1303-555 10028 2017-01-23 09:10:00          43
    +#> 6529             25   A69-1303-555 10030 2017-01-23 09:12:00          43
    +#> 6530             25   A69-1303-555 10032 2017-01-23 09:14:00          43
    +#> 6531             25   A69-1303-555 10034 2017-01-23 09:16:00          43
    +#> 6532             25   A69-1303-555 10035 2017-01-23 09:18:00          43
    +#> 6533             25   A69-1303-555 10036 2017-01-23 09:20:00          43
    +#> 6534             25   A69-1303-555 10039 2017-01-23 09:22:00          43
    +#> 6535             25   A69-1303-555 10040 2017-01-23 09:24:00          43
    +#> 6536             25   A69-1303-555 10042 2017-01-23 09:26:00          43
    +#> 6537             25   A69-1303-555 10044 2017-01-23 09:28:00          43
    +#> 6538             25   A69-1303-555 10046 2017-01-23 09:30:00          43
    +#> 6539             25   A69-1303-555 10048 2017-01-23 09:32:00          43
    +#> 6540             25   A69-1303-555 10050 2017-01-23 09:34:00          43
    +#> 6541             25   A69-1303-555 10051 2017-01-23 09:36:00          43
    +#> 6542             25   A69-1303-555 10053 2017-01-23 09:40:00          43
    +#> 6543             25   A69-1303-555 10054 2017-01-23 09:42:00          43
    +#> 6544             25   A69-1303-555 10055 2017-01-23 09:48:00          43
    +#> 6545             25   A69-1303-555 10057 2017-01-23 09:50:00          43
    +#> 6546             25   A69-1303-555 10059 2017-01-23 09:52:00          43
    +#> 6547             25   A69-1303-555 10061 2017-01-23 09:54:00          43
    +#> 6548             25   A69-1303-555 10063 2017-01-23 09:56:00          43
    +#> 6549             25   A69-1303-555 10065 2017-01-23 09:58:00          43
    +#> 6550             25   A69-1303-555 10067 2017-01-23 10:00:00          43
    +#> 6551             25   A69-1303-555 10068 2017-01-23 10:02:00          43
    +#> 6552             25   A69-1303-555 10070 2017-01-23 10:04:00          43
    +#> 6553             25   A69-1303-555 10073 2017-01-23 10:06:00          43
    +#> 6554             25   A69-1303-555 10075 2017-01-23 10:08:00          43
    +#> 6555             25   A69-1303-555 10076 2017-01-23 10:10:00          43
    +#> 6556             25   A69-1303-555 10078 2017-01-23 10:12:00          43
    +#> 6557             25   A69-1303-555 10080 2017-01-23 10:14:00          43
    +#> 6558             25   A69-1303-555 10081 2017-01-23 10:16:00          43
    +#> 6559             25   A69-1303-555 10083 2017-01-23 10:18:00          43
    +#> 6560             25   A69-1303-555 10084 2017-01-23 10:20:00          43
    +#> 6561             25   A69-1303-555 10085 2017-01-23 10:24:00          43
    +#> 6562             25   A69-1303-555 10086 2017-01-23 10:26:00          43
    +#> 6563             25   A69-1303-555 10087 2017-01-23 10:30:00          43
    +#> 6564             25   A69-1303-555 10088 2017-01-23 10:32:00          43
    +#> 6565             25   A69-1303-555 10089 2017-01-23 10:34:00          43
    +#> 6566             25   A69-1303-555 10090 2017-01-23 11:50:00          45
    +#> 6567             25   A69-1303-555 10091 2017-01-23 11:52:00          45
    +#> 6568             25   A69-1303-555 10092 2017-01-23 12:00:00          45
    +#> 6569             25   A69-1303-555 10093 2017-01-23 12:18:00          45
    +#> 6570             25   A69-1303-555 10094 2017-01-23 12:22:00          45
    +#> 6571             25   A69-1303-555 10095 2017-01-23 12:24:00          45
    +#> 6572             25   A69-1303-555 10096 2017-01-23 12:32:00          45
    +#> 6573             25   A69-1303-555 10097 2017-01-23 12:40:00          45
    +#> 6574             25   A69-1303-555 10099 2017-01-23 12:42:00          45
    +#> 6575             25   A69-1303-555 10100 2017-01-23 12:44:00          45
    +#> 6576             25   A69-1303-555 10101 2017-01-23 12:46:00          45
    +#> 6577             25   A69-1303-555 10103 2017-01-23 12:48:00          45
    +#> 6578             25   A69-1303-555 10105 2017-01-23 12:50:00          45
    +#> 6579             25   A69-1303-555 10106 2017-01-23 12:52:00          45
    +#> 6580             25   A69-1303-555 10107 2017-01-23 12:54:00          45
    +#> 6581             25   A69-1303-555 10109 2017-01-23 12:56:00          45
    +#> 6582             25   A69-1303-555 10111 2017-01-23 12:58:00          45
    +#> 6583             25   A69-1303-555 10113 2017-01-23 13:00:00          45
    +#> 6584             25   A69-1303-555 10115 2017-01-23 13:02:00          45
    +#> 6585             25   A69-1303-555 10116 2017-01-23 13:04:00          45
    +#> 6586             25   A69-1303-555 10118 2017-01-23 13:06:00          45
    +#> 6587             25   A69-1303-555 10120 2017-01-23 13:08:00          45
    +#> 6588             25   A69-1303-555 10121 2017-01-23 13:10:00          45
    +#> 6589             25   A69-1303-555 10122 2017-01-23 13:14:00          45
    +#> 6590             25   A69-1303-555 10123 2017-01-23 13:18:00          45
    +#> 6591             25   A69-1303-555 10124 2017-01-23 13:22:00          45
    +#> 6592             25   A69-1303-555 10125 2017-01-23 13:24:00          45
    +#> 6593             25   A69-1303-555 10126 2017-01-23 13:26:00          45
    +#> 6594             25   A69-1303-555 10127 2017-01-23 13:28:00          45
    +#> 6595             25   A69-1303-555 10129 2017-01-23 13:30:00          45
    +#> 6596             25   A69-1303-555 10130 2017-01-23 13:32:00          45
    +#> 6597             25   A69-1303-555 10131 2017-01-23 13:38:00          45
    +#> 6598             25   A69-1303-555 10132 2017-01-23 13:40:00          45
    +#> 6599             25   A69-1303-555 10133 2017-01-23 13:42:00          45
    +#> 6600             25   A69-1303-555 10134 2017-01-23 13:44:00          45
    +#> 6601             25   A69-1303-555 10135 2017-01-23 13:46:00          45
    +#> 6602             25   A69-1303-555 10137 2017-01-23 13:48:00          45
    +#> 6603             25   A69-1303-555 10139 2017-01-23 13:50:00          45
    +#> 6604             25   A69-1303-555 10140 2017-01-23 13:52:00          45
    +#> 6605             25   A69-1303-555 10141 2017-01-23 13:56:00          45
    +#> 6606             25   A69-1303-555 10143 2017-01-23 13:58:00          45
    +#> 6607             25   A69-1303-555 10145 2017-01-23 14:00:00          45
    +#> 6608             25   A69-1303-555 10146 2017-01-23 14:02:00          45
    +#> 6609             25   A69-1303-555 10147 2017-01-23 14:04:00          45
    +#> 6610             25   A69-1303-555 10149 2017-01-23 14:06:00          45
    +#> 6611             25   A69-1303-555 10150 2017-01-23 14:08:00          45
    +#> 6612             25   A69-1303-555 10151 2017-01-23 14:10:00          45
    +#> 6613             25   A69-1303-555 10153 2017-01-23 14:12:00          45
    +#> 6614             25   A69-1303-555 10155 2017-01-23 14:16:00          45
    +#> 6615             25   A69-1303-555 10156 2017-01-23 14:18:00          45
    +#> 6616             25   A69-1303-555 10157 2017-01-23 14:20:00          45
    +#> 6617             25   A69-1303-555 10158 2017-01-23 14:22:00          45
    +#> 6618             25   A69-1303-555 10160 2017-01-23 14:24:00          45
    +#> 6619             25   A69-1303-555 10162 2017-01-23 14:26:00          45
    +#> 6620             25   A69-1303-555 10164 2017-01-23 14:28:00          45
    +#> 6621             25   A69-1303-555 10165 2017-01-23 14:30:00          45
    +#> 6622             25   A69-1303-555 10166 2017-01-23 14:32:00          45
    +#> 6623             25   A69-1303-555 10168 2017-01-23 14:34:00          45
    +#> 6624             25   A69-1303-555 10170 2017-01-23 14:38:00          45
    +#> 6625             25   A69-1303-555 10172 2017-01-23 14:40:00          45
    +#> 6626             25   A69-1303-555 10173 2017-01-23 14:42:00          45
    +#> 6627             25   A69-1303-555 10175 2017-01-23 14:44:00          45
    +#> 6628             25   A69-1303-555 10178 2017-01-23 14:46:00          45
    +#> 6629             25   A69-1303-555 10180 2017-01-23 14:48:00          45
    +#> 6630             25   A69-1303-555 10181 2017-01-23 14:50:00          45
    +#> 6631             25   A69-1303-555 10182 2017-01-23 14:52:00          45
    +#> 6632             25   A69-1303-555 10185 2017-01-23 14:54:00          45
    +#> 6633             25   A69-1303-555 10186 2017-01-23 14:56:00          45
    +#> 6634             25   A69-1303-555 10187 2017-01-23 14:58:00          45
    +#> 6635             25   A69-1303-555 10188 2017-01-23 15:00:00          45
    +#> 6636             25   A69-1303-555 10189 2017-01-23 15:02:00          45
    +#> 6637             25   A69-1303-555 10191 2017-01-23 15:04:00          45
    +#> 6638             25   A69-1303-555 10193 2017-01-23 15:06:00          45
    +#> 6639             25   A69-1303-555 10195 2017-01-23 15:10:00          45
    +#> 6640             25   A69-1303-555 10196 2017-01-23 15:12:00          45
    +#> 6641             25   A69-1303-555 10198 2017-01-23 15:18:00          45
    +#> 6642             25   A69-1303-555 10199 2017-01-23 15:26:00          45
    +#> 6643             25   A69-1303-555 10200 2017-01-23 15:28:00          45
    +#> 6644             25   A69-1303-555 10202 2017-01-23 15:32:00          45
    +#> 6645             25   A69-1303-555 10203 2017-01-23 15:34:00          45
    +#> 6646             25   A69-1303-555 10204 2017-01-23 15:36:00          45
    +#> 6647             25   A69-1303-555 10205 2017-01-23 15:40:00          45
    +#> 6648             25   A69-1303-555 10206 2017-01-23 15:42:00          45
    +#> 6649             25   A69-1303-555 10207 2017-01-23 15:44:00          45
    +#> 6650             25   A69-1303-555 10208 2017-01-23 15:48:00          45
    +#> 6651             25   A69-1303-555 10209 2017-01-23 15:50:00          45
    +#> 6652             25   A69-1303-555 10210 2017-01-23 15:52:00          45
    +#> 6653             25   A69-1303-555 10211 2017-01-23 15:54:00          45
    +#> 6654             25   A69-1303-555 10212 2017-01-23 15:56:00          45
    +#> 6655             25   A69-1303-555 10213 2017-01-23 15:58:00          45
    +#> 6656             25   A69-1303-555 10215 2017-01-23 16:00:00          45
    +#> 6657             25   A69-1303-555 10217 2017-01-23 16:04:00          45
    +#> 6658             25   A69-1303-555 10218 2017-01-23 16:06:00          45
    +#> 6659             25   A69-1303-555 10219 2017-01-23 16:08:00          45
    +#> 6660             25   A69-1303-555 10220 2017-01-23 16:10:00          45
    +#> 6661             25   A69-1303-555 10221 2017-01-23 16:12:00          45
    +#> 6662             25   A69-1303-555 10222 2017-01-23 16:14:00          45
    +#> 6663             25   A69-1303-555 10224 2017-01-23 16:16:00          45
    +#> 6664             25   A69-1303-555 10225 2017-01-23 16:18:00          45
    +#> 6665             25   A69-1303-555 10227 2017-01-23 16:24:00          45
    +#> 6666             25   A69-1303-555 10229 2017-01-23 16:26:00          45
    +#> 6667             25   A69-1303-555 10231 2017-01-23 16:28:00          45
    +#> 6668             25   A69-1303-555 10233 2017-01-23 16:30:00          45
    +#> 6669             25   A69-1303-555 10234 2017-01-23 16:32:00          45
    +#> 6670             25   A69-1303-555 10235 2017-01-23 16:34:00          45
    +#> 6671             25   A69-1303-555 10237 2017-01-23 16:36:00          45
    +#> 6672             25   A69-1303-555 10238 2017-01-23 16:38:00          45
    +#> 6673             25   A69-1303-555 10239 2017-01-23 16:42:00          45
    +#> 6674             25   A69-1303-555 10242 2017-01-23 16:44:00          45
    +#> 6675             25   A69-1303-555 10243 2017-01-23 16:46:00          45
    +#> 6676             25   A69-1303-555 10244 2017-01-23 16:48:00          45
    +#> 6677             25   A69-1303-555 10246 2017-01-23 16:50:00          45
    +#> 6678             25   A69-1303-555 10247 2017-01-23 16:52:00          45
    +#> 6679             25   A69-1303-555 10249 2017-01-23 16:54:00          45
    +#> 6680             25   A69-1303-555 10251 2017-01-23 16:56:00          45
    +#> 6681             25   A69-1303-555 10253 2017-01-23 16:58:00          45
    +#> 6682             25   A69-1303-555 10254 2017-01-23 17:00:00          45
    +#> 6683             25   A69-1303-555 10255 2017-01-23 17:06:00          45
    +#> 6684             25   A69-1303-555 10258 2017-01-23 17:10:00          45
    +#> 6685             25   A69-1303-555 10259 2017-01-23 17:12:00          45
    +#> 6686             25   A69-1303-555 10260 2017-01-23 17:14:00          45
    +#> 6687             25   A69-1303-555 10262 2017-01-23 17:16:00          45
    +#> 6688             25   A69-1303-555 10265 2017-01-23 17:18:00          45
    +#> 6689             25   A69-1303-555 10266 2017-01-23 17:20:00          45
    +#> 6690             25   A69-1303-555 10267 2017-01-23 17:22:00          45
    +#> 6691             25   A69-1303-555 10269 2017-01-23 17:24:00          45
    +#> 6692             25   A69-1303-555 10271 2017-01-23 17:26:00          45
    +#> 6693             25   A69-1303-555 10273 2017-01-23 17:28:00          45
    +#> 6694             25   A69-1303-555 10274 2017-01-23 17:30:00          45
    +#> 6695             25   A69-1303-555 10275 2017-01-23 17:32:00          45
    +#> 6696             25   A69-1303-555 10277 2017-01-23 17:34:00          45
    +#> 6697             25   A69-1303-555 10278 2017-01-23 17:36:00          45
    +#> 6698             25   A69-1303-555 10280 2017-01-23 17:38:00          45
    +#> 6699             25   A69-1303-555 10282 2017-01-23 17:40:00          45
    +#> 6700             25   A69-1303-555 10283 2017-01-23 17:44:00          45
    +#> 6701             25   A69-1303-555 10284 2017-01-23 17:46:00          45
    +#> 6702             25   A69-1303-555 10285 2017-01-23 17:48:00          45
    +#> 6703             25   A69-1303-555 10287 2017-01-23 17:52:00          45
    +#> 6704             25   A69-1303-555 10289 2017-01-23 17:54:00          45
    +#> 6705             25   A69-1303-555 10290 2017-01-23 17:56:00          45
    +#> 6706             25   A69-1303-555 10292 2017-01-23 17:58:00          45
    +#> 6707             25   A69-1303-555 10293 2017-01-23 18:02:00          45
    +#> 6708             25   A69-1303-555 10294 2017-01-23 18:04:00          45
    +#> 6709             25   A69-1303-555 10296 2017-01-23 18:06:00          45
    +#> 6710             25   A69-1303-555 10298 2017-01-23 18:08:00          45
    +#> 6711             25   A69-1303-555 10300 2017-01-23 18:10:00          45
    +#> 6712             25   A69-1303-555 10302 2017-01-23 18:12:00          45
    +#> 6713             25   A69-1303-555 10304 2017-01-23 18:14:00          45
    +#> 6714             25   A69-1303-555 10305 2017-01-23 18:16:00          45
    +#> 6715             25   A69-1303-555 10307 2017-01-23 18:18:00          45
    +#> 6716             25   A69-1303-555 10308 2017-01-23 18:20:00          45
    +#> 6717             25   A69-1303-555 10309 2017-01-23 18:22:00          45
    +#> 6718             25   A69-1303-555 10310 2017-01-23 18:24:00          45
    +#> 6719             25   A69-1303-555 10311 2017-01-23 18:26:00          45
    +#> 6720             25   A69-1303-555 10313 2017-01-23 18:28:00          45
    +#> 6721             25   A69-1303-555 10314 2017-01-23 18:36:00          45
    +#> 6722             25   A69-1303-555 10315 2017-01-23 18:38:00          45
    +#> 6723             25   A69-1303-555 10317 2017-01-23 18:40:00          45
    +#> 6724             25   A69-1303-555 10319 2017-01-23 18:42:00          45
    +#> 6725             25   A69-1303-555 10321 2017-01-23 18:44:00          45
    +#> 6726             25   A69-1303-555 10322 2017-01-23 18:48:00          45
    +#> 6727             25   A69-1303-555 10324 2017-01-23 18:50:00          45
    +#> 6728             25   A69-1303-555 10326 2017-01-23 20:12:00          48
    +#> 6729             25   A69-1303-555 10328 2017-01-23 20:14:00          48
    +#> 6730             25   A69-1303-555 10329 2017-01-23 20:16:00          48
    +#> 6731             25   A69-1303-555 10331 2017-01-23 20:18:00          48
    +#> 6732             25   A69-1303-555 10333 2017-01-23 20:20:00          48
    +#> 6733             25   A69-1303-555 10335 2017-01-23 20:22:00          48
    +#> 6734             25   A69-1303-555 10336 2017-01-23 20:24:00          48
    +#> 6735             25   A69-1303-555 10338 2017-01-23 20:26:00          48
    +#> 6736             25   A69-1303-555 10339 2017-01-23 20:28:00          48
    +#> 6737             25   A69-1303-555 10341 2017-01-23 20:30:00          48
    +#> 6738             25   A69-1303-555 10343 2017-01-23 20:32:00          48
    +#> 6739             25   A69-1303-555 10344 2017-01-23 20:34:00          48
    +#> 6740             25   A69-1303-555 10347 2017-01-23 20:36:00          48
    +#> 6741             25   A69-1303-555 10348 2017-01-23 20:38:00          48
    +#> 6742             25   A69-1303-555 10349 2017-01-23 20:40:00          48
    +#> 6743             25   A69-1303-555 10350 2017-01-23 20:42:00          48
    +#> 6744             25   A69-1303-555 10351 2017-01-25 02:04:00          50
    +#> 6745             25   A69-1303-555 10352 2017-01-25 02:08:00          50
    +#> 6746             25   A69-1303-555 10353 2017-01-29 15:36:00          45
    +#> 6747             25   A69-1303-555 10354 2017-01-29 15:38:00          45
    +#> 6748             25   A69-1303-555 10355 2017-01-29 15:48:00          45
    +#> 6749             25   A69-1303-555 10356 2017-01-29 15:50:00          45
    +#> 6750             25   A69-1303-555 10357 2017-01-29 15:54:00          45
    +#> 6751             25   A69-1303-555 10358 2017-01-29 15:58:00          45
    +#> 6752             25   A69-1303-555 10359 2017-01-29 16:00:00          45
    +#> 6753             25   A69-1303-555 10360 2017-01-29 16:02:00          45
    +#> 6754             25   A69-1303-555 10361 2017-01-29 16:04:00          45
    +#> 6755             25   A69-1303-555 10363 2017-01-29 16:06:00          45
    +#> 6756             25   A69-1303-555 10366 2017-01-29 16:08:00          45
    +#> 6757             25   A69-1303-555 10367 2017-01-29 16:10:00          45
    +#> 6758             25   A69-1303-555 10369 2017-01-29 16:12:00          45
    +#> 6759             25   A69-1303-555 10370 2017-01-29 16:14:00          45
    +#> 6760             25   A69-1303-555 10371 2017-01-29 16:18:00          45
    +#> 6761             25   A69-1303-555 10373 2017-01-29 16:22:00          45
    +#> 6762             25   A69-1303-555 10375 2017-01-29 16:24:00          45
    +#> 6763             25   A69-1303-555 10377 2017-01-29 16:26:00          45
    +#> 6764             25   A69-1303-555 10378 2017-01-29 16:28:00          45
    +#> 6765             25   A69-1303-555 10379 2017-01-29 16:30:00          45
    +#> 6766             25   A69-1303-555 10380 2017-01-29 16:32:00          45
    +#> 6767             25   A69-1303-555 10382 2017-01-29 16:36:00          45
    +#> 6768             25   A69-1303-555 10384 2017-01-29 16:38:00          45
    +#> 6769             25   A69-1303-555 10386 2017-01-29 16:40:00          45
    +#> 6770             25   A69-1303-555 10388 2017-01-29 16:42:00          45
    +#> 6771             25   A69-1303-555 10390 2017-01-29 16:44:00          45
    +#> 6772             25   A69-1303-555 10391 2017-01-29 16:46:00          45
    +#> 6773             25   A69-1303-555 10393 2017-01-29 16:50:00          45
    +#> 6774             25   A69-1303-555 10395 2017-01-29 16:52:00          45
    +#> 6775             25   A69-1303-555 10397 2017-01-29 16:54:00          45
    +#> 6776             25   A69-1303-555 10398 2017-01-29 16:56:00          45
    +#> 6777             25   A69-1303-555 10399 2017-01-29 16:58:00          45
    +#> 6778             25   A69-1303-555 10401 2017-01-29 17:00:00          45
    +#> 6779             25   A69-1303-555 10403 2017-01-29 17:02:00          45
    +#> 6780             25   A69-1303-555 10405 2017-01-29 17:04:00          45
    +#> 6781             25   A69-1303-555 10406 2017-01-29 17:06:00          45
    +#> 6782             25   A69-1303-555 10408 2017-01-29 17:08:00          45
    +#> 6783             25   A69-1303-555 10410 2017-01-29 17:10:00          45
    +#> 6784             25   A69-1303-555 10411 2017-01-29 17:12:00          45
    +#> 6785             25   A69-1303-555 10412 2017-01-29 17:14:00          45
    +#> 6786             25   A69-1303-555 10414 2017-01-29 17:16:00          45
    +#> 6787             25   A69-1303-555 10416 2017-01-29 17:18:00          45
    +#> 6788             25   A69-1303-555 10418 2017-01-29 17:20:00          45
    +#> 6789             25   A69-1303-555 10420 2017-01-29 17:22:00          45
    +#> 6790             25   A69-1303-555 10421 2017-01-29 17:24:00          45
    +#> 6791             25   A69-1303-555 10422 2017-01-29 17:26:00          45
    +#> 6792             25   A69-1303-555 10424 2017-01-29 17:28:00          45
    +#> 6793             25   A69-1303-555 10425 2017-01-29 17:30:00          45
    +#> 6794             25   A69-1303-555 10427 2017-01-29 17:32:00          45
    +#> 6795             25   A69-1303-555 10428 2017-01-29 17:36:00          45
    +#> 6796             25   A69-1303-555 10429 2017-01-29 17:38:00          45
    +#> 6797             25   A69-1303-555 10431 2017-01-29 17:40:00          45
    +#> 6798             25   A69-1303-555 10433 2017-01-29 17:42:00          45
    +#> 6799             25   A69-1303-555 10434 2017-01-29 17:44:00          45
    +#> 6800             25   A69-1303-555 10437 2017-01-29 17:46:00          45
    +#> 6801             25   A69-1303-555 10439 2017-01-29 17:48:00          45
    +#> 6802             25   A69-1303-555 10441 2017-01-29 17:50:00          45
    +#> 6803             25   A69-1303-555 10443 2017-01-29 17:52:00          45
    +#> 6804             25   A69-1303-555 10444 2017-01-29 17:56:00          45
    +#> 6805             25   A69-1303-555 10446 2017-01-29 17:58:00          45
    +#> 6806             25   A69-1303-555 10448 2017-01-29 18:00:00          45
    +#> 6807             25   A69-1303-555 10449 2017-01-29 18:02:00          45
    +#> 6808             25   A69-1303-555 10450 2017-01-29 18:04:00          45
    +#> 6809             25   A69-1303-555 10451 2017-01-29 18:06:00          45
    +#> 6810             25   A69-1303-555 10452 2017-01-29 18:10:00          45
    +#> 6811             25   A69-1303-555 10453 2017-01-29 18:14:00          45
    +#> 6812             25   A69-1303-555 10455 2017-01-30 22:58:00          45
    +#> 6813             25   A69-1303-555 10457 2017-01-30 23:02:00          45
    +#> 6814             25   A69-1303-555 10458 2017-01-30 23:04:00          45
    +#> 6815             25   A69-1303-555 10459 2017-01-30 23:06:00          45
    +#> 6816             25   A69-1303-555 10460 2017-01-30 23:08:00          45
    +#> 6817             25   A69-1303-555 10462 2017-01-30 23:10:00          45
    +#> 6818             25   A69-1303-555 10463 2017-01-30 23:12:00          45
    +#> 6819             25   A69-1303-555 10464 2017-01-30 23:14:00          45
    +#> 6820             25   A69-1303-555 10466 2017-01-30 23:16:00          45
    +#> 6821             25   A69-1303-555 10467 2017-01-30 23:18:00          45
    +#> 6822             25   A69-1303-555 10468 2017-01-30 23:20:00          45
    +#> 6823             25   A69-1303-555 10469 2017-01-30 23:22:00          45
    +#> 6824             25   A69-1303-555 10471 2017-01-30 23:24:00          45
    +#> 6825             25   A69-1303-555 10472 2017-01-30 23:28:00          45
    +#> 6826             25   A69-1303-555 10473 2017-01-30 23:30:00          45
    +#> 6827             25   A69-1303-555 10475 2017-01-30 23:32:00          45
    +#> 6828             25   A69-1303-555 10477 2017-01-30 23:34:00          45
    +#> 6829             25   A69-1303-555 10480 2017-01-30 23:36:00          45
    +#> 6830             25   A69-1303-555 10481 2017-01-30 23:38:00          45
    +#> 6831             25   A69-1303-555 10484 2017-01-30 23:40:00          45
    +#> 6832             25   A69-1303-555 10487 2017-01-30 23:42:00          45
    +#> 6833             25   A69-1303-555 10489 2017-01-30 23:44:00          45
    +#> 6834             25   A69-1303-555 10491 2017-01-30 23:46:00          45
    +#> 6835             25   A69-1303-555 10492 2017-01-30 23:48:00          45
    +#> 6836             25   A69-1303-555 10495 2017-01-30 23:50:00          45
    +#> 6837             25   A69-1303-555 10496 2017-01-30 23:52:00          45
    +#> 6838             25   A69-1303-555 10498 2017-01-30 23:54:00          45
    +#> 6839             25   A69-1303-555 10501 2017-01-30 23:56:00          45
    +#> 6840             25   A69-1303-555 10503 2017-01-30 23:58:00          45
    +#> 6841             25   A69-1303-555 10504 2017-01-31 00:00:00          45
    +#> 6842             25   A69-1303-555 10505 2017-01-31 00:02:00          45
    +#> 6843             25   A69-1303-555 10506 2017-01-31 00:04:00          45
    +#> 6844             25   A69-1303-555 10509 2017-01-31 00:06:00          45
    +#> 6845             25   A69-1303-555 10511 2017-01-31 00:08:00          45
    +#> 6846             25   A69-1303-555 10513 2017-01-31 00:10:00          45
    +#> 6847             25   A69-1303-555 10515 2017-01-31 00:12:00          45
    +#> 6848             25   A69-1303-555 10517 2017-01-31 00:14:00          45
    +#> 6849             25   A69-1303-555 10519 2017-01-31 00:16:00          45
    +#> 6850             25   A69-1303-555 10521 2017-01-31 00:18:00          45
    +#> 6851             25   A69-1303-555 10522 2017-01-31 00:22:00          45
    +#> 6852             25   A69-1303-555 10524 2017-01-31 00:24:00          45
    +#> 6853             25   A69-1303-555 10526 2017-01-31 00:26:00          45
    +#> 6854             25   A69-1303-555 10529 2017-01-31 00:28:00          45
    +#> 6855             25   A69-1303-555 10530 2017-01-31 00:30:00          45
    +#> 6856             25   A69-1303-555 10531 2017-01-31 00:32:00          45
    +#> 6857             25   A69-1303-555 10533 2017-01-31 00:34:00          45
    +#> 6858             25   A69-1303-555 10535 2017-01-31 00:38:00          45
    +#> 6859             25   A69-1303-555 10536 2017-01-31 00:42:00          45
    +#> 6860             25   A69-1303-555 10537 2017-01-31 00:58:00          45
    +#> 6861             25   A69-1303-555 10538 2017-01-31 01:08:00          45
    +#> 6862             25   A69-1303-555 10540 2017-01-31 01:12:00          45
    +#> 6863             25   A69-1303-555 10543 2017-01-31 01:14:00          45
    +#> 6864             25   A69-1303-555 10545 2017-01-31 01:16:00          45
    +#> 6865             25   A69-1303-555 10546 2017-01-31 01:18:00          45
    +#> 6866             25   A69-1303-555 10548 2017-01-31 01:20:00          45
    +#> 6867             25   A69-1303-555 10550 2017-01-31 01:22:00          45
    +#> 6868             25   A69-1303-555 10552 2017-01-31 01:24:00          45
    +#> 6869             25   A69-1303-555 10553 2017-01-31 01:26:00          45
    +#> 6870             25   A69-1303-555 10554 2017-01-31 01:28:00          45
    +#> 6871             25   A69-1303-555 10556 2017-01-31 01:30:00          45
    +#> 6872             25   A69-1303-555 10557 2017-01-31 01:32:00          45
    +#> 6873             25   A69-1303-555 10558 2017-01-31 01:34:00          45
    +#> 6874             25   A69-1303-555 10559 2017-01-31 01:36:00          45
    +#> 6875             25   A69-1303-555 10561 2017-01-31 01:38:00          45
    +#> 6876             25   A69-1303-555 10562 2017-01-31 01:40:00          45
    +#> 6877             25   A69-1303-555 10564 2017-01-31 01:42:00          45
    +#> 6878             25   A69-1303-555 10566 2017-01-31 01:44:00          45
    +#> 6879             25   A69-1303-555 10568 2017-01-31 01:46:00          45
    +#> 6880             25   A69-1303-555 10569 2017-01-31 01:50:00          45
    +#> 6881             25   A69-1303-555 10571 2017-01-31 01:54:00          45
    +#> 6882             25   A69-1303-555 10573 2017-01-31 01:56:00          45
    +#> 6883             25   A69-1303-555 10575 2017-01-31 01:58:00          45
    +#> 6884             25   A69-1303-555 10576 2017-01-31 02:00:00          45
    +#> 6885             25   A69-1303-555 10578 2017-01-31 02:14:00          45
    +#> 6886             25   A69-1303-555 10580 2017-01-31 02:18:00          45
    +#> 6887             25   A69-1303-555 10581 2017-01-31 02:20:00          45
    +#> 6888             25   A69-1303-555 10583 2017-01-31 02:22:00          45
    +#> 6889             25   A69-1303-555 10585 2017-01-31 02:24:00          45
    +#> 6890             25   A69-1303-555 10586 2017-01-31 02:26:00          45
    +#> 6891             25   A69-1303-555 10588 2017-01-31 02:28:00          45
    +#> 6892             25   A69-1303-555 10589 2017-01-31 02:30:00          45
    +#> 6893             25   A69-1303-555 10590 2017-01-31 02:32:00          45
    +#> 6894             25   A69-1303-555 10591 2017-01-31 02:34:00          45
    +#> 6895             25   A69-1303-555 10592 2017-01-31 02:36:00          45
    +#> 6896             25   A69-1303-555 10594 2017-01-31 02:40:00          45
    +#> 6897             25   A69-1303-555 10595 2017-01-31 02:42:00          45
    +#> 6898             25   A69-1303-555 10597 2017-01-31 02:44:00          45
    +#> 6899             25   A69-1303-555 10598 2017-01-31 02:46:00          45
    +#> 6900             25   A69-1303-555 10599 2017-01-31 02:48:00          45
    +#> 6901             25   A69-1303-555 10600 2017-01-31 02:50:00          45
    +#> 6902             25   A69-1303-555 10601 2017-01-31 02:52:00          45
    +#> 6903             25   A69-1303-555 10602 2017-01-31 15:10:00          50
    +#> 6904             25   A69-1303-555 10603 2017-01-31 15:12:00          50
    +#> 6905             25   A69-1303-555 10604 2017-01-31 15:14:00          50
    +#> 6906             25   A69-1303-555 10605 2017-01-31 15:16:00          50
    +#> 6907             25   A69-1303-555 10607 2017-01-31 15:18:00          50
    +#> 6908             25   A69-1303-555 10610 2017-01-31 15:20:00          50
    +#> 6909             25   A69-1303-555 10612 2017-01-31 20:30:00          12
    +#> 6910             25   A69-1303-555 10614 2017-02-02 19:24:00          47
    +#> 6911             25   A69-1303-555 10616 2017-02-02 19:26:00          47
    +#> 6912             25   A69-1303-555 10618 2017-02-02 19:28:00          47
    +#> 6913             25   A69-1303-555 10621 2017-02-02 19:30:00          47
    +#> 6914             25   A69-1303-555 10622 2017-02-02 19:34:00          47
    +#> 6915             25   A69-1303-555 10625 2017-02-02 19:36:00          47
    +#> 6916             25   A69-1303-555 10626 2017-02-02 19:38:00          47
    +#> 6917             25   A69-1303-555 10627 2017-02-02 19:40:00          47
    +#> 6918             25   A69-1303-555 10629 2017-02-02 19:42:00          47
    +#> 6919             25   A69-1303-555 10631 2017-02-02 19:44:00          47
    +#> 6920             25   A69-1303-555 10633 2017-02-02 19:46:00          47
    +#> 6921             25   A69-1303-555 10635 2017-02-02 19:48:00          47
    +#> 6922             25   A69-1303-555 10637 2017-02-02 19:50:00          47
    +#> 6923             25   A69-1303-555 10639 2017-02-02 19:54:00          47
    +#> 6924             25   A69-1303-555 10640 2017-02-02 23:34:00          47
    +#> 6925             25   A69-1303-555 10641 2017-02-02 23:36:00          47
    +#> 6926             25   A69-1303-555 10642 2017-02-02 23:38:00          47
    +#> 6927             25   A69-1303-555 10643 2017-02-02 23:40:00          47
    +#> 6928             25   A69-1303-555 10645 2017-02-02 23:42:00          47
    +#> 6929             25   A69-1303-555 10646 2017-02-02 23:44:00          47
    +#> 6930             25   A69-1303-555 10648 2017-02-02 23:46:00          47
    +#> 6931             25   A69-1303-555 10649 2017-02-02 23:48:00          47
    +#> 6932             25   A69-1303-555 10650 2017-02-04 01:34:00          24
    +#> 6933             25   A69-1303-555 10651 2017-02-04 01:36:00          24
    +#> 6934             25   A69-1303-555 10653 2017-02-04 01:38:00          24
    +#> 6935             25   A69-1303-555 10654 2017-02-04 01:40:00          24
    +#> 6936             25   A69-1303-555 10656 2017-02-04 01:42:00          24
    +#> 6937             25   A69-1303-555 10657 2017-02-04 01:44:00          24
    +#> 6938             25   A69-1303-555 10658 2017-02-04 01:50:00          24
    +#> 6939             25   A69-1303-555 10659 2017-02-04 06:32:00          50
    +#> 6940             25   A69-1303-555 10660 2017-02-04 06:34:00          50
    +#> 6941             25   A69-1303-555 10661 2017-02-04 06:36:00          50
    +#> 6942             25   A69-1303-555 10663 2017-02-04 06:38:00          50
    +#> 6943             25   A69-1303-555 10664 2017-02-04 06:40:00          50
    +#> 6944             25   A69-1303-555 10665 2017-02-04 06:42:00          50
    +#> 6945             25   A69-1303-555 10666 2017-02-04 21:54:00          45
    +#> 6946             25   A69-1303-555 10668 2017-02-04 21:56:00          45
    +#> 6947             25   A69-1303-555 10669 2017-02-04 22:00:00          45
    +#> 6948             25   A69-1303-555 10671 2017-02-04 22:02:00          45
    +#> 6949             25   A69-1303-555 10673 2017-02-04 22:04:00          45
    +#> 6950             25   A69-1303-555 10675 2017-02-04 22:06:00          45
    +#> 6951             25   A69-1303-555 10676 2017-02-04 22:08:00          45
    +#> 6952             25   A69-1303-555 10678 2017-02-04 22:10:00          45
    +#> 6953             25   A69-1303-555 10679 2017-02-04 22:14:00          45
    +#> 6954             25   A69-1303-555 10681 2017-02-04 22:16:00          45
    +#> 6955             25   A69-1303-555 10682 2017-02-04 22:18:00          45
    +#> 6956             25   A69-1303-555 10683 2017-02-04 22:20:00          45
    +#> 6957             25   A69-1303-555 10685 2017-02-04 22:22:00          45
    +#> 6958             25   A69-1303-555 10687 2017-02-04 22:24:00          45
    +#> 6959             25   A69-1303-555 10688 2017-02-04 22:26:00          45
    +#> 6960             25   A69-1303-555 10691 2017-02-04 22:28:00          45
    +#> 6961             25   A69-1303-555 10693 2017-02-04 22:30:00          45
    +#> 6962             25   A69-1303-555 10695 2017-02-04 22:32:00          45
    +#> 6963             25   A69-1303-555 10697 2017-02-04 22:34:00          45
    +#> 6964             25   A69-1303-555 10698 2017-02-04 23:08:00          45
    +#> 6965             25   A69-1303-555 10700 2017-02-04 23:10:00          45
    +#> 6966             25   A69-1303-555 10701 2017-02-04 23:14:00          45
    +#> 6967             25   A69-1303-555 10703 2017-02-04 23:16:00          45
    +#> 6968             25   A69-1303-555 10705 2017-02-04 23:18:00          45
    +#> 6969             25   A69-1303-555 10707 2017-02-04 23:20:00          45
    +#> 6970             25   A69-1303-555 10708 2017-02-04 23:22:00          45
    +#> 6971             25   A69-1303-555 10710 2017-02-04 23:24:00          45
    +#> 6972             25   A69-1303-555 10712 2017-02-04 23:26:00          45
    +#> 6973             25   A69-1303-555 10714 2017-02-04 23:28:00          45
    +#> 6974             25   A69-1303-555 10715 2017-02-04 23:30:00          45
    +#> 6975             25   A69-1303-555 10716 2017-02-04 23:32:00          45
    +#> 6976             25   A69-1303-555 10718 2017-02-04 23:34:00          45
    +#> 6977             25   A69-1303-555 10720 2017-02-04 23:36:00          45
    +#> 6978             25   A69-1303-555 10721 2017-02-04 23:38:00          45
    +#> 6979             25   A69-1303-555 10723 2017-02-04 23:40:00          45
    +#> 6980             25   A69-1303-555 10725 2017-02-04 23:42:00          45
    +#> 6981             25   A69-1303-555 10727 2017-02-04 23:46:00          45
    +#> 6982             25   A69-1303-555 10729 2017-02-04 23:48:00          45
    +#> 6983             25   A69-1303-555 10730 2017-02-04 23:58:00          45
    +#> 6984             25   A69-1303-555 10732 2017-02-05 00:00:00          45
    +#> 6985             25   A69-1303-555 10734 2017-02-05 00:02:00          45
    +#> 6986             25   A69-1303-555 10736 2017-02-05 00:04:00          45
    +#> 6987             25   A69-1303-555 10737 2017-02-05 00:06:00          45
    +#> 6988             25   A69-1303-555 10739 2017-02-05 00:08:00          45
    +#> 6989             25   A69-1303-555 10740 2017-02-05 00:10:00          45
    +#> 6990             25   A69-1303-555 10741 2017-02-05 00:12:00          45
    +#> 6991             25   A69-1303-555 10743 2017-02-05 00:14:00          45
    +#> 6992             25   A69-1303-555 10744 2017-02-05 00:16:00          45
    +#> 6993             25   A69-1303-555 10746 2017-02-05 00:18:00          45
    +#> 6994             25   A69-1303-555 10748 2017-02-05 00:20:00          45
    +#> 6995             25   A69-1303-555 10750 2017-02-05 00:22:00          45
    +#> 6996             25   A69-1303-555 10752 2017-02-05 00:24:00          45
    +#> 6997             25   A69-1303-555 10753 2017-02-05 00:26:00          45
    +#> 6998             25   A69-1303-555 10755 2017-02-05 00:28:00          45
    +#> 6999             25   A69-1303-555 10757 2017-02-05 00:30:00          45
    +#> 7000             25   A69-1303-555 10759 2017-02-05 00:32:00          45
    +#> 7001             25   A69-1303-555 10761 2017-02-05 00:34:00          45
    +#> 7002             25   A69-1303-555 10763 2017-02-05 00:36:00          45
    +#> 7003             25   A69-1303-555 10765 2017-02-05 00:38:00          45
    +#> 7004             25   A69-1303-555 10766 2017-02-05 00:40:00          45
    +#> 7005             25   A69-1303-555 10767 2017-02-05 00:42:00          45
    +#> 7006             25   A69-1303-555 10769 2017-02-05 00:44:00          45
    +#> 7007             25   A69-1303-555 10771 2017-02-05 00:48:00          45
    +#> 7008             25   A69-1303-555 10772 2017-02-05 00:50:00          45
    +#> 7009             25   A69-1303-555 10773 2017-02-05 00:52:00          45
    +#> 7010             25   A69-1303-555 10774 2017-02-05 00:54:00          45
    +#> 7011             25   A69-1303-555 10775 2017-02-05 00:56:00          45
    +#> 7012             25   A69-1303-555 10777 2017-02-05 01:00:00          45
    +#> 7013             25   A69-1303-555 10778 2017-02-05 01:02:00          45
    +#> 7014             25   A69-1303-555 10781 2017-02-05 01:08:00          45
    +#> 7015             25   A69-1303-555 10783 2017-02-05 01:10:00          45
    +#> 7016             25   A69-1303-555 10784 2017-02-05 01:12:00          45
    +#> 7017             25   A69-1303-555 10785 2017-02-05 01:14:00          45
    +#> 7018             25   A69-1303-555 10788 2017-02-05 01:16:00          45
    +#> 7019             25   A69-1303-555 10789 2017-02-05 01:18:00          45
    +#> 7020             25   A69-1303-555 10791 2017-02-05 01:20:00          45
    +#> 7021             25   A69-1303-555 10793 2017-02-05 01:48:00          45
    +#> 7022             25   A69-1303-555 10794 2017-02-05 01:52:00          45
    +#> 7023             25   A69-1303-555 10795 2017-02-05 01:54:00          45
    +#> 7024             25   A69-1303-555 10796 2017-02-05 01:56:00          45
    +#> 7025             25   A69-1303-555 10797 2017-02-05 01:58:00          45
    +#> 7026             25   A69-1303-555 10798 2017-02-05 02:00:00          45
    +#> 7027             25   A69-1303-555 10800 2017-02-05 02:02:00          45
    +#> 7028             25   A69-1303-555 10801 2017-02-05 02:04:00          45
    +#> 7029             25   A69-1303-555 10803 2017-02-05 02:06:00          45
    +#> 7030             25   A69-1303-555 10805 2017-02-05 02:08:00          45
    +#> 7031             25   A69-1303-555 10806 2017-02-05 02:10:00          45
    +#> 7032             25   A69-1303-555 10808 2017-02-05 02:12:00          45
    +#> 7033             25   A69-1303-555 10809 2017-02-05 02:14:00          45
    +#> 7034             25   A69-1303-555 10810 2017-02-05 02:16:00          45
    +#> 7035             25   A69-1303-555 10813 2017-02-05 02:24:00          45
    +#> 7036             25   A69-1303-555 10814 2017-02-05 02:28:00          45
    +#> 7037             25   A69-1303-555 10816 2017-02-05 02:30:00          45
    +#> 7038             25   A69-1303-555 10817 2017-02-05 02:34:00          45
    +#> 7039             25   A69-1303-555 10819 2017-02-05 02:36:00          45
    +#> 7040             25   A69-1303-555 10820 2017-02-05 02:38:00          45
    +#> 7041             25   A69-1303-555 10821 2017-02-05 02:40:00          45
    +#> 7042             25   A69-1303-555 10822 2017-02-05 02:42:00          45
    +#> 7043             25   A69-1303-555 10824 2017-02-05 02:44:00          45
    +#> 7044             25   A69-1303-555 10825 2017-02-05 02:48:00          45
    +#> 7045             25   A69-1303-555 10827 2017-02-05 02:52:00          45
    +#> 7046             25   A69-1303-555 10828 2017-02-05 02:54:00          45
    +#> 7047             25   A69-1303-555 10829 2017-02-05 02:56:00          45
    +#> 7048             25   A69-1303-555 10832 2017-02-05 02:58:00          45
    +#> 7049             25   A69-1303-555 10834 2017-02-05 03:00:00          45
    +#> 7050             25   A69-1303-555 10836 2017-02-05 03:02:00          45
    +#> 7051             25   A69-1303-555 10838 2017-02-05 03:04:00          45
    +#> 7052             25   A69-1303-555 10840 2017-02-05 03:06:00          45
    +#> 7053             25   A69-1303-555 10841 2017-02-05 03:08:00          45
    +#> 7054             25   A69-1303-555 10842 2017-02-05 03:10:00          45
    +#> 7055             25   A69-1303-555 10844 2017-02-05 03:16:00          45
    +#> 7056             25   A69-1303-555 10845 2017-02-05 03:18:00          45
    +#> 7057             25   A69-1303-555 10847 2017-02-05 03:20:00          45
    +#> 7058             25   A69-1303-555 10848 2017-02-05 03:22:00          45
    +#> 7059             25   A69-1303-555 10850 2017-02-05 03:26:00          45
    +#> 7060             25   A69-1303-555 10851 2017-02-05 03:28:00          45
    +#> 7061             25   A69-1303-555 10852 2017-02-05 03:30:00          45
    +#> 7062             25   A69-1303-555 10854 2017-02-05 03:32:00          45
    +#> 7063             25   A69-1303-555 10855 2017-02-05 03:34:00          45
    +#> 7064             25   A69-1303-555 10858 2017-02-05 03:36:00          45
    +#> 7065             25   A69-1303-555 10860 2017-02-05 03:42:00          45
    +#> 7066             25   A69-1303-555 10862 2017-02-05 03:44:00          45
    +#> 7067             25   A69-1303-555 10864 2017-02-05 03:46:00          45
    +#> 7068             25   A69-1303-555 10866 2017-02-05 03:48:00          45
    +#> 7069             25   A69-1303-555 10867 2017-02-06 01:22:00          51
    +#> 7070             25   A69-1303-555 10868 2017-02-06 01:24:00          51
    +#> 7071             25   A69-1303-555 10869 2017-02-06 01:26:00          51
    +#> 7072             25   A69-1303-555 10871 2017-02-06 01:28:00          51
    +#> 7073             25   A69-1303-555 10873 2017-02-06 01:30:00          51
    +#> 7074             25   A69-1303-555 10875 2017-02-06 01:32:00          51
    +#> 7075             25   A69-1303-555 10876 2017-02-06 01:34:00          51
    +#> 7076             25   A69-1303-555 10877 2017-02-06 01:38:00          51
    +#> 7077             25   A69-1303-555 10878 2017-02-06 01:54:00          51
    +#> 7078             25   A69-1303-555 10880 2017-02-06 01:56:00          51
    +#> 7079             25   A69-1303-555 10881 2017-02-06 01:58:00          51
    +#> 7080             25   A69-1303-555 10883 2017-02-06 02:00:00          51
    +#> 7081             25   A69-1303-555 10884 2017-02-06 02:04:00          51
    +#> 7082             25   A69-1303-555 10886 2017-02-06 02:06:00          51
    +#> 7083             25   A69-1303-555 10887 2017-02-06 02:08:00          51
    +#> 7084             25   A69-1303-555 10888 2017-02-06 02:16:00          51
    +#> 7085             25   A69-1303-555 10889 2017-02-06 02:20:00          51
    +#> 7086             25   A69-1303-555 10890 2017-02-06 02:22:00          51
    +#> 7087             25   A69-1303-555 10891 2017-02-06 02:24:00          51
    +#> 7088             25   A69-1303-555 10893 2017-02-06 02:26:00          51
    +#> 7089             25   A69-1303-555 10895 2017-02-06 02:28:00          51
    +#> 7090             25   A69-1303-555 10897 2017-02-06 02:30:00          51
    +#> 7091             25   A69-1303-555 10898 2017-02-06 02:32:00          51
    +#> 7092             25   A69-1303-555 10900 2017-02-06 02:36:00          51
    +#> 7093             25   A69-1303-555 10901 2017-02-06 02:38:00          51
    +#> 7094             25   A69-1303-555 10902 2017-02-06 02:44:00          51
    +#> 7095             25   A69-1303-555 10903 2017-02-06 02:48:00          51
    +#> 7096             25   A69-1303-555 10904 2017-02-06 02:54:00          51
    +#> 7097             25   A69-1303-555 10905 2017-02-06 02:56:00          51
    +#> 7098             25   A69-1303-555 10906 2017-02-06 02:58:00          51
    +#> 7099             25   A69-1303-555 10907 2017-02-06 03:00:00          51
    +#> 7100             25   A69-1303-555 10908 2017-02-06 03:08:00          51
    +#> 7101             25   A69-1303-555 10909 2017-02-06 03:10:00          51
    +#> 7102             25   A69-1303-555 10910 2017-02-06 03:12:00          51
    +#> 7103             25   A69-1303-555 10911 2017-02-06 03:24:00          51
    +#> 7104             25   A69-1303-555 10913 2017-02-06 03:26:00          51
    +#> 7105             25   A69-1303-555 10915 2017-02-06 03:28:00          51
    +#> 7106             25   A69-1303-555 10916 2017-02-06 03:30:00          51
    +#> 7107             25   A69-1303-555 10917 2017-02-06 03:32:00          51
    +#> 7108             25   A69-1303-555 10918 2017-02-06 03:34:00          51
    +#> 7109             25   A69-1303-555 10920 2017-02-06 03:36:00          51
    +#> 7110             25   A69-1303-555 10921 2017-02-06 03:38:00          51
    +#> 7111             25   A69-1303-555 10922 2017-02-06 03:40:00          51
    +#> 7112             25   A69-1303-555 10923 2017-02-06 03:44:00          51
    +#> 7113             25   A69-1303-555 10925 2017-02-06 03:46:00          51
    +#> 7114             25   A69-1303-555 10928 2017-02-06 03:48:00          51
    +#> 7115             25   A69-1303-555 10929 2017-02-06 03:50:00          51
    +#> 7116             25   A69-1303-555 10931 2017-02-06 03:52:00          51
    +#> 7117             25   A69-1303-555 10932 2017-02-06 03:54:00          51
    +#> 7118             25   A69-1303-555 10934 2017-02-06 03:56:00          51
    +#> 7119             25   A69-1303-555 10936 2017-02-06 03:58:00          51
    +#> 7120             25   A69-1303-555 10937 2017-02-06 04:00:00          51
    +#> 7121             25   A69-1303-555 10939 2017-02-06 04:02:00          51
    +#> 7122             25   A69-1303-555 10942 2017-02-06 04:06:00          51
    +#> 7123             25   A69-1303-555 10945 2017-02-06 04:10:00          51
    +#> 7124             25   A69-1303-555 10947 2017-02-06 04:12:00          51
    +#> 7125             25   A69-1303-555 10949 2017-02-06 04:14:00          51
    +#> 7126             25   A69-1303-555 10950 2017-02-06 04:16:00          51
    +#> 7127             25   A69-1303-555 10952 2017-02-06 04:18:00          51
    +#> 7128             25   A69-1303-555 10953 2017-02-06 18:36:00          51
    +#> 7129             25   A69-1303-555 10954 2017-02-06 18:38:00          51
    +#> 7130             25   A69-1303-555 10955 2017-02-06 18:40:00          51
    +#> 7131             25   A69-1303-555 10956 2017-02-06 18:42:00          51
    +#> 7132             25   A69-1303-555 10958 2017-02-06 18:44:00          51
    +#> 7133             25   A69-1303-555 10960 2017-02-06 18:46:00          51
    +#> 7134             25   A69-1303-555 10962 2017-02-06 18:48:00          51
    +#> 7135             25   A69-1303-555 10963 2017-02-06 18:50:00          51
    +#> 7136             25   A69-1303-555 10965 2017-02-06 18:52:00          51
    +#> 7137             25   A69-1303-555 10966 2017-02-06 18:54:00          51
    +#> 7138             25   A69-1303-555 10968 2017-02-06 18:56:00          51
    +#> 7139             25   A69-1303-555 10969 2017-02-07 23:36:00          47
    +#> 7140             25   A69-1303-555 10970 2017-02-07 23:40:00          47
    +#> 7141             25   A69-1303-555 10971 2017-02-07 23:42:00          47
    +#> 7142             25   A69-1303-555 10973 2017-02-07 23:44:00          47
    +#> 7143             25   A69-1303-555 10974 2017-02-07 23:52:00          47
    +#> 7144             25   A69-1303-555 10975 2017-02-07 23:56:00          47
    +#> 7145             25   A69-1303-555 10976 2017-02-08 02:52:00          47
    +#> 7146             25   A69-1303-555 10977 2017-02-08 02:54:00          47
    +#> 7147             25   A69-1303-555 10978 2017-02-08 02:56:00          47
    +#> 7148             25   A69-1303-555 10980 2017-02-08 02:58:00          47
    +#> 7149             25   A69-1303-555 10982 2017-02-08 03:00:00          47
    +#> 7150             25   A69-1303-555 10984 2017-02-08 03:02:00          47
    +#> 7151             25   A69-1303-555 10985 2017-02-08 03:06:00          47
    +#> 7152             25   A69-1303-555 10987 2017-02-08 03:08:00          47
    +#> 7153             25   A69-1303-555 10989 2017-02-08 03:08:00          41
    +#> 7154             25   A69-1303-555 10990 2017-02-08 03:10:00          47
    +#> 7155             25   A69-1303-555 10992 2017-02-08 03:12:00          47
    +#> 7156             25   A69-1303-555 10993 2017-02-08 03:24:00          47
    +#> 7157             25   A69-1303-555 10994 2017-02-08 03:26:00          47
    +#> 7158             25   A69-1303-555 10995 2017-02-08 03:38:00          41
    +#> 7159             25   A69-1303-555 10996 2017-02-09 19:40:00          24
    +#> 7160             25   A69-1303-555 10997 2017-02-09 19:42:00          24
    +#> 7161             25   A69-1303-555 10998 2017-02-09 19:44:00          24
    +#> 7162             25   A69-1303-555 10999 2017-02-09 19:46:00          24
    +#> 7163             25   A69-1303-555 11000 2017-02-09 19:52:00          24
    +#> 7164             25   A69-1303-555 11001 2017-02-09 19:54:00          24
    +#> 7165             25   A69-1303-555 11002 2017-02-09 20:36:00          24
    +#> 7166             25   A69-1303-555 11004 2017-02-09 23:14:00          24
    +#> 7167             25   A69-1303-555 11005 2017-02-09 23:24:00          24
    +#> 7168             25   A69-1303-555 11006 2017-02-09 23:48:00          24
    +#> 7169             25   A69-1303-555 11007 2017-02-09 23:50:00          24
    +#> 7170             25   A69-1303-555 11008 2017-02-09 23:52:00          24
    +#> 7171             25   A69-1303-555 11010 2017-02-09 23:54:00          24
    +#> 7172             25   A69-1303-555 11012 2017-02-09 23:58:00          24
    +#> 7173             25   A69-1303-555 11014 2017-02-10 00:00:00          24
    +#> 7174             25   A69-1303-555 11016 2017-02-10 00:02:00          24
    +#> 7175             25   A69-1303-555 11018 2017-02-10 00:04:00          24
    +#> 7176             25   A69-1303-555 11019 2017-02-10 00:06:00          24
    +#> 7177             25   A69-1303-555 11020 2017-02-10 00:10:00          24
    +#> 7178             25   A69-1303-555 11021 2017-02-10 00:12:00          24
    +#> 7179             25   A69-1303-555 11023 2017-02-10 07:02:00          50
    +#> 7180             25   A69-1303-555 11025 2017-02-10 07:04:00          50
    +#> 7181             25   A69-1303-555 11027 2017-02-10 07:06:00          50
    +#> 7182             25   A69-1303-555 11028 2017-02-10 07:08:00          50
    +#> 7183             25   A69-1303-555 11029 2017-02-10 07:10:00          50
    +#> 7184             25   A69-1303-555 11031 2017-02-10 07:12:00          50
    +#> 7185             25   A69-1303-555 11032 2017-02-10 07:14:00          50
    +#> 7186             25   A69-1303-555 11033 2017-02-10 07:16:00          50
    +#> 7187             25   A69-1303-555 11036 2017-02-10 07:18:00          50
    +#> 7188             25   A69-1303-555 11037 2017-02-10 07:20:00          50
    +#> 7189             25   A69-1303-555 11038 2017-02-10 07:22:00          50
    +#> 7190             25   A69-1303-555 11039 2017-02-10 07:24:00          50
    +#> 7191             25   A69-1303-555 11041 2017-02-10 07:26:00          50
    +#> 7192             25   A69-1303-555 11043 2017-02-10 10:22:00          45
    +#> 7193             25   A69-1303-555 11045 2017-02-10 10:24:00          45
    +#> 7194             25   A69-1303-555 11046 2017-02-10 10:26:00          45
    +#> 7195             25   A69-1303-555 11047 2017-02-10 10:28:00          45
    +#> 7196             25   A69-1303-555 11049 2017-02-10 10:30:00          45
    +#> 7197             25   A69-1303-555 11051 2017-02-10 10:36:00          45
    +#> 7198             25   A69-1303-555 11053 2017-02-10 10:38:00          45
    +#> 7199             25   A69-1303-555 11054 2017-02-10 10:40:00          45
    +#> 7200             25   A69-1303-555 11056 2017-02-10 10:44:00          45
    +#> 7201             25   A69-1303-555 11058 2017-02-10 10:46:00          45
    +#> 7202             25   A69-1303-555 11059 2017-02-10 10:48:00          45
    +#> 7203             25   A69-1303-555 11060 2017-02-10 10:50:00          45
    +#> 7204             25   A69-1303-555 11061 2017-02-10 10:52:00          45
    +#> 7205             25   A69-1303-555 11062 2017-02-10 10:54:00          45
    +#> 7206             25   A69-1303-555 11063 2017-02-10 11:02:00          45
    +#> 7207             25   A69-1303-555 11064 2017-02-10 11:06:00          45
    +#> 7208             25   A69-1303-555 11067 2017-02-10 11:08:00          45
    +#> 7209             25   A69-1303-555 11068 2017-02-10 11:10:00          45
    +#> 7210             25   A69-1303-555 11069 2017-02-10 11:12:00          45
    +#> 7211             25   A69-1303-555 11071 2017-02-10 11:14:00          45
    +#> 7212             25   A69-1303-555 11073 2017-02-10 11:16:00          45
    +#> 7213             25   A69-1303-555 11074 2017-02-10 11:18:00          45
    +#> 7214             25   A69-1303-555 11076 2017-02-10 11:20:00          45
    +#> 7215             25   A69-1303-555 11077 2017-02-10 11:22:00          45
    +#> 7216             25   A69-1303-555 11078 2017-02-10 11:24:00          45
    +#> 7217             25   A69-1303-555 11079 2017-02-10 11:26:00          45
    +#> 7218             25   A69-1303-555 11080 2017-02-10 11:28:00          45
    +#> 7219             25   A69-1303-555 11083 2017-02-10 11:34:00          45
    +#> 7220             25   A69-1303-555 11084 2017-02-10 11:36:00          45
    +#> 7221             25   A69-1303-555 11086 2017-02-10 11:50:00          45
    +#> 7222             25   A69-1303-555 11087 2017-02-10 11:52:00          45
    +#> 7223             25   A69-1303-555 11088 2017-02-10 11:56:00          45
    +#> 7224             25   A69-1303-555 11091 2017-02-10 11:58:00          45
    +#> 7225             25   A69-1303-555 11092 2017-02-10 12:00:00          45
    +#> 7226             25   A69-1303-555 11093 2017-02-10 12:02:00          45
    +#> 7227             25   A69-1303-555 11095 2017-02-10 12:04:00          45
    +#> 7228             25   A69-1303-555 11096 2017-02-10 12:06:00          45
    +#> 7229             25   A69-1303-555 11098 2017-02-10 12:08:00          45
    +#> 7230             25   A69-1303-555 11099 2017-02-10 12:10:00          45
    +#> 7231             25   A69-1303-555 11101 2017-02-10 12:12:00          45
    +#> 7232             25   A69-1303-555 11102 2017-02-10 12:14:00          45
    +#> 7233             25   A69-1303-555 11104 2017-02-10 12:16:00          45
    +#> 7234             25   A69-1303-555 11106 2017-02-10 12:20:00          45
    +#> 7235             25   A69-1303-555 11108 2017-02-10 12:22:00          45
    +#> 7236             25   A69-1303-555 11110 2017-02-10 12:24:00          45
    +#> 7237             25   A69-1303-555 11112 2017-02-10 12:26:00          45
    +#> 7238             25   A69-1303-555 11114 2017-02-10 12:28:00          45
    +#> 7239             25   A69-1303-555 11115 2017-02-10 12:30:00          45
    +#> 7240             25   A69-1303-555 11118 2017-02-10 12:32:00          45
    +#> 7241             25   A69-1303-555 11120 2017-02-10 12:34:00          45
    +#> 7242             25   A69-1303-555 11122 2017-02-10 12:36:00          45
    +#> 7243             25   A69-1303-555 11124 2017-02-10 12:38:00          45
    +#> 7244             25   A69-1303-555 11125 2017-02-10 12:40:00          45
    +#> 7245             25   A69-1303-555 11126 2017-02-10 12:42:00          45
    +#> 7246             25   A69-1303-555 11128 2017-02-10 12:44:00          45
    +#> 7247             25   A69-1303-555 11130 2017-02-10 12:46:00          45
    +#> 7248             25   A69-1303-555 11131 2017-02-10 12:48:00          45
    +#> 7249             25   A69-1303-555 11132 2017-02-10 12:50:00          45
    +#> 7250             25   A69-1303-555 11134 2017-02-10 12:52:00          45
    +#> 7251             25   A69-1303-555 11136 2017-02-10 12:54:00          45
    +#> 7252             25   A69-1303-555 11137 2017-02-10 12:56:00          45
    +#> 7253             25   A69-1303-555 11138 2017-02-10 12:58:00          45
    +#> 7254             25   A69-1303-555 11139 2017-02-10 13:00:00          45
    +#> 7255             25   A69-1303-555 11141 2017-02-10 13:02:00          45
    +#> 7256             25   A69-1303-555 11142 2017-02-10 13:04:00          45
    +#> 7257             25   A69-1303-555 11144 2017-02-10 13:06:00          45
    +#> 7258             25   A69-1303-555 11147 2017-02-10 13:08:00          45
    +#> 7259             25   A69-1303-555 11149 2017-02-10 13:10:00          45
    +#> 7260             25   A69-1303-555 11151 2017-02-10 13:12:00          45
    +#> 7261             25   A69-1303-555 11152 2017-02-10 13:14:00          45
    +#> 7262             25   A69-1303-555 11154 2017-02-10 13:16:00          45
    +#> 7263             25   A69-1303-555 11156 2017-02-10 13:18:00          45
    +#> 7264             25   A69-1303-555 11159 2017-02-10 13:20:00          45
    +#> 7265             25   A69-1303-555 11160 2017-02-10 13:22:00          45
    +#> 7266             25   A69-1303-555 11163 2017-02-10 13:26:00          45
    +#> 7267             25   A69-1303-555 11165 2017-02-10 13:28:00          45
    +#> 7268             25   A69-1303-555 11167 2017-02-10 13:32:00          45
    +#> 7269             25   A69-1303-555 11169 2017-02-10 13:34:00          45
    +#> 7270             25   A69-1303-555 11170 2017-02-10 13:36:00          45
    +#> 7271             25   A69-1303-555 11172 2017-02-10 13:38:00          45
    +#> 7272             25   A69-1303-555 11173 2017-02-10 13:40:00          45
    +#> 7273             25   A69-1303-555 11175 2017-02-10 13:42:00          45
    +#> 7274             25   A69-1303-555 11177 2017-02-10 13:46:00          45
    +#> 7275             25   A69-1303-555 11178 2017-02-10 13:48:00          45
    +#> 7276             25   A69-1303-555 11179 2017-02-10 14:10:00          45
    +#> 7277             25   A69-1303-555 11180 2017-02-12 03:08:00          47
    +#> 7278             25   A69-1303-555 11181 2017-02-12 03:12:00          47
    +#> 7279             25   A69-1303-555 11182 2017-02-12 03:20:00          47
    +#> 7280             25   A69-1303-555 11184 2017-02-12 03:22:00          47
    +#> 7281             25   A69-1303-555 11185 2017-02-12 03:24:00          47
    +#> 7282             25   A69-1303-555 11187 2017-02-12 03:26:00          47
    +#> 7283             25   A69-1303-555 11188 2017-02-12 03:28:00          47
    +#> 7284             25   A69-1303-555 11189 2017-02-12 03:34:00          47
    +#> 7285             25   A69-1303-555 11190 2017-02-12 03:36:00          47
    +#> 7286             25   A69-1303-555 11191 2017-02-12 03:46:00          47
    +#> 7287             25   A69-1303-555 11193 2017-02-12 03:50:00          47
    +#> 7288             25   A69-1303-555 11194 2017-02-12 06:54:00          47
    +#> 7289             25   A69-1303-555 11195 2017-02-12 06:56:00          47
    +#> 7290             25   A69-1303-555 11197 2017-02-12 06:58:00          47
    +#> 7291             25   A69-1303-555 11199 2017-02-12 07:00:00          47
    +#> 7292             25   A69-1303-555 11200 2017-02-12 07:02:00          47
    +#> 7293             25   A69-1303-555 11202 2017-02-12 07:04:00          47
    +#> 7294             25   A69-1303-555 11204 2017-02-12 07:06:00          47
    +#> 7295             25   A69-1303-555 11206 2017-02-12 07:10:00          47
    +#> 7296             25   A69-1303-555 11208 2017-02-12 07:12:00          47
    +#> 7297             25   A69-1303-555 11209 2017-02-12 07:36:00          41
    +#> 7298             25   A69-1303-555 11211 2017-02-13 18:58:00           4
    +#> 7299             25   A69-1303-555 11212 2017-02-13 19:00:00           4
    +#> 7300             25   A69-1303-555 11213 2017-02-13 19:02:00           4
    +#> 7301             25   A69-1303-555 11215 2017-02-13 19:04:00           4
    +#> 7302             25   A69-1303-555 11216 2017-02-13 19:06:00           4
    +#> 7303             25   A69-1303-555 11218 2017-02-13 19:08:00           4
    +#> 7304             25   A69-1303-555 11220 2017-02-13 19:10:00           4
    +#> 7305             25   A69-1303-555 11222 2017-02-13 19:12:00           4
    +#> 7306             25   A69-1303-555 11224 2017-02-13 19:14:00           4
    +#> 7307             25   A69-1303-555 11226 2017-02-13 19:16:00           4
    +#> 7308             25   A69-1303-555 11228 2017-02-13 19:18:00           4
    +#> 7309             25   A69-1303-555 11229 2017-02-13 19:36:00          12
    +#> 7310             25   A69-1303-555 11230 2017-02-13 19:38:00          12
    +#> 7311             25   A69-1303-555 11232 2017-02-13 19:40:00          12
    +#> 7312             25   A69-1303-555 11235 2017-02-13 19:44:00          12
    +#> 7313             25   A69-1303-555 11237 2017-02-13 19:46:00          12
    +#> 7314             25   A69-1303-555 11238 2017-02-13 19:48:00          44
    +#> 7315             25   A69-1303-555 11239 2017-02-13 19:48:00          12
    +#> 7316             25   A69-1303-555 11240 2017-02-13 19:50:00          44
    +#> 7317             25   A69-1303-555 11242 2017-02-13 19:52:00          44
    +#> 7318             25   A69-1303-555 11243 2017-02-13 19:52:00          12
    +#> 7319             25   A69-1303-555 11246 2017-02-13 19:54:00          44
    +#> 7320             25   A69-1303-555 11248 2017-02-13 19:58:00          44
    +#> 7321             25   A69-1303-555 11249 2017-02-13 23:34:00          24
    +#> 7322             25   A69-1303-555 11250 2017-02-13 23:36:00          24
    +#> 7323             25   A69-1303-555 11251 2017-02-13 23:42:00          24
    +#> 7324             25   A69-1303-555 11253 2017-02-13 23:54:00          24
    +#> 7325             25   A69-1303-555 11254 2017-02-13 23:56:00          24
    +#> 7326             25   A69-1303-555 11256 2017-02-13 23:58:00          24
    +#> 7327             25   A69-1303-555 11258 2017-02-14 00:00:00          24
    +#> 7328             25   A69-1303-555 11261 2017-02-14 00:02:00          24
    +#> 7329             25   A69-1303-555 11263 2017-02-14 00:04:00          24
    +#> 7330             25   A69-1303-555 11266 2017-02-14 00:06:00          24
    +#> 7331             25   A69-1303-555 11268 2017-02-14 00:10:00          24
    +#> 7332             25   A69-1303-555 11269 2017-02-14 00:12:00          24
    +#> 7333             25   A69-1303-555 11270 2017-02-14 00:14:00          24
    +#> 7334             25   A69-1303-555 11271 2017-02-14 02:50:00          24
    +#> 7335             25   A69-1303-555 11272 2017-02-14 02:52:00          24
    +#> 7336             25   A69-1303-555 11273 2017-02-14 02:54:00          24
    +#> 7337             25   A69-1303-555 11274 2017-02-14 02:56:00          24
    +#> 7338             25   A69-1303-555 11276 2017-02-14 02:58:00          24
    +#> 7339             25   A69-1303-555 11278 2017-02-14 03:02:00          24
    +#> 7340             25   A69-1303-555 11279 2017-02-14 03:06:00          24
    +#> 7341             25   A69-1303-555 11280 2017-02-14 03:14:00          24
    +#> 7342             25   A69-1303-555 11281 2017-02-14 22:52:00          50
    +#> 7343             25   A69-1303-555 11282 2017-02-14 22:54:00          50
    +#> 7344             25   A69-1303-555 11283 2017-02-14 22:58:00          50
    +#> 7345             25   A69-1303-555 11284 2017-02-15 11:36:00          45
    +#> 7346             25   A69-1303-555 11285 2017-02-15 11:40:00          45
    +#> 7347             25   A69-1303-555 11286 2017-02-15 11:50:00          45
    +#> 7348             25   A69-1303-555 11289 2017-02-15 11:52:00          45
    +#> 7349             25   A69-1303-555 11291 2017-02-15 11:54:00          45
    +#> 7350             25   A69-1303-555 11292 2017-02-15 11:56:00          45
    +#> 7351             25   A69-1303-555 11293 2017-02-15 11:58:00          45
    +#> 7352             25   A69-1303-555 11295 2017-02-15 12:00:00          45
    +#> 7353             25   A69-1303-555 11298 2017-02-15 12:02:00          45
    +#> 7354             25   A69-1303-555 11299 2017-02-15 12:04:00          45
    +#> 7355             25   A69-1303-555 11300 2017-02-15 12:06:00          45
    +#> 7356             25   A69-1303-555 11302 2017-02-15 12:08:00          45
    +#> 7357             25   A69-1303-555 11304 2017-02-15 12:10:00          45
    +#> 7358             25   A69-1303-555 11305 2017-02-15 12:12:00          45
    +#> 7359             25   A69-1303-555 11308 2017-02-15 12:14:00          45
    +#> 7360             25   A69-1303-555 11310 2017-02-15 12:16:00          45
    +#> 7361             25   A69-1303-555 11311 2017-02-15 12:18:00          45
    +#> 7362             25   A69-1303-555 11313 2017-02-15 12:20:00          45
    +#> 7363             25   A69-1303-555 11315 2017-02-15 12:22:00          45
    +#> 7364             25   A69-1303-555 11317 2017-02-15 12:24:00          45
    +#> 7365             25   A69-1303-555 11318 2017-02-15 12:26:00          45
    +#> 7366             25   A69-1303-555 11320 2017-02-15 12:28:00          45
    +#> 7367             25   A69-1303-555 11323 2017-02-15 12:30:00          45
    +#> 7368             25   A69-1303-555 11324 2017-02-15 12:32:00          45
    +#> 7369             25   A69-1303-555 11327 2017-02-15 12:36:00          45
    +#> 7370             25   A69-1303-555 11329 2017-02-15 12:38:00          45
    +#> 7371             25   A69-1303-555 11331 2017-02-15 12:42:00          45
    +#> 7372             25   A69-1303-555 11333 2017-02-15 12:44:00          45
    +#> 7373             25   A69-1303-555 11334 2017-02-15 12:46:00          45
    +#> 7374             25   A69-1303-555 11336 2017-02-15 12:48:00          45
    +#> 7375             25   A69-1303-555 11337 2017-02-15 12:52:00          45
    +#> 7376             25   A69-1303-555 11339 2017-02-15 12:54:00          45
    +#> 7377             25   A69-1303-555 11341 2017-02-15 12:56:00          45
    +#> 7378             25   A69-1303-555 11342 2017-02-15 12:58:00          45
    +#> 7379             25   A69-1303-555 11343 2017-02-15 13:00:00          45
    +#> 7380             25   A69-1303-555 11344 2017-02-15 13:02:00          45
    +#> 7381             25   A69-1303-555 11346 2017-02-15 13:06:00          45
    +#> 7382             25   A69-1303-555 11347 2017-02-15 13:08:00          45
    +#> 7383             25   A69-1303-555 11349 2017-02-15 13:10:00          45
    +#> 7384             25   A69-1303-555 11350 2017-02-15 13:12:00          45
    +#> 7385             25   A69-1303-555 11352 2017-02-15 13:14:00          45
    +#> 7386             25   A69-1303-555 11354 2017-02-15 13:18:00          45
    +#> 7387             25   A69-1303-555 11356 2017-02-15 13:20:00          45
    +#> 7388             25   A69-1303-555 11358 2017-02-15 13:22:00          45
    +#> 7389             25   A69-1303-555 11359 2017-02-15 13:24:00          45
    +#> 7390             25   A69-1303-555 11361 2017-02-15 13:26:00          45
    +#> 7391             25   A69-1303-555 11363 2017-02-15 13:28:00          45
    +#> 7392             25   A69-1303-555 11365 2017-02-15 13:30:00          45
    +#> 7393             25   A69-1303-555 11366 2017-02-15 13:32:00          45
    +#> 7394             25   A69-1303-555 11368 2017-02-15 13:34:00          45
    +#> 7395             25   A69-1303-555 11370 2017-02-15 13:36:00          45
    +#> 7396             25   A69-1303-555 11372 2017-02-15 13:38:00          45
    +#> 7397             25   A69-1303-555 11374 2017-02-15 13:40:00          45
    +#> 7398             25   A69-1303-555 11376 2017-02-15 13:42:00          45
    +#> 7399             25   A69-1303-555 11377 2017-02-15 13:44:00          45
    +#> 7400             25   A69-1303-555 11379 2017-02-15 13:46:00          45
    +#> 7401             25   A69-1303-555 11381 2017-02-15 13:48:00          45
    +#> 7402             25   A69-1303-555 11383 2017-02-15 13:50:00          45
    +#> 7403             25   A69-1303-555 11385 2017-02-15 13:52:00          45
    +#> 7404             25   A69-1303-555 11388 2017-02-15 13:54:00          45
    +#> 7405             25   A69-1303-555 11389 2017-02-15 13:56:00          45
    +#> 7406             25   A69-1303-555 11391 2017-02-15 13:58:00          45
    +#> 7407             25   A69-1303-555 11392 2017-02-15 14:00:00          45
    +#> 7408             25   A69-1303-555 11393 2017-02-15 14:02:00          45
    +#> 7409             25   A69-1303-555 11394 2017-02-15 14:04:00          45
    +#> 7410             25   A69-1303-555 11397 2017-02-15 14:06:00          45
    +#> 7411             25   A69-1303-555 11398 2017-02-15 14:08:00          45
    +#> 7412             25   A69-1303-555 11400 2017-02-15 14:10:00          45
    +#> 7413             25   A69-1303-555 11402 2017-02-15 14:12:00          45
    +#> 7414             25   A69-1303-555 11403 2017-02-15 14:14:00          45
    +#> 7415             25   A69-1303-555 11406 2017-02-15 14:16:00          45
    +#> 7416             25   A69-1303-555 11408 2017-02-15 14:18:00          45
    +#> 7417             25   A69-1303-555 11410 2017-02-15 14:20:00          45
    +#> 7418             25   A69-1303-555 11411 2017-02-15 14:22:00          45
    +#> 7419             25   A69-1303-555 11412 2017-02-15 14:24:00          45
    +#> 7420             25   A69-1303-555 11413 2017-02-15 14:26:00          45
    +#> 7421             25   A69-1303-555 11415 2017-02-15 14:28:00          45
    +#> 7422             25   A69-1303-555 11417 2017-02-15 14:30:00          45
    +#> 7423             25   A69-1303-555 11419 2017-02-15 14:32:00          45
    +#> 7424             25   A69-1303-555 11421 2017-02-15 14:34:00          45
    +#> 7425             25   A69-1303-555 11423 2017-02-15 14:36:00          45
    +#> 7426             25   A69-1303-555 11424 2017-02-15 14:38:00          45
    +#> 7427             25   A69-1303-555 11427 2017-02-15 14:40:00          45
    +#> 7428             25   A69-1303-555 11429 2017-02-15 14:42:00          45
    +#> 7429             25   A69-1303-555 11430 2017-02-15 14:44:00          45
    +#> 7430             25   A69-1303-555 11431 2017-02-15 14:46:00          45
    +#> 7431             25   A69-1303-555 11432 2017-02-15 14:48:00          45
    +#> 7432             25   A69-1303-555 11434 2017-02-15 14:50:00          45
    +#> 7433             25   A69-1303-555 11436 2017-02-15 14:52:00          45
    +#> 7434             25   A69-1303-555 11438 2017-02-15 14:54:00          45
    +#> 7435             25   A69-1303-555 11440 2017-02-15 14:56:00          45
    +#> 7436             25   A69-1303-555 11441 2017-02-15 14:58:00          45
    +#> 7437             25   A69-1303-555 11444 2017-02-15 15:00:00          45
    +#> 7438             25   A69-1303-555 11446 2017-02-15 15:02:00          45
    +#> 7439             25   A69-1303-555 11448 2017-02-15 15:04:00          45
    +#> 7440             25   A69-1303-555 11449 2017-02-15 15:06:00          45
    +#> 7441             25   A69-1303-555 11450 2017-02-15 15:08:00          45
    +#> 7442             25   A69-1303-555 11452 2017-02-15 15:10:00          45
    +#> 7443             25   A69-1303-555 11454 2017-02-15 15:12:00          45
    +#> 7444             25   A69-1303-555 11456 2017-02-15 15:14:00          45
    +#> 7445             25   A69-1303-555 11458 2017-02-15 15:16:00          45
    +#> 7446             25   A69-1303-555 11460 2017-02-15 15:18:00          45
    +#> 7447             25   A69-1303-555 11461 2017-02-15 15:20:00          45
    +#> 7448             25   A69-1303-555 11463 2017-02-15 15:22:00          45
    +#> 7449             25   A69-1303-555 11465 2017-02-15 15:24:00          45
    +#> 7450             25   A69-1303-555 11466 2017-02-15 15:26:00          45
    +#> 7451             25   A69-1303-555 11467 2017-02-15 15:30:00          45
    +#> 7452             25   A69-1303-555 11469 2017-02-15 15:32:00          45
    +#> 7453             25   A69-1303-555 11471 2017-02-15 15:34:00          45
    +#> 7454             25   A69-1303-555 11474 2017-02-15 15:36:00          45
    +#> 7455             25   A69-1303-555 11476 2017-02-15 15:38:00          45
    +#> 7456             25   A69-1303-555 11478 2017-02-15 15:40:00          45
    +#> 7457             25   A69-1303-555 11480 2017-02-15 15:42:00          45
    +#> 7458             25   A69-1303-555 11482 2017-02-15 15:44:00          45
    +#> 7459             25   A69-1303-555 11483 2017-02-15 15:46:00          45
    +#> 7460             25   A69-1303-555 11485 2017-02-15 15:48:00          45
    +#> 7461             25   A69-1303-555 11487 2017-02-15 15:50:00          45
    +#> 7462             25   A69-1303-555 11489 2017-02-15 15:52:00          45
    +#> 7463             25   A69-1303-555 11492 2017-02-15 15:54:00          45
    +#> 7464             25   A69-1303-555 11493 2017-02-15 15:56:00          45
    +#> 7465             25   A69-1303-555 11495 2017-02-15 15:58:00          45
    +#> 7466             25   A69-1303-555 11497 2017-02-15 16:00:00          45
    +#> 7467             25   A69-1303-555 11499 2017-02-15 16:02:00          45
    +#> 7468             25   A69-1303-555 11501 2017-02-15 16:04:00          45
    +#> 7469             25   A69-1303-555 11503 2017-02-15 16:06:00          45
    +#> 7470             25   A69-1303-555 11505 2017-02-15 16:08:00          45
    +#> 7471             25   A69-1303-555 11506 2017-02-15 16:10:00          45
    +#> 7472             25   A69-1303-555 11508 2017-02-15 16:12:00          45
    +#> 7473             25   A69-1303-555 11510 2017-02-15 16:14:00          45
    +#> 7474             25   A69-1303-555 11512 2017-02-15 16:16:00          45
    +#> 7475             25   A69-1303-555 11514 2017-02-15 16:18:00          45
    +#> 7476             25   A69-1303-555 11515 2017-02-15 16:20:00          45
    +#> 7477             25   A69-1303-555 11517 2017-02-15 16:22:00          45
    +#> 7478             25   A69-1303-555 11518 2017-02-15 16:24:00          45
    +#> 7479             25   A69-1303-555 11520 2017-02-15 16:26:00          45
    +#> 7480             25   A69-1303-555 11522 2017-02-15 16:28:00          45
    +#> 7481             25   A69-1303-555 11523 2017-02-15 16:30:00          45
    +#> 7482             25   A69-1303-555 11525 2017-02-15 16:32:00          45
    +#> 7483             25   A69-1303-555 11527 2017-02-15 16:34:00          45
    +#> 7484             25   A69-1303-555 11530 2017-02-15 16:36:00          45
    +#> 7485             25   A69-1303-555 11531 2017-02-15 16:38:00          45
    +#> 7486             25   A69-1303-555 11533 2017-02-15 16:40:00          45
    +#> 7487             25   A69-1303-555 11536 2017-02-15 16:42:00          45
    +#> 7488             25   A69-1303-555 11538 2017-02-15 16:44:00          45
    +#> 7489             25   A69-1303-555 11539 2017-02-15 16:46:00          45
    +#> 7490             25   A69-1303-555 11540 2017-02-15 16:48:00          45
    +#> 7491             25   A69-1303-555 11542 2017-02-15 16:50:00          45
    +#> 7492             25   A69-1303-555 11543 2017-02-15 16:52:00          45
    +#> 7493             25   A69-1303-555 11545 2017-02-15 16:54:00          45
    +#> 7494             25   A69-1303-555 11547 2017-02-15 16:56:00          45
    +#> 7495             25   A69-1303-555 11548 2017-02-15 16:58:00          45
    +#> 7496             25   A69-1303-555 11550 2017-02-15 17:00:00          45
    +#> 7497             25   A69-1303-555 11552 2017-02-15 17:02:00          45
    +#> 7498             25   A69-1303-555 11554 2017-02-15 17:04:00          45
    +#> 7499             25   A69-1303-555 11555 2017-02-15 17:06:00          45
    +#> 7500             25   A69-1303-555 11557 2017-02-15 17:08:00          45
    +#> 7501             25   A69-1303-555 11559 2017-02-15 17:10:00          45
    +#> 7502             25   A69-1303-555 11561 2017-02-15 17:12:00          45
    +#> 7503             25   A69-1303-555 11563 2017-02-15 17:14:00          45
    +#> 7504             25   A69-1303-555 11564 2017-02-15 17:16:00          45
    +#> 7505             25   A69-1303-555 11565 2017-02-15 17:18:00          45
    +#> 7506             25   A69-1303-555 11567 2017-02-15 17:20:00          45
    +#> 7507             25   A69-1303-555 11568 2017-02-15 17:22:00          45
    +#> 7508             25   A69-1303-555 11570 2017-02-15 17:24:00          45
    +#> 7509             25   A69-1303-555 11572 2017-02-15 17:26:00          45
    +#> 7510             25   A69-1303-555 11574 2017-02-15 17:28:00          45
    +#> 7511             25   A69-1303-555 11575 2017-02-15 17:30:00          45
    +#> 7512             25   A69-1303-555 11577 2017-02-15 17:32:00          45
    +#> 7513             25   A69-1303-555 11579 2017-02-15 17:34:00          45
    +#> 7514             25   A69-1303-555 11581 2017-02-15 17:36:00          45
    +#> 7515             25   A69-1303-555 11583 2017-02-15 17:38:00          45
    +#> 7516             25   A69-1303-555 11586 2017-02-15 17:40:00          45
    +#> 7517             25   A69-1303-555 11587 2017-02-15 17:42:00          45
    +#> 7518             25   A69-1303-555 11589 2017-02-15 17:44:00          45
    +#> 7519             25   A69-1303-555 11591 2017-02-15 17:46:00          45
    +#> 7520             25   A69-1303-555 11593 2017-02-15 17:48:00          45
    +#> 7521             25   A69-1303-555 11594 2017-02-15 17:50:00          45
    +#> 7522             25   A69-1303-555 11597 2017-02-15 17:52:00          45
    +#> 7523             25   A69-1303-555 11599 2017-02-15 17:54:00          45
    +#> 7524             25   A69-1303-555 11600 2017-02-15 17:56:00          45
    +#> 7525             25   A69-1303-555 11601 2017-02-15 17:58:00          45
    +#> 7526             25   A69-1303-555 11603 2017-02-15 18:00:00          45
    +#> 7527             25   A69-1303-555 11604 2017-02-15 18:02:00          45
    +#> 7528             25   A69-1303-555 11606 2017-02-15 18:04:00          45
    +#> 7529             25   A69-1303-555 11608 2017-02-15 18:06:00          45
    +#> 7530             25   A69-1303-555 11609 2017-02-15 18:08:00          45
    +#> 7531             25   A69-1303-555 11611 2017-02-15 18:10:00          45
    +#> 7532             25   A69-1303-555 11614 2017-02-15 18:12:00          45
    +#> 7533             25   A69-1303-555 11615 2017-02-15 18:14:00          45
    +#> 7534             25   A69-1303-555 11616 2017-02-15 18:16:00          45
    +#> 7535             25   A69-1303-555 11618 2017-02-15 18:18:00          45
    +#> 7536             25   A69-1303-555 11621 2017-02-15 18:20:00          45
    +#> 7537             25   A69-1303-555 11623 2017-02-15 18:22:00          45
    +#> 7538             25   A69-1303-555 11624 2017-02-15 18:24:00          45
    +#> 7539             25   A69-1303-555 11626 2017-02-15 18:26:00          45
    +#> 7540             25   A69-1303-555 11628 2017-02-15 18:28:00          45
    +#> 7541             25   A69-1303-555 11630 2017-02-15 18:30:00          45
    +#> 7542             25   A69-1303-555 11632 2017-02-15 18:32:00          45
    +#> 7543             25   A69-1303-555 11633 2017-02-15 18:34:00          45
    +#> 7544             25   A69-1303-555 11635 2017-02-15 18:36:00          45
    +#> 7545             25   A69-1303-555 11637 2017-02-15 18:38:00          45
    +#> 7546             25   A69-1303-555 11639 2017-02-15 18:40:00          45
    +#> 7547             25   A69-1303-555 11641 2017-02-15 18:44:00          45
    +#> 7548             25   A69-1303-555 11642 2017-02-16 08:20:00          51
    +#> 7549             25   A69-1303-555 11643 2017-02-16 08:22:00          51
    +#> 7550             25   A69-1303-555 11644 2017-02-16 08:30:00          51
    +#> 7551             25   A69-1303-555 11646 2017-02-16 08:32:00          51
    +#> 7552             25   A69-1303-555 11648 2017-02-16 08:34:00          51
    +#> 7553             25   A69-1303-555 11650 2017-02-16 08:42:00          51
    +#> 7554             25   A69-1303-555 11651 2017-02-16 08:44:00          51
    +#> 7555             25   A69-1303-555 11652 2017-02-16 08:46:00          51
    +#> 7556             25   A69-1303-555 11654 2017-02-16 08:48:00          51
    +#> 7557             25   A69-1303-555 11655 2017-02-16 08:50:00          51
    +#> 7558             25   A69-1303-555 11657 2017-02-16 08:52:00          51
    +#> 7559             25   A69-1303-555 11658 2017-02-16 08:54:00          51
    +#> 7560             25   A69-1303-555 11660 2017-02-16 08:56:00          51
    +#> 7561             25   A69-1303-555 11663 2017-02-16 08:58:00          51
    +#> 7562             25   A69-1303-555 11664 2017-02-16 09:00:00          51
    +#> 7563             25   A69-1303-555 11665 2017-02-16 09:04:00          51
    +#> 7564             25   A69-1303-555 11667 2017-02-16 09:06:00          51
    +#> 7565             25   A69-1303-555 11668 2017-02-16 09:08:00          51
    +#> 7566             25   A69-1303-555 11669 2017-02-16 09:10:00          51
    +#> 7567             25   A69-1303-555 11670 2017-02-16 09:12:00          51
    +#> 7568             25   A69-1303-555 11672 2017-02-16 09:14:00          51
    +#> 7569             25   A69-1303-555 11673 2017-02-16 09:16:00          51
    +#> 7570             25   A69-1303-555 11675 2017-02-16 09:18:00          51
    +#> 7571             25   A69-1303-555 11676 2017-02-16 09:20:00          51
    +#> 7572             25   A69-1303-555 11677 2017-02-16 09:26:00          51
    +#> 7573             25   A69-1303-555 11678 2017-02-16 09:28:00          51
    +#> 7574             25   A69-1303-555 11679 2017-02-16 09:32:00          51
    +#> 7575             25   A69-1303-555 11680 2017-02-16 20:58:00          47
    +#> 7576             25   A69-1303-555 11681 2017-02-16 21:00:00          47
    +#> 7577             25   A69-1303-555 11682 2017-02-16 21:08:00          47
    +#> 7578             25   A69-1303-555 11683 2017-02-16 23:46:00          20
    +#> 7579             25   A69-1303-555 11684 2017-02-16 23:48:00          20
    +#> 7580             25   A69-1303-555 11685 2017-02-16 23:50:00          20
    +#> 7581             25   A69-1303-555 11687 2017-02-16 23:52:00          20
    +#> 7582             25   A69-1303-555 11690 2017-02-16 23:54:00          20
    +#> 7583             25   A69-1303-555 11691 2017-02-16 23:58:00          20
    +#> 7584             25   A69-1303-555 11692 2017-02-17 00:08:00          20
    +#> 7585             25   A69-1303-555 11693 2017-02-17 00:12:00          20
    +#> 7586             25   A69-1303-555 11695 2017-02-17 00:16:00          20
    +#> 7587             25   A69-1303-555 11697 2017-02-17 00:18:00          20
    +#> 7588             25   A69-1303-555 11699 2017-02-17 00:20:00          20
    +#> 7589             25   A69-1303-555 11700 2017-02-17 00:22:00          20
    +#> 7590             25   A69-1303-555 11702 2017-02-17 00:24:00          20
    +#> 7591             25   A69-1303-555 11705 2017-02-17 00:26:00          20
    +#> 7592             25   A69-1303-555 11706 2017-02-17 00:28:00          20
    +#> 7593             25   A69-1303-555 11707 2017-02-17 00:30:00          20
    +#> 7594             25   A69-1303-555 11709 2017-02-17 00:32:00          20
    +#> 7595             25   A69-1303-555 11711 2017-02-17 00:34:00          20
    +#> 7596             25   A69-1303-555 11713 2017-02-17 00:36:00          20
    +#> 7597             25   A69-1303-555 11715 2017-02-17 00:38:00          20
    +#> 7598             25   A69-1303-555 11717 2017-02-17 00:40:00          20
    +#> 7599             25   A69-1303-555 11719 2017-02-17 00:42:00          20
    +#> 7600             25   A69-1303-555 11720 2017-02-17 00:44:00          20
    +#> 7601             25   A69-1303-555 11721 2017-02-17 00:46:00          20
    +#> 7602             25   A69-1303-555 11722 2017-02-17 00:48:00          20
    +#> 7603             25   A69-1303-555 11723 2017-02-17 00:50:00          20
    +#> 7604             25   A69-1303-555 11725 2017-02-17 00:52:00          20
    +#> 7605             25   A69-1303-555 11727 2017-02-17 00:54:00          46
    +#> 7606             25   A69-1303-555 11728 2017-02-17 00:56:00          46
    +#> 7607             25   A69-1303-555 11730 2017-02-17 01:00:00          46
    +#> 7608             25   A69-1303-555 11731 2017-02-17 01:02:00          46
    +#> 7609             25   A69-1303-555 11733 2017-02-17 01:06:00          46
    +#> 7610             25   A69-1303-555 11735 2017-02-17 01:08:00          46
    +#> 7611             25   A69-1303-555 11736 2017-02-17 01:10:00          46
    +#> 7612             25   A69-1303-555 11738 2017-02-17 01:12:00          46
    +#> 7613             25   A69-1303-555 11741 2017-02-17 01:14:00          46
    +#> 7614             25   A69-1303-555 11742 2017-02-17 01:16:00          46
    +#> 7615             25   A69-1303-555 11744 2017-02-17 01:18:00          46
    +#> 7616             25   A69-1303-555 11746 2017-02-17 01:20:00          46
    +#> 7617             25   A69-1303-555 11747 2017-02-17 01:22:00          46
    +#> 7618             25   A69-1303-555 11749 2017-02-17 01:24:00          46
    +#> 7619             25   A69-1303-555 11751 2017-02-17 05:54:00          47
    +#> 7620             25   A69-1303-555 11752 2017-02-17 05:56:00          47
    +#> 7621             25   A69-1303-555 11753 2017-02-17 05:58:00          47
    +#> 7622             25   A69-1303-555 11754 2017-02-17 06:00:00          47
    +#> 7623             25   A69-1303-555 11757 2017-02-17 06:02:00          47
    +#> 7624             25   A69-1303-555 11758 2017-02-17 06:04:00          47
    +#> 7625             25   A69-1303-555 11759 2017-02-17 06:06:00          47
    +#> 7626             25   A69-1303-555 11760 2017-02-17 06:10:00          47
    +#> 7627             25   A69-1303-555 11761 2017-02-17 06:12:00          47
    +#> 7628             25   A69-1303-555 11762 2017-02-17 06:26:00          47
    +#> 7629             25   A69-1303-555 11764 2017-02-17 06:28:00          47
    +#> 7630             25   A69-1303-555 11765 2017-02-17 06:32:00          47
    +#> 7631             25   A69-1303-555 11767 2017-02-17 07:08:00          41
    +#> 7632             25   A69-1303-555 11768 2017-02-17 07:10:00          41
    +#> 7633             25   A69-1303-555 11769 2017-02-17 07:12:00          41
    +#> 7634             25   A69-1303-555 11770 2017-02-17 07:16:00          41
    +#> 7635             25   A69-1303-555 11772 2017-02-17 07:44:00          41
    +#> 7636             25   A69-1303-555 11773 2017-02-17 07:48:00          41
    +#> 7637             25   A69-1303-555 11774 2017-02-17 07:56:00          41
    +#> 7638             25   A69-1303-555 11775 2017-02-17 07:58:00          41
    +#> 7639             25   A69-1303-555 11776 2017-02-17 08:00:00          41
    +#> 7640             25   A69-1303-555 11777 2017-02-17 08:48:00          41
    +#> 7641             25   A69-1303-555 11778 2017-02-17 08:52:00          41
    +#> 7642             25   A69-1303-555 11779 2017-02-17 10:04:00          47
    +#> 7643             25   A69-1303-555 11781 2017-02-17 10:08:00          47
    +#> 7644             25   A69-1303-555 11782 2017-02-17 10:10:00          47
    +#> 7645             25   A69-1303-555 11783 2017-02-17 10:12:00          47
    +#> 7646             25   A69-1303-555 11784 2017-02-17 10:14:00          47
    +#> 7647             25   A69-1303-555 11785 2017-02-17 10:16:00          47
    +#> 7648             25   A69-1303-555 11786 2017-02-17 19:16:00          47
    +#> 7649             25   A69-1303-555 11787 2017-02-17 19:36:00          47
    +#> 7650             25   A69-1303-555 11788 2017-02-17 19:36:00          41
    +#> 7651             25   A69-1303-555 11790 2017-02-17 19:38:00          41
    +#> 7652             25   A69-1303-555 11791 2017-02-17 19:40:00          47
    +#> 7653             25   A69-1303-555 11792 2017-02-17 19:42:00          41
    +#> 7654             25   A69-1303-555 11793 2017-02-17 19:42:00          47
    +#> 7655             25   A69-1303-555 11795 2017-02-17 19:46:00          41
    +#> 7656             25   A69-1303-555 11796 2017-02-17 19:48:00          41
    +#> 7657             25   A69-1303-555 11798 2017-02-17 19:50:00          41
    +#> 7658             25   A69-1303-555 11800 2017-02-17 19:52:00          41
    +#> 7659             25   A69-1303-555 11802 2017-02-17 19:54:00          41
    +#> 7660             25   A69-1303-555 11803 2017-02-17 19:56:00          41
    +#> 7661             25   A69-1303-555 11804 2017-02-17 19:58:00          41
    +#> 7662             25   A69-1303-555 11805 2017-02-17 20:00:00          41
    +#> 7663             25   A69-1303-555 11806 2017-02-17 20:14:00          41
    +#> 7664             25   A69-1303-555 11808 2017-02-17 20:16:00          41
    +#> 7665             25   A69-1303-555 11809 2017-02-17 20:18:00          41
    +#> 7666             25   A69-1303-555 11810 2017-02-17 20:20:00          41
    +#> 7667             25   A69-1303-555 11811 2017-02-17 20:22:00          41
    +#> 7668             25   A69-1303-555 11812 2017-02-17 20:24:00          41
    +#> 7669             25   A69-1303-555 11813 2017-02-17 20:46:00          41
    +#> 7670             25   A69-1303-555 11815 2017-02-17 20:48:00          41
    +#> 7671             25   A69-1303-555 11816 2017-02-17 20:50:00          41
    +#> 7672             25   A69-1303-555 11817 2017-02-17 20:52:00          41
    +#> 7673             25   A69-1303-555 11818 2017-02-17 20:54:00          41
    +#> 7674             25   A69-1303-555 11819 2017-02-17 20:54:00          47
    +#> 7675             25   A69-1303-555 11820 2017-02-17 20:56:00          41
    +#> 7676             25   A69-1303-555 11821 2017-02-17 20:56:00          47
    +#> 7677             25   A69-1303-555 11823 2017-02-17 20:58:00          41
    +#> 7678             25   A69-1303-555 11825 2017-02-17 21:00:00          41
    +#> 7679             25   A69-1303-555 11826 2017-02-17 21:02:00          47
    +#> 7680             25   A69-1303-555 11827 2017-02-17 21:06:00          47
    +#> 7681             25   A69-1303-555 11828 2017-02-17 21:08:00          47
    +#> 7682             25   A69-1303-555 11829 2017-02-17 21:10:00          47
    +#> 7683             25   A69-1303-555 11830 2017-02-17 21:12:00          47
    +#> 7684             25   A69-1303-555 11831 2017-02-17 21:14:00          41
    +#> 7685             25   A69-1303-555 11832 2017-02-17 21:14:00          47
    +#> 7686             25   A69-1303-555 11834 2017-02-17 21:16:00          41
    +#> 7687             25   A69-1303-555 11835 2017-02-17 21:18:00          41
    +#> 7688             25   A69-1303-555 11837 2017-02-17 21:20:00          41
    +#> 7689             25   A69-1303-555 11839 2017-02-17 21:22:00          41
    +#> 7690             25   A69-1303-555 11840 2017-02-17 21:26:00          41
    +#> 7691             25   A69-1303-555 11841 2017-02-17 21:28:00          41
    +#> 7692             25   A69-1303-555 11843 2017-02-17 21:30:00          41
    +#> 7693             25   A69-1303-555 11845 2017-02-17 21:32:00          41
    +#> 7694             25   A69-1303-555 11847 2017-02-17 21:34:00          41
    +#> 7695             25   A69-1303-555 11849 2017-02-17 21:36:00          41
    +#> 7696             25   A69-1303-555 11850 2017-02-17 21:38:00          41
    +#> 7697             25   A69-1303-555 11852 2017-02-17 21:40:00          41
    +#> 7698             25   A69-1303-555 11854 2017-02-17 21:42:00          41
    +#> 7699             25   A69-1303-555 11855 2017-02-17 21:46:00          41
    +#> 7700             25   A69-1303-555 11856 2017-02-17 22:52:00          41
    +#> 7701             25   A69-1303-555 11857 2017-02-17 22:54:00          41
    +#> 7702             25   A69-1303-555 11858 2017-02-17 23:04:00          41
    +#> 7703             25   A69-1303-555 11859 2017-02-17 23:08:00          41
    +#> 7704             25   A69-1303-555 11860 2017-02-17 23:16:00          41
    +#> 7705             25   A69-1303-555 11861 2017-02-17 23:24:00          41
    +#> 7706             25   A69-1303-555 11862 2017-02-18 00:54:00          41
    +#> 7707             25   A69-1303-555 11864 2017-02-18 00:56:00          41
    +#> 7708             25   A69-1303-555 11866 2017-02-18 00:58:00          41
    +#> 7709             25   A69-1303-555 11867 2017-02-18 01:00:00          41
    +#> 7710             25   A69-1303-555 11868 2017-02-18 01:02:00          41
    +#> 7711             25   A69-1303-555 11871 2017-02-18 01:04:00          41
    +#> 7712             25   A69-1303-555 11873 2017-02-18 02:04:00          41
    +#> 7713             25   A69-1303-555 11874 2017-02-18 02:06:00          41
    +#> 7714             25   A69-1303-555 11875 2017-02-18 02:08:00          41
    +#> 7715             25   A69-1303-555 11877 2017-02-18 02:10:00          41
    +#> 7716             25   A69-1303-555 11879 2017-02-18 02:14:00          41
    +#> 7717             25   A69-1303-555 11880 2017-02-18 02:16:00          41
    +#> 7718             25   A69-1303-555 11882 2017-02-18 02:18:00          41
    +#> 7719             25   A69-1303-555 11884 2017-02-18 02:20:00          41
    +#> 7720             25   A69-1303-555 11886 2017-02-18 02:22:00          41
    +#> 7721             25   A69-1303-555 11887 2017-02-18 02:28:00          41
    +#> 7722             25   A69-1303-555 11888 2017-02-18 02:32:00          41
    +#> 7723             25   A69-1303-555 11889 2017-02-18 02:46:00          41
    +#> 7724             25   A69-1303-555 11890 2017-02-18 02:52:00          41
    +#> 7725             25   A69-1303-555 11892 2017-02-18 02:54:00          41
    +#> 7726             25   A69-1303-555 11893 2017-02-18 02:56:00          41
    +#> 7727             25   A69-1303-555 11895 2017-02-18 02:58:00          41
    +#> 7728             25   A69-1303-555 11898 2017-02-18 03:00:00          41
    +#> 7729             25   A69-1303-555 11899 2017-02-18 03:02:00          41
    +#> 7730             25   A69-1303-555 11900 2017-02-18 03:06:00          41
    +#> 7731             25   A69-1303-555 11902 2017-02-18 03:08:00          41
    +#> 7732             25   A69-1303-555 11903 2017-02-18 03:12:00          41
    +#> 7733             25   A69-1303-555 11904 2017-02-18 03:18:00          41
    +#> 7734             25   A69-1303-555 11905 2017-02-18 03:20:00          41
    +#> 7735             25   A69-1303-555 11907 2017-02-18 03:22:00          41
    +#> 7736             25   A69-1303-555 11908 2017-02-18 03:24:00          41
    +#> 7737             25   A69-1303-555 11910 2017-02-18 03:26:00          41
    +#> 7738             25   A69-1303-555 11911 2017-02-18 03:30:00          41
    +#> 7739             25   A69-1303-555 11912 2017-02-18 03:32:00          41
    +#> 7740             25   A69-1303-555 11913 2017-02-18 03:34:00          41
    +#> 7741             25   A69-1303-555 11915 2017-02-18 03:36:00          41
    +#> 7742             25   A69-1303-555 11917 2017-02-18 03:38:00          41
    +#> 7743             25   A69-1303-555 11919 2017-02-18 03:40:00          41
    +#> 7744             25   A69-1303-555 11922 2017-02-18 03:42:00          41
    +#> 7745             25   A69-1303-555 11924 2017-02-18 03:44:00          41
    +#> 7746             25   A69-1303-555 11927 2017-02-18 03:46:00          41
    +#> 7747             25   A69-1303-555 11928 2017-02-18 03:48:00          41
    +#> 7748             25   A69-1303-555 11930 2017-02-18 03:50:00          41
    +#> 7749             25   A69-1303-555 11932 2017-02-18 03:52:00          41
    +#> 7750             25   A69-1303-555 11933 2017-02-18 03:54:00          41
    +#> 7751             25   A69-1303-555 11934 2017-02-19 02:58:00          41
    +#> 7752             25   A69-1303-555 11935 2017-02-19 03:02:00          41
    +#> 7753             25   A69-1303-555 11936 2017-02-19 03:28:00          41
    +#> 7754             25   A69-1303-555 11937 2017-02-19 03:30:00          47
    +#> 7755             25   A69-1303-555 11938 2017-02-19 03:30:00          41
    +#> 7756             25   A69-1303-555 11939 2017-02-19 03:40:00          47
    +#> 7757             25   A69-1303-555 11940 2017-02-19 03:42:00          47
    +#> 7758             25   A69-1303-555 11941 2017-02-19 03:44:00          47
    +#> 7759             25   A69-1303-555 11943 2017-02-19 03:46:00          47
    +#> 7760             25   A69-1303-555 11945 2017-02-19 03:48:00          47
    +#> 7761             25   A69-1303-555 11946 2017-02-19 03:50:00          47
    +#> 7762             25   A69-1303-555 11947 2017-02-19 03:52:00          47
    +#> 7763             25   A69-1303-555 11949 2017-02-19 03:54:00          47
    +#> 7764             25   A69-1303-555 11951 2017-02-19 03:56:00          47
    +#> 7765             25   A69-1303-555 11952 2017-02-19 03:58:00          47
    +#> 7766             25   A69-1303-555 11955 2017-02-19 04:00:00          47
    +#> 7767             25   A69-1303-555 11956 2017-02-19 04:02:00          47
    +#> 7768             25   A69-1303-555 11957 2017-02-19 04:02:00          41
    +#> 7769             25   A69-1303-555 11959 2017-02-19 04:04:00          41
    +#> 7770             25   A69-1303-555 11960 2017-02-19 04:04:00          47
    +#> 7771             25   A69-1303-555 11961 2017-02-19 04:06:00          47
    +#> 7772             25   A69-1303-555 11962 2017-02-19 04:12:00          47
    +#> 7773             25   A69-1303-555 11964 2017-02-19 04:28:00          41
    +#> 7774             25   A69-1303-555 11965 2017-02-19 04:30:00          41
    +#> 7775             25   A69-1303-555 11967 2017-02-19 04:32:00          41
    +#> 7776             25   A69-1303-555 11968 2017-02-19 04:34:00          41
    +#> 7777             25   A69-1303-555 11969 2017-02-19 04:36:00          41
    +#> 7778             25   A69-1303-555 11971 2017-02-19 04:38:00          41
    +#> 7779             25   A69-1303-555 11972 2017-02-19 04:40:00          41
    +#> 7780             25   A69-1303-555 11974 2017-02-19 04:42:00          41
    +#> 7781             25   A69-1303-555 11975 2017-02-19 04:44:00          41
    +#> 7782             25   A69-1303-555 11977 2017-02-19 04:46:00          41
    +#> 7783             25   A69-1303-555 11980 2017-02-19 04:48:00          41
    +#> 7784             25   A69-1303-555 11982 2017-02-19 04:50:00          41
    +#> 7785             25   A69-1303-555 11984 2017-02-19 04:52:00          41
    +#> 7786             25   A69-1303-555 11987 2017-02-19 04:54:00          41
    +#> 7787             25   A69-1303-555 11988 2017-02-19 04:56:00          41
    +#> 7788             25   A69-1303-555 11989 2017-02-19 04:58:00          41
    +#> 7789             25   A69-1303-555 11990 2017-02-19 05:00:00          41
    +#> 7790             25   A69-1303-555 11991 2017-02-19 05:06:00          41
    +#> 7791             25   A69-1303-555 11992 2017-02-19 05:22:00          47
    +#> 7792             25   A69-1303-555 11993 2017-02-19 05:30:00          47
    +#> 7793             25   A69-1303-555 11994 2017-02-19 05:36:00          47
    +#> 7794             25   A69-1303-555 11995 2017-02-19 05:42:00          47
    +#> 7795             25   A69-1303-555 11997 2017-02-19 05:44:00          47
    +#> 7796             25   A69-1303-555 11999 2017-02-19 05:46:00          47
    +#> 7797             25   A69-1303-555 12000 2017-02-19 05:48:00          47
    +#> 7798             25   A69-1303-555 12002 2017-02-19 05:50:00          47
    +#> 7799             25   A69-1303-555 12004 2017-02-19 05:52:00          47
    +#> 7800             25   A69-1303-555 12006 2017-02-19 05:54:00          47
    +#> 7801             25   A69-1303-555 12008 2017-02-19 05:56:00          47
    +#> 7802             25   A69-1303-555 12009 2017-02-19 06:08:00          47
    +#> 7803             25   A69-1303-555 12010 2017-02-19 06:36:00          47
    +#> 7804             25   A69-1303-555 12011 2017-02-19 06:40:00          47
    +#> 7805             25   A69-1303-555 12012 2017-02-19 06:42:00          47
    +#> 7806             25   A69-1303-555 12013 2017-02-19 06:44:00          47
    +#> 7807             25   A69-1303-555 12015 2017-02-19 06:46:00          47
    +#> 7808             25   A69-1303-555 12017 2017-02-19 06:50:00          47
    +#> 7809             25   A69-1303-555 12018 2017-02-19 06:52:00          47
    +#> 7810             25   A69-1303-555 12019 2017-02-19 06:54:00          47
    +#> 7811             25   A69-1303-555 12022 2017-02-19 06:56:00          47
    +#> 7812             25   A69-1303-555 12024 2017-02-19 06:58:00          47
    +#> 7813             25   A69-1303-555 12025 2017-02-19 07:00:00          47
    +#> 7814             25   A69-1303-555 12027 2017-02-19 07:02:00          47
    +#> 7815             25   A69-1303-555 12029 2017-02-19 07:08:00          47
    +#> 7816             25   A69-1303-555 12030 2017-02-19 07:10:00          47
    +#> 7817             25   A69-1303-555 12031 2017-02-19 07:12:00          47
    +#> 7818             25   A69-1303-555 12032 2017-02-19 07:20:00          47
    +#> 7819             25   A69-1303-555 12033 2017-02-19 07:22:00          47
    +#> 7820             25   A69-1303-555 12034 2017-02-19 07:24:00          47
    +#> 7821             25   A69-1303-555 12035 2017-02-19 07:28:00          47
    +#> 7822             25   A69-1303-555 12036 2017-02-19 07:30:00          47
    +#> 7823             25   A69-1303-555 12037 2017-02-19 09:46:00          41
    +#> 7824             25   A69-1303-555 12038 2017-02-19 09:48:00          41
    +#> 7825             25   A69-1303-555 12039 2017-02-19 09:52:00          41
    +#> 7826             25   A69-1303-555 12041 2017-02-19 09:56:00          41
    +#> 7827             25   A69-1303-555 12042 2017-02-19 09:58:00          41
    +#> 7828             25   A69-1303-555 12044 2017-02-19 17:08:00           4
    +#> 7829             25   A69-1303-555 12045 2017-02-19 17:10:00           4
    +#> 7830             25   A69-1303-555 12047 2017-02-19 17:12:00           4
    +#> 7831             25   A69-1303-555 12049 2017-02-19 17:14:00           4
    +#> 7832             25   A69-1303-555 12051 2017-02-19 17:16:00           4
    +#> 7833             25   A69-1303-555 12053 2017-02-19 17:18:00           4
    +#> 7834             25   A69-1303-555 12055 2017-02-19 17:20:00           4
    +#> 7835             25   A69-1303-555 12057 2017-02-19 17:22:00           4
    +#> 7836             25   A69-1303-555 12059 2017-02-19 17:24:00           4
    +#> 7837             25   A69-1303-555 12060 2017-02-19 17:26:00           4
    +#> 7838             25   A69-1303-555 12062 2017-02-19 17:28:00           4
    +#> 7839             25   A69-1303-555 12064 2017-02-19 17:30:00           4
    +#> 7840             25   A69-1303-555 12066 2017-02-19 17:32:00           4
    +#> 7841             25   A69-1303-555 12067 2017-02-19 17:34:00           4
    +#> 7842             25   A69-1303-555 12070 2017-02-19 17:36:00           4
    +#> 7843             25   A69-1303-555 12071 2017-02-19 17:42:00           4
    +#> 7844             25   A69-1303-555 12072 2017-02-19 17:48:00           4
    +#> 7845             25   A69-1303-555 12074 2017-02-19 17:56:00           4
    +#> 7846             25   A69-1303-555 12075 2017-02-19 17:58:00           4
    +#> 7847             25   A69-1303-555 12076 2017-02-19 18:00:00           4
    +#> 7848             25   A69-1303-555 12079 2017-02-19 18:02:00           4
    +#> 7849             25   A69-1303-555 12080 2017-02-19 18:04:00           4
    +#> 7850             25   A69-1303-555 12081 2017-02-19 18:08:00           4
    +#> 7851             25   A69-1303-555 12082 2017-02-19 18:10:00           4
    +#> 7852             25   A69-1303-555 12083 2017-02-19 18:20:00           4
    +#> 7853             25   A69-1303-555 12084 2017-02-19 18:32:00          12
    +#> 7854             25   A69-1303-555 12085 2017-02-19 18:34:00          12
    +#> 7855             25   A69-1303-555 12087 2017-02-19 18:38:00          12
    +#> 7856             25   A69-1303-555 12089 2017-02-19 18:40:00          12
    +#> 7857             25   A69-1303-555 12091 2017-02-19 18:42:00          12
    +#> 7858             25   A69-1303-555 12093 2017-02-19 18:48:00          12
    +#> 7859             25   A69-1303-555 12094 2017-02-19 18:50:00          44
    +#> 7860             25   A69-1303-555 12095 2017-02-19 18:52:00          44
    +#> 7861             25   A69-1303-555 12096 2017-02-19 18:54:00          44
    +#> 7862             25   A69-1303-555 12098 2017-02-19 18:56:00          44
    +#> 7863             25   A69-1303-555 12100 2017-02-19 18:58:00          12
    +#> 7864             25   A69-1303-555 12101 2017-02-19 18:58:00          44
    +#> 7865             25   A69-1303-555 12102 2017-02-19 19:00:00          44
    +#> 7866             25   A69-1303-555 12103 2017-02-19 19:00:00          12
    +#> 7867             25   A69-1303-555 12104 2017-02-19 19:04:00          12
    +#> 7868             25   A69-1303-555 12105 2017-02-19 19:06:00          12
    +#> 7869             25   A69-1303-555 12106 2017-02-19 19:06:00          44
    +#> 7870             25   A69-1303-555 12107 2017-02-20 15:26:00          50
    +#> 7871             25   A69-1303-555 12109 2017-02-20 15:30:00          50
    +#> 7872             25   A69-1303-555 12112 2017-02-20 15:38:00          50
    +#> 7873             25   A69-1303-555 12113 2017-02-20 15:40:00          50
    +#> 7874             25   A69-1303-555 12114 2017-02-21 09:06:00          45
    +#> 7875             25   A69-1303-555 12115 2017-02-21 09:12:00          45
    +#> 7876             25   A69-1303-555 12116 2017-02-21 09:14:00          45
    +#> 7877             25   A69-1303-555 12118 2017-02-21 09:16:00          45
    +#> 7878             25   A69-1303-555 12119 2017-02-21 09:18:00          45
    +#> 7879             25   A69-1303-555 12121 2017-02-21 09:20:00          45
    +#> 7880             25   A69-1303-555 12122 2017-02-21 09:22:00          45
    +#> 7881             25   A69-1303-555 12123 2017-02-21 09:24:00          45
    +#> 7882             25   A69-1303-555 12125 2017-02-21 09:26:00          45
    +#> 7883             25   A69-1303-555 12126 2017-02-21 09:28:00          45
    +#> 7884             25   A69-1303-555 12127 2017-02-21 09:30:00          45
    +#> 7885             25   A69-1303-555 12129 2017-02-21 09:32:00          45
    +#> 7886             25   A69-1303-555 12131 2017-02-21 09:34:00          45
    +#> 7887             25   A69-1303-555 12132 2017-02-21 09:36:00          45
    +#> 7888             25   A69-1303-555 12133 2017-02-21 09:38:00          45
    +#> 7889             25   A69-1303-555 12134 2017-02-21 09:40:00          45
    +#> 7890             25   A69-1303-555 12135 2017-02-21 09:42:00          45
    +#> 7891             25   A69-1303-555 12136 2017-02-21 09:44:00          45
    +#> 7892             25   A69-1303-555 12138 2017-02-21 09:46:00          45
    +#> 7893             25   A69-1303-555 12140 2017-02-21 09:48:00          45
    +#> 7894             25   A69-1303-555 12141 2017-02-21 09:50:00          45
    +#> 7895             25   A69-1303-555 12142 2017-02-21 09:52:00          45
    +#> 7896             25   A69-1303-555 12144 2017-02-21 09:54:00          45
    +#> 7897             25   A69-1303-555 12146 2017-02-21 09:56:00          45
    +#> 7898             25   A69-1303-555 12149 2017-02-21 09:58:00          45
    +#> 7899             25   A69-1303-555 12150 2017-02-21 10:00:00          45
    +#> 7900             25   A69-1303-555 12153 2017-02-21 10:04:00          45
    +#> 7901             25   A69-1303-555 12155 2017-02-21 10:08:00          45
    +#> 7902             25   A69-1303-555 12157 2017-02-21 10:10:00          45
    +#> 7903             25   A69-1303-555 12159 2017-02-21 10:12:00          45
    +#> 7904             25   A69-1303-555 12161 2017-02-21 10:14:00          45
    +#> 7905             25   A69-1303-555 12164 2017-02-21 10:16:00          45
    +#> 7906             25   A69-1303-555 12165 2017-02-21 10:18:00          45
    +#> 7907             25   A69-1303-555 12166 2017-02-21 10:20:00          45
    +#> 7908             25   A69-1303-555 12168 2017-02-21 10:22:00          45
    +#> 7909             25   A69-1303-555 12170 2017-02-21 10:28:00          45
    +#> 7910             25   A69-1303-555 12172 2017-02-21 10:30:00          45
    +#> 7911             25   A69-1303-555 12174 2017-02-21 10:32:00          45
    +#> 7912             25   A69-1303-555 12175 2017-02-21 10:34:00          45
    +#> 7913             25   A69-1303-555 12176 2017-02-21 10:36:00          45
    +#> 7914             25   A69-1303-555 12177 2017-02-21 10:38:00          45
    +#> 7915             25   A69-1303-555 12178 2017-02-21 10:40:00          45
    +#> 7916             25   A69-1303-555 12180 2017-02-21 10:42:00          45
    +#> 7917             25   A69-1303-555 12182 2017-02-21 10:44:00          45
    +#> 7918             25   A69-1303-555 12183 2017-02-21 10:48:00          45
    +#> 7919             25   A69-1303-555 12185 2017-02-21 10:52:00          45
    +#> 7920             25   A69-1303-555 12186 2017-02-21 12:06:00          45
    +#> 7921             25   A69-1303-555 12188 2017-02-21 12:10:00          45
    +#> 7922             25   A69-1303-555 12189 2017-02-21 12:14:00          45
    +#> 7923             25   A69-1303-555 12190 2017-02-21 12:16:00          45
    +#> 7924             25   A69-1303-555 12192 2017-02-21 12:18:00          45
    +#> 7925             25   A69-1303-555 12193 2017-02-21 12:20:00          45
    +#> 7926             25   A69-1303-555 12196 2017-02-21 12:22:00          45
    +#> 7927             25   A69-1303-555 12197 2017-02-21 12:24:00          45
    +#> 7928             25   A69-1303-555 12198 2017-02-21 12:26:00          45
    +#> 7929             25   A69-1303-555 12199 2017-02-21 12:28:00          45
    +#> 7930             25   A69-1303-555 12202 2017-02-21 12:32:00          45
    +#> 7931             25   A69-1303-555 12204 2017-02-21 12:34:00          45
    +#> 7932             25   A69-1303-555 12205 2017-02-21 12:38:00          45
    +#> 7933             25   A69-1303-555 12207 2017-02-21 12:42:00          45
    +#> 7934             25   A69-1303-555 12208 2017-02-21 12:44:00          45
    +#> 7935             25   A69-1303-555 12209 2017-02-21 12:46:00          45
    +#> 7936             25   A69-1303-555 12210 2017-02-21 12:48:00          45
    +#> 7937             25   A69-1303-555 12212 2017-02-21 12:50:00          45
    +#> 7938             25   A69-1303-555 12214 2017-02-21 12:56:00          45
    +#> 7939             25   A69-1303-555 12216 2017-02-21 13:04:00          45
    +#> 7940             25   A69-1303-555 12217 2017-02-21 13:12:00          45
    +#> 7941             25   A69-1303-555 12219 2017-02-21 13:22:00          45
    +#> 7942             25   A69-1303-555 12221 2017-02-21 13:26:00          45
    +#> 7943             25   A69-1303-555 12222 2017-02-21 13:30:00          45
    +#> 7944             25   A69-1303-555 12223 2017-02-21 13:32:00          45
    +#> 7945             25   A69-1303-555 12224 2017-02-21 13:36:00          45
    +#> 7946             25   A69-1303-555 12225 2017-02-21 13:48:00          45
    +#> 7947             25   A69-1303-555 12226 2017-02-21 13:52:00          45
    +#> 7948             25   A69-1303-555 12227 2017-02-21 14:00:00          45
    +#> 7949             25   A69-1303-555 12228 2017-02-21 14:02:00          45
    +#> 7950             25   A69-1303-555 12230 2017-02-21 14:04:00          45
    +#> 7951             25   A69-1303-555 12231 2017-02-21 14:06:00          45
    +#> 7952             25   A69-1303-555 12232 2017-02-21 14:08:00          45
    +#> 7953             25   A69-1303-555 12234 2017-02-21 14:12:00          45
    +#> 7954             25   A69-1303-555 12235 2017-02-21 14:14:00          45
    +#> 7955             25   A69-1303-555 12236 2017-02-21 14:18:00          45
    +#> 7956             25   A69-1303-555 12238 2017-02-21 14:20:00          45
    +#> 7957             25   A69-1303-555 12239 2017-02-21 14:24:00          45
    +#> 7958             25   A69-1303-555 12242 2017-02-21 14:28:00          45
    +#> 7959             25   A69-1303-555 12243 2017-02-21 14:30:00          45
    +#> 7960             25   A69-1303-555 12245 2017-02-21 14:32:00          45
    +#> 7961             25   A69-1303-555 12247 2017-02-21 14:34:00          45
    +#> 7962             25   A69-1303-555 12249 2017-02-21 14:36:00          45
    +#> 7963             25   A69-1303-555 12251 2017-02-21 14:38:00          45
    +#> 7964             25   A69-1303-555 12253 2017-02-21 14:40:00          45
    +#> 7965             25   A69-1303-555 12255 2017-02-21 14:42:00          45
    +#> 7966             25   A69-1303-555 12256 2017-02-21 14:44:00          45
    +#> 7967             25   A69-1303-555 12258 2017-02-21 14:46:00          45
    +#> 7968             25   A69-1303-555 12260 2017-02-21 14:50:00          45
    +#> 7969             25   A69-1303-555 12261 2017-02-21 14:52:00          45
    +#> 7970             25   A69-1303-555 12262 2017-02-21 14:54:00          45
    +#> 7971             25   A69-1303-555 12263 2017-02-21 14:56:00          45
    +#> 7972             25   A69-1303-555 12264 2017-02-22 22:00:00          50
    +#> 7973             25   A69-1303-555 12266 2017-02-22 22:04:00          51
    +#> 7974             25   A69-1303-555 12267 2017-02-22 22:06:00          51
    +#> 7975             25   A69-1303-555 12268 2017-02-22 22:08:00          51
    +#> 7976             25   A69-1303-555 12270 2017-02-22 22:10:00          51
    +#> 7977             25   A69-1303-555 12271 2017-02-22 22:12:00          51
    +#> 7978             25   A69-1303-555 12273 2017-02-22 22:14:00          51
    +#> 7979             25   A69-1303-555 12274 2017-02-22 22:14:00          50
    +#> 7980             25   A69-1303-555 12275 2017-02-22 22:16:00          51
    +#> 7981             25   A69-1303-555 12277 2017-02-22 22:18:00          51
    +#> 7982             25   A69-1303-555 12278 2017-02-22 22:20:00          51
    +#> 7983             25   A69-1303-555 12280 2017-02-22 22:22:00          51
    +#> 7984             25   A69-1303-555 12281 2017-02-22 22:26:00          50
    +#> 7985             25   A69-1303-555 12282 2017-02-22 22:26:00          51
    +#> 7986             25   A69-1303-555 12283 2017-02-22 22:28:00          51
    +#> 7987             25   A69-1303-555 12284 2017-02-22 22:30:00          51
    +#> 7988             25   A69-1303-555 12285 2017-02-22 22:36:00          50
    +#> 7989             25   A69-1303-555 12286 2017-02-22 22:38:00          50
    +#> 7990             25   A69-1303-555 12287 2017-02-22 22:46:00          51
    +#> 7991             25   A69-1303-555 12289 2017-02-22 23:00:00          50
    +#> 7992             25   A69-1303-555 12290 2017-02-27 22:58:00          50
    +#> 7993             25   A69-1303-555 12291 2017-02-27 23:00:00          50
    +#> 7994             25   A69-1303-555 12293 2017-02-28 10:36:00          45
    +#> 7995             25   A69-1303-555 12295 2017-02-28 10:54:00          45
    +#> 7996             25   A69-1303-555 12296 2017-02-28 10:56:00          45
    +#> 7997             25   A69-1303-555 12297 2017-02-28 10:58:00          45
    +#> 7998             25   A69-1303-555 12299 2017-02-28 11:00:00          45
    +#> 7999             25   A69-1303-555 12301 2017-02-28 11:02:00          45
    +#> 8000             25   A69-1303-555 12302 2017-02-28 11:04:00          45
    +#> 8001             25   A69-1303-555 12303 2017-02-28 11:10:00          45
    +#> 8002             25   A69-1303-555 12304 2017-02-28 11:12:00          45
    +#> 8003             25   A69-1303-555 12305 2017-02-28 11:14:00          45
    +#> 8004             25   A69-1303-555 12306 2017-02-28 11:16:00          45
    +#> 8005             25   A69-1303-555 12307 2017-02-28 11:18:00          45
    +#> 8006             25   A69-1303-555 12308 2017-02-28 11:20:00          45
    +#> 8007             25   A69-1303-555 12309 2017-02-28 11:24:00          45
    +#> 8008             25   A69-1303-555 12311 2017-02-28 11:26:00          45
    +#> 8009             25   A69-1303-555 12313 2017-02-28 11:28:00          45
    +#> 8010             25   A69-1303-555 12315 2017-02-28 11:32:00          45
    +#> 8011             25   A69-1303-555 12316 2017-02-28 11:34:00          45
    +#> 8012             25   A69-1303-555 12318 2017-02-28 11:36:00          45
    +#> 8013             25   A69-1303-555 12320 2017-02-28 11:38:00          45
    +#> 8014             25   A69-1303-555 12323 2017-02-28 11:40:00          45
    +#> 8015             25   A69-1303-555 12324 2017-02-28 11:42:00          45
    +#> 8016             25   A69-1303-555 12326 2017-02-28 11:44:00          45
    +#> 8017             25   A69-1303-555 12327 2017-02-28 11:46:00          45
    +#> 8018             25   A69-1303-555 12329 2017-02-28 11:48:00          45
    +#> 8019             25   A69-1303-555 12330 2017-02-28 11:50:00          45
    +#> 8020             25   A69-1303-555 12331 2017-02-28 11:52:00          45
    +#> 8021             25   A69-1303-555 12333 2017-02-28 11:54:00          45
    +#> 8022             25   A69-1303-555 12334 2017-02-28 11:56:00          45
    +#> 8023             25   A69-1303-555 12336 2017-02-28 11:58:00          45
    +#> 8024             25   A69-1303-555 12338 2017-02-28 12:00:00          45
    +#> 8025             25   A69-1303-555 12340 2017-02-28 12:02:00          45
    +#> 8026             25   A69-1303-555 12342 2017-02-28 12:04:00          45
    +#> 8027             25   A69-1303-555 12343 2017-02-28 12:06:00          45
    +#> 8028             25   A69-1303-555 12345 2017-02-28 12:08:00          45
    +#> 8029             25   A69-1303-555 12348 2017-02-28 12:10:00          45
    +#> 8030             25   A69-1303-555 12349 2017-02-28 12:12:00          45
    +#> 8031             25   A69-1303-555 12350 2017-02-28 12:14:00          45
    +#> 8032             25   A69-1303-555 12351 2017-02-28 12:16:00          45
    +#> 8033             25   A69-1303-555 12354 2017-02-28 12:18:00          45
    +#> 8034             25   A69-1303-555 12355 2017-02-28 12:20:00          45
    +#> 8035             25   A69-1303-555 12356 2017-02-28 12:22:00          45
    +#> 8036             25   A69-1303-555 12358 2017-02-28 12:24:00          45
    +#> 8037             25   A69-1303-555 12359 2017-02-28 12:26:00          45
    +#> 8038             25   A69-1303-555 12360 2017-02-28 12:28:00          45
    +#> 8039             25   A69-1303-555 12361 2017-02-28 12:30:00          45
    +#> 8040             25   A69-1303-555 12363 2017-02-28 12:32:00          45
    +#> 8041             25   A69-1303-555 12364 2017-02-28 12:34:00          45
    +#> 8042             25   A69-1303-555 12367 2017-02-28 12:38:00          45
    +#> 8043             25   A69-1303-555 12368 2017-02-28 12:40:00          45
    +#> 8044             25   A69-1303-555 12370 2017-02-28 12:42:00          45
    +#> 8045             25   A69-1303-555 12372 2017-02-28 12:44:00          45
    +#> 8046             25   A69-1303-555 12374 2017-02-28 12:46:00          45
    +#> 8047             25   A69-1303-555 12376 2017-02-28 12:48:00          45
    +#> 8048             25   A69-1303-555 12378 2017-02-28 12:50:00          45
    +#> 8049             25   A69-1303-555 12380 2017-02-28 12:52:00          45
    +#> 8050             25   A69-1303-555 12382 2017-02-28 12:54:00          45
    +#> 8051             25   A69-1303-555 12384 2017-02-28 12:56:00          45
    +#> 8052             25   A69-1303-555 12385 2017-02-28 12:58:00          45
    +#> 8053             25   A69-1303-555 12387 2017-02-28 13:00:00          45
    +#> 8054             25   A69-1303-555 12389 2017-02-28 13:02:00          45
    +#> 8055             25   A69-1303-555 12391 2017-02-28 13:04:00          45
    +#> 8056             25   A69-1303-555 12392 2017-02-28 13:18:00          45
    +#> 8057             25   A69-1303-555 12394 2017-02-28 13:20:00          45
    +#> 8058             25   A69-1303-555 12395 2017-02-28 13:22:00          45
    +#> 8059             25   A69-1303-555 12396 2017-02-28 13:24:00          45
    +#> 8060             25   A69-1303-555 12397 2017-02-28 13:28:00          45
    +#> 8061             25   A69-1303-555 12398 2017-02-28 13:30:00          45
    +#> 8062             25   A69-1303-555 12399 2017-02-28 13:32:00          45
    +#> 8063             25   A69-1303-555 12400 2017-02-28 13:34:00          45
    +#> 8064             25   A69-1303-555 12401 2017-02-28 13:48:00          45
    +#> 8065             25   A69-1303-555 12402 2017-02-28 14:04:00          45
    +#> 8066             25   A69-1303-555 12403 2017-02-28 14:10:00          45
    +#> 8067             25   A69-1303-555 12405 2017-02-28 14:14:00          45
    +#> 8068             25   A69-1303-555 12407 2017-02-28 14:16:00          45
    +#> 8069             25   A69-1303-555 12408 2017-02-28 14:20:00          45
    +#> 8070             25   A69-1303-555 12409 2017-02-28 14:26:00          45
    +#> 8071             25   A69-1303-555 12412 2017-02-28 14:28:00          45
    +#> 8072             25   A69-1303-555 12414 2017-02-28 14:30:00          45
    +#> 8073             25   A69-1303-555 12415 2017-02-28 14:32:00          45
    +#> 8074             25   A69-1303-555 12416 2017-02-28 14:34:00          45
    +#> 8075             25   A69-1303-555 12417 2017-02-28 14:36:00          45
    +#> 8076             25   A69-1303-555 12419 2017-02-28 14:38:00          45
    +#> 8077             25   A69-1303-555 12420 2017-02-28 14:40:00          45
    +#> 8078             25   A69-1303-555 12421 2017-02-28 14:42:00          45
    +#> 8079             25   A69-1303-555 12423 2017-02-28 14:44:00          45
    +#> 8080             25   A69-1303-555 12425 2017-02-28 14:46:00          45
    +#> 8081             25   A69-1303-555 12426 2017-02-28 14:48:00          45
    +#> 8082             25   A69-1303-555 12428 2017-02-28 14:50:00          45
    +#> 8083             25   A69-1303-555 12429 2017-02-28 14:52:00          45
    +#> 8084             25   A69-1303-555 12431 2017-02-28 14:54:00          45
    +#> 8085             25   A69-1303-555 12432 2017-02-28 14:56:00          45
    +#> 8086             25   A69-1303-555 12435 2017-02-28 14:58:00          45
    +#> 8087             25   A69-1303-555 12436 2017-02-28 15:00:00          45
    +#> 8088             25   A69-1303-555 12439 2017-02-28 15:02:00          45
    +#> 8089             25   A69-1303-555 12440 2017-02-28 15:04:00          45
    +#> 8090             25   A69-1303-555 12441 2017-02-28 15:06:00          45
    +#> 8091             25   A69-1303-555 12443 2017-02-28 15:08:00          45
    +#> 8092             25   A69-1303-555 12445 2017-02-28 15:10:00          45
    +#> 8093             25   A69-1303-555 12447 2017-02-28 15:14:00          45
    +#> 8094             25   A69-1303-555 12449 2017-02-28 15:16:00          45
    +#> 8095             25   A69-1303-555 12450 2017-02-28 15:18:00          45
    +#> 8096             25   A69-1303-555 12452 2017-02-28 15:20:00          45
    +#> 8097             25   A69-1303-555 12454 2017-02-28 15:22:00          45
    +#> 8098             25   A69-1303-555 12456 2017-02-28 15:24:00          45
    +#> 8099             25   A69-1303-555 12457 2017-02-28 15:26:00          45
    +#> 8100             25   A69-1303-555 12459 2017-02-28 15:28:00          45
    +#> 8101             25   A69-1303-555 12461 2017-02-28 15:30:00          45
    +#> 8102             25   A69-1303-555 12464 2017-02-28 15:32:00          45
    +#> 8103             25   A69-1303-555 12465 2017-02-28 15:34:00          45
    +#> 8104             25   A69-1303-555 12468 2017-02-28 15:36:00          45
    +#> 8105             25   A69-1303-555 12469 2017-02-28 15:38:00          45
    +#> 8106             25   A69-1303-555 12470 2017-02-28 15:42:00          45
    +#> 8107             25   A69-1303-555 12471 2017-02-28 15:44:00          45
    +#> 8108             25   A69-1303-555 12473 2017-02-28 15:46:00          45
    +#> 8109             25   A69-1303-555 12475 2017-02-28 15:48:00          45
    +#> 8110             25   A69-1303-555 12477 2017-02-28 15:50:00          45
    +#> 8111             25   A69-1303-555 12479 2017-02-28 15:52:00          45
    +#> 8112             25   A69-1303-555 12481 2017-02-28 15:54:00          45
    +#> 8113             25   A69-1303-555 12483 2017-02-28 15:56:00          45
    +#> 8114             25   A69-1303-555 12485 2017-02-28 15:58:00          45
    +#> 8115             25   A69-1303-555 12487 2017-02-28 16:00:00          45
    +#> 8116             25   A69-1303-555 12488 2017-02-28 16:02:00          45
    +#> 8117             25   A69-1303-555 12490 2017-02-28 16:04:00          45
    +#> 8118             25   A69-1303-555 12491 2017-02-28 16:06:00          45
    +#> 8119             25   A69-1303-555 12493 2017-02-28 16:08:00          45
    +#> 8120             25   A69-1303-555 12494 2017-02-28 16:10:00          45
    +#> 8121             25   A69-1303-555 12496 2017-02-28 16:12:00          45
    +#> 8122             25   A69-1303-555 12498 2017-02-28 16:14:00          45
    +#> 8123             25   A69-1303-555 12499 2017-02-28 16:16:00          45
    +#> 8124             25   A69-1303-555 12501 2017-02-28 16:18:00          45
    +#> 8125             25   A69-1303-555 12502 2017-02-28 16:20:00          45
    +#> 8126             25   A69-1303-555 12504 2017-02-28 16:22:00          45
    +#> 8127             25   A69-1303-555 12505 2017-02-28 16:24:00          45
    +#> 8128             25   A69-1303-555 12506 2017-02-28 16:26:00          45
    +#> 8129             25   A69-1303-555 12507 2017-02-28 16:28:00          45
    +#> 8130             25   A69-1303-555 12508 2017-02-28 16:30:00          45
    +#> 8131             25   A69-1303-555 12510 2017-02-28 16:32:00          45
    +#> 8132             25   A69-1303-555 12512 2017-02-28 16:34:00          45
    +#> 8133             25   A69-1303-555 12514 2017-02-28 16:36:00          45
    +#> 8134             25   A69-1303-555 12515 2017-02-28 16:38:00          45
    +#> 8135             25   A69-1303-555 12516 2017-02-28 16:40:00          45
    +#> 8136             25   A69-1303-555 12518 2017-02-28 16:42:00          45
    +#> 8137             25   A69-1303-555 12520 2017-02-28 16:44:00          45
    +#> 8138             25   A69-1303-555 12522 2017-02-28 16:46:00          45
    +#> 8139             25   A69-1303-555 12523 2017-02-28 16:48:00          45
    +#> 8140             25   A69-1303-555 12526 2017-02-28 16:50:00          45
    +#> 8141             25   A69-1303-555 12527 2017-02-28 16:54:00          45
    +#> 8142             25   A69-1303-555 12528 2017-02-28 16:58:00          45
    +#> 8143             25   A69-1303-555 12531 2017-02-28 17:00:00          45
    +#> 8144             25   A69-1303-555 12532 2017-02-28 17:02:00          45
    +#> 8145             25   A69-1303-555 12534 2017-02-28 17:04:00          45
    +#> 8146             25   A69-1303-555 12535 2017-02-28 17:06:00          45
    +#> 8147             25   A69-1303-555 12536 2017-02-28 17:08:00          45
    +#> 8148             25   A69-1303-555 12538 2017-02-28 17:10:00          45
    +#> 8149             25   A69-1303-555 12540 2017-02-28 17:12:00          45
    +#> 8150             25   A69-1303-555 12542 2017-02-28 17:14:00          45
    +#> 8151             25   A69-1303-555 12543 2017-02-28 17:16:00          45
    +#> 8152             25   A69-1303-555 12545 2017-02-28 17:18:00          45
    +#> 8153             25   A69-1303-555 12546 2017-02-28 17:20:00          45
    +#> 8154             25   A69-1303-555 12547 2017-02-28 17:22:00          45
    +#> 8155             25   A69-1303-555 12549 2017-02-28 17:24:00          45
    +#> 8156             25   A69-1303-555 12550 2017-02-28 17:26:00          45
    +#> 8157             25   A69-1303-555 12551 2017-02-28 17:28:00          45
    +#> 8158             25   A69-1303-555 12552 2017-02-28 17:30:00          45
    +#> 8159             25   A69-1303-555 12554 2017-02-28 17:32:00          45
    +#> 8160             25   A69-1303-555 12556 2017-02-28 17:34:00          45
    +#> 8161             25   A69-1303-555 12557 2017-02-28 17:36:00          45
    +#> 8162             25   A69-1303-555 12559 2017-02-28 17:38:00          45
    +#> 8163             25   A69-1303-555 12560 2017-02-28 17:40:00          45
    +#> 8164             25   A69-1303-555 12563 2017-02-28 17:42:00          45
    +#> 8165             25   A69-1303-555 12565 2017-02-28 17:44:00          45
    +#> 8166             25   A69-1303-555 12567 2017-02-28 17:46:00          45
    +#> 8167             25   A69-1303-555 12569 2017-02-28 17:50:00          45
    +#> 8168             25   A69-1303-555 12571 2017-02-28 17:52:00          45
    +#> 8169             25   A69-1303-555 12572 2017-02-28 17:54:00          45
    +#> 8170             25   A69-1303-555 12574 2017-02-28 17:56:00          45
    +#> 8171             25   A69-1303-555 12576 2017-02-28 17:58:00          45
    +#> 8172             25   A69-1303-555 12578 2017-02-28 18:02:00          45
    +#> 8173             25   A69-1303-555 12581 2017-02-28 18:06:00          45
    +#> 8174             25   A69-1303-555 12583 2017-02-28 18:08:00          45
    +#> 8175             25   A69-1303-555 12585 2017-02-28 18:10:00          45
    +#> 8176             25   A69-1303-555 12587 2017-02-28 18:14:00          45
    +#> 8177             25   A69-1303-555 12589 2017-02-28 18:16:00          45
    +#> 8178             25   A69-1303-555 12591 2017-02-28 18:18:00          45
    +#> 8179             25   A69-1303-555 12592 2017-02-28 18:20:00          45
    +#> 8180             25   A69-1303-555 12595 2017-02-28 18:22:00          45
    +#> 8181             25   A69-1303-555 12597 2017-02-28 18:24:00          45
    +#> 8182             25   A69-1303-555 12599 2017-02-28 18:26:00          45
    +#> 8183             25   A69-1303-555 12600 2017-02-28 18:28:00          45
    +#> 8184             25   A69-1303-555 12603 2017-02-28 18:30:00          45
    +#> 8185             25   A69-1303-555 12604 2017-02-28 18:32:00          45
    +#> 8186             25   A69-1303-555 12607 2017-02-28 18:34:00          45
    +#> 8187             25   A69-1303-555 12609 2017-02-28 18:36:00          45
    +#> 8188             25   A69-1303-555 12612 2017-02-28 18:38:00          45
    +#> 8189             25   A69-1303-555 12614 2017-02-28 18:42:00          45
    +#> 8190             25   A69-1303-555 12616 2017-02-28 18:44:00          45
    +#> 8191             25   A69-1303-555 12617 2017-02-28 18:46:00          45
    +#> 8192             25   A69-1303-555 12619 2017-02-28 18:48:00          45
    +#> 8193             25   A69-1303-555 12620 2017-02-28 18:50:00          45
    +#> 8194             25   A69-1303-555 12621 2017-02-28 18:52:00          45
    +#> 8195             25   A69-1303-555 12622 2017-02-28 18:56:00          45
    +#> 8196             25   A69-1303-555 12624 2017-02-28 18:58:00          45
    +#> 8197             25   A69-1303-555 12627 2017-02-28 19:00:00          45
    +#> 8198             25   A69-1303-555 12628 2017-02-28 19:06:00          45
    +#> 8199             25   A69-1303-555 12629 2017-02-28 22:40:00          48
    +#> 8200             25   A69-1303-555 12631 2017-02-28 22:42:00          48
    +#> 8201             25   A69-1303-555 12632 2017-02-28 22:44:00          48
    +#> 8202             25   A69-1303-555 12634 2017-02-28 22:46:00          48
    +#> 8203             25   A69-1303-555 12636 2017-02-28 22:48:00          48
    +#> 8204             25   A69-1303-555 12638 2017-02-28 22:50:00          48
    +#> 8205             25   A69-1303-555 12640 2017-02-28 22:54:00          48
    +#> 8206             25   A69-1303-555 12642 2017-02-28 23:12:00          48
    +#> 8207             25   A69-1303-555 12643 2017-02-28 23:14:00          49
    +#> 8208             25   A69-1303-555 12644 2017-02-28 23:18:00          49
    +#> 8209             25   A69-1303-555 12646 2017-02-28 23:20:00          49
    +#> 8210             25   A69-1303-555 12648 2017-02-28 23:22:00          49
    +#> 8211             25   A69-1303-555 12650 2017-02-28 23:24:00          49
    +#> 8212             25   A69-1303-555 12652 2017-02-28 23:26:00          49
    +#> 8213             25   A69-1303-555 12653 2017-02-28 23:28:00          49
    +#> 8214             25   A69-1303-555 12654 2017-02-28 23:30:00          49
    +#> 8215             25   A69-1303-555 12656 2017-02-28 23:32:00          49
    +#> 8216             25   A69-1303-555 12658 2017-02-28 23:34:00          49
    +#> 8217             25   A69-1303-555 12659 2017-02-28 23:36:00          49
    +#> 8218             25   A69-1303-555 12661 2017-02-28 23:38:00          49
    +#> 8219             25   A69-1303-555 12663 2017-02-28 23:40:00          49
    +#> 8220             25   A69-1303-555 12665 2017-02-28 23:42:00          49
    +#> 8221             25   A69-1303-555 12667 2017-02-28 23:44:00          49
    +#> 8222             25   A69-1303-555 12669 2017-02-28 23:46:00          49
    +#> 8223             25   A69-1303-555 12671 2017-03-01 00:02:00          49
    +#> 8224             25   A69-1303-555 12672 2017-03-01 00:06:00          49
    +#> 8225             25   A69-1303-555 12674 2017-03-01 00:08:00          49
    +#> 8226             25   A69-1303-555 12677 2017-03-01 00:10:00          49
    +#> 8227             25   A69-1303-555 12678 2017-03-01 00:12:00          49
    +#> 8228             25   A69-1303-555 12680 2017-03-01 05:24:00          51
    +#> 8229             25   A69-1303-555 12681 2017-03-01 05:26:00          51
    +#> 8230             25   A69-1303-555 12684 2017-03-01 05:28:00          51
    +#> 8231             25   A69-1303-555 12685 2017-03-01 05:30:00          51
    +#> 8232             25   A69-1303-555 12687 2017-03-01 05:32:00          51
    +#> 8233             25   A69-1303-555 12688 2017-03-01 05:34:00          51
    +#> 8234             25   A69-1303-555 12689 2017-03-01 05:36:00          51
    +#> 8235             25   A69-1303-555 12690 2017-03-01 18:02:00          41
    +#> 8236             25   A69-1303-555 12691 2017-03-01 18:06:00          41
    +#> 8237             25   A69-1303-555 12692 2017-03-01 18:10:00          41
    +#> 8238             25   A69-1303-555 12693 2017-03-01 18:12:00          41
    +#> 8239             25   A69-1303-555 12694 2017-03-01 18:26:00          41
    +#> 8240             25   A69-1303-555 12696 2017-03-01 18:32:00          41
    +#> 8241             25   A69-1303-555 12697 2017-03-01 18:48:00          41
    +#> 8242             25   A69-1303-555 12700 2017-03-01 18:50:00          41
    +#> 8243             25   A69-1303-555 12703 2017-03-01 19:00:00          41
    +#> 8244             25   A69-1303-555 12704 2017-03-01 19:04:00          41
    +#> 8245             25   A69-1303-555 12705 2017-03-02 21:36:00          51
    +#> 8246             25   A69-1303-555 12706 2017-03-02 21:38:00          51
    +#> 8247             25   A69-1303-555 12707 2017-03-02 21:40:00          51
    +#> 8248             25   A69-1303-555 12708 2017-03-02 21:44:00          51
    +#> 8249             25   A69-1303-555 12709 2017-03-02 21:46:00          51
    +#> 8250             25   A69-1303-555 12711 2017-03-02 21:48:00          51
    +#> 8251             25   A69-1303-555 12713 2017-03-02 21:50:00          51
    +#> 8252             25   A69-1303-555 12715 2017-03-02 21:52:00          51
    +#> 8253             25   A69-1303-555 12717 2017-03-02 21:54:00          51
    +#> 8254             25   A69-1303-555 12719 2017-03-02 21:56:00          51
    +#> 8255             25   A69-1303-555 12721 2017-03-02 21:58:00          51
    +#> 8256             25   A69-1303-555 12722 2017-03-02 22:00:00          51
    +#> 8257             25   A69-1303-555 12723 2017-03-02 22:02:00          51
    +#> 8258             25   A69-1303-555 12724 2017-03-02 22:04:00          51
    +#> 8259             25   A69-1303-555 12725 2017-03-03 09:56:00          48
    +#> 8260             25   A69-1303-555 12726 2017-03-03 09:58:00          48
    +#> 8261             25   A69-1303-555 12727 2017-03-03 10:00:00          48
    +#> 8262             25   A69-1303-555 12728 2017-03-03 10:02:00          48
    +#> 8263             25   A69-1303-555 12730 2017-03-03 10:04:00          48
    +#> 8264             25   A69-1303-555 12731 2017-03-03 10:06:00          48
    +#> 8265             25   A69-1303-555 12732 2017-03-03 10:08:00          48
    +#> 8266             25   A69-1303-555 12734 2017-03-03 10:10:00          48
    +#> 8267             25   A69-1303-555 12735 2017-03-03 10:14:00          48
    +#> 8268             25   A69-1303-555 12738 2017-03-03 10:18:00          48
    +#> 8269             25   A69-1303-555 12739 2017-03-03 10:20:00          48
    +#> 8270             25   A69-1303-555 12740 2017-03-03 10:22:00          48
    +#> 8271             25   A69-1303-555 12742 2017-03-03 10:24:00          48
    +#> 8272             25   A69-1303-555 12743 2017-03-03 10:26:00          48
    +#> 8273             25   A69-1303-555 12745 2017-03-03 10:28:00          48
    +#> 8274             25   A69-1303-555 12747 2017-03-03 10:30:00          48
    +#> 8275             25   A69-1303-555 12749 2017-03-03 10:32:00          48
    +#> 8276             25   A69-1303-555 12750 2017-03-03 17:44:00          48
    +#> 8277             25   A69-1303-555 12751 2017-03-03 17:48:00          48
    +#> 8278             25   A69-1303-555 12752 2017-03-03 17:50:00          48
    +#> 8279             25   A69-1303-555 12753 2017-03-03 17:52:00          48
    +#> 8280             25   A69-1303-555 12754 2017-03-03 17:54:00          48
    +#> 8281             25   A69-1303-555 12756 2017-03-03 17:56:00          48
    +#> 8282             25   A69-1303-555 12757 2017-03-03 17:58:00          48
    +#> 8283             25   A69-1303-555 12759 2017-03-03 18:00:00          48
    +#> 8284             25   A69-1303-555 12761 2017-03-03 18:02:00          48
    +#> 8285             25   A69-1303-555 12763 2017-03-03 18:04:00          48
    +#> 8286             25   A69-1303-555 12764 2017-03-03 18:06:00          48
    +#> 8287             25   A69-1303-555 12766 2017-03-03 18:08:00          48
    +#> 8288             25   A69-1303-555 12768 2017-03-03 18:10:00          48
    +#> 8289             25   A69-1303-555 12770 2017-03-03 18:12:00          48
    +#> 8290             25   A69-1303-555 12772 2017-03-03 18:16:00          48
    +#> 8291             25   A69-1303-555 12773 2017-03-03 18:18:00          48
    +#> 8292             25   A69-1303-555 12774 2017-03-03 18:20:00          48
    +#> 8293             25   A69-1303-555 12775 2017-03-03 18:22:00          48
    +#> 8294             25   A69-1303-555 12776 2017-03-03 23:38:00          49
    +#> 8295             25   A69-1303-555 12777 2017-03-03 23:42:00          49
    +#> 8296             25   A69-1303-555 12778 2017-03-03 23:58:00          49
    +#> 8297             25   A69-1303-555 12780 2017-03-04 00:00:00          49
    +#> 8298             25   A69-1303-555 12781 2017-03-04 00:04:00          49
    +#> 8299             25   A69-1303-555 12782 2017-03-04 00:06:00          49
    +#> 8300             25   A69-1303-555 12783 2017-03-04 00:10:00          49
    +#> 8301             25   A69-1303-555 12784 2017-03-04 00:14:00          49
    +#> 8302             25   A69-1303-555 12785 2017-03-04 00:16:00          49
    +#> 8303             25   A69-1303-555 12787 2017-03-04 00:18:00          49
    +#> 8304             25   A69-1303-555 12788 2017-03-04 00:20:00          49
    +#> 8305             25   A69-1303-555 12789 2017-03-04 00:22:00          49
    +#> 8306             25   A69-1303-555 12790 2017-03-04 00:26:00          49
    +#> 8307             25   A69-1303-555 12792 2017-03-04 00:28:00          49
    +#> 8308             25   A69-1303-555 12793 2017-03-04 00:44:00          49
    +#> 8309             25   A69-1303-555 12794 2017-03-04 01:50:00          49
    +#> 8310             25   A69-1303-555 12795 2017-03-04 01:56:00          49
    +#> 8311             25   A69-1303-555 12797 2017-03-04 01:58:00          49
    +#> 8312             25   A69-1303-555 12798 2017-03-04 02:00:00          49
    +#> 8313             25   A69-1303-555 12800 2017-03-04 02:02:00          49
    +#> 8314             25   A69-1303-555 12801 2017-03-04 02:04:00          49
    +#> 8315             25   A69-1303-555 12802 2017-03-04 02:06:00          49
    +#> 8316             25   A69-1303-555 12804 2017-03-04 02:08:00          49
    +#> 8317             25   A69-1303-555 12806 2017-03-04 02:10:00          49
    +#> 8318             25   A69-1303-555 12808 2017-03-04 02:12:00          49
    +#> 8319             25   A69-1303-555 12810 2017-03-04 02:14:00          49
    +#> 8320             25   A69-1303-555 12811 2017-03-04 02:16:00          49
    +#> 8321             25   A69-1303-555 12813 2017-03-04 02:18:00          49
    +#> 8322             25   A69-1303-555 12814 2017-03-04 02:28:00          48
    +#> 8323             25   A69-1303-555 12815 2017-03-04 02:30:00          48
    +#> 8324             25   A69-1303-555 12816 2017-03-04 02:32:00          48
    +#> 8325             25   A69-1303-555 12818 2017-03-04 02:34:00          48
    +#> 8326             25   A69-1303-555 12819 2017-03-04 02:38:00          48
    +#> 8327             25   A69-1303-555 12820 2017-03-04 02:40:00          48
    +#> 8328             25   A69-1303-555 12821 2017-03-04 02:42:00          48
    +#> 8329             25   A69-1303-555 12822 2017-03-04 02:44:00          48
    +#> 8330             25   A69-1303-555 12824 2017-03-04 02:46:00          48
    +#> 8331             25   A69-1303-555 12826 2017-03-04 02:48:00          48
    +#> 8332             25   A69-1303-555 12827 2017-03-04 02:50:00          48
    +#> 8333             25   A69-1303-555 12830 2017-03-04 02:52:00          48
    +#> 8334             25   A69-1303-555 12831 2017-03-04 02:54:00          48
    +#> 8335             25   A69-1303-555 12832 2017-03-04 02:56:00          48
    +#> 8336             25   A69-1303-555 12834 2017-03-04 02:58:00          48
    +#> 8337             25   A69-1303-555 12835 2017-03-04 03:02:00          48
    +#> 8338             25   A69-1303-555 12836 2017-03-04 03:04:00          48
    +#> 8339             25   A69-1303-555 12837 2017-03-04 03:06:00          48
    +#> 8340             25   A69-1303-555 12839 2017-03-04 10:00:00          48
    +#> 8341             25   A69-1303-555 12841 2017-03-04 10:02:00          48
    +#> 8342             25   A69-1303-555 12842 2017-03-04 10:04:00          48
    +#> 8343             25   A69-1303-555 12844 2017-03-04 10:06:00          48
    +#> 8344             25   A69-1303-555 12845 2017-03-04 10:08:00          48
    +#> 8345             25   A69-1303-555 12846 2017-03-04 10:10:00          48
    +#> 8346             25   A69-1303-555 12847 2017-03-04 10:12:00          48
    +#> 8347             25   A69-1303-555 12849 2017-03-04 10:14:00          48
    +#> 8348             25   A69-1303-555 12850 2017-03-04 10:16:00          48
    +#> 8349             25   A69-1303-555 12852 2017-03-04 10:18:00          48
    +#> 8350             25   A69-1303-555 12853 2017-03-04 10:20:00          48
    +#> 8351             25   A69-1303-555 12854 2017-03-04 12:18:00          43
    +#> 8352             25   A69-1303-555 12856 2017-03-06 15:40:00          45
    +#> 8353             25   A69-1303-555 12857 2017-03-06 15:56:00          45
    +#> 8354             25   A69-1303-555 12859 2017-03-06 15:58:00          45
    +#> 8355             25   A69-1303-555 12860 2017-03-06 16:00:00          45
    +#> 8356             25   A69-1303-555 12861 2017-03-06 16:02:00          45
    +#> 8357             25   A69-1303-555 12862 2017-03-06 16:08:00          45
    +#> 8358             25   A69-1303-555 12863 2017-03-06 16:18:00          45
    +#> 8359             25   A69-1303-555 12864 2017-03-06 16:46:00          45
    +#> 8360             25   A69-1303-555 12865 2017-03-06 16:54:00          45
    +#> 8361             25   A69-1303-555 12866 2017-03-06 16:56:00          45
    +#> 8362             25   A69-1303-555 12867 2017-03-06 16:58:00          45
    +#> 8363             25   A69-1303-555 12869 2017-03-06 17:00:00          45
    +#> 8364             25   A69-1303-555 12870 2017-03-06 17:02:00          45
    +#> 8365             25   A69-1303-555 12871 2017-03-06 17:04:00          45
    +#> 8366             25   A69-1303-555 12872 2017-03-06 17:06:00          45
    +#> 8367             25   A69-1303-555 12873 2017-03-06 17:08:00          45
    +#> 8368             25   A69-1303-555 12874 2017-03-06 17:10:00          45
    +#> 8369             25   A69-1303-555 12875 2017-03-06 17:12:00          45
    +#> 8370             25   A69-1303-555 12877 2017-03-06 17:14:00          45
    +#> 8371             25   A69-1303-555 12878 2017-03-06 17:16:00          45
    +#> 8372             25   A69-1303-555 12879 2017-03-06 17:18:00          45
    +#> 8373             25   A69-1303-555 12880 2017-03-06 17:20:00          45
    +#> 8374             25   A69-1303-555 12882 2017-03-06 17:22:00          45
    +#> 8375             25   A69-1303-555 12883 2017-03-06 17:24:00          45
    +#> 8376             25   A69-1303-555 12884 2017-03-06 17:26:00          45
    +#> 8377             25   A69-1303-555 12885 2017-03-06 17:28:00          45
    +#> 8378             25   A69-1303-555 12886 2017-03-06 17:30:00          45
    +#> 8379             25   A69-1303-555 12888 2017-03-06 17:32:00          45
    +#> 8380             25   A69-1303-555 12890 2017-03-06 17:34:00          45
    +#> 8381             25   A69-1303-555 12892 2017-03-06 17:36:00          45
    +#> 8382             25   A69-1303-555 12893 2017-03-06 17:38:00          45
    +#> 8383             25   A69-1303-555 12894 2017-03-06 17:42:00          45
    +#> 8384             25   A69-1303-555 12895 2017-03-06 17:44:00          45
    +#> 8385             25   A69-1303-555 12896 2017-03-06 17:46:00          45
    +#> 8386             25   A69-1303-555 12897 2017-03-06 17:50:00          45
    +#> 8387             25   A69-1303-555 12899 2017-03-06 17:52:00          45
    +#> 8388             25   A69-1303-555 12901 2017-03-06 17:54:00          45
    +#> 8389             25   A69-1303-555 12903 2017-03-06 17:56:00          45
    +#> 8390             25   A69-1303-555 12905 2017-03-06 17:58:00          45
    +#> 8391             25   A69-1303-555 12906 2017-03-06 18:00:00          45
    +#> 8392             25   A69-1303-555 12907 2017-03-06 18:02:00          45
    +#> 8393             25   A69-1303-555 12908 2017-03-06 18:04:00          45
    +#> 8394             25   A69-1303-555 12910 2017-03-06 18:06:00          45
    +#> 8395             25   A69-1303-555 12912 2017-03-06 18:08:00          45
    +#> 8396             25   A69-1303-555 12914 2017-03-06 18:10:00          45
    +#> 8397             25   A69-1303-555 12916 2017-03-06 18:12:00          45
    +#> 8398             25   A69-1303-555 12919 2017-03-06 18:14:00          45
    +#> 8399             25   A69-1303-555 12920 2017-03-06 18:16:00          45
    +#> 8400             25   A69-1303-555 12921 2017-03-06 18:18:00          45
    +#> 8401             25   A69-1303-555 12922 2017-03-06 18:20:00          45
    +#> 8402             25   A69-1303-555 12923 2017-03-06 18:22:00          45
    +#> 8403             25   A69-1303-555 12925 2017-03-06 18:24:00          45
    +#> 8404             25   A69-1303-555 12927 2017-03-06 18:26:00          45
    +#> 8405             25   A69-1303-555 12928 2017-03-06 18:30:00          45
    +#> 8406             25   A69-1303-555 12930 2017-03-06 18:32:00          45
    +#> 8407             25   A69-1303-555 12931 2017-03-06 18:36:00          45
    +#> 8408             25   A69-1303-555 12933 2017-03-06 18:38:00          45
    +#> 8409             25   A69-1303-555 12935 2017-03-06 18:40:00          45
    +#> 8410             25   A69-1303-555 12936 2017-03-06 18:42:00          45
    +#> 8411             25   A69-1303-555 12937 2017-03-06 18:44:00          45
    +#> 8412             25   A69-1303-555 12939 2017-03-06 18:46:00          45
    +#> 8413             25   A69-1303-555 12941 2017-03-06 18:48:00          45
    +#> 8414             25   A69-1303-555 12943 2017-03-06 18:50:00          45
    +#> 8415             25   A69-1303-555 12945 2017-03-06 18:52:00          45
    +#> 8416             25   A69-1303-555 12946 2017-03-06 18:54:00          45
    +#> 8417             25   A69-1303-555 12948 2017-03-06 18:56:00          45
    +#> 8418             25   A69-1303-555 12950 2017-03-06 18:58:00          45
    +#> 8419             25   A69-1303-555 12952 2017-03-06 19:00:00          45
    +#> 8420             25   A69-1303-555 12953 2017-03-06 19:02:00          45
    +#> 8421             25   A69-1303-555 12956 2017-03-06 19:04:00          45
    +#> 8422             25   A69-1303-555 12958 2017-03-06 19:06:00          45
    +#> 8423             25   A69-1303-555 12960 2017-03-06 19:08:00          45
    +#> 8424             25   A69-1303-555 12961 2017-03-06 19:10:00          45
    +#> 8425             25   A69-1303-555 12962 2017-03-06 19:12:00          45
    +#> 8426             25   A69-1303-555 12964 2017-03-06 19:14:00          45
    +#> 8427             25   A69-1303-555 12966 2017-03-06 19:16:00          45
    +#> 8428             25   A69-1303-555 12968 2017-03-06 19:18:00          45
    +#> 8429             25   A69-1303-555 12969 2017-03-06 19:20:00          45
    +#> 8430             25   A69-1303-555 12971 2017-03-06 19:22:00          45
    +#> 8431             25   A69-1303-555 12973 2017-03-06 19:24:00          45
    +#> 8432             25   A69-1303-555 12975 2017-03-06 19:26:00          45
    +#> 8433             25   A69-1303-555 12977 2017-03-06 19:28:00          45
    +#> 8434             25   A69-1303-555 12979 2017-03-06 19:30:00          45
    +#> 8435             25   A69-1303-555 12981 2017-03-06 19:32:00          45
    +#> 8436             25   A69-1303-555 12983 2017-03-06 19:34:00          45
    +#> 8437             25   A69-1303-555 12984 2017-03-06 19:36:00          45
    +#> 8438             25   A69-1303-555 12986 2017-03-06 19:38:00          45
    +#> 8439             25   A69-1303-555 12988 2017-03-06 19:40:00          45
    +#> 8440             25   A69-1303-555 12989 2017-03-06 19:42:00          45
    +#> 8441             25   A69-1303-555 12991 2017-03-06 19:44:00          45
    +#> 8442             25   A69-1303-555 12993 2017-03-06 19:48:00          45
    +#> 8443             25   A69-1303-555 12994 2017-03-06 19:50:00          45
    +#> 8444             25   A69-1303-555 12995 2017-03-06 19:52:00          45
    +#> 8445             25   A69-1303-555 12996 2017-03-06 19:54:00          45
    +#> 8446             25   A69-1303-555 12997 2017-03-06 19:56:00          45
    +#> 8447             25   A69-1303-555 12999 2017-03-06 19:58:00          45
    +#> 8448             25   A69-1303-555 13001 2017-03-06 20:00:00          45
    +#> 8449             25   A69-1303-555 13002 2017-03-06 20:02:00          45
    +#> 8450             25   A69-1303-555 13004 2017-03-06 20:04:00          45
    +#> 8451             25   A69-1303-555 13006 2017-03-06 20:06:00          45
    +#> 8452             25   A69-1303-555 13008 2017-03-06 20:08:00          45
    +#> 8453             25   A69-1303-555 13009 2017-03-06 20:10:00          45
    +#> 8454             25   A69-1303-555 13010 2017-03-06 20:12:00          45
    +#> 8455             25   A69-1303-555 13012 2017-03-06 20:14:00          45
    +#> 8456             25   A69-1303-555 13014 2017-03-06 20:16:00          45
    +#> 8457             25   A69-1303-555 13016 2017-03-06 20:18:00          45
    +#> 8458             25   A69-1303-555 13018 2017-03-06 20:20:00          45
    +#> 8459             25   A69-1303-555 13020 2017-03-06 20:22:00          45
    +#> 8460             25   A69-1303-555 13023 2017-03-06 20:24:00          45
    +#> 8461             25   A69-1303-555 13025 2017-03-06 20:26:00          45
    +#> 8462             25   A69-1303-555 13026 2017-03-06 20:28:00          45
    +#> 8463             25   A69-1303-555 13028 2017-03-06 20:30:00          45
    +#> 8464             25   A69-1303-555 13029 2017-03-06 20:32:00          45
    +#> 8465             25   A69-1303-555 13032 2017-03-06 20:34:00          45
    +#> 8466             25   A69-1303-555 13034 2017-03-06 20:36:00          45
    +#> 8467             25   A69-1303-555 13036 2017-03-06 20:38:00          45
    +#> 8468             25   A69-1303-555 13038 2017-03-06 20:40:00          45
    +#> 8469             25   A69-1303-555 13040 2017-03-06 20:42:00          45
    +#> 8470             25   A69-1303-555 13041 2017-03-06 20:44:00          45
    +#> 8471             25   A69-1303-555 13042 2017-03-06 20:46:00          45
    +#> 8472             25   A69-1303-555 13044 2017-03-06 20:48:00          45
    +#> 8473             25   A69-1303-555 13045 2017-03-06 20:50:00          45
    +#> 8474             25   A69-1303-555 13048 2017-03-06 20:52:00          45
    +#> 8475             25   A69-1303-555 13049 2017-03-06 20:54:00          45
    +#> 8476             25   A69-1303-555 13051 2017-03-06 20:56:00          45
    +#> 8477             25   A69-1303-555 13052 2017-03-06 20:58:00          45
    +#> 8478             25   A69-1303-555 13055 2017-03-06 21:00:00          45
    +#> 8479             25   A69-1303-555 13056 2017-03-06 21:02:00          45
    +#> 8480             25   A69-1303-555 13058 2017-03-06 21:04:00          45
    +#> 8481             25   A69-1303-555 13059 2017-03-06 21:06:00          45
    +#> 8482             25   A69-1303-555 13061 2017-03-06 21:08:00          45
    +#> 8483             25   A69-1303-555 13063 2017-03-06 21:10:00          45
    +#> 8484             25   A69-1303-555 13065 2017-03-06 21:12:00          45
    +#> 8485             25   A69-1303-555 13068 2017-03-06 21:14:00          45
    +#> 8486             25   A69-1303-555 13069 2017-03-06 21:16:00          45
    +#> 8487             25   A69-1303-555 13071 2017-03-06 21:18:00          45
    +#> 8488             25   A69-1303-555 13072 2017-03-06 21:20:00          45
    +#> 8489             25   A69-1303-555 13073 2017-03-06 21:22:00          45
    +#> 8490             25   A69-1303-555 13075 2017-03-06 21:24:00          45
    +#> 8491             25   A69-1303-555 13077 2017-03-06 21:26:00          45
    +#> 8492             25   A69-1303-555 13078 2017-03-06 21:28:00          45
    +#> 8493             25   A69-1303-555 13079 2017-03-06 21:30:00          45
    +#> 8494             25   A69-1303-555 13080 2017-03-06 21:32:00          45
    +#> 8495             25   A69-1303-555 13082 2017-03-06 21:34:00          45
    +#> 8496             25   A69-1303-555 13083 2017-03-06 21:36:00          45
    +#> 8497             25   A69-1303-555 13085 2017-03-06 21:38:00          45
    +#> 8498             25   A69-1303-555 13086 2017-03-06 21:40:00          45
    +#> 8499             25   A69-1303-555 13087 2017-03-06 21:42:00          45
    +#> 8500             25   A69-1303-555 13089 2017-03-06 21:44:00          45
    +#> 8501             25   A69-1303-555 13091 2017-03-06 21:46:00          45
    +#> 8502             25   A69-1303-555 13092 2017-03-06 21:48:00          45
    +#> 8503             25   A69-1303-555 13095 2017-03-06 21:50:00          45
    +#> 8504             25   A69-1303-555 13097 2017-03-06 21:52:00          45
    +#> 8505             25   A69-1303-555 13099 2017-03-06 21:54:00          45
    +#> 8506             25   A69-1303-555 13101 2017-03-06 21:58:00          45
    +#> 8507             25   A69-1303-555 13103 2017-03-06 22:00:00          45
    +#> 8508             25   A69-1303-555 13105 2017-03-06 22:02:00          45
    +#> 8509             25   A69-1303-555 13107 2017-03-06 22:06:00          45
    +#> 8510             25   A69-1303-555 13108 2017-03-06 22:08:00          45
    +#> 8511             25   A69-1303-555 13110 2017-03-06 22:10:00          45
    +#> 8512             25   A69-1303-555 13112 2017-03-06 22:12:00          45
    +#> 8513             25   A69-1303-555 13114 2017-03-06 22:14:00          45
    +#> 8514             25   A69-1303-555 13115 2017-03-06 22:16:00          45
    +#> 8515             25   A69-1303-555 13117 2017-03-06 22:18:00          45
    +#> 8516             25   A69-1303-555 13119 2017-03-06 22:20:00          45
    +#> 8517             25   A69-1303-555 13122 2017-03-06 22:22:00          45
    +#> 8518             25   A69-1303-555 13123 2017-03-06 22:26:00          45
    +#> 8519             25   A69-1303-555 13124 2017-03-06 22:28:00          45
    +#> 8520             25   A69-1303-555 13126 2017-03-06 22:32:00          45
    +#> 8521             25   A69-1303-555 13127 2017-03-06 22:34:00          45
    +#> 8522             25   A69-1303-555 13129 2017-03-06 22:36:00          45
    +#> 8523             25   A69-1303-555 13131 2017-03-06 22:38:00          45
    +#> 8524             25   A69-1303-555 13132 2017-03-06 22:40:00          45
    +#> 8525             25   A69-1303-555 13133 2017-03-06 22:42:00          45
    +#> 8526             25   A69-1303-555 13135 2017-03-06 22:44:00          45
    +#> 8527             25   A69-1303-555 13136 2017-03-06 22:46:00          45
    +#> 8528             25   A69-1303-555 13139 2017-03-06 22:48:00          45
    +#> 8529             25   A69-1303-555 13141 2017-03-06 22:50:00          45
    +#> 8530             25   A69-1303-555 13143 2017-03-06 22:52:00          45
    +#> 8531             25   A69-1303-555 13145 2017-03-06 22:54:00          45
    +#> 8532             25   A69-1303-555 13147 2017-03-06 22:56:00          45
    +#> 8533             25   A69-1303-555 13149 2017-03-06 22:58:00          45
    +#> 8534             25   A69-1303-555 13150 2017-03-06 23:00:00          45
    +#> 8535             25   A69-1303-555 13151 2017-03-06 23:02:00          45
    +#> 8536             25   A69-1303-555 13152 2017-03-06 23:04:00          45
    +#> 8537             25   A69-1303-555 13153 2017-03-06 23:06:00          45
    +#> 8538             25   A69-1303-555 13154 2017-03-06 23:08:00          45
    +#> 8539             25   A69-1303-555 13156 2017-03-06 23:10:00          45
    +#> 8540             25   A69-1303-555 13158 2017-03-06 23:12:00          45
    +#> 8541             25   A69-1303-555 13160 2017-03-06 23:14:00          45
    +#> 8542             25   A69-1303-555 13161 2017-03-06 23:16:00          45
    +#> 8543             25   A69-1303-555 13163 2017-03-06 23:18:00          45
    +#> 8544             25   A69-1303-555 13165 2017-03-06 23:20:00          45
    +#> 8545             25   A69-1303-555 13166 2017-03-06 23:22:00          45
    +#> 8546             25   A69-1303-555 13167 2017-03-06 23:24:00          45
    +#> 8547             25   A69-1303-555 13169 2017-03-06 23:26:00          45
    +#> 8548             25   A69-1303-555 13171 2017-03-06 23:28:00          45
    +#> 8549             25   A69-1303-555 13173 2017-03-06 23:30:00          45
    +#> 8550             25   A69-1303-555 13174 2017-03-06 23:32:00          45
    +#> 8551             25   A69-1303-555 13176 2017-03-06 23:34:00          45
    +#> 8552             25   A69-1303-555 13178 2017-03-06 23:36:00          45
    +#> 8553             25   A69-1303-555 13179 2017-03-06 23:38:00          45
    +#> 8554             25   A69-1303-555 13180 2017-03-06 23:40:00          45
    +#> 8555             25   A69-1303-555 13182 2017-03-06 23:42:00          45
    +#> 8556             25   A69-1303-555 13183 2017-03-06 23:44:00          45
    +#> 8557             25   A69-1303-555 13186 2017-03-06 23:46:00          45
    +#> 8558             25   A69-1303-555 13187 2017-03-06 23:48:00          45
    +#> 8559             25   A69-1303-555 13188 2017-03-06 23:50:00          45
    +#> 8560             25   A69-1303-555 13189 2017-03-06 23:52:00          45
    +#> 8561             25   A69-1303-555 13190 2017-03-06 23:54:00          45
    +#> 8562             25   A69-1303-555 13191 2017-03-06 23:56:00          45
    +#> 8563             25   A69-1303-555 13193 2017-03-06 23:58:00          45
    +#> 8564             25   A69-1303-555 13194 2017-03-07 00:00:00          45
    +#> 8565             25   A69-1303-555 13196 2017-03-07 00:02:00          45
    +#> 8566             25   A69-1303-555 13198 2017-03-07 00:04:00          45
    +#> 8567             25   A69-1303-555 13199 2017-03-07 00:06:00          45
    +#> 8568             25   A69-1303-555 13202 2017-03-07 00:08:00          45
    +#> 8569             25   A69-1303-555 13203 2017-03-07 00:10:00          45
    +#> 8570             25   A69-1303-555 13205 2017-03-07 00:12:00          45
    +#> 8571             25   A69-1303-555 13206 2017-03-07 00:14:00          45
    +#> 8572             25   A69-1303-555 13208 2017-03-07 00:16:00          45
    +#> 8573             25   A69-1303-555 13210 2017-03-07 00:18:00          45
    +#> 8574             25   A69-1303-555 13212 2017-03-07 00:20:00          45
    +#> 8575             25   A69-1303-555 13214 2017-03-07 00:22:00          45
    +#> 8576             25   A69-1303-555 13216 2017-03-07 00:24:00          45
    +#> 8577             25   A69-1303-555 13219 2017-03-07 00:26:00          45
    +#> 8578             25   A69-1303-555 13221 2017-03-07 00:28:00          45
    +#> 8579             25   A69-1303-555 13222 2017-03-07 00:30:00          45
    +#> 8580             25   A69-1303-555 13224 2017-03-07 00:32:00          45
    +#> 8581             25   A69-1303-555 13226 2017-03-07 00:34:00          45
    +#> 8582             25   A69-1303-555 13228 2017-03-07 00:36:00          45
    +#> 8583             25   A69-1303-555 13230 2017-03-07 00:38:00          45
    +#> 8584             25   A69-1303-555 13231 2017-03-07 00:40:00          45
    +#> 8585             25   A69-1303-555 13233 2017-03-07 00:42:00          45
    +#> 8586             25   A69-1303-555 13234 2017-03-07 00:44:00          45
    +#> 8587             25   A69-1303-555 13236 2017-03-07 00:46:00          45
    +#> 8588             25   A69-1303-555 13237 2017-03-07 00:48:00          45
    +#> 8589             25   A69-1303-555 13239 2017-03-07 00:50:00          45
    +#> 8590             25   A69-1303-555 13240 2017-03-07 00:52:00          45
    +#> 8591             25   A69-1303-555 13242 2017-03-07 00:56:00          45
    +#> 8592             25   A69-1303-555 13244 2017-03-07 00:58:00          45
    +#> 8593             25   A69-1303-555 13245 2017-03-08 00:06:00          50
    +#> 8594             25   A69-1303-555 13246 2017-03-08 00:08:00          50
    +#> 8595             25   A69-1303-555 13247 2017-03-08 00:10:00          50
    +#> 8596             25   A69-1303-555 13249 2017-03-08 00:12:00          50
    +#> 8597             25   A69-1303-555 13251 2017-03-08 00:14:00          50
    +#> 8598             25   A69-1303-555 13253 2017-03-08 00:16:00          50
    +#> 8599             25   A69-1303-555 13255 2017-03-08 19:48:00          41
    +#> 8600             25   A69-1303-555 13257 2017-03-08 19:50:00          41
    +#> 8601             25   A69-1303-555 13260 2017-03-08 19:52:00          41
    +#> 8602             25   A69-1303-555 13261 2017-03-08 19:54:00          41
    +#> 8603             25   A69-1303-555 13262 2017-03-08 20:04:00          41
    +#> 8604             25   A69-1303-555 13264 2017-03-08 20:06:00          41
    +#> 8605             25   A69-1303-555 13266 2017-03-08 20:08:00          41
    +#> 8606             25   A69-1303-555 13268 2017-03-08 20:10:00          41
    +#> 8607             25   A69-1303-555 13269 2017-03-08 20:12:00          41
    +#> 8608             25   A69-1303-555 13272 2017-03-08 20:14:00          41
    +#> 8609             25   A69-1303-555 13274 2017-03-08 20:16:00          41
    +#> 8610             25   A69-1303-555 13277 2017-03-08 20:18:00          41
    +#> 8611             25   A69-1303-555 13279 2017-03-08 20:20:00          41
    +#> 8612             25   A69-1303-555 13280 2017-03-08 20:22:00          41
    +#> 8613             25   A69-1303-555 13282 2017-03-08 20:24:00          41
    +#> 8614             25   A69-1303-555 13284 2017-03-08 20:26:00          41
    +#> 8615             25   A69-1303-555 13285 2017-03-08 20:32:00          41
    +#> 8616             25   A69-1303-555 13286 2017-03-08 20:36:00          47
    +#> 8617             25   A69-1303-555 13287 2017-03-08 20:38:00          47
    +#> 8618             25   A69-1303-555 13289 2017-03-08 20:40:00          47
    +#> 8619             25   A69-1303-555 13290 2017-03-08 20:42:00          47
    +#> 8620             25   A69-1303-555 13291 2017-03-08 20:44:00          47
    +#> 8621             25   A69-1303-555 13292 2017-03-08 20:50:00          47
    +#> 8622             25   A69-1303-555 13293 2017-03-08 20:52:00          47
    +#> 8623             25   A69-1303-555 13294 2017-03-08 20:54:00          41
    +#> 8624             25   A69-1303-555 13295 2017-03-08 20:56:00          41
    +#> 8625             25   A69-1303-555 13297 2017-03-08 20:58:00          41
    +#> 8626             25   A69-1303-555 13298 2017-03-08 21:00:00          41
    +#> 8627             25   A69-1303-555 13299 2017-03-08 21:02:00          41
    +#> 8628             25   A69-1303-555 13300 2017-03-08 21:28:00          41
    +#> 8629             25   A69-1303-555 13301 2017-03-08 21:36:00          41
    +#> 8630             25   A69-1303-555 13302 2017-03-08 21:48:00          41
    +#> 8631             25   A69-1303-555 13305 2017-03-08 21:50:00          41
    +#> 8632             25   A69-1303-555 13307 2017-03-08 21:52:00          41
    +#> 8633             25   A69-1303-555 13309 2017-03-08 21:54:00          41
    +#> 8634             25   A69-1303-555 13310 2017-03-08 21:56:00          41
    +#> 8635             25   A69-1303-555 13312 2017-03-08 21:58:00          41
    +#> 8636             25   A69-1303-555 13315 2017-03-08 22:00:00          41
    +#> 8637             25   A69-1303-555 13316 2017-03-08 22:02:00          41
    +#> 8638             25   A69-1303-555 13317 2017-03-08 22:04:00          41
    +#> 8639             25   A69-1303-555 13319 2017-03-08 22:06:00          41
    +#> 8640             25   A69-1303-555 13321 2017-03-08 22:08:00          41
    +#> 8641             25   A69-1303-555 13323 2017-03-08 22:30:00          41
    +#> 8642             25   A69-1303-555 13324 2017-03-08 22:50:00          41
    +#> 8643             25   A69-1303-555 13325 2017-03-08 22:52:00          41
    +#> 8644             25   A69-1303-555 13326 2017-03-08 22:56:00          41
    +#> 8645             25   A69-1303-555 13327 2017-03-08 22:58:00          41
    +#> 8646             25   A69-1303-555 13328 2017-03-08 23:00:00          41
    +#> 8647             25   A69-1303-555 13331 2017-03-08 23:02:00          41
    +#> 8648             25   A69-1303-555 13332 2017-03-08 23:04:00          41
    +#> 8649             25   A69-1303-555 13334 2017-03-08 23:06:00          41
    +#> 8650             25   A69-1303-555 13335 2017-03-08 23:08:00          41
    +#> 8651             25   A69-1303-555 13337 2017-03-08 23:12:00          41
    +#> 8652             25   A69-1303-555 13338 2017-03-08 23:14:00          41
    +#> 8653             25   A69-1303-555 13339 2017-03-08 23:16:00          41
    +#> 8654             25   A69-1303-555 13340 2017-03-08 23:20:00          41
    +#> 8655             25   A69-1303-555 13341 2017-03-08 23:22:00          41
    +#> 8656             25   A69-1303-555 13342 2017-03-08 23:24:00          41
    +#> 8657             25   A69-1303-555 13343 2017-03-08 23:48:00          47
    +#> 8658             25   A69-1303-555 13345 2017-03-08 23:50:00          47
    +#> 8659             25   A69-1303-555 13347 2017-03-08 23:52:00          47
    +#> 8660             25   A69-1303-555 13349 2017-03-08 23:54:00          47
    +#> 8661             25   A69-1303-555 13351 2017-03-08 23:56:00          47
    +#> 8662             25   A69-1303-555 13352 2017-03-09 00:06:00          47
    +#> 8663             25   A69-1303-555 13353 2017-03-09 00:08:00          47
    +#> 8664             25   A69-1303-555 13354 2017-03-09 03:08:00          47
    +#> 8665             25   A69-1303-555 13357 2017-03-09 03:12:00          47
    +#> 8666             25   A69-1303-555 13358 2017-03-09 03:14:00          47
    +#> 8667             25   A69-1303-555 13360 2017-03-09 03:20:00          47
    +#> 8668             25   A69-1303-555 13362 2017-03-09 03:22:00          47
    +#> 8669             25   A69-1303-555 13364 2017-03-09 03:24:00          47
    +#> 8670             25   A69-1303-555 13366 2017-03-09 03:26:00          47
    +#> 8671             25   A69-1303-555 13367 2017-03-09 03:28:00          47
    +#> 8672             25   A69-1303-555 13369 2017-03-09 03:30:00          47
    +#> 8673             25   A69-1303-555 13370 2017-03-09 03:32:00          47
    +#> 8674             25   A69-1303-555 13372 2017-03-09 03:34:00          47
    +#> 8675             25   A69-1303-555 13373 2017-03-09 03:36:00          47
    +#> 8676             25   A69-1303-555 13376 2017-03-09 03:38:00          47
    +#> 8677             25   A69-1303-555 13377 2017-03-09 03:40:00          47
    +#> 8678             25   A69-1303-555 13379 2017-03-09 03:42:00          47
    +#> 8679             25   A69-1303-555 13381 2017-03-09 03:44:00          47
    +#> 8680             25   A69-1303-555 13382 2017-03-09 03:46:00          47
    +#> 8681             25   A69-1303-555 13384 2017-03-09 03:48:00          47
    +#> 8682             25   A69-1303-555 13385 2017-03-09 03:50:00          47
    +#> 8683             25   A69-1303-555 13386 2017-03-09 03:52:00          47
    +#> 8684             25   A69-1303-555 13387 2017-03-09 03:54:00          47
    +#> 8685             25   A69-1303-555 13389 2017-03-09 03:56:00          47
    +#> 8686             25   A69-1303-555 13391 2017-03-09 03:58:00          47
    +#> 8687             25   A69-1303-555 13393 2017-03-09 13:50:00          47
    +#> 8688             25   A69-1303-555 13394 2017-03-09 13:58:00          47
    +#> 8689             25   A69-1303-555 13395 2017-03-09 14:10:00          47
    +#> 8690             25   A69-1303-555 13397 2017-03-09 14:16:00          47
    +#> 8691             25   A69-1303-555 13398 2017-03-09 14:26:00          47
    +#> 8692             25   A69-1303-555 13399 2017-03-09 14:34:00          47
    +#> 8693             25   A69-1303-555 13400 2017-03-10 21:12:00          50
    +#> 8694             25   A69-1303-555 13402 2017-03-10 21:14:00          50
    +#> 8695             25   A69-1303-555 13403 2017-03-10 21:22:00          51
    +#> 8696             25   A69-1303-555 13404 2017-03-10 21:26:00          50
    +#> 8697             25   A69-1303-555 13405 2017-03-10 21:26:00          51
    +#> 8698             25   A69-1303-555 13406 2017-03-10 21:28:00          51
    +#> 8699             25   A69-1303-555 13407 2017-03-10 21:32:00          50
    +#> 8700             25   A69-1303-555 13408 2017-03-10 21:32:00          51
    +#> 8701             25   A69-1303-555 13410 2017-03-10 21:34:00          51
    +#> 8702             25   A69-1303-555 13412 2017-03-10 21:38:00          51
    +#> 8703             25   A69-1303-555 13413 2017-03-10 21:40:00          51
    +#> 8704             25   A69-1303-555 13414 2017-03-11 02:38:00          51
    +#> 8705             25   A69-1303-555 13415 2017-03-11 02:40:00          51
    +#> 8706             25   A69-1303-555 13416 2017-03-11 02:44:00          51
    +#> 8707             25   A69-1303-555 13417 2017-03-11 05:04:00          51
    +#> 8708             25   A69-1303-555 13418 2017-03-11 05:10:00          51
    +#> 8709             25   A69-1303-555 13419 2017-03-11 05:12:00          51
    +#> 8710             25   A69-1303-555 13420 2017-03-11 05:14:00          51
    +#> 8711             25   A69-1303-555 13423 2017-03-11 05:16:00          51
    +#> 8712             25   A69-1303-555 13424 2017-03-11 05:24:00          51
    +#> 8713             25   A69-1303-555 13425 2017-03-11 05:26:00          51
    +#> 8714             25   A69-1303-555 13426 2017-03-11 05:28:00          51
    +#> 8715             25   A69-1303-555 13428 2017-03-11 05:32:00          51
    +#> 8716             25   A69-1303-555 13430 2017-03-11 05:36:00          51
    +#> 8717             25   A69-1303-555 13432 2017-03-11 05:38:00          51
    +#> 8718             25   A69-1303-555 13434 2017-03-11 05:40:00          51
    +#> 8719             25   A69-1303-555 13435 2017-03-11 05:42:00          51
    +#> 8720             25   A69-1303-555 13436 2017-03-11 05:44:00          51
    +#> 8721             25   A69-1303-555 13438 2017-03-11 05:46:00          51
    +#> 8722             25   A69-1303-555 13439 2017-03-11 05:48:00          51
    +#> 8723             25   A69-1303-555 13441 2017-03-11 05:50:00          51
    +#> 8724             25   A69-1303-555 13442 2017-03-11 05:52:00          51
    +#> 8725             25   A69-1303-555 13443 2017-03-11 05:58:00          51
    +#> 8726             25   A69-1303-555 13445 2017-03-11 06:00:00          51
    +#> 8727             25   A69-1303-555 13446 2017-03-11 06:04:00          51
    +#> 8728             25   A69-1303-555 13447 2017-03-11 06:06:00          51
    +#> 8729             25   A69-1303-555 13449 2017-03-11 06:08:00          51
    +#> 8730             25   A69-1303-555 13452 2017-03-11 06:34:00          51
    +#> 8731             25   A69-1303-555 13454 2017-03-12 07:48:00          45
    +#> 8732             25   A69-1303-555 13455 2017-03-12 07:56:00          45
    +#> 8733             25   A69-1303-555 13457 2017-03-12 07:58:00          45
    +#> 8734             25   A69-1303-555 13458 2017-03-12 08:00:00          45
    +#> 8735             25   A69-1303-555 13460 2017-03-12 08:02:00          45
    +#> 8736             25   A69-1303-555 13461 2017-03-12 08:04:00          45
    +#> 8737             25   A69-1303-555 13462 2017-03-12 08:06:00          45
    +#> 8738             25   A69-1303-555 13465 2017-03-12 08:08:00          45
    +#> 8739             25   A69-1303-555 13466 2017-03-12 08:10:00          45
    +#> 8740             25   A69-1303-555 13468 2017-03-12 08:12:00          45
    +#> 8741             25   A69-1303-555 13469 2017-03-12 08:14:00          45
    +#> 8742             25   A69-1303-555 13470 2017-03-12 08:16:00          45
    +#> 8743             25   A69-1303-555 13472 2017-03-12 08:18:00          45
    +#> 8744             25   A69-1303-555 13473 2017-03-12 08:22:00          45
    +#> 8745             25   A69-1303-555 13474 2017-03-12 08:26:00          45
    +#> 8746             25   A69-1303-555 13475 2017-03-12 08:28:00          45
    +#> 8747             25   A69-1303-555 13476 2017-03-12 08:30:00          45
    +#> 8748             25   A69-1303-555 13478 2017-03-12 08:32:00          45
    +#> 8749             25   A69-1303-555 13479 2017-03-12 08:34:00          45
    +#> 8750             25   A69-1303-555 13481 2017-03-12 08:36:00          45
    +#> 8751             25   A69-1303-555 13482 2017-03-12 08:38:00          45
    +#> 8752             25   A69-1303-555 13483 2017-03-12 08:40:00          45
    +#> 8753             25   A69-1303-555 13485 2017-03-12 08:42:00          45
    +#> 8754             25   A69-1303-555 13486 2017-03-12 08:44:00          45
    +#> 8755             25   A69-1303-555 13488 2017-03-12 08:48:00          45
    +#> 8756             25   A69-1303-555 13489 2017-03-12 08:52:00          45
    +#> 8757             25   A69-1303-555 13491 2017-03-12 08:56:00          45
    +#> 8758             25   A69-1303-555 13492 2017-03-12 09:00:00          45
    +#> 8759             25   A69-1303-555 13494 2017-03-12 09:04:00          45
    +#> 8760             25   A69-1303-555 13496 2017-03-12 09:16:00          45
    +#> 8761             25   A69-1303-555 13498 2017-03-12 09:20:00          45
    +#> 8762             25   A69-1303-555 13499 2017-03-12 09:22:00          45
    +#> 8763             25   A69-1303-555 13500 2017-03-12 09:26:00          45
    +#> 8764             25   A69-1303-555 13501 2017-03-12 09:28:00          45
    +#> 8765             25   A69-1303-555 13502 2017-03-12 09:30:00          45
    +#> 8766             25   A69-1303-555 13503 2017-03-12 09:32:00          45
    +#> 8767             25   A69-1303-555 13504 2017-03-12 09:34:00          45
    +#> 8768             25   A69-1303-555 13505 2017-03-12 09:36:00          45
    +#> 8769             25   A69-1303-555 13506 2017-03-12 09:38:00          45
    +#> 8770             25   A69-1303-555 13507 2017-03-12 09:48:00          45
    +#> 8771             25   A69-1303-555 13509 2017-03-12 09:50:00          45
    +#> 8772             25   A69-1303-555 13511 2017-03-12 09:52:00          45
    +#> 8773             25   A69-1303-555 13512 2017-03-12 09:58:00          45
    +#> 8774             25   A69-1303-555 13513 2017-03-12 10:00:00          45
    +#> 8775             25   A69-1303-555 13515 2017-03-12 10:02:00          45
    +#> 8776             25   A69-1303-555 13516 2017-03-12 10:06:00          45
    +#> 8777             25   A69-1303-555 13518 2017-03-12 10:08:00          45
    +#> 8778             25   A69-1303-555 13519 2017-03-12 10:10:00          45
    +#> 8779             25   A69-1303-555 13520 2017-03-12 10:12:00          45
    +#> 8780             25   A69-1303-555 13522 2017-03-12 10:16:00          45
    +#> 8781             25   A69-1303-555 13524 2017-03-12 10:18:00          45
    +#> 8782             25   A69-1303-555 13525 2017-03-12 10:20:00          45
    +#> 8783             25   A69-1303-555 13527 2017-03-12 10:22:00          45
    +#> 8784             25   A69-1303-555 13529 2017-03-12 10:24:00          45
    +#> 8785             25   A69-1303-555 13531 2017-03-12 10:26:00          45
    +#> 8786             25   A69-1303-555 13533 2017-03-12 10:28:00          45
    +#> 8787             25   A69-1303-555 13534 2017-03-12 10:30:00          45
    +#> 8788             25   A69-1303-555 13536 2017-03-12 10:32:00          45
    +#> 8789             25   A69-1303-555 13538 2017-03-12 10:34:00          45
    +#> 8790             25   A69-1303-555 13539 2017-03-12 10:36:00          45
    +#> 8791             25   A69-1303-555 13541 2017-03-12 10:38:00          45
    +#> 8792             25   A69-1303-555 13543 2017-03-12 10:40:00          45
    +#> 8793             25   A69-1303-555 13545 2017-03-12 10:42:00          45
    +#> 8794             25   A69-1303-555 13547 2017-03-12 10:44:00          45
    +#> 8795             25   A69-1303-555 13549 2017-03-12 10:46:00          45
    +#> 8796             25   A69-1303-555 13551 2017-03-12 10:48:00          45
    +#> 8797             25   A69-1303-555 13552 2017-03-12 10:50:00          45
    +#> 8798             25   A69-1303-555 13553 2017-03-12 10:52:00          45
    +#> 8799             25   A69-1303-555 13554 2017-03-12 10:54:00          45
    +#> 8800             25   A69-1303-555 13556 2017-03-12 10:56:00          45
    +#> 8801             25   A69-1303-555 13558 2017-03-12 10:58:00          45
    +#> 8802             25   A69-1303-555 13559 2017-03-12 11:00:00          45
    +#> 8803             25   A69-1303-555 13562 2017-03-12 11:02:00          45
    +#> 8804             25   A69-1303-555 13564 2017-03-12 11:04:00          45
    +#> 8805             25   A69-1303-555 13566 2017-03-12 11:06:00          45
    +#> 8806             25   A69-1303-555 13567 2017-03-12 11:08:00          45
    +#> 8807             25   A69-1303-555 13569 2017-03-12 11:10:00          45
    +#> 8808             25   A69-1303-555 13570 2017-03-12 11:12:00          45
    +#> 8809             25   A69-1303-555 13573 2017-03-12 11:14:00          45
    +#> 8810             25   A69-1303-555 13574 2017-03-12 11:16:00          45
    +#> 8811             25   A69-1303-555 13576 2017-03-12 11:18:00          45
    +#> 8812             25   A69-1303-555 13578 2017-03-12 11:20:00          45
    +#> 8813             25   A69-1303-555 13580 2017-03-12 11:22:00          45
    +#> 8814             25   A69-1303-555 13582 2017-03-12 11:24:00          45
    +#> 8815             25   A69-1303-555 13583 2017-03-12 11:26:00          45
    +#> 8816             25   A69-1303-555 13584 2017-03-12 11:28:00          45
    +#> 8817             25   A69-1303-555 13587 2017-03-12 11:30:00          45
    +#> 8818             25   A69-1303-555 13589 2017-03-12 11:32:00          45
    +#> 8819             25   A69-1303-555 13590 2017-03-12 11:34:00          45
    +#> 8820             25   A69-1303-555 13592 2017-03-12 11:36:00          45
    +#> 8821             25   A69-1303-555 13593 2017-03-12 11:38:00          45
    +#> 8822             25   A69-1303-555 13594 2017-03-12 11:40:00          45
    +#> 8823             25   A69-1303-555 13595 2017-03-12 11:48:00          45
    +#> 8824             25   A69-1303-555 13596 2017-03-12 11:50:00          45
    +#> 8825             25   A69-1303-555 13597 2017-03-12 11:52:00          45
    +#> 8826             25   A69-1303-555 13598 2017-03-12 12:04:00          45
    +#> 8827             25   A69-1303-555 13599 2017-03-12 12:08:00          45
    +#> 8828             25   A69-1303-555 13600 2017-03-12 12:12:00          45
    +#> 8829             25   A69-1303-555 13601 2017-03-12 12:18:00          45
    +#> 8830             25   A69-1303-555 13602 2017-03-12 12:28:00          45
    +#> 8831             25   A69-1303-555 13603 2017-03-12 12:32:00          45
    +#> 8832             25   A69-1303-555 13604 2017-03-12 12:36:00          45
    +#> 8833             25   A69-1303-555 13605 2017-03-12 12:42:00          45
    +#> 8834             25   A69-1303-555 13606 2017-03-12 12:48:00          45
    +#> 8835             25   A69-1303-555 13607 2017-03-12 12:50:00          45
    +#> 8836             25   A69-1303-555 13609 2017-03-12 12:52:00          45
    +#> 8837             25   A69-1303-555 13610 2017-03-12 12:54:00          45
    +#> 8838             25   A69-1303-555 13611 2017-03-12 12:56:00          45
    +#> 8839             25   A69-1303-555 13612 2017-03-12 13:00:00          45
    +#> 8840             25   A69-1303-555 13613 2017-03-12 13:02:00          45
    +#> 8841             25   A69-1303-555 13615 2017-03-12 13:06:00          45
    +#> 8842             25   A69-1303-555 13616 2017-03-12 13:08:00          45
    +#> 8843             25   A69-1303-555 13618 2017-03-12 13:10:00          45
    +#> 8844             25   A69-1303-555 13619 2017-03-12 13:12:00          45
    +#> 8845             25   A69-1303-555 13620 2017-03-12 13:16:00          45
    +#> 8846             25   A69-1303-555 13621 2017-03-12 13:18:00          45
    +#> 8847             25   A69-1303-555 13623 2017-03-12 13:20:00          45
    +#> 8848             25   A69-1303-555 13625 2017-03-12 13:22:00          45
    +#> 8849             25   A69-1303-555 13627 2017-03-12 13:24:00          45
    +#> 8850             25   A69-1303-555 13629 2017-03-12 13:26:00          45
    +#> 8851             25   A69-1303-555 13630 2017-03-12 13:28:00          45
    +#> 8852             25   A69-1303-555 13631 2017-03-12 13:32:00          45
    +#> 8853             25   A69-1303-555 13632 2017-03-12 13:34:00          45
    +#> 8854             25   A69-1303-555 13633 2017-03-12 13:36:00          45
    +#> 8855             25   A69-1303-555 13634 2017-03-12 13:38:00          45
    +#> 8856             25   A69-1303-555 13636 2017-03-12 13:40:00          45
    +#> 8857             25   A69-1303-555 13637 2017-03-12 13:42:00          45
    +#> 8858             25   A69-1303-555 13639 2017-03-12 13:44:00          45
    +#> 8859             25   A69-1303-555 13642 2017-03-12 13:46:00          45
    +#> 8860             25   A69-1303-555 13643 2017-03-12 13:48:00          45
    +#> 8861             25   A69-1303-555 13646 2017-03-12 13:50:00          45
    +#> 8862             25   A69-1303-555 13647 2017-03-12 13:52:00          45
    +#> 8863             25   A69-1303-555 13649 2017-03-12 13:54:00          45
    +#> 8864             25   A69-1303-555 13650 2017-03-12 13:56:00          45
    +#> 8865             25   A69-1303-555 13652 2017-03-12 13:58:00          45
    +#> 8866             25   A69-1303-555 13653 2017-03-12 14:00:00          45
    +#> 8867             25   A69-1303-555 13655 2017-03-12 14:02:00          45
    +#> 8868             25   A69-1303-555 13657 2017-03-12 14:04:00          45
    +#> 8869             25   A69-1303-555 13659 2017-03-12 14:06:00          45
    +#> 8870             25   A69-1303-555 13661 2017-03-12 14:08:00          45
    +#> 8871             25   A69-1303-555 13662 2017-03-12 14:10:00          45
    +#> 8872             25   A69-1303-555 13665 2017-03-12 14:12:00          45
    +#> 8873             25   A69-1303-555 13666 2017-03-12 14:14:00          45
    +#> 8874             25   A69-1303-555 13668 2017-03-12 14:16:00          45
    +#> 8875             25   A69-1303-555 13670 2017-03-12 14:18:00          45
    +#> 8876             25   A69-1303-555 13672 2017-03-12 14:20:00          45
    +#> 8877             25   A69-1303-555 13674 2017-03-12 14:24:00          45
    +#> 8878             25   A69-1303-555 13676 2017-03-12 14:26:00          45
    +#> 8879             25   A69-1303-555 13678 2017-03-12 14:28:00          45
    +#> 8880             25   A69-1303-555 13679 2017-03-12 14:30:00          45
    +#> 8881             25   A69-1303-555 13681 2017-03-12 14:32:00          45
    +#> 8882             25   A69-1303-555 13682 2017-03-12 14:34:00          45
    +#> 8883             25   A69-1303-555 13684 2017-03-12 14:36:00          45
    +#> 8884             25   A69-1303-555 13686 2017-03-12 14:38:00          45
    +#> 8885             25   A69-1303-555 13688 2017-03-12 14:40:00          45
    +#> 8886             25   A69-1303-555 13689 2017-03-12 14:44:00          45
    +#> 8887             25   A69-1303-555 13691 2017-03-12 14:46:00          45
    +#> 8888             25   A69-1303-555 13692 2017-03-12 14:48:00          45
    +#> 8889             25   A69-1303-555 13694 2017-03-12 14:52:00          45
    +#> 8890             25   A69-1303-555 13695 2017-03-12 14:54:00          45
    +#> 8891             25   A69-1303-555 13697 2017-03-12 14:58:00          45
    +#> 8892             25   A69-1303-555 13699 2017-03-12 15:00:00          45
    +#> 8893             25   A69-1303-555 13700 2017-03-12 15:02:00          45
    +#> 8894             25   A69-1303-555 13702 2017-03-12 15:12:00          45
    +#> 8895             25   A69-1303-555 13703 2017-03-12 15:14:00          45
    +#> 8896             25   A69-1303-555 13704 2017-03-12 15:16:00          45
    +#> 8897             25   A69-1303-555 13705 2017-03-12 15:18:00          45
    +#> 8898             25   A69-1303-555 13706 2017-03-12 15:20:00          45
    +#> 8899             25   A69-1303-555 13707 2017-03-12 15:22:00          45
    +#> 8900             25   A69-1303-555 13708 2017-03-12 15:28:00          45
    +#> 8901             25   A69-1303-555 13709 2017-03-12 15:34:00          45
    +#> 8902             25   A69-1303-555 13711 2017-03-12 15:36:00          45
    +#> 8903             25   A69-1303-555 13712 2017-03-12 15:40:00          45
    +#> 8904             25   A69-1303-555 13713 2017-03-12 15:42:00          45
    +#> 8905             25   A69-1303-555 13714 2017-03-12 15:50:00          45
    +#> 8906             25   A69-1303-555 13715 2017-03-12 15:56:00          45
    +#> 8907             25   A69-1303-555 13717 2017-03-12 15:58:00          45
    +#> 8908             25   A69-1303-555 13719 2017-03-12 16:04:00          45
    +#> 8909             25   A69-1303-555 13720 2017-03-12 16:06:00          45
    +#> 8910             25   A69-1303-555 13721 2017-03-12 16:08:00          45
    +#> 8911             25   A69-1303-555 13722 2017-03-12 16:10:00          45
    +#> 8912             25   A69-1303-555 13723 2017-03-12 16:12:00          45
    +#> 8913             25   A69-1303-555 13724 2017-03-12 16:16:00          45
    +#> 8914             25   A69-1303-555 13725 2017-03-12 16:18:00          45
    +#> 8915             25   A69-1303-555 13726 2017-03-12 16:20:00          45
    +#> 8916             25   A69-1303-555 13727 2017-03-12 16:22:00          45
    +#> 8917             25   A69-1303-555 13729 2017-03-12 16:24:00          45
    +#> 8918             25   A69-1303-555 13730 2017-03-12 16:26:00          45
    +#> 8919             25   A69-1303-555 13731 2017-03-12 16:28:00          45
    +#> 8920             25   A69-1303-555 13732 2017-03-12 16:30:00          45
    +#> 8921             25   A69-1303-555 13734 2017-03-12 16:32:00          45
    +#> 8922             25   A69-1303-555 13735 2017-03-12 16:34:00          45
    +#> 8923             25   A69-1303-555 13736 2017-03-12 16:36:00          45
    +#> 8924             25   A69-1303-555 13737 2017-03-12 16:38:00          45
    +#> 8925             25   A69-1303-555 13740 2017-03-12 16:40:00          45
    +#> 8926             25   A69-1303-555 13741 2017-03-12 16:42:00          45
    +#> 8927             25   A69-1303-555 13743 2017-03-12 16:44:00          45
    +#> 8928             25   A69-1303-555 13745 2017-03-12 16:46:00          45
    +#> 8929             25   A69-1303-555 13747 2017-03-12 16:48:00          45
    +#> 8930             25   A69-1303-555 13749 2017-03-12 16:50:00          45
    +#> 8931             25   A69-1303-555 13750 2017-03-12 16:52:00          45
    +#> 8932             25   A69-1303-555 13751 2017-03-12 16:56:00          45
    +#> 8933             25   A69-1303-555 13752 2017-03-12 17:00:00          45
    +#> 8934             25   A69-1303-555 13753 2017-03-12 17:02:00          45
    +#> 8935             25   A69-1303-555 13754 2017-03-12 17:06:00          45
    +#> 8936             25   A69-1303-555 13757 2017-03-12 17:08:00          45
    +#> 8937             25   A69-1303-555 13759 2017-03-12 17:10:00          45
    +#> 8938             25   A69-1303-555 13761 2017-03-12 17:12:00          45
    +#> 8939             25   A69-1303-555 13762 2017-03-12 17:14:00          45
    +#> 8940             25   A69-1303-555 13764 2017-03-12 17:16:00          45
    +#> 8941             25   A69-1303-555 13765 2017-03-12 17:18:00          45
    +#> 8942             25   A69-1303-555 13767 2017-03-12 17:20:00          45
    +#> 8943             25   A69-1303-555 13768 2017-03-12 17:22:00          45
    +#> 8944             25   A69-1303-555 13770 2017-03-12 17:24:00          45
    +#> 8945             25   A69-1303-555 13772 2017-03-12 17:26:00          45
    +#> 8946             25   A69-1303-555 13773 2017-03-12 17:28:00          45
    +#> 8947             25   A69-1303-555 13774 2017-03-12 17:30:00          45
    +#> 8948             25   A69-1303-555 13777 2017-03-12 17:32:00          45
    +#> 8949             25   A69-1303-555 13779 2017-03-12 17:34:00          45
    +#> 8950             25   A69-1303-555 13780 2017-03-12 17:36:00          45
    +#> 8951             25   A69-1303-555 13782 2017-03-12 17:38:00          45
    +#> 8952             25   A69-1303-555 13783 2017-03-12 17:42:00          45
    +#> 8953             25   A69-1303-555 13785 2017-03-12 17:44:00          45
    +#> 8954             25   A69-1303-555 13787 2017-03-12 17:46:00          45
    +#> 8955             25   A69-1303-555 13788 2017-03-12 17:48:00          45
    +#> 8956             25   A69-1303-555 13789 2017-03-12 17:50:00          45
    +#> 8957             25   A69-1303-555 13790 2017-03-14 08:44:00          49
    +#> 8958             25   A69-1303-555 13792 2017-03-14 08:46:00          49
    +#> 8959             25   A69-1303-555 13793 2017-03-14 12:24:00          49
    +#> 8960             25   A69-1303-555 13794 2017-03-14 12:26:00          49
    +#> 8961             25   A69-1303-555 13795 2017-03-14 12:28:00          49
    +#> 8962             25   A69-1303-555 13796 2017-03-14 12:30:00          49
    +#> 8963             25   A69-1303-555 13797 2017-03-14 12:32:00          49
    +#> 8964             25   A69-1303-555 13799 2017-03-14 12:34:00          49
    +#> 8965             25   A69-1303-555 13800 2017-03-14 12:36:00          49
    +#> 8966             25   A69-1303-555 13801 2017-03-14 12:38:00          49
    +#> 8967             25   A69-1303-555 13803 2017-03-14 12:40:00          49
    +#> 8968             25   A69-1303-555 13804 2017-03-14 12:42:00          49
    +#> 8969             25   A69-1303-555 13806 2017-03-14 12:44:00          49
    +#> 8970             25   A69-1303-555 13807 2017-03-14 12:46:00          49
    +#> 8971             25   A69-1303-555 13809 2017-03-14 12:48:00          49
    +#> 8972             25   A69-1303-555 13810 2017-03-14 12:50:00          49
    +#> 8973             25   A69-1303-555 13812 2017-03-14 12:52:00          49
    +#> 8974             25   A69-1303-555 13814 2017-03-14 12:54:00          49
    +#> 8975             25   A69-1303-555 13816 2017-03-14 12:56:00          49
    +#> 8976             25   A69-1303-555 13817 2017-03-14 12:58:00          49
    +#> 8977             25   A69-1303-555 13818 2017-03-14 13:00:00          49
    +#> 8978             25   A69-1303-555 13820 2017-03-14 13:02:00          49
    +#> 8979             25   A69-1303-555 13823 2017-03-14 13:04:00          49
    +#> 8980             25   A69-1303-555 13826 2017-03-14 13:06:00          49
    +#> 8981             25   A69-1303-555 13829 2017-03-14 13:08:00          49
    +#> 8982             25   A69-1303-555 13831 2017-03-14 13:10:00          49
    +#> 8983             25   A69-1303-555 13833 2017-03-14 13:12:00          49
    +#> 8984             25   A69-1303-555 13834 2017-03-14 23:40:00          48
    +#> 8985             25   A69-1303-555 13835 2017-03-14 23:42:00          48
    +#> 8986             25   A69-1303-555 13836 2017-03-14 23:44:00          48
    +#> 8987             25   A69-1303-555 13837 2017-03-14 23:46:00          48
    +#> 8988             25   A69-1303-555 13839 2017-03-14 23:48:00          48
    +#> 8989             25   A69-1303-555 13841 2017-03-14 23:52:00          48
    +#> 8990             25   A69-1303-555 13843 2017-03-14 23:54:00          48
    +#> 8991             25   A69-1303-555 13845 2017-03-15 00:00:00          48
    +#> 8992             25   A69-1303-555 13846 2017-03-15 00:04:00          48
    +#> 8993             25   A69-1303-555 13847 2017-03-15 00:06:00          48
    +#> 8994             25   A69-1303-555 13848 2017-03-15 00:08:00          48
    +#> 8995             25   A69-1303-555 13849 2017-03-15 00:30:00          49
    +#> 8996             25   A69-1303-555 13851 2017-03-15 00:32:00          49
    +#> 8997             25   A69-1303-555 13852 2017-03-15 00:34:00          49
    +#> 8998             25   A69-1303-555 13855 2017-03-15 00:36:00          49
    +#> 8999             25   A69-1303-555 13856 2017-03-15 00:38:00          49
    +#> 9000             25   A69-1303-555 13857 2017-03-15 00:40:00          49
    +#> 9001             25   A69-1303-555 13858 2017-03-15 00:42:00          49
    +#> 9002             25   A69-1303-555 13860 2017-03-15 00:44:00          49
    +#> 9003             25   A69-1303-555 13861 2017-03-15 00:46:00          49
    +#> 9004             25   A69-1303-555 13862 2017-03-15 00:48:00          49
    +#> 9005             25   A69-1303-555 13864 2017-03-15 00:50:00          49
    +#> 9006             25   A69-1303-555 13866 2017-03-15 00:52:00          49
    +#> 9007             25   A69-1303-555 13868 2017-03-15 00:54:00          49
    +#> 9008             25   A69-1303-555 13870 2017-03-15 00:56:00          49
    +#> 9009             25   A69-1303-555 13871 2017-03-15 00:58:00          49
    +#> 9010             25   A69-1303-555 13873 2017-03-15 01:00:00          49
    +#> 9011             25   A69-1303-555 13875 2017-03-15 01:02:00          49
    +#> 9012             25   A69-1303-555 13876 2017-03-15 01:04:00          49
    +#> 9013             25   A69-1303-555 13878 2017-03-15 01:06:00          49
    +#> 9014             25   A69-1303-555 13879 2017-03-15 01:08:00          49
    +#> 9015             25   A69-1303-555 13880 2017-03-15 01:10:00          49
    +#> 9016             25   A69-1303-555 13882 2017-03-15 01:12:00          49
    +#> 9017             25   A69-1303-555 13883 2017-03-15 01:14:00          49
    +#> 9018             25   A69-1303-555 13885 2017-03-15 01:16:00          49
    +#> 9019             25   A69-1303-555 13886 2017-03-15 01:18:00          49
    +#> 9020             25   A69-1303-555 13887 2017-03-15 01:20:00          49
    +#> 9021             25   A69-1303-555 13888 2017-03-15 01:28:00          49
    +#> 9022             25   A69-1303-555 13889 2017-03-15 01:30:00          49
    +#> 9023             25   A69-1303-555 13892 2017-03-15 01:32:00          49
    +#> 9024             25   A69-1303-555 13893 2017-03-15 01:38:00          49
    +#> 9025             25   A69-1303-555 13895 2017-03-15 01:40:00          49
    +#> 9026             25   A69-1303-555 13897 2017-03-15 01:42:00          49
    +#> 9027             25   A69-1303-555 13899 2017-03-15 01:48:00          49
    +#> 9028             25   A69-1303-555 13900 2017-03-15 01:50:00          49
    +#> 9029             25   A69-1303-555 13901 2017-03-15 01:52:00          49
    +#> 9030             25   A69-1303-555 13902 2017-03-15 01:56:00          49
    +#> 9031             25   A69-1303-555 13904 2017-03-15 01:58:00          49
    +#> 9032             25   A69-1303-555 13905 2017-03-15 02:00:00          49
    +#> 9033             25   A69-1303-555 13906 2017-03-15 02:04:00          49
    +#> 9034             25   A69-1303-555 13909 2017-03-15 02:08:00          49
    +#> 9035             25   A69-1303-555 13910 2017-03-15 02:10:00          49
    +#> 9036             25   A69-1303-555 13911 2017-03-15 02:14:00          49
    +#> 9037             25   A69-1303-555 13912 2017-03-15 02:22:00          49
    +#> 9038             25   A69-1303-555 13913 2017-03-15 02:26:00          49
    +#> 9039             25   A69-1303-555 13914 2017-03-16 09:54:00          45
    +#> 9040             25   A69-1303-555 13915 2017-03-16 09:58:00          45
    +#> 9041             25   A69-1303-555 13917 2017-03-16 10:00:00          45
    +#> 9042             25   A69-1303-555 13919 2017-03-16 10:04:00          45
    +#> 9043             25   A69-1303-555 13920 2017-03-16 10:06:00          45
    +#> 9044             25   A69-1303-555 13922 2017-03-16 10:08:00          45
    +#> 9045             25   A69-1303-555 13923 2017-03-16 10:10:00          45
    +#> 9046             25   A69-1303-555 13925 2017-03-16 10:12:00          45
    +#> 9047             25   A69-1303-555 13926 2017-03-16 10:14:00          45
    +#> 9048             25   A69-1303-555 13928 2017-03-16 10:16:00          45
    +#> 9049             25   A69-1303-555 13929 2017-03-16 10:18:00          45
    +#> 9050             25   A69-1303-555 13930 2017-03-16 10:20:00          45
    +#> 9051             25   A69-1303-555 13933 2017-03-16 10:24:00          45
    +#> 9052             25   A69-1303-555 13934 2017-03-16 10:28:00          45
    +#> 9053             25   A69-1303-555 13937 2017-03-16 10:30:00          45
    +#> 9054             25   A69-1303-555 13938 2017-03-16 10:32:00          45
    +#> 9055             25   A69-1303-555 13940 2017-03-16 10:34:00          45
    +#> 9056             25   A69-1303-555 13942 2017-03-16 10:36:00          45
    +#> 9057             25   A69-1303-555 13944 2017-03-16 10:38:00          45
    +#> 9058             25   A69-1303-555 13945 2017-03-16 10:40:00          45
    +#> 9059             25   A69-1303-555 13947 2017-03-16 10:42:00          45
    +#> 9060             25   A69-1303-555 13949 2017-03-16 10:44:00          45
    +#> 9061             25   A69-1303-555 13950 2017-03-16 10:46:00          45
    +#> 9062             25   A69-1303-555 13952 2017-03-16 10:48:00          45
    +#> 9063             25   A69-1303-555 13954 2017-03-16 10:50:00          45
    +#> 9064             25   A69-1303-555 13957 2017-03-16 10:52:00          45
    +#> 9065             25   A69-1303-555 13959 2017-03-16 10:54:00          45
    +#> 9066             25   A69-1303-555 13961 2017-03-16 10:56:00          45
    +#> 9067             25   A69-1303-555 13963 2017-03-16 10:58:00          45
    +#> 9068             25   A69-1303-555 13965 2017-03-16 11:00:00          45
    +#> 9069             25   A69-1303-555 13967 2017-03-16 11:02:00          45
    +#> 9070             25   A69-1303-555 13969 2017-03-16 11:04:00          45
    +#> 9071             25   A69-1303-555 13971 2017-03-16 11:06:00          45
    +#> 9072             25   A69-1303-555 13972 2017-03-16 11:08:00          45
    +#> 9073             25   A69-1303-555 13973 2017-03-16 11:10:00          45
    +#> 9074             25   A69-1303-555 13975 2017-03-16 11:12:00          45
    +#> 9075             25   A69-1303-555 13976 2017-03-16 11:14:00          45
    +#> 9076             25   A69-1303-555 13979 2017-03-16 11:16:00          45
    +#> 9077             25   A69-1303-555 13981 2017-03-16 11:18:00          45
    +#> 9078             25   A69-1303-555 13984 2017-03-16 11:22:00          45
    +#> 9079             25   A69-1303-555 13986 2017-03-16 11:24:00          45
    +#> 9080             25   A69-1303-555 13988 2017-03-16 11:26:00          45
    +#> 9081             25   A69-1303-555 13990 2017-03-16 11:28:00          45
    +#> 9082             25   A69-1303-555 13992 2017-03-16 11:30:00          45
    +#> 9083             25   A69-1303-555 13994 2017-03-16 11:32:00          45
    +#> 9084             25   A69-1303-555 13995 2017-03-16 11:34:00          45
    +#> 9085             25   A69-1303-555 13997 2017-03-16 11:36:00          45
    +#> 9086             25   A69-1303-555 13999 2017-03-16 11:38:00          45
    +#> 9087             25   A69-1303-555 14001 2017-03-16 11:40:00          45
    +#> 9088             25   A69-1303-555 14003 2017-03-16 11:44:00          45
    +#> 9089             25   A69-1303-555 14005 2017-03-16 11:46:00          45
    +#> 9090             25   A69-1303-555 14007 2017-03-16 11:48:00          45
    +#> 9091             25   A69-1303-555 14009 2017-03-16 11:50:00          45
    +#> 9092             25   A69-1303-555 14011 2017-03-16 11:52:00          45
    +#> 9093             25   A69-1303-555 14013 2017-03-16 11:54:00          45
    +#> 9094             25   A69-1303-555 14014 2017-03-16 11:56:00          45
    +#> 9095             25   A69-1303-555 14016 2017-03-16 11:58:00          45
    +#> 9096             25   A69-1303-555 14017 2017-03-16 12:00:00          45
    +#> 9097             25   A69-1303-555 14018 2017-03-16 12:02:00          45
    +#> 9098             25   A69-1303-555 14021 2017-03-16 12:04:00          45
    +#> 9099             25   A69-1303-555 14022 2017-03-16 12:06:00          45
    +#> 9100             25   A69-1303-555 14023 2017-03-16 12:08:00          45
    +#> 9101             25   A69-1303-555 14025 2017-03-16 12:10:00          45
    +#> 9102             25   A69-1303-555 14026 2017-03-16 12:12:00          45
    +#> 9103             25   A69-1303-555 14028 2017-03-16 12:14:00          45
    +#> 9104             25   A69-1303-555 14031 2017-03-16 12:16:00          45
    +#> 9105             25   A69-1303-555 14033 2017-03-16 12:22:00          45
    +#> 9106             25   A69-1303-555 14034 2017-03-16 12:24:00          45
    +#> 9107             25   A69-1303-555 14035 2017-03-16 12:26:00          45
    +#> 9108             25   A69-1303-555 14037 2017-03-16 12:28:00          45
    +#> 9109             25   A69-1303-555 14039 2017-03-16 12:30:00          45
    +#> 9110             25   A69-1303-555 14041 2017-03-16 12:32:00          45
    +#> 9111             25   A69-1303-555 14043 2017-03-16 12:34:00          45
    +#> 9112             25   A69-1303-555 14045 2017-03-16 12:36:00          45
    +#> 9113             25   A69-1303-555 14047 2017-03-16 12:38:00          45
    +#> 9114             25   A69-1303-555 14050 2017-03-16 12:40:00          45
    +#> 9115             25   A69-1303-555 14051 2017-03-16 12:42:00          45
    +#> 9116             25   A69-1303-555 14052 2017-03-16 12:44:00          45
    +#> 9117             25   A69-1303-555 14054 2017-03-16 12:46:00          45
    +#> 9118             25   A69-1303-555 14055 2017-03-16 12:48:00          45
    +#> 9119             25   A69-1303-555 14057 2017-03-16 12:50:00          45
    +#> 9120             25   A69-1303-555 14059 2017-03-16 12:52:00          45
    +#> 9121             25   A69-1303-555 14061 2017-03-16 12:54:00          45
    +#> 9122             25   A69-1303-555 14063 2017-03-16 12:56:00          45
    +#> 9123             25   A69-1303-555 14064 2017-03-16 12:58:00          45
    +#> 9124             25   A69-1303-555 14067 2017-03-16 13:00:00          45
    +#> 9125             25   A69-1303-555 14069 2017-03-16 13:02:00          45
    +#> 9126             25   A69-1303-555 14070 2017-03-16 13:04:00          45
    +#> 9127             25   A69-1303-555 14072 2017-03-16 13:06:00          45
    +#> 9128             25   A69-1303-555 14074 2017-03-16 13:08:00          45
    +#> 9129             25   A69-1303-555 14076 2017-03-16 13:10:00          45
    +#> 9130             25   A69-1303-555 14077 2017-03-16 13:12:00          45
    +#> 9131             25   A69-1303-555 14078 2017-03-16 13:14:00          45
    +#> 9132             25   A69-1303-555 14080 2017-03-16 13:16:00          45
    +#> 9133             25   A69-1303-555 14082 2017-03-16 13:18:00          45
    +#> 9134             25   A69-1303-555 14084 2017-03-16 13:22:00          45
    +#> 9135             25   A69-1303-555 14087 2017-03-16 13:24:00          45
    +#> 9136             25   A69-1303-555 14088 2017-03-16 13:26:00          45
    +#> 9137             25   A69-1303-555 14089 2017-03-16 13:28:00          45
    +#> 9138             25   A69-1303-555 14092 2017-03-16 13:30:00          45
    +#> 9139             25   A69-1303-555 14094 2017-03-16 13:32:00          45
    +#> 9140             25   A69-1303-555 14097 2017-03-16 13:34:00          45
    +#> 9141             25   A69-1303-555 14098 2017-03-16 13:36:00          45
    +#> 9142             25   A69-1303-555 14099 2017-03-16 13:38:00          45
    +#> 9143             25   A69-1303-555 14101 2017-03-16 13:40:00          45
    +#> 9144             25   A69-1303-555 14103 2017-03-16 13:42:00          45
    +#> 9145             25   A69-1303-555 14105 2017-03-16 13:44:00          45
    +#> 9146             25   A69-1303-555 14107 2017-03-16 13:46:00          45
    +#> 9147             25   A69-1303-555 14108 2017-03-16 13:48:00          45
    +#> 9148             25   A69-1303-555 14110 2017-03-16 13:50:00          45
    +#> 9149             25   A69-1303-555 14111 2017-03-16 13:52:00          45
    +#> 9150             25   A69-1303-555 14112 2017-03-16 13:54:00          45
    +#> 9151             25   A69-1303-555 14113 2017-03-16 13:56:00          45
    +#> 9152             25   A69-1303-555 14114 2017-03-16 13:58:00          45
    +#> 9153             25   A69-1303-555 14116 2017-03-16 14:08:00          45
    +#> 9154             25   A69-1303-555 14117 2017-03-16 14:10:00          45
    +#> 9155             25   A69-1303-555 14118 2017-03-16 14:12:00          45
    +#> 9156             25   A69-1303-555 14119 2017-03-16 14:14:00          45
    +#> 9157             25   A69-1303-555 14120 2017-03-16 14:18:00          45
    +#> 9158             25   A69-1303-555 14121 2017-03-16 14:20:00          45
    +#> 9159             25   A69-1303-555 14122 2017-03-16 14:22:00          45
    +#> 9160             25   A69-1303-555 14123 2017-03-16 14:24:00          45
    +#> 9161             25   A69-1303-555 14124 2017-03-16 14:28:00          45
    +#> 9162             25   A69-1303-555 14125 2017-03-16 14:34:00          45
    +#> 9163             25   A69-1303-555 14126 2017-03-16 14:36:00          45
    +#> 9164             25   A69-1303-555 14127 2017-03-16 14:50:00          45
    +#> 9165             25   A69-1303-555 14128 2017-03-16 14:52:00          45
    +#> 9166             25   A69-1303-555 14129 2017-03-16 14:54:00          45
    +#> 9167             25   A69-1303-555 14130 2017-03-16 15:10:00          45
    +#> 9168             25   A69-1303-555 14131 2017-03-16 15:14:00          45
    +#> 9169             25   A69-1303-555 14132 2017-03-16 15:16:00          45
    +#> 9170             25   A69-1303-555 14133 2017-03-16 15:20:00          45
    +#> 9171             25   A69-1303-555 14135 2017-03-16 15:24:00          45
    +#> 9172             25   A69-1303-555 14136 2017-03-16 15:30:00          45
    +#> 9173             25   A69-1303-555 14137 2017-03-16 15:32:00          45
    +#> 9174             25   A69-1303-555 14138 2017-03-16 15:34:00          45
    +#> 9175             25   A69-1303-555 14139 2017-03-16 15:36:00          45
    +#> 9176             25   A69-1303-555 14141 2017-03-16 15:38:00          45
    +#> 9177             25   A69-1303-555 14142 2017-03-16 15:40:00          45
    +#> 9178             25   A69-1303-555 14144 2017-03-16 15:42:00          45
    +#> 9179             25   A69-1303-555 14146 2017-03-16 15:44:00          45
    +#> 9180             25   A69-1303-555 14147 2017-03-16 15:46:00          45
    +#> 9181             25   A69-1303-555 14150 2017-03-16 15:48:00          45
    +#> 9182             25   A69-1303-555 14151 2017-03-16 15:50:00          45
    +#> 9183             25   A69-1303-555 14153 2017-03-16 15:52:00          45
    +#> 9184             25   A69-1303-555 14154 2017-03-16 15:54:00          45
    +#> 9185             25   A69-1303-555 14156 2017-03-16 15:56:00          45
    +#> 9186             25   A69-1303-555 14158 2017-03-16 15:58:00          45
    +#> 9187             25   A69-1303-555 14160 2017-03-16 16:00:00          45
    +#> 9188             25   A69-1303-555 14161 2017-03-16 16:06:00          45
    +#> 9189             25   A69-1303-555 14162 2017-03-16 16:08:00          45
    +#> 9190             25   A69-1303-555 14163 2017-03-16 16:12:00          45
    +#> 9191             25   A69-1303-555 14164 2017-03-16 16:18:00          45
    +#> 9192             25   A69-1303-555 14165 2017-03-16 16:20:00          45
    +#> 9193             25   A69-1303-555 14166 2017-03-16 16:22:00          45
    +#> 9194             25   A69-1303-555 14167 2017-03-16 16:24:00          45
    +#> 9195             25   A69-1303-555 14169 2017-03-16 16:26:00          45
    +#> 9196             25   A69-1303-555 14171 2017-03-16 16:28:00          45
    +#> 9197             25   A69-1303-555 14173 2017-03-16 16:30:00          45
    +#> 9198             25   A69-1303-555 14175 2017-03-16 16:38:00          45
    +#> 9199             25   A69-1303-555 14176 2017-03-16 16:42:00          45
    +#> 9200             25   A69-1303-555 14177 2017-03-16 16:44:00          45
    +#> 9201             25   A69-1303-555 14178 2017-03-18 17:16:00          47
    +#> 9202             25   A69-1303-555 14179 2017-03-18 17:22:00          47
    +#> 9203             25   A69-1303-555 14181 2017-03-18 17:24:00          47
    +#> 9204             25   A69-1303-555 14183 2017-03-18 17:26:00          47
    +#> 9205             25   A69-1303-555 14184 2017-03-18 17:28:00          47
    +#> 9206             25   A69-1303-555 14185 2017-03-18 17:30:00          47
    +#> 9207             25   A69-1303-555 14186 2017-03-18 17:32:00          47
    +#> 9208             25   A69-1303-555 14187 2017-03-18 17:34:00          47
    +#> 9209             25   A69-1303-555 14189 2017-03-18 17:36:00          47
    +#> 9210             25   A69-1303-555 14191 2017-03-18 17:38:00          47
    +#> 9211             25   A69-1303-555 14192 2017-03-18 17:40:00          47
    +#> 9212             25   A69-1303-555 14194 2017-03-18 17:42:00          47
    +#> 9213             25   A69-1303-555 14195 2017-03-18 17:44:00          47
    +#> 9214             25   A69-1303-555 14196 2017-03-18 17:46:00          47
    +#> 9215             25   A69-1303-555 14197 2017-03-18 17:48:00          47
    +#> 9216             25   A69-1303-555 14198 2017-03-18 17:52:00          47
    +#> 9217             25   A69-1303-555 14199 2017-03-18 17:58:00          47
    +#> 9218             25   A69-1303-555 14200 2017-03-18 18:00:00          47
    +#> 9219             25   A69-1303-555 14201 2017-03-18 18:04:00          47
    +#> 9220             25   A69-1303-555 14202 2017-03-19 00:54:00          47
    +#> 9221             25   A69-1303-555 14203 2017-03-19 00:56:00          47
    +#> 9222             25   A69-1303-555 14206 2017-03-19 00:58:00          47
    +#> 9223             25   A69-1303-555 14207 2017-03-19 01:00:00          47
    +#> 9224             25   A69-1303-555 14209 2017-03-19 01:02:00          47
    +#> 9225             25   A69-1303-555 14210 2017-03-19 01:18:00          47
    +#> 9226             25   A69-1303-555 14212 2017-03-19 02:08:00          47
    +#> 9227             25   A69-1303-555 14213 2017-03-19 02:10:00          47
    +#> 9228             25   A69-1303-555 14214 2017-03-19 02:14:00          47
    +#> 9229             25   A69-1303-555 14215 2017-03-19 02:22:00          47
    +#> 9230             25   A69-1303-555 14216 2017-03-19 02:24:00          47
    +#> 9231             25   A69-1303-555 14217 2017-03-19 02:28:00          47
    +#> 9232             25   A69-1303-555 14218 2017-03-19 02:30:00          47
    +#> 9233             25   A69-1303-555 14220 2017-03-19 02:32:00          47
    +#> 9234             25   A69-1303-555 14221 2017-03-19 02:34:00          47
    +#> 9235             25   A69-1303-555 14223 2017-03-19 02:36:00          47
    +#> 9236             25   A69-1303-555 14225 2017-03-19 02:38:00          47
    +#> 9237             25   A69-1303-555 14226 2017-03-19 02:40:00          47
    +#> 9238             25   A69-1303-555 14228 2017-03-19 02:42:00          47
    +#> 9239             25   A69-1303-555 14229 2017-03-19 02:44:00          47
    +#> 9240             25   A69-1303-555 14230 2017-03-19 02:46:00          47
    +#> 9241             25   A69-1303-555 14232 2017-03-19 02:48:00          47
    +#> 9242             25   A69-1303-555 14233 2017-03-19 02:50:00          47
    +#> 9243             25   A69-1303-555 14234 2017-03-19 02:52:00          47
    +#> 9244             25   A69-1303-555 14235 2017-03-19 02:56:00          47
    +#> 9245             25   A69-1303-555 14236 2017-03-19 02:58:00          47
    +#> 9246             25   A69-1303-555 14239 2017-03-19 03:00:00          47
    +#> 9247             25   A69-1303-555 14240 2017-03-19 03:02:00          47
    +#> 9248             25   A69-1303-555 14243 2017-03-19 03:08:00          47
    +#> 9249             25   A69-1303-555 14244 2017-03-19 03:10:00          47
    +#> 9250             25   A69-1303-555 14245 2017-03-19 04:14:00          47
    +#> 9251             25   A69-1303-555 14246 2017-03-19 04:16:00          47
    +#> 9252             25   A69-1303-555 14247 2017-03-19 04:18:00          47
    +#> 9253             25   A69-1303-555 14248 2017-03-19 04:30:00          47
    +#> 9254             25   A69-1303-555 14249 2017-03-19 05:06:00          41
    +#> 9255             25   A69-1303-555 14250 2017-03-19 05:24:00          41
    +#> 9256             25   A69-1303-555 14251 2017-03-19 05:26:00          41
    +#> 9257             25   A69-1303-555 14252 2017-03-19 05:30:00          41
    +#> 9258             25   A69-1303-555 14253 2017-03-19 09:16:00          41
    +#> 9259             25   A69-1303-555 14254 2017-03-19 09:20:00          41
    +#> 9260             25   A69-1303-555 14256 2017-03-19 09:22:00          41
    +#> 9261             25   A69-1303-555 14257 2017-03-19 09:24:00          41
    +#> 9262             25   A69-1303-555 14259 2017-03-19 09:26:00          41
    +#> 9263             25   A69-1303-555 14260 2017-03-19 09:28:00          41
    +#> 9264             25   A69-1303-555 14262 2017-03-19 09:32:00          41
    +#> 9265             25   A69-1303-555 14263 2017-03-19 09:38:00          41
    +#> 9266             25   A69-1303-555 14264 2017-03-19 09:40:00          41
    +#> 9267             25   A69-1303-555 14265 2017-03-19 09:44:00          41
    +#> 9268             25   A69-1303-555 14266 2017-03-19 09:46:00          41
    +#> 9269             25   A69-1303-555 14267 2017-03-19 09:56:00          41
    +#> 9270             25   A69-1303-555 14268 2017-03-19 19:46:00          41
    +#> 9271             25   A69-1303-555 14269 2017-03-19 19:54:00          41
    +#> 9272             25   A69-1303-555 14271 2017-03-19 19:56:00          41
    +#> 9273             25   A69-1303-555 14272 2017-03-19 20:14:00          41
    +#> 9274             25   A69-1303-555 14273 2017-03-19 20:26:00          41
    +#> 9275             25   A69-1303-555 14274 2017-03-19 20:28:00          41
    +#> 9276             25   A69-1303-555 14275 2017-03-19 20:34:00          41
    +#> 9277             25   A69-1303-555 14276 2017-03-19 21:06:00          41
    +#> 9278             25   A69-1303-555 14278 2017-03-19 21:10:00          41
    +#> 9279             25   A69-1303-555 14280 2017-03-19 21:12:00          41
    +#> 9280             25   A69-1303-555 14281 2017-03-19 21:22:00          41
    +#> 9281             25   A69-1303-555 14282 2017-03-19 21:24:00          41
    +#> 9282             25   A69-1303-555 14284 2017-03-19 21:26:00          41
    +#> 9283             25   A69-1303-555 14285 2017-03-19 21:28:00          41
    +#> 9284             25   A69-1303-555 14287 2017-03-19 21:30:00          41
    +#> 9285             25   A69-1303-555 14289 2017-03-19 21:32:00          41
    +#> 9286             25   A69-1303-555 14291 2017-03-19 21:34:00          41
    +#> 9287             25   A69-1303-555 14293 2017-03-19 22:28:00          41
    +#> 9288             25   A69-1303-555 14294 2017-03-19 22:44:00          41
    +#> 9289             25   A69-1303-555 14295 2017-03-19 22:46:00          41
    +#> 9290             25   A69-1303-555 14296 2017-03-19 22:50:00          41
    +#> 9291             25   A69-1303-555 14298 2017-03-19 22:52:00          41
    +#> 9292             25   A69-1303-555 14299 2017-03-19 22:54:00          41
    +#> 9293             25   A69-1303-555 14300 2017-03-19 22:56:00          41
    +#> 9294             25   A69-1303-555 14301 2017-03-19 22:58:00          41
    +#> 9295             25   A69-1303-555 14303 2017-03-19 23:00:00          41
    +#> 9296             25   A69-1303-555 14304 2017-03-19 23:08:00          41
    +#> 9297             25   A69-1303-555 14305 2017-03-19 23:10:00          41
    +#> 9298             25   A69-1303-555 14307 2017-03-19 23:14:00          41
    +#> 9299             25   A69-1303-555 14308 2017-03-19 23:16:00          41
    +#> 9300             25   A69-1303-555 14309 2017-03-19 23:18:00          41
    +#> 9301             25   A69-1303-555 14311 2017-03-19 23:20:00          41
    +#> 9302             25   A69-1303-555 14312 2017-03-19 23:22:00          41
    +#> 9303             25   A69-1303-555 14314 2017-03-19 23:24:00          41
    +#> 9304             25   A69-1303-555 14316 2017-03-19 23:26:00          41
    +#> 9305             25   A69-1303-555 14317 2017-03-19 23:28:00          41
    +#> 9306             25   A69-1303-555 14318 2017-03-19 23:30:00          41
    +#> 9307             25   A69-1303-555 14320 2017-03-19 23:32:00          41
    +#> 9308             25   A69-1303-555 14322 2017-03-19 23:34:00          41
    +#> 9309             25   A69-1303-555 14323 2017-03-19 23:36:00          41
    +#> 9310             25   A69-1303-555 14325 2017-03-19 23:38:00          41
    +#> 9311             25   A69-1303-555 14327 2017-03-19 23:40:00          41
    +#> 9312             25   A69-1303-555 14328 2017-03-19 23:50:00          41
    +#> 9313             25   A69-1303-555 14329 2017-03-19 23:54:00          41
    +#> 9314             25   A69-1303-555 14330 2017-03-19 23:56:00          41
    +#> 9315             25   A69-1303-555 14331 2017-03-19 23:58:00          41
    +#> 9316             25   A69-1303-555 14333 2017-03-20 00:02:00          41
    +#> 9317             25   A69-1303-555 14334 2017-03-20 00:04:00          41
    +#> 9318             25   A69-1303-555 14335 2017-03-20 00:06:00          41
    +#> 9319             25   A69-1303-555 14337 2017-03-20 00:08:00          41
    +#> 9320             25   A69-1303-555 14340 2017-03-20 00:10:00          41
    +#> 9321             25   A69-1303-555 14342 2017-03-20 00:12:00          41
    +#> 9322             25   A69-1303-555 14343 2017-03-20 00:14:00          41
    +#> 9323             25   A69-1303-555 14345 2017-03-20 00:16:00          41
    +#> 9324             25   A69-1303-555 14347 2017-03-20 00:18:00          41
    +#> 9325             25   A69-1303-555 14349 2017-03-20 00:20:00          41
    +#> 9326             25   A69-1303-555 14351 2017-03-20 00:22:00          41
    +#> 9327             25   A69-1303-555 14352 2017-03-20 00:24:00          41
    +#> 9328             25   A69-1303-555 14353 2017-03-20 00:28:00          41
    +#> 9329             25   A69-1303-555 14355 2017-03-20 00:30:00          41
    +#> 9330             25   A69-1303-555 14358 2017-03-20 00:32:00          41
    +#> 9331             25   A69-1303-555 14360 2017-03-20 00:34:00          41
    +#> 9332             25   A69-1303-555 14361 2017-03-20 00:36:00          41
    +#> 9333             25   A69-1303-555 14364 2017-03-20 00:38:00          41
    +#> 9334             25   A69-1303-555 14366 2017-03-20 00:40:00          41
    +#> 9335             25   A69-1303-555 14367 2017-03-20 00:42:00          41
    +#> 9336             25   A69-1303-555 14369 2017-03-20 00:44:00          41
    +#> 9337             25   A69-1303-555 14371 2017-03-20 00:48:00          47
    +#> 9338             25   A69-1303-555 14372 2017-03-20 00:50:00          41
    +#> 9339             25   A69-1303-555 14373 2017-03-20 00:54:00          47
    +#> 9340             25   A69-1303-555 14374 2017-03-20 01:06:00          47
    +#> 9341             25   A69-1303-555 14375 2017-03-20 01:06:00          41
    +#> 9342             25   A69-1303-555 14376 2017-03-20 01:10:00          41
    +#> 9343             25   A69-1303-555 14377 2017-03-20 01:12:00          41
    +#> 9344             25   A69-1303-555 14378 2017-03-20 01:14:00          47
    +#> 9345             25   A69-1303-555 14380 2017-03-20 01:18:00          47
    +#> 9346             25   A69-1303-555 14381 2017-03-20 01:18:00          41
    +#> 9347             25   A69-1303-555 14382 2017-03-20 01:20:00          47
    +#> 9348             25   A69-1303-555 14383 2017-03-20 01:22:00          41
    +#> 9349             25   A69-1303-555 14384 2017-03-20 01:22:00          47
    +#> 9350             25   A69-1303-555 14386 2017-03-20 01:24:00          47
    +#> 9351             25   A69-1303-555 14388 2017-03-20 01:24:00          41
    +#> 9352             25   A69-1303-555 14389 2017-03-20 01:26:00          47
    +#> 9353             25   A69-1303-555 14390 2017-03-20 01:28:00          47
    +#> 9354             25   A69-1303-555 14392 2017-03-20 01:30:00          47
    +#> 9355             25   A69-1303-555 14393 2017-03-20 01:32:00          41
    +#> 9356             25   A69-1303-555 14394 2017-03-20 01:34:00          47
    +#> 9357             25   A69-1303-555 14395 2017-03-20 01:36:00          47
    +#> 9358             25   A69-1303-555 14396 2017-03-20 01:38:00          47
    +#> 9359             25   A69-1303-555 14398 2017-03-20 01:40:00          47
    +#> 9360             25   A69-1303-555 14399 2017-03-20 01:44:00          47
    +#> 9361             25   A69-1303-555 14400 2017-03-20 01:46:00          47
    +#> 9362             25   A69-1303-555 14401 2017-03-20 01:50:00          47
    +#> 9363             25   A69-1303-555 14402 2017-03-20 02:14:00          47
    +#> 9364             25   A69-1303-555 14403 2017-03-20 02:16:00          47
    +#> 9365             25   A69-1303-555 14404 2017-03-20 02:18:00          47
    +#> 9366             25   A69-1303-555 14406 2017-03-20 02:20:00          47
    +#> 9367             25   A69-1303-555 14408 2017-03-20 02:22:00          47
    +#> 9368             25   A69-1303-555 14409 2017-03-20 02:24:00          47
    +#> 9369             25   A69-1303-555 14410 2017-03-22 14:46:00          51
    +#> 9370             25   A69-1303-555 14412 2017-03-22 14:48:00          51
    +#> 9371             25   A69-1303-555 14414 2017-03-22 14:50:00          51
    +#> 9372             25   A69-1303-555 14416 2017-03-22 14:54:00          51
    +#> 9373             25   A69-1303-555 14417 2017-03-22 14:56:00          51
    +#> 9374             25   A69-1303-555 14418 2017-03-22 14:58:00          51
    +#> 9375             25   A69-1303-555 14419 2017-03-22 15:00:00          51
    +#> 9376             25   A69-1303-555 14420 2017-03-22 15:04:00          51
    +#> 9377             25   A69-1303-555 14421 2017-03-22 16:24:00          50
    +#> 9378             25   A69-1303-555 14422 2017-03-22 16:26:00          50
    +#> 9379             25   A69-1303-555 14423 2017-03-23 03:48:00          45
    +#> 9380             25   A69-1303-555 14424 2017-03-23 03:50:00          45
    +#> 9381             25   A69-1303-555 14425 2017-03-23 03:52:00          45
    +#> 9382             25   A69-1303-555 14426 2017-03-23 03:54:00          45
    +#> 9383             25   A69-1303-555 14427 2017-03-23 03:56:00          45
    +#> 9384             25   A69-1303-555 14429 2017-03-23 03:58:00          45
    +#> 9385             25   A69-1303-555 14430 2017-03-23 04:00:00          45
    +#> 9386             25   A69-1303-555 14432 2017-03-23 04:02:00          45
    +#> 9387             25   A69-1303-555 14434 2017-03-23 04:04:00          45
    +#> 9388             25   A69-1303-555 14435 2017-03-23 04:08:00          45
    +#> 9389             25   A69-1303-555 14437 2017-03-23 04:10:00          45
    +#> 9390             25   A69-1303-555 14439 2017-03-23 04:14:00          56
    +#> 9391             25   A69-1303-555 14440 2017-03-23 04:16:00          45
    +#> 9392             25   A69-1303-555 14441 2017-03-23 04:18:00          45
    +#> 9393             25   A69-1303-555 14443 2017-03-23 04:20:00          45
    +#> 9394             25   A69-1303-555 14444 2017-03-23 04:22:00          45
    +#> 9395             25   A69-1303-555 14445 2017-03-23 04:22:00          56
    +#> 9396             25   A69-1303-555 14447 2017-03-23 04:24:00          45
    +#> 9397             25   A69-1303-555 14448 2017-03-23 04:24:00          56
    +#> 9398             25   A69-1303-555 14450 2017-03-23 04:26:00          56
    +#> 9399             25   A69-1303-555 14451 2017-03-23 04:26:00          45
    +#> 9400             25   A69-1303-555 14452 2017-03-23 04:28:00          56
    +#> 9401             25   A69-1303-555 14455 2017-03-23 04:28:00          45
    +#> 9402             25   A69-1303-555 14456 2017-03-23 04:30:00          56
    +#> 9403             25   A69-1303-555 14457 2017-03-23 04:32:00          56
    +#> 9404             25   A69-1303-555 14458 2017-03-23 04:32:00          45
    +#> 9405             25   A69-1303-555 14461 2017-03-23 04:34:00          45
    +#> 9406             25   A69-1303-555 14463 2017-03-23 04:36:00          45
    +#> 9407             25   A69-1303-555 14464 2017-03-23 04:38:00          45
    +#> 9408             25   A69-1303-555 14465 2017-03-23 04:38:00          56
    +#> 9409             25   A69-1303-555 14468 2017-03-23 04:40:00          45
    +#> 9410             25   A69-1303-555 14469 2017-03-23 04:40:00          56
    +#> 9411             25   A69-1303-555 14471 2017-03-23 04:42:00          45
    +#> 9412             25   A69-1303-555 14472 2017-03-23 04:44:00          45
    +#> 9413             25   A69-1303-555 14473 2017-03-23 04:44:00          56
    +#> 9414             25   A69-1303-555 14474 2017-03-23 04:46:00          45
    +#> 9415             25   A69-1303-555 14476 2017-03-23 04:48:00          45
    +#> 9416             25   A69-1303-555 14478 2017-03-23 04:50:00          45
    +#> 9417             25   A69-1303-555 14479 2017-03-23 04:52:00          45
    +#> 9418             25   A69-1303-555 14481 2017-03-23 04:54:00          45
    +#> 9419             25   A69-1303-555 14483 2017-03-23 04:58:00          45
    +#> 9420             25   A69-1303-555 14484 2017-03-23 05:02:00          45
    +#> 9421             25   A69-1303-555 14486 2017-03-23 05:04:00          45
    +#> 9422             25   A69-1303-555 14487 2017-03-23 05:06:00          45
    +#> 9423             25   A69-1303-555 14489 2017-03-23 05:08:00          45
    +#> 9424             25   A69-1303-555 14490 2017-03-23 05:10:00          45
    +#> 9425             25   A69-1303-555 14492 2017-03-23 05:12:00          45
    +#> 9426             25   A69-1303-555 14493 2017-03-23 05:14:00          45
    +#> 9427             25   A69-1303-555 14494 2017-03-23 05:16:00          45
    +#> 9428             25   A69-1303-555 14496 2017-03-23 05:20:00          45
    +#> 9429             25   A69-1303-555 14498 2017-03-23 05:22:00          45
    +#> 9430             25   A69-1303-555 14501 2017-03-23 05:24:00          45
    +#> 9431             25   A69-1303-555 14503 2017-03-23 05:26:00          45
    +#> 9432             25   A69-1303-555 14505 2017-03-23 05:28:00          45
    +#> 9433             25   A69-1303-555 14506 2017-03-23 05:30:00          45
    +#> 9434             25   A69-1303-555 14508 2017-03-23 05:32:00          45
    +#> 9435             25   A69-1303-555 14509 2017-03-23 05:34:00          45
    +#> 9436             25   A69-1303-555 14511 2017-03-23 05:36:00          45
    +#> 9437             25   A69-1303-555 14514 2017-03-23 05:38:00          45
    +#> 9438             25   A69-1303-555 14515 2017-03-23 05:40:00          45
    +#> 9439             25   A69-1303-555 14517 2017-03-23 05:44:00          45
    +#> 9440             25   A69-1303-555 14518 2017-03-23 05:46:00          45
    +#> 9441             25   A69-1303-555 14520 2017-03-23 05:48:00          45
    +#> 9442             25   A69-1303-555 14522 2017-03-23 05:50:00          45
    +#> 9443             25   A69-1303-555 14523 2017-03-23 05:52:00          45
    +#> 9444             25   A69-1303-555 14525 2017-03-23 05:54:00          45
    +#> 9445             25   A69-1303-555 14528 2017-03-23 05:56:00          45
    +#> 9446             25   A69-1303-555 14530 2017-03-23 05:58:00          45
    +#> 9447             25   A69-1303-555 14533 2017-03-23 06:00:00          45
    +#> 9448             25   A69-1303-555 14535 2017-03-23 06:02:00          45
    +#> 9449             25   A69-1303-555 14536 2017-03-23 06:04:00          45
    +#> 9450             25   A69-1303-555 14538 2017-03-23 06:06:00          45
    +#> 9451             25   A69-1303-555 14540 2017-03-23 06:08:00          45
    +#> 9452             25   A69-1303-555 14541 2017-03-23 06:10:00          45
    +#> 9453             25   A69-1303-555 14543 2017-03-23 06:12:00          45
    +#> 9454             25   A69-1303-555 14546 2017-03-23 06:14:00          45
    +#> 9455             25   A69-1303-555 14548 2017-03-23 06:16:00          45
    +#> 9456             25   A69-1303-555 14550 2017-03-23 06:18:00          45
    +#> 9457             25   A69-1303-555 14552 2017-03-23 06:20:00          45
    +#> 9458             25   A69-1303-555 14554 2017-03-23 06:22:00          45
    +#> 9459             25   A69-1303-555 14555 2017-03-23 06:24:00          45
    +#> 9460             25   A69-1303-555 14557 2017-03-23 06:26:00          45
    +#> 9461             25   A69-1303-555 14558 2017-03-23 06:28:00          45
    +#> 9462             25   A69-1303-555 14560 2017-03-23 06:30:00          45
    +#> 9463             25   A69-1303-555 14562 2017-03-23 06:32:00          45
    +#> 9464             25   A69-1303-555 14564 2017-03-23 06:34:00          45
    +#> 9465             25   A69-1303-555 14566 2017-03-23 06:38:00          45
    +#> 9466             25   A69-1303-555 14568 2017-03-23 06:40:00          45
    +#> 9467             25   A69-1303-555 14570 2017-03-23 06:42:00          45
    +#> 9468             25   A69-1303-555 14572 2017-03-23 06:44:00          45
    +#> 9469             25   A69-1303-555 14574 2017-03-23 06:46:00          45
    +#> 9470             25   A69-1303-555 14576 2017-03-23 06:48:00          45
    +#> 9471             25   A69-1303-555 14578 2017-03-23 06:52:00          45
    +#> 9472             25   A69-1303-555 14579 2017-03-23 06:54:00          45
    +#> 9473             25   A69-1303-555 14582 2017-03-23 06:56:00          45
    +#> 9474             25   A69-1303-555 14583 2017-03-23 06:58:00          45
    +#> 9475             25   A69-1303-555 14585 2017-03-23 07:00:00          45
    +#> 9476             25   A69-1303-555 14587 2017-03-23 07:02:00          45
    +#> 9477             25   A69-1303-555 14588 2017-03-23 07:04:00          45
    +#> 9478             25   A69-1303-555 14589 2017-03-23 07:06:00          45
    +#> 9479             25   A69-1303-555 14591 2017-03-23 07:08:00          45
    +#> 9480             25   A69-1303-555 14592 2017-03-23 07:10:00          45
    +#> 9481             25   A69-1303-555 14593 2017-03-23 07:12:00          45
    +#> 9482             25   A69-1303-555 14595 2017-03-23 07:14:00          45
    +#> 9483             25   A69-1303-555 14596 2017-03-23 07:16:00          45
    +#> 9484             25   A69-1303-555 14597 2017-03-23 07:18:00          45
    +#> 9485             25   A69-1303-555 14598 2017-03-23 07:20:00          45
    +#> 9486             25   A69-1303-555 14599 2017-03-23 07:22:00          45
    +#> 9487             25   A69-1303-555 14601 2017-03-23 07:24:00          45
    +#> 9488             25   A69-1303-555 14603 2017-03-23 07:26:00          45
    +#> 9489             25   A69-1303-555 14604 2017-03-23 07:28:00          45
    +#> 9490             25   A69-1303-555 14606 2017-03-23 07:30:00          45
    +#> 9491             25   A69-1303-555 14608 2017-03-23 07:32:00          45
    +#> 9492             25   A69-1303-555 14609 2017-03-23 07:34:00          45
    +#> 9493             25   A69-1303-555 14611 2017-03-23 07:36:00          45
    +#> 9494             25   A69-1303-555 14613 2017-03-23 07:38:00          45
    +#> 9495             25   A69-1303-555 14615 2017-03-23 07:40:00          45
    +#> 9496             25   A69-1303-555 14616 2017-03-23 07:42:00          45
    +#> 9497             25   A69-1303-555 14618 2017-03-23 07:44:00          45
    +#> 9498             25   A69-1303-555 14619 2017-03-23 07:46:00          45
    +#> 9499             25   A69-1303-555 14621 2017-03-23 07:48:00          45
    +#> 9500             25   A69-1303-555 14622 2017-03-23 07:50:00          45
    +#> 9501             25   A69-1303-555 14623 2017-03-23 07:52:00          45
    +#> 9502             25   A69-1303-555 14625 2017-03-23 07:54:00          45
    +#> 9503             25   A69-1303-555 14628 2017-03-23 07:56:00          45
    +#> 9504             25   A69-1303-555 14630 2017-03-23 07:58:00          45
    +#> 9505             25   A69-1303-555 14632 2017-03-23 08:00:00          45
    +#> 9506             25   A69-1303-555 14634 2017-03-23 08:02:00          45
    +#> 9507             25   A69-1303-555 14636 2017-03-23 08:04:00          45
    +#> 9508             25   A69-1303-555 14637 2017-03-23 08:06:00          45
    +#> 9509             25   A69-1303-555 14638 2017-03-23 08:08:00          45
    +#> 9510             25   A69-1303-555 14641 2017-03-23 08:12:00          45
    +#> 9511             25   A69-1303-555 14643 2017-03-23 08:14:00          45
    +#> 9512             25   A69-1303-555 14645 2017-03-23 08:16:00          45
    +#> 9513             25   A69-1303-555 14647 2017-03-23 08:18:00          45
    +#> 9514             25   A69-1303-555 14649 2017-03-23 08:20:00          45
    +#> 9515             25   A69-1303-555 14650 2017-03-23 08:22:00          45
    +#> 9516             25   A69-1303-555 14651 2017-03-23 08:24:00          45
    +#> 9517             25   A69-1303-555 14653 2017-03-23 08:26:00          45
    +#> 9518             25   A69-1303-555 14655 2017-03-23 08:28:00          45
    +#> 9519             25   A69-1303-555 14657 2017-03-23 08:30:00          45
    +#> 9520             25   A69-1303-555 14659 2017-03-23 08:32:00          45
    +#> 9521             25   A69-1303-555 14661 2017-03-23 08:34:00          45
    +#> 9522             25   A69-1303-555 14663 2017-03-23 08:36:00          45
    +#> 9523             25   A69-1303-555 14665 2017-03-23 08:38:00          45
    +#> 9524             25   A69-1303-555 14666 2017-03-23 08:40:00          45
    +#> 9525             25   A69-1303-555 14668 2017-03-23 08:42:00          45
    +#> 9526             25   A69-1303-555 14670 2017-03-23 08:44:00          45
    +#> 9527             25   A69-1303-555 14672 2017-03-23 08:46:00          45
    +#> 9528             25   A69-1303-555 14674 2017-03-23 08:48:00          45
    +#> 9529             25   A69-1303-555 14675 2017-03-23 08:50:00          45
    +#> 9530             25   A69-1303-555 14676 2017-03-23 08:52:00          45
    +#> 9531             25   A69-1303-555 14678 2017-03-23 08:54:00          45
    +#> 9532             25   A69-1303-555 14679 2017-03-23 08:56:00          45
    +#> 9533             25   A69-1303-555 14681 2017-03-23 08:58:00          45
    +#> 9534             25   A69-1303-555 14682 2017-03-23 09:00:00          45
    +#> 9535             25   A69-1303-555 14684 2017-03-23 09:02:00          45
    +#> 9536             25   A69-1303-555 14686 2017-03-23 09:04:00          45
    +#> 9537             25   A69-1303-555 14688 2017-03-23 09:06:00          45
    +#> 9538             25   A69-1303-555 14690 2017-03-23 09:08:00          45
    +#> 9539             25   A69-1303-555 14691 2017-03-23 09:18:00          45
    +#> 9540             25   A69-1303-555 14692 2017-03-23 09:20:00          45
    +#> 9541             25   A69-1303-555 14694 2017-03-23 09:26:00          45
    +#> 9542             25   A69-1303-555 14696 2017-03-23 09:28:00          45
    +#> 9543             25   A69-1303-555 14699 2017-03-23 09:30:00          45
    +#> 9544             25   A69-1303-555 14700 2017-03-23 09:32:00          45
    +#> 9545             25   A69-1303-555 14702 2017-03-23 09:34:00          45
    +#> 9546             25   A69-1303-555 14703 2017-03-23 09:36:00          45
    +#> 9547             25   A69-1303-555 14704 2017-03-23 09:40:00          45
    +#> 9548             25   A69-1303-555 14705 2017-03-23 09:42:00          45
    +#> 9549             25   A69-1303-555 14706 2017-03-23 09:44:00          45
    +#> 9550             25   A69-1303-555 14708 2017-03-23 09:46:00          45
    +#> 9551             25   A69-1303-555 14710 2017-03-23 09:48:00          45
    +#> 9552             25   A69-1303-555 14711 2017-03-23 09:50:00          45
    +#> 9553             25   A69-1303-555 14712 2017-03-23 09:52:00          45
    +#> 9554             25   A69-1303-555 14713 2017-03-23 09:54:00          45
    +#> 9555             25   A69-1303-555 14715 2017-03-23 09:56:00          45
    +#> 9556             25   A69-1303-555 14717 2017-03-23 09:58:00          45
    +#> 9557             25   A69-1303-555 14719 2017-03-23 10:00:00          45
    +#> 9558             25   A69-1303-555 14721 2017-03-23 10:02:00          45
    +#> 9559             25   A69-1303-555 14722 2017-03-23 10:04:00          45
    +#> 9560             25   A69-1303-555 14724 2017-03-23 10:06:00          45
    +#> 9561             25   A69-1303-555 14725 2017-03-23 10:12:00          45
    +#> 9562             25   A69-1303-555 14727 2017-03-23 10:16:00          45
    +#> 9563             25   A69-1303-555 14729 2017-03-23 10:18:00          45
    +#> 9564             25   A69-1303-555 14731 2017-03-23 10:22:00          45
    +#> 9565             25   A69-1303-555 14732 2017-03-23 10:24:00          45
    +#> 9566             25   A69-1303-555 14734 2017-03-23 10:26:00          45
    +#> 9567             25   A69-1303-555 14735 2017-03-23 10:28:00          45
    +#> 9568             25   A69-1303-555 14737 2017-03-23 10:32:00          45
    +#> 9569             25   A69-1303-555 14738 2017-03-23 10:34:00          45
    +#> 9570             25   A69-1303-555 14740 2017-03-23 10:38:00          45
    +#> 9571             25   A69-1303-555 14742 2017-03-23 10:40:00          45
    +#> 9572             25   A69-1303-555 14744 2017-03-23 10:42:00          45
    +#> 9573             25   A69-1303-555 14745 2017-03-23 10:46:00          45
    +#> 9574             25   A69-1303-555 14746 2017-03-23 10:48:00          45
    +#> 9575             25   A69-1303-555 14747 2017-03-23 10:50:00          45
    +#> 9576             25   A69-1303-555 14748 2017-03-23 10:52:00          45
    +#> 9577             25   A69-1303-555 14749 2017-03-23 10:56:00          45
    +#> 9578             25   A69-1303-555 14752 2017-03-23 10:58:00          45
    +#> 9579             25   A69-1303-555 14753 2017-03-23 11:00:00          45
    +#> 9580             25   A69-1303-555 14755 2017-03-23 11:02:00          45
    +#> 9581             25   A69-1303-555 14756 2017-03-23 11:06:00          45
    +#> 9582             25   A69-1303-555 14758 2017-03-23 11:08:00          45
    +#> 9583             25   A69-1303-555 14759 2017-03-23 11:10:00          45
    +#> 9584             25   A69-1303-555 14760 2017-03-23 11:12:00          45
    +#> 9585             25   A69-1303-555 14762 2017-03-23 11:16:00          45
    +#> 9586             25   A69-1303-555 14764 2017-03-23 11:18:00          45
    +#> 9587             25   A69-1303-555 14765 2017-03-23 11:22:00          45
    +#> 9588             25   A69-1303-555 14766 2017-03-23 11:24:00          45
    +#> 9589             25   A69-1303-555 14767 2017-03-23 11:26:00          45
    +#> 9590             25   A69-1303-555 14768 2017-03-23 11:28:00          45
    +#> 9591             25   A69-1303-555 14769 2017-03-23 11:34:00          45
    +#> 9592             25   A69-1303-555 14772 2017-03-23 11:36:00          45
    +#> 9593             25   A69-1303-555 14774 2017-03-23 11:38:00          45
    +#> 9594             25   A69-1303-555 14775 2017-03-23 11:40:00          45
    +#> 9595             25   A69-1303-555 14776 2017-03-23 11:42:00          45
    +#> 9596             25   A69-1303-555 14777 2017-03-23 11:46:00          45
    +#> 9597             25   A69-1303-555 14778 2017-03-23 11:48:00          45
    +#> 9598             25   A69-1303-555 14779 2017-03-23 11:50:00          45
    +#> 9599             25   A69-1303-555 14782 2017-03-23 11:52:00          45
    +#> 9600             25   A69-1303-555 14783 2017-03-23 11:54:00          45
    +#> 9601             25   A69-1303-555 14784 2017-03-23 11:58:00          45
    +#> 9602             25   A69-1303-555 14785 2017-03-23 12:02:00          45
    +#> 9603             25   A69-1303-555 14786 2017-03-23 12:06:00          45
    +#> 9604             25   A69-1303-555 14787 2017-03-23 12:08:00          45
    +#> 9605             25   A69-1303-555 14788 2017-03-23 12:16:00          45
    +#> 9606             25   A69-1303-555 14789 2017-03-23 12:18:00          45
    +#> 9607             25   A69-1303-555 14790 2017-03-23 12:20:00          45
    +#> 9608             25   A69-1303-555 14791 2017-03-23 12:24:00          45
    +#> 9609             25   A69-1303-555 14792 2017-03-23 12:26:00          45
    +#> 9610             25   A69-1303-555 14793 2017-03-23 12:32:00          45
    +#> 9611             25   A69-1303-555 14794 2017-03-23 12:34:00          45
    +#> 9612             25   A69-1303-555 14795 2017-03-23 12:36:00          45
    +#> 9613             25   A69-1303-555 14796 2017-03-23 12:38:00          45
    +#> 9614             25   A69-1303-555 14797 2017-03-23 12:44:00          45
    +#> 9615             25   A69-1303-555 14798 2017-03-23 12:46:00          45
    +#> 9616             25   A69-1303-555 14799 2017-03-23 12:48:00          45
    +#> 9617             25   A69-1303-555 14800 2017-03-23 12:50:00          45
    +#> 9618             25   A69-1303-555 14802 2017-03-23 12:52:00          45
    +#> 9619             25   A69-1303-555 14803 2017-03-23 12:56:00          45
    +#> 9620             25   A69-1303-555 14804 2017-03-23 12:58:00          45
    +#> 9621             25   A69-1303-555 14805 2017-03-23 13:04:00          45
    +#> 9622             25   A69-1303-555 14806 2017-03-23 13:06:00          45
    +#> 9623             25   A69-1303-555 14807 2017-03-23 13:14:00          45
    +#> 9624             25   A69-1303-555 14808 2017-03-23 13:16:00          45
    +#> 9625             25   A69-1303-555 14809 2017-03-23 13:20:00          45
    +#> 9626             25   A69-1303-555 14810 2017-03-23 13:22:00          45
    +#> 9627             25   A69-1303-555 14812 2017-03-23 13:24:00          45
    +#> 9628             25   A69-1303-555 14814 2017-03-23 13:26:00          45
    +#> 9629             25   A69-1303-555 14817 2017-03-23 13:28:00          45
    +#> 9630             25   A69-1303-555 14818 2017-03-23 13:32:00          45
    +#> 9631             25   A69-1303-555 14821 2017-03-23 13:34:00          45
    +#> 9632             25   A69-1303-555 14822 2017-03-23 13:36:00          45
    +#> 9633             25   A69-1303-555 14824 2017-03-23 13:38:00          45
    +#> 9634             25   A69-1303-555 14825 2017-03-23 13:40:00          45
    +#> 9635             25   A69-1303-555 14828 2017-03-23 13:42:00          45
    +#> 9636             25   A69-1303-555 14829 2017-03-23 13:44:00          45
    +#> 9637             25   A69-1303-555 14831 2017-03-23 13:48:00          45
    +#> 9638             25   A69-1303-555 14832 2017-03-23 13:52:00          45
    +#> 9639             25   A69-1303-555 14833 2017-03-23 14:02:00          45
    +#> 9640             25   A69-1303-555 14834 2017-03-23 14:08:00          45
    +#> 9641             25   A69-1303-555 14836 2017-03-23 14:10:00          45
    +#> 9642             25   A69-1303-555 14839 2017-03-23 14:12:00          45
    +#> 9643             25   A69-1303-555 14840 2017-03-23 17:06:00          45
    +#> 9644             25   A69-1303-555 14841 2017-03-23 17:08:00          45
    +#> 9645             25   A69-1303-555 14843 2017-03-23 17:22:00          45
    +#> 9646             25   A69-1303-555 14844 2017-03-23 17:26:00          45
    +#> 9647             25   A69-1303-555 14845 2017-03-23 17:32:00          45
    +#> 9648             25   A69-1303-555 14848 2017-03-23 17:34:00          45
    +#> 9649             25   A69-1303-555 14849 2017-03-23 17:38:00          45
    +#> 9650             25   A69-1303-555 14851 2017-03-23 17:44:00          45
    +#> 9651             25   A69-1303-555 14852 2017-03-23 17:46:00          45
    +#> 9652             25   A69-1303-555 14853 2017-03-23 17:48:00          45
    +#> 9653             25   A69-1303-555 14854 2017-03-23 17:50:00          45
    +#> 9654             25   A69-1303-555 14855 2017-03-23 17:52:00          45
    +#> 9655             25   A69-1303-555 14857 2017-03-23 18:00:00          45
    +#> 9656             25   A69-1303-555 14858 2017-03-23 18:04:00          45
    +#> 9657             25   A69-1303-555 14859 2017-03-23 18:08:00          45
    +#> 9658             25   A69-1303-555 14860 2017-03-23 18:24:00          45
    +#> 9659             25   A69-1303-555 14862 2017-03-23 18:26:00          45
    +#> 9660             25   A69-1303-555 14863 2017-03-23 18:28:00          45
    +#> 9661             25   A69-1303-555 14865 2017-03-23 18:30:00          45
    +#> 9662             25   A69-1303-555 14867 2017-03-23 18:32:00          45
    +#> 9663             25   A69-1303-555 14869 2017-03-23 18:36:00          45
    +#> 9664             25   A69-1303-555 14871 2017-03-23 18:38:00          45
    +#> 9665             25   A69-1303-555 14872 2017-03-23 18:40:00          45
    +#> 9666             25   A69-1303-555 14873 2017-03-23 18:42:00          45
    +#> 9667             25   A69-1303-555 14874 2017-03-23 18:44:00          45
    +#> 9668             25   A69-1303-555 14875 2017-03-23 18:50:00          45
    +#> 9669             25   A69-1303-555 14876 2017-03-23 18:54:00          45
    +#> 9670             25   A69-1303-555 14877 2017-03-23 19:02:00          45
    +#> 9671             25   A69-1303-555 14879 2017-03-23 19:06:00          45
    +#> 9672             25   A69-1303-555 14880 2017-03-23 19:08:00          45
    +#> 9673             25   A69-1303-555 14881 2017-03-23 19:10:00          45
    +#> 9674             25   A69-1303-555 14883 2017-03-23 19:12:00          45
    +#> 9675             25   A69-1303-555 14884 2017-03-23 19:16:00          45
    +#> 9676             25   A69-1303-555 14886 2017-03-23 19:18:00          45
    +#> 9677             25   A69-1303-555 14888 2017-03-23 19:20:00          45
    +#> 9678             25   A69-1303-555 14890 2017-03-23 19:22:00          45
    +#> 9679             25   A69-1303-555 14892 2017-03-23 19:24:00          45
    +#> 9680             25   A69-1303-555 14894 2017-03-23 19:26:00          45
    +#> 9681             25   A69-1303-555 14896 2017-03-23 19:28:00          45
    +#> 9682             25   A69-1303-555 14897 2017-03-23 19:30:00          45
    +#> 9683             25   A69-1303-555 14898 2017-03-23 19:32:00          45
    +#> 9684             25   A69-1303-555 14899 2017-03-23 19:34:00          45
    +#> 9685             25   A69-1303-555 14900 2017-03-23 19:36:00          45
    +#> 9686             25   A69-1303-555 14901 2017-03-23 19:38:00          45
    +#> 9687             25   A69-1303-555 14902 2017-03-23 19:42:00          45
    +#> 9688             25   A69-1303-555 14903 2017-03-23 19:44:00          45
    +#> 9689             25   A69-1303-555 14906 2017-03-23 19:58:00          56
    +#> 9690             25   A69-1303-555 14907 2017-03-23 20:00:00          45
    +#> 9691             25   A69-1303-555 14909 2017-03-23 20:02:00          56
    +#> 9692             25   A69-1303-555 14910 2017-03-23 20:02:00          45
    +#> 9693             25   A69-1303-555 14911 2017-03-23 20:04:00          45
    +#> 9694             25   A69-1303-555 14913 2017-03-23 20:06:00          56
    +#> 9695             25   A69-1303-555 14914 2017-03-23 20:06:00          45
    +#> 9696             25   A69-1303-555 14917 2017-03-23 20:08:00          56
    +#> 9697             25   A69-1303-555 14918 2017-03-23 20:08:00          45
    +#> 9698             25   A69-1303-555 14919 2017-03-23 20:10:00          45
    +#> 9699             25   A69-1303-555 14920 2017-03-23 20:10:00          56
    +#> 9700             25   A69-1303-555 14923 2017-03-23 20:12:00          45
    +#> 9701             25   A69-1303-555 14924 2017-03-23 20:12:00          56
    +#> 9702             25   A69-1303-555 14926 2017-03-23 20:14:00          56
    +#> 9703             25   A69-1303-555 14928 2017-03-23 20:16:00          45
    +#> 9704             25   A69-1303-555 14929 2017-03-23 20:16:00          56
    +#> 9705             25   A69-1303-555 14930 2017-03-23 20:18:00          56
    +#> 9706             25   A69-1303-555 14932 2017-03-23 20:20:00          56
    +#> 9707             25   A69-1303-555 14934 2017-03-23 20:20:00          45
    +#> 9708             25   A69-1303-555 14935 2017-03-23 20:22:00          45
    +#> 9709             25   A69-1303-555 14936 2017-03-23 20:22:00          56
    +#> 9710             25   A69-1303-555 14938 2017-03-23 20:24:00          56
    +#> 9711             25   A69-1303-555 14939 2017-03-23 20:24:00          45
    +#> 9712             25   A69-1303-555 14940 2017-03-23 20:26:00          56
    +#> 9713             25   A69-1303-555 14941 2017-03-23 20:28:00          56
    +#> 9714             25   A69-1303-555 14943 2017-03-23 20:30:00          56
    +#> 9715             25   A69-1303-555 14944 2017-03-23 20:32:00          56
    +#> 9716             25   A69-1303-555 14946 2017-03-23 20:36:00          56
    +#> 9717             25   A69-1303-555 14948 2017-03-23 20:38:00          56
    +#> 9718             25   A69-1303-555 14950 2017-03-23 20:40:00          45
    +#> 9719             25   A69-1303-555 14951 2017-03-23 20:40:00          56
    +#> 9720             25   A69-1303-555 14953 2017-03-23 20:42:00          56
    +#> 9721             25   A69-1303-555 14954 2017-03-23 20:42:00          45
    +#> 9722             25   A69-1303-555 14955 2017-03-23 20:44:00          56
    +#> 9723             25   A69-1303-555 14956 2017-03-23 20:44:00          45
    +#> 9724             25   A69-1303-555 14958 2017-03-23 20:46:00          45
    +#> 9725             25   A69-1303-555 14959 2017-03-23 20:48:00          45
    +#> 9726             25   A69-1303-555 14962 2017-03-23 20:50:00          45
    +#> 9727             25   A69-1303-555 14963 2017-03-23 20:52:00          45
    +#> 9728             25   A69-1303-555 14965 2017-03-23 20:54:00          45
    +#> 9729             25   A69-1303-555 14966 2017-03-23 20:56:00          45
    +#> 9730             25   A69-1303-555 14967 2017-03-23 20:58:00          56
    +#> 9731             25   A69-1303-555 14968 2017-03-23 20:58:00          45
    +#> 9732             25   A69-1303-555 14969 2017-03-23 21:04:00          56
    +#> 9733             25   A69-1303-555 14970 2017-03-23 21:04:00          45
    +#> 9734             25   A69-1303-555 14971 2017-03-23 21:06:00          45
    +#> 9735             25   A69-1303-555 14973 2017-03-23 21:08:00          45
    +#> 9736             25   A69-1303-555 14974 2017-03-23 21:10:00          45
    +#> 9737             25   A69-1303-555 14975 2017-03-23 21:12:00          45
    +#> 9738             25   A69-1303-555 14976 2017-03-23 21:14:00          45
    +#> 9739             25   A69-1303-555 14978 2017-03-23 21:18:00          45
    +#> 9740             25   A69-1303-555 14980 2017-03-23 21:20:00          45
    +#> 9741             25   A69-1303-555 14981 2017-03-23 21:22:00          45
    +#> 9742             25   A69-1303-555 14983 2017-03-23 21:24:00          45
    +#> 9743             25   A69-1303-555 14985 2017-03-23 21:26:00          45
    +#> 9744             25   A69-1303-555 14986 2017-03-23 21:30:00          45
    +#> 9745             25   A69-1303-555 14988 2017-03-23 21:32:00          45
    +#> 9746             25   A69-1303-555 14991 2017-03-23 21:34:00          45
    +#> 9747             25   A69-1303-555 14993 2017-03-23 21:36:00          45
    +#> 9748             25   A69-1303-555 14995 2017-03-23 21:38:00          45
    +#> 9749             25   A69-1303-555 14996 2017-03-23 21:40:00          45
    +#> 9750             25   A69-1303-555 14997 2017-03-25 00:06:00          51
    +#> 9751             25   A69-1303-555 14999 2017-03-25 00:08:00          51
    +#> 9752             25   A69-1303-555 15000 2017-03-25 00:10:00          51
    +#> 9753             25   A69-1303-555 15001 2017-03-25 00:12:00          50
    +#> 9754             25   A69-1303-555 15002 2017-03-25 00:16:00          50
    +#> 9755             25   A69-1303-555 15003 2017-03-27 22:50:00          51
    +#> 9756             25   A69-1303-555 15004 2017-03-27 22:54:00          51
    +#> 9757             25   A69-1303-555 15006 2017-03-27 22:56:00          51
    +#> 9758             25   A69-1303-555 15007 2017-03-27 22:58:00          51
    +#> 9759             25   A69-1303-555 15008 2017-03-27 23:00:00          51
    +#> 9760             25   A69-1303-555 15009 2017-03-27 23:02:00          51
    +#> 9761             25   A69-1303-555 15012 2017-03-27 23:04:00          51
    +#> 9762             25   A69-1303-555 15013 2017-03-27 23:06:00          51
    +#> 9763             25   A69-1303-555 15014 2017-03-27 23:08:00          51
    +#> 9764             25   A69-1303-555 15015 2017-03-27 23:10:00          51
    +#> 9765             25   A69-1303-555 15018 2017-03-27 23:12:00          51
    +#> 9766             25   A69-1303-555 15019 2017-03-27 23:14:00          51
    +#> 9767             25   A69-1303-555 15020 2017-03-27 23:16:00          51
    +#> 9768             25   A69-1303-555 15023 2017-03-27 23:18:00          51
    +#> 9769             25   A69-1303-555 15024 2017-03-27 23:20:00          51
    +#> 9770             25   A69-1303-555 15027 2017-03-27 23:22:00          51
    +#> 9771             25   A69-1303-555 15029 2017-03-27 23:24:00          51
    +#> 9772             25   A69-1303-555 15030 2017-03-27 23:26:00          51
    +#> 9773             25   A69-1303-555 15032 2017-03-27 23:28:00          51
    +#> 9774             25   A69-1303-555 15033 2017-03-27 23:30:00          51
    +#> 9775             25   A69-1303-555 15034 2017-03-27 23:32:00          51
    +#> 9776             25   A69-1303-555 15035 2017-03-27 23:38:00          51
    +#> 9777             25   A69-1303-555 15036 2017-03-28 11:22:00          48
    +#> 9778             25   A69-1303-555 15037 2017-03-28 11:24:00          48
    +#> 9779             25   A69-1303-555 15038 2017-03-28 11:26:00          48
    +#> 9780             25   A69-1303-555 15041 2017-03-28 11:28:00          48
    +#> 9781             25   A69-1303-555 15042 2017-03-28 11:30:00          48
    +#> 9782             25   A69-1303-555 15043 2017-03-28 11:32:00          48
    +#> 9783             25   A69-1303-555 15046 2017-03-28 11:34:00          48
    +#> 9784             25   A69-1303-555 15047 2017-03-28 11:36:00          48
    +#> 9785             25   A69-1303-555 15049 2017-03-28 11:38:00          48
    +#> 9786             25   A69-1303-555 15051 2017-03-28 11:40:00          48
    +#> 9787             25   A69-1303-555 15052 2017-03-28 11:42:00          48
    +#> 9788             25   A69-1303-555 15054 2017-03-28 11:44:00          48
    +#> 9789             25   A69-1303-555 15055 2017-03-28 11:46:00          48
    +#> 9790             25   A69-1303-555 15057 2017-03-28 11:48:00          48
    +#> 9791             25   A69-1303-555 15059 2017-03-29 00:42:00          45
    +#> 9792             25   A69-1303-555 15060 2017-03-29 00:44:00          45
    +#> 9793             25   A69-1303-555 15061 2017-03-29 00:56:00          45
    +#> 9794             25   A69-1303-555 15062 2017-03-29 00:58:00          45
    +#> 9795             25   A69-1303-555 15063 2017-03-29 01:00:00          45
    +#> 9796             25   A69-1303-555 15064 2017-03-29 01:22:00          45
    +#> 9797             25   A69-1303-555 15065 2017-03-29 01:32:00          45
    +#> 9798             25   A69-1303-555 15066 2017-03-29 01:38:00          45
    +#> 9799             25   A69-1303-555 15067 2017-03-29 01:40:00          45
    +#> 9800             25   A69-1303-555 15068 2017-03-29 01:44:00          45
    +#> 9801             25   A69-1303-555 15070 2017-03-29 01:50:00          45
    +#> 9802             25   A69-1303-555 15072 2017-03-29 01:52:00          45
    +#> 9803             25   A69-1303-555 15073 2017-03-29 01:54:00          45
    +#> 9804             25   A69-1303-555 15074 2017-03-29 01:56:00          45
    +#> 9805             25   A69-1303-555 15075 2017-03-29 01:58:00          45
    +#> 9806             25   A69-1303-555 15077 2017-03-29 02:00:00          45
    +#> 9807             25   A69-1303-555 15079 2017-03-29 02:02:00          45
    +#> 9808             25   A69-1303-555 15081 2017-03-29 02:08:00          45
    +#> 9809             25   A69-1303-555 15082 2017-03-29 02:12:00          45
    +#> 9810             25   A69-1303-555 15084 2017-03-29 02:14:00          45
    +#> 9811             25   A69-1303-555 15085 2017-03-29 02:16:00          45
    +#> 9812             25   A69-1303-555 15087 2017-03-29 02:18:00          45
    +#> 9813             25   A69-1303-555 15089 2017-03-29 02:20:00          45
    +#> 9814             25   A69-1303-555 15091 2017-03-29 02:22:00          45
    +#> 9815             25   A69-1303-555 15092 2017-03-29 02:24:00          45
    +#> 9816             25   A69-1303-555 15094 2017-03-29 02:28:00          45
    +#> 9817             25   A69-1303-555 15096 2017-03-29 02:30:00          45
    +#> 9818             25   A69-1303-555 15097 2017-03-29 02:32:00          45
    +#> 9819             25   A69-1303-555 15098 2017-03-29 02:34:00          45
    +#> 9820             25   A69-1303-555 15100 2017-03-29 02:36:00          45
    +#> 9821             25   A69-1303-555 15101 2017-03-29 02:38:00          45
    +#> 9822             25   A69-1303-555 15102 2017-03-29 02:40:00          45
    +#> 9823             25   A69-1303-555 15103 2017-03-29 02:42:00          45
    +#> 9824             25   A69-1303-555 15104 2017-03-29 02:44:00          45
    +#> 9825             25   A69-1303-555 15106 2017-03-29 02:46:00          45
    +#> 9826             25   A69-1303-555 15107 2017-03-29 02:48:00          45
    +#> 9827             25   A69-1303-555 15108 2017-03-29 02:50:00          45
    +#> 9828             25   A69-1303-555 15110 2017-03-29 02:52:00          45
    +#> 9829             25   A69-1303-555 15112 2017-03-29 02:54:00          45
    +#> 9830             25   A69-1303-555 15114 2017-03-29 02:56:00          45
    +#> 9831             25   A69-1303-555 15116 2017-03-29 02:58:00          45
    +#> 9832             25   A69-1303-555 15118 2017-03-29 03:00:00          45
    +#> 9833             25   A69-1303-555 15120 2017-03-29 03:02:00          45
    +#> 9834             25   A69-1303-555 15121 2017-03-29 03:04:00          45
    +#> 9835             25   A69-1303-555 15123 2017-03-29 03:06:00          45
    +#> 9836             25   A69-1303-555 15124 2017-03-29 03:08:00          45
    +#> 9837             25   A69-1303-555 15125 2017-03-29 03:10:00          45
    +#> 9838             25   A69-1303-555 15127 2017-03-29 03:12:00          45
    +#> 9839             25   A69-1303-555 15130 2017-03-29 03:14:00          45
    +#> 9840             25   A69-1303-555 15132 2017-03-29 03:16:00          45
    +#> 9841             25   A69-1303-555 15134 2017-03-29 03:18:00          45
    +#> 9842             25   A69-1303-555 15135 2017-03-29 03:20:00          45
    +#> 9843             25   A69-1303-555 15137 2017-03-29 03:22:00          45
    +#> 9844             25   A69-1303-555 15139 2017-03-29 03:24:00          45
    +#> 9845             25   A69-1303-555 15140 2017-03-29 03:26:00          45
    +#> 9846             25   A69-1303-555 15142 2017-03-29 03:28:00          45
    +#> 9847             25   A69-1303-555 15143 2017-03-29 03:30:00          45
    +#> 9848             25   A69-1303-555 15145 2017-03-29 03:32:00          45
    +#> 9849             25   A69-1303-555 15147 2017-03-29 03:34:00          45
    +#> 9850             25   A69-1303-555 15150 2017-03-29 03:36:00          45
    +#> 9851             25   A69-1303-555 15152 2017-03-29 03:38:00          45
    +#> 9852             25   A69-1303-555 15154 2017-03-29 03:40:00          45
    +#> 9853             25   A69-1303-555 15155 2017-03-29 03:42:00          45
    +#> 9854             25   A69-1303-555 15156 2017-03-29 03:44:00          45
    +#> 9855             25   A69-1303-555 15158 2017-03-29 03:46:00          45
    +#> 9856             25   A69-1303-555 15160 2017-03-29 03:48:00          45
    +#> 9857             25   A69-1303-555 15162 2017-03-29 03:50:00          45
    +#> 9858             25   A69-1303-555 15164 2017-03-29 03:52:00          45
    +#> 9859             25   A69-1303-555 15165 2017-03-29 03:54:00          45
    +#> 9860             25   A69-1303-555 15167 2017-03-29 03:56:00          45
    +#> 9861             25   A69-1303-555 15168 2017-03-29 03:58:00          45
    +#> 9862             25   A69-1303-555 15169 2017-03-29 04:00:00          45
    +#> 9863             25   A69-1303-555 15172 2017-03-29 04:02:00          45
    +#> 9864             25   A69-1303-555 15174 2017-03-29 04:04:00          45
    +#> 9865             25   A69-1303-555 15175 2017-03-29 04:08:00          45
    +#> 9866             25   A69-1303-555 15177 2017-03-29 04:10:00          45
    +#> 9867             25   A69-1303-555 15178 2017-03-29 04:12:00          45
    +#> 9868             25   A69-1303-555 15180 2017-03-29 04:14:00          45
    +#> 9869             25   A69-1303-555 15181 2017-03-29 04:16:00          45
    +#> 9870             25   A69-1303-555 15182 2017-03-29 04:18:00          45
    +#> 9871             25   A69-1303-555 15184 2017-03-29 04:20:00          45
    +#> 9872             25   A69-1303-555 15185 2017-03-29 04:22:00          45
    +#> 9873             25   A69-1303-555 15187 2017-03-29 04:24:00          45
    +#> 9874             25   A69-1303-555 15188 2017-03-29 04:26:00          45
    +#> 9875             25   A69-1303-555 15190 2017-03-29 04:28:00          45
    +#> 9876             25   A69-1303-555 15192 2017-03-29 04:30:00          45
    +#> 9877             25   A69-1303-555 15194 2017-03-29 04:32:00          45
    +#> 9878             25   A69-1303-555 15195 2017-03-29 04:34:00          45
    +#> 9879             25   A69-1303-555 15197 2017-03-29 04:36:00          45
    +#> 9880             25   A69-1303-555 15199 2017-03-29 04:38:00          45
    +#> 9881             25   A69-1303-555 15200 2017-03-29 04:40:00          45
    +#> 9882             25   A69-1303-555 15202 2017-03-29 04:42:00          45
    +#> 9883             25   A69-1303-555 15204 2017-03-29 04:44:00          45
    +#> 9884             25   A69-1303-555 15206 2017-03-29 04:46:00          45
    +#> 9885             25   A69-1303-555 15209 2017-03-29 04:48:00          45
    +#> 9886             25   A69-1303-555 15210 2017-03-29 04:50:00          45
    +#> 9887             25   A69-1303-555 15213 2017-03-29 04:52:00          45
    +#> 9888             25   A69-1303-555 15214 2017-03-29 04:54:00          45
    +#> 9889             25   A69-1303-555 15217 2017-03-29 04:58:00          45
    +#> 9890             25   A69-1303-555 15219 2017-03-29 05:00:00          45
    +#> 9891             25   A69-1303-555 15220 2017-03-29 05:02:00          45
    +#> 9892             25   A69-1303-555 15223 2017-03-29 05:04:00          45
    +#> 9893             25   A69-1303-555 15224 2017-03-29 05:06:00          45
    +#> 9894             25   A69-1303-555 15225 2017-03-29 05:10:00          56
    +#> 9895             25   A69-1303-555 15226 2017-03-29 05:12:00          45
    +#> 9896             25   A69-1303-555 15227 2017-03-29 05:14:00          45
    +#> 9897             25   A69-1303-555 15228 2017-03-29 05:16:00          45
    +#> 9898             25   A69-1303-555 15230 2017-03-29 05:18:00          45
    +#> 9899             25   A69-1303-555 15232 2017-03-29 05:20:00          45
    +#> 9900             25   A69-1303-555 15233 2017-03-29 05:22:00          45
    +#> 9901             25   A69-1303-555 15234 2017-03-29 05:24:00          45
    +#> 9902             25   A69-1303-555 15236 2017-03-29 05:26:00          56
    +#> 9903             25   A69-1303-555 15237 2017-03-29 05:26:00          45
    +#> 9904             25   A69-1303-555 15239 2017-03-29 05:28:00          45
    +#> 9905             25   A69-1303-555 15241 2017-03-29 05:30:00          56
    +#> 9906             25   A69-1303-555 15242 2017-03-29 05:30:00          45
    +#> 9907             25   A69-1303-555 15244 2017-03-29 05:32:00          45
    +#> 9908             25   A69-1303-555 15246 2017-03-29 05:34:00          45
    +#> 9909             25   A69-1303-555 15247 2017-03-29 05:36:00          56
    +#> 9910             25   A69-1303-555 15249 2017-03-29 05:36:00          45
    +#> 9911             25   A69-1303-555 15250 2017-03-29 05:38:00          45
    +#> 9912             25   A69-1303-555 15251 2017-03-29 05:38:00          56
    +#> 9913             25   A69-1303-555 15253 2017-03-29 05:40:00          56
    +#> 9914             25   A69-1303-555 15255 2017-03-29 05:40:00          45
    +#> 9915             25   A69-1303-555 15256 2017-03-29 05:42:00          56
    +#> 9916             25   A69-1303-555 15257 2017-03-29 05:42:00          45
    +#> 9917             25   A69-1303-555 15258 2017-03-29 05:46:00          45
    +#> 9918             25   A69-1303-555 15261 2017-03-29 06:00:00          45
    +#> 9919             25   A69-1303-555 15263 2017-03-29 06:02:00          45
    +#> 9920             25   A69-1303-555 15265 2017-03-29 06:04:00          45
    +#> 9921             25   A69-1303-555 15266 2017-03-29 06:06:00          45
    +#> 9922             25   A69-1303-555 15267 2017-03-29 06:20:00          45
    +#> 9923             25   A69-1303-555 15268 2017-03-29 08:56:00          48
    +#> 9924             25   A69-1303-555 15270 2017-03-29 08:58:00          48
    +#> 9925             25   A69-1303-555 15271 2017-03-29 09:00:00          48
    +#> 9926             25   A69-1303-555 15272 2017-03-29 09:02:00          48
    +#> 9927             25   A69-1303-555 15273 2017-03-29 09:04:00          48
    +#> 9928             25   A69-1303-555 15275 2017-03-29 09:06:00          48
    +#> 9929             25   A69-1303-555 15276 2017-03-29 09:08:00          48
    +#> 9930             25   A69-1303-555 15278 2017-03-29 09:10:00          48
    +#> 9931             25   A69-1303-555 15280 2017-03-29 09:14:00          48
    +#> 9932             25   A69-1303-555 15281 2017-03-29 09:16:00          48
    +#> 9933             25   A69-1303-555 15283 2017-03-29 09:18:00          48
    +#> 9934             25   A69-1303-555 15285 2017-03-29 09:20:00          48
    +#> 9935             25   A69-1303-555 15286 2017-03-29 09:22:00          48
    +#> 9936             25   A69-1303-555 15289 2017-03-29 09:24:00          48
    +#> 9937             25   A69-1303-555 15290 2017-04-01 02:58:00          49
    +#> 9938             25   A69-1303-555 15291 2017-04-01 03:28:00          49
    +#> 9939             25   A69-1303-555 15292 2017-04-01 03:30:00          49
    +#> 9940             25   A69-1303-555 15293 2017-04-01 03:32:00          49
    +#> 9941             25   A69-1303-555 15294 2017-04-01 03:36:00          53
    +#> 9942             25   A69-1303-555 15295 2017-04-01 03:36:00          49
    +#> 9943             25   A69-1303-555 15296 2017-04-01 03:38:00          53
    +#> 9944             25   A69-1303-555 15297 2017-04-01 03:48:00          49
    +#> 9945             25   A69-1303-555 15298 2017-04-01 03:52:00          53
    +#> 9946             25   A69-1303-555 15299 2017-04-01 03:54:00          53
    +#> 9947             25   A69-1303-555 15300 2017-04-01 04:02:00          53
    +#> 9948             25   A69-1303-555 15301 2017-04-01 04:04:00          53
    +#> 9949             25   A69-1303-555 15302 2017-04-01 04:06:00          53
    +#> 9950             25   A69-1303-555 15303 2017-04-01 04:12:00          53
    +#> 9951             25   A69-1303-555 15305 2017-04-01 04:16:00          53
    +#> 9952             25   A69-1303-555 15308 2017-04-01 04:18:00          53
    +#> 9953             25   A69-1303-555 15309 2017-04-01 04:20:00          53
    +#> 9954             25   A69-1303-555 15310 2017-04-01 04:22:00          53
    +#> 9955             25   A69-1303-555 15311 2017-04-01 04:24:00          53
    +#> 9956             25   A69-1303-555 15312 2017-04-01 04:26:00          53
    +#> 9957             25   A69-1303-555 15315 2017-04-01 04:28:00          49
    +#> 9958             25   A69-1303-555 15316 2017-04-01 04:28:00          53
    +#> 9959             25   A69-1303-555 15318 2017-04-01 04:30:00          53
    +#> 9960             25   A69-1303-555 15319 2017-04-01 04:32:00          53
    +#> 9961             25   A69-1303-555 15320 2017-04-01 04:34:00          53
    +#> 9962             25   A69-1303-555 15321 2017-04-01 04:34:00          49
    +#> 9963             25   A69-1303-555 15322 2017-04-01 04:36:00          53
    +#> 9964             25   A69-1303-555 15324 2017-04-01 04:42:00          53
    +#> 9965             25   A69-1303-555 15325 2017-04-01 04:42:00          49
    +#> 9966             25   A69-1303-555 15326 2017-04-01 04:44:00          53
    +#> 9967             25   A69-1303-555 15327 2017-04-03 00:46:00          45
    +#> 9968             25   A69-1303-555 15328 2017-04-03 00:50:00          45
    +#> 9969             25   A69-1303-555 15329 2017-04-03 00:52:00          45
    +#> 9970             25   A69-1303-555 15331 2017-04-03 00:54:00          45
    +#> 9971             25   A69-1303-555 15333 2017-04-03 00:56:00          45
    +#> 9972             25   A69-1303-555 15334 2017-04-03 00:58:00          45
    +#> 9973             25   A69-1303-555 15336 2017-04-03 01:00:00          45
    +#> 9974             25   A69-1303-555 15338 2017-04-03 01:02:00          45
    +#> 9975             25   A69-1303-555 15339 2017-04-03 01:04:00          45
    +#> 9976             25   A69-1303-555 15340 2017-04-03 01:06:00          45
    +#> 9977             25   A69-1303-555 15342 2017-04-03 01:08:00          45
    +#> 9978             25   A69-1303-555 15344 2017-04-03 01:10:00          45
    +#> 9979             25   A69-1303-555 15345 2017-04-03 01:20:00          45
    +#> 9980             25   A69-1303-555 15346 2017-04-03 01:22:00          45
    +#> 9981             25   A69-1303-555 15347 2017-04-03 01:26:00          45
    +#> 9982             25   A69-1303-555 15348 2017-04-03 01:30:00          45
    +#> 9983             25   A69-1303-555 15349 2017-04-03 01:32:00          45
    +#> 9984             25   A69-1303-555 15350 2017-04-03 01:34:00          45
    +#> 9985             25   A69-1303-555 15351 2017-04-03 01:36:00          45
    +#> 9986             25   A69-1303-555 15353 2017-04-03 01:38:00          45
    +#> 9987             25   A69-1303-555 15355 2017-04-03 01:40:00          45
    +#> 9988             25   A69-1303-555 15356 2017-04-03 01:42:00          45
    +#> 9989             25   A69-1303-555 15358 2017-04-03 01:44:00          45
    +#> 9990             25   A69-1303-555 15360 2017-04-03 01:46:00          45
    +#> 9991             25   A69-1303-555 15361 2017-04-03 01:48:00          45
    +#> 9992             25   A69-1303-555 15363 2017-04-03 01:50:00          45
    +#> 9993             25   A69-1303-555 15365 2017-04-03 01:52:00          45
    +#> 9994             25   A69-1303-555 15367 2017-04-03 01:54:00          45
    +#> 9995             25   A69-1303-555 15369 2017-04-03 01:56:00          45
    +#> 9996             25   A69-1303-555 15370 2017-04-03 01:58:00          45
    +#> 9997             25   A69-1303-555 15371 2017-04-03 02:00:00          45
    +#> 9998             25   A69-1303-555 15372 2017-04-03 02:02:00          45
    +#> 9999             25   A69-1303-555 15373 2017-04-03 02:04:00          45
    +#> 10000            25   A69-1303-555 15376 2017-04-03 02:06:00          45
    +#> 10001            25   A69-1303-555 15377 2017-04-03 02:08:00          45
    +#> 10002            25   A69-1303-555 15378 2017-04-03 02:10:00          45
    +#> 10003            25   A69-1303-555 15380 2017-04-03 02:12:00          45
    +#> 10004            25   A69-1303-555 15382 2017-04-03 02:14:00          45
    +#> 10005            25   A69-1303-555 15384 2017-04-03 02:16:00          45
    +#> 10006            25   A69-1303-555 15386 2017-04-03 02:18:00          45
    +#> 10007            25   A69-1303-555 15387 2017-04-03 02:20:00          45
    +#> 10008            25   A69-1303-555 15388 2017-04-03 02:22:00          45
    +#> 10009            25   A69-1303-555 15391 2017-04-03 02:24:00          45
    +#> 10010            25   A69-1303-555 15393 2017-04-03 02:26:00          45
    +#> 10011            25   A69-1303-555 15395 2017-04-03 02:28:00          45
    +#> 10012            25   A69-1303-555 15397 2017-04-03 02:30:00          45
    +#> 10013            25   A69-1303-555 15399 2017-04-03 02:32:00          45
    +#> 10014            25   A69-1303-555 15400 2017-04-03 02:34:00          45
    +#> 10015            25   A69-1303-555 15402 2017-04-03 02:36:00          45
    +#> 10016            25   A69-1303-555 15403 2017-04-03 02:38:00          45
    +#> 10017            25   A69-1303-555 15405 2017-04-03 02:40:00          45
    +#> 10018            25   A69-1303-555 15407 2017-04-03 02:42:00          45
    +#> 10019            25   A69-1303-555 15408 2017-04-03 02:44:00          45
    +#> 10020            25   A69-1303-555 15409 2017-04-03 02:52:00          45
    +#> 10021            25   A69-1303-555 15410 2017-04-03 02:54:00          45
    +#> 10022            25   A69-1303-555 15411 2017-04-03 02:56:00          45
    +#> 10023            25   A69-1303-555 15412 2017-04-03 02:58:00          45
    +#> 10024            25   A69-1303-555 15413 2017-04-03 03:28:00          45
    +#> 10025            25   A69-1303-555 15414 2017-04-03 03:38:00          45
    +#> 10026            25   A69-1303-555 15416 2017-04-03 03:40:00          45
    +#> 10027            25   A69-1303-555 15417 2017-04-03 03:42:00          45
    +#> 10028            25   A69-1303-555 15418 2017-04-03 22:04:00          51
    +#> 10029            25   A69-1303-555 15419 2017-04-03 22:18:00          51
    +#> 10030            25   A69-1303-555 15420 2017-04-03 22:24:00          51
    +#> 10031            25   A69-1303-555 15421 2017-04-03 22:36:00          51
    +#> 10032            25   A69-1303-555 15422 2017-04-03 22:38:00          51
    +#> 10033            25   A69-1303-555 15423 2017-04-03 22:40:00          51
    +#> 10034            25   A69-1303-555 15424 2017-04-03 22:54:00          51
    +#> 10035            25   A69-1303-555 15425 2017-04-03 22:56:00          51
    +#> 10036            25   A69-1303-555 15426 2017-04-04 03:08:00          50
    +#> 10037            25   A69-1303-555 15427 2017-04-04 03:10:00          50
    +#> 10038            25   A69-1303-555 15428 2017-04-04 03:24:00          50
    +#> 10039            25   A69-1303-555 15429 2017-04-04 03:26:00          50
    +#> 10040            25   A69-1303-555 15431 2017-04-04 03:30:00          50
    +#> 10041            25   A69-1303-555 15433 2017-04-04 03:32:00          50
    +#> 10042            25   A69-1303-555 15435 2017-04-05 23:08:00          47
    +#> 10043            25   A69-1303-555 15436 2017-04-05 23:14:00          47
    +#> 10044            25   A69-1303-555 15437 2017-04-05 23:18:00          47
    +#> 10045            25   A69-1303-555 15438 2017-04-05 23:20:00          47
    +#> 10046            25   A69-1303-555 15440 2017-04-05 23:22:00          47
    +#> 10047            25   A69-1303-555 15441 2017-04-05 23:24:00          47
    +#> 10048            25   A69-1303-555 15443 2017-04-05 23:26:00          47
    +#> 10049            25   A69-1303-555 15444 2017-04-05 23:28:00          47
    +#> 10050            25   A69-1303-555 15446 2017-04-05 23:30:00          47
    +#> 10051            25   A69-1303-555 15448 2017-04-05 23:32:00          47
    +#> 10052            25   A69-1303-555 15449 2017-04-05 23:34:00          47
    +#> 10053            25   A69-1303-555 15450 2017-04-05 23:38:00          47
    +#> 10054            25   A69-1303-555 15452 2017-04-05 23:40:00          47
    +#> 10055            25   A69-1303-555 15453 2017-04-05 23:42:00          47
    +#> 10056            25   A69-1303-555 15455 2017-04-05 23:44:00          47
    +#> 10057            25   A69-1303-555 15457 2017-04-05 23:46:00          47
    +#> 10058            25   A69-1303-555 15458 2017-04-05 23:48:00          47
    +#> 10059            25   A69-1303-555 15459 2017-04-05 23:52:00          47
    +#> 10060            25   A69-1303-555 15461 2017-04-05 23:54:00          47
    +#> 10061            25   A69-1303-555 15462 2017-04-05 23:56:00          47
    +#> 10062            25   A69-1303-555 15464 2017-04-05 23:58:00          47
    +#> 10063            25   A69-1303-555 15465 2017-04-06 00:00:00          47
    +#> 10064            25   A69-1303-555 15466 2017-04-06 00:02:00          47
    +#> 10065            25   A69-1303-555 15467 2017-04-06 00:04:00          47
    +#> 10066            25   A69-1303-555 15469 2017-04-06 00:06:00          47
    +#> 10067            25   A69-1303-555 15470 2017-04-06 00:08:00          47
    +#> 10068            25   A69-1303-555 15472 2017-04-06 00:10:00          47
    +#> 10069            25   A69-1303-555 15473 2017-04-06 00:12:00          47
    +#> 10070            25   A69-1303-555 15474 2017-04-06 00:14:00          47
    +#> 10071            25   A69-1303-555 15476 2017-04-06 00:18:00          47
    +#> 10072            25   A69-1303-555 15478 2017-04-06 00:20:00          47
    +#> 10073            25   A69-1303-555 15479 2017-04-06 00:22:00          47
    +#> 10074            25   A69-1303-555 15480 2017-04-06 00:30:00          47
    +#> 10075            25   A69-1303-555 15482 2017-04-06 00:32:00          47
    +#> 10076            25   A69-1303-555 15483 2017-04-06 00:34:00          47
    +#> 10077            25   A69-1303-555 15484 2017-04-06 00:36:00          47
    +#> 10078            25   A69-1303-555 15486 2017-04-06 00:38:00          47
    +#> 10079            25   A69-1303-555 15487 2017-04-06 00:40:00          47
    +#> 10080            25   A69-1303-555 15489 2017-04-06 00:42:00          47
    +#> 10081            25   A69-1303-555 15491 2017-04-06 00:44:00          47
    +#> 10082            25   A69-1303-555 15493 2017-04-06 00:46:00          47
    +#> 10083            25   A69-1303-555 15495 2017-04-06 00:48:00          47
    +#> 10084            25   A69-1303-555 15497 2017-04-06 00:50:00          47
    +#> 10085            25   A69-1303-555 15499 2017-04-06 00:52:00          47
    +#> 10086            25   A69-1303-555 15501 2017-04-06 00:54:00          47
    +#> 10087            25   A69-1303-555 15503 2017-04-06 00:56:00          47
    +#> 10088            25   A69-1303-555 15505 2017-04-06 00:58:00          47
    +#> 10089            25   A69-1303-555 15506 2017-04-06 01:00:00          47
    +#> 10090            25   A69-1303-555 15507 2017-04-06 01:00:00          52
    +#> 10091            25   A69-1303-555 15509 2017-04-06 01:02:00          47
    +#> 10092            25   A69-1303-555 15510 2017-04-06 01:04:00          47
    +#> 10093            25   A69-1303-555 15512 2017-04-06 01:04:00          52
    +#> 10094            25   A69-1303-555 15513 2017-04-06 01:06:00          47
    +#> 10095            25   A69-1303-555 15515 2017-04-06 01:08:00          47
    +#> 10096            25   A69-1303-555 15516 2017-04-06 01:10:00          47
    +#> 10097            25   A69-1303-555 15517 2017-04-06 01:10:00          52
    +#> 10098            25   A69-1303-555 15520 2017-04-06 01:12:00          47
    +#> 10099            25   A69-1303-555 15521 2017-04-06 01:14:00          47
    +#> 10100            25   A69-1303-555 15523 2017-04-06 01:18:00          47
    +#> 10101            25   A69-1303-555 15524 2017-04-06 01:18:00          52
    +#> 10102            25   A69-1303-555 15526 2017-04-06 01:20:00          52
    +#> 10103            25   A69-1303-555 15527 2017-04-06 01:20:00          47
    +#> 10104            25   A69-1303-555 15528 2017-04-06 01:22:00          52
    +#> 10105            25   A69-1303-555 15529 2017-04-06 01:22:00          47
    +#> 10106            25   A69-1303-555 15530 2017-04-06 01:24:00          47
    +#> 10107            25   A69-1303-555 15531 2017-04-06 01:24:00          52
    +#> 10108            25   A69-1303-555 15534 2017-04-06 01:26:00          47
    +#> 10109            25   A69-1303-555 15535 2017-04-06 01:26:00          52
    +#> 10110            25   A69-1303-555 15539 2017-04-06 01:28:00          52
    +#> 10111            25   A69-1303-555 15541 2017-04-06 01:32:00          52
    +#> 10112            25   A69-1303-555 15542 2017-04-06 01:32:00          47
    +#> 10113            25   A69-1303-555 15543 2017-04-06 01:34:00          52
    +#> 10114            25   A69-1303-555 15544 2017-04-06 01:36:00          52
    +#> 10115            25   A69-1303-555 15545 2017-04-06 01:36:00          47
    +#> 10116            25   A69-1303-555 15546 2017-04-06 01:38:00          52
    +#> 10117            25   A69-1303-555 15548 2017-04-06 01:42:00          52
    +#> 10118            25   A69-1303-555 15550 2017-04-06 01:42:00          47
    +#> 10119            25   A69-1303-555 15551 2017-04-06 01:44:00          47
    +#> 10120            25   A69-1303-555 15552 2017-04-06 01:44:00          52
    +#> 10121            25   A69-1303-555 15553 2017-04-06 01:46:00          52
    +#> 10122            25   A69-1303-555 15554 2017-04-06 01:46:00          47
    +#> 10123            25   A69-1303-555 15557 2017-04-06 01:50:00          52
    +#> 10124            25   A69-1303-555 15558 2017-04-06 01:54:00          52
    +#> 10125            25   A69-1303-555 15559 2017-04-06 01:56:00          52
    +#> 10126            25   A69-1303-555 15561 2017-04-06 01:58:00          52
    +#> 10127            25   A69-1303-555 15562 2017-04-06 02:00:00          52
    +#> 10128            25   A69-1303-555 15563 2017-04-06 02:04:00          52
    +#> 10129            25   A69-1303-555 15565 2017-04-06 02:06:00          52
    +#> 10130            25   A69-1303-555 15566 2017-04-06 02:08:00          52
    +#> 10131            25   A69-1303-555 15567 2017-04-06 02:10:00          52
    +#> 10132            25   A69-1303-555 15569 2017-04-06 02:14:00          52
    +#> 10133            25   A69-1303-555 15571 2017-04-06 02:16:00          47
    +#> 10134            25   A69-1303-555 15572 2017-04-06 02:16:00          52
    +#> 10135            25   A69-1303-555 15574 2017-04-06 02:18:00          47
    +#> 10136            25   A69-1303-555 15575 2017-04-06 02:20:00          47
    +#> 10137            25   A69-1303-555 15576 2017-04-06 02:22:00          47
    +#> 10138            25   A69-1303-555 15577 2017-04-06 11:22:00          47
    +#> 10139            25   A69-1303-555 15578 2017-04-06 11:32:00          47
    +#> 10140            25   A69-1303-555 15579 2017-04-06 11:34:00          47
    +#> 10141            25   A69-1303-555 15580 2017-04-06 11:40:00          47
    +#> 10142            25   A69-1303-555 15581 2017-04-06 11:44:00          47
    +#> 10143            25   A69-1303-555 15582 2017-04-06 11:46:00          47
    +#> 10144            25   A69-1303-555 15583 2017-04-06 11:58:00          47
    +#> 10145            25   A69-1303-555 15584 2017-04-06 12:02:00          47
    +#> 10146            25   A69-1303-555 15586 2017-04-06 12:16:00          47
    +#> 10147            25   A69-1303-555 15587 2017-04-06 12:48:00          47
    +#> 10148            25   A69-1303-555 15588 2017-04-06 12:50:00          47
    +#> 10149            25   A69-1303-555 15589 2017-04-06 12:52:00          47
    +#> 10150            25   A69-1303-555 15590 2017-04-06 12:54:00          47
    +#> 10151            25   A69-1303-555 15591 2017-04-06 12:58:00          47
    +#> 10152            25   A69-1303-555 15592 2017-04-06 13:00:00          47
    +#> 10153            25   A69-1303-555 15593 2017-04-06 13:04:00          47
    +#> 10154            25   A69-1303-555 15594 2017-04-06 13:10:00          47
    +#> 10155            25   A69-1303-555 15595 2017-04-06 13:12:00          47
    +#> 10156            25   A69-1303-555 15596 2017-04-06 13:14:00          52
    +#> 10157            25   A69-1303-555 15597 2017-04-06 13:14:00          47
    +#> 10158            25   A69-1303-555 15598 2017-04-06 13:16:00          47
    +#> 10159            25   A69-1303-555 15600 2017-04-06 13:18:00          47
    +#> 10160            25   A69-1303-555 15602 2017-04-06 13:22:00          47
    +#> 10161            25   A69-1303-555 15603 2017-04-06 13:28:00          52
    +#> 10162            25   A69-1303-555 15604 2017-04-06 13:32:00          52
    +#> 10163            25   A69-1303-555 15605 2017-04-06 13:32:00          47
    +#> 10164            25   A69-1303-555 15607 2017-04-06 13:34:00          52
    +#> 10165            25   A69-1303-555 15608 2017-04-06 13:40:00          47
    +#> 10166            25   A69-1303-555 15609 2017-04-06 13:42:00          47
    +#> 10167            25   A69-1303-555 15610 2017-04-06 13:44:00          47
    +#> 10168            25   A69-1303-555 15611 2017-04-06 13:44:00          52
    +#> 10169            25   A69-1303-555 15613 2017-04-06 13:46:00          47
    +#> 10170            25   A69-1303-555 15614 2017-04-06 13:48:00          47
    +#> 10171            25   A69-1303-555 15616 2017-04-06 13:50:00          47
    +#> 10172            25   A69-1303-555 15618 2017-04-06 13:52:00          47
    +#> 10173            25   A69-1303-555 15620 2017-04-06 13:54:00          47
    +#> 10174            25   A69-1303-555 15622 2017-04-06 13:56:00          47
    +#> 10175            25   A69-1303-555 15623 2017-04-06 13:58:00          47
    +#> 10176            25   A69-1303-555 15625 2017-04-06 14:00:00          47
    +#> 10177            25   A69-1303-555 15627 2017-04-06 14:02:00          47
    +#> 10178            25   A69-1303-555 15628 2017-04-06 14:04:00          47
    +#> 10179            25   A69-1303-555 15630 2017-04-06 14:06:00          47
    +#> 10180            25   A69-1303-555 15631 2017-04-06 14:08:00          47
    +#> 10181            25   A69-1303-555 15633 2017-04-06 14:12:00          47
    +#> 10182            25   A69-1303-555 15636 2017-04-06 14:14:00          47
    +#> 10183            25   A69-1303-555 15637 2017-04-06 14:16:00          47
    +#> 10184            25   A69-1303-555 15639 2017-04-06 14:24:00          47
    +#> 10185            25   A69-1303-555 15640 2017-04-06 14:26:00          47
    +#> 10186            25   A69-1303-555 15641 2017-04-06 14:30:00          47
    +#> 10187            25   A69-1303-555 15642 2017-04-06 14:32:00          47
    +#> 10188            25   A69-1303-555 15643 2017-04-06 14:34:00          47
    +#> 10189            25   A69-1303-555 15644 2017-04-06 14:56:00          47
    +#> 10190            25   A69-1303-555 15645 2017-04-07 00:48:00          47
    +#> 10191            25   A69-1303-555 15646 2017-04-07 00:50:00          47
    +#> 10192            25   A69-1303-555 15648 2017-04-07 00:52:00          47
    +#> 10193            25   A69-1303-555 15649 2017-04-07 00:54:00          47
    +#> 10194            25   A69-1303-555 15652 2017-04-07 00:56:00          47
    +#> 10195            25   A69-1303-555 15654 2017-04-07 00:58:00          47
    +#> 10196            25   A69-1303-555 15655 2017-04-07 01:00:00          47
    +#> 10197            25   A69-1303-555 15657 2017-04-07 01:02:00          47
    +#> 10198            25   A69-1303-555 15659 2017-04-07 01:04:00          47
    +#> 10199            25   A69-1303-555 15661 2017-04-07 01:06:00          47
    +#> 10200            25   A69-1303-555 15663 2017-04-07 01:08:00          47
    +#> 10201            25   A69-1303-555 15665 2017-04-07 01:10:00          47
    +#> 10202            25   A69-1303-555 15666 2017-04-07 01:12:00          47
    +#> 10203            25   A69-1303-555 15669 2017-04-07 01:14:00          47
    +#> 10204            25   A69-1303-555 15670 2017-04-07 01:16:00          47
    +#> 10205            25   A69-1303-555 15671 2017-04-07 01:18:00          47
    +#> 10206            25   A69-1303-555 15672 2017-04-07 01:20:00          47
    +#> 10207            25   A69-1303-555 15674 2017-04-07 01:22:00          47
    +#> 10208            25   A69-1303-555 15675 2017-04-07 01:24:00          47
    +#> 10209            25   A69-1303-555 15677 2017-04-07 01:26:00          47
    +#> 10210            25   A69-1303-555 15679 2017-04-07 01:28:00          47
    +#> 10211            25   A69-1303-555 15680 2017-04-07 01:30:00          47
    +#> 10212            25   A69-1303-555 15681 2017-04-07 01:36:00          47
    +#> 10213            25   A69-1303-555 15684 2017-04-07 01:40:00          47
    +#> 10214            25   A69-1303-555 15686 2017-04-07 01:42:00          47
    +#> 10215            25   A69-1303-555 15688 2017-04-07 01:44:00          47
    +#> 10216            25   A69-1303-555 15689 2017-04-07 01:46:00          47
    +#> 10217            25   A69-1303-555 15691 2017-04-07 01:48:00          47
    +#> 10218            25   A69-1303-555 15692 2017-04-07 01:50:00          47
    +#> 10219            25   A69-1303-555 15693 2017-04-07 01:52:00          47
    +#> 10220            25   A69-1303-555 15695 2017-04-07 01:54:00          47
    +#> 10221            25   A69-1303-555 15696 2017-04-07 01:56:00          47
    +#> 10222            25   A69-1303-555 15698 2017-04-07 01:58:00          47
    +#> 10223            25   A69-1303-555 15700 2017-04-07 02:00:00          47
    +#> 10224            25   A69-1303-555 15702 2017-04-07 02:02:00          47
    +#> 10225            25   A69-1303-555 15705 2017-04-07 02:04:00          47
    +#> 10226            25   A69-1303-555 15706 2017-04-07 02:06:00          47
    +#> 10227            25   A69-1303-555 15707 2017-04-07 02:08:00          47
    +#> 10228            25   A69-1303-555 15708 2017-04-07 02:12:00          47
    +#> 10229            25   A69-1303-555 15709 2017-04-07 02:14:00          47
    +#> 10230            25   A69-1303-555 15710 2017-04-07 02:20:00          47
    +#> 10231            25   A69-1303-555 15711 2017-04-07 02:22:00          47
    +#> 10232            25   A69-1303-555 15714 2017-04-07 02:24:00          47
    +#> 10233            25   A69-1303-555 15715 2017-04-07 02:26:00          47
    +#> 10234            25   A69-1303-555 15717 2017-04-07 02:28:00          47
    +#> 10235            25   A69-1303-555 15718 2017-04-07 02:30:00          47
    +#> 10236            25   A69-1303-555 15719 2017-04-07 02:32:00          47
    +#> 10237            25   A69-1303-555 15721 2017-04-07 02:34:00          47
    +#> 10238            25   A69-1303-555 15723 2017-04-07 02:36:00          47
    +#> 10239            25   A69-1303-555 15725 2017-04-07 02:48:00          47
    +#> 10240            25   A69-1303-555 15726 2017-04-07 02:52:00          47
    +#> 10241            25   A69-1303-555 15727 2017-04-07 02:54:00          47
    +#> 10242            25   A69-1303-555 15728 2017-04-07 02:56:00          47
    +#> 10243            25   A69-1303-555 15730 2017-04-07 02:58:00          47
    +#> 10244            25   A69-1303-555 15732 2017-04-07 03:00:00          47
    +#> 10245            25   A69-1303-555 15735 2017-04-07 03:04:00          47
    +#> 10246            25   A69-1303-555 15737 2017-04-07 03:06:00          47
    +#> 10247            25   A69-1303-555 15739 2017-04-07 03:08:00          47
    +#> 10248            25   A69-1303-555 15741 2017-04-07 03:10:00          47
    +#> 10249            25   A69-1303-555 15742 2017-04-07 03:12:00          47
    +#> 10250            25   A69-1303-555 15743 2017-04-07 03:20:00          47
    +#> 10251            25   A69-1303-555 15744 2017-04-07 03:22:00          47
    +#> 10252            25   A69-1303-555 15745 2017-04-07 04:28:00          47
    +#> 10253            25   A69-1303-555 15746 2017-04-07 04:32:00          47
    +#> 10254            25   A69-1303-555 15748 2017-04-07 04:34:00          47
    +#> 10255            25   A69-1303-555 15749 2017-04-07 04:38:00          47
    +#> 10256            25   A69-1303-555 15750 2017-04-07 04:40:00          47
    +#> 10257            25   A69-1303-555 15752 2017-04-07 04:40:00          52
    +#> 10258            25   A69-1303-555 15753 2017-04-07 04:42:00          47
    +#> 10259            25   A69-1303-555 15756 2017-04-07 04:44:00          47
    +#> 10260            25   A69-1303-555 15758 2017-04-07 04:46:00          47
    +#> 10261            25   A69-1303-555 15759 2017-04-07 04:50:00          52
    +#> 10262            25   A69-1303-555 15760 2017-04-07 04:50:00          47
    +#> 10263            25   A69-1303-555 15761 2017-04-07 04:52:00          47
    +#> 10264            25   A69-1303-555 15762 2017-04-07 05:02:00          47
    +#> 10265            25   A69-1303-555 15763 2017-04-07 05:04:00          52
    +#> 10266            25   A69-1303-555 15764 2017-04-07 05:04:00          47
    +#> 10267            25   A69-1303-555 15765 2017-04-07 05:06:00          47
    +#> 10268            25   A69-1303-555 15766 2017-04-07 05:08:00          47
    +#> 10269            25   A69-1303-555 15767 2017-04-07 05:08:00          52
    +#> 10270            25   A69-1303-555 15768 2017-04-07 05:10:00          47
    +#> 10271            25   A69-1303-555 15770 2017-04-07 05:12:00          47
    +#> 10272            25   A69-1303-555 15771 2017-04-07 05:18:00          47
    +#> 10273            25   A69-1303-555 15772 2017-04-07 05:20:00          47
    +#> 10274            25   A69-1303-555 15775 2017-04-07 05:22:00          47
    +#> 10275            25   A69-1303-555 15776 2017-04-07 06:14:00          41
    +#> 10276            25   A69-1303-555 15777 2017-04-07 06:18:00          41
    +#> 10277            25   A69-1303-555 15778 2017-04-07 06:38:00          41
    +#> 10278            25   A69-1303-555 15779 2017-04-07 06:42:00          41
    +#> 10279            25   A69-1303-555 15780 2017-04-07 07:22:00          47
    +#> 10280            25   A69-1303-555 15782 2017-04-07 08:18:00          47
    +#> 10281            25   A69-1303-555 15783 2017-04-07 08:20:00          47
    +#> 10282            25   A69-1303-555 15784 2017-04-07 08:22:00          47
    +#> 10283            25   A69-1303-555 15785 2017-04-07 08:28:00          47
    +#> 10284            25   A69-1303-555 15786 2017-04-07 08:38:00          47
    +#> 10285            25   A69-1303-555 15787 2017-04-08 21:10:00          50
    +#> 10286            25   A69-1303-555 15788 2017-04-08 21:14:00          50
    +#> 10287            25   A69-1303-555 15790 2017-04-08 21:16:00          50
    +#> 10288            25   A69-1303-555 15791 2017-04-08 21:18:00          50
    +#> 10289            25   A69-1303-555 15793 2017-04-08 21:20:00          50
    +#> 10290            25   A69-1303-555 15794 2017-04-08 21:22:00          50
    +#> 10291            25   A69-1303-555 15796 2017-04-10 07:32:00          45
    +#> 10292            25   A69-1303-555 15797 2017-04-10 07:34:00          45
    +#> 10293            25   A69-1303-555 15798 2017-04-10 07:36:00          45
    +#> 10294            25   A69-1303-555 15800 2017-04-10 07:40:00          45
    +#> 10295            25   A69-1303-555 15802 2017-04-10 07:42:00          45
    +#> 10296            25   A69-1303-555 15803 2017-04-10 07:44:00          45
    +#> 10297            25   A69-1303-555 15804 2017-04-10 07:46:00          45
    +#> 10298            25   A69-1303-555 15806 2017-04-10 07:48:00          45
    +#> 10299            25   A69-1303-555 15808 2017-04-10 07:50:00          45
    +#> 10300            25   A69-1303-555 15809 2017-04-10 07:52:00          45
    +#> 10301            25   A69-1303-555 15810 2017-04-10 07:54:00          45
    +#> 10302            25   A69-1303-555 15812 2017-04-10 08:00:00          45
    +#> 10303            25   A69-1303-555 15813 2017-04-10 08:02:00          45
    +#> 10304            25   A69-1303-555 15814 2017-04-10 08:04:00          45
    +#> 10305            25   A69-1303-555 15816 2017-04-10 08:06:00          45
    +#> 10306            25   A69-1303-555 15817 2017-04-10 08:08:00          45
    +#> 10307            25   A69-1303-555 15819 2017-04-10 08:10:00          45
    +#> 10308            25   A69-1303-555 15822 2017-04-10 08:12:00          45
    +#> 10309            25   A69-1303-555 15823 2017-04-10 08:14:00          45
    +#> 10310            25   A69-1303-555 15826 2017-04-10 08:16:00          45
    +#> 10311            25   A69-1303-555 15828 2017-04-10 08:18:00          45
    +#> 10312            25   A69-1303-555 15829 2017-04-10 08:20:00          45
    +#> 10313            25   A69-1303-555 15830 2017-04-10 08:22:00          45
    +#> 10314            25   A69-1303-555 15831 2017-04-10 08:24:00          45
    +#> 10315            25   A69-1303-555 15833 2017-04-10 08:26:00          45
    +#> 10316            25   A69-1303-555 15835 2017-04-10 08:28:00          45
    +#> 10317            25   A69-1303-555 15837 2017-04-10 08:30:00          45
    +#> 10318            25   A69-1303-555 15838 2017-04-10 08:32:00          45
    +#> 10319            25   A69-1303-555 15840 2017-04-10 08:34:00          45
    +#> 10320            25   A69-1303-555 15841 2017-04-10 08:36:00          45
    +#> 10321            25   A69-1303-555 15842 2017-04-10 08:40:00          45
    +#> 10322            25   A69-1303-555 15845 2017-04-10 08:44:00          45
    +#> 10323            25   A69-1303-555 15846 2017-04-10 08:46:00          45
    +#> 10324            25   A69-1303-555 15847 2017-04-10 08:50:00          45
    +#> 10325            25   A69-1303-555 15848 2017-04-10 08:52:00          45
    +#> 10326            25   A69-1303-555 15850 2017-04-10 08:56:00          45
    +#> 10327            25   A69-1303-555 15851 2017-04-10 08:58:00          45
    +#> 10328            25   A69-1303-555 15853 2017-04-10 09:00:00          45
    +#> 10329            25   A69-1303-555 15855 2017-04-10 09:02:00          45
    +#> 10330            25   A69-1303-555 15856 2017-04-10 09:04:00          45
    +#> 10331            25   A69-1303-555 15859 2017-04-10 09:08:00          45
    +#> 10332            25   A69-1303-555 15860 2017-04-10 09:10:00          45
    +#> 10333            25   A69-1303-555 15862 2017-04-10 09:12:00          45
    +#> 10334            25   A69-1303-555 15864 2017-04-10 09:14:00          45
    +#> 10335            25   A69-1303-555 15865 2017-04-10 09:16:00          45
    +#> 10336            25   A69-1303-555 15866 2017-04-10 09:18:00          45
    +#> 10337            25   A69-1303-555 15867 2017-04-10 09:20:00          45
    +#> 10338            25   A69-1303-555 15869 2017-04-10 09:22:00          45
    +#> 10339            25   A69-1303-555 15871 2017-04-10 09:30:00          45
    +#> 10340            25   A69-1303-555 15872 2017-04-11 02:12:00          51
    +#> 10341            25   A69-1303-555 15874 2017-04-11 02:14:00          51
    +#> 10342            25   A69-1303-555 15875 2017-04-12 20:52:00          50
    +#> 10343            25   A69-1303-555 15876 2017-04-12 20:54:00          50
    +#> 10344            25   A69-1303-555 15877 2017-04-12 21:00:00          51
    +#> 10345            25   A69-1303-555 15878 2017-04-12 21:02:00          51
    +#> 10346            25   A69-1303-555 15879 2017-04-12 22:56:00          48
    +#> 10347            25   A69-1303-555 15880 2017-04-12 22:58:00          48
    +#> 10348            25   A69-1303-555 15882 2017-04-12 23:00:00          48
    +#> 10349            25   A69-1303-555 15883 2017-04-12 23:02:00          48
    +#> 10350            25   A69-1303-555 15884 2017-04-12 23:26:00          48
    +#> 10351            25   A69-1303-555 15885 2017-04-13 06:58:00          48
    +#> 10352            25   A69-1303-555 15887 2017-04-13 07:00:00          48
    +#> 10353            25   A69-1303-555 15888 2017-04-13 07:02:00          48
    +#> 10354            25   A69-1303-555 15889 2017-04-13 07:04:00          48
    +#> 10355            25   A69-1303-555 15890 2017-04-13 07:06:00          48
    +#> 10356            25   A69-1303-555 15891 2017-04-13 07:12:00          48
    +#> 10357            25   A69-1303-555 15892 2017-04-13 07:14:00          48
    +#> 10358            25   A69-1303-555 15894 2017-04-13 07:16:00          48
    +#> 10359            25   A69-1303-555 15895 2017-04-13 07:18:00          48
    +#> 10360            25   A69-1303-555 15897 2017-04-13 07:20:00          48
    +#> 10361            25   A69-1303-555 15899 2017-04-13 07:22:00          48
    +#> 10362            25   A69-1303-555 15901 2017-04-13 07:26:00          48
    +#> 10363            25   A69-1303-555 15902 2017-04-13 07:30:00          48
    +#> 10364            25   A69-1303-555 15905 2017-04-13 07:32:00          48
    +#> 10365            25   A69-1303-555 15906 2017-04-13 07:34:00          48
    +#> 10366            25   A69-1303-555 15907 2017-04-13 07:36:00          48
    +#> 10367            25   A69-1303-555 15908 2017-04-13 07:38:00          48
    +#> 10368            25   A69-1303-555 15909 2017-04-13 07:40:00          48
    +#> 10369            25   A69-1303-555 15910 2017-04-13 08:04:00          48
    +#> 10370            25   A69-1303-555 15911 2017-04-13 08:06:00          48
    +#> 10371            25   A69-1303-555 15912 2017-04-13 08:16:00          48
    +#> 10372            25   A69-1303-555 15913 2017-04-13 08:28:00          48
    +#> 10373            25   A69-1303-555 15914 2017-04-13 08:32:00          48
    +#> 10374            25   A69-1303-555 15915 2017-04-13 08:44:00          48
    +#> 10375            25   A69-1303-555 15916 2017-04-13 08:46:00          48
    +#> 10376            25   A69-1303-555 15918 2017-04-13 08:48:00          48
    +#> 10377            25   A69-1303-555 15919 2017-04-13 08:50:00          48
    +#> 10378            25   A69-1303-555 15920 2017-04-13 09:46:00          48
    +#> 10379            25   A69-1303-555 15921 2017-04-13 10:00:00          48
    +#> 10380            25   A69-1303-555 15922 2017-04-13 10:26:00          48
    +#> 10381            25   A69-1303-555 15923 2017-04-13 10:34:00          48
    +#> 10382            25   A69-1303-555 15924 2017-04-13 10:36:00          48
    +#> 10383            25   A69-1303-555 15925 2017-04-13 23:28:00          57
    +#> 10384            25   A69-1303-555 15926 2017-04-13 23:30:00          57
    +#> 10385            25   A69-1303-555 15927 2017-04-13 23:50:00          57
    +#> 10386            25   A69-1303-555 15928 2017-04-13 23:52:00          57
    +#> 10387            25   A69-1303-555 15929 2017-04-13 23:54:00          57
    +#> 10388            25   A69-1303-555 15930 2017-04-13 23:58:00          57
    +#> 10389            25   A69-1303-555 15931 2017-04-14 00:00:00          57
    +#> 10390            25   A69-1303-555 15932 2017-04-14 00:02:00          57
    +#> 10391            25   A69-1303-555 15933 2017-04-14 00:04:00          57
    +#> 10392            25   A69-1303-555 15934 2017-04-14 00:06:00          57
    +#> 10393            25   A69-1303-555 15935 2017-04-14 00:14:00          57
    +#> 10394            25   A69-1303-555 15936 2017-04-14 09:26:00          57
    +#> 10395            25   A69-1303-555 15937 2017-04-14 09:48:00          57
    +#> 10396            25   A69-1303-555 15938 2017-04-14 10:00:00          57
    +#> 10397            25   A69-1303-555 15939 2017-04-14 10:06:00          57
    +#> 10398            25   A69-1303-555 15940 2017-04-14 10:16:00          57
    +#> 10399            25   A69-1303-555 15941 2017-04-14 10:54:00          57
    +#> 10400            25   A69-1303-555 15942 2017-04-14 11:04:00          57
    +#> 10401            25   A69-1303-555 15943 2017-04-14 11:14:00          57
    +#> 10402            25   A69-1303-555 15944 2017-04-14 11:18:00          57
    +#> 10403            25   A69-1303-555 15945 2017-04-14 11:36:00          57
    +#> 10404            25   A69-1303-555 15946 2017-04-14 16:06:00          21
    +#> 10405            25   A69-1303-555 15947 2017-04-14 16:08:00          21
    +#> 10406            25   A69-1303-555 15949 2017-04-14 16:08:00          57
    +#> 10407            25   A69-1303-555 15950 2017-04-14 16:10:00          21
    +#> 10408            25   A69-1303-555 15951 2017-04-14 16:12:00          57
    +#> 10409            25   A69-1303-555 15952 2017-04-14 16:14:00          57
    +#> 10410            25   A69-1303-555 15953 2017-04-14 16:16:00          57
    +#> 10411            25   A69-1303-555 15955 2017-04-14 16:18:00          21
    +#> 10412            25   A69-1303-555 15956 2017-04-14 16:20:00          21
    +#> 10413            25   A69-1303-555 15958 2017-04-14 16:22:00          21
    +#> 10414            25   A69-1303-555 15961 2017-04-14 16:26:00          21
    +#> 10415            25   A69-1303-555 15962 2017-04-14 16:28:00          21
    +#> 10416            25   A69-1303-555 15964 2017-04-14 16:30:00          21
    +#> 10417            25   A69-1303-555 15965 2017-04-14 16:32:00          57
    +#> 10418            25   A69-1303-555 15966 2017-04-14 16:36:00          21
    +#> 10419            25   A69-1303-555 15968 2017-04-14 16:38:00          21
    +#> 10420            25   A69-1303-555 15969 2017-04-14 16:40:00          21
    +#> 10421            25   A69-1303-555 15970 2017-04-14 16:40:00          57
    +#> 10422            25   A69-1303-555 15972 2017-04-14 16:44:00          21
    +#> 10423            25   A69-1303-555 15973 2017-04-14 16:46:00          21
    +#> 10424            25   A69-1303-555 15974 2017-04-14 16:48:00          21
    +#> 10425            25   A69-1303-555 15976 2017-04-14 16:50:00          21
    +#> 10426            25   A69-1303-555 15977 2017-04-14 16:52:00          21
    +#> 10427            25   A69-1303-555 15979 2017-04-14 16:56:00          21
    +#> 10428            25   A69-1303-555 15980 2017-04-14 16:56:00          57
    +#> 10429            25   A69-1303-555 15981 2017-04-14 16:58:00          21
    +#> 10430            25   A69-1303-555 15983 2017-04-14 17:00:00          21
    +#> 10431            25   A69-1303-555 15985 2017-04-14 17:00:00          57
    +#> 10432            25   A69-1303-555 15986 2017-04-14 17:02:00          21
    +#> 10433            25   A69-1303-555 15987 2017-04-14 17:02:00          57
    +#> 10434            25   A69-1303-555 15989 2017-04-14 17:04:00          21
    +#> 10435            25   A69-1303-555 15991 2017-04-14 17:06:00          21
    +#> 10436            25   A69-1303-555 15992 2017-04-14 17:06:00          57
    +#> 10437            25   A69-1303-555 15993 2017-04-14 17:08:00          21
    +#> 10438            25   A69-1303-555 15996 2017-04-14 17:10:00          21
    +#> 10439            25   A69-1303-555 15998 2017-04-14 17:12:00          21
    +#> 10440            25   A69-1303-555 15999 2017-04-14 17:12:00          57
    +#> 10441            25   A69-1303-555 16002 2017-04-14 17:14:00          21
    +#> 10442            25   A69-1303-555 16003 2017-04-14 17:14:00          57
    +#> 10443            25   A69-1303-555 16004 2017-04-14 17:16:00          21
    +#> 10444            25   A69-1303-555 16005 2017-04-14 17:16:00          57
    +#> 10445            25   A69-1303-555 16006 2017-04-14 17:18:00          21
    +#> 10446            25   A69-1303-555 16007 2017-04-14 17:18:00          57
    +#> 10447            25   A69-1303-555 16009 2017-04-14 17:20:00          21
    +#> 10448            25   A69-1303-555 16010 2017-04-14 17:22:00          21
    +#> 10449            25   A69-1303-555 16011 2017-04-14 17:22:00          57
    +#> 10450            25   A69-1303-555 16012 2017-04-14 17:24:00          57
    +#> 10451            25   A69-1303-555 16013 2017-04-14 17:26:00          57
    +#> 10452            25   A69-1303-555 16014 2017-04-14 17:28:00          57
    +#> 10453            25   A69-1303-555 16015 2017-04-14 17:30:00          57
    +#> 10454            25   A69-1303-555 16016 2017-04-14 17:32:00          57
    +#> 10455            25   A69-1303-555 16017 2017-04-14 17:34:00          21
    +#> 10456            25   A69-1303-555 16018 2017-04-14 18:06:00          45
    +#> 10457            25   A69-1303-555 16020 2017-04-14 18:10:00          45
    +#> 10458            25   A69-1303-555 16021 2017-04-14 18:12:00          45
    +#> 10459            25   A69-1303-555 16022 2017-04-14 18:18:00          45
    +#> 10460            25   A69-1303-555 16024 2017-04-14 18:22:00          45
    +#> 10461            25   A69-1303-555 16026 2017-04-14 18:26:00          45
    +#> 10462            25   A69-1303-555 16027 2017-04-14 18:34:00          45
    +#> 10463            25   A69-1303-555 16028 2017-04-14 18:36:00          45
    +#> 10464            25   A69-1303-555 16031 2017-04-14 18:40:00          45
    +#> 10465            25   A69-1303-555 16032 2017-04-14 18:48:00          45
    +#> 10466            25   A69-1303-555 16034 2017-04-14 18:50:00          45
    +#> 10467            25   A69-1303-555 16035 2017-04-14 18:54:00          45
    +#> 10468            25   A69-1303-555 16036 2017-04-14 18:58:00          45
    +#> 10469            25   A69-1303-555 16037 2017-04-14 19:00:00          45
    +#> 10470            25   A69-1303-555 16038 2017-04-14 19:06:00          45
    +#> 10471            25   A69-1303-555 16039 2017-04-14 19:08:00          45
    +#> 10472            25   A69-1303-555 16040 2017-04-14 19:12:00          45
    +#> 10473            25   A69-1303-555 16042 2017-04-14 19:14:00          45
    +#> 10474            25   A69-1303-555 16044 2017-04-14 19:18:00          45
    +#> 10475            25   A69-1303-555 16046 2017-04-14 19:22:00          45
    +#> 10476            25   A69-1303-555 16048 2017-04-14 19:28:00          45
    +#> 10477            25   A69-1303-555 16051 2017-04-14 19:30:00          45
    +#> 10478            25   A69-1303-555 16053 2017-04-14 19:32:00          45
    +#> 10479            25   A69-1303-555 16054 2017-04-14 19:34:00          45
    +#> 10480            25   A69-1303-555 16056 2017-04-14 19:36:00          45
    +#> 10481            25   A69-1303-555 16058 2017-04-14 19:42:00          45
    +#> 10482            25   A69-1303-555 16060 2017-04-14 19:44:00          45
    +#> 10483            25   A69-1303-555 16062 2017-04-14 19:46:00          45
    +#> 10484            25   A69-1303-555 16063 2017-04-14 19:56:00          45
    +#> 10485            25   A69-1303-555 16064 2017-04-14 20:00:00          45
    +#> 10486            25   A69-1303-555 16065 2017-04-14 20:04:00          45
    +#> 10487            25   A69-1303-555 16066 2017-04-14 20:06:00          45
    +#> 10488            25   A69-1303-555 16068 2017-04-14 20:12:00          45
    +#> 10489            25   A69-1303-555 16069 2017-04-14 20:14:00          45
    +#> 10490            25   A69-1303-555 16070 2017-04-14 20:16:00          45
    +#> 10491            25   A69-1303-555 16071 2017-04-14 20:18:00          45
    +#> 10492            25   A69-1303-555 16072 2017-04-14 20:20:00          45
    +#> 10493            25   A69-1303-555 16073 2017-04-14 20:24:00          45
    +#> 10494            25   A69-1303-555 16075 2017-04-14 20:26:00          45
    +#> 10495            25   A69-1303-555 16076 2017-04-14 20:28:00          45
    +#> 10496            25   A69-1303-555 16077 2017-04-14 20:30:00          45
    +#> 10497            25   A69-1303-555 16079 2017-04-14 20:32:00          45
    +#> 10498            25   A69-1303-555 16081 2017-04-14 20:34:00          45
    +#> 10499            25   A69-1303-555 16083 2017-04-14 20:36:00          45
    +#> 10500            25   A69-1303-555 16084 2017-04-14 20:38:00          45
    +#> 10501            25   A69-1303-555 16085 2017-04-14 20:40:00          45
    +#> 10502            25   A69-1303-555 16087 2017-04-14 20:42:00          56
    +#> 10503            25   A69-1303-555 16088 2017-04-14 20:42:00          45
    +#> 10504            25   A69-1303-555 16089 2017-04-14 20:44:00          56
    +#> 10505            25   A69-1303-555 16090 2017-04-14 20:44:00          45
    +#> 10506            25   A69-1303-555 16092 2017-04-14 20:46:00          56
    +#> 10507            25   A69-1303-555 16093 2017-04-14 20:46:00          45
    +#> 10508            25   A69-1303-555 16095 2017-04-14 20:48:00          45
    +#> 10509            25   A69-1303-555 16096 2017-04-14 20:48:00          56
    +#> 10510            25   A69-1303-555 16098 2017-04-14 20:50:00          56
    +#> 10511            25   A69-1303-555 16099 2017-04-14 20:50:00          45
    +#> 10512            25   A69-1303-555 16101 2017-04-14 20:52:00          45
    +#> 10513            25   A69-1303-555 16102 2017-04-14 20:52:00          56
    +#> 10514            25   A69-1303-555 16104 2017-04-14 20:54:00          45
    +#> 10515            25   A69-1303-555 16105 2017-04-14 20:56:00          45
    +#> 10516            25   A69-1303-555 16106 2017-04-14 20:56:00          56
    +#> 10517            25   A69-1303-555 16107 2017-04-14 20:58:00          45
    +#> 10518            25   A69-1303-555 16108 2017-04-14 20:58:00          56
    +#> 10519            25   A69-1303-555 16111 2017-04-14 21:00:00          56
    +#> 10520            25   A69-1303-555 16112 2017-04-14 21:00:00          45
    +#> 10521            25   A69-1303-555 16113 2017-04-14 21:02:00          56
    +#> 10522            25   A69-1303-555 16114 2017-04-14 21:02:00          45
    +#> 10523            25   A69-1303-555 16116 2017-04-14 21:04:00          45
    +#> 10524            25   A69-1303-555 16117 2017-04-14 21:04:00          56
    +#> 10525            25   A69-1303-555 16119 2017-04-14 21:06:00          56
    +#> 10526            25   A69-1303-555 16120 2017-04-14 21:06:00          45
    +#> 10527            25   A69-1303-555 16122 2017-04-14 21:08:00          45
    +#> 10528            25   A69-1303-555 16123 2017-04-14 21:08:00          56
    +#> 10529            25   A69-1303-555 16125 2017-04-14 21:10:00          45
    +#> 10530            25   A69-1303-555 16126 2017-04-14 21:12:00          56
    +#> 10531            25   A69-1303-555 16127 2017-04-14 21:12:00          45
    +#> 10532            25   A69-1303-555 16130 2017-04-14 21:14:00          45
    +#> 10533            25   A69-1303-555 16131 2017-04-14 21:14:00          56
    +#> 10534            25   A69-1303-555 16132 2017-04-14 21:16:00          56
    +#> 10535            25   A69-1303-555 16134 2017-04-14 21:16:00          45
    +#> 10536            25   A69-1303-555 16136 2017-04-14 21:18:00          45
    +#> 10537            25   A69-1303-555 16138 2017-04-14 21:18:00          56
    +#> 10538            25   A69-1303-555 16140 2017-04-14 21:20:00          56
    +#> 10539            25   A69-1303-555 16141 2017-04-14 21:20:00          45
    +#> 10540            25   A69-1303-555 16142 2017-04-14 21:22:00          45
    +#> 10541            25   A69-1303-555 16144 2017-04-14 21:22:00          56
    +#> 10542            25   A69-1303-555 16145 2017-04-14 21:24:00          45
    +#> 10543            25   A69-1303-555 16147 2017-04-14 21:26:00          45
    +#> 10544            25   A69-1303-555 16148 2017-04-14 21:28:00          45
    +#> 10545            25   A69-1303-555 16149 2017-04-14 21:30:00          45
    +#> 10546            25   A69-1303-555 16151 2017-04-14 21:32:00          45
    +#> 10547            25   A69-1303-555 16154 2017-04-14 21:34:00          45
    +#> 10548            25   A69-1303-555 16155 2017-04-14 21:36:00          45
    +#> 10549            25   A69-1303-555 16156 2017-04-14 21:38:00          45
    +#> 10550            25   A69-1303-555 16159 2017-04-14 21:40:00          45
    +#> 10551            25   A69-1303-555 16160 2017-04-14 21:42:00          45
    +#> 10552            25   A69-1303-555 16161 2017-04-14 21:44:00          45
    +#> 10553            25   A69-1303-555 16163 2017-04-14 21:48:00          45
    +#> 10554            25   A69-1303-555 16165 2017-04-14 21:50:00          45
    +#> 10555            25   A69-1303-555 16166 2017-04-14 21:52:00          45
    +#> 10556            25   A69-1303-555 16168 2017-04-14 21:58:00          45
    +#> 10557            25   A69-1303-555 16169 2017-04-14 23:26:00          48
    +#> 10558            25   A69-1303-555 16171 2017-04-14 23:36:00          48
    +#> 10559            25   A69-1303-555 16172 2017-04-14 23:38:00          48
    +#> 10560            25   A69-1303-555 16173 2017-04-14 23:40:00          48
    +#> 10561            25   A69-1303-555 16174 2017-04-14 23:42:00          48
    +#> 10562            25   A69-1303-555 16176 2017-04-14 23:44:00          48
    +#> 10563            25   A69-1303-555 16178 2017-04-14 23:46:00          48
    +#> 10564            25   A69-1303-555 16180 2017-04-14 23:48:00          48
    +#> 10565            25   A69-1303-555 16182 2017-04-15 00:36:00          48
    +#> 10566            25   A69-1303-555 16183 2017-04-15 00:38:00          48
    +#> 10567            25   A69-1303-555 16184 2017-04-15 00:40:00          48
    +#> 10568            25   A69-1303-555 16185 2017-04-15 00:42:00          48
    +#> 10569            25   A69-1303-555 16186 2017-04-15 00:46:00          48
    +#> 10570            25   A69-1303-555 16188 2017-04-15 00:48:00          48
    +#> 10571            25   A69-1303-555 16190 2017-04-15 00:50:00          48
    +#> 10572            25   A69-1303-555 16192 2017-04-15 00:52:00          48
    +#> 10573            25   A69-1303-555 16194 2017-04-15 00:54:00          48
    +#> 10574            25   A69-1303-555 16195 2017-04-15 00:56:00          48
    +#> 10575            25   A69-1303-555 16197 2017-04-15 00:58:00          48
    +#> 10576            25   A69-1303-555 16198 2017-04-15 01:00:00          48
    +#> 10577            25   A69-1303-555 16200 2017-04-15 01:02:00          48
    +#> 10578            25   A69-1303-555 16202 2017-04-15 01:06:00          48
    +#> 10579            25   A69-1303-555 16205 2017-04-15 01:08:00          48
    +#> 10580            25   A69-1303-555 16206 2017-04-15 01:12:00          48
    +#> 10581            25   A69-1303-555 16207 2017-04-15 01:34:00          49
    +#> 10582            25   A69-1303-555 16208 2017-04-15 01:52:00          49
    +#> 10583            25   A69-1303-555 16209 2017-04-15 02:06:00          49
    +#> 10584            25   A69-1303-555 16210 2017-04-18 03:48:00          51
    +#> 10585            25   A69-1303-555 16212 2017-04-18 03:50:00          51
    +#> 10586            25   A69-1303-555 16214 2017-04-18 03:52:00          51
    +#> 10587            25   A69-1303-555 16215 2017-04-18 03:54:00          51
    +#> 10588            25   A69-1303-555 16216 2017-04-18 03:56:00          51
    +#> 10589            25   A69-1303-555 16219 2017-04-18 03:58:00          51
    +#> 10590            25   A69-1303-555 16221 2017-04-18 04:00:00          51
    +#> 10591            25   A69-1303-555 16223 2017-04-18 04:02:00          51
    +#> 10592            25   A69-1303-555 16224 2017-04-18 04:04:00          51
    +#> 10593            25   A69-1303-555 16225 2017-04-18 04:06:00          51
    +#> 10594            25   A69-1303-555 16227 2017-04-18 04:08:00          51
    +#> 10595            25   A69-1303-555 16230 2017-04-18 04:10:00          51
    +#> 10596            25   A69-1303-555 16231 2017-04-18 04:14:00          51
    +#> 10597            25   A69-1303-555 16232 2017-04-18 04:16:00          51
    +#> 10598            25   A69-1303-555 16233 2017-04-18 04:20:00          51
    +#> 10599            25   A69-1303-555 16234 2017-04-18 04:22:00          51
    +#> 10600            25   A69-1303-555 16236 2017-04-18 04:24:00          51
    +#> 10601            25   A69-1303-555 16237 2017-04-18 04:28:00          51
    +#> 10602            25   A69-1303-555 16238 2017-04-18 20:28:00          52
    +#> 10603            25   A69-1303-555 16239 2017-04-18 20:38:00          47
    +#> 10604            25   A69-1303-555 16240 2017-04-18 20:40:00          47
    +#> 10605            25   A69-1303-555 16242 2017-04-18 20:42:00          52
    +#> 10606            25   A69-1303-555 16243 2017-04-18 20:44:00          52
    +#> 10607            25   A69-1303-555 16244 2017-04-18 20:48:00          52
    +#> 10608            25   A69-1303-555 16246 2017-04-18 20:54:00          47
    +#> 10609            25   A69-1303-555 16247 2017-04-18 20:54:00          52
    +#> 10610            25   A69-1303-555 16248 2017-04-18 20:56:00          52
    +#> 10611            25   A69-1303-555 16249 2017-04-18 20:58:00          52
    +#> 10612            25   A69-1303-555 16250 2017-04-18 21:00:00          52
    +#> 10613            25   A69-1303-555 16251 2017-04-18 21:00:00          47
    +#> 10614            25   A69-1303-555 16253 2017-04-18 21:04:00          52
    +#> 10615            25   A69-1303-555 16254 2017-04-18 21:04:00          47
    +#> 10616            25   A69-1303-555 16256 2017-04-18 21:06:00          52
    +#> 10617            25   A69-1303-555 16258 2017-04-18 21:08:00          52
    +#> 10618            25   A69-1303-555 16259 2017-04-18 21:08:00          47
    +#> 10619            25   A69-1303-555 16263 2017-04-18 21:10:00          52
    +#> 10620            25   A69-1303-555 16264 2017-04-18 21:10:00          47
    +#> 10621            25   A69-1303-555 16268 2017-04-18 21:12:00          52
    +#> 10622            25   A69-1303-555 16270 2017-04-18 21:14:00          52
    +#> 10623            25   A69-1303-555 16272 2017-04-18 21:18:00          52
    +#> 10624            25   A69-1303-555 16273 2017-04-18 21:20:00          47
    +#> 10625            25   A69-1303-555 16274 2017-04-18 21:20:00          52
    +#> 10626            25   A69-1303-555 16276 2017-04-18 21:34:00          47
    +#> 10627            25   A69-1303-555 16277 2017-04-19 00:56:00          47
    +#> 10628            25   A69-1303-555 16279 2017-04-19 00:58:00          47
    +#> 10629            25   A69-1303-555 16280 2017-04-19 01:00:00          47
    +#> 10630            25   A69-1303-555 16281 2017-04-19 01:02:00          47
    +#> 10631            25   A69-1303-555 16284 2017-04-19 01:04:00          47
    +#> 10632            25   A69-1303-555 16285 2017-04-19 01:10:00          47
    +#> 10633            25   A69-1303-555 16286 2017-04-19 01:12:00          47
    +#> 10634            25   A69-1303-555 16287 2017-04-19 01:12:00          52
    +#> 10635            25   A69-1303-555 16288 2017-04-19 01:24:00          52
    +#> 10636            25   A69-1303-555 16289 2017-04-19 01:38:00          52
    +#> 10637            25   A69-1303-555 16291 2017-04-19 01:40:00          47
    +#> 10638            25   A69-1303-555 16292 2017-04-19 01:40:00          52
    +#> 10639            25   A69-1303-555 16294 2017-04-19 01:42:00          52
    +#> 10640            25   A69-1303-555 16295 2017-04-19 01:42:00          47
    +#> 10641            25   A69-1303-555 16296 2017-04-19 01:44:00          52
    +#> 10642            25   A69-1303-555 16298 2017-04-19 01:46:00          52
    +#> 10643            25   A69-1303-555 16299 2017-04-19 01:48:00          52
    +#> 10644            25   A69-1303-555 16300 2017-04-19 02:00:00          52
    +#> 10645            25   A69-1303-555 16301 2017-04-19 02:08:00          52
    +#> 10646            25   A69-1303-555 16302 2017-04-19 02:22:00          47
    +#> 10647            25   A69-1303-555 16304 2017-04-19 02:28:00          52
    +#> 10648            25   A69-1303-555 16305 2017-04-19 02:30:00          52
    +#> 10649            25   A69-1303-555 16307 2017-04-19 02:32:00          52
    +#> 10650            25   A69-1303-555 16309 2017-04-19 02:36:00          52
    +#> 10651            25   A69-1303-555 16311 2017-04-19 02:38:00          52
    +#> 10652            25   A69-1303-555 16313 2017-04-19 02:40:00          52
    +#> 10653            25   A69-1303-555 16314 2017-04-19 02:42:00          52
    +#> 10654            25   A69-1303-555 16316 2017-04-19 02:44:00          52
    +#> 10655            25   A69-1303-555 16317 2017-04-19 03:04:00          52
    +#> 10656            25   A69-1303-555 16318 2017-04-20 01:10:00          51
    +#> 10657            25   A69-1303-555 16320 2017-04-20 01:12:00          51
    +#> 10658            25   A69-1303-555 16321 2017-04-20 01:14:00          51
    +#> 10659            25   A69-1303-555 16322 2017-04-20 01:16:00          51
    +#> 10660            25   A69-1303-555 16324 2017-04-20 01:18:00          51
    +#> 10661            25   A69-1303-555 16326 2017-04-20 01:20:00          51
    +#> 10662            25   A69-1303-555 16327 2017-04-20 01:22:00          51
    +#> 10663            25   A69-1303-555 16329 2017-04-20 01:24:00          51
    +#> 10664            25   A69-1303-555 16331 2017-04-20 01:26:00          51
    +#> 10665            25   A69-1303-555 16333 2017-04-20 01:28:00          51
    +#> 10666            25   A69-1303-555 16334 2017-04-20 01:30:00          51
    +#> 10667            25   A69-1303-555 16336 2017-04-20 01:32:00          51
    +#> 10668            25   A69-1303-555 16337 2017-04-20 01:34:00          51
    +#> 10669            25   A69-1303-555 16339 2017-04-20 01:36:00          51
    +#> 10670            25   A69-1303-555 16340 2017-04-20 01:38:00          51
    +#> 10671            25   A69-1303-555 16341 2017-04-20 01:40:00          51
    +#> 10672            25   A69-1303-555 16342 2017-04-20 01:42:00          51
    +#> 10673            25   A69-1303-555 16344 2017-04-20 01:44:00          51
    +#> 10674            25   A69-1303-555 16345 2017-04-20 01:46:00          51
    +#> 10675            25   A69-1303-555 16346 2017-04-20 01:48:00          51
    +#> 10676            25   A69-1303-555 16347 2017-04-20 01:52:00          51
    +#> 10677            25   A69-1303-555 16348 2017-04-20 01:54:00          51
    +#> 10678            25   A69-1303-555 16349 2017-04-20 01:58:00          51
    +#> 10679            25   A69-1303-555 16350 2017-04-20 02:06:00          51
    +#> 10680            25   A69-1303-555 16351 2017-04-20 02:24:00          51
    +#> 10681            25   A69-1303-555 16352 2017-04-20 02:26:00          51
    +#> 10682            25   A69-1303-555 16353 2017-04-21 04:14:00          48
    +#> 10683            25   A69-1303-555 16354 2017-04-21 04:16:00          48
    +#> 10684            25   A69-1303-555 16355 2017-04-21 04:20:00          48
    +#> 10685            25   A69-1303-555 16356 2017-04-21 04:22:00          48
    +#> 10686            25   A69-1303-555 16358 2017-04-21 04:24:00          48
    +#> 10687            25   A69-1303-555 16360 2017-04-21 04:26:00          48
    +#> 10688            25   A69-1303-555 16361 2017-04-21 04:32:00          48
    +#> 10689            25   A69-1303-555 16363 2017-04-21 04:36:00          48
    +#> 10690            25   A69-1303-555 16364 2017-04-21 04:40:00          48
    +#> 10691            25   A69-1303-555 16365 2017-04-21 04:42:00          48
    +#> 10692            25   A69-1303-555 16366 2017-04-21 04:44:00          48
    +#> 10693            25   A69-1303-555 16368 2017-04-21 04:56:00          48
    +#> 10694            25   A69-1303-555 16369 2017-04-21 04:58:00          48
    +#> 10695            25   A69-1303-555 16370 2017-04-21 08:56:00          45
    +#> 10696            25   A69-1303-555 16371 2017-04-21 09:26:00          45
    +#> 10697            25   A69-1303-555 16372 2017-04-21 11:24:00          45
    +#> 10698            25   A69-1303-555 16373 2017-04-21 11:48:00          45
    +#> 10699            25   A69-1303-555 16374 2017-04-21 11:50:00          45
    +#> 10700            25   A69-1303-555 16375 2017-04-21 11:52:00          45
    +#> 10701            25   A69-1303-555 16376 2017-04-21 12:08:00          45
    +#> 10702            25   A69-1303-555 16377 2017-04-21 12:18:00          45
    +#> 10703            25   A69-1303-555 16379 2017-04-21 12:28:00          45
    +#> 10704            25   A69-1303-555 16380 2017-04-21 16:56:00          45
    +#> 10705            25   A69-1303-555 16381 2017-04-21 17:12:00          45
    +#> 10706            25   A69-1303-555 16383 2017-04-21 17:14:00          45
    +#> 10707            25   A69-1303-555 16385 2017-04-21 17:18:00          45
    +#> 10708            25   A69-1303-555 16386 2017-04-21 17:20:00          45
    +#> 10709            25   A69-1303-555 16387 2017-04-21 17:22:00          45
    +#> 10710            25   A69-1303-555 16388 2017-04-21 17:24:00          45
    +#> 10711            25   A69-1303-555 16389 2017-04-21 17:28:00          45
    +#> 10712            25   A69-1303-555 16390 2017-04-21 17:32:00          45
    +#> 10713            25   A69-1303-555 16393 2017-04-21 17:34:00          45
    +#> 10714            25   A69-1303-555 16394 2017-04-21 17:36:00          45
    +#> 10715            25   A69-1303-555 16395 2017-04-21 17:40:00          45
    +#> 10716            25   A69-1303-555 16397 2017-04-21 17:42:00          45
    +#> 10717            25   A69-1303-555 16399 2017-04-21 17:44:00          45
    +#> 10718            25   A69-1303-555 16401 2017-04-21 17:46:00          45
    +#> 10719            25   A69-1303-555 16402 2017-04-21 17:48:00          45
    +#> 10720            25   A69-1303-555 16404 2017-04-21 17:50:00          45
    +#> 10721            25   A69-1303-555 16405 2017-04-21 17:52:00          45
    +#> 10722            25   A69-1303-555 16407 2017-04-21 17:54:00          45
    +#> 10723            25   A69-1303-555 16408 2017-04-21 17:56:00          45
    +#> 10724            25   A69-1303-555 16409 2017-04-21 17:58:00          45
    +#> 10725            25   A69-1303-555 16411 2017-04-21 18:00:00          45
    +#> 10726            25   A69-1303-555 16412 2017-04-21 18:02:00          45
    +#> 10727            25   A69-1303-555 16414 2017-04-21 18:04:00          45
    +#> 10728            25   A69-1303-555 16415 2017-04-21 18:06:00          45
    +#> 10729            25   A69-1303-555 16416 2017-04-21 18:08:00          45
    +#> 10730            25   A69-1303-555 16418 2017-04-21 18:10:00          45
    +#> 10731            25   A69-1303-555 16420 2017-04-21 18:12:00          45
    +#> 10732            25   A69-1303-555 16421 2017-04-21 18:14:00          45
    +#> 10733            25   A69-1303-555 16422 2017-04-21 18:16:00          45
    +#> 10734            25   A69-1303-555 16423 2017-04-21 18:20:00          45
    +#> 10735            25   A69-1303-555 16424 2017-04-21 18:22:00          45
    +#> 10736            25   A69-1303-555 16425 2017-04-21 18:26:00          45
    +#> 10737            25   A69-1303-555 16426 2017-04-21 18:30:00          45
    +#> 10738            25   A69-1303-555 16427 2017-04-21 18:32:00          45
    +#> 10739            25   A69-1303-555 16429 2017-04-21 18:34:00          45
    +#> 10740            25   A69-1303-555 16431 2017-04-21 18:38:00          45
    +#> 10741            25   A69-1303-555 16432 2017-04-21 18:42:00          45
    +#> 10742            25   A69-1303-555 16433 2017-04-21 18:44:00          45
    +#> 10743            25   A69-1303-555 16434 2017-04-21 18:46:00          45
    +#> 10744            25   A69-1303-555 16436 2017-04-21 18:48:00          45
    +#> 10745            25   A69-1303-555 16437 2017-04-21 18:50:00          45
    +#> 10746            25   A69-1303-555 16439 2017-04-21 18:52:00          45
    +#> 10747            25   A69-1303-555 16440 2017-04-21 18:54:00          45
    +#> 10748            25   A69-1303-555 16441 2017-04-21 18:56:00          45
    +#> 10749            25   A69-1303-555 16442 2017-04-21 18:58:00          45
    +#> 10750            25   A69-1303-555 16443 2017-04-21 19:00:00          45
    +#> 10751            25   A69-1303-555 16445 2017-04-21 19:02:00          45
    +#> 10752            25   A69-1303-555 16447 2017-04-21 19:04:00          45
    +#> 10753            25   A69-1303-555 16448 2017-04-21 19:06:00          45
    +#> 10754            25   A69-1303-555 16450 2017-04-21 19:08:00          45
    +#> 10755            25   A69-1303-555 16452 2017-04-21 19:10:00          45
    +#> 10756            25   A69-1303-555 16454 2017-04-21 19:14:00          45
    +#> 10757            25   A69-1303-555 16456 2017-04-21 19:16:00          45
    +#> 10758            25   A69-1303-555 16457 2017-04-21 19:18:00          45
    +#> 10759            25   A69-1303-555 16459 2017-04-21 19:20:00          45
    +#> 10760            25   A69-1303-555 16461 2017-04-21 19:24:00          45
    +#> 10761            25   A69-1303-555 16463 2017-04-21 19:26:00          45
    +#> 10762            25   A69-1303-555 16464 2017-04-21 19:28:00          45
    +#> 10763            25   A69-1303-555 16465 2017-04-21 19:30:00          45
    +#> 10764            25   A69-1303-555 16466 2017-04-21 19:32:00          45
    +#> 10765            25   A69-1303-555 16468 2017-04-21 19:34:00          45
    +#> 10766            25   A69-1303-555 16469 2017-04-21 19:36:00          45
    +#> 10767            25   A69-1303-555 16471 2017-04-21 19:38:00          45
    +#> 10768            25   A69-1303-555 16473 2017-04-21 19:40:00          45
    +#> 10769            25   A69-1303-555 16474 2017-04-21 19:42:00          45
    +#> 10770            25   A69-1303-555 16475 2017-04-21 19:44:00          45
    +#> 10771            25   A69-1303-555 16477 2017-04-21 19:46:00          45
    +#> 10772            25   A69-1303-555 16478 2017-04-21 19:48:00          45
    +#> 10773            25   A69-1303-555 16480 2017-04-21 19:50:00          45
    +#> 10774            25   A69-1303-555 16481 2017-04-21 19:52:00          45
    +#> 10775            25   A69-1303-555 16483 2017-04-21 19:54:00          45
    +#> 10776            25   A69-1303-555 16484 2017-04-21 19:56:00          45
    +#> 10777            25   A69-1303-555 16486 2017-04-21 19:58:00          45
    +#> 10778            25   A69-1303-555 16487 2017-04-21 20:00:00          45
    +#> 10779            25   A69-1303-555 16488 2017-04-21 20:02:00          45
    +#> 10780            25   A69-1303-555 16490 2017-04-21 20:04:00          45
    +#> 10781            25   A69-1303-555 16492 2017-04-21 20:06:00          45
    +#> 10782            25   A69-1303-555 16494 2017-04-21 20:08:00          45
    +#> 10783            25   A69-1303-555 16495 2017-04-21 20:10:00          45
    +#> 10784            25   A69-1303-555 16496 2017-04-21 20:12:00          45
    +#> 10785            25   A69-1303-555 16499 2017-04-21 20:14:00          45
    +#> 10786            25   A69-1303-555 16501 2017-04-21 20:16:00          45
    +#> 10787            25   A69-1303-555 16502 2017-04-21 20:18:00          45
    +#> 10788            25   A69-1303-555 16503 2017-04-21 20:20:00          45
    +#> 10789            25   A69-1303-555 16504 2017-04-21 20:22:00          45
    +#> 10790            25   A69-1303-555 16505 2017-04-21 20:24:00          45
    +#> 10791            25   A69-1303-555 16507 2017-04-21 20:28:00          45
    +#> 10792            25   A69-1303-555 16509 2017-04-21 20:30:00          45
    +#> 10793            25   A69-1303-555 16512 2017-04-21 20:32:00          45
    +#> 10794            25   A69-1303-555 16513 2017-04-21 20:34:00          45
    +#> 10795            25   A69-1303-555 16515 2017-04-21 20:38:00          45
    +#> 10796            25   A69-1303-555 16517 2017-04-21 20:44:00          45
    +#> 10797            25   A69-1303-555 16519 2017-04-21 20:46:00          45
    +#> 10798            25   A69-1303-555 16521 2017-04-21 20:48:00          45
    +#> 10799            25   A69-1303-555 16523 2017-04-21 20:50:00          45
    +#> 10800            25   A69-1303-555 16525 2017-04-21 20:52:00          45
    +#> 10801            25   A69-1303-555 16527 2017-04-21 20:54:00          45
    +#> 10802            25   A69-1303-555 16529 2017-04-21 20:56:00          45
    +#> 10803            25   A69-1303-555 16530 2017-04-21 20:58:00          45
    +#> 10804            25   A69-1303-555 16531 2017-04-21 21:00:00          45
    +#> 10805            25   A69-1303-555 16533 2017-04-21 21:02:00          45
    +#> 10806            25   A69-1303-555 16534 2017-04-21 21:04:00          45
    +#> 10807            25   A69-1303-555 16537 2017-04-21 21:06:00          45
    +#> 10808            25   A69-1303-555 16539 2017-04-21 21:08:00          56
    +#> 10809            25   A69-1303-555 16540 2017-04-21 21:08:00          45
    +#> 10810            25   A69-1303-555 16542 2017-04-21 21:10:00          45
    +#> 10811            25   A69-1303-555 16543 2017-04-21 21:12:00          45
    +#> 10812            25   A69-1303-555 16544 2017-04-21 21:12:00          56
    +#> 10813            25   A69-1303-555 16546 2017-04-21 21:14:00          56
    +#> 10814            25   A69-1303-555 16547 2017-04-21 21:14:00          45
    +#> 10815            25   A69-1303-555 16549 2017-04-21 21:16:00          45
    +#> 10816            25   A69-1303-555 16550 2017-04-21 21:16:00          56
    +#> 10817            25   A69-1303-555 16554 2017-04-21 21:18:00          56
    +#> 10818            25   A69-1303-555 16556 2017-04-21 21:20:00          56
    +#> 10819            25   A69-1303-555 16557 2017-04-21 21:20:00          45
    +#> 10820            25   A69-1303-555 16558 2017-04-21 21:24:00          56
    +#> 10821            25   A69-1303-555 16560 2017-04-21 21:26:00          56
    +#> 10822            25   A69-1303-555 16562 2017-04-21 21:28:00          56
    +#> 10823            25   A69-1303-555 16563 2017-04-21 21:30:00          56
    +#> 10824            25   A69-1303-555 16565 2017-04-21 21:32:00          56
    +#> 10825            25   A69-1303-555 16566 2017-04-21 21:34:00          56
    +#> 10826            25   A69-1303-555 16567 2017-04-21 21:36:00          56
    +#> 10827            25   A69-1303-555 16568 2017-04-21 21:38:00          56
    +#> 10828            25   A69-1303-555 16569 2017-04-21 21:38:00          45
    +#> 10829            25   A69-1303-555 16571 2017-04-21 21:40:00          45
    +#> 10830            25   A69-1303-555 16572 2017-04-21 21:40:00          56
    +#> 10831            25   A69-1303-555 16573 2017-04-21 21:42:00          45
    +#> 10832            25   A69-1303-555 16575 2017-04-21 21:44:00          45
    +#> 10833            25   A69-1303-555 16576 2017-04-21 21:46:00          45
    +#> 10834            25   A69-1303-555 16578 2017-04-21 21:48:00          45
    +#> 10835            25   A69-1303-555 16580 2017-04-21 21:50:00          45
    +#> 10836            25   A69-1303-555 16581 2017-04-21 21:52:00          45
    +#> 10837            25   A69-1303-555 16583 2017-04-21 21:54:00          45
    +#> 10838            25   A69-1303-555 16584 2017-04-21 22:12:00          56
    +#> 10839            25   A69-1303-555 16585 2017-04-21 22:14:00          45
    +#> 10840            25   A69-1303-555 16586 2017-04-21 22:16:00          56
    +#> 10841            25   A69-1303-555 16587 2017-04-21 22:16:00          45
    +#> 10842            25   A69-1303-555 16589 2017-04-21 22:18:00          45
    +#> 10843            25   A69-1303-555 16590 2017-04-21 22:18:00          56
    +#> 10844            25   A69-1303-555 16592 2017-04-21 22:20:00          56
    +#> 10845            25   A69-1303-555 16593 2017-04-21 22:20:00          45
    +#> 10846            25   A69-1303-555 16596 2017-04-21 22:22:00          56
    +#> 10847            25   A69-1303-555 16597 2017-04-21 22:22:00          45
    +#> 10848            25   A69-1303-555 16599 2017-04-21 22:24:00          45
    +#> 10849            25   A69-1303-555 16602 2017-04-21 22:26:00          45
    +#> 10850            25   A69-1303-555 16603 2017-04-21 22:26:00          56
    +#> 10851            25   A69-1303-555 16604 2017-04-21 22:28:00          45
    +#> 10852            25   A69-1303-555 16606 2017-04-21 22:30:00          45
    +#> 10853            25   A69-1303-555 16608 2017-04-21 22:32:00          45
    +#> 10854            25   A69-1303-555 16609 2017-04-21 22:34:00          45
    +#> 10855            25   A69-1303-555 16611 2017-04-21 22:36:00          45
    +#> 10856            25   A69-1303-555 16613 2017-04-21 22:38:00          45
    +#> 10857            25   A69-1303-555 16615 2017-04-21 22:40:00          45
    +#> 10858            25   A69-1303-555 16617 2017-04-21 22:42:00          45
    +#> 10859            25   A69-1303-555 16619 2017-04-21 22:44:00          45
    +#> 10860            25   A69-1303-555 16621 2017-04-21 22:46:00          45
    +#> 10861            25   A69-1303-555 16622 2017-04-21 22:46:00          56
    +#> 10862            25   A69-1303-555 16623 2017-04-21 22:48:00          45
    +#> 10863            25   A69-1303-555 16624 2017-04-21 22:48:00          56
    +#> 10864            25   A69-1303-555 16626 2017-04-21 22:50:00          45
    +#> 10865            25   A69-1303-555 16628 2017-04-21 22:52:00          45
    +#> 10866            25   A69-1303-555 16630 2017-04-21 22:54:00          45
    +#> 10867            25   A69-1303-555 16632 2017-04-21 22:58:00          45
    +#> 10868            25   A69-1303-555 16633 2017-04-22 00:48:00          45
    +#> 10869            25   A69-1303-555 16634 2017-04-22 00:52:00          45
    +#> 10870            25   A69-1303-555 16635 2017-04-22 00:56:00          45
    +#> 10871            25   A69-1303-555 16638 2017-04-22 00:58:00          45
    +#> 10872            25   A69-1303-555 16640 2017-04-22 01:00:00          45
    +#> 10873            25   A69-1303-555 16642 2017-04-22 01:02:00          45
    +#> 10874            25   A69-1303-555 16643 2017-04-22 01:04:00          45
    +#> 10875            25   A69-1303-555 16645 2017-04-22 01:06:00          45
    +#> 10876            25   A69-1303-555 16646 2017-04-22 01:08:00          45
    +#> 10877            25   A69-1303-555 16648 2017-04-22 01:10:00          56
    +#> 10878            25   A69-1303-555 16649 2017-04-22 01:10:00          45
    +#> 10879            25   A69-1303-555 16650 2017-04-22 01:12:00          56
    +#> 10880            25   A69-1303-555 16651 2017-04-22 01:12:00          45
    +#> 10881            25   A69-1303-555 16652 2017-04-22 01:14:00          45
    +#> 10882            25   A69-1303-555 16653 2017-04-22 01:16:00          45
    +#> 10883            25   A69-1303-555 16655 2017-04-22 01:18:00          56
    +#> 10884            25   A69-1303-555 16656 2017-04-22 01:18:00          45
    +#> 10885            25   A69-1303-555 16658 2017-04-22 01:20:00          45
    +#> 10886            25   A69-1303-555 16659 2017-04-22 01:20:00          56
    +#> 10887            25   A69-1303-555 16660 2017-04-22 01:22:00          56
    +#> 10888            25   A69-1303-555 16661 2017-04-22 01:22:00          45
    +#> 10889            25   A69-1303-555 16662 2017-04-22 01:24:00          45
    +#> 10890            25   A69-1303-555 16665 2017-04-22 01:26:00          45
    +#> 10891            25   A69-1303-555 16666 2017-04-22 01:28:00          45
    +#> 10892            25   A69-1303-555 16668 2017-04-22 01:30:00          45
    +#> 10893            25   A69-1303-555 16669 2017-04-22 01:32:00          45
    +#> 10894            25   A69-1303-555 16671 2017-04-22 01:34:00          45
    +#> 10895            25   A69-1303-555 16673 2017-04-22 01:36:00          45
    +#> 10896            25   A69-1303-555 16674 2017-04-22 01:38:00          45
    +#> 10897            25   A69-1303-555 16675 2017-04-22 01:40:00          45
    +#> 10898            25   A69-1303-555 16677 2017-04-22 01:42:00          45
    +#> 10899            25   A69-1303-555 16678 2017-04-22 01:44:00          45
    +#> 10900            25   A69-1303-555 16680 2017-04-22 01:46:00          45
    +#> 10901            25   A69-1303-555 16681 2017-04-22 01:46:00          57
    +#> 10902            25   A69-1303-555 16682 2017-04-22 01:48:00          57
    +#> 10903            25   A69-1303-555 16684 2017-04-22 01:52:00          57
    +#> 10904            25   A69-1303-555 16686 2017-04-22 01:52:00          43
    +#> 10905            25   A69-1303-555 16687 2017-04-22 01:54:00          57
    +#> 10906            25   A69-1303-555 16688 2017-04-22 01:54:00          43
    +#> 10907            25   A69-1303-555 16692 2017-04-22 01:56:00          57
    +#> 10908            25   A69-1303-555 16693 2017-04-22 01:56:00          43
    +#> 10909            25   A69-1303-555 16697 2017-04-22 01:58:00          57
    +#> 10910            25   A69-1303-555 16699 2017-04-22 02:00:00          57
    +#> 10911            25   A69-1303-555 16700 2017-04-22 02:02:00          57
    +#> 10912            25   A69-1303-555 16702 2017-04-22 02:04:00          57
    +#> 10913            25   A69-1303-555 16703 2017-04-22 02:06:00          57
    +#> 10914            25   A69-1303-555 16704 2017-04-22 02:06:00          43
    +#> 10915            25   A69-1303-555 16706 2017-04-22 02:08:00          57
    +#> 10916            25   A69-1303-555 16708 2017-04-22 02:08:00          43
    +#> 10917            25   A69-1303-555 16709 2017-04-22 02:10:00          57
    +#> 10918            25   A69-1303-555 16710 2017-04-22 02:10:00          43
    +#> 10919            25   A69-1303-555 16711 2017-04-22 02:12:00          43
    +#> 10920            25   A69-1303-555 16712 2017-04-22 02:14:00          43
    +#> 10921            25   A69-1303-555 16713 2017-04-22 02:56:00          48
    +#> 10922            25   A69-1303-555 16714 2017-04-22 03:12:00          48
    +#> 10923            25   A69-1303-555 16715 2017-04-22 03:14:00          48
    +#> 10924            25   A69-1303-555 16716 2017-04-22 03:16:00          48
    +#> 10925            25   A69-1303-555 16718 2017-04-22 03:18:00          48
    +#> 10926            25   A69-1303-555 16720 2017-04-22 03:20:00          48
    +#> 10927            25   A69-1303-555 16721 2017-04-22 03:22:00          48
    +#> 10928            25   A69-1303-555 16722 2017-04-22 03:24:00          48
    +#> 10929            25   A69-1303-555 16724 2017-04-22 03:26:00          48
    +#> 10930            25   A69-1303-555 16726 2017-04-22 03:28:00          48
    +#> 10931            25   A69-1303-555 16727 2017-04-22 03:30:00          48
    +#> 10932            25   A69-1303-555 16729 2017-04-22 03:32:00          48
    +#> 10933            25   A69-1303-555 16730 2017-04-22 03:34:00          48
    +#> 10934            25   A69-1303-555 16731 2017-04-22 03:36:00          48
    +#> 10935            25   A69-1303-555 16732 2017-04-22 03:38:00          48
    +#> 10936            25   A69-1303-555 16733 2017-04-22 03:58:00          49
    +#> 10937            25   A69-1303-555 16734 2017-04-22 04:00:00          49
    +#> 10938            25   A69-1303-555 16736 2017-04-22 04:02:00          49
    +#> 10939            25   A69-1303-555 16738 2017-04-22 04:04:00          49
    +#> 10940            25   A69-1303-555 16739 2017-04-22 04:06:00          49
    +#> 10941            25   A69-1303-555 16740 2017-04-22 04:08:00          49
    +#> 10942            25   A69-1303-555 16742 2017-04-22 04:12:00          49
    +#> 10943            25   A69-1303-555 16744 2017-04-22 04:18:00          49
    +#> 10944            25   A69-1303-555 16745 2017-04-22 04:20:00          49
    +#> 10945            25   A69-1303-555 16746 2017-04-22 04:22:00          49
    +#> 10946            25   A69-1303-555 16747 2017-04-22 04:26:00          49
    +#> 10947            25   A69-1303-555 16748 2017-04-22 04:28:00          49
    +#> 10948            25   A69-1303-555 16749 2017-04-22 04:30:00          49
    +#> 10949            25   A69-1303-555 16751 2017-04-22 04:32:00          49
    +#> 10950            25   A69-1303-555 16753 2017-04-22 04:34:00          49
    +#> 10951            25   A69-1303-555 16754 2017-04-22 04:40:00          49
    +#> 10952            25   A69-1303-555 16755 2017-04-22 04:42:00          49
    +#> 10953            25   A69-1303-555 16756 2017-04-23 03:44:00          51
    +#> 10954            25   A69-1303-555 16757 2017-04-23 03:54:00          51
    +#> 10955            25   A69-1303-555 16758 2017-04-23 03:56:00          51
    +#> 10956            25   A69-1303-555 16759 2017-04-23 03:58:00          51
    +#> 10957            25   A69-1303-555 16761 2017-04-23 04:02:00          51
    +#> 10958            25   A69-1303-555 16762 2017-04-23 04:04:00          51
    +#> 10959            25   A69-1303-555 16763 2017-04-23 04:10:00          51
    +#> 10960            25   A69-1303-555 16764 2017-04-23 04:14:00          51
    +#> 10961            25   A69-1303-555 16766 2017-04-23 04:16:00          51
    +#> 10962            25   A69-1303-555 16767 2017-04-23 04:18:00          51
    +#> 10963            25   A69-1303-555 16769 2017-04-23 04:20:00          51
    +#> 10964            25   A69-1303-555 16771 2017-04-23 04:22:00          51
    +#> 10965            25   A69-1303-555 16772 2017-04-23 04:26:00          51
    +#> 10966            25   A69-1303-555 16774 2017-04-23 04:28:00          51
    +#> 10967            25   A69-1303-555 16776 2017-04-23 04:30:00          51
    +#> 10968            25   A69-1303-555 16777 2017-04-23 04:32:00          51
    +#> 10969            25   A69-1303-555 16779 2017-04-23 04:34:00          51
    +#> 10970            25   A69-1303-555 16780 2017-04-23 04:36:00          51
    +#> 10971            25   A69-1303-555 16781 2017-04-23 04:38:00          51
    +#> 10972            25   A69-1303-555 16782 2017-04-23 04:48:00          51
    +#> 10973            25   A69-1303-555 16783 2017-04-23 11:32:00          51
    +#> 10974            25   A69-1303-555 16784 2017-04-23 11:34:00          51
    +#> 10975            25   A69-1303-555 16785 2017-04-23 13:24:00          51
    +#> 10976            25   A69-1303-555 16786 2017-04-23 13:38:00          51
    +#> 10977            25   A69-1303-555 16787 2017-04-23 14:18:00          51
    +#> 10978            25   A69-1303-555 16788 2017-04-23 14:22:00          51
    +#> 10979            25   A69-1303-555 16789 2017-04-23 14:28:00          51
    +#> 10980            25   A69-1303-555 16790 2017-04-23 14:36:00          51
    +#> 10981            25   A69-1303-555 16791 2017-04-23 14:48:00          51
    +#> 10982            25   A69-1303-555 16792 2017-04-23 14:52:00          51
    +#> 10983            25   A69-1303-555 16793 2017-04-27 19:56:00          45
    +#> 10984            25   A69-1303-555 16794 2017-04-27 19:58:00          45
    +#> 10985            25   A69-1303-555 16796 2017-04-27 20:00:00          45
    +#> 10986            25   A69-1303-555 16798 2017-04-27 20:02:00          45
    +#> 10987            25   A69-1303-555 16799 2017-04-27 20:04:00          45
    +#> 10988            25   A69-1303-555 16801 2017-04-27 20:06:00          45
    +#> 10989            25   A69-1303-555 16803 2017-04-27 20:08:00          45
    +#> 10990            25   A69-1303-555 16804 2017-04-27 20:10:00          45
    +#> 10991            25   A69-1303-555 16806 2017-04-27 20:12:00          45
    +#> 10992            25   A69-1303-555 16807 2017-04-27 20:14:00          45
    +#> 10993            25   A69-1303-555 16808 2017-04-27 20:16:00          45
    +#> 10994            25   A69-1303-555 16810 2017-04-27 20:18:00          45
    +#> 10995            25   A69-1303-555 16811 2017-04-27 20:20:00          56
    +#> 10996            25   A69-1303-555 16812 2017-04-27 20:20:00          45
    +#> 10997            25   A69-1303-555 16813 2017-04-27 20:22:00          45
    +#> 10998            25   A69-1303-555 16815 2017-04-27 20:22:00          56
    +#> 10999            25   A69-1303-555 16816 2017-04-27 20:24:00          45
    +#> 11000            25   A69-1303-555 16818 2017-04-27 20:26:00          45
    +#> 11001            25   A69-1303-555 16819 2017-04-27 20:28:00          45
    +#> 11002            25   A69-1303-555 16821 2017-04-27 20:28:00          56
    +#> 11003            25   A69-1303-555 16822 2017-04-27 20:30:00          45
    +#> 11004            25   A69-1303-555 16823 2017-04-27 20:30:00          56
    +#> 11005            25   A69-1303-555 16824 2017-04-27 20:32:00          45
    +#> 11006            25   A69-1303-555 16825 2017-04-27 20:34:00          45
    +#> 11007            25   A69-1303-555 16826 2017-04-27 20:40:00          45
    +#> 11008            25   A69-1303-555 16828 2017-04-27 20:44:00          45
    +#> 11009            25   A69-1303-555 16829 2017-04-27 20:48:00          45
    +#> 11010            25   A69-1303-555 16830 2017-04-27 20:50:00          45
    +#> 11011            25   A69-1303-555 16832 2017-04-27 20:52:00          45
    +#> 11012            25   A69-1303-555 16834 2017-04-27 20:54:00          45
    +#> 11013            25   A69-1303-555 16836 2017-04-27 20:56:00          45
    +#> 11014            25   A69-1303-555 16837 2017-04-27 20:58:00          45
    +#> 11015            25   A69-1303-555 16839 2017-04-27 21:00:00          45
    +#> 11016            25   A69-1303-555 16841 2017-04-27 21:02:00          45
    +#> 11017            25   A69-1303-555 16842 2017-04-27 21:04:00          45
    +#> 11018            25   A69-1303-555 16844 2017-04-27 21:06:00          45
    +#> 11019            25   A69-1303-555 16846 2017-04-27 21:08:00          45
    +#> 11020            25   A69-1303-555 16848 2017-04-27 21:10:00          45
    +#> 11021            25   A69-1303-555 16849 2017-04-27 21:12:00          45
    +#> 11022            25   A69-1303-555 16851 2017-04-27 21:14:00          45
    +#> 11023            25   A69-1303-555 16854 2017-04-27 21:16:00          45
    +#> 11024            25   A69-1303-555 16855 2017-04-27 21:18:00          45
    +#> 11025            25   A69-1303-555 16857 2017-04-27 21:20:00          45
    +#> 11026            25   A69-1303-555 16859 2017-04-27 21:22:00          45
    +#> 11027            25   A69-1303-555 16860 2017-04-27 21:24:00          45
    +#> 11028            25   A69-1303-555 16863 2017-04-27 21:26:00          45
    +#> 11029            25   A69-1303-555 16865 2017-04-27 21:28:00          45
    +#> 11030            25   A69-1303-555 16867 2017-04-27 21:30:00          45
    +#> 11031            25   A69-1303-555 16868 2017-04-27 21:32:00          45
    +#> 11032            25   A69-1303-555 16871 2017-04-27 21:38:00          45
    +#> 11033            25   A69-1303-555 16873 2017-04-27 21:40:00          45
    +#> 11034            25   A69-1303-555 16874 2017-04-27 21:42:00          45
    +#> 11035            25   A69-1303-555 16876 2017-04-27 21:46:00          45
    +#> 11036            25   A69-1303-555 16877 2017-04-27 21:50:00          45
    +#> 11037            25   A69-1303-555 16878 2017-04-27 21:52:00          45
    +#> 11038            25   A69-1303-555 16879 2017-04-27 21:54:00          45
    +#> 11039            25   A69-1303-555 16881 2017-04-27 21:58:00          45
    +#> 11040            25   A69-1303-555 16882 2017-04-27 22:00:00          45
    +#> 11041            25   A69-1303-555 16884 2017-04-27 22:04:00          45
    +#> 11042            25   A69-1303-555 16887 2017-04-27 22:06:00          45
    +#> 11043            25   A69-1303-555 16889 2017-04-27 22:08:00          45
    +#> 11044            25   A69-1303-555 16890 2017-04-27 22:10:00          45
    +#> 11045            25   A69-1303-555 16891 2017-04-27 22:12:00          45
    +#> 11046            25   A69-1303-555 16893 2017-04-27 22:14:00          45
    +#> 11047            25   A69-1303-555 16895 2017-04-27 22:16:00          45
    +#> 11048            25   A69-1303-555 16896 2017-04-27 22:18:00          45
    +#> 11049            25   A69-1303-555 16899 2017-04-27 22:20:00          45
    +#> 11050            25   A69-1303-555 16900 2017-04-27 22:22:00          45
    +#> 11051            25   A69-1303-555 16901 2017-04-27 22:24:00          45
    +#> 11052            25   A69-1303-555 16902 2017-04-27 22:26:00          45
    +#> 11053            25   A69-1303-555 16904 2017-04-27 22:28:00          45
    +#> 11054            25   A69-1303-555 16905 2017-04-27 22:30:00          45
    +#> 11055            25   A69-1303-555 16907 2017-04-27 22:32:00          45
    +#> 11056            25   A69-1303-555 16909 2017-04-27 22:34:00          45
    +#> 11057            25   A69-1303-555 16910 2017-04-27 22:36:00          45
    +#> 11058            25   A69-1303-555 16913 2017-04-27 22:38:00          45
    +#> 11059            25   A69-1303-555 16915 2017-04-27 22:40:00          45
    +#> 11060            25   A69-1303-555 16917 2017-04-27 22:42:00          45
    +#> 11061            25   A69-1303-555 16919 2017-04-27 22:44:00          45
    +#> 11062            25   A69-1303-555 16921 2017-04-27 22:46:00          45
    +#> 11063            25   A69-1303-555 16922 2017-04-27 22:48:00          45
    +#> 11064            25   A69-1303-555 16924 2017-04-27 22:50:00          45
    +#> 11065            25   A69-1303-555 16926 2017-04-27 22:52:00          45
    +#> 11066            25   A69-1303-555 16927 2017-04-27 22:54:00          45
    +#> 11067            25   A69-1303-555 16929 2017-04-27 22:56:00          45
    +#> 11068            25   A69-1303-555 16930 2017-04-27 22:58:00          45
    +#> 11069            25   A69-1303-555 16932 2017-04-27 23:00:00          45
    +#> 11070            25   A69-1303-555 16934 2017-04-27 23:02:00          45
    +#> 11071            25   A69-1303-555 16937 2017-04-27 23:04:00          45
    +#> 11072            25   A69-1303-555 16939 2017-04-27 23:06:00          45
    +#> 11073            25   A69-1303-555 16941 2017-04-27 23:08:00          45
    +#> 11074            25   A69-1303-555 16943 2017-04-27 23:10:00          45
    +#> 11075            25   A69-1303-555 16944 2017-04-27 23:12:00          45
    +#> 11076            25   A69-1303-555 16945 2017-04-27 23:14:00          45
    +#> 11077            25   A69-1303-555 16948 2017-04-27 23:16:00          45
    +#> 11078            25   A69-1303-555 16950 2017-04-27 23:18:00          45
    +#> 11079            25   A69-1303-555 16951 2017-04-27 23:20:00          45
    +#> 11080            25   A69-1303-555 16953 2017-04-27 23:22:00          45
    +#> 11081            25   A69-1303-555 16954 2017-04-27 23:24:00          45
    +#> 11082            25   A69-1303-555 16957 2017-04-27 23:26:00          45
    +#> 11083            25   A69-1303-555 16958 2017-04-27 23:28:00          45
    +#> 11084            25   A69-1303-555 16960 2017-04-27 23:30:00          45
    +#> 11085            25   A69-1303-555 16962 2017-04-27 23:32:00          45
    +#> 11086            25   A69-1303-555 16963 2017-04-27 23:34:00          45
    +#> 11087            25   A69-1303-555 16965 2017-04-27 23:36:00          45
    +#> 11088            25   A69-1303-555 16966 2017-04-27 23:38:00          45
    +#> 11089            25   A69-1303-555 16968 2017-04-27 23:40:00          45
    +#> 11090            25   A69-1303-555 16969 2017-04-27 23:42:00          45
    +#> 11091            25   A69-1303-555 16970 2017-04-27 23:46:00          45
    +#> 11092            25   A69-1303-555 16971 2017-04-27 23:48:00          56
    +#> 11093            25   A69-1303-555 16972 2017-04-27 23:50:00          45
    +#> 11094            25   A69-1303-555 16974 2017-04-27 23:52:00          45
    +#> 11095            25   A69-1303-555 16976 2017-04-27 23:54:00          45
    +#> 11096            25   A69-1303-555 16977 2017-04-27 23:54:00          56
    +#> 11097            25   A69-1303-555 16978 2017-04-27 23:56:00          45
    +#> 11098            25   A69-1303-555 16979 2017-04-27 23:58:00          45
    +#> 11099            25   A69-1303-555 16981 2017-04-28 00:00:00          56
    +#> 11100            25   A69-1303-555 16983 2017-04-28 00:02:00          56
    +#> 11101            25   A69-1303-555 16984 2017-04-28 00:04:00          45
    +#> 11102            25   A69-1303-555 16985 2017-04-28 00:06:00          56
    +#> 11103            25   A69-1303-555 16986 2017-04-28 00:08:00          56
    +#> 11104            25   A69-1303-555 16987 2017-04-28 00:10:00          45
    +#> 11105            25   A69-1303-555 16988 2017-04-28 00:10:00          56
    +#> 11106            25   A69-1303-555 16989 2017-04-28 00:12:00          56
    +#> 11107            25   A69-1303-555 16990 2017-04-28 00:12:00          45
    +#> 11108            25   A69-1303-555 16991 2017-04-28 00:14:00          45
    +#> 11109            25   A69-1303-555 16992 2017-04-28 00:16:00          45
    +#> 11110            25   A69-1303-555 16993 2017-04-28 00:16:00          56
    +#> 11111            25   A69-1303-555 16995 2017-04-28 00:18:00          45
    +#>           receiver receiver_long receiver_lat receiver_depth
    +#> 1      VR2W-108163     -5.610733     56.37628             25
    +#> 2      VR2W-108163     -5.610733     56.37628             25
    +#> 3      VR2W-108163     -5.610733     56.37628             25
    +#> 4      VR2W-108163     -5.610733     56.37628             25
    +#> 5      VR2W-108163     -5.610733     56.37628             25
    +#> 6      VR2W-108163     -5.610733     56.37628             25
    +#> 7      VR2W-108163     -5.610733     56.37628             25
    +#> 8      VR2W-108163     -5.610733     56.37628             25
    +#> 9      VR2W-108163     -5.610733     56.37628             25
    +#> 10     VR2W-108163     -5.610733     56.37628             25
    +#> 11     VR2W-108163     -5.610733     56.37628             25
    +#> 12     VR2W-108163     -5.610733     56.37628             25
    +#> 13     VR2W-108163     -5.610733     56.37628             25
    +#> 14     VR2W-108163     -5.610733     56.37628             25
    +#> 15     VR2W-108163     -5.610733     56.37628             25
    +#> 16     VR2W-108163     -5.610733     56.37628             25
    +#> 17     VR2W-108163     -5.610733     56.37628             25
    +#> 18     VR2W-108163     -5.610733     56.37628             25
    +#> 19     VR2W-108158     -5.619533     56.37413             25
    +#> 20     VR2W-108163     -5.610733     56.37628             25
    +#> 21     VR2W-108163     -5.610733     56.37628             25
    +#> 22     VR2W-108158     -5.619533     56.37413             25
    +#> 23     VR2W-108158     -5.619533     56.37413             25
    +#> 24     VR2W-108158     -5.619533     56.37413             25
    +#> 25     VR2W-108158     -5.619533     56.37413             25
    +#> 26     VR2W-108158     -5.619533     56.37413             25
    +#> 27     VR2W-108158     -5.619533     56.37413             25
    +#> 28     VR2W-108158     -5.619533     56.37413             25
    +#> 29     VR2W-108158     -5.619533     56.37413             25
    +#> 30     VR2W-108158     -5.619533     56.37413             25
    +#> 31     VR2W-108158     -5.619533     56.37413             25
    +#> 32     VR2W-108158     -5.619533     56.37413             25
    +#> 33     VR2W-108158     -5.619533     56.37413             25
    +#> 34     VR2W-108158     -5.619533     56.37413             25
    +#> 35     VR2W-108158     -5.619533     56.37413             25
    +#> 36     VR2W-108158     -5.619533     56.37413             25
    +#> 37     VR2W-108158     -5.619533     56.37413             25
    +#> 38     VR2W-108158     -5.619533     56.37413             25
    +#> 39     VR2W-108158     -5.619533     56.37413             25
    +#> 40     VR2W-108158     -5.619533     56.37413             25
    +#> 41     VR2W-108158     -5.619533     56.37413             25
    +#> 42     VR2W-108158     -5.619533     56.37413             25
    +#> 43     VR2W-108163     -5.610733     56.37628             25
    +#> 44     VR2W-108163     -5.610733     56.37628             25
    +#> 45     VR2W-108163     -5.610733     56.37628             25
    +#> 46     VR2W-108163     -5.610733     56.37628             25
    +#> 47     VR2W-108163     -5.610733     56.37628             25
    +#> 48     VR2W-108163     -5.610733     56.37628             25
    +#> 49     VR2W-108163     -5.610733     56.37628             25
    +#> 50     VR2W-108163     -5.610733     56.37628             25
    +#> 51     VR2W-108163     -5.610733     56.37628             25
    +#> 52     VR2W-108158     -5.619533     56.37413             25
    +#> 53     VR2W-108158     -5.619533     56.37413             25
    +#> 54     VR2W-108163     -5.610733     56.37628             25
    +#> 55     VR2W-108163     -5.610733     56.37628             25
    +#> 56     VR2W-108163     -5.610733     56.37628             25
    +#> 57     VR2W-108163     -5.610733     56.37628             25
    +#> 58     VR2W-108163     -5.610733     56.37628             25
    +#> 59     VR2W-108163     -5.610733     56.37628             25
    +#> 60     VR2W-108163     -5.610733     56.37628             25
    +#> 61     VR2W-108163     -5.610733     56.37628             25
    +#> 62     VR2W-108163     -5.610733     56.37628             25
    +#> 63     VR2W-108163     -5.610733     56.37628             25
    +#> 64     VR2W-108163     -5.610733     56.37628             25
    +#> 65     VR2W-108163     -5.610733     56.37628             25
    +#> 66     VR2W-108163     -5.610733     56.37628             25
    +#> 67     VR2W-120722     -5.602283     56.37748             25
    +#> 68     VR2W-108163     -5.610733     56.37628             25
    +#> 69     VR2W-120722     -5.602283     56.37748             25
    +#> 70     VR2W-108163     -5.610733     56.37628             25
    +#> 71     VR2W-108163     -5.610733     56.37628             25
    +#> 72     VR2W-108163     -5.610733     56.37628             25
    +#> 73     VR2W-108163     -5.610733     56.37628             25
    +#> 74     VR2W-108163     -5.610733     56.37628             25
    +#> 75     VR2W-120722     -5.602283     56.37748             25
    +#> 76     VR2W-108163     -5.610733     56.37628             25
    +#> 77     VR2W-108163     -5.610733     56.37628             25
    +#> 78     VR2W-108163     -5.610733     56.37628             25
    +#> 79     VR2W-108163     -5.610733     56.37628             25
    +#> 80     VR2W-108163     -5.610733     56.37628             25
    +#> 81     VR2W-108163     -5.610733     56.37628             25
    +#> 82     VR2W-108163     -5.610733     56.37628             25
    +#> 83     VR2W-108163     -5.610733     56.37628             25
    +#> 84     VR2W-108163     -5.610733     56.37628             25
    +#> 85     VR2W-108163     -5.610733     56.37628             25
    +#> 86     VR2W-108163     -5.610733     56.37628             25
    +#> 87     VR2W-108163     -5.610733     56.37628             25
    +#> 88     VR2W-108163     -5.610733     56.37628             25
    +#> 89     VR2W-108163     -5.610733     56.37628             25
    +#> 90     VR2W-108163     -5.610733     56.37628             25
    +#> 91     VR2W-108163     -5.610733     56.37628             25
    +#> 92     VR2W-108163     -5.610733     56.37628             25
    +#> 93     VR2W-120722     -5.602283     56.37748             25
    +#> 94     VR2W-108163     -5.610733     56.37628             25
    +#> 95     VR2W-120722     -5.602283     56.37748             25
    +#> 96     VR2W-120722     -5.602283     56.37748             25
    +#> 97     VR2W-108163     -5.610733     56.37628             25
    +#> 98     VR2W-120722     -5.602283     56.37748             25
    +#> 99     VR2W-108163     -5.610733     56.37628             25
    +#> 100    VR2W-108163     -5.610733     56.37628             25
    +#> 101    VR2W-120722     -5.602283     56.37748             25
    +#> 102    VR2W-108163     -5.610733     56.37628             25
    +#> 103    VR2W-108163     -5.610733     56.37628             25
    +#> 104    VR2W-108163     -5.610733     56.37628             25
    +#> 105    VR2W-108163     -5.610733     56.37628             25
    +#> 106    VR2W-108163     -5.610733     56.37628             25
    +#> 107    VR2W-108163     -5.610733     56.37628             25
    +#> 108    VR2W-108163     -5.610733     56.37628             25
    +#> 109    VR2W-108163     -5.610733     56.37628             25
    +#> 110    VR2W-108163     -5.610733     56.37628             25
    +#> 111    VR2W-108163     -5.610733     56.37628             25
    +#> 112    VR2W-108163     -5.610733     56.37628             25
    +#> 113    VR2W-108163     -5.610733     56.37628             25
    +#> 114    VR2W-108163     -5.610733     56.37628             25
    +#> 115    VR2W-108163     -5.610733     56.37628             25
    +#> 116    VR2W-108163     -5.610733     56.37628             25
    +#> 117    VR2W-108163     -5.610733     56.37628             25
    +#> 118    VR2W-108163     -5.610733     56.37628             25
    +#> 119    VR2W-108163     -5.610733     56.37628             25
    +#> 120    VR2W-108163     -5.610733     56.37628             25
    +#> 121    VR2W-108163     -5.610733     56.37628             25
    +#> 122    VR2W-108163     -5.610733     56.37628             25
    +#> 123    VR2W-108163     -5.610733     56.37628             25
    +#> 124    VR2W-108163     -5.610733     56.37628             25
    +#> 125    VR2W-108163     -5.610733     56.37628             25
    +#> 126    VR2W-108163     -5.610733     56.37628             25
    +#> 127    VR2W-108163     -5.610733     56.37628             25
    +#> 128    VR2W-108163     -5.610733     56.37628             25
    +#> 129    VR2W-108163     -5.610733     56.37628             25
    +#> 130    VR2W-108163     -5.610733     56.37628             25
    +#> 131    VR2W-108163     -5.610733     56.37628             25
    +#> 132    VR2W-108163     -5.610733     56.37628             25
    +#> 133    VR2W-108163     -5.610733     56.37628             25
    +#> 134    VR2W-108163     -5.610733     56.37628             25
    +#> 135    VR2W-108163     -5.610733     56.37628             25
    +#> 136    VR2W-108163     -5.610733     56.37628             25
    +#> 137    VR2W-108163     -5.610733     56.37628             25
    +#> 138    VR2W-108163     -5.610733     56.37628             25
    +#> 139    VR2W-108163     -5.610733     56.37628             25
    +#> 140    VR2W-108163     -5.610733     56.37628             25
    +#> 141    VR2W-108163     -5.610733     56.37628             25
    +#> 142       VR2-6720     -5.627150     56.50808             50
    +#> 143       VR2-6720     -5.627150     56.50808             50
    +#> 144       VR2-6720     -5.627150     56.50808             50
    +#> 145       VR2-6720     -5.627150     56.50808             50
    +#> 146       VR2-6720     -5.627150     56.50808             50
    +#> 147       VR2-6720     -5.627150     56.50808             50
    +#> 148       VR2-6720     -5.627150     56.50808             50
    +#> 149       VR2-6720     -5.627150     56.50808             50
    +#> 150       VR2-6720     -5.627150     56.50808             50
    +#> 151       VR2-6720     -5.627150     56.50808             50
    +#> 152       VR2-6720     -5.627150     56.50808             50
    +#> 153       VR2-6720     -5.627150     56.50808             50
    +#> 154       VR2-6720     -5.627150     56.50808             50
    +#> 155       VR2-6720     -5.627150     56.50808             50
    +#> 156       VR2-6720     -5.627150     56.50808             50
    +#> 157       VR2-6720     -5.627150     56.50808             50
    +#> 158       VR2-6720     -5.627150     56.50808             50
    +#> 159       VR2-6720     -5.627150     56.50808             50
    +#> 160       VR2-6720     -5.627150     56.50808             50
    +#> 161       VR2-6720     -5.627150     56.50808             50
    +#> 162       VR2-6720     -5.627150     56.50808             50
    +#> 163       VR2-6720     -5.627150     56.50808             50
    +#> 164       VR2-6720     -5.627150     56.50808             50
    +#> 165       VR2-6720     -5.627150     56.50808             50
    +#> 166       VR2-6720     -5.627150     56.50808             50
    +#> 167       VR2-6720     -5.627150     56.50808             50
    +#> 168       VR2-6720     -5.627150     56.50808             50
    +#> 169       VR2-6720     -5.627150     56.50808             50
    +#> 170       VR2-6720     -5.627150     56.50808             50
    +#> 171       VR2-6720     -5.627150     56.50808             50
    +#> 172       VR2-6720     -5.627150     56.50808             50
    +#> 173       VR2-6720     -5.627150     56.50808             50
    +#> 174       VR2-6720     -5.627150     56.50808             50
    +#> 175       VR2-6720     -5.627150     56.50808             50
    +#> 176       VR2-6720     -5.627150     56.50808             50
    +#> 177       VR2-6720     -5.627150     56.50808             50
    +#> 178       VR2-6720     -5.627150     56.50808             50
    +#> 179       VR2-6720     -5.627150     56.50808             50
    +#> 180       VR2-6720     -5.627150     56.50808             50
    +#> 181       VR2-6720     -5.627150     56.50808             50
    +#> 182       VR2-6720     -5.627150     56.50808             50
    +#> 183       VR2-6720     -5.627150     56.50808             50
    +#> 184       VR2-6720     -5.627150     56.50808             50
    +#> 185       VR2-6720     -5.627150     56.50808             50
    +#> 186       VR2-6720     -5.627150     56.50808             50
    +#> 187    VR2W-107823     -5.691883     56.49690             25
    +#> 188    VR2W-107823     -5.691883     56.49690             25
    +#> 189    VR2W-107823     -5.691883     56.49690             25
    +#> 190    VR2W-107823     -5.691883     56.49690             25
    +#> 191    VR2W-107823     -5.691883     56.49690             25
    +#> 192    VR2W-107823     -5.691883     56.49690             25
    +#> 193    VR2W-107823     -5.691883     56.49690             25
    +#> 194    VR2W-107823     -5.691883     56.49690             25
    +#> 195    VR2W-107823     -5.691883     56.49690             25
    +#> 196    VR2W-107823     -5.691883     56.49690             25
    +#> 197    VR2W-107823     -5.691883     56.49690             25
    +#> 198    VR2W-107823     -5.691883     56.49690             25
    +#> 199    VR2W-107823     -5.691883     56.49690             25
    +#> 200    VR2W-107823     -5.691883     56.49690             25
    +#> 201    VR2W-107823     -5.691883     56.49690             25
    +#> 202    VR2W-107823     -5.691883     56.49690             25
    +#> 203    VR2W-107823     -5.691883     56.49690             25
    +#> 204    VR2W-107823     -5.691883     56.49690             25
    +#> 205    VR2W-107823     -5.691883     56.49690             25
    +#> 206    VR2W-107823     -5.691883     56.49690             25
    +#> 207    VR2W-107823     -5.691883     56.49690             25
    +#> 208    VR2W-107823     -5.691883     56.49690             25
    +#> 209    VR2W-107823     -5.691883     56.49690             25
    +#> 210    VR2W-107823     -5.691883     56.49690             25
    +#> 211    VR2W-107823     -5.691883     56.49690             25
    +#> 212    VR2W-107823     -5.691883     56.49690             25
    +#> 213    VR2W-108160     -5.704867     56.48890             25
    +#> 214    VR2W-107823     -5.691883     56.49690             25
    +#> 215    VR2W-107823     -5.691883     56.49690             25
    +#> 216    VR2W-107823     -5.691883     56.49690             25
    +#> 217    VR2W-107823     -5.691883     56.49690             25
    +#> 218    VR2W-107823     -5.691883     56.49690             25
    +#> 219    VR2W-107823     -5.691883     56.49690             25
    +#> 220    VR2W-107823     -5.691883     56.49690             25
    +#> 221    VR2W-107823     -5.691883     56.49690             25
    +#> 222    VR2W-107823     -5.691883     56.49690             25
    +#> 223    VR2W-107823     -5.691883     56.49690             25
    +#> 224    VR2W-107823     -5.691883     56.49690             25
    +#> 225    VR2W-107823     -5.691883     56.49690             25
    +#> 226    VR2W-107823     -5.691883     56.49690             25
    +#> 227    VR2W-107823     -5.691883     56.49690             25
    +#> 228    VR2W-107823     -5.691883     56.49690             25
    +#> 229    VR2W-107823     -5.691883     56.49690             25
    +#> 230    VR2W-107823     -5.691883     56.49690             25
    +#> 231       VR2-6720     -5.627150     56.50808             50
    +#> 232       VR2-6720     -5.627150     56.50808             50
    +#> 233       VR2-6720     -5.627150     56.50808             50
    +#> 234       VR2-6720     -5.627150     56.50808             50
    +#> 235       VR2-6720     -5.627150     56.50808             50
    +#> 236    VR2W-108155     -5.614267     56.45872             25
    +#> 237    VR2W-108155     -5.614267     56.45872             25
    +#> 238    VR2W-108155     -5.614267     56.45872             25
    +#> 239    VR2W-108155     -5.614267     56.45872             25
    +#> 240    VR2W-108155     -5.614267     56.45872             25
    +#> 241    VR2W-108163     -5.610733     56.37628             25
    +#> 242    VR2W-108158     -5.619533     56.37413             25
    +#> 243    VR2W-108163     -5.610733     56.37628             25
    +#> 244    VR2W-108158     -5.619533     56.37413             25
    +#> 245    VR2W-108163     -5.610733     56.37628             25
    +#> 246    VR2W-108158     -5.619533     56.37413             25
    +#> 247    VR2W-108163     -5.610733     56.37628             25
    +#> 248    VR2W-108158     -5.619533     56.37413             25
    +#> 249    VR2W-108163     -5.610733     56.37628             25
    +#> 250    VR2W-108163     -5.610733     56.37628             25
    +#> 251    VR2W-108158     -5.619533     56.37413             25
    +#> 252    VR2W-108158     -5.619533     56.37413             25
    +#> 253    VR2W-108158     -5.619533     56.37413             25
    +#> 254    VR2W-108158     -5.619533     56.37413             25
    +#> 255    VR2W-108163     -5.610733     56.37628             25
    +#> 256    VR2W-108158     -5.619533     56.37413             25
    +#> 257    VR2W-108163     -5.610733     56.37628             25
    +#> 258    VR2W-108163     -5.610733     56.37628             25
    +#> 259    VR2W-108158     -5.619533     56.37413             25
    +#> 260    VR2W-108163     -5.610733     56.37628             25
    +#> 261    VR2W-108163     -5.610733     56.37628             25
    +#> 262    VR2W-108163     -5.610733     56.37628             25
    +#> 263    VR2W-108158     -5.619533     56.37413             25
    +#> 264    VR2W-108163     -5.610733     56.37628             25
    +#> 265    VR2W-108158     -5.619533     56.37413             25
    +#> 266    VR2W-108163     -5.610733     56.37628             25
    +#> 267    VR2W-108158     -5.619533     56.37413             25
    +#> 268    VR2W-108163     -5.610733     56.37628             25
    +#> 269    VR2W-108158     -5.619533     56.37413             25
    +#> 270    VR2W-108158     -5.619533     56.37413             25
    +#> 271    VR2W-108163     -5.610733     56.37628             25
    +#> 272    VR2W-108163     -5.610733     56.37628             25
    +#> 273    VR2W-108158     -5.619533     56.37413             25
    +#> 274    VR2W-108163     -5.610733     56.37628             25
    +#> 275    VR2W-108163     -5.610733     56.37628             25
    +#> 276    VR2W-108158     -5.619533     56.37413             25
    +#> 277    VR2W-108163     -5.610733     56.37628             25
    +#> 278    VR2W-108158     -5.619533     56.37413             25
    +#> 279    VR2W-108163     -5.610733     56.37628             25
    +#> 280    VR2W-108158     -5.619533     56.37413             25
    +#> 281    VR2W-108163     -5.610733     56.37628             25
    +#> 282    VR2W-108163     -5.610733     56.37628             25
    +#> 283    VR2W-108163     -5.610733     56.37628             25
    +#> 284    VR2W-108158     -5.619533     56.37413             25
    +#> 285    VR2W-108163     -5.610733     56.37628             25
    +#> 286    VR2W-108158     -5.619533     56.37413             25
    +#> 287    VR2W-108158     -5.619533     56.37413             25
    +#> 288    VR2W-108163     -5.610733     56.37628             25
    +#> 289    VR2W-108163     -5.610733     56.37628             25
    +#> 290    VR2W-108163     -5.610733     56.37628             25
    +#> 291    VR2W-108163     -5.610733     56.37628             25
    +#> 292    VR2W-108163     -5.610733     56.37628             25
    +#> 293    VR2W-108158     -5.619533     56.37413             25
    +#> 294    VR2W-108163     -5.610733     56.37628             25
    +#> 295    VR2W-108163     -5.610733     56.37628             25
    +#> 296    VR2W-108163     -5.610733     56.37628             25
    +#> 297    VR2W-108163     -5.610733     56.37628             25
    +#> 298    VR2W-108163     -5.610733     56.37628             25
    +#> 299    VR2W-108163     -5.610733     56.37628             25
    +#> 300    VR2W-108163     -5.610733     56.37628             25
    +#> 301    VR2W-108163     -5.610733     56.37628             25
    +#> 302    VR2W-108163     -5.610733     56.37628             25
    +#> 303    VR2W-108163     -5.610733     56.37628             25
    +#> 304    VR2W-108163     -5.610733     56.37628             25
    +#> 305    VR2W-108163     -5.610733     56.37628             25
    +#> 306    VR2W-108163     -5.610733     56.37628             25
    +#> 307    VR2W-108163     -5.610733     56.37628             25
    +#> 308    VR2W-108163     -5.610733     56.37628             25
    +#> 309    VR2W-108163     -5.610733     56.37628             25
    +#> 310    VR2W-120722     -5.602283     56.37748             25
    +#> 311    VR2W-108163     -5.610733     56.37628             25
    +#> 312    VR2W-108163     -5.610733     56.37628             25
    +#> 313    VR2W-108163     -5.610733     56.37628             25
    +#> 314    VR2W-108163     -5.610733     56.37628             25
    +#> 315    VR2W-108163     -5.610733     56.37628             25
    +#> 316    VR2W-108163     -5.610733     56.37628             25
    +#> 317    VR2W-108163     -5.610733     56.37628             25
    +#> 318    VR2W-108163     -5.610733     56.37628             25
    +#> 319    VR2W-108163     -5.610733     56.37628             25
    +#> 320    VR2W-108163     -5.610733     56.37628             25
    +#> 321    VR2W-108163     -5.610733     56.37628             25
    +#> 322    VR2W-108163     -5.610733     56.37628             25
    +#> 323    VR2W-108163     -5.610733     56.37628             25
    +#> 324    VR2W-108163     -5.610733     56.37628             25
    +#> 325    VR2W-108163     -5.610733     56.37628             25
    +#> 326    VR2W-108163     -5.610733     56.37628             25
    +#> 327    VR2W-108163     -5.610733     56.37628             25
    +#> 328    VR2W-108163     -5.610733     56.37628             25
    +#> 329    VR2W-108163     -5.610733     56.37628             25
    +#> 330    VR2W-108163     -5.610733     56.37628             25
    +#> 331    VR2W-108163     -5.610733     56.37628             25
    +#> 332    VR2W-108163     -5.610733     56.37628             25
    +#> 333    VR2W-108163     -5.610733     56.37628             25
    +#> 334    VR2W-108163     -5.610733     56.37628             25
    +#> 335    VR2W-108163     -5.610733     56.37628             25
    +#> 336    VR2W-108163     -5.610733     56.37628             25
    +#> 337    VR2W-108163     -5.610733     56.37628             25
    +#> 338    VR2W-108163     -5.610733     56.37628             25
    +#> 339       VR2-5629     -5.655350     56.38545             50
    +#> 340       VR2-5629     -5.655350     56.38545             50
    +#> 341       VR2-5629     -5.655350     56.38545             50
    +#> 342       VR2-5629     -5.655350     56.38545             50
    +#> 343       VR2-5629     -5.655350     56.38545             50
    +#> 344       VR2-5629     -5.655350     56.38545             50
    +#> 345       VR2-5629     -5.655350     56.38545             50
    +#> 346       VR2-5629     -5.655350     56.38545             50
    +#> 347       VR2-5629     -5.655350     56.38545             50
    +#> 348       VR2-5629     -5.655350     56.38545             50
    +#> 349       VR2-5629     -5.655350     56.38545             50
    +#> 350       VR2-5629     -5.655350     56.38545             50
    +#> 351       VR2-5629     -5.655350     56.38545             50
    +#> 352       VR2-5629     -5.655350     56.38545             50
    +#> 353       VR2-5629     -5.655350     56.38545             50
    +#> 354       VR2-5629     -5.655350     56.38545             50
    +#> 355       VR2-5629     -5.655350     56.38545             50
    +#> 356       VR2-5629     -5.655350     56.38545             50
    +#> 357       VR2-5629     -5.655350     56.38545             50
    +#> 358       VR2-5629     -5.655350     56.38545             50
    +#> 359       VR2-5629     -5.655350     56.38545             50
    +#> 360       VR2-5629     -5.655350     56.38545             50
    +#> 361       VR2-5629     -5.655350     56.38545             50
    +#> 362       VR2-5629     -5.655350     56.38545             50
    +#> 363       VR2-5629     -5.655350     56.38545             50
    +#> 364       VR2-5629     -5.655350     56.38545             50
    +#> 365       VR2-5629     -5.655350     56.38545             50
    +#> 366       VR2-5629     -5.655350     56.38545             50
    +#> 367       VR2-5629     -5.655350     56.38545             50
    +#> 368       VR2-5629     -5.655350     56.38545             50
    +#> 369       VR2-5629     -5.655350     56.38545             50
    +#> 370       VR2-5629     -5.655350     56.38545             50
    +#> 371       VR2-5629     -5.655350     56.38545             50
    +#> 372       VR2-5629     -5.655350     56.38545             50
    +#> 373       VR2-5629     -5.655350     56.38545             50
    +#> 374       VR2-5629     -5.655350     56.38545             50
    +#> 375       VR2-5629     -5.655350     56.38545             50
    +#> 376       VR2-5629     -5.655350     56.38545             50
    +#> 377       VR2-5629     -5.655350     56.38545             50
    +#> 378       VR2-5637     -5.662083     56.38858             10
    +#> 379       VR2-5629     -5.655350     56.38545             50
    +#> 380       VR2-5637     -5.662083     56.38858             10
    +#> 381       VR2-5629     -5.655350     56.38545             50
    +#> 382       VR2-5637     -5.662083     56.38858             10
    +#> 383       VR2-5637     -5.662083     56.38858             10
    +#> 384       VR2-5629     -5.655350     56.38545             50
    +#> 385       VR2-5637     -5.662083     56.38858             10
    +#> 386       VR2-5637     -5.662083     56.38858             10
    +#> 387       VR2-5637     -5.662083     56.38858             10
    +#> 388       VR2-5629     -5.655350     56.38545             50
    +#> 389       VR2-5629     -5.655350     56.38545             50
    +#> 390       VR2-5637     -5.662083     56.38858             10
    +#> 391       VR2-5629     -5.655350     56.38545             50
    +#> 392       VR2-5637     -5.662083     56.38858             10
    +#> 393       VR2-5637     -5.662083     56.38858             10
    +#> 394       VR2-5629     -5.655350     56.38545             50
    +#> 395       VR2-5637     -5.662083     56.38858             10
    +#> 396       VR2-5629     -5.655350     56.38545             50
    +#> 397       VR2-5629     -5.655350     56.38545             50
    +#> 398       VR2-5629     -5.655350     56.38545             50
    +#> 399       VR2-5629     -5.655350     56.38545             50
    +#> 400       VR2-5629     -5.655350     56.38545             50
    +#> 401       VR2-5629     -5.655350     56.38545             50
    +#> 402       VR2-5629     -5.655350     56.38545             50
    +#> 403       VR2-5629     -5.655350     56.38545             50
    +#> 404       VR2-5629     -5.655350     56.38545             50
    +#> 405       VR2-5629     -5.655350     56.38545             50
    +#> 406       VR2-5629     -5.655350     56.38545             50
    +#> 407       VR2-5629     -5.655350     56.38545             50
    +#> 408       VR2-5629     -5.655350     56.38545             50
    +#> 409       VR2-5629     -5.655350     56.38545             50
    +#> 410       VR2-5629     -5.655350     56.38545             50
    +#> 411       VR2-5629     -5.655350     56.38545             50
    +#> 412       VR2-5629     -5.655350     56.38545             50
    +#> 413       VR2-5629     -5.655350     56.38545             50
    +#> 414       VR2-5629     -5.655350     56.38545             50
    +#> 415       VR2-5637     -5.662083     56.38858             10
    +#> 416       VR2-5629     -5.655350     56.38545             50
    +#> 417       VR2-5637     -5.662083     56.38858             10
    +#> 418       VR2-5629     -5.655350     56.38545             50
    +#> 419       VR2-5629     -5.655350     56.38545             50
    +#> 420       VR2-5637     -5.662083     56.38858             10
    +#> 421       VR2-5629     -5.655350     56.38545             50
    +#> 422       VR2-5637     -5.662083     56.38858             10
    +#> 423       VR2-5629     -5.655350     56.38545             50
    +#> 424       VR2-5637     -5.662083     56.38858             10
    +#> 425       VR2-5629     -5.655350     56.38545             50
    +#> 426       VR2-5637     -5.662083     56.38858             10
    +#> 427       VR2-5629     -5.655350     56.38545             50
    +#> 428       VR2-5629     -5.655350     56.38545             50
    +#> 429       VR2-5629     -5.655350     56.38545             50
    +#> 430       VR2-5629     -5.655350     56.38545             50
    +#> 431       VR2-5629     -5.655350     56.38545             50
    +#> 432       VR2-5629     -5.655350     56.38545             50
    +#> 433       VR2-5629     -5.655350     56.38545             50
    +#> 434       VR2-5629     -5.655350     56.38545             50
    +#> 435       VR2-5629     -5.655350     56.38545             50
    +#> 436       VR2-5629     -5.655350     56.38545             50
    +#> 437       VR2-5629     -5.655350     56.38545             50
    +#> 438       VR2-5629     -5.655350     56.38545             50
    +#> 439       VR2-5629     -5.655350     56.38545             50
    +#> 440       VR2-5629     -5.655350     56.38545             50
    +#> 441       VR2-5629     -5.655350     56.38545             50
    +#> 442       VR2-5629     -5.655350     56.38545             50
    +#> 443       VR2-5629     -5.655350     56.38545             50
    +#> 444       VR2-5629     -5.655350     56.38545             50
    +#> 445       VR2-5629     -5.655350     56.38545             50
    +#> 446       VR2-5629     -5.655350     56.38545             50
    +#> 447       VR2-5629     -5.655350     56.38545             50
    +#> 448       VR2-5629     -5.655350     56.38545             50
    +#> 449       VR2-5629     -5.655350     56.38545             50
    +#> 450       VR2-5629     -5.655350     56.38545             50
    +#> 451       VR2-5629     -5.655350     56.38545             50
    +#> 452       VR2-5629     -5.655350     56.38545             50
    +#> 453       VR2-5629     -5.655350     56.38545             50
    +#> 454       VR2-5629     -5.655350     56.38545             50
    +#> 455       VR2-5629     -5.655350     56.38545             50
    +#> 456       VR2-5629     -5.655350     56.38545             50
    +#> 457       VR2-5629     -5.655350     56.38545             50
    +#> 458       VR2-5629     -5.655350     56.38545             50
    +#> 459       VR2-5629     -5.655350     56.38545             50
    +#> 460       VR2-5629     -5.655350     56.38545             50
    +#> 461       VR2-5629     -5.655350     56.38545             50
    +#> 462       VR2-5629     -5.655350     56.38545             50
    +#> 463       VR2-5629     -5.655350     56.38545             50
    +#> 464       VR2-5629     -5.655350     56.38545             50
    +#> 465       VR2-5629     -5.655350     56.38545             50
    +#> 466       VR2-5629     -5.655350     56.38545             50
    +#> 467       VR2-5629     -5.655350     56.38545             50
    +#> 468       VR2-5629     -5.655350     56.38545             50
    +#> 469       VR2-5629     -5.655350     56.38545             50
    +#> 470       VR2-5629     -5.655350     56.38545             50
    +#> 471       VR2-5629     -5.655350     56.38545             50
    +#> 472       VR2-5629     -5.655350     56.38545             50
    +#> 473       VR2-5629     -5.655350     56.38545             50
    +#> 474       VR2-5629     -5.655350     56.38545             50
    +#> 475       VR2-5629     -5.655350     56.38545             50
    +#> 476       VR2-5629     -5.655350     56.38545             50
    +#> 477       VR2-5629     -5.655350     56.38545             50
    +#> 478       VR2-5629     -5.655350     56.38545             50
    +#> 479       VR2-5629     -5.655350     56.38545             50
    +#> 480       VR2-5629     -5.655350     56.38545             50
    +#> 481       VR2-5629     -5.655350     56.38545             50
    +#> 482       VR2-5629     -5.655350     56.38545             50
    +#> 483       VR2-5629     -5.655350     56.38545             50
    +#> 484       VR2-5629     -5.655350     56.38545             50
    +#> 485       VR2-5629     -5.655350     56.38545             50
    +#> 486       VR2-5629     -5.655350     56.38545             50
    +#> 487       VR2-5629     -5.655350     56.38545             50
    +#> 488       VR2-5629     -5.655350     56.38545             50
    +#> 489       VR2-5629     -5.655350     56.38545             50
    +#> 490       VR2-5629     -5.655350     56.38545             50
    +#> 491       VR2-5629     -5.655350     56.38545             50
    +#> 492       VR2-5637     -5.662083     56.38858             10
    +#> 493       VR2-5637     -5.662083     56.38858             10
    +#> 494       VR2-5637     -5.662083     56.38858             10
    +#> 495       VR2-5629     -5.655350     56.38545             50
    +#> 496       VR2-5629     -5.655350     56.38545             50
    +#> 497       VR2-5629     -5.655350     56.38545             50
    +#> 498       VR2-5629     -5.655350     56.38545             50
    +#> 499       VR2-5629     -5.655350     56.38545             50
    +#> 500    VR2W-108163     -5.610733     56.37628             25
    +#> 501    VR2W-108163     -5.610733     56.37628             25
    +#> 502    VR2W-108163     -5.610733     56.37628             25
    +#> 503    VR2W-108163     -5.610733     56.37628             25
    +#> 504    VR2W-108163     -5.610733     56.37628             25
    +#> 505    VR2W-108163     -5.610733     56.37628             25
    +#> 506    VR2W-108163     -5.610733     56.37628             25
    +#> 507    VR2W-108163     -5.610733     56.37628             25
    +#> 508    VR2W-108163     -5.610733     56.37628             25
    +#> 509    VR2W-108163     -5.610733     56.37628             25
    +#> 510    VR2W-108163     -5.610733     56.37628             25
    +#> 511    VR2W-108163     -5.610733     56.37628             25
    +#> 512    VR2W-108163     -5.610733     56.37628             25
    +#> 513    VR2W-108163     -5.610733     56.37628             25
    +#> 514    VR2W-108163     -5.610733     56.37628             25
    +#> 515    VR2W-108163     -5.610733     56.37628             25
    +#> 516    VR2W-108163     -5.610733     56.37628             25
    +#> 517    VR2W-108163     -5.610733     56.37628             25
    +#> 518    VR2W-108163     -5.610733     56.37628             25
    +#> 519    VR2W-108163     -5.610733     56.37628             25
    +#> 520    VR2W-108163     -5.610733     56.37628             25
    +#> 521    VR2W-108163     -5.610733     56.37628             25
    +#> 522    VR2W-108163     -5.610733     56.37628             25
    +#> 523    VR2W-108163     -5.610733     56.37628             25
    +#> 524    VR2W-108163     -5.610733     56.37628             25
    +#> 525    VR2W-108163     -5.610733     56.37628             25
    +#> 526    VR2W-108163     -5.610733     56.37628             25
    +#> 527    VR2W-108163     -5.610733     56.37628             25
    +#> 528    VR2W-108163     -5.610733     56.37628             25
    +#> 529    VR2W-108163     -5.610733     56.37628             25
    +#> 530    VR2W-108163     -5.610733     56.37628             25
    +#> 531    VR2W-108163     -5.610733     56.37628             25
    +#> 532    VR2W-108163     -5.610733     56.37628             25
    +#> 533    VR2W-108163     -5.610733     56.37628             25
    +#> 534    VR2W-108163     -5.610733     56.37628             25
    +#> 535    VR2W-108163     -5.610733     56.37628             25
    +#> 536    VR2W-108163     -5.610733     56.37628             25
    +#> 537    VR2W-108163     -5.610733     56.37628             25
    +#> 538    VR2W-108163     -5.610733     56.37628             25
    +#> 539    VR2W-108163     -5.610733     56.37628             25
    +#> 540    VR2W-108163     -5.610733     56.37628             25
    +#> 541    VR2W-108163     -5.610733     56.37628             25
    +#> 542    VR2W-108163     -5.610733     56.37628             25
    +#> 543    VR2W-120722     -5.602283     56.37748             25
    +#> 544    VR2W-120722     -5.602283     56.37748             25
    +#> 545    VR2W-120722     -5.602283     56.37748             25
    +#> 546    VR2W-108163     -5.610733     56.37628             25
    +#> 547    VR2W-108163     -5.610733     56.37628             25
    +#> 548    VR2W-108163     -5.610733     56.37628             25
    +#> 549    VR2W-108163     -5.610733     56.37628             25
    +#> 550    VR2W-108163     -5.610733     56.37628             25
    +#> 551    VR2W-108163     -5.610733     56.37628             25
    +#> 552    VR2W-108163     -5.610733     56.37628             25
    +#> 553    VR2W-108163     -5.610733     56.37628             25
    +#> 554    VR2W-108163     -5.610733     56.37628             25
    +#> 555    VR2W-108163     -5.610733     56.37628             25
    +#> 556    VR2W-108163     -5.610733     56.37628             25
    +#> 557    VR2W-108163     -5.610733     56.37628             25
    +#> 558    VR2W-108163     -5.610733     56.37628             25
    +#> 559    VR2W-108163     -5.610733     56.37628             25
    +#> 560    VR2W-108163     -5.610733     56.37628             25
    +#> 561    VR2W-108163     -5.610733     56.37628             25
    +#> 562    VR2W-108163     -5.610733     56.37628             25
    +#> 563    VR2W-108163     -5.610733     56.37628             25
    +#> 564    VR2W-108163     -5.610733     56.37628             25
    +#> 565    VR2W-108163     -5.610733     56.37628             25
    +#> 566    VR2W-108163     -5.610733     56.37628             25
    +#> 567    VR2W-108163     -5.610733     56.37628             25
    +#> 568    VR2W-108163     -5.610733     56.37628             25
    +#> 569    VR2W-108163     -5.610733     56.37628             25
    +#> 570    VR2W-108163     -5.610733     56.37628             25
    +#> 571    VR2W-108163     -5.610733     56.37628             25
    +#> 572    VR2W-108163     -5.610733     56.37628             25
    +#> 573    VR2W-108163     -5.610733     56.37628             25
    +#> 574    VR2W-108163     -5.610733     56.37628             25
    +#> 575    VR2W-108163     -5.610733     56.37628             25
    +#> 576    VR2W-108163     -5.610733     56.37628             25
    +#> 577    VR2W-108163     -5.610733     56.37628             25
    +#> 578    VR2W-108163     -5.610733     56.37628             25
    +#> 579    VR2W-108163     -5.610733     56.37628             25
    +#> 580    VR2W-120722     -5.602283     56.37748             25
    +#> 581    VR2W-108163     -5.610733     56.37628             25
    +#> 582    VR2W-108163     -5.610733     56.37628             25
    +#> 583    VR2W-108163     -5.610733     56.37628             25
    +#> 584    VR2W-108163     -5.610733     56.37628             25
    +#> 585    VR2W-108163     -5.610733     56.37628             25
    +#> 586    VR2W-120722     -5.602283     56.37748             25
    +#> 587    VR2W-108163     -5.610733     56.37628             25
    +#> 588    VR2W-108163     -5.610733     56.37628             25
    +#> 589    VR2W-120722     -5.602283     56.37748             25
    +#> 590    VR2W-108163     -5.610733     56.37628             25
    +#> 591    VR2W-113142     -5.634833     56.37502             50
    +#> 592    VR2W-108163     -5.610733     56.37628             25
    +#> 593    VR2W-108163     -5.610733     56.37628             25
    +#> 594    VR2W-108163     -5.610733     56.37628             25
    +#> 595    VR2W-108163     -5.610733     56.37628             25
    +#> 596    VR2W-108163     -5.610733     56.37628             25
    +#> 597    VR2W-108163     -5.610733     56.37628             25
    +#> 598    VR2W-108163     -5.610733     56.37628             25
    +#> 599    VR2W-108163     -5.610733     56.37628             25
    +#> 600    VR2W-108163     -5.610733     56.37628             25
    +#> 601    VR2W-108163     -5.610733     56.37628             25
    +#> 602    VR2W-108163     -5.610733     56.37628             25
    +#> 603    VR2W-108163     -5.610733     56.37628             25
    +#> 604    VR2W-108163     -5.610733     56.37628             25
    +#> 605    VR2W-108163     -5.610733     56.37628             25
    +#> 606    VR2W-108163     -5.610733     56.37628             25
    +#> 607    VR2W-108163     -5.610733     56.37628             25
    +#> 608    VR2W-108163     -5.610733     56.37628             25
    +#> 609    VR2W-108163     -5.610733     56.37628             25
    +#> 610    VR2W-108163     -5.610733     56.37628             25
    +#> 611    VR2W-108163     -5.610733     56.37628             25
    +#> 612    VR2W-108163     -5.610733     56.37628             25
    +#> 613    VR2W-120722     -5.602283     56.37748             25
    +#> 614    VR2W-120722     -5.602283     56.37748             25
    +#> 615    VR2W-120722     -5.602283     56.37748             25
    +#> 616    VR2W-120722     -5.602283     56.37748             25
    +#> 617    VR2W-120722     -5.602283     56.37748             25
    +#> 618    VR2W-108163     -5.610733     56.37628             25
    +#> 619    VR2W-108163     -5.610733     56.37628             25
    +#> 620    VR2W-108163     -5.610733     56.37628             25
    +#> 621    VR2W-108163     -5.610733     56.37628             25
    +#> 622    VR2W-108163     -5.610733     56.37628             25
    +#> 623    VR2W-108163     -5.610733     56.37628             25
    +#> 624    VR2W-108163     -5.610733     56.37628             25
    +#> 625    VR2W-108163     -5.610733     56.37628             25
    +#> 626    VR2W-108163     -5.610733     56.37628             25
    +#> 627    VR2W-108163     -5.610733     56.37628             25
    +#> 628    VR2W-108163     -5.610733     56.37628             25
    +#> 629    VR2W-108163     -5.610733     56.37628             25
    +#> 630    VR2W-108163     -5.610733     56.37628             25
    +#> 631    VR2W-108163     -5.610733     56.37628             25
    +#> 632    VR2W-108163     -5.610733     56.37628             25
    +#> 633    VR2W-108163     -5.610733     56.37628             25
    +#> 634    VR2W-108163     -5.610733     56.37628             25
    +#> 635    VR2W-108163     -5.610733     56.37628             25
    +#> 636    VR2W-108163     -5.610733     56.37628             25
    +#> 637    VR2W-108163     -5.610733     56.37628             25
    +#> 638    VR2W-108163     -5.610733     56.37628             25
    +#> 639    VR2W-120722     -5.602283     56.37748             25
    +#> 640    VR2W-108163     -5.610733     56.37628             25
    +#> 641    VR2W-120722     -5.602283     56.37748             25
    +#> 642    VR2W-108163     -5.610733     56.37628             25
    +#> 643    VR2W-108163     -5.610733     56.37628             25
    +#> 644    VR2W-108163     -5.610733     56.37628             25
    +#> 645    VR2W-108163     -5.610733     56.37628             25
    +#> 646    VR2W-108163     -5.610733     56.37628             25
    +#> 647    VR2W-108163     -5.610733     56.37628             25
    +#> 648    VR2W-108163     -5.610733     56.37628             25
    +#> 649    VR2W-108163     -5.610733     56.37628             25
    +#> 650    VR2W-120722     -5.602283     56.37748             25
    +#> 651    VR2W-120722     -5.602283     56.37748             25
    +#> 652    VR2W-120722     -5.602283     56.37748             25
    +#> 653    VR2W-120722     -5.602283     56.37748             25
    +#> 654    VR2W-120722     -5.602283     56.37748             25
    +#> 655    VR2W-120722     -5.602283     56.37748             25
    +#> 656    VR2W-120722     -5.602283     56.37748             25
    +#> 657    VR2W-120722     -5.602283     56.37748             25
    +#> 658    VR2W-120722     -5.602283     56.37748             25
    +#> 659    VR2W-120722     -5.602283     56.37748             25
    +#> 660    VR2W-120722     -5.602283     56.37748             25
    +#> 661    VR2W-120722     -5.602283     56.37748             25
    +#> 662    VR2W-120722     -5.602283     56.37748             25
    +#> 663    VR2W-120722     -5.602283     56.37748             25
    +#> 664    VR2W-120722     -5.602283     56.37748             25
    +#> 665    VR2W-120722     -5.602283     56.37748             25
    +#> 666    VR2W-120722     -5.602283     56.37748             25
    +#> 667    VR2W-108163     -5.610733     56.37628             25
    +#> 668    VR2W-108163     -5.610733     56.37628             25
    +#> 669    VR2W-108163     -5.610733     56.37628             25
    +#> 670    VR2W-108163     -5.610733     56.37628             25
    +#> 671    VR2W-108163     -5.610733     56.37628             25
    +#> 672    VR2W-108163     -5.610733     56.37628             25
    +#> 673    VR2W-108163     -5.610733     56.37628             25
    +#> 674    VR2W-108163     -5.610733     56.37628             25
    +#> 675    VR2W-108163     -5.610733     56.37628             25
    +#> 676    VR2W-108163     -5.610733     56.37628             25
    +#> 677    VR2W-108163     -5.610733     56.37628             25
    +#> 678    VR2W-108163     -5.610733     56.37628             25
    +#> 679    VR2W-108163     -5.610733     56.37628             25
    +#> 680    VR2W-108163     -5.610733     56.37628             25
    +#> 681    VR2W-107823     -5.691883     56.49690             25
    +#> 682    VR2W-107823     -5.691883     56.49690             25
    +#> 683    VR2W-107823     -5.691883     56.49690             25
    +#> 684    VR2W-107823     -5.691883     56.49690             25
    +#> 685    VR2W-107823     -5.691883     56.49690             25
    +#> 686    VR2W-107823     -5.691883     56.49690             25
    +#> 687    VR2W-107823     -5.691883     56.49690             25
    +#> 688    VR2W-107823     -5.691883     56.49690             25
    +#> 689    VR2W-107823     -5.691883     56.49690             25
    +#> 690    VR2W-107823     -5.691883     56.49690             25
    +#> 691    VR2W-107823     -5.691883     56.49690             25
    +#> 692    VR2W-107823     -5.691883     56.49690             25
    +#> 693    VR2W-107823     -5.691883     56.49690             25
    +#> 694    VR2W-107823     -5.691883     56.49690             25
    +#> 695    VR2W-107823     -5.691883     56.49690             25
    +#> 696    VR2W-107823     -5.691883     56.49690             25
    +#> 697    VR2W-107823     -5.691883     56.49690             25
    +#> 698    VR2W-107823     -5.691883     56.49690             25
    +#> 699    VR2W-107823     -5.691883     56.49690             25
    +#> 700    VR2W-107823     -5.691883     56.49690             25
    +#> 701    VR2W-107823     -5.691883     56.49690             25
    +#> 702    VR2W-107823     -5.691883     56.49690             25
    +#> 703    VR2W-107823     -5.691883     56.49690             25
    +#> 704    VR2W-107823     -5.691883     56.49690             25
    +#> 705    VR2W-107823     -5.691883     56.49690             25
    +#> 706    VR2W-107823     -5.691883     56.49690             25
    +#> 707    VR2W-107823     -5.691883     56.49690             25
    +#> 708    VR2W-107823     -5.691883     56.49690             25
    +#> 709    VR2W-107823     -5.691883     56.49690             25
    +#> 710    VR2W-107823     -5.691883     56.49690             25
    +#> 711    VR2W-107823     -5.691883     56.49690             25
    +#> 712    VR2W-107823     -5.691883     56.49690             25
    +#> 713    VR2W-107823     -5.691883     56.49690             25
    +#> 714    VR2W-107823     -5.691883     56.49690             25
    +#> 715    VR2W-107823     -5.691883     56.49690             25
    +#> 716    VR2W-107823     -5.691883     56.49690             25
    +#> 717    VR2W-107823     -5.691883     56.49690             25
    +#> 718    VR2W-107823     -5.691883     56.49690             25
    +#> 719    VR2W-107823     -5.691883     56.49690             25
    +#> 720    VR2W-107823     -5.691883     56.49690             25
    +#> 721    VR2W-107823     -5.691883     56.49690             25
    +#> 722    VR2W-107823     -5.691883     56.49690             25
    +#> 723    VR2W-107823     -5.691883     56.49690             25
    +#> 724    VR2W-107823     -5.691883     56.49690             25
    +#> 725    VR2W-107823     -5.691883     56.49690             25
    +#> 726    VR2W-107823     -5.691883     56.49690             25
    +#> 727    VR2W-107823     -5.691883     56.49690             25
    +#> 728    VR2W-107823     -5.691883     56.49690             25
    +#> 729    VR2W-107823     -5.691883     56.49690             25
    +#> 730    VR2W-107823     -5.691883     56.49690             25
    +#> 731    VR2W-107823     -5.691883     56.49690             25
    +#> 732    VR2W-107823     -5.691883     56.49690             25
    +#> 733    VR2W-107823     -5.691883     56.49690             25
    +#> 734    VR2W-107823     -5.691883     56.49690             25
    +#> 735    VR2W-107823     -5.691883     56.49690             25
    +#> 736    VR2W-107823     -5.691883     56.49690             25
    +#> 737    VR2W-107823     -5.691883     56.49690             25
    +#> 738    VR2W-107823     -5.691883     56.49690             25
    +#> 739    VR2W-107823     -5.691883     56.49690             25
    +#> 740    VR2W-107823     -5.691883     56.49690             25
    +#> 741    VR2W-107823     -5.691883     56.49690             25
    +#> 742    VR2W-107823     -5.691883     56.49690             25
    +#> 743    VR2W-107823     -5.691883     56.49690             25
    +#> 744    VR2W-107823     -5.691883     56.49690             25
    +#> 745    VR2W-107823     -5.691883     56.49690             25
    +#> 746    VR2W-107823     -5.691883     56.49690             25
    +#> 747    VR2W-107823     -5.691883     56.49690             25
    +#> 748    VR2W-107823     -5.691883     56.49690             25
    +#> 749    VR2W-107823     -5.691883     56.49690             25
    +#> 750    VR2W-107823     -5.691883     56.49690             25
    +#> 751    VR2W-107823     -5.691883     56.49690             25
    +#> 752    VR2W-107823     -5.691883     56.49690             25
    +#> 753    VR2W-107823     -5.691883     56.49690             25
    +#> 754    VR2W-107823     -5.691883     56.49690             25
    +#> 755    VR2W-107823     -5.691883     56.49690             25
    +#> 756    VR2W-107823     -5.691883     56.49690             25
    +#> 757    VR2W-107823     -5.691883     56.49690             25
    +#> 758    VR2W-107823     -5.691883     56.49690             25
    +#> 759    VR2W-107823     -5.691883     56.49690             25
    +#> 760    VR2W-107823     -5.691883     56.49690             25
    +#> 761    VR2W-107823     -5.691883     56.49690             25
    +#> 762    VR2W-107823     -5.691883     56.49690             25
    +#> 763    VR2W-107823     -5.691883     56.49690             25
    +#> 764    VR2W-107823     -5.691883     56.49690             25
    +#> 765    VR2W-107823     -5.691883     56.49690             25
    +#> 766    VR2W-107823     -5.691883     56.49690             25
    +#> 767    VR2W-107823     -5.691883     56.49690             25
    +#> 768    VR2W-107823     -5.691883     56.49690             25
    +#> 769    VR2W-107823     -5.691883     56.49690             25
    +#> 770    VR2W-107823     -5.691883     56.49690             25
    +#> 771    VR2W-107823     -5.691883     56.49690             25
    +#> 772    VR2W-107823     -5.691883     56.49690             25
    +#> 773    VR2W-107823     -5.691883     56.49690             25
    +#> 774    VR2W-108163     -5.610733     56.37628             25
    +#> 775    VR2W-108163     -5.610733     56.37628             25
    +#> 776    VR2W-108163     -5.610733     56.37628             25
    +#> 777    VR2W-108163     -5.610733     56.37628             25
    +#> 778    VR2W-108163     -5.610733     56.37628             25
    +#> 779    VR2W-108163     -5.610733     56.37628             25
    +#> 780    VR2W-108163     -5.610733     56.37628             25
    +#> 781    VR2W-108163     -5.610733     56.37628             25
    +#> 782    VR2W-108163     -5.610733     56.37628             25
    +#> 783    VR2W-107823     -5.691883     56.49690             25
    +#> 784    VR2W-107823     -5.691883     56.49690             25
    +#> 785    VR2W-107823     -5.691883     56.49690             25
    +#> 786    VR2W-107823     -5.691883     56.49690             25
    +#> 787    VR2W-107823     -5.691883     56.49690             25
    +#> 788    VR2W-107823     -5.691883     56.49690             25
    +#> 789    VR2W-107823     -5.691883     56.49690             25
    +#> 790    VR2W-107823     -5.691883     56.49690             25
    +#> 791    VR2W-107823     -5.691883     56.49690             25
    +#> 792    VR2W-107823     -5.691883     56.49690             25
    +#> 793    VR2W-107823     -5.691883     56.49690             25
    +#> 794    VR2W-107823     -5.691883     56.49690             25
    +#> 795    VR2W-107823     -5.691883     56.49690             25
    +#> 796    VR2W-107823     -5.691883     56.49690             25
    +#> 797    VR2W-107823     -5.691883     56.49690             25
    +#> 798    VR2W-107823     -5.691883     56.49690             25
    +#> 799    VR2W-107823     -5.691883     56.49690             25
    +#> 800    VR2W-107823     -5.691883     56.49690             25
    +#> 801    VR2W-107823     -5.691883     56.49690             25
    +#> 802    VR2W-107823     -5.691883     56.49690             25
    +#> 803    VR2W-107823     -5.691883     56.49690             25
    +#> 804    VR2W-107823     -5.691883     56.49690             25
    +#> 805    VR2W-107823     -5.691883     56.49690             25
    +#> 806    VR2W-107823     -5.691883     56.49690             25
    +#> 807    VR2W-107823     -5.691883     56.49690             25
    +#> 808    VR2W-107823     -5.691883     56.49690             25
    +#> 809    VR2W-107823     -5.691883     56.49690             25
    +#> 810    VR2W-107823     -5.691883     56.49690             25
    +#> 811    VR2W-107823     -5.691883     56.49690             25
    +#> 812    VR2W-107823     -5.691883     56.49690             25
    +#> 813    VR2W-107823     -5.691883     56.49690             25
    +#> 814    VR2W-107823     -5.691883     56.49690             25
    +#> 815    VR2W-107823     -5.691883     56.49690             25
    +#> 816    VR2W-107823     -5.691883     56.49690             25
    +#> 817    VR2W-107823     -5.691883     56.49690             25
    +#> 818    VR2W-107823     -5.691883     56.49690             25
    +#> 819    VR2W-107823     -5.691883     56.49690             25
    +#> 820    VR2W-107823     -5.691883     56.49690             25
    +#> 821    VR2W-107823     -5.691883     56.49690             25
    +#> 822    VR2W-107823     -5.691883     56.49690             25
    +#> 823    VR2W-107823     -5.691883     56.49690             25
    +#> 824    VR2W-107823     -5.691883     56.49690             25
    +#> 825    VR2W-107823     -5.691883     56.49690             25
    +#> 826    VR2W-107823     -5.691883     56.49690             25
    +#> 827    VR2W-107823     -5.691883     56.49690             25
    +#> 828    VR2W-107823     -5.691883     56.49690             25
    +#> 829    VR2W-107823     -5.691883     56.49690             25
    +#> 830    VR2W-107823     -5.691883     56.49690             25
    +#> 831    VR2W-107823     -5.691883     56.49690             25
    +#> 832    VR2W-107823     -5.691883     56.49690             25
    +#> 833    VR2W-107823     -5.691883     56.49690             25
    +#> 834    VR2W-107823     -5.691883     56.49690             25
    +#> 835    VR2W-107823     -5.691883     56.49690             25
    +#> 836    VR2W-108160     -5.704867     56.48890             25
    +#> 837    VR2W-108160     -5.704867     56.48890             25
    +#> 838    VR2W-108160     -5.704867     56.48890             25
    +#> 839    VR2W-108160     -5.704867     56.48890             25
    +#> 840    VR2W-108160     -5.704867     56.48890             25
    +#> 841    VR2W-108160     -5.704867     56.48890             25
    +#> 842    VR2W-108160     -5.704867     56.48890             25
    +#> 843    VR2W-107823     -5.691883     56.49690             25
    +#> 844    VR2W-107823     -5.691883     56.49690             25
    +#> 845    VR2W-107823     -5.691883     56.49690             25
    +#> 846    VR2W-107823     -5.691883     56.49690             25
    +#> 847    VR2W-107823     -5.691883     56.49690             25
    +#> 848    VR2W-107823     -5.691883     56.49690             25
    +#> 849    VR2W-107823     -5.691883     56.49690             25
    +#> 850    VR2W-107823     -5.691883     56.49690             25
    +#> 851    VR2W-107823     -5.691883     56.49690             25
    +#> 852    VR2W-107823     -5.691883     56.49690             25
    +#> 853    VR2W-107823     -5.691883     56.49690             25
    +#> 854    VR2W-107823     -5.691883     56.49690             25
    +#> 855    VR2W-107823     -5.691883     56.49690             25
    +#> 856    VR2W-107823     -5.691883     56.49690             25
    +#> 857    VR2W-107823     -5.691883     56.49690             25
    +#> 858    VR2W-107823     -5.691883     56.49690             25
    +#> 859    VR2W-107823     -5.691883     56.49690             25
    +#> 860    VR2W-107823     -5.691883     56.49690             25
    +#> 861    VR2W-107823     -5.691883     56.49690             25
    +#> 862    VR2W-107823     -5.691883     56.49690             25
    +#> 863    VR2W-107823     -5.691883     56.49690             25
    +#> 864    VR2W-107823     -5.691883     56.49690             25
    +#> 865    VR2W-107823     -5.691883     56.49690             25
    +#> 866    VR2W-107823     -5.691883     56.49690             25
    +#> 867    VR2W-107823     -5.691883     56.49690             25
    +#> 868    VR2W-107823     -5.691883     56.49690             25
    +#> 869    VR2W-107823     -5.691883     56.49690             25
    +#> 870    VR2W-107823     -5.691883     56.49690             25
    +#> 871    VR2W-108163     -5.610733     56.37628             25
    +#> 872    VR2W-108163     -5.610733     56.37628             25
    +#> 873    VR2W-108163     -5.610733     56.37628             25
    +#> 874    VR2W-108160     -5.704867     56.48890             25
    +#> 875    VR2W-108160     -5.704867     56.48890             25
    +#> 876    VR2W-108160     -5.704867     56.48890             25
    +#> 877    VR2W-108160     -5.704867     56.48890             25
    +#> 878    VR2W-108160     -5.704867     56.48890             25
    +#> 879    VR2W-108160     -5.704867     56.48890             25
    +#> 880    VR2W-108160     -5.704867     56.48890             25
    +#> 881    VR2W-108160     -5.704867     56.48890             25
    +#> 882    VR2W-108160     -5.704867     56.48890             25
    +#> 883    VR2W-108160     -5.704867     56.48890             25
    +#> 884    VR2W-108160     -5.704867     56.48890             25
    +#> 885    VR2W-108160     -5.704867     56.48890             25
    +#> 886    VR2W-108160     -5.704867     56.48890             25
    +#> 887    VR2W-108160     -5.704867     56.48890             25
    +#> 888    VR2W-108160     -5.704867     56.48890             25
    +#> 889    VR2W-108160     -5.704867     56.48890             25
    +#> 890    VR2W-108160     -5.704867     56.48890             25
    +#> 891    VR2W-108160     -5.704867     56.48890             25
    +#> 892    VR2W-108160     -5.704867     56.48890             25
    +#> 893    VR2W-108160     -5.704867     56.48890             25
    +#> 894    VR2W-108160     -5.704867     56.48890             25
    +#> 895    VR2W-108160     -5.704867     56.48890             25
    +#> 896    VR2W-108160     -5.704867     56.48890             25
    +#> 897    VR2W-108160     -5.704867     56.48890             25
    +#> 898    VR2W-108160     -5.704867     56.48890             25
    +#> 899    VR2W-108160     -5.704867     56.48890             25
    +#> 900    VR2W-108160     -5.704867     56.48890             25
    +#> 901    VR2W-108160     -5.704867     56.48890             25
    +#> 902    VR2W-108160     -5.704867     56.48890             25
    +#> 903    VR2W-108160     -5.704867     56.48890             25
    +#> 904    VR2W-107823     -5.691883     56.49690             25
    +#> 905    VR2W-107823     -5.691883     56.49690             25
    +#> 906    VR2W-107823     -5.691883     56.49690             25
    +#> 907    VR2W-107823     -5.691883     56.49690             25
    +#> 908    VR2W-107823     -5.691883     56.49690             25
    +#> 909    VR2W-107823     -5.691883     56.49690             25
    +#> 910    VR2W-107823     -5.691883     56.49690             25
    +#> 911    VR2W-107823     -5.691883     56.49690             25
    +#> 912    VR2W-107823     -5.691883     56.49690             25
    +#> 913    VR2W-107823     -5.691883     56.49690             25
    +#> 914    VR2W-107823     -5.691883     56.49690             25
    +#> 915    VR2W-107823     -5.691883     56.49690             25
    +#> 916    VR2W-107823     -5.691883     56.49690             25
    +#> 917    VR2W-107823     -5.691883     56.49690             25
    +#> 918    VR2W-107823     -5.691883     56.49690             25
    +#> 919    VR2W-107823     -5.691883     56.49690             25
    +#> 920    VR2W-107823     -5.691883     56.49690             25
    +#> 921    VR2W-107823     -5.691883     56.49690             25
    +#> 922    VR2W-107823     -5.691883     56.49690             25
    +#> 923    VR2W-107823     -5.691883     56.49690             25
    +#> 924    VR2W-107823     -5.691883     56.49690             25
    +#> 925    VR2W-107823     -5.691883     56.49690             25
    +#> 926    VR2W-107823     -5.691883     56.49690             25
    +#> 927    VR2W-107823     -5.691883     56.49690             25
    +#> 928    VR2W-107823     -5.691883     56.49690             25
    +#> 929    VR2W-107823     -5.691883     56.49690             25
    +#> 930    VR2W-107823     -5.691883     56.49690             25
    +#> 931    VR2W-107823     -5.691883     56.49690             25
    +#> 932    VR2W-107823     -5.691883     56.49690             25
    +#> 933    VR2W-107823     -5.691883     56.49690             25
    +#> 934    VR2W-107823     -5.691883     56.49690             25
    +#> 935    VR2W-107823     -5.691883     56.49690             25
    +#> 936    VR2W-107823     -5.691883     56.49690             25
    +#> 937    VR2W-107823     -5.691883     56.49690             25
    +#> 938    VR2W-107823     -5.691883     56.49690             25
    +#> 939    VR2W-107823     -5.691883     56.49690             25
    +#> 940    VR2W-107823     -5.691883     56.49690             25
    +#> 941    VR2W-107823     -5.691883     56.49690             25
    +#> 942    VR2W-107823     -5.691883     56.49690             25
    +#> 943    VR2W-107823     -5.691883     56.49690             25
    +#> 944    VR2W-107823     -5.691883     56.49690             25
    +#> 945    VR2W-107823     -5.691883     56.49690             25
    +#> 946    VR2W-107823     -5.691883     56.49690             25
    +#> 947    VR2W-107823     -5.691883     56.49690             25
    +#> 948    VR2W-107823     -5.691883     56.49690             25
    +#> 949    VR2W-107823     -5.691883     56.49690             25
    +#> 950    VR2W-107823     -5.691883     56.49690             25
    +#> 951    VR2W-107823     -5.691883     56.49690             25
    +#> 952    VR2W-107823     -5.691883     56.49690             25
    +#> 953    VR2W-107823     -5.691883     56.49690             25
    +#> 954    VR2W-107823     -5.691883     56.49690             25
    +#> 955    VR2W-107823     -5.691883     56.49690             25
    +#> 956    VR2W-107823     -5.691883     56.49690             25
    +#> 957    VR2W-107823     -5.691883     56.49690             25
    +#> 958    VR2W-107823     -5.691883     56.49690             25
    +#> 959    VR2W-107823     -5.691883     56.49690             25
    +#> 960    VR2W-107823     -5.691883     56.49690             25
    +#> 961    VR2W-107823     -5.691883     56.49690             25
    +#> 962    VR2W-107823     -5.691883     56.49690             25
    +#> 963    VR2W-107823     -5.691883     56.49690             25
    +#> 964    VR2W-107823     -5.691883     56.49690             25
    +#> 965    VR2W-107823     -5.691883     56.49690             25
    +#> 966    VR2W-107823     -5.691883     56.49690             25
    +#> 967    VR2W-107823     -5.691883     56.49690             25
    +#> 968    VR2W-107823     -5.691883     56.49690             25
    +#> 969    VR2W-107823     -5.691883     56.49690             25
    +#> 970    VR2W-107823     -5.691883     56.49690             25
    +#> 971    VR2W-107823     -5.691883     56.49690             25
    +#> 972    VR2W-107823     -5.691883     56.49690             25
    +#> 973    VR2W-107823     -5.691883     56.49690             25
    +#> 974    VR2W-107823     -5.691883     56.49690             25
    +#> 975    VR2W-107823     -5.691883     56.49690             25
    +#> 976    VR2W-107823     -5.691883     56.49690             25
    +#> 977    VR2W-107823     -5.691883     56.49690             25
    +#> 978    VR2W-107823     -5.691883     56.49690             25
    +#> 979    VR2W-107823     -5.691883     56.49690             25
    +#> 980    VR2W-107823     -5.691883     56.49690             25
    +#> 981    VR2W-107823     -5.691883     56.49690             25
    +#> 982    VR2W-107823     -5.691883     56.49690             25
    +#> 983    VR2W-107823     -5.691883     56.49690             25
    +#> 984    VR2W-107823     -5.691883     56.49690             25
    +#> 985    VR2W-107823     -5.691883     56.49690             25
    +#> 986    VR2W-107823     -5.691883     56.49690             25
    +#> 987    VR2W-107823     -5.691883     56.49690             25
    +#> 988    VR2W-107823     -5.691883     56.49690             25
    +#> 989    VR2W-107823     -5.691883     56.49690             25
    +#> 990    VR2W-107823     -5.691883     56.49690             25
    +#> 991    VR2W-107823     -5.691883     56.49690             25
    +#> 992    VR2W-107823     -5.691883     56.49690             25
    +#> 993    VR2W-107823     -5.691883     56.49690             25
    +#> 994    VR2W-107823     -5.691883     56.49690             25
    +#> 995    VR2W-107823     -5.691883     56.49690             25
    +#> 996    VR2W-107823     -5.691883     56.49690             25
    +#> 997    VR2W-107823     -5.691883     56.49690             25
    +#> 998    VR2W-107823     -5.691883     56.49690             25
    +#> 999    VR2W-107823     -5.691883     56.49690             25
    +#> 1000   VR2W-107823     -5.691883     56.49690             25
    +#> 1001   VR2W-107823     -5.691883     56.49690             25
    +#> 1002   VR2W-107823     -5.691883     56.49690             25
    +#> 1003   VR2W-107823     -5.691883     56.49690             25
    +#> 1004   VR2W-107823     -5.691883     56.49690             25
    +#> 1005   VR2W-107823     -5.691883     56.49690             25
    +#> 1006   VR2W-107823     -5.691883     56.49690             25
    +#> 1007   VR2W-107823     -5.691883     56.49690             25
    +#> 1008   VR2W-107823     -5.691883     56.49690             25
    +#> 1009   VR2W-107823     -5.691883     56.49690             25
    +#> 1010   VR2W-107823     -5.691883     56.49690             25
    +#> 1011   VR2W-107823     -5.691883     56.49690             25
    +#> 1012   VR2W-107823     -5.691883     56.49690             25
    +#> 1013   VR2W-107823     -5.691883     56.49690             25
    +#> 1014   VR2W-107823     -5.691883     56.49690             25
    +#> 1015   VR2W-107823     -5.691883     56.49690             25
    +#> 1016   VR2W-107823     -5.691883     56.49690             25
    +#> 1017   VR2W-107823     -5.691883     56.49690             25
    +#> 1018   VR2W-107823     -5.691883     56.49690             25
    +#> 1019   VR2W-107823     -5.691883     56.49690             25
    +#> 1020   VR2W-107823     -5.691883     56.49690             25
    +#> 1021   VR2W-107823     -5.691883     56.49690             25
    +#> 1022   VR2W-107823     -5.691883     56.49690             25
    +#> 1023   VR2W-107823     -5.691883     56.49690             25
    +#> 1024   VR2W-107823     -5.691883     56.49690             25
    +#> 1025   VR2W-107823     -5.691883     56.49690             25
    +#> 1026   VR2W-107823     -5.691883     56.49690             25
    +#> 1027   VR2W-107823     -5.691883     56.49690             25
    +#> 1028   VR2W-107823     -5.691883     56.49690             25
    +#> 1029   VR2W-107823     -5.691883     56.49690             25
    +#> 1030   VR2W-107823     -5.691883     56.49690             25
    +#> 1031   VR2W-107823     -5.691883     56.49690             25
    +#> 1032   VR2W-107823     -5.691883     56.49690             25
    +#> 1033   VR2W-107823     -5.691883     56.49690             25
    +#> 1034   VR2W-107823     -5.691883     56.49690             25
    +#> 1035   VR2W-107823     -5.691883     56.49690             25
    +#> 1036   VR2W-107823     -5.691883     56.49690             25
    +#> 1037   VR2W-107823     -5.691883     56.49690             25
    +#> 1038   VR2W-107823     -5.691883     56.49690             25
    +#> 1039   VR2W-107823     -5.691883     56.49690             25
    +#> 1040   VR2W-107823     -5.691883     56.49690             25
    +#> 1041   VR2W-107823     -5.691883     56.49690             25
    +#> 1042   VR2W-107823     -5.691883     56.49690             25
    +#> 1043   VR2W-107823     -5.691883     56.49690             25
    +#> 1044   VR2W-107823     -5.691883     56.49690             25
    +#> 1045   VR2W-107823     -5.691883     56.49690             25
    +#> 1046   VR2W-107823     -5.691883     56.49690             25
    +#> 1047   VR2W-107823     -5.691883     56.49690             25
    +#> 1048   VR2W-107823     -5.691883     56.49690             25
    +#> 1049   VR2W-107823     -5.691883     56.49690             25
    +#> 1050   VR2W-107823     -5.691883     56.49690             25
    +#> 1051   VR2W-107823     -5.691883     56.49690             25
    +#> 1052   VR2W-107823     -5.691883     56.49690             25
    +#> 1053   VR2W-107823     -5.691883     56.49690             25
    +#> 1054   VR2W-107823     -5.691883     56.49690             25
    +#> 1055   VR2W-107823     -5.691883     56.49690             25
    +#> 1056   VR2W-107823     -5.691883     56.49690             25
    +#> 1057   VR2W-107823     -5.691883     56.49690             25
    +#> 1058   VR2W-107823     -5.691883     56.49690             25
    +#> 1059   VR2W-107823     -5.691883     56.49690             25
    +#> 1060   VR2W-107823     -5.691883     56.49690             25
    +#> 1061   VR2W-107823     -5.691883     56.49690             25
    +#> 1062   VR2W-107823     -5.691883     56.49690             25
    +#> 1063   VR2W-107823     -5.691883     56.49690             25
    +#> 1064   VR2W-107823     -5.691883     56.49690             25
    +#> 1065   VR2W-107823     -5.691883     56.49690             25
    +#> 1066   VR2W-107823     -5.691883     56.49690             25
    +#> 1067   VR2W-107823     -5.691883     56.49690             25
    +#> 1068   VR2W-107823     -5.691883     56.49690             25
    +#> 1069   VR2W-107823     -5.691883     56.49690             25
    +#> 1070   VR2W-107823     -5.691883     56.49690             25
    +#> 1071   VR2W-107823     -5.691883     56.49690             25
    +#> 1072   VR2W-107823     -5.691883     56.49690             25
    +#> 1073   VR2W-107823     -5.691883     56.49690             25
    +#> 1074   VR2W-107823     -5.691883     56.49690             25
    +#> 1075   VR2W-107823     -5.691883     56.49690             25
    +#> 1076   VR2W-107823     -5.691883     56.49690             25
    +#> 1077   VR2W-107823     -5.691883     56.49690             25
    +#> 1078   VR2W-107823     -5.691883     56.49690             25
    +#> 1079   VR2W-107823     -5.691883     56.49690             25
    +#> 1080   VR2W-107823     -5.691883     56.49690             25
    +#> 1081   VR2W-107823     -5.691883     56.49690             25
    +#> 1082   VR2W-107823     -5.691883     56.49690             25
    +#> 1083   VR2W-107823     -5.691883     56.49690             25
    +#> 1084   VR2W-107823     -5.691883     56.49690             25
    +#> 1085   VR2W-107823     -5.691883     56.49690             25
    +#> 1086   VR2W-107823     -5.691883     56.49690             25
    +#> 1087   VR2W-107823     -5.691883     56.49690             25
    +#> 1088   VR2W-107823     -5.691883     56.49690             25
    +#> 1089   VR2W-107823     -5.691883     56.49690             25
    +#> 1090   VR2W-107823     -5.691883     56.49690             25
    +#> 1091   VR2W-107823     -5.691883     56.49690             25
    +#> 1092   VR2W-107823     -5.691883     56.49690             25
    +#> 1093   VR2W-107823     -5.691883     56.49690             25
    +#> 1094   VR2W-107823     -5.691883     56.49690             25
    +#> 1095   VR2W-107823     -5.691883     56.49690             25
    +#> 1096   VR2W-107823     -5.691883     56.49690             25
    +#> 1097   VR2W-107823     -5.691883     56.49690             25
    +#> 1098   VR2W-107823     -5.691883     56.49690             25
    +#> 1099   VR2W-107823     -5.691883     56.49690             25
    +#> 1100   VR2W-107823     -5.691883     56.49690             25
    +#> 1101   VR2W-107823     -5.691883     56.49690             25
    +#> 1102   VR2W-107823     -5.691883     56.49690             25
    +#> 1103   VR2W-107823     -5.691883     56.49690             25
    +#> 1104   VR2W-107823     -5.691883     56.49690             25
    +#> 1105   VR2W-107823     -5.691883     56.49690             25
    +#> 1106   VR2W-107823     -5.691883     56.49690             25
    +#> 1107   VR2W-107823     -5.691883     56.49690             25
    +#> 1108   VR2W-107823     -5.691883     56.49690             25
    +#> 1109   VR2W-107823     -5.691883     56.49690             25
    +#> 1110   VR2W-107823     -5.691883     56.49690             25
    +#> 1111   VR2W-107823     -5.691883     56.49690             25
    +#> 1112   VR2W-107823     -5.691883     56.49690             25
    +#> 1113   VR2W-107823     -5.691883     56.49690             25
    +#> 1114   VR2W-107823     -5.691883     56.49690             25
    +#> 1115   VR2W-107823     -5.691883     56.49690             25
    +#> 1116   VR2W-107823     -5.691883     56.49690             25
    +#> 1117   VR2W-107823     -5.691883     56.49690             25
    +#> 1118   VR2W-107823     -5.691883     56.49690             25
    +#> 1119   VR2W-107823     -5.691883     56.49690             25
    +#> 1120   VR2W-107823     -5.691883     56.49690             25
    +#> 1121   VR2W-107823     -5.691883     56.49690             25
    +#> 1122   VR2W-107823     -5.691883     56.49690             25
    +#> 1123   VR2W-107823     -5.691883     56.49690             25
    +#> 1124   VR2W-107823     -5.691883     56.49690             25
    +#> 1125   VR2W-107823     -5.691883     56.49690             25
    +#> 1126   VR2W-107823     -5.691883     56.49690             25
    +#> 1127   VR2W-107823     -5.691883     56.49690             25
    +#> 1128   VR2W-107823     -5.691883     56.49690             25
    +#> 1129   VR2W-107823     -5.691883     56.49690             25
    +#> 1130   VR2W-107823     -5.691883     56.49690             25
    +#> 1131   VR2W-107823     -5.691883     56.49690             25
    +#> 1132   VR2W-107823     -5.691883     56.49690             25
    +#> 1133   VR2W-107823     -5.691883     56.49690             25
    +#> 1134   VR2W-107823     -5.691883     56.49690             25
    +#> 1135   VR2W-107823     -5.691883     56.49690             25
    +#> 1136   VR2W-107823     -5.691883     56.49690             25
    +#> 1137   VR2W-107823     -5.691883     56.49690             25
    +#> 1138   VR2W-107823     -5.691883     56.49690             25
    +#> 1139   VR2W-107823     -5.691883     56.49690             25
    +#> 1140   VR2W-107823     -5.691883     56.49690             25
    +#> 1141   VR2W-107823     -5.691883     56.49690             25
    +#> 1142   VR2W-107823     -5.691883     56.49690             25
    +#> 1143   VR2W-107823     -5.691883     56.49690             25
    +#> 1144   VR2W-107823     -5.691883     56.49690             25
    +#> 1145   VR2W-107823     -5.691883     56.49690             25
    +#> 1146   VR2W-107823     -5.691883     56.49690             25
    +#> 1147   VR2W-107823     -5.691883     56.49690             25
    +#> 1148   VR2W-107823     -5.691883     56.49690             25
    +#> 1149   VR2W-107823     -5.691883     56.49690             25
    +#> 1150   VR2W-107823     -5.691883     56.49690             25
    +#> 1151   VR2W-107823     -5.691883     56.49690             25
    +#> 1152   VR2W-107823     -5.691883     56.49690             25
    +#> 1153   VR2W-107823     -5.691883     56.49690             25
    +#> 1154   VR2W-107823     -5.691883     56.49690             25
    +#> 1155   VR2W-107823     -5.691883     56.49690             25
    +#> 1156   VR2W-107823     -5.691883     56.49690             25
    +#> 1157   VR2W-107823     -5.691883     56.49690             25
    +#> 1158   VR2W-107823     -5.691883     56.49690             25
    +#> 1159   VR2W-107823     -5.691883     56.49690             25
    +#> 1160   VR2W-107823     -5.691883     56.49690             25
    +#> 1161   VR2W-107823     -5.691883     56.49690             25
    +#> 1162   VR2W-107823     -5.691883     56.49690             25
    +#> 1163   VR2W-107823     -5.691883     56.49690             25
    +#> 1164   VR2W-107823     -5.691883     56.49690             25
    +#> 1165   VR2W-107823     -5.691883     56.49690             25
    +#> 1166   VR2W-107823     -5.691883     56.49690             25
    +#> 1167   VR2W-107823     -5.691883     56.49690             25
    +#> 1168   VR2W-107823     -5.691883     56.49690             25
    +#> 1169   VR2W-107823     -5.691883     56.49690             25
    +#> 1170   VR2W-107823     -5.691883     56.49690             25
    +#> 1171   VR2W-107823     -5.691883     56.49690             25
    +#> 1172   VR2W-107823     -5.691883     56.49690             25
    +#> 1173   VR2W-107823     -5.691883     56.49690             25
    +#> 1174   VR2W-107823     -5.691883     56.49690             25
    +#> 1175   VR2W-107823     -5.691883     56.49690             25
    +#> 1176   VR2W-107823     -5.691883     56.49690             25
    +#> 1177   VR2W-107823     -5.691883     56.49690             25
    +#> 1178   VR2W-107823     -5.691883     56.49690             25
    +#> 1179   VR2W-107823     -5.691883     56.49690             25
    +#> 1180   VR2W-107823     -5.691883     56.49690             25
    +#> 1181   VR2W-107823     -5.691883     56.49690             25
    +#> 1182   VR2W-107823     -5.691883     56.49690             25
    +#> 1183   VR2W-107823     -5.691883     56.49690             25
    +#> 1184   VR2W-107823     -5.691883     56.49690             25
    +#> 1185   VR2W-107823     -5.691883     56.49690             25
    +#> 1186   VR2W-107823     -5.691883     56.49690             25
    +#> 1187   VR2W-107823     -5.691883     56.49690             25
    +#> 1188   VR2W-107823     -5.691883     56.49690             25
    +#> 1189   VR2W-107823     -5.691883     56.49690             25
    +#> 1190   VR2W-107823     -5.691883     56.49690             25
    +#> 1191   VR2W-107823     -5.691883     56.49690             25
    +#> 1192   VR2W-107823     -5.691883     56.49690             25
    +#> 1193   VR2W-107823     -5.691883     56.49690             25
    +#> 1194   VR2W-107823     -5.691883     56.49690             25
    +#> 1195   VR2W-107823     -5.691883     56.49690             25
    +#> 1196   VR2W-107823     -5.691883     56.49690             25
    +#> 1197   VR2W-107823     -5.691883     56.49690             25
    +#> 1198   VR2W-107823     -5.691883     56.49690             25
    +#> 1199   VR2W-107823     -5.691883     56.49690             25
    +#> 1200   VR2W-107823     -5.691883     56.49690             25
    +#> 1201   VR2W-107823     -5.691883     56.49690             25
    +#> 1202   VR2W-107823     -5.691883     56.49690             25
    +#> 1203   VR2W-107823     -5.691883     56.49690             25
    +#> 1204   VR2W-107823     -5.691883     56.49690             25
    +#> 1205   VR2W-107823     -5.691883     56.49690             25
    +#> 1206   VR2W-107823     -5.691883     56.49690             25
    +#> 1207   VR2W-107823     -5.691883     56.49690             25
    +#> 1208   VR2W-107823     -5.691883     56.49690             25
    +#> 1209   VR2W-107823     -5.691883     56.49690             25
    +#> 1210   VR2W-107823     -5.691883     56.49690             25
    +#> 1211   VR2W-107823     -5.691883     56.49690             25
    +#> 1212   VR2W-107823     -5.691883     56.49690             25
    +#> 1213   VR2W-107823     -5.691883     56.49690             25
    +#> 1214   VR2W-107823     -5.691883     56.49690             25
    +#> 1215   VR2W-107823     -5.691883     56.49690             25
    +#> 1216   VR2W-107823     -5.691883     56.49690             25
    +#> 1217   VR2W-107823     -5.691883     56.49690             25
    +#> 1218   VR2W-107823     -5.691883     56.49690             25
    +#> 1219   VR2W-107823     -5.691883     56.49690             25
    +#> 1220   VR2W-107823     -5.691883     56.49690             25
    +#> 1221   VR2W-107823     -5.691883     56.49690             25
    +#> 1222   VR2W-107823     -5.691883     56.49690             25
    +#> 1223   VR2W-107823     -5.691883     56.49690             25
    +#> 1224   VR2W-107823     -5.691883     56.49690             25
    +#> 1225   VR2W-107823     -5.691883     56.49690             25
    +#> 1226   VR2W-107823     -5.691883     56.49690             25
    +#> 1227   VR2W-107823     -5.691883     56.49690             25
    +#> 1228   VR2W-107823     -5.691883     56.49690             25
    +#> 1229   VR2W-107823     -5.691883     56.49690             25
    +#> 1230   VR2W-107823     -5.691883     56.49690             25
    +#> 1231   VR2W-107823     -5.691883     56.49690             25
    +#> 1232   VR2W-107823     -5.691883     56.49690             25
    +#> 1233   VR2W-107823     -5.691883     56.49690             25
    +#> 1234   VR2W-107823     -5.691883     56.49690             25
    +#> 1235   VR2W-107823     -5.691883     56.49690             25
    +#> 1236   VR2W-107823     -5.691883     56.49690             25
    +#> 1237   VR2W-107823     -5.691883     56.49690             25
    +#> 1238   VR2W-107823     -5.691883     56.49690             25
    +#> 1239   VR2W-107823     -5.691883     56.49690             25
    +#> 1240   VR2W-107823     -5.691883     56.49690             25
    +#> 1241   VR2W-107823     -5.691883     56.49690             25
    +#> 1242   VR2W-107823     -5.691883     56.49690             25
    +#> 1243   VR2W-107823     -5.691883     56.49690             25
    +#> 1244   VR2W-107823     -5.691883     56.49690             25
    +#> 1245   VR2W-107823     -5.691883     56.49690             25
    +#> 1246   VR2W-107823     -5.691883     56.49690             25
    +#> 1247   VR2W-107823     -5.691883     56.49690             25
    +#> 1248   VR2W-107823     -5.691883     56.49690             25
    +#> 1249   VR2W-107823     -5.691883     56.49690             25
    +#> 1250   VR2W-107823     -5.691883     56.49690             25
    +#> 1251   VR2W-107823     -5.691883     56.49690             25
    +#> 1252   VR2W-107823     -5.691883     56.49690             25
    +#> 1253   VR2W-107823     -5.691883     56.49690             25
    +#> 1254   VR2W-107823     -5.691883     56.49690             25
    +#> 1255   VR2W-107823     -5.691883     56.49690             25
    +#> 1256   VR2W-107823     -5.691883     56.49690             25
    +#> 1257   VR2W-107823     -5.691883     56.49690             25
    +#> 1258   VR2W-107823     -5.691883     56.49690             25
    +#> 1259   VR2W-107823     -5.691883     56.49690             25
    +#> 1260   VR2W-107823     -5.691883     56.49690             25
    +#> 1261   VR2W-107823     -5.691883     56.49690             25
    +#> 1262   VR2W-107823     -5.691883     56.49690             25
    +#> 1263   VR2W-107823     -5.691883     56.49690             25
    +#> 1264   VR2W-107823     -5.691883     56.49690             25
    +#> 1265   VR2W-107823     -5.691883     56.49690             25
    +#> 1266   VR2W-107823     -5.691883     56.49690             25
    +#> 1267   VR2W-107823     -5.691883     56.49690             25
    +#> 1268   VR2W-107823     -5.691883     56.49690             25
    +#> 1269   VR2W-107823     -5.691883     56.49690             25
    +#> 1270   VR2W-107823     -5.691883     56.49690             25
    +#> 1271   VR2W-107823     -5.691883     56.49690             25
    +#> 1272   VR2W-107823     -5.691883     56.49690             25
    +#> 1273   VR2W-107823     -5.691883     56.49690             25
    +#> 1274   VR2W-107823     -5.691883     56.49690             25
    +#> 1275   VR2W-107823     -5.691883     56.49690             25
    +#> 1276   VR2W-107823     -5.691883     56.49690             25
    +#> 1277   VR2W-107823     -5.691883     56.49690             25
    +#> 1278   VR2W-107823     -5.691883     56.49690             25
    +#> 1279   VR2W-107823     -5.691883     56.49690             25
    +#> 1280   VR2W-107823     -5.691883     56.49690             25
    +#> 1281   VR2W-107823     -5.691883     56.49690             25
    +#> 1282   VR2W-107823     -5.691883     56.49690             25
    +#> 1283   VR2W-107823     -5.691883     56.49690             25
    +#> 1284   VR2W-107823     -5.691883     56.49690             25
    +#> 1285   VR2W-107823     -5.691883     56.49690             25
    +#> 1286   VR2W-107823     -5.691883     56.49690             25
    +#> 1287   VR2W-107823     -5.691883     56.49690             25
    +#> 1288   VR2W-107823     -5.691883     56.49690             25
    +#> 1289   VR2W-107823     -5.691883     56.49690             25
    +#> 1290   VR2W-107823     -5.691883     56.49690             25
    +#> 1291   VR2W-107823     -5.691883     56.49690             25
    +#> 1292   VR2W-107823     -5.691883     56.49690             25
    +#> 1293   VR2W-107823     -5.691883     56.49690             25
    +#> 1294   VR2W-107823     -5.691883     56.49690             25
    +#> 1295   VR2W-107823     -5.691883     56.49690             25
    +#> 1296   VR2W-107823     -5.691883     56.49690             25
    +#> 1297   VR2W-107823     -5.691883     56.49690             25
    +#> 1298   VR2W-107823     -5.691883     56.49690             25
    +#> 1299   VR2W-107823     -5.691883     56.49690             25
    +#> 1300   VR2W-107823     -5.691883     56.49690             25
    +#> 1301   VR2W-107823     -5.691883     56.49690             25
    +#> 1302   VR2W-107823     -5.691883     56.49690             25
    +#> 1303   VR2W-107823     -5.691883     56.49690             25
    +#> 1304   VR2W-107823     -5.691883     56.49690             25
    +#> 1305   VR2W-107823     -5.691883     56.49690             25
    +#> 1306   VR2W-107823     -5.691883     56.49690             25
    +#> 1307   VR2W-107823     -5.691883     56.49690             25
    +#> 1308   VR2W-107823     -5.691883     56.49690             25
    +#> 1309   VR2W-107823     -5.691883     56.49690             25
    +#> 1310   VR2W-107823     -5.691883     56.49690             25
    +#> 1311   VR2W-107823     -5.691883     56.49690             25
    +#> 1312   VR2W-107823     -5.691883     56.49690             25
    +#> 1313   VR2W-107823     -5.691883     56.49690             25
    +#> 1314   VR2W-107823     -5.691883     56.49690             25
    +#> 1315   VR2W-107823     -5.691883     56.49690             25
    +#> 1316   VR2W-107823     -5.691883     56.49690             25
    +#> 1317   VR2W-107823     -5.691883     56.49690             25
    +#> 1318   VR2W-107823     -5.691883     56.49690             25
    +#> 1319   VR2W-107823     -5.691883     56.49690             25
    +#> 1320   VR2W-107823     -5.691883     56.49690             25
    +#> 1321   VR2W-107823     -5.691883     56.49690             25
    +#> 1322   VR2W-107823     -5.691883     56.49690             25
    +#> 1323   VR2W-107823     -5.691883     56.49690             25
    +#> 1324   VR2W-107823     -5.691883     56.49690             25
    +#> 1325   VR2W-107823     -5.691883     56.49690             25
    +#> 1326   VR2W-107823     -5.691883     56.49690             25
    +#> 1327   VR2W-107823     -5.691883     56.49690             25
    +#> 1328   VR2W-107823     -5.691883     56.49690             25
    +#> 1329   VR2W-107823     -5.691883     56.49690             25
    +#> 1330   VR2W-107823     -5.691883     56.49690             25
    +#> 1331   VR2W-107823     -5.691883     56.49690             25
    +#> 1332   VR2W-107823     -5.691883     56.49690             25
    +#> 1333   VR2W-107823     -5.691883     56.49690             25
    +#> 1334   VR2W-107823     -5.691883     56.49690             25
    +#> 1335   VR2W-107823     -5.691883     56.49690             25
    +#> 1336   VR2W-107823     -5.691883     56.49690             25
    +#> 1337   VR2W-107823     -5.691883     56.49690             25
    +#> 1338   VR2W-107823     -5.691883     56.49690             25
    +#> 1339   VR2W-107823     -5.691883     56.49690             25
    +#> 1340   VR2W-107823     -5.691883     56.49690             25
    +#> 1341   VR2W-107823     -5.691883     56.49690             25
    +#> 1342   VR2W-107823     -5.691883     56.49690             25
    +#> 1343   VR2W-107823     -5.691883     56.49690             25
    +#> 1344   VR2W-107823     -5.691883     56.49690             25
    +#> 1345   VR2W-107823     -5.691883     56.49690             25
    +#> 1346   VR2W-107823     -5.691883     56.49690             25
    +#> 1347   VR2W-107823     -5.691883     56.49690             25
    +#> 1348   VR2W-107823     -5.691883     56.49690             25
    +#> 1349   VR2W-107823     -5.691883     56.49690             25
    +#> 1350   VR2W-107823     -5.691883     56.49690             25
    +#> 1351   VR2W-107823     -5.691883     56.49690             25
    +#> 1352   VR2W-107823     -5.691883     56.49690             25
    +#> 1353   VR2W-107823     -5.691883     56.49690             25
    +#> 1354   VR2W-107823     -5.691883     56.49690             25
    +#> 1355   VR2W-107823     -5.691883     56.49690             25
    +#> 1356   VR2W-107823     -5.691883     56.49690             25
    +#> 1357   VR2W-107823     -5.691883     56.49690             25
    +#> 1358   VR2W-107823     -5.691883     56.49690             25
    +#> 1359   VR2W-107823     -5.691883     56.49690             25
    +#> 1360   VR2W-107823     -5.691883     56.49690             25
    +#> 1361   VR2W-107823     -5.691883     56.49690             25
    +#> 1362   VR2W-107823     -5.691883     56.49690             25
    +#> 1363   VR2W-107823     -5.691883     56.49690             25
    +#> 1364   VR2W-107823     -5.691883     56.49690             25
    +#> 1365   VR2W-107823     -5.691883     56.49690             25
    +#> 1366   VR2W-107823     -5.691883     56.49690             25
    +#> 1367   VR2W-107823     -5.691883     56.49690             25
    +#> 1368   VR2W-107823     -5.691883     56.49690             25
    +#> 1369   VR2W-107823     -5.691883     56.49690             25
    +#> 1370   VR2W-107823     -5.691883     56.49690             25
    +#> 1371   VR2W-107823     -5.691883     56.49690             25
    +#> 1372   VR2W-107823     -5.691883     56.49690             25
    +#> 1373   VR2W-107823     -5.691883     56.49690             25
    +#> 1374   VR2W-107823     -5.691883     56.49690             25
    +#> 1375   VR2W-107823     -5.691883     56.49690             25
    +#> 1376   VR2W-107823     -5.691883     56.49690             25
    +#> 1377   VR2W-107823     -5.691883     56.49690             25
    +#> 1378   VR2W-107823     -5.691883     56.49690             25
    +#> 1379   VR2W-107823     -5.691883     56.49690             25
    +#> 1380   VR2W-107823     -5.691883     56.49690             25
    +#> 1381   VR2W-107823     -5.691883     56.49690             25
    +#> 1382   VR2W-107823     -5.691883     56.49690             25
    +#> 1383   VR2W-107823     -5.691883     56.49690             25
    +#> 1384   VR2W-107823     -5.691883     56.49690             25
    +#> 1385   VR2W-107823     -5.691883     56.49690             25
    +#> 1386   VR2W-107823     -5.691883     56.49690             25
    +#> 1387   VR2W-107823     -5.691883     56.49690             25
    +#> 1388   VR2W-107823     -5.691883     56.49690             25
    +#> 1389   VR2W-107823     -5.691883     56.49690             25
    +#> 1390   VR2W-107823     -5.691883     56.49690             25
    +#> 1391   VR2W-107823     -5.691883     56.49690             25
    +#> 1392   VR2W-107823     -5.691883     56.49690             25
    +#> 1393   VR2W-107823     -5.691883     56.49690             25
    +#> 1394   VR2W-107823     -5.691883     56.49690             25
    +#> 1395   VR2W-107823     -5.691883     56.49690             25
    +#> 1396   VR2W-107823     -5.691883     56.49690             25
    +#> 1397   VR2W-107823     -5.691883     56.49690             25
    +#> 1398   VR2W-107823     -5.691883     56.49690             25
    +#> 1399   VR2W-107823     -5.691883     56.49690             25
    +#> 1400   VR2W-107823     -5.691883     56.49690             25
    +#> 1401   VR2W-107823     -5.691883     56.49690             25
    +#> 1402   VR2W-107823     -5.691883     56.49690             25
    +#> 1403   VR2W-107823     -5.691883     56.49690             25
    +#> 1404   VR2W-107823     -5.691883     56.49690             25
    +#> 1405   VR2W-107823     -5.691883     56.49690             25
    +#> 1406   VR2W-107823     -5.691883     56.49690             25
    +#> 1407   VR2W-107823     -5.691883     56.49690             25
    +#> 1408   VR2W-107823     -5.691883     56.49690             25
    +#> 1409   VR2W-107823     -5.691883     56.49690             25
    +#> 1410   VR2W-107823     -5.691883     56.49690             25
    +#> 1411   VR2W-107823     -5.691883     56.49690             25
    +#> 1412   VR2W-107823     -5.691883     56.49690             25
    +#> 1413   VR2W-107823     -5.691883     56.49690             25
    +#> 1414   VR2W-107823     -5.691883     56.49690             25
    +#> 1415   VR2W-107823     -5.691883     56.49690             25
    +#> 1416   VR2W-107823     -5.691883     56.49690             25
    +#> 1417   VR2W-107823     -5.691883     56.49690             25
    +#> 1418   VR2W-107823     -5.691883     56.49690             25
    +#> 1419   VR2W-107823     -5.691883     56.49690             25
    +#> 1420   VR2W-107823     -5.691883     56.49690             25
    +#> 1421   VR2W-107823     -5.691883     56.49690             25
    +#> 1422   VR2W-107823     -5.691883     56.49690             25
    +#> 1423   VR2W-107823     -5.691883     56.49690             25
    +#> 1424   VR2W-107823     -5.691883     56.49690             25
    +#> 1425   VR2W-107823     -5.691883     56.49690             25
    +#> 1426   VR2W-107823     -5.691883     56.49690             25
    +#> 1427   VR2W-107823     -5.691883     56.49690             25
    +#> 1428   VR2W-107823     -5.691883     56.49690             25
    +#> 1429   VR2W-107823     -5.691883     56.49690             25
    +#> 1430   VR2W-107823     -5.691883     56.49690             25
    +#> 1431   VR2W-107823     -5.691883     56.49690             25
    +#> 1432   VR2W-107823     -5.691883     56.49690             25
    +#> 1433   VR2W-107823     -5.691883     56.49690             25
    +#> 1434   VR2W-107823     -5.691883     56.49690             25
    +#> 1435   VR2W-107823     -5.691883     56.49690             25
    +#> 1436   VR2W-107823     -5.691883     56.49690             25
    +#> 1437   VR2W-107823     -5.691883     56.49690             25
    +#> 1438   VR2W-107823     -5.691883     56.49690             25
    +#> 1439   VR2W-107823     -5.691883     56.49690             25
    +#> 1440   VR2W-107823     -5.691883     56.49690             25
    +#> 1441   VR2W-107823     -5.691883     56.49690             25
    +#> 1442   VR2W-107823     -5.691883     56.49690             25
    +#> 1443   VR2W-107823     -5.691883     56.49690             25
    +#> 1444   VR2W-107823     -5.691883     56.49690             25
    +#> 1445   VR2W-107823     -5.691883     56.49690             25
    +#> 1446   VR2W-107823     -5.691883     56.49690             25
    +#> 1447   VR2W-107823     -5.691883     56.49690             25
    +#> 1448   VR2W-107823     -5.691883     56.49690             25
    +#> 1449   VR2W-107823     -5.691883     56.49690             25
    +#> 1450   VR2W-107823     -5.691883     56.49690             25
    +#> 1451   VR2W-107823     -5.691883     56.49690             25
    +#> 1452   VR2W-107823     -5.691883     56.49690             25
    +#> 1453   VR2W-107823     -5.691883     56.49690             25
    +#> 1454   VR2W-107823     -5.691883     56.49690             25
    +#> 1455   VR2W-107823     -5.691883     56.49690             25
    +#> 1456   VR2W-107823     -5.691883     56.49690             25
    +#> 1457   VR2W-107823     -5.691883     56.49690             25
    +#> 1458   VR2W-107823     -5.691883     56.49690             25
    +#> 1459   VR2W-107823     -5.691883     56.49690             25
    +#> 1460   VR2W-107823     -5.691883     56.49690             25
    +#> 1461   VR2W-107823     -5.691883     56.49690             25
    +#> 1462   VR2W-107823     -5.691883     56.49690             25
    +#> 1463   VR2W-107823     -5.691883     56.49690             25
    +#> 1464   VR2W-107823     -5.691883     56.49690             25
    +#> 1465   VR2W-107823     -5.691883     56.49690             25
    +#> 1466   VR2W-107823     -5.691883     56.49690             25
    +#> 1467   VR2W-107823     -5.691883     56.49690             25
    +#> 1468   VR2W-107823     -5.691883     56.49690             25
    +#> 1469   VR2W-107823     -5.691883     56.49690             25
    +#> 1470   VR2W-107823     -5.691883     56.49690             25
    +#> 1471   VR2W-107823     -5.691883     56.49690             25
    +#> 1472   VR2W-107823     -5.691883     56.49690             25
    +#> 1473   VR2W-107823     -5.691883     56.49690             25
    +#> 1474   VR2W-107823     -5.691883     56.49690             25
    +#> 1475   VR2W-107823     -5.691883     56.49690             25
    +#> 1476   VR2W-107823     -5.691883     56.49690             25
    +#> 1477   VR2W-107823     -5.691883     56.49690             25
    +#> 1478   VR2W-107823     -5.691883     56.49690             25
    +#> 1479   VR2W-107823     -5.691883     56.49690             25
    +#> 1480   VR2W-107823     -5.691883     56.49690             25
    +#> 1481   VR2W-107823     -5.691883     56.49690             25
    +#> 1482   VR2W-107823     -5.691883     56.49690             25
    +#> 1483   VR2W-107823     -5.691883     56.49690             25
    +#> 1484   VR2W-107823     -5.691883     56.49690             25
    +#> 1485   VR2W-107823     -5.691883     56.49690             25
    +#> 1486   VR2W-107823     -5.691883     56.49690             25
    +#> 1487   VR2W-107823     -5.691883     56.49690             25
    +#> 1488   VR2W-107823     -5.691883     56.49690             25
    +#> 1489   VR2W-107823     -5.691883     56.49690             25
    +#> 1490   VR2W-107823     -5.691883     56.49690             25
    +#> 1491   VR2W-107823     -5.691883     56.49690             25
    +#> 1492   VR2W-107823     -5.691883     56.49690             25
    +#> 1493   VR2W-107823     -5.691883     56.49690             25
    +#> 1494   VR2W-107823     -5.691883     56.49690             25
    +#> 1495   VR2W-107823     -5.691883     56.49690             25
    +#> 1496   VR2W-107823     -5.691883     56.49690             25
    +#> 1497   VR2W-107823     -5.691883     56.49690             25
    +#> 1498   VR2W-107823     -5.691883     56.49690             25
    +#> 1499   VR2W-107823     -5.691883     56.49690             25
    +#> 1500   VR2W-107823     -5.691883     56.49690             25
    +#> 1501   VR2W-107823     -5.691883     56.49690             25
    +#> 1502   VR2W-107823     -5.691883     56.49690             25
    +#> 1503   VR2W-107823     -5.691883     56.49690             25
    +#> 1504   VR2W-107823     -5.691883     56.49690             25
    +#> 1505   VR2W-107823     -5.691883     56.49690             25
    +#> 1506   VR2W-107823     -5.691883     56.49690             25
    +#> 1507   VR2W-107823     -5.691883     56.49690             25
    +#> 1508   VR2W-107823     -5.691883     56.49690             25
    +#> 1509   VR2W-107823     -5.691883     56.49690             25
    +#> 1510   VR2W-107823     -5.691883     56.49690             25
    +#> 1511   VR2W-107823     -5.691883     56.49690             25
    +#> 1512   VR2W-107823     -5.691883     56.49690             25
    +#> 1513   VR2W-107823     -5.691883     56.49690             25
    +#> 1514   VR2W-107823     -5.691883     56.49690             25
    +#> 1515   VR2W-107823     -5.691883     56.49690             25
    +#> 1516   VR2W-107823     -5.691883     56.49690             25
    +#> 1517   VR2W-107823     -5.691883     56.49690             25
    +#> 1518   VR2W-107823     -5.691883     56.49690             25
    +#> 1519   VR2W-107823     -5.691883     56.49690             25
    +#> 1520   VR2W-107823     -5.691883     56.49690             25
    +#> 1521   VR2W-107823     -5.691883     56.49690             25
    +#> 1522   VR2W-107823     -5.691883     56.49690             25
    +#> 1523   VR2W-107823     -5.691883     56.49690             25
    +#> 1524   VR2W-107823     -5.691883     56.49690             25
    +#> 1525   VR2W-107823     -5.691883     56.49690             25
    +#> 1526   VR2W-107823     -5.691883     56.49690             25
    +#> 1527   VR2W-107823     -5.691883     56.49690             25
    +#> 1528   VR2W-107823     -5.691883     56.49690             25
    +#> 1529   VR2W-107823     -5.691883     56.49690             25
    +#> 1530   VR2W-107823     -5.691883     56.49690             25
    +#> 1531   VR2W-107823     -5.691883     56.49690             25
    +#> 1532   VR2W-107823     -5.691883     56.49690             25
    +#> 1533   VR2W-107823     -5.691883     56.49690             25
    +#> 1534   VR2W-107823     -5.691883     56.49690             25
    +#> 1535   VR2W-107823     -5.691883     56.49690             25
    +#> 1536   VR2W-107823     -5.691883     56.49690             25
    +#> 1537   VR2W-107823     -5.691883     56.49690             25
    +#> 1538   VR2W-107823     -5.691883     56.49690             25
    +#> 1539   VR2W-107823     -5.691883     56.49690             25
    +#> 1540   VR2W-107823     -5.691883     56.49690             25
    +#> 1541   VR2W-107823     -5.691883     56.49690             25
    +#> 1542   VR2W-107823     -5.691883     56.49690             25
    +#> 1543   VR2W-107823     -5.691883     56.49690             25
    +#> 1544   VR2W-107823     -5.691883     56.49690             25
    +#> 1545   VR2W-107823     -5.691883     56.49690             25
    +#> 1546   VR2W-107823     -5.691883     56.49690             25
    +#> 1547   VR2W-107823     -5.691883     56.49690             25
    +#> 1548   VR2W-107823     -5.691883     56.49690             25
    +#> 1549   VR2W-107823     -5.691883     56.49690             25
    +#> 1550   VR2W-107823     -5.691883     56.49690             25
    +#> 1551   VR2W-107823     -5.691883     56.49690             25
    +#> 1552   VR2W-107823     -5.691883     56.49690             25
    +#> 1553   VR2W-107823     -5.691883     56.49690             25
    +#> 1554   VR2W-107823     -5.691883     56.49690             25
    +#> 1555   VR2W-107823     -5.691883     56.49690             25
    +#> 1556   VR2W-107823     -5.691883     56.49690             25
    +#> 1557   VR2W-107823     -5.691883     56.49690             25
    +#> 1558   VR2W-107823     -5.691883     56.49690             25
    +#> 1559   VR2W-107823     -5.691883     56.49690             25
    +#> 1560   VR2W-107823     -5.691883     56.49690             25
    +#> 1561   VR2W-107823     -5.691883     56.49690             25
    +#> 1562   VR2W-107823     -5.691883     56.49690             25
    +#> 1563   VR2W-107823     -5.691883     56.49690             25
    +#> 1564   VR2W-107823     -5.691883     56.49690             25
    +#> 1565   VR2W-107823     -5.691883     56.49690             25
    +#> 1566   VR2W-107823     -5.691883     56.49690             25
    +#> 1567   VR2W-107823     -5.691883     56.49690             25
    +#> 1568   VR2W-107823     -5.691883     56.49690             25
    +#> 1569   VR2W-107823     -5.691883     56.49690             25
    +#> 1570   VR2W-107823     -5.691883     56.49690             25
    +#> 1571   VR2W-107823     -5.691883     56.49690             25
    +#> 1572   VR2W-107823     -5.691883     56.49690             25
    +#> 1573   VR2W-107823     -5.691883     56.49690             25
    +#> 1574   VR2W-107823     -5.691883     56.49690             25
    +#> 1575   VR2W-107823     -5.691883     56.49690             25
    +#> 1576   VR2W-107823     -5.691883     56.49690             25
    +#> 1577   VR2W-107823     -5.691883     56.49690             25
    +#> 1578   VR2W-107823     -5.691883     56.49690             25
    +#> 1579   VR2W-107823     -5.691883     56.49690             25
    +#> 1580   VR2W-107823     -5.691883     56.49690             25
    +#> 1581   VR2W-107823     -5.691883     56.49690             25
    +#> 1582   VR2W-107823     -5.691883     56.49690             25
    +#> 1583   VR2W-107823     -5.691883     56.49690             25
    +#> 1584   VR2W-107823     -5.691883     56.49690             25
    +#> 1585   VR2W-107823     -5.691883     56.49690             25
    +#> 1586   VR2W-107823     -5.691883     56.49690             25
    +#> 1587   VR2W-107823     -5.691883     56.49690             25
    +#> 1588   VR2W-107823     -5.691883     56.49690             25
    +#> 1589   VR2W-107823     -5.691883     56.49690             25
    +#> 1590   VR2W-107823     -5.691883     56.49690             25
    +#> 1591   VR2W-107823     -5.691883     56.49690             25
    +#> 1592   VR2W-107823     -5.691883     56.49690             25
    +#> 1593   VR2W-107823     -5.691883     56.49690             25
    +#> 1594   VR2W-107823     -5.691883     56.49690             25
    +#> 1595   VR2W-107823     -5.691883     56.49690             25
    +#> 1596   VR2W-107823     -5.691883     56.49690             25
    +#> 1597   VR2W-107823     -5.691883     56.49690             25
    +#> 1598   VR2W-107823     -5.691883     56.49690             25
    +#> 1599   VR2W-107823     -5.691883     56.49690             25
    +#> 1600   VR2W-107823     -5.691883     56.49690             25
    +#> 1601   VR2W-107823     -5.691883     56.49690             25
    +#> 1602   VR2W-107823     -5.691883     56.49690             25
    +#> 1603   VR2W-107823     -5.691883     56.49690             25
    +#> 1604   VR2W-107823     -5.691883     56.49690             25
    +#> 1605   VR2W-107823     -5.691883     56.49690             25
    +#> 1606   VR2W-107823     -5.691883     56.49690             25
    +#> 1607   VR2W-107823     -5.691883     56.49690             25
    +#> 1608   VR2W-107823     -5.691883     56.49690             25
    +#> 1609   VR2W-107823     -5.691883     56.49690             25
    +#> 1610   VR2W-107823     -5.691883     56.49690             25
    +#> 1611   VR2W-107823     -5.691883     56.49690             25
    +#> 1612   VR2W-107823     -5.691883     56.49690             25
    +#> 1613   VR2W-107823     -5.691883     56.49690             25
    +#> 1614   VR2W-107823     -5.691883     56.49690             25
    +#> 1615   VR2W-107823     -5.691883     56.49690             25
    +#> 1616   VR2W-107823     -5.691883     56.49690             25
    +#> 1617   VR2W-107823     -5.691883     56.49690             25
    +#> 1618   VR2W-107823     -5.691883     56.49690             25
    +#> 1619   VR2W-107823     -5.691883     56.49690             25
    +#> 1620   VR2W-107823     -5.691883     56.49690             25
    +#> 1621   VR2W-107823     -5.691883     56.49690             25
    +#> 1622   VR2W-107823     -5.691883     56.49690             25
    +#> 1623   VR2W-107823     -5.691883     56.49690             25
    +#> 1624   VR2W-107823     -5.691883     56.49690             25
    +#> 1625   VR2W-107823     -5.691883     56.49690             25
    +#> 1626   VR2W-107823     -5.691883     56.49690             25
    +#> 1627   VR2W-107823     -5.691883     56.49690             25
    +#> 1628   VR2W-107823     -5.691883     56.49690             25
    +#> 1629   VR2W-107823     -5.691883     56.49690             25
    +#> 1630   VR2W-107823     -5.691883     56.49690             25
    +#> 1631   VR2W-107823     -5.691883     56.49690             25
    +#> 1632   VR2W-107823     -5.691883     56.49690             25
    +#> 1633   VR2W-107823     -5.691883     56.49690             25
    +#> 1634   VR2W-107823     -5.691883     56.49690             25
    +#> 1635   VR2W-107823     -5.691883     56.49690             25
    +#> 1636   VR2W-107823     -5.691883     56.49690             25
    +#> 1637   VR2W-107823     -5.691883     56.49690             25
    +#> 1638   VR2W-107823     -5.691883     56.49690             25
    +#> 1639   VR2W-107823     -5.691883     56.49690             25
    +#> 1640   VR2W-107823     -5.691883     56.49690             25
    +#> 1641   VR2W-107823     -5.691883     56.49690             25
    +#> 1642   VR2W-107823     -5.691883     56.49690             25
    +#> 1643   VR2W-107823     -5.691883     56.49690             25
    +#> 1644   VR2W-107823     -5.691883     56.49690             25
    +#> 1645   VR2W-107823     -5.691883     56.49690             25
    +#> 1646   VR2W-107823     -5.691883     56.49690             25
    +#> 1647   VR2W-107823     -5.691883     56.49690             25
    +#> 1648   VR2W-107823     -5.691883     56.49690             25
    +#> 1649   VR2W-107823     -5.691883     56.49690             25
    +#> 1650   VR2W-107823     -5.691883     56.49690             25
    +#> 1651   VR2W-107823     -5.691883     56.49690             25
    +#> 1652   VR2W-107823     -5.691883     56.49690             25
    +#> 1653   VR2W-107823     -5.691883     56.49690             25
    +#> 1654   VR2W-107823     -5.691883     56.49690             25
    +#> 1655   VR2W-107823     -5.691883     56.49690             25
    +#> 1656   VR2W-107823     -5.691883     56.49690             25
    +#> 1657   VR2W-107823     -5.691883     56.49690             25
    +#> 1658   VR2W-107823     -5.691883     56.49690             25
    +#> 1659   VR2W-107823     -5.691883     56.49690             25
    +#> 1660   VR2W-107823     -5.691883     56.49690             25
    +#> 1661   VR2W-107823     -5.691883     56.49690             25
    +#> 1662   VR2W-107823     -5.691883     56.49690             25
    +#> 1663   VR2W-107823     -5.691883     56.49690             25
    +#> 1664   VR2W-107823     -5.691883     56.49690             25
    +#> 1665   VR2W-107823     -5.691883     56.49690             25
    +#> 1666   VR2W-107823     -5.691883     56.49690             25
    +#> 1667   VR2W-107823     -5.691883     56.49690             25
    +#> 1668   VR2W-107823     -5.691883     56.49690             25
    +#> 1669   VR2W-107823     -5.691883     56.49690             25
    +#> 1670   VR2W-107823     -5.691883     56.49690             25
    +#> 1671   VR2W-107823     -5.691883     56.49690             25
    +#> 1672   VR2W-107823     -5.691883     56.49690             25
    +#> 1673   VR2W-107823     -5.691883     56.49690             25
    +#> 1674   VR2W-107823     -5.691883     56.49690             25
    +#> 1675   VR2W-107823     -5.691883     56.49690             25
    +#> 1676   VR2W-107823     -5.691883     56.49690             25
    +#> 1677   VR2W-107823     -5.691883     56.49690             25
    +#> 1678   VR2W-107823     -5.691883     56.49690             25
    +#> 1679   VR2W-107823     -5.691883     56.49690             25
    +#> 1680   VR2W-107823     -5.691883     56.49690             25
    +#> 1681   VR2W-107823     -5.691883     56.49690             25
    +#> 1682   VR2W-107823     -5.691883     56.49690             25
    +#> 1683   VR2W-107823     -5.691883     56.49690             25
    +#> 1684   VR2W-107823     -5.691883     56.49690             25
    +#> 1685   VR2W-107823     -5.691883     56.49690             25
    +#> 1686   VR2W-107823     -5.691883     56.49690             25
    +#> 1687   VR2W-107823     -5.691883     56.49690             25
    +#> 1688   VR2W-107823     -5.691883     56.49690             25
    +#> 1689   VR2W-107823     -5.691883     56.49690             25
    +#> 1690   VR2W-107823     -5.691883     56.49690             25
    +#> 1691   VR2W-107823     -5.691883     56.49690             25
    +#> 1692   VR2W-107823     -5.691883     56.49690             25
    +#> 1693   VR2W-107823     -5.691883     56.49690             25
    +#> 1694   VR2W-107823     -5.691883     56.49690             25
    +#> 1695   VR2W-107823     -5.691883     56.49690             25
    +#> 1696   VR2W-107823     -5.691883     56.49690             25
    +#> 1697   VR2W-107823     -5.691883     56.49690             25
    +#> 1698   VR2W-107823     -5.691883     56.49690             25
    +#> 1699   VR2W-107823     -5.691883     56.49690             25
    +#> 1700   VR2W-107823     -5.691883     56.49690             25
    +#> 1701   VR2W-107823     -5.691883     56.49690             25
    +#> 1702   VR2W-107823     -5.691883     56.49690             25
    +#> 1703   VR2W-107823     -5.691883     56.49690             25
    +#> 1704   VR2W-107823     -5.691883     56.49690             25
    +#> 1705   VR2W-107823     -5.691883     56.49690             25
    +#> 1706   VR2W-107823     -5.691883     56.49690             25
    +#> 1707   VR2W-107823     -5.691883     56.49690             25
    +#> 1708   VR2W-107823     -5.691883     56.49690             25
    +#> 1709   VR2W-107823     -5.691883     56.49690             25
    +#> 1710   VR2W-107823     -5.691883     56.49690             25
    +#> 1711   VR2W-107823     -5.691883     56.49690             25
    +#> 1712   VR2W-107823     -5.691883     56.49690             25
    +#> 1713   VR2W-107823     -5.691883     56.49690             25
    +#> 1714   VR2W-107823     -5.691883     56.49690             25
    +#> 1715   VR2W-107823     -5.691883     56.49690             25
    +#> 1716   VR2W-107823     -5.691883     56.49690             25
    +#> 1717   VR2W-107823     -5.691883     56.49690             25
    +#> 1718   VR2W-107823     -5.691883     56.49690             25
    +#> 1719   VR2W-107823     -5.691883     56.49690             25
    +#> 1720   VR2W-107823     -5.691883     56.49690             25
    +#> 1721   VR2W-107823     -5.691883     56.49690             25
    +#> 1722   VR2W-107823     -5.691883     56.49690             25
    +#> 1723   VR2W-107823     -5.691883     56.49690             25
    +#> 1724   VR2W-107823     -5.691883     56.49690             25
    +#> 1725   VR2W-107823     -5.691883     56.49690             25
    +#> 1726   VR2W-107823     -5.691883     56.49690             25
    +#> 1727   VR2W-107823     -5.691883     56.49690             25
    +#> 1728   VR2W-107823     -5.691883     56.49690             25
    +#> 1729   VR2W-107823     -5.691883     56.49690             25
    +#> 1730   VR2W-107823     -5.691883     56.49690             25
    +#> 1731   VR2W-107823     -5.691883     56.49690             25
    +#> 1732   VR2W-107823     -5.691883     56.49690             25
    +#> 1733   VR2W-107823     -5.691883     56.49690             25
    +#> 1734   VR2W-107823     -5.691883     56.49690             25
    +#> 1735   VR2W-107823     -5.691883     56.49690             25
    +#> 1736   VR2W-107823     -5.691883     56.49690             25
    +#> 1737   VR2W-107823     -5.691883     56.49690             25
    +#> 1738   VR2W-107823     -5.691883     56.49690             25
    +#> 1739   VR2W-107823     -5.691883     56.49690             25
    +#> 1740   VR2W-107823     -5.691883     56.49690             25
    +#> 1741   VR2W-107823     -5.691883     56.49690             25
    +#> 1742   VR2W-107823     -5.691883     56.49690             25
    +#> 1743   VR2W-107823     -5.691883     56.49690             25
    +#> 1744   VR2W-107823     -5.691883     56.49690             25
    +#> 1745   VR2W-107823     -5.691883     56.49690             25
    +#> 1746   VR2W-107823     -5.691883     56.49690             25
    +#> 1747   VR2W-107823     -5.691883     56.49690             25
    +#> 1748   VR2W-107823     -5.691883     56.49690             25
    +#> 1749   VR2W-107823     -5.691883     56.49690             25
    +#> 1750   VR2W-107823     -5.691883     56.49690             25
    +#> 1751   VR2W-107823     -5.691883     56.49690             25
    +#> 1752   VR2W-107823     -5.691883     56.49690             25
    +#> 1753   VR2W-107823     -5.691883     56.49690             25
    +#> 1754   VR2W-107823     -5.691883     56.49690             25
    +#> 1755   VR2W-107823     -5.691883     56.49690             25
    +#> 1756   VR2W-107823     -5.691883     56.49690             25
    +#> 1757   VR2W-107823     -5.691883     56.49690             25
    +#> 1758   VR2W-107823     -5.691883     56.49690             25
    +#> 1759   VR2W-107823     -5.691883     56.49690             25
    +#> 1760   VR2W-107823     -5.691883     56.49690             25
    +#> 1761   VR2W-107823     -5.691883     56.49690             25
    +#> 1762   VR2W-107823     -5.691883     56.49690             25
    +#> 1763   VR2W-107823     -5.691883     56.49690             25
    +#> 1764   VR2W-107823     -5.691883     56.49690             25
    +#> 1765   VR2W-107823     -5.691883     56.49690             25
    +#> 1766   VR2W-107823     -5.691883     56.49690             25
    +#> 1767   VR2W-107823     -5.691883     56.49690             25
    +#> 1768   VR2W-107823     -5.691883     56.49690             25
    +#> 1769   VR2W-107823     -5.691883     56.49690             25
    +#> 1770   VR2W-107823     -5.691883     56.49690             25
    +#> 1771   VR2W-107823     -5.691883     56.49690             25
    +#> 1772   VR2W-107823     -5.691883     56.49690             25
    +#> 1773   VR2W-107823     -5.691883     56.49690             25
    +#> 1774   VR2W-107823     -5.691883     56.49690             25
    +#> 1775   VR2W-107823     -5.691883     56.49690             25
    +#> 1776   VR2W-107823     -5.691883     56.49690             25
    +#> 1777   VR2W-107823     -5.691883     56.49690             25
    +#> 1778   VR2W-107823     -5.691883     56.49690             25
    +#> 1779   VR2W-107823     -5.691883     56.49690             25
    +#> 1780   VR2W-107823     -5.691883     56.49690             25
    +#> 1781   VR2W-107823     -5.691883     56.49690             25
    +#> 1782   VR2W-107823     -5.691883     56.49690             25
    +#> 1783   VR2W-107823     -5.691883     56.49690             25
    +#> 1784   VR2W-107823     -5.691883     56.49690             25
    +#> 1785   VR2W-107823     -5.691883     56.49690             25
    +#> 1786   VR2W-107823     -5.691883     56.49690             25
    +#> 1787   VR2W-107823     -5.691883     56.49690             25
    +#> 1788   VR2W-107823     -5.691883     56.49690             25
    +#> 1789   VR2W-107823     -5.691883     56.49690             25
    +#> 1790   VR2W-107823     -5.691883     56.49690             25
    +#> 1791   VR2W-107823     -5.691883     56.49690             25
    +#> 1792   VR2W-107823     -5.691883     56.49690             25
    +#> 1793   VR2W-107823     -5.691883     56.49690             25
    +#> 1794   VR2W-107823     -5.691883     56.49690             25
    +#> 1795   VR2W-107823     -5.691883     56.49690             25
    +#> 1796   VR2W-107823     -5.691883     56.49690             25
    +#> 1797   VR2W-107823     -5.691883     56.49690             25
    +#> 1798   VR2W-107823     -5.691883     56.49690             25
    +#> 1799   VR2W-107823     -5.691883     56.49690             25
    +#> 1800   VR2W-107823     -5.691883     56.49690             25
    +#> 1801   VR2W-107823     -5.691883     56.49690             25
    +#> 1802   VR2W-107823     -5.691883     56.49690             25
    +#> 1803   VR2W-107823     -5.691883     56.49690             25
    +#> 1804   VR2W-107823     -5.691883     56.49690             25
    +#> 1805   VR2W-107823     -5.691883     56.49690             25
    +#> 1806   VR2W-107823     -5.691883     56.49690             25
    +#> 1807   VR2W-107823     -5.691883     56.49690             25
    +#> 1808   VR2W-107823     -5.691883     56.49690             25
    +#> 1809   VR2W-107823     -5.691883     56.49690             25
    +#> 1810   VR2W-107823     -5.691883     56.49690             25
    +#> 1811   VR2W-107823     -5.691883     56.49690             25
    +#> 1812   VR2W-107823     -5.691883     56.49690             25
    +#> 1813   VR2W-107823     -5.691883     56.49690             25
    +#> 1814   VR2W-107823     -5.691883     56.49690             25
    +#> 1815   VR2W-107823     -5.691883     56.49690             25
    +#> 1816   VR2W-107823     -5.691883     56.49690             25
    +#> 1817   VR2W-107823     -5.691883     56.49690             25
    +#> 1818   VR2W-107823     -5.691883     56.49690             25
    +#> 1819   VR2W-107823     -5.691883     56.49690             25
    +#> 1820   VR2W-107823     -5.691883     56.49690             25
    +#> 1821   VR2W-107823     -5.691883     56.49690             25
    +#> 1822   VR2W-107823     -5.691883     56.49690             25
    +#> 1823   VR2W-107823     -5.691883     56.49690             25
    +#> 1824   VR2W-107823     -5.691883     56.49690             25
    +#> 1825   VR2W-107823     -5.691883     56.49690             25
    +#> 1826   VR2W-107823     -5.691883     56.49690             25
    +#> 1827   VR2W-107823     -5.691883     56.49690             25
    +#> 1828   VR2W-107823     -5.691883     56.49690             25
    +#> 1829   VR2W-107823     -5.691883     56.49690             25
    +#> 1830   VR2W-107823     -5.691883     56.49690             25
    +#> 1831   VR2W-107823     -5.691883     56.49690             25
    +#> 1832   VR2W-107823     -5.691883     56.49690             25
    +#> 1833   VR2W-107823     -5.691883     56.49690             25
    +#> 1834   VR2W-107823     -5.691883     56.49690             25
    +#> 1835   VR2W-107823     -5.691883     56.49690             25
    +#> 1836   VR2W-107823     -5.691883     56.49690             25
    +#> 1837   VR2W-107823     -5.691883     56.49690             25
    +#> 1838   VR2W-107823     -5.691883     56.49690             25
    +#> 1839   VR2W-107823     -5.691883     56.49690             25
    +#> 1840   VR2W-107823     -5.691883     56.49690             25
    +#> 1841   VR2W-107823     -5.691883     56.49690             25
    +#> 1842   VR2W-107823     -5.691883     56.49690             25
    +#> 1843   VR2W-107823     -5.691883     56.49690             25
    +#> 1844   VR2W-107823     -5.691883     56.49690             25
    +#> 1845   VR2W-107823     -5.691883     56.49690             25
    +#> 1846   VR2W-107823     -5.691883     56.49690             25
    +#> 1847   VR2W-107823     -5.691883     56.49690             25
    +#> 1848   VR2W-107823     -5.691883     56.49690             25
    +#> 1849   VR2W-107823     -5.691883     56.49690             25
    +#> 1850   VR2W-107823     -5.691883     56.49690             25
    +#> 1851   VR2W-107823     -5.691883     56.49690             25
    +#> 1852   VR2W-107823     -5.691883     56.49690             25
    +#> 1853   VR2W-107823     -5.691883     56.49690             25
    +#> 1854   VR2W-107823     -5.691883     56.49690             25
    +#> 1855   VR2W-107823     -5.691883     56.49690             25
    +#> 1856   VR2W-107823     -5.691883     56.49690             25
    +#> 1857   VR2W-107823     -5.691883     56.49690             25
    +#> 1858   VR2W-107823     -5.691883     56.49690             25
    +#> 1859   VR2W-107823     -5.691883     56.49690             25
    +#> 1860   VR2W-107823     -5.691883     56.49690             25
    +#> 1861   VR2W-107823     -5.691883     56.49690             25
    +#> 1862   VR2W-107823     -5.691883     56.49690             25
    +#> 1863   VR2W-107823     -5.691883     56.49690             25
    +#> 1864   VR2W-107823     -5.691883     56.49690             25
    +#> 1865   VR2W-107823     -5.691883     56.49690             25
    +#> 1866   VR2W-107823     -5.691883     56.49690             25
    +#> 1867   VR2W-107823     -5.691883     56.49690             25
    +#> 1868   VR2W-107823     -5.691883     56.49690             25
    +#> 1869   VR2W-107823     -5.691883     56.49690             25
    +#> 1870   VR2W-107823     -5.691883     56.49690             25
    +#> 1871   VR2W-107823     -5.691883     56.49690             25
    +#> 1872   VR2W-107823     -5.691883     56.49690             25
    +#> 1873   VR2W-107823     -5.691883     56.49690             25
    +#> 1874   VR2W-107823     -5.691883     56.49690             25
    +#> 1875   VR2W-107823     -5.691883     56.49690             25
    +#> 1876   VR2W-107823     -5.691883     56.49690             25
    +#> 1877   VR2W-107823     -5.691883     56.49690             25
    +#> 1878   VR2W-107823     -5.691883     56.49690             25
    +#> 1879   VR2W-107823     -5.691883     56.49690             25
    +#> 1880   VR2W-107823     -5.691883     56.49690             25
    +#> 1881   VR2W-107823     -5.691883     56.49690             25
    +#> 1882   VR2W-107823     -5.691883     56.49690             25
    +#> 1883   VR2W-107823     -5.691883     56.49690             25
    +#> 1884   VR2W-107823     -5.691883     56.49690             25
    +#> 1885   VR2W-107823     -5.691883     56.49690             25
    +#> 1886   VR2W-107823     -5.691883     56.49690             25
    +#> 1887   VR2W-107823     -5.691883     56.49690             25
    +#> 1888   VR2W-107823     -5.691883     56.49690             25
    +#> 1889   VR2W-107823     -5.691883     56.49690             25
    +#> 1890   VR2W-107823     -5.691883     56.49690             25
    +#> 1891   VR2W-107823     -5.691883     56.49690             25
    +#> 1892   VR2W-107823     -5.691883     56.49690             25
    +#> 1893   VR2W-107823     -5.691883     56.49690             25
    +#> 1894   VR2W-107823     -5.691883     56.49690             25
    +#> 1895   VR2W-107823     -5.691883     56.49690             25
    +#> 1896   VR2W-107823     -5.691883     56.49690             25
    +#> 1897   VR2W-107823     -5.691883     56.49690             25
    +#> 1898   VR2W-107823     -5.691883     56.49690             25
    +#> 1899   VR2W-107823     -5.691883     56.49690             25
    +#> 1900   VR2W-107823     -5.691883     56.49690             25
    +#> 1901   VR2W-107823     -5.691883     56.49690             25
    +#> 1902   VR2W-107823     -5.691883     56.49690             25
    +#> 1903   VR2W-107823     -5.691883     56.49690             25
    +#> 1904   VR2W-107823     -5.691883     56.49690             25
    +#> 1905   VR2W-107823     -5.691883     56.49690             25
    +#> 1906   VR2W-107823     -5.691883     56.49690             25
    +#> 1907   VR2W-107823     -5.691883     56.49690             25
    +#> 1908   VR2W-107823     -5.691883     56.49690             25
    +#> 1909   VR2W-107823     -5.691883     56.49690             25
    +#> 1910   VR2W-107823     -5.691883     56.49690             25
    +#> 1911   VR2W-107823     -5.691883     56.49690             25
    +#> 1912   VR2W-107823     -5.691883     56.49690             25
    +#> 1913   VR2W-107823     -5.691883     56.49690             25
    +#> 1914   VR2W-107823     -5.691883     56.49690             25
    +#> 1915   VR2W-107823     -5.691883     56.49690             25
    +#> 1916   VR2W-107823     -5.691883     56.49690             25
    +#> 1917   VR2W-107823     -5.691883     56.49690             25
    +#> 1918   VR2W-107823     -5.691883     56.49690             25
    +#> 1919   VR2W-107823     -5.691883     56.49690             25
    +#> 1920   VR2W-107823     -5.691883     56.49690             25
    +#> 1921   VR2W-107823     -5.691883     56.49690             25
    +#> 1922   VR2W-107823     -5.691883     56.49690             25
    +#> 1923   VR2W-107823     -5.691883     56.49690             25
    +#> 1924   VR2W-107823     -5.691883     56.49690             25
    +#> 1925   VR2W-107823     -5.691883     56.49690             25
    +#> 1926   VR2W-107823     -5.691883     56.49690             25
    +#> 1927   VR2W-107823     -5.691883     56.49690             25
    +#> 1928   VR2W-107823     -5.691883     56.49690             25
    +#> 1929   VR2W-107823     -5.691883     56.49690             25
    +#> 1930   VR2W-107823     -5.691883     56.49690             25
    +#> 1931   VR2W-107823     -5.691883     56.49690             25
    +#> 1932   VR2W-107823     -5.691883     56.49690             25
    +#> 1933   VR2W-107823     -5.691883     56.49690             25
    +#> 1934   VR2W-107823     -5.691883     56.49690             25
    +#> 1935   VR2W-107823     -5.691883     56.49690             25
    +#> 1936   VR2W-107823     -5.691883     56.49690             25
    +#> 1937   VR2W-107823     -5.691883     56.49690             25
    +#> 1938   VR2W-107823     -5.691883     56.49690             25
    +#> 1939   VR2W-107823     -5.691883     56.49690             25
    +#> 1940   VR2W-107823     -5.691883     56.49690             25
    +#> 1941   VR2W-107823     -5.691883     56.49690             25
    +#> 1942   VR2W-107823     -5.691883     56.49690             25
    +#> 1943   VR2W-107823     -5.691883     56.49690             25
    +#> 1944   VR2W-107823     -5.691883     56.49690             25
    +#> 1945   VR2W-107823     -5.691883     56.49690             25
    +#> 1946   VR2W-107823     -5.691883     56.49690             25
    +#> 1947   VR2W-107823     -5.691883     56.49690             25
    +#> 1948   VR2W-107823     -5.691883     56.49690             25
    +#> 1949   VR2W-107823     -5.691883     56.49690             25
    +#> 1950   VR2W-107823     -5.691883     56.49690             25
    +#> 1951   VR2W-107823     -5.691883     56.49690             25
    +#> 1952   VR2W-107823     -5.691883     56.49690             25
    +#> 1953   VR2W-107823     -5.691883     56.49690             25
    +#> 1954   VR2W-107823     -5.691883     56.49690             25
    +#> 1955   VR2W-107823     -5.691883     56.49690             25
    +#> 1956   VR2W-107823     -5.691883     56.49690             25
    +#> 1957   VR2W-107823     -5.691883     56.49690             25
    +#> 1958   VR2W-107823     -5.691883     56.49690             25
    +#> 1959   VR2W-107823     -5.691883     56.49690             25
    +#> 1960   VR2W-107823     -5.691883     56.49690             25
    +#> 1961   VR2W-107823     -5.691883     56.49690             25
    +#> 1962   VR2W-107823     -5.691883     56.49690             25
    +#> 1963   VR2W-107823     -5.691883     56.49690             25
    +#> 1964   VR2W-107823     -5.691883     56.49690             25
    +#> 1965   VR2W-107823     -5.691883     56.49690             25
    +#> 1966   VR2W-107823     -5.691883     56.49690             25
    +#> 1967   VR2W-107823     -5.691883     56.49690             25
    +#> 1968   VR2W-107823     -5.691883     56.49690             25
    +#> 1969   VR2W-107823     -5.691883     56.49690             25
    +#> 1970   VR2W-107823     -5.691883     56.49690             25
    +#> 1971   VR2W-107823     -5.691883     56.49690             25
    +#> 1972   VR2W-107823     -5.691883     56.49690             25
    +#> 1973   VR2W-107823     -5.691883     56.49690             25
    +#> 1974   VR2W-107823     -5.691883     56.49690             25
    +#> 1975   VR2W-107823     -5.691883     56.49690             25
    +#> 1976   VR2W-107823     -5.691883     56.49690             25
    +#> 1977   VR2W-107823     -5.691883     56.49690             25
    +#> 1978   VR2W-107823     -5.691883     56.49690             25
    +#> 1979   VR2W-107823     -5.691883     56.49690             25
    +#> 1980   VR2W-107823     -5.691883     56.49690             25
    +#> 1981   VR2W-107823     -5.691883     56.49690             25
    +#> 1982   VR2W-107823     -5.691883     56.49690             25
    +#> 1983   VR2W-107823     -5.691883     56.49690             25
    +#> 1984   VR2W-107823     -5.691883     56.49690             25
    +#> 1985   VR2W-107823     -5.691883     56.49690             25
    +#> 1986   VR2W-107823     -5.691883     56.49690             25
    +#> 1987   VR2W-107823     -5.691883     56.49690             25
    +#> 1988   VR2W-107823     -5.691883     56.49690             25
    +#> 1989   VR2W-107823     -5.691883     56.49690             25
    +#> 1990   VR2W-107823     -5.691883     56.49690             25
    +#> 1991   VR2W-107823     -5.691883     56.49690             25
    +#> 1992   VR2W-107823     -5.691883     56.49690             25
    +#> 1993   VR2W-107823     -5.691883     56.49690             25
    +#> 1994   VR2W-107823     -5.691883     56.49690             25
    +#> 1995   VR2W-107823     -5.691883     56.49690             25
    +#> 1996   VR2W-107823     -5.691883     56.49690             25
    +#> 1997   VR2W-107823     -5.691883     56.49690             25
    +#> 1998   VR2W-107823     -5.691883     56.49690             25
    +#> 1999   VR2W-107823     -5.691883     56.49690             25
    +#> 2000   VR2W-107823     -5.691883     56.49690             25
    +#> 2001   VR2W-107823     -5.691883     56.49690             25
    +#> 2002   VR2W-107823     -5.691883     56.49690             25
    +#> 2003   VR2W-107823     -5.691883     56.49690             25
    +#> 2004   VR2W-107823     -5.691883     56.49690             25
    +#> 2005   VR2W-107823     -5.691883     56.49690             25
    +#> 2006   VR2W-107823     -5.691883     56.49690             25
    +#> 2007   VR2W-107823     -5.691883     56.49690             25
    +#> 2008   VR2W-107823     -5.691883     56.49690             25
    +#> 2009   VR2W-107823     -5.691883     56.49690             25
    +#> 2010   VR2W-107823     -5.691883     56.49690             25
    +#> 2011   VR2W-107823     -5.691883     56.49690             25
    +#> 2012   VR2W-107823     -5.691883     56.49690             25
    +#> 2013   VR2W-107823     -5.691883     56.49690             25
    +#> 2014   VR2W-107823     -5.691883     56.49690             25
    +#> 2015   VR2W-107823     -5.691883     56.49690             25
    +#> 2016   VR2W-107823     -5.691883     56.49690             25
    +#> 2017   VR2W-107823     -5.691883     56.49690             25
    +#> 2018   VR2W-107823     -5.691883     56.49690             25
    +#> 2019   VR2W-107823     -5.691883     56.49690             25
    +#> 2020   VR2W-107823     -5.691883     56.49690             25
    +#> 2021   VR2W-107823     -5.691883     56.49690             25
    +#> 2022   VR2W-107823     -5.691883     56.49690             25
    +#> 2023   VR2W-107823     -5.691883     56.49690             25
    +#> 2024   VR2W-107823     -5.691883     56.49690             25
    +#> 2025   VR2W-107823     -5.691883     56.49690             25
    +#> 2026   VR2W-107823     -5.691883     56.49690             25
    +#> 2027   VR2W-107823     -5.691883     56.49690             25
    +#> 2028   VR2W-107823     -5.691883     56.49690             25
    +#> 2029   VR2W-107823     -5.691883     56.49690             25
    +#> 2030   VR2W-107823     -5.691883     56.49690             25
    +#> 2031   VR2W-107823     -5.691883     56.49690             25
    +#> 2032   VR2W-107823     -5.691883     56.49690             25
    +#> 2033   VR2W-107823     -5.691883     56.49690             25
    +#> 2034   VR2W-107823     -5.691883     56.49690             25
    +#> 2035   VR2W-107823     -5.691883     56.49690             25
    +#> 2036   VR2W-107823     -5.691883     56.49690             25
    +#> 2037   VR2W-107823     -5.691883     56.49690             25
    +#> 2038   VR2W-107823     -5.691883     56.49690             25
    +#> 2039   VR2W-107823     -5.691883     56.49690             25
    +#> 2040   VR2W-107823     -5.691883     56.49690             25
    +#> 2041   VR2W-107823     -5.691883     56.49690             25
    +#> 2042   VR2W-107823     -5.691883     56.49690             25
    +#> 2043   VR2W-107823     -5.691883     56.49690             25
    +#> 2044   VR2W-107823     -5.691883     56.49690             25
    +#> 2045   VR2W-107823     -5.691883     56.49690             25
    +#> 2046   VR2W-107823     -5.691883     56.49690             25
    +#> 2047   VR2W-107823     -5.691883     56.49690             25
    +#> 2048   VR2W-107823     -5.691883     56.49690             25
    +#> 2049   VR2W-107823     -5.691883     56.49690             25
    +#> 2050   VR2W-107823     -5.691883     56.49690             25
    +#> 2051   VR2W-107823     -5.691883     56.49690             25
    +#> 2052   VR2W-107823     -5.691883     56.49690             25
    +#> 2053   VR2W-107823     -5.691883     56.49690             25
    +#> 2054   VR2W-107823     -5.691883     56.49690             25
    +#> 2055   VR2W-107823     -5.691883     56.49690             25
    +#> 2056   VR2W-107823     -5.691883     56.49690             25
    +#> 2057   VR2W-107823     -5.691883     56.49690             25
    +#> 2058   VR2W-107823     -5.691883     56.49690             25
    +#> 2059   VR2W-107823     -5.691883     56.49690             25
    +#> 2060   VR2W-107823     -5.691883     56.49690             25
    +#> 2061   VR2W-107823     -5.691883     56.49690             25
    +#> 2062   VR2W-107823     -5.691883     56.49690             25
    +#> 2063   VR2W-107823     -5.691883     56.49690             25
    +#> 2064   VR2W-107823     -5.691883     56.49690             25
    +#> 2065   VR2W-107823     -5.691883     56.49690             25
    +#> 2066   VR2W-107823     -5.691883     56.49690             25
    +#> 2067   VR2W-107823     -5.691883     56.49690             25
    +#> 2068   VR2W-107823     -5.691883     56.49690             25
    +#> 2069   VR2W-107823     -5.691883     56.49690             25
    +#> 2070   VR2W-107823     -5.691883     56.49690             25
    +#> 2071   VR2W-107823     -5.691883     56.49690             25
    +#> 2072   VR2W-107823     -5.691883     56.49690             25
    +#> 2073   VR2W-107823     -5.691883     56.49690             25
    +#> 2074   VR2W-107823     -5.691883     56.49690             25
    +#> 2075   VR2W-107823     -5.691883     56.49690             25
    +#> 2076   VR2W-107823     -5.691883     56.49690             25
    +#> 2077   VR2W-107823     -5.691883     56.49690             25
    +#> 2078   VR2W-107823     -5.691883     56.49690             25
    +#> 2079   VR2W-107823     -5.691883     56.49690             25
    +#> 2080   VR2W-107823     -5.691883     56.49690             25
    +#> 2081   VR2W-107823     -5.691883     56.49690             25
    +#> 2082   VR2W-107823     -5.691883     56.49690             25
    +#> 2083   VR2W-107823     -5.691883     56.49690             25
    +#> 2084   VR2W-107823     -5.691883     56.49690             25
    +#> 2085   VR2W-107823     -5.691883     56.49690             25
    +#> 2086   VR2W-107823     -5.691883     56.49690             25
    +#> 2087   VR2W-107823     -5.691883     56.49690             25
    +#> 2088   VR2W-107823     -5.691883     56.49690             25
    +#> 2089   VR2W-107823     -5.691883     56.49690             25
    +#> 2090   VR2W-107823     -5.691883     56.49690             25
    +#> 2091   VR2W-107823     -5.691883     56.49690             25
    +#> 2092   VR2W-107823     -5.691883     56.49690             25
    +#> 2093   VR2W-107823     -5.691883     56.49690             25
    +#> 2094   VR2W-107823     -5.691883     56.49690             25
    +#> 2095   VR2W-107823     -5.691883     56.49690             25
    +#> 2096   VR2W-107823     -5.691883     56.49690             25
    +#> 2097   VR2W-107823     -5.691883     56.49690             25
    +#> 2098   VR2W-107823     -5.691883     56.49690             25
    +#> 2099   VR2W-107823     -5.691883     56.49690             25
    +#> 2100   VR2W-107823     -5.691883     56.49690             25
    +#> 2101   VR2W-107823     -5.691883     56.49690             25
    +#> 2102   VR2W-107823     -5.691883     56.49690             25
    +#> 2103   VR2W-107823     -5.691883     56.49690             25
    +#> 2104   VR2W-107823     -5.691883     56.49690             25
    +#> 2105   VR2W-107823     -5.691883     56.49690             25
    +#> 2106   VR2W-107823     -5.691883     56.49690             25
    +#> 2107   VR2W-107823     -5.691883     56.49690             25
    +#> 2108   VR2W-107823     -5.691883     56.49690             25
    +#> 2109   VR2W-107823     -5.691883     56.49690             25
    +#> 2110   VR2W-107823     -5.691883     56.49690             25
    +#> 2111   VR2W-107823     -5.691883     56.49690             25
    +#> 2112   VR2W-107823     -5.691883     56.49690             25
    +#> 2113   VR2W-107823     -5.691883     56.49690             25
    +#> 2114   VR2W-107823     -5.691883     56.49690             25
    +#> 2115   VR2W-107823     -5.691883     56.49690             25
    +#> 2116   VR2W-107823     -5.691883     56.49690             25
    +#> 2117   VR2W-107823     -5.691883     56.49690             25
    +#> 2118   VR2W-107823     -5.691883     56.49690             25
    +#> 2119   VR2W-107823     -5.691883     56.49690             25
    +#> 2120   VR2W-107823     -5.691883     56.49690             25
    +#> 2121   VR2W-107823     -5.691883     56.49690             25
    +#> 2122   VR2W-107823     -5.691883     56.49690             25
    +#> 2123   VR2W-107823     -5.691883     56.49690             25
    +#> 2124   VR2W-107823     -5.691883     56.49690             25
    +#> 2125   VR2W-107823     -5.691883     56.49690             25
    +#> 2126   VR2W-107823     -5.691883     56.49690             25
    +#> 2127   VR2W-107823     -5.691883     56.49690             25
    +#> 2128   VR2W-107823     -5.691883     56.49690             25
    +#> 2129   VR2W-107823     -5.691883     56.49690             25
    +#> 2130   VR2W-107823     -5.691883     56.49690             25
    +#> 2131   VR2W-107823     -5.691883     56.49690             25
    +#> 2132   VR2W-107823     -5.691883     56.49690             25
    +#> 2133   VR2W-107823     -5.691883     56.49690             25
    +#> 2134   VR2W-107823     -5.691883     56.49690             25
    +#> 2135   VR2W-107823     -5.691883     56.49690             25
    +#> 2136   VR2W-107823     -5.691883     56.49690             25
    +#> 2137   VR2W-107823     -5.691883     56.49690             25
    +#> 2138   VR2W-107823     -5.691883     56.49690             25
    +#> 2139   VR2W-107823     -5.691883     56.49690             25
    +#> 2140   VR2W-107823     -5.691883     56.49690             25
    +#> 2141   VR2W-107823     -5.691883     56.49690             25
    +#> 2142   VR2W-107823     -5.691883     56.49690             25
    +#> 2143   VR2W-107823     -5.691883     56.49690             25
    +#> 2144   VR2W-107823     -5.691883     56.49690             25
    +#> 2145   VR2W-107823     -5.691883     56.49690             25
    +#> 2146   VR2W-107823     -5.691883     56.49690             25
    +#> 2147   VR2W-107823     -5.691883     56.49690             25
    +#> 2148   VR2W-107823     -5.691883     56.49690             25
    +#> 2149   VR2W-107823     -5.691883     56.49690             25
    +#> 2150   VR2W-107823     -5.691883     56.49690             25
    +#> 2151   VR2W-107823     -5.691883     56.49690             25
    +#> 2152   VR2W-107823     -5.691883     56.49690             25
    +#> 2153   VR2W-107823     -5.691883     56.49690             25
    +#> 2154   VR2W-107823     -5.691883     56.49690             25
    +#> 2155   VR2W-107823     -5.691883     56.49690             25
    +#> 2156   VR2W-107823     -5.691883     56.49690             25
    +#> 2157   VR2W-107823     -5.691883     56.49690             25
    +#> 2158   VR2W-107823     -5.691883     56.49690             25
    +#> 2159   VR2W-107823     -5.691883     56.49690             25
    +#> 2160   VR2W-107823     -5.691883     56.49690             25
    +#> 2161   VR2W-107823     -5.691883     56.49690             25
    +#> 2162   VR2W-107823     -5.691883     56.49690             25
    +#> 2163   VR2W-107823     -5.691883     56.49690             25
    +#> 2164   VR2W-107823     -5.691883     56.49690             25
    +#> 2165   VR2W-107823     -5.691883     56.49690             25
    +#> 2166   VR2W-107823     -5.691883     56.49690             25
    +#> 2167   VR2W-107823     -5.691883     56.49690             25
    +#> 2168   VR2W-107823     -5.691883     56.49690             25
    +#> 2169   VR2W-107823     -5.691883     56.49690             25
    +#> 2170   VR2W-107823     -5.691883     56.49690             25
    +#> 2171   VR2W-107823     -5.691883     56.49690             25
    +#> 2172   VR2W-107823     -5.691883     56.49690             25
    +#> 2173   VR2W-107823     -5.691883     56.49690             25
    +#> 2174   VR2W-107823     -5.691883     56.49690             25
    +#> 2175   VR2W-107823     -5.691883     56.49690             25
    +#> 2176   VR2W-107823     -5.691883     56.49690             25
    +#> 2177   VR2W-107823     -5.691883     56.49690             25
    +#> 2178   VR2W-107823     -5.691883     56.49690             25
    +#> 2179   VR2W-107823     -5.691883     56.49690             25
    +#> 2180   VR2W-107823     -5.691883     56.49690             25
    +#> 2181   VR2W-107823     -5.691883     56.49690             25
    +#> 2182   VR2W-107823     -5.691883     56.49690             25
    +#> 2183   VR2W-107823     -5.691883     56.49690             25
    +#> 2184   VR2W-107823     -5.691883     56.49690             25
    +#> 2185   VR2W-107823     -5.691883     56.49690             25
    +#> 2186   VR2W-107823     -5.691883     56.49690             25
    +#> 2187   VR2W-107823     -5.691883     56.49690             25
    +#> 2188   VR2W-107823     -5.691883     56.49690             25
    +#> 2189   VR2W-107823     -5.691883     56.49690             25
    +#> 2190   VR2W-107823     -5.691883     56.49690             25
    +#> 2191   VR2W-107823     -5.691883     56.49690             25
    +#> 2192   VR2W-107823     -5.691883     56.49690             25
    +#> 2193   VR2W-107823     -5.691883     56.49690             25
    +#> 2194   VR2W-107823     -5.691883     56.49690             25
    +#> 2195   VR2W-107823     -5.691883     56.49690             25
    +#> 2196   VR2W-107823     -5.691883     56.49690             25
    +#> 2197   VR2W-107823     -5.691883     56.49690             25
    +#> 2198   VR2W-107823     -5.691883     56.49690             25
    +#> 2199   VR2W-107823     -5.691883     56.49690             25
    +#> 2200   VR2W-107823     -5.691883     56.49690             25
    +#> 2201   VR2W-107823     -5.691883     56.49690             25
    +#> 2202   VR2W-107823     -5.691883     56.49690             25
    +#> 2203   VR2W-107823     -5.691883     56.49690             25
    +#> 2204   VR2W-107823     -5.691883     56.49690             25
    +#> 2205   VR2W-107823     -5.691883     56.49690             25
    +#> 2206   VR2W-107823     -5.691883     56.49690             25
    +#> 2207   VR2W-107823     -5.691883     56.49690             25
    +#> 2208   VR2W-107823     -5.691883     56.49690             25
    +#> 2209   VR2W-107823     -5.691883     56.49690             25
    +#> 2210   VR2W-107823     -5.691883     56.49690             25
    +#> 2211   VR2W-107823     -5.691883     56.49690             25
    +#> 2212   VR2W-107823     -5.691883     56.49690             25
    +#> 2213   VR2W-107823     -5.691883     56.49690             25
    +#> 2214   VR2W-107823     -5.691883     56.49690             25
    +#> 2215   VR2W-107823     -5.691883     56.49690             25
    +#> 2216   VR2W-107823     -5.691883     56.49690             25
    +#> 2217   VR2W-107823     -5.691883     56.49690             25
    +#> 2218   VR2W-107823     -5.691883     56.49690             25
    +#> 2219   VR2W-107823     -5.691883     56.49690             25
    +#> 2220   VR2W-107823     -5.691883     56.49690             25
    +#> 2221   VR2W-107823     -5.691883     56.49690             25
    +#> 2222   VR2W-107823     -5.691883     56.49690             25
    +#> 2223   VR2W-107823     -5.691883     56.49690             25
    +#> 2224   VR2W-107823     -5.691883     56.49690             25
    +#> 2225   VR2W-107823     -5.691883     56.49690             25
    +#> 2226   VR2W-107823     -5.691883     56.49690             25
    +#> 2227   VR2W-107823     -5.691883     56.49690             25
    +#> 2228   VR2W-107823     -5.691883     56.49690             25
    +#> 2229   VR2W-107823     -5.691883     56.49690             25
    +#> 2230   VR2W-107823     -5.691883     56.49690             25
    +#> 2231   VR2W-107823     -5.691883     56.49690             25
    +#> 2232   VR2W-107823     -5.691883     56.49690             25
    +#> 2233   VR2W-107823     -5.691883     56.49690             25
    +#> 2234   VR2W-107823     -5.691883     56.49690             25
    +#> 2235   VR2W-107823     -5.691883     56.49690             25
    +#> 2236   VR2W-107823     -5.691883     56.49690             25
    +#> 2237   VR2W-107823     -5.691883     56.49690             25
    +#> 2238   VR2W-107823     -5.691883     56.49690             25
    +#> 2239   VR2W-107823     -5.691883     56.49690             25
    +#> 2240   VR2W-107823     -5.691883     56.49690             25
    +#> 2241   VR2W-107823     -5.691883     56.49690             25
    +#> 2242   VR2W-107823     -5.691883     56.49690             25
    +#> 2243   VR2W-107823     -5.691883     56.49690             25
    +#> 2244   VR2W-107823     -5.691883     56.49690             25
    +#> 2245   VR2W-107823     -5.691883     56.49690             25
    +#> 2246   VR2W-107823     -5.691883     56.49690             25
    +#> 2247   VR2W-107823     -5.691883     56.49690             25
    +#> 2248   VR2W-107823     -5.691883     56.49690             25
    +#> 2249   VR2W-107823     -5.691883     56.49690             25
    +#> 2250   VR2W-107823     -5.691883     56.49690             25
    +#> 2251   VR2W-107823     -5.691883     56.49690             25
    +#> 2252   VR2W-107823     -5.691883     56.49690             25
    +#> 2253   VR2W-107823     -5.691883     56.49690             25
    +#> 2254   VR2W-107823     -5.691883     56.49690             25
    +#> 2255   VR2W-107823     -5.691883     56.49690             25
    +#> 2256   VR2W-107823     -5.691883     56.49690             25
    +#> 2257   VR2W-107823     -5.691883     56.49690             25
    +#> 2258   VR2W-107823     -5.691883     56.49690             25
    +#> 2259   VR2W-107823     -5.691883     56.49690             25
    +#> 2260   VR2W-107823     -5.691883     56.49690             25
    +#> 2261   VR2W-107823     -5.691883     56.49690             25
    +#> 2262   VR2W-107823     -5.691883     56.49690             25
    +#> 2263   VR2W-107823     -5.691883     56.49690             25
    +#> 2264   VR2W-107823     -5.691883     56.49690             25
    +#> 2265   VR2W-107823     -5.691883     56.49690             25
    +#> 2266   VR2W-107823     -5.691883     56.49690             25
    +#> 2267   VR2W-107823     -5.691883     56.49690             25
    +#> 2268   VR2W-107823     -5.691883     56.49690             25
    +#> 2269   VR2W-107823     -5.691883     56.49690             25
    +#> 2270   VR2W-107823     -5.691883     56.49690             25
    +#> 2271   VR2W-107823     -5.691883     56.49690             25
    +#> 2272   VR2W-107823     -5.691883     56.49690             25
    +#> 2273   VR2W-107823     -5.691883     56.49690             25
    +#> 2274   VR2W-107823     -5.691883     56.49690             25
    +#> 2275   VR2W-107823     -5.691883     56.49690             25
    +#> 2276   VR2W-107823     -5.691883     56.49690             25
    +#> 2277   VR2W-107823     -5.691883     56.49690             25
    +#> 2278   VR2W-107823     -5.691883     56.49690             25
    +#> 2279   VR2W-107823     -5.691883     56.49690             25
    +#> 2280   VR2W-107823     -5.691883     56.49690             25
    +#> 2281   VR2W-107823     -5.691883     56.49690             25
    +#> 2282   VR2W-107823     -5.691883     56.49690             25
    +#> 2283   VR2W-107823     -5.691883     56.49690             25
    +#> 2284   VR2W-107823     -5.691883     56.49690             25
    +#> 2285   VR2W-107823     -5.691883     56.49690             25
    +#> 2286   VR2W-107823     -5.691883     56.49690             25
    +#> 2287   VR2W-107823     -5.691883     56.49690             25
    +#> 2288      VR2-5635     -5.606000     56.52018             50
    +#> 2289      VR2-5635     -5.606000     56.52018             50
    +#> 2290      VR2-5635     -5.606000     56.52018             50
    +#> 2291      VR2-5635     -5.606000     56.52018             50
    +#> 2292      VR2-5635     -5.606000     56.52018             50
    +#> 2293      VR2-5635     -5.606000     56.52018             50
    +#> 2294      VR2-5635     -5.606000     56.52018             50
    +#> 2295      VR2-5635     -5.606000     56.52018             50
    +#> 2296      VR2-5635     -5.606000     56.52018             50
    +#> 2297      VR2-6720     -5.627150     56.50808             50
    +#> 2298      VR2-6720     -5.627150     56.50808             50
    +#> 2299      VR2-6720     -5.627150     56.50808             50
    +#> 2300      VR2-6720     -5.627150     56.50808             50
    +#> 2301      VR2-6720     -5.627150     56.50808             50
    +#> 2302      VR2-6720     -5.627150     56.50808             50
    +#> 2303      VR2-6720     -5.627150     56.50808             50
    +#> 2304      VR2-6720     -5.627150     56.50808             50
    +#> 2305      VR2-6720     -5.627150     56.50808             50
    +#> 2306      VR2-6720     -5.627150     56.50808             50
    +#> 2307      VR2-6720     -5.627150     56.50808             50
    +#> 2308      VR2-6720     -5.627150     56.50808             50
    +#> 2309      VR2-6720     -5.627150     56.50808             50
    +#> 2310      VR2-6720     -5.627150     56.50808             50
    +#> 2311      VR2-6720     -5.627150     56.50808             50
    +#> 2312      VR2-6720     -5.627150     56.50808             50
    +#> 2313      VR2-6720     -5.627150     56.50808             50
    +#> 2314      VR2-6720     -5.627150     56.50808             50
    +#> 2315      VR2-6720     -5.627150     56.50808             50
    +#> 2316      VR2-6720     -5.627150     56.50808             50
    +#> 2317      VR2-6720     -5.627150     56.50808             50
    +#> 2318      VR2-6720     -5.627150     56.50808             50
    +#> 2319      VR2-6720     -5.627150     56.50808             50
    +#> 2320      VR2-6720     -5.627150     56.50808             50
    +#> 2321      VR2-6720     -5.627150     56.50808             50
    +#> 2322      VR2-6720     -5.627150     56.50808             50
    +#> 2323      VR2-6720     -5.627150     56.50808             50
    +#> 2324      VR2-6720     -5.627150     56.50808             50
    +#> 2325      VR2-6720     -5.627150     56.50808             50
    +#> 2326      VR2-6720     -5.627150     56.50808             50
    +#> 2327      VR2-6720     -5.627150     56.50808             50
    +#> 2328      VR2-6720     -5.627150     56.50808             50
    +#> 2329      VR2-6720     -5.627150     56.50808             50
    +#> 2330      VR2-6720     -5.627150     56.50808             50
    +#> 2331      VR2-6720     -5.627150     56.50808             50
    +#> 2332      VR2-6720     -5.627150     56.50808             50
    +#> 2333      VR2-6720     -5.627150     56.50808             50
    +#> 2334      VR2-6720     -5.627150     56.50808             50
    +#> 2335      VR2-6720     -5.627150     56.50808             50
    +#> 2336      VR2-6720     -5.627150     56.50808             50
    +#> 2337      VR2-6720     -5.627150     56.50808             50
    +#> 2338      VR2-6720     -5.627150     56.50808             50
    +#> 2339      VR2-6720     -5.627150     56.50808             50
    +#> 2340      VR2-6720     -5.627150     56.50808             50
    +#> 2341      VR2-6720     -5.627150     56.50808             50
    +#> 2342      VR2-6720     -5.627150     56.50808             50
    +#> 2343      VR2-6720     -5.627150     56.50808             50
    +#> 2344      VR2-6720     -5.627150     56.50808             50
    +#> 2345      VR2-6720     -5.627150     56.50808             50
    +#> 2346      VR2-6720     -5.627150     56.50808             50
    +#> 2347      VR2-6720     -5.627150     56.50808             50
    +#> 2348      VR2-6720     -5.627150     56.50808             50
    +#> 2349      VR2-6720     -5.627150     56.50808             50
    +#> 2350      VR2-6720     -5.627150     56.50808             50
    +#> 2351      VR2-6720     -5.627150     56.50808             50
    +#> 2352      VR2-6720     -5.627150     56.50808             50
    +#> 2353      VR2-6720     -5.627150     56.50808             50
    +#> 2354      VR2-6720     -5.627150     56.50808             50
    +#> 2355      VR2-6720     -5.627150     56.50808             50
    +#> 2356      VR2-6720     -5.627150     56.50808             50
    +#> 2357      VR2-6720     -5.627150     56.50808             50
    +#> 2358      VR2-6720     -5.627150     56.50808             50
    +#> 2359   VR2W-107823     -5.691883     56.49690             25
    +#> 2360   VR2W-107823     -5.691883     56.49690             25
    +#> 2361   VR2W-107823     -5.691883     56.49690             25
    +#> 2362   VR2W-107823     -5.691883     56.49690             25
    +#> 2363   VR2W-107823     -5.691883     56.49690             25
    +#> 2364   VR2W-107823     -5.691883     56.49690             25
    +#> 2365   VR2W-107823     -5.691883     56.49690             25
    +#> 2366   VR2W-107823     -5.691883     56.49690             25
    +#> 2367   VR2W-107823     -5.691883     56.49690             25
    +#> 2368   VR2W-107823     -5.691883     56.49690             25
    +#> 2369   VR2W-107823     -5.691883     56.49690             25
    +#> 2370   VR2W-107823     -5.691883     56.49690             25
    +#> 2371   VR2W-107823     -5.691883     56.49690             25
    +#> 2372   VR2W-107823     -5.691883     56.49690             25
    +#> 2373   VR2W-107823     -5.691883     56.49690             25
    +#> 2374   VR2W-107823     -5.691883     56.49690             25
    +#> 2375   VR2W-107823     -5.691883     56.49690             25
    +#> 2376   VR2W-107823     -5.691883     56.49690             25
    +#> 2377   VR2W-107823     -5.691883     56.49690             25
    +#> 2378   VR2W-107823     -5.691883     56.49690             25
    +#> 2379   VR2W-107823     -5.691883     56.49690             25
    +#> 2380   VR2W-107823     -5.691883     56.49690             25
    +#> 2381   VR2W-107823     -5.691883     56.49690             25
    +#> 2382   VR2W-107823     -5.691883     56.49690             25
    +#> 2383   VR2W-107823     -5.691883     56.49690             25
    +#> 2384   VR2W-107823     -5.691883     56.49690             25
    +#> 2385   VR2W-107823     -5.691883     56.49690             25
    +#> 2386   VR2W-107823     -5.691883     56.49690             25
    +#> 2387   VR2W-107823     -5.691883     56.49690             25
    +#> 2388   VR2W-107823     -5.691883     56.49690             25
    +#> 2389   VR2W-107823     -5.691883     56.49690             25
    +#> 2390   VR2W-107823     -5.691883     56.49690             25
    +#> 2391   VR2W-107823     -5.691883     56.49690             25
    +#> 2392   VR2W-107823     -5.691883     56.49690             25
    +#> 2393   VR2W-107823     -5.691883     56.49690             25
    +#> 2394   VR2W-107823     -5.691883     56.49690             25
    +#> 2395   VR2W-107823     -5.691883     56.49690             25
    +#> 2396   VR2W-107823     -5.691883     56.49690             25
    +#> 2397   VR2W-107823     -5.691883     56.49690             25
    +#> 2398   VR2W-107823     -5.691883     56.49690             25
    +#> 2399   VR2W-107823     -5.691883     56.49690             25
    +#> 2400   VR2W-107823     -5.691883     56.49690             25
    +#> 2401   VR2W-107823     -5.691883     56.49690             25
    +#> 2402   VR2W-107823     -5.691883     56.49690             25
    +#> 2403   VR2W-107823     -5.691883     56.49690             25
    +#> 2404   VR2W-107823     -5.691883     56.49690             25
    +#> 2405   VR2W-107823     -5.691883     56.49690             25
    +#> 2406   VR2W-107823     -5.691883     56.49690             25
    +#> 2407   VR2W-107823     -5.691883     56.49690             25
    +#> 2408   VR2W-107823     -5.691883     56.49690             25
    +#> 2409   VR2W-107823     -5.691883     56.49690             25
    +#> 2410   VR2W-107823     -5.691883     56.49690             25
    +#> 2411   VR2W-107823     -5.691883     56.49690             25
    +#> 2412   VR2W-107823     -5.691883     56.49690             25
    +#> 2413   VR2W-107823     -5.691883     56.49690             25
    +#> 2414   VR2W-107823     -5.691883     56.49690             25
    +#> 2415   VR2W-107823     -5.691883     56.49690             25
    +#> 2416   VR2W-107823     -5.691883     56.49690             25
    +#> 2417   VR2W-107823     -5.691883     56.49690             25
    +#> 2418   VR2W-107823     -5.691883     56.49690             25
    +#> 2419   VR2W-107823     -5.691883     56.49690             25
    +#> 2420   VR2W-107823     -5.691883     56.49690             25
    +#> 2421   VR2W-107823     -5.691883     56.49690             25
    +#> 2422   VR2W-107823     -5.691883     56.49690             25
    +#> 2423   VR2W-107823     -5.691883     56.49690             25
    +#> 2424   VR2W-107823     -5.691883     56.49690             25
    +#> 2425   VR2W-107823     -5.691883     56.49690             25
    +#> 2426   VR2W-107823     -5.691883     56.49690             25
    +#> 2427   VR2W-107823     -5.691883     56.49690             25
    +#> 2428   VR2W-107823     -5.691883     56.49690             25
    +#> 2429   VR2W-107823     -5.691883     56.49690             25
    +#> 2430   VR2W-107823     -5.691883     56.49690             25
    +#> 2431   VR2W-107823     -5.691883     56.49690             25
    +#> 2432   VR2W-107823     -5.691883     56.49690             25
    +#> 2433   VR2W-107823     -5.691883     56.49690             25
    +#> 2434   VR2W-107823     -5.691883     56.49690             25
    +#> 2435   VR2W-107823     -5.691883     56.49690             25
    +#> 2436   VR2W-107823     -5.691883     56.49690             25
    +#> 2437   VR2W-107823     -5.691883     56.49690             25
    +#> 2438   VR2W-107823     -5.691883     56.49690             25
    +#> 2439   VR2W-107823     -5.691883     56.49690             25
    +#> 2440   VR2W-107823     -5.691883     56.49690             25
    +#> 2441   VR2W-107823     -5.691883     56.49690             25
    +#> 2442   VR2W-107823     -5.691883     56.49690             25
    +#> 2443   VR2W-107823     -5.691883     56.49690             25
    +#> 2444   VR2W-107823     -5.691883     56.49690             25
    +#> 2445   VR2W-107823     -5.691883     56.49690             25
    +#> 2446   VR2W-107823     -5.691883     56.49690             25
    +#> 2447   VR2W-107823     -5.691883     56.49690             25
    +#> 2448   VR2W-107823     -5.691883     56.49690             25
    +#> 2449   VR2W-107823     -5.691883     56.49690             25
    +#> 2450   VR2W-107823     -5.691883     56.49690             25
    +#> 2451   VR2W-107823     -5.691883     56.49690             25
    +#> 2452   VR2W-107823     -5.691883     56.49690             25
    +#> 2453   VR2W-107823     -5.691883     56.49690             25
    +#> 2454   VR2W-107823     -5.691883     56.49690             25
    +#> 2455   VR2W-107823     -5.691883     56.49690             25
    +#> 2456   VR2W-107823     -5.691883     56.49690             25
    +#> 2457   VR2W-107823     -5.691883     56.49690             25
    +#> 2458   VR2W-107823     -5.691883     56.49690             25
    +#> 2459   VR2W-107823     -5.691883     56.49690             25
    +#> 2460   VR2W-107823     -5.691883     56.49690             25
    +#> 2461   VR2W-107823     -5.691883     56.49690             25
    +#> 2462   VR2W-107823     -5.691883     56.49690             25
    +#> 2463   VR2W-107823     -5.691883     56.49690             25
    +#> 2464   VR2W-107823     -5.691883     56.49690             25
    +#> 2465   VR2W-107823     -5.691883     56.49690             25
    +#> 2466   VR2W-107823     -5.691883     56.49690             25
    +#> 2467   VR2W-107823     -5.691883     56.49690             25
    +#> 2468   VR2W-107823     -5.691883     56.49690             25
    +#> 2469   VR2W-107823     -5.691883     56.49690             25
    +#> 2470   VR2W-107823     -5.691883     56.49690             25
    +#> 2471   VR2W-107823     -5.691883     56.49690             25
    +#> 2472   VR2W-107823     -5.691883     56.49690             25
    +#> 2473   VR2W-107823     -5.691883     56.49690             25
    +#> 2474   VR2W-107823     -5.691883     56.49690             25
    +#> 2475   VR2W-107823     -5.691883     56.49690             25
    +#> 2476   VR2W-107823     -5.691883     56.49690             25
    +#> 2477   VR2W-107823     -5.691883     56.49690             25
    +#> 2478   VR2W-107823     -5.691883     56.49690             25
    +#> 2479   VR2W-107823     -5.691883     56.49690             25
    +#> 2480   VR2W-113141     -5.755900     56.51000             50
    +#> 2481   VR2W-113141     -5.755900     56.51000             50
    +#> 2482   VR2W-113141     -5.755900     56.51000             50
    +#> 2483   VR2W-113141     -5.755900     56.51000             50
    +#> 2484   VR2W-113141     -5.755900     56.51000             50
    +#> 2485   VR2W-113141     -5.755900     56.51000             50
    +#> 2486   VR2W-113141     -5.755900     56.51000             50
    +#> 2487   VR2W-113141     -5.755900     56.51000             50
    +#> 2488   VR2W-113141     -5.755900     56.51000             50
    +#> 2489   VR2W-113141     -5.755900     56.51000             50
    +#> 2490   VR2W-113141     -5.755900     56.51000             50
    +#> 2491   VR2W-113141     -5.755900     56.51000             50
    +#> 2492   VR2W-113141     -5.755900     56.51000             50
    +#> 2493   VR2W-113141     -5.755900     56.51000             50
    +#> 2494   VR2W-113141     -5.755900     56.51000             50
    +#> 2495   VR2W-113141     -5.755900     56.51000             50
    +#> 2496   VR2W-113141     -5.755900     56.51000             50
    +#> 2497   VR2W-113141     -5.755900     56.51000             50
    +#> 2498   VR2W-113141     -5.755900     56.51000             50
    +#> 2499   VR2W-113141     -5.755900     56.51000             50
    +#> 2500   VR2W-113141     -5.755900     56.51000             50
    +#> 2501   VR2W-113141     -5.755900     56.51000             50
    +#> 2502   VR2W-113141     -5.755900     56.51000             50
    +#> 2503   VR2W-113141     -5.755900     56.51000             50
    +#> 2504   VR2W-113141     -5.755900     56.51000             50
    +#> 2505   VR2W-113141     -5.755900     56.51000             50
    +#> 2506   VR2W-113141     -5.755900     56.51000             50
    +#> 2507   VR2W-113141     -5.755900     56.51000             50
    +#> 2508   VR2W-113141     -5.755900     56.51000             50
    +#> 2509   VR2W-113141     -5.755900     56.51000             50
    +#> 2510   VR2W-113141     -5.755900     56.51000             50
    +#> 2511   VR2W-113141     -5.755900     56.51000             50
    +#> 2512   VR2W-113141     -5.755900     56.51000             50
    +#> 2513   VR2W-113141     -5.755900     56.51000             50
    +#> 2514   VR2W-113141     -5.755900     56.51000             50
    +#> 2515   VR2W-113141     -5.755900     56.51000             50
    +#> 2516   VR2W-113141     -5.755900     56.51000             50
    +#> 2517   VR2W-113141     -5.755900     56.51000             50
    +#> 2518   VR2W-113141     -5.755900     56.51000             50
    +#> 2519   VR2W-113141     -5.755900     56.51000             50
    +#> 2520   VR2W-113141     -5.755900     56.51000             50
    +#> 2521   VR2W-113141     -5.755900     56.51000             50
    +#> 2522   VR2W-113141     -5.755900     56.51000             50
    +#> 2523   VR2W-113141     -5.755900     56.51000             50
    +#> 2524   VR2W-113141     -5.755900     56.51000             50
    +#> 2525   VR2W-113141     -5.755900     56.51000             50
    +#> 2526   VR2W-113141     -5.755900     56.51000             50
    +#> 2527   VR2W-113141     -5.755900     56.51000             50
    +#> 2528   VR2W-113141     -5.755900     56.51000             50
    +#> 2529   VR2W-113141     -5.755900     56.51000             50
    +#> 2530   VR2W-113141     -5.755900     56.51000             50
    +#> 2531   VR2W-113141     -5.755900     56.51000             50
    +#> 2532   VR2W-113141     -5.755900     56.51000             50
    +#> 2533   VR2W-113141     -5.755900     56.51000             50
    +#> 2534   VR2W-113141     -5.755900     56.51000             50
    +#> 2535   VR2W-113141     -5.755900     56.51000             50
    +#> 2536   VR2W-113141     -5.755900     56.51000             50
    +#> 2537   VR2W-113141     -5.755900     56.51000             50
    +#> 2538   VR2W-113141     -5.755900     56.51000             50
    +#> 2539   VR2W-113141     -5.755900     56.51000             50
    +#> 2540   VR2W-113141     -5.755900     56.51000             50
    +#> 2541   VR2W-113141     -5.755900     56.51000             50
    +#> 2542   VR2W-113141     -5.755900     56.51000             50
    +#> 2543   VR2W-113141     -5.755900     56.51000             50
    +#> 2544   VR2W-113141     -5.755900     56.51000             50
    +#> 2545   VR2W-113141     -5.755900     56.51000             50
    +#> 2546   VR2W-113141     -5.755900     56.51000             50
    +#> 2547   VR2W-113141     -5.755900     56.51000             50
    +#> 2548   VR2W-113141     -5.755900     56.51000             50
    +#> 2549   VR2W-113141     -5.755900     56.51000             50
    +#> 2550   VR2W-113141     -5.755900     56.51000             50
    +#> 2551   VR2W-113141     -5.755900     56.51000             50
    +#> 2552   VR2W-113141     -5.755900     56.51000             50
    +#> 2553   VR2W-113141     -5.755900     56.51000             50
    +#> 2554   VR2W-113141     -5.755900     56.51000             50
    +#> 2555   VR2W-113141     -5.755900     56.51000             50
    +#> 2556   VR2W-113141     -5.755900     56.51000             50
    +#> 2557   VR2W-113141     -5.755900     56.51000             50
    +#> 2558   VR2W-113141     -5.755900     56.51000             50
    +#> 2559   VR2W-113141     -5.755900     56.51000             50
    +#> 2560   VR2W-113141     -5.755900     56.51000             50
    +#> 2561   VR2W-113141     -5.755900     56.51000             50
    +#> 2562   VR2W-113141     -5.755900     56.51000             50
    +#> 2563   VR2W-113141     -5.755900     56.51000             50
    +#> 2564   VR2W-113141     -5.755900     56.51000             50
    +#> 2565   VR2W-113141     -5.755900     56.51000             50
    +#> 2566   VR2W-113141     -5.755900     56.51000             50
    +#> 2567   VR2W-113141     -5.755900     56.51000             50
    +#> 2568   VR2W-113141     -5.755900     56.51000             50
    +#> 2569   VR2W-113141     -5.755900     56.51000             50
    +#> 2570   VR2W-113141     -5.755900     56.51000             50
    +#> 2571   VR2W-113141     -5.755900     56.51000             50
    +#> 2572   VR2W-113141     -5.755900     56.51000             50
    +#> 2573   VR2W-113141     -5.755900     56.51000             50
    +#> 2574   VR2W-113141     -5.755900     56.51000             50
    +#> 2575   VR2W-113141     -5.755900     56.51000             50
    +#> 2576   VR2W-113141     -5.755900     56.51000             50
    +#> 2577   VR2W-113141     -5.755900     56.51000             50
    +#> 2578   VR2W-113141     -5.755900     56.51000             50
    +#> 2579   VR2W-113141     -5.755900     56.51000             50
    +#> 2580   VR2W-113141     -5.755900     56.51000             50
    +#> 2581   VR2W-113141     -5.755900     56.51000             50
    +#> 2582   VR2W-113141     -5.755900     56.51000             50
    +#> 2583   VR2W-113141     -5.755900     56.51000             50
    +#> 2584   VR2W-113141     -5.755900     56.51000             50
    +#> 2585   VR2W-113141     -5.755900     56.51000             50
    +#> 2586   VR2W-113141     -5.755900     56.51000             50
    +#> 2587   VR2W-113141     -5.755900     56.51000             50
    +#> 2588   VR2W-113141     -5.755900     56.51000             50
    +#> 2589   VR2W-113141     -5.755900     56.51000             50
    +#> 2590   VR2W-113141     -5.755900     56.51000             50
    +#> 2591   VR2W-113141     -5.755900     56.51000             50
    +#> 2592   VR2W-113141     -5.755900     56.51000             50
    +#> 2593   VR2W-113141     -5.755900     56.51000             50
    +#> 2594   VR2W-113141     -5.755900     56.51000             50
    +#> 2595   VR2W-113141     -5.755900     56.51000             50
    +#> 2596   VR2W-113141     -5.755900     56.51000             50
    +#> 2597   VR2W-113141     -5.755900     56.51000             50
    +#> 2598   VR2W-113141     -5.755900     56.51000             50
    +#> 2599   VR2W-113141     -5.755900     56.51000             50
    +#> 2600   VR2W-113141     -5.755900     56.51000             50
    +#> 2601   VR2W-113141     -5.755900     56.51000             50
    +#> 2602   VR2W-113141     -5.755900     56.51000             50
    +#> 2603   VR2W-113141     -5.755900     56.51000             50
    +#> 2604   VR2W-113141     -5.755900     56.51000             50
    +#> 2605   VR2W-107823     -5.691883     56.49690             25
    +#> 2606   VR2W-107823     -5.691883     56.49690             25
    +#> 2607   VR2W-107823     -5.691883     56.49690             25
    +#> 2608   VR2W-107823     -5.691883     56.49690             25
    +#> 2609   VR2W-107823     -5.691883     56.49690             25
    +#> 2610   VR2W-107823     -5.691883     56.49690             25
    +#> 2611      VR2-6720     -5.627150     56.50808             50
    +#> 2612      VR2-6720     -5.627150     56.50808             50
    +#> 2613      VR2-6720     -5.627150     56.50808             50
    +#> 2614      VR2-6720     -5.627150     56.50808             50
    +#> 2615      VR2-6720     -5.627150     56.50808             50
    +#> 2616      VR2-6720     -5.627150     56.50808             50
    +#> 2617      VR2-6720     -5.627150     56.50808             50
    +#> 2618      VR2-6720     -5.627150     56.50808             50
    +#> 2619      VR2-6720     -5.627150     56.50808             50
    +#> 2620      VR2-6720     -5.627150     56.50808             50
    +#> 2621      VR2-6720     -5.627150     56.50808             50
    +#> 2622      VR2-6720     -5.627150     56.50808             50
    +#> 2623      VR2-6720     -5.627150     56.50808             50
    +#> 2624      VR2-6720     -5.627150     56.50808             50
    +#> 2625      VR2-6720     -5.627150     56.50808             50
    +#> 2626      VR2-6720     -5.627150     56.50808             50
    +#> 2627      VR2-6720     -5.627150     56.50808             50
    +#> 2628      VR2-6720     -5.627150     56.50808             50
    +#> 2629      VR2-6720     -5.627150     56.50808             50
    +#> 2630      VR2-6720     -5.627150     56.50808             50
    +#> 2631      VR2-6720     -5.627150     56.50808             50
    +#> 2632      VR2-6720     -5.627150     56.50808             50
    +#> 2633      VR2-6720     -5.627150     56.50808             50
    +#> 2634      VR2-6720     -5.627150     56.50808             50
    +#> 2635      VR2-6720     -5.627150     56.50808             50
    +#> 2636      VR2-6720     -5.627150     56.50808             50
    +#> 2637      VR2-6720     -5.627150     56.50808             50
    +#> 2638      VR2-6720     -5.627150     56.50808             50
    +#> 2639      VR2-6720     -5.627150     56.50808             50
    +#> 2640      VR2-6720     -5.627150     56.50808             50
    +#> 2641      VR2-6720     -5.627150     56.50808             50
    +#> 2642      VR2-6720     -5.627150     56.50808             50
    +#> 2643      VR2-6720     -5.627150     56.50808             50
    +#> 2644      VR2-6720     -5.627150     56.50808             50
    +#> 2645      VR2-6720     -5.627150     56.50808             50
    +#> 2646      VR2-6720     -5.627150     56.50808             50
    +#> 2647      VR2-6720     -5.627150     56.50808             50
    +#> 2648      VR2-6720     -5.627150     56.50808             50
    +#> 2649      VR2-6720     -5.627150     56.50808             50
    +#> 2650      VR2-6720     -5.627150     56.50808             50
    +#> 2651      VR2-6720     -5.627150     56.50808             50
    +#> 2652      VR2-6720     -5.627150     56.50808             50
    +#> 2653      VR2-6720     -5.627150     56.50808             50
    +#> 2654      VR2-6720     -5.627150     56.50808             50
    +#> 2655      VR2-6720     -5.627150     56.50808             50
    +#> 2656      VR2-6720     -5.627150     56.50808             50
    +#> 2657      VR2-6720     -5.627150     56.50808             50
    +#> 2658      VR2-6720     -5.627150     56.50808             50
    +#> 2659      VR2-6720     -5.627150     56.50808             50
    +#> 2660      VR2-6720     -5.627150     56.50808             50
    +#> 2661      VR2-6720     -5.627150     56.50808             50
    +#> 2662      VR2-6720     -5.627150     56.50808             50
    +#> 2663      VR2-6720     -5.627150     56.50808             50
    +#> 2664      VR2-6720     -5.627150     56.50808             50
    +#> 2665      VR2-6720     -5.627150     56.50808             50
    +#> 2666      VR2-6720     -5.627150     56.50808             50
    +#> 2667      VR2-6720     -5.627150     56.50808             50
    +#> 2668   VR2W-107823     -5.691883     56.49690             25
    +#> 2669   VR2W-107823     -5.691883     56.49690             25
    +#> 2670   VR2W-107823     -5.691883     56.49690             25
    +#> 2671   VR2W-107823     -5.691883     56.49690             25
    +#> 2672   VR2W-107823     -5.691883     56.49690             25
    +#> 2673   VR2W-107823     -5.691883     56.49690             25
    +#> 2674   VR2W-107823     -5.691883     56.49690             25
    +#> 2675   VR2W-107823     -5.691883     56.49690             25
    +#> 2676   VR2W-107823     -5.691883     56.49690             25
    +#> 2677   VR2W-107823     -5.691883     56.49690             25
    +#> 2678   VR2W-107823     -5.691883     56.49690             25
    +#> 2679   VR2W-107823     -5.691883     56.49690             25
    +#> 2680   VR2W-107823     -5.691883     56.49690             25
    +#> 2681   VR2W-107823     -5.691883     56.49690             25
    +#> 2682   VR2W-107823     -5.691883     56.49690             25
    +#> 2683   VR2W-107823     -5.691883     56.49690             25
    +#> 2684   VR2W-107823     -5.691883     56.49690             25
    +#> 2685   VR2W-107823     -5.691883     56.49690             25
    +#> 2686   VR2W-107823     -5.691883     56.49690             25
    +#> 2687   VR2W-107823     -5.691883     56.49690             25
    +#> 2688   VR2W-107823     -5.691883     56.49690             25
    +#> 2689   VR2W-107823     -5.691883     56.49690             25
    +#> 2690   VR2W-107823     -5.691883     56.49690             25
    +#> 2691   VR2W-107823     -5.691883     56.49690             25
    +#> 2692   VR2W-107823     -5.691883     56.49690             25
    +#> 2693   VR2W-107823     -5.691883     56.49690             25
    +#> 2694   VR2W-107823     -5.691883     56.49690             25
    +#> 2695   VR2W-107823     -5.691883     56.49690             25
    +#> 2696   VR2W-107823     -5.691883     56.49690             25
    +#> 2697   VR2W-107823     -5.691883     56.49690             25
    +#> 2698   VR2W-107823     -5.691883     56.49690             25
    +#> 2699   VR2W-107823     -5.691883     56.49690             25
    +#> 2700   VR2W-107823     -5.691883     56.49690             25
    +#> 2701   VR2W-107823     -5.691883     56.49690             25
    +#> 2702   VR2W-107823     -5.691883     56.49690             25
    +#> 2703   VR2W-107823     -5.691883     56.49690             25
    +#> 2704   VR2W-107823     -5.691883     56.49690             25
    +#> 2705   VR2W-107823     -5.691883     56.49690             25
    +#> 2706   VR2W-107823     -5.691883     56.49690             25
    +#> 2707   VR2W-107823     -5.691883     56.49690             25
    +#> 2708   VR2W-107823     -5.691883     56.49690             25
    +#> 2709   VR2W-107823     -5.691883     56.49690             25
    +#> 2710   VR2W-107823     -5.691883     56.49690             25
    +#> 2711   VR2W-107823     -5.691883     56.49690             25
    +#> 2712   VR2W-107823     -5.691883     56.49690             25
    +#> 2713   VR2W-107823     -5.691883     56.49690             25
    +#> 2714      VR2-6720     -5.627150     56.50808             50
    +#> 2715      VR2-6720     -5.627150     56.50808             50
    +#> 2716      VR2-6720     -5.627150     56.50808             50
    +#> 2717      VR2-6720     -5.627150     56.50808             50
    +#> 2718      VR2-6720     -5.627150     56.50808             50
    +#> 2719      VR2-6720     -5.627150     56.50808             50
    +#> 2720      VR2-6720     -5.627150     56.50808             50
    +#> 2721      VR2-6720     -5.627150     56.50808             50
    +#> 2722      VR2-6720     -5.627150     56.50808             50
    +#> 2723      VR2-6720     -5.627150     56.50808             50
    +#> 2724   VR2W-107823     -5.691883     56.49690             25
    +#> 2725   VR2W-107823     -5.691883     56.49690             25
    +#> 2726   VR2W-107823     -5.691883     56.49690             25
    +#> 2727   VR2W-107823     -5.691883     56.49690             25
    +#> 2728   VR2W-107823     -5.691883     56.49690             25
    +#> 2729   VR2W-107823     -5.691883     56.49690             25
    +#> 2730   VR2W-107823     -5.691883     56.49690             25
    +#> 2731   VR2W-107823     -5.691883     56.49690             25
    +#> 2732   VR2W-107823     -5.691883     56.49690             25
    +#> 2733   VR2W-107823     -5.691883     56.49690             25
    +#> 2734   VR2W-107823     -5.691883     56.49690             25
    +#> 2735   VR2W-107823     -5.691883     56.49690             25
    +#> 2736   VR2W-107823     -5.691883     56.49690             25
    +#> 2737   VR2W-107823     -5.691883     56.49690             25
    +#> 2738   VR2W-107823     -5.691883     56.49690             25
    +#> 2739   VR2W-107823     -5.691883     56.49690             25
    +#> 2740   VR2W-107823     -5.691883     56.49690             25
    +#> 2741   VR2W-107823     -5.691883     56.49690             25
    +#> 2742   VR2W-107823     -5.691883     56.49690             25
    +#> 2743   VR2W-107823     -5.691883     56.49690             25
    +#> 2744   VR2W-107823     -5.691883     56.49690             25
    +#> 2745   VR2W-107823     -5.691883     56.49690             25
    +#> 2746   VR2W-107823     -5.691883     56.49690             25
    +#> 2747   VR2W-107823     -5.691883     56.49690             25
    +#> 2748   VR2W-107823     -5.691883     56.49690             25
    +#> 2749   VR2W-107823     -5.691883     56.49690             25
    +#> 2750   VR2W-107823     -5.691883     56.49690             25
    +#> 2751   VR2W-107823     -5.691883     56.49690             25
    +#> 2752   VR2W-107823     -5.691883     56.49690             25
    +#> 2753   VR2W-107823     -5.691883     56.49690             25
    +#> 2754   VR2W-107823     -5.691883     56.49690             25
    +#> 2755   VR2W-107823     -5.691883     56.49690             25
    +#> 2756   VR2W-107823     -5.691883     56.49690             25
    +#> 2757   VR2W-107823     -5.691883     56.49690             25
    +#> 2758   VR2W-107823     -5.691883     56.49690             25
    +#> 2759   VR2W-107823     -5.691883     56.49690             25
    +#> 2760   VR2W-107823     -5.691883     56.49690             25
    +#> 2761   VR2W-107823     -5.691883     56.49690             25
    +#> 2762   VR2W-107823     -5.691883     56.49690             25
    +#> 2763   VR2W-107823     -5.691883     56.49690             25
    +#> 2764   VR2W-107823     -5.691883     56.49690             25
    +#> 2765   VR2W-107823     -5.691883     56.49690             25
    +#> 2766   VR2W-107823     -5.691883     56.49690             25
    +#> 2767   VR2W-107823     -5.691883     56.49690             25
    +#> 2768   VR2W-107823     -5.691883     56.49690             25
    +#> 2769   VR2W-107823     -5.691883     56.49690             25
    +#> 2770   VR2W-107823     -5.691883     56.49690             25
    +#> 2771   VR2W-107823     -5.691883     56.49690             25
    +#> 2772   VR2W-107823     -5.691883     56.49690             25
    +#> 2773   VR2W-107823     -5.691883     56.49690             25
    +#> 2774   VR2W-107823     -5.691883     56.49690             25
    +#> 2775   VR2W-107823     -5.691883     56.49690             25
    +#> 2776   VR2W-107823     -5.691883     56.49690             25
    +#> 2777      VR2-6720     -5.627150     56.50808             50
    +#> 2778      VR2-6720     -5.627150     56.50808             50
    +#> 2779      VR2-6720     -5.627150     56.50808             50
    +#> 2780      VR2-6720     -5.627150     56.50808             50
    +#> 2781      VR2-6720     -5.627150     56.50808             50
    +#> 2782      VR2-6720     -5.627150     56.50808             50
    +#> 2783      VR2-6720     -5.627150     56.50808             50
    +#> 2784      VR2-6720     -5.627150     56.50808             50
    +#> 2785      VR2-6720     -5.627150     56.50808             50
    +#> 2786      VR2-6720     -5.627150     56.50808             50
    +#> 2787      VR2-6720     -5.627150     56.50808             50
    +#> 2788      VR2-6720     -5.627150     56.50808             50
    +#> 2789      VR2-6720     -5.627150     56.50808             50
    +#> 2790      VR2-6720     -5.627150     56.50808             50
    +#> 2791      VR2-6720     -5.627150     56.50808             50
    +#> 2792      VR2-6720     -5.627150     56.50808             50
    +#> 2793      VR2-6720     -5.627150     56.50808             50
    +#> 2794      VR2-6720     -5.627150     56.50808             50
    +#> 2795      VR2-6720     -5.627150     56.50808             50
    +#> 2796      VR2-6720     -5.627150     56.50808             50
    +#> 2797      VR2-6720     -5.627150     56.50808             50
    +#> 2798      VR2-6720     -5.627150     56.50808             50
    +#> 2799  VR2AR-546136     -5.665000     56.48650            105
    +#> 2800  VR2AR-546136     -5.665000     56.48650            105
    +#> 2801  VR2AR-546136     -5.665000     56.48650            105
    +#> 2802  VR2AR-546136     -5.665000     56.48650            105
    +#> 2803  VR2AR-546136     -5.665000     56.48650            105
    +#> 2804  VR2AR-546136     -5.665000     56.48650            105
    +#> 2805  VR2AR-546136     -5.665000     56.48650            105
    +#> 2806  VR2AR-546136     -5.665000     56.48650            105
    +#> 2807  VR2AR-546136     -5.665000     56.48650            105
    +#> 2808  VR2AR-546136     -5.665000     56.48650            105
    +#> 2809  VR2AR-546136     -5.665000     56.48650            105
    +#> 2810  VR2AR-546136     -5.665000     56.48650            105
    +#> 2811  VR2AR-546136     -5.665000     56.48650            105
    +#> 2812  VR2AR-546136     -5.665000     56.48650            105
    +#> 2813  VR2AR-546136     -5.665000     56.48650            105
    +#> 2814  VR2AR-546136     -5.665000     56.48650            105
    +#> 2815  VR2AR-546136     -5.665000     56.48650            105
    +#> 2816  VR2AR-546136     -5.665000     56.48650            105
    +#> 2817  VR2AR-546136     -5.665000     56.48650            105
    +#> 2818  VR2AR-546136     -5.665000     56.48650            105
    +#> 2819  VR2AR-546136     -5.665000     56.48650            105
    +#> 2820  VR2AR-546136     -5.665000     56.48650            105
    +#> 2821  VR2AR-546136     -5.665000     56.48650            105
    +#> 2822  VR2AR-546136     -5.665000     56.48650            105
    +#> 2823  VR2AR-546136     -5.665000     56.48650            105
    +#> 2824  VR2AR-546136     -5.665000     56.48650            105
    +#> 2825  VR2AR-546136     -5.665000     56.48650            105
    +#> 2826  VR2AR-546136     -5.665000     56.48650            105
    +#> 2827  VR2AR-546136     -5.665000     56.48650            105
    +#> 2828  VR2AR-546136     -5.665000     56.48650            105
    +#> 2829  VR2AR-546136     -5.665000     56.48650            105
    +#> 2830  VR2AR-546136     -5.665000     56.48650            105
    +#> 2831   VR2W-107823     -5.691883     56.49690             25
    +#> 2832   VR2W-107823     -5.691883     56.49690             25
    +#> 2833   VR2W-107823     -5.691883     56.49690             25
    +#> 2834   VR2W-107823     -5.691883     56.49690             25
    +#> 2835   VR2W-107823     -5.691883     56.49690             25
    +#> 2836   VR2W-107823     -5.691883     56.49690             25
    +#> 2837   VR2W-107823     -5.691883     56.49690             25
    +#> 2838   VR2W-107823     -5.691883     56.49690             25
    +#> 2839   VR2W-107823     -5.691883     56.49690             25
    +#> 2840   VR2W-107823     -5.691883     56.49690             25
    +#> 2841   VR2W-107823     -5.691883     56.49690             25
    +#> 2842   VR2W-107823     -5.691883     56.49690             25
    +#> 2843   VR2W-107823     -5.691883     56.49690             25
    +#> 2844   VR2W-107823     -5.691883     56.49690             25
    +#> 2845   VR2W-107823     -5.691883     56.49690             25
    +#> 2846   VR2W-107823     -5.691883     56.49690             25
    +#> 2847   VR2W-107823     -5.691883     56.49690             25
    +#> 2848   VR2W-107823     -5.691883     56.49690             25
    +#> 2849   VR2W-107823     -5.691883     56.49690             25
    +#> 2850   VR2W-107823     -5.691883     56.49690             25
    +#> 2851   VR2W-107823     -5.691883     56.49690             25
    +#> 2852   VR2W-107823     -5.691883     56.49690             25
    +#> 2853   VR2W-107823     -5.691883     56.49690             25
    +#> 2854   VR2W-107823     -5.691883     56.49690             25
    +#> 2855   VR2W-107823     -5.691883     56.49690             25
    +#> 2856   VR2W-107823     -5.691883     56.49690             25
    +#> 2857   VR2W-107823     -5.691883     56.49690             25
    +#> 2858   VR2W-107823     -5.691883     56.49690             25
    +#> 2859   VR2W-108160     -5.704867     56.48890             25
    +#> 2860   VR2W-108160     -5.704867     56.48890             25
    +#> 2861   VR2W-108160     -5.704867     56.48890             25
    +#> 2862   VR2W-108160     -5.704867     56.48890             25
    +#> 2863   VR2W-108160     -5.704867     56.48890             25
    +#> 2864   VR2W-108160     -5.704867     56.48890             25
    +#> 2865   VR2W-108160     -5.704867     56.48890             25
    +#> 2866   VR2W-108160     -5.704867     56.48890             25
    +#> 2867   VR2W-108160     -5.704867     56.48890             25
    +#> 2868   VR2W-108160     -5.704867     56.48890             25
    +#> 2869   VR2W-108160     -5.704867     56.48890             25
    +#> 2870   VR2W-108160     -5.704867     56.48890             25
    +#> 2871   VR2W-108160     -5.704867     56.48890             25
    +#> 2872   VR2W-108160     -5.704867     56.48890             25
    +#> 2873   VR2W-108160     -5.704867     56.48890             25
    +#> 2874   VR2W-108160     -5.704867     56.48890             25
    +#> 2875   VR2W-108160     -5.704867     56.48890             25
    +#> 2876   VR2W-108160     -5.704867     56.48890             25
    +#> 2877   VR2W-108160     -5.704867     56.48890             25
    +#> 2878   VR2W-113141     -5.755900     56.51000             50
    +#> 2879   VR2W-113141     -5.755900     56.51000             50
    +#> 2880   VR2W-113141     -5.755900     56.51000             50
    +#> 2881   VR2W-113141     -5.755900     56.51000             50
    +#> 2882   VR2W-113141     -5.755900     56.51000             50
    +#> 2883   VR2W-113141     -5.755900     56.51000             50
    +#> 2884   VR2W-113141     -5.755900     56.51000             50
    +#> 2885   VR2W-113141     -5.755900     56.51000             50
    +#> 2886   VR2W-113141     -5.755900     56.51000             50
    +#> 2887   VR2W-113141     -5.755900     56.51000             50
    +#> 2888   VR2W-113141     -5.755900     56.51000             50
    +#> 2889   VR2W-113141     -5.755900     56.51000             50
    +#> 2890   VR2W-113141     -5.755900     56.51000             50
    +#> 2891   VR2W-113141     -5.755900     56.51000             50
    +#> 2892   VR2W-113141     -5.755900     56.51000             50
    +#> 2893   VR2W-113141     -5.755900     56.51000             50
    +#> 2894   VR2W-113141     -5.755900     56.51000             50
    +#> 2895   VR2W-113141     -5.755900     56.51000             50
    +#> 2896   VR2W-113141     -5.755900     56.51000             50
    +#> 2897   VR2W-113141     -5.755900     56.51000             50
    +#> 2898   VR2W-113141     -5.755900     56.51000             50
    +#> 2899   VR2W-113141     -5.755900     56.51000             50
    +#> 2900   VR2W-113141     -5.755900     56.51000             50
    +#> 2901   VR2W-113141     -5.755900     56.51000             50
    +#> 2902   VR2W-113141     -5.755900     56.51000             50
    +#> 2903   VR2W-113141     -5.755900     56.51000             50
    +#> 2904   VR2W-113141     -5.755900     56.51000             50
    +#> 2905   VR2W-113141     -5.755900     56.51000             50
    +#> 2906   VR2W-113141     -5.755900     56.51000             50
    +#> 2907   VR2W-113141     -5.755900     56.51000             50
    +#> 2908   VR2W-113141     -5.755900     56.51000             50
    +#> 2909   VR2W-113141     -5.755900     56.51000             50
    +#> 2910   VR2W-113141     -5.755900     56.51000             50
    +#> 2911   VR2W-113141     -5.755900     56.51000             50
    +#> 2912   VR2W-113141     -5.755900     56.51000             50
    +#> 2913   VR2W-113141     -5.755900     56.51000             50
    +#> 2914   VR2W-113141     -5.755900     56.51000             50
    +#> 2915   VR2W-113141     -5.755900     56.51000             50
    +#> 2916   VR2W-113141     -5.755900     56.51000             50
    +#> 2917   VR2W-113141     -5.755900     56.51000             50
    +#> 2918   VR2W-113141     -5.755900     56.51000             50
    +#> 2919   VR2W-113141     -5.755900     56.51000             50
    +#> 2920   VR2W-113141     -5.755900     56.51000             50
    +#> 2921   VR2W-113141     -5.755900     56.51000             50
    +#> 2922   VR2W-113141     -5.755900     56.51000             50
    +#> 2923   VR2W-113141     -5.755900     56.51000             50
    +#> 2924   VR2W-113141     -5.755900     56.51000             50
    +#> 2925   VR2W-113141     -5.755900     56.51000             50
    +#> 2926   VR2W-113141     -5.755900     56.51000             50
    +#> 2927   VR2W-113141     -5.755900     56.51000             50
    +#> 2928   VR2W-113141     -5.755900     56.51000             50
    +#> 2929   VR2W-113141     -5.755900     56.51000             50
    +#> 2930   VR2W-113141     -5.755900     56.51000             50
    +#> 2931   VR2W-113141     -5.755900     56.51000             50
    +#> 2932   VR2W-113141     -5.755900     56.51000             50
    +#> 2933   VR2W-113141     -5.755900     56.51000             50
    +#> 2934   VR2W-113141     -5.755900     56.51000             50
    +#> 2935   VR2W-113141     -5.755900     56.51000             50
    +#> 2936   VR2W-113141     -5.755900     56.51000             50
    +#> 2937   VR2W-113141     -5.755900     56.51000             50
    +#> 2938   VR2W-113141     -5.755900     56.51000             50
    +#> 2939   VR2W-113141     -5.755900     56.51000             50
    +#> 2940   VR2W-113141     -5.755900     56.51000             50
    +#> 2941   VR2W-113141     -5.755900     56.51000             50
    +#> 2942   VR2W-113141     -5.755900     56.51000             50
    +#> 2943   VR2W-113141     -5.755900     56.51000             50
    +#> 2944   VR2W-113141     -5.755900     56.51000             50
    +#> 2945   VR2W-113141     -5.755900     56.51000             50
    +#> 2946   VR2W-113141     -5.755900     56.51000             50
    +#> 2947   VR2W-113141     -5.755900     56.51000             50
    +#> 2948   VR2W-113141     -5.755900     56.51000             50
    +#> 2949   VR2W-113141     -5.755900     56.51000             50
    +#> 2950   VR2W-113141     -5.755900     56.51000             50
    +#> 2951   VR2W-113141     -5.755900     56.51000             50
    +#> 2952   VR2W-113141     -5.755900     56.51000             50
    +#> 2953   VR2W-113141     -5.755900     56.51000             50
    +#> 2954   VR2W-113141     -5.755900     56.51000             50
    +#> 2955   VR2W-113141     -5.755900     56.51000             50
    +#> 2956   VR2W-113141     -5.755900     56.51000             50
    +#> 2957   VR2W-113141     -5.755900     56.51000             50
    +#> 2958   VR2W-113141     -5.755900     56.51000             50
    +#> 2959   VR2W-113141     -5.755900     56.51000             50
    +#> 2960   VR2W-113141     -5.755900     56.51000             50
    +#> 2961   VR2W-113141     -5.755900     56.51000             50
    +#> 2962   VR2W-113141     -5.755900     56.51000             50
    +#> 2963   VR2W-113141     -5.755900     56.51000             50
    +#> 2964   VR2W-113141     -5.755900     56.51000             50
    +#> 2965   VR2W-113141     -5.755900     56.51000             50
    +#> 2966   VR2W-113141     -5.755900     56.51000             50
    +#> 2967   VR2W-113141     -5.755900     56.51000             50
    +#> 2968   VR2W-113141     -5.755900     56.51000             50
    +#> 2969   VR2W-113141     -5.755900     56.51000             50
    +#> 2970   VR2W-113141     -5.755900     56.51000             50
    +#> 2971   VR2W-113141     -5.755900     56.51000             50
    +#> 2972   VR2W-113141     -5.755900     56.51000             50
    +#> 2973   VR2W-113141     -5.755900     56.51000             50
    +#> 2974   VR2W-113141     -5.755900     56.51000             50
    +#> 2975   VR2W-113141     -5.755900     56.51000             50
    +#> 2976   VR2W-113141     -5.755900     56.51000             50
    +#> 2977   VR2W-113141     -5.755900     56.51000             50
    +#> 2978   VR2W-113141     -5.755900     56.51000             50
    +#> 2979   VR2W-113141     -5.755900     56.51000             50
    +#> 2980   VR2W-113141     -5.755900     56.51000             50
    +#> 2981   VR2W-113141     -5.755900     56.51000             50
    +#> 2982   VR2W-113141     -5.755900     56.51000             50
    +#> 2983   VR2W-113141     -5.755900     56.51000             50
    +#> 2984   VR2W-113141     -5.755900     56.51000             50
    +#> 2985   VR2W-113141     -5.755900     56.51000             50
    +#> 2986   VR2W-113141     -5.755900     56.51000             50
    +#> 2987   VR2W-113141     -5.755900     56.51000             50
    +#> 2988   VR2W-113141     -5.755900     56.51000             50
    +#> 2989   VR2W-113141     -5.755900     56.51000             50
    +#> 2990   VR2W-113141     -5.755900     56.51000             50
    +#> 2991   VR2W-113141     -5.755900     56.51000             50
    +#> 2992   VR2W-113141     -5.755900     56.51000             50
    +#> 2993   VR2W-113141     -5.755900     56.51000             50
    +#> 2994   VR2W-113141     -5.755900     56.51000             50
    +#> 2995   VR2W-113141     -5.755900     56.51000             50
    +#> 2996   VR2W-113141     -5.755900     56.51000             50
    +#> 2997   VR2W-113141     -5.755900     56.51000             50
    +#> 2998   VR2W-113141     -5.755900     56.51000             50
    +#> 2999   VR2W-113141     -5.755900     56.51000             50
    +#> 3000   VR2W-113141     -5.755900     56.51000             50
    +#> 3001   VR2W-113141     -5.755900     56.51000             50
    +#> 3002   VR2W-113141     -5.755900     56.51000             50
    +#> 3003   VR2W-113141     -5.755900     56.51000             50
    +#> 3004   VR2W-113141     -5.755900     56.51000             50
    +#> 3005   VR2W-113141     -5.755900     56.51000             50
    +#> 3006   VR2W-113141     -5.755900     56.51000             50
    +#> 3007   VR2W-113141     -5.755900     56.51000             50
    +#> 3008   VR2W-113141     -5.755900     56.51000             50
    +#> 3009   VR2W-113141     -5.755900     56.51000             50
    +#> 3010   VR2W-113141     -5.755900     56.51000             50
    +#> 3011   VR2W-113141     -5.755900     56.51000             50
    +#> 3012   VR2W-113141     -5.755900     56.51000             50
    +#> 3013   VR2W-113141     -5.755900     56.51000             50
    +#> 3014   VR2W-113141     -5.755900     56.51000             50
    +#> 3015   VR2W-113141     -5.755900     56.51000             50
    +#> 3016   VR2W-113141     -5.755900     56.51000             50
    +#> 3017   VR2W-113141     -5.755900     56.51000             50
    +#> 3018   VR2W-113141     -5.755900     56.51000             50
    +#> 3019   VR2W-113141     -5.755900     56.51000             50
    +#> 3020   VR2W-113141     -5.755900     56.51000             50
    +#> 3021   VR2W-113141     -5.755900     56.51000             50
    +#> 3022   VR2W-113141     -5.755900     56.51000             50
    +#> 3023   VR2W-113141     -5.755900     56.51000             50
    +#> 3024   VR2W-107823     -5.691883     56.49690             25
    +#> 3025   VR2W-107823     -5.691883     56.49690             25
    +#> 3026   VR2W-107823     -5.691883     56.49690             25
    +#> 3027   VR2W-107823     -5.691883     56.49690             25
    +#> 3028   VR2W-107823     -5.691883     56.49690             25
    +#> 3029   VR2W-107823     -5.691883     56.49690             25
    +#> 3030   VR2W-107823     -5.691883     56.49690             25
    +#> 3031   VR2W-107823     -5.691883     56.49690             25
    +#> 3032   VR2W-107823     -5.691883     56.49690             25
    +#> 3033   VR2W-107823     -5.691883     56.49690             25
    +#> 3034   VR2W-107823     -5.691883     56.49690             25
    +#> 3035   VR2W-107823     -5.691883     56.49690             25
    +#> 3036  VR2AR-546136     -5.665000     56.48650            105
    +#> 3037  VR2AR-546136     -5.665000     56.48650            105
    +#> 3038  VR2AR-546136     -5.665000     56.48650            105
    +#> 3039  VR2AR-546136     -5.665000     56.48650            105
    +#> 3040  VR2AR-546136     -5.665000     56.48650            105
    +#> 3041  VR2AR-546136     -5.665000     56.48650            105
    +#> 3042  VR2AR-546136     -5.665000     56.48650            105
    +#> 3043  VR2AR-546136     -5.665000     56.48650            105
    +#> 3044  VR2AR-546136     -5.665000     56.48650            105
    +#> 3045  VR2AR-546136     -5.665000     56.48650            105
    +#> 3046  VR2AR-546136     -5.665000     56.48650            105
    +#> 3047  VR2AR-546136     -5.665000     56.48650            105
    +#> 3048  VR2AR-546136     -5.665000     56.48650            105
    +#> 3049  VR2AR-546136     -5.665000     56.48650            105
    +#> 3050  VR2AR-546136     -5.665000     56.48650            105
    +#> 3051  VR2AR-546136     -5.665000     56.48650            105
    +#> 3052  VR2AR-546136     -5.665000     56.48650            105
    +#> 3053  VR2AR-546136     -5.665000     56.48650            105
    +#> 3054  VR2AR-546136     -5.665000     56.48650            105
    +#> 3055  VR2AR-546136     -5.665000     56.48650            105
    +#> 3056  VR2AR-546136     -5.665000     56.48650            105
    +#> 3057  VR2AR-546136     -5.665000     56.48650            105
    +#> 3058  VR2AR-546136     -5.665000     56.48650            105
    +#> 3059  VR2AR-546136     -5.665000     56.48650            105
    +#> 3060  VR2AR-546136     -5.665000     56.48650            105
    +#> 3061  VR2AR-546136     -5.665000     56.48650            105
    +#> 3062  VR2AR-546136     -5.665000     56.48650            105
    +#> 3063  VR2AR-546136     -5.665000     56.48650            105
    +#> 3064  VR2AR-546136     -5.665000     56.48650            105
    +#> 3065   VR2W-108160     -5.704867     56.48890             25
    +#> 3066   VR2W-108160     -5.704867     56.48890             25
    +#> 3067   VR2W-113141     -5.755900     56.51000             50
    +#> 3068   VR2W-113141     -5.755900     56.51000             50
    +#> 3069   VR2W-113141     -5.755900     56.51000             50
    +#> 3070   VR2W-113141     -5.755900     56.51000             50
    +#> 3071   VR2W-113141     -5.755900     56.51000             50
    +#> 3072   VR2W-113141     -5.755900     56.51000             50
    +#> 3073   VR2W-113141     -5.755900     56.51000             50
    +#> 3074   VR2W-113141     -5.755900     56.51000             50
    +#> 3075   VR2W-113141     -5.755900     56.51000             50
    +#> 3076   VR2W-113141     -5.755900     56.51000             50
    +#> 3077   VR2W-113141     -5.755900     56.51000             50
    +#> 3078   VR2W-113141     -5.755900     56.51000             50
    +#> 3079   VR2W-113141     -5.755900     56.51000             50
    +#> 3080   VR2W-113141     -5.755900     56.51000             50
    +#> 3081   VR2W-113141     -5.755900     56.51000             50
    +#> 3082   VR2W-113141     -5.755900     56.51000             50
    +#> 3083   VR2W-113141     -5.755900     56.51000             50
    +#> 3084   VR2W-113141     -5.755900     56.51000             50
    +#> 3085   VR2W-113141     -5.755900     56.51000             50
    +#> 3086   VR2W-113141     -5.755900     56.51000             50
    +#> 3087   VR2W-113141     -5.755900     56.51000             50
    +#> 3088   VR2W-113141     -5.755900     56.51000             50
    +#> 3089   VR2W-113141     -5.755900     56.51000             50
    +#> 3090   VR2W-113141     -5.755900     56.51000             50
    +#> 3091   VR2W-113141     -5.755900     56.51000             50
    +#> 3092   VR2W-113141     -5.755900     56.51000             50
    +#> 3093   VR2W-113141     -5.755900     56.51000             50
    +#> 3094   VR2W-113141     -5.755900     56.51000             50
    +#> 3095   VR2W-113141     -5.755900     56.51000             50
    +#> 3096   VR2W-113141     -5.755900     56.51000             50
    +#> 3097   VR2W-113141     -5.755900     56.51000             50
    +#> 3098   VR2W-113141     -5.755900     56.51000             50
    +#> 3099   VR2W-107823     -5.691883     56.49690             25
    +#> 3100   VR2W-107823     -5.691883     56.49690             25
    +#> 3101   VR2W-107823     -5.691883     56.49690             25
    +#> 3102  VR2AR-546136     -5.665000     56.48650            105
    +#> 3103  VR2AR-546136     -5.665000     56.48650            105
    +#> 3104  VR2AR-546136     -5.665000     56.48650            105
    +#> 3105  VR2AR-546136     -5.665000     56.48650            105
    +#> 3106  VR2AR-546136     -5.665000     56.48650            105
    +#> 3107  VR2AR-546136     -5.665000     56.48650            105
    +#> 3108  VR2AR-546136     -5.665000     56.48650            105
    +#> 3109  VR2AR-546136     -5.665000     56.48650            105
    +#> 3110  VR2AR-546136     -5.665000     56.48650            105
    +#> 3111  VR2AR-546136     -5.665000     56.48650            105
    +#> 3112  VR2AR-546136     -5.665000     56.48650            105
    +#> 3113  VR2AR-546136     -5.665000     56.48650            105
    +#> 3114  VR2AR-546136     -5.665000     56.48650            105
    +#> 3115  VR2AR-546136     -5.665000     56.48650            105
    +#> 3116  VR2AR-546136     -5.665000     56.48650            105
    +#> 3117  VR2AR-546136     -5.665000     56.48650            105
    +#> 3118  VR2AR-546136     -5.665000     56.48650            105
    +#> 3119  VR2AR-546136     -5.665000     56.48650            105
    +#> 3120  VR2AR-546136     -5.665000     56.48650            105
    +#> 3121  VR2AR-546136     -5.665000     56.48650            105
    +#> 3122  VR2AR-546136     -5.665000     56.48650            105
    +#> 3123  VR2AR-546136     -5.665000     56.48650            105
    +#> 3124  VR2AR-546136     -5.665000     56.48650            105
    +#> 3125   VR2W-108160     -5.704867     56.48890             25
    +#> 3126   VR2W-108160     -5.704867     56.48890             25
    +#> 3127   VR2W-108160     -5.704867     56.48890             25
    +#> 3128   VR2W-108160     -5.704867     56.48890             25
    +#> 3129   VR2W-108160     -5.704867     56.48890             25
    +#> 3130   VR2W-108160     -5.704867     56.48890             25
    +#> 3131   VR2W-108160     -5.704867     56.48890             25
    +#> 3132  VR2AR-546136     -5.665000     56.48650            105
    +#> 3133  VR2AR-546136     -5.665000     56.48650            105
    +#> 3134  VR2AR-546136     -5.665000     56.48650            105
    +#> 3135  VR2AR-546136     -5.665000     56.48650            105
    +#> 3136  VR2AR-546136     -5.665000     56.48650            105
    +#> 3137  VR2AR-546136     -5.665000     56.48650            105
    +#> 3138  VR2AR-546136     -5.665000     56.48650            105
    +#> 3139  VR2AR-546136     -5.665000     56.48650            105
    +#> 3140  VR2AR-546136     -5.665000     56.48650            105
    +#> 3141  VR2AR-546136     -5.665000     56.48650            105
    +#> 3142  VR2AR-546136     -5.665000     56.48650            105
    +#> 3143  VR2AR-546136     -5.665000     56.48650            105
    +#> 3144  VR2AR-546136     -5.665000     56.48650            105
    +#> 3145  VR2AR-546136     -5.665000     56.48650            105
    +#> 3146  VR2AR-546136     -5.665000     56.48650            105
    +#> 3147  VR2AR-546136     -5.665000     56.48650            105
    +#> 3148  VR2AR-546136     -5.665000     56.48650            105
    +#> 3149  VR2AR-546136     -5.665000     56.48650            105
    +#> 3150  VR2AR-546136     -5.665000     56.48650            105
    +#> 3151  VR2AR-546136     -5.665000     56.48650            105
    +#> 3152  VR2AR-546136     -5.665000     56.48650            105
    +#> 3153  VR2AR-546136     -5.665000     56.48650            105
    +#> 3154  VR2AR-546136     -5.665000     56.48650            105
    +#> 3155  VR2AR-546136     -5.665000     56.48650            105
    +#> 3156  VR2AR-546136     -5.665000     56.48650            105
    +#> 3157  VR2AR-546136     -5.665000     56.48650            105
    +#> 3158  VR2AR-546136     -5.665000     56.48650            105
    +#> 3159  VR2AR-546136     -5.665000     56.48650            105
    +#> 3160  VR2AR-546136     -5.665000     56.48650            105
    +#> 3161  VR2AR-546136     -5.665000     56.48650            105
    +#> 3162  VR2AR-546136     -5.665000     56.48650            105
    +#> 3163  VR2AR-546136     -5.665000     56.48650            105
    +#> 3164  VR2AR-546136     -5.665000     56.48650            105
    +#> 3165  VR2AR-546136     -5.665000     56.48650            105
    +#> 3166  VR2AR-546136     -5.665000     56.48650            105
    +#> 3167  VR2AR-546136     -5.665000     56.48650            105
    +#> 3168  VR2AR-546136     -5.665000     56.48650            105
    +#> 3169  VR2AR-546136     -5.665000     56.48650            105
    +#> 3170  VR2AR-546136     -5.665000     56.48650            105
    +#> 3171  VR2AR-546136     -5.665000     56.48650            105
    +#> 3172  VR2AR-546136     -5.665000     56.48650            105
    +#> 3173  VR2AR-546136     -5.665000     56.48650            105
    +#> 3174  VR2AR-546136     -5.665000     56.48650            105
    +#> 3175  VR2AR-546136     -5.665000     56.48650            105
    +#> 3176  VR2AR-546136     -5.665000     56.48650            105
    +#> 3177  VR2AR-546136     -5.665000     56.48650            105
    +#> 3178  VR2AR-546136     -5.665000     56.48650            105
    +#> 3179  VR2AR-546136     -5.665000     56.48650            105
    +#> 3180  VR2AR-546136     -5.665000     56.48650            105
    +#> 3181  VR2AR-546136     -5.665000     56.48650            105
    +#> 3182  VR2AR-546136     -5.665000     56.48650            105
    +#> 3183  VR2AR-546136     -5.665000     56.48650            105
    +#> 3184  VR2AR-546136     -5.665000     56.48650            105
    +#> 3185  VR2AR-546136     -5.665000     56.48650            105
    +#> 3186  VR2AR-546136     -5.665000     56.48650            105
    +#> 3187  VR2AR-546136     -5.665000     56.48650            105
    +#> 3188  VR2AR-546136     -5.665000     56.48650            105
    +#> 3189  VR2AR-546136     -5.665000     56.48650            105
    +#> 3190  VR2AR-546136     -5.665000     56.48650            105
    +#> 3191  VR2AR-546136     -5.665000     56.48650            105
    +#> 3192  VR2AR-546136     -5.665000     56.48650            105
    +#> 3193  VR2AR-546136     -5.665000     56.48650            105
    +#> 3194  VR2AR-546136     -5.665000     56.48650            105
    +#> 3195  VR2AR-546136     -5.665000     56.48650            105
    +#> 3196  VR2AR-546136     -5.665000     56.48650            105
    +#> 3197  VR2AR-546136     -5.665000     56.48650            105
    +#> 3198  VR2AR-546136     -5.665000     56.48650            105
    +#> 3199  VR2AR-546136     -5.665000     56.48650            105
    +#> 3200  VR2AR-546136     -5.665000     56.48650            105
    +#> 3201  VR2AR-546136     -5.665000     56.48650            105
    +#> 3202  VR2AR-546136     -5.665000     56.48650            105
    +#> 3203  VR2AR-546136     -5.665000     56.48650            105
    +#> 3204  VR2AR-546136     -5.665000     56.48650            105
    +#> 3205  VR2AR-546136     -5.665000     56.48650            105
    +#> 3206  VR2AR-546136     -5.665000     56.48650            105
    +#> 3207  VR2AR-546136     -5.665000     56.48650            105
    +#> 3208  VR2AR-546136     -5.665000     56.48650            105
    +#> 3209  VR2AR-546136     -5.665000     56.48650            105
    +#> 3210  VR2AR-546136     -5.665000     56.48650            105
    +#> 3211  VR2AR-546136     -5.665000     56.48650            105
    +#> 3212  VR2AR-546136     -5.665000     56.48650            105
    +#> 3213  VR2AR-546136     -5.665000     56.48650            105
    +#> 3214  VR2AR-546136     -5.665000     56.48650            105
    +#> 3215  VR2AR-546136     -5.665000     56.48650            105
    +#> 3216  VR2AR-546136     -5.665000     56.48650            105
    +#> 3217   VR2W-107823     -5.691883     56.49690             25
    +#> 3218   VR2W-107823     -5.691883     56.49690             25
    +#> 3219   VR2W-107823     -5.691883     56.49690             25
    +#> 3220   VR2W-107823     -5.691883     56.49690             25
    +#> 3221   VR2W-107823     -5.691883     56.49690             25
    +#> 3222   VR2W-107823     -5.691883     56.49690             25
    +#> 3223   VR2W-107823     -5.691883     56.49690             25
    +#> 3224   VR2W-107823     -5.691883     56.49690             25
    +#> 3225   VR2W-107823     -5.691883     56.49690             25
    +#> 3226   VR2W-107823     -5.691883     56.49690             25
    +#> 3227   VR2W-107823     -5.691883     56.49690             25
    +#> 3228   VR2W-113141     -5.755900     56.51000             50
    +#> 3229   VR2W-113141     -5.755900     56.51000             50
    +#> 3230   VR2W-113141     -5.755900     56.51000             50
    +#> 3231   VR2W-113141     -5.755900     56.51000             50
    +#> 3232   VR2W-113141     -5.755900     56.51000             50
    +#> 3233   VR2W-113141     -5.755900     56.51000             50
    +#> 3234   VR2W-113141     -5.755900     56.51000             50
    +#> 3235   VR2W-113141     -5.755900     56.51000             50
    +#> 3236   VR2W-113141     -5.755900     56.51000             50
    +#> 3237   VR2W-107823     -5.691883     56.49690             25
    +#> 3238   VR2W-107823     -5.691883     56.49690             25
    +#> 3239   VR2W-107823     -5.691883     56.49690             25
    +#> 3240   VR2W-107823     -5.691883     56.49690             25
    +#> 3241   VR2W-108160     -5.704867     56.48890             25
    +#> 3242   VR2W-108160     -5.704867     56.48890             25
    +#> 3243   VR2W-108160     -5.704867     56.48890             25
    +#> 3244   VR2W-108160     -5.704867     56.48890             25
    +#> 3245   VR2W-108160     -5.704867     56.48890             25
    +#> 3246   VR2W-108160     -5.704867     56.48890             25
    +#> 3247   VR2W-108160     -5.704867     56.48890             25
    +#> 3248   VR2W-108160     -5.704867     56.48890             25
    +#> 3249   VR2W-108160     -5.704867     56.48890             25
    +#> 3250   VR2W-108160     -5.704867     56.48890             25
    +#> 3251   VR2W-108160     -5.704867     56.48890             25
    +#> 3252   VR2W-108160     -5.704867     56.48890             25
    +#> 3253   VR2W-108160     -5.704867     56.48890             25
    +#> 3254   VR2W-108160     -5.704867     56.48890             25
    +#> 3255   VR2W-108160     -5.704867     56.48890             25
    +#> 3256   VR2W-108160     -5.704867     56.48890             25
    +#> 3257   VR2W-108160     -5.704867     56.48890             25
    +#> 3258   VR2W-108160     -5.704867     56.48890             25
    +#> 3259   VR2W-108160     -5.704867     56.48890             25
    +#> 3260   VR2W-108160     -5.704867     56.48890             25
    +#> 3261   VR2W-108160     -5.704867     56.48890             25
    +#> 3262   VR2W-108160     -5.704867     56.48890             25
    +#> 3263   VR2W-108160     -5.704867     56.48890             25
    +#> 3264   VR2W-108160     -5.704867     56.48890             25
    +#> 3265  VR2AR-546136     -5.665000     56.48650            105
    +#> 3266  VR2AR-546136     -5.665000     56.48650            105
    +#> 3267  VR2AR-546136     -5.665000     56.48650            105
    +#> 3268  VR2AR-546136     -5.665000     56.48650            105
    +#> 3269  VR2AR-546136     -5.665000     56.48650            105
    +#> 3270  VR2AR-546136     -5.665000     56.48650            105
    +#> 3271  VR2AR-546136     -5.665000     56.48650            105
    +#> 3272  VR2AR-546136     -5.665000     56.48650            105
    +#> 3273  VR2AR-546136     -5.665000     56.48650            105
    +#> 3274  VR2AR-546136     -5.665000     56.48650            105
    +#> 3275  VR2AR-546136     -5.665000     56.48650            105
    +#> 3276  VR2AR-546136     -5.665000     56.48650            105
    +#> 3277  VR2AR-546136     -5.665000     56.48650            105
    +#> 3278  VR2AR-546136     -5.665000     56.48650            105
    +#> 3279  VR2AR-546136     -5.665000     56.48650            105
    +#> 3280  VR2AR-546136     -5.665000     56.48650            105
    +#> 3281  VR2AR-546136     -5.665000     56.48650            105
    +#> 3282  VR2AR-546136     -5.665000     56.48650            105
    +#> 3283  VR2AR-546136     -5.665000     56.48650            105
    +#> 3284  VR2AR-546136     -5.665000     56.48650            105
    +#> 3285  VR2AR-546136     -5.665000     56.48650            105
    +#> 3286  VR2AR-546136     -5.665000     56.48650            105
    +#> 3287  VR2AR-546136     -5.665000     56.48650            105
    +#> 3288  VR2AR-546136     -5.665000     56.48650            105
    +#> 3289  VR2AR-546136     -5.665000     56.48650            105
    +#> 3290  VR2AR-546136     -5.665000     56.48650            105
    +#> 3291   VR2W-108160     -5.704867     56.48890             25
    +#> 3292   VR2W-108160     -5.704867     56.48890             25
    +#> 3293   VR2W-108160     -5.704867     56.48890             25
    +#> 3294   VR2W-108160     -5.704867     56.48890             25
    +#> 3295   VR2W-108160     -5.704867     56.48890             25
    +#> 3296   VR2W-113141     -5.755900     56.51000             50
    +#> 3297   VR2W-113141     -5.755900     56.51000             50
    +#> 3298   VR2W-113141     -5.755900     56.51000             50
    +#> 3299   VR2W-113141     -5.755900     56.51000             50
    +#> 3300   VR2W-113141     -5.755900     56.51000             50
    +#> 3301   VR2W-113141     -5.755900     56.51000             50
    +#> 3302   VR2W-113141     -5.755900     56.51000             50
    +#> 3303   VR2W-113141     -5.755900     56.51000             50
    +#> 3304   VR2W-113141     -5.755900     56.51000             50
    +#> 3305   VR2W-113141     -5.755900     56.51000             50
    +#> 3306   VR2W-113141     -5.755900     56.51000             50
    +#> 3307   VR2W-113141     -5.755900     56.51000             50
    +#> 3308   VR2W-113141     -5.755900     56.51000             50
    +#> 3309   VR2W-113141     -5.755900     56.51000             50
    +#> 3310   VR2W-113141     -5.755900     56.51000             50
    +#> 3311   VR2W-113141     -5.755900     56.51000             50
    +#> 3312   VR2W-113141     -5.755900     56.51000             50
    +#> 3313   VR2W-113141     -5.755900     56.51000             50
    +#> 3314   VR2W-113141     -5.755900     56.51000             50
    +#> 3315   VR2W-113141     -5.755900     56.51000             50
    +#> 3316   VR2W-113141     -5.755900     56.51000             50
    +#> 3317   VR2W-113141     -5.755900     56.51000             50
    +#> 3318   VR2W-113141     -5.755900     56.51000             50
    +#> 3319   VR2W-113141     -5.755900     56.51000             50
    +#> 3320   VR2W-113141     -5.755900     56.51000             50
    +#> 3321   VR2W-113141     -5.755900     56.51000             50
    +#> 3322   VR2W-113141     -5.755900     56.51000             50
    +#> 3323   VR2W-113141     -5.755900     56.51000             50
    +#> 3324   VR2W-113141     -5.755900     56.51000             50
    +#> 3325   VR2W-113141     -5.755900     56.51000             50
    +#> 3326   VR2W-113141     -5.755900     56.51000             50
    +#> 3327   VR2W-113141     -5.755900     56.51000             50
    +#> 3328   VR2W-113141     -5.755900     56.51000             50
    +#> 3329   VR2W-113141     -5.755900     56.51000             50
    +#> 3330   VR2W-113141     -5.755900     56.51000             50
    +#> 3331   VR2W-113141     -5.755900     56.51000             50
    +#> 3332   VR2W-113141     -5.755900     56.51000             50
    +#> 3333   VR2W-113141     -5.755900     56.51000             50
    +#> 3334   VR2W-113141     -5.755900     56.51000             50
    +#> 3335   VR2W-113141     -5.755900     56.51000             50
    +#> 3336   VR2W-113141     -5.755900     56.51000             50
    +#> 3337   VR2W-113141     -5.755900     56.51000             50
    +#> 3338   VR2W-113141     -5.755900     56.51000             50
    +#> 3339   VR2W-113141     -5.755900     56.51000             50
    +#> 3340   VR2W-113141     -5.755900     56.51000             50
    +#> 3341   VR2W-113141     -5.755900     56.51000             50
    +#> 3342   VR2W-113141     -5.755900     56.51000             50
    +#> 3343   VR2W-113141     -5.755900     56.51000             50
    +#> 3344   VR2W-113141     -5.755900     56.51000             50
    +#> 3345   VR2W-113141     -5.755900     56.51000             50
    +#> 3346   VR2W-113141     -5.755900     56.51000             50
    +#> 3347   VR2W-113141     -5.755900     56.51000             50
    +#> 3348   VR2W-113141     -5.755900     56.51000             50
    +#> 3349   VR2W-113141     -5.755900     56.51000             50
    +#> 3350   VR2W-113141     -5.755900     56.51000             50
    +#> 3351   VR2W-113141     -5.755900     56.51000             50
    +#> 3352   VR2W-113141     -5.755900     56.51000             50
    +#> 3353   VR2W-113141     -5.755900     56.51000             50
    +#> 3354   VR2W-113141     -5.755900     56.51000             50
    +#> 3355   VR2W-113141     -5.755900     56.51000             50
    +#> 3356   VR2W-113141     -5.755900     56.51000             50
    +#> 3357   VR2W-113141     -5.755900     56.51000             50
    +#> 3358   VR2W-113141     -5.755900     56.51000             50
    +#> 3359   VR2W-113141     -5.755900     56.51000             50
    +#> 3360   VR2W-113141     -5.755900     56.51000             50
    +#> 3361   VR2W-113141     -5.755900     56.51000             50
    +#> 3362   VR2W-113141     -5.755900     56.51000             50
    +#> 3363   VR2W-113141     -5.755900     56.51000             50
    +#> 3364   VR2W-113141     -5.755900     56.51000             50
    +#> 3365   VR2W-113141     -5.755900     56.51000             50
    +#> 3366   VR2W-113141     -5.755900     56.51000             50
    +#> 3367   VR2W-113141     -5.755900     56.51000             50
    +#> 3368   VR2W-113141     -5.755900     56.51000             50
    +#> 3369   VR2W-113141     -5.755900     56.51000             50
    +#> 3370   VR2W-113141     -5.755900     56.51000             50
    +#> 3371   VR2W-113141     -5.755900     56.51000             50
    +#> 3372   VR2W-113141     -5.755900     56.51000             50
    +#> 3373   VR2W-113141     -5.755900     56.51000             50
    +#> 3374   VR2W-113141     -5.755900     56.51000             50
    +#> 3375   VR2W-113141     -5.755900     56.51000             50
    +#> 3376   VR2W-113141     -5.755900     56.51000             50
    +#> 3377   VR2W-113141     -5.755900     56.51000             50
    +#> 3378   VR2W-113141     -5.755900     56.51000             50
    +#> 3379   VR2W-113141     -5.755900     56.51000             50
    +#> 3380   VR2W-113141     -5.755900     56.51000             50
    +#> 3381   VR2W-113141     -5.755900     56.51000             50
    +#> 3382   VR2W-113141     -5.755900     56.51000             50
    +#> 3383   VR2W-113141     -5.755900     56.51000             50
    +#> 3384   VR2W-113141     -5.755900     56.51000             50
    +#> 3385   VR2W-113141     -5.755900     56.51000             50
    +#> 3386   VR2W-113141     -5.755900     56.51000             50
    +#> 3387   VR2W-113141     -5.755900     56.51000             50
    +#> 3388   VR2W-113141     -5.755900     56.51000             50
    +#> 3389   VR2W-113141     -5.755900     56.51000             50
    +#> 3390   VR2W-113141     -5.755900     56.51000             50
    +#> 3391   VR2W-113141     -5.755900     56.51000             50
    +#> 3392   VR2W-113141     -5.755900     56.51000             50
    +#> 3393   VR2W-113141     -5.755900     56.51000             50
    +#> 3394   VR2W-113141     -5.755900     56.51000             50
    +#> 3395   VR2W-113141     -5.755900     56.51000             50
    +#> 3396   VR2W-113141     -5.755900     56.51000             50
    +#> 3397   VR2W-113141     -5.755900     56.51000             50
    +#> 3398   VR2W-113141     -5.755900     56.51000             50
    +#> 3399   VR2W-113141     -5.755900     56.51000             50
    +#> 3400   VR2W-113141     -5.755900     56.51000             50
    +#> 3401   VR2W-113141     -5.755900     56.51000             50
    +#> 3402   VR2W-113141     -5.755900     56.51000             50
    +#> 3403   VR2W-113141     -5.755900     56.51000             50
    +#> 3404   VR2W-113141     -5.755900     56.51000             50
    +#> 3405   VR2W-113141     -5.755900     56.51000             50
    +#> 3406   VR2W-113141     -5.755900     56.51000             50
    +#> 3407   VR2W-113141     -5.755900     56.51000             50
    +#> 3408   VR2W-113141     -5.755900     56.51000             50
    +#> 3409   VR2W-113141     -5.755900     56.51000             50
    +#> 3410   VR2W-113141     -5.755900     56.51000             50
    +#> 3411   VR2W-113141     -5.755900     56.51000             50
    +#> 3412   VR2W-113141     -5.755900     56.51000             50
    +#> 3413   VR2W-113141     -5.755900     56.51000             50
    +#> 3414   VR2W-113141     -5.755900     56.51000             50
    +#> 3415   VR2W-113141     -5.755900     56.51000             50
    +#> 3416   VR2W-113141     -5.755900     56.51000             50
    +#> 3417   VR2W-113141     -5.755900     56.51000             50
    +#> 3418   VR2W-113141     -5.755900     56.51000             50
    +#> 3419   VR2W-113141     -5.755900     56.51000             50
    +#> 3420   VR2W-113141     -5.755900     56.51000             50
    +#> 3421   VR2W-113141     -5.755900     56.51000             50
    +#> 3422   VR2W-113141     -5.755900     56.51000             50
    +#> 3423   VR2W-113141     -5.755900     56.51000             50
    +#> 3424   VR2W-113141     -5.755900     56.51000             50
    +#> 3425   VR2W-113141     -5.755900     56.51000             50
    +#> 3426   VR2W-113141     -5.755900     56.51000             50
    +#> 3427   VR2W-113141     -5.755900     56.51000             50
    +#> 3428   VR2W-113141     -5.755900     56.51000             50
    +#> 3429   VR2W-113141     -5.755900     56.51000             50
    +#> 3430   VR2W-113141     -5.755900     56.51000             50
    +#> 3431   VR2W-113141     -5.755900     56.51000             50
    +#> 3432   VR2W-113141     -5.755900     56.51000             50
    +#> 3433   VR2W-113141     -5.755900     56.51000             50
    +#> 3434   VR2W-113141     -5.755900     56.51000             50
    +#> 3435   VR2W-113141     -5.755900     56.51000             50
    +#> 3436   VR2W-113141     -5.755900     56.51000             50
    +#> 3437   VR2W-113141     -5.755900     56.51000             50
    +#> 3438   VR2W-113141     -5.755900     56.51000             50
    +#> 3439   VR2W-113141     -5.755900     56.51000             50
    +#> 3440   VR2W-113141     -5.755900     56.51000             50
    +#> 3441   VR2W-113141     -5.755900     56.51000             50
    +#> 3442   VR2W-113141     -5.755900     56.51000             50
    +#> 3443   VR2W-113141     -5.755900     56.51000             50
    +#> 3444   VR2W-113141     -5.755900     56.51000             50
    +#> 3445   VR2W-113141     -5.755900     56.51000             50
    +#> 3446   VR2W-113141     -5.755900     56.51000             50
    +#> 3447   VR2W-113141     -5.755900     56.51000             50
    +#> 3448   VR2W-113141     -5.755900     56.51000             50
    +#> 3449   VR2W-113141     -5.755900     56.51000             50
    +#> 3450   VR2W-113141     -5.755900     56.51000             50
    +#> 3451   VR2W-113141     -5.755900     56.51000             50
    +#> 3452   VR2W-113141     -5.755900     56.51000             50
    +#> 3453   VR2W-113141     -5.755900     56.51000             50
    +#> 3454   VR2W-113141     -5.755900     56.51000             50
    +#> 3455   VR2W-113141     -5.755900     56.51000             50
    +#> 3456   VR2W-113141     -5.755900     56.51000             50
    +#> 3457   VR2W-113141     -5.755900     56.51000             50
    +#> 3458   VR2W-113141     -5.755900     56.51000             50
    +#> 3459   VR2W-113141     -5.755900     56.51000             50
    +#> 3460   VR2W-113141     -5.755900     56.51000             50
    +#> 3461   VR2W-113141     -5.755900     56.51000             50
    +#> 3462   VR2W-113141     -5.755900     56.51000             50
    +#> 3463   VR2W-113141     -5.755900     56.51000             50
    +#> 3464   VR2W-113141     -5.755900     56.51000             50
    +#> 3465   VR2W-113141     -5.755900     56.51000             50
    +#> 3466   VR2W-113141     -5.755900     56.51000             50
    +#> 3467   VR2W-113141     -5.755900     56.51000             50
    +#> 3468   VR2W-113141     -5.755900     56.51000             50
    +#> 3469   VR2W-113141     -5.755900     56.51000             50
    +#> 3470   VR2W-113141     -5.755900     56.51000             50
    +#> 3471   VR2W-113141     -5.755900     56.51000             50
    +#> 3472   VR2W-113141     -5.755900     56.51000             50
    +#> 3473   VR2W-113141     -5.755900     56.51000             50
    +#> 3474   VR2W-113141     -5.755900     56.51000             50
    +#> 3475   VR2W-113141     -5.755900     56.51000             50
    +#> 3476   VR2W-113141     -5.755900     56.51000             50
    +#> 3477   VR2W-113141     -5.755900     56.51000             50
    +#> 3478   VR2W-113141     -5.755900     56.51000             50
    +#> 3479   VR2W-113141     -5.755900     56.51000             50
    +#> 3480   VR2W-113141     -5.755900     56.51000             50
    +#> 3481   VR2W-113141     -5.755900     56.51000             50
    +#> 3482   VR2W-113141     -5.755900     56.51000             50
    +#> 3483   VR2W-113141     -5.755900     56.51000             50
    +#> 3484   VR2W-113141     -5.755900     56.51000             50
    +#> 3485   VR2W-113141     -5.755900     56.51000             50
    +#> 3486   VR2W-113141     -5.755900     56.51000             50
    +#> 3487   VR2W-113141     -5.755900     56.51000             50
    +#> 3488   VR2W-113141     -5.755900     56.51000             50
    +#> 3489   VR2W-113141     -5.755900     56.51000             50
    +#> 3490   VR2W-113141     -5.755900     56.51000             50
    +#> 3491   VR2W-113141     -5.755900     56.51000             50
    +#> 3492   VR2W-113141     -5.755900     56.51000             50
    +#> 3493   VR2W-113141     -5.755900     56.51000             50
    +#> 3494   VR2W-113141     -5.755900     56.51000             50
    +#> 3495   VR2W-113141     -5.755900     56.51000             50
    +#> 3496   VR2W-113141     -5.755900     56.51000             50
    +#> 3497   VR2W-113141     -5.755900     56.51000             50
    +#> 3498   VR2W-113141     -5.755900     56.51000             50
    +#> 3499   VR2W-113141     -5.755900     56.51000             50
    +#> 3500   VR2W-113141     -5.755900     56.51000             50
    +#> 3501   VR2W-113141     -5.755900     56.51000             50
    +#> 3502   VR2W-113141     -5.755900     56.51000             50
    +#> 3503   VR2W-113141     -5.755900     56.51000             50
    +#> 3504   VR2W-113141     -5.755900     56.51000             50
    +#> 3505   VR2W-113141     -5.755900     56.51000             50
    +#> 3506   VR2W-113141     -5.755900     56.51000             50
    +#> 3507   VR2W-113141     -5.755900     56.51000             50
    +#> 3508   VR2W-113141     -5.755900     56.51000             50
    +#> 3509   VR2W-113141     -5.755900     56.51000             50
    +#> 3510   VR2W-113141     -5.755900     56.51000             50
    +#> 3511   VR2W-113141     -5.755900     56.51000             50
    +#> 3512   VR2W-113141     -5.755900     56.51000             50
    +#> 3513   VR2W-113141     -5.755900     56.51000             50
    +#> 3514   VR2W-113141     -5.755900     56.51000             50
    +#> 3515   VR2W-113141     -5.755900     56.51000             50
    +#> 3516   VR2W-113141     -5.755900     56.51000             50
    +#> 3517   VR2W-113141     -5.755900     56.51000             50
    +#> 3518   VR2W-113141     -5.755900     56.51000             50
    +#> 3519   VR2W-113141     -5.755900     56.51000             50
    +#> 3520   VR2W-113141     -5.755900     56.51000             50
    +#> 3521   VR2W-113141     -5.755900     56.51000             50
    +#> 3522   VR2W-113141     -5.755900     56.51000             50
    +#> 3523   VR2W-113141     -5.755900     56.51000             50
    +#> 3524   VR2W-113141     -5.755900     56.51000             50
    +#> 3525   VR2W-113141     -5.755900     56.51000             50
    +#> 3526   VR2W-113141     -5.755900     56.51000             50
    +#> 3527   VR2W-113141     -5.755900     56.51000             50
    +#> 3528   VR2W-113141     -5.755900     56.51000             50
    +#> 3529   VR2W-113141     -5.755900     56.51000             50
    +#> 3530   VR2W-113141     -5.755900     56.51000             50
    +#> 3531   VR2W-113141     -5.755900     56.51000             50
    +#> 3532   VR2W-113141     -5.755900     56.51000             50
    +#> 3533   VR2W-113141     -5.755900     56.51000             50
    +#> 3534   VR2W-113141     -5.755900     56.51000             50
    +#> 3535   VR2W-113141     -5.755900     56.51000             50
    +#> 3536   VR2W-113141     -5.755900     56.51000             50
    +#> 3537   VR2W-113141     -5.755900     56.51000             50
    +#> 3538   VR2W-113141     -5.755900     56.51000             50
    +#> 3539   VR2W-113141     -5.755900     56.51000             50
    +#> 3540   VR2W-113141     -5.755900     56.51000             50
    +#> 3541   VR2W-113141     -5.755900     56.51000             50
    +#> 3542   VR2W-113141     -5.755900     56.51000             50
    +#> 3543   VR2W-113141     -5.755900     56.51000             50
    +#> 3544   VR2W-113141     -5.755900     56.51000             50
    +#> 3545   VR2W-113141     -5.755900     56.51000             50
    +#> 3546   VR2W-113141     -5.755900     56.51000             50
    +#> 3547   VR2W-113141     -5.755900     56.51000             50
    +#> 3548   VR2W-113141     -5.755900     56.51000             50
    +#> 3549   VR2W-113141     -5.755900     56.51000             50
    +#> 3550   VR2W-113141     -5.755900     56.51000             50
    +#> 3551   VR2W-113141     -5.755900     56.51000             50
    +#> 3552   VR2W-113141     -5.755900     56.51000             50
    +#> 3553   VR2W-113141     -5.755900     56.51000             50
    +#> 3554   VR2W-113141     -5.755900     56.51000             50
    +#> 3555   VR2W-113141     -5.755900     56.51000             50
    +#> 3556   VR2W-113141     -5.755900     56.51000             50
    +#> 3557   VR2W-113141     -5.755900     56.51000             50
    +#> 3558   VR2W-113141     -5.755900     56.51000             50
    +#> 3559   VR2W-113141     -5.755900     56.51000             50
    +#> 3560   VR2W-113141     -5.755900     56.51000             50
    +#> 3561   VR2W-113141     -5.755900     56.51000             50
    +#> 3562   VR2W-113141     -5.755900     56.51000             50
    +#> 3563   VR2W-113141     -5.755900     56.51000             50
    +#> 3564   VR2W-113141     -5.755900     56.51000             50
    +#> 3565   VR2W-113141     -5.755900     56.51000             50
    +#> 3566   VR2W-113141     -5.755900     56.51000             50
    +#> 3567   VR2W-113141     -5.755900     56.51000             50
    +#> 3568   VR2W-113141     -5.755900     56.51000             50
    +#> 3569   VR2W-113141     -5.755900     56.51000             50
    +#> 3570   VR2W-113141     -5.755900     56.51000             50
    +#> 3571   VR2W-113141     -5.755900     56.51000             50
    +#> 3572   VR2W-113141     -5.755900     56.51000             50
    +#> 3573   VR2W-113141     -5.755900     56.51000             50
    +#> 3574   VR2W-113141     -5.755900     56.51000             50
    +#> 3575   VR2W-113141     -5.755900     56.51000             50
    +#> 3576   VR2W-113141     -5.755900     56.51000             50
    +#> 3577   VR2W-113141     -5.755900     56.51000             50
    +#> 3578   VR2W-113141     -5.755900     56.51000             50
    +#> 3579   VR2W-113141     -5.755900     56.51000             50
    +#> 3580   VR2W-113141     -5.755900     56.51000             50
    +#> 3581   VR2W-113141     -5.755900     56.51000             50
    +#> 3582   VR2W-113141     -5.755900     56.51000             50
    +#> 3583   VR2W-113141     -5.755900     56.51000             50
    +#> 3584   VR2W-113141     -5.755900     56.51000             50
    +#> 3585   VR2W-113141     -5.755900     56.51000             50
    +#> 3586   VR2W-113141     -5.755900     56.51000             50
    +#> 3587   VR2W-113141     -5.755900     56.51000             50
    +#> 3588   VR2W-113141     -5.755900     56.51000             50
    +#> 3589   VR2W-113141     -5.755900     56.51000             50
    +#> 3590   VR2W-113141     -5.755900     56.51000             50
    +#> 3591   VR2W-113141     -5.755900     56.51000             50
    +#> 3592   VR2W-113141     -5.755900     56.51000             50
    +#> 3593   VR2W-113141     -5.755900     56.51000             50
    +#> 3594   VR2W-113141     -5.755900     56.51000             50
    +#> 3595   VR2W-113141     -5.755900     56.51000             50
    +#> 3596   VR2W-113141     -5.755900     56.51000             50
    +#> 3597   VR2W-113141     -5.755900     56.51000             50
    +#> 3598   VR2W-113141     -5.755900     56.51000             50
    +#> 3599   VR2W-113141     -5.755900     56.51000             50
    +#> 3600   VR2W-113141     -5.755900     56.51000             50
    +#> 3601   VR2W-113141     -5.755900     56.51000             50
    +#> 3602   VR2W-113141     -5.755900     56.51000             50
    +#> 3603   VR2W-113141     -5.755900     56.51000             50
    +#> 3604   VR2W-113141     -5.755900     56.51000             50
    +#> 3605   VR2W-113141     -5.755900     56.51000             50
    +#> 3606   VR2W-113141     -5.755900     56.51000             50
    +#> 3607   VR2W-113141     -5.755900     56.51000             50
    +#> 3608   VR2W-113141     -5.755900     56.51000             50
    +#> 3609   VR2W-113141     -5.755900     56.51000             50
    +#> 3610   VR2W-113141     -5.755900     56.51000             50
    +#> 3611   VR2W-113141     -5.755900     56.51000             50
    +#> 3612   VR2W-113141     -5.755900     56.51000             50
    +#> 3613   VR2W-113141     -5.755900     56.51000             50
    +#> 3614   VR2W-113141     -5.755900     56.51000             50
    +#> 3615   VR2W-113141     -5.755900     56.51000             50
    +#> 3616   VR2W-113141     -5.755900     56.51000             50
    +#> 3617   VR2W-113141     -5.755900     56.51000             50
    +#> 3618   VR2W-113141     -5.755900     56.51000             50
    +#> 3619   VR2W-113141     -5.755900     56.51000             50
    +#> 3620   VR2W-113141     -5.755900     56.51000             50
    +#> 3621   VR2W-113141     -5.755900     56.51000             50
    +#> 3622   VR2W-113141     -5.755900     56.51000             50
    +#> 3623   VR2W-113141     -5.755900     56.51000             50
    +#> 3624   VR2W-113141     -5.755900     56.51000             50
    +#> 3625   VR2W-113141     -5.755900     56.51000             50
    +#> 3626   VR2W-113141     -5.755900     56.51000             50
    +#> 3627   VR2W-113141     -5.755900     56.51000             50
    +#> 3628   VR2W-113141     -5.755900     56.51000             50
    +#> 3629   VR2W-113141     -5.755900     56.51000             50
    +#> 3630   VR2W-113141     -5.755900     56.51000             50
    +#> 3631   VR2W-113141     -5.755900     56.51000             50
    +#> 3632   VR2W-113141     -5.755900     56.51000             50
    +#> 3633   VR2W-113141     -5.755900     56.51000             50
    +#> 3634   VR2W-113141     -5.755900     56.51000             50
    +#> 3635   VR2W-113141     -5.755900     56.51000             50
    +#> 3636   VR2W-113141     -5.755900     56.51000             50
    +#> 3637   VR2W-113141     -5.755900     56.51000             50
    +#> 3638   VR2W-113141     -5.755900     56.51000             50
    +#> 3639   VR2W-113141     -5.755900     56.51000             50
    +#> 3640   VR2W-113141     -5.755900     56.51000             50
    +#> 3641   VR2W-113141     -5.755900     56.51000             50
    +#> 3642   VR2W-113141     -5.755900     56.51000             50
    +#> 3643   VR2W-113141     -5.755900     56.51000             50
    +#> 3644   VR2W-113141     -5.755900     56.51000             50
    +#> 3645   VR2W-113141     -5.755900     56.51000             50
    +#> 3646   VR2W-113141     -5.755900     56.51000             50
    +#> 3647   VR2W-113141     -5.755900     56.51000             50
    +#> 3648   VR2W-113141     -5.755900     56.51000             50
    +#> 3649   VR2W-113141     -5.755900     56.51000             50
    +#> 3650   VR2W-113141     -5.755900     56.51000             50
    +#> 3651   VR2W-113141     -5.755900     56.51000             50
    +#> 3652   VR2W-113141     -5.755900     56.51000             50
    +#> 3653   VR2W-113141     -5.755900     56.51000             50
    +#> 3654   VR2W-113141     -5.755900     56.51000             50
    +#> 3655   VR2W-113141     -5.755900     56.51000             50
    +#> 3656   VR2W-113141     -5.755900     56.51000             50
    +#> 3657   VR2W-113141     -5.755900     56.51000             50
    +#> 3658   VR2W-113141     -5.755900     56.51000             50
    +#> 3659   VR2W-113141     -5.755900     56.51000             50
    +#> 3660   VR2W-113141     -5.755900     56.51000             50
    +#> 3661   VR2W-113141     -5.755900     56.51000             50
    +#> 3662   VR2W-113141     -5.755900     56.51000             50
    +#> 3663   VR2W-113141     -5.755900     56.51000             50
    +#> 3664   VR2W-113141     -5.755900     56.51000             50
    +#> 3665   VR2W-113141     -5.755900     56.51000             50
    +#> 3666   VR2W-113141     -5.755900     56.51000             50
    +#> 3667   VR2W-113141     -5.755900     56.51000             50
    +#> 3668   VR2W-113141     -5.755900     56.51000             50
    +#> 3669   VR2W-113141     -5.755900     56.51000             50
    +#> 3670   VR2W-113141     -5.755900     56.51000             50
    +#> 3671   VR2W-113141     -5.755900     56.51000             50
    +#> 3672   VR2W-113141     -5.755900     56.51000             50
    +#> 3673   VR2W-113141     -5.755900     56.51000             50
    +#> 3674   VR2W-113141     -5.755900     56.51000             50
    +#> 3675   VR2W-113141     -5.755900     56.51000             50
    +#> 3676   VR2W-113141     -5.755900     56.51000             50
    +#> 3677   VR2W-113141     -5.755900     56.51000             50
    +#> 3678   VR2W-113141     -5.755900     56.51000             50
    +#> 3679   VR2W-113141     -5.755900     56.51000             50
    +#> 3680   VR2W-113141     -5.755900     56.51000             50
    +#> 3681   VR2W-113141     -5.755900     56.51000             50
    +#> 3682   VR2W-113141     -5.755900     56.51000             50
    +#> 3683   VR2W-113141     -5.755900     56.51000             50
    +#> 3684   VR2W-113141     -5.755900     56.51000             50
    +#> 3685   VR2W-113141     -5.755900     56.51000             50
    +#> 3686   VR2W-113141     -5.755900     56.51000             50
    +#> 3687   VR2W-113141     -5.755900     56.51000             50
    +#> 3688   VR2W-113141     -5.755900     56.51000             50
    +#> 3689   VR2W-113141     -5.755900     56.51000             50
    +#> 3690   VR2W-113141     -5.755900     56.51000             50
    +#> 3691   VR2W-113141     -5.755900     56.51000             50
    +#> 3692   VR2W-113141     -5.755900     56.51000             50
    +#> 3693   VR2W-113141     -5.755900     56.51000             50
    +#> 3694   VR2W-113141     -5.755900     56.51000             50
    +#> 3695   VR2W-113141     -5.755900     56.51000             50
    +#> 3696   VR2W-113141     -5.755900     56.51000             50
    +#> 3697   VR2W-113141     -5.755900     56.51000             50
    +#> 3698   VR2W-113141     -5.755900     56.51000             50
    +#> 3699   VR2W-113141     -5.755900     56.51000             50
    +#> 3700   VR2W-113141     -5.755900     56.51000             50
    +#> 3701   VR2W-113141     -5.755900     56.51000             50
    +#> 3702   VR2W-113141     -5.755900     56.51000             50
    +#> 3703   VR2W-113141     -5.755900     56.51000             50
    +#> 3704   VR2W-113141     -5.755900     56.51000             50
    +#> 3705   VR2W-113141     -5.755900     56.51000             50
    +#> 3706   VR2W-113141     -5.755900     56.51000             50
    +#> 3707   VR2W-113141     -5.755900     56.51000             50
    +#> 3708   VR2W-113141     -5.755900     56.51000             50
    +#> 3709   VR2W-113141     -5.755900     56.51000             50
    +#> 3710   VR2W-113141     -5.755900     56.51000             50
    +#> 3711   VR2W-113141     -5.755900     56.51000             50
    +#> 3712   VR2W-113141     -5.755900     56.51000             50
    +#> 3713   VR2W-113141     -5.755900     56.51000             50
    +#> 3714   VR2W-113141     -5.755900     56.51000             50
    +#> 3715   VR2W-113141     -5.755900     56.51000             50
    +#> 3716   VR2W-113141     -5.755900     56.51000             50
    +#> 3717   VR2W-113141     -5.755900     56.51000             50
    +#> 3718   VR2W-113141     -5.755900     56.51000             50
    +#> 3719   VR2W-113141     -5.755900     56.51000             50
    +#> 3720   VR2W-113141     -5.755900     56.51000             50
    +#> 3721   VR2W-113141     -5.755900     56.51000             50
    +#> 3722   VR2W-113141     -5.755900     56.51000             50
    +#> 3723   VR2W-113141     -5.755900     56.51000             50
    +#> 3724   VR2W-113141     -5.755900     56.51000             50
    +#> 3725   VR2W-113141     -5.755900     56.51000             50
    +#> 3726   VR2W-113141     -5.755900     56.51000             50
    +#> 3727   VR2W-113141     -5.755900     56.51000             50
    +#> 3728   VR2W-113141     -5.755900     56.51000             50
    +#> 3729   VR2W-113141     -5.755900     56.51000             50
    +#> 3730   VR2W-113141     -5.755900     56.51000             50
    +#> 3731   VR2W-113141     -5.755900     56.51000             50
    +#> 3732   VR2W-113141     -5.755900     56.51000             50
    +#> 3733   VR2W-113141     -5.755900     56.51000             50
    +#> 3734   VR2W-113141     -5.755900     56.51000             50
    +#> 3735   VR2W-113141     -5.755900     56.51000             50
    +#> 3736   VR2W-113141     -5.755900     56.51000             50
    +#> 3737   VR2W-113141     -5.755900     56.51000             50
    +#> 3738   VR2W-113141     -5.755900     56.51000             50
    +#> 3739   VR2W-113141     -5.755900     56.51000             50
    +#> 3740   VR2W-113141     -5.755900     56.51000             50
    +#> 3741   VR2W-113141     -5.755900     56.51000             50
    +#> 3742   VR2W-113141     -5.755900     56.51000             50
    +#> 3743   VR2W-113141     -5.755900     56.51000             50
    +#> 3744   VR2W-113141     -5.755900     56.51000             50
    +#> 3745   VR2W-113141     -5.755900     56.51000             50
    +#> 3746   VR2W-113141     -5.755900     56.51000             50
    +#> 3747   VR2W-113141     -5.755900     56.51000             50
    +#> 3748   VR2W-113141     -5.755900     56.51000             50
    +#> 3749   VR2W-113141     -5.755900     56.51000             50
    +#> 3750   VR2W-113141     -5.755900     56.51000             50
    +#> 3751   VR2W-113141     -5.755900     56.51000             50
    +#> 3752   VR2W-113141     -5.755900     56.51000             50
    +#> 3753   VR2W-113141     -5.755900     56.51000             50
    +#> 3754   VR2W-113141     -5.755900     56.51000             50
    +#> 3755   VR2W-113141     -5.755900     56.51000             50
    +#> 3756   VR2W-113141     -5.755900     56.51000             50
    +#> 3757   VR2W-113141     -5.755900     56.51000             50
    +#> 3758   VR2W-113141     -5.755900     56.51000             50
    +#> 3759   VR2W-113141     -5.755900     56.51000             50
    +#> 3760   VR2W-113141     -5.755900     56.51000             50
    +#> 3761   VR2W-113141     -5.755900     56.51000             50
    +#> 3762   VR2W-113141     -5.755900     56.51000             50
    +#> 3763   VR2W-113141     -5.755900     56.51000             50
    +#> 3764   VR2W-113141     -5.755900     56.51000             50
    +#> 3765   VR2W-113141     -5.755900     56.51000             50
    +#> 3766   VR2W-113141     -5.755900     56.51000             50
    +#> 3767   VR2W-113141     -5.755900     56.51000             50
    +#> 3768   VR2W-113141     -5.755900     56.51000             50
    +#> 3769   VR2W-113141     -5.755900     56.51000             50
    +#> 3770   VR2W-113141     -5.755900     56.51000             50
    +#> 3771   VR2W-113141     -5.755900     56.51000             50
    +#> 3772   VR2W-113141     -5.755900     56.51000             50
    +#> 3773   VR2W-113141     -5.755900     56.51000             50
    +#> 3774   VR2W-113141     -5.755900     56.51000             50
    +#> 3775   VR2W-113141     -5.755900     56.51000             50
    +#> 3776   VR2W-113141     -5.755900     56.51000             50
    +#> 3777   VR2W-113141     -5.755900     56.51000             50
    +#> 3778   VR2W-113141     -5.755900     56.51000             50
    +#> 3779   VR2W-113141     -5.755900     56.51000             50
    +#> 3780   VR2W-113141     -5.755900     56.51000             50
    +#> 3781   VR2W-113141     -5.755900     56.51000             50
    +#> 3782   VR2W-113141     -5.755900     56.51000             50
    +#> 3783   VR2W-113141     -5.755900     56.51000             50
    +#> 3784   VR2W-113141     -5.755900     56.51000             50
    +#> 3785   VR2W-113141     -5.755900     56.51000             50
    +#> 3786   VR2W-113141     -5.755900     56.51000             50
    +#> 3787   VR2W-113141     -5.755900     56.51000             50
    +#> 3788   VR2W-113141     -5.755900     56.51000             50
    +#> 3789   VR2W-113141     -5.755900     56.51000             50
    +#> 3790   VR2W-113141     -5.755900     56.51000             50
    +#> 3791   VR2W-113141     -5.755900     56.51000             50
    +#> 3792   VR2W-113141     -5.755900     56.51000             50
    +#> 3793   VR2W-113141     -5.755900     56.51000             50
    +#> 3794   VR2W-113141     -5.755900     56.51000             50
    +#> 3795   VR2W-113141     -5.755900     56.51000             50
    +#> 3796   VR2W-113141     -5.755900     56.51000             50
    +#> 3797   VR2W-113141     -5.755900     56.51000             50
    +#> 3798   VR2W-113141     -5.755900     56.51000             50
    +#> 3799   VR2W-113141     -5.755900     56.51000             50
    +#> 3800   VR2W-113141     -5.755900     56.51000             50
    +#> 3801   VR2W-113141     -5.755900     56.51000             50
    +#> 3802   VR2W-113141     -5.755900     56.51000             50
    +#> 3803   VR2W-113141     -5.755900     56.51000             50
    +#> 3804   VR2W-113141     -5.755900     56.51000             50
    +#> 3805   VR2W-113141     -5.755900     56.51000             50
    +#> 3806   VR2W-113141     -5.755900     56.51000             50
    +#> 3807   VR2W-113141     -5.755900     56.51000             50
    +#> 3808   VR2W-113141     -5.755900     56.51000             50
    +#> 3809   VR2W-113141     -5.755900     56.51000             50
    +#> 3810   VR2W-113141     -5.755900     56.51000             50
    +#> 3811   VR2W-113141     -5.755900     56.51000             50
    +#> 3812   VR2W-113141     -5.755900     56.51000             50
    +#> 3813   VR2W-113141     -5.755900     56.51000             50
    +#> 3814   VR2W-113141     -5.755900     56.51000             50
    +#> 3815   VR2W-113141     -5.755900     56.51000             50
    +#> 3816   VR2W-113141     -5.755900     56.51000             50
    +#> 3817   VR2W-113141     -5.755900     56.51000             50
    +#> 3818   VR2W-113141     -5.755900     56.51000             50
    +#> 3819   VR2W-113141     -5.755900     56.51000             50
    +#> 3820   VR2W-113141     -5.755900     56.51000             50
    +#> 3821   VR2W-113141     -5.755900     56.51000             50
    +#> 3822   VR2W-113141     -5.755900     56.51000             50
    +#> 3823   VR2W-113141     -5.755900     56.51000             50
    +#> 3824   VR2W-113141     -5.755900     56.51000             50
    +#> 3825   VR2W-113141     -5.755900     56.51000             50
    +#> 3826   VR2W-113141     -5.755900     56.51000             50
    +#> 3827   VR2W-113141     -5.755900     56.51000             50
    +#> 3828   VR2W-113141     -5.755900     56.51000             50
    +#> 3829   VR2W-113141     -5.755900     56.51000             50
    +#> 3830   VR2W-113141     -5.755900     56.51000             50
    +#> 3831   VR2W-113141     -5.755900     56.51000             50
    +#> 3832   VR2W-113141     -5.755900     56.51000             50
    +#> 3833   VR2W-113141     -5.755900     56.51000             50
    +#> 3834   VR2W-108160     -5.704867     56.48890             25
    +#> 3835   VR2W-108160     -5.704867     56.48890             25
    +#> 3836   VR2W-108160     -5.704867     56.48890             25
    +#> 3837   VR2W-108160     -5.704867     56.48890             25
    +#> 3838   VR2W-108160     -5.704867     56.48890             25
    +#> 3839   VR2W-108160     -5.704867     56.48890             25
    +#> 3840   VR2W-108160     -5.704867     56.48890             25
    +#> 3841   VR2W-108160     -5.704867     56.48890             25
    +#> 3842   VR2W-108160     -5.704867     56.48890             25
    +#> 3843   VR2W-108160     -5.704867     56.48890             25
    +#> 3844   VR2W-108160     -5.704867     56.48890             25
    +#> 3845   VR2W-108160     -5.704867     56.48890             25
    +#> 3846   VR2W-108160     -5.704867     56.48890             25
    +#> 3847   VR2W-108160     -5.704867     56.48890             25
    +#> 3848  VR2AR-546136     -5.665000     56.48650            105
    +#> 3849  VR2AR-546136     -5.665000     56.48650            105
    +#> 3850  VR2AR-546136     -5.665000     56.48650            105
    +#> 3851  VR2AR-546136     -5.665000     56.48650            105
    +#> 3852  VR2AR-546136     -5.665000     56.48650            105
    +#> 3853  VR2AR-546136     -5.665000     56.48650            105
    +#> 3854  VR2AR-546136     -5.665000     56.48650            105
    +#> 3855  VR2AR-546136     -5.665000     56.48650            105
    +#> 3856  VR2AR-546136     -5.665000     56.48650            105
    +#> 3857  VR2AR-546136     -5.665000     56.48650            105
    +#> 3858  VR2AR-546136     -5.665000     56.48650            105
    +#> 3859  VR2AR-546136     -5.665000     56.48650            105
    +#> 3860  VR2AR-546136     -5.665000     56.48650            105
    +#> 3861  VR2AR-546136     -5.665000     56.48650            105
    +#> 3862  VR2AR-546136     -5.665000     56.48650            105
    +#> 3863  VR2AR-546136     -5.665000     56.48650            105
    +#> 3864  VR2AR-546136     -5.665000     56.48650            105
    +#> 3865  VR2AR-546136     -5.665000     56.48650            105
    +#> 3866  VR2AR-546136     -5.665000     56.48650            105
    +#> 3867  VR2AR-546136     -5.665000     56.48650            105
    +#> 3868  VR2AR-546136     -5.665000     56.48650            105
    +#> 3869  VR2AR-546136     -5.665000     56.48650            105
    +#> 3870  VR2AR-546136     -5.665000     56.48650            105
    +#> 3871  VR2AR-546136     -5.665000     56.48650            105
    +#> 3872  VR2AR-546136     -5.665000     56.48650            105
    +#> 3873  VR2AR-546136     -5.665000     56.48650            105
    +#> 3874  VR2AR-546136     -5.665000     56.48650            105
    +#> 3875  VR2AR-546136     -5.665000     56.48650            105
    +#> 3876   VR2W-108160     -5.704867     56.48890             25
    +#> 3877   VR2W-108160     -5.704867     56.48890             25
    +#> 3878   VR2W-108160     -5.704867     56.48890             25
    +#> 3879   VR2W-108160     -5.704867     56.48890             25
    +#> 3880   VR2W-108160     -5.704867     56.48890             25
    +#> 3881   VR2W-108160     -5.704867     56.48890             25
    +#> 3882   VR2W-108160     -5.704867     56.48890             25
    +#> 3883   VR2W-108160     -5.704867     56.48890             25
    +#> 3884   VR2W-108160     -5.704867     56.48890             25
    +#> 3885   VR2W-108160     -5.704867     56.48890             25
    +#> 3886   VR2W-108160     -5.704867     56.48890             25
    +#> 3887   VR2W-108160     -5.704867     56.48890             25
    +#> 3888   VR2W-108160     -5.704867     56.48890             25
    +#> 3889   VR2W-108160     -5.704867     56.48890             25
    +#> 3890   VR2W-108160     -5.704867     56.48890             25
    +#> 3891   VR2W-108160     -5.704867     56.48890             25
    +#> 3892   VR2W-108160     -5.704867     56.48890             25
    +#> 3893   VR2W-108160     -5.704867     56.48890             25
    +#> 3894   VR2W-108160     -5.704867     56.48890             25
    +#> 3895   VR2W-108160     -5.704867     56.48890             25
    +#> 3896   VR2W-108160     -5.704867     56.48890             25
    +#> 3897   VR2W-108160     -5.704867     56.48890             25
    +#> 3898   VR2W-108160     -5.704867     56.48890             25
    +#> 3899   VR2W-108160     -5.704867     56.48890             25
    +#> 3900   VR2W-108160     -5.704867     56.48890             25
    +#> 3901   VR2W-108160     -5.704867     56.48890             25
    +#> 3902   VR2W-108160     -5.704867     56.48890             25
    +#> 3903   VR2W-108160     -5.704867     56.48890             25
    +#> 3904   VR2W-108160     -5.704867     56.48890             25
    +#> 3905   VR2W-108160     -5.704867     56.48890             25
    +#> 3906   VR2W-108160     -5.704867     56.48890             25
    +#> 3907   VR2W-108160     -5.704867     56.48890             25
    +#> 3908   VR2W-108160     -5.704867     56.48890             25
    +#> 3909   VR2W-108160     -5.704867     56.48890             25
    +#> 3910   VR2W-108160     -5.704867     56.48890             25
    +#> 3911   VR2W-108160     -5.704867     56.48890             25
    +#> 3912   VR2W-108160     -5.704867     56.48890             25
    +#> 3913   VR2W-108160     -5.704867     56.48890             25
    +#> 3914   VR2W-108160     -5.704867     56.48890             25
    +#> 3915   VR2W-108160     -5.704867     56.48890             25
    +#> 3916   VR2W-108160     -5.704867     56.48890             25
    +#> 3917   VR2W-108160     -5.704867     56.48890             25
    +#> 3918  VR2AR-546136     -5.665000     56.48650            105
    +#> 3919  VR2AR-546136     -5.665000     56.48650            105
    +#> 3920  VR2AR-546136     -5.665000     56.48650            105
    +#> 3921  VR2AR-546136     -5.665000     56.48650            105
    +#> 3922  VR2AR-546136     -5.665000     56.48650            105
    +#> 3923  VR2AR-546136     -5.665000     56.48650            105
    +#> 3924  VR2AR-546136     -5.665000     56.48650            105
    +#> 3925  VR2AR-546136     -5.665000     56.48650            105
    +#> 3926  VR2AR-546136     -5.665000     56.48650            105
    +#> 3927  VR2AR-546136     -5.665000     56.48650            105
    +#> 3928  VR2AR-546136     -5.665000     56.48650            105
    +#> 3929  VR2AR-546136     -5.665000     56.48650            105
    +#> 3930  VR2AR-546136     -5.665000     56.48650            105
    +#> 3931   VR2W-113141     -5.755900     56.51000             50
    +#> 3932   VR2W-113141     -5.755900     56.51000             50
    +#> 3933   VR2W-113141     -5.755900     56.51000             50
    +#> 3934   VR2W-113141     -5.755900     56.51000             50
    +#> 3935   VR2W-113141     -5.755900     56.51000             50
    +#> 3936   VR2W-113141     -5.755900     56.51000             50
    +#> 3937   VR2W-113141     -5.755900     56.51000             50
    +#> 3938   VR2W-113141     -5.755900     56.51000             50
    +#> 3939   VR2W-113141     -5.755900     56.51000             50
    +#> 3940   VR2W-113141     -5.755900     56.51000             50
    +#> 3941   VR2W-113141     -5.755900     56.51000             50
    +#> 3942   VR2W-113141     -5.755900     56.51000             50
    +#> 3943   VR2W-113141     -5.755900     56.51000             50
    +#> 3944   VR2W-113141     -5.755900     56.51000             50
    +#> 3945   VR2W-113141     -5.755900     56.51000             50
    +#> 3946   VR2W-113141     -5.755900     56.51000             50
    +#> 3947   VR2W-113141     -5.755900     56.51000             50
    +#> 3948   VR2W-113141     -5.755900     56.51000             50
    +#> 3949   VR2W-113141     -5.755900     56.51000             50
    +#> 3950   VR2W-113141     -5.755900     56.51000             50
    +#> 3951   VR2W-113141     -5.755900     56.51000             50
    +#> 3952   VR2W-113141     -5.755900     56.51000             50
    +#> 3953   VR2W-113141     -5.755900     56.51000             50
    +#> 3954   VR2W-113141     -5.755900     56.51000             50
    +#> 3955   VR2W-113141     -5.755900     56.51000             50
    +#> 3956   VR2W-113141     -5.755900     56.51000             50
    +#> 3957   VR2W-113141     -5.755900     56.51000             50
    +#> 3958   VR2W-113141     -5.755900     56.51000             50
    +#> 3959   VR2W-113141     -5.755900     56.51000             50
    +#> 3960   VR2W-113141     -5.755900     56.51000             50
    +#> 3961   VR2W-113141     -5.755900     56.51000             50
    +#> 3962   VR2W-113141     -5.755900     56.51000             50
    +#> 3963   VR2W-113141     -5.755900     56.51000             50
    +#> 3964   VR2W-113141     -5.755900     56.51000             50
    +#> 3965   VR2W-113141     -5.755900     56.51000             50
    +#> 3966   VR2W-113141     -5.755900     56.51000             50
    +#> 3967   VR2W-113141     -5.755900     56.51000             50
    +#> 3968   VR2W-113141     -5.755900     56.51000             50
    +#> 3969   VR2W-113141     -5.755900     56.51000             50
    +#> 3970   VR2W-113141     -5.755900     56.51000             50
    +#> 3971   VR2W-113141     -5.755900     56.51000             50
    +#> 3972   VR2W-113141     -5.755900     56.51000             50
    +#> 3973   VR2W-113141     -5.755900     56.51000             50
    +#> 3974   VR2W-113141     -5.755900     56.51000             50
    +#> 3975   VR2W-113141     -5.755900     56.51000             50
    +#> 3976   VR2W-113141     -5.755900     56.51000             50
    +#> 3977   VR2W-113141     -5.755900     56.51000             50
    +#> 3978   VR2W-113141     -5.755900     56.51000             50
    +#> 3979   VR2W-113141     -5.755900     56.51000             50
    +#> 3980   VR2W-113141     -5.755900     56.51000             50
    +#> 3981   VR2W-113141     -5.755900     56.51000             50
    +#> 3982   VR2W-113141     -5.755900     56.51000             50
    +#> 3983   VR2W-113141     -5.755900     56.51000             50
    +#> 3984   VR2W-113141     -5.755900     56.51000             50
    +#> 3985   VR2W-113141     -5.755900     56.51000             50
    +#> 3986   VR2W-113141     -5.755900     56.51000             50
    +#> 3987   VR2W-113141     -5.755900     56.51000             50
    +#> 3988   VR2W-113141     -5.755900     56.51000             50
    +#> 3989   VR2W-113141     -5.755900     56.51000             50
    +#> 3990   VR2W-113141     -5.755900     56.51000             50
    +#> 3991   VR2W-113141     -5.755900     56.51000             50
    +#> 3992   VR2W-113141     -5.755900     56.51000             50
    +#> 3993   VR2W-113141     -5.755900     56.51000             50
    +#> 3994   VR2W-113141     -5.755900     56.51000             50
    +#> 3995   VR2W-113141     -5.755900     56.51000             50
    +#> 3996   VR2W-113141     -5.755900     56.51000             50
    +#> 3997   VR2W-113141     -5.755900     56.51000             50
    +#> 3998   VR2W-113141     -5.755900     56.51000             50
    +#> 3999   VR2W-113141     -5.755900     56.51000             50
    +#> 4000   VR2W-113141     -5.755900     56.51000             50
    +#> 4001   VR2W-113141     -5.755900     56.51000             50
    +#> 4002   VR2W-113141     -5.755900     56.51000             50
    +#> 4003   VR2W-113141     -5.755900     56.51000             50
    +#> 4004   VR2W-113141     -5.755900     56.51000             50
    +#> 4005   VR2W-113141     -5.755900     56.51000             50
    +#> 4006   VR2W-113141     -5.755900     56.51000             50
    +#> 4007   VR2W-113141     -5.755900     56.51000             50
    +#> 4008   VR2W-113141     -5.755900     56.51000             50
    +#> 4009      VR2-6720     -5.627150     56.50808             50
    +#> 4010      VR2-6720     -5.627150     56.50808             50
    +#> 4011   VR2W-113898     -5.596367     56.51122             50
    +#> 4012   VR2W-113898     -5.596367     56.51122             50
    +#> 4013   VR2W-113898     -5.596367     56.51122             50
    +#> 4014   VR2W-113898     -5.596367     56.51122             50
    +#> 4015   VR2W-113898     -5.596367     56.51122             50
    +#> 4016   VR2W-113898     -5.596367     56.51122             50
    +#> 4017   VR2W-113898     -5.596367     56.51122             50
    +#> 4018   VR2W-113898     -5.596367     56.51122             50
    +#> 4019   VR2W-113898     -5.596367     56.51122             50
    +#> 4020   VR2W-113898     -5.596367     56.51122             50
    +#> 4021   VR2W-113898     -5.596367     56.51122             50
    +#> 4022   VR2W-113898     -5.596367     56.51122             50
    +#> 4023   VR2W-113898     -5.596367     56.51122             50
    +#> 4024   VR2W-113898     -5.596367     56.51122             50
    +#> 4025   VR2W-113898     -5.596367     56.51122             50
    +#> 4026   VR2W-108160     -5.704867     56.48890             25
    +#> 4027   VR2W-108160     -5.704867     56.48890             25
    +#> 4028   VR2W-108160     -5.704867     56.48890             25
    +#> 4029   VR2W-113141     -5.755900     56.51000             50
    +#> 4030   VR2W-113141     -5.755900     56.51000             50
    +#> 4031   VR2W-113141     -5.755900     56.51000             50
    +#> 4032   VR2W-113141     -5.755900     56.51000             50
    +#> 4033   VR2W-113141     -5.755900     56.51000             50
    +#> 4034   VR2W-113141     -5.755900     56.51000             50
    +#> 4035   VR2W-113141     -5.755900     56.51000             50
    +#> 4036   VR2W-113141     -5.755900     56.51000             50
    +#> 4037   VR2W-113141     -5.755900     56.51000             50
    +#> 4038   VR2W-113141     -5.755900     56.51000             50
    +#> 4039   VR2W-113141     -5.755900     56.51000             50
    +#> 4040   VR2W-113141     -5.755900     56.51000             50
    +#> 4041   VR2W-113141     -5.755900     56.51000             50
    +#> 4042   VR2W-113141     -5.755900     56.51000             50
    +#> 4043   VR2W-113141     -5.755900     56.51000             50
    +#> 4044   VR2W-113141     -5.755900     56.51000             50
    +#> 4045   VR2W-113141     -5.755900     56.51000             50
    +#> 4046   VR2W-113141     -5.755900     56.51000             50
    +#> 4047   VR2W-113141     -5.755900     56.51000             50
    +#> 4048   VR2W-113141     -5.755900     56.51000             50
    +#> 4049   VR2W-113141     -5.755900     56.51000             50
    +#> 4050   VR2W-108160     -5.704867     56.48890             25
    +#> 4051   VR2W-108160     -5.704867     56.48890             25
    +#> 4052   VR2W-108160     -5.704867     56.48890             25
    +#> 4053   VR2W-108160     -5.704867     56.48890             25
    +#> 4054  VR2AR-546136     -5.665000     56.48650            105
    +#> 4055  VR2AR-546136     -5.665000     56.48650            105
    +#> 4056  VR2AR-546136     -5.665000     56.48650            105
    +#> 4057  VR2AR-546136     -5.665000     56.48650            105
    +#> 4058  VR2AR-546136     -5.665000     56.48650            105
    +#> 4059  VR2AR-546136     -5.665000     56.48650            105
    +#> 4060  VR2AR-546136     -5.665000     56.48650            105
    +#> 4061  VR2AR-546136     -5.665000     56.48650            105
    +#> 4062  VR2AR-546136     -5.665000     56.48650            105
    +#> 4063  VR2AR-546136     -5.665000     56.48650            105
    +#> 4064  VR2AR-546136     -5.665000     56.48650            105
    +#> 4065  VR2AR-546136     -5.665000     56.48650            105
    +#> 4066  VR2AR-546136     -5.665000     56.48650            105
    +#> 4067  VR2AR-546136     -5.665000     56.48650            105
    +#> 4068  VR2AR-546136     -5.665000     56.48650            105
    +#> 4069  VR2AR-546136     -5.665000     56.48650            105
    +#> 4070  VR2AR-546136     -5.665000     56.48650            105
    +#> 4071  VR2AR-546136     -5.665000     56.48650            105
    +#> 4072  VR2AR-546136     -5.665000     56.48650            105
    +#> 4073  VR2AR-546136     -5.665000     56.48650            105
    +#> 4074  VR2AR-546136     -5.665000     56.48650            105
    +#> 4075  VR2AR-546136     -5.665000     56.48650            105
    +#> 4076  VR2AR-546136     -5.665000     56.48650            105
    +#> 4077  VR2AR-546136     -5.665000     56.48650            105
    +#> 4078  VR2AR-546136     -5.665000     56.48650            105
    +#> 4079  VR2AR-546136     -5.665000     56.48650            105
    +#> 4080  VR2AR-546136     -5.665000     56.48650            105
    +#> 4081  VR2AR-546136     -5.665000     56.48650            105
    +#> 4082  VR2AR-546136     -5.665000     56.48650            105
    +#> 4083  VR2AR-546136     -5.665000     56.48650            105
    +#> 4084  VR2AR-546136     -5.665000     56.48650            105
    +#> 4085  VR2AR-546136     -5.665000     56.48650            105
    +#> 4086  VR2AR-546136     -5.665000     56.48650            105
    +#> 4087  VR2AR-546136     -5.665000     56.48650            105
    +#> 4088  VR2AR-546136     -5.665000     56.48650            105
    +#> 4089  VR2AR-546136     -5.665000     56.48650            105
    +#> 4090  VR2AR-546136     -5.665000     56.48650            105
    +#> 4091  VR2AR-546136     -5.665000     56.48650            105
    +#> 4092  VR2AR-546136     -5.665000     56.48650            105
    +#> 4093  VR2AR-546136     -5.665000     56.48650            105
    +#> 4094  VR2AR-546136     -5.665000     56.48650            105
    +#> 4095  VR2AR-546136     -5.665000     56.48650            105
    +#> 4096  VR2AR-546136     -5.665000     56.48650            105
    +#> 4097  VR2AR-546136     -5.665000     56.48650            105
    +#> 4098  VR2AR-546136     -5.665000     56.48650            105
    +#> 4099  VR2AR-546136     -5.665000     56.48650            105
    +#> 4100  VR2AR-546136     -5.665000     56.48650            105
    +#> 4101  VR2AR-546136     -5.665000     56.48650            105
    +#> 4102  VR2AR-546136     -5.665000     56.48650            105
    +#> 4103  VR2AR-546136     -5.665000     56.48650            105
    +#> 4104  VR2AR-546136     -5.665000     56.48650            105
    +#> 4105  VR2AR-546136     -5.665000     56.48650            105
    +#> 4106  VR2AR-546136     -5.665000     56.48650            105
    +#> 4107  VR2AR-546136     -5.665000     56.48650            105
    +#> 4108  VR2AR-546136     -5.665000     56.48650            105
    +#> 4109  VR2AR-546136     -5.665000     56.48650            105
    +#> 4110  VR2AR-546136     -5.665000     56.48650            105
    +#> 4111  VR2AR-546136     -5.665000     56.48650            105
    +#> 4112  VR2AR-546136     -5.665000     56.48650            105
    +#> 4113  VR2AR-546136     -5.665000     56.48650            105
    +#> 4114  VR2AR-546136     -5.665000     56.48650            105
    +#> 4115  VR2AR-546136     -5.665000     56.48650            105
    +#> 4116  VR2AR-546136     -5.665000     56.48650            105
    +#> 4117  VR2AR-546136     -5.665000     56.48650            105
    +#> 4118  VR2AR-546136     -5.665000     56.48650            105
    +#> 4119  VR2AR-546136     -5.665000     56.48650            105
    +#> 4120  VR2AR-546136     -5.665000     56.48650            105
    +#> 4121  VR2AR-546136     -5.665000     56.48650            105
    +#> 4122  VR2AR-546136     -5.665000     56.48650            105
    +#> 4123  VR2AR-546136     -5.665000     56.48650            105
    +#> 4124  VR2AR-546136     -5.665000     56.48650            105
    +#> 4125  VR2AR-546136     -5.665000     56.48650            105
    +#> 4126  VR2AR-546136     -5.665000     56.48650            105
    +#> 4127  VR2AR-546136     -5.665000     56.48650            105
    +#> 4128  VR2AR-546136     -5.665000     56.48650            105
    +#> 4129  VR2AR-546136     -5.665000     56.48650            105
    +#> 4130  VR2AR-546136     -5.665000     56.48650            105
    +#> 4131  VR2AR-546136     -5.665000     56.48650            105
    +#> 4132  VR2AR-546136     -5.665000     56.48650            105
    +#> 4133  VR2AR-546136     -5.665000     56.48650            105
    +#> 4134  VR2AR-546136     -5.665000     56.48650            105
    +#> 4135  VR2AR-546136     -5.665000     56.48650            105
    +#> 4136  VR2AR-546136     -5.665000     56.48650            105
    +#> 4137  VR2AR-546136     -5.665000     56.48650            105
    +#> 4138  VR2AR-546136     -5.665000     56.48650            105
    +#> 4139  VR2AR-546136     -5.665000     56.48650            105
    +#> 4140  VR2AR-546136     -5.665000     56.48650            105
    +#> 4141      VR2-6720     -5.627150     56.50808             50
    +#> 4142      VR2-6720     -5.627150     56.50808             50
    +#> 4143      VR2-6720     -5.627150     56.50808             50
    +#> 4144  VR2AR-546136     -5.665000     56.48650            105
    +#> 4145  VR2AR-546136     -5.665000     56.48650            105
    +#> 4146  VR2AR-546136     -5.665000     56.48650            105
    +#> 4147  VR2AR-546136     -5.665000     56.48650            105
    +#> 4148  VR2AR-546136     -5.665000     56.48650            105
    +#> 4149  VR2AR-546136     -5.665000     56.48650            105
    +#> 4150  VR2AR-546136     -5.665000     56.48650            105
    +#> 4151  VR2AR-546136     -5.665000     56.48650            105
    +#> 4152  VR2AR-546136     -5.665000     56.48650            105
    +#> 4153  VR2AR-546136     -5.665000     56.48650            105
    +#> 4154  VR2AR-546136     -5.665000     56.48650            105
    +#> 4155  VR2AR-546136     -5.665000     56.48650            105
    +#> 4156  VR2AR-546136     -5.665000     56.48650            105
    +#> 4157  VR2AR-546136     -5.665000     56.48650            105
    +#> 4158  VR2AR-546136     -5.665000     56.48650            105
    +#> 4159  VR2AR-546136     -5.665000     56.48650            105
    +#> 4160  VR2AR-546136     -5.665000     56.48650            105
    +#> 4161  VR2AR-546136     -5.665000     56.48650            105
    +#> 4162  VR2AR-546136     -5.665000     56.48650            105
    +#> 4163  VR2AR-546136     -5.665000     56.48650            105
    +#> 4164  VR2AR-546136     -5.665000     56.48650            105
    +#> 4165  VR2AR-546136     -5.665000     56.48650            105
    +#> 4166  VR2AR-546136     -5.665000     56.48650            105
    +#> 4167  VR2AR-546136     -5.665000     56.48650            105
    +#> 4168  VR2AR-546136     -5.665000     56.48650            105
    +#> 4169  VR2AR-546136     -5.665000     56.48650            105
    +#> 4170  VR2AR-546136     -5.665000     56.48650            105
    +#> 4171  VR2AR-546136     -5.665000     56.48650            105
    +#> 4172  VR2AR-546136     -5.665000     56.48650            105
    +#> 4173  VR2AR-546136     -5.665000     56.48650            105
    +#> 4174  VR2AR-546136     -5.665000     56.48650            105
    +#> 4175  VR2AR-546136     -5.665000     56.48650            105
    +#> 4176  VR2AR-546136     -5.665000     56.48650            105
    +#> 4177  VR2AR-546136     -5.665000     56.48650            105
    +#> 4178  VR2AR-546136     -5.665000     56.48650            105
    +#> 4179  VR2AR-546136     -5.665000     56.48650            105
    +#> 4180  VR2AR-546136     -5.665000     56.48650            105
    +#> 4181  VR2AR-546136     -5.665000     56.48650            105
    +#> 4182  VR2AR-546136     -5.665000     56.48650            105
    +#> 4183  VR2AR-546136     -5.665000     56.48650            105
    +#> 4184  VR2AR-546136     -5.665000     56.48650            105
    +#> 4185  VR2AR-546136     -5.665000     56.48650            105
    +#> 4186  VR2AR-546136     -5.665000     56.48650            105
    +#> 4187  VR2AR-546136     -5.665000     56.48650            105
    +#> 4188  VR2AR-546136     -5.665000     56.48650            105
    +#> 4189  VR2AR-546136     -5.665000     56.48650            105
    +#> 4190  VR2AR-546136     -5.665000     56.48650            105
    +#> 4191  VR2AR-546136     -5.665000     56.48650            105
    +#> 4192  VR2AR-546136     -5.665000     56.48650            105
    +#> 4193  VR2AR-546136     -5.665000     56.48650            105
    +#> 4194  VR2AR-546136     -5.665000     56.48650            105
    +#> 4195  VR2AR-546136     -5.665000     56.48650            105
    +#> 4196  VR2AR-546136     -5.665000     56.48650            105
    +#> 4197  VR2AR-546136     -5.665000     56.48650            105
    +#> 4198  VR2AR-546136     -5.665000     56.48650            105
    +#> 4199  VR2AR-546136     -5.665000     56.48650            105
    +#> 4200  VR2AR-546136     -5.665000     56.48650            105
    +#> 4201  VR2AR-546136     -5.665000     56.48650            105
    +#> 4202  VR2AR-546136     -5.665000     56.48650            105
    +#> 4203  VR2AR-546136     -5.665000     56.48650            105
    +#> 4204   VR2W-108160     -5.704867     56.48890             25
    +#> 4205   VR2W-108160     -5.704867     56.48890             25
    +#> 4206   VR2W-108160     -5.704867     56.48890             25
    +#> 4207   VR2W-108160     -5.704867     56.48890             25
    +#> 4208   VR2W-108160     -5.704867     56.48890             25
    +#> 4209   VR2W-108160     -5.704867     56.48890             25
    +#> 4210   VR2W-108160     -5.704867     56.48890             25
    +#> 4211   VR2W-108160     -5.704867     56.48890             25
    +#> 4212   VR2W-108160     -5.704867     56.48890             25
    +#> 4213   VR2W-108160     -5.704867     56.48890             25
    +#> 4214   VR2W-108160     -5.704867     56.48890             25
    +#> 4215   VR2W-108160     -5.704867     56.48890             25
    +#> 4216   VR2W-108160     -5.704867     56.48890             25
    +#> 4217   VR2W-108160     -5.704867     56.48890             25
    +#> 4218   VR2W-108160     -5.704867     56.48890             25
    +#> 4219  VR2AR-546136     -5.665000     56.48650            105
    +#> 4220  VR2AR-546136     -5.665000     56.48650            105
    +#> 4221  VR2AR-546136     -5.665000     56.48650            105
    +#> 4222  VR2AR-546136     -5.665000     56.48650            105
    +#> 4223  VR2AR-546136     -5.665000     56.48650            105
    +#> 4224  VR2AR-546136     -5.665000     56.48650            105
    +#> 4225  VR2AR-546136     -5.665000     56.48650            105
    +#> 4226  VR2AR-546136     -5.665000     56.48650            105
    +#> 4227  VR2AR-546136     -5.665000     56.48650            105
    +#> 4228  VR2AR-546136     -5.665000     56.48650            105
    +#> 4229  VR2AR-546136     -5.665000     56.48650            105
    +#> 4230  VR2AR-546136     -5.665000     56.48650            105
    +#> 4231  VR2AR-546136     -5.665000     56.48650            105
    +#> 4232  VR2AR-546136     -5.665000     56.48650            105
    +#> 4233  VR2AR-546136     -5.665000     56.48650            105
    +#> 4234  VR2AR-546136     -5.665000     56.48650            105
    +#> 4235  VR2AR-546136     -5.665000     56.48650            105
    +#> 4236  VR2AR-546136     -5.665000     56.48650            105
    +#> 4237  VR2AR-546136     -5.665000     56.48650            105
    +#> 4238  VR2AR-546136     -5.665000     56.48650            105
    +#> 4239  VR2AR-546136     -5.665000     56.48650            105
    +#> 4240  VR2AR-546136     -5.665000     56.48650            105
    +#> 4241  VR2AR-546136     -5.665000     56.48650            105
    +#> 4242  VR2AR-546136     -5.665000     56.48650            105
    +#> 4243  VR2AR-546136     -5.665000     56.48650            105
    +#> 4244  VR2AR-546136     -5.665000     56.48650            105
    +#> 4245  VR2AR-546136     -5.665000     56.48650            105
    +#> 4246  VR2AR-546136     -5.665000     56.48650            105
    +#> 4247  VR2AR-546136     -5.665000     56.48650            105
    +#> 4248  VR2AR-546136     -5.665000     56.48650            105
    +#> 4249  VR2AR-546136     -5.665000     56.48650            105
    +#> 4250  VR2AR-546136     -5.665000     56.48650            105
    +#> 4251  VR2AR-546136     -5.665000     56.48650            105
    +#> 4252  VR2AR-546136     -5.665000     56.48650            105
    +#> 4253  VR2AR-546136     -5.665000     56.48650            105
    +#> 4254  VR2AR-546136     -5.665000     56.48650            105
    +#> 4255      VR2-6720     -5.627150     56.50808             50
    +#> 4256      VR2-6720     -5.627150     56.50808             50
    +#> 4257      VR2-6720     -5.627150     56.50808             50
    +#> 4258      VR2-6720     -5.627150     56.50808             50
    +#> 4259      VR2-6720     -5.627150     56.50808             50
    +#> 4260      VR2-6720     -5.627150     56.50808             50
    +#> 4261      VR2-6720     -5.627150     56.50808             50
    +#> 4262      VR2-6720     -5.627150     56.50808             50
    +#> 4263      VR2-6720     -5.627150     56.50808             50
    +#> 4264      VR2-6720     -5.627150     56.50808             50
    +#> 4265      VR2-6720     -5.627150     56.50808             50
    +#> 4266      VR2-6720     -5.627150     56.50808             50
    +#> 4267      VR2-6720     -5.627150     56.50808             50
    +#> 4268      VR2-6720     -5.627150     56.50808             50
    +#> 4269      VR2-6720     -5.627150     56.50808             50
    +#> 4270      VR2-6720     -5.627150     56.50808             50
    +#> 4271      VR2-6720     -5.627150     56.50808             50
    +#> 4272      VR2-6720     -5.627150     56.50808             50
    +#> 4273      VR2-6720     -5.627150     56.50808             50
    +#> 4274      VR2-6720     -5.627150     56.50808             50
    +#> 4275      VR2-6720     -5.627150     56.50808             50
    +#> 4276  VR2AR-546136     -5.665000     56.48650            105
    +#> 4277  VR2AR-546136     -5.665000     56.48650            105
    +#> 4278  VR2AR-546136     -5.665000     56.48650            105
    +#> 4279  VR2AR-546136     -5.665000     56.48650            105
    +#> 4280  VR2AR-546136     -5.665000     56.48650            105
    +#> 4281  VR2AR-546136     -5.665000     56.48650            105
    +#> 4282  VR2AR-546136     -5.665000     56.48650            105
    +#> 4283  VR2AR-546136     -5.665000     56.48650            105
    +#> 4284  VR2AR-546136     -5.665000     56.48650            105
    +#> 4285  VR2AR-546136     -5.665000     56.48650            105
    +#> 4286  VR2AR-546136     -5.665000     56.48650            105
    +#> 4287  VR2AR-546136     -5.665000     56.48650            105
    +#> 4288  VR2AR-546136     -5.665000     56.48650            105
    +#> 4289  VR2AR-546136     -5.665000     56.48650            105
    +#> 4290  VR2AR-546136     -5.665000     56.48650            105
    +#> 4291  VR2AR-546136     -5.665000     56.48650            105
    +#> 4292  VR2AR-546136     -5.665000     56.48650            105
    +#> 4293  VR2AR-546134     -5.628000     56.45650             40
    +#> 4294  VR2AR-546134     -5.628000     56.45650             40
    +#> 4295  VR2AR-546134     -5.628000     56.45650             40
    +#> 4296  VR2AR-546134     -5.628000     56.45650             40
    +#> 4297  VR2AR-546134     -5.628000     56.45650             40
    +#> 4298  VR2AR-546134     -5.628000     56.45650             40
    +#> 4299  VR2AR-546134     -5.628000     56.45650             40
    +#> 4300  VR2AR-546134     -5.628000     56.45650             40
    +#> 4301  VR2AR-546134     -5.628000     56.45650             40
    +#> 4302  VR2AR-546134     -5.628000     56.45650             40
    +#> 4303  VR2AR-546134     -5.628000     56.45650             40
    +#> 4304  VR2AR-546134     -5.628000     56.45650             40
    +#> 4305  VR2AR-546134     -5.628000     56.45650             40
    +#> 4306  VR2AR-546134     -5.628000     56.45650             40
    +#> 4307  VR2AR-546134     -5.628000     56.45650             40
    +#> 4308  VR2AR-546134     -5.628000     56.45650             40
    +#> 4309  VR2AR-546134     -5.628000     56.45650             40
    +#> 4310  VR2AR-546134     -5.628000     56.45650             40
    +#> 4311  VR2AR-546134     -5.628000     56.45650             40
    +#> 4312  VR2AR-546134     -5.628000     56.45650             40
    +#> 4313  VR2AR-546134     -5.628000     56.45650             40
    +#> 4314  VR2AR-546134     -5.628000     56.45650             40
    +#> 4315   VR2W-108160     -5.704867     56.48890             25
    +#> 4316   VR2W-108160     -5.704867     56.48890             25
    +#> 4317   VR2W-108160     -5.704867     56.48890             25
    +#> 4318   VR2W-108160     -5.704867     56.48890             25
    +#> 4319   VR2W-108160     -5.704867     56.48890             25
    +#> 4320   VR2W-108160     -5.704867     56.48890             25
    +#> 4321   VR2W-108160     -5.704867     56.48890             25
    +#> 4322   VR2W-108160     -5.704867     56.48890             25
    +#> 4323   VR2W-108160     -5.704867     56.48890             25
    +#> 4324   VR2W-108160     -5.704867     56.48890             25
    +#> 4325   VR2W-108160     -5.704867     56.48890             25
    +#> 4326   VR2W-108160     -5.704867     56.48890             25
    +#> 4327   VR2W-108160     -5.704867     56.48890             25
    +#> 4328   VR2W-108160     -5.704867     56.48890             25
    +#> 4329   VR2W-108160     -5.704867     56.48890             25
    +#> 4330  VR2AR-546136     -5.665000     56.48650            105
    +#> 4331  VR2AR-546136     -5.665000     56.48650            105
    +#> 4332  VR2AR-546136     -5.665000     56.48650            105
    +#> 4333  VR2AR-546136     -5.665000     56.48650            105
    +#> 4334  VR2AR-546136     -5.665000     56.48650            105
    +#> 4335  VR2AR-546136     -5.665000     56.48650            105
    +#> 4336  VR2AR-546136     -5.665000     56.48650            105
    +#> 4337  VR2AR-546136     -5.665000     56.48650            105
    +#> 4338  VR2AR-546136     -5.665000     56.48650            105
    +#> 4339  VR2AR-546136     -5.665000     56.48650            105
    +#> 4340  VR2AR-546136     -5.665000     56.48650            105
    +#> 4341  VR2AR-546136     -5.665000     56.48650            105
    +#> 4342  VR2AR-546136     -5.665000     56.48650            105
    +#> 4343  VR2AR-546136     -5.665000     56.48650            105
    +#> 4344  VR2AR-546136     -5.665000     56.48650            105
    +#> 4345  VR2AR-546136     -5.665000     56.48650            105
    +#> 4346  VR2AR-546136     -5.665000     56.48650            105
    +#> 4347  VR2AR-546136     -5.665000     56.48650            105
    +#> 4348  VR2AR-546136     -5.665000     56.48650            105
    +#> 4349  VR2AR-546136     -5.665000     56.48650            105
    +#> 4350  VR2AR-546136     -5.665000     56.48650            105
    +#> 4351  VR2AR-546136     -5.665000     56.48650            105
    +#> 4352      VR2-6720     -5.627150     56.50808             50
    +#> 4353      VR2-6720     -5.627150     56.50808             50
    +#> 4354      VR2-6720     -5.627150     56.50808             50
    +#> 4355      VR2-6720     -5.627150     56.50808             50
    +#> 4356      VR2-6720     -5.627150     56.50808             50
    +#> 4357      VR2-6720     -5.627150     56.50808             50
    +#> 4358      VR2-6720     -5.627150     56.50808             50
    +#> 4359      VR2-6720     -5.627150     56.50808             50
    +#> 4360      VR2-6720     -5.627150     56.50808             50
    +#> 4361      VR2-6720     -5.627150     56.50808             50
    +#> 4362      VR2-6720     -5.627150     56.50808             50
    +#> 4363      VR2-6720     -5.627150     56.50808             50
    +#> 4364      VR2-6720     -5.627150     56.50808             50
    +#> 4365      VR2-6720     -5.627150     56.50808             50
    +#> 4366      VR2-6720     -5.627150     56.50808             50
    +#> 4367      VR2-6720     -5.627150     56.50808             50
    +#> 4368      VR2-6720     -5.627150     56.50808             50
    +#> 4369      VR2-6720     -5.627150     56.50808             50
    +#> 4370      VR2-6720     -5.627150     56.50808             50
    +#> 4371      VR2-6720     -5.627150     56.50808             50
    +#> 4372      VR2-6720     -5.627150     56.50808             50
    +#> 4373      VR2-6720     -5.627150     56.50808             50
    +#> 4374      VR2-6720     -5.627150     56.50808             50
    +#> 4375      VR2-6720     -5.627150     56.50808             50
    +#> 4376      VR2-6720     -5.627150     56.50808             50
    +#> 4377      VR2-6720     -5.627150     56.50808             50
    +#> 4378      VR2-6720     -5.627150     56.50808             50
    +#> 4379      VR2-6720     -5.627150     56.50808             50
    +#> 4380      VR2-6720     -5.627150     56.50808             50
    +#> 4381      VR2-6720     -5.627150     56.50808             50
    +#> 4382      VR2-6720     -5.627150     56.50808             50
    +#> 4383      VR2-6720     -5.627150     56.50808             50
    +#> 4384  VR2AR-546134     -5.628000     56.45650             40
    +#> 4385  VR2AR-546134     -5.628000     56.45650             40
    +#> 4386  VR2AR-546134     -5.628000     56.45650             40
    +#> 4387  VR2AR-546134     -5.628000     56.45650             40
    +#> 4388  VR2AR-546134     -5.628000     56.45650             40
    +#> 4389  VR2AR-546134     -5.628000     56.45650             40
    +#> 4390  VR2AR-546134     -5.628000     56.45650             40
    +#> 4391  VR2AR-546134     -5.628000     56.45650             40
    +#> 4392  VR2AR-546134     -5.628000     56.45650             40
    +#> 4393  VR2AR-546134     -5.628000     56.45650             40
    +#> 4394  VR2AR-546134     -5.628000     56.45650             40
    +#> 4395  VR2AR-546134     -5.628000     56.45650             40
    +#> 4396  VR2AR-546134     -5.628000     56.45650             40
    +#> 4397  VR2AR-546134     -5.628000     56.45650             40
    +#> 4398  VR2AR-546134     -5.628000     56.45650             40
    +#> 4399  VR2AR-546134     -5.628000     56.45650             40
    +#> 4400  VR2AR-546134     -5.628000     56.45650             40
    +#> 4401  VR2AR-546134     -5.628000     56.45650             40
    +#> 4402  VR2AR-546134     -5.628000     56.45650             40
    +#> 4403  VR2AR-546134     -5.628000     56.45650             40
    +#> 4404  VR2AR-546134     -5.628000     56.45650             40
    +#> 4405  VR2AR-546136     -5.665000     56.48650            105
    +#> 4406  VR2AR-546136     -5.665000     56.48650            105
    +#> 4407  VR2AR-546136     -5.665000     56.48650            105
    +#> 4408  VR2AR-546136     -5.665000     56.48650            105
    +#> 4409  VR2AR-546136     -5.665000     56.48650            105
    +#> 4410  VR2AR-546136     -5.665000     56.48650            105
    +#> 4411  VR2AR-546136     -5.665000     56.48650            105
    +#> 4412  VR2AR-546136     -5.665000     56.48650            105
    +#> 4413  VR2AR-546136     -5.665000     56.48650            105
    +#> 4414   VR2W-108160     -5.704867     56.48890             25
    +#> 4415   VR2W-108160     -5.704867     56.48890             25
    +#> 4416   VR2W-108160     -5.704867     56.48890             25
    +#> 4417   VR2W-108160     -5.704867     56.48890             25
    +#> 4418   VR2W-108160     -5.704867     56.48890             25
    +#> 4419   VR2W-108160     -5.704867     56.48890             25
    +#> 4420   VR2W-108160     -5.704867     56.48890             25
    +#> 4421   VR2W-108160     -5.704867     56.48890             25
    +#> 4422   VR2W-108160     -5.704867     56.48890             25
    +#> 4423   VR2W-108160     -5.704867     56.48890             25
    +#> 4424   VR2W-108160     -5.704867     56.48890             25
    +#> 4425   VR2W-108160     -5.704867     56.48890             25
    +#> 4426   VR2W-108160     -5.704867     56.48890             25
    +#> 4427   VR2W-108160     -5.704867     56.48890             25
    +#> 4428   VR2W-108160     -5.704867     56.48890             25
    +#> 4429   VR2W-108160     -5.704867     56.48890             25
    +#> 4430   VR2W-108160     -5.704867     56.48890             25
    +#> 4431   VR2W-108160     -5.704867     56.48890             25
    +#> 4432   VR2W-108160     -5.704867     56.48890             25
    +#> 4433   VR2W-108160     -5.704867     56.48890             25
    +#> 4434   VR2W-108160     -5.704867     56.48890             25
    +#> 4435   VR2W-108160     -5.704867     56.48890             25
    +#> 4436   VR2W-108160     -5.704867     56.48890             25
    +#> 4437   VR2W-108160     -5.704867     56.48890             25
    +#> 4438  VR2AR-546136     -5.665000     56.48650            105
    +#> 4439  VR2AR-546136     -5.665000     56.48650            105
    +#> 4440  VR2AR-546136     -5.665000     56.48650            105
    +#> 4441  VR2AR-546136     -5.665000     56.48650            105
    +#> 4442  VR2AR-546136     -5.665000     56.48650            105
    +#> 4443  VR2AR-546136     -5.665000     56.48650            105
    +#> 4444  VR2AR-546136     -5.665000     56.48650            105
    +#> 4445  VR2AR-546136     -5.665000     56.48650            105
    +#> 4446  VR2AR-546136     -5.665000     56.48650            105
    +#> 4447  VR2AR-546136     -5.665000     56.48650            105
    +#> 4448  VR2AR-546136     -5.665000     56.48650            105
    +#> 4449  VR2AR-546136     -5.665000     56.48650            105
    +#> 4450  VR2AR-546136     -5.665000     56.48650            105
    +#> 4451  VR2AR-546136     -5.665000     56.48650            105
    +#> 4452  VR2AR-546136     -5.665000     56.48650            105
    +#> 4453  VR2AR-546136     -5.665000     56.48650            105
    +#> 4454  VR2AR-546136     -5.665000     56.48650            105
    +#> 4455  VR2AR-546136     -5.665000     56.48650            105
    +#> 4456  VR2AR-546136     -5.665000     56.48650            105
    +#> 4457  VR2AR-546136     -5.665000     56.48650            105
    +#> 4458  VR2AR-546136     -5.665000     56.48650            105
    +#> 4459  VR2AR-546136     -5.665000     56.48650            105
    +#> 4460  VR2AR-546136     -5.665000     56.48650            105
    +#> 4461  VR2AR-546136     -5.665000     56.48650            105
    +#> 4462  VR2AR-546136     -5.665000     56.48650            105
    +#> 4463  VR2AR-546136     -5.665000     56.48650            105
    +#> 4464  VR2AR-546136     -5.665000     56.48650            105
    +#> 4465  VR2AR-546136     -5.665000     56.48650            105
    +#> 4466  VR2AR-546136     -5.665000     56.48650            105
    +#> 4467  VR2AR-546136     -5.665000     56.48650            105
    +#> 4468  VR2AR-546136     -5.665000     56.48650            105
    +#> 4469  VR2AR-546136     -5.665000     56.48650            105
    +#> 4470  VR2AR-546136     -5.665000     56.48650            105
    +#> 4471  VR2AR-546136     -5.665000     56.48650            105
    +#> 4472  VR2AR-546136     -5.665000     56.48650            105
    +#> 4473  VR2AR-546136     -5.665000     56.48650            105
    +#> 4474      VR2-6720     -5.627150     56.50808             50
    +#> 4475      VR2-6720     -5.627150     56.50808             50
    +#> 4476      VR2-6720     -5.627150     56.50808             50
    +#> 4477      VR2-6720     -5.627150     56.50808             50
    +#> 4478      VR2-6720     -5.627150     56.50808             50
    +#> 4479  VR2AR-546134     -5.628000     56.45650             40
    +#> 4480  VR2AR-546134     -5.628000     56.45650             40
    +#> 4481  VR2AR-546134     -5.628000     56.45650             40
    +#> 4482  VR2AR-546134     -5.628000     56.45650             40
    +#> 4483  VR2AR-546134     -5.628000     56.45650             40
    +#> 4484  VR2AR-546134     -5.628000     56.45650             40
    +#> 4485  VR2AR-546134     -5.628000     56.45650             40
    +#> 4486  VR2AR-546134     -5.628000     56.45650             40
    +#> 4487  VR2AR-546134     -5.628000     56.45650             40
    +#> 4488  VR2AR-546134     -5.628000     56.45650             40
    +#> 4489  VR2AR-546134     -5.628000     56.45650             40
    +#> 4490  VR2AR-546134     -5.628000     56.45650             40
    +#> 4491  VR2AR-546134     -5.628000     56.45650             40
    +#> 4492  VR2AR-546134     -5.628000     56.45650             40
    +#> 4493      VR2-6720     -5.627150     56.50808             50
    +#> 4494      VR2-6720     -5.627150     56.50808             50
    +#> 4495      VR2-6720     -5.627150     56.50808             50
    +#> 4496      VR2-6720     -5.627150     56.50808             50
    +#> 4497      VR2-6720     -5.627150     56.50808             50
    +#> 4498      VR2-6720     -5.627150     56.50808             50
    +#> 4499      VR2-6720     -5.627150     56.50808             50
    +#> 4500      VR2-6720     -5.627150     56.50808             50
    +#> 4501      VR2-6720     -5.627150     56.50808             50
    +#> 4502      VR2-6720     -5.627150     56.50808             50
    +#> 4503      VR2-6720     -5.627150     56.50808             50
    +#> 4504      VR2-6720     -5.627150     56.50808             50
    +#> 4505      VR2-6720     -5.627150     56.50808             50
    +#> 4506      VR2-6720     -5.627150     56.50808             50
    +#> 4507      VR2-6720     -5.627150     56.50808             50
    +#> 4508      VR2-6720     -5.627150     56.50808             50
    +#> 4509      VR2-6720     -5.627150     56.50808             50
    +#> 4510      VR2-6720     -5.627150     56.50808             50
    +#> 4511      VR2-6720     -5.627150     56.50808             50
    +#> 4512      VR2-6720     -5.627150     56.50808             50
    +#> 4513      VR2-6720     -5.627150     56.50808             50
    +#> 4514      VR2-6720     -5.627150     56.50808             50
    +#> 4515      VR2-6720     -5.627150     56.50808             50
    +#> 4516      VR2-6720     -5.627150     56.50808             50
    +#> 4517      VR2-6720     -5.627150     56.50808             50
    +#> 4518      VR2-6720     -5.627150     56.50808             50
    +#> 4519      VR2-6720     -5.627150     56.50808             50
    +#> 4520      VR2-6720     -5.627150     56.50808             50
    +#> 4521      VR2-6720     -5.627150     56.50808             50
    +#> 4522      VR2-6720     -5.627150     56.50808             50
    +#> 4523      VR2-6720     -5.627150     56.50808             50
    +#> 4524      VR2-6720     -5.627150     56.50808             50
    +#> 4525      VR2-6720     -5.627150     56.50808             50
    +#> 4526      VR2-6720     -5.627150     56.50808             50
    +#> 4527      VR2-6720     -5.627150     56.50808             50
    +#> 4528      VR2-6720     -5.627150     56.50808             50
    +#> 4529      VR2-6720     -5.627150     56.50808             50
    +#> 4530      VR2-6720     -5.627150     56.50808             50
    +#> 4531      VR2-6720     -5.627150     56.50808             50
    +#> 4532      VR2-6720     -5.627150     56.50808             50
    +#> 4533      VR2-6720     -5.627150     56.50808             50
    +#> 4534      VR2-6720     -5.627150     56.50808             50
    +#> 4535      VR2-6720     -5.627150     56.50808             50
    +#> 4536      VR2-6720     -5.627150     56.50808             50
    +#> 4537      VR2-6720     -5.627150     56.50808             50
    +#> 4538      VR2-6720     -5.627150     56.50808             50
    +#> 4539      VR2-6720     -5.627150     56.50808             50
    +#> 4540      VR2-6720     -5.627150     56.50808             50
    +#> 4541      VR2-6720     -5.627150     56.50808             50
    +#> 4542      VR2-6720     -5.627150     56.50808             50
    +#> 4543      VR2-6720     -5.627150     56.50808             50
    +#> 4544      VR2-6720     -5.627150     56.50808             50
    +#> 4545      VR2-6720     -5.627150     56.50808             50
    +#> 4546      VR2-6720     -5.627150     56.50808             50
    +#> 4547      VR2-6720     -5.627150     56.50808             50
    +#> 4548      VR2-6720     -5.627150     56.50808             50
    +#> 4549      VR2-6720     -5.627150     56.50808             50
    +#> 4550      VR2-6720     -5.627150     56.50808             50
    +#> 4551      VR2-6720     -5.627150     56.50808             50
    +#> 4552      VR2-6720     -5.627150     56.50808             50
    +#> 4553      VR2-6720     -5.627150     56.50808             50
    +#> 4554      VR2-6720     -5.627150     56.50808             50
    +#> 4555      VR2-6720     -5.627150     56.50808             50
    +#> 4556      VR2-6720     -5.627150     56.50808             50
    +#> 4557      VR2-6720     -5.627150     56.50808             50
    +#> 4558      VR2-6720     -5.627150     56.50808             50
    +#> 4559      VR2-6720     -5.627150     56.50808             50
    +#> 4560      VR2-6720     -5.627150     56.50808             50
    +#> 4561      VR2-6720     -5.627150     56.50808             50
    +#> 4562  VR2AR-546134     -5.628000     56.45650             40
    +#> 4563  VR2AR-546134     -5.628000     56.45650             40
    +#> 4564  VR2AR-546134     -5.628000     56.45650             40
    +#> 4565  VR2AR-546136     -5.665000     56.48650            105
    +#> 4566  VR2AR-546136     -5.665000     56.48650            105
    +#> 4567  VR2AR-546136     -5.665000     56.48650            105
    +#> 4568  VR2AR-546136     -5.665000     56.48650            105
    +#> 4569  VR2AR-546136     -5.665000     56.48650            105
    +#> 4570  VR2AR-546136     -5.665000     56.48650            105
    +#> 4571  VR2AR-546136     -5.665000     56.48650            105
    +#> 4572  VR2AR-546136     -5.665000     56.48650            105
    +#> 4573  VR2AR-546136     -5.665000     56.48650            105
    +#> 4574  VR2AR-546136     -5.665000     56.48650            105
    +#> 4575  VR2AR-546136     -5.665000     56.48650            105
    +#> 4576  VR2AR-546136     -5.665000     56.48650            105
    +#> 4577  VR2AR-546136     -5.665000     56.48650            105
    +#> 4578  VR2AR-546136     -5.665000     56.48650            105
    +#> 4579  VR2AR-546136     -5.665000     56.48650            105
    +#> 4580  VR2AR-546136     -5.665000     56.48650            105
    +#> 4581  VR2AR-546136     -5.665000     56.48650            105
    +#> 4582  VR2AR-546136     -5.665000     56.48650            105
    +#> 4583  VR2AR-546136     -5.665000     56.48650            105
    +#> 4584  VR2AR-546136     -5.665000     56.48650            105
    +#> 4585  VR2AR-546136     -5.665000     56.48650            105
    +#> 4586  VR2AR-546136     -5.665000     56.48650            105
    +#> 4587  VR2AR-546136     -5.665000     56.48650            105
    +#> 4588  VR2AR-546136     -5.665000     56.48650            105
    +#> 4589  VR2AR-546136     -5.665000     56.48650            105
    +#> 4590  VR2AR-546136     -5.665000     56.48650            105
    +#> 4591  VR2AR-546136     -5.665000     56.48650            105
    +#> 4592  VR2AR-546136     -5.665000     56.48650            105
    +#> 4593  VR2AR-546136     -5.665000     56.48650            105
    +#> 4594  VR2AR-546136     -5.665000     56.48650            105
    +#> 4595  VR2AR-546136     -5.665000     56.48650            105
    +#> 4596  VR2AR-546136     -5.665000     56.48650            105
    +#> 4597  VR2AR-546136     -5.665000     56.48650            105
    +#> 4598  VR2AR-546136     -5.665000     56.48650            105
    +#> 4599  VR2AR-546136     -5.665000     56.48650            105
    +#> 4600  VR2AR-546136     -5.665000     56.48650            105
    +#> 4601  VR2AR-546136     -5.665000     56.48650            105
    +#> 4602  VR2AR-546136     -5.665000     56.48650            105
    +#> 4603  VR2AR-546136     -5.665000     56.48650            105
    +#> 4604  VR2AR-546136     -5.665000     56.48650            105
    +#> 4605  VR2AR-546136     -5.665000     56.48650            105
    +#> 4606  VR2AR-546136     -5.665000     56.48650            105
    +#> 4607  VR2AR-546136     -5.665000     56.48650            105
    +#> 4608  VR2AR-546136     -5.665000     56.48650            105
    +#> 4609  VR2AR-546136     -5.665000     56.48650            105
    +#> 4610  VR2AR-546136     -5.665000     56.48650            105
    +#> 4611  VR2AR-546136     -5.665000     56.48650            105
    +#> 4612  VR2AR-546136     -5.665000     56.48650            105
    +#> 4613  VR2AR-546136     -5.665000     56.48650            105
    +#> 4614  VR2AR-546136     -5.665000     56.48650            105
    +#> 4615  VR2AR-546136     -5.665000     56.48650            105
    +#> 4616  VR2AR-546136     -5.665000     56.48650            105
    +#> 4617  VR2AR-546136     -5.665000     56.48650            105
    +#> 4618  VR2AR-546136     -5.665000     56.48650            105
    +#> 4619  VR2AR-546136     -5.665000     56.48650            105
    +#> 4620  VR2AR-546136     -5.665000     56.48650            105
    +#> 4621  VR2AR-546136     -5.665000     56.48650            105
    +#> 4622  VR2AR-546136     -5.665000     56.48650            105
    +#> 4623  VR2AR-546136     -5.665000     56.48650            105
    +#> 4624  VR2AR-546136     -5.665000     56.48650            105
    +#> 4625  VR2AR-546136     -5.665000     56.48650            105
    +#> 4626  VR2AR-546136     -5.665000     56.48650            105
    +#> 4627  VR2AR-546136     -5.665000     56.48650            105
    +#> 4628  VR2AR-546136     -5.665000     56.48650            105
    +#> 4629  VR2AR-546136     -5.665000     56.48650            105
    +#> 4630  VR2AR-546136     -5.665000     56.48650            105
    +#> 4631  VR2AR-546136     -5.665000     56.48650            105
    +#> 4632  VR2AR-546136     -5.665000     56.48650            105
    +#> 4633  VR2AR-546136     -5.665000     56.48650            105
    +#> 4634  VR2AR-546136     -5.665000     56.48650            105
    +#> 4635  VR2AR-546136     -5.665000     56.48650            105
    +#> 4636  VR2AR-546136     -5.665000     56.48650            105
    +#> 4637  VR2AR-546136     -5.665000     56.48650            105
    +#> 4638  VR2AR-546136     -5.665000     56.48650            105
    +#> 4639  VR2AR-546136     -5.665000     56.48650            105
    +#> 4640  VR2AR-546136     -5.665000     56.48650            105
    +#> 4641  VR2AR-546136     -5.665000     56.48650            105
    +#> 4642  VR2AR-546136     -5.665000     56.48650            105
    +#> 4643  VR2AR-546136     -5.665000     56.48650            105
    +#> 4644  VR2AR-546136     -5.665000     56.48650            105
    +#> 4645  VR2AR-546136     -5.665000     56.48650            105
    +#> 4646  VR2AR-546136     -5.665000     56.48650            105
    +#> 4647  VR2AR-546136     -5.665000     56.48650            105
    +#> 4648  VR2AR-546136     -5.665000     56.48650            105
    +#> 4649  VR2AR-546136     -5.665000     56.48650            105
    +#> 4650  VR2AR-546136     -5.665000     56.48650            105
    +#> 4651  VR2AR-546136     -5.665000     56.48650            105
    +#> 4652  VR2AR-546136     -5.665000     56.48650            105
    +#> 4653  VR2AR-546136     -5.665000     56.48650            105
    +#> 4654  VR2AR-546136     -5.665000     56.48650            105
    +#> 4655  VR2AR-546136     -5.665000     56.48650            105
    +#> 4656  VR2AR-546136     -5.665000     56.48650            105
    +#> 4657  VR2AR-546136     -5.665000     56.48650            105
    +#> 4658  VR2AR-546136     -5.665000     56.48650            105
    +#> 4659  VR2AR-546136     -5.665000     56.48650            105
    +#> 4660  VR2AR-546136     -5.665000     56.48650            105
    +#> 4661  VR2AR-546136     -5.665000     56.48650            105
    +#> 4662  VR2AR-546136     -5.665000     56.48650            105
    +#> 4663  VR2AR-546136     -5.665000     56.48650            105
    +#> 4664  VR2AR-546136     -5.665000     56.48650            105
    +#> 4665  VR2AR-546136     -5.665000     56.48650            105
    +#> 4666  VR2AR-546136     -5.665000     56.48650            105
    +#> 4667  VR2AR-546136     -5.665000     56.48650            105
    +#> 4668  VR2AR-546136     -5.665000     56.48650            105
    +#> 4669  VR2AR-546136     -5.665000     56.48650            105
    +#> 4670  VR2AR-546136     -5.665000     56.48650            105
    +#> 4671  VR2AR-546136     -5.665000     56.48650            105
    +#> 4672  VR2AR-546136     -5.665000     56.48650            105
    +#> 4673  VR2AR-546136     -5.665000     56.48650            105
    +#> 4674  VR2AR-546136     -5.665000     56.48650            105
    +#> 4675  VR2AR-546136     -5.665000     56.48650            105
    +#> 4676  VR2AR-546136     -5.665000     56.48650            105
    +#> 4677  VR2AR-546136     -5.665000     56.48650            105
    +#> 4678  VR2AR-546136     -5.665000     56.48650            105
    +#> 4679  VR2AR-546136     -5.665000     56.48650            105
    +#> 4680  VR2AR-546136     -5.665000     56.48650            105
    +#> 4681  VR2AR-546136     -5.665000     56.48650            105
    +#> 4682  VR2AR-546136     -5.665000     56.48650            105
    +#> 4683  VR2AR-546136     -5.665000     56.48650            105
    +#> 4684  VR2AR-546136     -5.665000     56.48650            105
    +#> 4685  VR2AR-546136     -5.665000     56.48650            105
    +#> 4686  VR2AR-546136     -5.665000     56.48650            105
    +#> 4687  VR2AR-546136     -5.665000     56.48650            105
    +#> 4688  VR2AR-546136     -5.665000     56.48650            105
    +#> 4689  VR2AR-546136     -5.665000     56.48650            105
    +#> 4690  VR2AR-546136     -5.665000     56.48650            105
    +#> 4691  VR2AR-546136     -5.665000     56.48650            105
    +#> 4692  VR2AR-546136     -5.665000     56.48650            105
    +#> 4693  VR2AR-546136     -5.665000     56.48650            105
    +#> 4694  VR2AR-546136     -5.665000     56.48650            105
    +#> 4695  VR2AR-546136     -5.665000     56.48650            105
    +#> 4696  VR2AR-546136     -5.665000     56.48650            105
    +#> 4697  VR2AR-546136     -5.665000     56.48650            105
    +#> 4698  VR2AR-546136     -5.665000     56.48650            105
    +#> 4699  VR2AR-546136     -5.665000     56.48650            105
    +#> 4700  VR2AR-546136     -5.665000     56.48650            105
    +#> 4701  VR2AR-546136     -5.665000     56.48650            105
    +#> 4702  VR2AR-546136     -5.665000     56.48650            105
    +#> 4703  VR2AR-546136     -5.665000     56.48650            105
    +#> 4704  VR2AR-546136     -5.665000     56.48650            105
    +#> 4705  VR2AR-546136     -5.665000     56.48650            105
    +#> 4706  VR2AR-546136     -5.665000     56.48650            105
    +#> 4707  VR2AR-546136     -5.665000     56.48650            105
    +#> 4708  VR2AR-546136     -5.665000     56.48650            105
    +#> 4709  VR2AR-546136     -5.665000     56.48650            105
    +#> 4710  VR2AR-546136     -5.665000     56.48650            105
    +#> 4711  VR2AR-546136     -5.665000     56.48650            105
    +#> 4712  VR2AR-546136     -5.665000     56.48650            105
    +#> 4713  VR2AR-546136     -5.665000     56.48650            105
    +#> 4714  VR2AR-546136     -5.665000     56.48650            105
    +#> 4715  VR2AR-546136     -5.665000     56.48650            105
    +#> 4716  VR2AR-546136     -5.665000     56.48650            105
    +#> 4717  VR2AR-546136     -5.665000     56.48650            105
    +#> 4718  VR2AR-546136     -5.665000     56.48650            105
    +#> 4719  VR2AR-546136     -5.665000     56.48650            105
    +#> 4720  VR2AR-546136     -5.665000     56.48650            105
    +#> 4721  VR2AR-546136     -5.665000     56.48650            105
    +#> 4722  VR2AR-546136     -5.665000     56.48650            105
    +#> 4723  VR2AR-546136     -5.665000     56.48650            105
    +#> 4724  VR2AR-546136     -5.665000     56.48650            105
    +#> 4725  VR2AR-546136     -5.665000     56.48650            105
    +#> 4726  VR2AR-546136     -5.665000     56.48650            105
    +#> 4727  VR2AR-546136     -5.665000     56.48650            105
    +#> 4728  VR2AR-546136     -5.665000     56.48650            105
    +#> 4729  VR2AR-546136     -5.665000     56.48650            105
    +#> 4730  VR2AR-546136     -5.665000     56.48650            105
    +#> 4731  VR2AR-546136     -5.665000     56.48650            105
    +#> 4732  VR2AR-546136     -5.665000     56.48650            105
    +#> 4733  VR2AR-546136     -5.665000     56.48650            105
    +#> 4734  VR2AR-546136     -5.665000     56.48650            105
    +#> 4735  VR2AR-546136     -5.665000     56.48650            105
    +#> 4736  VR2AR-546136     -5.665000     56.48650            105
    +#> 4737   VR2W-113141     -5.755900     56.51000             50
    +#> 4738   VR2W-113141     -5.755900     56.51000             50
    +#> 4739   VR2W-113141     -5.755900     56.51000             50
    +#> 4740   VR2W-113141     -5.755900     56.51000             50
    +#> 4741   VR2W-113141     -5.755900     56.51000             50
    +#> 4742   VR2W-113141     -5.755900     56.51000             50
    +#> 4743   VR2W-113141     -5.755900     56.51000             50
    +#> 4744   VR2W-113141     -5.755900     56.51000             50
    +#> 4745   VR2W-113141     -5.755900     56.51000             50
    +#> 4746   VR2W-113141     -5.755900     56.51000             50
    +#> 4747   VR2W-113141     -5.755900     56.51000             50
    +#> 4748   VR2W-113141     -5.755900     56.51000             50
    +#> 4749   VR2W-113141     -5.755900     56.51000             50
    +#> 4750   VR2W-113141     -5.755900     56.51000             50
    +#> 4751   VR2W-113141     -5.755900     56.51000             50
    +#> 4752   VR2W-113141     -5.755900     56.51000             50
    +#> 4753   VR2W-113141     -5.755900     56.51000             50
    +#> 4754   VR2W-113141     -5.755900     56.51000             50
    +#> 4755   VR2W-113141     -5.755900     56.51000             50
    +#> 4756   VR2W-113141     -5.755900     56.51000             50
    +#> 4757   VR2W-113141     -5.755900     56.51000             50
    +#> 4758   VR2W-113141     -5.755900     56.51000             50
    +#> 4759   VR2W-113141     -5.755900     56.51000             50
    +#> 4760   VR2W-113141     -5.755900     56.51000             50
    +#> 4761   VR2W-113141     -5.755900     56.51000             50
    +#> 4762   VR2W-113141     -5.755900     56.51000             50
    +#> 4763   VR2W-113141     -5.755900     56.51000             50
    +#> 4764   VR2W-113141     -5.755900     56.51000             50
    +#> 4765   VR2W-113141     -5.755900     56.51000             50
    +#> 4766   VR2W-113141     -5.755900     56.51000             50
    +#> 4767   VR2W-113141     -5.755900     56.51000             50
    +#> 4768   VR2W-113141     -5.755900     56.51000             50
    +#> 4769   VR2W-113141     -5.755900     56.51000             50
    +#> 4770   VR2W-113141     -5.755900     56.51000             50
    +#> 4771   VR2W-113141     -5.755900     56.51000             50
    +#> 4772   VR2W-113141     -5.755900     56.51000             50
    +#> 4773   VR2W-113141     -5.755900     56.51000             50
    +#> 4774   VR2W-113141     -5.755900     56.51000             50
    +#> 4775   VR2W-113141     -5.755900     56.51000             50
    +#> 4776   VR2W-113141     -5.755900     56.51000             50
    +#> 4777   VR2W-113141     -5.755900     56.51000             50
    +#> 4778   VR2W-113141     -5.755900     56.51000             50
    +#> 4779   VR2W-113141     -5.755900     56.51000             50
    +#> 4780   VR2W-113141     -5.755900     56.51000             50
    +#> 4781   VR2W-113141     -5.755900     56.51000             50
    +#> 4782   VR2W-113141     -5.755900     56.51000             50
    +#> 4783   VR2W-113141     -5.755900     56.51000             50
    +#> 4784   VR2W-113141     -5.755900     56.51000             50
    +#> 4785   VR2W-113141     -5.755900     56.51000             50
    +#> 4786   VR2W-113141     -5.755900     56.51000             50
    +#> 4787   VR2W-113141     -5.755900     56.51000             50
    +#> 4788   VR2W-113141     -5.755900     56.51000             50
    +#> 4789   VR2W-113141     -5.755900     56.51000             50
    +#> 4790   VR2W-113141     -5.755900     56.51000             50
    +#> 4791   VR2W-113141     -5.755900     56.51000             50
    +#> 4792   VR2W-113141     -5.755900     56.51000             50
    +#> 4793   VR2W-113141     -5.755900     56.51000             50
    +#> 4794   VR2W-113141     -5.755900     56.51000             50
    +#> 4795   VR2W-113141     -5.755900     56.51000             50
    +#> 4796   VR2W-113141     -5.755900     56.51000             50
    +#> 4797   VR2W-113141     -5.755900     56.51000             50
    +#> 4798   VR2W-113141     -5.755900     56.51000             50
    +#> 4799   VR2W-113141     -5.755900     56.51000             50
    +#> 4800   VR2W-113141     -5.755900     56.51000             50
    +#> 4801   VR2W-113141     -5.755900     56.51000             50
    +#> 4802   VR2W-113141     -5.755900     56.51000             50
    +#> 4803   VR2W-113141     -5.755900     56.51000             50
    +#> 4804   VR2W-113141     -5.755900     56.51000             50
    +#> 4805   VR2W-113141     -5.755900     56.51000             50
    +#> 4806   VR2W-113141     -5.755900     56.51000             50
    +#> 4807   VR2W-113141     -5.755900     56.51000             50
    +#> 4808   VR2W-113141     -5.755900     56.51000             50
    +#> 4809   VR2W-113141     -5.755900     56.51000             50
    +#> 4810   VR2W-113141     -5.755900     56.51000             50
    +#> 4811   VR2W-113141     -5.755900     56.51000             50
    +#> 4812   VR2W-113141     -5.755900     56.51000             50
    +#> 4813   VR2W-113141     -5.755900     56.51000             50
    +#> 4814   VR2W-113141     -5.755900     56.51000             50
    +#> 4815   VR2W-113141     -5.755900     56.51000             50
    +#> 4816   VR2W-113141     -5.755900     56.51000             50
    +#> 4817   VR2W-113141     -5.755900     56.51000             50
    +#> 4818   VR2W-113141     -5.755900     56.51000             50
    +#> 4819   VR2W-113141     -5.755900     56.51000             50
    +#> 4820   VR2W-113141     -5.755900     56.51000             50
    +#> 4821   VR2W-113141     -5.755900     56.51000             50
    +#> 4822   VR2W-113141     -5.755900     56.51000             50
    +#> 4823   VR2W-113141     -5.755900     56.51000             50
    +#> 4824   VR2W-113141     -5.755900     56.51000             50
    +#> 4825   VR2W-113141     -5.755900     56.51000             50
    +#> 4826   VR2W-113141     -5.755900     56.51000             50
    +#> 4827   VR2W-113141     -5.755900     56.51000             50
    +#> 4828   VR2W-113141     -5.755900     56.51000             50
    +#> 4829   VR2W-113141     -5.755900     56.51000             50
    +#> 4830   VR2W-113141     -5.755900     56.51000             50
    +#> 4831   VR2W-113141     -5.755900     56.51000             50
    +#> 4832  VR2AR-546136     -5.665000     56.48650            105
    +#> 4833  VR2AR-546136     -5.665000     56.48650            105
    +#> 4834  VR2AR-546136     -5.665000     56.48650            105
    +#> 4835  VR2AR-546136     -5.665000     56.48650            105
    +#> 4836  VR2AR-546136     -5.665000     56.48650            105
    +#> 4837  VR2AR-546136     -5.665000     56.48650            105
    +#> 4838  VR2AR-546136     -5.665000     56.48650            105
    +#> 4839  VR2AR-546136     -5.665000     56.48650            105
    +#> 4840  VR2AR-546136     -5.665000     56.48650            105
    +#> 4841  VR2AR-546136     -5.665000     56.48650            105
    +#> 4842  VR2AR-546136     -5.665000     56.48650            105
    +#> 4843  VR2AR-546136     -5.665000     56.48650            105
    +#> 4844  VR2AR-546136     -5.665000     56.48650            105
    +#> 4845  VR2AR-546136     -5.665000     56.48650            105
    +#> 4846  VR2AR-546136     -5.665000     56.48650            105
    +#> 4847  VR2AR-546136     -5.665000     56.48650            105
    +#> 4848  VR2AR-546136     -5.665000     56.48650            105
    +#> 4849  VR2AR-546136     -5.665000     56.48650            105
    +#> 4850  VR2AR-546136     -5.665000     56.48650            105
    +#> 4851  VR2AR-546136     -5.665000     56.48650            105
    +#> 4852  VR2AR-546136     -5.665000     56.48650            105
    +#> 4853  VR2AR-546136     -5.665000     56.48650            105
    +#> 4854  VR2AR-546136     -5.665000     56.48650            105
    +#> 4855  VR2AR-546136     -5.665000     56.48650            105
    +#> 4856  VR2AR-546136     -5.665000     56.48650            105
    +#> 4857  VR2AR-546136     -5.665000     56.48650            105
    +#> 4858  VR2AR-546136     -5.665000     56.48650            105
    +#> 4859  VR2AR-546136     -5.665000     56.48650            105
    +#> 4860  VR2AR-546136     -5.665000     56.48650            105
    +#> 4861  VR2AR-546136     -5.665000     56.48650            105
    +#> 4862  VR2AR-546136     -5.665000     56.48650            105
    +#> 4863  VR2AR-546136     -5.665000     56.48650            105
    +#> 4864  VR2AR-546136     -5.665000     56.48650            105
    +#> 4865  VR2AR-546136     -5.665000     56.48650            105
    +#> 4866  VR2AR-546136     -5.665000     56.48650            105
    +#> 4867  VR2AR-546136     -5.665000     56.48650            105
    +#> 4868  VR2AR-546136     -5.665000     56.48650            105
    +#> 4869  VR2AR-546136     -5.665000     56.48650            105
    +#> 4870  VR2AR-546136     -5.665000     56.48650            105
    +#> 4871  VR2AR-546136     -5.665000     56.48650            105
    +#> 4872  VR2AR-546136     -5.665000     56.48650            105
    +#> 4873  VR2AR-546136     -5.665000     56.48650            105
    +#> 4874  VR2AR-546136     -5.665000     56.48650            105
    +#> 4875  VR2AR-546136     -5.665000     56.48650            105
    +#> 4876  VR2AR-546136     -5.665000     56.48650            105
    +#> 4877  VR2AR-546136     -5.665000     56.48650            105
    +#> 4878  VR2AR-546136     -5.665000     56.48650            105
    +#> 4879  VR2AR-546136     -5.665000     56.48650            105
    +#> 4880  VR2AR-546136     -5.665000     56.48650            105
    +#> 4881  VR2AR-546136     -5.665000     56.48650            105
    +#> 4882  VR2AR-546136     -5.665000     56.48650            105
    +#> 4883  VR2AR-546136     -5.665000     56.48650            105
    +#> 4884  VR2AR-546136     -5.665000     56.48650            105
    +#> 4885  VR2AR-546136     -5.665000     56.48650            105
    +#> 4886  VR2AR-546136     -5.665000     56.48650            105
    +#> 4887  VR2AR-546136     -5.665000     56.48650            105
    +#> 4888  VR2AR-546136     -5.665000     56.48650            105
    +#> 4889  VR2AR-546136     -5.665000     56.48650            105
    +#> 4890  VR2AR-546136     -5.665000     56.48650            105
    +#> 4891  VR2AR-546136     -5.665000     56.48650            105
    +#> 4892  VR2AR-546136     -5.665000     56.48650            105
    +#> 4893  VR2AR-546136     -5.665000     56.48650            105
    +#> 4894  VR2AR-546136     -5.665000     56.48650            105
    +#> 4895  VR2AR-546136     -5.665000     56.48650            105
    +#> 4896  VR2AR-546136     -5.665000     56.48650            105
    +#> 4897  VR2AR-546136     -5.665000     56.48650            105
    +#> 4898  VR2AR-546136     -5.665000     56.48650            105
    +#> 4899  VR2AR-546136     -5.665000     56.48650            105
    +#> 4900  VR2AR-546136     -5.665000     56.48650            105
    +#> 4901  VR2AR-546136     -5.665000     56.48650            105
    +#> 4902  VR2AR-546136     -5.665000     56.48650            105
    +#> 4903  VR2AR-546136     -5.665000     56.48650            105
    +#> 4904  VR2AR-546136     -5.665000     56.48650            105
    +#> 4905  VR2AR-546136     -5.665000     56.48650            105
    +#> 4906  VR2AR-546136     -5.665000     56.48650            105
    +#> 4907  VR2AR-546136     -5.665000     56.48650            105
    +#> 4908  VR2AR-546136     -5.665000     56.48650            105
    +#> 4909  VR2AR-546136     -5.665000     56.48650            105
    +#> 4910  VR2AR-546136     -5.665000     56.48650            105
    +#> 4911  VR2AR-546136     -5.665000     56.48650            105
    +#> 4912  VR2AR-546136     -5.665000     56.48650            105
    +#> 4913  VR2AR-546136     -5.665000     56.48650            105
    +#> 4914  VR2AR-546136     -5.665000     56.48650            105
    +#> 4915  VR2AR-546136     -5.665000     56.48650            105
    +#> 4916  VR2AR-546136     -5.665000     56.48650            105
    +#> 4917  VR2AR-546136     -5.665000     56.48650            105
    +#> 4918  VR2AR-546136     -5.665000     56.48650            105
    +#> 4919  VR2AR-546136     -5.665000     56.48650            105
    +#> 4920  VR2AR-546136     -5.665000     56.48650            105
    +#> 4921  VR2AR-546136     -5.665000     56.48650            105
    +#> 4922  VR2AR-546136     -5.665000     56.48650            105
    +#> 4923  VR2AR-546136     -5.665000     56.48650            105
    +#> 4924  VR2AR-546136     -5.665000     56.48650            105
    +#> 4925  VR2AR-546136     -5.665000     56.48650            105
    +#> 4926  VR2AR-546136     -5.665000     56.48650            105
    +#> 4927  VR2AR-546136     -5.665000     56.48650            105
    +#> 4928  VR2AR-546136     -5.665000     56.48650            105
    +#> 4929  VR2AR-546136     -5.665000     56.48650            105
    +#> 4930  VR2AR-546136     -5.665000     56.48650            105
    +#> 4931  VR2AR-546136     -5.665000     56.48650            105
    +#> 4932  VR2AR-546136     -5.665000     56.48650            105
    +#> 4933  VR2AR-546136     -5.665000     56.48650            105
    +#> 4934  VR2AR-546136     -5.665000     56.48650            105
    +#> 4935  VR2AR-546136     -5.665000     56.48650            105
    +#> 4936  VR2AR-546136     -5.665000     56.48650            105
    +#> 4937  VR2AR-546136     -5.665000     56.48650            105
    +#> 4938  VR2AR-546136     -5.665000     56.48650            105
    +#> 4939  VR2AR-546136     -5.665000     56.48650            105
    +#> 4940  VR2AR-546136     -5.665000     56.48650            105
    +#> 4941  VR2AR-546136     -5.665000     56.48650            105
    +#> 4942  VR2AR-546136     -5.665000     56.48650            105
    +#> 4943  VR2AR-546136     -5.665000     56.48650            105
    +#> 4944  VR2AR-546136     -5.665000     56.48650            105
    +#> 4945  VR2AR-546136     -5.665000     56.48650            105
    +#> 4946  VR2AR-546136     -5.665000     56.48650            105
    +#> 4947  VR2AR-546136     -5.665000     56.48650            105
    +#> 4948  VR2AR-546136     -5.665000     56.48650            105
    +#> 4949  VR2AR-546136     -5.665000     56.48650            105
    +#> 4950  VR2AR-546136     -5.665000     56.48650            105
    +#> 4951  VR2AR-546136     -5.665000     56.48650            105
    +#> 4952  VR2AR-546136     -5.665000     56.48650            105
    +#> 4953  VR2AR-546136     -5.665000     56.48650            105
    +#> 4954  VR2AR-546136     -5.665000     56.48650            105
    +#> 4955  VR2AR-546136     -5.665000     56.48650            105
    +#> 4956  VR2AR-546136     -5.665000     56.48650            105
    +#> 4957  VR2AR-546136     -5.665000     56.48650            105
    +#> 4958  VR2AR-546136     -5.665000     56.48650            105
    +#> 4959  VR2AR-546136     -5.665000     56.48650            105
    +#> 4960      VR2-6720     -5.627150     56.50808             50
    +#> 4961      VR2-6720     -5.627150     56.50808             50
    +#> 4962      VR2-6720     -5.627150     56.50808             50
    +#> 4963      VR2-6720     -5.627150     56.50808             50
    +#> 4964      VR2-6720     -5.627150     56.50808             50
    +#> 4965      VR2-6720     -5.627150     56.50808             50
    +#> 4966      VR2-6720     -5.627150     56.50808             50
    +#> 4967      VR2-6720     -5.627150     56.50808             50
    +#> 4968      VR2-6720     -5.627150     56.50808             50
    +#> 4969      VR2-6720     -5.627150     56.50808             50
    +#> 4970      VR2-6720     -5.627150     56.50808             50
    +#> 4971      VR2-6720     -5.627150     56.50808             50
    +#> 4972      VR2-6720     -5.627150     56.50808             50
    +#> 4973      VR2-6720     -5.627150     56.50808             50
    +#> 4974      VR2-6720     -5.627150     56.50808             50
    +#> 4975      VR2-6720     -5.627150     56.50808             50
    +#> 4976      VR2-6720     -5.627150     56.50808             50
    +#> 4977      VR2-6720     -5.627150     56.50808             50
    +#> 4978      VR2-6720     -5.627150     56.50808             50
    +#> 4979      VR2-6720     -5.627150     56.50808             50
    +#> 4980      VR2-6720     -5.627150     56.50808             50
    +#> 4981      VR2-6720     -5.627150     56.50808             50
    +#> 4982      VR2-6720     -5.627150     56.50808             50
    +#> 4983      VR2-6720     -5.627150     56.50808             50
    +#> 4984      VR2-6720     -5.627150     56.50808             50
    +#> 4985      VR2-6720     -5.627150     56.50808             50
    +#> 4986      VR2-6720     -5.627150     56.50808             50
    +#> 4987      VR2-6720     -5.627150     56.50808             50
    +#> 4988      VR2-6720     -5.627150     56.50808             50
    +#> 4989      VR2-6720     -5.627150     56.50808             50
    +#> 4990      VR2-6720     -5.627150     56.50808             50
    +#> 4991      VR2-6720     -5.627150     56.50808             50
    +#> 4992      VR2-6720     -5.627150     56.50808             50
    +#> 4993      VR2-6720     -5.627150     56.50808             50
    +#> 4994      VR2-6720     -5.627150     56.50808             50
    +#> 4995      VR2-6720     -5.627150     56.50808             50
    +#> 4996      VR2-6720     -5.627150     56.50808             50
    +#> 4997      VR2-6720     -5.627150     56.50808             50
    +#> 4998      VR2-6720     -5.627150     56.50808             50
    +#> 4999      VR2-6720     -5.627150     56.50808             50
    +#> 5000      VR2-6720     -5.627150     56.50808             50
    +#> 5001      VR2-6720     -5.627150     56.50808             50
    +#> 5002      VR2-6720     -5.627150     56.50808             50
    +#> 5003      VR2-6720     -5.627150     56.50808             50
    +#> 5004      VR2-6720     -5.627150     56.50808             50
    +#> 5005      VR2-6720     -5.627150     56.50808             50
    +#> 5006      VR2-6720     -5.627150     56.50808             50
    +#> 5007      VR2-6720     -5.627150     56.50808             50
    +#> 5008      VR2-6720     -5.627150     56.50808             50
    +#> 5009      VR2-6720     -5.627150     56.50808             50
    +#> 5010      VR2-6720     -5.627150     56.50808             50
    +#> 5011      VR2-6720     -5.627150     56.50808             50
    +#> 5012      VR2-6720     -5.627150     56.50808             50
    +#> 5013      VR2-6720     -5.627150     56.50808             50
    +#> 5014      VR2-6720     -5.627150     56.50808             50
    +#> 5015      VR2-6720     -5.627150     56.50808             50
    +#> 5016      VR2-6720     -5.627150     56.50808             50
    +#> 5017      VR2-6720     -5.627150     56.50808             50
    +#> 5018      VR2-6720     -5.627150     56.50808             50
    +#> 5019      VR2-6720     -5.627150     56.50808             50
    +#> 5020      VR2-6720     -5.627150     56.50808             50
    +#> 5021      VR2-6720     -5.627150     56.50808             50
    +#> 5022      VR2-6720     -5.627150     56.50808             50
    +#> 5023      VR2-6720     -5.627150     56.50808             50
    +#> 5024      VR2-6720     -5.627150     56.50808             50
    +#> 5025      VR2-6720     -5.627150     56.50808             50
    +#> 5026      VR2-6720     -5.627150     56.50808             50
    +#> 5027      VR2-6720     -5.627150     56.50808             50
    +#> 5028      VR2-6720     -5.627150     56.50808             50
    +#> 5029      VR2-6720     -5.627150     56.50808             50
    +#> 5030      VR2-6720     -5.627150     56.50808             50
    +#> 5031  VR2AR-546136     -5.665000     56.48650            105
    +#> 5032  VR2AR-546136     -5.665000     56.48650            105
    +#> 5033  VR2AR-546136     -5.665000     56.48650            105
    +#> 5034  VR2AR-546136     -5.665000     56.48650            105
    +#> 5035      VR2-5629     -5.655350     56.38545             50
    +#> 5036      VR2-5629     -5.655350     56.38545             50
    +#> 5037      VR2-5629     -5.655350     56.38545             50
    +#> 5038      VR2-5629     -5.655350     56.38545             50
    +#> 5039      VR2-5629     -5.655350     56.38545             50
    +#> 5040      VR2-5629     -5.655350     56.38545             50
    +#> 5041      VR2-5629     -5.655350     56.38545             50
    +#> 5042      VR2-5629     -5.655350     56.38545             50
    +#> 5043      VR2-5629     -5.655350     56.38545             50
    +#> 5044      VR2-5629     -5.655350     56.38545             50
    +#> 5045      VR2-5629     -5.655350     56.38545             50
    +#> 5046      VR2-5629     -5.655350     56.38545             50
    +#> 5047      VR2-5629     -5.655350     56.38545             50
    +#> 5048      VR2-5629     -5.655350     56.38545             50
    +#> 5049      VR2-5629     -5.655350     56.38545             50
    +#> 5050      VR2-5629     -5.655350     56.38545             50
    +#> 5051      VR2-5629     -5.655350     56.38545             50
    +#> 5052  VR2AR-546132     -5.606667     56.39367             95
    +#> 5053  VR2AR-546132     -5.606667     56.39367             95
    +#> 5054  VR2AR-546132     -5.606667     56.39367             95
    +#> 5055  VR2AR-546132     -5.606667     56.39367             95
    +#> 5056  VR2AR-546132     -5.606667     56.39367             95
    +#> 5057  VR2AR-546132     -5.606667     56.39367             95
    +#> 5058  VR2AR-546132     -5.606667     56.39367             95
    +#> 5059  VR2AR-546132     -5.606667     56.39367             95
    +#> 5060  VR2AR-546132     -5.606667     56.39367             95
    +#> 5061  VR2AR-546132     -5.606667     56.39367             95
    +#> 5062  VR2AR-546132     -5.606667     56.39367             95
    +#> 5063  VR2AR-546132     -5.606667     56.39367             95
    +#> 5064  VR2AR-546132     -5.606667     56.39367             95
    +#> 5065  VR2AR-546132     -5.606667     56.39367             95
    +#> 5066  VR2AR-546132     -5.606667     56.39367             95
    +#> 5067  VR2AR-546132     -5.606667     56.39367             95
    +#> 5068  VR2AR-546132     -5.606667     56.39367             95
    +#> 5069  VR2AR-546132     -5.606667     56.39367             95
    +#> 5070  VR2AR-546132     -5.606667     56.39367             95
    +#> 5071  VR2AR-546132     -5.606667     56.39367             95
    +#> 5072  VR2AR-546132     -5.606667     56.39367             95
    +#> 5073  VR2AR-546132     -5.606667     56.39367             95
    +#> 5074  VR2AR-546132     -5.606667     56.39367             95
    +#> 5075  VR2AR-546132     -5.606667     56.39367             95
    +#> 5076  VR2AR-546132     -5.606667     56.39367             95
    +#> 5077  VR2AR-546132     -5.606667     56.39367             95
    +#> 5078  VR2AR-546132     -5.606667     56.39367             95
    +#> 5079  VR2AR-546132     -5.606667     56.39367             95
    +#> 5080  VR2AR-546132     -5.606667     56.39367             95
    +#> 5081  VR2AR-546132     -5.606667     56.39367             95
    +#> 5082  VR2AR-546132     -5.606667     56.39367             95
    +#> 5083  VR2AR-546132     -5.606667     56.39367             95
    +#> 5084  VR2AR-546132     -5.606667     56.39367             95
    +#> 5085  VR2AR-546132     -5.606667     56.39367             95
    +#> 5086  VR2AR-546132     -5.606667     56.39367             95
    +#> 5087  VR2AR-546132     -5.606667     56.39367             95
    +#> 5088  VR2AR-546132     -5.606667     56.39367             95
    +#> 5089  VR2AR-546132     -5.606667     56.39367             95
    +#> 5090  VR2AR-546132     -5.606667     56.39367             95
    +#> 5091  VR2AR-546132     -5.606667     56.39367             95
    +#> 5092   VR2W-120722     -5.602283     56.37748             25
    +#> 5093   VR2W-120722     -5.602283     56.37748             25
    +#> 5094   VR2W-120722     -5.602283     56.37748             25
    +#> 5095   VR2W-113142     -5.634833     56.37502             50
    +#> 5096   VR2W-113142     -5.634833     56.37502             50
    +#> 5097   VR2W-113142     -5.634833     56.37502             50
    +#> 5098  VR2AR-546133     -5.650167     56.36550             50
    +#> 5099  VR2AR-546133     -5.650167     56.36550             50
    +#> 5100  VR2AR-546133     -5.650167     56.36550             50
    +#> 5101  VR2AR-546133     -5.650167     56.36550             50
    +#> 5102  VR2AR-546133     -5.650167     56.36550             50
    +#> 5103  VR2AR-546133     -5.650167     56.36550             50
    +#> 5104  VR2AR-546133     -5.650167     56.36550             50
    +#> 5105   VR2W-110825     -5.691617     56.35263             50
    +#> 5106   VR2W-110825     -5.691617     56.35263             50
    +#> 5107   VR2W-110825     -5.691617     56.35263             50
    +#> 5108   VR2W-110825     -5.691617     56.35263             50
    +#> 5109   VR2W-110825     -5.691617     56.35263             50
    +#> 5110   VR2W-110825     -5.691617     56.35263             50
    +#> 5111   VR2W-110825     -5.691617     56.35263             50
    +#> 5112   VR2W-110825     -5.691617     56.35263             50
    +#> 5113   VR2W-110825     -5.691617     56.35263             50
    +#> 5114   VR2W-110825     -5.691617     56.35263             50
    +#> 5115   VR2W-110825     -5.691617     56.35263             50
    +#> 5116   VR2W-110825     -5.691617     56.35263             50
    +#> 5117   VR2W-110825     -5.691617     56.35263             50
    +#> 5118   VR2W-110825     -5.691617     56.35263             50
    +#> 5119      VR2-5629     -5.655350     56.38545             50
    +#> 5120      VR2-5629     -5.655350     56.38545             50
    +#> 5121      VR2-5629     -5.655350     56.38545             50
    +#> 5122      VR2-5629     -5.655350     56.38545             50
    +#> 5123      VR2-5629     -5.655350     56.38545             50
    +#> 5124      VR2-5629     -5.655350     56.38545             50
    +#> 5125      VR2-5629     -5.655350     56.38545             50
    +#> 5126      VR2-5629     -5.655350     56.38545             50
    +#> 5127      VR2-5629     -5.655350     56.38545             50
    +#> 5128      VR2-5629     -5.655350     56.38545             50
    +#> 5129      VR2-5629     -5.655350     56.38545             50
    +#> 5130      VR2-5629     -5.655350     56.38545             50
    +#> 5131      VR2-5629     -5.655350     56.38545             50
    +#> 5132      VR2-5629     -5.655350     56.38545             50
    +#> 5133      VR2-5629     -5.655350     56.38545             50
    +#> 5134      VR2-5629     -5.655350     56.38545             50
    +#> 5135      VR2-5629     -5.655350     56.38545             50
    +#> 5136      VR2-5629     -5.655350     56.38545             50
    +#> 5137      VR2-5629     -5.655350     56.38545             50
    +#> 5138      VR2-5629     -5.655350     56.38545             50
    +#> 5139      VR2-5629     -5.655350     56.38545             50
    +#> 5140  VR2AR-546136     -5.665000     56.48650            105
    +#> 5141  VR2AR-546136     -5.665000     56.48650            105
    +#> 5142  VR2AR-546136     -5.665000     56.48650            105
    +#> 5143  VR2AR-546136     -5.665000     56.48650            105
    +#> 5144  VR2AR-546136     -5.665000     56.48650            105
    +#> 5145  VR2AR-546136     -5.665000     56.48650            105
    +#> 5146  VR2AR-546136     -5.665000     56.48650            105
    +#> 5147  VR2AR-546136     -5.665000     56.48650            105
    +#> 5148  VR2AR-546136     -5.665000     56.48650            105
    +#> 5149  VR2AR-546136     -5.665000     56.48650            105
    +#> 5150  VR2AR-546136     -5.665000     56.48650            105
    +#> 5151  VR2AR-546136     -5.665000     56.48650            105
    +#> 5152  VR2AR-546136     -5.665000     56.48650            105
    +#> 5153  VR2AR-546136     -5.665000     56.48650            105
    +#> 5154  VR2AR-546136     -5.665000     56.48650            105
    +#> 5155  VR2AR-546136     -5.665000     56.48650            105
    +#> 5156  VR2AR-546136     -5.665000     56.48650            105
    +#> 5157  VR2AR-546136     -5.665000     56.48650            105
    +#> 5158  VR2AR-546136     -5.665000     56.48650            105
    +#> 5159  VR2AR-546136     -5.665000     56.48650            105
    +#> 5160  VR2AR-546136     -5.665000     56.48650            105
    +#> 5161  VR2AR-546136     -5.665000     56.48650            105
    +#> 5162  VR2AR-546136     -5.665000     56.48650            105
    +#> 5163  VR2AR-546136     -5.665000     56.48650            105
    +#> 5164  VR2AR-546134     -5.628000     56.45650             40
    +#> 5165  VR2AR-546134     -5.628000     56.45650             40
    +#> 5166  VR2AR-546134     -5.628000     56.45650             40
    +#> 5167  VR2AR-546134     -5.628000     56.45650             40
    +#> 5168  VR2AR-546134     -5.628000     56.45650             40
    +#> 5169  VR2AR-546132     -5.606667     56.39367             95
    +#> 5170  VR2AR-546132     -5.606667     56.39367             95
    +#> 5171  VR2AR-546132     -5.606667     56.39367             95
    +#> 5172  VR2AR-546132     -5.606667     56.39367             95
    +#> 5173  VR2AR-546132     -5.606667     56.39367             95
    +#> 5174  VR2AR-546132     -5.606667     56.39367             95
    +#> 5175  VR2AR-546132     -5.606667     56.39367             95
    +#> 5176  VR2AR-546132     -5.606667     56.39367             95
    +#> 5177  VR2AR-546132     -5.606667     56.39367             95
    +#> 5178  VR2AR-546132     -5.606667     56.39367             95
    +#> 5179  VR2AR-546132     -5.606667     56.39367             95
    +#> 5180  VR2AR-546132     -5.606667     56.39367             95
    +#> 5181  VR2AR-546132     -5.606667     56.39367             95
    +#> 5182  VR2AR-546132     -5.606667     56.39367             95
    +#> 5183  VR2AR-546132     -5.606667     56.39367             95
    +#> 5184  VR2AR-546132     -5.606667     56.39367             95
    +#> 5185  VR2AR-546132     -5.606667     56.39367             95
    +#> 5186  VR2AR-546132     -5.606667     56.39367             95
    +#> 5187  VR2AR-546132     -5.606667     56.39367             95
    +#> 5188  VR2AR-546132     -5.606667     56.39367             95
    +#> 5189  VR2AR-546132     -5.606667     56.39367             95
    +#> 5190  VR2AR-546132     -5.606667     56.39367             95
    +#> 5191  VR2AR-546132     -5.606667     56.39367             95
    +#> 5192  VR2AR-546132     -5.606667     56.39367             95
    +#> 5193  VR2AR-546132     -5.606667     56.39367             95
    +#> 5194  VR2AR-546132     -5.606667     56.39367             95
    +#> 5195  VR2AR-546132     -5.606667     56.39367             95
    +#> 5196  VR2AR-546132     -5.606667     56.39367             95
    +#> 5197  VR2AR-546132     -5.606667     56.39367             95
    +#> 5198  VR2AR-546132     -5.606667     56.39367             95
    +#> 5199  VR2AR-546132     -5.606667     56.39367             95
    +#> 5200  VR2AR-546132     -5.606667     56.39367             95
    +#> 5201  VR2AR-546132     -5.606667     56.39367             95
    +#> 5202  VR2AR-546132     -5.606667     56.39367             95
    +#> 5203  VR2AR-546132     -5.606667     56.39367             95
    +#> 5204  VR2AR-546132     -5.606667     56.39367             95
    +#> 5205  VR2AR-546132     -5.606667     56.39367             95
    +#> 5206  VR2AR-546132     -5.606667     56.39367             95
    +#> 5207  VR2AR-546132     -5.606667     56.39367             95
    +#> 5208  VR2AR-546132     -5.606667     56.39367             95
    +#> 5209  VR2AR-546132     -5.606667     56.39367             95
    +#> 5210  VR2AR-546132     -5.606667     56.39367             95
    +#> 5211  VR2AR-546132     -5.606667     56.39367             95
    +#> 5212  VR2AR-546132     -5.606667     56.39367             95
    +#> 5213  VR2AR-546132     -5.606667     56.39367             95
    +#> 5214  VR2AR-546132     -5.606667     56.39367             95
    +#> 5215  VR2AR-546132     -5.606667     56.39367             95
    +#> 5216  VR2AR-546132     -5.606667     56.39367             95
    +#> 5217  VR2AR-546132     -5.606667     56.39367             95
    +#> 5218  VR2AR-546132     -5.606667     56.39367             95
    +#> 5219  VR2AR-546132     -5.606667     56.39367             95
    +#> 5220  VR2AR-546132     -5.606667     56.39367             95
    +#> 5221  VR2AR-546132     -5.606667     56.39367             95
    +#> 5222  VR2AR-546132     -5.606667     56.39367             95
    +#> 5223  VR2AR-546132     -5.606667     56.39367             95
    +#> 5224  VR2AR-546132     -5.606667     56.39367             95
    +#> 5225  VR2AR-546132     -5.606667     56.39367             95
    +#> 5226  VR2AR-546132     -5.606667     56.39367             95
    +#> 5227  VR2AR-546132     -5.606667     56.39367             95
    +#> 5228  VR2AR-546132     -5.606667     56.39367             95
    +#> 5229  VR2AR-546132     -5.606667     56.39367             95
    +#> 5230  VR2AR-546132     -5.606667     56.39367             95
    +#> 5231  VR2AR-546132     -5.606667     56.39367             95
    +#> 5232  VR2AR-546132     -5.606667     56.39367             95
    +#> 5233  VR2AR-546132     -5.606667     56.39367             95
    +#> 5234  VR2AR-546132     -5.606667     56.39367             95
    +#> 5235  VR2AR-546132     -5.606667     56.39367             95
    +#> 5236  VR2AR-546132     -5.606667     56.39367             95
    +#> 5237  VR2AR-546132     -5.606667     56.39367             95
    +#> 5238  VR2AR-546132     -5.606667     56.39367             95
    +#> 5239  VR2AR-546132     -5.606667     56.39367             95
    +#> 5240  VR2AR-546132     -5.606667     56.39367             95
    +#> 5241  VR2AR-546132     -5.606667     56.39367             95
    +#> 5242  VR2AR-546132     -5.606667     56.39367             95
    +#> 5243  VR2AR-546132     -5.606667     56.39367             95
    +#> 5244  VR2AR-546132     -5.606667     56.39367             95
    +#> 5245  VR2AR-546132     -5.606667     56.39367             95
    +#> 5246  VR2AR-546132     -5.606667     56.39367             95
    +#> 5247  VR2AR-546132     -5.606667     56.39367             95
    +#> 5248  VR2AR-546132     -5.606667     56.39367             95
    +#> 5249  VR2AR-546132     -5.606667     56.39367             95
    +#> 5250  VR2AR-546132     -5.606667     56.39367             95
    +#> 5251  VR2AR-546132     -5.606667     56.39367             95
    +#> 5252  VR2AR-546132     -5.606667     56.39367             95
    +#> 5253  VR2AR-546132     -5.606667     56.39367             95
    +#> 5254  VR2AR-546132     -5.606667     56.39367             95
    +#> 5255   VR2W-108158     -5.619533     56.37413             25
    +#> 5256   VR2W-108158     -5.619533     56.37413             25
    +#> 5257   VR2W-108158     -5.619533     56.37413             25
    +#> 5258   VR2W-108158     -5.619533     56.37413             25
    +#> 5259   VR2W-108158     -5.619533     56.37413             25
    +#> 5260   VR2W-108158     -5.619533     56.37413             25
    +#> 5261   VR2W-108158     -5.619533     56.37413             25
    +#> 5262   VR2W-108158     -5.619533     56.37413             25
    +#> 5263   VR2W-108158     -5.619533     56.37413             25
    +#> 5264   VR2W-108158     -5.619533     56.37413             25
    +#> 5265   VR2W-108158     -5.619533     56.37413             25
    +#> 5266   VR2W-108158     -5.619533     56.37413             25
    +#> 5267   VR2W-108158     -5.619533     56.37413             25
    +#> 5268   VR2W-108158     -5.619533     56.37413             25
    +#> 5269   VR2W-108158     -5.619533     56.37413             25
    +#> 5270   VR2W-108158     -5.619533     56.37413             25
    +#> 5271   VR2W-113142     -5.634833     56.37502             50
    +#> 5272   VR2W-113142     -5.634833     56.37502             50
    +#> 5273   VR2W-113142     -5.634833     56.37502             50
    +#> 5274   VR2W-113142     -5.634833     56.37502             50
    +#> 5275   VR2W-113142     -5.634833     56.37502             50
    +#> 5276   VR2W-113142     -5.634833     56.37502             50
    +#> 5277   VR2W-113142     -5.634833     56.37502             50
    +#> 5278   VR2W-113142     -5.634833     56.37502             50
    +#> 5279   VR2W-113142     -5.634833     56.37502             50
    +#> 5280   VR2W-113142     -5.634833     56.37502             50
    +#> 5281   VR2W-113142     -5.634833     56.37502             50
    +#> 5282   VR2W-113142     -5.634833     56.37502             50
    +#> 5283   VR2W-113142     -5.634833     56.37502             50
    +#> 5284   VR2W-113142     -5.634833     56.37502             50
    +#> 5285   VR2W-113142     -5.634833     56.37502             50
    +#> 5286   VR2W-113142     -5.634833     56.37502             50
    +#> 5287  VR2AR-546132     -5.606667     56.39367             95
    +#> 5288  VR2AR-546132     -5.606667     56.39367             95
    +#> 5289  VR2AR-546132     -5.606667     56.39367             95
    +#> 5290  VR2AR-546132     -5.606667     56.39367             95
    +#> 5291  VR2AR-546132     -5.606667     56.39367             95
    +#> 5292  VR2AR-546132     -5.606667     56.39367             95
    +#> 5293   VR2W-113142     -5.634833     56.37502             50
    +#> 5294   VR2W-113142     -5.634833     56.37502             50
    +#> 5295   VR2W-113142     -5.634833     56.37502             50
    +#> 5296   VR2W-113142     -5.634833     56.37502             50
    +#> 5297   VR2W-113142     -5.634833     56.37502             50
    +#> 5298   VR2W-113142     -5.634833     56.37502             50
    +#> 5299   VR2W-113142     -5.634833     56.37502             50
    +#> 5300   VR2W-113142     -5.634833     56.37502             50
    +#> 5301   VR2W-113142     -5.634833     56.37502             50
    +#> 5302   VR2W-113142     -5.634833     56.37502             50
    +#> 5303   VR2W-113142     -5.634833     56.37502             50
    +#> 5304   VR2W-113142     -5.634833     56.37502             50
    +#> 5305   VR2W-113142     -5.634833     56.37502             50
    +#> 5306   VR2W-110825     -5.691617     56.35263             50
    +#> 5307   VR2W-110825     -5.691617     56.35263             50
    +#> 5308   VR2W-110825     -5.691617     56.35263             50
    +#> 5309   VR2W-110825     -5.691617     56.35263             50
    +#> 5310   VR2W-110825     -5.691617     56.35263             50
    +#> 5311   VR2W-110825     -5.691617     56.35263             50
    +#> 5312   VR2W-110825     -5.691617     56.35263             50
    +#> 5313   VR2W-110825     -5.691617     56.35263             50
    +#> 5314   VR2W-110825     -5.691617     56.35263             50
    +#> 5315   VR2W-110825     -5.691617     56.35263             50
    +#> 5316   VR2W-110825     -5.691617     56.35263             50
    +#> 5317   VR2W-110825     -5.691617     56.35263             50
    +#> 5318   VR2W-110825     -5.691617     56.35263             50
    +#> 5319   VR2W-113142     -5.634833     56.37502             50
    +#> 5320   VR2W-113142     -5.634833     56.37502             50
    +#> 5321   VR2W-113142     -5.634833     56.37502             50
    +#> 5322   VR2W-113142     -5.634833     56.37502             50
    +#> 5323   VR2W-113142     -5.634833     56.37502             50
    +#> 5324   VR2W-113142     -5.634833     56.37502             50
    +#> 5325   VR2W-113142     -5.634833     56.37502             50
    +#> 5326   VR2W-113142     -5.634833     56.37502             50
    +#> 5327  VR2AR-546132     -5.606667     56.39367             95
    +#> 5328  VR2AR-546132     -5.606667     56.39367             95
    +#> 5329  VR2AR-546132     -5.606667     56.39367             95
    +#> 5330  VR2AR-546132     -5.606667     56.39367             95
    +#> 5331  VR2AR-546132     -5.606667     56.39367             95
    +#> 5332  VR2AR-546132     -5.606667     56.39367             95
    +#> 5333  VR2AR-546132     -5.606667     56.39367             95
    +#> 5334  VR2AR-546132     -5.606667     56.39367             95
    +#> 5335  VR2AR-546132     -5.606667     56.39367             95
    +#> 5336  VR2AR-546132     -5.606667     56.39367             95
    +#> 5337  VR2AR-546132     -5.606667     56.39367             95
    +#> 5338  VR2AR-546132     -5.606667     56.39367             95
    +#> 5339  VR2AR-546132     -5.606667     56.39367             95
    +#> 5340  VR2AR-546132     -5.606667     56.39367             95
    +#> 5341  VR2AR-546132     -5.606667     56.39367             95
    +#> 5342  VR2AR-546132     -5.606667     56.39367             95
    +#> 5343  VR2AR-546132     -5.606667     56.39367             95
    +#> 5344  VR2AR-546132     -5.606667     56.39367             95
    +#> 5345  VR2AR-546132     -5.606667     56.39367             95
    +#> 5346  VR2AR-546132     -5.606667     56.39367             95
    +#> 5347  VR2AR-546132     -5.606667     56.39367             95
    +#> 5348  VR2AR-546132     -5.606667     56.39367             95
    +#> 5349  VR2AR-546132     -5.606667     56.39367             95
    +#> 5350  VR2AR-546132     -5.606667     56.39367             95
    +#> 5351  VR2AR-546132     -5.606667     56.39367             95
    +#> 5352  VR2AR-546132     -5.606667     56.39367             95
    +#> 5353  VR2AR-546132     -5.606667     56.39367             95
    +#> 5354  VR2AR-546132     -5.606667     56.39367             95
    +#> 5355  VR2AR-546132     -5.606667     56.39367             95
    +#> 5356  VR2AR-546132     -5.606667     56.39367             95
    +#> 5357  VR2AR-546132     -5.606667     56.39367             95
    +#> 5358  VR2AR-546132     -5.606667     56.39367             95
    +#> 5359  VR2AR-546132     -5.606667     56.39367             95
    +#> 5360  VR2AR-546132     -5.606667     56.39367             95
    +#> 5361  VR2AR-546132     -5.606667     56.39367             95
    +#> 5362  VR2AR-546132     -5.606667     56.39367             95
    +#> 5363  VR2AR-546132     -5.606667     56.39367             95
    +#> 5364  VR2AR-546132     -5.606667     56.39367             95
    +#> 5365  VR2AR-546132     -5.606667     56.39367             95
    +#> 5366  VR2AR-546132     -5.606667     56.39367             95
    +#> 5367  VR2AR-546132     -5.606667     56.39367             95
    +#> 5368  VR2AR-546132     -5.606667     56.39367             95
    +#> 5369  VR2AR-546132     -5.606667     56.39367             95
    +#> 5370   VR2W-120722     -5.602283     56.37748             25
    +#> 5371   VR2W-120722     -5.602283     56.37748             25
    +#> 5372   VR2W-120722     -5.602283     56.37748             25
    +#> 5373   VR2W-120722     -5.602283     56.37748             25
    +#> 5374   VR2W-120722     -5.602283     56.37748             25
    +#> 5375   VR2W-120722     -5.602283     56.37748             25
    +#> 5376   VR2W-120722     -5.602283     56.37748             25
    +#> 5377   VR2W-120722     -5.602283     56.37748             25
    +#> 5378   VR2W-120722     -5.602283     56.37748             25
    +#> 5379   VR2W-120722     -5.602283     56.37748             25
    +#> 5380   VR2W-120722     -5.602283     56.37748             25
    +#> 5381  VR2AR-546132     -5.606667     56.39367             95
    +#> 5382  VR2AR-546132     -5.606667     56.39367             95
    +#> 5383  VR2AR-546132     -5.606667     56.39367             95
    +#> 5384  VR2AR-546132     -5.606667     56.39367             95
    +#> 5385  VR2AR-546132     -5.606667     56.39367             95
    +#> 5386  VR2AR-546132     -5.606667     56.39367             95
    +#> 5387  VR2AR-546132     -5.606667     56.39367             95
    +#> 5388  VR2AR-546132     -5.606667     56.39367             95
    +#> 5389  VR2AR-546132     -5.606667     56.39367             95
    +#> 5390  VR2AR-546132     -5.606667     56.39367             95
    +#> 5391  VR2AR-546132     -5.606667     56.39367             95
    +#> 5392  VR2AR-546132     -5.606667     56.39367             95
    +#> 5393  VR2AR-546132     -5.606667     56.39367             95
    +#> 5394  VR2AR-546132     -5.606667     56.39367             95
    +#> 5395  VR2AR-546132     -5.606667     56.39367             95
    +#> 5396  VR2AR-546132     -5.606667     56.39367             95
    +#> 5397  VR2AR-546132     -5.606667     56.39367             95
    +#> 5398  VR2AR-546132     -5.606667     56.39367             95
    +#> 5399  VR2AR-546132     -5.606667     56.39367             95
    +#> 5400  VR2AR-546132     -5.606667     56.39367             95
    +#> 5401  VR2AR-546132     -5.606667     56.39367             95
    +#> 5402  VR2AR-546132     -5.606667     56.39367             95
    +#> 5403  VR2AR-546132     -5.606667     56.39367             95
    +#> 5404  VR2AR-546132     -5.606667     56.39367             95
    +#> 5405  VR2AR-546132     -5.606667     56.39367             95
    +#> 5406  VR2AR-546132     -5.606667     56.39367             95
    +#> 5407  VR2AR-546132     -5.606667     56.39367             95
    +#> 5408  VR2AR-546132     -5.606667     56.39367             95
    +#> 5409  VR2AR-546132     -5.606667     56.39367             95
    +#> 5410  VR2AR-546132     -5.606667     56.39367             95
    +#> 5411  VR2AR-546132     -5.606667     56.39367             95
    +#> 5412  VR2AR-546132     -5.606667     56.39367             95
    +#> 5413  VR2AR-546132     -5.606667     56.39367             95
    +#> 5414  VR2AR-546132     -5.606667     56.39367             95
    +#> 5415  VR2AR-546132     -5.606667     56.39367             95
    +#> 5416  VR2AR-546132     -5.606667     56.39367             95
    +#> 5417  VR2AR-546132     -5.606667     56.39367             95
    +#> 5418  VR2AR-546132     -5.606667     56.39367             95
    +#> 5419  VR2AR-546132     -5.606667     56.39367             95
    +#> 5420  VR2AR-546132     -5.606667     56.39367             95
    +#> 5421  VR2AR-546132     -5.606667     56.39367             95
    +#> 5422  VR2AR-546132     -5.606667     56.39367             95
    +#> 5423  VR2AR-546132     -5.606667     56.39367             95
    +#> 5424  VR2AR-546132     -5.606667     56.39367             95
    +#> 5425  VR2AR-546132     -5.606667     56.39367             95
    +#> 5426  VR2AR-546132     -5.606667     56.39367             95
    +#> 5427  VR2AR-546132     -5.606667     56.39367             95
    +#> 5428   VR2W-120722     -5.602283     56.37748             25
    +#> 5429   VR2W-120722     -5.602283     56.37748             25
    +#> 5430   VR2W-120722     -5.602283     56.37748             25
    +#> 5431   VR2W-120722     -5.602283     56.37748             25
    +#> 5432   VR2W-120722     -5.602283     56.37748             25
    +#> 5433   VR2W-108158     -5.619533     56.37413             25
    +#> 5434   VR2W-108158     -5.619533     56.37413             25
    +#> 5435   VR2W-108158     -5.619533     56.37413             25
    +#> 5436   VR2W-108158     -5.619533     56.37413             25
    +#> 5437   VR2W-108158     -5.619533     56.37413             25
    +#> 5438   VR2W-108158     -5.619533     56.37413             25
    +#> 5439   VR2W-108158     -5.619533     56.37413             25
    +#> 5440   VR2W-108158     -5.619533     56.37413             25
    +#> 5441   VR2W-120722     -5.602283     56.37748             25
    +#> 5442   VR2W-120722     -5.602283     56.37748             25
    +#> 5443   VR2W-120722     -5.602283     56.37748             25
    +#> 5444   VR2W-120722     -5.602283     56.37748             25
    +#> 5445   VR2W-120722     -5.602283     56.37748             25
    +#> 5446   VR2W-120722     -5.602283     56.37748             25
    +#> 5447   VR2W-120722     -5.602283     56.37748             25
    +#> 5448   VR2W-120722     -5.602283     56.37748             25
    +#> 5449   VR2W-120722     -5.602283     56.37748             25
    +#> 5450   VR2W-120722     -5.602283     56.37748             25
    +#> 5451   VR2W-120722     -5.602283     56.37748             25
    +#> 5452   VR2W-120722     -5.602283     56.37748             25
    +#> 5453   VR2W-120722     -5.602283     56.37748             25
    +#> 5454   VR2W-120722     -5.602283     56.37748             25
    +#> 5455   VR2W-120722     -5.602283     56.37748             25
    +#> 5456   VR2W-120722     -5.602283     56.37748             25
    +#> 5457   VR2W-120722     -5.602283     56.37748             25
    +#> 5458   VR2W-120722     -5.602283     56.37748             25
    +#> 5459   VR2W-120722     -5.602283     56.37748             25
    +#> 5460   VR2W-120722     -5.602283     56.37748             25
    +#> 5461   VR2W-120722     -5.602283     56.37748             25
    +#> 5462   VR2W-120722     -5.602283     56.37748             25
    +#> 5463   VR2W-120722     -5.602283     56.37748             25
    +#> 5464   VR2W-120722     -5.602283     56.37748             25
    +#> 5465   VR2W-108158     -5.619533     56.37413             25
    +#> 5466   VR2W-108158     -5.619533     56.37413             25
    +#> 5467   VR2W-108158     -5.619533     56.37413             25
    +#> 5468   VR2W-108158     -5.619533     56.37413             25
    +#> 5469   VR2W-108158     -5.619533     56.37413             25
    +#> 5470   VR2W-108158     -5.619533     56.37413             25
    +#> 5471   VR2W-108158     -5.619533     56.37413             25
    +#> 5472   VR2W-108158     -5.619533     56.37413             25
    +#> 5473   VR2W-120722     -5.602283     56.37748             25
    +#> 5474   VR2W-120722     -5.602283     56.37748             25
    +#> 5475   VR2W-120722     -5.602283     56.37748             25
    +#> 5476   VR2W-120722     -5.602283     56.37748             25
    +#> 5477   VR2W-120722     -5.602283     56.37748             25
    +#> 5478   VR2W-120722     -5.602283     56.37748             25
    +#> 5479   VR2W-120722     -5.602283     56.37748             25
    +#> 5480   VR2W-120722     -5.602283     56.37748             25
    +#> 5481   VR2W-120722     -5.602283     56.37748             25
    +#> 5482   VR2W-120722     -5.602283     56.37748             25
    +#> 5483   VR2W-120722     -5.602283     56.37748             25
    +#> 5484   VR2W-120722     -5.602283     56.37748             25
    +#> 5485   VR2W-120722     -5.602283     56.37748             25
    +#> 5486   VR2W-108158     -5.619533     56.37413             25
    +#> 5487   VR2W-108158     -5.619533     56.37413             25
    +#> 5488   VR2W-108158     -5.619533     56.37413             25
    +#> 5489   VR2W-108158     -5.619533     56.37413             25
    +#> 5490   VR2W-108158     -5.619533     56.37413             25
    +#> 5491   VR2W-108158     -5.619533     56.37413             25
    +#> 5492   VR2W-108158     -5.619533     56.37413             25
    +#> 5493   VR2W-108158     -5.619533     56.37413             25
    +#> 5494   VR2W-108158     -5.619533     56.37413             25
    +#> 5495   VR2W-108158     -5.619533     56.37413             25
    +#> 5496   VR2W-108158     -5.619533     56.37413             25
    +#> 5497   VR2W-108158     -5.619533     56.37413             25
    +#> 5498   VR2W-108158     -5.619533     56.37413             25
    +#> 5499   VR2W-108158     -5.619533     56.37413             25
    +#> 5500   VR2W-108158     -5.619533     56.37413             25
    +#> 5501   VR2W-108158     -5.619533     56.37413             25
    +#> 5502   VR2W-108158     -5.619533     56.37413             25
    +#> 5503   VR2W-108158     -5.619533     56.37413             25
    +#> 5504   VR2W-108158     -5.619533     56.37413             25
    +#> 5505   VR2W-108158     -5.619533     56.37413             25
    +#> 5506   VR2W-108158     -5.619533     56.37413             25
    +#> 5507   VR2W-108158     -5.619533     56.37413             25
    +#> 5508   VR2W-108158     -5.619533     56.37413             25
    +#> 5509   VR2W-108158     -5.619533     56.37413             25
    +#> 5510   VR2W-108158     -5.619533     56.37413             25
    +#> 5511   VR2W-108158     -5.619533     56.37413             25
    +#> 5512   VR2W-108158     -5.619533     56.37413             25
    +#> 5513   VR2W-108161     -5.605383     56.46018             25
    +#> 5514   VR2W-108161     -5.605383     56.46018             25
    +#> 5515   VR2W-108161     -5.605383     56.46018             25
    +#> 5516   VR2W-108161     -5.605383     56.46018             25
    +#> 5517  VR2AR-546131     -5.612700     56.37988             35
    +#> 5518  VR2AR-546131     -5.612700     56.37988             35
    +#> 5519  VR2AR-546131     -5.612700     56.37988             35
    +#> 5520  VR2AR-546131     -5.612700     56.37988             35
    +#> 5521  VR2AR-546131     -5.612700     56.37988             35
    +#> 5522  VR2AR-546131     -5.612700     56.37988             35
    +#> 5523  VR2AR-546131     -5.612700     56.37988             35
    +#> 5524  VR2AR-546131     -5.612700     56.37988             35
    +#> 5525  VR2AR-546131     -5.612700     56.37988             35
    +#> 5526  VR2AR-546131     -5.612700     56.37988             35
    +#> 5527  VR2AR-546131     -5.612700     56.37988             35
    +#> 5528  VR2AR-546131     -5.612700     56.37988             35
    +#> 5529  VR2AR-546131     -5.612700     56.37988             35
    +#> 5530   VR2W-108158     -5.619533     56.37413             25
    +#> 5531   VR2W-108158     -5.619533     56.37413             25
    +#> 5532   VR2W-108158     -5.619533     56.37413             25
    +#> 5533   VR2W-108158     -5.619533     56.37413             25
    +#> 5534   VR2W-108158     -5.619533     56.37413             25
    +#> 5535   VR2W-108158     -5.619533     56.37413             25
    +#> 5536   VR2W-108158     -5.619533     56.37413             25
    +#> 5537   VR2W-108158     -5.619533     56.37413             25
    +#> 5538   VR2W-108158     -5.619533     56.37413             25
    +#> 5539   VR2W-108158     -5.619533     56.37413             25
    +#> 5540   VR2W-108158     -5.619533     56.37413             25
    +#> 5541   VR2W-108158     -5.619533     56.37413             25
    +#> 5542   VR2W-108158     -5.619533     56.37413             25
    +#> 5543   VR2W-108158     -5.619533     56.37413             25
    +#> 5544   VR2W-108158     -5.619533     56.37413             25
    +#> 5545   VR2W-108158     -5.619533     56.37413             25
    +#> 5546   VR2W-108158     -5.619533     56.37413             25
    +#> 5547   VR2W-108158     -5.619533     56.37413             25
    +#> 5548   VR2W-108158     -5.619533     56.37413             25
    +#> 5549   VR2W-108158     -5.619533     56.37413             25
    +#> 5550   VR2W-108158     -5.619533     56.37413             25
    +#> 5551   VR2W-108158     -5.619533     56.37413             25
    +#> 5552   VR2W-108158     -5.619533     56.37413             25
    +#> 5553   VR2W-108158     -5.619533     56.37413             25
    +#> 5554  VR2AR-546131     -5.612700     56.37988             35
    +#> 5555  VR2AR-546131     -5.612700     56.37988             35
    +#> 5556  VR2AR-546131     -5.612700     56.37988             35
    +#> 5557  VR2AR-546131     -5.612700     56.37988             35
    +#> 5558  VR2AR-546131     -5.612700     56.37988             35
    +#> 5559  VR2AR-546131     -5.612700     56.37988             35
    +#> 5560  VR2AR-546131     -5.612700     56.37988             35
    +#> 5561  VR2AR-546131     -5.612700     56.37988             35
    +#> 5562  VR2AR-546131     -5.612700     56.37988             35
    +#> 5563  VR2AR-546131     -5.612700     56.37988             35
    +#> 5564  VR2AR-546131     -5.612700     56.37988             35
    +#> 5565  VR2AR-546131     -5.612700     56.37988             35
    +#> 5566  VR2AR-546131     -5.612700     56.37988             35
    +#> 5567  VR2AR-546131     -5.612700     56.37988             35
    +#> 5568  VR2AR-546131     -5.612700     56.37988             35
    +#> 5569  VR2AR-546131     -5.612700     56.37988             35
    +#> 5570  VR2AR-546131     -5.612700     56.37988             35
    +#> 5571  VR2AR-546131     -5.612700     56.37988             35
    +#> 5572  VR2AR-546131     -5.612700     56.37988             35
    +#> 5573  VR2AR-546131     -5.612700     56.37988             35
    +#> 5574  VR2AR-546131     -5.612700     56.37988             35
    +#> 5575  VR2AR-546131     -5.612700     56.37988             35
    +#> 5576  VR2AR-546131     -5.612700     56.37988             35
    +#> 5577  VR2AR-546131     -5.612700     56.37988             35
    +#> 5578  VR2AR-546131     -5.612700     56.37988             35
    +#> 5579  VR2AR-546131     -5.612700     56.37988             35
    +#> 5580  VR2AR-546131     -5.612700     56.37988             35
    +#> 5581  VR2AR-546131     -5.612700     56.37988             35
    +#> 5582  VR2AR-546131     -5.612700     56.37988             35
    +#> 5583  VR2AR-546131     -5.612700     56.37988             35
    +#> 5584  VR2AR-546131     -5.612700     56.37988             35
    +#> 5585  VR2AR-546131     -5.612700     56.37988             35
    +#> 5586  VR2AR-546380     -5.637917     56.44800             25
    +#> 5587  VR2AR-546380     -5.637917     56.44800             25
    +#> 5588  VR2AR-546380     -5.637917     56.44800             25
    +#> 5589   VR2W-108161     -5.605383     56.46018             25
    +#> 5590   VR2W-108161     -5.605383     56.46018             25
    +#> 5591   VR2W-108161     -5.605383     56.46018             25
    +#> 5592   VR2W-108161     -5.605383     56.46018             25
    +#> 5593   VR2W-108161     -5.605383     56.46018             25
    +#> 5594   VR2W-108161     -5.605383     56.46018             25
    +#> 5595   VR2W-108161     -5.605383     56.46018             25
    +#> 5596   VR2W-108161     -5.605383     56.46018             25
    +#> 5597   VR2W-108161     -5.605383     56.46018             25
    +#> 5598   VR2W-108161     -5.605383     56.46018             25
    +#> 5599   VR2W-108161     -5.605383     56.46018             25
    +#> 5600   VR2W-108161     -5.605383     56.46018             25
    +#> 5601   VR2W-108161     -5.605383     56.46018             25
    +#> 5602   VR2W-108161     -5.605383     56.46018             25
    +#> 5603  VR2AR-546380     -5.637917     56.44800             25
    +#> 5604  VR2AR-546380     -5.637917     56.44800             25
    +#> 5605  VR2AR-546380     -5.637917     56.44800             25
    +#> 5606  VR2AR-546380     -5.637917     56.44800             25
    +#> 5607  VR2AR-546380     -5.637917     56.44800             25
    +#> 5608  VR2AR-546380     -5.637917     56.44800             25
    +#> 5609  VR2AR-546380     -5.637917     56.44800             25
    +#> 5610  VR2AR-546380     -5.637917     56.44800             25
    +#> 5611  VR2AR-546380     -5.637917     56.44800             25
    +#> 5612  VR2AR-546136     -5.626250     56.44810             75
    +#> 5613  VR2AR-546136     -5.626250     56.44810             75
    +#> 5614  VR2AR-546136     -5.626250     56.44810             75
    +#> 5615  VR2AR-546131     -5.612700     56.37988             35
    +#> 5616  VR2AR-546131     -5.612700     56.37988             35
    +#> 5617  VR2AR-546131     -5.612700     56.37988             35
    +#> 5618  VR2AR-546131     -5.612700     56.37988             35
    +#> 5619  VR2AR-546131     -5.612700     56.37988             35
    +#> 5620  VR2AR-546131     -5.612700     56.37988             35
    +#> 5621  VR2AR-546131     -5.612700     56.37988             35
    +#> 5622  VR2AR-546131     -5.612700     56.37988             35
    +#> 5623  VR2AR-546131     -5.612700     56.37988             35
    +#> 5624  VR2AR-546131     -5.612700     56.37988             35
    +#> 5625  VR2AR-546131     -5.612700     56.37988             35
    +#> 5626  VR2AR-546131     -5.612700     56.37988             35
    +#> 5627  VR2AR-546131     -5.612700     56.37988             35
    +#> 5628  VR2AR-546131     -5.612700     56.37988             35
    +#> 5629  VR2AR-546131     -5.612700     56.37988             35
    +#> 5630  VR2AR-546131     -5.612700     56.37988             35
    +#> 5631  VR2AR-546131     -5.612700     56.37988             35
    +#> 5632  VR2AR-546131     -5.612700     56.37988             35
    +#> 5633  VR2AR-546131     -5.612700     56.37988             35
    +#> 5634  VR2AR-546131     -5.612700     56.37988             35
    +#> 5635  VR2AR-546131     -5.612700     56.37988             35
    +#> 5636  VR2AR-546131     -5.612700     56.37988             35
    +#> 5637  VR2AR-546131     -5.612700     56.37988             35
    +#> 5638  VR2AR-546131     -5.612700     56.37988             35
    +#> 5639  VR2AR-546131     -5.612700     56.37988             35
    +#> 5640  VR2AR-546131     -5.612700     56.37988             35
    +#> 5641  VR2AR-546131     -5.612700     56.37988             35
    +#> 5642  VR2AR-546131     -5.612700     56.37988             35
    +#> 5643  VR2AR-546131     -5.612700     56.37988             35
    +#> 5644  VR2AR-546131     -5.612700     56.37988             35
    +#> 5645  VR2AR-546131     -5.612700     56.37988             35
    +#> 5646  VR2AR-546136     -5.626250     56.44810             75
    +#> 5647  VR2AR-546136     -5.626250     56.44810             75
    +#> 5648  VR2AR-546136     -5.626250     56.44810             75
    +#> 5649   VR2W-108161     -5.605383     56.46018             25
    +#> 5650   VR2W-108161     -5.605383     56.46018             25
    +#> 5651  VR2AR-546136     -5.626250     56.44810             75
    +#> 5652  VR2AR-546136     -5.626250     56.44810             75
    +#> 5653  VR2AR-546136     -5.626250     56.44810             75
    +#> 5654  VR2AR-546136     -5.626250     56.44810             75
    +#> 5655  VR2AR-546136     -5.626250     56.44810             75
    +#> 5656  VR2AR-546136     -5.626250     56.44810             75
    +#> 5657  VR2AR-546380     -5.637917     56.44800             25
    +#> 5658  VR2AR-546380     -5.637917     56.44800             25
    +#> 5659  VR2AR-546136     -5.626250     56.44810             75
    +#> 5660  VR2AR-546136     -5.626250     56.44810             75
    +#> 5661  VR2AR-546136     -5.626250     56.44810             75
    +#> 5662  VR2AR-546136     -5.626250     56.44810             75
    +#> 5663  VR2AR-546136     -5.626250     56.44810             75
    +#> 5664  VR2AR-546136     -5.626250     56.44810             75
    +#> 5665  VR2AR-546136     -5.626250     56.44810             75
    +#> 5666  VR2AR-546136     -5.626250     56.44810             75
    +#> 5667  VR2AR-546131     -5.612700     56.37988             35
    +#> 5668  VR2AR-546131     -5.612700     56.37988             35
    +#> 5669  VR2AR-546131     -5.612700     56.37988             35
    +#> 5670  VR2AR-546131     -5.612700     56.37988             35
    +#> 5671  VR2AR-546131     -5.612700     56.37988             35
    +#> 5672  VR2AR-546131     -5.612700     56.37988             35
    +#> 5673  VR2AR-546131     -5.612700     56.37988             35
    +#> 5674  VR2AR-546131     -5.612700     56.37988             35
    +#> 5675  VR2AR-546131     -5.612700     56.37988             35
    +#> 5676  VR2AR-546131     -5.612700     56.37988             35
    +#> 5677  VR2AR-546131     -5.612700     56.37988             35
    +#> 5678  VR2AR-546131     -5.612700     56.37988             35
    +#> 5679  VR2AR-546131     -5.612700     56.37988             35
    +#> 5680  VR2AR-546131     -5.612700     56.37988             35
    +#> 5681  VR2AR-546131     -5.612700     56.37988             35
    +#> 5682  VR2AR-546131     -5.612700     56.37988             35
    +#> 5683  VR2AR-546131     -5.612700     56.37988             35
    +#> 5684  VR2AR-546131     -5.612700     56.37988             35
    +#> 5685  VR2AR-546131     -5.612700     56.37988             35
    +#> 5686  VR2AR-546131     -5.612700     56.37988             35
    +#> 5687  VR2AR-546131     -5.612700     56.37988             35
    +#> 5688  VR2AR-546131     -5.612700     56.37988             35
    +#> 5689  VR2AR-546131     -5.612700     56.37988             35
    +#> 5690  VR2AR-546131     -5.612700     56.37988             35
    +#> 5691  VR2AR-546131     -5.612700     56.37988             35
    +#> 5692  VR2AR-546131     -5.612700     56.37988             35
    +#> 5693  VR2AR-546136     -5.626250     56.44810             75
    +#> 5694  VR2AR-546136     -5.626250     56.44810             75
    +#> 5695  VR2AR-546136     -5.626250     56.44810             75
    +#> 5696  VR2AR-546136     -5.626250     56.44810             75
    +#> 5697  VR2AR-546136     -5.626250     56.44810             75
    +#> 5698  VR2AR-546136     -5.626250     56.44810             75
    +#> 5699  VR2AR-546136     -5.626250     56.44810             75
    +#> 5700  VR2AR-546136     -5.626250     56.44810             75
    +#> 5701  VR2AR-546136     -5.626250     56.44810             75
    +#> 5702  VR2AR-546136     -5.626250     56.44810             75
    +#> 5703  VR2AR-546136     -5.626250     56.44810             75
    +#> 5704  VR2AR-546136     -5.626250     56.44810             75
    +#> 5705  VR2AR-546380     -5.637917     56.44800             25
    +#> 5706  VR2AR-546380     -5.637917     56.44800             25
    +#> 5707  VR2AR-546380     -5.637917     56.44800             25
    +#> 5708  VR2AR-546380     -5.637917     56.44800             25
    +#> 5709  VR2AR-546380     -5.637917     56.44800             25
    +#> 5710  VR2AR-546380     -5.637917     56.44800             25
    +#> 5711  VR2AR-546380     -5.637917     56.44800             25
    +#> 5712  VR2AR-546380     -5.637917     56.44800             25
    +#> 5713  VR2AR-546380     -5.637917     56.44800             25
    +#> 5714  VR2AR-546380     -5.637917     56.44800             25
    +#> 5715  VR2AR-546380     -5.637917     56.44800             25
    +#> 5716  VR2AR-546380     -5.637917     56.44800             25
    +#> 5717  VR2AR-546380     -5.637917     56.44800             25
    +#> 5718  VR2AR-546136     -5.626250     56.44810             75
    +#> 5719  VR2AR-546136     -5.626250     56.44810             75
    +#> 5720  VR2AR-546136     -5.626250     56.44810             75
    +#> 5721  VR2AR-546136     -5.626250     56.44810             75
    +#> 5722  VR2AR-546136     -5.626250     56.44810             75
    +#> 5723  VR2AR-546136     -5.626250     56.44810             75
    +#> 5724  VR2AR-546136     -5.626250     56.44810             75
    +#> 5725  VR2AR-546136     -5.626250     56.44810             75
    +#> 5726  VR2AR-546136     -5.626250     56.44810             75
    +#> 5727  VR2AR-546136     -5.626250     56.44810             75
    +#> 5728  VR2AR-546136     -5.626250     56.44810             75
    +#> 5729  VR2AR-546136     -5.626250     56.44810             75
    +#> 5730  VR2AR-546136     -5.626250     56.44810             75
    +#> 5731  VR2AR-546133     -5.701717     56.49747             90
    +#> 5732  VR2AR-546133     -5.701717     56.49747             90
    +#> 5733  VR2AR-546133     -5.701717     56.49747             90
    +#> 5734  VR2AR-546133     -5.701717     56.49747             90
    +#> 5735  VR2AR-546133     -5.701717     56.49747             90
    +#> 5736  VR2AR-546133     -5.701717     56.49747             90
    +#> 5737  VR2AR-546133     -5.701717     56.49747             90
    +#> 5738  VR2AR-546133     -5.701717     56.49747             90
    +#> 5739  VR2AR-546133     -5.701717     56.49747             90
    +#> 5740  VR2AR-546133     -5.701717     56.49747             90
    +#> 5741  VR2AR-546133     -5.701717     56.49747             90
    +#> 5742      VR2-5637     -5.692417     56.49913             25
    +#> 5743      VR2-5637     -5.692417     56.49913             25
    +#> 5744      VR2-5637     -5.692417     56.49913             25
    +#> 5745      VR2-5637     -5.692417     56.49913             25
    +#> 5746      VR2-5637     -5.692417     56.49913             25
    +#> 5747      VR2-5637     -5.692417     56.49913             25
    +#> 5748      VR2-5637     -5.692417     56.49913             25
    +#> 5749      VR2-5637     -5.692417     56.49913             25
    +#> 5750      VR2-5637     -5.692417     56.49913             25
    +#> 5751      VR2-5637     -5.692417     56.49913             25
    +#> 5752      VR2-5637     -5.692417     56.49913             25
    +#> 5753      VR2-5637     -5.692417     56.49913             25
    +#> 5754      VR2-5637     -5.692417     56.49913             25
    +#> 5755      VR2-5637     -5.692417     56.49913             25
    +#> 5756      VR2-5637     -5.692417     56.49913             25
    +#> 5757      VR2-5637     -5.692417     56.49913             25
    +#> 5758      VR2-5637     -5.692417     56.49913             25
    +#> 5759      VR2-5637     -5.692417     56.49913             25
    +#> 5760      VR2-5637     -5.692417     56.49913             25
    +#> 5761   VR2W-108161     -5.605383     56.46018             25
    +#> 5762   VR2W-108161     -5.605383     56.46018             25
    +#> 5763   VR2W-108161     -5.605383     56.46018             25
    +#> 5764   VR2W-108161     -5.605383     56.46018             25
    +#> 5765   VR2W-108161     -5.605383     56.46018             25
    +#> 5766   VR2W-108161     -5.605383     56.46018             25
    +#> 5767   VR2W-108161     -5.605383     56.46018             25
    +#> 5768   VR2W-108161     -5.605383     56.46018             25
    +#> 5769   VR2W-108161     -5.605383     56.46018             25
    +#> 5770   VR2W-108161     -5.605383     56.46018             25
    +#> 5771   VR2W-108161     -5.605383     56.46018             25
    +#> 5772   VR2W-108161     -5.605383     56.46018             25
    +#> 5773   VR2W-108161     -5.605383     56.46018             25
    +#> 5774   VR2W-108161     -5.605383     56.46018             25
    +#> 5775   VR2W-108161     -5.605383     56.46018             25
    +#> 5776   VR2W-108161     -5.605383     56.46018             25
    +#> 5777   VR2W-108161     -5.605383     56.46018             25
    +#> 5778   VR2W-108161     -5.605383     56.46018             25
    +#> 5779   VR2W-108161     -5.605383     56.46018             25
    +#> 5780   VR2W-108161     -5.605383     56.46018             25
    +#> 5781   VR2W-108161     -5.605383     56.46018             25
    +#> 5782   VR2W-108161     -5.605383     56.46018             25
    +#> 5783   VR2W-108161     -5.605383     56.46018             25
    +#> 5784  VR2AR-546131     -5.612700     56.37988             35
    +#> 5785  VR2AR-546131     -5.612700     56.37988             35
    +#> 5786  VR2AR-546131     -5.612700     56.37988             35
    +#> 5787  VR2AR-546131     -5.612700     56.37988             35
    +#> 5788  VR2AR-546131     -5.612700     56.37988             35
    +#> 5789  VR2AR-546131     -5.612700     56.37988             35
    +#> 5790  VR2AR-546131     -5.612700     56.37988             35
    +#> 5791  VR2AR-546131     -5.612700     56.37988             35
    +#> 5792  VR2AR-546131     -5.612700     56.37988             35
    +#> 5793  VR2AR-546131     -5.612700     56.37988             35
    +#> 5794  VR2AR-546131     -5.612700     56.37988             35
    +#> 5795  VR2AR-546131     -5.612700     56.37988             35
    +#> 5796  VR2AR-546131     -5.612700     56.37988             35
    +#> 5797  VR2AR-546131     -5.612700     56.37988             35
    +#> 5798  VR2AR-546131     -5.612700     56.37988             35
    +#> 5799  VR2AR-546131     -5.612700     56.37988             35
    +#> 5800  VR2AR-546131     -5.612700     56.37988             35
    +#> 5801  VR2AR-546131     -5.612700     56.37988             35
    +#> 5802  VR2AR-546131     -5.612700     56.37988             35
    +#> 5803  VR2AR-546131     -5.612700     56.37988             35
    +#> 5804  VR2AR-546131     -5.612700     56.37988             35
    +#> 5805  VR2AR-546131     -5.612700     56.37988             35
    +#> 5806  VR2AR-546131     -5.612700     56.37988             35
    +#> 5807  VR2AR-546131     -5.612700     56.37988             35
    +#> 5808  VR2AR-546131     -5.612700     56.37988             35
    +#> 5809  VR2AR-546131     -5.612700     56.37988             35
    +#> 5810  VR2AR-546131     -5.612700     56.37988             35
    +#> 5811  VR2AR-546131     -5.612700     56.37988             35
    +#> 5812  VR2AR-546131     -5.612700     56.37988             35
    +#> 5813  VR2AR-546131     -5.612700     56.37988             35
    +#> 5814  VR2AR-546131     -5.612700     56.37988             35
    +#> 5815  VR2AR-546131     -5.612700     56.37988             35
    +#> 5816  VR2AR-546131     -5.612700     56.37988             35
    +#> 5817  VR2AR-546131     -5.612700     56.37988             35
    +#> 5818  VR2AR-546131     -5.612700     56.37988             35
    +#> 5819  VR2AR-546131     -5.612700     56.37988             35
    +#> 5820  VR2AR-546131     -5.612700     56.37988             35
    +#> 5821  VR2AR-546131     -5.612700     56.37988             35
    +#> 5822  VR2AR-546131     -5.612700     56.37988             35
    +#> 5823  VR2AR-546131     -5.612700     56.37988             35
    +#> 5824  VR2AR-546131     -5.612700     56.37988             35
    +#> 5825  VR2AR-546131     -5.612700     56.37988             35
    +#> 5826  VR2AR-546131     -5.612700     56.37988             35
    +#> 5827  VR2AR-546131     -5.612700     56.37988             35
    +#> 5828  VR2AR-546131     -5.612700     56.37988             35
    +#> 5829  VR2AR-546131     -5.612700     56.37988             35
    +#> 5830  VR2AR-546131     -5.612700     56.37988             35
    +#> 5831  VR2AR-546131     -5.612700     56.37988             35
    +#> 5832  VR2AR-546131     -5.612700     56.37988             35
    +#> 5833  VR2AR-546131     -5.612700     56.37988             35
    +#> 5834  VR2AR-546131     -5.612700     56.37988             35
    +#> 5835  VR2AR-546131     -5.612700     56.37988             35
    +#> 5836  VR2AR-546131     -5.612700     56.37988             35
    +#> 5837  VR2AR-546131     -5.612700     56.37988             35
    +#> 5838  VR2AR-546131     -5.612700     56.37988             35
    +#> 5839  VR2AR-546131     -5.612700     56.37988             35
    +#> 5840  VR2AR-546131     -5.612700     56.37988             35
    +#> 5841  VR2AR-546131     -5.612700     56.37988             35
    +#> 5842  VR2AR-546131     -5.612700     56.37988             35
    +#> 5843  VR2AR-546131     -5.612700     56.37988             35
    +#> 5844  VR2AR-546131     -5.612700     56.37988             35
    +#> 5845  VR2AR-546131     -5.612700     56.37988             35
    +#> 5846  VR2AR-546131     -5.612700     56.37988             35
    +#> 5847  VR2AR-546131     -5.612700     56.37988             35
    +#> 5848  VR2AR-546131     -5.612700     56.37988             35
    +#> 5849  VR2AR-546131     -5.612700     56.37988             35
    +#> 5850  VR2AR-546131     -5.612700     56.37988             35
    +#> 5851  VR2AR-546131     -5.612700     56.37988             35
    +#> 5852  VR2AR-546131     -5.612700     56.37988             35
    +#> 5853  VR2AR-546131     -5.612700     56.37988             35
    +#> 5854  VR2AR-546131     -5.612700     56.37988             35
    +#> 5855  VR2AR-546131     -5.612700     56.37988             35
    +#> 5856  VR2AR-546131     -5.612700     56.37988             35
    +#> 5857  VR2AR-546131     -5.612700     56.37988             35
    +#> 5858  VR2AR-546131     -5.612700     56.37988             35
    +#> 5859  VR2AR-546131     -5.612700     56.37988             35
    +#> 5860  VR2AR-546131     -5.612700     56.37988             35
    +#> 5861  VR2AR-546131     -5.612700     56.37988             35
    +#> 5862  VR2AR-546136     -5.626250     56.44810             75
    +#> 5863  VR2AR-546136     -5.626250     56.44810             75
    +#> 5864  VR2AR-546136     -5.626250     56.44810             75
    +#> 5865  VR2AR-546136     -5.626250     56.44810             75
    +#> 5866  VR2AR-546136     -5.626250     56.44810             75
    +#> 5867  VR2AR-546136     -5.626250     56.44810             75
    +#> 5868  VR2AR-546136     -5.626250     56.44810             75
    +#> 5869  VR2AR-546136     -5.626250     56.44810             75
    +#> 5870  VR2AR-546136     -5.626250     56.44810             75
    +#> 5871  VR2AR-546136     -5.626250     56.44810             75
    +#> 5872  VR2AR-546136     -5.626250     56.44810             75
    +#> 5873  VR2AR-546136     -5.626250     56.44810             75
    +#> 5874  VR2AR-546136     -5.626250     56.44810             75
    +#> 5875  VR2AR-546136     -5.626250     56.44810             75
    +#> 5876  VR2AR-546136     -5.626250     56.44810             75
    +#> 5877  VR2AR-546136     -5.626250     56.44810             75
    +#> 5878  VR2AR-546136     -5.626250     56.44810             75
    +#> 5879  VR2AR-546136     -5.626250     56.44810             75
    +#> 5880  VR2AR-546136     -5.626250     56.44810             75
    +#> 5881  VR2AR-546136     -5.626250     56.44810             75
    +#> 5882  VR2AR-546136     -5.626250     56.44810             75
    +#> 5883  VR2AR-546136     -5.626250     56.44810             75
    +#> 5884  VR2AR-546136     -5.626250     56.44810             75
    +#> 5885  VR2AR-546136     -5.626250     56.44810             75
    +#> 5886  VR2AR-546136     -5.626250     56.44810             75
    +#> 5887  VR2AR-546136     -5.626250     56.44810             75
    +#> 5888  VR2AR-546131     -5.612700     56.37988             35
    +#> 5889  VR2AR-546131     -5.612700     56.37988             35
    +#> 5890  VR2AR-546131     -5.612700     56.37988             35
    +#> 5891  VR2AR-546131     -5.612700     56.37988             35
    +#> 5892  VR2AR-546131     -5.612700     56.37988             35
    +#> 5893  VR2AR-546131     -5.612700     56.37988             35
    +#> 5894  VR2AR-546131     -5.612700     56.37988             35
    +#> 5895  VR2AR-546131     -5.612700     56.37988             35
    +#> 5896  VR2AR-546131     -5.612700     56.37988             35
    +#> 5897  VR2AR-546131     -5.612700     56.37988             35
    +#> 5898  VR2AR-546131     -5.612700     56.37988             35
    +#> 5899  VR2AR-546131     -5.612700     56.37988             35
    +#> 5900  VR2AR-546131     -5.612700     56.37988             35
    +#> 5901  VR2AR-546131     -5.612700     56.37988             35
    +#> 5902  VR2AR-546131     -5.612700     56.37988             35
    +#> 5903  VR2AR-546131     -5.612700     56.37988             35
    +#> 5904  VR2AR-546131     -5.612700     56.37988             35
    +#> 5905  VR2AR-546131     -5.612700     56.37988             35
    +#> 5906  VR2AR-546131     -5.612700     56.37988             35
    +#> 5907  VR2AR-546131     -5.612700     56.37988             35
    +#> 5908  VR2AR-546131     -5.612700     56.37988             35
    +#> 5909  VR2AR-546131     -5.612700     56.37988             35
    +#> 5910  VR2AR-546131     -5.612700     56.37988             35
    +#> 5911  VR2AR-546131     -5.612700     56.37988             35
    +#> 5912  VR2AR-546131     -5.612700     56.37988             35
    +#> 5913  VR2AR-546131     -5.612700     56.37988             35
    +#> 5914  VR2AR-546131     -5.612700     56.37988             35
    +#> 5915  VR2AR-546131     -5.612700     56.37988             35
    +#> 5916  VR2AR-546131     -5.612700     56.37988             35
    +#> 5917  VR2AR-546131     -5.612700     56.37988             35
    +#> 5918  VR2AR-546131     -5.612700     56.37988             35
    +#> 5919  VR2AR-546131     -5.612700     56.37988             35
    +#> 5920  VR2AR-546131     -5.612700     56.37988             35
    +#> 5921  VR2AR-546131     -5.612700     56.37988             35
    +#> 5922  VR2AR-546131     -5.612700     56.37988             35
    +#> 5923  VR2AR-546131     -5.612700     56.37988             35
    +#> 5924  VR2AR-546131     -5.612700     56.37988             35
    +#> 5925  VR2AR-546131     -5.612700     56.37988             35
    +#> 5926  VR2AR-546131     -5.612700     56.37988             35
    +#> 5927  VR2AR-546131     -5.612700     56.37988             35
    +#> 5928  VR2AR-546131     -5.612700     56.37988             35
    +#> 5929  VR2AR-546131     -5.612700     56.37988             35
    +#> 5930  VR2AR-546131     -5.612700     56.37988             35
    +#> 5931  VR2AR-546131     -5.612700     56.37988             35
    +#> 5932  VR2AR-546131     -5.612700     56.37988             35
    +#> 5933  VR2AR-546131     -5.612700     56.37988             35
    +#> 5934  VR2AR-546131     -5.612700     56.37988             35
    +#> 5935  VR2AR-546131     -5.612700     56.37988             35
    +#> 5936  VR2AR-546131     -5.612700     56.37988             35
    +#> 5937  VR2AR-546131     -5.612700     56.37988             35
    +#> 5938  VR2AR-546131     -5.612700     56.37988             35
    +#> 5939  VR2AR-546131     -5.612700     56.37988             35
    +#> 5940  VR2AR-546131     -5.612700     56.37988             35
    +#> 5941  VR2AR-546131     -5.612700     56.37988             35
    +#> 5942  VR2AR-546131     -5.612700     56.37988             35
    +#> 5943  VR2AR-546131     -5.612700     56.37988             35
    +#> 5944  VR2AR-546131     -5.612700     56.37988             35
    +#> 5945  VR2AR-546131     -5.612700     56.37988             35
    +#> 5946  VR2AR-546131     -5.612700     56.37988             35
    +#> 5947  VR2AR-546131     -5.612700     56.37988             35
    +#> 5948  VR2AR-546131     -5.612700     56.37988             35
    +#> 5949  VR2AR-546131     -5.612700     56.37988             35
    +#> 5950  VR2AR-546131     -5.612700     56.37988             35
    +#> 5951  VR2AR-546131     -5.612700     56.37988             35
    +#> 5952  VR2AR-546131     -5.612700     56.37988             35
    +#> 5953  VR2AR-546131     -5.612700     56.37988             35
    +#> 5954  VR2AR-546131     -5.612700     56.37988             35
    +#> 5955  VR2AR-546131     -5.612700     56.37988             35
    +#> 5956  VR2AR-546131     -5.612700     56.37988             35
    +#> 5957  VR2AR-546131     -5.612700     56.37988             35
    +#> 5958  VR2AR-546131     -5.612700     56.37988             35
    +#> 5959  VR2AR-546131     -5.612700     56.37988             35
    +#> 5960  VR2AR-546131     -5.612700     56.37988             35
    +#> 5961  VR2AR-546131     -5.612700     56.37988             35
    +#> 5962  VR2AR-546131     -5.612700     56.37988             35
    +#> 5963  VR2AR-546131     -5.612700     56.37988             35
    +#> 5964  VR2AR-546131     -5.612700     56.37988             35
    +#> 5965  VR2AR-546131     -5.612700     56.37988             35
    +#> 5966  VR2AR-546131     -5.612700     56.37988             35
    +#> 5967  VR2AR-546131     -5.612700     56.37988             35
    +#> 5968  VR2AR-546131     -5.612700     56.37988             35
    +#> 5969  VR2AR-546131     -5.612700     56.37988             35
    +#> 5970  VR2AR-546131     -5.612700     56.37988             35
    +#> 5971  VR2AR-546131     -5.612700     56.37988             35
    +#> 5972  VR2AR-546131     -5.612700     56.37988             35
    +#> 5973  VR2AR-546131     -5.612700     56.37988             35
    +#> 5974  VR2AR-546131     -5.612700     56.37988             35
    +#> 5975  VR2AR-546131     -5.612700     56.37988             35
    +#> 5976  VR2AR-546131     -5.612700     56.37988             35
    +#> 5977  VR2AR-546131     -5.612700     56.37988             35
    +#> 5978  VR2AR-546131     -5.612700     56.37988             35
    +#> 5979  VR2AR-546131     -5.612700     56.37988             35
    +#> 5980  VR2AR-546131     -5.612700     56.37988             35
    +#> 5981  VR2AR-546131     -5.612700     56.37988             35
    +#> 5982  VR2AR-546131     -5.612700     56.37988             35
    +#> 5983  VR2AR-546131     -5.612700     56.37988             35
    +#> 5984  VR2AR-546131     -5.612700     56.37988             35
    +#> 5985  VR2AR-546131     -5.612700     56.37988             35
    +#> 5986  VR2AR-546131     -5.612700     56.37988             35
    +#> 5987  VR2AR-546131     -5.612700     56.37988             35
    +#> 5988  VR2AR-546131     -5.612700     56.37988             35
    +#> 5989  VR2AR-546131     -5.612700     56.37988             35
    +#> 5990  VR2AR-546131     -5.612700     56.37988             35
    +#> 5991  VR2AR-546131     -5.612700     56.37988             35
    +#> 5992  VR2AR-546131     -5.612700     56.37988             35
    +#> 5993  VR2AR-546131     -5.612700     56.37988             35
    +#> 5994  VR2AR-546131     -5.612700     56.37988             35
    +#> 5995  VR2AR-546131     -5.612700     56.37988             35
    +#> 5996  VR2AR-546131     -5.612700     56.37988             35
    +#> 5997  VR2AR-546131     -5.612700     56.37988             35
    +#> 5998  VR2AR-546131     -5.612700     56.37988             35
    +#> 5999  VR2AR-546131     -5.612700     56.37988             35
    +#> 6000  VR2AR-546131     -5.612700     56.37988             35
    +#> 6001  VR2AR-546131     -5.612700     56.37988             35
    +#> 6002  VR2AR-546131     -5.612700     56.37988             35
    +#> 6003  VR2AR-546131     -5.612700     56.37988             35
    +#> 6004  VR2AR-546131     -5.612700     56.37988             35
    +#> 6005  VR2AR-546131     -5.612700     56.37988             35
    +#> 6006  VR2AR-546131     -5.612700     56.37988             35
    +#> 6007  VR2AR-546131     -5.612700     56.37988             35
    +#> 6008  VR2AR-546131     -5.612700     56.37988             35
    +#> 6009  VR2AR-546131     -5.612700     56.37988             35
    +#> 6010  VR2AR-546131     -5.612700     56.37988             35
    +#> 6011  VR2AR-546131     -5.612700     56.37988             35
    +#> 6012  VR2AR-546131     -5.612700     56.37988             35
    +#> 6013  VR2AR-546131     -5.612700     56.37988             35
    +#> 6014  VR2AR-546131     -5.612700     56.37988             35
    +#> 6015  VR2AR-546131     -5.612700     56.37988             35
    +#> 6016  VR2AR-546131     -5.612700     56.37988             35
    +#> 6017  VR2AR-546131     -5.612700     56.37988             35
    +#> 6018  VR2AR-546131     -5.612700     56.37988             35
    +#> 6019  VR2AR-546131     -5.612700     56.37988             35
    +#> 6020  VR2AR-546131     -5.612700     56.37988             35
    +#> 6021  VR2AR-546131     -5.612700     56.37988             35
    +#> 6022  VR2AR-546131     -5.612700     56.37988             35
    +#> 6023  VR2AR-546131     -5.612700     56.37988             35
    +#> 6024  VR2AR-546131     -5.612700     56.37988             35
    +#> 6025  VR2AR-546131     -5.612700     56.37988             35
    +#> 6026  VR2AR-546131     -5.612700     56.37988             35
    +#> 6027  VR2AR-546131     -5.612700     56.37988             35
    +#> 6028  VR2AR-546131     -5.612700     56.37988             35
    +#> 6029  VR2AR-546131     -5.612700     56.37988             35
    +#> 6030  VR2AR-546131     -5.612700     56.37988             35
    +#> 6031  VR2AR-546131     -5.612700     56.37988             35
    +#> 6032  VR2AR-546131     -5.612700     56.37988             35
    +#> 6033  VR2AR-546131     -5.612700     56.37988             35
    +#> 6034  VR2AR-546131     -5.612700     56.37988             35
    +#> 6035  VR2AR-546131     -5.612700     56.37988             35
    +#> 6036  VR2AR-546131     -5.612700     56.37988             35
    +#> 6037  VR2AR-546131     -5.612700     56.37988             35
    +#> 6038  VR2AR-546131     -5.612700     56.37988             35
    +#> 6039  VR2AR-546131     -5.612700     56.37988             35
    +#> 6040  VR2AR-546131     -5.612700     56.37988             35
    +#> 6041  VR2AR-546131     -5.612700     56.37988             35
    +#> 6042  VR2AR-546131     -5.612700     56.37988             35
    +#> 6043  VR2AR-546131     -5.612700     56.37988             35
    +#> 6044  VR2AR-546131     -5.612700     56.37988             35
    +#> 6045  VR2AR-546131     -5.612700     56.37988             35
    +#> 6046  VR2AR-546131     -5.612700     56.37988             35
    +#> 6047  VR2AR-546131     -5.612700     56.37988             35
    +#> 6048  VR2AR-546131     -5.612700     56.37988             35
    +#> 6049  VR2AR-546131     -5.612700     56.37988             35
    +#> 6050  VR2AR-546131     -5.612700     56.37988             35
    +#> 6051  VR2AR-546131     -5.612700     56.37988             35
    +#> 6052  VR2AR-546380     -5.637917     56.44800             25
    +#> 6053  VR2AR-546380     -5.637917     56.44800             25
    +#> 6054  VR2AR-546380     -5.637917     56.44800             25
    +#> 6055  VR2AR-546380     -5.637917     56.44800             25
    +#> 6056  VR2AR-546380     -5.637917     56.44800             25
    +#> 6057  VR2AR-546136     -5.626250     56.44810             75
    +#> 6058  VR2AR-546136     -5.626250     56.44810             75
    +#> 6059  VR2AR-546136     -5.626250     56.44810             75
    +#> 6060  VR2AR-546136     -5.626250     56.44810             75
    +#> 6061  VR2AR-546136     -5.626250     56.44810             75
    +#> 6062  VR2AR-546136     -5.626250     56.44810             75
    +#> 6063  VR2AR-546136     -5.626250     56.44810             75
    +#> 6064  VR2AR-546136     -5.626250     56.44810             75
    +#> 6065  VR2AR-546136     -5.626250     56.44810             75
    +#> 6066  VR2AR-546134     -5.643867     56.38278            145
    +#> 6067  VR2AR-546134     -5.643867     56.38278            145
    +#> 6068  VR2AR-546134     -5.643867     56.38278            145
    +#> 6069  VR2AR-546134     -5.643867     56.38278            145
    +#> 6070  VR2AR-546134     -5.643867     56.38278            145
    +#> 6071  VR2AR-546134     -5.643867     56.38278            145
    +#> 6072  VR2AR-546134     -5.643867     56.38278            145
    +#> 6073  VR2AR-546134     -5.643867     56.38278            145
    +#> 6074  VR2AR-546134     -5.643867     56.38278            145
    +#> 6075  VR2AR-546134     -5.643867     56.38278            145
    +#> 6076  VR2AR-546134     -5.643867     56.38278            145
    +#> 6077  VR2AR-546134     -5.643867     56.38278            145
    +#> 6078  VR2AR-546134     -5.643867     56.38278            145
    +#> 6079  VR2AR-546134     -5.643867     56.38278            145
    +#> 6080  VR2AR-546134     -5.643867     56.38278            145
    +#> 6081  VR2AR-546134     -5.643867     56.38278            145
    +#> 6082  VR2AR-546134     -5.643867     56.38278            145
    +#> 6083  VR2AR-546134     -5.643867     56.38278            145
    +#> 6084  VR2AR-546134     -5.643867     56.38278            145
    +#> 6085  VR2AR-546134     -5.643867     56.38278            145
    +#> 6086  VR2AR-546134     -5.643867     56.38278            145
    +#> 6087  VR2AR-546134     -5.643867     56.38278            145
    +#> 6088  VR2AR-546134     -5.643867     56.38278            145
    +#> 6089  VR2AR-546134     -5.643867     56.38278            145
    +#> 6090  VR2AR-546134     -5.643867     56.38278            145
    +#> 6091  VR2AR-546134     -5.643867     56.38278            145
    +#> 6092  VR2AR-546134     -5.643867     56.38278            145
    +#> 6093  VR2AR-546134     -5.643867     56.38278            145
    +#> 6094  VR2AR-546134     -5.643867     56.38278            145
    +#> 6095  VR2AR-546134     -5.643867     56.38278            145
    +#> 6096  VR2AR-546134     -5.643867     56.38278            145
    +#> 6097  VR2AR-546134     -5.643867     56.38278            145
    +#> 6098  VR2AR-546134     -5.643867     56.38278            145
    +#> 6099  VR2AR-546134     -5.643867     56.38278            145
    +#> 6100  VR2AR-546134     -5.643867     56.38278            145
    +#> 6101  VR2AR-546134     -5.643867     56.38278            145
    +#> 6102  VR2AR-546134     -5.643867     56.38278            145
    +#> 6103  VR2AR-546134     -5.643867     56.38278            145
    +#> 6104  VR2AR-546134     -5.643867     56.38278            145
    +#> 6105  VR2AR-546131     -5.612700     56.37988             35
    +#> 6106  VR2AR-546131     -5.612700     56.37988             35
    +#> 6107  VR2AR-546131     -5.612700     56.37988             35
    +#> 6108  VR2AR-546131     -5.612700     56.37988             35
    +#> 6109  VR2AR-546131     -5.612700     56.37988             35
    +#> 6110  VR2AR-546131     -5.612700     56.37988             35
    +#> 6111  VR2AR-546131     -5.612700     56.37988             35
    +#> 6112  VR2AR-546131     -5.612700     56.37988             35
    +#> 6113  VR2AR-546131     -5.612700     56.37988             35
    +#> 6114  VR2AR-546131     -5.612700     56.37988             35
    +#> 6115  VR2AR-546131     -5.612700     56.37988             35
    +#> 6116  VR2AR-546131     -5.612700     56.37988             35
    +#> 6117  VR2AR-546131     -5.612700     56.37988             35
    +#> 6118  VR2AR-546131     -5.612700     56.37988             35
    +#> 6119  VR2AR-546131     -5.612700     56.37988             35
    +#> 6120  VR2AR-546131     -5.612700     56.37988             35
    +#> 6121  VR2AR-546131     -5.612700     56.37988             35
    +#> 6122  VR2AR-546131     -5.612700     56.37988             35
    +#> 6123  VR2AR-546131     -5.612700     56.37988             35
    +#> 6124  VR2AR-546131     -5.612700     56.37988             35
    +#> 6125  VR2AR-546131     -5.612700     56.37988             35
    +#> 6126  VR2AR-546131     -5.612700     56.37988             35
    +#> 6127  VR2AR-546131     -5.612700     56.37988             35
    +#> 6128  VR2AR-546131     -5.612700     56.37988             35
    +#> 6129  VR2AR-546131     -5.612700     56.37988             35
    +#> 6130  VR2AR-546131     -5.612700     56.37988             35
    +#> 6131  VR2AR-546131     -5.612700     56.37988             35
    +#> 6132  VR2AR-546131     -5.612700     56.37988             35
    +#> 6133  VR2AR-546131     -5.612700     56.37988             35
    +#> 6134  VR2AR-546131     -5.612700     56.37988             35
    +#> 6135  VR2AR-546131     -5.612700     56.37988             35
    +#> 6136  VR2AR-546134     -5.643867     56.38278            145
    +#> 6137  VR2AR-546134     -5.643867     56.38278            145
    +#> 6138  VR2AR-546134     -5.643867     56.38278            145
    +#> 6139  VR2AR-546134     -5.643867     56.38278            145
    +#> 6140  VR2AR-546134     -5.643867     56.38278            145
    +#> 6141  VR2AR-546134     -5.643867     56.38278            145
    +#> 6142  VR2AR-546134     -5.643867     56.38278            145
    +#> 6143  VR2AR-546134     -5.643867     56.38278            145
    +#> 6144  VR2AR-546134     -5.643867     56.38278            145
    +#> 6145  VR2AR-546134     -5.643867     56.38278            145
    +#> 6146  VR2AR-546134     -5.643867     56.38278            145
    +#> 6147  VR2AR-546134     -5.643867     56.38278            145
    +#> 6148  VR2AR-546134     -5.643867     56.38278            145
    +#> 6149  VR2AR-546134     -5.643867     56.38278            145
    +#> 6150  VR2AR-546134     -5.643867     56.38278            145
    +#> 6151  VR2AR-546136     -5.626250     56.44810             75
    +#> 6152  VR2AR-546136     -5.626250     56.44810             75
    +#> 6153      VR2-5637     -5.692417     56.49913             25
    +#> 6154      VR2-5637     -5.692417     56.49913             25
    +#> 6155      VR2-5637     -5.692417     56.49913             25
    +#> 6156   VR2W-108161     -5.605383     56.46018             25
    +#> 6157   VR2W-108161     -5.605383     56.46018             25
    +#> 6158   VR2W-108161     -5.605383     56.46018             25
    +#> 6159   VR2W-108161     -5.605383     56.46018             25
    +#> 6160   VR2W-108161     -5.605383     56.46018             25
    +#> 6161   VR2W-108161     -5.605383     56.46018             25
    +#> 6162   VR2W-108161     -5.605383     56.46018             25
    +#> 6163   VR2W-108161     -5.605383     56.46018             25
    +#> 6164   VR2W-108161     -5.605383     56.46018             25
    +#> 6165   VR2W-108161     -5.605383     56.46018             25
    +#> 6166   VR2W-108161     -5.605383     56.46018             25
    +#> 6167   VR2W-108161     -5.605383     56.46018             25
    +#> 6168   VR2W-108161     -5.605383     56.46018             25
    +#> 6169   VR2W-108161     -5.605383     56.46018             25
    +#> 6170   VR2W-108161     -5.605383     56.46018             25
    +#> 6171  VR2AR-546136     -5.626250     56.44810             75
    +#> 6172  VR2AR-546136     -5.626250     56.44810             75
    +#> 6173  VR2AR-546131     -5.612700     56.37988             35
    +#> 6174  VR2AR-546131     -5.612700     56.37988             35
    +#> 6175  VR2AR-546131     -5.612700     56.37988             35
    +#> 6176  VR2AR-546131     -5.612700     56.37988             35
    +#> 6177  VR2AR-546131     -5.612700     56.37988             35
    +#> 6178  VR2AR-546131     -5.612700     56.37988             35
    +#> 6179  VR2AR-546131     -5.612700     56.37988             35
    +#> 6180  VR2AR-546131     -5.612700     56.37988             35
    +#> 6181  VR2AR-546131     -5.612700     56.37988             35
    +#> 6182  VR2AR-546131     -5.612700     56.37988             35
    +#> 6183  VR2AR-546131     -5.612700     56.37988             35
    +#> 6184  VR2AR-546131     -5.612700     56.37988             35
    +#> 6185  VR2AR-546131     -5.612700     56.37988             35
    +#> 6186  VR2AR-546131     -5.612700     56.37988             35
    +#> 6187  VR2AR-546131     -5.612700     56.37988             35
    +#> 6188  VR2AR-546131     -5.612700     56.37988             35
    +#> 6189  VR2AR-546131     -5.612700     56.37988             35
    +#> 6190  VR2AR-546131     -5.612700     56.37988             35
    +#> 6191  VR2AR-546131     -5.612700     56.37988             35
    +#> 6192  VR2AR-546131     -5.612700     56.37988             35
    +#> 6193  VR2AR-546131     -5.612700     56.37988             35
    +#> 6194  VR2AR-546131     -5.612700     56.37988             35
    +#> 6195  VR2AR-546131     -5.612700     56.37988             35
    +#> 6196  VR2AR-546131     -5.612700     56.37988             35
    +#> 6197  VR2AR-546131     -5.612700     56.37988             35
    +#> 6198  VR2AR-546131     -5.612700     56.37988             35
    +#> 6199  VR2AR-546131     -5.612700     56.37988             35
    +#> 6200  VR2AR-546131     -5.612700     56.37988             35
    +#> 6201  VR2AR-546131     -5.612700     56.37988             35
    +#> 6202  VR2AR-546131     -5.612700     56.37988             35
    +#> 6203  VR2AR-546131     -5.612700     56.37988             35
    +#> 6204  VR2AR-546131     -5.612700     56.37988             35
    +#> 6205  VR2AR-546131     -5.612700     56.37988             35
    +#> 6206  VR2AR-546131     -5.612700     56.37988             35
    +#> 6207  VR2AR-546131     -5.612700     56.37988             35
    +#> 6208  VR2AR-546131     -5.612700     56.37988             35
    +#> 6209  VR2AR-546131     -5.612700     56.37988             35
    +#> 6210  VR2AR-546131     -5.612700     56.37988             35
    +#> 6211  VR2AR-546131     -5.612700     56.37988             35
    +#> 6212  VR2AR-546131     -5.612700     56.37988             35
    +#> 6213  VR2AR-546380     -5.637917     56.44800             25
    +#> 6214  VR2AR-546380     -5.637917     56.44800             25
    +#> 6215  VR2AR-546380     -5.637917     56.44800             25
    +#> 6216  VR2AR-546380     -5.637917     56.44800             25
    +#> 6217  VR2AR-546380     -5.637917     56.44800             25
    +#> 6218  VR2AR-546380     -5.637917     56.44800             25
    +#> 6219  VR2AR-546380     -5.637917     56.44800             25
    +#> 6220  VR2AR-546380     -5.637917     56.44800             25
    +#> 6221  VR2AR-546380     -5.637917     56.44800             25
    +#> 6222  VR2AR-546133     -5.701717     56.49747             90
    +#> 6223  VR2AR-546133     -5.701717     56.49747             90
    +#> 6224  VR2AR-546133     -5.701717     56.49747             90
    +#> 6225  VR2AR-546133     -5.701717     56.49747             90
    +#> 6226  VR2AR-546133     -5.701717     56.49747             90
    +#> 6227  VR2AR-546133     -5.701717     56.49747             90
    +#> 6228  VR2AR-546133     -5.701717     56.49747             90
    +#> 6229      VR2-5637     -5.692417     56.49913             25
    +#> 6230      VR2-5637     -5.692417     56.49913             25
    +#> 6231      VR2-5637     -5.692417     56.49913             25
    +#> 6232      VR2-5637     -5.692417     56.49913             25
    +#> 6233  VR2AR-546133     -5.701717     56.49747             90
    +#> 6234  VR2AR-546133     -5.701717     56.49747             90
    +#> 6235  VR2AR-546133     -5.701717     56.49747             90
    +#> 6236  VR2AR-546133     -5.701717     56.49747             90
    +#> 6237  VR2AR-546133     -5.701717     56.49747             90
    +#> 6238  VR2AR-546133     -5.701717     56.49747             90
    +#> 6239  VR2AR-546133     -5.701717     56.49747             90
    +#> 6240  VR2AR-546133     -5.701717     56.49747             90
    +#> 6241  VR2AR-546133     -5.701717     56.49747             90
    +#> 6242  VR2AR-546133     -5.701717     56.49747             90
    +#> 6243  VR2AR-546133     -5.701717     56.49747             90
    +#> 6244  VR2AR-546133     -5.701717     56.49747             90
    +#> 6245  VR2AR-546133     -5.701717     56.49747             90
    +#> 6246  VR2AR-546133     -5.701717     56.49747             90
    +#> 6247  VR2AR-546133     -5.701717     56.49747             90
    +#> 6248  VR2AR-546133     -5.701717     56.49747             90
    +#> 6249  VR2AR-546133     -5.701717     56.49747             90
    +#> 6250  VR2AR-546133     -5.701717     56.49747             90
    +#> 6251  VR2AR-546133     -5.701717     56.49747             90
    +#> 6252  VR2AR-546133     -5.701717     56.49747             90
    +#> 6253  VR2AR-546133     -5.701717     56.49747             90
    +#> 6254  VR2AR-546133     -5.701717     56.49747             90
    +#> 6255  VR2AR-546133     -5.701717     56.49747             90
    +#> 6256  VR2AR-546133     -5.701717     56.49747             90
    +#> 6257  VR2AR-546133     -5.701717     56.49747             90
    +#> 6258  VR2AR-546133     -5.701717     56.49747             90
    +#> 6259  VR2AR-546133     -5.701717     56.49747             90
    +#> 6260  VR2AR-546133     -5.701717     56.49747             90
    +#> 6261  VR2AR-546133     -5.701717     56.49747             90
    +#> 6262  VR2AR-546133     -5.701717     56.49747             90
    +#> 6263  VR2AR-546133     -5.701717     56.49747             90
    +#> 6264  VR2AR-546133     -5.701717     56.49747             90
    +#> 6265      VR2-5637     -5.692417     56.49913             25
    +#> 6266  VR2AR-546133     -5.701717     56.49747             90
    +#> 6267      VR2-5637     -5.692417     56.49913             25
    +#> 6268  VR2AR-546133     -5.701717     56.49747             90
    +#> 6269      VR2-5637     -5.692417     56.49913             25
    +#> 6270      VR2-5637     -5.692417     56.49913             25
    +#> 6271      VR2-5637     -5.692417     56.49913             25
    +#> 6272      VR2-5637     -5.692417     56.49913             25
    +#> 6273      VR2-5637     -5.692417     56.49913             25
    +#> 6274      VR2-5637     -5.692417     56.49913             25
    +#> 6275      VR2-5637     -5.692417     56.49913             25
    +#> 6276      VR2-5637     -5.692417     56.49913             25
    +#> 6277      VR2-5637     -5.692417     56.49913             25
    +#> 6278      VR2-5637     -5.692417     56.49913             25
    +#> 6279      VR2-5637     -5.692417     56.49913             25
    +#> 6280      VR2-5637     -5.692417     56.49913             25
    +#> 6281      VR2-5637     -5.692417     56.49913             25
    +#> 6282   VR2W-108161     -5.605383     56.46018             25
    +#> 6283   VR2W-108161     -5.605383     56.46018             25
    +#> 6284   VR2W-108161     -5.605383     56.46018             25
    +#> 6285   VR2W-108161     -5.605383     56.46018             25
    +#> 6286   VR2W-108161     -5.605383     56.46018             25
    +#> 6287   VR2W-108161     -5.605383     56.46018             25
    +#> 6288   VR2W-108161     -5.605383     56.46018             25
    +#> 6289   VR2W-108161     -5.605383     56.46018             25
    +#> 6290   VR2W-108161     -5.605383     56.46018             25
    +#> 6291   VR2W-108161     -5.605383     56.46018             25
    +#> 6292   VR2W-108161     -5.605383     56.46018             25
    +#> 6293   VR2W-108161     -5.605383     56.46018             25
    +#> 6294   VR2W-108161     -5.605383     56.46018             25
    +#> 6295   VR2W-108161     -5.605383     56.46018             25
    +#> 6296   VR2W-108161     -5.605383     56.46018             25
    +#> 6297   VR2W-108161     -5.605383     56.46018             25
    +#> 6298   VR2W-108161     -5.605383     56.46018             25
    +#> 6299   VR2W-108161     -5.605383     56.46018             25
    +#> 6300   VR2W-108161     -5.605383     56.46018             25
    +#> 6301   VR2W-108161     -5.605383     56.46018             25
    +#> 6302   VR2W-108161     -5.605383     56.46018             25
    +#> 6303   VR2W-108161     -5.605383     56.46018             25
    +#> 6304   VR2W-108161     -5.605383     56.46018             25
    +#> 6305   VR2W-108161     -5.605383     56.46018             25
    +#> 6306   VR2W-108161     -5.605383     56.46018             25
    +#> 6307   VR2W-108161     -5.605383     56.46018             25
    +#> 6308   VR2W-108161     -5.605383     56.46018             25
    +#> 6309   VR2W-108161     -5.605383     56.46018             25
    +#> 6310   VR2W-108161     -5.605383     56.46018             25
    +#> 6311   VR2W-108161     -5.605383     56.46018             25
    +#> 6312   VR2W-108161     -5.605383     56.46018             25
    +#> 6313   VR2W-108161     -5.605383     56.46018             25
    +#> 6314   VR2W-108161     -5.605383     56.46018             25
    +#> 6315   VR2W-108161     -5.605383     56.46018             25
    +#> 6316   VR2W-108161     -5.605383     56.46018             25
    +#> 6317   VR2W-108161     -5.605383     56.46018             25
    +#> 6318   VR2W-108161     -5.605383     56.46018             25
    +#> 6319  VR2AR-546136     -5.626250     56.44810             75
    +#> 6320  VR2AR-546136     -5.626250     56.44810             75
    +#> 6321  VR2AR-546136     -5.626250     56.44810             75
    +#> 6322  VR2AR-546136     -5.626250     56.44810             75
    +#> 6323  VR2AR-546136     -5.626250     56.44810             75
    +#> 6324  VR2AR-546136     -5.626250     56.44810             75
    +#> 6325  VR2AR-546136     -5.626250     56.44810             75
    +#> 6326  VR2AR-546136     -5.626250     56.44810             75
    +#> 6327  VR2AR-546136     -5.626250     56.44810             75
    +#> 6328  VR2AR-546136     -5.626250     56.44810             75
    +#> 6329  VR2AR-546136     -5.626250     56.44810             75
    +#> 6330  VR2AR-546136     -5.626250     56.44810             75
    +#> 6331  VR2AR-546136     -5.626250     56.44810             75
    +#> 6332  VR2AR-546136     -5.626250     56.44810             75
    +#> 6333  VR2AR-546136     -5.626250     56.44810             75
    +#> 6334  VR2AR-546136     -5.626250     56.44810             75
    +#> 6335  VR2AR-546136     -5.626250     56.44810             75
    +#> 6336  VR2AR-546136     -5.626250     56.44810             75
    +#> 6337  VR2AR-546136     -5.626250     56.44810             75
    +#> 6338  VR2AR-546136     -5.626250     56.44810             75
    +#> 6339  VR2AR-546136     -5.626250     56.44810             75
    +#> 6340  VR2AR-546136     -5.626250     56.44810             75
    +#> 6341  VR2AR-546136     -5.626250     56.44810             75
    +#> 6342  VR2AR-546136     -5.626250     56.44810             75
    +#> 6343  VR2AR-546136     -5.626250     56.44810             75
    +#> 6344  VR2AR-546136     -5.626250     56.44810             75
    +#> 6345  VR2AR-546136     -5.626250     56.44810             75
    +#> 6346  VR2AR-546136     -5.626250     56.44810             75
    +#> 6347  VR2AR-546136     -5.626250     56.44810             75
    +#> 6348  VR2AR-546136     -5.626250     56.44810             75
    +#> 6349  VR2AR-546136     -5.626250     56.44810             75
    +#> 6350  VR2AR-546136     -5.626250     56.44810             75
    +#> 6351  VR2AR-546136     -5.626250     56.44810             75
    +#> 6352  VR2AR-546136     -5.626250     56.44810             75
    +#> 6353  VR2AR-546136     -5.626250     56.44810             75
    +#> 6354  VR2AR-546136     -5.626250     56.44810             75
    +#> 6355  VR2AR-546136     -5.626250     56.44810             75
    +#> 6356  VR2AR-546136     -5.626250     56.44810             75
    +#> 6357  VR2AR-546136     -5.626250     56.44810             75
    +#> 6358  VR2AR-546136     -5.626250     56.44810             75
    +#> 6359  VR2AR-546136     -5.626250     56.44810             75
    +#> 6360  VR2AR-546136     -5.626250     56.44810             75
    +#> 6361   VR2W-108161     -5.605383     56.46018             25
    +#> 6362   VR2W-108161     -5.605383     56.46018             25
    +#> 6363   VR2W-108161     -5.605383     56.46018             25
    +#> 6364   VR2W-108161     -5.605383     56.46018             25
    +#> 6365   VR2W-108161     -5.605383     56.46018             25
    +#> 6366   VR2W-108161     -5.605383     56.46018             25
    +#> 6367   VR2W-108161     -5.605383     56.46018             25
    +#> 6368   VR2W-108161     -5.605383     56.46018             25
    +#> 6369   VR2W-108161     -5.605383     56.46018             25
    +#> 6370   VR2W-108161     -5.605383     56.46018             25
    +#> 6371   VR2W-108161     -5.605383     56.46018             25
    +#> 6372   VR2W-108161     -5.605383     56.46018             25
    +#> 6373   VR2W-108161     -5.605383     56.46018             25
    +#> 6374   VR2W-108161     -5.605383     56.46018             25
    +#> 6375  VR2AR-546131     -5.612700     56.37988             35
    +#> 6376  VR2AR-546131     -5.612700     56.37988             35
    +#> 6377  VR2AR-546131     -5.612700     56.37988             35
    +#> 6378  VR2AR-546131     -5.612700     56.37988             35
    +#> 6379  VR2AR-546131     -5.612700     56.37988             35
    +#> 6380  VR2AR-546131     -5.612700     56.37988             35
    +#> 6381  VR2AR-546131     -5.612700     56.37988             35
    +#> 6382  VR2AR-546131     -5.612700     56.37988             35
    +#> 6383  VR2AR-546131     -5.612700     56.37988             35
    +#> 6384  VR2AR-546131     -5.612700     56.37988             35
    +#> 6385  VR2AR-546131     -5.612700     56.37988             35
    +#> 6386  VR2AR-546131     -5.612700     56.37988             35
    +#> 6387  VR2AR-546131     -5.612700     56.37988             35
    +#> 6388  VR2AR-546131     -5.612700     56.37988             35
    +#> 6389  VR2AR-546131     -5.612700     56.37988             35
    +#> 6390  VR2AR-546131     -5.612700     56.37988             35
    +#> 6391  VR2AR-546131     -5.612700     56.37988             35
    +#> 6392  VR2AR-546131     -5.612700     56.37988             35
    +#> 6393  VR2AR-546131     -5.612700     56.37988             35
    +#> 6394  VR2AR-546131     -5.612700     56.37988             35
    +#> 6395  VR2AR-546131     -5.612700     56.37988             35
    +#> 6396  VR2AR-546131     -5.612700     56.37988             35
    +#> 6397  VR2AR-546131     -5.612700     56.37988             35
    +#> 6398  VR2AR-546131     -5.612700     56.37988             35
    +#> 6399  VR2AR-546131     -5.612700     56.37988             35
    +#> 6400  VR2AR-546131     -5.612700     56.37988             35
    +#> 6401  VR2AR-546131     -5.612700     56.37988             35
    +#> 6402  VR2AR-546131     -5.612700     56.37988             35
    +#> 6403  VR2AR-546131     -5.612700     56.37988             35
    +#> 6404  VR2AR-546131     -5.612700     56.37988             35
    +#> 6405  VR2AR-546131     -5.612700     56.37988             35
    +#> 6406  VR2AR-546131     -5.612700     56.37988             35
    +#> 6407  VR2AR-546131     -5.612700     56.37988             35
    +#> 6408  VR2AR-546131     -5.612700     56.37988             35
    +#> 6409  VR2AR-546131     -5.612700     56.37988             35
    +#> 6410  VR2AR-546131     -5.612700     56.37988             35
    +#> 6411  VR2AR-546131     -5.612700     56.37988             35
    +#> 6412  VR2AR-546131     -5.612700     56.37988             35
    +#> 6413  VR2AR-546131     -5.612700     56.37988             35
    +#> 6414  VR2AR-546131     -5.612700     56.37988             35
    +#> 6415  VR2AR-546131     -5.612700     56.37988             35
    +#> 6416  VR2AR-546131     -5.612700     56.37988             35
    +#> 6417  VR2AR-546131     -5.612700     56.37988             35
    +#> 6418  VR2AR-546131     -5.612700     56.37988             35
    +#> 6419  VR2AR-546131     -5.612700     56.37988             35
    +#> 6420  VR2AR-546131     -5.612700     56.37988             35
    +#> 6421  VR2AR-546131     -5.612700     56.37988             35
    +#> 6422  VR2AR-546131     -5.612700     56.37988             35
    +#> 6423  VR2AR-546131     -5.612700     56.37988             35
    +#> 6424  VR2AR-546131     -5.612700     56.37988             35
    +#> 6425  VR2AR-546131     -5.612700     56.37988             35
    +#> 6426  VR2AR-546131     -5.612700     56.37988             35
    +#> 6427  VR2AR-546131     -5.612700     56.37988             35
    +#> 6428  VR2AR-546131     -5.612700     56.37988             35
    +#> 6429  VR2AR-546131     -5.612700     56.37988             35
    +#> 6430  VR2AR-546131     -5.612700     56.37988             35
    +#> 6431  VR2AR-546131     -5.612700     56.37988             35
    +#> 6432  VR2AR-546131     -5.612700     56.37988             35
    +#> 6433  VR2AR-546131     -5.612700     56.37988             35
    +#> 6434  VR2AR-546136     -5.626250     56.44810             75
    +#> 6435  VR2AR-546136     -5.626250     56.44810             75
    +#> 6436   VR2W-108161     -5.605383     56.46018             25
    +#> 6437   VR2W-108161     -5.605383     56.46018             25
    +#> 6438   VR2W-108161     -5.605383     56.46018             25
    +#> 6439   VR2W-108161     -5.605383     56.46018             25
    +#> 6440   VR2W-108161     -5.605383     56.46018             25
    +#> 6441   VR2W-108161     -5.605383     56.46018             25
    +#> 6442   VR2W-108161     -5.605383     56.46018             25
    +#> 6443   VR2W-108161     -5.605383     56.46018             25
    +#> 6444   VR2W-108161     -5.605383     56.46018             25
    +#> 6445   VR2W-108161     -5.605383     56.46018             25
    +#> 6446   VR2W-108161     -5.605383     56.46018             25
    +#> 6447   VR2W-108161     -5.605383     56.46018             25
    +#> 6448   VR2W-108161     -5.605383     56.46018             25
    +#> 6449   VR2W-108161     -5.605383     56.46018             25
    +#> 6450   VR2W-108161     -5.605383     56.46018             25
    +#> 6451   VR2W-108161     -5.605383     56.46018             25
    +#> 6452   VR2W-108161     -5.605383     56.46018             25
    +#> 6453   VR2W-108161     -5.605383     56.46018             25
    +#> 6454   VR2W-108161     -5.605383     56.46018             25
    +#> 6455  VR2AR-546131     -5.612700     56.37988             35
    +#> 6456  VR2AR-546131     -5.612700     56.37988             35
    +#> 6457  VR2AR-546131     -5.612700     56.37988             35
    +#> 6458  VR2AR-546131     -5.612700     56.37988             35
    +#> 6459  VR2AR-546131     -5.612700     56.37988             35
    +#> 6460  VR2AR-546131     -5.612700     56.37988             35
    +#> 6461  VR2AR-546131     -5.612700     56.37988             35
    +#> 6462  VR2AR-546131     -5.612700     56.37988             35
    +#> 6463  VR2AR-546131     -5.612700     56.37988             35
    +#> 6464  VR2AR-546131     -5.612700     56.37988             35
    +#> 6465  VR2AR-546131     -5.612700     56.37988             35
    +#> 6466  VR2AR-546131     -5.612700     56.37988             35
    +#> 6467  VR2AR-546131     -5.612700     56.37988             35
    +#> 6468  VR2AR-546131     -5.612700     56.37988             35
    +#> 6469  VR2AR-546131     -5.612700     56.37988             35
    +#> 6470  VR2AR-546131     -5.612700     56.37988             35
    +#> 6471  VR2AR-546131     -5.612700     56.37988             35
    +#> 6472  VR2AR-546131     -5.612700     56.37988             35
    +#> 6473  VR2AR-546131     -5.612700     56.37988             35
    +#> 6474  VR2AR-546131     -5.612700     56.37988             35
    +#> 6475  VR2AR-546131     -5.612700     56.37988             35
    +#> 6476  VR2AR-546131     -5.612700     56.37988             35
    +#> 6477  VR2AR-546131     -5.612700     56.37988             35
    +#> 6478  VR2AR-546131     -5.612700     56.37988             35
    +#> 6479  VR2AR-546131     -5.612700     56.37988             35
    +#> 6480  VR2AR-546131     -5.612700     56.37988             35
    +#> 6481  VR2AR-546131     -5.612700     56.37988             35
    +#> 6482  VR2AR-546131     -5.612700     56.37988             35
    +#> 6483  VR2AR-546131     -5.612700     56.37988             35
    +#> 6484  VR2AR-546131     -5.612700     56.37988             35
    +#> 6485  VR2AR-546131     -5.612700     56.37988             35
    +#> 6486  VR2AR-546131     -5.612700     56.37988             35
    +#> 6487  VR2AR-546131     -5.612700     56.37988             35
    +#> 6488  VR2AR-546131     -5.612700     56.37988             35
    +#> 6489  VR2AR-546131     -5.612700     56.37988             35
    +#> 6490  VR2AR-546131     -5.612700     56.37988             35
    +#> 6491   VR2W-108158     -5.619533     56.37413             25
    +#> 6492   VR2W-108158     -5.619533     56.37413             25
    +#> 6493   VR2W-108158     -5.619533     56.37413             25
    +#> 6494   VR2W-108158     -5.619533     56.37413             25
    +#> 6495   VR2W-108158     -5.619533     56.37413             25
    +#> 6496   VR2W-108158     -5.619533     56.37413             25
    +#> 6497   VR2W-108158     -5.619533     56.37413             25
    +#> 6498   VR2W-108158     -5.619533     56.37413             25
    +#> 6499   VR2W-108158     -5.619533     56.37413             25
    +#> 6500   VR2W-108158     -5.619533     56.37413             25
    +#> 6501   VR2W-108158     -5.619533     56.37413             25
    +#> 6502   VR2W-108160     -5.631733     56.37447             50
    +#> 6503   VR2W-108160     -5.631733     56.37447             50
    +#> 6504   VR2W-108160     -5.631733     56.37447             50
    +#> 6505   VR2W-108160     -5.631733     56.37447             50
    +#> 6506   VR2W-108160     -5.631733     56.37447             50
    +#> 6507   VR2W-108160     -5.631733     56.37447             50
    +#> 6508   VR2W-108160     -5.631733     56.37447             50
    +#> 6509   VR2W-108160     -5.631733     56.37447             50
    +#> 6510   VR2W-108160     -5.631733     56.37447             50
    +#> 6511   VR2W-108160     -5.631733     56.37447             50
    +#> 6512   VR2W-108160     -5.631733     56.37447             50
    +#> 6513   VR2W-108160     -5.631733     56.37447             50
    +#> 6514   VR2W-108160     -5.631733     56.37447             50
    +#> 6515   VR2W-108160     -5.631733     56.37447             50
    +#> 6516   VR2W-108160     -5.631733     56.37447             50
    +#> 6517   VR2W-108160     -5.631733     56.37447             50
    +#> 6518   VR2W-108160     -5.631733     56.37447             50
    +#> 6519   VR2W-108160     -5.631733     56.37447             50
    +#> 6520   VR2W-108160     -5.631733     56.37447             50
    +#> 6521   VR2W-108160     -5.631733     56.37447             50
    +#> 6522   VR2W-108160     -5.631733     56.37447             50
    +#> 6523   VR2W-108160     -5.631733     56.37447             50
    +#> 6524   VR2W-108160     -5.631733     56.37447             50
    +#> 6525   VR2W-108160     -5.631733     56.37447             50
    +#> 6526   VR2W-108160     -5.631733     56.37447             50
    +#> 6527   VR2W-108160     -5.631733     56.37447             50
    +#> 6528   VR2W-108160     -5.631733     56.37447             50
    +#> 6529   VR2W-108160     -5.631733     56.37447             50
    +#> 6530   VR2W-108160     -5.631733     56.37447             50
    +#> 6531   VR2W-108160     -5.631733     56.37447             50
    +#> 6532   VR2W-108160     -5.631733     56.37447             50
    +#> 6533   VR2W-108160     -5.631733     56.37447             50
    +#> 6534   VR2W-108160     -5.631733     56.37447             50
    +#> 6535   VR2W-108160     -5.631733     56.37447             50
    +#> 6536   VR2W-108160     -5.631733     56.37447             50
    +#> 6537   VR2W-108160     -5.631733     56.37447             50
    +#> 6538   VR2W-108160     -5.631733     56.37447             50
    +#> 6539   VR2W-108160     -5.631733     56.37447             50
    +#> 6540   VR2W-108160     -5.631733     56.37447             50
    +#> 6541   VR2W-108160     -5.631733     56.37447             50
    +#> 6542   VR2W-108160     -5.631733     56.37447             50
    +#> 6543   VR2W-108160     -5.631733     56.37447             50
    +#> 6544   VR2W-108160     -5.631733     56.37447             50
    +#> 6545   VR2W-108160     -5.631733     56.37447             50
    +#> 6546   VR2W-108160     -5.631733     56.37447             50
    +#> 6547   VR2W-108160     -5.631733     56.37447             50
    +#> 6548   VR2W-108160     -5.631733     56.37447             50
    +#> 6549   VR2W-108160     -5.631733     56.37447             50
    +#> 6550   VR2W-108160     -5.631733     56.37447             50
    +#> 6551   VR2W-108160     -5.631733     56.37447             50
    +#> 6552   VR2W-108160     -5.631733     56.37447             50
    +#> 6553   VR2W-108160     -5.631733     56.37447             50
    +#> 6554   VR2W-108160     -5.631733     56.37447             50
    +#> 6555   VR2W-108160     -5.631733     56.37447             50
    +#> 6556   VR2W-108160     -5.631733     56.37447             50
    +#> 6557   VR2W-108160     -5.631733     56.37447             50
    +#> 6558   VR2W-108160     -5.631733     56.37447             50
    +#> 6559   VR2W-108160     -5.631733     56.37447             50
    +#> 6560   VR2W-108160     -5.631733     56.37447             50
    +#> 6561   VR2W-108160     -5.631733     56.37447             50
    +#> 6562   VR2W-108160     -5.631733     56.37447             50
    +#> 6563   VR2W-108160     -5.631733     56.37447             50
    +#> 6564   VR2W-108160     -5.631733     56.37447             50
    +#> 6565   VR2W-108160     -5.631733     56.37447             50
    +#> 6566  VR2AR-546131     -5.612700     56.37988             35
    +#> 6567  VR2AR-546131     -5.612700     56.37988             35
    +#> 6568  VR2AR-546131     -5.612700     56.37988             35
    +#> 6569  VR2AR-546131     -5.612700     56.37988             35
    +#> 6570  VR2AR-546131     -5.612700     56.37988             35
    +#> 6571  VR2AR-546131     -5.612700     56.37988             35
    +#> 6572  VR2AR-546131     -5.612700     56.37988             35
    +#> 6573  VR2AR-546131     -5.612700     56.37988             35
    +#> 6574  VR2AR-546131     -5.612700     56.37988             35
    +#> 6575  VR2AR-546131     -5.612700     56.37988             35
    +#> 6576  VR2AR-546131     -5.612700     56.37988             35
    +#> 6577  VR2AR-546131     -5.612700     56.37988             35
    +#> 6578  VR2AR-546131     -5.612700     56.37988             35
    +#> 6579  VR2AR-546131     -5.612700     56.37988             35
    +#> 6580  VR2AR-546131     -5.612700     56.37988             35
    +#> 6581  VR2AR-546131     -5.612700     56.37988             35
    +#> 6582  VR2AR-546131     -5.612700     56.37988             35
    +#> 6583  VR2AR-546131     -5.612700     56.37988             35
    +#> 6584  VR2AR-546131     -5.612700     56.37988             35
    +#> 6585  VR2AR-546131     -5.612700     56.37988             35
    +#> 6586  VR2AR-546131     -5.612700     56.37988             35
    +#> 6587  VR2AR-546131     -5.612700     56.37988             35
    +#> 6588  VR2AR-546131     -5.612700     56.37988             35
    +#> 6589  VR2AR-546131     -5.612700     56.37988             35
    +#> 6590  VR2AR-546131     -5.612700     56.37988             35
    +#> 6591  VR2AR-546131     -5.612700     56.37988             35
    +#> 6592  VR2AR-546131     -5.612700     56.37988             35
    +#> 6593  VR2AR-546131     -5.612700     56.37988             35
    +#> 6594  VR2AR-546131     -5.612700     56.37988             35
    +#> 6595  VR2AR-546131     -5.612700     56.37988             35
    +#> 6596  VR2AR-546131     -5.612700     56.37988             35
    +#> 6597  VR2AR-546131     -5.612700     56.37988             35
    +#> 6598  VR2AR-546131     -5.612700     56.37988             35
    +#> 6599  VR2AR-546131     -5.612700     56.37988             35
    +#> 6600  VR2AR-546131     -5.612700     56.37988             35
    +#> 6601  VR2AR-546131     -5.612700     56.37988             35
    +#> 6602  VR2AR-546131     -5.612700     56.37988             35
    +#> 6603  VR2AR-546131     -5.612700     56.37988             35
    +#> 6604  VR2AR-546131     -5.612700     56.37988             35
    +#> 6605  VR2AR-546131     -5.612700     56.37988             35
    +#> 6606  VR2AR-546131     -5.612700     56.37988             35
    +#> 6607  VR2AR-546131     -5.612700     56.37988             35
    +#> 6608  VR2AR-546131     -5.612700     56.37988             35
    +#> 6609  VR2AR-546131     -5.612700     56.37988             35
    +#> 6610  VR2AR-546131     -5.612700     56.37988             35
    +#> 6611  VR2AR-546131     -5.612700     56.37988             35
    +#> 6612  VR2AR-546131     -5.612700     56.37988             35
    +#> 6613  VR2AR-546131     -5.612700     56.37988             35
    +#> 6614  VR2AR-546131     -5.612700     56.37988             35
    +#> 6615  VR2AR-546131     -5.612700     56.37988             35
    +#> 6616  VR2AR-546131     -5.612700     56.37988             35
    +#> 6617  VR2AR-546131     -5.612700     56.37988             35
    +#> 6618  VR2AR-546131     -5.612700     56.37988             35
    +#> 6619  VR2AR-546131     -5.612700     56.37988             35
    +#> 6620  VR2AR-546131     -5.612700     56.37988             35
    +#> 6621  VR2AR-546131     -5.612700     56.37988             35
    +#> 6622  VR2AR-546131     -5.612700     56.37988             35
    +#> 6623  VR2AR-546131     -5.612700     56.37988             35
    +#> 6624  VR2AR-546131     -5.612700     56.37988             35
    +#> 6625  VR2AR-546131     -5.612700     56.37988             35
    +#> 6626  VR2AR-546131     -5.612700     56.37988             35
    +#> 6627  VR2AR-546131     -5.612700     56.37988             35
    +#> 6628  VR2AR-546131     -5.612700     56.37988             35
    +#> 6629  VR2AR-546131     -5.612700     56.37988             35
    +#> 6630  VR2AR-546131     -5.612700     56.37988             35
    +#> 6631  VR2AR-546131     -5.612700     56.37988             35
    +#> 6632  VR2AR-546131     -5.612700     56.37988             35
    +#> 6633  VR2AR-546131     -5.612700     56.37988             35
    +#> 6634  VR2AR-546131     -5.612700     56.37988             35
    +#> 6635  VR2AR-546131     -5.612700     56.37988             35
    +#> 6636  VR2AR-546131     -5.612700     56.37988             35
    +#> 6637  VR2AR-546131     -5.612700     56.37988             35
    +#> 6638  VR2AR-546131     -5.612700     56.37988             35
    +#> 6639  VR2AR-546131     -5.612700     56.37988             35
    +#> 6640  VR2AR-546131     -5.612700     56.37988             35
    +#> 6641  VR2AR-546131     -5.612700     56.37988             35
    +#> 6642  VR2AR-546131     -5.612700     56.37988             35
    +#> 6643  VR2AR-546131     -5.612700     56.37988             35
    +#> 6644  VR2AR-546131     -5.612700     56.37988             35
    +#> 6645  VR2AR-546131     -5.612700     56.37988             35
    +#> 6646  VR2AR-546131     -5.612700     56.37988             35
    +#> 6647  VR2AR-546131     -5.612700     56.37988             35
    +#> 6648  VR2AR-546131     -5.612700     56.37988             35
    +#> 6649  VR2AR-546131     -5.612700     56.37988             35
    +#> 6650  VR2AR-546131     -5.612700     56.37988             35
    +#> 6651  VR2AR-546131     -5.612700     56.37988             35
    +#> 6652  VR2AR-546131     -5.612700     56.37988             35
    +#> 6653  VR2AR-546131     -5.612700     56.37988             35
    +#> 6654  VR2AR-546131     -5.612700     56.37988             35
    +#> 6655  VR2AR-546131     -5.612700     56.37988             35
    +#> 6656  VR2AR-546131     -5.612700     56.37988             35
    +#> 6657  VR2AR-546131     -5.612700     56.37988             35
    +#> 6658  VR2AR-546131     -5.612700     56.37988             35
    +#> 6659  VR2AR-546131     -5.612700     56.37988             35
    +#> 6660  VR2AR-546131     -5.612700     56.37988             35
    +#> 6661  VR2AR-546131     -5.612700     56.37988             35
    +#> 6662  VR2AR-546131     -5.612700     56.37988             35
    +#> 6663  VR2AR-546131     -5.612700     56.37988             35
    +#> 6664  VR2AR-546131     -5.612700     56.37988             35
    +#> 6665  VR2AR-546131     -5.612700     56.37988             35
    +#> 6666  VR2AR-546131     -5.612700     56.37988             35
    +#> 6667  VR2AR-546131     -5.612700     56.37988             35
    +#> 6668  VR2AR-546131     -5.612700     56.37988             35
    +#> 6669  VR2AR-546131     -5.612700     56.37988             35
    +#> 6670  VR2AR-546131     -5.612700     56.37988             35
    +#> 6671  VR2AR-546131     -5.612700     56.37988             35
    +#> 6672  VR2AR-546131     -5.612700     56.37988             35
    +#> 6673  VR2AR-546131     -5.612700     56.37988             35
    +#> 6674  VR2AR-546131     -5.612700     56.37988             35
    +#> 6675  VR2AR-546131     -5.612700     56.37988             35
    +#> 6676  VR2AR-546131     -5.612700     56.37988             35
    +#> 6677  VR2AR-546131     -5.612700     56.37988             35
    +#> 6678  VR2AR-546131     -5.612700     56.37988             35
    +#> 6679  VR2AR-546131     -5.612700     56.37988             35
    +#> 6680  VR2AR-546131     -5.612700     56.37988             35
    +#> 6681  VR2AR-546131     -5.612700     56.37988             35
    +#> 6682  VR2AR-546131     -5.612700     56.37988             35
    +#> 6683  VR2AR-546131     -5.612700     56.37988             35
    +#> 6684  VR2AR-546131     -5.612700     56.37988             35
    +#> 6685  VR2AR-546131     -5.612700     56.37988             35
    +#> 6686  VR2AR-546131     -5.612700     56.37988             35
    +#> 6687  VR2AR-546131     -5.612700     56.37988             35
    +#> 6688  VR2AR-546131     -5.612700     56.37988             35
    +#> 6689  VR2AR-546131     -5.612700     56.37988             35
    +#> 6690  VR2AR-546131     -5.612700     56.37988             35
    +#> 6691  VR2AR-546131     -5.612700     56.37988             35
    +#> 6692  VR2AR-546131     -5.612700     56.37988             35
    +#> 6693  VR2AR-546131     -5.612700     56.37988             35
    +#> 6694  VR2AR-546131     -5.612700     56.37988             35
    +#> 6695  VR2AR-546131     -5.612700     56.37988             35
    +#> 6696  VR2AR-546131     -5.612700     56.37988             35
    +#> 6697  VR2AR-546131     -5.612700     56.37988             35
    +#> 6698  VR2AR-546131     -5.612700     56.37988             35
    +#> 6699  VR2AR-546131     -5.612700     56.37988             35
    +#> 6700  VR2AR-546131     -5.612700     56.37988             35
    +#> 6701  VR2AR-546131     -5.612700     56.37988             35
    +#> 6702  VR2AR-546131     -5.612700     56.37988             35
    +#> 6703  VR2AR-546131     -5.612700     56.37988             35
    +#> 6704  VR2AR-546131     -5.612700     56.37988             35
    +#> 6705  VR2AR-546131     -5.612700     56.37988             35
    +#> 6706  VR2AR-546131     -5.612700     56.37988             35
    +#> 6707  VR2AR-546131     -5.612700     56.37988             35
    +#> 6708  VR2AR-546131     -5.612700     56.37988             35
    +#> 6709  VR2AR-546131     -5.612700     56.37988             35
    +#> 6710  VR2AR-546131     -5.612700     56.37988             35
    +#> 6711  VR2AR-546131     -5.612700     56.37988             35
    +#> 6712  VR2AR-546131     -5.612700     56.37988             35
    +#> 6713  VR2AR-546131     -5.612700     56.37988             35
    +#> 6714  VR2AR-546131     -5.612700     56.37988             35
    +#> 6715  VR2AR-546131     -5.612700     56.37988             35
    +#> 6716  VR2AR-546131     -5.612700     56.37988             35
    +#> 6717  VR2AR-546131     -5.612700     56.37988             35
    +#> 6718  VR2AR-546131     -5.612700     56.37988             35
    +#> 6719  VR2AR-546131     -5.612700     56.37988             35
    +#> 6720  VR2AR-546131     -5.612700     56.37988             35
    +#> 6721  VR2AR-546131     -5.612700     56.37988             35
    +#> 6722  VR2AR-546131     -5.612700     56.37988             35
    +#> 6723  VR2AR-546131     -5.612700     56.37988             35
    +#> 6724  VR2AR-546131     -5.612700     56.37988             35
    +#> 6725  VR2AR-546131     -5.612700     56.37988             35
    +#> 6726  VR2AR-546131     -5.612700     56.37988             35
    +#> 6727  VR2AR-546131     -5.612700     56.37988             35
    +#> 6728  VR2AR-546134     -5.643867     56.38278            145
    +#> 6729  VR2AR-546134     -5.643867     56.38278            145
    +#> 6730  VR2AR-546134     -5.643867     56.38278            145
    +#> 6731  VR2AR-546134     -5.643867     56.38278            145
    +#> 6732  VR2AR-546134     -5.643867     56.38278            145
    +#> 6733  VR2AR-546134     -5.643867     56.38278            145
    +#> 6734  VR2AR-546134     -5.643867     56.38278            145
    +#> 6735  VR2AR-546134     -5.643867     56.38278            145
    +#> 6736  VR2AR-546134     -5.643867     56.38278            145
    +#> 6737  VR2AR-546134     -5.643867     56.38278            145
    +#> 6738  VR2AR-546134     -5.643867     56.38278            145
    +#> 6739  VR2AR-546134     -5.643867     56.38278            145
    +#> 6740  VR2AR-546134     -5.643867     56.38278            145
    +#> 6741  VR2AR-546134     -5.643867     56.38278            145
    +#> 6742  VR2AR-546134     -5.643867     56.38278            145
    +#> 6743  VR2AR-546134     -5.643867     56.38278            145
    +#> 6744  VR2AR-546136     -5.626250     56.44810             75
    +#> 6745  VR2AR-546136     -5.626250     56.44810             75
    +#> 6746  VR2AR-546131     -5.612700     56.37988             35
    +#> 6747  VR2AR-546131     -5.612700     56.37988             35
    +#> 6748  VR2AR-546131     -5.612700     56.37988             35
    +#> 6749  VR2AR-546131     -5.612700     56.37988             35
    +#> 6750  VR2AR-546131     -5.612700     56.37988             35
    +#> 6751  VR2AR-546131     -5.612700     56.37988             35
    +#> 6752  VR2AR-546131     -5.612700     56.37988             35
    +#> 6753  VR2AR-546131     -5.612700     56.37988             35
    +#> 6754  VR2AR-546131     -5.612700     56.37988             35
    +#> 6755  VR2AR-546131     -5.612700     56.37988             35
    +#> 6756  VR2AR-546131     -5.612700     56.37988             35
    +#> 6757  VR2AR-546131     -5.612700     56.37988             35
    +#> 6758  VR2AR-546131     -5.612700     56.37988             35
    +#> 6759  VR2AR-546131     -5.612700     56.37988             35
    +#> 6760  VR2AR-546131     -5.612700     56.37988             35
    +#> 6761  VR2AR-546131     -5.612700     56.37988             35
    +#> 6762  VR2AR-546131     -5.612700     56.37988             35
    +#> 6763  VR2AR-546131     -5.612700     56.37988             35
    +#> 6764  VR2AR-546131     -5.612700     56.37988             35
    +#> 6765  VR2AR-546131     -5.612700     56.37988             35
    +#> 6766  VR2AR-546131     -5.612700     56.37988             35
    +#> 6767  VR2AR-546131     -5.612700     56.37988             35
    +#> 6768  VR2AR-546131     -5.612700     56.37988             35
    +#> 6769  VR2AR-546131     -5.612700     56.37988             35
    +#> 6770  VR2AR-546131     -5.612700     56.37988             35
    +#> 6771  VR2AR-546131     -5.612700     56.37988             35
    +#> 6772  VR2AR-546131     -5.612700     56.37988             35
    +#> 6773  VR2AR-546131     -5.612700     56.37988             35
    +#> 6774  VR2AR-546131     -5.612700     56.37988             35
    +#> 6775  VR2AR-546131     -5.612700     56.37988             35
    +#> 6776  VR2AR-546131     -5.612700     56.37988             35
    +#> 6777  VR2AR-546131     -5.612700     56.37988             35
    +#> 6778  VR2AR-546131     -5.612700     56.37988             35
    +#> 6779  VR2AR-546131     -5.612700     56.37988             35
    +#> 6780  VR2AR-546131     -5.612700     56.37988             35
    +#> 6781  VR2AR-546131     -5.612700     56.37988             35
    +#> 6782  VR2AR-546131     -5.612700     56.37988             35
    +#> 6783  VR2AR-546131     -5.612700     56.37988             35
    +#> 6784  VR2AR-546131     -5.612700     56.37988             35
    +#> 6785  VR2AR-546131     -5.612700     56.37988             35
    +#> 6786  VR2AR-546131     -5.612700     56.37988             35
    +#> 6787  VR2AR-546131     -5.612700     56.37988             35
    +#> 6788  VR2AR-546131     -5.612700     56.37988             35
    +#> 6789  VR2AR-546131     -5.612700     56.37988             35
    +#> 6790  VR2AR-546131     -5.612700     56.37988             35
    +#> 6791  VR2AR-546131     -5.612700     56.37988             35
    +#> 6792  VR2AR-546131     -5.612700     56.37988             35
    +#> 6793  VR2AR-546131     -5.612700     56.37988             35
    +#> 6794  VR2AR-546131     -5.612700     56.37988             35
    +#> 6795  VR2AR-546131     -5.612700     56.37988             35
    +#> 6796  VR2AR-546131     -5.612700     56.37988             35
    +#> 6797  VR2AR-546131     -5.612700     56.37988             35
    +#> 6798  VR2AR-546131     -5.612700     56.37988             35
    +#> 6799  VR2AR-546131     -5.612700     56.37988             35
    +#> 6800  VR2AR-546131     -5.612700     56.37988             35
    +#> 6801  VR2AR-546131     -5.612700     56.37988             35
    +#> 6802  VR2AR-546131     -5.612700     56.37988             35
    +#> 6803  VR2AR-546131     -5.612700     56.37988             35
    +#> 6804  VR2AR-546131     -5.612700     56.37988             35
    +#> 6805  VR2AR-546131     -5.612700     56.37988             35
    +#> 6806  VR2AR-546131     -5.612700     56.37988             35
    +#> 6807  VR2AR-546131     -5.612700     56.37988             35
    +#> 6808  VR2AR-546131     -5.612700     56.37988             35
    +#> 6809  VR2AR-546131     -5.612700     56.37988             35
    +#> 6810  VR2AR-546131     -5.612700     56.37988             35
    +#> 6811  VR2AR-546131     -5.612700     56.37988             35
    +#> 6812  VR2AR-546131     -5.612700     56.37988             35
    +#> 6813  VR2AR-546131     -5.612700     56.37988             35
    +#> 6814  VR2AR-546131     -5.612700     56.37988             35
    +#> 6815  VR2AR-546131     -5.612700     56.37988             35
    +#> 6816  VR2AR-546131     -5.612700     56.37988             35
    +#> 6817  VR2AR-546131     -5.612700     56.37988             35
    +#> 6818  VR2AR-546131     -5.612700     56.37988             35
    +#> 6819  VR2AR-546131     -5.612700     56.37988             35
    +#> 6820  VR2AR-546131     -5.612700     56.37988             35
    +#> 6821  VR2AR-546131     -5.612700     56.37988             35
    +#> 6822  VR2AR-546131     -5.612700     56.37988             35
    +#> 6823  VR2AR-546131     -5.612700     56.37988             35
    +#> 6824  VR2AR-546131     -5.612700     56.37988             35
    +#> 6825  VR2AR-546131     -5.612700     56.37988             35
    +#> 6826  VR2AR-546131     -5.612700     56.37988             35
    +#> 6827  VR2AR-546131     -5.612700     56.37988             35
    +#> 6828  VR2AR-546131     -5.612700     56.37988             35
    +#> 6829  VR2AR-546131     -5.612700     56.37988             35
    +#> 6830  VR2AR-546131     -5.612700     56.37988             35
    +#> 6831  VR2AR-546131     -5.612700     56.37988             35
    +#> 6832  VR2AR-546131     -5.612700     56.37988             35
    +#> 6833  VR2AR-546131     -5.612700     56.37988             35
    +#> 6834  VR2AR-546131     -5.612700     56.37988             35
    +#> 6835  VR2AR-546131     -5.612700     56.37988             35
    +#> 6836  VR2AR-546131     -5.612700     56.37988             35
    +#> 6837  VR2AR-546131     -5.612700     56.37988             35
    +#> 6838  VR2AR-546131     -5.612700     56.37988             35
    +#> 6839  VR2AR-546131     -5.612700     56.37988             35
    +#> 6840  VR2AR-546131     -5.612700     56.37988             35
    +#> 6841  VR2AR-546131     -5.612700     56.37988             35
    +#> 6842  VR2AR-546131     -5.612700     56.37988             35
    +#> 6843  VR2AR-546131     -5.612700     56.37988             35
    +#> 6844  VR2AR-546131     -5.612700     56.37988             35
    +#> 6845  VR2AR-546131     -5.612700     56.37988             35
    +#> 6846  VR2AR-546131     -5.612700     56.37988             35
    +#> 6847  VR2AR-546131     -5.612700     56.37988             35
    +#> 6848  VR2AR-546131     -5.612700     56.37988             35
    +#> 6849  VR2AR-546131     -5.612700     56.37988             35
    +#> 6850  VR2AR-546131     -5.612700     56.37988             35
    +#> 6851  VR2AR-546131     -5.612700     56.37988             35
    +#> 6852  VR2AR-546131     -5.612700     56.37988             35
    +#> 6853  VR2AR-546131     -5.612700     56.37988             35
    +#> 6854  VR2AR-546131     -5.612700     56.37988             35
    +#> 6855  VR2AR-546131     -5.612700     56.37988             35
    +#> 6856  VR2AR-546131     -5.612700     56.37988             35
    +#> 6857  VR2AR-546131     -5.612700     56.37988             35
    +#> 6858  VR2AR-546131     -5.612700     56.37988             35
    +#> 6859  VR2AR-546131     -5.612700     56.37988             35
    +#> 6860  VR2AR-546131     -5.612700     56.37988             35
    +#> 6861  VR2AR-546131     -5.612700     56.37988             35
    +#> 6862  VR2AR-546131     -5.612700     56.37988             35
    +#> 6863  VR2AR-546131     -5.612700     56.37988             35
    +#> 6864  VR2AR-546131     -5.612700     56.37988             35
    +#> 6865  VR2AR-546131     -5.612700     56.37988             35
    +#> 6866  VR2AR-546131     -5.612700     56.37988             35
    +#> 6867  VR2AR-546131     -5.612700     56.37988             35
    +#> 6868  VR2AR-546131     -5.612700     56.37988             35
    +#> 6869  VR2AR-546131     -5.612700     56.37988             35
    +#> 6870  VR2AR-546131     -5.612700     56.37988             35
    +#> 6871  VR2AR-546131     -5.612700     56.37988             35
    +#> 6872  VR2AR-546131     -5.612700     56.37988             35
    +#> 6873  VR2AR-546131     -5.612700     56.37988             35
    +#> 6874  VR2AR-546131     -5.612700     56.37988             35
    +#> 6875  VR2AR-546131     -5.612700     56.37988             35
    +#> 6876  VR2AR-546131     -5.612700     56.37988             35
    +#> 6877  VR2AR-546131     -5.612700     56.37988             35
    +#> 6878  VR2AR-546131     -5.612700     56.37988             35
    +#> 6879  VR2AR-546131     -5.612700     56.37988             35
    +#> 6880  VR2AR-546131     -5.612700     56.37988             35
    +#> 6881  VR2AR-546131     -5.612700     56.37988             35
    +#> 6882  VR2AR-546131     -5.612700     56.37988             35
    +#> 6883  VR2AR-546131     -5.612700     56.37988             35
    +#> 6884  VR2AR-546131     -5.612700     56.37988             35
    +#> 6885  VR2AR-546131     -5.612700     56.37988             35
    +#> 6886  VR2AR-546131     -5.612700     56.37988             35
    +#> 6887  VR2AR-546131     -5.612700     56.37988             35
    +#> 6888  VR2AR-546131     -5.612700     56.37988             35
    +#> 6889  VR2AR-546131     -5.612700     56.37988             35
    +#> 6890  VR2AR-546131     -5.612700     56.37988             35
    +#> 6891  VR2AR-546131     -5.612700     56.37988             35
    +#> 6892  VR2AR-546131     -5.612700     56.37988             35
    +#> 6893  VR2AR-546131     -5.612700     56.37988             35
    +#> 6894  VR2AR-546131     -5.612700     56.37988             35
    +#> 6895  VR2AR-546131     -5.612700     56.37988             35
    +#> 6896  VR2AR-546131     -5.612700     56.37988             35
    +#> 6897  VR2AR-546131     -5.612700     56.37988             35
    +#> 6898  VR2AR-546131     -5.612700     56.37988             35
    +#> 6899  VR2AR-546131     -5.612700     56.37988             35
    +#> 6900  VR2AR-546131     -5.612700     56.37988             35
    +#> 6901  VR2AR-546131     -5.612700     56.37988             35
    +#> 6902  VR2AR-546131     -5.612700     56.37988             35
    +#> 6903  VR2AR-546136     -5.626250     56.44810             75
    +#> 6904  VR2AR-546136     -5.626250     56.44810             75
    +#> 6905  VR2AR-546136     -5.626250     56.44810             75
    +#> 6906  VR2AR-546136     -5.626250     56.44810             75
    +#> 6907  VR2AR-546136     -5.626250     56.44810             75
    +#> 6908  VR2AR-546136     -5.626250     56.44810             75
    +#> 6909      VR2-6723     -5.586383     56.50332             50
    +#> 6910  VR2AR-546133     -5.701717     56.49747             90
    +#> 6911  VR2AR-546133     -5.701717     56.49747             90
    +#> 6912  VR2AR-546133     -5.701717     56.49747             90
    +#> 6913  VR2AR-546133     -5.701717     56.49747             90
    +#> 6914  VR2AR-546133     -5.701717     56.49747             90
    +#> 6915  VR2AR-546133     -5.701717     56.49747             90
    +#> 6916  VR2AR-546133     -5.701717     56.49747             90
    +#> 6917  VR2AR-546133     -5.701717     56.49747             90
    +#> 6918  VR2AR-546133     -5.701717     56.49747             90
    +#> 6919  VR2AR-546133     -5.701717     56.49747             90
    +#> 6920  VR2AR-546133     -5.701717     56.49747             90
    +#> 6921  VR2AR-546133     -5.701717     56.49747             90
    +#> 6922  VR2AR-546133     -5.701717     56.49747             90
    +#> 6923  VR2AR-546133     -5.701717     56.49747             90
    +#> 6924  VR2AR-546133     -5.701717     56.49747             90
    +#> 6925  VR2AR-546133     -5.701717     56.49747             90
    +#> 6926  VR2AR-546133     -5.701717     56.49747             90
    +#> 6927  VR2AR-546133     -5.701717     56.49747             90
    +#> 6928  VR2AR-546133     -5.701717     56.49747             90
    +#> 6929  VR2AR-546133     -5.701717     56.49747             90
    +#> 6930  VR2AR-546133     -5.701717     56.49747             90
    +#> 6931  VR2AR-546133     -5.701717     56.49747             90
    +#> 6932   VR2W-108161     -5.605383     56.46018             25
    +#> 6933   VR2W-108161     -5.605383     56.46018             25
    +#> 6934   VR2W-108161     -5.605383     56.46018             25
    +#> 6935   VR2W-108161     -5.605383     56.46018             25
    +#> 6936   VR2W-108161     -5.605383     56.46018             25
    +#> 6937   VR2W-108161     -5.605383     56.46018             25
    +#> 6938   VR2W-108161     -5.605383     56.46018             25
    +#> 6939  VR2AR-546136     -5.626250     56.44810             75
    +#> 6940  VR2AR-546136     -5.626250     56.44810             75
    +#> 6941  VR2AR-546136     -5.626250     56.44810             75
    +#> 6942  VR2AR-546136     -5.626250     56.44810             75
    +#> 6943  VR2AR-546136     -5.626250     56.44810             75
    +#> 6944  VR2AR-546136     -5.626250     56.44810             75
    +#> 6945  VR2AR-546131     -5.612700     56.37988             35
    +#> 6946  VR2AR-546131     -5.612700     56.37988             35
    +#> 6947  VR2AR-546131     -5.612700     56.37988             35
    +#> 6948  VR2AR-546131     -5.612700     56.37988             35
    +#> 6949  VR2AR-546131     -5.612700     56.37988             35
    +#> 6950  VR2AR-546131     -5.612700     56.37988             35
    +#> 6951  VR2AR-546131     -5.612700     56.37988             35
    +#> 6952  VR2AR-546131     -5.612700     56.37988             35
    +#> 6953  VR2AR-546131     -5.612700     56.37988             35
    +#> 6954  VR2AR-546131     -5.612700     56.37988             35
    +#> 6955  VR2AR-546131     -5.612700     56.37988             35
    +#> 6956  VR2AR-546131     -5.612700     56.37988             35
    +#> 6957  VR2AR-546131     -5.612700     56.37988             35
    +#> 6958  VR2AR-546131     -5.612700     56.37988             35
    +#> 6959  VR2AR-546131     -5.612700     56.37988             35
    +#> 6960  VR2AR-546131     -5.612700     56.37988             35
    +#> 6961  VR2AR-546131     -5.612700     56.37988             35
    +#> 6962  VR2AR-546131     -5.612700     56.37988             35
    +#> 6963  VR2AR-546131     -5.612700     56.37988             35
    +#> 6964  VR2AR-546131     -5.612700     56.37988             35
    +#> 6965  VR2AR-546131     -5.612700     56.37988             35
    +#> 6966  VR2AR-546131     -5.612700     56.37988             35
    +#> 6967  VR2AR-546131     -5.612700     56.37988             35
    +#> 6968  VR2AR-546131     -5.612700     56.37988             35
    +#> 6969  VR2AR-546131     -5.612700     56.37988             35
    +#> 6970  VR2AR-546131     -5.612700     56.37988             35
    +#> 6971  VR2AR-546131     -5.612700     56.37988             35
    +#> 6972  VR2AR-546131     -5.612700     56.37988             35
    +#> 6973  VR2AR-546131     -5.612700     56.37988             35
    +#> 6974  VR2AR-546131     -5.612700     56.37988             35
    +#> 6975  VR2AR-546131     -5.612700     56.37988             35
    +#> 6976  VR2AR-546131     -5.612700     56.37988             35
    +#> 6977  VR2AR-546131     -5.612700     56.37988             35
    +#> 6978  VR2AR-546131     -5.612700     56.37988             35
    +#> 6979  VR2AR-546131     -5.612700     56.37988             35
    +#> 6980  VR2AR-546131     -5.612700     56.37988             35
    +#> 6981  VR2AR-546131     -5.612700     56.37988             35
    +#> 6982  VR2AR-546131     -5.612700     56.37988             35
    +#> 6983  VR2AR-546131     -5.612700     56.37988             35
    +#> 6984  VR2AR-546131     -5.612700     56.37988             35
    +#> 6985  VR2AR-546131     -5.612700     56.37988             35
    +#> 6986  VR2AR-546131     -5.612700     56.37988             35
    +#> 6987  VR2AR-546131     -5.612700     56.37988             35
    +#> 6988  VR2AR-546131     -5.612700     56.37988             35
    +#> 6989  VR2AR-546131     -5.612700     56.37988             35
    +#> 6990  VR2AR-546131     -5.612700     56.37988             35
    +#> 6991  VR2AR-546131     -5.612700     56.37988             35
    +#> 6992  VR2AR-546131     -5.612700     56.37988             35
    +#> 6993  VR2AR-546131     -5.612700     56.37988             35
    +#> 6994  VR2AR-546131     -5.612700     56.37988             35
    +#> 6995  VR2AR-546131     -5.612700     56.37988             35
    +#> 6996  VR2AR-546131     -5.612700     56.37988             35
    +#> 6997  VR2AR-546131     -5.612700     56.37988             35
    +#> 6998  VR2AR-546131     -5.612700     56.37988             35
    +#> 6999  VR2AR-546131     -5.612700     56.37988             35
    +#> 7000  VR2AR-546131     -5.612700     56.37988             35
    +#> 7001  VR2AR-546131     -5.612700     56.37988             35
    +#> 7002  VR2AR-546131     -5.612700     56.37988             35
    +#> 7003  VR2AR-546131     -5.612700     56.37988             35
    +#> 7004  VR2AR-546131     -5.612700     56.37988             35
    +#> 7005  VR2AR-546131     -5.612700     56.37988             35
    +#> 7006  VR2AR-546131     -5.612700     56.37988             35
    +#> 7007  VR2AR-546131     -5.612700     56.37988             35
    +#> 7008  VR2AR-546131     -5.612700     56.37988             35
    +#> 7009  VR2AR-546131     -5.612700     56.37988             35
    +#> 7010  VR2AR-546131     -5.612700     56.37988             35
    +#> 7011  VR2AR-546131     -5.612700     56.37988             35
    +#> 7012  VR2AR-546131     -5.612700     56.37988             35
    +#> 7013  VR2AR-546131     -5.612700     56.37988             35
    +#> 7014  VR2AR-546131     -5.612700     56.37988             35
    +#> 7015  VR2AR-546131     -5.612700     56.37988             35
    +#> 7016  VR2AR-546131     -5.612700     56.37988             35
    +#> 7017  VR2AR-546131     -5.612700     56.37988             35
    +#> 7018  VR2AR-546131     -5.612700     56.37988             35
    +#> 7019  VR2AR-546131     -5.612700     56.37988             35
    +#> 7020  VR2AR-546131     -5.612700     56.37988             35
    +#> 7021  VR2AR-546131     -5.612700     56.37988             35
    +#> 7022  VR2AR-546131     -5.612700     56.37988             35
    +#> 7023  VR2AR-546131     -5.612700     56.37988             35
    +#> 7024  VR2AR-546131     -5.612700     56.37988             35
    +#> 7025  VR2AR-546131     -5.612700     56.37988             35
    +#> 7026  VR2AR-546131     -5.612700     56.37988             35
    +#> 7027  VR2AR-546131     -5.612700     56.37988             35
    +#> 7028  VR2AR-546131     -5.612700     56.37988             35
    +#> 7029  VR2AR-546131     -5.612700     56.37988             35
    +#> 7030  VR2AR-546131     -5.612700     56.37988             35
    +#> 7031  VR2AR-546131     -5.612700     56.37988             35
    +#> 7032  VR2AR-546131     -5.612700     56.37988             35
    +#> 7033  VR2AR-546131     -5.612700     56.37988             35
    +#> 7034  VR2AR-546131     -5.612700     56.37988             35
    +#> 7035  VR2AR-546131     -5.612700     56.37988             35
    +#> 7036  VR2AR-546131     -5.612700     56.37988             35
    +#> 7037  VR2AR-546131     -5.612700     56.37988             35
    +#> 7038  VR2AR-546131     -5.612700     56.37988             35
    +#> 7039  VR2AR-546131     -5.612700     56.37988             35
    +#> 7040  VR2AR-546131     -5.612700     56.37988             35
    +#> 7041  VR2AR-546131     -5.612700     56.37988             35
    +#> 7042  VR2AR-546131     -5.612700     56.37988             35
    +#> 7043  VR2AR-546131     -5.612700     56.37988             35
    +#> 7044  VR2AR-546131     -5.612700     56.37988             35
    +#> 7045  VR2AR-546131     -5.612700     56.37988             35
    +#> 7046  VR2AR-546131     -5.612700     56.37988             35
    +#> 7047  VR2AR-546131     -5.612700     56.37988             35
    +#> 7048  VR2AR-546131     -5.612700     56.37988             35
    +#> 7049  VR2AR-546131     -5.612700     56.37988             35
    +#> 7050  VR2AR-546131     -5.612700     56.37988             35
    +#> 7051  VR2AR-546131     -5.612700     56.37988             35
    +#> 7052  VR2AR-546131     -5.612700     56.37988             35
    +#> 7053  VR2AR-546131     -5.612700     56.37988             35
    +#> 7054  VR2AR-546131     -5.612700     56.37988             35
    +#> 7055  VR2AR-546131     -5.612700     56.37988             35
    +#> 7056  VR2AR-546131     -5.612700     56.37988             35
    +#> 7057  VR2AR-546131     -5.612700     56.37988             35
    +#> 7058  VR2AR-546131     -5.612700     56.37988             35
    +#> 7059  VR2AR-546131     -5.612700     56.37988             35
    +#> 7060  VR2AR-546131     -5.612700     56.37988             35
    +#> 7061  VR2AR-546131     -5.612700     56.37988             35
    +#> 7062  VR2AR-546131     -5.612700     56.37988             35
    +#> 7063  VR2AR-546131     -5.612700     56.37988             35
    +#> 7064  VR2AR-546131     -5.612700     56.37988             35
    +#> 7065  VR2AR-546131     -5.612700     56.37988             35
    +#> 7066  VR2AR-546131     -5.612700     56.37988             35
    +#> 7067  VR2AR-546131     -5.612700     56.37988             35
    +#> 7068  VR2AR-546131     -5.612700     56.37988             35
    +#> 7069  VR2AR-546380     -5.637917     56.44800             25
    +#> 7070  VR2AR-546380     -5.637917     56.44800             25
    +#> 7071  VR2AR-546380     -5.637917     56.44800             25
    +#> 7072  VR2AR-546380     -5.637917     56.44800             25
    +#> 7073  VR2AR-546380     -5.637917     56.44800             25
    +#> 7074  VR2AR-546380     -5.637917     56.44800             25
    +#> 7075  VR2AR-546380     -5.637917     56.44800             25
    +#> 7076  VR2AR-546380     -5.637917     56.44800             25
    +#> 7077  VR2AR-546380     -5.637917     56.44800             25
    +#> 7078  VR2AR-546380     -5.637917     56.44800             25
    +#> 7079  VR2AR-546380     -5.637917     56.44800             25
    +#> 7080  VR2AR-546380     -5.637917     56.44800             25
    +#> 7081  VR2AR-546380     -5.637917     56.44800             25
    +#> 7082  VR2AR-546380     -5.637917     56.44800             25
    +#> 7083  VR2AR-546380     -5.637917     56.44800             25
    +#> 7084  VR2AR-546380     -5.637917     56.44800             25
    +#> 7085  VR2AR-546380     -5.637917     56.44800             25
    +#> 7086  VR2AR-546380     -5.637917     56.44800             25
    +#> 7087  VR2AR-546380     -5.637917     56.44800             25
    +#> 7088  VR2AR-546380     -5.637917     56.44800             25
    +#> 7089  VR2AR-546380     -5.637917     56.44800             25
    +#> 7090  VR2AR-546380     -5.637917     56.44800             25
    +#> 7091  VR2AR-546380     -5.637917     56.44800             25
    +#> 7092  VR2AR-546380     -5.637917     56.44800             25
    +#> 7093  VR2AR-546380     -5.637917     56.44800             25
    +#> 7094  VR2AR-546380     -5.637917     56.44800             25
    +#> 7095  VR2AR-546380     -5.637917     56.44800             25
    +#> 7096  VR2AR-546380     -5.637917     56.44800             25
    +#> 7097  VR2AR-546380     -5.637917     56.44800             25
    +#> 7098  VR2AR-546380     -5.637917     56.44800             25
    +#> 7099  VR2AR-546380     -5.637917     56.44800             25
    +#> 7100  VR2AR-546380     -5.637917     56.44800             25
    +#> 7101  VR2AR-546380     -5.637917     56.44800             25
    +#> 7102  VR2AR-546380     -5.637917     56.44800             25
    +#> 7103  VR2AR-546380     -5.637917     56.44800             25
    +#> 7104  VR2AR-546380     -5.637917     56.44800             25
    +#> 7105  VR2AR-546380     -5.637917     56.44800             25
    +#> 7106  VR2AR-546380     -5.637917     56.44800             25
    +#> 7107  VR2AR-546380     -5.637917     56.44800             25
    +#> 7108  VR2AR-546380     -5.637917     56.44800             25
    +#> 7109  VR2AR-546380     -5.637917     56.44800             25
    +#> 7110  VR2AR-546380     -5.637917     56.44800             25
    +#> 7111  VR2AR-546380     -5.637917     56.44800             25
    +#> 7112  VR2AR-546380     -5.637917     56.44800             25
    +#> 7113  VR2AR-546380     -5.637917     56.44800             25
    +#> 7114  VR2AR-546380     -5.637917     56.44800             25
    +#> 7115  VR2AR-546380     -5.637917     56.44800             25
    +#> 7116  VR2AR-546380     -5.637917     56.44800             25
    +#> 7117  VR2AR-546380     -5.637917     56.44800             25
    +#> 7118  VR2AR-546380     -5.637917     56.44800             25
    +#> 7119  VR2AR-546380     -5.637917     56.44800             25
    +#> 7120  VR2AR-546380     -5.637917     56.44800             25
    +#> 7121  VR2AR-546380     -5.637917     56.44800             25
    +#> 7122  VR2AR-546380     -5.637917     56.44800             25
    +#> 7123  VR2AR-546380     -5.637917     56.44800             25
    +#> 7124  VR2AR-546380     -5.637917     56.44800             25
    +#> 7125  VR2AR-546380     -5.637917     56.44800             25
    +#> 7126  VR2AR-546380     -5.637917     56.44800             25
    +#> 7127  VR2AR-546380     -5.637917     56.44800             25
    +#> 7128  VR2AR-546380     -5.637917     56.44800             25
    +#> 7129  VR2AR-546380     -5.637917     56.44800             25
    +#> 7130  VR2AR-546380     -5.637917     56.44800             25
    +#> 7131  VR2AR-546380     -5.637917     56.44800             25
    +#> 7132  VR2AR-546380     -5.637917     56.44800             25
    +#> 7133  VR2AR-546380     -5.637917     56.44800             25
    +#> 7134  VR2AR-546380     -5.637917     56.44800             25
    +#> 7135  VR2AR-546380     -5.637917     56.44800             25
    +#> 7136  VR2AR-546380     -5.637917     56.44800             25
    +#> 7137  VR2AR-546380     -5.637917     56.44800             25
    +#> 7138  VR2AR-546380     -5.637917     56.44800             25
    +#> 7139  VR2AR-546133     -5.701717     56.49747             90
    +#> 7140  VR2AR-546133     -5.701717     56.49747             90
    +#> 7141  VR2AR-546133     -5.701717     56.49747             90
    +#> 7142  VR2AR-546133     -5.701717     56.49747             90
    +#> 7143  VR2AR-546133     -5.701717     56.49747             90
    +#> 7144  VR2AR-546133     -5.701717     56.49747             90
    +#> 7145  VR2AR-546133     -5.701717     56.49747             90
    +#> 7146  VR2AR-546133     -5.701717     56.49747             90
    +#> 7147  VR2AR-546133     -5.701717     56.49747             90
    +#> 7148  VR2AR-546133     -5.701717     56.49747             90
    +#> 7149  VR2AR-546133     -5.701717     56.49747             90
    +#> 7150  VR2AR-546133     -5.701717     56.49747             90
    +#> 7151  VR2AR-546133     -5.701717     56.49747             90
    +#> 7152  VR2AR-546133     -5.701717     56.49747             90
    +#> 7153      VR2-5637     -5.692417     56.49913             25
    +#> 7154  VR2AR-546133     -5.701717     56.49747             90
    +#> 7155  VR2AR-546133     -5.701717     56.49747             90
    +#> 7156  VR2AR-546133     -5.701717     56.49747             90
    +#> 7157  VR2AR-546133     -5.701717     56.49747             90
    +#> 7158      VR2-5637     -5.692417     56.49913             25
    +#> 7159   VR2W-108161     -5.605383     56.46018             25
    +#> 7160   VR2W-108161     -5.605383     56.46018             25
    +#> 7161   VR2W-108161     -5.605383     56.46018             25
    +#> 7162   VR2W-108161     -5.605383     56.46018             25
    +#> 7163   VR2W-108161     -5.605383     56.46018             25
    +#> 7164   VR2W-108161     -5.605383     56.46018             25
    +#> 7165   VR2W-108161     -5.605383     56.46018             25
    +#> 7166   VR2W-108161     -5.605383     56.46018             25
    +#> 7167   VR2W-108161     -5.605383     56.46018             25
    +#> 7168   VR2W-108161     -5.605383     56.46018             25
    +#> 7169   VR2W-108161     -5.605383     56.46018             25
    +#> 7170   VR2W-108161     -5.605383     56.46018             25
    +#> 7171   VR2W-108161     -5.605383     56.46018             25
    +#> 7172   VR2W-108161     -5.605383     56.46018             25
    +#> 7173   VR2W-108161     -5.605383     56.46018             25
    +#> 7174   VR2W-108161     -5.605383     56.46018             25
    +#> 7175   VR2W-108161     -5.605383     56.46018             25
    +#> 7176   VR2W-108161     -5.605383     56.46018             25
    +#> 7177   VR2W-108161     -5.605383     56.46018             25
    +#> 7178   VR2W-108161     -5.605383     56.46018             25
    +#> 7179  VR2AR-546136     -5.626250     56.44810             75
    +#> 7180  VR2AR-546136     -5.626250     56.44810             75
    +#> 7181  VR2AR-546136     -5.626250     56.44810             75
    +#> 7182  VR2AR-546136     -5.626250     56.44810             75
    +#> 7183  VR2AR-546136     -5.626250     56.44810             75
    +#> 7184  VR2AR-546136     -5.626250     56.44810             75
    +#> 7185  VR2AR-546136     -5.626250     56.44810             75
    +#> 7186  VR2AR-546136     -5.626250     56.44810             75
    +#> 7187  VR2AR-546136     -5.626250     56.44810             75
    +#> 7188  VR2AR-546136     -5.626250     56.44810             75
    +#> 7189  VR2AR-546136     -5.626250     56.44810             75
    +#> 7190  VR2AR-546136     -5.626250     56.44810             75
    +#> 7191  VR2AR-546136     -5.626250     56.44810             75
    +#> 7192  VR2AR-546131     -5.612700     56.37988             35
    +#> 7193  VR2AR-546131     -5.612700     56.37988             35
    +#> 7194  VR2AR-546131     -5.612700     56.37988             35
    +#> 7195  VR2AR-546131     -5.612700     56.37988             35
    +#> 7196  VR2AR-546131     -5.612700     56.37988             35
    +#> 7197  VR2AR-546131     -5.612700     56.37988             35
    +#> 7198  VR2AR-546131     -5.612700     56.37988             35
    +#> 7199  VR2AR-546131     -5.612700     56.37988             35
    +#> 7200  VR2AR-546131     -5.612700     56.37988             35
    +#> 7201  VR2AR-546131     -5.612700     56.37988             35
    +#> 7202  VR2AR-546131     -5.612700     56.37988             35
    +#> 7203  VR2AR-546131     -5.612700     56.37988             35
    +#> 7204  VR2AR-546131     -5.612700     56.37988             35
    +#> 7205  VR2AR-546131     -5.612700     56.37988             35
    +#> 7206  VR2AR-546131     -5.612700     56.37988             35
    +#> 7207  VR2AR-546131     -5.612700     56.37988             35
    +#> 7208  VR2AR-546131     -5.612700     56.37988             35
    +#> 7209  VR2AR-546131     -5.612700     56.37988             35
    +#> 7210  VR2AR-546131     -5.612700     56.37988             35
    +#> 7211  VR2AR-546131     -5.612700     56.37988             35
    +#> 7212  VR2AR-546131     -5.612700     56.37988             35
    +#> 7213  VR2AR-546131     -5.612700     56.37988             35
    +#> 7214  VR2AR-546131     -5.612700     56.37988             35
    +#> 7215  VR2AR-546131     -5.612700     56.37988             35
    +#> 7216  VR2AR-546131     -5.612700     56.37988             35
    +#> 7217  VR2AR-546131     -5.612700     56.37988             35
    +#> 7218  VR2AR-546131     -5.612700     56.37988             35
    +#> 7219  VR2AR-546131     -5.612700     56.37988             35
    +#> 7220  VR2AR-546131     -5.612700     56.37988             35
    +#> 7221  VR2AR-546131     -5.612700     56.37988             35
    +#> 7222  VR2AR-546131     -5.612700     56.37988             35
    +#> 7223  VR2AR-546131     -5.612700     56.37988             35
    +#> 7224  VR2AR-546131     -5.612700     56.37988             35
    +#> 7225  VR2AR-546131     -5.612700     56.37988             35
    +#> 7226  VR2AR-546131     -5.612700     56.37988             35
    +#> 7227  VR2AR-546131     -5.612700     56.37988             35
    +#> 7228  VR2AR-546131     -5.612700     56.37988             35
    +#> 7229  VR2AR-546131     -5.612700     56.37988             35
    +#> 7230  VR2AR-546131     -5.612700     56.37988             35
    +#> 7231  VR2AR-546131     -5.612700     56.37988             35
    +#> 7232  VR2AR-546131     -5.612700     56.37988             35
    +#> 7233  VR2AR-546131     -5.612700     56.37988             35
    +#> 7234  VR2AR-546131     -5.612700     56.37988             35
    +#> 7235  VR2AR-546131     -5.612700     56.37988             35
    +#> 7236  VR2AR-546131     -5.612700     56.37988             35
    +#> 7237  VR2AR-546131     -5.612700     56.37988             35
    +#> 7238  VR2AR-546131     -5.612700     56.37988             35
    +#> 7239  VR2AR-546131     -5.612700     56.37988             35
    +#> 7240  VR2AR-546131     -5.612700     56.37988             35
    +#> 7241  VR2AR-546131     -5.612700     56.37988             35
    +#> 7242  VR2AR-546131     -5.612700     56.37988             35
    +#> 7243  VR2AR-546131     -5.612700     56.37988             35
    +#> 7244  VR2AR-546131     -5.612700     56.37988             35
    +#> 7245  VR2AR-546131     -5.612700     56.37988             35
    +#> 7246  VR2AR-546131     -5.612700     56.37988             35
    +#> 7247  VR2AR-546131     -5.612700     56.37988             35
    +#> 7248  VR2AR-546131     -5.612700     56.37988             35
    +#> 7249  VR2AR-546131     -5.612700     56.37988             35
    +#> 7250  VR2AR-546131     -5.612700     56.37988             35
    +#> 7251  VR2AR-546131     -5.612700     56.37988             35
    +#> 7252  VR2AR-546131     -5.612700     56.37988             35
    +#> 7253  VR2AR-546131     -5.612700     56.37988             35
    +#> 7254  VR2AR-546131     -5.612700     56.37988             35
    +#> 7255  VR2AR-546131     -5.612700     56.37988             35
    +#> 7256  VR2AR-546131     -5.612700     56.37988             35
    +#> 7257  VR2AR-546131     -5.612700     56.37988             35
    +#> 7258  VR2AR-546131     -5.612700     56.37988             35
    +#> 7259  VR2AR-546131     -5.612700     56.37988             35
    +#> 7260  VR2AR-546131     -5.612700     56.37988             35
    +#> 7261  VR2AR-546131     -5.612700     56.37988             35
    +#> 7262  VR2AR-546131     -5.612700     56.37988             35
    +#> 7263  VR2AR-546131     -5.612700     56.37988             35
    +#> 7264  VR2AR-546131     -5.612700     56.37988             35
    +#> 7265  VR2AR-546131     -5.612700     56.37988             35
    +#> 7266  VR2AR-546131     -5.612700     56.37988             35
    +#> 7267  VR2AR-546131     -5.612700     56.37988             35
    +#> 7268  VR2AR-546131     -5.612700     56.37988             35
    +#> 7269  VR2AR-546131     -5.612700     56.37988             35
    +#> 7270  VR2AR-546131     -5.612700     56.37988             35
    +#> 7271  VR2AR-546131     -5.612700     56.37988             35
    +#> 7272  VR2AR-546131     -5.612700     56.37988             35
    +#> 7273  VR2AR-546131     -5.612700     56.37988             35
    +#> 7274  VR2AR-546131     -5.612700     56.37988             35
    +#> 7275  VR2AR-546131     -5.612700     56.37988             35
    +#> 7276  VR2AR-546131     -5.612700     56.37988             35
    +#> 7277  VR2AR-546133     -5.701717     56.49747             90
    +#> 7278  VR2AR-546133     -5.701717     56.49747             90
    +#> 7279  VR2AR-546133     -5.701717     56.49747             90
    +#> 7280  VR2AR-546133     -5.701717     56.49747             90
    +#> 7281  VR2AR-546133     -5.701717     56.49747             90
    +#> 7282  VR2AR-546133     -5.701717     56.49747             90
    +#> 7283  VR2AR-546133     -5.701717     56.49747             90
    +#> 7284  VR2AR-546133     -5.701717     56.49747             90
    +#> 7285  VR2AR-546133     -5.701717     56.49747             90
    +#> 7286  VR2AR-546133     -5.701717     56.49747             90
    +#> 7287  VR2AR-546133     -5.701717     56.49747             90
    +#> 7288  VR2AR-546133     -5.701717     56.49747             90
    +#> 7289  VR2AR-546133     -5.701717     56.49747             90
    +#> 7290  VR2AR-546133     -5.701717     56.49747             90
    +#> 7291  VR2AR-546133     -5.701717     56.49747             90
    +#> 7292  VR2AR-546133     -5.701717     56.49747             90
    +#> 7293  VR2AR-546133     -5.701717     56.49747             90
    +#> 7294  VR2AR-546133     -5.701717     56.49747             90
    +#> 7295  VR2AR-546133     -5.701717     56.49747             90
    +#> 7296  VR2AR-546133     -5.701717     56.49747             90
    +#> 7297      VR2-5637     -5.692417     56.49913             25
    +#> 7298      VR2-5630     -5.591217     56.50710             50
    +#> 7299      VR2-5630     -5.591217     56.50710             50
    +#> 7300      VR2-5630     -5.591217     56.50710             50
    +#> 7301      VR2-5630     -5.591217     56.50710             50
    +#> 7302      VR2-5630     -5.591217     56.50710             50
    +#> 7303      VR2-5630     -5.591217     56.50710             50
    +#> 7304      VR2-5630     -5.591217     56.50710             50
    +#> 7305      VR2-5630     -5.591217     56.50710             50
    +#> 7306      VR2-5630     -5.591217     56.50710             50
    +#> 7307      VR2-5630     -5.591217     56.50710             50
    +#> 7308      VR2-5630     -5.591217     56.50710             50
    +#> 7309      VR2-6723     -5.586383     56.50332             50
    +#> 7310      VR2-6723     -5.586383     56.50332             50
    +#> 7311      VR2-6723     -5.586383     56.50332             50
    +#> 7312      VR2-6723     -5.586383     56.50332             50
    +#> 7313      VR2-6723     -5.586383     56.50332             50
    +#> 7314   VR2W-108163     -5.586717     56.49755             25
    +#> 7315      VR2-6723     -5.586383     56.50332             50
    +#> 7316   VR2W-108163     -5.586717     56.49755             25
    +#> 7317   VR2W-108163     -5.586717     56.49755             25
    +#> 7318      VR2-6723     -5.586383     56.50332             50
    +#> 7319   VR2W-108163     -5.586717     56.49755             25
    +#> 7320   VR2W-108163     -5.586717     56.49755             25
    +#> 7321   VR2W-108161     -5.605383     56.46018             25
    +#> 7322   VR2W-108161     -5.605383     56.46018             25
    +#> 7323   VR2W-108161     -5.605383     56.46018             25
    +#> 7324   VR2W-108161     -5.605383     56.46018             25
    +#> 7325   VR2W-108161     -5.605383     56.46018             25
    +#> 7326   VR2W-108161     -5.605383     56.46018             25
    +#> 7327   VR2W-108161     -5.605383     56.46018             25
    +#> 7328   VR2W-108161     -5.605383     56.46018             25
    +#> 7329   VR2W-108161     -5.605383     56.46018             25
    +#> 7330   VR2W-108161     -5.605383     56.46018             25
    +#> 7331   VR2W-108161     -5.605383     56.46018             25
    +#> 7332   VR2W-108161     -5.605383     56.46018             25
    +#> 7333   VR2W-108161     -5.605383     56.46018             25
    +#> 7334   VR2W-108161     -5.605383     56.46018             25
    +#> 7335   VR2W-108161     -5.605383     56.46018             25
    +#> 7336   VR2W-108161     -5.605383     56.46018             25
    +#> 7337   VR2W-108161     -5.605383     56.46018             25
    +#> 7338   VR2W-108161     -5.605383     56.46018             25
    +#> 7339   VR2W-108161     -5.605383     56.46018             25
    +#> 7340   VR2W-108161     -5.605383     56.46018             25
    +#> 7341   VR2W-108161     -5.605383     56.46018             25
    +#> 7342  VR2AR-546136     -5.626250     56.44810             75
    +#> 7343  VR2AR-546136     -5.626250     56.44810             75
    +#> 7344  VR2AR-546136     -5.626250     56.44810             75
    +#> 7345  VR2AR-546131     -5.612700     56.37988             35
    +#> 7346  VR2AR-546131     -5.612700     56.37988             35
    +#> 7347  VR2AR-546131     -5.612700     56.37988             35
    +#> 7348  VR2AR-546131     -5.612700     56.37988             35
    +#> 7349  VR2AR-546131     -5.612700     56.37988             35
    +#> 7350  VR2AR-546131     -5.612700     56.37988             35
    +#> 7351  VR2AR-546131     -5.612700     56.37988             35
    +#> 7352  VR2AR-546131     -5.612700     56.37988             35
    +#> 7353  VR2AR-546131     -5.612700     56.37988             35
    +#> 7354  VR2AR-546131     -5.612700     56.37988             35
    +#> 7355  VR2AR-546131     -5.612700     56.37988             35
    +#> 7356  VR2AR-546131     -5.612700     56.37988             35
    +#> 7357  VR2AR-546131     -5.612700     56.37988             35
    +#> 7358  VR2AR-546131     -5.612700     56.37988             35
    +#> 7359  VR2AR-546131     -5.612700     56.37988             35
    +#> 7360  VR2AR-546131     -5.612700     56.37988             35
    +#> 7361  VR2AR-546131     -5.612700     56.37988             35
    +#> 7362  VR2AR-546131     -5.612700     56.37988             35
    +#> 7363  VR2AR-546131     -5.612700     56.37988             35
    +#> 7364  VR2AR-546131     -5.612700     56.37988             35
    +#> 7365  VR2AR-546131     -5.612700     56.37988             35
    +#> 7366  VR2AR-546131     -5.612700     56.37988             35
    +#> 7367  VR2AR-546131     -5.612700     56.37988             35
    +#> 7368  VR2AR-546131     -5.612700     56.37988             35
    +#> 7369  VR2AR-546131     -5.612700     56.37988             35
    +#> 7370  VR2AR-546131     -5.612700     56.37988             35
    +#> 7371  VR2AR-546131     -5.612700     56.37988             35
    +#> 7372  VR2AR-546131     -5.612700     56.37988             35
    +#> 7373  VR2AR-546131     -5.612700     56.37988             35
    +#> 7374  VR2AR-546131     -5.612700     56.37988             35
    +#> 7375  VR2AR-546131     -5.612700     56.37988             35
    +#> 7376  VR2AR-546131     -5.612700     56.37988             35
    +#> 7377  VR2AR-546131     -5.612700     56.37988             35
    +#> 7378  VR2AR-546131     -5.612700     56.37988             35
    +#> 7379  VR2AR-546131     -5.612700     56.37988             35
    +#> 7380  VR2AR-546131     -5.612700     56.37988             35
    +#> 7381  VR2AR-546131     -5.612700     56.37988             35
    +#> 7382  VR2AR-546131     -5.612700     56.37988             35
    +#> 7383  VR2AR-546131     -5.612700     56.37988             35
    +#> 7384  VR2AR-546131     -5.612700     56.37988             35
    +#> 7385  VR2AR-546131     -5.612700     56.37988             35
    +#> 7386  VR2AR-546131     -5.612700     56.37988             35
    +#> 7387  VR2AR-546131     -5.612700     56.37988             35
    +#> 7388  VR2AR-546131     -5.612700     56.37988             35
    +#> 7389  VR2AR-546131     -5.612700     56.37988             35
    +#> 7390  VR2AR-546131     -5.612700     56.37988             35
    +#> 7391  VR2AR-546131     -5.612700     56.37988             35
    +#> 7392  VR2AR-546131     -5.612700     56.37988             35
    +#> 7393  VR2AR-546131     -5.612700     56.37988             35
    +#> 7394  VR2AR-546131     -5.612700     56.37988             35
    +#> 7395  VR2AR-546131     -5.612700     56.37988             35
    +#> 7396  VR2AR-546131     -5.612700     56.37988             35
    +#> 7397  VR2AR-546131     -5.612700     56.37988             35
    +#> 7398  VR2AR-546131     -5.612700     56.37988             35
    +#> 7399  VR2AR-546131     -5.612700     56.37988             35
    +#> 7400  VR2AR-546131     -5.612700     56.37988             35
    +#> 7401  VR2AR-546131     -5.612700     56.37988             35
    +#> 7402  VR2AR-546131     -5.612700     56.37988             35
    +#> 7403  VR2AR-546131     -5.612700     56.37988             35
    +#> 7404  VR2AR-546131     -5.612700     56.37988             35
    +#> 7405  VR2AR-546131     -5.612700     56.37988             35
    +#> 7406  VR2AR-546131     -5.612700     56.37988             35
    +#> 7407  VR2AR-546131     -5.612700     56.37988             35
    +#> 7408  VR2AR-546131     -5.612700     56.37988             35
    +#> 7409  VR2AR-546131     -5.612700     56.37988             35
    +#> 7410  VR2AR-546131     -5.612700     56.37988             35
    +#> 7411  VR2AR-546131     -5.612700     56.37988             35
    +#> 7412  VR2AR-546131     -5.612700     56.37988             35
    +#> 7413  VR2AR-546131     -5.612700     56.37988             35
    +#> 7414  VR2AR-546131     -5.612700     56.37988             35
    +#> 7415  VR2AR-546131     -5.612700     56.37988             35
    +#> 7416  VR2AR-546131     -5.612700     56.37988             35
    +#> 7417  VR2AR-546131     -5.612700     56.37988             35
    +#> 7418  VR2AR-546131     -5.612700     56.37988             35
    +#> 7419  VR2AR-546131     -5.612700     56.37988             35
    +#> 7420  VR2AR-546131     -5.612700     56.37988             35
    +#> 7421  VR2AR-546131     -5.612700     56.37988             35
    +#> 7422  VR2AR-546131     -5.612700     56.37988             35
    +#> 7423  VR2AR-546131     -5.612700     56.37988             35
    +#> 7424  VR2AR-546131     -5.612700     56.37988             35
    +#> 7425  VR2AR-546131     -5.612700     56.37988             35
    +#> 7426  VR2AR-546131     -5.612700     56.37988             35
    +#> 7427  VR2AR-546131     -5.612700     56.37988             35
    +#> 7428  VR2AR-546131     -5.612700     56.37988             35
    +#> 7429  VR2AR-546131     -5.612700     56.37988             35
    +#> 7430  VR2AR-546131     -5.612700     56.37988             35
    +#> 7431  VR2AR-546131     -5.612700     56.37988             35
    +#> 7432  VR2AR-546131     -5.612700     56.37988             35
    +#> 7433  VR2AR-546131     -5.612700     56.37988             35
    +#> 7434  VR2AR-546131     -5.612700     56.37988             35
    +#> 7435  VR2AR-546131     -5.612700     56.37988             35
    +#> 7436  VR2AR-546131     -5.612700     56.37988             35
    +#> 7437  VR2AR-546131     -5.612700     56.37988             35
    +#> 7438  VR2AR-546131     -5.612700     56.37988             35
    +#> 7439  VR2AR-546131     -5.612700     56.37988             35
    +#> 7440  VR2AR-546131     -5.612700     56.37988             35
    +#> 7441  VR2AR-546131     -5.612700     56.37988             35
    +#> 7442  VR2AR-546131     -5.612700     56.37988             35
    +#> 7443  VR2AR-546131     -5.612700     56.37988             35
    +#> 7444  VR2AR-546131     -5.612700     56.37988             35
    +#> 7445  VR2AR-546131     -5.612700     56.37988             35
    +#> 7446  VR2AR-546131     -5.612700     56.37988             35
    +#> 7447  VR2AR-546131     -5.612700     56.37988             35
    +#> 7448  VR2AR-546131     -5.612700     56.37988             35
    +#> 7449  VR2AR-546131     -5.612700     56.37988             35
    +#> 7450  VR2AR-546131     -5.612700     56.37988             35
    +#> 7451  VR2AR-546131     -5.612700     56.37988             35
    +#> 7452  VR2AR-546131     -5.612700     56.37988             35
    +#> 7453  VR2AR-546131     -5.612700     56.37988             35
    +#> 7454  VR2AR-546131     -5.612700     56.37988             35
    +#> 7455  VR2AR-546131     -5.612700     56.37988             35
    +#> 7456  VR2AR-546131     -5.612700     56.37988             35
    +#> 7457  VR2AR-546131     -5.612700     56.37988             35
    +#> 7458  VR2AR-546131     -5.612700     56.37988             35
    +#> 7459  VR2AR-546131     -5.612700     56.37988             35
    +#> 7460  VR2AR-546131     -5.612700     56.37988             35
    +#> 7461  VR2AR-546131     -5.612700     56.37988             35
    +#> 7462  VR2AR-546131     -5.612700     56.37988             35
    +#> 7463  VR2AR-546131     -5.612700     56.37988             35
    +#> 7464  VR2AR-546131     -5.612700     56.37988             35
    +#> 7465  VR2AR-546131     -5.612700     56.37988             35
    +#> 7466  VR2AR-546131     -5.612700     56.37988             35
    +#> 7467  VR2AR-546131     -5.612700     56.37988             35
    +#> 7468  VR2AR-546131     -5.612700     56.37988             35
    +#> 7469  VR2AR-546131     -5.612700     56.37988             35
    +#> 7470  VR2AR-546131     -5.612700     56.37988             35
    +#> 7471  VR2AR-546131     -5.612700     56.37988             35
    +#> 7472  VR2AR-546131     -5.612700     56.37988             35
    +#> 7473  VR2AR-546131     -5.612700     56.37988             35
    +#> 7474  VR2AR-546131     -5.612700     56.37988             35
    +#> 7475  VR2AR-546131     -5.612700     56.37988             35
    +#> 7476  VR2AR-546131     -5.612700     56.37988             35
    +#> 7477  VR2AR-546131     -5.612700     56.37988             35
    +#> 7478  VR2AR-546131     -5.612700     56.37988             35
    +#> 7479  VR2AR-546131     -5.612700     56.37988             35
    +#> 7480  VR2AR-546131     -5.612700     56.37988             35
    +#> 7481  VR2AR-546131     -5.612700     56.37988             35
    +#> 7482  VR2AR-546131     -5.612700     56.37988             35
    +#> 7483  VR2AR-546131     -5.612700     56.37988             35
    +#> 7484  VR2AR-546131     -5.612700     56.37988             35
    +#> 7485  VR2AR-546131     -5.612700     56.37988             35
    +#> 7486  VR2AR-546131     -5.612700     56.37988             35
    +#> 7487  VR2AR-546131     -5.612700     56.37988             35
    +#> 7488  VR2AR-546131     -5.612700     56.37988             35
    +#> 7489  VR2AR-546131     -5.612700     56.37988             35
    +#> 7490  VR2AR-546131     -5.612700     56.37988             35
    +#> 7491  VR2AR-546131     -5.612700     56.37988             35
    +#> 7492  VR2AR-546131     -5.612700     56.37988             35
    +#> 7493  VR2AR-546131     -5.612700     56.37988             35
    +#> 7494  VR2AR-546131     -5.612700     56.37988             35
    +#> 7495  VR2AR-546131     -5.612700     56.37988             35
    +#> 7496  VR2AR-546131     -5.612700     56.37988             35
    +#> 7497  VR2AR-546131     -5.612700     56.37988             35
    +#> 7498  VR2AR-546131     -5.612700     56.37988             35
    +#> 7499  VR2AR-546131     -5.612700     56.37988             35
    +#> 7500  VR2AR-546131     -5.612700     56.37988             35
    +#> 7501  VR2AR-546131     -5.612700     56.37988             35
    +#> 7502  VR2AR-546131     -5.612700     56.37988             35
    +#> 7503  VR2AR-546131     -5.612700     56.37988             35
    +#> 7504  VR2AR-546131     -5.612700     56.37988             35
    +#> 7505  VR2AR-546131     -5.612700     56.37988             35
    +#> 7506  VR2AR-546131     -5.612700     56.37988             35
    +#> 7507  VR2AR-546131     -5.612700     56.37988             35
    +#> 7508  VR2AR-546131     -5.612700     56.37988             35
    +#> 7509  VR2AR-546131     -5.612700     56.37988             35
    +#> 7510  VR2AR-546131     -5.612700     56.37988             35
    +#> 7511  VR2AR-546131     -5.612700     56.37988             35
    +#> 7512  VR2AR-546131     -5.612700     56.37988             35
    +#> 7513  VR2AR-546131     -5.612700     56.37988             35
    +#> 7514  VR2AR-546131     -5.612700     56.37988             35
    +#> 7515  VR2AR-546131     -5.612700     56.37988             35
    +#> 7516  VR2AR-546131     -5.612700     56.37988             35
    +#> 7517  VR2AR-546131     -5.612700     56.37988             35
    +#> 7518  VR2AR-546131     -5.612700     56.37988             35
    +#> 7519  VR2AR-546131     -5.612700     56.37988             35
    +#> 7520  VR2AR-546131     -5.612700     56.37988             35
    +#> 7521  VR2AR-546131     -5.612700     56.37988             35
    +#> 7522  VR2AR-546131     -5.612700     56.37988             35
    +#> 7523  VR2AR-546131     -5.612700     56.37988             35
    +#> 7524  VR2AR-546131     -5.612700     56.37988             35
    +#> 7525  VR2AR-546131     -5.612700     56.37988             35
    +#> 7526  VR2AR-546131     -5.612700     56.37988             35
    +#> 7527  VR2AR-546131     -5.612700     56.37988             35
    +#> 7528  VR2AR-546131     -5.612700     56.37988             35
    +#> 7529  VR2AR-546131     -5.612700     56.37988             35
    +#> 7530  VR2AR-546131     -5.612700     56.37988             35
    +#> 7531  VR2AR-546131     -5.612700     56.37988             35
    +#> 7532  VR2AR-546131     -5.612700     56.37988             35
    +#> 7533  VR2AR-546131     -5.612700     56.37988             35
    +#> 7534  VR2AR-546131     -5.612700     56.37988             35
    +#> 7535  VR2AR-546131     -5.612700     56.37988             35
    +#> 7536  VR2AR-546131     -5.612700     56.37988             35
    +#> 7537  VR2AR-546131     -5.612700     56.37988             35
    +#> 7538  VR2AR-546131     -5.612700     56.37988             35
    +#> 7539  VR2AR-546131     -5.612700     56.37988             35
    +#> 7540  VR2AR-546131     -5.612700     56.37988             35
    +#> 7541  VR2AR-546131     -5.612700     56.37988             35
    +#> 7542  VR2AR-546131     -5.612700     56.37988             35
    +#> 7543  VR2AR-546131     -5.612700     56.37988             35
    +#> 7544  VR2AR-546131     -5.612700     56.37988             35
    +#> 7545  VR2AR-546131     -5.612700     56.37988             35
    +#> 7546  VR2AR-546131     -5.612700     56.37988             35
    +#> 7547  VR2AR-546131     -5.612700     56.37988             35
    +#> 7548  VR2AR-546380     -5.637917     56.44800             25
    +#> 7549  VR2AR-546380     -5.637917     56.44800             25
    +#> 7550  VR2AR-546380     -5.637917     56.44800             25
    +#> 7551  VR2AR-546380     -5.637917     56.44800             25
    +#> 7552  VR2AR-546380     -5.637917     56.44800             25
    +#> 7553  VR2AR-546380     -5.637917     56.44800             25
    +#> 7554  VR2AR-546380     -5.637917     56.44800             25
    +#> 7555  VR2AR-546380     -5.637917     56.44800             25
    +#> 7556  VR2AR-546380     -5.637917     56.44800             25
    +#> 7557  VR2AR-546380     -5.637917     56.44800             25
    +#> 7558  VR2AR-546380     -5.637917     56.44800             25
    +#> 7559  VR2AR-546380     -5.637917     56.44800             25
    +#> 7560  VR2AR-546380     -5.637917     56.44800             25
    +#> 7561  VR2AR-546380     -5.637917     56.44800             25
    +#> 7562  VR2AR-546380     -5.637917     56.44800             25
    +#> 7563  VR2AR-546380     -5.637917     56.44800             25
    +#> 7564  VR2AR-546380     -5.637917     56.44800             25
    +#> 7565  VR2AR-546380     -5.637917     56.44800             25
    +#> 7566  VR2AR-546380     -5.637917     56.44800             25
    +#> 7567  VR2AR-546380     -5.637917     56.44800             25
    +#> 7568  VR2AR-546380     -5.637917     56.44800             25
    +#> 7569  VR2AR-546380     -5.637917     56.44800             25
    +#> 7570  VR2AR-546380     -5.637917     56.44800             25
    +#> 7571  VR2AR-546380     -5.637917     56.44800             25
    +#> 7572  VR2AR-546380     -5.637917     56.44800             25
    +#> 7573  VR2AR-546380     -5.637917     56.44800             25
    +#> 7574  VR2AR-546380     -5.637917     56.44800             25
    +#> 7575  VR2AR-546133     -5.701717     56.49747             90
    +#> 7576  VR2AR-546133     -5.701717     56.49747             90
    +#> 7577  VR2AR-546133     -5.701717     56.49747             90
    +#> 7578   VR2W-108157     -5.710933     56.48492             10
    +#> 7579   VR2W-108157     -5.710933     56.48492             10
    +#> 7580   VR2W-108157     -5.710933     56.48492             10
    +#> 7581   VR2W-108157     -5.710933     56.48492             10
    +#> 7582   VR2W-108157     -5.710933     56.48492             10
    +#> 7583   VR2W-108157     -5.710933     56.48492             10
    +#> 7584   VR2W-108157     -5.710933     56.48492             10
    +#> 7585   VR2W-108157     -5.710933     56.48492             10
    +#> 7586   VR2W-108157     -5.710933     56.48492             10
    +#> 7587   VR2W-108157     -5.710933     56.48492             10
    +#> 7588   VR2W-108157     -5.710933     56.48492             10
    +#> 7589   VR2W-108157     -5.710933     56.48492             10
    +#> 7590   VR2W-108157     -5.710933     56.48492             10
    +#> 7591   VR2W-108157     -5.710933     56.48492             10
    +#> 7592   VR2W-108157     -5.710933     56.48492             10
    +#> 7593   VR2W-108157     -5.710933     56.48492             10
    +#> 7594   VR2W-108157     -5.710933     56.48492             10
    +#> 7595   VR2W-108157     -5.710933     56.48492             10
    +#> 7596   VR2W-108157     -5.710933     56.48492             10
    +#> 7597   VR2W-108157     -5.710933     56.48492             10
    +#> 7598   VR2W-108157     -5.710933     56.48492             10
    +#> 7599   VR2W-108157     -5.710933     56.48492             10
    +#> 7600   VR2W-108157     -5.710933     56.48492             10
    +#> 7601   VR2W-108157     -5.710933     56.48492             10
    +#> 7602   VR2W-108157     -5.710933     56.48492             10
    +#> 7603   VR2W-108157     -5.710933     56.48492             10
    +#> 7604   VR2W-108157     -5.710933     56.48492             10
    +#> 7605  VR2AR-546132     -5.710100     56.49120             25
    +#> 7606  VR2AR-546132     -5.710100     56.49120             25
    +#> 7607  VR2AR-546132     -5.710100     56.49120             25
    +#> 7608  VR2AR-546132     -5.710100     56.49120             25
    +#> 7609  VR2AR-546132     -5.710100     56.49120             25
    +#> 7610  VR2AR-546132     -5.710100     56.49120             25
    +#> 7611  VR2AR-546132     -5.710100     56.49120             25
    +#> 7612  VR2AR-546132     -5.710100     56.49120             25
    +#> 7613  VR2AR-546132     -5.710100     56.49120             25
    +#> 7614  VR2AR-546132     -5.710100     56.49120             25
    +#> 7615  VR2AR-546132     -5.710100     56.49120             25
    +#> 7616  VR2AR-546132     -5.710100     56.49120             25
    +#> 7617  VR2AR-546132     -5.710100     56.49120             25
    +#> 7618  VR2AR-546132     -5.710100     56.49120             25
    +#> 7619  VR2AR-546133     -5.701717     56.49747             90
    +#> 7620  VR2AR-546133     -5.701717     56.49747             90
    +#> 7621  VR2AR-546133     -5.701717     56.49747             90
    +#> 7622  VR2AR-546133     -5.701717     56.49747             90
    +#> 7623  VR2AR-546133     -5.701717     56.49747             90
    +#> 7624  VR2AR-546133     -5.701717     56.49747             90
    +#> 7625  VR2AR-546133     -5.701717     56.49747             90
    +#> 7626  VR2AR-546133     -5.701717     56.49747             90
    +#> 7627  VR2AR-546133     -5.701717     56.49747             90
    +#> 7628  VR2AR-546133     -5.701717     56.49747             90
    +#> 7629  VR2AR-546133     -5.701717     56.49747             90
    +#> 7630  VR2AR-546133     -5.701717     56.49747             90
    +#> 7631      VR2-5637     -5.692417     56.49913             25
    +#> 7632      VR2-5637     -5.692417     56.49913             25
    +#> 7633      VR2-5637     -5.692417     56.49913             25
    +#> 7634      VR2-5637     -5.692417     56.49913             25
    +#> 7635      VR2-5637     -5.692417     56.49913             25
    +#> 7636      VR2-5637     -5.692417     56.49913             25
    +#> 7637      VR2-5637     -5.692417     56.49913             25
    +#> 7638      VR2-5637     -5.692417     56.49913             25
    +#> 7639      VR2-5637     -5.692417     56.49913             25
    +#> 7640      VR2-5637     -5.692417     56.49913             25
    +#> 7641      VR2-5637     -5.692417     56.49913             25
    +#> 7642  VR2AR-546133     -5.701717     56.49747             90
    +#> 7643  VR2AR-546133     -5.701717     56.49747             90
    +#> 7644  VR2AR-546133     -5.701717     56.49747             90
    +#> 7645  VR2AR-546133     -5.701717     56.49747             90
    +#> 7646  VR2AR-546133     -5.701717     56.49747             90
    +#> 7647  VR2AR-546133     -5.701717     56.49747             90
    +#> 7648  VR2AR-546133     -5.701717     56.49747             90
    +#> 7649  VR2AR-546133     -5.701717     56.49747             90
    +#> 7650      VR2-5637     -5.692417     56.49913             25
    +#> 7651      VR2-5637     -5.692417     56.49913             25
    +#> 7652  VR2AR-546133     -5.701717     56.49747             90
    +#> 7653      VR2-5637     -5.692417     56.49913             25
    +#> 7654  VR2AR-546133     -5.701717     56.49747             90
    +#> 7655      VR2-5637     -5.692417     56.49913             25
    +#> 7656      VR2-5637     -5.692417     56.49913             25
    +#> 7657      VR2-5637     -5.692417     56.49913             25
    +#> 7658      VR2-5637     -5.692417     56.49913             25
    +#> 7659      VR2-5637     -5.692417     56.49913             25
    +#> 7660      VR2-5637     -5.692417     56.49913             25
    +#> 7661      VR2-5637     -5.692417     56.49913             25
    +#> 7662      VR2-5637     -5.692417     56.49913             25
    +#> 7663      VR2-5637     -5.692417     56.49913             25
    +#> 7664      VR2-5637     -5.692417     56.49913             25
    +#> 7665      VR2-5637     -5.692417     56.49913             25
    +#> 7666      VR2-5637     -5.692417     56.49913             25
    +#> 7667      VR2-5637     -5.692417     56.49913             25
    +#> 7668      VR2-5637     -5.692417     56.49913             25
    +#> 7669      VR2-5637     -5.692417     56.49913             25
    +#> 7670      VR2-5637     -5.692417     56.49913             25
    +#> 7671      VR2-5637     -5.692417     56.49913             25
    +#> 7672      VR2-5637     -5.692417     56.49913             25
    +#> 7673      VR2-5637     -5.692417     56.49913             25
    +#> 7674  VR2AR-546133     -5.701717     56.49747             90
    +#> 7675      VR2-5637     -5.692417     56.49913             25
    +#> 7676  VR2AR-546133     -5.701717     56.49747             90
    +#> 7677      VR2-5637     -5.692417     56.49913             25
    +#> 7678      VR2-5637     -5.692417     56.49913             25
    +#> 7679  VR2AR-546133     -5.701717     56.49747             90
    +#> 7680  VR2AR-546133     -5.701717     56.49747             90
    +#> 7681  VR2AR-546133     -5.701717     56.49747             90
    +#> 7682  VR2AR-546133     -5.701717     56.49747             90
    +#> 7683  VR2AR-546133     -5.701717     56.49747             90
    +#> 7684      VR2-5637     -5.692417     56.49913             25
    +#> 7685  VR2AR-546133     -5.701717     56.49747             90
    +#> 7686      VR2-5637     -5.692417     56.49913             25
    +#> 7687      VR2-5637     -5.692417     56.49913             25
    +#> 7688      VR2-5637     -5.692417     56.49913             25
    +#> 7689      VR2-5637     -5.692417     56.49913             25
    +#> 7690      VR2-5637     -5.692417     56.49913             25
    +#> 7691      VR2-5637     -5.692417     56.49913             25
    +#> 7692      VR2-5637     -5.692417     56.49913             25
    +#> 7693      VR2-5637     -5.692417     56.49913             25
    +#> 7694      VR2-5637     -5.692417     56.49913             25
    +#> 7695      VR2-5637     -5.692417     56.49913             25
    +#> 7696      VR2-5637     -5.692417     56.49913             25
    +#> 7697      VR2-5637     -5.692417     56.49913             25
    +#> 7698      VR2-5637     -5.692417     56.49913             25
    +#> 7699      VR2-5637     -5.692417     56.49913             25
    +#> 7700      VR2-5637     -5.692417     56.49913             25
    +#> 7701      VR2-5637     -5.692417     56.49913             25
    +#> 7702      VR2-5637     -5.692417     56.49913             25
    +#> 7703      VR2-5637     -5.692417     56.49913             25
    +#> 7704      VR2-5637     -5.692417     56.49913             25
    +#> 7705      VR2-5637     -5.692417     56.49913             25
    +#> 7706      VR2-5637     -5.692417     56.49913             25
    +#> 7707      VR2-5637     -5.692417     56.49913             25
    +#> 7708      VR2-5637     -5.692417     56.49913             25
    +#> 7709      VR2-5637     -5.692417     56.49913             25
    +#> 7710      VR2-5637     -5.692417     56.49913             25
    +#> 7711      VR2-5637     -5.692417     56.49913             25
    +#> 7712      VR2-5637     -5.692417     56.49913             25
    +#> 7713      VR2-5637     -5.692417     56.49913             25
    +#> 7714      VR2-5637     -5.692417     56.49913             25
    +#> 7715      VR2-5637     -5.692417     56.49913             25
    +#> 7716      VR2-5637     -5.692417     56.49913             25
    +#> 7717      VR2-5637     -5.692417     56.49913             25
    +#> 7718      VR2-5637     -5.692417     56.49913             25
    +#> 7719      VR2-5637     -5.692417     56.49913             25
    +#> 7720      VR2-5637     -5.692417     56.49913             25
    +#> 7721      VR2-5637     -5.692417     56.49913             25
    +#> 7722      VR2-5637     -5.692417     56.49913             25
    +#> 7723      VR2-5637     -5.692417     56.49913             25
    +#> 7724      VR2-5637     -5.692417     56.49913             25
    +#> 7725      VR2-5637     -5.692417     56.49913             25
    +#> 7726      VR2-5637     -5.692417     56.49913             25
    +#> 7727      VR2-5637     -5.692417     56.49913             25
    +#> 7728      VR2-5637     -5.692417     56.49913             25
    +#> 7729      VR2-5637     -5.692417     56.49913             25
    +#> 7730      VR2-5637     -5.692417     56.49913             25
    +#> 7731      VR2-5637     -5.692417     56.49913             25
    +#> 7732      VR2-5637     -5.692417     56.49913             25
    +#> 7733      VR2-5637     -5.692417     56.49913             25
    +#> 7734      VR2-5637     -5.692417     56.49913             25
    +#> 7735      VR2-5637     -5.692417     56.49913             25
    +#> 7736      VR2-5637     -5.692417     56.49913             25
    +#> 7737      VR2-5637     -5.692417     56.49913             25
    +#> 7738      VR2-5637     -5.692417     56.49913             25
    +#> 7739      VR2-5637     -5.692417     56.49913             25
    +#> 7740      VR2-5637     -5.692417     56.49913             25
    +#> 7741      VR2-5637     -5.692417     56.49913             25
    +#> 7742      VR2-5637     -5.692417     56.49913             25
    +#> 7743      VR2-5637     -5.692417     56.49913             25
    +#> 7744      VR2-5637     -5.692417     56.49913             25
    +#> 7745      VR2-5637     -5.692417     56.49913             25
    +#> 7746      VR2-5637     -5.692417     56.49913             25
    +#> 7747      VR2-5637     -5.692417     56.49913             25
    +#> 7748      VR2-5637     -5.692417     56.49913             25
    +#> 7749      VR2-5637     -5.692417     56.49913             25
    +#> 7750      VR2-5637     -5.692417     56.49913             25
    +#> 7751      VR2-5637     -5.692417     56.49913             25
    +#> 7752      VR2-5637     -5.692417     56.49913             25
    +#> 7753      VR2-5637     -5.692417     56.49913             25
    +#> 7754  VR2AR-546133     -5.701717     56.49747             90
    +#> 7755      VR2-5637     -5.692417     56.49913             25
    +#> 7756  VR2AR-546133     -5.701717     56.49747             90
    +#> 7757  VR2AR-546133     -5.701717     56.49747             90
    +#> 7758  VR2AR-546133     -5.701717     56.49747             90
    +#> 7759  VR2AR-546133     -5.701717     56.49747             90
    +#> 7760  VR2AR-546133     -5.701717     56.49747             90
    +#> 7761  VR2AR-546133     -5.701717     56.49747             90
    +#> 7762  VR2AR-546133     -5.701717     56.49747             90
    +#> 7763  VR2AR-546133     -5.701717     56.49747             90
    +#> 7764  VR2AR-546133     -5.701717     56.49747             90
    +#> 7765  VR2AR-546133     -5.701717     56.49747             90
    +#> 7766  VR2AR-546133     -5.701717     56.49747             90
    +#> 7767  VR2AR-546133     -5.701717     56.49747             90
    +#> 7768      VR2-5637     -5.692417     56.49913             25
    +#> 7769      VR2-5637     -5.692417     56.49913             25
    +#> 7770  VR2AR-546133     -5.701717     56.49747             90
    +#> 7771  VR2AR-546133     -5.701717     56.49747             90
    +#> 7772  VR2AR-546133     -5.701717     56.49747             90
    +#> 7773      VR2-5637     -5.692417     56.49913             25
    +#> 7774      VR2-5637     -5.692417     56.49913             25
    +#> 7775      VR2-5637     -5.692417     56.49913             25
    +#> 7776      VR2-5637     -5.692417     56.49913             25
    +#> 7777      VR2-5637     -5.692417     56.49913             25
    +#> 7778      VR2-5637     -5.692417     56.49913             25
    +#> 7779      VR2-5637     -5.692417     56.49913             25
    +#> 7780      VR2-5637     -5.692417     56.49913             25
    +#> 7781      VR2-5637     -5.692417     56.49913             25
    +#> 7782      VR2-5637     -5.692417     56.49913             25
    +#> 7783      VR2-5637     -5.692417     56.49913             25
    +#> 7784      VR2-5637     -5.692417     56.49913             25
    +#> 7785      VR2-5637     -5.692417     56.49913             25
    +#> 7786      VR2-5637     -5.692417     56.49913             25
    +#> 7787      VR2-5637     -5.692417     56.49913             25
    +#> 7788      VR2-5637     -5.692417     56.49913             25
    +#> 7789      VR2-5637     -5.692417     56.49913             25
    +#> 7790      VR2-5637     -5.692417     56.49913             25
    +#> 7791  VR2AR-546133     -5.701717     56.49747             90
    +#> 7792  VR2AR-546133     -5.701717     56.49747             90
    +#> 7793  VR2AR-546133     -5.701717     56.49747             90
    +#> 7794  VR2AR-546133     -5.701717     56.49747             90
    +#> 7795  VR2AR-546133     -5.701717     56.49747             90
    +#> 7796  VR2AR-546133     -5.701717     56.49747             90
    +#> 7797  VR2AR-546133     -5.701717     56.49747             90
    +#> 7798  VR2AR-546133     -5.701717     56.49747             90
    +#> 7799  VR2AR-546133     -5.701717     56.49747             90
    +#> 7800  VR2AR-546133     -5.701717     56.49747             90
    +#> 7801  VR2AR-546133     -5.701717     56.49747             90
    +#> 7802  VR2AR-546133     -5.701717     56.49747             90
    +#> 7803  VR2AR-546133     -5.701717     56.49747             90
    +#> 7804  VR2AR-546133     -5.701717     56.49747             90
    +#> 7805  VR2AR-546133     -5.701717     56.49747             90
    +#> 7806  VR2AR-546133     -5.701717     56.49747             90
    +#> 7807  VR2AR-546133     -5.701717     56.49747             90
    +#> 7808  VR2AR-546133     -5.701717     56.49747             90
    +#> 7809  VR2AR-546133     -5.701717     56.49747             90
    +#> 7810  VR2AR-546133     -5.701717     56.49747             90
    +#> 7811  VR2AR-546133     -5.701717     56.49747             90
    +#> 7812  VR2AR-546133     -5.701717     56.49747             90
    +#> 7813  VR2AR-546133     -5.701717     56.49747             90
    +#> 7814  VR2AR-546133     -5.701717     56.49747             90
    +#> 7815  VR2AR-546133     -5.701717     56.49747             90
    +#> 7816  VR2AR-546133     -5.701717     56.49747             90
    +#> 7817  VR2AR-546133     -5.701717     56.49747             90
    +#> 7818  VR2AR-546133     -5.701717     56.49747             90
    +#> 7819  VR2AR-546133     -5.701717     56.49747             90
    +#> 7820  VR2AR-546133     -5.701717     56.49747             90
    +#> 7821  VR2AR-546133     -5.701717     56.49747             90
    +#> 7822  VR2AR-546133     -5.701717     56.49747             90
    +#> 7823      VR2-5637     -5.692417     56.49913             25
    +#> 7824      VR2-5637     -5.692417     56.49913             25
    +#> 7825      VR2-5637     -5.692417     56.49913             25
    +#> 7826      VR2-5637     -5.692417     56.49913             25
    +#> 7827      VR2-5637     -5.692417     56.49913             25
    +#> 7828      VR2-5630     -5.591217     56.50710             50
    +#> 7829      VR2-5630     -5.591217     56.50710             50
    +#> 7830      VR2-5630     -5.591217     56.50710             50
    +#> 7831      VR2-5630     -5.591217     56.50710             50
    +#> 7832      VR2-5630     -5.591217     56.50710             50
    +#> 7833      VR2-5630     -5.591217     56.50710             50
    +#> 7834      VR2-5630     -5.591217     56.50710             50
    +#> 7835      VR2-5630     -5.591217     56.50710             50
    +#> 7836      VR2-5630     -5.591217     56.50710             50
    +#> 7837      VR2-5630     -5.591217     56.50710             50
    +#> 7838      VR2-5630     -5.591217     56.50710             50
    +#> 7839      VR2-5630     -5.591217     56.50710             50
    +#> 7840      VR2-5630     -5.591217     56.50710             50
    +#> 7841      VR2-5630     -5.591217     56.50710             50
    +#> 7842      VR2-5630     -5.591217     56.50710             50
    +#> 7843      VR2-5630     -5.591217     56.50710             50
    +#> 7844      VR2-5630     -5.591217     56.50710             50
    +#> 7845      VR2-5630     -5.591217     56.50710             50
    +#> 7846      VR2-5630     -5.591217     56.50710             50
    +#> 7847      VR2-5630     -5.591217     56.50710             50
    +#> 7848      VR2-5630     -5.591217     56.50710             50
    +#> 7849      VR2-5630     -5.591217     56.50710             50
    +#> 7850      VR2-5630     -5.591217     56.50710             50
    +#> 7851      VR2-5630     -5.591217     56.50710             50
    +#> 7852      VR2-5630     -5.591217     56.50710             50
    +#> 7853      VR2-6723     -5.586383     56.50332             50
    +#> 7854      VR2-6723     -5.586383     56.50332             50
    +#> 7855      VR2-6723     -5.586383     56.50332             50
    +#> 7856      VR2-6723     -5.586383     56.50332             50
    +#> 7857      VR2-6723     -5.586383     56.50332             50
    +#> 7858      VR2-6723     -5.586383     56.50332             50
    +#> 7859   VR2W-108163     -5.586717     56.49755             25
    +#> 7860   VR2W-108163     -5.586717     56.49755             25
    +#> 7861   VR2W-108163     -5.586717     56.49755             25
    +#> 7862   VR2W-108163     -5.586717     56.49755             25
    +#> 7863      VR2-6723     -5.586383     56.50332             50
    +#> 7864   VR2W-108163     -5.586717     56.49755             25
    +#> 7865   VR2W-108163     -5.586717     56.49755             25
    +#> 7866      VR2-6723     -5.586383     56.50332             50
    +#> 7867      VR2-6723     -5.586383     56.50332             50
    +#> 7868      VR2-6723     -5.586383     56.50332             50
    +#> 7869   VR2W-108163     -5.586717     56.49755             25
    +#> 7870  VR2AR-546136     -5.626250     56.44810             75
    +#> 7871  VR2AR-546136     -5.626250     56.44810             75
    +#> 7872  VR2AR-546136     -5.626250     56.44810             75
    +#> 7873  VR2AR-546136     -5.626250     56.44810             75
    +#> 7874  VR2AR-546131     -5.612700     56.37988             35
    +#> 7875  VR2AR-546131     -5.612700     56.37988             35
    +#> 7876  VR2AR-546131     -5.612700     56.37988             35
    +#> 7877  VR2AR-546131     -5.612700     56.37988             35
    +#> 7878  VR2AR-546131     -5.612700     56.37988             35
    +#> 7879  VR2AR-546131     -5.612700     56.37988             35
    +#> 7880  VR2AR-546131     -5.612700     56.37988             35
    +#> 7881  VR2AR-546131     -5.612700     56.37988             35
    +#> 7882  VR2AR-546131     -5.612700     56.37988             35
    +#> 7883  VR2AR-546131     -5.612700     56.37988             35
    +#> 7884  VR2AR-546131     -5.612700     56.37988             35
    +#> 7885  VR2AR-546131     -5.612700     56.37988             35
    +#> 7886  VR2AR-546131     -5.612700     56.37988             35
    +#> 7887  VR2AR-546131     -5.612700     56.37988             35
    +#> 7888  VR2AR-546131     -5.612700     56.37988             35
    +#> 7889  VR2AR-546131     -5.612700     56.37988             35
    +#> 7890  VR2AR-546131     -5.612700     56.37988             35
    +#> 7891  VR2AR-546131     -5.612700     56.37988             35
    +#> 7892  VR2AR-546131     -5.612700     56.37988             35
    +#> 7893  VR2AR-546131     -5.612700     56.37988             35
    +#> 7894  VR2AR-546131     -5.612700     56.37988             35
    +#> 7895  VR2AR-546131     -5.612700     56.37988             35
    +#> 7896  VR2AR-546131     -5.612700     56.37988             35
    +#> 7897  VR2AR-546131     -5.612700     56.37988             35
    +#> 7898  VR2AR-546131     -5.612700     56.37988             35
    +#> 7899  VR2AR-546131     -5.612700     56.37988             35
    +#> 7900  VR2AR-546131     -5.612700     56.37988             35
    +#> 7901  VR2AR-546131     -5.612700     56.37988             35
    +#> 7902  VR2AR-546131     -5.612700     56.37988             35
    +#> 7903  VR2AR-546131     -5.612700     56.37988             35
    +#> 7904  VR2AR-546131     -5.612700     56.37988             35
    +#> 7905  VR2AR-546131     -5.612700     56.37988             35
    +#> 7906  VR2AR-546131     -5.612700     56.37988             35
    +#> 7907  VR2AR-546131     -5.612700     56.37988             35
    +#> 7908  VR2AR-546131     -5.612700     56.37988             35
    +#> 7909  VR2AR-546131     -5.612700     56.37988             35
    +#> 7910  VR2AR-546131     -5.612700     56.37988             35
    +#> 7911  VR2AR-546131     -5.612700     56.37988             35
    +#> 7912  VR2AR-546131     -5.612700     56.37988             35
    +#> 7913  VR2AR-546131     -5.612700     56.37988             35
    +#> 7914  VR2AR-546131     -5.612700     56.37988             35
    +#> 7915  VR2AR-546131     -5.612700     56.37988             35
    +#> 7916  VR2AR-546131     -5.612700     56.37988             35
    +#> 7917  VR2AR-546131     -5.612700     56.37988             35
    +#> 7918  VR2AR-546131     -5.612700     56.37988             35
    +#> 7919  VR2AR-546131     -5.612700     56.37988             35
    +#> 7920  VR2AR-546131     -5.612700     56.37988             35
    +#> 7921  VR2AR-546131     -5.612700     56.37988             35
    +#> 7922  VR2AR-546131     -5.612700     56.37988             35
    +#> 7923  VR2AR-546131     -5.612700     56.37988             35
    +#> 7924  VR2AR-546131     -5.612700     56.37988             35
    +#> 7925  VR2AR-546131     -5.612700     56.37988             35
    +#> 7926  VR2AR-546131     -5.612700     56.37988             35
    +#> 7927  VR2AR-546131     -5.612700     56.37988             35
    +#> 7928  VR2AR-546131     -5.612700     56.37988             35
    +#> 7929  VR2AR-546131     -5.612700     56.37988             35
    +#> 7930  VR2AR-546131     -5.612700     56.37988             35
    +#> 7931  VR2AR-546131     -5.612700     56.37988             35
    +#> 7932  VR2AR-546131     -5.612700     56.37988             35
    +#> 7933  VR2AR-546131     -5.612700     56.37988             35
    +#> 7934  VR2AR-546131     -5.612700     56.37988             35
    +#> 7935  VR2AR-546131     -5.612700     56.37988             35
    +#> 7936  VR2AR-546131     -5.612700     56.37988             35
    +#> 7937  VR2AR-546131     -5.612700     56.37988             35
    +#> 7938  VR2AR-546131     -5.612700     56.37988             35
    +#> 7939  VR2AR-546131     -5.612700     56.37988             35
    +#> 7940  VR2AR-546131     -5.612700     56.37988             35
    +#> 7941  VR2AR-546131     -5.612700     56.37988             35
    +#> 7942  VR2AR-546131     -5.612700     56.37988             35
    +#> 7943  VR2AR-546131     -5.612700     56.37988             35
    +#> 7944  VR2AR-546131     -5.612700     56.37988             35
    +#> 7945  VR2AR-546131     -5.612700     56.37988             35
    +#> 7946  VR2AR-546131     -5.612700     56.37988             35
    +#> 7947  VR2AR-546131     -5.612700     56.37988             35
    +#> 7948  VR2AR-546131     -5.612700     56.37988             35
    +#> 7949  VR2AR-546131     -5.612700     56.37988             35
    +#> 7950  VR2AR-546131     -5.612700     56.37988             35
    +#> 7951  VR2AR-546131     -5.612700     56.37988             35
    +#> 7952  VR2AR-546131     -5.612700     56.37988             35
    +#> 7953  VR2AR-546131     -5.612700     56.37988             35
    +#> 7954  VR2AR-546131     -5.612700     56.37988             35
    +#> 7955  VR2AR-546131     -5.612700     56.37988             35
    +#> 7956  VR2AR-546131     -5.612700     56.37988             35
    +#> 7957  VR2AR-546131     -5.612700     56.37988             35
    +#> 7958  VR2AR-546131     -5.612700     56.37988             35
    +#> 7959  VR2AR-546131     -5.612700     56.37988             35
    +#> 7960  VR2AR-546131     -5.612700     56.37988             35
    +#> 7961  VR2AR-546131     -5.612700     56.37988             35
    +#> 7962  VR2AR-546131     -5.612700     56.37988             35
    +#> 7963  VR2AR-546131     -5.612700     56.37988             35
    +#> 7964  VR2AR-546131     -5.612700     56.37988             35
    +#> 7965  VR2AR-546131     -5.612700     56.37988             35
    +#> 7966  VR2AR-546131     -5.612700     56.37988             35
    +#> 7967  VR2AR-546131     -5.612700     56.37988             35
    +#> 7968  VR2AR-546131     -5.612700     56.37988             35
    +#> 7969  VR2AR-546131     -5.612700     56.37988             35
    +#> 7970  VR2AR-546131     -5.612700     56.37988             35
    +#> 7971  VR2AR-546131     -5.612700     56.37988             35
    +#> 7972  VR2AR-546136     -5.626250     56.44810             75
    +#> 7973  VR2AR-546380     -5.637917     56.44800             25
    +#> 7974  VR2AR-546380     -5.637917     56.44800             25
    +#> 7975  VR2AR-546380     -5.637917     56.44800             25
    +#> 7976  VR2AR-546380     -5.637917     56.44800             25
    +#> 7977  VR2AR-546380     -5.637917     56.44800             25
    +#> 7978  VR2AR-546380     -5.637917     56.44800             25
    +#> 7979  VR2AR-546136     -5.626250     56.44810             75
    +#> 7980  VR2AR-546380     -5.637917     56.44800             25
    +#> 7981  VR2AR-546380     -5.637917     56.44800             25
    +#> 7982  VR2AR-546380     -5.637917     56.44800             25
    +#> 7983  VR2AR-546380     -5.637917     56.44800             25
    +#> 7984  VR2AR-546136     -5.626250     56.44810             75
    +#> 7985  VR2AR-546380     -5.637917     56.44800             25
    +#> 7986  VR2AR-546380     -5.637917     56.44800             25
    +#> 7987  VR2AR-546380     -5.637917     56.44800             25
    +#> 7988  VR2AR-546136     -5.626250     56.44810             75
    +#> 7989  VR2AR-546136     -5.626250     56.44810             75
    +#> 7990  VR2AR-546380     -5.637917     56.44800             25
    +#> 7991  VR2AR-546136     -5.626250     56.44810             75
    +#> 7992  VR2AR-546136     -5.626250     56.44810             75
    +#> 7993  VR2AR-546136     -5.626250     56.44810             75
    +#> 7994  VR2AR-546131     -5.612700     56.37988             35
    +#> 7995  VR2AR-546131     -5.612700     56.37988             35
    +#> 7996  VR2AR-546131     -5.612700     56.37988             35
    +#> 7997  VR2AR-546131     -5.612700     56.37988             35
    +#> 7998  VR2AR-546131     -5.612700     56.37988             35
    +#> 7999  VR2AR-546131     -5.612700     56.37988             35
    +#> 8000  VR2AR-546131     -5.612700     56.37988             35
    +#> 8001  VR2AR-546131     -5.612700     56.37988             35
    +#> 8002  VR2AR-546131     -5.612700     56.37988             35
    +#> 8003  VR2AR-546131     -5.612700     56.37988             35
    +#> 8004  VR2AR-546131     -5.612700     56.37988             35
    +#> 8005  VR2AR-546131     -5.612700     56.37988             35
    +#> 8006  VR2AR-546131     -5.612700     56.37988             35
    +#> 8007  VR2AR-546131     -5.612700     56.37988             35
    +#> 8008  VR2AR-546131     -5.612700     56.37988             35
    +#> 8009  VR2AR-546131     -5.612700     56.37988             35
    +#> 8010  VR2AR-546131     -5.612700     56.37988             35
    +#> 8011  VR2AR-546131     -5.612700     56.37988             35
    +#> 8012  VR2AR-546131     -5.612700     56.37988             35
    +#> 8013  VR2AR-546131     -5.612700     56.37988             35
    +#> 8014  VR2AR-546131     -5.612700     56.37988             35
    +#> 8015  VR2AR-546131     -5.612700     56.37988             35
    +#> 8016  VR2AR-546131     -5.612700     56.37988             35
    +#> 8017  VR2AR-546131     -5.612700     56.37988             35
    +#> 8018  VR2AR-546131     -5.612700     56.37988             35
    +#> 8019  VR2AR-546131     -5.612700     56.37988             35
    +#> 8020  VR2AR-546131     -5.612700     56.37988             35
    +#> 8021  VR2AR-546131     -5.612700     56.37988             35
    +#> 8022  VR2AR-546131     -5.612700     56.37988             35
    +#> 8023  VR2AR-546131     -5.612700     56.37988             35
    +#> 8024  VR2AR-546131     -5.612700     56.37988             35
    +#> 8025  VR2AR-546131     -5.612700     56.37988             35
    +#> 8026  VR2AR-546131     -5.612700     56.37988             35
    +#> 8027  VR2AR-546131     -5.612700     56.37988             35
    +#> 8028  VR2AR-546131     -5.612700     56.37988             35
    +#> 8029  VR2AR-546131     -5.612700     56.37988             35
    +#> 8030  VR2AR-546131     -5.612700     56.37988             35
    +#> 8031  VR2AR-546131     -5.612700     56.37988             35
    +#> 8032  VR2AR-546131     -5.612700     56.37988             35
    +#> 8033  VR2AR-546131     -5.612700     56.37988             35
    +#> 8034  VR2AR-546131     -5.612700     56.37988             35
    +#> 8035  VR2AR-546131     -5.612700     56.37988             35
    +#> 8036  VR2AR-546131     -5.612700     56.37988             35
    +#> 8037  VR2AR-546131     -5.612700     56.37988             35
    +#> 8038  VR2AR-546131     -5.612700     56.37988             35
    +#> 8039  VR2AR-546131     -5.612700     56.37988             35
    +#> 8040  VR2AR-546131     -5.612700     56.37988             35
    +#> 8041  VR2AR-546131     -5.612700     56.37988             35
    +#> 8042  VR2AR-546131     -5.612700     56.37988             35
    +#> 8043  VR2AR-546131     -5.612700     56.37988             35
    +#> 8044  VR2AR-546131     -5.612700     56.37988             35
    +#> 8045  VR2AR-546131     -5.612700     56.37988             35
    +#> 8046  VR2AR-546131     -5.612700     56.37988             35
    +#> 8047  VR2AR-546131     -5.612700     56.37988             35
    +#> 8048  VR2AR-546131     -5.612700     56.37988             35
    +#> 8049  VR2AR-546131     -5.612700     56.37988             35
    +#> 8050  VR2AR-546131     -5.612700     56.37988             35
    +#> 8051  VR2AR-546131     -5.612700     56.37988             35
    +#> 8052  VR2AR-546131     -5.612700     56.37988             35
    +#> 8053  VR2AR-546131     -5.612700     56.37988             35
    +#> 8054  VR2AR-546131     -5.612700     56.37988             35
    +#> 8055  VR2AR-546131     -5.612700     56.37988             35
    +#> 8056  VR2AR-546131     -5.612700     56.37988             35
    +#> 8057  VR2AR-546131     -5.612700     56.37988             35
    +#> 8058  VR2AR-546131     -5.612700     56.37988             35
    +#> 8059  VR2AR-546131     -5.612700     56.37988             35
    +#> 8060  VR2AR-546131     -5.612700     56.37988             35
    +#> 8061  VR2AR-546131     -5.612700     56.37988             35
    +#> 8062  VR2AR-546131     -5.612700     56.37988             35
    +#> 8063  VR2AR-546131     -5.612700     56.37988             35
    +#> 8064  VR2AR-546131     -5.612700     56.37988             35
    +#> 8065  VR2AR-546131     -5.612700     56.37988             35
    +#> 8066  VR2AR-546131     -5.612700     56.37988             35
    +#> 8067  VR2AR-546131     -5.612700     56.37988             35
    +#> 8068  VR2AR-546131     -5.612700     56.37988             35
    +#> 8069  VR2AR-546131     -5.612700     56.37988             35
    +#> 8070  VR2AR-546131     -5.612700     56.37988             35
    +#> 8071  VR2AR-546131     -5.612700     56.37988             35
    +#> 8072  VR2AR-546131     -5.612700     56.37988             35
    +#> 8073  VR2AR-546131     -5.612700     56.37988             35
    +#> 8074  VR2AR-546131     -5.612700     56.37988             35
    +#> 8075  VR2AR-546131     -5.612700     56.37988             35
    +#> 8076  VR2AR-546131     -5.612700     56.37988             35
    +#> 8077  VR2AR-546131     -5.612700     56.37988             35
    +#> 8078  VR2AR-546131     -5.612700     56.37988             35
    +#> 8079  VR2AR-546131     -5.612700     56.37988             35
    +#> 8080  VR2AR-546131     -5.612700     56.37988             35
    +#> 8081  VR2AR-546131     -5.612700     56.37988             35
    +#> 8082  VR2AR-546131     -5.612700     56.37988             35
    +#> 8083  VR2AR-546131     -5.612700     56.37988             35
    +#> 8084  VR2AR-546131     -5.612700     56.37988             35
    +#> 8085  VR2AR-546131     -5.612700     56.37988             35
    +#> 8086  VR2AR-546131     -5.612700     56.37988             35
    +#> 8087  VR2AR-546131     -5.612700     56.37988             35
    +#> 8088  VR2AR-546131     -5.612700     56.37988             35
    +#> 8089  VR2AR-546131     -5.612700     56.37988             35
    +#> 8090  VR2AR-546131     -5.612700     56.37988             35
    +#> 8091  VR2AR-546131     -5.612700     56.37988             35
    +#> 8092  VR2AR-546131     -5.612700     56.37988             35
    +#> 8093  VR2AR-546131     -5.612700     56.37988             35
    +#> 8094  VR2AR-546131     -5.612700     56.37988             35
    +#> 8095  VR2AR-546131     -5.612700     56.37988             35
    +#> 8096  VR2AR-546131     -5.612700     56.37988             35
    +#> 8097  VR2AR-546131     -5.612700     56.37988             35
    +#> 8098  VR2AR-546131     -5.612700     56.37988             35
    +#> 8099  VR2AR-546131     -5.612700     56.37988             35
    +#> 8100  VR2AR-546131     -5.612700     56.37988             35
    +#> 8101  VR2AR-546131     -5.612700     56.37988             35
    +#> 8102  VR2AR-546131     -5.612700     56.37988             35
    +#> 8103  VR2AR-546131     -5.612700     56.37988             35
    +#> 8104  VR2AR-546131     -5.612700     56.37988             35
    +#> 8105  VR2AR-546131     -5.612700     56.37988             35
    +#> 8106  VR2AR-546131     -5.612700     56.37988             35
    +#> 8107  VR2AR-546131     -5.612700     56.37988             35
    +#> 8108  VR2AR-546131     -5.612700     56.37988             35
    +#> 8109  VR2AR-546131     -5.612700     56.37988             35
    +#> 8110  VR2AR-546131     -5.612700     56.37988             35
    +#> 8111  VR2AR-546131     -5.612700     56.37988             35
    +#> 8112  VR2AR-546131     -5.612700     56.37988             35
    +#> 8113  VR2AR-546131     -5.612700     56.37988             35
    +#> 8114  VR2AR-546131     -5.612700     56.37988             35
    +#> 8115  VR2AR-546131     -5.612700     56.37988             35
    +#> 8116  VR2AR-546131     -5.612700     56.37988             35
    +#> 8117  VR2AR-546131     -5.612700     56.37988             35
    +#> 8118  VR2AR-546131     -5.612700     56.37988             35
    +#> 8119  VR2AR-546131     -5.612700     56.37988             35
    +#> 8120  VR2AR-546131     -5.612700     56.37988             35
    +#> 8121  VR2AR-546131     -5.612700     56.37988             35
    +#> 8122  VR2AR-546131     -5.612700     56.37988             35
    +#> 8123  VR2AR-546131     -5.612700     56.37988             35
    +#> 8124  VR2AR-546131     -5.612700     56.37988             35
    +#> 8125  VR2AR-546131     -5.612700     56.37988             35
    +#> 8126  VR2AR-546131     -5.612700     56.37988             35
    +#> 8127  VR2AR-546131     -5.612700     56.37988             35
    +#> 8128  VR2AR-546131     -5.612700     56.37988             35
    +#> 8129  VR2AR-546131     -5.612700     56.37988             35
    +#> 8130  VR2AR-546131     -5.612700     56.37988             35
    +#> 8131  VR2AR-546131     -5.612700     56.37988             35
    +#> 8132  VR2AR-546131     -5.612700     56.37988             35
    +#> 8133  VR2AR-546131     -5.612700     56.37988             35
    +#> 8134  VR2AR-546131     -5.612700     56.37988             35
    +#> 8135  VR2AR-546131     -5.612700     56.37988             35
    +#> 8136  VR2AR-546131     -5.612700     56.37988             35
    +#> 8137  VR2AR-546131     -5.612700     56.37988             35
    +#> 8138  VR2AR-546131     -5.612700     56.37988             35
    +#> 8139  VR2AR-546131     -5.612700     56.37988             35
    +#> 8140  VR2AR-546131     -5.612700     56.37988             35
    +#> 8141  VR2AR-546131     -5.612700     56.37988             35
    +#> 8142  VR2AR-546131     -5.612700     56.37988             35
    +#> 8143  VR2AR-546131     -5.612700     56.37988             35
    +#> 8144  VR2AR-546131     -5.612700     56.37988             35
    +#> 8145  VR2AR-546131     -5.612700     56.37988             35
    +#> 8146  VR2AR-546131     -5.612700     56.37988             35
    +#> 8147  VR2AR-546131     -5.612700     56.37988             35
    +#> 8148  VR2AR-546131     -5.612700     56.37988             35
    +#> 8149  VR2AR-546131     -5.612700     56.37988             35
    +#> 8150  VR2AR-546131     -5.612700     56.37988             35
    +#> 8151  VR2AR-546131     -5.612700     56.37988             35
    +#> 8152  VR2AR-546131     -5.612700     56.37988             35
    +#> 8153  VR2AR-546131     -5.612700     56.37988             35
    +#> 8154  VR2AR-546131     -5.612700     56.37988             35
    +#> 8155  VR2AR-546131     -5.612700     56.37988             35
    +#> 8156  VR2AR-546131     -5.612700     56.37988             35
    +#> 8157  VR2AR-546131     -5.612700     56.37988             35
    +#> 8158  VR2AR-546131     -5.612700     56.37988             35
    +#> 8159  VR2AR-546131     -5.612700     56.37988             35
    +#> 8160  VR2AR-546131     -5.612700     56.37988             35
    +#> 8161  VR2AR-546131     -5.612700     56.37988             35
    +#> 8162  VR2AR-546131     -5.612700     56.37988             35
    +#> 8163  VR2AR-546131     -5.612700     56.37988             35
    +#> 8164  VR2AR-546131     -5.612700     56.37988             35
    +#> 8165  VR2AR-546131     -5.612700     56.37988             35
    +#> 8166  VR2AR-546131     -5.612700     56.37988             35
    +#> 8167  VR2AR-546131     -5.612700     56.37988             35
    +#> 8168  VR2AR-546131     -5.612700     56.37988             35
    +#> 8169  VR2AR-546131     -5.612700     56.37988             35
    +#> 8170  VR2AR-546131     -5.612700     56.37988             35
    +#> 8171  VR2AR-546131     -5.612700     56.37988             35
    +#> 8172  VR2AR-546131     -5.612700     56.37988             35
    +#> 8173  VR2AR-546131     -5.612700     56.37988             35
    +#> 8174  VR2AR-546131     -5.612700     56.37988             35
    +#> 8175  VR2AR-546131     -5.612700     56.37988             35
    +#> 8176  VR2AR-546131     -5.612700     56.37988             35
    +#> 8177  VR2AR-546131     -5.612700     56.37988             35
    +#> 8178  VR2AR-546131     -5.612700     56.37988             35
    +#> 8179  VR2AR-546131     -5.612700     56.37988             35
    +#> 8180  VR2AR-546131     -5.612700     56.37988             35
    +#> 8181  VR2AR-546131     -5.612700     56.37988             35
    +#> 8182  VR2AR-546131     -5.612700     56.37988             35
    +#> 8183  VR2AR-546131     -5.612700     56.37988             35
    +#> 8184  VR2AR-546131     -5.612700     56.37988             35
    +#> 8185  VR2AR-546131     -5.612700     56.37988             35
    +#> 8186  VR2AR-546131     -5.612700     56.37988             35
    +#> 8187  VR2AR-546131     -5.612700     56.37988             35
    +#> 8188  VR2AR-546131     -5.612700     56.37988             35
    +#> 8189  VR2AR-546131     -5.612700     56.37988             35
    +#> 8190  VR2AR-546131     -5.612700     56.37988             35
    +#> 8191  VR2AR-546131     -5.612700     56.37988             35
    +#> 8192  VR2AR-546131     -5.612700     56.37988             35
    +#> 8193  VR2AR-546131     -5.612700     56.37988             35
    +#> 8194  VR2AR-546131     -5.612700     56.37988             35
    +#> 8195  VR2AR-546131     -5.612700     56.37988             35
    +#> 8196  VR2AR-546131     -5.612700     56.37988             35
    +#> 8197  VR2AR-546131     -5.612700     56.37988             35
    +#> 8198  VR2AR-546131     -5.612700     56.37988             35
    +#> 8199  VR2AR-546134     -5.643867     56.38278            145
    +#> 8200  VR2AR-546134     -5.643867     56.38278            145
    +#> 8201  VR2AR-546134     -5.643867     56.38278            145
    +#> 8202  VR2AR-546134     -5.643867     56.38278            145
    +#> 8203  VR2AR-546134     -5.643867     56.38278            145
    +#> 8204  VR2AR-546134     -5.643867     56.38278            145
    +#> 8205  VR2AR-546134     -5.643867     56.38278            145
    +#> 8206  VR2AR-546134     -5.643867     56.38278            145
    +#> 8207  VR2AR-546135     -5.657067     56.38803             85
    +#> 8208  VR2AR-546135     -5.657067     56.38803             85
    +#> 8209  VR2AR-546135     -5.657067     56.38803             85
    +#> 8210  VR2AR-546135     -5.657067     56.38803             85
    +#> 8211  VR2AR-546135     -5.657067     56.38803             85
    +#> 8212  VR2AR-546135     -5.657067     56.38803             85
    +#> 8213  VR2AR-546135     -5.657067     56.38803             85
    +#> 8214  VR2AR-546135     -5.657067     56.38803             85
    +#> 8215  VR2AR-546135     -5.657067     56.38803             85
    +#> 8216  VR2AR-546135     -5.657067     56.38803             85
    +#> 8217  VR2AR-546135     -5.657067     56.38803             85
    +#> 8218  VR2AR-546135     -5.657067     56.38803             85
    +#> 8219  VR2AR-546135     -5.657067     56.38803             85
    +#> 8220  VR2AR-546135     -5.657067     56.38803             85
    +#> 8221  VR2AR-546135     -5.657067     56.38803             85
    +#> 8222  VR2AR-546135     -5.657067     56.38803             85
    +#> 8223  VR2AR-546135     -5.657067     56.38803             85
    +#> 8224  VR2AR-546135     -5.657067     56.38803             85
    +#> 8225  VR2AR-546135     -5.657067     56.38803             85
    +#> 8226  VR2AR-546135     -5.657067     56.38803             85
    +#> 8227  VR2AR-546135     -5.657067     56.38803             85
    +#> 8228  VR2AR-546380     -5.637917     56.44800             25
    +#> 8229  VR2AR-546380     -5.637917     56.44800             25
    +#> 8230  VR2AR-546380     -5.637917     56.44800             25
    +#> 8231  VR2AR-546380     -5.637917     56.44800             25
    +#> 8232  VR2AR-546380     -5.637917     56.44800             25
    +#> 8233  VR2AR-546380     -5.637917     56.44800             25
    +#> 8234  VR2AR-546380     -5.637917     56.44800             25
    +#> 8235      VR2-5637     -5.692417     56.49913             25
    +#> 8236      VR2-5637     -5.692417     56.49913             25
    +#> 8237      VR2-5637     -5.692417     56.49913             25
    +#> 8238      VR2-5637     -5.692417     56.49913             25
    +#> 8239      VR2-5637     -5.692417     56.49913             25
    +#> 8240      VR2-5637     -5.692417     56.49913             25
    +#> 8241      VR2-5637     -5.692417     56.49913             25
    +#> 8242      VR2-5637     -5.692417     56.49913             25
    +#> 8243      VR2-5637     -5.692417     56.49913             25
    +#> 8244      VR2-5637     -5.692417     56.49913             25
    +#> 8245  VR2AR-546380     -5.637917     56.44800             25
    +#> 8246  VR2AR-546380     -5.637917     56.44800             25
    +#> 8247  VR2AR-546380     -5.637917     56.44800             25
    +#> 8248  VR2AR-546380     -5.637917     56.44800             25
    +#> 8249  VR2AR-546380     -5.637917     56.44800             25
    +#> 8250  VR2AR-546380     -5.637917     56.44800             25
    +#> 8251  VR2AR-546380     -5.637917     56.44800             25
    +#> 8252  VR2AR-546380     -5.637917     56.44800             25
    +#> 8253  VR2AR-546380     -5.637917     56.44800             25
    +#> 8254  VR2AR-546380     -5.637917     56.44800             25
    +#> 8255  VR2AR-546380     -5.637917     56.44800             25
    +#> 8256  VR2AR-546380     -5.637917     56.44800             25
    +#> 8257  VR2AR-546380     -5.637917     56.44800             25
    +#> 8258  VR2AR-546380     -5.637917     56.44800             25
    +#> 8259  VR2AR-546134     -5.643867     56.38278            145
    +#> 8260  VR2AR-546134     -5.643867     56.38278            145
    +#> 8261  VR2AR-546134     -5.643867     56.38278            145
    +#> 8262  VR2AR-546134     -5.643867     56.38278            145
    +#> 8263  VR2AR-546134     -5.643867     56.38278            145
    +#> 8264  VR2AR-546134     -5.643867     56.38278            145
    +#> 8265  VR2AR-546134     -5.643867     56.38278            145
    +#> 8266  VR2AR-546134     -5.643867     56.38278            145
    +#> 8267  VR2AR-546134     -5.643867     56.38278            145
    +#> 8268  VR2AR-546134     -5.643867     56.38278            145
    +#> 8269  VR2AR-546134     -5.643867     56.38278            145
    +#> 8270  VR2AR-546134     -5.643867     56.38278            145
    +#> 8271  VR2AR-546134     -5.643867     56.38278            145
    +#> 8272  VR2AR-546134     -5.643867     56.38278            145
    +#> 8273  VR2AR-546134     -5.643867     56.38278            145
    +#> 8274  VR2AR-546134     -5.643867     56.38278            145
    +#> 8275  VR2AR-546134     -5.643867     56.38278            145
    +#> 8276  VR2AR-546134     -5.643867     56.38278            145
    +#> 8277  VR2AR-546134     -5.643867     56.38278            145
    +#> 8278  VR2AR-546134     -5.643867     56.38278            145
    +#> 8279  VR2AR-546134     -5.643867     56.38278            145
    +#> 8280  VR2AR-546134     -5.643867     56.38278            145
    +#> 8281  VR2AR-546134     -5.643867     56.38278            145
    +#> 8282  VR2AR-546134     -5.643867     56.38278            145
    +#> 8283  VR2AR-546134     -5.643867     56.38278            145
    +#> 8284  VR2AR-546134     -5.643867     56.38278            145
    +#> 8285  VR2AR-546134     -5.643867     56.38278            145
    +#> 8286  VR2AR-546134     -5.643867     56.38278            145
    +#> 8287  VR2AR-546134     -5.643867     56.38278            145
    +#> 8288  VR2AR-546134     -5.643867     56.38278            145
    +#> 8289  VR2AR-546134     -5.643867     56.38278            145
    +#> 8290  VR2AR-546134     -5.643867     56.38278            145
    +#> 8291  VR2AR-546134     -5.643867     56.38278            145
    +#> 8292  VR2AR-546134     -5.643867     56.38278            145
    +#> 8293  VR2AR-546134     -5.643867     56.38278            145
    +#> 8294  VR2AR-546135     -5.657067     56.38803             85
    +#> 8295  VR2AR-546135     -5.657067     56.38803             85
    +#> 8296  VR2AR-546135     -5.657067     56.38803             85
    +#> 8297  VR2AR-546135     -5.657067     56.38803             85
    +#> 8298  VR2AR-546135     -5.657067     56.38803             85
    +#> 8299  VR2AR-546135     -5.657067     56.38803             85
    +#> 8300  VR2AR-546135     -5.657067     56.38803             85
    +#> 8301  VR2AR-546135     -5.657067     56.38803             85
    +#> 8302  VR2AR-546135     -5.657067     56.38803             85
    +#> 8303  VR2AR-546135     -5.657067     56.38803             85
    +#> 8304  VR2AR-546135     -5.657067     56.38803             85
    +#> 8305  VR2AR-546135     -5.657067     56.38803             85
    +#> 8306  VR2AR-546135     -5.657067     56.38803             85
    +#> 8307  VR2AR-546135     -5.657067     56.38803             85
    +#> 8308  VR2AR-546135     -5.657067     56.38803             85
    +#> 8309  VR2AR-546135     -5.657067     56.38803             85
    +#> 8310  VR2AR-546135     -5.657067     56.38803             85
    +#> 8311  VR2AR-546135     -5.657067     56.38803             85
    +#> 8312  VR2AR-546135     -5.657067     56.38803             85
    +#> 8313  VR2AR-546135     -5.657067     56.38803             85
    +#> 8314  VR2AR-546135     -5.657067     56.38803             85
    +#> 8315  VR2AR-546135     -5.657067     56.38803             85
    +#> 8316  VR2AR-546135     -5.657067     56.38803             85
    +#> 8317  VR2AR-546135     -5.657067     56.38803             85
    +#> 8318  VR2AR-546135     -5.657067     56.38803             85
    +#> 8319  VR2AR-546135     -5.657067     56.38803             85
    +#> 8320  VR2AR-546135     -5.657067     56.38803             85
    +#> 8321  VR2AR-546135     -5.657067     56.38803             85
    +#> 8322  VR2AR-546134     -5.643867     56.38278            145
    +#> 8323  VR2AR-546134     -5.643867     56.38278            145
    +#> 8324  VR2AR-546134     -5.643867     56.38278            145
    +#> 8325  VR2AR-546134     -5.643867     56.38278            145
    +#> 8326  VR2AR-546134     -5.643867     56.38278            145
    +#> 8327  VR2AR-546134     -5.643867     56.38278            145
    +#> 8328  VR2AR-546134     -5.643867     56.38278            145
    +#> 8329  VR2AR-546134     -5.643867     56.38278            145
    +#> 8330  VR2AR-546134     -5.643867     56.38278            145
    +#> 8331  VR2AR-546134     -5.643867     56.38278            145
    +#> 8332  VR2AR-546134     -5.643867     56.38278            145
    +#> 8333  VR2AR-546134     -5.643867     56.38278            145
    +#> 8334  VR2AR-546134     -5.643867     56.38278            145
    +#> 8335  VR2AR-546134     -5.643867     56.38278            145
    +#> 8336  VR2AR-546134     -5.643867     56.38278            145
    +#> 8337  VR2AR-546134     -5.643867     56.38278            145
    +#> 8338  VR2AR-546134     -5.643867     56.38278            145
    +#> 8339  VR2AR-546134     -5.643867     56.38278            145
    +#> 8340  VR2AR-546134     -5.643867     56.38278            145
    +#> 8341  VR2AR-546134     -5.643867     56.38278            145
    +#> 8342  VR2AR-546134     -5.643867     56.38278            145
    +#> 8343  VR2AR-546134     -5.643867     56.38278            145
    +#> 8344  VR2AR-546134     -5.643867     56.38278            145
    +#> 8345  VR2AR-546134     -5.643867     56.38278            145
    +#> 8346  VR2AR-546134     -5.643867     56.38278            145
    +#> 8347  VR2AR-546134     -5.643867     56.38278            145
    +#> 8348  VR2AR-546134     -5.643867     56.38278            145
    +#> 8349  VR2AR-546134     -5.643867     56.38278            145
    +#> 8350  VR2AR-546134     -5.643867     56.38278            145
    +#> 8351   VR2W-108160     -5.631733     56.37447             50
    +#> 8352  VR2AR-546131     -5.612700     56.37988             35
    +#> 8353  VR2AR-546131     -5.612700     56.37988             35
    +#> 8354  VR2AR-546131     -5.612700     56.37988             35
    +#> 8355  VR2AR-546131     -5.612700     56.37988             35
    +#> 8356  VR2AR-546131     -5.612700     56.37988             35
    +#> 8357  VR2AR-546131     -5.612700     56.37988             35
    +#> 8358  VR2AR-546131     -5.612700     56.37988             35
    +#> 8359  VR2AR-546131     -5.612700     56.37988             35
    +#> 8360  VR2AR-546131     -5.612700     56.37988             35
    +#> 8361  VR2AR-546131     -5.612700     56.37988             35
    +#> 8362  VR2AR-546131     -5.612700     56.37988             35
    +#> 8363  VR2AR-546131     -5.612700     56.37988             35
    +#> 8364  VR2AR-546131     -5.612700     56.37988             35
    +#> 8365  VR2AR-546131     -5.612700     56.37988             35
    +#> 8366  VR2AR-546131     -5.612700     56.37988             35
    +#> 8367  VR2AR-546131     -5.612700     56.37988             35
    +#> 8368  VR2AR-546131     -5.612700     56.37988             35
    +#> 8369  VR2AR-546131     -5.612700     56.37988             35
    +#> 8370  VR2AR-546131     -5.612700     56.37988             35
    +#> 8371  VR2AR-546131     -5.612700     56.37988             35
    +#> 8372  VR2AR-546131     -5.612700     56.37988             35
    +#> 8373  VR2AR-546131     -5.612700     56.37988             35
    +#> 8374  VR2AR-546131     -5.612700     56.37988             35
    +#> 8375  VR2AR-546131     -5.612700     56.37988             35
    +#> 8376  VR2AR-546131     -5.612700     56.37988             35
    +#> 8377  VR2AR-546131     -5.612700     56.37988             35
    +#> 8378  VR2AR-546131     -5.612700     56.37988             35
    +#> 8379  VR2AR-546131     -5.612700     56.37988             35
    +#> 8380  VR2AR-546131     -5.612700     56.37988             35
    +#> 8381  VR2AR-546131     -5.612700     56.37988             35
    +#> 8382  VR2AR-546131     -5.612700     56.37988             35
    +#> 8383  VR2AR-546131     -5.612700     56.37988             35
    +#> 8384  VR2AR-546131     -5.612700     56.37988             35
    +#> 8385  VR2AR-546131     -5.612700     56.37988             35
    +#> 8386  VR2AR-546131     -5.612700     56.37988             35
    +#> 8387  VR2AR-546131     -5.612700     56.37988             35
    +#> 8388  VR2AR-546131     -5.612700     56.37988             35
    +#> 8389  VR2AR-546131     -5.612700     56.37988             35
    +#> 8390  VR2AR-546131     -5.612700     56.37988             35
    +#> 8391  VR2AR-546131     -5.612700     56.37988             35
    +#> 8392  VR2AR-546131     -5.612700     56.37988             35
    +#> 8393  VR2AR-546131     -5.612700     56.37988             35
    +#> 8394  VR2AR-546131     -5.612700     56.37988             35
    +#> 8395  VR2AR-546131     -5.612700     56.37988             35
    +#> 8396  VR2AR-546131     -5.612700     56.37988             35
    +#> 8397  VR2AR-546131     -5.612700     56.37988             35
    +#> 8398  VR2AR-546131     -5.612700     56.37988             35
    +#> 8399  VR2AR-546131     -5.612700     56.37988             35
    +#> 8400  VR2AR-546131     -5.612700     56.37988             35
    +#> 8401  VR2AR-546131     -5.612700     56.37988             35
    +#> 8402  VR2AR-546131     -5.612700     56.37988             35
    +#> 8403  VR2AR-546131     -5.612700     56.37988             35
    +#> 8404  VR2AR-546131     -5.612700     56.37988             35
    +#> 8405  VR2AR-546131     -5.612700     56.37988             35
    +#> 8406  VR2AR-546131     -5.612700     56.37988             35
    +#> 8407  VR2AR-546131     -5.612700     56.37988             35
    +#> 8408  VR2AR-546131     -5.612700     56.37988             35
    +#> 8409  VR2AR-546131     -5.612700     56.37988             35
    +#> 8410  VR2AR-546131     -5.612700     56.37988             35
    +#> 8411  VR2AR-546131     -5.612700     56.37988             35
    +#> 8412  VR2AR-546131     -5.612700     56.37988             35
    +#> 8413  VR2AR-546131     -5.612700     56.37988             35
    +#> 8414  VR2AR-546131     -5.612700     56.37988             35
    +#> 8415  VR2AR-546131     -5.612700     56.37988             35
    +#> 8416  VR2AR-546131     -5.612700     56.37988             35
    +#> 8417  VR2AR-546131     -5.612700     56.37988             35
    +#> 8418  VR2AR-546131     -5.612700     56.37988             35
    +#> 8419  VR2AR-546131     -5.612700     56.37988             35
    +#> 8420  VR2AR-546131     -5.612700     56.37988             35
    +#> 8421  VR2AR-546131     -5.612700     56.37988             35
    +#> 8422  VR2AR-546131     -5.612700     56.37988             35
    +#> 8423  VR2AR-546131     -5.612700     56.37988             35
    +#> 8424  VR2AR-546131     -5.612700     56.37988             35
    +#> 8425  VR2AR-546131     -5.612700     56.37988             35
    +#> 8426  VR2AR-546131     -5.612700     56.37988             35
    +#> 8427  VR2AR-546131     -5.612700     56.37988             35
    +#> 8428  VR2AR-546131     -5.612700     56.37988             35
    +#> 8429  VR2AR-546131     -5.612700     56.37988             35
    +#> 8430  VR2AR-546131     -5.612700     56.37988             35
    +#> 8431  VR2AR-546131     -5.612700     56.37988             35
    +#> 8432  VR2AR-546131     -5.612700     56.37988             35
    +#> 8433  VR2AR-546131     -5.612700     56.37988             35
    +#> 8434  VR2AR-546131     -5.612700     56.37988             35
    +#> 8435  VR2AR-546131     -5.612700     56.37988             35
    +#> 8436  VR2AR-546131     -5.612700     56.37988             35
    +#> 8437  VR2AR-546131     -5.612700     56.37988             35
    +#> 8438  VR2AR-546131     -5.612700     56.37988             35
    +#> 8439  VR2AR-546131     -5.612700     56.37988             35
    +#> 8440  VR2AR-546131     -5.612700     56.37988             35
    +#> 8441  VR2AR-546131     -5.612700     56.37988             35
    +#> 8442  VR2AR-546131     -5.612700     56.37988             35
    +#> 8443  VR2AR-546131     -5.612700     56.37988             35
    +#> 8444  VR2AR-546131     -5.612700     56.37988             35
    +#> 8445  VR2AR-546131     -5.612700     56.37988             35
    +#> 8446  VR2AR-546131     -5.612700     56.37988             35
    +#> 8447  VR2AR-546131     -5.612700     56.37988             35
    +#> 8448  VR2AR-546131     -5.612700     56.37988             35
    +#> 8449  VR2AR-546131     -5.612700     56.37988             35
    +#> 8450  VR2AR-546131     -5.612700     56.37988             35
    +#> 8451  VR2AR-546131     -5.612700     56.37988             35
    +#> 8452  VR2AR-546131     -5.612700     56.37988             35
    +#> 8453  VR2AR-546131     -5.612700     56.37988             35
    +#> 8454  VR2AR-546131     -5.612700     56.37988             35
    +#> 8455  VR2AR-546131     -5.612700     56.37988             35
    +#> 8456  VR2AR-546131     -5.612700     56.37988             35
    +#> 8457  VR2AR-546131     -5.612700     56.37988             35
    +#> 8458  VR2AR-546131     -5.612700     56.37988             35
    +#> 8459  VR2AR-546131     -5.612700     56.37988             35
    +#> 8460  VR2AR-546131     -5.612700     56.37988             35
    +#> 8461  VR2AR-546131     -5.612700     56.37988             35
    +#> 8462  VR2AR-546131     -5.612700     56.37988             35
    +#> 8463  VR2AR-546131     -5.612700     56.37988             35
    +#> 8464  VR2AR-546131     -5.612700     56.37988             35
    +#> 8465  VR2AR-546131     -5.612700     56.37988             35
    +#> 8466  VR2AR-546131     -5.612700     56.37988             35
    +#> 8467  VR2AR-546131     -5.612700     56.37988             35
    +#> 8468  VR2AR-546131     -5.612700     56.37988             35
    +#> 8469  VR2AR-546131     -5.612700     56.37988             35
    +#> 8470  VR2AR-546131     -5.612700     56.37988             35
    +#> 8471  VR2AR-546131     -5.612700     56.37988             35
    +#> 8472  VR2AR-546131     -5.612700     56.37988             35
    +#> 8473  VR2AR-546131     -5.612700     56.37988             35
    +#> 8474  VR2AR-546131     -5.612700     56.37988             35
    +#> 8475  VR2AR-546131     -5.612700     56.37988             35
    +#> 8476  VR2AR-546131     -5.612700     56.37988             35
    +#> 8477  VR2AR-546131     -5.612700     56.37988             35
    +#> 8478  VR2AR-546131     -5.612700     56.37988             35
    +#> 8479  VR2AR-546131     -5.612700     56.37988             35
    +#> 8480  VR2AR-546131     -5.612700     56.37988             35
    +#> 8481  VR2AR-546131     -5.612700     56.37988             35
    +#> 8482  VR2AR-546131     -5.612700     56.37988             35
    +#> 8483  VR2AR-546131     -5.612700     56.37988             35
    +#> 8484  VR2AR-546131     -5.612700     56.37988             35
    +#> 8485  VR2AR-546131     -5.612700     56.37988             35
    +#> 8486  VR2AR-546131     -5.612700     56.37988             35
    +#> 8487  VR2AR-546131     -5.612700     56.37988             35
    +#> 8488  VR2AR-546131     -5.612700     56.37988             35
    +#> 8489  VR2AR-546131     -5.612700     56.37988             35
    +#> 8490  VR2AR-546131     -5.612700     56.37988             35
    +#> 8491  VR2AR-546131     -5.612700     56.37988             35
    +#> 8492  VR2AR-546131     -5.612700     56.37988             35
    +#> 8493  VR2AR-546131     -5.612700     56.37988             35
    +#> 8494  VR2AR-546131     -5.612700     56.37988             35
    +#> 8495  VR2AR-546131     -5.612700     56.37988             35
    +#> 8496  VR2AR-546131     -5.612700     56.37988             35
    +#> 8497  VR2AR-546131     -5.612700     56.37988             35
    +#> 8498  VR2AR-546131     -5.612700     56.37988             35
    +#> 8499  VR2AR-546131     -5.612700     56.37988             35
    +#> 8500  VR2AR-546131     -5.612700     56.37988             35
    +#> 8501  VR2AR-546131     -5.612700     56.37988             35
    +#> 8502  VR2AR-546131     -5.612700     56.37988             35
    +#> 8503  VR2AR-546131     -5.612700     56.37988             35
    +#> 8504  VR2AR-546131     -5.612700     56.37988             35
    +#> 8505  VR2AR-546131     -5.612700     56.37988             35
    +#> 8506  VR2AR-546131     -5.612700     56.37988             35
    +#> 8507  VR2AR-546131     -5.612700     56.37988             35
    +#> 8508  VR2AR-546131     -5.612700     56.37988             35
    +#> 8509  VR2AR-546131     -5.612700     56.37988             35
    +#> 8510  VR2AR-546131     -5.612700     56.37988             35
    +#> 8511  VR2AR-546131     -5.612700     56.37988             35
    +#> 8512  VR2AR-546131     -5.612700     56.37988             35
    +#> 8513  VR2AR-546131     -5.612700     56.37988             35
    +#> 8514  VR2AR-546131     -5.612700     56.37988             35
    +#> 8515  VR2AR-546131     -5.612700     56.37988             35
    +#> 8516  VR2AR-546131     -5.612700     56.37988             35
    +#> 8517  VR2AR-546131     -5.612700     56.37988             35
    +#> 8518  VR2AR-546131     -5.612700     56.37988             35
    +#> 8519  VR2AR-546131     -5.612700     56.37988             35
    +#> 8520  VR2AR-546131     -5.612700     56.37988             35
    +#> 8521  VR2AR-546131     -5.612700     56.37988             35
    +#> 8522  VR2AR-546131     -5.612700     56.37988             35
    +#> 8523  VR2AR-546131     -5.612700     56.37988             35
    +#> 8524  VR2AR-546131     -5.612700     56.37988             35
    +#> 8525  VR2AR-546131     -5.612700     56.37988             35
    +#> 8526  VR2AR-546131     -5.612700     56.37988             35
    +#> 8527  VR2AR-546131     -5.612700     56.37988             35
    +#> 8528  VR2AR-546131     -5.612700     56.37988             35
    +#> 8529  VR2AR-546131     -5.612700     56.37988             35
    +#> 8530  VR2AR-546131     -5.612700     56.37988             35
    +#> 8531  VR2AR-546131     -5.612700     56.37988             35
    +#> 8532  VR2AR-546131     -5.612700     56.37988             35
    +#> 8533  VR2AR-546131     -5.612700     56.37988             35
    +#> 8534  VR2AR-546131     -5.612700     56.37988             35
    +#> 8535  VR2AR-546131     -5.612700     56.37988             35
    +#> 8536  VR2AR-546131     -5.612700     56.37988             35
    +#> 8537  VR2AR-546131     -5.612700     56.37988             35
    +#> 8538  VR2AR-546131     -5.612700     56.37988             35
    +#> 8539  VR2AR-546131     -5.612700     56.37988             35
    +#> 8540  VR2AR-546131     -5.612700     56.37988             35
    +#> 8541  VR2AR-546131     -5.612700     56.37988             35
    +#> 8542  VR2AR-546131     -5.612700     56.37988             35
    +#> 8543  VR2AR-546131     -5.612700     56.37988             35
    +#> 8544  VR2AR-546131     -5.612700     56.37988             35
    +#> 8545  VR2AR-546131     -5.612700     56.37988             35
    +#> 8546  VR2AR-546131     -5.612700     56.37988             35
    +#> 8547  VR2AR-546131     -5.612700     56.37988             35
    +#> 8548  VR2AR-546131     -5.612700     56.37988             35
    +#> 8549  VR2AR-546131     -5.612700     56.37988             35
    +#> 8550  VR2AR-546131     -5.612700     56.37988             35
    +#> 8551  VR2AR-546131     -5.612700     56.37988             35
    +#> 8552  VR2AR-546131     -5.612700     56.37988             35
    +#> 8553  VR2AR-546131     -5.612700     56.37988             35
    +#> 8554  VR2AR-546131     -5.612700     56.37988             35
    +#> 8555  VR2AR-546131     -5.612700     56.37988             35
    +#> 8556  VR2AR-546131     -5.612700     56.37988             35
    +#> 8557  VR2AR-546131     -5.612700     56.37988             35
    +#> 8558  VR2AR-546131     -5.612700     56.37988             35
    +#> 8559  VR2AR-546131     -5.612700     56.37988             35
    +#> 8560  VR2AR-546131     -5.612700     56.37988             35
    +#> 8561  VR2AR-546131     -5.612700     56.37988             35
    +#> 8562  VR2AR-546131     -5.612700     56.37988             35
    +#> 8563  VR2AR-546131     -5.612700     56.37988             35
    +#> 8564  VR2AR-546131     -5.612700     56.37988             35
    +#> 8565  VR2AR-546131     -5.612700     56.37988             35
    +#> 8566  VR2AR-546131     -5.612700     56.37988             35
    +#> 8567  VR2AR-546131     -5.612700     56.37988             35
    +#> 8568  VR2AR-546131     -5.612700     56.37988             35
    +#> 8569  VR2AR-546131     -5.612700     56.37988             35
    +#> 8570  VR2AR-546131     -5.612700     56.37988             35
    +#> 8571  VR2AR-546131     -5.612700     56.37988             35
    +#> 8572  VR2AR-546131     -5.612700     56.37988             35
    +#> 8573  VR2AR-546131     -5.612700     56.37988             35
    +#> 8574  VR2AR-546131     -5.612700     56.37988             35
    +#> 8575  VR2AR-546131     -5.612700     56.37988             35
    +#> 8576  VR2AR-546131     -5.612700     56.37988             35
    +#> 8577  VR2AR-546131     -5.612700     56.37988             35
    +#> 8578  VR2AR-546131     -5.612700     56.37988             35
    +#> 8579  VR2AR-546131     -5.612700     56.37988             35
    +#> 8580  VR2AR-546131     -5.612700     56.37988             35
    +#> 8581  VR2AR-546131     -5.612700     56.37988             35
    +#> 8582  VR2AR-546131     -5.612700     56.37988             35
    +#> 8583  VR2AR-546131     -5.612700     56.37988             35
    +#> 8584  VR2AR-546131     -5.612700     56.37988             35
    +#> 8585  VR2AR-546131     -5.612700     56.37988             35
    +#> 8586  VR2AR-546131     -5.612700     56.37988             35
    +#> 8587  VR2AR-546131     -5.612700     56.37988             35
    +#> 8588  VR2AR-546131     -5.612700     56.37988             35
    +#> 8589  VR2AR-546131     -5.612700     56.37988             35
    +#> 8590  VR2AR-546131     -5.612700     56.37988             35
    +#> 8591  VR2AR-546131     -5.612700     56.37988             35
    +#> 8592  VR2AR-546131     -5.612700     56.37988             35
    +#> 8593  VR2AR-546136     -5.626250     56.44810             75
    +#> 8594  VR2AR-546136     -5.626250     56.44810             75
    +#> 8595  VR2AR-546136     -5.626250     56.44810             75
    +#> 8596  VR2AR-546136     -5.626250     56.44810             75
    +#> 8597  VR2AR-546136     -5.626250     56.44810             75
    +#> 8598  VR2AR-546136     -5.626250     56.44810             75
    +#> 8599      VR2-5637     -5.692417     56.49913             25
    +#> 8600      VR2-5637     -5.692417     56.49913             25
    +#> 8601      VR2-5637     -5.692417     56.49913             25
    +#> 8602      VR2-5637     -5.692417     56.49913             25
    +#> 8603      VR2-5637     -5.692417     56.49913             25
    +#> 8604      VR2-5637     -5.692417     56.49913             25
    +#> 8605      VR2-5637     -5.692417     56.49913             25
    +#> 8606      VR2-5637     -5.692417     56.49913             25
    +#> 8607      VR2-5637     -5.692417     56.49913             25
    +#> 8608      VR2-5637     -5.692417     56.49913             25
    +#> 8609      VR2-5637     -5.692417     56.49913             25
    +#> 8610      VR2-5637     -5.692417     56.49913             25
    +#> 8611      VR2-5637     -5.692417     56.49913             25
    +#> 8612      VR2-5637     -5.692417     56.49913             25
    +#> 8613      VR2-5637     -5.692417     56.49913             25
    +#> 8614      VR2-5637     -5.692417     56.49913             25
    +#> 8615      VR2-5637     -5.692417     56.49913             25
    +#> 8616  VR2AR-546133     -5.701717     56.49747             90
    +#> 8617  VR2AR-546133     -5.701717     56.49747             90
    +#> 8618  VR2AR-546133     -5.701717     56.49747             90
    +#> 8619  VR2AR-546133     -5.701717     56.49747             90
    +#> 8620  VR2AR-546133     -5.701717     56.49747             90
    +#> 8621  VR2AR-546133     -5.701717     56.49747             90
    +#> 8622  VR2AR-546133     -5.701717     56.49747             90
    +#> 8623      VR2-5637     -5.692417     56.49913             25
    +#> 8624      VR2-5637     -5.692417     56.49913             25
    +#> 8625      VR2-5637     -5.692417     56.49913             25
    +#> 8626      VR2-5637     -5.692417     56.49913             25
    +#> 8627      VR2-5637     -5.692417     56.49913             25
    +#> 8628      VR2-5637     -5.692417     56.49913             25
    +#> 8629      VR2-5637     -5.692417     56.49913             25
    +#> 8630      VR2-5637     -5.692417     56.49913             25
    +#> 8631      VR2-5637     -5.692417     56.49913             25
    +#> 8632      VR2-5637     -5.692417     56.49913             25
    +#> 8633      VR2-5637     -5.692417     56.49913             25
    +#> 8634      VR2-5637     -5.692417     56.49913             25
    +#> 8635      VR2-5637     -5.692417     56.49913             25
    +#> 8636      VR2-5637     -5.692417     56.49913             25
    +#> 8637      VR2-5637     -5.692417     56.49913             25
    +#> 8638      VR2-5637     -5.692417     56.49913             25
    +#> 8639      VR2-5637     -5.692417     56.49913             25
    +#> 8640      VR2-5637     -5.692417     56.49913             25
    +#> 8641      VR2-5637     -5.692417     56.49913             25
    +#> 8642      VR2-5637     -5.692417     56.49913             25
    +#> 8643      VR2-5637     -5.692417     56.49913             25
    +#> 8644      VR2-5637     -5.692417     56.49913             25
    +#> 8645      VR2-5637     -5.692417     56.49913             25
    +#> 8646      VR2-5637     -5.692417     56.49913             25
    +#> 8647      VR2-5637     -5.692417     56.49913             25
    +#> 8648      VR2-5637     -5.692417     56.49913             25
    +#> 8649      VR2-5637     -5.692417     56.49913             25
    +#> 8650      VR2-5637     -5.692417     56.49913             25
    +#> 8651      VR2-5637     -5.692417     56.49913             25
    +#> 8652      VR2-5637     -5.692417     56.49913             25
    +#> 8653      VR2-5637     -5.692417     56.49913             25
    +#> 8654      VR2-5637     -5.692417     56.49913             25
    +#> 8655      VR2-5637     -5.692417     56.49913             25
    +#> 8656      VR2-5637     -5.692417     56.49913             25
    +#> 8657  VR2AR-546133     -5.701717     56.49747             90
    +#> 8658  VR2AR-546133     -5.701717     56.49747             90
    +#> 8659  VR2AR-546133     -5.701717     56.49747             90
    +#> 8660  VR2AR-546133     -5.701717     56.49747             90
    +#> 8661  VR2AR-546133     -5.701717     56.49747             90
    +#> 8662  VR2AR-546133     -5.701717     56.49747             90
    +#> 8663  VR2AR-546133     -5.701717     56.49747             90
    +#> 8664  VR2AR-546133     -5.701717     56.49747             90
    +#> 8665  VR2AR-546133     -5.701717     56.49747             90
    +#> 8666  VR2AR-546133     -5.701717     56.49747             90
    +#> 8667  VR2AR-546133     -5.701717     56.49747             90
    +#> 8668  VR2AR-546133     -5.701717     56.49747             90
    +#> 8669  VR2AR-546133     -5.701717     56.49747             90
    +#> 8670  VR2AR-546133     -5.701717     56.49747             90
    +#> 8671  VR2AR-546133     -5.701717     56.49747             90
    +#> 8672  VR2AR-546133     -5.701717     56.49747             90
    +#> 8673  VR2AR-546133     -5.701717     56.49747             90
    +#> 8674  VR2AR-546133     -5.701717     56.49747             90
    +#> 8675  VR2AR-546133     -5.701717     56.49747             90
    +#> 8676  VR2AR-546133     -5.701717     56.49747             90
    +#> 8677  VR2AR-546133     -5.701717     56.49747             90
    +#> 8678  VR2AR-546133     -5.701717     56.49747             90
    +#> 8679  VR2AR-546133     -5.701717     56.49747             90
    +#> 8680  VR2AR-546133     -5.701717     56.49747             90
    +#> 8681  VR2AR-546133     -5.701717     56.49747             90
    +#> 8682  VR2AR-546133     -5.701717     56.49747             90
    +#> 8683  VR2AR-546133     -5.701717     56.49747             90
    +#> 8684  VR2AR-546133     -5.701717     56.49747             90
    +#> 8685  VR2AR-546133     -5.701717     56.49747             90
    +#> 8686  VR2AR-546133     -5.701717     56.49747             90
    +#> 8687  VR2AR-546133     -5.701717     56.49747             90
    +#> 8688  VR2AR-546133     -5.701717     56.49747             90
    +#> 8689  VR2AR-546133     -5.701717     56.49747             90
    +#> 8690  VR2AR-546133     -5.701717     56.49747             90
    +#> 8691  VR2AR-546133     -5.701717     56.49747             90
    +#> 8692  VR2AR-546133     -5.701717     56.49747             90
    +#> 8693  VR2AR-546136     -5.626250     56.44810             75
    +#> 8694  VR2AR-546136     -5.626250     56.44810             75
    +#> 8695  VR2AR-546380     -5.637917     56.44800             25
    +#> 8696  VR2AR-546136     -5.626250     56.44810             75
    +#> 8697  VR2AR-546380     -5.637917     56.44800             25
    +#> 8698  VR2AR-546380     -5.637917     56.44800             25
    +#> 8699  VR2AR-546136     -5.626250     56.44810             75
    +#> 8700  VR2AR-546380     -5.637917     56.44800             25
    +#> 8701  VR2AR-546380     -5.637917     56.44800             25
    +#> 8702  VR2AR-546380     -5.637917     56.44800             25
    +#> 8703  VR2AR-546380     -5.637917     56.44800             25
    +#> 8704  VR2AR-546380     -5.637917     56.44800             25
    +#> 8705  VR2AR-546380     -5.637917     56.44800             25
    +#> 8706  VR2AR-546380     -5.637917     56.44800             25
    +#> 8707  VR2AR-546380     -5.637917     56.44800             25
    +#> 8708  VR2AR-546380     -5.637917     56.44800             25
    +#> 8709  VR2AR-546380     -5.637917     56.44800             25
    +#> 8710  VR2AR-546380     -5.637917     56.44800             25
    +#> 8711  VR2AR-546380     -5.637917     56.44800             25
    +#> 8712  VR2AR-546380     -5.637917     56.44800             25
    +#> 8713  VR2AR-546380     -5.637917     56.44800             25
    +#> 8714  VR2AR-546380     -5.637917     56.44800             25
    +#> 8715  VR2AR-546380     -5.637917     56.44800             25
    +#> 8716  VR2AR-546380     -5.637917     56.44800             25
    +#> 8717  VR2AR-546380     -5.637917     56.44800             25
    +#> 8718  VR2AR-546380     -5.637917     56.44800             25
    +#> 8719  VR2AR-546380     -5.637917     56.44800             25
    +#> 8720  VR2AR-546380     -5.637917     56.44800             25
    +#> 8721  VR2AR-546380     -5.637917     56.44800             25
    +#> 8722  VR2AR-546380     -5.637917     56.44800             25
    +#> 8723  VR2AR-546380     -5.637917     56.44800             25
    +#> 8724  VR2AR-546380     -5.637917     56.44800             25
    +#> 8725  VR2AR-546380     -5.637917     56.44800             25
    +#> 8726  VR2AR-546380     -5.637917     56.44800             25
    +#> 8727  VR2AR-546380     -5.637917     56.44800             25
    +#> 8728  VR2AR-546380     -5.637917     56.44800             25
    +#> 8729  VR2AR-546380     -5.637917     56.44800             25
    +#> 8730  VR2AR-546380     -5.637917     56.44800             25
    +#> 8731  VR2AR-546131     -5.612700     56.37988             35
    +#> 8732  VR2AR-546131     -5.612700     56.37988             35
    +#> 8733  VR2AR-546131     -5.612700     56.37988             35
    +#> 8734  VR2AR-546131     -5.612700     56.37988             35
    +#> 8735  VR2AR-546131     -5.612700     56.37988             35
    +#> 8736  VR2AR-546131     -5.612700     56.37988             35
    +#> 8737  VR2AR-546131     -5.612700     56.37988             35
    +#> 8738  VR2AR-546131     -5.612700     56.37988             35
    +#> 8739  VR2AR-546131     -5.612700     56.37988             35
    +#> 8740  VR2AR-546131     -5.612700     56.37988             35
    +#> 8741  VR2AR-546131     -5.612700     56.37988             35
    +#> 8742  VR2AR-546131     -5.612700     56.37988             35
    +#> 8743  VR2AR-546131     -5.612700     56.37988             35
    +#> 8744  VR2AR-546131     -5.612700     56.37988             35
    +#> 8745  VR2AR-546131     -5.612700     56.37988             35
    +#> 8746  VR2AR-546131     -5.612700     56.37988             35
    +#> 8747  VR2AR-546131     -5.612700     56.37988             35
    +#> 8748  VR2AR-546131     -5.612700     56.37988             35
    +#> 8749  VR2AR-546131     -5.612700     56.37988             35
    +#> 8750  VR2AR-546131     -5.612700     56.37988             35
    +#> 8751  VR2AR-546131     -5.612700     56.37988             35
    +#> 8752  VR2AR-546131     -5.612700     56.37988             35
    +#> 8753  VR2AR-546131     -5.612700     56.37988             35
    +#> 8754  VR2AR-546131     -5.612700     56.37988             35
    +#> 8755  VR2AR-546131     -5.612700     56.37988             35
    +#> 8756  VR2AR-546131     -5.612700     56.37988             35
    +#> 8757  VR2AR-546131     -5.612700     56.37988             35
    +#> 8758  VR2AR-546131     -5.612700     56.37988             35
    +#> 8759  VR2AR-546131     -5.612700     56.37988             35
    +#> 8760  VR2AR-546131     -5.612700     56.37988             35
    +#> 8761  VR2AR-546131     -5.612700     56.37988             35
    +#> 8762  VR2AR-546131     -5.612700     56.37988             35
    +#> 8763  VR2AR-546131     -5.612700     56.37988             35
    +#> 8764  VR2AR-546131     -5.612700     56.37988             35
    +#> 8765  VR2AR-546131     -5.612700     56.37988             35
    +#> 8766  VR2AR-546131     -5.612700     56.37988             35
    +#> 8767  VR2AR-546131     -5.612700     56.37988             35
    +#> 8768  VR2AR-546131     -5.612700     56.37988             35
    +#> 8769  VR2AR-546131     -5.612700     56.37988             35
    +#> 8770  VR2AR-546131     -5.612700     56.37988             35
    +#> 8771  VR2AR-546131     -5.612700     56.37988             35
    +#> 8772  VR2AR-546131     -5.612700     56.37988             35
    +#> 8773  VR2AR-546131     -5.612700     56.37988             35
    +#> 8774  VR2AR-546131     -5.612700     56.37988             35
    +#> 8775  VR2AR-546131     -5.612700     56.37988             35
    +#> 8776  VR2AR-546131     -5.612700     56.37988             35
    +#> 8777  VR2AR-546131     -5.612700     56.37988             35
    +#> 8778  VR2AR-546131     -5.612700     56.37988             35
    +#> 8779  VR2AR-546131     -5.612700     56.37988             35
    +#> 8780  VR2AR-546131     -5.612700     56.37988             35
    +#> 8781  VR2AR-546131     -5.612700     56.37988             35
    +#> 8782  VR2AR-546131     -5.612700     56.37988             35
    +#> 8783  VR2AR-546131     -5.612700     56.37988             35
    +#> 8784  VR2AR-546131     -5.612700     56.37988             35
    +#> 8785  VR2AR-546131     -5.612700     56.37988             35
    +#> 8786  VR2AR-546131     -5.612700     56.37988             35
    +#> 8787  VR2AR-546131     -5.612700     56.37988             35
    +#> 8788  VR2AR-546131     -5.612700     56.37988             35
    +#> 8789  VR2AR-546131     -5.612700     56.37988             35
    +#> 8790  VR2AR-546131     -5.612700     56.37988             35
    +#> 8791  VR2AR-546131     -5.612700     56.37988             35
    +#> 8792  VR2AR-546131     -5.612700     56.37988             35
    +#> 8793  VR2AR-546131     -5.612700     56.37988             35
    +#> 8794  VR2AR-546131     -5.612700     56.37988             35
    +#> 8795  VR2AR-546131     -5.612700     56.37988             35
    +#> 8796  VR2AR-546131     -5.612700     56.37988             35
    +#> 8797  VR2AR-546131     -5.612700     56.37988             35
    +#> 8798  VR2AR-546131     -5.612700     56.37988             35
    +#> 8799  VR2AR-546131     -5.612700     56.37988             35
    +#> 8800  VR2AR-546131     -5.612700     56.37988             35
    +#> 8801  VR2AR-546131     -5.612700     56.37988             35
    +#> 8802  VR2AR-546131     -5.612700     56.37988             35
    +#> 8803  VR2AR-546131     -5.612700     56.37988             35
    +#> 8804  VR2AR-546131     -5.612700     56.37988             35
    +#> 8805  VR2AR-546131     -5.612700     56.37988             35
    +#> 8806  VR2AR-546131     -5.612700     56.37988             35
    +#> 8807  VR2AR-546131     -5.612700     56.37988             35
    +#> 8808  VR2AR-546131     -5.612700     56.37988             35
    +#> 8809  VR2AR-546131     -5.612700     56.37988             35
    +#> 8810  VR2AR-546131     -5.612700     56.37988             35
    +#> 8811  VR2AR-546131     -5.612700     56.37988             35
    +#> 8812  VR2AR-546131     -5.612700     56.37988             35
    +#> 8813  VR2AR-546131     -5.612700     56.37988             35
    +#> 8814  VR2AR-546131     -5.612700     56.37988             35
    +#> 8815  VR2AR-546131     -5.612700     56.37988             35
    +#> 8816  VR2AR-546131     -5.612700     56.37988             35
    +#> 8817  VR2AR-546131     -5.612700     56.37988             35
    +#> 8818  VR2AR-546131     -5.612700     56.37988             35
    +#> 8819  VR2AR-546131     -5.612700     56.37988             35
    +#> 8820  VR2AR-546131     -5.612700     56.37988             35
    +#> 8821  VR2AR-546131     -5.612700     56.37988             35
    +#> 8822  VR2AR-546131     -5.612700     56.37988             35
    +#> 8823  VR2AR-546131     -5.612700     56.37988             35
    +#> 8824  VR2AR-546131     -5.612700     56.37988             35
    +#> 8825  VR2AR-546131     -5.612700     56.37988             35
    +#> 8826  VR2AR-546131     -5.612700     56.37988             35
    +#> 8827  VR2AR-546131     -5.612700     56.37988             35
    +#> 8828  VR2AR-546131     -5.612700     56.37988             35
    +#> 8829  VR2AR-546131     -5.612700     56.37988             35
    +#> 8830  VR2AR-546131     -5.612700     56.37988             35
    +#> 8831  VR2AR-546131     -5.612700     56.37988             35
    +#> 8832  VR2AR-546131     -5.612700     56.37988             35
    +#> 8833  VR2AR-546131     -5.612700     56.37988             35
    +#> 8834  VR2AR-546131     -5.612700     56.37988             35
    +#> 8835  VR2AR-546131     -5.612700     56.37988             35
    +#> 8836  VR2AR-546131     -5.612700     56.37988             35
    +#> 8837  VR2AR-546131     -5.612700     56.37988             35
    +#> 8838  VR2AR-546131     -5.612700     56.37988             35
    +#> 8839  VR2AR-546131     -5.612700     56.37988             35
    +#> 8840  VR2AR-546131     -5.612700     56.37988             35
    +#> 8841  VR2AR-546131     -5.612700     56.37988             35
    +#> 8842  VR2AR-546131     -5.612700     56.37988             35
    +#> 8843  VR2AR-546131     -5.612700     56.37988             35
    +#> 8844  VR2AR-546131     -5.612700     56.37988             35
    +#> 8845  VR2AR-546131     -5.612700     56.37988             35
    +#> 8846  VR2AR-546131     -5.612700     56.37988             35
    +#> 8847  VR2AR-546131     -5.612700     56.37988             35
    +#> 8848  VR2AR-546131     -5.612700     56.37988             35
    +#> 8849  VR2AR-546131     -5.612700     56.37988             35
    +#> 8850  VR2AR-546131     -5.612700     56.37988             35
    +#> 8851  VR2AR-546131     -5.612700     56.37988             35
    +#> 8852  VR2AR-546131     -5.612700     56.37988             35
    +#> 8853  VR2AR-546131     -5.612700     56.37988             35
    +#> 8854  VR2AR-546131     -5.612700     56.37988             35
    +#> 8855  VR2AR-546131     -5.612700     56.37988             35
    +#> 8856  VR2AR-546131     -5.612700     56.37988             35
    +#> 8857  VR2AR-546131     -5.612700     56.37988             35
    +#> 8858  VR2AR-546131     -5.612700     56.37988             35
    +#> 8859  VR2AR-546131     -5.612700     56.37988             35
    +#> 8860  VR2AR-546131     -5.612700     56.37988             35
    +#> 8861  VR2AR-546131     -5.612700     56.37988             35
    +#> 8862  VR2AR-546131     -5.612700     56.37988             35
    +#> 8863  VR2AR-546131     -5.612700     56.37988             35
    +#> 8864  VR2AR-546131     -5.612700     56.37988             35
    +#> 8865  VR2AR-546131     -5.612700     56.37988             35
    +#> 8866  VR2AR-546131     -5.612700     56.37988             35
    +#> 8867  VR2AR-546131     -5.612700     56.37988             35
    +#> 8868  VR2AR-546131     -5.612700     56.37988             35
    +#> 8869  VR2AR-546131     -5.612700     56.37988             35
    +#> 8870  VR2AR-546131     -5.612700     56.37988             35
    +#> 8871  VR2AR-546131     -5.612700     56.37988             35
    +#> 8872  VR2AR-546131     -5.612700     56.37988             35
    +#> 8873  VR2AR-546131     -5.612700     56.37988             35
    +#> 8874  VR2AR-546131     -5.612700     56.37988             35
    +#> 8875  VR2AR-546131     -5.612700     56.37988             35
    +#> 8876  VR2AR-546131     -5.612700     56.37988             35
    +#> 8877  VR2AR-546131     -5.612700     56.37988             35
    +#> 8878  VR2AR-546131     -5.612700     56.37988             35
    +#> 8879  VR2AR-546131     -5.612700     56.37988             35
    +#> 8880  VR2AR-546131     -5.612700     56.37988             35
    +#> 8881  VR2AR-546131     -5.612700     56.37988             35
    +#> 8882  VR2AR-546131     -5.612700     56.37988             35
    +#> 8883  VR2AR-546131     -5.612700     56.37988             35
    +#> 8884  VR2AR-546131     -5.612700     56.37988             35
    +#> 8885  VR2AR-546131     -5.612700     56.37988             35
    +#> 8886  VR2AR-546131     -5.612700     56.37988             35
    +#> 8887  VR2AR-546131     -5.612700     56.37988             35
    +#> 8888  VR2AR-546131     -5.612700     56.37988             35
    +#> 8889  VR2AR-546131     -5.612700     56.37988             35
    +#> 8890  VR2AR-546131     -5.612700     56.37988             35
    +#> 8891  VR2AR-546131     -5.612700     56.37988             35
    +#> 8892  VR2AR-546131     -5.612700     56.37988             35
    +#> 8893  VR2AR-546131     -5.612700     56.37988             35
    +#> 8894  VR2AR-546131     -5.612700     56.37988             35
    +#> 8895  VR2AR-546131     -5.612700     56.37988             35
    +#> 8896  VR2AR-546131     -5.612700     56.37988             35
    +#> 8897  VR2AR-546131     -5.612700     56.37988             35
    +#> 8898  VR2AR-546131     -5.612700     56.37988             35
    +#> 8899  VR2AR-546131     -5.612700     56.37988             35
    +#> 8900  VR2AR-546131     -5.612700     56.37988             35
    +#> 8901  VR2AR-546131     -5.612700     56.37988             35
    +#> 8902  VR2AR-546131     -5.612700     56.37988             35
    +#> 8903  VR2AR-546131     -5.612700     56.37988             35
    +#> 8904  VR2AR-546131     -5.612700     56.37988             35
    +#> 8905  VR2AR-546131     -5.612700     56.37988             35
    +#> 8906  VR2AR-546131     -5.612700     56.37988             35
    +#> 8907  VR2AR-546131     -5.612700     56.37988             35
    +#> 8908  VR2AR-546131     -5.612700     56.37988             35
    +#> 8909  VR2AR-546131     -5.612700     56.37988             35
    +#> 8910  VR2AR-546131     -5.612700     56.37988             35
    +#> 8911  VR2AR-546131     -5.612700     56.37988             35
    +#> 8912  VR2AR-546131     -5.612700     56.37988             35
    +#> 8913  VR2AR-546131     -5.612700     56.37988             35
    +#> 8914  VR2AR-546131     -5.612700     56.37988             35
    +#> 8915  VR2AR-546131     -5.612700     56.37988             35
    +#> 8916  VR2AR-546131     -5.612700     56.37988             35
    +#> 8917  VR2AR-546131     -5.612700     56.37988             35
    +#> 8918  VR2AR-546131     -5.612700     56.37988             35
    +#> 8919  VR2AR-546131     -5.612700     56.37988             35
    +#> 8920  VR2AR-546131     -5.612700     56.37988             35
    +#> 8921  VR2AR-546131     -5.612700     56.37988             35
    +#> 8922  VR2AR-546131     -5.612700     56.37988             35
    +#> 8923  VR2AR-546131     -5.612700     56.37988             35
    +#> 8924  VR2AR-546131     -5.612700     56.37988             35
    +#> 8925  VR2AR-546131     -5.612700     56.37988             35
    +#> 8926  VR2AR-546131     -5.612700     56.37988             35
    +#> 8927  VR2AR-546131     -5.612700     56.37988             35
    +#> 8928  VR2AR-546131     -5.612700     56.37988             35
    +#> 8929  VR2AR-546131     -5.612700     56.37988             35
    +#> 8930  VR2AR-546131     -5.612700     56.37988             35
    +#> 8931  VR2AR-546131     -5.612700     56.37988             35
    +#> 8932  VR2AR-546131     -5.612700     56.37988             35
    +#> 8933  VR2AR-546131     -5.612700     56.37988             35
    +#> 8934  VR2AR-546131     -5.612700     56.37988             35
    +#> 8935  VR2AR-546131     -5.612700     56.37988             35
    +#> 8936  VR2AR-546131     -5.612700     56.37988             35
    +#> 8937  VR2AR-546131     -5.612700     56.37988             35
    +#> 8938  VR2AR-546131     -5.612700     56.37988             35
    +#> 8939  VR2AR-546131     -5.612700     56.37988             35
    +#> 8940  VR2AR-546131     -5.612700     56.37988             35
    +#> 8941  VR2AR-546131     -5.612700     56.37988             35
    +#> 8942  VR2AR-546131     -5.612700     56.37988             35
    +#> 8943  VR2AR-546131     -5.612700     56.37988             35
    +#> 8944  VR2AR-546131     -5.612700     56.37988             35
    +#> 8945  VR2AR-546131     -5.612700     56.37988             35
    +#> 8946  VR2AR-546131     -5.612700     56.37988             35
    +#> 8947  VR2AR-546131     -5.612700     56.37988             35
    +#> 8948  VR2AR-546131     -5.612700     56.37988             35
    +#> 8949  VR2AR-546131     -5.612700     56.37988             35
    +#> 8950  VR2AR-546131     -5.612700     56.37988             35
    +#> 8951  VR2AR-546131     -5.612700     56.37988             35
    +#> 8952  VR2AR-546131     -5.612700     56.37988             35
    +#> 8953  VR2AR-546131     -5.612700     56.37988             35
    +#> 8954  VR2AR-546131     -5.612700     56.37988             35
    +#> 8955  VR2AR-546131     -5.612700     56.37988             35
    +#> 8956  VR2AR-546131     -5.612700     56.37988             35
    +#> 8957  VR2AR-546135     -5.657067     56.38803             85
    +#> 8958  VR2AR-546135     -5.657067     56.38803             85
    +#> 8959  VR2AR-546135     -5.657067     56.38803             85
    +#> 8960  VR2AR-546135     -5.657067     56.38803             85
    +#> 8961  VR2AR-546135     -5.657067     56.38803             85
    +#> 8962  VR2AR-546135     -5.657067     56.38803             85
    +#> 8963  VR2AR-546135     -5.657067     56.38803             85
    +#> 8964  VR2AR-546135     -5.657067     56.38803             85
    +#> 8965  VR2AR-546135     -5.657067     56.38803             85
    +#> 8966  VR2AR-546135     -5.657067     56.38803             85
    +#> 8967  VR2AR-546135     -5.657067     56.38803             85
    +#> 8968  VR2AR-546135     -5.657067     56.38803             85
    +#> 8969  VR2AR-546135     -5.657067     56.38803             85
    +#> 8970  VR2AR-546135     -5.657067     56.38803             85
    +#> 8971  VR2AR-546135     -5.657067     56.38803             85
    +#> 8972  VR2AR-546135     -5.657067     56.38803             85
    +#> 8973  VR2AR-546135     -5.657067     56.38803             85
    +#> 8974  VR2AR-546135     -5.657067     56.38803             85
    +#> 8975  VR2AR-546135     -5.657067     56.38803             85
    +#> 8976  VR2AR-546135     -5.657067     56.38803             85
    +#> 8977  VR2AR-546135     -5.657067     56.38803             85
    +#> 8978  VR2AR-546135     -5.657067     56.38803             85
    +#> 8979  VR2AR-546135     -5.657067     56.38803             85
    +#> 8980  VR2AR-546135     -5.657067     56.38803             85
    +#> 8981  VR2AR-546135     -5.657067     56.38803             85
    +#> 8982  VR2AR-546135     -5.657067     56.38803             85
    +#> 8983  VR2AR-546135     -5.657067     56.38803             85
    +#> 8984  VR2AR-546134     -5.643867     56.38278            145
    +#> 8985  VR2AR-546134     -5.643867     56.38278            145
    +#> 8986  VR2AR-546134     -5.643867     56.38278            145
    +#> 8987  VR2AR-546134     -5.643867     56.38278            145
    +#> 8988  VR2AR-546134     -5.643867     56.38278            145
    +#> 8989  VR2AR-546134     -5.643867     56.38278            145
    +#> 8990  VR2AR-546134     -5.643867     56.38278            145
    +#> 8991  VR2AR-546134     -5.643867     56.38278            145
    +#> 8992  VR2AR-546134     -5.643867     56.38278            145
    +#> 8993  VR2AR-546134     -5.643867     56.38278            145
    +#> 8994  VR2AR-546134     -5.643867     56.38278            145
    +#> 8995  VR2AR-546135     -5.657067     56.38803             85
    +#> 8996  VR2AR-546135     -5.657067     56.38803             85
    +#> 8997  VR2AR-546135     -5.657067     56.38803             85
    +#> 8998  VR2AR-546135     -5.657067     56.38803             85
    +#> 8999  VR2AR-546135     -5.657067     56.38803             85
    +#> 9000  VR2AR-546135     -5.657067     56.38803             85
    +#> 9001  VR2AR-546135     -5.657067     56.38803             85
    +#> 9002  VR2AR-546135     -5.657067     56.38803             85
    +#> 9003  VR2AR-546135     -5.657067     56.38803             85
    +#> 9004  VR2AR-546135     -5.657067     56.38803             85
    +#> 9005  VR2AR-546135     -5.657067     56.38803             85
    +#> 9006  VR2AR-546135     -5.657067     56.38803             85
    +#> 9007  VR2AR-546135     -5.657067     56.38803             85
    +#> 9008  VR2AR-546135     -5.657067     56.38803             85
    +#> 9009  VR2AR-546135     -5.657067     56.38803             85
    +#> 9010  VR2AR-546135     -5.657067     56.38803             85
    +#> 9011  VR2AR-546135     -5.657067     56.38803             85
    +#> 9012  VR2AR-546135     -5.657067     56.38803             85
    +#> 9013  VR2AR-546135     -5.657067     56.38803             85
    +#> 9014  VR2AR-546135     -5.657067     56.38803             85
    +#> 9015  VR2AR-546135     -5.657067     56.38803             85
    +#> 9016  VR2AR-546135     -5.657067     56.38803             85
    +#> 9017  VR2AR-546135     -5.657067     56.38803             85
    +#> 9018  VR2AR-546135     -5.657067     56.38803             85
    +#> 9019  VR2AR-546135     -5.657067     56.38803             85
    +#> 9020  VR2AR-546135     -5.657067     56.38803             85
    +#> 9021  VR2AR-546135     -5.657067     56.38803             85
    +#> 9022  VR2AR-546135     -5.657067     56.38803             85
    +#> 9023  VR2AR-546135     -5.657067     56.38803             85
    +#> 9024  VR2AR-546135     -5.657067     56.38803             85
    +#> 9025  VR2AR-546135     -5.657067     56.38803             85
    +#> 9026  VR2AR-546135     -5.657067     56.38803             85
    +#> 9027  VR2AR-546135     -5.657067     56.38803             85
    +#> 9028  VR2AR-546135     -5.657067     56.38803             85
    +#> 9029  VR2AR-546135     -5.657067     56.38803             85
    +#> 9030  VR2AR-546135     -5.657067     56.38803             85
    +#> 9031  VR2AR-546135     -5.657067     56.38803             85
    +#> 9032  VR2AR-546135     -5.657067     56.38803             85
    +#> 9033  VR2AR-546135     -5.657067     56.38803             85
    +#> 9034  VR2AR-546135     -5.657067     56.38803             85
    +#> 9035  VR2AR-546135     -5.657067     56.38803             85
    +#> 9036  VR2AR-546135     -5.657067     56.38803             85
    +#> 9037  VR2AR-546135     -5.657067     56.38803             85
    +#> 9038  VR2AR-546135     -5.657067     56.38803             85
    +#> 9039  VR2AR-546131     -5.612700     56.37988             35
    +#> 9040  VR2AR-546131     -5.612700     56.37988             35
    +#> 9041  VR2AR-546131     -5.612700     56.37988             35
    +#> 9042  VR2AR-546131     -5.612700     56.37988             35
    +#> 9043  VR2AR-546131     -5.612700     56.37988             35
    +#> 9044  VR2AR-546131     -5.612700     56.37988             35
    +#> 9045  VR2AR-546131     -5.612700     56.37988             35
    +#> 9046  VR2AR-546131     -5.612700     56.37988             35
    +#> 9047  VR2AR-546131     -5.612700     56.37988             35
    +#> 9048  VR2AR-546131     -5.612700     56.37988             35
    +#> 9049  VR2AR-546131     -5.612700     56.37988             35
    +#> 9050  VR2AR-546131     -5.612700     56.37988             35
    +#> 9051  VR2AR-546131     -5.612700     56.37988             35
    +#> 9052  VR2AR-546131     -5.612700     56.37988             35
    +#> 9053  VR2AR-546131     -5.612700     56.37988             35
    +#> 9054  VR2AR-546131     -5.612700     56.37988             35
    +#> 9055  VR2AR-546131     -5.612700     56.37988             35
    +#> 9056  VR2AR-546131     -5.612700     56.37988             35
    +#> 9057  VR2AR-546131     -5.612700     56.37988             35
    +#> 9058  VR2AR-546131     -5.612700     56.37988             35
    +#> 9059  VR2AR-546131     -5.612700     56.37988             35
    +#> 9060  VR2AR-546131     -5.612700     56.37988             35
    +#> 9061  VR2AR-546131     -5.612700     56.37988             35
    +#> 9062  VR2AR-546131     -5.612700     56.37988             35
    +#> 9063  VR2AR-546131     -5.612700     56.37988             35
    +#> 9064  VR2AR-546131     -5.612700     56.37988             35
    +#> 9065  VR2AR-546131     -5.612700     56.37988             35
    +#> 9066  VR2AR-546131     -5.612700     56.37988             35
    +#> 9067  VR2AR-546131     -5.612700     56.37988             35
    +#> 9068  VR2AR-546131     -5.612700     56.37988             35
    +#> 9069  VR2AR-546131     -5.612700     56.37988             35
    +#> 9070  VR2AR-546131     -5.612700     56.37988             35
    +#> 9071  VR2AR-546131     -5.612700     56.37988             35
    +#> 9072  VR2AR-546131     -5.612700     56.37988             35
    +#> 9073  VR2AR-546131     -5.612700     56.37988             35
    +#> 9074  VR2AR-546131     -5.612700     56.37988             35
    +#> 9075  VR2AR-546131     -5.612700     56.37988             35
    +#> 9076  VR2AR-546131     -5.612700     56.37988             35
    +#> 9077  VR2AR-546131     -5.612700     56.37988             35
    +#> 9078  VR2AR-546131     -5.612700     56.37988             35
    +#> 9079  VR2AR-546131     -5.612700     56.37988             35
    +#> 9080  VR2AR-546131     -5.612700     56.37988             35
    +#> 9081  VR2AR-546131     -5.612700     56.37988             35
    +#> 9082  VR2AR-546131     -5.612700     56.37988             35
    +#> 9083  VR2AR-546131     -5.612700     56.37988             35
    +#> 9084  VR2AR-546131     -5.612700     56.37988             35
    +#> 9085  VR2AR-546131     -5.612700     56.37988             35
    +#> 9086  VR2AR-546131     -5.612700     56.37988             35
    +#> 9087  VR2AR-546131     -5.612700     56.37988             35
    +#> 9088  VR2AR-546131     -5.612700     56.37988             35
    +#> 9089  VR2AR-546131     -5.612700     56.37988             35
    +#> 9090  VR2AR-546131     -5.612700     56.37988             35
    +#> 9091  VR2AR-546131     -5.612700     56.37988             35
    +#> 9092  VR2AR-546131     -5.612700     56.37988             35
    +#> 9093  VR2AR-546131     -5.612700     56.37988             35
    +#> 9094  VR2AR-546131     -5.612700     56.37988             35
    +#> 9095  VR2AR-546131     -5.612700     56.37988             35
    +#> 9096  VR2AR-546131     -5.612700     56.37988             35
    +#> 9097  VR2AR-546131     -5.612700     56.37988             35
    +#> 9098  VR2AR-546131     -5.612700     56.37988             35
    +#> 9099  VR2AR-546131     -5.612700     56.37988             35
    +#> 9100  VR2AR-546131     -5.612700     56.37988             35
    +#> 9101  VR2AR-546131     -5.612700     56.37988             35
    +#> 9102  VR2AR-546131     -5.612700     56.37988             35
    +#> 9103  VR2AR-546131     -5.612700     56.37988             35
    +#> 9104  VR2AR-546131     -5.612700     56.37988             35
    +#> 9105  VR2AR-546131     -5.612700     56.37988             35
    +#> 9106  VR2AR-546131     -5.612700     56.37988             35
    +#> 9107  VR2AR-546131     -5.612700     56.37988             35
    +#> 9108  VR2AR-546131     -5.612700     56.37988             35
    +#> 9109  VR2AR-546131     -5.612700     56.37988             35
    +#> 9110  VR2AR-546131     -5.612700     56.37988             35
    +#> 9111  VR2AR-546131     -5.612700     56.37988             35
    +#> 9112  VR2AR-546131     -5.612700     56.37988             35
    +#> 9113  VR2AR-546131     -5.612700     56.37988             35
    +#> 9114  VR2AR-546131     -5.612700     56.37988             35
    +#> 9115  VR2AR-546131     -5.612700     56.37988             35
    +#> 9116  VR2AR-546131     -5.612700     56.37988             35
    +#> 9117  VR2AR-546131     -5.612700     56.37988             35
    +#> 9118  VR2AR-546131     -5.612700     56.37988             35
    +#> 9119  VR2AR-546131     -5.612700     56.37988             35
    +#> 9120  VR2AR-546131     -5.612700     56.37988             35
    +#> 9121  VR2AR-546131     -5.612700     56.37988             35
    +#> 9122  VR2AR-546131     -5.612700     56.37988             35
    +#> 9123  VR2AR-546131     -5.612700     56.37988             35
    +#> 9124  VR2AR-546131     -5.612700     56.37988             35
    +#> 9125  VR2AR-546131     -5.612700     56.37988             35
    +#> 9126  VR2AR-546131     -5.612700     56.37988             35
    +#> 9127  VR2AR-546131     -5.612700     56.37988             35
    +#> 9128  VR2AR-546131     -5.612700     56.37988             35
    +#> 9129  VR2AR-546131     -5.612700     56.37988             35
    +#> 9130  VR2AR-546131     -5.612700     56.37988             35
    +#> 9131  VR2AR-546131     -5.612700     56.37988             35
    +#> 9132  VR2AR-546131     -5.612700     56.37988             35
    +#> 9133  VR2AR-546131     -5.612700     56.37988             35
    +#> 9134  VR2AR-546131     -5.612700     56.37988             35
    +#> 9135  VR2AR-546131     -5.612700     56.37988             35
    +#> 9136  VR2AR-546131     -5.612700     56.37988             35
    +#> 9137  VR2AR-546131     -5.612700     56.37988             35
    +#> 9138  VR2AR-546131     -5.612700     56.37988             35
    +#> 9139  VR2AR-546131     -5.612700     56.37988             35
    +#> 9140  VR2AR-546131     -5.612700     56.37988             35
    +#> 9141  VR2AR-546131     -5.612700     56.37988             35
    +#> 9142  VR2AR-546131     -5.612700     56.37988             35
    +#> 9143  VR2AR-546131     -5.612700     56.37988             35
    +#> 9144  VR2AR-546131     -5.612700     56.37988             35
    +#> 9145  VR2AR-546131     -5.612700     56.37988             35
    +#> 9146  VR2AR-546131     -5.612700     56.37988             35
    +#> 9147  VR2AR-546131     -5.612700     56.37988             35
    +#> 9148  VR2AR-546131     -5.612700     56.37988             35
    +#> 9149  VR2AR-546131     -5.612700     56.37988             35
    +#> 9150  VR2AR-546131     -5.612700     56.37988             35
    +#> 9151  VR2AR-546131     -5.612700     56.37988             35
    +#> 9152  VR2AR-546131     -5.612700     56.37988             35
    +#> 9153  VR2AR-546131     -5.612700     56.37988             35
    +#> 9154  VR2AR-546131     -5.612700     56.37988             35
    +#> 9155  VR2AR-546131     -5.612700     56.37988             35
    +#> 9156  VR2AR-546131     -5.612700     56.37988             35
    +#> 9157  VR2AR-546131     -5.612700     56.37988             35
    +#> 9158  VR2AR-546131     -5.612700     56.37988             35
    +#> 9159  VR2AR-546131     -5.612700     56.37988             35
    +#> 9160  VR2AR-546131     -5.612700     56.37988             35
    +#> 9161  VR2AR-546131     -5.612700     56.37988             35
    +#> 9162  VR2AR-546131     -5.612700     56.37988             35
    +#> 9163  VR2AR-546131     -5.612700     56.37988             35
    +#> 9164  VR2AR-546131     -5.612700     56.37988             35
    +#> 9165  VR2AR-546131     -5.612700     56.37988             35
    +#> 9166  VR2AR-546131     -5.612700     56.37988             35
    +#> 9167  VR2AR-546131     -5.612700     56.37988             35
    +#> 9168  VR2AR-546131     -5.612700     56.37988             35
    +#> 9169  VR2AR-546131     -5.612700     56.37988             35
    +#> 9170  VR2AR-546131     -5.612700     56.37988             35
    +#> 9171  VR2AR-546131     -5.612700     56.37988             35
    +#> 9172  VR2AR-546131     -5.612700     56.37988             35
    +#> 9173  VR2AR-546131     -5.612700     56.37988             35
    +#> 9174  VR2AR-546131     -5.612700     56.37988             35
    +#> 9175  VR2AR-546131     -5.612700     56.37988             35
    +#> 9176  VR2AR-546131     -5.612700     56.37988             35
    +#> 9177  VR2AR-546131     -5.612700     56.37988             35
    +#> 9178  VR2AR-546131     -5.612700     56.37988             35
    +#> 9179  VR2AR-546131     -5.612700     56.37988             35
    +#> 9180  VR2AR-546131     -5.612700     56.37988             35
    +#> 9181  VR2AR-546131     -5.612700     56.37988             35
    +#> 9182  VR2AR-546131     -5.612700     56.37988             35
    +#> 9183  VR2AR-546131     -5.612700     56.37988             35
    +#> 9184  VR2AR-546131     -5.612700     56.37988             35
    +#> 9185  VR2AR-546131     -5.612700     56.37988             35
    +#> 9186  VR2AR-546131     -5.612700     56.37988             35
    +#> 9187  VR2AR-546131     -5.612700     56.37988             35
    +#> 9188  VR2AR-546131     -5.612700     56.37988             35
    +#> 9189  VR2AR-546131     -5.612700     56.37988             35
    +#> 9190  VR2AR-546131     -5.612700     56.37988             35
    +#> 9191  VR2AR-546131     -5.612700     56.37988             35
    +#> 9192  VR2AR-546131     -5.612700     56.37988             35
    +#> 9193  VR2AR-546131     -5.612700     56.37988             35
    +#> 9194  VR2AR-546131     -5.612700     56.37988             35
    +#> 9195  VR2AR-546131     -5.612700     56.37988             35
    +#> 9196  VR2AR-546131     -5.612700     56.37988             35
    +#> 9197  VR2AR-546131     -5.612700     56.37988             35
    +#> 9198  VR2AR-546131     -5.612700     56.37988             35
    +#> 9199  VR2AR-546131     -5.612700     56.37988             35
    +#> 9200  VR2AR-546131     -5.612700     56.37988             35
    +#> 9201  VR2AR-546133     -5.701717     56.49747             90
    +#> 9202  VR2AR-546133     -5.701717     56.49747             90
    +#> 9203  VR2AR-546133     -5.701717     56.49747             90
    +#> 9204  VR2AR-546133     -5.701717     56.49747             90
    +#> 9205  VR2AR-546133     -5.701717     56.49747             90
    +#> 9206  VR2AR-546133     -5.701717     56.49747             90
    +#> 9207  VR2AR-546133     -5.701717     56.49747             90
    +#> 9208  VR2AR-546133     -5.701717     56.49747             90
    +#> 9209  VR2AR-546133     -5.701717     56.49747             90
    +#> 9210  VR2AR-546133     -5.701717     56.49747             90
    +#> 9211  VR2AR-546133     -5.701717     56.49747             90
    +#> 9212  VR2AR-546133     -5.701717     56.49747             90
    +#> 9213  VR2AR-546133     -5.701717     56.49747             90
    +#> 9214  VR2AR-546133     -5.701717     56.49747             90
    +#> 9215  VR2AR-546133     -5.701717     56.49747             90
    +#> 9216  VR2AR-546133     -5.701717     56.49747             90
    +#> 9217  VR2AR-546133     -5.701717     56.49747             90
    +#> 9218  VR2AR-546133     -5.701717     56.49747             90
    +#> 9219  VR2AR-546133     -5.701717     56.49747             90
    +#> 9220  VR2AR-546133     -5.701717     56.49747             90
    +#> 9221  VR2AR-546133     -5.701717     56.49747             90
    +#> 9222  VR2AR-546133     -5.701717     56.49747             90
    +#> 9223  VR2AR-546133     -5.701717     56.49747             90
    +#> 9224  VR2AR-546133     -5.701717     56.49747             90
    +#> 9225  VR2AR-546133     -5.701717     56.49747             90
    +#> 9226  VR2AR-546133     -5.701717     56.49747             90
    +#> 9227  VR2AR-546133     -5.701717     56.49747             90
    +#> 9228  VR2AR-546133     -5.701717     56.49747             90
    +#> 9229  VR2AR-546133     -5.701717     56.49747             90
    +#> 9230  VR2AR-546133     -5.701717     56.49747             90
    +#> 9231  VR2AR-546133     -5.701717     56.49747             90
    +#> 9232  VR2AR-546133     -5.701717     56.49747             90
    +#> 9233  VR2AR-546133     -5.701717     56.49747             90
    +#> 9234  VR2AR-546133     -5.701717     56.49747             90
    +#> 9235  VR2AR-546133     -5.701717     56.49747             90
    +#> 9236  VR2AR-546133     -5.701717     56.49747             90
    +#> 9237  VR2AR-546133     -5.701717     56.49747             90
    +#> 9238  VR2AR-546133     -5.701717     56.49747             90
    +#> 9239  VR2AR-546133     -5.701717     56.49747             90
    +#> 9240  VR2AR-546133     -5.701717     56.49747             90
    +#> 9241  VR2AR-546133     -5.701717     56.49747             90
    +#> 9242  VR2AR-546133     -5.701717     56.49747             90
    +#> 9243  VR2AR-546133     -5.701717     56.49747             90
    +#> 9244  VR2AR-546133     -5.701717     56.49747             90
    +#> 9245  VR2AR-546133     -5.701717     56.49747             90
    +#> 9246  VR2AR-546133     -5.701717     56.49747             90
    +#> 9247  VR2AR-546133     -5.701717     56.49747             90
    +#> 9248  VR2AR-546133     -5.701717     56.49747             90
    +#> 9249  VR2AR-546133     -5.701717     56.49747             90
    +#> 9250  VR2AR-546133     -5.701717     56.49747             90
    +#> 9251  VR2AR-546133     -5.701717     56.49747             90
    +#> 9252  VR2AR-546133     -5.701717     56.49747             90
    +#> 9253  VR2AR-546133     -5.701717     56.49747             90
    +#> 9254      VR2-5637     -5.692417     56.49913             25
    +#> 9255      VR2-5637     -5.692417     56.49913             25
    +#> 9256      VR2-5637     -5.692417     56.49913             25
    +#> 9257      VR2-5637     -5.692417     56.49913             25
    +#> 9258      VR2-5637     -5.692417     56.49913             25
    +#> 9259      VR2-5637     -5.692417     56.49913             25
    +#> 9260      VR2-5637     -5.692417     56.49913             25
    +#> 9261      VR2-5637     -5.692417     56.49913             25
    +#> 9262      VR2-5637     -5.692417     56.49913             25
    +#> 9263      VR2-5637     -5.692417     56.49913             25
    +#> 9264      VR2-5637     -5.692417     56.49913             25
    +#> 9265      VR2-5637     -5.692417     56.49913             25
    +#> 9266      VR2-5637     -5.692417     56.49913             25
    +#> 9267      VR2-5637     -5.692417     56.49913             25
    +#> 9268      VR2-5637     -5.692417     56.49913             25
    +#> 9269      VR2-5637     -5.692417     56.49913             25
    +#> 9270      VR2-5637     -5.692417     56.49913             25
    +#> 9271      VR2-5637     -5.692417     56.49913             25
    +#> 9272      VR2-5637     -5.692417     56.49913             25
    +#> 9273      VR2-5637     -5.692417     56.49913             25
    +#> 9274      VR2-5637     -5.692417     56.49913             25
    +#> 9275      VR2-5637     -5.692417     56.49913             25
    +#> 9276      VR2-5637     -5.692417     56.49913             25
    +#> 9277      VR2-5637     -5.692417     56.49913             25
    +#> 9278      VR2-5637     -5.692417     56.49913             25
    +#> 9279      VR2-5637     -5.692417     56.49913             25
    +#> 9280      VR2-5637     -5.692417     56.49913             25
    +#> 9281      VR2-5637     -5.692417     56.49913             25
    +#> 9282      VR2-5637     -5.692417     56.49913             25
    +#> 9283      VR2-5637     -5.692417     56.49913             25
    +#> 9284      VR2-5637     -5.692417     56.49913             25
    +#> 9285      VR2-5637     -5.692417     56.49913             25
    +#> 9286      VR2-5637     -5.692417     56.49913             25
    +#> 9287      VR2-5637     -5.692417     56.49913             25
    +#> 9288      VR2-5637     -5.692417     56.49913             25
    +#> 9289      VR2-5637     -5.692417     56.49913             25
    +#> 9290      VR2-5637     -5.692417     56.49913             25
    +#> 9291      VR2-5637     -5.692417     56.49913             25
    +#> 9292      VR2-5637     -5.692417     56.49913             25
    +#> 9293      VR2-5637     -5.692417     56.49913             25
    +#> 9294      VR2-5637     -5.692417     56.49913             25
    +#> 9295      VR2-5637     -5.692417     56.49913             25
    +#> 9296      VR2-5637     -5.692417     56.49913             25
    +#> 9297      VR2-5637     -5.692417     56.49913             25
    +#> 9298      VR2-5637     -5.692417     56.49913             25
    +#> 9299      VR2-5637     -5.692417     56.49913             25
    +#> 9300      VR2-5637     -5.692417     56.49913             25
    +#> 9301      VR2-5637     -5.692417     56.49913             25
    +#> 9302      VR2-5637     -5.692417     56.49913             25
    +#> 9303      VR2-5637     -5.692417     56.49913             25
    +#> 9304      VR2-5637     -5.692417     56.49913             25
    +#> 9305      VR2-5637     -5.692417     56.49913             25
    +#> 9306      VR2-5637     -5.692417     56.49913             25
    +#> 9307      VR2-5637     -5.692417     56.49913             25
    +#> 9308      VR2-5637     -5.692417     56.49913             25
    +#> 9309      VR2-5637     -5.692417     56.49913             25
    +#> 9310      VR2-5637     -5.692417     56.49913             25
    +#> 9311      VR2-5637     -5.692417     56.49913             25
    +#> 9312      VR2-5637     -5.692417     56.49913             25
    +#> 9313      VR2-5637     -5.692417     56.49913             25
    +#> 9314      VR2-5637     -5.692417     56.49913             25
    +#> 9315      VR2-5637     -5.692417     56.49913             25
    +#> 9316      VR2-5637     -5.692417     56.49913             25
    +#> 9317      VR2-5637     -5.692417     56.49913             25
    +#> 9318      VR2-5637     -5.692417     56.49913             25
    +#> 9319      VR2-5637     -5.692417     56.49913             25
    +#> 9320      VR2-5637     -5.692417     56.49913             25
    +#> 9321      VR2-5637     -5.692417     56.49913             25
    +#> 9322      VR2-5637     -5.692417     56.49913             25
    +#> 9323      VR2-5637     -5.692417     56.49913             25
    +#> 9324      VR2-5637     -5.692417     56.49913             25
    +#> 9325      VR2-5637     -5.692417     56.49913             25
    +#> 9326      VR2-5637     -5.692417     56.49913             25
    +#> 9327      VR2-5637     -5.692417     56.49913             25
    +#> 9328      VR2-5637     -5.692417     56.49913             25
    +#> 9329      VR2-5637     -5.692417     56.49913             25
    +#> 9330      VR2-5637     -5.692417     56.49913             25
    +#> 9331      VR2-5637     -5.692417     56.49913             25
    +#> 9332      VR2-5637     -5.692417     56.49913             25
    +#> 9333      VR2-5637     -5.692417     56.49913             25
    +#> 9334      VR2-5637     -5.692417     56.49913             25
    +#> 9335      VR2-5637     -5.692417     56.49913             25
    +#> 9336      VR2-5637     -5.692417     56.49913             25
    +#> 9337  VR2AR-546133     -5.701717     56.49747             90
    +#> 9338      VR2-5637     -5.692417     56.49913             25
    +#> 9339  VR2AR-546133     -5.701717     56.49747             90
    +#> 9340  VR2AR-546133     -5.701717     56.49747             90
    +#> 9341      VR2-5637     -5.692417     56.49913             25
    +#> 9342      VR2-5637     -5.692417     56.49913             25
    +#> 9343      VR2-5637     -5.692417     56.49913             25
    +#> 9344  VR2AR-546133     -5.701717     56.49747             90
    +#> 9345  VR2AR-546133     -5.701717     56.49747             90
    +#> 9346      VR2-5637     -5.692417     56.49913             25
    +#> 9347  VR2AR-546133     -5.701717     56.49747             90
    +#> 9348      VR2-5637     -5.692417     56.49913             25
    +#> 9349  VR2AR-546133     -5.701717     56.49747             90
    +#> 9350  VR2AR-546133     -5.701717     56.49747             90
    +#> 9351      VR2-5637     -5.692417     56.49913             25
    +#> 9352  VR2AR-546133     -5.701717     56.49747             90
    +#> 9353  VR2AR-546133     -5.701717     56.49747             90
    +#> 9354  VR2AR-546133     -5.701717     56.49747             90
    +#> 9355      VR2-5637     -5.692417     56.49913             25
    +#> 9356  VR2AR-546133     -5.701717     56.49747             90
    +#> 9357  VR2AR-546133     -5.701717     56.49747             90
    +#> 9358  VR2AR-546133     -5.701717     56.49747             90
    +#> 9359  VR2AR-546133     -5.701717     56.49747             90
    +#> 9360  VR2AR-546133     -5.701717     56.49747             90
    +#> 9361  VR2AR-546133     -5.701717     56.49747             90
    +#> 9362  VR2AR-546133     -5.701717     56.49747             90
    +#> 9363  VR2AR-546133     -5.701717     56.49747             90
    +#> 9364  VR2AR-546133     -5.701717     56.49747             90
    +#> 9365  VR2AR-546133     -5.701717     56.49747             90
    +#> 9366  VR2AR-546133     -5.701717     56.49747             90
    +#> 9367  VR2AR-546133     -5.701717     56.49747             90
    +#> 9368  VR2AR-546133     -5.701717     56.49747             90
    +#> 9369  VR2AR-546380     -5.637917     56.44800             25
    +#> 9370  VR2AR-546380     -5.637917     56.44800             25
    +#> 9371  VR2AR-546380     -5.637917     56.44800             25
    +#> 9372  VR2AR-546380     -5.637917     56.44800             25
    +#> 9373  VR2AR-546380     -5.637917     56.44800             25
    +#> 9374  VR2AR-546380     -5.637917     56.44800             25
    +#> 9375  VR2AR-546380     -5.637917     56.44800             25
    +#> 9376  VR2AR-546380     -5.637917     56.44800             25
    +#> 9377  VR2AR-546136     -5.626250     56.44810             75
    +#> 9378  VR2AR-546136     -5.626250     56.44810             75
    +#> 9379  VR2AR-546131     -5.612700     56.37988             35
    +#> 9380  VR2AR-546131     -5.612700     56.37988             35
    +#> 9381  VR2AR-546131     -5.612700     56.37988             35
    +#> 9382  VR2AR-546131     -5.612700     56.37988             35
    +#> 9383  VR2AR-546131     -5.612700     56.37988             35
    +#> 9384  VR2AR-546131     -5.612700     56.37988             35
    +#> 9385  VR2AR-546131     -5.612700     56.37988             35
    +#> 9386  VR2AR-546131     -5.612700     56.37988             35
    +#> 9387  VR2AR-546131     -5.612700     56.37988             35
    +#> 9388  VR2AR-546131     -5.612700     56.37988             35
    +#> 9389  VR2AR-546131     -5.612700     56.37988             35
    +#> 9390  VR2AR-546584     -5.604973     56.37774             30
    +#> 9391  VR2AR-546131     -5.612700     56.37988             35
    +#> 9392  VR2AR-546131     -5.612700     56.37988             35
    +#> 9393  VR2AR-546131     -5.612700     56.37988             35
    +#> 9394  VR2AR-546131     -5.612700     56.37988             35
    +#> 9395  VR2AR-546584     -5.604973     56.37774             30
    +#> 9396  VR2AR-546131     -5.612700     56.37988             35
    +#> 9397  VR2AR-546584     -5.604973     56.37774             30
    +#> 9398  VR2AR-546584     -5.604973     56.37774             30
    +#> 9399  VR2AR-546131     -5.612700     56.37988             35
    +#> 9400  VR2AR-546584     -5.604973     56.37774             30
    +#> 9401  VR2AR-546131     -5.612700     56.37988             35
    +#> 9402  VR2AR-546584     -5.604973     56.37774             30
    +#> 9403  VR2AR-546584     -5.604973     56.37774             30
    +#> 9404  VR2AR-546131     -5.612700     56.37988             35
    +#> 9405  VR2AR-546131     -5.612700     56.37988             35
    +#> 9406  VR2AR-546131     -5.612700     56.37988             35
    +#> 9407  VR2AR-546131     -5.612700     56.37988             35
    +#> 9408  VR2AR-546584     -5.604973     56.37774             30
    +#> 9409  VR2AR-546131     -5.612700     56.37988             35
    +#> 9410  VR2AR-546584     -5.604973     56.37774             30
    +#> 9411  VR2AR-546131     -5.612700     56.37988             35
    +#> 9412  VR2AR-546131     -5.612700     56.37988             35
    +#> 9413  VR2AR-546584     -5.604973     56.37774             30
    +#> 9414  VR2AR-546131     -5.612700     56.37988             35
    +#> 9415  VR2AR-546131     -5.612700     56.37988             35
    +#> 9416  VR2AR-546131     -5.612700     56.37988             35
    +#> 9417  VR2AR-546131     -5.612700     56.37988             35
    +#> 9418  VR2AR-546131     -5.612700     56.37988             35
    +#> 9419  VR2AR-546131     -5.612700     56.37988             35
    +#> 9420  VR2AR-546131     -5.612700     56.37988             35
    +#> 9421  VR2AR-546131     -5.612700     56.37988             35
    +#> 9422  VR2AR-546131     -5.612700     56.37988             35
    +#> 9423  VR2AR-546131     -5.612700     56.37988             35
    +#> 9424  VR2AR-546131     -5.612700     56.37988             35
    +#> 9425  VR2AR-546131     -5.612700     56.37988             35
    +#> 9426  VR2AR-546131     -5.612700     56.37988             35
    +#> 9427  VR2AR-546131     -5.612700     56.37988             35
    +#> 9428  VR2AR-546131     -5.612700     56.37988             35
    +#> 9429  VR2AR-546131     -5.612700     56.37988             35
    +#> 9430  VR2AR-546131     -5.612700     56.37988             35
    +#> 9431  VR2AR-546131     -5.612700     56.37988             35
    +#> 9432  VR2AR-546131     -5.612700     56.37988             35
    +#> 9433  VR2AR-546131     -5.612700     56.37988             35
    +#> 9434  VR2AR-546131     -5.612700     56.37988             35
    +#> 9435  VR2AR-546131     -5.612700     56.37988             35
    +#> 9436  VR2AR-546131     -5.612700     56.37988             35
    +#> 9437  VR2AR-546131     -5.612700     56.37988             35
    +#> 9438  VR2AR-546131     -5.612700     56.37988             35
    +#> 9439  VR2AR-546131     -5.612700     56.37988             35
    +#> 9440  VR2AR-546131     -5.612700     56.37988             35
    +#> 9441  VR2AR-546131     -5.612700     56.37988             35
    +#> 9442  VR2AR-546131     -5.612700     56.37988             35
    +#> 9443  VR2AR-546131     -5.612700     56.37988             35
    +#> 9444  VR2AR-546131     -5.612700     56.37988             35
    +#> 9445  VR2AR-546131     -5.612700     56.37988             35
    +#> 9446  VR2AR-546131     -5.612700     56.37988             35
    +#> 9447  VR2AR-546131     -5.612700     56.37988             35
    +#> 9448  VR2AR-546131     -5.612700     56.37988             35
    +#> 9449  VR2AR-546131     -5.612700     56.37988             35
    +#> 9450  VR2AR-546131     -5.612700     56.37988             35
    +#> 9451  VR2AR-546131     -5.612700     56.37988             35
    +#> 9452  VR2AR-546131     -5.612700     56.37988             35
    +#> 9453  VR2AR-546131     -5.612700     56.37988             35
    +#> 9454  VR2AR-546131     -5.612700     56.37988             35
    +#> 9455  VR2AR-546131     -5.612700     56.37988             35
    +#> 9456  VR2AR-546131     -5.612700     56.37988             35
    +#> 9457  VR2AR-546131     -5.612700     56.37988             35
    +#> 9458  VR2AR-546131     -5.612700     56.37988             35
    +#> 9459  VR2AR-546131     -5.612700     56.37988             35
    +#> 9460  VR2AR-546131     -5.612700     56.37988             35
    +#> 9461  VR2AR-546131     -5.612700     56.37988             35
    +#> 9462  VR2AR-546131     -5.612700     56.37988             35
    +#> 9463  VR2AR-546131     -5.612700     56.37988             35
    +#> 9464  VR2AR-546131     -5.612700     56.37988             35
    +#> 9465  VR2AR-546131     -5.612700     56.37988             35
    +#> 9466  VR2AR-546131     -5.612700     56.37988             35
    +#> 9467  VR2AR-546131     -5.612700     56.37988             35
    +#> 9468  VR2AR-546131     -5.612700     56.37988             35
    +#> 9469  VR2AR-546131     -5.612700     56.37988             35
    +#> 9470  VR2AR-546131     -5.612700     56.37988             35
    +#> 9471  VR2AR-546131     -5.612700     56.37988             35
    +#> 9472  VR2AR-546131     -5.612700     56.37988             35
    +#> 9473  VR2AR-546131     -5.612700     56.37988             35
    +#> 9474  VR2AR-546131     -5.612700     56.37988             35
    +#> 9475  VR2AR-546131     -5.612700     56.37988             35
    +#> 9476  VR2AR-546131     -5.612700     56.37988             35
    +#> 9477  VR2AR-546131     -5.612700     56.37988             35
    +#> 9478  VR2AR-546131     -5.612700     56.37988             35
    +#> 9479  VR2AR-546131     -5.612700     56.37988             35
    +#> 9480  VR2AR-546131     -5.612700     56.37988             35
    +#> 9481  VR2AR-546131     -5.612700     56.37988             35
    +#> 9482  VR2AR-546131     -5.612700     56.37988             35
    +#> 9483  VR2AR-546131     -5.612700     56.37988             35
    +#> 9484  VR2AR-546131     -5.612700     56.37988             35
    +#> 9485  VR2AR-546131     -5.612700     56.37988             35
    +#> 9486  VR2AR-546131     -5.612700     56.37988             35
    +#> 9487  VR2AR-546131     -5.612700     56.37988             35
    +#> 9488  VR2AR-546131     -5.612700     56.37988             35
    +#> 9489  VR2AR-546131     -5.612700     56.37988             35
    +#> 9490  VR2AR-546131     -5.612700     56.37988             35
    +#> 9491  VR2AR-546131     -5.612700     56.37988             35
    +#> 9492  VR2AR-546131     -5.612700     56.37988             35
    +#> 9493  VR2AR-546131     -5.612700     56.37988             35
    +#> 9494  VR2AR-546131     -5.612700     56.37988             35
    +#> 9495  VR2AR-546131     -5.612700     56.37988             35
    +#> 9496  VR2AR-546131     -5.612700     56.37988             35
    +#> 9497  VR2AR-546131     -5.612700     56.37988             35
    +#> 9498  VR2AR-546131     -5.612700     56.37988             35
    +#> 9499  VR2AR-546131     -5.612700     56.37988             35
    +#> 9500  VR2AR-546131     -5.612700     56.37988             35
    +#> 9501  VR2AR-546131     -5.612700     56.37988             35
    +#> 9502  VR2AR-546131     -5.612700     56.37988             35
    +#> 9503  VR2AR-546131     -5.612700     56.37988             35
    +#> 9504  VR2AR-546131     -5.612700     56.37988             35
    +#> 9505  VR2AR-546131     -5.612700     56.37988             35
    +#> 9506  VR2AR-546131     -5.612700     56.37988             35
    +#> 9507  VR2AR-546131     -5.612700     56.37988             35
    +#> 9508  VR2AR-546131     -5.612700     56.37988             35
    +#> 9509  VR2AR-546131     -5.612700     56.37988             35
    +#> 9510  VR2AR-546131     -5.612700     56.37988             35
    +#> 9511  VR2AR-546131     -5.612700     56.37988             35
    +#> 9512  VR2AR-546131     -5.612700     56.37988             35
    +#> 9513  VR2AR-546131     -5.612700     56.37988             35
    +#> 9514  VR2AR-546131     -5.612700     56.37988             35
    +#> 9515  VR2AR-546131     -5.612700     56.37988             35
    +#> 9516  VR2AR-546131     -5.612700     56.37988             35
    +#> 9517  VR2AR-546131     -5.612700     56.37988             35
    +#> 9518  VR2AR-546131     -5.612700     56.37988             35
    +#> 9519  VR2AR-546131     -5.612700     56.37988             35
    +#> 9520  VR2AR-546131     -5.612700     56.37988             35
    +#> 9521  VR2AR-546131     -5.612700     56.37988             35
    +#> 9522  VR2AR-546131     -5.612700     56.37988             35
    +#> 9523  VR2AR-546131     -5.612700     56.37988             35
    +#> 9524  VR2AR-546131     -5.612700     56.37988             35
    +#> 9525  VR2AR-546131     -5.612700     56.37988             35
    +#> 9526  VR2AR-546131     -5.612700     56.37988             35
    +#> 9527  VR2AR-546131     -5.612700     56.37988             35
    +#> 9528  VR2AR-546131     -5.612700     56.37988             35
    +#> 9529  VR2AR-546131     -5.612700     56.37988             35
    +#> 9530  VR2AR-546131     -5.612700     56.37988             35
    +#> 9531  VR2AR-546131     -5.612700     56.37988             35
    +#> 9532  VR2AR-546131     -5.612700     56.37988             35
    +#> 9533  VR2AR-546131     -5.612700     56.37988             35
    +#> 9534  VR2AR-546131     -5.612700     56.37988             35
    +#> 9535  VR2AR-546131     -5.612700     56.37988             35
    +#> 9536  VR2AR-546131     -5.612700     56.37988             35
    +#> 9537  VR2AR-546131     -5.612700     56.37988             35
    +#> 9538  VR2AR-546131     -5.612700     56.37988             35
    +#> 9539  VR2AR-546131     -5.612700     56.37988             35
    +#> 9540  VR2AR-546131     -5.612700     56.37988             35
    +#> 9541  VR2AR-546131     -5.612700     56.37988             35
    +#> 9542  VR2AR-546131     -5.612700     56.37988             35
    +#> 9543  VR2AR-546131     -5.612700     56.37988             35
    +#> 9544  VR2AR-546131     -5.612700     56.37988             35
    +#> 9545  VR2AR-546131     -5.612700     56.37988             35
    +#> 9546  VR2AR-546131     -5.612700     56.37988             35
    +#> 9547  VR2AR-546131     -5.612700     56.37988             35
    +#> 9548  VR2AR-546131     -5.612700     56.37988             35
    +#> 9549  VR2AR-546131     -5.612700     56.37988             35
    +#> 9550  VR2AR-546131     -5.612700     56.37988             35
    +#> 9551  VR2AR-546131     -5.612700     56.37988             35
    +#> 9552  VR2AR-546131     -5.612700     56.37988             35
    +#> 9553  VR2AR-546131     -5.612700     56.37988             35
    +#> 9554  VR2AR-546131     -5.612700     56.37988             35
    +#> 9555  VR2AR-546131     -5.612700     56.37988             35
    +#> 9556  VR2AR-546131     -5.612700     56.37988             35
    +#> 9557  VR2AR-546131     -5.612700     56.37988             35
    +#> 9558  VR2AR-546131     -5.612700     56.37988             35
    +#> 9559  VR2AR-546131     -5.612700     56.37988             35
    +#> 9560  VR2AR-546131     -5.612700     56.37988             35
    +#> 9561  VR2AR-546131     -5.612700     56.37988             35
    +#> 9562  VR2AR-546131     -5.612700     56.37988             35
    +#> 9563  VR2AR-546131     -5.612700     56.37988             35
    +#> 9564  VR2AR-546131     -5.612700     56.37988             35
    +#> 9565  VR2AR-546131     -5.612700     56.37988             35
    +#> 9566  VR2AR-546131     -5.612700     56.37988             35
    +#> 9567  VR2AR-546131     -5.612700     56.37988             35
    +#> 9568  VR2AR-546131     -5.612700     56.37988             35
    +#> 9569  VR2AR-546131     -5.612700     56.37988             35
    +#> 9570  VR2AR-546131     -5.612700     56.37988             35
    +#> 9571  VR2AR-546131     -5.612700     56.37988             35
    +#> 9572  VR2AR-546131     -5.612700     56.37988             35
    +#> 9573  VR2AR-546131     -5.612700     56.37988             35
    +#> 9574  VR2AR-546131     -5.612700     56.37988             35
    +#> 9575  VR2AR-546131     -5.612700     56.37988             35
    +#> 9576  VR2AR-546131     -5.612700     56.37988             35
    +#> 9577  VR2AR-546131     -5.612700     56.37988             35
    +#> 9578  VR2AR-546131     -5.612700     56.37988             35
    +#> 9579  VR2AR-546131     -5.612700     56.37988             35
    +#> 9580  VR2AR-546131     -5.612700     56.37988             35
    +#> 9581  VR2AR-546131     -5.612700     56.37988             35
    +#> 9582  VR2AR-546131     -5.612700     56.37988             35
    +#> 9583  VR2AR-546131     -5.612700     56.37988             35
    +#> 9584  VR2AR-546131     -5.612700     56.37988             35
    +#> 9585  VR2AR-546131     -5.612700     56.37988             35
    +#> 9586  VR2AR-546131     -5.612700     56.37988             35
    +#> 9587  VR2AR-546131     -5.612700     56.37988             35
    +#> 9588  VR2AR-546131     -5.612700     56.37988             35
    +#> 9589  VR2AR-546131     -5.612700     56.37988             35
    +#> 9590  VR2AR-546131     -5.612700     56.37988             35
    +#> 9591  VR2AR-546131     -5.612700     56.37988             35
    +#> 9592  VR2AR-546131     -5.612700     56.37988             35
    +#> 9593  VR2AR-546131     -5.612700     56.37988             35
    +#> 9594  VR2AR-546131     -5.612700     56.37988             35
    +#> 9595  VR2AR-546131     -5.612700     56.37988             35
    +#> 9596  VR2AR-546131     -5.612700     56.37988             35
    +#> 9597  VR2AR-546131     -5.612700     56.37988             35
    +#> 9598  VR2AR-546131     -5.612700     56.37988             35
    +#> 9599  VR2AR-546131     -5.612700     56.37988             35
    +#> 9600  VR2AR-546131     -5.612700     56.37988             35
    +#> 9601  VR2AR-546131     -5.612700     56.37988             35
    +#> 9602  VR2AR-546131     -5.612700     56.37988             35
    +#> 9603  VR2AR-546131     -5.612700     56.37988             35
    +#> 9604  VR2AR-546131     -5.612700     56.37988             35
    +#> 9605  VR2AR-546131     -5.612700     56.37988             35
    +#> 9606  VR2AR-546131     -5.612700     56.37988             35
    +#> 9607  VR2AR-546131     -5.612700     56.37988             35
    +#> 9608  VR2AR-546131     -5.612700     56.37988             35
    +#> 9609  VR2AR-546131     -5.612700     56.37988             35
    +#> 9610  VR2AR-546131     -5.612700     56.37988             35
    +#> 9611  VR2AR-546131     -5.612700     56.37988             35
    +#> 9612  VR2AR-546131     -5.612700     56.37988             35
    +#> 9613  VR2AR-546131     -5.612700     56.37988             35
    +#> 9614  VR2AR-546131     -5.612700     56.37988             35
    +#> 9615  VR2AR-546131     -5.612700     56.37988             35
    +#> 9616  VR2AR-546131     -5.612700     56.37988             35
    +#> 9617  VR2AR-546131     -5.612700     56.37988             35
    +#> 9618  VR2AR-546131     -5.612700     56.37988             35
    +#> 9619  VR2AR-546131     -5.612700     56.37988             35
    +#> 9620  VR2AR-546131     -5.612700     56.37988             35
    +#> 9621  VR2AR-546131     -5.612700     56.37988             35
    +#> 9622  VR2AR-546131     -5.612700     56.37988             35
    +#> 9623  VR2AR-546131     -5.612700     56.37988             35
    +#> 9624  VR2AR-546131     -5.612700     56.37988             35
    +#> 9625  VR2AR-546131     -5.612700     56.37988             35
    +#> 9626  VR2AR-546131     -5.612700     56.37988             35
    +#> 9627  VR2AR-546131     -5.612700     56.37988             35
    +#> 9628  VR2AR-546131     -5.612700     56.37988             35
    +#> 9629  VR2AR-546131     -5.612700     56.37988             35
    +#> 9630  VR2AR-546131     -5.612700     56.37988             35
    +#> 9631  VR2AR-546131     -5.612700     56.37988             35
    +#> 9632  VR2AR-546131     -5.612700     56.37988             35
    +#> 9633  VR2AR-546131     -5.612700     56.37988             35
    +#> 9634  VR2AR-546131     -5.612700     56.37988             35
    +#> 9635  VR2AR-546131     -5.612700     56.37988             35
    +#> 9636  VR2AR-546131     -5.612700     56.37988             35
    +#> 9637  VR2AR-546131     -5.612700     56.37988             35
    +#> 9638  VR2AR-546131     -5.612700     56.37988             35
    +#> 9639  VR2AR-546131     -5.612700     56.37988             35
    +#> 9640  VR2AR-546131     -5.612700     56.37988             35
    +#> 9641  VR2AR-546131     -5.612700     56.37988             35
    +#> 9642  VR2AR-546131     -5.612700     56.37988             35
    +#> 9643  VR2AR-546131     -5.612700     56.37988             35
    +#> 9644  VR2AR-546131     -5.612700     56.37988             35
    +#> 9645  VR2AR-546131     -5.612700     56.37988             35
    +#> 9646  VR2AR-546131     -5.612700     56.37988             35
    +#> 9647  VR2AR-546131     -5.612700     56.37988             35
    +#> 9648  VR2AR-546131     -5.612700     56.37988             35
    +#> 9649  VR2AR-546131     -5.612700     56.37988             35
    +#> 9650  VR2AR-546131     -5.612700     56.37988             35
    +#> 9651  VR2AR-546131     -5.612700     56.37988             35
    +#> 9652  VR2AR-546131     -5.612700     56.37988             35
    +#> 9653  VR2AR-546131     -5.612700     56.37988             35
    +#> 9654  VR2AR-546131     -5.612700     56.37988             35
    +#> 9655  VR2AR-546131     -5.612700     56.37988             35
    +#> 9656  VR2AR-546131     -5.612700     56.37988             35
    +#> 9657  VR2AR-546131     -5.612700     56.37988             35
    +#> 9658  VR2AR-546131     -5.612700     56.37988             35
    +#> 9659  VR2AR-546131     -5.612700     56.37988             35
    +#> 9660  VR2AR-546131     -5.612700     56.37988             35
    +#> 9661  VR2AR-546131     -5.612700     56.37988             35
    +#> 9662  VR2AR-546131     -5.612700     56.37988             35
    +#> 9663  VR2AR-546131     -5.612700     56.37988             35
    +#> 9664  VR2AR-546131     -5.612700     56.37988             35
    +#> 9665  VR2AR-546131     -5.612700     56.37988             35
    +#> 9666  VR2AR-546131     -5.612700     56.37988             35
    +#> 9667  VR2AR-546131     -5.612700     56.37988             35
    +#> 9668  VR2AR-546131     -5.612700     56.37988             35
    +#> 9669  VR2AR-546131     -5.612700     56.37988             35
    +#> 9670  VR2AR-546131     -5.612700     56.37988             35
    +#> 9671  VR2AR-546131     -5.612700     56.37988             35
    +#> 9672  VR2AR-546131     -5.612700     56.37988             35
    +#> 9673  VR2AR-546131     -5.612700     56.37988             35
    +#> 9674  VR2AR-546131     -5.612700     56.37988             35
    +#> 9675  VR2AR-546131     -5.612700     56.37988             35
    +#> 9676  VR2AR-546131     -5.612700     56.37988             35
    +#> 9677  VR2AR-546131     -5.612700     56.37988             35
    +#> 9678  VR2AR-546131     -5.612700     56.37988             35
    +#> 9679  VR2AR-546131     -5.612700     56.37988             35
    +#> 9680  VR2AR-546131     -5.612700     56.37988             35
    +#> 9681  VR2AR-546131     -5.612700     56.37988             35
    +#> 9682  VR2AR-546131     -5.612700     56.37988             35
    +#> 9683  VR2AR-546131     -5.612700     56.37988             35
    +#> 9684  VR2AR-546131     -5.612700     56.37988             35
    +#> 9685  VR2AR-546131     -5.612700     56.37988             35
    +#> 9686  VR2AR-546131     -5.612700     56.37988             35
    +#> 9687  VR2AR-546131     -5.612700     56.37988             35
    +#> 9688  VR2AR-546131     -5.612700     56.37988             35
    +#> 9689  VR2AR-546584     -5.604973     56.37774             30
    +#> 9690  VR2AR-546131     -5.612700     56.37988             35
    +#> 9691  VR2AR-546584     -5.604973     56.37774             30
    +#> 9692  VR2AR-546131     -5.612700     56.37988             35
    +#> 9693  VR2AR-546131     -5.612700     56.37988             35
    +#> 9694  VR2AR-546584     -5.604973     56.37774             30
    +#> 9695  VR2AR-546131     -5.612700     56.37988             35
    +#> 9696  VR2AR-546584     -5.604973     56.37774             30
    +#> 9697  VR2AR-546131     -5.612700     56.37988             35
    +#> 9698  VR2AR-546131     -5.612700     56.37988             35
    +#> 9699  VR2AR-546584     -5.604973     56.37774             30
    +#> 9700  VR2AR-546131     -5.612700     56.37988             35
    +#> 9701  VR2AR-546584     -5.604973     56.37774             30
    +#> 9702  VR2AR-546584     -5.604973     56.37774             30
    +#> 9703  VR2AR-546131     -5.612700     56.37988             35
    +#> 9704  VR2AR-546584     -5.604973     56.37774             30
    +#> 9705  VR2AR-546584     -5.604973     56.37774             30
    +#> 9706  VR2AR-546584     -5.604973     56.37774             30
    +#> 9707  VR2AR-546131     -5.612700     56.37988             35
    +#> 9708  VR2AR-546131     -5.612700     56.37988             35
    +#> 9709  VR2AR-546584     -5.604973     56.37774             30
    +#> 9710  VR2AR-546584     -5.604973     56.37774             30
    +#> 9711  VR2AR-546131     -5.612700     56.37988             35
    +#> 9712  VR2AR-546584     -5.604973     56.37774             30
    +#> 9713  VR2AR-546584     -5.604973     56.37774             30
    +#> 9714  VR2AR-546584     -5.604973     56.37774             30
    +#> 9715  VR2AR-546584     -5.604973     56.37774             30
    +#> 9716  VR2AR-546584     -5.604973     56.37774             30
    +#> 9717  VR2AR-546584     -5.604973     56.37774             30
    +#> 9718  VR2AR-546131     -5.612700     56.37988             35
    +#> 9719  VR2AR-546584     -5.604973     56.37774             30
    +#> 9720  VR2AR-546584     -5.604973     56.37774             30
    +#> 9721  VR2AR-546131     -5.612700     56.37988             35
    +#> 9722  VR2AR-546584     -5.604973     56.37774             30
    +#> 9723  VR2AR-546131     -5.612700     56.37988             35
    +#> 9724  VR2AR-546131     -5.612700     56.37988             35
    +#> 9725  VR2AR-546131     -5.612700     56.37988             35
    +#> 9726  VR2AR-546131     -5.612700     56.37988             35
    +#> 9727  VR2AR-546131     -5.612700     56.37988             35
    +#> 9728  VR2AR-546131     -5.612700     56.37988             35
    +#> 9729  VR2AR-546131     -5.612700     56.37988             35
    +#> 9730  VR2AR-546584     -5.604973     56.37774             30
    +#> 9731  VR2AR-546131     -5.612700     56.37988             35
    +#> 9732  VR2AR-546584     -5.604973     56.37774             30
    +#> 9733  VR2AR-546131     -5.612700     56.37988             35
    +#> 9734  VR2AR-546131     -5.612700     56.37988             35
    +#> 9735  VR2AR-546131     -5.612700     56.37988             35
    +#> 9736  VR2AR-546131     -5.612700     56.37988             35
    +#> 9737  VR2AR-546131     -5.612700     56.37988             35
    +#> 9738  VR2AR-546131     -5.612700     56.37988             35
    +#> 9739  VR2AR-546131     -5.612700     56.37988             35
    +#> 9740  VR2AR-546131     -5.612700     56.37988             35
    +#> 9741  VR2AR-546131     -5.612700     56.37988             35
    +#> 9742  VR2AR-546131     -5.612700     56.37988             35
    +#> 9743  VR2AR-546131     -5.612700     56.37988             35
    +#> 9744  VR2AR-546131     -5.612700     56.37988             35
    +#> 9745  VR2AR-546131     -5.612700     56.37988             35
    +#> 9746  VR2AR-546131     -5.612700     56.37988             35
    +#> 9747  VR2AR-546131     -5.612700     56.37988             35
    +#> 9748  VR2AR-546131     -5.612700     56.37988             35
    +#> 9749  VR2AR-546131     -5.612700     56.37988             35
    +#> 9750  VR2AR-546380     -5.637917     56.44800             25
    +#> 9751  VR2AR-546380     -5.637917     56.44800             25
    +#> 9752  VR2AR-546380     -5.637917     56.44800             25
    +#> 9753  VR2AR-546136     -5.626250     56.44810             75
    +#> 9754  VR2AR-546136     -5.626250     56.44810             75
    +#> 9755  VR2AR-546380     -5.637917     56.44800             25
    +#> 9756  VR2AR-546380     -5.637917     56.44800             25
    +#> 9757  VR2AR-546380     -5.637917     56.44800             25
    +#> 9758  VR2AR-546380     -5.637917     56.44800             25
    +#> 9759  VR2AR-546380     -5.637917     56.44800             25
    +#> 9760  VR2AR-546380     -5.637917     56.44800             25
    +#> 9761  VR2AR-546380     -5.637917     56.44800             25
    +#> 9762  VR2AR-546380     -5.637917     56.44800             25
    +#> 9763  VR2AR-546380     -5.637917     56.44800             25
    +#> 9764  VR2AR-546380     -5.637917     56.44800             25
    +#> 9765  VR2AR-546380     -5.637917     56.44800             25
    +#> 9766  VR2AR-546380     -5.637917     56.44800             25
    +#> 9767  VR2AR-546380     -5.637917     56.44800             25
    +#> 9768  VR2AR-546380     -5.637917     56.44800             25
    +#> 9769  VR2AR-546380     -5.637917     56.44800             25
    +#> 9770  VR2AR-546380     -5.637917     56.44800             25
    +#> 9771  VR2AR-546380     -5.637917     56.44800             25
    +#> 9772  VR2AR-546380     -5.637917     56.44800             25
    +#> 9773  VR2AR-546380     -5.637917     56.44800             25
    +#> 9774  VR2AR-546380     -5.637917     56.44800             25
    +#> 9775  VR2AR-546380     -5.637917     56.44800             25
    +#> 9776  VR2AR-546380     -5.637917     56.44800             25
    +#> 9777  VR2AR-546134     -5.643867     56.38278            145
    +#> 9778  VR2AR-546134     -5.643867     56.38278            145
    +#> 9779  VR2AR-546134     -5.643867     56.38278            145
    +#> 9780  VR2AR-546134     -5.643867     56.38278            145
    +#> 9781  VR2AR-546134     -5.643867     56.38278            145
    +#> 9782  VR2AR-546134     -5.643867     56.38278            145
    +#> 9783  VR2AR-546134     -5.643867     56.38278            145
    +#> 9784  VR2AR-546134     -5.643867     56.38278            145
    +#> 9785  VR2AR-546134     -5.643867     56.38278            145
    +#> 9786  VR2AR-546134     -5.643867     56.38278            145
    +#> 9787  VR2AR-546134     -5.643867     56.38278            145
    +#> 9788  VR2AR-546134     -5.643867     56.38278            145
    +#> 9789  VR2AR-546134     -5.643867     56.38278            145
    +#> 9790  VR2AR-546134     -5.643867     56.38278            145
    +#> 9791  VR2AR-546131     -5.612700     56.37988             35
    +#> 9792  VR2AR-546131     -5.612700     56.37988             35
    +#> 9793  VR2AR-546131     -5.612700     56.37988             35
    +#> 9794  VR2AR-546131     -5.612700     56.37988             35
    +#> 9795  VR2AR-546131     -5.612700     56.37988             35
    +#> 9796  VR2AR-546131     -5.612700     56.37988             35
    +#> 9797  VR2AR-546131     -5.612700     56.37988             35
    +#> 9798  VR2AR-546131     -5.612700     56.37988             35
    +#> 9799  VR2AR-546131     -5.612700     56.37988             35
    +#> 9800  VR2AR-546131     -5.612700     56.37988             35
    +#> 9801  VR2AR-546131     -5.612700     56.37988             35
    +#> 9802  VR2AR-546131     -5.612700     56.37988             35
    +#> 9803  VR2AR-546131     -5.612700     56.37988             35
    +#> 9804  VR2AR-546131     -5.612700     56.37988             35
    +#> 9805  VR2AR-546131     -5.612700     56.37988             35
    +#> 9806  VR2AR-546131     -5.612700     56.37988             35
    +#> 9807  VR2AR-546131     -5.612700     56.37988             35
    +#> 9808  VR2AR-546131     -5.612700     56.37988             35
    +#> 9809  VR2AR-546131     -5.612700     56.37988             35
    +#> 9810  VR2AR-546131     -5.612700     56.37988             35
    +#> 9811  VR2AR-546131     -5.612700     56.37988             35
    +#> 9812  VR2AR-546131     -5.612700     56.37988             35
    +#> 9813  VR2AR-546131     -5.612700     56.37988             35
    +#> 9814  VR2AR-546131     -5.612700     56.37988             35
    +#> 9815  VR2AR-546131     -5.612700     56.37988             35
    +#> 9816  VR2AR-546131     -5.612700     56.37988             35
    +#> 9817  VR2AR-546131     -5.612700     56.37988             35
    +#> 9818  VR2AR-546131     -5.612700     56.37988             35
    +#> 9819  VR2AR-546131     -5.612700     56.37988             35
    +#> 9820  VR2AR-546131     -5.612700     56.37988             35
    +#> 9821  VR2AR-546131     -5.612700     56.37988             35
    +#> 9822  VR2AR-546131     -5.612700     56.37988             35
    +#> 9823  VR2AR-546131     -5.612700     56.37988             35
    +#> 9824  VR2AR-546131     -5.612700     56.37988             35
    +#> 9825  VR2AR-546131     -5.612700     56.37988             35
    +#> 9826  VR2AR-546131     -5.612700     56.37988             35
    +#> 9827  VR2AR-546131     -5.612700     56.37988             35
    +#> 9828  VR2AR-546131     -5.612700     56.37988             35
    +#> 9829  VR2AR-546131     -5.612700     56.37988             35
    +#> 9830  VR2AR-546131     -5.612700     56.37988             35
    +#> 9831  VR2AR-546131     -5.612700     56.37988             35
    +#> 9832  VR2AR-546131     -5.612700     56.37988             35
    +#> 9833  VR2AR-546131     -5.612700     56.37988             35
    +#> 9834  VR2AR-546131     -5.612700     56.37988             35
    +#> 9835  VR2AR-546131     -5.612700     56.37988             35
    +#> 9836  VR2AR-546131     -5.612700     56.37988             35
    +#> 9837  VR2AR-546131     -5.612700     56.37988             35
    +#> 9838  VR2AR-546131     -5.612700     56.37988             35
    +#> 9839  VR2AR-546131     -5.612700     56.37988             35
    +#> 9840  VR2AR-546131     -5.612700     56.37988             35
    +#> 9841  VR2AR-546131     -5.612700     56.37988             35
    +#> 9842  VR2AR-546131     -5.612700     56.37988             35
    +#> 9843  VR2AR-546131     -5.612700     56.37988             35
    +#> 9844  VR2AR-546131     -5.612700     56.37988             35
    +#> 9845  VR2AR-546131     -5.612700     56.37988             35
    +#> 9846  VR2AR-546131     -5.612700     56.37988             35
    +#> 9847  VR2AR-546131     -5.612700     56.37988             35
    +#> 9848  VR2AR-546131     -5.612700     56.37988             35
    +#> 9849  VR2AR-546131     -5.612700     56.37988             35
    +#> 9850  VR2AR-546131     -5.612700     56.37988             35
    +#> 9851  VR2AR-546131     -5.612700     56.37988             35
    +#> 9852  VR2AR-546131     -5.612700     56.37988             35
    +#> 9853  VR2AR-546131     -5.612700     56.37988             35
    +#> 9854  VR2AR-546131     -5.612700     56.37988             35
    +#> 9855  VR2AR-546131     -5.612700     56.37988             35
    +#> 9856  VR2AR-546131     -5.612700     56.37988             35
    +#> 9857  VR2AR-546131     -5.612700     56.37988             35
    +#> 9858  VR2AR-546131     -5.612700     56.37988             35
    +#> 9859  VR2AR-546131     -5.612700     56.37988             35
    +#> 9860  VR2AR-546131     -5.612700     56.37988             35
    +#> 9861  VR2AR-546131     -5.612700     56.37988             35
    +#> 9862  VR2AR-546131     -5.612700     56.37988             35
    +#> 9863  VR2AR-546131     -5.612700     56.37988             35
    +#> 9864  VR2AR-546131     -5.612700     56.37988             35
    +#> 9865  VR2AR-546131     -5.612700     56.37988             35
    +#> 9866  VR2AR-546131     -5.612700     56.37988             35
    +#> 9867  VR2AR-546131     -5.612700     56.37988             35
    +#> 9868  VR2AR-546131     -5.612700     56.37988             35
    +#> 9869  VR2AR-546131     -5.612700     56.37988             35
    +#> 9870  VR2AR-546131     -5.612700     56.37988             35
    +#> 9871  VR2AR-546131     -5.612700     56.37988             35
    +#> 9872  VR2AR-546131     -5.612700     56.37988             35
    +#> 9873  VR2AR-546131     -5.612700     56.37988             35
    +#> 9874  VR2AR-546131     -5.612700     56.37988             35
    +#> 9875  VR2AR-546131     -5.612700     56.37988             35
    +#> 9876  VR2AR-546131     -5.612700     56.37988             35
    +#> 9877  VR2AR-546131     -5.612700     56.37988             35
    +#> 9878  VR2AR-546131     -5.612700     56.37988             35
    +#> 9879  VR2AR-546131     -5.612700     56.37988             35
    +#> 9880  VR2AR-546131     -5.612700     56.37988             35
    +#> 9881  VR2AR-546131     -5.612700     56.37988             35
    +#> 9882  VR2AR-546131     -5.612700     56.37988             35
    +#> 9883  VR2AR-546131     -5.612700     56.37988             35
    +#> 9884  VR2AR-546131     -5.612700     56.37988             35
    +#> 9885  VR2AR-546131     -5.612700     56.37988             35
    +#> 9886  VR2AR-546131     -5.612700     56.37988             35
    +#> 9887  VR2AR-546131     -5.612700     56.37988             35
    +#> 9888  VR2AR-546131     -5.612700     56.37988             35
    +#> 9889  VR2AR-546131     -5.612700     56.37988             35
    +#> 9890  VR2AR-546131     -5.612700     56.37988             35
    +#> 9891  VR2AR-546131     -5.612700     56.37988             35
    +#> 9892  VR2AR-546131     -5.612700     56.37988             35
    +#> 9893  VR2AR-546131     -5.612700     56.37988             35
    +#> 9894  VR2AR-546584     -5.604973     56.37774             30
    +#> 9895  VR2AR-546131     -5.612700     56.37988             35
    +#> 9896  VR2AR-546131     -5.612700     56.37988             35
    +#> 9897  VR2AR-546131     -5.612700     56.37988             35
    +#> 9898  VR2AR-546131     -5.612700     56.37988             35
    +#> 9899  VR2AR-546131     -5.612700     56.37988             35
    +#> 9900  VR2AR-546131     -5.612700     56.37988             35
    +#> 9901  VR2AR-546131     -5.612700     56.37988             35
    +#> 9902  VR2AR-546584     -5.604973     56.37774             30
    +#> 9903  VR2AR-546131     -5.612700     56.37988             35
    +#> 9904  VR2AR-546131     -5.612700     56.37988             35
    +#> 9905  VR2AR-546584     -5.604973     56.37774             30
    +#> 9906  VR2AR-546131     -5.612700     56.37988             35
    +#> 9907  VR2AR-546131     -5.612700     56.37988             35
    +#> 9908  VR2AR-546131     -5.612700     56.37988             35
    +#> 9909  VR2AR-546584     -5.604973     56.37774             30
    +#> 9910  VR2AR-546131     -5.612700     56.37988             35
    +#> 9911  VR2AR-546131     -5.612700     56.37988             35
    +#> 9912  VR2AR-546584     -5.604973     56.37774             30
    +#> 9913  VR2AR-546584     -5.604973     56.37774             30
    +#> 9914  VR2AR-546131     -5.612700     56.37988             35
    +#> 9915  VR2AR-546584     -5.604973     56.37774             30
    +#> 9916  VR2AR-546131     -5.612700     56.37988             35
    +#> 9917  VR2AR-546131     -5.612700     56.37988             35
    +#> 9918  VR2AR-546131     -5.612700     56.37988             35
    +#> 9919  VR2AR-546131     -5.612700     56.37988             35
    +#> 9920  VR2AR-546131     -5.612700     56.37988             35
    +#> 9921  VR2AR-546131     -5.612700     56.37988             35
    +#> 9922  VR2AR-546131     -5.612700     56.37988             35
    +#> 9923  VR2AR-546134     -5.643867     56.38278            145
    +#> 9924  VR2AR-546134     -5.643867     56.38278            145
    +#> 9925  VR2AR-546134     -5.643867     56.38278            145
    +#> 9926  VR2AR-546134     -5.643867     56.38278            145
    +#> 9927  VR2AR-546134     -5.643867     56.38278            145
    +#> 9928  VR2AR-546134     -5.643867     56.38278            145
    +#> 9929  VR2AR-546134     -5.643867     56.38278            145
    +#> 9930  VR2AR-546134     -5.643867     56.38278            145
    +#> 9931  VR2AR-546134     -5.643867     56.38278            145
    +#> 9932  VR2AR-546134     -5.643867     56.38278            145
    +#> 9933  VR2AR-546134     -5.643867     56.38278            145
    +#> 9934  VR2AR-546134     -5.643867     56.38278            145
    +#> 9935  VR2AR-546134     -5.643867     56.38278            145
    +#> 9936  VR2AR-546134     -5.643867     56.38278            145
    +#> 9937  VR2AR-546135     -5.657067     56.38803             85
    +#> 9938  VR2AR-546135     -5.657067     56.38803             85
    +#> 9939  VR2AR-546135     -5.657067     56.38803             85
    +#> 9940  VR2AR-546135     -5.657067     56.38803             85
    +#> 9941  VR2AR-546587     -5.661620     56.39041             15
    +#> 9942  VR2AR-546135     -5.657067     56.38803             85
    +#> 9943  VR2AR-546587     -5.661620     56.39041             15
    +#> 9944  VR2AR-546135     -5.657067     56.38803             85
    +#> 9945  VR2AR-546587     -5.661620     56.39041             15
    +#> 9946  VR2AR-546587     -5.661620     56.39041             15
    +#> 9947  VR2AR-546587     -5.661620     56.39041             15
    +#> 9948  VR2AR-546587     -5.661620     56.39041             15
    +#> 9949  VR2AR-546587     -5.661620     56.39041             15
    +#> 9950  VR2AR-546587     -5.661620     56.39041             15
    +#> 9951  VR2AR-546587     -5.661620     56.39041             15
    +#> 9952  VR2AR-546587     -5.661620     56.39041             15
    +#> 9953  VR2AR-546587     -5.661620     56.39041             15
    +#> 9954  VR2AR-546587     -5.661620     56.39041             15
    +#> 9955  VR2AR-546587     -5.661620     56.39041             15
    +#> 9956  VR2AR-546587     -5.661620     56.39041             15
    +#> 9957  VR2AR-546135     -5.657067     56.38803             85
    +#> 9958  VR2AR-546587     -5.661620     56.39041             15
    +#> 9959  VR2AR-546587     -5.661620     56.39041             15
    +#> 9960  VR2AR-546587     -5.661620     56.39041             15
    +#> 9961  VR2AR-546587     -5.661620     56.39041             15
    +#> 9962  VR2AR-546135     -5.657067     56.38803             85
    +#> 9963  VR2AR-546587     -5.661620     56.39041             15
    +#> 9964  VR2AR-546587     -5.661620     56.39041             15
    +#> 9965  VR2AR-546135     -5.657067     56.38803             85
    +#> 9966  VR2AR-546587     -5.661620     56.39041             15
    +#> 9967  VR2AR-546131     -5.612700     56.37988             35
    +#> 9968  VR2AR-546131     -5.612700     56.37988             35
    +#> 9969  VR2AR-546131     -5.612700     56.37988             35
    +#> 9970  VR2AR-546131     -5.612700     56.37988             35
    +#> 9971  VR2AR-546131     -5.612700     56.37988             35
    +#> 9972  VR2AR-546131     -5.612700     56.37988             35
    +#> 9973  VR2AR-546131     -5.612700     56.37988             35
    +#> 9974  VR2AR-546131     -5.612700     56.37988             35
    +#> 9975  VR2AR-546131     -5.612700     56.37988             35
    +#> 9976  VR2AR-546131     -5.612700     56.37988             35
    +#> 9977  VR2AR-546131     -5.612700     56.37988             35
    +#> 9978  VR2AR-546131     -5.612700     56.37988             35
    +#> 9979  VR2AR-546131     -5.612700     56.37988             35
    +#> 9980  VR2AR-546131     -5.612700     56.37988             35
    +#> 9981  VR2AR-546131     -5.612700     56.37988             35
    +#> 9982  VR2AR-546131     -5.612700     56.37988             35
    +#> 9983  VR2AR-546131     -5.612700     56.37988             35
    +#> 9984  VR2AR-546131     -5.612700     56.37988             35
    +#> 9985  VR2AR-546131     -5.612700     56.37988             35
    +#> 9986  VR2AR-546131     -5.612700     56.37988             35
    +#> 9987  VR2AR-546131     -5.612700     56.37988             35
    +#> 9988  VR2AR-546131     -5.612700     56.37988             35
    +#> 9989  VR2AR-546131     -5.612700     56.37988             35
    +#> 9990  VR2AR-546131     -5.612700     56.37988             35
    +#> 9991  VR2AR-546131     -5.612700     56.37988             35
    +#> 9992  VR2AR-546131     -5.612700     56.37988             35
    +#> 9993  VR2AR-546131     -5.612700     56.37988             35
    +#> 9994  VR2AR-546131     -5.612700     56.37988             35
    +#> 9995  VR2AR-546131     -5.612700     56.37988             35
    +#> 9996  VR2AR-546131     -5.612700     56.37988             35
    +#> 9997  VR2AR-546131     -5.612700     56.37988             35
    +#> 9998  VR2AR-546131     -5.612700     56.37988             35
    +#> 9999  VR2AR-546131     -5.612700     56.37988             35
    +#> 10000 VR2AR-546131     -5.612700     56.37988             35
    +#> 10001 VR2AR-546131     -5.612700     56.37988             35
    +#> 10002 VR2AR-546131     -5.612700     56.37988             35
    +#> 10003 VR2AR-546131     -5.612700     56.37988             35
    +#> 10004 VR2AR-546131     -5.612700     56.37988             35
    +#> 10005 VR2AR-546131     -5.612700     56.37988             35
    +#> 10006 VR2AR-546131     -5.612700     56.37988             35
    +#> 10007 VR2AR-546131     -5.612700     56.37988             35
    +#> 10008 VR2AR-546131     -5.612700     56.37988             35
    +#> 10009 VR2AR-546131     -5.612700     56.37988             35
    +#> 10010 VR2AR-546131     -5.612700     56.37988             35
    +#> 10011 VR2AR-546131     -5.612700     56.37988             35
    +#> 10012 VR2AR-546131     -5.612700     56.37988             35
    +#> 10013 VR2AR-546131     -5.612700     56.37988             35
    +#> 10014 VR2AR-546131     -5.612700     56.37988             35
    +#> 10015 VR2AR-546131     -5.612700     56.37988             35
    +#> 10016 VR2AR-546131     -5.612700     56.37988             35
    +#> 10017 VR2AR-546131     -5.612700     56.37988             35
    +#> 10018 VR2AR-546131     -5.612700     56.37988             35
    +#> 10019 VR2AR-546131     -5.612700     56.37988             35
    +#> 10020 VR2AR-546131     -5.612700     56.37988             35
    +#> 10021 VR2AR-546131     -5.612700     56.37988             35
    +#> 10022 VR2AR-546131     -5.612700     56.37988             35
    +#> 10023 VR2AR-546131     -5.612700     56.37988             35
    +#> 10024 VR2AR-546131     -5.612700     56.37988             35
    +#> 10025 VR2AR-546131     -5.612700     56.37988             35
    +#> 10026 VR2AR-546131     -5.612700     56.37988             35
    +#> 10027 VR2AR-546131     -5.612700     56.37988             35
    +#> 10028 VR2AR-546380     -5.637917     56.44800             25
    +#> 10029 VR2AR-546380     -5.637917     56.44800             25
    +#> 10030 VR2AR-546380     -5.637917     56.44800             25
    +#> 10031 VR2AR-546380     -5.637917     56.44800             25
    +#> 10032 VR2AR-546380     -5.637917     56.44800             25
    +#> 10033 VR2AR-546380     -5.637917     56.44800             25
    +#> 10034 VR2AR-546380     -5.637917     56.44800             25
    +#> 10035 VR2AR-546380     -5.637917     56.44800             25
    +#> 10036 VR2AR-546136     -5.626250     56.44810             75
    +#> 10037 VR2AR-546136     -5.626250     56.44810             75
    +#> 10038 VR2AR-546136     -5.626250     56.44810             75
    +#> 10039 VR2AR-546136     -5.626250     56.44810             75
    +#> 10040 VR2AR-546136     -5.626250     56.44810             75
    +#> 10041 VR2AR-546136     -5.626250     56.44810             75
    +#> 10042 VR2AR-546133     -5.701717     56.49747             90
    +#> 10043 VR2AR-546133     -5.701717     56.49747             90
    +#> 10044 VR2AR-546133     -5.701717     56.49747             90
    +#> 10045 VR2AR-546133     -5.701717     56.49747             90
    +#> 10046 VR2AR-546133     -5.701717     56.49747             90
    +#> 10047 VR2AR-546133     -5.701717     56.49747             90
    +#> 10048 VR2AR-546133     -5.701717     56.49747             90
    +#> 10049 VR2AR-546133     -5.701717     56.49747             90
    +#> 10050 VR2AR-546133     -5.701717     56.49747             90
    +#> 10051 VR2AR-546133     -5.701717     56.49747             90
    +#> 10052 VR2AR-546133     -5.701717     56.49747             90
    +#> 10053 VR2AR-546133     -5.701717     56.49747             90
    +#> 10054 VR2AR-546133     -5.701717     56.49747             90
    +#> 10055 VR2AR-546133     -5.701717     56.49747             90
    +#> 10056 VR2AR-546133     -5.701717     56.49747             90
    +#> 10057 VR2AR-546133     -5.701717     56.49747             90
    +#> 10058 VR2AR-546133     -5.701717     56.49747             90
    +#> 10059 VR2AR-546133     -5.701717     56.49747             90
    +#> 10060 VR2AR-546133     -5.701717     56.49747             90
    +#> 10061 VR2AR-546133     -5.701717     56.49747             90
    +#> 10062 VR2AR-546133     -5.701717     56.49747             90
    +#> 10063 VR2AR-546133     -5.701717     56.49747             90
    +#> 10064 VR2AR-546133     -5.701717     56.49747             90
    +#> 10065 VR2AR-546133     -5.701717     56.49747             90
    +#> 10066 VR2AR-546133     -5.701717     56.49747             90
    +#> 10067 VR2AR-546133     -5.701717     56.49747             90
    +#> 10068 VR2AR-546133     -5.701717     56.49747             90
    +#> 10069 VR2AR-546133     -5.701717     56.49747             90
    +#> 10070 VR2AR-546133     -5.701717     56.49747             90
    +#> 10071 VR2AR-546133     -5.701717     56.49747             90
    +#> 10072 VR2AR-546133     -5.701717     56.49747             90
    +#> 10073 VR2AR-546133     -5.701717     56.49747             90
    +#> 10074 VR2AR-546133     -5.701717     56.49747             90
    +#> 10075 VR2AR-546133     -5.701717     56.49747             90
    +#> 10076 VR2AR-546133     -5.701717     56.49747             90
    +#> 10077 VR2AR-546133     -5.701717     56.49747             90
    +#> 10078 VR2AR-546133     -5.701717     56.49747             90
    +#> 10079 VR2AR-546133     -5.701717     56.49747             90
    +#> 10080 VR2AR-546133     -5.701717     56.49747             90
    +#> 10081 VR2AR-546133     -5.701717     56.49747             90
    +#> 10082 VR2AR-546133     -5.701717     56.49747             90
    +#> 10083 VR2AR-546133     -5.701717     56.49747             90
    +#> 10084 VR2AR-546133     -5.701717     56.49747             90
    +#> 10085 VR2AR-546133     -5.701717     56.49747             90
    +#> 10086 VR2AR-546133     -5.701717     56.49747             90
    +#> 10087 VR2AR-546133     -5.701717     56.49747             90
    +#> 10088 VR2AR-546133     -5.701717     56.49747             90
    +#> 10089 VR2AR-546133     -5.701717     56.49747             90
    +#> 10090 VR2AR-546586     -5.707092     56.49447             20
    +#> 10091 VR2AR-546133     -5.701717     56.49747             90
    +#> 10092 VR2AR-546133     -5.701717     56.49747             90
    +#> 10093 VR2AR-546586     -5.707092     56.49447             20
    +#> 10094 VR2AR-546133     -5.701717     56.49747             90
    +#> 10095 VR2AR-546133     -5.701717     56.49747             90
    +#> 10096 VR2AR-546133     -5.701717     56.49747             90
    +#> 10097 VR2AR-546586     -5.707092     56.49447             20
    +#> 10098 VR2AR-546133     -5.701717     56.49747             90
    +#> 10099 VR2AR-546133     -5.701717     56.49747             90
    +#> 10100 VR2AR-546133     -5.701717     56.49747             90
    +#> 10101 VR2AR-546586     -5.707092     56.49447             20
    +#> 10102 VR2AR-546586     -5.707092     56.49447             20
    +#> 10103 VR2AR-546133     -5.701717     56.49747             90
    +#> 10104 VR2AR-546586     -5.707092     56.49447             20
    +#> 10105 VR2AR-546133     -5.701717     56.49747             90
    +#> 10106 VR2AR-546133     -5.701717     56.49747             90
    +#> 10107 VR2AR-546586     -5.707092     56.49447             20
    +#> 10108 VR2AR-546133     -5.701717     56.49747             90
    +#> 10109 VR2AR-546586     -5.707092     56.49447             20
    +#> 10110 VR2AR-546586     -5.707092     56.49447             20
    +#> 10111 VR2AR-546586     -5.707092     56.49447             20
    +#> 10112 VR2AR-546133     -5.701717     56.49747             90
    +#> 10113 VR2AR-546586     -5.707092     56.49447             20
    +#> 10114 VR2AR-546586     -5.707092     56.49447             20
    +#> 10115 VR2AR-546133     -5.701717     56.49747             90
    +#> 10116 VR2AR-546586     -5.707092     56.49447             20
    +#> 10117 VR2AR-546586     -5.707092     56.49447             20
    +#> 10118 VR2AR-546133     -5.701717     56.49747             90
    +#> 10119 VR2AR-546133     -5.701717     56.49747             90
    +#> 10120 VR2AR-546586     -5.707092     56.49447             20
    +#> 10121 VR2AR-546586     -5.707092     56.49447             20
    +#> 10122 VR2AR-546133     -5.701717     56.49747             90
    +#> 10123 VR2AR-546586     -5.707092     56.49447             20
    +#> 10124 VR2AR-546586     -5.707092     56.49447             20
    +#> 10125 VR2AR-546586     -5.707092     56.49447             20
    +#> 10126 VR2AR-546586     -5.707092     56.49447             20
    +#> 10127 VR2AR-546586     -5.707092     56.49447             20
    +#> 10128 VR2AR-546586     -5.707092     56.49447             20
    +#> 10129 VR2AR-546586     -5.707092     56.49447             20
    +#> 10130 VR2AR-546586     -5.707092     56.49447             20
    +#> 10131 VR2AR-546586     -5.707092     56.49447             20
    +#> 10132 VR2AR-546586     -5.707092     56.49447             20
    +#> 10133 VR2AR-546133     -5.701717     56.49747             90
    +#> 10134 VR2AR-546586     -5.707092     56.49447             20
    +#> 10135 VR2AR-546133     -5.701717     56.49747             90
    +#> 10136 VR2AR-546133     -5.701717     56.49747             90
    +#> 10137 VR2AR-546133     -5.701717     56.49747             90
    +#> 10138 VR2AR-546133     -5.701717     56.49747             90
    +#> 10139 VR2AR-546133     -5.701717     56.49747             90
    +#> 10140 VR2AR-546133     -5.701717     56.49747             90
    +#> 10141 VR2AR-546133     -5.701717     56.49747             90
    +#> 10142 VR2AR-546133     -5.701717     56.49747             90
    +#> 10143 VR2AR-546133     -5.701717     56.49747             90
    +#> 10144 VR2AR-546133     -5.701717     56.49747             90
    +#> 10145 VR2AR-546133     -5.701717     56.49747             90
    +#> 10146 VR2AR-546133     -5.701717     56.49747             90
    +#> 10147 VR2AR-546133     -5.701717     56.49747             90
    +#> 10148 VR2AR-546133     -5.701717     56.49747             90
    +#> 10149 VR2AR-546133     -5.701717     56.49747             90
    +#> 10150 VR2AR-546133     -5.701717     56.49747             90
    +#> 10151 VR2AR-546133     -5.701717     56.49747             90
    +#> 10152 VR2AR-546133     -5.701717     56.49747             90
    +#> 10153 VR2AR-546133     -5.701717     56.49747             90
    +#> 10154 VR2AR-546133     -5.701717     56.49747             90
    +#> 10155 VR2AR-546133     -5.701717     56.49747             90
    +#> 10156 VR2AR-546586     -5.707092     56.49447             20
    +#> 10157 VR2AR-546133     -5.701717     56.49747             90
    +#> 10158 VR2AR-546133     -5.701717     56.49747             90
    +#> 10159 VR2AR-546133     -5.701717     56.49747             90
    +#> 10160 VR2AR-546133     -5.701717     56.49747             90
    +#> 10161 VR2AR-546586     -5.707092     56.49447             20
    +#> 10162 VR2AR-546586     -5.707092     56.49447             20
    +#> 10163 VR2AR-546133     -5.701717     56.49747             90
    +#> 10164 VR2AR-546586     -5.707092     56.49447             20
    +#> 10165 VR2AR-546133     -5.701717     56.49747             90
    +#> 10166 VR2AR-546133     -5.701717     56.49747             90
    +#> 10167 VR2AR-546133     -5.701717     56.49747             90
    +#> 10168 VR2AR-546586     -5.707092     56.49447             20
    +#> 10169 VR2AR-546133     -5.701717     56.49747             90
    +#> 10170 VR2AR-546133     -5.701717     56.49747             90
    +#> 10171 VR2AR-546133     -5.701717     56.49747             90
    +#> 10172 VR2AR-546133     -5.701717     56.49747             90
    +#> 10173 VR2AR-546133     -5.701717     56.49747             90
    +#> 10174 VR2AR-546133     -5.701717     56.49747             90
    +#> 10175 VR2AR-546133     -5.701717     56.49747             90
    +#> 10176 VR2AR-546133     -5.701717     56.49747             90
    +#> 10177 VR2AR-546133     -5.701717     56.49747             90
    +#> 10178 VR2AR-546133     -5.701717     56.49747             90
    +#> 10179 VR2AR-546133     -5.701717     56.49747             90
    +#> 10180 VR2AR-546133     -5.701717     56.49747             90
    +#> 10181 VR2AR-546133     -5.701717     56.49747             90
    +#> 10182 VR2AR-546133     -5.701717     56.49747             90
    +#> 10183 VR2AR-546133     -5.701717     56.49747             90
    +#> 10184 VR2AR-546133     -5.701717     56.49747             90
    +#> 10185 VR2AR-546133     -5.701717     56.49747             90
    +#> 10186 VR2AR-546133     -5.701717     56.49747             90
    +#> 10187 VR2AR-546133     -5.701717     56.49747             90
    +#> 10188 VR2AR-546133     -5.701717     56.49747             90
    +#> 10189 VR2AR-546133     -5.701717     56.49747             90
    +#> 10190 VR2AR-546133     -5.701717     56.49747             90
    +#> 10191 VR2AR-546133     -5.701717     56.49747             90
    +#> 10192 VR2AR-546133     -5.701717     56.49747             90
    +#> 10193 VR2AR-546133     -5.701717     56.49747             90
    +#> 10194 VR2AR-546133     -5.701717     56.49747             90
    +#> 10195 VR2AR-546133     -5.701717     56.49747             90
    +#> 10196 VR2AR-546133     -5.701717     56.49747             90
    +#> 10197 VR2AR-546133     -5.701717     56.49747             90
    +#> 10198 VR2AR-546133     -5.701717     56.49747             90
    +#> 10199 VR2AR-546133     -5.701717     56.49747             90
    +#> 10200 VR2AR-546133     -5.701717     56.49747             90
    +#> 10201 VR2AR-546133     -5.701717     56.49747             90
    +#> 10202 VR2AR-546133     -5.701717     56.49747             90
    +#> 10203 VR2AR-546133     -5.701717     56.49747             90
    +#> 10204 VR2AR-546133     -5.701717     56.49747             90
    +#> 10205 VR2AR-546133     -5.701717     56.49747             90
    +#> 10206 VR2AR-546133     -5.701717     56.49747             90
    +#> 10207 VR2AR-546133     -5.701717     56.49747             90
    +#> 10208 VR2AR-546133     -5.701717     56.49747             90
    +#> 10209 VR2AR-546133     -5.701717     56.49747             90
    +#> 10210 VR2AR-546133     -5.701717     56.49747             90
    +#> 10211 VR2AR-546133     -5.701717     56.49747             90
    +#> 10212 VR2AR-546133     -5.701717     56.49747             90
    +#> 10213 VR2AR-546133     -5.701717     56.49747             90
    +#> 10214 VR2AR-546133     -5.701717     56.49747             90
    +#> 10215 VR2AR-546133     -5.701717     56.49747             90
    +#> 10216 VR2AR-546133     -5.701717     56.49747             90
    +#> 10217 VR2AR-546133     -5.701717     56.49747             90
    +#> 10218 VR2AR-546133     -5.701717     56.49747             90
    +#> 10219 VR2AR-546133     -5.701717     56.49747             90
    +#> 10220 VR2AR-546133     -5.701717     56.49747             90
    +#> 10221 VR2AR-546133     -5.701717     56.49747             90
    +#> 10222 VR2AR-546133     -5.701717     56.49747             90
    +#> 10223 VR2AR-546133     -5.701717     56.49747             90
    +#> 10224 VR2AR-546133     -5.701717     56.49747             90
    +#> 10225 VR2AR-546133     -5.701717     56.49747             90
    +#> 10226 VR2AR-546133     -5.701717     56.49747             90
    +#> 10227 VR2AR-546133     -5.701717     56.49747             90
    +#> 10228 VR2AR-546133     -5.701717     56.49747             90
    +#> 10229 VR2AR-546133     -5.701717     56.49747             90
    +#> 10230 VR2AR-546133     -5.701717     56.49747             90
    +#> 10231 VR2AR-546133     -5.701717     56.49747             90
    +#> 10232 VR2AR-546133     -5.701717     56.49747             90
    +#> 10233 VR2AR-546133     -5.701717     56.49747             90
    +#> 10234 VR2AR-546133     -5.701717     56.49747             90
    +#> 10235 VR2AR-546133     -5.701717     56.49747             90
    +#> 10236 VR2AR-546133     -5.701717     56.49747             90
    +#> 10237 VR2AR-546133     -5.701717     56.49747             90
    +#> 10238 VR2AR-546133     -5.701717     56.49747             90
    +#> 10239 VR2AR-546133     -5.701717     56.49747             90
    +#> 10240 VR2AR-546133     -5.701717     56.49747             90
    +#> 10241 VR2AR-546133     -5.701717     56.49747             90
    +#> 10242 VR2AR-546133     -5.701717     56.49747             90
    +#> 10243 VR2AR-546133     -5.701717     56.49747             90
    +#> 10244 VR2AR-546133     -5.701717     56.49747             90
    +#> 10245 VR2AR-546133     -5.701717     56.49747             90
    +#> 10246 VR2AR-546133     -5.701717     56.49747             90
    +#> 10247 VR2AR-546133     -5.701717     56.49747             90
    +#> 10248 VR2AR-546133     -5.701717     56.49747             90
    +#> 10249 VR2AR-546133     -5.701717     56.49747             90
    +#> 10250 VR2AR-546133     -5.701717     56.49747             90
    +#> 10251 VR2AR-546133     -5.701717     56.49747             90
    +#> 10252 VR2AR-546133     -5.701717     56.49747             90
    +#> 10253 VR2AR-546133     -5.701717     56.49747             90
    +#> 10254 VR2AR-546133     -5.701717     56.49747             90
    +#> 10255 VR2AR-546133     -5.701717     56.49747             90
    +#> 10256 VR2AR-546133     -5.701717     56.49747             90
    +#> 10257 VR2AR-546586     -5.707092     56.49447             20
    +#> 10258 VR2AR-546133     -5.701717     56.49747             90
    +#> 10259 VR2AR-546133     -5.701717     56.49747             90
    +#> 10260 VR2AR-546133     -5.701717     56.49747             90
    +#> 10261 VR2AR-546586     -5.707092     56.49447             20
    +#> 10262 VR2AR-546133     -5.701717     56.49747             90
    +#> 10263 VR2AR-546133     -5.701717     56.49747             90
    +#> 10264 VR2AR-546133     -5.701717     56.49747             90
    +#> 10265 VR2AR-546586     -5.707092     56.49447             20
    +#> 10266 VR2AR-546133     -5.701717     56.49747             90
    +#> 10267 VR2AR-546133     -5.701717     56.49747             90
    +#> 10268 VR2AR-546133     -5.701717     56.49747             90
    +#> 10269 VR2AR-546586     -5.707092     56.49447             20
    +#> 10270 VR2AR-546133     -5.701717     56.49747             90
    +#> 10271 VR2AR-546133     -5.701717     56.49747             90
    +#> 10272 VR2AR-546133     -5.701717     56.49747             90
    +#> 10273 VR2AR-546133     -5.701717     56.49747             90
    +#> 10274 VR2AR-546133     -5.701717     56.49747             90
    +#> 10275     VR2-5637     -5.692417     56.49913             25
    +#> 10276     VR2-5637     -5.692417     56.49913             25
    +#> 10277     VR2-5637     -5.692417     56.49913             25
    +#> 10278     VR2-5637     -5.692417     56.49913             25
    +#> 10279 VR2AR-546133     -5.701717     56.49747             90
    +#> 10280 VR2AR-546133     -5.701717     56.49747             90
    +#> 10281 VR2AR-546133     -5.701717     56.49747             90
    +#> 10282 VR2AR-546133     -5.701717     56.49747             90
    +#> 10283 VR2AR-546133     -5.701717     56.49747             90
    +#> 10284 VR2AR-546133     -5.701717     56.49747             90
    +#> 10285 VR2AR-546136     -5.626250     56.44810             75
    +#> 10286 VR2AR-546136     -5.626250     56.44810             75
    +#> 10287 VR2AR-546136     -5.626250     56.44810             75
    +#> 10288 VR2AR-546136     -5.626250     56.44810             75
    +#> 10289 VR2AR-546136     -5.626250     56.44810             75
    +#> 10290 VR2AR-546136     -5.626250     56.44810             75
    +#> 10291 VR2AR-546131     -5.612700     56.37988             35
    +#> 10292 VR2AR-546131     -5.612700     56.37988             35
    +#> 10293 VR2AR-546131     -5.612700     56.37988             35
    +#> 10294 VR2AR-546131     -5.612700     56.37988             35
    +#> 10295 VR2AR-546131     -5.612700     56.37988             35
    +#> 10296 VR2AR-546131     -5.612700     56.37988             35
    +#> 10297 VR2AR-546131     -5.612700     56.37988             35
    +#> 10298 VR2AR-546131     -5.612700     56.37988             35
    +#> 10299 VR2AR-546131     -5.612700     56.37988             35
    +#> 10300 VR2AR-546131     -5.612700     56.37988             35
    +#> 10301 VR2AR-546131     -5.612700     56.37988             35
    +#> 10302 VR2AR-546131     -5.612700     56.37988             35
    +#> 10303 VR2AR-546131     -5.612700     56.37988             35
    +#> 10304 VR2AR-546131     -5.612700     56.37988             35
    +#> 10305 VR2AR-546131     -5.612700     56.37988             35
    +#> 10306 VR2AR-546131     -5.612700     56.37988             35
    +#> 10307 VR2AR-546131     -5.612700     56.37988             35
    +#> 10308 VR2AR-546131     -5.612700     56.37988             35
    +#> 10309 VR2AR-546131     -5.612700     56.37988             35
    +#> 10310 VR2AR-546131     -5.612700     56.37988             35
    +#> 10311 VR2AR-546131     -5.612700     56.37988             35
    +#> 10312 VR2AR-546131     -5.612700     56.37988             35
    +#> 10313 VR2AR-546131     -5.612700     56.37988             35
    +#> 10314 VR2AR-546131     -5.612700     56.37988             35
    +#> 10315 VR2AR-546131     -5.612700     56.37988             35
    +#> 10316 VR2AR-546131     -5.612700     56.37988             35
    +#> 10317 VR2AR-546131     -5.612700     56.37988             35
    +#> 10318 VR2AR-546131     -5.612700     56.37988             35
    +#> 10319 VR2AR-546131     -5.612700     56.37988             35
    +#> 10320 VR2AR-546131     -5.612700     56.37988             35
    +#> 10321 VR2AR-546131     -5.612700     56.37988             35
    +#> 10322 VR2AR-546131     -5.612700     56.37988             35
    +#> 10323 VR2AR-546131     -5.612700     56.37988             35
    +#> 10324 VR2AR-546131     -5.612700     56.37988             35
    +#> 10325 VR2AR-546131     -5.612700     56.37988             35
    +#> 10326 VR2AR-546131     -5.612700     56.37988             35
    +#> 10327 VR2AR-546131     -5.612700     56.37988             35
    +#> 10328 VR2AR-546131     -5.612700     56.37988             35
    +#> 10329 VR2AR-546131     -5.612700     56.37988             35
    +#> 10330 VR2AR-546131     -5.612700     56.37988             35
    +#> 10331 VR2AR-546131     -5.612700     56.37988             35
    +#> 10332 VR2AR-546131     -5.612700     56.37988             35
    +#> 10333 VR2AR-546131     -5.612700     56.37988             35
    +#> 10334 VR2AR-546131     -5.612700     56.37988             35
    +#> 10335 VR2AR-546131     -5.612700     56.37988             35
    +#> 10336 VR2AR-546131     -5.612700     56.37988             35
    +#> 10337 VR2AR-546131     -5.612700     56.37988             35
    +#> 10338 VR2AR-546131     -5.612700     56.37988             35
    +#> 10339 VR2AR-546131     -5.612700     56.37988             35
    +#> 10340 VR2AR-546380     -5.637917     56.44800             25
    +#> 10341 VR2AR-546380     -5.637917     56.44800             25
    +#> 10342 VR2AR-546136     -5.626250     56.44810             75
    +#> 10343 VR2AR-546136     -5.626250     56.44810             75
    +#> 10344 VR2AR-546380     -5.637917     56.44800             25
    +#> 10345 VR2AR-546380     -5.637917     56.44800             25
    +#> 10346 VR2AR-546134     -5.643867     56.38278            145
    +#> 10347 VR2AR-546134     -5.643867     56.38278            145
    +#> 10348 VR2AR-546134     -5.643867     56.38278            145
    +#> 10349 VR2AR-546134     -5.643867     56.38278            145
    +#> 10350 VR2AR-546134     -5.643867     56.38278            145
    +#> 10351 VR2AR-546134     -5.643867     56.38278            145
    +#> 10352 VR2AR-546134     -5.643867     56.38278            145
    +#> 10353 VR2AR-546134     -5.643867     56.38278            145
    +#> 10354 VR2AR-546134     -5.643867     56.38278            145
    +#> 10355 VR2AR-546134     -5.643867     56.38278            145
    +#> 10356 VR2AR-546134     -5.643867     56.38278            145
    +#> 10357 VR2AR-546134     -5.643867     56.38278            145
    +#> 10358 VR2AR-546134     -5.643867     56.38278            145
    +#> 10359 VR2AR-546134     -5.643867     56.38278            145
    +#> 10360 VR2AR-546134     -5.643867     56.38278            145
    +#> 10361 VR2AR-546134     -5.643867     56.38278            145
    +#> 10362 VR2AR-546134     -5.643867     56.38278            145
    +#> 10363 VR2AR-546134     -5.643867     56.38278            145
    +#> 10364 VR2AR-546134     -5.643867     56.38278            145
    +#> 10365 VR2AR-546134     -5.643867     56.38278            145
    +#> 10366 VR2AR-546134     -5.643867     56.38278            145
    +#> 10367 VR2AR-546134     -5.643867     56.38278            145
    +#> 10368 VR2AR-546134     -5.643867     56.38278            145
    +#> 10369 VR2AR-546134     -5.643867     56.38278            145
    +#> 10370 VR2AR-546134     -5.643867     56.38278            145
    +#> 10371 VR2AR-546134     -5.643867     56.38278            145
    +#> 10372 VR2AR-546134     -5.643867     56.38278            145
    +#> 10373 VR2AR-546134     -5.643867     56.38278            145
    +#> 10374 VR2AR-546134     -5.643867     56.38278            145
    +#> 10375 VR2AR-546134     -5.643867     56.38278            145
    +#> 10376 VR2AR-546134     -5.643867     56.38278            145
    +#> 10377 VR2AR-546134     -5.643867     56.38278            145
    +#> 10378 VR2AR-546134     -5.643867     56.38278            145
    +#> 10379 VR2AR-546134     -5.643867     56.38278            145
    +#> 10380 VR2AR-546134     -5.643867     56.38278            145
    +#> 10381 VR2AR-546134     -5.643867     56.38278            145
    +#> 10382 VR2AR-546134     -5.643867     56.38278            145
    +#> 10383 VR2AR-546585     -5.623995     56.37436             75
    +#> 10384 VR2AR-546585     -5.623995     56.37436             75
    +#> 10385 VR2AR-546585     -5.623995     56.37436             75
    +#> 10386 VR2AR-546585     -5.623995     56.37436             75
    +#> 10387 VR2AR-546585     -5.623995     56.37436             75
    +#> 10388 VR2AR-546585     -5.623995     56.37436             75
    +#> 10389 VR2AR-546585     -5.623995     56.37436             75
    +#> 10390 VR2AR-546585     -5.623995     56.37436             75
    +#> 10391 VR2AR-546585     -5.623995     56.37436             75
    +#> 10392 VR2AR-546585     -5.623995     56.37436             75
    +#> 10393 VR2AR-546585     -5.623995     56.37436             75
    +#> 10394 VR2AR-546585     -5.623995     56.37436             75
    +#> 10395 VR2AR-546585     -5.623995     56.37436             75
    +#> 10396 VR2AR-546585     -5.623995     56.37436             75
    +#> 10397 VR2AR-546585     -5.623995     56.37436             75
    +#> 10398 VR2AR-546585     -5.623995     56.37436             75
    +#> 10399 VR2AR-546585     -5.623995     56.37436             75
    +#> 10400 VR2AR-546585     -5.623995     56.37436             75
    +#> 10401 VR2AR-546585     -5.623995     56.37436             75
    +#> 10402 VR2AR-546585     -5.623995     56.37436             75
    +#> 10403 VR2AR-546585     -5.623995     56.37436             75
    +#> 10404  VR2W-108158     -5.619533     56.37413             25
    +#> 10405  VR2W-108158     -5.619533     56.37413             25
    +#> 10406 VR2AR-546585     -5.623995     56.37436             75
    +#> 10407  VR2W-108158     -5.619533     56.37413             25
    +#> 10408 VR2AR-546585     -5.623995     56.37436             75
    +#> 10409 VR2AR-546585     -5.623995     56.37436             75
    +#> 10410 VR2AR-546585     -5.623995     56.37436             75
    +#> 10411  VR2W-108158     -5.619533     56.37413             25
    +#> 10412  VR2W-108158     -5.619533     56.37413             25
    +#> 10413  VR2W-108158     -5.619533     56.37413             25
    +#> 10414  VR2W-108158     -5.619533     56.37413             25
    +#> 10415  VR2W-108158     -5.619533     56.37413             25
    +#> 10416  VR2W-108158     -5.619533     56.37413             25
    +#> 10417 VR2AR-546585     -5.623995     56.37436             75
    +#> 10418  VR2W-108158     -5.619533     56.37413             25
    +#> 10419  VR2W-108158     -5.619533     56.37413             25
    +#> 10420  VR2W-108158     -5.619533     56.37413             25
    +#> 10421 VR2AR-546585     -5.623995     56.37436             75
    +#> 10422  VR2W-108158     -5.619533     56.37413             25
    +#> 10423  VR2W-108158     -5.619533     56.37413             25
    +#> 10424  VR2W-108158     -5.619533     56.37413             25
    +#> 10425  VR2W-108158     -5.619533     56.37413             25
    +#> 10426  VR2W-108158     -5.619533     56.37413             25
    +#> 10427  VR2W-108158     -5.619533     56.37413             25
    +#> 10428 VR2AR-546585     -5.623995     56.37436             75
    +#> 10429  VR2W-108158     -5.619533     56.37413             25
    +#> 10430  VR2W-108158     -5.619533     56.37413             25
    +#> 10431 VR2AR-546585     -5.623995     56.37436             75
    +#> 10432  VR2W-108158     -5.619533     56.37413             25
    +#> 10433 VR2AR-546585     -5.623995     56.37436             75
    +#> 10434  VR2W-108158     -5.619533     56.37413             25
    +#> 10435  VR2W-108158     -5.619533     56.37413             25
    +#> 10436 VR2AR-546585     -5.623995     56.37436             75
    +#> 10437  VR2W-108158     -5.619533     56.37413             25
    +#> 10438  VR2W-108158     -5.619533     56.37413             25
    +#> 10439  VR2W-108158     -5.619533     56.37413             25
    +#> 10440 VR2AR-546585     -5.623995     56.37436             75
    +#> 10441  VR2W-108158     -5.619533     56.37413             25
    +#> 10442 VR2AR-546585     -5.623995     56.37436             75
    +#> 10443  VR2W-108158     -5.619533     56.37413             25
    +#> 10444 VR2AR-546585     -5.623995     56.37436             75
    +#> 10445  VR2W-108158     -5.619533     56.37413             25
    +#> 10446 VR2AR-546585     -5.623995     56.37436             75
    +#> 10447  VR2W-108158     -5.619533     56.37413             25
    +#> 10448  VR2W-108158     -5.619533     56.37413             25
    +#> 10449 VR2AR-546585     -5.623995     56.37436             75
    +#> 10450 VR2AR-546585     -5.623995     56.37436             75
    +#> 10451 VR2AR-546585     -5.623995     56.37436             75
    +#> 10452 VR2AR-546585     -5.623995     56.37436             75
    +#> 10453 VR2AR-546585     -5.623995     56.37436             75
    +#> 10454 VR2AR-546585     -5.623995     56.37436             75
    +#> 10455  VR2W-108158     -5.619533     56.37413             25
    +#> 10456 VR2AR-546131     -5.612700     56.37988             35
    +#> 10457 VR2AR-546131     -5.612700     56.37988             35
    +#> 10458 VR2AR-546131     -5.612700     56.37988             35
    +#> 10459 VR2AR-546131     -5.612700     56.37988             35
    +#> 10460 VR2AR-546131     -5.612700     56.37988             35
    +#> 10461 VR2AR-546131     -5.612700     56.37988             35
    +#> 10462 VR2AR-546131     -5.612700     56.37988             35
    +#> 10463 VR2AR-546131     -5.612700     56.37988             35
    +#> 10464 VR2AR-546131     -5.612700     56.37988             35
    +#> 10465 VR2AR-546131     -5.612700     56.37988             35
    +#> 10466 VR2AR-546131     -5.612700     56.37988             35
    +#> 10467 VR2AR-546131     -5.612700     56.37988             35
    +#> 10468 VR2AR-546131     -5.612700     56.37988             35
    +#> 10469 VR2AR-546131     -5.612700     56.37988             35
    +#> 10470 VR2AR-546131     -5.612700     56.37988             35
    +#> 10471 VR2AR-546131     -5.612700     56.37988             35
    +#> 10472 VR2AR-546131     -5.612700     56.37988             35
    +#> 10473 VR2AR-546131     -5.612700     56.37988             35
    +#> 10474 VR2AR-546131     -5.612700     56.37988             35
    +#> 10475 VR2AR-546131     -5.612700     56.37988             35
    +#> 10476 VR2AR-546131     -5.612700     56.37988             35
    +#> 10477 VR2AR-546131     -5.612700     56.37988             35
    +#> 10478 VR2AR-546131     -5.612700     56.37988             35
    +#> 10479 VR2AR-546131     -5.612700     56.37988             35
    +#> 10480 VR2AR-546131     -5.612700     56.37988             35
    +#> 10481 VR2AR-546131     -5.612700     56.37988             35
    +#> 10482 VR2AR-546131     -5.612700     56.37988             35
    +#> 10483 VR2AR-546131     -5.612700     56.37988             35
    +#> 10484 VR2AR-546131     -5.612700     56.37988             35
    +#> 10485 VR2AR-546131     -5.612700     56.37988             35
    +#> 10486 VR2AR-546131     -5.612700     56.37988             35
    +#> 10487 VR2AR-546131     -5.612700     56.37988             35
    +#> 10488 VR2AR-546131     -5.612700     56.37988             35
    +#> 10489 VR2AR-546131     -5.612700     56.37988             35
    +#> 10490 VR2AR-546131     -5.612700     56.37988             35
    +#> 10491 VR2AR-546131     -5.612700     56.37988             35
    +#> 10492 VR2AR-546131     -5.612700     56.37988             35
    +#> 10493 VR2AR-546131     -5.612700     56.37988             35
    +#> 10494 VR2AR-546131     -5.612700     56.37988             35
    +#> 10495 VR2AR-546131     -5.612700     56.37988             35
    +#> 10496 VR2AR-546131     -5.612700     56.37988             35
    +#> 10497 VR2AR-546131     -5.612700     56.37988             35
    +#> 10498 VR2AR-546131     -5.612700     56.37988             35
    +#> 10499 VR2AR-546131     -5.612700     56.37988             35
    +#> 10500 VR2AR-546131     -5.612700     56.37988             35
    +#> 10501 VR2AR-546131     -5.612700     56.37988             35
    +#> 10502 VR2AR-546584     -5.604973     56.37774             30
    +#> 10503 VR2AR-546131     -5.612700     56.37988             35
    +#> 10504 VR2AR-546584     -5.604973     56.37774             30
    +#> 10505 VR2AR-546131     -5.612700     56.37988             35
    +#> 10506 VR2AR-546584     -5.604973     56.37774             30
    +#> 10507 VR2AR-546131     -5.612700     56.37988             35
    +#> 10508 VR2AR-546131     -5.612700     56.37988             35
    +#> 10509 VR2AR-546584     -5.604973     56.37774             30
    +#> 10510 VR2AR-546584     -5.604973     56.37774             30
    +#> 10511 VR2AR-546131     -5.612700     56.37988             35
    +#> 10512 VR2AR-546131     -5.612700     56.37988             35
    +#> 10513 VR2AR-546584     -5.604973     56.37774             30
    +#> 10514 VR2AR-546131     -5.612700     56.37988             35
    +#> 10515 VR2AR-546131     -5.612700     56.37988             35
    +#> 10516 VR2AR-546584     -5.604973     56.37774             30
    +#> 10517 VR2AR-546131     -5.612700     56.37988             35
    +#> 10518 VR2AR-546584     -5.604973     56.37774             30
    +#> 10519 VR2AR-546584     -5.604973     56.37774             30
    +#> 10520 VR2AR-546131     -5.612700     56.37988             35
    +#> 10521 VR2AR-546584     -5.604973     56.37774             30
    +#> 10522 VR2AR-546131     -5.612700     56.37988             35
    +#> 10523 VR2AR-546131     -5.612700     56.37988             35
    +#> 10524 VR2AR-546584     -5.604973     56.37774             30
    +#> 10525 VR2AR-546584     -5.604973     56.37774             30
    +#> 10526 VR2AR-546131     -5.612700     56.37988             35
    +#> 10527 VR2AR-546131     -5.612700     56.37988             35
    +#> 10528 VR2AR-546584     -5.604973     56.37774             30
    +#> 10529 VR2AR-546131     -5.612700     56.37988             35
    +#> 10530 VR2AR-546584     -5.604973     56.37774             30
    +#> 10531 VR2AR-546131     -5.612700     56.37988             35
    +#> 10532 VR2AR-546131     -5.612700     56.37988             35
    +#> 10533 VR2AR-546584     -5.604973     56.37774             30
    +#> 10534 VR2AR-546584     -5.604973     56.37774             30
    +#> 10535 VR2AR-546131     -5.612700     56.37988             35
    +#> 10536 VR2AR-546131     -5.612700     56.37988             35
    +#> 10537 VR2AR-546584     -5.604973     56.37774             30
    +#> 10538 VR2AR-546584     -5.604973     56.37774             30
    +#> 10539 VR2AR-546131     -5.612700     56.37988             35
    +#> 10540 VR2AR-546131     -5.612700     56.37988             35
    +#> 10541 VR2AR-546584     -5.604973     56.37774             30
    +#> 10542 VR2AR-546131     -5.612700     56.37988             35
    +#> 10543 VR2AR-546131     -5.612700     56.37988             35
    +#> 10544 VR2AR-546131     -5.612700     56.37988             35
    +#> 10545 VR2AR-546131     -5.612700     56.37988             35
    +#> 10546 VR2AR-546131     -5.612700     56.37988             35
    +#> 10547 VR2AR-546131     -5.612700     56.37988             35
    +#> 10548 VR2AR-546131     -5.612700     56.37988             35
    +#> 10549 VR2AR-546131     -5.612700     56.37988             35
    +#> 10550 VR2AR-546131     -5.612700     56.37988             35
    +#> 10551 VR2AR-546131     -5.612700     56.37988             35
    +#> 10552 VR2AR-546131     -5.612700     56.37988             35
    +#> 10553 VR2AR-546131     -5.612700     56.37988             35
    +#> 10554 VR2AR-546131     -5.612700     56.37988             35
    +#> 10555 VR2AR-546131     -5.612700     56.37988             35
    +#> 10556 VR2AR-546131     -5.612700     56.37988             35
    +#> 10557 VR2AR-546134     -5.643867     56.38278            145
    +#> 10558 VR2AR-546134     -5.643867     56.38278            145
    +#> 10559 VR2AR-546134     -5.643867     56.38278            145
    +#> 10560 VR2AR-546134     -5.643867     56.38278            145
    +#> 10561 VR2AR-546134     -5.643867     56.38278            145
    +#> 10562 VR2AR-546134     -5.643867     56.38278            145
    +#> 10563 VR2AR-546134     -5.643867     56.38278            145
    +#> 10564 VR2AR-546134     -5.643867     56.38278            145
    +#> 10565 VR2AR-546134     -5.643867     56.38278            145
    +#> 10566 VR2AR-546134     -5.643867     56.38278            145
    +#> 10567 VR2AR-546134     -5.643867     56.38278            145
    +#> 10568 VR2AR-546134     -5.643867     56.38278            145
    +#> 10569 VR2AR-546134     -5.643867     56.38278            145
    +#> 10570 VR2AR-546134     -5.643867     56.38278            145
    +#> 10571 VR2AR-546134     -5.643867     56.38278            145
    +#> 10572 VR2AR-546134     -5.643867     56.38278            145
    +#> 10573 VR2AR-546134     -5.643867     56.38278            145
    +#> 10574 VR2AR-546134     -5.643867     56.38278            145
    +#> 10575 VR2AR-546134     -5.643867     56.38278            145
    +#> 10576 VR2AR-546134     -5.643867     56.38278            145
    +#> 10577 VR2AR-546134     -5.643867     56.38278            145
    +#> 10578 VR2AR-546134     -5.643867     56.38278            145
    +#> 10579 VR2AR-546134     -5.643867     56.38278            145
    +#> 10580 VR2AR-546134     -5.643867     56.38278            145
    +#> 10581 VR2AR-546135     -5.657067     56.38803             85
    +#> 10582 VR2AR-546135     -5.657067     56.38803             85
    +#> 10583 VR2AR-546135     -5.657067     56.38803             85
    +#> 10584 VR2AR-546380     -5.637917     56.44800             25
    +#> 10585 VR2AR-546380     -5.637917     56.44800             25
    +#> 10586 VR2AR-546380     -5.637917     56.44800             25
    +#> 10587 VR2AR-546380     -5.637917     56.44800             25
    +#> 10588 VR2AR-546380     -5.637917     56.44800             25
    +#> 10589 VR2AR-546380     -5.637917     56.44800             25
    +#> 10590 VR2AR-546380     -5.637917     56.44800             25
    +#> 10591 VR2AR-546380     -5.637917     56.44800             25
    +#> 10592 VR2AR-546380     -5.637917     56.44800             25
    +#> 10593 VR2AR-546380     -5.637917     56.44800             25
    +#> 10594 VR2AR-546380     -5.637917     56.44800             25
    +#> 10595 VR2AR-546380     -5.637917     56.44800             25
    +#> 10596 VR2AR-546380     -5.637917     56.44800             25
    +#> 10597 VR2AR-546380     -5.637917     56.44800             25
    +#> 10598 VR2AR-546380     -5.637917     56.44800             25
    +#> 10599 VR2AR-546380     -5.637917     56.44800             25
    +#> 10600 VR2AR-546380     -5.637917     56.44800             25
    +#> 10601 VR2AR-546380     -5.637917     56.44800             25
    +#> 10602 VR2AR-546586     -5.707092     56.49447             20
    +#> 10603 VR2AR-546133     -5.701717     56.49747             90
    +#> 10604 VR2AR-546133     -5.701717     56.49747             90
    +#> 10605 VR2AR-546586     -5.707092     56.49447             20
    +#> 10606 VR2AR-546586     -5.707092     56.49447             20
    +#> 10607 VR2AR-546586     -5.707092     56.49447             20
    +#> 10608 VR2AR-546133     -5.701717     56.49747             90
    +#> 10609 VR2AR-546586     -5.707092     56.49447             20
    +#> 10610 VR2AR-546586     -5.707092     56.49447             20
    +#> 10611 VR2AR-546586     -5.707092     56.49447             20
    +#> 10612 VR2AR-546586     -5.707092     56.49447             20
    +#> 10613 VR2AR-546133     -5.701717     56.49747             90
    +#> 10614 VR2AR-546586     -5.707092     56.49447             20
    +#> 10615 VR2AR-546133     -5.701717     56.49747             90
    +#> 10616 VR2AR-546586     -5.707092     56.49447             20
    +#> 10617 VR2AR-546586     -5.707092     56.49447             20
    +#> 10618 VR2AR-546133     -5.701717     56.49747             90
    +#> 10619 VR2AR-546586     -5.707092     56.49447             20
    +#> 10620 VR2AR-546133     -5.701717     56.49747             90
    +#> 10621 VR2AR-546586     -5.707092     56.49447             20
    +#> 10622 VR2AR-546586     -5.707092     56.49447             20
    +#> 10623 VR2AR-546586     -5.707092     56.49447             20
    +#> 10624 VR2AR-546133     -5.701717     56.49747             90
    +#> 10625 VR2AR-546586     -5.707092     56.49447             20
    +#> 10626 VR2AR-546133     -5.701717     56.49747             90
    +#> 10627 VR2AR-546133     -5.701717     56.49747             90
    +#> 10628 VR2AR-546133     -5.701717     56.49747             90
    +#> 10629 VR2AR-546133     -5.701717     56.49747             90
    +#> 10630 VR2AR-546133     -5.701717     56.49747             90
    +#> 10631 VR2AR-546133     -5.701717     56.49747             90
    +#> 10632 VR2AR-546133     -5.701717     56.49747             90
    +#> 10633 VR2AR-546133     -5.701717     56.49747             90
    +#> 10634 VR2AR-546586     -5.707092     56.49447             20
    +#> 10635 VR2AR-546586     -5.707092     56.49447             20
    +#> 10636 VR2AR-546586     -5.707092     56.49447             20
    +#> 10637 VR2AR-546133     -5.701717     56.49747             90
    +#> 10638 VR2AR-546586     -5.707092     56.49447             20
    +#> 10639 VR2AR-546586     -5.707092     56.49447             20
    +#> 10640 VR2AR-546133     -5.701717     56.49747             90
    +#> 10641 VR2AR-546586     -5.707092     56.49447             20
    +#> 10642 VR2AR-546586     -5.707092     56.49447             20
    +#> 10643 VR2AR-546586     -5.707092     56.49447             20
    +#> 10644 VR2AR-546586     -5.707092     56.49447             20
    +#> 10645 VR2AR-546586     -5.707092     56.49447             20
    +#> 10646 VR2AR-546133     -5.701717     56.49747             90
    +#> 10647 VR2AR-546586     -5.707092     56.49447             20
    +#> 10648 VR2AR-546586     -5.707092     56.49447             20
    +#> 10649 VR2AR-546586     -5.707092     56.49447             20
    +#> 10650 VR2AR-546586     -5.707092     56.49447             20
    +#> 10651 VR2AR-546586     -5.707092     56.49447             20
    +#> 10652 VR2AR-546586     -5.707092     56.49447             20
    +#> 10653 VR2AR-546586     -5.707092     56.49447             20
    +#> 10654 VR2AR-546586     -5.707092     56.49447             20
    +#> 10655 VR2AR-546586     -5.707092     56.49447             20
    +#> 10656 VR2AR-546380     -5.637917     56.44800             25
    +#> 10657 VR2AR-546380     -5.637917     56.44800             25
    +#> 10658 VR2AR-546380     -5.637917     56.44800             25
    +#> 10659 VR2AR-546380     -5.637917     56.44800             25
    +#> 10660 VR2AR-546380     -5.637917     56.44800             25
    +#> 10661 VR2AR-546380     -5.637917     56.44800             25
    +#> 10662 VR2AR-546380     -5.637917     56.44800             25
    +#> 10663 VR2AR-546380     -5.637917     56.44800             25
    +#> 10664 VR2AR-546380     -5.637917     56.44800             25
    +#> 10665 VR2AR-546380     -5.637917     56.44800             25
    +#> 10666 VR2AR-546380     -5.637917     56.44800             25
    +#> 10667 VR2AR-546380     -5.637917     56.44800             25
    +#> 10668 VR2AR-546380     -5.637917     56.44800             25
    +#> 10669 VR2AR-546380     -5.637917     56.44800             25
    +#> 10670 VR2AR-546380     -5.637917     56.44800             25
    +#> 10671 VR2AR-546380     -5.637917     56.44800             25
    +#> 10672 VR2AR-546380     -5.637917     56.44800             25
    +#> 10673 VR2AR-546380     -5.637917     56.44800             25
    +#> 10674 VR2AR-546380     -5.637917     56.44800             25
    +#> 10675 VR2AR-546380     -5.637917     56.44800             25
    +#> 10676 VR2AR-546380     -5.637917     56.44800             25
    +#> 10677 VR2AR-546380     -5.637917     56.44800             25
    +#> 10678 VR2AR-546380     -5.637917     56.44800             25
    +#> 10679 VR2AR-546380     -5.637917     56.44800             25
    +#> 10680 VR2AR-546380     -5.637917     56.44800             25
    +#> 10681 VR2AR-546380     -5.637917     56.44800             25
    +#> 10682 VR2AR-546134     -5.643867     56.38278            145
    +#> 10683 VR2AR-546134     -5.643867     56.38278            145
    +#> 10684 VR2AR-546134     -5.643867     56.38278            145
    +#> 10685 VR2AR-546134     -5.643867     56.38278            145
    +#> 10686 VR2AR-546134     -5.643867     56.38278            145
    +#> 10687 VR2AR-546134     -5.643867     56.38278            145
    +#> 10688 VR2AR-546134     -5.643867     56.38278            145
    +#> 10689 VR2AR-546134     -5.643867     56.38278            145
    +#> 10690 VR2AR-546134     -5.643867     56.38278            145
    +#> 10691 VR2AR-546134     -5.643867     56.38278            145
    +#> 10692 VR2AR-546134     -5.643867     56.38278            145
    +#> 10693 VR2AR-546134     -5.643867     56.38278            145
    +#> 10694 VR2AR-546134     -5.643867     56.38278            145
    +#> 10695 VR2AR-546131     -5.612700     56.37988             35
    +#> 10696 VR2AR-546131     -5.612700     56.37988             35
    +#> 10697 VR2AR-546131     -5.612700     56.37988             35
    +#> 10698 VR2AR-546131     -5.612700     56.37988             35
    +#> 10699 VR2AR-546131     -5.612700     56.37988             35
    +#> 10700 VR2AR-546131     -5.612700     56.37988             35
    +#> 10701 VR2AR-546131     -5.612700     56.37988             35
    +#> 10702 VR2AR-546131     -5.612700     56.37988             35
    +#> 10703 VR2AR-546131     -5.612700     56.37988             35
    +#> 10704 VR2AR-546131     -5.612700     56.37988             35
    +#> 10705 VR2AR-546131     -5.612700     56.37988             35
    +#> 10706 VR2AR-546131     -5.612700     56.37988             35
    +#> 10707 VR2AR-546131     -5.612700     56.37988             35
    +#> 10708 VR2AR-546131     -5.612700     56.37988             35
    +#> 10709 VR2AR-546131     -5.612700     56.37988             35
    +#> 10710 VR2AR-546131     -5.612700     56.37988             35
    +#> 10711 VR2AR-546131     -5.612700     56.37988             35
    +#> 10712 VR2AR-546131     -5.612700     56.37988             35
    +#> 10713 VR2AR-546131     -5.612700     56.37988             35
    +#> 10714 VR2AR-546131     -5.612700     56.37988             35
    +#> 10715 VR2AR-546131     -5.612700     56.37988             35
    +#> 10716 VR2AR-546131     -5.612700     56.37988             35
    +#> 10717 VR2AR-546131     -5.612700     56.37988             35
    +#> 10718 VR2AR-546131     -5.612700     56.37988             35
    +#> 10719 VR2AR-546131     -5.612700     56.37988             35
    +#> 10720 VR2AR-546131     -5.612700     56.37988             35
    +#> 10721 VR2AR-546131     -5.612700     56.37988             35
    +#> 10722 VR2AR-546131     -5.612700     56.37988             35
    +#> 10723 VR2AR-546131     -5.612700     56.37988             35
    +#> 10724 VR2AR-546131     -5.612700     56.37988             35
    +#> 10725 VR2AR-546131     -5.612700     56.37988             35
    +#> 10726 VR2AR-546131     -5.612700     56.37988             35
    +#> 10727 VR2AR-546131     -5.612700     56.37988             35
    +#> 10728 VR2AR-546131     -5.612700     56.37988             35
    +#> 10729 VR2AR-546131     -5.612700     56.37988             35
    +#> 10730 VR2AR-546131     -5.612700     56.37988             35
    +#> 10731 VR2AR-546131     -5.612700     56.37988             35
    +#> 10732 VR2AR-546131     -5.612700     56.37988             35
    +#> 10733 VR2AR-546131     -5.612700     56.37988             35
    +#> 10734 VR2AR-546131     -5.612700     56.37988             35
    +#> 10735 VR2AR-546131     -5.612700     56.37988             35
    +#> 10736 VR2AR-546131     -5.612700     56.37988             35
    +#> 10737 VR2AR-546131     -5.612700     56.37988             35
    +#> 10738 VR2AR-546131     -5.612700     56.37988             35
    +#> 10739 VR2AR-546131     -5.612700     56.37988             35
    +#> 10740 VR2AR-546131     -5.612700     56.37988             35
    +#> 10741 VR2AR-546131     -5.612700     56.37988             35
    +#> 10742 VR2AR-546131     -5.612700     56.37988             35
    +#> 10743 VR2AR-546131     -5.612700     56.37988             35
    +#> 10744 VR2AR-546131     -5.612700     56.37988             35
    +#> 10745 VR2AR-546131     -5.612700     56.37988             35
    +#> 10746 VR2AR-546131     -5.612700     56.37988             35
    +#> 10747 VR2AR-546131     -5.612700     56.37988             35
    +#> 10748 VR2AR-546131     -5.612700     56.37988             35
    +#> 10749 VR2AR-546131     -5.612700     56.37988             35
    +#> 10750 VR2AR-546131     -5.612700     56.37988             35
    +#> 10751 VR2AR-546131     -5.612700     56.37988             35
    +#> 10752 VR2AR-546131     -5.612700     56.37988             35
    +#> 10753 VR2AR-546131     -5.612700     56.37988             35
    +#> 10754 VR2AR-546131     -5.612700     56.37988             35
    +#> 10755 VR2AR-546131     -5.612700     56.37988             35
    +#> 10756 VR2AR-546131     -5.612700     56.37988             35
    +#> 10757 VR2AR-546131     -5.612700     56.37988             35
    +#> 10758 VR2AR-546131     -5.612700     56.37988             35
    +#> 10759 VR2AR-546131     -5.612700     56.37988             35
    +#> 10760 VR2AR-546131     -5.612700     56.37988             35
    +#> 10761 VR2AR-546131     -5.612700     56.37988             35
    +#> 10762 VR2AR-546131     -5.612700     56.37988             35
    +#> 10763 VR2AR-546131     -5.612700     56.37988             35
    +#> 10764 VR2AR-546131     -5.612700     56.37988             35
    +#> 10765 VR2AR-546131     -5.612700     56.37988             35
    +#> 10766 VR2AR-546131     -5.612700     56.37988             35
    +#> 10767 VR2AR-546131     -5.612700     56.37988             35
    +#> 10768 VR2AR-546131     -5.612700     56.37988             35
    +#> 10769 VR2AR-546131     -5.612700     56.37988             35
    +#> 10770 VR2AR-546131     -5.612700     56.37988             35
    +#> 10771 VR2AR-546131     -5.612700     56.37988             35
    +#> 10772 VR2AR-546131     -5.612700     56.37988             35
    +#> 10773 VR2AR-546131     -5.612700     56.37988             35
    +#> 10774 VR2AR-546131     -5.612700     56.37988             35
    +#> 10775 VR2AR-546131     -5.612700     56.37988             35
    +#> 10776 VR2AR-546131     -5.612700     56.37988             35
    +#> 10777 VR2AR-546131     -5.612700     56.37988             35
    +#> 10778 VR2AR-546131     -5.612700     56.37988             35
    +#> 10779 VR2AR-546131     -5.612700     56.37988             35
    +#> 10780 VR2AR-546131     -5.612700     56.37988             35
    +#> 10781 VR2AR-546131     -5.612700     56.37988             35
    +#> 10782 VR2AR-546131     -5.612700     56.37988             35
    +#> 10783 VR2AR-546131     -5.612700     56.37988             35
    +#> 10784 VR2AR-546131     -5.612700     56.37988             35
    +#> 10785 VR2AR-546131     -5.612700     56.37988             35
    +#> 10786 VR2AR-546131     -5.612700     56.37988             35
    +#> 10787 VR2AR-546131     -5.612700     56.37988             35
    +#> 10788 VR2AR-546131     -5.612700     56.37988             35
    +#> 10789 VR2AR-546131     -5.612700     56.37988             35
    +#> 10790 VR2AR-546131     -5.612700     56.37988             35
    +#> 10791 VR2AR-546131     -5.612700     56.37988             35
    +#> 10792 VR2AR-546131     -5.612700     56.37988             35
    +#> 10793 VR2AR-546131     -5.612700     56.37988             35
    +#> 10794 VR2AR-546131     -5.612700     56.37988             35
    +#> 10795 VR2AR-546131     -5.612700     56.37988             35
    +#> 10796 VR2AR-546131     -5.612700     56.37988             35
    +#> 10797 VR2AR-546131     -5.612700     56.37988             35
    +#> 10798 VR2AR-546131     -5.612700     56.37988             35
    +#> 10799 VR2AR-546131     -5.612700     56.37988             35
    +#> 10800 VR2AR-546131     -5.612700     56.37988             35
    +#> 10801 VR2AR-546131     -5.612700     56.37988             35
    +#> 10802 VR2AR-546131     -5.612700     56.37988             35
    +#> 10803 VR2AR-546131     -5.612700     56.37988             35
    +#> 10804 VR2AR-546131     -5.612700     56.37988             35
    +#> 10805 VR2AR-546131     -5.612700     56.37988             35
    +#> 10806 VR2AR-546131     -5.612700     56.37988             35
    +#> 10807 VR2AR-546131     -5.612700     56.37988             35
    +#> 10808 VR2AR-546584     -5.604973     56.37774             30
    +#> 10809 VR2AR-546131     -5.612700     56.37988             35
    +#> 10810 VR2AR-546131     -5.612700     56.37988             35
    +#> 10811 VR2AR-546131     -5.612700     56.37988             35
    +#> 10812 VR2AR-546584     -5.604973     56.37774             30
    +#> 10813 VR2AR-546584     -5.604973     56.37774             30
    +#> 10814 VR2AR-546131     -5.612700     56.37988             35
    +#> 10815 VR2AR-546131     -5.612700     56.37988             35
    +#> 10816 VR2AR-546584     -5.604973     56.37774             30
    +#> 10817 VR2AR-546584     -5.604973     56.37774             30
    +#> 10818 VR2AR-546584     -5.604973     56.37774             30
    +#> 10819 VR2AR-546131     -5.612700     56.37988             35
    +#> 10820 VR2AR-546584     -5.604973     56.37774             30
    +#> 10821 VR2AR-546584     -5.604973     56.37774             30
    +#> 10822 VR2AR-546584     -5.604973     56.37774             30
    +#> 10823 VR2AR-546584     -5.604973     56.37774             30
    +#> 10824 VR2AR-546584     -5.604973     56.37774             30
    +#> 10825 VR2AR-546584     -5.604973     56.37774             30
    +#> 10826 VR2AR-546584     -5.604973     56.37774             30
    +#> 10827 VR2AR-546584     -5.604973     56.37774             30
    +#> 10828 VR2AR-546131     -5.612700     56.37988             35
    +#> 10829 VR2AR-546131     -5.612700     56.37988             35
    +#> 10830 VR2AR-546584     -5.604973     56.37774             30
    +#> 10831 VR2AR-546131     -5.612700     56.37988             35
    +#> 10832 VR2AR-546131     -5.612700     56.37988             35
    +#> 10833 VR2AR-546131     -5.612700     56.37988             35
    +#> 10834 VR2AR-546131     -5.612700     56.37988             35
    +#> 10835 VR2AR-546131     -5.612700     56.37988             35
    +#> 10836 VR2AR-546131     -5.612700     56.37988             35
    +#> 10837 VR2AR-546131     -5.612700     56.37988             35
    +#> 10838 VR2AR-546584     -5.604973     56.37774             30
    +#> 10839 VR2AR-546131     -5.612700     56.37988             35
    +#> 10840 VR2AR-546584     -5.604973     56.37774             30
    +#> 10841 VR2AR-546131     -5.612700     56.37988             35
    +#> 10842 VR2AR-546131     -5.612700     56.37988             35
    +#> 10843 VR2AR-546584     -5.604973     56.37774             30
    +#> 10844 VR2AR-546584     -5.604973     56.37774             30
    +#> 10845 VR2AR-546131     -5.612700     56.37988             35
    +#> 10846 VR2AR-546584     -5.604973     56.37774             30
    +#> 10847 VR2AR-546131     -5.612700     56.37988             35
    +#> 10848 VR2AR-546131     -5.612700     56.37988             35
    +#> 10849 VR2AR-546131     -5.612700     56.37988             35
    +#> 10850 VR2AR-546584     -5.604973     56.37774             30
    +#> 10851 VR2AR-546131     -5.612700     56.37988             35
    +#> 10852 VR2AR-546131     -5.612700     56.37988             35
    +#> 10853 VR2AR-546131     -5.612700     56.37988             35
    +#> 10854 VR2AR-546131     -5.612700     56.37988             35
    +#> 10855 VR2AR-546131     -5.612700     56.37988             35
    +#> 10856 VR2AR-546131     -5.612700     56.37988             35
    +#> 10857 VR2AR-546131     -5.612700     56.37988             35
    +#> 10858 VR2AR-546131     -5.612700     56.37988             35
    +#> 10859 VR2AR-546131     -5.612700     56.37988             35
    +#> 10860 VR2AR-546131     -5.612700     56.37988             35
    +#> 10861 VR2AR-546584     -5.604973     56.37774             30
    +#> 10862 VR2AR-546131     -5.612700     56.37988             35
    +#> 10863 VR2AR-546584     -5.604973     56.37774             30
    +#> 10864 VR2AR-546131     -5.612700     56.37988             35
    +#> 10865 VR2AR-546131     -5.612700     56.37988             35
    +#> 10866 VR2AR-546131     -5.612700     56.37988             35
    +#> 10867 VR2AR-546131     -5.612700     56.37988             35
    +#> 10868 VR2AR-546131     -5.612700     56.37988             35
    +#> 10869 VR2AR-546131     -5.612700     56.37988             35
    +#> 10870 VR2AR-546131     -5.612700     56.37988             35
    +#> 10871 VR2AR-546131     -5.612700     56.37988             35
    +#> 10872 VR2AR-546131     -5.612700     56.37988             35
    +#> 10873 VR2AR-546131     -5.612700     56.37988             35
    +#> 10874 VR2AR-546131     -5.612700     56.37988             35
    +#> 10875 VR2AR-546131     -5.612700     56.37988             35
    +#> 10876 VR2AR-546131     -5.612700     56.37988             35
    +#> 10877 VR2AR-546584     -5.604973     56.37774             30
    +#> 10878 VR2AR-546131     -5.612700     56.37988             35
    +#> 10879 VR2AR-546584     -5.604973     56.37774             30
    +#> 10880 VR2AR-546131     -5.612700     56.37988             35
    +#> 10881 VR2AR-546131     -5.612700     56.37988             35
    +#> 10882 VR2AR-546131     -5.612700     56.37988             35
    +#> 10883 VR2AR-546584     -5.604973     56.37774             30
    +#> 10884 VR2AR-546131     -5.612700     56.37988             35
    +#> 10885 VR2AR-546131     -5.612700     56.37988             35
    +#> 10886 VR2AR-546584     -5.604973     56.37774             30
    +#> 10887 VR2AR-546584     -5.604973     56.37774             30
    +#> 10888 VR2AR-546131     -5.612700     56.37988             35
    +#> 10889 VR2AR-546131     -5.612700     56.37988             35
    +#> 10890 VR2AR-546131     -5.612700     56.37988             35
    +#> 10891 VR2AR-546131     -5.612700     56.37988             35
    +#> 10892 VR2AR-546131     -5.612700     56.37988             35
    +#> 10893 VR2AR-546131     -5.612700     56.37988             35
    +#> 10894 VR2AR-546131     -5.612700     56.37988             35
    +#> 10895 VR2AR-546131     -5.612700     56.37988             35
    +#> 10896 VR2AR-546131     -5.612700     56.37988             35
    +#> 10897 VR2AR-546131     -5.612700     56.37988             35
    +#> 10898 VR2AR-546131     -5.612700     56.37988             35
    +#> 10899 VR2AR-546131     -5.612700     56.37988             35
    +#> 10900 VR2AR-546131     -5.612700     56.37988             35
    +#> 10901 VR2AR-546585     -5.623995     56.37436             75
    +#> 10902 VR2AR-546585     -5.623995     56.37436             75
    +#> 10903 VR2AR-546585     -5.623995     56.37436             75
    +#> 10904  VR2W-108160     -5.631733     56.37447             50
    +#> 10905 VR2AR-546585     -5.623995     56.37436             75
    +#> 10906  VR2W-108160     -5.631733     56.37447             50
    +#> 10907 VR2AR-546585     -5.623995     56.37436             75
    +#> 10908  VR2W-108160     -5.631733     56.37447             50
    +#> 10909 VR2AR-546585     -5.623995     56.37436             75
    +#> 10910 VR2AR-546585     -5.623995     56.37436             75
    +#> 10911 VR2AR-546585     -5.623995     56.37436             75
    +#> 10912 VR2AR-546585     -5.623995     56.37436             75
    +#> 10913 VR2AR-546585     -5.623995     56.37436             75
    +#> 10914  VR2W-108160     -5.631733     56.37447             50
    +#> 10915 VR2AR-546585     -5.623995     56.37436             75
    +#> 10916  VR2W-108160     -5.631733     56.37447             50
    +#> 10917 VR2AR-546585     -5.623995     56.37436             75
    +#> 10918  VR2W-108160     -5.631733     56.37447             50
    +#> 10919  VR2W-108160     -5.631733     56.37447             50
    +#> 10920  VR2W-108160     -5.631733     56.37447             50
    +#> 10921 VR2AR-546134     -5.643867     56.38278            145
    +#> 10922 VR2AR-546134     -5.643867     56.38278            145
    +#> 10923 VR2AR-546134     -5.643867     56.38278            145
    +#> 10924 VR2AR-546134     -5.643867     56.38278            145
    +#> 10925 VR2AR-546134     -5.643867     56.38278            145
    +#> 10926 VR2AR-546134     -5.643867     56.38278            145
    +#> 10927 VR2AR-546134     -5.643867     56.38278            145
    +#> 10928 VR2AR-546134     -5.643867     56.38278            145
    +#> 10929 VR2AR-546134     -5.643867     56.38278            145
    +#> 10930 VR2AR-546134     -5.643867     56.38278            145
    +#> 10931 VR2AR-546134     -5.643867     56.38278            145
    +#> 10932 VR2AR-546134     -5.643867     56.38278            145
    +#> 10933 VR2AR-546134     -5.643867     56.38278            145
    +#> 10934 VR2AR-546134     -5.643867     56.38278            145
    +#> 10935 VR2AR-546134     -5.643867     56.38278            145
    +#> 10936 VR2AR-546135     -5.657067     56.38803             85
    +#> 10937 VR2AR-546135     -5.657067     56.38803             85
    +#> 10938 VR2AR-546135     -5.657067     56.38803             85
    +#> 10939 VR2AR-546135     -5.657067     56.38803             85
    +#> 10940 VR2AR-546135     -5.657067     56.38803             85
    +#> 10941 VR2AR-546135     -5.657067     56.38803             85
    +#> 10942 VR2AR-546135     -5.657067     56.38803             85
    +#> 10943 VR2AR-546135     -5.657067     56.38803             85
    +#> 10944 VR2AR-546135     -5.657067     56.38803             85
    +#> 10945 VR2AR-546135     -5.657067     56.38803             85
    +#> 10946 VR2AR-546135     -5.657067     56.38803             85
    +#> 10947 VR2AR-546135     -5.657067     56.38803             85
    +#> 10948 VR2AR-546135     -5.657067     56.38803             85
    +#> 10949 VR2AR-546135     -5.657067     56.38803             85
    +#> 10950 VR2AR-546135     -5.657067     56.38803             85
    +#> 10951 VR2AR-546135     -5.657067     56.38803             85
    +#> 10952 VR2AR-546135     -5.657067     56.38803             85
    +#> 10953 VR2AR-546380     -5.637917     56.44800             25
    +#> 10954 VR2AR-546380     -5.637917     56.44800             25
    +#> 10955 VR2AR-546380     -5.637917     56.44800             25
    +#> 10956 VR2AR-546380     -5.637917     56.44800             25
    +#> 10957 VR2AR-546380     -5.637917     56.44800             25
    +#> 10958 VR2AR-546380     -5.637917     56.44800             25
    +#> 10959 VR2AR-546380     -5.637917     56.44800             25
    +#> 10960 VR2AR-546380     -5.637917     56.44800             25
    +#> 10961 VR2AR-546380     -5.637917     56.44800             25
    +#> 10962 VR2AR-546380     -5.637917     56.44800             25
    +#> 10963 VR2AR-546380     -5.637917     56.44800             25
    +#> 10964 VR2AR-546380     -5.637917     56.44800             25
    +#> 10965 VR2AR-546380     -5.637917     56.44800             25
    +#> 10966 VR2AR-546380     -5.637917     56.44800             25
    +#> 10967 VR2AR-546380     -5.637917     56.44800             25
    +#> 10968 VR2AR-546380     -5.637917     56.44800             25
    +#> 10969 VR2AR-546380     -5.637917     56.44800             25
    +#> 10970 VR2AR-546380     -5.637917     56.44800             25
    +#> 10971 VR2AR-546380     -5.637917     56.44800             25
    +#> 10972 VR2AR-546380     -5.637917     56.44800             25
    +#> 10973 VR2AR-546380     -5.637917     56.44800             25
    +#> 10974 VR2AR-546380     -5.637917     56.44800             25
    +#> 10975 VR2AR-546380     -5.637917     56.44800             25
    +#> 10976 VR2AR-546380     -5.637917     56.44800             25
    +#> 10977 VR2AR-546380     -5.637917     56.44800             25
    +#> 10978 VR2AR-546380     -5.637917     56.44800             25
    +#> 10979 VR2AR-546380     -5.637917     56.44800             25
    +#> 10980 VR2AR-546380     -5.637917     56.44800             25
    +#> 10981 VR2AR-546380     -5.637917     56.44800             25
    +#> 10982 VR2AR-546380     -5.637917     56.44800             25
    +#> 10983 VR2AR-546131     -5.612700     56.37988             35
    +#> 10984 VR2AR-546131     -5.612700     56.37988             35
    +#> 10985 VR2AR-546131     -5.612700     56.37988             35
    +#> 10986 VR2AR-546131     -5.612700     56.37988             35
    +#> 10987 VR2AR-546131     -5.612700     56.37988             35
    +#> 10988 VR2AR-546131     -5.612700     56.37988             35
    +#> 10989 VR2AR-546131     -5.612700     56.37988             35
    +#> 10990 VR2AR-546131     -5.612700     56.37988             35
    +#> 10991 VR2AR-546131     -5.612700     56.37988             35
    +#> 10992 VR2AR-546131     -5.612700     56.37988             35
    +#> 10993 VR2AR-546131     -5.612700     56.37988             35
    +#> 10994 VR2AR-546131     -5.612700     56.37988             35
    +#> 10995 VR2AR-546584     -5.604973     56.37774             30
    +#> 10996 VR2AR-546131     -5.612700     56.37988             35
    +#> 10997 VR2AR-546131     -5.612700     56.37988             35
    +#> 10998 VR2AR-546584     -5.604973     56.37774             30
    +#> 10999 VR2AR-546131     -5.612700     56.37988             35
    +#> 11000 VR2AR-546131     -5.612700     56.37988             35
    +#> 11001 VR2AR-546131     -5.612700     56.37988             35
    +#> 11002 VR2AR-546584     -5.604973     56.37774             30
    +#> 11003 VR2AR-546131     -5.612700     56.37988             35
    +#> 11004 VR2AR-546584     -5.604973     56.37774             30
    +#> 11005 VR2AR-546131     -5.612700     56.37988             35
    +#> 11006 VR2AR-546131     -5.612700     56.37988             35
    +#> 11007 VR2AR-546131     -5.612700     56.37988             35
    +#> 11008 VR2AR-546131     -5.612700     56.37988             35
    +#> 11009 VR2AR-546131     -5.612700     56.37988             35
    +#> 11010 VR2AR-546131     -5.612700     56.37988             35
    +#> 11011 VR2AR-546131     -5.612700     56.37988             35
    +#> 11012 VR2AR-546131     -5.612700     56.37988             35
    +#> 11013 VR2AR-546131     -5.612700     56.37988             35
    +#> 11014 VR2AR-546131     -5.612700     56.37988             35
    +#> 11015 VR2AR-546131     -5.612700     56.37988             35
    +#> 11016 VR2AR-546131     -5.612700     56.37988             35
    +#> 11017 VR2AR-546131     -5.612700     56.37988             35
    +#> 11018 VR2AR-546131     -5.612700     56.37988             35
    +#> 11019 VR2AR-546131     -5.612700     56.37988             35
    +#> 11020 VR2AR-546131     -5.612700     56.37988             35
    +#> 11021 VR2AR-546131     -5.612700     56.37988             35
    +#> 11022 VR2AR-546131     -5.612700     56.37988             35
    +#> 11023 VR2AR-546131     -5.612700     56.37988             35
    +#> 11024 VR2AR-546131     -5.612700     56.37988             35
    +#> 11025 VR2AR-546131     -5.612700     56.37988             35
    +#> 11026 VR2AR-546131     -5.612700     56.37988             35
    +#> 11027 VR2AR-546131     -5.612700     56.37988             35
    +#> 11028 VR2AR-546131     -5.612700     56.37988             35
    +#> 11029 VR2AR-546131     -5.612700     56.37988             35
    +#> 11030 VR2AR-546131     -5.612700     56.37988             35
    +#> 11031 VR2AR-546131     -5.612700     56.37988             35
    +#> 11032 VR2AR-546131     -5.612700     56.37988             35
    +#> 11033 VR2AR-546131     -5.612700     56.37988             35
    +#> 11034 VR2AR-546131     -5.612700     56.37988             35
    +#> 11035 VR2AR-546131     -5.612700     56.37988             35
    +#> 11036 VR2AR-546131     -5.612700     56.37988             35
    +#> 11037 VR2AR-546131     -5.612700     56.37988             35
    +#> 11038 VR2AR-546131     -5.612700     56.37988             35
    +#> 11039 VR2AR-546131     -5.612700     56.37988             35
    +#> 11040 VR2AR-546131     -5.612700     56.37988             35
    +#> 11041 VR2AR-546131     -5.612700     56.37988             35
    +#> 11042 VR2AR-546131     -5.612700     56.37988             35
    +#> 11043 VR2AR-546131     -5.612700     56.37988             35
    +#> 11044 VR2AR-546131     -5.612700     56.37988             35
    +#> 11045 VR2AR-546131     -5.612700     56.37988             35
    +#> 11046 VR2AR-546131     -5.612700     56.37988             35
    +#> 11047 VR2AR-546131     -5.612700     56.37988             35
    +#> 11048 VR2AR-546131     -5.612700     56.37988             35
    +#> 11049 VR2AR-546131     -5.612700     56.37988             35
    +#> 11050 VR2AR-546131     -5.612700     56.37988             35
    +#> 11051 VR2AR-546131     -5.612700     56.37988             35
    +#> 11052 VR2AR-546131     -5.612700     56.37988             35
    +#> 11053 VR2AR-546131     -5.612700     56.37988             35
    +#> 11054 VR2AR-546131     -5.612700     56.37988             35
    +#> 11055 VR2AR-546131     -5.612700     56.37988             35
    +#> 11056 VR2AR-546131     -5.612700     56.37988             35
    +#> 11057 VR2AR-546131     -5.612700     56.37988             35
    +#> 11058 VR2AR-546131     -5.612700     56.37988             35
    +#> 11059 VR2AR-546131     -5.612700     56.37988             35
    +#> 11060 VR2AR-546131     -5.612700     56.37988             35
    +#> 11061 VR2AR-546131     -5.612700     56.37988             35
    +#> 11062 VR2AR-546131     -5.612700     56.37988             35
    +#> 11063 VR2AR-546131     -5.612700     56.37988             35
    +#> 11064 VR2AR-546131     -5.612700     56.37988             35
    +#> 11065 VR2AR-546131     -5.612700     56.37988             35
    +#> 11066 VR2AR-546131     -5.612700     56.37988             35
    +#> 11067 VR2AR-546131     -5.612700     56.37988             35
    +#> 11068 VR2AR-546131     -5.612700     56.37988             35
    +#> 11069 VR2AR-546131     -5.612700     56.37988             35
    +#> 11070 VR2AR-546131     -5.612700     56.37988             35
    +#> 11071 VR2AR-546131     -5.612700     56.37988             35
    +#> 11072 VR2AR-546131     -5.612700     56.37988             35
    +#> 11073 VR2AR-546131     -5.612700     56.37988             35
    +#> 11074 VR2AR-546131     -5.612700     56.37988             35
    +#> 11075 VR2AR-546131     -5.612700     56.37988             35
    +#> 11076 VR2AR-546131     -5.612700     56.37988             35
    +#> 11077 VR2AR-546131     -5.612700     56.37988             35
    +#> 11078 VR2AR-546131     -5.612700     56.37988             35
    +#> 11079 VR2AR-546131     -5.612700     56.37988             35
    +#> 11080 VR2AR-546131     -5.612700     56.37988             35
    +#> 11081 VR2AR-546131     -5.612700     56.37988             35
    +#> 11082 VR2AR-546131     -5.612700     56.37988             35
    +#> 11083 VR2AR-546131     -5.612700     56.37988             35
    +#> 11084 VR2AR-546131     -5.612700     56.37988             35
    +#> 11085 VR2AR-546131     -5.612700     56.37988             35
    +#> 11086 VR2AR-546131     -5.612700     56.37988             35
    +#> 11087 VR2AR-546131     -5.612700     56.37988             35
    +#> 11088 VR2AR-546131     -5.612700     56.37988             35
    +#> 11089 VR2AR-546131     -5.612700     56.37988             35
    +#> 11090 VR2AR-546131     -5.612700     56.37988             35
    +#> 11091 VR2AR-546131     -5.612700     56.37988             35
    +#> 11092 VR2AR-546584     -5.604973     56.37774             30
    +#> 11093 VR2AR-546131     -5.612700     56.37988             35
    +#> 11094 VR2AR-546131     -5.612700     56.37988             35
    +#> 11095 VR2AR-546131     -5.612700     56.37988             35
    +#> 11096 VR2AR-546584     -5.604973     56.37774             30
    +#> 11097 VR2AR-546131     -5.612700     56.37988             35
    +#> 11098 VR2AR-546131     -5.612700     56.37988             35
    +#> 11099 VR2AR-546584     -5.604973     56.37774             30
    +#> 11100 VR2AR-546584     -5.604973     56.37774             30
    +#> 11101 VR2AR-546131     -5.612700     56.37988             35
    +#> 11102 VR2AR-546584     -5.604973     56.37774             30
    +#> 11103 VR2AR-546584     -5.604973     56.37774             30
    +#> 11104 VR2AR-546131     -5.612700     56.37988             35
    +#> 11105 VR2AR-546584     -5.604973     56.37774             30
    +#> 11106 VR2AR-546584     -5.604973     56.37774             30
    +#> 11107 VR2AR-546131     -5.612700     56.37988             35
    +#> 11108 VR2AR-546131     -5.612700     56.37988             35
    +#> 11109 VR2AR-546131     -5.612700     56.37988             35
    +#> 11110 VR2AR-546584     -5.604973     56.37774             30
    +#> 11111 VR2AR-546131     -5.612700     56.37988             35
    +#>  [ reached 'max' / getOption("max.print") -- omitted 1897 rows ]
    +#> 
    +#> [[3]]$args$delta_t
    +#> [1] "24 hours"
    +#> 
    +#> 
    +#> 
    +graphics::par(pp)
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/compact.html b/docs/reference/compact.html index b1b93f0..b574c05 100644 --- a/docs/reference/compact.html +++ b/docs/reference/compact.html @@ -1,67 +1,12 @@ - - - - - - - -Compact a list — compact • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Compact a list — compact • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,46 +65,42 @@

    Compact a list

    Remove all NULL entries from a list.

    -
    compact(l)
    - -

    Arguments

    - - - - - - -
    l

    A list.

    +
    +
    compact(l)
    +
    -

    Source

    +
    +

    Source

    +

    This function is derived from the plyr::compact() function. The function is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    +

    Arguments

    +
    l
    +

    A list.

    -

    This function is derived from the plyr::compact() function. The function is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/crop_from_click.html b/docs/reference/crop_from_click.html index 49f6d5a..101769a 100644 --- a/docs/reference/crop_from_click.html +++ b/docs/reference/crop_from_click.html @@ -1,67 +1,12 @@ - - - - - - - -Interactively crop a raster — crop_from_click • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Interactively crop a raster — crop_from_click • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    Interactively crop a raster to a boundary box specified by mouse clicks.

    +

    Interactively crop a raster to a boundary box specified by mouse clicks.

    +
    + +
    +
    crop_from_click(x, plot = TRUE, ...)
    -
    crop_from_click(x, plot = TRUE, ...)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    x

    A raster.

    plot

    A logical input that defines whether or not to plot x before and after cropping.

    ...

    Additional arguments passed to pretty_map to customise plots.

    - -

    Value

    - -

    The function returns a raster and, if plot = TRUE, a plot of the area before/after cropping.

    -

    Details

    - -

    The function is implemented as follows:

      -
    1. The function plots the supplied raster (x), if plot = TRUE;

    2. +
      +

      Arguments

      +
      x
      +

      A raster.

      + + +
      plot
      +

      A logical input that defines whether or not to plot x before and after cropping.

      + + +
      ...
      +

      Additional arguments passed to pretty_map to customise plots.

      + +
      +
      +

      Value

      + + +

      The function returns a raster and, if plot = TRUE, a plot of the area before/after cropping.

      +
      +
      +

      Details

      +

      The function is implemented as follows:

      1. The function plots the supplied raster (x), if plot = TRUE;

      2. Boundary coordinates delineating the area to which x should be cropped are defined by mouse clicks on the plot;

      3. -
      4. The plotted raster is cropped using the minimum and maximum x and y coordinates of mouse clicks, via crop;

      5. +
      6. The plotted raster is cropped using the minimum and maximum x and y coordinates of mouse clicks, via crop;

      7. The cropped raster is plotted, if plot = TRUE;

      8. The cropped raster is returned.

      9. -
      - -

      Author

      - +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    if(interactive()) crop_from_click(dat_gebco) -
    +
    +

    Examples

    +
    if(interactive()) crop_from_click(dat_gebco)
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_acdc.html b/docs/reference/dat_acdc.html index 9e7133b..67e5189 100644 --- a/docs/reference/dat_acdc.html +++ b/docs/reference/dat_acdc.html @@ -1,67 +1,12 @@ - - - - - - - -Example ACDC algorithm output — dat_acdc • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example ACDC algorithm output — dat_acdc • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    An object of class acdc_archive-class from acdc, created by a (2-hour) chunk-wise implementation of this function. This is included principally to streamline function examples.

    +

    An object of class acdc_archive-class from acdc, created by a (2-hour) chunk-wise implementation of this function. This is included principally to streamline function examples.

    -
    dat_acdc
    +
    +
    dat_acdc
    +
    +
    +

    Format

    +

    A named list with 4 elements:

    archive
    +

    A list of results from calls to .acs, with one element per chunk.

    -

    Format

    +
    ts_by_chunk
    +

    A list of time series, with one element per chunk.

    -

    A named list with 4 elements:

    -
    archive

    A list of results from calls to .acs, with one element per chunk.

    -
    ts_by_chunk

    A list of time series, with one element per chunk.

    -
    time

    A dataframe that defines the times of sequential stages in the algorithm's progression.

    -
    args

    A named list of user inputs that record the parameters used to generate the outputs.

    +
    time
    +

    A dataframe that defines the times of sequential stages in the algorithm's progression.

    -
    +
    args
    +

    A named list of user inputs that record the parameters used to generate the outputs.

    -

    See also

    -

    See acdc_archive-class for further information on this S3 class.

    +
    +
    +

    See also

    +

    See acdc_archive-class for further information on this S3 class.

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_acoustics.html b/docs/reference/dat_acoustics.html index 18cc1af..f91889d 100644 --- a/docs/reference/dat_acoustics.html +++ b/docs/reference/dat_acoustics.html @@ -1,67 +1,12 @@ - - - - - - - -Example passive acoustic telemetry detections dataset — dat_acoustics • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example passive acoustic telemetry detections dataset — dat_acoustics • flapper - - - - + + -
    -
    - -
    - -
    +
    @@ -123,59 +65,75 @@

    Example passive acoustic telemetry detections dataset

    A dataset containing a sample of processed flapper skate (Dipturus intermedius) detection time series. Data are arranged by individual_id, timestamp and then receiver_id (see below).

    -
    dat_acoustics
    +
    +
    dat_acoustics
    +
    +
    +

    Format

    +

    A dataframe with 39,242 observations and 9 variables:

    individual_id
    +

    A unique identifier of the individual that was detected (see dat_ids).

    -

    Format

    +
    transmitter_id
    +

    The acoustic transmitter that was detected (see dat_ids).

    -

    A dataframe with 39,242 observations and 9 variables:

    -
    individual_id

    A unique identifier of the individual that was detected (see dat_ids).

    -
    transmitter_id

    The acoustic transmitter that was detected (see dat_ids).

    -
    index

    An integer individual-specific cumulative detection index.

    -
    timestamp

    A POSIXct object which defines the time of each observation.

    -
    receiver_id

    A unique identifier of the receiver at which the individual was detected (see dat_moorings).

    -
    receiver

    The receiver at which the individual was detected (see dat_moorings).

    -
    receiver_long

    The longitude of the receiver at which the individual was detected (see dat_moorings).

    -
    receiver_lat

    The latitude of the receiver at which the individual was detected (see dat_moorings).

    -
    receiver_depth

    The depth of the receiver at which the individual was detected (see dat_moorings).

    +
    index
    +

    An integer individual-specific cumulative detection index.

    -
    +
    timestamp
    +

    A POSIXct object which defines the time of each observation.

    -

    Source

    +
    receiver_id
    +

    A unique identifier of the receiver at which the individual was detected (see dat_moorings).

    -

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    -

    Details

    +
    receiver
    +

    The receiver at which the individual was detected (see dat_moorings).

    + +
    receiver_long
    +

    The longitude of the receiver at which the individual was detected (see dat_moorings).

    + +
    receiver_lat
    +

    The latitude of the receiver at which the individual was detected (see dat_moorings).

    -

    Time stamps are expressed to the nearest two minutes. `Duplicate' detections (of the same individual at the same receiver in the same time step) are excluded. This supports the implementation of the acoustic-container (AC) and acoustic-container depth-contour (ACDC) algorithms (see ac and acdc).

    -

    References

    +
    receiver_depth
    +

    The depth of the receiver at which the individual was detected (see dat_moorings).

    + +
    +
    +

    Source

    +

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    +
    +
    +

    Details

    +

    Time stamps are expressed to the nearest two minutes. `Duplicate' detections (of the same individual at the same receiver in the same time step) are excluded. This supports the implementation of the acoustic-container (AC) and acoustic-container depth-contour (ACDC) algorithms (see ac and acdc).

    +
    +
    +

    References

    Data collection and processing is described in Lavender (in prep). Fine-scale habitat use of the Critically Endangered flapper skate (Dipturus intermedius). [Doctoral dissertation, University of St Andrews].

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_archival.html b/docs/reference/dat_archival.html index cc53b17..8aebd22 100644 --- a/docs/reference/dat_archival.html +++ b/docs/reference/dat_archival.html @@ -1,67 +1,12 @@ - - - - - - - -Example archival dataset — dat_archival • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example archival dataset — dat_archival • flapper - + + - - - -
    -
    - -
    - -
    +
    @@ -123,52 +65,59 @@

    Example archival dataset

    A dataset containing a sample of flapper skate (Dipturus intermedius) depth (m) time series. Observations were sampled every 2 minutes using archival tags. Data are arranged by individual_id and then timestamp.

    -
    dat_archival
    +
    +
    dat_archival
    +
    +
    +

    Format

    +

    A dataframe with 75,000 observations and 5 variables:

    timestamp
    +

    A POSIXct object which defines the time of each observation.

    -

    Format

    +
    individual_id
    +

    A number which defines each individual (see dat_ids).

    -

    A dataframe with 75,000 observations and 5 variables:

    -
    timestamp

    A POSIXct object which defines the time of each observation.

    -
    individual_id

    A number which defines each individual (see dat_ids).

    -
    transmitter_id

    The individual's acoustic transmitter (see dat_ids).

    -
    archival_id

    The individual's archival tag (see dat_ids).

    -
    depth

    A number which defines the depth (m) of the individual at each time step.

    +
    transmitter_id
    +

    The individual's acoustic transmitter (see dat_ids).

    -
    +
    archival_id
    +

    The individual's archival tag (see dat_ids).

    -

    Source

    +
    depth
    +

    A number which defines the depth (m) of the individual at each time step.

    -

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    -

    References

    +
    +
    +

    Source

    +

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    +
    +
    +

    References

    Data collection and processing is described in Lavender (in prep). Fine-scale habitat use of the Critically Endangered flapper skate (Dipturus intermedius). [Doctoral dissertation, University of St Andrews].

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_coast.html b/docs/reference/dat_coast.html index be92196..f7c9634 100644 --- a/docs/reference/dat_coast.html +++ b/docs/reference/dat_coast.html @@ -1,67 +1,12 @@ - - - - - - - -The coastline around the MEFS Firth of Lorn acoustic array — dat_coast • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The coastline around the MEFS Firth of Lorn acoustic array — dat_coast • flapper - + + - - - -
    -
    - -
    - -
    +
    @@ -123,41 +65,40 @@

    The coastline around the MEFS Firth of Lorn acoustic array

    A SpatialPolygonsDataFrame delineating the coastline around a subset of acoustic receivers set up by the Movement Ecology of Flapper Skate (MEFS) project in the Firth of Lorn, off the west coast of Scotland.

    -
    dat_coast
    - - -

    Format

    - -

    A SpatialPolygonsDataFrame (see SpatialPolygonsDataFrame-class).

    -

    Source

    +
    +
    dat_coast
    +
    +
    +

    Format

    +

    A SpatialPolygonsDataFrame (see SpatialPolygonsDataFrame-class).

    +
    +
    +

    Source

    Data were processed from https://biogeo.ucdavis.edu/data/gadm3.6/Rsp/gadm36_GBR_0_sp.rds.

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_containers.html b/docs/reference/dat_containers.html index c0f5068..096a93c 100644 --- a/docs/reference/dat_containers.html +++ b/docs/reference/dat_containers.html @@ -1,67 +1,12 @@ - - - - - - - -Example detection containers from acs_setup_containers — dat_containers • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example detection containers from acs_setup_containers — dat_containers • flapper + + - - - - -
    -
    - -
    - -
    +
    -

    A list of detection containers created by acs_setup_containers. This is included principally to streamline function examples.

    +

    A list of detection containers created by acs_setup_containers. This is included principally to streamline function examples.

    -
    dat_containers
    - - -

    Format

    +
    +
    dat_containers
    +
    -

    A list with 57 elements, one for each receiver from 1:max(dat_moorings$receiver_id). Each element contains a SpatialPolygonsDataFrame with the detection container for that receiver, under a detection range of 425 m and within the boundaries defined by dat_coast and dat_gebco.

    +
    +

    Format

    +

    A list with 57 elements, one for each receiver from 1:max(dat_moorings$receiver_id). Each element contains a SpatialPolygonsDataFrame with the detection container for that receiver, under a detection range of 425 m and within the boundaries defined by dat_coast and dat_gebco.

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_dc.html b/docs/reference/dat_dc.html index a961991..88b6195 100644 --- a/docs/reference/dat_dc.html +++ b/docs/reference/dat_dc.html @@ -1,67 +1,12 @@ - - - - - - - -Example DC algorithm output — dat_dc • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example DC algorithm output — dat_dc • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    An object of class acdc_archive-class from dc created by a step-wise implementation of this function. This is included principally to streamline function examples.

    +

    An object of class acdc_archive-class from dc created by a step-wise implementation of this function. This is included principally to streamline function examples.

    -
    dat_dc
    +
    +
    dat_dc
    +
    +
    +

    Format

    +

    A named list with 4 elements:

    archive
    +

    A list of results from internal function calls that contain essential results, with one element per chunk.

    -

    Format

    +
    ts_by_chunk
    +

    A list of time series, with one element per chunk.

    -

    A named list with 4 elements:

    -
    archive

    A list of results from internal function calls that contain essential results, with one element per chunk.

    -
    ts_by_chunk

    A list of time series, with one element per chunk.

    -
    time

    A dataframe that defines the times of sequential stages in the algorithm's progression.

    -
    args

    A named list of user inputs that record the parameters used to generate the outputs.

    +
    time
    +

    A dataframe that defines the times of sequential stages in the algorithm's progression.

    -
    +
    args
    +

    A named list of user inputs that record the parameters used to generate the outputs.

    -

    See also

    -

    See acdc_archive-class for further information on this S3 class.

    +
    +
    +

    See also

    +

    See acdc_archive-class for further information on this S3 class.

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_dcpf_histories.html b/docs/reference/dat_dcpf_histories.html index fab969b..f2e598a 100644 --- a/docs/reference/dat_dcpf_histories.html +++ b/docs/reference/dat_dcpf_histories.html @@ -1,67 +1,12 @@ - - - - - - - -Example DCPF algorithm output: particle histories — dat_dcpf_histories • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example DCPF algorithm output: particle histories — dat_dcpf_histories • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    An example pf_archive-class object. This comprises a named list of results from an implementation of the depth-contour particle filtering (DCPF) algorithm (see dc and pf). The algorithm was implemented for a series of depth observations collected from flapper skate (Dipturus intermedius) off the west coast of Scotland, where the bathymetry is described by dat_gebco. The outputs include algorithm parameters and a list of dataframes that record the particles sampled at each time step. This is included principally to streamline function examples.

    +

    An example pf_archive-class object. This comprises a named list of results from an implementation of the depth-contour particle filtering (DCPF) algorithm (see dc and pf). The algorithm was implemented for a series of depth observations collected from flapper skate (Dipturus intermedius) off the west coast of Scotland, where the bathymetry is described by dat_gebco. The outputs include algorithm parameters and a list of dataframes that record the particles sampled at each time step. This is included principally to streamline function examples.

    -
    dat_dcpf_histories
    +
    +
    dat_dcpf_histories
    +
    +
    +

    Format

    +

    A named list, with two elements, which records the parameters used in the call to pf and the particles sampled at each time step:

    args
    +

    A named list that records the function arguments used to generate outputs.

    -

    Format

    +
    history
    +

    A list of dataframes, one for each time step, that record particle samples. Each dataframe comprises n = 10 rows and the following three columns:

    -

    A named list, with two elements, which records the parameters used in the call to pf and the particles sampled at each time step:

    -
    args

    A named list that records the function arguments used to generate outputs.

    -
    history

    A list of dataframes, one for each time step, that record particle samples. Each dataframe comprises n = 10 rows and the following three columns:

    - id_current An integer that uniquely defines each location on the bathymetry raster (bathy). + id_current An integer that uniquely defines each location on the bathymetry raster (bathy). pr_current A double that defines the probability of movement into each cell. timestep An integer that defines each time step. -
    - +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_dcpf_paths.html b/docs/reference/dat_dcpf_paths.html index 017cacc..5a79815 100644 --- a/docs/reference/dat_dcpf_paths.html +++ b/docs/reference/dat_dcpf_paths.html @@ -1,67 +1,12 @@ - - - - - - - -Example DCPF algorithm output: reconstructed paths — dat_dcpf_paths • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example DCPF algorithm output: reconstructed paths — dat_dcpf_paths • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    An example pf_path-class object. This comprises a dataframe of movement paths reconstructed by an implementation of the depth-contour particle filtering (DCPF) algorithm (see dc and pf). The algorithm was implemented for a series of depth observations collected from flapper skate (Dipturus intermedius) off the west coast of Scotland, where the bathymetry is described by dat_gebco. The resultant particle histories (dat_dcpf_histories) were processed into this set of movement paths by pf_simplify. This dataset is included principally to streamline function examples.

    +

    An example pf_path-class object. This comprises a dataframe of movement paths reconstructed by an implementation of the depth-contour particle filtering (DCPF) algorithm (see dc and pf). The algorithm was implemented for a series of depth observations collected from flapper skate (Dipturus intermedius) off the west coast of Scotland, where the bathymetry is described by dat_gebco. The resultant particle histories (dat_dcpf_histories) were processed into this set of movement paths by pf_simplify. This dataset is included principally to streamline function examples.

    -
    dat_dcpf_paths
    +
    +
    dat_dcpf_paths
    +
    +
    +

    Format

    +

    A dataframe with seven columns and 180 observations that records the reconstructed paths. This contains the following columns:

    path_id
    +

    An integer that uniquely defines each path.

    -

    Format

    +
    timestep
    +

    An integer that defines each time step.

    -

    A dataframe with seven columns and 180 observations that records the reconstructed paths. This contains the following columns:

    -
    path_id

    An integer that uniquely defines each path.

    -
    timestep

    An integer that defines each time step.

    -
    cell_id

    An integer that defines the cells ID of the surface raster (over which paths were reconstructed) retained by the algorithm.

    -
    cell_x

    A double that defines the cell x coordinate.

    -
    cell_y

    A double that defines the cell y coordinate.

    -
    cell_z

    A double that defines the value of the surface raster in each cell.

    -
    cell_pr

    A double that defines the probability of movement into each cell, given immediately preceding sampled locations (or the origin).

    - -
    +
    cell_id
    +

    An integer that defines the cells ID of the surface raster (over which paths were reconstructed) retained by the algorithm.

    + +
    cell_x
    +

    A double that defines the cell x coordinate.

    + +
    cell_y
    +

    A double that defines the cell y coordinate.

    +
    cell_z
    +

    A double that defines the value of the surface raster in each cell.

    + +
    cell_pr
    +

    A double that defines the probability of movement into each cell, given immediately preceding sampled locations (or the origin).

    + + +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_gebco.html b/docs/reference/dat_gebco.html index 279ef3d..16d6d4c 100644 --- a/docs/reference/dat_gebco.html +++ b/docs/reference/dat_gebco.html @@ -1,67 +1,12 @@ - - - - - - - -The bathymetry around the MEFS Firth of Lorn acoustic array — dat_gebco • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The bathymetry around the MEFS Firth of Lorn acoustic array — dat_gebco • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,48 +65,52 @@

    The bathymetry around the MEFS Firth of Lorn acoustic array

    A dataset of the bathymetry (m) in an area around a subset of acoustic receivers set up by the Movement Ecology of Flapper Skate (MEFS) project in the Firth of Lorn, off the west coast of Scotland. Bathymetry data are provided by the General Bathymetric Chart of the Oceans (GEBCO).

    -
    dat_gebco
    +
    +
    dat_gebco
    +
    +
    +

    Format

    +

    A raster with 36 rows, 36 columns and 1296 cells, with the following properties:

    dimensions
    +

    57, 74, 4218 (nrow, ncol, ncell)

    -

    Format

    +
    resolution
    +

    257, 463 (x, y)

    -

    A raster with 36 rows, 36 columns and 1296 cells, with the following properties:

    -
    dimensions

    57, 74, 4218 (nrow, ncol, ncell)

    -
    resolution

    257, 463 (x, y)

    -
    extent

    695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax)

    -
    crs

    +proj=utm +zone=29 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs

    +
    extent
    +

    695492.1, 714510.1, 6246657, 6273048 (xmin, xmax, ymin, ymax)

    -
    +
    crs
    +

    +proj=utm +zone=29 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs

    -

    Source

    +
    +
    +

    Source

    GEBCO Compilation Group (2019) GEBCO 2019 Grid (doi:10.5285/836f016a-33be-6ddc-e053-6c86abc0788e)

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_ids.html b/docs/reference/dat_ids.html index aefdd6b..99f961b 100644 --- a/docs/reference/dat_ids.html +++ b/docs/reference/dat_ids.html @@ -1,67 +1,12 @@ - - - - - - - -Example tagged individuals dataset — dat_ids • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example tagged individuals dataset — dat_ids • flapper - + + - - - -
    -
    - -
    - -
    +
    @@ -123,53 +65,62 @@

    Example tagged individuals dataset

    A dataset containing the characteristics of a sample of flapper skate (Dipturus intermedius) that were tagged as part of the Movement Ecology of Flapper Skate (MEFS) project. Data are arranged by individual_id (see below).

    -
    dat_ids
    +
    +
    dat_ids
    +
    +
    +

    Format

    +

    A dataframe with 33 observations and 6 variables:

    individual_id
    +

    A number which distinguishes each unique individual.

    -

    Format

    +
    transmitter_id
    +

    A character which defines the acoustic transmitter code.

    -

    A dataframe with 33 observations and 6 variables:

    -
    individual_id

    A number which distinguishes each unique individual.

    -
    transmitter_id

    A character which defines the acoustic transmitter code.

    -
    archival_id

    A character which defines the archival tag code.

    -
    tag_start_date

    A date which defines the date of tag deployment.

    -
    tag_long

    A number which defines the longitude (decimal degrees) of tag deployment.

    -
    tag_lat

    A number which defines the latitude (decimal degrees) of tag deployment.

    +
    archival_id
    +

    A character which defines the archival tag code.

    -
    +
    tag_start_date
    +

    A date which defines the date of tag deployment.

    -

    Source

    +
    tag_long
    +

    A number which defines the longitude (decimal degrees) of tag deployment.

    + +
    tag_lat
    +

    A number which defines the latitude (decimal degrees) of tag deployment.

    -

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    -

    References

    +
    +
    +

    Source

    +

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    +
    +
    +

    References

    Data collection and processing is described in Lavender (in prep). Fine-scale habitat use of the Critically Endangered flapper skate (Dipturus intermedius). [Doctoral dissertation, University of St Andrews].

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_moorings.html b/docs/reference/dat_moorings.html index b5bc7b8..a25b8c2 100644 --- a/docs/reference/dat_moorings.html +++ b/docs/reference/dat_moorings.html @@ -1,67 +1,12 @@ - - - - - - - -Example passive acoustic telemetry receiver moorings dataset — dat_moorings • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example passive acoustic telemetry receiver moorings dataset — dat_moorings • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,55 +65,68 @@

    Example passive acoustic telemetry receiver moorings dataset

    A dataset containing a sample of passive acoustic telemetry receiver locations and associated information. Data are arranged by receiver_id (see below).

    -
    dat_moorings
    +
    +
    dat_moorings
    +
    +
    +

    Format

    +

    A dataframe with 40 observations and 8 variables:

    receiver_id
    +

    An integer which distinguishes each unique receiver deployment.

    -

    Format

    +
    receiver
    +

    A character which defines each receiver.

    -

    A dataframe with 40 observations and 8 variables:

    -
    receiver_id

    An integer which distinguishes each unique receiver deployment.

    -
    receiver

    A character which defines each receiver.

    -
    sentinel_id

    A character which defines each receiver's built-in acoustic transmitter (`sentinel tag'). Some receivers did not have sentinel tags; their sentinel_id is NA.

    -
    receiver_start_date

    A date which defines the start date of each receiver's deployment.

    -
    receiver_end_date

    A date which defines the end date of each receiver's deployment.

    -
    receiver_long

    A number which defines the longitude (decimal degrees) of each receiver.

    -
    receiver_lat

    A number which defines the latitude (decimal degrees) of each receiver.

    -
    receiver_depth

    A number which defines the approximate depth of each receiver below the surface (m).

    +
    sentinel_id
    +

    A character which defines each receiver's built-in acoustic transmitter (`sentinel tag'). Some receivers did not have sentinel tags; their sentinel_id is NA.

    -
    +
    receiver_start_date
    +

    A date which defines the start date of each receiver's deployment.

    -

    Source

    +
    receiver_end_date
    +

    A date which defines the end date of each receiver's deployment.

    + +
    receiver_long
    +

    A number which defines the longitude (decimal degrees) of each receiver.

    + +
    receiver_lat
    +

    A number which defines the latitude (decimal degrees) of each receiver.

    + +
    receiver_depth
    +

    A number which defines the approximate depth of each receiver below the surface (m).

    -

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    -

    References

    +
    +
    +

    Source

    +

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    +
    +
    +

    References

    Data collection and processing is described in Lavender (in prep). Fine-scale habitat use of the Critically Endangered flapper skate (Dipturus intermedius). [Doctoral dissertation, University of St Andrews].

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dat_sentinel.html b/docs/reference/dat_sentinel.html index 2ad139e..3aa8134 100644 --- a/docs/reference/dat_sentinel.html +++ b/docs/reference/dat_sentinel.html @@ -1,67 +1,12 @@ - - - - - - - -Example sentinel tag range testing dataset — dat_sentinel • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Example sentinel tag range testing dataset — dat_sentinel • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,54 +65,65 @@

    Example sentinel tag range testing dataset

    A dataset containing a sample of transmissions and detections assembled from sentinel tags. Sentinel tags are built-in acoustic transmitters which release acoustic signals at programmed intervals. The receiver unit of each sentinel tag records the exact timing of these transmissions. At the same time, any nearby receivers may also record these transmissions as detections. After some processing, the result is a dataframe comprising transmissions and detections, which contains information on detection probability. Data are arranged by source_id, timestamp and then sink_id.

    -
    dat_sentinel
    +
    +
    dat_sentinel
    +
    +
    +

    Format

    +

    A dataframe with 106,733 observations and 7 variables:

    timestamp
    +

    A POSIXct object which defines the time of each observation.

    -

    Format

    +
    type
    +

    A character which defines the type of observation: "transmission" or "detection".

    -

    A dataframe with 106,733 observations and 7 variables:

    -
    timestamp

    A POSIXct object which defines the time of each observation.

    -
    type

    A character which defines the type of observation: "transmission" or "detection".

    -
    sink_id

    A unique identifier of the receiver which received the transmission (see dat_moorings).

    -
    sink

    The receiver which received the transmission (see dat_moorings).

    -
    source_id

    A unique identifier of the receiver which released the transmission (see dat_moorings).

    -
    source

    The receiver which released the transmission (see dat_moorings).

    -
    sentinel_id

    A unique identifier of the sentinel tag which released the transmission (see dat_moorings).

    +
    sink_id
    +

    A unique identifier of the receiver which received the transmission (see dat_moorings).

    -
    +
    sink
    +

    The receiver which received the transmission (see dat_moorings).

    -

    Source

    +
    source_id
    +

    A unique identifier of the receiver which released the transmission (see dat_moorings).

    + +
    source
    +

    The receiver which released the transmission (see dat_moorings).

    + +
    sentinel_id
    +

    A unique identifier of the sentinel tag which released the transmission (see dat_moorings).

    -

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    -

    References

    +
    +
    +

    Source

    +

    Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.

    +
    +
    +

    References

    Data collection and processing is described in Lavender (in prep). Fine-scale habitat use of the Critically Endangered flapper skate (Dipturus intermedius). [Doctoral dissertation, University of St Andrews].

    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dc-1.png b/docs/reference/dc-1.png index 862f15f..a95ece5 100644 Binary files a/docs/reference/dc-1.png and b/docs/reference/dc-1.png differ diff --git a/docs/reference/dc-2.png b/docs/reference/dc-2.png index 81169a8..ec159e2 100644 Binary files a/docs/reference/dc-2.png and b/docs/reference/dc-2.png differ diff --git a/docs/reference/dc-3.png b/docs/reference/dc-3.png index 8ab3332..010a725 100644 Binary files a/docs/reference/dc-3.png and b/docs/reference/dc-3.png differ diff --git a/docs/reference/dc-4.png b/docs/reference/dc-4.png index 2210f50..77196b7 100644 Binary files a/docs/reference/dc-4.png and b/docs/reference/dc-4.png differ diff --git a/docs/reference/dc-5.png b/docs/reference/dc-5.png index b1d8f3a..27fa917 100644 Binary files a/docs/reference/dc-5.png and b/docs/reference/dc-5.png differ diff --git a/docs/reference/dc-6.png b/docs/reference/dc-6.png index 862f15f..a95ece5 100644 Binary files a/docs/reference/dc-6.png and b/docs/reference/dc-6.png differ diff --git a/docs/reference/dc-7.png b/docs/reference/dc-7.png index c2cb104..2814cc3 100644 Binary files a/docs/reference/dc-7.png and b/docs/reference/dc-7.png differ diff --git a/docs/reference/dc-8.png b/docs/reference/dc-8.png index 0b9cfe4..107799f 100644 Binary files a/docs/reference/dc-8.png and b/docs/reference/dc-8.png differ diff --git a/docs/reference/dc-9.png b/docs/reference/dc-9.png index 6819544..1a8fecf 100644 Binary files a/docs/reference/dc-9.png and b/docs/reference/dc-9.png differ diff --git a/docs/reference/dc.html b/docs/reference/dc.html index 54f2ee7..ceae707 100644 --- a/docs/reference/dc.html +++ b/docs/reference/dc.html @@ -1,67 +1,12 @@ - - - - - - - -The depth-contour (DC) algorithm — dc • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The depth-contour (DC) algorithm — dc • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function implements the depth-contour (DC) algorithm. This algorithm relates one-dimensional depth time series to a two-dimensional bathymetry surface to determine the extent to which different parts of an area might have (or have not) been used, or effectively represent occupied depths, over time. Given a sequence of depth observations (archival) from a tagged animal and a measurement error parameter (calc_depth_error), at each time step the function determines the cells on a bathymetry raster (bathy) that match the observed depth*. Across all time steps, matches are summed to produce a single map representing the number of occasions when the depth in each cell matched the observed depth.

    +

    This function implements the depth-contour (DC) algorithm. This algorithm relates one-dimensional depth time series to a two-dimensional bathymetry surface to determine the extent to which different parts of an area might have (or have not) been used, or effectively represent occupied depths, over time. Given a sequence of depth observations (archival) from a tagged animal and a measurement error parameter (calc_depth_error), at each time step the function determines the cells on a bathymetry raster (bathy) that match the observed depth*. Across all time steps, matches are summed to produce a single map representing the number of occasions when the depth in each cell matched the observed depth.

    +
    + +
    +
    dc(
    +  archival,
    +  bathy,
    +  plot_ts = TRUE,
    +  calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +  check_availability = TRUE,
    +  normalise = TRUE,
    +  save_record_spatial = 1L,
    +  write_record_spatial_for_pf = NULL,
    +  save_args = TRUE,
    +  verbose = TRUE,
    +  con = "",
    +  split = NULL,
    +  cl = NULL,
    +  varlist = NULL
    +)
    -
    dc(
    -  archival,
    -  bathy,
    -  plot_ts = TRUE,
    -  calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    -  check_availability = TRUE,
    -  normalise = TRUE,
    -  save_record_spatial = 1L,
    -  write_record_spatial_for_pf = NULL,
    -  save_args = TRUE,
    -  verbose = TRUE,
    -  con = "",
    -  split = NULL,
    -  cl = NULL,
    -  varlist = NULL
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    archival

    A dataframe of depth time series (for a single individual). At a minimum, this should contain a column named `depth' with depth observations. Depth should be recorded using absolute values in the same units as the bathymetry (bathy, see below).

    bathy

    A raster of the bathymetry in an area within which the animal is likely to have been located over the study. Bathymetry values should be recorded as absolute values and in the same units as for depths (see archival).

    plot_ts

    A logical input that defines whether or not to the depth time series before the algorithm is initiated.

    calc_depth_error

    A function that returns the depth errors around a vector of depths. The function should accept vector of depths (from archival$depth) and return a matrix, with one row for each (lower and upper) error and one one column for each depth (if the error varies with depth). For each depth, the two numbers are added to the observed depth to define the range of depths on the bathymetry raster (bathy) that the individual could plausibly have occupied at any time. Since the depth errors are added to the individual's depth, the first number should be negative (i.e., the individual could have been shallower that observed) and the second positive (i.e., the individual could have been deeper than observed). The appropriate form for calc_depth_error depends on the species (pelagic versus demersal/benthic species), the measurement error for the depth observations in archival and bathymetry (bathy) data, as well as the tidal range (m) across the area (over the duration of observations). For example, for a pelagic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, Inf) implies that the individual could have occupied bathymetric cells that are deeper than the observed depth + (-2.5) m and shallower than Inf m (i.e. the individual could have been in any location in which the depth was deeper than the shallow depth limit for the individual). In contrast, for a benthic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) implies that the individual could have occupied bathymetric cells whose depth lies within the interval defined by the observed depth + (-2.5) and + (+2.5) m.

    check_availability

    A logical input that defines whether or not to record explicitly, for each time step, whether or not there were any cells on bathy that matched the observed depth (within the bounds defined by calc_depth_error).

    normalise

    A logical variable that defines whether or not to normalise the map of possible locations at each time step so that their scores sum to one.

    save_record_spatial

    An integer vector that defines the time steps for which to return time step-specific and cumulative maps of the individual's possible locations. save_record_spatial = 0 suppresses the return of this information and save_record_spatial = NULL returns this information for all time steps.

    write_record_spatial_for_pf

    (optional) A named list, passed to writeRaster, to save the raster of the individual's possible positions at each time step to file. The `filename' argument should be the directory in which to save files. Files are named by archival time steps as `arc_1', `arc_2' and so on.

    save_args

    A logical input that defines whether or not to save the list of function inputs in the returned object.

    verbose

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console; otherwise, they are written to file (see below).

    con

    If verbose = TRUE, con is character string that defines how messages relaying function progress are returned. If con = "", messages are printed to the console (unless redirected by sink). Otherwise, con defines the full pathway to a .txt file (which can be created on-the-fly) into which messages are written to relay function progress.

    split, cl, varlist

    (optional) Parallelisation options. split is an integer which, if supplied, splits the archival dataframe every nth row into chunks†. The algorithm is applied sequentially within each chunk (if applicable) and chunk-wise maps can be summed afterwards to create a single map of space use. The advantage of this approach is that chunks can be analysed in parallel, via cl and varlist, while memory use is minimised. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    - -

    Value

    - -

    The function returns an acdc_archive-class object. If a connection to write files has also been specified, messages are also written to file relaying function progress.

    -

    Details

    +
    +

    Arguments

    +
    archival
    +

    A dataframe of depth time series (for a single individual). At a minimum, this should contain a column named `depth' with depth observations. Depth should be recorded using absolute values in the same units as the bathymetry (bathy, see below).

    + + +
    bathy
    +

    A raster of the bathymetry in an area within which the animal is likely to have been located over the study. Bathymetry values should be recorded as absolute values and in the same units as for depths (see archival).

    + + +
    plot_ts
    +

    A logical input that defines whether or not to the depth time series before the algorithm is initiated.

    + + +
    calc_depth_error
    +

    A function that returns the depth errors around a vector of depths. The function should accept vector of depths (from archival$depth) and return a matrix, with one row for each (lower and upper) error and one one column for each depth (if the error varies with depth). For each depth, the two numbers are added to the observed depth to define the range of depths on the bathymetry raster (bathy) that the individual could plausibly have occupied at any time. Since the depth errors are added to the individual's depth, the first number should be negative (i.e., the individual could have been shallower that observed) and the second positive (i.e., the individual could have been deeper than observed). The appropriate form for calc_depth_error depends on the species (pelagic versus demersal/benthic species), the measurement error for the depth observations in archival and bathymetry (bathy) data, as well as the tidal range (m) across the area (over the duration of observations). For example, for a pelagic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, Inf) implies that the individual could have occupied bathymetric cells that are deeper than the observed depth + (-2.5) m and shallower than Inf m (i.e. the individual could have been in any location in which the depth was deeper than the shallow depth limit for the individual). In contrast, for a benthic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) implies that the individual could have occupied bathymetric cells whose depth lies within the interval defined by the observed depth + (-2.5) and + (+2.5) m.

    + + +
    check_availability
    +

    A logical input that defines whether or not to record explicitly, for each time step, whether or not there were any cells on bathy that matched the observed depth (within the bounds defined by calc_depth_error).

    + + +
    normalise
    +

    A logical variable that defines whether or not to normalise the map of possible locations at each time step so that their scores sum to one.

    + + +
    save_record_spatial
    +

    An integer vector that defines the time steps for which to return time step-specific and cumulative maps of the individual's possible locations. save_record_spatial = 0 suppresses the return of this information and save_record_spatial = NULL returns this information for all time steps.

    + + +
    write_record_spatial_for_pf
    +

    (optional) A named list, passed to writeRaster, to save the raster of the individual's possible positions at each time step to file. The `filename' argument should be the directory in which to save files. Files are named by archival time steps as `arc_1', `arc_2' and so on.

    -

    This algorithm can be applied to both pelagic species (which must be in an area where the depth is at least as deep as the observed depth) and benthic/demersal species (which must be in an area relatively close in depth to the observed depth). However, the results are likely to be much more precise for benthic species because depth observations for benthic animals are typically more informative about a tagged animal's possible location(s) than for pelagic species.

    -

    *Location probability could be weighted by the proximity between the observed depth and the depths of cells within the range defined by the observed depth and the measurement error (i.e., archival$depth[1] + calc_depth_error(archival$depth[1])[1], archival$depth[1] + calc_depth_error(archival$depth[1])[2]), but this is not currently implemented.

    -

    †Under the default options (split = NULL), the function starts with a blank map of the area and iterates over each time step, adding the `possible positions' of the individual to the map at each step. By continuously updating a single map, this approach is slow but minimises memory requirements. An alternative approach is to split the time series into chunks, implement an iterative approach within each chunk, and then join the maps for each chunk. This is implemented by split (plus acdc_simplify).

    -

    See also

    -

    acdc_simplify simplifies the outputs of the algorithm. acdc_plot_trace, acdc_plot_record and acdc_animate_record provide plotting routines. dcq implements a faster version of this algorithm termed the `quick depth-contour' (DCQ) algorithm. Rather than considering the depth interval that the individual could have occupied at each time step, the DCQ algorithm considers a sequence of depth bins (e.g., 10 m bins), isolates these on the bathymetry raster (bathy) and counts the number of matches in each cell. The DCPF algorithm (see pf) extends the DC algorithm via particle filtering to reconstruct possible movement paths over bathy. The ACDC algorithm (see acdc) extends the depth-contour algorithm by integrating information from acoustic detections of individuals at each time step to restrict the locations in which depth contours are identified.

    -

    Author

    +
    save_args
    +

    A logical input that defines whether or not to save the list of function inputs in the returned object.

    + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console; otherwise, they are written to file (see below).

    + + +
    con
    +

    If verbose = TRUE, con is character string that defines how messages relaying function progress are returned. If con = "", messages are printed to the console (unless redirected by sink). Otherwise, con defines the full pathway to a .txt file (which can be created on-the-fly) into which messages are written to relay function progress.

    + + +
    split, cl, varlist
    +

    (optional) Parallelisation options. split is an integer which, if supplied, splits the archival dataframe every nth row into chunks†. The algorithm is applied sequentially within each chunk (if applicable) and chunk-wise maps can be summed afterwards to create a single map of space use. The advantage of this approach is that chunks can be analysed in parallel, via cl and varlist, while memory use is minimised. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + +
    +
    +

    Value

    + + +

    The function returns an acdc_archive-class object. If a connection to write files has also been specified, messages are also written to file relaying function progress.

    +
    +
    +

    Details

    +

    This algorithm can be applied to both pelagic species (which must be in an area where the depth is at least as deep as the observed depth) and benthic/demersal species (which must be in an area relatively close in depth to the observed depth). However, the results are likely to be much more precise for benthic species because depth observations for benthic animals are typically more informative about a tagged animal's possible location(s) than for pelagic species.

    +

    *Location probability could be weighted by the proximity between the observed depth and the depths of cells within the range defined by the observed depth and the measurement error (i.e., archival$depth[1] + calc_depth_error(archival$depth[1])[1], archival$depth[1] + calc_depth_error(archival$depth[1])[2]), but this is not currently implemented.

    +

    †Under the default options (split = NULL), the function starts with a blank map of the area and iterates over each time step, adding the `possible positions' of the individual to the map at each step. By continuously updating a single map, this approach is slow but minimises memory requirements. An alternative approach is to split the time series into chunks, implement an iterative approach within each chunk, and then join the maps for each chunk. This is implemented by split (plus acdc_simplify).

    +
    +
    +

    See also

    +

    acdc_simplify simplifies the outputs of the algorithm. acdc_plot_trace, acdc_plot_record and acdc_animate_record provide plotting routines. dcq implements a faster version of this algorithm termed the `quick depth-contour' (DCQ) algorithm. Rather than considering the depth interval that the individual could have occupied at each time step, the DCQ algorithm considers a sequence of depth bins (e.g., 10 m bins), isolates these on the bathymetry raster (bathy) and counts the number of matches in each cell. The DCPF algorithm (see pf) extends the DC algorithm via particle filtering to reconstruct possible movement paths over bathy. The ACDC algorithm (see acdc) extends the depth-contour algorithm by integrating information from acoustic detections of individuals at each time step to restrict the locations in which depth contours are identified.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define depth time series for examples -# We will use a sample depth time series for one individual -# We will select a small sample of observations for example speed -depth <- dat_archival[dat_archival$individual_id == 25, ][1:100, ] - -#### Example (1): Implement algorithm with default options -## Implement algorithm -out_dc <- dc(archival = depth, bathy = dat_gebco) -
    #> flapper::dc() called (@ 2022-06-17 09:59:49)... -#> ... Setting up function...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> ... Implementing calc_depth_error()... -#> ... Plotting movement time series (for each chunk)...
    #> ... Implementing algorithm over time steps... -#> ... flapper::dc() call completed (@ 2022-06-17 09:59:50) after ~0.02 minutes.
    ## dc() returns a named list that is an 'acdc_archive' class object -summary(out_dc) -
    #> Length Class Mode -#> archive 1 -none- list -#> ts_by_chunk 1 -none- list -#> time 4 data.frame list -#> args 14 -none- list
    # ... archive elements contain the key information from the algorithm -# ... ts_by_chunk contains the time series for each chunk -# ... time contains a dataframe of the algorithm's progression -# ... args contains a list of user inputs -## Simplify outputs via acdc_simplify() -dc_summary <- acdc_simplify(out_dc, type = "dc") -
    #> acdc_simplify() implemented for type = 'dc'.
    summary(dc_summary) -
    #> Length Class Mode -#> map 4218 RasterLayer S4 -#> record 100 -none- list -#> time 4 data.frame list -#> args 14 -none- list -#> chunks 0 -none- NULL -#> simplify 1 -none- logical
    ## Examine time-specific maps via acdc_plot_record() -acdc_plot_record(dc_summary) -
    #> flapper::acdc_plot_record() called... -#> ... Checking function inputs... -#> ... Defining data for background plot...
    #> add_containers = NULL implemented: 'record' does not contain containers.
    #> ... Setting plotting window... -#> ... Making plots for each time step ...
    #> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    ## Examine overall map via a raster* plotting function -# Each cell shows expected proportion of time steps spent in each cell -prettyGraphics::pretty_map(add_rasters = list(x = dc_summary$map), - add_polys = list(x = dat_coast)) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    # Convert counts on map to percentages -prettyGraphics::pretty_map(add_rasters = - list(x = dc_summary$map/nrow(depth) * 100, - zlim = c(0, 100)), - add_polys = list(x = dat_coast)) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    # Check for occasions when the individual's depth was not consistent -# ... with the depth data for the area and the depth error e.g., possibly -# ... due to movement beyond this area: -any(do.call(rbind, lapply(dc_summary$record, function(elm) elm$dat))$availability == FALSE) -
    #> [1] FALSE
    -#### Example (2): Implement depth error functions that depend on depth -## Here, we will define a calc_depth_error function that depends on: -# ... tag error -# ... tidal range -# ... a depth-dependent bathymetry error -cde <- function(depth){ - e <- 4.77 + 2.5 + sqrt(0.5 ^2 + (0.013 * depth)^2) - e <- matrix(c(-e, e), nrow = 2) - return(e) - } -# Vectorise function over depths (essential) -cde <- Vectorize(cde) -## Implement algorithm with depth-dependent error -out_dc <- dc(archival = depth, bathy = dat_gebco, calc_depth_error = cde) -
    #> flapper::dc() called (@ 2022-06-17 09:59:50)... -#> ... Setting up function...
    #> 'calc_depth_error' taken to depend on depth.
    #> ... Implementing calc_depth_error()... -#> ... Plotting movement time series (for each chunk)...
    #> ... Implementing algorithm over time steps... -#> ... flapper::dc() call completed (@ 2022-06-17 09:59:51) after ~0.02 minutes.
    -#### Example (3): Write timestep-specific maps of allowed positions to file -out_dc <- dc(archival = depth, bathy = dat_gebco, - write_record_spatial_for_pf = list(filename = tempdir())) -
    #> flapper::dc() called (@ 2022-06-17 09:59:51)... -#> ... Setting up function...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> '/' added to the directory inputted to the argument 'write_record_spatial_for_pf$filename' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA').
    #> ... Implementing calc_depth_error()... -#> ... Plotting movement time series (for each chunk)...
    #> ... Implementing algorithm over time steps... -#> ... flapper::dc() call completed (@ 2022-06-17 09:59:53) after ~0.03 minutes.
    #> [1] "1.png" "2.png" -#> [3] "25" "28" -#> [5] "35" "ACDC_algorithm_demo.html" -#> [7] "acdc_log.txt" "acdc_trace" -#> [9] "arc_1.grd" "arc_1.gri" -#> [11] "arc_10.grd" "arc_10.gri" -#> [13] "arc_100.grd" "arc_100.gri" -#> [15] "arc_11.grd" "arc_11.gri" -#> [17] "arc_12.grd" "arc_12.gri" -#> [19] "arc_13.grd" "arc_13.gri" -#> [21] "arc_14.grd" "arc_14.gri" -#> [23] "arc_15.grd" "arc_15.gri" -#> [25] "arc_16.grd" "arc_16.gri" -#> [27] "arc_17.grd" "arc_17.gri" -#> [29] "arc_18.grd" "arc_18.gri" -#> [31] "arc_19.grd" "arc_19.gri" -#> [33] "arc_2.grd" "arc_2.gri" -#> [35] "arc_20.grd" "arc_20.gri" -#> [37] "arc_21.grd" "arc_21.gri" -#> [39] "arc_22.grd" "arc_22.gri" -#> [41] "arc_23.grd" "arc_23.gri" -#> [43] "arc_24.grd" "arc_24.gri" -#> [45] "arc_25.grd" "arc_25.gri" -#> [47] "arc_26.grd" "arc_26.gri" -#> [49] "arc_27.grd" "arc_27.gri" -#> [51] "arc_28.grd" "arc_28.gri" -#> [53] "arc_29.grd" "arc_29.gri" -#> [55] "arc_3.grd" "arc_3.gri" -#> [57] "arc_30.grd" "arc_30.gri" -#> [59] "arc_31.grd" "arc_31.gri" -#> [61] "arc_32.grd" "arc_32.gri" -#> [63] "arc_33.grd" "arc_33.gri" -#> [65] "arc_34.grd" "arc_34.gri" -#> [67] "arc_35.grd" "arc_35.gri" -#> [69] "arc_36.grd" "arc_36.gri" -#> [71] "arc_37.grd" "arc_37.gri" -#> [73] "arc_38.grd" "arc_38.gri" -#> [75] "arc_39.grd" "arc_39.gri" -#> [77] "arc_4.grd" "arc_4.gri" -#> [79] "arc_40.grd" "arc_40.gri" -#> [81] "arc_41.grd" "arc_41.gri" -#> [83] "arc_42.grd" "arc_42.gri" -#> [85] "arc_43.grd" "arc_43.gri" -#> [87] "arc_44.grd" "arc_44.gri" -#> [89] "arc_45.grd" "arc_45.gri" -#> [91] "arc_46.grd" "arc_46.gri" -#> [93] "arc_47.grd" "arc_47.gri" -#> [95] "arc_48.grd" "arc_48.gri" -#> [97] "arc_49.grd" "arc_49.gri" -#> [99] "arc_5.grd" "arc_5.gri" -#> [101] "arc_50.grd" "arc_50.gri" -#> [103] "arc_51.grd" "arc_51.gri" -#> [105] "arc_52.grd" "arc_52.gri" -#> [107] "arc_53.grd" "arc_53.gri" -#> [109] "arc_54.grd" "arc_54.gri" -#> [111] "arc_55.grd" "arc_55.gri" -#> [113] "arc_56.grd" "arc_56.gri" -#> [115] "arc_57.grd" "arc_57.gri" -#> [117] "arc_58.grd" "arc_58.gri" -#> [119] "arc_59.grd" "arc_59.gri" -#> [121] "arc_6.grd" "arc_6.gri" -#> [123] "arc_60.grd" "arc_60.gri" -#> [125] "arc_61.grd" "arc_61.gri" -#> [127] "arc_62.grd" "arc_62.gri" -#> [129] "arc_63.grd" "arc_63.gri" -#> [131] "arc_64.grd" "arc_64.gri" -#> [133] "arc_65.grd" "arc_65.gri" -#> [135] "arc_66.grd" "arc_66.gri" -#> [137] "arc_67.grd" "arc_67.gri" -#> [139] "arc_68.grd" "arc_68.gri" -#> [141] "arc_69.grd" "arc_69.gri" -#> [143] "arc_7.grd" "arc_7.gri" -#> [145] "arc_70.grd" "arc_70.gri" -#> [147] "arc_71.grd" "arc_71.gri" -#> [149] "arc_72.grd" "arc_72.gri" -#> [151] "arc_73.grd" "arc_73.gri" -#> [153] "arc_74.grd" "arc_74.gri" -#> [155] "arc_75.grd" "arc_75.gri" -#> [157] "arc_76.grd" "arc_76.gri" -#> [159] "arc_77.grd" "arc_77.gri" -#> [161] "arc_78.grd" "arc_78.gri" -#> [163] "arc_79.grd" "arc_79.gri" -#> [165] "arc_8.grd" "arc_8.gri" -#> [167] "arc_80.grd" "arc_80.gri" -#> [169] "arc_81.grd" "arc_81.gri" -#> [171] "arc_82.grd" "arc_82.gri" -#> [173] "arc_83.grd" "arc_83.gri" -#> [175] "arc_84.grd" "arc_84.gri" -#> [177] "arc_85.grd" "arc_85.gri" -#> [179] "arc_86.grd" "arc_86.gri" -#> [181] "arc_87.grd" "arc_87.gri" -#> [183] "arc_88.grd" "arc_88.gri" -#> [185] "arc_89.grd" "arc_89.gri" -#> [187] "arc_9.grd" "arc_9.gri" -#> [189] "arc_90.grd" "arc_90.gri" -#> [191] "arc_91.grd" "arc_91.gri" -#> [193] "arc_92.grd" "arc_92.gri" -#> [195] "arc_93.grd" "arc_93.gri" -#> [197] "arc_94.grd" "arc_94.gri" -#> [199] "arc_95.grd" "arc_95.gri" -#> [201] "arc_96.grd" "arc_96.gri" -#> [203] "arc_97.grd" "arc_97.gri" -#> [205] "arc_98.grd" "arc_98.gri" -#> [207] "arc_99.grd" "arc_99.gri" -#> [209] "css" "dot_acdc_log_1.txt" -#> [211] "dot_acdc_log_2.txt" "dot_acdc_log_3.txt" -#> [213] "dot_acdc_log_4.txt" "dot_acdc_log_5.txt" -#> [215] "downlit" "filef601236c7a3" -#> [217] "filef6015ac7a2b" "filef6021d8f5cf" -#> [219] "filef60256469b6" "filef602786f553.so" -#> [221] "filef60390d8055" "filef6063583ee7" -#> [223] "filef6079ff375a" "images" -#> [225] "js"
    -#### Example (4): Implement the algorithm in parallel -## Trial different options for 'split' and compare speed -# Approach (1) -at1 <- Sys.time() -cl <- parallel::makeCluster(2L) -parallel::clusterEvalQ(cl = cl, library(raster)) -
    #> [[1]] -#> [1] "raster" "sp" "stats" "graphics" "grDevices" "utils" -#> [7] "datasets" "methods" "base" -#> -#> [[2]] -#> [1] "raster" "sp" "stats" "graphics" "grDevices" "utils" -#> [7] "datasets" "methods" "base" -#>
    out_dc <- dc(archival = depth, - bathy = dat_gebco, - plot_ts = FALSE, - split = 1, - cl = cl) -
    #> flapper::dc() called (@ 2022-06-17 09:59:57)... -#> ... Setting up function...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> ... Implementing calc_depth_error()... -#> ... Implementing algorithm over chunks... -#> ... flapper::dc() call completed (@ 2022-06-17 09:59:58) after ~0.01 minutes.
    at2 <- Sys.time() -# Approach (2) -bt1 <- Sys.time() -cl <- parallel::makeCluster(2L) -parallel::clusterEvalQ(cl = cl, library(raster)) -
    #> [[1]] -#> [1] "raster" "sp" "stats" "graphics" "grDevices" "utils" -#> [7] "datasets" "methods" "base" -#> -#> [[2]] -#> [1] "raster" "sp" "stats" "graphics" "grDevices" "utils" -#> [7] "datasets" "methods" "base" -#>
    out_dc <- dc(archival = depth, - bathy = dat_gebco, - plot_ts = FALSE, - split = 5, - cl = cl) -
    #> flapper::dc() called (@ 2022-06-17 10:00:01)... -#> ... Setting up function...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> ... Implementing calc_depth_error()... -#> ... Implementing algorithm over chunks... -#> ... flapper::dc() call completed (@ 2022-06-17 10:00:02) after ~0.01 minutes.
    bt2 <- Sys.time() -# Compare timings -difftime(at2, at1) -
    #> Time difference of 4.20364 secs
    difftime(bt2, bt1) -
    #> Time difference of 4.189349 secs
    -#### Example (5): Write messages to file via con -out_dc <- dc(archival = depth, bathy = dat_gebco, - con = paste0(tempdir(), "/dc_log.txt")) -
    #> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dc_log.txt does not exist: attempting to write file in specified directory...
    #> ... Blank file successfully written to file.
    #> 'calc_depth_error' function taken to be independent of depth.
    readLines(paste0(tempdir(), "/dc_log.txt")) -
    #> [1] "flapper::dc() called (@ 2022-06-17 10:00:02)... " -#> [2] "... Setting up function... " -#> [3] "... Implementing calc_depth_error()... " -#> [4] "... Plotting movement time series (for each chunk)... " -#> [5] "... Implementing algorithm over time steps... " -#> [6] "... flapper::dc() call completed (@ 2022-06-17 10:00:03) after ~0.02 minutes. "
    -#### Example (6) Compare an automated vs. manual implementation of DC - -## (A) Compare step-wise results for randomly select time steps -# Implement algorithm (using default calc_depth_error) -out_dc <- dc(archival = depth, - bathy = dat_gebco, - save_record_spatial = NULL) -
    #> flapper::dc() called (@ 2022-06-17 10:00:03)... -#> ... Setting up function...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> ... Implementing calc_depth_error()... -#> ... Plotting movement time series (for each chunk)...
    #> ... Implementing algorithm over time steps... -#> ... flapper::dc() call completed (@ 2022-06-17 10:00:04) after ~0.02 minutes.
    # Compare results for randomly selected time steps to manual implementation -# ... with the same simple calc_depth_error model -pp <- graphics::par(mfrow = c(5, 2)) -for(i in sample(1:nrow(depth), 5)){ - # Extract map created via dc() - raster::plot(out_dc$archive[[1]]$record[[i]]$spatial[[1]]$map_timestep) - # Compare to manual creation of map - raster::plot(dat_gebco >= depth$depth[i] - 2.5 & dat_gebco <= depth$depth[i] + 2.5) -} -
    graphics::par(pp) - -## (B) Compare the chunk-wise results and manual implementation -# Implement algorithm chunk-wise -out_dc <- dc(archival = depth, - bathy = dat_gebco, - save_record_spatial = NULL, - split = 10L) -
    #> flapper::dc() called (@ 2022-06-17 10:00:04)... -#> ... Setting up function...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> ... Implementing calc_depth_error()... -#> ... Plotting movement time series (for each chunk)...
    #> ... Implementing algorithm over chunks... -#> ... flapper::dc() call completed (@ 2022-06-17 10:00:05) after ~0.02 minutes.
    # Get overall map via acdc_simplify() -map_1 <- acdc_simplify(out_dc, type = "dc", mask = dat_gebco)$map -
    #> acdc_simplify() implemented for type = 'dc'.
    # Get overall map via a simple custom approach -map_2 <- raster::setValues(dat_gebco, 0) -for(i in 1:nrow(depth)){ - map_2 <- map_2 + (dat_gebco >= depth$depth[i] - 2.5 & dat_gebco <= depth$depth[i] + 2.5) -} -map_2 <- raster::mask(map_2, dat_gebco) -# Show that the two overall maps are identical -pp <- par(mfrow = c(1, 3)) -raster::plot(map_1, main = "Automated") -raster::plot(map_2, main = "Custom") -raster::plot(map_1 - map_2, main = "Difference") -
    par(pp) - -
    +
    +

    Examples

    +
    #### Define depth time series for examples
    +# We will use a sample depth time series for one individual
    +# We will select a small sample of observations for example speed
    +depth <- dat_archival[dat_archival$individual_id == 25, ][1:100, ]
    +
    +#### Example (1): Implement algorithm with default options
    +## Implement algorithm
    +out_dc <- dc(archival = depth, bathy = dat_gebco)
    +#> flapper::dc() called (@ 2023-02-19 14:53:45)... 
    +#> ... Setting up function... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> ... Implementing calc_depth_error()... 
    +#> ... Plotting movement time series (for each chunk)... 
    +
    +#> ... Implementing algorithm over time steps... 
    +#> ... flapper::dc() call completed (@ 2023-02-19 14:53:47) after ~0.02 minutes. 
    +## dc() returns a named list that is an 'acdc_archive' class object
    +summary(out_dc)
    +#>             Length Class      Mode
    +#> archive      1     -none-     list
    +#> ts_by_chunk  1     -none-     list
    +#> time         4     data.frame list
    +#> args        14     -none-     list
    +# ... archive elements contain the key information from the algorithm
    +# ... ts_by_chunk contains the time series for each chunk
    +# ... time contains a dataframe of the algorithm's progression
    +# ... args contains a list of user inputs
    +## Simplify outputs via acdc_simplify()
    +dc_summary <- acdc_simplify(out_dc, type = "dc")
    +#> acdc_simplify() implemented for type = 'dc'.
    +summary(dc_summary)
    +#>          Length Class       Mode   
    +#> map      4218   RasterLayer S4     
    +#> record    100   -none-      list   
    +#> time        4   data.frame  list   
    +#> args       14   -none-      list   
    +#> chunks      0   -none-      NULL   
    +#> simplify    1   -none-      logical
    +## Examine time-specific maps via acdc_plot_record()
    +acdc_plot_record(dc_summary)
    +#> flapper::acdc_plot_record() called... 
    +#> ... Checking function inputs... 
    +#> ... Defining data for background plot... 
    +#> add_containers = NULL implemented: 'record' does not contain containers.
    +#> ... Setting plotting window... 
    +#> ... Making plots for each time step ... 
    +#> Warning: Nothing to summarize if you provide a single RasterLayer; see cellStats
    +
    +## Examine overall map via a raster* plotting function
    +# Each cell shows expected proportion of time steps spent in each cell
    +prettyGraphics::pretty_map(add_rasters = list(x = dc_summary$map),
    +                           add_polys = list(x = dat_coast))
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +# Convert counts on map to percentages
    +prettyGraphics::pretty_map(add_rasters =
    +                             list(x = dc_summary$map/nrow(depth) * 100,
    +                                  zlim = c(0, 100)),
    +                           add_polys = list(x = dat_coast))
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +# Check for occasions when the individual's depth was not consistent
    +# ... with the depth data for the area and the depth error e.g., possibly
    +# ... due to movement beyond this area:
    +any(do.call(rbind, lapply(dc_summary$record, function(elm) elm$dat))$availability == FALSE)
    +#> [1] FALSE
    +
    +#### Example (2): Implement depth error functions that depend on depth
    +## Here, we will define a calc_depth_error function that depends on:
    +# ... tag error
    +# ... tidal range
    +# ... a depth-dependent bathymetry error
    +cde <- function(depth){
    +  e <- 4.77 + 2.5 + sqrt(0.5 ^2 + (0.013 * depth)^2)
    +  e <- matrix(c(-e, e), nrow = 2)
    +  return(e)
    +  }
    +# Vectorise function over depths (essential)
    +cde <- Vectorize(cde)
    +## Implement algorithm with  depth-dependent error
    +out_dc <- dc(archival = depth, bathy = dat_gebco, calc_depth_error = cde)
    +#> flapper::dc() called (@ 2023-02-19 14:53:47)... 
    +#> ... Setting up function... 
    +#> 'calc_depth_error' taken to depend on depth.
    +#> ... Implementing calc_depth_error()... 
    +#> ... Plotting movement time series (for each chunk)... 
    +
    +#> ... Implementing algorithm over time steps... 
    +#> ... flapper::dc() call completed (@ 2023-02-19 14:53:48) after ~0.02 minutes. 
    +
    +#### Example (3): Write timestep-specific maps of allowed positions to file
    +out_dc <- dc(archival = depth, bathy = dat_gebco,
    +             write_record_spatial_for_pf = list(filename = tempdir()))
    +#> flapper::dc() called (@ 2023-02-19 14:53:48)... 
    +#> ... Setting up function... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> '/' added to the directory inputted to the argument 'write_record_spatial_for_pf$filename' ('/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226').
    +#> ... Implementing calc_depth_error()... 
    +#> ... Plotting movement time series (for each chunk)... 
    +
    +#> ... Implementing algorithm over time steps... 
    +#> ... flapper::dc() call completed (@ 2023-02-19 14:53:51) after ~0.05 minutes. 
    +list.files(tempdir())
    +#>   [1] "1.png"                    "2.png"                   
    +#>   [3] "25"                       "28"                      
    +#>   [5] "35"                       "ACDC_algorithm_demo.html"
    +#>   [7] "acdc_log.txt"             "acdc_trace"              
    +#>   [9] "arc_1.grd"                "arc_1.gri"               
    +#>  [11] "arc_10.grd"               "arc_10.gri"              
    +#>  [13] "arc_100.grd"              "arc_100.gri"             
    +#>  [15] "arc_11.grd"               "arc_11.gri"              
    +#>  [17] "arc_12.grd"               "arc_12.gri"              
    +#>  [19] "arc_13.grd"               "arc_13.gri"              
    +#>  [21] "arc_14.grd"               "arc_14.gri"              
    +#>  [23] "arc_15.grd"               "arc_15.gri"              
    +#>  [25] "arc_16.grd"               "arc_16.gri"              
    +#>  [27] "arc_17.grd"               "arc_17.gri"              
    +#>  [29] "arc_18.grd"               "arc_18.gri"              
    +#>  [31] "arc_19.grd"               "arc_19.gri"              
    +#>  [33] "arc_2.grd"                "arc_2.gri"               
    +#>  [35] "arc_20.grd"               "arc_20.gri"              
    +#>  [37] "arc_21.grd"               "arc_21.gri"              
    +#>  [39] "arc_22.grd"               "arc_22.gri"              
    +#>  [41] "arc_23.grd"               "arc_23.gri"              
    +#>  [43] "arc_24.grd"               "arc_24.gri"              
    +#>  [45] "arc_25.grd"               "arc_25.gri"              
    +#>  [47] "arc_26.grd"               "arc_26.gri"              
    +#>  [49] "arc_27.grd"               "arc_27.gri"              
    +#>  [51] "arc_28.grd"               "arc_28.gri"              
    +#>  [53] "arc_29.grd"               "arc_29.gri"              
    +#>  [55] "arc_3.grd"                "arc_3.gri"               
    +#>  [57] "arc_30.grd"               "arc_30.gri"              
    +#>  [59] "arc_31.grd"               "arc_31.gri"              
    +#>  [61] "arc_32.grd"               "arc_32.gri"              
    +#>  [63] "arc_33.grd"               "arc_33.gri"              
    +#>  [65] "arc_34.grd"               "arc_34.gri"              
    +#>  [67] "arc_35.grd"               "arc_35.gri"              
    +#>  [69] "arc_36.grd"               "arc_36.gri"              
    +#>  [71] "arc_37.grd"               "arc_37.gri"              
    +#>  [73] "arc_38.grd"               "arc_38.gri"              
    +#>  [75] "arc_39.grd"               "arc_39.gri"              
    +#>  [77] "arc_4.grd"                "arc_4.gri"               
    +#>  [79] "arc_40.grd"               "arc_40.gri"              
    +#>  [81] "arc_41.grd"               "arc_41.gri"              
    +#>  [83] "arc_42.grd"               "arc_42.gri"              
    +#>  [85] "arc_43.grd"               "arc_43.gri"              
    +#>  [87] "arc_44.grd"               "arc_44.gri"              
    +#>  [89] "arc_45.grd"               "arc_45.gri"              
    +#>  [91] "arc_46.grd"               "arc_46.gri"              
    +#>  [93] "arc_47.grd"               "arc_47.gri"              
    +#>  [95] "arc_48.grd"               "arc_48.gri"              
    +#>  [97] "arc_49.grd"               "arc_49.gri"              
    +#>  [99] "arc_5.grd"                "arc_5.gri"               
    +#> [101] "arc_50.grd"               "arc_50.gri"              
    +#> [103] "arc_51.grd"               "arc_51.gri"              
    +#> [105] "arc_52.grd"               "arc_52.gri"              
    +#> [107] "arc_53.grd"               "arc_53.gri"              
    +#> [109] "arc_54.grd"               "arc_54.gri"              
    +#> [111] "arc_55.grd"               "arc_55.gri"              
    +#> [113] "arc_56.grd"               "arc_56.gri"              
    +#> [115] "arc_57.grd"               "arc_57.gri"              
    +#> [117] "arc_58.grd"               "arc_58.gri"              
    +#> [119] "arc_59.grd"               "arc_59.gri"              
    +#> [121] "arc_6.grd"                "arc_6.gri"               
    +#> [123] "arc_60.grd"               "arc_60.gri"              
    +#> [125] "arc_61.grd"               "arc_61.gri"              
    +#> [127] "arc_62.grd"               "arc_62.gri"              
    +#> [129] "arc_63.grd"               "arc_63.gri"              
    +#> [131] "arc_64.grd"               "arc_64.gri"              
    +#> [133] "arc_65.grd"               "arc_65.gri"              
    +#> [135] "arc_66.grd"               "arc_66.gri"              
    +#> [137] "arc_67.grd"               "arc_67.gri"              
    +#> [139] "arc_68.grd"               "arc_68.gri"              
    +#> [141] "arc_69.grd"               "arc_69.gri"              
    +#> [143] "arc_7.grd"                "arc_7.gri"               
    +#> [145] "arc_70.grd"               "arc_70.gri"              
    +#> [147] "arc_71.grd"               "arc_71.gri"              
    +#> [149] "arc_72.grd"               "arc_72.gri"              
    +#> [151] "arc_73.grd"               "arc_73.gri"              
    +#> [153] "arc_74.grd"               "arc_74.gri"              
    +#> [155] "arc_75.grd"               "arc_75.gri"              
    +#> [157] "arc_76.grd"               "arc_76.gri"              
    +#> [159] "arc_77.grd"               "arc_77.gri"              
    +#> [161] "arc_78.grd"               "arc_78.gri"              
    +#> [163] "arc_79.grd"               "arc_79.gri"              
    +#> [165] "arc_8.grd"                "arc_8.gri"               
    +#> [167] "arc_80.grd"               "arc_80.gri"              
    +#> [169] "arc_81.grd"               "arc_81.gri"              
    +#> [171] "arc_82.grd"               "arc_82.gri"              
    +#> [173] "arc_83.grd"               "arc_83.gri"              
    +#> [175] "arc_84.grd"               "arc_84.gri"              
    +#> [177] "arc_85.grd"               "arc_85.gri"              
    +#> [179] "arc_86.grd"               "arc_86.gri"              
    +#> [181] "arc_87.grd"               "arc_87.gri"              
    +#> [183] "arc_88.grd"               "arc_88.gri"              
    +#> [185] "arc_89.grd"               "arc_89.gri"              
    +#> [187] "arc_9.grd"                "arc_9.gri"               
    +#> [189] "arc_90.grd"               "arc_90.gri"              
    +#> [191] "arc_91.grd"               "arc_91.gri"              
    +#> [193] "arc_92.grd"               "arc_92.gri"              
    +#> [195] "arc_93.grd"               "arc_93.gri"              
    +#> [197] "arc_94.grd"               "arc_94.gri"              
    +#> [199] "arc_95.grd"               "arc_95.gri"              
    +#> [201] "arc_96.grd"               "arc_96.gri"              
    +#> [203] "arc_97.grd"               "arc_97.gri"              
    +#> [205] "arc_98.grd"               "arc_98.gri"              
    +#> [207] "arc_99.grd"               "arc_99.gri"              
    +#> [209] "css"                      "dot_acdc_log_1.txt"      
    +#> [211] "dot_acdc_log_2.txt"       "dot_acdc_log_3.txt"      
    +#> [213] "dot_acdc_log_4.txt"       "dot_acdc_log_5.txt"      
    +#> [215] "downlit"                  "file77b31494a445"        
    +#> [217] "file77b3284fa5e6"         "file77b330cf712d"        
    +#> [219] "file77b331894d7a"         "file77b3353096a0"        
    +#> [221] "file77b33e14800b"         "file77b359d252e"         
    +#> [223] "file77b38f0fda8"          "images"                  
    +#> [225] "js"                      
    +
    +#### Example (4): Implement the algorithm in parallel
    +## Trial different options for 'split' and compare speed
    +# Approach (1)
    +at1 <- Sys.time()
    +cl <- parallel::makeCluster(2L)
    +parallel::clusterEvalQ(cl = cl, library(raster))
    +#> [[1]]
    +#> [1] "raster"    "sp"        "stats"     "graphics"  "grDevices" "utils"    
    +#> [7] "datasets"  "methods"   "base"     
    +#> 
    +#> [[2]]
    +#> [1] "raster"    "sp"        "stats"     "graphics"  "grDevices" "utils"    
    +#> [7] "datasets"  "methods"   "base"     
    +#> 
    +out_dc <- dc(archival = depth,
    +             bathy = dat_gebco,
    +             plot_ts = FALSE,
    +             split = 1,
    +             cl = cl)
    +#> flapper::dc() called (@ 2023-02-19 14:53:57)... 
    +#> ... Setting up function... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> ... Implementing calc_depth_error()... 
    +#> ... Implementing algorithm over chunks... 
    +#> ... flapper::dc() call completed (@ 2023-02-19 14:53:58) after ~0.02 minutes. 
    +at2 <- Sys.time()
    +# Approach (2)
    +bt1 <- Sys.time()
    +cl <- parallel::makeCluster(2L)
    +parallel::clusterEvalQ(cl = cl, library(raster))
    +#> [[1]]
    +#> [1] "raster"    "sp"        "stats"     "graphics"  "grDevices" "utils"    
    +#> [7] "datasets"  "methods"   "base"     
    +#> 
    +#> [[2]]
    +#> [1] "raster"    "sp"        "stats"     "graphics"  "grDevices" "utils"    
    +#> [7] "datasets"  "methods"   "base"     
    +#> 
    +out_dc <- dc(archival = depth,
    +             bathy = dat_gebco,
    +             plot_ts = FALSE,
    +             split = 5,
    +             cl = cl)
    +#> flapper::dc() called (@ 2023-02-19 14:54:04)... 
    +#> ... Setting up function... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> ... Implementing calc_depth_error()... 
    +#> ... Implementing algorithm over chunks... 
    +#> ... flapper::dc() call completed (@ 2023-02-19 14:54:06) after ~0.03 minutes. 
    +bt2 <- Sys.time()
    +# Compare timings
    +difftime(at2, at1)
    +#> Time difference of 6.828754 secs
    +difftime(bt2, bt1)
    +#> Time difference of 7.341262 secs
    +
    +#### Example (5): Write messages to file via con
    +out_dc <- dc(archival = depth, bathy = dat_gebco,
    +             con = paste0(tempdir(), "/dc_log.txt"))
    +#> /var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dc_log.txt does not exist: attempting to write file in specified directory...
    +#> ... Blank file successfully written to file.
    +#> 'calc_depth_error' function taken to be independent of depth.
    +readLines(paste0(tempdir(), "/dc_log.txt"))
    +#> [1] "flapper::dc() called (@ 2023-02-19 14:54:06)... "                              
    +#> [2] "... Setting up function... "                                                   
    +#> [3] "... Implementing calc_depth_error()... "                                       
    +#> [4] "... Plotting movement time series (for each chunk)... "                        
    +#> [5] "... Implementing algorithm over time steps... "                                
    +#> [6] "... flapper::dc() call completed (@ 2023-02-19 14:54:07) after ~0.03 minutes. "
    +
    +#### Example (6) Compare an automated vs. manual implementation of DC
    +
    +## (A) Compare step-wise results for randomly select time steps
    +# Implement algorithm (using default calc_depth_error)
    +out_dc <- dc(archival = depth,
    +             bathy = dat_gebco,
    +             save_record_spatial = NULL)
    +#> flapper::dc() called (@ 2023-02-19 14:54:07)... 
    +#> ... Setting up function... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> ... Implementing calc_depth_error()... 
    +#> ... Plotting movement time series (for each chunk)... 
    +#> ... Implementing algorithm over time steps... 
    +#> ... flapper::dc() call completed (@ 2023-02-19 14:54:09) after ~0.03 minutes. 
    +# Compare results for randomly selected time steps to manual implementation
    +# ... with the same simple calc_depth_error model
    +pp <- graphics::par(mfrow = c(5, 2))
    +for(i in sample(1:nrow(depth), 5)){
    +  # Extract map created via dc()
    +  raster::plot(out_dc$archive[[1]]$record[[i]]$spatial[[1]]$map_timestep)
    +  # Compare to manual creation of map
    +  raster::plot(dat_gebco >= depth$depth[i] - 2.5 & dat_gebco <= depth$depth[i] + 2.5)
    +}
    +
    +graphics::par(pp)
    +
    +## (B) Compare the chunk-wise results and manual implementation
    +# Implement algorithm chunk-wise
    +out_dc <- dc(archival = depth,
    +             bathy = dat_gebco,
    +             save_record_spatial = NULL,
    +             split = 10L)
    +#> flapper::dc() called (@ 2023-02-19 14:54:10)... 
    +#> ... Setting up function... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> ... Implementing calc_depth_error()... 
    +#> ... Plotting movement time series (for each chunk)... 
    +
    +#> ... Implementing algorithm over chunks... 
    +#> ... flapper::dc() call completed (@ 2023-02-19 14:54:11) after ~0.03 minutes. 
    +# Get overall map via acdc_simplify()
    +map_1 <- acdc_simplify(out_dc, type = "dc", mask = dat_gebco)$map
    +#> acdc_simplify() implemented for type = 'dc'.
    +# Get overall map via a simple custom approach
    +map_2 <- raster::setValues(dat_gebco, 0)
    +for(i in 1:nrow(depth)){
    +  map_2 <- map_2 + (dat_gebco >= depth$depth[i] - 2.5 & dat_gebco <= depth$depth[i] + 2.5)
    +}
    +map_2 <- raster::mask(map_2, dat_gebco)
    +# Show that the two overall maps are identical
    +pp <- par(mfrow = c(1, 3))
    +raster::plot(map_1, main = "Automated")
    +raster::plot(map_2, main = "Custom")
    +raster::plot(map_1 - map_2, main = "Difference")
    +
    +par(pp)
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dcq-1.png b/docs/reference/dcq-1.png index 5fa9ef1..bd0bf80 100644 Binary files a/docs/reference/dcq-1.png and b/docs/reference/dcq-1.png differ diff --git a/docs/reference/dcq-2.png b/docs/reference/dcq-2.png index 036b2a1..9e3238d 100644 Binary files a/docs/reference/dcq-2.png and b/docs/reference/dcq-2.png differ diff --git a/docs/reference/dcq-3.png b/docs/reference/dcq-3.png index 8437fa3..79ddca8 100644 Binary files a/docs/reference/dcq-3.png and b/docs/reference/dcq-3.png differ diff --git a/docs/reference/dcq-4.png b/docs/reference/dcq-4.png index a4d9d08..ff2743e 100644 Binary files a/docs/reference/dcq-4.png and b/docs/reference/dcq-4.png differ diff --git a/docs/reference/dcq-5.png b/docs/reference/dcq-5.png index 0e7327d..7ac9415 100644 Binary files a/docs/reference/dcq-5.png and b/docs/reference/dcq-5.png differ diff --git a/docs/reference/dcq-6.png b/docs/reference/dcq-6.png index ea02d9e..5832aa9 100644 Binary files a/docs/reference/dcq-6.png and b/docs/reference/dcq-6.png differ diff --git a/docs/reference/dcq.html b/docs/reference/dcq.html index c91aef4..b9fdeed 100644 --- a/docs/reference/dcq.html +++ b/docs/reference/dcq.html @@ -1,67 +1,12 @@ - - - - - - - -The `quick' depth-contour (DCQ) algorithm — dcq • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The `quick' depth-contour (DCQ) algorithm — dcq • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    This function implements the `quick' depth-contour (DCQ) algorithm. As for the DC algorithm (dc), the DCQ algorithm relates one-dimensional depth time series to a two-dimensional bathymetry surface to determine the extent to which different parts of an area might have (or have not) been used, or effectively represent occupied depths, over time. However, a modified (binning) approach is used that is much faster and normalisation is not implementedd. To implement the function, a list of depth time series, one for each time unit (e.g. month/season) need to be supplied, along with a bathymetry raster. For each time unit, the function counts the number of depth observations in each user-defined depth bin (e.g., 10 m depth bins) and then relates these counts to the local bathymetry to produce a raster in which the value of each cell is given by the number of times in which the depth bin for that cell was used. The function returns a list of rasters, one for each time unit, and a plot of these rasters, if requested.

    +

    This function implements the `quick' depth-contour (DCQ) algorithm. As for the DC algorithm (dc), the DCQ algorithm relates one-dimensional depth time series to a two-dimensional bathymetry surface to determine the extent to which different parts of an area might have (or have not) been used, or effectively represent occupied depths, over time. However, a modified (binning) approach is used that is much faster and normalisation is not implementedd. To implement the function, a list of depth time series, one for each time unit (e.g. month/season) need to be supplied, along with a bathymetry raster. For each time unit, the function counts the number of depth observations in each user-defined depth bin (e.g., 10 m depth bins) and then relates these counts to the local bathymetry to produce a raster in which the value of each cell is given by the number of times in which the depth bin for that cell was used. The function returns a list of rasters, one for each time unit, and a plot of these rasters, if requested.

    -
    dcq(
    -  archival_ls,
    -  bathy,
    -  bin = 10,
    -  transform = NULL,
    -  plot = TRUE,
    -  before_plot = NULL,
    -  after_plot = NULL,
    -  fix_zlim = FALSE,
    -  one_page = FALSE,
    -  cl = NULL,
    -  varlist = NULL,
    -  verbose = TRUE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    archival_ls

    A list of dataframes, with one element for each time unit (e.g., month), which contain depth time series to be related to the local bathymetry. Each dataframe should contain a column of depths (`depth') and a column that defines the time unit (`time_unit'). Depth should be recorded using absolute values in the same units as the bathymetry (see below).

    bathy

    A raster of the bathymetry in an area within which the animal is likely to have been located over the study. Bathymetry values should be recorded as absolute values and in the same units as for depths (see archival_ls).

    bin

    A number that defines the interval into which depth observations are binned. This should be provided in the same units as depths (see archival_ls) and the bathymetry (see bathy). The appropriate value of bin depends on the measurement error of the bathy data and the depth time series, the tidal range in an area, computational requirements, and scale of biological research objectives. For large depth time series and/or large, high-resolution bathymetry rasters, it can be useful to test the algorithm's speed using a relatively large bin.

    transform

    (optional) A function, such as sqrt, to transform counts. This affects the returned rasters and any plots produced (see Value). Be careful with some functions, such as log, which can generate problematic outputs (such as z axis limits if these are not defined manually), in some situations (for example, if some cells in the area are not visited).

    plot

    A logical input that defines whether or not to plot the rasters. If plot = TRUE, the function produces a plot for each time unit.

    before_plot, after_plot

    (optional) Stand-alone functions that are executed before and after the plot for each time unit is created, respectively. For example, it may be useful to plot the coast in an area before each raster is plotted, or add custom axes after each plot has been produced.

    fix_zlim, one_page, ...

    (optional) Plot customisation options. fix_zlim is a logical input that defines whether or not to fix z axis limits across all plots (to facilitate comparisons), or a vector of two numbers that define a custom range for the z axis which is fixed across all plots. fix_zlim = FALSE produces plots in which the z axis is allowed to vary flexibly between time units. one_page is a logical input that defines whether or not to produce all plots on one page; this is only implemented if there are fewer than 25 time units, beyond which there are typically to many plots to fit on one page. Additional plot customisation arguments can be passed to image.plot via ....

    cl, varlist

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    verbose

    A logical input that defines whether or not to relay messages to the console to monitor function progress.

    - -

    Value

    - -

    The function returns a named list of rasters, one for each time unit, in which the value of each cell is the number of times that that cell was represented by the corresponding depth bin in the depth time series.

    -

    See also

    - -

    This is a modified version of the DC algorithm implemented by dc. The ACDC algorithm (see acdc) extends the depth-contour algorithm by integrating information from acoustic detections of individuals at each time step to restrict the locations in which depth contours are identified.

    -

    Author

    +
    +
    dcq(
    +  archival_ls,
    +  bathy,
    +  bin = 10,
    +  transform = NULL,
    +  plot = TRUE,
    +  before_plot = NULL,
    +  after_plot = NULL,
    +  fix_zlim = FALSE,
    +  one_page = FALSE,
    +  cl = NULL,
    +  varlist = NULL,
    +  verbose = TRUE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    archival_ls
    +

    A list of dataframes, with one element for each time unit (e.g., month), which contain depth time series to be related to the local bathymetry. Each dataframe should contain a column of depths (`depth') and a column that defines the time unit (`time_unit'). Depth should be recorded using absolute values in the same units as the bathymetry (see below).

    + + +
    bathy
    +

    A raster of the bathymetry in an area within which the animal is likely to have been located over the study. Bathymetry values should be recorded as absolute values and in the same units as for depths (see archival_ls).

    + + +
    bin
    +

    A number that defines the interval into which depth observations are binned. This should be provided in the same units as depths (see archival_ls) and the bathymetry (see bathy). The appropriate value of bin depends on the measurement error of the bathy data and the depth time series, the tidal range in an area, computational requirements, and scale of biological research objectives. For large depth time series and/or large, high-resolution bathymetry rasters, it can be useful to test the algorithm's speed using a relatively large bin.

    + + +
    transform
    +

    (optional) A function, such as sqrt, to transform counts. This affects the returned rasters and any plots produced (see Value). Be careful with some functions, such as log, which can generate problematic outputs (such as z axis limits if these are not defined manually), in some situations (for example, if some cells in the area are not visited).

    + + +
    plot
    +

    A logical input that defines whether or not to plot the rasters. If plot = TRUE, the function produces a plot for each time unit.

    + +
    before_plot, after_plot
    +

    (optional) Stand-alone functions that are executed before and after the plot for each time unit is created, respectively. For example, it may be useful to plot the coast in an area before each raster is plotted, or add custom axes after each plot has been produced.

    + + +
    fix_zlim, one_page, ...
    +

    (optional) Plot customisation options. fix_zlim is a logical input that defines whether or not to fix z axis limits across all plots (to facilitate comparisons), or a vector of two numbers that define a custom range for the z axis which is fixed across all plots. fix_zlim = FALSE produces plots in which the z axis is allowed to vary flexibly between time units. one_page is a logical input that defines whether or not to produce all plots on one page; this is only implemented if there are fewer than 25 time units, beyond which there are typically to many plots to fit on one page. Additional plot customisation arguments can be passed to image.plot via ....

    + + +
    cl, varlist
    +

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + + +
    verbose
    +

    A logical input that defines whether or not to relay messages to the console to monitor function progress.

    + +
    +
    +

    Value

    + + +

    The function returns a named list of rasters, one for each time unit, in which the value of each cell is the number of times that that cell was represented by the corresponding depth bin in the depth time series.

    +
    +
    +

    See also

    +

    This is a modified version of the DC algorithm implemented by dc. The ACDC algorithm (see acdc) extends the depth-contour algorithm by integrating information from acoustic detections of individuals at each time step to restrict the locations in which depth contours are identified.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define data for examples -# Define archival time series with required columns ('depth' and 'time_unit') -dat_archival <- dat_archival[order(dat_archival$timestamp), ] -dat_archival$time_unit <- cut(dat_archival$timestamp, "weeks") -# Define a list of dataframes with one element for each time unit -archival_ls <- split(dat_archival, f = dat_archival$time_unit) -# Define bathymetry data (and coastline data for plotting) -bathy <- prettyGraphics::dat_gebco -coastline <- prettyGraphics::dat_coast_around_oban - -#### Example (1) Implement the dcq() algorithm with 25 m bins -dcq_maps <- dcq(archival_ls = archival_ls, - bathy = bathy, - bin = 25, - plot = FALSE) -
    #> flapper::dcq() called... -#> ... Step 1: Checking user inputs... -#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... -#> ... Step 3: Translating counts of observations within depth bins into maps...
    # The function returns a list of rasters, with one raster -# ... for each time unit. -dcq_maps -
    #> $`2016-03-14` -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : 0, 1685 (min, max) -#> -#> -#> $`2016-03-21` -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : 0, 4702 (min, max) -#> -#> -#> $`2016-03-28` -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : 0, 4815 (min, max) -#> -#> -#> $`2016-04-04` -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : 0, 4082 (min, max) -#> -#> -#> $`2016-04-11` -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : 0, 3788 (min, max) -#> -#> -#> $`2016-04-18` -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : 0, 2575 (min, max) -#> -#>
    -#### Example (2): Implement the algorithm in parallel: -dcq_maps <- dcq(archival_ls = archival_ls, - bathy = bathy, - bin = 25, - plot = FALSE, - cl = parallel::makeCluster(2L)) -
    #> flapper::dcq() called... -#> ... Step 1: Checking user inputs... -#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... -#> ... Step 3: Translating counts of observations within depth bins into maps...
    -#### Example (3): Visualise the function outputs on one page -# ... using standard options. -# Examine results with 25 m bin -dcq_maps <- dcq(archival_ls = archival_ls, - bathy = bathy, - bin = 25, - plot = TRUE, - one_page = TRUE) -
    #> flapper::dcq() called... -#> ... Step 1: Checking user inputs... -#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... -#> ... Step 3: Translating counts of observations within depth bins into maps... -#> ... Step 4: Mapping the results...
    # Examine results with a higher resolution bin -dcq_maps <- dcq(archival_ls = archival_ls, - bathy = bathy, - bin = 5, - plot = TRUE, - one_page = TRUE) -
    #> flapper::dcq() called... -#> ... Step 1: Checking user inputs... -#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... -#> ... Step 3: Translating counts of observations within depth bins into maps... -#> ... Step 4: Mapping the results...
    -#### Example (4): Plot customisation options -# fix zlim to be constant across all plots to enable comparability -dcq_maps <- dcq(archival_ls = archival_ls, - bathy = bathy, - bin = 5, - plot = TRUE, - one_page = TRUE, - fix_zlim = TRUE) -
    #> flapper::dcq() called... -#> ... Step 1: Checking user inputs... -#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... -#> ... Step 3: Translating counts of observations within depth bins into maps... -#> ... Step 4: Mapping the results...
    # fix zlim using custom limits across all plots -dcq_maps <- dcq(archival_ls = archival_ls, - bathy = bathy, - bin = 5, - plot = TRUE, - one_page = TRUE, - fix_zlim = c(0, 5000)) -
    #> flapper::dcq() called... -#> ... Step 1: Checking user inputs... -#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... -#> ... Step 3: Translating counts of observations within depth bins into maps... -#> ... Step 4: Mapping the results...
    # Transform the returned and plotted rasters by supplying a function to the -# ... transform argument -dcq_maps <- dcq(archival_ls = archival_ls, - bathy = bathy, - bin = 5, - plot = TRUE, - one_page = TRUE, - transform = sqrt) -
    #> flapper::dcq() called... -#> ... Step 1: Checking user inputs... -#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... -#> ... Step 3: Translating counts of observations within depth bins into maps... -#> ... Step 4: Mapping the results...
    # Customise the plot further via before_plot, after_plot functions -# ... and other arguments passed via ... E.g., note the need to include -# ... add = TRUE because the raster plot is added to the plot of the coastline. -dcq_maps <- dcq(archival_ls = archival_ls, - bathy = bathy, - bin = 5, - plot = TRUE, - one_page = TRUE, - transform = sqrt, - fix_zlim = FALSE, - before_plot = function(x) raster::plot(coastline), - after_plot = function(x) raster::lines(coastline), - add = TRUE, - col = topo.colors(100)) -
    #> flapper::dcq() called... -#> ... Step 1: Checking user inputs... -#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... -#> ... Step 3: Translating counts of observations within depth bins into maps... -#> ... Step 4: Mapping the results...
    #> Warning: Discarded datum WGS_1984 in CRS definition, -#> but +towgs84= values preserved
    -
    +
    +

    Examples

    +
    #### Define data for examples
    +# Define archival time series with required columns ('depth' and 'time_unit')
    +dat_archival <- dat_archival[order(dat_archival$timestamp), ]
    +dat_archival$time_unit <- cut(dat_archival$timestamp, "weeks")
    +# Define a list of dataframes with one element for each time unit
    +archival_ls <- split(dat_archival, f = dat_archival$time_unit)
    +# Define bathymetry data (and coastline data for plotting)
    +bathy <- prettyGraphics::dat_gebco
    +coastline <- prettyGraphics::dat_coast_around_oban
    +
    +#### Example (1) Implement the dcq() algorithm with 25 m bins
    +dcq_maps <- dcq(archival_ls = archival_ls,
    +              bathy = bathy,
    +              bin = 25,
    +              plot = FALSE)
    +#> flapper::dcq() called... 
    +#> ... Step 1: Checking user inputs... 
    +#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... 
    +#> ... Step 3: Translating counts of observations within depth bins into maps... 
    +# The function returns a list of rasters, with one raster
    +# ... for each time unit.
    +dcq_maps
    +#> $`2016-03-14`
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 1685  (min, max)
    +#> 
    +#> 
    +#> $`2016-03-21`
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 4702  (min, max)
    +#> 
    +#> 
    +#> $`2016-03-28`
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 4815  (min, max)
    +#> 
    +#> 
    +#> $`2016-04-04`
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 4082  (min, max)
    +#> 
    +#> 
    +#> $`2016-04-11`
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 3788  (min, max)
    +#> 
    +#> 
    +#> $`2016-04-18`
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 2575  (min, max)
    +#> 
    +#> 
    +
    +#### Example (2): Implement the algorithm in parallel:
    +dcq_maps <- dcq(archival_ls = archival_ls,
    +              bathy = bathy,
    +              bin = 25,
    +              plot = FALSE,
    +              cl = parallel::makeCluster(2L))
    +#> flapper::dcq() called... 
    +#> ... Step 1: Checking user inputs... 
    +#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... 
    +#> ... Step 3: Translating counts of observations within depth bins into maps... 
    +
    +#### Example (3): Visualise the function outputs on one page
    +# ... using standard options.
    +# Examine results with 25 m bin
    +dcq_maps <- dcq(archival_ls = archival_ls,
    +              bathy = bathy,
    +              bin = 25,
    +              plot = TRUE,
    +              one_page = TRUE)
    +#> flapper::dcq() called... 
    +#> ... Step 1: Checking user inputs... 
    +#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... 
    +#> ... Step 3: Translating counts of observations within depth bins into maps... 
    +#> ... Step 4: Mapping the results... 
    +
    +# Examine results with a higher resolution bin
    +dcq_maps <- dcq(archival_ls = archival_ls,
    +              bathy = bathy,
    +              bin = 5,
    +              plot = TRUE,
    +              one_page = TRUE)
    +#> flapper::dcq() called... 
    +#> ... Step 1: Checking user inputs... 
    +#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... 
    +#> ... Step 3: Translating counts of observations within depth bins into maps... 
    +#> ... Step 4: Mapping the results... 
    +
    +
    +#### Example (4): Plot customisation options
    +# fix zlim to be constant across all plots to enable comparability
    +dcq_maps <- dcq(archival_ls = archival_ls,
    +              bathy = bathy,
    +              bin = 5,
    +              plot = TRUE,
    +              one_page = TRUE,
    +              fix_zlim = TRUE)
    +#> flapper::dcq() called... 
    +#> ... Step 1: Checking user inputs... 
    +#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... 
    +#> ... Step 3: Translating counts of observations within depth bins into maps... 
    +#> ... Step 4: Mapping the results... 
    +
    +# fix zlim using custom limits across all plots
    +dcq_maps <- dcq(archival_ls = archival_ls,
    +              bathy = bathy,
    +              bin = 5,
    +              plot = TRUE,
    +              one_page = TRUE,
    +              fix_zlim = c(0, 5000))
    +#> flapper::dcq() called... 
    +#> ... Step 1: Checking user inputs... 
    +#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... 
    +#> ... Step 3: Translating counts of observations within depth bins into maps... 
    +#> ... Step 4: Mapping the results... 
    +
    +# Transform the returned and plotted rasters by supplying a function to the
    +# ... transform argument
    +dcq_maps <- dcq(archival_ls = archival_ls,
    +              bathy = bathy,
    +              bin = 5,
    +              plot = TRUE,
    +              one_page = TRUE,
    +              transform = sqrt)
    +#> flapper::dcq() called... 
    +#> ... Step 1: Checking user inputs... 
    +#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... 
    +#> ... Step 3: Translating counts of observations within depth bins into maps... 
    +#> ... Step 4: Mapping the results... 
    +
    +# Customise the plot further via before_plot, after_plot functions
    +# ... and other arguments passed via ... E.g., note the need to include
    +# ... add = TRUE because the raster plot is added to the plot of the coastline.
    +dcq_maps <- dcq(archival_ls = archival_ls,
    +              bathy = bathy,
    +              bin = 5,
    +              plot = TRUE,
    +              one_page = TRUE,
    +              transform = sqrt,
    +              fix_zlim = FALSE,
    +              before_plot = function(x) raster::plot(coastline),
    +              after_plot = function(x) raster::lines(coastline),
    +              add = TRUE,
    +              col = topo.colors(100))
    +#> flapper::dcq() called... 
    +#> ... Step 1: Checking user inputs... 
    +#> ... Step 2: Calculating the number of observations within each depth bin for each time unit... 
    +#> ... Step 3: Translating counts of observations within depth bins into maps... 
    +#> ... Step 4: Mapping the results... 
    +
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dist_btw_clicks.html b/docs/reference/dist_btw_clicks.html index 97f17ca..6ea5410 100644 --- a/docs/reference/dist_btw_clicks.html +++ b/docs/reference/dist_btw_clicks.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the distance between sequential mouse clicks on a map — dist_btw_clicks • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the distance between sequential mouse clicks on a map — dist_btw_clicks • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function calculates the distance between sequential mouse clicks on a plotted map, by combining locator with a distance calculator, such as pointDistance.

    +

    This function calculates the distance between sequential mouse clicks on a plotted map, by combining locator with a distance calculator, such as pointDistance.

    -
    dist_btw_clicks(
    -  calc_distance = raster::pointDistance,
    -  ...,
    -  add_paths = list(length = 0.025)
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    calc_distance

    A function that calculates distances between two sets of points, such as pointDistance. The first two arguments of this function must accept a dataframe comprising the x and y coordinates of the first and second set of points respectively. The function must return a numeric vector of distances between these.

    ...

    Additional arguments passed to calc_distance, such as lonlat for pointDistance.

    add_paths

    (optional) A named list of arguments, passed to add_sp_path, to customise the paths added to the plot. add_paths = NULL suppresses this option.

    - -

    Value

    - -

    The function returns a dataframe with an integer ID for each path segment (`segment'), the first and second x and y coordinates (`x', `x2', `y', `y2`) and the distances between these points (`dist'). If add_paths is not NULL, the segments are drawn on the map.

    -

    Author

    +
    +
    dist_btw_clicks(
    +  calc_distance = raster::pointDistance,
    +  ...,
    +  add_paths = list(length = 0.025)
    +)
    +
    -

    Edward Lavender

    +
    +

    Arguments

    +
    calc_distance
    +

    A function that calculates distances between two sets of points, such as pointDistance. The first two arguments of this function must accept a dataframe comprising the x and y coordinates of the first and second set of points respectively. The function must return a numeric vector of distances between these.

    -

    Examples

    -
    if (FALSE) { -raster::plot(dat_gebco) -dist_btw_clicks(lonlat = FALSE) -} -
    +
    ...
    +

    Additional arguments passed to calc_distance, such as lonlat for pointDistance.

    + + +
    add_paths
    +

    (optional) A named list of arguments, passed to add_sp_path, to customise the paths added to the plot. add_paths = NULL suppresses this option.

    + +
    +
    +

    Value

    + + +

    The function returns a dataframe with an integer ID for each path segment (`segment'), the first and second x and y coordinates (`x', `x2', `y', `y2`) and the distances between these points (`dist'). If add_paths is not NULL, the segments are drawn on the map.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    if (FALSE) {
    +raster::plot(dat_gebco)
    +dist_btw_clicks(lonlat = FALSE)
    +}
    +
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dist_btw_points_3d.html b/docs/reference/dist_btw_points_3d.html index ab8bf82..6d53e23 100644 --- a/docs/reference/dist_btw_points_3d.html +++ b/docs/reference/dist_btw_points_3d.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the Euclidean distance between points in three-dimensional space. — dist_btw_points_3d • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the Euclidean distance(s) between points in three-dimensional space. — dist_btw_points_3d • flapper - + + - - - -
    -
    - -
    - -
    +
    -

    This function returns the Euclidean distance between points in three-dimensional space.

    +

    This function calculates the Euclidean distance(s) between points in three-dimensional space.

    -
    dist_btw_points_3d(x1, x2, y1, y2, z1, z2)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    x1

    A number that defines the x-coordinate of the first point.

    x2

    A number that defines the x-coordinate of the second point.

    y1

    A number that defines the y-coordinate of the first point.

    y2

    A number that defines the y-coordinate of the second point.

    z1

    A number that defines the z-coordinate of the first point.

    z2

    A number that defines the z-coordinate of the second point.

    - -

    Value

    - -

    A number that is equal to the Euclidean distance between points in three-dimensional space.

    -

    Details

    - -

    The distance between two points in three dimensional space is given by Pythagoras' Theorem: \(\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}\).

    -

    Author

    +
    +
    dist_btw_points_3d(x1, x2, y1, y2, z1, z2)
    +
    + +
    +

    Arguments

    +
    x1
    +

    A numeric vector that defines the x-coordinate(s) of the origin (for each point pair).

    + + +
    x2
    +

    A numeric vector that defines the x-coordinate(s) of the destination (for each point pair).

    + + +
    y1
    +

    A numeric vector that defines the y-coordinate(s) of the origin (for each point pair).

    + +
    y2
    +

    A numeric vector that defines the y-coordinate(s) of the destination (for each point pair).

    + + +
    z1
    +

    A numeric vector that defines the z-coordinate(s) of the origin (for each point pair).

    + + +
    z2
    +

    A numeric vector that defines the z-coordinate(s) of the destination (for each point pair).

    + +
    +
    +

    Value

    + + +

    The function returns a numeric vector that is equal to the Euclidean distance(s) between each pair of points in three-dimensional space.

    +
    +
    +

    Details

    +

    The distance between any two points in three dimensional space is given by Pythagoras' Theorem: \(\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}\).

    +

    This function does not currently support non-planar coordinates.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    dist_btw_points_3d(1, 2, 1, 2, 1, 2) -
    #> [1] 1.732051
    +
    +

    Examples

    +
    #### Example (1): A single pair of points
    +dist_btw_points_3d(1, 2, 1, 2, 1, 2)
    +#> [1] 1.732051
    +sqrt((2 - 1)^2 + (2 - 1)^2 + (2 - 1)^2)
    +#> [1] 1.732051
    +
    +#### Example (2): Multiple pairs of points (e.g., an animal movement path)
    +xy <- data.frame(x = c(1, 2, 3, 4),
    +                 y = c(1, 2, 3, 4),
    +                 z = c(1, 2, 3, 4))
    +dist_btw_points_3d(xy$x, dplyr::lead(xy$x),
    +                   xy$y, dplyr::lead(xy$y),
    +                   xy$z, dplyr::lead(xy$z))
    +#> [1] 1.732051 1.732051 1.732051       NA
    +
    +
    +
    -
    - +
    - - + + diff --git a/docs/reference/dist_btw_receivers.html b/docs/reference/dist_btw_receivers.html index 39322ed..ae6426a 100644 --- a/docs/reference/dist_btw_receivers.html +++ b/docs/reference/dist_btw_receivers.html @@ -1,67 +1,12 @@ - - - - - - - -Compute Euclidean distances between receivers — dist_btw_receivers • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Compute Euclidean distances between receivers — dist_btw_receivers • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,89 +65,386 @@

    Compute Euclidean distances between receivers

    This function computes Euclidean distances (km) between all combinations of receivers.

    -
    dist_btw_receivers(moorings, f = NULL)
    +
    +
    dist_btw_receivers(moorings, f = NULL, return = c("data.frame", "matrix"))
    +
    + +
    +

    Arguments

    +
    moorings
    +

    A dataframe that defines each unique receiver deployment. This should contain the columns: `receiver_id', a unique identifier of each receiver; `receiver_long' or `receiver_easting', the longitude or easting of that receiver; and `receiver_lat' or `receiver_northing', the latitude or northing that receiver (see dat_moorings).

    + -

    Arguments

    - - - - - - - - - - -
    moorings

    A dataframe which defines each unique receiver deployment. This should contain the columns: `receiver_id', a unique identifier of each receiver, `receiver_lat', the latitude of that receiver in decimal degrees; and `receiver_long', the longitude of that receiver in decimal degrees (see dat_moorings).

    f

    (optional) A function which is used to process distances before these are returned. For example, it may be useful to round distances to nearest km with f = function(x) round(x, digits = 0).

    +
    f
    +

    (optional) A function to process distances. For example, round distances to the nearest km with f = function(x) round(x, digits = 0) or simply round.

    -

    Value

    -

    The function returns a dataframe with columns `r1', `r2' and `dist'. These define the IDs of each combination of receivers and the associated distance between them, in km. Note that the dataframe contains duplicate combinations of receivers (e.g., both r1 = 1 and r2 = 2 and r1 = 2 and r2 = 1).

    -

    Author

    +
    return
    +

    A character that defines the class of the returned object ("data.frame" or "matrix").

    +
    +
    +

    Value

    + + +

    The function returns a dataframe, with columns `r1', `r2' and `dist', or a matrix. Dataframe columns define the IDs of each combination of receivers and the associated distance between them, in km (or map units/1000). Note that the dataframe contains duplicate combinations of receivers (e.g., both r1 = 1 and r2 = 2 and r1 = 2 and r2 = 1). Alternatively, matrix rows and columns define receiver IDs and cell values give distances between each combination.

    +
    +
    +

    Details

    +

    Distances are calculated via pointDistance. If moorings contains `receiver_long' and `receiver_lat', pointDistance is implemented with lonlat = TRUE and distances are in km; otherwise lonlat = FALSE and distances are in map units over 1000 (i.e., km if map units are metres).

    +

    To calculate distances between specific receiver pairs, call pointDistance directly.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Compute distances between all combinations of receivers in km -# Define dataframe with required columns -dat <- data.frame(receiver_id = dat_moorings$receiver_id, - receiver_lat = dat_moorings$receiver_lat, - receiver_long = dat_moorings$receiver_long) -# Compute distances -dist_btw_receivers_km <- dist_btw_receivers(dat) -head(dist_btw_receivers_km) -
    #> r1 r2 dist -#> 1 3 3 0.000000 -#> 2 4 3 14.111344 -#> 3 7 3 15.308019 -#> 4 9 3 0.542825 -#> 5 11 3 13.765477 -#> 6 12 3 13.796536
    -#### Example (2): Post-process distances via the f argument -dist_btw_receivers_km_round <- dist_btw_receivers(dat, f = round) -head(dist_btw_receivers_km_round) -
    #> r1 r2 dist -#> 1 3 3 0 -#> 2 4 3 14 -#> 3 7 3 15 -#> 4 9 3 1 -#> 5 11 3 14 -#> 6 12 3 14
    # convert distances to m -dist_btw_receivers_m <- dist_btw_receivers(dat, f = function(x) x*1000) -head(dist_btw_receivers_m) -
    #> r1 r2 dist -#> 1 3 3 0.000 -#> 2 4 3 14111.344 -#> 3 7 3 15308.019 -#> 4 9 3 542.825 -#> 5 11 3 13765.477 -#> 6 12 3 13796.536
    -
    +
    +

    Examples

    +
    #### Example (1): Implementation using lat/long coordinates
    +dat <- data.frame(receiver_id = dat_moorings$receiver_id,
    +                  receiver_long = dat_moorings$receiver_long,
    +                  receiver_lat = dat_moorings$receiver_lat
    +                  )
    +# Compute distances
    +dist_btw_receivers_km <- dist_btw_receivers(dat)
    +head(dist_btw_receivers_km)
    +#>   r1 r2      dist
    +#> 1  3  3  0.000000
    +#> 2  4  3 14.111344
    +#> 3  7  3 15.308019
    +#> 4  9  3  0.542825
    +#> 5 11  3 13.765477
    +#> 6 12  3 13.796536
    +
    +#### Example (2): Implementation using planar coordinates
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +xy         <- sp::SpatialPoints(dat[, c("receiver_long", "receiver_lat")],
    +                                proj_wgs84)
    +xy         <- sp::spTransform(xy, proj_utm)
    +xy         <- sp::coordinates(xy)
    +dat <- data.frame(receiver_id = dat_moorings$receiver_id,
    +                  receiver_easting = xy[, 1],
    +                  receiver_northing = xy[, 2])
    +head(dist_btw_receivers(dat))
    +#>   r1 r2       dist
    +#> 1  3  3  0.0000000
    +#> 2  4  3 14.1131960
    +#> 3  7  3 15.3099894
    +#> 4  9  3  0.5428911
    +#> 5 11  3 13.7672055
    +#> 6 12  3 13.7983575
    +
    +#### Example (3): Post-process distances via the f argument
    +dist_btw_receivers_km_round <- dist_btw_receivers(dat, f = round)
    +head(dist_btw_receivers_km_round)
    +#>   r1 r2 dist
    +#> 1  3  3    0
    +#> 2  4  3   14
    +#> 3  7  3   15
    +#> 4  9  3    1
    +#> 5 11  3   14
    +#> 6 12  3   14
    +# convert distances to m
    +dist_btw_receivers_m <- dist_btw_receivers(dat, f = function(x) x*1000)
    +head(dist_btw_receivers_m)
    +#>   r1 r2       dist
    +#> 1  3  3     0.0000
    +#> 2  4  3 14113.1960
    +#> 3  7  3 15309.9894
    +#> 4  9  3   542.8911
    +#> 5 11  3 13767.2055
    +#> 6 12  3 13798.3575
    +
    +#### Example (4) Return distances in a matrix
    +# Get distances
    +dist_btw_receivers(dat, return = "matrix")
    +#>             3          4         7          9        11         12         14
    +#> 3   0.0000000 14.1131960 15.309989  0.5428911 13.767205 13.7983575 12.6143165
    +#> 4  14.1131960  0.0000000  1.717948 13.9034731  2.215489  0.5158684  6.3031421
    +#> 7  15.3099894  1.7179478  0.000000 15.0580751  1.873918  2.2331738  5.8899781
    +#> 9   0.5428911 13.9034731 15.058075  0.0000000 13.481255 13.6037023 12.2017218
    +#> 11 13.7672055  2.2154890  1.873918 13.4812546  0.000000  2.5660837  4.1767712
    +#> 12 13.7983575  0.5158684  2.233174 13.6037023  2.566084  0.0000000  6.5371715
    +#> 14 12.6143165  6.3031421  5.889978 12.2017218  4.176771  6.5371715  0.0000000
    +#> 18  8.5441944  5.5722752  6.864123  8.3492873  5.554672  5.2557499  6.4001268
    +#> 20 11.5955654  7.7771471  7.562382 11.1432486  5.769735  7.9414306  1.7771052
    +#> 21  2.5467428 14.9105530 16.286249  3.0823472 14.924666 14.5312253 14.3819801
    +#> 23 11.9185942  7.2878539  7.014934 11.4790917  5.241995  7.4729726  1.1972754
    +#> 24  8.8755381  5.2973710  6.682056  8.7076910  5.500435  4.9442922  6.7183667
    +#> 26  2.9396514 14.6181256 16.028093  3.4556398 14.712752 14.2267075 14.3350204
    +#> 27  4.2871757 18.2836191 19.392210  4.3998996 17.762543 17.9934339 16.0658454
    +#> 29 15.1933708 10.1459903  9.298340 14.7071607  7.930895 10.4655416  4.2037585
    +#> 30  1.7195617 14.9534529 16.263879  2.2620589 14.826364 14.5973982 14.0221915
    +#> 31  3.3966631 14.4509808 15.893473  3.8958907 14.624906 14.0478467 14.4018070
    +#> 33  1.0282054 14.5084817 15.779969  1.5705932 14.304541 14.1667948 13.3872340
    +#> 35  9.5241889  4.5906708  5.852923  9.3134393  4.562023  4.2986239  5.8062375
    +#> 36  3.1433774 12.6684020 14.089550  3.4695071 12.804383 12.2751456 12.6410027
    +#> 37  2.2446477 16.1831886 17.440281  2.6739513 15.941962 15.8444418 14.8577172
    +#> 38  8.0904421  6.0738849  7.220449  7.8505363  5.744775  5.8104488  5.9785146
    +#> 39 11.2689782  5.0910638  5.222467 10.9058152  3.348552  5.1924047  2.0209296
    +#> 40 14.4707081  0.5574851  1.161366 14.2457623  1.927402  1.0733398  6.0946835
    +#> 41 12.8648683  6.2954818  5.814749 12.4525123  4.141283  6.5472923  0.2508392
    +#> 43  1.9040241 14.9806280 16.305051  2.4469151 14.882729 14.6195669 14.1305212
    +#> 44 13.1823564  1.0990698  2.786249 12.9950847  2.752657  0.6425807  6.4783178
    +#> 45  2.7069880 14.2293917 15.629983  3.2010389 14.304739 13.8417960 13.9169172
    +#> 46 12.2513617  7.5334929  7.177464 11.8053208  5.444070  7.7391213  1.2892746
    +#> 47 12.7982019  6.8895828  6.414011 12.3695947  4.742132  7.1334403  0.6090173
    +#> 48  0.7690849 14.2203232 15.478670  1.2975298 13.991965 13.8836922 13.0490347
    +#> 49  0.3065824 13.8679112 15.049961  0.3158502 13.495968 13.5586419 12.3124712
    +#> 50  7.2044442  6.9162041  8.123945  6.9873150  6.680230  6.6220023  6.7749247
    +#> 51  7.0484015  7.1834570  8.275751  6.7829129  6.723945  6.9309852  6.3811872
    +#> 52 12.5533132  7.2741439  6.852281 12.1142782  5.151727  7.4999671  0.9751503
    +#> 53  0.6743504 13.7016843 14.853815  0.2051285 13.276169 13.4031439 12.0053568
    +#> 54 11.9577584  7.7413732  7.447368 11.5062344  5.686416  7.9281017  1.5845003
    +#> 55  3.9842618 14.3738782 15.853354  4.4706648 14.642115 13.9571616 14.5946810
    +#> 56  3.2286348 14.4306359 15.862762  3.7290974 14.579379 14.0313218 14.3118579
    +#> 57  2.2978079 14.9207937 16.277994  2.8369614 14.893806 14.5480972 14.2752829
    +#>            18         20         21         23         24         26        27
    +#> 3   8.5441944 11.5955654  2.5467428 11.9185942  8.8755381  2.9396514  4.287176
    +#> 4   5.5722752  7.7771471 14.9105530  7.2878539  5.2973710 14.6181256 18.283619
    +#> 7   6.8641227  7.5623816 16.2862487  7.0149340  6.6820561 16.0280934 19.392210
    +#> 9   8.3492873 11.1432486  3.0823472 11.4790917  8.7076910  3.4556398  4.399900
    +#> 11  5.5546723  5.7697354 14.9246663  5.2419948  5.5004348 14.7127515 17.762543
    +#> 12  5.2557499  7.9414306 14.5312253  7.4729726  4.9442922 14.2267075 17.993434
    +#> 14  6.4001268  1.7771052 14.3819801  1.1972754  6.7183667 14.3350204 16.065845
    +#> 18  0.0000000  6.6343207  9.4252455  6.5176997  0.5715894  9.1828106 12.742700
    +#> 20  6.6343207  0.0000000 13.5652507  0.5800208  7.0648374 13.5861682 14.779500
    +#> 21  9.4252455 13.5652507  0.0000000 13.8229079  9.6226357  0.5941759  5.058317
    +#> 23  6.5176997  0.5800208 13.8229079  0.0000000  6.9154412 13.8210510 15.196923
    +#> 24  0.5715894  7.0648374  9.6226357  6.9154412  0.0000000  9.3493275 13.107267
    +#> 26  9.1828106 13.5861682  0.5941759 13.8210510  9.3493275  0.0000000  5.650887
    +#> 27 12.7427001 14.7794998  5.0583170 15.1969235 13.1072672  5.6508874  0.000000
    +#> 29 10.4295924  3.9336823 17.3115575  3.9244103 10.8069138 17.3760037 17.967781
    +#> 30  9.4072217 13.1086707  0.9505920 13.3982991  9.6570826  1.4959053  4.305071
    +#> 31  9.0767872 13.7144767  1.1293533 13.9289265  9.2118566  0.5389791  6.176484
    +#> 33  8.9433235 12.4433081  1.5324423 12.7422442  9.2226415  1.9765695  4.313521
    +#> 35  1.0121331  6.2883898 10.4373786  6.0899556  0.9912009 10.1933948 13.697791
    +#> 36  7.2594392 12.0265374  2.3160579 12.2135832  7.4079678  1.9521826  6.959990
    +#> 37 10.6149380 13.8171672  2.1234042 14.1506146 10.9006918  2.7168827  2.935873
    +#> 38  0.8820582  6.0122167  9.1876015  5.9553039  1.4536411  8.9966650 12.215710
    +#> 39  4.3990180  2.8356371 12.8242454  2.4707686  4.7001861 12.7227312 14.997975
    +#> 40  5.9498253  7.6404103 15.3330973  7.1299387  5.7105335 15.0530556 18.612736
    +#> 41  6.5918782  1.9512598 14.6286311  1.3736142  6.8979845 14.5795987 16.314584
    +#> 43  9.4441668 13.2353242  0.7548355 13.5189459  9.6832788  1.3133578  4.428784
    +#> 44  4.6460224  7.7807680 13.8926678  7.3419109  4.3174804 13.5859672 17.388521
    +#> 45  8.7798392 13.1740229  0.7670158 13.4062712  8.9539771  0.4189289  5.744716
    +#> 46  6.9261733  0.7015680 14.1840752  0.4117529  7.3200967 14.1902813 15.473132
    +#> 47  6.9041463  1.5085177 14.6408855  0.9735764  7.2446345 14.6162630 16.140995
    +#> 48  8.6514109 12.1032117  1.7856984 12.4022581  8.9408582  2.1714875  4.470249
    +#> 49  8.3030154 11.2894320  2.7882141 11.6134124  8.6448837  3.1475690  4.483335
    +#> 50  1.3942939  6.6379968  8.2476938  6.6430539  1.8618772  8.0550068 11.371998
    +#> 51  1.8845501  6.0960933  8.3040385  6.1463774  2.4219760  8.1611042 11.125992
    +#> 52  6.9699872  1.0898436 14.4489966  0.6352526  7.3396367 14.4420664 15.824035
    +#> 53  8.1492723 10.9557113  3.1695348 11.2882094  8.5103522  3.5153974  4.596943
    +#> 54  6.8626245  0.3638950 13.9200456  0.4552630  7.2771183 13.9371404 15.140777
    +#> 55  9.0875228 13.9749019  1.7400480 14.1671548  9.1845057  1.1576856  6.761111
    +#> 56  9.0356434 13.6084948  0.9855479 13.8281547  9.1807226  0.3913964  6.041726
    +#> 57  9.4140802 13.4304238  0.2768433 13.6973548  9.6269808  0.8471860  4.829450
    +#>           29         30         31         33         35        36        37
    +#> 3  15.193371  1.7195617  3.3966631  1.0282054  9.5241889  3.143377  2.244648
    +#> 4  10.145990 14.9534529 14.4509808 14.5084817  4.5906708 12.668402 16.183189
    +#> 7   9.298340 16.2638786 15.8934728 15.7799692  5.8529228 14.089550 17.440281
    +#> 9  14.707161  2.2620589  3.8958907  1.5705932  9.3134393  3.469507  2.673951
    +#> 11  7.930895 14.8263639 14.6249061 14.3045405  4.5620228 12.804383 15.941962
    +#> 12 10.465542 14.5973982 14.0478467 14.1667948  4.2986239 12.275146 15.844442
    +#> 14  4.203759 14.0221915 14.4018070 13.3872340  5.8062375 12.641003 14.857717
    +#> 18 10.429592  9.4072217  9.0767872  8.9433235  1.0121331  7.259439 10.614938
    +#> 20  3.933682 13.1086707 13.7144767 12.4433081  6.2883898 12.026537 13.817167
    +#> 21 17.311558  0.9505920  1.1293533  1.5324423 10.4373786  2.316058  2.123404
    +#> 23  3.924410 13.3982991 13.9289265 12.7422442  6.0899556 12.213583 14.150615
    +#> 24 10.806914  9.6570826  9.2118566  9.2226415  0.9912009  7.407968 10.900692
    +#> 26 17.376004  1.4959053  0.5389791  1.9765695 10.1933948  1.952183  2.716883
    +#> 27 17.967781  4.3050710  6.1764841  4.3135212 13.6977907  6.959990  2.935873
    +#> 29  0.000000 16.7848390 17.5376097 16.1003293  9.9417673 15.891320 17.363549
    +#> 30 16.784839  0.0000000  2.0300421  0.7032578 10.4146972  2.709543  1.421747
    +#> 31 17.537610  2.0300421  0.0000000  2.4718836 10.0827789  1.822556  3.246255
    +#> 33 16.100329  0.7032578  2.4718836  0.0000000  9.9440344  2.669906  1.680246
    +#> 35  9.941767 10.4146972 10.0827789  9.9440344  0.0000000  8.267202 11.612774
    +#> 36 15.891320  2.7095430  1.8225556  2.6699059  8.2672016  0.000000  4.130797
    +#> 37 17.363549  1.4217469  3.2462551  1.6802459 11.6127738  4.130797  0.000000
    +#> 38  9.879638  9.0840532  8.9417191  8.5744293  1.5365369  7.120138 10.226060
    +#> 39  6.180323 12.5538927 12.7424016 11.9554799  3.7858384 10.946645 13.505982
    +#> 40  9.824117 15.3523494 14.8978024 14.8930648  4.9516918 13.106402 16.563636
    +#> 41  4.092524 14.2711807 14.6441626 13.6368298  5.9751782 12.881003 15.108330
    +#> 43 16.925416  0.2011203  1.8505701  0.8789086 10.4533741  2.640074  1.514974
    +#> 44 10.511112 13.9650314 13.4057523 13.5394528  3.7069575 11.634237 15.217920
    +#> 45 16.969997  1.4710768  0.6969503  1.8134643  9.7910313  1.579640  2.815450
    +#> 46  3.512852 13.7466371 14.3047315 13.0864122  6.4871019 12.596928 14.478550
    +#> 47  3.616977 14.2470410 14.7027135 13.6001825  6.3506815 12.961258 15.036451
    +#> 48 15.762471  1.0293418  2.6362800  0.3401205  9.6491402  2.598061  1.963660
    +#> 49 14.887480  1.9970330  3.5828216  1.2965528  9.2775164  3.175786  2.545294
    +#> 50 10.552456  8.1560280  8.0021918  7.6573751  2.3263660  6.181224  9.316399
    +#> 51 10.026748  8.1298756  8.1553625  7.5881421  2.6630612  6.350732  9.218546
    +#> 52  3.467953 14.0297916 14.5445259 13.3749368  6.4762760 12.821446 14.785696
    +#> 53 14.531985  2.3824941  3.9383013  1.6824974  9.1119312  3.413680  2.862558
    +#> 54  3.634449 13.4677830 14.0615544 12.8034047  6.4737130 12.367432 14.180120
    +#> 55 17.828601  2.6517570  0.6220397  3.0832014 10.0841571  1.955337  3.840910
    +#> 56 17.423824  1.8699919  0.1687610  2.3034980 10.0433981  1.776227  3.108141
    +#> 57 17.157707  0.6737893  1.3861601  1.2751459 10.4258187  2.402373  1.894413
    +#>            38        39         40         41         43         44         45
    +#> 3   8.0904421 11.268978 14.4707081 12.8648683  1.9040241 13.1823564  2.7069880
    +#> 4   6.0738849  5.091064  0.5574851  6.2954818 14.9806280  1.0990698 14.2293917
    +#> 7   7.2204494  5.222467  1.1613657  5.8147493 16.3050509  2.7862494 15.6299827
    +#> 9   7.8505363 10.905815 14.2457623 12.4525123  2.4469151 12.9950847  3.2010389
    +#> 11  5.7447752  3.348552  1.9274016  4.1412832 14.8827293  2.7526573 14.3047395
    +#> 12  5.8104488  5.192405  1.0733398  6.5472923 14.6195669  0.6425807 13.8417960
    +#> 14  5.9785146  2.020930  6.0946835  0.2508392 14.1305212  6.4783178 13.9169172
    +#> 18  0.8820582  4.399018  5.9498253  6.5918782  9.4441668  4.6460224  8.7798392
    +#> 20  6.0122167  2.835637  7.6404103  1.9512598 13.2353242  7.7807680 13.1740229
    +#> 21  9.1876015 12.824245 15.3330973 14.6286311  0.7548355 13.8926678  0.7670158
    +#> 23  5.9553039  2.470769  7.1299387  1.3736142 13.5189459  7.3419109 13.4062712
    +#> 24  1.4536411  4.700186  5.7105335  6.8979845  9.6832788  4.3174804  8.9539771
    +#> 26  8.9966650 12.722731 15.0530556 14.5795987  1.3133578 13.5859672  0.4189289
    +#> 27 12.2157099 14.997975 18.6127356 16.3145838  4.4287844 17.3885212  5.7447163
    +#> 29  9.8796383  6.180323  9.8241166  4.0925235 16.9254162 10.5111115 16.9699971
    +#> 30  9.0840532 12.553893 15.3523494 14.2711807  0.2011203 13.9650314  1.4710768
    +#> 31  8.9417191 12.742402 14.8978024 14.6441626  1.8505701 13.4057523  0.6969503
    +#> 33  8.5744293 11.955480 14.8930648 13.6368298  0.8789086 13.5394528  1.8134643
    +#> 35  1.5365369  3.785838  4.9516918  5.9751782 10.4533741  3.7069575  9.7910313
    +#> 36  7.1201383 10.946645 13.1064025 12.8810027  2.6400742 11.6342373  1.5796396
    +#> 37 10.2260596 13.505982 16.5636361 15.1083296  1.5149736 15.2179201  2.8154499
    +#> 38  0.0000000  4.045125  6.3977465  6.1888126  9.1384154  5.2318757  8.5844977
    +#> 39  4.0451247  0.000000  5.0445940  2.1981565 12.6441190  4.9772072 12.3039767
    +#> 40  6.3977465  5.044594  0.0000000  6.0662961 15.3845979  1.6339604 14.6606891
    +#> 41  6.1888126  2.198157  6.0662961  0.0000000 14.3791296  6.5130004 14.1613955
    +#> 43  9.1384154 12.644119 15.3845979 14.3791296  0.0000000 13.9856650  1.3217280
    +#> 44  5.2318757  4.977207  1.6339604  6.5130004 13.9856650  0.0000000 13.2016915
    +#> 45  8.5844977 12.303977 14.6606891 14.1613955  1.3217280 13.2016915  0.0000000
    +#> 46  6.3669712  2.827465  7.3509968  1.4024796 13.8698358  7.6334018 13.7763107
    +#> 47  6.4384778  2.570601  6.6662619  0.6021222 14.3620266  7.0836007 14.1994540
    +#> 48  8.2676077 11.623625 14.5999794 13.2986976  1.1915451 13.2583384  1.9525515
    +#> 49  7.8329277 10.976505 14.2199538 12.5630720  2.1754080 12.9453429  2.8873841
    +#> 50  0.9416665  4.898327  7.2662898  6.9950501  8.2070347  6.0220304  7.6428421
    +#> 51  1.1269773  4.601098  7.4913654  6.6112916  8.1977942  6.3568247  7.7438610
    +#> 52  6.4530201  2.740853  7.0697301  1.0424705 14.1495871  7.4228912 14.0267357
    +#> 53  7.6472156 10.703238 14.0429119 12.2561204  2.5613772 12.7952271  3.2415055
    +#> 54  6.2674672  2.908752  7.5794275  1.7256446 13.5937224  7.7964032 13.5244679
    +#> 55  9.0126567 12.886215 14.8343750 14.8342197  2.4709765 13.3145928  1.2793841
    +#> 56  8.8849309 12.665066 14.8736246 14.5548406  1.6934175 13.3895816  0.5335230
    +#> 57  9.1513335 12.742597 15.3366129 14.5227027  0.4783430 13.9110553  0.9306502
    +#>            46         47         48         49         50        51         52
    +#> 3  12.2513617 12.7982019  0.7690849  0.3065824  7.2044442  7.048402 12.5533132
    +#> 4   7.5334929  6.8895828 14.2203232 13.8679112  6.9162041  7.183457  7.2741439
    +#> 7   7.1774636  6.4140106 15.4786701 15.0499610  8.1239447  8.275751  6.8522809
    +#> 9  11.8053208 12.3695947  1.2975298  0.3158502  6.9873150  6.782913 12.1142782
    +#> 11  5.4440703  4.7421318 13.9919654 13.4959679  6.6802300  6.723945  5.1517273
    +#> 12  7.7391213  7.1334403 13.8836922 13.5586419  6.6220023  6.930985  7.4999671
    +#> 14  1.2892746  0.6090173 13.0490347 12.3124712  6.7749247  6.381187  0.9751503
    +#> 18  6.9261733  6.9041463  8.6514109  8.3030154  1.3942939  1.884550  6.9699872
    +#> 20  0.7015680  1.5085177 12.1032117 11.2894320  6.6379968  6.096093  1.0898436
    +#> 21 14.1840752 14.6408855  1.7856984  2.7882141  8.2476938  8.304039 14.4489966
    +#> 23  0.4117529  0.9735764 12.4022581 11.6134124  6.6430539  6.146377  0.6352526
    +#> 24  7.3200967  7.2446345  8.9408582  8.6448837  1.8618772  2.421976  7.3396367
    +#> 26 14.1902813 14.6162630  2.1714875  3.1475690  8.0550068  8.161104 14.4420664
    +#> 27 15.4731320 16.1409945  4.4702486  4.4833348 11.3719983 11.125992 15.8240349
    +#> 29  3.5128522  3.6169771 15.7624708 14.8874798 10.5524557 10.026748  3.4679526
    +#> 30 13.7466371 14.2470410  1.0293418  1.9970330  8.1560280  8.129876 14.0297916
    +#> 31 14.3047315 14.7027135  2.6362800  3.5828216  8.0021918  8.155363 14.5445259
    +#> 33 13.0864122 13.6001825  0.3401205  1.2965528  7.6573751  7.588142 13.3749368
    +#> 35  6.4871019  6.3506815  9.6491402  9.2775164  2.3263660  2.663061  6.4762760
    +#> 36 12.5969278 12.9612584  2.5980607  3.1757857  6.1812239  6.350732 12.8214457
    +#> 37 14.4785497 15.0364506  1.9636603  2.5452941  9.3163986  9.218546 14.7856956
    +#> 38  6.3669712  6.4384778  8.2676077  7.8329277  0.9416665  1.126977  6.4530201
    +#> 39  2.8274648  2.5706015 11.6236255 10.9765045  4.8983268  4.601098  2.7408526
    +#> 40  7.3509968  6.6662619 14.5999794 14.2199538  7.2662898  7.491365  7.0697301
    +#> 41  1.4024796  0.6021222 13.2986976 12.5630720  6.9950501  6.611292  1.0424705
    +#> 43 13.8698358 14.3620266  1.1915451  2.1754080  8.2070347  8.197794 14.1495871
    +#> 44  7.6334018  7.0836007 13.2583384 12.9453429  6.0220304  6.356825  7.4228912
    +#> 45 13.7763107 14.1994540  1.9525515  2.8873841  7.6428421  7.743861 14.0267357
    +#> 46  0.0000000  0.8681827 12.7463099 11.9456474  7.0535285  6.553029  0.4085893
    +#> 47  0.8681827  0.0000000 13.2607473 12.4941961  7.2014549  6.768356  0.4701178
    +#> 48 12.7463099 13.2607473  0.0000000  1.0034010  7.3547834  7.272071 13.0349961
    +#> 49 11.9456474 12.4941961  1.0034010  0.0000000  6.9544696  6.781925 12.2481934
    +#> 50  7.0535285  7.2014549  7.3547834  6.9544696  0.0000000  0.719671  7.1760869
    +#> 51  6.5530289  6.7683561  7.2720714  6.7819253  0.7196710  0.000000  6.7053339
    +#> 52  0.4085893  0.4701178 13.0349961 12.2481934  7.1760869  6.705334  0.0000000
    +#> 53 11.6161106 12.1763021  1.3869487  0.3859969  6.7856734  6.578489 11.9233241
    +#> 54  0.3650836  1.2225547 12.4632943 11.6516761  6.9195508  6.393966  0.7722191
    +#> 55 14.5494294 14.9165833  3.2319269  4.1556545  8.0802194  8.285953 14.7759663
    +#> 56 14.2023303 14.6075989  2.4677657  3.4163422  7.9443758  8.083897 14.4452283
    +#> 57 14.0549788 14.5244867  1.5455108  2.5486308  8.2137135  8.246297 14.3252357
    +#>            53         54         55         56         57
    +#> 3   0.6743504 11.9577584  3.9842618  3.2286348  2.2978079
    +#> 4  13.7016843  7.7413732 14.3738782 14.4306359 14.9207937
    +#> 7  14.8538151  7.4473679 15.8533544 15.8627616 16.2779937
    +#> 9   0.2051285 11.5062344  4.4706648  3.7290974  2.8369614
    +#> 11 13.2761692  5.6864160 14.6421149 14.5793786 14.8938063
    +#> 12 13.4031439  7.9281017 13.9571616 14.0313218 14.5480972
    +#> 14 12.0053568  1.5845003 14.5946810 14.3118579 14.2752829
    +#> 18  8.1492723  6.8626245  9.0875228  9.0356434  9.4140802
    +#> 20 10.9557113  0.3638950 13.9749019 13.6084948 13.4304238
    +#> 21  3.1695348 13.9200456  1.7400480  0.9855479  0.2768433
    +#> 23 11.2882094  0.4552630 14.1671548 13.8281547 13.6973548
    +#> 24  8.5103522  7.2771183  9.1845057  9.1807226  9.6269808
    +#> 26  3.5153974 13.9371404  1.1576856  0.3913964  0.8471860
    +#> 27  4.5969426 15.1407769  6.7611112  6.0417265  4.8294497
    +#> 29 14.5319853  3.6344487 17.8286012 17.4238240 17.1577071
    +#> 30  2.3824941 13.4677830  2.6517570  1.8699919  0.6737893
    +#> 31  3.9383013 14.0615544  0.6220397  0.1687610  1.3861601
    +#> 33  1.6824974 12.8034047  3.0832014  2.3034980  1.2751459
    +#> 35  9.1119312  6.4737130 10.0841571 10.0433981 10.4258187
    +#> 36  3.4136798 12.3674321  1.9553372  1.7762271  2.4023729
    +#> 37  2.8625581 14.1801201  3.8409099  3.1081406  1.8944131
    +#> 38  7.6472156  6.2674672  9.0126567  8.8849309  9.1513335
    +#> 39 10.7032376  2.9087521 12.8862148 12.6650655 12.7425970
    +#> 40 14.0429119  7.5794275 14.8343750 14.8736246 15.3366129
    +#> 41 12.2561204  1.7256446 14.8342197 14.5548406 14.5227027
    +#> 43  2.5613772 13.5937224  2.4709765  1.6934175  0.4783430
    +#> 44 12.7952271  7.7964032 13.3145928 13.3895816 13.9110553
    +#> 45  3.2415055 13.5244679  1.2793841  0.5335230  0.9306502
    +#> 46 11.6161106  0.3650836 14.5494294 14.2023303 14.0549788
    +#> 47 12.1763021  1.2225547 14.9165833 14.6075989 14.5244867
    +#> 48  1.3869487 12.4632943  3.2319269  2.4677657  1.5455108
    +#> 49  0.3859969 11.6516761  4.1556545  3.4163422  2.5486308
    +#> 50  6.7856734  6.9195508  8.0802194  7.9443758  8.2137135
    +#> 51  6.5784892  6.3939664  8.2859533  8.0838967  8.2462966
    +#> 52 11.9233241  0.7722191 14.7759663 14.4452283 14.3252357
    +#> 53  0.0000000 11.3184975  4.5009575  3.7730800  2.9324444
    +#> 54 11.3184975  0.0000000 14.3172818 13.9565980 13.7865952
    +#> 55  4.5009575 14.3172818  0.0000000  0.7858942  2.0030226
    +#> 56  3.7730800 13.9565980  0.7858942  0.0000000  1.2345829
    +#> 57  2.9324444 13.7865952  2.0030226  1.2345829  0.0000000
    +# Compare sample to dataframe
    +dist_btw_receivers(dat)[1:5, ]
    +#>   r1 r2       dist
    +#> 1  3  3  0.0000000
    +#> 2  4  3 14.1131960
    +#> 3  7  3 15.3099894
    +#> 4  9  3  0.5428911
    +#> 5 11  3 13.7672055
    +dist_btw_receivers(dat, return = "matrix")[1:5, 1:5]
    +#>             3         4         7          9        11
    +#> 3   0.0000000 14.113196 15.309989  0.5428911 13.767205
    +#> 4  14.1131960  0.000000  1.717948 13.9034731  2.215489
    +#> 7  15.3099894  1.717948  0.000000 15.0580751  1.873918
    +#> 9   0.5428911 13.903473 15.058075  0.0000000 13.481255
    +#> 11 13.7672055  2.215489  1.873918 13.4812546  0.000000
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/dist_over_surface-1.png b/docs/reference/dist_over_surface-1.png index e92315a..fbabea9 100644 Binary files a/docs/reference/dist_over_surface-1.png and b/docs/reference/dist_over_surface-1.png differ diff --git a/docs/reference/dist_over_surface.html b/docs/reference/dist_over_surface.html index df93c7c..e138749 100644 --- a/docs/reference/dist_over_surface.html +++ b/docs/reference/dist_over_surface.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the total distance of a path over a three-dimensional surface — dist_over_surface • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the total distance of a path over a three-dimensional surface — dist_over_surface • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function calculates the total distance of a path, whose horizontal coordinates are known, over a three-dimensional surface. To implement the function, the path should be supplied as a matrix or dataframe of coordinates or a SpatialLines object and the surface should be supplied as a raster. The function takes the horizontal coordinates of the path and extracts the values of the surface at these points, and then calculates the total distance of the path as the sum of the paired distances between each pair of points.

    +

    This function calculates the total distance of a path, whose horizontal coordinates are known, over a three-dimensional surface. To implement the function, the path should be supplied as a matrix or dataframe of coordinates or a SpatialLines object and the surface should be supplied as a raster. The function takes the horizontal coordinates of the path and extracts the values of the surface at these points, and then calculates the total distance of the path as the sum of the paired distances between each pair of points.

    -
    dist_over_surface(path, surface)
    - -

    Arguments

    - - - - - - - - - - -
    path

    A matrix or dataframe of horizontal coordinates (x, y) or a SpatialLines object which defines the path over a surface. The coordinate reference system (projection) of path should be the same as that for the surface.

    surface

    A raster over which the movement that generated the path occurred. The coordinate reference system (projection) of path should be the same as that for the surface and the values of the surface should also be expressed in the same units (e.g., metres).

    +
    +
    dist_over_surface(path, surface)
    +
    -

    Value

    +
    +

    Arguments

    +
    path
    +

    A matrix or dataframe of horizontal coordinates (x, y) or a SpatialLines object which defines the path over a surface. The coordinate reference system (projection) of path should be the same as that for the surface.

    -

    The function returns a number equal to the total distance along the path.

    -

    Details

    -

    The total distance of a path over a three-dimensional surface is equal to the sum of the pairwise distances between each point (\(i\)) and its successor (\(i + 1\)) according to the equation: $$\Sigma_{i = 1}^n \sqrt{(x_{i+1} - x_i)^2 + (y_{i + 1} - y_i)^2 + (z_{i + 1} - z_i)^2)}$$ where \(x\), \(y\) and \(z\) are the x, y and z coordinates of each point in three-dimensional space and \(n\) is the total number of points minus 1. Pairwise distances are calculated via dist_btw_points_3d. Note that for realistic distances, some interpolation (e.g., via least-cost paths) between points may be required to generate localisations at sufficiently high resolution to effectively capture the shape of the landscape.

    -

    See also

    +
    surface
    +

    A raster over which the movement that generated the path occurred. The coordinate reference system (projection) of path should be the same as that for the surface and the values of the surface should also be expressed in the same units (e.g., metres).

    -

    If the coordinates of the points are known in three dimensions already, dist_btw_points_3d can be used directly.

    -

    Author

    +
    +
    +

    Value

    + +

    The function returns a number equal to the total distance along the path.

    +
    +
    +

    Details

    +

    The total distance of a path over a three-dimensional surface is equal to the sum of the pairwise distances between each point (\(i\)) and its successor (\(i + 1\)) according to the equation: $$\Sigma_{i = 1}^n \sqrt{(x_{i+1} - x_i)^2 + (y_{i + 1} - y_i)^2 + (z_{i + 1} - z_i)^2)}$$ where \(x\), \(y\) and \(z\) are the x, y and z coordinates of each point in three-dimensional space and \(n\) is the total number of points minus 1. Pairwise distances are calculated via dist_btw_points_3d. Note that for realistic distances, some interpolation (e.g., via least-cost paths) between points may be required to generate localisations at sufficiently high resolution to effectively capture the shape of the landscape.

    +

    This function does not currently support non-planar coordinates (path or surface).

    +
    +
    +

    See also

    +

    If the coordinates of the points are known in three dimensions already, dist_btw_points_3d can be used directly.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Simulate a hypothetical landscape -# Define a miniature, blank landscape with known dimensions -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -r <- raster::raster(nrows = 3, ncols = 3, - crs = proj_utm, - resolution = c(5, 5), - ext = raster::extent(0, 15, 0, 15)) -# Define a matrix of hypothetical values for the landscape -mat <- matrix(c(5, 10, 3, - 2, 1, 4, - 5, 6, 6), ncol = 3, nrow = 3, byrow = TRUE) -r[] <- mat -# Visualise simulated landscape -raster::plot(r) -
    raster::text(r) -
    -#### Example (1): Total distance between two example adjacent points -path_cells <- c(1, 2) -path_matrix <- sp::coordinates(r)[path_cells, ] -dist_over_surface(path_matrix, r) -
    #> [1] 7.071068
    sqrt(5^2 + (10-5)^2) -
    #> [1] 7.071068
    -#### Example (2): Total distance between two example diagonal points -path_cells <- c(1, 5) -path_matrix <- sp::coordinates(r)[path_cells, ] -dist_over_surface(path_matrix, r) -
    #> [1] 8.124038
    sqrt(sqrt(5^2 + 5^2)^2 + (5 - 1)^2) -
    #> [1] 8.124038
    -#### Example (3): Total distance along a longer path -path_cells <- c(1, 2, 3) -path_matrix <- sp::coordinates(r)[path_cells, ] -dist_over_surface(path_matrix, r) -
    #> [1] 15.67339
    sqrt(5^2 + (10-5)^2) + sqrt(5^2 + (10-3)^2) -
    #> [1] 15.67339
    -#### Example (4): Total distance along an even longer path -path_cells <- c(1, 2, 3, 6, 8) -path_matrix <- sp::coordinates(r)[path_cells, ] -dist_over_surface(path_matrix, r) -
    #> [1] 28.12088
    -#### Example (5): A SpatialLines object can be used for the path -path_line <- Orcs::coords2Lines(path_matrix, ID = 1, proj4string = proj_utm) -raster::lines(path_line) -
    dist_over_surface(path_line, r) -
    #> [1] 28.12088
    -
    +
    +

    Examples

    +
    #### Simulate a hypothetical landscape
    +# Define a miniature, blank landscape with known dimensions
    +proj_utm <- sp::CRS(SRS_string = "EPSG:32629")
    +r <- raster::raster(nrows = 3, ncols = 3,
    +                    crs = proj_utm,
    +                    resolution = c(5, 5),
    +                    ext = raster::extent(0, 15, 0, 15))
    +# Define a matrix of hypothetical values for the landscape
    +mat <- matrix(c(5, 10, 3,
    +                2, 1, 4,
    +                5, 6, 6), ncol = 3, nrow = 3, byrow = TRUE)
    +r[] <- mat
    +# Visualise simulated landscape
    +raster::plot(r)
    +raster::text(r)
    +
    +#### Example (1): Total distance between two example adjacent points
    +path_cells <- c(1, 2)
    +path_matrix <- sp::coordinates(r)[path_cells, ]
    +dist_over_surface(path_matrix, r)
    +#> The CRS of 'surface' is not NA. Note that this function only supports planar surfaces.
    +#> [1] 7.071068
    +sqrt(5^2 + (10-5)^2)
    +#> [1] 7.071068
    +
    +#### Example (2): Total distance between two example diagonal points
    +path_cells <- c(1, 5)
    +path_matrix <- sp::coordinates(r)[path_cells, ]
    +dist_over_surface(path_matrix, r)
    +#> The CRS of 'surface' is not NA. Note that this function only supports planar surfaces.
    +#> [1] 8.124038
    +sqrt(sqrt(5^2 + 5^2)^2 + (5 - 1)^2)
    +#> [1] 8.124038
    +
    +#### Example (3): Total distance along a longer path
    +path_cells <- c(1, 2, 3)
    +path_matrix <- sp::coordinates(r)[path_cells, ]
    +dist_over_surface(path_matrix, r)
    +#> The CRS of 'surface' is not NA. Note that this function only supports planar surfaces.
    +#> [1] 15.67339
    +sqrt(5^2 + (10-5)^2) + sqrt(5^2 + (10-3)^2)
    +#> [1] 15.67339
    +
    +#### Example (4): Total distance along an even longer path
    +path_cells <- c(1, 2, 3, 6, 8)
    +path_matrix <- sp::coordinates(r)[path_cells, ]
    +dist_over_surface(path_matrix, r)
    +#> The CRS of 'surface' is not NA. Note that this function only supports planar surfaces.
    +#> [1] 28.12088
    +
    +#### Example (5): A SpatialLines object can be used for the path
    +path_line <- Orcs::coords2Lines(path_matrix, ID = 1, proj4string = proj_utm)
    +raster::lines(path_line)
    +
    +dist_over_surface(path_line, r)
    +#> The CRS of 'surface' is not NA. Note that this function only supports planar surfaces.
    +#> [1] 28.12088
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/dot-acs-1.png b/docs/reference/dot-acs-1.png index ecfd9ed..69deb31 100644 Binary files a/docs/reference/dot-acs-1.png and b/docs/reference/dot-acs-1.png differ diff --git a/docs/reference/dot-acs-2.png b/docs/reference/dot-acs-2.png index c37ed8d..8edad38 100644 Binary files a/docs/reference/dot-acs-2.png and b/docs/reference/dot-acs-2.png differ diff --git a/docs/reference/dot-acs-3.png b/docs/reference/dot-acs-3.png index 9d3fe36..b6df82b 100644 Binary files a/docs/reference/dot-acs-3.png and b/docs/reference/dot-acs-3.png differ diff --git a/docs/reference/dot-acs-4.png b/docs/reference/dot-acs-4.png index c37ed8d..8edad38 100644 Binary files a/docs/reference/dot-acs-4.png and b/docs/reference/dot-acs-4.png differ diff --git a/docs/reference/dot-acs-5.png b/docs/reference/dot-acs-5.png index dd6369d..e6bc992 100644 Binary files a/docs/reference/dot-acs-5.png and b/docs/reference/dot-acs-5.png differ diff --git a/docs/reference/dot-acs-6.png b/docs/reference/dot-acs-6.png index 47a5af1..ab9bd1d 100644 Binary files a/docs/reference/dot-acs-6.png and b/docs/reference/dot-acs-6.png differ diff --git a/docs/reference/dot-acs.html b/docs/reference/dot-acs.html index 516c624..1bcc9a8 100644 --- a/docs/reference/dot-acs.html +++ b/docs/reference/dot-acs.html @@ -1,67 +1,12 @@ - - - - - - - -Back-end implementation of the AC and ACDC algorithms — .acs • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Back-end implementation of the AC and ACDC algorithms — .acs • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,3725 +65,6067 @@

    Back-end implementation of the AC and ACDC algorithms

    This function is the back-end of the acoustic-container (AC) and acoustic-container depth-contour (ACDC) algorithms.

    -
    .acs(
    -  acoustics,
    -  archival = NULL,
    -  step = 120,
    -  round_ts = TRUE,
    -  plot_ts = TRUE,
    -  bathy,
    -  map = NULL,
    -  detection_containers,
    -  detection_kernels = NULL,
    -  detection_kernels_overlap = NULL,
    -  detection_time_window = 5,
    -  mobility,
    -  calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    -  normalise = TRUE,
    -  chunk = 1L,
    -  save_record_spatial = 1L,
    -  write_record_spatial_for_pf = NULL,
    -  save_args = TRUE,
    -  verbose = TRUE,
    -  con = "",
    -  progress = 1L,
    -  check = TRUE
    -)
    +
    +
    .acs(
    +  acoustics,
    +  archival = NULL,
    +  step = 120,
    +  round_ts = TRUE,
    +  plot_ts = TRUE,
    +  bathy,
    +  map = NULL,
    +  detection_containers,
    +  detection_kernels = NULL,
    +  detection_kernels_overlap = NULL,
    +  detection_time_window = 5,
    +  mobility,
    +  calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +  normalise = TRUE,
    +  chunk = 1L,
    +  save_record_spatial = 1L,
    +  write_record_spatial_for_pf = NULL,
    +  save_args = TRUE,
    +  verbose = TRUE,
    +  con = "",
    +  progress = 1L,
    +  check = TRUE
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    acoustics

    A dataframe that contains passive acoustic telemetry detection time series for a specific individual (see dat_acoustics for an example). This should contain the following columns: an integer vector of receiver IDs, named `receiver_id' (that must match that inputted to acs_setup_containers); an integer vector of detection indices, named `index'; a POSIXct vector of time stamps when detections were made, named `timestamp'; and a numeric vector of those time stamps, named `timestamp_num'.

    archival

    For the ACDC algorithm, archival is a dataframe that contains depth time series for the same individual (see dat_archival for an example). This should contain the following columns: a numeric vector of observed depths, named `depth'; a POSIXct vector of time stamps when observations were made, named `timestamp'; and a numeric vector of those time stamps, named `timestamp_num'. Depths should be recorded in the same units and with the same sign as the bathymetry data (see bathy). Absolute depths (m) are suggested. Unlike the detection time series, archival time stamps are assumed to have occurred at regular intervals.

    step

    A number that defines the time step length (s) between consecutive detections. If archival is supplied, this is the resolution of the archival data (e.g., 120 s).

    round_ts

    A logical input that defines whether or not to round the acoustics and/or archival time series to the nearest step/60 minutes. This step is necessary to ensure appropriate alignment between the two time series given the assumption of a constant mobility parameter (see below). For implementations via .acs_pl, this step is implemented in .acs_pl.

    plot_ts

    A logical input that defines whether or not to the plot movement series before the algorithm is initiated.

    bathy

    A raster that defines the area (for the AC algorithm) or bathymetry (for the ACDC* algorithm) across the area within which the individual could have moved. For the ACDC algorithm, this must be recorded in the same units and with the same sign as the depth observations (see archival). The coordinate reference system should be the Universal Transverse Mercator system, with distances in metres (see also acs_setup_containers).

    map

    (optional) A blank raster, with the same properties (i.e., dimensions, resolution, extent and coordinate reference system) as the area/bathymetry raster (see bathy), but in which all values are 0. If NULL, this is computed internally, but supplying a pre-defined raster can be more computationally efficient if the function is applied iteratively (e.g., over different time windows).

    detection_containers

    A list of detection containers, with one element for each number from 1:max(acoustics$receiver_id), from acs_setup_containers.

    detection_kernels

    A named list of detection probability kernels, from acs_setup_detection_kernels and created using consistent parameters as specified for other acs_setup_* functions and here (i.e., see the overlaps, calc_detection_pr and map arguments in acs_setup_detection_kernels).

    detection_kernels_overlap

    (optional) A named list (the `list_by_receiver' element from get_detection_containers_overlap), that defines, for each receiver, for each day over its deployment period, whether or not its detection container overlapped with those of other receivers. If detection_kernels_overlap and detection_time_window (below) are supplied, the implementation of detection probability kernels when a detection is made accounts for overlaps in receivers' detection containers; if unsupplied, receiver detection probability kernels are assumed not to overlap.

    detection_time_window

    (optional) A number that defines the maximum duration (s) between consecutive detections at different receivers such that they can be said to have occurred at `effectively the same time'. This indicates that the same transmission was detected by multiple receivers. If detection_kernels_overlap (above) and detection_time_window are supplied, the implementation of detection probability kernels when a detection is made accounts for overlaps in receivers' detection containers, by up-weighting overlapping areas between receivers that detected the transmission and down-weighting overlapping areas between receivers that did not detect the transmission (see Details in acs_setup_detection_kernels). Note that the timing of detections is affected by step (see Details).

    mobility

    A number that defines the distance (m) that an individual could move in the time steps between acoustic detections (see also acs_setup_containers).

    calc_depth_error

    In the ACDC algorithm, calc_depth_error is function that returns the depth errors around a vector of depths. The function should accept vector of depths (from archival$depth) and return a matrix, with one row for each (lower and upper) error and one one column for each depth (if the error varies with depth). For each depth, the two numbers are added to the observed depth to define the range of depths on the bathymetry raster (bathy) that the individual could plausibly have occupied at any time. Since the depth errors are added to the individual's depth, the first number should be negative (i.e., the individual could have been shallower that observed) and the second positive (i.e., the individual could have been deeper than observed). The appropriate form for calc_depth_error depends on the species (pelagic versus demersal/benthic species), the measurement error for the depth observations in archival and bathymetry (bathy) data, as well as the tidal range (m) across the area (over the duration of observations). For example, for a pelagic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, Inf) implies that the individual could have occupied bathymetric cells that are deeper than the observed depth + (-2.5) m and shallower than Inf m (i.e. the individual could have been in any location in which the depth was deeper than the shallow depth limit for the individual). In contrast, for a benthic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) implies that the individual could have occupied bathymetric cells whose depth lies within the interval defined by the observed depth + (-2.5) and + (+2.5) m.

    normalise

    A logical variable that defines whether or not to normalise the map of possible locations at each time step so that they sum to one.

    chunk

    An integer that defines the chunk ID (from .acs_pl).

    save_record_spatial

    An integer vector that defines the time steps for which to save a record of the spatial information from each time step. save_record_spatial = 0 suppresses the return of this information and save_record_spatial = NULL returns this information for all time steps.

    write_record_spatial_for_pf

    (optional) A named list, passed to writeRaster, to save a subset of the spatial record (specifically the raster of the individual's possible positions at each time step) to file. This forms the basis for extending maps of space use via particle filtering (see pf.) The `filename' argument should be the directory in which to save files. Files are named by chunk ID, acoustic and internal (archival) time steps. For example, the file for the first chunk, the first acoustic time step and the first archival time step is named `chu_1_acc_1_arc_1'.

    save_args

    A logical input that defines whether or not to include a list of function arguments in the outputs. This can be switched off if the function is applied iteratively.

    verbose

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console; otherwise, they are written to file (see below).

    con

    If verbose = TRUE, con is character string that defines the full pathway to a .txt file (which can be created on-the-fly) into which messages are written to relay function progress. This approach, rather than printing to the console, is recommended for clarity, speed and debugging.

    progress

    (optional) If the algorithm is implemented step-wise, progress is an integer (1, 2 or 3) that defines whether or not to display a progress bar in the console as the algorithm moves over acoustic time steps (1), the `archival' time steps between each pair of acoustic detections (2) or both acoustic and archival time steps (3), in which case the overall acoustic progress bar is punctuated by an archival progress bar for each pair of acoustic detections. This option is useful if there is a large number of archival observations between acoustic detections. Any other input will suppress the progress bar. If the algorithm is implemented for chunks, inputs to progress are ignored and a single progress bar is shown of the progress across acoustic chunks.

    check

    A logical input that defines whether or not to check function inputs. This can be switched off to improve computation time when the function is applied iteratively or via a front-end function (e.g., ac or acdc).

    +
    +

    Arguments

    +
    acoustics
    +

    A dataframe that contains passive acoustic telemetry detection time series for a specific individual (see dat_acoustics for an example). This should contain the following columns: an integer vector of receiver IDs, named `receiver_id' (that must match that inputted to acs_setup_containers); an integer vector of detection indices, named `index'; a POSIXct vector of time stamps when detections were made, named `timestamp'; and a numeric vector of those time stamps, named `timestamp_num'.

    -

    Value

    -

    The function returns an acdc_record-class object with the following elements: `map', `record', `time', `args', `chunks' and `simplify'. The main output element is the `map' RasterLayer that shows where the individual could have spent more or less time over the duration of the movement time series. The `record' element records time-specific information on the possible locations of the individual, and can be used to plot maps of specific time points or to produce animations (for the time steps specified by save_record_spatial). The `time' element is a dataframe that defines the times of sequential stages in the algorithm's progression, providing a record of computation time. The `args' element is a named list of user inputs that record the parameters used to generate the outputs (if save_args = TRUE, otherwise the `args' element is NULL).

    -

    See also

    +
    archival
    +

    For the ACDC algorithm, archival is a dataframe that contains depth time series for the same individual (see dat_archival for an example). This should contain the following columns: a numeric vector of observed depths, named `depth'; a POSIXct vector of time stamps when observations were made, named `timestamp'; and a numeric vector of those time stamps, named `timestamp_num'. Depths should be recorded in the same units and with the same sign as the bathymetry data (see bathy). Absolute depths (m) are suggested. Unlike the detection time series, archival time stamps are assumed to have occurred at regular intervals.

    -

    The front-end functions ac and acdc call .acs_pl which in turn calls this function. acs_setup_containers defines the detection containers required by this function. acs_setup_mobility is used to examine the assumption of the constant `mobility' parameter. acs_setup_detection_kernels produces detection probability kernels for incorporation into the function. For calls via ac and acdc, acdc_simplify simplifies the outputs and acdc_plot_trace, acdc_plot_record and acdc_animate_record visualise the results.

    -

    Author

    -

    Edward Lavender

    +
    step
    +

    A number that defines the time step length (s) between consecutive detections. If archival is supplied, this is the resolution of the archival data (e.g., 120 s).

    + + +
    round_ts
    +

    A logical input that defines whether or not to round the acoustics and/or archival time series to the nearest step/60 minutes. This step is necessary to ensure appropriate alignment between the two time series given the assumption of a constant mobility parameter (see below). For implementations via .acs_pl, this step is implemented in .acs_pl.

    + -

    Examples

    -
    #### Step (1) Prepare study site grid -# Grid resolution needs to be sufficiently high to capture detection probability/movement -# And sufficiently low to minimise computational costs -blank <- raster::raster(raster::extent(dat_gebco), res = c(75, 75)) -gebco <- raster::resample(dat_gebco, blank) +
    plot_ts
    +

    A logical input that defines whether or not to the plot movement series before the algorithm is initiated.

    -#### Step (2) Implement setup_acdc_*() steps -# ... Define detection containers required for algorithm(s) (see acs_setup_containers()) -#### Step (3) Prepare movement time series for algorithm(s) -# Add required columns to dataframes: -dat_acoustics$timestamp_num <- as.numeric(dat_acoustics$timestamp) -dat_archival$timestamp_num <- as.numeric(dat_archival$timestamp) -# Focus on an example individual -id <- 25 -acc <- dat_acoustics[dat_acoustics$individual_id == id, ] -arc <- dat_archival[dat_archival$individual_id == id, ] -# Focus on the subset of data for which we have both acoustic and archival detections -acc <- acc[acc$timestamp >= min(arc$timestamp) - 2*60 & - acc$timestamp <= max(arc$timestamp) + 2*60, ] -arc <- arc[arc$timestamp >= min(acc$timestamp) - 2*60 & - arc$timestamp <= max(acc$timestamp) + 2*60, ] -# We'll focus on a one day period with overlapping detection/depth time series for speed -end <- as.POSIXct("2016-03-18") -acc <- acc[acc$timestamp <= end, ] -arc <- arc[arc$timestamp <= end, ] -arc <- arc[arc$timestamp >= min(acc$timestamp) - 2*60 & - arc$timestamp <= max(acc$timestamp) + 2*60, ] -# Process time series -# ... Detections should be rounded to the nearest step -# ... Duplicate detections -# ... ... (of the same individual at the same receiver in the same step) -# ... ... should be dropped -# ... This step has already been implemented for dat_acoustics. +
    bathy
    +

    A raster that defines the area (for the AC algorithm) or bathymetry (for the ACDC* algorithm) across the area within which the individual could have moved. For the ACDC algorithm, this must be recorded in the same units and with the same sign as the depth observations (see archival). The coordinate reference system should be the Universal Transverse Mercator system, with distances in metres (see also acs_setup_containers).

    -#### Example (1) Implement AC algorithm with default arguments -out_acdc_1 <- flapper:::.acs(acoustics = acc, - bathy = gebco, - detection_containers = dat_containers, - mobility = 200 - ) -
    #> flapper::.acs() called (@ 2022-06-17 10:00:24)... -#> ... Checking user inputs...
    #> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 1%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 2%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |== | 3%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=== | 5%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 6%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===== | 7%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 9%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 10%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 11%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 12%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========= | 13%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 14%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 15%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |============ | 18%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============= | 19%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============== | 20%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 22%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================ | 23%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 24%... On acoustic time step ('timestep_detection') 25. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 25%... On acoustic time step ('timestep_detection') 26. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 26%... On acoustic time step ('timestep_detection') 27. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 27%... On acoustic time step ('timestep_detection') 28. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 28%... On acoustic time step ('timestep_detection') 29. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 30. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |===================== | 30%... On acoustic time step ('timestep_detection') 31. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================== | 31%... On acoustic time step ('timestep_detection') 32. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 33. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 34. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 34%... On acoustic time step ('timestep_detection') 35. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 35%... On acoustic time step ('timestep_detection') 36. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================= | 36%... On acoustic time step ('timestep_detection') 37. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 38. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 39. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========================== | 39%... On acoustic time step ('timestep_detection') 40. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 40%... On acoustic time step ('timestep_detection') 41. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 41%... On acoustic time step ('timestep_detection') 42. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 43. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 43%... On acoustic time step ('timestep_detection') 44. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 44%... On acoustic time step ('timestep_detection') 45. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================== | 45%... On acoustic time step ('timestep_detection') 46. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 47. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 48. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is constant ... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is shrinking ... -#> | |================================= | 48%... On acoustic time step ('timestep_detection') 49. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================== | 49%... On acoustic time step ('timestep_detection') 50. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 51. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... On acoustic time step ('timestep_detection') 52. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================== | 51%... On acoustic time step ('timestep_detection') 53. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |===================================== | 52%... On acoustic time step ('timestep_detection') 54. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 55. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 56. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |======================================= | 55%... On acoustic time step ('timestep_detection') 57. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |======================================== | 56%... On acoustic time step ('timestep_detection') 58. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================== | 57%... On acoustic time step ('timestep_detection') 59. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 60. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 59%... On acoustic time step ('timestep_detection') 61. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 60%... On acoustic time step ('timestep_detection') 62. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================== | 61%... On acoustic time step ('timestep_detection') 63. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 64. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 65. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================= | 64%... On acoustic time step ('timestep_detection') 66. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 65%... On acoustic time step ('timestep_detection') 67. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 66%... On acoustic time step ('timestep_detection') 68. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 69. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 70. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 69%... On acoustic time step ('timestep_detection') 71. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 70%... On acoustic time step ('timestep_detection') 72. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 73. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 72%... On acoustic time step ('timestep_detection') 74. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 73%... On acoustic time step ('timestep_detection') 75. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 76. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 75%... On acoustic time step ('timestep_detection') 77. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 76%... On acoustic time step ('timestep_detection') 78. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================================== | 77%... On acoustic time step ('timestep_detection') 79. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 78%... On acoustic time step ('timestep_detection') 80. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 81. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================== | 80%... On acoustic time step ('timestep_detection') 82. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================= | 81%... On acoustic time step ('timestep_detection') 83. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 82%... On acoustic time step ('timestep_detection') 84. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 85. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 86. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 10. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 11. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 12. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 13. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 14. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 15. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 16. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 17. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 18. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 19. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 20. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 21. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 22. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 23. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 24. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 25. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 26. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 27. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 28. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 29. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 30. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 31. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 32. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 33. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 34. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 35. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 36. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 37. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 38. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 39. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 40. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 41. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 42. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 43. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 44. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 45. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 46. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 47. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 48. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 49. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 50. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 51. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 52. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 53. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 54. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 55. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 56. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 57. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 58. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 59. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 60. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 61. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 62. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 63. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 64. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 65. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 66. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 67. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 68. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 69. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 70. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 71. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 72. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 73. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 74. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 75. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 76. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 77. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 78. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 79. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 80. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 81. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 82. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 83. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 84. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 85. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 86. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 87. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 88. -#> ... ... ... Acoustic container is shrinking ... -#> | |============================================================ | 85%... On acoustic time step ('timestep_detection') 87. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |============================================================ | 86%... On acoustic time step ('timestep_detection') 88. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 87%... On acoustic time step ('timestep_detection') 89. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 88%... On acoustic time step ('timestep_detection') 90. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 89%... On acoustic time step ('timestep_detection') 91. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============================================================== | 90%... On acoustic time step ('timestep_detection') 92. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 91%... On acoustic time step ('timestep_detection') 93. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 94. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================= | 93%... On acoustic time step ('timestep_detection') 95. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================== | 94%... On acoustic time step ('timestep_detection') 96. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 95%... On acoustic time step ('timestep_detection') 97. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 98. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================================== | 97%... On acoustic time step ('timestep_detection') 99. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 98%... On acoustic time step ('timestep_detection') 100. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 99%... On acoustic time step ('timestep_detection') 101. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 10:00:31) after ~0.12 minutes.
    -#### Example (2) Implement ACDC algorithm with default arguments -out_acdc_2 <- flapper:::.acs(acoustics = acc, - archival = arc, - bathy = gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) - ) -
    #> flapper::.acs() called (@ 2022-06-17 10:00:31)... -#> ... Checking user inputs...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 1%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 2%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |== | 3%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=== | 5%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 6%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===== | 7%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 9%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 10%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 11%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 12%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========= | 13%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 14%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 15%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |============ | 18%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============= | 19%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============== | 20%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 22%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================ | 23%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 24%... On acoustic time step ('timestep_detection') 25. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 25%... On acoustic time step ('timestep_detection') 26. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 26%... On acoustic time step ('timestep_detection') 27. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 27%... On acoustic time step ('timestep_detection') 28. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 28%... On acoustic time step ('timestep_detection') 29. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 30. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |===================== | 30%... On acoustic time step ('timestep_detection') 31. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================== | 31%... On acoustic time step ('timestep_detection') 32. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 33. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 34. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 34%... On acoustic time step ('timestep_detection') 35. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 35%... On acoustic time step ('timestep_detection') 36. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================= | 36%... On acoustic time step ('timestep_detection') 37. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 38. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 39. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========================== | 39%... On acoustic time step ('timestep_detection') 40. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 40%... On acoustic time step ('timestep_detection') 41. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 41%... On acoustic time step ('timestep_detection') 42. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 43. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 43%... On acoustic time step ('timestep_detection') 44. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 44%... On acoustic time step ('timestep_detection') 45. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================== | 45%... On acoustic time step ('timestep_detection') 46. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 47. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 48. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is constant ... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is shrinking ... -#> | |================================= | 48%... On acoustic time step ('timestep_detection') 49. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================== | 49%... On acoustic time step ('timestep_detection') 50. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 51. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... On acoustic time step ('timestep_detection') 52. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================== | 51%... On acoustic time step ('timestep_detection') 53. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |===================================== | 52%... On acoustic time step ('timestep_detection') 54. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 55. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 56. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |======================================= | 55%... On acoustic time step ('timestep_detection') 57. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |======================================== | 56%... On acoustic time step ('timestep_detection') 58. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================== | 57%... On acoustic time step ('timestep_detection') 59. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 60. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 59%... On acoustic time step ('timestep_detection') 61. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 60%... On acoustic time step ('timestep_detection') 62. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================== | 61%... On acoustic time step ('timestep_detection') 63. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 64. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 65. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================= | 64%... On acoustic time step ('timestep_detection') 66. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 65%... On acoustic time step ('timestep_detection') 67. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 66%... On acoustic time step ('timestep_detection') 68. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 69. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 70. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 69%... On acoustic time step ('timestep_detection') 71. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 70%... On acoustic time step ('timestep_detection') 72. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 73. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 72%... On acoustic time step ('timestep_detection') 74. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 73%... On acoustic time step ('timestep_detection') 75. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 76. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 75%... On acoustic time step ('timestep_detection') 77. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 76%... On acoustic time step ('timestep_detection') 78. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================================== | 77%... On acoustic time step ('timestep_detection') 79. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 78%... On acoustic time step ('timestep_detection') 80. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 81. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================== | 80%... On acoustic time step ('timestep_detection') 82. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================= | 81%... On acoustic time step ('timestep_detection') 83. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 82%... On acoustic time step ('timestep_detection') 84. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 85. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 86. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 10. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 11. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 12. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 13. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 14. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 15. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 16. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 17. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 18. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 19. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 20. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 21. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 22. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 23. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 24. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 25. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 26. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 27. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 28. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 29. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 30. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 31. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 32. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 33. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 34. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 35. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 36. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 37. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 38. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 39. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 40. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 41. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 42. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 43. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 44. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 45. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 46. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 47. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 48. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 49. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 50. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 51. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 52. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 53. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 54. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 55. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 56. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 57. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 58. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 59. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 60. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 61. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 62. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 63. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 64. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 65. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 66. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 67. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 68. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 69. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 70. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 71. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 72. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 73. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 74. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 75. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 76. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 77. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 78. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 79. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 80. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 81. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 82. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 83. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 84. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 85. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 86. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 87. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 88. -#> ... ... ... Acoustic container is shrinking ... -#> | |============================================================ | 85%... On acoustic time step ('timestep_detection') 87. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |============================================================ | 86%... On acoustic time step ('timestep_detection') 88. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 87%... On acoustic time step ('timestep_detection') 89. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 88%... On acoustic time step ('timestep_detection') 90. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 89%... On acoustic time step ('timestep_detection') 91. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============================================================== | 90%... On acoustic time step ('timestep_detection') 92. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 91%... On acoustic time step ('timestep_detection') 93. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 94. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================= | 93%... On acoustic time step ('timestep_detection') 95. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================== | 94%... On acoustic time step ('timestep_detection') 96. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 95%... On acoustic time step ('timestep_detection') 97. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 98. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================================== | 97%... On acoustic time step ('timestep_detection') 99. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 98%... On acoustic time step ('timestep_detection') 100. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 99%... On acoustic time step ('timestep_detection') 101. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 10:00:40) after ~0.15 minutes.
    -#### Example (3) Implement AC or ACDC algorithm with detection probability kernels -## (A) Get detection container overlaps -# Define receiver locations as a SpatialPointsDataFrame object with a UTM CRS -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -rownames(dat_moorings) <- dat_moorings$receiver_id -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) -xy <- sp::SpatialPointsDataFrame(xy, dat_moorings[, c("receiver_id", - "receiver_start_date", - "receiver_end_date")]) -# Get detection overlap(s) as a SpatialPolygonsDataFrame -containers <- get_detection_containers(xy = sp::SpatialPoints(xy), - detection_range = 425, - coastline = dat_coast, - byid = TRUE) -
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    containers_df <- dat_moorings[, c("receiver_id", - "receiver_start_date", - "receiver_end_date")] -row.names(containers_df) <- names(containers) -containers <- sp::SpatialPolygonsDataFrame(containers, containers_df) -overlaps <- get_detection_containers_overlap(containers = containers) +
    map
    +

    (optional) A blank raster, with the same properties (i.e., dimensions, resolution, extent and coordinate reference system) as the area/bathymetry raster (see bathy), but in which all values are 0. If NULL, this is computed internally, but supplying a pre-defined raster can be more computationally efficient if the function is applied iteratively (e.g., over different time windows).

    -## (B) Define detection probability function based on distance and detection_range -calc_dpr <- - function(x){ - ifelse(x <= 425, stats::plogis(2.5 + -0.02 * x), 0) - } -## (C) Get detection kernels (a slow step) -kernels <- acs_setup_detection_kernels(xy = xy, - containers = dat_containers, - overlaps = overlaps, - calc_detection_pr = calc_dpr, - bathy = gebco) -
    #> flapper::acs_setup_detection_kernels() called (@ 2022-06-17 10:00:42)... -#> ... Setting up function... -#> ... Getting receiver-specific kernels (for detection)... -#> -#> ... ... For receiver 3 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 4 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 7 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 9 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 11 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 12 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 14 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 18 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 20 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 21 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 23 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 24 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 26 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 27 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 29 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 30 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 31 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 33 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 35 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 36 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 37 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 38 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 39 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 40 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 41 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 43 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 44 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 45 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 46 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 47 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 48 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 49 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 50 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 51 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 52 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 53 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 54 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 55 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 56 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> -#> ... ... For receiver 57 ... -#> ... ... ... Isolating detection container ... -#> ... ... ... Calculating distances from the receiver ... -#> ... ... ... Calculating detection probability ... -#> ... ... ... Processing kernel ... -#> ... Getting receiver-specific inverse kernels... -#> ... Getting area-wide kernels (for non-detection)... -#> ... ... Get unique array designs... -#> ... ... Get area wide kernels for each array design... -#> -#> ... ... ... For design 1/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 2/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 3/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 4/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 5/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 6/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 7/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 8/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 9/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 10/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 11/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 12/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 13/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 14/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 15/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 16/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 17/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 18/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> -#> ... ... ... For design 19/19... -#> ... ... ... ... Extract detection probability kernels for active receivers... -#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... -#> ... Process detection probability kernels ... -#> ... flapper::acs_setup_detection_kernels() call completed (@ 2022-06-17 10:00:49) after ~0.12 minutes.
    ## (D) Implement algorithm -out_acdc_3 <- flapper:::.acs(acoustics = acc, - archival = arc, - bathy = gebco, - detection_containers = dat_containers, - detection_kernels = kernels, - detection_kernels_overlap = overlaps$list_by_receiver, - detection_time_window = 10, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) - ) -
    #> flapper::.acs() called (@ 2022-06-17 10:00:49)... -#> ... Checking user inputs...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 1%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 2%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |== | 3%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=== | 5%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 6%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===== | 7%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 9%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 10%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 11%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 12%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========= | 13%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 14%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 15%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |============ | 18%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============= | 19%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============== | 20%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 22%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================ | 23%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 24%... On acoustic time step ('timestep_detection') 25. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 25%... On acoustic time step ('timestep_detection') 26. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 26%... On acoustic time step ('timestep_detection') 27. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 27%... On acoustic time step ('timestep_detection') 28. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 28%... On acoustic time step ('timestep_detection') 29. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 30. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |===================== | 30%... On acoustic time step ('timestep_detection') 31. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================== | 31%... On acoustic time step ('timestep_detection') 32. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 33. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 34. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 34%... On acoustic time step ('timestep_detection') 35. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 35%... On acoustic time step ('timestep_detection') 36. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================= | 36%... On acoustic time step ('timestep_detection') 37. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 38. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 39. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========================== | 39%... On acoustic time step ('timestep_detection') 40. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 40%... On acoustic time step ('timestep_detection') 41. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 41%... On acoustic time step ('timestep_detection') 42. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 43. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 43%... On acoustic time step ('timestep_detection') 44. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 44%... On acoustic time step ('timestep_detection') 45. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================== | 45%... On acoustic time step ('timestep_detection') 46. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 47. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 48. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is constant ... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is shrinking ... -#> | |================================= | 48%... On acoustic time step ('timestep_detection') 49. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================== | 49%... On acoustic time step ('timestep_detection') 50. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 51. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... On acoustic time step ('timestep_detection') 52. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================== | 51%... On acoustic time step ('timestep_detection') 53. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |===================================== | 52%... On acoustic time step ('timestep_detection') 54. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 55. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 56. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |======================================= | 55%... On acoustic time step ('timestep_detection') 57. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |======================================== | 56%... On acoustic time step ('timestep_detection') 58. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================== | 57%... On acoustic time step ('timestep_detection') 59. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 60. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 59%... On acoustic time step ('timestep_detection') 61. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 60%... On acoustic time step ('timestep_detection') 62. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================== | 61%... On acoustic time step ('timestep_detection') 63. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 64. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 65. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================= | 64%... On acoustic time step ('timestep_detection') 66. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 65%... On acoustic time step ('timestep_detection') 67. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 66%... On acoustic time step ('timestep_detection') 68. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 69. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 70. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 69%... On acoustic time step ('timestep_detection') 71. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 70%... On acoustic time step ('timestep_detection') 72. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 73. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 72%... On acoustic time step ('timestep_detection') 74. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 73%... On acoustic time step ('timestep_detection') 75. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 76. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 75%... On acoustic time step ('timestep_detection') 77. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 76%... On acoustic time step ('timestep_detection') 78. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================================== | 77%... On acoustic time step ('timestep_detection') 79. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 78%... On acoustic time step ('timestep_detection') 80. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 81. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================== | 80%... On acoustic time step ('timestep_detection') 82. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================= | 81%... On acoustic time step ('timestep_detection') 83. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 82%... On acoustic time step ('timestep_detection') 84. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 85. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 86. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 10. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 11. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 12. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 13. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 14. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 15. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 16. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 17. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 18. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 19. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 20. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 21. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 22. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 23. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 24. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 25. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 26. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 27. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 28. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 29. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 30. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 31. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 32. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 33. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 34. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 35. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 36. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 37. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 38. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 39. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 40. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 41. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 42. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 43. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 44. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 45. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 46. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 47. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 48. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 49. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 50. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 51. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 52. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 53. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 54. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 55. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 56. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 57. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 58. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 59. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 60. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 61. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 62. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 63. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 64. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 65. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 66. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 67. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 68. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 69. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 70. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 71. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 72. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 73. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 74. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 75. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 76. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 77. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 78. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 79. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 80. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 81. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 82. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 83. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 84. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 85. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 86. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 87. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 88. -#> ... ... ... Acoustic container is shrinking ... -#> | |============================================================ | 85%... On acoustic time step ('timestep_detection') 87. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |============================================================ | 86%... On acoustic time step ('timestep_detection') 88. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 87%... On acoustic time step ('timestep_detection') 89. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 88%... On acoustic time step ('timestep_detection') 90. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 89%... On acoustic time step ('timestep_detection') 91. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============================================================== | 90%... On acoustic time step ('timestep_detection') 92. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 91%... On acoustic time step ('timestep_detection') 93. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 94. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================= | 93%... On acoustic time step ('timestep_detection') 95. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================== | 94%... On acoustic time step ('timestep_detection') 96. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 95%... On acoustic time step ('timestep_detection') 97. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 98. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================================== | 97%... On acoustic time step ('timestep_detection') 99. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 98%... On acoustic time step ('timestep_detection') 100. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 99%... On acoustic time step ('timestep_detection') 101. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 10:00:59) after ~0.17 minutes.
    -#### Example (4): Compare outputs with/without detection probability and normalisation -## Without detection kernels -out_acdc_4a <- flapper:::.acs(acoustics = acc, - archival = arc, - bathy = gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) - ) -
    #> flapper::.acs() called (@ 2022-06-17 10:00:59)... -#> ... Checking user inputs...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 1%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 2%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |== | 3%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=== | 5%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 6%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===== | 7%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 9%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 10%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 11%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 12%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========= | 13%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 14%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 15%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |============ | 18%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============= | 19%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============== | 20%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 22%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================ | 23%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 24%... On acoustic time step ('timestep_detection') 25. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 25%... On acoustic time step ('timestep_detection') 26. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 26%... On acoustic time step ('timestep_detection') 27. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 27%... On acoustic time step ('timestep_detection') 28. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 28%... On acoustic time step ('timestep_detection') 29. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 30. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |===================== | 30%... On acoustic time step ('timestep_detection') 31. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================== | 31%... On acoustic time step ('timestep_detection') 32. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 33. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 34. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 34%... On acoustic time step ('timestep_detection') 35. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 35%... On acoustic time step ('timestep_detection') 36. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================= | 36%... On acoustic time step ('timestep_detection') 37. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 38. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 39. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========================== | 39%... On acoustic time step ('timestep_detection') 40. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 40%... On acoustic time step ('timestep_detection') 41. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 41%... On acoustic time step ('timestep_detection') 42. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 43. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 43%... On acoustic time step ('timestep_detection') 44. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 44%... On acoustic time step ('timestep_detection') 45. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================== | 45%... On acoustic time step ('timestep_detection') 46. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 47. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 48. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is constant ... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is shrinking ... -#> | |================================= | 48%... On acoustic time step ('timestep_detection') 49. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================== | 49%... On acoustic time step ('timestep_detection') 50. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 51. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... On acoustic time step ('timestep_detection') 52. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================== | 51%... On acoustic time step ('timestep_detection') 53. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |===================================== | 52%... On acoustic time step ('timestep_detection') 54. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 55. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 56. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |======================================= | 55%... On acoustic time step ('timestep_detection') 57. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |======================================== | 56%... On acoustic time step ('timestep_detection') 58. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================== | 57%... On acoustic time step ('timestep_detection') 59. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 60. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 59%... On acoustic time step ('timestep_detection') 61. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 60%... On acoustic time step ('timestep_detection') 62. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================== | 61%... On acoustic time step ('timestep_detection') 63. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 64. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 65. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================= | 64%... On acoustic time step ('timestep_detection') 66. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 65%... On acoustic time step ('timestep_detection') 67. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 66%... On acoustic time step ('timestep_detection') 68. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 69. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 70. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 69%... On acoustic time step ('timestep_detection') 71. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 70%... On acoustic time step ('timestep_detection') 72. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 73. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 72%... On acoustic time step ('timestep_detection') 74. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 73%... On acoustic time step ('timestep_detection') 75. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 76. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 75%... On acoustic time step ('timestep_detection') 77. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 76%... On acoustic time step ('timestep_detection') 78. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================================== | 77%... On acoustic time step ('timestep_detection') 79. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 78%... On acoustic time step ('timestep_detection') 80. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 81. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================== | 80%... On acoustic time step ('timestep_detection') 82. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================= | 81%... On acoustic time step ('timestep_detection') 83. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 82%... On acoustic time step ('timestep_detection') 84. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 85. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 86. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 10. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 11. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 12. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 13. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 14. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 15. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 16. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 17. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 18. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 19. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 20. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 21. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 22. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 23. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 24. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 25. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 26. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 27. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 28. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 29. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 30. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 31. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 32. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 33. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 34. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 35. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 36. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 37. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 38. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 39. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 40. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 41. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 42. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 43. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 44. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 45. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 46. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 47. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 48. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 49. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 50. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 51. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 52. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 53. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 54. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 55. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 56. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 57. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 58. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 59. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 60. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 61. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 62. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 63. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 64. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 65. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 66. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 67. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 68. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 69. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 70. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 71. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 72. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 73. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 74. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 75. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 76. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 77. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 78. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 79. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 80. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 81. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 82. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 83. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 84. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 85. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 86. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 87. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 88. -#> ... ... ... Acoustic container is shrinking ... -#> | |============================================================ | 85%... On acoustic time step ('timestep_detection') 87. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |============================================================ | 86%... On acoustic time step ('timestep_detection') 88. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 87%... On acoustic time step ('timestep_detection') 89. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 88%... On acoustic time step ('timestep_detection') 90. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 89%... On acoustic time step ('timestep_detection') 91. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============================================================== | 90%... On acoustic time step ('timestep_detection') 92. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 91%... On acoustic time step ('timestep_detection') 93. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 94. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================= | 93%... On acoustic time step ('timestep_detection') 95. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================== | 94%... On acoustic time step ('timestep_detection') 96. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 95%... On acoustic time step ('timestep_detection') 97. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 98. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================================== | 97%... On acoustic time step ('timestep_detection') 99. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 98%... On acoustic time step ('timestep_detection') 100. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 99%... On acoustic time step ('timestep_detection') 101. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 10:01:08) after ~0.15 minutes.
    out_acdc_4b <- flapper:::.acs(acoustics = acc, - archival = arc, - bathy = gebco, - detection_containers = dat_containers, - normalise = TRUE, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) - ) -
    #> flapper::.acs() called (@ 2022-06-17 10:01:08)... -#> ... Checking user inputs...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 1%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 2%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |== | 3%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=== | 5%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 6%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===== | 7%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 9%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 10%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 11%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 12%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========= | 13%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 14%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 15%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |============ | 18%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============= | 19%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============== | 20%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 22%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================ | 23%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 24%... On acoustic time step ('timestep_detection') 25. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 25%... On acoustic time step ('timestep_detection') 26. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 26%... On acoustic time step ('timestep_detection') 27. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 27%... On acoustic time step ('timestep_detection') 28. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 28%... On acoustic time step ('timestep_detection') 29. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 30. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |===================== | 30%... On acoustic time step ('timestep_detection') 31. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================== | 31%... On acoustic time step ('timestep_detection') 32. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 33. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 34. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 34%... On acoustic time step ('timestep_detection') 35. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 35%... On acoustic time step ('timestep_detection') 36. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================= | 36%... On acoustic time step ('timestep_detection') 37. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 38. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 39. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========================== | 39%... On acoustic time step ('timestep_detection') 40. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 40%... On acoustic time step ('timestep_detection') 41. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 41%... On acoustic time step ('timestep_detection') 42. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 43. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 43%... On acoustic time step ('timestep_detection') 44. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 44%... On acoustic time step ('timestep_detection') 45. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================== | 45%... On acoustic time step ('timestep_detection') 46. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 47. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 48. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is constant ... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is shrinking ... -#> | |================================= | 48%... On acoustic time step ('timestep_detection') 49. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================== | 49%... On acoustic time step ('timestep_detection') 50. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 51. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... On acoustic time step ('timestep_detection') 52. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================== | 51%... On acoustic time step ('timestep_detection') 53. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |===================================== | 52%... On acoustic time step ('timestep_detection') 54. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 55. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 56. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |======================================= | 55%... On acoustic time step ('timestep_detection') 57. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |======================================== | 56%... On acoustic time step ('timestep_detection') 58. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================== | 57%... On acoustic time step ('timestep_detection') 59. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 60. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 59%... On acoustic time step ('timestep_detection') 61. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 60%... On acoustic time step ('timestep_detection') 62. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================== | 61%... On acoustic time step ('timestep_detection') 63. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 64. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 65. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================= | 64%... On acoustic time step ('timestep_detection') 66. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 65%... On acoustic time step ('timestep_detection') 67. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 66%... On acoustic time step ('timestep_detection') 68. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 69. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 70. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 69%... On acoustic time step ('timestep_detection') 71. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 70%... On acoustic time step ('timestep_detection') 72. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 73. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 72%... On acoustic time step ('timestep_detection') 74. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 73%... On acoustic time step ('timestep_detection') 75. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 76. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 75%... On acoustic time step ('timestep_detection') 77. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 76%... On acoustic time step ('timestep_detection') 78. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================================== | 77%... On acoustic time step ('timestep_detection') 79. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 78%... On acoustic time step ('timestep_detection') 80. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 81. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================== | 80%... On acoustic time step ('timestep_detection') 82. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================= | 81%... On acoustic time step ('timestep_detection') 83. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 82%... On acoustic time step ('timestep_detection') 84. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 85. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 86. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 10. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 11. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 12. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 13. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 14. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 15. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 16. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 17. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 18. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 19. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 20. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 21. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 22. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 23. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 24. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 25. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 26. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 27. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 28. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 29. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 30. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 31. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 32. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 33. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 34. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 35. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 36. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 37. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 38. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 39. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 40. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 41. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 42. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 43. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 44. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 45. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 46. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 47. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 48. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 49. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 50. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 51. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 52. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 53. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 54. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 55. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 56. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 57. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 58. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 59. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 60. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 61. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 62. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 63. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 64. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 65. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 66. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 67. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 68. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 69. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 70. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 71. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 72. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 73. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 74. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 75. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 76. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 77. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 78. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 79. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 80. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 81. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 82. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 83. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 84. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 85. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 86. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 87. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 88. -#> ... ... ... Acoustic container is shrinking ... -#> | |============================================================ | 85%... On acoustic time step ('timestep_detection') 87. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |============================================================ | 86%... On acoustic time step ('timestep_detection') 88. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 87%... On acoustic time step ('timestep_detection') 89. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 88%... On acoustic time step ('timestep_detection') 90. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 89%... On acoustic time step ('timestep_detection') 91. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============================================================== | 90%... On acoustic time step ('timestep_detection') 92. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 91%... On acoustic time step ('timestep_detection') 93. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 94. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================= | 93%... On acoustic time step ('timestep_detection') 95. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================== | 94%... On acoustic time step ('timestep_detection') 96. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 95%... On acoustic time step ('timestep_detection') 97. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 98. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================================== | 97%... On acoustic time step ('timestep_detection') 99. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 98%... On acoustic time step ('timestep_detection') 100. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 99%... On acoustic time step ('timestep_detection') 101. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 10:01:17) after ~0.15 minutes.
    ## With detection kernels -out_acdc_4c <- flapper:::.acs(acoustics = acc, - archival = arc, - bathy = gebco, - detection_containers = dat_containers, - detection_kernels = kernels, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) - ) -
    #> flapper::.acs() called (@ 2022-06-17 10:01:17)... -#> ... Checking user inputs...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 1%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 2%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |== | 3%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=== | 5%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 6%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===== | 7%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 9%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 10%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 11%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 12%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========= | 13%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 14%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 15%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |============ | 18%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============= | 19%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============== | 20%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 22%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================ | 23%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 24%... On acoustic time step ('timestep_detection') 25. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 25%... On acoustic time step ('timestep_detection') 26. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 26%... On acoustic time step ('timestep_detection') 27. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 27%... On acoustic time step ('timestep_detection') 28. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 28%... On acoustic time step ('timestep_detection') 29. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 30. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |===================== | 30%... On acoustic time step ('timestep_detection') 31. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================== | 31%... On acoustic time step ('timestep_detection') 32. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 33. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 34. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 34%... On acoustic time step ('timestep_detection') 35. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 35%... On acoustic time step ('timestep_detection') 36. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================= | 36%... On acoustic time step ('timestep_detection') 37. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 38. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 39. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========================== | 39%... On acoustic time step ('timestep_detection') 40. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 40%... On acoustic time step ('timestep_detection') 41. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 41%... On acoustic time step ('timestep_detection') 42. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 43. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 43%... On acoustic time step ('timestep_detection') 44. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 44%... On acoustic time step ('timestep_detection') 45. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================== | 45%... On acoustic time step ('timestep_detection') 46. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 47. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 48. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is constant ... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is shrinking ... -#> | |================================= | 48%... On acoustic time step ('timestep_detection') 49. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================== | 49%... On acoustic time step ('timestep_detection') 50. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 51. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... On acoustic time step ('timestep_detection') 52. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================== | 51%... On acoustic time step ('timestep_detection') 53. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |===================================== | 52%... On acoustic time step ('timestep_detection') 54. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 55. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 56. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |======================================= | 55%... On acoustic time step ('timestep_detection') 57. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |======================================== | 56%... On acoustic time step ('timestep_detection') 58. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================== | 57%... On acoustic time step ('timestep_detection') 59. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 60. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 59%... On acoustic time step ('timestep_detection') 61. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 60%... On acoustic time step ('timestep_detection') 62. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================== | 61%... On acoustic time step ('timestep_detection') 63. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 64. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 65. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================= | 64%... On acoustic time step ('timestep_detection') 66. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 65%... On acoustic time step ('timestep_detection') 67. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 66%... On acoustic time step ('timestep_detection') 68. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 69. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 70. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 69%... On acoustic time step ('timestep_detection') 71. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 70%... On acoustic time step ('timestep_detection') 72. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 73. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 72%... On acoustic time step ('timestep_detection') 74. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 73%... On acoustic time step ('timestep_detection') 75. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 76. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 75%... On acoustic time step ('timestep_detection') 77. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 76%... On acoustic time step ('timestep_detection') 78. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================================== | 77%... On acoustic time step ('timestep_detection') 79. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 78%... On acoustic time step ('timestep_detection') 80. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 81. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================== | 80%... On acoustic time step ('timestep_detection') 82. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================= | 81%... On acoustic time step ('timestep_detection') 83. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 82%... On acoustic time step ('timestep_detection') 84. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 85. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 86. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 10. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 11. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 12. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 13. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 14. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 15. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 16. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 17. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 18. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 19. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 20. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 21. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 22. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 23. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 24. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 25. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 26. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 27. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 28. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 29. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 30. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 31. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 32. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 33. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 34. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 35. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 36. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 37. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 38. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 39. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 40. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 41. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 42. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 43. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 44. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 45. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 46. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 47. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 48. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 49. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 50. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 51. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 52. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 53. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 54. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 55. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 56. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 57. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 58. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 59. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 60. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 61. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 62. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 63. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 64. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 65. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 66. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 67. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 68. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 69. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 70. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 71. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 72. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 73. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 74. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 75. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 76. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 77. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 78. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 79. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 80. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 81. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 82. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 83. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 84. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 85. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 86. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 87. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 88. -#> ... ... ... Acoustic container is shrinking ... -#> | |============================================================ | 85%... On acoustic time step ('timestep_detection') 87. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |============================================================ | 86%... On acoustic time step ('timestep_detection') 88. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 87%... On acoustic time step ('timestep_detection') 89. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 88%... On acoustic time step ('timestep_detection') 90. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 89%... On acoustic time step ('timestep_detection') 91. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============================================================== | 90%... On acoustic time step ('timestep_detection') 92. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 91%... On acoustic time step ('timestep_detection') 93. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 94. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================= | 93%... On acoustic time step ('timestep_detection') 95. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================== | 94%... On acoustic time step ('timestep_detection') 96. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 95%... On acoustic time step ('timestep_detection') 97. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 98. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================================== | 97%... On acoustic time step ('timestep_detection') 99. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 98%... On acoustic time step ('timestep_detection') 100. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 99%... On acoustic time step ('timestep_detection') 101. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 10:01:26) after ~0.15 minutes.
    out_acdc_4d <- flapper:::.acs(acoustics = acc, - archival = arc, - bathy = gebco, - detection_containers = dat_containers, - detection_kernels = kernels, normalise = TRUE, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) - ) -
    #> flapper::.acs() called (@ 2022-06-17 10:01:26)... -#> ... Checking user inputs...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 1%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |= | 2%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |== | 3%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=== | 4%... On acoustic time step ('timestep_detection') 5. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=== | 5%... On acoustic time step ('timestep_detection') 6. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==== | 6%... On acoustic time step ('timestep_detection') 7. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===== | 7%... On acoustic time step ('timestep_detection') 8. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 8%... On acoustic time step ('timestep_detection') 9. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====== | 9%... On acoustic time step ('timestep_detection') 10. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======= | 10%... On acoustic time step ('timestep_detection') 11. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 11%... On acoustic time step ('timestep_detection') 12. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======== | 12%... On acoustic time step ('timestep_detection') 13. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========= | 13%... On acoustic time step ('timestep_detection') 14. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 14%... On acoustic time step ('timestep_detection') 15. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========== | 15%... On acoustic time step ('timestep_detection') 16. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |=========== | 16%... On acoustic time step ('timestep_detection') 17. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============ | 17%... On acoustic time step ('timestep_detection') 18. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |============ | 18%... On acoustic time step ('timestep_detection') 19. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============= | 19%... On acoustic time step ('timestep_detection') 20. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============== | 20%... On acoustic time step ('timestep_detection') 21. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 21%... On acoustic time step ('timestep_detection') 22. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============== | 22%... On acoustic time step ('timestep_detection') 23. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================ | 23%... On acoustic time step ('timestep_detection') 24. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 24%... On acoustic time step ('timestep_detection') 25. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================= | 25%... On acoustic time step ('timestep_detection') 26. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 26%... On acoustic time step ('timestep_detection') 27. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 27%... On acoustic time step ('timestep_detection') 28. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================== | 28%... On acoustic time step ('timestep_detection') 29. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================== | 29%... On acoustic time step ('timestep_detection') 30. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |===================== | 30%... On acoustic time step ('timestep_detection') 31. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================== | 31%... On acoustic time step ('timestep_detection') 32. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================== | 32%... On acoustic time step ('timestep_detection') 33. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================= | 33%... On acoustic time step ('timestep_detection') 34. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 34%... On acoustic time step ('timestep_detection') 35. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================== | 35%... On acoustic time step ('timestep_detection') 36. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================= | 36%... On acoustic time step ('timestep_detection') 37. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 37%... On acoustic time step ('timestep_detection') 38. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================== | 38%... On acoustic time step ('timestep_detection') 39. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=========================== | 39%... On acoustic time step ('timestep_detection') 40. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 40%... On acoustic time step ('timestep_detection') 41. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================ | 41%... On acoustic time step ('timestep_detection') 42. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================= | 42%... On acoustic time step ('timestep_detection') 43. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 43%... On acoustic time step ('timestep_detection') 44. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================== | 44%... On acoustic time step ('timestep_detection') 45. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================== | 45%... On acoustic time step ('timestep_detection') 46. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================ | 46%... On acoustic time step ('timestep_detection') 47. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |================================= | 47%... On acoustic time step ('timestep_detection') 48. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is constant ... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is shrinking ... -#> | |================================= | 48%... On acoustic time step ('timestep_detection') 49. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================== | 49%... On acoustic time step ('timestep_detection') 50. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 51. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... On acoustic time step ('timestep_detection') 52. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================== | 51%... On acoustic time step ('timestep_detection') 53. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... On internal time step ('timestep_archival') 10. -#> | |===================================== | 52%... On acoustic time step ('timestep_detection') 54. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================== | 53%... On acoustic time step ('timestep_detection') 55. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |====================================== | 54%... On acoustic time step ('timestep_detection') 56. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is constant ... -#> | |======================================= | 55%... On acoustic time step ('timestep_detection') 57. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |======================================== | 56%... On acoustic time step ('timestep_detection') 58. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================== | 57%... On acoustic time step ('timestep_detection') 59. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |========================================= | 58%... On acoustic time step ('timestep_detection') 60. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 59%... On acoustic time step ('timestep_detection') 61. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================== | 60%... On acoustic time step ('timestep_detection') 62. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================== | 61%... On acoustic time step ('timestep_detection') 63. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 62%... On acoustic time step ('timestep_detection') 64. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================ | 63%... On acoustic time step ('timestep_detection') 65. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================= | 64%... On acoustic time step ('timestep_detection') 66. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 65%... On acoustic time step ('timestep_detection') 67. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================== | 66%... On acoustic time step ('timestep_detection') 68. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=============================================== | 67%... On acoustic time step ('timestep_detection') 69. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================ | 68%... On acoustic time step ('timestep_detection') 70. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 69%... On acoustic time step ('timestep_detection') 71. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================= | 70%... On acoustic time step ('timestep_detection') 72. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================== | 71%... On acoustic time step ('timestep_detection') 73. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 72%... On acoustic time step ('timestep_detection') 74. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================== | 73%... On acoustic time step ('timestep_detection') 75. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================== | 74%... On acoustic time step ('timestep_detection') 76. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 75%... On acoustic time step ('timestep_detection') 77. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================== | 76%... On acoustic time step ('timestep_detection') 78. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |====================================================== | 77%... On acoustic time step ('timestep_detection') 79. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 78%... On acoustic time step ('timestep_detection') 80. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================= | 79%... On acoustic time step ('timestep_detection') 81. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================== | 80%... On acoustic time step ('timestep_detection') 82. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================= | 81%... On acoustic time step ('timestep_detection') 83. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 82%... On acoustic time step ('timestep_detection') 84. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |========================================================== | 83%... On acoustic time step ('timestep_detection') 85. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=========================================================== | 84%... On acoustic time step ('timestep_detection') 86. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 3. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 4. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 5. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 6. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 7. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 8. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 9. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 10. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 11. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 12. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 13. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 14. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 15. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 16. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 17. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 18. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 19. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 20. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 21. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 22. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 23. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 24. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 25. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 26. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 27. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 28. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 29. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 30. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 31. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 32. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 33. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 34. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 35. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 36. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 37. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 38. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 39. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 40. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 41. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 42. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 43. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 44. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 45. -#> ... ... ... Acoustic container is expanding... -#> ... ... On internal time step ('timestep_archival') 46. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 47. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 48. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 49. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 50. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 51. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 52. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 53. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 54. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 55. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 56. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 57. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 58. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 59. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 60. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 61. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 62. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 63. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 64. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 65. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 66. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 67. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 68. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 69. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 70. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 71. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 72. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 73. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 74. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 75. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 76. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 77. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 78. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 79. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 80. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 81. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 82. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 83. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 84. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 85. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 86. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 87. -#> ... ... ... Acoustic container is shrinking ... -#> ... ... On internal time step ('timestep_archival') 88. -#> ... ... ... Acoustic container is shrinking ... -#> | |============================================================ | 85%... On acoustic time step ('timestep_detection') 87. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |============================================================ | 86%... On acoustic time step ('timestep_detection') 88. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================= | 87%... On acoustic time step ('timestep_detection') 89. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 88%... On acoustic time step ('timestep_detection') 90. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |============================================================== | 89%... On acoustic time step ('timestep_detection') 91. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |=============================================================== | 90%... On acoustic time step ('timestep_detection') 92. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 91%... On acoustic time step ('timestep_detection') 93. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================ | 92%... On acoustic time step ('timestep_detection') 94. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================= | 93%... On acoustic time step ('timestep_detection') 95. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================================================================== | 94%... On acoustic time step ('timestep_detection') 96. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================================================== | 95%... On acoustic time step ('timestep_detection') 97. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> | |=================================================================== | 96%... On acoustic time step ('timestep_detection') 98. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |==================================================================== | 97%... On acoustic time step ('timestep_detection') 99. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 98%... On acoustic time step ('timestep_detection') 100. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |===================================================================== | 99%... On acoustic time step ('timestep_detection') 101. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 10:01:35) after ~0.15 minutes.
    ## Comparison of final maps -pp <- par(mfrow = c(2, 2)) -raster::plot(out_acdc_4a$map, main = "4a") -raster::plot(out_acdc_4b$map, main = "4b") -raster::plot(out_acdc_4c$map, main = "4c") -raster::plot(out_acdc_4d$map, main = "4d") -
    par(pp) +
    detection_containers
    +

    A list of detection containers, with one element for each number from 1:max(acoustics$receiver_id), from acs_setup_containers.

    -#### Example (5): Implement AC or ACDC algorithm and write messages to file via 'con' -out_acdc_5 <- flapper:::.acs(acoustics = acc, - archival = arc, - bathy = gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2), - verbose = TRUE, - con = paste0(tempdir(), "/", "acdc_log.txt") - ) -
    #> 'calc_depth_error' function taken to be independent of depth.
    #> | | | 0% | |= | 1% | |= | 2% | |== | 3% | |=== | 4% | |=== | 5% | |==== | 6% | |===== | 7% | |====== | 8% | |====== | 9% | |======= | 10% | |======== | 11% | |======== | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 16% | |============ | 17% | |============ | 18% | |============= | 19% | |============== | 20% | |=============== | 21% | |=============== | 22% | |================ | 23% | |================= | 24% | |================= | 25% | |================== | 26% | |=================== | 27% | |=================== | 28% | |==================== | 29% | |===================== | 30% | |===================== | 31% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 36% | |========================== | 37% | |========================== | 38% | |=========================== | 39% | |============================ | 40% | |============================ | 41% | |============================= | 42% | |============================== | 43% | |============================== | 44% | |=============================== | 45% | |================================ | 46% | |================================= | 47% | |================================= | 48% | |================================== | 49% | |=================================== | 50% | |==================================== | 51% | |===================================== | 52% | |===================================== | 53% | |====================================== | 54% | |======================================= | 55% | |======================================== | 56% | |======================================== | 57% | |========================================= | 58% | |========================================== | 59% | |========================================== | 60% | |=========================================== | 61% | |============================================ | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================= | 69% | |================================================= | 70% | |================================================== | 71% | |=================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |===================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 80% | |========================================================= | 81% | |========================================================== | 82% | |========================================================== | 83% | |=========================================================== | 84% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 94% | |=================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 100%
    # Check log -utils::head(readLines(paste0(tempdir(), "/", "acdc_log.txt"))) -
    #> [1] "flapper::.acs_pl() called (@ 2022-06-17 09:53:03)... " -#> [2] "... Checking user inputs... " -#> [3] "... Splitting 'acoustics' into chunks... " -#> [4] "... Processing acoustics chunks... " -#> [5] "... ... Checking for NULL/empty chunks... " -#> [6] "... ... Overlapping chunks... "
    utils::tail(readLines(paste0(tempdir(), "/", "acdc_log.txt"))) -
    #> [1] "... On acoustic time step ('timestep_detection') 100. " -#> [2] "... ... On internal time step ('timestep_archival') 1. " -#> [3] "... On acoustic time step ('timestep_detection') 101. " -#> [4] "... ... On internal time step ('timestep_archival') 1. " -#> [5] "... Movement over acoustic and internal ('archival') time steps has been completed. " -#> [6] "... flapper::.acs() call completed (@ 2022-06-17 10:01:45) after ~0.15 minutes. "
    -#### Example (6): Implement AC or ACDC algorithm and return spatial information -# Specify save_record_spatial = NULL to include spatial information for all time steps -# ... (used for plotting) or a vector to include this information for specific time steps -out_acdc_6 <- flapper:::.acs(acoustics = acc, - archival = arc, - bathy = gebco, - detection_containers = dat_containers, - mobility = 200, - calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2), - save_record_spatial = NULL, - verbose = TRUE, - con = paste0(tempdir(), "/", "acdc_log.txt") - ) -
    #> 'calc_depth_error' function taken to be independent of depth.
    #> | | | 0% | |= | 1% | |= | 2% | |== | 3% | |=== | 4% | |=== | 5% | |==== | 6% | |===== | 7% | |====== | 8% | |====== | 9% | |======= | 10% | |======== | 11% | |======== | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 16% | |============ | 17% | |============ | 18% | |============= | 19% | |============== | 20% | |=============== | 21% | |=============== | 22% | |================ | 23% | |================= | 24% | |================= | 25% | |================== | 26% | |=================== | 27% | |=================== | 28% | |==================== | 29% | |===================== | 30% | |===================== | 31% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 36% | |========================== | 37% | |========================== | 38% | |=========================== | 39% | |============================ | 40% | |============================ | 41% | |============================= | 42% | |============================== | 43% | |============================== | 44% | |=============================== | 45% | |================================ | 46% | |================================= | 47% | |================================= | 48% | |================================== | 49% | |=================================== | 50% | |==================================== | 51% | |===================================== | 52% | |===================================== | 53% | |====================================== | 54% | |======================================= | 55% | |======================================== | 56% | |======================================== | 57% | |========================================= | 58% | |========================================== | 59% | |========================================== | 60% | |=========================================== | 61% | |============================================ | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================= | 69% | |================================================= | 70% | |================================================== | 71% | |=================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |===================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 80% | |========================================================= | 81% | |========================================================== | 82% | |========================================================== | 83% | |=========================================================== | 84% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 94% | |=================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 100%
    -
    +
    detection_kernels
    +

    A named list of detection probability kernels, from acs_setup_detection_kernels and created using consistent parameters as specified for other acs_setup_* functions and here (i.e., see the overlaps, calc_detection_pr and map arguments in acs_setup_detection_kernels).

    + + +
    detection_kernels_overlap
    +

    (optional) A named list (the `list_by_receiver' element from get_detection_containers_overlap), that defines, for each receiver, for each day over its deployment period, whether or not its detection container overlapped with those of other receivers. If detection_kernels_overlap and detection_time_window (below) are supplied, the implementation of detection probability kernels when a detection is made accounts for overlaps in receivers' detection containers; if unsupplied, receiver detection probability kernels are assumed not to overlap.

    + + +
    detection_time_window
    +

    (optional) A number that defines the maximum duration (s) between consecutive detections at different receivers such that they can be said to have occurred at `effectively the same time'. This indicates that the same transmission was detected by multiple receivers. If detection_kernels_overlap (above) and detection_time_window are supplied, the implementation of detection probability kernels when a detection is made accounts for overlaps in receivers' detection containers, by up-weighting overlapping areas between receivers that detected the transmission and down-weighting overlapping areas between receivers that did not detect the transmission (see Details in acs_setup_detection_kernels). Note that the timing of detections is affected by step (see Details).

    + + +
    mobility
    +

    A number that defines the distance (m) that an individual could move in the time steps between acoustic detections (see also acs_setup_containers).

    + + +
    calc_depth_error
    +

    In the ACDC algorithm, calc_depth_error is function that returns the depth errors around a vector of depths. The function should accept vector of depths (from archival$depth) and return a matrix, with one row for each (lower and upper) error and one one column for each depth (if the error varies with depth). For each depth, the two numbers are added to the observed depth to define the range of depths on the bathymetry raster (bathy) that the individual could plausibly have occupied at any time. Since the depth errors are added to the individual's depth, the first number should be negative (i.e., the individual could have been shallower that observed) and the second positive (i.e., the individual could have been deeper than observed). The appropriate form for calc_depth_error depends on the species (pelagic versus demersal/benthic species), the measurement error for the depth observations in archival and bathymetry (bathy) data, as well as the tidal range (m) across the area (over the duration of observations). For example, for a pelagic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, Inf) implies that the individual could have occupied bathymetric cells that are deeper than the observed depth + (-2.5) m and shallower than Inf m (i.e. the individual could have been in any location in which the depth was deeper than the shallow depth limit for the individual). In contrast, for a benthic species, the constant function calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2) implies that the individual could have occupied bathymetric cells whose depth lies within the interval defined by the observed depth + (-2.5) and + (+2.5) m.

    + + +
    normalise
    +

    A logical variable that defines whether or not to normalise the map of possible locations at each time step so that they sum to one.

    + + +
    chunk
    +

    An integer that defines the chunk ID (from .acs_pl).

    + + +
    save_record_spatial
    +

    An integer vector that defines the time steps for which to save a record of the spatial information from each time step. save_record_spatial = 0 suppresses the return of this information and save_record_spatial = NULL returns this information for all time steps.

    + + +
    write_record_spatial_for_pf
    +

    (optional) A named list, passed to writeRaster, to save a subset of the spatial record (specifically the raster of the individual's possible positions at each time step) to file. This forms the basis for extending maps of space use via particle filtering (see pf.) The `filename' argument should be the directory in which to save files. Files are named by chunk ID, acoustic and internal (archival) time steps. For example, the file for the first chunk, the first acoustic time step and the first archival time step is named `chu_1_acc_1_arc_1'.

    + + +
    save_args
    +

    A logical input that defines whether or not to include a list of function arguments in the outputs. This can be switched off if the function is applied iteratively.

    + + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console; otherwise, they are written to file (see below).

    + + +
    con
    +

    If verbose = TRUE, con is character string that defines the full pathway to a .txt file (which can be created on-the-fly) into which messages are written to relay function progress. This approach, rather than printing to the console, is recommended for clarity, speed and debugging.

    + + +
    progress
    +

    (optional) If the algorithm is implemented step-wise, progress is an integer (1, 2 or 3) that defines whether or not to display a progress bar in the console as the algorithm moves over acoustic time steps (1), the `archival' time steps between each pair of acoustic detections (2) or both acoustic and archival time steps (3), in which case the overall acoustic progress bar is punctuated by an archival progress bar for each pair of acoustic detections. This option is useful if there is a large number of archival observations between acoustic detections. Any other input will suppress the progress bar. If the algorithm is implemented for chunks, inputs to progress are ignored and a single progress bar is shown of the progress across acoustic chunks.

    + + +
    check
    +

    A logical input that defines whether or not to check function inputs. This can be switched off to improve computation time when the function is applied iteratively or via a front-end function (e.g., ac or acdc).

    + +
    +
    +

    Value

    + + +

    The function returns an acdc_record-class object with the following elements: `map', `record', `time', `args', `chunks' and `simplify'. The main output element is the `map' RasterLayer that shows where the individual could have spent more or less time over the duration of the movement time series. The `record' element records time-specific information on the possible locations of the individual, and can be used to plot maps of specific time points or to produce animations (for the time steps specified by save_record_spatial). The `time' element is a dataframe that defines the times of sequential stages in the algorithm's progression, providing a record of computation time. The `args' element is a named list of user inputs that record the parameters used to generate the outputs (if save_args = TRUE, otherwise the `args' element is NULL).

    +
    +
    +

    See also

    +

    The front-end functions ac and acdc call .acs_pl which in turn calls this function. acs_setup_containers defines the detection containers required by this function. acs_setup_mobility is used to examine the assumption of the constant `mobility' parameter. acs_setup_detection_kernels produces detection probability kernels for incorporation into the function. For calls via ac and acdc, acdc_simplify simplifies the outputs and acdc_plot_trace, acdc_plot_record and acdc_animate_record visualise the results.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Step (1) Prepare study site grid
    +# Grid resolution needs to be sufficiently high to capture detection probability/movement
    +# And sufficiently low to minimise computational costs
    +blank <- raster::raster(raster::extent(dat_gebco), res = c(75, 75))
    +gebco <- raster::resample(dat_gebco, blank)
    +
    +#### Step (2) Implement setup_acdc_*() steps
    +# ... Define detection containers required for algorithm(s) (see acs_setup_containers())
    +
    +#### Step (3) Prepare movement time series for algorithm(s)
    +# Add required columns to dataframes:
    +dat_acoustics$timestamp_num <- as.numeric(dat_acoustics$timestamp)
    +dat_archival$timestamp_num  <- as.numeric(dat_archival$timestamp)
    +# Focus on an example individual
    +id <- 25
    +acc <- dat_acoustics[dat_acoustics$individual_id == id, ]
    +arc <- dat_archival[dat_archival$individual_id == id, ]
    +# Focus on the subset of data for which we have both acoustic and archival detections
    +acc <- acc[acc$timestamp >= min(arc$timestamp) - 2*60 &
    +             acc$timestamp <= max(arc$timestamp) + 2*60, ]
    +arc <- arc[arc$timestamp >= min(acc$timestamp) - 2*60 &
    +             arc$timestamp <= max(acc$timestamp) + 2*60, ]
    +# We'll focus on a one day period with overlapping detection/depth time series for speed
    +end <- as.POSIXct("2016-03-18")
    +acc <- acc[acc$timestamp <= end, ]
    +arc <- arc[arc$timestamp <= end, ]
    +arc <- arc[arc$timestamp >= min(acc$timestamp) - 2*60 &
    +             arc$timestamp <= max(acc$timestamp) + 2*60, ]
    +# Process time series
    +# ... Detections should be rounded to the nearest step
    +# ... Duplicate detections
    +# ... ... (of the same individual at the same receiver in the same step)
    +# ... ... should be dropped
    +# ... This step has already been implemented for dat_acoustics.
    +
    +#### Example (1) Implement AC algorithm with default arguments
    +out_acdc_1 <- flapper:::.acs(acoustics = acc,
    +                             bathy = gebco,
    +                             detection_containers = dat_containers,
    +                             mobility = 200
    +                             )
    +#> flapper::.acs() called (@ 2023-02-19 14:54:38)... 
    +#> ... Checking user inputs... 
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   1%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   2%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   6%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====                                                                 |   7%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   9%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  10%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  11%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  12%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========                                                             |  13%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  14%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  15%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================                                                      |  23%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  24%... On acoustic time step ('timestep_detection') 25. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  25%... On acoustic time step ('timestep_detection') 26. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 27. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  27%... On acoustic time step ('timestep_detection') 28. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  28%... On acoustic time step ('timestep_detection') 29. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 30. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%... On acoustic time step ('timestep_detection') 31. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================                                                 |  31%... On acoustic time step ('timestep_detection') 32. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 33. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 34. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  34%... On acoustic time step ('timestep_detection') 35. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  35%... On acoustic time step ('timestep_detection') 36. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================                                             |  36%... On acoustic time step ('timestep_detection') 37. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 38. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 39. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%... On acoustic time step ('timestep_detection') 40. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  40%... On acoustic time step ('timestep_detection') 41. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  41%... On acoustic time step ('timestep_detection') 42. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 43. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%... On acoustic time step ('timestep_detection') 44. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================                                        |  44%... On acoustic time step ('timestep_detection') 45. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================                                       |  45%... On acoustic time step ('timestep_detection') 46. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 47. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 48. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%... On acoustic time step ('timestep_detection') 49. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================                                    |  49%... On acoustic time step ('timestep_detection') 50. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 51. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... On acoustic time step ('timestep_detection') 52. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%... On acoustic time step ('timestep_detection') 53. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%... On acoustic time step ('timestep_detection') 54. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 55. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 56. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |=======================================                               |  55%... On acoustic time step ('timestep_detection') 57. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%... On acoustic time step ('timestep_detection') 58. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================                              |  57%... On acoustic time step ('timestep_detection') 59. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 60. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  59%... On acoustic time step ('timestep_detection') 61. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  60%... On acoustic time step ('timestep_detection') 62. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================                           |  61%... On acoustic time step ('timestep_detection') 63. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 64. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 65. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================                         |  64%... On acoustic time step ('timestep_detection') 66. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%... On acoustic time step ('timestep_detection') 67. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%... On acoustic time step ('timestep_detection') 68. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 69. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 70. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%... On acoustic time step ('timestep_detection') 71. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================================                     |  70%... On acoustic time step ('timestep_detection') 72. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 73. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================                   |  72%... On acoustic time step ('timestep_detection') 74. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%... On acoustic time step ('timestep_detection') 75. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 76. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%... On acoustic time step ('timestep_detection') 77. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================================                 |  76%... On acoustic time step ('timestep_detection') 78. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================                |  77%... On acoustic time step ('timestep_detection') 79. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  78%... On acoustic time step ('timestep_detection') 80. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 81. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================================              |  80%... On acoustic time step ('timestep_detection') 82. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================================             |  81%... On acoustic time step ('timestep_detection') 83. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  82%... On acoustic time step ('timestep_detection') 84. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 85. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 86. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 11. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 12. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 13. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 14. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 15. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 16. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 17. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 18. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 19. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 20. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 21. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 22. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 23. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 24. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 25. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 26. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 27. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 28. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 29. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 30. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 31. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 32. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 33. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 34. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 35. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 36. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 37. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 38. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 39. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 40. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 41. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 42. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 43. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 44. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 45. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 46. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 47. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 48. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 49. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 50. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 51. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 52. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 53. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 54. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 55. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 56. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 57. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 58. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 59. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 60. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 61. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 62. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 63. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 64. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 65. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 66. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 67. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 68. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 69. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 70. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 71. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 72. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 73. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 74. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 75. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 76. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 77. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 78. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 79. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 80. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 81. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 82. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 83. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 84. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 85. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 86. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 87. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 88. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%... On acoustic time step ('timestep_detection') 87. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%... On acoustic time step ('timestep_detection') 88. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================================         |  87%... On acoustic time step ('timestep_detection') 89. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  88%... On acoustic time step ('timestep_detection') 90. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  89%... On acoustic time step ('timestep_detection') 91. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%... On acoustic time step ('timestep_detection') 92. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%... On acoustic time step ('timestep_detection') 93. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 94. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%... On acoustic time step ('timestep_detection') 95. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%... On acoustic time step ('timestep_detection') 96. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%... On acoustic time step ('timestep_detection') 97. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 98. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%... On acoustic time step ('timestep_detection') 99. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%... On acoustic time step ('timestep_detection') 100. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%... On acoustic time step ('timestep_detection') 101. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:54:48) after ~0.17 minutes. 
    +
    +#### Example (2) Implement ACDC algorithm with default arguments
    +out_acdc_2 <- flapper:::.acs(acoustics = acc,
    +                             archival = arc,
    +                             bathy = gebco,
    +                             detection_containers = dat_containers,
    +                             mobility = 200,
    +                             calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2)
    +                             )
    +#> flapper::.acs() called (@ 2023-02-19 14:54:48)... 
    +#> ... Checking user inputs... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   1%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   2%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   6%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====                                                                 |   7%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   9%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  10%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  11%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  12%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========                                                             |  13%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  14%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  15%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================                                                      |  23%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  24%... On acoustic time step ('timestep_detection') 25. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  25%... On acoustic time step ('timestep_detection') 26. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 27. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  27%... On acoustic time step ('timestep_detection') 28. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  28%... On acoustic time step ('timestep_detection') 29. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 30. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%... On acoustic time step ('timestep_detection') 31. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================                                                 |  31%... On acoustic time step ('timestep_detection') 32. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 33. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 34. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  34%... On acoustic time step ('timestep_detection') 35. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  35%... On acoustic time step ('timestep_detection') 36. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================                                             |  36%... On acoustic time step ('timestep_detection') 37. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 38. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 39. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%... On acoustic time step ('timestep_detection') 40. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  40%... On acoustic time step ('timestep_detection') 41. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  41%... On acoustic time step ('timestep_detection') 42. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 43. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%... On acoustic time step ('timestep_detection') 44. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================                                        |  44%... On acoustic time step ('timestep_detection') 45. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================                                       |  45%... On acoustic time step ('timestep_detection') 46. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 47. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 48. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%... On acoustic time step ('timestep_detection') 49. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================                                    |  49%... On acoustic time step ('timestep_detection') 50. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 51. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... On acoustic time step ('timestep_detection') 52. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%... On acoustic time step ('timestep_detection') 53. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%... On acoustic time step ('timestep_detection') 54. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 55. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 56. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |=======================================                               |  55%... On acoustic time step ('timestep_detection') 57. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%... On acoustic time step ('timestep_detection') 58. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================                              |  57%... On acoustic time step ('timestep_detection') 59. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 60. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  59%... On acoustic time step ('timestep_detection') 61. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  60%... On acoustic time step ('timestep_detection') 62. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================                           |  61%... On acoustic time step ('timestep_detection') 63. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 64. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 65. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================                         |  64%... On acoustic time step ('timestep_detection') 66. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%... On acoustic time step ('timestep_detection') 67. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%... On acoustic time step ('timestep_detection') 68. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 69. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 70. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%... On acoustic time step ('timestep_detection') 71. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================================                     |  70%... On acoustic time step ('timestep_detection') 72. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 73. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================                   |  72%... On acoustic time step ('timestep_detection') 74. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%... On acoustic time step ('timestep_detection') 75. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 76. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%... On acoustic time step ('timestep_detection') 77. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================================                 |  76%... On acoustic time step ('timestep_detection') 78. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================                |  77%... On acoustic time step ('timestep_detection') 79. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  78%... On acoustic time step ('timestep_detection') 80. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 81. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================================              |  80%... On acoustic time step ('timestep_detection') 82. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================================             |  81%... On acoustic time step ('timestep_detection') 83. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  82%... On acoustic time step ('timestep_detection') 84. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 85. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 86. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 11. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 12. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 13. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 14. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 15. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 16. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 17. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 18. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 19. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 20. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 21. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 22. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 23. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 24. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 25. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 26. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 27. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 28. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 29. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 30. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 31. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 32. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 33. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 34. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 35. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 36. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 37. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 38. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 39. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 40. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 41. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 42. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 43. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 44. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 45. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 46. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 47. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 48. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 49. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 50. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 51. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 52. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 53. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 54. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 55. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 56. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 57. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 58. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 59. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 60. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 61. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 62. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 63. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 64. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 65. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 66. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 67. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 68. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 69. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 70. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 71. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 72. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 73. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 74. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 75. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 76. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 77. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 78. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 79. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 80. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 81. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 82. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 83. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 84. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 85. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 86. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 87. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 88. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%... On acoustic time step ('timestep_detection') 87. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%... On acoustic time step ('timestep_detection') 88. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================================         |  87%... On acoustic time step ('timestep_detection') 89. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  88%... On acoustic time step ('timestep_detection') 90. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  89%... On acoustic time step ('timestep_detection') 91. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%... On acoustic time step ('timestep_detection') 92. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%... On acoustic time step ('timestep_detection') 93. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 94. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%... On acoustic time step ('timestep_detection') 95. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%... On acoustic time step ('timestep_detection') 96. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%... On acoustic time step ('timestep_detection') 97. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 98. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%... On acoustic time step ('timestep_detection') 99. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%... On acoustic time step ('timestep_detection') 100. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%... On acoustic time step ('timestep_detection') 101. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:55:02) after ~0.23 minutes. 
    +
    +#### Example (3) Implement AC or ACDC algorithm with detection probability kernels
    +
    +## (A) Get detection container overlaps
    +# Define receiver locations as a SpatialPointsDataFrame object with a UTM CRS
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +rownames(dat_moorings) <- dat_moorings$receiver_id
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +xy <- sp::SpatialPointsDataFrame(xy, dat_moorings[, c("receiver_id",
    +                                                      "receiver_start_date",
    +                                                      "receiver_end_date")])
    +# Get detection overlap(s) as a SpatialPolygonsDataFrame
    +containers <- get_detection_containers(xy = sp::SpatialPoints(xy),
    +                                     detection_range = 425,
    +                                     coastline = dat_coast,
    +                                     byid = TRUE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +containers_df <- dat_moorings[, c("receiver_id",
    +                                 "receiver_start_date",
    +                                 "receiver_end_date")]
    +row.names(containers_df) <- names(containers)
    +containers <- sp::SpatialPolygonsDataFrame(containers, containers_df)
    +overlaps <- get_detection_containers_overlap(containers =  containers)
    +
    +## (B) Define detection probability function based on distance and detection_range
    +calc_dpr <-
    +  function(x){
    +    ifelse(x <= 425, stats::plogis(2.5 + -0.02 * x), 0)
    +  }
    +
    +## (C) Get detection kernels (a slow step)
    +kernels <- acs_setup_detection_kernels(xy = xy,
    +                                       containers = dat_containers,
    +                                       overlaps = overlaps,
    +                                       calc_detection_pr = calc_dpr,
    +                                       bathy = gebco)
    +#> flapper::acs_setup_detection_kernels() called (@ 2023-02-19 14:55:03)... 
    +#> ... Setting up function... 
    +#> ... Getting receiver-specific kernels (for detection)... 
    +#> 
    +#> ... ... For receiver 3 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 4 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 7 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 9 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 11 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 12 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 14 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 18 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 20 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 21 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 23 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 24 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 26 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 27 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 29 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 30 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 31 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 33 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 35 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 36 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 37 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 38 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 39 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 40 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 41 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 43 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 44 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 45 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 46 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 47 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 48 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 49 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 50 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 51 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 52 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 53 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 54 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 55 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 56 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> 
    +#> ... ... For receiver 57 ... 
    +#> ... ... ... Isolating detection container ... 
    +#> ... ... ... Calculating distances from the receiver ... 
    +#> ... ... ... Calculating detection probability ... 
    +#> ... ... ... Processing kernel ... 
    +#> ... Getting receiver-specific inverse kernels... 
    +#> ... Getting area-wide kernels (for non-detection)... 
    +#> ... ... Get unique array designs... 
    +#> ... ... Get area wide kernels for each array design... 
    +#> 
    +#> ... ... ... For design 1/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 2/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 3/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 4/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 5/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 6/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 7/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 8/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 9/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 10/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 11/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 12/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 13/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 14/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 15/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 16/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 17/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 18/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> 
    +#> ... ... ... For design 19/19... 
    +#> ... ... ... ... Extract detection probability kernels for active receivers... 
    +#> ... ... ... ... Combining detection kernels to calculate the background detection probability surfaces (this is a slow step)... 
    +#> ... Process detection probability kernels ... 
    +#> ... flapper::acs_setup_detection_kernels() call completed (@ 2023-02-19 14:55:13) after ~0.17 minutes. 
    +## (D) Implement algorithm
    +out_acdc_3 <- flapper:::.acs(acoustics = acc,
    +                             archival = arc,
    +                             bathy = gebco,
    +                             detection_containers = dat_containers,
    +                             detection_kernels = kernels,
    +                             detection_kernels_overlap = overlaps$list_by_receiver,
    +                             detection_time_window = 10,
    +                             mobility = 200,
    +                             calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2)
    +                             )
    +#> flapper::.acs() called (@ 2023-02-19 14:55:13)... 
    +#> ... Checking user inputs... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   1%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   2%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   6%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====                                                                 |   7%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   9%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  10%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  11%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  12%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========                                                             |  13%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  14%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  15%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================                                                      |  23%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  24%... On acoustic time step ('timestep_detection') 25. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  25%... On acoustic time step ('timestep_detection') 26. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 27. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  27%... On acoustic time step ('timestep_detection') 28. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  28%... On acoustic time step ('timestep_detection') 29. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 30. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%... On acoustic time step ('timestep_detection') 31. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================                                                 |  31%... On acoustic time step ('timestep_detection') 32. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 33. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 34. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  34%... On acoustic time step ('timestep_detection') 35. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  35%... On acoustic time step ('timestep_detection') 36. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================                                             |  36%... On acoustic time step ('timestep_detection') 37. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 38. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 39. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%... On acoustic time step ('timestep_detection') 40. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  40%... On acoustic time step ('timestep_detection') 41. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  41%... On acoustic time step ('timestep_detection') 42. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 43. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%... On acoustic time step ('timestep_detection') 44. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================                                        |  44%... On acoustic time step ('timestep_detection') 45. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================                                       |  45%... On acoustic time step ('timestep_detection') 46. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 47. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 48. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%... On acoustic time step ('timestep_detection') 49. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================                                    |  49%... On acoustic time step ('timestep_detection') 50. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 51. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... On acoustic time step ('timestep_detection') 52. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%... On acoustic time step ('timestep_detection') 53. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%... On acoustic time step ('timestep_detection') 54. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 55. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 56. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |=======================================                               |  55%... On acoustic time step ('timestep_detection') 57. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%... On acoustic time step ('timestep_detection') 58. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================                              |  57%... On acoustic time step ('timestep_detection') 59. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 60. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  59%... On acoustic time step ('timestep_detection') 61. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  60%... On acoustic time step ('timestep_detection') 62. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================                           |  61%... On acoustic time step ('timestep_detection') 63. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 64. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 65. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================                         |  64%... On acoustic time step ('timestep_detection') 66. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%... On acoustic time step ('timestep_detection') 67. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%... On acoustic time step ('timestep_detection') 68. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 69. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 70. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%... On acoustic time step ('timestep_detection') 71. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================================                     |  70%... On acoustic time step ('timestep_detection') 72. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 73. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================                   |  72%... On acoustic time step ('timestep_detection') 74. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%... On acoustic time step ('timestep_detection') 75. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 76. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%... On acoustic time step ('timestep_detection') 77. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================================                 |  76%... On acoustic time step ('timestep_detection') 78. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================                |  77%... On acoustic time step ('timestep_detection') 79. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  78%... On acoustic time step ('timestep_detection') 80. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 81. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================================              |  80%... On acoustic time step ('timestep_detection') 82. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================================             |  81%... On acoustic time step ('timestep_detection') 83. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  82%... On acoustic time step ('timestep_detection') 84. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 85. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 86. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 11. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 12. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 13. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 14. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 15. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 16. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 17. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 18. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 19. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 20. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 21. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 22. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 23. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 24. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 25. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 26. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 27. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 28. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 29. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 30. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 31. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 32. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 33. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 34. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 35. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 36. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 37. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 38. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 39. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 40. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 41. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 42. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 43. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 44. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 45. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 46. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 47. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 48. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 49. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 50. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 51. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 52. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 53. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 54. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 55. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 56. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 57. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 58. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 59. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 60. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 61. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 62. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 63. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 64. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 65. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 66. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 67. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 68. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 69. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 70. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 71. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 72. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 73. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 74. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 75. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 76. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 77. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 78. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 79. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 80. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 81. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 82. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 83. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 84. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 85. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 86. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 87. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 88. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%... On acoustic time step ('timestep_detection') 87. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%... On acoustic time step ('timestep_detection') 88. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================================         |  87%... On acoustic time step ('timestep_detection') 89. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  88%... On acoustic time step ('timestep_detection') 90. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  89%... On acoustic time step ('timestep_detection') 91. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%... On acoustic time step ('timestep_detection') 92. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%... On acoustic time step ('timestep_detection') 93. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 94. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%... On acoustic time step ('timestep_detection') 95. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%... On acoustic time step ('timestep_detection') 96. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%... On acoustic time step ('timestep_detection') 97. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 98. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%... On acoustic time step ('timestep_detection') 99. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%... On acoustic time step ('timestep_detection') 100. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%... On acoustic time step ('timestep_detection') 101. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:55:31) after ~0.29 minutes. 
    +
    +#### Example (4): Compare outputs with/without detection probability and normalisation
    +## Without detection kernels
    +out_acdc_4a <- flapper:::.acs(acoustics = acc,
    +                              archival = arc,
    +                              bathy = gebco,
    +                              detection_containers = dat_containers,
    +                              mobility = 200,
    +                              calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2)
    +                              )
    +#> flapper::.acs() called (@ 2023-02-19 14:55:31)... 
    +#> ... Checking user inputs... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   1%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   2%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   6%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====                                                                 |   7%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   9%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  10%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  11%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  12%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========                                                             |  13%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  14%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  15%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================                                                      |  23%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  24%... On acoustic time step ('timestep_detection') 25. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  25%... On acoustic time step ('timestep_detection') 26. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 27. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  27%... On acoustic time step ('timestep_detection') 28. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  28%... On acoustic time step ('timestep_detection') 29. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 30. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%... On acoustic time step ('timestep_detection') 31. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================                                                 |  31%... On acoustic time step ('timestep_detection') 32. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 33. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 34. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  34%... On acoustic time step ('timestep_detection') 35. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  35%... On acoustic time step ('timestep_detection') 36. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================                                             |  36%... On acoustic time step ('timestep_detection') 37. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 38. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 39. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%... On acoustic time step ('timestep_detection') 40. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  40%... On acoustic time step ('timestep_detection') 41. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  41%... On acoustic time step ('timestep_detection') 42. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 43. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%... On acoustic time step ('timestep_detection') 44. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================                                        |  44%... On acoustic time step ('timestep_detection') 45. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================                                       |  45%... On acoustic time step ('timestep_detection') 46. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 47. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 48. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%... On acoustic time step ('timestep_detection') 49. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================                                    |  49%... On acoustic time step ('timestep_detection') 50. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 51. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... On acoustic time step ('timestep_detection') 52. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%... On acoustic time step ('timestep_detection') 53. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%... On acoustic time step ('timestep_detection') 54. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 55. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 56. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |=======================================                               |  55%... On acoustic time step ('timestep_detection') 57. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%... On acoustic time step ('timestep_detection') 58. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================                              |  57%... On acoustic time step ('timestep_detection') 59. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 60. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  59%... On acoustic time step ('timestep_detection') 61. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  60%... On acoustic time step ('timestep_detection') 62. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================                           |  61%... On acoustic time step ('timestep_detection') 63. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 64. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 65. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================                         |  64%... On acoustic time step ('timestep_detection') 66. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%... On acoustic time step ('timestep_detection') 67. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%... On acoustic time step ('timestep_detection') 68. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 69. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 70. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%... On acoustic time step ('timestep_detection') 71. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================================                     |  70%... On acoustic time step ('timestep_detection') 72. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 73. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================                   |  72%... On acoustic time step ('timestep_detection') 74. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%... On acoustic time step ('timestep_detection') 75. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 76. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%... On acoustic time step ('timestep_detection') 77. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================================                 |  76%... On acoustic time step ('timestep_detection') 78. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================                |  77%... On acoustic time step ('timestep_detection') 79. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  78%... On acoustic time step ('timestep_detection') 80. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 81. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================================              |  80%... On acoustic time step ('timestep_detection') 82. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================================             |  81%... On acoustic time step ('timestep_detection') 83. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  82%... On acoustic time step ('timestep_detection') 84. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 85. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 86. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 11. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 12. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 13. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 14. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 15. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 16. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 17. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 18. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 19. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 20. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 21. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 22. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 23. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 24. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 25. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 26. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 27. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 28. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 29. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 30. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 31. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 32. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 33. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 34. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 35. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 36. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 37. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 38. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 39. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 40. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 41. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 42. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 43. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 44. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 45. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 46. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 47. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 48. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 49. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 50. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 51. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 52. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 53. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 54. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 55. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 56. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 57. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 58. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 59. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 60. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 61. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 62. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 63. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 64. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 65. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 66. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 67. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 68. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 69. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 70. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 71. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 72. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 73. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 74. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 75. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 76. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 77. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 78. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 79. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 80. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 81. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 82. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 83. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 84. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 85. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 86. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 87. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 88. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%... On acoustic time step ('timestep_detection') 87. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%... On acoustic time step ('timestep_detection') 88. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================================         |  87%... On acoustic time step ('timestep_detection') 89. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  88%... On acoustic time step ('timestep_detection') 90. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  89%... On acoustic time step ('timestep_detection') 91. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%... On acoustic time step ('timestep_detection') 92. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%... On acoustic time step ('timestep_detection') 93. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 94. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%... On acoustic time step ('timestep_detection') 95. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%... On acoustic time step ('timestep_detection') 96. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%... On acoustic time step ('timestep_detection') 97. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 98. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%... On acoustic time step ('timestep_detection') 99. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%... On acoustic time step ('timestep_detection') 100. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%... On acoustic time step ('timestep_detection') 101. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:55:45) after ~0.24 minutes. 
    +out_acdc_4b <- flapper:::.acs(acoustics = acc,
    +                              archival = arc,
    +                              bathy = gebco,
    +                              detection_containers = dat_containers,
    +                              normalise = TRUE,
    +                              mobility = 200,
    +                              calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2)
    +                              )
    +#> flapper::.acs() called (@ 2023-02-19 14:55:45)... 
    +#> ... Checking user inputs... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   1%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   2%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   6%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====                                                                 |   7%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   9%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  10%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  11%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  12%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========                                                             |  13%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  14%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  15%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================                                                      |  23%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  24%... On acoustic time step ('timestep_detection') 25. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  25%... On acoustic time step ('timestep_detection') 26. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 27. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  27%... On acoustic time step ('timestep_detection') 28. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  28%... On acoustic time step ('timestep_detection') 29. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 30. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%... On acoustic time step ('timestep_detection') 31. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================                                                 |  31%... On acoustic time step ('timestep_detection') 32. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 33. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 34. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  34%... On acoustic time step ('timestep_detection') 35. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  35%... On acoustic time step ('timestep_detection') 36. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================                                             |  36%... On acoustic time step ('timestep_detection') 37. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 38. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 39. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%... On acoustic time step ('timestep_detection') 40. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  40%... On acoustic time step ('timestep_detection') 41. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  41%... On acoustic time step ('timestep_detection') 42. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 43. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%... On acoustic time step ('timestep_detection') 44. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================                                        |  44%... On acoustic time step ('timestep_detection') 45. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================                                       |  45%... On acoustic time step ('timestep_detection') 46. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 47. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 48. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%... On acoustic time step ('timestep_detection') 49. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================                                    |  49%... On acoustic time step ('timestep_detection') 50. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 51. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... On acoustic time step ('timestep_detection') 52. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%... On acoustic time step ('timestep_detection') 53. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%... On acoustic time step ('timestep_detection') 54. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 55. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 56. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |=======================================                               |  55%... On acoustic time step ('timestep_detection') 57. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%... On acoustic time step ('timestep_detection') 58. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================                              |  57%... On acoustic time step ('timestep_detection') 59. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 60. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  59%... On acoustic time step ('timestep_detection') 61. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  60%... On acoustic time step ('timestep_detection') 62. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================                           |  61%... On acoustic time step ('timestep_detection') 63. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 64. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 65. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================                         |  64%... On acoustic time step ('timestep_detection') 66. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%... On acoustic time step ('timestep_detection') 67. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%... On acoustic time step ('timestep_detection') 68. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 69. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 70. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%... On acoustic time step ('timestep_detection') 71. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================================                     |  70%... On acoustic time step ('timestep_detection') 72. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 73. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================                   |  72%... On acoustic time step ('timestep_detection') 74. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%... On acoustic time step ('timestep_detection') 75. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 76. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%... On acoustic time step ('timestep_detection') 77. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================================                 |  76%... On acoustic time step ('timestep_detection') 78. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================                |  77%... On acoustic time step ('timestep_detection') 79. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  78%... On acoustic time step ('timestep_detection') 80. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 81. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================================              |  80%... On acoustic time step ('timestep_detection') 82. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================================             |  81%... On acoustic time step ('timestep_detection') 83. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  82%... On acoustic time step ('timestep_detection') 84. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 85. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 86. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 11. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 12. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 13. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 14. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 15. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 16. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 17. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 18. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 19. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 20. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 21. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 22. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 23. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 24. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 25. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 26. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 27. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 28. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 29. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 30. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 31. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 32. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 33. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 34. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 35. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 36. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 37. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 38. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 39. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 40. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 41. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 42. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 43. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 44. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 45. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 46. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 47. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 48. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 49. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 50. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 51. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 52. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 53. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 54. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 55. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 56. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 57. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 58. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 59. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 60. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 61. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 62. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 63. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 64. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 65. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 66. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 67. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 68. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 69. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 70. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 71. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 72. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 73. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 74. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 75. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 76. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 77. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 78. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 79. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 80. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 81. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 82. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 83. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 84. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 85. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 86. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 87. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 88. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%... On acoustic time step ('timestep_detection') 87. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%... On acoustic time step ('timestep_detection') 88. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================================         |  87%... On acoustic time step ('timestep_detection') 89. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  88%... On acoustic time step ('timestep_detection') 90. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  89%... On acoustic time step ('timestep_detection') 91. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%... On acoustic time step ('timestep_detection') 92. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%... On acoustic time step ('timestep_detection') 93. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 94. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%... On acoustic time step ('timestep_detection') 95. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%... On acoustic time step ('timestep_detection') 96. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%... On acoustic time step ('timestep_detection') 97. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 98. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%... On acoustic time step ('timestep_detection') 99. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%... On acoustic time step ('timestep_detection') 100. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%... On acoustic time step ('timestep_detection') 101. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:55:59) after ~0.23 minutes. 
    +## With detection kernels
    +out_acdc_4c <- flapper:::.acs(acoustics = acc,
    +                              archival = arc,
    +                              bathy = gebco,
    +                              detection_containers = dat_containers,
    +                              detection_kernels = kernels,
    +                              mobility = 200,
    +                              calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2)
    +                              )
    +#> flapper::.acs() called (@ 2023-02-19 14:55:59)... 
    +#> ... Checking user inputs... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   1%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   2%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   6%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====                                                                 |   7%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   9%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  10%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  11%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  12%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========                                                             |  13%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  14%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  15%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================                                                      |  23%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  24%... On acoustic time step ('timestep_detection') 25. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  25%... On acoustic time step ('timestep_detection') 26. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 27. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  27%... On acoustic time step ('timestep_detection') 28. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  28%... On acoustic time step ('timestep_detection') 29. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 30. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%... On acoustic time step ('timestep_detection') 31. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================                                                 |  31%... On acoustic time step ('timestep_detection') 32. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 33. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 34. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  34%... On acoustic time step ('timestep_detection') 35. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  35%... On acoustic time step ('timestep_detection') 36. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================                                             |  36%... On acoustic time step ('timestep_detection') 37. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 38. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 39. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%... On acoustic time step ('timestep_detection') 40. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  40%... On acoustic time step ('timestep_detection') 41. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  41%... On acoustic time step ('timestep_detection') 42. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 43. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%... On acoustic time step ('timestep_detection') 44. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================                                        |  44%... On acoustic time step ('timestep_detection') 45. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================                                       |  45%... On acoustic time step ('timestep_detection') 46. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 47. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 48. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%... On acoustic time step ('timestep_detection') 49. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================                                    |  49%... On acoustic time step ('timestep_detection') 50. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 51. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... On acoustic time step ('timestep_detection') 52. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%... On acoustic time step ('timestep_detection') 53. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%... On acoustic time step ('timestep_detection') 54. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 55. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 56. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |=======================================                               |  55%... On acoustic time step ('timestep_detection') 57. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%... On acoustic time step ('timestep_detection') 58. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================                              |  57%... On acoustic time step ('timestep_detection') 59. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 60. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  59%... On acoustic time step ('timestep_detection') 61. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  60%... On acoustic time step ('timestep_detection') 62. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================                           |  61%... On acoustic time step ('timestep_detection') 63. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 64. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 65. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================                         |  64%... On acoustic time step ('timestep_detection') 66. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%... On acoustic time step ('timestep_detection') 67. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%... On acoustic time step ('timestep_detection') 68. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 69. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 70. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%... On acoustic time step ('timestep_detection') 71. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================================                     |  70%... On acoustic time step ('timestep_detection') 72. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 73. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================                   |  72%... On acoustic time step ('timestep_detection') 74. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%... On acoustic time step ('timestep_detection') 75. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 76. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%... On acoustic time step ('timestep_detection') 77. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================================                 |  76%... On acoustic time step ('timestep_detection') 78. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================                |  77%... On acoustic time step ('timestep_detection') 79. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  78%... On acoustic time step ('timestep_detection') 80. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 81. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================================              |  80%... On acoustic time step ('timestep_detection') 82. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================================             |  81%... On acoustic time step ('timestep_detection') 83. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  82%... On acoustic time step ('timestep_detection') 84. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 85. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 86. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 11. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 12. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 13. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 14. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 15. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 16. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 17. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 18. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 19. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 20. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 21. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 22. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 23. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 24. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 25. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 26. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 27. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 28. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 29. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 30. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 31. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 32. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 33. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 34. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 35. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 36. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 37. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 38. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 39. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 40. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 41. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 42. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 43. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 44. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 45. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 46. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 47. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 48. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 49. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 50. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 51. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 52. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 53. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 54. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 55. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 56. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 57. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 58. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 59. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 60. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 61. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 62. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 63. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 64. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 65. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 66. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 67. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 68. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 69. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 70. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 71. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 72. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 73. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 74. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 75. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 76. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 77. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 78. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 79. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 80. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 81. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 82. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 83. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 84. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 85. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 86. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 87. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 88. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%... On acoustic time step ('timestep_detection') 87. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%... On acoustic time step ('timestep_detection') 88. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================================         |  87%... On acoustic time step ('timestep_detection') 89. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  88%... On acoustic time step ('timestep_detection') 90. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  89%... On acoustic time step ('timestep_detection') 91. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%... On acoustic time step ('timestep_detection') 92. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%... On acoustic time step ('timestep_detection') 93. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 94. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%... On acoustic time step ('timestep_detection') 95. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%... On acoustic time step ('timestep_detection') 96. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%... On acoustic time step ('timestep_detection') 97. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 98. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%... On acoustic time step ('timestep_detection') 99. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%... On acoustic time step ('timestep_detection') 100. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%... On acoustic time step ('timestep_detection') 101. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:56:16) after ~0.28 minutes. 
    +out_acdc_4d <- flapper:::.acs(acoustics = acc,
    +                              archival = arc,
    +                              bathy = gebco,
    +                               detection_containers = dat_containers,
    +                              detection_kernels = kernels, normalise = TRUE,
    +                              mobility = 200,
    +                              calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2)
    +                              )
    +#> flapper::.acs() called (@ 2023-02-19 14:56:16)... 
    +#> ... Checking user inputs... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   1%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=                                                                     |   2%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===                                                                   |   4%... On acoustic time step ('timestep_detection') 5. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%... On acoustic time step ('timestep_detection') 6. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====                                                                  |   6%... On acoustic time step ('timestep_detection') 7. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====                                                                 |   7%... On acoustic time step ('timestep_detection') 8. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   8%... On acoustic time step ('timestep_detection') 9. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======                                                                |   9%... On acoustic time step ('timestep_detection') 10. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======                                                               |  10%... On acoustic time step ('timestep_detection') 11. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  11%... On acoustic time step ('timestep_detection') 12. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========                                                              |  12%... On acoustic time step ('timestep_detection') 13. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========                                                             |  13%... On acoustic time step ('timestep_detection') 14. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  14%... On acoustic time step ('timestep_detection') 15. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========                                                            |  15%... On acoustic time step ('timestep_detection') 16. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |===========                                                           |  16%... On acoustic time step ('timestep_detection') 17. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============                                                          |  17%... On acoustic time step ('timestep_detection') 18. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%... On acoustic time step ('timestep_detection') 19. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%... On acoustic time step ('timestep_detection') 20. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%... On acoustic time step ('timestep_detection') 21. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%... On acoustic time step ('timestep_detection') 22. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%... On acoustic time step ('timestep_detection') 23. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================                                                      |  23%... On acoustic time step ('timestep_detection') 24. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  24%... On acoustic time step ('timestep_detection') 25. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================                                                     |  25%... On acoustic time step ('timestep_detection') 26. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  26%... On acoustic time step ('timestep_detection') 27. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  27%... On acoustic time step ('timestep_detection') 28. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================                                                   |  28%... On acoustic time step ('timestep_detection') 29. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |====================                                                  |  29%... On acoustic time step ('timestep_detection') 30. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%... On acoustic time step ('timestep_detection') 31. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================                                                 |  31%... On acoustic time step ('timestep_detection') 32. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================                                                |  32%... On acoustic time step ('timestep_detection') 33. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================                                               |  33%... On acoustic time step ('timestep_detection') 34. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  34%... On acoustic time step ('timestep_detection') 35. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================                                              |  35%... On acoustic time step ('timestep_detection') 36. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================                                             |  36%... On acoustic time step ('timestep_detection') 37. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  37%... On acoustic time step ('timestep_detection') 38. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================                                            |  38%... On acoustic time step ('timestep_detection') 39. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%... On acoustic time step ('timestep_detection') 40. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  40%... On acoustic time step ('timestep_detection') 41. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================                                          |  41%... On acoustic time step ('timestep_detection') 42. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%... On acoustic time step ('timestep_detection') 43. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%... On acoustic time step ('timestep_detection') 44. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================                                        |  44%... On acoustic time step ('timestep_detection') 45. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===============================                                       |  45%... On acoustic time step ('timestep_detection') 46. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |================================                                      |  46%... On acoustic time step ('timestep_detection') 47. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%... On acoustic time step ('timestep_detection') 48. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%... On acoustic time step ('timestep_detection') 49. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================                                    |  49%... On acoustic time step ('timestep_detection') 50. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 51. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... On acoustic time step ('timestep_detection') 52. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%... On acoustic time step ('timestep_detection') 53. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%... On acoustic time step ('timestep_detection') 54. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%... On acoustic time step ('timestep_detection') 55. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%... On acoustic time step ('timestep_detection') 56. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is constant ... 
    +#> 
      |                                                                            
      |=======================================                               |  55%... On acoustic time step ('timestep_detection') 57. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%... On acoustic time step ('timestep_detection') 58. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================                              |  57%... On acoustic time step ('timestep_detection') 59. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%... On acoustic time step ('timestep_detection') 60. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  59%... On acoustic time step ('timestep_detection') 61. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================                            |  60%... On acoustic time step ('timestep_detection') 62. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================                           |  61%... On acoustic time step ('timestep_detection') 63. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  62%... On acoustic time step ('timestep_detection') 64. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |============================================                          |  63%... On acoustic time step ('timestep_detection') 65. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================                         |  64%... On acoustic time step ('timestep_detection') 66. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%... On acoustic time step ('timestep_detection') 67. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%... On acoustic time step ('timestep_detection') 68. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%... On acoustic time step ('timestep_detection') 69. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%... On acoustic time step ('timestep_detection') 70. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%... On acoustic time step ('timestep_detection') 71. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=================================================                     |  70%... On acoustic time step ('timestep_detection') 72. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================================================                    |  71%... On acoustic time step ('timestep_detection') 73. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================================                   |  72%... On acoustic time step ('timestep_detection') 74. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%... On acoustic time step ('timestep_detection') 75. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%... On acoustic time step ('timestep_detection') 76. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%... On acoustic time step ('timestep_detection') 77. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=====================================================                 |  76%... On acoustic time step ('timestep_detection') 78. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================                |  77%... On acoustic time step ('timestep_detection') 79. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  78%... On acoustic time step ('timestep_detection') 80. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=======================================================               |  79%... On acoustic time step ('timestep_detection') 81. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |========================================================              |  80%... On acoustic time step ('timestep_detection') 82. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=========================================================             |  81%... On acoustic time step ('timestep_detection') 83. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  82%... On acoustic time step ('timestep_detection') 84. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==========================================================            |  83%... On acoustic time step ('timestep_detection') 85. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===========================================================           |  84%... On acoustic time step ('timestep_detection') 86. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 3. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 4. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 5. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 6. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 7. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 8. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 9. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 10. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 11. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 12. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 13. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 14. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 15. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 16. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 17. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 18. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 19. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 20. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 21. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 22. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 23. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 24. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 25. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 26. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 27. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 28. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 29. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 30. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 31. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 32. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 33. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 34. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 35. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 36. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 37. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 38. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 39. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 40. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 41. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 42. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 43. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 44. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 45. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 46. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 47. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 48. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 49. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 50. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 51. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 52. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 53. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 54. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 55. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 56. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 57. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 58. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 59. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 60. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 61. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 62. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 63. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 64. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 65. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 66. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 67. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 68. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 69. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 70. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 71. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 72. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 73. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 74. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 75. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 76. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 77. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 78. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 79. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 80. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 81. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 82. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 83. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 84. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 85. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 86. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 87. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 88. 
    +#> ... ... ... Acoustic container is shrinking ... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%... On acoustic time step ('timestep_detection') 87. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%... On acoustic time step ('timestep_detection') 88. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |=============================================================         |  87%... On acoustic time step ('timestep_detection') 89. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  88%... On acoustic time step ('timestep_detection') 90. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==============================================================        |  89%... On acoustic time step ('timestep_detection') 91. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%... On acoustic time step ('timestep_detection') 92. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%... On acoustic time step ('timestep_detection') 93. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%... On acoustic time step ('timestep_detection') 94. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%... On acoustic time step ('timestep_detection') 95. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%... On acoustic time step ('timestep_detection') 96. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%... On acoustic time step ('timestep_detection') 97. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%... On acoustic time step ('timestep_detection') 98. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%... On acoustic time step ('timestep_detection') 99. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%... On acoustic time step ('timestep_detection') 100. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%... On acoustic time step ('timestep_detection') 101. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 14:56:31) after ~0.25 minutes. 
    +## Comparison of final maps
    +pp <- par(mfrow = c(2, 2))
    +raster::plot(out_acdc_4a$map, main = "4a")
    +raster::plot(out_acdc_4b$map, main = "4b")
    +raster::plot(out_acdc_4c$map, main = "4c")
    +raster::plot(out_acdc_4d$map, main = "4d")
    +
    +par(pp)
    +
    +#### Example (5): Implement AC or ACDC algorithm and write messages to file via 'con'
    +out_acdc_5 <- flapper:::.acs(acoustics = acc,
    +                             archival = arc,
    +                             bathy = gebco,
    +                             detection_containers = dat_containers,
    +                             mobility = 200,
    +                             calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +                             verbose = TRUE,
    +                             con = paste0(tempdir(), "/", "acdc_log.txt")
    +                             )
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |=================                                                     |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |===================                                                   |  28%
      |                                                                            
      |====================                                                  |  29%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |=====================                                                 |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |==========================                                            |  38%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |============================                                          |  41%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |==============================                                        |  44%
      |                                                                            
      |===============================                                       |  45%
      |                                                                            
      |================================                                      |  46%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  50%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=======================================                               |  55%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%
      |                                                                            
      |========================================                              |  57%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |==========================================                            |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |============================================                          |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |===================================================                   |  72%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |==========================================================            |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================================================| 100%
    +# Check log
    +utils::head(readLines(paste0(tempdir(), "/", "acdc_log.txt")))
    +#> [1] "flapper::.acs_pl() called (@ 2023-02-19 14:45:52)... "
    +#> [2] "... Checking user inputs... "                         
    +#> [3] "... Splitting 'acoustics' into chunks... "            
    +#> [4] "... Processing acoustics chunks... "                  
    +#> [5] "... ... Checking for NULL/empty chunks... "           
    +#> [6] "... ... Overlapping chunks... "                       
    +utils::tail(readLines(paste0(tempdir(), "/", "acdc_log.txt")))
    +#> [1] "... On acoustic time step ('timestep_detection') 100. "                              
    +#> [2] "... ... On internal time step ('timestep_archival') 1. "                             
    +#> [3] "... On acoustic time step ('timestep_detection') 101. "                              
    +#> [4] "... ... On internal time step ('timestep_archival') 1. "                             
    +#> [5] "... Movement over acoustic and internal ('archival') time steps has been completed. "
    +#> [6] "... flapper::.acs() call completed (@ 2023-02-19 14:56:44) after ~0.22 minutes. "    
    +
    +#### Example (6): Implement AC or ACDC algorithm and return spatial information
    +# Specify save_record_spatial = NULL to include spatial information for all time steps
    +# ... (used for plotting) or a vector to include this information for specific time steps
    +out_acdc_6 <- flapper:::.acs(acoustics = acc,
    +                             archival = arc,
    +                             bathy = gebco,
    +                             detection_containers = dat_containers,
    +                             mobility = 200,
    +                             calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +                             save_record_spatial = NULL,
    +                             verbose = TRUE,
    +                             con = paste0(tempdir(), "/", "acdc_log.txt")
    +                             )
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===                                                                   |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============                                                          |  18%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============                                                         |  19%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============                                                        |  20%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  21%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |=================                                                     |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |===================                                                   |  28%
      |                                                                            
      |====================                                                  |  29%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |=====================                                                 |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |==========================                                            |  38%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |============================                                          |  41%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=============================                                         |  42%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |==============================                                        |  44%
      |                                                                            
      |===============================                                       |  45%
      |                                                                            
      |================================                                      |  46%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  47%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================                                     |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  50%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================                                  |  51%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  52%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================                                 |  53%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |======================================                                |  54%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=======================================                               |  55%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |========================================                              |  56%
      |                                                                            
      |========================================                              |  57%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |==========================================                            |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |============================================                          |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  65%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==============================================                        |  66%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================                       |  67%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================                      |  68%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================                     |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |===================================================                   |  72%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================                   |  73%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  74%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=====================================================                 |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |==========================================================            |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  85%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===============================================================       |  90%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  91%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |================================================================      |  92%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |=================================================================     |  93%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |==================================================================    |  94%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  95%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================   |  96%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================================  |  97%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  98%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |===================================================================== |  99%
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> 
      |                                                                            
      |======================================================================| 100%
    +
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/dot-acs_pl.html b/docs/reference/dot-acs_pl.html index 956c0ef..4d2acda 100644 --- a/docs/reference/dot-acs_pl.html +++ b/docs/reference/dot-acs_pl.html @@ -1,67 +1,12 @@ - - - - - - - -Intermediate wrapper for .acs that supports parallelisation — .acs_pl • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Intermediate wrapper for .acs that supports parallelisation — .acs_pl • flapper - + + - - - -
    -
    - -
    - -
    +
    -

    This function implements the acoustic-container (AC) and acoustic-container depth-contour (ACDC) algorithms. This is called via a front-end function (i.e. ac or acdc). It checks and processes inputs and implements the selected algorithm via calls to .acs. Outputs are returned in a named list.

    +

    This function implements the acoustic-container (AC) and acoustic-container depth-contour (ACDC) algorithms. This is called via a front-end function (i.e. ac or acdc). It checks and processes inputs and implements the selected algorithm via calls to .acs. Outputs are returned in a named list.

    -
    .acs_pl(
    -  acoustics,
    -  archival = NULL,
    -  step = 120,
    -  plot_ts = TRUE,
    -  bathy,
    -  detection_containers,
    -  detection_kernels = NULL,
    -  detection_kernels_overlap = NULL,
    -  detection_time_window = 5,
    -  mobility,
    -  calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    -  normalise = TRUE,
    -  save_record_spatial = 1L,
    -  write_record_spatial_for_pf = NULL,
    -  verbose = TRUE,
    -  con = "",
    -  progress = 1L,
    -  split = NULL,
    -  cl = NULL,
    -  varlist = NULL
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    acoustics

    A dataframe, or a list of dataframes, that contains passive acoustic telemetry detection time series (see dat_acoustics for an example) for a single individual. Each dataframe should contain the following columns: an integer vector of receiver IDs, named `receiver_id'; an integer vector of detection indices, named `index'; and a POSIXct vector of time stamps when detections were made, named `timestamp'. If a list of dataframes is supplied, dataframes must be refer to the detections of a single individual and be ordered by time (e.g., in hourly chunks). In addition, sequential list elements must be linked by identical receiver pairs (i.e., the final receiver at which the individual was detected for any given chunk must be the same as the receiver at which the individual was next detected at the start of the next chunk) because it is only in this specific scenario that information does not need to be shared across time steps (see split). The algorithm will be implemented on each dataframe, termed `chunk', either in sequence or parallel. Any empty or NULL elements will be removed automatically.

    archival

    For the ACDC algorithm, archival is a dataframe that contains depth time series (see .acs).

    step

    A number that defines the time step length (s) between consecutive detections (see .acs).

    plot_ts

    A logical input that defines whether or not to plot movement time series (see .acs).

    bathy

    A raster that defines the area (for the AC algorithm) or bathymetry (for the ACDC algorithm) across the area within which the individual could have moved (see .acs).

    detection_containers

    A list of detection containers (see .acs).

    detection_kernels

    A named list of detection probability kernels (see .acs).

    detection_kernels_overlap

    A named list of detection probability kernel overlaps, directly from get_detection_containers_overlap. This must contain an element named `list_by_receiver' with the data for each receiver.

    detection_time_window

    A number that defines the detection time window (see .acs)

    mobility

    The mobility parameter (see .acs).

    calc_depth_error

    The depth error function (see .acs).

    normalise

    A logical input that defines whether or not to normalise maps (see .acs).

    save_record_spatial

    An integer of the spatial layers to save (see .acs).

    write_record_spatial_for_pf

    A named list used to write time step-specific maps to file (see .acs).

    verbose

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console (which is only supported if the algorithm is not implemented in parallel: see below); otherwise, they are written to file (see below).

    con

    If verbose = TRUE, con is character string defines how messages relaying function progress are returned. If con = "", messages are printed to the console (unless redirected by sink), an approach that is only implemented if the function is not implemented in parallel. Otherwise, con defines the directory into which to write .txt files, into which messages are written to relay function progress. This approach, rather than printing to the console, is recommended for clarity, speed and debugging. If the algorithm is implemented step-wise, then a single file is written to the specified directory named acdc_log.txt. If the algorithm is implemented chunk-wise, then an additional file is written for each chunk (named dot_acdc_log_1.txt, dot_acdc_log_2.txt and so on), with the details for each chunk.

    progress

    (optional) If the algorithm is implemented step-wise, progress is an integer (1, 2 or 3) that defines whether or not to display a progress bar in the console as the algorithm moves over acoustic time steps (1), the `archival' time steps between each pair of acoustic detections (2) or both acoustic and archival time steps (3), in which case the overall acoustic progress bar is punctuated by an archival progress bar for each pair of acoustic detections. This option is useful if there is a large number of archival observations between acoustic detections. Any other input will suppress the progress bar. If the algorithm is implemented for chunks, inputs to progress are ignored and a single progress bar is shown of the progress across acoustic chunks.

    split

    A character string that defines the (approximate) time unit used to split acoustic time series into chunks (e.g., "12 hours"). If provided, this must be supported by cut.POSIXt (otherwise, a pre-defined list of acoustic time series can be passed to acoustics, e.g., specifying seasonal chunks). If split = NULL and a cluster has been specified (see cl) (and acoustics is a dataframe), then the acoustic time series is automatically split into chunks and the algorithm implemented for each chunk in parallel. In all cases, splitting is subject to the constraint that chunks must join at identical receiver pairs (i.e., the last receiver at which the individual was detected on one chunk must match the first receiver at which the individual was next detected at the start of the next chunk): in these specific scenarios, information does not need to transfer from one time step to the next.

    cl, varlist

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes to implement the algorithm in parallel. If supplied, the algorithm is implemented for each chunk in a list of acoustic time series, either (a) as supplied by the user (if acoustics is a list), (b) as defined by the input to split, or (c) as defined automatically from the number of nodes in the cluster if split = NULL. If cl is supplied, varlist may also be required. This is a character vector of objects to export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    - -

    Value

    - -

    The function returns an acdc_archive-class object. If a connection to write files has also been specified, an overall log (acdc_log.txt) as well as chunk-specific logs from calls to .acs, if applicable, are written to file.

    -

    See also

    - -

    The front-end functions ac and acdc call this function, which in turn calls .acs. acs_setup_containers defines the detection containers required by this function. acs_setup_mobility is used to examine the assumption of the constant `mobility' parameter. acs_setup_detection_kernels produces detection probability kernels for incorporation into the function. For calls via ac and acdc, acdc_simplify simplifies the outputs and acdc_plot_trace, acdc_plot_record and acdc_animate_record visualise the results.

    -

    Author

    +
    +
    .acs_pl(
    +  acoustics,
    +  archival = NULL,
    +  step = 120,
    +  plot_ts = TRUE,
    +  bathy,
    +  detection_containers,
    +  detection_kernels = NULL,
    +  detection_kernels_overlap = NULL,
    +  detection_time_window = 5,
    +  mobility,
    +  calc_depth_error = function(...) matrix(c(-2.5, 2.5), nrow = 2),
    +  normalise = TRUE,
    +  save_record_spatial = 1L,
    +  write_record_spatial_for_pf = NULL,
    +  verbose = TRUE,
    +  con = "",
    +  progress = 1L,
    +  split = NULL,
    +  cl = NULL,
    +  varlist = NULL
    +)
    +
    + +
    +

    Arguments

    +
    acoustics
    +

    A dataframe, or a list of dataframes, that contains passive acoustic telemetry detection time series (see dat_acoustics for an example) for a single individual. Each dataframe should contain the following columns: an integer vector of receiver IDs, named `receiver_id'; an integer vector of detection indices, named `index'; and a POSIXct vector of time stamps when detections were made, named `timestamp'. If a list of dataframes is supplied, dataframes must be refer to the detections of a single individual and be ordered by time (e.g., in hourly chunks). In addition, sequential list elements must be linked by identical receiver pairs (i.e., the final receiver at which the individual was detected for any given chunk must be the same as the receiver at which the individual was next detected at the start of the next chunk) because it is only in this specific scenario that information does not need to be shared across time steps (see split). The algorithm will be implemented on each dataframe, termed `chunk', either in sequence or parallel. Any empty or NULL elements will be removed automatically.

    + + +
    archival
    +

    For the ACDC algorithm, archival is a dataframe that contains depth time series (see .acs).

    + + +
    step
    +

    A number that defines the time step length (s) between consecutive detections (see .acs).

    -

    Edward Lavender

    -

    Examples

    -
    # For examples, see ?ac and ?acdc which call this function directly. +
    plot_ts
    +

    A logical input that defines whether or not to plot movement time series (see .acs).

    -
    + +
    bathy
    +

    A raster that defines the area (for the AC algorithm) or bathymetry (for the ACDC algorithm) across the area within which the individual could have moved (see .acs).

    + + +
    detection_containers
    +

    A list of detection containers (see .acs).

    + + +
    detection_kernels
    +

    A named list of detection probability kernels (see .acs).

    + + +
    detection_kernels_overlap
    +

    A named list of detection probability kernel overlaps, directly from get_detection_containers_overlap. This must contain an element named `list_by_receiver' with the data for each receiver.

    + + +
    detection_time_window
    +

    A number that defines the detection time window (see .acs)

    + + +
    mobility
    +

    The mobility parameter (see .acs).

    + + +
    calc_depth_error
    +

    The depth error function (see .acs).

    + + +
    normalise
    +

    A logical input that defines whether or not to normalise maps (see .acs).

    + + +
    save_record_spatial
    +

    An integer of the spatial layers to save (see .acs).

    + + +
    write_record_spatial_for_pf
    +

    A named list used to write time step-specific maps to file (see .acs).

    + + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console (which is only supported if the algorithm is not implemented in parallel: see below); otherwise, they are written to file (see below).

    + + +
    con
    +

    If verbose = TRUE, con is character string defines how messages relaying function progress are returned. If con = "", messages are printed to the console (unless redirected by sink), an approach that is only implemented if the function is not implemented in parallel. Otherwise, con defines the directory into which to write .txt files, into which messages are written to relay function progress. This approach, rather than printing to the console, is recommended for clarity, speed and debugging. If the algorithm is implemented step-wise, then a single file is written to the specified directory named acdc_log.txt. If the algorithm is implemented chunk-wise, then an additional file is written for each chunk (named dot_acdc_log_1.txt, dot_acdc_log_2.txt and so on), with the details for each chunk.

    + + +
    progress
    +

    (optional) If the algorithm is implemented step-wise, progress is an integer (1, 2 or 3) that defines whether or not to display a progress bar in the console as the algorithm moves over acoustic time steps (1), the `archival' time steps between each pair of acoustic detections (2) or both acoustic and archival time steps (3), in which case the overall acoustic progress bar is punctuated by an archival progress bar for each pair of acoustic detections. This option is useful if there is a large number of archival observations between acoustic detections. Any other input will suppress the progress bar. If the algorithm is implemented for chunks, inputs to progress are ignored and a single progress bar is shown of the progress across acoustic chunks.

    + + +
    split
    +

    A character string that defines the (approximate) time unit used to split acoustic time series into chunks (e.g., "12 hours"). If provided, this must be supported by cut.POSIXt (otherwise, a pre-defined list of acoustic time series can be passed to acoustics, e.g., specifying seasonal chunks). If split = NULL and a cluster has been specified (see cl) (and acoustics is a dataframe), then the acoustic time series is automatically split into chunks and the algorithm implemented for each chunk in parallel. In all cases, splitting is subject to the constraint that chunks must join at identical receiver pairs (i.e., the last receiver at which the individual was detected on one chunk must match the first receiver at which the individual was next detected at the start of the next chunk): in these specific scenarios, information does not need to transfer from one time step to the next.

    + + +
    cl, varlist
    +

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes to implement the algorithm in parallel. If supplied, the algorithm is implemented for each chunk in a list of acoustic time series, either (a) as supplied by the user (if acoustics is a list), (b) as defined by the input to split, or (c) as defined automatically from the number of nodes in the cluster if split = NULL. If cl is supplied, varlist may also be required. This is a character vector of objects to export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + +
    +
    +

    Value

    + + +

    The function returns an acdc_archive-class object. If a connection to write files has also been specified, an overall log (acdc_log.txt) as well as chunk-specific logs from calls to .acs, if applicable, are written to file.

    +
    +
    +

    See also

    +

    The front-end functions ac and acdc call this function, which in turn calls .acs. acs_setup_containers defines the detection containers required by this function. acs_setup_mobility is used to examine the assumption of the constant `mobility' parameter. acs_setup_detection_kernels produces detection probability kernels for incorporation into the function. For calls via ac and acdc, acdc_simplify simplifies the outputs and acdc_plot_trace, acdc_plot_record and acdc_animate_record visualise the results.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    # For examples, see ?ac and ?acdc which call this function directly.
    +
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/dot-planedist2.html b/docs/reference/dot-planedist2.html index c92b4c9..58357ed 100644 --- a/docs/reference/dot-planedist2.html +++ b/docs/reference/dot-planedist2.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate a matrix of Euclidean distances between points — .planedist2 • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate a matrix of Euclidean distances between points — .planedist2 • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,53 +65,50 @@

    Calculate a matrix of Euclidean distances between points

    Calculate a matrix of Euclidean distances between points

    -
    .planedist2(p1, p2)
    +
    +
    .planedist2(p1, p2)
    +
    -

    Arguments

    - - - - - - - - - - -
    p1

    A coordinate matrix.

    p2

    A coordinate matrix.

    +
    +

    Source

    +

    This function is an internal function in the raster package (https://rdrr.io/rforge/raster/src/R/pointdistance.R). It is defined separately in flapper for stability.

    +
    +
    +

    Arguments

    +
    p1
    +

    A coordinate matrix.

    -

    Source

    -

    This function is an internal function in the raster package (https://rdrr.io/rforge/raster/src/R/pointdistance.R). It is defined separately in flapper for stability.

    -

    Details

    +
    p2
    +

    A coordinate matrix.

    +
    +
    +

    Details

    This function assumes that coordinates are in planar space.

    +
    +
    - - - + + diff --git a/docs/reference/eval_by_kud-1.png b/docs/reference/eval_by_kud-1.png index 9d68deb..2c89cb8 100644 Binary files a/docs/reference/eval_by_kud-1.png and b/docs/reference/eval_by_kud-1.png differ diff --git a/docs/reference/eval_by_kud-2.png b/docs/reference/eval_by_kud-2.png index 395ad05..c3ec9e3 100644 Binary files a/docs/reference/eval_by_kud-2.png and b/docs/reference/eval_by_kud-2.png differ diff --git a/docs/reference/eval_by_kud-3.png b/docs/reference/eval_by_kud-3.png index 8555fa6..8874fbe 100644 Binary files a/docs/reference/eval_by_kud-3.png and b/docs/reference/eval_by_kud-3.png differ diff --git a/docs/reference/eval_by_kud-4.png b/docs/reference/eval_by_kud-4.png index 61421fc..4f4ce5e 100644 Binary files a/docs/reference/eval_by_kud-4.png and b/docs/reference/eval_by_kud-4.png differ diff --git a/docs/reference/eval_by_kud-5.png b/docs/reference/eval_by_kud-5.png index f490608..d3966f8 100644 Binary files a/docs/reference/eval_by_kud-5.png and b/docs/reference/eval_by_kud-5.png differ diff --git a/docs/reference/eval_by_kud-6.png b/docs/reference/eval_by_kud-6.png index e4cbb89..cac3ea1 100644 Binary files a/docs/reference/eval_by_kud-6.png and b/docs/reference/eval_by_kud-6.png differ diff --git a/docs/reference/eval_by_kud-7.png b/docs/reference/eval_by_kud-7.png index ef48f95..0d4a04d 100644 Binary files a/docs/reference/eval_by_kud-7.png and b/docs/reference/eval_by_kud-7.png differ diff --git a/docs/reference/eval_by_kud.html b/docs/reference/eval_by_kud.html index 64dba33..82a733c 100644 --- a/docs/reference/eval_by_kud.html +++ b/docs/reference/eval_by_kud.html @@ -1,67 +1,12 @@ - - - - - - - -Evaluate movement path estimates using kernel utilisation distributions — eval_by_kud • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Evaluate movement path estimates using kernel utilisation distributions — eval_by_kud • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,289 +65,284 @@

    Evaluate movement path estimates using kernel utilisation distributions

    This function provides a qualitative evaluation of a movement-path estimation procedure when the true movement path is known by graphically comparing the two paths and the resultant patterns of space use that emerge from these using kernel utilisation distributions. To implement the function, the simulated and estimated paths need to be provided as SpatialPointsDataFrames. For each path, the function estimates the resultant home range under a kernel utilisation distribution model and then produces up to four plots that show the two paths and the two estimated home ranges. When the estimation procedure performs well, the patterns of space use inferred from the simulated and estimated paths should be similar. In contrast, differences between these patterns can help to reveal the circumstances under which the movement-path estimation procedure performs less well.

    -
    eval_by_kud(
    -  path_sim,
    -  path_est,
    -  estimate_ud = adehabitatHR::kernelUD,
    -  grid,
    -  h = "href",
    -  hlim = c(0.1, 1.5),
    -  kern = c("bivnorm", "epa"),
    -  extent = 1,
    -  boundary = NULL,
    -  process = NULL,
    -  plot = 1:4L,
    -  array,
    -  add_receivers = list(),
    -  add_land = NULL,
    -  add_sea = NULL,
    -  add_path_sim = list(col = viridis::viridis(nrow(path_sim)), length = 0.02),
    -  add_path_est = add_path_sim,
    -  add_vol_sim = list(),
    -  add_vol_est = list(),
    -  one_page = TRUE,
    -  verbose = TRUE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    path_sim, path_est

    SpatialPointsDataFrame objects that the coordinates of a simulated movement path and estimated movement path respectively. These should contain a column that defines the individual's ID as a factor. The coordinate reference system is taken from path_sim and should be defined, if applicable.

    estimate_ud

    A function (either kernelUD or kud_around_coastline) that estimates kernel utilisation distributions. The latter option is used when kernels need to be processed to account for barriers to movement that cannot be modelled via kernelUD.

    grid, h, hlim, kern, extent, boundary

    Arguments passed to estimate_ud (and ultimately kernelUD, where they are defined) to estimate kernel utilisation distributions. If kud_around_coastline is supplied to estimate_ud, then grid must be a SpatialPixelsDataFrame.

    process

    (optional) A function, applied to a raster, to process the home range raster (extracted from from getvolumeUD). For example, function(r) { r[r > 95] <- NA; return(r) } can help to produce prettier plots by masking areas beyond the 95 percent contour.

    plot

    An integer vector (1:4L) that defines which plots to produce. 1 and 2 plot the receiver array and the simulated or estimated path respectively. In contrast, 3 and 4 plot the receiver array and the kernel utilisation distribution based on the simulated or estimated path respectively.

    array

    A named list that defines the properties of an array (e.g., the `array' element of sim_array). At a minimum, this must contain an `area' element that defines the area as a SpatialPolygons-class object. To add receivers, land and sea to the plot(s), `xy', `land' and `sea' elements are also required (see sim_array).

    add_land, add_sea, add_receivers, add_path_sim, add_path_est, add_vol_sim, add_vol_est

    (optional) Named lists of arguments that customise the appearance of the land and sea, receivers, the simulated and estimated paths and the kernel volumes for the simulated and estimated paths respectively. An empty list (list()) will implement default graphical options. If add_receivers, add_land and add_sea are specified, then array must contain `xy', `land' and `sea' elements as described above. Alternatively, add_receivers, add_land and add_sea can be NULL to suppress their addition to plots, but the other arguments cannot be NULL.

    one_page

    A logical variable that defines whether or not to produce all plots on a single page.

    verbose

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    ...

    Additional arguments, passed to pretty_map, that affect all plots.

    - -

    Value

    - -

    The function returns up to four plots that provide a qualitative evaluation of an estimation procedure that infers patterns of space use from observations.

    -

    Details

    - -

    This function can be combined with sim_array, sim_path_* functions, sim_detections and space use algorithms (e.g., coa) to evaluate the relative performance of different approaches for the inference of patterns of space use under different array designs, movement models and/or detection models.

    -

    Author

    +
    +
    eval_by_kud(
    +  path_sim,
    +  path_est,
    +  estimate_ud = adehabitatHR::kernelUD,
    +  grid,
    +  h = "href",
    +  hlim = c(0.1, 1.5),
    +  kern = c("bivnorm", "epa"),
    +  extent = 1,
    +  boundary = NULL,
    +  process = NULL,
    +  plot = 1:4L,
    +  array,
    +  add_receivers = list(),
    +  add_land = NULL,
    +  add_sea = NULL,
    +  add_path_sim = list(col = viridis::viridis(nrow(path_sim)), length = 0.02),
    +  add_path_est = add_path_sim,
    +  add_vol_sim = list(),
    +  add_vol_est = list(),
    +  one_page = TRUE,
    +  verbose = TRUE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    path_sim, path_est
    +

    SpatialPointsDataFrame objects that the coordinates of a simulated movement path and estimated movement path respectively. These should contain a column that defines the individual's ID as a factor. The coordinate reference system is taken from path_sim and should be defined, if applicable.

    + + +
    estimate_ud
    +

    A function (either kernelUD or kud_around_coastline) that estimates kernel utilisation distributions. The latter option is used when kernels need to be processed to account for barriers to movement that cannot be modelled via kernelUD.

    + + +
    grid, h, hlim, kern, extent, boundary
    +

    Arguments passed to estimate_ud (and ultimately kernelUD, where they are defined) to estimate kernel utilisation distributions. If kud_around_coastline is supplied to estimate_ud, then grid must be a SpatialPixelsDataFrame.

    + + +
    process
    +

    (optional) A function, applied to a raster, to process the home range raster (extracted from from getvolumeUD). For example, function(r) { r[r > 95] <- NA; return(r) } can help to produce prettier plots by masking areas beyond the 95 percent contour.

    + + +
    plot
    +

    An integer vector (1:4L) that defines which plots to produce. 1 and 2 plot the receiver array and the simulated or estimated path respectively. In contrast, 3 and 4 plot the receiver array and the kernel utilisation distribution based on the simulated or estimated path respectively.

    + + +
    array
    +

    A named list that defines the properties of an array (e.g., the `array' element of sim_array). At a minimum, this must contain an `area' element that defines the area as a SpatialPolygons-class object. To add receivers, land and sea to the plot(s), `xy', `land' and `sea' elements are also required (see sim_array).

    + +
    add_land, add_sea, add_receivers, add_path_sim, add_path_est, add_vol_sim, add_vol_est
    +

    (optional) Named lists of arguments that customise the appearance of the land and sea, receivers, the simulated and estimated paths and the kernel volumes for the simulated and estimated paths respectively. An empty list (list()) will implement default graphical options. If add_receivers, add_land and add_sea are specified, then array must contain `xy', `land' and `sea' elements as described above. Alternatively, add_receivers, add_land and add_sea can be NULL to suppress their addition to plots, but the other arguments cannot be NULL.

    + + +
    one_page
    +

    A logical variable that defines whether or not to produce all plots on a single page.

    + + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    + + +
    ...
    +

    Additional arguments, passed to pretty_map, that affect all plots.

    + +
    +
    +

    Value

    + + +

    The function returns up to four plots that provide a qualitative evaluation of an estimation procedure that infers patterns of space use from observations.

    +
    +
    +

    Details

    +

    This function can be combined with sim_array, sim_path_* functions, sim_detections and space use algorithms (e.g., coa) to evaluate the relative performance of different approaches for the inference of patterns of space use under different array designs, movement models and/or detection models.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Steps -# We need to simulate an array, a movement path through this array -# ... and detections arising at receivers given this path. Then, we need to -# ... implement a space use algorithm (e.g., coa()) to estimate the movement -# ... 'path' from the observed data (detections). With the simulated and -# ... estimated movement path, we can then compare how well the estimated -# ... path recovers the 'true' pattern of space use by passing these -# ... paths to the eval_by_kud() function. - -#### Step (1) Simulate an array in an area -# We will pack the area with receivers to generate lots of detections -array_ls <- sim_array(boundaries = raster::extent(dat_coast), - coastline = dat_coast, - n_receivers = 1000, - arrangement = "regular", - seed = 1) -
    #> flapper::sim_array() called (@ 2022-06-17 10:01:56)... -#> ... Defining area... -#> ... Incorporating coastline... -#> ... Incorporating receivers... -#> ... ... Simulating receivers...
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:01:56) after ~0 minutes.
    raster::lines(dat_coast) -
    array <- array_ls$array - -#### Step (2) Simulate a movement path in this area -n <- 500 -path_ls <- sim_path_sa(n = n, - sim_step = function(...) stats::rgamma(1, shape = 25, scale = 25), - area = array$sea, - seed = 1, - plot = FALSE - ) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:01:56)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0%
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> | | | 1% | |= | 1% | |= | 2% | |== | 2% | |== | 3% | |=== | 4% | |=== | 5% | |==== | 5% | |==== | 6% | |===== | 7% | |===== | 8% | |====== | 8% | |====== | 9% | |======= | 9% | |======= | 10% | |======= | 11% | |======== | 11% | |======== | 12% | |========= | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 15% | |=========== | 16% | |============ | 17% | |============ | 18% | |============= | 18% | |============= | 19% | |============== | 19% | |============== | 20% | |============== | 21% | |=============== | 21% | |=============== | 22% | |================ | 22% | |================ | 23% | |================= | 24% | |================= | 25% | |================== | 25% | |================== | 26% | |=================== | 27% | |=================== | 28% | |==================== | 28% | |==================== | 29% | |===================== | 29% | |===================== | 30% | |===================== | 31% | |====================== | 31% | |====================== | 32% | |======================= | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 35% | |========================= | 36% | |========================== | 37% | |========================== | 38% | |=========================== | 38% | |=========================== | 39% | |============================ | 39% | |============================ | 40% | |============================ | 41% | |============================= | 41% | |============================= | 42% | |============================== | 42% | |============================== | 43% | |=============================== | 44% | |=============================== | 45% | |================================ | 45% | |================================ | 46% | |================================= | 47% | |================================= | 48% | |================================== | 48% | |================================== | 49% | |=================================== | 49% | |=================================== | 50% | |=================================== | 51% | |==================================== | 51% | |==================================== | 52% | |===================================== | 52% | |===================================== | 53% | |====================================== | 54% | |====================================== | 55% | |======================================= | 55% | |======================================= | 56% | |======================================== | 57% | |======================================== | 58% | |========================================= | 58% | |========================================= | 59% | |========================================== | 59% | |========================================== | 60% | |========================================== | 61% | |=========================================== | 61% | |=========================================== | 62% | |============================================ | 62% | |============================================ | 63% | |============================================= | 64% | |============================================= | 65% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |=============================================== | 68% | |================================================ | 68% | |================================================ | 69% | |================================================= | 69% | |================================================= | 70% | |================================================= | 71% | |================================================== | 71% | |================================================== | 72% | |=================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |==================================================== | 75% | |===================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |====================================================== | 78% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 79% | |======================================================== | 80% | |======================================================== | 81% | |========================================================= | 81% | |========================================================= | 82% | |========================================================== | 82% | |========================================================== | 83% | |=========================================================== | 84% | |=========================================================== | 85% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================= | 88% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 89% | |=============================================================== | 90% | |=============================================================== | 91% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 92% | |================================================================= | 93% | |================================================================== | 94% | |================================================================== | 95% | |=================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |==================================================================== | 98% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 99% | |======================================================================| 100%... flapper::sim_path_sa() call completed (@ 2022-06-17 10:01:58) after ~0.03 minutes.
    prettyGraphics::add_sp_path(path_ls$xy_mat, col = viridis::viridis(n), length = 0.02) -
    -#### Step (3) Simulate and aggregate detections over some delta_t interval -# E.g., we can imagine simulating a movement path at 60 s resolution -# ... and determining whether or not the individual is detected in that interval -# ... and then aggregating detections over some interval e.g., X mins -# ... (In reality, we would need to consider this choice carefully). -det_ls <- sim_detections(path = path_ls$xy_mat, - xy = sp::coordinates(array$xy), - calc_detection_pr = function(dist) ifelse(dist < 700, 1, 0), - delta_t = 10) -
    #> flapper::sim_detections() called (@ 2022-06-17 10:01:58)... -#> ... Setting up simulation... -#> ... Calculating distances... -#> ... Calculating probabilities... -#> ... Simulating detections... -#> ... Plotting detections...
    #> ... summarising detections over delta t... -#> ... flapper::simulate_detections() call completed (@ 2022-06-17 10:01:59) after ~0.02 minutes.
    -str(det_ls) -
    #> List of 2 -#> $ agg:List of 3 -#> ..$ dist_mat: num [1:50, 1:982] 178129 167630 177311 188499 167696 ... -#> ..$ prob_mat: num [1:50, 1:982] 0 0 0 0 0 0 0 0 0 0 ... -#> ..$ det_mat : num [1:50, 1:982] 0 0 0 0 0 0 0 0 0 0 ... -#> $ raw:List of 3 -#> ..$ dist_mat_raw: num [1:500, 1:982] 19503 18990 18532 17806 17312 ... -#> ..$ prob_mat_raw: num [1:500, 1:982] 0 0 0 0 0 0 0 0 0 0 ... -#> ..$ det_mat_raw : int [1:500, 1:982] 0 0 0 0 0 0 0 0 0 0 ...
    -#### Step (4) Implement estimation proceedure e.g., calculate COAs -coas <- coa(mat = det_ls$agg$det_mat, xy = sp::coordinates(array$xy)) - -#### Step (5) Define simulated and estimated paths as SpatialPointsDataFrames -path_true <- path_ls$xy_mat -path_true <- - sp::SpatialPointsDataFrame(path_true, - data = data.frame(ID = factor(rep(1, nrow(path_true)))), - proj4string = raster::crs(dat_coast)) -path_coa <- coas -path_coa <- - sp::SpatialPointsDataFrame(path_coa, - data = data.frame(ID = factor(rep(1, nrow(path_coa)))), - proj4string = raster::crs(dat_coast)) - -#### Example (1): Implement algorithm using default options -eval_by_kud(path_sim = path_true, - path_est = path_coa, - grid = 60, - array = array) -
    #> Registered S3 methods overwritten by 'adehabitatMA': -#> method from -#> print.SpatialPixelsDataFrame sp -#> print.SpatialPixels sp
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    -#### Example (2): Account for coastline via kud_around_coastline() -# Define grid of habitat/non habitat -r <- raster::raster(raster::extent(dat_coast), nrows = 100, ncols = 100) -raster::values(r) <- 0 -r <- raster::mask(r, dat_coast, updatevalue = 1) -habitat <- methods::as(r, "SpatialPixelsDataFrame") -# Implement algorithm -eval_by_kud(path_sim = path_true, - path_est = path_coa, - estimate_ud = kud_around_coastline, - grid = habitat, - array = array) -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    -#### Example (3): Plot customisation options -# Use add_* lists to customise main plotting features -# ... such as receivers and land (but also the movement paths etc.) -eval_by_kud(path_sim = path_true, - path_est = path_coa, - estimate_ud = kud_around_coastline, - grid = habitat, - array = array, - add_receivers = list(pch = "."), - add_land = list(col = "darkgreen")) -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    # Use 'process' to focus on contours of the home range of interest -process <- function(r) { r[r > 95] <- NA; return(r) } -eval_by_kud(path_sim = path_true, - path_est = path_coa, - estimate_ud = kud_around_coastline, - grid = habitat, - process = process, - array = array, - add_receivers = list(pch = "."), - add_land = list(col = "darkgreen")) -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    # Pass other arguments to via ... to pretty map -eval_by_kud(path_sim = path_true, - path_est = path_coa, - estimate_ud = kud_around_coastline, - grid = habitat, - process = process, - array = array, - add_receivers = list(pch = "."), - add_land = list(col = "darkgreen"), - xlab = "x", ylab = "y") -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    -#### Results -# In this case, with a regularly spaced and dense array, the COA metric -# ... provides good inferences regarding patterns of space use. However, -# ... this will not always be the case. - -
    +
    +

    Examples

    +
    #### Steps
    +# We need to simulate an array, a movement path through this array
    +# ... and detections arising at receivers given this path. Then, we need to
    +# ... implement a space use algorithm (e.g., coa()) to estimate the movement
    +# ... 'path' from the observed data (detections). With the simulated and
    +# ... estimated movement path, we can then compare how well the estimated
    +# ... path recovers the 'true' pattern of space use by passing these
    +# ... paths to the eval_by_kud() function.
    +
    +#### Step (1) Simulate an array in an area
    +# We will pack the area with receivers to generate lots of detections
    +array_ls <- sim_array(boundaries = raster::extent(dat_coast),
    +                      coastline = dat_coast,
    +                      n_receivers = 1000,
    +                      arrangement = "regular",
    +                      seed = 1)
    +#> flapper::sim_array() called (@ 2023-02-19 14:57:04)... 
    +#> ... Defining area... 
    +#> ... Incorporating coastline... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 14:57:04) after ~0 minutes. 
    +raster::lines(dat_coast)
    +array <- array_ls$array
    +
    +#### Step (2) Simulate a movement path in this area
    +n <- 500
    +path_ls <- sim_path_sa(n = n,
    +                       sim_step = function(...) stats::rgamma(1, shape = 25, scale = 25),
    +                       area = array$sea,
    +                       seed = 1,
    +                       plot = FALSE
    +                       )
    +#> flapper::sim_path_sa() called (@ 2023-02-19 14:57:04)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |                                                                      |   1%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
      |                                                                            
      |==                                                                    |   2%
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
      |                                                                            
      |===                                                                   |   5%
      |                                                                            
      |====                                                                  |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |=====                                                                 |   8%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |=======                                                               |  11%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
      |                                                                            
      |===========                                                           |  15%
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
      |                                                                            
      |============                                                          |  18%
      |                                                                            
      |=============                                                         |  18%
      |                                                                            
      |=============                                                         |  19%
      |                                                                            
      |==============                                                        |  19%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |==============                                                        |  21%
      |                                                                            
      |===============                                                       |  21%
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |=================                                                     |  25%
      |                                                                            
      |==================                                                    |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |===================                                                   |  28%
      |                                                                            
      |====================                                                  |  28%
      |                                                                            
      |====================                                                  |  29%
      |                                                                            
      |=====================                                                 |  29%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |=====================                                                 |  31%
      |                                                                            
      |======================                                                |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |==========================                                            |  38%
      |                                                                            
      |===========================                                           |  38%
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |============================                                          |  41%
      |                                                                            
      |=============================                                         |  41%
      |                                                                            
      |=============================                                         |  42%
      |                                                                            
      |==============================                                        |  42%
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |===============================                                       |  45%
      |                                                                            
      |================================                                      |  45%
      |                                                                            
      |================================                                      |  46%
      |                                                                            
      |=================================                                     |  47%
      |                                                                            
      |=================================                                     |  48%
      |                                                                            
      |==================================                                    |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  49%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |===================================                                   |  51%
      |                                                                            
      |====================================                                  |  51%
      |                                                                            
      |====================================                                  |  52%
      |                                                                            
      |=====================================                                 |  52%
      |                                                                            
      |=====================================                                 |  53%
      |                                                                            
      |======================================                                |  54%
      |                                                                            
      |======================================                                |  55%
      |                                                                            
      |=======================================                               |  55%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |========================================                              |  57%
      |                                                                            
      |========================================                              |  58%
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |=========================================                             |  59%
      |                                                                            
      |==========================================                            |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |==========================================                            |  61%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |===========================================                           |  62%
      |                                                                            
      |============================================                          |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
      |                                                                            
      |=============================================                         |  65%
      |                                                                            
      |==============================================                        |  65%
      |                                                                            
      |==============================================                        |  66%
      |                                                                            
      |===============================================                       |  67%
      |                                                                            
      |===============================================                       |  68%
      |                                                                            
      |================================================                      |  68%
      |                                                                            
      |================================================                      |  69%
      |                                                                            
      |=================================================                     |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |=================================================                     |  71%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |==================================================                    |  72%
      |                                                                            
      |===================================================                   |  72%
      |                                                                            
      |===================================================                   |  73%
      |                                                                            
      |====================================================                  |  74%
      |                                                                            
      |====================================================                  |  75%
      |                                                                            
      |=====================================================                 |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |======================================================                |  78%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |========================================================              |  81%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |=========================================================             |  82%
      |                                                                            
      |==========================================================            |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
      |                                                                            
      |===========================================================           |  85%
      |                                                                            
      |============================================================          |  85%
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |=============================================================         |  88%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
      |                                                                            
      |===============================================================       |  89%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |===============================================================       |  91%
      |                                                                            
      |================================================================      |  91%
      |                                                                            
      |================================================================      |  92%
      |                                                                            
      |=================================================================     |  92%
      |                                                                            
      |=================================================================     |  93%
      |                                                                            
      |==================================================================    |  94%
      |                                                                            
      |==================================================================    |  95%
      |                                                                            
      |===================================================================   |  95%
      |                                                                            
      |===================================================================   |  96%
      |                                                                            
      |====================================================================  |  97%
      |                                                                            
      |====================================================================  |  98%
      |                                                                            
      |===================================================================== |  98%
      |                                                                            
      |===================================================================== |  99%
      |                                                                            
      |======================================================================|  99%
      |                                                                            
      |======================================================================| 100%... flapper::sim_path_sa() call completed (@ 2023-02-19 14:57:05) after ~0.02 minutes. 
    +prettyGraphics::add_sp_path(path_ls$xy_mat, col = viridis::viridis(n), length = 0.02)
    +
    +
    +#### Step (3) Simulate and aggregate detections over some delta_t interval
    +# E.g., we can imagine simulating a movement path at 60 s resolution
    +# ... and determining whether or not the individual is detected in that interval
    +# ... and then aggregating detections over some interval e.g., X mins
    +# ... (In reality, we would need to consider this choice carefully).
    +det_ls <- sim_detections(path = path_ls$xy_mat,
    +                         xy = sp::coordinates(array$xy),
    +                         calc_detection_pr = function(dist) ifelse(dist < 700, 1, 0),
    +                         delta_t = 10)
    +#> flapper::sim_detections() called (@ 2023-02-19 14:57:05)... 
    +#> ... Setting up simulation... 
    +#> ... Calculating distances... 
    +#> ... Calculating probabilities... 
    +#> ... Simulating detections... 
    +#> ... Plotting detections... 
    +
    +#> ... summarising detections over delta t... 
    +#> ... flapper::simulate_detections() call completed (@ 2023-02-19 14:57:07) after ~0.03 minutes. 
    +
    +str(det_ls)
    +#> List of 2
    +#>  $ agg:List of 3
    +#>   ..$ dist_mat: num [1:50, 1:982] 178129 167630 177311 188499 167696 ...
    +#>   ..$ prob_mat: num [1:50, 1:982] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   ..$ det_mat : num [1:50, 1:982] 0 0 0 0 0 0 0 0 0 0 ...
    +#>  $ raw:List of 3
    +#>   ..$ dist_mat_raw: num [1:500, 1:982] 19503 18990 18532 17806 17312 ...
    +#>   ..$ prob_mat_raw: num [1:500, 1:982] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   ..$ det_mat_raw : int [1:500, 1:982] 0 0 0 0 0 0 0 0 0 0 ...
    +
    +#### Step (4) Implement estimation proceedure e.g., calculate COAs
    +coas <- coa(mat = det_ls$agg$det_mat, xy = sp::coordinates(array$xy))
    +
    +#### Step (5) Define simulated and estimated paths as SpatialPointsDataFrames
    +path_true <- path_ls$xy_mat
    +path_true <-
    +  sp::SpatialPointsDataFrame(path_true,
    +                             data = data.frame(ID = factor(rep(1, nrow(path_true)))),
    +                             proj4string = raster::crs(dat_coast))
    +path_coa <- coas
    +path_coa <-
    +  sp::SpatialPointsDataFrame(path_coa,
    +                             data = data.frame(ID = factor(rep(1, nrow(path_coa)))),
    +                             proj4string = raster::crs(dat_coast))
    +
    +#### Example (1): Implement algorithm using default options
    +eval_by_kud(path_sim = path_true,
    +            path_est = path_coa,
    +            grid = 60,
    +            array = array)
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +
    +#### Example (2): Account for coastline via kud_around_coastline()
    +# Define grid of habitat/non habitat
    +r <- raster::raster(raster::extent(dat_coast), nrows = 100, ncols = 100)
    +raster::values(r) <- 0
    +r <- raster::mask(r, dat_coast, updatevalue = 1)
    +habitat <- methods::as(r, "SpatialPixelsDataFrame")
    +# Implement algorithm
    +eval_by_kud(path_sim = path_true,
    +            path_est = path_coa,
    +            estimate_ud = kud_around_coastline,
    +            grid = habitat,
    +            array = array)
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +
    +#### Example (3): Plot customisation options
    +# Use add_* lists to customise main plotting features
    +# ... such as receivers and land (but also the movement paths etc.)
    +eval_by_kud(path_sim = path_true,
    +            path_est = path_coa,
    +            estimate_ud = kud_around_coastline,
    +            grid = habitat,
    +            array = array,
    +            add_receivers = list(pch = "."),
    +            add_land = list(col = "darkgreen"))
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +# Use 'process' to focus on contours of the home range of interest
    +process <- function(r) { r[r > 95] <- NA; return(r) }
    +eval_by_kud(path_sim = path_true,
    +            path_est = path_coa,
    +            estimate_ud = kud_around_coastline,
    +            grid = habitat,
    +            process = process,
    +            array = array,
    +            add_receivers = list(pch = "."),
    +            add_land = list(col = "darkgreen"))
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +# Pass other arguments to via ... to pretty map
    +eval_by_kud(path_sim = path_true,
    +            path_est = path_coa,
    +            estimate_ud = kud_around_coastline,
    +            grid = habitat,
    +            process = process,
    +            array = array,
    +            add_receivers = list(pch = "."),
    +            add_land = list(col = "darkgreen"),
    +            xlab = "x", ylab = "y")
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +
    +#### Results
    +# In this case, with a regularly spaced and dense array, the COA metric
    +# ... provides good inferences regarding patterns of space use. However,
    +# ... this will not always be the case.
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/flapper-tips-parallel.html b/docs/reference/flapper-tips-parallel.html index 87c857a..442245c 100644 --- a/docs/reference/flapper-tips-parallel.html +++ b/docs/reference/flapper-tips-parallel.html @@ -1,74 +1,19 @@ - - - - - - - -Parallelisation in flapper — flapper-tips-parallel • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Parallelisation in flapper — flapper-tips-parallel • flapper - - - - - - - - - - - + + - - -
    -
    - -
    - -
    +
    -

    Parallelisation in the base R installation (since v. 2.14.0) can be implemented via the parallel package. This is an amalgamation of two earlier packages (snow and multicore) that extends the apply family of functions with parallelisation. (Beyond the apply family, other packages further develop parallelisation, such as foreach, which integrates parallelisation into the familiar for loop.)

    -

    Of particular interest in flapper are the two parallelised versions of lapply provided by parallel: parLapply and mclapply. These functions implement parallelisation in two distinct ways.

    -

    parLapply implements parallelisation via socket clusters*, which essentially involves launching an additional R process on each core on which code is executed. This approach is initiated by the definition of a cluster object with makeCluster. Since each R process is unique, objects defined in the `main' workspace that are required by the parallelised code have to be exported to each core (see clusterEvalQ and clusterExport) before that code is executed. During code execution, each R process occupies memory. At the end of the code, the cluster needs to be closed (see stopCluster).

    -

    In contrast, mclapply implements parallelisation using fork clusters. Rather than launching an additional R process on each core, this approach clones the existing `parent' workspace on each core. Both `parent' and `child' processes refer to the same address in the system's memory. This simplifies implementation and reduces overhead costs: in mclapply, the number of cores (or `child processes') is simply specified and everything else is taken care of. On POSIX systems, such as MacOS, this approach can be faster than the socket approach and is typically preferable. However, error messages may be less informative (see Examples). Forking is not available on Windows.

    -

    In the flapper package, parallelisation is implemented using pblapply, which is a convenient wrapper for the parLapply and mclapply functions, via a cl argument. If cl is a cluster object, a character vector of objects required for export can also be supplied via varlist. If supplied, flapper functions will call clusterExport before pblapply. The latter is then called and parallelisation is implemented via parLapply. Following code execution, flapper functions close the cluster. In contrast, if cl is an integer, flapper functions pass this directly to pblapply and parallelisation is implemented via mclapply.

    -

    Despite potential benefits, the overhead costs associated with parallelisation can be substantial. To minimise overheads, some flapper functions can implement parallelisation over `chunks', within which serial iteration via lapply is implemented. For calls to pblapply, there is an additional overhead associated with the progress bar, which can be suppressed via pbapply::pboptions(type = "none"). Given overhead costs, in some situations, parallelisation may be undesirable. For computationally intensive functions in flapper that support parallelisation, such as ac, dc, acdc and pf_simplify, time trials of alternative approaches using subsets of the data are strongly recommenced.

    -

    In the future, parallelisation routines in flapper may be improved to reduce memory requirements and expanded beyond `perfectly parallel' problems (in which each iteration is entirely independent) to other situations.

    -

    *Forking can be implemented via makeCluster for parLapply but it is usually preferable to call mclapply directly (e.g., as in pblapply).

    +

    Parallelisation in the base R installation (since v. 2.14.0) can be implemented via the parallel package. This is an amalgamation of two earlier packages (snow and multicore) that extends the apply family of functions with parallelisation. (Beyond the apply family, other packages further develop parallelisation, such as foreach, which integrates parallelisation into the familiar for loop.)

    +

    Of particular interest in flapper are the two parallelised versions of lapply provided by parallel: parLapply and mclapply. These functions implement parallelisation in two distinct ways.

    +

    parLapply implements parallelisation via socket clusters*, which essentially involves launching an additional R process on each core on which code is executed. This approach is initiated by the definition of a cluster object with makeCluster. Since each R process is unique, objects defined in the `main' workspace that are required by the parallelised code have to be exported to each core (see clusterEvalQ and clusterExport) before that code is executed. During code execution, each R process occupies memory. At the end of the code, the cluster needs to be closed (see stopCluster).

    +

    In contrast, mclapply implements parallelisation using fork clusters. Rather than launching an additional R process on each core, this approach clones the existing `parent' workspace on each core. Both `parent' and `child' processes refer to the same address in the system's memory. This simplifies implementation and reduces overhead costs: in mclapply, the number of cores (or `child processes') is simply specified and everything else is taken care of. On POSIX systems, such as MacOS, this approach can be faster than the socket approach and is typically preferable. However, error messages may be less informative (see Examples). Forking is not available on Windows.

    +

    In the flapper package, parallelisation is implemented using pblapply, which is a convenient wrapper for the parLapply and mclapply functions, via a cl argument. If cl is a cluster object, a character vector of objects required for export can also be supplied via varlist. If supplied, flapper functions will call clusterExport before pblapply. The latter is then called and parallelisation is implemented via parLapply. Following code execution, flapper functions close the cluster. In contrast, if cl is an integer, flapper functions pass this directly to pblapply and parallelisation is implemented via mclapply.

    +

    Despite potential benefits, the overhead costs associated with parallelisation can be substantial. To minimise overheads, some flapper functions can implement parallelisation over `chunks', within which serial iteration via lapply is implemented. For calls to pblapply, there is an additional overhead associated with the progress bar, which can be suppressed via pbapply::pboptions(type = "none"). Given overhead costs, in some situations, parallelisation may be undesirable. For computationally intensive functions in flapper that support parallelisation, such as ac, dc, acdc and pf_simplify, time trials of alternative approaches using subsets of the data are strongly recommenced.

    +

    In the future, parallelisation routines in flapper may be improved to reduce memory requirements and expanded beyond `perfectly parallel' problems (in which each iteration is entirely independent) to other situations.

    +

    *Forking can be implemented via makeCluster for parLapply but it is usually preferable to call mclapply directly (e.g., as in pblapply).

    - -

    References

    - +
    +

    References

    Errickson, J. Parallel Processing in R. https://dept.stat.lsa.umich.edu/~jerrick/courses/stat701/notes/parallel.html. Accessed 29 November 2021.

    Hallquist, M. (2018). Parallel computing in R. https://psu-psychology.github.io/r-bootcamp-2018/talks/parallel_r.html. Accessed 29 November 2021.

    -

    Author

    - +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    if(flapper_run_slow){ - - #### Background - # In this example, we explore, for a small time series - # ... of particles created via pf(), the speed of alternative - # ... particle processing routines without/with parallelisation - # ... and with sockets versus forking. - - #### Implement pf() for example data using a large number of particles - pf_args <- dat_dcpf_histories$args - pf_args$n <- 200L - pf_args$calc_distance_euclid_fast <- TRUE - out_pf <- do.call(pf, pf_args) - - #### Compare the speed of alternative parallelisation approaches - # ... for particle processing - if(requireNamespace("rbenchmark", quietly = TRUE)){ - pb_op <- pbapply::pboptions(type = "none") - rbenchmark::benchmark( - baseline = pf_simplify(out_pf, - cl = NULL, - calc_distance = "lcp", - verbose = FALSE), - fork = pf_simplify(out_pf, - cl = 2L, - calc_distance = "lcp", - verbose = FALSE), - socket = pf_simplify(out_pf, calc_distance = "lcp", - cl = parallel::makeCluster(2L), - verbose = FALSE), - replications = 1L - ) - pbapply::pboptions(pb_op) - } - -} -
    #> flapper::pf() called (@ 2022-06-17 10:02:02)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)... -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 2... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 3... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 4... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 5... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 6... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 7... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 8... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 9... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 10... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 11... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 12... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 13... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 14... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 15... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 16... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 17... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 18... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... flapper::pf() call completed (@ 2022-06-17 10:02:08) after ~0.11 minutes.
    #> Warning: transition function gives negative values
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Warning: transition function gives negative values
    #> Warning: transition function gives negative values
    #> Warning: transition function gives negative values
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Warning: transition function gives negative values
    #> Warning: transition function gives negative values
    -#### Note a difference in error handling between socket clusters and forking: -if (FALSE) { -# Implement pf() with a small number of particles -pf_args <- dat_dcpf_histories$args -pf_args$n <- 10L -pf_args$calc_distance_euclid_fast <- TRUE -out_pf <- do.call(pf, pf_args) -# With a socket cluster, we get an informative error message that there are no -# ... particles that obey shortest-distance constraints -# ... (which is because we have implemented pf() using Euclidean sampling -# ... with only 10 particles). -pf_simplify(out_pf, - calc_distance = "lcp", - cl = parallel::makeCluster(2L)) -# With forking, we get an apparently less helpful error message: -pf_simplify(out_pf, - calc_distance = "lcp", - cl = 2L) -# This results from a difference in error handling -# ... between parLapply() and mclapply(), as shown here: -out <- pbapply::pblapply(1:10, cl = parallel::makeCluster(2L), function(i){ - if(i== 5L) stop("error") else return(i) -}) -out <- pbapply::pblapply(1:10, cl = 2L, function(i){ - if(i== 5L) stop("error") else return(i) -}) -# In the example above, connected cells are being identified at each time step -# ... based on previous cells. The function hits a point at which there are no -# ... allowed cells, and returns an error, but mclapply() handles this with -# ... tryCatch and attempts to continue the filtration process on the next time step. -# ... The filter operation then fails because it expects a dataframe, not a character -# ... (error message). -} - -
    +
    +

    Examples

    +
    if(flapper_run_slow){
    +
    +  #### Background
    +  # In this example, we explore, for a small time series
    +  # ... of particles created via pf(), the speed of alternative
    +  # ... particle processing routines without/with parallelisation
    +  # ... and with sockets versus forking.
    +
    +  #### Implement pf() for example data using a large number of particles
    +  pf_args   <- dat_dcpf_histories$args
    +  pf_args$n <- 200L
    +  pf_args$calc_distance_euclid_fast <- TRUE
    +  out_pf <- do.call(pf, pf_args)
    +
    +  #### Compare the speed of alternative parallelisation approaches
    +  # ... for particle processing
    +  if(requireNamespace("rbenchmark", quietly = TRUE)){
    +    pb_op <- pbapply::pboptions(type = "none")
    +    rbenchmark::benchmark(
    +      baseline = pf_simplify(out_pf,
    +                             cl = NULL,
    +                             calc_distance = "lcp",
    +                             verbose = FALSE),
    +      fork = pf_simplify(out_pf,
    +                         cl = 2L,
    +                         calc_distance = "lcp",
    +                         verbose = FALSE),
    +      socket = pf_simplify(out_pf, calc_distance = "lcp",
    +                           cl = parallel::makeCluster(2L),
    +                           verbose = FALSE),
    +      replications = 1L
    +    )
    +    pbapply::pboptions(pb_op)
    +  }
    +
    +}
    +#> flapper::pf() called (@ 2023-02-19 14:57:11)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 2... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 3... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 4... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 5... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 6... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 7... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 8... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 9... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 10... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 11... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 12... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 13... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 14... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 15... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 16... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 17... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 18... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... flapper::pf() call completed (@ 2023-02-19 14:57:16) after ~0.07 minutes. 
    +#> Warning: transition function gives negative values
    +#> Warning: transition function gives negative values
    +#> Warning: transition function gives negative values
    +#> Warning: transition function gives negative values
    +#> Warning: transition function gives negative values
    +#> Warning: transition function gives negative values
    +
    +#### Note a difference in error handling between socket clusters and forking:
    +if (FALSE) {
    +# Implement pf() with a small number of particles
    +pf_args   <- dat_dcpf_histories$args
    +pf_args$n <- 10L
    +pf_args$calc_distance_euclid_fast <- TRUE
    +out_pf <- do.call(pf, pf_args)
    +# With a socket cluster, we get an informative error message that there are no
    +# ... particles that obey shortest-distance constraints
    +# ... (which is because we have implemented pf() using Euclidean sampling
    +# ... with only 10 particles).
    +pf_simplify(out_pf,
    +            calc_distance = "lcp",
    +            cl = parallel::makeCluster(2L))
    +# With forking, we get an apparently less helpful error message:
    +pf_simplify(out_pf,
    +            calc_distance = "lcp",
    +            cl = 2L)
    +# This results from a difference in error handling
    +# ... between parLapply() and mclapply(), as shown here:
    +out <- pbapply::pblapply(1:10, cl = parallel::makeCluster(2L), function(i){
    +  if(i== 5L) stop("error") else return(i)
    +})
    +out <- pbapply::pblapply(1:10, cl = 2L, function(i){
    +  if(i== 5L) stop("error") else return(i)
    +})
    +# In the example above, connected cells are being identified at each time step
    +# ... based on previous cells. The function hits a point at which there are no
    +# ... allowed cells, and returns an error, but mclapply() handles this with
    +# ... tryCatch and attempts to continue the filtration process on the next time step.
    +# ... The filter operation then fails because it expects a dataframe, not a character
    +# ... (error message).
    +}
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/flapper.html b/docs/reference/flapper.html index 4bb151d..9fcba4a 100644 --- a/docs/reference/flapper.html +++ b/docs/reference/flapper.html @@ -1,67 +1,12 @@ - - - - - - - -flapper: Routines for the analysis of passive acoustic telemetry data — flapper • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -flapper: Routines for the analysis of passive acoustic telemetry data — flapper • flapper - - - - + + -
    -
    - -
    - -
    +
    @@ -124,227 +66,188 @@

    flapper: Routines for the analysis of passive acoustic telemetr

    - -

    Data processing

    - +
    +

    Data processing

    -

    Some functions facilitate the acquisition, assembly, processing and checking of passive acoustic telemetry time series:

      -
    • Data acquisition

        -
      • query_open_topo queries the Topo Data Application Programming Interface for elevation/bathymetry data;

      • +

        Some functions facilitate the acquisition, assembly, processing and checking of passive acoustic telemetry time series:

        • Data acquisition

          • query_open_topo queries the Topo Data Application Programming Interface for elevation/bathymetry data;

        • -
        • Data assembly

            -
          • assemble_sentinel_counts assembles counts of transmissions/detections from sentinel tags for modelling purposes (i.e., to model detection probability);

          • -
          • make_matrix_ids matricises individual deployment time series;

          • -
          • make_matrix_receivers matricises receiver deployment time series;

          • -
          • make_matrix_detections matricises detection time series;

          • -
          • make_df_detections reverses this process;

          • +
          • Data assembly

          • -
          • Data processing

              -
            • process_receiver_id adds unique receiver IDs to a dataframe (e.g., if the same receiver has been deployed more than once);

            • -
            • process_false_detections_sf passes putative false detections through a spatial filter which incorporates ancillary information on receiver locations and animal swimming speeds to interrogate their plausibility;

            • -
            • process_quality_check passes acoustic data through some basic quality checks prior to analysis;

            • -
            • process_surface determines an 'optimum' raster aggregation method and error induced by this process;

            • +
            • Data processing

              • process_receiver_id adds unique receiver IDs to a dataframe (e.g., if the same receiver has been deployed more than once);

              • +
              • process_false_detections_sf passes putative false detections through a spatial filter which incorporates ancillary information on receiver locations and animal swimming speeds to interrogate their plausibility;

              • +
              • process_quality_check passes acoustic data through some basic quality checks prior to analysis;

              • +
              • process_surface determines an 'optimum' raster aggregation method and error induced by this process;

            • -
            - -

            Spatial tools

            - +
    +
    +

    Spatial tools

    -

    Some functions facilitate spatial operations that support common tasks and modelling algorithms:

      -
    • buffer_and_crop buffers a spatial object (e.g., receiver locations) and uses this buffered object to crop another (e.g., the local bathymetry);

    • -
    • get_intersection intersects spatial geometries;

    • -
    • xy_from_click gets location coordinates from mouse clicks;

    • -
    • crop_from_click crops a raster to an area defined by mouse clicks;

    • -
    • cells_from_val returns the cells (or a raster of the cells) of a raster that are equal to a specified value or lie within a specified range of values;

    • -
    • invert_poly inverts a polygon (e.g, to define the `sea' from a polygon of the `land');

    • -
    • mask_io masks values in a raster that lie inside or outside of a spatial mask (e.g., to mask the `land' from the `sea');

    • -
    • sim_surface populates a raster with simulated values;

    • -
    • split_raster_equally splits a raster into equal pieces (using code from the greenbrown (http://greenbrown.r-forge.r-project.org) package);

    • -
    • update_extent shrinks or inflates an extent object;

    • -
    • segments_cross_barrier determines if Euclidean transects cross a barrier;

    • -
    - -

    Distance calculations

    - +

    Some functions facilitate spatial operations that support common tasks and modelling algorithms:

    • buffer_and_crop buffers a spatial object (e.g., receiver locations) and uses this buffered object to crop another (e.g., the local bathymetry);

    • +
    • get_intersection intersects spatial geometries;

    • +
    • xy_from_click gets location coordinates from mouse clicks;

    • +
    • crop_from_click crops a raster to an area defined by mouse clicks;

    • +
    • cells_from_val returns the cells (or a raster of the cells) of a raster that are equal to a specified value or lie within a specified range of values;

    • +
    • invert_poly inverts a polygon (e.g, to define the `sea' from a polygon of the `land');

    • +
    • mask_io masks values in a raster that lie inside or outside of a spatial mask (e.g., to mask the `land' from the `sea');

    • +
    • sim_surface populates a raster with simulated values;

    • +
    • split_raster_equally splits a raster into equal pieces (using code from the greenbrown (http://greenbrown.r-forge.r-project.org) package);

    • +
    • update_extent shrinks or inflates an extent object;

    • +
    • segments_cross_barrier determines if Euclidean transects cross a barrier;

    • +
    +
    +

    Distance calculations

    -

    Some functions facilitate distance calculations, including the calculation of distances between receivers, along 3-dimensional movement paths, and of the shortest paths over a surface.

      -
    • Euclidean distances

        -
      • dist_btw_clicks calculates distances and draws segments between sequential mouse clicks on a map;

      • -
      • dist_btw_receivers calculates the Euclidean distances between all combinations of receivers;

      • -
      • dist_btw_points_3d calculates the Euclidean distances between points in three-dimensional space;

      • -
      • dist_over_surface calculates the Euclidean distance along a path over a three-dimensional surface;

      • -
    • -
    • Shortest (least-cost) distances

        -
      • lcp_costs calculates the distances between connected cells in a raster, accounting for planar (x, y, diagonal) and vertical (z) distances;

      • -
      • lcp_graph_surface constructs connected graphs for least-cost paths analysis;

      • -
      • lcp_from_point calculates least-cost distances from a point on a raster to all of the other cells of a raster;

      • -
      • lcp_over_surface calculates the shortest path(s) and/or the distances of the shortest path(s) over a surface between origin and destination coordinates;

      • -
      • lcp_interp interpolates paths between sequential locations using least-cost paths analysis;

      • -
      • lcp_comp compares Euclidean and shortest distance metrics for an area;

      • -
    • -
    - -

    Detection statistics

    - +

    Some functions facilitate distance calculations, including the calculation of distances between receivers, along 3-dimensional movement paths, and of the shortest paths over a surface.

    • Euclidean distances

      • dist_btw_clicks calculates distances and draws segments between sequential mouse clicks on a map;

      • +
      • dist_btw_receivers calculates the Euclidean distances between all combinations of receivers;

      • +
      • dist_btw_points_3d calculates the Euclidean distances between points in three-dimensional space;

      • +
      • dist_over_surface calculates the Euclidean distance along a path over a three-dimensional surface;

      • +
    • +
    • Shortest (least-cost) distances

      • lcp_costs calculates the distances between connected cells in a raster, accounting for planar (x, y, diagonal) and vertical (z) distances;

      • +
      • lcp_graph_surface constructs connected graphs for least-cost paths analysis;

      • +
      • lcp_from_point calculates least-cost distances from a point on a raster to all of the other cells of a raster;

      • +
      • lcp_over_surface calculates the shortest path(s) and/or the distances of the shortest path(s) over a surface between origin and destination coordinates;

      • +
      • lcp_interp interpolates paths between sequential locations using least-cost paths analysis;

      • +
      • lcp_comp compares Euclidean and shortest distance metrics for an area;

      • +
    • +
    +
    +

    Detection statistics

    -

    Some functions facilitate the calculation of detection statistics, including those related to sampling effort and to detections of individuals:

    - -

    Movement metrics

    - +

    Some functions facilitate the calculation of detection statistics, including those related to sampling effort and to detections of individuals:

    +
    +

    Movement metrics

    -

    Building on the analysis of detection time series, some functions provide movement metrics:

    +
    +

    Modelling algorithms

    -

    The main thrust of flapper is the implementation of existing and new algorithms designed to reconstruct fine-scale movement paths and emergent patterns of space use in passive acoustic telemetry systems:

    - -

    Simulations

    - +

    The main thrust of flapper is the implementation of existing and new algorithms designed to reconstruct fine-scale movement paths and emergent patterns of space use in passive acoustic telemetry systems:

    +
    +

    Simulations

    -

    A set of sim_*() functions provide an integrated workflow for the simulation of receiver arrays, movement paths and detections under different array designs, movement models and detection models:

      -
    • sim_array simulates alternative array designs;

    • -
    • sim_path_* functions simulate discrete-time movement paths, including:

        -
      • sim_path_sa, supported by sim_steps and sim_angles, simulates movement paths (possibly in restricted areas) from step lengths and turning angles;

      • -
      • sim_path_ou_1 simulates movement paths under Ornstein-Uhlenbeck processes;

      • +

        A set of sim_*() functions provide an integrated workflow for the simulation of receiver arrays, movement paths and detections under different array designs, movement models and detection models:

        • sim_array simulates alternative array designs;

        • +
        • sim_path_* functions simulate discrete-time movement paths, including:

          • sim_path_sa, supported by sim_steps and sim_angles, simulates movement paths (possibly in restricted areas) from step lengths and turning angles;

          • +
          • sim_path_ou_1 simulates movement paths under Ornstein-Uhlenbeck processes;

        • -
        • sim_detections simulates detections at receivers arising from movement paths under a diversity of detection probability models;

        • -
        - -

        Another set of functions facilitate the evaluation of the performance of alternative algorithms for inferring patterns of space use under different array designs, movement models and detections models:

          -
        • eval_by_kud compares patterns of space use inferred from simulated and estimated movement paths using kernel utilisation distributions;

        • -
        - -

        Parallelisation

        - +
      • sim_detections simulates detections at receivers arising from movement paths under a diversity of detection probability models;

      • +

      Another set of functions facilitate the evaluation of the performance of alternative algorithms for inferring patterns of space use under different array designs, movement models and detections models:

      • eval_by_kud compares patterns of space use inferred from simulated and estimated movement paths using kernel utilisation distributions;

      • +
    +
    +

    Parallelisation

    -

    Parallelisation is facilitated by the cl_*() function family:

      -
    • cl_lapply is a wrapper for pblapply that handles cluster checking set up and closure (see flapper-tips-parallel) using the following functions:

        -
      • cl_check checks a cluster;

      • -
      • cl_cores identifies the number of cores;

      • -
      • cl_chunks defines chunks for parallelisation;

      • -
      • cl_export exports objects required by a cluster;

      • -
      • cl_stop closes a cluster;

      • +

        Parallelisation is facilitated by the cl_*() function family:

        - -

        See also

        - -

        https://github.com/edwardlavender/flapper

        -

        Author

        - +
    +
    +

    See also

    +

    https://github.com/edwardlavender/flapper

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    - - - + + diff --git a/docs/reference/flapper_opts.html b/docs/reference/flapper_opts.html index 885d62d..fe1403d 100644 --- a/docs/reference/flapper_opts.html +++ b/docs/reference/flapper_opts.html @@ -1,67 +1,12 @@ - - - - - - - -Global example controls — flapper_opts • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Global example controls — flapper_opts • flapper - - - - + + -
    -
    - -
    - -
    +
    @@ -123,170 +65,1874 @@

    Global example controls

    These variables provide convenient switches for turning examples on/off during package testing. They can be overridden by the user.

    -
    flapper_run_parallel
    -
    -flapper_run_slow
    - - -

    Format

    +
    +
    flapper_run_parallel
    +
    +flapper_run_slow
    +
    +
    +

    Format

    An object of class logical of length 1.

    An object of class logical of length 1.

    -

    Details

    - -

    A set of logical variables:

      -
    • flapper_run_parallel is a logical variable that defines whether or not to run selected parallel examples.

    • +
    +
    +

    Details

    +

    A set of logical variables:

    • flapper_run_parallel is a logical variable that defines whether or not to run selected parallel examples.

    • flapper_run_slow is logical variable that defines whether or not to run selected `slow' examples.

    • -
    - -

    Author

    - +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): flapper_run_parallel -## Illustration of intended usage for a parallelised function -if(flapper_run_parallel){ - cl_lapply(1:10, - function(x) x + 1, - cl = parallel::makeCluster(2L)) -} -
    #> [[1]] -#> [1] 2 -#> -#> [[2]] -#> [1] 3 -#> -#> [[3]] -#> [1] 4 -#> -#> [[4]] -#> [1] 5 -#> -#> [[5]] -#> [1] 6 -#> -#> [[6]] -#> [1] 7 -#> -#> [[7]] -#> [1] 8 -#> -#> [[8]] -#> [1] 9 -#> -#> [[9]] -#> [1] 10 -#> -#> [[10]] -#> [1] 11 -#>
    -#### Example (2): flapper_run_slow -## Illustration of intended usage for a slow function -if(flapper_run_slow){ - pf_args <- dat_dcpf_histories$args - pf_args$n <- 100 - pf_args$calc_distance <- "lcp" - pf_args$seed <- 1 - out_pf <- do.call(pf, pf_args) -} -
    #> flapper::pf() called (@ 2022-06-17 10:02:26)... -#> ... Setting up function... -#> ... Setting up cost-surface for calc_distance = 'lcp'... -#> flapper::lcp_costs() called (@ 2022-06-17 10:02:26)... -#> ... Defining transition matrices...
    #> Warning: transition function gives negative values
    #> ... Calculating distance matrices... -#> ... Assembling LCP costs... -#> ... flapper::lcp_costs() call completed (@ 2022-06-17 10:02:26) after ~0 minutes. -#> flapper::lcp_graph_surface() called (@ 2022-06-17 10:02:26)... -#> ... Defining nodes, edges and costs to make graph... -#> ... Constructing graph object... -#> ... flapper::lcp_graph_surface() call completed (@ 2022-06-17 10:02:26) after ~0 minutes. -#> ... Determining the set of possible starting locations (t = 1)... -#> flapper::lcp_from_point() called (@ 2022-06-17 10:02:26)... -#> ... Calling cppRouting::get_distance_matrix() to get least-cost distances... -#> ... Making raster of least-cost distances from origin ... -#> ... flapper::lcp_from_point() call completed (@ 2022-06-17 10:02:26) after ~0 minutes. -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 2... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 3... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 4... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 5... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 6... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 7... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 8... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 9... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 10... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 11... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 12... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 13... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 14... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 15... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 16... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 17... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 18... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... flapper::pf() call completed (@ 2022-06-17 10:02:59) after ~0.56 minutes.
    -
    +
    +

    Examples

    +
    #### Example (1): flapper_run_parallel
    +## Illustration of intended usage for a parallelised function
    +if(flapper_run_parallel){
    +  cl_lapply(1:10,
    +            function(x) x + 1,
    +            cl = parallel::makeCluster(2L))
    +}
    +#> [[1]]
    +#> [1] 2
    +#> 
    +#> [[2]]
    +#> [1] 3
    +#> 
    +#> [[3]]
    +#> [1] 4
    +#> 
    +#> [[4]]
    +#> [1] 5
    +#> 
    +#> [[5]]
    +#> [1] 6
    +#> 
    +#> [[6]]
    +#> [1] 7
    +#> 
    +#> [[7]]
    +#> [1] 8
    +#> 
    +#> [[8]]
    +#> [1] 9
    +#> 
    +#> [[9]]
    +#> [1] 10
    +#> 
    +#> [[10]]
    +#> [1] 11
    +#> 
    +
    +#### Example (2): flapper_run_slow
    +## Illustration of intended usage for a slow function
    +if(flapper_run_slow){
    +  pf_args               <- dat_dcpf_histories$args
    +  pf_args$n             <- 100
    +  pf_args$calc_distance <- "lcp"
    +  pf_args$seed          <- 1
    +  out_pf                <- do.call(pf, pf_args)
    +}
    +#> flapper::pf() called (@ 2023-02-19 14:57:40)... 
    +#> ... Setting up function... 
    +#> ... Setting up cost-surface for calc_distance = 'lcp'... 
    +#> flapper::lcp_costs() called (@ 2023-02-19 14:57:40)... 
    +#> ... Defining transition matrices... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating distance matrices... 
    +#> ... Assembling LCP costs... 
    +#> ... flapper::lcp_costs() call completed (@ 2023-02-19 14:57:40) after ~0 minutes. 
    +#> flapper::lcp_graph_surface() called (@ 2023-02-19 14:57:40)... 
    +#> ... Defining nodes, edges and costs to make graph... 
    +#> ... Constructing graph object... 
    +#> ... flapper::lcp_graph_surface() call completed (@ 2023-02-19 14:57:40) after ~0 minutes. 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> flapper::lcp_from_point() called (@ 2023-02-19 14:57:40)... 
    +#> ... Calling cppRouting::get_distance_matrix() to get least-cost distances... 
    +#> ... Making raster of least-cost distances from origin ... 
    +#> ... flapper::lcp_from_point() call completed (@ 2023-02-19 14:57:40) after ~0 minutes. 
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 2... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 3... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 4... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 5... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 6... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 7... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 8... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 9... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 10... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 11... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 12... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 13... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 14... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 15... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 16... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 17... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 18... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... flapper::pf() call completed (@ 2023-02-19 14:58:27) after ~0.78 minutes. 
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_detection_area_sum-2.png b/docs/reference/get_detection_area_sum-2.png index 27f4f6c..c29af25 100644 Binary files a/docs/reference/get_detection_area_sum-2.png and b/docs/reference/get_detection_area_sum-2.png differ diff --git a/docs/reference/get_detection_area_sum-3.png b/docs/reference/get_detection_area_sum-3.png index a871c50..22e3b72 100644 Binary files a/docs/reference/get_detection_area_sum-3.png and b/docs/reference/get_detection_area_sum-3.png differ diff --git a/docs/reference/get_detection_area_sum-4.png b/docs/reference/get_detection_area_sum-4.png index 8aaf637..4949e5d 100644 Binary files a/docs/reference/get_detection_area_sum-4.png and b/docs/reference/get_detection_area_sum-4.png differ diff --git a/docs/reference/get_detection_area_sum-5.png b/docs/reference/get_detection_area_sum-5.png index 27f4f6c..c29af25 100644 Binary files a/docs/reference/get_detection_area_sum-5.png and b/docs/reference/get_detection_area_sum-5.png differ diff --git a/docs/reference/get_detection_area_sum.html b/docs/reference/get_detection_area_sum.html index 9ab9503..90259ef 100644 --- a/docs/reference/get_detection_area_sum.html +++ b/docs/reference/get_detection_area_sum.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the total area sampled by acoustic receivers — get_detection_area_sum • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the total area sampled by acoustic receivers — get_detection_area_sum • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    This function calculates the total area sampled by receivers, under the assumption of a constant detection range. To implement the function, receiver locations must be supplied as a SpatialPoints or SpatialPointsDataFrame object with the Universe Transverse Mercator coordinate reference system. The get_detection_containers is used to calculate the detection containers around receivers, given a specified detection range (m) and any barriers to detection, such as coastline, and then the total area covered by receivers is calculated, accounting for overlapping containers.

    +

    This function calculates the total area sampled by receivers, under the assumption of a constant detection range. To implement the function, receiver locations must be supplied as a SpatialPoints or SpatialPointsDataFrame object with the Universe Transverse Mercator coordinate reference system. The get_detection_containers is used to calculate the detection containers around receivers, given a specified detection range (m) and any barriers to detection, such as coastline, and then the total area covered by receivers is calculated, accounting for overlapping containers.

    +
    + +
    +
    get_detection_area_sum(
    +  xy,
    +  detection_range = 425,
    +  coastline = NULL,
    +  scale = 1/(1000^2),
    +  plot = TRUE,
    +  ...
    +)
    -
    get_detection_area_sum(
    -  xy,
    -  detection_range = 425,
    -  coastline = NULL,
    -  scale = 1/(1000^2),
    -  plot = TRUE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - -
    xy, detection_range, coastline, plot, ...

    Arguments required to calculate and visualise detection containers via get_detection_containers; namely, receiver locations (xy), the detection range (detection_range), barriers to detection (coastline), and whether or not to plot the containers (plot).

    scale

    A number that scales the total area (m). The default (1/(1000^2)) converts the units of \(m^2\) to \(km^2\).

    - -

    Value

    - -

    The function returns a number that represents the total area surveyed by receivers (by default in \(km^2\)) and, if plot = TRUE, a plot of the area with receivers and their detection ranges.

    -

    Details

    +
    +

    Arguments

    +
    xy, detection_range, coastline, plot, ...
    +

    Arguments required to calculate and visualise detection containers via get_detection_containers; namely, receiver locations (xy), the detection range (detection_range), barriers to detection (coastline), and whether or not to plot the containers (plot).

    -

    This is a simple metric of the overall receiver sampling effort. This may be a poor metric if the assumption of a single detection range across all receivers is substantially incorrect or if there are substantial changes in the receiver array over the course of a study.

    -

    See also

    -

    get_detection_containers defines detection containers, across which the detection area is calculated. get_detection_area_ts calculates the area sampled by receivers through time.

    -

    Author

    +
    scale
    +

    A number that scales the total area (m). The default (1/(1000^2)) converts the units of \(m^2\) to \(km^2\).

    + +
    +
    +

    Value

    + +

    The function returns a number that represents the total area surveyed by receivers (by default in \(km^2\)) and, if plot = TRUE, a plot of the area with receivers and their detection ranges.

    +
    +
    +

    Details

    +

    This is a simple metric of the overall receiver sampling effort. This may be a poor metric if the assumption of a single detection range across all receivers is substantially incorrect or if there are substantial changes in the receiver array over the course of a study.

    +
    +
    +

    See also

    +

    get_detection_containers defines detection containers, across which the detection area is calculated. get_detection_area_ts calculates the area sampled by receivers through time.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define receiver locations as a SpatialPoints object with a UTM CRS -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) - -#### Example (1): Calculate the total area sampled by receivers -get_detection_area_sum(xy) -
    #> [1] 16.94072
    -#### Example (2): Account for barriers in the study area -get_detection_area_sum(xy, coastline = dat_coast) -
    #> [1] 16.33558
    -#### Example (3): Adjust the detection range -get_detection_area_sum(xy, detection_range = 400, coastline = dat_coast) -
    #> [1] 14.93851
    get_detection_area_sum(xy, detection_range = 500, coastline = dat_coast) -
    #> [1] 20.68055
    -#### Example (4): Adjust the units -get_detection_area_sum(xy, coastline = dat_coast, scale = 1) # m2 -
    #> [1] 16335577
    -#### Example (5): Suppress the plot -get_detection_area_sum(xy, coastline = dat_coast, plot = FALSE) -
    #> [1] 16.33558
    -
    +
    +

    Examples

    +
    #### Define receiver locations as a SpatialPoints object with a UTM CRS
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +
    +#### Example (1): Calculate the total area sampled by receivers
    +get_detection_area_sum(xy)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> [1] 16.94072
    +
    +#### Example (2): Account for barriers in the study area
    +get_detection_area_sum(xy, coastline = dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +#> [1] 16.33558
    +
    +#### Example (3): Adjust the detection range
    +get_detection_area_sum(xy, detection_range = 400, coastline = dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +#> [1] 14.93851
    +get_detection_area_sum(xy, detection_range = 500, coastline = dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +#> [1] 20.68055
    +
    +#### Example (4): Adjust the units
    +get_detection_area_sum(xy, coastline = dat_coast, scale = 1) # m2
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +#> [1] 16335577
    +
    +#### Example (5): Suppress the plot
    +get_detection_area_sum(xy, coastline = dat_coast, plot = FALSE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> [1] 16.33558
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/get_detection_area_ts-1.png b/docs/reference/get_detection_area_ts-1.png index 0127618..6d09bed 100644 Binary files a/docs/reference/get_detection_area_ts-1.png and b/docs/reference/get_detection_area_ts-1.png differ diff --git a/docs/reference/get_detection_area_ts-2.png b/docs/reference/get_detection_area_ts-2.png index 7978d85..d00d048 100644 Binary files a/docs/reference/get_detection_area_ts-2.png and b/docs/reference/get_detection_area_ts-2.png differ diff --git a/docs/reference/get_detection_area_ts-3.png b/docs/reference/get_detection_area_ts-3.png index 8f042aa..0668240 100644 Binary files a/docs/reference/get_detection_area_ts-3.png and b/docs/reference/get_detection_area_ts-3.png differ diff --git a/docs/reference/get_detection_area_ts.html b/docs/reference/get_detection_area_ts.html index dc1e962..446be0d 100644 --- a/docs/reference/get_detection_area_ts.html +++ b/docs/reference/get_detection_area_ts.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the area sampled by receivers through time — get_detection_area_ts • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the area sampled by receivers through time — get_detection_area_ts • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function extends get_detection_area_sum to calculate how the total area sampled by receivers changes through time.

    +

    This function extends get_detection_area_sum to calculate how the total area sampled by receivers changes through time.

    +
    + +
    +
    get_detection_area_ts(
    +  xy,
    +  detection_range = 425,
    +  coastline = NULL,
    +  scale = 1/(1000^2),
    +  plot = TRUE,
    +  verbose = TRUE,
    +  cl = NULL,
    +  varlist = NULL,
    +  ...
    +)
    -
    get_detection_area_ts(
    -  xy,
    -  detection_range = 425,
    -  coastline = NULL,
    -  scale = 1/(1000^2),
    -  plot = TRUE,
    -  verbose = TRUE,
    -  cl = NULL,
    -  varlist = NULL,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    xy, detection_range, coastline, scale

    Arguments required to calculate the total area surveyed by receivers (at each time point) via get_detection_area_sum. For this function, xy should be a SpatialPolygonsDataFrame-class object that includes both receiver locations and corresponding deployment times (in columns named `receiver_start_date' and `receiver_end_date' respectively).

    plot

    A logical input that defines whether or not to plot a time series of the total area sampled by receivers.

    verbose

    A logical input that defines whether or not to print messages to the console to relay function progress.

    cl, varlist

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    ...

    Additional arguments, passed to pretty_plot, to customise the plot produced.

    - -

    Value

    - -

    The function returns a dataframe with, for each date (`date') from the time of the first receiver's deployment to the time of the last receiver's retrieval, the number of receivers operational on that date (`n') and the total area sampled (`receiver_area'). If plot = TRUE, the function also returns a plot of the area sampled by receivers through time.

    -

    Author

    +
    +

    Arguments

    +
    xy, detection_range, coastline, scale
    +

    Arguments required to calculate the total area surveyed by receivers (at each time point) via get_detection_area_sum. For this function, xy should be a SpatialPolygonsDataFrame-class object that includes both receiver locations and corresponding deployment times (in columns named `receiver_start_date' and `receiver_end_date' respectively).

    + + +
    plot
    +

    A logical input that defines whether or not to plot a time series of the total area sampled by receivers.

    + +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to relay function progress.

    + + +
    cl, varlist
    +

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + + +
    ...
    +

    Additional arguments, passed to pretty_plot, to customise the plot produced.

    + +
    +
    +

    Value

    + + +

    The function returns a dataframe with, for each date (`date') from the time of the first receiver's deployment to the time of the last receiver's retrieval, the number of receivers operational on that date (`n') and the total area sampled (`receiver_area'). If plot = TRUE, the function also returns a plot of the area sampled by receivers through time.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define SpatialPointsDataFrame with receiver locations and deployment dates -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) -xy <- sp::SpatialPointsDataFrame(xy, data = dat_moorings) - -#### Example (1): Implement function with default arguments -dat <- get_detection_area_ts(xy) -
    #> flapper::get_detection_area_ts() called (@ 2022-06-17 10:03:01)... -#> ... Implementing function checks... -#> ... Implementing algorithm... -#> ... Visualising time series
    #> ... flapper::get_detection_area_ts() call completed (@ 2022-06-17 10:03:09) after ~0.15 minutes.
    -#### Example (2): Adjust detection range, include coastline and use parallel processing -# For areas with complex coastline, this will reduce the speed of the algorithm -# So we will also supply a cluster to improve the computation time. -if(flapper_run_parallel){ - dat <- get_detection_area_ts(xy, - detection_range = 500, - coastline = dat_coast, - cl = parallel::makeCluster(2L), - varlist = "dat_coast" - ) -} -
    #> flapper::get_detection_area_ts() called (@ 2022-06-17 10:03:09)... -#> ... Implementing function checks... -#> ... Implementing algorithm... -#> ... Visualising time series
    #> ... flapper::get_detection_area_ts() call completed (@ 2022-06-17 10:03:36) after ~0.45 minutes.
    -#### Example (3) Hide or customise the plot -dat <- get_detection_area_ts(xy, plot = FALSE) -
    #> flapper::get_detection_area_ts() called (@ 2022-06-17 10:03:36)... -#> ... Implementing function checks... -#> ... Implementing algorithm... -#> ... Visualising time series -#> ... flapper::get_detection_area_ts() call completed (@ 2022-06-17 10:03:46) after ~0.17 minutes.
    dat <- - get_detection_area_ts(xy, - pretty_axis_args = - list( - axis = list(list(format = "%b-%y"), - list() - )), - xlab = "Time (month-year)", - ylab = expression(paste("Area (", m^2, ")")), - type = "l") -
    #> flapper::get_detection_area_ts() called (@ 2022-06-17 10:03:46)... -#> ... Implementing function checks... -#> ... Implementing algorithm... -#> ... Visualising time series
    #> Argument 'side' not supplied to pretty_axis_args (nor 'axis_ls'); defaulting to side = 1:2.
    #> ... flapper::get_detection_area_ts() call completed (@ 2022-06-17 10:03:56) after ~0.16 minutes.
    -
    +
    +

    Examples

    +
    #### Define SpatialPointsDataFrame with receiver locations and deployment dates
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +xy <- sp::SpatialPointsDataFrame(xy, data = dat_moorings)
    +
    +#### Example (1): Implement function with default arguments
    +dat <- get_detection_area_ts(xy)
    +#> flapper::get_detection_area_ts() called (@ 2023-02-19 14:58:29)... 
    +#> ... Implementing function checks... 
    +#> ... Implementing algorithm... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Visualising time series 
    +
    +#> ... flapper::get_detection_area_ts() call completed (@ 2023-02-19 14:58:39) after ~0.16 minutes. 
    +
    +#### Example (2): Adjust detection range, include coastline and use parallel processing
    +# For areas with complex coastline, this will reduce the speed of the algorithm
    +# So we will also supply a cluster to improve the computation time.
    +if(flapper_run_parallel){
    +  dat <- get_detection_area_ts(xy,
    +                               detection_range = 500,
    +                               coastline = dat_coast,
    +                               cl = parallel::makeCluster(2L),
    +                               varlist = "dat_coast"
    +                               )
    +}
    +#> flapper::get_detection_area_ts() called (@ 2023-02-19 14:58:39)... 
    +#> ... Implementing function checks... 
    +#> ... Implementing algorithm... 
    +#> ... Visualising time series 
    +
    +#> ... flapper::get_detection_area_ts() call completed (@ 2023-02-19 14:58:57) after ~0.31 minutes. 
    +
    +#### Example (3) Hide or customise the plot
    +dat <- get_detection_area_ts(xy, plot = FALSE)
    +#> flapper::get_detection_area_ts() called (@ 2023-02-19 14:58:57)... 
    +#> ... Implementing function checks... 
    +#> ... Implementing algorithm... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Visualising time series 
    +#> ... flapper::get_detection_area_ts() call completed (@ 2023-02-19 14:59:07) after ~0.15 minutes. 
    +dat <-
    +  get_detection_area_ts(xy,
    +                        pretty_axis_args =
    +                          list(
    +                            axis = list(list(format = "%b-%y"),
    +                                        list()
    +                                        )),
    +                       xlab = "Time (month-year)",
    +                       ylab = expression(paste("Area (", m^2, ")")),
    +                       type = "l")
    +#> flapper::get_detection_area_ts() called (@ 2023-02-19 14:59:07)... 
    +#> ... Implementing function checks... 
    +#> ... Implementing algorithm... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Visualising time series 
    +#> Argument 'side' not supplied to pretty_axis_args (nor 'axis_ls'); defaulting to side = 1:2.
    +
    +#> ... flapper::get_detection_area_ts() call completed (@ 2023-02-19 14:59:16) after ~0.16 minutes. 
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/get_detection_clumps.html b/docs/reference/get_detection_clumps.html index bbecb2a..56a0b4c 100644 --- a/docs/reference/get_detection_clumps.html +++ b/docs/reference/get_detection_clumps.html @@ -1,67 +1,12 @@ - - - - - - - -Get detection clumps — get_detection_clumps • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Get detection clumps — get_detection_clumps • flapper + + - - - - -
    -
    - -
    - -
    +
    -

    This function identifies unique, uninterrupted series of detections (`clumps') over a given time interval--for example, occasions when detections clumped into periods of one, two, three, ..., n days in duration without gaps longer than one day in length. A dataframe identifying each clump and the associated start time or the frequency distribution of the duration of clumps is returned.

    +

    This function identifies unique, uninterrupted series of detections (`clumps') over a given time interval--for example, occasions when detections clumped into periods of one, two, three, ..., \(n\) days in duration without gaps longer than one day in length. A dataframe identifying each clump and the associated start time or the frequency distribution of the duration of clumps is returned.

    -
    get_detection_clumps(
    -  acoustics,
    -  fct = NULL,
    -  interval = "days",
    -  summarise = TRUE
    -)
    +
    +
    get_detection_clumps(
    +  acoustics,
    +  fct = NULL,
    +  interval = "days",
    +  summarise = TRUE
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - -
    acoustics

    A dataframe that contains passive acoustic telemetry detection time series (see dat_acoustics for an example). At a minimum, this should contain a POSIXct vector of time stamps when detections were made named `timestamp'.

    fct

    (optional) A character that defines the name of a column in acoustics that distinguishes acoustic time series for different individuals.

    interval

    A character that defines the time interval. This must be supported by round_date. The default is "days", in which case the function identifies clumps in units of days, with detections within the same clump occurring within one day of each other.

    summarise

    A logical input that defines whether or not to summarise detection clumps in terms of the frequency distribution of clump lengths (see Value).

    +
    +

    Arguments

    +
    acoustics
    +

    A dataframe that contains passive acoustic telemetry detection time series (see dat_acoustics for an example). At a minimum, this should contain a POSIXct vector of time stamps when detections were made named `timestamp'.

    -

    Value

    -

    For implementations with summarise = FALSE, the function returns a dataframe that defines, for each fct, the number of intervals in a given clump (`n_intervals') and start time of the clump (`timestamp').

    -

    For implementations with summarise = TRUE, the function returns a dataframe that defines the frequency distribution of the duration of detection clumps (i.e., the number of occasions when detection clumps lasted different lengths of time). This includes the following columns: (1) `n_interval', the duration of the clump, in units of interval; (2) `n_occasions', the number of occasions when detections clumped into windows of that duration; (3) `eg_occasions', the time stamp of an example clump of the specified duration; and, if fct is supplied, a column that distinguishes each individual.

    -

    Details

    +
    fct
    +

    (optional) A character that defines the name of a column in acoustics that distinguishes acoustic time series for different individuals.

    -

    Detection clumps (and, more specifically, the frequency distribution of the duration of clump lengths) provide a means to assess residency within an array by determining how long individuals tended to spend around receivers.

    -

    See also

    - -

    Author

    +
    interval
    +

    A character that defines the time interval. This must be supported by round_date. The default is "days", in which case the function identifies clumps in units of days, with detections within the same clump occurring within one day of each other.

    -

    Edward Lavender

    -

    Examples

    -
    #### Define a hypothetical series of detections -# with one occasion when the 'chunk length' is 1 day -# ... two separate occasions when the chunk length is two days -# ... ... (i.e., the individual was detected on two consecutive day -# ... .... on two different occasions) -# ... one occasion when the chunk length is 5 days -# ... one occasion when the chunk lenghth is 7 days -eg <- - data.frame( - timestamp = - as.Date( - c("2016-01-01", # one week of continuous detections - "2016-01-02", - "2016-01-03", - "2016-01-04", - "2016-01-05", - "2016-01-06", - "2016-01-07", - "2016-02-01", # one day with an isolated detection - "2016-02-03", # two days with detections - "2016-02-04", - "2016-02-15", # another two days with detections - "2016-02-16", - "2016-03-01", # five days of continuous detections - "2016-03-02", - "2016-03-03", - "2016-03-04", - "2016-03-05"))) +
    summarise
    +

    A logical input that defines whether or not to summarise detection clumps in terms of the frequency distribution of clump lengths (see Value).

    + +
    +
    +

    Value

    + + +

    For implementations with summarise = FALSE, the function returns a dataframe that defines, for each fct, the number of intervals in a given clump (`n_intervals') and start time of the clump (`timestamp').

    -#### Example (1): Implement function with default options -# ... (for one individual, with a daily time interval) -get_detection_clumps(eg) -
    #> n_intervals n_occasions eg_occasions -#> 1 1 1 2016-02-01 -#> 2 2 2 2016-02-03 -#> 3 5 1 2016-03-01 -#> 4 7 1 2016-01-01
    -#### Example (2): Implement function for multiple individuals -# Use a factor to distinguish IDs. As an example: -eg$individual_id <- 1L -get_detection_clumps(eg, fct = "individual_id") -
    #> n_intervals n_occasions eg_occasions individual_id -#> 1 1 1 2016-02-01 1 -#> 2 2 2 2016-02-03 1 -#> 3 5 1 2016-03-01 1 -#> 4 7 1 2016-01-01 1
    -#### Example (3): Change the time interval -## E.g. Use an hourly interval: -# There are 17 unique clumps in this dataset, each comprising a single hour -eg$timestamp <- as.POSIXct(eg$timestamp) -get_detection_clumps(eg, interval = "hours") -
    #> n_intervals n_occasions eg_occasions -#> 1 1 17 2016-01-01
    ## E.g. Use a monthly interval -# There is a single 'three-month' clump of detections for this individual -# ... when viewed at a monthly timescale: -get_detection_clumps(eg, interval = "months") -
    #> n_intervals n_occasions eg_occasions -#> 1 3 1 2016-01-01
    -#### Example (4): Identify the timing of each clump with summarise = FALSE -get_detection_clumps(eg, summarise = FALSE) -
    #> n_intervals timestamp -#> 1 7 2016-01-01 -#> 2 1 2016-02-01 -#> 3 2 2016-02-03 -#> 4 2 2016-02-15 -#> 5 5 2016-03-01
    -
    + +

    For implementations with summarise = TRUE, the function returns a dataframe that defines the frequency distribution of the duration of detection clumps (i.e., the number of occasions when detection clumps lasted different lengths of time). This includes the following columns: (1) `n_interval', the duration of the clump, in units of interval; (2) `n_occasions', the number of occasions when detections clumped into windows of that duration; (3) `eg_occasions', the time stamp of an example clump of the specified duration; and, if fct is supplied, a column that distinguishes each individual.

    +
    +
    +

    Details

    +

    Detection clumps (and, more specifically, the frequency distribution of the duration of clump lengths) provide a means to assess residency within an array by determining how long individuals tended to spend around receivers.

    +
    + +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Define a hypothetical series of detections
    +# with one occasion when the 'chunk length' is 1 day
    +# ... two separate occasions when the chunk length is two days
    +# ... ... (i.e., the individual was detected on two consecutive days
    +# ... .... on two different occasions)
    +# ... one occasion when the chunk length is 5 days
    +# ... one occasion when the chunk length is 7 days
    +eg <-
    +  data.frame(
    +    timestamp =
    +      as.POSIXct(
    +        c("2016-01-01", # one week of continuous detections
    +          "2016-01-02",
    +          "2016-01-03",
    +          "2016-01-04",
    +          "2016-01-05",
    +          "2016-01-06",
    +          "2016-01-07",
    +          "2016-02-01", # one day with an isolated detection
    +          "2016-02-03", # two days with detections
    +          "2016-02-04",
    +          "2016-02-15", # another two days with detections
    +          "2016-02-16",
    +          "2016-03-01", # five days of continuous detections
    +          "2016-03-02",
    +          "2016-03-03",
    +          "2016-03-04",
    +          "2016-03-05")))
    +
    +#### Example (1): Implement function with default options
    +# ... (for one individual, with a daily time interval)
    +get_detection_clumps(eg)
    +#>   n_intervals n_occasions eg_occasions
    +#> 1           1           1   2016-02-01
    +#> 2           2           2   2016-02-03
    +#> 3           5           1   2016-03-01
    +#> 4           7           1   2016-01-01
    +
    +#### Example (2): Implement function for multiple individuals
    +# Use a factor to distinguish IDs. As an example:
    +eg$individual_id <- 1L
    +get_detection_clumps(eg, fct = "individual_id")
    +#>   n_intervals n_occasions eg_occasions individual_id
    +#> 1           1           1   2016-02-01             1
    +#> 2           2           2   2016-02-03             1
    +#> 3           5           1   2016-03-01             1
    +#> 4           7           1   2016-01-01             1
    +
    +#### Example (3): Change the time interval
    +## E.g. Use an hourly interval:
    +# There are 17 unique clumps in this dataset, each comprising a single hour
    +get_detection_clumps(eg, interval = "hours")
    +#>   n_intervals n_occasions eg_occasions
    +#> 1           1          17   2016-01-01
    +## E.g. Use a monthly interval
    +# There is a single 'three-month' clump of detections for this individual
    +# ... when viewed at a monthly timescale:
    +get_detection_clumps(eg, interval = "months")
    +#>   n_intervals n_occasions eg_occasions
    +#> 1           3           1   2016-01-01
    +
    +#### Example (4): Identify the timing of each clump with summarise = FALSE
    +get_detection_clumps(eg, summarise = FALSE)
    +#>   n_intervals  timestamp
    +#> 1           7 2016-01-01
    +#> 2           1 2016-02-01
    +#> 3           2 2016-02-03
    +#> 4           2 2016-02-15
    +#> 5           5 2016-03-01
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_detection_containers-2.png b/docs/reference/get_detection_containers-2.png index 27f4f6c..c29af25 100644 Binary files a/docs/reference/get_detection_containers-2.png and b/docs/reference/get_detection_containers-2.png differ diff --git a/docs/reference/get_detection_containers-3.png b/docs/reference/get_detection_containers-3.png index a871c50..22e3b72 100644 Binary files a/docs/reference/get_detection_containers-3.png and b/docs/reference/get_detection_containers-3.png differ diff --git a/docs/reference/get_detection_containers-4.png b/docs/reference/get_detection_containers-4.png index 8aaf637..4949e5d 100644 Binary files a/docs/reference/get_detection_containers-4.png and b/docs/reference/get_detection_containers-4.png differ diff --git a/docs/reference/get_detection_containers-5.png b/docs/reference/get_detection_containers-5.png index 27f4f6c..c29af25 100644 Binary files a/docs/reference/get_detection_containers-5.png and b/docs/reference/get_detection_containers-5.png differ diff --git a/docs/reference/get_detection_containers-6.png b/docs/reference/get_detection_containers-6.png index 9d3fe36..b6df82b 100644 Binary files a/docs/reference/get_detection_containers-6.png and b/docs/reference/get_detection_containers-6.png differ diff --git a/docs/reference/get_detection_containers-7.png b/docs/reference/get_detection_containers-7.png index cb38321..11a044c 100644 Binary files a/docs/reference/get_detection_containers-7.png and b/docs/reference/get_detection_containers-7.png differ diff --git a/docs/reference/get_detection_containers.html b/docs/reference/get_detection_containers.html index 90a86e3..5bd8b1f 100644 --- a/docs/reference/get_detection_containers.html +++ b/docs/reference/get_detection_containers.html @@ -1,67 +1,12 @@ - - - - - - - -Define detection containers around receivers — get_detection_containers • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Define detection containers around receivers — get_detection_containers • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,141 +65,255 @@

    Define detection containers around receivers

    This function defines the areas surveyed by receivers (termed `detection containers') as a spatial object, based on an estimate of the detection range (m) and any barriers to detection. To implement the function, receiver locations must be supplied as a SpatialPoints or SpatialPointsDataFrame object with the Universe Transverse Mercator coordinate reference system. The function defines a spatial buffer around each receiver according to the estimated detection range, cuts out any barriers to detection, such as the coastline, and returns a SpatialPolygons object that defines the combined detection container across all receivers or receiver-specific detection containers.

    -
    get_detection_containers(
    -  xy,
    -  detection_range = 425,
    -  resolution = 1000,
    -  boundaries = NULL,
    -  coastline = NULL,
    -  plot = TRUE,
    -  ...
    -)
    +
    +
    get_detection_containers(
    +  xy,
    +  detection_range = 425,
    +  resolution = 1000,
    +  boundaries = NULL,
    +  coastline = NULL,
    +  plot = TRUE,
    +  ...
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    xy

    A SpatialPoints-class or SpatialPointsDataFrame-class object that defines receiver locations. The coordinate reference system should be the Universe Transverse Mercator coordinate reference system.

    detection_range

    A number that defines the detection range (m) of receivers.

    resolution

    A number that defines the number of linear segments used to approximate the detection container (see the quadsegs argument in gBuffer).

    boundaries

    An extent object (on an object from which this can be extracted) that defines the boundaries of the study area.

    coastline

    (optional) A SpatialPolygonsDataFrame-class object that defines barriers (such as the coastline) that block receivers from surveying areas within their detection range.

    plot

    A logical input that defines whether or not to plot receivers, their containers, and the buffer (if specified).

    ...

    Additional arguments passed to gBuffer, such as byid.

    +
    +

    Arguments

    +
    xy
    +

    A SpatialPoints-class or SpatialPointsDataFrame-class object that defines receiver locations. The coordinate reference system should be the Universe Transverse Mercator coordinate reference system.

    -

    Value

    -

    The function returns a SpatialPolygons-class object of the detection containers around receivers that represents the area they survey under the assumption of a constant detection range, accounting for any barriers to detection. By default, this will contain a single feature, which is suitable for the calculation of the total area surveyed by receivers (see get_detection_area_sum) because it accounts for the overlap in the detection ranges of receivers. However, if byid = TRUE is passed via ... to gBuffer, the returned object will have a feature for each pair of coordinates in xy (i.e., receiver). This is less appropriate for calculating the area surveyed by receivers, since areas surveyed by multiple receivers will be over-counted, but it is suitable when the containers for particular receivers are required (e.g., to extract environmental conditions within a specific receiver's detection range) (see get_detection_containers_envir).

    -

    Author

    +
    detection_range
    +

    A number that defines the detection range (m) of receivers.

    + + +
    resolution
    +

    A number that defines the number of linear segments used to approximate the detection container (see the quadsegs argument in gBuffer).

    + + +
    boundaries
    +

    An extent object (on an object from which this can be extracted) that defines the boundaries of the study area.

    -

    Edward Lavender

    -

    Examples

    -
    #### Define receiver locations as a SpatialPoints object with a UTM CRS -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) +
    coastline
    +

    (optional) A SpatialPolygonsDataFrame-class object that defines barriers (such as the coastline) that block receivers from surveying areas within their detection range.

    -#### Example (1): Get the simplest containers around receivers -get_detection_containers(xy) -
    #> class : SpatialPolygons -#> features : 1 -#> extent : 699188.2, 710830.8, 6249818, 6269562 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs
    -#### Example (2): Account for barriers in the study area -get_detection_containers(xy, coastline = dat_coast) -
    #> class : SpatialPolygons -#> features : 1 -#> extent : 699188.2, 710830.8, 6249818, 6269558 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs
    -#### Example (3): Adjust the detection range -get_detection_containers(xy, detection_range = 400, coastline = dat_coast) -
    #> class : SpatialPolygons -#> features : 1 -#> extent : 699213.2, 710805.8, 6249843, 6269536 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs
    get_detection_containers(xy, detection_range = 500, coastline = dat_coast) -
    #> class : SpatialPolygons -#> features : 1 -#> extent : 699113.2, 710905.8, 6249743, 6269629 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs
    -#### Example (4): Suppress the plot -get_detection_containers(xy, coastline = dat_coast, plot = FALSE) -
    #> class : SpatialPolygons -#> features : 1 -#> extent : 699188.2, 710830.8, 6249818, 6269558 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs
    -#### Example (5): Output characteristics are controlled via byid -# A SpatialPolygons object with one feature is the implicit output -sp_1 <- get_detection_containers(xy, coastline = dat_coast, byid = FALSE) -
    sp_1 -
    #> class : SpatialPolygons -#> features : 1 -#> extent : 699188.2, 710830.8, 6249818, 6269558 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs
    # A SpatialPolygons object with one feature for each element in xy -# ... can be returned via byid = TRUE -sp_2 <- get_detection_containers(xy, coastline = dat_coast, byid = TRUE) -
    sp_2 -
    #> class : SpatialPolygons -#> features : 40 -#> extent : 699188.2, 710830.8, 6249818, 6269558 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs
    # The total area of the former will be smaller, since areas covered -# ... by multiple receivers are merged -rgeos::gArea(sp_1); rgeos::gArea(sp_2) -
    #> [1] 16335577
    #> [1] 21992939
    # But it can be more convenient to use the latter format in some cases -# ... because it is easy to isolate specific containers: -raster::plot(dat_coast) -
    raster::plot(sp_1[1], add = TRUE, col = "red") # single feature -
    raster::plot(sp_2[1], add = TRUE, col = "blue") # isolate specific features -
    -
    + +
    plot
    +

    A logical input that defines whether or not to plot receivers, their containers, and the buffer (if specified).

    + + +
    ...
    +

    Additional arguments passed to gBuffer, such as byid.

    + +
    +
    +

    Value

    + + +

    The function returns a SpatialPolygons-class object of the detection containers around receivers that represents the area they survey under the assumption of a constant detection range, accounting for any barriers to detection. By default, this will contain a single feature, which is suitable for the calculation of the total area surveyed by receivers (see get_detection_area_sum) because it accounts for the overlap in the detection ranges of receivers. However, if byid = TRUE is passed via ... to gBuffer, the returned object will have a feature for each pair of coordinates in xy (i.e., receiver). This is less appropriate for calculating the area surveyed by receivers, since areas surveyed by multiple receivers will be over-counted, but it is suitable when the containers for particular receivers are required (e.g., to extract environmental conditions within a specific receiver's detection range) (see get_detection_containers_envir).

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Define receiver locations as a SpatialPoints object with a UTM CRS
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +
    +#### Example (1): Get the simplest containers around receivers
    +get_detection_containers(xy)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> class       : SpatialPolygons 
    +#> features    : 1 
    +#> extent      : 699188.2, 710830.8, 6249818, 6269562  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +
    +#### Example (2): Account for barriers in the study area
    +get_detection_containers(xy, coastline = dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +#> class       : SpatialPolygons 
    +#> features    : 1 
    +#> extent      : 699188.2, 710830.8, 6249818, 6269558  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +
    +#### Example (3): Adjust the detection range
    +get_detection_containers(xy, detection_range = 400, coastline = dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +#> class       : SpatialPolygons 
    +#> features    : 1 
    +#> extent      : 699213.2, 710805.8, 6249843, 6269536  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +get_detection_containers(xy, detection_range = 500, coastline = dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +#> class       : SpatialPolygons 
    +#> features    : 1 
    +#> extent      : 699113.2, 710905.8, 6249743, 6269629  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +
    +#### Example (4): Suppress the plot
    +get_detection_containers(xy, coastline = dat_coast, plot = FALSE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> class       : SpatialPolygons 
    +#> features    : 1 
    +#> extent      : 699188.2, 710830.8, 6249818, 6269558  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +
    +#### Example (5): Output characteristics are controlled via byid
    +# A SpatialPolygons object with one feature is the implicit output
    +sp_1 <- get_detection_containers(xy, coastline = dat_coast, byid = FALSE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +sp_1
    +#> class       : SpatialPolygons 
    +#> features    : 1 
    +#> extent      : 699188.2, 710830.8, 6249818, 6269558  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +# A SpatialPolygons object with one feature for each element in xy
    +# ... can be returned via byid = TRUE
    +sp_2 <- get_detection_containers(xy, coastline = dat_coast, byid = TRUE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +
    +sp_2
    +#> class       : SpatialPolygons 
    +#> features    : 40 
    +#> extent      : 699188.2, 710830.8, 6249818, 6269558  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +# The total area of the former will be smaller, since areas covered
    +# ... by multiple receivers are merged
    +rgeos::gArea(sp_1); rgeos::gArea(sp_2)
    +#> [1] 16335577
    +#> [1] 21992939
    +# But it can be more convenient to use the latter format in some cases
    +# ... because it is easy to isolate specific containers:
    +raster::plot(dat_coast)
    +raster::plot(sp_1[1], add = TRUE, col = "red")  # single feature
    +raster::plot(sp_2[1], add = TRUE, col = "blue") # isolate specific features
    +
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_detection_containers_envir-1.png b/docs/reference/get_detection_containers_envir-1.png index d0dc681..b4a7e38 100644 Binary files a/docs/reference/get_detection_containers_envir-1.png and b/docs/reference/get_detection_containers_envir-1.png differ diff --git a/docs/reference/get_detection_containers_envir.html b/docs/reference/get_detection_containers_envir.html index 7045a48..f773d22 100644 --- a/docs/reference/get_detection_containers_envir.html +++ b/docs/reference/get_detection_containers_envir.html @@ -1,67 +1,12 @@ - - - - - - - -Sample environmental conditions around receivers — get_detection_containers_envir • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Sample environmental conditions around receivers — get_detection_containers_envir • flapper + + - - - - -
    -
    - -
    - -
    +
    -

    This function is used to sample environmental conditions from within the detection containers of receivers. To implement the function, a SpatialPoints object that defines receiver locations (xy) must be provided, along with the detection range (detection_range) of receivers. This information is used to define detection containers, via get_detection_containers. Within each receiver's container, all values of an environmental variable, or a random sample of values, are extracted from a user-defined raster (envir). Under random sampling, values can be sampled according to a detection probability function (sample_probs). The function returns a list of dataframes, one for each receiver, that include the sampled values.

    +

    This function is used to sample environmental conditions from within the detection containers of receivers. To implement the function, a SpatialPoints object that defines receiver locations (xy) must be provided, along with the detection range (detection_range) of receivers. This information is used to define detection containers, via get_detection_containers. Within each receiver's container, all values of an environmental variable, or a random sample of values, are extracted from a user-defined raster (envir). Under random sampling, values can be sampled according to a detection probability function (sample_probs). The function returns a list of dataframes, one for each receiver, that include the sampled values.

    -
    get_detection_containers_envir(
    -  xy,
    -  detection_range,
    -  coastline,
    -  plot = FALSE,
    -  envir,
    -  sample_size = NULL,
    -  sample_replace = TRUE,
    -  sample_probs = NULL,
    -  cl = NULL,
    -  varlist = NULL,
    -  verbose = TRUE,
    -  ...
    -)
    +
    +
    get_detection_containers_envir(
    +  xy,
    +  detection_range,
    +  coastline,
    +  plot = FALSE,
    +  envir,
    +  sample_size = NULL,
    +  sample_replace = TRUE,
    +  sample_probs = NULL,
    +  cl = NULL,
    +  varlist = NULL,
    +  verbose = TRUE,
    +  ...
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    xy, detection_range, coastline, plot, ...

    Arguments required to calculate and visualise detection containers via get_detection_containers; namely, receiver locations (xy), the detection range (detection_range), barriers to detection (coastline) and whether or not to plot the containers (plot). Additional arguments can be passed via ... but note that byid is necessarily TRUE and should not be provided.

    envir

    A raster that defines the values of an environmental variable across the study area. The coordinate reference system should be the Universal Transverse Mercator system.

    sample_size

    (optional) An integer that defines the number of samples of the environmental variable to draw from the area around each receiver (see the `size' argument of sample). If this is provided, sample_size samples are taken from this area; otherwise, all values are extracted.

    sample_replace

    (optional) If sample_size is specified, sample_replace is a logical input that defines whether to implement sampling with (sample_replace = TRUE, the default) or without (sample_replace = FALSE) replacement (see the `replace' argument of sample).

    sample_probs

    (optional) If sample_size is specified, sample_probs is a function that calculates the detection probability given the distance (m) between a cell and a receiver.

    cl, varlist

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    verbose

    A logical variable that defines whether or not relay messages to the console to monitor function progress.

    +
    +

    Arguments

    +
    xy, detection_range, coastline, plot, ...
    +

    Arguments required to calculate and visualise detection containers via get_detection_containers; namely, receiver locations (xy), the detection range (detection_range), barriers to detection (coastline) and whether or not to plot the containers (plot). Additional arguments can be passed via ... but note that byid is necessarily TRUE and should not be provided.

    -

    Value

    -

    The function returns a list of dataframes (one for each element in xy; i.e., each receiver), each of which includes the cell IDs of envir from which values were extracted (`cell'), the value of the environmental variable in that cell (`envir') and, if applicable, the distance between that cell and the receiver (`dist', m) and the detection probability in that cell (`prob').

    -

    Author

    +
    envir
    +

    A raster that defines the values of an environmental variable across the study area. The coordinate reference system should be the Universal Transverse Mercator system.

    + + +
    sample_size
    +

    (optional) An integer that defines the number of samples of the environmental variable to draw from the area around each receiver (see the `size' argument of sample). If this is provided, sample_size samples are taken from this area; otherwise, all values are extracted.

    + + +
    sample_replace
    +

    (optional) If sample_size is specified, sample_replace is a logical input that defines whether to implement sampling with (sample_replace = TRUE, the default) or without (sample_replace = FALSE) replacement (see the `replace' argument of sample).

    -

    Edward Lavender

    -

    Examples

    -
    #### Define receiver locations as a SpatialPoints object with a UTM CRS -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) +
    sample_probs
    +

    (optional) If sample_size is specified, sample_probs is a function that calculates the detection probability given the distance (m) between a cell and a receiver.

    -#### Example (1): Extract all depth values within each receiver's container -depths_by_container <- - get_detection_containers_envir(xy = xy, - detection_range = 425, - coastline = dat_coast, - envir = dat_gebco - ) -
    #> flapper::get_detection_containers_envir() called (@ 2022-06-17 10:04:00)... -#> ... Implementing function checks... -#> ... Defining detection container(s)... -#> ... Extracting environmental conditions from detection area(s)...
    # The function returns a list of dataframes, one for each receiver -# ... with the cell IDs and the value of the environmental variable -utils::str(depths_by_container) -
    #> List of 40 -#> $ :'data.frame': 5 obs. of 2 variables: -#> ..$ cell : num [1:5] 3003 3004 3076 3077 3078 -#> ..$ envir: num [1:5] 58 69.9 69.2 99.3 107.1 -#> $ :'data.frame': 3 obs. of 2 variables: -#> ..$ cell : num [1:3] 869 870 871 -#> ..$ envir: num [1:3] 175 167 152 -#> $ :'data.frame': 3 obs. of 2 variables: -#> ..$ cell : num [1:3] 643 644 645 -#> ..$ envir: num [1:3] 72.1 138.1 141.4 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 3000 3001 3002 3003 -#> ..$ envir: num [1:4] NA 25.4 29.8 58 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 860 861 862 863 -#> ..$ envir: num [1:4] 145 157 166 180 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 871 944 945 946 -#> ..$ envir: num [1:4] 152 176 162 135 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 1067 1068 1069 1142 -#> ..$ envir: num [1:4] 53.5 48.4 25.2 101.9 -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 1679 1680 1752 1753 1754 ... -#> ..$ envir: num [1:6] 49 43.5 56.3 55 46.9 ... -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 1285 1286 1287 1360 -#> ..$ envir: num [1:4] 14.5 22 22.9 19.3 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 3233 3234 3235 3308 -#> ..$ envir: num [1:4] 104.9 85.5 61.3 48.5 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 1212 1213 1214 1287 -#> ..$ envir: num [1:4] 28 28.5 28.8 22.9 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 1681 1682 1683 1755 -#> ..$ envir: num [1:4] 47.6 25.6 32.5 32.2 -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 3161 3162 3163 3235 3236 ... -#> ..$ envir: num [1:6] 104 71.9 47.5 61.3 47.9 ... -#> $ :'data.frame': 5 obs. of 2 variables: -#> ..$ cell : num [1:5] 3587 3588 3660 3661 3662 -#> ..$ envir: num [1:5] 107 113 106 108 115 -#> $ :'data.frame': 5 obs. of 2 variables: -#> ..$ cell : num [1:5] 830 831 832 904 905 -#> ..$ envir: num [1:5] 117.1 118.1 108.7 76.1 84.4 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 3229 3230 3231 3232 -#> ..$ envir: num [1:4] 68.8 79 107.1 116.5 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 3163 3164 3165 3238 -#> ..$ envir: num [1:4] 47.5 40.4 32.8 35 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 3153 3154 3155 3156 -#> ..$ envir: num [1:4] 118.9 112.5 94 84.7 -#> $ :'data.frame': 5 obs. of 2 variables: -#> ..$ cell : num [1:5] 1531 1532 1604 1605 1606 -#> ..$ envir: num [1:5] 43.8 28.6 55.3 47.2 36.1 -#> $ :'data.frame': 5 obs. of 2 variables: -#> ..$ cell : num [1:5] 2866 2867 2868 2940 2941 -#> ..$ envir: num [1:5] 135 123 120 130 127 -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 3374 3375 3376 3448 3449 ... -#> ..$ envir: num [1:6] 72.1 75.3 90.4 89.9 92.5 ... -#> $ :'data.frame': 5 obs. of 2 variables: -#> ..$ cell : num [1:5] 1749 1750 1751 1824 1825 -#> ..$ envir: num [1:5] 50.8 61.5 57.8 64.9 73.1 -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 1222 1223 1224 1296 1297 ... -#> ..$ envir: num [1:6] 131 132 133 105 102 ... -#> $ :'data.frame': 3 obs. of 2 variables: -#> ..$ cell : num [1:3] 794 795 796 -#> ..$ envir: num [1:3] 179 174 161 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 994 1067 1068 1069 -#> ..$ envir: num [1:4] NA 53.5 48.4 25.2 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 3230 3231 3232 3305 -#> ..$ envir: num [1:4] 79 107.1 116.5 89.3 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 1018 1019 1020 1093 -#> ..$ envir: num [1:4] 159 126.8 83.2 75.9 -#> $ :'data.frame': 5 obs. of 2 variables: -#> ..$ cell : num [1:5] 3087 3088 3161 3162 3163 -#> ..$ envir: num [1:5] 141.8 114.8 104 71.9 47.5 -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 1137 1138 1139 1211 1212 ... -#> ..$ envir: num [1:6] 22.2 21.6 22 20.4 28 ... -#> $ :'data.frame': 3 obs. of 2 variables: -#> ..$ cell : num [1:3] 1065 1066 1067 -#> ..$ envir: num [1:3] 57.5 71.6 53.5 -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 3079 3080 3081 3154 -#> ..$ envir: num [1:4] 102 137 142 112 -#> $ :'data.frame': 3 obs. of 2 variables: -#> ..$ cell : num [1:3] 3002 3003 3004 -#> ..$ envir: num [1:3] 29.8 58 69.9 -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 1898 1899 1900 1972 1973 ... -#> ..$ envir: num [1:6] 60 80.7 64.9 45.3 55.8 ... -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 1895 1896 1897 1969 1970 ... -#> ..$ envir: num [1:6] 31.9 32.5 38.5 34.5 33.8 ... -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 1064 1065 1137 1138 1139 ... -#> ..$ envir: num [1:6] 32.7 57.5 22.2 21.6 22 ... -#> $ :'data.frame': 5 obs. of 2 variables: -#> ..$ cell : num [1:5] 2927 2928 2929 3001 3002 -#> ..$ envir: num [1:5] NA 14 31.2 25.4 29.8 -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 1210 1211 1212 1213 1285 ... -#> ..$ envir: num [1:6] 19 20.4 28 28.5 14.5 ... -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 3165 3166 3167 3168 -#> ..$ envir: num [1:4] 32.8 47.7 58.5 29.4 -#> $ :'data.frame': 6 obs. of 2 variables: -#> ..$ cell : num [1:6] 3162 3163 3164 3165 3237 ... -#> ..$ envir: num [1:6] 71.9 47.5 40.4 32.8 42.8 ... -#> $ :'data.frame': 4 obs. of 2 variables: -#> ..$ cell : num [1:4] 3232 3233 3234 3307 -#> ..$ envir: num [1:4] 116.5 104.9 85.5 54.9
    # Collapse the list and compare conditions across receivers -depths_by_container <- - lapply(1:length(depths_by_container), function(i){ - d <- depths_by_container[[i]] - d$receiver_id <- dat_moorings$receiver_id[i] - return(d) - }) -depths_by_container <- dplyr::bind_rows(depths_by_container) -prettyGraphics::pretty_boxplot(depths_by_container$receiver_id, - depths_by_container$envir) -
    #> 'x' co-erced to a factor.
    #> 3 observation pair(s) in x are NA; these are removed.
    -#### Example (2): Extract a random sample of values -# (We'll keep the values small for speed) -depths_by_container <- - get_detection_containers_envir(xy = xy, - detection_range = 425, - coastline = dat_coast, - envir = dat_gebco, - sample_size = 2 - ) -
    #> flapper::get_detection_containers_envir() called (@ 2022-06-17 10:04:02)... -#> ... Implementing function checks... -#> ... Defining detection container(s)... -#> ... Extracting environmental conditions from detection area(s)...
    utils::str(depths_by_container) -
    #> List of 40 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3077 3078 -#> ..$ envir: num [1:2] 99.3 107.1 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 870 871 -#> ..$ envir: num [1:2] 167 152 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 643 643 -#> ..$ envir: num [1:2] 72.1 72.1 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3001 3001 -#> ..$ envir: num [1:2] 25.4 25.4 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 863 863 -#> ..$ envir: num [1:2] 180 180 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 944 944 -#> ..$ envir: num [1:2] 176 176 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1142 1142 -#> ..$ envir: num [1:2] 102 102 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1679 1754 -#> ..$ envir: num [1:2] 49 46.9 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1285 1285 -#> ..$ envir: num [1:2] 14.5 14.5 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3308 3308 -#> ..$ envir: num [1:2] 48.5 48.5 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1287 1212 -#> ..$ envir: num [1:2] 22.9 28 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1682 1682 -#> ..$ envir: num [1:2] 25.6 25.6 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3162 3163 -#> ..$ envir: num [1:2] 71.9 47.5 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3661 3662 -#> ..$ envir: num [1:2] 108 115 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 832 832 -#> ..$ envir: num [1:2] 109 109 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3231 3231 -#> ..$ envir: num [1:2] 107 107 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3165 3163 -#> ..$ envir: num [1:2] 32.8 47.5 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3153 3155 -#> ..$ envir: num [1:2] 119 94 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1605 1531 -#> ..$ envir: num [1:2] 47.2 43.8 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 2940 2940 -#> ..$ envir: num [1:2] 130 130 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3375 3376 -#> ..$ envir: num [1:2] 75.3 90.4 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1749 1749 -#> ..$ envir: num [1:2] 50.8 50.8 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1296 1296 -#> ..$ envir: num [1:2] 105 105 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 795 796 -#> ..$ envir: num [1:2] 174 161 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 994 1068 -#> ..$ envir: num [1:2] NA 48.4 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3232 3232 -#> ..$ envir: num [1:2] 116 116 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1093 1019 -#> ..$ envir: num [1:2] 75.9 126.8 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3162 3087 -#> ..$ envir: num [1:2] 71.9 141.8 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1138 1137 -#> ..$ envir: num [1:2] 21.6 22.2 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1065 1067 -#> ..$ envir: num [1:2] 57.5 53.5 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3081 3081 -#> ..$ envir: num [1:2] 142 142 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3003 3003 -#> ..$ envir: num [1:2] 58 58 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1973 1973 -#> ..$ envir: num [1:2] 55.8 55.8 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1971 1970 -#> ..$ envir: num [1:2] 36.1 33.8 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1139 1064 -#> ..$ envir: num [1:2] 22 32.7 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3001 3002 -#> ..$ envir: num [1:2] 25.4 29.8 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 1213 1213 -#> ..$ envir: num [1:2] 28.5 28.5 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3167 3166 -#> ..$ envir: num [1:2] 58.5 47.7 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3164 3165 -#> ..$ envir: num [1:2] 40.4 32.8 -#> $ :'data.frame': 2 obs. of 2 variables: -#> ..$ cell : num [1:2] 3234 3232 -#> ..$ envir: num [1:2] 85.5 116.5
    -#### Example (3) Extract a random sample of values with weighted probabilities -# Define detection probability function based only on distance -calc_detection_pr <- - function(dist){ - dpr <- get_detection_pr(distance = dist, - beta_0 = 2.5, - beta_1 = -0.01, - inv_link = stats::plogis, - output = 2L) - return(dpr) - } -# Implement sampling with replacement according to detection probability -depths_by_container <- - get_detection_containers_envir(xy = xy, - detection_range = 425, - coastline = dat_coast, - envir = dat_gebco, - sample_size = 2, - sample_probs = calc_detection_pr - ) -
    #> flapper::get_detection_containers_envir() called (@ 2022-06-17 10:04:04)... -#> ... Implementing function checks... -#> ... Defining detection container(s)... -#> ... Extracting environmental conditions from detection area(s)...
    # Each element of the outputted list includes the 'cell' and 'envir' column -# ... as well as 'dist' and 'prob' that define the distance of that cell -# ... from the location in xy and the corresponding detection probability -# ... at that distance respectively -utils::str(depths_by_container) -
    #> List of 40 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3077 3077 -#> ..$ envir: num [1:2] 99.3 99.3 -#> ..$ dist : num [1:2] 178 178 -#> ..$ prob : num [1:2] 0.673 0.673 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 870 869 -#> ..$ envir: num [1:2] 167 175 -#> ..$ dist : num [1:2] 4.13 259.21 -#> ..$ prob : num [1:2] 0.921 0.477 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 644 643 -#> ..$ envir: num [1:2] 138.1 72.1 -#> ..$ dist : num [1:2] 54.8 307 -#> ..$ prob : num [1:2] 0.876 0.361 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3003 3000 -#> ..$ envir: num [1:2] 58 NA -#> ..$ dist : num [1:2] 63.6 397.6 -#> ..$ prob : num [1:2] 0.866 0.186 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 861 861 -#> ..$ envir: num [1:2] 157 157 -#> ..$ dist : num [1:2] 99.8 99.8 -#> ..$ prob : num [1:2] 0.818 0.818 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 946 945 -#> ..$ envir: num [1:2] 135 162 -#> ..$ dist : num [1:2] 202.8 87.7 -#> ..$ prob : num [1:2] 0.616 0.835 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1069 1068 -#> ..$ envir: num [1:2] 25.2 48.4 -#> ..$ dist : num [1:2] 228 56 -#> ..$ prob : num [1:2] 0.554 0.874 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1754 1754 -#> ..$ envir: num [1:2] 46.9 46.9 -#> ..$ dist : num [1:2] 163 163 -#> ..$ prob : num [1:2] 0.705 0.705 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1286 1285 -#> ..$ envir: num [1:2] 22 14.5 -#> ..$ dist : num [1:2] 65.3 214.8 -#> ..$ prob : num [1:2] 0.864 0.587 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3233 3233 -#> ..$ envir: num [1:2] 105 105 -#> ..$ dist : num [1:2] 45.5 45.5 -#> ..$ prob : num [1:2] 0.885 0.885 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1212 1213 -#> ..$ envir: num [1:2] 28 28.5 -#> ..$ dist : num [1:2] 195.2 67.5 -#> ..$ prob : num [1:2] 0.634 0.861 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1755 1755 -#> ..$ envir: num [1:2] 32.2 32.2 -#> ..$ dist : num [1:2] 338 338 -#> ..$ prob : num [1:2] 0.293 0.293 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3163 3163 -#> ..$ envir: num [1:2] 47.5 47.5 -#> ..$ dist : num [1:2] 144 144 -#> ..$ prob : num [1:2] 0.742 0.742 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3662 3661 -#> ..$ envir: num [1:2] 115 108 -#> ..$ dist : num [1:2] 235 125 -#> ..$ prob : num [1:2] 0.538 0.778 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 830 830 -#> ..$ envir: num [1:2] 117 117 -#> ..$ dist : num [1:2] 215 215 -#> ..$ prob : num [1:2] 0.587 0.587 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3230 3232 -#> ..$ envir: num [1:2] 79 116 -#> ..$ dist : num [1:2] 95.5 231.2 -#> ..$ prob : num [1:2] 0.824 0.547 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3238 3164 -#> ..$ envir: num [1:2] 35 40.4 -#> ..$ dist : num [1:2] 370 101 -#> ..$ prob : num [1:2] 0.231 0.817 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3154 3154 -#> ..$ envir: num [1:2] 112 112 -#> ..$ dist : num [1:2] 148 148 -#> ..$ prob : num [1:2] 0.736 0.736 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1606 1605 -#> ..$ envir: num [1:2] 36.1 47.2 -#> ..$ dist : num [1:2] 237 228 -#> ..$ prob : num [1:2] 0.532 0.555 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 2867 2868 -#> ..$ envir: num [1:2] 123 120 -#> ..$ dist : num [1:2] 173 362 -#> ..$ prob : num [1:2] 0.683 0.246 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3375 3374 -#> ..$ envir: num [1:2] 75.3 72.1 -#> ..$ dist : num [1:2] 186 293 -#> ..$ prob : num [1:2] 0.656 0.394 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1825 1824 -#> ..$ envir: num [1:2] 73.1 64.9 -#> ..$ dist : num [1:2] 337 292 -#> ..$ prob : num [1:2] 0.294 0.398 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1298 1298 -#> ..$ envir: num [1:2] 105 105 -#> ..$ dist : num [1:2] 411 411 -#> ..$ prob : num [1:2] 0.166 0.166 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 795 794 -#> ..$ envir: num [1:2] 174 179 -#> ..$ dist : num [1:2] 82.1 177.6 -#> ..$ prob : num [1:2] 0.843 0.674 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 994 1069 -#> ..$ envir: num [1:2] NA 25.2 -#> ..$ dist : num [1:2] 262 228 -#> ..$ prob : num [1:2] 0.471 0.554 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3231 3230 -#> ..$ envir: num [1:2] 107 79 -#> ..$ dist : num [1:2] 65.2 95.5 -#> ..$ prob : num [1:2] 0.864 0.824 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1020 1019 -#> ..$ envir: num [1:2] 83.2 126.8 -#> ..$ dist : num [1:2] 218 141 -#> ..$ prob : num [1:2] 0.58 0.749 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3163 3163 -#> ..$ envir: num [1:2] 47.5 47.5 -#> ..$ dist : num [1:2] 144 144 -#> ..$ prob : num [1:2] 0.742 0.742 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1137 1137 -#> ..$ envir: num [1:2] 22.2 22.2 -#> ..$ dist : num [1:2] 353 353 -#> ..$ prob : num [1:2] 0.263 0.263 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1066 1066 -#> ..$ envir: num [1:2] 71.6 71.6 -#> ..$ dist : num [1:2] 61.9 61.9 -#> ..$ prob : num [1:2] 0.868 0.868 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3154 3081 -#> ..$ envir: num [1:2] 112 142 -#> ..$ dist : num [1:2] 148 265 -#> ..$ prob : num [1:2] 0.736 0.463 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3002 3002 -#> ..$ envir: num [1:2] 29.8 29.8 -#> ..$ dist : num [1:2] 122 122 -#> ..$ prob : num [1:2] 0.782 0.782 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1899 1973 -#> ..$ envir: num [1:2] 80.7 55.8 -#> ..$ dist : num [1:2] 186 281 -#> ..$ prob : num [1:2] 0.654 0.423 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1969 1970 -#> ..$ envir: num [1:2] 34.5 33.8 -#> ..$ dist : num [1:2] 363 234 -#> ..$ prob : num [1:2] 0.244 0.54 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1138 1139 -#> ..$ envir: num [1:2] 21.6 22 -#> ..$ dist : num [1:2] 172 157 -#> ..$ prob : num [1:2] 0.685 0.717 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3002 3002 -#> ..$ envir: num [1:2] 29.8 29.8 -#> ..$ dist : num [1:2] 122 122 -#> ..$ prob : num [1:2] 0.782 0.782 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1285 1213 -#> ..$ envir: num [1:2] 14.5 28.5 -#> ..$ dist : num [1:2] 214.8 67.5 -#> ..$ prob : num [1:2] 0.587 0.861 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3167 3165 -#> ..$ envir: num [1:2] 58.5 32.8 -#> ..$ dist : num [1:2] 121 241 -#> ..$ prob : num [1:2] 0.784 0.522 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3164 3164 -#> ..$ envir: num [1:2] 40.4 40.4 -#> ..$ dist : num [1:2] 101 101 -#> ..$ prob : num [1:2] 0.817 0.817 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3233 3307 -#> ..$ envir: num [1:2] 104.9 54.9 -#> ..$ dist : num [1:2] 45.5 417.6 -#> ..$ prob : num [1:2] 0.885 0.158
    -#### Example (4) Sampling without replacement via sample_replace = FALSE -depths_by_container <- - get_detection_containers_envir(xy = xy, - detection_range = 425, - coastline = dat_coast, - envir = dat_gebco, - sample_size = 2, - sample_probs = calc_detection_pr, - sample_replace = FALSE - ) -
    #> flapper::get_detection_containers_envir() called (@ 2022-06-17 10:04:07)... -#> ... Implementing function checks... -#> ... Defining detection container(s)... -#> ... Extracting environmental conditions from detection area(s)...
    utils::str(depths_by_container) -
    #> List of 40 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3077 3003 -#> ..$ envir: num [1:2] 99.3 58 -#> ..$ dist : num [1:2] 177.7 63.6 -#> ..$ prob : num [1:2] 0.673 0.866 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 871 870 -#> ..$ envir: num [1:2] 152 167 -#> ..$ dist : num [1:2] 254.84 4.13 -#> ..$ prob : num [1:2] 0.488 0.921 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 644 643 -#> ..$ envir: num [1:2] 138.1 72.1 -#> ..$ dist : num [1:2] 54.8 307 -#> ..$ prob : num [1:2] 0.876 0.361 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3002 3001 -#> ..$ envir: num [1:2] 29.8 25.4 -#> ..$ dist : num [1:2] 122 143 -#> ..$ prob : num [1:2] 0.782 0.744 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 860 862 -#> ..$ envir: num [1:2] 145 166 -#> ..$ dist : num [1:2] 357 157 -#> ..$ prob : num [1:2] 0.256 0.716 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 944 946 -#> ..$ envir: num [1:2] 176 135 -#> ..$ dist : num [1:2] 326 203 -#> ..$ prob : num [1:2] 0.318 0.616 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1068 1142 -#> ..$ envir: num [1:2] 48.4 101.9 -#> ..$ dist : num [1:2] 56 419 -#> ..$ prob : num [1:2] 0.874 0.155 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1753 1679 -#> ..$ envir: num [1:2] 55 49 -#> ..$ dist : num [1:2] 173 380 -#> ..$ prob : num [1:2] 0.684 0.214 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1287 1286 -#> ..$ envir: num [1:2] 22.9 22 -#> ..$ dist : num [1:2] 307.4 65.3 -#> ..$ prob : num [1:2] 0.36 0.864 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3234 3233 -#> ..$ envir: num [1:2] 85.5 104.9 -#> ..$ dist : num [1:2] 58.9 45.5 -#> ..$ prob : num [1:2] 0.871 0.885 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1214 1213 -#> ..$ envir: num [1:2] 28.8 28.5 -#> ..$ dist : num [1:2] 214.3 67.5 -#> ..$ prob : num [1:2] 0.588 0.861 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1682 1755 -#> ..$ envir: num [1:2] 25.6 32.2 -#> ..$ dist : num [1:2] 192 338 -#> ..$ prob : num [1:2] 0.642 0.293 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3162 3235 -#> ..$ envir: num [1:2] 71.9 61.3 -#> ..$ dist : num [1:2] 177 247 -#> ..$ prob : num [1:2] 0.675 0.508 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3660 3587 -#> ..$ envir: num [1:2] 106 107 -#> ..$ dist : num [1:2] 329 353 -#> ..$ prob : num [1:2] 0.313 0.262 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 905 830 -#> ..$ envir: num [1:2] 84.4 117.1 -#> ..$ dist : num [1:2] 321 215 -#> ..$ prob : num [1:2] 0.329 0.587 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3231 3232 -#> ..$ envir: num [1:2] 107 116 -#> ..$ dist : num [1:2] 65.2 231.2 -#> ..$ prob : num [1:2] 0.864 0.547 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3163 3164 -#> ..$ envir: num [1:2] 47.5 40.4 -#> ..$ dist : num [1:2] 144 101 -#> ..$ prob : num [1:2] 0.742 0.817 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3155 3154 -#> ..$ envir: num [1:2] 94 112 -#> ..$ dist : num [1:2] 131 148 -#> ..$ prob : num [1:2] 0.767 0.736 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1531 1605 -#> ..$ envir: num [1:2] 43.8 47.2 -#> ..$ dist : num [1:2] 295 228 -#> ..$ prob : num [1:2] 0.39 0.555 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 2866 2940 -#> ..$ envir: num [1:2] 135 130 -#> ..$ dist : num [1:2] 248 358 -#> ..$ prob : num [1:2] 0.506 0.254 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3450 3375 -#> ..$ envir: num [1:2] 93.9 75.3 -#> ..$ dist : num [1:2] 400 186 -#> ..$ prob : num [1:2] 0.183 0.656 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1751 1825 -#> ..$ envir: num [1:2] 57.8 73.1 -#> ..$ dist : num [1:2] 258 337 -#> ..$ prob : num [1:2] 0.479 0.294 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1297 1223 -#> ..$ envir: num [1:2] 102 132 -#> ..$ dist : num [1:2] 273 204 -#> ..$ prob : num [1:2] 0.443 0.614 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 795 794 -#> ..$ envir: num [1:2] 174 179 -#> ..$ dist : num [1:2] 82.1 177.6 -#> ..$ prob : num [1:2] 0.843 0.674 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1068 1067 -#> ..$ envir: num [1:2] 48.4 53.5 -#> ..$ dist : num [1:2] 56 294 -#> ..$ prob : num [1:2] 0.874 0.393 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3232 3230 -#> ..$ envir: num [1:2] 116 79 -#> ..$ dist : num [1:2] 231.2 95.5 -#> ..$ prob : num [1:2] 0.547 0.824 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1093 1019 -#> ..$ envir: num [1:2] 75.9 126.8 -#> ..$ dist : num [1:2] 352 141 -#> ..$ prob : num [1:2] 0.265 0.749 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3163 3161 -#> ..$ envir: num [1:2] 47.5 104 -#> ..$ dist : num [1:2] 144 206 -#> ..$ prob : num [1:2] 0.742 0.609 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1211 1213 -#> ..$ envir: num [1:2] 20.4 28.5 -#> ..$ dist : num [1:2] 196.6 67.5 -#> ..$ prob : num [1:2] 0.63 0.861 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1066 1065 -#> ..$ envir: num [1:2] 71.6 57.5 -#> ..$ dist : num [1:2] 61.9 196.4 -#> ..$ prob : num [1:2] 0.868 0.631 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3081 3079 -#> ..$ envir: num [1:2] 142 102 -#> ..$ dist : num [1:2] 265 283 -#> ..$ prob : num [1:2] 0.463 0.419 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3002 3003 -#> ..$ envir: num [1:2] 29.8 58 -#> ..$ dist : num [1:2] 122.4 63.6 -#> ..$ prob : num [1:2] 0.782 0.866 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1898 1899 -#> ..$ envir: num [1:2] 60 80.7 -#> ..$ dist : num [1:2] 291 186 -#> ..$ prob : num [1:2] 0.399 0.654 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1970 1896 -#> ..$ envir: num [1:2] 33.8 32.5 -#> ..$ dist : num [1:2] 234 231 -#> ..$ prob : num [1:2] 0.54 0.547 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1140 1139 -#> ..$ envir: num [1:2] 47.2 22 -#> ..$ dist : num [1:2] 389 157 -#> ..$ prob : num [1:2] 0.199 0.717 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3002 2928 -#> ..$ envir: num [1:2] 29.8 14 -#> ..$ dist : num [1:2] 122 246 -#> ..$ prob : num [1:2] 0.782 0.51 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1285 1212 -#> ..$ envir: num [1:2] 14.5 28 -#> ..$ dist : num [1:2] 215 195 -#> ..$ prob : num [1:2] 0.587 0.634 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3167 3166 -#> ..$ envir: num [1:2] 58.5 47.7 -#> ..$ dist : num [1:2] 121 136 -#> ..$ prob : num [1:2] 0.784 0.757 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3163 3165 -#> ..$ envir: num [1:2] 47.5 32.8 -#> ..$ dist : num [1:2] 144 241 -#> ..$ prob : num [1:2] 0.742 0.522 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3233 3234 -#> ..$ envir: num [1:2] 104.9 85.5 -#> ..$ dist : num [1:2] 45.5 58.9 -#> ..$ prob : num [1:2] 0.885 0.871
    -#### Example (5) Parallelise the algorithm via cl and varlist arguments -depths_by_container <- - get_detection_containers_envir(xy = xy, - detection_range = 425, - coastline = dat_coast, - envir = dat_gebco, - sample_size = 2, - sample_probs = calc_detection_pr, - sample_replace = FALSE, - cl = parallel::makeCluster(2L), - varlist = c("dat_gebco","calc_detection_pr") - ) -
    #> flapper::get_detection_containers_envir() called (@ 2022-06-17 10:04:10)... -#> ... Implementing function checks... -#> ... Defining detection container(s)... -#> ... Extracting environmental conditions from detection area(s)...
    #> Error in get(name, envir = envir): object 'calc_detection_pr' not found
    utils::str(depths_by_container) -
    #> List of 40 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3077 3003 -#> ..$ envir: num [1:2] 99.3 58 -#> ..$ dist : num [1:2] 177.7 63.6 -#> ..$ prob : num [1:2] 0.673 0.866 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 871 870 -#> ..$ envir: num [1:2] 152 167 -#> ..$ dist : num [1:2] 254.84 4.13 -#> ..$ prob : num [1:2] 0.488 0.921 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 644 643 -#> ..$ envir: num [1:2] 138.1 72.1 -#> ..$ dist : num [1:2] 54.8 307 -#> ..$ prob : num [1:2] 0.876 0.361 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3002 3001 -#> ..$ envir: num [1:2] 29.8 25.4 -#> ..$ dist : num [1:2] 122 143 -#> ..$ prob : num [1:2] 0.782 0.744 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 860 862 -#> ..$ envir: num [1:2] 145 166 -#> ..$ dist : num [1:2] 357 157 -#> ..$ prob : num [1:2] 0.256 0.716 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 944 946 -#> ..$ envir: num [1:2] 176 135 -#> ..$ dist : num [1:2] 326 203 -#> ..$ prob : num [1:2] 0.318 0.616 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1068 1142 -#> ..$ envir: num [1:2] 48.4 101.9 -#> ..$ dist : num [1:2] 56 419 -#> ..$ prob : num [1:2] 0.874 0.155 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1753 1679 -#> ..$ envir: num [1:2] 55 49 -#> ..$ dist : num [1:2] 173 380 -#> ..$ prob : num [1:2] 0.684 0.214 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1287 1286 -#> ..$ envir: num [1:2] 22.9 22 -#> ..$ dist : num [1:2] 307.4 65.3 -#> ..$ prob : num [1:2] 0.36 0.864 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3234 3233 -#> ..$ envir: num [1:2] 85.5 104.9 -#> ..$ dist : num [1:2] 58.9 45.5 -#> ..$ prob : num [1:2] 0.871 0.885 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1214 1213 -#> ..$ envir: num [1:2] 28.8 28.5 -#> ..$ dist : num [1:2] 214.3 67.5 -#> ..$ prob : num [1:2] 0.588 0.861 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1682 1755 -#> ..$ envir: num [1:2] 25.6 32.2 -#> ..$ dist : num [1:2] 192 338 -#> ..$ prob : num [1:2] 0.642 0.293 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3162 3235 -#> ..$ envir: num [1:2] 71.9 61.3 -#> ..$ dist : num [1:2] 177 247 -#> ..$ prob : num [1:2] 0.675 0.508 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3660 3587 -#> ..$ envir: num [1:2] 106 107 -#> ..$ dist : num [1:2] 329 353 -#> ..$ prob : num [1:2] 0.313 0.262 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 905 830 -#> ..$ envir: num [1:2] 84.4 117.1 -#> ..$ dist : num [1:2] 321 215 -#> ..$ prob : num [1:2] 0.329 0.587 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3231 3232 -#> ..$ envir: num [1:2] 107 116 -#> ..$ dist : num [1:2] 65.2 231.2 -#> ..$ prob : num [1:2] 0.864 0.547 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3163 3164 -#> ..$ envir: num [1:2] 47.5 40.4 -#> ..$ dist : num [1:2] 144 101 -#> ..$ prob : num [1:2] 0.742 0.817 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3155 3154 -#> ..$ envir: num [1:2] 94 112 -#> ..$ dist : num [1:2] 131 148 -#> ..$ prob : num [1:2] 0.767 0.736 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1531 1605 -#> ..$ envir: num [1:2] 43.8 47.2 -#> ..$ dist : num [1:2] 295 228 -#> ..$ prob : num [1:2] 0.39 0.555 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 2866 2940 -#> ..$ envir: num [1:2] 135 130 -#> ..$ dist : num [1:2] 248 358 -#> ..$ prob : num [1:2] 0.506 0.254 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3450 3375 -#> ..$ envir: num [1:2] 93.9 75.3 -#> ..$ dist : num [1:2] 400 186 -#> ..$ prob : num [1:2] 0.183 0.656 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1751 1825 -#> ..$ envir: num [1:2] 57.8 73.1 -#> ..$ dist : num [1:2] 258 337 -#> ..$ prob : num [1:2] 0.479 0.294 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1297 1223 -#> ..$ envir: num [1:2] 102 132 -#> ..$ dist : num [1:2] 273 204 -#> ..$ prob : num [1:2] 0.443 0.614 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 795 794 -#> ..$ envir: num [1:2] 174 179 -#> ..$ dist : num [1:2] 82.1 177.6 -#> ..$ prob : num [1:2] 0.843 0.674 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1068 1067 -#> ..$ envir: num [1:2] 48.4 53.5 -#> ..$ dist : num [1:2] 56 294 -#> ..$ prob : num [1:2] 0.874 0.393 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3232 3230 -#> ..$ envir: num [1:2] 116 79 -#> ..$ dist : num [1:2] 231.2 95.5 -#> ..$ prob : num [1:2] 0.547 0.824 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1093 1019 -#> ..$ envir: num [1:2] 75.9 126.8 -#> ..$ dist : num [1:2] 352 141 -#> ..$ prob : num [1:2] 0.265 0.749 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3163 3161 -#> ..$ envir: num [1:2] 47.5 104 -#> ..$ dist : num [1:2] 144 206 -#> ..$ prob : num [1:2] 0.742 0.609 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1211 1213 -#> ..$ envir: num [1:2] 20.4 28.5 -#> ..$ dist : num [1:2] 196.6 67.5 -#> ..$ prob : num [1:2] 0.63 0.861 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1066 1065 -#> ..$ envir: num [1:2] 71.6 57.5 -#> ..$ dist : num [1:2] 61.9 196.4 -#> ..$ prob : num [1:2] 0.868 0.631 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3081 3079 -#> ..$ envir: num [1:2] 142 102 -#> ..$ dist : num [1:2] 265 283 -#> ..$ prob : num [1:2] 0.463 0.419 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3002 3003 -#> ..$ envir: num [1:2] 29.8 58 -#> ..$ dist : num [1:2] 122.4 63.6 -#> ..$ prob : num [1:2] 0.782 0.866 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1898 1899 -#> ..$ envir: num [1:2] 60 80.7 -#> ..$ dist : num [1:2] 291 186 -#> ..$ prob : num [1:2] 0.399 0.654 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1970 1896 -#> ..$ envir: num [1:2] 33.8 32.5 -#> ..$ dist : num [1:2] 234 231 -#> ..$ prob : num [1:2] 0.54 0.547 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1140 1139 -#> ..$ envir: num [1:2] 47.2 22 -#> ..$ dist : num [1:2] 389 157 -#> ..$ prob : num [1:2] 0.199 0.717 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3002 2928 -#> ..$ envir: num [1:2] 29.8 14 -#> ..$ dist : num [1:2] 122 246 -#> ..$ prob : num [1:2] 0.782 0.51 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 1285 1212 -#> ..$ envir: num [1:2] 14.5 28 -#> ..$ dist : num [1:2] 215 195 -#> ..$ prob : num [1:2] 0.587 0.634 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3167 3166 -#> ..$ envir: num [1:2] 58.5 47.7 -#> ..$ dist : num [1:2] 121 136 -#> ..$ prob : num [1:2] 0.784 0.757 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3163 3165 -#> ..$ envir: num [1:2] 47.5 32.8 -#> ..$ dist : num [1:2] 144 241 -#> ..$ prob : num [1:2] 0.742 0.522 -#> $ :'data.frame': 2 obs. of 4 variables: -#> ..$ cell : num [1:2] 3233 3234 -#> ..$ envir: num [1:2] 104.9 85.5 -#> ..$ dist : num [1:2] 45.5 58.9 -#> ..$ prob : num [1:2] 0.885 0.871
    -
    + +
    cl, varlist
    +

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + + +
    verbose
    +

    A logical variable that defines whether or not relay messages to the console to monitor function progress.

    + +
    +
    +

    Value

    + + +

    The function returns a list of dataframes (one for each element in xy; i.e., each receiver), each of which includes the cell IDs of envir from which values were extracted (`cell'), the value of the environmental variable in that cell (`envir') and, if applicable, the distance between that cell and the receiver (`dist', m) and the detection probability in that cell (`prob').

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Define receiver locations as a SpatialPoints object with a UTM CRS
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +
    +#### Example (1): Extract all depth values within each receiver's container
    +depths_by_container <-
    +  get_detection_containers_envir(xy = xy,
    +                                detection_range = 425,
    +                                coastline = dat_coast,
    +                                envir = dat_gebco
    +                                )
    +#> flapper::get_detection_containers_envir() called (@ 2023-02-19 14:59:21)... 
    +#> ... Implementing function checks... 
    +#> ... Defining detection container(s)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> ... Extracting environmental conditions from detection area(s)... 
    +# The function returns a list of dataframes, one for each receiver
    +# ... with the cell IDs and the value of the environmental variable
    +utils::str(depths_by_container)
    +#> List of 40
    +#>  $ :'data.frame':	5 obs. of  2 variables:
    +#>   ..$ cell : num [1:5] 3003 3004 3076 3077 3078
    +#>   ..$ envir: num [1:5] 58 69.9 69.2 99.3 107.1
    +#>  $ :'data.frame':	3 obs. of  2 variables:
    +#>   ..$ cell : num [1:3] 869 870 871
    +#>   ..$ envir: num [1:3] 175 167 152
    +#>  $ :'data.frame':	3 obs. of  2 variables:
    +#>   ..$ cell : num [1:3] 643 644 645
    +#>   ..$ envir: num [1:3] 72.1 138.1 141.4
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 3000 3001 3002 3003
    +#>   ..$ envir: num [1:4] NA 25.4 29.8 58
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 860 861 862 863
    +#>   ..$ envir: num [1:4] 145 157 166 180
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 871 944 945 946
    +#>   ..$ envir: num [1:4] 152 176 162 135
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 1067 1068 1069 1142
    +#>   ..$ envir: num [1:4] 53.5 48.4 25.2 101.9
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 1679 1680 1752 1753 1754 ...
    +#>   ..$ envir: num [1:6] 49 43.5 56.3 55 46.9 ...
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 1285 1286 1287 1360
    +#>   ..$ envir: num [1:4] 14.5 22 22.9 19.3
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 3233 3234 3235 3308
    +#>   ..$ envir: num [1:4] 104.9 85.5 61.3 48.5
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 1212 1213 1214 1287
    +#>   ..$ envir: num [1:4] 28 28.5 28.8 22.9
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 1681 1682 1683 1755
    +#>   ..$ envir: num [1:4] 47.6 25.6 32.5 32.2
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 3161 3162 3163 3235 3236 ...
    +#>   ..$ envir: num [1:6] 104 71.9 47.5 61.3 47.9 ...
    +#>  $ :'data.frame':	5 obs. of  2 variables:
    +#>   ..$ cell : num [1:5] 3587 3588 3660 3661 3662
    +#>   ..$ envir: num [1:5] 107 113 106 108 115
    +#>  $ :'data.frame':	5 obs. of  2 variables:
    +#>   ..$ cell : num [1:5] 830 831 832 904 905
    +#>   ..$ envir: num [1:5] 117.1 118.1 108.7 76.1 84.4
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 3229 3230 3231 3232
    +#>   ..$ envir: num [1:4] 68.8 79 107.1 116.5
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 3163 3164 3165 3238
    +#>   ..$ envir: num [1:4] 47.5 40.4 32.8 35
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 3153 3154 3155 3156
    +#>   ..$ envir: num [1:4] 118.9 112.5 94 84.7
    +#>  $ :'data.frame':	5 obs. of  2 variables:
    +#>   ..$ cell : num [1:5] 1531 1532 1604 1605 1606
    +#>   ..$ envir: num [1:5] 43.8 28.6 55.3 47.2 36.1
    +#>  $ :'data.frame':	5 obs. of  2 variables:
    +#>   ..$ cell : num [1:5] 2866 2867 2868 2940 2941
    +#>   ..$ envir: num [1:5] 135 123 120 130 127
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 3374 3375 3376 3448 3449 ...
    +#>   ..$ envir: num [1:6] 72.1 75.3 90.4 89.9 92.5 ...
    +#>  $ :'data.frame':	5 obs. of  2 variables:
    +#>   ..$ cell : num [1:5] 1749 1750 1751 1824 1825
    +#>   ..$ envir: num [1:5] 50.8 61.5 57.8 64.9 73.1
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 1222 1223 1224 1296 1297 ...
    +#>   ..$ envir: num [1:6] 131 132 133 105 102 ...
    +#>  $ :'data.frame':	3 obs. of  2 variables:
    +#>   ..$ cell : num [1:3] 794 795 796
    +#>   ..$ envir: num [1:3] 179 174 161
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 994 1067 1068 1069
    +#>   ..$ envir: num [1:4] NA 53.5 48.4 25.2
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 3230 3231 3232 3305
    +#>   ..$ envir: num [1:4] 79 107.1 116.5 89.3
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 1018 1019 1020 1093
    +#>   ..$ envir: num [1:4] 159 126.8 83.2 75.9
    +#>  $ :'data.frame':	5 obs. of  2 variables:
    +#>   ..$ cell : num [1:5] 3087 3088 3161 3162 3163
    +#>   ..$ envir: num [1:5] 141.8 114.8 104 71.9 47.5
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 1137 1138 1139 1211 1212 ...
    +#>   ..$ envir: num [1:6] 22.2 21.6 22 20.4 28 ...
    +#>  $ :'data.frame':	3 obs. of  2 variables:
    +#>   ..$ cell : num [1:3] 1065 1066 1067
    +#>   ..$ envir: num [1:3] 57.5 71.6 53.5
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 3079 3080 3081 3154
    +#>   ..$ envir: num [1:4] 102 137 142 112
    +#>  $ :'data.frame':	3 obs. of  2 variables:
    +#>   ..$ cell : num [1:3] 3002 3003 3004
    +#>   ..$ envir: num [1:3] 29.8 58 69.9
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 1898 1899 1900 1972 1973 ...
    +#>   ..$ envir: num [1:6] 60 80.7 64.9 45.3 55.8 ...
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 1895 1896 1897 1969 1970 ...
    +#>   ..$ envir: num [1:6] 31.9 32.5 38.5 34.5 33.8 ...
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 1064 1065 1137 1138 1139 ...
    +#>   ..$ envir: num [1:6] 32.7 57.5 22.2 21.6 22 ...
    +#>  $ :'data.frame':	5 obs. of  2 variables:
    +#>   ..$ cell : num [1:5] 2927 2928 2929 3001 3002
    +#>   ..$ envir: num [1:5] NA 14 31.2 25.4 29.8
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 1210 1211 1212 1213 1285 ...
    +#>   ..$ envir: num [1:6] 19 20.4 28 28.5 14.5 ...
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 3165 3166 3167 3168
    +#>   ..$ envir: num [1:4] 32.8 47.7 58.5 29.4
    +#>  $ :'data.frame':	6 obs. of  2 variables:
    +#>   ..$ cell : num [1:6] 3162 3163 3164 3165 3237 ...
    +#>   ..$ envir: num [1:6] 71.9 47.5 40.4 32.8 42.8 ...
    +#>  $ :'data.frame':	4 obs. of  2 variables:
    +#>   ..$ cell : num [1:4] 3232 3233 3234 3307
    +#>   ..$ envir: num [1:4] 116.5 104.9 85.5 54.9
    +# Collapse the list and compare conditions across receivers
    +depths_by_container <-
    +  lapply(1:length(depths_by_container), function(i){
    +    d <- depths_by_container[[i]]
    +    d$receiver_id <- dat_moorings$receiver_id[i]
    +    return(d)
    +  })
    +depths_by_container <- dplyr::bind_rows(depths_by_container)
    +prettyGraphics::pretty_boxplot(depths_by_container$receiver_id,
    +                               depths_by_container$envir)
    +#> 'x' co-erced to a factor.
    +#> 3 observation pair(s) in x are NA; these are removed.
    +
    +
    +#### Example (2): Extract a random sample of values
    +# (We'll keep the values small for speed)
    +depths_by_container <-
    +  get_detection_containers_envir(xy = xy,
    +                                detection_range = 425,
    +                                coastline = dat_coast,
    +                                envir = dat_gebco,
    +                                sample_size = 2
    +                                )
    +#> flapper::get_detection_containers_envir() called (@ 2023-02-19 14:59:22)... 
    +#> ... Implementing function checks... 
    +#> ... Defining detection container(s)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> ... Extracting environmental conditions from detection area(s)... 
    +utils::str(depths_by_container)
    +#> List of 40
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3004 3076
    +#>   ..$ envir: num [1:2] 69.9 69.2
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 871 870
    +#>   ..$ envir: num [1:2] 152 167
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 643 644
    +#>   ..$ envir: num [1:2] 72.1 138.1
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3002 3001
    +#>   ..$ envir: num [1:2] 29.8 25.4
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 860 863
    +#>   ..$ envir: num [1:2] 145 180
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 945 945
    +#>   ..$ envir: num [1:2] 162 162
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1069 1068
    +#>   ..$ envir: num [1:2] 25.2 48.4
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1755 1754
    +#>   ..$ envir: num [1:2] 32.2 46.9
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1360 1286
    +#>   ..$ envir: num [1:2] 19.3 22
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3234 3233
    +#>   ..$ envir: num [1:2] 85.5 104.9
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1212 1287
    +#>   ..$ envir: num [1:2] 28 22.9
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1683 1682
    +#>   ..$ envir: num [1:2] 32.5 25.6
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3237 3235
    +#>   ..$ envir: num [1:2] 42.8 61.3
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3662 3660
    +#>   ..$ envir: num [1:2] 115 106
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 832 904
    +#>   ..$ envir: num [1:2] 108.7 76.1
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3229 3229
    +#>   ..$ envir: num [1:2] 68.8 68.8
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3164 3164
    +#>   ..$ envir: num [1:2] 40.4 40.4
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3154 3153
    +#>   ..$ envir: num [1:2] 112 119
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1605 1531
    +#>   ..$ envir: num [1:2] 47.2 43.8
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 2866 2867
    +#>   ..$ envir: num [1:2] 135 123
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3450 3375
    +#>   ..$ envir: num [1:2] 93.9 75.3
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1749 1825
    +#>   ..$ envir: num [1:2] 50.8 73.1
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1297 1296
    +#>   ..$ envir: num [1:2] 102 105
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 795 794
    +#>   ..$ envir: num [1:2] 174 179
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1068 1068
    +#>   ..$ envir: num [1:2] 48.4 48.4
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3305 3232
    +#>   ..$ envir: num [1:2] 89.3 116.5
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1018 1018
    +#>   ..$ envir: num [1:2] 159 159
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3162 3161
    +#>   ..$ envir: num [1:2] 71.9 104
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1139 1138
    +#>   ..$ envir: num [1:2] 22 21.6
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1067 1065
    +#>   ..$ envir: num [1:2] 53.5 57.5
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3080 3080
    +#>   ..$ envir: num [1:2] 137 137
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3004 3002
    +#>   ..$ envir: num [1:2] 69.9 29.8
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1974 1899
    +#>   ..$ envir: num [1:2] 44.7 80.7
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1969 1969
    +#>   ..$ envir: num [1:2] 34.5 34.5
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1139 1137
    +#>   ..$ envir: num [1:2] 22 22.2
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 2927 2929
    +#>   ..$ envir: num [1:2] NA 31.2
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 1210 1286
    +#>   ..$ envir: num [1:2] 19 22
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3167 3168
    +#>   ..$ envir: num [1:2] 58.5 29.4
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3237 3165
    +#>   ..$ envir: num [1:2] 42.8 32.8
    +#>  $ :'data.frame':	2 obs. of  2 variables:
    +#>   ..$ cell : num [1:2] 3307 3234
    +#>   ..$ envir: num [1:2] 54.9 85.5
    +
    +#### Example (3) Extract a random sample of values with weighted probabilities
    +# Define detection probability function based only on distance
    +calc_detection_pr <-
    +  function(dist){
    +    dpr <- get_detection_pr(distance = dist,
    +                            beta_0 = 2.5,
    +                            beta_1 = -0.01,
    +                            inv_link = stats::plogis,
    +                            output = 2L)
    +    return(dpr)
    +  }
    +# Implement sampling with replacement according to detection probability
    +depths_by_container <-
    +  get_detection_containers_envir(xy = xy,
    +                                detection_range = 425,
    +                                coastline = dat_coast,
    +                                envir = dat_gebco,
    +                                sample_size = 2,
    +                                sample_probs = calc_detection_pr
    +                                )
    +#> flapper::get_detection_containers_envir() called (@ 2023-02-19 14:59:23)... 
    +#> ... Implementing function checks... 
    +#> ... Defining detection container(s)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> ... Extracting environmental conditions from detection area(s)... 
    +# Each element of the outputted list includes the 'cell' and 'envir' column
    +# ... as well as 'dist' and 'prob' that define the distance of that cell
    +# ... from the location in xy and the corresponding detection probability
    +# ... at that distance respectively
    +utils::str(depths_by_container)
    +#> List of 40
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3077 3077
    +#>   ..$ envir: num [1:2] 99.3 99.3
    +#>   ..$ dist : num [1:2] 178 178
    +#>   ..$ prob : num [1:2] 0.673 0.673
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 869 870
    +#>   ..$ envir: num [1:2] 175 167
    +#>   ..$ dist : num [1:2] 259.21 4.13
    +#>   ..$ prob : num [1:2] 0.477 0.921
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 643 645
    +#>   ..$ envir: num [1:2] 72.1 141.4
    +#>   ..$ dist : num [1:2] 307 209
    +#>   ..$ prob : num [1:2] 0.361 0.6
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3003 3001
    +#>   ..$ envir: num [1:2] 58 25.4
    +#>   ..$ dist : num [1:2] 63.6 143.1
    +#>   ..$ prob : num [1:2] 0.866 0.744
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 861 862
    +#>   ..$ envir: num [1:2] 157 166
    +#>   ..$ dist : num [1:2] 99.8 157.3
    +#>   ..$ prob : num [1:2] 0.818 0.716
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 944 945
    +#>   ..$ envir: num [1:2] 176 162
    +#>   ..$ dist : num [1:2] 326.1 87.7
    +#>   ..$ prob : num [1:2] 0.318 0.835
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1069 1068
    +#>   ..$ envir: num [1:2] 25.2 48.4
    +#>   ..$ dist : num [1:2] 228 56
    +#>   ..$ prob : num [1:2] 0.554 0.874
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1753 1753
    +#>   ..$ envir: num [1:2] 55 55
    +#>   ..$ dist : num [1:2] 173 173
    +#>   ..$ prob : num [1:2] 0.684 0.684
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1286 1285
    +#>   ..$ envir: num [1:2] 22 14.5
    +#>   ..$ dist : num [1:2] 65.3 214.8
    +#>   ..$ prob : num [1:2] 0.864 0.587
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3235 3234
    +#>   ..$ envir: num [1:2] 61.3 85.5
    +#>   ..$ dist : num [1:2] 247 58.9
    +#>   ..$ prob : num [1:2] 0.508 0.871
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1214 1214
    +#>   ..$ envir: num [1:2] 28.8 28.8
    +#>   ..$ dist : num [1:2] 214 214
    +#>   ..$ prob : num [1:2] 0.588 0.588
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1682 1682
    +#>   ..$ envir: num [1:2] 25.6 25.6
    +#>   ..$ dist : num [1:2] 192 192
    +#>   ..$ prob : num [1:2] 0.642 0.642
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3161 3162
    +#>   ..$ envir: num [1:2] 104 71.9
    +#>   ..$ dist : num [1:2] 206 177
    +#>   ..$ prob : num [1:2] 0.609 0.675
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3662 3660
    +#>   ..$ envir: num [1:2] 115 106
    +#>   ..$ dist : num [1:2] 235 329
    +#>   ..$ prob : num [1:2] 0.538 0.313
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 830 830
    +#>   ..$ envir: num [1:2] 117 117
    +#>   ..$ dist : num [1:2] 215 215
    +#>   ..$ prob : num [1:2] 0.587 0.587
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3229 3231
    +#>   ..$ envir: num [1:2] 68.8 107.1
    +#>   ..$ dist : num [1:2] 352.4 65.2
    +#>   ..$ prob : num [1:2] 0.264 0.864
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3163 3163
    +#>   ..$ envir: num [1:2] 47.5 47.5
    +#>   ..$ dist : num [1:2] 144 144
    +#>   ..$ prob : num [1:2] 0.742 0.742
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3156 3154
    +#>   ..$ envir: num [1:2] 84.7 112.5
    +#>   ..$ dist : num [1:2] 380 148
    +#>   ..$ prob : num [1:2] 0.214 0.736
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1606 1605
    +#>   ..$ envir: num [1:2] 36.1 47.2
    +#>   ..$ dist : num [1:2] 237 228
    +#>   ..$ prob : num [1:2] 0.532 0.555
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 2867 2867
    +#>   ..$ envir: num [1:2] 123 123
    +#>   ..$ dist : num [1:2] 173 173
    +#>   ..$ prob : num [1:2] 0.683 0.683
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3450 3450
    +#>   ..$ envir: num [1:2] 93.9 93.9
    +#>   ..$ dist : num [1:2] 400 400
    +#>   ..$ prob : num [1:2] 0.183 0.183
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1824 1825
    +#>   ..$ envir: num [1:2] 64.9 73.1
    +#>   ..$ dist : num [1:2] 292 337
    +#>   ..$ prob : num [1:2] 0.398 0.294
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1222 1222
    +#>   ..$ envir: num [1:2] 131 131
    +#>   ..$ dist : num [1:2] 281 281
    +#>   ..$ prob : num [1:2] 0.423 0.423
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 795 796
    +#>   ..$ envir: num [1:2] 174 161
    +#>   ..$ dist : num [1:2] 82.1 337.7
    +#>   ..$ prob : num [1:2] 0.843 0.294
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1069 1068
    +#>   ..$ envir: num [1:2] 25.2 48.4
    +#>   ..$ dist : num [1:2] 228 56
    +#>   ..$ prob : num [1:2] 0.554 0.874
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3231 3305
    +#>   ..$ envir: num [1:2] 107.1 89.3
    +#>   ..$ dist : num [1:2] 65.2 407.9
    +#>   ..$ prob : num [1:2] 0.864 0.171
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1020 1020
    +#>   ..$ envir: num [1:2] 83.2 83.2
    +#>   ..$ dist : num [1:2] 218 218
    +#>   ..$ prob : num [1:2] 0.58 0.58
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3161 3162
    +#>   ..$ envir: num [1:2] 104 71.9
    +#>   ..$ dist : num [1:2] 206 177
    +#>   ..$ prob : num [1:2] 0.609 0.675
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1137 1138
    +#>   ..$ envir: num [1:2] 22.2 21.6
    +#>   ..$ dist : num [1:2] 353 172
    +#>   ..$ prob : num [1:2] 0.263 0.685
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1065 1067
    +#>   ..$ envir: num [1:2] 57.5 53.5
    +#>   ..$ dist : num [1:2] 196 294
    +#>   ..$ prob : num [1:2] 0.631 0.393
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3079 3154
    +#>   ..$ envir: num [1:2] 102 112
    +#>   ..$ dist : num [1:2] 283 148
    +#>   ..$ prob : num [1:2] 0.419 0.736
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3003 3002
    +#>   ..$ envir: num [1:2] 58 29.8
    +#>   ..$ dist : num [1:2] 63.6 122.4
    +#>   ..$ prob : num [1:2] 0.866 0.782
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1899 1972
    +#>   ..$ envir: num [1:2] 80.7 45.3
    +#>   ..$ dist : num [1:2] 186 359
    +#>   ..$ prob : num [1:2] 0.654 0.251
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1896 1897
    +#>   ..$ envir: num [1:2] 32.5 38.5
    +#>   ..$ dist : num [1:2] 231 329
    +#>   ..$ prob : num [1:2] 0.547 0.312
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1138 1065
    +#>   ..$ envir: num [1:2] 21.6 57.5
    +#>   ..$ dist : num [1:2] 172 196
    +#>   ..$ prob : num [1:2] 0.685 0.631
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3001 2928
    +#>   ..$ envir: num [1:2] 25.4 14
    +#>   ..$ dist : num [1:2] 143 246
    +#>   ..$ prob : num [1:2] 0.744 0.51
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1212 1212
    +#>   ..$ envir: num [1:2] 28 28
    +#>   ..$ dist : num [1:2] 195 195
    +#>   ..$ prob : num [1:2] 0.634 0.634
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3165 3165
    +#>   ..$ envir: num [1:2] 32.8 32.8
    +#>   ..$ dist : num [1:2] 241 241
    +#>   ..$ prob : num [1:2] 0.522 0.522
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3162 3163
    +#>   ..$ envir: num [1:2] 71.9 47.5
    +#>   ..$ dist : num [1:2] 177 144
    +#>   ..$ prob : num [1:2] 0.675 0.742
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3233 3234
    +#>   ..$ envir: num [1:2] 104.9 85.5
    +#>   ..$ dist : num [1:2] 45.5 58.9
    +#>   ..$ prob : num [1:2] 0.885 0.871
    +
    +#### Example (4) Sampling without replacement via sample_replace = FALSE
    +depths_by_container <-
    +  get_detection_containers_envir(xy = xy,
    +                                detection_range = 425,
    +                                coastline = dat_coast,
    +                                envir = dat_gebco,
    +                                sample_size = 2,
    +                                sample_probs = calc_detection_pr,
    +                                sample_replace = FALSE
    +                                )
    +#> flapper::get_detection_containers_envir() called (@ 2023-02-19 14:59:25)... 
    +#> ... Implementing function checks... 
    +#> ... Defining detection container(s)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> ... Extracting environmental conditions from detection area(s)... 
    +utils::str(depths_by_container)
    +#> List of 40
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3003 3077
    +#>   ..$ envir: num [1:2] 58 99.3
    +#>   ..$ dist : num [1:2] 63.6 177.7
    +#>   ..$ prob : num [1:2] 0.866 0.673
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 870 869
    +#>   ..$ envir: num [1:2] 167 175
    +#>   ..$ dist : num [1:2] 4.13 259.21
    +#>   ..$ prob : num [1:2] 0.921 0.477
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 643 645
    +#>   ..$ envir: num [1:2] 72.1 141.4
    +#>   ..$ dist : num [1:2] 307 209
    +#>   ..$ prob : num [1:2] 0.361 0.6
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3001 3000
    +#>   ..$ envir: num [1:2] 25.4 NA
    +#>   ..$ dist : num [1:2] 143 398
    +#>   ..$ prob : num [1:2] 0.744 0.186
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 862 861
    +#>   ..$ envir: num [1:2] 166 157
    +#>   ..$ dist : num [1:2] 157.3 99.8
    +#>   ..$ prob : num [1:2] 0.716 0.818
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 945 871
    +#>   ..$ envir: num [1:2] 162 152
    +#>   ..$ dist : num [1:2] 87.7 254.8
    +#>   ..$ prob : num [1:2] 0.835 0.488
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1067 1069
    +#>   ..$ envir: num [1:2] 53.5 25.2
    +#>   ..$ dist : num [1:2] 294 228
    +#>   ..$ prob : num [1:2] 0.393 0.554
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1754 1755
    +#>   ..$ envir: num [1:2] 46.9 32.2
    +#>   ..$ dist : num [1:2] 163 338
    +#>   ..$ prob : num [1:2] 0.705 0.293
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1285 1286
    +#>   ..$ envir: num [1:2] 14.5 22
    +#>   ..$ dist : num [1:2] 214.8 65.3
    +#>   ..$ prob : num [1:2] 0.587 0.864
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3233 3235
    +#>   ..$ envir: num [1:2] 104.9 61.3
    +#>   ..$ dist : num [1:2] 45.5 247
    +#>   ..$ prob : num [1:2] 0.885 0.508
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1213 1214
    +#>   ..$ envir: num [1:2] 28.5 28.8
    +#>   ..$ dist : num [1:2] 67.5 214.3
    +#>   ..$ prob : num [1:2] 0.861 0.588
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1681 1682
    +#>   ..$ envir: num [1:2] 47.6 25.6
    +#>   ..$ dist : num [1:2] 230 192
    +#>   ..$ prob : num [1:2] 0.55 0.642
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3236 3163
    +#>   ..$ envir: num [1:2] 47.9 47.5
    +#>   ..$ dist : num [1:2] 212 144
    +#>   ..$ prob : num [1:2] 0.594 0.742
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3661 3662
    +#>   ..$ envir: num [1:2] 108 115
    +#>   ..$ dist : num [1:2] 125 235
    +#>   ..$ prob : num [1:2] 0.778 0.538
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 831 830
    +#>   ..$ envir: num [1:2] 118 117
    +#>   ..$ dist : num [1:2] 204 215
    +#>   ..$ prob : num [1:2] 0.614 0.587
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3232 3230
    +#>   ..$ envir: num [1:2] 116 79
    +#>   ..$ dist : num [1:2] 231.2 95.5
    +#>   ..$ prob : num [1:2] 0.547 0.824
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3163 3165
    +#>   ..$ envir: num [1:2] 47.5 32.8
    +#>   ..$ dist : num [1:2] 144 241
    +#>   ..$ prob : num [1:2] 0.742 0.522
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3155 3153
    +#>   ..$ envir: num [1:2] 94 119
    +#>   ..$ dist : num [1:2] 131 398
    +#>   ..$ prob : num [1:2] 0.767 0.185
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1605 1604
    +#>   ..$ envir: num [1:2] 47.2 55.3
    +#>   ..$ dist : num [1:2] 228 424
    +#>   ..$ prob : num [1:2] 0.555 0.15
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 2940 2866
    +#>   ..$ envir: num [1:2] 130 135
    +#>   ..$ dist : num [1:2] 358 248
    +#>   ..$ prob : num [1:2] 0.254 0.506
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3376 3375
    +#>   ..$ envir: num [1:2] 90.4 75.3
    +#>   ..$ dist : num [1:2] 339 186
    +#>   ..$ prob : num [1:2] 0.291 0.656
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1825 1750
    +#>   ..$ envir: num [1:2] 73.1 61.5
    +#>   ..$ dist : num [1:2] 337 194
    +#>   ..$ prob : num [1:2] 0.294 0.635
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1222 1223
    +#>   ..$ envir: num [1:2] 131 132
    +#>   ..$ dist : num [1:2] 281 204
    +#>   ..$ prob : num [1:2] 0.423 0.614
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 794 795
    +#>   ..$ envir: num [1:2] 179 174
    +#>   ..$ dist : num [1:2] 177.6 82.1
    +#>   ..$ prob : num [1:2] 0.674 0.843
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1068 1069
    +#>   ..$ envir: num [1:2] 48.4 25.2
    +#>   ..$ dist : num [1:2] 56 228
    +#>   ..$ prob : num [1:2] 0.874 0.554
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3232 3230
    +#>   ..$ envir: num [1:2] 116 79
    +#>   ..$ dist : num [1:2] 231.2 95.5
    +#>   ..$ prob : num [1:2] 0.547 0.824
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1020 1019
    +#>   ..$ envir: num [1:2] 83.2 126.8
    +#>   ..$ dist : num [1:2] 218 141
    +#>   ..$ prob : num [1:2] 0.58 0.749
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3161 3163
    +#>   ..$ envir: num [1:2] 104 47.5
    +#>   ..$ dist : num [1:2] 206 144
    +#>   ..$ prob : num [1:2] 0.609 0.742
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1211 1139
    +#>   ..$ envir: num [1:2] 20.4 22
    +#>   ..$ dist : num [1:2] 197 157
    +#>   ..$ prob : num [1:2] 0.63 0.717
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1066 1065
    +#>   ..$ envir: num [1:2] 71.6 57.5
    +#>   ..$ dist : num [1:2] 61.9 196.4
    +#>   ..$ prob : num [1:2] 0.868 0.631
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3079 3154
    +#>   ..$ envir: num [1:2] 102 112
    +#>   ..$ dist : num [1:2] 283 148
    +#>   ..$ prob : num [1:2] 0.419 0.736
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3003 3002
    +#>   ..$ envir: num [1:2] 58 29.8
    +#>   ..$ dist : num [1:2] 63.6 122.4
    +#>   ..$ prob : num [1:2] 0.866 0.782
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1899 1973
    +#>   ..$ envir: num [1:2] 80.7 55.8
    +#>   ..$ dist : num [1:2] 186 281
    +#>   ..$ prob : num [1:2] 0.654 0.423
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1896 1969
    +#>   ..$ envir: num [1:2] 32.5 34.5
    +#>   ..$ dist : num [1:2] 231 363
    +#>   ..$ prob : num [1:2] 0.547 0.244
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1138 1065
    +#>   ..$ envir: num [1:2] 21.6 57.5
    +#>   ..$ dist : num [1:2] 172 196
    +#>   ..$ prob : num [1:2] 0.685 0.631
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3001 3002
    +#>   ..$ envir: num [1:2] 25.4 29.8
    +#>   ..$ dist : num [1:2] 143 122
    +#>   ..$ prob : num [1:2] 0.744 0.782
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1285 1211
    +#>   ..$ envir: num [1:2] 14.5 20.4
    +#>   ..$ dist : num [1:2] 215 197
    +#>   ..$ prob : num [1:2] 0.587 0.63
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3166 3165
    +#>   ..$ envir: num [1:2] 47.7 32.8
    +#>   ..$ dist : num [1:2] 136 241
    +#>   ..$ prob : num [1:2] 0.757 0.522
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3164 3238
    +#>   ..$ envir: num [1:2] 40.4 35
    +#>   ..$ dist : num [1:2] 101 370
    +#>   ..$ prob : num [1:2] 0.817 0.231
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3232 3234
    +#>   ..$ envir: num [1:2] 116.5 85.5
    +#>   ..$ dist : num [1:2] 231.2 58.9
    +#>   ..$ prob : num [1:2] 0.547 0.871
    +
    +#### Example (5) Parallelise the algorithm via cl and varlist arguments
    +depths_by_container <-
    +  get_detection_containers_envir(xy = xy,
    +                                detection_range = 425,
    +                                coastline = dat_coast,
    +                                envir = dat_gebco,
    +                                sample_size = 2,
    +                                sample_probs = calc_detection_pr,
    +                                sample_replace = FALSE,
    +                                cl = parallel::makeCluster(2L),
    +                                varlist = c("dat_gebco","calc_detection_pr")
    +                                )
    +#> flapper::get_detection_containers_envir() called (@ 2023-02-19 14:59:27)... 
    +#> ... Implementing function checks... 
    +#> ... Defining detection container(s)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> ... Extracting environmental conditions from detection area(s)... 
    +#> Error in get(name, envir = envir): object 'calc_detection_pr' not found
    +utils::str(depths_by_container)
    +#> List of 40
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3003 3077
    +#>   ..$ envir: num [1:2] 58 99.3
    +#>   ..$ dist : num [1:2] 63.6 177.7
    +#>   ..$ prob : num [1:2] 0.866 0.673
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 870 869
    +#>   ..$ envir: num [1:2] 167 175
    +#>   ..$ dist : num [1:2] 4.13 259.21
    +#>   ..$ prob : num [1:2] 0.921 0.477
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 643 645
    +#>   ..$ envir: num [1:2] 72.1 141.4
    +#>   ..$ dist : num [1:2] 307 209
    +#>   ..$ prob : num [1:2] 0.361 0.6
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3001 3000
    +#>   ..$ envir: num [1:2] 25.4 NA
    +#>   ..$ dist : num [1:2] 143 398
    +#>   ..$ prob : num [1:2] 0.744 0.186
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 862 861
    +#>   ..$ envir: num [1:2] 166 157
    +#>   ..$ dist : num [1:2] 157.3 99.8
    +#>   ..$ prob : num [1:2] 0.716 0.818
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 945 871
    +#>   ..$ envir: num [1:2] 162 152
    +#>   ..$ dist : num [1:2] 87.7 254.8
    +#>   ..$ prob : num [1:2] 0.835 0.488
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1067 1069
    +#>   ..$ envir: num [1:2] 53.5 25.2
    +#>   ..$ dist : num [1:2] 294 228
    +#>   ..$ prob : num [1:2] 0.393 0.554
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1754 1755
    +#>   ..$ envir: num [1:2] 46.9 32.2
    +#>   ..$ dist : num [1:2] 163 338
    +#>   ..$ prob : num [1:2] 0.705 0.293
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1285 1286
    +#>   ..$ envir: num [1:2] 14.5 22
    +#>   ..$ dist : num [1:2] 214.8 65.3
    +#>   ..$ prob : num [1:2] 0.587 0.864
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3233 3235
    +#>   ..$ envir: num [1:2] 104.9 61.3
    +#>   ..$ dist : num [1:2] 45.5 247
    +#>   ..$ prob : num [1:2] 0.885 0.508
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1213 1214
    +#>   ..$ envir: num [1:2] 28.5 28.8
    +#>   ..$ dist : num [1:2] 67.5 214.3
    +#>   ..$ prob : num [1:2] 0.861 0.588
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1681 1682
    +#>   ..$ envir: num [1:2] 47.6 25.6
    +#>   ..$ dist : num [1:2] 230 192
    +#>   ..$ prob : num [1:2] 0.55 0.642
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3236 3163
    +#>   ..$ envir: num [1:2] 47.9 47.5
    +#>   ..$ dist : num [1:2] 212 144
    +#>   ..$ prob : num [1:2] 0.594 0.742
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3661 3662
    +#>   ..$ envir: num [1:2] 108 115
    +#>   ..$ dist : num [1:2] 125 235
    +#>   ..$ prob : num [1:2] 0.778 0.538
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 831 830
    +#>   ..$ envir: num [1:2] 118 117
    +#>   ..$ dist : num [1:2] 204 215
    +#>   ..$ prob : num [1:2] 0.614 0.587
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3232 3230
    +#>   ..$ envir: num [1:2] 116 79
    +#>   ..$ dist : num [1:2] 231.2 95.5
    +#>   ..$ prob : num [1:2] 0.547 0.824
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3163 3165
    +#>   ..$ envir: num [1:2] 47.5 32.8
    +#>   ..$ dist : num [1:2] 144 241
    +#>   ..$ prob : num [1:2] 0.742 0.522
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3155 3153
    +#>   ..$ envir: num [1:2] 94 119
    +#>   ..$ dist : num [1:2] 131 398
    +#>   ..$ prob : num [1:2] 0.767 0.185
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1605 1604
    +#>   ..$ envir: num [1:2] 47.2 55.3
    +#>   ..$ dist : num [1:2] 228 424
    +#>   ..$ prob : num [1:2] 0.555 0.15
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 2940 2866
    +#>   ..$ envir: num [1:2] 130 135
    +#>   ..$ dist : num [1:2] 358 248
    +#>   ..$ prob : num [1:2] 0.254 0.506
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3376 3375
    +#>   ..$ envir: num [1:2] 90.4 75.3
    +#>   ..$ dist : num [1:2] 339 186
    +#>   ..$ prob : num [1:2] 0.291 0.656
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1825 1750
    +#>   ..$ envir: num [1:2] 73.1 61.5
    +#>   ..$ dist : num [1:2] 337 194
    +#>   ..$ prob : num [1:2] 0.294 0.635
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1222 1223
    +#>   ..$ envir: num [1:2] 131 132
    +#>   ..$ dist : num [1:2] 281 204
    +#>   ..$ prob : num [1:2] 0.423 0.614
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 794 795
    +#>   ..$ envir: num [1:2] 179 174
    +#>   ..$ dist : num [1:2] 177.6 82.1
    +#>   ..$ prob : num [1:2] 0.674 0.843
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1068 1069
    +#>   ..$ envir: num [1:2] 48.4 25.2
    +#>   ..$ dist : num [1:2] 56 228
    +#>   ..$ prob : num [1:2] 0.874 0.554
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3232 3230
    +#>   ..$ envir: num [1:2] 116 79
    +#>   ..$ dist : num [1:2] 231.2 95.5
    +#>   ..$ prob : num [1:2] 0.547 0.824
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1020 1019
    +#>   ..$ envir: num [1:2] 83.2 126.8
    +#>   ..$ dist : num [1:2] 218 141
    +#>   ..$ prob : num [1:2] 0.58 0.749
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3161 3163
    +#>   ..$ envir: num [1:2] 104 47.5
    +#>   ..$ dist : num [1:2] 206 144
    +#>   ..$ prob : num [1:2] 0.609 0.742
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1211 1139
    +#>   ..$ envir: num [1:2] 20.4 22
    +#>   ..$ dist : num [1:2] 197 157
    +#>   ..$ prob : num [1:2] 0.63 0.717
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1066 1065
    +#>   ..$ envir: num [1:2] 71.6 57.5
    +#>   ..$ dist : num [1:2] 61.9 196.4
    +#>   ..$ prob : num [1:2] 0.868 0.631
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3079 3154
    +#>   ..$ envir: num [1:2] 102 112
    +#>   ..$ dist : num [1:2] 283 148
    +#>   ..$ prob : num [1:2] 0.419 0.736
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3003 3002
    +#>   ..$ envir: num [1:2] 58 29.8
    +#>   ..$ dist : num [1:2] 63.6 122.4
    +#>   ..$ prob : num [1:2] 0.866 0.782
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1899 1973
    +#>   ..$ envir: num [1:2] 80.7 55.8
    +#>   ..$ dist : num [1:2] 186 281
    +#>   ..$ prob : num [1:2] 0.654 0.423
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1896 1969
    +#>   ..$ envir: num [1:2] 32.5 34.5
    +#>   ..$ dist : num [1:2] 231 363
    +#>   ..$ prob : num [1:2] 0.547 0.244
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1138 1065
    +#>   ..$ envir: num [1:2] 21.6 57.5
    +#>   ..$ dist : num [1:2] 172 196
    +#>   ..$ prob : num [1:2] 0.685 0.631
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3001 3002
    +#>   ..$ envir: num [1:2] 25.4 29.8
    +#>   ..$ dist : num [1:2] 143 122
    +#>   ..$ prob : num [1:2] 0.744 0.782
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 1285 1211
    +#>   ..$ envir: num [1:2] 14.5 20.4
    +#>   ..$ dist : num [1:2] 215 197
    +#>   ..$ prob : num [1:2] 0.587 0.63
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3166 3165
    +#>   ..$ envir: num [1:2] 47.7 32.8
    +#>   ..$ dist : num [1:2] 136 241
    +#>   ..$ prob : num [1:2] 0.757 0.522
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3164 3238
    +#>   ..$ envir: num [1:2] 40.4 35
    +#>   ..$ dist : num [1:2] 101 370
    +#>   ..$ prob : num [1:2] 0.817 0.231
    +#>  $ :'data.frame':	2 obs. of  4 variables:
    +#>   ..$ cell : num [1:2] 3232 3234
    +#>   ..$ envir: num [1:2] 116.5 85.5
    +#>   ..$ dist : num [1:2] 231.2 58.9
    +#>   ..$ prob : num [1:2] 0.547 0.871
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/get_detection_containers_overlap.html b/docs/reference/get_detection_containers_overlap.html index 22a5b1a..c78f320 100644 --- a/docs/reference/get_detection_containers_overlap.html +++ b/docs/reference/get_detection_containers_overlap.html @@ -1,67 +1,12 @@ - - - - - - - -Get detection container overlaps — get_detection_containers_overlap • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Get detection container overlaps — get_detection_containers_overlap • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,146 +65,154 @@

    Get detection container overlaps

    This functions identifies receivers with overlapping detection containers in space and time.

    -
    get_detection_containers_overlap(containers, services = NULL)
    - -

    Arguments

    - - - - - - - - - - -
    containers

    A SpatialPolygonsDataFrame that defines detection containers (see get_detection_containers). The data slot must include a dataframe with the following columns: an unique, integer identifier for each receiver (`receiver_id') and receiver deployment Dates (`receiver_start_date' and `receiver_end_date').

    services

    (optional) A dataframe that defines receiver IDs and servicing Dates (times during the deployment period of a receiver when it was not active due to servicing). If provided, this must contain the following columns: an integer identifier for serviced receivers (named ‘receiver_id’) and two columns that define the time of the service(s) (‘service_start_date’ and ‘service_end_date’) (see make_matrix_receivers).

    - -

    Value

    +
    +
    get_detection_containers_overlap(containers, services = NULL)
    +
    -

    The function returns a list with two elements:

      -
    • overlap_by_receiver is list, with one element for all integers from 1:max(containers$receiver_id). Any elements that do not correspond to receivers contain a NULL element. List elements that correspond to receivers contain a dataframe that defines, for each day over the deployment period (defined in `timestamp') of that receiver (defined in `receiver_id'), whether (1) or not (0) that receiver overlapped in space with every other receiver (defined in the remaining columns by their receiver IDs).

    • -
    • overlap_by_date is a named list, with one element for each date from the start until the end of the study (min(containers$receiver_start_date):max(containers$receiver_end_date)), that records an integer vector of all receivers with overlapping containers on that date. In this vector, each receiver overlaps with at least one other receiver (but not every receiver will necessarily overlap with every other receiver).

    • -
    +
    +

    Arguments

    +
    containers
    +

    A SpatialPolygonsDataFrame that defines detection containers (see get_detection_containers). The data slot must include a dataframe with the following columns: an unique, integer identifier for each receiver (`receiver_id') and receiver deployment Dates (`receiver_start_date' and `receiver_end_date').

    -

    Details

    -

    This function requires the tidyr-package (specifically pivot_longer).

    -

    See also

    +
    services
    +

    (optional) A dataframe that defines receiver IDs and servicing Dates (times during the deployment period of a receiver when it was not active due to servicing). If provided, this must contain the following columns: an integer identifier for serviced receivers (named ‘receiver_id’) and two columns that define the time of the service(s) (‘service_start_date’ and ‘service_end_date’) (see make_matrix_receivers).

    -

    get_detection_containers creates detection containers.

    -

    Author

    +
    +
    +

    Value

    + +

    The function returns a list with two elements:

    • overlap_by_receiver is list, with one element for all integers from 1:max(containers$receiver_id). Any elements that do not correspond to receivers contain a NULL element. List elements that correspond to receivers contain a dataframe that defines, for each day over the deployment period (defined in `timestamp') of that receiver (defined in `receiver_id'), whether (1) or not (0) that receiver overlapped in space with every other receiver (defined in the remaining columns by their receiver IDs).

    • +
    • overlap_by_date is a named list, with one element for each date from the start until the end of the study (min(containers$receiver_start_date):max(containers$receiver_end_date)), that records an integer vector of all receivers with overlapping containers on that date. In this vector, each receiver overlaps with at least one other receiver (but not every receiver will necessarily overlap with every other receiver).

    • +
    +
    +

    Details

    +

    This function requires the tidyr-package (specifically pivot_longer).

    +
    +
    +

    See also

    +

    get_detection_containers creates detection containers.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define receiver containers -## Define receiver locations as a SpatialPoints object with a UTM CRS -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -rownames(dat_moorings) <- dat_moorings$receiver_id -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) -## Get receiver-specific detection containers -# ... via get_detection_containers with byid = TRUE -containers <- get_detection_containers(xy, byid = TRUE) -
    ## Link detection containers with receiver IDs and deployment dates -# ... in a SpatialPointsDataFrame, as required for this function. -containers_df <- dat_moorings[, c("receiver_id", - "receiver_start_date", - "receiver_end_date")] -row.names(containers_df) <- names(containers) -containers <- sp::SpatialPolygonsDataFrame(containers, containers_df) - -## Simulate some receiver 'servicing' dates for demonstration purposes -set.seed(1) -# Loop over each receiver... -services_by_receiver <- lapply(split(dat_moorings, 1:nrow(dat_moorings)), function(din){ - # For the receiver, simulate the number of servicing events - n <- sample(0:3, 1) - dout <- NULL - if(n > 0){ - # simulate the timing of servicing events - dates <- sample(seq(min(din$receiver_start_date), max(din$receiver_end_date), "days"), n) - dout <- data.frame(receiver_id = rep(din$receiver_id, length(dates)), - service_start_date = dates, - service_end_date = dates) - } - return(dout) -}) -services <- do.call(rbind, services_by_receiver) -rownames(services) <- NULL -if(nrow(services) == 0) services <- NULL - -#### Example (1): Implement function using containers alone -overlaps_1 <- get_detection_containers_overlap(containers = containers) -summary(overlaps_1) -
    #> Length Class Mode -#> list_by_receiver 57 -none- list -#> list_by_date 457 -none- list
    -#### Example (2): Account for servicing dates -overlaps_2 <- get_detection_containers_overlap(containers = containers, - services = services) -# Examine the first few simulated servicing events -services[1:3, ] -
    #> receiver_id service_start_date service_end_date -#> 1 4 2016-08-16 2016-08-16 -#> 2 4 2016-07-09 2016-07-09 -#> 3 4 2016-12-26 2016-12-26
    # Show that the list_by_date element for the first servicing event -# ... includes the first receiver in services$receiver_id -# ... for overlaps_1 but not overlaps_2, -# ... which accounts for that fact that the receiver was serviced then: -overlaps_1$list_by_date[[as.character(services$service_start_date[1])]] -
    #> [1] 3 9 12 40 4 24 23 26 20 18 21 31
    overlaps_2$list_by_date[[as.character(services$service_start_date[1])]] -
    #> [1] 3 9 24 23 26 20 18 21 31
    # Likewise, show that the list_by_receiver element for that receiver -# ... includes overlapping receivers in overlaps_1 but not overlaps_2: -r_id <- services$receiver_id[1] -overlaps_1$list_by_receiver[[r_id]][overlaps_1$list_by_receiver[[r_id]]$timestamp %in% - services$service_start_date[services$receiver_id == r_id], ] -
    #> timestamp receiver_id 3 7 9 11 12 14 18 20 21 23 24 26 27 29 30 31 -#> 2016-07-09 2016-07-09 4 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 -#> 2016-08-16 2016-08-16 4 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 -#> 2016-12-26 2016-12-26 4 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 -#> 33 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 -#> 2016-07-09 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -#> 2016-08-16 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -#> 2016-12-26 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    overlaps_2$list_by_receiver[[r_id]][overlaps_2$list_by_receiver[[r_id]]$timestamp %in% - services$service_start_date[services$receiver_id == r_id], ] -
    #> timestamp receiver_id 3 7 9 11 12 14 18 20 21 23 24 26 27 29 30 31 -#> 2016-07-09 2016-07-09 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -#> 2016-08-16 2016-08-16 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -#> 2016-12-26 2016-12-26 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -#> 33 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 -#> 2016-07-09 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -#> 2016-08-16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -#> 2016-12-26 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    -
    +
    +

    Examples

    +
    #### Define receiver containers
    +## Define receiver locations as a SpatialPoints object with a UTM CRS
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +rownames(dat_moorings) <- dat_moorings$receiver_id
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +## Get receiver-specific detection containers
    +# ... via get_detection_containers with byid = TRUE
    +containers <- get_detection_containers(xy, byid = TRUE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +## Link detection containers with receiver IDs and deployment dates
    +# ... in a SpatialPointsDataFrame, as required for this function.
    +containers_df <- dat_moorings[, c("receiver_id",
    +                                 "receiver_start_date",
    +                                 "receiver_end_date")]
    +row.names(containers_df) <- names(containers)
    +containers <- sp::SpatialPolygonsDataFrame(containers, containers_df)
    +
    +## Simulate some receiver 'servicing' dates for demonstration purposes
    +set.seed(1)
    +# Loop over each receiver...
    +services_by_receiver <- lapply(split(dat_moorings, 1:nrow(dat_moorings)), function(din){
    +  # For the receiver, simulate the number of servicing events
    +  n <- sample(0:3, 1)
    +  dout <- NULL
    +  if(n > 0){
    +    # simulate the timing of servicing events
    +    dates <- sample(seq(min(din$receiver_start_date), max(din$receiver_end_date), "days"), n)
    +    dout <- data.frame(receiver_id = rep(din$receiver_id, length(dates)),
    +                       service_start_date = dates,
    +                       service_end_date = dates)
    +  }
    +  return(dout)
    +})
    +services <- do.call(rbind, services_by_receiver)
    +rownames(services) <- NULL
    +if(nrow(services) == 0) services <- NULL
    +
    +#### Example (1): Implement function using containers alone
    +overlaps_1 <- get_detection_containers_overlap(containers = containers)
    +summary(overlaps_1)
    +#>                  Length Class  Mode
    +#> list_by_receiver  57    -none- list
    +#> list_by_date     457    -none- list
    +
    +#### Example (2): Account for servicing dates
    +overlaps_2 <- get_detection_containers_overlap(containers = containers,
    +                                              services = services)
    +# Examine the first few simulated servicing events
    +services[1:3, ]
    +#>   receiver_id service_start_date service_end_date
    +#> 1           4         2016-08-16       2016-08-16
    +#> 2           4         2016-07-09       2016-07-09
    +#> 3           4         2016-12-26       2016-12-26
    +# Show that the list_by_date element for the first servicing event
    +# ... includes the first receiver in services$receiver_id
    +# ... for overlaps_1 but not overlaps_2,
    +# ... which accounts for that fact that the receiver was serviced then:
    +overlaps_1$list_by_date[[as.character(services$service_start_date[1])]]
    +#>  [1]  3  9 12 40  4 24 23 26 20 18 21 31
    +overlaps_2$list_by_date[[as.character(services$service_start_date[1])]]
    +#> [1]  3  9 24 23 26 20 18 21 31
    +# Likewise, show that the list_by_receiver element for that receiver
    +# ... includes overlapping receivers in overlaps_1 but not overlaps_2:
    +r_id <- services$receiver_id[1]
    +overlaps_1$list_by_receiver[[r_id]][overlaps_1$list_by_receiver[[r_id]]$timestamp %in%
    +                                      services$service_start_date[services$receiver_id == r_id], ]
    +#>             timestamp receiver_id 3 7 9 11 12 14 18 20 21 23 24 26 27 29 30 31
    +#> 2016-07-09 2016-07-09           4 0 0 0  0  1  0  0  0  0  0  0  0  0  0  0  0
    +#> 2016-08-16 2016-08-16           4 0 0 0  0  1  0  0  0  0  0  0  0  0  0  0  0
    +#> 2016-12-26 2016-12-26           4 0 0 0  0  1  0  0  0  0  0  0  0  0  0  0  0
    +#>            33 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
    +#> 2016-07-09  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
    +#> 2016-08-16  0  0  0  0  0  0  1  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
    +#> 2016-12-26  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
    +overlaps_2$list_by_receiver[[r_id]][overlaps_2$list_by_receiver[[r_id]]$timestamp %in%
    +                                      services$service_start_date[services$receiver_id == r_id], ]
    +#>             timestamp receiver_id 3 7 9 11 12 14 18 20 21 23 24 26 27 29 30 31
    +#> 2016-07-09 2016-07-09           4 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0
    +#> 2016-08-16 2016-08-16           4 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0
    +#> 2016-12-26 2016-12-26           4 0 0 0  0  0  0  0  0  0  0  0  0  0  0  0  0
    +#>            33 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
    +#> 2016-07-09  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
    +#> 2016-08-16  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
    +#> 2016-12-26  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_detection_days.html b/docs/reference/get_detection_days.html index a89e3a1..2d12f98 100644 --- a/docs/reference/get_detection_days.html +++ b/docs/reference/get_detection_days.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate detection days — get_detection_days • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate detection days — get_detection_days • flapper - + + - - - -
    -
    - -
    - -
    +
    -

    The function calculates the total number of days (termed `detection days') during which individuals were detected at passive acoustic telemetry receivers. To implement the function, a dataframe with passive acoustic telemetry detections of individuals at receivers must be supplied. Detection days can be calculated for all combinations of individuals/receivers in this dataframe, for all combinations of specified individuals and receivers, or for specific individual/receiver pairs. The function returns a dataframe of detection days for these individual/receiver combinations or a vector of detection days that is matched against another dataframe.

    +

    The function calculates the total number of days (termed `detection days') during which individuals were detected at passive acoustic telemetry receivers. To implement the function, a dataframe with passive acoustic telemetry detections of individuals at receivers must be supplied. Detection days can be calculated for individuals/receivers in this dataframe, for specific individual/receiver pairs or all combinations of specified individuals and receivers. The function returns a dataframe of detection days for these individual/receiver combinations or a vector of detection days that is matched against another dataframe.

    -
    get_detection_days(
    -  acoustics,
    -  individual_id = NULL,
    -  receiver_id = NULL,
    -  type = 1L,
    -  match_to = NULL,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    acoustics

    A dataframe that contains passive acoustic telemetry detection time series (see dat_acoustics for an example). This should contain the following columns: a vector of individual IDs, named `individual_id'; a vector of receiver IDs, named `receiver_id'; and a POSIXct vector of time stamps when detections were made, named `timestamp'.

    individual_id

    (optional) A vector of individuals for which to calculate detection days.

    receiver_id

    (optional) A vector of receivers for which to calculate detection days.

    type

    If both individual_id and receiver_id are specified, then type is an integer that defines whether or not to calculate detection days for (a) each individual/receiver pair (type = 1L) or (b) all combinations of individuals/receivers.

    match_to

    (optional) A dataframe against which to match detection days. This must contain the `individual_id' and `receiver_id' column, as in acoustics. If supplied, an integer vector of detection days for individual/receiver combinations, matched against the individuals/receivers in match_to, is returned (see also Value).

    ...

    Additional arguments passed to pblapply.

    - -

    Value

    - -

    The function returns a dataframe with the detection days for all, or specified, combinations of individuals and receivers. Note that if acoustics only contains individuals/receivers that made detections, then this will only contain individuals/receivers for/at which detections were made. Alternatively, if match_to is supplied, a vector of detection days, matched against each individual/receiver observation in that dataframe, is returned.

    -

    See also

    - - -

    Author

    +
    +
    get_detection_days(
    +  acoustics,
    +  individual_id = NULL,
    +  receiver_id = NULL,
    +  type = c(1L, 2L),
    +  match_to = NULL,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    acoustics
    +

    A dataframe that contains passive acoustic telemetry detection time series (see dat_acoustics for an example). This should contain the following columns: a vector of individual IDs, named `individual_id'; a vector of receiver IDs, named `receiver_id'; and a POSIXct vector of time stamps when detections were made, named `timestamp'.

    + + +
    individual_id
    +

    (optional) A vector of individuals for which to calculate detection days. Values not in acoustics are dropped with a warning.

    + + +
    receiver_id
    +

    (optional) A vector of receivers for which to calculate detection days. Values not in acoustics are dropped with a warning.

    + +
    type
    +

    If both individual_id and receiver_id are specified, then type is an integer that defines whether or not to calculate detection days for (a) each individual/receiver pair (type = 1L) or (b) all combinations of individuals/receivers.

    + + +
    match_to
    +

    (optional) A dataframe against which to match detection days. This must contain the `individual_id' and `receiver_id' column, as in acoustics. If supplied, an integer vector of detection days for individual/receiver combinations, matched against the individuals/receivers in match_to, is returned (see also Value).

    + + +
    ...
    +

    Additional arguments (depreciated).

    + +
    +
    +

    Value

    + + +

    If match_to is un-supplied, the function returns a dataframe with the detection days for individual/receiver pairs in acoustics or specific pairs/all possible pairs of specified individuals and receivers. Individual(s) and receiver(s) (if specified via individual_id and receiver_id) not in acoustics are dropped with warning(s). If match_to is supplied, a vector of detection days, matched against each individual/receiver observation in that dataframe, is returned.

    +
    +
    +

    Details

    +

    To calculate detection days for all individuals in acoustics across all receivers (rather than by each receiver), simply use dplyr (see Examples).

    +

    This function does not currently support other time steps (e.g., detection hours).

    +
    + +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Detection days between all combinations -# ... of detected individuals and receivers with detections -dat <- get_detection_days(dat_acoustics) - -#### Example (2) Detection days between all combinations of specified -#... individuals/receivers -dat <- get_detection_days(dat_acoustics, - individual_id = 25, - receiver_id = c(25, 21), - type = 2L) - -#### Example (3) Detection days between specified individual/receiver pairs -dat <- get_detection_days(dat_acoustics, - individual_id = c(25, 26), - receiver_id = c(25, 21), - type = 1L) - -#### Example (4) Match detection days to another dataframe -dat_acoustics$detection_days <- get_detection_days(dat_acoustics, - match_to = dat_acoustics, - type = 1L) - -utils::head(dat_acoustics) -
    #> individual_id transmitter_id index timestamp receiver_id -#> 1 25 A69-1303-555 1 2016-03-17 01:50:00 26 -#> 2 25 A69-1303-555 2 2016-03-17 01:52:00 26 -#> 3 25 A69-1303-555 4 2016-03-17 01:54:00 26 -#> 4 25 A69-1303-555 5 2016-03-17 01:58:00 26 -#> 5 25 A69-1303-555 7 2016-03-17 02:00:00 26 -#> 6 25 A69-1303-555 8 2016-03-17 02:04:00 26 -#> receiver receiver_long receiver_lat receiver_depth detection_days -#> 1 VR2W-108163 -5.610733 56.37628 25 16 -#> 2 VR2W-108163 -5.610733 56.37628 25 16 -#> 3 VR2W-108163 -5.610733 56.37628 25 16 -#> 4 VR2W-108163 -5.610733 56.37628 25 16 -#> 5 VR2W-108163 -5.610733 56.37628 25 16 -#> 6 VR2W-108163 -5.610733 56.37628 25 16
    -
    +
    +

    Examples

    +
    #### Example (1): Detection days between all combinations
    +# ... of detected individuals and receivers with detections
    +dat <- get_detection_days(dat_acoustics)
    +utils::head(dat)
    +#>   receiver_id individual_id detection_days
    +#> 1           3            25              5
    +#> 2           3            28             46
    +#> 3           3            35             84
    +#> 4           4            25              2
    +#> 5           7            25              1
    +#> 6           9            25              1
    +
    +#### Example (2) Detection days between specified individual/receiver pairs
    +dat <- get_detection_days(dat_acoustics,
    +                          individual_id = c(25, 28),
    +                          receiver_id = c(3, 24),
    +                          type = 1L)
    +utils::head(dat)
    +#>   receiver_id individual_id detection_days
    +#> 1           3            25              5
    +#> 2           3            28             46
    +#> 3          24            25             12
    +#> 4          24            28              1
    +
    +#### Example (3) Detection days between all combinations of specified
    +#... individuals/receivers
    +dat <- get_detection_days(dat_acoustics,
    +                          individual_id = c(25, 28),
    +                          receiver_id = c(3, 24),
    +                          type = 2L)
    +utils::head(dat)
    +#>   individual_id receiver_id detection_days
    +#> 1            25           3              5
    +#> 2            28           3             46
    +#> 3            25          24             12
    +#> 4            28          24              1
    +
    +#### Example (4) Match detection days to another dataframe
    +dat_acoustics$detection_days <- get_detection_days(dat_acoustics,
    +                                                   match_to = dat_acoustics,
    +                                                   type = 1L)
    +
    +utils::head(dat_acoustics)
    +#>   individual_id transmitter_id index           timestamp receiver_id
    +#> 1            25   A69-1303-555     1 2016-03-17 01:50:00          26
    +#> 2            25   A69-1303-555     2 2016-03-17 01:52:00          26
    +#> 3            25   A69-1303-555     4 2016-03-17 01:54:00          26
    +#> 4            25   A69-1303-555     5 2016-03-17 01:58:00          26
    +#> 5            25   A69-1303-555     7 2016-03-17 02:00:00          26
    +#> 6            25   A69-1303-555     8 2016-03-17 02:04:00          26
    +#>      receiver receiver_long receiver_lat receiver_depth detection_days
    +#> 1 VR2W-108163     -5.610733     56.37628             25             16
    +#> 2 VR2W-108163     -5.610733     56.37628             25             16
    +#> 3 VR2W-108163     -5.610733     56.37628             25             16
    +#> 4 VR2W-108163     -5.610733     56.37628             25             16
    +#> 5 VR2W-108163     -5.610733     56.37628             25             16
    +#> 6 VR2W-108163     -5.610733     56.37628             25             16
    +
    +#### Example (5): Detection days for all individuals across all individuals
    +# Simply use dplyr:
    +require(dplyr)
    +dat_acoustics %>%
    +  mutate(date = as.Date(timestamp)) %>%
    +  group_by(individual_id) %>%
    +  summarise(detection_days = length(unique(date)))
    +#> # A tibble: 3 × 2
    +#>   individual_id detection_days
    +#>           <int>          <int>
    +#> 1            25            256
    +#> 2            28            151
    +#> 3            35            196
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/get_detection_overlaps.html b/docs/reference/get_detection_overlaps.html index 7e6034d..4bceb72 100644 --- a/docs/reference/get_detection_overlaps.html +++ b/docs/reference/get_detection_overlaps.html @@ -1,67 +1,12 @@ - - - - - - - -Get `overlapping' detections — get_detection_overlaps • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Get `overlapping' detections — get_detection_overlaps • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,143 +65,173 @@

    Get `overlapping' detections

    This function isolates detections that occurred at `effectively the same time' at different receivers with overlapping or non-overlapping detection containers. To implement the function, a dataframe of acoustic detections for a specific individual (acoustics) is required. Within this dataframe, the function isolates any detections that occurred within a user-specified time interval (clock_drift) at different receivers. If a list of the receivers with overlapping detection containers in space and time is supplied (overlaps), the function also flags the subset of these detections that occurred at receivers with overlapping or non-overlapping detection containers. This information is important for identifying potential false detections and the implementation of the AC* algorithm(s) (see Details). The function returns this information via summary message(s) along with a dataframe of the overlapping detections.

    -
    get_detection_overlaps(acoustics, overlaps = NULL, clock_drift = 5)
    +
    +
    get_detection_overlaps(acoustics, overlaps = NULL, clock_drift = 5)
    +
    + +
    +

    Arguments

    +
    acoustics
    +

    A dataframe of passive acoustic telemetry detection time series (see dat_acoustics for an example) for a single individual. This must contain an integer vector of receiver IDs, named `receiver_id' and a POSIXct vector of time stamps when detections were made, named `timestamp'.

    + + +
    overlaps
    +

    (optional) A named list, from get_detection_containers_overlap, that defines, for each receiver, for each day over its deployment period, whether or not its detection container overlapped with those of other receivers.

    -

    Arguments

    - - - - - - - - - - - - - - -
    acoustics

    A dataframe of passive acoustic telemetry detection time series (see dat_acoustics for an example) for a single individual. This must contain an integer vector of receiver IDs, named `receiver_id' and a POSIXct vector of time stamps when detections were made, named `timestamp'.

    overlaps

    (optional) A named list, from get_detection_containers_overlap, that defines, for each receiver, for each day over its deployment period, whether or not its detection container overlapped with those of other receivers.

    clock_drift

    A number that defines the time (s) between sequential detections at which they are considered to have occurred at `effectively the same time'.

    -

    Value

    +
    clock_drift
    +

    A number that defines the time (s) between sequential detections at which they are considered to have occurred at `effectively the same time'.

    -

    The function returns a message that defines the number of detections at different receivers that occurred at effectively the same time (within clock_drift) and, if overlaps is supplied, the subset of these that occurred at non-overlapping receivers. A dataframe is also invisibly returned that records the details of overlapping detections. This includes the following columns:

      -
    • timestamp_1, a POSIXct vector of time stamps at which detections were made;

    • +
    +
    +

    Value

    + + +

    The function returns a message that defines the number of detections at different receivers that occurred at effectively the same time (within clock_drift) and, if overlaps is supplied, the subset of these that occurred at non-overlapping receivers. A dataframe is also invisibly returned that records the details of overlapping detections. This includes the following columns:

    • timestamp_1, a POSIXct vector of time stamps at which detections were made;

    • receiver_id_1, an integer identifier of the receivers at which detections were made;

    • timestamp_2, a POSIXct vector of the time stamps at which immediately subsequent detections were made;

    • receiver_id_2, an integer identifier of the receivers at which the immediately subsequent detections were made;

    • diff_time, a numeric vector that defines the time (s) between consecutive detections (timestamp_1 and timestamp_2);

    • detection_in_overlapping_container, a binary vector that defines whether (1) or not (0) the detection containers of receiver_id_1 and receiver_id_2 overlapped at the time of the detection (this is only included if overlaps is provided);

    • -
    - -

    Details

    - -

    Detections at different receivers that occur at effectively the same time have important implications for inferences of animal movement patterns, especially via the AC* algorithm(s) in flapper (e.g. acdc). Within the AC* algorithm(s), when an individual is detected at the same time at two different receivers, detection probability kernels dictate that these receivers must have overlapping detection containers. If the detection containers do not overlap, this suggests that either (a) receiver clocks are not well-aligned; (b) the definition of `effectively the same time' is be overly large (such that the individual could move from within the detection container of one receiver into the detection container of another); (c) detection containers are too small and detection probability is higher than realised; and/or (d) one or more of the detections are false. The most likely cause may be guided by knowledge of the array design, detection probability and false detection algorithms. For example, if it is plausible that detection containers are too small, repeating the implementation of this function with larger containers may indicate whether or not this is likely to have been the case: if so, all detections that occurred at effectively the same time at receivers with non-overlapping detection containers should be captured by the large containers (though this does not rule out other explanations). The purpose of this function is to flag any such detections so that they can be investigated and addressed prior to the implementation of the AC* algorithm(s).

    -

    Author

    - +
    +
    +

    Details

    +

    Detections at different receivers that occur at effectively the same time have important implications for inferences of animal movement patterns, especially via the AC* algorithm(s) in flapper (e.g. acdc). Within the AC* algorithm(s), when an individual is detected at the same time at two different receivers, detection probability kernels dictate that these receivers must have overlapping detection containers. If the detection containers do not overlap, this suggests that either (a) receiver clocks are not well-aligned; (b) the definition of `effectively the same time' is be overly large (such that the individual could move from within the detection container of one receiver into the detection container of another); (c) detection containers are too small and detection probability is higher than realised; and/or (d) one or more of the detections are false. The most likely cause may be guided by knowledge of the array design, detection probability and false detection algorithms. For example, if it is plausible that detection containers are too small, repeating the implementation of this function with larger containers may indicate whether or not this is likely to have been the case: if so, all detections that occurred at effectively the same time at receivers with non-overlapping detection containers should be captured by the large containers (though this does not rule out other explanations). The purpose of this function is to flag any such detections so that they can be investigated and addressed prior to the implementation of the AC* algorithm(s).

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Implement function using detection data for an example individual -dat_acoustics_25 <- dat_acoustics[dat_acoustics$individual_id == 25, ] -dat <- get_detection_overlaps(acoustics = dat_acoustics_25) -
    #> 517 observation(s) identified at another receiver within 5 secs.
    utils::head(dat) -
    #> timestamp_1 receiver_id_1 receiver_id_2 timestamp_2 diff_time -#> 1 2016-03-17 02:56:00 26 21 2016-03-17 02:56:00 0 -#> 2 2016-03-17 04:08:00 26 21 2016-03-17 04:08:00 0 -#> 3 2016-03-17 05:06:00 26 31 2016-03-17 05:06:00 0 -#> 4 2016-03-17 05:10:00 31 26 2016-03-17 05:10:00 0 -#> 5 2016-03-17 05:20:00 31 26 2016-03-17 05:20:00 0 -#> 6 2016-03-17 08:50:00 26 31 2016-03-17 08:50:00 0
    -#### Example (2): Implement function, including information on detection containers - -## Get detection container overlaps to include in function -## (see ?flapper::get_detection_container_overlaps) -# Define receiver locations -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -rownames(dat_moorings) <- dat_moorings$receiver_id -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) -# Get receiver-specific detection containers -containers <- get_detection_containers(xy, byid = TRUE) -
    containers_df <- dat_moorings[, c("receiver_id", - "receiver_start_date", - "receiver_end_date")] -row.names(containers_df) <- names(containers) -containers <- sp::SpatialPolygonsDataFrame(containers, containers_df) -# Define detection container overlaps -overlaps <- get_detection_containers_overlap(containers = containers) - -## Implement function with detection container overlaps included -dat <- get_detection_overlaps(acoustics = dat_acoustics_25, overlaps = overlaps) -
    #> 517 observation(s) identified at another receiver within 5 secs.
    #> Of these, there are 2 observation(s) within 5 secs that are not in overlapping containers.
    #> These simulataneous detections at non-overlapping receivers occurred at 15 unique receiver pair(s): 3-9, 12-44, 21-26, 21-57, 26-31, 41-47, 43-57, 45-56, 45-57, 46-54, 46-52, 47-52, 49-53, 50-51, 52-54.
    utils::head(dat) -
    #> timestamp_1 receiver_id_1 receiver_id_2 timestamp_2 diff_time -#> 1 2016-03-17 02:56:00 26 21 2016-03-17 02:56:00 0 -#> 2 2016-03-17 04:08:00 26 21 2016-03-17 04:08:00 0 -#> 3 2016-03-17 05:06:00 26 31 2016-03-17 05:06:00 0 -#> 4 2016-03-17 05:10:00 31 26 2016-03-17 05:10:00 0 -#> 5 2016-03-17 05:20:00 31 26 2016-03-17 05:20:00 0 -#> 6 2016-03-17 08:50:00 26 31 2016-03-17 08:50:00 0 -#> detection_in_overlapping_container -#> 1 1 -#> 2 1 -#> 3 1 -#> 4 1 -#> 5 1 -#> 6 1
    -#### Implement function across all individuals -# For some individuals, there are simultaneous detections at receivers with -# ... non overlapping detection containers, suggesting these are probably too small. -dat_by_id <- - lapply(split(dat_acoustics, dat_acoustics$individual_id), - function(acc_for_id){ - print(paste("individual_id", acc_for_id$individual_id[1], "-------")) - get_detection_overlaps(acoustics = acc_for_id, overlaps = overlaps) - }) -
    #> [1] "individual_id 25 -------"
    #> 517 observation(s) identified at another receiver within 5 secs.
    #> Of these, there are 2 observation(s) within 5 secs that are not in overlapping containers.
    #> These simulataneous detections at non-overlapping receivers occurred at 15 unique receiver pair(s): 3-9, 12-44, 21-26, 21-57, 26-31, 41-47, 43-57, 45-56, 45-57, 46-54, 46-52, 47-52, 49-53, 50-51, 52-54.
    #> [1] "individual_id 28 -------"
    #> 239 observation(s) identified at another receiver within 5 secs.
    #> Of these, there are 111 observation(s) within 5 secs that are not in overlapping containers.
    #> These simulataneous detections at non-overlapping receivers occurred at 9 unique receiver pair(s): 3-9, 3-33, 21-30, 21-26, 21-57, 43-57, 49-53, 50-51, 45-56.
    #> [1] "individual_id 35 -------"
    #> 294 observation(s) identified at another receiver within 5 secs.
    #> Of these, there are 9 observation(s) within 5 secs that are not in overlapping containers.
    #> These simulataneous detections at non-overlapping receivers occurred at 6 unique receiver pair(s): 3-9, 3-33, 21-43, 21-45, 43-57, 45-57.
    ## Test this hypothesis by re-implementing approach with larger containers -# Re-define containers and receiver overlap -containers <- get_detection_containers(xy, detection_range = 750, byid = TRUE) -
    containers <- sp::SpatialPolygonsDataFrame(containers, containers_df) -overlaps <- get_detection_containers_overlap(containers = containers) -# Re-implement algorithm -dat_by_id <- - lapply(split(dat_acoustics, dat_acoustics$individual_id), - function(acc_for_id){ - print(paste("individual_id", acc_for_id$individual_id[1], "-------")) - get_detection_overlaps(acoustics = acc_for_id, overlaps = overlaps) - }) -
    #> [1] "individual_id 25 -------"
    #> 517 observation(s) identified at another receiver within 5 secs.
    #> Of these, there are 0 observation(s) within 5 secs that are not in overlapping containers.
    #> [1] "individual_id 28 -------"
    #> 239 observation(s) identified at another receiver within 5 secs.
    #> Of these, there are 0 observation(s) within 5 secs that are not in overlapping containers.
    #> [1] "individual_id 35 -------"
    #> 294 observation(s) identified at another receiver within 5 secs.
    #> Of these, there are 0 observation(s) within 5 secs that are not in overlapping containers.
    # There are now no observations within clock_drift at receivers with -# ... non-overlapping containers. - -
    +
    +

    Examples

    +
    #### Example (1): Implement function using detection data for an example individual
    +dat_acoustics_25 <- dat_acoustics[dat_acoustics$individual_id == 25, ]
    +dat <- get_detection_overlaps(acoustics = dat_acoustics_25)
    +#> 517 observation(s) identified at another receiver within 5 secs.
    +utils::head(dat)
    +#>           timestamp_1 receiver_id_1 receiver_id_2         timestamp_2 diff_time
    +#> 1 2016-03-17 02:56:00            26            21 2016-03-17 02:56:00         0
    +#> 2 2016-03-17 04:08:00            26            21 2016-03-17 04:08:00         0
    +#> 3 2016-03-17 05:06:00            26            31 2016-03-17 05:06:00         0
    +#> 4 2016-03-17 05:10:00            31            26 2016-03-17 05:10:00         0
    +#> 5 2016-03-17 05:20:00            31            26 2016-03-17 05:20:00         0
    +#> 6 2016-03-17 08:50:00            26            31 2016-03-17 08:50:00         0
    +
    +#### Example (2): Implement function, including information on detection containers
    +
    +## Get detection container overlaps to include in function
    +## (see ?flapper::get_detection_container_overlaps)
    +# Define receiver locations
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +rownames(dat_moorings) <- dat_moorings$receiver_id
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +# Get receiver-specific detection containers
    +containers <- get_detection_containers(xy, byid = TRUE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +containers_df <- dat_moorings[, c("receiver_id",
    +                                 "receiver_start_date",
    +                                 "receiver_end_date")]
    +row.names(containers_df) <- names(containers)
    +containers <- sp::SpatialPolygonsDataFrame(containers, containers_df)
    +# Define detection container overlaps
    +overlaps <- get_detection_containers_overlap(containers = containers)
    +
    +## Implement function with detection container overlaps included
    +dat <- get_detection_overlaps(acoustics = dat_acoustics_25, overlaps = overlaps)
    +#> 517 observation(s) identified at another receiver within 5 secs.
    +#> Of these, there are 2 observation(s) within 5 secs that are not in overlapping containers.
    +#> These simulataneous detections at non-overlapping receivers occurred at 15 unique receiver pair(s): 3-9, 12-44, 21-26, 21-57, 26-31, 41-47, 43-57, 45-56, 45-57, 46-54, 46-52, 47-52, 49-53, 50-51, 52-54.
    +utils::head(dat)
    +#>           timestamp_1 receiver_id_1 receiver_id_2         timestamp_2 diff_time
    +#> 1 2016-03-17 02:56:00            26            21 2016-03-17 02:56:00         0
    +#> 2 2016-03-17 04:08:00            26            21 2016-03-17 04:08:00         0
    +#> 3 2016-03-17 05:06:00            26            31 2016-03-17 05:06:00         0
    +#> 4 2016-03-17 05:10:00            31            26 2016-03-17 05:10:00         0
    +#> 5 2016-03-17 05:20:00            31            26 2016-03-17 05:20:00         0
    +#> 6 2016-03-17 08:50:00            26            31 2016-03-17 08:50:00         0
    +#>   detection_in_overlapping_container
    +#> 1                                  1
    +#> 2                                  1
    +#> 3                                  1
    +#> 4                                  1
    +#> 5                                  1
    +#> 6                                  1
    +
    +#### Implement function across all individuals
    +# For some individuals, there are simultaneous detections at receivers with
    +# ... non overlapping detection containers, suggesting these are probably too small.
    +dat_by_id <-
    +  lapply(split(dat_acoustics, dat_acoustics$individual_id),
    +         function(acc_for_id){
    +           print(paste("individual_id", acc_for_id$individual_id[1], "-------"))
    +           get_detection_overlaps(acoustics = acc_for_id, overlaps = overlaps)
    +         })
    +#> [1] "individual_id 25 -------"
    +#> 517 observation(s) identified at another receiver within 5 secs.
    +#> Of these, there are 2 observation(s) within 5 secs that are not in overlapping containers.
    +#> These simulataneous detections at non-overlapping receivers occurred at 15 unique receiver pair(s): 3-9, 12-44, 21-26, 21-57, 26-31, 41-47, 43-57, 45-56, 45-57, 46-54, 46-52, 47-52, 49-53, 50-51, 52-54.
    +#> [1] "individual_id 28 -------"
    +#> 239 observation(s) identified at another receiver within 5 secs.
    +#> Of these, there are 111 observation(s) within 5 secs that are not in overlapping containers.
    +#> These simulataneous detections at non-overlapping receivers occurred at 9 unique receiver pair(s): 3-9, 3-33, 21-30, 21-26, 21-57, 43-57, 49-53, 50-51, 45-56.
    +#> [1] "individual_id 35 -------"
    +#> 294 observation(s) identified at another receiver within 5 secs.
    +#> Of these, there are 9 observation(s) within 5 secs that are not in overlapping containers.
    +#> These simulataneous detections at non-overlapping receivers occurred at 6 unique receiver pair(s): 3-9, 3-33, 21-43, 21-45, 43-57, 45-57.
    +## Test this hypothesis by re-implementing approach with larger containers
    +# Re-define containers and receiver overlap
    +containers <- get_detection_containers(xy, detection_range = 750, byid = TRUE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +containers <- sp::SpatialPolygonsDataFrame(containers, containers_df)
    +overlaps <- get_detection_containers_overlap(containers = containers)
    +# Re-implement algorithm
    +dat_by_id <-
    +  lapply(split(dat_acoustics, dat_acoustics$individual_id),
    +         function(acc_for_id){
    +           print(paste("individual_id", acc_for_id$individual_id[1], "-------"))
    +           get_detection_overlaps(acoustics = acc_for_id, overlaps = overlaps)
    +         })
    +#> [1] "individual_id 25 -------"
    +#> 517 observation(s) identified at another receiver within 5 secs.
    +#> Of these, there are 0 observation(s) within 5 secs that are not in overlapping containers.
    +#> [1] "individual_id 28 -------"
    +#> 239 observation(s) identified at another receiver within 5 secs.
    +#> Of these, there are 0 observation(s) within 5 secs that are not in overlapping containers.
    +#> [1] "individual_id 35 -------"
    +#> 294 observation(s) identified at another receiver within 5 secs.
    +#> Of these, there are 0 observation(s) within 5 secs that are not in overlapping containers.
    +# There are now no observations within clock_drift at receivers with
    +# ... non-overlapping containers.
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_detection_pr-1.png b/docs/reference/get_detection_pr-1.png index 25cfa9b..ab3cea7 100644 Binary files a/docs/reference/get_detection_pr-1.png and b/docs/reference/get_detection_pr-1.png differ diff --git a/docs/reference/get_detection_pr-2.png b/docs/reference/get_detection_pr-2.png index 5f86aca..cd34d43 100644 Binary files a/docs/reference/get_detection_pr-2.png and b/docs/reference/get_detection_pr-2.png differ diff --git a/docs/reference/get_detection_pr-3.png b/docs/reference/get_detection_pr-3.png index d6a7955..ff25775 100644 Binary files a/docs/reference/get_detection_pr-3.png and b/docs/reference/get_detection_pr-3.png differ diff --git a/docs/reference/get_detection_pr-4.png b/docs/reference/get_detection_pr-4.png index 3e71163..ec38f8c 100644 Binary files a/docs/reference/get_detection_pr-4.png and b/docs/reference/get_detection_pr-4.png differ diff --git a/docs/reference/get_detection_pr-5.png b/docs/reference/get_detection_pr-5.png index 25cfa9b..ab3cea7 100644 Binary files a/docs/reference/get_detection_pr-5.png and b/docs/reference/get_detection_pr-5.png differ diff --git a/docs/reference/get_detection_pr.html b/docs/reference/get_detection_pr.html index 655b028..005ae40 100644 --- a/docs/reference/get_detection_pr.html +++ b/docs/reference/get_detection_pr.html @@ -1,67 +1,12 @@ - - - - - - - -A detection probability function based on distance — get_detection_pr • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -A detection probability function based on distance — get_detection_pr • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,2531 +65,2541 @@

    A detection probability function based on distance

    This function calculates detection probability (e.g., of an acoustic detection) at specified distances from the sampling device (e.g., a passive acoustic telemetry receiver) using user-defined parameters (i.e., a model intercept, a coefficient for the effect of distance and an inverse link function). The function returns a plot of detection probability with distance and/or a vector of detection probabilities.

    -
    get_detection_pr(
    -  distance = 1:1000,
    -  beta_0 = 2.5,
    -  beta_1 = -0.01,
    -  inv_link = stats::plogis,
    -  output = 3L,
    -  ...
    -)
    +
    +
    get_detection_pr(
    +  distance = 1:1000,
    +  beta_0 = 2.5,
    +  beta_1 = -0.01,
    +  inv_link = stats::plogis,
    +  output = 3L,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    distance
    +

    A numeric vector of distances at which to calculate detection probability.

    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    distance

    A numeric vector of distances at which to calculate detection probability.

    beta_0, beta_1

    Single numbers that define the model coefficients (i.e., the intercept and gradient on the scale of the link function).

    inv_link

    A function that defines the inverse link function.The default function is the logistic (inverse logit) function.

    output

    An integer (1L, 2L or 3L) that defines the output type. 1L returns a plot of detection probability against distance; 2L returns a numeric vector of detection probabilities; and 3L returns both of the above.

    ...

    Additional arguments, passed to pretty_plot, to customise the plot. These are only implemented if output = 1L or output = 3L.

    -

    Value

    +
    beta_0, beta_1
    +

    Single numbers that define the model coefficients (i.e., the intercept and gradient on the scale of the link function).

    -

    The function calculates detection probability at each specified distance and returns a plot, a vector of detection probabilities, or both, depending on the value of the output argument. If a vector of detection probabilities is returned, this contains the following attributes: `X', the model matrix; `beta', the regression coefficients; and `inv_link', the inverse link function.

    -

    Author

    +
    inv_link
    +

    A function that defines the inverse link function. The default function is the logistic (inverse logit) function.

    + + +
    output
    +

    An integer (1L, 2L or 3L) that defines the output type. 1L returns a plot of detection probability against distance; 2L returns a numeric vector of detection probabilities; and 3L returns both of the above.

    + + +
    ...
    +

    Additional arguments, passed to pretty_plot, to customise the plot. These are only implemented if output = 1L or output = 3L.

    + +
    +
    +

    Value

    + + +

    The function calculates detection probability at each specified distance and returns a plot, a vector of detection probabilities, or both, depending on the value of the output argument. If a vector of detection probabilities is returned, this contains the following attributes: `X', the model matrix; `beta', the regression coefficients; and `inv_link', the inverse link function.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Implement the function using the default parameters -# The function returns a graph and a vector of detection probabilities -det_pr <- get_detection_pr() -
    utils::head(det_pr) -
    #> [1] 0.9234378 0.9227278 0.9220118 0.9212897 0.9205615 0.9198271
    # The vector has attributes: -# ... 'X' (the model matrix) -# ... 'beta' (the regression coefficient) -# ... 'inv_link' (the inverse link function) -utils::str(det_pr) -
    #> num [1:1000] 0.923 0.923 0.922 0.921 0.921 ... -#> - attr(*, "X")= num [1:1000, 1:2] 1 1 1 1 1 1 1 1 1 1 ... -#> - attr(*, "beta")= num [1:2, 1] 2.5 -0.01 -#> ..- attr(*, "dimnames")=List of 2 -#> .. ..$ : chr [1:2] "beta_0" "beta_1" -#> .. ..$ : NULL -#> - attr(*, "inv_link")=function (q, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE)
    -#### Example (2): Adjust model parameters -# Change regression coefficients -det_pr <- get_detection_pr(beta_0 = 2.5, beta_1 = -0.006) -
    # Use inverse probit link function -det_pr <- get_detection_pr(beta_0 = 2.5, beta_1 = -0.006, inv_link = stats::pnorm) -
    -#### Example (3): Modify graphical properties -det_pr <- get_detection_pr(beta_0 = 2.5, - beta_1 = -0.006, - type = "l", - xlab = "Distance (m)", - ylab = "Detection Probability") -
    -#### Example (4): Modify return options -# Only graph -get_detection_pr(output = 1L) -
    # Only values -get_detection_pr(output = 2L) -
    #> [1] 0.9234378026 0.9227277979 0.9220117649 0.9212896628 0.9205614508 -#> [6] 0.9198270878 0.9190865328 0.9183397445 0.9175866819 0.9168273035 -#> [11] 0.9160615681 0.9152894343 0.9145108606 0.9137258055 0.9129342276 -#> [16] 0.9121360852 0.9113313367 0.9105199407 0.9097018553 0.9088770390 -#> [21] 0.9080454501 0.9072070469 0.9063617878 0.9055096310 0.9046505351 -#> [26] 0.9037844583 0.9029113590 0.9020311957 0.9011439268 0.9002495109 -#> [31] 0.8993479064 0.8984390721 0.8975229666 0.8965995485 0.8956687769 -#> [36] 0.8947306105 0.8937850083 0.8928319295 0.8918713332 0.8909031788 -#> [41] 0.8899274256 0.8889440333 0.8879529614 0.8869541699 0.8859476187 -#> [46] 0.8849332680 0.8839110779 0.8828810091 0.8818430222 0.8807970780 -#> [51] 0.8797431375 0.8786811621 0.8776111132 0.8765329524 0.8754466418 -#> [56] 0.8743521435 0.8732494199 0.8721384337 0.8710191479 0.8698915256 -#> [61] 0.8687555306 0.8676111265 0.8664582775 0.8652969480 0.8641271030 -#> [66] 0.8629487074 0.8617617268 0.8605661270 0.8593618743 0.8581489351 -#> [71] 0.8569272765 0.8556968659 0.8544576711 0.8532096602 0.8519528020 -#> [76] 0.8506870655 0.8494124203 0.8481288363 0.8468362842 0.8455347349 -#> [81] 0.8442241599 0.8429045311 0.8415758212 0.8402380031 0.8388910504 -#> [86] 0.8375349374 0.8361696388 0.8347951298 0.8334113864 0.8320183851 -#> [91] 0.8306161031 0.8292045180 0.8277836083 0.8263533530 0.8249137318 -#> [96] 0.8234647252 0.8220063142 0.8205384806 0.8190612068 0.8175744762 -#> [101] 0.8160782726 0.8145725807 0.8130573860 0.8115326748 0.8099984340 -#> [106] 0.8084546514 0.8069013158 0.8053384164 0.8037659436 0.8021838886 -#> [111] 0.8005922432 0.7989910002 0.7973801536 0.7957596977 0.7941296282 -#> [116] 0.7924899414 0.7908406348 0.7891817065 0.7875131559 0.7858349830 -#> [121] 0.7841471892 0.7824497764 0.7807427479 0.7790261078 0.7772998612 -#> [126] 0.7755640143 0.7738185743 0.7720635494 0.7702989490 0.7685247835 -#> [131] 0.7667410642 0.7649478038 0.7631450157 0.7613327148 0.7595109169 -#> [136] 0.7576796390 0.7558388991 0.7539887164 0.7521291114 0.7502601056 -#> [141] 0.7483817216 0.7464939833 0.7445969158 0.7426905453 0.7407748992 -#> [146] 0.7388500061 0.7369158958 0.7349725995 0.7330201492 0.7310585786 -#> [151] 0.7290879223 0.7271082163 0.7251194978 0.7231218051 0.7211151780 -#> [156] 0.7190996574 0.7170752855 0.7150421057 0.7130001628 0.7109495026 -#> [161] 0.7088901726 0.7068222211 0.7047456980 0.7026606543 0.7005671425 -#> [166] 0.6984652160 0.6963549298 0.6942363401 0.6921095043 0.6899744811 -#> [171] 0.6878313306 0.6856801139 0.6835208937 0.6813537338 0.6791786992 -#> [176] 0.6769958562 0.6748052726 0.6726070171 0.6704011598 0.6681877722 -#> [181] 0.6659669268 0.6637386974 0.6615031592 0.6592603885 0.6570104627 -#> [186] 0.6547534606 0.6524894622 0.6502185486 0.6479408021 0.6456563062 -#> [191] 0.6433651457 0.6410674063 0.6387631751 0.6364525403 0.6341355910 -#> [196] 0.6318124177 0.6294831120 0.6271477663 0.6248064745 0.6224593312 -#> [201] 0.6201064323 0.6177478748 0.6153837564 0.6130141761 0.6106392339 -#> [206] 0.6082590307 0.6058736684 0.6034832499 0.6010878788 0.5986876601 -#> [211] 0.5962826993 0.5938731029 0.5914589784 0.5890404341 0.5866175789 -#> [216] 0.5841905229 0.5817593768 0.5793242521 0.5768852611 0.5744425168 -#> [221] 0.5719961329 0.5695462239 0.5670929050 0.5646362918 0.5621765009 -#> [226] 0.5597136493 0.5572478546 0.5547792351 0.5523079096 0.5498339973 -#> [231] 0.5473576181 0.5448788924 0.5423979408 0.5399148846 0.5374298453 -#> [236] 0.5349429452 0.5324543064 0.5299640518 0.5274723043 0.5249791875 -#> [241] 0.5224848248 0.5199893402 0.5174928577 0.5149955016 0.5124973965 -#> [246] 0.5099986669 0.5074994376 0.5049998333 0.5024999792 0.5000000000 -#> [251] 0.4975000208 0.4950001667 0.4925005624 0.4900013331 0.4875026035 -#> [256] 0.4850044984 0.4825071423 0.4800106598 0.4775151752 0.4750208125 -#> [261] 0.4725276957 0.4700359482 0.4675456936 0.4650570548 0.4625701547 -#> [266] 0.4600851154 0.4576020592 0.4551211076 0.4526423819 0.4501660027 -#> [271] 0.4476920904 0.4452207649 0.4427521454 0.4402863507 0.4378234991 -#> [276] 0.4353637082 0.4329070950 0.4304537761 0.4280038671 0.4255574832 -#> [281] 0.4231147389 0.4206757479 0.4182406232 0.4158094771 0.4133824211 -#> [286] 0.4109595659 0.4085410216 0.4061268971 0.4037173007 0.4013123399 -#> [291] 0.3989121212 0.3965167501 0.3941263316 0.3917409693 0.3893607661 -#> [296] 0.3869858239 0.3846162436 0.3822521252 0.3798935677 0.3775406688 -#> [301] 0.3751935255 0.3728522337 0.3705168880 0.3681875823 0.3658644090 -#> [306] 0.3635474597 0.3612368249 0.3589325937 0.3566348543 0.3543436938 -#> [311] 0.3520591979 0.3497814514 0.3475105378 0.3452465394 0.3429895373 -#> [316] 0.3407396115 0.3384968408 0.3362613026 0.3340330732 0.3318122278 -#> [321] 0.3295988402 0.3273929829 0.3251947274 0.3230041438 0.3208213008 -#> [326] 0.3186462662 0.3164791063 0.3143198861 0.3121686694 0.3100255189 -#> [331] 0.3078904957 0.3057636599 0.3036450702 0.3015347840 0.2994328575 -#> [336] 0.2973393457 0.2952543020 0.2931777789 0.2911098274 0.2890504974 -#> [341] 0.2869998372 0.2849578943 0.2829247145 0.2809003426 0.2788848220 -#> [346] 0.2768781949 0.2748805022 0.2728917837 0.2709120777 0.2689414214 -#> [351] 0.2669798508 0.2650274005 0.2630841042 0.2611499939 0.2592251008 -#> [356] 0.2573094547 0.2554030842 0.2535060167 0.2516182784 0.2497398944 -#> [361] 0.2478708886 0.2460112836 0.2441611009 0.2423203610 0.2404890831 -#> [366] 0.2386672852 0.2368549843 0.2350521962 0.2332589358 0.2314752165 -#> [371] 0.2297010510 0.2279364506 0.2261814257 0.2244359857 0.2227001388 -#> [376] 0.2209738922 0.2192572521 0.2175502236 0.2158528108 0.2141650170 -#> [381] 0.2124868441 0.2108182935 0.2091593652 0.2075100586 0.2058703718 -#> [386] 0.2042403023 0.2026198464 0.2010089998 0.1994077568 0.1978161114 -#> [391] 0.1962340564 0.1946615836 0.1930986842 0.1915453486 0.1900015660 -#> [396] 0.1884673252 0.1869426140 0.1854274193 0.1839217274 0.1824255238 -#> [401] 0.1809387932 0.1794615194 0.1779936858 0.1765352748 0.1750862682 -#> [406] 0.1736466470 0.1722163917 0.1707954820 0.1693838969 0.1679816149 -#> [411] 0.1665886136 0.1652048702 0.1638303612 0.1624650626 0.1611089496 -#> [416] 0.1597619969 0.1584241788 0.1570954689 0.1557758401 0.1544652651 -#> [421] 0.1531637158 0.1518711637 0.1505875797 0.1493129345 0.1480471980 -#> [426] 0.1467903398 0.1455423289 0.1443031341 0.1430727235 0.1418510649 -#> [431] 0.1406381257 0.1394338730 0.1382382732 0.1370512926 0.1358728970 -#> [436] 0.1347030520 0.1335417225 0.1323888735 0.1312444694 0.1301084744 -#> [441] 0.1289808521 0.1278615663 0.1267505801 0.1256478565 0.1245533582 -#> [446] 0.1234670476 0.1223888868 0.1213188379 0.1202568625 0.1192029220 -#> [451] 0.1181569778 0.1171189909 0.1160889221 0.1150667320 0.1140523813 -#> [456] 0.1130458301 0.1120470386 0.1110559667 0.1100725744 0.1090968212 -#> [461] 0.1081286668 0.1071680705 0.1062149917 0.1052693895 0.1043312231 -#> [466] 0.1034004515 0.1024770334 0.1015609279 0.1006520936 0.0997504891 -#> [471] 0.0988560732 0.0979688043 0.0970886410 0.0962155417 0.0953494649 -#> [476] 0.0944903690 0.0936382122 0.0927929531 0.0919545499 0.0911229610 -#> [481] 0.0902981447 0.0894800593 0.0886686633 0.0878639148 0.0870657724 -#> [486] 0.0862741945 0.0854891394 0.0847105657 0.0839384319 0.0831726965 -#> [491] 0.0824133181 0.0816602555 0.0809134672 0.0801729122 0.0794385492 -#> [496] 0.0787103372 0.0779882351 0.0772722021 0.0765621974 0.0758581800 -#> [501] 0.0751601095 0.0744679452 0.0737816466 0.0731011734 0.0724264854 -#> [506] 0.0717575423 0.0710943041 0.0704367309 0.0697847829 0.0691384203 -#> [511] 0.0684976037 0.0678622936 0.0672324506 0.0666080356 0.0659890095 -#> [516] 0.0653753334 0.0647669686 0.0641638764 0.0635660183 0.0629733561 -#> [521] 0.0623858514 0.0618034663 0.0612261628 0.0606539033 0.0600866502 -#> [526] 0.0595243660 0.0589670135 0.0584145555 0.0578669553 0.0573241759 -#> [531] 0.0567861808 0.0562529336 0.0557243979 0.0552005378 0.0546813172 -#> [536] 0.0541667005 0.0536566520 0.0531511364 0.0526501184 0.0521535631 -#> [541] 0.0516614355 0.0511737009 0.0506903249 0.0502112732 0.0497365116 -#> [546] 0.0492660061 0.0487997230 0.0483376287 0.0478796898 0.0474258732 -#> [551] 0.0469761457 0.0465304745 0.0460888270 0.0456511708 0.0452174735 -#> [556] 0.0447877030 0.0443618276 0.0439398154 0.0435216350 0.0431072549 -#> [561] 0.0426966442 0.0422897718 0.0418866071 0.0414871193 0.0410912782 -#> [566] 0.0406990536 0.0403104154 0.0399253340 0.0395437796 0.0391657228 -#> [571] 0.0387911345 0.0384199855 0.0380522471 0.0376878905 0.0373268873 -#> [576] 0.0369692093 0.0366148283 0.0362637164 0.0359158459 0.0355711893 -#> [581] 0.0352297192 0.0348914085 0.0345562303 0.0342241577 0.0338951642 -#> [586] 0.0335692233 0.0332463088 0.0329263948 0.0326094553 0.0322954647 -#> [591] 0.0319843975 0.0316762284 0.0313709322 0.0310684842 0.0307688594 -#> [596] 0.0304720333 0.0301779815 0.0298866798 0.0295981042 0.0293122308 -#> [601] 0.0290290358 0.0287484959 0.0284705877 0.0281952880 0.0279225738 -#> [606] 0.0276524223 0.0273848110 0.0271197172 0.0268571188 0.0265969936 -#> [611] 0.0263393196 0.0260840751 0.0258312385 0.0255807883 0.0253327032 -#> [616] 0.0250869622 0.0248435441 0.0246024284 0.0243635943 0.0241270214 -#> [621] 0.0238926894 0.0236605782 0.0234306677 0.0232029381 0.0229773699 -#> [626] 0.0227539435 0.0225326395 0.0223134387 0.0220963222 0.0218812709 -#> [631] 0.0216682663 0.0214572897 0.0212483227 0.0210413470 0.0208363445 -#> [636] 0.0206332972 0.0204321873 0.0202329971 0.0200357090 0.0198403057 -#> [641] 0.0196467699 0.0194550846 0.0192652326 0.0190771973 0.0188909619 -#> [646] 0.0187065100 0.0185238250 0.0183428907 0.0181636910 0.0179862100 -#> [651] 0.0178104316 0.0176363403 0.0174639205 0.0172931566 0.0171240333 -#> [656] 0.0169565355 0.0167906481 0.0166263561 0.0164636448 0.0163024994 -#> [661] 0.0161429054 0.0159848483 0.0158283140 0.0156732881 0.0155197566 -#> [666] 0.0153677056 0.0152171212 0.0150679898 0.0149202978 0.0147740317 -#> [671] 0.0146291782 0.0144857240 0.0143436561 0.0142029614 0.0140636270 -#> [676] 0.0139256403 0.0137889885 0.0136536591 0.0135196396 0.0133869178 -#> [681] 0.0132554814 0.0131253183 0.0129964166 0.0128687642 0.0127423495 -#> [686] 0.0126171607 0.0124931863 0.0123704147 0.0122488347 0.0121284350 -#> [691] 0.0120092043 0.0118911316 0.0117742060 0.0116584166 0.0115437525 -#> [696] 0.0114302031 0.0113177579 0.0112064063 0.0110961380 0.0109869426 -#> [701] 0.0108788100 0.0107717300 0.0106656927 0.0105606880 0.0104567062 -#> [706] 0.0103537375 0.0102517723 0.0101508009 0.0100508139 0.0099518019 -#> [711] 0.0098537555 0.0097566656 0.0096605230 0.0095653187 0.0094710436 -#> [716] 0.0093776889 0.0092852457 0.0091937054 0.0091030592 0.0090132987 -#> [721] 0.0089244152 0.0088364005 0.0087492461 0.0086629438 0.0085774854 -#> [726] 0.0084928629 0.0084090681 0.0083260931 0.0082439301 0.0081625712 -#> [731] 0.0080820086 0.0080022348 0.0079232421 0.0078450230 0.0077675701 -#> [736] 0.0076908759 0.0076149331 0.0075397346 0.0074652730 0.0073915413 -#> [741] 0.0073185325 0.0072462396 0.0071746556 0.0071037737 0.0070335872 -#> [746] 0.0069640892 0.0068952731 0.0068271324 0.0067596605 0.0066928509 -#> [751] 0.0066266972 0.0065611931 0.0064963323 0.0064321085 0.0063685155 -#> [756] 0.0063055473 0.0062431977 0.0061814609 0.0061203308 0.0060598015 -#> [761] 0.0059998672 0.0059405222 0.0058817607 0.0058235770 0.0057659656 -#> [766] 0.0057089208 0.0056524372 0.0055965092 0.0055411316 0.0054862989 -#> [771] 0.0054320058 0.0053782472 0.0053250177 0.0052723122 0.0052201257 -#> [776] 0.0051684530 0.0051172892 0.0050666293 0.0050164684 0.0049668017 -#> [781] 0.0049176242 0.0048689312 0.0048207181 0.0047729801 0.0047257126 -#> [786] 0.0046789110 0.0046325707 0.0045866873 0.0045412562 0.0044962732 -#> [791] 0.0044517337 0.0044076334 0.0043639681 0.0043207335 0.0042779254 -#> [796] 0.0042355396 0.0041935721 0.0041520186 0.0041108751 0.0040701377 -#> [801] 0.0040298024 0.0039898651 0.0039503222 0.0039111695 0.0038724034 -#> [806] 0.0038340201 0.0037960158 0.0037583868 0.0037211293 0.0036842399 -#> [811] 0.0036477148 0.0036115505 0.0035757435 0.0035402902 0.0035051872 -#> [816] 0.0034704311 0.0034360183 0.0034019457 0.0033682098 0.0033348073 -#> [821] 0.0033017350 0.0032689896 0.0032365678 0.0032044667 0.0031726828 -#> [826] 0.0031412133 0.0031100549 0.0030792046 0.0030486594 0.0030184163 -#> [831] 0.0029884723 0.0029588245 0.0029294700 0.0029004058 0.0028716292 -#> [836] 0.0028431372 0.0028149272 0.0027869962 0.0027593417 0.0027319608 -#> [841] 0.0027048508 0.0026780092 0.0026514332 0.0026251203 0.0025990678 -#> [846] 0.0025732732 0.0025477339 0.0025224475 0.0024974114 0.0024726232 -#> [851] 0.0024480804 0.0024237806 0.0023997215 0.0023759006 0.0023523156 -#> [856] 0.0023289642 0.0023058440 0.0022829529 0.0022602884 0.0022378485 -#> [861] 0.0022156309 0.0021936334 0.0021718537 0.0021502899 0.0021289397 -#> [866] 0.0021078011 0.0020868719 0.0020661500 0.0020456336 0.0020253204 -#> [871] 0.0020052085 0.0019852960 0.0019655808 0.0019460610 0.0019267347 -#> [876] 0.0019075999 0.0018886548 0.0018698975 0.0018513262 0.0018329389 -#> [881] 0.0018147340 0.0017967095 0.0017788638 0.0017611950 0.0017437013 -#> [886] 0.0017263812 0.0017092327 0.0016922544 0.0016754444 0.0016588011 -#> [891] 0.0016423228 0.0016260080 0.0016098550 0.0015938622 0.0015780281 -#> [896] 0.0015623510 0.0015468293 0.0015314617 0.0015162465 0.0015011823 -#> [901] 0.0014862674 0.0014715006 0.0014568803 0.0014424050 0.0014280733 -#> [906] 0.0014138838 0.0013998351 0.0013859258 0.0013721546 0.0013585200 -#> [911] 0.0013450206 0.0013316553 0.0013184226 0.0013053212 0.0012923498 -#> [916] 0.0012795071 0.0012667920 0.0012542030 0.0012417389 0.0012293986 -#> [921] 0.0012171808 0.0012050842 0.0011931078 0.0011812502 0.0011695103 -#> [926] 0.0011578869 0.0011463790 0.0011349852 0.0011237046 0.0011125360 -#> [931] 0.0011014783 0.0010905304 0.0010796911 0.0010689595 0.0010583344 -#> [936] 0.0010478149 0.0010373997 0.0010270881 0.0010168787 0.0010067708 -#> [941] 0.0009967633 0.0009868551 0.0009770453 0.0009673330 0.0009577171 -#> [946] 0.0009481966 0.0009387708 0.0009294385 0.0009201990 0.0009110512 -#> [951] 0.0009019943 0.0008930273 0.0008841494 0.0008753596 0.0008666572 -#> [956] 0.0008580412 0.0008495108 0.0008410652 0.0008327034 0.0008244247 -#> [961] 0.0008162282 0.0008081132 0.0008000787 0.0007921241 0.0007842486 -#> [966] 0.0007764512 0.0007687313 0.0007610881 0.0007535209 0.0007460288 -#> [971] 0.0007386112 0.0007312673 0.0007239963 0.0007167976 0.0007096704 -#> [976] 0.0007026140 0.0006956278 0.0006887109 0.0006818628 0.0006750827 -#> [981] 0.0006683700 0.0006617240 0.0006551441 0.0006486295 0.0006421797 -#> [986] 0.0006357940 0.0006294717 0.0006232123 0.0006170150 0.0006108794 -#> [991] 0.0006048047 0.0005987904 0.0005928358 0.0005869405 0.0005811037 -#> [996] 0.0005753250 0.0005696037 0.0005639392 0.0005583311 0.0005527786 -#> attr(,"X") -#> [,1] [,2] -#> [1,] 1 1 -#> [2,] 1 2 -#> [3,] 1 3 -#> [4,] 1 4 -#> [5,] 1 5 -#> [6,] 1 6 -#> [7,] 1 7 -#> [8,] 1 8 -#> [9,] 1 9 -#> [10,] 1 10 -#> [11,] 1 11 -#> [12,] 1 12 -#> [13,] 1 13 -#> [14,] 1 14 -#> [15,] 1 15 -#> [16,] 1 16 -#> [17,] 1 17 -#> [18,] 1 18 -#> [19,] 1 19 -#> [20,] 1 20 -#> [21,] 1 21 -#> [22,] 1 22 -#> [23,] 1 23 -#> [24,] 1 24 -#> [25,] 1 25 -#> [26,] 1 26 -#> [27,] 1 27 -#> [28,] 1 28 -#> [29,] 1 29 -#> [30,] 1 30 -#> [31,] 1 31 -#> [32,] 1 32 -#> [33,] 1 33 -#> [34,] 1 34 -#> [35,] 1 35 -#> [36,] 1 36 -#> [37,] 1 37 -#> [38,] 1 38 -#> [39,] 1 39 -#> [40,] 1 40 -#> [41,] 1 41 -#> [42,] 1 42 -#> [43,] 1 43 -#> [44,] 1 44 -#> [45,] 1 45 -#> [46,] 1 46 -#> [47,] 1 47 -#> [48,] 1 48 -#> [49,] 1 49 -#> [50,] 1 50 -#> [51,] 1 51 -#> [52,] 1 52 -#> [53,] 1 53 -#> [54,] 1 54 -#> [55,] 1 55 -#> [56,] 1 56 -#> [57,] 1 57 -#> [58,] 1 58 -#> [59,] 1 59 -#> [60,] 1 60 -#> [61,] 1 61 -#> [62,] 1 62 -#> [63,] 1 63 -#> [64,] 1 64 -#> [65,] 1 65 -#> [66,] 1 66 -#> [67,] 1 67 -#> [68,] 1 68 -#> [69,] 1 69 -#> [70,] 1 70 -#> [71,] 1 71 -#> [72,] 1 72 -#> [73,] 1 73 -#> [74,] 1 74 -#> [75,] 1 75 -#> [76,] 1 76 -#> [77,] 1 77 -#> [78,] 1 78 -#> [79,] 1 79 -#> [80,] 1 80 -#> [81,] 1 81 -#> [82,] 1 82 -#> [83,] 1 83 -#> [84,] 1 84 -#> [85,] 1 85 -#> [86,] 1 86 -#> [87,] 1 87 -#> [88,] 1 88 -#> [89,] 1 89 -#> [90,] 1 90 -#> [91,] 1 91 -#> [92,] 1 92 -#> [93,] 1 93 -#> [94,] 1 94 -#> [95,] 1 95 -#> [96,] 1 96 -#> [97,] 1 97 -#> [98,] 1 98 -#> [99,] 1 99 -#> [100,] 1 100 -#> [101,] 1 101 -#> [102,] 1 102 -#> [103,] 1 103 -#> [104,] 1 104 -#> [105,] 1 105 -#> [106,] 1 106 -#> [107,] 1 107 -#> [108,] 1 108 -#> [109,] 1 109 -#> [110,] 1 110 -#> [111,] 1 111 -#> [112,] 1 112 -#> [113,] 1 113 -#> [114,] 1 114 -#> [115,] 1 115 -#> [116,] 1 116 -#> [117,] 1 117 -#> [118,] 1 118 -#> [119,] 1 119 -#> [120,] 1 120 -#> [121,] 1 121 -#> [122,] 1 122 -#> [123,] 1 123 -#> [124,] 1 124 -#> [125,] 1 125 -#> [126,] 1 126 -#> [127,] 1 127 -#> [128,] 1 128 -#> [129,] 1 129 -#> [130,] 1 130 -#> [131,] 1 131 -#> [132,] 1 132 -#> [133,] 1 133 -#> [134,] 1 134 -#> [135,] 1 135 -#> [136,] 1 136 -#> [137,] 1 137 -#> [138,] 1 138 -#> [139,] 1 139 -#> [140,] 1 140 -#> [141,] 1 141 -#> [142,] 1 142 -#> [143,] 1 143 -#> [144,] 1 144 -#> [145,] 1 145 -#> [146,] 1 146 -#> [147,] 1 147 -#> [148,] 1 148 -#> [149,] 1 149 -#> [150,] 1 150 -#> [151,] 1 151 -#> [152,] 1 152 -#> [153,] 1 153 -#> [154,] 1 154 -#> [155,] 1 155 -#> [156,] 1 156 -#> [157,] 1 157 -#> [158,] 1 158 -#> [159,] 1 159 -#> [160,] 1 160 -#> [161,] 1 161 -#> [162,] 1 162 -#> [163,] 1 163 -#> [164,] 1 164 -#> [165,] 1 165 -#> [166,] 1 166 -#> [167,] 1 167 -#> [168,] 1 168 -#> [169,] 1 169 -#> [170,] 1 170 -#> [171,] 1 171 -#> [172,] 1 172 -#> [173,] 1 173 -#> [174,] 1 174 -#> [175,] 1 175 -#> [176,] 1 176 -#> [177,] 1 177 -#> [178,] 1 178 -#> [179,] 1 179 -#> [180,] 1 180 -#> [181,] 1 181 -#> [182,] 1 182 -#> [183,] 1 183 -#> [184,] 1 184 -#> [185,] 1 185 -#> [186,] 1 186 -#> [187,] 1 187 -#> [188,] 1 188 -#> [189,] 1 189 -#> [190,] 1 190 -#> [191,] 1 191 -#> [192,] 1 192 -#> [193,] 1 193 -#> [194,] 1 194 -#> [195,] 1 195 -#> [196,] 1 196 -#> [197,] 1 197 -#> [198,] 1 198 -#> [199,] 1 199 -#> [200,] 1 200 -#> [201,] 1 201 -#> [202,] 1 202 -#> [203,] 1 203 -#> [204,] 1 204 -#> [205,] 1 205 -#> [206,] 1 206 -#> [207,] 1 207 -#> [208,] 1 208 -#> [209,] 1 209 -#> [210,] 1 210 -#> [211,] 1 211 -#> [212,] 1 212 -#> [213,] 1 213 -#> [214,] 1 214 -#> [215,] 1 215 -#> [216,] 1 216 -#> [217,] 1 217 -#> [218,] 1 218 -#> [219,] 1 219 -#> [220,] 1 220 -#> [221,] 1 221 -#> [222,] 1 222 -#> [223,] 1 223 -#> [224,] 1 224 -#> [225,] 1 225 -#> [226,] 1 226 -#> [227,] 1 227 -#> [228,] 1 228 -#> [229,] 1 229 -#> [230,] 1 230 -#> [231,] 1 231 -#> [232,] 1 232 -#> [233,] 1 233 -#> [234,] 1 234 -#> [235,] 1 235 -#> [236,] 1 236 -#> [237,] 1 237 -#> [238,] 1 238 -#> [239,] 1 239 -#> [240,] 1 240 -#> [241,] 1 241 -#> [242,] 1 242 -#> [243,] 1 243 -#> [244,] 1 244 -#> [245,] 1 245 -#> [246,] 1 246 -#> [247,] 1 247 -#> [248,] 1 248 -#> [249,] 1 249 -#> [250,] 1 250 -#> [251,] 1 251 -#> [252,] 1 252 -#> [253,] 1 253 -#> [254,] 1 254 -#> [255,] 1 255 -#> [256,] 1 256 -#> [257,] 1 257 -#> [258,] 1 258 -#> [259,] 1 259 -#> [260,] 1 260 -#> [261,] 1 261 -#> [262,] 1 262 -#> [263,] 1 263 -#> [264,] 1 264 -#> [265,] 1 265 -#> [266,] 1 266 -#> [267,] 1 267 -#> [268,] 1 268 -#> [269,] 1 269 -#> [270,] 1 270 -#> [271,] 1 271 -#> [272,] 1 272 -#> [273,] 1 273 -#> [274,] 1 274 -#> [275,] 1 275 -#> [276,] 1 276 -#> [277,] 1 277 -#> [278,] 1 278 -#> [279,] 1 279 -#> [280,] 1 280 -#> [281,] 1 281 -#> [282,] 1 282 -#> [283,] 1 283 -#> [284,] 1 284 -#> [285,] 1 285 -#> [286,] 1 286 -#> [287,] 1 287 -#> [288,] 1 288 -#> [289,] 1 289 -#> [290,] 1 290 -#> [291,] 1 291 -#> [292,] 1 292 -#> [293,] 1 293 -#> [294,] 1 294 -#> [295,] 1 295 -#> [296,] 1 296 -#> [297,] 1 297 -#> [298,] 1 298 -#> [299,] 1 299 -#> [300,] 1 300 -#> [301,] 1 301 -#> [302,] 1 302 -#> [303,] 1 303 -#> [304,] 1 304 -#> [305,] 1 305 -#> [306,] 1 306 -#> [307,] 1 307 -#> [308,] 1 308 -#> [309,] 1 309 -#> [310,] 1 310 -#> [311,] 1 311 -#> [312,] 1 312 -#> [313,] 1 313 -#> [314,] 1 314 -#> [315,] 1 315 -#> [316,] 1 316 -#> [317,] 1 317 -#> [318,] 1 318 -#> [319,] 1 319 -#> [320,] 1 320 -#> [321,] 1 321 -#> [322,] 1 322 -#> [323,] 1 323 -#> [324,] 1 324 -#> [325,] 1 325 -#> [326,] 1 326 -#> [327,] 1 327 -#> [328,] 1 328 -#> [329,] 1 329 -#> [330,] 1 330 -#> [331,] 1 331 -#> [332,] 1 332 -#> [333,] 1 333 -#> [334,] 1 334 -#> [335,] 1 335 -#> [336,] 1 336 -#> [337,] 1 337 -#> [338,] 1 338 -#> [339,] 1 339 -#> [340,] 1 340 -#> [341,] 1 341 -#> [342,] 1 342 -#> [343,] 1 343 -#> [344,] 1 344 -#> [345,] 1 345 -#> [346,] 1 346 -#> [347,] 1 347 -#> [348,] 1 348 -#> [349,] 1 349 -#> [350,] 1 350 -#> [351,] 1 351 -#> [352,] 1 352 -#> [353,] 1 353 -#> [354,] 1 354 -#> [355,] 1 355 -#> [356,] 1 356 -#> [357,] 1 357 -#> [358,] 1 358 -#> [359,] 1 359 -#> [360,] 1 360 -#> [361,] 1 361 -#> [362,] 1 362 -#> [363,] 1 363 -#> [364,] 1 364 -#> [365,] 1 365 -#> [366,] 1 366 -#> [367,] 1 367 -#> [368,] 1 368 -#> [369,] 1 369 -#> [370,] 1 370 -#> [371,] 1 371 -#> [372,] 1 372 -#> [373,] 1 373 -#> [374,] 1 374 -#> [375,] 1 375 -#> [376,] 1 376 -#> [377,] 1 377 -#> [378,] 1 378 -#> [379,] 1 379 -#> [380,] 1 380 -#> [381,] 1 381 -#> [382,] 1 382 -#> [383,] 1 383 -#> [384,] 1 384 -#> [385,] 1 385 -#> [386,] 1 386 -#> [387,] 1 387 -#> [388,] 1 388 -#> [389,] 1 389 -#> [390,] 1 390 -#> [391,] 1 391 -#> [392,] 1 392 -#> [393,] 1 393 -#> [394,] 1 394 -#> [395,] 1 395 -#> [396,] 1 396 -#> [397,] 1 397 -#> [398,] 1 398 -#> [399,] 1 399 -#> [400,] 1 400 -#> [401,] 1 401 -#> [402,] 1 402 -#> [403,] 1 403 -#> [404,] 1 404 -#> [405,] 1 405 -#> [406,] 1 406 -#> [407,] 1 407 -#> [408,] 1 408 -#> [409,] 1 409 -#> [410,] 1 410 -#> [411,] 1 411 -#> [412,] 1 412 -#> [413,] 1 413 -#> [414,] 1 414 -#> [415,] 1 415 -#> [416,] 1 416 -#> [417,] 1 417 -#> [418,] 1 418 -#> [419,] 1 419 -#> [420,] 1 420 -#> [421,] 1 421 -#> [422,] 1 422 -#> [423,] 1 423 -#> [424,] 1 424 -#> [425,] 1 425 -#> [426,] 1 426 -#> [427,] 1 427 -#> [428,] 1 428 -#> [429,] 1 429 -#> [430,] 1 430 -#> [431,] 1 431 -#> [432,] 1 432 -#> [433,] 1 433 -#> [434,] 1 434 -#> [435,] 1 435 -#> [436,] 1 436 -#> [437,] 1 437 -#> [438,] 1 438 -#> [439,] 1 439 -#> [440,] 1 440 -#> [441,] 1 441 -#> [442,] 1 442 -#> [443,] 1 443 -#> [444,] 1 444 -#> [445,] 1 445 -#> [446,] 1 446 -#> [447,] 1 447 -#> [448,] 1 448 -#> [449,] 1 449 -#> [450,] 1 450 -#> [451,] 1 451 -#> [452,] 1 452 -#> [453,] 1 453 -#> [454,] 1 454 -#> [455,] 1 455 -#> [456,] 1 456 -#> [457,] 1 457 -#> [458,] 1 458 -#> [459,] 1 459 -#> [460,] 1 460 -#> [461,] 1 461 -#> [462,] 1 462 -#> [463,] 1 463 -#> [464,] 1 464 -#> [465,] 1 465 -#> [466,] 1 466 -#> [467,] 1 467 -#> [468,] 1 468 -#> [469,] 1 469 -#> [470,] 1 470 -#> [471,] 1 471 -#> [472,] 1 472 -#> [473,] 1 473 -#> [474,] 1 474 -#> [475,] 1 475 -#> [476,] 1 476 -#> [477,] 1 477 -#> [478,] 1 478 -#> [479,] 1 479 -#> [480,] 1 480 -#> [481,] 1 481 -#> [482,] 1 482 -#> [483,] 1 483 -#> [484,] 1 484 -#> [485,] 1 485 -#> [486,] 1 486 -#> [487,] 1 487 -#> [488,] 1 488 -#> [489,] 1 489 -#> [490,] 1 490 -#> [491,] 1 491 -#> [492,] 1 492 -#> [493,] 1 493 -#> [494,] 1 494 -#> [495,] 1 495 -#> [496,] 1 496 -#> [497,] 1 497 -#> [498,] 1 498 -#> [499,] 1 499 -#> [500,] 1 500 -#> [501,] 1 501 -#> [502,] 1 502 -#> [503,] 1 503 -#> [504,] 1 504 -#> [505,] 1 505 -#> [506,] 1 506 -#> [507,] 1 507 -#> [508,] 1 508 -#> [509,] 1 509 -#> [510,] 1 510 -#> [511,] 1 511 -#> [512,] 1 512 -#> [513,] 1 513 -#> [514,] 1 514 -#> [515,] 1 515 -#> [516,] 1 516 -#> [517,] 1 517 -#> [518,] 1 518 -#> [519,] 1 519 -#> [520,] 1 520 -#> [521,] 1 521 -#> [522,] 1 522 -#> [523,] 1 523 -#> [524,] 1 524 -#> [525,] 1 525 -#> [526,] 1 526 -#> [527,] 1 527 -#> [528,] 1 528 -#> [529,] 1 529 -#> [530,] 1 530 -#> [531,] 1 531 -#> [532,] 1 532 -#> [533,] 1 533 -#> [534,] 1 534 -#> [535,] 1 535 -#> [536,] 1 536 -#> [537,] 1 537 -#> [538,] 1 538 -#> [539,] 1 539 -#> [540,] 1 540 -#> [541,] 1 541 -#> [542,] 1 542 -#> [543,] 1 543 -#> [544,] 1 544 -#> [545,] 1 545 -#> [546,] 1 546 -#> [547,] 1 547 -#> [548,] 1 548 -#> [549,] 1 549 -#> [550,] 1 550 -#> [551,] 1 551 -#> [552,] 1 552 -#> [553,] 1 553 -#> [554,] 1 554 -#> [555,] 1 555 -#> [556,] 1 556 -#> [557,] 1 557 -#> [558,] 1 558 -#> [559,] 1 559 -#> [560,] 1 560 -#> [561,] 1 561 -#> [562,] 1 562 -#> [563,] 1 563 -#> [564,] 1 564 -#> [565,] 1 565 -#> [566,] 1 566 -#> [567,] 1 567 -#> [568,] 1 568 -#> [569,] 1 569 -#> [570,] 1 570 -#> [571,] 1 571 -#> [572,] 1 572 -#> [573,] 1 573 -#> [574,] 1 574 -#> [575,] 1 575 -#> [576,] 1 576 -#> [577,] 1 577 -#> [578,] 1 578 -#> [579,] 1 579 -#> [580,] 1 580 -#> [581,] 1 581 -#> [582,] 1 582 -#> [583,] 1 583 -#> [584,] 1 584 -#> [585,] 1 585 -#> [586,] 1 586 -#> [587,] 1 587 -#> [588,] 1 588 -#> [589,] 1 589 -#> [590,] 1 590 -#> [591,] 1 591 -#> [592,] 1 592 -#> [593,] 1 593 -#> [594,] 1 594 -#> [595,] 1 595 -#> [596,] 1 596 -#> [597,] 1 597 -#> [598,] 1 598 -#> [599,] 1 599 -#> [600,] 1 600 -#> [601,] 1 601 -#> [602,] 1 602 -#> [603,] 1 603 -#> [604,] 1 604 -#> [605,] 1 605 -#> [606,] 1 606 -#> [607,] 1 607 -#> [608,] 1 608 -#> [609,] 1 609 -#> [610,] 1 610 -#> [611,] 1 611 -#> [612,] 1 612 -#> [613,] 1 613 -#> [614,] 1 614 -#> [615,] 1 615 -#> [616,] 1 616 -#> [617,] 1 617 -#> [618,] 1 618 -#> [619,] 1 619 -#> [620,] 1 620 -#> [621,] 1 621 -#> [622,] 1 622 -#> [623,] 1 623 -#> [624,] 1 624 -#> [625,] 1 625 -#> [626,] 1 626 -#> [627,] 1 627 -#> [628,] 1 628 -#> [629,] 1 629 -#> [630,] 1 630 -#> [631,] 1 631 -#> [632,] 1 632 -#> [633,] 1 633 -#> [634,] 1 634 -#> [635,] 1 635 -#> [636,] 1 636 -#> [637,] 1 637 -#> [638,] 1 638 -#> [639,] 1 639 -#> [640,] 1 640 -#> [641,] 1 641 -#> [642,] 1 642 -#> [643,] 1 643 -#> [644,] 1 644 -#> [645,] 1 645 -#> [646,] 1 646 -#> [647,] 1 647 -#> [648,] 1 648 -#> [649,] 1 649 -#> [650,] 1 650 -#> [651,] 1 651 -#> [652,] 1 652 -#> [653,] 1 653 -#> [654,] 1 654 -#> [655,] 1 655 -#> [656,] 1 656 -#> [657,] 1 657 -#> [658,] 1 658 -#> [659,] 1 659 -#> [660,] 1 660 -#> [661,] 1 661 -#> [662,] 1 662 -#> [663,] 1 663 -#> [664,] 1 664 -#> [665,] 1 665 -#> [666,] 1 666 -#> [667,] 1 667 -#> [668,] 1 668 -#> [669,] 1 669 -#> [670,] 1 670 -#> [671,] 1 671 -#> [672,] 1 672 -#> [673,] 1 673 -#> [674,] 1 674 -#> [675,] 1 675 -#> [676,] 1 676 -#> [677,] 1 677 -#> [678,] 1 678 -#> [679,] 1 679 -#> [680,] 1 680 -#> [681,] 1 681 -#> [682,] 1 682 -#> [683,] 1 683 -#> [684,] 1 684 -#> [685,] 1 685 -#> [686,] 1 686 -#> [687,] 1 687 -#> [688,] 1 688 -#> [689,] 1 689 -#> [690,] 1 690 -#> [691,] 1 691 -#> [692,] 1 692 -#> [693,] 1 693 -#> [694,] 1 694 -#> [695,] 1 695 -#> [696,] 1 696 -#> [697,] 1 697 -#> [698,] 1 698 -#> [699,] 1 699 -#> [700,] 1 700 -#> [701,] 1 701 -#> [702,] 1 702 -#> [703,] 1 703 -#> [704,] 1 704 -#> [705,] 1 705 -#> [706,] 1 706 -#> [707,] 1 707 -#> [708,] 1 708 -#> [709,] 1 709 -#> [710,] 1 710 -#> [711,] 1 711 -#> [712,] 1 712 -#> [713,] 1 713 -#> [714,] 1 714 -#> [715,] 1 715 -#> [716,] 1 716 -#> [717,] 1 717 -#> [718,] 1 718 -#> [719,] 1 719 -#> [720,] 1 720 -#> [721,] 1 721 -#> [722,] 1 722 -#> [723,] 1 723 -#> [724,] 1 724 -#> [725,] 1 725 -#> [726,] 1 726 -#> [727,] 1 727 -#> [728,] 1 728 -#> [729,] 1 729 -#> [730,] 1 730 -#> [731,] 1 731 -#> [732,] 1 732 -#> [733,] 1 733 -#> [734,] 1 734 -#> [735,] 1 735 -#> [736,] 1 736 -#> [737,] 1 737 -#> [738,] 1 738 -#> [739,] 1 739 -#> [740,] 1 740 -#> [741,] 1 741 -#> [742,] 1 742 -#> [743,] 1 743 -#> [744,] 1 744 -#> [745,] 1 745 -#> [746,] 1 746 -#> [747,] 1 747 -#> [748,] 1 748 -#> [749,] 1 749 -#> [750,] 1 750 -#> [751,] 1 751 -#> [752,] 1 752 -#> [753,] 1 753 -#> [754,] 1 754 -#> [755,] 1 755 -#> [756,] 1 756 -#> [757,] 1 757 -#> [758,] 1 758 -#> [759,] 1 759 -#> [760,] 1 760 -#> [761,] 1 761 -#> [762,] 1 762 -#> [763,] 1 763 -#> [764,] 1 764 -#> [765,] 1 765 -#> [766,] 1 766 -#> [767,] 1 767 -#> [768,] 1 768 -#> [769,] 1 769 -#> [770,] 1 770 -#> [771,] 1 771 -#> [772,] 1 772 -#> [773,] 1 773 -#> [774,] 1 774 -#> [775,] 1 775 -#> [776,] 1 776 -#> [777,] 1 777 -#> [778,] 1 778 -#> [779,] 1 779 -#> [780,] 1 780 -#> [781,] 1 781 -#> [782,] 1 782 -#> [783,] 1 783 -#> [784,] 1 784 -#> [785,] 1 785 -#> [786,] 1 786 -#> [787,] 1 787 -#> [788,] 1 788 -#> [789,] 1 789 -#> [790,] 1 790 -#> [791,] 1 791 -#> [792,] 1 792 -#> [793,] 1 793 -#> [794,] 1 794 -#> [795,] 1 795 -#> [796,] 1 796 -#> [797,] 1 797 -#> [798,] 1 798 -#> [799,] 1 799 -#> [800,] 1 800 -#> [801,] 1 801 -#> [802,] 1 802 -#> [803,] 1 803 -#> [804,] 1 804 -#> [805,] 1 805 -#> [806,] 1 806 -#> [807,] 1 807 -#> [808,] 1 808 -#> [809,] 1 809 -#> [810,] 1 810 -#> [811,] 1 811 -#> [812,] 1 812 -#> [813,] 1 813 -#> [814,] 1 814 -#> [815,] 1 815 -#> [816,] 1 816 -#> [817,] 1 817 -#> [818,] 1 818 -#> [819,] 1 819 -#> [820,] 1 820 -#> [821,] 1 821 -#> [822,] 1 822 -#> [823,] 1 823 -#> [824,] 1 824 -#> [825,] 1 825 -#> [826,] 1 826 -#> [827,] 1 827 -#> [828,] 1 828 -#> [829,] 1 829 -#> [830,] 1 830 -#> [831,] 1 831 -#> [832,] 1 832 -#> [833,] 1 833 -#> [834,] 1 834 -#> [835,] 1 835 -#> [836,] 1 836 -#> [837,] 1 837 -#> [838,] 1 838 -#> [839,] 1 839 -#> [840,] 1 840 -#> [841,] 1 841 -#> [842,] 1 842 -#> [843,] 1 843 -#> [844,] 1 844 -#> [845,] 1 845 -#> [846,] 1 846 -#> [847,] 1 847 -#> [848,] 1 848 -#> [849,] 1 849 -#> [850,] 1 850 -#> [851,] 1 851 -#> [852,] 1 852 -#> [853,] 1 853 -#> [854,] 1 854 -#> [855,] 1 855 -#> [856,] 1 856 -#> [857,] 1 857 -#> [858,] 1 858 -#> [859,] 1 859 -#> [860,] 1 860 -#> [861,] 1 861 -#> [862,] 1 862 -#> [863,] 1 863 -#> [864,] 1 864 -#> [865,] 1 865 -#> [866,] 1 866 -#> [867,] 1 867 -#> [868,] 1 868 -#> [869,] 1 869 -#> [870,] 1 870 -#> [871,] 1 871 -#> [872,] 1 872 -#> [873,] 1 873 -#> [874,] 1 874 -#> [875,] 1 875 -#> [876,] 1 876 -#> [877,] 1 877 -#> [878,] 1 878 -#> [879,] 1 879 -#> [880,] 1 880 -#> [881,] 1 881 -#> [882,] 1 882 -#> [883,] 1 883 -#> [884,] 1 884 -#> [885,] 1 885 -#> [886,] 1 886 -#> [887,] 1 887 -#> [888,] 1 888 -#> [889,] 1 889 -#> [890,] 1 890 -#> [891,] 1 891 -#> [892,] 1 892 -#> [893,] 1 893 -#> [894,] 1 894 -#> [895,] 1 895 -#> [896,] 1 896 -#> [897,] 1 897 -#> [898,] 1 898 -#> [899,] 1 899 -#> [900,] 1 900 -#> [901,] 1 901 -#> [902,] 1 902 -#> [903,] 1 903 -#> [904,] 1 904 -#> [905,] 1 905 -#> [906,] 1 906 -#> [907,] 1 907 -#> [908,] 1 908 -#> [909,] 1 909 -#> [910,] 1 910 -#> [911,] 1 911 -#> [912,] 1 912 -#> [913,] 1 913 -#> [914,] 1 914 -#> [915,] 1 915 -#> [916,] 1 916 -#> [917,] 1 917 -#> [918,] 1 918 -#> [919,] 1 919 -#> [920,] 1 920 -#> [921,] 1 921 -#> [922,] 1 922 -#> [923,] 1 923 -#> [924,] 1 924 -#> [925,] 1 925 -#> [926,] 1 926 -#> [927,] 1 927 -#> [928,] 1 928 -#> [929,] 1 929 -#> [930,] 1 930 -#> [931,] 1 931 -#> [932,] 1 932 -#> [933,] 1 933 -#> [934,] 1 934 -#> [935,] 1 935 -#> [936,] 1 936 -#> [937,] 1 937 -#> [938,] 1 938 -#> [939,] 1 939 -#> [940,] 1 940 -#> [941,] 1 941 -#> [942,] 1 942 -#> [943,] 1 943 -#> [944,] 1 944 -#> [945,] 1 945 -#> [946,] 1 946 -#> [947,] 1 947 -#> [948,] 1 948 -#> [949,] 1 949 -#> [950,] 1 950 -#> [951,] 1 951 -#> [952,] 1 952 -#> [953,] 1 953 -#> [954,] 1 954 -#> [955,] 1 955 -#> [956,] 1 956 -#> [957,] 1 957 -#> [958,] 1 958 -#> [959,] 1 959 -#> [960,] 1 960 -#> [961,] 1 961 -#> [962,] 1 962 -#> [963,] 1 963 -#> [964,] 1 964 -#> [965,] 1 965 -#> [966,] 1 966 -#> [967,] 1 967 -#> [968,] 1 968 -#> [969,] 1 969 -#> [970,] 1 970 -#> [971,] 1 971 -#> [972,] 1 972 -#> [973,] 1 973 -#> [974,] 1 974 -#> [975,] 1 975 -#> [976,] 1 976 -#> [977,] 1 977 -#> [978,] 1 978 -#> [979,] 1 979 -#> [980,] 1 980 -#> [981,] 1 981 -#> [982,] 1 982 -#> [983,] 1 983 -#> [984,] 1 984 -#> [985,] 1 985 -#> [986,] 1 986 -#> [987,] 1 987 -#> [988,] 1 988 -#> [989,] 1 989 -#> [990,] 1 990 -#> [991,] 1 991 -#> [992,] 1 992 -#> [993,] 1 993 -#> [994,] 1 994 -#> [995,] 1 995 -#> [996,] 1 996 -#> [997,] 1 997 -#> [998,] 1 998 -#> [999,] 1 999 -#> [1000,] 1 1000 -#> attr(,"beta") -#> [,1] -#> beta_0 2.50 -#> beta_1 -0.01 -#> attr(,"inv_link") -#> function (q, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE) -#> .Call(C_plogis, q, location, scale, lower.tail, log.p) -#> <bytecode: 0x7fb85bcb6ca8> -#> <environment: namespace:stats>
    # Both graph and values (the default) -get_detection_pr(output = 3L) -
    #> [1] 0.9234378026 0.9227277979 0.9220117649 0.9212896628 0.9205614508 -#> [6] 0.9198270878 0.9190865328 0.9183397445 0.9175866819 0.9168273035 -#> [11] 0.9160615681 0.9152894343 0.9145108606 0.9137258055 0.9129342276 -#> [16] 0.9121360852 0.9113313367 0.9105199407 0.9097018553 0.9088770390 -#> [21] 0.9080454501 0.9072070469 0.9063617878 0.9055096310 0.9046505351 -#> [26] 0.9037844583 0.9029113590 0.9020311957 0.9011439268 0.9002495109 -#> [31] 0.8993479064 0.8984390721 0.8975229666 0.8965995485 0.8956687769 -#> [36] 0.8947306105 0.8937850083 0.8928319295 0.8918713332 0.8909031788 -#> [41] 0.8899274256 0.8889440333 0.8879529614 0.8869541699 0.8859476187 -#> [46] 0.8849332680 0.8839110779 0.8828810091 0.8818430222 0.8807970780 -#> [51] 0.8797431375 0.8786811621 0.8776111132 0.8765329524 0.8754466418 -#> [56] 0.8743521435 0.8732494199 0.8721384337 0.8710191479 0.8698915256 -#> [61] 0.8687555306 0.8676111265 0.8664582775 0.8652969480 0.8641271030 -#> [66] 0.8629487074 0.8617617268 0.8605661270 0.8593618743 0.8581489351 -#> [71] 0.8569272765 0.8556968659 0.8544576711 0.8532096602 0.8519528020 -#> [76] 0.8506870655 0.8494124203 0.8481288363 0.8468362842 0.8455347349 -#> [81] 0.8442241599 0.8429045311 0.8415758212 0.8402380031 0.8388910504 -#> [86] 0.8375349374 0.8361696388 0.8347951298 0.8334113864 0.8320183851 -#> [91] 0.8306161031 0.8292045180 0.8277836083 0.8263533530 0.8249137318 -#> [96] 0.8234647252 0.8220063142 0.8205384806 0.8190612068 0.8175744762 -#> [101] 0.8160782726 0.8145725807 0.8130573860 0.8115326748 0.8099984340 -#> [106] 0.8084546514 0.8069013158 0.8053384164 0.8037659436 0.8021838886 -#> [111] 0.8005922432 0.7989910002 0.7973801536 0.7957596977 0.7941296282 -#> [116] 0.7924899414 0.7908406348 0.7891817065 0.7875131559 0.7858349830 -#> [121] 0.7841471892 0.7824497764 0.7807427479 0.7790261078 0.7772998612 -#> [126] 0.7755640143 0.7738185743 0.7720635494 0.7702989490 0.7685247835 -#> [131] 0.7667410642 0.7649478038 0.7631450157 0.7613327148 0.7595109169 -#> [136] 0.7576796390 0.7558388991 0.7539887164 0.7521291114 0.7502601056 -#> [141] 0.7483817216 0.7464939833 0.7445969158 0.7426905453 0.7407748992 -#> [146] 0.7388500061 0.7369158958 0.7349725995 0.7330201492 0.7310585786 -#> [151] 0.7290879223 0.7271082163 0.7251194978 0.7231218051 0.7211151780 -#> [156] 0.7190996574 0.7170752855 0.7150421057 0.7130001628 0.7109495026 -#> [161] 0.7088901726 0.7068222211 0.7047456980 0.7026606543 0.7005671425 -#> [166] 0.6984652160 0.6963549298 0.6942363401 0.6921095043 0.6899744811 -#> [171] 0.6878313306 0.6856801139 0.6835208937 0.6813537338 0.6791786992 -#> [176] 0.6769958562 0.6748052726 0.6726070171 0.6704011598 0.6681877722 -#> [181] 0.6659669268 0.6637386974 0.6615031592 0.6592603885 0.6570104627 -#> [186] 0.6547534606 0.6524894622 0.6502185486 0.6479408021 0.6456563062 -#> [191] 0.6433651457 0.6410674063 0.6387631751 0.6364525403 0.6341355910 -#> [196] 0.6318124177 0.6294831120 0.6271477663 0.6248064745 0.6224593312 -#> [201] 0.6201064323 0.6177478748 0.6153837564 0.6130141761 0.6106392339 -#> [206] 0.6082590307 0.6058736684 0.6034832499 0.6010878788 0.5986876601 -#> [211] 0.5962826993 0.5938731029 0.5914589784 0.5890404341 0.5866175789 -#> [216] 0.5841905229 0.5817593768 0.5793242521 0.5768852611 0.5744425168 -#> [221] 0.5719961329 0.5695462239 0.5670929050 0.5646362918 0.5621765009 -#> [226] 0.5597136493 0.5572478546 0.5547792351 0.5523079096 0.5498339973 -#> [231] 0.5473576181 0.5448788924 0.5423979408 0.5399148846 0.5374298453 -#> [236] 0.5349429452 0.5324543064 0.5299640518 0.5274723043 0.5249791875 -#> [241] 0.5224848248 0.5199893402 0.5174928577 0.5149955016 0.5124973965 -#> [246] 0.5099986669 0.5074994376 0.5049998333 0.5024999792 0.5000000000 -#> [251] 0.4975000208 0.4950001667 0.4925005624 0.4900013331 0.4875026035 -#> [256] 0.4850044984 0.4825071423 0.4800106598 0.4775151752 0.4750208125 -#> [261] 0.4725276957 0.4700359482 0.4675456936 0.4650570548 0.4625701547 -#> [266] 0.4600851154 0.4576020592 0.4551211076 0.4526423819 0.4501660027 -#> [271] 0.4476920904 0.4452207649 0.4427521454 0.4402863507 0.4378234991 -#> [276] 0.4353637082 0.4329070950 0.4304537761 0.4280038671 0.4255574832 -#> [281] 0.4231147389 0.4206757479 0.4182406232 0.4158094771 0.4133824211 -#> [286] 0.4109595659 0.4085410216 0.4061268971 0.4037173007 0.4013123399 -#> [291] 0.3989121212 0.3965167501 0.3941263316 0.3917409693 0.3893607661 -#> [296] 0.3869858239 0.3846162436 0.3822521252 0.3798935677 0.3775406688 -#> [301] 0.3751935255 0.3728522337 0.3705168880 0.3681875823 0.3658644090 -#> [306] 0.3635474597 0.3612368249 0.3589325937 0.3566348543 0.3543436938 -#> [311] 0.3520591979 0.3497814514 0.3475105378 0.3452465394 0.3429895373 -#> [316] 0.3407396115 0.3384968408 0.3362613026 0.3340330732 0.3318122278 -#> [321] 0.3295988402 0.3273929829 0.3251947274 0.3230041438 0.3208213008 -#> [326] 0.3186462662 0.3164791063 0.3143198861 0.3121686694 0.3100255189 -#> [331] 0.3078904957 0.3057636599 0.3036450702 0.3015347840 0.2994328575 -#> [336] 0.2973393457 0.2952543020 0.2931777789 0.2911098274 0.2890504974 -#> [341] 0.2869998372 0.2849578943 0.2829247145 0.2809003426 0.2788848220 -#> [346] 0.2768781949 0.2748805022 0.2728917837 0.2709120777 0.2689414214 -#> [351] 0.2669798508 0.2650274005 0.2630841042 0.2611499939 0.2592251008 -#> [356] 0.2573094547 0.2554030842 0.2535060167 0.2516182784 0.2497398944 -#> [361] 0.2478708886 0.2460112836 0.2441611009 0.2423203610 0.2404890831 -#> [366] 0.2386672852 0.2368549843 0.2350521962 0.2332589358 0.2314752165 -#> [371] 0.2297010510 0.2279364506 0.2261814257 0.2244359857 0.2227001388 -#> [376] 0.2209738922 0.2192572521 0.2175502236 0.2158528108 0.2141650170 -#> [381] 0.2124868441 0.2108182935 0.2091593652 0.2075100586 0.2058703718 -#> [386] 0.2042403023 0.2026198464 0.2010089998 0.1994077568 0.1978161114 -#> [391] 0.1962340564 0.1946615836 0.1930986842 0.1915453486 0.1900015660 -#> [396] 0.1884673252 0.1869426140 0.1854274193 0.1839217274 0.1824255238 -#> [401] 0.1809387932 0.1794615194 0.1779936858 0.1765352748 0.1750862682 -#> [406] 0.1736466470 0.1722163917 0.1707954820 0.1693838969 0.1679816149 -#> [411] 0.1665886136 0.1652048702 0.1638303612 0.1624650626 0.1611089496 -#> [416] 0.1597619969 0.1584241788 0.1570954689 0.1557758401 0.1544652651 -#> [421] 0.1531637158 0.1518711637 0.1505875797 0.1493129345 0.1480471980 -#> [426] 0.1467903398 0.1455423289 0.1443031341 0.1430727235 0.1418510649 -#> [431] 0.1406381257 0.1394338730 0.1382382732 0.1370512926 0.1358728970 -#> [436] 0.1347030520 0.1335417225 0.1323888735 0.1312444694 0.1301084744 -#> [441] 0.1289808521 0.1278615663 0.1267505801 0.1256478565 0.1245533582 -#> [446] 0.1234670476 0.1223888868 0.1213188379 0.1202568625 0.1192029220 -#> [451] 0.1181569778 0.1171189909 0.1160889221 0.1150667320 0.1140523813 -#> [456] 0.1130458301 0.1120470386 0.1110559667 0.1100725744 0.1090968212 -#> [461] 0.1081286668 0.1071680705 0.1062149917 0.1052693895 0.1043312231 -#> [466] 0.1034004515 0.1024770334 0.1015609279 0.1006520936 0.0997504891 -#> [471] 0.0988560732 0.0979688043 0.0970886410 0.0962155417 0.0953494649 -#> [476] 0.0944903690 0.0936382122 0.0927929531 0.0919545499 0.0911229610 -#> [481] 0.0902981447 0.0894800593 0.0886686633 0.0878639148 0.0870657724 -#> [486] 0.0862741945 0.0854891394 0.0847105657 0.0839384319 0.0831726965 -#> [491] 0.0824133181 0.0816602555 0.0809134672 0.0801729122 0.0794385492 -#> [496] 0.0787103372 0.0779882351 0.0772722021 0.0765621974 0.0758581800 -#> [501] 0.0751601095 0.0744679452 0.0737816466 0.0731011734 0.0724264854 -#> [506] 0.0717575423 0.0710943041 0.0704367309 0.0697847829 0.0691384203 -#> [511] 0.0684976037 0.0678622936 0.0672324506 0.0666080356 0.0659890095 -#> [516] 0.0653753334 0.0647669686 0.0641638764 0.0635660183 0.0629733561 -#> [521] 0.0623858514 0.0618034663 0.0612261628 0.0606539033 0.0600866502 -#> [526] 0.0595243660 0.0589670135 0.0584145555 0.0578669553 0.0573241759 -#> [531] 0.0567861808 0.0562529336 0.0557243979 0.0552005378 0.0546813172 -#> [536] 0.0541667005 0.0536566520 0.0531511364 0.0526501184 0.0521535631 -#> [541] 0.0516614355 0.0511737009 0.0506903249 0.0502112732 0.0497365116 -#> [546] 0.0492660061 0.0487997230 0.0483376287 0.0478796898 0.0474258732 -#> [551] 0.0469761457 0.0465304745 0.0460888270 0.0456511708 0.0452174735 -#> [556] 0.0447877030 0.0443618276 0.0439398154 0.0435216350 0.0431072549 -#> [561] 0.0426966442 0.0422897718 0.0418866071 0.0414871193 0.0410912782 -#> [566] 0.0406990536 0.0403104154 0.0399253340 0.0395437796 0.0391657228 -#> [571] 0.0387911345 0.0384199855 0.0380522471 0.0376878905 0.0373268873 -#> [576] 0.0369692093 0.0366148283 0.0362637164 0.0359158459 0.0355711893 -#> [581] 0.0352297192 0.0348914085 0.0345562303 0.0342241577 0.0338951642 -#> [586] 0.0335692233 0.0332463088 0.0329263948 0.0326094553 0.0322954647 -#> [591] 0.0319843975 0.0316762284 0.0313709322 0.0310684842 0.0307688594 -#> [596] 0.0304720333 0.0301779815 0.0298866798 0.0295981042 0.0293122308 -#> [601] 0.0290290358 0.0287484959 0.0284705877 0.0281952880 0.0279225738 -#> [606] 0.0276524223 0.0273848110 0.0271197172 0.0268571188 0.0265969936 -#> [611] 0.0263393196 0.0260840751 0.0258312385 0.0255807883 0.0253327032 -#> [616] 0.0250869622 0.0248435441 0.0246024284 0.0243635943 0.0241270214 -#> [621] 0.0238926894 0.0236605782 0.0234306677 0.0232029381 0.0229773699 -#> [626] 0.0227539435 0.0225326395 0.0223134387 0.0220963222 0.0218812709 -#> [631] 0.0216682663 0.0214572897 0.0212483227 0.0210413470 0.0208363445 -#> [636] 0.0206332972 0.0204321873 0.0202329971 0.0200357090 0.0198403057 -#> [641] 0.0196467699 0.0194550846 0.0192652326 0.0190771973 0.0188909619 -#> [646] 0.0187065100 0.0185238250 0.0183428907 0.0181636910 0.0179862100 -#> [651] 0.0178104316 0.0176363403 0.0174639205 0.0172931566 0.0171240333 -#> [656] 0.0169565355 0.0167906481 0.0166263561 0.0164636448 0.0163024994 -#> [661] 0.0161429054 0.0159848483 0.0158283140 0.0156732881 0.0155197566 -#> [666] 0.0153677056 0.0152171212 0.0150679898 0.0149202978 0.0147740317 -#> [671] 0.0146291782 0.0144857240 0.0143436561 0.0142029614 0.0140636270 -#> [676] 0.0139256403 0.0137889885 0.0136536591 0.0135196396 0.0133869178 -#> [681] 0.0132554814 0.0131253183 0.0129964166 0.0128687642 0.0127423495 -#> [686] 0.0126171607 0.0124931863 0.0123704147 0.0122488347 0.0121284350 -#> [691] 0.0120092043 0.0118911316 0.0117742060 0.0116584166 0.0115437525 -#> [696] 0.0114302031 0.0113177579 0.0112064063 0.0110961380 0.0109869426 -#> [701] 0.0108788100 0.0107717300 0.0106656927 0.0105606880 0.0104567062 -#> [706] 0.0103537375 0.0102517723 0.0101508009 0.0100508139 0.0099518019 -#> [711] 0.0098537555 0.0097566656 0.0096605230 0.0095653187 0.0094710436 -#> [716] 0.0093776889 0.0092852457 0.0091937054 0.0091030592 0.0090132987 -#> [721] 0.0089244152 0.0088364005 0.0087492461 0.0086629438 0.0085774854 -#> [726] 0.0084928629 0.0084090681 0.0083260931 0.0082439301 0.0081625712 -#> [731] 0.0080820086 0.0080022348 0.0079232421 0.0078450230 0.0077675701 -#> [736] 0.0076908759 0.0076149331 0.0075397346 0.0074652730 0.0073915413 -#> [741] 0.0073185325 0.0072462396 0.0071746556 0.0071037737 0.0070335872 -#> [746] 0.0069640892 0.0068952731 0.0068271324 0.0067596605 0.0066928509 -#> [751] 0.0066266972 0.0065611931 0.0064963323 0.0064321085 0.0063685155 -#> [756] 0.0063055473 0.0062431977 0.0061814609 0.0061203308 0.0060598015 -#> [761] 0.0059998672 0.0059405222 0.0058817607 0.0058235770 0.0057659656 -#> [766] 0.0057089208 0.0056524372 0.0055965092 0.0055411316 0.0054862989 -#> [771] 0.0054320058 0.0053782472 0.0053250177 0.0052723122 0.0052201257 -#> [776] 0.0051684530 0.0051172892 0.0050666293 0.0050164684 0.0049668017 -#> [781] 0.0049176242 0.0048689312 0.0048207181 0.0047729801 0.0047257126 -#> [786] 0.0046789110 0.0046325707 0.0045866873 0.0045412562 0.0044962732 -#> [791] 0.0044517337 0.0044076334 0.0043639681 0.0043207335 0.0042779254 -#> [796] 0.0042355396 0.0041935721 0.0041520186 0.0041108751 0.0040701377 -#> [801] 0.0040298024 0.0039898651 0.0039503222 0.0039111695 0.0038724034 -#> [806] 0.0038340201 0.0037960158 0.0037583868 0.0037211293 0.0036842399 -#> [811] 0.0036477148 0.0036115505 0.0035757435 0.0035402902 0.0035051872 -#> [816] 0.0034704311 0.0034360183 0.0034019457 0.0033682098 0.0033348073 -#> [821] 0.0033017350 0.0032689896 0.0032365678 0.0032044667 0.0031726828 -#> [826] 0.0031412133 0.0031100549 0.0030792046 0.0030486594 0.0030184163 -#> [831] 0.0029884723 0.0029588245 0.0029294700 0.0029004058 0.0028716292 -#> [836] 0.0028431372 0.0028149272 0.0027869962 0.0027593417 0.0027319608 -#> [841] 0.0027048508 0.0026780092 0.0026514332 0.0026251203 0.0025990678 -#> [846] 0.0025732732 0.0025477339 0.0025224475 0.0024974114 0.0024726232 -#> [851] 0.0024480804 0.0024237806 0.0023997215 0.0023759006 0.0023523156 -#> [856] 0.0023289642 0.0023058440 0.0022829529 0.0022602884 0.0022378485 -#> [861] 0.0022156309 0.0021936334 0.0021718537 0.0021502899 0.0021289397 -#> [866] 0.0021078011 0.0020868719 0.0020661500 0.0020456336 0.0020253204 -#> [871] 0.0020052085 0.0019852960 0.0019655808 0.0019460610 0.0019267347 -#> [876] 0.0019075999 0.0018886548 0.0018698975 0.0018513262 0.0018329389 -#> [881] 0.0018147340 0.0017967095 0.0017788638 0.0017611950 0.0017437013 -#> [886] 0.0017263812 0.0017092327 0.0016922544 0.0016754444 0.0016588011 -#> [891] 0.0016423228 0.0016260080 0.0016098550 0.0015938622 0.0015780281 -#> [896] 0.0015623510 0.0015468293 0.0015314617 0.0015162465 0.0015011823 -#> [901] 0.0014862674 0.0014715006 0.0014568803 0.0014424050 0.0014280733 -#> [906] 0.0014138838 0.0013998351 0.0013859258 0.0013721546 0.0013585200 -#> [911] 0.0013450206 0.0013316553 0.0013184226 0.0013053212 0.0012923498 -#> [916] 0.0012795071 0.0012667920 0.0012542030 0.0012417389 0.0012293986 -#> [921] 0.0012171808 0.0012050842 0.0011931078 0.0011812502 0.0011695103 -#> [926] 0.0011578869 0.0011463790 0.0011349852 0.0011237046 0.0011125360 -#> [931] 0.0011014783 0.0010905304 0.0010796911 0.0010689595 0.0010583344 -#> [936] 0.0010478149 0.0010373997 0.0010270881 0.0010168787 0.0010067708 -#> [941] 0.0009967633 0.0009868551 0.0009770453 0.0009673330 0.0009577171 -#> [946] 0.0009481966 0.0009387708 0.0009294385 0.0009201990 0.0009110512 -#> [951] 0.0009019943 0.0008930273 0.0008841494 0.0008753596 0.0008666572 -#> [956] 0.0008580412 0.0008495108 0.0008410652 0.0008327034 0.0008244247 -#> [961] 0.0008162282 0.0008081132 0.0008000787 0.0007921241 0.0007842486 -#> [966] 0.0007764512 0.0007687313 0.0007610881 0.0007535209 0.0007460288 -#> [971] 0.0007386112 0.0007312673 0.0007239963 0.0007167976 0.0007096704 -#> [976] 0.0007026140 0.0006956278 0.0006887109 0.0006818628 0.0006750827 -#> [981] 0.0006683700 0.0006617240 0.0006551441 0.0006486295 0.0006421797 -#> [986] 0.0006357940 0.0006294717 0.0006232123 0.0006170150 0.0006108794 -#> [991] 0.0006048047 0.0005987904 0.0005928358 0.0005869405 0.0005811037 -#> [996] 0.0005753250 0.0005696037 0.0005639392 0.0005583311 0.0005527786 -#> attr(,"X") -#> [,1] [,2] -#> [1,] 1 1 -#> [2,] 1 2 -#> [3,] 1 3 -#> [4,] 1 4 -#> [5,] 1 5 -#> [6,] 1 6 -#> [7,] 1 7 -#> [8,] 1 8 -#> [9,] 1 9 -#> [10,] 1 10 -#> [11,] 1 11 -#> [12,] 1 12 -#> [13,] 1 13 -#> [14,] 1 14 -#> [15,] 1 15 -#> [16,] 1 16 -#> [17,] 1 17 -#> [18,] 1 18 -#> [19,] 1 19 -#> [20,] 1 20 -#> [21,] 1 21 -#> [22,] 1 22 -#> [23,] 1 23 -#> [24,] 1 24 -#> [25,] 1 25 -#> [26,] 1 26 -#> [27,] 1 27 -#> [28,] 1 28 -#> [29,] 1 29 -#> [30,] 1 30 -#> [31,] 1 31 -#> [32,] 1 32 -#> [33,] 1 33 -#> [34,] 1 34 -#> [35,] 1 35 -#> [36,] 1 36 -#> [37,] 1 37 -#> [38,] 1 38 -#> [39,] 1 39 -#> [40,] 1 40 -#> [41,] 1 41 -#> [42,] 1 42 -#> [43,] 1 43 -#> [44,] 1 44 -#> [45,] 1 45 -#> [46,] 1 46 -#> [47,] 1 47 -#> [48,] 1 48 -#> [49,] 1 49 -#> [50,] 1 50 -#> [51,] 1 51 -#> [52,] 1 52 -#> [53,] 1 53 -#> [54,] 1 54 -#> [55,] 1 55 -#> [56,] 1 56 -#> [57,] 1 57 -#> [58,] 1 58 -#> [59,] 1 59 -#> [60,] 1 60 -#> [61,] 1 61 -#> [62,] 1 62 -#> [63,] 1 63 -#> [64,] 1 64 -#> [65,] 1 65 -#> [66,] 1 66 -#> [67,] 1 67 -#> [68,] 1 68 -#> [69,] 1 69 -#> [70,] 1 70 -#> [71,] 1 71 -#> [72,] 1 72 -#> [73,] 1 73 -#> [74,] 1 74 -#> [75,] 1 75 -#> [76,] 1 76 -#> [77,] 1 77 -#> [78,] 1 78 -#> [79,] 1 79 -#> [80,] 1 80 -#> [81,] 1 81 -#> [82,] 1 82 -#> [83,] 1 83 -#> [84,] 1 84 -#> [85,] 1 85 -#> [86,] 1 86 -#> [87,] 1 87 -#> [88,] 1 88 -#> [89,] 1 89 -#> [90,] 1 90 -#> [91,] 1 91 -#> [92,] 1 92 -#> [93,] 1 93 -#> [94,] 1 94 -#> [95,] 1 95 -#> [96,] 1 96 -#> [97,] 1 97 -#> [98,] 1 98 -#> [99,] 1 99 -#> [100,] 1 100 -#> [101,] 1 101 -#> [102,] 1 102 -#> [103,] 1 103 -#> [104,] 1 104 -#> [105,] 1 105 -#> [106,] 1 106 -#> [107,] 1 107 -#> [108,] 1 108 -#> [109,] 1 109 -#> [110,] 1 110 -#> [111,] 1 111 -#> [112,] 1 112 -#> [113,] 1 113 -#> [114,] 1 114 -#> [115,] 1 115 -#> [116,] 1 116 -#> [117,] 1 117 -#> [118,] 1 118 -#> [119,] 1 119 -#> [120,] 1 120 -#> [121,] 1 121 -#> [122,] 1 122 -#> [123,] 1 123 -#> [124,] 1 124 -#> [125,] 1 125 -#> [126,] 1 126 -#> [127,] 1 127 -#> [128,] 1 128 -#> [129,] 1 129 -#> [130,] 1 130 -#> [131,] 1 131 -#> [132,] 1 132 -#> [133,] 1 133 -#> [134,] 1 134 -#> [135,] 1 135 -#> [136,] 1 136 -#> [137,] 1 137 -#> [138,] 1 138 -#> [139,] 1 139 -#> [140,] 1 140 -#> [141,] 1 141 -#> [142,] 1 142 -#> [143,] 1 143 -#> [144,] 1 144 -#> [145,] 1 145 -#> [146,] 1 146 -#> [147,] 1 147 -#> [148,] 1 148 -#> [149,] 1 149 -#> [150,] 1 150 -#> [151,] 1 151 -#> [152,] 1 152 -#> [153,] 1 153 -#> [154,] 1 154 -#> [155,] 1 155 -#> [156,] 1 156 -#> [157,] 1 157 -#> [158,] 1 158 -#> [159,] 1 159 -#> [160,] 1 160 -#> [161,] 1 161 -#> [162,] 1 162 -#> [163,] 1 163 -#> [164,] 1 164 -#> [165,] 1 165 -#> [166,] 1 166 -#> [167,] 1 167 -#> [168,] 1 168 -#> [169,] 1 169 -#> [170,] 1 170 -#> [171,] 1 171 -#> [172,] 1 172 -#> [173,] 1 173 -#> [174,] 1 174 -#> [175,] 1 175 -#> [176,] 1 176 -#> [177,] 1 177 -#> [178,] 1 178 -#> [179,] 1 179 -#> [180,] 1 180 -#> [181,] 1 181 -#> [182,] 1 182 -#> [183,] 1 183 -#> [184,] 1 184 -#> [185,] 1 185 -#> [186,] 1 186 -#> [187,] 1 187 -#> [188,] 1 188 -#> [189,] 1 189 -#> [190,] 1 190 -#> [191,] 1 191 -#> [192,] 1 192 -#> [193,] 1 193 -#> [194,] 1 194 -#> [195,] 1 195 -#> [196,] 1 196 -#> [197,] 1 197 -#> [198,] 1 198 -#> [199,] 1 199 -#> [200,] 1 200 -#> [201,] 1 201 -#> [202,] 1 202 -#> [203,] 1 203 -#> [204,] 1 204 -#> [205,] 1 205 -#> [206,] 1 206 -#> [207,] 1 207 -#> [208,] 1 208 -#> [209,] 1 209 -#> [210,] 1 210 -#> [211,] 1 211 -#> [212,] 1 212 -#> [213,] 1 213 -#> [214,] 1 214 -#> [215,] 1 215 -#> [216,] 1 216 -#> [217,] 1 217 -#> [218,] 1 218 -#> [219,] 1 219 -#> [220,] 1 220 -#> [221,] 1 221 -#> [222,] 1 222 -#> [223,] 1 223 -#> [224,] 1 224 -#> [225,] 1 225 -#> [226,] 1 226 -#> [227,] 1 227 -#> [228,] 1 228 -#> [229,] 1 229 -#> [230,] 1 230 -#> [231,] 1 231 -#> [232,] 1 232 -#> [233,] 1 233 -#> [234,] 1 234 -#> [235,] 1 235 -#> [236,] 1 236 -#> [237,] 1 237 -#> [238,] 1 238 -#> [239,] 1 239 -#> [240,] 1 240 -#> [241,] 1 241 -#> [242,] 1 242 -#> [243,] 1 243 -#> [244,] 1 244 -#> [245,] 1 245 -#> [246,] 1 246 -#> [247,] 1 247 -#> [248,] 1 248 -#> [249,] 1 249 -#> [250,] 1 250 -#> [251,] 1 251 -#> [252,] 1 252 -#> [253,] 1 253 -#> [254,] 1 254 -#> [255,] 1 255 -#> [256,] 1 256 -#> [257,] 1 257 -#> [258,] 1 258 -#> [259,] 1 259 -#> [260,] 1 260 -#> [261,] 1 261 -#> [262,] 1 262 -#> [263,] 1 263 -#> [264,] 1 264 -#> [265,] 1 265 -#> [266,] 1 266 -#> [267,] 1 267 -#> [268,] 1 268 -#> [269,] 1 269 -#> [270,] 1 270 -#> [271,] 1 271 -#> [272,] 1 272 -#> [273,] 1 273 -#> [274,] 1 274 -#> [275,] 1 275 -#> [276,] 1 276 -#> [277,] 1 277 -#> [278,] 1 278 -#> [279,] 1 279 -#> [280,] 1 280 -#> [281,] 1 281 -#> [282,] 1 282 -#> [283,] 1 283 -#> [284,] 1 284 -#> [285,] 1 285 -#> [286,] 1 286 -#> [287,] 1 287 -#> [288,] 1 288 -#> [289,] 1 289 -#> [290,] 1 290 -#> [291,] 1 291 -#> [292,] 1 292 -#> [293,] 1 293 -#> [294,] 1 294 -#> [295,] 1 295 -#> [296,] 1 296 -#> [297,] 1 297 -#> [298,] 1 298 -#> [299,] 1 299 -#> [300,] 1 300 -#> [301,] 1 301 -#> [302,] 1 302 -#> [303,] 1 303 -#> [304,] 1 304 -#> [305,] 1 305 -#> [306,] 1 306 -#> [307,] 1 307 -#> [308,] 1 308 -#> [309,] 1 309 -#> [310,] 1 310 -#> [311,] 1 311 -#> [312,] 1 312 -#> [313,] 1 313 -#> [314,] 1 314 -#> [315,] 1 315 -#> [316,] 1 316 -#> [317,] 1 317 -#> [318,] 1 318 -#> [319,] 1 319 -#> [320,] 1 320 -#> [321,] 1 321 -#> [322,] 1 322 -#> [323,] 1 323 -#> [324,] 1 324 -#> [325,] 1 325 -#> [326,] 1 326 -#> [327,] 1 327 -#> [328,] 1 328 -#> [329,] 1 329 -#> [330,] 1 330 -#> [331,] 1 331 -#> [332,] 1 332 -#> [333,] 1 333 -#> [334,] 1 334 -#> [335,] 1 335 -#> [336,] 1 336 -#> [337,] 1 337 -#> [338,] 1 338 -#> [339,] 1 339 -#> [340,] 1 340 -#> [341,] 1 341 -#> [342,] 1 342 -#> [343,] 1 343 -#> [344,] 1 344 -#> [345,] 1 345 -#> [346,] 1 346 -#> [347,] 1 347 -#> [348,] 1 348 -#> [349,] 1 349 -#> [350,] 1 350 -#> [351,] 1 351 -#> [352,] 1 352 -#> [353,] 1 353 -#> [354,] 1 354 -#> [355,] 1 355 -#> [356,] 1 356 -#> [357,] 1 357 -#> [358,] 1 358 -#> [359,] 1 359 -#> [360,] 1 360 -#> [361,] 1 361 -#> [362,] 1 362 -#> [363,] 1 363 -#> [364,] 1 364 -#> [365,] 1 365 -#> [366,] 1 366 -#> [367,] 1 367 -#> [368,] 1 368 -#> [369,] 1 369 -#> [370,] 1 370 -#> [371,] 1 371 -#> [372,] 1 372 -#> [373,] 1 373 -#> [374,] 1 374 -#> [375,] 1 375 -#> [376,] 1 376 -#> [377,] 1 377 -#> [378,] 1 378 -#> [379,] 1 379 -#> [380,] 1 380 -#> [381,] 1 381 -#> [382,] 1 382 -#> [383,] 1 383 -#> [384,] 1 384 -#> [385,] 1 385 -#> [386,] 1 386 -#> [387,] 1 387 -#> [388,] 1 388 -#> [389,] 1 389 -#> [390,] 1 390 -#> [391,] 1 391 -#> [392,] 1 392 -#> [393,] 1 393 -#> [394,] 1 394 -#> [395,] 1 395 -#> [396,] 1 396 -#> [397,] 1 397 -#> [398,] 1 398 -#> [399,] 1 399 -#> [400,] 1 400 -#> [401,] 1 401 -#> [402,] 1 402 -#> [403,] 1 403 -#> [404,] 1 404 -#> [405,] 1 405 -#> [406,] 1 406 -#> [407,] 1 407 -#> [408,] 1 408 -#> [409,] 1 409 -#> [410,] 1 410 -#> [411,] 1 411 -#> [412,] 1 412 -#> [413,] 1 413 -#> [414,] 1 414 -#> [415,] 1 415 -#> [416,] 1 416 -#> [417,] 1 417 -#> [418,] 1 418 -#> [419,] 1 419 -#> [420,] 1 420 -#> [421,] 1 421 -#> [422,] 1 422 -#> [423,] 1 423 -#> [424,] 1 424 -#> [425,] 1 425 -#> [426,] 1 426 -#> [427,] 1 427 -#> [428,] 1 428 -#> [429,] 1 429 -#> [430,] 1 430 -#> [431,] 1 431 -#> [432,] 1 432 -#> [433,] 1 433 -#> [434,] 1 434 -#> [435,] 1 435 -#> [436,] 1 436 -#> [437,] 1 437 -#> [438,] 1 438 -#> [439,] 1 439 -#> [440,] 1 440 -#> [441,] 1 441 -#> [442,] 1 442 -#> [443,] 1 443 -#> [444,] 1 444 -#> [445,] 1 445 -#> [446,] 1 446 -#> [447,] 1 447 -#> [448,] 1 448 -#> [449,] 1 449 -#> [450,] 1 450 -#> [451,] 1 451 -#> [452,] 1 452 -#> [453,] 1 453 -#> [454,] 1 454 -#> [455,] 1 455 -#> [456,] 1 456 -#> [457,] 1 457 -#> [458,] 1 458 -#> [459,] 1 459 -#> [460,] 1 460 -#> [461,] 1 461 -#> [462,] 1 462 -#> [463,] 1 463 -#> [464,] 1 464 -#> [465,] 1 465 -#> [466,] 1 466 -#> [467,] 1 467 -#> [468,] 1 468 -#> [469,] 1 469 -#> [470,] 1 470 -#> [471,] 1 471 -#> [472,] 1 472 -#> [473,] 1 473 -#> [474,] 1 474 -#> [475,] 1 475 -#> [476,] 1 476 -#> [477,] 1 477 -#> [478,] 1 478 -#> [479,] 1 479 -#> [480,] 1 480 -#> [481,] 1 481 -#> [482,] 1 482 -#> [483,] 1 483 -#> [484,] 1 484 -#> [485,] 1 485 -#> [486,] 1 486 -#> [487,] 1 487 -#> [488,] 1 488 -#> [489,] 1 489 -#> [490,] 1 490 -#> [491,] 1 491 -#> [492,] 1 492 -#> [493,] 1 493 -#> [494,] 1 494 -#> [495,] 1 495 -#> [496,] 1 496 -#> [497,] 1 497 -#> [498,] 1 498 -#> [499,] 1 499 -#> [500,] 1 500 -#> [501,] 1 501 -#> [502,] 1 502 -#> [503,] 1 503 -#> [504,] 1 504 -#> [505,] 1 505 -#> [506,] 1 506 -#> [507,] 1 507 -#> [508,] 1 508 -#> [509,] 1 509 -#> [510,] 1 510 -#> [511,] 1 511 -#> [512,] 1 512 -#> [513,] 1 513 -#> [514,] 1 514 -#> [515,] 1 515 -#> [516,] 1 516 -#> [517,] 1 517 -#> [518,] 1 518 -#> [519,] 1 519 -#> [520,] 1 520 -#> [521,] 1 521 -#> [522,] 1 522 -#> [523,] 1 523 -#> [524,] 1 524 -#> [525,] 1 525 -#> [526,] 1 526 -#> [527,] 1 527 -#> [528,] 1 528 -#> [529,] 1 529 -#> [530,] 1 530 -#> [531,] 1 531 -#> [532,] 1 532 -#> [533,] 1 533 -#> [534,] 1 534 -#> [535,] 1 535 -#> [536,] 1 536 -#> [537,] 1 537 -#> [538,] 1 538 -#> [539,] 1 539 -#> [540,] 1 540 -#> [541,] 1 541 -#> [542,] 1 542 -#> [543,] 1 543 -#> [544,] 1 544 -#> [545,] 1 545 -#> [546,] 1 546 -#> [547,] 1 547 -#> [548,] 1 548 -#> [549,] 1 549 -#> [550,] 1 550 -#> [551,] 1 551 -#> [552,] 1 552 -#> [553,] 1 553 -#> [554,] 1 554 -#> [555,] 1 555 -#> [556,] 1 556 -#> [557,] 1 557 -#> [558,] 1 558 -#> [559,] 1 559 -#> [560,] 1 560 -#> [561,] 1 561 -#> [562,] 1 562 -#> [563,] 1 563 -#> [564,] 1 564 -#> [565,] 1 565 -#> [566,] 1 566 -#> [567,] 1 567 -#> [568,] 1 568 -#> [569,] 1 569 -#> [570,] 1 570 -#> [571,] 1 571 -#> [572,] 1 572 -#> [573,] 1 573 -#> [574,] 1 574 -#> [575,] 1 575 -#> [576,] 1 576 -#> [577,] 1 577 -#> [578,] 1 578 -#> [579,] 1 579 -#> [580,] 1 580 -#> [581,] 1 581 -#> [582,] 1 582 -#> [583,] 1 583 -#> [584,] 1 584 -#> [585,] 1 585 -#> [586,] 1 586 -#> [587,] 1 587 -#> [588,] 1 588 -#> [589,] 1 589 -#> [590,] 1 590 -#> [591,] 1 591 -#> [592,] 1 592 -#> [593,] 1 593 -#> [594,] 1 594 -#> [595,] 1 595 -#> [596,] 1 596 -#> [597,] 1 597 -#> [598,] 1 598 -#> [599,] 1 599 -#> [600,] 1 600 -#> [601,] 1 601 -#> [602,] 1 602 -#> [603,] 1 603 -#> [604,] 1 604 -#> [605,] 1 605 -#> [606,] 1 606 -#> [607,] 1 607 -#> [608,] 1 608 -#> [609,] 1 609 -#> [610,] 1 610 -#> [611,] 1 611 -#> [612,] 1 612 -#> [613,] 1 613 -#> [614,] 1 614 -#> [615,] 1 615 -#> [616,] 1 616 -#> [617,] 1 617 -#> [618,] 1 618 -#> [619,] 1 619 -#> [620,] 1 620 -#> [621,] 1 621 -#> [622,] 1 622 -#> [623,] 1 623 -#> [624,] 1 624 -#> [625,] 1 625 -#> [626,] 1 626 -#> [627,] 1 627 -#> [628,] 1 628 -#> [629,] 1 629 -#> [630,] 1 630 -#> [631,] 1 631 -#> [632,] 1 632 -#> [633,] 1 633 -#> [634,] 1 634 -#> [635,] 1 635 -#> [636,] 1 636 -#> [637,] 1 637 -#> [638,] 1 638 -#> [639,] 1 639 -#> [640,] 1 640 -#> [641,] 1 641 -#> [642,] 1 642 -#> [643,] 1 643 -#> [644,] 1 644 -#> [645,] 1 645 -#> [646,] 1 646 -#> [647,] 1 647 -#> [648,] 1 648 -#> [649,] 1 649 -#> [650,] 1 650 -#> [651,] 1 651 -#> [652,] 1 652 -#> [653,] 1 653 -#> [654,] 1 654 -#> [655,] 1 655 -#> [656,] 1 656 -#> [657,] 1 657 -#> [658,] 1 658 -#> [659,] 1 659 -#> [660,] 1 660 -#> [661,] 1 661 -#> [662,] 1 662 -#> [663,] 1 663 -#> [664,] 1 664 -#> [665,] 1 665 -#> [666,] 1 666 -#> [667,] 1 667 -#> [668,] 1 668 -#> [669,] 1 669 -#> [670,] 1 670 -#> [671,] 1 671 -#> [672,] 1 672 -#> [673,] 1 673 -#> [674,] 1 674 -#> [675,] 1 675 -#> [676,] 1 676 -#> [677,] 1 677 -#> [678,] 1 678 -#> [679,] 1 679 -#> [680,] 1 680 -#> [681,] 1 681 -#> [682,] 1 682 -#> [683,] 1 683 -#> [684,] 1 684 -#> [685,] 1 685 -#> [686,] 1 686 -#> [687,] 1 687 -#> [688,] 1 688 -#> [689,] 1 689 -#> [690,] 1 690 -#> [691,] 1 691 -#> [692,] 1 692 -#> [693,] 1 693 -#> [694,] 1 694 -#> [695,] 1 695 -#> [696,] 1 696 -#> [697,] 1 697 -#> [698,] 1 698 -#> [699,] 1 699 -#> [700,] 1 700 -#> [701,] 1 701 -#> [702,] 1 702 -#> [703,] 1 703 -#> [704,] 1 704 -#> [705,] 1 705 -#> [706,] 1 706 -#> [707,] 1 707 -#> [708,] 1 708 -#> [709,] 1 709 -#> [710,] 1 710 -#> [711,] 1 711 -#> [712,] 1 712 -#> [713,] 1 713 -#> [714,] 1 714 -#> [715,] 1 715 -#> [716,] 1 716 -#> [717,] 1 717 -#> [718,] 1 718 -#> [719,] 1 719 -#> [720,] 1 720 -#> [721,] 1 721 -#> [722,] 1 722 -#> [723,] 1 723 -#> [724,] 1 724 -#> [725,] 1 725 -#> [726,] 1 726 -#> [727,] 1 727 -#> [728,] 1 728 -#> [729,] 1 729 -#> [730,] 1 730 -#> [731,] 1 731 -#> [732,] 1 732 -#> [733,] 1 733 -#> [734,] 1 734 -#> [735,] 1 735 -#> [736,] 1 736 -#> [737,] 1 737 -#> [738,] 1 738 -#> [739,] 1 739 -#> [740,] 1 740 -#> [741,] 1 741 -#> [742,] 1 742 -#> [743,] 1 743 -#> [744,] 1 744 -#> [745,] 1 745 -#> [746,] 1 746 -#> [747,] 1 747 -#> [748,] 1 748 -#> [749,] 1 749 -#> [750,] 1 750 -#> [751,] 1 751 -#> [752,] 1 752 -#> [753,] 1 753 -#> [754,] 1 754 -#> [755,] 1 755 -#> [756,] 1 756 -#> [757,] 1 757 -#> [758,] 1 758 -#> [759,] 1 759 -#> [760,] 1 760 -#> [761,] 1 761 -#> [762,] 1 762 -#> [763,] 1 763 -#> [764,] 1 764 -#> [765,] 1 765 -#> [766,] 1 766 -#> [767,] 1 767 -#> [768,] 1 768 -#> [769,] 1 769 -#> [770,] 1 770 -#> [771,] 1 771 -#> [772,] 1 772 -#> [773,] 1 773 -#> [774,] 1 774 -#> [775,] 1 775 -#> [776,] 1 776 -#> [777,] 1 777 -#> [778,] 1 778 -#> [779,] 1 779 -#> [780,] 1 780 -#> [781,] 1 781 -#> [782,] 1 782 -#> [783,] 1 783 -#> [784,] 1 784 -#> [785,] 1 785 -#> [786,] 1 786 -#> [787,] 1 787 -#> [788,] 1 788 -#> [789,] 1 789 -#> [790,] 1 790 -#> [791,] 1 791 -#> [792,] 1 792 -#> [793,] 1 793 -#> [794,] 1 794 -#> [795,] 1 795 -#> [796,] 1 796 -#> [797,] 1 797 -#> [798,] 1 798 -#> [799,] 1 799 -#> [800,] 1 800 -#> [801,] 1 801 -#> [802,] 1 802 -#> [803,] 1 803 -#> [804,] 1 804 -#> [805,] 1 805 -#> [806,] 1 806 -#> [807,] 1 807 -#> [808,] 1 808 -#> [809,] 1 809 -#> [810,] 1 810 -#> [811,] 1 811 -#> [812,] 1 812 -#> [813,] 1 813 -#> [814,] 1 814 -#> [815,] 1 815 -#> [816,] 1 816 -#> [817,] 1 817 -#> [818,] 1 818 -#> [819,] 1 819 -#> [820,] 1 820 -#> [821,] 1 821 -#> [822,] 1 822 -#> [823,] 1 823 -#> [824,] 1 824 -#> [825,] 1 825 -#> [826,] 1 826 -#> [827,] 1 827 -#> [828,] 1 828 -#> [829,] 1 829 -#> [830,] 1 830 -#> [831,] 1 831 -#> [832,] 1 832 -#> [833,] 1 833 -#> [834,] 1 834 -#> [835,] 1 835 -#> [836,] 1 836 -#> [837,] 1 837 -#> [838,] 1 838 -#> [839,] 1 839 -#> [840,] 1 840 -#> [841,] 1 841 -#> [842,] 1 842 -#> [843,] 1 843 -#> [844,] 1 844 -#> [845,] 1 845 -#> [846,] 1 846 -#> [847,] 1 847 -#> [848,] 1 848 -#> [849,] 1 849 -#> [850,] 1 850 -#> [851,] 1 851 -#> [852,] 1 852 -#> [853,] 1 853 -#> [854,] 1 854 -#> [855,] 1 855 -#> [856,] 1 856 -#> [857,] 1 857 -#> [858,] 1 858 -#> [859,] 1 859 -#> [860,] 1 860 -#> [861,] 1 861 -#> [862,] 1 862 -#> [863,] 1 863 -#> [864,] 1 864 -#> [865,] 1 865 -#> [866,] 1 866 -#> [867,] 1 867 -#> [868,] 1 868 -#> [869,] 1 869 -#> [870,] 1 870 -#> [871,] 1 871 -#> [872,] 1 872 -#> [873,] 1 873 -#> [874,] 1 874 -#> [875,] 1 875 -#> [876,] 1 876 -#> [877,] 1 877 -#> [878,] 1 878 -#> [879,] 1 879 -#> [880,] 1 880 -#> [881,] 1 881 -#> [882,] 1 882 -#> [883,] 1 883 -#> [884,] 1 884 -#> [885,] 1 885 -#> [886,] 1 886 -#> [887,] 1 887 -#> [888,] 1 888 -#> [889,] 1 889 -#> [890,] 1 890 -#> [891,] 1 891 -#> [892,] 1 892 -#> [893,] 1 893 -#> [894,] 1 894 -#> [895,] 1 895 -#> [896,] 1 896 -#> [897,] 1 897 -#> [898,] 1 898 -#> [899,] 1 899 -#> [900,] 1 900 -#> [901,] 1 901 -#> [902,] 1 902 -#> [903,] 1 903 -#> [904,] 1 904 -#> [905,] 1 905 -#> [906,] 1 906 -#> [907,] 1 907 -#> [908,] 1 908 -#> [909,] 1 909 -#> [910,] 1 910 -#> [911,] 1 911 -#> [912,] 1 912 -#> [913,] 1 913 -#> [914,] 1 914 -#> [915,] 1 915 -#> [916,] 1 916 -#> [917,] 1 917 -#> [918,] 1 918 -#> [919,] 1 919 -#> [920,] 1 920 -#> [921,] 1 921 -#> [922,] 1 922 -#> [923,] 1 923 -#> [924,] 1 924 -#> [925,] 1 925 -#> [926,] 1 926 -#> [927,] 1 927 -#> [928,] 1 928 -#> [929,] 1 929 -#> [930,] 1 930 -#> [931,] 1 931 -#> [932,] 1 932 -#> [933,] 1 933 -#> [934,] 1 934 -#> [935,] 1 935 -#> [936,] 1 936 -#> [937,] 1 937 -#> [938,] 1 938 -#> [939,] 1 939 -#> [940,] 1 940 -#> [941,] 1 941 -#> [942,] 1 942 -#> [943,] 1 943 -#> [944,] 1 944 -#> [945,] 1 945 -#> [946,] 1 946 -#> [947,] 1 947 -#> [948,] 1 948 -#> [949,] 1 949 -#> [950,] 1 950 -#> [951,] 1 951 -#> [952,] 1 952 -#> [953,] 1 953 -#> [954,] 1 954 -#> [955,] 1 955 -#> [956,] 1 956 -#> [957,] 1 957 -#> [958,] 1 958 -#> [959,] 1 959 -#> [960,] 1 960 -#> [961,] 1 961 -#> [962,] 1 962 -#> [963,] 1 963 -#> [964,] 1 964 -#> [965,] 1 965 -#> [966,] 1 966 -#> [967,] 1 967 -#> [968,] 1 968 -#> [969,] 1 969 -#> [970,] 1 970 -#> [971,] 1 971 -#> [972,] 1 972 -#> [973,] 1 973 -#> [974,] 1 974 -#> [975,] 1 975 -#> [976,] 1 976 -#> [977,] 1 977 -#> [978,] 1 978 -#> [979,] 1 979 -#> [980,] 1 980 -#> [981,] 1 981 -#> [982,] 1 982 -#> [983,] 1 983 -#> [984,] 1 984 -#> [985,] 1 985 -#> [986,] 1 986 -#> [987,] 1 987 -#> [988,] 1 988 -#> [989,] 1 989 -#> [990,] 1 990 -#> [991,] 1 991 -#> [992,] 1 992 -#> [993,] 1 993 -#> [994,] 1 994 -#> [995,] 1 995 -#> [996,] 1 996 -#> [997,] 1 997 -#> [998,] 1 998 -#> [999,] 1 999 -#> [1000,] 1 1000 -#> attr(,"beta") -#> [,1] -#> beta_0 2.50 -#> beta_1 -0.01 -#> attr(,"inv_link") -#> function (q, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE) -#> .Call(C_plogis, q, location, scale, lower.tail, log.p) -#> <bytecode: 0x7fb85bcb6ca8> -#> <environment: namespace:stats>
    -
    +
    +

    Examples

    +
    #### Example (1): Implement the function using the default parameters
    +# The function returns a graph and a vector of detection probabilities
    +det_pr <- get_detection_pr()
    +
    +utils::head(det_pr)
    +#> [1] 0.9234378 0.9227278 0.9220118 0.9212897 0.9205615 0.9198271
    +# The vector has attributes:
    +# ... 'X' (the model matrix)
    +# ... 'beta' (the regression coefficient)
    +# ... 'inv_link' (the inverse link function)
    +utils::str(det_pr)
    +#>  num [1:1000] 0.923 0.923 0.922 0.921 0.921 ...
    +#>  - attr(*, "X")= num [1:1000, 1:2] 1 1 1 1 1 1 1 1 1 1 ...
    +#>  - attr(*, "beta")= num [1:2, 1] 2.5 -0.01
    +#>   ..- attr(*, "dimnames")=List of 2
    +#>   .. ..$ : chr [1:2] "beta_0" "beta_1"
    +#>   .. ..$ : NULL
    +#>  - attr(*, "inv_link")=function (q, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE)  
    +
    +#### Example (2): Adjust model parameters
    +# Change regression coefficients
    +det_pr <- get_detection_pr(beta_0 = 2.5, beta_1 = -0.006)
    +
    +# Use inverse probit link function
    +det_pr <- get_detection_pr(beta_0 = 2.5, beta_1 = -0.006, inv_link = stats::pnorm)
    +
    +
    +#### Example (3): Modify graphical properties
    +det_pr <- get_detection_pr(beta_0 = 2.5,
    +                           beta_1 = -0.006,
    +                           type = "l",
    +                           xlab = "Distance (m)",
    +                           ylab = "Detection Probability")
    +
    +
    +#### Example (4): Modify return options
    +# Only graph
    +get_detection_pr(output = 1L)
    +
    +# Only values
    +get_detection_pr(output = 2L)
    +#>    [1] 0.9234378026 0.9227277979 0.9220117649 0.9212896628 0.9205614508
    +#>    [6] 0.9198270878 0.9190865328 0.9183397445 0.9175866819 0.9168273035
    +#>   [11] 0.9160615681 0.9152894343 0.9145108606 0.9137258055 0.9129342276
    +#>   [16] 0.9121360852 0.9113313367 0.9105199407 0.9097018553 0.9088770390
    +#>   [21] 0.9080454501 0.9072070469 0.9063617878 0.9055096310 0.9046505351
    +#>   [26] 0.9037844583 0.9029113590 0.9020311957 0.9011439268 0.9002495109
    +#>   [31] 0.8993479064 0.8984390721 0.8975229666 0.8965995485 0.8956687769
    +#>   [36] 0.8947306105 0.8937850083 0.8928319295 0.8918713332 0.8909031788
    +#>   [41] 0.8899274256 0.8889440333 0.8879529614 0.8869541699 0.8859476187
    +#>   [46] 0.8849332680 0.8839110779 0.8828810091 0.8818430222 0.8807970780
    +#>   [51] 0.8797431375 0.8786811621 0.8776111132 0.8765329524 0.8754466418
    +#>   [56] 0.8743521435 0.8732494199 0.8721384337 0.8710191479 0.8698915256
    +#>   [61] 0.8687555306 0.8676111265 0.8664582775 0.8652969480 0.8641271030
    +#>   [66] 0.8629487074 0.8617617268 0.8605661270 0.8593618743 0.8581489351
    +#>   [71] 0.8569272765 0.8556968659 0.8544576711 0.8532096602 0.8519528020
    +#>   [76] 0.8506870655 0.8494124203 0.8481288363 0.8468362842 0.8455347349
    +#>   [81] 0.8442241599 0.8429045311 0.8415758212 0.8402380031 0.8388910504
    +#>   [86] 0.8375349374 0.8361696388 0.8347951298 0.8334113864 0.8320183851
    +#>   [91] 0.8306161031 0.8292045180 0.8277836083 0.8263533530 0.8249137318
    +#>   [96] 0.8234647252 0.8220063142 0.8205384806 0.8190612068 0.8175744762
    +#>  [101] 0.8160782726 0.8145725807 0.8130573860 0.8115326748 0.8099984340
    +#>  [106] 0.8084546514 0.8069013158 0.8053384164 0.8037659436 0.8021838886
    +#>  [111] 0.8005922432 0.7989910002 0.7973801536 0.7957596977 0.7941296282
    +#>  [116] 0.7924899414 0.7908406348 0.7891817065 0.7875131559 0.7858349830
    +#>  [121] 0.7841471892 0.7824497764 0.7807427479 0.7790261078 0.7772998612
    +#>  [126] 0.7755640143 0.7738185743 0.7720635494 0.7702989490 0.7685247835
    +#>  [131] 0.7667410642 0.7649478038 0.7631450157 0.7613327148 0.7595109169
    +#>  [136] 0.7576796390 0.7558388991 0.7539887164 0.7521291114 0.7502601056
    +#>  [141] 0.7483817216 0.7464939833 0.7445969158 0.7426905453 0.7407748992
    +#>  [146] 0.7388500061 0.7369158958 0.7349725995 0.7330201492 0.7310585786
    +#>  [151] 0.7290879223 0.7271082163 0.7251194978 0.7231218051 0.7211151780
    +#>  [156] 0.7190996574 0.7170752855 0.7150421057 0.7130001628 0.7109495026
    +#>  [161] 0.7088901726 0.7068222211 0.7047456980 0.7026606543 0.7005671425
    +#>  [166] 0.6984652160 0.6963549298 0.6942363401 0.6921095043 0.6899744811
    +#>  [171] 0.6878313306 0.6856801139 0.6835208937 0.6813537338 0.6791786992
    +#>  [176] 0.6769958562 0.6748052726 0.6726070171 0.6704011598 0.6681877722
    +#>  [181] 0.6659669268 0.6637386974 0.6615031592 0.6592603885 0.6570104627
    +#>  [186] 0.6547534606 0.6524894622 0.6502185486 0.6479408021 0.6456563062
    +#>  [191] 0.6433651457 0.6410674063 0.6387631751 0.6364525403 0.6341355910
    +#>  [196] 0.6318124177 0.6294831120 0.6271477663 0.6248064745 0.6224593312
    +#>  [201] 0.6201064323 0.6177478748 0.6153837564 0.6130141761 0.6106392339
    +#>  [206] 0.6082590307 0.6058736684 0.6034832499 0.6010878788 0.5986876601
    +#>  [211] 0.5962826993 0.5938731029 0.5914589784 0.5890404341 0.5866175789
    +#>  [216] 0.5841905229 0.5817593768 0.5793242521 0.5768852611 0.5744425168
    +#>  [221] 0.5719961329 0.5695462239 0.5670929050 0.5646362918 0.5621765009
    +#>  [226] 0.5597136493 0.5572478546 0.5547792351 0.5523079096 0.5498339973
    +#>  [231] 0.5473576181 0.5448788924 0.5423979408 0.5399148846 0.5374298453
    +#>  [236] 0.5349429452 0.5324543064 0.5299640518 0.5274723043 0.5249791875
    +#>  [241] 0.5224848248 0.5199893402 0.5174928577 0.5149955016 0.5124973965
    +#>  [246] 0.5099986669 0.5074994376 0.5049998333 0.5024999792 0.5000000000
    +#>  [251] 0.4975000208 0.4950001667 0.4925005624 0.4900013331 0.4875026035
    +#>  [256] 0.4850044984 0.4825071423 0.4800106598 0.4775151752 0.4750208125
    +#>  [261] 0.4725276957 0.4700359482 0.4675456936 0.4650570548 0.4625701547
    +#>  [266] 0.4600851154 0.4576020592 0.4551211076 0.4526423819 0.4501660027
    +#>  [271] 0.4476920904 0.4452207649 0.4427521454 0.4402863507 0.4378234991
    +#>  [276] 0.4353637082 0.4329070950 0.4304537761 0.4280038671 0.4255574832
    +#>  [281] 0.4231147389 0.4206757479 0.4182406232 0.4158094771 0.4133824211
    +#>  [286] 0.4109595659 0.4085410216 0.4061268971 0.4037173007 0.4013123399
    +#>  [291] 0.3989121212 0.3965167501 0.3941263316 0.3917409693 0.3893607661
    +#>  [296] 0.3869858239 0.3846162436 0.3822521252 0.3798935677 0.3775406688
    +#>  [301] 0.3751935255 0.3728522337 0.3705168880 0.3681875823 0.3658644090
    +#>  [306] 0.3635474597 0.3612368249 0.3589325937 0.3566348543 0.3543436938
    +#>  [311] 0.3520591979 0.3497814514 0.3475105378 0.3452465394 0.3429895373
    +#>  [316] 0.3407396115 0.3384968408 0.3362613026 0.3340330732 0.3318122278
    +#>  [321] 0.3295988402 0.3273929829 0.3251947274 0.3230041438 0.3208213008
    +#>  [326] 0.3186462662 0.3164791063 0.3143198861 0.3121686694 0.3100255189
    +#>  [331] 0.3078904957 0.3057636599 0.3036450702 0.3015347840 0.2994328575
    +#>  [336] 0.2973393457 0.2952543020 0.2931777789 0.2911098274 0.2890504974
    +#>  [341] 0.2869998372 0.2849578943 0.2829247145 0.2809003426 0.2788848220
    +#>  [346] 0.2768781949 0.2748805022 0.2728917837 0.2709120777 0.2689414214
    +#>  [351] 0.2669798508 0.2650274005 0.2630841042 0.2611499939 0.2592251008
    +#>  [356] 0.2573094547 0.2554030842 0.2535060167 0.2516182784 0.2497398944
    +#>  [361] 0.2478708886 0.2460112836 0.2441611009 0.2423203610 0.2404890831
    +#>  [366] 0.2386672852 0.2368549843 0.2350521962 0.2332589358 0.2314752165
    +#>  [371] 0.2297010510 0.2279364506 0.2261814257 0.2244359857 0.2227001388
    +#>  [376] 0.2209738922 0.2192572521 0.2175502236 0.2158528108 0.2141650170
    +#>  [381] 0.2124868441 0.2108182935 0.2091593652 0.2075100586 0.2058703718
    +#>  [386] 0.2042403023 0.2026198464 0.2010089998 0.1994077568 0.1978161114
    +#>  [391] 0.1962340564 0.1946615836 0.1930986842 0.1915453486 0.1900015660
    +#>  [396] 0.1884673252 0.1869426140 0.1854274193 0.1839217274 0.1824255238
    +#>  [401] 0.1809387932 0.1794615194 0.1779936858 0.1765352748 0.1750862682
    +#>  [406] 0.1736466470 0.1722163917 0.1707954820 0.1693838969 0.1679816149
    +#>  [411] 0.1665886136 0.1652048702 0.1638303612 0.1624650626 0.1611089496
    +#>  [416] 0.1597619969 0.1584241788 0.1570954689 0.1557758401 0.1544652651
    +#>  [421] 0.1531637158 0.1518711637 0.1505875797 0.1493129345 0.1480471980
    +#>  [426] 0.1467903398 0.1455423289 0.1443031341 0.1430727235 0.1418510649
    +#>  [431] 0.1406381257 0.1394338730 0.1382382732 0.1370512926 0.1358728970
    +#>  [436] 0.1347030520 0.1335417225 0.1323888735 0.1312444694 0.1301084744
    +#>  [441] 0.1289808521 0.1278615663 0.1267505801 0.1256478565 0.1245533582
    +#>  [446] 0.1234670476 0.1223888868 0.1213188379 0.1202568625 0.1192029220
    +#>  [451] 0.1181569778 0.1171189909 0.1160889221 0.1150667320 0.1140523813
    +#>  [456] 0.1130458301 0.1120470386 0.1110559667 0.1100725744 0.1090968212
    +#>  [461] 0.1081286668 0.1071680705 0.1062149917 0.1052693895 0.1043312231
    +#>  [466] 0.1034004515 0.1024770334 0.1015609279 0.1006520936 0.0997504891
    +#>  [471] 0.0988560732 0.0979688043 0.0970886410 0.0962155417 0.0953494649
    +#>  [476] 0.0944903690 0.0936382122 0.0927929531 0.0919545499 0.0911229610
    +#>  [481] 0.0902981447 0.0894800593 0.0886686633 0.0878639148 0.0870657724
    +#>  [486] 0.0862741945 0.0854891394 0.0847105657 0.0839384319 0.0831726965
    +#>  [491] 0.0824133181 0.0816602555 0.0809134672 0.0801729122 0.0794385492
    +#>  [496] 0.0787103372 0.0779882351 0.0772722021 0.0765621974 0.0758581800
    +#>  [501] 0.0751601095 0.0744679452 0.0737816466 0.0731011734 0.0724264854
    +#>  [506] 0.0717575423 0.0710943041 0.0704367309 0.0697847829 0.0691384203
    +#>  [511] 0.0684976037 0.0678622936 0.0672324506 0.0666080356 0.0659890095
    +#>  [516] 0.0653753334 0.0647669686 0.0641638764 0.0635660183 0.0629733561
    +#>  [521] 0.0623858514 0.0618034663 0.0612261628 0.0606539033 0.0600866502
    +#>  [526] 0.0595243660 0.0589670135 0.0584145555 0.0578669553 0.0573241759
    +#>  [531] 0.0567861808 0.0562529336 0.0557243979 0.0552005378 0.0546813172
    +#>  [536] 0.0541667005 0.0536566520 0.0531511364 0.0526501184 0.0521535631
    +#>  [541] 0.0516614355 0.0511737009 0.0506903249 0.0502112732 0.0497365116
    +#>  [546] 0.0492660061 0.0487997230 0.0483376287 0.0478796898 0.0474258732
    +#>  [551] 0.0469761457 0.0465304745 0.0460888270 0.0456511708 0.0452174735
    +#>  [556] 0.0447877030 0.0443618276 0.0439398154 0.0435216350 0.0431072549
    +#>  [561] 0.0426966442 0.0422897718 0.0418866071 0.0414871193 0.0410912782
    +#>  [566] 0.0406990536 0.0403104154 0.0399253340 0.0395437796 0.0391657228
    +#>  [571] 0.0387911345 0.0384199855 0.0380522471 0.0376878905 0.0373268873
    +#>  [576] 0.0369692093 0.0366148283 0.0362637164 0.0359158459 0.0355711893
    +#>  [581] 0.0352297192 0.0348914085 0.0345562303 0.0342241577 0.0338951642
    +#>  [586] 0.0335692233 0.0332463088 0.0329263948 0.0326094553 0.0322954647
    +#>  [591] 0.0319843975 0.0316762284 0.0313709322 0.0310684842 0.0307688594
    +#>  [596] 0.0304720333 0.0301779815 0.0298866798 0.0295981042 0.0293122308
    +#>  [601] 0.0290290358 0.0287484959 0.0284705877 0.0281952880 0.0279225738
    +#>  [606] 0.0276524223 0.0273848110 0.0271197172 0.0268571188 0.0265969936
    +#>  [611] 0.0263393196 0.0260840751 0.0258312385 0.0255807883 0.0253327032
    +#>  [616] 0.0250869622 0.0248435441 0.0246024284 0.0243635943 0.0241270214
    +#>  [621] 0.0238926894 0.0236605782 0.0234306677 0.0232029381 0.0229773699
    +#>  [626] 0.0227539435 0.0225326395 0.0223134387 0.0220963222 0.0218812709
    +#>  [631] 0.0216682663 0.0214572897 0.0212483227 0.0210413470 0.0208363445
    +#>  [636] 0.0206332972 0.0204321873 0.0202329971 0.0200357090 0.0198403057
    +#>  [641] 0.0196467699 0.0194550846 0.0192652326 0.0190771973 0.0188909619
    +#>  [646] 0.0187065100 0.0185238250 0.0183428907 0.0181636910 0.0179862100
    +#>  [651] 0.0178104316 0.0176363403 0.0174639205 0.0172931566 0.0171240333
    +#>  [656] 0.0169565355 0.0167906481 0.0166263561 0.0164636448 0.0163024994
    +#>  [661] 0.0161429054 0.0159848483 0.0158283140 0.0156732881 0.0155197566
    +#>  [666] 0.0153677056 0.0152171212 0.0150679898 0.0149202978 0.0147740317
    +#>  [671] 0.0146291782 0.0144857240 0.0143436561 0.0142029614 0.0140636270
    +#>  [676] 0.0139256403 0.0137889885 0.0136536591 0.0135196396 0.0133869178
    +#>  [681] 0.0132554814 0.0131253183 0.0129964166 0.0128687642 0.0127423495
    +#>  [686] 0.0126171607 0.0124931863 0.0123704147 0.0122488347 0.0121284350
    +#>  [691] 0.0120092043 0.0118911316 0.0117742060 0.0116584166 0.0115437525
    +#>  [696] 0.0114302031 0.0113177579 0.0112064063 0.0110961380 0.0109869426
    +#>  [701] 0.0108788100 0.0107717300 0.0106656927 0.0105606880 0.0104567062
    +#>  [706] 0.0103537375 0.0102517723 0.0101508009 0.0100508139 0.0099518019
    +#>  [711] 0.0098537555 0.0097566656 0.0096605230 0.0095653187 0.0094710436
    +#>  [716] 0.0093776889 0.0092852457 0.0091937054 0.0091030592 0.0090132987
    +#>  [721] 0.0089244152 0.0088364005 0.0087492461 0.0086629438 0.0085774854
    +#>  [726] 0.0084928629 0.0084090681 0.0083260931 0.0082439301 0.0081625712
    +#>  [731] 0.0080820086 0.0080022348 0.0079232421 0.0078450230 0.0077675701
    +#>  [736] 0.0076908759 0.0076149331 0.0075397346 0.0074652730 0.0073915413
    +#>  [741] 0.0073185325 0.0072462396 0.0071746556 0.0071037737 0.0070335872
    +#>  [746] 0.0069640892 0.0068952731 0.0068271324 0.0067596605 0.0066928509
    +#>  [751] 0.0066266972 0.0065611931 0.0064963323 0.0064321085 0.0063685155
    +#>  [756] 0.0063055473 0.0062431977 0.0061814609 0.0061203308 0.0060598015
    +#>  [761] 0.0059998672 0.0059405222 0.0058817607 0.0058235770 0.0057659656
    +#>  [766] 0.0057089208 0.0056524372 0.0055965092 0.0055411316 0.0054862989
    +#>  [771] 0.0054320058 0.0053782472 0.0053250177 0.0052723122 0.0052201257
    +#>  [776] 0.0051684530 0.0051172892 0.0050666293 0.0050164684 0.0049668017
    +#>  [781] 0.0049176242 0.0048689312 0.0048207181 0.0047729801 0.0047257126
    +#>  [786] 0.0046789110 0.0046325707 0.0045866873 0.0045412562 0.0044962732
    +#>  [791] 0.0044517337 0.0044076334 0.0043639681 0.0043207335 0.0042779254
    +#>  [796] 0.0042355396 0.0041935721 0.0041520186 0.0041108751 0.0040701377
    +#>  [801] 0.0040298024 0.0039898651 0.0039503222 0.0039111695 0.0038724034
    +#>  [806] 0.0038340201 0.0037960158 0.0037583868 0.0037211293 0.0036842399
    +#>  [811] 0.0036477148 0.0036115505 0.0035757435 0.0035402902 0.0035051872
    +#>  [816] 0.0034704311 0.0034360183 0.0034019457 0.0033682098 0.0033348073
    +#>  [821] 0.0033017350 0.0032689896 0.0032365678 0.0032044667 0.0031726828
    +#>  [826] 0.0031412133 0.0031100549 0.0030792046 0.0030486594 0.0030184163
    +#>  [831] 0.0029884723 0.0029588245 0.0029294700 0.0029004058 0.0028716292
    +#>  [836] 0.0028431372 0.0028149272 0.0027869962 0.0027593417 0.0027319608
    +#>  [841] 0.0027048508 0.0026780092 0.0026514332 0.0026251203 0.0025990678
    +#>  [846] 0.0025732732 0.0025477339 0.0025224475 0.0024974114 0.0024726232
    +#>  [851] 0.0024480804 0.0024237806 0.0023997215 0.0023759006 0.0023523156
    +#>  [856] 0.0023289642 0.0023058440 0.0022829529 0.0022602884 0.0022378485
    +#>  [861] 0.0022156309 0.0021936334 0.0021718537 0.0021502899 0.0021289397
    +#>  [866] 0.0021078011 0.0020868719 0.0020661500 0.0020456336 0.0020253204
    +#>  [871] 0.0020052085 0.0019852960 0.0019655808 0.0019460610 0.0019267347
    +#>  [876] 0.0019075999 0.0018886548 0.0018698975 0.0018513262 0.0018329389
    +#>  [881] 0.0018147340 0.0017967095 0.0017788638 0.0017611950 0.0017437013
    +#>  [886] 0.0017263812 0.0017092327 0.0016922544 0.0016754444 0.0016588011
    +#>  [891] 0.0016423228 0.0016260080 0.0016098550 0.0015938622 0.0015780281
    +#>  [896] 0.0015623510 0.0015468293 0.0015314617 0.0015162465 0.0015011823
    +#>  [901] 0.0014862674 0.0014715006 0.0014568803 0.0014424050 0.0014280733
    +#>  [906] 0.0014138838 0.0013998351 0.0013859258 0.0013721546 0.0013585200
    +#>  [911] 0.0013450206 0.0013316553 0.0013184226 0.0013053212 0.0012923498
    +#>  [916] 0.0012795071 0.0012667920 0.0012542030 0.0012417389 0.0012293986
    +#>  [921] 0.0012171808 0.0012050842 0.0011931078 0.0011812502 0.0011695103
    +#>  [926] 0.0011578869 0.0011463790 0.0011349852 0.0011237046 0.0011125360
    +#>  [931] 0.0011014783 0.0010905304 0.0010796911 0.0010689595 0.0010583344
    +#>  [936] 0.0010478149 0.0010373997 0.0010270881 0.0010168787 0.0010067708
    +#>  [941] 0.0009967633 0.0009868551 0.0009770453 0.0009673330 0.0009577171
    +#>  [946] 0.0009481966 0.0009387708 0.0009294385 0.0009201990 0.0009110512
    +#>  [951] 0.0009019943 0.0008930273 0.0008841494 0.0008753596 0.0008666572
    +#>  [956] 0.0008580412 0.0008495108 0.0008410652 0.0008327034 0.0008244247
    +#>  [961] 0.0008162282 0.0008081132 0.0008000787 0.0007921241 0.0007842486
    +#>  [966] 0.0007764512 0.0007687313 0.0007610881 0.0007535209 0.0007460288
    +#>  [971] 0.0007386112 0.0007312673 0.0007239963 0.0007167976 0.0007096704
    +#>  [976] 0.0007026140 0.0006956278 0.0006887109 0.0006818628 0.0006750827
    +#>  [981] 0.0006683700 0.0006617240 0.0006551441 0.0006486295 0.0006421797
    +#>  [986] 0.0006357940 0.0006294717 0.0006232123 0.0006170150 0.0006108794
    +#>  [991] 0.0006048047 0.0005987904 0.0005928358 0.0005869405 0.0005811037
    +#>  [996] 0.0005753250 0.0005696037 0.0005639392 0.0005583311 0.0005527786
    +#> attr(,"X")
    +#>         [,1] [,2]
    +#>    [1,]    1    1
    +#>    [2,]    1    2
    +#>    [3,]    1    3
    +#>    [4,]    1    4
    +#>    [5,]    1    5
    +#>    [6,]    1    6
    +#>    [7,]    1    7
    +#>    [8,]    1    8
    +#>    [9,]    1    9
    +#>   [10,]    1   10
    +#>   [11,]    1   11
    +#>   [12,]    1   12
    +#>   [13,]    1   13
    +#>   [14,]    1   14
    +#>   [15,]    1   15
    +#>   [16,]    1   16
    +#>   [17,]    1   17
    +#>   [18,]    1   18
    +#>   [19,]    1   19
    +#>   [20,]    1   20
    +#>   [21,]    1   21
    +#>   [22,]    1   22
    +#>   [23,]    1   23
    +#>   [24,]    1   24
    +#>   [25,]    1   25
    +#>   [26,]    1   26
    +#>   [27,]    1   27
    +#>   [28,]    1   28
    +#>   [29,]    1   29
    +#>   [30,]    1   30
    +#>   [31,]    1   31
    +#>   [32,]    1   32
    +#>   [33,]    1   33
    +#>   [34,]    1   34
    +#>   [35,]    1   35
    +#>   [36,]    1   36
    +#>   [37,]    1   37
    +#>   [38,]    1   38
    +#>   [39,]    1   39
    +#>   [40,]    1   40
    +#>   [41,]    1   41
    +#>   [42,]    1   42
    +#>   [43,]    1   43
    +#>   [44,]    1   44
    +#>   [45,]    1   45
    +#>   [46,]    1   46
    +#>   [47,]    1   47
    +#>   [48,]    1   48
    +#>   [49,]    1   49
    +#>   [50,]    1   50
    +#>   [51,]    1   51
    +#>   [52,]    1   52
    +#>   [53,]    1   53
    +#>   [54,]    1   54
    +#>   [55,]    1   55
    +#>   [56,]    1   56
    +#>   [57,]    1   57
    +#>   [58,]    1   58
    +#>   [59,]    1   59
    +#>   [60,]    1   60
    +#>   [61,]    1   61
    +#>   [62,]    1   62
    +#>   [63,]    1   63
    +#>   [64,]    1   64
    +#>   [65,]    1   65
    +#>   [66,]    1   66
    +#>   [67,]    1   67
    +#>   [68,]    1   68
    +#>   [69,]    1   69
    +#>   [70,]    1   70
    +#>   [71,]    1   71
    +#>   [72,]    1   72
    +#>   [73,]    1   73
    +#>   [74,]    1   74
    +#>   [75,]    1   75
    +#>   [76,]    1   76
    +#>   [77,]    1   77
    +#>   [78,]    1   78
    +#>   [79,]    1   79
    +#>   [80,]    1   80
    +#>   [81,]    1   81
    +#>   [82,]    1   82
    +#>   [83,]    1   83
    +#>   [84,]    1   84
    +#>   [85,]    1   85
    +#>   [86,]    1   86
    +#>   [87,]    1   87
    +#>   [88,]    1   88
    +#>   [89,]    1   89
    +#>   [90,]    1   90
    +#>   [91,]    1   91
    +#>   [92,]    1   92
    +#>   [93,]    1   93
    +#>   [94,]    1   94
    +#>   [95,]    1   95
    +#>   [96,]    1   96
    +#>   [97,]    1   97
    +#>   [98,]    1   98
    +#>   [99,]    1   99
    +#>  [100,]    1  100
    +#>  [101,]    1  101
    +#>  [102,]    1  102
    +#>  [103,]    1  103
    +#>  [104,]    1  104
    +#>  [105,]    1  105
    +#>  [106,]    1  106
    +#>  [107,]    1  107
    +#>  [108,]    1  108
    +#>  [109,]    1  109
    +#>  [110,]    1  110
    +#>  [111,]    1  111
    +#>  [112,]    1  112
    +#>  [113,]    1  113
    +#>  [114,]    1  114
    +#>  [115,]    1  115
    +#>  [116,]    1  116
    +#>  [117,]    1  117
    +#>  [118,]    1  118
    +#>  [119,]    1  119
    +#>  [120,]    1  120
    +#>  [121,]    1  121
    +#>  [122,]    1  122
    +#>  [123,]    1  123
    +#>  [124,]    1  124
    +#>  [125,]    1  125
    +#>  [126,]    1  126
    +#>  [127,]    1  127
    +#>  [128,]    1  128
    +#>  [129,]    1  129
    +#>  [130,]    1  130
    +#>  [131,]    1  131
    +#>  [132,]    1  132
    +#>  [133,]    1  133
    +#>  [134,]    1  134
    +#>  [135,]    1  135
    +#>  [136,]    1  136
    +#>  [137,]    1  137
    +#>  [138,]    1  138
    +#>  [139,]    1  139
    +#>  [140,]    1  140
    +#>  [141,]    1  141
    +#>  [142,]    1  142
    +#>  [143,]    1  143
    +#>  [144,]    1  144
    +#>  [145,]    1  145
    +#>  [146,]    1  146
    +#>  [147,]    1  147
    +#>  [148,]    1  148
    +#>  [149,]    1  149
    +#>  [150,]    1  150
    +#>  [151,]    1  151
    +#>  [152,]    1  152
    +#>  [153,]    1  153
    +#>  [154,]    1  154
    +#>  [155,]    1  155
    +#>  [156,]    1  156
    +#>  [157,]    1  157
    +#>  [158,]    1  158
    +#>  [159,]    1  159
    +#>  [160,]    1  160
    +#>  [161,]    1  161
    +#>  [162,]    1  162
    +#>  [163,]    1  163
    +#>  [164,]    1  164
    +#>  [165,]    1  165
    +#>  [166,]    1  166
    +#>  [167,]    1  167
    +#>  [168,]    1  168
    +#>  [169,]    1  169
    +#>  [170,]    1  170
    +#>  [171,]    1  171
    +#>  [172,]    1  172
    +#>  [173,]    1  173
    +#>  [174,]    1  174
    +#>  [175,]    1  175
    +#>  [176,]    1  176
    +#>  [177,]    1  177
    +#>  [178,]    1  178
    +#>  [179,]    1  179
    +#>  [180,]    1  180
    +#>  [181,]    1  181
    +#>  [182,]    1  182
    +#>  [183,]    1  183
    +#>  [184,]    1  184
    +#>  [185,]    1  185
    +#>  [186,]    1  186
    +#>  [187,]    1  187
    +#>  [188,]    1  188
    +#>  [189,]    1  189
    +#>  [190,]    1  190
    +#>  [191,]    1  191
    +#>  [192,]    1  192
    +#>  [193,]    1  193
    +#>  [194,]    1  194
    +#>  [195,]    1  195
    +#>  [196,]    1  196
    +#>  [197,]    1  197
    +#>  [198,]    1  198
    +#>  [199,]    1  199
    +#>  [200,]    1  200
    +#>  [201,]    1  201
    +#>  [202,]    1  202
    +#>  [203,]    1  203
    +#>  [204,]    1  204
    +#>  [205,]    1  205
    +#>  [206,]    1  206
    +#>  [207,]    1  207
    +#>  [208,]    1  208
    +#>  [209,]    1  209
    +#>  [210,]    1  210
    +#>  [211,]    1  211
    +#>  [212,]    1  212
    +#>  [213,]    1  213
    +#>  [214,]    1  214
    +#>  [215,]    1  215
    +#>  [216,]    1  216
    +#>  [217,]    1  217
    +#>  [218,]    1  218
    +#>  [219,]    1  219
    +#>  [220,]    1  220
    +#>  [221,]    1  221
    +#>  [222,]    1  222
    +#>  [223,]    1  223
    +#>  [224,]    1  224
    +#>  [225,]    1  225
    +#>  [226,]    1  226
    +#>  [227,]    1  227
    +#>  [228,]    1  228
    +#>  [229,]    1  229
    +#>  [230,]    1  230
    +#>  [231,]    1  231
    +#>  [232,]    1  232
    +#>  [233,]    1  233
    +#>  [234,]    1  234
    +#>  [235,]    1  235
    +#>  [236,]    1  236
    +#>  [237,]    1  237
    +#>  [238,]    1  238
    +#>  [239,]    1  239
    +#>  [240,]    1  240
    +#>  [241,]    1  241
    +#>  [242,]    1  242
    +#>  [243,]    1  243
    +#>  [244,]    1  244
    +#>  [245,]    1  245
    +#>  [246,]    1  246
    +#>  [247,]    1  247
    +#>  [248,]    1  248
    +#>  [249,]    1  249
    +#>  [250,]    1  250
    +#>  [251,]    1  251
    +#>  [252,]    1  252
    +#>  [253,]    1  253
    +#>  [254,]    1  254
    +#>  [255,]    1  255
    +#>  [256,]    1  256
    +#>  [257,]    1  257
    +#>  [258,]    1  258
    +#>  [259,]    1  259
    +#>  [260,]    1  260
    +#>  [261,]    1  261
    +#>  [262,]    1  262
    +#>  [263,]    1  263
    +#>  [264,]    1  264
    +#>  [265,]    1  265
    +#>  [266,]    1  266
    +#>  [267,]    1  267
    +#>  [268,]    1  268
    +#>  [269,]    1  269
    +#>  [270,]    1  270
    +#>  [271,]    1  271
    +#>  [272,]    1  272
    +#>  [273,]    1  273
    +#>  [274,]    1  274
    +#>  [275,]    1  275
    +#>  [276,]    1  276
    +#>  [277,]    1  277
    +#>  [278,]    1  278
    +#>  [279,]    1  279
    +#>  [280,]    1  280
    +#>  [281,]    1  281
    +#>  [282,]    1  282
    +#>  [283,]    1  283
    +#>  [284,]    1  284
    +#>  [285,]    1  285
    +#>  [286,]    1  286
    +#>  [287,]    1  287
    +#>  [288,]    1  288
    +#>  [289,]    1  289
    +#>  [290,]    1  290
    +#>  [291,]    1  291
    +#>  [292,]    1  292
    +#>  [293,]    1  293
    +#>  [294,]    1  294
    +#>  [295,]    1  295
    +#>  [296,]    1  296
    +#>  [297,]    1  297
    +#>  [298,]    1  298
    +#>  [299,]    1  299
    +#>  [300,]    1  300
    +#>  [301,]    1  301
    +#>  [302,]    1  302
    +#>  [303,]    1  303
    +#>  [304,]    1  304
    +#>  [305,]    1  305
    +#>  [306,]    1  306
    +#>  [307,]    1  307
    +#>  [308,]    1  308
    +#>  [309,]    1  309
    +#>  [310,]    1  310
    +#>  [311,]    1  311
    +#>  [312,]    1  312
    +#>  [313,]    1  313
    +#>  [314,]    1  314
    +#>  [315,]    1  315
    +#>  [316,]    1  316
    +#>  [317,]    1  317
    +#>  [318,]    1  318
    +#>  [319,]    1  319
    +#>  [320,]    1  320
    +#>  [321,]    1  321
    +#>  [322,]    1  322
    +#>  [323,]    1  323
    +#>  [324,]    1  324
    +#>  [325,]    1  325
    +#>  [326,]    1  326
    +#>  [327,]    1  327
    +#>  [328,]    1  328
    +#>  [329,]    1  329
    +#>  [330,]    1  330
    +#>  [331,]    1  331
    +#>  [332,]    1  332
    +#>  [333,]    1  333
    +#>  [334,]    1  334
    +#>  [335,]    1  335
    +#>  [336,]    1  336
    +#>  [337,]    1  337
    +#>  [338,]    1  338
    +#>  [339,]    1  339
    +#>  [340,]    1  340
    +#>  [341,]    1  341
    +#>  [342,]    1  342
    +#>  [343,]    1  343
    +#>  [344,]    1  344
    +#>  [345,]    1  345
    +#>  [346,]    1  346
    +#>  [347,]    1  347
    +#>  [348,]    1  348
    +#>  [349,]    1  349
    +#>  [350,]    1  350
    +#>  [351,]    1  351
    +#>  [352,]    1  352
    +#>  [353,]    1  353
    +#>  [354,]    1  354
    +#>  [355,]    1  355
    +#>  [356,]    1  356
    +#>  [357,]    1  357
    +#>  [358,]    1  358
    +#>  [359,]    1  359
    +#>  [360,]    1  360
    +#>  [361,]    1  361
    +#>  [362,]    1  362
    +#>  [363,]    1  363
    +#>  [364,]    1  364
    +#>  [365,]    1  365
    +#>  [366,]    1  366
    +#>  [367,]    1  367
    +#>  [368,]    1  368
    +#>  [369,]    1  369
    +#>  [370,]    1  370
    +#>  [371,]    1  371
    +#>  [372,]    1  372
    +#>  [373,]    1  373
    +#>  [374,]    1  374
    +#>  [375,]    1  375
    +#>  [376,]    1  376
    +#>  [377,]    1  377
    +#>  [378,]    1  378
    +#>  [379,]    1  379
    +#>  [380,]    1  380
    +#>  [381,]    1  381
    +#>  [382,]    1  382
    +#>  [383,]    1  383
    +#>  [384,]    1  384
    +#>  [385,]    1  385
    +#>  [386,]    1  386
    +#>  [387,]    1  387
    +#>  [388,]    1  388
    +#>  [389,]    1  389
    +#>  [390,]    1  390
    +#>  [391,]    1  391
    +#>  [392,]    1  392
    +#>  [393,]    1  393
    +#>  [394,]    1  394
    +#>  [395,]    1  395
    +#>  [396,]    1  396
    +#>  [397,]    1  397
    +#>  [398,]    1  398
    +#>  [399,]    1  399
    +#>  [400,]    1  400
    +#>  [401,]    1  401
    +#>  [402,]    1  402
    +#>  [403,]    1  403
    +#>  [404,]    1  404
    +#>  [405,]    1  405
    +#>  [406,]    1  406
    +#>  [407,]    1  407
    +#>  [408,]    1  408
    +#>  [409,]    1  409
    +#>  [410,]    1  410
    +#>  [411,]    1  411
    +#>  [412,]    1  412
    +#>  [413,]    1  413
    +#>  [414,]    1  414
    +#>  [415,]    1  415
    +#>  [416,]    1  416
    +#>  [417,]    1  417
    +#>  [418,]    1  418
    +#>  [419,]    1  419
    +#>  [420,]    1  420
    +#>  [421,]    1  421
    +#>  [422,]    1  422
    +#>  [423,]    1  423
    +#>  [424,]    1  424
    +#>  [425,]    1  425
    +#>  [426,]    1  426
    +#>  [427,]    1  427
    +#>  [428,]    1  428
    +#>  [429,]    1  429
    +#>  [430,]    1  430
    +#>  [431,]    1  431
    +#>  [432,]    1  432
    +#>  [433,]    1  433
    +#>  [434,]    1  434
    +#>  [435,]    1  435
    +#>  [436,]    1  436
    +#>  [437,]    1  437
    +#>  [438,]    1  438
    +#>  [439,]    1  439
    +#>  [440,]    1  440
    +#>  [441,]    1  441
    +#>  [442,]    1  442
    +#>  [443,]    1  443
    +#>  [444,]    1  444
    +#>  [445,]    1  445
    +#>  [446,]    1  446
    +#>  [447,]    1  447
    +#>  [448,]    1  448
    +#>  [449,]    1  449
    +#>  [450,]    1  450
    +#>  [451,]    1  451
    +#>  [452,]    1  452
    +#>  [453,]    1  453
    +#>  [454,]    1  454
    +#>  [455,]    1  455
    +#>  [456,]    1  456
    +#>  [457,]    1  457
    +#>  [458,]    1  458
    +#>  [459,]    1  459
    +#>  [460,]    1  460
    +#>  [461,]    1  461
    +#>  [462,]    1  462
    +#>  [463,]    1  463
    +#>  [464,]    1  464
    +#>  [465,]    1  465
    +#>  [466,]    1  466
    +#>  [467,]    1  467
    +#>  [468,]    1  468
    +#>  [469,]    1  469
    +#>  [470,]    1  470
    +#>  [471,]    1  471
    +#>  [472,]    1  472
    +#>  [473,]    1  473
    +#>  [474,]    1  474
    +#>  [475,]    1  475
    +#>  [476,]    1  476
    +#>  [477,]    1  477
    +#>  [478,]    1  478
    +#>  [479,]    1  479
    +#>  [480,]    1  480
    +#>  [481,]    1  481
    +#>  [482,]    1  482
    +#>  [483,]    1  483
    +#>  [484,]    1  484
    +#>  [485,]    1  485
    +#>  [486,]    1  486
    +#>  [487,]    1  487
    +#>  [488,]    1  488
    +#>  [489,]    1  489
    +#>  [490,]    1  490
    +#>  [491,]    1  491
    +#>  [492,]    1  492
    +#>  [493,]    1  493
    +#>  [494,]    1  494
    +#>  [495,]    1  495
    +#>  [496,]    1  496
    +#>  [497,]    1  497
    +#>  [498,]    1  498
    +#>  [499,]    1  499
    +#>  [500,]    1  500
    +#>  [501,]    1  501
    +#>  [502,]    1  502
    +#>  [503,]    1  503
    +#>  [504,]    1  504
    +#>  [505,]    1  505
    +#>  [506,]    1  506
    +#>  [507,]    1  507
    +#>  [508,]    1  508
    +#>  [509,]    1  509
    +#>  [510,]    1  510
    +#>  [511,]    1  511
    +#>  [512,]    1  512
    +#>  [513,]    1  513
    +#>  [514,]    1  514
    +#>  [515,]    1  515
    +#>  [516,]    1  516
    +#>  [517,]    1  517
    +#>  [518,]    1  518
    +#>  [519,]    1  519
    +#>  [520,]    1  520
    +#>  [521,]    1  521
    +#>  [522,]    1  522
    +#>  [523,]    1  523
    +#>  [524,]    1  524
    +#>  [525,]    1  525
    +#>  [526,]    1  526
    +#>  [527,]    1  527
    +#>  [528,]    1  528
    +#>  [529,]    1  529
    +#>  [530,]    1  530
    +#>  [531,]    1  531
    +#>  [532,]    1  532
    +#>  [533,]    1  533
    +#>  [534,]    1  534
    +#>  [535,]    1  535
    +#>  [536,]    1  536
    +#>  [537,]    1  537
    +#>  [538,]    1  538
    +#>  [539,]    1  539
    +#>  [540,]    1  540
    +#>  [541,]    1  541
    +#>  [542,]    1  542
    +#>  [543,]    1  543
    +#>  [544,]    1  544
    +#>  [545,]    1  545
    +#>  [546,]    1  546
    +#>  [547,]    1  547
    +#>  [548,]    1  548
    +#>  [549,]    1  549
    +#>  [550,]    1  550
    +#>  [551,]    1  551
    +#>  [552,]    1  552
    +#>  [553,]    1  553
    +#>  [554,]    1  554
    +#>  [555,]    1  555
    +#>  [556,]    1  556
    +#>  [557,]    1  557
    +#>  [558,]    1  558
    +#>  [559,]    1  559
    +#>  [560,]    1  560
    +#>  [561,]    1  561
    +#>  [562,]    1  562
    +#>  [563,]    1  563
    +#>  [564,]    1  564
    +#>  [565,]    1  565
    +#>  [566,]    1  566
    +#>  [567,]    1  567
    +#>  [568,]    1  568
    +#>  [569,]    1  569
    +#>  [570,]    1  570
    +#>  [571,]    1  571
    +#>  [572,]    1  572
    +#>  [573,]    1  573
    +#>  [574,]    1  574
    +#>  [575,]    1  575
    +#>  [576,]    1  576
    +#>  [577,]    1  577
    +#>  [578,]    1  578
    +#>  [579,]    1  579
    +#>  [580,]    1  580
    +#>  [581,]    1  581
    +#>  [582,]    1  582
    +#>  [583,]    1  583
    +#>  [584,]    1  584
    +#>  [585,]    1  585
    +#>  [586,]    1  586
    +#>  [587,]    1  587
    +#>  [588,]    1  588
    +#>  [589,]    1  589
    +#>  [590,]    1  590
    +#>  [591,]    1  591
    +#>  [592,]    1  592
    +#>  [593,]    1  593
    +#>  [594,]    1  594
    +#>  [595,]    1  595
    +#>  [596,]    1  596
    +#>  [597,]    1  597
    +#>  [598,]    1  598
    +#>  [599,]    1  599
    +#>  [600,]    1  600
    +#>  [601,]    1  601
    +#>  [602,]    1  602
    +#>  [603,]    1  603
    +#>  [604,]    1  604
    +#>  [605,]    1  605
    +#>  [606,]    1  606
    +#>  [607,]    1  607
    +#>  [608,]    1  608
    +#>  [609,]    1  609
    +#>  [610,]    1  610
    +#>  [611,]    1  611
    +#>  [612,]    1  612
    +#>  [613,]    1  613
    +#>  [614,]    1  614
    +#>  [615,]    1  615
    +#>  [616,]    1  616
    +#>  [617,]    1  617
    +#>  [618,]    1  618
    +#>  [619,]    1  619
    +#>  [620,]    1  620
    +#>  [621,]    1  621
    +#>  [622,]    1  622
    +#>  [623,]    1  623
    +#>  [624,]    1  624
    +#>  [625,]    1  625
    +#>  [626,]    1  626
    +#>  [627,]    1  627
    +#>  [628,]    1  628
    +#>  [629,]    1  629
    +#>  [630,]    1  630
    +#>  [631,]    1  631
    +#>  [632,]    1  632
    +#>  [633,]    1  633
    +#>  [634,]    1  634
    +#>  [635,]    1  635
    +#>  [636,]    1  636
    +#>  [637,]    1  637
    +#>  [638,]    1  638
    +#>  [639,]    1  639
    +#>  [640,]    1  640
    +#>  [641,]    1  641
    +#>  [642,]    1  642
    +#>  [643,]    1  643
    +#>  [644,]    1  644
    +#>  [645,]    1  645
    +#>  [646,]    1  646
    +#>  [647,]    1  647
    +#>  [648,]    1  648
    +#>  [649,]    1  649
    +#>  [650,]    1  650
    +#>  [651,]    1  651
    +#>  [652,]    1  652
    +#>  [653,]    1  653
    +#>  [654,]    1  654
    +#>  [655,]    1  655
    +#>  [656,]    1  656
    +#>  [657,]    1  657
    +#>  [658,]    1  658
    +#>  [659,]    1  659
    +#>  [660,]    1  660
    +#>  [661,]    1  661
    +#>  [662,]    1  662
    +#>  [663,]    1  663
    +#>  [664,]    1  664
    +#>  [665,]    1  665
    +#>  [666,]    1  666
    +#>  [667,]    1  667
    +#>  [668,]    1  668
    +#>  [669,]    1  669
    +#>  [670,]    1  670
    +#>  [671,]    1  671
    +#>  [672,]    1  672
    +#>  [673,]    1  673
    +#>  [674,]    1  674
    +#>  [675,]    1  675
    +#>  [676,]    1  676
    +#>  [677,]    1  677
    +#>  [678,]    1  678
    +#>  [679,]    1  679
    +#>  [680,]    1  680
    +#>  [681,]    1  681
    +#>  [682,]    1  682
    +#>  [683,]    1  683
    +#>  [684,]    1  684
    +#>  [685,]    1  685
    +#>  [686,]    1  686
    +#>  [687,]    1  687
    +#>  [688,]    1  688
    +#>  [689,]    1  689
    +#>  [690,]    1  690
    +#>  [691,]    1  691
    +#>  [692,]    1  692
    +#>  [693,]    1  693
    +#>  [694,]    1  694
    +#>  [695,]    1  695
    +#>  [696,]    1  696
    +#>  [697,]    1  697
    +#>  [698,]    1  698
    +#>  [699,]    1  699
    +#>  [700,]    1  700
    +#>  [701,]    1  701
    +#>  [702,]    1  702
    +#>  [703,]    1  703
    +#>  [704,]    1  704
    +#>  [705,]    1  705
    +#>  [706,]    1  706
    +#>  [707,]    1  707
    +#>  [708,]    1  708
    +#>  [709,]    1  709
    +#>  [710,]    1  710
    +#>  [711,]    1  711
    +#>  [712,]    1  712
    +#>  [713,]    1  713
    +#>  [714,]    1  714
    +#>  [715,]    1  715
    +#>  [716,]    1  716
    +#>  [717,]    1  717
    +#>  [718,]    1  718
    +#>  [719,]    1  719
    +#>  [720,]    1  720
    +#>  [721,]    1  721
    +#>  [722,]    1  722
    +#>  [723,]    1  723
    +#>  [724,]    1  724
    +#>  [725,]    1  725
    +#>  [726,]    1  726
    +#>  [727,]    1  727
    +#>  [728,]    1  728
    +#>  [729,]    1  729
    +#>  [730,]    1  730
    +#>  [731,]    1  731
    +#>  [732,]    1  732
    +#>  [733,]    1  733
    +#>  [734,]    1  734
    +#>  [735,]    1  735
    +#>  [736,]    1  736
    +#>  [737,]    1  737
    +#>  [738,]    1  738
    +#>  [739,]    1  739
    +#>  [740,]    1  740
    +#>  [741,]    1  741
    +#>  [742,]    1  742
    +#>  [743,]    1  743
    +#>  [744,]    1  744
    +#>  [745,]    1  745
    +#>  [746,]    1  746
    +#>  [747,]    1  747
    +#>  [748,]    1  748
    +#>  [749,]    1  749
    +#>  [750,]    1  750
    +#>  [751,]    1  751
    +#>  [752,]    1  752
    +#>  [753,]    1  753
    +#>  [754,]    1  754
    +#>  [755,]    1  755
    +#>  [756,]    1  756
    +#>  [757,]    1  757
    +#>  [758,]    1  758
    +#>  [759,]    1  759
    +#>  [760,]    1  760
    +#>  [761,]    1  761
    +#>  [762,]    1  762
    +#>  [763,]    1  763
    +#>  [764,]    1  764
    +#>  [765,]    1  765
    +#>  [766,]    1  766
    +#>  [767,]    1  767
    +#>  [768,]    1  768
    +#>  [769,]    1  769
    +#>  [770,]    1  770
    +#>  [771,]    1  771
    +#>  [772,]    1  772
    +#>  [773,]    1  773
    +#>  [774,]    1  774
    +#>  [775,]    1  775
    +#>  [776,]    1  776
    +#>  [777,]    1  777
    +#>  [778,]    1  778
    +#>  [779,]    1  779
    +#>  [780,]    1  780
    +#>  [781,]    1  781
    +#>  [782,]    1  782
    +#>  [783,]    1  783
    +#>  [784,]    1  784
    +#>  [785,]    1  785
    +#>  [786,]    1  786
    +#>  [787,]    1  787
    +#>  [788,]    1  788
    +#>  [789,]    1  789
    +#>  [790,]    1  790
    +#>  [791,]    1  791
    +#>  [792,]    1  792
    +#>  [793,]    1  793
    +#>  [794,]    1  794
    +#>  [795,]    1  795
    +#>  [796,]    1  796
    +#>  [797,]    1  797
    +#>  [798,]    1  798
    +#>  [799,]    1  799
    +#>  [800,]    1  800
    +#>  [801,]    1  801
    +#>  [802,]    1  802
    +#>  [803,]    1  803
    +#>  [804,]    1  804
    +#>  [805,]    1  805
    +#>  [806,]    1  806
    +#>  [807,]    1  807
    +#>  [808,]    1  808
    +#>  [809,]    1  809
    +#>  [810,]    1  810
    +#>  [811,]    1  811
    +#>  [812,]    1  812
    +#>  [813,]    1  813
    +#>  [814,]    1  814
    +#>  [815,]    1  815
    +#>  [816,]    1  816
    +#>  [817,]    1  817
    +#>  [818,]    1  818
    +#>  [819,]    1  819
    +#>  [820,]    1  820
    +#>  [821,]    1  821
    +#>  [822,]    1  822
    +#>  [823,]    1  823
    +#>  [824,]    1  824
    +#>  [825,]    1  825
    +#>  [826,]    1  826
    +#>  [827,]    1  827
    +#>  [828,]    1  828
    +#>  [829,]    1  829
    +#>  [830,]    1  830
    +#>  [831,]    1  831
    +#>  [832,]    1  832
    +#>  [833,]    1  833
    +#>  [834,]    1  834
    +#>  [835,]    1  835
    +#>  [836,]    1  836
    +#>  [837,]    1  837
    +#>  [838,]    1  838
    +#>  [839,]    1  839
    +#>  [840,]    1  840
    +#>  [841,]    1  841
    +#>  [842,]    1  842
    +#>  [843,]    1  843
    +#>  [844,]    1  844
    +#>  [845,]    1  845
    +#>  [846,]    1  846
    +#>  [847,]    1  847
    +#>  [848,]    1  848
    +#>  [849,]    1  849
    +#>  [850,]    1  850
    +#>  [851,]    1  851
    +#>  [852,]    1  852
    +#>  [853,]    1  853
    +#>  [854,]    1  854
    +#>  [855,]    1  855
    +#>  [856,]    1  856
    +#>  [857,]    1  857
    +#>  [858,]    1  858
    +#>  [859,]    1  859
    +#>  [860,]    1  860
    +#>  [861,]    1  861
    +#>  [862,]    1  862
    +#>  [863,]    1  863
    +#>  [864,]    1  864
    +#>  [865,]    1  865
    +#>  [866,]    1  866
    +#>  [867,]    1  867
    +#>  [868,]    1  868
    +#>  [869,]    1  869
    +#>  [870,]    1  870
    +#>  [871,]    1  871
    +#>  [872,]    1  872
    +#>  [873,]    1  873
    +#>  [874,]    1  874
    +#>  [875,]    1  875
    +#>  [876,]    1  876
    +#>  [877,]    1  877
    +#>  [878,]    1  878
    +#>  [879,]    1  879
    +#>  [880,]    1  880
    +#>  [881,]    1  881
    +#>  [882,]    1  882
    +#>  [883,]    1  883
    +#>  [884,]    1  884
    +#>  [885,]    1  885
    +#>  [886,]    1  886
    +#>  [887,]    1  887
    +#>  [888,]    1  888
    +#>  [889,]    1  889
    +#>  [890,]    1  890
    +#>  [891,]    1  891
    +#>  [892,]    1  892
    +#>  [893,]    1  893
    +#>  [894,]    1  894
    +#>  [895,]    1  895
    +#>  [896,]    1  896
    +#>  [897,]    1  897
    +#>  [898,]    1  898
    +#>  [899,]    1  899
    +#>  [900,]    1  900
    +#>  [901,]    1  901
    +#>  [902,]    1  902
    +#>  [903,]    1  903
    +#>  [904,]    1  904
    +#>  [905,]    1  905
    +#>  [906,]    1  906
    +#>  [907,]    1  907
    +#>  [908,]    1  908
    +#>  [909,]    1  909
    +#>  [910,]    1  910
    +#>  [911,]    1  911
    +#>  [912,]    1  912
    +#>  [913,]    1  913
    +#>  [914,]    1  914
    +#>  [915,]    1  915
    +#>  [916,]    1  916
    +#>  [917,]    1  917
    +#>  [918,]    1  918
    +#>  [919,]    1  919
    +#>  [920,]    1  920
    +#>  [921,]    1  921
    +#>  [922,]    1  922
    +#>  [923,]    1  923
    +#>  [924,]    1  924
    +#>  [925,]    1  925
    +#>  [926,]    1  926
    +#>  [927,]    1  927
    +#>  [928,]    1  928
    +#>  [929,]    1  929
    +#>  [930,]    1  930
    +#>  [931,]    1  931
    +#>  [932,]    1  932
    +#>  [933,]    1  933
    +#>  [934,]    1  934
    +#>  [935,]    1  935
    +#>  [936,]    1  936
    +#>  [937,]    1  937
    +#>  [938,]    1  938
    +#>  [939,]    1  939
    +#>  [940,]    1  940
    +#>  [941,]    1  941
    +#>  [942,]    1  942
    +#>  [943,]    1  943
    +#>  [944,]    1  944
    +#>  [945,]    1  945
    +#>  [946,]    1  946
    +#>  [947,]    1  947
    +#>  [948,]    1  948
    +#>  [949,]    1  949
    +#>  [950,]    1  950
    +#>  [951,]    1  951
    +#>  [952,]    1  952
    +#>  [953,]    1  953
    +#>  [954,]    1  954
    +#>  [955,]    1  955
    +#>  [956,]    1  956
    +#>  [957,]    1  957
    +#>  [958,]    1  958
    +#>  [959,]    1  959
    +#>  [960,]    1  960
    +#>  [961,]    1  961
    +#>  [962,]    1  962
    +#>  [963,]    1  963
    +#>  [964,]    1  964
    +#>  [965,]    1  965
    +#>  [966,]    1  966
    +#>  [967,]    1  967
    +#>  [968,]    1  968
    +#>  [969,]    1  969
    +#>  [970,]    1  970
    +#>  [971,]    1  971
    +#>  [972,]    1  972
    +#>  [973,]    1  973
    +#>  [974,]    1  974
    +#>  [975,]    1  975
    +#>  [976,]    1  976
    +#>  [977,]    1  977
    +#>  [978,]    1  978
    +#>  [979,]    1  979
    +#>  [980,]    1  980
    +#>  [981,]    1  981
    +#>  [982,]    1  982
    +#>  [983,]    1  983
    +#>  [984,]    1  984
    +#>  [985,]    1  985
    +#>  [986,]    1  986
    +#>  [987,]    1  987
    +#>  [988,]    1  988
    +#>  [989,]    1  989
    +#>  [990,]    1  990
    +#>  [991,]    1  991
    +#>  [992,]    1  992
    +#>  [993,]    1  993
    +#>  [994,]    1  994
    +#>  [995,]    1  995
    +#>  [996,]    1  996
    +#>  [997,]    1  997
    +#>  [998,]    1  998
    +#>  [999,]    1  999
    +#> [1000,]    1 1000
    +#> attr(,"beta")
    +#>         [,1]
    +#> beta_0  2.50
    +#> beta_1 -0.01
    +#> attr(,"inv_link")
    +#> function (q, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE) 
    +#> .Call(C_plogis, q, location, scale, lower.tail, log.p)
    +#> <bytecode: 0x7fb9a83e2970>
    +#> <environment: namespace:stats>
    +# Both graph and values (the default)
    +get_detection_pr(output = 3L)
    +#>    [1] 0.9234378026 0.9227277979 0.9220117649 0.9212896628 0.9205614508
    +#>    [6] 0.9198270878 0.9190865328 0.9183397445 0.9175866819 0.9168273035
    +#>   [11] 0.9160615681 0.9152894343 0.9145108606 0.9137258055 0.9129342276
    +#>   [16] 0.9121360852 0.9113313367 0.9105199407 0.9097018553 0.9088770390
    +#>   [21] 0.9080454501 0.9072070469 0.9063617878 0.9055096310 0.9046505351
    +#>   [26] 0.9037844583 0.9029113590 0.9020311957 0.9011439268 0.9002495109
    +#>   [31] 0.8993479064 0.8984390721 0.8975229666 0.8965995485 0.8956687769
    +#>   [36] 0.8947306105 0.8937850083 0.8928319295 0.8918713332 0.8909031788
    +#>   [41] 0.8899274256 0.8889440333 0.8879529614 0.8869541699 0.8859476187
    +#>   [46] 0.8849332680 0.8839110779 0.8828810091 0.8818430222 0.8807970780
    +#>   [51] 0.8797431375 0.8786811621 0.8776111132 0.8765329524 0.8754466418
    +#>   [56] 0.8743521435 0.8732494199 0.8721384337 0.8710191479 0.8698915256
    +#>   [61] 0.8687555306 0.8676111265 0.8664582775 0.8652969480 0.8641271030
    +#>   [66] 0.8629487074 0.8617617268 0.8605661270 0.8593618743 0.8581489351
    +#>   [71] 0.8569272765 0.8556968659 0.8544576711 0.8532096602 0.8519528020
    +#>   [76] 0.8506870655 0.8494124203 0.8481288363 0.8468362842 0.8455347349
    +#>   [81] 0.8442241599 0.8429045311 0.8415758212 0.8402380031 0.8388910504
    +#>   [86] 0.8375349374 0.8361696388 0.8347951298 0.8334113864 0.8320183851
    +#>   [91] 0.8306161031 0.8292045180 0.8277836083 0.8263533530 0.8249137318
    +#>   [96] 0.8234647252 0.8220063142 0.8205384806 0.8190612068 0.8175744762
    +#>  [101] 0.8160782726 0.8145725807 0.8130573860 0.8115326748 0.8099984340
    +#>  [106] 0.8084546514 0.8069013158 0.8053384164 0.8037659436 0.8021838886
    +#>  [111] 0.8005922432 0.7989910002 0.7973801536 0.7957596977 0.7941296282
    +#>  [116] 0.7924899414 0.7908406348 0.7891817065 0.7875131559 0.7858349830
    +#>  [121] 0.7841471892 0.7824497764 0.7807427479 0.7790261078 0.7772998612
    +#>  [126] 0.7755640143 0.7738185743 0.7720635494 0.7702989490 0.7685247835
    +#>  [131] 0.7667410642 0.7649478038 0.7631450157 0.7613327148 0.7595109169
    +#>  [136] 0.7576796390 0.7558388991 0.7539887164 0.7521291114 0.7502601056
    +#>  [141] 0.7483817216 0.7464939833 0.7445969158 0.7426905453 0.7407748992
    +#>  [146] 0.7388500061 0.7369158958 0.7349725995 0.7330201492 0.7310585786
    +#>  [151] 0.7290879223 0.7271082163 0.7251194978 0.7231218051 0.7211151780
    +#>  [156] 0.7190996574 0.7170752855 0.7150421057 0.7130001628 0.7109495026
    +#>  [161] 0.7088901726 0.7068222211 0.7047456980 0.7026606543 0.7005671425
    +#>  [166] 0.6984652160 0.6963549298 0.6942363401 0.6921095043 0.6899744811
    +#>  [171] 0.6878313306 0.6856801139 0.6835208937 0.6813537338 0.6791786992
    +#>  [176] 0.6769958562 0.6748052726 0.6726070171 0.6704011598 0.6681877722
    +#>  [181] 0.6659669268 0.6637386974 0.6615031592 0.6592603885 0.6570104627
    +#>  [186] 0.6547534606 0.6524894622 0.6502185486 0.6479408021 0.6456563062
    +#>  [191] 0.6433651457 0.6410674063 0.6387631751 0.6364525403 0.6341355910
    +#>  [196] 0.6318124177 0.6294831120 0.6271477663 0.6248064745 0.6224593312
    +#>  [201] 0.6201064323 0.6177478748 0.6153837564 0.6130141761 0.6106392339
    +#>  [206] 0.6082590307 0.6058736684 0.6034832499 0.6010878788 0.5986876601
    +#>  [211] 0.5962826993 0.5938731029 0.5914589784 0.5890404341 0.5866175789
    +#>  [216] 0.5841905229 0.5817593768 0.5793242521 0.5768852611 0.5744425168
    +#>  [221] 0.5719961329 0.5695462239 0.5670929050 0.5646362918 0.5621765009
    +#>  [226] 0.5597136493 0.5572478546 0.5547792351 0.5523079096 0.5498339973
    +#>  [231] 0.5473576181 0.5448788924 0.5423979408 0.5399148846 0.5374298453
    +#>  [236] 0.5349429452 0.5324543064 0.5299640518 0.5274723043 0.5249791875
    +#>  [241] 0.5224848248 0.5199893402 0.5174928577 0.5149955016 0.5124973965
    +#>  [246] 0.5099986669 0.5074994376 0.5049998333 0.5024999792 0.5000000000
    +#>  [251] 0.4975000208 0.4950001667 0.4925005624 0.4900013331 0.4875026035
    +#>  [256] 0.4850044984 0.4825071423 0.4800106598 0.4775151752 0.4750208125
    +#>  [261] 0.4725276957 0.4700359482 0.4675456936 0.4650570548 0.4625701547
    +#>  [266] 0.4600851154 0.4576020592 0.4551211076 0.4526423819 0.4501660027
    +#>  [271] 0.4476920904 0.4452207649 0.4427521454 0.4402863507 0.4378234991
    +#>  [276] 0.4353637082 0.4329070950 0.4304537761 0.4280038671 0.4255574832
    +#>  [281] 0.4231147389 0.4206757479 0.4182406232 0.4158094771 0.4133824211
    +#>  [286] 0.4109595659 0.4085410216 0.4061268971 0.4037173007 0.4013123399
    +#>  [291] 0.3989121212 0.3965167501 0.3941263316 0.3917409693 0.3893607661
    +#>  [296] 0.3869858239 0.3846162436 0.3822521252 0.3798935677 0.3775406688
    +#>  [301] 0.3751935255 0.3728522337 0.3705168880 0.3681875823 0.3658644090
    +#>  [306] 0.3635474597 0.3612368249 0.3589325937 0.3566348543 0.3543436938
    +#>  [311] 0.3520591979 0.3497814514 0.3475105378 0.3452465394 0.3429895373
    +#>  [316] 0.3407396115 0.3384968408 0.3362613026 0.3340330732 0.3318122278
    +#>  [321] 0.3295988402 0.3273929829 0.3251947274 0.3230041438 0.3208213008
    +#>  [326] 0.3186462662 0.3164791063 0.3143198861 0.3121686694 0.3100255189
    +#>  [331] 0.3078904957 0.3057636599 0.3036450702 0.3015347840 0.2994328575
    +#>  [336] 0.2973393457 0.2952543020 0.2931777789 0.2911098274 0.2890504974
    +#>  [341] 0.2869998372 0.2849578943 0.2829247145 0.2809003426 0.2788848220
    +#>  [346] 0.2768781949 0.2748805022 0.2728917837 0.2709120777 0.2689414214
    +#>  [351] 0.2669798508 0.2650274005 0.2630841042 0.2611499939 0.2592251008
    +#>  [356] 0.2573094547 0.2554030842 0.2535060167 0.2516182784 0.2497398944
    +#>  [361] 0.2478708886 0.2460112836 0.2441611009 0.2423203610 0.2404890831
    +#>  [366] 0.2386672852 0.2368549843 0.2350521962 0.2332589358 0.2314752165
    +#>  [371] 0.2297010510 0.2279364506 0.2261814257 0.2244359857 0.2227001388
    +#>  [376] 0.2209738922 0.2192572521 0.2175502236 0.2158528108 0.2141650170
    +#>  [381] 0.2124868441 0.2108182935 0.2091593652 0.2075100586 0.2058703718
    +#>  [386] 0.2042403023 0.2026198464 0.2010089998 0.1994077568 0.1978161114
    +#>  [391] 0.1962340564 0.1946615836 0.1930986842 0.1915453486 0.1900015660
    +#>  [396] 0.1884673252 0.1869426140 0.1854274193 0.1839217274 0.1824255238
    +#>  [401] 0.1809387932 0.1794615194 0.1779936858 0.1765352748 0.1750862682
    +#>  [406] 0.1736466470 0.1722163917 0.1707954820 0.1693838969 0.1679816149
    +#>  [411] 0.1665886136 0.1652048702 0.1638303612 0.1624650626 0.1611089496
    +#>  [416] 0.1597619969 0.1584241788 0.1570954689 0.1557758401 0.1544652651
    +#>  [421] 0.1531637158 0.1518711637 0.1505875797 0.1493129345 0.1480471980
    +#>  [426] 0.1467903398 0.1455423289 0.1443031341 0.1430727235 0.1418510649
    +#>  [431] 0.1406381257 0.1394338730 0.1382382732 0.1370512926 0.1358728970
    +#>  [436] 0.1347030520 0.1335417225 0.1323888735 0.1312444694 0.1301084744
    +#>  [441] 0.1289808521 0.1278615663 0.1267505801 0.1256478565 0.1245533582
    +#>  [446] 0.1234670476 0.1223888868 0.1213188379 0.1202568625 0.1192029220
    +#>  [451] 0.1181569778 0.1171189909 0.1160889221 0.1150667320 0.1140523813
    +#>  [456] 0.1130458301 0.1120470386 0.1110559667 0.1100725744 0.1090968212
    +#>  [461] 0.1081286668 0.1071680705 0.1062149917 0.1052693895 0.1043312231
    +#>  [466] 0.1034004515 0.1024770334 0.1015609279 0.1006520936 0.0997504891
    +#>  [471] 0.0988560732 0.0979688043 0.0970886410 0.0962155417 0.0953494649
    +#>  [476] 0.0944903690 0.0936382122 0.0927929531 0.0919545499 0.0911229610
    +#>  [481] 0.0902981447 0.0894800593 0.0886686633 0.0878639148 0.0870657724
    +#>  [486] 0.0862741945 0.0854891394 0.0847105657 0.0839384319 0.0831726965
    +#>  [491] 0.0824133181 0.0816602555 0.0809134672 0.0801729122 0.0794385492
    +#>  [496] 0.0787103372 0.0779882351 0.0772722021 0.0765621974 0.0758581800
    +#>  [501] 0.0751601095 0.0744679452 0.0737816466 0.0731011734 0.0724264854
    +#>  [506] 0.0717575423 0.0710943041 0.0704367309 0.0697847829 0.0691384203
    +#>  [511] 0.0684976037 0.0678622936 0.0672324506 0.0666080356 0.0659890095
    +#>  [516] 0.0653753334 0.0647669686 0.0641638764 0.0635660183 0.0629733561
    +#>  [521] 0.0623858514 0.0618034663 0.0612261628 0.0606539033 0.0600866502
    +#>  [526] 0.0595243660 0.0589670135 0.0584145555 0.0578669553 0.0573241759
    +#>  [531] 0.0567861808 0.0562529336 0.0557243979 0.0552005378 0.0546813172
    +#>  [536] 0.0541667005 0.0536566520 0.0531511364 0.0526501184 0.0521535631
    +#>  [541] 0.0516614355 0.0511737009 0.0506903249 0.0502112732 0.0497365116
    +#>  [546] 0.0492660061 0.0487997230 0.0483376287 0.0478796898 0.0474258732
    +#>  [551] 0.0469761457 0.0465304745 0.0460888270 0.0456511708 0.0452174735
    +#>  [556] 0.0447877030 0.0443618276 0.0439398154 0.0435216350 0.0431072549
    +#>  [561] 0.0426966442 0.0422897718 0.0418866071 0.0414871193 0.0410912782
    +#>  [566] 0.0406990536 0.0403104154 0.0399253340 0.0395437796 0.0391657228
    +#>  [571] 0.0387911345 0.0384199855 0.0380522471 0.0376878905 0.0373268873
    +#>  [576] 0.0369692093 0.0366148283 0.0362637164 0.0359158459 0.0355711893
    +#>  [581] 0.0352297192 0.0348914085 0.0345562303 0.0342241577 0.0338951642
    +#>  [586] 0.0335692233 0.0332463088 0.0329263948 0.0326094553 0.0322954647
    +#>  [591] 0.0319843975 0.0316762284 0.0313709322 0.0310684842 0.0307688594
    +#>  [596] 0.0304720333 0.0301779815 0.0298866798 0.0295981042 0.0293122308
    +#>  [601] 0.0290290358 0.0287484959 0.0284705877 0.0281952880 0.0279225738
    +#>  [606] 0.0276524223 0.0273848110 0.0271197172 0.0268571188 0.0265969936
    +#>  [611] 0.0263393196 0.0260840751 0.0258312385 0.0255807883 0.0253327032
    +#>  [616] 0.0250869622 0.0248435441 0.0246024284 0.0243635943 0.0241270214
    +#>  [621] 0.0238926894 0.0236605782 0.0234306677 0.0232029381 0.0229773699
    +#>  [626] 0.0227539435 0.0225326395 0.0223134387 0.0220963222 0.0218812709
    +#>  [631] 0.0216682663 0.0214572897 0.0212483227 0.0210413470 0.0208363445
    +#>  [636] 0.0206332972 0.0204321873 0.0202329971 0.0200357090 0.0198403057
    +#>  [641] 0.0196467699 0.0194550846 0.0192652326 0.0190771973 0.0188909619
    +#>  [646] 0.0187065100 0.0185238250 0.0183428907 0.0181636910 0.0179862100
    +#>  [651] 0.0178104316 0.0176363403 0.0174639205 0.0172931566 0.0171240333
    +#>  [656] 0.0169565355 0.0167906481 0.0166263561 0.0164636448 0.0163024994
    +#>  [661] 0.0161429054 0.0159848483 0.0158283140 0.0156732881 0.0155197566
    +#>  [666] 0.0153677056 0.0152171212 0.0150679898 0.0149202978 0.0147740317
    +#>  [671] 0.0146291782 0.0144857240 0.0143436561 0.0142029614 0.0140636270
    +#>  [676] 0.0139256403 0.0137889885 0.0136536591 0.0135196396 0.0133869178
    +#>  [681] 0.0132554814 0.0131253183 0.0129964166 0.0128687642 0.0127423495
    +#>  [686] 0.0126171607 0.0124931863 0.0123704147 0.0122488347 0.0121284350
    +#>  [691] 0.0120092043 0.0118911316 0.0117742060 0.0116584166 0.0115437525
    +#>  [696] 0.0114302031 0.0113177579 0.0112064063 0.0110961380 0.0109869426
    +#>  [701] 0.0108788100 0.0107717300 0.0106656927 0.0105606880 0.0104567062
    +#>  [706] 0.0103537375 0.0102517723 0.0101508009 0.0100508139 0.0099518019
    +#>  [711] 0.0098537555 0.0097566656 0.0096605230 0.0095653187 0.0094710436
    +#>  [716] 0.0093776889 0.0092852457 0.0091937054 0.0091030592 0.0090132987
    +#>  [721] 0.0089244152 0.0088364005 0.0087492461 0.0086629438 0.0085774854
    +#>  [726] 0.0084928629 0.0084090681 0.0083260931 0.0082439301 0.0081625712
    +#>  [731] 0.0080820086 0.0080022348 0.0079232421 0.0078450230 0.0077675701
    +#>  [736] 0.0076908759 0.0076149331 0.0075397346 0.0074652730 0.0073915413
    +#>  [741] 0.0073185325 0.0072462396 0.0071746556 0.0071037737 0.0070335872
    +#>  [746] 0.0069640892 0.0068952731 0.0068271324 0.0067596605 0.0066928509
    +#>  [751] 0.0066266972 0.0065611931 0.0064963323 0.0064321085 0.0063685155
    +#>  [756] 0.0063055473 0.0062431977 0.0061814609 0.0061203308 0.0060598015
    +#>  [761] 0.0059998672 0.0059405222 0.0058817607 0.0058235770 0.0057659656
    +#>  [766] 0.0057089208 0.0056524372 0.0055965092 0.0055411316 0.0054862989
    +#>  [771] 0.0054320058 0.0053782472 0.0053250177 0.0052723122 0.0052201257
    +#>  [776] 0.0051684530 0.0051172892 0.0050666293 0.0050164684 0.0049668017
    +#>  [781] 0.0049176242 0.0048689312 0.0048207181 0.0047729801 0.0047257126
    +#>  [786] 0.0046789110 0.0046325707 0.0045866873 0.0045412562 0.0044962732
    +#>  [791] 0.0044517337 0.0044076334 0.0043639681 0.0043207335 0.0042779254
    +#>  [796] 0.0042355396 0.0041935721 0.0041520186 0.0041108751 0.0040701377
    +#>  [801] 0.0040298024 0.0039898651 0.0039503222 0.0039111695 0.0038724034
    +#>  [806] 0.0038340201 0.0037960158 0.0037583868 0.0037211293 0.0036842399
    +#>  [811] 0.0036477148 0.0036115505 0.0035757435 0.0035402902 0.0035051872
    +#>  [816] 0.0034704311 0.0034360183 0.0034019457 0.0033682098 0.0033348073
    +#>  [821] 0.0033017350 0.0032689896 0.0032365678 0.0032044667 0.0031726828
    +#>  [826] 0.0031412133 0.0031100549 0.0030792046 0.0030486594 0.0030184163
    +#>  [831] 0.0029884723 0.0029588245 0.0029294700 0.0029004058 0.0028716292
    +#>  [836] 0.0028431372 0.0028149272 0.0027869962 0.0027593417 0.0027319608
    +#>  [841] 0.0027048508 0.0026780092 0.0026514332 0.0026251203 0.0025990678
    +#>  [846] 0.0025732732 0.0025477339 0.0025224475 0.0024974114 0.0024726232
    +#>  [851] 0.0024480804 0.0024237806 0.0023997215 0.0023759006 0.0023523156
    +#>  [856] 0.0023289642 0.0023058440 0.0022829529 0.0022602884 0.0022378485
    +#>  [861] 0.0022156309 0.0021936334 0.0021718537 0.0021502899 0.0021289397
    +#>  [866] 0.0021078011 0.0020868719 0.0020661500 0.0020456336 0.0020253204
    +#>  [871] 0.0020052085 0.0019852960 0.0019655808 0.0019460610 0.0019267347
    +#>  [876] 0.0019075999 0.0018886548 0.0018698975 0.0018513262 0.0018329389
    +#>  [881] 0.0018147340 0.0017967095 0.0017788638 0.0017611950 0.0017437013
    +#>  [886] 0.0017263812 0.0017092327 0.0016922544 0.0016754444 0.0016588011
    +#>  [891] 0.0016423228 0.0016260080 0.0016098550 0.0015938622 0.0015780281
    +#>  [896] 0.0015623510 0.0015468293 0.0015314617 0.0015162465 0.0015011823
    +#>  [901] 0.0014862674 0.0014715006 0.0014568803 0.0014424050 0.0014280733
    +#>  [906] 0.0014138838 0.0013998351 0.0013859258 0.0013721546 0.0013585200
    +#>  [911] 0.0013450206 0.0013316553 0.0013184226 0.0013053212 0.0012923498
    +#>  [916] 0.0012795071 0.0012667920 0.0012542030 0.0012417389 0.0012293986
    +#>  [921] 0.0012171808 0.0012050842 0.0011931078 0.0011812502 0.0011695103
    +#>  [926] 0.0011578869 0.0011463790 0.0011349852 0.0011237046 0.0011125360
    +#>  [931] 0.0011014783 0.0010905304 0.0010796911 0.0010689595 0.0010583344
    +#>  [936] 0.0010478149 0.0010373997 0.0010270881 0.0010168787 0.0010067708
    +#>  [941] 0.0009967633 0.0009868551 0.0009770453 0.0009673330 0.0009577171
    +#>  [946] 0.0009481966 0.0009387708 0.0009294385 0.0009201990 0.0009110512
    +#>  [951] 0.0009019943 0.0008930273 0.0008841494 0.0008753596 0.0008666572
    +#>  [956] 0.0008580412 0.0008495108 0.0008410652 0.0008327034 0.0008244247
    +#>  [961] 0.0008162282 0.0008081132 0.0008000787 0.0007921241 0.0007842486
    +#>  [966] 0.0007764512 0.0007687313 0.0007610881 0.0007535209 0.0007460288
    +#>  [971] 0.0007386112 0.0007312673 0.0007239963 0.0007167976 0.0007096704
    +#>  [976] 0.0007026140 0.0006956278 0.0006887109 0.0006818628 0.0006750827
    +#>  [981] 0.0006683700 0.0006617240 0.0006551441 0.0006486295 0.0006421797
    +#>  [986] 0.0006357940 0.0006294717 0.0006232123 0.0006170150 0.0006108794
    +#>  [991] 0.0006048047 0.0005987904 0.0005928358 0.0005869405 0.0005811037
    +#>  [996] 0.0005753250 0.0005696037 0.0005639392 0.0005583311 0.0005527786
    +#> attr(,"X")
    +#>         [,1] [,2]
    +#>    [1,]    1    1
    +#>    [2,]    1    2
    +#>    [3,]    1    3
    +#>    [4,]    1    4
    +#>    [5,]    1    5
    +#>    [6,]    1    6
    +#>    [7,]    1    7
    +#>    [8,]    1    8
    +#>    [9,]    1    9
    +#>   [10,]    1   10
    +#>   [11,]    1   11
    +#>   [12,]    1   12
    +#>   [13,]    1   13
    +#>   [14,]    1   14
    +#>   [15,]    1   15
    +#>   [16,]    1   16
    +#>   [17,]    1   17
    +#>   [18,]    1   18
    +#>   [19,]    1   19
    +#>   [20,]    1   20
    +#>   [21,]    1   21
    +#>   [22,]    1   22
    +#>   [23,]    1   23
    +#>   [24,]    1   24
    +#>   [25,]    1   25
    +#>   [26,]    1   26
    +#>   [27,]    1   27
    +#>   [28,]    1   28
    +#>   [29,]    1   29
    +#>   [30,]    1   30
    +#>   [31,]    1   31
    +#>   [32,]    1   32
    +#>   [33,]    1   33
    +#>   [34,]    1   34
    +#>   [35,]    1   35
    +#>   [36,]    1   36
    +#>   [37,]    1   37
    +#>   [38,]    1   38
    +#>   [39,]    1   39
    +#>   [40,]    1   40
    +#>   [41,]    1   41
    +#>   [42,]    1   42
    +#>   [43,]    1   43
    +#>   [44,]    1   44
    +#>   [45,]    1   45
    +#>   [46,]    1   46
    +#>   [47,]    1   47
    +#>   [48,]    1   48
    +#>   [49,]    1   49
    +#>   [50,]    1   50
    +#>   [51,]    1   51
    +#>   [52,]    1   52
    +#>   [53,]    1   53
    +#>   [54,]    1   54
    +#>   [55,]    1   55
    +#>   [56,]    1   56
    +#>   [57,]    1   57
    +#>   [58,]    1   58
    +#>   [59,]    1   59
    +#>   [60,]    1   60
    +#>   [61,]    1   61
    +#>   [62,]    1   62
    +#>   [63,]    1   63
    +#>   [64,]    1   64
    +#>   [65,]    1   65
    +#>   [66,]    1   66
    +#>   [67,]    1   67
    +#>   [68,]    1   68
    +#>   [69,]    1   69
    +#>   [70,]    1   70
    +#>   [71,]    1   71
    +#>   [72,]    1   72
    +#>   [73,]    1   73
    +#>   [74,]    1   74
    +#>   [75,]    1   75
    +#>   [76,]    1   76
    +#>   [77,]    1   77
    +#>   [78,]    1   78
    +#>   [79,]    1   79
    +#>   [80,]    1   80
    +#>   [81,]    1   81
    +#>   [82,]    1   82
    +#>   [83,]    1   83
    +#>   [84,]    1   84
    +#>   [85,]    1   85
    +#>   [86,]    1   86
    +#>   [87,]    1   87
    +#>   [88,]    1   88
    +#>   [89,]    1   89
    +#>   [90,]    1   90
    +#>   [91,]    1   91
    +#>   [92,]    1   92
    +#>   [93,]    1   93
    +#>   [94,]    1   94
    +#>   [95,]    1   95
    +#>   [96,]    1   96
    +#>   [97,]    1   97
    +#>   [98,]    1   98
    +#>   [99,]    1   99
    +#>  [100,]    1  100
    +#>  [101,]    1  101
    +#>  [102,]    1  102
    +#>  [103,]    1  103
    +#>  [104,]    1  104
    +#>  [105,]    1  105
    +#>  [106,]    1  106
    +#>  [107,]    1  107
    +#>  [108,]    1  108
    +#>  [109,]    1  109
    +#>  [110,]    1  110
    +#>  [111,]    1  111
    +#>  [112,]    1  112
    +#>  [113,]    1  113
    +#>  [114,]    1  114
    +#>  [115,]    1  115
    +#>  [116,]    1  116
    +#>  [117,]    1  117
    +#>  [118,]    1  118
    +#>  [119,]    1  119
    +#>  [120,]    1  120
    +#>  [121,]    1  121
    +#>  [122,]    1  122
    +#>  [123,]    1  123
    +#>  [124,]    1  124
    +#>  [125,]    1  125
    +#>  [126,]    1  126
    +#>  [127,]    1  127
    +#>  [128,]    1  128
    +#>  [129,]    1  129
    +#>  [130,]    1  130
    +#>  [131,]    1  131
    +#>  [132,]    1  132
    +#>  [133,]    1  133
    +#>  [134,]    1  134
    +#>  [135,]    1  135
    +#>  [136,]    1  136
    +#>  [137,]    1  137
    +#>  [138,]    1  138
    +#>  [139,]    1  139
    +#>  [140,]    1  140
    +#>  [141,]    1  141
    +#>  [142,]    1  142
    +#>  [143,]    1  143
    +#>  [144,]    1  144
    +#>  [145,]    1  145
    +#>  [146,]    1  146
    +#>  [147,]    1  147
    +#>  [148,]    1  148
    +#>  [149,]    1  149
    +#>  [150,]    1  150
    +#>  [151,]    1  151
    +#>  [152,]    1  152
    +#>  [153,]    1  153
    +#>  [154,]    1  154
    +#>  [155,]    1  155
    +#>  [156,]    1  156
    +#>  [157,]    1  157
    +#>  [158,]    1  158
    +#>  [159,]    1  159
    +#>  [160,]    1  160
    +#>  [161,]    1  161
    +#>  [162,]    1  162
    +#>  [163,]    1  163
    +#>  [164,]    1  164
    +#>  [165,]    1  165
    +#>  [166,]    1  166
    +#>  [167,]    1  167
    +#>  [168,]    1  168
    +#>  [169,]    1  169
    +#>  [170,]    1  170
    +#>  [171,]    1  171
    +#>  [172,]    1  172
    +#>  [173,]    1  173
    +#>  [174,]    1  174
    +#>  [175,]    1  175
    +#>  [176,]    1  176
    +#>  [177,]    1  177
    +#>  [178,]    1  178
    +#>  [179,]    1  179
    +#>  [180,]    1  180
    +#>  [181,]    1  181
    +#>  [182,]    1  182
    +#>  [183,]    1  183
    +#>  [184,]    1  184
    +#>  [185,]    1  185
    +#>  [186,]    1  186
    +#>  [187,]    1  187
    +#>  [188,]    1  188
    +#>  [189,]    1  189
    +#>  [190,]    1  190
    +#>  [191,]    1  191
    +#>  [192,]    1  192
    +#>  [193,]    1  193
    +#>  [194,]    1  194
    +#>  [195,]    1  195
    +#>  [196,]    1  196
    +#>  [197,]    1  197
    +#>  [198,]    1  198
    +#>  [199,]    1  199
    +#>  [200,]    1  200
    +#>  [201,]    1  201
    +#>  [202,]    1  202
    +#>  [203,]    1  203
    +#>  [204,]    1  204
    +#>  [205,]    1  205
    +#>  [206,]    1  206
    +#>  [207,]    1  207
    +#>  [208,]    1  208
    +#>  [209,]    1  209
    +#>  [210,]    1  210
    +#>  [211,]    1  211
    +#>  [212,]    1  212
    +#>  [213,]    1  213
    +#>  [214,]    1  214
    +#>  [215,]    1  215
    +#>  [216,]    1  216
    +#>  [217,]    1  217
    +#>  [218,]    1  218
    +#>  [219,]    1  219
    +#>  [220,]    1  220
    +#>  [221,]    1  221
    +#>  [222,]    1  222
    +#>  [223,]    1  223
    +#>  [224,]    1  224
    +#>  [225,]    1  225
    +#>  [226,]    1  226
    +#>  [227,]    1  227
    +#>  [228,]    1  228
    +#>  [229,]    1  229
    +#>  [230,]    1  230
    +#>  [231,]    1  231
    +#>  [232,]    1  232
    +#>  [233,]    1  233
    +#>  [234,]    1  234
    +#>  [235,]    1  235
    +#>  [236,]    1  236
    +#>  [237,]    1  237
    +#>  [238,]    1  238
    +#>  [239,]    1  239
    +#>  [240,]    1  240
    +#>  [241,]    1  241
    +#>  [242,]    1  242
    +#>  [243,]    1  243
    +#>  [244,]    1  244
    +#>  [245,]    1  245
    +#>  [246,]    1  246
    +#>  [247,]    1  247
    +#>  [248,]    1  248
    +#>  [249,]    1  249
    +#>  [250,]    1  250
    +#>  [251,]    1  251
    +#>  [252,]    1  252
    +#>  [253,]    1  253
    +#>  [254,]    1  254
    +#>  [255,]    1  255
    +#>  [256,]    1  256
    +#>  [257,]    1  257
    +#>  [258,]    1  258
    +#>  [259,]    1  259
    +#>  [260,]    1  260
    +#>  [261,]    1  261
    +#>  [262,]    1  262
    +#>  [263,]    1  263
    +#>  [264,]    1  264
    +#>  [265,]    1  265
    +#>  [266,]    1  266
    +#>  [267,]    1  267
    +#>  [268,]    1  268
    +#>  [269,]    1  269
    +#>  [270,]    1  270
    +#>  [271,]    1  271
    +#>  [272,]    1  272
    +#>  [273,]    1  273
    +#>  [274,]    1  274
    +#>  [275,]    1  275
    +#>  [276,]    1  276
    +#>  [277,]    1  277
    +#>  [278,]    1  278
    +#>  [279,]    1  279
    +#>  [280,]    1  280
    +#>  [281,]    1  281
    +#>  [282,]    1  282
    +#>  [283,]    1  283
    +#>  [284,]    1  284
    +#>  [285,]    1  285
    +#>  [286,]    1  286
    +#>  [287,]    1  287
    +#>  [288,]    1  288
    +#>  [289,]    1  289
    +#>  [290,]    1  290
    +#>  [291,]    1  291
    +#>  [292,]    1  292
    +#>  [293,]    1  293
    +#>  [294,]    1  294
    +#>  [295,]    1  295
    +#>  [296,]    1  296
    +#>  [297,]    1  297
    +#>  [298,]    1  298
    +#>  [299,]    1  299
    +#>  [300,]    1  300
    +#>  [301,]    1  301
    +#>  [302,]    1  302
    +#>  [303,]    1  303
    +#>  [304,]    1  304
    +#>  [305,]    1  305
    +#>  [306,]    1  306
    +#>  [307,]    1  307
    +#>  [308,]    1  308
    +#>  [309,]    1  309
    +#>  [310,]    1  310
    +#>  [311,]    1  311
    +#>  [312,]    1  312
    +#>  [313,]    1  313
    +#>  [314,]    1  314
    +#>  [315,]    1  315
    +#>  [316,]    1  316
    +#>  [317,]    1  317
    +#>  [318,]    1  318
    +#>  [319,]    1  319
    +#>  [320,]    1  320
    +#>  [321,]    1  321
    +#>  [322,]    1  322
    +#>  [323,]    1  323
    +#>  [324,]    1  324
    +#>  [325,]    1  325
    +#>  [326,]    1  326
    +#>  [327,]    1  327
    +#>  [328,]    1  328
    +#>  [329,]    1  329
    +#>  [330,]    1  330
    +#>  [331,]    1  331
    +#>  [332,]    1  332
    +#>  [333,]    1  333
    +#>  [334,]    1  334
    +#>  [335,]    1  335
    +#>  [336,]    1  336
    +#>  [337,]    1  337
    +#>  [338,]    1  338
    +#>  [339,]    1  339
    +#>  [340,]    1  340
    +#>  [341,]    1  341
    +#>  [342,]    1  342
    +#>  [343,]    1  343
    +#>  [344,]    1  344
    +#>  [345,]    1  345
    +#>  [346,]    1  346
    +#>  [347,]    1  347
    +#>  [348,]    1  348
    +#>  [349,]    1  349
    +#>  [350,]    1  350
    +#>  [351,]    1  351
    +#>  [352,]    1  352
    +#>  [353,]    1  353
    +#>  [354,]    1  354
    +#>  [355,]    1  355
    +#>  [356,]    1  356
    +#>  [357,]    1  357
    +#>  [358,]    1  358
    +#>  [359,]    1  359
    +#>  [360,]    1  360
    +#>  [361,]    1  361
    +#>  [362,]    1  362
    +#>  [363,]    1  363
    +#>  [364,]    1  364
    +#>  [365,]    1  365
    +#>  [366,]    1  366
    +#>  [367,]    1  367
    +#>  [368,]    1  368
    +#>  [369,]    1  369
    +#>  [370,]    1  370
    +#>  [371,]    1  371
    +#>  [372,]    1  372
    +#>  [373,]    1  373
    +#>  [374,]    1  374
    +#>  [375,]    1  375
    +#>  [376,]    1  376
    +#>  [377,]    1  377
    +#>  [378,]    1  378
    +#>  [379,]    1  379
    +#>  [380,]    1  380
    +#>  [381,]    1  381
    +#>  [382,]    1  382
    +#>  [383,]    1  383
    +#>  [384,]    1  384
    +#>  [385,]    1  385
    +#>  [386,]    1  386
    +#>  [387,]    1  387
    +#>  [388,]    1  388
    +#>  [389,]    1  389
    +#>  [390,]    1  390
    +#>  [391,]    1  391
    +#>  [392,]    1  392
    +#>  [393,]    1  393
    +#>  [394,]    1  394
    +#>  [395,]    1  395
    +#>  [396,]    1  396
    +#>  [397,]    1  397
    +#>  [398,]    1  398
    +#>  [399,]    1  399
    +#>  [400,]    1  400
    +#>  [401,]    1  401
    +#>  [402,]    1  402
    +#>  [403,]    1  403
    +#>  [404,]    1  404
    +#>  [405,]    1  405
    +#>  [406,]    1  406
    +#>  [407,]    1  407
    +#>  [408,]    1  408
    +#>  [409,]    1  409
    +#>  [410,]    1  410
    +#>  [411,]    1  411
    +#>  [412,]    1  412
    +#>  [413,]    1  413
    +#>  [414,]    1  414
    +#>  [415,]    1  415
    +#>  [416,]    1  416
    +#>  [417,]    1  417
    +#>  [418,]    1  418
    +#>  [419,]    1  419
    +#>  [420,]    1  420
    +#>  [421,]    1  421
    +#>  [422,]    1  422
    +#>  [423,]    1  423
    +#>  [424,]    1  424
    +#>  [425,]    1  425
    +#>  [426,]    1  426
    +#>  [427,]    1  427
    +#>  [428,]    1  428
    +#>  [429,]    1  429
    +#>  [430,]    1  430
    +#>  [431,]    1  431
    +#>  [432,]    1  432
    +#>  [433,]    1  433
    +#>  [434,]    1  434
    +#>  [435,]    1  435
    +#>  [436,]    1  436
    +#>  [437,]    1  437
    +#>  [438,]    1  438
    +#>  [439,]    1  439
    +#>  [440,]    1  440
    +#>  [441,]    1  441
    +#>  [442,]    1  442
    +#>  [443,]    1  443
    +#>  [444,]    1  444
    +#>  [445,]    1  445
    +#>  [446,]    1  446
    +#>  [447,]    1  447
    +#>  [448,]    1  448
    +#>  [449,]    1  449
    +#>  [450,]    1  450
    +#>  [451,]    1  451
    +#>  [452,]    1  452
    +#>  [453,]    1  453
    +#>  [454,]    1  454
    +#>  [455,]    1  455
    +#>  [456,]    1  456
    +#>  [457,]    1  457
    +#>  [458,]    1  458
    +#>  [459,]    1  459
    +#>  [460,]    1  460
    +#>  [461,]    1  461
    +#>  [462,]    1  462
    +#>  [463,]    1  463
    +#>  [464,]    1  464
    +#>  [465,]    1  465
    +#>  [466,]    1  466
    +#>  [467,]    1  467
    +#>  [468,]    1  468
    +#>  [469,]    1  469
    +#>  [470,]    1  470
    +#>  [471,]    1  471
    +#>  [472,]    1  472
    +#>  [473,]    1  473
    +#>  [474,]    1  474
    +#>  [475,]    1  475
    +#>  [476,]    1  476
    +#>  [477,]    1  477
    +#>  [478,]    1  478
    +#>  [479,]    1  479
    +#>  [480,]    1  480
    +#>  [481,]    1  481
    +#>  [482,]    1  482
    +#>  [483,]    1  483
    +#>  [484,]    1  484
    +#>  [485,]    1  485
    +#>  [486,]    1  486
    +#>  [487,]    1  487
    +#>  [488,]    1  488
    +#>  [489,]    1  489
    +#>  [490,]    1  490
    +#>  [491,]    1  491
    +#>  [492,]    1  492
    +#>  [493,]    1  493
    +#>  [494,]    1  494
    +#>  [495,]    1  495
    +#>  [496,]    1  496
    +#>  [497,]    1  497
    +#>  [498,]    1  498
    +#>  [499,]    1  499
    +#>  [500,]    1  500
    +#>  [501,]    1  501
    +#>  [502,]    1  502
    +#>  [503,]    1  503
    +#>  [504,]    1  504
    +#>  [505,]    1  505
    +#>  [506,]    1  506
    +#>  [507,]    1  507
    +#>  [508,]    1  508
    +#>  [509,]    1  509
    +#>  [510,]    1  510
    +#>  [511,]    1  511
    +#>  [512,]    1  512
    +#>  [513,]    1  513
    +#>  [514,]    1  514
    +#>  [515,]    1  515
    +#>  [516,]    1  516
    +#>  [517,]    1  517
    +#>  [518,]    1  518
    +#>  [519,]    1  519
    +#>  [520,]    1  520
    +#>  [521,]    1  521
    +#>  [522,]    1  522
    +#>  [523,]    1  523
    +#>  [524,]    1  524
    +#>  [525,]    1  525
    +#>  [526,]    1  526
    +#>  [527,]    1  527
    +#>  [528,]    1  528
    +#>  [529,]    1  529
    +#>  [530,]    1  530
    +#>  [531,]    1  531
    +#>  [532,]    1  532
    +#>  [533,]    1  533
    +#>  [534,]    1  534
    +#>  [535,]    1  535
    +#>  [536,]    1  536
    +#>  [537,]    1  537
    +#>  [538,]    1  538
    +#>  [539,]    1  539
    +#>  [540,]    1  540
    +#>  [541,]    1  541
    +#>  [542,]    1  542
    +#>  [543,]    1  543
    +#>  [544,]    1  544
    +#>  [545,]    1  545
    +#>  [546,]    1  546
    +#>  [547,]    1  547
    +#>  [548,]    1  548
    +#>  [549,]    1  549
    +#>  [550,]    1  550
    +#>  [551,]    1  551
    +#>  [552,]    1  552
    +#>  [553,]    1  553
    +#>  [554,]    1  554
    +#>  [555,]    1  555
    +#>  [556,]    1  556
    +#>  [557,]    1  557
    +#>  [558,]    1  558
    +#>  [559,]    1  559
    +#>  [560,]    1  560
    +#>  [561,]    1  561
    +#>  [562,]    1  562
    +#>  [563,]    1  563
    +#>  [564,]    1  564
    +#>  [565,]    1  565
    +#>  [566,]    1  566
    +#>  [567,]    1  567
    +#>  [568,]    1  568
    +#>  [569,]    1  569
    +#>  [570,]    1  570
    +#>  [571,]    1  571
    +#>  [572,]    1  572
    +#>  [573,]    1  573
    +#>  [574,]    1  574
    +#>  [575,]    1  575
    +#>  [576,]    1  576
    +#>  [577,]    1  577
    +#>  [578,]    1  578
    +#>  [579,]    1  579
    +#>  [580,]    1  580
    +#>  [581,]    1  581
    +#>  [582,]    1  582
    +#>  [583,]    1  583
    +#>  [584,]    1  584
    +#>  [585,]    1  585
    +#>  [586,]    1  586
    +#>  [587,]    1  587
    +#>  [588,]    1  588
    +#>  [589,]    1  589
    +#>  [590,]    1  590
    +#>  [591,]    1  591
    +#>  [592,]    1  592
    +#>  [593,]    1  593
    +#>  [594,]    1  594
    +#>  [595,]    1  595
    +#>  [596,]    1  596
    +#>  [597,]    1  597
    +#>  [598,]    1  598
    +#>  [599,]    1  599
    +#>  [600,]    1  600
    +#>  [601,]    1  601
    +#>  [602,]    1  602
    +#>  [603,]    1  603
    +#>  [604,]    1  604
    +#>  [605,]    1  605
    +#>  [606,]    1  606
    +#>  [607,]    1  607
    +#>  [608,]    1  608
    +#>  [609,]    1  609
    +#>  [610,]    1  610
    +#>  [611,]    1  611
    +#>  [612,]    1  612
    +#>  [613,]    1  613
    +#>  [614,]    1  614
    +#>  [615,]    1  615
    +#>  [616,]    1  616
    +#>  [617,]    1  617
    +#>  [618,]    1  618
    +#>  [619,]    1  619
    +#>  [620,]    1  620
    +#>  [621,]    1  621
    +#>  [622,]    1  622
    +#>  [623,]    1  623
    +#>  [624,]    1  624
    +#>  [625,]    1  625
    +#>  [626,]    1  626
    +#>  [627,]    1  627
    +#>  [628,]    1  628
    +#>  [629,]    1  629
    +#>  [630,]    1  630
    +#>  [631,]    1  631
    +#>  [632,]    1  632
    +#>  [633,]    1  633
    +#>  [634,]    1  634
    +#>  [635,]    1  635
    +#>  [636,]    1  636
    +#>  [637,]    1  637
    +#>  [638,]    1  638
    +#>  [639,]    1  639
    +#>  [640,]    1  640
    +#>  [641,]    1  641
    +#>  [642,]    1  642
    +#>  [643,]    1  643
    +#>  [644,]    1  644
    +#>  [645,]    1  645
    +#>  [646,]    1  646
    +#>  [647,]    1  647
    +#>  [648,]    1  648
    +#>  [649,]    1  649
    +#>  [650,]    1  650
    +#>  [651,]    1  651
    +#>  [652,]    1  652
    +#>  [653,]    1  653
    +#>  [654,]    1  654
    +#>  [655,]    1  655
    +#>  [656,]    1  656
    +#>  [657,]    1  657
    +#>  [658,]    1  658
    +#>  [659,]    1  659
    +#>  [660,]    1  660
    +#>  [661,]    1  661
    +#>  [662,]    1  662
    +#>  [663,]    1  663
    +#>  [664,]    1  664
    +#>  [665,]    1  665
    +#>  [666,]    1  666
    +#>  [667,]    1  667
    +#>  [668,]    1  668
    +#>  [669,]    1  669
    +#>  [670,]    1  670
    +#>  [671,]    1  671
    +#>  [672,]    1  672
    +#>  [673,]    1  673
    +#>  [674,]    1  674
    +#>  [675,]    1  675
    +#>  [676,]    1  676
    +#>  [677,]    1  677
    +#>  [678,]    1  678
    +#>  [679,]    1  679
    +#>  [680,]    1  680
    +#>  [681,]    1  681
    +#>  [682,]    1  682
    +#>  [683,]    1  683
    +#>  [684,]    1  684
    +#>  [685,]    1  685
    +#>  [686,]    1  686
    +#>  [687,]    1  687
    +#>  [688,]    1  688
    +#>  [689,]    1  689
    +#>  [690,]    1  690
    +#>  [691,]    1  691
    +#>  [692,]    1  692
    +#>  [693,]    1  693
    +#>  [694,]    1  694
    +#>  [695,]    1  695
    +#>  [696,]    1  696
    +#>  [697,]    1  697
    +#>  [698,]    1  698
    +#>  [699,]    1  699
    +#>  [700,]    1  700
    +#>  [701,]    1  701
    +#>  [702,]    1  702
    +#>  [703,]    1  703
    +#>  [704,]    1  704
    +#>  [705,]    1  705
    +#>  [706,]    1  706
    +#>  [707,]    1  707
    +#>  [708,]    1  708
    +#>  [709,]    1  709
    +#>  [710,]    1  710
    +#>  [711,]    1  711
    +#>  [712,]    1  712
    +#>  [713,]    1  713
    +#>  [714,]    1  714
    +#>  [715,]    1  715
    +#>  [716,]    1  716
    +#>  [717,]    1  717
    +#>  [718,]    1  718
    +#>  [719,]    1  719
    +#>  [720,]    1  720
    +#>  [721,]    1  721
    +#>  [722,]    1  722
    +#>  [723,]    1  723
    +#>  [724,]    1  724
    +#>  [725,]    1  725
    +#>  [726,]    1  726
    +#>  [727,]    1  727
    +#>  [728,]    1  728
    +#>  [729,]    1  729
    +#>  [730,]    1  730
    +#>  [731,]    1  731
    +#>  [732,]    1  732
    +#>  [733,]    1  733
    +#>  [734,]    1  734
    +#>  [735,]    1  735
    +#>  [736,]    1  736
    +#>  [737,]    1  737
    +#>  [738,]    1  738
    +#>  [739,]    1  739
    +#>  [740,]    1  740
    +#>  [741,]    1  741
    +#>  [742,]    1  742
    +#>  [743,]    1  743
    +#>  [744,]    1  744
    +#>  [745,]    1  745
    +#>  [746,]    1  746
    +#>  [747,]    1  747
    +#>  [748,]    1  748
    +#>  [749,]    1  749
    +#>  [750,]    1  750
    +#>  [751,]    1  751
    +#>  [752,]    1  752
    +#>  [753,]    1  753
    +#>  [754,]    1  754
    +#>  [755,]    1  755
    +#>  [756,]    1  756
    +#>  [757,]    1  757
    +#>  [758,]    1  758
    +#>  [759,]    1  759
    +#>  [760,]    1  760
    +#>  [761,]    1  761
    +#>  [762,]    1  762
    +#>  [763,]    1  763
    +#>  [764,]    1  764
    +#>  [765,]    1  765
    +#>  [766,]    1  766
    +#>  [767,]    1  767
    +#>  [768,]    1  768
    +#>  [769,]    1  769
    +#>  [770,]    1  770
    +#>  [771,]    1  771
    +#>  [772,]    1  772
    +#>  [773,]    1  773
    +#>  [774,]    1  774
    +#>  [775,]    1  775
    +#>  [776,]    1  776
    +#>  [777,]    1  777
    +#>  [778,]    1  778
    +#>  [779,]    1  779
    +#>  [780,]    1  780
    +#>  [781,]    1  781
    +#>  [782,]    1  782
    +#>  [783,]    1  783
    +#>  [784,]    1  784
    +#>  [785,]    1  785
    +#>  [786,]    1  786
    +#>  [787,]    1  787
    +#>  [788,]    1  788
    +#>  [789,]    1  789
    +#>  [790,]    1  790
    +#>  [791,]    1  791
    +#>  [792,]    1  792
    +#>  [793,]    1  793
    +#>  [794,]    1  794
    +#>  [795,]    1  795
    +#>  [796,]    1  796
    +#>  [797,]    1  797
    +#>  [798,]    1  798
    +#>  [799,]    1  799
    +#>  [800,]    1  800
    +#>  [801,]    1  801
    +#>  [802,]    1  802
    +#>  [803,]    1  803
    +#>  [804,]    1  804
    +#>  [805,]    1  805
    +#>  [806,]    1  806
    +#>  [807,]    1  807
    +#>  [808,]    1  808
    +#>  [809,]    1  809
    +#>  [810,]    1  810
    +#>  [811,]    1  811
    +#>  [812,]    1  812
    +#>  [813,]    1  813
    +#>  [814,]    1  814
    +#>  [815,]    1  815
    +#>  [816,]    1  816
    +#>  [817,]    1  817
    +#>  [818,]    1  818
    +#>  [819,]    1  819
    +#>  [820,]    1  820
    +#>  [821,]    1  821
    +#>  [822,]    1  822
    +#>  [823,]    1  823
    +#>  [824,]    1  824
    +#>  [825,]    1  825
    +#>  [826,]    1  826
    +#>  [827,]    1  827
    +#>  [828,]    1  828
    +#>  [829,]    1  829
    +#>  [830,]    1  830
    +#>  [831,]    1  831
    +#>  [832,]    1  832
    +#>  [833,]    1  833
    +#>  [834,]    1  834
    +#>  [835,]    1  835
    +#>  [836,]    1  836
    +#>  [837,]    1  837
    +#>  [838,]    1  838
    +#>  [839,]    1  839
    +#>  [840,]    1  840
    +#>  [841,]    1  841
    +#>  [842,]    1  842
    +#>  [843,]    1  843
    +#>  [844,]    1  844
    +#>  [845,]    1  845
    +#>  [846,]    1  846
    +#>  [847,]    1  847
    +#>  [848,]    1  848
    +#>  [849,]    1  849
    +#>  [850,]    1  850
    +#>  [851,]    1  851
    +#>  [852,]    1  852
    +#>  [853,]    1  853
    +#>  [854,]    1  854
    +#>  [855,]    1  855
    +#>  [856,]    1  856
    +#>  [857,]    1  857
    +#>  [858,]    1  858
    +#>  [859,]    1  859
    +#>  [860,]    1  860
    +#>  [861,]    1  861
    +#>  [862,]    1  862
    +#>  [863,]    1  863
    +#>  [864,]    1  864
    +#>  [865,]    1  865
    +#>  [866,]    1  866
    +#>  [867,]    1  867
    +#>  [868,]    1  868
    +#>  [869,]    1  869
    +#>  [870,]    1  870
    +#>  [871,]    1  871
    +#>  [872,]    1  872
    +#>  [873,]    1  873
    +#>  [874,]    1  874
    +#>  [875,]    1  875
    +#>  [876,]    1  876
    +#>  [877,]    1  877
    +#>  [878,]    1  878
    +#>  [879,]    1  879
    +#>  [880,]    1  880
    +#>  [881,]    1  881
    +#>  [882,]    1  882
    +#>  [883,]    1  883
    +#>  [884,]    1  884
    +#>  [885,]    1  885
    +#>  [886,]    1  886
    +#>  [887,]    1  887
    +#>  [888,]    1  888
    +#>  [889,]    1  889
    +#>  [890,]    1  890
    +#>  [891,]    1  891
    +#>  [892,]    1  892
    +#>  [893,]    1  893
    +#>  [894,]    1  894
    +#>  [895,]    1  895
    +#>  [896,]    1  896
    +#>  [897,]    1  897
    +#>  [898,]    1  898
    +#>  [899,]    1  899
    +#>  [900,]    1  900
    +#>  [901,]    1  901
    +#>  [902,]    1  902
    +#>  [903,]    1  903
    +#>  [904,]    1  904
    +#>  [905,]    1  905
    +#>  [906,]    1  906
    +#>  [907,]    1  907
    +#>  [908,]    1  908
    +#>  [909,]    1  909
    +#>  [910,]    1  910
    +#>  [911,]    1  911
    +#>  [912,]    1  912
    +#>  [913,]    1  913
    +#>  [914,]    1  914
    +#>  [915,]    1  915
    +#>  [916,]    1  916
    +#>  [917,]    1  917
    +#>  [918,]    1  918
    +#>  [919,]    1  919
    +#>  [920,]    1  920
    +#>  [921,]    1  921
    +#>  [922,]    1  922
    +#>  [923,]    1  923
    +#>  [924,]    1  924
    +#>  [925,]    1  925
    +#>  [926,]    1  926
    +#>  [927,]    1  927
    +#>  [928,]    1  928
    +#>  [929,]    1  929
    +#>  [930,]    1  930
    +#>  [931,]    1  931
    +#>  [932,]    1  932
    +#>  [933,]    1  933
    +#>  [934,]    1  934
    +#>  [935,]    1  935
    +#>  [936,]    1  936
    +#>  [937,]    1  937
    +#>  [938,]    1  938
    +#>  [939,]    1  939
    +#>  [940,]    1  940
    +#>  [941,]    1  941
    +#>  [942,]    1  942
    +#>  [943,]    1  943
    +#>  [944,]    1  944
    +#>  [945,]    1  945
    +#>  [946,]    1  946
    +#>  [947,]    1  947
    +#>  [948,]    1  948
    +#>  [949,]    1  949
    +#>  [950,]    1  950
    +#>  [951,]    1  951
    +#>  [952,]    1  952
    +#>  [953,]    1  953
    +#>  [954,]    1  954
    +#>  [955,]    1  955
    +#>  [956,]    1  956
    +#>  [957,]    1  957
    +#>  [958,]    1  958
    +#>  [959,]    1  959
    +#>  [960,]    1  960
    +#>  [961,]    1  961
    +#>  [962,]    1  962
    +#>  [963,]    1  963
    +#>  [964,]    1  964
    +#>  [965,]    1  965
    +#>  [966,]    1  966
    +#>  [967,]    1  967
    +#>  [968,]    1  968
    +#>  [969,]    1  969
    +#>  [970,]    1  970
    +#>  [971,]    1  971
    +#>  [972,]    1  972
    +#>  [973,]    1  973
    +#>  [974,]    1  974
    +#>  [975,]    1  975
    +#>  [976,]    1  976
    +#>  [977,]    1  977
    +#>  [978,]    1  978
    +#>  [979,]    1  979
    +#>  [980,]    1  980
    +#>  [981,]    1  981
    +#>  [982,]    1  982
    +#>  [983,]    1  983
    +#>  [984,]    1  984
    +#>  [985,]    1  985
    +#>  [986,]    1  986
    +#>  [987,]    1  987
    +#>  [988,]    1  988
    +#>  [989,]    1  989
    +#>  [990,]    1  990
    +#>  [991,]    1  991
    +#>  [992,]    1  992
    +#>  [993,]    1  993
    +#>  [994,]    1  994
    +#>  [995,]    1  995
    +#>  [996,]    1  996
    +#>  [997,]    1  997
    +#>  [998,]    1  998
    +#>  [999,]    1  999
    +#> [1000,]    1 1000
    +#> attr(,"beta")
    +#>         [,1]
    +#> beta_0  2.50
    +#> beta_1 -0.01
    +#> attr(,"inv_link")
    +#> function (q, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE) 
    +#> .Call(C_plogis, q, location, scale, lower.tail, log.p)
    +#> <bytecode: 0x7fb9a83e2970>
    +#> <environment: namespace:stats>
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_hr-1.png b/docs/reference/get_hr-1.png index 92846dc..c7608db 100644 Binary files a/docs/reference/get_hr-1.png and b/docs/reference/get_hr-1.png differ diff --git a/docs/reference/get_hr-2.png b/docs/reference/get_hr-2.png index b865fb1..f1b4fae 100644 Binary files a/docs/reference/get_hr-2.png and b/docs/reference/get_hr-2.png differ diff --git a/docs/reference/get_hr-3.png b/docs/reference/get_hr-3.png index 538eead..7aa5351 100644 Binary files a/docs/reference/get_hr-3.png and b/docs/reference/get_hr-3.png differ diff --git a/docs/reference/get_hr-4.png b/docs/reference/get_hr-4.png index b036c29..20acb03 100644 Binary files a/docs/reference/get_hr-4.png and b/docs/reference/get_hr-4.png differ diff --git a/docs/reference/get_hr.html b/docs/reference/get_hr.html index 37a597a..6196bb8 100644 --- a/docs/reference/get_hr.html +++ b/docs/reference/get_hr.html @@ -1,67 +1,12 @@ - - - - - - - -Get animal `home ranges' — get_hr • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Get animal `home ranges' — get_hr • flapper - + + - - - -
    -
    - -
    - -
    +
    -

    These functions extract `home range' estimates from raster objects that describe the intensity of movements within an area (from example from pf_kud).

    +

    These functions extract `home range' estimates from SpatRaster (or raster) objects that describe the intensity of movements within an area (from example from pf_kud).

    -
    get_hr_prop(
    -  x,
    -  prop = 0.5,
    -  plot = TRUE,
    -  add_raster = list(),
    -  add_contour = list(),
    -  ...
    -)
    -
    -get_hr_core(x, plot = TRUE, add_raster = list(), add_contour = list(), ...)
    -
    -get_hr_home(x, plot = TRUE, add_raster = list(), add_contour = list(), ...)
    -
    -get_hr_full(x, plot = TRUE, add_raster = list(), add_contour = list(), ...)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - -
    x

    A raster of the utilisation distribution (UD).

    prop

    For get_hr_prop, prop is a number that defines the home range proportion.

    plot

    A logical variable that defines whether or not to plot the home range.

    add_raster, add_contour, ...

    Plot customisation options. add_raster is a named list of arguments to customise the home range surface that is passed to pretty_map. ... are additional arguments passed to pretty_map. add_contour is a named list of arguments passed to contour that is called afterwards.

    - -

    Value

    - -

    The functions return a raster. Cells with a value of one are inside the specified range boundaries; cells with a value of zero are beyond range boundaries.

    -

    Details

    - -

    Animal home ranges are widely quantified as `the smallest subregion that accounts for a specified proportion, p, of [the animal's] total distribution' (Jennrich and Turner 1969, page 232). In line with this approach, get_hr_prop extracts the region within a frequency distribution of space use (i.e., UD) that is enclosed by a specified proportion (prop) contour. Following the most widely used adopted conventions, three additional wrapper functions facilitate the extraction of core, home and full ranges:

      -
    • get_hr_core extracts the `core range' as the region enclosed by the 50 percent contour of the UD (prop = 0.50);

    • -
    • get_hr_home extracts the `home range' as the 95 percent contour of the UD (prop = 0.95);

    • -
    • get_hr_full extracts the `full' range as the boundaries of the UD (prop = 1.00);

    • -
    +
    +
    get_hr_prop(
    +  x,
    +  prop = 0.5,
    +  plot = TRUE,
    +  add_raster = list(),
    +  add_contour = list(),
    +  ...
    +)
    +
    +get_hr_core(x, plot = TRUE, add_raster = list(), add_contour = list(), ...)
    +
    +get_hr_home(x, plot = TRUE, add_raster = list(), add_contour = list(), ...)
    +
    +get_hr_full(x, plot = TRUE, add_raster = list(), add_contour = list(), ...)
    +
    -

    These functions are simple wrappers for raster.vol. They differ from functions in the adehabitatHR package (namely getverticeshr) in that they are designed to input and output raster objects.

    -

    References

    +
    +

    Arguments

    +
    x
    +

    A SpatRaster (or a raster) of the utilisation distribution (UD).

    -

    Jennrich, R. I. and Turner, F. B. (1969). Measurement of non-circular home range. Journal of Theoretical Biology, 22, 227--237.

    -

    Author

    +
    prop
    +

    For get_hr_prop, prop is a number that defines the home range proportion.

    + + +
    plot
    +

    A logical variable that defines whether or not to plot the home range.

    + + +
    add_raster, add_contour, ...
    +

    Plot customisation options. add_raster is a named list of arguments to customise the home range surface that is passed to pretty_map. ... are additional arguments passed to pretty_map. add_contour is a named list of arguments passed to contour that is called afterwards.

    + +
    +
    +

    Value

    + + +

    The functions return a raster. Cells with a value of one are inside the specified range boundaries; cells with a value of zero are beyond range boundaries.

    +
    +
    +

    Details

    +

    Animal home ranges are widely quantified as `the smallest subregion that accounts for a specified proportion, p, of [the animal's] total distribution' (Jennrich and Turner 1969, page 232). In line with this approach, get_hr_prop extracts the region within a frequency distribution of space use (i.e., UD) that is enclosed by a specified proportion (prop) contour. Following the most widely used adopted conventions, three additional wrapper functions facilitate the extraction of core, home and full ranges:

    • get_hr_core extracts the `core range' as the region enclosed by the 50 percent contour of the UD (prop = 0.50);

    • +
    • get_hr_home extracts the `home range' as the 95 percent contour of the UD (prop = 0.95);

    • +
    • get_hr_full extracts the `full' range as the boundaries of the UD (prop = 1.00);

    • +

    These functions are simple wrappers for raster.vol. They differ from functions in the adehabitatHR package (namely getverticeshr) in that they are designed to input and output raster objects.

    +
    +
    +

    References

    +

    Jennrich, R. I. and Turner, F. B. (1969). Measurement of non-circular home range. Journal of Theoretical Biology, 22, 227--237.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define an example UD -# We will use particles sampled by a particle filtering algorithm -# ... to create a UD: -particles <- pf_simplify(dat_dcpf_histories, - summarise_pr = max, - return = "archive") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:04:18)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... ... Processing connected cells for return = 'archive'... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:04:18) after ~0 minutes.
    # Define grids for UD estimation -map <- dat_dcpf_histories$args$bathy -habitat <- kud_habitat(map, plot = FALSE) -# Define UD as a raster -ud <- pf_kud_2(particles, - bathy = map, grid = habitat, - estimate_ud = kud_around_coastline, - plot = FALSE) -
    #> flapper::pf_kud_2() called (@ 2022-06-17 10:04:18)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Implementing KUD estimation... -#> ... Processing KUD(s)... -#> ... Plotting KUD... -#> ... flapper::pf_kud_2() call completed (@ 2022-06-17 10:04:18) after ~0 minutes.
    -#### Plot UD and home range estimators -pp <- par(mfrow = c(2, 2)) -prettyGraphics::pretty_map(add_rasters = list(x = ud), main = "UD") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    get_hr_full(ud, main = "Full range") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> The minimum and maximum values on the raster are the same: z-limits adjusted by +/- 5 per cent.
    #> Warning: all z values are equal
    get_hr_home(ud, main = "Home range") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    get_hr_core(ud, main = "Core range") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    par(pp) - -#### Extract custom ranges with get_hr_prop() -get_hr_prop(ud, prop = 0.25) -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    get_hr_prop(ud, prop = 0.10) -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    get_hr_prop(ud, prop = 0.05) -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    -
    +
    +

    Examples

    +
    #### Define an example UD
    +# We will use particles sampled by a particle filtering algorithm
    +# ... to create a UD:
    +particles <- pf_simplify(dat_dcpf_histories,
    +                         summarise_pr = max,
    +                         return = "archive")
    +#> flapper::pf_simplify() called (@ 2023-02-19 14:59:38)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... ... Processing connected cells for return = 'archive'... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 14:59:39) after ~0.01 minutes. 
    +# Define grids for UD estimation
    +map       <- dat_dcpf_histories$args$bathy
    +habitat   <- kud_habitat(map, plot = FALSE)
    +# Define UD as a raster
    +ud        <- pf_kud_2(particles,
    +                      bathy = map, grid = habitat,
    +                      estimate_ud = kud_around_coastline,
    +                      plot = FALSE)
    +#> flapper::pf_kud_2() called (@ 2023-02-19 14:59:39)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Implementing KUD estimation... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> ... flapper::pf_kud_2() call completed (@ 2023-02-19 14:59:39) after ~0 minutes. 
    +
    +#### Plot UD and home range estimators
    +pp <- par(mfrow = c(2, 2))
    +prettyGraphics::pretty_map(add_rasters = list(x = ud), main = "UD")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +get_hr_full(ud, main = "Full range")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> The minimum and maximum values on the raster are the same: z-limits adjusted by +/- 5 per cent.
    +#> Warning: all z values are equal
    +get_hr_home(ud, main = "Home range")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +get_hr_core(ud, main = "Core range")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +par(pp)
    +
    +#### Extract custom ranges with get_hr_prop()
    +get_hr_prop(ud, prop = 0.25)
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +get_hr_prop(ud, prop = 0.10)
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +get_hr_prop(ud, prop = 0.05)
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/get_id_rec_overlap.html b/docs/reference/get_id_rec_overlap.html index 46c6280..f9a42c0 100644 --- a/docs/reference/get_id_rec_overlap.html +++ b/docs/reference/get_id_rec_overlap.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the overlap between individuals' time at liberty and receivers' operational periods — get_id_rec_overlap • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the overlap between individuals' time at liberty and receivers' operational periods — get_id_rec_overlap • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,111 +65,112 @@

    Calculate the overlap between individuals' time at liberty and receivers' op

    This function calculates the duration of the overlap (in days) between individuals' time at liberty and receivers' operational periods. To implement this function, a dataframe with individual deployment periods and another with receiver deployment periods must be specified. The duration of the overlap between these intervals can be calculated for all combinations of individuals and receivers within these two dataframes, for all combinations of specified individuals and receivers, or for specific individual/receiver pairs. The function returns a dataframe of the overlap duration for these individual/receiver combinations or a vector of values that is matched against another dataframe.

    -
    get_id_rec_overlap(
    -  ids,
    -  moorings,
    -  individual_id = NULL,
    -  receiver_id = NULL,
    -  type = 1L,
    -  match_to = NULL
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ids

    A dataframe that defines individual deployment periods. This must contain a column that defines individual IDs (named `individual_id') and the time of tagging (named `tag_start_date') and time of tag retrieval (`tag_end_date') (see dat_ids for an example).

    moorings

    A dataframe that defines receiver deployment periods. This must contain a column that defines receiver IDs (named `receiver_id') and the time of receiver deployment (named `receiver_start_date') and retrieval (named `receiver_end_date') (see dat_moorings for an example).

    individual_id

    (optional) A vector of individuals for which to calculate overlap duration.

    receiver_id

    (optional) A vector of receivers for which to calculate overlap duration.

    type

    If both individual_id and receiver_id are specified, then type is an integer that defines whether or not to calculate overlap duration for (a) each individual/receiver pair (type = 1L) or (b) all combinations of specified individuals/receivers (type = 2L).

    match_to

    (optional) A dataframe against which to match the calculated overlap duration(s). This must contain an `individual_id' and `receiver_id' column, as in ids and moorings respectively. If supplied, an integer vector of overlap durations for individual/receiver combinations, matched against the individuals/receivers in this dataframe, is returned (see also Value).

    - -

    Value

    - -

    The function returns a dataframe with the deployment overlap duration for specific or all combinations of individuals and receivers, with the `individual_id', `receiver_id', `tag_start_date', `tag_end_date', `receiver_start_date' and `receiver_end_date' columns retained, plus `tag_interval' and `receiver_interval' columns that define individual and receiver deployment periods as Interval-class objects. The `id_rec_overlap' column defines the temporal overlap (days). Alternatively, if match_to is supplied, a vector of overlap durations that matches each individual/receiver observation in that dataframe is returned.

    -

    Author

    +
    +
    get_id_rec_overlap(
    +  ids,
    +  moorings,
    +  individual_id = NULL,
    +  receiver_id = NULL,
    +  type = 1L,
    +  match_to = NULL
    +)
    +
    + +
    +

    Arguments

    +
    ids
    +

    A dataframe that defines individual deployment periods. This must contain a column that defines individual IDs (named `individual_id') and the time of tagging (named `tag_start_date') and time of tag retrieval (`tag_end_date') (see dat_ids for an example).

    + + +
    moorings
    +

    A dataframe that defines receiver deployment periods. This must contain a column that defines receiver IDs (named `receiver_id') and the time of receiver deployment (named `receiver_start_date') and retrieval (named `receiver_end_date') (see dat_moorings for an example).

    + + +
    individual_id
    +

    (optional) A vector of individuals for which to calculate overlap duration.

    + +
    receiver_id
    +

    (optional) A vector of receivers for which to calculate overlap duration.

    + + +
    type
    +

    If both individual_id and receiver_id are specified, then type is an integer that defines whether or not to calculate overlap duration for (a) each individual/receiver pair (type = 1L) or (b) all combinations of specified individuals/receivers (type = 2L).

    + + +
    match_to
    +

    (optional) A dataframe against which to match the calculated overlap duration(s). This must contain an `individual_id' and `receiver_id' column, as in ids and moorings respectively. If supplied, an integer vector of overlap durations for individual/receiver combinations, matched against the individuals/receivers in this dataframe, is returned (see also Value).

    + +
    +
    +

    Value

    + + +

    The function returns a dataframe with the deployment overlap duration for specific or all combinations of individuals and receivers, with the `individual_id', `receiver_id', `tag_start_date', `tag_end_date', `receiver_start_date' and `receiver_end_date' columns retained, plus `tag_interval' and `receiver_interval' columns that define individual and receiver deployment periods as Interval-class objects. The `id_rec_overlap' column defines the temporal overlap (days). Alternatively, if match_to is supplied, a vector of overlap durations that matches each individual/receiver observation in that dataframe is returned.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Prepare data to include required columns -# moorings requires 'receiver_id', 'receiver_start_date' and 'receiver_end_date' -# ids requires 'individual_id', 'tag_start_date' and 'tag_end_date' -# These columns are already supplied in the example datasets -# ... except tag_end_date: -dat_ids$tag_end_date <- as.Date("2017-06-05") - -#### Example (1): Temporal overlap between all combinations -# ... of individuals and receivers -dat <- get_id_rec_overlap(dat_ids, dat_moorings) - -#### Example (2): Temporal overlap between all combinations of specified -#... individuals/receivers -dat <- get_id_rec_overlap(dat_ids, - dat_moorings, - individual_id = c(25, 26), - receiver_id = c(3, 4), - type = 2L) - -#### Example (3): Temporal overlap between specified individual/receiver pairs -dat <- get_id_rec_overlap(dat_ids, - dat_moorings, - individual_id = c(25, 26), - receiver_id = c(3, 4), - type = 1L) - -#### Example (4): Match temporal overlap to another dataframe -dat_acoustics$get_id_rec_overlap <- - get_id_rec_overlap(dat_ids, - dat_moorings, - match_to = dat_acoustics, - type = 1L) - -
    +
    +

    Examples

    +
    #### Prepare data to include required columns
    +# moorings requires 'receiver_id', 'receiver_start_date' and 'receiver_end_date'
    +# ids requires 'individual_id', 'tag_start_date' and 'tag_end_date'
    +# These columns are already supplied in the example datasets
    +# ... except tag_end_date:
    +dat_ids$tag_end_date <- as.Date("2017-06-05")
    +
    +#### Example (1): Temporal overlap between all combinations
    +# ... of individuals and receivers
    +dat <- get_id_rec_overlap(dat_ids, dat_moorings)
    +
    +#### Example (2): Temporal overlap between all combinations of specified
    +#... individuals/receivers
    +dat <- get_id_rec_overlap(dat_ids,
    +                          dat_moorings,
    +                          individual_id = c(25, 26),
    +                          receiver_id = c(3, 4),
    +                          type = 2L)
    +
    +#### Example (3): Temporal overlap between specified individual/receiver pairs
    +dat <- get_id_rec_overlap(dat_ids,
    +                          dat_moorings,
    +                          individual_id = c(25, 26),
    +                          receiver_id = c(3, 4),
    +                          type = 1L)
    +
    +#### Example (4): Match temporal overlap to another dataframe
    +dat_acoustics$get_id_rec_overlap <-
    +  get_id_rec_overlap(dat_ids,
    +                     dat_moorings,
    +                     match_to = dat_acoustics,
    +                     type = 1L)
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_intersection-1.png b/docs/reference/get_intersection-1.png index bb32448..894d060 100644 Binary files a/docs/reference/get_intersection-1.png and b/docs/reference/get_intersection-1.png differ diff --git a/docs/reference/get_intersection-2.png b/docs/reference/get_intersection-2.png index 8afecd4..4c4c66f 100644 Binary files a/docs/reference/get_intersection-2.png and b/docs/reference/get_intersection-2.png differ diff --git a/docs/reference/get_intersection-3.png b/docs/reference/get_intersection-3.png index 8226922..3aa1d49 100644 Binary files a/docs/reference/get_intersection-3.png and b/docs/reference/get_intersection-3.png differ diff --git a/docs/reference/get_intersection-4.png b/docs/reference/get_intersection-4.png index 616366e..d39ed27 100644 Binary files a/docs/reference/get_intersection-4.png and b/docs/reference/get_intersection-4.png differ diff --git a/docs/reference/get_intersection.html b/docs/reference/get_intersection.html index ebc8ae1..eef3644 100644 --- a/docs/reference/get_intersection.html +++ b/docs/reference/get_intersection.html @@ -1,67 +1,12 @@ - - - - - - - -Spatial intersections with one or more geometries — get_intersection • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Spatial intersections with one or more geometries — get_intersection • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function is a wrapper for gIntersection that extracts the intersection between inputted geometries. Unlike gIntersection, the function requires geometries to be specified as a list. The intersections between all (one or more) specified geometries, excluding NULL elements, are returned.

    +

    This function is a wrapper for gIntersection that extracts the intersection between inputted geometries. Unlike gIntersection, the function requires geometries to be specified as a list. The intersections between all (one or more) specified geometries, excluding NULL elements, are returned.

    -
    get_intersection(x, ...)
    +
    +
    get_intersection(x, ...)
    +
    -

    Arguments

    - - - - - - - - - - -
    x

    A list of Spatial* geometries supported by gIntersection. If x is a list with a single Spatial* element, that element is simply returned. If x is a list with two Spatial* elements, gIntersection is implemented directly to obtain the intersection. If x is a list with more than two Spatial* elements, gIntersection is implemented iteratively, effectively intersecting all geometries. NULL elements are ignored.

    ...

    Arguments passed to gIntersection.

    +
    +

    Arguments

    +
    x
    +

    A list of Spatial* geometries supported by gIntersection. If x is a list with a single Spatial* element, that element is simply returned. If x is a list with two Spatial* elements, gIntersection is implemented directly to obtain the intersection. If x is a list with more than two Spatial* elements, gIntersection is implemented iteratively, effectively intersecting all geometries. NULL elements are ignored.

    -

    Value

    -

    The function returns a Spatial* object of the intersection between all inputted geometries.

    -

    See also

    +
    ...
    +

    Arguments passed to gIntersection.

    - -

    Author

    +
    +
    +

    Value

    + +

    The function returns a Spatial* object of the intersection between all inputted geometries.

    +
    +
    +

    See also

    + +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    ## Define raster parameters (for sampling/plotting) -set.seed(1) -n <- raster::ncell(dat_gebco) -xy <- raster::coordinates(dat_gebco) -utm <- raster::crs(dat_gebco) -cols <- c("black", "red", "orange", "green", lwd = 2) -col_int <- scales::alpha("dimgrey", 0.5) - -## Define example polygons -n_poly <- 4 -polys <- lapply(1:n_poly, function(i){ - xy_i <- xy[sample(1:n, 1), , drop = FALSE] - xy_i <- sp::SpatialPoints(xy_i, utm) - xy_i_buf <- rgeos::gBuffer(xy_i, width = 10000) - return(xy_i_buf) -}) - -#### Example (1): Define intersections between multiple (here, four) polygons -# Plot area with polygons -raster::plot(dat_gebco) -
    lapply(1:length(polys), function(i) raster::lines(polys[[i]], col = cols[i])) -
    #> [[1]] -#> [[1]][[1]] -#> [[1]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[2]] -#> [[2]][[1]] -#> [[2]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[3]] -#> [[3]][[1]] -#> [[3]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[4]] -#> [[4]][[1]] -#> [[4]][[1]][[1]] -#> NULL -#> -#> -#>
    # Get intersection and add -int <- get_intersection(polys) -raster::plot(int, add = TRUE, col = col_int) -
    -#### Example (2): Define intersections between fewer polygons -raster::plot(dat_gebco) -
    lapply(1:length(polys), function(i) raster::lines(polys[[i]], col = cols[i])) -
    #> [[1]] -#> [[1]][[1]] -#> [[1]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[2]] -#> [[2]][[1]] -#> [[2]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[3]] -#> [[3]][[1]] -#> [[3]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[4]] -#> [[4]][[1]] -#> [[4]][[1]][[1]] -#> NULL -#> -#> -#>
    raster::plot(get_intersection(polys[1:3]), add = TRUE, col = col_int) -
    raster::plot(get_intersection(list(polys[[1]], polys[[3]])), add = TRUE, col = col_int) -
    -#### Example (3): The function can handle a single element -raster::plot(dat_gebco) -
    lapply(1:length(polys), function(i) raster::lines(polys[[i]], col = cols[i])) -
    #> [[1]] -#> [[1]][[1]] -#> [[1]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[2]] -#> [[2]][[1]] -#> [[2]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[3]] -#> [[3]][[1]] -#> [[3]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[4]] -#> [[4]][[1]] -#> [[4]][[1]][[1]] -#> NULL -#> -#> -#>
    raster::plot(get_intersection(polys[1]), add = TRUE, col = col_int) -
    -#### Example (4): The function can handle NULL elements -raster::plot(dat_gebco) -
    lapply(1:length(polys), function(i) raster::lines(polys[[i]], col = cols[i])) -
    #> [[1]] -#> [[1]][[1]] -#> [[1]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[2]] -#> [[2]][[1]] -#> [[2]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[3]] -#> [[3]][[1]] -#> [[3]][[1]][[1]] -#> NULL -#> -#> -#> -#> [[4]] -#> [[4]][[1]] -#> [[4]][[1]][[1]] -#> NULL -#> -#> -#>
    raster::plot(get_intersection(list(polys[[1]], NULL, NULL, polys[[4]])), - add = TRUE, col = col_int) -
    -
    +
    +

    Examples

    +
    ## Define raster parameters (for sampling/plotting)
    +set.seed(1)
    +n        <- raster::ncell(dat_gebco)
    +xy       <- raster::coordinates(dat_gebco)
    +utm      <- raster::crs(dat_gebco)
    +cols     <- c("black", "red", "orange", "green", lwd = 2)
    +col_int  <- scales::alpha("dimgrey", 0.5)
    +
    +## Define example polygons
    +n_poly <- 4
    +polys <- lapply(1:n_poly, function(i){
    +  xy_i     <- xy[sample(1:n, 1), , drop = FALSE]
    +  xy_i     <- sp::SpatialPoints(xy_i, utm)
    +  xy_i_buf <- rgeos::gBuffer(xy_i, width = 10000)
    +  return(xy_i_buf)
    +})
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#### Example (1): Define intersections between multiple (here, four) polygons
    +# Plot area with polygons
    +raster::plot(dat_gebco)
    +lapply(1:length(polys), function(i) raster::lines(polys[[i]], col = cols[i]))
    +#> [[1]]
    +#> [[1]][[1]]
    +#> [[1]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[2]]
    +#> [[2]][[1]]
    +#> [[2]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[3]]
    +#> [[3]][[1]]
    +#> [[3]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[4]]
    +#> [[4]][[1]]
    +#> [[4]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +# Get intersection and add
    +int <- get_intersection(polys)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +raster::plot(int, add = TRUE, col = col_int)
    +
    +
    +#### Example (2): Define intersections between fewer polygons
    +raster::plot(dat_gebco)
    +lapply(1:length(polys), function(i) raster::lines(polys[[i]], col = cols[i]))
    +#> [[1]]
    +#> [[1]][[1]]
    +#> [[1]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[2]]
    +#> [[2]][[1]]
    +#> [[2]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[3]]
    +#> [[3]][[1]]
    +#> [[3]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[4]]
    +#> [[4]][[1]]
    +#> [[4]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +raster::plot(get_intersection(polys[1:3]), add = TRUE, col = col_int)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +raster::plot(get_intersection(list(polys[[1]], polys[[3]])), add = TRUE, col = col_int)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +
    +#### Example (3): The function can handle a single element
    +raster::plot(dat_gebco)
    +lapply(1:length(polys), function(i) raster::lines(polys[[i]], col = cols[i]))
    +#> [[1]]
    +#> [[1]][[1]]
    +#> [[1]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[2]]
    +#> [[2]][[1]]
    +#> [[2]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[3]]
    +#> [[3]][[1]]
    +#> [[3]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[4]]
    +#> [[4]][[1]]
    +#> [[4]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +raster::plot(get_intersection(polys[1]), add = TRUE, col = col_int)
    +
    +
    +#### Example (4): The function can handle NULL elements
    +raster::plot(dat_gebco)
    +lapply(1:length(polys), function(i) raster::lines(polys[[i]], col = cols[i]))
    +#> [[1]]
    +#> [[1]][[1]]
    +#> [[1]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[2]]
    +#> [[2]][[1]]
    +#> [[2]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[3]]
    +#> [[3]][[1]]
    +#> [[3]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> [[4]]
    +#> [[4]][[1]]
    +#> [[4]][[1]][[1]]
    +#> NULL
    +#> 
    +#> 
    +#> 
    +raster::plot(get_intersection(list(polys[[1]], NULL, NULL, polys[[4]])),
    +             add = TRUE, col = col_int)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/get_mvt_mobility-1.png b/docs/reference/get_mvt_mobility-1.png index fe4cd4e..8f6c034 100644 Binary files a/docs/reference/get_mvt_mobility-1.png and b/docs/reference/get_mvt_mobility-1.png differ diff --git a/docs/reference/get_mvt_mobility.html b/docs/reference/get_mvt_mobility.html index 940c0d1..4bf2764 100644 --- a/docs/reference/get_mvt_mobility.html +++ b/docs/reference/get_mvt_mobility.html @@ -1,67 +1,12 @@ - - - - - - - -Estimate individual swimming speeds from acoustic and archival data — get_mvt_mobility • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Estimate individual swimming speeds from acoustic and archival data — get_mvt_mobility • flapper - - - - + + -
    -
    - -
    - -
    +
    @@ -123,183 +65,198 @@

    Estimate individual swimming speeds from acoustic and archival data

    These functions are designed to provide `ballpark' estimates of individual swimming speeds from (a) acoustic detections at passive acoustic telemetry receivers (get_mvt_mobility_from_acoustics) and archival (depth) time series (get_mvt_mobility_from_archival).

    -
    get_mvt_mobility_from_acoustics(
    -  data,
    -  fct = NULL,
    -  moorings,
    -  detection_range,
    -  calc_distance = c("euclid", "lcp"),
    -  bathy = NULL,
    -  transmission_interval,
    -  step = NULL
    -)
    -
    -get_mvt_mobility_from_archival(data, fct = NULL)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    data

    A dataframe of animal movement time series used to estimate swimming speeds. For get_mvt_mobility_from_acoustics, data should contain passive acoustic telemetry detection time series (see dat_acoustics for an example). This must contain a vector of receiver IDs, named `receiver_id', and a POSIXct vector of time stamps when detections were made, named `timestamp'. For get_mvt_mobility_from_archival, data is a dataframe that contains depth time series (see dat_archival for an example). This must contain a numeric vector of observed depths (m), named `depth', and a POSIXct vector of regular time stamps when observations were made, named `timestamp'. In either case, an additional column can be included to distinguish time series for different individuals (see fct).

    fct

    (optional) A character variable that defines the name of a column in data that distinguishes levels of a grouping variable (e.g., individuals).

    moorings

    In get_mvt_mobility_from_acoustics, moorings is SpatialPointsDataFrame that defines receiver locations (in the Universe Transverse Mercator coordinate reference system) and receiver IDs (in a column named `receiver_id').

    detection_range

    In get_mvt_mobility_from_acoustics, detection_range is a number that defines the detection range (m) of receivers.

    calc_distance

    In get_mvt_mobility_from_acoustics, calc_distance is a character that defines the method used to calculate distances between receivers. Currently supported options are Euclidean distances ("euclid") or least-cost (shortest) path distances ("lcp") over a surface (see bathy).

    bathy

    In get_mvt_mobility_from_acoustics, if calc_distance = "lcp", bathy is raster that defines the surface over which individual(s) moved. bathy must be planar (i.e., Universal Transverse Mercator projection) with units of metres in x, y and z directions (m). The surface's resolution is taken to define the distance between horizontally and vertically connected cells and must be the same in both x and y directions. Any cells with NA values (e.g., due to missing data) are treated as `impossible' to move though by the algorithm (see lcp_over_surface).

    transmission_interval

    (optional) In get_mvt_mobility_from_acoustics, transmission_interval is the (maximum) time delay between sequential acoustic transmissions.

    step

    (optional) In get_mvt_mobility_from_acoustics, step is a number that defines the time (s) interval over which to represent speeds. By default, speeds are calculated in m/s. If step is supplied, speeds are also calculated in m/step s, which can be easier to interpret. For get_mvt_mobility_from_archival, `step' is set automatically as the duration (s) between sequential depth observations, which is assumed to remain constant through time.

    - -

    Value

    - -

    Both functions print a statistical summary of the speed estimates to the console and return a dataframe with observations and the corresponding speed estimates invisibly.

    -

    For get_mvt_mobility_from_acoustics, for each speed estimate, the minimum, mean and maximum speeds are printed, in units of m/s and, if specified, m/step. The returned dataframe defines all transitions between receivers and includes the following columns:

      -
    • fct is the grouping factor (if specified);

    • +
      +
      get_mvt_mobility_from_acoustics(
      +  data,
      +  fct = NULL,
      +  moorings,
      +  detection_range,
      +  calc_distance = c("euclid", "lcp"),
      +  bathy = NULL,
      +  transmission_interval,
      +  step = NULL
      +)
      +
      +get_mvt_mobility_from_archival(data, fct = NULL, step_check = TRUE)
      +
      + +
      +

      Arguments

      +
      data
      +

      A dataframe of animal movement time series used to estimate swimming speeds. For get_mvt_mobility_from_acoustics, data should contain passive acoustic telemetry detection time series (see dat_acoustics for an example). This must contain a vector of receiver IDs, named `receiver_id', and a POSIXct vector of time stamps when detections were made, named `timestamp'. For get_mvt_mobility_from_archival, data is a dataframe that contains depth time series (see dat_archival for an example). This must contain a numeric vector of observed depths (m), named `depth', and a POSIXct (or Date) vector of regular time stamps when observations were made, named `timestamp'. In either case, an additional column can be included to distinguish time series for different individuals (see fct).

      + + +
      fct
      +

      (optional) A character variable that defines the name of a column in data that distinguishes levels of a grouping variable (e.g., individuals).

      + + +
      moorings
      +

      In get_mvt_mobility_from_acoustics, moorings is SpatialPointsDataFrame that defines receiver locations (in the Universe Transverse Mercator coordinate reference system) and receiver IDs (in a column named `receiver_id').

      + + +
      detection_range
      +

      In get_mvt_mobility_from_acoustics, detection_range is a number that defines the detection range (m) of receivers.

      + + +
      calc_distance
      +

      In get_mvt_mobility_from_acoustics, calc_distance is a character that defines the method used to calculate distances between receivers. Currently supported options are Euclidean distances ("euclid") or least-cost (shortest) path distances ("lcp") over a surface (see bathy).

      + + +
      bathy
      +

      In get_mvt_mobility_from_acoustics, if calc_distance = "lcp", bathy is raster that defines the surface over which individual(s) moved. bathy must be planar (i.e., Universal Transverse Mercator projection) with units of metres in x, y and z directions (m). The surface's resolution is taken to define the distance between horizontally and vertically connected cells and must be the same in both x and y directions. Any cells with NA values (e.g., due to missing data) are treated as `impossible' to move though by the algorithm (see lcp_over_surface).

      + + +
      transmission_interval
      +

      (optional) In get_mvt_mobility_from_acoustics, transmission_interval is the (maximum) time delay between sequential acoustic transmissions.

      + + +
      step
      +

      (optional) In get_mvt_mobility_from_acoustics, step is a number that defines the time (s) interval over which to represent speeds. By default, speeds are calculated in m/s. If step is supplied, speeds are also calculated in m/step s, which can be easier to interpret. For get_mvt_mobility_from_archival, `step' is set automatically as the duration (s) between sequential depth observations, which is assumed to remain constant through time.

      + + +
      step_check
      +

      For get_mvt_mobility_from_archival, step_check is a logical variable that defines whether or not to check that the steps in data are regular (see step).

      + +
      +
      +

      Value

      + + +

      Both functions print a statistical summary of the speed estimates to the console and return a dataframe with observations and the corresponding speed estimates invisibly.

      + + +

      For get_mvt_mobility_from_acoustics, for each speed estimate, the minimum, mean and maximum speeds are printed, in units of m/s and, if specified, m/step. The returned dataframe defines all transitions between receivers and includes the following columns:

      • fct is the grouping factor (if specified);

      • receiver_id_1 and receiver_id_2 are the receiver IDs for each transition between receivers;

      • timestamp_1 and timestamp_2 are the time stamps of detections for each transition between receivers;

      • time is the duration (s) between timestamp_1 and timestamp_2;

      • dist_min, dist_avg and dist_max are the estimates for the distance (m) travelled to transition between receivers;

      • speed_min_ms, speed_avg_ms and speed_min_ms are the corresponding speed (m/s) estimates;

      • speed_min_mstep, speed_avg_mstep and speed_max_mstep are the corresponding speed estimates, in m per step (if specified);

      • -
      - -

      For get_mvt_mobility_from_archival, the function prints a statistical summary of estimated speeds in m/s and m per `step', where `step' is the duration (s) between sequential depth observations. The function also invisibly returns dataframe of the estimates. This is as inputted, without any fct levels with fewer than two observations and with the following additional columns:

        -
      • dist is the distance (m) between sequential depth observations;

      • +

      For get_mvt_mobility_from_archival, the function prints a statistical summary of estimated speeds in m/s and m per `step', where `step' is the duration (s) between sequential depth observations. The function also invisibly returns dataframe of the estimates. This is as inputted, without any fct levels with fewer than two observations and with the following additional columns:

      • dist is the distance (m) between sequential depth observations;

      • speed_ms is the speed (m/s) of vertical movement between sequential depth observations;

      • -
      • speed_m_per_step is the speed of vertical movement between sequential depth observations in units of m per step, where `step' is the duration (s) between sequential depth observations;

      • -
      - -

      Details

      - +
    • speed_mstep is the speed of vertical movement between sequential depth observations in units of m per step, where `step' is the duration (s) between sequential depth observations (this is identical to dist and only added for consistency with get_mvt_mobility_from_acoustics);

    • +
    +
    +

    Details

    -

    Acoustic estimates

    -

    Speed estimates from passive acoustic telemetry time series are derived from examination of detection patterns via get_mvt_mobility_from_acoustics. For each fct group (e.g., individual), the function identifies sequential detections, which exceeded the maximum transmission interval, at receivers with non-overlapping detection containers (areas within the detection range of each receiver). Assuming that all detections are true, these can only result from movement between receivers. For these movements, transition distances are calculated as Euclidean distances, via pointDistance, or shortest swimming distances, assuming movement over a surface, via lcp_over_surface. Given that detections can arise from movement anywhere within the detection range of a receiver, three distances are calculated: an average distance, from receiver to receiver; a lower-bound distance, between the closest edges of receiver detection containers (i.e., the average distance minus two times the detection range); and an upper-bound distance from the furthest edges of receiver detection ranges (i.e., the average distance plus two times the detection range). These estimates assume a uniform detection ranges over space. For each transition, distances are converted into an average, lower and upper speed (m/s) estimate (termed `speed_avg_ms`, `speed_min_ms` and `speed_max_ms` respectively). If step is supplied, speeds are also expressed per step. On many occasions, individuals will take indirect routes between receivers, resulting in inappropriately low speed estimates. However, if receivers are sufficiently close together such that individuals sometimes effectively transition directly between receivers, the faster speed estimates derived via this method may be quite informative about actual swimming speeds.

    - -

    Archival estimates

    -

    Speed estimates from archival time series are derived from examination of changes in depth through time (vertical activity) via get_mvt_mobility_from_archival. For each individual, speed is calculated from the vertical distances (m) between sequential, regular depth (m) observations over time (s). Speeds are also expressed per step, where `step' is the duration (s) between sequential observations.

    +
    +

    Acoustic estimates

    +

    Speed estimates from passive acoustic telemetry time series are derived from examination of detection patterns via get_mvt_mobility_from_acoustics. For each fct group (e.g., individual), the function identifies sequential detections, which exceeded the maximum transmission interval, at receivers with non-overlapping detection containers (areas within the detection range of each receiver). Assuming that all detections are true, these can only result from movement between receivers. For these movements, transition distances are calculated as Euclidean distances, via pointDistance, or shortest swimming distances, assuming movement over a surface, via lcp_over_surface. Given that detections can arise from movement anywhere within the detection range of a receiver, three distances are calculated: an average distance, from receiver to receiver; a lower-bound distance, between the closest edges of receiver detection containers (i.e., the average distance minus two times the detection range); and an upper-bound distance from the furthest edges of receiver detection ranges (i.e., the average distance plus two times the detection range). These estimates assume a uniform detection ranges over space. For each transition, distances are converted into an average, lower and upper speed (m/s) estimate (termed `speed_avg_ms`, `speed_min_ms` and `speed_max_ms` respectively). If step is supplied, speeds are also expressed per step. On many occasions, individuals will take indirect routes between receivers, resulting in inappropriately low speed estimates. However, if receivers are sufficiently close together such that individuals sometimes effectively transition directly between receivers, the faster speed estimates derived via this method may be quite informative about actual swimming speeds.

    +
    -

    Author

    +
    +

    Archival estimates

    +

    Speed estimates from archival time series are derived from examination of changes in depth through time (vertical activity) via get_mvt_mobility_from_archival. For each individual, speed is calculated from the vertical distances (m) between sequential, regular depth (m) observations over time (s). Speeds are also expressed per step, where `step' is the duration (s) between sequential observations. The assumption of regular steps may be relaxed in the future.

    +
    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Estimate mobility from acoustic data using Euclidean distances -## (A) Define receiver coordinates as SPDF in UTM CRS -proj <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -moorings <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], proj) -moorings <- sp::spTransform(moorings, proj_utm) -moorings <- sp::SpatialPointsDataFrame(moorings, data.frame(receiver_id = dat_moorings$receiver_id)) -## (B) Implement algorithm using Euclidean distances -mob_1 <- get_mvt_mobility_from_acoustics(data = dat_acoustics, - fct = "individual_id", - moorings = moorings, - detection_range = 750, - transmission_interval = 120, - step = 120) -
    #> Mobility estimates from n = 315 observation(s).
    #> -------------------------------------- -#> Estimates (m/s)----------------------- -#> variable min mean max -#> 1 speed_min_ms 0 0.07 0.84 -#> 2 speed_avg_ms 0 0.14 1.06 -#> 3 speed_max_ms 0 0.21 1.50 -#> -------------------------------------- -#> Estimates (m/step)-------------------- -#> variable min mean max -#> 1 speed_min_mstep 0.01 8.55 101.26 -#> 2 speed_avg_mstep 0.07 17.15 127.58 -#> 3 speed_max_mstep 0.11 25.76 180.39 -#> --------------------------------------
    -#### Estimate mobility from acoustic data using LCP distances -## (A) Define receiver coordinates -# ... (as above) -## (B) Define bathymetry surface for LCP calculations -# Requirements: mask land; planar UTM projection; equal resolution; -bathy <- raster::raster(ext = raster::extent(dat_gebco), resolution = 50) -bathy <- raster::resample(dat_gebco, bathy, method = "bilinear") -## (C) Implement algorithm using LCP distances -mob_2 <- get_mvt_mobility_from_acoustics(data = dat_acoustics, - fct = "individual_id", - moorings = moorings, - detection_range = 750, - calc_distance = "lcp", - bathy = bathy, - transmission_interval = 120, - step = 120) -
    #> Warning: transition function gives negative values
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Mobility estimates from n = 317 observation(s).
    #> -------------------------------------- -#> Estimates (m/s)----------------------- -#> variable min mean max -#> 1 speed_min_ms 0 0.08 0.85 -#> 2 speed_avg_ms 0 0.15 1.07 -#> 3 speed_max_ms 0 0.22 1.55 -#> -------------------------------------- -#> Estimates (m/step)-------------------- -#> variable min mean max -#> 1 speed_min_mstep 0.02 9.30 101.86 -#> 2 speed_avg_mstep 0.07 17.86 128.18 -#> 3 speed_max_mstep 0.12 26.42 186.15 -#> --------------------------------------
    -#### Estimate mobility from archival data -# Note the use of 'individual_id' for 'fct' here is only appropriate -# ... when there are no breaks in the time series. -mob_3 <- get_mvt_mobility_from_archival(dat_archival, fct = "individual_id") -
    #> Mobility estimates from n = 74997 observation(s).
    #> -------------------------------------- -#> Estimates (m/s)----------------------- -#> variable min mean max -#> 1 speed 0 0.01 0.36 -#> Estimates (m/step)-------------------- -#> variable min mean max -#> 1 speed 0 1.09 42.92 -#> --------------------------------------
    -
    +
    +

    Examples

    +
    #### Estimate mobility from acoustic data using Euclidean distances
    +## (A) Define receiver coordinates as SPDF in UTM CRS
    +proj     <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm <- sp::CRS(SRS_string = "EPSG:32629")
    +moorings <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], proj)
    +moorings <- sp::spTransform(moorings, proj_utm)
    +moorings <- sp::SpatialPointsDataFrame(moorings, data.frame(receiver_id = dat_moorings$receiver_id))
    +## (B) Implement algorithm using Euclidean distances
    +mob_1 <- get_mvt_mobility_from_acoustics(data = dat_acoustics,
    +                                         fct = "individual_id",
    +                                         moorings = moorings,
    +                                         detection_range = 750,
    +                                         transmission_interval = 120,
    +                                         step = 120)
    +#> Mobility estimates from n = 315 observation(s).
    +#> --------------------------------------
    +#> Estimates (m/s)-----------------------
    +#>       variable min mean  max
    +#> 1 speed_min_ms   0 0.07 0.84
    +#> 2 speed_avg_ms   0 0.14 1.06
    +#> 3 speed_max_ms   0 0.21 1.50
    +#> --------------------------------------
    +#> Estimates (m/step)--------------------
    +#>          variable  min  mean    max
    +#> 1 speed_min_mstep 0.01  8.55 101.26
    +#> 2 speed_avg_mstep 0.07 17.15 127.58
    +#> 3 speed_max_mstep 0.11 25.76 180.39
    +#> --------------------------------------
    +
    +#### Estimate mobility from acoustic data using LCP distances
    +## (A) Define receiver coordinates
    +# ... (as above)
    +## (B) Define bathymetry surface for LCP calculations
    +# Requirements: mask land; planar UTM projection; equal resolution;
    +bathy <- raster::raster(ext = raster::extent(dat_gebco), resolution = 50)
    +bathy <- raster::resample(dat_gebco, bathy, method = "bilinear")
    +## (C) Implement algorithm using LCP distances
    +mob_2 <- get_mvt_mobility_from_acoustics(data = dat_acoustics,
    +                                         fct = "individual_id",
    +                                         moorings = moorings,
    +                                         detection_range = 750,
    +                                         calc_distance = "lcp",
    +                                         bathy = bathy,
    +                                         transmission_interval = 120,
    +                                         step = 120)
    +#> Warning: transition function gives negative values
    +#> Mobility estimates from n = 317 observation(s).
    +
    +#> --------------------------------------
    +#> Estimates (m/s)-----------------------
    +#>       variable min mean  max
    +#> 1 speed_min_ms   0 0.08 0.85
    +#> 2 speed_avg_ms   0 0.15 1.07
    +#> 3 speed_max_ms   0 0.22 1.55
    +#> --------------------------------------
    +#> Estimates (m/step)--------------------
    +#>          variable  min  mean    max
    +#> 1 speed_min_mstep 0.02  9.30 101.86
    +#> 2 speed_avg_mstep 0.07 17.86 128.18
    +#> 3 speed_max_mstep 0.12 26.42 186.15
    +#> --------------------------------------
    +
    +#### Estimate mobility from archival data
    +# Note the use of 'individual_id' for 'fct' here is only appropriate
    +# ... when there are no breaks in the time series.
    +mob_3 <- get_mvt_mobility_from_archival(dat_archival, fct = "individual_id")
    +#> [1] 120
    +#> Mobility estimates from n = 74997 observation(s).
    +#> --------------------------------------
    +#> Estimates (m/s)-----------------------
    +#>   variable min mean  max
    +#> 1    speed   0 0.01 0.36
    +#> Estimates (m/step)--------------------
    +#>   variable min mean   max
    +#> 1    speed   0 1.09 42.92
    +#> --------------------------------------
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_mvt_resting-1.png b/docs/reference/get_mvt_resting-1.png index 9af433a..f5cf2de 100644 Binary files a/docs/reference/get_mvt_resting-1.png and b/docs/reference/get_mvt_resting-1.png differ diff --git a/docs/reference/get_mvt_resting-2.png b/docs/reference/get_mvt_resting-2.png index 102320d..021661a 100644 Binary files a/docs/reference/get_mvt_resting-2.png and b/docs/reference/get_mvt_resting-2.png differ diff --git a/docs/reference/get_mvt_resting.html b/docs/reference/get_mvt_resting.html index d9a39ba..7354688 100644 --- a/docs/reference/get_mvt_resting.html +++ b/docs/reference/get_mvt_resting.html @@ -1,67 +1,12 @@ - - - - - - - -Identify resting behaviour within depth time series — get_mvt_resting • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Identify resting behaviour within depth time series — get_mvt_resting • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,164 +65,172 @@

    Identify resting behaviour within depth time series

    This function implements a simple threshold-based approach to identify periods of resting behaviour within depth time series collected from benthic animals. In these data, resting is usually inferred from low vertical activity and sinusoidal tidal traces that reflect the rise-and-fall of the tides on an individual's depth when it is stationary on the seabed. To implement the approach, a dataframe comprising depth time series (archival) is required. The algorithm identifies any time steps in which the change in depth is less than a specified value (th_depth) as potentially exhibiting resting behaviour. Candidate states (resting = 0, not resting = 1) assigned from this depth threshold can be smoothed by supplying a function (weights) that is applied to states over a time window (th_time). For example (weights = mean) calculates the mean state for each observation from all observations within th_time. Average state scores can be discretised into `resting' (0) or `not resting' (1) states by specifying the maximum score of an observation for it to be defined as `resting' via discrete. For example, if weights = mean and discrete = 0, then an observation is only defined as `resting' if all of the observations in the surrounding window (controlled by th_time) are also equal to zero. Higher scores dampen the effects of occasional movements that exceed the depth threshold. The function returns a numeric vector of average or discrete states, with one element for each observation in archival.

    -
    get_mvt_resting(
    -  archival,
    -  fct = NULL,
    -  th_depth = 0.25,
    -  th_time = NULL,
    -  weights = mean,
    -  align = "center",
    -  ...,
    -  discrete = 0
    -)
    +
    +
    get_mvt_resting(
    +  archival,
    +  fct = NULL,
    +  th_depth = 0.25,
    +  th_time = NULL,
    +  weights = mean,
    +  align = "center",
    +  ...,
    +  discrete = 0
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    archival

    A dataframe that defines depth time series. This should contain a numeric column of depth observations named `depth'.

    fct

    (optional) A character that defines the name of a column in archival that distinguishes independent time series.

    th_depth

    A double that defines the depth threshold. Candidate resting behaviour is identified when the absolute change in depth is \(\leq\) th_depth.

    th_time

    (optional) An integer that defines the number of time steps (i.e., rows in archival) around each depth observation that should influence state assignment, via the weights function and related arguments (align, ... and discrete).

    weights

    (optional) If th_time is provided, weights is a function applied to the candidate binary states assigned from the depth threshold (th_depth) within each time interval (th_time). The default is mean, which applies a rolling mean to the states within each window.

    align, ...

    (optional) Additional arguments, passed to frollapply, that control the implementation of weights to each window (th_time). By default, align = "centre", which applies weights to the th_time/2 observation(s) centred around each observation. (The states for observations that are too close to the start or end of the time series for averaging are retained as initially assigned by th_depth but not averaged.)

    discrete

    (optional) If th_time is provided, discrete is double between 0 and 1 that defines the maximum score of an observation for it to be defined as `resting'. With the default weights = mean function, this is equivalent to the maximum proportion of `not active' observations in the window around each depth observation (th_time) for an observation to be defined as `resting'. For instance, discrete = 0 means that a `resting' is only defined if all of the observations around in the window around each observation are less than or equal to the depth threshold (th_depth), while discrete = 0.05 means `resting' is defined if \(\leq\) 5 percent of observations in the time window are below the depth threshold.

    +
    +

    Arguments

    +
    archival
    +

    A dataframe that defines depth time series. This should contain a numeric column of depth observations named `depth'.

    -

    Value

    -

    The function returns a numeric vector, of the same length as archival$depth, that defines, for each depth observation, either (a) a discrete behavioural state, if th_time = NULL or discrete is supplied (i.e., resting = 0, not resting = 1) or (b) an averaged behavioural score (0 - 1) over th_time.

    -

    Details

    +
    fct
    +

    (optional) A character that defines the name of a column in archival that distinguishes independent time series.

    -

    This approach was motivated by the need to identify efficiently `resting' periods in depth time series data, sampled at a resolution of two-minutes, collected from flapper skate (Dipturus intermedius). While there are other approaches for the identification of resting behaviour, such as Hidden Markov models, for the flapper skate depth time series these are much more computationally demanding and appear to be much less effective at correctly assigning states.

    -

    Author

    -

    James Thorburn conceptualised and developed this method. Edward Lavender extended the initial approach and wrote the implementation for the flapper package.

    +
    th_depth
    +

    A double that defines the depth threshold. Candidate resting behaviour is identified when the absolute change in depth is \(\leq\) th_depth.

    -

    Examples

    -
    #### Example (1): Assign 'resting' based on a simple depth threshold -dat_archival$state_1 <- get_mvt_resting(archival = dat_archival, - fct = "individual_id", - th_depth = 0.25) -#### Example (2): Assign 'resting' based on depth and time thresholds -# ... Under the default settings, all of observations in the time threshold -# ... must be below the depth threshold to qualify as 'resting' -dat_archival$state_2 <- get_mvt_resting(archival = dat_archival, - fct = "individual_id", - th_depth = 0.25, - th_time = 30) +
    th_time
    +

    (optional) An integer that defines the number of time steps (i.e., rows in archival) around each depth observation that should influence state assignment, via the weights function and related arguments (align, ... and discrete).

    -#### Example (3): Dampen the effects of occasionally exceeding the depth threshold -# ... by increasing the proportion of observations that are allowed to -# ... exceed the depth threshold in a each time window -dat_archival$state_3 <- get_mvt_resting(archival = dat_archival, - fct = "individual_id", - th_depth = 0.25, - th_time = 30, - discrete = 0.05) -#### Example (4): Return average state scores via discrete = NULL -dat_archival$state_4 <- get_mvt_resting(archival = dat_archival, - fct = "individual_id", - th_depth = 0.25, - th_time = 30, - discrete = NULL) +
    weights
    +

    (optional) If th_time is provided, weights is a function applied to the candidate binary states assigned from the depth threshold (th_depth) within each time interval (th_time). The default is mean, which applies a rolling mean to the states within each window.

    -#### Compare the frequency distribution of states among methods -# In the first example, a large number of 'resting' states are assigned -# In the second example, there are far fewer 'resting' states because all of the -# ... observations in the specified time window around each depth observation need -# ... to meet the depth threshold for the observation to be defined as 'resting', -# ... not just the observation itself. -# In the third example, there are sightly more 'resting' states because the -# ... criterion for all observations to meet the depth threshold has been weakened. -# In the final example, average scores have been returned. -pp <- graphics::par(mfrow = c(2, 2)) -prettyGraphics::pretty_hist(dat_archival$state_1, main = "method_1") -prettyGraphics::pretty_hist(dat_archival$state_2, main = "method_2") -prettyGraphics::pretty_hist(dat_archival$state_3, main = "method_3") -prettyGraphics::pretty_hist(dat_archival$state_4, main = "method_4") -
    graphics::par(pp) -#### Compare the time series for an example individual for each method -## Filter results for specific individual -dat_archival_1 <- dat_archival[dat_archival$individual_id == 25, ] -## Define helper functions -# Define helper function to plot blank depth time series -plot_blank <- function(...){ - prettyGraphics::pretty_plot(dat_archival_1$timestamp, dat_archival_1$depth*-1, - pretty_axis_args = list(side = 3:2), - type = "n",...) -} -# Define helper function to add depth time series, coloured by state, to the plot -add_lines_for_state <- function(state,...){ - prettyGraphics::add_lines(x = dat_archival_1$timestamp, - y1 = dat_archival_1$depth*-1, - y2 = dat_archival_1[, state],...) -} -## Make plots -pp <- graphics::par(mfrow = c(2, 2)) -# state 1 -plot_blank(main = "method_1") -add_lines_for_state("state_1") -
    #> 1 observation pair(s) in x are NA; these are removed.
    # state 2 -plot_blank(main = "method_2") -add_lines_for_state("state_2") -
    #> 1 observation pair(s) in x are NA; these are removed.
    # state 3 -plot_blank(main = "method_3") -add_lines_for_state("state_3") -
    #> 1 observation pair(s) in x are NA; these are removed.
    # state 4 -plot_blank(main = "method_4") -
    add_lines_for_state("state_4") -
    #> 1 observation pair(s) in x are NA; these are removed.
    graphics::par(pp) +
    align, ...
    +

    (optional) Additional arguments, passed to frollapply, that control the implementation of weights to each window (th_time). By default, align = "centre", which applies weights to the th_time/2 observation(s) centred around each observation. (The states for observations that are too close to the start or end of the time series for averaging are retained as initially assigned by th_depth but not averaged.)

    -
    + +
    discrete
    +

    (optional) If th_time is provided, discrete is double between 0 and 1 that defines the maximum score of an observation for it to be defined as `resting'. With the default weights = mean function, this is equivalent to the maximum proportion of `not active' observations in the window around each depth observation (th_time) for an observation to be defined as `resting'. For instance, discrete = 0 means that a `resting' is only defined if all of the observations around in the window around each observation are less than or equal to the depth threshold (th_depth), while discrete = 0.05 means `resting' is defined if \(\leq\) 5 percent of observations in the time window are below the depth threshold.

    + +
    +
    +

    Value

    + + +

    The function returns a numeric vector, of the same length as archival$depth, that defines, for each depth observation, either (a) a discrete behavioural state, if th_time = NULL or discrete is supplied (i.e., resting = 0, not resting = 1) or (b) an averaged behavioural score (0 - 1) over th_time.

    +
    +
    +

    Details

    +

    This approach was motivated by the need to identify efficiently `resting' periods in depth time series data, sampled at a resolution of two-minutes, collected from flapper skate (Dipturus intermedius). While there are other approaches for the identification of resting behaviour, such as Hidden Markov models, for the flapper skate depth time series these are much more computationally demanding and appear to be much less effective at correctly assigning states.

    +
    +
    +

    Author

    +

    James Thorburn conceptualised and developed this method. Edward Lavender extended the initial approach and wrote the implementation for the flapper package.

    +
    + +
    +

    Examples

    +
    #### Example (1): Assign 'resting' based on a simple depth threshold
    +dat_archival$state_1 <- get_mvt_resting(archival = dat_archival,
    +                                        fct = "individual_id",
    +                                        th_depth = 0.25)
    +
    +#### Example (2): Assign 'resting' based on depth and time thresholds
    +# ... Under the default settings, all of observations in the time threshold
    +# ... must be below the depth threshold to qualify as 'resting'
    +dat_archival$state_2 <- get_mvt_resting(archival = dat_archival,
    +                                        fct = "individual_id",
    +                                        th_depth = 0.25,
    +                                        th_time = 30)
    +
    +#### Example (3): Dampen the effects of occasionally exceeding the depth threshold
    +# ... by increasing the proportion of observations that are allowed to
    +# ... exceed the depth threshold in a each time window
    +dat_archival$state_3 <- get_mvt_resting(archival = dat_archival,
    +                                        fct = "individual_id",
    +                                        th_depth = 0.25,
    +                                        th_time = 30,
    +                                        discrete = 0.05)
    +
    +#### Example (4): Return average state scores via discrete = NULL
    +dat_archival$state_4 <- get_mvt_resting(archival = dat_archival,
    +                                        fct = "individual_id",
    +                                        th_depth = 0.25,
    +                                        th_time = 30,
    +                                        discrete = NULL)
    +
    +#### Compare the frequency distribution of states among methods
    +# In the first example, a large number of 'resting' states are assigned
    +# In the second example, there are far fewer 'resting' states because all of the
    +# ... observations in the specified time window around each depth observation need
    +# ... to meet the depth threshold for the observation to be defined as 'resting',
    +# ... not just the observation itself.
    +# In the third example, there are sightly more 'resting' states because the
    +# ... criterion for all observations to meet the depth threshold has been weakened.
    +# In the final example, average scores have been returned.
    +pp <- graphics::par(mfrow = c(2, 2))
    +prettyGraphics::pretty_hist(dat_archival$state_1, main = "method_1")
    +prettyGraphics::pretty_hist(dat_archival$state_2, main = "method_2")
    +prettyGraphics::pretty_hist(dat_archival$state_3, main = "method_3")
    +prettyGraphics::pretty_hist(dat_archival$state_4, main = "method_4")
    +
    +graphics::par(pp)
    +
    +#### Compare the time series for an example individual for each method
    +## Filter results for specific individual
    +dat_archival_1 <- dat_archival[dat_archival$individual_id == 25, ]
    +## Define helper functions
    +# Define helper function to plot blank depth time series
    +plot_blank <- function(...){
    +  prettyGraphics::pretty_plot(dat_archival_1$timestamp, dat_archival_1$depth*-1,
    +                              pretty_axis_args = list(side = 3:2),
    +                              type = "n",...)
    +}
    +# Define helper function to add depth time series, coloured by state, to the plot
    +add_lines_for_state <- function(state,...){
    +  prettyGraphics::add_lines(x = dat_archival_1$timestamp,
    +                            y1 = dat_archival_1$depth*-1,
    +                            y2 = dat_archival_1[, state],...)
    +}
    +## Make plots
    +pp <- graphics::par(mfrow = c(2, 2))
    +# state 1
    +plot_blank(main = "method_1")
    +add_lines_for_state("state_1")
    +#> 1 observation pair(s) in x are NA; these are removed.
    +# state 2
    +plot_blank(main = "method_2")
    +add_lines_for_state("state_2")
    +#> 1 observation pair(s) in x are NA; these are removed.
    +# state 3
    +plot_blank(main = "method_3")
    +add_lines_for_state("state_3")
    +#> 1 observation pair(s) in x are NA; these are removed.
    +# state 4
    +plot_blank(main = "method_4")
    +add_lines_for_state("state_4")
    +#> 1 observation pair(s) in x are NA; these are removed.
    +
    +graphics::par(pp)
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_n_operational_ts-1.png b/docs/reference/get_n_operational_ts-1.png index 7918aa8..0e9f323 100644 Binary files a/docs/reference/get_n_operational_ts-1.png and b/docs/reference/get_n_operational_ts-1.png differ diff --git a/docs/reference/get_n_operational_ts-2.png b/docs/reference/get_n_operational_ts-2.png index 39ffe67..65ee7a4 100644 Binary files a/docs/reference/get_n_operational_ts-2.png and b/docs/reference/get_n_operational_ts-2.png differ diff --git a/docs/reference/get_n_operational_ts-3.png b/docs/reference/get_n_operational_ts-3.png index 4698d6b..70457fc 100644 Binary files a/docs/reference/get_n_operational_ts-3.png and b/docs/reference/get_n_operational_ts-3.png differ diff --git a/docs/reference/get_n_operational_ts-4.png b/docs/reference/get_n_operational_ts-4.png index fa8c8e7..283035d 100644 Binary files a/docs/reference/get_n_operational_ts-4.png and b/docs/reference/get_n_operational_ts-4.png differ diff --git a/docs/reference/get_n_operational_ts-5.png b/docs/reference/get_n_operational_ts-5.png index ad2d354..9f04f94 100644 Binary files a/docs/reference/get_n_operational_ts-5.png and b/docs/reference/get_n_operational_ts-5.png differ diff --git a/docs/reference/get_n_operational_ts-6.png b/docs/reference/get_n_operational_ts-6.png index 6ed98cb..375a687 100644 Binary files a/docs/reference/get_n_operational_ts-6.png and b/docs/reference/get_n_operational_ts-6.png differ diff --git a/docs/reference/get_n_operational_ts.html b/docs/reference/get_n_operational_ts.html index 4ab34a8..c9c1ff1 100644 --- a/docs/reference/get_n_operational_ts.html +++ b/docs/reference/get_n_operational_ts.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the number of operational units through time — get_n_operational_ts • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the number of operational units through time — get_n_operational_ts • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,140 +65,152 @@

    Calculate the number of operational units through time

    This function calculates the number of operational units through time (e.g., the number of individuals at liberty or the number of active acoustic receivers over the course of a study). To implement the function, a dataframe (data) must be supplied that defines the start and end time of each unit's operational period. Then, for each time step in a user-specified sequence of times, or an automatically generated sequence of times from the earliest start time to the latest end time in data, the function counts the number of units that were operational on each time step and returns a dataframe (and, if specified, a plot) with this information.

    -
    get_n_operational_ts(data, start, stop, times = NULL, plot = TRUE, ...)
    +
    +
    get_n_operational_ts(data, start, stop, times = NULL, plot = TRUE, ...)
    +
    + +
    +

    Arguments

    +
    data
    +

    A dataframe of observations. At a minimum, this should contain two columns that define the start and end of each unit's operational period, identified by start and stop below.

    + + +
    start
    +

    A character string that defines the name of the column in data that defines the start time of each unit's operational period.

    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    data

    A dataframe of observations. At a minimum, this should contain two columns that define the start and end of each unit's operational period, identified by start and stop below.

    start

    A character string that defines the name of the column in data that defines the start time of each unit's operational period.

    stop

    A character string that defines the name of the column in data that defines the end time of each unit's operational period.

    times

    A vector of times for which to calculate the number of units that were operational at each time. If times = NULL, a regular sequence of dates from the first to the last date in data is used.

    plot

    A logical variable that defines whether or not to plot the time series of the number of operational units.

    ...

    Additional arguments, passed to pretty_plot, to customise the plot.

    -

    Value

    +
    stop
    +

    A character string that defines the name of the column in data that defines the end time of each unit's operational period.

    -

    The function returns a dataframe that, for each time step (`time'), defines the number of operational units at that time (`n'). If plot = TRUE, the function also plots a time series of the number of operational units.

    -

    Details

    -

    This is a simple metric of sampling effort. For acoustic receivers, get_detection_area_ts provides another metric of sampling effort.

    -

    Author

    +
    times
    +

    A vector of times for which to calculate the number of units that were operational at each time. If times = NULL, a regular sequence of dates from the first to the last date in data is used.

    + +
    plot
    +

    A logical variable that defines whether or not to plot the time series of the number of operational units.

    + + +
    ...
    +

    Additional arguments, passed to pretty_plot, to customise the plot.

    + +
    +
    +

    Value

    + + +

    The function returns a dataframe that, for each time step (`time'), defines the number of operational units at that time (`n'). If plot = TRUE, the function also plots a time series of the number of operational units.

    +
    +
    +

    Details

    +

    This is a simple metric of sampling effort. For acoustic receivers, get_detection_area_ts provides another metric of sampling effort.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Number of operational receivers over an acoustic telemetry study -dat_n <- get_n_operational_ts(data = dat_moorings, - start = "receiver_start_date", - stop = "receiver_end_date") -
    utils::head(dat_n) -
    #> time n -#> 1 2016-03-03 18 -#> 2 2016-03-04 18 -#> 3 2016-03-05 18 -#> 4 2016-03-06 18 -#> 5 2016-03-07 18 -#> 6 2016-03-08 18
    -#### Example (2): Number of individuals at liberty over a tagging study -# Define 'tag_end_date' as hypothetical end date of a study -# ... and assume that all individuals remained tagged until this time -dat_ids$tag_end_date <- as.Date("2017-06-05") -dat_n <- get_n_operational_ts(data = dat_ids, - start = "tag_start_date", - stop = "tag_end_date") -
    -#### Example (3): Specify the time period under consideration -dat_n <- get_n_operational_ts(data = dat_ids, - start = "tag_start_date", - stop = "tag_end_date", - times = seq(min(dat_moorings$receiver_start_date), - max(dat_moorings$receiver_end_date), 1) - ) -
    -#### Example (4): Suppress or customise the plot -dat_n <- get_n_operational_ts(data = dat_ids, - start = "tag_start_date", - stop = "tag_end_date", - plot = FALSE) -dat_n <- get_n_operational_ts(data = dat_ids, - start = "tag_start_date", - stop = "tag_end_date", - xlab = "Time", ylab = "N (individuals)", - type = "l") -
    -#### Example (5): Additional examples with simulated data -# Example with one unit deployed on each day -tmp <- data.frame(id = 1:3L, - start = as.Date(c("2016-01-01", "2016-01-02", "2016-01-03")), - stop = as.Date(c("2016-01-01", "2016-01-02", "2016-01-03")) - ) -get_n_operational_ts(data = tmp, start = "start", stop = "stop") -
    #> Lower and upper limits for an inputted variable are identical. This is usually because all values of this variable are identical. Adjusted limits (+/- 25 % or +/- 0.25 or +/- 60 s) implemented.
    #> time n -#> 1 2016-01-01 1 -#> 2 2016-01-02 1 -#> 3 2016-01-03 1
    # Example with one unit deployed over a longer period -tmp <- data.frame(id = 1:3L, - start = as.Date(c("2016-01-01", "2016-01-02", "2016-01-03")), - stop = as.Date(c("2016-01-10", "2016-01-02", "2016-01-03")) - ) -get_n_operational_ts(data = tmp, start = "start", stop = "stop") -
    #> time n -#> 1 2016-01-01 1 -#> 2 2016-01-02 2 -#> 3 2016-01-03 2 -#> 4 2016-01-04 1 -#> 5 2016-01-05 1 -#> 6 2016-01-06 1 -#> 7 2016-01-07 1 -#> 8 2016-01-08 1 -#> 9 2016-01-09 1 -#> 10 2016-01-10 1
    -
    +
    +

    Examples

    +
    #### Example (1): Number of operational receivers over an acoustic telemetry study
    +dat_n <- get_n_operational_ts(data = dat_moorings,
    +                              start = "receiver_start_date",
    +                              stop = "receiver_end_date")
    +
    +utils::head(dat_n)
    +#>         time  n
    +#> 1 2016-03-03 18
    +#> 2 2016-03-04 18
    +#> 3 2016-03-05 18
    +#> 4 2016-03-06 18
    +#> 5 2016-03-07 18
    +#> 6 2016-03-08 18
    +
    +#### Example (2): Number of individuals at liberty over a tagging study
    +# Define 'tag_end_date' as hypothetical end date of a study
    +# ...  and assume that all individuals remained tagged until this time
    +dat_ids$tag_end_date <- as.Date("2017-06-05")
    +dat_n <- get_n_operational_ts(data = dat_ids,
    +                              start = "tag_start_date",
    +                              stop = "tag_end_date")
    +
    +
    +#### Example (3): Specify the time period under consideration
    +dat_n <- get_n_operational_ts(data = dat_ids,
    +                              start = "tag_start_date",
    +                              stop = "tag_end_date",
    +                              times = seq(min(dat_moorings$receiver_start_date),
    +                                          max(dat_moorings$receiver_end_date), 1)
    +                              )
    +
    +
    +#### Example (4): Suppress or customise the plot
    +dat_n <- get_n_operational_ts(data = dat_ids,
    +                              start = "tag_start_date",
    +                              stop = "tag_end_date",
    +                              plot = FALSE)
    +dat_n <- get_n_operational_ts(data = dat_ids,
    +                              start = "tag_start_date",
    +                              stop = "tag_end_date",
    +                              xlab = "Time", ylab = "N (individuals)",
    +                              type = "l")
    +
    +
    +#### Example (5): Additional examples with simulated data
    +# Example with one unit deployed on each day
    +tmp <- data.frame(id = 1:3L,
    +                  start = as.Date(c("2016-01-01", "2016-01-02", "2016-01-03")),
    +                  stop = as.Date(c("2016-01-01", "2016-01-02", "2016-01-03"))
    +                  )
    +get_n_operational_ts(data = tmp, start = "start", stop = "stop")
    +#> Lower and upper limits for an inputted variable are identical. This is usually because all values of this variable are identical. Adjusted limits (+/- 25 % or +/- 0.25 or +/- 60 s) implemented.
    +
    +#>         time n
    +#> 1 2016-01-01 1
    +#> 2 2016-01-02 1
    +#> 3 2016-01-03 1
    +# Example with one unit deployed over a longer period
    +tmp <- data.frame(id = 1:3L,
    +                  start = as.Date(c("2016-01-01", "2016-01-02", "2016-01-03")),
    +                  stop = as.Date(c("2016-01-10", "2016-01-02", "2016-01-03"))
    +                  )
    +get_n_operational_ts(data = tmp, start = "start", stop = "stop")
    +
    +#>          time n
    +#> 1  2016-01-01 1
    +#> 2  2016-01-02 2
    +#> 3  2016-01-03 2
    +#> 4  2016-01-04 1
    +#> 5  2016-01-05 1
    +#> 6  2016-01-06 1
    +#> 7  2016-01-07 1
    +#> 8  2016-01-08 1
    +#> 9  2016-01-09 1
    +#> 10 2016-01-10 1
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/get_residents-1.png b/docs/reference/get_residents-1.png index fa13fa1..b94d1a2 100644 Binary files a/docs/reference/get_residents-1.png and b/docs/reference/get_residents-1.png differ diff --git a/docs/reference/get_residents.html b/docs/reference/get_residents.html index 551a4fb..2d43064 100644 --- a/docs/reference/get_residents.html +++ b/docs/reference/get_residents.html @@ -1,67 +1,12 @@ - - - - - - - -Identify `resident' individuals in a passive acoustic telemetry array — get_residents • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Identify `resident' individuals in a passive acoustic telemetry array — get_residents • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,101 +65,107 @@

    Identify `resident' individuals in a passive acoustic telemetry array

    This function identifies `resident' individuals in a passive acoustic telemetry array from acoustic detection time series.

    -
    get_residents(
    -  acoustics,
    -  fct = NULL,
    -  resident_threshold_gap = 31,
    -  resident_threshold_duration = c(91.2501, 365.25),
    -  resident_labels = c("S", "L"),
    -  non_resident_label = "N",
    -  keep = NULL
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    acoustics

    A dataframe that contains passive acoustic telemetry detection time series (see dat_acoustics for an example). At a minimum, this should contain a POSIXct vector of time stamps when detections were made named `timestamp'.

    fct

    (optional) A character that defines the name of a column in acoustics that distinguishes acoustic time series for different individuals.

    resident_threshold_gap

    A number that specifies the maximum gap (days) between detections for an individual to be considered `resident' over the period of detections.

    resident_threshold_duration

    A sorted, numeric vector that specifies the duration (days) over which `regular' detections (spaced less than resident_threshold_gap apart) must occur for an individual to be considered as `resident'. A vector can be supplied to distinguish multiple residency categories (e.g., short-term residents and long-term residents).

    resident_labels

    A character vector of labels, one for each resident_threshold_duration, for residency categories (e.g., short-term and long-term residents).

    non_resident_label

    A character that defines the label given to non-residents.

    keep

    A character vector of column names in acoustics to retain in the returned dataframe (e.g., `sex', `maturity' etc.).

    - -

    Value

    - -

    The function returns a dataframe that defines, for each individual (fct), the duration (days) between the first detection and the last detection in a series of detections spaced less than resident_threshold_gap days apart (`time'), and the residency category (as defined by resident_threshold_duration and resident_labels).

    -

    Details

    +
    +
    get_residents(
    +  acoustics,
    +  fct = NULL,
    +  resident_threshold_gap = 31,
    +  resident_threshold_duration = c(91.2501, 365.25),
    +  resident_labels = c("S", "L"),
    +  non_resident_label = "N",
    +  keep = NULL
    +)
    +
    + +
    +

    Arguments

    +
    acoustics
    +

    A dataframe that contains passive acoustic telemetry detection time series (see dat_acoustics for an example). At a minimum, this should contain a POSIXct vector of time stamps when detections were made named `timestamp'.

    + + +
    fct
    +

    (optional) A character that defines the name of a column in acoustics that distinguishes acoustic time series for different individuals.

    + + +
    resident_threshold_gap
    +

    A number that specifies the maximum gap (days) between detections for an individual to be considered `resident' over the period of detections.

    + + +
    resident_threshold_duration
    +

    A sorted, numeric vector that specifies the duration (days) over which `regular' detections (spaced less than resident_threshold_gap apart) must occur for an individual to be considered as `resident'. A vector can be supplied to distinguish multiple residency categories (e.g., short-term residents and long-term residents).

    -

    This function assigns residency categories (e.g., non-resident, short-term resident, long-term resident) to individuals in acoustics, returning a dataframe with one row for each individual and a column for assigned residency categories. `Resident' individuals are defined as individuals with (a) `regular' detections (i.e. detections spaced less than some threshold time (resident_threshold_duration) apart) that (b) last for a requisite time interval (resident_threshold_duration). Multiple residency categories can be specified. Under the default options, non-residents are labelled "N". Short-term residents (labelled "S") are defined as individuals for which sequential detections were less than 31 days apart for more than 91 days (three months). Long-term residents (labelled "L") are defined as individuals for which sequential detections were less than 31 days apart for more than 365 days (12 months).

    -

    A method argument may be added in due course to implement other methods to define `resident' individuals (e.g., based on detection days, see get_detection_days) .

    -

    References

    -

    Lavender, et al. (in review). Movement patterns of a Critically Endangered elasmobranch (Dipturus intermedius) in a Marine Protected Area. Aquatic Conservation: Marine and Freshwater Ecosystems.

    -

    See also

    +
    resident_labels
    +

    A character vector of labels, one for each resident_threshold_duration, for residency categories (e.g., short-term and long-term residents).

    - -

    Author

    +
    non_resident_label
    +

    A character that defines the label given to non-residents.

    + + +
    keep
    +

    A character vector of column names in acoustics to retain in the returned dataframe (e.g., `sex', `maturity' etc.).

    + +
    +
    +

    Value

    + + +

    The function returns a dataframe that defines, for each individual (fct), the duration (days) between the first detection and the last detection in a series of detections spaced less than resident_threshold_gap days apart (`time'), and the residency category (as defined by resident_threshold_duration and resident_labels).

    +
    +
    +

    Details

    +

    This function assigns residency categories (e.g., non-resident, short-term resident, long-term resident) to individuals in acoustics, returning a dataframe with one row for each individual and a column for assigned residency categories. `Resident' individuals are defined as individuals with (a) `regular' detections (i.e. detections spaced less than some threshold time (resident_threshold_duration) apart) that (b) last for a requisite time interval (resident_threshold_duration). Multiple residency categories can be specified. Under the default options, non-residents are labelled "N". Short-term residents (labelled "S") are defined as individuals for which sequential detections were less than 31 days apart for more than 91 days (three months). Long-term residents (labelled "L") are defined as individuals for which sequential detections were less than 31 days apart for more than 365 days (12 months).

    +

    A method argument may be added in due course to implement other methods to define `resident' individuals (e.g., based on detection days, see get_detection_days) .

    +
    +
    +

    References

    +

    Lavender, et al. (in 2021). Movement patterns of a Critically Endangered elasmobranch (Dipturus intermedius) in a Marine Protected Area. Aquatic Conservation: Marine and Freshwater Ecosystems, 32(2), 348--365. https://doi.org/10.1002/aqc.3753

    +
    + +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Implement default options -get_residents(dat_acoustics, fct = "individual_id") -
    #> individual_id time resident -#> 1 25 441.1722 L -#> 2 28 220.4486 S -#> 3 35 397.2486 L
    # Compare results to abacus plot -prettyGraphics::pretty_plot(dat_acoustics$timestamp, dat_acoustics$individual_id) -
    -
    +
    +

    Examples

    +
    #### Example (1): Implement default options
    +get_residents(dat_acoustics, fct = "individual_id")
    +#>   individual_id     time resident
    +#> 1            25 441.1722        L
    +#> 2            28 220.4486        S
    +#> 3            35 397.2486        L
    +# Compare results to abacus plot
    +prettyGraphics::pretty_plot(dat_acoustics$timestamp, dat_acoustics$individual_id)
    +
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/index.html b/docs/reference/index.html index fb9b058..a77f49a 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -1,66 +1,12 @@ - - - - - - - -Function reference • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Function reference • flapper - + + - - - -
    -
    - -
    - -
    +
    - - - - - - - - - - -
    -

    All functions

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - -
    +

    All functions

    +

    ac()

    The acoustic-container (AC) algorithm

    +

    acdc()

    The acoustic-container depth-contour (ACDC) algorithm

    +

    acdc_access_dat() acdc_access_timesteps() acdc_access_maps()

    Short-cuts to elements of an "acdc_record" object

    +

    acdc_animate_record()

    Create a html animation of the AC/DC algorithm(s)

    +

    acdc_archive-class

    "acdc-archive" class

    +

    acdc_plot_record()

    Plot time-specific maps from the AC/DC algorithm(s)

    +

    acdc_plot_trace()

    Plot AC* container dynamics

    +

    acdc_record-class

    "acdc_record" class

    +

    acdc_simplify()

    Simplify the outputs of the AC/DC algorithms

    +

    acs_setup_containers()

    Setup the detection containers required for the AC* algorithm(s)

    +

    acs_setup_detection_kernels()

    Setup detection probability kernels for the AC* algorithm(s)

    +

    acs_setup_mobility()

    Examine the constant `mobility' assumption of the AC* algorithm(s)

    +

    assemble_sentinel_counts()

    Assemble counts of transmissions/detections from sentinel tags

    +

    buffer_and_crop()

    Buffer and crop a spatial object

    +

    cells_from_val()

    Obtain a RasterLayer or the cells of RasterLayer that are equal to or lie within a range of specified values

    +

    cl_lapply() cl_check() cl_cores() cl_chunks() cl_export() cl_stop()

    Parallelisation helpers

    +

    coa()

    The centres of activity (COA) algorithm

    +

    coa_setup_delta_t()

    Suggest time intervals over which to calculate centres of activity

    +

    crop_from_click()

    Interactively crop a raster

    +

    Interactively crop a raster

    dat_acdc

    Example ACDC algorithm output

    +

    dat_acoustics

    Example passive acoustic telemetry detections dataset

    +

    dat_archival

    Example archival dataset

    +

    dat_coast

    The coastline around the MEFS Firth of Lorn acoustic array

    +

    dat_containers

    Example detection containers from acs_setup_containers

    +

    Example detection containers from acs_setup_containers

    dat_dc

    Example DC algorithm output

    +

    dat_dcpf_histories

    Example DCPF algorithm output: particle histories

    +

    dat_dcpf_paths

    Example DCPF algorithm output: reconstructed paths

    +

    dat_gebco

    The bathymetry around the MEFS Firth of Lorn acoustic array

    +

    dat_ids

    Example tagged individuals dataset

    +

    dat_moorings

    Example passive acoustic telemetry receiver moorings dataset

    +

    dat_sentinel

    Example sentinel tag range testing dataset

    +

    dc()

    The depth-contour (DC) algorithm

    +

    dcq()

    The `quick' depth-contour (DCQ) algorithm

    +

    dist_btw_clicks()

    Calculate the distance between sequential mouse clicks on a map

    +

    dist_btw_points_3d()

    Calculate the Euclidean distance between points in three-dimensional space.

    +

    Calculate the Euclidean distance(s) between points in three-dimensional space.

    dist_btw_receivers()

    Compute Euclidean distances between receivers

    +

    dist_over_surface()

    Calculate the total distance of a path over a three-dimensional surface

    +

    eval_by_kud()

    Evaluate movement path estimates using kernel utilisation distributions

    +

    flapper-tips-parallel

    Parallelisation in flapper

    +

    Parallelisation in flapper

    flapper

    flapper: Routines for the analysis of passive acoustic telemetry data

    +

    flapper_run_parallel flapper_run_slow

    Global example controls

    +

    get_detection_area_sum()

    Calculate the total area sampled by acoustic receivers

    +

    get_detection_area_ts()

    Calculate the area sampled by receivers through time

    +

    get_detection_clumps()

    Get detection clumps

    +

    get_detection_containers()

    Define detection containers around receivers

    +

    get_detection_containers_envir()

    Sample environmental conditions around receivers

    +

    get_detection_containers_overlap()

    Get detection container overlaps

    +

    get_detection_days()

    Calculate detection days

    +

    get_detection_overlaps()

    Get `overlapping' detections

    +

    get_detection_pr()

    A detection probability function based on distance

    +

    get_hr_prop() get_hr_core() get_hr_home() get_hr_full()

    Get animal `home ranges'

    +

    get_id_rec_overlap()

    Calculate the overlap between individuals' time at liberty and receivers' operational periods

    +

    get_intersection()

    Spatial intersections with one or more geometries

    +

    get_mvt_mobility_from_acoustics() get_mvt_mobility_from_archival()

    Estimate individual swimming speeds from acoustic and archival data

    +

    get_mvt_resting()

    Identify resting behaviour within depth time series

    +

    get_n_operational_ts()

    Calculate the number of operational units through time

    +

    get_residents()

    Identify `resident' individuals in a passive acoustic telemetry array

    +

    invert_poly()

    Invert a (spatial) polygon

    +

    kud_around_coastline() kud_around_coastline_fast()

    Process a kernel utilisation distribution around a barrier

    +

    kud_habitat()

    Define a `habitat' grid for kernel smoothing

    +

    lcp_comp()

    Compare Euclidean and shortest distances

    +

    lcp_costs()

    Calculate the distances between connected cells in a Raster*

    +

    lcp_from_point()

    Create a Raster* of the least-cost distances around a point

    +

    lcp_graph_surface()

    Construct a graph for least-cost paths analysis of movement from a point on a Raster*

    +

    lcp_interp()

    Interpolate shortest (least-cost) paths between locations along a movement path

    +

    lcp_over_surface()

    Calculate shortest path(s) and/or distance(s) over a surface between origin and destination coordinates

    +

    make_df_detections()

    Convert a detection matrix into a dataframe

    +

    make_matrix_cooccurence()

    Compute a detection history similarity matrix

    +

    make_matrix_detections()

    Matricise detection time series

    +

    make_matrix_ids()

    Matricise individual deployment time series

    +

    make_matrix_receivers()

    Matricise receiver deployment time series

    +

    mask_io()

    Implement mask using the inside or outside of the mask

    +

    Implement mask using the inside or outside of the mask

    pf()

    The particle filtering routine

    +

    pf_access_history()

    Access the `history' element of a pf_archive-class object

    +

    Access the `history' element of a pf_archive-class object

    pf_access_history_files()

    List `history' files from a PF algorithm

    +

    pf_access_particles_unique()

    Access the cells sampled by PF

    +

    pf_animate_history()

    Create a html animation of the PF algorithm(s)

    +

    pf_archive-class

    "pf_archive" class

    +

    pf_kud()

    Smooth POU maps

    +

    pf_kud_1() pf_kud_2()

    (Experimental) Alternative kernel smoothing routines for particles or paths from a PF algorithm

    +

    pf_loglik()

    Calculate the log-probability of movement paths from a PF algorithm

    +

    pf_path-class

    "pf" class

    +

    pf_plot_1d()

    Plot one-dimensional depth time series from a PF algorithm

    +

    pf_plot_2d()

    Map two-dimensional paths from a PF algorithm

    +

    pf_plot_3d()

    Map three-dimensional paths from a PF algorithm

    +

    pf_plot_history()

    Plot particle histories from a PF algorithm

    +

    pf_plot_map()

    Plot `probability of use' from a PF algorithm

    +

    pf_setup_movement_pr()

    A simple movement model dependent on distance

    +

    pf_setup_optimisers()

    Optimisation settings for pf

    +

    Optimisation settings for pf

    pf_setup_record()

    List `record' files from an AC/DC algorithm for PF

    +

    pf_simplify()

    Convert particle histories from pf into movement paths

    +

    Convert particle histories from pf into movement paths

    process_false_detections_sf()

    Pass putative false detections through a spatial filter

    +

    process_quality_check()

    Basic quality checks of passive acoustic telemetry datasets

    +

    process_receiver_id()

    Add unique receiver IDs to passive acoustic telemetry time series

    +

    process_surface()

    Process a Raster* by aggregation and quantify the error induced by this process

    +

    query_open_topo()

    Query the Open Topo Data API for elevation data

    +

    segments_cross_barrier()

    Determine if Euclidean path segments cross a barrier

    +

    sim_array()

    Simulate (marine) monitoring arrays

    +

    sim_detections()

    Simulate detections

    +

    sim_path_*

    Functions for the simulation of movement paths

    +

    sim_path_ou_1()

    Simulate discrete-time movement paths under a Ornstein-Uhlenbeck process (1)

    +

    sim_path_sa() sim_steps() sim_angles()

    Simulate discrete-time movement paths from step lengths and turning angles

    +

    sim_surface()

    Populate a raster with simulated values

    +

    split_raster_equally()

    Split a raster into equal-area parts

    +

    update_extent()

    Shrink or expand an extent object

    +

    Shrink or expand an extent object

    xy_from_click()

    Get location coordinates from mouse click(s)

    - +
    +
    -
    - - + + diff --git a/docs/reference/invert_poly-1.png b/docs/reference/invert_poly-1.png index 9f12041..ca1b30c 100644 Binary files a/docs/reference/invert_poly-1.png and b/docs/reference/invert_poly-1.png differ diff --git a/docs/reference/invert_poly.html b/docs/reference/invert_poly.html index 73a67ce..5c0c62d 100644 --- a/docs/reference/invert_poly.html +++ b/docs/reference/invert_poly.html @@ -1,67 +1,12 @@ - - - - - - - -Invert a (spatial) polygon — invert_poly • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Invert a (spatial) polygon — invert_poly • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,156 +65,181 @@

    Invert a (spatial) polygon

    This function inverts a (spatial) polygon so that the `inside' of the original polygon becomes the `outside' and vice-versa. The function was motivated by marine applications in which polygons that define the coastline `contain' land and need to be inverted to define the sea.

    -
    invert_poly(x, boundaries = raster::extent(x), ...)
    +
    +
    invert_poly(x, boundaries = raster::extent(x), ...)
    +
    + +
    +

    Arguments

    +
    x
    +

    An SpatialPolygons-class or SpatialPolygonsDataFrame-class object.

    + + +
    boundaries
    +

    A extent object that defines the boundaries of the area under consideration. By default, this is defined by the extent of x.

    -

    Arguments

    - - - - - - - - - - - - - - -
    x

    An SpatialPolygons-class or SpatialPolygonsDataFrame-class object.

    boundaries

    A extent object that defines the boundaries of the area under consideration. By default, this is defined by the extent of x.

    ...

    Additional arguments passed to gDifference.

    -

    Value

    +
    ...
    +

    Additional arguments passed to gDifference.

    -

    The function returns a SpatialPolygons-class object.

    -

    Author

    +
    +
    +

    Value

    + +

    The function returns a SpatialPolygons-class object.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Compare original and inverted polygon -# In this example, we have a polygon that defines the coastline -# ... with the polygon enclosing the land. We can invert -# ... the polygon to return a polygon that defines the sea. -pp <- graphics::par(mfrow = c(1, 2)) -raster::plot(dat_coast, col = "darkgreen") -dat_sea <- invert_poly(dat_coast) -raster::plot(dat_sea, col = "skyblue") -
    graphics::par(pp) -# The CRS of the two objects is identical -raster::crs(dat_coast); raster::crs(dat_sea) -
    #> Coordinate Reference System: -#> Deprecated Proj.4 representation: -#> +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> WKT2 2019 representation: -#> PROJCRS["unknown", -#> BASEGEOGCRS["unknown", -#> DATUM["World Geodetic System 1984", -#> ELLIPSOID["WGS 84",6378137,298.257223563, -#> LENGTHUNIT["metre",1]], -#> ID["EPSG",6326]], -#> PRIMEM["Greenwich",0, -#> ANGLEUNIT["degree",0.0174532925199433], -#> ID["EPSG",8901]]], -#> CONVERSION["UTM zone 29N", -#> METHOD["Transverse Mercator", -#> ID["EPSG",9807]], -#> PARAMETER["Latitude of natural origin",0, -#> ANGLEUNIT["degree",0.0174532925199433], -#> ID["EPSG",8801]], -#> PARAMETER["Longitude of natural origin",-9, -#> ANGLEUNIT["degree",0.0174532925199433], -#> ID["EPSG",8802]], -#> PARAMETER["Scale factor at natural origin",0.9996, -#> SCALEUNIT["unity",1], -#> ID["EPSG",8805]], -#> PARAMETER["False easting",500000, -#> LENGTHUNIT["metre",1], -#> ID["EPSG",8806]], -#> PARAMETER["False northing",0, -#> LENGTHUNIT["metre",1], -#> ID["EPSG",8807]], -#> ID["EPSG",16029]], -#> CS[Cartesian,2], -#> AXIS["(E)",east, -#> ORDER[1], -#> LENGTHUNIT["metre",1, -#> ID["EPSG",9001]]], -#> AXIS["(N)",north, -#> ORDER[2], -#> LENGTHUNIT["metre",1, -#> ID["EPSG",9001]]]]
    #> Coordinate Reference System: -#> Deprecated Proj.4 representation: -#> +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> WKT2 2019 representation: -#> PROJCRS["unknown", -#> BASEGEOGCRS["unknown", -#> DATUM["World Geodetic System 1984", -#> ELLIPSOID["WGS 84",6378137,298.257223563, -#> LENGTHUNIT["metre",1]], -#> ID["EPSG",6326]], -#> PRIMEM["Greenwich",0, -#> ANGLEUNIT["degree",0.0174532925199433], -#> ID["EPSG",8901]]], -#> CONVERSION["UTM zone 29N", -#> METHOD["Transverse Mercator", -#> ID["EPSG",9807]], -#> PARAMETER["Latitude of natural origin",0, -#> ANGLEUNIT["degree",0.0174532925199433], -#> ID["EPSG",8801]], -#> PARAMETER["Longitude of natural origin",-9, -#> ANGLEUNIT["degree",0.0174532925199433], -#> ID["EPSG",8802]], -#> PARAMETER["Scale factor at natural origin",0.9996, -#> SCALEUNIT["unity",1], -#> ID["EPSG",8805]], -#> PARAMETER["False easting",500000, -#> LENGTHUNIT["metre",1], -#> ID["EPSG",8806]], -#> PARAMETER["False northing",0, -#> LENGTHUNIT["metre",1], -#> ID["EPSG",8807]], -#> ID["EPSG",16029]], -#> CS[Cartesian,2], -#> AXIS["(E)",east, -#> ORDER[1], -#> LENGTHUNIT["metre",1, -#> ID["EPSG",9001]]], -#> AXIS["(N)",north, -#> ORDER[2], -#> LENGTHUNIT["metre",1, -#> ID["EPSG",9001]]]]
    # Compare the classes of the two objects -class(dat_coast); class(dat_sea) -
    #> [1] "SpatialPolygonsDataFrame" -#> attr(,"package") -#> [1] "sp"
    #> [1] "SpatialPolygons" -#> attr(,"package") -#> [1] "sp"
    +
    +

    Examples

    +
    #### Example (1): Compare original and inverted polygon
    +# In this example, we have a polygon that defines the coastline
    +# ... with the polygon enclosing the land. We can invert
    +# ... the polygon to return a polygon that defines the sea.
    +pp <- graphics::par(mfrow = c(1, 2))
    +raster::plot(dat_coast, col = "darkgreen")
    +dat_sea <- invert_poly(dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +raster::plot(dat_sea, col = "skyblue")
    +
    +graphics::par(pp)
    +# The CRS of the two objects is identical
    +raster::crs(dat_coast); raster::crs(dat_sea)
    +#> Coordinate Reference System:
    +#> Deprecated Proj.4 representation:
    +#>  +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> WKT2 2019 representation:
    +#> PROJCRS["WGS 84 / UTM zone 29N",
    +#>     BASEGEOGCRS["WGS 84",
    +#>         ENSEMBLE["World Geodetic System 1984 ensemble",
    +#>             MEMBER["World Geodetic System 1984 (Transit)"],
    +#>             MEMBER["World Geodetic System 1984 (G730)"],
    +#>             MEMBER["World Geodetic System 1984 (G873)"],
    +#>             MEMBER["World Geodetic System 1984 (G1150)"],
    +#>             MEMBER["World Geodetic System 1984 (G1674)"],
    +#>             MEMBER["World Geodetic System 1984 (G1762)"],
    +#>             MEMBER["World Geodetic System 1984 (G2139)"],
    +#>             ELLIPSOID["WGS 84",6378137,298.257223563,
    +#>                 LENGTHUNIT["metre",1]],
    +#>             ENSEMBLEACCURACY[2.0]],
    +#>         PRIMEM["Greenwich",0,
    +#>             ANGLEUNIT["degree",0.0174532925199433]],
    +#>         ID["EPSG",4326]],
    +#>     CONVERSION["UTM zone 29N",
    +#>         METHOD["Transverse Mercator",
    +#>             ID["EPSG",9807]],
    +#>         PARAMETER["Latitude of natural origin",0,
    +#>             ANGLEUNIT["degree",0.0174532925199433],
    +#>             ID["EPSG",8801]],
    +#>         PARAMETER["Longitude of natural origin",-9,
    +#>             ANGLEUNIT["degree",0.0174532925199433],
    +#>             ID["EPSG",8802]],
    +#>         PARAMETER["Scale factor at natural origin",0.9996,
    +#>             SCALEUNIT["unity",1],
    +#>             ID["EPSG",8805]],
    +#>         PARAMETER["False easting",500000,
    +#>             LENGTHUNIT["metre",1],
    +#>             ID["EPSG",8806]],
    +#>         PARAMETER["False northing",0,
    +#>             LENGTHUNIT["metre",1],
    +#>             ID["EPSG",8807]]],
    +#>     CS[Cartesian,2],
    +#>         AXIS["(E)",east,
    +#>             ORDER[1],
    +#>             LENGTHUNIT["metre",1]],
    +#>         AXIS["(N)",north,
    +#>             ORDER[2],
    +#>             LENGTHUNIT["metre",1]],
    +#>     USAGE[
    +#>         SCOPE["Engineering survey, topographic mapping."],
    +#>         AREA["Between 12degreesW and 6degreesW, northern hemisphere between equator and 84degreesN, onshore and offshore. Algeria. Cote D'Ivoire (Ivory Coast). Faroe Islands. Guinea. Ireland. Jan Mayen. Mali. Mauritania. Morocco. Portugal. Sierra Leone. Spain. United Kingdom (UK). Western Sahara."],
    +#>         BBOX[0,-12,84,-6]],
    +#>     ID["EPSG",32629]] 
    +#> Coordinate Reference System:
    +#> Deprecated Proj.4 representation:
    +#>  +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> WKT2 2019 representation:
    +#> PROJCRS["WGS 84 / UTM zone 29N",
    +#>     BASEGEOGCRS["WGS 84",
    +#>         ENSEMBLE["World Geodetic System 1984 ensemble",
    +#>             MEMBER["World Geodetic System 1984 (Transit)"],
    +#>             MEMBER["World Geodetic System 1984 (G730)"],
    +#>             MEMBER["World Geodetic System 1984 (G873)"],
    +#>             MEMBER["World Geodetic System 1984 (G1150)"],
    +#>             MEMBER["World Geodetic System 1984 (G1674)"],
    +#>             MEMBER["World Geodetic System 1984 (G1762)"],
    +#>             MEMBER["World Geodetic System 1984 (G2139)"],
    +#>             ELLIPSOID["WGS 84",6378137,298.257223563,
    +#>                 LENGTHUNIT["metre",1]],
    +#>             ENSEMBLEACCURACY[2.0]],
    +#>         PRIMEM["Greenwich",0,
    +#>             ANGLEUNIT["degree",0.0174532925199433]],
    +#>         ID["EPSG",4326]],
    +#>     CONVERSION["UTM zone 29N",
    +#>         METHOD["Transverse Mercator",
    +#>             ID["EPSG",9807]],
    +#>         PARAMETER["Latitude of natural origin",0,
    +#>             ANGLEUNIT["degree",0.0174532925199433],
    +#>             ID["EPSG",8801]],
    +#>         PARAMETER["Longitude of natural origin",-9,
    +#>             ANGLEUNIT["degree",0.0174532925199433],
    +#>             ID["EPSG",8802]],
    +#>         PARAMETER["Scale factor at natural origin",0.9996,
    +#>             SCALEUNIT["unity",1],
    +#>             ID["EPSG",8805]],
    +#>         PARAMETER["False easting",500000,
    +#>             LENGTHUNIT["metre",1],
    +#>             ID["EPSG",8806]],
    +#>         PARAMETER["False northing",0,
    +#>             LENGTHUNIT["metre",1],
    +#>             ID["EPSG",8807]]],
    +#>     CS[Cartesian,2],
    +#>         AXIS["(E)",east,
    +#>             ORDER[1],
    +#>             LENGTHUNIT["metre",1]],
    +#>         AXIS["(N)",north,
    +#>             ORDER[2],
    +#>             LENGTHUNIT["metre",1]],
    +#>     USAGE[
    +#>         SCOPE["Engineering survey, topographic mapping."],
    +#>         AREA["Between 12degreesW and 6degreesW, northern hemisphere between equator and 84degreesN, onshore and offshore. Algeria. Cote D'Ivoire (Ivory Coast). Faroe Islands. Guinea. Ireland. Jan Mayen. Mali. Mauritania. Morocco. Portugal. Sierra Leone. Spain. United Kingdom (UK). Western Sahara."],
    +#>         BBOX[0,-12,84,-6]],
    +#>     ID["EPSG",32629]] 
    +# Compare the classes of the two objects
    +class(dat_coast); class(dat_sea)
    +#> [1] "SpatialPolygonsDataFrame"
    +#> attr(,"package")
    +#> [1] "sp"
    +#> [1] "SpatialPolygons"
    +#> attr(,"package")
    +#> [1] "sp"
    +
    +
    +
    - - - + + diff --git a/docs/reference/kud_around_coastline-1.png b/docs/reference/kud_around_coastline-1.png index be42707..cacb98d 100644 Binary files a/docs/reference/kud_around_coastline-1.png and b/docs/reference/kud_around_coastline-1.png differ diff --git a/docs/reference/kud_around_coastline-2.png b/docs/reference/kud_around_coastline-2.png index 32d8961..2497981 100644 Binary files a/docs/reference/kud_around_coastline-2.png and b/docs/reference/kud_around_coastline-2.png differ diff --git a/docs/reference/kud_around_coastline-3.png b/docs/reference/kud_around_coastline-3.png index a6959fa..5316744 100644 Binary files a/docs/reference/kud_around_coastline-3.png and b/docs/reference/kud_around_coastline-3.png differ diff --git a/docs/reference/kud_around_coastline-4.png b/docs/reference/kud_around_coastline-4.png index 7e529c2..a86e1fa 100644 Binary files a/docs/reference/kud_around_coastline-4.png and b/docs/reference/kud_around_coastline-4.png differ diff --git a/docs/reference/kud_around_coastline.html b/docs/reference/kud_around_coastline.html index bc6692a..b2b407c 100644 --- a/docs/reference/kud_around_coastline.html +++ b/docs/reference/kud_around_coastline.html @@ -1,67 +1,12 @@ - - - - - - - -Process a kernel utilisation distribution around a barrier — kud_around_coastline • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Process a kernel utilisation distribution around a barrier — kud_around_coastline • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    Given an animal movement path over a gridded surface, kud_around_coastline estimates a `raw' kernel utilisation distribution (from kernelUD) and then processes the distribution to account for barriers to movement, such as coastline. kud_around_coastline_fast is a bare-bones implementation of this function for iterative applications. To implement these functions, the movement path(s) should be supplied as a SpatialPointsDataFrame and the grid over which estimation is implemented as a SpatialPixelsDataFrame with values 0 and 1 defining unsuitable and suitable habitat respectively.

    +

    Given an animal movement path over a gridded surface, kud_around_coastline estimates a `raw' kernel utilisation distribution (from kernelUD) and then processes the distribution to account for barriers to movement, such as coastline. kud_around_coastline_fast is a bare-bones implementation of this function for iterative applications. To implement these functions, the movement path(s) should be supplied as a SpatialPointsDataFrame and the grid over which estimation is implemented as a SpatialPixelsDataFrame with values 0 and 1 defining unsuitable and suitable habitat respectively.

    -
    kud_around_coastline(xy, grid, ...)
    -
    -kud_around_coastline_fast(xy, grid, ...)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    xy

    A SpatialPointsDataFrame object that defines the movement path(s). This should contain a column that defines the individual ID(s) as a factor. kud_around_coastline_fast can only handle one individual.

    grid

    A SpatialPixelsDataFrame object that defines the grid over which estimation is implemented and binary habitat suitability (0, unsuitable; or 1, suitable).

    ...

    Additional arguments passed to kernelUD.

    - -

    Source

    +
    +
    kud_around_coastline(xy, grid, ...)
    +
    +kud_around_coastline_fast(xy, grid, ...)
    +
    +
    +

    Source

    This forum is a useful resource: http://r-sig-geo.2731867.n2.nabble.com/Walruses-and-adehabitatHR-class-estUDm-exclusion-of-non-habitat-pixels-and-summary-over-all-animals-td6497315.html.

    -

    Value

    +
    +
    +

    Arguments

    +
    xy
    +

    A SpatialPointsDataFrame object that defines the movement path(s). This should contain a column that defines the individual ID(s) as a factor. kud_around_coastline_fast can only handle one individual.

    - -
      -
    • kud_around_coastline returns an object of class `estUDm'. This is a list, with one component per animal, of estUD-class objects. The `h' slot of the output (output@h) has been modified so that the method (`meth') is given as `specified'.

    • -
    • kud_around_coastline_fast returns an object of class `RasterLayer'.

    • -
    -

    Details

    +
    grid
    +

    A SpatialPixelsDataFrame object that defines the grid over which estimation is implemented and binary habitat suitability (0, unsuitable; or 1, suitable).

    -

    Utilisation distributions (UDs) are bivariate probability distributions that describe the probability (density) of locating an individual in any given area at a randomly chosen time. These can be estimated using the kernelUD function. The algorithms implemented by kernelUD function can incorporate simple barriers, but restrictions on the shapes of barriers mean that in many real-world settings (e.g., in areas with complex coastline) barriers cannot be implemented. As a result, a pragmatic (if somewhat unsatisfactory) approach is to post-process the raw utilisation distribution by removing areas in which movement is impossible and then re-normalise the distribution (so that probabilities sum to one). These functions achieve this by implementing the estimation over a grid, which defines whether (1) or not (0) an area is `habitat'. After the estimation of the raw UD across the grid, probability density scores are combined (multiplied) with the habitat suitability score (0, 1) and then renormalised (by dividing by the total score across suitable areas).

    -

    To implement these routines, kud_around_coastline is typically the preferable option. kud_around_coastline is a bare-bones implementation of the routines within kud_around_coastline that has is designed to be (marginally) faster (e.g., for iterative applications). This function skips checks on user inputs, assuming that xy and grid have been correctly specified (as a SpatialPointsDataFrame for a specific individual and a SpatialPixelsDataFrame respectively), implements the estimation and returns a raster rather than an `estUDm' object (see Value).

    -

    Author

    -

    Edward Lavender

    +
    ...
    +

    Additional arguments passed to kernelUD.

    -

    Examples

    -
    #### Set up -## (1) Simulate path for which to compute UD -# Focus on a sample of the marine environment off Oban, West Scotland -sea <- invert_poly(dat_coast) -sea <- raster::crop(sea, update_extent(raster::extent(sea), x_shift = -2500)) -prettyGraphics::pretty_map(add_polys = list(x = sea, col = "skyblue")) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    # Simulate path -n <- 1000 -path_ls <- sim_path_sa(n = n, - area = sea, - sim_step = function(...) stats::rgamma(1, shape = 20, scale = 20), - seed = 1, - plot = FALSE - ) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:04:31)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0%
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> | | | 1% | |= | 1% | |= | 2% | |== | 2% | |== | 3% | |== | 4% | |=== | 4% | |=== | 5% | |==== | 5% | |==== | 6% | |===== | 6% | |===== | 7% | |===== | 8% | |====== | 8% | |====== | 9% | |======= | 9% | |======= | 10% | |======= | 11% | |======== | 11% | |======== | 12% | |========= | 12% | |========= | 13% | |========= | 14% | |========== | 14% | |========== | 15% | |=========== | 15% | |=========== | 16% | |============ | 16% | |============ | 17% | |============ | 18% | |============= | 18% | |============= | 19% | |============== | 19% | |============== | 20% | |============== | 21% | |=============== | 21% | |=============== | 22% | |================ | 22% | |================ | 23% | |================ | 24% | |================= | 24% | |================= | 25% | |================== | 25% | |================== | 26% | |=================== | 26% | |=================== | 27% | |=================== | 28% | |==================== | 28% | |==================== | 29% | |===================== | 29% | |===================== | 30% | |===================== | 31% | |====================== | 31% | |====================== | 32% | |======================= | 32% | |======================= | 33% | |======================= | 34% | |======================== | 34% | |======================== | 35% | |========================= | 35% | |========================= | 36% | |========================== | 36% | |========================== | 37% | |========================== | 38% | |=========================== | 38% | |=========================== | 39% | |============================ | 39% | |============================ | 40% | |============================ | 41% | |============================= | 41% | |============================= | 42% | |============================== | 42% | |============================== | 43% | |============================== | 44% | |=============================== | 44% | |=============================== | 45% | |================================ | 45% | |================================ | 46% | |================================= | 46% | |================================= | 47% | |================================= | 48% | |================================== | 48% | |================================== | 49% | |=================================== | 49% | |=================================== | 50% | |=================================== | 51% | |==================================== | 51% | |==================================== | 52% | |===================================== | 52% | |===================================== | 53% | |===================================== | 54% | |====================================== | 54% | |====================================== | 55% | |======================================= | 55% | |======================================= | 56% | |======================================== | 56% | |======================================== | 57% | |======================================== | 58% | |========================================= | 58% | |========================================= | 59% | |========================================== | 59% | |========================================== | 60% | |========================================== | 61% | |=========================================== | 61% | |=========================================== | 62% | |============================================ | 62% | |============================================ | 63% | |============================================ | 64% | |============================================= | 64% | |============================================= | 65% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 66% | |=============================================== | 67% | |=============================================== | 68% | |================================================ | 68% | |================================================ | 69% | |================================================= | 69% | |================================================= | 70% | |================================================= | 71% | |================================================== | 71% | |================================================== | 72% | |=================================================== | 72% | |=================================================== | 73% | |=================================================== | 74% | |==================================================== | 74% | |==================================================== | 75% | |===================================================== | 75% | |===================================================== | 76% | |====================================================== | 76% | |====================================================== | 77% | |====================================================== | 78% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 79% | |======================================================== | 80% | |======================================================== | 81% | |========================================================= | 81% | |========================================================= | 82% | |========================================================== | 82% | |========================================================== | 83% | |========================================================== | 84% | |=========================================================== | 84% | |=========================================================== | 85% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 86% | |============================================================= | 87% | |============================================================= | 88% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 89% | |=============================================================== | 90% | |=============================================================== | 91% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 92% | |================================================================= | 93% | |================================================================= | 94% | |================================================================== | 94% | |================================================================== | 95% | |=================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 96% | |==================================================================== | 97% | |==================================================================== | 98% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 99% | |======================================================================| 100%... flapper::sim_path_sa() call completed (@ 2022-06-17 10:04:33) after ~0.04 minutes.
    prettyGraphics::add_sp_path(path_ls$xy_mat, - col = viridis::viridis(n), - length = 0.02) -
    ## (2) Define path as a SpatialPointsDataFrame (SpatialPoints is not allowed) -path <- sp::SpatialPointsDataFrame( - path_ls$xy_mat, - data = data.frame(ID = factor(rep(1, nrow(path_ls$xy_mat)))), - proj4string = raster::crs(dat_coast)) -## (3) Define grid over which to implement estimation -# ... The grid needs to be sufficiently small to capture the coastline -# ... reasonably while being large enough to enable calculation -# ... of the home range. -r <- raster::raster(raster::extent(dat_coast), nrows = 100, ncols = 100) -raster::values(r) <- 0 -r <- raster::mask(r, dat_coast, updatevalue = 1) -habitat <- methods::as(r, "SpatialPixelsDataFrame") -sp::plot(habitat) -
    -#### Example (1) Implement estimation and processing -## Estimate raw UD -ud_raw <- adehabitatHR::kernelUD(xy = path, grid = habitat) -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    # Object is of class estUDm, which is a list of estUD objects -# The outputs for each animal can be accessed by indexing -ud_raw[[1]] -
    #> ********** Utilization distribution of an Animal ************ -#> -#> Type: probability density -#> Smoothing parameter estimated with a href parameter -#> This object inherits from the class SpatialPixelsDataFrame. -#> See estUD-class for more information -#>
    # Check smoothing parameters -ud_raw[[1]]@h -
    #> $h -#> [1] 632.7372 -#> -#> $meth -#> [1] "href" -#>
    ## Estimate raw UD and post-process -ud_pro <- kud_around_coastline(xy = path, grid = habitat) -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    # The same type of object is returned -ud_pro[[1]] -
    #> ********** Utilization distribution of an Animal ************ -#> -#> Type: probability density -#> Smoothing parameter estimated with a specified parameter -#> This object inherits from the class SpatialPixelsDataFrame. -#> See estUD-class for more information -#>
    # Smoothing parameters have been modified -ud_pro[[1]]@h -
    #> $h -#> [1] 0 -#> -#> $meth -#> [1] "specified" -#>
    ## Compare plots -# ... Notice that the processed version doesn't 'bleed' onto land -# ... and the scale differs due to the re-normalisation -ud_raw_r <- raster::raster(ud_raw[[1]]) -ud_pro_r <- raster::raster(ud_pro[[1]]) -pp <- graphics::par(mfrow = c(1, 2)) -prettyGraphics::pretty_map(add_rasters = list(x = ud_raw_r), - add_polys = list(x = dat_coast), - add_paths = list(x = path, - col = viridis::viridis(n), - lwd = 0.25, - length = 0.02) - ) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    prettyGraphics::pretty_map(add_rasters = list(x = ud_pro_r), - add_polys = list(x = dat_coast), - add_paths = list(x = path, - col = viridis::viridis(n), - lwd = 0.25, - length = 0.02) - ) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    graphics::par(pp) +
    +
    +

    Value

    + -#### Further analysis can be implemented as usual -# For example we can compute the home range contours from the UD -# ... using adehabitatHR::getvolumeUD(). In practice, this converts from the -# ... probability density scale to a more intuitive % home range scale. -# Get volume -vol_raw <- adehabitatHR::getvolumeUD(ud_raw, standardize = TRUE) -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    vol_pro <- adehabitatHR::getvolumeUD(ud_pro, standardize = TRUE) -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    # Get contours -ver_raw <- adehabitatHR::getverticeshr(ud_raw[[1]], standardize = TRUE) -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    ver_pro <- adehabitatHR::getverticeshr(ud_pro[[1]], standardize = TRUE) -
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    # Rasterise -vol_raw_r <- raster::raster(vol_raw[[1]]) -vol_pro_r <- raster::raster(vol_pro[[1]]) -# For neatness on the plot, it is convenient to exclude areas beyond 95 % -vol_raw_r[vol_raw_r[] > 95] <- NA -vol_pro_r[vol_pro_r[] > 95] <- NA -# Plot -pp <- graphics::par(mfrow = c(1, 2)) -prettyGraphics::pretty_map(add_rasters = list(x = vol_raw_r), - add_polys = list(list(x = dat_coast), - list(x = ver_raw, - border = "blue", - lwd = 2)), - add_paths = list(x = path, - col = viridis::viridis(n), - lwd = 0.25, - length = 0.02) - ) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    prettyGraphics::pretty_map(add_rasters = list(x = vol_pro_r), - add_polys = list(list(x = dat_coast), - list(x = ver_pro, - border = "blue", - lwd = 2)), - add_paths = list(x = path, - col = viridis::viridis(n), - lwd = 0.25, - length = 0.02) - ) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    graphics::par(pp) +
    • kud_around_coastline returns an object of class `estUDm'. This is a list, with one component per animal, of estUD-class objects. The `h' slot of the output (output@h) has been modified so that the method (`meth') is given as `specified'.

    • +
    • kud_around_coastline_fast returns an object of class `RasterLayer'.

    • +
    +
    +

    Details

    +

    Utilisation distributions (UDs) are bivariate probability distributions that describe the probability (density) of locating an individual in any given area at a randomly chosen time. These can be estimated using the kernelUD function. The algorithms implemented by kernelUD function can incorporate simple barriers, but restrictions on the shapes of barriers mean that in many real-world settings (e.g., in areas with complex coastline) barriers cannot be implemented. As a result, a pragmatic (if somewhat unsatisfactory) approach is to post-process the raw utilisation distribution by removing areas in which movement is impossible and then re-normalise the distribution (so that probabilities sum to one). These functions achieve this by implementing the estimation over a grid, which defines whether (1) or not (0) an area is `habitat'. After the estimation of the raw UD across the grid, probability density scores are combined (multiplied) with the habitat suitability score (0, 1) and then renormalised (by dividing by the total score across suitable areas).

    +

    To implement these routines, kud_around_coastline is typically the preferable option. kud_around_coastline is a bare-bones implementation of the routines within kud_around_coastline that has is designed to be (marginally) faster (e.g., for iterative applications). This function skips checks on user inputs, assuming that xy and grid have been correctly specified (as a SpatialPointsDataFrame for a specific individual and a SpatialPixelsDataFrame respectively), implements the estimation and returns a raster rather than an `estUDm' object (see Value).

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    -
    +
    +

    Examples

    +
    #### Set up
    +## (1) Simulate path for which to compute UD
    +# Focus on a sample of the marine environment off Oban, West Scotland
    +sea <- invert_poly(dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +sea <- raster::crop(sea, update_extent(raster::extent(sea), x_shift = -2500))
    +prettyGraphics::pretty_map(add_polys = list(x = sea, col = "skyblue"))
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +# Simulate path
    +n <- 1000
    +path_ls <- sim_path_sa(n = n,
    +                       area = sea,
    +                       sim_step = function(...) stats::rgamma(1, shape = 20, scale = 20),
    +                       seed = 1,
    +                       plot = FALSE
    +                       )
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:00:04)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |                                                                      |   1%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
      |                                                                            
      |==                                                                    |   2%
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |==                                                                    |   4%
      |                                                                            
      |===                                                                   |   4%
      |                                                                            
      |===                                                                   |   5%
      |                                                                            
      |====                                                                  |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |=====                                                                 |   8%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |=======                                                               |  11%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |=========                                                             |  14%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
      |                                                                            
      |===========                                                           |  15%
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  16%
      |                                                                            
      |============                                                          |  17%
      |                                                                            
      |============                                                          |  18%
      |                                                                            
      |=============                                                         |  18%
      |                                                                            
      |=============                                                         |  19%
      |                                                                            
      |==============                                                        |  19%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |==============                                                        |  21%
      |                                                                            
      |===============                                                       |  21%
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |================                                                      |  24%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |=================                                                     |  25%
      |                                                                            
      |==================                                                    |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |===================                                                   |  28%
      |                                                                            
      |====================                                                  |  28%
      |                                                                            
      |====================                                                  |  29%
      |                                                                            
      |=====================                                                 |  29%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |=====================                                                 |  31%
      |                                                                            
      |======================                                                |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |=======================                                               |  34%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |==========================                                            |  38%
      |                                                                            
      |===========================                                           |  38%
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |============================                                          |  41%
      |                                                                            
      |=============================                                         |  41%
      |                                                                            
      |=============================                                         |  42%
      |                                                                            
      |==============================                                        |  42%
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |==============================                                        |  44%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |===============================                                       |  45%
      |                                                                            
      |================================                                      |  45%
      |                                                                            
      |================================                                      |  46%
      |                                                                            
      |=================================                                     |  46%
      |                                                                            
      |=================================                                     |  47%
      |                                                                            
      |=================================                                     |  48%
      |                                                                            
      |==================================                                    |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  49%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |===================================                                   |  51%
      |                                                                            
      |====================================                                  |  51%
      |                                                                            
      |====================================                                  |  52%
      |                                                                            
      |=====================================                                 |  52%
      |                                                                            
      |=====================================                                 |  53%
      |                                                                            
      |=====================================                                 |  54%
      |                                                                            
      |======================================                                |  54%
      |                                                                            
      |======================================                                |  55%
      |                                                                            
      |=======================================                               |  55%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |========================================                              |  56%
      |                                                                            
      |========================================                              |  57%
      |                                                                            
      |========================================                              |  58%
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |=========================================                             |  59%
      |                                                                            
      |==========================================                            |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |==========================================                            |  61%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |===========================================                           |  62%
      |                                                                            
      |============================================                          |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |============================================                          |  64%
      |                                                                            
      |=============================================                         |  64%
      |                                                                            
      |=============================================                         |  65%
      |                                                                            
      |==============================================                        |  65%
      |                                                                            
      |==============================================                        |  66%
      |                                                                            
      |===============================================                       |  66%
      |                                                                            
      |===============================================                       |  67%
      |                                                                            
      |===============================================                       |  68%
      |                                                                            
      |================================================                      |  68%
      |                                                                            
      |================================================                      |  69%
      |                                                                            
      |=================================================                     |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |=================================================                     |  71%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |==================================================                    |  72%
      |                                                                            
      |===================================================                   |  72%
      |                                                                            
      |===================================================                   |  73%
      |                                                                            
      |===================================================                   |  74%
      |                                                                            
      |====================================================                  |  74%
      |                                                                            
      |====================================================                  |  75%
      |                                                                            
      |=====================================================                 |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |======================================================                |  78%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |========================================================              |  81%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |=========================================================             |  82%
      |                                                                            
      |==========================================================            |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |==========================================================            |  84%
      |                                                                            
      |===========================================================           |  84%
      |                                                                            
      |===========================================================           |  85%
      |                                                                            
      |============================================================          |  85%
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |=============================================================         |  88%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
      |                                                                            
      |===============================================================       |  89%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |===============================================================       |  91%
      |                                                                            
      |================================================================      |  91%
      |                                                                            
      |================================================================      |  92%
      |                                                                            
      |=================================================================     |  92%
      |                                                                            
      |=================================================================     |  93%
      |                                                                            
      |=================================================================     |  94%
      |                                                                            
      |==================================================================    |  94%
      |                                                                            
      |==================================================================    |  95%
      |                                                                            
      |===================================================================   |  95%
      |                                                                            
      |===================================================================   |  96%
      |                                                                            
      |====================================================================  |  96%
      |                                                                            
      |====================================================================  |  97%
      |                                                                            
      |====================================================================  |  98%
      |                                                                            
      |===================================================================== |  98%
      |                                                                            
      |===================================================================== |  99%
      |                                                                            
      |======================================================================|  99%
      |                                                                            
      |======================================================================| 100%... flapper::sim_path_sa() call completed (@ 2023-02-19 15:00:05) after ~0.02 minutes. 
    +prettyGraphics::add_sp_path(path_ls$xy_mat,
    +                            col = viridis::viridis(n),
    +                            length = 0.02)
    +
    +## (2) Define path as a SpatialPointsDataFrame (SpatialPoints is not allowed)
    +path <- sp::SpatialPointsDataFrame(
    +  path_ls$xy_mat,
    +  data = data.frame(ID = factor(rep(1, nrow(path_ls$xy_mat)))),
    +                    proj4string = raster::crs(dat_coast))
    +## (3) Define grid over which to implement estimation
    +# ... The grid needs to be sufficiently small to capture the coastline
    +# ... reasonably while being large enough to enable calculation
    +# ... of the home range.
    +r <- raster::raster(raster::extent(dat_coast), nrows = 100, ncols = 100)
    +raster::values(r) <- 0
    +r <- raster::mask(r, dat_coast, updatevalue = 1)
    +habitat <- methods::as(r, "SpatialPixelsDataFrame")
    +sp::plot(habitat)
    +
    +
    +#### Example (1) Implement estimation and processing
    +## Estimate raw UD
    +ud_raw <- adehabitatHR::kernelUD(xy = path, grid = habitat)
    +# Object is of class estUDm, which is a list of estUD objects
    +# The outputs for each animal can be accessed by indexing
    +ud_raw[[1]]
    +#> Object of class "SpatialPixelsDataFrame" (package sp):
    +#> 
    +#> Grid parameters:
    +#>      cellcentre.offset cellsize cells.dim
    +#> Var2          697711.7 148.1125       100
    +#> Var1         6248737.3 220.5348       100
    +#> 
    +#> Variables measured:
    +#>   ud
    +#> 1  0
    +#> 2  0
    +#> 3  0
    +#> 4  0
    +#> 5  0
    +#> 6  0
    +#> ...
    +#> 
    +# Check smoothing parameters
    +ud_raw[[1]]@h
    +#> $h
    +#> [1] 632.7372
    +#> 
    +#> $meth
    +#> [1] "href"
    +#> 
    +## Estimate raw UD and post-process
    +ud_pro <- kud_around_coastline(xy = path, grid = habitat)
    +# The same type of object is returned
    +ud_pro[[1]]
    +#> Object of class "SpatialPixelsDataFrame" (package sp):
    +#> 
    +#> Grid parameters:
    +#>      cellcentre.offset cellsize cells.dim
    +#> Var2          697711.7 148.1125       100
    +#> Var1         6248737.3 220.5348       100
    +#> 
    +#> Variables measured:
    +#>             ud
    +#> 1 0.000000e+00
    +#> 2 0.000000e+00
    +#> 3 0.000000e+00
    +#> 4 0.000000e+00
    +#> 5 0.000000e+00
    +#> 6 2.610702e-12
    +#> ...
    +#> 
    +# Smoothing parameters have been modified
    +ud_pro[[1]]@h
    +#> $h
    +#> [1] 0
    +#> 
    +#> $meth
    +#> [1] "specified"
    +#> 
    +## Compare plots
    +# ... Notice that the processed version doesn't 'bleed' onto land
    +# ... and the scale differs due to the re-normalisation
    +ud_raw_r <- raster::raster(ud_raw[[1]])
    +ud_pro_r <- raster::raster(ud_pro[[1]])
    +pp <- graphics::par(mfrow = c(1, 2))
    +prettyGraphics::pretty_map(add_rasters = list(x = ud_raw_r),
    +                           add_polys = list(x = dat_coast),
    +                           add_paths = list(x = path,
    +                                            col = viridis::viridis(n),
    +                                            lwd = 0.25,
    +                                            length = 0.02)
    +                           )
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +prettyGraphics::pretty_map(add_rasters = list(x = ud_pro_r),
    +                           add_polys = list(x = dat_coast),
    +                           add_paths = list(x = path,
    +                                            col = viridis::viridis(n),
    +                                            lwd = 0.25,
    +                                            length = 0.02)
    +                           )
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +graphics::par(pp)
    +
    +#### Further analysis can be implemented as usual
    +# For example we can compute the home range contours from the UD
    +# ... using adehabitatHR::getvolumeUD(). In practice, this converts from the
    +# ... probability density scale to a more intuitive % home range scale.
    +# Get volume
    +vol_raw <- adehabitatHR::getvolumeUD(ud_raw, standardize = TRUE)
    +vol_pro <- adehabitatHR::getvolumeUD(ud_pro, standardize = TRUE)
    +# Get contours
    +ver_raw <- adehabitatHR::getverticeshr(ud_raw[[1]], standardize = TRUE)
    +ver_pro <- adehabitatHR::getverticeshr(ud_pro[[1]], standardize = TRUE)
    +# Rasterise
    +vol_raw_r <- raster::raster(vol_raw[[1]])
    +vol_pro_r <- raster::raster(vol_pro[[1]])
    +# For neatness on the plot, it is convenient to exclude areas beyond 95 %
    +vol_raw_r[vol_raw_r[] > 95] <- NA
    +vol_pro_r[vol_pro_r[] > 95] <- NA
    +# Plot
    +pp <- graphics::par(mfrow = c(1, 2))
    +prettyGraphics::pretty_map(add_rasters = list(x = vol_raw_r),
    +                           add_polys = list(list(x = dat_coast),
    +                                            list(x = ver_raw,
    +                                                 border = "blue",
    +                                                 lwd = 2)),
    +                           add_paths = list(x = path,
    +                                            col = viridis::viridis(n),
    +                                            lwd = 0.25,
    +                                            length = 0.02)
    +                           )
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +prettyGraphics::pretty_map(add_rasters = list(x = vol_pro_r),
    +                           add_polys = list(list(x = dat_coast),
    +                                            list(x = ver_pro,
    +                                                 border = "blue",
    +                                                 lwd = 2)),
    +                           add_paths = list(x = path,
    +                                            col = viridis::viridis(n),
    +                                            lwd = 0.25,
    +                                            length = 0.02)
    +                           )
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +graphics::par(pp)
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/kud_habitat-1.png b/docs/reference/kud_habitat-1.png index 7dbe333..94c458d 100644 Binary files a/docs/reference/kud_habitat-1.png and b/docs/reference/kud_habitat-1.png differ diff --git a/docs/reference/kud_habitat-2.png b/docs/reference/kud_habitat-2.png index d0e8536..9061786 100644 Binary files a/docs/reference/kud_habitat-2.png and b/docs/reference/kud_habitat-2.png differ diff --git a/docs/reference/kud_habitat.html b/docs/reference/kud_habitat.html index c787d0d..f0251ea 100644 --- a/docs/reference/kud_habitat.html +++ b/docs/reference/kud_habitat.html @@ -1,67 +1,12 @@ - - - - - - - -Define a `habitat' grid for kernel smoothing — kud_habitat • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Define a `habitat' grid for kernel smoothing — kud_habitat • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function defines a `habitat' grid for kernel smoothing (e.g., via kud_around_coastline).

    +

    This function defines a `habitat' grid for kernel smoothing (e.g., via kud_around_coastline).

    +
    + +
    +
    kud_habitat(map, mask = map, mask_inside = FALSE, plot = TRUE, ...)
    -
    kud_habitat(map, mask = map, mask_inside = FALSE, plot = TRUE, ...)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    map

    A raster that defines grid properties.

    mask, mask_inside

    Mask options passed to mask_io.

    plot, ...

    A logical input that defines whether or not to plot the habitat grid, alongside any additional arguments passed to plot.SpatialPixelsDataFrame.

    - -

    Value

    - -

    The function returns a SpatialPixelsDataFrame object that defines `habitat' (1) versus `non-habitat' (0).

    -

    See also

    - - -

    Author

    +
    +

    Arguments

    +
    map
    +

    A raster that defines grid properties.

    + +
    mask, mask_inside
    +

    Mask options passed to mask_io.

    + + +
    plot, ...
    +

    A logical input that defines whether or not to plot the habitat grid, alongside any additional arguments passed to plot.SpatialPixelsDataFrame.

    + +
    +
    +

    Value

    + + +

    The function returns a SpatialPixelsDataFrame object that defines `habitat' (1) versus `non-habitat' (0).

    +
    +
    +

    See also

    + +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    kud_habitat(map = dat_gebco, mask_inside = FALSE) -
    #> Object of class "SpatialPixelsDataFrame" (package sp): -#> -#> Grid parameters: -#> cellcentre.offset cellsize cells.dim -#> s1 695620.6 257 74 -#> s2 6246888.4 463 57 -#> -#> Variables measured: -#> layer -#> 1 0 -#> 2 0 -#> 3 0 -#> 4 0 -#> 5 0 -#> 6 0 -#> ... -#>
    kud_habitat(map = dat_gebco, mask = dat_coast, mask_inside = TRUE) -
    #> Object of class "SpatialPixelsDataFrame" (package sp): -#> -#> Grid parameters: -#> cellcentre.offset cellsize cells.dim -#> s1 695620.6 257 74 -#> s2 6246888.4 463 57 -#> -#> Variables measured: -#> layer -#> 1 1 -#> 2 1 -#> 3 1 -#> 4 1 -#> 5 1 -#> 6 1 -#> ... -#>
    +
    +

    Examples

    +
    kud_habitat(map = dat_gebco, mask_inside = FALSE)
    +
    +#> Object of class "SpatialPixelsDataFrame" (package sp):
    +#> 
    +#> Grid parameters:
    +#>    cellcentre.offset cellsize cells.dim
    +#> s1          695620.6      257        74
    +#> s2         6246888.4      463        57
    +#> 
    +#> Variables measured:
    +#>   layer
    +#> 1     0
    +#> 2     0
    +#> 3     0
    +#> 4     0
    +#> 5     0
    +#> 6     0
    +#> ...
    +#> 
    +kud_habitat(map = dat_gebco, mask = dat_coast, mask_inside = TRUE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +
    +#> Object of class "SpatialPixelsDataFrame" (package sp):
    +#> 
    +#> Grid parameters:
    +#>    cellcentre.offset cellsize cells.dim
    +#> s1          695620.6      257        74
    +#> s2         6246888.4      463        57
    +#> 
    +#> Variables measured:
    +#>   layer
    +#> 1     1
    +#> 2     1
    +#> 3     1
    +#> 4     1
    +#> 5     1
    +#> 6     1
    +#> ...
    +#> 
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/lcp_comp-1.png b/docs/reference/lcp_comp-1.png index 4ec39fc..ae27e42 100644 Binary files a/docs/reference/lcp_comp-1.png and b/docs/reference/lcp_comp-1.png differ diff --git a/docs/reference/lcp_comp-2.png b/docs/reference/lcp_comp-2.png index 26e4f02..9d92824 100644 Binary files a/docs/reference/lcp_comp-2.png and b/docs/reference/lcp_comp-2.png differ diff --git a/docs/reference/lcp_comp-3.png b/docs/reference/lcp_comp-3.png index 408943e..b938158 100644 Binary files a/docs/reference/lcp_comp-3.png and b/docs/reference/lcp_comp-3.png differ diff --git a/docs/reference/lcp_comp-4.png b/docs/reference/lcp_comp-4.png index fcb7f5e..f0225b9 100644 Binary files a/docs/reference/lcp_comp-4.png and b/docs/reference/lcp_comp-4.png differ diff --git a/docs/reference/lcp_comp-5.png b/docs/reference/lcp_comp-5.png index a7ed89a..ed83f42 100644 Binary files a/docs/reference/lcp_comp-5.png and b/docs/reference/lcp_comp-5.png differ diff --git a/docs/reference/lcp_comp-6.png b/docs/reference/lcp_comp-6.png index 74ceb2f..ffe4cf3 100644 Binary files a/docs/reference/lcp_comp-6.png and b/docs/reference/lcp_comp-6.png differ diff --git a/docs/reference/lcp_comp.html b/docs/reference/lcp_comp.html index 1c1cafe..b4837ca 100644 --- a/docs/reference/lcp_comp.html +++ b/docs/reference/lcp_comp.html @@ -1,67 +1,12 @@ - - - - - - - -Compare Euclidean and shortest distances — lcp_comp • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Compare Euclidean and shortest distances — lcp_comp • flapper - + + - - - -
    -
    - -
    - -
    +
    -

    This function compares Euclidean distances to shortest distances for randomly sampled pairs of points across a raster.

    +

    This function compares Euclidean distances to shortest distances for randomly sampled pairs of points across a raster.

    -
    lcp_comp(
    -  surface,
    -  barrier = NULL,
    -  distance = NULL,
    -  interval = raster::res(surface)[1],
    -  mobility = NULL,
    -  n = 10L,
    -  n_max = n,
    -  graph = NULL,
    -  ...,
    -  cl = NULL,
    -  varlist = NULL,
    -  verbose = TRUE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    surface

    A raster from which to sample locations and calculate distances. The surface must be planar with units of metres in x, y and z directions. The resolution must be the same in both x and y directions (see lcp_over_surface). If applicable, the surface should be masked by barrier (see mask_io) prior to implementation of this function.

    barrier

    (optional) A simple features geometry that defines a barrier (see segments_cross_barrier). If supplied, the function determines whether or not each sampled pair of coordinates crosses the barrier.

    distance

    A numeric vector of distances. If supplied, for each distance, n location pairs that are that approximately that distance apart (see interval) are sampled and, for each pair, Euclidean and shortest distances are calculated. If supplied, mobility should not be supplied (see below).

    interval

    If distance is supplied, interval is a number that defines the range of distances around each distance that are admissible. For example, if distance = 50 (m) and interval = 5, n location pairs that are within 45--55 m of each other are sampled.

    mobility

    (optional) A number that defines the maximum distance between sampled locations. If supplied, n locations are sampled; the Euclidean distances between all combinations of locations are calculated; and for the location pairs for which the Euclidean distance is less than mobility (up to a maximum of n_max pairs), shortest distances are calculated. This method is potentially fast the distance-vector-based method that is implemented is distance is supplied, but the final number of locations cannot be predetermined. If supplied, distance should not be supplied (see above).

    n

    An integer that defines (a) the number of location pairs for each distance or (b) the initial number of sampled locations if mobility is supplied.

    n_max

    If mobility is supplied, n_max is an integer that defines the maximum number of location pairs for which shortest distances are calculated.

    graph

    (optional) A graph object that defines cell nodes and edge costs for connected cells within the surface (see lcp_graph_surface). This is used for shortest-distance calculations.

    ...

    Additional arguments passed to get_distance_pair for shortest-distance calculations (algorithm, constant and/or allcores).

    cl, varlist

    (optional) Parallelisation options for distance-based location sampling (i.e., if distance != NULL). cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    verbose

    A logical input that defines whether or not to print messages to the console to monitor function progress.

    - -

    Value

    - -

    The function returns a dataframe with sampled location pairs and the Euclidean and shortest distances between them. This contains the following columns:

      -
    • index -- A number that defines the row.

    • +
      +
      lcp_comp(
      +  surface,
      +  barrier = NULL,
      +  distance = NULL,
      +  interval = raster::res(surface)[1],
      +  mobility = NULL,
      +  n = 10L,
      +  n_max = n,
      +  graph = NULL,
      +  ...,
      +  cl = NULL,
      +  varlist = NULL,
      +  verbose = TRUE
      +)
      +
      + +
      +

      Arguments

      +
      surface
      +

      A raster from which to sample locations and calculate distances. The surface must be planar with units of metres in x, y and z directions. The resolution must be the same in both x and y directions (see lcp_over_surface). If applicable, the surface should be masked by barrier (see mask_io) prior to implementation of this function.

      + + +
      barrier
      +

      (optional) A simple features geometry that defines a barrier (see segments_cross_barrier). If supplied, the function determines whether or not each sampled pair of coordinates crosses the barrier.

      + + +
      distance
      +

      A numeric vector of distances. If supplied, for each distance, n location pairs that are that approximately that distance apart (see interval) are sampled and, for each pair, Euclidean and shortest distances are calculated. If supplied, mobility should not be supplied (see below).

      + + +
      interval
      +

      If distance is supplied, interval is a number that defines the range of distances around each distance that are admissible. For example, if distance = 50 (m) and interval = 5, n location pairs that are within 45--55 m of each other are sampled.

      + + +
      mobility
      +

      (optional) A number that defines the maximum distance between sampled locations. If supplied, n locations are sampled; the Euclidean distances between all combinations of locations are calculated; and for the location pairs for which the Euclidean distance is less than mobility (up to a maximum of n_max pairs), shortest distances are calculated. This method is potentially fast the distance-vector-based method that is implemented is distance is supplied, but the final number of locations cannot be predetermined. If supplied, distance should not be supplied (see above).

      + + +
      n
      +

      An integer that defines (a) the number of location pairs for each distance or (b) the initial number of sampled locations if mobility is supplied.

      + + +
      n_max
      +

      If mobility is supplied, n_max is an integer that defines the maximum number of location pairs for which shortest distances are calculated.

      + + +
      graph
      +

      (optional) A graph object that defines cell nodes and edge costs for connected cells within the surface (see lcp_graph_surface). This is used for shortest-distance calculations.

      + + +
      ...
      +

      Additional arguments passed to get_distance_pair for shortest-distance calculations (algorithm, constant and/or allcores).

      + + +
      cl, varlist
      +

      (optional) Parallelisation options for distance-based location sampling (i.e., if distance != NULL). cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

      + + +
      verbose
      +

      A logical input that defines whether or not to print messages to the console to monitor function progress.

      + +
      +
      +

      Value

      + + +

      The function returns a dataframe with sampled location pairs and the Euclidean and shortest distances between them. This contains the following columns:

      • index -- A number that defines the row.

      • id -- If distance is specified, id is number that defines the sample (from 1:n for each distance).

      • cell_x0, cell_y0, cell_x1, cell_y1 -- Numbers that define the coordinates of sampled locations.

      • cell_id0, cell_id1 -- Integers that define the cell IDs for sampled locations.

      • @@ -198,245 +140,268 @@

        Value

      • dist_euclid -- A number that defines the Euclidean distance from (cell_x0, cell_y0) to (cell_x1, cell_y1).

      • dist_lcp -- A number that defines the shortest distance from (cell_x0, cell_y0) to (cell_x1, cell_y1).

      • barrier -- If applicable, barrier is factor that defines whether ("1") or not ("0") the Euclidean line connecting (cell_x0, cell_y0) and (cell_x1, cell_y1) crosses the barrier.

      • -
      - -

      Details

      - +
    +
    +

    Details

    This function was motivated by the need to determine the extent to which Euclidean distances are a suitable approximation of shortest distances in movement models for benthic animals.

    -

    To address this issue, this function samples multiple pairs of points on a raster (surface) and compares the Euclidean and shortest distances between sampled locations.

    +

    To address this issue, this function samples multiple pairs of points on a raster (surface) and compares the Euclidean and shortest distances between sampled locations.

    Two sampling methods are implemented. The first method (implemented if distance is supplied), samples n pairs of points for each distance that are approximately that distance apart. (Sampling across a grid is approximate because grid resolution is finite. The approximation is controlled by the interval parameter.) The advantage of this method is that the number of sampled location pairs for which Euclidean and shortest distances are compared is predetermined (by n), but the method can be slow if n is large. The second method (implemented if mobility is supplied), simply samples n locations and calculates the Euclidean distances between all combinations of sampled locations. Any location pairs that are more than mobility apart are then dropped and for the remaining location pairs (up to a maximum of n_max randomly sampled pairs) shortest distances are calculated. A potential advantage of this method is speed, but the number of location pairs below mobility for which Euclidean and shortest distances can be compared is not predetermined.

    -

    Regardless of sampling method, the expectation for the analysis is that at short Euclidean distances, Euclidean distances are likely to approximate shortest distances well (unless there is a barrier, such as the coastline, in the way). At longer Euclidean distances, shortest distances are likely to become much longer than Euclidean distances. For some movement frameworks, especially the particle filtering (pf) and processing (pf_simplify) routines in flapper, the Euclidean distance at which the shortest distances start to exceed the distance that an animal could move (over some time interval of interest) is an important parameter (termed calc_distance_limit in pf_simplify). For sampled locations that are a Euclidean distance less than this threshold apart, it is reasonable to assume that there exists a `valid' shortest path over the surface, given the animal's mobility, without having to calculate that path; for sampled locations that are a Euclidean distance more than this threshold apart, this assumption is not valid. For areas with a clear-cut threshold, for Euclidean-based sampling frameworks (see pf), it may be reasonable to reduce the animal's mobility to the threshold value to account for this difference; in other cases, it may be necessary to compute shortest distances for potentially problematic locations. Either way, an understanding of the extent to which Euclidean distances effectively approximate shortest distances at spatial scales relevant to an animal can help to minimise the number of shortest-distance calculations that are required within a movement modelling framework (which are much more computationally demanding than Euclidean-based calculations).

    -

    Author

    - +

    Regardless of sampling method, the expectation for the analysis is that at short Euclidean distances, Euclidean distances are likely to approximate shortest distances well (unless there is a barrier, such as the coastline, in the way). At longer Euclidean distances, shortest distances are likely to become much longer than Euclidean distances. For some movement frameworks, especially the particle filtering (pf) and processing (pf_simplify) routines in flapper, the Euclidean distance at which the shortest distances start to exceed the distance that an animal could move (over some time interval of interest) is an important parameter (termed calc_distance_limit in pf_simplify). For sampled locations that are a Euclidean distance less than this threshold apart, it is reasonable to assume that there exists a `valid' shortest path over the surface, given the animal's mobility, without having to calculate that path; for sampled locations that are a Euclidean distance more than this threshold apart, this assumption is not valid. For areas with a clear-cut threshold, for Euclidean-based sampling frameworks (see pf), it may be reasonable to reduce the animal's mobility to the threshold value to account for this difference; in other cases, it may be necessary to compute shortest distances for potentially problematic locations. Either way, an understanding of the extent to which Euclidean distances effectively approximate shortest distances at spatial scales relevant to an animal can help to minimise the number of shortest-distance calculations that are required within a movement modelling framework (which are much more computationally demanding than Euclidean-based calculations).

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Load packages -require(prettyGraphics) -
    #> Loading required package: prettyGraphics
    #> -#> Attaching package: ‘prettyGraphics’
    #> The following object is masked from ‘package:flapper’: -#> -#> dat_gebco
    -#### Define surface for examples -# We will focus on a relatively small area for speed -# The raster resolution should be equal in x and y directions -bathy <- flapper::dat_gebco -boundaries <- raster::extent(700652.2, 708401.2, 6262905, 6270179) -blank <- raster::raster(boundaries, res = c(5, 5)) -bathy <- raster::resample(bathy, blank) -bathy <- mask_io(bathy, flapper::dat_coast, mask_inside = TRUE) -
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    # raster::plot(bathy) -# raster::lines(dat_coast) - -#### Define barrier to movement -coastline <- raster::crop(dat_coast, raster::extent(bathy)) -coastline <- sf::st_as_sf(coastline) - -#### Define graph for shortest-distance calculations -bathy_costs <- lcp_costs(bathy) # ~0.38 mins -
    #> flapper::lcp_costs() called (@ 2022-06-17 10:04:37)... -#> ... Defining transition matrices...
    #> Warning: transition function gives negative values
    #> ... Calculating distance matrices... -#> ... Assembling LCP costs... -#> ... flapper::lcp_costs() call completed (@ 2022-06-17 10:05:04) after ~0.46 minutes.
    bathy_graph <- lcp_graph_surface(bathy, bathy_costs$dist_total) # ~0.26 mins -
    #> flapper::lcp_graph_surface() called (@ 2022-06-17 10:05:04)... -#> ... Defining nodes, edges and costs to make graph... -#> ... Constructing graph object... -#> ... flapper::lcp_graph_surface() call completed (@ 2022-06-17 10:05:20) after ~0.26 minutes.
    -#### Example (1): Distance-vector-based implementation - -## Implement function -out_1 <- lcp_comp(surface = bathy, - distance = c(50, 100), - graph = bathy_graph, - barrier = coastline) -
    #> flapper::lcp_comp() called (@ 2022-06-17 10:05:20)... -#> ... Defining parameters... -#> ... Sampling n location pairs for each distance value... -#> ... ... Sampling for distance = 50... -#> ... ... ... Sampling starting locations... -#> ... ... ... Sampling ending locations... -#> ... ... Sampling for distance = 100... -#> ... ... ... Sampling starting locations... -#> ... ... ... Sampling ending locations... -#> ... Processing samples... -#> ... Determining barrier overlaps... -#> ... Implementing shortest-distance calculations... -#> ... ... Calculating shortest-distances via cppRouting::get_distance_pair() for 20 location pair(s) ...
    #> Running bidirectional Dijkstra...
    #> ... Cleaning results... -#> ... flapper::lcp_comp() call completed (@ 2022-06-17 10:05:32) after ~0.21 minutes.
    -## Examine outputs -# The function returns a dataframe -utils::str(out_1) -
    #> 'data.frame': 20 obs. of 12 variables: -#> $ index : int 1 2 3 4 5 6 7 8 9 10 ... -#> $ id : int 1 2 3 4 5 6 7 8 9 10 ... -#> $ cell_x0 : num 705560 707865 701130 707390 708255 ... -#> $ cell_y0 : num 6263446 6268692 6267656 6267396 6266966 ... -#> $ cell_x1 : num 705545 707910 701180 707405 708210 ... -#> $ cell_y1 : num 6263496 6268702 6267642 6267442 6266956 ... -#> $ cell_id0 : num 2087282 461793 781296 863148 996621 ... -#> $ cell_id1 : num 2071779 458702 785956 849201 999712 ... -#> $ dist_sim : num 50 50 50 50 50 50 50 50 50 50 ... -#> $ dist_euclid: num 52.2 46.1 52.2 47.4 46.1 ... -#> $ dist_lcp : num 56.2 49.2 56.2 51.2 49.1 ... -#> $ barrier : Factor w/ 2 levels "0","1": 1 1 1 1 1 1 1 1 1 1 ...
    -## Visualise sampled locations on map -raster::plot(bathy) -
    raster::lines(dat_coast) -
    invisible(lapply(split(out_1, seq_len(nrow(out_1))), function(d){ - arrows(x0 = d$cell_x0, y0 = d$cell_y0, - x1 = d$cell_x1, y1 = d$cell_y1, length = 0.01, lwd = 2) -})) -
    -## Compare simulated, Euclidean and shortest distances -pp <- graphics::par(mfrow = c(1, 2)) -pretty_plot(out_1$dist_sim, out_1$dist_euclid, - xlab = "Distance (simulated) [m]", - ylab = "Distance (Euclidean)[m]") -graphics::abline(0, 1) -pretty_plot(out_1$dist_euclid, out_1$dist_lcp, - xlab = "Distance (Euclidean) [m]", - ylab = "Distance (shortest) [m]") -
    graphics::abline(0, 1) -
    graphics::par(pp) - -#### Example (2): Distance-vector-based implementation in parallel -out_2 <- lcp_comp(surface = bathy, - distance = c(50, 100), - graph = bathy_graph, - barrier = coastline, - cl = parallel::makeCluster(2L) - ) -
    #> flapper::lcp_comp() called (@ 2022-06-17 10:05:33)... -#> ... Defining parameters... -#> ... Sampling n location pairs for each distance value... -#> ... Processing samples... -#> ... Determining barrier overlaps... -#> ... Implementing shortest-distance calculations... -#> ... ... Calculating shortest-distances via cppRouting::get_distance_pair() for 20 location pair(s) ...
    #> Running bidirectional Dijkstra...
    #> ... Cleaning results... -#> ... flapper::lcp_comp() call completed (@ 2022-06-17 10:05:52) after ~0.32 minutes.
    -#### Example (3): Mobility-based implementation - -## Implement function for mobility = 500 -mob <- 500 -out_3 <- lcp_comp(surface = bathy, - mobility = mob, - n = 1000, - graph = bathy_graph, - barrier = coastline - ) -
    #> flapper::lcp_comp() called (@ 2022-06-17 10:05:52)... -#> ... Defining parameters... -#> ... Sampling n locations... -#> ... Calculating Euclidean distances between sampled locations... -#> ... Filtering by mobility... -#> ... Processing samples... -#> ... Determining barrier overlaps... -#> ... Implementing shortest-distance calculations... -#> ... ... Calculating shortest-distances via cppRouting::get_distance_pair() for 1000 location pair(s) ...
    #> Running bidirectional Dijkstra...
    #> ... Cleaning results... -#> ... flapper::lcp_comp() call completed (@ 2022-06-17 10:05:57) after ~0.09 minutes.
    -## Visualise sampled locations on map -raster::plot(bathy) -
    raster::lines(dat_coast) -
    invisible(lapply(split(out_3, seq_len(nrow(out_3))), function(d){ - arrows(x0 = d$cell_x0, y0 = d$cell_y0, - x1 = d$cell_x1, y1 = d$cell_y1, length = 0.01, lwd = 0.5) -})) -
    -## Compare Euclidean and shortest distances -# Extract the data for the paths that do not versus do cross a barrier -out_3_barrier0 <- out_3[out_3$barrier == 0, ] -out_3_barrier1 <- out_3[out_3$barrier == 1, ] -# Set up plotting window -pp <- graphics::par(mfrow = c(1, 2), oma = c(3, 3, 3, 3), mar = c(4, 4, 4, 4)) -# Results for paths that do not cross a barrier -# ... Visualisation -pretty_plot(out_3_barrier0$dist_euclid, out_3_barrier0$dist_lcp, - xlab = "Distance (Euclidean) [m]", - ylab = "Distance (shortest) [m]", - pch = ".") -graphics::abline(0, 1, col = "red") -graphics::abline(h = mob, col = "royalblue", lty = 3) -# ... Euclidean distance parameter at which mobility is exceeded -limit0 <- min(out_3_barrier0$dist_euclid[out_3_barrier0$dist_lcp > mob]); limit0 -
    #> [1] 462.3851
    graphics::abline(v = limit0, col = "royalblue", lty = 3) -# Results for paths that cross a barrier -# ... Visualisation -pretty_plot(out_3_barrier1$dist_euclid, out_3_barrier1$dist_lcp, - xlab = "Distance (Euclidean) [m]", - ylab = "Distance (shortest) [m]", - pch = ".") -
    graphics::abline(0, 1, col = "red") -
    graphics::abline(h = mob, col = "royalblue", lty = 3) -
    # ... Euclidean distance parameter at which mobility is exceeded -limit1 <- - min(out_3_barrier1$dist_euclid[out_3_barrier1$dist_lcp > mob]); limit1 -
    #> [1] 496.4121
    graphics::abline(v = limit1, col = "royalblue", lty = 3) -
    graphics::par(pp) - -## Plot the difference between Euclidean and shortest distances with distance -pp <- graphics::par(mfrow = c(1, 2), oma = c(3, 3, 3, 3), mar = c(4, 4, 4, 4)) -pretty_plot(out_3_barrier0$dist_euclid, - out_3_barrier0$dist_lcp - out_3_barrier0$dist_euclid, - xlab = "Distance (Euclidean) [m]", - ylab = "Distance (shortest - Euclidean) [m]", - pch = ".") -pretty_plot(out_3_barrier1$dist_euclid, - out_3_barrier1$dist_lcp - out_3_barrier1$dist_euclid, - xlab = "Distance (Euclidean) [m]", - ylab = "Distance (shortest - Euclidean) [m]", - pch = ".") -
    graphics::par(pp) - -## Approximate shortest distances using a model based on Euclidean distances -# Fit model -mod <- lm(dist_lcp ~ 0 + dist_euclid:barrier, data = out_3) -# Examine model predictions -x <- seq(0, 500) -nd <- data.frame(barrier = factor(0, levels = c(0, 1)), dist_euclid = x) -ci <- list_CIs(predict(mod, nd, se.fit = TRUE)) -pretty_plot(out_3$dist_euclid, out_3$dist_lcp, - col = c("grey", "darkred")[out_3$barrier], - cex = c(0.1, 1.5)[out_3$barrier]) -
    nd$barrier <- factor(1, levels = c(0, 1)) -ci <- list_CIs(predict(mod, nd, se.fit = TRUE)) -add_error_envelope(x, ci, - add_fit = list(col = "red"), - add_ci = list(col = scales::alpha("red", 0.5), - border = FALSE)) -
    # Define predictive model based on this analysis -lcp_predict <- function(x, m, barrier){ - stopifnot(length(m) == 2L) - stopifnot(all(barrier %in% c(0, 1))) - return(m[1] * x * (barrier == 0) + m[2] * x * (barrier == 1)) - } - -
    +
    +

    Examples

    +
    #### Load packages
    +require(prettyGraphics)
    +#> Loading required package: prettyGraphics
    +#> 
    +#> Attaching package: ‘prettyGraphics’
    +#> The following object is masked from ‘package:flapper’:
    +#> 
    +#>     dat_gebco
    +
    +#### Define surface for examples
    +# We will focus on a relatively small area for speed
    +# The raster resolution should be equal in x and y directions
    +bathy      <- flapper::dat_gebco
    +boundaries <- raster::extent(700652.2, 708401.2, 6262905, 6270179)
    +blank      <- raster::raster(boundaries, res = c(5, 5))
    +bathy      <- raster::resample(bathy, blank)
    +bathy      <- mask_io(bathy, flapper::dat_coast, mask_inside = TRUE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +# raster::plot(bathy)
    +# raster::lines(dat_coast)
    +
    +#### Define barrier to movement
    +coastline <- raster::crop(dat_coast, raster::extent(bathy))
    +coastline <- sf::st_as_sf(coastline)
    +
    +#### Define graph for shortest-distance calculations
    +bathy_costs <- lcp_costs(bathy)                                 # ~0.38 mins
    +#> flapper::lcp_costs() called (@ 2023-02-19 15:00:11)... 
    +#> ... Defining transition matrices... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating distance matrices... 
    +#> ... Assembling LCP costs... 
    +#> ... flapper::lcp_costs() call completed (@ 2023-02-19 15:00:38) after ~0.45 minutes. 
    +bathy_graph <- lcp_graph_surface(bathy, bathy_costs$dist_total) # ~0.26 mins
    +#> flapper::lcp_graph_surface() called (@ 2023-02-19 15:00:38)... 
    +#> ... Defining nodes, edges and costs to make graph... 
    +#> ... Constructing graph object... 
    +#> ... flapper::lcp_graph_surface() call completed (@ 2023-02-19 15:00:52) after ~0.24 minutes. 
    +
    +#### Example (1): Distance-vector-based implementation
    +
    +## Implement function
    +out_1 <- lcp_comp(surface = bathy,
    +                  distance = c(50, 100),
    +                  graph = bathy_graph,
    +                  barrier = coastline)
    +#> flapper::lcp_comp() called (@ 2023-02-19 15:00:52)... 
    +#> ... Defining parameters... 
    +#> ... Sampling n location pairs for each distance value... 
    +#> ... ... Sampling for distance = 50... 
    +#> ... ... ... Sampling starting locations... 
    +#> ... ... ... Sampling ending locations... 
    +#> ... ... Sampling for distance = 100... 
    +#> ... ... ... Sampling starting locations... 
    +#> ... ... ... Sampling ending locations... 
    +#> ... Processing samples... 
    +#> ... Determining barrier overlaps... 
    +#> ... Implementing shortest-distance calculations... 
    +#> ... ... Calculating shortest-distances via cppRouting::get_distance_pair() for 20 location pair(s) ... 
    +#> ... Cleaning results... 
    +#> ... flapper::lcp_comp() call completed (@ 2023-02-19 15:01:06) after ~0.24 minutes. 
    +
    +## Examine outputs
    +# The function returns a dataframe
    +utils::str(out_1)
    +#> 'data.frame':	20 obs. of  12 variables:
    +#>  $ index      : int  1 2 3 4 5 6 7 8 9 10 ...
    +#>  $ id         : int  1 2 3 4 5 6 7 8 9 10 ...
    +#>  $ cell_x0    : num  701105 702625 701310 706065 704330 ...
    +#>  $ cell_y0    : num  6265712 6264646 6266462 6267096 6266516 ...
    +#>  $ cell_x1    : num  701065 702670 701280 706025 704375 ...
    +#>  $ cell_y1    : num  6265686 6264672 6266502 6267122 6266496 ...
    +#>  $ cell_id0   : num  1384241 1714695 1151782 955883 1135336 ...
    +#>  $ cell_id1   : num  1391983 1706954 1139376 948125 1141545 ...
    +#>  $ dist_sim   : num  50 50 50 50 50 50 50 50 50 50 ...
    +#>  $ dist_euclid: num  47.2 51.5 50 47.2 49.2 ...
    +#>  $ dist_lcp   : num  50.4 55.4 52.4 51.1 53.8 ...
    +#>  $ barrier    : Factor w/ 2 levels "0","1": 1 1 1 1 1 1 1 1 1 1 ...
    +
    +## Visualise sampled locations on map
    +raster::plot(bathy)
    +raster::lines(dat_coast)
    +invisible(lapply(split(out_1, seq_len(nrow(out_1))), function(d){
    +  arrows(x0 = d$cell_x0, y0 = d$cell_y0,
    +         x1 = d$cell_x1, y1 = d$cell_y1, length = 0.01, lwd = 2)
    +}))
    +
    +
    +## Compare simulated, Euclidean and shortest distances
    +pp <- graphics::par(mfrow = c(1, 2))
    +pretty_plot(out_1$dist_sim, out_1$dist_euclid,
    +            xlab = "Distance (simulated) [m]",
    +            ylab = "Distance (Euclidean)[m]")
    +graphics::abline(0, 1)
    +pretty_plot(out_1$dist_euclid, out_1$dist_lcp,
    +            xlab = "Distance (Euclidean) [m]",
    +            ylab = "Distance (shortest) [m]")
    +graphics::abline(0, 1)
    +
    +graphics::par(pp)
    +
    +#### Example (2): Distance-vector-based implementation in parallel
    +out_2 <- lcp_comp(surface = bathy,
    +                  distance = c(50, 100),
    +                  graph = bathy_graph,
    +                  barrier = coastline,
    +                  cl = parallel::makeCluster(2L)
    +                  )
    +#> flapper::lcp_comp() called (@ 2023-02-19 15:01:07)... 
    +#> ... Defining parameters... 
    +#> ... Sampling n location pairs for each distance value... 
    +#> ... Processing samples... 
    +#> ... Determining barrier overlaps... 
    +#> ... Implementing shortest-distance calculations... 
    +#> ... ... Calculating shortest-distances via cppRouting::get_distance_pair() for 20 location pair(s) ... 
    +#> ... Cleaning results... 
    +#> ... flapper::lcp_comp() call completed (@ 2023-02-19 15:01:28) after ~0.36 minutes. 
    +
    +#### Example (3): Mobility-based implementation
    +
    +## Implement function for mobility = 500
    +mob <- 500
    +out_3 <- lcp_comp(surface = bathy,
    +                  mobility = mob,
    +                  n = 1000,
    +                  graph = bathy_graph,
    +                  barrier = coastline
    +                  )
    +#> flapper::lcp_comp() called (@ 2023-02-19 15:01:28)... 
    +#> ... Defining parameters... 
    +#> ... Sampling n locations... 
    +#> ... Calculating Euclidean distances between sampled locations... 
    +#> ... Filtering by mobility... 
    +#> ... Processing samples... 
    +#> ... Determining barrier overlaps... 
    +#> ... Implementing shortest-distance calculations... 
    +#> ... ... Calculating shortest-distances via cppRouting::get_distance_pair() for 1000 location pair(s) ... 
    +#> ... Cleaning results... 
    +#> ... flapper::lcp_comp() call completed (@ 2023-02-19 15:01:34) after ~0.09 minutes. 
    +
    +## Visualise sampled locations on map
    +raster::plot(bathy)
    +raster::lines(dat_coast)
    +invisible(lapply(split(out_3, seq_len(nrow(out_3))), function(d){
    +  arrows(x0 = d$cell_x0, y0 = d$cell_y0,
    +         x1 = d$cell_x1, y1 = d$cell_y1, length = 0.01, lwd = 0.5)
    +}))
    +
    +
    +## Compare Euclidean and shortest distances
    +# Extract the data for the paths that do not versus do cross a barrier
    +out_3_barrier0 <- out_3[out_3$barrier == 0, ]
    +out_3_barrier1 <- out_3[out_3$barrier == 1, ]
    +# Set up plotting window
    +pp <- graphics::par(mfrow = c(1, 2), oma = c(3, 3, 3, 3), mar = c(4, 4, 4, 4))
    +# Results for paths that do not cross a barrier
    +# ... Visualisation
    +pretty_plot(out_3_barrier0$dist_euclid, out_3_barrier0$dist_lcp,
    +            xlab = "Distance (Euclidean) [m]",
    +            ylab = "Distance (shortest) [m]",
    +            pch = ".")
    +graphics::abline(0, 1, col = "red")
    +graphics::abline(h = mob, col = "royalblue", lty = 3)
    +# ... Euclidean distance parameter at which mobility is exceeded
    +limit0 <- min(out_3_barrier0$dist_euclid[out_3_barrier0$dist_lcp > mob]); limit0
    +#> [1] 462.8715
    +graphics::abline(v = limit0, col = "royalblue", lty = 3)
    +# Results for paths that cross a barrier
    +# ... Visualisation
    +pretty_plot(out_3_barrier1$dist_euclid, out_3_barrier1$dist_lcp,
    +           xlab = "Distance (Euclidean) [m]",
    +           ylab = "Distance (shortest) [m]",
    +           pch = ".")
    +graphics::abline(0, 1, col = "red")
    +graphics::abline(h = mob, col = "royalblue", lty = 3)
    +# ... Euclidean distance parameter at which mobility is exceeded
    +limit1 <-
    +  min(out_3_barrier1$dist_euclid[out_3_barrier1$dist_lcp > mob]); limit1
    +#> [1] 480
    +graphics::abline(v = limit1, col = "royalblue", lty = 3)
    +
    +graphics::par(pp)
    +
    +## Plot the difference between Euclidean and shortest distances with distance
    +pp <- graphics::par(mfrow = c(1, 2), oma = c(3, 3, 3, 3), mar = c(4, 4, 4, 4))
    +pretty_plot(out_3_barrier0$dist_euclid,
    +            out_3_barrier0$dist_lcp - out_3_barrier0$dist_euclid,
    +            xlab = "Distance (Euclidean) [m]",
    +            ylab = "Distance (shortest - Euclidean) [m]",
    +            pch = ".")
    +pretty_plot(out_3_barrier1$dist_euclid,
    +            out_3_barrier1$dist_lcp - out_3_barrier1$dist_euclid,
    +            xlab = "Distance (Euclidean) [m]",
    +            ylab = "Distance (shortest - Euclidean) [m]",
    +            pch = ".")
    +
    +graphics::par(pp)
    +
    +## Approximate shortest distances using a model based on Euclidean distances
    +# Fit model
    +mod <- lm(dist_lcp ~ 0 + dist_euclid:barrier, data = out_3)
    +# Examine model predictions
    +x <- seq(0, 500)
    +nd <- data.frame(barrier = factor(0, levels = c(0, 1)), dist_euclid = x)
    +ci <- list_CIs(predict(mod, nd, se.fit = TRUE))
    +pretty_plot(out_3$dist_euclid, out_3$dist_lcp,
    +                            col = c("grey", "darkred")[out_3$barrier],
    +                            cex = c(0.1, 1.5)[out_3$barrier])
    +add_error_envelope(x, ci)
    +nd$barrier <- factor(1, levels = c(0, 1))
    +ci <- list_CIs(predict(mod, nd, se.fit = TRUE))
    +add_error_envelope(x, ci,
    +                   add_fit = list(col = "red"),
    +                   add_ci = list(col = scales::alpha("red", 0.5),
    +                                 border = FALSE))
    +
    +# Define predictive model based on this analysis
    +lcp_predict <- function(x, m, barrier){
    +  stopifnot(length(m) == 2L)
    +  stopifnot(all(barrier %in% c(0, 1)))
    +  return(m[1] * x * (barrier == 0) + m[2] * x * (barrier == 1))
    +  }
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/lcp_costs.html b/docs/reference/lcp_costs.html index 2cc8cdf..107f832 100644 --- a/docs/reference/lcp_costs.html +++ b/docs/reference/lcp_costs.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the distances between connected cells in a Raster* — lcp_costs • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the distances between connected cells in a Raster* — lcp_costs • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    This function calculates distances between connected cells in a raster, given (a) the planar distances between connected cells and (b) differences in elevation.

    +

    This function calculates distances between connected cells in a raster, given (a) the planar distances between connected cells and (b) differences in elevation.

    -
    lcp_costs(surface, verbose = TRUE)
    - -

    Arguments

    - - - - - - - - - - -
    surface

    A raster for which to calculate distances. The surface must be planar (i.e., Universal Transverse Mercator projection) with units of metres in the x, y and z directions. The surface's resolution is taken to define the distance between connected cells in the x and y directions and must be the same in both cases (for surface's with unequal horizontal resolution, resample can be used to equalise resolution).

    verbose

    A logical function that defines whether or not to print messages to the console to relay function progress.

    +
    +
    lcp_costs(surface, verbose = TRUE)
    +
    -

    Value

    +
    +

    Arguments

    +
    surface
    +

    A raster for which to calculate distances. The surface must be planar (i.e., Universal Transverse Mercator projection) with units of metres in the x, y and z directions. The surface's resolution is taken to define the distance between connected cells in the x and y directions and must be the same in both cases (for surface's with unequal horizontal resolution, resample can be used to equalise resolution).

    -

    The function returns a named list of sparse dsCMatrix-class matrices that define the distances (m) between connected cells under a rook's or bishop's movement (`dist_rook' and `dist_bishop'), the planar and vertical distances between connected cells (`dist_planar' and `dist_vertical') and the total distance between connected cells (`dist_total').

    -

    Details

    -

    This function was motivated by the need to determine the shortest paths between locations over the seabed for benthic animals (see lcp_over_surface). An animal's movement can be conceptualised as that of a queen on a chessboard, which can move, in eight directions around its current position, across a surface. Movements in the x and y direction are termed `rook's movement' and movements in the diagonal direction are termed `bishop's movement'.

    -

    Under this framework, the distance that an entity must travel between connected cells depends on the planar distances between cells and their differences in elevation. Planar distances (\(d_p\), m) depend on the movement type: under a rook's movement (i.e., horizontally or vertically), the distance (\(d_{p,r}\)) between connected cells is extracted from the raster's resolution (which is assumed to be identical in the x and y directions); under a bishop's movement (i.e., diagonally), the distance between connected cells \(d_{p,b}\) is given by Pythagoras' Theorem: \(d_{p,b} = \sqrt{(d_{p, r}^2 + d_{p, r}^2)}\). Vertical distances (\(d_v\), m) are simply the differences in height between cells. The total distance (\(d_t\)) between any two connected cells is a combination of these distances given by Pythagoras' Theorem: \(d_t = \sqrt{(d_p^2 + d_v^2)}\).

    -

    The function returns a warning produced by transition which is implemented to facilitate the definition of distances before shortest paths/distances are computed by either method: `In .TfromR(x, transitionFunction, directions, symm) : transition function gives negative values'. This warning arises because the height differences between connecting cells can be negative. It can be safely ignored.

    -

    See also

    +
    verbose
    +

    A logical function that defines whether or not to print messages to the console to relay function progress.

    -

    This routine is implemented by the lcp_over_surface function to calculate the shortest path(s) and/or the distance(s) of the shortest paths(s) between origin and destination coordinates, and by the lcp_from_point function to calculate the shortest distances from a point on a raster to surrounding cells.

    -

    Author

    +
    +
    +

    Value

    + +

    The function returns a named list of sparse dsCMatrix-class matrices that define the distances (m) between connected cells under a rook's or bishop's movement (`dist_rook' and `dist_bishop'), the planar and vertical distances between connected cells (`dist_planar' and `dist_vertical') and the total distance between connected cells (`dist_total').

    +
    +
    +

    Details

    +

    This function was motivated by the need to determine the shortest paths between locations over the seabed for benthic animals (see lcp_over_surface). An animal's movement can be conceptualised as that of a queen on a chessboard, which can move, in eight directions around its current position, across a surface. Movements in the x and y direction are termed `rook's movement' and movements in the diagonal direction are termed `bishop's movement'.

    +

    Under this framework, the distance that an entity must travel between connected cells depends on the planar distances between cells and their differences in elevation. Planar distances (\(d_p\), m) depend on the movement type: under a rook's movement (i.e., horizontally or vertically), the distance (\(d_{p,r}\)) between connected cells is extracted from the raster's resolution (which is assumed to be identical in the x and y directions); under a bishop's movement (i.e., diagonally), the distance between connected cells \(d_{p,b}\) is given by Pythagoras' Theorem: \(d_{p,b} = \sqrt{(d_{p, r}^2 + d_{p, r}^2)}\). Vertical distances (\(d_v\), m) are simply the differences in height between cells. The total distance (\(d_t\)) between any two connected cells is a combination of these distances given by Pythagoras' Theorem: \(d_t = \sqrt{(d_p^2 + d_v^2)}\).

    +

    The function returns a warning produced by transition which is implemented to facilitate the definition of distances before shortest paths/distances are computed by either method: `In .TfromR(x, transitionFunction, directions, symm) : transition function gives negative values'. This warning arises because the height differences between connecting cells can be negative. It can be safely ignored.

    +
    +
    +

    See also

    +

    This routine is implemented by the lcp_over_surface function to calculate the shortest path(s) and/or the distance(s) of the shortest paths(s) between origin and destination coordinates, and by the lcp_from_point function to calculate the shortest distances from a point on a raster to surrounding cells.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    # In this example, consider the distances between connected cells in the example -# ... 'dat_gebco' raster. For speed, we will focus on a subset of the area. -# ... Within this area, we need to regularise the resolution: -boundaries <- raster::extent(707884.6, 709884.6, 6253404, 6255404) -blank <- raster::raster(boundaries, res = c(5, 5)) -r <- raster::resample(dat_gebco, blank) -
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    #> Error in .intersectExtent(x, y, validate = TRUE): Objects do not intersect
    # Implement algorithm -costs <- lcp_costs(r) -
    #> flapper::lcp_costs() called (@ 2022-06-17 10:05:59)...
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'res': object 'r' not found
    # Examine outputs -utils::str(costs) -
    #> Error in utils::str(costs): object 'costs' not found
    -
    +
    +

    Examples

    +
    # In this example, consider the distances between connected cells in the example
    +# ... 'dat_gebco' raster. For speed, we will focus on a subset of the area.
    +# ... Within this area, we need to regularise the resolution:
    +boundaries <- raster::extent(707884.6, 709884.6, 6253404, 6255404)
    +blank      <- raster::raster(boundaries, res = c(5, 5))
    +r          <- raster::resample(dat_gebco, blank)
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +#> Error in .intersectExtent(x, y, validate = TRUE): Objects do not intersect
    +# Implement algorithm
    +costs      <- lcp_costs(r)
    +#> flapper::lcp_costs() called (@ 2023-02-19 15:01:38)... 
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'res': object 'r' not found
    +# Examine outputs
    +utils::str(costs)
    +#> Error in utils::str(costs): object 'costs' not found
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/lcp_from_point.html b/docs/reference/lcp_from_point.html index 7c8529c..33c2f37 100644 --- a/docs/reference/lcp_from_point.html +++ b/docs/reference/lcp_from_point.html @@ -1,67 +1,12 @@ - - - - - - - -Create a Raster* of the least-cost distances around a point — lcp_from_point • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Create a Raster* of the least-cost distances around a point — lcp_from_point • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function calculates the least-cost distances from a point to all (or some) of the cells in a surrounding raster object, returning a raster. This is the least-cost distance equivalent of distanceFromPoints.

    +

    This function calculates the least-cost distances from a point to all (or some) of the cells in a surrounding raster object, returning a raster. This is the least-cost distance equivalent of distanceFromPoints.

    -
    lcp_from_point(
    -  origin,
    -  surface,
    -  destination = NULL,
    -  cost = NULL,
    -  graph = NULL,
    -  use_all_cores = FALSE,
    -  verbose = TRUE
    -)
    +
    +
    lcp_from_point(
    +  origin,
    +  surface,
    +  destination = NULL,
    +  cost = NULL,
    +  graph = NULL,
    +  use_all_cores = FALSE,
    +  verbose = TRUE
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    origin

    A matrix which defines the coordinates (x, y) of the point from which to calculate least-cost distances. Unlike distanceFromPoints, only a single point is expected.

    surface

    A raster across which to implement least-cost distance calculations. If the cost matrix is derived from lcp_costs (see below), there are some constraints on the form of this surface; namely, equal resolution in x and y directions and a Universal Transverse Mercator coordinate reference system with units of metres. The surface defines the properties of the returned raster (see Value).

    destination

    (optional) An matrix of destination coordinates; an integer vector of cell IDs; or function that defines a subset of destination cells, given their surface value, for which to implement calculations. For example destination = function(x) x > 0 would restrict least-cost distance calculations to cells of the surface that have a value of more than zero. Other cells are set to NA. This can improve computational efficiency.

    cost

    (optional) A sparse dsCMatrix-class matrix that defines the cost of movement between connected cells (see lcp_costs). If unsupplied, if the graph is also unsupplied (see below), a matrix of distances from lcp_costs is computed internally and taken to define the cost surface. For this to be appropriate, the surface should have a Universal Transverse Mercator projection, with equal resolution in the x and y directions and units of metres (see surface, above). If a graph is supplied, cost is unnecessary.

    graph

    (optional) A graph object that defines cell nodes and edge costs for connected cells within the surface (see lcp_graph_surface). If supplied, the calculation of the cost surface and the construction of the graph stages in the computation of least-cost distances are skipped (see Details), which is desirable in iterative applications.

    use_all_cores

    A logical input that defines whether or not to parallelise least-cost distance calculations across all cores. This is passed to get_distance_matrix which implements calculations.

    verbose

    A logical input that defines whether or not to print messages to the console to relay function progress.

    +
    +

    Arguments

    +
    origin
    +

    A matrix which defines the coordinates (x, y) of the point from which to calculate least-cost distances. Unlike distanceFromPoints, only a single point is expected.

    -

    Value

    -

    The function returns a raster in which each cell represents the least-cost distance from a specified origin to that cell. The origin is assigned a value of zero. Any cells excluded by the destination filter have a value of NA.

    -

    Details

    +
    surface
    +

    A raster across which to implement least-cost distance calculations. If the cost matrix is derived from lcp_costs (see below), there are some constraints on the form of this surface; namely, equal resolution in x and y directions and a Universal Transverse Mercator coordinate reference system with units of metres. The surface defines the properties of the returned raster (see Value).

    -

    This function implements routines provided via flapper and the cppRouting package to calculate least-cost distances. The main steps are:

      -
    1. The calculation of distances between adjacent cells (i.e., cost, if not supplied, via lcp_costs);

    2. -
    3. The construction of a graph that defines cell connections from the origin to surrounding cells on the surface as a network (via makegraph);

    4. -
    5. The calculation of shortest distances between the origin and surrounding cells from the graph (via get_distance_matrix);

    6. -
    7. The expression of shortest distances as a raster which is returned.

    8. -
    -

    See also

    +
    destination
    +

    (optional) An matrix of destination coordinates; an integer vector of cell IDs; or function that defines a subset of destination cells, given their surface value, for which to implement calculations. For example destination = function(x) x > 0 would restrict least-cost distance calculations to cells of the surface that have a value of more than zero. Other cells are set to NA. This can improve computational efficiency.

    -

    This function is similar to distanceFromPoints, which returns a Raster* of Euclidean distances. For iterative applications across the same surface, lcp_costs and lcp_graph_surface can be implemented to define the cost matrix and the graph object outside of this function. These can be passed to lcp_from_point, skipping the need to recompute these objects. For shortest-distances and/or paths between specific origin and destination coordinates, the lcp_over_surface can be used. The particle filtering movement algorithms in flapper (i.e., pf) can implement this approach to ensure that movement paths are biologically realistic.

    -

    Author

    -

    Edward Lavender

    +
    cost
    +

    (optional) A sparse dsCMatrix-class matrix that defines the cost of movement between connected cells (see lcp_costs). If unsupplied, if the graph is also unsupplied (see below), a matrix of distances from lcp_costs is computed internally and taken to define the cost surface. For this to be appropriate, the surface should have a Universal Transverse Mercator projection, with equal resolution in the x and y directions and units of metres (see surface, above). If a graph is supplied, cost is unnecessary.

    + -

    Examples

    -
    #### Step (1): Define example origin -proj <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -origin <- matrix(c(-5.616, 56.388), ncol = 2) -origin <- sp::SpatialPoints(origin, proj) -origin <- sp::spTransform(origin, proj_utm) +
    graph
    +

    (optional) A graph object that defines cell nodes and edge costs for connected cells within the surface (see lcp_graph_surface). If supplied, the calculation of the cost surface and the construction of the graph stages in the computation of least-cost distances are skipped (see Details), which is desirable in iterative applications.

    -#### Step (2): Select and process surface -# We will focus on an area within the dat_gebco bathymetry raster -boundaries <- raster::extent(707884.6, 709884.6, 6253404, 6255404) -blank <- raster::raster(boundaries, res = c(5, 5)) -r <- raster::resample(dat_gebco, blank) -
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    #> Error in .intersectExtent(x, y, validate = TRUE): Objects do not intersect
    -#### Example (1): Implement function using default options -lcp_dist <- lcp_from_point(origin = origin, surface = r) -
    #> flapper::lcp_from_point() called (@ 2022-06-17 10:06:01)...
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'ncell': object 'r' not found
    ## Visualise outputs -pp <- par(mfrow = c(2, 2)) -# Plot surface -raster::plot(r) -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'plot': object 'r' not found
    # Examine Euclidean distances from point -raster::plot(raster::distanceFromPoints(r, origin)) -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'plot': error in evaluating the argument 'x' in selecting a method for function 'couldBeLonLat': object 'r' not found
    # Compare to shortest distances -raster::plot(lcp_dist) -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'plot': object 'lcp_dist' not found
    par(pp) -if(flapper_run_slow){ +
    use_all_cores
    +

    A logical input that defines whether or not to parallelise least-cost distance calculations across all cores. This is passed to get_distance_matrix which implements calculations.

    -#### Example (2): Implement function across specific destinations -## Supply destination cell coordinates/IDs directly -# E.g., consider distances to cells shallower than 125 m -destination_cells <- raster::Which(r < 125, cells = TRUE, na.rm = TRUE) -lcp_dist <- lcp_from_point(origin = origin, - surface = r, - destination = destination_cells) -raster::plot(lcp_dist) -## Use a function instead to consider distances to cells shallower than 125 m -filter_destination_cells <- function(x) x < 125 -lcp_dist <- lcp_from_point(origin = origin, - surface = r, - destination = filter_destination_cells) -raster::plot(lcp_dist) -#### Example (3): Define cost surfaces for LCP calculations outside of function -# This can be implemented internally, but we compute it here via lcp_costs(). -# Note this imposes restrictions on the nature of the surface, such as equal -# ... resolution, which we have forced above. -costs <- lcp_costs(r) -cost <- costs$dist_total -lcp_dist <- lcp_from_point(origin = origin, - surface = r, - destination = filter_destination_cells, - cost = cost) +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to relay function progress.

    -#### Example (4): Supply a graph object -graph <- lcp_graph_surface(surface = r, cost = cost) -lcp_dist <- lcp_from_point(origin = origin, surface = r, graph = graph) +
    +
    +

    Value

    + -#### Example (5): Implement algorithm in parallel via use_all_cores -lcp_dist <- lcp_from_point(origin = origin, surface = r, use_all_cores = TRUE) +

    The function returns a raster in which each cell represents the least-cost distance from a specified origin to that cell. The origin is assigned a value of zero. Any cells excluded by the destination filter have a value of NA.

    +
    +
    +

    Details

    +

    This function implements routines provided via flapper and the cppRouting package to calculate least-cost distances. The main steps are:

    1. The calculation of distances between adjacent cells (i.e., cost, if not supplied, via lcp_costs);

    2. +
    3. The construction of a graph that defines cell connections from the origin to surrounding cells on the surface as a network (via makegraph);

    4. +
    5. The calculation of shortest distances between the origin and surrounding cells from the graph (via get_distance_matrix);

    6. +
    7. The expression of shortest distances as a raster which is returned.

    8. +
    +
    +

    See also

    +

    This function is similar to distanceFromPoints, which returns a Raster* of Euclidean distances. For iterative applications across the same surface, lcp_costs and lcp_graph_surface can be implemented to define the cost matrix and the graph object outside of this function. These can be passed to lcp_from_point, skipping the need to recompute these objects. For shortest-distances and/or paths between specific origin and destination coordinates, the lcp_over_surface can be used. The particle filtering movement algorithms in flapper (i.e., pf) can implement this approach to ensure that movement paths are biologically realistic.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    -} -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'Which': object 'r' not found
    -
    +
    +

    Examples

    +
    #### Step (1): Define example origin
    +proj     <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm <- sp::CRS(SRS_string = "EPSG:32629")
    +origin   <- matrix(c(-5.616, 56.388), ncol = 2)
    +origin   <- sp::SpatialPoints(origin, proj)
    +origin   <- sp::spTransform(origin, proj_utm)
    +
    +#### Step (2): Select and process surface
    +# We will focus on an area within the dat_gebco bathymetry raster
    +boundaries <- raster::extent(707884.6, 709884.6, 6253404, 6255404)
    +blank      <- raster::raster(boundaries, res = c(5, 5))
    +r          <- raster::resample(dat_gebco, blank)
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +#> Error in .intersectExtent(x, y, validate = TRUE): Objects do not intersect
    +
    +#### Example (1): Implement function using default options
    +lcp_dist <- lcp_from_point(origin = origin, surface = r)
    +#> flapper::lcp_from_point() called (@ 2023-02-19 15:01:41)... 
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'ncell': object 'r' not found
    +## Visualise outputs
    +pp <- par(mfrow = c(2, 2))
    +# Plot surface
    +raster::plot(r)
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'plot': object 'r' not found
    +# Examine Euclidean distances from point
    +raster::plot(raster::distanceFromPoints(r, origin))
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'plot': error in evaluating the argument 'x' in selecting a method for function 'couldBeLonLat': object 'r' not found
    +# Compare to shortest distances
    +raster::plot(lcp_dist)
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'plot': object 'lcp_dist' not found
    +par(pp)
    +
    +if(flapper_run_slow){
    +
    +#### Example (2): Implement function across specific destinations
    +## Supply destination cell coordinates/IDs directly
    +# E.g., consider distances to cells shallower than 125 m
    +destination_cells <- raster::Which(r < 125, cells = TRUE, na.rm = TRUE)
    +lcp_dist <- lcp_from_point(origin = origin,
    +                           surface = r,
    +                           destination = destination_cells)
    +raster::plot(lcp_dist)
    +## Use a function instead to consider distances to cells shallower than 125 m
    +filter_destination_cells <- function(x) x < 125
    +lcp_dist <- lcp_from_point(origin = origin,
    +                           surface = r,
    +                           destination = filter_destination_cells)
    +raster::plot(lcp_dist)
    +
    +#### Example (3): Define cost surfaces for LCP calculations outside of function
    +# This can be implemented internally, but we compute it here via lcp_costs().
    +# Note this imposes restrictions on the nature of the surface, such as equal
    +# ... resolution, which we have forced above.
    +costs <- lcp_costs(r)
    +cost  <- costs$dist_total
    +lcp_dist <- lcp_from_point(origin = origin,
    +                           surface = r,
    +                           destination = filter_destination_cells,
    +                           cost = cost)
    +
    +#### Example (4): Supply a graph object
    +graph    <- lcp_graph_surface(surface = r, cost = cost)
    +lcp_dist <- lcp_from_point(origin = origin, surface = r, graph = graph)
    +
    +#### Example (5): Implement algorithm in parallel via use_all_cores
    +lcp_dist <- lcp_from_point(origin = origin, surface = r, use_all_cores = TRUE)
    +
    +}
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'Which': object 'r' not found
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/lcp_graph_surface.html b/docs/reference/lcp_graph_surface.html index a6e274e..de4422b 100644 --- a/docs/reference/lcp_graph_surface.html +++ b/docs/reference/lcp_graph_surface.html @@ -1,67 +1,12 @@ - - - - - - - -Construct a graph for least-cost paths analysis of movement from a point on a Raster* — lcp_graph_surface • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Construct a graph for least-cost paths analysis of movement from a point on a Raster* — lcp_graph_surface • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function constructs a graph for least-cost paths analysis. This function is specifically designed for situations in which the aim is to calculate least-cost distances between points on a raster.

    +

    This function constructs a graph for least-cost paths analysis. This function is specifically designed for situations in which the aim is to calculate least-cost distances between points on a raster.

    +
    + +
    +
    lcp_graph_surface(surface, cost, verbose = TRUE)
    -
    lcp_graph_surface(surface, cost, verbose = TRUE)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    surface

    A raster for which to construct the graph. There are some constraints on the form of this raster if the costs of movement between cells are derived from lcp_costs (see below).

    cost

    A sparse dsCMatrix-class matrix that defines the cost of movement between connected cells on the surface (see lcp_costs).

    verbose

    A logical function that defines whether or not to print messages to the console to relay function progress.

    - -

    Value

    - -

    The function returns a named list that defines the graph (see makegraph)

    -

    Details

    - -

    This is a wrapper for the makegraph function.

    -

    Author

    +
    +

    Arguments

    +
    surface
    +

    A raster for which to construct the graph. There are some constraints on the form of this raster if the costs of movement between cells are derived from lcp_costs (see below).

    + +
    cost
    +

    A sparse dsCMatrix-class matrix that defines the cost of movement between connected cells on the surface (see lcp_costs).

    + + +
    verbose
    +

    A logical function that defines whether or not to print messages to the console to relay function progress.

    + +
    +
    +

    Value

    + + +

    The function returns a named list that defines the graph (see makegraph)

    +
    +
    +

    Details

    +

    This is a wrapper for the makegraph function.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Step (1): Define cost surface -# We will consider the distances between connected cells in the example -# ... 'dat_gebco' raster as a measure of cost. For this, we will focus on a -# ... specific area (for speed), within which we need to -# ... we need to regularise the resolution: -boundaries <- raster::extent(707884.6, 709884.6, 6253404, 6255404) -blank <- raster::raster(boundaries, res = c(5, 5)) -r <- raster::resample(dat_gebco, blank) -
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    #> Error in .intersectExtent(x, y, validate = TRUE): Objects do not intersect
    # Define costs -costs <- lcp_costs(r) -
    #> flapper::lcp_costs() called (@ 2022-06-17 10:06:01)...
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'res': object 'r' not found
    -#### Step (2): Make graph for LCP analysis -graph <- lcp_graph_surface(surface = r, cost = costs$dist_total) -
    #> flapper::lcp_graph_surface() called (@ 2022-06-17 10:06:01)...
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'ncell': object 'r' not found
    -#### Step (3): Implement LCP analysis around point on Raster* -# ... e.g., via lcp_from_point() - -
    +
    +

    Examples

    +
    #### Step (1): Define cost surface
    +# We will consider the distances between connected cells in the example
    +# ... 'dat_gebco' raster as a measure of cost. For this, we will focus on a
    +# ... specific area (for speed), within which we need to
    +# ... we need to regularise the resolution:
    +boundaries <- raster::extent(707884.6, 709884.6, 6253404, 6255404)
    +blank      <- raster::raster(boundaries, res = c(5, 5))
    +r          <- raster::resample(dat_gebco, blank)
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +#> Error in .intersectExtent(x, y, validate = TRUE): Objects do not intersect
    +# Define costs
    +costs      <- lcp_costs(r)
    +#> flapper::lcp_costs() called (@ 2023-02-19 15:01:42)... 
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'res': object 'r' not found
    +
    +#### Step (2): Make graph for LCP analysis
    +graph <- lcp_graph_surface(surface = r, cost = costs$dist_total)
    +#> flapper::lcp_graph_surface() called (@ 2023-02-19 15:01:42)... 
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'ncell': object 'r' not found
    +
    +#### Step (3): Implement LCP analysis around point on Raster*
    +# ... e.g., via lcp_from_point()
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/lcp_interp-1.png b/docs/reference/lcp_interp-1.png index 2490d9c..e386644 100644 Binary files a/docs/reference/lcp_interp-1.png and b/docs/reference/lcp_interp-1.png differ diff --git a/docs/reference/lcp_interp.html b/docs/reference/lcp_interp.html index df1b7e9..b75c6df 100644 --- a/docs/reference/lcp_interp.html +++ b/docs/reference/lcp_interp.html @@ -1,67 +1,12 @@ - - - - - - - -Interpolate shortest (least-cost) paths between locations along a movement path — lcp_interp • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Interpolate shortest (least-cost) paths between locations along a movement path — lcp_interp • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function is a wrapper for lcp_over_surface designed to interpolate shortest (least-cost) paths between sequential locations along an animal movement path. The function is specifically motivated for the interpolation of paths between locations for benthic animals, whose movement is restricted by the seabed (see lcp_over_surface).

    +

    This function is a wrapper for lcp_over_surface designed to interpolate shortest (least-cost) paths between sequential locations along an animal movement path. The function is specifically motivated for the interpolation of paths between locations for benthic animals, whose movement is restricted by the seabed (see lcp_over_surface).

    -
    lcp_interp(
    -  paths,
    -  surface,
    -  ...,
    -  keep_cols = FALSE,
    -  calc_distance = TRUE,
    -  verbose = TRUE
    -)
    +
    +
    lcp_interp(
    +  paths,
    +  surface,
    +  ...,
    +  keep_cols = FALSE,
    +  calc_distance = TRUE,
    +  verbose = TRUE
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    paths

    A dataframe that defines movement paths. This must contain a unique, integer identifier for each path from 1 to the number of paths (`path_id'); an integer time step index (`timestep') and the coordinates of sequential locations (`cell_x' and `cell_y'). The example dataset comprising movement paths reconstructed over the seabed by the depth-contour particle filtering algorithm (dat_dcpf_paths) exemplifies of the appropriate format.

    surface

    A raster of the surface over which the object (i.e., individual) moved between sequential locations. lcp_over_surface forces some restrictions on the form of this raster. The surface must be planar (i.e., Universal Transverse Mercator projection) with units of metres and equal resolution in the x, y and z directions (see lcp_over_surface).

    ...

    Additional arguments, passed to lcp_over_surface, to control the interpolation (excluding origin, destination, combination and goal).

    keep_cols

    A logical input that defines whether or not to retain all columns in paths in the returned dataframe (see Value).

    calc_distance

    A logical input that defines whether or not to calculate distances between sequential positions along the shortest paths (see Value).

    verbose

    A logical input that defines whether or not to print messages to the console to monitor function progress.

    +
    +

    Arguments

    +
    paths
    +

    A dataframe that defines movement paths. This must contain a unique, integer identifier for each path from 1 to the number of paths (`path_id'); an integer time step index (`timestep') and the coordinates of sequential locations (`cell_x' and `cell_y'). The example dataset comprising movement paths reconstructed over the seabed by the depth-contour particle filtering algorithm (dat_dcpf_paths) exemplifies of the appropriate format.

    -

    Value

    -

    The function returns a dataframe or a list depending on the input to calc_distance. If calc_distance = FALSE, the function returns a dataframe that defines, for each path (`path_id'), for each time step (`timestep'), a vector of the cell coordinates (`cell_x', `cell_y', `cell_z') on the surface that define the shortest path from the location at the previous time step to the location at the current time step. Thus, the first row contains the individual's initial location and subsequent rows for that time step (timestep = 2 if the first time step is defined as timestep = 1, since movement is considered from the location at the `previous' time step to the location at the `current' time step) include the sequential locations of an individual, were it to have moved along the shortest path, to the location at the next time step. If keep_cols = TRUE, coordinate columns are suffixed by `.x' and the coordinates for each time step (as inputted) are included (with the `.y' suffix) along with any other columns in the inputted dataframe (paths).

    -

    If calc_distance = TRUE, a named list is returned with two elements. The `path_lcp' element contains the dataframe of interpolated path coordinates, as described above, with an extra `dist' column that defines the distance over the surface between sequential positions along the path. The `dist_lcp' element contains a dataframe, exactly as inputted via paths, but with the total distance along each shortest path (from the `previous' location to the `current' location) included as a `dist' column (this is simply the sum of the distances provided in path_lcp$dist) for all movements within each timestep for each path.

    -

    Details

    +
    surface
    +

    A raster of the surface over which the object (i.e., individual) moved between sequential locations. lcp_over_surface forces some restrictions on the form of this raster. The surface must be planar (i.e., Universal Transverse Mercator projection) with units of metres and equal resolution in the x, y and z directions (see lcp_over_surface).

    -

    If calc_distances = TRUE, distances are calculated with movement from the previous location to the `current' location (see Value).

    -

    A useful application of this function in flapper is the post-hoc evaluation of particle filtering movement algorithms (see pf). These can be implemented using movement models based on Euclidean or shortest distances. Since the former is typically much faster, a useful starting point is to implement the chosen algorithm using Euclidean distances and then, for the sample of paths reconstructed by the algorithm, use lcp_interp to examine the similarity between Euclidean and shortest distances and the effects of updated distance values on movement probabilities. If a Euclidean distances implementation of an algorithm is acceptable (i.e., minimum swimming distances are not too large under the movement model), shortest distances from lcp_interp can be used to adjust the movement probabilities to more realistic values. Alternatively, a shortest distances implementation of the movement path algorithm may be necessary.

    -

    This function can also be useful for visualising movement paths (e.g., via pf_plot_3d).

    -

    Author

    -

    Edward Lavender

    +
    ...
    +

    Additional arguments, passed to lcp_over_surface, to control the interpolation (excluding origin, destination, combination and goal).

    + + +
    keep_cols
    +

    A logical input that defines whether or not to retain all columns in paths in the returned dataframe (see Value).

    + + +
    calc_distance
    +

    A logical input that defines whether or not to calculate distances between sequential positions along the shortest paths (see Value).

    + -

    Examples

    -
    #### Define movement paths -# We will interpolate LCPs between sequential locations -# ... of a skate on the seabed -# ... reconstructed by the DCPF algorithm (dc() & pf()), using the -# ... example dat_dcpf_* datasets. We extract the paths -# ... and the surface over which movement occurred from this object: -paths <- dat_dcpf_paths -surface <- dat_dcpf_histories$args$bathy +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to monitor function progress.

    -#### Example (1): Implement lcp_interp() for an example path -# ... with calc_distance = FALSE -# Implement approach -paths_1 <- paths[paths$path_id == 1, ] -paths_interp_1 <- lcp_interp(paths = paths_1, - surface = surface, - calc_distance = FALSE) -
    #> flapper::lcp_interp() called (@ 2022-06-17 10:06:01)... -#> ... Setting up function... -#> ... Processing paths... -#> ... Calculating least-cost paths via flapper::lcp_over_surface()... -#> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:01)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost paths(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:01) after ~0 minutes. -#> ... flapper::lcp_interp() call completed (@ 2022-06-17 10:06:01) after ~0 minutes.
    # With calc_distance = FALSE, we get a dataframe with sequential locations -utils::head(paths_interp_1) -
    #> path_id timestep cell_x cell_y cell_z -#> 1 1 1 708897.1 6254392 135.0958 -#> 2 1 1 708897.1 6254366 134.6248 -#> 3 1 1 708897.1 6254342 134.1539 -#> 4 1 1 708897.1 6254316 133.6829 -#> 5 1 1 708897.1 6254292 133.4160 -#> 6 1 1 708922.1 6254266 133.4513
    -#### Example (2): Keep the original columns in 'paths' -# ... via keep_cols = TRUE -paths_interp_2 <- lcp_interp(paths = paths_1, - surface = surface, - calc_distance = FALSE, - keep_cols = TRUE) -
    #> flapper::lcp_interp() called (@ 2022-06-17 10:06:01)... -#> ... Setting up function... -#> ... Processing paths... -#> ... Calculating least-cost paths via flapper::lcp_over_surface()... -#> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:01)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost paths(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:01) after ~0 minutes. -#> ... flapper::lcp_interp() call completed (@ 2022-06-17 10:06:01) after ~0 minutes.
    utils::head(paths_interp_2) -
    #> path_id timestep cell_x.x cell_y.x cell_z.x cell_id cell_x.y cell_y.y -#> 1 1 1 708897.1 6254392 135.0958 3722 708922.1 6254242 -#> 2 1 1 708897.1 6254366 134.6248 3722 708922.1 6254242 -#> 3 1 1 708897.1 6254342 134.1539 3722 708922.1 6254242 -#> 4 1 1 708897.1 6254316 133.6829 3722 708922.1 6254242 -#> 5 1 1 708897.1 6254292 133.4160 3722 708922.1 6254242 -#> 6 1 1 708922.1 6254266 133.4513 3722 708922.1 6254242 -#> cell_z.y cell_pr dist -#> 1 134.0199 1.808832e-05 152.0691 -#> 2 134.0199 1.808832e-05 152.0691 -#> 3 134.0199 1.808832e-05 152.0691 -#> 4 134.0199 1.808832e-05 152.0691 -#> 5 134.0199 1.808832e-05 152.0691 -#> 6 134.0199 1.808832e-05 152.0691
    -#### Example (3): Calculate shortest distances along each path -# ... via calc_distance = TRUE (the default) -paths_interp_3 <- lcp_interp(paths = paths_1, - surface = surface) -
    #> flapper::lcp_interp() called (@ 2022-06-17 10:06:01)... -#> ... Setting up function... -#> ... Processing paths... -#> ... Calculating least-cost paths via flapper::lcp_over_surface()... -#> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:01)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost paths(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:02) after ~0 minutes. -#> ... Summarising distances for each least-cost path... -#> ... flapper::lcp_interp() call completed (@ 2022-06-17 10:06:02) after ~0 minutes.
    # A named list is returned -names(paths_interp_3) -
    #> [1] "path_lcp" "dist_lcp"
    # The 'dist_lcp' element is as inputted but with a 'dist' column that defines -# ... the total distance along the shortest path between sequential locations -utils::head(paths_interp_3$dist_lcp) -
    #> path_id timestep cell_id cell_x cell_y cell_z cell_pr dist -#> 1 1 0 3241 708897.1 6254392 135.0958 1.000000e+00 NA -#> 2 1 1 3722 708922.1 6254242 134.0199 1.808832e-05 160.37655 -#> 3 1 2 3243 708947.1 6254392 133.6996 1.663445e-05 160.37573 -#> 4 1 3 3166 709022.1 6254416 133.6938 1.569277e-04 85.36217 -#> 5 1 4 3006 709022.1 6254466 134.0630 1.826367e-04 50.00136 -#> 6 1 5 3009 709097.1 6254466 134.9762 1.547789e-04 75.00556
    # The 'path_lcp' element contains the paths, as described above, with an -# ... additional 'dist' column for the distances between sequential locations -# ... along each shortest path (i.e., time step) -utils::head(paths_interp_3$path_lcp) -
    #> path_id timestep cell_x cell_y cell_z dist -#> 1 1 1 708897.1 6254392 135.0958 NA -#> 2 1 1 708897.1 6254366 134.6248 25.00444 -#> 3 1 1 708897.1 6254342 134.1539 25.00444 -#> 4 1 1 708897.1 6254316 133.6829 25.00444 -#> 5 1 1 708897.1 6254292 133.4160 25.00142 -#> 6 1 1 708922.1 6254266 133.4513 35.35536
    -
    +
    +
    +

    Value

    + + +

    The function returns a dataframe or a list depending on the input to calc_distance. If calc_distance = FALSE, the function returns a dataframe that defines, for each path (`path_id'), for each time step (`timestep'), a vector of the cell coordinates (`cell_x', `cell_y', `cell_z') on the surface that define the shortest path from the location at the previous time step to the location at the current time step. Thus, the first row contains the individual's initial location and subsequent rows for that time step (timestep = 2 if the first time step is defined as timestep = 1, since movement is considered from the location at the `previous' time step to the location at the `current' time step) include the sequential locations of an individual, were it to have moved along the shortest path, to the location at the next time step. If keep_cols = TRUE, coordinate columns are suffixed by `.x' and the coordinates for each time step (as inputted) are included (with the `.y' suffix) along with any other columns in the inputted dataframe (paths).

    + + +

    If calc_distance = TRUE, a named list is returned with two elements. The `path_lcp' element contains the dataframe of interpolated path coordinates, as described above, with an extra `dist' column that defines the distance over the surface between sequential positions along the path. The `dist_lcp' element contains a dataframe, exactly as inputted via paths, but with the total distance along each shortest path (from the `previous' location to the `current' location) included as a `dist' column (this is simply the sum of the distances provided in path_lcp$dist) for all movements within each timestep for each path.

    +
    +
    +

    Details

    +

    If calc_distances = TRUE, distances are calculated with movement from the previous location to the `current' location (see Value).

    +

    A useful application of this function in flapper is the post-hoc evaluation of particle filtering movement algorithms (see pf). These can be implemented using movement models based on Euclidean or shortest distances. Since the former is typically much faster, a useful starting point is to implement the chosen algorithm using Euclidean distances and then, for the sample of paths reconstructed by the algorithm, use lcp_interp to examine the similarity between Euclidean and shortest distances and the effects of updated distance values on movement probabilities. If a Euclidean distances implementation of an algorithm is acceptable (i.e., minimum swimming distances are not too large under the movement model), shortest distances from lcp_interp can be used to adjust the movement probabilities to more realistic values. Alternatively, a shortest distances implementation of the movement path algorithm may be necessary.

    +

    This function can also be useful for visualising movement paths (e.g., via pf_plot_3d).

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Define movement paths
    +# We will interpolate LCPs between sequential locations
    +# ... of a skate on the seabed
    +# ... reconstructed by the DCPF algorithm (dc() & pf()), using the
    +# ... example dat_dcpf_* datasets. We extract the paths
    +# ... and the surface over which movement occurred from this object:
    +paths   <- dat_dcpf_paths
    +surface <- dat_dcpf_histories$args$bathy
    +
    +#### Example (1): Implement lcp_interp() for an example path
    +# ... with calc_distance = FALSE
    +# Implement approach
    +paths_1 <- paths[paths$path_id == 1, ]
    +paths_interp_1 <- lcp_interp(paths = paths_1,
    +                             surface = surface,
    +                             calc_distance = FALSE)
    +#> flapper::lcp_interp() called (@ 2023-02-19 15:01:42)... 
    +#> ... Setting up function... 
    +#> ... Processing paths... 
    +#> ... Calculating least-cost paths via flapper::lcp_over_surface()... 
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:42)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:42) after ~0 minutes. 
    +#> ... flapper::lcp_interp() call completed (@ 2023-02-19 15:01:42) after ~0 minutes. 
    +# With calc_distance = FALSE, we get a dataframe with sequential locations
    +utils::head(paths_interp_1)
    +#>   path_id timestep   cell_x  cell_y   cell_z
    +#> 1       1       12 709572.1 6253992 86.75919
    +
    +#### Example (2): Keep the original columns in 'paths'
    +# ... via keep_cols = TRUE
    +paths_interp_2 <- lcp_interp(paths = paths_1,
    +                             surface = surface,
    +                             calc_distance = FALSE,
    +                             keep_cols = TRUE)
    +#> flapper::lcp_interp() called (@ 2023-02-19 15:01:42)... 
    +#> ... Setting up function... 
    +#> ... Processing paths... 
    +#> ... Calculating least-cost paths via flapper::lcp_over_surface()... 
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:42)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:42) after ~0 minutes. 
    +#> ... flapper::lcp_interp() call completed (@ 2023-02-19 15:01:42) after ~0 minutes. 
    +utils::head(paths_interp_2)
    +#>   path_id timestep cell_x.x cell_y.x cell_z.x cell_id cell_x.y cell_y.y
    +#> 1       1       12 709572.1  6253992 86.75919    4548 709572.1  6253992
    +#>   cell_z.y     cell_pr dist
    +#> 1 86.75919 0.001475939    0
    +
    +#### Example (3): Calculate shortest distances along each path
    +# ... via calc_distance = TRUE (the default)
    +paths_interp_3 <- lcp_interp(paths = paths_1,
    +                             surface = surface)
    +#> flapper::lcp_interp() called (@ 2023-02-19 15:01:42)... 
    +#> ... Setting up function... 
    +#> ... Processing paths... 
    +#> ... Calculating least-cost paths via flapper::lcp_over_surface()... 
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:42)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:42) after ~0 minutes. 
    +#> ... Summarising distances for each least-cost path... 
    +#> ... flapper::lcp_interp() call completed (@ 2023-02-19 15:01:43) after ~0 minutes. 
    +# A named list is returned
    +names(paths_interp_3)
    +#> [1] "path_lcp" "dist_lcp"
    +# The 'dist_lcp' element is as inputted but with a 'dist' column that defines
    +# ... the total distance along the shortest path between sequential locations
    +utils::head(paths_interp_3$dist_lcp)
    +#>   path_id timestep cell_id   cell_x  cell_y   cell_z      cell_pr dist
    +#> 1       1        0    3241 708897.1 6254392 135.0958 1.000000e+00   NA
    +#> 2       1        1    3722 708922.1 6254242 134.0199 1.808832e-05   NA
    +#> 3       1        2    3243 708947.1 6254392 133.6996 1.663445e-05   NA
    +#> 4       1        3    3166 709022.1 6254416 133.6938 1.569277e-04   NA
    +#> 5       1        4    3006 709022.1 6254466 134.0630 1.826367e-04   NA
    +#> 6       1        5    3009 709097.1 6254466 134.9762 1.547789e-04   NA
    +# The 'path_lcp' element contains the paths, as described above, with an
    +# ... additional 'dist' column for the distances between sequential locations
    +# ... along each shortest path (i.e., time step)
    +utils::head(paths_interp_3$path_lcp)
    +#>   path_id timestep   cell_x  cell_y   cell_z dist
    +#> 1       1       12 709572.1 6253992 86.75919   NA
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/lcp_over_surface-1.png b/docs/reference/lcp_over_surface-1.png index 6281fed..378dfc4 100644 Binary files a/docs/reference/lcp_over_surface-1.png and b/docs/reference/lcp_over_surface-1.png differ diff --git a/docs/reference/lcp_over_surface-10.png b/docs/reference/lcp_over_surface-10.png index e1967a0..ecc9282 100644 Binary files a/docs/reference/lcp_over_surface-10.png and b/docs/reference/lcp_over_surface-10.png differ diff --git a/docs/reference/lcp_over_surface-11.png b/docs/reference/lcp_over_surface-11.png index c5d0b3a..087c9b8 100644 Binary files a/docs/reference/lcp_over_surface-11.png and b/docs/reference/lcp_over_surface-11.png differ diff --git a/docs/reference/lcp_over_surface-12.png b/docs/reference/lcp_over_surface-12.png index 4f63730..26cfd8d 100644 Binary files a/docs/reference/lcp_over_surface-12.png and b/docs/reference/lcp_over_surface-12.png differ diff --git a/docs/reference/lcp_over_surface-13.png b/docs/reference/lcp_over_surface-13.png index bb7c261..a1b127e 100644 Binary files a/docs/reference/lcp_over_surface-13.png and b/docs/reference/lcp_over_surface-13.png differ diff --git a/docs/reference/lcp_over_surface-14.png b/docs/reference/lcp_over_surface-14.png index 12b53ba..f948326 100644 Binary files a/docs/reference/lcp_over_surface-14.png and b/docs/reference/lcp_over_surface-14.png differ diff --git a/docs/reference/lcp_over_surface-15.png b/docs/reference/lcp_over_surface-15.png index d614c92..c79cc11 100644 Binary files a/docs/reference/lcp_over_surface-15.png and b/docs/reference/lcp_over_surface-15.png differ diff --git a/docs/reference/lcp_over_surface-16.png b/docs/reference/lcp_over_surface-16.png index 636dc55..86e04e5 100644 Binary files a/docs/reference/lcp_over_surface-16.png and b/docs/reference/lcp_over_surface-16.png differ diff --git a/docs/reference/lcp_over_surface-17.png b/docs/reference/lcp_over_surface-17.png index 4fde996..86e04e5 100644 Binary files a/docs/reference/lcp_over_surface-17.png and b/docs/reference/lcp_over_surface-17.png differ diff --git a/docs/reference/lcp_over_surface-18.png b/docs/reference/lcp_over_surface-18.png index 0bc17aa..86e04e5 100644 Binary files a/docs/reference/lcp_over_surface-18.png and b/docs/reference/lcp_over_surface-18.png differ diff --git a/docs/reference/lcp_over_surface-19.png b/docs/reference/lcp_over_surface-19.png index 53356e3..86e04e5 100644 Binary files a/docs/reference/lcp_over_surface-19.png and b/docs/reference/lcp_over_surface-19.png differ diff --git a/docs/reference/lcp_over_surface-2.png b/docs/reference/lcp_over_surface-2.png index 23a1740..fa205a5 100644 Binary files a/docs/reference/lcp_over_surface-2.png and b/docs/reference/lcp_over_surface-2.png differ diff --git a/docs/reference/lcp_over_surface-20.png b/docs/reference/lcp_over_surface-20.png index 455d3a2..de25942 100644 Binary files a/docs/reference/lcp_over_surface-20.png and b/docs/reference/lcp_over_surface-20.png differ diff --git a/docs/reference/lcp_over_surface-21.png b/docs/reference/lcp_over_surface-21.png index 51e2299..761b5f4 100644 Binary files a/docs/reference/lcp_over_surface-21.png and b/docs/reference/lcp_over_surface-21.png differ diff --git a/docs/reference/lcp_over_surface-22.png b/docs/reference/lcp_over_surface-22.png new file mode 100644 index 0000000..de25942 Binary files /dev/null and b/docs/reference/lcp_over_surface-22.png differ diff --git a/docs/reference/lcp_over_surface-23.png b/docs/reference/lcp_over_surface-23.png new file mode 100644 index 0000000..761b5f4 Binary files /dev/null and b/docs/reference/lcp_over_surface-23.png differ diff --git a/docs/reference/lcp_over_surface-24.png b/docs/reference/lcp_over_surface-24.png new file mode 100644 index 0000000..8627e78 Binary files /dev/null and b/docs/reference/lcp_over_surface-24.png differ diff --git a/docs/reference/lcp_over_surface-25.png b/docs/reference/lcp_over_surface-25.png new file mode 100644 index 0000000..b8ba5d2 Binary files /dev/null and b/docs/reference/lcp_over_surface-25.png differ diff --git a/docs/reference/lcp_over_surface-26.png b/docs/reference/lcp_over_surface-26.png new file mode 100644 index 0000000..03c30d0 Binary files /dev/null and b/docs/reference/lcp_over_surface-26.png differ diff --git a/docs/reference/lcp_over_surface-27.png b/docs/reference/lcp_over_surface-27.png new file mode 100644 index 0000000..3303ef7 Binary files /dev/null and b/docs/reference/lcp_over_surface-27.png differ diff --git a/docs/reference/lcp_over_surface-3.png b/docs/reference/lcp_over_surface-3.png index 712fb99..0af5945 100644 Binary files a/docs/reference/lcp_over_surface-3.png and b/docs/reference/lcp_over_surface-3.png differ diff --git a/docs/reference/lcp_over_surface-4.png b/docs/reference/lcp_over_surface-4.png index cf25fbb..3452eb7 100644 Binary files a/docs/reference/lcp_over_surface-4.png and b/docs/reference/lcp_over_surface-4.png differ diff --git a/docs/reference/lcp_over_surface-5.png b/docs/reference/lcp_over_surface-5.png index 4eb68bd..69ba3be 100644 Binary files a/docs/reference/lcp_over_surface-5.png and b/docs/reference/lcp_over_surface-5.png differ diff --git a/docs/reference/lcp_over_surface-6.png b/docs/reference/lcp_over_surface-6.png index de918f1..4b4b1d0 100644 Binary files a/docs/reference/lcp_over_surface-6.png and b/docs/reference/lcp_over_surface-6.png differ diff --git a/docs/reference/lcp_over_surface-7.png b/docs/reference/lcp_over_surface-7.png index c66081d..e12dbe8 100644 Binary files a/docs/reference/lcp_over_surface-7.png and b/docs/reference/lcp_over_surface-7.png differ diff --git a/docs/reference/lcp_over_surface-8.png b/docs/reference/lcp_over_surface-8.png index 0e9c268..ef6ab9f 100644 Binary files a/docs/reference/lcp_over_surface-8.png and b/docs/reference/lcp_over_surface-8.png differ diff --git a/docs/reference/lcp_over_surface-9.png b/docs/reference/lcp_over_surface-9.png index f91ccbb..83f1c9e 100644 Binary files a/docs/reference/lcp_over_surface-9.png and b/docs/reference/lcp_over_surface-9.png differ diff --git a/docs/reference/lcp_over_surface.html b/docs/reference/lcp_over_surface.html index 4827d6a..89ef3dd 100644 --- a/docs/reference/lcp_over_surface.html +++ b/docs/reference/lcp_over_surface.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate shortest path(s) and/or distance(s) over a surface between origin and destination coordinates — lcp_over_surface • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate shortest path(s) and/or distance(s) over a surface between origin and destination coordinates — lcp_over_surface • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    This function computes the shortest path(s) and/or distance(s) over a surface between origin and destination coordinates. To implement this function, origin and destination coordinates need to be specified as matrices and the surface over which movement occurs should be supplied as a raster. Since determining shortest paths can be computationally and memory-intensive, the surface can be reduced in size and/or resolution before these are computed, by (a) cropping the surface within user-defined extents; (b) focusing on a buffer zone along a Euclidean transect connecting origin and destination coordinates; (c) aggregating the surface to reduce the resolution; and/or (d) masking out areas over which movement is impossible (e.g., land for marine animals). Then, the function computes distances between connected cells, given (a) the planar distances between connected cells and (b) their difference in elevation. These distances are taken as a measure of `cost'. For each pair of origin and destination coordinates, or for all combinations of coordinates, these distances are used to compute the least-cost (i.e., shortest) path and/or the distance of this path, using functions in the cppRouting or gdistance package. The function returns the shortest path(s) and/or their distance(s) (m) along with a plot and a list of objects involved in the calculations.

    +

    This function computes the shortest path(s) and/or distance(s) over a surface between origin and destination coordinates. To implement this function, origin and destination coordinates need to be specified as matrices and the surface over which movement occurs should be supplied as a raster. Since determining shortest paths can be computationally and memory-intensive, the surface can be reduced in size and/or resolution before these are computed, by (a) cropping the surface within user-defined extents; (b) focusing on a buffer zone along a Euclidean transect connecting origin and destination coordinates; (c) aggregating the surface to reduce the resolution; and/or (d) masking out areas over which movement is impossible (e.g., land for marine animals). Then, the function computes distances between connected cells, given (a) the planar distances between connected cells and (b) their difference in elevation. These distances are taken as a measure of `cost'. For each pair of origin and destination coordinates, or for all combinations of coordinates, these distances are used to compute the least-cost (i.e., shortest) path and/or the distance of this path, using functions in the cppRouting or gdistance package. The function returns the shortest path(s) and/or their distance(s) (m) along with a plot and a list of objects involved in the calculations.

    -
    lcp_over_surface(
    -  origin,
    -  destination,
    -  surface,
    -  crop = NULL,
    -  buffer = NULL,
    -  aggregate = NULL,
    -  mask = NULL,
    -  mask_inside = TRUE,
    -  plot = TRUE,
    -  goal = 1,
    -  combination = "pair",
    -  method = "cppRouting",
    -  cppRouting_algorithm = "bi",
    -  cl = NULL,
    -  varlist = NULL,
    -  use_all_cores = FALSE,
    -  check = TRUE,
    -  verbose = TRUE
    -)
    +
    +
    lcp_over_surface(
    +  origin,
    +  destination,
    +  surface,
    +  crop = NULL,
    +  buffer = NULL,
    +  aggregate = NULL,
    +  mask = NULL,
    +  mask_inside = TRUE,
    +  plot = TRUE,
    +  goal = 1,
    +  combination = "pair",
    +  method = "cppRouting",
    +  cppRouting_algorithm = "bi",
    +  cl = NULL,
    +  varlist = NULL,
    +  use_all_cores = FALSE,
    +  check = TRUE,
    +  verbose = TRUE
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    origin

    A matrix which defines the coordinates (x, y) of the starting location(s). Coordinates should lie on a plane (i.e., Universal Transverse Mercator projection).

    destination

    A matrix which defines the coordinates (x, y) of the finishing location(s). Coordinates should lie on a plane (i.e., Universal Transverse Mercator projection).

    surface

    A raster over which the object (e.g., individual) must move from origin to destination. The surface must be planar (i.e., Universal Transverse Mercator projection) with units of metres in x, y and z directions (m). The surface's resolution is taken to define the distance between horizontally and vertically connected cells and must be the same in both x and y directions (for surface's with unequal horizontal resolution, resample can be used to equalise resolution: see Examples). Any cells with NA values (e.g., due to missing data) are treated as `impossible' to move though by the algorithm. In this case, the surface might need to be pre-processed so that NAs are replaced/removed before implementing the function, depending on their source.

    crop

    (optional) An extent object that is used to crop the extent of the surface, before the least-cost algorithms are implemented. This may be useful for large rasters to reduce memory requirements/computation time.

    buffer

    (optional) A named list of arguments, passed to gBuffer (e.g. buffer = list(width = 1000)) (m) that is used to define a buffer around a Euclidean transect connecting the origin and destination. (This option can only be implemented for a single origin and destination pair.) The surface is then cropped to the extent of this buffer before the least-cost algorithms are implemented. This may be useful for large rasters to reduce memory requirements and/or computation time.

    aggregate

    (optional) A named list of arguments, passed to aggregate, to aggregate raster cells before the least-cost algorithms are implemented. This may be useful for large rasters to reduce memory requirements and/or computation time.

    mask

    (optional) A Raster or Spatial mask that is used to prevent movement over `impossible' areas on the surface. This must also lie on a planar surface (i.e., Universal Transverse Mercator projection). For example, for marine animals, mask might be a SpatialPolygonsDataFrame which defines the coastline. The effect of the mask depends on mask_inside (see below).

    mask_inside

    A logical input that defines whether or not to mask the surface inside (TRUE) or outside (FALSE) of the mask (see mask_io).

    plot

    A logical input that defines whether or not to plot the inputted and processed surfaces. If TRUE, the inputted and processed plots are produced side-by-side. For the inputted surface, the mask and the region selected (via crop and/or buffer) are shown along with the origin and destination. For the processed surface, the surface and the origin and destination are shown, along with the shortest path(s) (if and once computed: see goal). This is useful for checking that any surface processing steps have been applied correctly and the origin and destination are positioned correctly on the surface.

    goal

    An integer that defines the output of the function: goal = 1 computes shortest distances, goal = 2 computes shortest paths and goal = 3 computes both shortest paths and the corresponding distances. Note that goal = 3 results in least-cost algorithms being implemented twice, which will be inefficient for large problems; in this case, use goal = 2 to compute shortest paths and then calculate their distance using outputs returned by the function (see Value).

    combination

    A character string ("pair" or "matrix") that defines whether or not to compute shortest distances/paths for (a) each sequential origin and destination pair of coordinates (combination = "pair") or (b) all combinations of origin and destination coordinates (combination = "matrix"). This argument is only applicable if there is more than one origin and destination. For combination = "pair", the number of origin and destination coordinates needs to be the same, since each origin is matched with each destination.

    method

    A character string ("cppRouting" or "gdistance") that defines the method used to compute the shortest distances between the origin and the destination. "cppRouting" is the default method. Under this option, functions in the cppRouting package are used to compute the shortest paths (get_path_pair or get_multi_paths for each pair of coordinates or for all combinations of coordinates, respectively) and/or distances (get_distance_pair or get_distance_matrix). This package implements functions written in C++ and massively outperforms the other method = "gdistance" for large problems. Otherwise, if method = "gdistance", functions in the gdistance are called iteratively to compute shortest paths (via shortestPath) or distances (via costDistance).

    cppRouting_algorithm

    A character string that defines the algorithm used to compute shortest paths or distances. This is only applicable if method = "cppRouting": method = "gdistance" implements Dijkstra's algorithm only. For shortest paths or their distances between pairs of coordinates, the options are "Dijkstra", "bi", "A*" or "NBA" for the uni-directional Dijkstra, bi-directional Dijkstra, A star unidirectional search or new bi-directional A star algorithms respectively (see get_path_pair or get_distance_pair). For shortest paths between all combinations of coordinates, cppRouting_algorithm is ignored and the Dijkstra algorithm is implemented recursively. For shortest distances between all combinations of coordinates, the options are "phast" or "mch" (see get_distance_matrix).

    use_all_cores, cl, varlist

    Parallelisation options for method = "cppRouting" (use_all_cores) or method = "gdistance" (cl and varlist) respectively. If method = "cppRouting", parallelisation is implemented via use_all_cores for computing shortest distances only (not computing shortest paths). use_all_cores is a logical input that defines whether or not to use all cores for computing shortest distance(s). If method = "gdistance", parallelisation is implemented via cl and varlist for both shortest paths and distances function calls. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    check

    A logical input that defines whether or not to check function inputs. If TRUE, internal checks are implemented to check user-inputs and whether or not inputted coordinates are in appropriate places on the processed surface (for instance, to ensure inputted coordinates do not lie over masked areas). This helps to prevent intractable error messages. If FALSE, these checks are not implemented, so function progress may be faster initially (especially for large origin/destination coordinate matrices).

    verbose

    A logical input that defines whether or not to print messages to the console to monitor function progress. This is especially useful with a large surface since the algorithms are computationally intensive.

    +
    +

    Arguments

    +
    origin
    +

    A matrix which defines the coordinates (x, y) of the starting location(s). Coordinates should lie on a plane (i.e., Universal Transverse Mercator projection).

    -

    Value

    - -

    A named list

    -

    The function returns a named list. The most important element(s) of this list are `path_lcp' and/or `dist_lcp', the shortest path(s) and/or distance(s) (m) between origin and destination coordinate pairs/combinations. `path_lcp' is returned if goal = 2 or goal = 3 and `dist_lcp' is returned if goal = 1 or goal = 3. `path_lcp' contains (a) a dataframe with the cells comprising each path (`cells'), (b) a named list containing a SpatialLines object for each path (`SpatialLines') and (c) a named list of matrices of the coordinates of each path (`coordinates'). `dist_lcp' is a (a) numeric vector or (b) matrix with the distances (m) between each pair or combination of coordinates respectively. If `dist_lcp' is computed, `dist_euclid', the Euclidean distances (m) between the origin and destination, is also returned for comparison.

    +
    destination
    +

    A matrix which defines the coordinates (x, y) of the finishing location(s). Coordinates should lie on a plane (i.e., Universal Transverse Mercator projection).

    -

    Common elements

    -

    Other elements of the list record important outputs at sequential stages of the algorithm's progression. These include the following elements: `args', a named list of user inputs; `time', a dataframe that defines the times of sequential stages in the algorithm's progression; `surface', the surface over which shortest distances are computed (this may differ from the inputted surface if any of the processing options, such as crop, have been implemented); `surface_param', a named list that defines the cell IDs, the number of rows, the number of columns, the coordinates of the implemented surface and the cell IDs of the origin and destination nodes; `cost', a named list of arguments that defines the distances (m) between connected cells under a rook's or bishop's movement (`dist_rook' and `dist_bishop'), the planar and vertical distances between connected cells (`dist_planar' and `dist_vertical') and the total distance between connected cells (`dist_total'); and `cppRouting_param' or `gdistance_param', a named list of arguments used to compute shortest paths/distances via cppRouting or gdistance (see below).

    -

    Method-specific elements

    -

    If method = "cppRouting", the `cppRouting_param' list contains a named list of arguments passed to makegraph (`makegraph_param') as well as get_path_pair (`get_path_pair_param') or get_multi_paths (`get_multi_paths_param') and/or get_distance_pair (`get_distance_pair_param') or get_distance_matrix (`get_distance_matrix_param'), depending on whether or not shortest paths and/or distances have been computed (see goal) and whether or not shortest paths/distances have been computed for each pair of coordinates or all combinations of coordinates. If method = "gdistance", this list contains a named list of arguments passed iteratively, for each pair/combination of coordinates, to shortestPath (`shortestPath_param') or costDistance (`costDistance_param'). This includes an object of class TransitionLayer (see Transition-classes), in which the transitionMatrix slot contains a (sparse) matrix that defines the ease of moving between connected cells (the reciprocal of the `dist_total' matrix).

    +
    surface
    +

    A raster over which the object (e.g., individual) must move from origin to destination. The surface must be planar (i.e., Universal Transverse Mercator projection) with units of metres in x, y and z directions (m). The surface's resolution is taken to define the distance between horizontally and vertically connected cells and must be the same in both x and y directions (for surface's with unequal horizontal resolution, resample can be used to equalise resolution: see Examples). Any cells with NA values (e.g., due to missing data) are treated as `impossible' to move though by the algorithm. In this case, the surface might need to be pre-processed so that NAs are replaced/removed before implementing the function, depending on their source.

    + + +
    crop
    +

    (optional) An extent object that is used to crop the extent of the surface, before the least-cost algorithms are implemented. This may be useful for large rasters to reduce memory requirements/computation time.

    + + +
    buffer
    +

    (optional) A named list of arguments, passed to gBuffer (e.g. buffer = list(width = 1000)) (m) that is used to define a buffer around a Euclidean transect connecting the origin and destination. (This option can only be implemented for a single origin and destination pair.) The surface is then cropped to the extent of this buffer before the least-cost algorithms are implemented. This may be useful for large rasters to reduce memory requirements and/or computation time.

    -

    Plot

    -

    If plot = TRUE, a plot is also produced of the inputted and processed surfaces that are used in the calculations, along with the shortest path(s) (if and once computed).

    -

    Details

    +
    aggregate
    +

    (optional) A named list of arguments, passed to aggregate, to aggregate raster cells before the least-cost algorithms are implemented. This may be useful for large rasters to reduce memory requirements and/or computation time.

    + +
    mask
    +

    (optional) A Raster or Spatial mask that is used to prevent movement over `impossible' areas on the surface. This must also lie on a planar surface (i.e., Universal Transverse Mercator projection). For example, for marine animals, mask might be a SpatialPolygonsDataFrame which defines the coastline. The effect of the mask depends on mask_inside (see below).

    + + +
    mask_inside
    +

    A logical input that defines whether or not to mask the surface inside (TRUE) or outside (FALSE) of the mask (see mask_io).

    + + +
    plot
    +

    A logical input that defines whether or not to plot the inputted and processed surfaces. If TRUE, the inputted and processed plots are produced side-by-side. For the inputted surface, the mask and the region selected (via crop and/or buffer) are shown along with the origin and destination. For the processed surface, the surface and the origin and destination are shown, along with the shortest path(s) (if and once computed: see goal). This is useful for checking that any surface processing steps have been applied correctly and the origin and destination are positioned correctly on the surface.

    + + +
    goal
    +

    An integer that defines the output of the function: goal = 1 computes shortest distances, goal = 2 computes shortest paths and goal = 3 computes both shortest paths and the corresponding distances. Note that goal = 3 results in least-cost algorithms being implemented twice, which will be inefficient for large problems; in this case, use goal = 2 to compute shortest paths and then calculate their distance using outputs returned by the function (see Value).

    + + +
    combination
    +

    A character string ("pair" or "matrix") that defines whether or not to compute shortest distances/paths for (a) each sequential origin and destination pair of coordinates (combination = "pair") or (b) all combinations of origin and destination coordinates (combination = "matrix"). This argument is only applicable if there is more than one origin and destination. For combination = "pair", the number of origin and destination coordinates needs to be the same, since each origin is matched with each destination.

    + + +
    method
    +

    A character string ("cppRouting" or "gdistance") that defines the method used to compute the shortest distances between the origin and the destination. "cppRouting" is the default method. Under this option, functions in the cppRouting package are used to compute the shortest paths (get_path_pair or get_multi_paths for each pair of coordinates or for all combinations of coordinates, respectively) and/or distances (get_distance_pair or get_distance_matrix). This package implements functions written in C++ and massively outperforms the other method = "gdistance" for large problems. Otherwise, if method = "gdistance", functions in the gdistance are called iteratively to compute shortest paths (via shortestPath) or distances (via costDistance).

    + + +
    cppRouting_algorithm
    +

    A character string that defines the algorithm used to compute shortest paths or distances. This is only applicable if method = "cppRouting": method = "gdistance" implements Dijkstra's algorithm only. For shortest paths or their distances between pairs of coordinates, the options are "Dijkstra", "bi", "A*" or "NBA" for the uni-directional Dijkstra, bi-directional Dijkstra, A star unidirectional search or new bi-directional A star algorithms respectively (see get_path_pair or get_distance_pair). For shortest paths between all combinations of coordinates, cppRouting_algorithm is ignored and the Dijkstra algorithm is implemented recursively. For shortest distances between all combinations of coordinates, the options are "phast" or "mch" (see get_distance_matrix).

    + + +
    use_all_cores, cl, varlist
    +

    Parallelisation options for method = "cppRouting" (use_all_cores) or method = "gdistance" (cl and varlist) respectively. If method = "cppRouting", parallelisation is implemented via use_all_cores for computing shortest distances only (not computing shortest paths). use_all_cores is a logical input that defines whether or not to use all cores for computing shortest distance(s). If method = "gdistance", parallelisation is implemented via cl and varlist for both shortest paths and distances function calls. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + + +
    check
    +

    A logical input that defines whether or not to check function inputs. If TRUE, internal checks are implemented to check user-inputs and whether or not inputted coordinates are in appropriate places on the processed surface (for instance, to ensure inputted coordinates do not lie over masked areas). This helps to prevent intractable error messages. If FALSE, these checks are not implemented, so function progress may be faster initially (especially for large origin/destination coordinate matrices).

    + + +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to monitor function progress. This is especially useful with a large surface since the algorithms are computationally intensive.

    + +
    +
    +

    Value

    -

    Methods

    -

    This function was motivated by the need to determine the shortest paths and their distances between points for benthic animals, which must move over the seabed to navigate from A to B. For these animals, especially in areas with heterogeneous bathymetric landscapes and/or coastline, the shortest path that an individual must travel to move from A and B may differ substantially from the Euclidean path that is often used as a proxy for distance in biological studies. However, this function can still be used in situations where the surface over which an individual must move is irrelevant (e.g., for a pelagic animal), by supplying a flat surface; then shortest paths/distances simply depend on the planar distances between locations and any barriers (e.g., the coastline). (However, this process will be somewhat inefficient.)

    -

    The function conceptualises an object moving across a landscape as a queen on a chessboard which can move, in eight directions around its current position, across this surface. Given the potentially large number of possible paths between an origin and destination, the surface may be reduced in extent or size before the game begins. To determine shortest path/distance over the surface between each origin and destination pair/combination, the function first considers the distance that an object must travel between pairs of connected cells. This depends on the planar distances between cells and their differences in elevation. Planar distances (\(d_p\), m) depend on the movement type: under a rook's movement (i.e., horizontally or vertically), the distance (\(d_{p,r}\)) between connected cells is extracted from the raster's resolution (which is assumed to be identical in the x and y directions); under a bishop's movement (i.e., diagonally), the distance between connected cells \(d_{p,b}\) is given by Pythagoras' Theorem: \(d_{p,b} = \sqrt{(d_{p, r}^2 + d_{p, r}^2)}\). Vertical distances (\(d_v\), m) are simply the differences in height between cells. The total distance (\(d_t\)) between any two connected cells is a combination of these distances given by Pythagoras' Theorem: \(d_t = \sqrt{(d_p^2 + d_v^2)}\). These distances are taken to define the `cost' of movement between connected cells. Thus, `costs' are symmetric (i.e., the cost of moving from A to B equals the cost of moving from B to A).

    -

    This cost surface is then used to compute the shortest path and/or distance of the shortest path between each origin and destination pair/combination using functions in the cppRouting or gdistance package. The functions implemented depend on the goal (i.e., whether the aim is to compute shortest paths, shortest distances or both) and, if there is more than one origin/destination, the combination type (i.e., whether to compute shortest paths/distances for each sequential pair of coordinates or all possible combinations of coordinates).

    -

    Warnings

    -

    The function returns a warning produced by transition which is implemented to facilitate the definition of the cost surface, before shortest paths/distances are computed by either method: `In .TfromR(x, transitionFunction, directions, symm) : transition function gives negative values'. This warning arises because the height differences between connecting cells can be negative. It can be safely ignored.

    +
    +

    A named list

    +

    The function returns a named list. The most important element(s) of this list are `path_lcp' and/or `dist_lcp', the shortest path(s) and/or distance(s) (m) between origin and destination coordinate pairs/combinations. `path_lcp' is returned if goal = 2 or goal = 3 and `dist_lcp' is returned if goal = 1 or goal = 3. `path_lcp' contains (a) a dataframe with the cells comprising each path (`cells'), (b) a named list containing a SpatialLines object for each path (`SpatialLines') and (c) a named list of matrices of the coordinates of each path (`coordinates'). `dist_lcp' is a (a) numeric vector or (b) matrix with the distances (m) between each pair or combination of coordinates respectively. If `dist_lcp' is computed, `dist_euclid', the Euclidean distances (m) between the origin and destination, is also returned for comparison.

    +
    -

    Author

    -

    Edward Lavender

    -

    Examples

    -
    #### Example types -# Shortest distances between a single origin and a single destination -# Shortest paths between a single origin and a single destination -# Shortest distances/paths between origin/destination pairs -# Shortest distances/paths between all origin/destination combinations +
    +

    Common elements

    +

    Other elements of the list record important outputs at sequential stages of the algorithm's progression. These include the following elements: `args', a named list of user inputs; `time', a dataframe that defines the times of sequential stages in the algorithm's progression; `surface', the surface over which shortest distances are computed (this may differ from the inputted surface if any of the processing options, such as crop, have been implemented); `surface_param', a named list that defines the cell IDs, the number of rows, the number of columns, the coordinates of the implemented surface and the cell IDs of the origin and destination nodes; `cost', a named list of arguments that defines the distances (m) between connected cells under a rook's or bishop's movement (`dist_rook' and `dist_bishop'), the planar and vertical distances between connected cells (`dist_planar' and `dist_vertical') and the total distance between connected cells (`dist_total'); and `cppRouting_param' or `gdistance_param', a named list of arguments used to compute shortest paths/distances via cppRouting or gdistance (see below).

    +
    -#### Simulate a hypothetical landscape -# Define a miniature, blank landscape with appropriate dimensions -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -r <- raster::raster(nrows = 3, ncols = 3, - crs = proj_utm, - resolution = c(5, 5), - ext = raster::extent(0, 15, 0, 15)) -# Define a matrix of hypothetical values for the landscape -mat <- matrix(c(5, 10, 3, - 2, 1, 4, - 5, 6, 6), ncol = 3, nrow = 3, byrow = TRUE) -r[] <- mat -# Visualise simulated landscape -raster::plot(r) -
    raster::text(r) -
    # Extract coordinates of cells -rxy <- raster::coordinates(r) -############################################################################ -#### Shortest distances between a single origin and a single destination +
    +

    Method-specific elements

    +

    If method = "cppRouting", the `cppRouting_param' list contains a named list of arguments passed to makegraph (`makegraph_param') as well as get_path_pair (`get_path_pair_param') or get_multi_paths (`get_multi_paths_param') and/or get_distance_pair (`get_distance_pair_param') or get_distance_matrix (`get_distance_matrix_param'), depending on whether or not shortest paths and/or distances have been computed (see goal) and whether or not shortest paths/distances have been computed for each pair of coordinates or all combinations of coordinates. If method = "gdistance", this list contains a named list of arguments passed iteratively, for each pair/combination of coordinates, to shortestPath (`shortestPath_param') or costDistance (`costDistance_param'). This includes an object of class TransitionLayer (see Transition-classes), in which the transitionMatrix slot contains a (sparse) matrix that defines the ease of moving between connected cells (the reciprocal of the `dist_total' matrix).

    +
    -#### Example (1): Find the distance between a single origin and destination -# ... using the "cppRouting" method: -out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[2, , drop = FALSE], - surface = r) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:02)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost distance(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:02) after ~0 minutes.
    # Extract shortest distance -out1$dist_lcp -
    #> [1] 7.071068
    -#### Example (1) continued: An explanation of function outputs -# The function returns a list: -# The 'args' element simply contains all inputted arguments -out1$args -
    #> $origin -#> x y -#> [1,] 2.5 12.5 -#> -#> $destination -#> x y -#> [1,] 7.5 12.5 -#> -#> $surface -#> class : RasterLayer -#> dimensions : 3, 3, 9 (nrow, ncol, ncell) -#> resolution : 5, 5 (x, y) -#> extent : 0, 15, 0, 15 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : 1, 10 (min, max) -#> -#> -#> $crop -#> NULL -#> -#> $buffer -#> NULL -#> -#> $aggregate -#> NULL -#> -#> $mask -#> NULL -#> -#> $mask_inside -#> [1] TRUE -#> -#> $plot -#> [1] TRUE -#> -#> $goal -#> [1] 1 -#> -#> $combination -#> [1] "pair" -#> -#> $method -#> [1] "cppRouting" -#> -#> $cppRouting_algorithm -#> [1] "bi" -#> -#> $cl -#> NULL -#> -#> $varlist -#> NULL -#> -#> $use_all_cores -#> [1] FALSE -#> -#> $check -#> [1] TRUE -#> -#> $verbose -#> [1] TRUE -#>
    # The 'surface' element contains the surface used to compute shortest distances -# ... This may differ from $args$surface if cropped, buffered etc. -out1$surface -
    #> class : RasterLayer -#> dimensions : 3, 3, 9 (nrow, ncol, ncell) -#> resolution : 5, 5 (x, y) -#> extent : 0, 15, 0, 15 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> source : memory -#> names : layer -#> values : 1, 10 (min, max) -#>
    # The 'surface_param' element contains the cell IDs, number of rows, cells and coordinates -# ... of this surface -out1$surface_param -
    #> $cells -#> [1] 1 2 3 4 5 6 7 8 9 -#> -#> $nrow -#> [1] 3 -#> -#> $ncol -#> [1] 3 -#> -#> $coordinates -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 12.5 -#> [3,] 12.5 12.5 -#> [4,] 2.5 7.5 -#> [5,] 7.5 7.5 -#> [6,] 12.5 7.5 -#> [7,] 2.5 2.5 -#> [8,] 7.5 2.5 -#> [9,] 12.5 2.5 -#> -#> $origin_cell -#> [1] 1 -#> -#> $destination_cell -#> [1] 2 -#>
    # The 'cost' element is a list of objects that define the cost matrix: -# ... 'dist_rook' and 'dist_bishop' are matrices which define the distance of planar -# ... ... movement from one cell to any other cell under a rook's or bishop's movement. -# ... ... For example, the planar distance of moving from cell 1 to cell 2 to is 5 m: -out1$cost$dist_rook -
    #> 9 x 9 sparse Matrix of class "dsCMatrix" -#> -#> [1,] . 5 . 5 . . . . . -#> [2,] 5 . 5 . 5 . . . . -#> [3,] . 5 . . . 5 . . . -#> [4,] 5 . . . 5 . 5 . . -#> [5,] . 5 . 5 . 5 . 5 . -#> [6,] . . 5 . 5 . . . 5 -#> [7,] . . . 5 . . . 5 . -#> [8,] . . . . 5 . 5 . 5 -#> [9,] . . . . . 5 . 5 .
    out1$cost$dist_bishop -
    #> 9 x 9 sparse Matrix of class "dsCMatrix" -#> -#> [1,] . . . . 7.071068 . . . -#> [2,] . . . 7.071068 . 7.071068 . . -#> [3,] . . . . 7.071068 . . . -#> [4,] . 7.071068 . . . . . 7.071068 -#> [5,] 7.071068 . 7.071068 . . . 7.071068 . -#> [6,] . 7.071068 . . . . . 7.071068 -#> [7,] . . . . 7.071068 . . . -#> [8,] . . . 7.071068 . 7.071068 . . -#> [9,] . . . . 7.071068 . . . -#> -#> [1,] . -#> [2,] . -#> [3,] . -#> [4,] . -#> [5,] 7.071068 -#> [6,] . -#> [7,] . -#> [8,] . -#> [9,] .
    # ... 'dist_planar' gives the planar distance between connected cell combinations -# ... ... under a queen's movements: -out1$cost$dist_planar -
    #> 9 x 9 sparse Matrix of class "dsCMatrix" -#> -#> [1,] . 5.000000 . 5.000000 7.071068 . . . -#> [2,] 5.000000 . 5.000000 7.071068 5.000000 7.071068 . . -#> [3,] . 5.000000 . . 7.071068 5.000000 . . -#> [4,] 5.000000 7.071068 . . 5.000000 . 5.000000 7.071068 -#> [5,] 7.071068 5.000000 7.071068 5.000000 . 5.000000 7.071068 5.000000 -#> [6,] . 7.071068 5.000000 . 5.000000 . . 7.071068 -#> [7,] . . . 5.000000 7.071068 . . 5.000000 -#> [8,] . . . 7.071068 5.000000 7.071068 5.000000 . -#> [9,] . . . . 7.071068 5.000000 . 5.000000 -#> -#> [1,] . -#> [2,] . -#> [3,] . -#> [4,] . -#> [5,] 7.071068 -#> [6,] 5.000000 -#> [7,] . -#> [8,] 5.000000 -#> [9,] .
    # ... 'dist_vertical' gives the vertical distance between connected cells -out1$cost$dist_vertical -
    #> 9 x 9 sparse Matrix of class "dsCMatrix" -#> -#> [1,] . 5 . -3 -4 . . . . -#> [2,] 5 . -7 -8 -9 -6 . . . -#> [3,] . -7 . . -2 1 . . . -#> [4,] -3 -8 . . -1 . 3 4 . -#> [5,] -4 -9 -2 -1 . 3 4 5 5 -#> [6,] . -6 1 . 3 . . 2 2 -#> [7,] . . . 3 4 . . 1 . -#> [8,] . . . 4 5 2 1 . . -#> [9,] . . . . 5 2 . . .
    # ... and 'dist_total' gives the total distance between connected cells -out1$cost$dist_total -
    #> 9 x 9 sparse Matrix of class "dsCMatrix" -#> -#> [1,] . 7.071068 . 5.830952 8.124038 . . -#> [2,] 7.071068 . 8.602325 10.677078 10.295630 9.273618 . -#> [3,] . 8.602325 . . 7.348469 5.099020 . -#> [4,] 5.830952 10.677078 . . 5.099020 . 5.830952 -#> [5,] 8.124038 10.295630 7.348469 5.099020 . 5.830952 8.124038 -#> [6,] . 9.273618 5.099020 . 5.830952 . . -#> [7,] . . . 5.830952 8.124038 . . -#> [8,] . . . 8.124038 7.071068 7.348469 5.099020 -#> [9,] . . . . 8.660254 5.385165 . -#> -#> [1,] . . -#> [2,] . . -#> [3,] . . -#> [4,] 8.124038 . -#> [5,] 7.071068 8.660254 -#> [6,] 7.348469 5.385165 -#> [7,] 5.099020 . -#> [8,] . 5.000000 -#> [9,] 5.000000 .
    # 'dist_euclid' is the Euclidean distance between the origin and destination -out1$dist_euclid -
    #> [1] 5
    # 'cppRouting_param' contains lists of parameters passed to (a) makegraph() and (b) -# ... get_distance_matrix() to compute shortest distances using cppRouting -utils::str(out1$cppRouting_param) -
    #> List of 2 -#> $ makegraph_param :List of 3 -#> ..$ df :'data.frame': 40 obs. of 3 variables: -#> .. ..$ from: int [1:40] 2 3 4 4 5 5 5 5 6 6 ... -#> .. ..$ to : int [1:40] 1 2 1 2 1 2 3 4 2 3 ... -#> .. ..$ cost: num [1:40] 7.07 8.6 5.83 10.68 8.12 ... -#> ..$ directed: logi FALSE -#> ..$ coords :'data.frame': 9 obs. of 3 variables: -#> .. ..$ node: int [1:9] 1 2 3 4 5 6 7 8 9 -#> .. ..$ X : num [1:9] 2.5 7.5 12.5 2.5 7.5 12.5 2.5 7.5 12.5 -#> .. ..$ Y : num [1:9] 12.5 12.5 12.5 7.5 7.5 7.5 2.5 2.5 2.5 -#> $ get_distance_pair_param:List of 5 -#> ..$ Graph :List of 4 -#> .. ..$ data :'data.frame': 40 obs. of 3 variables: -#> .. .. ..$ from: int [1:40] 0 0 0 0 0 1 1 1 2 2 ... -#> .. .. ..$ to : int [1:40] 8 1 2 3 4 0 3 4 8 0 ... -#> .. .. ..$ dist: num [1:40] 7.07 8.6 10.68 10.3 9.27 ... -#> .. ..$ coords:'data.frame': 9 obs. of 3 variables: -#> .. .. ..$ node: chr [1:9] "2" "3" "4" "5" ... -#> .. .. ..$ X : num [1:9] 7.5 12.5 2.5 7.5 12.5 2.5 7.5 12.5 2.5 -#> .. .. ..$ Y : num [1:9] 12.5 12.5 7.5 7.5 7.5 2.5 2.5 2.5 12.5 -#> .. ..$ nbnode: int 9 -#> .. ..$ dict :'data.frame': 9 obs. of 2 variables: -#> .. .. ..$ ref: chr [1:9] "2" "3" "4" "5" ... -#> .. .. ..$ id : int [1:9] 0 1 2 3 4 5 6 7 8 -#> ..$ from : num 1 -#> ..$ to : num 2 -#> ..$ algorithm: chr "bi" -#> ..$ allcores : logi FALSE
    # 'time' records the time of each stage -out1$time -
    #> event time serial_duration -#> 1 onset 2022-06-17 10:06:02 0.0504231453 secs -#> 2 surface_processed 2022-06-17 10:06:02 0.0192210674 secs -#> 3 transition_matrix_defined 2022-06-17 10:06:02 0.0028679371 secs -#> 4 graph_defined 2022-06-17 10:06:02 0.0006659031 secs -#> 5 dist_lcp_defined 2022-06-17 10:06:02 0.0002880096 secs -#> 6 finish 2022-06-17 10:06:02 NA secs
    -#### Example (2): Find the distance between a single origin and destination -# ... using the "gdistance" method -out2 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[2, , drop = FALSE], - surface = r, - method = "gdistance" - ) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:02)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:02) after ~0 minutes.
    # Extract distance -out2$dist_lcp -
    #> [1] 7.071068
    # Elements of the returned list are the same apart from 'gdistance_param' -# ... which contains a list of arguments passed to costDistance() to compute -# ... shortest distances -utils::str(out2$gdistance_param) -
    #> List of 1 -#> $ costDistance_param:List of 3 -#> ..$ x :Formal class 'TransitionLayer' [package "gdistance"] with 12 slots -#> .. .. ..@ title : chr(0) -#> .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. ..@ xmin: num 0 -#> .. .. .. .. ..@ xmax: num 15 -#> .. .. .. .. ..@ ymin: num 0 -#> .. .. .. .. ..@ ymax: num 15 -#> .. .. ..@ rotated : logi FALSE -#> .. .. ..@ rotation :Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. ..@ transfun:function () -#> .. .. ..@ ncols : int 3 -#> .. .. ..@ nrows : int 3 -#> .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. ..@ projargs: chr "+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs" -#> .. .. ..@ history : list() -#> .. .. ..@ z : list() -#> .. .. ..@ transitionMatrix:Formal class 'dsCMatrix' [package "Matrix"] with 7 slots -#> .. .. .. .. ..@ i : int [1:20] 0 1 0 1 0 1 2 3 1 2 ... -#> .. .. .. .. ..@ p : int [1:10] 0 0 1 2 4 8 11 13 17 20 -#> .. .. .. .. ..@ Dim : int [1:2] 9 9 -#> .. .. .. .. ..@ Dimnames:List of 2 -#> .. .. .. .. .. ..$ : NULL -#> .. .. .. .. .. ..$ : NULL -#> .. .. .. .. ..@ x : num [1:20] 0.1414 0.1162 0.1715 0.0937 0.1231 ... -#> .. .. .. .. ..@ uplo : chr "U" -#> .. .. .. .. ..@ factors : list() -#> .. .. ..@ transitionCells : int [1:9] 1 2 3 4 5 6 7 8 9 -#> .. .. ..@ matrixValues : chr "conductance" -#> ..$ fromCoords: num [1, 1:2] 2.5 12.5 -#> .. ..- attr(*, "dimnames")=List of 2 -#> .. .. ..$ : NULL -#> .. .. ..$ : chr [1:2] "x" "y" -#> ..$ toCoords : num [1, 1:2] 7.5 12.5 -#> .. ..- attr(*, "dimnames")=List of 2 -#> .. .. ..$ : NULL -#> .. .. ..$ : chr [1:2] "x" "y"
    -#### Example (3): Find the distances between other origins and destinations -## Implement function to determine shortest distances: -# shortest distance between cell 1 and 6 via gdistance -lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = r, - method = "gdistance", - verbose = FALSE)$dist_lcp -
    #> Warning: transition function gives negative values
    #> [1] 13.95499
    # shortest distance between cell 1 and 6 via cppRouting -lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = r, - method = "cppRouting", - verbose = FALSE)$dist_lcp -
    #> Warning: transition function gives negative values
    #> Running bidirectional Dijkstra...
    #> [1] 13.95499
    ## Compare to manually computed distances -# The shortest distance from cell 1 to cell 6 is to move diagonally -# ... from cell 1 to 5 and then 6. -# Define planar distances of moving like a rook (d_pr) or bishop (d_pb) -d_pr <- 5 -d_pb <- sqrt(5^2 + 5^2) -# Define total distance travelled along shortest path, as computed by the -# ... algorithm to demonstrate we obtain the same value: -sqrt((5 - 1)^2 + d_pb^2) + sqrt((4 - 1)^2 + d_pr^2) -
    #> [1] 13.95499
    -#### Example (4): Find the shortest distances around NAs -## Force the 5th cell to be NA -rtmp <- r -rtmp[5] <- NA -raster::plot(rtmp); raster::text(rtmp) -
    ## Compute shortest distances via algorithm: -# Now compute shortest distances, which we can see have increased the distance -# ... since movement through an NA cell is not allowed. Therefore, if this NA -# ... reflects missing data, it may be appropriate to interpolate NAs using -# ... surrounding cells (e.g., see raster::approxNA()) so that movement -# ... is possible through these cells -out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = rtmp, - method = "gdistance", - verbose = FALSE) -
    #> Warning: transition function gives negative values
    out2 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = rtmp, - method = "cppRouting", - verbose = FALSE) -
    #> Warning: transition function gives negative values
    #> Running bidirectional Dijkstra...
    out1$dist_lcp; out2$dist_lcp -
    #> [1] 16.34469
    #> [1] 16.34469
    ## Compare to manual calculations of shortest route: -# Route option one: cell 1 to 2, 2 to 6 -sqrt((5 - 10)^2 + d_pr^2) + sqrt((10 - 4)^2 + d_pb^2) -
    #> [1] 16.34469
    # Or, using the numbers computed in the dist_total object: -out1$cost$dist_total[1, 2] + out1$cost$dist_total[2, 6] -
    #> [1] 16.34469
    ## Compare to effect of making a value in the landscape extremely large -# In the same way, we can force the shortest path away from particular areas -# ... by making the height of the landscape in those areas very large or Inf: -rtmp[5] <- 1e20 -raster::plot(rtmp); raster::text(rtmp) -
    lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = rtmp, - method = "cppRouting", - verbose = FALSE)$dist_lcp -
    #> Warning: transition function gives negative values
    #> Running bidirectional Dijkstra...
    #> [1] 16.34469
    lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = rtmp, - method = "gdistance", - verbose = FALSE)$dist_lcp -
    #> Warning: transition function gives negative values
    #> [1] 16.34469
    -#### Example (4): Find the distances between points on a real landscape -## We will use some example bathymetry data: -dat_gebco_oban <- prettyGraphics::dat_gebco -raster::plot(dat_gebco_oban) -
    ## Process bathymetry data before function implementation -# (a) Define utm coordinates: -dat_gebco_utm <- raster::projectRaster(dat_gebco_oban, crs = proj_utm) -raster::res(dat_gebco_utm) -
    #> [1] 257 463
    # (b) Resample so that the resolution in the x and y directions is identical -dat_gebco_utm_planar <- raster::raster(crs = proj_utm, - ext = raster::extent(dat_gebco_utm), - resolution = 250) -dat_gebco_utm_planar <- raster::resample(dat_gebco_utm, dat_gebco_utm_planar, method = "bilinear") -# Examine processed raster -pp <- par(mfrow = c(1, 2)) -raster::plot(dat_gebco_utm, main = "UTM raster") -raster::plot(dat_gebco_utm_planar, main = "UTM raster with equal res") -
    par(pp) -## Define example origin and destination -set.seed(1) -dat_gebco_utm_planar_xy <- raster::coordinates(dat_gebco_utm_planar) -index <- sample(1:nrow(dat_gebco_utm_planar_xy), 2) -origin <- dat_gebco_utm_planar_xy[index[1], , drop = FALSE] -destination <- dat_gebco_utm_planar_xy[index[2], , drop = FALSE] -## Implement function to compute shortest distances -out_gebco1 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "gdistance") -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:03)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:03) after ~0 minutes.
    out_gebco2 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "cppRouting") -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:03)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost distance(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:03) after ~0 minutes.
    # Compare Euclidean and shortest distances -out_gebco1$dist_euclid; out_gebco1$dist_lcp -
    #> [1] 8902.247
    #> [1] 9278.626
    out_gebco2$dist_euclid; out_gebco2$dist_lcp -
    #> [1] 8902.247
    #> [1] 9278.626
    -#### Example (5A): Reduce the complexity of the landscape by cropping -ext <- raster::extent(dat_gebco_utm_planar) -ext[3] <- 6255000 -ext[4] <- 6265000 -out_gebco1 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "gdistance", - crop = ext) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:03)... -#> ... Checking user inputs... -#> ... Cropping raster to inputted extent...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:04) after ~0 minutes.
    out_gebco1$dist_lcp -
    #> [1] 9278.626
    -#### Example (5B): Reduce the complexity of the landscape around a buffer -out_gebco1 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "gdistance", - buffer = list(width = 1000)) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:04)... -#> ... Checking user inputs... -#> ... Cropping raster to buffer zone around a Euclidean transect between the origin and destination...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:04) after ~0 minutes.
    out_gebco1$dist_lcp -
    #> [1] 9278.626
    -#### Example (5C): Reduce the complexity of the landscape via aggregation -out_gebco1 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "gdistance", - buffer = list(width = 1000), - aggregate = list(fact = 5, fun = mean, na.rm = TRUE)) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:04)... -#> ... Checking user inputs... -#> ... Cropping raster to buffer zone around a Euclidean transect between the origin and destination... -#> ... Aggregating raster...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:04) after ~0 minutes.
    out_gebco1$dist_lcp -
    #> [1] 10088.96
    -#### Example (6C): Implement a mask -# Define coastline -dat_coast_around_oban <- prettyGraphics::dat_coast_around_oban -coastline <- sp::spTransform(dat_coast_around_oban, proj_utm) -
    #> Warning: NULL source CRS comment, falling back to PROJ string
    # Visualise bathymetry and coastline -raster::plot(dat_gebco_utm_planar) -
    raster::lines(coastline) -
    # Define example origin and destination within the sea -origin <- matrix(c(714000, 6260000), ncol = 2) -destination <- matrix(c(721000, 6265000), ncol = 2) -# Implement algorithm -out_gebco1 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "gdistance", - crop = raster::extent(coastline), - mask = coastline, - mask_inside = TRUE) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:04)... -#> ... Checking user inputs... -#> ... Cropping raster to inputted extent... -#> ... Masking raster...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:04) after ~0 minutes.
    out_gebco2 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "cppRouting", - crop = raster::extent(coastline), - mask = coastline, - mask_inside = TRUE) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:04)... -#> ... Checking user inputs... -#> ... Cropping raster to inputted extent... -#> ... Masking raster...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost distance(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:04) after ~0 minutes.
    # Compare Euclidean and least-cost distances -out_gebco1$dist_euclid; out_gebco1$dist_lcp -
    #> [1] 8602.325
    #> [1] 9071.48
    out_gebco2$dist_euclid; out_gebco2$dist_lcp -
    #> [1] 8602.325
    #> [1] 9071.48
    -#### Example (7) Implement shortest distance algorithms in parallel: -# With the default method ("cppRouting"), use use_all_cores = TRUE -out_gebco1 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "cppRouting", - crop = raster::extent(coastline), - mask = coastline, - mask_inside = TRUE, - use_all_cores = TRUE) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:04)... -#> ... Checking user inputs... -#> ... Cropping raster to inputted extent... -#> ... Masking raster...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost distance(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:04) after ~0 minutes.
    # With method = "gdistance" use cl argument -out_gebco2 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "cppRouting", - crop = raster::extent(coastline), - mask = coastline, - mask_inside = TRUE, - cl = parallel::makeCluster(2L)) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:04)... -#> ... Checking user inputs...
    #> 'cl' or 'varlist' arguments ignored for method = 'cppRouting': use use_all_cores = TRUE instead.
    #> ... Cropping raster to inputted extent... -#> ... Masking raster...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost distance(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:05) after ~0.01 minutes.
    out_gebco1$dist_lcp; out_gebco2$dist_lcp -
    #> [1] 9071.48
    #> [1] 9071.48
    -############################################################################ -#### Shortest paths between a single origin and a single destination -#### Example (8) Shortest paths (goal = 2) only using default method -# Implement function -out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = r, - goal = 2) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:05)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost paths(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:05) after ~0 minutes.
    # The path is stored in path_lcp, This includes: -# ... (a) a dataframe with the cells comprising each path: -# ... (b) a SpatialLines object of the path -# ... (c) a matrix of the coordinates of the path -out1$path_lcp -
    #> $cells -#> path_id path origin destination cell -#> 1 1 1-6 1 6 1 -#> 2 1 1-6 1 6 5 -#> 3 1 1-6 1 6 6 -#> -#> $SpatialLines -#> $SpatialLines$`1` -#> class : SpatialLines -#> features : 1 -#> extent : 2.5, 12.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> -#> $coordinates -#> $coordinates$`1` -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 7.5 -#> [3,] 12.5 7.5 -#> -#>
    # For method = "cppRouting", paths between pairs of coordinates are computed -# ... by cppRouting::get_path_pair(), the arguments of which are retained in -# ... this list: -out1$cppRouting_param$get_path_pair_param -
    #> $Graph -#> $Graph$data -#> from to dist -#> 1 0 8 7.071068 -#> 2 0 1 8.602325 -#> 3 0 2 10.677078 -#> 4 0 3 10.295630 -#> 5 0 4 9.273618 -#> 6 1 0 8.602325 -#> 7 1 3 7.348469 -#> 8 1 4 5.099020 -#> 9 2 8 5.830952 -#> 10 2 0 10.677078 -#> 11 2 3 5.099020 -#> 12 2 5 5.830952 -#> 13 2 6 8.124038 -#> 14 3 8 8.124038 -#> 15 3 0 10.295630 -#> 16 3 1 7.348469 -#> 17 3 2 5.099020 -#> 18 3 4 5.830952 -#> 19 3 5 8.124038 -#> 20 3 6 7.071068 -#> 21 3 7 8.660254 -#> 22 4 0 9.273618 -#> 23 4 1 5.099020 -#> 24 4 3 5.830952 -#> 25 4 6 7.348469 -#> 26 4 7 5.385165 -#> 27 5 2 5.830952 -#> 28 5 3 8.124038 -#> 29 5 6 5.099020 -#> 30 6 2 8.124038 -#> 31 6 3 7.071068 -#> 32 6 4 7.348469 -#> 33 6 5 5.099020 -#> 34 6 7 5.000000 -#> 35 7 3 8.660254 -#> 36 7 4 5.385165 -#> 37 7 6 5.000000 -#> 38 8 0 7.071068 -#> 39 8 2 5.830952 -#> 40 8 3 8.124038 -#> -#> $Graph$coords -#> node X Y -#> 2 2 7.5 12.5 -#> 3 3 12.5 12.5 -#> 4 4 2.5 7.5 -#> 5 5 7.5 7.5 -#> 6 6 12.5 7.5 -#> 7 7 2.5 2.5 -#> 8 8 7.5 2.5 -#> 9 9 12.5 2.5 -#> 1 1 2.5 12.5 -#> -#> $Graph$nbnode -#> [1] 9 -#> -#> $Graph$dict -#> ref id -#> 1 2 0 -#> 2 3 1 -#> 3 4 2 -#> 4 5 3 -#> 5 6 4 -#> 6 7 5 -#> 7 8 6 -#> 8 9 7 -#> 9 1 8 -#> -#> -#> $from -#> [1] 1 -#> -#> $to -#> [1] 6 -#> -#> $algorithm -#> [1] "bi" -#> -#> $constant -#> [1] 1 -#> -#> $keep -#> NULL -#> -#> $long -#> [1] TRUE -#>
    # Note the path is also added to the plot produced, if plot = TRUE. +
    +

    Plot

    +

    If plot = TRUE, a plot is also produced of the inputted and processed surfaces that are used in the calculations, along with the shortest path(s) (if and once computed).

    +
    -#### Example (9) Shortest distances and paths (goal = 3) using default method -out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = r, - goal = 3) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:05)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost distance(s)...
    #> Running bidirectional Dijkstra...
    #> ... ... Implementing bi algorithm to compute least-cost paths(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:05) after ~0 minutes.
    out1$dist_lcp; out1$path_lcp -
    #> [1] 13.95499
    #> $cells -#> path_id path origin destination cell -#> 1 1 1-6 1 6 1 -#> 2 1 1-6 1 6 5 -#> 3 1 1-6 1 6 6 -#> -#> $SpatialLines -#> $SpatialLines$`1` -#> class : SpatialLines -#> features : 1 -#> extent : 2.5, 12.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> -#> $coordinates -#> $coordinates$`1` -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 7.5 -#> [3,] 12.5 7.5 -#> -#>
    -#### Example (10) Shortest distances and paths (goal = 3) via gdistance -out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = r, - goal = 3, - method = "gdistance") -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:05)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:05) after ~0 minutes.
    # As above, paths are stored in path_lcp and distances in dist_lcp -out1$path_lcp -
    #> $cells -#> path_id path origin destination cell -#> 1 1 1-6 1 6 1 -#> 2 1 1-6 1 6 5 -#> 3 1 1-6 1 6 6 -#> -#> $SpatialLines -#> $SpatialLines$`1` -#> class : SpatialLines -#> features : 1 -#> extent : 2.5, 12.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> -#> $coordinates -#> $coordinates$`1` -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 7.5 -#> [3,] 12.5 7.5 -#> -#>
    # For method = "gdistance", paths between pairs of coordinates are computed -# ... by repeated calls to gdistance::shortestPath(), for each pair of coordinates -# ... in the following list of arguments: -out1$gdistance_param$shortestPath_param -
    #> $x -#> class : TransitionLayer -#> dimensions : 3, 3, 9 (nrow, ncol, ncell) -#> resolution : 5, 5 (x, y) -#> extent : 0, 15, 0, 15 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> values : conductance -#> matrix class: dsCMatrix -#> -#> $fromCoords -#> x y -#> [1,] 2.5 12.5 -#> -#> $toCoords -#> x y -#> [1,] 12.5 7.5 -#>
    -#### Example (11): Parallelisation proceeds as described above via -# ... use_all_cores or cl arguments. For cppRouting, parallelisation -# ... is only implemented for distance calculations (so not if goal = 2), -# ... while parallelisation is implemented for both distance and shortest -# ... paths for method = "gdistance" -out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = r, - goal = 3, - use_all_cores = TRUE) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:05)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost distance(s)...
    #> Running bidirectional Dijkstra...
    #> ... ... Implementing bi algorithm to compute least-cost paths(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:05) after ~0 minutes.
    out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = r, - goal = 2, - method = "gdistance", - cl = parallel::makeCluster(2L)) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:05)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:10) after ~0.08 minutes.
    out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE], - destination = rxy[6, , drop = FALSE], - surface = r, - goal = 3, - method = "gdistance", - cl = parallel::makeCluster(2L)) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:10)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:15) after ~0.08 minutes.
    -############################################################################ -#### Shortest distances/paths between origin/destination pairs +
    +
    +

    Details

    + +
    +

    Methods

    +

    This function was motivated by the need to determine the shortest paths and their distances between points for benthic animals, which must move over the seabed to navigate from A to B. For these animals, especially in areas with heterogeneous bathymetric landscapes and/or coastline, the shortest path that an individual must travel to move from A and B may differ substantially from the Euclidean path that is often used as a proxy for distance in biological studies. However, this function can still be used in situations where the surface over which an individual must move is irrelevant (e.g., for a pelagic animal), by supplying a flat surface; then shortest paths/distances simply depend on the planar distances between locations and any barriers (e.g., the coastline). (However, this process will be somewhat inefficient.)

    +

    The function conceptualises an object moving across a landscape as a queen on a chessboard which can move, in eight directions around its current position, across this surface. Given the potentially large number of possible paths between an origin and destination, the surface may be reduced in extent or size before the game begins. To determine shortest path/distance over the surface between each origin and destination pair/combination, the function first considers the distance that an object must travel between pairs of connected cells. This depends on the planar distances between cells and their differences in elevation. Planar distances (\(d_p\), m) depend on the movement type: under a rook's movement (i.e., horizontally or vertically), the distance (\(d_{p,r}\)) between connected cells is extracted from the raster's resolution (which is assumed to be identical in the x and y directions); under a bishop's movement (i.e., diagonally), the distance between connected cells \(d_{p,b}\) is given by Pythagoras' Theorem: \(d_{p,b} = \sqrt{(d_{p, r}^2 + d_{p, r}^2)}\). Vertical distances (\(d_v\), m) are simply the differences in height between cells. The total distance (\(d_t\)) between any two connected cells is a combination of these distances given by Pythagoras' Theorem: \(d_t = \sqrt{(d_p^2 + d_v^2)}\). These distances are taken to define the `cost' of movement between connected cells. Thus, `costs' are symmetric (i.e., the cost of moving from A to B equals the cost of moving from B to A).

    +

    This cost surface is then used to compute the shortest path and/or distance of the shortest path between each origin and destination pair/combination using functions in the cppRouting or gdistance package. The functions implemented depend on the goal (i.e., whether the aim is to compute shortest paths, shortest distances or both) and, if there is more than one origin/destination, the combination type (i.e., whether to compute shortest paths/distances for each sequential pair of coordinates or all possible combinations of coordinates).

    +
    -#### Example (12): Shortest distances/paths computed in sequence: -# cppRouting method -out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE], - destination = rxy[5:6, , drop = FALSE], - surface = r, - goal = 3) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:15)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost distance(s)...
    #> Running bidirectional Dijkstra...
    #> ... ... Implementing bi algorithm to compute least-cost paths(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:15) after ~0 minutes.
    # gdistance method -out2 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE], - destination = rxy[5:6, , drop = FALSE], - surface = r, - goal = 3, - method = "gdistance") -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:15)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:15) after ~0 minutes.
    out1$dist_lcp; out1$path_lcp -
    #> [1] 8.124038 9.273618
    #> $cells -#> path_id path origin destination cell -#> 1 1 1-5 1 5 1 -#> 2 1 1-5 1 5 5 -#> 3 2 2-6 2 6 2 -#> 4 2 2-6 2 6 6 -#> -#> $SpatialLines -#> $SpatialLines$`1` -#> class : SpatialLines -#> features : 1 -#> extent : 2.5, 7.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> $SpatialLines$`2` -#> class : SpatialLines -#> features : 1 -#> extent : 7.5, 12.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> -#> $coordinates -#> $coordinates$`1` -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 7.5 -#> -#> $coordinates$`2` -#> x y -#> [1,] 7.5 12.5 -#> [2,] 12.5 7.5 -#> -#>
    out2$dist_lcp; out2$path_lcp -
    #> [1] 8.124038 9.273618
    #> $cells -#> path_id path origin destination cell -#> 1 1 1-5 1 5 1 -#> 2 1 1-5 1 5 5 -#> 3 2 2-6 2 6 2 -#> 4 2 2-6 2 6 6 -#> -#> $SpatialLines -#> $SpatialLines$`1` -#> class : SpatialLines -#> features : 1 -#> extent : 2.5, 7.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> $SpatialLines$`2` -#> class : SpatialLines -#> features : 1 -#> extent : 7.5, 12.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> -#> $coordinates -#> $coordinates$`1` -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 7.5 -#> -#> $coordinates$`2` -#> x y -#> [1,] 7.5 12.5 -#> [2,] 12.5 7.5 -#> -#>
    -#### Example (13): Shortest distances/paths computed in parallel: -# cppRouting method for goal 3 -out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE], - destination = rxy[5:6, , drop = FALSE], - surface = r, - goal = 3, - use_all_cores = TRUE) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:15)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost distance(s)...
    #> Running bidirectional Dijkstra...
    #> ... ... Implementing bi algorithm to compute least-cost paths(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:15) after ~0 minutes.
    # gdistance method for goal 2 -out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE], - destination = rxy[5:6, , drop = FALSE], - surface = r, - goal = 2, - method = "gdistance", - cl = parallel::makeCluster(2L)) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:15)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:21) after ~0.09 minutes.
    # gdistance method for goal 3 -out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE], - destination = rxy[5:6, , drop = FALSE], - surface = r, - goal = 3, - method = "gdistance", - cl = parallel::makeCluster(2L)) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:21)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:26) after ~0.1 minutes.
    +
    +

    Warnings

    +

    The function returns a warning produced by transition which is implemented to facilitate the definition of the cost surface, before shortest paths/distances are computed by either method: `In .TfromR(x, transitionFunction, directions, symm) : transition function gives negative values'. This warning arises because the height differences between connecting cells can be negative. It can be safely ignored.

    +
    -############################################################################ -#### Shortest distances/paths between all origin/destination combinations +
    +
    +

    Author

    +

    Edward Lavender

    +
    -#### Example (14) Compute all combinations via combination = "matrix" -# cppRouting goal 3 -out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE], - destination = rxy[5:6, , drop = FALSE], - surface = r, - goal = 3, - cppRouting_algorithm = "phast", - combination = "matrix") -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:26)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing phast algorithm to compute least-cost distance(s)... -#> ... .... Implementing Dijkstra's algorithm recursively to compute least-cost paths(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:26) after ~0 minutes.
    out1$dist_euclid; out1$dist_lcp; out1$path_lcp -
    #> 5 6 -#> 1 7.071068 11.180340 -#> 2 5.000000 7.071068
    #> 5 6 -#> 1 8.124038 13.954990 -#> 2 10.295630 9.273618
    #> $cells -#> path_id path origin destination cell -#> 1 1 1-5 1 5 1 -#> 2 1 1-5 1 5 5 -#> 3 2 1-6 1 6 1 -#> 4 2 1-6 1 6 5 -#> 5 2 1-6 1 6 6 -#> 6 3 2-5 2 5 2 -#> 7 3 2-5 2 5 5 -#> 8 4 2-6 2 6 2 -#> 9 4 2-6 2 6 6 -#> -#> $SpatialLines -#> $SpatialLines$`1` -#> class : SpatialLines -#> features : 1 -#> extent : 2.5, 7.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> $SpatialLines$`2` -#> class : SpatialLines -#> features : 1 -#> extent : 2.5, 12.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> $SpatialLines$`3` -#> class : SpatialLines -#> features : 1 -#> extent : 7.5, 7.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> $SpatialLines$`4` -#> class : SpatialLines -#> features : 1 -#> extent : 7.5, 12.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> -#> $coordinates -#> $coordinates$`1` -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 7.5 -#> -#> $coordinates$`2` -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 7.5 -#> [3,] 12.5 7.5 -#> -#> $coordinates$`3` -#> x y -#> [1,] 7.5 12.5 -#> [2,] 7.5 7.5 -#> -#> $coordinates$`4` -#> x y -#> [1,] 7.5 12.5 -#> [2,] 12.5 7.5 -#> -#>
    # cppRouting goal 3 parallelised -out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE], - destination = rxy[5:6, , drop = FALSE], - surface = r, - goal = 3, - combination = "matrix", - cppRouting_algorithm = "phast", - use_all_cores = TRUE) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:26)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing phast algorithm to compute least-cost distance(s)... -#> ... .... Implementing Dijkstra's algorithm recursively to compute least-cost paths(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:27) after ~0 minutes.
    # gdistance goal 3 -out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE], - destination = rxy[5:6, , drop = FALSE], - surface = r, - goal = 3, - method = "gdistance", - combination = "matrix", - cl = parallel::makeCluster(2L)) -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:27)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:32) after ~0.09 minutes.
    out1$dist_euclid; out1$dist_lcp; out1$path_lcp -
    #> 5 6 -#> 1 7.071068 11.180340 -#> 2 5.000000 7.071068
    #> 5 6 -#> 1 8.124038 13.954990 -#> 2 10.295630 9.273618
    #> $cells -#> path_id path origin destination cell -#> 1 1 1-5 1 5 1 -#> 2 1 1-5 1 5 5 -#> 3 2 2-5 2 5 2 -#> 4 2 2-5 2 5 5 -#> 5 3 1-6 1 6 1 -#> 6 3 1-6 1 6 5 -#> 7 3 1-6 1 6 6 -#> 8 4 2-6 2 6 2 -#> 9 4 2-6 2 6 6 -#> -#> $SpatialLines -#> $SpatialLines$`1` -#> class : SpatialLines -#> features : 1 -#> extent : 2.5, 7.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> $SpatialLines$`2` -#> class : SpatialLines -#> features : 1 -#> extent : 7.5, 7.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> $SpatialLines$`3` -#> class : SpatialLines -#> features : 1 -#> extent : 2.5, 12.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> $SpatialLines$`4` -#> class : SpatialLines -#> features : 1 -#> extent : 7.5, 12.5, 7.5, 12.5 (xmin, xmax, ymin, ymax) -#> crs : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs -#> -#> -#> $coordinates -#> $coordinates$`1` -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 7.5 -#> -#> $coordinates$`2` -#> x y -#> [1,] 7.5 12.5 -#> [2,] 7.5 7.5 -#> -#> $coordinates$`3` -#> x y -#> [1,] 2.5 12.5 -#> [2,] 7.5 7.5 -#> [3,] 12.5 7.5 -#> -#> $coordinates$`4` -#> x y -#> [1,] 7.5 12.5 -#> [2,] 12.5 7.5 -#> -#>
    -#### Example (15): Real world example with multiple origins/destinations -## Zoom in on an area of interest -ext <- raster::extent(715000, 720000, 6250000, 6260000) -dat_gebco_utm_planar_zoom <- raster::crop(dat_gebco_utm_planar, ext) -## Define example origins/destinations -# Define available coordinates -dat_gebco_utm_planar_zoom_xy <- raster::coordinates(dat_gebco_utm_planar_zoom) -# Sample random origins -set.seed(2019) -index <- sample(1:nrow(dat_gebco_utm_planar_zoom_xy), 2) -origin <- dat_gebco_utm_planar_zoom_xy[index, ] -# Sample random destinations -set.seed(2020) -index <- sample(1:nrow(dat_gebco_utm_planar_zoom_xy), 3) -destination <- dat_gebco_utm_planar_zoom_xy[index, ] -# Implement algorithm -out_gebco1 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "gdistance", - goal = 3, - combination = "matrix") -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:32)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'gdistance'... -#> ... ... Defining 'ease' matrix... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... -#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... -#> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:32) after ~0 minutes.
    out_gebco2 <- lcp_over_surface(origin = origin, - destination = destination, - surface = dat_gebco_utm_planar, - method = "cppRouting", - goal = 3, - combination = "matrix", - cppRouting_algorithm = "phast") -
    #> flapper::lcp_over_surface() called (@ 2022-06-17 10:06:32)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Calculating Euclidean distance(s)... -#> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing phast algorithm to compute least-cost distance(s)... -#> ... .... Implementing Dijkstra's algorithm recursively to compute least-cost paths(s)...
    #> Warning: number of rows of result is not a multiple of vector length (arg 1)
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:06:32) after ~0 minutes.
    # The function returns distances between all combinations -out_gebco1$dist_lcp; out_gebco2$dist_lcp -
    #> 2945 2463 3438 -#> 2610 3375.062 4064.206 6062.3124 -#> 3544 3270.267 5106.123 707.1401
    #> 2945 2463 3438 -#> 2610 3375.062 4064.206 6062.3124 -#> 3544 3270.267 5106.123 707.1401
    # The two outputs are the same (though the ordering of factor levels differs) -str(out_gebco1$path_lcp$cells); str(out_gebco2$path_lcp$cells) -
    #> 'data.frame': 83 obs. of 5 variables: -#> $ path_id : num 1 1 1 1 1 1 1 1 1 1 ... -#> $ path : Factor w/ 6 levels "2610-2945","3544-2945",..: 1 1 1 1 1 1 1 1 1 1 ... -#> $ origin : int 2610 2610 2610 2610 2610 2610 2610 2610 2610 2610 ... -#> $ destination: int 2945 2945 2945 2945 2945 2945 2945 2945 2945 2945 ... -#> $ cell : int 2610 2665 2666 2667 2668 2723 2778 2833 2834 2835 ...
    #> 'data.frame': 83 obs. of 5 variables: -#> $ path_id : num 1 1 1 1 1 1 1 1 1 1 ... -#> $ path : Factor w/ 6 levels "2610-2945","2610-2463",..: 1 1 1 1 1 1 1 1 1 1 ... -#> $ origin : int 2610 2610 2610 2610 2610 2610 2610 2610 2610 2610 ... -#> $ destination: int 2945 2945 2945 2945 2945 2945 2945 2945 2945 2945 ... -#> $ cell : int 2610 2665 2666 2667 2668 2723 2778 2833 2834 2835 ...
    -
    +
    +

    Examples

    +
    #### Example types
    +# Shortest distances between a single origin and a single destination
    +# Shortest paths between a single origin and a single destination
    +# Shortest distances/paths between origin/destination pairs
    +# Shortest distances/paths between all origin/destination combinations
    +
    +#### Simulate a hypothetical landscape
    +# Define a miniature, blank landscape with appropriate dimensions
    +proj_utm <- sp::CRS(SRS_string = "EPSG:32629")
    +r <- raster::raster(nrows = 3, ncols = 3,
    +                    crs = proj_utm,
    +                    resolution = c(5, 5),
    +                    ext = raster::extent(0, 15, 0, 15))
    +# Define a matrix of hypothetical values for the landscape
    +mat <- matrix(c(5, 10, 3,
    +                2, 1, 4,
    +                5, 6, 6), ncol = 3, nrow = 3, byrow = TRUE)
    +r[] <- mat
    +# Visualise simulated landscape
    +raster::plot(r)
    +raster::text(r)
    +
    +# Extract coordinates of cells
    +rxy <- raster::coordinates(r)
    +
    +
    +############################################################################
    +#### Shortest distances between a single origin and a single destination
    +
    +#### Example (1): Find the distance between a single origin and destination
    +# ... using the "cppRouting" method:
    +out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[2, , drop = FALSE],
    +                         surface = r)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:44)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:44) after ~0 minutes. 
    +# Extract shortest distance
    +out1$dist_lcp
    +#> [1] 7.071068
    +
    +#### Example (1) continued: An explanation of function outputs
    +# The function returns a list:
    +# The 'args' element simply contains all inputted arguments
    +out1$args
    +#> $origin
    +#>        x    y
    +#> [1,] 2.5 12.5
    +#> 
    +#> $destination
    +#>        x    y
    +#> [1,] 7.5 12.5
    +#> 
    +#> $surface
    +#> class      : RasterLayer 
    +#> dimensions : 3, 3, 9  (nrow, ncol, ncell)
    +#> resolution : 5, 5  (x, y)
    +#> extent     : 0, 15, 0, 15  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 1, 10  (min, max)
    +#> 
    +#> 
    +#> $crop
    +#> NULL
    +#> 
    +#> $buffer
    +#> NULL
    +#> 
    +#> $aggregate
    +#> NULL
    +#> 
    +#> $mask
    +#> NULL
    +#> 
    +#> $mask_inside
    +#> [1] TRUE
    +#> 
    +#> $plot
    +#> [1] TRUE
    +#> 
    +#> $goal
    +#> [1] 1
    +#> 
    +#> $combination
    +#> [1] "pair"
    +#> 
    +#> $method
    +#> [1] "cppRouting"
    +#> 
    +#> $cppRouting_algorithm
    +#> [1] "bi"
    +#> 
    +#> $cl
    +#> NULL
    +#> 
    +#> $varlist
    +#> NULL
    +#> 
    +#> $use_all_cores
    +#> [1] FALSE
    +#> 
    +#> $check
    +#> [1] TRUE
    +#> 
    +#> $verbose
    +#> [1] TRUE
    +#> 
    +# The 'surface' element contains the surface used to compute shortest distances
    +# ... This may differ from $args$surface if cropped, buffered etc.
    +out1$surface
    +#> class      : RasterLayer 
    +#> dimensions : 3, 3, 9  (nrow, ncol, ncell)
    +#> resolution : 5, 5  (x, y)
    +#> extent     : 0, 15, 0, 15  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 1, 10  (min, max)
    +#> 
    +# The 'surface_param' element contains the cell IDs, number of rows, cells and coordinates
    +# ... of this surface
    +out1$surface_param
    +#> $cells
    +#> [1] 1 2 3 4 5 6 7 8 9
    +#> 
    +#> $nrow
    +#> [1] 3
    +#> 
    +#> $ncol
    +#> [1] 3
    +#> 
    +#> $coordinates
    +#>          x    y
    +#>  [1,]  2.5 12.5
    +#>  [2,]  7.5 12.5
    +#>  [3,] 12.5 12.5
    +#>  [4,]  2.5  7.5
    +#>  [5,]  7.5  7.5
    +#>  [6,] 12.5  7.5
    +#>  [7,]  2.5  2.5
    +#>  [8,]  7.5  2.5
    +#>  [9,] 12.5  2.5
    +#> 
    +#> $origin_cell
    +#> [1] 1
    +#> 
    +#> $destination_cell
    +#> [1] 2
    +#> 
    +# The 'cost' element is a list of objects that define the cost matrix:
    +# ... 'dist_rook' and 'dist_bishop' are matrices which define the distance of planar
    +# ... ... movement from one cell to any other cell under a rook's or bishop's movement.
    +# ... ... For example, the planar distance of moving from cell 1 to cell 2 to is 5 m:
    +out1$cost$dist_rook
    +#> 9 x 9 sparse Matrix of class "dsCMatrix"
    +#>                        
    +#>  [1,] . 5 . 5 . . . . .
    +#>  [2,] 5 . 5 . 5 . . . .
    +#>  [3,] . 5 . . . 5 . . .
    +#>  [4,] 5 . . . 5 . 5 . .
    +#>  [5,] . 5 . 5 . 5 . 5 .
    +#>  [6,] . . 5 . 5 . . . 5
    +#>  [7,] . . . 5 . . . 5 .
    +#>  [8,] . . . . 5 . 5 . 5
    +#>  [9,] . . . . . 5 . 5 .
    +out1$cost$dist_bishop
    +#> 9 x 9 sparse Matrix of class "dsCMatrix"
    +#>                                                                              
    +#>  [1,] .        .        .        .        7.071068 .        .        .       
    +#>  [2,] .        .        .        7.071068 .        7.071068 .        .       
    +#>  [3,] .        .        .        .        7.071068 .        .        .       
    +#>  [4,] .        7.071068 .        .        .        .        .        7.071068
    +#>  [5,] 7.071068 .        7.071068 .        .        .        7.071068 .       
    +#>  [6,] .        7.071068 .        .        .        .        .        7.071068
    +#>  [7,] .        .        .        .        7.071068 .        .        .       
    +#>  [8,] .        .        .        7.071068 .        7.071068 .        .       
    +#>  [9,] .        .        .        .        7.071068 .        .        .       
    +#>               
    +#>  [1,] .       
    +#>  [2,] .       
    +#>  [3,] .       
    +#>  [4,] .       
    +#>  [5,] 7.071068
    +#>  [6,] .       
    +#>  [7,] .       
    +#>  [8,] .       
    +#>  [9,] .       
    +# ... 'dist_planar' gives the planar distance between connected cell combinations
    +# ... ... under a queen's movements:
    +out1$cost$dist_planar
    +#> 9 x 9 sparse Matrix of class "dsCMatrix"
    +#>                                                                              
    +#>  [1,] .        5.000000 .        5.000000 7.071068 .        .        .       
    +#>  [2,] 5.000000 .        5.000000 7.071068 5.000000 7.071068 .        .       
    +#>  [3,] .        5.000000 .        .        7.071068 5.000000 .        .       
    +#>  [4,] 5.000000 7.071068 .        .        5.000000 .        5.000000 7.071068
    +#>  [5,] 7.071068 5.000000 7.071068 5.000000 .        5.000000 7.071068 5.000000
    +#>  [6,] .        7.071068 5.000000 .        5.000000 .        .        7.071068
    +#>  [7,] .        .        .        5.000000 7.071068 .        .        5.000000
    +#>  [8,] .        .        .        7.071068 5.000000 7.071068 5.000000 .       
    +#>  [9,] .        .        .        .        7.071068 5.000000 .        5.000000
    +#>               
    +#>  [1,] .       
    +#>  [2,] .       
    +#>  [3,] .       
    +#>  [4,] .       
    +#>  [5,] 7.071068
    +#>  [6,] 5.000000
    +#>  [7,] .       
    +#>  [8,] 5.000000
    +#>  [9,] .       
    +# ... 'dist_vertical' gives the vertical distance between connected cells
    +out1$cost$dist_vertical
    +#> 9 x 9 sparse Matrix of class "dsCMatrix"
    +#>                              
    +#>  [1,]  .  5  . -3 -4  . . . .
    +#>  [2,]  5  . -7 -8 -9 -6 . . .
    +#>  [3,]  . -7  .  . -2  1 . . .
    +#>  [4,] -3 -8  .  . -1  . 3 4 .
    +#>  [5,] -4 -9 -2 -1  .  3 4 5 5
    +#>  [6,]  . -6  1  .  3  . . 2 2
    +#>  [7,]  .  .  .  3  4  . . 1 .
    +#>  [8,]  .  .  .  4  5  2 1 . .
    +#>  [9,]  .  .  .  .  5  2 . . .
    +# ... and 'dist_total' gives the total distance between connected cells
    +out1$cost$dist_total
    +#> 9 x 9 sparse Matrix of class "dsCMatrix"
    +#>                                                                        
    +#>  [1,] .         7.071068 .         5.830952  8.124038 .        .       
    +#>  [2,] 7.071068  .        8.602325 10.677078 10.295630 9.273618 .       
    +#>  [3,] .         8.602325 .         .         7.348469 5.099020 .       
    +#>  [4,] 5.830952 10.677078 .         .         5.099020 .        5.830952
    +#>  [5,] 8.124038 10.295630 7.348469  5.099020  .        5.830952 8.124038
    +#>  [6,] .         9.273618 5.099020  .         5.830952 .        .       
    +#>  [7,] .         .        .         5.830952  8.124038 .        .       
    +#>  [8,] .         .        .         8.124038  7.071068 7.348469 5.099020
    +#>  [9,] .         .        .         .         8.660254 5.385165 .       
    +#>                        
    +#>  [1,] .        .       
    +#>  [2,] .        .       
    +#>  [3,] .        .       
    +#>  [4,] 8.124038 .       
    +#>  [5,] 7.071068 8.660254
    +#>  [6,] 7.348469 5.385165
    +#>  [7,] 5.099020 .       
    +#>  [8,] .        5.000000
    +#>  [9,] 5.000000 .       
    +# 'dist_euclid' is the Euclidean distance between the origin and destination
    +out1$dist_euclid
    +#> [1] 5
    +# 'cppRouting_param' contains lists of parameters passed to (a) makegraph() and (b)
    +# ... get_distance_matrix() to compute shortest distances using cppRouting
    +utils::str(out1$cppRouting_param)
    +#> List of 2
    +#>  $ makegraph_param        :List of 3
    +#>   ..$ df      :'data.frame':	40 obs. of  3 variables:
    +#>   .. ..$ from: int [1:40] 1 2 1 2 1 2 3 4 2 3 ...
    +#>   .. ..$ to  : int [1:40] 2 3 4 4 5 5 5 5 6 6 ...
    +#>   .. ..$ cost: num [1:40] 7.07 8.6 5.83 10.68 8.12 ...
    +#>   ..$ directed: logi FALSE
    +#>   ..$ coords  :'data.frame':	9 obs. of  3 variables:
    +#>   .. ..$ node: int [1:9] 1 2 3 4 5 6 7 8 9
    +#>   .. ..$ X   : num [1:9] 2.5 7.5 12.5 2.5 7.5 12.5 2.5 7.5 12.5
    +#>   .. ..$ Y   : num [1:9] 12.5 12.5 12.5 7.5 7.5 7.5 2.5 2.5 2.5
    +#>  $ get_distance_pair_param:List of 5
    +#>   ..$ Graph    :List of 5
    +#>   .. ..$ data  :'data.frame':	80 obs. of  3 variables:
    +#>   .. .. ..$ from: int [1:80] 0 1 0 1 0 1 2 3 1 2 ...
    +#>   .. .. ..$ to  : int [1:80] 1 2 3 3 4 4 4 4 5 5 ...
    +#>   .. .. ..$ dist: num [1:80] 7.07 8.6 5.83 10.68 8.12 ...
    +#>   .. ..$ coords:'data.frame':	9 obs. of  3 variables:
    +#>   .. .. ..$ node: chr [1:9] "1" "2" "3" "4" ...
    +#>   .. .. ..$ X   : num [1:9] 2.5 7.5 12.5 2.5 7.5 12.5 2.5 7.5 12.5
    +#>   .. .. ..$ Y   : num [1:9] 12.5 12.5 12.5 7.5 7.5 7.5 2.5 2.5 2.5
    +#>   .. ..$ nbnode: int 9
    +#>   .. ..$ dict  :'data.frame':	9 obs. of  2 variables:
    +#>   .. .. ..$ ref: chr [1:9] "1" "2" "3" "4" ...
    +#>   .. .. ..$ id : int [1:9] 0 1 2 3 4 5 6 7 8
    +#>   .. ..$ attrib:List of 4
    +#>   .. .. ..$ aux  : NULL
    +#>   .. .. ..$ cap  : NULL
    +#>   .. .. ..$ alpha: NULL
    +#>   .. .. ..$ beta : NULL
    +#>   ..$ from     : num 1
    +#>   ..$ to       : num 2
    +#>   ..$ algorithm: chr "bi"
    +#>   ..$ allcores : logi FALSE
    +# 'time' records the time of each stage
    +out1$time
    +#>                       event                time   serial_duration
    +#> 1                     onset 2023-02-19 15:01:44 0.0517330170 secs
    +#> 2         surface_processed 2023-02-19 15:01:44 0.0172920227 secs
    +#> 3 transition_matrix_defined 2023-02-19 15:01:44 0.0024631023 secs
    +#> 4             graph_defined 2023-02-19 15:01:44 0.0005919933 secs
    +#> 5          dist_lcp_defined 2023-02-19 15:01:44 0.0003068447 secs
    +#> 6                    finish 2023-02-19 15:01:44           NA secs
    +
    +#### Example (2): Find the distance between a single origin and destination
    +# ... using the "gdistance" method
    +out2 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[2, , drop = FALSE],
    +                         surface = r,
    +                         method = "gdistance"
    +                         )
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:44)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:44) after ~0 minutes. 
    +# Extract distance
    +out2$dist_lcp
    +#> [1] 7.071068
    +# Elements of the returned list are the same apart from 'gdistance_param'
    +# ... which contains a list of arguments passed to costDistance() to compute
    +# ... shortest distances
    +utils::str(out2$gdistance_param)
    +#> List of 1
    +#>  $ costDistance_param:List of 3
    +#>   ..$ x         :Formal class 'TransitionLayer' [package "gdistance"] with 12 slots
    +#>   .. .. ..@ title           : chr(0) 
    +#>   .. .. ..@ extent          :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. ..@ xmin: num 0
    +#>   .. .. .. .. ..@ xmax: num 15
    +#>   .. .. .. .. ..@ ymin: num 0
    +#>   .. .. .. .. ..@ ymax: num 15
    +#>   .. .. ..@ rotated         : logi FALSE
    +#>   .. .. ..@ rotation        :Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. ..@ ncols           : int 3
    +#>   .. .. ..@ nrows           : int 3
    +#>   .. .. ..@ crs             :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. ..@ projargs: chr "+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs"
    +#>   .. .. .. .. ..$ comment: chr "PROJCRS[\"WGS 84 / UTM zone 29N\",\n    BASEGEOGCRS[\"WGS 84\",\n        ENSEMBLE[\"World Geodetic System 1984 "| __truncated__
    +#>   .. .. ..@ history         : list()
    +#>   .. .. ..@ z               : list()
    +#>   .. .. ..@ transitionMatrix:Formal class 'dsCMatrix' [package "Matrix"] with 7 slots
    +#>   .. .. .. .. ..@ i       : int [1:20] 0 1 0 1 0 1 2 3 1 2 ...
    +#>   .. .. .. .. ..@ p       : int [1:10] 0 0 1 2 4 8 11 13 17 20
    +#>   .. .. .. .. ..@ Dim     : int [1:2] 9 9
    +#>   .. .. .. .. ..@ Dimnames:List of 2
    +#>   .. .. .. .. .. ..$ : NULL
    +#>   .. .. .. .. .. ..$ : NULL
    +#>   .. .. .. .. ..@ x       : num [1:20] 0.1414 0.1162 0.1715 0.0937 0.1231 ...
    +#>   .. .. .. .. ..@ uplo    : chr "U"
    +#>   .. .. .. .. ..@ factors : list()
    +#>   .. .. ..@ transitionCells : int [1:9] 1 2 3 4 5 6 7 8 9
    +#>   .. .. ..@ matrixValues    : chr "conductance"
    +#>   .. .. ..$ layernames: chr ""
    +#>   .. .. ..$ unit      : chr ""
    +#>   ..$ fromCoords: num [1, 1:2] 2.5 12.5
    +#>   .. ..- attr(*, "dimnames")=List of 2
    +#>   .. .. ..$ : NULL
    +#>   .. .. ..$ : chr [1:2] "x" "y"
    +#>   ..$ toCoords  : num [1, 1:2] 7.5 12.5
    +#>   .. ..- attr(*, "dimnames")=List of 2
    +#>   .. .. ..$ : NULL
    +#>   .. .. ..$ : chr [1:2] "x" "y"
    +
    +#### Example (3): Find the distances between other origins and destinations
    +## Implement function to determine shortest distances:
    +# shortest distance between cell 1 and 6 via gdistance
    +lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                 destination = rxy[6, , drop = FALSE],
    +                 surface = r,
    +                 method = "gdistance",
    +                 verbose = FALSE)$dist_lcp
    +#> Warning: transition function gives negative values
    +
    +#> [1] 13.95499
    +# shortest distance between cell 1 and 6 via cppRouting
    +lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                 destination = rxy[6, , drop = FALSE],
    +                 surface = r,
    +                 method = "cppRouting",
    +                 verbose = FALSE)$dist_lcp
    +#> Warning: transition function gives negative values
    +#> [1] 13.95499
    +## Compare to manually computed distances
    +# The shortest distance from cell 1 to cell 6 is to move diagonally
    +# ... from cell 1 to 5 and then 6.
    +# Define planar distances of moving like a rook (d_pr) or bishop (d_pb)
    +d_pr <- 5
    +d_pb <- sqrt(5^2 + 5^2)
    +# Define total distance travelled along shortest path, as computed by the
    +# ... algorithm to demonstrate we obtain the same value:
    +sqrt((5 - 1)^2 + d_pb^2) + sqrt((4 - 1)^2 + d_pr^2)
    +#> [1] 13.95499
    +
    +#### Example (4): Find the shortest distances around NAs
    +## Force the 5th cell to be NA
    +rtmp <- r
    +rtmp[5] <- NA
    +raster::plot(rtmp); raster::text(rtmp)
    +
    +## Compute shortest distances via algorithm:
    +# Now compute shortest distances, which we can see have increased the distance
    +# ... since movement through an NA cell is not allowed. Therefore, if this NA
    +# ... reflects missing data, it may be appropriate to interpolate NAs using
    +# ... surrounding cells (e.g., see raster::approxNA()) so that movement
    +# ... is possible through these cells
    +out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[6, , drop = FALSE],
    +                         surface = rtmp,
    +                         method = "gdistance",
    +                         verbose = FALSE)
    +#> Warning: transition function gives negative values
    +out2 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[6, , drop = FALSE],
    +                         surface = rtmp,
    +                         method = "cppRouting",
    +                         verbose = FALSE)
    +#> Warning: transition function gives negative values
    +
    +out1$dist_lcp; out2$dist_lcp
    +#> [1] 16.34469
    +#> [1] 16.34469
    +## Compare to manual calculations of shortest route:
    +# Route option one: cell 1 to 2, 2 to 6
    +sqrt((5 - 10)^2 + d_pr^2) + sqrt((10 - 4)^2 + d_pb^2)
    +#> [1] 16.34469
    +# Or, using the numbers computed in the dist_total object:
    +out1$cost$dist_total[1, 2] + out1$cost$dist_total[2, 6]
    +#> [1] 16.34469
    +## Compare to effect of making a value in the landscape extremely large
    +# In the same way, we can force the shortest path away from particular areas
    +# ... by making the height of the landscape in those areas very large or Inf:
    +rtmp[5] <- 1e20
    +raster::plot(rtmp); raster::text(rtmp)
    +
    +lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                 destination = rxy[6, , drop = FALSE],
    +                 surface = rtmp,
    +                 method = "cppRouting",
    +                 verbose = FALSE)$dist_lcp
    +#> Warning: transition function gives negative values
    +#> [1] 16.34469
    +lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                 destination = rxy[6, , drop = FALSE],
    +                 surface = rtmp,
    +                 method = "gdistance",
    +                 verbose = FALSE)$dist_lcp
    +#> Warning: transition function gives negative values
    +
    +#> [1] 16.34469
    +
    +#### Example (4): Find the distances between points on a real landscape
    +## We will use some example bathymetry data:
    +dat_gebco_oban <- prettyGraphics::dat_gebco
    +raster::plot(dat_gebco_oban)
    +
    +## Process bathymetry data before function implementation
    +# (a) Define utm coordinates:
    +dat_gebco_utm <- raster::projectRaster(dat_gebco_oban, crs = proj_utm)
    +raster::res(dat_gebco_utm)
    +#> [1] 257 463
    +# (b) Resample so that the resolution in the x and y directions is identical
    +dat_gebco_utm_planar <- raster::raster(crs = proj_utm,
    +                                       ext = raster::extent(dat_gebco_utm),
    +                                       resolution = 250)
    +dat_gebco_utm_planar <- raster::resample(dat_gebco_utm, dat_gebco_utm_planar, method = "bilinear")
    +# Examine processed raster
    +pp <- par(mfrow = c(1, 2))
    +raster::plot(dat_gebco_utm, main = "UTM raster")
    +raster::plot(dat_gebco_utm_planar, main = "UTM raster with equal res")
    +
    +par(pp)
    +## Define example origin and destination
    +set.seed(1)
    +dat_gebco_utm_planar_xy <- raster::coordinates(dat_gebco_utm_planar)
    +index       <- sample(1:nrow(dat_gebco_utm_planar_xy), 2)
    +origin      <- dat_gebco_utm_planar_xy[index[1], , drop = FALSE]
    +destination <- dat_gebco_utm_planar_xy[index[2], , drop = FALSE]
    +## Implement function to compute shortest distances
    +out_gebco1 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "gdistance")
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:45)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:45) after ~0 minutes. 
    +out_gebco2 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                              method = "cppRouting")
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:45)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:45) after ~0 minutes. 
    +# Compare Euclidean and shortest distances
    +out_gebco1$dist_euclid; out_gebco1$dist_lcp
    +#> [1] 8902.247
    +#> [1] 9278.626
    +out_gebco2$dist_euclid; out_gebco2$dist_lcp
    +#> [1] 8902.247
    +#> [1] 9278.626
    +
    +#### Example (5A): Reduce the complexity of the landscape by cropping
    +ext <- raster::extent(dat_gebco_utm_planar)
    +ext[3] <- 6255000
    +ext[4] <- 6265000
    +out_gebco1 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "gdistance",
    +                               crop = ext)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:45)... 
    +#> ... Checking user inputs... 
    +#> ... Cropping raster to inputted extent... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:45) after ~0 minutes. 
    +out_gebco1$dist_lcp
    +#> [1] 9278.626
    +
    +#### Example (5B): Reduce the complexity of the landscape around a buffer
    +out_gebco1 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "gdistance",
    +                               buffer = list(width = 1000))
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:45)... 
    +#> ... Checking user inputs... 
    +#> ... Cropping raster to buffer zone around a Euclidean transect between the origin and destination... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:45) after ~0 minutes. 
    +out_gebco1$dist_lcp
    +#> [1] 9278.626
    +
    +#### Example (5C): Reduce the complexity of the landscape via aggregation
    +out_gebco1 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "gdistance",
    +                               buffer = list(width = 1000),
    +                               aggregate = list(fact = 5, fun = mean, na.rm = TRUE))
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:45)... 
    +#> ... Checking user inputs... 
    +#> ... Cropping raster to buffer zone around a Euclidean transect between the origin and destination... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Aggregating raster... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:45) after ~0 minutes. 
    +out_gebco1$dist_lcp
    +#> [1] 10088.96
    +
    +#### Example (6C): Implement a mask
    +# Define coastline
    +dat_coast_around_oban <- prettyGraphics::dat_coast_around_oban
    +coastline <- sp::spTransform(dat_coast_around_oban, proj_utm)
    +#> Warning: NULL source CRS comment, falling back to PROJ string
    +# Visualise bathymetry and coastline
    +raster::plot(dat_gebco_utm_planar)
    +raster::lines(coastline)
    +
    +# Define example origin and destination within the sea
    +origin      <- matrix(c(714000, 6260000), ncol = 2)
    +destination <- matrix(c(721000, 6265000), ncol = 2)
    +# Implement algorithm
    +out_gebco1 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "gdistance",
    +                               crop = raster::extent(coastline),
    +                               mask = coastline,
    +                               mask_inside = TRUE)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:45)... 
    +#> ... Checking user inputs... 
    +#> ... Cropping raster to inputted extent... 
    +#> ... Masking raster... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:45) after ~0 minutes. 
    +out_gebco2 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "cppRouting",
    +                               crop = raster::extent(coastline),
    +                               mask = coastline,
    +                               mask_inside = TRUE)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:45)... 
    +#> ... Checking user inputs... 
    +#> ... Cropping raster to inputted extent... 
    +#> ... Masking raster... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:45) after ~0 minutes. 
    +# Compare Euclidean and least-cost distances
    +out_gebco1$dist_euclid; out_gebco1$dist_lcp
    +#> [1] 8602.325
    +#> [1] 9071.48
    +out_gebco2$dist_euclid; out_gebco2$dist_lcp
    +#> [1] 8602.325
    +#> [1] 9071.48
    +
    +#### Example (7) Implement shortest distance algorithms in parallel:
    +# With the default method ("cppRouting"), use use_all_cores = TRUE
    +out_gebco1 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "cppRouting",
    +                               crop = raster::extent(coastline),
    +                               mask = coastline,
    +                               mask_inside = TRUE,
    +                               use_all_cores = TRUE)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:45)... 
    +#> ... Checking user inputs... 
    +#> ... Cropping raster to inputted extent... 
    +#> ... Masking raster... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost distance(s)... 
    +#> allcores argument is deprecated since v3.0. 
    +#> Please use RcppParallel::setThreadOptions() to set the number of threads
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:46) after ~0 minutes. 
    +# With method = "gdistance" use cl argument
    +out_gebco2 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "cppRouting",
    +                               crop = raster::extent(coastline),
    +                               mask = coastline,
    +                               mask_inside = TRUE,
    +                               cl = parallel::makeCluster(2L))
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:46)... 
    +#> ... Checking user inputs... 
    +#> 'cl' or 'varlist' arguments ignored for method = 'cppRouting': use use_all_cores = TRUE instead.
    +#> ... Cropping raster to inputted extent... 
    +#> ... Masking raster... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost distance(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:46) after ~0.01 minutes. 
    +out_gebco1$dist_lcp; out_gebco2$dist_lcp
    +#> [1] 9071.48
    +#> [1] 9071.48
    +
    +
    +############################################################################
    +#### Shortest paths between a single origin and a single destination
    +
    +#### Example (8) Shortest paths (goal = 2) only using default method
    +# Implement function
    +out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 2)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:46)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:46) after ~0 minutes. 
    +# The path is stored in path_lcp, This includes:
    +# ... (a) a dataframe with the cells comprising each path:
    +# ... (b) a SpatialLines object of the path
    +# ... (c) a matrix of the coordinates of the path
    +out1$path_lcp
    +#> $cells
    +#>   path_id path origin destination cell
    +#> 1       1  1-6      1           6    6
    +#> 2       1  1-6      1           6    5
    +#> 3       1  1-6      1           6    1
    +#> 
    +#> $SpatialLines
    +#> $SpatialLines$`1`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 2.5, 12.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> 
    +#> $coordinates
    +#> $coordinates$`1`
    +#>         x    y
    +#> [1,] 12.5  7.5
    +#> [2,]  7.5  7.5
    +#> [3,]  2.5 12.5
    +#> 
    +#> 
    +# For method = "cppRouting", paths between pairs of coordinates are computed
    +# ... by cppRouting::get_path_pair(), the arguments of which are retained in
    +# ... this list:
    +out1$cppRouting_param$get_path_pair_param
    +#> $Graph
    +#> $Graph$data
    +#>    from to      dist
    +#> 1     0  1  7.071068
    +#> 2     1  2  8.602325
    +#> 3     0  3  5.830952
    +#> 4     1  3 10.677078
    +#> 5     0  4  8.124038
    +#> 6     1  4 10.295630
    +#> 7     2  4  7.348469
    +#> 8     3  4  5.099020
    +#> 9     1  5  9.273618
    +#> 10    2  5  5.099020
    +#> 11    4  5  5.830952
    +#> 12    3  6  5.830952
    +#> 13    4  6  8.124038
    +#> 14    3  7  8.124038
    +#> 15    4  7  7.071068
    +#> 16    5  7  7.348469
    +#> 17    6  7  5.099020
    +#> 18    4  8  8.660254
    +#> 19    5  8  5.385165
    +#> 20    7  8  5.000000
    +#> 21    1  0  7.071068
    +#> 22    2  1  8.602325
    +#> 23    3  0  5.830952
    +#> 24    3  1 10.677078
    +#> 25    4  0  8.124038
    +#> 26    4  1 10.295630
    +#> 27    4  2  7.348469
    +#> 28    4  3  5.099020
    +#> 29    5  1  9.273618
    +#> 30    5  2  5.099020
    +#> 31    5  4  5.830952
    +#> 32    6  3  5.830952
    +#> 33    6  4  8.124038
    +#> 34    7  3  8.124038
    +#> 35    7  4  7.071068
    +#> 36    7  5  7.348469
    +#> 37    7  6  5.099020
    +#> 38    8  4  8.660254
    +#> 39    8  5  5.385165
    +#> 40    8  7  5.000000
    +#> 41    1  0  7.071068
    +#> 42    2  1  8.602325
    +#> 43    3  0  5.830952
    +#> 44    3  1 10.677078
    +#> 45    4  0  8.124038
    +#> 46    4  1 10.295630
    +#> 47    4  2  7.348469
    +#> 48    4  3  5.099020
    +#> 49    5  1  9.273618
    +#> 50    5  2  5.099020
    +#> 51    5  4  5.830952
    +#> 52    6  3  5.830952
    +#> 53    6  4  8.124038
    +#> 54    7  3  8.124038
    +#> 55    7  4  7.071068
    +#> 56    7  5  7.348469
    +#> 57    7  6  5.099020
    +#> 58    8  4  8.660254
    +#> 59    8  5  5.385165
    +#> 60    8  7  5.000000
    +#> 61    0  1  7.071068
    +#> 62    1  2  8.602325
    +#> 63    0  3  5.830952
    +#> 64    1  3 10.677078
    +#> 65    0  4  8.124038
    +#> 66    1  4 10.295630
    +#> 67    2  4  7.348469
    +#> 68    3  4  5.099020
    +#> 69    1  5  9.273618
    +#> 70    2  5  5.099020
    +#> 71    4  5  5.830952
    +#> 72    3  6  5.830952
    +#> 73    4  6  8.124038
    +#> 74    3  7  8.124038
    +#> 75    4  7  7.071068
    +#> 76    5  7  7.348469
    +#> 77    6  7  5.099020
    +#> 78    4  8  8.660254
    +#> 79    5  8  5.385165
    +#> 80    7  8  5.000000
    +#> 
    +#> $Graph$coords
    +#>   node    X    Y
    +#> 1    1  2.5 12.5
    +#> 2    2  7.5 12.5
    +#> 3    3 12.5 12.5
    +#> 4    4  2.5  7.5
    +#> 5    5  7.5  7.5
    +#> 6    6 12.5  7.5
    +#> 7    7  2.5  2.5
    +#> 8    8  7.5  2.5
    +#> 9    9 12.5  2.5
    +#> 
    +#> $Graph$nbnode
    +#> [1] 9
    +#> 
    +#> $Graph$dict
    +#>   ref id
    +#> 1   1  0
    +#> 2   2  1
    +#> 3   3  2
    +#> 4   4  3
    +#> 5   5  4
    +#> 6   6  5
    +#> 7   7  6
    +#> 8   8  7
    +#> 9   9  8
    +#> 
    +#> $Graph$attrib
    +#> $Graph$attrib$aux
    +#> NULL
    +#> 
    +#> $Graph$attrib$cap
    +#> NULL
    +#> 
    +#> $Graph$attrib$alpha
    +#> NULL
    +#> 
    +#> $Graph$attrib$beta
    +#> NULL
    +#> 
    +#> 
    +#> 
    +#> $from
    +#> [1] 1
    +#> 
    +#> $to
    +#> [1] 6
    +#> 
    +#> $algorithm
    +#> [1] "bi"
    +#> 
    +#> $constant
    +#> [1] 1
    +#> 
    +#> $keep
    +#> NULL
    +#> 
    +#> $long
    +#> [1] TRUE
    +#> 
    +# Note the path is also added to the plot produced, if plot = TRUE.
    +
    +#### Example (9) Shortest distances and paths (goal = 3) using default method
    +out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:46)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost distance(s)... 
    +#> ... ... Implementing bi algorithm to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:46) after ~0 minutes. 
    +out1$dist_lcp; out1$path_lcp
    +#> [1] 13.95499
    +#> $cells
    +#>   path_id path origin destination cell
    +#> 1       1  1-6      1           6    6
    +#> 2       1  1-6      1           6    5
    +#> 3       1  1-6      1           6    1
    +#> 
    +#> $SpatialLines
    +#> $SpatialLines$`1`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 2.5, 12.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> 
    +#> $coordinates
    +#> $coordinates$`1`
    +#>         x    y
    +#> [1,] 12.5  7.5
    +#> [2,]  7.5  7.5
    +#> [3,]  2.5 12.5
    +#> 
    +#> 
    +
    +#### Example (10) Shortest distances and paths (goal = 3) via gdistance
    +out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3,
    +                         method = "gdistance")
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:46)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:46) after ~0 minutes. 
    +# As above, paths are stored in path_lcp and distances in dist_lcp
    +out1$path_lcp
    +#> $cells
    +#>   path_id path origin destination cell
    +#> 1       1  1-6      1           6    1
    +#> 2       1  1-6      1           6    5
    +#> 3       1  1-6      1           6    6
    +#> 
    +#> $SpatialLines
    +#> $SpatialLines$`1`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 2.5, 12.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> 
    +#> $coordinates
    +#> $coordinates$`1`
    +#>         x    y
    +#> [1,]  2.5 12.5
    +#> [2,]  7.5  7.5
    +#> [3,] 12.5  7.5
    +#> 
    +#> 
    +# For method = "gdistance", paths between pairs of coordinates are computed
    +# ... by repeated calls to gdistance::shortestPath(), for each pair of coordinates
    +# ... in the following list of arguments:
    +out1$gdistance_param$shortestPath_param
    +#> $x
    +#> class      : TransitionLayer 
    +#> dimensions : 3, 3, 9  (nrow, ncol, ncell)
    +#> resolution : 5, 5  (x, y)
    +#> extent     : 0, 15, 0, 15  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> values      : conductance 
    +#> matrix class: dsCMatrix 
    +#> 
    +#> $fromCoords
    +#>        x    y
    +#> [1,] 2.5 12.5
    +#> 
    +#> $toCoords
    +#>         x   y
    +#> [1,] 12.5 7.5
    +#> 
    +
    +#### Example (11): Parallelisation proceeds as described above via
    +# ... use_all_cores or cl arguments. For cppRouting, parallelisation
    +# ... is only implemented for distance calculations (so not if goal = 2),
    +# ... while parallelisation is implemented for both distance and shortest
    +# ... paths for method = "gdistance"
    +out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3,
    +                         use_all_cores = TRUE)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:46)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost distance(s)... 
    +#> allcores argument is deprecated since v3.0. 
    +#> Please use RcppParallel::setThreadOptions() to set the number of threads
    +
    +#> ... ... Implementing bi algorithm to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:46) after ~0 minutes. 
    +out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 2,
    +                         method = "gdistance",
    +                         cl = parallel::makeCluster(2L))
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:46)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:52) after ~0.1 minutes. 
    +out1 <- lcp_over_surface(origin = rxy[1, , drop = FALSE],
    +                         destination = rxy[6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3,
    +                         method = "gdistance",
    +                         cl = parallel::makeCluster(2L))
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:52)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:58) after ~0.1 minutes. 
    +
    +
    +############################################################################
    +#### Shortest distances/paths between origin/destination pairs
    +
    +#### Example (12): Shortest distances/paths computed in sequence:
    +# cppRouting method
    +out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE],
    +                         destination = rxy[5:6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:58)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost distance(s)... 
    +#> ... ... Implementing bi algorithm to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:58) after ~0 minutes. 
    +# gdistance method
    +out2 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE],
    +                         destination = rxy[5:6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3,
    +                         method = "gdistance")
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:58)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:58) after ~0 minutes. 
    +out1$dist_lcp; out1$path_lcp
    +#> [1] 8.124038 9.273618
    +#> $cells
    +#>   path_id path origin destination cell
    +#> 1       1  2-6      2           6    2
    +#> 2       1  1-5      1           5    5
    +#> 3       2  2-6      2           6    6
    +#> 
    +#> $SpatialLines
    +#> $SpatialLines$`1`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 7.5, 7.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> $SpatialLines$`2`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 12.5, 12.5, 7.5, 7.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> 
    +#> $coordinates
    +#> $coordinates$`1`
    +#>        x    y
    +#> [1,] 7.5 12.5
    +#> [2,] 7.5  7.5
    +#> 
    +#> $coordinates$`2`
    +#>         x   y
    +#> [1,] 12.5 7.5
    +#> 
    +#> 
    +out2$dist_lcp; out2$path_lcp
    +#> [1] 8.124038 9.273618
    +#> $cells
    +#>   path_id path origin destination cell
    +#> 1       1  1-5      1           5    1
    +#> 2       1  1-5      1           5    5
    +#> 3       2  2-6      2           6    2
    +#> 4       2  2-6      2           6    6
    +#> 
    +#> $SpatialLines
    +#> $SpatialLines$`1`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 2.5, 7.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> $SpatialLines$`2`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 7.5, 12.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> 
    +#> $coordinates
    +#> $coordinates$`1`
    +#>        x    y
    +#> [1,] 2.5 12.5
    +#> [2,] 7.5  7.5
    +#> 
    +#> $coordinates$`2`
    +#>         x    y
    +#> [1,]  7.5 12.5
    +#> [2,] 12.5  7.5
    +#> 
    +#> 
    +
    +#### Example (13): Shortest distances/paths computed in parallel:
    +# cppRouting method for goal 3
    +out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE],
    +                         destination = rxy[5:6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3,
    +                         use_all_cores = TRUE)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:58)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost distance(s)... 
    +#> allcores argument is deprecated since v3.0. 
    +#> Please use RcppParallel::setThreadOptions() to set the number of threads
    +
    +#> ... ... Implementing bi algorithm to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:01:58) after ~0 minutes. 
    +# gdistance method for goal 2
    +out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE],
    +                         destination = rxy[5:6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 2,
    +                         method = "gdistance",
    +                         cl = parallel::makeCluster(2L))
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:01:58)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:02:05) after ~0.1 minutes. 
    +# gdistance method for goal 3
    +out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE],
    +                         destination = rxy[5:6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3,
    +                         method = "gdistance",
    +                         cl = parallel::makeCluster(2L))
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:02:05)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:02:11) after ~0.11 minutes. 
    +
    +
    +############################################################################
    +#### Shortest distances/paths between all origin/destination combinations
    +
    +#### Example (14) Compute all combinations via combination = "matrix"
    +# cppRouting goal 3
    +out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE],
    +                         destination = rxy[5:6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3,
    +                         cppRouting_algorithm = "phast",
    +                         combination = "matrix")
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:02:11)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing phast algorithm to compute least-cost distance(s)... 
    +#> ... .... Implementing Dijkstra's algorithm recursively to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:02:11) after ~0 minutes. 
    +out1$dist_euclid; out1$dist_lcp; out1$path_lcp
    +#>          5         6
    +#> 1 7.071068 11.180340
    +#> 2 5.000000  7.071068
    +#>           5         6
    +#> 1  8.124038 13.954990
    +#> 2 10.295630  9.273618
    +#> $cells
    +#>   path_id path origin destination cell
    +#> 1       1  1-6      1           6    5
    +#> 2       1  1-6      1           6    1
    +#> 3       1  1-5      1           5    5
    +#> 4       2  2-5      2           5    2
    +#> 5       2  1-6      1           6    6
    +#> 6       3  2-6      2           6    2
    +#> 7       3  2-5      2           5    5
    +#> 8       4  2-6      2           6    6
    +#> 
    +#> $SpatialLines
    +#> $SpatialLines$`1`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 2.5, 7.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> $SpatialLines$`2`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 7.5, 12.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> $SpatialLines$`3`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 7.5, 7.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> $SpatialLines$`4`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 12.5, 12.5, 7.5, 7.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> 
    +#> $coordinates
    +#> $coordinates$`1`
    +#>        x    y
    +#> [1,] 7.5  7.5
    +#> [2,] 2.5 12.5
    +#> [3,] 7.5  7.5
    +#> 
    +#> $coordinates$`2`
    +#>         x    y
    +#> [1,]  7.5 12.5
    +#> [2,] 12.5  7.5
    +#> 
    +#> $coordinates$`3`
    +#>        x    y
    +#> [1,] 7.5 12.5
    +#> [2,] 7.5  7.5
    +#> 
    +#> $coordinates$`4`
    +#>         x   y
    +#> [1,] 12.5 7.5
    +#> 
    +#> 
    +# cppRouting goal 3 parallelised
    +out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE],
    +                         destination = rxy[5:6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3,
    +                         combination = "matrix",
    +                         cppRouting_algorithm = "phast",
    +                         use_all_cores = TRUE)
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:02:11)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing phast algorithm to compute least-cost distance(s)... 
    +#> allcores argument is deprecated since v3.0. 
    +#> Please use RcppParallel::setThreadOptions() to set the number of threads
    +#> ... .... Implementing Dijkstra's algorithm recursively to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:02:11) after ~0 minutes. 
    +# gdistance goal 3
    +out1 <- lcp_over_surface(origin = rxy[1:2, , drop = FALSE],
    +                         destination = rxy[5:6, , drop = FALSE],
    +                         surface = r,
    +                         goal = 3,
    +                         method = "gdistance",
    +                         combination = "matrix",
    +                         cl = parallel::makeCluster(2L))
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:02:11)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:02:18) after ~0.1 minutes. 
    +out1$dist_euclid; out1$dist_lcp; out1$path_lcp
    +#>          5         6
    +#> 1 7.071068 11.180340
    +#> 2 5.000000  7.071068
    +#>           5         6
    +#> 1  8.124038 13.954990
    +#> 2 10.295630  9.273618
    +#> $cells
    +#>   path_id path origin destination cell
    +#> 1       1  1-5      1           5    1
    +#> 2       1  1-5      1           5    5
    +#> 3       2  2-5      2           5    2
    +#> 4       2  2-5      2           5    5
    +#> 5       3  1-6      1           6    1
    +#> 6       3  1-6      1           6    5
    +#> 7       3  1-6      1           6    6
    +#> 8       4  2-6      2           6    2
    +#> 9       4  2-6      2           6    6
    +#> 
    +#> $SpatialLines
    +#> $SpatialLines$`1`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 2.5, 7.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> $SpatialLines$`2`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 7.5, 7.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> $SpatialLines$`3`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 2.5, 12.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> $SpatialLines$`4`
    +#> class       : SpatialLines 
    +#> features    : 1 
    +#> extent      : 7.5, 12.5, 7.5, 12.5  (xmin, xmax, ymin, ymax)
    +#> crs         : +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs 
    +#> 
    +#> 
    +#> $coordinates
    +#> $coordinates$`1`
    +#>        x    y
    +#> [1,] 2.5 12.5
    +#> [2,] 7.5  7.5
    +#> 
    +#> $coordinates$`2`
    +#>        x    y
    +#> [1,] 7.5 12.5
    +#> [2,] 7.5  7.5
    +#> 
    +#> $coordinates$`3`
    +#>         x    y
    +#> [1,]  2.5 12.5
    +#> [2,]  7.5  7.5
    +#> [3,] 12.5  7.5
    +#> 
    +#> $coordinates$`4`
    +#>         x    y
    +#> [1,]  7.5 12.5
    +#> [2,] 12.5  7.5
    +#> 
    +#> 
    +
    +#### Example (15): Real world example with multiple origins/destinations
    +## Zoom in on an area of interest
    +ext <- raster::extent(715000, 720000, 6250000, 6260000)
    +dat_gebco_utm_planar_zoom <- raster::crop(dat_gebco_utm_planar, ext)
    +## Define example origins/destinations
    +# Define available coordinates
    +dat_gebco_utm_planar_zoom_xy <- raster::coordinates(dat_gebco_utm_planar_zoom)
    +# Sample random origins
    +set.seed(2019)
    +index       <- sample(1:nrow(dat_gebco_utm_planar_zoom_xy), 2)
    +origin      <- dat_gebco_utm_planar_zoom_xy[index, ]
    +# Sample random destinations
    +set.seed(2020)
    +index       <- sample(1:nrow(dat_gebco_utm_planar_zoom_xy), 3)
    +destination <- dat_gebco_utm_planar_zoom_xy[index, ]
    +# Implement algorithm
    +out_gebco1 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "gdistance",
    +                               goal = 3,
    +                               combination = "matrix")
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:02:18)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'gdistance'... 
    +#> ... ... Defining 'ease' matrix... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost distance(s)... 
    +#> ... ... Implementing Dijkstra's algorithm to compute least-cost path(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:02:18) after ~0 minutes. 
    +out_gebco2 <- lcp_over_surface(origin = origin,
    +                               destination = destination,
    +                               surface = dat_gebco_utm_planar,
    +                               method = "cppRouting",
    +                               goal = 3,
    +                               combination = "matrix",
    +                               cppRouting_algorithm = "phast")
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:02:18)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating Euclidean distance(s)... 
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing phast algorithm to compute least-cost distance(s)... 
    +#> ... .... Implementing Dijkstra's algorithm recursively to compute least-cost paths(s)... 
    +#> Warning: number of rows of result is not a multiple of vector length (arg 1)
    +
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:02:18) after ~0 minutes. 
    +# The function returns distances between all combinations
    +out_gebco1$dist_lcp; out_gebco2$dist_lcp
    +#>          2945     2463      3438
    +#> 2610 3375.062 4064.206 6062.3124
    +#> 3544 3270.267 5106.123  707.1401
    +#>          2945     2463      3438
    +#> 2610 3375.062 4064.206 6062.3124
    +#> 3544 3270.267 5106.123  707.1401
    +# The two outputs are the same (though the ordering of factor levels differs)
    +str(out_gebco1$path_lcp$cells); str(out_gebco2$path_lcp$cells)
    +#> 'data.frame':	83 obs. of  5 variables:
    +#>  $ path_id    : num  1 1 1 1 1 1 1 1 1 1 ...
    +#>  $ path       : Factor w/ 6 levels "2610-2945","3544-2945",..: 1 1 1 1 1 1 1 1 1 1 ...
    +#>  $ origin     : int  2610 2610 2610 2610 2610 2610 2610 2610 2610 2610 ...
    +#>  $ destination: int  2945 2945 2945 2945 2945 2945 2945 2945 2945 2945 ...
    +#>  $ cell       : int  2610 2665 2666 2667 2668 2723 2778 2833 2834 2835 ...
    +#> 'data.frame':	72 obs. of  5 variables:
    +#>  $ path_id    : num  1 1 1 1 1 1 1 1 1 1 ...
    +#>  $ path       : Factor w/ 6 levels "2610-2945","2610-2463",..: 2 2 2 2 2 2 2 2 2 2 ...
    +#>  $ origin     : int  2610 2610 2610 2610 2610 2610 2610 2610 2610 2610 ...
    +#>  $ destination: int  2463 2463 2463 2463 2463 2463 2463 2463 2463 2463 ...
    +#>  $ cell       : int  2462 2461 2460 2459 2458 2457 2456 2455 2508 2561 ...
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/make_df_detections-1.png b/docs/reference/make_df_detections-1.png index 537f0dc..ecb40cb 100644 Binary files a/docs/reference/make_df_detections-1.png and b/docs/reference/make_df_detections-1.png differ diff --git a/docs/reference/make_df_detections-2.png b/docs/reference/make_df_detections-2.png index 707476b..858516a 100644 Binary files a/docs/reference/make_df_detections-2.png and b/docs/reference/make_df_detections-2.png differ diff --git a/docs/reference/make_df_detections-3.png b/docs/reference/make_df_detections-3.png index 9335e9c..16e2eac 100644 Binary files a/docs/reference/make_df_detections-3.png and b/docs/reference/make_df_detections-3.png differ diff --git a/docs/reference/make_df_detections.html b/docs/reference/make_df_detections.html index 1728d23..6dc1e50 100644 --- a/docs/reference/make_df_detections.html +++ b/docs/reference/make_df_detections.html @@ -1,67 +1,12 @@ - - - - - - - -Convert a detection matrix into a dataframe — make_df_detections • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Convert a detection matrix into a dataframe — make_df_detections • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,119 +65,142 @@

    Convert a detection matrix into a dataframe

    This function converts a matrix of detections (0, 1) by time stamp and receiver into a dataframe.

    -
    make_df_detections(
    -  acoustics,
    -  only_keep_detections = FALSE,
    -  set_names = FALSE,
    -  as_POSIXct = as.POSIXct
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - -
    acoustics

    A detection matrix (time stamps x receivers) in which the cells define whether (1) or not (0) a detection was made at each time stamp/receiver combination. `Meaningful' time stamps and receiver IDs can be taken from the row and column names of this matrix, if specified (see set_names).

    only_keep_detections

    A logical variable that defines whether or not to retain only observations that correspond to detections. (If only_keep_detections = FALSE, the returned dataframe includes time stamps without detections.)

    set_names

    A logical variable that defines whether or not to take the row and column names of acoustics as the time stamps and receiver IDs. (If set_names = FALSE, time stamps and receiver IDs are simply given as integer vectors of 1 to the number of rows or columns respectively.)

    as_POSIXct

    If set_names = TRUE, as_POSIXct is a function that converts the row names of acoustics into POSIXct time stamps.

    - -

    Value

    - -

    The function returns a dataframe with time stamps (`timestamp') and receivers (`receiver_id'). If set_names = FALSE, these are integer vectors that match the dimensions of acoustics. Otherwise they are are taken from row and column names of acoustics. In this case, if as_POSIXct is defined, time stamps are returned in POSIXct format and receivers are returned as a factor. If only_keep_detections = FALSE, the dataframe also includes a `detection' column that defines whether (1) or not (0) a detection was made for each observation; otherwise, this column is dropped (mirroring real-world data).

    -

    Author

    +
    +
    make_df_detections(
    +  acoustics,
    +  only_keep_detections = FALSE,
    +  set_names = FALSE,
    +  as_POSIXct = as.POSIXct
    +)
    +
    + +
    +

    Arguments

    +
    acoustics
    +

    A detection matrix (time stamps x receivers) in which the cells define whether (1) or not (0) a detection was made at each time stamp/receiver combination. `Meaningful' time stamps and receiver IDs can be taken from the row and column names of this matrix, if specified (see set_names).

    + +
    only_keep_detections
    +

    A logical variable that defines whether or not to retain only observations that correspond to detections. (If only_keep_detections = FALSE, the returned dataframe includes time stamps without detections.)

    + + +
    set_names
    +

    A logical variable that defines whether or not to take the row and column names of acoustics as the time stamps and receiver IDs. (If set_names = FALSE, time stamps and receiver IDs are simply given as integer vectors of 1 to the number of rows or columns respectively.)

    + + +
    as_POSIXct
    +

    If set_names = TRUE, as_POSIXct is a function that converts the row names of acoustics into POSIXct time stamps.

    + +
    +
    +

    Value

    + + +

    The function returns a dataframe with time stamps (`timestamp') and receivers (`receiver_id'). If set_names = FALSE, these are integer vectors that match the dimensions of acoustics. Otherwise they are are taken from row and column names of acoustics. In this case, if as_POSIXct is defined, time stamps are returned in POSIXct format and receivers are returned as a factor. If only_keep_detections = FALSE, the dataframe also includes a `detection' column that defines whether (1) or not (0) a detection was made for each observation; otherwise, this column is dropped (mirroring real-world data).

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define detection matrix -# Simulate array -array <- sim_array(boundaries = raster::extent(-1000, 1000, -1000, 1000), - n_receivers = 24, seed = 1) -
    #> flapper::sim_array() called (@ 2022-06-17 10:06:34)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:06:34) after ~0 minutes.
    # Simulate movement in this area -path <- sim_path_sa(n = 50, area = array$array$area, seed = 1) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:06:34)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0% | |= | 2% | |=== | 4% | |==== | 6% | |====== | 8% | |======= | 10% | |======== | 12% | |========== | 14% | |=========== | 16% | |============= | 18% | |============== | 20% | |=============== | 22% | |================= | 24% | |================== | 26% | |==================== | 28% | |===================== | 30% | |====================== | 32% | |======================== | 34% | |========================= | 36% | |=========================== | 38% | |============================ | 40% | |============================= | 42% | |=============================== | 44% | |================================ | 46% | |================================== | 48% | |=================================== | 50% | |==================================== | 52% | |====================================== | 54% | |======================================= | 56% | |========================================= | 58% | |========================================== | 60% | |=========================================== | 62% | |============================================= | 64% | |============================================== | 66% | |================================================ | 68% | |================================================= | 70% | |================================================== | 72% | |==================================================== | 74% | |===================================================== | 76% | |======================================================= | 78% | |======================================================== | 80% | |========================================================= | 82% | |=========================================================== | 84% | |============================================================ | 86% | |============================================================== | 88% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================== | 94% | |=================================================================== | 96% | |===================================================================== | 98% | |======================================================================| 100%... Plotting simulated path...
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::sim_path_sa() call completed (@ 2022-06-17 10:06:35) after ~0 minutes.
    # Simulate a detection matrix -detections <- sim_detections(n = 100, - path = path$xy_mat, - xy = sp::coordinates(array$array$xy), - calc_detection_pr = function(dist) ifelse(dist < 425, 1, 0), - ) -
    #> flapper::sim_detections() called (@ 2022-06-17 10:06:35)... -#> ... Setting up simulation... -#> ... Calculating distances... -#> ... Calculating probabilities... -#> ... Simulating detections... -#> ... Plotting detections...
    #> Warning: "n" is not a graphical parameter
    #> Warning: "n" is not a graphical parameter
    #> Warning: "n" is not a graphical parameter
    #> ... flapper::simulate_detections() call completed (@ 2022-06-17 10:06:35) after ~0 minutes.
    # Extract matrix -mat <- detections$det_mat -# Define row names -rownames(mat) <- - as.character( - seq(as.POSIXct("2016-01-01"), by = "2 mins", length.out = nrow(mat)) - ) - -#### Examples: convert the matrix to a dataframe -utils::str(mat) -
    #> int [1:50, 1:24] 0 0 0 0 0 0 0 0 0 0 ... -#> - attr(*, "dimnames")=List of 2 -#> ..$ : chr [1:50] "2016-01-01 00:00:00" "2016-01-01 00:02:00" "2016-01-01 00:04:00" "2016-01-01 00:06:00" ... -#> ..$ : NULL
    dat <- make_df_detections(mat) -utils::str(dat) -
    #> 'data.frame': 1200 obs. of 3 variables: -#> $ timestamp : int 1 1 1 1 1 1 1 1 1 1 ... -#> $ receiver_id: int 1 2 3 4 5 6 7 8 9 10 ... -#> $ detection : int 0 0 0 0 0 0 0 0 0 0 ...
    dat <- make_df_detections(mat, only_keep_detections = TRUE) -utils::str(dat) -
    #> 'data.frame': 160 obs. of 2 variables: -#> $ timestamp : int 2 2 3 3 3 4 4 4 4 5 ... -#> $ receiver_id: int 15 17 13 15 17 8 13 15 17 8 ...
    dat <- make_df_detections(mat, only_keep_detections = TRUE, set_names = TRUE) -
    #> 'set_names' not implemented for columns: 'acoustics' does not contain column names.
    utils::str(dat) -
    #> 'data.frame': 160 obs. of 2 variables: -#> $ timestamp : POSIXct, format: "2016-01-01 00:02:00" "2016-01-01 00:02:00" ... -#> $ receiver_id: int 15 17 13 15 17 8 13 15 17 8 ...
    -
    +
    +

    Examples

    +
    #### Define detection matrix
    +# Simulate array
    +array <- sim_array(boundaries = raster::extent(-1000, 1000, -1000, 1000),
    +                   n_receivers = 24, seed = 1)
    +#> flapper::sim_array() called (@ 2023-02-19 15:02:22)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:02:22) after ~0 minutes. 
    +# Simulate movement in this area
    +path <- sim_path_sa(n = 50, area = array$array$area, seed = 1)
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:02:22)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=                                                                     |   2%
      |                                                                            
      |===                                                                   |   4%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |=============                                                         |  18%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |====================                                                  |  28%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |===========================                                           |  38%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |=============================                                         |  42%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |================================                                      |  46%
      |                                                                            
      |==================================                                    |  48%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |====================================                                  |  52%
      |                                                                            
      |======================================                                |  54%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |===========================================                           |  62%
      |                                                                            
      |=============================================                         |  64%
      |                                                                            
      |==============================================                        |  66%
      |                                                                            
      |================================================                      |  68%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |==================================================                    |  72%
      |                                                                            
      |====================================================                  |  74%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |=========================================================             |  82%
      |                                                                            
      |===========================================================           |  84%
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |================================================================      |  92%
      |                                                                            
      |==================================================================    |  94%
      |                                                                            
      |===================================================================   |  96%
      |                                                                            
      |===================================================================== |  98%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... flapper::sim_path_sa() call completed (@ 2023-02-19 15:02:22) after ~0 minutes. 
    +# Simulate a detection matrix
    +detections <- sim_detections(n = 100,
    +                             path = path$xy_mat,
    +                             xy = sp::coordinates(array$array$xy),
    +                             calc_detection_pr = function(dist) ifelse(dist < 425, 1, 0),
    +                             )
    +#> flapper::sim_detections() called (@ 2023-02-19 15:02:22)... 
    +#> ... Setting up simulation... 
    +#> ... Calculating distances... 
    +#> ... Calculating probabilities... 
    +#> ... Simulating detections... 
    +#> ... Plotting detections... 
    +#> Warning: "n" is not a graphical parameter
    +#> Warning: "n" is not a graphical parameter
    +#> Warning: "n" is not a graphical parameter
    +
    +#> ... flapper::simulate_detections() call completed (@ 2023-02-19 15:02:22) after ~0 minutes. 
    +# Extract matrix
    +mat <- detections$det_mat
    +# Define row names
    +rownames(mat) <-
    +  as.character(
    +    seq(as.POSIXct("2016-01-01"), by = "2 mins", length.out = nrow(mat))
    +  )
    +
    +#### Examples: convert the matrix to a dataframe
    +utils::str(mat)
    +#>  int [1:50, 1:24] 0 0 0 0 0 0 0 0 0 0 ...
    +#>  - attr(*, "dimnames")=List of 2
    +#>   ..$ : chr [1:50] "2016-01-01 00:00:00" "2016-01-01 00:02:00" "2016-01-01 00:04:00" "2016-01-01 00:06:00" ...
    +#>   ..$ : NULL
    +dat <- make_df_detections(mat)
    +utils::str(dat)
    +#> 'data.frame':	1200 obs. of  3 variables:
    +#>  $ timestamp  : int  1 1 1 1 1 1 1 1 1 1 ...
    +#>  $ receiver_id: int  1 2 3 4 5 6 7 8 9 10 ...
    +#>  $ detection  : int  0 0 0 0 0 0 0 0 0 0 ...
    +dat <- make_df_detections(mat, only_keep_detections = TRUE)
    +utils::str(dat)
    +#> 'data.frame':	160 obs. of  2 variables:
    +#>  $ timestamp  : int  2 2 3 3 3 4 4 4 4 5 ...
    +#>  $ receiver_id: int  15 17 13 15 17 8 13 15 17 8 ...
    +dat <- make_df_detections(mat, only_keep_detections = TRUE, set_names = TRUE)
    +#> 'set_names' not implemented for columns: 'acoustics' does not contain column names.
    +utils::str(dat)
    +#> 'data.frame':	160 obs. of  2 variables:
    +#>  $ timestamp  : POSIXct, format: "2016-01-01 00:02:00" "2016-01-01 00:02:00" ...
    +#>  $ receiver_id: int  15 17 13 15 17 8 13 15 17 8 ...
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/make_matrix_cooccurence-1.png b/docs/reference/make_matrix_cooccurence-1.png index f9b51e8..20fad17 100644 Binary files a/docs/reference/make_matrix_cooccurence-1.png and b/docs/reference/make_matrix_cooccurence-1.png differ diff --git a/docs/reference/make_matrix_cooccurence-2.png b/docs/reference/make_matrix_cooccurence-2.png index 92c9e77..4c3f04f 100644 Binary files a/docs/reference/make_matrix_cooccurence-2.png and b/docs/reference/make_matrix_cooccurence-2.png differ diff --git a/docs/reference/make_matrix_cooccurence-3.png b/docs/reference/make_matrix_cooccurence-3.png index 55fb17e..340dcc0 100644 Binary files a/docs/reference/make_matrix_cooccurence-3.png and b/docs/reference/make_matrix_cooccurence-3.png differ diff --git a/docs/reference/make_matrix_cooccurence.html b/docs/reference/make_matrix_cooccurence.html index 7307f95..f1e65ae 100644 --- a/docs/reference/make_matrix_cooccurence.html +++ b/docs/reference/make_matrix_cooccurence.html @@ -1,67 +1,12 @@ - - - - - - - -Compute a detection history similarity matrix — make_matrix_cooccurence • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Compute a detection history similarity matrix — make_matrix_cooccurence • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    The function computes a detection history similarity matrix. For all combinations of individuals, this shows the total number (or percentage) of detections `nearby' in space and time, which can help to elucidate possible interactions among individuals that affect space use (see Details). To compute this matrix, the function pairs detections for each individual with the detections nearest in time for each other individual. The function computes the time (minutes) between paired detection time series, and the distance (m) between the receiver(s) at which paired detections occurred, dropping any detection pairs that are further apart in time or space than user-defined thresholds (which depend on the mobility of the species under investigation). For each combination of individuals, the function returns total number (or percentage) of detections that are closely associated in time and space. For very large combinations of individuals, especially those with long, overlapping time series, the function may take some time to run; therefore, testing the function on a small subset of individuals first is advisable. Parallelisation can be used to improve computation time. Similarity matrices can be visualised with pretty_mat.

    +

    The function computes a detection history similarity matrix. For all combinations of individuals, this shows the total number (or percentage) of detections `nearby' in space and time, which can help to elucidate possible interactions among individuals that affect space use (see Details). To compute this matrix, the function pairs detections for each individual with the detections nearest in time for each other individual. The function computes the time (minutes) between paired detection time series, and the distance (m) between the receiver(s) at which paired detections occurred, dropping any detection pairs that are further apart in time or space than user-defined thresholds (which depend on the mobility of the species under investigation). For each combination of individuals, the function returns total number (or percentage) of detections that are closely associated in time and space. For very large combinations of individuals, especially those with long, overlapping time series, the function may take some time to run; therefore, testing the function on a small subset of individuals first is advisable. Parallelisation can be used to improve computation time. Similarity matrices can be visualised with pretty_mat.

    -
    make_matrix_cooccurence(
    -  acoustics_ls,
    -  thresh_time,
    -  thresh_dist,
    -  cl = NULL,
    -  varlist = NULL,
    -  output = 1,
    -  verbose = TRUE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    acoustics_ls

    A list of dataframes, with one element for each individual, which contains each individual's detection time series. Each dataframe must include the following columns: `individual_id', a factor which specifies unique individuals; `timestamp', a POSIXct object which specifies the time of each detection; `receiver_long', the longitude (decimal degrees) of the receiver(s) at the individual was detected; and `receiver_lat', the latitude (decimal degrees) of the receiver(s) at which individual was detected. Each dataframe should be ordered by `individual_id' and then by `timestamp'. Careful ordering of `individual_id' factor levels (e.g. perhaps by population group, then by the number of detections of each individual) can aid visualisation of similarity matrices, in which the order or rows/columns corresponds directly to the order of individuals in acoustics_ls. Sequential elements in acoustics_ls should correspond to sequential factor levels for `individual_id', which should be the same across all dataframes.

    thresh_time

    A number which specifies the time, in minutes, after which detections at nearby receivers are excluded.

    thresh_dist

    A number which specifies the (Euclidean) distance between receivers, in metres, beyond which detections are excluded (see Details).

    cl, varlist

    (optional) cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    output

    A number which specifies the output type. If output = 1, the function returns a (usually) symmetric similarity matrix in which each number represents the number of detections nearby in space and time for each pair of individuals. Row and column names are assigned from the `individual_id' column in acoustics_ls dataframes. This matrix is usually symmetric, but this is not necessarily the case for data collected from tags which transmit at random intervals around a nominal delay: under this scenario, the tag for a given individual (i) may transmit multiple signals in the space of time that the tag for another individual (j) only releases a single transmission. In this case, the pairing i,j will comprise all unique transmissions for individual i, paired with the nearest observations for individual j, some of which will be duplicate observations. Therefore, this pairing will contain more `shared observations' than the pairing j,i. However, even under random transmission, the matrix will usually be either symmetric or very nearly symmetric, with only small differences between identical pairs. If output = 2, the function returns a list with the following elements: (1) `mat_sim', the symmetric similarity matrix (see above); `mat_nobs', a matrix with the same dimensions as `mat_sim' which specifies the number of observations for each individual (by row, used to calculate `mat_pc', see later); `mat_pc', a non-symmetric matrix in which each cell represents the percent of observations of the individual in the i'th row that are shared with the individual in the j'th column; and `dat', a nested list, with one element for each individual which comprises a list of dataframes, one for each other individual, each one of which contains the subset of observations that are shared between the two individuals. Each dataframe contains the same columns as in the acoustics_ls dataframes with the following columns added: `pos_in_acc2', `timestamp_acc2', `receiver_lat_acc2' and `receiver_long_acc2', which represent the positions, time stamps and locations of corresponding observations in the second individual's dataframe to the first individual's dataframe, and `difftime_abs' and `dist_btw_receivers' which represent the duration (minutes) and distances (m) between corresponding observations. When there are no shared observations between a pair of individuals, the element simply contains NULL. Note that `mat_pc' is computed by (mat_sim/mat_nobs)*100. The matrix is therefore non-symmetric (if individuals have differing numbers of observations); i.e., mat_pc[i, j] is the percent of individual i's observations that are shared with individual j; while mat_pc[j, i] is the percent of individual j's observations that are shared with individual i. NaN elements are possible in `mat_pc' for levels of the factor `individual_id' without observations.

    verbose

    A logical input which specifies whether or not to print messages to the console which relay function progress.

    - -

    Value

    - -

    The function returns a matrix or a list, depending on the input to output (see above).

    -

    Details

    +
    +
    make_matrix_cooccurence(
    +  acoustics_ls,
    +  thresh_time,
    +  thresh_dist,
    +  cl = NULL,
    +  varlist = NULL,
    +  output = 1,
    +  verbose = TRUE
    +)
    +
    + +
    +

    Arguments

    +
    acoustics_ls
    +

    A list of dataframes, with one element for each individual, which contains each individual's detection time series. Each dataframe must include the following columns: `individual_id', a factor which specifies unique individuals; `timestamp', a POSIXct object which specifies the time of each detection; `receiver_long', the longitude (decimal degrees) of the receiver(s) at the individual was detected; and `receiver_lat', the latitude (decimal degrees) of the receiver(s) at which individual was detected. Each dataframe should be ordered by `individual_id' and then by `timestamp'. Careful ordering of `individual_id' factor levels (e.g. perhaps by population group, then by the number of detections of each individual) can aid visualisation of similarity matrices, in which the order or rows/columns corresponds directly to the order of individuals in acoustics_ls. Sequential elements in acoustics_ls should correspond to sequential factor levels for `individual_id', which should be the same across all dataframes.

    + + +
    thresh_time
    +

    A number which specifies the time, in minutes, after which detections at nearby receivers are excluded.

    + + +
    thresh_dist
    +

    A number which specifies the (Euclidean) distance between receivers, in metres, beyond which detections are excluded (see Details).

    + + +
    cl, varlist
    +

    (optional) cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + + +
    output
    +

    A number which specifies the output type. If output = 1, the function returns a (usually) symmetric similarity matrix in which each number represents the number of detections nearby in space and time for each pair of individuals. Row and column names are assigned from the `individual_id' column in acoustics_ls dataframes. This matrix is usually symmetric, but this is not necessarily the case for data collected from tags which transmit at random intervals around a nominal delay: under this scenario, the tag for a given individual (i) may transmit multiple signals in the space of time that the tag for another individual (j) only releases a single transmission. In this case, the pairing i,j will comprise all unique transmissions for individual i, paired with the nearest observations for individual j, some of which will be duplicate observations. Therefore, this pairing will contain more `shared observations' than the pairing j,i. However, even under random transmission, the matrix will usually be either symmetric or very nearly symmetric, with only small differences between identical pairs. If output = 2, the function returns a list with the following elements: (1) `mat_sim', the symmetric similarity matrix (see above); `mat_nobs', a matrix with the same dimensions as `mat_sim' which specifies the number of observations for each individual (by row, used to calculate `mat_pc', see later); `mat_pc', a non-symmetric matrix in which each cell represents the percent of observations of the individual in the i'th row that are shared with the individual in the j'th column; and `dat', a nested list, with one element for each individual which comprises a list of dataframes, one for each other individual, each one of which contains the subset of observations that are shared between the two individuals. Each dataframe contains the same columns as in the acoustics_ls dataframes with the following columns added: `pos_in_acc2', `timestamp_acc2', `receiver_lat_acc2' and `receiver_long_acc2', which represent the positions, time stamps and locations of corresponding observations in the second individual's dataframe to the first individual's dataframe, and `difftime_abs' and `dist_btw_receivers' which represent the duration (minutes) and distances (m) between corresponding observations. When there are no shared observations between a pair of individuals, the element simply contains NULL. Note that `mat_pc' is computed by (mat_sim/mat_nobs)*100. The matrix is therefore non-symmetric (if individuals have differing numbers of observations); i.e., mat_pc[i, j] is the percent of individual i's observations that are shared with individual j; while mat_pc[j, i] is the percent of individual j's observations that are shared with individual i. NaN elements are possible in `mat_pc' for levels of the factor `individual_id' without observations.

    + +
    verbose
    +

    A logical input which specifies whether or not to print messages to the console which relay function progress.

    + +
    +
    +

    Value

    + + +

    The function returns a matrix or a list, depending on the input to output (see above).

    +
    +
    +

    Details

    -

    Background

    +
    +

    Background

    Passive acoustic telemetry is widely used to study animal space use, and the possible drivers of spatiotemporal patterns in space use, in aquatic environments. Patterns in space use are widely related to environmental conditions, such as temperature, but the role of interactions among individuals is often more challenging to investigate due to a paucity of data, despite their likely importance. However, discrete detections also contain information on interactions among individuals that may influence space use through their similarities and differences among individuals over time and space.

    +
    -

    Implications

    +
    +

    Implications

    Similarities and differences can take different forms with differing ecological implications. For example, for individuals that are frequently detected in similar areas, detections may indicate (a) prolonged associations among individuals, if detections are usually closely associated in time and space (for example, due to parent-offspring relationships, group-living and/or mating); or (b) avoidance and/or territorial-like behaviour if detections, while close in space, are usually at different receivers and/or disjointed in time. Likewise, detection similarities among individuals that are rarely detected, or usually detected at disparate receivers, may reflect important interactions among those individuals at particular times (e.g. mating).

    +
    -

    Methods

    +
    +

    Methods

    To explore similarities and differences in patterns of space use, visualisation of detection histories with abacus plots and maps is beneficial. However, with many individuals and large receiver arrays, quantification of the similarities in detections over time and space is challenging. To this end, make_matrix_cooccurence computes a similarity matrix across all individuals, defining the number (or percentage) of detections for each individual that are nearby in time, or space, to detections for each other individual.

    +
    -

    Assumptions

    +
    +

    Assumptions

    The distances beyond which detections of different individuals nearby in time are considered to demonstrate that those individuals are not closely associated are Euclidean. This may be problematic (e.g. when receivers hug complex coastlines).

    +
    -

    Author

    - +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Prepare data -# acoustics_ls requires a dataframe with certain columns -# individual_id should be a factor -dat_acoustics$individual_id <- factor(dat_acoustics$individual_id) -# ensure dataframe ordered by individual, then time stamp -dat_acoustics <- dat_acoustics[order(dat_acoustics$individual_id, dat_acoustics$timestamp), ] -# define list of dataframes -acoustics_ls <- split(dat_acoustics, factor(dat_acoustics$individual_id)) - -#### Example (1): Compute detection similarity matrix using default options -# mat_sim contains the number of observations shared among individuals -mat_sim <- make_matrix_cooccurence(acoustics_ls = acoustics_ls, - thresh_time = 90, - thresh_dist = 0) -
    #> -#> =================================================================================== -#> Individual ( 25 ) and individual ( 28 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 25 ) and individual ( 35 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 28 ) and individual ( 25 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 28 ) and individual ( 35 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 35 ) and individual ( 25 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 35 ) and individual ( 28 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance...
    prettyGraphics::pretty_mat(mat_sim, col_diag = "dimgrey") -
    -#### Example (2): Return list of outputs -out_ls <- make_matrix_cooccurence(acoustics_ls = acoustics_ls, - thresh_time = 90, - thresh_dist = 0, - output = 2) -
    #> -#> =================================================================================== -#> Individual ( 25 ) and individual ( 28 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 25 ) and individual ( 35 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 28 ) and individual ( 25 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 28 ) and individual ( 35 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 35 ) and individual ( 25 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance... -#> -#> =================================================================================== -#> Individual ( 35 ) and individual ( 28 ). -#> Matching detection time series... -#> Processing time series by theshold time difference... -#> Computing differences between pairs of receivers... -#> Processing time series by threshold distance...
    names(out_ls) -
    #> [1] "mat_sim" "mat_nobs" "mat_pc" "dat"
    # Examine number of observations for each individual -prettyGraphics::pretty_mat(out_ls$mat_nobs) -
    # Examine % shared detections between individuals -prettyGraphics::pretty_mat(out_ls$mat_pc, col_diag = "dimgrey") -
    -#### Example (3): Turn off messages with verbose = FALSE -out_ls_non_verb <- make_matrix_cooccurence(acoustics_ls = acoustics_ls, - thresh_time = 90, - thresh_dist = 0, - verbose = FALSE) - -#### Example (4): Implement algorithm in parallel -out_ls_pl <- make_matrix_cooccurence(acoustics_ls = acoustics_ls, - thresh_time = 90, - thresh_dist = 0, - cl = parallel::makeCluster(2L), - output = 2) -names(out_ls_pl) -
    #> [1] "mat_sim" "mat_nobs" "mat_pc" "dat"
    -
    +
    +

    Examples

    +
    #### Prepare data
    +# acoustics_ls requires a dataframe with certain columns
    +# individual_id should be a factor
    +dat_acoustics$individual_id <- factor(dat_acoustics$individual_id)
    +# ensure dataframe ordered by individual, then time stamp
    +dat_acoustics <- dat_acoustics[order(dat_acoustics$individual_id, dat_acoustics$timestamp), ]
    +# define list of dataframes
    +acoustics_ls <- split(dat_acoustics, factor(dat_acoustics$individual_id))
    +
    +#### Example (1): Compute detection similarity matrix using default options
    +# mat_sim contains the number of observations shared among individuals
    +mat_sim <- make_matrix_cooccurence(acoustics_ls = acoustics_ls,
    +                           thresh_time = 90,
    +                           thresh_dist = 0)
    +#> 
    +#> ===================================================================================
    +#> Individual ( 25 ) and individual ( 28 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 25 ) and individual ( 35 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 28 ) and individual ( 25 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 28 ) and individual ( 35 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 35 ) and individual ( 25 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 35 ) and individual ( 28 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +prettyGraphics::pretty_mat(mat_sim, col_diag = "dimgrey")
    +
    +
    +#### Example (2): Return list of outputs
    +out_ls <- make_matrix_cooccurence(acoustics_ls = acoustics_ls,
    +                          thresh_time = 90,
    +                          thresh_dist = 0,
    +                          output = 2)
    +#> 
    +#> ===================================================================================
    +#> Individual ( 25 ) and individual ( 28 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 25 ) and individual ( 35 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 28 ) and individual ( 25 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 28 ) and individual ( 35 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 35 ) and individual ( 25 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +#> 
    +#> ===================================================================================
    +#> Individual ( 35 ) and individual ( 28 ).
    +#> Matching detection time series...
    +#> Processing time series by theshold time difference...
    +#> Computing differences between pairs of receivers...
    +#> Processing time series by threshold distance...
    +names(out_ls)
    +#> [1] "mat_sim"  "mat_nobs" "mat_pc"   "dat"     
    +# Examine number of observations for each individual
    +prettyGraphics::pretty_mat(out_ls$mat_nobs)
    +
    +# Examine % shared detections between individuals
    +prettyGraphics::pretty_mat(out_ls$mat_pc, col_diag = "dimgrey")
    +
    +
    +#### Example (3): Turn off messages with verbose = FALSE
    +out_ls_non_verb <- make_matrix_cooccurence(acoustics_ls = acoustics_ls,
    +                                   thresh_time = 90,
    +                                   thresh_dist = 0,
    +                                   verbose = FALSE)
    +
    +#### Example (4): Implement algorithm in parallel
    +out_ls_pl <- make_matrix_cooccurence(acoustics_ls = acoustics_ls,
    +                             thresh_time = 90,
    +                             thresh_dist = 0,
    +                             cl = parallel::makeCluster(2L),
    +                             output = 2)
    +names(out_ls_pl)
    +#> [1] "mat_sim"  "mat_nobs" "mat_pc"   "dat"     
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/make_matrix_detections.html b/docs/reference/make_matrix_detections.html index 693a5b8..b3a328c 100644 --- a/docs/reference/make_matrix_detections.html +++ b/docs/reference/make_matrix_detections.html @@ -1,67 +1,12 @@ - - - - - - - -Matricise detection time series — make_matrix_detections • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Matricise detection time series — make_matrix_detections • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,126 +65,137 @@

    Matricise detection time series

    This function creates a list of matrices that, for each individual (list element), defines the number of detections of that individual in each time interval (matrix row) at each receiver (matrix column). To implement the function, a dataframe with acoustic detection time series must be provided via acoustics. The time intervals over which to count detections are provided by optionally defining a start and end date (these can be taken from the range of times in acoustics if unspecified) and the interval (delta_t) between time steps. By default, matrix elements that are `outside' individual or receiver deployment periods are defined as 0 (not detected) but can be changed to another value (e.g., NA) via set_outside. In this case, the acoustics dataframe also needs to include the deployment times for each individual and an additional dataframe must be supplied with the same information for receivers via moorings.

    -
    make_matrix_detections(
    -  acoustics,
    -  moorings = NULL,
    -  start = NULL,
    -  end = NULL,
    -  delta_t = "120 mins",
    -  simplify = NULL,
    -  set_outside = NULL,
    -  as_POSIXct = as.POSIXct,
    -  set_names = TRUE,
    -  verbose = TRUE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    acoustics

    A dataframe that defines passive acoustic telemetry detection time series. This should contain the following columns: a vector of individual IDs, named `individual_id'; a (factor) vector of receiver IDs, named `receiver_id'. If set_outside is specified, this should also contain POSIXct vectors of the start and end time of each individual's time at liberty, named `tag_start_date' and `tag_end_date' respectively.

    moorings

    (optional) If set_outside is specified, moorings is dataframe that defines passive acoustic telemetry receiver metadata. This should contain the following columns: a vector of receiver IDs, named `receiver_id (as in acoustics); and POSIXct vectors of the start and end times of each receiver's deployment time, named `receiver_start_date' and `receiver_end_date' respectively.

    start, end

    POSIXct objects that define the start and end time. If unspecified, these are taken from the range of detection times in acoustics.

    delta_t

    A number or character that defines the time interval between successive time steps. This is passed to the `by' argument of seq.POSIXt.

    simplify

    (optional) A function that simplifies detection matrices, such as function(x) (x > 0) + 0 to convert counts into a boolean outcomes that define whether or a detection was made.

    set_outside

    (optional) A value (e.g., NA) that is assigned to any matrix element that is outside of an individual's or receiver's deployment period when detection was not possible.

    as_POSIXct

    A function that coerces any supplied times that are not POSIXct objects to POSIXct objects.

    set_names

    A logical variable that defines whether or not to set the row and column names of the matrix to the time steps and the receiver IDs respectively.

    verbose

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    - -

    Value

    - -

    A matrix, or a list of matrices (one for each individual in acoustics if there is more than one individual) with one column for each time step and one column for each receiver. Each cell defines whether (1) or not (0) the individual was detected (or, if set_outside is supplied, it could not have been detected) during that time step. All matrices are expressed across the same sequence of time steps and receivers.

    -

    Author

    +
    +
    make_matrix_detections(
    +  acoustics,
    +  moorings = NULL,
    +  start = NULL,
    +  end = NULL,
    +  delta_t = "120 mins",
    +  simplify = NULL,
    +  set_outside = NULL,
    +  as_POSIXct = as.POSIXct,
    +  set_names = TRUE,
    +  verbose = TRUE
    +)
    +
    + +
    +

    Arguments

    +
    acoustics
    +

    A dataframe that defines passive acoustic telemetry detection time series. This should contain the following columns: a vector of individual IDs, named `individual_id'; a (factor) vector of receiver IDs, named `receiver_id'. If set_outside is specified, this should also contain POSIXct vectors of the start and end time of each individual's time at liberty, named `tag_start_date' and `tag_end_date' respectively.

    + + +
    moorings
    +

    (optional) If set_outside is specified, moorings is dataframe that defines passive acoustic telemetry receiver metadata. This should contain the following columns: a vector of receiver IDs, named `receiver_id (as in acoustics); and POSIXct vectors of the start and end times of each receiver's deployment time, named `receiver_start_date' and `receiver_end_date' respectively.

    + + +
    start, end
    +

    POSIXct objects that define the start and end time. If unspecified, these are taken from the range of detection times in acoustics.

    + + +
    delta_t
    +

    A number or character that defines the time interval between successive time steps. This is passed to the `by' argument of seq.POSIXt.

    + + +
    simplify
    +

    (optional) A function that simplifies detection matrices, such as function(x) (x > 0) + 0 to convert counts into a boolean outcomes that define whether or a detection was made.

    + +
    set_outside
    +

    (optional) A value (e.g., NA) that is assigned to any matrix element that is outside of an individual's or receiver's deployment period when detection was not possible.

    + + +
    as_POSIXct
    +

    A function that coerces any supplied times that are not POSIXct objects to POSIXct objects.

    + + +
    set_names
    +

    A logical variable that defines whether or not to set the row and column names of the matrix to the time steps and the receiver IDs respectively.

    + + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    + +
    +
    +

    Value

    + + +

    A matrix, or a list of matrices (one for each individual in acoustics if there is more than one individual) with one column for each time step and one column for each receiver. Each cell defines whether (1) or not (0) the individual was detected (or, if set_outside is supplied, it could not have been detected) during that time step. All matrices are expressed across the same sequence of time steps and receivers.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1) Construct matrix from detected individuals using detection time series -dat_acoustics$receiver_id <- factor(dat_acoustics$receiver_id) -mat_by_id <- make_matrix_detections(dat_acoustics) -
    #> flapper::make_matrix_detections() called (@ 2022-06-17 10:06:38)... -#> ... Checking user inputs... -#> ... Defining time bins given 'delta_t'... -#> ... Making detection matrix... -#> ... flapper::make_matrix_detections() call completed (@ 2022-06-17 10:06:38) after ~0 minutes.
    summary(mat_by_id) -
    #> Length Class Mode -#> 25 206505 table numeric -#> 28 206505 table numeric -#> 35 206505 table numeric
    range(mat_by_id[[1]]) -
    #> [1] 0 60
    -#### Example (2) Construct matrix across all receivers and use set_outside -dat_moorings$receiver_id <- factor(dat_moorings$receiver_id) -dat_acoustics$receiver_id <- factor(dat_acoustics$receiver_id, - levels = levels(dat_moorings$receiver_id)) -match_index <- match(dat_acoustics$individual_id, dat_ids$individual_id) -dat_acoustics$tag_start_date <- dat_ids$tag_start_date[match_index] -dat_acoustics$tag_end_date <- as.Date("2017-06-02") -mat_by_id <- make_matrix_detections(dat_acoustics, - moorings = dat_moorings, - set_outside = NA) -
    #> flapper::make_matrix_detections() called (@ 2022-06-17 10:06:38)... -#> ... Checking user inputs...
    #> Warning: Argument 'acoustics$tag_start_date' coerced to class 'POSIXct' from class(es): 'Date'.
    #> Warning: Argument 'acoustics$tag_end_date' coerced to class 'POSIXct' from class(es): 'Date'.
    #> Warning: Argument 'moorings$receiver_start_date' coerced to class 'POSIXct' from class(es): 'Date'.
    #> Warning: Argument 'moorings$receiver_end_date' coerced to class 'POSIXct' from class(es): 'Date'.
    #> ... Defining time bins given 'delta_t'... -#> ... Making receiver matrix... -#> ... Making detection matrix... -#> ... flapper::make_matrix_detections() call completed (@ 2022-06-17 10:06:38) after ~0 minutes.
    summary(mat_by_id) -
    #> Length Class Mode -#> 25 211800 table numeric -#> 28 211800 table numeric -#> 35 211800 table numeric
    -
    +
    +

    Examples

    +
    #### Example (1) Construct matrix from detected individuals using detection time series
    +dat_acoustics$receiver_id <- factor(dat_acoustics$receiver_id)
    +mat_by_id <- make_matrix_detections(dat_acoustics)
    +#> flapper::make_matrix_detections() called (@ 2023-02-19 15:02:26)... 
    +#> ... Checking user inputs... 
    +#> ... Defining time bins given 'delta_t'... 
    +#> ... Making detection matrix... 
    +#> ... flapper::make_matrix_detections() call completed (@ 2023-02-19 15:02:26) after ~0 minutes. 
    +summary(mat_by_id)
    +#>    Length Class Mode   
    +#> 25 206505 table numeric
    +#> 28 206505 table numeric
    +#> 35 206505 table numeric
    +range(mat_by_id[[1]])
    +#> [1]  0 60
    +
    +#### Example (2) Construct matrix across all receivers and use set_outside
    +dat_moorings$receiver_id <- factor(dat_moorings$receiver_id)
    +dat_acoustics$receiver_id <- factor(dat_acoustics$receiver_id,
    +                                    levels = levels(dat_moorings$receiver_id))
    +match_index <- match(dat_acoustics$individual_id, dat_ids$individual_id)
    +dat_acoustics$tag_start_date <- dat_ids$tag_start_date[match_index]
    +dat_acoustics$tag_end_date   <- as.Date("2017-06-02")
    +mat_by_id <- make_matrix_detections(dat_acoustics,
    +                                    moorings = dat_moorings,
    +                                    set_outside = NA)
    +#> flapper::make_matrix_detections() called (@ 2023-02-19 15:02:26)... 
    +#> ... Checking user inputs... 
    +#> Warning: Argument 'acoustics$tag_start_date' coerced to class 'POSIXct' from class(es): 'Date'.
    +#> Warning: Argument 'acoustics$tag_end_date' coerced to class 'POSIXct' from class(es): 'Date'.
    +#> Warning: Argument 'moorings$receiver_start_date' coerced to class 'POSIXct' from class(es): 'Date'.
    +#> Warning: Argument 'moorings$receiver_end_date' coerced to class 'POSIXct' from class(es): 'Date'.
    +#> ... Defining time bins given 'delta_t'... 
    +#> ... Making receiver matrix... 
    +#> ... Making detection matrix... 
    +#> ... flapper::make_matrix_detections() call completed (@ 2023-02-19 15:02:27) after ~0 minutes. 
    +summary(mat_by_id)
    +#>    Length Class Mode   
    +#> 25 211800 table numeric
    +#> 28 211800 table numeric
    +#> 35 211800 table numeric
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/make_matrix_ids.html b/docs/reference/make_matrix_ids.html index 35e5ce4..1f51905 100644 --- a/docs/reference/make_matrix_ids.html +++ b/docs/reference/make_matrix_ids.html @@ -1,67 +1,12 @@ - - - - - - - -Matricise individual deployment time series — make_matrix_ids • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Matricise individual deployment time series — make_matrix_ids • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,85 +65,88 @@

    Matricise individual deployment time series

    This function creates a matrix that, for each time step (matrix row) in a sequence of user-defined times, defines whether or not each individual (matrix column) was at liberty. To implement the function, a dataframe with individual IDs and deployment start and end times must be supplied (via ids). The times for which to express whether or not each individual was at liberty are provided by optionally defining a start and end date (these can be taken from the range of deployment times in ids if unspecified) and the interval (delta_t) between time steps.

    -
    make_matrix_ids(
    -  ids,
    -  start = NULL,
    -  end = NULL,
    -  delta_t = "120 mins",
    -  as_POSIXct = as.POSIXct,
    -  set_names = TRUE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    ids

    A dataframe that defines individual IDs and deployment times. This must contain the following columns: an identifier for individuals (named `individual_id'), the start time of individuals' deployment periods (`tag_start_date') and the end time of individuals' deployment periods (`tag_end_date'). Deployment times can be recorded as Date or POSIXct objects but, if the former is provided, they need to be coerced to POSIXct objects. This can be done automatically (see as_POSIXct).

    start, end

    Date or POSIXct objects that define the start and end time. If unspecified, these are taken from the range of deployment times in ids.

    delta_t

    A number or character that defines the time interval between successive time steps. This is passed to the `by' argument of seq.POSIXt.

    as_POSIXct

    A function that coerces any supplied times (ids$tag_start_date, ids$tag_end_date, start and end) that are not POSIXct objects to POSIXct objects.

    set_names

    A logical variable that defines whether or not to set the row and column names of the matrix to the time steps and the individual IDs respectively.

    - -

    Value

    - -

    The function returns a matrix with one row for each time step and one column for each individual. Each cell defines whether (1) or not (0) each individual was at liberty during that time step.

    -

    Author

    +
    +
    make_matrix_ids(
    +  ids,
    +  start = NULL,
    +  end = NULL,
    +  delta_t = "120 mins",
    +  as_POSIXct = as.POSIXct,
    +  set_names = TRUE
    +)
    +
    + +
    +

    Arguments

    +
    ids
    +

    A dataframe that defines individual IDs and deployment times. This must contain the following columns: an identifier for individuals (named `individual_id'), the start time of individuals' deployment periods (`tag_start_date') and the end time of individuals' deployment periods (`tag_end_date'). Deployment times can be recorded as Date or POSIXct objects but, if the former is provided, they need to be coerced to POSIXct objects. This can be done automatically (see as_POSIXct).

    + + +
    start, end
    +

    Date or POSIXct objects that define the start and end time. If unspecified, these are taken from the range of deployment times in ids.

    + +
    delta_t
    +

    A number or character that defines the time interval between successive time steps. This is passed to the `by' argument of seq.POSIXt.

    + + +
    as_POSIXct
    +

    A function that coerces any supplied times (ids$tag_start_date, ids$tag_end_date, start and end) that are not POSIXct objects to POSIXct objects.

    + + +
    set_names
    +

    A logical variable that defines whether or not to set the row and column names of the matrix to the time steps and the individual IDs respectively.

    + +
    +
    +

    Value

    + + +

    The function returns a matrix with one row for each time step and one column for each individual. Each cell defines whether (1) or not (0) each individual was at liberty during that time step.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    dat_ids$tag_end_date <- as.Date("2017-06-02") -mat_hours <- make_matrix_ids(dat_ids, delta_t = "hours") -mat_days <- make_matrix_ids(dat_ids, delta_t = "days") -utils::str(mat_hours) -
    #> num [1:10849, 1:33] 1 1 1 1 1 1 1 1 1 1 ... -#> - attr(*, "dimnames")=List of 2 -#> ..$ : chr [1:10849] "2016-03-07 00:00:00" "2016-03-07 01:00:00" "2016-03-07 02:00:00" "2016-03-07 03:00:00" ... -#> ..$ : chr [1:33] "8" "9" "10" "13" ...
    utils::str(mat_days) -
    #> num [1:453, 1:33] 1 1 1 1 1 1 1 1 1 1 ... -#> - attr(*, "dimnames")=List of 2 -#> ..$ : chr [1:453] "2016-03-07 00:00:00" "2016-03-08 00:00:00" "2016-03-09 00:00:00" "2016-03-10 00:00:00" ... -#> ..$ : chr [1:33] "8" "9" "10" "13" ...
    +
    +

    Examples

    +
    dat_ids$tag_end_date <- as.Date("2017-06-02")
    +mat_hours <- make_matrix_ids(dat_ids, delta_t = "hours")
    +mat_days  <- make_matrix_ids(dat_ids, delta_t = "days")
    +utils::str(mat_hours)
    +#>  num [1:10849, 1:33] 1 1 1 1 1 1 1 1 1 1 ...
    +#>  - attr(*, "dimnames")=List of 2
    +#>   ..$ : chr [1:10849] "2016-03-07 01:00:00" "2016-03-07 02:00:00" "2016-03-07 03:00:00" "2016-03-07 04:00:00" ...
    +#>   ..$ : chr [1:33] "8" "9" "10" "13" ...
    +utils::str(mat_days)
    +#>  num [1:453, 1:33] 1 1 1 1 1 1 1 1 1 1 ...
    +#>  - attr(*, "dimnames")=List of 2
    +#>   ..$ : chr [1:453] "2016-03-07 01:00:00" "2016-03-08 01:00:00" "2016-03-09 01:00:00" "2016-03-10 01:00:00" ...
    +#>   ..$ : chr [1:33] "8" "9" "10" "13" ...
    +
    +
    +
    - - - + + diff --git a/docs/reference/make_matrix_receivers.html b/docs/reference/make_matrix_receivers.html index f97a424..e07d39c 100644 --- a/docs/reference/make_matrix_receivers.html +++ b/docs/reference/make_matrix_receivers.html @@ -1,67 +1,12 @@ - - - - - - - -Matricise receiver deployment time series — make_matrix_receivers • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Matricise receiver deployment time series — make_matrix_receivers • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,157 +65,162 @@

    Matricise receiver deployment time series

    This function creates a matrix that, for each time step (matrix row) in a sequence of user-defined times, defines whether or not each receiver (matrix column) was active. To implement the function, a dataframe with receiver IDs and deployment start and end times must be supplied (via moorings). Servicing dates can also be accounted for via a dataframe with receiver IDs and servicing times (services). The times for which to express whether or not each receiver was active are provided by optionally defining a start and end date (these can be taken from the range of deployment times in moorings if unspecified) and the interval (delta_t) between time steps.

    -
    make_matrix_receivers(
    -  moorings,
    -  services = NULL,
    -  start = NULL,
    -  end = NULL,
    -  delta_t = "120 mins",
    -  as_POSIXct = as.POSIXct,
    -  set_names = TRUE
    -)
    +
    +
    make_matrix_receivers(
    +  moorings,
    +  services = NULL,
    +  start = NULL,
    +  end = NULL,
    +  delta_t = "120 mins",
    +  as_POSIXct = as.POSIXct,
    +  set_names = TRUE
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    moorings

    A dataframe that defines receiver IDs and deployment times. This must contain the following columns: an identifier for receivers (named `receiver_id'), the start time of receiver' deployment periods (`receiver_start_date') and the end time of receivers' deployment periods (`receiver_end_date') (see dat_moorings for an example). Deployment times can be recorded as Date or POSIXct objects.

    services

    (optional) A dataframe that defines receiver IDs and servicing dates (times during the deployment period of a receiver when it was not active due to servicing). If provided, this must contain the following columns: an identifier for serviced receivers (named `receiver_id') and two columns that define the time of the service(s) (`service_start_date' and `service_end_date'). Times can be recorded as Date or POSIXct objects. Before/after service events, receivers are assumed to have been deployed in the same locations; receiver deployments in different locations before/after servicing should be treated as distinct deployments in moorings.

    start, end

    Date or POSIXct objects that define the start and end time. If unspecified, these are taken from the range of deployment times in moorings.

    delta_t

    A number or character that defines the time interval between successive time steps. This is passed to the `by' argument of seq.POSIXt or seq.Date (depending on as_POSIXct, below).

    as_POSIXct

    (optional) A function that coerces supplied any supplied times (moorings$receiver_start_date, moorings$receiver_end_date, services$service_start_date, services$service_end_date, start and end) that are not POSIXct objects to POSIXct objects. This can be suppressed via as_POSIXct = NULL if supplied times are Date objects and delta_t is not less than one day.

    set_names

    A logical variable that defines whether or not to set the row and column names of the matrix to the time steps and the receiver IDs respectively.

    +
    +

    Arguments

    +
    moorings
    +

    A dataframe that defines receiver IDs and deployment times. This must contain the following columns: an identifier for receivers (named `receiver_id'), the start time of receiver' deployment periods (`receiver_start_date') and the end time of receivers' deployment periods (`receiver_end_date') (see dat_moorings for an example). Deployment times can be recorded as Date or POSIXct objects.

    -

    Value

    -

    The function returns a matrix with one row for each time step and one column for each receiver. Each cell defines whether (1) or not (0) each receiver was at active during that time step. A `bins' attribute is included, which defines the time steps as a Date or POSIXct vector.

    -

    Author

    +
    services
    +

    (optional) A dataframe that defines receiver IDs and servicing dates (times during the deployment period of a receiver when it was not active due to servicing). If provided, this must contain the following columns: an identifier for serviced receivers (named `receiver_id') and two columns that define the time of the service(s) (`service_start_date' and `service_end_date'). Times can be recorded as Date or POSIXct objects. Before/after service events, receivers are assumed to have been deployed in the same locations; receiver deployments in different locations before/after servicing should be treated as distinct deployments in moorings.

    -

    Edward Lavender

    -

    Examples

    -
    #### Example (1): Illustration using fake data +
    start, end
    +

    Date or POSIXct objects that define the start and end time. If unspecified, these are taken from the range of deployment times in moorings.

    + -## Define some example 'moorings' data -# ... with receiver IDs and deployment times -moorings <- data.frame(receiver_id = c(1, 2, 3, 4, 5), - receiver_start_date = as.Date(c("2016-01-01", - "2016-01-02", - "2016-01-03", - "2016-01-04", - "2016-01-05")), - receiver_end_date = as.Date(c("2016-01-06", - "2016-01-07", - "2016-01-08", - "2016-01-09", - "2016-01-09")) - ) +
    delta_t
    +

    A number or character that defines the time interval between successive time steps. This is passed to the `by' argument of seq.POSIXt or seq.Date (depending on as_POSIXct, below).

    -## Define some example 'servicing' data -# ... with receiver IDs and servicing times -# ... Here, receiver 1 was serviced twice -# ... ... from 2016-01-02--3 and 2016-01-04--5 -# ... and receiver 5 was serviced -# ... ... on 2016-01-08. -services <- data.frame(receiver_id = c(1, 1, 5), - service_start_date = as.Date(c("2016-01-02", - "2016-01-04", - "2016-01-08")), - service_end_date = as.Date(c("2016-01-03", - "2016-01-05", - "2016-01-08")) - ) -## Get daily receiver status (0, 1) matrix -make_matrix_receivers(moorings, delta_t = "days", as_POSIXct = NULL) -
    #> 1 2 3 4 5 -#> 2016-01-01 1 0 0 0 0 -#> 2016-01-02 1 1 0 0 0 -#> 2016-01-03 1 1 1 0 0 -#> 2016-01-04 1 1 1 1 0 -#> 2016-01-05 1 1 1 1 1 -#> 2016-01-06 1 1 1 1 1 -#> 2016-01-07 0 1 1 1 1 -#> 2016-01-08 0 0 1 1 1 -#> 2016-01-09 0 0 0 1 1 -#> attr(,"bins") -#> [1] "2016-01-01" "2016-01-02" "2016-01-03" "2016-01-04" "2016-01-05" -#> [6] "2016-01-06" "2016-01-07" "2016-01-08" "2016-01-09"
    -## Get daily receiver status (0, 1) matrix -# ... accounting for servicing dates -make_matrix_receivers(moorings, services, delta_t = "days", as_POSIXct = NULL) -
    #> 1 2 3 4 5 -#> 2016-01-01 1 0 0 0 0 -#> 2016-01-02 0 1 0 0 0 -#> 2016-01-03 0 1 1 0 0 -#> 2016-01-04 0 1 1 1 0 -#> 2016-01-05 0 1 1 1 1 -#> 2016-01-06 1 1 1 1 1 -#> 2016-01-07 0 1 1 1 1 -#> 2016-01-08 0 0 1 1 0 -#> 2016-01-09 0 0 0 1 1 -#> attr(,"bins") -#> [1] "2016-01-01" "2016-01-02" "2016-01-03" "2016-01-04" "2016-01-05" -#> [6] "2016-01-06" "2016-01-07" "2016-01-08" "2016-01-09"
    -#### Example (2): Illustration using actual data -# ... for different time windows -mat_days <- make_matrix_receivers(dat_moorings, delta_t = "days", as_POSIXct = NULL) -mat_hours <- make_matrix_receivers(dat_moorings, delta_t = "hours") -utils::str(mat_days) -
    #> num [1:508, 1:40] 1 1 1 1 1 1 1 1 1 1 ... -#> - attr(*, "bins")= Date[1:508], format: "2016-03-03" "2016-03-04" ... -#> - attr(*, "dimnames")=List of 2 -#> ..$ : chr [1:508] "2016-03-03" "2016-03-04" "2016-03-05" "2016-03-06" ... -#> ..$ : chr [1:40] "3" "4" "7" "9" ...
    utils::str(mat_hours) -
    #> num [1:12169, 1:40] 1 1 1 1 1 1 1 1 1 1 ... -#> - attr(*, "bins")= POSIXct[1:12169], format: "2016-03-03 00:00:00" "2016-03-03 01:00:00" ... -#> - attr(*, "dimnames")=List of 2 -#> ..$ : chr [1:12169] "2016-03-03 00:00:00" "2016-03-03 01:00:00" "2016-03-03 02:00:00" "2016-03-03 03:00:00" ... -#> ..$ : chr [1:40] "3" "4" "7" "9" ...
    -
    +
    as_POSIXct
    +

    (optional) A function that coerces supplied any supplied times (moorings$receiver_start_date, moorings$receiver_end_date, services$service_start_date, services$service_end_date, start and end) that are not POSIXct objects to POSIXct objects. This can be suppressed via as_POSIXct = NULL if supplied times are Date objects and delta_t is not less than one day.

    + + +
    set_names
    +

    A logical variable that defines whether or not to set the row and column names of the matrix to the time steps and the receiver IDs respectively.

    + +
    +
    +

    Value

    + + +

    The function returns a matrix with one row for each time step and one column for each receiver. Each cell defines whether (1) or not (0) each receiver was at active during that time step. A `bins' attribute is included, which defines the time steps as a Date or POSIXct vector.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Example (1): Illustration using fake data
    +
    +## Define some example 'moorings' data
    +# ... with receiver IDs and deployment times
    +moorings <- data.frame(receiver_id = c(1, 2, 3, 4, 5),
    +                       receiver_start_date = as.Date(c("2016-01-01",
    +                                                       "2016-01-02",
    +                                                       "2016-01-03",
    +                                                       "2016-01-04",
    +                                                       "2016-01-05")),
    +                       receiver_end_date = as.Date(c("2016-01-06",
    +                                                     "2016-01-07",
    +                                                     "2016-01-08",
    +                                                     "2016-01-09",
    +                                                     "2016-01-09"))
    +                       )
    +
    +## Define some example 'servicing' data
    +# ... with receiver IDs and servicing times
    +# ... Here, receiver 1 was serviced twice
    +# ... ... from 2016-01-02--3 and 2016-01-04--5
    +# ... and receiver 5 was serviced
    +# ... ... on 2016-01-08.
    +services <- data.frame(receiver_id = c(1, 1, 5),
    +                       service_start_date = as.Date(c("2016-01-02",
    +                                                      "2016-01-04",
    +                                                      "2016-01-08")),
    +                       service_end_date = as.Date(c("2016-01-03",
    +                                                    "2016-01-05",
    +                                                    "2016-01-08"))
    +                       )
    +
    +## Get daily receiver status (0, 1) matrix
    +make_matrix_receivers(moorings, delta_t = "days", as_POSIXct = NULL)
    +#>            1 2 3 4 5
    +#> 2016-01-01 1 0 0 0 0
    +#> 2016-01-02 1 1 0 0 0
    +#> 2016-01-03 1 1 1 0 0
    +#> 2016-01-04 1 1 1 1 0
    +#> 2016-01-05 1 1 1 1 1
    +#> 2016-01-06 1 1 1 1 1
    +#> 2016-01-07 0 1 1 1 1
    +#> 2016-01-08 0 0 1 1 1
    +#> 2016-01-09 0 0 0 1 1
    +#> attr(,"bins")
    +#> [1] "2016-01-01" "2016-01-02" "2016-01-03" "2016-01-04" "2016-01-05"
    +#> [6] "2016-01-06" "2016-01-07" "2016-01-08" "2016-01-09"
    +
    +## Get daily receiver status (0, 1) matrix
    +# ... accounting for servicing dates
    +make_matrix_receivers(moorings, services, delta_t = "days", as_POSIXct = NULL)
    +#>            1 2 3 4 5
    +#> 2016-01-01 1 0 0 0 0
    +#> 2016-01-02 0 1 0 0 0
    +#> 2016-01-03 0 1 1 0 0
    +#> 2016-01-04 0 1 1 1 0
    +#> 2016-01-05 0 1 1 1 1
    +#> 2016-01-06 1 1 1 1 1
    +#> 2016-01-07 0 1 1 1 1
    +#> 2016-01-08 0 0 1 1 0
    +#> 2016-01-09 0 0 0 1 1
    +#> attr(,"bins")
    +#> [1] "2016-01-01" "2016-01-02" "2016-01-03" "2016-01-04" "2016-01-05"
    +#> [6] "2016-01-06" "2016-01-07" "2016-01-08" "2016-01-09"
    +
    +#### Example (2): Illustration using actual data
    +# ... for different time windows
    +mat_days  <- make_matrix_receivers(dat_moorings, delta_t = "days", as_POSIXct = NULL)
    +mat_hours <- make_matrix_receivers(dat_moorings, delta_t = "hours")
    +utils::str(mat_days)
    +#>  num [1:508, 1:40] 1 1 1 1 1 1 1 1 1 1 ...
    +#>  - attr(*, "bins")= Date[1:508], format: "2016-03-03" "2016-03-04" ...
    +#>  - attr(*, "dimnames")=List of 2
    +#>   ..$ : chr [1:508] "2016-03-03" "2016-03-04" "2016-03-05" "2016-03-06" ...
    +#>   ..$ : chr [1:40] "3" "4" "7" "9" ...
    +utils::str(mat_hours)
    +#>  num [1:12169, 1:40] 1 1 1 1 1 1 1 1 1 1 ...
    +#>  - attr(*, "bins")= POSIXct[1:12169], format: "2016-03-03 01:00:00" "2016-03-03 02:00:00" ...
    +#>  - attr(*, "dimnames")=List of 2
    +#>   ..$ : chr [1:12169] "2016-03-03 01:00:00" "2016-03-03 02:00:00" "2016-03-03 03:00:00" "2016-03-03 04:00:00" ...
    +#>   ..$ : chr [1:40] "3" "4" "7" "9" ...
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/mask_io-1.png b/docs/reference/mask_io-1.png index 0e9c268..ef6ab9f 100644 Binary files a/docs/reference/mask_io-1.png and b/docs/reference/mask_io-1.png differ diff --git a/docs/reference/mask_io-2.png b/docs/reference/mask_io-2.png index b6e4deb..2de3442 100644 Binary files a/docs/reference/mask_io-2.png and b/docs/reference/mask_io-2.png differ diff --git a/docs/reference/mask_io-3.png b/docs/reference/mask_io-3.png index 91dc724..3146e36 100644 Binary files a/docs/reference/mask_io-3.png and b/docs/reference/mask_io-3.png differ diff --git a/docs/reference/mask_io-4.png b/docs/reference/mask_io-4.png index 91dc724..3146e36 100644 Binary files a/docs/reference/mask_io-4.png and b/docs/reference/mask_io-4.png differ diff --git a/docs/reference/mask_io.html b/docs/reference/mask_io.html index e17edf5..91108d1 100644 --- a/docs/reference/mask_io.html +++ b/docs/reference/mask_io.html @@ -1,67 +1,12 @@ - - - - - - - -Implement mask using the inside or outside of the mask — mask_io • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Implement mask using the inside or outside of the mask — mask_io • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function implements mask using the inside or the outside of the mask. The function is implemented in the same way as mask but with an additional logical argument, mask_inside. If mask_inside = FALSE (the default), values beyond the mask are masked and the function simply implements mask. In contrast, if mask_inside = TRUE, values within the mask are masked.

    +

    This function implements mask using the inside or the outside of the mask. The function is implemented in the same way as mask but with an additional logical argument, mask_inside. If mask_inside = FALSE (the default), values beyond the mask are masked and the function simply implements mask. In contrast, if mask_inside = TRUE, values within the mask are masked.

    +
    + +
    +
    mask_io(x, mask, mask_inside = FALSE, ...)
    -
    mask_io(x, mask, mask_inside = FALSE, ...)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - -
    x

    A Raster* (see mask).

    mask

    A mask of class SpatialPolygonsDataFrame-class.

    mask_inside

    A logical variable that defines whether or not to mask values in x outside (FALSE) or inside (TRUE) of the mask.

    ...

    Additional arguments passed to mask.

    - -

    Value

    - -

    The function returns a Raster* object in which values outside or inside of a supplied SpatialPolygonsDataFrame-class object have been masked.

    -

    Details

    +
    +

    Arguments

    +
    x
    +

    A Raster* (see mask).

    -

    This function was motivated by animal movement datasets from coastal environments. For example, consider the cost of movement over a surface between two points for an exclusively benthic marine animal versus an exclusively terrestrial animal. With a mask that represents the coastline, for the exclusively marine animal, it is necessary to mask values inside the coastline (i.e., on land), so mask_inside = TRUE, to prevent movement on land; while for a terrestrial animal, it is necessary to mask values beyond the coastline (i.e., in the sea), so mask_inside = FALSE, to prevent movement into the sea.

    -

    Author

    +
    mask
    +

    A mask of class SpatialPolygonsDataFrame-class.

    + + +
    mask_inside
    +

    A logical variable that defines whether or not to mask values in x outside (FALSE) or inside (TRUE) of the mask.

    + + +
    ...
    +

    Additional arguments passed to mask.

    + +
    +
    +

    Value

    + + +

    The function returns a Raster* object in which values outside or inside of a supplied SpatialPolygonsDataFrame-class object have been masked.

    +
    +
    +

    Details

    +

    This function was motivated by animal movement datasets from coastal environments. For example, consider the cost of movement over a surface between two points for an exclusively benthic marine animal versus an exclusively terrestrial animal. With a mask that represents the coastline, for the exclusively marine animal, it is necessary to mask values inside the coastline (i.e., on land), so mask_inside = TRUE, to prevent movement on land; while for a terrestrial animal, it is necessary to mask values beyond the coastline (i.e., in the sea), so mask_inside = FALSE, to prevent movement into the sea.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define an example raster -# We will use some bathymetry data from around Oban -# ... which we will mask using some coastline data. All values on land -# ... are currently NA so we'll set these to 10 m for demonstration purposes. -dat_gebco[is.na(dat_gebco[])] <- 10 -dat_gebco <- raster::crop(dat_gebco, raster::extent(dat_coast)) -
    #> Error in .local(x, y, ...): extents do not overlap
    raster::plot(dat_gebco) -
    -#### Standard implementation with mask_inside = FALSE simply implements raster::mask() -m <- mask_io(dat_gebco, dat_coast) -raster::plot(dat_coast) -
    raster::plot(m, add = TRUE) -
    -#### Implementation with mask_inside = TRUE implements the mask within the coastline -m <- mask_io(dat_gebco, dat_coast, mask_inside = TRUE) -
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    raster::plot(dat_coast) -
    raster::plot(m, add = TRUE) -
    -#### Additional arguments to raster::mask() can be passed via ... as usual -m <- mask_io(dat_gebco, dat_coast, mask_inside = TRUE, updatevalue = 1e5) -
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    raster::plot(dat_coast) -
    raster::plot(m, add = TRUE) -
    -
    +
    +

    Examples

    +
    #### Define an example raster
    +# We will use some bathymetry data from around Oban
    +# ... which we will mask using some coastline data. All values on land
    +# ... are currently NA so we'll set these to 10 m for demonstration purposes.
    +dat_gebco[is.na(dat_gebco[])] <- 10
    +dat_gebco <- raster::crop(dat_gebco, raster::extent(dat_coast))
    +#> Error in .local(x, y, ...): extents do not overlap
    +raster::plot(dat_gebco)
    +
    +
    +#### Standard implementation with mask_inside = FALSE simply implements raster::mask()
    +m <- mask_io(dat_gebco, dat_coast)
    +raster::plot(dat_coast)
    +raster::plot(m, add = TRUE)
    +
    +
    +#### Implementation with mask_inside = TRUE implements the mask within the coastline
    +m <- mask_io(dat_gebco, dat_coast, mask_inside = TRUE)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +raster::plot(dat_coast)
    +raster::plot(m, add = TRUE)
    +
    +
    +#### Additional arguments to raster::mask() can be passed via ... as usual
    +m <- mask_io(dat_gebco, dat_coast, mask_inside = TRUE, updatevalue = 1e5)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +raster::plot(dat_coast)
    +raster::plot(m, add = TRUE)
    +
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf-1.png b/docs/reference/pf-1.png index 8703600..9f22e8b 100644 Binary files a/docs/reference/pf-1.png and b/docs/reference/pf-1.png differ diff --git a/docs/reference/pf-10.png b/docs/reference/pf-10.png index 0da1b9f..c98428a 100644 Binary files a/docs/reference/pf-10.png and b/docs/reference/pf-10.png differ diff --git a/docs/reference/pf-11.png b/docs/reference/pf-11.png index 1c2acfd..7bea96f 100644 Binary files a/docs/reference/pf-11.png and b/docs/reference/pf-11.png differ diff --git a/docs/reference/pf-12.png b/docs/reference/pf-12.png index a82a957..b1a50b7 100644 Binary files a/docs/reference/pf-12.png and b/docs/reference/pf-12.png differ diff --git a/docs/reference/pf-13.png b/docs/reference/pf-13.png index 44890aa..32effd4 100644 Binary files a/docs/reference/pf-13.png and b/docs/reference/pf-13.png differ diff --git a/docs/reference/pf-14.png b/docs/reference/pf-14.png index bc5d761..62524d7 100644 Binary files a/docs/reference/pf-14.png and b/docs/reference/pf-14.png differ diff --git a/docs/reference/pf-15.png b/docs/reference/pf-15.png index 5bfa3f0..3259606 100644 Binary files a/docs/reference/pf-15.png and b/docs/reference/pf-15.png differ diff --git a/docs/reference/pf-16.png b/docs/reference/pf-16.png index 82cb275..78cf88b 100644 Binary files a/docs/reference/pf-16.png and b/docs/reference/pf-16.png differ diff --git a/docs/reference/pf-17.png b/docs/reference/pf-17.png index 831ae14..2c2ea31 100644 Binary files a/docs/reference/pf-17.png and b/docs/reference/pf-17.png differ diff --git a/docs/reference/pf-18.png b/docs/reference/pf-18.png index be7eb45..90606e8 100644 Binary files a/docs/reference/pf-18.png and b/docs/reference/pf-18.png differ diff --git a/docs/reference/pf-19.png b/docs/reference/pf-19.png index 558700b..16f8182 100644 Binary files a/docs/reference/pf-19.png and b/docs/reference/pf-19.png differ diff --git a/docs/reference/pf-2.png b/docs/reference/pf-2.png index 88aa150..c2685ad 100644 Binary files a/docs/reference/pf-2.png and b/docs/reference/pf-2.png differ diff --git a/docs/reference/pf-20.png b/docs/reference/pf-20.png index c15e50b..1a13f8e 100644 Binary files a/docs/reference/pf-20.png and b/docs/reference/pf-20.png differ diff --git a/docs/reference/pf-21.png b/docs/reference/pf-21.png index 416c7c6..30aa064 100644 Binary files a/docs/reference/pf-21.png and b/docs/reference/pf-21.png differ diff --git a/docs/reference/pf-22.png b/docs/reference/pf-22.png index 8ec0959..18c2a12 100644 Binary files a/docs/reference/pf-22.png and b/docs/reference/pf-22.png differ diff --git a/docs/reference/pf-23.png b/docs/reference/pf-23.png index d0f9496..063c5df 100644 Binary files a/docs/reference/pf-23.png and b/docs/reference/pf-23.png differ diff --git a/docs/reference/pf-24.png b/docs/reference/pf-24.png index d11fa7e..c10a482 100644 Binary files a/docs/reference/pf-24.png and b/docs/reference/pf-24.png differ diff --git a/docs/reference/pf-3.png b/docs/reference/pf-3.png index aa4afe0..339242f 100644 Binary files a/docs/reference/pf-3.png and b/docs/reference/pf-3.png differ diff --git a/docs/reference/pf-4.png b/docs/reference/pf-4.png index f5ae268..dfd2980 100644 Binary files a/docs/reference/pf-4.png and b/docs/reference/pf-4.png differ diff --git a/docs/reference/pf-5.png b/docs/reference/pf-5.png index 2d851ef..dc386a8 100644 Binary files a/docs/reference/pf-5.png and b/docs/reference/pf-5.png differ diff --git a/docs/reference/pf-6.png b/docs/reference/pf-6.png index c9316b8..a20353e 100644 Binary files a/docs/reference/pf-6.png and b/docs/reference/pf-6.png differ diff --git a/docs/reference/pf-7.png b/docs/reference/pf-7.png index 9ba097b..a9c43b2 100644 Binary files a/docs/reference/pf-7.png and b/docs/reference/pf-7.png differ diff --git a/docs/reference/pf-8.png b/docs/reference/pf-8.png index fa4b5d6..fefc2be 100644 Binary files a/docs/reference/pf-8.png and b/docs/reference/pf-8.png differ diff --git a/docs/reference/pf-9.png b/docs/reference/pf-9.png index 18207e5..1cd9627 100644 Binary files a/docs/reference/pf-9.png and b/docs/reference/pf-9.png differ diff --git a/docs/reference/pf.html b/docs/reference/pf.html index 4ae9344..87e8acc 100644 --- a/docs/reference/pf.html +++ b/docs/reference/pf.html @@ -1,69 +1,14 @@ - - - - - - - -The particle filtering routine — pf • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The particle filtering routine — pf • flapper - - - - - - - - - - - - - + + -
    -
    - -
    - -
    +
    -

    This function implements a simulation-based particle filtering process for the reconstruction of animal movement paths. This extends the AC, DC and ACDC algorithms in flapper (ac, dc and acdc), which determine the possible locations of an individual through time based on acoustic detections and/or depth contours, by the incorporation of a movement model that connects a subset of the animal's possible locations between time steps into movement paths.

    -

    To implement this approach, a list of raster layers that record the possible locations of the individual at each time step (or a list pointers to these layers) needs to be supplied. A starting location (origin) can be supplied to constrain the initial set of sampled locations of the individual. At each time step, n possible locations (`particles') are sampled (with replacement) from the set of possible locations. For each (1:n) particle, a movement model is used to simulate where the individual could have moved to at the next time step, if it was in any of those locations. In the current framework, the probability of movement into surrounding cells depends on the distance to those cells, which can be represented as using Euclidean or least-cost distances depending on the distance method (calc_distance), and user-defined movement models (calc_movement_pr_from_origin and calc_movement_pr) that link distances to movement probabilities at each time step.

    -

    At each subsequent time step, this process repeats, with n possible locations of the individual sampled according to the probability that the individual could have been in that cell, given a previously sampled location and the set of possible locations at the next time step. The result is a set of locations at each time step that are consistent with the data and model parameters. Sampled locations can be connected into movement paths via pf_simplify.

    +

    This function implements a simulation-based particle filtering process for the reconstruction of animal movement paths. This extends the AC, DC and ACDC algorithms in flapper (ac, dc and acdc), which determine the possible locations of an individual through time based on acoustic detections and/or depth contours, by the incorporation of a movement model that connects a subset of the animal's possible locations between time steps into movement paths.

    +

    To implement this approach, a list of raster layers that record the possible locations of the individual at each time step (or a list pointers to these layers) needs to be supplied. A starting location (origin) can be supplied to constrain the initial set of sampled locations of the individual. At each time step, n possible locations (`particles') are sampled (with replacement) from the set of possible locations. For each (1:n) particle, a movement model is used to simulate where the individual could have moved to at the next time step, if it was in any of those locations. In the current framework, the probability of movement into surrounding cells depends on the distance to those cells, which can be represented as using Euclidean or least-cost distances depending on the distance method (calc_distance), and user-defined movement models (calc_movement_pr_from_origin and calc_movement_pr) that link distances to movement probabilities at each time step.

    +

    At each subsequent time step, this process repeats, with n possible locations of the individual sampled according to the probability that the individual could have been in that cell, given a previously sampled location and the set of possible locations at the next time step. The result is a set of locations at each time step that are consistent with the data and model parameters. Sampled locations can be connected into movement paths via pf_simplify.

    -
    pf(
    -  record,
    -  data = NULL,
    -  origin = NULL,
    -  calc_distance = c("euclid", "lcp"),
    -  calc_distance_euclid_fast = TRUE,
    -  bathy = NULL,
    -  calc_distance_graph = NULL,
    -  calc_movement_pr = pf_setup_movement_pr,
    -  calc_movement_pr_from_origin = calc_movement_pr,
    -  mobility = NULL,
    -  mobility_from_origin = mobility,
    -  n = 10L,
    -  resample = NULL,
    -  update_history = NULL,
    -  update_history_from_time_step = 1L,
    -  write_history = NULL,
    -  cl = NULL,
    -  use_all_cores = FALSE,
    -  seed = NULL,
    -  verbose = TRUE,
    -  con = "",
    -  optimisers = pf_setup_optimisers()
    -)
    +
    +
    pf(
    +  record,
    +  data = NULL,
    +  origin = NULL,
    +  calc_distance = c("euclid", "lcp"),
    +  calc_distance_euclid_fast = TRUE,
    +  bathy = NULL,
    +  calc_distance_graph = NULL,
    +  calc_movement_pr = pf_setup_movement_pr,
    +  calc_movement_pr_from_origin = calc_movement_pr,
    +  mobility = NULL,
    +  mobility_from_origin = mobility,
    +  n = 10L,
    +  resample = NULL,
    +  update_history = NULL,
    +  update_history_from_time_step = 1L,
    +  write_history = NULL,
    +  cl = NULL,
    +  use_all_cores = FALSE,
    +  seed = NULL,
    +  verbose = TRUE,
    +  con = "",
    +  optimisers = pf_setup_optimisers()
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    record

    A list of raster layers, or a named list of source files that can be sequentially loaded with writeRaster, that define the set of possible locations of the individual at each time step. This can be derived from the `record' elements in ac, dc or acdc. As in these algorithms, for each raster, the coordinate reference system should be the Universal Transverse Mercator projection. Raster resolution needs to be sufficiently high such that an individual could transition between cells in the time steps between sequential layers (see calc_movement_pr). If the `shortest distances' method is used for distance calculations (i.e., calc_distance = "lcp", see below), then the resolution of the surface in x and y directions should also be equal (for surface's with unequal horizontal resolution, resample can be used to equalise resolution: see lcp_over_surface). For computational efficiency, it is beneficial if inputs are cropped to the smallest possible area, with any areas in which movement is impossible (e.g., on land for benthic animals) set to NA (see crop, mask and the processing implemented by lcp_over_surface). It may also be desirable to aggregate high-resolution rasters (see process_surface).

    data

    (optional) A dataframe, with one row for each time step (i.e. element in record), and columns for any time-specific variables included in the movement models (see calc_movement_pr and calc_movement_pr_from_origin). If unsupplied, movement probabilities are constant through time.

    origin

    (optional) A matrix that defines the coordinates (x, y) of the individual's initial location. Coordinates should follow the restrictions for record and lie on a plane (i.e., Universal Transverse Mercator projection).

    calc_distance

    A character that defines the method used to calculate distances between a point (i.e., a sampled location) and the surrounding cells. This drives the probability of movement into those cells via a movement model (see calc_movement_pr and calc_movement_pr_from_origin). Currently supported options are Euclidean distances ("euclid") or shortest (least-cost) distances ("lcp"), which represent the shortest distance that an individual would have to move over the surface (bathy, see below) to traverse between locations (accounting for both planar and vertical distances). Note that this option requires that resolution of bathy in the x and y directions is equal. At small spatial scales, this option provides more realistic distances in hilly landscapes, but it is more computationally expensive. At larger scales, horizontal distances tend to overwhelm vertical distances, so Euclidean distances may be acceptable. A pragmatic option is to implement the algorithm (possibly for a subset of the record time series) using the Euclidean distances method and then interpolate least-cost paths between (a) the subset of sampled locations returned by this approach via pf_simplify or (b) (b) the subset of paths returned by pf_simplify via lcp_interp. This two-step approach will demonstrate whether sequential positions are plausible (i.e., not too far apart) once the bathymetry is taken into account. If so, the shortest-distances derived using this method can be used for post-hoc adjustment of movement probabilities. Alternatively, this approach may demonstrate that the algorithm should be re-implemented using the shortest distances method (see lcp_interp).

    calc_distance_euclid_fast

    If calc_distance = "euclid", calc_distance_euclid_fast is a logical input that defines whether or not to use the `fast' method for distance and probability calculations. Under the `slow' method (calc_distance_euclid_fast = FALSE), at each time step the algorithm iterates over each particle, calculates the distance around that particle to neighbouring cells, converts distances to movement probabilities, combines these with the intrinsic probabilities associated with each cell (assigned by the AC, DC or ACDC algorithm) and samples future locations accordingly. Since each particle is considered in turn, each particle has a `history' that is `remembered', which makes path assembly relatively straightforward. In contrast, the faster implementation considers all particles at the same time: a single distance/movement probability surface is calculated around sampled particles, from which future particles are sampled. This approach really excels as the number of particles increases (see n). The disadvantage is that particles do not `remember' where they have come from and as a result movement path assembly is more involved (see pf_simplify). However, in most cases calc_distance_euclid_fast is probably desirable, since pf_simplify takes care of movement path assembly.

    bathy

    (optional) If calc_distance = "lcp", bathy is raster that defines the bathymetry across the area within which the individual could have moved. bathy must be planar (i.e., Universal Transverse Mercator projection) with units of metres in x, y and z directions (m). The surface's resolution is taken to define the distance between horizontally and vertically connected cells and must be the same in both x and y directions. Any cells with NA values (e.g., due to missing data) are treated as `impossible' to move though by the algorithm (see lcp_over_surface).

    calc_distance_graph

    (optional) If calc_distance = "lcp", calc_distance_graph is a graph object from lcp_graph_surface that defines the distances between connected cells in bathy. This is useful in iterative applications in the same environment, especially for large bathymetry rasters (see bathy) because the calculations of movement costs between adjacent cells and graph construction---both required for the calculation of shortest paths---can be skipped.

    calc_movement_pr

    The movement model. This must be a function that calculates the probability of movement between two locations in the time between sequential records, given the distance between them (the first argument) and (optionally) any other pertinent information in the data for the relevant time step (the second argument). For example, behavioural states could be defined in a column in the data and then included as part of the movement model. Both arguments must be accepted, even if the second is ignored. The default option is a declining logistic curve, designed for flapper skate (Dipturus intermedius), representing a high probability of movement between nearby locations and a lower probability of movement between distant locations (see pf_setup_movement_pr). For computational efficiency, it is beneficial if the probability of movement is set to zero beyond a distance considered to be highly unlikely, because such locations are excluded from subsequent calculations (see pf_setup_movement_pr and the mobility argument, below). Currently, the movement model cannot incorporate the individual's location (for spatially variable fields such as water currents).

    calc_movement_pr_from_origin

    (optional) If an origin is supplied, calc_movement_pr_from_origin can be supplied to define the probability of sampling possible starting locations depending on their distance from the origin. By default, calc_movement_pr_from_origin = calc_movement_pr and the same guidance applies to both arguments. Specifying calc_movement_pr_from_origin specifically may be necessary if the duration between the time at which the origin was observed and the first record differs from the regular interval between subsequent records. This allows the effect of the origin to be weaker or stronger than the effect of locations at later time steps on sampled locations, if necessary.

    mobility

    (optional) A number that defines the maximum horizontal distance (m) that the individual could travel in the time period between sequential raster layers. While this is optional, it is often computationally beneficial to define mobility because this restricts distance and probability calculations at each time step within the smallest appropriate range (rather than across the full surface).

    mobility_from_origin

    (optional) As above for mobility, but for the first time step (i.e., the horizontal movement the individual could have moved from the origin) (see calc_movement_pr_from_origin).

    n

    An integer that defines the number of particles (i.e., the number of locations sampled at each time step from the set of possible locations at that time step).

    resample

    (optional) An integer that defines the minimum number of unique cells that should be sampled, given the movement model (calc_movement_pr or calc_movement_pr_from_origin). If supplied, if fewer than resample unique cells are sampled at a time step, n particles are re-sampled with replacement with equal probability from all of the cells with non-zero probability. This may facilitate algorithm convergence if there are some cells that are overwhelmingly more probable (given the movement model) are `dead ends': re-sampling all possible cells with equal probability allows the algorithm to explore less likely routes more easily when the number of routes becomes low. resample must be less than or equal to n.

    update_history

    (optional) A list that defines particle histories from an earlier implementation of pf (i.e., the `history' element of a pf_archive-class object). If provided, the function attempts to continue paths from an earlier time step (see update_history_from_time_step). This can be useful if the algorithm fails to converge on its initial implementation because the algorithm can be re-started part-way through the time series.

    update_history_from_time_step

    If update_history is provided, update_history_from_time_step is an integer that defines the time step (i.e., element in update_history) from which to restart the algorithm. If provided, the algorithm continues from this point, by taking the starting positions for n particles from update_history[[update_history_from_time_step]]$id_current.

    write_history

    (optional) A named list, passed to saveRDS, to save a dataframe of the sampled particles at each time step to file. The `file' argument should be the directory in which to save files. Files are named by time steps as `pf_1', `pf_2' and so on.

    cl, use_all_cores

    (optional) Parallelisation options. These can be implemented for the approaches that consider particles iteratively (i.e., calc_distance = "euclid" with calc_distance_euclid_fast = FALSE, or calc_distance = "lcp"). The algorithm can be parallelised within time steps over (1) particles via cl (an integer defining the number of child processes (ignored on Windows) or a cluster object created by makeCluster (see pblapply)) or (2) within particles for the calculation of shortest distances (if calc_distance = "lcp") via a logical input (TRUE) to use_all_cores. For calc_distance = "euclid", parallelisation is typically only beneficial for relatively large numbers of particles, because the substantial computation overhead associated with parallelisation across paths at each time step is substantial. For calc_distance = "lcp", use_all_cores = TRUE is typically a better option for parallelisation; however, this may only be beneficial if mobility relatively large. At present, parallelisation is not very effective, especially if a cluster is supplied, and may be slower.

    seed

    (optional) An integer to define the seed for reproducible simulations (see set.seed).

    verbose

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console; otherwise, they are written to file (see below).

    con

    If verbose = TRUE, con is character string that defines how messages relaying function progress are returned. If con = "", messages are printed to the console (unless redirected by sink). Otherwise, con defines the full pathway to a .txt file (which can be created on-the-fly) into which messages are written to relay function progress. This approach, rather than printing to the console, is recommended for clarity, speed and debugging.

    optimisers

    A named list of optimisation controls from pf_setup_optimisers.

    +
    +

    Arguments

    +
    record
    +

    A list of raster layers, or a named list of source files that can be sequentially loaded with writeRaster, that define the set of possible locations of the individual at each time step. This can be derived from the `record' elements in ac, dc or acdc. As in these algorithms, for each raster, the coordinate reference system should be the Universal Transverse Mercator projection. Raster resolution needs to be sufficiently high such that an individual could transition between cells in the time steps between sequential layers (see calc_movement_pr). If the `shortest distances' method is used for distance calculations (i.e., calc_distance = "lcp", see below), then the resolution of the surface in x and y directions should also be equal (for surface's with unequal horizontal resolution, resample can be used to equalise resolution: see lcp_over_surface). For computational efficiency, it is beneficial if inputs are cropped to the smallest possible area, with any areas in which movement is impossible (e.g., on land for benthic animals) set to NA (see crop, mask and the processing implemented by lcp_over_surface). It may also be desirable to aggregate high-resolution rasters (see process_surface).

    -

    Value

    -

    The function returns a pf_archive-class object. This is a named list that includes the parameters used to generate function outputs (`args') and the particles sampled at each time step (`history'). The latter can be assembled into a dataframe of movement paths via pf_simplify.

    -

    Details

    +
    data
    +

    (optional) A dataframe, with one row for each time step (i.e. element in record), and columns for any time-specific variables included in the movement models (see calc_movement_pr and calc_movement_pr_from_origin). If unsupplied, movement probabilities are constant through time.

    - -

    Background

    -

    This function implements a widely applicable particle simulation and filtering based approach to refine maps of possible locations of an individual through time via the incorporation of a movement model that facilitates the reconstruction of movement paths. Within flapper, the acoustic-container (AC), depth-contour (DC) and acoustic-container depth-contour (ACDC) algorithms, which define the possible locations of an individual through time based on acoustic containers and/or depth contours, can be passed through a this process, resulting in the DCPF, ACPF and ACDCPF algorithms.

      -
    • ACPF. The ACPF algorithm combines the AC algorithm with particle filtering. This is designed to simulate possible movement paths and emergent patterns of space use in passive acoustic telemetry arrays. This algorithm is widely applicable.

    • -
    • DCPF. The DCPF algorithm combines the DC algorithm with particle filtering. This is designed to simulate possible movement paths of a tagged animal over the seabed, given a regular sequence of depth observations (archival), the bathymetry (bathy) over which movement occurred and a movement model (calc_movement_pr) that specifies the probability of movement from a given location to any other, given the distance between them (and any other pre-defined time-dependent parameters in archival). The function was motivated by small scale applications concerning the reconstruction of possible movement paths of flapper skate (Dipturus intermedius) tagged with archival tags, following capture and release in a given location, for short-periods of time post-release.

    • -
    • ACDCPF. The ACDCPF algorithm combines the ACDC algorithm with particle filtering. For tagged animals with acoustic and archival data, this algorithm is designed to reconstruct fine-scale movement paths and emergent patterns of space use across an area.

    • -
    +
    origin
    +

    (optional) A matrix that defines the coordinates (x, y) of the individual's initial location. Coordinates should follow the restrictions for record and lie on a plane (i.e., Universal Transverse Mercator projection).

    -

    Methods

    -

    At the first time step, n starting points (`particles') are selected from the set of possible locations of the individual. If an origin is specified, this selection can be biased towards cells near the origin by the movement model. From each starting position, the Euclidean or shortest distances to cells in which the individual could have been located at the next time step are calculated and passed to a movement model that assigns movement probabilities to each cell. Since movement probabilities are likely to be behaviourally dependent, the movement model can depend on time step-specific information specified in data. However, currently, the model cannot depend on sampled locations; therefore, at least under some conditions, the movement model will need to reflect the maximum distance that an individual could travel within the time period between depth observations, accounting for the possible effects of water currents and any other influences on swimming speed. Movement probabilities are combined with the 'intrinsic' probability associated with each location (as defined in the record), giving a holistic measure of the probability of movement into each cell. From the set of cells in which the individual could have been located with a probability of more than zero, n particles are sampled, with replacement and according to their probability, and taken as possible starting positions at the next time step. This process repeats until the end of the time series. Since locations are sampled from the set of possible locations at each time step, any restrictions on the individual's movement (e.g., from acoustic detections) incorporated within record are directly incorporated. The result is a set of simulated particles that represent possible locations of the individual at each time step, accounting for movement restrictions. This can be assembled into a set of movement paths over a surface that is consistent with the data and the model parameters via pf_simplify. While the number of particles is predetermined by n, more than n possible pathways may be defined by all of the combinations of sequential particle movements.

    -

    Convergence

    -

    Algorithm convergence is not guaranteed. There are three main circumstances in which the algorithm may fail to return any paths that span the start to the end of the depth time series:

      -
    1. Chance. All n paths may be `dead ends'. This possibility can be mitigated by increasing n.

    2. -
    3. Movement model. The movement model may be too limiting. This possibility can be mitigated by ensuring that the movement model realistically represents the probability that an individual can transition between cells given the distance between them. This may be guided by data on the study species or similar species. The movement model may need to account for the effect of water currents, which may increase maximum `swimming' speeds in some directions. (Unfortunately, spatially variable swimming speeds are not currently implemented.) If maximum swimming speeds are uncertain, implementing the algorithm over longer time series (e.g., every \(2^{nd}\) record), with a suitably relaxed movement model, may facilitate convergence if maximum speeds are unlikely to be maintained for long periods.

    4. -
    5. Other assumptions. The particle filtering process is based on pre-defined surfaces of the possible locations of the individual at each time step and the assumptions in the computation of these surfaces may be violated. For example, in the DC and ACDC algorithms. the depth error may be too restrictive, given the accuracy of the depth observations, the bathymetry data and the tidal height across an area.

    6. -

    In these scenarios, the function returns a message that it is about to fail and the results from the start of the algorithm until the current time step, before stopping.

    +
    calc_distance
    +

    A character that defines the method used to calculate distances between a point (i.e., a sampled location) and the surrounding cells. This drives the probability of movement into those cells via a movement model (see calc_movement_pr and calc_movement_pr_from_origin). Currently supported options are Euclidean distances ("euclid") or shortest (least-cost) distances ("lcp"), which represent the shortest distance that an individual would have to move over the surface (bathy, see below) to traverse between locations (accounting for both planar and vertical distances). Note that this option requires that resolution of bathy in the x and y directions is equal. At small spatial scales, this option provides more realistic distances in hilly landscapes, but it is more computationally expensive. At larger scales, horizontal distances tend to overwhelm vertical distances, so Euclidean distances may be acceptable. A pragmatic option is to implement the algorithm (possibly for a subset of the record time series) using the Euclidean distances method and then interpolate least-cost paths between (a) the subset of sampled locations returned by this approach via pf_simplify or (b) (b) the subset of paths returned by pf_simplify via lcp_interp. This two-step approach will demonstrate whether sequential positions are plausible (i.e., not too far apart) once the bathymetry is taken into account. If so, the shortest-distances derived using this method can be used for post-hoc adjustment of movement probabilities. Alternatively, this approach may demonstrate that the algorithm should be re-implemented using the shortest distances method (see lcp_interp).

    -

    Computational considerations

    -

    This algorithm is computationally intensive. It is advisable that it is run initially with a small time series in a small area and a small number of particles. For larger datasets, there are some tricks that can improve computation time.

      -
    • Temporal resolution. Reduce the temporal resolution of the record time series so that there are fewer time steps.

    • -
    • Bathymetric resolution. Reduce the resolution of records. For the DC or ACDC algorithms, this will require re-implementing dc or acdc with a lower resolution surface and propagating the additional error induced by this process via calc_depth_error (e.g., see process_surface) and then using the recomputed records in this function.

    • -
    • Mobility limits. Check whether or not setting mobility limits (mobility, mobility_from_origin) improves speed.

    • -
    • Distance calculations. This step is particularly slow because the distance from each location to many or all surrounding locations are calculated. To speed up this step, implement calc_distance = "euclid" with calc_distance_euclid_fast = TRUE. If necessary, interpolate least-cost paths after algorithm completion within pf_simplify or lcp_interp. In the future, a Markov chain Monte Carlo style approach may be implemented in which distances (and probabilities) for randomly selected `proposal' cells are calculated, with those cells then rejected or retained, rather than calculating distances to many or all surrounding cells, but this is unlikely to be faster in many settings.

    • -
    • Parallelisation. If the fast Euclidean distances method is not used, test alternative options for parallelisation. For the cl argument, specifying an integer on non-Windows platforms may be faster than a cluster from makeCluster (see pblapply). Parallelisation may be slower in some circumstances.

    • -
    +
    calc_distance_euclid_fast
    +

    If calc_distance = "euclid", calc_distance_euclid_fast is a logical input that defines whether or not to use the `fast' method for distance and probability calculations. Under the `slow' method (calc_distance_euclid_fast = FALSE), at each time step the algorithm iterates over each particle, calculates the distance around that particle to neighbouring cells, converts distances to movement probabilities, combines these with the intrinsic probabilities associated with each cell (assigned by the AC, DC or ACDC algorithm) and samples future locations accordingly. Since each particle is considered in turn, each particle has a `history' that is `remembered', which makes path assembly relatively straightforward. In contrast, the faster implementation considers all particles at the same time: a single distance/movement probability surface is calculated around sampled particles, from which future particles are sampled. This approach really excels as the number of particles increases (see n). The disadvantage is that particles do not `remember' where they have come from and as a result movement path assembly is more involved (see pf_simplify). However, in most cases calc_distance_euclid_fast is probably desirable, since pf_simplify takes care of movement path assembly.

    -

    See also

    -

    This routine builds on the AC (ac), (dc) and (acdc) algorithms. For the movement model, Euclidean distances are obtained from distanceFromPoints or shortest distances are obtained from lcp_from_point (via lcp_costs and lcp_graph_surface, unless calc_distance_graph is supplied). The default movement model applied to these distances is pf_setup_movement_pr. get_mvt_resting provides a means to assign resting/non-resting behaviour to time steps (in data) for behaviourally dependent movement models. Particle histories can be visualised with pf_plot_history and joined into paths via pf_simplify. For processed paths, shortest distances/paths between sequential locations can be interpolated via lcp_interp, which is a wrapper for the lcp_over_surface routine. This can be useful for checking whether the faster Euclidean distances method is acceptable and, if so, for post-hoc adjustments of movement probabilities based on shortest distances (see lcp_interp). Paths can be visualised with pf_plot_1d, pf_plot_2d and pf_plot_3d. The log-probability of the paths, given the movement model, can be calculated via pf_loglik.

    -

    Author

    +
    bathy
    +

    (optional) If calc_distance = "lcp", bathy is raster that defines the bathymetry across the area within which the individual could have moved. bathy must be planar (i.e., Universal Transverse Mercator projection) with units of metres in x, y and z directions (m). The surface's resolution is taken to define the distance between horizontally and vertically connected cells and must be the same in both x and y directions. Any cells with NA values (e.g., due to missing data) are treated as `impossible' to move though by the algorithm (see lcp_over_surface).

    + + +
    calc_distance_graph
    +

    (optional) If calc_distance = "lcp", calc_distance_graph is a graph object from lcp_graph_surface that defines the distances between connected cells in bathy. This is useful in iterative applications in the same environment, especially for large bathymetry rasters (see bathy) because the calculations of movement costs between adjacent cells and graph construction---both required for the calculation of shortest paths---can be skipped.

    + + +
    calc_movement_pr
    +

    The movement model. This must be a function that calculates the probability of movement between two locations in the time between sequential records, given the distance between them (the first argument) and (optionally) any other pertinent information in the data for the relevant time step (the second argument). For example, behavioural states could be defined in a column in the data and then included as part of the movement model. Both arguments must be accepted, even if the second is ignored. The default option is a declining logistic curve, designed for flapper skate (Dipturus intermedius), representing a high probability of movement between nearby locations and a lower probability of movement between distant locations (see pf_setup_movement_pr). For computational efficiency, it is beneficial if the probability of movement is set to zero beyond a distance considered to be highly unlikely, because such locations are excluded from subsequent calculations (see pf_setup_movement_pr and the mobility argument, below). Currently, the movement model cannot incorporate the individual's location (for spatially variable fields such as water currents).

    + + +
    calc_movement_pr_from_origin
    +

    (optional) If an origin is supplied, calc_movement_pr_from_origin can be supplied to define the probability of sampling possible starting locations depending on their distance from the origin. By default, calc_movement_pr_from_origin = calc_movement_pr and the same guidance applies to both arguments. Specifying calc_movement_pr_from_origin specifically may be necessary if the duration between the time at which the origin was observed and the first record differs from the regular interval between subsequent records. This allows the effect of the origin to be weaker or stronger than the effect of locations at later time steps on sampled locations, if necessary.

    + + +
    mobility
    +

    (optional) A number that defines the maximum horizontal distance (m) that the individual could travel in the time period between sequential raster layers. While this is optional, it is often computationally beneficial to define mobility because this restricts distance and probability calculations at each time step within the smallest appropriate range (rather than across the full surface).

    -

    Edward Lavender

    -

    Examples

    -
    #### Summary -# In these examples, we consider an example depth time series, which we generate. -# We use the DC algorithm to reconstruct the possible locations of the individual through time. -# We then use particle filtering (the DCPF algorithm in this case) to refine maps of the -# ... individuals possible location via the incorporation of a movement model. The -# ... same principles apply to other algorithms e.g., AC and ACDC. +
    mobility_from_origin
    +

    (optional) As above for mobility, but for the first time step (i.e., the horizontal movement the individual could have moved from the origin) (see calc_movement_pr_from_origin).

    -#### Step (1): Generate some example movement time series over a surface -## Sample species -# In this example, we consider flapper skate (Dipturus intermedius) -# ... off the west coast of Scotland. +
    n
    +

    An integer that defines the number of particles (i.e., the number of locations sampled at each time step from the set of possible locations at that time step).

    -## Define a starting location (optional) in UTM coordinates -xy <- matrix(c(708886.3, 6254404), ncol = 2) -## Define 'observed' depth time series using absolute values -# Imagine these are observations made every two minutes -depth <- c(163.06, 159.71, 153.49, 147.04, 139.86, 127.19, 114.75, - 99.44, 87.01, 78.16, 70.03, 60.23, 49.96, 35.39, - 27.75, 20.13, 12.73, 11.32) -depth <- data.frame(depth = depth) -## Define surface over which movement occurred -# We will use the example dat_gebco bathymetry dataset -# This is relatively coarse in resolution, so we need to re-sample -# ... the raster to generate a finer-resolution raster such that -# ... our animal can transition between cells -# ... in the duration between depth observations. For speed, -# ... we will focus on a small area around the origin. We could -# ... also process the raster in other ways (e.g., mask any areas of land) -# ... to improve efficiency. -surface <- dat_gebco -boundaries <- raster::extent(707884.6, 709884.6, 6253404, 6255404) -blank <- raster::raster(boundaries, res = c(5, 5)) -surface <- raster::resample(surface, blank) -
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    #> Error in .intersectExtent(x, y, validate = TRUE): Objects do not intersect
    -## Define depth error function -# Because the bathymetry data is very coarse, and the bathymetry is -# ... very complex in this region of Scotland, we have to -# ... force a high depth error to be high in this example. -# The calc_depth_error() function can depend on depth, but in this example -# ... we assume the depth error is independent of depth. -cde <- function(...) matrix(c(-30, 30), nrow = 2) +
    resample
    +

    (optional) An integer that defines the minimum number of unique cells that should be sampled, given the movement model (calc_movement_pr or calc_movement_pr_from_origin). If supplied, if fewer than resample unique cells are sampled at a time step, n particles are re-sampled with replacement with equal probability from all of the cells with non-zero probability. This may facilitate algorithm convergence if there are some cells that are overwhelmingly more probable (given the movement model) are `dead ends': re-sampling all possible cells with equal probability allows the algorithm to explore less likely routes more easily when the number of routes becomes low. resample must be less than or equal to n.

    -## Define movement model -# The default movement model is suitable, with skate moving typically -# ... less than 200 m in a two-minute period. -# You could use a separate movement model (and mobility restriction) for the origin -# ... if necessary, but for brevity we don't implement that here. -## Visualise movement surface, with starting location overlaid -prettyGraphics::pretty_map(add_rasters = list(x = surface), - add_points = list(x = xy), - verbose = FALSE) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    -#### Step (2): Use the DC algorithm to get individual's the possible locations -dc_out <- dc(archival = depth, - bathy = surface, - calc_depth_error = cde, - save_record_spatial = NULL) -
    #> flapper::dc() called (@ 2022-06-17 10:06:40)... -#> ... Setting up function...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> ... Implementing calc_depth_error()... -#> ... Plotting movement time series (for each chunk)...
    #> ... Implementing algorithm over time steps... -#> ... flapper::dc() call completed (@ 2022-06-17 10:06:40) after ~0 minutes.
    # Extract time-specific maps -# ... Either directly for single chunk implementations of dc() -record <- dc_out$archive$record -record <- lapply(record, function(r) r$spatial[[1]]$map_timestep) -# ... Or indirectly via acdc_simplify() in general -dc_out_summary <- acdc_simplify(dc_out, type = "dc") -
    #> acdc_simplify() implemented for type = 'dc'.
    record <- lapply(dc_out_summary$record, function(r) r$spatial[[1]]$map_timestep) -# Plot maps -lapply(record, function(r) raster::plot(r)) -
    #> [[1]] -#> NULL -#> -#> [[2]] -#> NULL -#> -#> [[3]] -#> NULL -#> -#> [[4]] -#> NULL -#> -#> [[5]] -#> NULL -#> -#> [[6]] -#> NULL -#> -#> [[7]] -#> NULL -#> -#> [[8]] -#> NULL -#> -#> [[9]] -#> NULL -#> -#> [[10]] -#> NULL -#> -#> [[11]] -#> NULL -#> -#> [[12]] -#> NULL -#> -#> [[13]] -#> NULL -#> -#> [[14]] -#> NULL -#> -#> [[15]] -#> NULL -#> -#> [[16]] -#> NULL -#> -#> [[17]] -#> NULL -#> -#> [[18]] -#> NULL -#>
    -#### Example (1): Implement algorithm using default options -out_1 <- pf(record = record, - origin = xy, - calc_distance = "euclid", - calc_movement_pr = pf_setup_movement_pr, - n = 10L, - seed = 1) -
    #> flapper::pf() called (@ 2022-06-17 10:06:40)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)... -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1...
    #> The probability of all cells at time 1 is 0. Either (1) the algorithm has been 'unlucky' and all n = 10 particles up to this point have led to 'dead ends', (2) the mobility model ('mobility') is too limiting and/or (3) other model assumptions have been violated. The function will now stop, returning outputs up until this point.
    # The function returns a pf_archive-class object -class(out_1) -
    #> [1] "list" "pf_archive"
    utils::str(out_1) -
    #> List of 3 -#> $ history: list() -#> $ method : chr "pf" -#> $ args :List of 21 -#> ..$ record :List of 18 -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.0156 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.0141 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.0128 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.011 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.0099 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00719 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00541 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00495 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00435 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0.00394 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00394 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0.00395 0 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00395 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0.00375 0.00375 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00375 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0.00375 0.00375 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00375 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0.00348 0.00348 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00348 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0.00368 0.00368 0 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00368 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0.00287 0.00287 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00287 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0.00241 0.00241 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00241 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> .. ..$ :Formal class 'RasterLayer' [package "raster"] with 12 slots -#> .. .. .. ..@ file :Formal class '.RasterFile' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ name : chr "" -#> .. .. .. .. .. ..@ datanotation: chr "FLT4S" -#> .. .. .. .. .. ..@ byteorder : chr "little" -#> .. .. .. .. .. ..@ nodatavalue : num -Inf -#> .. .. .. .. .. ..@ NAchanged : logi FALSE -#> .. .. .. .. .. ..@ nbands : int 1 -#> .. .. .. .. .. ..@ bandorder : chr "BIL" -#> .. .. .. .. .. ..@ offset : int 0 -#> .. .. .. .. .. ..@ toptobottom : logi TRUE -#> .. .. .. .. .. ..@ blockrows : int 36 -#> .. .. .. .. .. ..@ blockcols : int 36 -#> .. .. .. .. .. ..@ driver : chr "" -#> .. .. .. .. .. ..@ open : logi FALSE -#> .. .. .. ..@ data :Formal class '.SingleLayerData' [package "raster"] with 13 slots -#> .. .. .. .. .. ..@ values : num [1:1296] 0 0.00237 0.00237 0 0 ... -#> .. .. .. .. .. ..@ offset : num 0 -#> .. .. .. .. .. ..@ gain : num 1 -#> .. .. .. .. .. ..@ inmemory : logi TRUE -#> .. .. .. .. .. ..@ fromdisk : logi FALSE -#> .. .. .. .. .. ..@ isfactor : logi FALSE -#> .. .. .. .. .. ..@ attributes: list() -#> .. .. .. .. .. ..@ haveminmax: logi TRUE -#> .. .. .. .. .. ..@ min : num 0 -#> .. .. .. .. .. ..@ max : num 0.00237 -#> .. .. .. .. .. ..@ band : int 1 -#> .. .. .. .. .. ..@ unit : chr "" -#> .. .. .. .. .. ..@ names : chr "layer" -#> .. .. .. ..@ legend :Formal class '.RasterLegend' [package "raster"] with 5 slots -#> .. .. .. .. .. ..@ type : chr(0) -#> .. .. .. .. .. ..@ values : logi(0) -#> .. .. .. .. .. ..@ color : logi(0) -#> .. .. .. .. .. ..@ names : logi(0) -#> .. .. .. .. .. ..@ colortable: logi(0) -#> .. .. .. ..@ title : chr(0) -#> .. .. .. ..@ extent :Formal class 'Extent' [package "raster"] with 4 slots -#> .. .. .. .. .. ..@ xmin: num -5.55 -#> .. .. .. .. .. ..@ xmax: num -5.4 -#> .. .. .. .. .. ..@ ymin: num 56.3 -#> .. .. .. .. .. ..@ ymax: num 56.5 -#> .. .. .. ..@ rotated : logi FALSE -#> .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots -#> .. .. .. .. .. ..@ geotrans: num(0) -#> .. .. .. .. .. ..@ transfun:function () -#> .. .. .. ..@ ncols : int 36 -#> .. .. .. ..@ nrows : int 36 -#> .. .. .. ..@ crs :Formal class 'CRS' [package "sp"] with 1 slot -#> .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs" -#> .. .. .. ..@ history : list() -#> .. .. .. ..@ z : list() -#> ..$ data : NULL -#> ..$ origin : num [1, 1:2] 708886 6254404 -#> ..$ calc_distance : chr "euclid" -#> ..$ calc_distance_euclid_fast : logi TRUE -#> ..$ bathy : NULL -#> ..$ calc_distance_graph : NULL -#> ..$ calc_movement_pr :function (distance, ...) -#> ..$ calc_movement_pr_from_origin :function (distance, ...) -#> ..$ mobility : NULL -#> ..$ mobility_from_origin : NULL -#> ..$ n : int 10 -#> ..$ resample : NULL -#> ..$ update_history : NULL -#> ..$ update_history_from_time_step: int 1 -#> ..$ write_history : NULL -#> ..$ cl : NULL -#> ..$ use_all_cores : logi FALSE -#> ..$ seed : num 1 -#> ..$ verbose : logi TRUE -#> ..$ optimisers :List of 3 -#> .. ..$ use_raster_operations : logi TRUE -#> .. ..$ use_calc_distance_euclid_backend_grass: logi FALSE -#> .. ..$ use_grass_dir : NULL -#> .. ..- attr(*, "class")= chr [1:2] "list" "pf_optimiser" -#> - attr(*, "class")= chr [1:2] "list" "pf_archive"
    # Algorithm duration during testing ~0.03 minutes -# ... (vs ~0.21 minutes with calc_distance_euclid_fast = FALSE) +
    update_history
    +

    (optional) A list that defines particle histories from an earlier implementation of pf (i.e., the `history' element of a pf_archive-class object). If provided, the function attempts to continue paths from an earlier time step (see update_history_from_time_step). This can be useful if the algorithm fails to converge on its initial implementation because the algorithm can be re-started part-way through the time series.

    -#### Example (2): Implement algorithm reading rasters from file on the fly -# Save files (this can be done directly within dc()) -tmp_root <- paste0(tempdir(), "/dc_files/") -dir.create(tmp_root) -lapply(1:length(record), function(i) raster::writeRaster(record[[i]], paste0(tmp_root, i, ".tif"))) -
    #> [[1]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 1.tif -#> names : X1 -#> values : 0, 0.015625 (min, max) -#> -#> -#> [[2]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 2.tif -#> names : X2 -#> values : 0, 0.01408451 (min, max) -#> -#> -#> [[3]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 3.tif -#> names : X3 -#> values : 0, 0.01282051 (min, max) -#> -#> -#> [[4]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 4.tif -#> names : X4 -#> values : 0, 0.01098901 (min, max) -#> -#> -#> [[5]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 5.tif -#> names : X5 -#> values : 0, 0.00990099 (min, max) -#> -#> -#> [[6]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 6.tif -#> names : X6 -#> values : 0, 0.007194245 (min, max) -#> -#> -#> [[7]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 7.tif -#> names : X7 -#> values : 0, 0.005405405 (min, max) -#> -#> -#> [[8]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 8.tif -#> names : X8 -#> values : 0, 0.004950495 (min, max) -#> -#> -#> [[9]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 9.tif -#> names : X9 -#> values : 0, 0.004347826 (min, max) -#> -#> -#> [[10]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 10.tif -#> names : X10 -#> values : 0, 0.003937008 (min, max) -#> -#> -#> [[11]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 11.tif -#> names : X11 -#> values : 0, 0.003952569 (min, max) -#> -#> -#> [[12]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 12.tif -#> names : X12 -#> values : 0, 0.003745318 (min, max) -#> -#> -#> [[13]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 13.tif -#> names : X13 -#> values : 0, 0.003745318 (min, max) -#> -#> -#> [[14]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 14.tif -#> names : X14 -#> values : 0, 0.003484321 (min, max) -#> -#> -#> [[15]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 15.tif -#> names : X15 -#> values : 0, 0.003676471 (min, max) -#> -#> -#> [[16]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 16.tif -#> names : X16 -#> values : 0, 0.002873563 (min, max) -#> -#> -#> [[17]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 17.tif -#> names : X17 -#> values : 0, 0.002409639 (min, max) -#> -#> -#> [[18]] -#> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : 18.tif -#> names : X18 -#> values : 0, 0.002369668 (min, max) -#> -#>
    # Create pointer to files (in the correct order by time step) -record_pointer <- list.files(tmp_root) -record_pointer <- substr(record_pointer, 1, nchar(record_pointer) - 4) -record_pointer <- data.frame(index = 1:length(record_pointer), name = record_pointer) -record_pointer <- record_pointer[order(as.integer(record_pointer$name)), ] -record_pointer <- list.files(tmp_root, full.names = TRUE)[record_pointer$index] -out_2 <- pf(record = record_pointer, - origin = xy, - calc_distance = "euclid", - calc_movement_pr = pf_setup_movement_pr, - n = 10L, - seed = 1) -
    #> flapper::pf() called (@ 2022-06-17 10:06:41)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)... -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1...
    #> The probability of all cells at time 1 is 0. Either (1) the algorithm has been 'unlucky' and all n = 10 particles up to this point have led to 'dead ends', (2) the mobility model ('mobility') is too limiting and/or (3) other model assumptions have been violated. The function will now stop, returning outputs up until this point.
    -#### Example (3): Implement a blanket mobility restriction -# This can improve computational efficiency but offers no improvement -# ... in this example (e.g., due to relatively small raster, so the cost of -# ... focusing in on a specific area matches the speed gains of -# ... implementing the distance/movement -# ... pr calculations over a smaller area at each time step) -out_3 <- pf(record = record, - origin = xy, - calc_distance = "euclid", - calc_movement_pr = pf_setup_movement_pr, - mobility = 250, - n = 10L, - seed = 1) -
    #> flapper::pf() called (@ 2022-06-17 10:06:42)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)...
    #> Error in .local(obj, ...): NA values in coordinates
    # Algorithm duration during testing ~0.04 minutes -#### Example (4): Implement algorithm using shortest distances -# Note the need for a surface with equal resolution if this option is implemented. -# To speed up the initial stages of the algorithm, you can supply the graph -# ... required for least-cost calculations via calc_distance_graph, but for -# ... brevity we don't implement that here. -out_4 <- pf(record = record, - origin = xy, - calc_distance = "lcp", - bathy = surface, - calc_movement_pr = pf_setup_movement_pr, - n = 10L, - seed = 1) -
    #> flapper::pf() called (@ 2022-06-17 10:06:42)... -#> ... Setting up function... -#> ... Setting up cost-surface for calc_distance = 'lcp'... -#> flapper::lcp_costs() called (@ 2022-06-17 10:06:42)... -#> ... Defining transition matrices...
    #> Warning: transition function gives negative values
    #> ... Calculating distance matrices... -#> ... Assembling LCP costs... -#> ... flapper::lcp_costs() call completed (@ 2022-06-17 10:06:42) after ~0 minutes. -#> flapper::lcp_graph_surface() called (@ 2022-06-17 10:06:42)... -#> ... Defining nodes, edges and costs to make graph... -#> ... Constructing graph object... -#> ... flapper::lcp_graph_surface() call completed (@ 2022-06-17 10:06:42) after ~0 minutes. -#> ... Determining the set of possible starting locations (t = 1)... -#> flapper::lcp_from_point() called (@ 2022-06-17 10:06:42)... -#> ... Calling cppRouting::get_distance_matrix() to get least-cost distances...
    #> Error in (function (Graph, from, to, algorithm = "phast", allcores = FALSE) { if (any(is.na(from))) stop("NAs are not allowed in origin/destination nodes") if (any(is.na(to))) stop("NAs are not allowed in origin/destination nodes") from <- as.character(from) to <- as.character(to) allnodes <- c(from, to) if (sum(allnodes %in% Graph$dict$ref) < length(allnodes)) stop("Some nodes are not in the graph") from_id <- Graph$dict$id[match(from, Graph$dict$ref)] to_id <- Graph$dict$id[match(to, Graph$dict$ref)] if (length(Graph) == 4) { if (allcores == TRUE) { if (length(to) < length(from)) { res <- Dijkstra_mat_par(to_id, from_id, Graph$data[, 2], Graph$data[, 1], Graph$data[, 3], Graph$nbnode) } else { res <- Dijkstra_mat_par(from_id, to_id, Graph$data[, 1], Graph$data[, 2], Graph$data[, 3], Graph$nbnode) } } else { if (length(to) < length(from)) res <- Dijkstra_mat(Graph$data[, 2], Graph$data[, 1], Graph$data[, 3], Graph$nbnode, to_id, from_id) else res <- Dijkstra_mat(Graph$data[, 1], Graph$data[, 2], Graph$data[, 3], Graph$nbnode, from_id, to_id) } } if (length(Graph) == 5) { if (algorithm == "mch") { if (allcores == TRUE) { if (length(to) < length(from)) { res <- par_Bidir_mat2(to_id, from_id, Graph$data[, 2], Graph$data[, 1], Graph$data[, 3], Graph$nbnode, Graph$rank) } else { res <- par_Bidir_mat2(from_id, to_id, Graph$data[, 1], Graph$data[, 2], Graph$data[, 3], Graph$nbnode, Graph$rank) } } else { if (length(to) < length(from)) res <- Bidir_mat3(to_id, from_id, Graph$data[, 2], Graph$data[, 1], Graph$data[, 3], Graph$nbnode, Graph$rank) else res <- Bidir_mat3(from_id, to_id, Graph$data[, 1], Graph$data[, 2], Graph$data[, 3], Graph$nbnode, Graph$rank) } } else { invrank <- (Graph$nbnode) - Graph$rank if (allcores == TRUE) { if (length(to) < length(from)) { res <- Phast_par(invrank[to_id + 1], invrank[from_id + 1], invrank[Graph$data$to + 1], invrank[Graph$data$from + 1], Graph$data[, 3], Graph$nbnode) } else { res <- Phast_par(invrank[from_id + 1], invrank[to_id + 1], invrank[Graph$data$from + 1], invrank[Graph$data$to + 1], Graph$data[, 3], Graph$nbnode) } } else { if (length(to) < length(from)) res <- Phast3(invrank[to_id + 1], invrank[from_id + 1], invrank[Graph$data$to + 1], invrank[Graph$data$from + 1], Graph$data[, 3], Graph$nbnode) else res <- Phast3(invrank[from_id + 1], invrank[to_id + 1], invrank[Graph$data$from + 1], invrank[Graph$data$to + 1], Graph$data[, 3], Graph$nbnode) } } } if (length(to) < length(from)) res <- t(res) rownames(res) <- from colnames(res) <- to return(res)})(Graph = list(data = structure(list(from = c(0L, 0L, 0L, 0L, 0L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 5L, 5L, 5L, 5L, 5L, 6L, 6L, 6L, 6L, 6L, 7L, 7L, 7L, 7L, 7L, 8L, 8L, 8L, 8L, 8L, 9L, 9L, 9L, 9L, 9L, 10L, 10L, 10L, 10L, 10L, 11L, 11L, 11L, 11L, 11L, 12L, 12L, 12L, 12L, 12L, 13L, 13L, 13L, 13L, 13L, 14L, 14L, 14L, 14L, 14L, 15L, 15L, 15L, 15L, 15L, 16L, 16L, 16L, 16L, 16L, 17L, 17L, 17L, 17L, 17L, 18L, 18L, 18L, 18L, 18L, 19L, 19L, 19L, 19L, 19L, 20L, 20L, 20L, 20L, 20L, 21L, 21L, 21L, 21L, 21L, 22L, 22L, 22L, 22L, 22L, 23L, 23L, 23L, 23L, 23L, 24L, 24L, 24L, 24L, 24L, 25L, 25L, 25L, 25L, 25L, 26L, 26L, 26L, 26L, 26L, 27L, 27L, 27L, 27L, 27L, 28L, 28L, 28L, 28L, 28L, 29L, 29L, 29L, 29L, 29L, 30L, 30L, 30L, 30L, 30L, 31L, 31L, 31L, 31L, 31L, 32L, 32L, 32L, 32L, 32L, 33L, 33L, 33L, 33L, 33L, 34L, 34L, 34L, 35L, 35L, 35L, 35L, 35L, 36L, 36L, 36L, 36L, 36L, 36L, 36L, 36L, 37L, 37L, 37L, 37L, 37L, 37L, 37L, 37L, 38L, 38L, 38L, 38L, 38L, 38L, 38L, 38L, 39L, 39L, 39L, 39L, 39L, 39L, 39L, 39L, 40L, 40L, 40L, 40L, 40L, 40L, 40L, 40L, 41L, 41L, 41L, 41L, 41L, 41L, 41L, 41L, 42L, 42L, 42L, 42L, 42L, 42L, 42L, 42L, 43L, 43L, 43L, 43L, 43L, 43L, 43L, 43L, 44L, 44L, 44L, 44L, 44L, 44L, 44L, 44L, 45L, 45L, 45L, 45L, 45L, 45L, 45L, 45L, 46L, 46L, 46L, 46L, 46L, 46L, 46L, 46L, 47L, 47L, 47L, 47L, 47L, 47L, 47L, 47L, 48L, 48L, 48L, 48L, 48L, 48L, 48L, 48L, 49L, 49L, 49L, 49L, 49L, 49L, 49L, 49L, 50L, 50L, 50L, 50L, 50L, 50L, 50L, 50L, 51L, 51L, 51L, 51L, 51L, 51L, 51L, 51L, 52L, 52L, 52L, 52L, 52L, 52L, 52L, 52L, 53L, 53L, 53L, 53L, 53L, 53L, 53L, 53L, 54L, 54L, 54L, 54L, 54L, 54L, 54L, 54L, 55L, 55L, 55L, 55L, 55L, 55L, 55L, 55L, 56L, 56L, 56L, 56L, 56L, 56L, 56L, 56L, 57L, 57L, 57L, 57L, 57L, 57L, 57L, 57L, 58L, 58L, 58L, 58L, 58L, 58L, 58L, 58L, 59L, 59L, 59L, 59L, 59L, 59L, 59L, 59L, 60L, 60L, 60L, 60L, 60L, 60L, 60L, 60L, 61L, 61L, 61L, 61L, 61L, 61L, 61L, 61L, 62L, 62L, 62L, 62L, 62L, 62L, 62L, 62L, 63L, 63L, 63L, 63L, 63L, 63L, 63L, 63L, 64L, 64L, 64L, 64L, 64L, 64L, 64L, 64L, 65L, 65L, 65L, 65L, 65L, 65L, 65L, 65L, 66L, 66L, 66L, 66L, 66L, 66L, 66L, 66L, 67L, 67L, 67L, 67L, 67L, 67L, 67L, 67L, 68L, 68L, 68L, 68L, 68L, 68L, 68L, 68L, 69L, 69L, 69L, 69L, 69L, 69L, 69L, 69L, 70L, 70L, 70L, 70L, 70L, 71L, 71L, 71L, 71L, 71L, 72L, 72L, 72L, 72L, 72L, 72L, 72L, 72L, 73L, 73L, 73L, 73L, 73L, 73L, 73L, 73L, 74L, 74L, 74L, 74L, 74L, 74L, 74L, 74L, 75L, 75L, 75L, 75L, 75L, 75L, 75L, 75L, 76L, 76L, 76L, 76L, 76L, 76L, 76L, 76L, 77L, 77L, 77L, 77L, 77L, 77L, 77L, 77L, 78L, 78L, 78L, 78L, 78L, 78L, 78L, 78L, 79L, 79L, 79L, 79L, 79L, 79L, 79L, 79L, 80L, 80L, 80L, 80L, 80L, 80L, 80L, 80L, 81L, 81L, 81L, 81L, 81L, 81L, 81L, 81L, 82L, 82L, 82L, 82L, 82L, 82L, 82L, 82L, 83L, 83L, 83L, 83L, 83L, 83L, 83L, 83L, 84L, 84L, 84L, 84L, 84L, 84L, 84L, 84L, 85L, 85L, 85L, 85L, 85L, 85L, 85L, 85L, 86L, 86L, 86L, 86L, 86L, 86L, 86L, 86L, 87L, 87L, 87L, 87L, 87L, 87L, 87L, 87L, 88L, 88L, 88L, 88L, 88L, 88L, 88L, 88L, 89L, 89L, 89L, 89L, 89L, 89L, 89L, 89L, 90L, 90L, 90L, 90L, 90L, 90L, 90L, 90L, 91L, 91L, 91L, 91L, 91L, 91L, 91L, 91L, 92L, 92L, 92L, 92L, 92L, 92L, 92L, 92L, 93L, 93L, 93L, 93L, 93L, 93L, 93L, 93L, 94L, 94L, 94L, 94L, 94L, 94L, 94L, 94L, 95L, 95L, 95L, 95L, 95L, 95L, 95L, 95L, 96L, 96L, 96L, 96L, 96L, 96L, 96L, 96L, 97L, 97L, 97L, 97L, 97L, 97L, 97L, 97L, 98L, 98L, 98L, 98L, 98L, 98L, 98L, 98L, 99L, 99L, 99L, 99L, 99L, 99L, 99L, 99L, 100L, 100L, 100L, 100L, 100L, 100L, 100L, 100L, 101L, 101L, 101L, 101L, 101L, 101L, 101L, 101L, 102L, 102L, 102L, 102L, 102L, 102L, 102L, 102L, 103L, 103L, 103L, 103L, 103L, 103L, 103L, 103L, 104L, 104L, 104L, 104L, 104L, 104L, 104L, 104L, 105L, 105L, 105L, 105L, 105L, 105L, 105L, 105L, 106L, 106L, 106L, 106L, 106L, 107L, 107L, 107L, 107L, 107L, 108L, 108L, 108L, 108L, 108L, 108L, 108L, 108L, 109L, 109L, 109L, 109L, 109L, 109L, 109L, 109L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 111L, 111L, 111L, 111L, 111L, 111L, 111L, 111L, 112L, 112L, 112L, 112L, 112L, 112L, 112L, 112L, 113L, 113L, 113L, 113L, 113L, 113L, 113L, 113L, 114L, 114L, 114L, 114L, 114L, 114L, 114L, 114L, 115L, 115L, 115L, 115L, 115L, 115L, 115L, 115L, 116L, 116L, 116L, 116L, 116L, 116L, 116L, 116L, 117L, 117L, 117L, 117L, 117L, 117L, 117L, 117L, 118L, 118L, 118L, 118L, 118L, 118L, 118L, 118L, 119L, 119L, 119L, 119L, 119L, 119L, 119L, 119L, 120L, 120L, 120L, 120L, 120L, 120L, 120L, 120L, 121L, 121L, 121L, 121L, 121L, 121L, 121L, 121L, 122L, 122L, 122L, 122L, 122L, 122L, 122L, 122L, 123L, 123L, 123L, 123L, 123L, 123L, 123L, 123L, 124L, 124L, 124L, 124L, 124L, 124L, 124L, 124L, 125L, 125L, 125L, 125L, 125L, 125L, 125L, 125L, 126L, 126L, 126L, 126L, 126L, 126L, 126L, 126L, 127L, 127L, 127L, 127L, 127L, 127L, 127L, 127L, 128L, 128L, 128L, 128L, 128L, 128L, 128L, 128L, 129L, 129L, 129L, 129L, 129L, 129L, 129L, 129L, 130L, 130L, 130L, 130L, 130L, 130L, 130L, 130L, 131L, 131L, 131L, 131L, 131L, 131L, 131L, 131L, 132L, 132L, 132L, 132L, 132L, 132L, 132L, 132L, 133L, 133L, 133L, 133L, 133L, 133L, 133L, 133L, 134L, 134L, 134L, 134L, 134L, 134L, 134L, 134L, 135L, 135L, 135L, 135L, 135L, 135L, 135L, 135L, 136L, 136L, 136L, 136L, 136L, 136L, 136L, 136L, 137L, 137L, 137L, 137L, 137L, 137L, 137L, 137L, 138L, 138L, 138L, 138L, 138L, 138L, 138L, 138L, 139L, 139L, 139L, 139L, 139L, 139L, 139L, 139L, 140L, 140L, 140L, 140L, 140L, 140L, 140L, 140L, 141L, 141L, 141L, 141L, 141L, 141L, 141L, 141L, 142L, 142L, 142L, 142L, 142L, 143L, 143L, 143L, 143L, 143L, 144L, 144L, 144L, 144L, 144L, 144L, 144L, 144L, 145L, 145L, 145L, 145L, 145L, 145L, 145L, 145L, 146L, 146L, 146L, 146L, 146L, 146L, 146L, 146L, 147L, 147L, 147L, 147L, 147L, 147L, 147L, 147L, 148L, 148L, 148L, 148L, 148L, 148L, 148L, 148L, 149L, 149L, 149L, 149L, 149L, 149L, 149L, 149L, 150L, 150L, 150L, 150L, 150L, 150L, 150L, 150L, 151L, 151L, 151L, 151L, 151L, 151L, 151L, 151L, 152L, 152L, 152L, 152L, 152L, 152L, 152L, 152L, 153L, 153L, 153L, 153L, 153L, 153L, 153L, 153L, 154L, 154L, 154L, 154L, 154L, 154L, 154L, 154L, 155L, 155L, 155L, 155L, 155L, 155L, 155L, 155L, 156L, 156L, 156L, 156L, 156L, 156L, 156L, 156L, 157L, 157L, 157L, 157L, 157L, 157L, 157L, 157L, 158L, 158L, 158L, 158L, 158L, 158L, 158L, 158L, 159L, 159L, 159L, 159L, 159L, 159L, 159L, 159L, 160L, 160L, 160L, 160L, 160L, 160L, 160L, 160L, 161L, 161L, 161L, 161L, 161L, 161L, 161L, 161L, 162L, 162L, 162L, 162L, 162L, 162L, 162L, 162L, 163L, 163L, 163L, 163L, 163L, 163L, 163L, 163L, 164L, 164L, 164L, 164L, 164L, 164L, 164L, 164L, 165L, 165L, 165L, 165L, 165L, 165L, 165L, 165L, 166L, 166L, 166L, 166L, 166L, 166L, 166L, 166L, 167L, 167L, 167L, 167L, 167L, 167L, 167L, 167L, 168L, 168L, 168L, 168L, 168L, 168L, 168L, 168L, 169L, 169L, 169L, 169L, 169L, 169L, 169L, 169L, 170L, 170L, 170L, 170L, 170L, 170L, 170L, 170L, 171L, 171L, 171L, 171L, 171L, 171L, 171L, 171L, 172L, 172L, 172L, 172L, 172L, 172L, 172L, 172L, 173L, 173L, 173L, 173L, 173L, 173L, 173L, 173L, 174L, 174L, 174L, 174L, 174L, 174L, 174L, 174L, 175L, 175L, 175L, 175L, 175L, 175L, 175L, 175L, 176L, 176L, 176L, 176L, 176L, 176L, 176L, 176L, 177L, 177L, 177L, 177L, 177L, 177L, 177L, 177L, 178L, 178L, 178L, 178L, 178L, 179L, 179L, 179L, 179L, 179L, 180L, 180L, 180L, 180L, 180L, 180L, 180L, 180L, 181L, 181L, 181L, 181L, 181L, 181L, 181L, 181L, 182L, 182L, 182L, 182L, 182L, 182L, 182L, 182L, 183L, 183L, 183L, 183L, 183L, 183L, 183L, 183L, 184L, 184L, 184L, 184L, 184L, 184L, 184L, 184L, 185L, 185L, 185L, 185L, 185L, 185L, 185L, 185L, 186L, 186L, 186L, 186L, 186L, 186L, 186L, 186L, 187L, 187L, 187L, 187L, 187L, 187L, 187L, 187L, 188L, 188L, 188L, 188L, 188L, 188L, 188L, 188L, 189L, 189L, 189L, 189L, 189L, 189L, 189L, 189L, 190L, 190L, 190L, 190L, 190L, 190L, 190L, 190L, 191L, 191L, 191L, 191L, 191L, 191L, 191L, 191L, 192L, 192L, 192L, 192L, 192L, 192L, 192L, 192L, 193L, 193L, 193L, 193L, 193L, 193L, 193L, 193L, 194L, 194L, 194L, 194L, 194L, 194L, 194L, 194L, 195L, 195L, 195L, 195L, 195L, 195L, 195L, 195L, 196L, 196L, 196L, 196L, 196L, 196L, 196L, 196L, 197L, 197L, 197L, 197L, 197L, 197L, 197L, 197L, 198L, 198L, 198L, 198L, 198L, 198L, 198L, 198L, 199L, 199L, 199L, 199L, 199L, 199L, 199L, 199L, 200L, 200L, 200L, 200L, 200L, 200L, 200L, 200L, 201L, 201L, 201L, 201L, 201L, 201L, 201L, 201L, 202L, 202L, 202L, 202L, 202L, 202L, 202L, 202L, 203L, 203L, 203L, 203L, 203L, 203L, 203L, 203L, 204L, 204L, 204L, 204L, 204L, 204L, 204L, 204L, 205L, 205L, 205L, 205L, 205L, 205L, 205L, 205L, 206L, 206L, 206L, 206L, 206L, 206L, 206L, 206L, 207L, 207L, 207L, 207L, 207L, 207L, 207L, 207L, 208L, 208L, 208L, 208L, 208L, 208L, 208L, 208L, 209L, 209L, 209L, 209L, 209L, 209L, 209L, 209L, 210L, 210L, 210L, 210L, 210L, 210L, 210L, 210L, 211L, 211L, 211L, 211L, 211L, 211L, 211L, 211L, 212L, 212L, 212L, 212L, 212L, 212L, 212L, 212L, 213L, 213L, 213L, 213L, 213L, 213L, 213L, 213L, 214L, 214L, 214L, 214L, 214L, 215L, 215L, 215L, 215L, 215L, 216L, 216L, 216L, 216L, 216L, 216L, 216L, 216L, 217L, 217L, 217L, 217L, 217L, 217L, 217L, 217L, 218L, 218L, 218L, 218L, 218L, 218L, 218L, 218L, 219L, 219L, 219L, 219L, 219L, 219L, 219L, 219L, 220L, 220L, 220L, 220L, 220L, 220L, 220L, 220L, 221L, 221L, 221L, 221L, 221L, 221L, 221L, 221L, 222L, 222L, 222L, 222L, 222L, 222L, 222L, 222L, 223L, 223L, 223L, 223L, 223L, 223L, 223L, 223L, 224L, 224L, 224L, 224L, 224L, 224L, 224L, 224L, 225L, 225L, 225L, 225L, 225L, 225L, 225L, 225L, 226L, 226L, 226L, 226L, 226L, 226L, 226L, 226L, 227L, 227L, 227L, 227L, 227L, 227L, 227L, 227L, 228L, 228L, 228L, 228L, 228L, 228L, 228L, 228L, 229L, 229L, 229L, 229L, 229L, 229L, 229L, 229L, 230L, 230L, 230L, 230L, 230L, 230L, 230L, 230L, 231L, 231L, 231L, 231L, 231L, 231L, 231L, 231L, 232L, 232L, 232L, 232L, 232L, 232L, 232L, 232L, 233L, 233L, 233L, 233L, 233L, 233L, 233L, 233L, 234L, 234L, 234L, 234L, 234L, 234L, 234L, 234L, 235L, 235L, 235L, 235L, 235L, 235L, 235L, 235L, 236L, 236L, 236L, 236L, 236L, 236L, 236L, 236L, 237L, 237L, 237L, 237L, 237L, 237L, 237L, 237L, 238L, 238L, 238L, 238L, 238L, 238L, 238L, 238L, 239L, 239L, 239L, 239L, 239L, 239L, 239L, 239L, 240L, 240L, 240L, 240L, 240L, 240L, 240L, 240L, 241L, 241L, 241L, 241L, 241L, 241L, 241L, 241L, 242L, 242L, 242L, 242L, 242L, 242L, 242L, 242L, 243L, 243L, 243L, 243L, 243L, 243L, 243L, 243L, 244L, 244L, 244L, 244L, 244L, 244L, 244L, 244L, 245L, 245L, 245L, 245L, 245L, 245L, 245L, 245L, 246L, 246L, 246L, 246L, 246L, 246L, 246L, 246L, 247L, 247L, 247L, 247L, 247L, 247L, 247L, 247L, 248L, 248L, 248L, 248L, 248L, 248L, 248L, 248L, 249L, 249L, 249L, 249L, 249L, 249L, 249L, 249L, 250L, 250L, 250L, 250L, 250L, 251L, 251L, 251L, 251L, 251L, 252L, 252L, 252L, 252L, 252L, 252L, 252L, 252L, 253L, 253L, 253L, 253L, 253L, 253L, 253L, 253L, 254L, 254L, 254L, 254L, 254L, 254L, 254L, 254L, 255L, 255L, 255L, 255L, 255L, 255L, 255L, 255L, 256L, 256L, 256L, 256L, 256L, 256L, 256L, 256L, 257L, 257L, 257L, 257L, 257L, 257L, 257L, 257L, 258L, 258L, 258L, 258L, 258L, 258L, 258L, 258L, 259L, 259L, 259L, 259L, 259L, 259L, 259L, 259L, 260L, 260L, 260L, 260L, 260L, 260L, 260L, 260L, 261L, 261L, 261L, 261L, 261L, 261L, 261L, 261L, 262L, 262L, 262L, 262L, 262L, 262L, 262L, 262L, 263L, 263L, 263L, 263L, 263L, 263L, 263L, 263L, 264L, 264L, 264L, 264L, 264L, 264L, 264L, 264L, 265L, 265L, 265L, 265L, 265L, 265L, 265L, 265L, 266L, 266L, 266L, 266L, 266L, 266L, 266L, 266L, 267L, 267L, 267L, 267L, 267L, 267L, 267L, 267L, 268L, 268L, 268L, 268L, 268L, 268L, 268L, 268L, 269L, 269L, 269L, 269L, 269L, 269L, 269L, 269L, 270L, 270L, 270L, 270L, 270L, 270L, 270L, 270L, 271L, 271L, 271L, 271L, 271L, 271L, 271L, 271L, 272L, 272L, 272L, 272L, 272L, 272L, 272L, 272L, 273L, 273L, 273L, 273L, 273L, 273L, 273L, 273L, 274L, 274L, 274L, 274L, 274L, 274L, 274L, 274L, 275L, 275L, 275L, 275L, 275L, 275L, 275L, 275L, 276L, 276L, 276L, 276L, 276L, 276L, 276L, 276L, 277L, 277L, 277L, 277L, 277L, 277L, 277L, 277L, 278L, 278L, 278L, 278L, 278L, 278L, 278L, 278L, 279L, 279L, 279L, 279L, 279L, 279L, 279L, 279L, 280L, 280L, 280L, 280L, 280L, 280L, 280L, 280L, 281L, 281L, 281L, 281L, 281L, 281L, 281L, 281L, 282L, 282L, 282L, 282L, 282L, 282L, 282L, 282L, 283L, 283L, 283L, 283L, 283L, 283L, 283L, 283L, 284L, 284L, 284L, 284L, 284L, 284L, 284L, 284L, 285L, 285L, 285L, 285L, 285L, 285L, 285L, 285L, 286L, 286L, 286L, 286L, 286L, 287L, 287L, 287L, 287L, 287L, 288L, 288L, 288L, 288L, 288L, 288L, 288L, 288L, 289L, 289L, 289L, 289L, 289L, 289L, 289L, 289L, 290L, 290L, 290L, 290L, 290L, 290L, 290L, 290L, 291L, 291L, 291L, 291L, 291L, 291L, 291L, 291L, 292L, 292L, 292L, 292L, 292L, 292L, 292L, 292L, 293L, 293L, 293L, 293L, 293L, 293L, 293L, 293L, 294L, 294L, 294L, 294L, 294L, 294L, 294L, 294L, 295L, 295L, 295L, 295L, 295L, 295L, 295L, 295L, 296L, 296L, 296L, 296L, 296L, 296L, 296L, 296L, 297L, 297L, 297L, 297L, 297L, 297L, 297L, 297L, 298L, 298L, 298L, 298L, 298L, 298L, 298L, 298L, 299L, 299L, 299L, 299L, 299L, 299L, 299L, 299L, 300L, 300L, 300L, 300L, 300L, 300L, 300L, 300L, 301L, 301L, 301L, 301L, 301L, 301L, 301L, 301L, 302L, 302L, 302L, 302L, 302L, 302L, 302L, 302L, 303L, 303L, 303L, 303L, 303L, 303L, 303L, 303L, 304L, 304L, 304L, 304L, 304L, 304L, 304L, 304L, 305L, 305L, 305L, 305L, 305L, 305L, 305L, 305L, 306L, 306L, 306L, 306L, 306L, 306L, 306L, 306L, 307L, 307L, 307L, 307L, 307L, 307L, 307L, 307L, 308L, 308L, 308L, 308L, 308L, 308L, 308L, 308L, 309L, 309L, 309L, 309L, 309L, 309L, 309L, 309L, 310L, 310L, 310L, 310L, 310L, 310L, 310L, 310L, 311L, 311L, 311L, 311L, 311L, 311L, 311L, 311L, 312L, 312L, 312L, 312L, 312L, 312L, 312L, 312L, 313L, 313L, 313L, 313L, 313L, 313L, 313L, 313L, 314L, 314L, 314L, 314L, 314L, 314L, 314L, 314L, 315L, 315L, 315L, 315L, 315L, 315L, 315L, 315L, 316L, 316L, 316L, 316L, 316L, 316L, 316L, 316L, 317L, 317L, 317L, 317L, 317L, 317L, 317L, 317L, 318L, 318L, 318L, 318L, 318L, 318L, 318L, 318L, 319L, 319L, 319L, 319L, 319L, 319L, 319L, 319L, 320L, 320L, 320L, 320L, 320L, 320L, 320L, 320L, 321L, 321L, 321L, 321L, 321L, 321L, 321L, 321L, 322L, 322L, 322L, 322L, 322L, 323L, 323L, 323L, 323L, 323L, 324L, 324L, 324L, 324L, 324L, 324L, 324L, 324L, 325L, 325L, 325L, 325L, 325L, 325L, 325L, 325L, 326L, 326L, 326L, 326L, 326L, 326L, 326L, 326L, 327L, 327L, 327L, 327L, 327L, 327L, 327L, 327L, 328L, 328L, 328L, 328L, 328L, 328L, 328L, 328L, 329L, 329L, 329L, 329L, 329L, 329L, 329L, 329L, 330L, 330L, 330L, 330L, 330L, 330L, 330L, 330L, 331L, 331L, 331L, 331L, 331L, 331L, 331L, 331L, 332L, 332L, 332L, 332L, 332L, 332L, 332L, 332L, 333L, 333L, 333L, 333L, 333L, 333L, 333L, 333L, 334L, 334L, 334L, 334L, 334L, 334L, 334L, 334L, 335L, 335L, 335L, 335L, 335L, 335L, 335L, 335L, 336L, 336L, 336L, 336L, 336L, 336L, 336L, 336L, 337L, 337L, 337L, 337L, 337L, 337L, 337L, 337L, 338L, 338L, 338L, 338L, 338L, 338L, 338L, 338L, 339L, 339L, 339L, 339L, 339L, 339L, 339L, 339L, 340L, 340L, 340L, 340L, 340L, 340L, 340L, 340L, 341L, 341L, 341L, 341L, 341L, 341L, 341L, 341L, 342L, 342L, 342L, 342L, 342L, 342L, 342L, 342L, 343L, 343L, 343L, 343L, 343L, 343L, 343L, 343L, 344L, 344L, 344L, 344L, 344L, 344L, 344L, 344L, 345L, 345L, 345L, 345L, 345L, 345L, 345L, 345L, 346L, 346L, 346L, 346L, 346L, 346L, 346L, 346L, 347L, 347L, 347L, 347L, 347L, 347L, 347L, 347L, 348L, 348L, 348L, 348L, 348L, 348L, 348L, 348L, 349L, 349L, 349L, 349L, 349L, 349L, 349L, 349L, 350L, 350L, 350L, 350L, 350L, 350L, 350L, 350L, 351L, 351L, 351L, 351L, 351L, 351L, 351L, 351L, 352L, 352L, 352L, 352L, 352L, 352L, 352L, 352L, 353L, 353L, 353L, 353L, 353L, 353L, 353L, 353L, 354L, 354L, 354L, 354L, 354L, 354L, 354L, 354L, 355L, 355L, 355L, 355L, 355L, 355L, 355L, 355L, 356L, 356L, 356L, 356L, 356L, 356L, 356L, 356L, 357L, 357L, 357L, 357L, 357L, 357L, 357L, 357L, 358L, 358L, 358L, 358L, 358L, 359L, 359L, 359L, 359L, 359L, 360L, 360L, 360L, 360L, 360L, 360L, 360L, 360L, 361L, 361L, 361L, 361L, 361L, 361L, 361L, 361L, 362L, 362L, 362L, 362L, 362L, 362L, 362L, 362L, 363L, 363L, 363L, 363L, 363L, 363L, 363L, 363L, 364L, 364L, 364L, 364L, 364L, 364L, 364L, 364L, 365L, 365L, 365L, 365L, 365L, 365L, 365L, 365L, 366L, 366L, 366L, 366L, 366L, 366L, 366L, 366L, 367L, 367L, 367L, 367L, 367L, 367L, 367L, 367L, 368L, 368L, 368L, 368L, 368L, 368L, 368L, 368L, 369L, 369L, 369L, 369L, 369L, 369L, 369L, 369L, 370L, 370L, 370L, 370L, 370L, 370L, 370L, 370L, 371L, 371L, 371L, 371L, 371L, 371L, 371L, 371L, 372L, 372L, 372L, 372L, 372L, 372L, 372L, 372L, 373L, 373L, 373L, 373L, 373L, 373L, 373L, 373L, 374L, 374L, 374L, 374L, 374L, 374L, 374L, 374L, 375L, 375L, 375L, 375L, 375L, 375L, 375L, 375L, 376L, 376L, 376L, 376L, 376L, 376L, 376L, 376L, 377L, 377L, 377L, 377L, 377L, 377L, 377L, 377L, 378L, 378L, 378L, 378L, 378L, 378L, 378L, 378L, 379L, 379L, 379L, 379L, 379L, 379L, 379L, 379L, 380L, 380L, 380L, 380L, 380L, 380L, 380L, 380L, 381L, 381L, 381L, 381L, 381L, 381L, 381L, 381L, 382L, 382L, 382L, 382L, 382L, 382L, 382L, 382L, 383L, 383L, 383L, 383L, 383L, 383L, 383L, 383L, 384L, 384L, 384L, 384L, 384L, 384L, 384L, 384L, 385L, 385L, 385L, 385L, 385L, 385L, 385L, 385L, 386L, 386L, 386L, 386L, 386L, 386L, 386L, 386L, 387L, 387L, 387L, 387L, 387L, 387L, 387L, 387L, 388L, 388L, 388L, 388L, 388L, 388L, 388L, 388L, 389L, 389L, 389L, 389L, 389L, 389L, 389L, 389L, 390L, 390L, 390L, 390L, 390L, 390L, 390L, 390L, 391L, 391L, 391L, 391L, 391L, 391L, 391L, 391L, 392L, 392L, 392L, 392L, 392L, 392L, 392L, 392L, 393L, 393L, 393L, 393L, 393L, 393L, 393L, 393L, 394L, 394L, 394L, 394L, 394L, 395L, 395L, 395L, 395L, 395L, 396L, 396L, 396L, 396L, 396L, 396L, 396L, 396L, 397L, 397L, 397L, 397L, 397L, 397L, 397L, 397L, 398L, 398L, 398L, 398L, 398L, 398L, 398L, 398L, 399L, 399L, 399L, 399L, 399L, 399L, 399L, 399L, 400L, 400L, 400L, 400L, 400L, 400L, 400L, 400L, 401L, 401L, 401L, 401L, 401L, 401L, 401L, 401L, 402L, 402L, 402L, 402L, 402L, 402L, 402L, 402L, 403L, 403L, 403L, 403L, 403L, 403L, 403L, 403L, 404L, 404L, 404L, 404L, 404L, 404L, 404L, 404L, 405L, 405L, 405L, 405L, 405L, 405L, 405L, 405L, 406L, 406L, 406L, 406L, 406L, 406L, 406L, 406L, 407L, 407L, 407L, 407L, 407L, 407L, 407L, 407L, 408L, 408L, 408L, 408L, 408L, 408L, 408L, 408L, 409L, 409L, 409L, 409L, 409L, 409L, 409L, 409L, 410L, 410L, 410L, 410L, 410L, 410L, 410L, 410L, 411L, 411L, 411L, 411L, 411L, 411L, 411L, 411L, 412L, 412L, 412L, 412L, 412L, 412L, 412L, 412L, 413L, 413L, 413L, 413L, 413L, 413L, 413L, 413L, 414L, 414L, 414L, 414L, 414L, 414L, 414L, 414L, 415L, 415L, 415L, 415L, 415L, 415L, 415L, 415L, 416L, 416L, 416L, 416L, 416L, 416L, 416L, 416L, 417L, 417L, 417L, 417L, 417L, 417L, 417L, 417L, 418L, 418L, 418L, 418L, 418L, 418L, 418L, 418L, 419L, 419L, 419L, 419L, 419L, 419L, 419L, 419L, 420L, 420L, 420L, 420L, 420L, 420L, 420L, 420L, 421L, 421L, 421L, 421L, 421L, 421L, 421L, 421L, 422L, 422L, 422L, 422L, 422L, 422L, 422L, 422L, 423L, 423L, 423L, 423L, 423L, 423L, 423L, 423L, 424L, 424L, 424L, 424L, 424L, 424L, 424L, 424L, 425L, 425L, 425L, 425L, 425L, 425L, 425L, 425L, 426L, 426L, 426L, 426L, 426L, 426L, 426L, 426L, 427L, 427L, 427L, 427L, 427L, 427L, 427L, 427L, 428L, 428L, 428L, 428L, 428L, 428L, 428L, 428L, 429L, 429L, 429L, 429L, 429L, 429L, 429L, 429L, 430L, 430L, 430L, 430L, 430L, 431L, 431L, 431L, 431L, 431L, 432L, 432L, 432L, 432L, 432L, 432L, 432L, 432L, 433L, 433L, 433L, 433L, 433L, 433L, 433L, 433L, 434L, 434L, 434L, 434L, 434L, 434L, 434L, 434L, 435L, 435L, 435L, 435L, 435L, 435L, 435L, 435L, 436L, 436L, 436L, 436L, 436L, 436L, 436L, 436L, 437L, 437L, 437L, 437L, 437L, 437L, 437L, 437L, 438L, 438L, 438L, 438L, 438L, 438L, 438L, 438L, 439L, 439L, 439L, 439L, 439L, 439L, 439L, 439L, 440L, 440L, 440L, 440L, 440L, 440L, 440L, 440L, 441L, 441L, 441L, 441L, 441L, 441L, 441L, 441L, 442L, 442L, 442L, 442L, 442L, 442L, 442L, 442L, 443L, 443L, 443L, 443L, 443L, 443L, 443L, 443L, 444L, 444L, 444L, 444L, 444L, 444L, 444L, 444L, 445L, 445L, 445L, 445L, 445L, 445L, 445L, 445L, 446L, 446L, 446L, 446L, 446L, 446L, 446L, 446L, 447L, 447L, 447L, 447L, 447L, 447L, 447L, 447L, 448L, 448L, 448L, 448L, 448L, 448L, 448L, 448L, 449L, 449L, 449L, 449L, 449L, 449L, 449L, 449L, 450L, 450L, 450L, 450L, 450L, 450L, 450L, 450L, 451L, 451L, 451L, 451L, 451L, 451L, 451L, 451L, 452L, 452L, 452L, 452L, 452L, 452L, 452L, 452L, 453L, 453L, 453L, 453L, 453L, 453L, 453L, 453L, 454L, 454L, 454L, 454L, 454L, 454L, 454L, 454L, 455L, 455L, 455L, 455L, 455L, 455L, 455L, 455L, 456L, 456L, 456L, 456L, 456L, 456L, 456L, 456L, 457L, 457L, 457L, 457L, 457L, 457L, 457L, 457L, 458L, 458L, 458L, 458L, 458L, 458L, 458L, 458L, 459L, 459L, 459L, 459L, 459L, 459L, 459L, 459L, 460L, 460L, 460L, 460L, 460L, 460L, 460L, 460L, 461L, 461L, 461L, 461L, 461L, 461L, 461L, 461L, 462L, 462L, 462L, 462L, 462L, 462L, 462L, 462L, 463L, 463L, 463L, 463L, 463L, 463L, 463L, 463L, 464L, 464L, 464L, 464L, 464L, 464L, 464L, 464L, 465L, 465L, 465L, 465L, 465L, 465L, 465L, 465L, 466L, 466L, 466L, 466L, 466L, 467L, 467L, 467L, 467L, 467L, 468L, 468L, 468L, 468L, 468L, 468L, 468L, 468L, 469L, 469L, 469L, 469L, 469L, 469L, 469L, 469L, 470L, 470L, 470L, 470L, 470L, 470L, 470L, 470L, 471L, 471L, 471L, 471L, 471L, 471L, 471L, 471L, 472L, 472L, 472L, 472L, 472L, 472L, 472L, 472L, 473L, 473L, 473L, 473L, 473L, 473L, 473L, 473L, 474L, 474L, 474L, 474L, 474L, 474L, 474L, 474L, 475L, 475L, 475L, 475L, 475L, 475L, 475L, 475L, 476L, 476L, 476L, 476L, 476L, 476L, 476L, 476L, 477L, 477L, 477L, 477L, 477L, 477L, 477L, 477L, 478L, 478L, 478L, 478L, 478L, 478L, 478L, 478L, 479L, 479L, 479L, 479L, 479L, 479L, 479L, 479L, 480L, 480L, 480L, 480L, 480L, 480L, 480L, 480L, 481L, 481L, 481L, 481L, 481L, 481L, 481L, 481L, 482L, 482L, 482L, 482L, 482L, 482L, 482L, 482L, 483L, 483L, 483L, 483L, 483L, 483L, 483L, 483L, 484L, 484L, 484L, 484L, 484L, 484L, 484L, 484L, 485L, 485L, 485L, 485L, 485L, 485L, 485L, 485L, 486L, 486L, 486L, 486L, 486L, 486L, 486L, 486L, 487L, 487L, 487L, 487L, 487L, 487L, 487L, 487L, 488L, 488L, 488L, 488L, 488L, 488L, 488L, 488L, 489L, 489L, 489L, 489L, 489L, 489L, 489L, 489L, 490L, 490L, 490L, 490L, 490L, 490L, 490L, 490L, 491L, 491L, 491L, 491L, 491L, 491L, 491L, 491L, 492L, 492L, 492L, 492L, 492L, 492L, 492L, 492L, 493L, 493L, 493L, 493L, 493L, 493L, 493L, 493L, 494L, 494L, 494L, 494L, 494L, 494L, 494L, 494L, 495L, 495L, 495L, 495L, 495L, 495L, 495L, 495L, 496L, 496L, 496L, 496L, 496L, 496L, 496L, 496L, 497L, 497L, 497L, 497L, 497L, 497L, 497L, 497L, 498L, 498L, 498L, 498L, 498L, 498L, 498L, 498L, 499L, 499L, 499L, 499L, 499L, 499L, 499L, 499L, 500L, 500L, 500L, 500L, 500L, 500L, 500L, 500L, 501L, 501L, 501L, 501L, 501L, 501L, 501L, 501L, 502L, 502L, 502L, 502L, 502L, 503L, 503L, 503L, 503L, 503L, 504L, 504L, 504L, 504L, 504L, 504L, 504L, 504L, 505L, 505L, 505L, 505L, 505L, 505L, 505L, 505L, 506L, 506L, 506L, 506L, 506L, 506L, 506L, 506L, 507L, 507L, 507L, 507L, 507L, 507L, 507L, 507L, 508L, 508L, 508L, 508L, 508L, 508L, 508L, 508L, 509L, 509L, 509L, 509L, 509L, 509L, 509L, 509L, 510L, 510L, 510L, 510L, 510L, 510L, 510L, 510L, 511L, 511L, 511L, 511L, 511L, 511L, 511L, 511L, 512L, 512L, 512L, 512L, 512L, 512L, 512L, 512L, 513L, 513L, 513L, 513L, 513L, 513L, 513L, 513L, 514L, 514L, 514L, 514L, 514L, 514L, 514L, 514L, 515L, 515L, 515L, 515L, 515L, 515L, 515L, 515L, 516L, 516L, 516L, 516L, 516L, 516L, 516L, 516L, 517L, 517L, 517L, 517L, 517L, 517L, 517L, 517L, 518L, 518L, 518L, 518L, 518L, 518L, 518L, 518L, 519L, 519L, 519L, 519L, 519L, 519L, 519L, 519L, 520L, 520L, 520L, 520L, 520L, 520L, 520L, 520L, 521L, 521L, 521L, 521L, 521L, 521L, 521L, 521L, 522L, 522L, 522L, 522L, 522L, 522L, 522L, 522L, 523L, 523L, 523L, 523L, 523L, 523L, 523L, 523L, 524L, 524L, 524L, 524L, 524L, 524L, 524L, 524L, 525L, 525L, 525L, 525L, 525L, 525L, 525L, 525L, 526L, 526L, 526L, 526L, 526L, 526L, 526L, 526L, 527L, 527L, 527L, 527L, 527L, 527L, 527L, 527L, 528L, 528L, 528L, 528L, 528L, 528L, 528L, 528L, 529L, 529L, 529L, 529L, 529L, 529L, 529L, 529L, 530L, 530L, 530L, 530L, 530L, 530L, 530L, 530L, 531L, 531L, 531L, 531L, 531L, 531L, 531L, 531L, 532L, 532L, 532L, 532L, 532L, 532L, 532L, 532L, 533L, 533L, 533L, 533L, 533L, 533L, 533L, 533L, 534L, 534L, 534L, 534L, 534L, 534L, 534L, 534L, 535L, 535L, 535L, 535L, 535L, 535L, 535L, 535L, 536L, 536L, 536L, 536L, 536L, 536L, 536L, 536L, 537L, 537L, 537L, 537L, 537L, 537L, 537L, 537L, 538L, 538L, 538L, 538L, 538L, 539L, 539L, 539L, 539L, 539L, 540L, 540L, 540L, 540L, 540L, 540L, 540L, 540L, 541L, 541L, 541L, 541L, 541L, 541L, 541L, 541L, 542L, 542L, 542L, 542L, 542L, 542L, 542L, 542L, 543L, 543L, 543L, 543L, 543L, 543L, 543L, 543L, 544L, 544L, 544L, 544L, 544L, 544L, 544L, 544L, 545L, 545L, 545L, 545L, 545L, 545L, 545L, 545L, 546L, 546L, 546L, 546L, 546L, 546L, 546L, 546L, 547L, 547L, 547L, 547L, 547L, 547L, 547L, 547L, 548L, 548L, 548L, 548L, 548L, 548L, 548L, 548L, 549L, 549L, 549L, 549L, 549L, 549L, 549L, 549L, 550L, 550L, 550L, 550L, 550L, 550L, 550L, 550L, 551L, 551L, 551L, 551L, 551L, 551L, 551L, 551L, 552L, 552L, 552L, 552L, 552L, 552L, 552L, 552L, 553L, 553L, 553L, 553L, 553L, 553L, 553L, 553L, 554L, 554L, 554L, 554L, 554L, 554L, 554L, 554L, 555L, 555L, 555L, 555L, 555L, 555L, 555L, 555L, 556L, 556L, 556L, 556L, 556L, 556L, 556L, 556L, 557L, 557L, 557L, 557L, 557L, 557L, 557L, 557L, 558L, 558L, 558L, 558L, 558L, 558L, 558L, 558L, 559L, 559L, 559L, 559L, 559L, 559L, 559L, 559L, 560L, 560L, 560L, 560L, 560L, 560L, 560L, 560L, 561L, 561L, 561L, 561L, 561L, 561L, 561L, 561L, 562L, 562L, 562L, 562L, 562L, 562L, 562L, 562L, 563L, 563L, 563L, 563L, 563L, 563L, 563L, 563L, 564L, 564L, 564L, 564L, 564L, 564L, 564L, 564L, 565L, 565L, 565L, 565L, 565L, 565L, 565L, 565L, 566L, 566L, 566L, 566L, 566L, 566L, 566L, 566L, 567L, 567L, 567L, 567L, 567L, 567L, 567L, 567L, 568L, 568L, 568L, 568L, 568L, 568L, 568L, 568L, 569L, 569L, 569L, 569L, 569L, 569L, 569L, 569L, 570L, 570L, 570L, 570L, 570L, 570L, 570L, 570L, 571L, 571L, 571L, 571L, 571L, 571L, 571L, 571L, 572L, 572L, 572L, 572L, 572L, 572L, 572L, 572L, 573L, 573L, 573L, 573L, 573L, 573L, 573L, 573L, 574L, 574L, 574L, 574L, 574L, 575L, 575L, 575L, 575L, 575L, 576L, 576L, 576L, 576L, 576L, 576L, 576L, 576L, 577L, 577L, 577L, 577L, 577L, 577L, 577L, 577L, 578L, 578L, 578L, 578L, 578L, 578L, 578L, 578L, 579L, 579L, 579L, 579L, 579L, 579L, 579L, 579L, 580L, 580L, 580L, 580L, 580L, 580L, 580L, 580L, 581L, 581L, 581L, 581L, 581L, 581L, 581L, 581L, 582L, 582L, 582L, 582L, 582L, 582L, 582L, 582L, 583L, 583L, 583L, 583L, 583L, 583L, 583L, 583L, 584L, 584L, 584L, 584L, 584L, 584L, 584L, 584L, 585L, 585L, 585L, 585L, 585L, 585L, 585L, 585L, 586L, 586L, 586L, 586L, 586L, 586L, 586L, 586L, 587L, 587L, 587L, 587L, 587L, 587L, 587L, 587L, 588L, 588L, 588L, 588L, 588L, 588L, 588L, 588L, 589L, 589L, 589L, 589L, 589L, 589L, 589L, 589L, 590L, 590L, 590L, 590L, 590L, 590L, 590L, 590L, 591L, 591L, 591L, 591L, 591L, 591L, 591L, 591L, 592L, 592L, 592L, 592L, 592L, 592L, 592L, 592L, 593L, 593L, 593L, 593L, 593L, 593L, 593L, 593L, 594L, 594L, 594L, 594L, 594L, 594L, 594L, 594L, 595L, 595L, 595L, 595L, 595L, 595L, 595L, 595L, 596L, 596L, 596L, 596L, 596L, 596L, 596L, 596L, 597L, 597L, 597L, 597L, 597L, 597L, 597L, 597L, 598L, 598L, 598L, 598L, 598L, 598L, 598L, 598L, 599L, 599L, 599L, 599L, 599L, 599L, 599L, 599L, 600L, 600L, 600L, 600L, 600L, 600L, 600L, 600L, 601L, 601L, 601L, 601L, 601L, 601L, 601L, 601L, 602L, 602L, 602L, 602L, 602L, 602L, 602L, 602L, 603L, 603L, 603L, 603L, 603L, 603L, 603L, 603L, 604L, 604L, 604L, 604L, 604L, 604L, 604L, 604L, 605L, 605L, 605L, 605L, 605L, 605L, 605L, 605L, 606L, 606L, 606L, 606L, 606L, 606L, 606L, 606L, 607L, 607L, 607L, 607L, 607L, 607L, 607L, 607L, 608L, 608L, 608L, 608L, 608L, 608L, 608L, 608L, 609L, 609L, 609L, 609L, 609L, 609L, 609L, 609L, 610L, 610L, 610L, 610L, 610L, 611L, 611L, 611L, 611L, 611L, 612L, 612L, 612L, 612L, 612L, 612L, 612L, 612L, 613L, 613L, 613L, 613L, 613L, 613L, 613L, 613L, 614L, 614L, 614L, 614L, 614L, 614L, 614L, 614L, 615L, 615L, 615L, 615L, 615L, 615L, 615L, 615L, 616L, 616L, 616L, 616L, 616L, 616L, 616L, 616L, 617L, 617L, 617L, 617L, 617L, 617L, 617L, 617L, 618L, 618L, 618L, 618L, 618L, 618L, 618L, 618L, 619L, 619L, 619L, 619L, 619L, 619L, 619L, 619L, 620L, 620L, 620L, 620L, 620L, 620L, 620L, 620L, 621L, 621L, 621L, 621L, 621L, 621L, 621L, 621L, 622L, 622L, 622L, 622L, 622L, 622L, 622L, 622L, 623L, 623L, 623L, 623L, 623L, 623L, 623L, 623L, 624L, 624L, 624L, 624L, 624L, 624L, 624L, 624L, 625L, 625L, 625L, 625L, 625L, 625L, 625L, 625L, 626L, 626L, 626L, 626L, 626L, 626L, 626L, 626L, 627L, 627L, 627L, 627L, 627L, 627L, 627L, 627L, 628L, 628L, 628L, 628L, 628L, 628L, 628L, 628L, 629L, 629L, 629L, 629L, 629L, 629L, 629L, 629L, 630L, 630L, 630L, 630L, 630L, 630L, 630L, 630L, 631L, 631L, 631L, 631L, 631L, 631L, 631L, 631L, 632L, 632L, 632L, 632L, 632L, 632L, 632L, 632L, 633L, 633L, 633L, 633L, 633L, 633L, 633L, 633L, 634L, 634L, 634L, 634L, 634L, 634L, 634L, 634L, 635L, 635L, 635L, 635L, 635L, 635L, 635L, 635L, 636L, 636L, 636L, 636L, 636L, 636L, 636L, 636L, 637L, 637L, 637L, 637L, 637L, 637L, 637L, 637L, 638L, 638L, 638L, 638L, 638L, 638L, 638L, 638L, 639L, 639L, 639L, 639L, 639L, 639L, 639L, 639L, 640L, 640L, 640L, 640L, 640L, 640L, 640L, 640L, 641L, 641L, 641L, 641L, 641L, 641L, 641L, 641L, 642L, 642L, 642L, 642L, 642L, 642L, 642L, 642L, 643L, 643L, 643L, 643L, 643L, 643L, 643L, 643L, 644L, 644L, 644L, 644L, 644L, 644L, 644L, 644L, 645L, 645L, 645L, 645L, 645L, 645L, 645L, 645L, 646L, 646L, 646L, 646L, 646L, 647L, 647L, 647L, 647L, 647L, 648L, 648L, 648L, 648L, 648L, 648L, 648L, 648L, 649L, 649L, 649L, 649L, 649L, 649L, 649L, 649L, 650L, 650L, 650L, 650L, 650L, 650L, 650L, 650L, 651L, 651L, 651L, 651L, 651L, 651L, 651L, 651L, 652L, 652L, 652L, 652L, 652L, 652L, 652L, 652L, 653L, 653L, 653L, 653L, 653L, 653L, 653L, 653L, 654L, 654L, 654L, 654L, 654L, 654L, 654L, 654L, 655L, 655L, 655L, 655L, 655L, 655L, 655L, 655L, 656L, 656L, 656L, 656L, 656L, 656L, 656L, 656L, 657L, 657L, 657L, 657L, 657L, 657L, 657L, 657L, 658L, 658L, 658L, 658L, 658L, 658L, 658L, 658L, 659L, 659L, 659L, 659L, 659L, 659L, 659L, 659L, 660L, 660L, 660L, 660L, 660L, 660L, 660L, 660L, 661L, 661L, 661L, 661L, 661L, 661L, 661L, 661L, 662L, 662L, 662L, 662L, 662L, 662L, 662L, 662L, 663L, 663L, 663L, 663L, 663L, 663L, 663L, 663L, 664L, 664L, 664L, 664L, 664L, 664L, 664L, 664L, 665L, 665L, 665L, 665L, 665L, 665L, 665L, 665L, 666L, 666L, 666L, 666L, 666L, 666L, 666L, 666L, 667L, 667L, 667L, 667L, 667L, 667L, 667L, 667L, 668L, 668L, 668L, 668L, 668L, 668L, 668L, 668L, 669L, 669L, 669L, 669L, 669L, 669L, 669L, 669L, 670L, 670L, 670L, 670L, 670L, 670L, 670L, 670L, 671L, 671L, 671L, 671L, 671L, 671L, 671L, 671L, 672L, 672L, 672L, 672L, 672L, 672L, 672L, 672L, 673L, 673L, 673L, 673L, 673L, 673L, 673L, 673L, 674L, 674L, 674L, 674L, 674L, 674L, 674L, 674L, 675L, 675L, 675L, 675L, 675L, 675L, 675L, 675L, 676L, 676L, 676L, 676L, 676L, 676L, 676L, 676L, 677L, 677L, 677L, 677L, 677L, 677L, 677L, 677L, 678L, 678L, 678L, 678L, 678L, 678L, 678L, 678L, 679L, 679L, 679L, 679L, 679L, 679L, 679L, 679L, 680L, 680L, 680L, 680L, 680L, 680L, 680L, 680L, 681L, 681L, 681L, 681L, 681L, 681L, 681L, 681L, 682L, 682L, 682L, 682L, 682L, 683L, 683L, 683L, 683L, 683L, 684L, 684L, 684L, 684L, 684L, 684L, 684L, 684L, 685L, 685L, 685L, 685L, 685L, 685L, 685L, 685L, 686L, 686L, 686L, 686L, 686L, 686L, 686L, 686L, 687L, 687L, 687L, 687L, 687L, 687L, 687L, 687L, 688L, 688L, 688L, 688L, 688L, 688L, 688L, 688L, 689L, 689L, 689L, 689L, 689L, 689L, 689L, 689L, 690L, 690L, 690L, 690L, 690L, 690L, 690L, 690L, 691L, 691L, 691L, 691L, 691L, 691L, 691L, 691L, 692L, 692L, 692L, 692L, 692L, 692L, 692L, 692L, 693L, 693L, 693L, 693L, 693L, 693L, 693L, 693L, 694L, 694L, 694L, 694L, 694L, 694L, 694L, 694L, 695L, 695L, 695L, 695L, 695L, 695L, 695L, 695L, 696L, 696L, 696L, 696L, 696L, 696L, 696L, 696L, 697L, 697L, 697L, 697L, 697L, 697L, 697L, 697L, 698L, 698L, 698L, 698L, 698L, 698L, 698L, 698L, 699L, 699L, 699L, 699L, 699L, 699L, 699L, 699L, 700L, 700L, 700L, 700L, 700L, 700L, 700L, 700L, 701L, 701L, 701L, 701L, 701L, 701L, 701L, 701L, 702L, 702L, 702L, 702L, 702L, 702L, 702L, 702L, 703L, 703L, 703L, 703L, 703L, 703L, 703L, 703L, 704L, 704L, 704L, 704L, 704L, 704L, 704L, 704L, 705L, 705L, 705L, 705L, 705L, 705L, 705L, 705L, 706L, 706L, 706L, 706L, 706L, 706L, 706L, 706L, 707L, 707L, 707L, 707L, 707L, 707L, 707L, 707L, 708L, 708L, 708L, 708L, 708L, 708L, 708L, 708L, 709L, 709L, 709L, 709L, 709L, 709L, 709L, 709L, 710L, 710L, 710L, 710L, 710L, 710L, 710L, 710L, 711L, 711L, 711L, 711L, 711L, 711L, 711L, 711L, 712L, 712L, 712L, 712L, 712L, 712L, 712L, 712L, 713L, 713L, 713L, 713L, 713L, 713L, 713L, 713L, 714L, 714L, 714L, 714L, 714L, 714L, 714L, 714L, 715L, 715L, 715L, 715L, 715L, 715L, 715L, 715L, 716L, 716L, 716L, 716L, 716L, 716L, 716L, 716L, 717L, 717L, 717L, 717L, 717L, 717L, 717L, 717L, 718L, 718L, 718L, 718L, 718L, 719L, 719L, 719L, 719L, 719L, 720L, 720L, 720L, 720L, 720L, 720L, 720L, 720L, 721L, 721L, 721L, 721L, 721L, 721L, 721L, 721L, 722L, 722L, 722L, 722L, 722L, 722L, 722L, 722L, 723L, 723L, 723L, 723L, 723L, 723L, 723L, 723L, 724L, 724L, 724L, 724L, 724L, 724L, 724L, 724L, 725L, 725L, 725L, 725L, 725L, 725L, 725L, 725L, 726L, 726L, 726L, 726L, 726L, 726L, 726L, 726L, 727L, 727L, 727L, 727L, 727L, 727L, 727L, 727L, 728L, 728L, 728L, 728L, 728L, 728L, 728L, 728L, 729L, 729L, 729L, 729L, 729L, 729L, 729L, 729L, 730L, 730L, 730L, 730L, 730L, 730L, 730L, 730L, 731L, 731L, 731L, 731L, 731L, 731L, 731L, 731L, 732L, 732L, 732L, 732L, 732L, 732L, 732L, 732L, 733L, 733L, 733L, 733L, 733L, 733L, 733L, 733L, 734L, 734L, 734L, 734L, 734L, 734L, 734L, 734L, 735L, 735L, 735L, 735L, 735L, 735L, 735L, 735L, 736L, 736L, 736L, 736L, 736L, 736L, 736L, 736L, 737L, 737L, 737L, 737L, 737L, 737L, 737L, 737L, 738L, 738L, 738L, 738L, 738L, 738L, 738L, 738L, 739L, 739L, 739L, 739L, 739L, 739L, 739L, 739L, 740L, 740L, 740L, 740L, 740L, 740L, 740L, 740L, 741L, 741L, 741L, 741L, 741L, 741L, 741L, 741L, 742L, 742L, 742L, 742L, 742L, 742L, 742L, 742L, 743L, 743L, 743L, 743L, 743L, 743L, 743L, 743L, 744L, 744L, 744L, 744L, 744L, 744L, 744L, 744L, 745L, 745L, 745L, 745L, 745L, 745L, 745L, 745L, 746L, 746L, 746L, 746L, 746L, 746L, 746L, 746L, 747L, 747L, 747L, 747L, 747L, 747L, 747L, 747L, 748L, 748L, 748L, 748L, 748L, 748L, 748L, 748L, 749L, 749L, 749L, 749L, 749L, 749L, 749L, 749L, 750L, 750L, 750L, 750L, 750L, 750L, 750L, 750L, 751L, 751L, 751L, 751L, 751L, 751L, 751L, 751L, 752L, 752L, 752L, 752L, 752L, 752L, 752L, 752L, 753L, 753L, 753L, 753L, 753L, 753L, 753L, 753L, 754L, 754L, 754L, 754L, 754L, 755L, 755L, 755L, 755L, 755L, 756L, 756L, 756L, 756L, 756L, 756L, 756L, 756L, 757L, 757L, 757L, 757L, 757L, 757L, 757L, 757L, 758L, 758L, 758L, 758L, 758L, 758L, 758L, 758L, 759L, 759L, 759L, 759L, 759L, 759L, 759L, 759L, 760L, 760L, 760L, 760L, 760L, 760L, 760L, 760L, 761L, 761L, 761L, 761L, 761L, 761L, 761L, 761L, 762L, 762L, 762L, 762L, 762L, 762L, 762L, 762L, 763L, 763L, 763L, 763L, 763L, 763L, 763L, 763L, 764L, 764L, 764L, 764L, 764L, 764L, 764L, 764L, 765L, 765L, 765L, 765L, 765L, 765L, 765L, 765L, 766L, 766L, 766L, 766L, 766L, 766L, 766L, 766L, 767L, 767L, 767L, 767L, 767L, 767L, 767L, 767L, 768L, 768L, 768L, 768L, 768L, 768L, 768L, 768L, 769L, 769L, 769L, 769L, 769L, 769L, 769L, 769L, 770L, 770L, 770L, 770L, 770L, 770L, 770L, 770L, 771L, 771L, 771L, 771L, 771L, 771L, 771L, 771L, 772L, 772L, 772L, 772L, 772L, 772L, 772L, 772L, 773L, 773L, 773L, 773L, 773L, 773L, 773L, 773L, 774L, 774L, 774L, 774L, 774L, 774L, 774L, 774L, 775L, 775L, 775L, 775L, 775L, 775L, 775L, 775L, 776L, 776L, 776L, 776L, 776L, 776L, 776L, 776L, 777L, 777L, 777L, 777L, 777L, 777L, 777L, 777L, 778L, 778L, 778L, 778L, 778L, 778L, 778L, 778L, 779L, 779L, 779L, 779L, 779L, 779L, 779L, 779L, 780L, 780L, 780L, 780L, 780L, 780L, 780L, 780L, 781L, 781L, 781L, 781L, 781L, 781L, 781L, 781L, 782L, 782L, 782L, 782L, 782L, 782L, 782L, 782L, 783L, 783L, 783L, 783L, 783L, 783L, 783L, 783L, 784L, 784L, 784L, 784L, 784L, 784L, 784L, 784L, 785L, 785L, 785L, 785L, 785L, 785L, 785L, 785L, 786L, 786L, 786L, 786L, 786L, 786L, 786L, 786L, 787L, 787L, 787L, 787L, 787L, 787L, 787L, 787L, 788L, 788L, 788L, 788L, 788L, 788L, 788L, 788L, 789L, 789L, 789L, 789L, 789L, 789L, 789L, 789L, 790L, 790L, 790L, 790L, 790L, 791L, 791L, 791L, 791L, 791L, 792L, 792L, 792L, 792L, 792L, 792L, 792L, 792L, 793L, 793L, 793L, 793L, 793L, 793L, 793L, 793L, 794L, 794L, 794L, 794L, 794L, 794L, 794L, 794L, 795L, 795L, 795L, 795L, 795L, 795L, 795L, 795L, 796L, 796L, 796L, 796L, 796L, 796L, 796L, 796L, 797L, 797L, 797L, 797L, 797L, 797L, 797L, 797L, 798L, 798L, 798L, 798L, 798L, 798L, 798L, 798L, 799L, 799L, 799L, 799L, 799L, 799L, 799L, 799L, 800L, 800L, 800L, 800L, 800L, 800L, 800L, 800L, 801L, 801L, 801L, 801L, 801L, 801L, 801L, 801L, 802L, 802L, 802L, 802L, 802L, 802L, 802L, 802L, 803L, 803L, 803L, 803L, 803L, 803L, 803L, 803L, 804L, 804L, 804L, 804L, 804L, 804L, 804L, 804L, 805L, 805L, 805L, 805L, 805L, 805L, 805L, 805L, 806L, 806L, 806L, 806L, 806L, 806L, 806L, 806L, 807L, 807L, 807L, 807L, 807L, 807L, 807L, 807L, 808L, 808L, 808L, 808L, 808L, 808L, 808L, 808L, 809L, 809L, 809L, 809L, 809L, 809L, 809L, 809L, 810L, 810L, 810L, 810L, 810L, 810L, 810L, 810L, 811L, 811L, 811L, 811L, 811L, 811L, 811L, 811L, 812L, 812L, 812L, 812L, 812L, 812L, 812L, 812L, 813L, 813L, 813L, 813L, 813L, 813L, 813L, 813L, 814L, 814L, 814L, 814L, 814L, 814L, 814L, 814L, 815L, 815L, 815L, 815L, 815L, 815L, 815L, 815L, 816L, 816L, 816L, 816L, 816L, 816L, 816L, 816L, 817L, 817L, 817L, 817L, 817L, 817L, 817L, 817L, 818L, 818L, 818L, 818L, 818L, 818L, 818L, 818L, 819L, 819L, 819L, 819L, 819L, 819L, 819L, 819L, 820L, 820L, 820L, 820L, 820L, 820L, 820L, 820L, 821L, 821L, 821L, 821L, 821L, 821L, 821L, 821L, 822L, 822L, 822L, 822L, 822L, 822L, 822L, 822L, 823L, 823L, 823L, 823L, 823L, 823L, 823L, 823L, 824L, 824L, 824L, 824L, 824L, 824L, 824L, 824L, 825L, 825L, 825L, 825L, 825L, 825L, 825L, 825L, 826L, 826L, 826L, 826L, 826L, 827L, 827L, 827L, 827L, 827L, 828L, 828L, 828L, 828L, 828L, 828L, 828L, 828L, 829L, 829L, 829L, 829L, 829L, 829L, 829L, 829L, 830L, 830L, 830L, 830L, 830L, 830L, 830L, 830L, 831L, 831L, 831L, 831L, 831L, 831L, 831L, 831L, 832L, 832L, 832L, 832L, 832L, 832L, 832L, 832L, 833L, 833L, 833L, 833L, 833L, 833L, 833L, 833L, 834L, 834L, 834L, 834L, 834L, 834L, 834L, 834L, 835L, 835L, 835L, 835L, 835L, 835L, 835L, 835L, 836L, 836L, 836L, 836L, 836L, 836L, 836L, 836L, 837L, 837L, 837L, 837L, 837L, 837L, 837L, 837L, 838L, 838L, 838L, 838L, 838L, 838L, 838L, 838L, 839L, 839L, 839L, 839L, 839L, 839L, 839L, 839L, 840L, 840L, 840L, 840L, 840L, 840L, 840L, 840L, 841L, 841L, 841L, 841L, 841L, 841L, 841L, 841L, 842L, 842L, 842L, 842L, 842L, 842L, 842L, 842L, 843L, 843L, 843L, 843L, 843L, 843L, 843L, 843L, 844L, 844L, 844L, 844L, 844L, 844L, 844L, 844L, 845L, 845L, 845L, 845L, 845L, 845L, 845L, 845L, 846L, 846L, 846L, 846L, 846L, 846L, 846L, 846L, 847L, 847L, 847L, 847L, 847L, 847L, 847L, 847L, 848L, 848L, 848L, 848L, 848L, 848L, 848L, 848L, 849L, 849L, 849L, 849L, 849L, 849L, 849L, 849L, 850L, 850L, 850L, 850L, 850L, 850L, 850L, 850L, 851L, 851L, 851L, 851L, 851L, 851L, 851L, 851L, 852L, 852L, 852L, 852L, 852L, 852L, 852L, 852L, 853L, 853L, 853L, 853L, 853L, 853L, 853L, 853L, 854L, 854L, 854L, 854L, 854L, 854L, 854L, 854L, 855L, 855L, 855L, 855L, 855L, 855L, 855L, 855L, 856L, 856L, 856L, 856L, 856L, 856L, 856L, 856L, 857L, 857L, 857L, 857L, 857L, 857L, 857L, 857L, 858L, 858L, 858L, 858L, 858L, 858L, 858L, 858L, 859L, 859L, 859L, 859L, 859L, 859L, 859L, 859L, 860L, 860L, 860L, 860L, 860L, 860L, 860L, 860L, 861L, 861L, 861L, 861L, 861L, 861L, 861L, 861L, 862L, 862L, 862L, 862L, 862L, 863L, 863L, 863L, 863L, 863L, 864L, 864L, 864L, 864L, 864L, 864L, 864L, 864L, 865L, 865L, 865L, 865L, 865L, 865L, 865L, 865L, 866L, 866L, 866L, 866L, 866L, 866L, 866L, 866L, 867L, 867L, 867L, 867L, 867L, 867L, 867L, 867L, 868L, 868L, 868L, 868L, 868L, 868L, 868L, 868L, 869L, 869L, 869L, 869L, 869L, 869L, 869L, 869L, 870L, 870L, 870L, 870L, 870L, 870L, 870L, 870L, 871L, 871L, 871L, 871L, 871L, 871L, 871L, 871L, 872L, 872L, 872L, 872L, 872L, 872L, 872L, 872L, 873L, 873L, 873L, 873L, 873L, 873L, 873L, 873L, 874L, 874L, 874L, 874L, 874L, 874L, 874L, 874L, 875L, 875L, 875L, 875L, 875L, 875L, 875L, 875L, 876L, 876L, 876L, 876L, 876L, 876L, 876L, 876L, 877L, 877L, 877L, 877L, 877L, 877L, 877L, 877L, 878L, 878L, 878L, 878L, 878L, 878L, 878L, 878L, 879L, 879L, 879L, 879L, 879L, 879L, 879L, 879L, 880L, 880L, 880L, 880L, 880L, 880L, 880L, 880L, 881L, 881L, 881L, 881L, 881L, 881L, 881L, 881L, 882L, 882L, 882L, 882L, 882L, 882L, 882L, 882L, 883L, 883L, 883L, 883L, 883L, 883L, 883L, 883L, 884L, 884L, 884L, 884L, 884L, 884L, 884L, 884L, 885L, 885L, 885L, 885L, 885L, 885L, 885L, 885L, 886L, 886L, 886L, 886L, 886L, 886L, 886L, 886L, 887L, 887L, 887L, 887L, 887L, 887L, 887L, 887L, 888L, 888L, 888L, 888L, 888L, 888L, 888L, 888L, 889L, 889L, 889L, 889L, 889L, 889L, 889L, 889L, 890L, 890L, 890L, 890L, 890L, 890L, 890L, 890L, 891L, 891L, 891L, 891L, 891L, 891L, 891L, 891L, 892L, 892L, 892L, 892L, 892L, 892L, 892L, 892L, 893L, 893L, 893L, 893L, 893L, 893L, 893L, 893L, 894L, 894L, 894L, 894L, 894L, 894L, 894L, 894L, 895L, 895L, 895L, 895L, 895L, 895L, 895L, 895L, 896L, 896L, 896L, 896L, 896L, 896L, 896L, 896L, 897L, 897L, 897L, 897L, 897L, 897L, 897L, 897L, 898L, 898L, 898L, 898L, 898L, 899L, 899L, 899L, 899L, 899L, 900L, 900L, 900L, 900L, 900L, 900L, 900L, 900L, 901L, 901L, 901L, 901L, 901L, 901L, 901L, 901L, 902L, 902L, 902L, 902L, 902L, 902L, 902L, 902L, 903L, 903L, 903L, 903L, 903L, 903L, 903L, 903L, 904L, 904L, 904L, 904L, 904L, 904L, 904L, 904L, 905L, 905L, 905L, 905L, 905L, 905L, 905L, 905L, 906L, 906L, 906L, 906L, 906L, 906L, 906L, 906L, 907L, 907L, 907L, 907L, 907L, 907L, 907L, 907L, 908L, 908L, 908L, 908L, 908L, 908L, 908L, 908L, 909L, 909L, 909L, 909L, 909L, 909L, 909L, 909L, 910L, 910L, 910L, 910L, 910L, 910L, 910L, 910L, 911L, 911L, 911L, 911L, 911L, 911L, 911L, 911L, 912L, 912L, 912L, 912L, 912L, 912L, 912L, 912L, 913L, 913L, 913L, 913L, 913L, 913L, 913L, 913L, 914L, 914L, 914L, 914L, 914L, 914L, 914L, 914L, 915L, 915L, 915L, 915L, 915L, 915L, 915L, 915L, 916L, 916L, 916L, 916L, 916L, 916L, 916L, 916L, 917L, 917L, 917L, 917L, 917L, 917L, 917L, 917L, 918L, 918L, 918L, 918L, 918L, 918L, 918L, 918L, 919L, 919L, 919L, 919L, 919L, 919L, 919L, 919L, 920L, 920L, 920L, 920L, 920L, 920L, 920L, 920L, 921L, 921L, 921L, 921L, 921L, 921L, 921L, 921L, 922L, 922L, 922L, 922L, 922L, 922L, 922L, 922L, 923L, 923L, 923L, 923L, 923L, 923L, 923L, 923L, 924L, 924L, 924L, 924L, 924L, 924L, 924L, 924L, 925L, 925L, 925L, 925L, 925L, 925L, 925L, 925L, 926L, 926L, 926L, 926L, 926L, 926L, 926L, 926L, 927L, 927L, 927L, 927L, 927L, 927L, 927L, 927L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 928L, 929L, 929L, 929L, 929L, 929L, 929L, 929L, 929L, 930L, 930L, 930L, 930L, 930L, 930L, 930L, 930L, 931L, 931L, 931L, 931L, 931L, 931L, 931L, 931L, 932L, 932L, 932L, 932L, 932L, 932L, 932L, 932L, 933L, 933L, 933L, 933L, 933L, 933L, 933L, 933L, 934L, 934L, 934L, 934L, 934L, 935L, 935L, 935L, 935L, 935L, 936L, 936L, 936L, 936L, 936L, 936L, 936L, 936L, 937L, 937L, 937L, 937L, 937L, 937L, 937L, 937L, 938L, 938L, 938L, 938L, 938L, 938L, 938L, 938L, 939L, 939L, 939L, 939L, 939L, 939L, 939L, 939L, 940L, 940L, 940L, 940L, 940L, 940L, 940L, 940L, 941L, 941L, 941L, 941L, 941L, 941L, 941L, 941L, 942L, 942L, 942L, 942L, 942L, 942L, 942L, 942L, 943L, 943L, 943L, 943L, 943L, 943L, 943L, 943L, 944L, 944L, 944L, 944L, 944L, 944L, 944L, 944L, 945L, 945L, 945L, 945L, 945L, 945L, 945L, 945L, 946L, 946L, 946L, 946L, 946L, 946L, 946L, 946L, 947L, 947L, 947L, 947L, 947L, 947L, 947L, 947L, 948L, 948L, 948L, 948L, 948L, 948L, 948L, 948L, 949L, 949L, 949L, 949L, 949L, 949L, 949L, 949L, 950L, 950L, 950L, 950L, 950L, 950L, 950L, 950L, 951L, 951L, 951L, 951L, 951L, 951L, 951L, 951L, 952L, 952L, 952L, 952L, 952L, 952L, 952L, 952L, 953L, 953L, 953L, 953L, 953L, 953L, 953L, 953L, 954L, 954L, 954L, 954L, 954L, 954L, 954L, 954L, 955L, 955L, 955L, 955L, 955L, 955L, 955L, 955L, 956L, 956L, 956L, 956L, 956L, 956L, 956L, 956L, 957L, 957L, 957L, 957L, 957L, 957L, 957L, 957L, 958L, 958L, 958L, 958L, 958L, 958L, 958L, 958L, 959L, 959L, 959L, 959L, 959L, 959L, 959L, 959L, 960L, 960L, 960L, 960L, 960L, 960L, 960L, 960L, 961L, 961L, 961L, 961L, 961L, 961L, 961L, 961L, 962L, 962L, 962L, 962L, 962L, 962L, 962L, 962L, 963L, 963L, 963L, 963L, 963L, 963L, 963L, 963L, 964L, 964L, 964L, 964L, 964L, 964L, 964L, 964L, 965L, 965L, 965L, 965L, 965L, 965L, 965L, 965L, 966L, 966L, 966L, 966L, 966L, 966L, 966L, 966L, 967L, 967L, 967L, 967L, 967L, 967L, 967L, 967L, 968L, 968L, 968L, 968L, 968L, 968L, 968L, 968L, 969L, 969L, 969L, 969L, 969L, 969L, 969L, 969L, 970L, 970L, 970L, 970L, 970L, 971L, 971L, 971L, 971L, 971L, 972L, 972L, 972L, 972L, 972L, 972L, 972L, 972L, 973L, 973L, 973L, 973L, 973L, 973L, 973L, 973L, 974L, 974L, 974L, 974L, 974L, 974L, 974L, 974L, 975L, 975L, 975L, 975L, 975L, 975L, 975L, 975L, 976L, 976L, 976L, 976L, 976L, 976L, 976L, 976L, 977L, 977L, 977L, 977L, 977L, 977L, 977L, 977L, 978L, 978L, 978L, 978L, 978L, 978L, 978L, 978L, 979L, 979L, 979L, 979L, 979L, 979L, 979L, 979L, 980L, 980L, 980L, 980L, 980L, 980L, 980L, 980L, 981L, 981L, 981L, 981L, 981L, 981L, 981L, 981L, 982L, 982L, 982L, 982L, 982L, 982L, 982L, 982L, 983L, 983L, 983L, 983L, 983L, 983L, 983L, 983L, 984L, 984L, 984L, 984L, 984L, 984L, 984L, 984L, 985L, 985L, 985L, 985L, 985L, 985L, 985L, 985L, 986L, 986L, 986L, 986L, 986L, 986L, 986L, 986L, 987L, 987L, 987L, 987L, 987L, 987L, 987L, 987L, 988L, 988L, 988L, 988L, 988L, 988L, 988L, 988L, 989L, 989L, 989L, 989L, 989L, 989L, 989L, 989L, 990L, 990L, 990L, 990L, 990L, 990L, 990L, 990L, 991L, 991L, 991L, 991L, 991L, 991L, 991L, 991L, 992L, 992L, 992L, 992L, 992L, 992L, 992L, 992L, 993L, 993L, 993L, 993L, 993L, 993L, 993L, 993L, 994L, 994L, 994L, 994L, 994L, 994L, 994L, 994L, 995L, 995L, 995L, 995L, 995L, 995L, 995L, 995L, 996L, 996L, 996L, 996L, 996L, 996L, 996L, 996L, 997L, 997L, 997L, 997L, 997L, 997L, 997L, 997L, 998L, 998L, 998L, 998L, 998L, 998L, 998L, 998L, 999L, 999L, 999L, 999L, 999L, 999L, 999L, 999L, 1000L, 1000L, 1000L, 1000L, 1000L, 1000L, 1000L, 1000L, 1001L, 1001L, 1001L, 1001L, 1001L, 1001L, 1001L, 1001L, 1002L, 1002L, 1002L, 1002L, 1002L, 1002L, 1002L, 1002L, 1003L, 1003L, 1003L, 1003L, 1003L, 1003L, 1003L, 1003L, 1004L, 1004L, 1004L, 1004L, 1004L, 1004L, 1004L, 1004L, 1005L, 1005L, 1005L, 1005L, 1005L, 1005L, 1005L, 1005L, 1006L, 1006L, 1006L, 1006L, 1006L, 1007L, 1007L, 1007L, 1007L, 1007L, 1008L, 1008L, 1008L, 1008L, 1008L, 1008L, 1008L, 1008L, 1009L, 1009L, 1009L, 1009L, 1009L, 1009L, 1009L, 1009L, 1010L, 1010L, 1010L, 1010L, 1010L, 1010L, 1010L, 1010L, 1011L, 1011L, 1011L, 1011L, 1011L, 1011L, 1011L, 1011L, 1012L, 1012L, 1012L, 1012L, 1012L, 1012L, 1012L, 1012L, 1013L, 1013L, 1013L, 1013L, 1013L, 1013L, 1013L, 1013L, 1014L, 1014L, 1014L, 1014L, 1014L, 1014L, 1014L, 1014L, 1015L, 1015L, 1015L, 1015L, 1015L, 1015L, 1015L, 1015L, 1016L, 1016L, 1016L, 1016L, 1016L, 1016L, 1016L, 1016L, 1017L, 1017L, 1017L, 1017L, 1017L, 1017L, 1017L, 1017L, 1018L, 1018L, 1018L, 1018L, 1018L, 1018L, 1018L, 1018L, 1019L, 1019L, 1019L, 1019L, 1019L, 1019L, 1019L, 1019L, 1020L, 1020L, 1020L, 1020L, 1020L, 1020L, 1020L, 1020L, 1021L, 1021L, 1021L, 1021L, 1021L, 1021L, 1021L, 1021L, 1022L, 1022L, 1022L, 1022L, 1022L, 1022L, 1022L, 1022L, 1023L, 1023L, 1023L, 1023L, 1023L, 1023L, 1023L, 1023L, 1024L, 1024L, 1024L, 1024L, 1024L, 1024L, 1024L, 1024L, 1025L, 1025L, 1025L, 1025L, 1025L, 1025L, 1025L, 1025L, 1026L, 1026L, 1026L, 1026L, 1026L, 1026L, 1026L, 1026L, 1027L, 1027L, 1027L, 1027L, 1027L, 1027L, 1027L, 1027L, 1028L, 1028L, 1028L, 1028L, 1028L, 1028L, 1028L, 1028L, 1029L, 1029L, 1029L, 1029L, 1029L, 1029L, 1029L, 1029L, 1030L, 1030L, 1030L, 1030L, 1030L, 1030L, 1030L, 1030L, 1031L, 1031L, 1031L, 1031L, 1031L, 1031L, 1031L, 1031L, 1032L, 1032L, 1032L, 1032L, 1032L, 1032L, 1032L, 1032L, 1033L, 1033L, 1033L, 1033L, 1033L, 1033L, 1033L, 1033L, 1034L, 1034L, 1034L, 1034L, 1034L, 1034L, 1034L, 1034L, 1035L, 1035L, 1035L, 1035L, 1035L, 1035L, 1035L, 1035L, 1036L, 1036L, 1036L, 1036L, 1036L, 1036L, 1036L, 1036L, 1037L, 1037L, 1037L, 1037L, 1037L, 1037L, 1037L, 1037L, 1038L, 1038L, 1038L, 1038L, 1038L, 1038L, 1038L, 1038L, 1039L, 1039L, 1039L, 1039L, 1039L, 1039L, 1039L, 1039L, 1040L, 1040L, 1040L, 1040L, 1040L, 1040L, 1040L, 1040L, 1041L, 1041L, 1041L, 1041L, 1041L, 1041L, 1041L, 1041L, 1042L, 1042L, 1042L, 1042L, 1042L, 1043L, 1043L, 1043L, 1043L, 1043L, 1044L, 1044L, 1044L, 1044L, 1044L, 1044L, 1044L, 1044L, 1045L, 1045L, 1045L, 1045L, 1045L, 1045L, 1045L, 1045L, 1046L, 1046L, 1046L, 1046L, 1046L, 1046L, 1046L, 1046L, 1047L, 1047L, 1047L, 1047L, 1047L, 1047L, 1047L, 1047L, 1048L, 1048L, 1048L, 1048L, 1048L, 1048L, 1048L, 1048L, 1049L, 1049L, 1049L, 1049L, 1049L, 1049L, 1049L, 1049L, 1050L, 1050L, 1050L, 1050L, 1050L, 1050L, 1050L, 1050L, 1051L, 1051L, 1051L, 1051L, 1051L, 1051L, 1051L, 1051L, 1052L, 1052L, 1052L, 1052L, 1052L, 1052L, 1052L, 1052L, 1053L, 1053L, 1053L, 1053L, 1053L, 1053L, 1053L, 1053L, 1054L, 1054L, 1054L, 1054L, 1054L, 1054L, 1054L, 1054L, 1055L, 1055L, 1055L, 1055L, 1055L, 1055L, 1055L, 1055L, 1056L, 1056L, 1056L, 1056L, 1056L, 1056L, 1056L, 1056L, 1057L, 1057L, 1057L, 1057L, 1057L, 1057L, 1057L, 1057L, 1058L, 1058L, 1058L, 1058L, 1058L, 1058L, 1058L, 1058L, 1059L, 1059L, 1059L, 1059L, 1059L, 1059L, 1059L, 1059L, 1060L, 1060L, 1060L, 1060L, 1060L, 1060L, 1060L, 1060L, 1061L, 1061L, 1061L, 1061L, 1061L, 1061L, 1061L, 1061L, 1062L, 1062L, 1062L, 1062L, 1062L, 1062L, 1062L, 1062L, 1063L, 1063L, 1063L, 1063L, 1063L, 1063L, 1063L, 1063L, 1064L, 1064L, 1064L, 1064L, 1064L, 1064L, 1064L, 1064L, 1065L, 1065L, 1065L, 1065L, 1065L, 1065L, 1065L, 1065L, 1066L, 1066L, 1066L, 1066L, 1066L, 1066L, 1066L, 1066L, 1067L, 1067L, 1067L, 1067L, 1067L, 1067L, 1067L, 1067L, 1068L, 1068L, 1068L, 1068L, 1068L, 1068L, 1068L, 1068L, 1069L, 1069L, 1069L, 1069L, 1069L, 1069L, 1069L, 1069L, 1070L, 1070L, 1070L, 1070L, 1070L, 1070L, 1070L, 1070L, 1071L, 1071L, 1071L, 1071L, 1071L, 1071L, 1071L, 1071L, 1072L, 1072L, 1072L, 1072L, 1072L, 1072L, 1072L, 1072L, 1073L, 1073L, 1073L, 1073L, 1073L, 1073L, 1073L, 1073L, 1074L, 1074L, 1074L, 1074L, 1074L, 1074L, 1074L, 1074L, 1075L, 1075L, 1075L, 1075L, 1075L, 1075L, 1075L, 1075L, 1076L, 1076L, 1076L, 1076L, 1076L, 1076L, 1076L, 1076L, 1077L, 1077L, 1077L, 1077L, 1077L, 1077L, 1077L, 1077L, 1078L, 1078L, 1078L, 1078L, 1078L, 1079L, 1079L, 1079L, 1079L, 1079L, 1080L, 1080L, 1080L, 1080L, 1080L, 1080L, 1080L, 1080L, 1081L, 1081L, 1081L, 1081L, 1081L, 1081L, 1081L, 1081L, 1082L, 1082L, 1082L, 1082L, 1082L, 1082L, 1082L, 1082L, 1083L, 1083L, 1083L, 1083L, 1083L, 1083L, 1083L, 1083L, 1084L, 1084L, 1084L, 1084L, 1084L, 1084L, 1084L, 1084L, 1085L, 1085L, 1085L, 1085L, 1085L, 1085L, 1085L, 1085L, 1086L, 1086L, 1086L, 1086L, 1086L, 1086L, 1086L, 1086L, 1087L, 1087L, 1087L, 1087L, 1087L, 1087L, 1087L, 1087L, 1088L, 1088L, 1088L, 1088L, 1088L, 1088L, 1088L, 1088L, 1089L, 1089L, 1089L, 1089L, 1089L, 1089L, 1089L, 1089L, 1090L, 1090L, 1090L, 1090L, 1090L, 1090L, 1090L, 1090L, 1091L, 1091L, 1091L, 1091L, 1091L, 1091L, 1091L, 1091L, 1092L, 1092L, 1092L, 1092L, 1092L, 1092L, 1092L, 1092L, 1093L, 1093L, 1093L, 1093L, 1093L, 1093L, 1093L, 1093L, 1094L, 1094L, 1094L, 1094L, 1094L, 1094L, 1094L, 1094L, 1095L, 1095L, 1095L, 1095L, 1095L, 1095L, 1095L, 1095L, 1096L, 1096L, 1096L, 1096L, 1096L, 1096L, 1096L, 1096L, 1097L, 1097L, 1097L, 1097L, 1097L, 1097L, 1097L, 1097L, 1098L, 1098L, 1098L, 1098L, 1098L, 1098L, 1098L, 1098L, 1099L, 1099L, 1099L, 1099L, 1099L, 1099L, 1099L, 1099L, 1100L, 1100L, 1100L, 1100L, 1100L, 1100L, 1100L, 1100L, 1101L, 1101L, 1101L, 1101L, 1101L, 1101L, 1101L, 1101L, 1102L, 1102L, 1102L, 1102L, 1102L, 1102L, 1102L, 1102L, 1103L, 1103L, 1103L, 1103L, 1103L, 1103L, 1103L, 1103L, 1104L, 1104L, 1104L, 1104L, 1104L, 1104L, 1104L, 1104L, 1105L, 1105L, 1105L, 1105L, 1105L, 1105L, 1105L, 1105L, 1106L, 1106L, 1106L, 1106L, 1106L, 1106L, 1106L, 1106L, 1107L, 1107L, 1107L, 1107L, 1107L, 1107L, 1107L, 1107L, 1108L, 1108L, 1108L, 1108L, 1108L, 1108L, 1108L, 1108L, 1109L, 1109L, 1109L, 1109L, 1109L, 1109L, 1109L, 1109L, 1110L, 1110L, 1110L, 1110L, 1110L, 1110L, 1110L, 1110L, 1111L, 1111L, 1111L, 1111L, 1111L, 1111L, 1111L, 1111L, 1112L, 1112L, 1112L, 1112L, 1112L, 1112L, 1112L, 1112L, 1113L, 1113L, 1113L, 1113L, 1113L, 1113L, 1113L, 1113L, 1114L, 1114L, 1114L, 1114L, 1114L, 1115L, 1115L, 1115L, 1115L, 1115L, 1116L, 1116L, 1116L, 1116L, 1116L, 1116L, 1116L, 1116L, 1117L, 1117L, 1117L, 1117L, 1117L, 1117L, 1117L, 1117L, 1118L, 1118L, 1118L, 1118L, 1118L, 1118L, 1118L, 1118L, 1119L, 1119L, 1119L, 1119L, 1119L, 1119L, 1119L, 1119L, 1120L, 1120L, 1120L, 1120L, 1120L, 1120L, 1120L, 1120L, 1121L, 1121L, 1121L, 1121L, 1121L, 1121L, 1121L, 1121L, 1122L, 1122L, 1122L, 1122L, 1122L, 1122L, 1122L, 1122L, 1123L, 1123L, 1123L, 1123L, 1123L, 1123L, 1123L, 1123L, 1124L, 1124L, 1124L, 1124L, 1124L, 1124L, 1124L, 1124L, 1125L, 1125L, 1125L, 1125L, 1125L, 1125L, 1125L, 1125L, 1126L, 1126L, 1126L, 1126L, 1126L, 1126L, 1126L, 1126L, 1127L, 1127L, 1127L, 1127L, 1127L, 1127L, 1127L, 1127L, 1128L, 1128L, 1128L, 1128L, 1128L, 1128L, 1128L, 1128L, 1129L, 1129L, 1129L, 1129L, 1129L, 1129L, 1129L, 1129L, 1130L, 1130L, 1130L, 1130L, 1130L, 1130L, 1130L, 1130L, 1131L, 1131L, 1131L, 1131L, 1131L, 1131L, 1131L, 1131L, 1132L, 1132L, 1132L, 1132L, 1132L, 1132L, 1132L, 1132L, 1133L, 1133L, 1133L, 1133L, 1133L, 1133L, 1133L, 1133L, 1134L, 1134L, 1134L, 1134L, 1134L, 1134L, 1134L, 1134L, 1135L, 1135L, 1135L, 1135L, 1135L, 1135L, 1135L, 1135L, 1136L, 1136L, 1136L, 1136L, 1136L, 1136L, 1136L, 1136L, 1137L, 1137L, 1137L, 1137L, 1137L, 1137L, 1137L, 1137L, 1138L, 1138L, 1138L, 1138L, 1138L, 1138L, 1138L, 1138L, 1139L, 1139L, 1139L, 1139L, 1139L, 1139L, 1139L, 1139L, 1140L, 1140L, 1140L, 1140L, 1140L, 1140L, 1140L, 1140L, 1141L, 1141L, 1141L, 1141L, 1141L, 1141L, 1141L, 1141L, 1142L, 1142L, 1142L, 1142L, 1142L, 1142L, 1142L, 1142L, 1143L, 1143L, 1143L, 1143L, 1143L, 1143L, 1143L, 1143L, 1144L, 1144L, 1144L, 1144L, 1144L, 1144L, 1144L, 1144L, 1145L, 1145L, 1145L, 1145L, 1145L, 1145L, 1145L, 1145L, 1146L, 1146L, 1146L, 1146L, 1146L, 1146L, 1146L, 1146L, 1147L, 1147L, 1147L, 1147L, 1147L, 1147L, 1147L, 1147L, 1148L, 1148L, 1148L, 1148L, 1148L, 1148L, 1148L, 1148L, 1149L, 1149L, 1149L, 1149L, 1149L, 1149L, 1149L, 1149L, 1150L, 1150L, 1150L, 1150L, 1150L, 1151L, 1151L, 1151L, 1151L, 1151L, 1152L, 1152L, 1152L, 1152L, 1152L, 1152L, 1152L, 1152L, 1153L, 1153L, 1153L, 1153L, 1153L, 1153L, 1153L, 1153L, 1154L, 1154L, 1154L, 1154L, 1154L, 1154L, 1154L, 1154L, 1155L, 1155L, 1155L, 1155L, 1155L, 1155L, 1155L, 1155L, 1156L, 1156L, 1156L, 1156L, 1156L, 1156L, 1156L, 1156L, 1157L, 1157L, 1157L, 1157L, 1157L, 1157L, 1157L, 1157L, 1158L, 1158L, 1158L, 1158L, 1158L, 1158L, 1158L, 1158L, 1159L, 1159L, 1159L, 1159L, 1159L, 1159L, 1159L, 1159L, 1160L, 1160L, 1160L, 1160L, 1160L, 1160L, 1160L, 1160L, 1161L, 1161L, 1161L, 1161L, 1161L, 1161L, 1161L, 1161L, 1162L, 1162L, 1162L, 1162L, 1162L, 1162L, 1162L, 1162L, 1163L, 1163L, 1163L, 1163L, 1163L, 1163L, 1163L, 1163L, 1164L, 1164L, 1164L, 1164L, 1164L, 1164L, 1164L, 1164L, 1165L, 1165L, 1165L, 1165L, 1165L, 1165L, 1165L, 1165L, 1166L, 1166L, 1166L, 1166L, 1166L, 1166L, 1166L, 1166L, 1167L, 1167L, 1167L, 1167L, 1167L, 1167L, 1167L, 1167L, 1168L, 1168L, 1168L, 1168L, 1168L, 1168L, 1168L, 1168L, 1169L, 1169L, 1169L, 1169L, 1169L, 1169L, 1169L, 1169L, 1170L, 1170L, 1170L, 1170L, 1170L, 1170L, 1170L, 1170L, 1171L, 1171L, 1171L, 1171L, 1171L, 1171L, 1171L, 1171L, 1172L, 1172L, 1172L, 1172L, 1172L, 1172L, 1172L, 1172L, 1173L, 1173L, 1173L, 1173L, 1173L, 1173L, 1173L, 1173L, 1174L, 1174L, 1174L, 1174L, 1174L, 1174L, 1174L, 1174L, 1175L, 1175L, 1175L, 1175L, 1175L, 1175L, 1175L, 1175L, 1176L, 1176L, 1176L, 1176L, 1176L, 1176L, 1176L, 1176L, 1177L, 1177L, 1177L, 1177L, 1177L, 1177L, 1177L, 1177L, 1178L, 1178L, 1178L, 1178L, 1178L, 1178L, 1178L, 1178L, 1179L, 1179L, 1179L, 1179L, 1179L, 1179L, 1179L, 1179L, 1180L, 1180L, 1180L, 1180L, 1180L, 1180L, 1180L, 1180L, 1181L, 1181L, 1181L, 1181L, 1181L, 1181L, 1181L, 1181L, 1182L, 1182L, 1182L, 1182L, 1182L, 1182L, 1182L, 1182L, 1183L, 1183L, 1183L, 1183L, 1183L, 1183L, 1183L, 1183L, 1184L, 1184L, 1184L, 1184L, 1184L, 1184L, 1184L, 1184L, 1185L, 1185L, 1185L, 1185L, 1185L, 1185L, 1185L, 1185L, 1186L, 1186L, 1186L, 1186L, 1186L, 1187L, 1187L, 1187L, 1187L, 1187L, 1188L, 1188L, 1188L, 1188L, 1188L, 1188L, 1188L, 1188L, 1189L, 1189L, 1189L, 1189L, 1189L, 1189L, 1189L, 1189L, 1190L, 1190L, 1190L, 1190L, 1190L, 1190L, 1190L, 1190L, 1191L, 1191L, 1191L, 1191L, 1191L, 1191L, 1191L, 1191L, 1192L, 1192L, 1192L, 1192L, 1192L, 1192L, 1192L, 1192L, 1193L, 1193L, 1193L, 1193L, 1193L, 1193L, 1193L, 1193L, 1194L, 1194L, 1194L, 1194L, 1194L, 1194L, 1194L, 1194L, 1195L, 1195L, 1195L, 1195L, 1195L, 1195L, 1195L, 1195L, 1196L, 1196L, 1196L, 1196L, 1196L, 1196L, 1196L, 1196L, 1197L, 1197L, 1197L, 1197L, 1197L, 1197L, 1197L, 1197L, 1198L, 1198L, 1198L, 1198L, 1198L, 1198L, 1198L, 1198L, 1199L, 1199L, 1199L, 1199L, 1199L, 1199L, 1199L, 1199L, 1200L, 1200L, 1200L, 1200L, 1200L, 1200L, 1200L, 1200L, 1201L, 1201L, 1201L, 1201L, 1201L, 1201L, 1201L, 1201L, 1202L, 1202L, 1202L, 1202L, 1202L, 1202L, 1202L, 1202L, 1203L, 1203L, 1203L, 1203L, 1203L, 1203L, 1203L, 1203L, 1204L, 1204L, 1204L, 1204L, 1204L, 1204L, 1204L, 1204L, 1205L, 1205L, 1205L, 1205L, 1205L, 1205L, 1205L, 1205L, 1206L, 1206L, 1206L, 1206L, 1206L, 1206L, 1206L, 1206L, 1207L, 1207L, 1207L, 1207L, 1207L, 1207L, 1207L, 1207L, 1208L, 1208L, 1208L, 1208L, 1208L, 1208L, 1208L, 1208L, 1209L, 1209L, 1209L, 1209L, 1209L, 1209L, 1209L, 1209L, 1210L, 1210L, 1210L, 1210L, 1210L, 1210L, 1210L, 1210L, 1211L, 1211L, 1211L, 1211L, 1211L, 1211L, 1211L, 1211L, 1212L, 1212L, 1212L, 1212L, 1212L, 1212L, 1212L, 1212L, 1213L, 1213L, 1213L, 1213L, 1213L, 1213L, 1213L, 1213L, 1214L, 1214L, 1214L, 1214L, 1214L, 1214L, 1214L, 1214L, 1215L, 1215L, 1215L, 1215L, 1215L, 1215L, 1215L, 1215L, 1216L, 1216L, 1216L, 1216L, 1216L, 1216L, 1216L, 1216L, 1217L, 1217L, 1217L, 1217L, 1217L, 1217L, 1217L, 1217L, 1218L, 1218L, 1218L, 1218L, 1218L, 1218L, 1218L, 1218L, 1219L, 1219L, 1219L, 1219L, 1219L, 1219L, 1219L, 1219L, 1220L, 1220L, 1220L, 1220L, 1220L, 1220L, 1220L, 1220L, 1221L, 1221L, 1221L, 1221L, 1221L, 1221L, 1221L, 1221L, 1222L, 1222L, 1222L, 1222L, 1222L, 1223L, 1223L, 1223L, 1223L, 1223L, 1224L, 1224L, 1224L, 1224L, 1224L, 1224L, 1224L, 1224L, 1225L, 1225L, 1225L, 1225L, 1225L, 1225L, 1225L, 1225L, 1226L, 1226L, 1226L, 1226L, 1226L, 1226L, 1226L, 1226L, 1227L, 1227L, 1227L, 1227L, 1227L, 1227L, 1227L, 1227L, 1228L, 1228L, 1228L, 1228L, 1228L, 1228L, 1228L, 1228L, 1229L, 1229L, 1229L, 1229L, 1229L, 1229L, 1229L, 1229L, 1230L, 1230L, 1230L, 1230L, 1230L, 1230L, 1230L, 1230L, 1231L, 1231L, 1231L, 1231L, 1231L, 1231L, 1231L, 1231L, 1232L, 1232L, 1232L, 1232L, 1232L, 1232L, 1232L, 1232L, 1233L, 1233L, 1233L, 1233L, 1233L, 1233L, 1233L, 1233L, 1234L, 1234L, 1234L, 1234L, 1234L, 1234L, 1234L, 1234L, 1235L, 1235L, 1235L, 1235L, 1235L, 1235L, 1235L, 1235L, 1236L, 1236L, 1236L, 1236L, 1236L, 1236L, 1236L, 1236L, 1237L, 1237L, 1237L, 1237L, 1237L, 1237L, 1237L, 1237L, 1238L, 1238L, 1238L, 1238L, 1238L, 1238L, 1238L, 1238L, 1239L, 1239L, 1239L, 1239L, 1239L, 1239L, 1239L, 1239L, 1240L, 1240L, 1240L, 1240L, 1240L, 1240L, 1240L, 1240L, 1241L, 1241L, 1241L, 1241L, 1241L, 1241L, 1241L, 1241L, 1242L, 1242L, 1242L, 1242L, 1242L, 1242L, 1242L, 1242L, 1243L, 1243L, 1243L, 1243L, 1243L, 1243L, 1243L, 1243L, 1244L, 1244L, 1244L, 1244L, 1244L, 1244L, 1244L, 1244L, 1245L, 1245L, 1245L, 1245L, 1245L, 1245L, 1245L, 1245L, 1246L, 1246L, 1246L, 1246L, 1246L, 1246L, 1246L, 1246L, 1247L, 1247L, 1247L, 1247L, 1247L, 1247L, 1247L, 1247L, 1248L, 1248L, 1248L, 1248L, 1248L, 1248L, 1248L, 1248L, 1249L, 1249L, 1249L, 1249L, 1249L, 1249L, 1249L, 1249L, 1250L, 1250L, 1250L, 1250L, 1250L, 1250L, 1250L, 1250L, 1251L, 1251L, 1251L, 1251L, 1251L, 1251L, 1251L, 1251L, 1252L, 1252L, 1252L, 1252L, 1252L, 1252L, 1252L, 1252L, 1253L, 1253L, 1253L, 1253L, 1253L, 1253L, 1253L, 1253L, 1254L, 1254L, 1254L, 1254L, 1254L, 1254L, 1254L, 1254L, 1255L, 1255L, 1255L, 1255L, 1255L, 1255L, 1255L, 1255L, 1256L, 1256L, 1256L, 1256L, 1256L, 1256L, 1256L, 1256L, 1257L, 1257L, 1257L, 1257L, 1257L, 1257L, 1257L, 1257L, 1258L, 1258L, 1258L, 1258L, 1258L, 1259L, 1259L, 1259L, 1260L, 1260L, 1260L, 1260L, 1260L, 1261L, 1261L, 1261L, 1261L, 1261L, 1262L, 1262L, 1262L, 1262L, 1262L, 1263L, 1263L, 1263L, 1263L, 1263L, 1264L, 1264L, 1264L, 1264L, 1264L, 1265L, 1265L, 1265L, 1265L, 1265L, 1266L, 1266L, 1266L, 1266L, 1266L, 1267L, 1267L, 1267L, 1267L, 1267L, 1268L, 1268L, 1268L, 1268L, 1268L, 1269L, 1269L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1270L, 1270L, 1271L, 1271L, 1271L, 1271L, 1271L, 1272L, 1272L, 1272L, 1272L, 1272L, 1273L, 1273L, 1273L, 1273L, 1273L, 1274L, 1274L, 1274L, 1274L, 1274L, 1275L, 1275L, 1275L, 1275L, 1275L, 1276L, 1276L, 1276L, 1276L, 1276L, 1277L, 1277L, 1277L, 1277L, 1277L, 1278L, 1278L, 1278L, 1278L, 1278L, 1279L, 1279L, 1279L, 1279L, 1279L, 1280L, 1280L, 1280L, 1280L, 1280L, 1281L, 1281L, 1281L, 1281L, 1281L, 1282L, 1282L, 1282L, 1282L, 1282L, 1283L, 1283L, 1283L, 1283L, 1283L, 1284L, 1284L, 1284L, 1284L, 1284L, 1285L, 1285L, 1285L, 1285L, 1285L, 1286L, 1286L, 1286L, 1286L, 1286L, 1287L, 1287L, 1287L, 1287L, 1287L, 1288L, 1288L, 1288L, 1288L, 1288L, 1289L, 1289L, 1289L, 1289L, 1289L, 1290L, 1290L, 1290L, 1290L, 1290L, 1291L, 1291L, 1291L, 1291L, 1291L, 1292L, 1292L, 1292L, 1292L, 1292L, 1293L, 1293L, 1293L, 1293L, 1293L, 1294L, 1294L, 1294L, 1295L, 1295L, 1295L), to = c(1295L, 1L, 35L, 36L, 37L, 0L, 2L, 36L, 37L, 38L, 1L, 3L, 37L, 38L, 39L, 2L, 4L, 38L, 39L, 40L, 3L, 5L, 39L, 40L, 41L, 4L, 6L, 40L, 41L, 42L, 5L, 7L, 41L, 42L, 43L, 6L, 8L, 42L, 43L, 44L, 7L, 9L, 43L, 44L, 45L, 8L, 10L, 44L, 45L, 46L, 9L, 11L, 45L, 46L, 47L, 10L, 12L, 46L, 47L, 48L, 11L, 13L, 47L, 48L, 49L, 12L, 14L, 48L, 49L, 50L, 13L, 15L, 49L, 50L, 51L, 14L, 16L, 50L, 51L, 52L, 15L, 17L, 51L, 52L, 53L, 16L, 18L, 52L, 53L, 54L, 17L, 19L, 53L, 54L, 55L, 18L, 20L, 54L, 55L, 56L, 19L, 21L, 55L, 56L, 57L, 20L, 22L, 56L, 57L, 58L, 21L, 23L, 57L, 58L, 59L, 22L, 24L, 58L, 59L, 60L, 23L, 25L, 59L, 60L, 61L, 24L, 26L, 60L, 61L, 62L, 25L, 27L, 61L, 62L, 63L, 26L, 28L, 62L, 63L, 64L, 27L, 29L, 63L, 64L, 65L, 28L, 30L, 64L, 65L, 66L, 29L, 31L, 65L, 66L, 67L, 30L, 32L, 66L, 67L, 68L, 31L, 33L, 67L, 68L, 69L, 32L, 34L, 68L, 69L, 70L, 33L, 69L, 70L, 1295L, 0L, 36L, 71L, 72L, 1295L, 0L, 1L, 35L, 37L, 71L, 72L, 73L, 0L, 1L, 2L, 36L, 38L, 72L, 73L, 74L, 1L, 2L, 3L, 37L, 39L, 73L, 74L, 75L, 2L, 3L, 4L, 38L, 40L, 74L, 75L, 76L, 3L, 4L, 5L, 39L, 41L, 75L, 76L, 77L, 4L, 5L, 6L, 40L, 42L, 76L, 77L, 78L, 5L, 6L, 7L, 41L, 43L, 77L, 78L, 79L, 6L, 7L, 8L, 42L, 44L, 78L, 79L, 80L, 7L, 8L, 9L, 43L, 45L, 79L, 80L, 81L, 8L, 9L, 10L, 44L, 46L, 80L, 81L, 82L, 9L, 10L, 11L, 45L, 47L, 81L, 82L, 83L, 10L, 11L, 12L, 46L, 48L, 82L, 83L, 84L, 11L, 12L, 13L, 47L, 49L, 83L, 84L, 85L, 12L, 13L, 14L, 48L, 50L, 84L, 85L, 86L, 13L, 14L, 15L, 49L, 51L, 85L, 86L, 87L, 14L, 15L, 16L, 50L, 52L, 86L, 87L, 88L, 15L, 16L, 17L, 51L, 53L, 87L, 88L, 89L, 16L, 17L, 18L, 52L, 54L, 88L, 89L, 90L, 17L, 18L, 19L, 53L, 55L, 89L, 90L, 91L, 18L, 19L, 20L, 54L, 56L, 90L, 91L, 92L, 19L, 20L, 21L, 55L, 57L, 91L, 92L, 93L, 20L, 21L, 22L, 56L, 58L, 92L, 93L, 94L, 21L, 22L, 23L, 57L, 59L, 93L, 94L, 95L, 22L, 23L, 24L, 58L, 60L, 94L, 95L, 96L, 23L, 24L, 25L, 59L, 61L, 95L, 96L, 97L, 24L, 25L, 26L, 60L, 62L, 96L, 97L, 98L, 25L, 26L, 27L, 61L, 63L, 97L, 98L, 99L, 26L, 27L, 28L, 62L, 64L, 98L, 99L, 100L, 27L, 28L, 29L, 63L, 65L, 99L, 100L, 101L, 28L, 29L, 30L, 64L, 66L, 100L, 101L, 102L, 29L, 30L, 31L, 65L, 67L, 101L, 102L, 103L, 30L, 31L, 32L, 66L, 68L, 102L, 103L, 104L, 31L, 32L, 33L, 67L, 69L, 103L, 104L, 105L, 32L, 33L, 34L, 68L, 70L, 104L, 105L, 106L, 33L, 34L, 69L, 105L, 106L, 35L, 36L, 72L, 107L, 108L, 35L, 36L, 37L, 71L, 73L, 107L, 108L, 109L, 36L, 37L, 38L, 72L, 74L, 108L, 109L, 110L, 37L, 38L, 39L, 73L, 75L, 109L, 110L, 111L, 38L, 39L, 40L, 74L, 76L, 110L, 111L, 112L, 39L, 40L, 41L, 75L, 77L, 111L, 112L, 113L, 40L, 41L, 42L, 76L, 78L, 112L, 113L, 114L, 41L, 42L, 43L, 77L, 79L, 113L, 114L, 115L, 42L, 43L, 44L, 78L, 80L, 114L, 115L, 116L, 43L, 44L, 45L, 79L, 81L, 115L, 116L, 117L, 44L, 45L, 46L, 80L, 82L, 116L, 117L, 118L, 45L, 46L, 47L, 81L, 83L, 117L, 118L, 119L, 46L, 47L, 48L, 82L, 84L, 118L, 119L, 120L, 47L, 48L, 49L, 83L, 85L, 119L, 120L, 121L, 48L, 49L, 50L, 84L, 86L, 120L, 121L, 122L, 49L, 50L, 51L, 85L, 87L, 121L, 122L, 123L, 50L, 51L, 52L, 86L, 88L, 122L, 123L, 124L, 51L, 52L, 53L, 87L, 89L, 123L, 124L, 125L, 52L, 53L, 54L, 88L, 90L, 124L, 125L, 126L, 53L, 54L, 55L, 89L, 91L, 125L, 126L, 127L, 54L, 55L, 56L, 90L, 92L, 126L, 127L, 128L, 55L, 56L, 57L, 91L, 93L, 127L, 128L, 129L, 56L, 57L, 58L, 92L, 94L, 128L, 129L, 130L, 57L, 58L, 59L, 93L, 95L, 129L, 130L, 131L, 58L, 59L, 60L, 94L, 96L, 130L, 131L, 132L, 59L, 60L, 61L, 95L, 97L, 131L, 132L, 133L, 60L, 61L, 62L, 96L, 98L, 132L, 133L, 134L, 61L, 62L, 63L, 97L, 99L, 133L, 134L, 135L, 62L, 63L, 64L, 98L, 100L, 134L, 135L, 136L, 63L, 64L, 65L, 99L, 101L, 135L, 136L, 137L, 64L, 65L, 66L, 100L, 102L, 136L, 137L, 138L, 65L, 66L, 67L, 101L, 103L, 137L, 138L, 139L, 66L, 67L, 68L, 102L, 104L, 138L, 139L, 140L, 67L, 68L, 69L, 103L, 105L, 139L, 140L, 141L, 68L, 69L, 70L, 104L, 106L, 140L, 141L, 142L, 69L, 70L, 105L, 141L, 142L, 71L, 72L, 108L, 143L, 144L, 71L, 72L, 73L, 107L, 109L, 143L, 144L, 145L, 72L, 73L, 74L, 108L, 110L, 144L, 145L, 146L, 73L, 74L, 75L, 109L, 111L, 145L, 146L, 147L, 74L, 75L, 76L, 110L, 112L, 146L, 147L, 148L, 75L, 76L, 77L, 111L, 113L, 147L, 148L, 149L, 76L, 77L, 78L, 112L, 114L, 148L, 149L, 150L, 77L, 78L, 79L, 113L, 115L, 149L, 150L, 151L, 78L, 79L, 80L, 114L, 116L, 150L, 151L, 152L, 79L, 80L, 81L, 115L, 117L, 151L, 152L, 153L, 80L, 81L, 82L, 116L, 118L, 152L, 153L, 154L, 81L, 82L, 83L, 117L, 119L, 153L, 154L, 155L, 82L, 83L, 84L, 118L, 120L, 154L, 155L, 156L, 83L, 84L, 85L, 119L, 121L, 155L, 156L, 157L, 84L, 85L, 86L, 120L, 122L, 156L, 157L, 158L, 85L, 86L, 87L, 121L, 123L, 157L, 158L, 159L, 86L, 87L, 88L, 122L, 124L, 158L, 159L, 160L, 87L, 88L, 89L, 123L, 125L, 159L, 160L, 161L, 88L, 89L, 90L, 124L, 126L, 160L, 161L, 162L, 89L, 90L, 91L, 125L, 127L, 161L, 162L, 163L, 90L, 91L, 92L, 126L, 128L, 162L, 163L, 164L, 91L, 92L, 93L, 127L, 129L, 163L, 164L, 165L, 92L, 93L, 94L, 128L, 130L, 164L, 165L, 166L, 93L, 94L, 95L, 129L, 131L, 165L, 166L, 167L, 94L, 95L, 96L, 130L, 132L, 166L, 167L, 168L, 95L, 96L, 97L, 131L, 133L, 167L, 168L, 169L, 96L, 97L, 98L, 132L, 134L, 168L, 169L, 170L, 97L, 98L, 99L, 133L, 135L, 169L, 170L, 171L, 98L, 99L, 100L, 134L, 136L, 170L, 171L, 172L, 99L, 100L, 101L, 135L, 137L, 171L, 172L, 173L, 100L, 101L, 102L, 136L, 138L, 172L, 173L, 174L, 101L, 102L, 103L, 137L, 139L, 173L, 174L, 175L, 102L, 103L, 104L, 138L, 140L, 174L, 175L, 176L, 103L, 104L, 105L, 139L, 141L, 175L, 176L, 177L, 104L, 105L, 106L, 140L, 142L, 176L, 177L, 178L, 105L, 106L, 141L, 177L, 178L, 107L, 108L, 144L, 179L, 180L, 107L, 108L, 109L, 143L, 145L, 179L, 180L, 181L, 108L, 109L, 110L, 144L, 146L, 180L, 181L, 182L, 109L, 110L, 111L, 145L, 147L, 181L, 182L, 183L, 110L, 111L, 112L, 146L, 148L, 182L, 183L, 184L, 111L, 112L, 113L, 147L, 149L, 183L, 184L, 185L, 112L, 113L, 114L, 148L, 150L, 184L, 185L, 186L, 113L, 114L, 115L, 149L, 151L, 185L, 186L, 187L, 114L, 115L, 116L, 150L, 152L, 186L, 187L, 188L, 115L, 116L, 117L, 151L, 153L, 187L, 188L, 189L, 116L, 117L, 118L, 152L, 154L, 188L, 189L, 190L, 117L, 118L, 119L, 153L, 155L, 189L, 190L, 191L, 118L, 119L, 120L, 154L, 156L, 190L, 191L, 192L, 119L, 120L, 121L, 155L, 157L, 191L, 192L, 193L, 120L, 121L, 122L, 156L, 158L, 192L, 193L, 194L, 121L, 122L, 123L, 157L, 159L, 193L, 194L, 195L, 122L, 123L, 124L, 158L, 160L, 194L, 195L, 196L, 123L, 124L, 125L, 159L, 161L, 195L, 196L, 197L, 124L, 125L, 126L, 160L, 162L, 196L, 197L, 198L, 125L, 126L, 127L, 161L, 163L, 197L, 198L, 199L, 126L, 127L, 128L, 162L, 164L, 198L, 199L, 200L, 127L, 128L, 129L, 163L, 165L, 199L, 200L, 201L, 128L, 129L, 130L, 164L, 166L, 200L, 201L, 202L, 129L, 130L, 131L, 165L, 167L, 201L, 202L, 203L, 130L, 131L, 132L, 166L, 168L, 202L, 203L, 204L, 131L, 132L, 133L, 167L, 169L, 203L, 204L, 205L, 132L, 133L, 134L, 168L, 170L, 204L, 205L, 206L, 133L, 134L, 135L, 169L, 171L, 205L, 206L, 207L, 134L, 135L, 136L, 170L, 172L, 206L, 207L, 208L, 135L, 136L, 137L, 171L, 173L, 207L, 208L, 209L, 136L, 137L, 138L, 172L, 174L, 208L, 209L, 210L, 137L, 138L, 139L, 173L, 175L, 209L, 210L, 211L, 138L, 139L, 140L, 174L, 176L, 210L, 211L, 212L, 139L, 140L, 141L, 175L, 177L, 211L, 212L, 213L, 140L, 141L, 142L, 176L, 178L, 212L, 213L, 214L, 141L, 142L, 177L, 213L, 214L, 143L, 144L, 180L, 215L, 216L, 143L, 144L, 145L, 179L, 181L, 215L, 216L, 217L, 144L, 145L, 146L, 180L, 182L, 216L, 217L, 218L, 145L, 146L, 147L, 181L, 183L, 217L, 218L, 219L, 146L, 147L, 148L, 182L, 184L, 218L, 219L, 220L, 147L, 148L, 149L, 183L, 185L, 219L, 220L, 221L, 148L, 149L, 150L, 184L, 186L, 220L, 221L, 222L, 149L, 150L, 151L, 185L, 187L, 221L, 222L, 223L, 150L, 151L, 152L, 186L, 188L, 222L, 223L, 224L, 151L, 152L, 153L, 187L, 189L, 223L, 224L, 225L, 152L, 153L, 154L, 188L, 190L, 224L, 225L, 226L, 153L, 154L, 155L, 189L, 191L, 225L, 226L, 227L, 154L, 155L, 156L, 190L, 192L, 226L, 227L, 228L, 155L, 156L, 157L, 191L, 193L, 227L, 228L, 229L, 156L, 157L, 158L, 192L, 194L, 228L, 229L, 230L, 157L, 158L, 159L, 193L, 195L, 229L, 230L, 231L, 158L, 159L, 160L, 194L, 196L, 230L, 231L, 232L, 159L, 160L, 161L, 195L, 197L, 231L, 232L, 233L, 160L, 161L, 162L, 196L, 198L, 232L, 233L, 234L, 161L, 162L, 163L, 197L, 199L, 233L, 234L, 235L, 162L, 163L, 164L, 198L, 200L, 234L, 235L, 236L, 163L, 164L, 165L, 199L, 201L, 235L, 236L, 237L, 164L, 165L, 166L, 200L, 202L, 236L, 237L, 238L, 165L, 166L, 167L, 201L, 203L, 237L, 238L, 239L, 166L, 167L, 168L, 202L, 204L, 238L, 239L, 240L, 167L, 168L, 169L, 203L, 205L, 239L, 240L, 241L, 168L, 169L, 170L, 204L, 206L, 240L, 241L, 242L, 169L, 170L, 171L, 205L, 207L, 241L, 242L, 243L, 170L, 171L, 172L, 206L, 208L, 242L, 243L, 244L, 171L, 172L, 173L, 207L, 209L, 243L, 244L, 245L, 172L, 173L, 174L, 208L, 210L, 244L, 245L, 246L, 173L, 174L, 175L, 209L, 211L, 245L, 246L, 247L, 174L, 175L, 176L, 210L, 212L, 246L, 247L, 248L, 175L, 176L, 177L, 211L, 213L, 247L, 248L, 249L, 176L, 177L, 178L, 212L, 214L, 248L, 249L, 250L, 177L, 178L, 213L, 249L, 250L, 179L, 180L, 216L, 251L, 252L, 179L, 180L, 181L, 215L, 217L, 251L, 252L, 253L, 180L, 181L, 182L, 216L, 218L, 252L, 253L, 254L, 181L, 182L, 183L, 217L, 219L, 253L, 254L, 255L, 182L, 183L, 184L, 218L, 220L, 254L, 255L, 256L, 183L, 184L, 185L, 219L, 221L, 255L, 256L, 257L, 184L, 185L, 186L, 220L, 222L, 256L, 257L, 258L, 185L, 186L, 187L, 221L, 223L, 257L, 258L, 259L, 186L, 187L, 188L, 222L, 224L, 258L, 259L, 260L, 187L, 188L, 189L, 223L, 225L, 259L, 260L, 261L, 188L, 189L, 190L, 224L, 226L, 260L, 261L, 262L, 189L, 190L, 191L, 225L, 227L, 261L, 262L, 263L, 190L, 191L, 192L, 226L, 228L, 262L, 263L, 264L, 191L, 192L, 193L, 227L, 229L, 263L, 264L, 265L, 192L, 193L, 194L, 228L, 230L, 264L, 265L, 266L, 193L, 194L, 195L, 229L, 231L, 265L, 266L, 267L, 194L, 195L, 196L, 230L, 232L, 266L, 267L, 268L, 195L, 196L, 197L, 231L, 233L, 267L, 268L, 269L, 196L, 197L, 198L, 232L, 234L, 268L, 269L, 270L, 197L, 198L, 199L, 233L, 235L, 269L, 270L, 271L, 198L, 199L, 200L, 234L, 236L, 270L, 271L, 272L, 199L, 200L, 201L, 235L, 237L, 271L, 272L, 273L, 200L, 201L, 202L, 236L, 238L, 272L, 273L, 274L, 201L, 202L, 203L, 237L, 239L, 273L, 274L, 275L, 202L, 203L, 204L, 238L, 240L, 274L, 275L, 276L, 203L, 204L, 205L, 239L, 241L, 275L, 276L, 277L, 204L, 205L, 206L, 240L, 242L, 276L, 277L, 278L, 205L, 206L, 207L, 241L, 243L, 277L, 278L, 279L, 206L, 207L, 208L, 242L, 244L, 278L, 279L, 280L, 207L, 208L, 209L, 243L, 245L, 279L, 280L, 281L, 208L, 209L, 210L, 244L, 246L, 280L, 281L, 282L, 209L, 210L, 211L, 245L, 247L, 281L, 282L, 283L, 210L, 211L, 212L, 246L, 248L, 282L, 283L, 284L, 211L, 212L, 213L, 247L, 249L, 283L, 284L, 285L, 212L, 213L, 214L, 248L, 250L, 284L, 285L, 286L, 213L, 214L, 249L, 285L, 286L, 215L, 216L, 252L, 287L, 288L, 215L, 216L, 217L, 251L, 253L, 287L, 288L, 289L, 216L, 217L, 218L, 252L, 254L, 288L, 289L, 290L, 217L, 218L, 219L, 253L, 255L, 289L, 290L, 291L, 218L, 219L, 220L, 254L, 256L, 290L, 291L, 292L, 219L, 220L, 221L, 255L, 257L, 291L, 292L, 293L, 220L, 221L, 222L, 256L, 258L, 292L, 293L, 294L, 221L, 222L, 223L, 257L, 259L, 293L, 294L, 295L, 222L, 223L, 224L, 258L, 260L, 294L, 295L, 296L, 223L, 224L, 225L, 259L, 261L, 295L, 296L, 297L, 224L, 225L, 226L, 260L, 262L, 296L, 297L, 298L, 225L, 226L, 227L, 261L, 263L, 297L, 298L, 299L, 226L, 227L, 228L, 262L, 264L, 298L, 299L, 300L, 227L, 228L, 229L, 263L, 265L, 299L, 300L, 301L, 228L, 229L, 230L, 264L, 266L, 300L, 301L, 302L, 229L, 230L, 231L, 265L, 267L, 301L, 302L, 303L, 230L, 231L, 232L, 266L, 268L, 302L, 303L, 304L, 231L, 232L, 233L, 267L, 269L, 303L, 304L, 305L, 232L, 233L, 234L, 268L, 270L, 304L, 305L, 306L, 233L, 234L, 235L, 269L, 271L, 305L, 306L, 307L, 234L, 235L, 236L, 270L, 272L, 306L, 307L, 308L, 235L, 236L, 237L, 271L, 273L, 307L, 308L, 309L, 236L, 237L, 238L, 272L, 274L, 308L, 309L, 310L, 237L, 238L, 239L, 273L, 275L, 309L, 310L, 311L, 238L, 239L, 240L, 274L, 276L, 310L, 311L, 312L, 239L, 240L, 241L, 275L, 277L, 311L, 312L, 313L, 240L, 241L, 242L, 276L, 278L, 312L, 313L, 314L, 241L, 242L, 243L, 277L, 279L, 313L, 314L, 315L, 242L, 243L, 244L, 278L, 280L, 314L, 315L, 316L, 243L, 244L, 245L, 279L, 281L, 315L, 316L, 317L, 244L, 245L, 246L, 280L, 282L, 316L, 317L, 318L, 245L, 246L, 247L, 281L, 283L, 317L, 318L, 319L, 246L, 247L, 248L, 282L, 284L, 318L, 319L, 320L, 247L, 248L, 249L, 283L, 285L, 319L, 320L, 321L, 248L, 249L, 250L, 284L, 286L, 320L, 321L, 322L, 249L, 250L, 285L, 321L, 322L, 251L, 252L, 288L, 323L, 324L, 251L, 252L, 253L, 287L, 289L, 323L, 324L, 325L, 252L, 253L, 254L, 288L, 290L, 324L, 325L, 326L, 253L, 254L, 255L, 289L, 291L, 325L, 326L, 327L, 254L, 255L, 256L, 290L, 292L, 326L, 327L, 328L, 255L, 256L, 257L, 291L, 293L, 327L, 328L, 329L, 256L, 257L, 258L, 292L, 294L, 328L, 329L, 330L, 257L, 258L, 259L, 293L, 295L, 329L, 330L, 331L, 258L, 259L, 260L, 294L, 296L, 330L, 331L, 332L, 259L, 260L, 261L, 295L, 297L, 331L, 332L, 333L, 260L, 261L, 262L, 296L, 298L, 332L, 333L, 334L, 261L, 262L, 263L, 297L, 299L, 333L, 334L, 335L, 262L, 263L, 264L, 298L, 300L, 334L, 335L, 336L, 263L, 264L, 265L, 299L, 301L, 335L, 336L, 337L, 264L, 265L, 266L, 300L, 302L, 336L, 337L, 338L, 265L, 266L, 267L, 301L, 303L, 337L, 338L, 339L, 266L, 267L, 268L, 302L, 304L, 338L, 339L, 340L, 267L, 268L, 269L, 303L, 305L, 339L, 340L, 341L, 268L, 269L, 270L, 304L, 306L, 340L, 341L, 342L, 269L, 270L, 271L, 305L, 307L, 341L, 342L, 343L, 270L, 271L, 272L, 306L, 308L, 342L, 343L, 344L, 271L, 272L, 273L, 307L, 309L, 343L, 344L, 345L, 272L, 273L, 274L, 308L, 310L, 344L, 345L, 346L, 273L, 274L, 275L, 309L, 311L, 345L, 346L, 347L, 274L, 275L, 276L, 310L, 312L, 346L, 347L, 348L, 275L, 276L, 277L, 311L, 313L, 347L, 348L, 349L, 276L, 277L, 278L, 312L, 314L, 348L, 349L, 350L, 277L, 278L, 279L, 313L, 315L, 349L, 350L, 351L, 278L, 279L, 280L, 314L, 316L, 350L, 351L, 352L, 279L, 280L, 281L, 315L, 317L, 351L, 352L, 353L, 280L, 281L, 282L, 316L, 318L, 352L, 353L, 354L, 281L, 282L, 283L, 317L, 319L, 353L, 354L, 355L, 282L, 283L, 284L, 318L, 320L, 354L, 355L, 356L, 283L, 284L, 285L, 319L, 321L, 355L, 356L, 357L, 284L, 285L, 286L, 320L, 322L, 356L, 357L, 358L, 285L, 286L, 321L, 357L, 358L, 287L, 288L, 324L, 359L, 360L, 287L, 288L, 289L, 323L, 325L, 359L, 360L, 361L, 288L, 289L, 290L, 324L, 326L, 360L, 361L, 362L, 289L, 290L, 291L, 325L, 327L, 361L, 362L, 363L, 290L, 291L, 292L, 326L, 328L, 362L, 363L, 364L, 291L, 292L, 293L, 327L, 329L, 363L, 364L, 365L, 292L, 293L, 294L, 328L, 330L, 364L, 365L, 366L, 293L, 294L, 295L, 329L, 331L, 365L, 366L, 367L, 294L, 295L, 296L, 330L, 332L, 366L, 367L, 368L, 295L, 296L, 297L, 331L, 333L, 367L, 368L, 369L, 296L, 297L, 298L, 332L, 334L, 368L, 369L, 370L, 297L, 298L, 299L, 333L, 335L, 369L, 370L, 371L, 298L, 299L, 300L, 334L, 336L, 370L, 371L, 372L, 299L, 300L, 301L, 335L, 337L, 371L, 372L, 373L, 300L, 301L, 302L, 336L, 338L, 372L, 373L, 374L, 301L, 302L, 303L, 337L, 339L, 373L, 374L, 375L, 302L, 303L, 304L, 338L, 340L, 374L, 375L, 376L, 303L, 304L, 305L, 339L, 341L, 375L, 376L, 377L, 304L, 305L, 306L, 340L, 342L, 376L, 377L, 378L, 305L, 306L, 307L, 341L, 343L, 377L, 378L, 379L, 306L, 307L, 308L, 342L, 344L, 378L, 379L, 380L, 307L, 308L, 309L, 343L, 345L, 379L, 380L, 381L, 308L, 309L, 310L, 344L, 346L, 380L, 381L, 382L, 309L, 310L, 311L, 345L, 347L, 381L, 382L, 383L, 310L, 311L, 312L, 346L, 348L, 382L, 383L, 384L, 311L, 312L, 313L, 347L, 349L, 383L, 384L, 385L, 312L, 313L, 314L, 348L, 350L, 384L, 385L, 386L, 313L, 314L, 315L, 349L, 351L, 385L, 386L, 387L, 314L, 315L, 316L, 350L, 352L, 386L, 387L, 388L, 315L, 316L, 317L, 351L, 353L, 387L, 388L, 389L, 316L, 317L, 318L, 352L, 354L, 388L, 389L, 390L, 317L, 318L, 319L, 353L, 355L, 389L, 390L, 391L, 318L, 319L, 320L, 354L, 356L, 390L, 391L, 392L, 319L, 320L, 321L, 355L, 357L, 391L, 392L, 393L, 320L, 321L, 322L, 356L, 358L, 392L, 393L, 394L, 321L, 322L, 357L, 393L, 394L, 323L, 324L, 360L, 395L, 396L, 323L, 324L, 325L, 359L, 361L, 395L, 396L, 397L, 324L, 325L, 326L, 360L, 362L, 396L, 397L, 398L, 325L, 326L, 327L, 361L, 363L, 397L, 398L, 399L, 326L, 327L, 328L, 362L, 364L, 398L, 399L, 400L, 327L, 328L, 329L, 363L, 365L, 399L, 400L, 401L, 328L, 329L, 330L, 364L, 366L, 400L, 401L, 402L, 329L, 330L, 331L, 365L, 367L, 401L, 402L, 403L, 330L, 331L, 332L, 366L, 368L, 402L, 403L, 404L, 331L, 332L, 333L, 367L, 369L, 403L, 404L, 405L, 332L, 333L, 334L, 368L, 370L, 404L, 405L, 406L, 333L, 334L, 335L, 369L, 371L, 405L, 406L, 407L, 334L, 335L, 336L, 370L, 372L, 406L, 407L, 408L, 335L, 336L, 337L, 371L, 373L, 407L, 408L, 409L, 336L, 337L, 338L, 372L, 374L, 408L, 409L, 410L, 337L, 338L, 339L, 373L, 375L, 409L, 410L, 411L, 338L, 339L, 340L, 374L, 376L, 410L, 411L, 412L, 339L, 340L, 341L, 375L, 377L, 411L, 412L, 413L, 340L, 341L, 342L, 376L, 378L, 412L, 413L, 414L, 341L, 342L, 343L, 377L, 379L, 413L, 414L, 415L, 342L, 343L, 344L, 378L, 380L, 414L, 415L, 416L, 343L, 344L, 345L, 379L, 381L, 415L, 416L, 417L, 344L, 345L, 346L, 380L, 382L, 416L, 417L, 418L, 345L, 346L, 347L, 381L, 383L, 417L, 418L, 419L, 346L, 347L, 348L, 382L, 384L, 418L, 419L, 420L, 347L, 348L, 349L, 383L, 385L, 419L, 420L, 421L, 348L, 349L, 350L, 384L, 386L, 420L, 421L, 422L, 349L, 350L, 351L, 385L, 387L, 421L, 422L, 423L, 350L, 351L, 352L, 386L, 388L, 422L, 423L, 424L, 351L, 352L, 353L, 387L, 389L, 423L, 424L, 425L, 352L, 353L, 354L, 388L, 390L, 424L, 425L, 426L, 353L, 354L, 355L, 389L, 391L, 425L, 426L, 427L, 354L, 355L, 356L, 390L, 392L, 426L, 427L, 428L, 355L, 356L, 357L, 391L, 393L, 427L, 428L, 429L, 356L, 357L, 358L, 392L, 394L, 428L, 429L, 430L, 357L, 358L, 393L, 429L, 430L, 359L, 360L, 396L, 431L, 432L, 359L, 360L, 361L, 395L, 397L, 431L, 432L, 433L, 360L, 361L, 362L, 396L, 398L, 432L, 433L, 434L, 361L, 362L, 363L, 397L, 399L, 433L, 434L, 435L, 362L, 363L, 364L, 398L, 400L, 434L, 435L, 436L, 363L, 364L, 365L, 399L, 401L, 435L, 436L, 437L, 364L, 365L, 366L, 400L, 402L, 436L, 437L, 438L, 365L, 366L, 367L, 401L, 403L, 437L, 438L, 439L, 366L, 367L, 368L, 402L, 404L, 438L, 439L, 440L, 367L, 368L, 369L, 403L, 405L, 439L, 440L, 441L, 368L, 369L, 370L, 404L, 406L, 440L, 441L, 442L, 369L, 370L, 371L, 405L, 407L, 441L, 442L, 443L, 370L, 371L, 372L, 406L, 408L, 442L, 443L, 444L, 371L, 372L, 373L, 407L, 409L, 443L, 444L, 445L, 372L, 373L, 374L, 408L, 410L, 444L, 445L, 446L, 373L, 374L, 375L, 409L, 411L, 445L, 446L, 447L, 374L, 375L, 376L, 410L, 412L, 446L, 447L, 448L, 375L, 376L, 377L, 411L, 413L, 447L, 448L, 449L, 376L, 377L, 378L, 412L, 414L, 448L, 449L, 450L, 377L, 378L, 379L, 413L, 415L, 449L, 450L, 451L, 378L, 379L, 380L, 414L, 416L, 450L, 451L, 452L, 379L, 380L, 381L, 415L, 417L, 451L, 452L, 453L, 380L, 381L, 382L, 416L, 418L, 452L, 453L, 454L, 381L, 382L, 383L, 417L, 419L, 453L, 454L, 455L, 382L, 383L, 384L, 418L, 420L, 454L, 455L, 456L, 383L, 384L, 385L, 419L, 421L, 455L, 456L, 457L, 384L, 385L, 386L, 420L, 422L, 456L, 457L, 458L, 385L, 386L, 387L, 421L, 423L, 457L, 458L, 459L, 386L, 387L, 388L, 422L, 424L, 458L, 459L, 460L, 387L, 388L, 389L, 423L, 425L, 459L, 460L, 461L, 388L, 389L, 390L, 424L, 426L, 460L, 461L, 462L, 389L, 390L, 391L, 425L, 427L, 461L, 462L, 463L, 390L, 391L, 392L, 426L, 428L, 462L, 463L, 464L, 391L, 392L, 393L, 427L, 429L, 463L, 464L, 465L, 392L, 393L, 394L, 428L, 430L, 464L, 465L, 466L, 393L, 394L, 429L, 465L, 466L, 395L, 396L, 432L, 467L, 468L, 395L, 396L, 397L, 431L, 433L, 467L, 468L, 469L, 396L, 397L, 398L, 432L, 434L, 468L, 469L, 470L, 397L, 398L, 399L, 433L, 435L, 469L, 470L, 471L, 398L, 399L, 400L, 434L, 436L, 470L, 471L, 472L, 399L, 400L, 401L, 435L, 437L, 471L, 472L, 473L, 400L, 401L, 402L, 436L, 438L, 472L, 473L, 474L, 401L, 402L, 403L, 437L, 439L, 473L, 474L, 475L, 402L, 403L, 404L, 438L, 440L, 474L, 475L, 476L, 403L, 404L, 405L, 439L, 441L, 475L, 476L, 477L, 404L, 405L, 406L, 440L, 442L, 476L, 477L, 478L, 405L, 406L, 407L, 441L, 443L, 477L, 478L, 479L, 406L, 407L, 408L, 442L, 444L, 478L, 479L, 480L, 407L, 408L, 409L, 443L, 445L, 479L, 480L, 481L, 408L, 409L, 410L, 444L, 446L, 480L, 481L, 482L, 409L, 410L, 411L, 445L, 447L, 481L, 482L, 483L, 410L, 411L, 412L, 446L, 448L, 482L, 483L, 484L, 411L, 412L, 413L, 447L, 449L, 483L, 484L, 485L, 412L, 413L, 414L, 448L, 450L, 484L, 485L, 486L, 413L, 414L, 415L, 449L, 451L, 485L, 486L, 487L, 414L, 415L, 416L, 450L, 452L, 486L, 487L, 488L, 415L, 416L, 417L, 451L, 453L, 487L, 488L, 489L, 416L, 417L, 418L, 452L, 454L, 488L, 489L, 490L, 417L, 418L, 419L, 453L, 455L, 489L, 490L, 491L, 418L, 419L, 420L, 454L, 456L, 490L, 491L, 492L, 419L, 420L, 421L, 455L, 457L, 491L, 492L, 493L, 420L, 421L, 422L, 456L, 458L, 492L, 493L, 494L, 421L, 422L, 423L, 457L, 459L, 493L, 494L, 495L, 422L, 423L, 424L, 458L, 460L, 494L, 495L, 496L, 423L, 424L, 425L, 459L, 461L, 495L, 496L, 497L, 424L, 425L, 426L, 460L, 462L, 496L, 497L, 498L, 425L, 426L, 427L, 461L, 463L, 497L, 498L, 499L, 426L, 427L, 428L, 462L, 464L, 498L, 499L, 500L, 427L, 428L, 429L, 463L, 465L, 499L, 500L, 501L, 428L, 429L, 430L, 464L, 466L, 500L, 501L, 502L, 429L, 430L, 465L, 501L, 502L, 431L, 432L, 468L, 503L, 504L, 431L, 432L, 433L, 467L, 469L, 503L, 504L, 505L, 432L, 433L, 434L, 468L, 470L, 504L, 505L, 506L, 433L, 434L, 435L, 469L, 471L, 505L, 506L, 507L, 434L, 435L, 436L, 470L, 472L, 506L, 507L, 508L, 435L, 436L, 437L, 471L, 473L, 507L, 508L, 509L, 436L, 437L, 438L, 472L, 474L, 508L, 509L, 510L, 437L, 438L, 439L, 473L, 475L, 509L, 510L, 511L, 438L, 439L, 440L, 474L, 476L, 510L, 511L, 512L, 439L, 440L, 441L, 475L, 477L, 511L, 512L, 513L, 440L, 441L, 442L, 476L, 478L, 512L, 513L, 514L, 441L, 442L, 443L, 477L, 479L, 513L, 514L, 515L, 442L, 443L, 444L, 478L, 480L, 514L, 515L, 516L, 443L, 444L, 445L, 479L, 481L, 515L, 516L, 517L, 444L, 445L, 446L, 480L, 482L, 516L, 517L, 518L, 445L, 446L, 447L, 481L, 483L, 517L, 518L, 519L, 446L, 447L, 448L, 482L, 484L, 518L, 519L, 520L, 447L, 448L, 449L, 483L, 485L, 519L, 520L, 521L, 448L, 449L, 450L, 484L, 486L, 520L, 521L, 522L, 449L, 450L, 451L, 485L, 487L, 521L, 522L, 523L, 450L, 451L, 452L, 486L, 488L, 522L, 523L, 524L, 451L, 452L, 453L, 487L, 489L, 523L, 524L, 525L, 452L, 453L, 454L, 488L, 490L, 524L, 525L, 526L, 453L, 454L, 455L, 489L, 491L, 525L, 526L, 527L, 454L, 455L, 456L, 490L, 492L, 526L, 527L, 528L, 455L, 456L, 457L, 491L, 493L, 527L, 528L, 529L, 456L, 457L, 458L, 492L, 494L, 528L, 529L, 530L, 457L, 458L, 459L, 493L, 495L, 529L, 530L, 531L, 458L, 459L, 460L, 494L, 496L, 530L, 531L, 532L, 459L, 460L, 461L, 495L, 497L, 531L, 532L, 533L, 460L, 461L, 462L, 496L, 498L, 532L, 533L, 534L, 461L, 462L, 463L, 497L, 499L, 533L, 534L, 535L, 462L, 463L, 464L, 498L, 500L, 534L, 535L, 536L, 463L, 464L, 465L, 499L, 501L, 535L, 536L, 537L, 464L, 465L, 466L, 500L, 502L, 536L, 537L, 538L, 465L, 466L, 501L, 537L, 538L, 467L, 468L, 504L, 539L, 540L, 467L, 468L, 469L, 503L, 505L, 539L, 540L, 541L, 468L, 469L, 470L, 504L, 506L, 540L, 541L, 542L, 469L, 470L, 471L, 505L, 507L, 541L, 542L, 543L, 470L, 471L, 472L, 506L, 508L, 542L, 543L, 544L, 471L, 472L, 473L, 507L, 509L, 543L, 544L, 545L, 472L, 473L, 474L, 508L, 510L, 544L, 545L, 546L, 473L, 474L, 475L, 509L, 511L, 545L, 546L, 547L, 474L, 475L, 476L, 510L, 512L, 546L, 547L, 548L, 475L, 476L, 477L, 511L, 513L, 547L, 548L, 549L, 476L, 477L, 478L, 512L, 514L, 548L, 549L, 550L, 477L, 478L, 479L, 513L, 515L, 549L, 550L, 551L, 478L, 479L, 480L, 514L, 516L, 550L, 551L, 552L, 479L, 480L, 481L, 515L, 517L, 551L, 552L, 553L, 480L, 481L, 482L, 516L, 518L, 552L, 553L, 554L, 481L, 482L, 483L, 517L, 519L, 553L, 554L, 555L, 482L, 483L, 484L, 518L, 520L, 554L, 555L, 556L, 483L, 484L, 485L, 519L, 521L, 555L, 556L, 557L, 484L, 485L, 486L, 520L, 522L, 556L, 557L, 558L, 485L, 486L, 487L, 521L, 523L, 557L, 558L, 559L, 486L, 487L, 488L, 522L, 524L, 558L, 559L, 560L, 487L, 488L, 489L, 523L, 525L, 559L, 560L, 561L, 488L, 489L, 490L, 524L, 526L, 560L, 561L, 562L, 489L, 490L, 491L, 525L, 527L, 561L, 562L, 563L, 490L, 491L, 492L, 526L, 528L, 562L, 563L, 564L, 491L, 492L, 493L, 527L, 529L, 563L, 564L, 565L, 492L, 493L, 494L, 528L, 530L, 564L, 565L, 566L, 493L, 494L, 495L, 529L, 531L, 565L, 566L, 567L, 494L, 495L, 496L, 530L, 532L, 566L, 567L, 568L, 495L, 496L, 497L, 531L, 533L, 567L, 568L, 569L, 496L, 497L, 498L, 532L, 534L, 568L, 569L, 570L, 497L, 498L, 499L, 533L, 535L, 569L, 570L, 571L, 498L, 499L, 500L, 534L, 536L, 570L, 571L, 572L, 499L, 500L, 501L, 535L, 537L, 571L, 572L, 573L, 500L, 501L, 502L, 536L, 538L, 572L, 573L, 574L, 501L, 502L, 537L, 573L, 574L, 503L, 504L, 540L, 575L, 576L, 503L, 504L, 505L, 539L, 541L, 575L, 576L, 577L, 504L, 505L, 506L, 540L, 542L, 576L, 577L, 578L, 505L, 506L, 507L, 541L, 543L, 577L, 578L, 579L, 506L, 507L, 508L, 542L, 544L, 578L, 579L, 580L, 507L, 508L, 509L, 543L, 545L, 579L, 580L, 581L, 508L, 509L, 510L, 544L, 546L, 580L, 581L, 582L, 509L, 510L, 511L, 545L, 547L, 581L, 582L, 583L, 510L, 511L, 512L, 546L, 548L, 582L, 583L, 584L, 511L, 512L, 513L, 547L, 549L, 583L, 584L, 585L, 512L, 513L, 514L, 548L, 550L, 584L, 585L, 586L, 513L, 514L, 515L, 549L, 551L, 585L, 586L, 587L, 514L, 515L, 516L, 550L, 552L, 586L, 587L, 588L, 515L, 516L, 517L, 551L, 553L, 587L, 588L, 589L, 516L, 517L, 518L, 552L, 554L, 588L, 589L, 590L, 517L, 518L, 519L, 553L, 555L, 589L, 590L, 591L, 518L, 519L, 520L, 554L, 556L, 590L, 591L, 592L, 519L, 520L, 521L, 555L, 557L, 591L, 592L, 593L, 520L, 521L, 522L, 556L, 558L, 592L, 593L, 594L, 521L, 522L, 523L, 557L, 559L, 593L, 594L, 595L, 522L, 523L, 524L, 558L, 560L, 594L, 595L, 596L, 523L, 524L, 525L, 559L, 561L, 595L, 596L, 597L, 524L, 525L, 526L, 560L, 562L, 596L, 597L, 598L, 525L, 526L, 527L, 561L, 563L, 597L, 598L, 599L, 526L, 527L, 528L, 562L, 564L, 598L, 599L, 600L, 527L, 528L, 529L, 563L, 565L, 599L, 600L, 601L, 528L, 529L, 530L, 564L, 566L, 600L, 601L, 602L, 529L, 530L, 531L, 565L, 567L, 601L, 602L, 603L, 530L, 531L, 532L, 566L, 568L, 602L, 603L, 604L, 531L, 532L, 533L, 567L, 569L, 603L, 604L, 605L, 532L, 533L, 534L, 568L, 570L, 604L, 605L, 606L, 533L, 534L, 535L, 569L, 571L, 605L, 606L, 607L, 534L, 535L, 536L, 570L, 572L, 606L, 607L, 608L, 535L, 536L, 537L, 571L, 573L, 607L, 608L, 609L, 536L, 537L, 538L, 572L, 574L, 608L, 609L, 610L, 537L, 538L, 573L, 609L, 610L, 539L, 540L, 576L, 611L, 612L, 539L, 540L, 541L, 575L, 577L, 611L, 612L, 613L, 540L, 541L, 542L, 576L, 578L, 612L, 613L, 614L, 541L, 542L, 543L, 577L, 579L, 613L, 614L, 615L, 542L, 543L, 544L, 578L, 580L, 614L, 615L, 616L, 543L, 544L, 545L, 579L, 581L, 615L, 616L, 617L, 544L, 545L, 546L, 580L, 582L, 616L, 617L, 618L, 545L, 546L, 547L, 581L, 583L, 617L, 618L, 619L, 546L, 547L, 548L, 582L, 584L, 618L, 619L, 620L, 547L, 548L, 549L, 583L, 585L, 619L, 620L, 621L, 548L, 549L, 550L, 584L, 586L, 620L, 621L, 622L, 549L, 550L, 551L, 585L, 587L, 621L, 622L, 623L, 550L, 551L, 552L, 586L, 588L, 622L, 623L, 624L, 551L, 552L, 553L, 587L, 589L, 623L, 624L, 625L, 552L, 553L, 554L, 588L, 590L, 624L, 625L, 626L, 553L, 554L, 555L, 589L, 591L, 625L, 626L, 627L, 554L, 555L, 556L, 590L, 592L, 626L, 627L, 628L, 555L, 556L, 557L, 591L, 593L, 627L, 628L, 629L, 556L, 557L, 558L, 592L, 594L, 628L, 629L, 630L, 557L, 558L, 559L, 593L, 595L, 629L, 630L, 631L, 558L, 559L, 560L, 594L, 596L, 630L, 631L, 632L, 559L, 560L, 561L, 595L, 597L, 631L, 632L, 633L, 560L, 561L, 562L, 596L, 598L, 632L, 633L, 634L, 561L, 562L, 563L, 597L, 599L, 633L, 634L, 635L, 562L, 563L, 564L, 598L, 600L, 634L, 635L, 636L, 563L, 564L, 565L, 599L, 601L, 635L, 636L, 637L, 564L, 565L, 566L, 600L, 602L, 636L, 637L, 638L, 565L, 566L, 567L, 601L, 603L, 637L, 638L, 639L, 566L, 567L, 568L, 602L, 604L, 638L, 639L, 640L, 567L, 568L, 569L, 603L, 605L, 639L, 640L, 641L, 568L, 569L, 570L, 604L, 606L, 640L, 641L, 642L, 569L, 570L, 571L, 605L, 607L, 641L, 642L, 643L, 570L, 571L, 572L, 606L, 608L, 642L, 643L, 644L, 571L, 572L, 573L, 607L, 609L, 643L, 644L, 645L, 572L, 573L, 574L, 608L, 610L, 644L, 645L, 646L, 573L, 574L, 609L, 645L, 646L, 575L, 576L, 612L, 647L, 648L, 575L, 576L, 577L, 611L, 613L, 647L, 648L, 649L, 576L, 577L, 578L, 612L, 614L, 648L, 649L, 650L, 577L, 578L, 579L, 613L, 615L, 649L, 650L, 651L, 578L, 579L, 580L, 614L, 616L, 650L, 651L, 652L, 579L, 580L, 581L, 615L, 617L, 651L, 652L, 653L, 580L, 581L, 582L, 616L, 618L, 652L, 653L, 654L, 581L, 582L, 583L, 617L, 619L, 653L, 654L, 655L, 582L, 583L, 584L, 618L, 620L, 654L, 655L, 656L, 583L, 584L, 585L, 619L, 621L, 655L, 656L, 657L, 584L, 585L, 586L, 620L, 622L, 656L, 657L, 658L, 585L, 586L, 587L, 621L, 623L, 657L, 658L, 659L, 586L, 587L, 588L, 622L, 624L, 658L, 659L, 660L, 587L, 588L, 589L, 623L, 625L, 659L, 660L, 661L, 588L, 589L, 590L, 624L, 626L, 660L, 661L, 662L, 589L, 590L, 591L, 625L, 627L, 661L, 662L, 663L, 590L, 591L, 592L, 626L, 628L, 662L, 663L, 664L, 591L, 592L, 593L, 627L, 629L, 663L, 664L, 665L, 592L, 593L, 594L, 628L, 630L, 664L, 665L, 666L, 593L, 594L, 595L, 629L, 631L, 665L, 666L, 667L, 594L, 595L, 596L, 630L, 632L, 666L, 667L, 668L, 595L, 596L, 597L, 631L, 633L, 667L, 668L, 669L, 596L, 597L, 598L, 632L, 634L, 668L, 669L, 670L, 597L, 598L, 599L, 633L, 635L, 669L, 670L, 671L, 598L, 599L, 600L, 634L, 636L, 670L, 671L, 672L, 599L, 600L, 601L, 635L, 637L, 671L, 672L, 673L, 600L, 601L, 602L, 636L, 638L, 672L, 673L, 674L, 601L, 602L, 603L, 637L, 639L, 673L, 674L, 675L, 602L, 603L, 604L, 638L, 640L, 674L, 675L, 676L, 603L, 604L, 605L, 639L, 641L, 675L, 676L, 677L, 604L, 605L, 606L, 640L, 642L, 676L, 677L, 678L, 605L, 606L, 607L, 641L, 643L, 677L, 678L, 679L, 606L, 607L, 608L, 642L, 644L, 678L, 679L, 680L, 607L, 608L, 609L, 643L, 645L, 679L, 680L, 681L, 608L, 609L, 610L, 644L, 646L, 680L, 681L, 682L, 609L, 610L, 645L, 681L, 682L, 611L, 612L, 648L, 683L, 684L, 611L, 612L, 613L, 647L, 649L, 683L, 684L, 685L, 612L, 613L, 614L, 648L, 650L, 684L, 685L, 686L, 613L, 614L, 615L, 649L, 651L, 685L, 686L, 687L, 614L, 615L, 616L, 650L, 652L, 686L, 687L, 688L, 615L, 616L, 617L, 651L, 653L, 687L, 688L, 689L, 616L, 617L, 618L, 652L, 654L, 688L, 689L, 690L, 617L, 618L, 619L, 653L, 655L, 689L, 690L, 691L, 618L, 619L, 620L, 654L, 656L, 690L, 691L, 692L, 619L, 620L, 621L, 655L, 657L, 691L, 692L, 693L, 620L, 621L, 622L, 656L, 658L, 692L, 693L, 694L, 621L, 622L, 623L, 657L, 659L, 693L, 694L, 695L, 622L, 623L, 624L, 658L, 660L, 694L, 695L, 696L, 623L, 624L, 625L, 659L, 661L, 695L, 696L, 697L, 624L, 625L, 626L, 660L, 662L, 696L, 697L, 698L, 625L, 626L, 627L, 661L, 663L, 697L, 698L, 699L, 626L, 627L, 628L, 662L, 664L, 698L, 699L, 700L, 627L, 628L, 629L, 663L, 665L, 699L, 700L, 701L, 628L, 629L, 630L, 664L, 666L, 700L, 701L, 702L, 629L, 630L, 631L, 665L, 667L, 701L, 702L, 703L, 630L, 631L, 632L, 666L, 668L, 702L, 703L, 704L, 631L, 632L, 633L, 667L, 669L, 703L, 704L, 705L, 632L, 633L, 634L, 668L, 670L, 704L, 705L, 706L, 633L, 634L, 635L, 669L, 671L, 705L, 706L, 707L, 634L, 635L, 636L, 670L, 672L, 706L, 707L, 708L, 635L, 636L, 637L, 671L, 673L, 707L, 708L, 709L, 636L, 637L, 638L, 672L, 674L, 708L, 709L, 710L, 637L, 638L, 639L, 673L, 675L, 709L, 710L, 711L, 638L, 639L, 640L, 674L, 676L, 710L, 711L, 712L, 639L, 640L, 641L, 675L, 677L, 711L, 712L, 713L, 640L, 641L, 642L, 676L, 678L, 712L, 713L, 714L, 641L, 642L, 643L, 677L, 679L, 713L, 714L, 715L, 642L, 643L, 644L, 678L, 680L, 714L, 715L, 716L, 643L, 644L, 645L, 679L, 681L, 715L, 716L, 717L, 644L, 645L, 646L, 680L, 682L, 716L, 717L, 718L, 645L, 646L, 681L, 717L, 718L, 647L, 648L, 684L, 719L, 720L, 647L, 648L, 649L, 683L, 685L, 719L, 720L, 721L, 648L, 649L, 650L, 684L, 686L, 720L, 721L, 722L, 649L, 650L, 651L, 685L, 687L, 721L, 722L, 723L, 650L, 651L, 652L, 686L, 688L, 722L, 723L, 724L, 651L, 652L, 653L, 687L, 689L, 723L, 724L, 725L, 652L, 653L, 654L, 688L, 690L, 724L, 725L, 726L, 653L, 654L, 655L, 689L, 691L, 725L, 726L, 727L, 654L, 655L, 656L, 690L, 692L, 726L, 727L, 728L, 655L, 656L, 657L, 691L, 693L, 727L, 728L, 729L, 656L, 657L, 658L, 692L, 694L, 728L, 729L, 730L, 657L, 658L, 659L, 693L, 695L, 729L, 730L, 731L, 658L, 659L, 660L, 694L, 696L, 730L, 731L, 732L, 659L, 660L, 661L, 695L, 697L, 731L, 732L, 733L, 660L, 661L, 662L, 696L, 698L, 732L, 733L, 734L, 661L, 662L, 663L, 697L, 699L, 733L, 734L, 735L, 662L, 663L, 664L, 698L, 700L, 734L, 735L, 736L, 663L, 664L, 665L, 699L, 701L, 735L, 736L, 737L, 664L, 665L, 666L, 700L, 702L, 736L, 737L, 738L, 665L, 666L, 667L, 701L, 703L, 737L, 738L, 739L, 666L, 667L, 668L, 702L, 704L, 738L, 739L, 740L, 667L, 668L, 669L, 703L, 705L, 739L, 740L, 741L, 668L, 669L, 670L, 704L, 706L, 740L, 741L, 742L, 669L, 670L, 671L, 705L, 707L, 741L, 742L, 743L, 670L, 671L, 672L, 706L, 708L, 742L, 743L, 744L, 671L, 672L, 673L, 707L, 709L, 743L, 744L, 745L, 672L, 673L, 674L, 708L, 710L, 744L, 745L, 746L, 673L, 674L, 675L, 709L, 711L, 745L, 746L, 747L, 674L, 675L, 676L, 710L, 712L, 746L, 747L, 748L, 675L, 676L, 677L, 711L, 713L, 747L, 748L, 749L, 676L, 677L, 678L, 712L, 714L, 748L, 749L, 750L, 677L, 678L, 679L, 713L, 715L, 749L, 750L, 751L, 678L, 679L, 680L, 714L, 716L, 750L, 751L, 752L, 679L, 680L, 681L, 715L, 717L, 751L, 752L, 753L, 680L, 681L, 682L, 716L, 718L, 752L, 753L, 754L, 681L, 682L, 717L, 753L, 754L, 683L, 684L, 720L, 755L, 756L, 683L, 684L, 685L, 719L, 721L, 755L, 756L, 757L, 684L, 685L, 686L, 720L, 722L, 756L, 757L, 758L, 685L, 686L, 687L, 721L, 723L, 757L, 758L, 759L, 686L, 687L, 688L, 722L, 724L, 758L, 759L, 760L, 687L, 688L, 689L, 723L, 725L, 759L, 760L, 761L, 688L, 689L, 690L, 724L, 726L, 760L, 761L, 762L, 689L, 690L, 691L, 725L, 727L, 761L, 762L, 763L, 690L, 691L, 692L, 726L, 728L, 762L, 763L, 764L, 691L, 692L, 693L, 727L, 729L, 763L, 764L, 765L, 692L, 693L, 694L, 728L, 730L, 764L, 765L, 766L, 693L, 694L, 695L, 729L, 731L, 765L, 766L, 767L, 694L, 695L, 696L, 730L, 732L, 766L, 767L, 768L, 695L, 696L, 697L, 731L, 733L, 767L, 768L, 769L, 696L, 697L, 698L, 732L, 734L, 768L, 769L, 770L, 697L, 698L, 699L, 733L, 735L, 769L, 770L, 771L, 698L, 699L, 700L, 734L, 736L, 770L, 771L, 772L, 699L, 700L, 701L, 735L, 737L, 771L, 772L, 773L, 700L, 701L, 702L, 736L, 738L, 772L, 773L, 774L, 701L, 702L, 703L, 737L, 739L, 773L, 774L, 775L, 702L, 703L, 704L, 738L, 740L, 774L, 775L, 776L, 703L, 704L, 705L, 739L, 741L, 775L, 776L, 777L, 704L, 705L, 706L, 740L, 742L, 776L, 777L, 778L, 705L, 706L, 707L, 741L, 743L, 777L, 778L, 779L, 706L, 707L, 708L, 742L, 744L, 778L, 779L, 780L, 707L, 708L, 709L, 743L, 745L, 779L, 780L, 781L, 708L, 709L, 710L, 744L, 746L, 780L, 781L, 782L, 709L, 710L, 711L, 745L, 747L, 781L, 782L, 783L, 710L, 711L, 712L, 746L, 748L, 782L, 783L, 784L, 711L, 712L, 713L, 747L, 749L, 783L, 784L, 785L, 712L, 713L, 714L, 748L, 750L, 784L, 785L, 786L, 713L, 714L, 715L, 749L, 751L, 785L, 786L, 787L, 714L, 715L, 716L, 750L, 752L, 786L, 787L, 788L, 715L, 716L, 717L, 751L, 753L, 787L, 788L, 789L, 716L, 717L, 718L, 752L, 754L, 788L, 789L, 790L, 717L, 718L, 753L, 789L, 790L, 719L, 720L, 756L, 791L, 792L, 719L, 720L, 721L, 755L, 757L, 791L, 792L, 793L, 720L, 721L, 722L, 756L, 758L, 792L, 793L, 794L, 721L, 722L, 723L, 757L, 759L, 793L, 794L, 795L, 722L, 723L, 724L, 758L, 760L, 794L, 795L, 796L, 723L, 724L, 725L, 759L, 761L, 795L, 796L, 797L, 724L, 725L, 726L, 760L, 762L, 796L, 797L, 798L, 725L, 726L, 727L, 761L, 763L, 797L, 798L, 799L, 726L, 727L, 728L, 762L, 764L, 798L, 799L, 800L, 727L, 728L, 729L, 763L, 765L, 799L, 800L, 801L, 728L, 729L, 730L, 764L, 766L, 800L, 801L, 802L, 729L, 730L, 731L, 765L, 767L, 801L, 802L, 803L, 730L, 731L, 732L, 766L, 768L, 802L, 803L, 804L, 731L, 732L, 733L, 767L, 769L, 803L, 804L, 805L, 732L, 733L, 734L, 768L, 770L, 804L, 805L, 806L, 733L, 734L, 735L, 769L, 771L, 805L, 806L, 807L, 734L, 735L, 736L, 770L, 772L, 806L, 807L, 808L, 735L, 736L, 737L, 771L, 773L, 807L, 808L, 809L, 736L, 737L, 738L, 772L, 774L, 808L, 809L, 810L, 737L, 738L, 739L, 773L, 775L, 809L, 810L, 811L, 738L, 739L, 740L, 774L, 776L, 810L, 811L, 812L, 739L, 740L, 741L, 775L, 777L, 811L, 812L, 813L, 740L, 741L, 742L, 776L, 778L, 812L, 813L, 814L, 741L, 742L, 743L, 777L, 779L, 813L, 814L, 815L, 742L, 743L, 744L, 778L, 780L, 814L, 815L, 816L, 743L, 744L, 745L, 779L, 781L, 815L, 816L, 817L, 744L, 745L, 746L, 780L, 782L, 816L, 817L, 818L, 745L, 746L, 747L, 781L, 783L, 817L, 818L, 819L, 746L, 747L, 748L, 782L, 784L, 818L, 819L, 820L, 747L, 748L, 749L, 783L, 785L, 819L, 820L, 821L, 748L, 749L, 750L, 784L, 786L, 820L, 821L, 822L, 749L, 750L, 751L, 785L, 787L, 821L, 822L, 823L, 750L, 751L, 752L, 786L, 788L, 822L, 823L, 824L, 751L, 752L, 753L, 787L, 789L, 823L, 824L, 825L, 752L, 753L, 754L, 788L, 790L, 824L, 825L, 826L, 753L, 754L, 789L, 825L, 826L, 755L, 756L, 792L, 827L, 828L, 755L, 756L, 757L, 791L, 793L, 827L, 828L, 829L, 756L, 757L, 758L, 792L, 794L, 828L, 829L, 830L, 757L, 758L, 759L, 793L, 795L, 829L, 830L, 831L, 758L, 759L, 760L, 794L, 796L, 830L, 831L, 832L, 759L, 760L, 761L, 795L, 797L, 831L, 832L, 833L, 760L, 761L, 762L, 796L, 798L, 832L, 833L, 834L, 761L, 762L, 763L, 797L, 799L, 833L, 834L, 835L, 762L, 763L, 764L, 798L, 800L, 834L, 835L, 836L, 763L, 764L, 765L, 799L, 801L, 835L, 836L, 837L, 764L, 765L, 766L, 800L, 802L, 836L, 837L, 838L, 765L, 766L, 767L, 801L, 803L, 837L, 838L, 839L, 766L, 767L, 768L, 802L, 804L, 838L, 839L, 840L, 767L, 768L, 769L, 803L, 805L, 839L, 840L, 841L, 768L, 769L, 770L, 804L, 806L, 840L, 841L, 842L, 769L, 770L, 771L, 805L, 807L, 841L, 842L, 843L, 770L, 771L, 772L, 806L, 808L, 842L, 843L, 844L, 771L, 772L, 773L, 807L, 809L, 843L, 844L, 845L, 772L, 773L, 774L, 808L, 810L, 844L, 845L, 846L, 773L, 774L, 775L, 809L, 811L, 845L, 846L, 847L, 774L, 775L, 776L, 810L, 812L, 846L, 847L, 848L, 775L, 776L, 777L, 811L, 813L, 847L, 848L, 849L, 776L, 777L, 778L, 812L, 814L, 848L, 849L, 850L, 777L, 778L, 779L, 813L, 815L, 849L, 850L, 851L, 778L, 779L, 780L, 814L, 816L, 850L, 851L, 852L, 779L, 780L, 781L, 815L, 817L, 851L, 852L, 853L, 780L, 781L, 782L, 816L, 818L, 852L, 853L, 854L, 781L, 782L, 783L, 817L, 819L, 853L, 854L, 855L, 782L, 783L, 784L, 818L, 820L, 854L, 855L, 856L, 783L, 784L, 785L, 819L, 821L, 855L, 856L, 857L, 784L, 785L, 786L, 820L, 822L, 856L, 857L, 858L, 785L, 786L, 787L, 821L, 823L, 857L, 858L, 859L, 786L, 787L, 788L, 822L, 824L, 858L, 859L, 860L, 787L, 788L, 789L, 823L, 825L, 859L, 860L, 861L, 788L, 789L, 790L, 824L, 826L, 860L, 861L, 862L, 789L, 790L, 825L, 861L, 862L, 791L, 792L, 828L, 863L, 864L, 791L, 792L, 793L, 827L, 829L, 863L, 864L, 865L, 792L, 793L, 794L, 828L, 830L, 864L, 865L, 866L, 793L, 794L, 795L, 829L, 831L, 865L, 866L, 867L, 794L, 795L, 796L, 830L, 832L, 866L, 867L, 868L, 795L, 796L, 797L, 831L, 833L, 867L, 868L, 869L, 796L, 797L, 798L, 832L, 834L, 868L, 869L, 870L, 797L, 798L, 799L, 833L, 835L, 869L, 870L, 871L, 798L, 799L, 800L, 834L, 836L, 870L, 871L, 872L, 799L, 800L, 801L, 835L, 837L, 871L, 872L, 873L, 800L, 801L, 802L, 836L, 838L, 872L, 873L, 874L, 801L, 802L, 803L, 837L, 839L, 873L, 874L, 875L, 802L, 803L, 804L, 838L, 840L, 874L, 875L, 876L, 803L, 804L, 805L, 839L, 841L, 875L, 876L, 877L, 804L, 805L, 806L, 840L, 842L, 876L, 877L, 878L, 805L, 806L, 807L, 841L, 843L, 877L, 878L, 879L, 806L, 807L, 808L, 842L, 844L, 878L, 879L, 880L, 807L, 808L, 809L, 843L, 845L, 879L, 880L, 881L, 808L, 809L, 810L, 844L, 846L, 880L, 881L, 882L, 809L, 810L, 811L, 845L, 847L, 881L, 882L, 883L, 810L, 811L, 812L, 846L, 848L, 882L, 883L, 884L, 811L, 812L, 813L, 847L, 849L, 883L, 884L, 885L, 812L, 813L, 814L, 848L, 850L, 884L, 885L, 886L, 813L, 814L, 815L, 849L, 851L, 885L, 886L, 887L, 814L, 815L, 816L, 850L, 852L, 886L, 887L, 888L, 815L, 816L, 817L, 851L, 853L, 887L, 888L, 889L, 816L, 817L, 818L, 852L, 854L, 888L, 889L, 890L, 817L, 818L, 819L, 853L, 855L, 889L, 890L, 891L, 818L, 819L, 820L, 854L, 856L, 890L, 891L, 892L, 819L, 820L, 821L, 855L, 857L, 891L, 892L, 893L, 820L, 821L, 822L, 856L, 858L, 892L, 893L, 894L, 821L, 822L, 823L, 857L, 859L, 893L, 894L, 895L, 822L, 823L, 824L, 858L, 860L, 894L, 895L, 896L, 823L, 824L, 825L, 859L, 861L, 895L, 896L, 897L, 824L, 825L, 826L, 860L, 862L, 896L, 897L, 898L, 825L, 826L, 861L, 897L, 898L, 827L, 828L, 864L, 899L, 900L, 827L, 828L, 829L, 863L, 865L, 899L, 900L, 901L, 828L, 829L, 830L, 864L, 866L, 900L, 901L, 902L, 829L, 830L, 831L, 865L, 867L, 901L, 902L, 903L, 830L, 831L, 832L, 866L, 868L, 902L, 903L, 904L, 831L, 832L, 833L, 867L, 869L, 903L, 904L, 905L, 832L, 833L, 834L, 868L, 870L, 904L, 905L, 906L, 833L, 834L, 835L, 869L, 871L, 905L, 906L, 907L, 834L, 835L, 836L, 870L, 872L, 906L, 907L, 908L, 835L, 836L, 837L, 871L, 873L, 907L, 908L, 909L, 836L, 837L, 838L, 872L, 874L, 908L, 909L, 910L, 837L, 838L, 839L, 873L, 875L, 909L, 910L, 911L, 838L, 839L, 840L, 874L, 876L, 910L, 911L, 912L, 839L, 840L, 841L, 875L, 877L, 911L, 912L, 913L, 840L, 841L, 842L, 876L, 878L, 912L, 913L, 914L, 841L, 842L, 843L, 877L, 879L, 913L, 914L, 915L, 842L, 843L, 844L, 878L, 880L, 914L, 915L, 916L, 843L, 844L, 845L, 879L, 881L, 915L, 916L, 917L, 844L, 845L, 846L, 880L, 882L, 916L, 917L, 918L, 845L, 846L, 847L, 881L, 883L, 917L, 918L, 919L, 846L, 847L, 848L, 882L, 884L, 918L, 919L, 920L, 847L, 848L, 849L, 883L, 885L, 919L, 920L, 921L, 848L, 849L, 850L, 884L, 886L, 920L, 921L, 922L, 849L, 850L, 851L, 885L, 887L, 921L, 922L, 923L, 850L, 851L, 852L, 886L, 888L, 922L, 923L, 924L, 851L, 852L, 853L, 887L, 889L, 923L, 924L, 925L, 852L, 853L, 854L, 888L, 890L, 924L, 925L, 926L, 853L, 854L, 855L, 889L, 891L, 925L, 926L, 927L, 854L, 855L, 856L, 890L, 892L, 926L, 927L, 928L, 855L, 856L, 857L, 891L, 893L, 927L, 928L, 929L, 856L, 857L, 858L, 892L, 894L, 928L, 929L, 930L, 857L, 858L, 859L, 893L, 895L, 929L, 930L, 931L, 858L, 859L, 860L, 894L, 896L, 930L, 931L, 932L, 859L, 860L, 861L, 895L, 897L, 931L, 932L, 933L, 860L, 861L, 862L, 896L, 898L, 932L, 933L, 934L, 861L, 862L, 897L, 933L, 934L, 863L, 864L, 900L, 935L, 936L, 863L, 864L, 865L, 899L, 901L, 935L, 936L, 937L, 864L, 865L, 866L, 900L, 902L, 936L, 937L, 938L, 865L, 866L, 867L, 901L, 903L, 937L, 938L, 939L, 866L, 867L, 868L, 902L, 904L, 938L, 939L, 940L, 867L, 868L, 869L, 903L, 905L, 939L, 940L, 941L, 868L, 869L, 870L, 904L, 906L, 940L, 941L, 942L, 869L, 870L, 871L, 905L, 907L, 941L, 942L, 943L, 870L, 871L, 872L, 906L, 908L, 942L, 943L, 944L, 871L, 872L, 873L, 907L, 909L, 943L, 944L, 945L, 872L, 873L, 874L, 908L, 910L, 944L, 945L, 946L, 873L, 874L, 875L, 909L, 911L, 945L, 946L, 947L, 874L, 875L, 876L, 910L, 912L, 946L, 947L, 948L, 875L, 876L, 877L, 911L, 913L, 947L, 948L, 949L, 876L, 877L, 878L, 912L, 914L, 948L, 949L, 950L, 877L, 878L, 879L, 913L, 915L, 949L, 950L, 951L, 878L, 879L, 880L, 914L, 916L, 950L, 951L, 952L, 879L, 880L, 881L, 915L, 917L, 951L, 952L, 953L, 880L, 881L, 882L, 916L, 918L, 952L, 953L, 954L, 881L, 882L, 883L, 917L, 919L, 953L, 954L, 955L, 882L, 883L, 884L, 918L, 920L, 954L, 955L, 956L, 883L, 884L, 885L, 919L, 921L, 955L, 956L, 957L, 884L, 885L, 886L, 920L, 922L, 956L, 957L, 958L, 885L, 886L, 887L, 921L, 923L, 957L, 958L, 959L, 886L, 887L, 888L, 922L, 924L, 958L, 959L, 960L, 887L, 888L, 889L, 923L, 925L, 959L, 960L, 961L, 888L, 889L, 890L, 924L, 926L, 960L, 961L, 962L, 889L, 890L, 891L, 925L, 927L, 961L, 962L, 963L, 890L, 891L, 892L, 926L, 928L, 962L, 963L, 964L, 891L, 892L, 893L, 927L, 929L, 963L, 964L, 965L, 892L, 893L, 894L, 928L, 930L, 964L, 965L, 966L, 893L, 894L, 895L, 929L, 931L, 965L, 966L, 967L, 894L, 895L, 896L, 930L, 932L, 966L, 967L, 968L, 895L, 896L, 897L, 931L, 933L, 967L, 968L, 969L, 896L, 897L, 898L, 932L, 934L, 968L, 969L, 970L, 897L, 898L, 933L, 969L, 970L, 899L, 900L, 936L, 971L, 972L, 899L, 900L, 901L, 935L, 937L, 971L, 972L, 973L, 900L, 901L, 902L, 936L, 938L, 972L, 973L, 974L, 901L, 902L, 903L, 937L, 939L, 973L, 974L, 975L, 902L, 903L, 904L, 938L, 940L, 974L, 975L, 976L, 903L, 904L, 905L, 939L, 941L, 975L, 976L, 977L, 904L, 905L, 906L, 940L, 942L, 976L, 977L, 978L, 905L, 906L, 907L, 941L, 943L, 977L, 978L, 979L, 906L, 907L, 908L, 942L, 944L, 978L, 979L, 980L, 907L, 908L, 909L, 943L, 945L, 979L, 980L, 981L, 908L, 909L, 910L, 944L, 946L, 980L, 981L, 982L, 909L, 910L, 911L, 945L, 947L, 981L, 982L, 983L, 910L, 911L, 912L, 946L, 948L, 982L, 983L, 984L, 911L, 912L, 913L, 947L, 949L, 983L, 984L, 985L, 912L, 913L, 914L, 948L, 950L, 984L, 985L, 986L, 913L, 914L, 915L, 949L, 951L, 985L, 986L, 987L, 914L, 915L, 916L, 950L, 952L, 986L, 987L, 988L, 915L, 916L, 917L, 951L, 953L, 987L, 988L, 989L, 916L, 917L, 918L, 952L, 954L, 988L, 989L, 990L, 917L, 918L, 919L, 953L, 955L, 989L, 990L, 991L, 918L, 919L, 920L, 954L, 956L, 990L, 991L, 992L, 919L, 920L, 921L, 955L, 957L, 991L, 992L, 993L, 920L, 921L, 922L, 956L, 958L, 992L, 993L, 994L, 921L, 922L, 923L, 957L, 959L, 993L, 994L, 995L, 922L, 923L, 924L, 958L, 960L, 994L, 995L, 996L, 923L, 924L, 925L, 959L, 961L, 995L, 996L, 997L, 924L, 925L, 926L, 960L, 962L, 996L, 997L, 998L, 925L, 926L, 927L, 961L, 963L, 997L, 998L, 999L, 926L, 927L, 928L, 962L, 964L, 998L, 999L, 1000L, 927L, 928L, 929L, 963L, 965L, 999L, 1000L, 1001L, 928L, 929L, 930L, 964L, 966L, 1000L, 1001L, 1002L, 929L, 930L, 931L, 965L, 967L, 1001L, 1002L, 1003L, 930L, 931L, 932L, 966L, 968L, 1002L, 1003L, 1004L, 931L, 932L, 933L, 967L, 969L, 1003L, 1004L, 1005L, 932L, 933L, 934L, 968L, 970L, 1004L, 1005L, 1006L, 933L, 934L, 969L, 1005L, 1006L, 935L, 936L, 972L, 1007L, 1008L, 935L, 936L, 937L, 971L, 973L, 1007L, 1008L, 1009L, 936L, 937L, 938L, 972L, 974L, 1008L, 1009L, 1010L, 937L, 938L, 939L, 973L, 975L, 1009L, 1010L, 1011L, 938L, 939L, 940L, 974L, 976L, 1010L, 1011L, 1012L, 939L, 940L, 941L, 975L, 977L, 1011L, 1012L, 1013L, 940L, 941L, 942L, 976L, 978L, 1012L, 1013L, 1014L, 941L, 942L, 943L, 977L, 979L, 1013L, 1014L, 1015L, 942L, 943L, 944L, 978L, 980L, 1014L, 1015L, 1016L, 943L, 944L, 945L, 979L, 981L, 1015L, 1016L, 1017L, 944L, 945L, 946L, 980L, 982L, 1016L, 1017L, 1018L, 945L, 946L, 947L, 981L, 983L, 1017L, 1018L, 1019L, 946L, 947L, 948L, 982L, 984L, 1018L, 1019L, 1020L, 947L, 948L, 949L, 983L, 985L, 1019L, 1020L, 1021L, 948L, 949L, 950L, 984L, 986L, 1020L, 1021L, 1022L, 949L, 950L, 951L, 985L, 987L, 1021L, 1022L, 1023L, 950L, 951L, 952L, 986L, 988L, 1022L, 1023L, 1024L, 951L, 952L, 953L, 987L, 989L, 1023L, 1024L, 1025L, 952L, 953L, 954L, 988L, 990L, 1024L, 1025L, 1026L, 953L, 954L, 955L, 989L, 991L, 1025L, 1026L, 1027L, 954L, 955L, 956L, 990L, 992L, 1026L, 1027L, 1028L, 955L, 956L, 957L, 991L, 993L, 1027L, 1028L, 1029L, 956L, 957L, 958L, 992L, 994L, 1028L, 1029L, 1030L, 957L, 958L, 959L, 993L, 995L, 1029L, 1030L, 1031L, 958L, 959L, 960L, 994L, 996L, 1030L, 1031L, 1032L, 959L, 960L, 961L, 995L, 997L, 1031L, 1032L, 1033L, 960L, 961L, 962L, 996L, 998L, 1032L, 1033L, 1034L, 961L, 962L, 963L, 997L, 999L, 1033L, 1034L, 1035L, 962L, 963L, 964L, 998L, 1000L, 1034L, 1035L, 1036L, 963L, 964L, 965L, 999L, 1001L, 1035L, 1036L, 1037L, 964L, 965L, 966L, 1000L, 1002L, 1036L, 1037L, 1038L, 965L, 966L, 967L, 1001L, 1003L, 1037L, 1038L, 1039L, 966L, 967L, 968L, 1002L, 1004L, 1038L, 1039L, 1040L, 967L, 968L, 969L, 1003L, 1005L, 1039L, 1040L, 1041L, 968L, 969L, 970L, 1004L, 1006L, 1040L, 1041L, 1042L, 969L, 970L, 1005L, 1041L, 1042L, 971L, 972L, 1008L, 1043L, 1044L, 971L, 972L, 973L, 1007L, 1009L, 1043L, 1044L, 1045L, 972L, 973L, 974L, 1008L, 1010L, 1044L, 1045L, 1046L, 973L, 974L, 975L, 1009L, 1011L, 1045L, 1046L, 1047L, 974L, 975L, 976L, 1010L, 1012L, 1046L, 1047L, 1048L, 975L, 976L, 977L, 1011L, 1013L, 1047L, 1048L, 1049L, 976L, 977L, 978L, 1012L, 1014L, 1048L, 1049L, 1050L, 977L, 978L, 979L, 1013L, 1015L, 1049L, 1050L, 1051L, 978L, 979L, 980L, 1014L, 1016L, 1050L, 1051L, 1052L, 979L, 980L, 981L, 1015L, 1017L, 1051L, 1052L, 1053L, 980L, 981L, 982L, 1016L, 1018L, 1052L, 1053L, 1054L, 981L, 982L, 983L, 1017L, 1019L, 1053L, 1054L, 1055L, 982L, 983L, 984L, 1018L, 1020L, 1054L, 1055L, 1056L, 983L, 984L, 985L, 1019L, 1021L, 1055L, 1056L, 1057L, 984L, 985L, 986L, 1020L, 1022L, 1056L, 1057L, 1058L, 985L, 986L, 987L, 1021L, 1023L, 1057L, 1058L, 1059L, 986L, 987L, 988L, 1022L, 1024L, 1058L, 1059L, 1060L, 987L, 988L, 989L, 1023L, 1025L, 1059L, 1060L, 1061L, 988L, 989L, 990L, 1024L, 1026L, 1060L, 1061L, 1062L, 989L, 990L, 991L, 1025L, 1027L, 1061L, 1062L, 1063L, 990L, 991L, 992L, 1026L, 1028L, 1062L, 1063L, 1064L, 991L, 992L, 993L, 1027L, 1029L, 1063L, 1064L, 1065L, 992L, 993L, 994L, 1028L, 1030L, 1064L, 1065L, 1066L, 993L, 994L, 995L, 1029L, 1031L, 1065L, 1066L, 1067L, 994L, 995L, 996L, 1030L, 1032L, 1066L, 1067L, 1068L, 995L, 996L, 997L, 1031L, 1033L, 1067L, 1068L, 1069L, 996L, 997L, 998L, 1032L, 1034L, 1068L, 1069L, 1070L, 997L, 998L, 999L, 1033L, 1035L, 1069L, 1070L, 1071L, 998L, 999L, 1000L, 1034L, 1036L, 1070L, 1071L, 1072L, 999L, 1000L, 1001L, 1035L, 1037L, 1071L, 1072L, 1073L, 1000L, 1001L, 1002L, 1036L, 1038L, 1072L, 1073L, 1074L, 1001L, 1002L, 1003L, 1037L, 1039L, 1073L, 1074L, 1075L, 1002L, 1003L, 1004L, 1038L, 1040L, 1074L, 1075L, 1076L, 1003L, 1004L, 1005L, 1039L, 1041L, 1075L, 1076L, 1077L, 1004L, 1005L, 1006L, 1040L, 1042L, 1076L, 1077L, 1078L, 1005L, 1006L, 1041L, 1077L, 1078L, 1007L, 1008L, 1044L, 1079L, 1080L, 1007L, 1008L, 1009L, 1043L, 1045L, 1079L, 1080L, 1081L, 1008L, 1009L, 1010L, 1044L, 1046L, 1080L, 1081L, 1082L, 1009L, 1010L, 1011L, 1045L, 1047L, 1081L, 1082L, 1083L, 1010L, 1011L, 1012L, 1046L, 1048L, 1082L, 1083L, 1084L, 1011L, 1012L, 1013L, 1047L, 1049L, 1083L, 1084L, 1085L, 1012L, 1013L, 1014L, 1048L, 1050L, 1084L, 1085L, 1086L, 1013L, 1014L, 1015L, 1049L, 1051L, 1085L, 1086L, 1087L, 1014L, 1015L, 1016L, 1050L, 1052L, 1086L, 1087L, 1088L, 1015L, 1016L, 1017L, 1051L, 1053L, 1087L, 1088L, 1089L, 1016L, 1017L, 1018L, 1052L, 1054L, 1088L, 1089L, 1090L, 1017L, 1018L, 1019L, 1053L, 1055L, 1089L, 1090L, 1091L, 1018L, 1019L, 1020L, 1054L, 1056L, 1090L, 1091L, 1092L, 1019L, 1020L, 1021L, 1055L, 1057L, 1091L, 1092L, 1093L, 1020L, 1021L, 1022L, 1056L, 1058L, 1092L, 1093L, 1094L, 1021L, 1022L, 1023L, 1057L, 1059L, 1093L, 1094L, 1095L, 1022L, 1023L, 1024L, 1058L, 1060L, 1094L, 1095L, 1096L, 1023L, 1024L, 1025L, 1059L, 1061L, 1095L, 1096L, 1097L, 1024L, 1025L, 1026L, 1060L, 1062L, 1096L, 1097L, 1098L, 1025L, 1026L, 1027L, 1061L, 1063L, 1097L, 1098L, 1099L, 1026L, 1027L, 1028L, 1062L, 1064L, 1098L, 1099L, 1100L, 1027L, 1028L, 1029L, 1063L, 1065L, 1099L, 1100L, 1101L, 1028L, 1029L, 1030L, 1064L, 1066L, 1100L, 1101L, 1102L, 1029L, 1030L, 1031L, 1065L, 1067L, 1101L, 1102L, 1103L, 1030L, 1031L, 1032L, 1066L, 1068L, 1102L, 1103L, 1104L, 1031L, 1032L, 1033L, 1067L, 1069L, 1103L, 1104L, 1105L, 1032L, 1033L, 1034L, 1068L, 1070L, 1104L, 1105L, 1106L, 1033L, 1034L, 1035L, 1069L, 1071L, 1105L, 1106L, 1107L, 1034L, 1035L, 1036L, 1070L, 1072L, 1106L, 1107L, 1108L, 1035L, 1036L, 1037L, 1071L, 1073L, 1107L, 1108L, 1109L, 1036L, 1037L, 1038L, 1072L, 1074L, 1108L, 1109L, 1110L, 1037L, 1038L, 1039L, 1073L, 1075L, 1109L, 1110L, 1111L, 1038L, 1039L, 1040L, 1074L, 1076L, 1110L, 1111L, 1112L, 1039L, 1040L, 1041L, 1075L, 1077L, 1111L, 1112L, 1113L, 1040L, 1041L, 1042L, 1076L, 1078L, 1112L, 1113L, 1114L, 1041L, 1042L, 1077L, 1113L, 1114L, 1043L, 1044L, 1080L, 1115L, 1116L, 1043L, 1044L, 1045L, 1079L, 1081L, 1115L, 1116L, 1117L, 1044L, 1045L, 1046L, 1080L, 1082L, 1116L, 1117L, 1118L, 1045L, 1046L, 1047L, 1081L, 1083L, 1117L, 1118L, 1119L, 1046L, 1047L, 1048L, 1082L, 1084L, 1118L, 1119L, 1120L, 1047L, 1048L, 1049L, 1083L, 1085L, 1119L, 1120L, 1121L, 1048L, 1049L, 1050L, 1084L, 1086L, 1120L, 1121L, 1122L, 1049L, 1050L, 1051L, 1085L, 1087L, 1121L, 1122L, 1123L, 1050L, 1051L, 1052L, 1086L, 1088L, 1122L, 1123L, 1124L, 1051L, 1052L, 1053L, 1087L, 1089L, 1123L, 1124L, 1125L, 1052L, 1053L, 1054L, 1088L, 1090L, 1124L, 1125L, 1126L, 1053L, 1054L, 1055L, 1089L, 1091L, 1125L, 1126L, 1127L, 1054L, 1055L, 1056L, 1090L, 1092L, 1126L, 1127L, 1128L, 1055L, 1056L, 1057L, 1091L, 1093L, 1127L, 1128L, 1129L, 1056L, 1057L, 1058L, 1092L, 1094L, 1128L, 1129L, 1130L, 1057L, 1058L, 1059L, 1093L, 1095L, 1129L, 1130L, 1131L, 1058L, 1059L, 1060L, 1094L, 1096L, 1130L, 1131L, 1132L, 1059L, 1060L, 1061L, 1095L, 1097L, 1131L, 1132L, 1133L, 1060L, 1061L, 1062L, 1096L, 1098L, 1132L, 1133L, 1134L, 1061L, 1062L, 1063L, 1097L, 1099L, 1133L, 1134L, 1135L, 1062L, 1063L, 1064L, 1098L, 1100L, 1134L, 1135L, 1136L, 1063L, 1064L, 1065L, 1099L, 1101L, 1135L, 1136L, 1137L, 1064L, 1065L, 1066L, 1100L, 1102L, 1136L, 1137L, 1138L, 1065L, 1066L, 1067L, 1101L, 1103L, 1137L, 1138L, 1139L, 1066L, 1067L, 1068L, 1102L, 1104L, 1138L, 1139L, 1140L, 1067L, 1068L, 1069L, 1103L, 1105L, 1139L, 1140L, 1141L, 1068L, 1069L, 1070L, 1104L, 1106L, 1140L, 1141L, 1142L, 1069L, 1070L, 1071L, 1105L, 1107L, 1141L, 1142L, 1143L, 1070L, 1071L, 1072L, 1106L, 1108L, 1142L, 1143L, 1144L, 1071L, 1072L, 1073L, 1107L, 1109L, 1143L, 1144L, 1145L, 1072L, 1073L, 1074L, 1108L, 1110L, 1144L, 1145L, 1146L, 1073L, 1074L, 1075L, 1109L, 1111L, 1145L, 1146L, 1147L, 1074L, 1075L, 1076L, 1110L, 1112L, 1146L, 1147L, 1148L, 1075L, 1076L, 1077L, 1111L, 1113L, 1147L, 1148L, 1149L, 1076L, 1077L, 1078L, 1112L, 1114L, 1148L, 1149L, 1150L, 1077L, 1078L, 1113L, 1149L, 1150L, 1079L, 1080L, 1116L, 1151L, 1152L, 1079L, 1080L, 1081L, 1115L, 1117L, 1151L, 1152L, 1153L, 1080L, 1081L, 1082L, 1116L, 1118L, 1152L, 1153L, 1154L, 1081L, 1082L, 1083L, 1117L, 1119L, 1153L, 1154L, 1155L, 1082L, 1083L, 1084L, 1118L, 1120L, 1154L, 1155L, 1156L, 1083L, 1084L, 1085L, 1119L, 1121L, 1155L, 1156L, 1157L, 1084L, 1085L, 1086L, 1120L, 1122L, 1156L, 1157L, 1158L, 1085L, 1086L, 1087L, 1121L, 1123L, 1157L, 1158L, 1159L, 1086L, 1087L, 1088L, 1122L, 1124L, 1158L, 1159L, 1160L, 1087L, 1088L, 1089L, 1123L, 1125L, 1159L, 1160L, 1161L, 1088L, 1089L, 1090L, 1124L, 1126L, 1160L, 1161L, 1162L, 1089L, 1090L, 1091L, 1125L, 1127L, 1161L, 1162L, 1163L, 1090L, 1091L, 1092L, 1126L, 1128L, 1162L, 1163L, 1164L, 1091L, 1092L, 1093L, 1127L, 1129L, 1163L, 1164L, 1165L, 1092L, 1093L, 1094L, 1128L, 1130L, 1164L, 1165L, 1166L, 1093L, 1094L, 1095L, 1129L, 1131L, 1165L, 1166L, 1167L, 1094L, 1095L, 1096L, 1130L, 1132L, 1166L, 1167L, 1168L, 1095L, 1096L, 1097L, 1131L, 1133L, 1167L, 1168L, 1169L, 1096L, 1097L, 1098L, 1132L, 1134L, 1168L, 1169L, 1170L, 1097L, 1098L, 1099L, 1133L, 1135L, 1169L, 1170L, 1171L, 1098L, 1099L, 1100L, 1134L, 1136L, 1170L, 1171L, 1172L, 1099L, 1100L, 1101L, 1135L, 1137L, 1171L, 1172L, 1173L, 1100L, 1101L, 1102L, 1136L, 1138L, 1172L, 1173L, 1174L, 1101L, 1102L, 1103L, 1137L, 1139L, 1173L, 1174L, 1175L, 1102L, 1103L, 1104L, 1138L, 1140L, 1174L, 1175L, 1176L, 1103L, 1104L, 1105L, 1139L, 1141L, 1175L, 1176L, 1177L, 1104L, 1105L, 1106L, 1140L, 1142L, 1176L, 1177L, 1178L, 1105L, 1106L, 1107L, 1141L, 1143L, 1177L, 1178L, 1179L, 1106L, 1107L, 1108L, 1142L, 1144L, 1178L, 1179L, 1180L, 1107L, 1108L, 1109L, 1143L, 1145L, 1179L, 1180L, 1181L, 1108L, 1109L, 1110L, 1144L, 1146L, 1180L, 1181L, 1182L, 1109L, 1110L, 1111L, 1145L, 1147L, 1181L, 1182L, 1183L, 1110L, 1111L, 1112L, 1146L, 1148L, 1182L, 1183L, 1184L, 1111L, 1112L, 1113L, 1147L, 1149L, 1183L, 1184L, 1185L, 1112L, 1113L, 1114L, 1148L, 1150L, 1184L, 1185L, 1186L, 1113L, 1114L, 1149L, 1185L, 1186L, 1115L, 1116L, 1152L, 1187L, 1188L, 1115L, 1116L, 1117L, 1151L, 1153L, 1187L, 1188L, 1189L, 1116L, 1117L, 1118L, 1152L, 1154L, 1188L, 1189L, 1190L, 1117L, 1118L, 1119L, 1153L, 1155L, 1189L, 1190L, 1191L, 1118L, 1119L, 1120L, 1154L, 1156L, 1190L, 1191L, 1192L, 1119L, 1120L, 1121L, 1155L, 1157L, 1191L, 1192L, 1193L, 1120L, 1121L, 1122L, 1156L, 1158L, 1192L, 1193L, 1194L, 1121L, 1122L, 1123L, 1157L, 1159L, 1193L, 1194L, 1195L, 1122L, 1123L, 1124L, 1158L, 1160L, 1194L, 1195L, 1196L, 1123L, 1124L, 1125L, 1159L, 1161L, 1195L, 1196L, 1197L, 1124L, 1125L, 1126L, 1160L, 1162L, 1196L, 1197L, 1198L, 1125L, 1126L, 1127L, 1161L, 1163L, 1197L, 1198L, 1199L, 1126L, 1127L, 1128L, 1162L, 1164L, 1198L, 1199L, 1200L, 1127L, 1128L, 1129L, 1163L, 1165L, 1199L, 1200L, 1201L, 1128L, 1129L, 1130L, 1164L, 1166L, 1200L, 1201L, 1202L, 1129L, 1130L, 1131L, 1165L, 1167L, 1201L, 1202L, 1203L, 1130L, 1131L, 1132L, 1166L, 1168L, 1202L, 1203L, 1204L, 1131L, 1132L, 1133L, 1167L, 1169L, 1203L, 1204L, 1205L, 1132L, 1133L, 1134L, 1168L, 1170L, 1204L, 1205L, 1206L, 1133L, 1134L, 1135L, 1169L, 1171L, 1205L, 1206L, 1207L, 1134L, 1135L, 1136L, 1170L, 1172L, 1206L, 1207L, 1208L, 1135L, 1136L, 1137L, 1171L, 1173L, 1207L, 1208L, 1209L, 1136L, 1137L, 1138L, 1172L, 1174L, 1208L, 1209L, 1210L, 1137L, 1138L, 1139L, 1173L, 1175L, 1209L, 1210L, 1211L, 1138L, 1139L, 1140L, 1174L, 1176L, 1210L, 1211L, 1212L, 1139L, 1140L, 1141L, 1175L, 1177L, 1211L, 1212L, 1213L, 1140L, 1141L, 1142L, 1176L, 1178L, 1212L, 1213L, 1214L, 1141L, 1142L, 1143L, 1177L, 1179L, 1213L, 1214L, 1215L, 1142L, 1143L, 1144L, 1178L, 1180L, 1214L, 1215L, 1216L, 1143L, 1144L, 1145L, 1179L, 1181L, 1215L, 1216L, 1217L, 1144L, 1145L, 1146L, 1180L, 1182L, 1216L, 1217L, 1218L, 1145L, 1146L, 1147L, 1181L, 1183L, 1217L, 1218L, 1219L, 1146L, 1147L, 1148L, 1182L, 1184L, 1218L, 1219L, 1220L, 1147L, 1148L, 1149L, 1183L, 1185L, 1219L, 1220L, 1221L, 1148L, 1149L, 1150L, 1184L, 1186L, 1220L, 1221L, 1222L, 1149L, 1150L, 1185L, 1221L, 1222L, 1151L, 1152L, 1188L, 1223L, 1224L, 1151L, 1152L, 1153L, 1187L, 1189L, 1223L, 1224L, 1225L, 1152L, 1153L, 1154L, 1188L, 1190L, 1224L, 1225L, 1226L, 1153L, 1154L, 1155L, 1189L, 1191L, 1225L, 1226L, 1227L, 1154L, 1155L, 1156L, 1190L, 1192L, 1226L, 1227L, 1228L, 1155L, 1156L, 1157L, 1191L, 1193L, 1227L, 1228L, 1229L, 1156L, 1157L, 1158L, 1192L, 1194L, 1228L, 1229L, 1230L, 1157L, 1158L, 1159L, 1193L, 1195L, 1229L, 1230L, 1231L, 1158L, 1159L, 1160L, 1194L, 1196L, 1230L, 1231L, 1232L, 1159L, 1160L, 1161L, 1195L, 1197L, 1231L, 1232L, 1233L, 1160L, 1161L, 1162L, 1196L, 1198L, 1232L, 1233L, 1234L, 1161L, 1162L, 1163L, 1197L, 1199L, 1233L, 1234L, 1235L, 1162L, 1163L, 1164L, 1198L, 1200L, 1234L, 1235L, 1236L, 1163L, 1164L, 1165L, 1199L, 1201L, 1235L, 1236L, 1237L, 1164L, 1165L, 1166L, 1200L, 1202L, 1236L, 1237L, 1238L, 1165L, 1166L, 1167L, 1201L, 1203L, 1237L, 1238L, 1239L, 1166L, 1167L, 1168L, 1202L, 1204L, 1238L, 1239L, 1240L, 1167L, 1168L, 1169L, 1203L, 1205L, 1239L, 1240L, 1241L, 1168L, 1169L, 1170L, 1204L, 1206L, 1240L, 1241L, 1242L, 1169L, 1170L, 1171L, 1205L, 1207L, 1241L, 1242L, 1243L, 1170L, 1171L, 1172L, 1206L, 1208L, 1242L, 1243L, 1244L, 1171L, 1172L, 1173L, 1207L, 1209L, 1243L, 1244L, 1245L, 1172L, 1173L, 1174L, 1208L, 1210L, 1244L, 1245L, 1246L, 1173L, 1174L, 1175L, 1209L, 1211L, 1245L, 1246L, 1247L, 1174L, 1175L, 1176L, 1210L, 1212L, 1246L, 1247L, 1248L, 1175L, 1176L, 1177L, 1211L, 1213L, 1247L, 1248L, 1249L, 1176L, 1177L, 1178L, 1212L, 1214L, 1248L, 1249L, 1250L, 1177L, 1178L, 1179L, 1213L, 1215L, 1249L, 1250L, 1251L, 1178L, 1179L, 1180L, 1214L, 1216L, 1250L, 1251L, 1252L, 1179L, 1180L, 1181L, 1215L, 1217L, 1251L, 1252L, 1253L, 1180L, 1181L, 1182L, 1216L, 1218L, 1252L, 1253L, 1254L, 1181L, 1182L, 1183L, 1217L, 1219L, 1253L, 1254L, 1255L, 1182L, 1183L, 1184L, 1218L, 1220L, 1254L, 1255L, 1256L, 1183L, 1184L, 1185L, 1219L, 1221L, 1255L, 1256L, 1257L, 1184L, 1185L, 1186L, 1220L, 1222L, 1256L, 1257L, 1258L, 1185L, 1186L, 1221L, 1257L, 1258L, 1187L, 1188L, 1224L, 1259L, 1260L, 1187L, 1188L, 1189L, 1223L, 1225L, 1259L, 1260L, 1261L, 1188L, 1189L, 1190L, 1224L, 1226L, 1260L, 1261L, 1262L, 1189L, 1190L, 1191L, 1225L, 1227L, 1261L, 1262L, 1263L, 1190L, 1191L, 1192L, 1226L, 1228L, 1262L, 1263L, 1264L, 1191L, 1192L, 1193L, 1227L, 1229L, 1263L, 1264L, 1265L, 1192L, 1193L, 1194L, 1228L, 1230L, 1264L, 1265L, 1266L, 1193L, 1194L, 1195L, 1229L, 1231L, 1265L, 1266L, 1267L, 1194L, 1195L, 1196L, 1230L, 1232L, 1266L, 1267L, 1268L, 1195L, 1196L, 1197L, 1231L, 1233L, 1267L, 1268L, 1269L, 1196L, 1197L, 1198L, 1232L, 1234L, 1268L, 1269L, 1270L, 1197L, 1198L, 1199L, 1233L, 1235L, 1269L, 1270L, 1271L, 1198L, 1199L, 1200L, 1234L, 1236L, 1270L, 1271L, 1272L, 1199L, 1200L, 1201L, 1235L, 1237L, 1271L, 1272L, 1273L, 1200L, 1201L, 1202L, 1236L, 1238L, 1272L, 1273L, 1274L, 1201L, 1202L, 1203L, 1237L, 1239L, 1273L, 1274L, 1275L, 1202L, 1203L, 1204L, 1238L, 1240L, 1274L, 1275L, 1276L, 1203L, 1204L, 1205L, 1239L, 1241L, 1275L, 1276L, 1277L, 1204L, 1205L, 1206L, 1240L, 1242L, 1276L, 1277L, 1278L, 1205L, 1206L, 1207L, 1241L, 1243L, 1277L, 1278L, 1279L, 1206L, 1207L, 1208L, 1242L, 1244L, 1278L, 1279L, 1280L, 1207L, 1208L, 1209L, 1243L, 1245L, 1279L, 1280L, 1281L, 1208L, 1209L, 1210L, 1244L, 1246L, 1280L, 1281L, 1282L, 1209L, 1210L, 1211L, 1245L, 1247L, 1281L, 1282L, 1283L, 1210L, 1211L, 1212L, 1246L, 1248L, 1282L, 1283L, 1284L, 1211L, 1212L, 1213L, 1247L, 1249L, 1283L, 1284L, 1285L, 1212L, 1213L, 1214L, 1248L, 1250L, 1284L, 1285L, 1286L, 1213L, 1214L, 1215L, 1249L, 1251L, 1285L, 1286L, 1287L, 1214L, 1215L, 1216L, 1250L, 1252L, 1286L, 1287L, 1288L, 1215L, 1216L, 1217L, 1251L, 1253L, 1287L, 1288L, 1289L, 1216L, 1217L, 1218L, 1252L, 1254L, 1288L, 1289L, 1290L, 1217L, 1218L, 1219L, 1253L, 1255L, 1289L, 1290L, 1291L, 1218L, 1219L, 1220L, 1254L, 1256L, 1290L, 1291L, 1292L, 1219L, 1220L, 1221L, 1255L, 1257L, 1291L, 1292L, 1293L, 1220L, 1221L, 1222L, 1256L, 1258L, 1292L, 1293L, 1294L, 1221L, 1222L, 1257L, 1293L, 1294L, 1223L, 1224L, 1260L, 1223L, 1224L, 1225L, 1259L, 1261L, 1224L, 1225L, 1226L, 1260L, 1262L, 1225L, 1226L, 1227L, 1261L, 1263L, 1226L, 1227L, 1228L, 1262L, 1264L, 1227L, 1228L, 1229L, 1263L, 1265L, 1228L, 1229L, 1230L, 1264L, 1266L, 1229L, 1230L, 1231L, 1265L, 1267L, 1230L, 1231L, 1232L, 1266L, 1268L, 1231L, 1232L, 1233L, 1267L, 1269L, 1232L, 1233L, 1234L, 1268L, 1270L, 1233L, 1234L, 1235L, 1269L, 1271L, 1234L, 1235L, 1236L, 1270L, 1272L, 1235L, 1236L, 1237L, 1271L, 1273L, 1236L, 1237L, 1238L, 1272L, 1274L, 1237L, 1238L, 1239L, 1273L, 1275L, 1238L, 1239L, 1240L, 1274L, 1276L, 1239L, 1240L, 1241L, 1275L, 1277L, 1240L, 1241L, 1242L, 1276L, 1278L, 1241L, 1242L, 1243L, 1277L, 1279L, 1242L, 1243L, 1244L, 1278L, 1280L, 1243L, 1244L, 1245L, 1279L, 1281L, 1244L, 1245L, 1246L, 1280L, 1282L, 1245L, 1246L, 1247L, 1281L, 1283L, 1246L, 1247L, 1248L, 1282L, 1284L, 1247L, 1248L, 1249L, 1283L, 1285L, 1248L, 1249L, 1250L, 1284L, 1286L, 1249L, 1250L, 1251L, 1285L, 1287L, 1250L, 1251L, 1252L, 1286L, 1288L, 1251L, 1252L, 1253L, 1287L, 1289L, 1252L, 1253L, 1254L, 1288L, 1290L, 1253L, 1254L, 1255L, 1289L, 1291L, 1254L, 1255L, 1256L, 1290L, 1292L, 1255L, 1256L, 1257L, 1291L, 1293L, 1256L, 1257L, 1258L, 1292L, 1294L, 1257L, 1258L, 1293L, 0L, 35L, 36L), dist = c(21.1510013869712, 37.4010007318196, 52.4710010022573, 69.8170014671064, 69.569000493693, 37.4010007318196, 28.1909988621491, 32.4160013786204, 32.1680000142659, 22.1810010153984, 28.1909988621491, 4.16100138426606, 3.97700555556055, 6.00999976588544, 20.2969998330147, 4.16100138426606, 9.72399991613146, 1.84900841287839, 16.1360002175275, 17.1260004644119, 9.72399991613146, 11.8450009998743, 6.41200336372395, 7.40200159997703, 12.885001576271, 11.8450009998743, 1.14200779952464, 4.44300374730108, 1.04000830850787, 1.91300918212201, 1.14200779952464, 0.226038715212467, 0.102170301313881, 0.771011167193318, 5.13200335239464, 0.226038715212467, 4.66100163731309, 0.997017630633045, 4.90600142986712, 12.567001293746, 4.66100163731309, 10.4130009404383, 0.245070737025426, 7.90600123529961, 29.2510019515542, 10.4130009404383, 16.5750012866532, 2.50700689452723, 18.8380017120209, 20.7630013244374, 16.5750012866532, 4.76300231077821, 2.26300815999046, 4.18800179806242, 1.00001736096041, 4.76300231077821, 3.13800325454969, 8.95100215319503, 5.76300199453731, 9.93800147228384, 3.13800325454969, 8.43700130352566, 2.62500661374828, 6.80000051361286, 6.41300090663774, 8.43700130352566, 2.28700635907718, 1.63701164300014, 2.0240063639984, 8.62500201288221, 2.28700635907718, 5.13799836306622, 0.263066491705801, 6.3379988061287, 6.94999944624443, 5.13799836306622, 16.1870027182739, 1.20001523043564, 1.81200506524472, 22.8000028595357, 16.1870027182739, 0.0751164133369742, 14.3750031150779, 6.61300122872671, 7.86500197850649, 0.0751164133369742, 14.923000917383, 6.68800327487526, 7.94000162732643, 6.89300312137971, 14.923000917383, 0.24703535885659, 6.98300228783201, 8.03000081398679, 2.6410063676871, 0.24703535885659, 0.0960900978872019, 8.2770020479212, 2.88800301717505, 1.15201502071996, 0.0960900978872019, 0.00730490346636498, 2.98400554721808, 1.24800662367717, 0.78402206385527, 0.00730490346636498, 11.898000969907, 1.254013554596, 0.778011035377854, 0.778022192666013, 11.898000969907, 0.517016511506363, 11.1200019236471, 11.1200011430217, 21.1540006261515, 0.517016511506363, 12.4650003721451, 11.6370015758121, 21.6709999275385, 19.2280005901026, 12.4650003721451, 1.92100452257853, 9.20600173707404, 6.7630012949802, 25.4100010074886, 1.92100452257853, 0.861009666089897, 4.84200359315287, 23.4890006899929, 0.501035056047989, 0.861009666089897, 2.24900393221594, 24.3500006176145, 1.36200636192986, 3.83700394100691, 2.24900393221594, 4.72600166891891, 0.887019656547832, 1.58800481020973, 13.3390000960859, 4.72600166891891, 4.03700280637609, 3.1380060208157, 8.61299997024585, 22.4740017032837, 4.03700280637609, 11.362001706229, 4.57600210022335, 18.4370007454808, 2.35000776916377, 11.362001706229, 2.46300334509006, 29.7990017994956, 9.01200152398226, 2.11800822743791, 2.46300334509006, 0.110079019273874, 11.4750018944204, 0.345024950320109, 0.396043747220512, 0.110079019273874, 31.9940002293566, 0.45503807840085, 0.506017196917578, 58.461998759641, 31.9940002293566, 77.8540002030506, 32.500000534188, 26.4679988326029, 130.289005412792, 77.8540002030506, 51.3860019247709, 52.4350053535371, 73.6220017658563, 52.4710010022573, 17.3460011718223, 7.9900008575456, 7.23200275154775, 90.9680025101845, 69.8170014671064, 32.4160013786204, 17.3460011718223, 0.248036098248205, 9.35600275588075, 10.1140011787058, 13.2850030615811, 69.569000493693, 32.1680000142659, 3.97700555556055, 0.248036098248205, 9.98700038090425, 9.86600098149271, 13.0370013219678, 14.6870014567315, 22.1810010153984, 6.00999976588544, 1.84900841287839, 9.98700038090425, 14.2870012637121, 3.05000683656931, 4.7000026098655, 5.80700410357704, 20.2969998330147, 16.1360002175275, 6.41200336372395, 14.2870012637121, 0.990008539319297, 9.58700170408966, 8.48000056588674, 6.42500384652659, 17.1260004644119, 7.40200159997703, 4.44300374730108, 0.990008539319297, 5.48300138481185, 9.47000114662912, 7.41500208620216, 0.872019649910317, 12.885001576271, 1.04000830850787, 0.102170301313881, 5.48300138481185, 0.873010088262825, 12.8980020631942, 4.61100194361023, 0.834020927043663, 1.91300918212201, 0.771011167193318, 0.997017630633045, 0.873010088262825, 5.90300134846241, 5.4840033717678, 1.70700534084618, 21.9840009957094, 5.13200335239464, 4.90600142986712, 0.245070737025426, 5.90300134846241, 7.66100138485377, 4.1960037598817, 16.0810008678659, 27.8929993177918, 12.567001293746, 7.90600123529961, 2.50700689452723, 7.66100138485377, 21.3450016273817, 8.42000213818335, 20.2319988726543, 27.7319990696352, 29.2510019515542, 18.8380017120209, 2.26300815999046, 21.3450016273817, 1.92500374643656, 1.11301837543397, 6.38699858199831, 3.77500231015146, 20.7630013244374, 4.18800179806242, 8.95100215319503, 1.92500374643656, 3.1880024482253, 4.46200187672092, 1.85000316631121, 0.438039360813285, 1.00001736096041, 5.76300199453731, 2.62500661374828, 3.1880024482253, 4.17500131623539, 5.03800164549532, 2.75000315656384, 5.5750038770388, 9.93800147228384, 6.80000051361286, 1.63701164300014, 4.17500131623539, 0.387023467263645, 1.42501142025086, 1.40000772625524, 7.40000387197415, 6.41300090663774, 2.0240063639984, 0.263066491705801, 0.387023467263645, 6.60099923984141, 1.78701227866348, 7.78700367822577, 4.87400411129893, 8.62500201288221, 6.3379988061287, 1.20001523043564, 6.60099923984141, 0.612013695480011, 14.3880016949194, 11.4749992305966, 19.3370026983552, 6.94999944624443, 1.81200506524472, 14.3750031150779, 0.612013695480011, 20.9880022370214, 12.0869994221857, 18.7250027523994, 28.6600023605217, 22.8000028595357, 6.61300122872671, 6.68800327487526, 20.9880022370214, 1.25200678837419, 2.26300720631937, 7.67200106279465, 0.277062142093185, 7.86500197850649, 7.94000162732643, 6.98300228783201, 1.25200678837419, 1.04700822218717, 6.42000278051626, 0.975009284559498, 1.69500993733854, 6.89300312137971, 8.03000081398679, 8.2770020479212, 1.04700822218717, 5.38900154975615, 0.0722402754915075, 0.648013159274264, 1.0930162957736, 2.6410063676871, 2.88800301717505, 2.98400554721808, 5.38900154975615, 1.7360050613478, 6.03700257823758, 6.48200169013052, 4.23200445329176, 1.15201502071996, 1.24800662367717, 1.254013554596, 1.7360050613478, 2.03200385993602, 8.21800252455825, 5.96800186650371, 3.6900052389621, 0.78402206385527, 0.778011035377854, 11.1200019236471, 2.03200385993602, 0.00416666666666668, 8.0000021701386, 5.72200163911929, 17.1960011087838, 0.778022192666013, 11.1200011430217, 11.6370015758121, 0.00416666666666668, 10.0340003081684, 5.72200315616786, 17.196000603983, 22.6990011234219, 21.1540006261515, 21.6709999275385, 9.20600173707404, 10.0340003081684, 2.44300339301637, 7.16200308018638, 12.6650016009245, 16.3790007700446, 19.2280005901026, 6.7630012949802, 4.84200359315287, 2.44300339301637, 18.6470007783254, 15.1080019044436, 18.8220000110577, 18.284000392579, 25.4100010074886, 23.4890006899929, 24.3500006176145, 18.6470007783254, 22.9880002936891, 0.175098415738109, 0.363024782282252, 4.08800359071769, 0.501035056047989, 1.36200636192986, 0.887019656547832, 22.9880002936891, 2.47500293508891, 22.6249998136676, 18.9000010314932, 17.7119999197034, 3.83700394100691, 1.58800481020973, 3.1380060208157, 2.47500293508891, 11.7510001893914, 16.4250022014021, 15.2370000814212, 17.6500006021626, 13.3390000960859, 8.61299997024585, 4.57600210022335, 11.7510001893914, 13.8610025946412, 3.48600504126993, 5.89900163937647, 7.77400240107388, 22.4740017032837, 18.4370007454808, 29.7990017994956, 13.8610025946412, 20.7870010737233, 7.96200398103256, 6.0870032266176, 19.8620022931541, 2.35000776916377, 9.01200152398226, 11.4750018944204, 20.7870010737233, 11.1300013712021, 14.7000000366188, 0.925008621405068, 10.7880021929469, 2.11800822743791, 0.345024950320109, 0.45503807840085, 11.1300013712021, 0.0511700417548965, 12.0550012684971, 0.342025388428428, 1.00501715061343, 0.396043747220512, 0.506017196917578, 32.500000534188, 0.0511700417548965, 58.9679986518466, 0.291059543457647, 1.05600821446907, 1.0560164345962, 58.461998759641, 26.4679988326029, 51.3860019247709, 58.9679986518466, 103.821006858513, 57.9119988101451, 57.9119986602529, 10.9310013441048, 130.289005412792, 52.4350053535371, 103.821006858513, 161.733005392607, 114.752006606408, 7.9900008575456, 9.35600275588075, 0.758010872008527, 1.64100603746592, 3.26600606338581, 7.23200275154775, 10.1140011787058, 9.86600098149271, 0.758010872008527, 3.17100417180579, 0.883020988773684, 2.50800478865698, 4.59600444882393, 13.2850030615811, 13.0370013219678, 3.05000683656931, 3.17100417180579, 1.65000487946586, 0.663026291978164, 1.42500532866872, 1.86200883560285, 14.6870014567315, 4.7000026098655, 9.58700170408966, 1.65000487946586, 1.10700819243549, 0.2250775286068, 0.212040835272446, 10.7510010655204, 5.80700410357704, 8.48000056588674, 9.47000114662912, 1.10700819243549, 2.05500262194073, 0.895019855433054, 11.8580005336779, 6.72000380420084, 6.42500384652659, 7.41500208620216, 12.8980020631942, 2.05500262194073, 8.2870017036185, 13.9129994472968, 8.77500060776736, 0.897020620882282, 0.872019649910317, 4.61100194361023, 5.4840033717678, 8.2870017036185, 3.77700224867556, 17.062001292189, 7.39000056428383, 0.0792189767635261, 0.834020927043663, 1.70700534084618, 4.1960037598817, 3.77700224867556, 20.2770003785075, 11.1670008947373, 3.85600172093815, 8.91100172321135, 21.9840009957094, 16.0810008678659, 8.42000213818335, 20.2770003785075, 11.8119991022026, 16.4210015379023, 11.3660009392061, 15.2250015217725, 27.8929993177918, 20.2319988726543, 1.11301837543397, 11.8119991022026, 7.50000115740732, 23.1779992918197, 3.41300455753759, 7.9500029467265, 27.7319990696352, 6.38699858199831, 4.46200187672092, 7.50000115740732, 2.61200283505399, 4.08700223372598, 0.450020052616771, 4.76300031858012, 3.77500231015146, 1.85000316631121, 5.03800164549532, 2.61200283505399, 2.28800199341184, 3.06200594451238, 2.15100119745745, 2.17500721916875, 0.438039360813285, 2.75000315656384, 1.42501142025086, 2.28800199341184, 2.82500383569998, 0.137127701523276, 0.113075756089081, 3.28800347960482, 5.5750038770388, 1.40000772625524, 1.78701227866348, 2.82500383569998, 6.00000144675908, 2.71200820211495, 0.463016184747775, 6.83700052512798, 7.40000387197415, 7.78700367822577, 14.3880016949194, 6.00000144675908, 2.91300499409325, 5.5370056989467, 0.837008356834665, 12.6500028982985, 4.87400411129893, 11.4749992305966, 12.0869994221857, 2.91300499409325, 30.8120005563847, 3.75000462962677, 9.73700040322081, 22.0989998090437, 19.3370026983552, 18.7250027523994, 2.26300720631937, 30.8120005563847, 9.93500033967722, 21.0750015867169, 8.71300224749682, 4.66300382997339, 28.6600023605217, 7.67200106279465, 6.42000278051626, 9.93500033967722, 7.39500163160469, 18.6480016481535, 14.598000167394, 12.8600019603601, 0.277062142093185, 0.975009284559498, 0.0722402754915075, 7.39500163160469, 0.720011369592211, 7.20300152525128, 5.46500174097839, 4.00300459642179, 1.69500993733854, 0.648013159274264, 6.03700257823758, 0.720011369592211, 0.445020154908997, 4.74500449805349, 3.28300359013556, 1.64501101159382, 1.0930162957736, 6.48200169013052, 8.21800252455825, 0.445020154908997, 2.25000385802138, 2.83800641491446, 1.20000704304078, 2.36200781555423, 4.23200445329176, 5.96800186650371, 8.0000021701386, 2.25000385802138, 2.27800368853055, 3.45000484146786, 0.112077943233156, 14.4440004924264, 3.6900052389621, 5.72200163911929, 5.72200315616786, 2.27800368853055, 11.4740007336532, 2.16600742781072, 16.7219996875059, 24.2159993665245, 17.1960011087838, 17.196000603983, 7.16200308018638, 11.4740007336532, 5.50300183682153, 5.2480024994222, 12.7419993537407, 16.404002294308, 22.6990011234219, 12.6650016009245, 15.1080019044436, 5.50300183682153, 3.71400113180813, 7.23900081136084, 10.9010017728706, 9.70100200324361, 16.3790007700446, 18.8220000110577, 0.175098415738109, 3.71400113180813, 0.538016241428009, 7.18700459763268, 5.98700286896757, 0.912019692221608, 18.284000392579, 0.363024782282252, 22.6249998136676, 0.538016241428009, 3.7250008044718, 6.52500418658443, 1.45000674951398, 2.75000631312407, 4.08800359071769, 18.9000010314932, 16.4250022014021, 3.7250008044718, 1.18800893952286, 5.17500259186403, 0.975007377228281, 3.00000578703146, 17.7119999197034, 15.2370000814212, 3.48600504126993, 1.18800893952286, 2.41300370422085, 2.16300813319989, 4.18800370541011, 4.06300590566483, 17.6500006021626, 5.89900163937647, 7.96200398103256, 2.41300370422085, 1.87500462962391, 1.77501130675122, 1.65000678680841, 1.57500987848795, 7.77400240107388, 6.0870032266176, 14.7000000366188, 1.87500462962391, 13.7750002486976, 0.225075621911931, 3.4500013716938, 15.0500003906228, 19.8620022931541, 0.925008621405068, 12.0550012684971, 13.7750002486976, 11.7130005618136, 10.3250024444027, 1.275006426793, 12.4230007795165, 10.7880021929469, 0.342025388428428, 0.291059543457647, 11.7130005618136, 1.34700632799883, 10.4380018654391, 0.710011787346689, 0.607028474948117, 1.00501715061343, 1.05600821446907, 57.9119988101451, 1.34700632799883, 0.00416666666666668, 0.637027576236642, 0.740011739924098, 0.74002347012551, 1.0560164345962, 57.9119986602529, 161.733005392607, 0.00416666666666668, 46.9809989392687, 0.74002347012551, 0.740011739924098, 0.524033298680123, 10.9310013441048, 114.752006606408, 46.9809989392687, 47.7209991278425, 47.5049991050773, 1.64100603746592, 0.883020988773684, 1.62500534187156, 1.53700630384159, 1.78700846398695, 3.26600606338581, 2.50800478865698, 0.663026291978164, 1.62500534187156, 2.08800350122343, 3.1620061466695, 0.162052324010391, 0.00589255650988791, 4.59600444882393, 1.42500532866872, 0.2250775286068, 2.08800350122343, 0.437020138165801, 1.92600960914528, 2.08800350122343, 3.73800551423901, 1.86200883560285, 0.212040835272446, 0.895019855433054, 0.437020138165801, 10.9630001356768, 2.52500649420952, 4.17500322358308, 3.51300543023869, 10.7510010655204, 11.8580005336779, 13.9129994472968, 10.9630001356768, 5.13800027041423, 6.78800075708111, 7.45000002076615, 6.67500183797586, 6.72000380420084, 8.77500060776736, 17.062001292189, 5.13800027041423, 9.67200178250298, 2.31200778377622, 1.53700630384159, 7.41200299842513, 0.897020620882282, 7.39000056428383, 11.1670008947373, 9.67200178250298, 7.31100105762829, 8.13500236300702, 2.26000406983197, 22.5550029822477, 0.0792189767635261, 3.85600172093815, 16.4210015379023, 7.31100105762829, 5.05500202239706, 9.57100191311059, 29.8660023734748, 33.3330016576183, 8.91100172321135, 11.3660009392061, 23.1779992918197, 5.05500202239706, 26.5910008833929, 24.8110024773833, 28.278001138576, 25.8280007408463, 15.2250015217725, 3.41300455753759, 4.08700223372598, 26.5910008833929, 4.53700066206035, 1.6870105657402, 0.763011865064061, 0.238071897389873, 7.9500029467265, 0.450020052616771, 3.06200594451238, 4.53700066206035, 5.21299910169866, 5.30000251274135, 4.77499952909956, 2.31200778377622, 4.76300031858012, 2.15100119745745, 0.137127701523276, 5.21299910169866, 0.0243610493368522, 0.438039360813285, 2.90100015412982, 3.08800305864446, 2.17500721916875, 0.113075756089081, 2.71200820211495, 0.0243610493368522, 3.17500197109327, 2.92500517247867, 3.11200230109954, 0.874020413049719, 3.28800347960482, 0.463016184747775, 5.5370056989467, 3.17500197109327, 6.37400191118554, 0.0632746996465733, 2.30100246025757, 3.46300244983889, 6.83700052512798, 0.837008356834665, 3.75000462962677, 6.37400191118554, 13.4870001553427, 8.67500123834131, 9.8369988682793, 10.6620003770959, 12.6500028982985, 9.73700040322081, 21.0750015867169, 13.4870001553427, 12.3620002139155, 3.65000628234262, 2.82500383569998, 6.45000345458371, 22.0989998090437, 8.71300224749682, 18.6480016481535, 12.3620002139155, 4.05000328775506, 15.1870014178142, 5.91200021707367, 5.1370025098691, 4.66300382997339, 14.598000167394, 7.20300152525128, 4.05000328775506, 1.73800395696406, 9.96200163592184, 9.18700121953192, 7.61200369982215, 12.8600019603601, 5.46500174097839, 4.74500449805349, 1.73800395696406, 1.46200583062935, 10.9250008261783, 9.35000130987131, 5.65000364496647, 4.00300459642179, 3.28300359013556, 2.83800641491446, 1.46200583062935, 1.63800578775556, 10.8120018803842, 4.18800275173627, 7.4250015752572, 1.64501101159382, 1.20000704304078, 3.45000484146786, 1.63800578775556, 3.56200271164639, 2.55000699900413, 9.06300068314334, 24.4220015958897, 2.36200781555423, 0.112077943233156, 2.16600742781072, 3.56200271164639, 14.5560003522152, 12.6250013751374, 27.984001469865, 33.325001283903, 14.4440004924264, 16.7219996875059, 5.2480024994222, 14.5560003522152, 7.49400063953524, 13.4280026967121, 18.7690014695743, 21.7690018045954, 24.2159993665245, 12.7419993537407, 7.23900081136084, 7.49400063953524, 3.6620049339153, 11.2750030656667, 14.2750021339738, 12.2250037089498, 16.404002294308, 10.9010017728706, 7.18700459763268, 3.6620049339153, 1.20000799670935, 10.6130005982368, 8.56300073907008, 5.30000251274135, 9.70100200324361, 5.98700286896757, 6.52500418658443, 1.20000799670935, 5.0750024733932, 9.76300226653677, 6.50000133546995, 5.71300047540219, 0.912019692221608, 1.45000674951398, 5.17500259186403, 5.0750024733932, 4.20000282973751, 11.5750022628193, 10.7879990041122, 6.3000019927922, 2.75000631312407, 0.975007377228281, 2.16300813319989, 4.20000282973751, 2.02500581256524, 14.9880001207365, 10.5000008267195, 7.37500235404859, 3.00000578703146, 4.18800370541011, 1.77501130675122, 2.02500581256524, 0.12506942516503, 8.4750005226299, 5.35000009665506, 0.437038093595344, 4.06300590566483, 1.65000678680841, 0.225075621911931, 0.12506942516503, 3.22500307311342, 5.47500164510026, 0.562013812970583, 8.68800363097609, 1.57500987848795, 3.4500013716938, 10.3250024444027, 3.22500307311342, 11.6000011297934, 3.78700333317495, 5.46300284019239, 22.4630010704223, 15.0500003906228, 1.275006426793, 10.4380018654391, 11.6000011297934, 11.1480005421536, 6.13700195917351, 10.8630007151704, 10.7370016054982, 12.4230007795165, 0.710011787346689, 0.637027576236642, 11.1480005421536, 0.103083930238145, 0.2850607571153, 0.411020894974907, 0.633027323129303, 0.607028474948117, 0.740011739924098, 0.74002347012551, 0.103083930238145, 0.00416666666666668, 0.308056449808896, 0.530016587955515, 0.530032965596591, 0.74002347012551, 0.740011739924098, 47.7209991278425, 0.00416666666666668, 0.216040025738851, 0.530032965596591, 0.530016587955515, 4.17200408522302, 0.524033298680123, 47.5049991050773, 0.216040025738851, 0.746023323400721, 3.95600227647008, 1.53700630384159, 3.1620061466695, 3.32400201638548, 0.712012084877436, 1.37501262620465, 1.78700846398695, 0.162052324010391, 1.92600960914528, 3.32400201638548, 0.162052324010391, 2.61200615838501, 4.69900125222686, 0.999016020329843, 0.00589255650988791, 2.08800350122343, 2.52500649420952, 0.162052324010391, 1.65000678680841, 4.53700448268761, 0.837010264159665, 6.61300349505045, 3.73800551423901, 4.17500322358308, 6.78800075708111, 1.65000678680841, 0.662013768606757, 0.813022986747316, 4.96300109292611, 15.3379985684255, 3.51300543023869, 7.45000002076615, 2.31200778377622, 0.662013768606757, 0.775010819171694, 5.62500308641891, 15.9999986351861, 27.0240008102797, 6.67500183797586, 1.53700630384159, 8.13500236300702, 0.775010819171694, 5.87500147754119, 15.224999614424, 26.2490008800168, 27.0120016803161, 7.41200299842513, 2.26000406983197, 9.57100191311059, 5.87500147754119, 20.2950024113615, 32.1240010897569, 32.8870013015486, 31.2370000675055, 22.5550029822477, 29.8660023734748, 24.8110024773833, 20.2950024113615, 3.46700155772052, 12.5920004326965, 10.9419983214007, 10.7920014255964, 33.3330016576183, 28.278001138576, 1.6870105657402, 3.46700155772052, 2.45000430601969, 7.47500079667788, 7.32500194799801, 10.6750008633941, 25.8280007408463, 0.763011865064061, 5.30000251274135, 2.45000430601969, 0.525018059962027, 9.77500330195122, 13.1250006613756, 9.35000033092454, 0.238071897389873, 4.77499952909956, 0.438039360813285, 0.525018059962027, 2.46300096090768, 12.5999998519871, 8.82499793187483, 3.70000164043527, 2.31200778377622, 2.90100015412982, 2.92500517247867, 2.46300096090768, 0.187046688913101, 6.36200224059469, 1.23700652912729, 2.66300471884013, 3.08800305864446, 3.11200230109954, 0.0632746996465733, 0.187046688913101, 2.23800284111193, 1.05001577133391, 2.85000151993006, 6.62500262054456, 0.874020413049719, 2.30100246025757, 8.67500123834131, 2.23800284111193, 1.16200621912095, 0.612027878912563, 4.38700301629644, 6.31200302515037, 3.46300244983889, 9.8369988682793, 3.65000628234262, 1.16200621912095, 0.825011284748149, 3.22500767210031, 5.1500032114229, 3.7000054551277, 10.6620003770959, 2.82500383569998, 15.1870014178142, 0.825011284748149, 9.27500246178766, 4.32500477706662, 2.87500301932209, 0.425040084844088, 6.45000345458371, 5.91200021707367, 9.96200163592184, 9.27500246178766, 0.775010819171694, 6.4000042385513, 8.85000326967179, 13.200002078175, 5.1370025098691, 9.18700121953192, 10.9250008261783, 0.775010819171694, 1.57500436704903, 9.62500371109991, 13.9750010026186, 13.7500031699747, 7.61200369982215, 9.35000130987131, 10.8120018803842, 1.57500436704903, 15.000001532378, 15.5500003535307, 15.3250013293704, 20.4370011241523, 5.65000364496647, 4.18800275173627, 2.55000699900413, 15.000001532378, 11.6130006635627, 30.3250022891153, 35.4370014732899, 31.2500015092299, 7.4250015752572, 9.06300068314334, 12.6250013751374, 11.6130006635627, 15.359001724845, 23.8240020409794, 19.6370014796486, 20.0120019051326, 24.4220015958897, 27.984001469865, 13.4280026967121, 15.359001724845, 5.3410012285392, 4.27800393615862, 4.6530017435119, 6.76500195596172, 33.325001283903, 18.7690014695743, 11.2750030656667, 5.3410012285392, 3.00000289351712, 0.68802495906225, 1.42400588226058, 2.41200594657955, 21.7690018045954, 14.2750021339738, 10.6130005982368, 3.00000289351712, 2.05000347147509, 1.5760112295165, 0.588016013853554, 5.33800450358147, 12.2250037089498, 8.56300073907008, 9.76300226653677, 2.05000347147509, 3.26300314857874, 1.46200986071298, 3.28800465422912, 11.0260025511234, 5.30000251274135, 6.50000133546995, 11.5750022628193, 3.26300314857874, 0.787013593294164, 0.0256865435295573, 7.7630016064771, 12.4250025416815, 5.71300047540219, 10.7879990041122, 14.9880001207365, 0.787013593294164, 4.48800089657251, 6.97600041349637, 11.637999326813, 38.3859987013311, 6.3000019927922, 10.5000008267195, 8.4750005226299, 4.48800089657251, 3.12500277777654, 7.15000204665742, 33.8979995427303, 34.3869996351233, 7.37500235404859, 5.35000009665506, 5.47500164510026, 3.12500277777654, 4.91300187366554, 30.7729998508186, 31.2619994079202, 29.7970000371446, 0.437038093595344, 0.562013812970583, 3.78700333317495, 4.91300187366554, 9.25000093843839, 26.3489996823282, 24.8839996965276, 22.1549995629174, 8.68800363097609, 5.46300284019239, 6.13700195917351, 9.25000093843839, 16.9999995569466, 15.6340004581583, 12.9049994519475, 15.8840004406804, 22.4630010704223, 10.8630007151704, 0.2850607571153, 16.9999995569466, 0.12606880203423, 4.09500450661391, 1.1160074768895, 0.290059821583375, 10.7370016054982, 0.411020894974907, 0.308056449808896, 0.12606880203423, 0.222039220207478, 0.990017307442774, 0.164052955999271, 0.492035388535327, 0.633027323129303, 0.530016587955515, 0.530032965596591, 0.222039220207478, 0.00416666666666668, 0.0582986483534758, 0.270032129220633, 0.270064273687839, 0.530032965596591, 0.530016587955515, 0.746023323400721, 0.00416666666666668, 4.70200197983393, 0.270064273687839, 0.270032129220633, 7.70500241535088, 4.17200408522302, 3.95600227647008, 4.70200197983393, 4.97200360639459, 3.00300291905789, 0.712012084877436, 2.61200615838501, 2.08700405253076, 6.84999974135565, 7.43800205945164, 1.37501262620465, 4.69900125222686, 4.53700448268761, 2.08700405253076, 3.70000310903432, 4.76300222592729, 5.35100145438365, 6.50000457828747, 0.999016020329843, 0.837010264159665, 0.813022986747316, 3.70000310903432, 5.77600247942832, 9.05100251323531, 10.2000035213227, 11.2380024146085, 6.61300349505045, 4.96300109292611, 5.62500308641891, 5.77600247942832, 10.3749989293315, 4.42400561802413, 5.46200148245147, 7.24900103693418, 15.3379985684255, 15.9999986351861, 15.224999614424, 10.3749989293315, 11.0240028626185, 4.91300173317167, 3.12600222757202, 1.83701125129891, 27.0240008102797, 26.2490008800168, 32.1240010897569, 11.0240028626185, 0.763011865064061, 14.1500027528124, 9.18700121953192, 5.66200181502978, 27.0120016803161, 32.8870013015486, 12.5920004326965, 0.763011865064061, 1.65000678680841, 9.95000250777445, 6.4250005881198, 3.45000579514079, 31.2370000675055, 10.9419983214007, 7.47500079667788, 1.65000678680841, 0.150055571275584, 4.77500134701679, 1.80000405958699, 11.8000007083412, 10.7920014255964, 7.32500194799801, 9.77500330195122, 0.150055571275584, 3.35000106533189, 1.65001204772115, 11.9499976746487, 1.00001736096041, 10.6750008633941, 13.1250006613756, 12.5999998519871, 3.35000106533189, 3.77500382536219, 8.60000049285506, 4.35000046965135, 3.20000618828078, 9.35000033092454, 8.82499793187483, 6.36200224059469, 3.77500382536219, 5.12500169376666, 0.575027140846457, 0.575015859339605, 6.10000132020493, 3.70000164043527, 1.23700652912729, 1.05001577133391, 5.12500169376666, 3.89999993696579, 5.7000038087472, 0.975007377228281, 7.40000005727809, 2.66300471884013, 2.85000151993006, 0.612027878912563, 3.89999993696579, 3.77500382536219, 2.92500517247867, 3.50000248015785, 4.40000547158284, 6.62500262054456, 4.38700301629644, 3.22500767210031, 3.77500382536219, 1.92500374643656, 0.275064649597052, 0.625013888734571, 0.175098415738109, 6.31200302515037, 5.1500032114229, 4.32500477706662, 1.92500374643656, 1.45000674951398, 1.30001259170064, 1.75000496031043, 3.375005144029, 3.7000054551277, 2.87500301932209, 6.4000042385513, 1.45000674951398, 2.45000430601969, 0.300057101997491, 1.92500374643656, 1.35001133415668, 0.425040084844088, 8.85000326967179, 9.62500371109991, 2.45000430601969, 4.35000046965135, 0.525034593524467, 1.10001018018777, 2.65000807722972, 13.200002078175, 13.9750010026186, 15.5500003535307, 4.35000046965135, 0.225037051322514, 5.45000394846305, 7.00000124007926, 6.20000356311769, 13.7500031699747, 15.3250013293704, 30.3250022891153, 0.225037051322514, 5.11200120979288, 6.77500408840347, 5.97500374163027, 3.17500851981434, 20.4370011241523, 35.4370014732899, 23.8240020409794, 5.11200120979288, 4.18700234787359, 11.0870033664347, 8.28700361096689, 8.01200320448564, 31.2500015092299, 19.6370014796486, 4.27800393615862, 4.18700234787359, 0.375023147433743, 4.10000652323115, 3.82500303236462, 2.22501009154322, 20.0120019051326, 4.6530017435119, 0.68802495906225, 0.375023147433743, 2.11200362182723, 4.20000489653455, 2.60000562748849, 5.82500374338656, 6.76500195596172, 1.42400588226058, 1.5760112295165, 2.11200362182723, 0.98800774835991, 4.71200548498059, 7.93700136834028, 8.85000043582868, 2.41200594657955, 0.588016013853554, 1.46200986071298, 0.98800774835991, 4.75000182748503, 8.92500118228303, 9.83799831887325, 7.66300046503938, 5.33800450358147, 3.28800465422912, 0.0256865435295573, 4.75000182748503, 7.73800008421109, 5.08800084869208, 2.91300117939989, 3.97500284169549, 11.0260025511234, 7.7630016064771, 6.97600041349637, 7.73800008421109, 4.66200251810832, 4.82500436109529, 3.76300279509809, 23.9250009163821, 12.4250025416815, 11.637999326813, 7.15000204665742, 4.66200251810832, 26.7479999926524, 8.42500320507465, 19.2629999852406, 27.2770001100461, 38.3859987013311, 33.8979995427303, 30.7729998508186, 26.7479999926524, 0.489017594928244, 7.48500245296773, 0.529016214569756, 0.14811749848939, 34.3869996351233, 31.2619994079202, 26.3489996823282, 0.489017594928244, 1.46500560103396, 0.0404316604960255, 0.637013711021555, 0.15311330728817, 29.7970000371446, 24.8839996965276, 15.6340004581583, 1.46500560103396, 2.7290037492432, 0.82802055909775, 1.61800491866408, 0.917019226039578, 22.1549995629174, 12.9049994519475, 4.09500450661391, 2.7290037492432, 2.97900348230384, 4.34700411588275, 1.81200506524472, 3.49000522248183, 15.8840004406804, 1.1160074768895, 0.990017307442774, 2.97900348230384, 0.826010245869546, 1.16701517033502, 0.511016666682294, 0.390044379630068, 0.290059821583375, 0.164052955999271, 0.0582986483534758, 0.826010245869546, 0.328026532699812, 0.315055167028117, 0.436019779382752, 0.708024704017875, 0.492035388535327, 0.270032129220633, 0.270064273687839, 0.328026532699812, 0.00416666666666668, 0.108160433503116, 0.380022957314715, 0.380045798815528, 0.270064273687839, 0.270032129220633, 4.97200360639459, 0.00416666666666668, 7.97500123152197, 0.380045798815528, 0.380022957314715, 10.1400020554637, 7.70500241535088, 3.00300291905789, 7.97500123152197, 8.35500233542246, 2.16500420976201, 6.84999974135565, 4.76300222592729, 0.588016013853554, 0.300028170924034, 1.31301294775408, 7.43800205945164, 5.35100145438365, 9.05100251323531, 0.588016013853554, 1.14900963003547, 0.888020038856084, 1.9010055428648, 2.0250100992425, 6.50000457828747, 10.2000035213227, 4.42400561802413, 1.14900963003547, 1.03800656221399, 3.05000874391438, 3.17400633596457, 0.362051281669438, 11.2380024146085, 5.46200148245147, 4.91300173317167, 1.03800656221399, 1.78700360638972, 4.21200592235458, 1.40000772625524, 0.825021806422656, 7.24900103693418, 3.12600222757202, 14.1500027528124, 1.78700360638972, 4.96300300027407, 3.18700572213068, 0.96200700926294, 0.16310848795354, 1.83701125129891, 9.18700121953192, 9.95000250777445, 4.96300300027407, 3.52500398844593, 5.92500216720553, 4.80000104550957, 5.82500374338656, 5.66200181502978, 6.4250005881198, 4.77500134701679, 3.52500398844593, 2.97500139195496, 8.32500284835775, 9.35000321721975, 2.72500865985551, 3.45000579514079, 1.80000405958699, 1.65001204772115, 2.97500139195496, 13.5999991123973, 12.3250021715487, 5.70000228584353, 6.22500126305466, 11.8000007083412, 11.9499976746487, 8.60000049285506, 13.5999991123973, 12.9499976185555, 19.3000001366, 19.8249973861013, 18.5000009384384, 1.00001736096041, 4.35000046965135, 0.575027140846457, 12.9499976185555, 1.15000525948107, 6.87500252525206, 5.5500046158208, 4.37500396825217, 3.20000618828078, 0.575015859339605, 5.7000038087472, 1.15000525948107, 6.67500053751833, 6.70000335414927, 5.52499928232335, 8.5500012675998, 6.10000132020493, 0.975007377228281, 2.92500517247867, 6.67500053751833, 6.4250005881198, 1.15001662237814, 1.87500462962391, 4.1750033954092, 7.40000005727809, 3.50000248015785, 0.275064649597052, 6.4250005881198, 0.900011170872601, 4.5500030526884, 2.25000385802138, 0.52503077906746, 4.40000547158284, 0.625013888734571, 1.30001259170064, 0.900011170872601, 0.450020052616771, 3.15000703733526, 1.42500532866872, 0.825021806422656, 0.175098415738109, 1.75000496031043, 0.300057101997491, 0.450020052616771, 1.62500534187156, 0.975016280254173, 1.27500833413145, 1.20001523043564, 3.375005144029, 1.92500374643656, 0.525034593524467, 1.62500534187156, 0.575015859339605, 2.90000751245962, 2.82500383569998, 0.625027777160521, 1.35001133415668, 1.10001018018777, 5.45000394846305, 0.575015859339605, 1.55000483741161, 2.25000771603615, 0.0501725504409321, 0.100171937431445, 2.65000807722972, 7.00000124007926, 6.77500408840347, 1.55000483741161, 0.800010087691754, 1.50001157402942, 1.45000674951398, 1.10001425685804, 6.20000356311769, 5.97500374163027, 11.0870033664347, 0.800010087691754, 2.80000233725809, 0.650028234669179, 1.9000022798951, 2.00000868053672, 3.17500851981434, 8.28700361096689, 4.10000652323115, 2.80000233725809, 0.275033089548945, 4.70000064209656, 4.80000104550957, 5.90000065374325, 8.01200320448564, 3.82500303236462, 4.20000489653455, 0.275033089548945, 1.60000389946429, 5.07500418384638, 6.17500064281855, 6.12500283446646, 2.22501009154322, 2.60000562748849, 4.71200548498059, 1.60000389946429, 3.22500116576638, 7.77499994412231, 7.72499959781775, 7.17500165672745, 5.82500374338656, 7.93700136834028, 8.92500118228303, 3.22500116576638, 0.913007707160017, 4.50000385802304, 3.95000296054742, 5.60000157431949, 8.85000043582868, 9.83799831887325, 5.08800084869208, 0.913007707160017, 2.17500322811831, 3.03700827999949, 4.68700212670713, 1.06201662209041, 7.66300046503938, 2.91300117939989, 4.82500436109529, 2.17500322811831, 1.06200844840576, 6.86200204175506, 3.23700219338488, 12.8370031529643, 3.97500284169549, 3.76300279509809, 8.42500320507465, 1.06200844840576, 27.6880009925294, 2.17500721916875, 11.775002263081, 30.3120018010796, 23.9250009163821, 19.2629999852406, 7.48500245296773, 27.6880009925294, 8.01400102213867, 15.913000244139, 2.62400385745218, 7.17100242483104, 27.2770001100461, 0.529016214569756, 0.0404316604960255, 8.01400102213867, 0.677012867745004, 5.3900026106332, 0.843010232306976, 0.440039512517035, 0.14811749848939, 0.637013711021555, 0.82802055909775, 0.677012867745004, 0.79001094982215, 0.166104441524991, 1.11700787428112, 0.150115791416029, 0.15311330728817, 1.61800491866408, 4.34700411588275, 0.79001094982215, 2.53500327169227, 0.327053228894452, 0.640013429712761, 1.10201551374921, 0.917019226039578, 1.81200506524472, 1.16701517033502, 2.53500327169227, 1.6780051464451, 1.89500914244067, 1.43300614533516, 1.85000928899363, 3.49000522248183, 0.511016666682294, 0.315055167028117, 1.6780051464451, 0.121071532064585, 0.245070737025426, 0.172050392299786, 2.1880076600227, 0.390044379630068, 0.436019779382752, 0.108160433503116, 0.121071532064585, 0.272032224703664, 0.293058991415796, 2.06700411184934, 2.25200756422557, 0.708024704017875, 0.380022957314715, 0.380045798815528, 0.272032224703664, 0.00416666666666668, 1.79500927136108, 1.98000392635146, 4.21100361162912, 0.380045798815528, 0.380022957314715, 8.35500233542246, 0.00416666666666668, 10.5200012829115, 1.98000831045688, 4.21100155023035, 1.20801407796704, 10.1400020554637, 2.16500420976201, 10.5200012829115, 14.7310011251368, 11.7280009041885, 0.300028170924034, 0.888020038856084, 1.0130090573974, 2.12500408496339, 0.337049498860826, 1.31301294775408, 1.9010055428648, 3.05000874391438, 1.0130090573974, 0.124070533737393, 1.112015124126, 0.676015343330427, 1.68801001033057, 2.0250100992425, 3.17400633596457, 4.21200592235458, 0.124070533737393, 2.81200336162475, 0.800024752769585, 1.81200506524472, 1.0120181926828, 0.362051281669438, 1.40000772625524, 3.18700572213068, 2.81200336162475, 2.22500619018421, 1.00001736096041, 1.80000405958699, 4.2250025832593, 0.825021806422656, 0.96200700926294, 5.92500216720553, 2.22500619018421, 1.12500771602292, 4.02500583919449, 6.45000210876172, 5.60000348166707, 0.16310848795354, 4.80000104550957, 8.32500284835775, 1.12500771602292, 1.025009994666, 7.57500305483473, 6.72500167225846, 3.62500478926887, 5.82500374338656, 9.35000321721975, 12.3250021715487, 1.025009994666, 6.62500131027241, 5.70000190139959, 2.60000181279612, 2.37500730993027, 2.72500865985551, 5.70000228584353, 19.3000001366, 6.62500131027241, 0.525014245384897, 9.22500035608448, 9.00000096450612, 3.12500555555062, 6.22500126305466, 19.8249973861013, 6.87500252525206, 0.525014245384897, 1.32500349960376, 8.47500433732624, 3.65000008941676, 2.52500840155296, 18.5000009384384, 5.5500046158208, 6.70000335414927, 1.32500349960376, 1.17501043942226, 2.32500823006958, 3.85000072881108, 4.72500214843008, 4.37500396825217, 5.52499928232335, 1.15001662237814, 1.17501043942226, 3.02500439548124, 5.02500498082415, 5.90000299715895, 2.875006038641, 8.5500012675998, 1.87500462962391, 4.5500030526884, 3.02500439548124, 2.30000301121329, 2.875006038641, 0.150059384501974, 3.50000496031395, 4.1750033954092, 2.25000385802138, 3.15000703733526, 2.30000301121329, 1.72500732101046, 2.4500078490948, 1.20000799670935, 0.950019037602808, 0.52503077906746, 1.42500532866872, 0.975016280254173, 1.72500732101046, 2.25000385802138, 0.525034593524467, 0.775012726492762, 2.45000403440857, 0.825021806422656, 1.27500833413145, 2.90000751245962, 2.25000385802138, 0.0751164133369742, 3.02500726508085, 0.200040346973553, 2.15000578611047, 1.20001523043564, 2.82500383569998, 2.25000771603615, 0.0751164133369742, 2.20000470864162, 0.275060835775221, 2.22500237549363, 2.22500627685933, 0.625027777160521, 0.0501725504409321, 1.50001157402942, 2.20000470864162, 0.0501725504409321, 4.42500316047442, 4.42500119876792, 4.77500516171115, 0.100171937431445, 1.45000674951398, 0.650028234669179, 0.0501725504409321, 2.55000264119873, 4.37500396825217, 4.72500412597173, 5.45000394846305, 1.10001425685804, 1.9000022798951, 4.70000064209656, 2.55000264119873, 0.100089054746369, 2.17501103385202, 2.90000451917081, 2.9250089871682, 2.00000868053672, 4.80000104550957, 5.07500418384638, 0.100089054746369, 1.10000636551788, 2.8000054374522, 2.82500383569998, 3.17500470512364, 5.90000065374325, 6.17500064281855, 7.77499994412231, 1.10000636551788, 0.0501725504409321, 1.72501235318788, 2.07500494633397, 3.85000489084615, 6.12500283446646, 7.72499959781775, 4.50000385802304, 0.0501725504409321, 0.550015019684276, 2.12500816991894, 3.90000184431333, 3.0870074244714, 7.17500165672745, 3.95000296054742, 3.03700827999949, 0.550015019684276, 1.65000297212331, 4.4500027569634, 3.63700342433129, 2.07500912972004, 5.60000157431949, 4.68700212670713, 6.86200204175506, 1.65000297212331, 3.62500239463522, 1.9870120637305, 0.425023475956993, 19.6630019434187, 1.06201662209041, 3.23700219338488, 2.17500721916875, 3.62500239463522, 9.60000319304264, 4.05000733844641, 23.2880014332338, 23.2810018367235, 12.8370031529643, 11.775002263081, 15.913000244139, 9.60000319304264, 18.5370001707363, 13.6880000400129, 13.6809994366823, 18.9370002377664, 30.3120018010796, 2.62400385745218, 5.3900026106332, 18.5370001707363, 4.54700136357126, 4.8560044754542, 0.400021319351201, 2.98700532393738, 7.17100242483104, 0.843010232306976, 0.166104441524991, 4.54700136357126, 1.28300675817943, 4.14700402239267, 1.56000550722851, 1.72301012565598, 0.440039512517035, 1.11700787428112, 0.327053228894452, 1.28300675817943, 0.96700898437727, 2.84300604176037, 0.440019785310977, 0.500034721016673, 0.150115791416029, 0.640013429712761, 1.89500914244067, 0.96700898437727, 0.462018681892058, 1.40701240389334, 1.46700592483321, 0.295058921633723, 1.10201551374921, 1.43300614533516, 0.245070737025426, 0.462018681892058, 0.417020633064101, 1.92900890085494, 0.167051788239211, 8.10200190249181, 1.85000928899363, 0.172050392299786, 0.293058991415796, 0.417020633064101, 2.36000333487642, 0.250069434802061, 8.51900059553274, 12.6430005453904, 2.1880076600227, 2.06700411184934, 1.79500927136108, 2.36000333487642, 0.185046858767028, 6.15900273871054, 10.2830003596991, 20.0870012343215, 2.25200756422557, 1.98000392635146, 1.98000831045688, 0.185046858767028, 2.23100383747196, 10.0980012920162, 19.9020008634111, 16.6250010442773, 4.21100361162912, 4.21100155023035, 14.7310011251368, 2.23100383747196, 3.00300267318896, 17.6710014631152, 14.3940006564734, 9.0370016235679, 1.20801407796704, 11.7280009041885, 3.00300267318896, 17.3970008339051, 12.0400002059923, 2.12500408496339, 1.112015124126, 1.78800686904494, 2.05000347147509, 1.42501142025086, 0.337049498860826, 0.676015343330427, 0.800024752769585, 1.78800686904494, 1.01200580051164, 0.262063479007929, 0.363026689505248, 0.663028199251469, 1.68801001033057, 1.81200506524472, 1.00001736096041, 1.01200580051164, 0.800010087691754, 1.37501262620465, 1.67500441947612, 3.05000492922424, 1.0120181926828, 1.80000405958699, 4.02500583919449, 0.800010087691754, 2.42500281666957, 0.875019841044889, 2.25000385802138, 2.875006038641, 4.2250025832593, 6.45000210876172, 7.57500305483473, 2.42500281666957, 0.850010593822096, 0.175098415738109, 0.450020052616771, 0.800020938175795, 5.60000348166707, 6.72500167225846, 5.70000190139959, 0.850010593822096, 3.10000318164733, 1.30001449902968, 0.0501744512011716, 3.35000556388636, 3.62500478926887, 2.60000181279612, 9.22500035608448, 3.10000318164733, 0.225037051322514, 3.15000703733526, 0.250034719811292, 10.512002689149, 2.37500730993027, 9.00000096450612, 8.47500433732624, 0.225037051322514, 12.1250007159221, 0.0256865435295573, 10.2870034073137, 22.0750015493997, 3.12500555555062, 3.65000008941676, 2.32500823006958, 12.1250007159221, 6.17500064281855, 1.83800688216583, 9.95000163535699, 6.92500174408002, 2.52500840155296, 3.85000072881108, 5.02500498082415, 6.17500064281855, 0.875009920578682, 16.125001076658, 0.750011573984769, 1.17501401239095, 4.72500214843008, 5.90000299715895, 2.875006038641, 0.875009920578682, 3.02500439548124, 0.12513881181401, 0.300028170924034, 1.25001388881173, 2.875006038641, 0.150059384501974, 2.4500078490948, 3.02500439548124, 3.65000390411154, 3.32500598432096, 4.27500355641701, 3.35000747123204, 3.50000496031395, 1.20000799670935, 0.525034593524467, 3.65000390411154, 0.250034719811292, 0.625027777160521, 0.300028170924034, 2.65000807722972, 0.950019037602808, 0.775012726492762, 3.02500726508085, 0.250034719811292, 3.22500116576638, 0.0503452671942357, 2.40000514277203, 0.200087549334249, 2.45000403440857, 0.200040346973553, 0.275060835775221, 3.22500116576638, 1.95000521449958, 5.62500308641891, 3.02500058078759, 0.575027140846457, 2.15000578611047, 2.22500237549363, 4.42500316047442, 1.95000521449958, 0.00416666666666668, 4.97500196379151, 2.5250011490262, 0.150113409067788, 2.22500627685933, 4.42500119876792, 4.37500396825217, 0.00416666666666668, 0.350027089364811, 2.52500458686608, 0.150055571275584, 0.375046293438853, 4.77500516171115, 4.72500412597173, 2.17501103385202, 0.350027089364811, 0.725010447227504, 0.500034721016673, 0.725014261861773, 1.57501178582323, 5.45000394846305, 2.90000451917081, 2.8000054374522, 0.725010447227504, 0.0253463489951656, 1.4500127360638, 2.30000301121329, 2.47500548870583, 2.9250089871682, 2.82500383569998, 1.72501235318788, 0.0253463489951656, 0.350023274937832, 2.32500823006958, 2.50000347221981, 6.35000502285003, 3.17500470512364, 2.07500494633397, 2.12500816991894, 0.350023274937832, 1.77500450897842, 2.85000456573578, 6.70000205854449, 0.0384523781402899, 3.85000489084615, 3.90000184431333, 4.4500027569634, 1.77500450897842, 0.813008495141814, 8.47500242997807, 1.73700641649742, 19.5980014122895, 3.0870074244714, 3.63700342433129, 1.9870120637305, 0.813008495141814, 1.56200583198124, 0.924022389891255, 20.4109987697095, 23.6609990781652, 2.07500912972004, 0.425023475956993, 4.05000733844641, 1.56200583198124, 19.2379984599473, 21.9729994091907, 25.222998963232, 28.2859989581919, 19.6630019434187, 23.2880014332338, 13.6880000400129, 19.2379984599473, 0.00814620671637719, 5.98500351112101, 9.0480012950827, 8.80000264042519, 23.2810018367235, 13.6809994366823, 4.8560044754542, 0.00814620671637719, 5.25600217035007, 9.05500222247105, 8.80700162269705, 8.81600243085109, 18.9370002377664, 0.400021319351201, 4.14700402239267, 5.25600217035007, 2.58700324863891, 3.55100500732872, 3.56000238113705, 3.97600419862774, 2.98700532393738, 1.56000550722851, 2.84300604176037, 2.58700324863891, 3.28300263646201, 0.973017892295119, 1.3890061884511, 2.75300632722533, 1.72301012565598, 0.440019785310977, 1.40701240389334, 3.28300263646201, 0.0601444448362383, 1.89400921975666, 0.530016349544303, 0.459037694431354, 0.500034721016673, 1.46700592483321, 1.92900890085494, 0.0601444448362383, 1.76200501045172, 0.590029339051896, 0.51901654026422, 2.68400648362321, 0.295058921633723, 0.167051788239211, 0.250069434802061, 1.76200501045172, 8.26900062633949, 1.24301423595934, 0.922009346207339, 1.52701131979141, 8.10200190249181, 8.51900059553274, 6.15900273871054, 8.26900062633949, 4.12400170052914, 7.34700200825332, 6.74200091369381, 4.13900413348105, 12.6430005453904, 10.2830003596991, 10.0980012920162, 4.12400170052914, 9.80400173990165, 10.866000819548, 8.26300058514009, 2.79200603505102, 20.0870012343215, 19.9020008634111, 17.6710014631152, 9.80400173990165, 3.27700307617832, 18.0670013500285, 7.01200227555452, 13.4730018150135, 16.6250010442773, 14.3940006564734, 17.3970008339051, 3.27700307617832, 5.35700197136538, 3.73500525857043, 10.1960009505508, 14.565000772358, 9.0370016235679, 12.0400002059923, 5.35700197136538, 4.83900333597654, 9.20800017215007, 2.05000347147509, 0.262063479007929, 0.625013888734571, 1.15000525948107, 3.10000407447721, 1.42501142025086, 0.363026689505248, 1.37501262620465, 0.625013888734571, 0.300028170924034, 0.52503077906746, 2.47500198141595, 2.42500639627331, 0.663028199251469, 1.67500441947612, 0.875019841044889, 0.300028170924034, 1.37500631311682, 2.17500721916875, 2.12500408496339, 4.42500316047442, 3.05000492922424, 2.25000385802138, 0.175098415738109, 1.37500631311682, 0.625013888734571, 0.750023147790935, 3.05000208314372, 2.02500819190194, 2.875006038641, 0.450020052616771, 1.30001449902968, 0.625013888734571, 1.25000694442515, 2.42500639627331, 1.40000581891506, 0.375046293438853, 0.800020938175795, 0.0501744512011716, 3.15000703733526, 1.25000694442515, 3.40000407898138, 2.6500061698858, 1.62500534187156, 0.200087549334249, 3.35000556388636, 0.250034719811292, 0.0256865435295573, 3.40000407898138, 10.2620018834907, 5.02500498082415, 3.20000347561127, 2.07500912972004, 10.512002689149, 10.2870034073137, 1.83800688216583, 10.2620018834907, 11.7879989358522, 13.4620030901752, 8.18700133494337, 3.56200514863291, 22.0750015493997, 9.95000163535699, 16.125001076658, 11.7879989358522, 16.8750005144033, 19.9749993432631, 15.3499990396296, 20.2750023821605, 6.92500174408002, 0.750011573984769, 0.12513881181401, 16.8750005144033, 0.425019661443042, 1.52501291016018, 3.40000407898138, 6.3000019927922, 1.17501401239095, 0.300028170924034, 3.32500598432096, 0.425019661443042, 0.950009900315073, 2.97500812447575, 5.87500147754119, 7.82500298161127, 1.25001388881173, 4.27500355641701, 0.625027777160521, 0.950009900315073, 0.925008621405068, 4.92500276215853, 6.87500126262615, 5.32500402324054, 3.35000747123204, 0.300028170924034, 0.0503452671942357, 0.925008621405068, 2.35000598266529, 7.80000146284392, 6.25000138888873, 3.60000329665077, 2.65000807722972, 2.40000514277203, 5.62500308641891, 2.35000598266529, 2.60000562748849, 8.60000430755144, 5.95000222185599, 4.32500477706662, 0.200087549334249, 3.02500058078759, 4.97500196379151, 2.60000562748849, 2.45000430601969, 3.35000365654067, 1.72500350632432, 1.65001204772115, 0.575027140846457, 2.5250011490262, 2.52500458686608, 2.45000430601969, 2.37500365496795, 0.725026234707464, 4.1000044060253, 7.77500375881848, 0.150113409067788, 0.150055571275584, 0.500034721016673, 2.37500365496795, 0.225040865365852, 6.47500497006954, 10.1500023811059, 8.900003476565, 0.375046293438853, 0.725014261861773, 1.4500127360638, 0.225040865365852, 0.850008686496379, 9.92500098629087, 8.67500023770099, 2.51200794885564, 1.57501178582323, 2.30000301121329, 2.32500823006958, 0.850008686496379, 0.175048833423375, 7.82500298161127, 1.66200778641791, 16.3259993696771, 2.47500548870583, 2.50000347221981, 2.85000456573578, 0.175048833423375, 3.85000454350611, 1.48701500160372, 16.5009980693974, 23.0039995111084, 6.35000502285003, 6.70000205854449, 8.47500242997807, 3.85000454350611, 6.73800025070096, 20.3510006852372, 26.854001368477, 26.8830010196429, 0.0384523781402899, 1.73700641649742, 0.924022389891255, 6.73800025070096, 21.3350023523648, 20.1160029458745, 20.1450018423417, 40.8420023400579, 19.5980014122895, 20.4109987697095, 21.9729994091907, 21.3350023523648, 3.25000267093907, 1.19001512313064, 19.5070004144794, 22.3570001738181, 23.6609990781652, 25.222998963232, 5.98500351112101, 3.25000267093907, 3.06300255934517, 16.2570010373984, 19.1069998515907, 8.29100195354193, 28.2859989581919, 9.0480012950827, 9.05500222247105, 3.06300255934517, 0.248034667938586, 16.0440007540297, 5.22800179462636, 2.7170066358489, 8.80000264042519, 8.80700162269705, 3.55100500732872, 0.248034667938586, 0.00991755779275156, 5.47600297275032, 2.96500284184267, 1.07701578407136, 8.81600243085109, 3.56000238113705, 0.973017892295119, 0.00991755779275156, 0.416020755576098, 2.95600596281634, 1.06800796761401, 0.620027886724055, 3.97600419862774, 1.3890061884511, 1.89400921975666, 0.416020755576098, 1.36400644604442, 0.652026577338284, 0.204042543492073, 21.3760012165356, 2.75300632722533, 0.530016349544303, 0.590029339051896, 1.36400644604442, 0.0711222552720543, 1.16001505220813, 20.0120007561094, 20.8500004988812, 0.459037694431354, 0.51901654026422, 1.24301423595934, 0.0711222552720543, 2.16500420976201, 19.9410010937837, 20.778999984788, 7.12700229100453, 2.68400648362321, 0.922009346207339, 7.34700200825332, 2.16500420976201, 0.605014366928613, 22.9440005239767, 9.29200098950974, 7.6130024349508, 1.52701131979141, 6.74200091369381, 10.866000819548, 0.605014366928613, 2.60300302202042, 9.89700182856559, 8.21800122985429, 12.7400016106798, 4.13900413348105, 8.26300058514009, 18.0670013500285, 2.60300302202042, 11.0550001367168, 10.8210014651541, 15.3430005009166, 16.7490006321882, 2.79200603505102, 7.01200227555452, 3.73500525857043, 11.0550001367168, 6.46100083236181, 26.3979999443193, 27.8039992593488, 37.6040005532353, 13.4730018150135, 10.1960009505508, 4.83900333597654, 6.46100083236181, 4.36900146805277, 21.3430002717465, 31.1430008814543, 49.1530011848095, 14.565000772358, 9.20800017215007, 4.36900146805277, 26.7740017699527, 44.7840015442344, 1.15000525948107, 0.52503077906746, 1.95000521449958, 1.70000586913864, 5.00000347222102, 3.10000407447721, 2.47500198141595, 2.17500721916875, 1.95000521449958, 0.0501725504409321, 3.65000628234262, 3.05000208314372, 3.92500366027194, 2.42500639627331, 2.12500408496339, 0.750023147790935, 0.0501725504409321, 2.30000301121329, 3.10000407447721, 3.97500065790889, 2.875006038641, 4.42500316047442, 3.05000208314372, 2.42500639627331, 2.30000301121329, 1.02500808733313, 1.67500960187565, 0.575015859339605, 0.525032686295963, 2.02500819190194, 1.40000581891506, 2.6500061698858, 1.02500808733313, 1.02500808733313, 1.60001123212479, 0.500017360809713, 0.0503471614338869, 0.375046293438853, 1.62500534187156, 5.02500498082415, 1.02500808733313, 1.82500551940006, 1.52501100282578, 0.975007377228281, 0.0752299844620145, 0.200087549334249, 3.20000347561127, 13.4620030901752, 1.82500551940006, 5.27500317148112, 2.8000054374522, 1.90000418723915, 0.425040084844088, 2.07500912972004, 8.18700133494337, 19.9749993432631, 5.27500317148112, 4.6250018768765, 7.17500356407544, 5.70000228584353, 5.20000410161311, 3.56200514863291, 15.3499990396296, 1.52501291016018, 4.6250018768765, 4.92500481430576, 10.3250024444027, 9.82500164645645, 9.95000250777445, 20.2750023821605, 3.40000407898138, 2.97500812447575, 4.92500481430576, 2.90000070447748, 4.90000125426591, 5.02499943865587, 6.65000032187543, 6.3000019927922, 5.87500147754119, 4.92500276215853, 2.90000070447748, 1.95000521449958, 2.12500816991894, 3.7500023148141, 2.92500707982344, 7.82500298161127, 6.87500126262615, 7.80000146284392, 1.95000521449958, 1.55000483741161, 1.80000888210052, 0.975009284559498, 3.40000663208193, 5.32500402324054, 6.25000138888873, 8.60000430755144, 1.55000483741161, 2.65000480155634, 2.52500649420952, 1.8500069809988, 8.62500201288221, 3.60000329665077, 5.95000222185599, 3.35000365654067, 2.65000480155634, 1.62500534187156, 0.800020938175795, 5.97499992693393, 14.9250004002841, 4.32500477706662, 1.72500350632432, 0.725026234707464, 1.62500534187156, 3.37500257201548, 4.35000246518069, 13.2999998897339, 9.92500098629087, 1.65001204772115, 4.1000044060253, 6.47500497006954, 3.37500257201548, 3.67500159911621, 9.92500098629087, 6.55000056233622, 11.3000026807904, 7.77500375881848, 10.1500023811059, 9.92500098629087, 3.67500159911621, 1.25000694442515, 2.875006038641, 14.9750009611395, 25.1630007967575, 8.900003476565, 8.67500023770099, 7.82500298161127, 1.25000694442515, 6.16299960795828, 13.7250016463958, 23.9130004698172, 33.5250001363859, 2.51200794885564, 1.66200778641791, 1.48701500160372, 6.16299960795828, 17.9880013523257, 17.7500028854393, 27.3620017363159, 29.1540027851329, 16.3259993696771, 16.5009980693974, 20.3510006852372, 17.9880013523257, 6.50300254792734, 9.37400240136552, 11.1660020972947, 21.7550016277252, 23.0039995111084, 26.854001368477, 20.1160029458745, 6.50300254792734, 0.029297135886161, 4.66300382997339, 15.252000185765, 22.4840000244734, 26.8830010196429, 20.1450018423417, 1.19001512313064, 0.029297135886161, 20.6970009229513, 15.2230014284623, 22.4550003102817, 21.3730009572502, 40.8420023400579, 19.5070004144794, 16.2570010373984, 20.6970009229513, 2.85000247360336, 1.75800929563136, 0.676012482361823, 2.31700692834119, 22.3570001738181, 19.1069998515907, 16.0440007540297, 2.85000247360336, 10.8160003402725, 2.17400777215475, 0.533016278342582, 8.21900197498495, 8.29100195354193, 5.22800179462636, 5.47600297275032, 10.8160003402725, 2.51100334519083, 10.283001233667, 19.0349998564086, 46.8509997556786, 2.7170066358489, 2.96500284184267, 2.95600596281634, 2.51100334519083, 1.88800484760835, 21.5460000943285, 49.3619994491552, 56.4889984820035, 1.07701578407136, 1.06800796761401, 0.652026577338284, 1.88800484760835, 0.448019330046694, 51.2499998619162, 58.3769985732282, 48.7099989640533, 0.620027886724055, 0.204042543492073, 1.16001505220813, 0.448019330046694, 21.1720008181743, 58.8249986738852, 49.1579987384439, 60.2409990331589, 21.3760012165356, 20.0120007561094, 19.9410010937837, 21.1720008181743, 0.83800970247434, 27.9859987740364, 39.0689985589772, 39.7170013984241, 20.8500004988812, 20.778999984788, 22.9440005239767, 0.83800970247434, 13.6520003478353, 38.2309994470308, 38.8790018407027, 14.8970024318892, 7.12700229100453, 9.29200098950974, 9.89700182856559, 13.6520003478353, 1.679005070885, 52.5310016599147, 28.549001282528, 13.5220018351396, 7.6130024349508, 8.21800122985429, 10.8210014651541, 1.679005070885, 4.52200199401366, 30.2280014536264, 15.2010010230932, 20.6920005128687, 12.7400016106798, 15.3430005009166, 26.3979999443193, 4.52200199401366, 1.40600583441697, 10.6790020033793, 16.1700001362877, 28.1130010104612, 16.7490006321882, 27.8039992593488, 21.3430002717465, 1.40600583441697, 9.80000203018001, 14.7640011148732, 26.7070010574511, 31.6030011902192, 37.6040005532353, 31.1430008814543, 26.7740017699527, 9.80000203018001, 18.0100007108671, 16.907000614872, 21.8029998945958, 11.8140006455625, 49.1530011848095, 44.7840015442344, 18.0100007108671, 3.79300384472128, 6.19600245384952, 1.70000586913864, 3.65000628234262, 6.70000205854449, 4.30000316314202, 4.82500436109529, 5.00000347222102, 3.05000208314372, 3.10000407447721, 6.70000205854449, 0.875009920578682, 2.40000685231682, 1.87500462962391, 1.17501401239095, 3.92500366027194, 3.97500065790889, 1.67500960187565, 0.875009920578682, 1.10000636551788, 2.75000631312407, 2.05000347147509, 1.40001201927238, 2.875006038641, 0.575015859339605, 1.60001123212479, 1.10000636551788, 1.10000827285283, 0.950019037602808, 0.300030078088729, 0.625027777160521, 0.525032686295963, 0.500017360809713, 1.52501100282578, 1.10000827285283, 0.550016926978178, 0.800020938175795, 1.72500541366739, 1.7500099206068, 0.0503471614338869, 0.975007377228281, 2.8000054374522, 0.550016926978178, 0.900009263544409, 2.27500915711862, 2.30000491855879, 2.42500830361631, 0.0752299844620145, 1.90000418723915, 7.17500356407544, 0.900009263544409, 1.47500626657887, 3.20000618828078, 3.32500337363123, 2.80000734479661, 0.425040084844088, 5.70000228584353, 10.3250024444027, 1.47500626657887, 0.500017360809713, 4.8000047613051, 4.27500355641701, 3.90000597744158, 5.20000410161311, 9.82500164645645, 4.90000125426591, 0.500017360809713, 0.12506942516503, 4.77500516171115, 4.40000349873132, 2.35000776916377, 9.95000250777445, 5.02499943865587, 2.12500816991894, 0.12506942516503, 1.62500534187156, 4.27500558695415, 2.22500428283892, 1.9000106632765, 6.65000032187543, 3.7500023148141, 1.80000888210052, 1.62500534187156, 0.825009377423841, 0.600029315938846, 0.275033089548945, 4.75000365496935, 2.92500707982344, 0.975009284559498, 2.52500649420952, 0.825009377423841, 4.3750038914743, 1.10001616417931, 3.92500335601442, 13.5000031933566, 3.40000663208193, 1.8500069809988, 0.800020938175795, 4.3750038914743, 6.77499899244476, 0.45003934146729, 9.12500095129371, 10.8369995878619, 8.62500201288221, 5.97499992693393, 4.35000246518069, 6.77499899244476, 8.95000173283379, 2.35000967650641, 4.06200241167265, 24.0150001125762, 14.9250004002841, 13.2999998897339, 9.92500098629087, 8.95000173283379, 3.37500257201548, 4.88800404006175, 32.9650004159143, 46.0550002053034, 9.92500098629087, 6.55000056233622, 2.875006038641, 3.37500257201548, 17.8500008677753, 29.5900007393101, 42.6800000317256, 36.1600003275313, 11.3000026807904, 14.9750009611395, 13.7250016463958, 17.8500008677753, 10.188000577379, 24.8300001460679, 18.3099999400306, 23.2230003203365, 25.1630007967575, 23.9130004698172, 17.7500028854393, 10.188000577379, 9.61200041481442, 8.12200187814176, 13.0350005133542, 12.1020011942395, 33.5250001363859, 27.3620017363159, 9.37400240136552, 9.61200041481442, 1.79200561462024, 3.42300540758835, 2.49000373411942, 22.9150007194839, 29.1540027851329, 11.1660020972947, 4.66300382997339, 1.79200561462024, 10.5890003295824, 0.698024349613976, 21.122999602237, 38.099000432796, 21.7550016277252, 15.252000185765, 15.2230014284623, 10.5890003295824, 7.23200083599443, 10.5340013295751, 27.5100007828422, 9.42400186701851, 22.4840000244734, 22.4550003102817, 1.75800929563136, 7.23200083599443, 1.08200780141405, 20.278001687759, 2.1920043492023, 0.280061730134913, 21.3730009572502, 0.676012482361823, 2.17400777215475, 1.08200780141405, 1.64100508379468, 3.27400547056389, 0.80201086933807, 23.2580001666236, 2.31700692834119, 0.533016278342582, 10.283001233667, 1.64100508379468, 8.75200084687825, 0.839020440604514, 21.6170000277212, 49.3879998861318, 8.21900197498495, 19.0349998564086, 21.5460000943285, 8.75200084687825, 27.8160002968118, 12.8650011206021, 40.6359998931828, 81.2239973298325, 46.8509997556786, 49.3619994491552, 51.2499998619162, 27.8160002968118, 7.12700011934897, 12.820001049045, 53.4079972938805, 64.6559984984956, 56.4889984820035, 58.3769985732282, 58.8249986738852, 7.12700011934897, 9.66700071485205, 46.2809986051044, 57.5289994795034, 32.4889989474549, 48.7099989640533, 49.1579987384439, 27.9859987740364, 9.66700071485205, 11.083000966337, 67.1959994038731, 42.1559984358955, 25.9759985931567, 60.2409990331589, 39.0689985589772, 38.2309994470308, 11.083000966337, 0.64801602023807, 31.0729986055952, 14.8929983245607, 2.61300942121388, 39.7170013984241, 38.8790018407027, 52.5310016599147, 0.64801602023807, 23.9820007129134, 14.2449963359391, 1.96500457016811, 7.28600549559572, 14.8970024318892, 28.549001282528, 30.2280014536264, 23.9820007129134, 15.02700100491, 25.947001172639, 16.6959977580775, 19.9569996949992, 13.5220018351396, 15.2010010230932, 10.6790020033793, 15.02700100491, 5.49100080267146, 31.7229982126774, 34.9839995004486, 35.7890000425914, 20.6920005128687, 16.1700001362877, 14.7640011148732, 5.49100080267146, 11.943001520289, 29.4930006191695, 30.2980006221992, 33.9119992607253, 28.1130010104612, 26.7070010574511, 16.907000614872, 11.943001520289, 4.89600168143627, 18.3550004880882, 21.9689983504498, 20.1120003749403, 31.6030011902192, 21.8029998945958, 3.79300384472128, 4.89600168143627, 9.98900118944597, 17.0729990637503, 15.2160001737602, 2.90900636479003, 11.8140006455625, 6.19600245384952, 9.98900118944597, 25.2050006125024, 7.08000114977313, 4.30000316314202, 2.40000685231682, 0.525016152673462, 1.02500808733313, 2.10000864864772, 4.82500436109529, 1.87500462962391, 2.75000631312407, 0.525016152673462, 0.700013163609748, 0.500034721016673, 1.57500627439098, 2.10000864864772, 1.17501401239095, 2.05000347147509, 0.950019037602808, 0.700013163609748, 0.650012973101778, 0.875019841044889, 1.40000581891506, 3.40000472473616, 1.40001201927238, 0.300030078088729, 0.800020938175795, 0.650012973101778, 0.925010528734351, 0.750023147790935, 2.75000315656384, 2.35000776916377, 0.625027777160521, 1.72500541366739, 2.27500915711862, 0.925010528734351, 0.0253444675968998, 1.82500836850959, 1.42500532866872, 2.05000770588089, 1.7500099206068, 2.30000491855879, 3.20000618828078, 0.0253444675968998, 0.12506942516503, 1.40001201927238, 2.02500390522065, 1.70000906798532, 2.42500830361631, 3.32500337363123, 4.8000047613051, 0.12506942516503, 0.525016152673462, 1.90000875593704, 1.57500436704903, 1.92500825580201, 2.80000734479661, 4.27500355641701, 4.77500516171115, 0.525016152673462, 0.375023147433743, 2.10000674130659, 2.45000239867381, 2.27500724977638, 3.90000597744158, 4.40000349873132, 4.27500558695415, 0.375023147433743, 2.05000537881979, 2.82500500111268, 2.65000289421006, 0.200087549334249, 2.35000776916377, 2.22500428283892, 0.600029315938846, 2.05000537881979, 0.325025563989133, 4.70000445679083, 1.850005073655, 6.07500171338675, 1.9000106632765, 0.275033089548945, 1.10001616417931, 0.325025563989133, 5.02500325335183, 2.17500721916875, 5.75000150966164, 13.2740033830985, 4.75000365496935, 3.92500335601442, 0.45003934146729, 5.02500325335183, 9.57500166952477, 0.725022420136189, 8.24900160163237, 0.325054177228118, 13.5000031933566, 9.12500095129371, 2.35000967650641, 9.57500166952477, 1.71200305625627, 1.32601330640027, 9.25000093843839, 9.82500252997337, 10.8369995878619, 4.06200241167265, 4.88800404006175, 1.71200305625627, 28.0769999734763, 10.961999569594, 11.5369995011895, 36.926000111578, 24.0150001125762, 32.9650004159143, 29.5900007393101, 28.0769999734763, 13.0900003388948, 16.5400019651712, 8.84900095807634, 9.27200218522847, 46.0550002053034, 42.6800000317256, 24.8300001460679, 13.0900003388948, 6.52000131229993, 4.24100379227343, 3.81800163653236, 6.71200200292898, 36.1600003275313, 18.3099999400306, 8.12200187814176, 6.52000131229993, 4.91300187366554, 2.70200704325353, 0.192044641462747, 10.7770017401637, 23.2230003203365, 13.0350005133542, 3.42300540758835, 4.91300187366554, 0.933009391608839, 5.10500294304081, 5.86400150272418, 26.3320013917379, 12.1020011942395, 2.49000373411942, 0.698024349613976, 0.933009391608839, 20.4250001388943, 6.7970026643803, 27.2650011385371, 43.2040023053743, 22.9150007194839, 21.122999602237, 10.5340013295751, 20.4250001388943, 16.9760012971704, 6.84000364443546, 22.7790025707133, 20.2600020394717, 38.099000432796, 27.5100007828422, 20.278001687759, 16.9760012971704, 18.0860009224648, 5.80300439555466, 3.28400304001445, 11.7250018621614, 9.42400186701851, 2.1920043492023, 3.27400547056389, 18.0860009224648, 2.47200363361925, 21.3700016516391, 6.36100142568765, 25.132002567628, 0.280061730134913, 0.80201086933807, 0.839020440604514, 2.47200363361925, 22.4559997609481, 8.83300214858818, 27.6040023133686, 72.1400015376557, 23.2580001666236, 21.6170000277212, 12.8650011206021, 22.4559997609481, 27.7710002210235, 5.1480059969081, 49.6840020973227, 68.2280008953264, 49.3879998861318, 40.6359998931828, 12.820001049045, 27.7710002210235, 40.5879976503934, 21.9130028064346, 40.4570009469844, 43.5930027175905, 81.2239973298325, 53.4079972938805, 46.2809986051044, 40.5879976503934, 11.2480018703748, 0.13112916802792, 3.00500777151043, 1.46200986071298, 64.6559984984956, 57.5289994795034, 67.1959994038731, 11.2480018703748, 25.0400012621949, 8.24299832198516, 12.7099997674432, 28.1459967105735, 32.4889989474549, 42.1559984358955, 31.0729986055952, 25.0400012621949, 16.1800008416749, 12.3300032390926, 3.10599797299572, 22.8639991724068, 25.9759985931567, 14.8929983245607, 14.2449963359391, 16.1800008416749, 12.2799956714855, 13.0740064548637, 6.68399940661709, 18.5429963891433, 2.61300942121388, 1.96500457016811, 25.947001172639, 12.2799956714855, 9.25100420371748, 5.59599995910476, 6.26300187428699, 8.60300265889864, 7.28600549559572, 16.6959977580775, 31.7229982126774, 9.25100420371748, 3.26100424884224, 2.98800858736671, 17.8540043924466, 31.7180028666942, 19.9569996949992, 34.9839995004486, 29.4930006191695, 3.26100424884224, 0.805011088398298, 14.5930035090233, 28.457001037463, 20.4219979204307, 35.7890000425914, 30.2980006221992, 18.3550004880882, 0.805011088398298, 3.61400081501081, 27.6520010550889, 19.6169972076385, 16.9690027931269, 33.9119992607253, 21.9689983504498, 17.0729990637503, 3.61400081501081, 1.85700311810643, 16.0029994369169, 13.3550040069189, 3.35300581864856, 20.1120003749403, 15.2160001737602, 25.2050006125024, 1.85700311810643, 18.1250004789272, 15.2120029418143, 5.21000075060619, 17.4949999242318, 2.90900636479003, 7.08000114977313, 18.1250004789272, 23.3349998284672, 0.630014846600814, 1.02500808733313, 0.500034721016673, 1.0750088378388, 2.55000264119873, 6.97500096316938, 2.10000864864772, 1.57500627439098, 0.875019841044889, 1.0750088378388, 0.525016152673462, 3.62500478926887, 8.05000031539046, 2.8000054374522, 2.10000864864772, 1.40000581891506, 0.750023147790935, 0.525016152673462, 2.00000434027307, 8.57500088021022, 3.32500146628409, 1.27501323501937, 3.40000472473616, 2.75000315656384, 1.82500836850959, 2.00000434027307, 0.400021319351201, 5.32500211589308, 0.725012354544638, 1.05001767865251, 2.35000776916377, 1.42500532866872, 1.40001201927238, 0.400021319351201, 0.625013888734571, 0.325054177228118, 1.45000674951398, 0.800020938175795, 2.05000770588089, 2.02500390522065, 1.90000875593704, 0.625013888734571, 0.325027471181034, 0.825021806422656, 0.175048833423375, 2.00000868053672, 1.70000906798532, 1.57500436704903, 2.10000674130659, 0.325027471181034, 0.350025182151321, 0.500034721016673, 1.67500441947612, 1.05001767865251, 1.92500825580201, 2.45000239867381, 2.82500500111268, 0.350025182151321, 0.175048833423375, 2.02500819190194, 0.700013163609748, 11.3500019110829, 2.27500724977638, 2.65000289421006, 4.70000445679083, 0.175048833423375, 2.85000342727666, 0.875019841044889, 11.1750019211926, 1.62501068372556, 0.200087549334249, 1.850005073655, 2.17500721916875, 2.85000342727666, 7.92500033239882, 8.32500284835775, 4.47500232125809, 3.27500491962923, 6.07500171338675, 5.75000150966164, 0.725022420136189, 7.92500033239882, 7.52400322891042, 12.4000010186198, 11.1999996306405, 4.30000327452707, 13.2740033830985, 8.24900160163237, 1.32601330640027, 7.52400322891042, 7.92400088185338, 18.7240018579977, 11.8240020464029, 25.9450022713234, 0.325054177228118, 9.25000093843839, 10.961999569594, 7.92400088185338, 0.575015859339605, 3.90000597744158, 18.021002297487, 20.1880024926622, 9.82500252997337, 11.5369995011895, 16.5400019651712, 0.575015859339605, 25.3890012345414, 17.4460020479905, 19.6130013123429, 24.6010014915351, 36.926000111578, 8.84900095807634, 4.24100379227343, 25.3890012345414, 0.423020856587244, 5.77600302861992, 0.788011122666478, 1.29901315129201, 9.27200218522847, 3.81800163653236, 2.70200704325353, 0.423020856587244, 2.89400305290503, 1.21101477859242, 1.72200516303561, 28.2110001042328, 6.71200200292898, 0.192044641462747, 5.10500294304081, 2.89400305290503, 10.9690003560193, 1.17201474447744, 31.104999821309, 60.148001005803, 10.7770017401637, 5.86400150272418, 6.7970026643803, 10.9690003560193, 20.4680011341143, 20.1360008397813, 49.1790013290248, 50.278999971932, 26.3320013917379, 27.2650011385371, 6.84000364443546, 20.4680011341143, 15.939001627985, 28.7110010471899, 29.8109992078123, 26.4709994198921, 43.2040023053743, 22.7790025707133, 5.80300439555466, 15.939001627985, 2.51900445310872, 13.8719990847739, 10.5319985048719, 9.76600061804159, 20.2600020394717, 3.28400304001445, 21.3700016516391, 2.51900445310872, 15.0090013565549, 13.0510000179956, 12.28500055401, 27.1079985347295, 11.7250018621614, 6.36100142568765, 8.83300214858818, 15.0090013565549, 18.7710022782409, 27.2940012616883, 42.1169988785911, 64.9480002215315, 25.132002567628, 27.6040023133686, 5.1480059969081, 18.7710022782409, 44.5359994930067, 23.3459976003335, 46.1769983264121, 68.9849970473193, 72.1400015376557, 49.6840020973227, 21.9130028064346, 44.5359994930067, 18.5439991863676, 1.64100941989779, 24.4489978526061, 33.2719960662271, 68.2280008953264, 40.4570009469844, 0.13112916802792, 18.5439991863676, 3.13600435494574, 5.90500171936637, 14.7279974155633, 6.99199924813387, 43.5930027175905, 3.00500777151043, 8.24299832198516, 3.13600435494574, 4.46700481191361, 11.5919967369387, 3.85599742940623, 8.1790029771364, 1.46200986071298, 12.7099997674432, 12.3300032390926, 4.46700481191361, 15.4359975716353, 8.3230001327951, 3.71200032435211, 23.9000022522852, 28.1459967105735, 3.10599797299572, 13.0740064548637, 15.4359975716353, 19.758003674207, 11.7240005042556, 8.46400554218644, 19.1250009077705, 22.8639991724068, 6.68399940661709, 5.59599995910476, 19.758003674207, 11.8589980769512, 11.2940002554595, 0.633016948002571, 12.2949995809919, 18.5429963891433, 6.26300187428699, 2.98800858736671, 11.8589980769512, 14.8660017130704, 12.4920019696122, 24.1539958732998, 38.676998587302, 8.60300265889864, 17.8540043924466, 14.5930035090233, 14.8660017130704, 13.863999039208, 9.28799625396458, 23.8109973738381, 26.2449957786893, 31.7180028666942, 28.457001037463, 27.6520010550889, 13.863999039208, 8.03500474245175, 9.94700034155303, 12.3809974052208, 2.85900723210086, 20.4219979204307, 19.6169972076385, 16.0029994369169, 8.03500474245175, 2.64799827327678, 20.4160012165788, 5.17600417951829, 8.60700046069567, 16.9690027931269, 13.3550040069189, 15.2120029418143, 2.64799827327678, 10.0020035839462, 7.82399971651491, 5.95900490519877, 25.6000029669867, 3.35300581864856, 5.21000075060619, 23.3349998284672, 10.0020035839462, 22.7049983986766, 4.04300356169265, 15.5980001292711, 28.0329996580061, 17.4949999242318, 0.630014846600814, 22.7049983986766, 7.10700088642214, 5.32800265157171, 2.55000264119873, 3.62500478926887, 4.42500119876792, 0.650012973101778, 3.57500561918997, 6.97500096316938, 8.05000031539046, 8.57500088021022, 4.42500119876792, 5.25000165343889, 5.07500227649903, 8.00000108506937, 9.05000115541533, 2.8000054374522, 3.32500146628409, 5.32500211589308, 5.25000165343889, 4.60000036119863, 2.75000631312407, 3.80000152141704, 6.07500171338675, 1.27501323501937, 0.725012354544638, 0.325054177228118, 4.60000036119863, 1.7750064163218, 0.800020938175795, 1.47500626657887, 4.97500196379151, 1.05001767865251, 1.45000674951398, 0.825021806422656, 1.7750064163218, 0.650014880411224, 0.3000590089783, 6.75000128600811, 1.02501846338313, 0.800020938175795, 0.175048833423375, 0.500034721016673, 0.650014880411224, 2.17500322811831, 6.10000132020493, 0.375023147433743, 2.70000719297113, 2.00000868053672, 1.67500441947612, 2.02500819190194, 2.17500322811831, 2.72500356699239, 1.80000888210052, 4.87500178062646, 4.92500276215853, 1.05001767865251, 0.700013163609748, 0.875019841044889, 2.72500356699239, 12.0500018647871, 2.15000769345194, 2.20000280129641, 6.11300180243343, 11.3500019110829, 11.1750019211926, 8.32500284835775, 12.0500018647871, 12.8000018225775, 14.2500012183235, 18.1630005847367, 19.0380010187303, 1.62501068372556, 4.47500232125809, 12.4000010186198, 12.8000018225775, 1.20000799670935, 5.36300219960339, 6.23800035396311, 2.01200775901711, 3.27500491962923, 11.1999996306405, 18.7240018579977, 1.20000799670935, 6.90000087658176, 7.43800205945164, 3.21200259572652, 4.12500420875206, 4.30000327452707, 11.8240020464029, 3.90000597744158, 6.90000087658176, 14.1210009046437, 10.1120012286007, 11.0250004058823, 2.97500621713086, 25.9450022713234, 18.021002297487, 17.4460020479905, 14.1210009046437, 2.16700382268515, 3.09600627897445, 11.1460006872518, 8.92100147307216, 20.1880024926622, 19.6130013123429, 5.77600302861992, 2.16700382268515, 4.98800165636419, 13.3130010294138, 11.0880001267505, 6.71600218830853, 24.6010014915351, 0.788011122666478, 1.21101477859242, 4.98800165636419, 0.511016666682294, 16.0760003398885, 11.7040002610224, 6.57800270793294, 1.29901315129201, 1.72200516303561, 1.17201474447744, 0.511016666682294, 29.9329999009004, 11.1930013908513, 6.06700181988105, 43.6239999936136, 28.2110001042328, 31.104999821309, 20.1360008397813, 29.9329999009004, 29.0430014738131, 36.0000004822531, 13.6910006187749, 48.4640029674799, 60.148001005803, 49.1790013290248, 28.7110010471899, 29.0430014738131, 1.10000636551788, 15.3520023210551, 19.4210018812936, 9.41800111097489, 50.278999971932, 29.8109992078123, 13.8719990847739, 1.10000636551788, 3.34000275155549, 18.3210039078121, 8.31800183704373, 10.6150033139927, 26.4709994198921, 10.5319985048719, 13.0510000179956, 3.34000275155549, 0.76601017258332, 11.6580024352462, 13.9550024530937, 30.2170034432001, 9.76600061804159, 12.28500055401, 27.2940012616883, 0.76601017258332, 14.822998632489, 14.7210018507298, 30.9830019891559, 60.3959963812047, 27.1079985347295, 42.1169988785911, 23.3459976003335, 14.822998632489, 22.8310016619474, 16.1600047364353, 45.5729982373509, 65.6990053912054, 64.9480002215315, 46.1769983264121, 1.64100941989779, 22.8310016619474, 22.8079990378192, 22.741997528531, 42.8680040477098, 46.7770007983924, 68.9849970473193, 24.4489978526061, 5.90500171936637, 22.8079990378192, 8.82299903073049, 20.0600060534472, 23.9690021321771, 15.9870005976705, 33.2719960662271, 14.7279974155633, 11.5919967369387, 8.82299903073049, 7.73600118313377, 15.1460048693948, 7.16400267653457, 0.653026464087336, 6.99199924813387, 3.85599742940623, 8.3230001327951, 7.73600118313377, 12.034996753991, 14.900002691054, 7.0830014086532, 1.54701592206993, 8.1790029771364, 3.71200032435211, 11.7240005042556, 12.034996753991, 20.1880039700249, 19.1179971239234, 13.5820013715439, 0.220080120258708, 23.9000022522852, 8.46400554218644, 11.2940002554595, 20.1880039700249, 10.6609962976334, 33.7700047865595, 19.9680027540592, 11.9200072548081, 19.1250009077705, 0.633016948002571, 12.4920019696122, 10.6609962976334, 11.6619956784277, 30.6289983695538, 22.5810016661568, 25.0059973983795, 12.2949995809919, 24.1539958732998, 9.28799625396458, 11.6619956784277, 14.5230032222225, 10.9190079376462, 13.3440024205407, 24.9620063107358, 38.676998587302, 23.8109973738381, 9.94700034155303, 14.5230032222225, 2.43400167428483, 1.17901557967464, 10.4390038222729, 9.76300226653677, 26.2449957786893, 12.3809974052208, 20.4160012165788, 2.43400167428483, 15.2399984333599, 8.00500705159428, 7.32900356478261, 17.4339991037294, 2.85900723210086, 5.17600417951829, 7.82399971651491, 15.2399984333599, 13.7830015758465, 22.5690010133865, 2.19400420063414, 30.2220006965231, 8.60700046069567, 5.95900490519877, 4.04300356169265, 13.7830015758465, 19.640999282293, 11.5890021999722, 16.4389997040719, 32.1759992273113, 25.6000029669867, 15.5980001292711, 7.10700088642214, 19.640999282293, 12.4350001640168, 3.20200508626112, 12.5350005399175, 13.6060002689093, 28.0329996580061, 5.32800265157171, 12.4350001640168, 0.100173841477269, 1.17100693989947, 0.650012973101778, 5.07500227649903, 2.92500411211781, 6.92500239791869, 8.17500326809192, 3.57500561918997, 8.00000108506937, 2.75000631312407, 2.92500411211781, 1.05000750422978, 4.00000434027542, 5.25000165343889, 4.40000356423592, 9.05000115541533, 3.80000152141704, 0.800020938175795, 1.05000750422978, 2.27500343415653, 4.20000489653455, 3.35000297267904, 0.625027777160521, 6.07500171338675, 1.47500626657887, 0.3000590089783, 2.27500343415653, 6.45000020141349, 1.07501691267748, 2.90000261182414, 2.6630066261841, 4.97500196379151, 6.75000128600811, 6.10000132020493, 6.45000020141349, 5.72499999037554, 3.55000412751206, 3.78700104097782, 10.2130010437752, 1.02501846338313, 0.375023147433743, 1.80000888210052, 5.72499999037554, 3.07500358588235, 1.93800868358403, 4.48800280392032, 9.21300218196067, 2.70000719297113, 4.87500178062646, 2.15000769345194, 3.07500358588235, 0.0501725504409321, 1.41301239346001, 6.1380009488388, 3.51200407361554, 4.92500276215853, 2.20000280129641, 14.2500012183235, 0.0501725504409321, 3.91300232519968, 6.08800314923926, 3.46200240056938, 5.73700444523127, 6.11300180243343, 18.1630005847367, 5.36300219960339, 3.91300232519968, 0.875009920578682, 0.451038706665244, 1.82400607132274, 6.57500340341179, 19.0380010187303, 6.23800035396311, 7.43800205945164, 0.875009920578682, 4.22600188623609, 0.949019606164997, 5.70000228584353, 6.19700330507397, 2.01200775901711, 3.21200259572652, 10.1120012286007, 4.22600188623609, 0.913009614488787, 9.92600234414663, 10.4230011685203, 9.69800269807199, 4.12500420875206, 11.0250004058823, 3.09600627897445, 0.913009614488787, 8.05000031539046, 9.51000205444535, 8.78500178919733, 5.63900301772111, 2.97500621713086, 11.1460006872518, 13.3130010294138, 8.05000031539046, 2.22500428283892, 16.835001069398, 2.41100289849039, 1.97100947963959, 8.92100147307216, 11.0880001267505, 16.0760003398885, 2.22500428283892, 4.37200172608872, 0.186092233068065, 4.19600312162461, 7.71300159476148, 6.71600218830853, 11.7040002610224, 11.1930013908513, 4.37200172608872, 5.12600114412001, 8.56800281973008, 3.34100220146161, 5.9780025913614, 6.57800270793294, 6.06700181988105, 36.0000004822531, 5.12600114412001, 49.6910001594319, 1.78500957349911, 0.852010424892973, 32.7479997214268, 43.6239999936136, 13.6910006187749, 15.3520023210551, 49.6910001594319, 34.7730028741466, 48.8390001037064, 16.9430013057958, 8.36800210521988, 48.4640029674799, 19.4210018812936, 18.3210039078121, 34.7730028741466, 10.003003034543, 51.7160037536697, 26.4050029227408, 22.3160026700567, 9.41800111097489, 8.31800183704373, 11.6580024352462, 10.003003034543, 2.29700466408903, 16.4020014857213, 12.3130004303329, 0.900017001147431, 10.6150033139927, 13.9550024530937, 14.7210018507298, 2.29700466408903, 16.2620015713915, 14.6100017986548, 1.39700938751211, 24.867996913951, 30.2170034432001, 30.9830019891559, 16.1600047364353, 16.2620015713915, 29.4129946798922, 17.6590051945566, 8.60599618688637, 40.0420002504671, 60.3959963812047, 45.5729982373509, 22.741997528531, 29.4129946798922, 20.1260075113885, 20.807000040931, 10.6290062488145, 31.0460058082294, 65.6990053912054, 42.8680040477098, 20.0600060534472, 20.1260075113885, 3.90899880269144, 9.49700347601139, 10.9199989638681, 0.491040300897047, 46.7770007983924, 23.9690021321771, 15.1460048693948, 3.90899880269144, 7.98200334581676, 7.01100406318052, 4.40000349873132, 28.3330007958578, 15.9870005976705, 7.16400267653457, 14.900002691054, 7.98200334581676, 7.81700245324465, 3.58200557918229, 20.3509983513467, 16.2679988088933, 0.653026464087336, 7.0830014086532, 19.1179971239234, 7.81700245324465, 5.53599705141892, 12.5339979671529, 8.45099742608928, 3.02200891872434, 1.54701592206993, 13.5820013715439, 33.7700047865595, 5.53599705141892, 13.8020025820595, 2.91500687130365, 8.55799967154725, 14.6589977663627, 0.220080120258708, 19.9680027540592, 30.6289983695538, 13.8020025820595, 8.04799759959434, 22.3600013867876, 28.4609988401545, 19.9950036148545, 11.9200072548081, 22.5810016661568, 10.9190079376462, 8.04799759959434, 2.42499900197793, 36.508995531682, 28.0429995771226, 11.919000174853, 25.0059973983795, 13.3440024205407, 1.17901557967464, 2.42499900197793, 11.6180045923789, 25.6180045229066, 9.49400421021823, 8.244005401806, 24.9620063107358, 10.4390038222729, 8.00500705159428, 11.6180045923789, 0.676015343330427, 2.12400872307969, 3.37400312209377, 12.8510069051527, 9.76300226653677, 7.32900356478261, 22.5690010133865, 0.676015343330427, 24.7630008388266, 2.69800448167966, 12.1750037647396, 38.7290005398243, 17.4339991037294, 2.19400420063414, 11.5890021999722, 24.7630008388266, 28.0280001876398, 12.5879988157031, 13.9660002248206, 37.5700001569246, 30.2220006965231, 16.4389997040719, 3.20200508626112, 28.0280001876398, 15.7370000633204, 14.0620015092699, 9.54200072661527, 17.2330008090698, 32.1759992273113, 12.5350005399175, 0.100173841477269, 15.7370000633204, 1.0710072505775, 6.19500249726297, 1.49600609241501, 3.26200445247514, 13.6060002689093, 1.17100693989947, 1.0710072505775, 0.425041992009419, 2.19100394665256, 6.92500239791869, 4.00000434027542, 1.25000694442515, 2.86300199438072, 11.875000508314, 8.17500326809192, 5.25000165343889, 4.20000489653455, 1.25000694442515, 0.850010593822096, 1.61300972561645, 10.6249998633192, 5.28800338992525, 4.40000356423592, 3.35000297267904, 1.07501691267748, 0.850010593822096, 3.97500256525648, 11.4750009407462, 6.1380019025129, 9.55000105497791, 0.625027777160521, 2.90000261182414, 3.55000412751206, 3.97500256525648, 0.237036135781102, 10.1130025864629, 13.5250002603458, 17.1950007044846, 2.6630066261841, 3.78700104097782, 1.93800868358403, 0.237036135781102, 6.42600194594149, 13.288001413337, 16.958000694991, 16.0110017175636, 10.2130010437752, 4.48800280392032, 1.41301239346001, 6.42600194594149, 4.72500126494989, 10.532001236428, 9.58500094378653, 0.0991742348788278, 9.21300218196067, 6.1380009488388, 6.08800314923926, 4.72500126494989, 2.62600370997434, 4.86000418259489, 4.62600228082852, 13.913000400971, 3.51200407361554, 3.46200240056938, 0.451038706665244, 2.62600370997434, 2.27500534150196, 2.00000868053672, 11.2869995178549, 1.37901229966641, 5.73700444523127, 1.82400607132274, 0.949019606164997, 2.27500534150196, 4.75100127778418, 13.5620015547872, 3.65400361159131, 2.89600494962772, 6.57500340341179, 5.70000228584353, 9.92600234414663, 4.75100127778418, 0.497017206209363, 8.40500275221452, 1.85500517544826, 0.897019667228543, 6.19700330507397, 10.4230011685203, 9.51000205444535, 0.497017206209363, 0.725011400886071, 2.3520076179237, 1.39400628047594, 1.73100997609242, 9.69800269807199, 8.78500178919733, 16.835001069398, 0.725011400886071, 14.4240013418646, 0.669026575921513, 1.00600914754023, 6.57600380736801, 5.63900301772111, 2.41100289849039, 0.186092233068065, 14.4240013418646, 4.38200195043944, 13.4180015151196, 7.84800067883895, 2.32500632272707, 1.97100947963959, 4.19600312162461, 8.56800281973008, 4.38200195043944, 11.9090011256356, 12.2300009617875, 2.05700533389255, 2.71700735110296, 7.71300159476148, 3.34100220146161, 1.78500957349911, 11.9090011256356, 2.63700337575112, 9.85200104502843, 14.6260019515338, 4.37800422493213, 5.9780025913614, 0.852010424892973, 48.8390001037064, 2.63700337575112, 31.8959992269248, 17.2630024476388, 7.01500158075032, 11.0060011425469, 32.7479997214268, 16.9430013057958, 51.7160037536697, 31.8959992269248, 25.3110011669304, 38.9109997442706, 42.901998722232, 11.2650004539663, 8.36800210521988, 26.4050029227408, 16.4020014857213, 25.3110011669304, 4.08900282480765, 68.2129995983853, 36.5759999741152, 1.42001039504303, 22.3160026700567, 12.3130004303329, 14.6100017986548, 4.08900282480765, 13.2129980934944, 40.6650008656202, 5.50900044655411, 9.76200281603524, 0.900017001147431, 1.39700938751211, 17.6590051945566, 13.2129980934944, 26.2649997201474, 18.7219972346839, 3.45099891430145, 7.41400380650883, 24.867996913951, 8.60599618688637, 20.807000040931, 26.2649997201474, 31.4360049148061, 29.7159963728088, 18.8509983852872, 0.93301726490392, 40.0420002504671, 10.6290062488145, 9.49700347601139, 31.4360049148061, 20.4170002420577, 50.2870029087171, 32.3690035640734, 25.8769995722762, 31.0460058082294, 10.9199989638681, 7.01100406318052, 20.4170002420577, 11.411003873511, 52.7860034416891, 46.293998905771, 62.9000018018902, 0.491040300897047, 4.40000349873132, 3.58200557918229, 11.411003873511, 23.9329990199289, 34.8829961031643, 51.4889985816764, 57.4010012790156, 28.3330007958578, 20.3509983513467, 12.5339979671529, 23.9329990199289, 4.08300230912871, 27.5560003858895, 33.4680025787047, 8.73100479606107, 16.2679988088933, 8.45099742608928, 2.91500687130365, 4.08300230912871, 11.4730003293612, 37.5510029647756, 12.8140036681499, 18.4000024694175, 3.02200891872434, 8.55799967154725, 22.3600013867876, 11.4730003293612, 6.10099934761365, 24.2870032783079, 6.92700320627244, 24.3709952802389, 14.6589977663627, 28.4609988401545, 36.508995531682, 6.10099934761365, 8.46599681391787, 0.826025046244729, 18.2699971181927, 0.46404193091667, 19.9950036148545, 28.0429995771226, 25.6180045229066, 8.46599681391787, 16.1240010876788, 26.7359930809941, 8.93000127724239, 27.9480062974627, 11.919000174853, 9.49400421021823, 2.12400872307969, 16.1240010876788, 1.25000694442515, 25.0540015474398, 11.8240058610999, 34.7980008346045, 8.244005401806, 3.37400312209377, 2.69800448167966, 1.25000694442515, 9.47700592084256, 10.5740067688201, 33.5480005944437, 45.2310031914493, 12.8510069051527, 12.1750037647396, 12.5879988157031, 9.47700592084256, 26.553997366697, 24.0709960520566, 35.75399804552, 47.7929958161372, 38.7290005398243, 13.9660002248206, 14.0620015092699, 26.553997366697, 23.6040004593105, 9.2000026500164, 21.2389988217943, 28.8960005092609, 37.5700001569246, 9.54200072661527, 6.19500249726297, 23.6040004593105, 7.69100111340523, 2.36500901930056, 5.29200145721095, 6.10900209420986, 17.2330008090698, 1.49600609241501, 0.425041992009419, 7.69100111340523, 1.76600375570529, 2.39900740464689, 1.58200621948666, 0.235074475619598, 3.26200445247514, 2.19100394665256, 1.76600375570529, 3.34800475826761, 2.00100378878881, 2.86300199438072, 1.61300972561645, 9.01200104714516, 2.86200254475594, 9.72600161717387, 11.875000508314, 10.6249998633192, 11.4750009407462, 9.01200104714516, 5.33700056600019, 6.15000339514858, 0.714011905771596, 0.913019122067044, 5.28800338992525, 6.1380019025129, 10.1130025864629, 5.33700056600019, 3.41200129290459, 6.05100155687499, 4.42400079485361, 7.34900138581478, 9.55000105497791, 13.5250002603458, 13.288001413337, 3.41200129290459, 3.67000244156713, 1.01201723902465, 3.93700247952295, 3.92800486996609, 17.1950007044846, 16.958000694991, 10.532001236428, 3.67000244156713, 0.94700871619906, 0.267065213288394, 0.258034017162199, 0.557031328296985, 16.0110017175636, 9.58500094378653, 4.86000418259489, 0.94700871619906, 9.48600192980058, 1.20501433118192, 0.39002164688292, 2.00700861974349, 0.0991742348788278, 4.62600228082852, 2.00000868053672, 9.48600192980058, 9.28699968347902, 9.87600216226687, 7.47900220588405, 2.58100800823184, 13.913000400971, 11.2869995178549, 13.5620015547872, 9.28699968347902, 9.90799991481216, 16.7660008295014, 11.8680007619429, 18.39800070713, 1.37901229966641, 3.65400361159131, 8.40500275221452, 9.90799991481216, 6.55000151601035, 1.96000984950654, 8.49000174723704, 10.9000012112927, 2.89600494962772, 1.85500517544826, 2.3520076179237, 6.55000151601035, 0.958009244183595, 1.94000948306086, 17.4500003067182, 17.5830002168117, 0.897019667228543, 1.39400628047594, 0.669026575921513, 0.958009244183595, 0.337025650537397, 18.4080009354992, 18.5409998807183, 18.5410003488999, 1.73100997609242, 1.00600914754023, 13.4180015151196, 0.337025650537397, 5.57000220694617, 18.2040004730457, 18.203999996197, 25.1420018425608, 6.57600380736801, 7.84800067883895, 12.2300009617875, 5.57000220694617, 10.1729992816384, 12.6340002450076, 19.5720009470591, 6.3840015903218, 2.32500632272707, 2.05700533389255, 9.85200104502843, 10.1729992816384, 4.77400389349236, 9.39900392231794, 3.78900184848323, 4.54900360284313, 2.71700735110296, 14.6260019515338, 17.2630024476388, 4.77400389349236, 10.2480019456814, 8.56300366014643, 0.225040865365852, 11.0990005876425, 4.37800422493213, 7.01500158075032, 38.9109997442706, 10.2480019456814, 3.9910013968343, 10.0230005419417, 21.3470005287108, 10.9600006685157, 11.0060011425469, 42.901998722232, 68.2129995983853, 3.9910013968343, 31.636999881466, 17.356001900563, 6.96900110826639, 5.65600320683157, 11.2650004539663, 36.5759999741152, 40.6650008656202, 31.636999881466, 35.1560018147559, 38.6059999194569, 25.9809998038688, 30.1720009835773, 1.42001039504303, 5.50900044655411, 18.7219972346839, 35.1560018147559, 15.2710004768813, 61.1370013215683, 4.98400290135176, 27.3869978568184, 9.76200281603524, 3.45099891430145, 29.7159963728088, 15.2710004768813, 10.8649986627163, 20.2550019252424, 12.1159980309072, 6.56500508589995, 7.41400380650883, 18.8509983852872, 50.2870029087171, 10.8649986627163, 17.9179997520382, 1.25101332839937, 17.4300008031996, 24.2510001665762, 0.93301726490392, 32.3690035640734, 52.7860034416891, 17.9179997520382, 6.49200573164597, 35.3480000639022, 42.1689989241133, 44.178997432767, 25.8769995722762, 46.293998905771, 34.8829961031643, 6.49200573164597, 16.6060033303532, 48.6610034695696, 50.6710016056383, 43.6490024729389, 62.9000018018902, 51.4889985816764, 27.5560003858895, 16.6060033303532, 5.91200403176999, 34.0649991363556, 27.042999588569, 0.0473650381629772, 57.4010012790156, 33.4680025787047, 37.5510029647756, 5.91200403176999, 24.7369998626326, 21.1309975256961, 5.95900109050244, 32.8110051677965, 8.73100479606107, 12.8140036681499, 24.2870032783079, 24.7369998626326, 31.2140047946997, 18.7780008024749, 8.07400620207691, 32.4810033421176, 18.4000024694175, 6.92700320627244, 0.826025046244729, 31.2140047946997, 17.4439931123704, 23.1400001399125, 1.26700514227355, 7.09600311799135, 24.3709952802389, 18.2699971181927, 26.7359930809941, 17.4439931123704, 17.8059926139724, 16.176995396928, 10.3479927822231, 37.5119938710181, 0.46404193091667, 8.93000127724239, 25.0540015474398, 17.8059926139724, 36.878006216831, 7.45800251095583, 19.7060017222414, 58.515999137022, 27.9480062974627, 11.8240058610999, 10.5740067688201, 36.878006216831, 22.9739955865829, 17.1720057107195, 21.6379932600587, 41.2239956298811, 34.7980008346045, 33.5480005944437, 24.0709960520566, 22.9739955865829, 11.6830032149311, 1.33601534461111, 18.2500004756469, 28.621002803852, 45.2310031914493, 35.75399804552, 9.2000026500164, 11.6830032149311, 12.0389983711829, 6.56700017176646, 16.9380002378318, 22.7119987502425, 47.7929958161372, 21.2389988217943, 2.36500901930056, 12.0389983711829, 7.65700262903682, 4.89900561899966, 10.6730011490125, 7.13400511911873, 28.8960005092609, 5.29200145721095, 2.39900740464689, 7.65700262903682, 0.817010060278061, 3.01600459666533, 0.52301540720943, 0.99201808078945, 6.10900209420986, 1.58200621948666, 3.34800475826761, 0.817010060278061, 1.34700656641627, 1.34001120124666, 1.80900481379056, 3.73900496368112, 0.235074475619598, 2.00100378878881, 1.34700656641627, 3.15600563830984, 5.08600214925937, 2.86200254475594, 6.15000339514858, 6.8640015850841, 9.67500204162408, 11.6590023626392, 9.72600161717387, 0.714011905771596, 6.05100155687499, 6.8640015850841, 1.62700519034703, 2.81100700009946, 4.79500236346539, 22.3280008462134, 0.913019122067044, 4.42400079485361, 1.01201723902465, 1.62700519034703, 2.92500315844447, 6.42200311155261, 23.9550002860753, 43.4730009257821, 7.34900138581478, 3.93700247952295, 0.267065213288394, 2.92500315844447, 0.00991755779275156, 21.0300005585114, 40.5480005497743, 1.76501017961701, 3.92800486996609, 0.258034017162199, 1.20501433118192, 0.00991755779275156, 0.815011184969453, 40.5570005882842, 1.77400506105004, 1.23201444267851, 0.557031328296985, 0.39002164688292, 9.87600216226687, 0.815011184969453, 2.39700298055402, 2.58900740761458, 2.04700512562667, 0.655026237958873, 2.00700861974349, 7.47900220588405, 16.7660008295014, 2.39700298055402, 4.89800153575386, 4.44400415077936, 1.74200460925094, 36.7900004337506, 2.58100800823184, 11.8680007619429, 1.96000984950654, 4.89800153575386, 6.53000106230581, 6.64000200427333, 41.6879999335685, 21.9340003299376, 18.39800070713, 8.49000174723704, 1.94000948306086, 6.53000106230581, 19.3900007910048, 35.1580004861732, 15.4040003689765, 9.21100137365418, 10.9000012112927, 17.4500003067182, 18.4080009354992, 19.3900007910048, 0.133064671778829, 34.7940006477417, 10.1790017072827, 9.07600212648211, 17.5830002168117, 18.5409998807183, 18.2040004730457, 0.133064671778829, 0.00416666666666668, 10.3120019582413, 9.20900057640557, 5.41600547908001, 18.5410003488999, 18.203999996197, 12.6340002450076, 0.00416666666666668, 6.9380028838511, 9.20900151902199, 5.41600387632003, 11.7250018621614, 25.1420018425608, 19.5720009470591, 9.39900392231794, 6.9380028838511, 13.1880022909066, 1.52201076586763, 18.6630024792812, 18.1260023158337, 6.3840015903218, 3.78900184848323, 8.56300366014643, 13.1880022909066, 8.33800038495575, 5.47500355244779, 4.93800148325077, 3.87200422435633, 4.54900360284313, 0.225040865365852, 10.0230005419417, 8.33800038495575, 11.3240020788184, 13.2760003769204, 12.2099997954109, 8.35700052103707, 11.0990005876425, 21.3470005287108, 17.356001900563, 11.3240020788184, 10.387001873311, 23.5340011344319, 19.6810001969221, 27.7960001515678, 10.9600006685157, 6.96900110826639, 38.6059999194569, 10.387001873311, 12.6250006875687, 9.29400058625309, 17.4089989880045, 21.3950003155458, 5.65600320683157, 25.9809998038688, 61.1370013215683, 12.6250006875687, 56.1530000325173, 4.78400211837445, 8.77000049389044, 42.7459987887142, 30.1720009835773, 4.98400290135176, 20.2550019252424, 56.1530000325173, 32.3709986507268, 47.3830007402399, 13.4070021428257, 0.440038082133824, 27.3869978568184, 12.1159980309072, 1.25101332839937, 32.3709986507268, 18.6810002205323, 45.7780002571754, 31.9310000277129, 47.6399997540714, 6.56500508589995, 17.4300008031996, 35.3480000639022, 18.6810002205323, 6.82100041812998, 13.2500013102725, 28.9589999335424, 23.8970000856284, 24.2510001665762, 42.1689989241133, 48.6610034695696, 6.82100041812998, 2.01000264021653, 22.1380012725034, 17.0760007219713, 7.52500383300248, 44.178997432767, 50.6710016056383, 34.0649991363556, 2.01000264021653, 7.02200059532505, 15.0660030444268, 9.53500075780071, 40.7570003954488, 43.6490024729389, 27.042999588569, 21.1309975256961, 7.02200059532505, 27.0899966583246, 2.51300739679055, 33.7350008676676, 63.2429964903347, 0.0473650381629772, 5.95900109050244, 18.7780008024749, 27.0899966583246, 26.8520053281568, 6.64500688511655, 36.1530001180358, 38.527000877868, 32.8110051677965, 8.07400620207691, 23.1400001399125, 26.8520053281568, 24.4069980363225, 9.30099673963315, 11.6749961658801, 4.14799918053746, 32.4810033421176, 1.26700514227355, 16.176995396928, 24.4069980363225, 5.8290038695718, 12.7320036218813, 20.2590031140258, 30.001000029368, 7.09600311799135, 10.3479927822231, 7.45800251095583, 5.8290038695718, 27.1640017844047, 26.0880057314005, 35.8300020733253, 51.1780017430385, 37.5119938710181, 19.7060017222414, 17.1720057107195, 27.1640017844047, 38.8099977822618, 8.66600236956985, 24.0140003004438, 43.8030018001538, 58.515999137022, 21.6379932600587, 1.33601534461111, 38.8099977822618, 19.5860027930555, 14.7959987929942, 4.99300558375828, 16.7740031101964, 41.2239956298811, 18.2500004756469, 6.56700017176646, 19.5860027930555, 10.3710030342682, 14.5929996943263, 2.81200336162475, 1.43701235610205, 28.621002803852, 16.9380002378318, 4.89900561899966, 10.3710030342682, 5.77399976388513, 13.1830037888553, 11.8080032070656, 5.08200414861683, 22.7119987502425, 10.6730011490125, 3.01600459666533, 5.77399976388513, 3.53900010297449, 17.5820017198585, 10.855999792529, 5.43000350243269, 7.13400511911873, 0.52301540720943, 1.34001120124666, 3.53900010297449, 0.469020278231725, 7.31700371548153, 1.891007245475, 0.238071897389873, 0.99201808078945, 1.80900481379056, 3.15600563830984, 0.469020278231725, 1.93000480286701, 1.42201309388865, 0.707013010316061, 2.40600735307477, 3.73900496368112, 5.08600214925937, 1.93000480286701, 2.63700762124673, 4.33600244447736, 9.67500204162408, 2.81100700009946, 1.98400410443228, 24.2649997473882, 28.7600008325366, 11.6590023626392, 4.79500236346539, 6.42200311155261, 1.98400410443228, 17.5330000106316, 22.281000439681, 26.776000823917, 42.4729995046732, 22.3280008462134, 23.9550002860753, 21.0300005585114, 17.5330000106316, 19.5180010474683, 9.2430028624898, 24.9399999284409, 58.3080037233465, 43.4730009257821, 40.5480005497743, 40.5570005882842, 19.5180010474683, 38.7830002161943, 5.42200217963628, 38.7900030466593, 43.9020027300462, 1.76501017961701, 1.77400506105004, 2.58900740761458, 38.7830002161943, 0.542015832448478, 77.5730030390501, 82.6850024319488, 63.1069996723838, 1.23201444267851, 2.04700512562667, 4.44400415077936, 0.542015832448478, 2.70200383061915, 83.2270023524594, 63.648999350554, 45.5500005718789, 0.655026237958873, 1.74200460925094, 6.64000200427333, 2.70200383061915, 35.0480005833696, 66.3510000938089, 48.2520009886162, 7.86400228968493, 36.7900004337506, 41.6879999335685, 35.1580004861732, 35.0480005833696, 19.754000626353, 13.2040017878596, 27.1840005730033, 51.6390002751664, 21.9340003299376, 15.4040003689765, 34.7940006477417, 19.754000626353, 24.6149996469341, 7.43000240338011, 31.8850000242904, 36.0650005386044, 9.21100137365418, 10.1790017072827, 10.3120019582413, 24.6149996469341, 1.10300851078713, 7.27000284581143, 11.4500015210665, 13.1900018502903, 9.07600212648211, 9.20900057640557, 9.20900151902199, 1.10300851078713, 14.6250025008908, 10.3470017999585, 12.0870006113613, 4.2150042714733, 5.41600547908001, 5.41600387632003, 1.52201076586763, 14.6250025008908, 17.1410031614498, 2.53800885461482, 10.4100025886276, 19.4540032727895, 11.7250018621614, 18.6630024792812, 5.47500355244779, 17.1410031614498, 0.537016820772812, 6.73100347954436, 2.3130034782815, 4.81200292886149, 18.1260023158337, 4.93800148325077, 13.2760003769204, 0.537016820772812, 1.0660081278205, 2.85000647308033, 5.34900159994866, 61.3080008477538, 3.87200422435633, 12.2099997954109, 23.5340011344319, 1.0660081278205, 3.85300289380233, 6.41500266818312, 62.3740006884859, 75.7140009312028, 8.35700052103707, 19.6810001969221, 9.29400058625309, 3.85300289380233, 8.11500084081074, 66.2270014523311, 79.5670014518709, 46.7840007678193, 27.7960001515678, 17.4089989880045, 4.78400211837445, 8.11500084081074, 3.98600319246938, 71.4520018146311, 38.6690008500939, 18.4250016098304, 21.3950003155458, 8.77000049389044, 47.3830007402399, 3.98600319246938, 33.9759991339698, 34.6830001114663, 14.4390002540507, 21.4540003285731, 42.7459987887142, 13.4070021428257, 45.7780002571754, 33.9759991339698, 13.847000748961, 19.5370001142437, 12.5220000523552, 2.93100758647096, 0.440038082133824, 31.9310000277129, 13.2500013102725, 13.847000748961, 15.7090001863739, 26.3690001395921, 10.9159992540763, 6.07500362073449, 47.6399997540714, 28.9589999335424, 22.1380012725034, 15.7090001863739, 5.06200198950483, 4.793004797105, 21.7840007952116, 44.8779987389021, 23.8970000856284, 17.0760007219713, 15.0660030444268, 5.06200198950483, 24.6010020923557, 16.72200116029, 39.8159982954094, 66.1290018799656, 7.52500383300248, 9.53500075780071, 2.51300739679055, 24.6010020923557, 31.2220004000972, 15.2149974789432, 41.5280000869587, 65.2729952610941, 40.7570003954488, 33.7350008676676, 6.64500688511655, 31.2220004000972, 29.5079958996451, 10.3060014404227, 34.050995127975, 37.0079960745866, 63.2429964903347, 36.1530001180358, 9.30099673963315, 29.5079958996451, 2.37400420582309, 4.54300308908519, 7.50000115740732, 8.10599731998421, 38.527000877868, 11.6749961658801, 12.7320036218813, 2.37400420582309, 7.52700158050163, 5.12600283755586, 10.4799965558367, 22.4059990048226, 4.14799918053746, 20.2590031140258, 26.0880057314005, 7.52700158050163, 9.74199765618148, 2.95300117944009, 14.8789983861443, 24.1869971777479, 30.001000029368, 35.8300020733253, 8.66600236956985, 9.74199765618148, 15.3480001383361, 5.13700441721648, 14.4450002957626, 21.5700004996972, 51.1780017430385, 24.0140003004438, 14.7959987929942, 15.3480001383361, 19.7890019034993, 0.903019103764285, 6.22200151720924, 14.9209987831644, 43.8030018001538, 4.99300558375828, 14.5929996943263, 19.7890019034993, 11.7809989668073, 13.5670026224306, 4.86800562840036, 1.9680073263284, 16.7740031101964, 2.81200336162475, 13.1830037888553, 11.7809989668073, 1.37500631311682, 16.6490031179672, 9.81300060993931, 14.4810001918089, 1.43701235610205, 11.8080032070656, 17.5820017198585, 1.37500631311682, 6.72600303009852, 11.1880012771035, 15.8559995403818, 8.60899936159452, 5.08200414861683, 10.855999792529, 7.31700371548153, 6.72600303009852, 5.4260002875518, 22.5820015012249, 15.3349996505343, 7.07900101815463, 5.43000350243269, 1.891007245475, 1.42201309388865, 5.4260002875518, 2.12900569471706, 20.7609986084536, 1.6530051293165, 11.6600032437065, 0.238071897389873, 0.707013010316061, 2.63700762124673, 2.12900569471706, 1.6990045141159, 0.476038210893944, 9.53100104809975, 13.3320001272868, 2.40600735307477, 4.33600244447736, 1.6990045141159, 7.83200294911072, 11.633000166367, 24.2649997473882, 22.281000439681, 4.4950027703907, 63.1870023193856, 59.7889998478681, 28.7600008325366, 26.776000823917, 9.2430028624898, 4.4950027703907, 15.6969991491987, 58.6920016385737, 55.2939988752508, 49.7819980294068, 42.4729995046732, 24.9399999284409, 5.42200217963628, 15.6969991491987, 33.3680041053609, 39.5970005605154, 34.0849993391464, 33.4980016169059, 58.3080037233465, 38.7900030466593, 77.5730030390501, 33.3680041053609, 5.11200120979288, 0.717019452553827, 0.1300640111919, 6.43500407120924, 43.9020027300462, 82.6850024319488, 83.2270023524594, 5.11200120979288, 19.5780033730706, 4.98200574306537, 11.5470016367682, 52.7380031062951, 63.1069996723838, 63.648999350554, 66.3510000938089, 19.5780033730706, 18.0989995030527, 8.03100420643895, 33.16000010919, 70.7120001387071, 45.5500005718789, 48.2520009886162, 13.2040017878596, 18.0989995030527, 40.3880009416289, 15.0610019766942, 52.6130010347398, 51.59400115284, 7.86400228968493, 27.1840005730033, 7.43000240338011, 40.3880009416289, 24.4550000402478, 12.2250015631828, 11.20600086428, 5.86000238090516, 51.6390002751664, 31.8850000242904, 7.27000284581143, 24.4550000402478, 4.18000238186305, 13.2490009060135, 18.5950007338508, 15.3830005487567, 36.0650005386044, 11.4500015210665, 10.3470017999585, 4.18000238186305, 1.7400047599367, 22.7750013344926, 19.5630001690649, 21.2520006719581, 13.1900018502903, 12.0870006113613, 2.53800885461482, 1.7400047599367, 7.8720008433134, 21.3030003114208, 22.9920000037065, 23.1290004607039, 4.2150042714733, 10.4100025886276, 6.73100347954436, 7.8720008433134, 9.04400158542398, 15.1200010337807, 15.257000538438, 20.8990009985616, 19.4540032727895, 2.3130034782815, 2.85000647308033, 9.04400158542398, 2.4990030692519, 6.21300213819189, 11.8550002744637, 67.7159998596527, 4.81200292886149, 5.34900159994866, 6.41500266818312, 2.4990030692519, 55.9590007425869, 9.35600180220663, 65.2170001407321, 78.0029995282949, 61.3080008477538, 62.3740006884859, 66.2270014523311, 55.9590007425869, 13.3400008033042, 9.25800129542098, 22.0439991120449, 5.92600543209032, 75.7140009312028, 79.5670014518709, 71.4520018146311, 13.3400008033042, 32.7830012108332, 8.70400056028688, 19.2660031055927, 42.541000774314, 46.7840007678193, 38.6690008500939, 34.6830001114663, 32.7830012108332, 20.2440003868348, 13.5169995754066, 9.7580003097495, 11.2880016448262, 18.4250016098304, 14.4390002540507, 19.5370001142437, 20.2440003868348, 7.01500110391324, 10.4860021935188, 8.95600082047147, 30.1149989171005, 21.4540003285731, 12.5220000523552, 26.3690001395921, 7.01500110391324, 15.453001584078, 1.9410089291365, 23.0999988499027, 51.7319987792007, 2.93100758647096, 10.9159992540763, 4.793004797105, 15.453001584078, 16.9909997326932, 7.64699972209926, 36.2789976605368, 69.863996754236, 6.07500362073449, 21.7840007952116, 16.72200116029, 16.9909997326932, 23.0939983312016, 19.287999099562, 52.872997448113, 73.7339975804267, 44.8779987389021, 39.8159982954094, 15.2149974789432, 23.0939983312016, 26.3130038699351, 29.7789999116117, 50.6399995610654, 49.4440005952674, 66.1290018799656, 41.5280000869587, 10.3060014404227, 26.3130038699351, 23.7449954827616, 24.3269965632656, 23.1309970793796, 13.2100003987127, 65.2729952610941, 34.050995127975, 4.54300308908519, 23.7449954827616, 2.95700366801508, 0.614026687933246, 10.5349968566881, 20.8639992451945, 37.0079960745866, 7.50000115740732, 5.12600283755586, 2.95700366801508, 15.6059957344548, 13.4919980519077, 23.8209995099155, 20.3050011601923, 8.10599731998421, 10.4799965558367, 2.95300117944009, 15.6059957344548, 11.9260032303094, 8.21500608062667, 4.69900697427051, 2.03501219333467, 22.4059990048226, 14.8789983861443, 5.13700441721648, 11.9260032303094, 9.30799958981749, 7.22699977774572, 9.89099971795373, 0.453041252567225, 24.1869971777479, 14.4450002957626, 0.903019103764285, 9.30799958981749, 7.12500121832348, 19.1989984018303, 8.85499670783937, 1.31301676241293, 21.5700004996972, 6.22200151720924, 13.5670026224306, 7.12500121832348, 8.69899849543853, 15.9799968139668, 5.81199795351905, 10.3430039978727, 14.9209987831644, 4.86800562840036, 16.6490031179672, 8.69899849543853, 6.83600361968262, 14.5109951539304, 19.0420002727582, 28.6239935264449, 1.9680073263284, 9.81300060993931, 11.1880012771035, 6.83600361968262, 4.66800112716578, 25.878002837631, 35.4599955145739, 26.9490019564768, 14.4810001918089, 15.8559995403818, 22.5820015012249, 4.66800112716578, 7.2470028457625, 30.7919965660162, 22.2810024342722, 7.75000224014305, 8.60899936159452, 15.3349996505343, 20.7609986084536, 7.2470028457625, 22.4139980374293, 29.5280042805811, 0.503015609376998, 31.5779996647753, 7.07900101815463, 1.6530051293165, 0.476038210893944, 22.4139980374293, 10.0070027442792, 21.9110000904425, 9.16400241208881, 19.2850017013255, 11.6600032437065, 9.53100104809975, 7.83200294911072, 10.0070027442792, 3.80100097149998, 0.84302100616354, 9.27799985986177, 4.2660029099775, 13.3320001272868, 11.633000166367, 3.80100097149998, 5.47700340633145, 0.465018820068471, 63.1870023193856, 58.6920016385737, 3.39800517911607, 57.9570008821977, 54.2709964136467, 59.7889998478681, 55.2939988752508, 39.5970005605154, 3.39800517911607, 5.51200261244393, 61.3550036398952, 57.6689988687855, 17.4359980049824, 49.7819980294068, 34.0849993391464, 0.717019452553827, 5.51200261244393, 0.587012773703558, 63.1810000306431, 22.9479984251457, 14.0539982751097, 33.4980016169059, 0.1300640111919, 4.98200574306537, 0.587012773703558, 6.56499994895674, 23.534996770387, 13.4669996985349, 46.3390010765587, 6.43500407120924, 11.5470016367682, 8.03100420643895, 6.56499994895674, 41.191002102829, 6.90200294261945, 39.7740022934423, 74.2880022478602, 52.7380031062951, 33.16000010919, 15.0610019766942, 41.191002102829, 37.5520002769373, 1.41701206886228, 33.0970003843465, 43.3990005678815, 70.7120001387071, 52.6130010347398, 12.2250015631828, 37.5520002769373, 1.01900857206996, 4.45500382069905, 5.84700160668709, 4.21000320825089, 51.59400115284, 11.20600086428, 13.2490009060135, 1.01900857206996, 5.34600229513403, 6.86600270403819, 5.2290007979579, 0.888020038856084, 5.86000238090516, 18.5950007338508, 22.7750013344926, 5.34600229513403, 3.21200354940003, 10.5750014509777, 4.45800213029105, 0.318055383324231, 15.3830005487567, 19.5630001690649, 21.3030003114208, 3.21200354940003, 1.689005269156, 1.24601326964821, 2.89400305290503, 58.1350005275162, 21.2520006719581, 22.9920000037065, 15.1200010337807, 1.689005269156, 0.137063430958492, 1.20501433118192, 56.4460002529673, 93.4299976299723, 23.1290004607039, 15.257000538438, 6.21300213819189, 0.137063430958492, 5.642001736924, 56.3090003235774, 93.2929974532757, 75.4210035718641, 20.8990009985616, 11.8550002744637, 9.35600180220663, 5.642001736924, 55.8610002164308, 87.6509973599361, 69.7790032677112, 59.5859988265185, 67.7159998596527, 65.2170001407321, 9.25800129542098, 55.8610002164308, 12.7859999770067, 13.9180043296605, 3.7250008044718, 16.198002933378, 78.0029995282949, 22.0439991120449, 8.70400056028688, 12.7859999770067, 27.9700015310555, 9.06100274000018, 28.9840014591627, 40.2390007518844, 5.92600543209032, 19.2660031055927, 13.5169995754066, 27.9700015310555, 23.2749980841379, 1.01401706023268, 12.2689998072509, 4.82600381103371, 42.541000774314, 9.7580003097495, 10.4860021935188, 23.2749980841379, 1.53000636019816, 11.0060001888727, 28.1009982337103, 38.9889988583682, 11.2880016448262, 8.95600082047147, 1.9410089291365, 1.53000636019816, 21.1589988996335, 29.6309991973606, 40.5189993139657, 53.2000029966247, 30.1149989171005, 23.0999988499027, 7.64699972209926, 21.1589988996335, 28.6320002726591, 19.3600015071031, 32.0410044518284, 52.5470012154018, 51.7319987792007, 36.2789976605368, 19.287999099562, 28.6320002726591, 33.5849993429379, 3.40900930414408, 23.9150012785027, 43.9780048503345, 69.863996754236, 52.872997448113, 29.7789999116117, 33.5849993429379, 20.8610004771492, 9.66999996430341, 10.3930062063243, 21.012001863845, 73.7339975804267, 50.6399995610654, 24.3269965632656, 20.8610004771492, 1.19600640348057, 10.4679963484357, 0.151058452375032, 0.746017839944463, 49.4440005952674, 23.1309970793796, 0.614026687933246, 1.19600640348057, 9.92099849459688, 1.3470130107314, 0.450023867150524, 20.9609993634141, 13.2100003987127, 10.5349968566881, 13.4919980519077, 9.92099849459688, 10.3290032207771, 10.3710038712706, 11.0400017018095, 21.2860039284046, 20.8639992451945, 23.8209995099155, 8.21500608062667, 10.3290032207771, 3.51600130920443, 0.711022952665071, 10.9570015246601, 11.7150054492403, 20.3050011601923, 4.69900697427051, 7.22699977774572, 3.51600130920443, 2.66400472330677, 14.4730007723055, 8.19900618568584, 21.6560066610515, 2.03501219333467, 9.89099971795373, 19.1989984018303, 2.66400472330677, 10.3440026092069, 5.53500679871185, 18.9920048515949, 9.8440035336427, 0.453041252567225, 8.85499670783937, 15.9799968139668, 10.3440026092069, 10.1680001212913, 29.3360067563529, 20.1880039700249, 4.41800319720833, 1.31301676241293, 5.81199795351905, 14.5109951539304, 10.1680001212913, 4.53100777518663, 30.3560033795341, 5.75000150966164, 10.5509965184945, 10.3430039978727, 19.0420002727582, 25.878002837631, 4.53100777518663, 9.5819940089511, 1.21900838270305, 15.0820013079792, 10.0110033211171, 28.6239935264449, 35.4599955145739, 30.7919965660162, 9.5819940089511, 8.51099497744213, 24.6639945393543, 19.5929951329852, 33.0699964051077, 26.9490019564768, 22.2810024342722, 29.5280042805811, 8.51099497744213, 30.0310023337309, 11.0820022990262, 24.5590022760646, 57.071003264407, 7.75000224014305, 0.503015609376998, 21.9110000904425, 30.0310023337309, 31.0750010422815, 5.472003294787, 27.0400012365538, 43.4570011319228, 31.5779996647753, 9.16400241208881, 0.84302100616354, 31.0750010422815, 10.1210001939204, 4.03500415003974, 12.3820006705449, 15.9490009702835, 19.2850017013255, 9.27799985986177, 5.47700340633145, 10.1210001939204, 5.01200181587743, 2.26100831173456, 5.82800203495841, 8.41800228363169, 4.2660029099775, 0.465018820068471, 5.01200181587743, 10.8400022310034, 3.40600268593508, 57.9570008821977, 61.3550036398952, 3.68600699367509, 25.3439944831344, 5.02400553082787, 54.2709964136467, 57.6689988687855, 63.1810000306431, 3.68600699367509, 40.2330019247415, 29.0299993773372, 8.71000771048583, 96.3399965180973, 17.4359980049824, 22.9479984251457, 23.534996770387, 40.2330019247415, 37.0019953212669, 48.9430087775725, 56.1069947836206, 102.964996506502, 14.0539982751097, 13.4669996985349, 6.90200294261945, 37.0019953212669, 32.8720019120206, 19.1050004509571, 65.963001382818, 65.9630015144154, 46.3390010765587, 39.7740022934423, 1.41701206886228, 32.8720019120206, 34.5140001904731, 33.091000127919, 33.0909998655952, 44.292000208864, 74.2880022478602, 33.0970003843465, 4.45500382069905, 34.5140001904731, 10.3020008883851, 1.42301253599736, 9.77800076569357, 23.665001649147, 43.3990005678815, 5.84700160668709, 6.86600270403819, 10.3020008883851, 1.63700634030749, 0.524033298680123, 13.3630015193472, 10.5740010467751, 4.21000320825089, 5.2290007979579, 10.5750014509777, 1.63700634030749, 6.11700104524665, 15.0000030647558, 12.2110011533848, 2.11200963926893, 0.888020038856084, 4.45800213029105, 1.24601326964821, 6.11700104524665, 4.14000148640077, 18.3280010159098, 8.22900210010053, 31.2149997550921, 0.318055383324231, 2.89400305290503, 1.20501433118192, 4.14000148640077, 55.2410003326158, 12.369001838474, 27.0750001298766, 77.8820030534209, 58.1350005275162, 56.4460002529673, 56.3090003235774, 55.2410003326158, 36.9839975796818, 28.1660009825963, 22.6410030384291, 18.6530046233677, 93.4299976299723, 93.2929974532757, 87.6509973599361, 36.9839975796818, 17.8719945042618, 14.3429959003658, 18.330994125889, 33.6979985620721, 75.4210035718641, 69.7790032677112, 13.9180043296605, 17.8719945042618, 10.1930054597732, 0.45903745603242, 15.8260045768198, 2.5780096640043, 59.5859988265185, 3.7250008044718, 9.06100274000018, 10.1930054597732, 19.9230007713986, 5.6330025022019, 7.61500281839496, 24.806004270432, 16.198002933378, 28.9840014591627, 1.01401706023268, 19.9230007713986, 11.2549999320288, 27.5380026446021, 44.7290041003199, 55.5740054393494, 40.2390007518844, 12.2689998072509, 11.0060001888727, 11.2549999320288, 17.0949998211378, 55.984003377125, 66.8290044176118, 73.9990026912778, 4.82600381103371, 28.1009982337103, 29.6309991973606, 17.0949998211378, 10.8880012855401, 49.7340053234445, 56.9040032958579, 53.6720012084766, 38.9889988583682, 40.5189993139657, 19.3600015071031, 10.8880012855401, 12.6810042550888, 46.0160030323135, 42.7840005996211, 39.4090008372652, 53.2000029966247, 32.0410044518284, 3.40900930414408, 12.6810042550888, 20.5059971274195, 30.1029974028956, 26.7279971509458, 32.1219945590289, 52.5470012154018, 23.9150012785027, 9.66999996430341, 20.5059971274195, 20.0630039727039, 6.22200291234786, 11.6159980617463, 14.7160045977123, 43.9780048503345, 10.3930062063243, 10.4679963484357, 20.0630039727039, 10.6189964839593, 8.44700828088323, 5.34700174551412, 3.7970092720218, 21.012001863845, 0.151058452375032, 1.3470130107314, 10.6189964839593, 0.897005221748921, 15.9659968759546, 14.4160009683582, 19.6899956937342, 0.746017839944463, 0.450023867150524, 10.3710038712706, 0.897005221748921, 21.4110035182179, 13.5190061059777, 18.7929997294818, 34.0870061245519, 20.9609993634141, 11.0400017018095, 0.711022952665071, 21.4110035182179, 10.2460030444795, 2.61801047663716, 12.6760031872437, 17.4690027638434, 21.2860039284046, 10.9570015246601, 14.4730007723055, 10.2460030444795, 22.6720050825825, 2.43000744965455, 7.22300077454753, 4.72700867763212, 11.7150054492403, 8.19900618568584, 5.53500679871185, 22.6720050825825, 13.4570013774806, 29.8950048531971, 17.9450001785554, 0.203080806979032, 21.6560066610515, 18.9920048515949, 29.3360067563529, 13.4570013774806, 9.1480035734134, 31.4020009801125, 13.2540060870672, 24.6760032060039, 9.8440035336427, 20.1880039700249, 30.3560033795341, 9.1480035734134, 24.6060031603992, 4.10600703584181, 15.5280004369557, 57.3359988379523, 4.41800319720833, 5.75000150966164, 1.21900838270305, 24.6060031603992, 16.3009954055638, 9.07800484212457, 32.7299959927562, 58.7649977777327, 10.5509965184945, 15.0820013079792, 24.6639945393543, 16.3009954055638, 5.07100085731131, 16.4290019112278, 42.4640028136744, 48.7030032861565, 10.0110033211171, 19.5929951329852, 11.0820022990262, 5.07100085731131, 13.4770018342869, 47.5350021199887, 53.7740022366219, 62.7660019779555, 33.0699964051077, 24.5590022760646, 5.472003294787, 13.4770018342869, 32.5120013045931, 40.2970013158386, 49.2890006872849, 52.3400004842866, 57.071003264407, 27.0400012365538, 4.03500415003974, 32.5120013045931, 16.4170003456486, 16.777000508388, 19.827999552783, 2.36000796674121, 43.4570011319228, 12.3820006705449, 2.26100831173456, 16.4170003456486, 3.56700234583438, 3.41100438783529, 18.7770008895433, 41.5420002348116, 15.9490009702835, 5.82800203495841, 10.8400022310034, 3.56700234583438, 14.2460013760869, 22.3440011165001, 45.1089999215916, 54.621001084601, 8.41800228363169, 3.40600268593508, 14.2460013760869, 30.8629995249242, 40.3750002149983, 25.3439944831344, 29.0299993773372, 20.3199924926225, 30.085998823681, 69.9389956095603, 5.02400553082787, 8.71000771048583, 48.9430087775725, 20.3199924926225, 105.05000313439, 9.76600824743474, 49.6190034708426, 126.709004539176, 96.3399965180973, 56.1069947836206, 19.1050004509571, 105.05000313439, 46.8580018942367, 55.4310000690616, 21.6590017511856, 54.1050017704631, 102.964996506502, 65.963001382818, 33.091000127919, 46.8580018942367, 0.00416666666666668, 25.1990010475418, 7.24700093841418, 8.24500294488617, 65.9630015144154, 33.0909998655952, 1.42301253599736, 0.00416666666666668, 11.2010009886034, 7.24700213622758, 8.24500189205985, 25.4630019330379, 44.292000208864, 9.77800076569357, 0.524033298680123, 11.2010009886034, 13.8870016626826, 2.95600524756202, 14.2620016462468, 3.92800391629285, 23.665001649147, 13.3630015193472, 15.0000030647558, 13.8870016626826, 2.78900457726618, 0.375046293438853, 9.95900241276676, 14.1320031053272, 10.5740010467751, 12.2110011533848, 18.3280010159098, 2.78900457726618, 10.0989998829836, 7.17000249764792, 11.3430011772659, 60.3249991433838, 2.11200963926893, 8.22900210010053, 12.369001838474, 10.0989998829836, 39.4440004642135, 1.24401534433304, 50.2260000049832, 99.7350045991212, 31.2149997550921, 27.0750001298766, 28.1660009825963, 39.4440004642135, 50.8070031920938, 10.7820011982066, 60.2910043248858, 72.057003262176, 77.8820030534209, 22.6410030384291, 14.3429959003658, 50.8070031920938, 3.98800113907121, 9.48400299023601, 21.2500004084967, 18.082001692554, 18.6530046233677, 18.330994125889, 0.45903745603242, 3.98800113907121, 15.367004959414, 25.237999650298, 22.0700000881435, 36.6979985199556, 33.6979985620721, 15.8260045768198, 5.6330025022019, 15.367004959414, 13.2480017538679, 37.4370045530975, 52.0650026081316, 72.3489992634009, 2.5780096640043, 7.61500281839496, 27.5380026446021, 13.2480017538679, 17.1910023970375, 38.8170017900288, 59.1009980716813, 72.3800051226731, 24.806004270432, 44.7290041003199, 55.984003377125, 17.1910023970375, 10.8450020211231, 41.9099964469623, 55.1890031480104, 55.8409960994768, 55.5740054393494, 66.8290044176118, 49.7340053234445, 10.8450020211231, 7.16999937962272, 44.3440021615293, 44.9959947607895, 39.5169911009539, 73.9990026912778, 56.9040032958579, 46.0160030323135, 7.16999937962272, 3.23200494411325, 37.8259968578988, 32.3469927610332, 30.327995872738, 53.6720012084766, 42.7840005996211, 30.1029974028956, 3.23200494411325, 3.37500257201548, 35.5789952389361, 33.5599978172516, 19.8639992870847, 39.4090008372652, 26.7279971509458, 6.22200291234786, 3.37500257201548, 5.39399880168181, 36.9349980286388, 23.2389987866199, 13.6380017612765, 32.1219945590289, 11.6159980617463, 8.44700828088323, 5.39399880168181, 3.10000890368806, 17.8450021935868, 8.24400434885229, 1.50301753232709, 14.7160045977123, 5.34700174551412, 15.9659968759546, 3.10000890368806, 1.55000102272813, 5.14400056740515, 1.5970055575995, 5.42400680186597, 3.7970092720218, 14.4160009683582, 13.5190061059777, 1.55000102272813, 5.27399609171723, 3.14700106115443, 6.97400026814011, 15.4349986833824, 19.6899956937342, 18.7929997294818, 2.61801047663716, 5.27399609171723, 15.2940069152352, 1.70001478999685, 10.161003967094, 24.3010032168609, 34.0870061245519, 12.6760031872437, 2.43000744965455, 15.2940069152352, 4.79300107866831, 5.13300661711429, 9.0069971185421, 13.9489987421721, 17.4690027638434, 7.22300077454753, 29.8950048531971, 4.79300107866831, 11.9500053040427, 4.21400100707306, 9.15599917805351, 11.7139983692896, 4.72700867763212, 17.9450001785554, 31.4020009801125, 11.9500053040427, 18.1479954734375, 21.1060036301846, 23.6640018316691, 30.5080038039307, 0.203080806979032, 13.2540060870672, 4.10600703584181, 18.1479954734375, 11.4219978302983, 41.8119968751794, 48.6559984083872, 69.010998023787, 24.6760032060039, 15.5280004369557, 9.07800484212457, 11.4219978302983, 41.8079988648556, 37.2340016259383, 57.5890008526372, 79.8040010720391, 57.3359988379523, 32.7299959927562, 16.4290019112278, 41.8079988648556, 26.0350020881794, 15.781003144805, 37.9960024257253, 42.6250023146474, 58.7649977777327, 42.4640028136744, 47.5350021199887, 26.0350020881794, 6.23900171177199, 11.9610018939813, 16.5900006758281, 4.5500030526884, 48.7030032861565, 53.7740022366219, 40.2970013158386, 6.23900171177199, 8.99200059152393, 10.3510015093932, 10.7890003620697, 33.1959996684959, 62.7660019779555, 49.2890006872849, 16.777000508388, 8.99200059152393, 3.05100248656842, 19.7810000613208, 42.1879989774264, 54.6020005544686, 52.3400004842866, 19.827999552783, 3.41100438783529, 3.05100248656842, 22.1880001165693, 45.2389987968502, 57.6530000284952, 88.0120012348561, 2.36000796674121, 18.7770008895433, 22.3440011165001, 22.1880001165693, 22.7649997709599, 35.4650006421159, 65.8240014441311, 94.2230035717067, 41.5420002348116, 45.1089999215916, 30.8629995249242, 22.7649997709599, 9.51200195018746, 43.059002325801, 71.4580041192805, 84.1760065233864, 54.621001084601, 40.3750002149983, 9.51200195018746, 61.9460032404671, 74.6640053958026, 30.085998823681, 9.76600824743474, 39.8529970439862, 125.637998173187, 149.186998483681, 69.9389956095603, 49.6190034708426, 55.4310000690616, 39.8529970439862, 77.0900012188651, 85.7850014803029, 109.334001620533, 106.499001666007, 126.709004539176, 21.6590017511856, 25.1990010475418, 77.0900012188651, 32.4460003667207, 32.2440009733047, 29.4090006918951, 44.424001130856, 54.1050017704631, 7.24700093841418, 7.24700213622758, 32.4460003667207, 0.998009796536793, 3.03700541898192, 11.9780013655773, 33.4769998014351, 8.24500294488617, 8.24500189205985, 2.95600524756202, 0.998009796536793, 17.2180009161431, 10.9800011233939, 32.4789984514708, 8.88400082504945, 25.4630019330379, 14.2620016462468, 0.375046293438853, 17.2180009161431, 10.3340023811371, 15.2609989098299, 8.33400258272078, 9.11300277484344, 3.92800391629285, 9.95900241276676, 7.17000249764792, 10.3340023811371, 4.17300241586415, 2.00000868053672, 1.22100778074422, 52.2749999506414, 14.1320031053272, 11.3430011772659, 1.24401534433304, 4.17300241586415, 48.9819986208228, 5.39400422567531, 48.1019994632983, 152.29399692491, 60.3249991433838, 50.2260000049832, 10.7820011982066, 48.9819986208228, 49.5090047682284, 0.880018889099629, 103.311998451332, 122.571001194498, 99.7350045991212, 60.2910043248858, 9.48400299023601, 49.5090047682284, 11.7659995780981, 53.8029940970933, 73.0619965787718, 61.9069979611027, 72.057003262176, 21.2500004084967, 25.237999650298, 11.7659995780981, 3.16800200765193, 61.2959979028629, 50.1409990134549, 42.7080005896127, 18.082001692554, 22.0700000881435, 37.4370045530975, 3.16800200765193, 14.6279989454714, 53.3089984335796, 45.8759996399014, 52.3239978293588, 36.6979985199556, 52.0650026081316, 38.8170017900288, 14.6279989454714, 20.2839970099822, 31.2480016542239, 37.6959993757857, 39.0130009332896, 72.3489992634009, 59.1009980716813, 41.9099964469623, 20.2839970099822, 13.279007611713, 17.4120035605538, 18.729004369732, 17.1410074825674, 72.3800051226731, 55.1890031480104, 44.3440021615293, 13.279007611713, 0.652006111598212, 5.45000013376801, 3.86200175940237, 5.00499309278289, 55.8409960994768, 44.9959947607895, 37.8259968578988, 0.652006111598212, 5.47900549058074, 3.21001212229715, 4.35299882032761, 17.3320017341014, 39.5169911009539, 32.3469927610332, 35.5789952389361, 5.47900549058074, 2.01900149181738, 9.83200249819773, 22.8110050192143, 20.5750130508271, 30.327995872738, 33.5599978172516, 36.9349980286388, 2.01900149181738, 13.6959997793101, 24.8300025302536, 22.5940097836113, 16.4389964174213, 19.8639992870847, 23.2389987866199, 17.8450021935868, 13.6959997793101, 9.6009988289352, 36.2900090233211, 2.74299938044391, 23.9030006042448, 13.6380017612765, 8.24400434885229, 5.14400056740515, 9.6009988289352, 6.74099860217871, 6.85800424049554, 14.3020025600719, 14.7160045977123, 1.50301753232709, 1.5970055575995, 3.14700106115443, 6.74099860217871, 3.82700574724145, 7.56100693480966, 7.97500719198563, 3.319005474962, 5.42400680186597, 6.97400026814011, 1.70001478999685, 3.82700574724145, 8.46099956110549, 4.1480068099243, 0.50802032217488, 1.64901260341474, 15.4349986833824, 10.161003967094, 5.13300661711429, 8.46099956110549, 14.1400000035491, 8.96900370569863, 10.1100014689623, 5.5310013688544, 24.3010032168609, 9.0069971185421, 4.21400100707306, 14.1400000035491, 4.942003099259, 24.2500007159221, 8.60900216797949, 15.8830005132285, 13.9489987421721, 9.15599917805351, 21.1060036301846, 4.942003099259, 2.55800205071927, 13.5510037836094, 10.9409988707896, 27.6909987043512, 11.7139983692896, 23.6640018316691, 41.8119968751794, 2.55800205071927, 6.84400303836443, 8.38300149115613, 25.1329997655508, 39.0120014826174, 30.5080038039307, 48.6559984083872, 37.2340016259383, 6.84400303836443, 20.3549999686945, 18.2889985994118, 32.1679995374288, 44.7029995033559, 69.010998023787, 57.5890008526372, 15.781003144805, 20.3549999686945, 22.2150005433399, 11.8130011950032, 24.3479999292742, 12.958001522904, 79.8040010720391, 37.9960024257253, 11.9610018939813, 22.2150005433399, 4.62900158533778, 2.1330075594453, 9.25700090721118, 35.5390019533524, 42.6250023146474, 16.5900006758281, 10.3510015093932, 4.62900158533778, 21.1399998002708, 13.8860009298255, 40.168001391033, 82.2149984564065, 4.5500030526884, 10.7890003620697, 19.7810000613208, 21.1399998002708, 22.4069999754164, 19.0280026976763, 61.0749989977203, 100.336008244929, 33.1959996684959, 42.1879989774264, 45.2389987968502, 22.4069999754164, 12.414002164099, 38.6679997165569, 77.9290085952773, 97.8940049991234, 54.6020005544686, 57.6530000284952, 35.4650006421159, 12.414002164099, 30.3590014455982, 65.5150072840374, 85.4800034584843, 101.260994128969, 88.0120012348561, 65.8240014441311, 43.059002325801, 30.3590014455982, 28.3990023808594, 55.1210025122293, 70.9019929202819, 70.8320009775245, 94.2230035717067, 71.4580041192805, 61.9460032404671, 28.3990023808594, 12.7180030018767, 42.5029911311242, 42.4329988617974, 47.9100040244786, 84.1760065233864, 74.6640053958026, 12.7180030018767, 29.7149969221448, 35.1920015894362, 125.637998173187, 85.7850014803029, 23.5490006318308, 20.3170003395177, 21.0940011625435, 149.186998483681, 109.334001620533, 32.2440009733047, 23.5490006318308, 2.83500310006964, 3.23200572257801, 2.45500345957146, 1.01701726912337, 106.499001666007, 29.4090006918951, 3.03700541898192, 2.83500310006964, 15.0150009214483, 0.380045798815528, 3.85200249002953, 7.09000164758918, 44.424001130856, 11.9780013655773, 10.9800011233939, 15.0150009214483, 21.4989990457333, 11.1630016620484, 7.92500223974719, 12.6970018708795, 33.4769998014351, 32.4789984514708, 15.2609989098299, 21.4989990457333, 23.5949996812526, 29.4240003764093, 34.1959993993549, 60.9619992243, 8.88400082504945, 8.33400258272078, 2.00000868053672, 23.5949996812526, 0.779010471746724, 10.6010014698394, 37.3669998584651, 84.462999549419, 9.11300277484344, 1.22100778074422, 5.39400422567531, 0.779010471746724, 53.4960004521825, 36.5880007720492, 83.684000118989, 148.237001536185, 52.2749999506414, 48.1019994632983, 0.880018889099629, 53.4960004521825, 104.191997611389, 30.1880003004415, 94.7410012207745, 144.081997038219, 152.29399692491, 103.311998451332, 53.8029940970933, 104.191997611389, 19.259003136274, 9.45099823588653, 39.8899996072608, 44.6930088113041, 122.571001194498, 73.0619965787718, 61.2959979028629, 19.259003136274, 11.1549995574731, 20.6309975456077, 25.4340060786019, 10.3910081405089, 61.9069979611027, 50.1409990134549, 53.3089984335796, 11.1549995574731, 7.43299982506679, 36.5890049910914, 21.5460056519081, 10.6900040654573, 42.7080005896127, 45.8759996399014, 31.2480016542239, 7.43299982506679, 6.44799939311527, 28.9790045053427, 18.1230015776128, 17.4830027020124, 52.3239978293588, 37.6959993757857, 17.4120035605538, 6.44799939311527, 1.31700793390858, 11.6750045387904, 11.0350044487476, 5.62199710662385, 39.0130009332896, 18.729004369732, 5.45000013376801, 1.31700793390858, 1.58800290286766, 9.71800410582548, 4.30499469217342, 5.4760010952051, 17.1410074825674, 3.86200175940237, 3.21001212229715, 1.58800290286766, 1.14299770688195, 5.89299305836542, 3.88800272093351, 9.97500784397667, 5.00499309278289, 4.35299882032761, 9.83200249819773, 1.14299770688195, 12.9790045750652, 5.0309940514183, 11.1179969965865, 19.9049920221012, 17.3320017341014, 22.8110050192143, 24.8300025302536, 12.9790045750652, 2.23599631383088, 24.097000842538, 32.8839953201274, 47.829002743354, 20.5750130508271, 22.5940097836113, 36.2900090233211, 2.23599631383088, 39.0330049831323, 30.6480031909797, 45.5930101391227, 64.2320101579828, 16.4389964174213, 2.74299938044391, 6.85800424049554, 39.0330049831323, 21.1600040723435, 6.56000783449649, 25.1990054714332, 30.1559988056905, 23.9030006042448, 14.3020025600719, 7.56100693480966, 21.1600040723435, 0.414022431764128, 4.03900576320859, 8.99599553280666, 1.8710038469296, 14.7160045977123, 7.97500719198563, 4.1480068099243, 0.414022431764128, 4.65600772375277, 8.5819951259967, 1.45699906087147, 3.89400928019534, 3.319005474962, 0.50802032217488, 8.96900370569863, 4.65600772375277, 1.14100644816327, 6.11300180243343, 0.762012429302184, 9.44500153295127, 1.64901260341474, 10.1100014689623, 24.2500007159221, 1.14100644816327, 15.6409993953193, 1.90300900093053, 10.5859993551597, 26.5630041936214, 5.5310013688544, 8.60900216797949, 13.5510037836094, 15.6409993953193, 24.4920009342581, 5.05500373961775, 10.9220054944838, 31.1330037925066, 15.8830005132285, 10.9409988707896, 8.38300149115613, 24.4920009342581, 16.7500005182421, 13.5699971595017, 6.64100396214437, 20.1370018997474, 27.6909987043512, 25.1329997655508, 18.2889985994118, 16.7500005182421, 13.8790022428769, 10.1089990623626, 3.38700360049982, 13.8010037604015, 39.0120014826174, 32.1679995374288, 11.8130011950032, 13.8790022428769, 12.5350005399175, 10.4920022345336, 0.0781103261443128, 11.0900017180622, 44.7029995033559, 24.3479999292742, 2.1330075594453, 12.5350005399175, 11.3900001517692, 12.6130003388482, 1.44500570211788, 29.797001467656, 12.958001522904, 9.25700090721118, 13.8860009298255, 11.3900001517692, 26.2820018256465, 9.94500144053665, 18.4070019669512, 68.7700007102155, 35.5390019533524, 40.168001391033, 19.0280026976763, 26.2820018256465, 42.0469972767614, 7.87500220458523, 42.4879991667084, 83.4610063725654, 82.2149984564065, 61.0749989977203, 38.6679997165569, 42.0469972767614, 39.2610094374072, 0.441041257762859, 41.4140093038426, 78.1790087059554, 100.336008244929, 77.9290085952773, 65.5150072840374, 39.2610094374072, 19.9649967726794, 2.15300794159879, 38.9179994906254, 61.9219973506832, 97.8940049991234, 85.4800034584843, 55.1210025122293, 19.9649967726794, 15.78099115065, 18.9530038456959, 41.9570009393136, 48.5079959633708, 101.260994128969, 70.9019929202819, 42.5029911311242, 15.78099115065, 0.0701159777384924, 26.1760107950811, 32.7270052701242, 20.1330117265784, 70.8320009775245, 42.4329988617974, 29.7149969221448, 0.0701159777384924, 5.47700658979177, 32.7969975996631, 20.2030033593541, 6.37900052433861, 47.9100040244786, 35.1920015894362, 5.47700658979177, 14.7259991037476, 0.902002421552847, 20.3170003395177, 3.23200572257801, 0.777011599045808, 10.2650002352944, 17.7540006879534, 21.0940011625435, 2.45500345957146, 0.380045798815528, 0.777011599045808, 3.47200262222933, 9.48800079219907, 16.9769997941496, 33.9230008474733, 1.01701726912337, 3.85200249002953, 11.1630016620484, 3.47200262222933, 3.23800164324075, 13.5050004462987, 30.4510004986894, 9.32500071737222, 7.09000164758918, 7.92500223974719, 29.4240003764093, 3.23800164324075, 4.77200117819102, 27.2130018891919, 6.08700131926942, 2.89700535191546, 12.6970018708795, 34.1959993993549, 10.6010014698394, 4.77200117819102, 26.7660001183191, 10.8590008510956, 1.87500462962391, 21.1080006241254, 60.9619992243, 37.3669998584651, 36.5880007720492, 26.7660001183191, 47.0959999020286, 28.6410004001692, 5.65800152657958, 53.2040017530089, 84.462999549419, 83.684000118989, 30.1880003004415, 47.0959999020286, 64.5530015382804, 52.7540000391786, 6.10800313016187, 69.0660021434597, 148.237001536185, 94.7410012207745, 9.45099823588653, 64.5530015382804, 49.3409959645041, 58.4449999918746, 4.51300241173633, 55.1129992774117, 144.081997038219, 39.8899996072608, 20.6309975456077, 49.3409959645041, 4.80301084051889, 44.8279956875758, 5.77200467773486, 27.1120001520666, 44.6930088113041, 25.4340060786019, 36.5890049910914, 4.80301084051889, 15.0429998446276, 0.969012057091038, 22.3089908676213, 36.4440007205184, 10.3910081405089, 21.5460056519081, 28.9790045053427, 15.0429998446276, 10.856003607226, 37.3519902108912, 51.4869996803158, 38.3259892225166, 10.6900040654573, 18.1230015776128, 11.6750045387904, 10.856003607226, 0.640012952885708, 62.3430025978132, 49.1819917536471, 7.55699387450557, 17.4830027020124, 11.0350044487476, 9.71800410582548, 0.640012952885708, 5.41301124720124, 49.8219913152597, 8.19699202578975, 20.9030007084856, 5.62199710662385, 4.30499469217342, 5.89299305836542, 5.41301124720124, 9.78099148807837, 13.6100018859658, 15.4899907947727, 31.9619985290196, 5.4760010952051, 3.88800272093351, 5.0309940514183, 9.78099148807837, 6.08700704131398, 5.70900267479582, 22.1810077766047, 34.7310033074908, 9.97500784397667, 11.1179969965865, 24.097000842538, 6.08700704131398, 8.78699592196869, 16.0940028487513, 28.6439974954325, 57.892998041582, 19.9049920221012, 32.8839953201274, 30.6480031909797, 8.78699592196869, 14.9450079050519, 19.8570031326075, 49.106002984389, 68.1890032453255, 47.829002743354, 45.5930101391227, 6.56000783449649, 14.9450079050519, 18.6390004046849, 34.1609959916129, 53.2439958295374, 32.454994736589, 64.2320101579828, 25.1990054714332, 4.03900576320859, 18.6390004046849, 4.95699485420065, 34.6049962292328, 13.8159948909929, 4.56600569434492, 30.1559988056905, 8.99599553280666, 8.5819951259967, 4.95699485420065, 7.12500121832348, 8.85900311938204, 9.52299590665344, 6.16800208228455, 1.8710038469296, 1.45699906087147, 6.11300180243343, 7.12500121832348, 5.3509995470356, 2.39800223495086, 0.957009802962914, 7.97300175024164, 3.89400928019534, 0.762012429302184, 1.90300900093053, 5.3509995470356, 8.68299965694514, 6.30800140946357, 13.3239981490564, 30.5740018800949, 9.44500153295127, 10.5859993551597, 5.05500373961775, 8.68299965694514, 15.9770055481984, 4.64100258114402, 21.8910030515646, 46.3480037620328, 26.5630041936214, 10.9220054944838, 13.5699971595017, 15.9770055481984, 20.2109989646529, 5.91400058574231, 30.3709986683856, 37.3629975197143, 31.1330037925066, 6.64100396214437, 10.1089990623626, 20.2109989646529, 13.4959990257631, 10.1600015561828, 17.1519990259933, 16.3470011841068, 20.1370018997474, 3.38700360049982, 10.4920022345336, 13.4959990257631, 10.4140022983903, 3.65600488598862, 2.85100478423911, 14.0900013847462, 13.8010037604015, 0.0781103261443128, 12.6130003388482, 10.4140022983903, 11.1680000448485, 7.56300202087388, 3.6760010491576, 11.320000274817, 11.0900017180622, 1.44500570211788, 9.94500144053665, 11.1680000448485, 28.3520014963564, 7.49200289712003, 0.152056571963229, 34.230999500095, 29.797001467656, 18.4070019669512, 7.87500220458523, 28.3520014963564, 50.3629991347621, 28.5040012728336, 5.87899927927081, 77.7730028477397, 68.7700007102155, 42.4879991667084, 0.441041257762859, 50.3629991347621, 40.9730074140088, 44.4840015499456, 27.4100039788023, 81.5980074149123, 83.4610063725654, 41.4140093038426, 2.15300794159879, 40.9730074140088, 36.7649996257577, 13.5630048200734, 40.6250002136752, 62.3709872168289, 78.1790087059554, 38.9179994906254, 18.9530038456959, 36.7649996257577, 23.0039981800842, 3.86000510804541, 25.605987887833, 37.0820012006035, 61.9219973506832, 41.9570009393136, 26.1760107950811, 23.0039981800842, 6.55099619812113, 2.60199641832944, 14.0780035462917, 16.8789988312973, 48.5079959633708, 32.7270052701242, 32.7969975996631, 6.55099619812113, 12.5939948298865, 7.52701036314918, 10.3280037701748, 0.957018873417984, 20.1330117265784, 20.2030033593541, 14.7259991037476, 12.5939948298865, 13.8240057548866, 22.9219978277121, 11.636994154148, 6.12100503358336, 6.37900052433861, 0.902002421552847, 13.8240057548866, 25.460999217027, 19.9450077594432, 10.2650002352944, 9.48800079219907, 7.48900147954186, 5.33400316853772, 12.8350004371109, 17.7540006879534, 16.9769997941496, 13.5050004462987, 7.48900147954186, 16.9460015651045, 2.15500683548643, 5.34600038778598, 24.7700030660049, 33.9230008474733, 30.4510004986894, 27.2130018891919, 16.9460015651045, 21.1260017689266, 11.6000037854655, 7.82400242173355, 4.27900338589433, 9.32500071737222, 6.08700131926942, 10.8590008510956, 21.1260017689266, 8.98400021854327, 28.950003269981, 25.4050010283324, 18.6000003611885, 2.89700535191546, 1.87500462962391, 28.6410004001692, 8.98400021854327, 22.9830001793304, 34.3890004438097, 9.61600107819602, 97.0439988971611, 21.1080006241254, 5.65800152657958, 52.7540000391786, 22.9830001793304, 58.8620015665404, 13.3670009249635, 74.0609990338342, 116.267999798368, 53.2040017530089, 6.10800313016187, 58.4449999918746, 58.8620015665404, 62.958000320984, 15.1989986398122, 57.4059983811939, 91.3560029976552, 69.0660021434597, 4.51300241173633, 44.8279956875758, 62.958000320984, 50.5999986456736, 5.5520050801243, 28.3980029301866, 64.9999926376995, 55.1129992774117, 5.77200467773486, 0.969012057091038, 50.5999986456736, 21.3399967446646, 22.2019966315711, 14.399994499301, 32.6269994334759, 27.1120001520666, 22.3089908676213, 37.3519902108912, 21.3399967446646, 14.1350103797424, 6.94000494300594, 11.2870033325519, 31.5270086073149, 36.4440007205184, 51.4869996803158, 62.3430025978132, 14.1350103797424, 13.1610114017535, 2.84801329802225, 17.3919987901276, 13.5170148341942, 38.3259892225166, 49.1819917536471, 49.8219913152597, 13.1610114017535, 41.6250002085419, 30.5530096014323, 0.35602719017293, 55.1609957981337, 7.55699387450557, 8.19699202578975, 13.6100018859658, 41.6250002085419, 29.0999911430275, 41.2689976130645, 13.5359961246926, 37.1189961342189, 20.9030007084856, 15.4899907947727, 5.70900267479582, 29.0999911430275, 16.4720082784531, 15.5639964767943, 8.01900590427513, 31.4560018336556, 31.9619985290196, 22.1810077766047, 16.0940028487513, 16.4720082784531, 12.5499961140412, 8.45300498352673, 14.9839941095953, 49.2959979718099, 34.7310033074908, 28.6439974954325, 19.8570031326075, 12.5499961140412, 29.2490008460977, 2.43400524065427, 36.7460024334969, 58.4540026773758, 57.892998041582, 49.106002984389, 34.1609959916129, 29.2490008460977, 19.0830006379897, 7.49700396368946, 29.2050021282831, 20.029000195412, 68.1890032453255, 53.2439958295374, 34.6049962292328, 19.0830006379897, 20.7890018823989, 10.1220033631346, 0.946008321534553, 37.5069966176618, 32.454994736589, 13.8159948909929, 8.85900311938204, 20.7890018823989, 18.3819966270165, 21.7350014091144, 16.7179952091757, 30.3779989235536, 4.56600569434492, 9.52299590665344, 2.39800223495086, 18.3819966270165, 3.35499831489026, 1.6640118981619, 11.9960029208863, 13.0459989503903, 6.16800208228455, 0.957009802962914, 6.30800140946357, 3.35499831489026, 7.01600007758349, 15.3509990557481, 9.69100278782335, 26.8020026008793, 7.97300175024164, 13.3239981490564, 4.64100258114402, 7.01600007758349, 17.2500043179178, 2.67500954187753, 19.786003551515, 36.1060032884544, 30.5740018800949, 21.8910030515646, 5.91400058574231, 17.2500043179178, 24.4570010873532, 2.53600614395236, 18.8559994532803, 42.8640007254624, 46.3480037620328, 30.3709986683856, 10.1600015561828, 24.4570010873532, 6.9919999139837, 5.60100483914504, 18.4070000596026, 27.5869995688364, 37.3629975197143, 17.1519990259933, 3.65600488598862, 6.9919999139837, 0.805009181075214, 11.4150024364304, 20.5950006885173, 20.641001588779, 16.3470011841068, 2.85100478423911, 7.56300202087388, 0.805009181075214, 11.2389991854462, 21.3999994761229, 21.4459995502712, 22.7579992293492, 14.0900013847462, 3.6760010491576, 7.49200289712003, 11.2389991854462, 7.64400118900948, 10.207002433324, 11.5190008069916, 8.64400206186354, 11.320000274817, 0.152056571963229, 28.5040012728336, 7.64400118900948, 34.3829987189582, 3.87500448028415, 1.00000868051788, 29.1869999158073, 34.230999500095, 5.87899927927081, 44.4840015499456, 34.3829987189582, 71.8940049425184, 35.3829989571542, 5.19600081613052, 60.1989977859539, 77.7730028477397, 27.4100039788023, 13.5630048200734, 71.8940049425184, 54.1880037002324, 77.0900041924909, 11.6950080664633, 42.8089908840639, 81.5980074149123, 40.6250002136752, 3.86000510804541, 54.1880037002324, 21.7459873376562, 65.8830111277721, 11.37901382438, 20.8589943625816, 62.3709872168289, 25.605987887833, 2.60199641832944, 21.7459873376562, 11.4760139400024, 33.125000524109, 0.887003194643011, 17.7970133046086, 37.0820012006035, 14.0780035462917, 7.52701036314918, 11.4760139400024, 2.80099797214243, 12.3630079960758, 6.32100051879618, 10.3439958190008, 16.8789988312973, 10.3280037701748, 22.9219978277121, 2.80099797214243, 11.2850044313209, 3.52000920458533, 7.54300041838758, 13.0039991377938, 0.957018873417984, 11.636994154148, 25.460999217027, 11.2850044313209, 5.51599278464456, 18.8280038517774, 24.28900182223, 34.0700078337904, 6.12100503358336, 19.9450077594432, 5.51599278464456, 29.8049932582713, 39.5859987544397, 5.33400316853772, 2.15500683548643, 7.50099870058836, 0.887010823953366, 0.662026880825871, 12.8350004371109, 5.34600038778598, 11.6000037854655, 7.50099870058836, 19.4240040479726, 8.38800065068845, 8.16299926286567, 7.77600130186699, 24.7700030660049, 7.82400242173355, 28.950003269981, 19.4240040479726, 3.54500443231612, 27.5870024298592, 27.2000029894261, 31.6620031118029, 4.27900338589433, 25.4050010283324, 34.3890004438097, 3.54500443231612, 44.0050003117039, 23.6550014205753, 28.1170008885638, 28.1170011972936, 18.6000003611885, 9.61600107819602, 13.3670009249635, 44.0050003117039, 87.4279986420737, 15.8880006273254, 15.8880000809662, 105.748997852466, 97.0439988971611, 74.0609990338342, 15.1989986398122, 87.4279986420737, 42.2070009380881, 103.315998245432, 18.3209996193114, 108.375999610877, 116.267999798368, 57.4059983811939, 5.5520050801243, 42.2070009380881, 33.9500048333231, 23.8860023137461, 66.1689988494494, 63.5129931322341, 91.3560029976552, 28.3980029301866, 22.2019966315711, 33.9500048333231, 36.6019899832545, 32.2189946794721, 29.5629885748792, 13.9460003903889, 64.9999926376995, 14.399994499301, 6.94000494300594, 36.6019899832545, 18.2270054811298, 7.03900393126007, 22.6559909837321, 42.087997849019, 32.6269994334759, 11.2870033325519, 2.84801329802225, 18.2270054811298, 20.2400059220451, 40.8829960301223, 60.3150025853266, 62.4570010103909, 31.5270086073149, 17.3919987901276, 30.5530096014323, 20.2400059220451, 30.9090121216625, 80.555008150089, 82.6970063305541, 109.05400101369, 13.5170148341942, 0.35602719017293, 41.2689976130645, 30.9090121216625, 54.8049928341711, 51.7879947199999, 78.1449891247546, 104.234993147514, 55.1609957981337, 13.5359961246926, 15.5639964767943, 54.8049928341711, 23.5830005511908, 23.3399970817258, 49.4300004807889, 66.9769976346983, 37.1189961342189, 8.01900590427513, 8.45300498352673, 23.5830005511908, 23.4369968303393, 25.847000793758, 43.3939973924233, 69.8979990581923, 31.4560018336556, 14.9839941095953, 2.43400524065427, 23.4369968303393, 34.3120043423444, 19.9570016023477, 46.4610025366888, 58.125004113383, 49.2959979718099, 36.7460024334969, 7.49700396368946, 34.3120043423444, 21.7080005829836, 12.1489996895138, 23.8130000898719, 8.11400055273497, 58.4540026773758, 29.2050021282831, 10.1220033631346, 21.7080005829836, 9.17600344844759, 2.10500778978069, 13.5940024085773, 51.590004303806, 20.029000195412, 0.946008321534553, 21.7350014091144, 9.17600344844759, 38.4529955260376, 4.41800319720833, 42.4140016695062, 66.2070009946466, 37.5069966176618, 16.7179952091757, 1.6640118981619, 38.4529955260376, 13.6600042975818, 3.96101054755368, 27.7540057448966, 15.8770076242368, 30.3779989235536, 11.9960029208863, 15.3509990557481, 13.6600042975818, 25.0420001635344, 14.094003001828, 2.21700678409513, 28.8420034705908, 13.0459989503903, 9.69100278782335, 2.67500954187753, 25.0420001635344, 17.1110005683436, 27.2590033224415, 3.80000533611202, 42.0219997722742, 26.8020026008793, 19.786003551515, 2.53600614395236, 17.1110005683436, 16.320000226721, 13.3109983135456, 24.9109996465585, 54.9100006404232, 36.1060032884544, 18.8559994532803, 5.60100483914504, 16.320000226721, 24.0080016890839, 8.59100162412003, 38.5900008543682, 42.6250012417638, 42.8640007254624, 18.4070000596026, 11.4150024364304, 24.0080016890839, 9.18000029709577, 14.5820004924955, 18.6169999732208, 15.6810008630025, 27.5869995688364, 20.5950006885173, 21.3999994761229, 9.18000029709577, 0.0461888009295851, 9.4370019951341, 6.50100173962235, 5.93200308690413, 20.641001588779, 21.4459995502712, 10.207002433324, 0.0461888009295851, 1.31200593724773, 6.45500261326573, 5.88600115434541, 5.99200252354084, 22.7579992293492, 11.5190008069916, 3.87500448028415, 1.31200593724773, 2.87500301932209, 4.5740041541877, 4.68000215999486, 4.12500468558873, 8.64400206186354, 1.00000868051788, 35.3829989571542, 2.87500301932209, 30.1869996085433, 7.55500260313842, 7.00000171691633, 10.5230014133139, 29.1869999158073, 5.19600081613052, 77.0900041924909, 30.1869996085433, 65.3949967758068, 37.1870002646807, 19.6639999989392, 1.71800861003749, 60.1989977859539, 11.6950080664633, 65.8830111277721, 65.3949967758068, 54.5039979619989, 85.0589964046682, 67.1129952770475, 51.6059955146392, 42.8089908840639, 11.37901382438, 33.125000524109, 54.5039979619989, 32.2380068610615, 121.616993093192, 106.109993062764, 65.2229922095402, 20.8589943625816, 0.887003194643011, 12.3630079960758, 32.2380068610615, 18.6840062019029, 138.347999698243, 97.4609986242232, 64.805008202468, 17.7970133046086, 6.32100051879618, 3.52000920458533, 18.6840062019029, 4.02299715285122, 116.145004421939, 83.4890137758474, 80.3090059534836, 10.3439958190008, 7.54300041838758, 18.8280038517774, 4.02299715285122, 5.46100012471066, 87.5120088653777, 84.332000835355, 70.2109987824268, 13.0039991377938, 24.28900182223, 29.8049932582713, 5.46100012471066, 9.78100674686605, 89.7929994609241, 75.6719971850254, 40.449005556163, 34.0700078337904, 39.5859987544397, 9.78100674686605, 85.4530031328531, 50.2300111591442, 0.887010823953366, 8.38800065068845, 0.22503895834418, 0.700013163609748, 4.67500295066633, 0.662026880825871, 8.16299926286567, 27.5870024298592, 0.22503895834418, 0.387021560025552, 0.475036929741897, 4.90000139007204, 13.8080008682235, 7.77600130186699, 27.2000029894261, 23.6550014205753, 0.387021560025552, 4.46200183862861, 5.28700203251484, 14.194999352672, 14.3180000986459, 31.6620031118029, 28.1170008885638, 15.8880006273254, 4.46200183862861, 0.00416666666666668, 9.73300063169836, 9.85599987365816, 90.6990015036704, 28.1170011972936, 15.8880000809662, 103.315998245432, 0.00416666666666668, 121.636997294265, 9.85600075439632, 90.6990014079632, 187.863994690802, 105.748997852466, 18.3209996193114, 23.8860023137461, 121.636997294265, 90.0550004015675, 30.9379964718028, 66.226997506561, 57.047005004037, 108.375999610877, 66.1689988494494, 32.2189946794721, 90.0550004015675, 2.65600912764724, 23.8280036582887, 33.0079958684522, 53.0729983739926, 63.5129931322341, 29.5629885748792, 7.03900393126007, 2.65600912764724, 15.6169896915827, 30.3519903180863, 50.4169923596752, 84.6319963599217, 13.9460003903889, 22.6559909837321, 40.8829960301223, 15.6169896915827, 19.4320072826518, 34.8000035506403, 69.0150071448208, 100.434005910166, 42.087997849019, 60.3150025853266, 80.555008150089, 19.4320072826518, 2.14200234356197, 49.5830005332479, 81.0019990085319, 97.4849969737444, 62.4570010103909, 82.6970063305541, 51.7879947199999, 2.14200234356197, 26.3569949582517, 78.8600008305026, 95.3429985956842, 110.42299667822, 109.05400101369, 78.1449891247546, 23.3399970817258, 26.3569949582517, 26.0900043000009, 68.9860041273938, 84.0660019953487, 93.0240041691744, 104.234993147514, 49.4300004807889, 25.847000793758, 26.0900043000009, 17.5469975650157, 57.9759982242581, 66.9340001449471, 80.800999856281, 66.9769976346983, 43.3939973924233, 19.9570016023477, 17.5469975650157, 26.5040019449503, 49.3870032964783, 63.2540027083393, 61.1060030917318, 69.8979990581923, 46.4610025366888, 12.1489996895138, 26.5040019449503, 11.6640022090614, 36.7500014260855, 34.6020014410541, 9.11700248409067, 58.125004113383, 23.8130000898719, 2.10500778978069, 11.6640022090614, 15.6990018651926, 22.938000482213, 20.7810024623937, 64.1329996908708, 8.11400055273497, 13.5940024085773, 4.41800319720833, 15.6990018651926, 37.9960024257253, 5.08200414861683, 48.4339982871346, 65.8440020336899, 51.590004303806, 42.4140016695062, 3.96101054755368, 37.9960024257253, 23.7929996324147, 10.4379975739054, 27.8479998844659, 5.84000694007538, 66.2070009946466, 27.7540057448966, 14.094003001828, 23.7929996324147, 11.8769996322383, 4.05500458658161, 29.6330035277987, 72.8470041750905, 15.8770076242368, 2.21700678409513, 27.2590033224415, 11.8769996322383, 31.0590060167906, 17.7560053112561, 60.9700051777746, 78.8070032415393, 28.8420034705908, 3.80000533611202, 13.3109983135456, 31.0590060167906, 38.2219965344819, 29.9109998785213, 47.7479974657349, 71.8779978783309, 42.0219997722742, 24.9109996465585, 8.59100162412003, 38.2219965344819, 29.999001315515, 9.52600279905963, 33.656001587342, 49.1320012765132, 54.9100006404232, 38.5900008543682, 14.5820004924955, 29.999001315515, 4.03500235635418, 3.65700505062922, 19.1330003506986, 13.7300012835389, 42.6250012417638, 18.6169999732208, 9.4370019951341, 4.03500235635418, 2.93600270768226, 15.0980008418579, 9.69500070939765, 6.64000260031954, 15.6810008630025, 6.50100173962235, 6.45500261326573, 2.93600270768226, 0.569015499738981, 12.6310009396088, 9.57600064327663, 8.14200185381762, 5.93200308690413, 5.88600115434541, 4.5740041541877, 0.569015499738981, 0.106081807059894, 10.1450016922237, 8.71100096217273, 8.73000153090873, 5.99200252354084, 4.68000215999486, 7.55500260313842, 0.106081807059894, 0.55501546876372, 8.6050020366341, 8.83600047123839, 21.5740011633053, 4.12500468558873, 7.00000171691633, 37.1870002646807, 0.55501546876372, 17.5230007357066, 8.28100175699111, 21.019000943229, 23.2500002698773, 10.5230014133139, 19.6639999989392, 85.0589964046682, 17.5230007357066, 17.9460015365606, 3.49600525590593, 5.72700079856164, 19.0740003151049, 1.71800861003749, 67.1129952770475, 121.616993093192, 17.9460015365606, 15.5070005292654, 12.2190031908484, 1.12800604756375, 10.2609994641682, 51.6059955146392, 106.109993062764, 138.347999698243, 15.5070005292654, 40.8870012499037, 14.379002824825, 5.24600385196455, 14.2650006066909, 65.2229922095402, 97.4609986242232, 116.145004421939, 40.8870012499037, 32.6559908664041, 46.1330036111906, 55.1520005846394, 62.8050005816046, 64.805008202468, 83.4890137758474, 87.5120088653777, 32.6559908664041, 3.18001066429678, 87.8079912255488, 95.4609909966947, 95.8469926738094, 80.3090059534836, 84.332000835355, 89.7929994609241, 3.18001066429678, 14.1210028119922, 98.640999016335, 99.0270005149046, 94.2540018016266, 70.2109987824268, 75.6719971850254, 85.4530031328531, 14.1210028119922, 35.2229921898051, 113.148002777949, 108.375003894795, 85.0860025538954, 40.449005556163, 50.2300111591442, 35.2229921898051, 143.597995878957, 120.308994365365, 0.700013163609748, 0.475036929741897, 5.37500161498684, 1.46300527725679, 12.6250013751374, 4.67500295066633, 4.90000139007204, 5.28700203251484, 5.37500161498684, 8.90800096683795, 6.83800188278835, 7.25000119731791, 10.1750018969864, 13.8080008682235, 14.194999352672, 9.73300063169836, 8.90800096683795, 0.123070698262918, 1.65801046345406, 1.26700704961187, 24.1120011854126, 14.3180000986459, 9.85599987365816, 9.85600075439632, 0.123070698262918, 80.8430024267114, 1.14401522910082, 23.9890006822902, 86.2669984922642, 90.6990015036704, 90.6990014079632, 30.9379964718028, 80.8430024267114, 97.1649933754711, 56.8540023042644, 5.42399757207805, 25.847000793758, 187.863994690802, 66.226997506561, 23.8280036582887, 97.1649933754711, 9.17999362137624, 91.7409975036936, 71.3179932857787, 78.1879961326877, 57.047005004037, 33.0079958684522, 30.3519903180863, 9.17999362137624, 20.065002874028, 62.1380007676773, 69.0080033606538, 73.9400026762062, 53.0729983739926, 50.4169923596752, 34.8000035506403, 20.065002874028, 34.2150042209913, 48.943001148178, 53.875000161124, 78.7309992134317, 84.6319963599217, 69.0150071448208, 49.5830005332479, 34.2150042209913, 31.4189989945454, 19.6599969157827, 44.5159952206333, 68.034996287894, 100.434005910166, 81.0019990085319, 78.8600008305026, 31.4189989945454, 16.482998420924, 13.0969976329526, 36.6159975515232, 53.4429982572869, 97.4849969737444, 95.3429985956842, 68.9860041273938, 16.482998420924, 15.0799985919911, 20.1330002824871, 36.9600002730105, 48.6710001220995, 110.42299667822, 84.0660019953487, 57.9759982242581, 15.0799985919911, 8.95800305948213, 21.8800028152589, 33.5910020074578, 33.7970021139534, 93.0240041691744, 66.9340001449471, 49.3870032964783, 8.95800305948213, 13.8670002521462, 24.6330003633754, 24.8389998592842, 13.8540003910263, 80.800999856281, 63.2540027083393, 36.7500014260855, 13.8670002521462, 2.14800380471239, 10.9720014659622, 0.0136518792355496, 29.6610008370878, 61.1060030917318, 34.6020014410541, 22.938000482213, 2.14800380471239, 43.7190019685729, 2.13500740686276, 27.5130008037887, 76.3850023635148, 9.11700248409067, 20.7810024623937, 5.08200414861683, 43.7190019685729, 43.3519975757225, 16.2060023530149, 32.6660006319476, 46.5709995182958, 64.1329996908708, 48.4339982871346, 10.4379975739054, 43.3519975757225, 17.4100041607052, 10.6859986339371, 3.2190044666791, 41.2379993834002, 65.8440020336899, 27.8479998844659, 4.05500458658161, 17.4100041607052, 33.688003797714, 14.1910031154785, 58.6480027725228, 107.953003090509, 5.84000694007538, 29.6330035277987, 17.7560053112561, 33.688003797714, 43.214000902778, 24.95999978003, 74.2649995065347, 100.560999089269, 72.8470041750905, 60.9700051777746, 29.9109998785213, 43.214000902778, 17.8369984725, 31.0509992468602, 57.3469983660906, 60.2589991589578, 78.8070032415393, 47.7479974657349, 9.52600279905963, 17.8369984725, 24.1300007126007, 39.5100006682924, 42.4220010896337, 31.8510008540632, 71.8779978783309, 33.656001587342, 3.65700505062922, 24.1300007126007, 15.4760001546391, 18.2920014812597, 7.72100108040957, 11.0660017920293, 49.1320012765132, 19.1330003506986, 15.0980008418579, 15.4760001546391, 5.40300148454721, 7.75500187630259, 26.5420001439443, 50.8299993115842, 13.7300012835389, 9.69500070939765, 12.6310009396088, 5.40300148454721, 3.05500266976318, 21.1390007602483, 45.4269992831901, 70.2780010786388, 6.64000260031954, 9.57600064327663, 10.1450016922237, 3.05500266976318, 1.43400606863197, 42.3719996734942, 67.2230011323961, 74.262002701891, 8.14200185381762, 8.71100096217273, 8.6050020366341, 1.43400606863197, 17.4410000056138, 65.7890012518974, 72.8280025720429, 65.7340009469424, 8.73000153090873, 8.83600047123839, 8.28100175699111, 17.4410000056138, 12.7380015512202, 55.3870032583973, 48.2930013546745, 71.8949987918937, 21.5740011633053, 21.019000943229, 3.49600525590593, 12.7380015512202, 2.23100288379931, 35.5550007934647, 59.1569978274017, 91.4219972602133, 23.2500002698773, 5.72700079856164, 12.2190031908484, 2.23100288379931, 13.3470007724453, 56.925998992721, 89.190998174718, 107.667995614128, 19.0740003151049, 1.12800604756375, 14.379002824825, 13.3470007724453, 9.1330003706265, 75.8439981842278, 94.3209954228426, 108.374996345498, 10.2609994641682, 5.24600385196455, 46.1330036111906, 9.1330003706265, 9.01899815485734, 85.1879961144422, 99.2419968526053, 92.5710069624461, 14.2650006066909, 55.1520005846394, 87.8079912255488, 9.01899815485734, 7.65300101219796, 108.260994117883, 101.590004052732, 88.4800035531487, 62.8050005816046, 95.4609909966947, 98.640999016335, 7.65300101219796, 0.386024074652457, 109.243004004137, 96.1330033251606, 93.1569978670281, 95.8469926738094, 99.0270005149046, 113.148002777949, 0.386024074652457, 4.7730006284937, 96.5190050016498, 93.5429993603756, 87.1869966590859, 94.2540018016266, 108.375003894795, 143.597995878957, 4.7730006284937, 23.2890018375757, 88.7700006533377, 82.4139977554751, 59.1410029485839, 85.0860025538954, 120.308994365365, 23.2890018375757, 59.1249964789368, 35.8520014323075, 1.46300527725679, 6.83800188278835, 14.0879999600387, 0.562015720266797, 0.300057101997491, 12.6250013751374, 7.25000119731791, 1.65801046345406, 14.0879999600387, 2.92500315844447, 14.650000803589, 13.7880007363847, 12.3250002642003, 10.1750018969864, 1.26700704961187, 1.14401522910082, 2.92500315844447, 22.845000647005, 16.7130013363252, 15.2499996155425, 15.2500001847592, 24.1120011854126, 23.9890006822902, 56.8540023042644, 22.845000647005, 62.277998109965, 38.0949997690865, 38.0949995412205, 12.0620014755623, 86.2669984922642, 5.42399757207805, 91.7409975036936, 62.277998109965, 20.4230045754288, 100.372997456902, 74.339998123589, 35.0969968020339, 25.847000793758, 71.3179932857787, 62.1380007676773, 20.4230045754288, 6.87000401012661, 94.7630023404169, 55.5200006141137, 28.999001147996, 78.1879961326877, 69.0080033606538, 48.943001148178, 6.87000401012661, 4.9320009665907, 48.649998068039, 22.128998195005, 20.9960030241426, 73.9400026762062, 53.875000161124, 19.6599969157827, 4.9320009665907, 24.8559993421537, 17.1969996057345, 16.0640035310958, 46.2299999177741, 78.7309992134317, 44.5159952206333, 13.0969976329526, 24.8559993421537, 23.519001376167, 8.79199797684661, 21.3740009554433, 50.5080016712446, 68.034996287894, 36.6159975515232, 20.1330002824871, 23.519001376167, 16.8270011338516, 2.14500855150477, 26.9890006420677, 36.6420006721678, 53.4429982572869, 36.9600002730105, 21.8800028152589, 16.8270011338516, 11.7110004684801, 10.162001410888, 19.8150000184633, 21.6890004533195, 48.6710001220995, 33.5910020074578, 24.6330003633754, 11.7110004684801, 0.206041985567451, 8.10400199542304, 9.97800079558286, 6.83600250532659, 33.7970021139534, 24.8389998592842, 10.9720014659622, 0.206041985567451, 10.9850011621519, 9.77200185100442, 6.63000142372516, 2.86800584547907, 13.8540003910263, 0.0136518792355496, 2.13500740686276, 10.9850011621519, 29.648000056276, 17.6150014719606, 8.11700164926288, 9.02200223711338, 29.6610008370878, 27.5130008037887, 16.2060023530149, 29.648000056276, 48.8720018255674, 37.7650008030371, 20.6259998715386, 4.53100587630341, 76.3850023635148, 32.6660006319476, 10.6859986339371, 48.8720018255674, 13.9049994035728, 69.4980013484402, 53.403003855175, 55.6730006475341, 46.5709995182958, 3.2190044666791, 14.1910031154785, 13.9049994035728, 44.4570009276792, 67.3080027298591, 69.5779992397503, 94.846000854432, 41.2379993834002, 58.6480027725228, 24.95999978003, 44.4570009276792, 49.3050004812341, 25.1209990736679, 50.3890001112357, 56.2930000528215, 107.953003090509, 74.2649995065347, 31.0509992468602, 49.3050004812341, 26.2959998570869, 1.08401564946132, 6.98800068144836, 10.874002145887, 100.560999089269, 57.3469983660906, 39.5100006682924, 26.2959998570869, 2.91200363708574, 19.3080009869047, 37.1700003098305, 67.5500014014204, 60.2589991589578, 42.4220010896337, 18.2920014812597, 2.91200363708574, 10.5710013971861, 40.0820011655617, 70.462001923732, 96.8170015220923, 31.8510008540632, 7.72100108040957, 7.75500187630259, 10.5710013971861, 18.7870006413419, 59.8910015143963, 86.2460008674029, 109.221998850511, 11.0660017920293, 26.5420001439443, 21.1390007602483, 18.7870006413419, 24.2879995105382, 67.4590008448213, 90.4349986082548, 130.242005481504, 50.8299993115842, 45.4269992831901, 42.3719996734942, 24.2879995105382, 24.851002088806, 66.1469996215934, 105.954006276996, 157.159008136591, 70.2780010786388, 67.2230011323961, 65.7890012518974, 24.851002088806, 7.03900269805202, 81.1030046696289, 132.30800635223, 146.971992610801, 74.262002701891, 72.8280025720429, 55.3870032583973, 7.03900269805202, 7.09400299366665, 125.269004960368, 139.932991089866, 116.926002650921, 65.7340009469424, 48.2930013546745, 35.5550007934647, 7.09400299366665, 23.6019977432773, 147.026992915933, 124.020004342454, 104.80900590295, 71.8949987918937, 59.1569978274017, 56.925998992721, 23.6019977432773, 32.2649996586878, 100.418007069861, 81.2070084687106, 87.1090013589713, 91.4219972602133, 89.190998174718, 75.8439981842278, 32.2649996586878, 18.4769978452916, 48.9420093268962, 54.8440019282967, 82.1680071082606, 107.667995614128, 94.3209954228426, 85.1879961144422, 18.4769978452916, 14.0540014721494, 36.3670048719176, 63.6910096577761, 77.4220125533415, 108.374996345498, 99.2419968526053, 108.260994117883, 14.0540014721494, 6.67099129147373, 49.6370090167536, 63.3680116115958, 73.1220095147704, 92.5710069624461, 101.590004052732, 109.243004004137, 6.67099129147373, 13.1100012724839, 70.0390017127215, 79.7929993763666, 92.0579988458154, 88.4800035531487, 96.1330033251606, 96.5190050016498, 13.1100012724839, 2.97600847104569, 92.9030000648032, 105.167999350118, 109.49600235582, 93.1569978670281, 93.5429993603756, 88.7700006533377, 2.97600847104569, 6.35600417334261, 108.144004982314, 112.472007828645, 114.631996306236, 87.1869966590859, 82.4139977554751, 59.1249964789368, 6.35600417334261, 23.2729953681055, 118.828010705185, 120.98799903415, 100.37100999963, 59.1410029485839, 35.8520014323075, 23.2729953681055, 144.260994077865, 123.644004891983, 0.562015720266797, 14.650000803589, 0.862009581915697, 19.9130005427356, 6.07500362073449, 0.300057101997491, 13.7880007363847, 16.7130013363252, 0.862009581915697, 1.46300718459769, 19.0510015063893, 5.21300291639471, 4.73000321266044, 12.3250002642003, 15.2499996155425, 38.0949997690865, 1.46300718459769, 0.00416666666666668, 3.75000462962677, 3.26700094805773, 5.9600019974105, 15.2500001847592, 38.0949995412205, 100.372997456902, 0.00416666666666668, 26.0329996105592, 3.26700360509768, 5.96000054094176, 15.3150007139851, 12.0620014755623, 74.339998123589, 94.7630023404169, 26.0329996105592, 39.2430019206477, 20.0730010575409, 10.718000506636, 29.0490001456076, 35.0969968020339, 55.5200006141137, 48.649998068039, 39.2430019206477, 26.521000235756, 49.9610017436725, 10.1940030030248, 26.0239989276173, 28.999001147996, 22.128998195005, 17.1969996057345, 26.521000235756, 1.13300326703969, 36.715002532798, 0.497019113490971, 27.934002544112, 20.9960030241426, 16.0640035310958, 8.79199797684661, 1.13300326703969, 30.1659968392733, 1.63000790438953, 29.0669978267157, 66.5689974054979, 46.2299999177741, 21.3740009554433, 2.14500855150477, 30.1659968392733, 29.134001076151, 1.09901482052737, 36.4030008316426, 46.9460014226667, 50.5080016712446, 26.9890006420677, 10.162001410888, 29.134001076151, 9.65300077718953, 7.26900220336367, 17.8120007620013, 7.70000206395462, 36.6420006721678, 19.8150000184633, 8.10400199542304, 9.65300077718953, 1.87400470457343, 8.15900252457605, 1.95300451338824, 18.9860009754516, 21.6890004533195, 9.97800079558286, 9.77200185100442, 1.87400470457343, 3.14200272269293, 3.8270046776215, 20.8600005496484, 32.618000085936, 6.83600250532659, 6.63000142372516, 17.6150014719606, 3.14200272269293, 9.49800082047498, 17.718001153426, 29.4759998882305, 36.31399941569, 2.86800584547907, 8.11700164926288, 37.7650008030371, 9.49800082047498, 17.1390013991188, 19.9780005562063, 26.815999354775, 16.5260010734213, 9.02200223711338, 20.6259998715386, 69.4980013484402, 17.1390013991188, 16.0949979453384, 9.67699993248714, 0.613015030343111, 10.9050022786775, 4.53100587630341, 53.403003855175, 67.3080027298591, 16.0949979453384, 2.27000046710212, 16.7079993148466, 26.9999984141534, 15.1909992202477, 55.6730006475341, 69.5779992397503, 25.1209990736679, 2.27000046710212, 25.2680018999359, 24.7300021516112, 12.9210021061437, 20.5210007544641, 94.846000854432, 50.3890001112357, 1.08401564946132, 25.2680018999359, 5.9040012757341, 12.3470015281698, 45.7890016544211, 89.6119997054552, 56.2930000528215, 6.98800068144836, 19.3080009869047, 5.9040012757341, 17.8620004745348, 51.6930016061445, 95.5159994080498, 146.71499693306, 10.874002145887, 37.1700003098305, 40.0820011655617, 17.8620004745348, 30.3800013538478, 77.6539995521834, 128.85299689354, 178.216003515385, 67.5500014014204, 70.462001923732, 59.8910015143963, 30.3800013538478, 26.3549998716067, 98.4729959343599, 147.836002408571, 168.250003917884, 96.8170015220923, 86.2460008674029, 67.4590008448213, 26.3549998716067, 22.9759983026144, 121.481002950529, 141.895004333637, 138.992004519439, 109.221998850511, 90.4349986082548, 66.1469996215934, 22.9759983026144, 39.8070070540035, 118.919006493647, 116.016006544549, 128.915008679593, 130.242005481504, 105.954006276996, 81.1030046696289, 39.8070070540035, 51.2050020005802, 76.2089998615983, 89.1080018064005, 111.776001131883, 157.159008136591, 132.30800635223, 125.269004960368, 51.2050020005802, 14.6639867980189, 37.9030003359702, 60.5709992888199, 67.640991467603, 146.971992610801, 139.932991089866, 147.026992915933, 14.6639867980189, 23.0069889026914, 45.9070133176331, 52.977005168738, 57.4570162933692, 116.926002650921, 124.020004342454, 100.418007069861, 23.0069889026914, 19.2109989870097, 75.9839937587572, 80.4640046244828, 44.612991722157, 104.80900590295, 81.2070084687106, 48.9420093268962, 19.2109989870097, 5.90199426863521, 99.675003225935, 63.8239900041718, 15.6129924449735, 87.1090013589713, 54.8440019282967, 36.3670048719176, 5.90199426863521, 27.3240054446428, 57.9219973700451, 9.71099942904529, 20.9649971659905, 82.1680071082606, 63.6910096577761, 49.6370090167536, 27.3240054446428, 13.7310034398037, 17.6130075774952, 6.35901015414233, 14.6680004511827, 77.4220125533415, 63.3680116115958, 70.0390017127215, 13.7310034398037, 9.75399869268282, 20.090012460846, 0.937005724150306, 17.4959879307676, 73.1220095147704, 79.7929993763666, 92.9030000648032, 9.75399869268282, 12.2650000973986, 8.81700331182261, 7.74199025697276, 33.011002112833, 92.0579988458154, 105.167999350118, 108.144004982314, 12.2650000973986, 4.32800493535933, 4.52301409230209, 20.7460026156863, 30.0000005787037, 109.49600235582, 112.472007828645, 118.828010705185, 4.32800493535933, 2.15999242211387, 16.4180003250219, 25.6719974084457, 29.1250005960896, 114.631996306236, 120.98799903415, 144.260994077865, 2.15999242211387, 20.6169895567811, 23.5120094053855, 26.9650119185989, 25.883011535011, 100.37100999963, 123.644004891983, 20.6169895567811, 47.5820010972891, 46.5000001866786, 19.9130005427356, 19.0510015063893, 13.8379999711705, 2.42100311250039, 1.04601612447393, 6.07500362073449, 5.21300291639471, 3.75000462962677, 13.8379999711705, 0.483019680751145, 16.2589999386343, 14.8839994540635, 12.9000009643528, 4.73000321266044, 3.26700094805773, 3.26700360509768, 0.483019680751145, 2.69300401683163, 15.3670017095997, 13.3830019761401, 15.5480024059813, 5.9600019974105, 5.96000054094176, 20.0730010575409, 2.69300401683163, 9.35500142381601, 10.690002158109, 12.8550011711775, 11.0650021030688, 15.3150007139851, 10.718000506636, 49.9610017436725, 9.35500142381601, 39.7669994629753, 3.50000496031395, 1.7100051144876, 33.3740001158408, 29.0490001456076, 10.1940030030248, 36.715002532798, 39.7669994629753, 36.2180006516625, 38.05699966273, 6.39300100686971, 3.77600366696408, 26.0239989276173, 0.497019113490971, 1.63000790438953, 36.2180006516625, 27.4370005910396, 42.6110004684678, 39.9939996982476, 58.793000278126, 27.934002544112, 29.0669978267157, 1.09901482052737, 27.4370005910396, 37.5019998480921, 12.5570005891273, 31.3559999850144, 39.7320003110704, 66.5689974054979, 36.4030008316426, 7.26900220336367, 37.5019998480921, 10.5430012830187, 6.14600273322881, 2.23000415011403, 8.49800194950405, 46.9460014226667, 17.8120007620013, 8.15900252457605, 10.5430012830187, 10.112001323834, 8.31300229060774, 19.0410008220985, 50.3000014895605, 7.70000206395462, 1.95300451338824, 3.8270046776215, 10.112001323834, 17.0330005020022, 8.9290018451688, 40.1880008950148, 76.5740024926535, 18.9860009754516, 20.8600005496484, 17.718001153426, 17.0330005020022, 11.7580001584341, 23.1550014364235, 59.5410024193508, 72.7689993383098, 32.618000085936, 29.4759998882305, 19.9780005562063, 11.7580001584341, 6.83800061333033, 47.7830032167259, 61.010999821844, 66.997999450413, 36.31399941569, 26.815999354775, 9.67699993248714, 6.83800061333033, 10.2899998517702, 54.1730006561687, 60.1599999917033, 56.0550044295887, 16.5260010734213, 0.613015030343111, 16.7079993148466, 10.2899998517702, 10.292000660322, 70.4499991020225, 66.3450032588914, 65.008997230558, 10.9050022786775, 26.9999984141534, 24.7300021516112, 10.292000660322, 11.8090007503384, 76.6370031714832, 75.3009968956736, 93.4600011775811, 15.1909992202477, 12.9210021061437, 12.3470015281698, 11.8090007503384, 33.4420016023439, 63.4919970385745, 81.6510010828754, 117.366996913058, 20.5210007544641, 45.7890016544211, 51.6930016061445, 33.4420016023439, 43.8229982449572, 48.2089999939109, 83.9249955257956, 141.497993591933, 89.6119997054552, 95.5159994080498, 77.6539995521834, 43.8229982449572, 51.198997667104, 40.1019978084121, 97.6749955112351, 154.600990407706, 146.71499693306, 128.85299689354, 98.4729959343599, 51.198997667104, 49.3630067676483, 46.4759982983547, 103.401992881801, 140.554000978011, 178.216003515385, 147.836002408571, 121.481002950529, 49.3630067676483, 20.4140018900693, 54.0389865273248, 91.1909943578862, 98.9290010299828, 168.250003917884, 141.895004333637, 118.919006493647, 20.4140018900693, 2.90300286812998, 70.7769930431447, 78.5149995002076, 69.0389864575229, 138.992004519439, 116.016006544549, 76.2089998615983, 2.90300286812998, 12.8990027481586, 81.4179994808124, 71.9419862046449, 65.9379885445445, 128.915008679593, 89.1080018064005, 37.9030003359702, 12.8990027481586, 22.6679996505213, 59.042984302831, 53.0389863697184, 37.2769932635842, 111.776001131883, 60.5709992888199, 45.9070133176331, 22.6679996505213, 7.06999329323231, 30.3709875101113, 14.608994124466, 0.722024167526107, 67.640991467603, 52.977005168738, 75.9839937587572, 7.06999329323231, 4.48001292394696, 7.539003767683, 6.34799331080828, 7.20300533994727, 57.4570162933692, 80.4640046244828, 99.675003225935, 4.48001292394696, 35.8510134257223, 10.8280045330404, 11.6830146590221, 19.8780068548282, 44.612991722157, 63.8239900041718, 57.9219973700451, 35.8510134257223, 48.2109987152097, 24.1679999859293, 15.9730077456, 4.53500749035409, 15.6129924449735, 9.71099942904529, 17.6130075774952, 48.2109987152097, 11.2539985740652, 64.1840060077944, 52.7460023618384, 54.9490054429026, 20.9649971659905, 6.35901015414233, 20.090012460846, 11.2539985740652, 21.0270084694695, 41.4920048129519, 43.6950075228812, 47.5550082996446, 14.6680004511827, 0.937005724150306, 8.81700331182261, 21.0270084694695, 16.5589910027357, 22.6680000334645, 26.5280002051521, 35.0899968326502, 17.4959879307676, 7.74199025697276, 4.52301409230209, 16.5589910027357, 25.2690127946976, 9.96901114092206, 18.5310063278091, 33.9219975821076, 33.011002112833, 20.7460026156863, 16.4180003250219, 25.2690127946976, 9.25399874076735, 6.73800916839094, 8.65298562232686, 5.83200370929165, 30.0000005787037, 25.6719974084457, 23.5120094053855, 9.25399874076735, 3.4530054436015, 0.601042069306065, 3.42199960700443, 6.91800177713433, 29.1250005960896, 26.9650119185989, 47.5820010972891, 3.4530054436015, 1.0820087550813, 6.87500252525206, 10.3710030342682, 9.660005459325, 25.883011535011, 46.5000001866786, 1.0820087550813, 9.28900333384005, 10.7420052026258, 2.42100311250039, 16.2589999386343, 1.37500631311682, 7.39600155896674, 23.6740014733921, 1.04601612447393, 14.8839994540635, 15.3670017095997, 1.37500631311682, 1.98400362759618, 8.77100236466059, 25.0490010865943, 49.9939998284651, 12.9000009643528, 13.3830019761401, 10.690002158109, 1.98400362759618, 2.16500397134387, 27.0330006345898, 51.9779989005249, 45.2919982928611, 15.5480024059813, 12.8550011711775, 3.50000496031395, 2.16500397134387, 1.79000481131894, 49.8129991201932, 43.1269981489718, 17.4620008874108, 11.0650021030688, 1.7100051144876, 38.05699966273, 1.79000481131894, 31.663999831641, 44.9169982960613, 19.2520003059326, 15.4400007048076, 33.3740001158408, 6.39300100686971, 42.6110004684678, 31.663999831641, 2.61700389681837, 12.4120011011896, 16.2240005121559, 15.5050012341514, 3.77600366696408, 39.9939996982476, 12.5570005891273, 2.61700389681837, 18.7990009633889, 18.8410014783996, 18.1220011732814, 14.8630015609896, 58.793000278126, 31.3559999850144, 6.14600273322881, 18.7990009633889, 8.37600120229975, 0.677025451061261, 3.93600231414389, 23.6790003955853, 39.7320003110704, 2.23000415011403, 8.31300229060774, 8.37600120229975, 10.7280009731814, 12.3120016847548, 32.0550000991405, 56.2720010981636, 8.49800194950405, 19.0410008220985, 8.9290018451688, 10.7280009731814, 31.259001055896, 21.3270004783504, 45.5440008162075, 70.4250013909283, 50.3000014895605, 40.1880008950148, 23.1550014364235, 31.259001055896, 36.3860018254826, 14.2850010627506, 39.1660005878459, 65.5579989220472, 76.5740024926535, 59.5410024193508, 47.7830032167259, 36.3860018254826, 13.2279974823979, 2.7800050242966, 29.1719973678772, 43.1059955809766, 72.7689993383098, 61.010999821844, 54.1730006561687, 13.2279974823979, 5.9870009616194, 15.9440013330211, 29.8779986425841, 35.6419987781126, 66.997999450413, 60.1599999917033, 70.4499991020225, 5.9870009616194, 4.10499784217057, 23.890999567012, 29.654999072015, 43.073006079332, 56.0550044295887, 66.3450032588914, 76.6370031714832, 4.10499784217057, 1.33601266192682, 33.7599950210869, 47.1780015878044, 67.5999987309423, 65.008997230558, 75.3009968956736, 63.4919970385745, 1.33601266192682, 18.1590046894561, 48.5140079262171, 68.9360047645938, 102.264007738127, 93.4600011775811, 81.6510010828754, 48.2089999939109, 18.1590046894561, 35.7159960316181, 50.777000769155, 84.1050034601445, 114.45699325471, 117.366996913058, 83.9249955257956, 40.1019978084121, 35.7159960316181, 57.5729981976498, 48.3890079271415, 78.740997424695, 110.255996861563, 141.497993591933, 97.6749955112351, 46.4759982983547, 57.5729981976498, 56.9259950255353, 21.1680000877364, 52.6829988219961, 88.0190126484146, 154.600990407706, 103.401992881801, 54.0389865273248, 56.9259950255353, 37.1520082902903, 4.24300030752859, 31.0930178573052, 52.0540164468023, 140.554000978011, 91.1909943578862, 70.7769930431447, 37.1520082902903, 7.73800771360452, 6.0589933438621, 14.9020086391497, 18.285004611582, 98.9290010299828, 78.5149995002076, 81.4179994808124, 7.73800771360452, 9.47601409964937, 7.16400388822519, 10.5469978933482, 21.0979927662391, 69.0389864575229, 71.9419862046449, 59.042984302831, 9.47601409964937, 6.00399924853013, 20.0230111209642, 30.5740054108726, 34.5970158826689, 65.9379885445445, 53.0389863697184, 30.3709875101113, 6.00399924853013, 15.7619939589301, 36.5780034043201, 40.6010133973952, 7.37100455259098, 37.2769932635842, 14.608994124466, 7.539003767683, 15.7619939589301, 13.8869940332884, 56.36300689982, 23.1329959807144, 12.6090101659439, 0.722024167526107, 6.34799331080828, 10.8280045330404, 13.8869940332884, 0.85502113883395, 37.0199894826377, 1.27799141150131, 10.3670060691818, 7.20300533994727, 11.6830146590221, 24.1679999859293, 0.85502113883395, 8.19499312468086, 2.13300374476259, 9.51199432079366, 8.82399183565376, 19.8780068548282, 15.9730077456, 64.1840060077944, 8.19499312468086, 11.4380042989613, 1.31701452501074, 0.629011603196462, 24.8820044819173, 4.53500749035409, 52.7460023618384, 41.4920048129519, 11.4380042989613, 2.20300687001262, 10.8090073434755, 36.3200075632208, 63.5469973435136, 54.9490054429026, 43.6950075228812, 22.6680000334645, 2.20300687001262, 3.86000285919914, 34.117004903401, 61.3439942821312, 49.5469974207093, 47.5550082996446, 26.5280002051521, 9.96901114092206, 3.86000285919914, 8.56199747380801, 57.4839938322899, 45.6869966499615, 12.741990498254, 35.0899968326502, 18.5310063278091, 6.73800916839094, 8.56199747380801, 15.3909917749399, 37.1250004676394, 4.1799947524723, 16.5079966571476, 33.9219975821076, 8.65298562232686, 0.601042069306065, 15.3909917749399, 2.82098696385466, 11.2110000837346, 31.8989870885326, 31.7349858986279, 5.83200370929165, 3.42199960700443, 6.87500252525206, 2.82098696385466, 3.49600468025962, 29.0780035267406, 28.9140017650635, 14.1290142902795, 6.91800177713433, 10.3710030342682, 9.28900333384005, 3.49600468025962, 20.0310062927309, 25.4179999506024, 10.6330116806357, 39.0549931203111, 9.660005459325, 10.7420052026258, 20.0310062927309, 30.6640172898049, 19.0239872727015, 7.39600155896674, 8.77100236466059, 16.278000888036, 23.6740014733921, 25.0490010865943, 27.0330006345898, 16.278000888036, 24.9449990891377, 49.9939998284651, 51.9779989005249, 49.8129991201932, 24.9449990891377, 6.68600212229253, 45.2919982928611, 43.1269981489718, 44.9169982960613, 6.68600212229253, 25.6649983927298, 17.4620008874108, 19.2520003059326, 12.4120011011896, 25.6649983927298, 3.81200255182303, 15.4400007048076, 16.2240005121559, 18.8410014783996, 3.81200255182303, 0.719011935667192, 15.5050012341514, 18.1220011732814, 0.677025451061261, 0.719011935667192, 3.2590029649239, 14.8630015609896, 3.93600231414389, 12.3120016847548, 3.2590029649239, 19.7429999933581, 23.6790003955853, 32.0550000991405, 21.3270004783504, 19.7429999933581, 24.2170013197525, 56.2720010981636, 45.5440008162075, 14.2850010627506, 24.2170013197525, 24.8810008676817, 70.4250013909283, 39.1660005878459, 2.7800050242966, 24.8810008676817, 26.3919986199242, 65.5579989220472, 29.1719973678772, 15.9440013330211, 26.3919986199242, 13.9339987308868, 43.1059955809766, 29.8779986425841, 23.890999567012, 13.9339987308868, 5.76400144495973, 35.6419987781126, 29.654999072015, 33.7599950210869, 5.76400144495973, 13.4180075439059, 43.073006079332, 47.1780015878044, 48.5140079262171, 13.4180075439059, 20.4219974953716, 67.5999987309423, 68.9360047645938, 50.777000769155, 20.4219974953716, 33.3280031901458, 102.264007738127, 84.1050034601445, 48.3890079271415, 33.3280031901458, 30.35199003209, 114.45699325471, 78.740997424695, 21.1680000877364, 30.35199003209, 31.5149996650905, 110.255996861563, 52.6829988219961, 4.24300030752859, 31.5149996650905, 35.3360140396028, 88.0190126484146, 31.0930178573052, 6.0589933438621, 35.3360140396028, 20.9609989492852, 52.0540164468023, 14.9020086391497, 7.16400388822519, 20.9609989492852, 3.38299817140536, 18.285004611582, 10.5469978933482, 20.0230111209642, 3.38299817140536, 10.5509956957707, 21.0979927662391, 30.5740054108726, 36.5780034043201, 10.5509956957707, 4.0230124116321, 34.5970158826689, 40.6010133973952, 56.36300689982, 4.0230124116321, 33.2300112475545, 7.37100455259098, 23.1329959807144, 37.0199894826377, 33.2300112475545, 35.7420046373983, 12.6090101659439, 1.27799141150131, 2.13300374476259, 35.7420046373983, 11.6449897591045, 10.3670060691818, 9.51199432079366, 1.31701452501074, 11.6449897591045, 0.688016156945019, 8.82399183565376, 0.629011603196462, 10.8090073434755, 0.688016156945019, 25.5110019271812, 24.8820044819173, 36.3200075632208, 34.117004903401, 25.5110019271812, 27.2269900649155, 63.5469973435136, 61.3439942821312, 57.4839938322899, 27.2269900649155, 11.79699780614, 49.5469974207093, 45.6869966499615, 37.1250004676394, 11.79699780614, 32.945007587705, 12.741990498254, 4.1799947524723, 11.2110000837346, 32.945007587705, 20.687988700844, 16.5079966571476, 31.8989870885326, 29.0780035267406, 20.687988700844, 0.164054386049282, 31.7349858986279, 28.9140017650635, 25.4179999506024, 0.164054386049282, 14.7849889904398, 14.1290142902795, 10.6330116806357, 30.6640172898049, 14.7849889904398, 49.6880037147403, 39.0549931203111, 19.0239872727015, 49.6880037147403, 21.1510013869712, 73.6220017658563, 90.9680025101845)), class = "data.frame", row.names = c(NA, -9940L)), coords = structure(list(node = c("2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160", "161", "162", "163", "164", "165", "166", "167", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "178", "179", "180", "181", "182", "183", "184", "185", "186", "187", "188", "189", "190", "191", "192", "193", "194", "195", "196", "197", "198", "199", "200", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "214", "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250", "251", "252", "253", "254", "255", "256", "257", "258", "259", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290", "291", "292", "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "325", "326", "327", "328", "329", "330", "331", "332", "333", "334", "335", "336", "337", "338", "339", "340", "341", "342", "343", "344", "345", "346", "347", "348", "349", "350", "351", "352", "353", "354", "355", "356", "357", "358", "359", "360", "361", "362", "363", "364", "365", "366", "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394", "395", "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", "430", "431", "432", "433", "434", "435", "436", "437", "438", "439", "440", "441", "442", "443", "444", "445", "446", "447", "448", "449", "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "466", "467", "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484", "485", "486", "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517", "518", "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531", "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548", "549", "550", "551", "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564", "565", "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582", "583", "584", "585", "586", "587", "588", "589", "590", "591", "592", "593", "594", "595", "596", "597", "598", "599", "600", "601", "602", "603", "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614", "615", "616", "617", "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629", "630", "631", "632", "633", "634", "635", "636", "637", "638", "639", "640", "641", "642", "643", "644", "645", "646", "647", "648", "649", "650", "651", "652", "653", "654", "655", "656", "657", "658", "659", "660", "661", "662", "663", "664", "665", "666", "667", "668", "669", "670", "671", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "682", "683", "684", "685", "686", "687", "688", "689", "690", "691", "692", "693", "694", "695", "696", "697", "698", "699", "700", "701", "702", "703", "704", "705", "706", "707", "708", "709", "710", "711", "712", "713", "714", "715", "716", "717", "718", "719", "720", "721", "722", "723", "724", "725", "726", "727", "728", "729", "730", "731", "732", "733", "734", "735", "736", "737", "738", "739", "740", "741", "742", "743", "744", "745", "746", "747", "748", "749", "750", "751", "752", "753", "754", "755", "756", "757", "758", "759", "760", "761", "762", "763", "764", "765", "766", "767", "768", "769", "770", "771", "772", "773", "774", "775", "776", "777", "778", "779", "780", "781", "782", "783", "784", "785", "786", "787", "788", "789", "790", "791", "792", "793", "794", "795", "796", "797", "798", "799", "800", "801", "802", "803", "804", "805", "806", "807", "808", "809", "810", "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823", "824", "825", "826", "827", "828", "829", "830", "831", "832", "833", "834", "835", "836", "837", "838", "839", "840", "841", "842", "843", "844", "845", "846", "847", "848", "849", "850", "851", "852", "853", "854", "855", "856", "857", "858", "859", "860", "861", "862", "863", "864", "865", "866", "867", "868", "869", "870", "871", "872", "873", "874", "875", "876", "877", "878", "879", "880", "881", "882", "883", "884", "885", "886", "887", "888", "889", "890", "891", "892", "893", "894", "895", "896", "897", "898", "899", "900", "901", "902", "903", "904", "905", "906", "907", "908", "909", "910", "911", "912", "913", "914", "915", "916", "917", "918", "919", "920", "921", "922", "923", "924", "925", "926", "927", "928", "929", "930", "931", "932", "933", "934", "935", "936", "937", "938", "939", "940", "941", "942", "943", "944", "945", "946", "947", "948", "949", "950", "951", "952", "953", "954", "955", "956", "957", "958", "959", "960", "961", "962", "963", "964", "965", "966", "967", "968", "969", "970", "971", "972", "973", "974", "975", "976", "977", "978", "979", "980", "981", "982", "983", "984", "985", "986", "987", "988", "989", "990", "991", "992", "993", "994", "995", "996", "997", "998", "999", "1000", "1001", "1002", "1003", "1004", "1005", "1006", "1007", "1008", "1009", "1010", "1011", "1012", "1013", "1014", "1015", "1016", "1017", "1018", "1019", "1020", "1021", "1022", "1023", "1024", "1025", "1026", "1027", "1028", "1029", "1030", "1031", "1032", "1033", "1034", "1035", "1036", "1037", "1038", "1039", "1040", "1041", "1042", "1043", "1044", "1045", "1046", "1047", "1048", "1049", "1050", "1051", "1052", "1053", "1054", "1055", "1056", "1057", "1058", "1059", "1060", "1061", "1062", "1063", "1064", "1065", "1066", "1067", "1068", "1069", "1070", "1071", "1072", "1073", "1074", "1075", "1076", "1077", "1078", "1079", "1080", "1081", "1082", "1083", "1084", "1085", "1086", "1087", "1088", "1089", "1090", "1091", "1092", "1093", "1094", "1095", "1096", "1097", "1098", "1099", "1100", "1101", "1102", "1103", "1104", "1105", "1106", "1107", "1108", "1109", "1110", "1111", "1112", "1113", "1114", "1115", "1116", "1117", "1118", "1119", "1120", "1121", "1122", "1123", "1124", "1125", "1126", "1127", "1128", "1129", "1130", "1131", "1132", "1133", "1134", "1135", "1136", "1137", "1138", "1139", "1140", "1141", "1142", "1143", "1144", "1145", "1146", "1147", "1148", "1149", "1150", "1151", "1152", "1153", "1154", "1155", "1156", "1157", "1158", "1159", "1160", "1161", "1162", "1163", "1164", "1165", "1166", "1167", "1168", "1169", "1170", "1171", "1172", "1173", "1174", "1175", "1176", "1177", "1178", "1179", "1180", "1181", "1182", "1183", "1184", "1185", "1186", "1187", "1188", "1189", "1190", "1191", "1192", "1193", "1194", "1195", "1196", "1197", "1198", "1199", "1200", "1201", "1202", "1203", "1204", "1205", "1206", "1207", "1208", "1209", "1210", "1211", "1212", "1213", "1214", "1215", "1216", "1217", "1218", "1219", "1220", "1221", "1222", "1223", "1224", "1225", "1226", "1227", "1228", "1229", "1230", "1231", "1232", "1233", "1234", "1235", "1236", "1237", "1238", "1239", "1240", "1241", "1242", "1243", "1244", "1245", "1246", "1247", "1248", "1249", "1250", "1251", "1252", "1253", "1254", "1255", "1256", "1257", "1258", "1259", "1260", "1261", "1262", "1263", "1264", "1265", "1266", "1267", "1268", "1269", "1270", "1271", "1272", "1273", "1274", "1275", "1276", "1277", "1278", "1279", "1280", "1281", "1282", "1283", "1284", "1285", "1286", "1287", "1288", "1289", "1290", "1291", "1292", "1293", "1294", "1295", "1296", "1"), X = c(-5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.39791666633333, -5.54374999966667), Y = c(56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.4895833336667)), row.names = c(2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 35L, 36L, 37L, 38L, 39L, 40L, 41L, 42L, 43L, 44L, 45L, 46L, 47L, 48L, 49L, 50L, 51L, 52L, 53L, 54L, 55L, 56L, 57L, 58L, 59L, 60L, 61L, 62L, 63L, 64L, 65L, 66L, 67L, 68L, 69L, 70L, 71L, 72L, 73L, 74L, 75L, 76L, 77L, 78L, 79L, 80L, 81L, 82L, 83L, 84L, 85L, 86L, 87L, 88L, 89L, 90L, 91L, 92L, 93L, 94L, 95L, 96L, 97L, 98L, 99L, 100L, 101L, 102L, 103L, 104L, 105L, 106L, 107L, 108L, 109L, 110L, 111L, 112L, 113L, 114L, 115L, 116L, 117L, 118L, 119L, 120L, 121L, 122L, 123L, 124L, 125L, 126L, 127L, 128L, 129L, 130L, 131L, 132L, 133L, 134L, 135L, 136L, 137L, 138L, 139L, 140L, 141L, 142L, 143L, 144L, 145L, 146L, 147L, 148L, 149L, 150L, 151L, 152L, 153L, 154L, 155L, 156L, 157L, 158L, 159L, 160L, 161L, 162L, 163L, 164L, 165L, 166L, 167L, 168L, 169L, 170L, 171L, 172L, 173L, 174L, 175L, 176L, 177L, 178L, 179L, 180L, 181L, 182L, 183L, 184L, 185L, 186L, 187L, 188L, 189L, 190L, 191L, 192L, 193L, 194L, 195L, 196L, 197L, 198L, 199L, 200L, 201L, 202L, 203L, 204L, 205L, 206L, 207L, 208L, 209L, 210L, 211L, 212L, 213L, 214L, 215L, 216L, 217L, 218L, 219L, 220L, 221L, 222L, 223L, 224L, 225L, 226L, 227L, 228L, 229L, 230L, 231L, 232L, 233L, 234L, 235L, 236L, 237L, 238L, 239L, 240L, 241L, 242L, 243L, 244L, 245L, 246L, 247L, 248L, 249L, 250L, 251L, 252L, 253L, 254L, 255L, 256L, 257L, 258L, 259L, 260L, 261L, 262L, 263L, 264L, 265L, 266L, 267L, 268L, 269L, 270L, 271L, 272L, 273L, 274L, 275L, 276L, 277L, 278L, 279L, 280L, 281L, 282L, 283L, 284L, 285L, 286L, 287L, 288L, 289L, 290L, 291L, 292L, 293L, 294L, 295L, 296L, 297L, 298L, 299L, 300L, 301L, 302L, 303L, 304L, 305L, 306L, 307L, 308L, 309L, 310L, 311L, 312L, 313L, 314L, 315L, 316L, 317L, 318L, 319L, 320L, 321L, 322L, 323L, 324L, 325L, 326L, 327L, 328L, 329L, 330L, 331L, 332L, 333L, 334L, 335L, 336L, 337L, 338L, 339L, 340L, 341L, 342L, 343L, 344L, 345L, 346L, 347L, 348L, 349L, 350L, 351L, 352L, 353L, 354L, 355L, 356L, 357L, 358L, 359L, 360L, 361L, 362L, 363L, 364L, 365L, 366L, 367L, 368L, 369L, 370L, 371L, 372L, 373L, 374L, 375L, 376L, 377L, 378L, 379L, 380L, 381L, 382L, 383L, 384L, 385L, 386L, 387L, 388L, 389L, 390L, 391L, 392L, 393L, 394L, 395L, 396L, 397L, 398L, 399L, 400L, 401L, 402L, 403L, 404L, 405L, 406L, 407L, 408L, 409L, 410L, 411L, 412L, 413L, 414L, 415L, 416L, 417L, 418L, 419L, 420L, 421L, 422L, 423L, 424L, 425L, 426L, 427L, 428L, 429L, 430L, 431L, 432L, 433L, 434L, 435L, 436L, 437L, 438L, 439L, 440L, 441L, 442L, 443L, 444L, 445L, 446L, 447L, 448L, 449L, 450L, 451L, 452L, 453L, 454L, 455L, 456L, 457L, 458L, 459L, 460L, 461L, 462L, 463L, 464L, 465L, 466L, 467L, 468L, 469L, 470L, 471L, 472L, 473L, 474L, 475L, 476L, 477L, 478L, 479L, 480L, 481L, 482L, 483L, 484L, 485L, 486L, 487L, 488L, 489L, 490L, 491L, 492L, 493L, 494L, 495L, 496L, 497L, 498L, 499L, 500L, 501L, 502L, 503L, 504L, 505L, 506L, 507L, 508L, 509L, 510L, 511L, 512L, 513L, 514L, 515L, 516L, 517L, 518L, 519L, 520L, 521L, 522L, 523L, 524L, 525L, 526L, 527L, 528L, 529L, 530L, 531L, 532L, 533L, 534L, 535L, 536L, 537L, 538L, 539L, 540L, 541L, 542L, 543L, 544L, 545L, 546L, 547L, 548L, 549L, 550L, 551L, 552L, 553L, 554L, 555L, 556L, 557L, 558L, 559L, 560L, 561L, 562L, 563L, 564L, 565L, 566L, 567L, 568L, 569L, 570L, 571L, 572L, 573L, 574L, 575L, 576L, 577L, 578L, 579L, 580L, 581L, 582L, 583L, 584L, 585L, 586L, 587L, 588L, 589L, 590L, 591L, 592L, 593L, 594L, 595L, 596L, 597L, 598L, 599L, 600L, 601L, 602L, 603L, 604L, 605L, 606L, 607L, 608L, 609L, 610L, 611L, 612L, 613L, 614L, 615L, 616L, 617L, 618L, 619L, 620L, 621L, 622L, 623L, 624L, 625L, 626L, 627L, 628L, 629L, 630L, 631L, 632L, 633L, 634L, 635L, 636L, 637L, 638L, 639L, 640L, 641L, 642L, 643L, 644L, 645L, 646L, 647L, 648L, 649L, 650L, 651L, 652L, 653L, 654L, 655L, 656L, 657L, 658L, 659L, 660L, 661L, 662L, 663L, 664L, 665L, 666L, 667L, 668L, 669L, 670L, 671L, 672L, 673L, 674L, 675L, 676L, 677L, 678L, 679L, 680L, 681L, 682L, 683L, 684L, 685L, 686L, 687L, 688L, 689L, 690L, 691L, 692L, 693L, 694L, 695L, 696L, 697L, 698L, 699L, 700L, 701L, 702L, 703L, 704L, 705L, 706L, 707L, 708L, 709L, 710L, 711L, 712L, 713L, 714L, 715L, 716L, 717L, 718L, 719L, 720L, 721L, 722L, 723L, 724L, 725L, 726L, 727L, 728L, 729L, 730L, 731L, 732L, 733L, 734L, 735L, 736L, 737L, 738L, 739L, 740L, 741L, 742L, 743L, 744L, 745L, 746L, 747L, 748L, 749L, 750L, 751L, 752L, 753L, 754L, 755L, 756L, 757L, 758L, 759L, 760L, 761L, 762L, 763L, 764L, 765L, 766L, 767L, 768L, 769L, 770L, 771L, 772L, 773L, 774L, 775L, 776L, 777L, 778L, 779L, 780L, 781L, 782L, 783L, 784L, 785L, 786L, 787L, 788L, 789L, 790L, 791L, 792L, 793L, 794L, 795L, 796L, 797L, 798L, 799L, 800L, 801L, 802L, 803L, 804L, 805L, 806L, 807L, 808L, 809L, 810L, 811L, 812L, 813L, 814L, 815L, 816L, 817L, 818L, 819L, 820L, 821L, 822L, 823L, 824L, 825L, 826L, 827L, 828L, 829L, 830L, 831L, 832L, 833L, 834L, 835L, 836L, 837L, 838L, 839L, 840L, 841L, 842L, 843L, 844L, 845L, 846L, 847L, 848L, 849L, 850L, 851L, 852L, 853L, 854L, 855L, 856L, 857L, 858L, 859L, 860L, 861L, 862L, 863L, 864L, 865L, 866L, 867L, 868L, 869L, 870L, 871L, 872L, 873L, 874L, 875L, 876L, 877L, 878L, 879L, 880L, 881L, 882L, 883L, 884L, 885L, 886L, 887L, 888L, 889L, 890L, 891L, 892L, 893L, 894L, 895L, 896L, 897L, 898L, 899L, 900L, 901L, 902L, 903L, 904L, 905L, 906L, 907L, 908L, 909L, 910L, 911L, 912L, 913L, 914L, 915L, 916L, 917L, 918L, 919L, 920L, 921L, 922L, 923L, 924L, 925L, 926L, 927L, 928L, 929L, 930L, 931L, 932L, 933L, 934L, 935L, 936L, 937L, 938L, 939L, 940L, 941L, 942L, 943L, 944L, 945L, 946L, 947L, 948L, 949L, 950L, 951L, 952L, 953L, 954L, 955L, 956L, 957L, 958L, 959L, 960L, 961L, 962L, 963L, 964L, 965L, 966L, 967L, 968L, 969L, 970L, 971L, 972L, 973L, 974L, 975L, 976L, 977L, 978L, 979L, 980L, 981L, 982L, 983L, 984L, 985L, 986L, 987L, 988L, 989L, 990L, 991L, 992L, 993L, 994L, 995L, 996L, 997L, 998L, 999L, 1000L, 1001L, 1002L, 1003L, 1004L, 1005L, 1006L, 1007L, 1008L, 1009L, 1010L, 1011L, 1012L, 1013L, 1014L, 1015L, 1016L, 1017L, 1018L, 1019L, 1020L, 1021L, 1022L, 1023L, 1024L, 1025L, 1026L, 1027L, 1028L, 1029L, 1030L, 1031L, 1032L, 1033L, 1034L, 1035L, 1036L, 1037L, 1038L, 1039L, 1040L, 1041L, 1042L, 1043L, 1044L, 1045L, 1046L, 1047L, 1048L, 1049L, 1050L, 1051L, 1052L, 1053L, 1054L, 1055L, 1056L, 1057L, 1058L, 1059L, 1060L, 1061L, 1062L, 1063L, 1064L, 1065L, 1066L, 1067L, 1068L, 1069L, 1070L, 1071L, 1072L, 1073L, 1074L, 1075L, 1076L, 1077L, 1078L, 1079L, 1080L, 1081L, 1082L, 1083L, 1084L, 1085L, 1086L, 1087L, 1088L, 1089L, 1090L, 1091L, 1092L, 1093L, 1094L, 1095L, 1096L, 1097L, 1098L, 1099L, 1100L, 1101L, 1102L, 1103L, 1104L, 1105L, 1106L, 1107L, 1108L, 1109L, 1110L, 1111L, 1112L, 1113L, 1114L, 1115L, 1116L, 1117L, 1118L, 1119L, 1120L, 1121L, 1122L, 1123L, 1124L, 1125L, 1126L, 1127L, 1128L, 1129L, 1130L, 1131L, 1132L, 1133L, 1134L, 1135L, 1136L, 1137L, 1138L, 1139L, 1140L, 1141L, 1142L, 1143L, 1144L, 1145L, 1146L, 1147L, 1148L, 1149L, 1150L, 1151L, 1152L, 1153L, 1154L, 1155L, 1156L, 1157L, 1158L, 1159L, 1160L, 1161L, 1162L, 1163L, 1164L, 1165L, 1166L, 1167L, 1168L, 1169L, 1170L, 1171L, 1172L, 1173L, 1174L, 1175L, 1176L, 1177L, 1178L, 1179L, 1180L, 1181L, 1182L, 1183L, 1184L, 1185L, 1186L, 1187L, 1188L, 1189L, 1190L, 1191L, 1192L, 1193L, 1194L, 1195L, 1196L, 1197L, 1198L, 1199L, 1200L, 1201L, 1202L, 1203L, 1204L, 1205L, 1206L, 1207L, 1208L, 1209L, 1210L, 1211L, 1212L, 1213L, 1214L, 1215L, 1216L, 1217L, 1218L, 1219L, 1220L, 1221L, 1222L, 1223L, 1224L, 1225L, 1226L, 1227L, 1228L, 1229L, 1230L, 1231L, 1232L, 1233L, 1234L, 1235L, 1236L, 1237L, 1238L, 1239L, 1240L, 1241L, 1242L, 1243L, 1244L, 1245L, 1246L, 1247L, 1248L, 1249L, 1250L, 1251L, 1252L, 1253L, 1254L, 1255L, 1256L, 1257L, 1258L, 1259L, 1260L, 1261L, 1262L, 1263L, 1264L, 1265L, 1266L, 1267L, 1268L, 1269L, 1270L, 1271L, 1272L, 1273L, 1274L, 1275L, 1276L, 1277L, 1278L, 1279L, 1280L, 1281L, 1282L, 1283L, 1284L, 1285L, 1286L, 1287L, 1288L, 1289L, 1290L, 1291L, 1292L, 1293L, 1294L, 1295L, 1296L, 1L), class = "data.frame"), nbnode = 1296L, dict = structure(list( ref = c("2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160", "161", "162", "163", "164", "165", "166", "167", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "178", "179", "180", "181", "182", "183", "184", "185", "186", "187", "188", "189", "190", "191", "192", "193", "194", "195", "196", "197", "198", "199", "200", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "214", "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250", "251", "252", "253", "254", "255", "256", "257", "258", "259", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290", "291", "292", "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "325", "326", "327", "328", "329", "330", "331", "332", "333", "334", "335", "336", "337", "338", "339", "340", "341", "342", "343", "344", "345", "346", "347", "348", "349", "350", "351", "352", "353", "354", "355", "356", "357", "358", "359", "360", "361", "362", "363", "364", "365", "366", "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394", "395", "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", "430", "431", "432", "433", "434", "435", "436", "437", "438", "439", "440", "441", "442", "443", "444", "445", "446", "447", "448", "449", "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "466", "467", "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484", "485", "486", "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517", "518", "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531", "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548", "549", "550", "551", "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564", "565", "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582", "583", "584", "585", "586", "587", "588", "589", "590", "591", "592", "593", "594", "595", "596", "597", "598", "599", "600", "601", "602", "603", "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614", "615", "616", "617", "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629", "630", "631", "632", "633", "634", "635", "636", "637", "638", "639", "640", "641", "642", "643", "644", "645", "646", "647", "648", "649", "650", "651", "652", "653", "654", "655", "656", "657", "658", "659", "660", "661", "662", "663", "664", "665", "666", "667", "668", "669", "670", "671", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "682", "683", "684", "685", "686", "687", "688", "689", "690", "691", "692", "693", "694", "695", "696", "697", "698", "699", "700", "701", "702", "703", "704", "705", "706", "707", "708", "709", "710", "711", "712", "713", "714", "715", "716", "717", "718", "719", "720", "721", "722", "723", "724", "725", "726", "727", "728", "729", "730", "731", "732", "733", "734", "735", "736", "737", "738", "739", "740", "741", "742", "743", "744", "745", "746", "747", "748", "749", "750", "751", "752", "753", "754", "755", "756", "757", "758", "759", "760", "761", "762", "763", "764", "765", "766", "767", "768", "769", "770", "771", "772", "773", "774", "775", "776", "777", "778", "779", "780", "781", "782", "783", "784", "785", "786", "787", "788", "789", "790", "791", "792", "793", "794", "795", "796", "797", "798", "799", "800", "801", "802", "803", "804", "805", "806", "807", "808", "809", "810", "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823", "824", "825", "826", "827", "828", "829", "830", "831", "832", "833", "834", "835", "836", "837", "838", "839", "840", "841", "842", "843", "844", "845", "846", "847", "848", "849", "850", "851", "852", "853", "854", "855", "856", "857", "858", "859", "860", "861", "862", "863", "864", "865", "866", "867", "868", "869", "870", "871", "872", "873", "874", "875", "876", "877", "878", "879", "880", "881", "882", "883", "884", "885", "886", "887", "888", "889", "890", "891", "892", "893", "894", "895", "896", "897", "898", "899", "900", "901", "902", "903", "904", "905", "906", "907", "908", "909", "910", "911", "912", "913", "914", "915", "916", "917", "918", "919", "920", "921", "922", "923", "924", "925", "926", "927", "928", "929", "930", "931", "932", "933", "934", "935", "936", "937", "938", "939", "940", "941", "942", "943", "944", "945", "946", "947", "948", "949", "950", "951", "952", "953", "954", "955", "956", "957", "958", "959", "960", "961", "962", "963", "964", "965", "966", "967", "968", "969", "970", "971", "972", "973", "974", "975", "976", "977", "978", "979", "980", "981", "982", "983", "984", "985", "986", "987", "988", "989", "990", "991", "992", "993", "994", "995", "996", "997", "998", "999", "1000", "1001", "1002", "1003", "1004", "1005", "1006", "1007", "1008", "1009", "1010", "1011", "1012", "1013", "1014", "1015", "1016", "1017", "1018", "1019", "1020", "1021", "1022", "1023", "1024", "1025", "1026", "1027", "1028", "1029", "1030", "1031", "1032", "1033", "1034", "1035", "1036", "1037", "1038", "1039", "1040", "1041", "1042", "1043", "1044", "1045", "1046", "1047", "1048", "1049", "1050", "1051", "1052", "1053", "1054", "1055", "1056", "1057", "1058", "1059", "1060", "1061", "1062", "1063", "1064", "1065", "1066", "1067", "1068", "1069", "1070", "1071", "1072", "1073", "1074", "1075", "1076", "1077", "1078", "1079", "1080", "1081", "1082", "1083", "1084", "1085", "1086", "1087", "1088", "1089", "1090", "1091", "1092", "1093", "1094", "1095", "1096", "1097", "1098", "1099", "1100", "1101", "1102", "1103", "1104", "1105", "1106", "1107", "1108", "1109", "1110", "1111", "1112", "1113", "1114", "1115", "1116", "1117", "1118", "1119", "1120", "1121", "1122", "1123", "1124", "1125", "1126", "1127", "1128", "1129", "1130", "1131", "1132", "1133", "1134", "1135", "1136", "1137", "1138", "1139", "1140", "1141", "1142", "1143", "1144", "1145", "1146", "1147", "1148", "1149", "1150", "1151", "1152", "1153", "1154", "1155", "1156", "1157", "1158", "1159", "1160", "1161", "1162", "1163", "1164", "1165", "1166", "1167", "1168", "1169", "1170", "1171", "1172", "1173", "1174", "1175", "1176", "1177", "1178", "1179", "1180", "1181", "1182", "1183", "1184", "1185", "1186", "1187", "1188", "1189", "1190", "1191", "1192", "1193", "1194", "1195", "1196", "1197", "1198", "1199", "1200", "1201", "1202", "1203", "1204", "1205", "1206", "1207", "1208", "1209", "1210", "1211", "1212", "1213", "1214", "1215", "1216", "1217", "1218", "1219", "1220", "1221", "1222", "1223", "1224", "1225", "1226", "1227", "1228", "1229", "1230", "1231", "1232", "1233", "1234", "1235", "1236", "1237", "1238", "1239", "1240", "1241", "1242", "1243", "1244", "1245", "1246", "1247", "1248", "1249", "1250", "1251", "1252", "1253", "1254", "1255", "1256", "1257", "1258", "1259", "1260", "1261", "1262", "1263", "1264", "1265", "1266", "1267", "1268", "1269", "1270", "1271", "1272", "1273", "1274", "1275", "1276", "1277", "1278", "1279", "1280", "1281", "1282", "1283", "1284", "1285", "1286", "1287", "1288", "1289", "1290", "1291", "1292", "1293", "1294", "1295", "1296", "1"), id = 0:1295), class = "data.frame", row.names = c(NA, -1296L))), from = NA_real_, to = c(72L, 599L, 640L, 793L, 794L, 829L, 830L, 879L, 880L, 900L, 910L, 911L, 913L, 914L, 915L, 916L, 917L, 918L, 933L, 934L, 935L, 936L, 945L, 946L, 947L, 948L, 949L, 950L, 951L, 967L, 968L, 971L, 972L, 981L, 985L, 1003L, 1016L, 1017L, 1021L, 1039L, 1051L, 1052L, 1053L, 1054L, 1055L, 1078L, 1079L, 1080L, 1086L, 1087L, 1088L, 1146L, 1147L, 1148L, 1176L, 1179L, 1180L, 1181L, 1208L, 1217L, 1242L, 1275L, 1276L, 1277L), algorithm = "phast", allcores = FALSE): NAs are not allowed in origin/destination nodes
    # This option is slower: algorithm duration during testing ~0.73 minutes +
    update_history_from_time_step
    +

    If update_history is provided, update_history_from_time_step is an integer that defines the time step (i.e., element in update_history) from which to restart the algorithm. If provided, the algorithm continues from this point, by taking the starting positions for n particles from update_history[[update_history_from_time_step]]$id_current.

    -#### Example (5): Implement algorithm using shortest distances with mobility restriction -out_5 <- pf(record = record, - origin = xy, - calc_distance = "lcp", - bathy = surface, - calc_movement_pr = pf_setup_movement_pr, - mobility = 250, - n = 10L, - seed = 1) -
    #> flapper::pf() called (@ 2022-06-17 10:06:42)... -#> ... Setting up function... -#> ... Setting up cost-surface for calc_distance = 'lcp'... -#> flapper::lcp_costs() called (@ 2022-06-17 10:06:42)... -#> ... Defining transition matrices...
    #> Warning: transition function gives negative values
    #> ... Calculating distance matrices... -#> ... Assembling LCP costs... -#> ... flapper::lcp_costs() call completed (@ 2022-06-17 10:06:42) after ~0 minutes. -#> flapper::lcp_graph_surface() called (@ 2022-06-17 10:06:42)... -#> ... Defining nodes, edges and costs to make graph... -#> ... Constructing graph object... -#> ... flapper::lcp_graph_surface() call completed (@ 2022-06-17 10:06:42) after ~0 minutes. -#> ... Determining the set of possible starting locations (t = 1)...
    #> Error in .local(obj, ...): NA values in coordinates
    # Algorithm duration during testing ~0.63 minutes -# With shortest distances, the mobility restriction makes more difference -# ... in improving the computation time, because calculations are more involved. -#### Example (6): Parallelisation for Euclidean distances is via cl argument -# ... which implements parallelisation across paths. This is only implemented -# ... for calc_distance_euclid_fast = FALSE, which is rarely desirable. -out_6 <- pf(record = record, - origin = xy, - calc_distance = "euclid", - calc_distance_euclid_fast = FALSE, - calc_movement_pr = pf_setup_movement_pr, - mobility = 250, - n = 10L, - cl = parallel::makeCluster(2L), - seed = 1) -
    #> flapper::pf() called (@ 2022-06-17 10:06:42)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)...
    #> Error in .local(obj, ...): NA values in coordinates
    -#### Example (7): Parallelisation for shortest distances is usually best -# ... via use_all_cores = TRUE -# However, the benefits of parallelisation depend on the number of least-cost -# ... paths calculations that need to be performed, which depends on the size -# ... of bathy, and may be minimal (or negative) for small areas. -out_7 <- pf(record = record, - origin = xy, - calc_distance = "lcp", - bathy = surface, - calc_movement_pr = pf_setup_movement_pr, - mobility = 250, - n = 10L, - use_all_cores = TRUE, - seed = 1) -
    #> flapper::pf() called (@ 2022-06-17 10:06:43)... -#> ... Setting up function... -#> ... Setting up cost-surface for calc_distance = 'lcp'... -#> flapper::lcp_costs() called (@ 2022-06-17 10:06:43)... -#> ... Defining transition matrices...
    #> Warning: transition function gives negative values
    #> ... Calculating distance matrices... -#> ... Assembling LCP costs... -#> ... flapper::lcp_costs() call completed (@ 2022-06-17 10:06:43) after ~0 minutes. -#> flapper::lcp_graph_surface() called (@ 2022-06-17 10:06:43)... -#> ... Defining nodes, edges and costs to make graph... -#> ... Constructing graph object... -#> ... flapper::lcp_graph_surface() call completed (@ 2022-06-17 10:06:43) after ~0 minutes. -#> ... Determining the set of possible starting locations (t = 1)...
    #> Error in .local(obj, ...): NA values in coordinates
    # But the speed benefits in this case are minimal. -# Algorithm duration during testing ~0.61 minutes. +
    write_history
    +

    (optional) A named list, passed to saveRDS, to save a dataframe of the sampled particles at each time step to file. The `file' argument should be the directory in which to save files. Files are named by time steps as `pf_1', `pf_2' and so on.

    -#### Example (8): Extend the movement model via variables in data -# For example, you could assign behavioural 'states', such as resting versus -# ... non resting. Here, we use information on the change in depth to restrict -# ... movement, based on the idea that large changes in depth correlate -# ... with shorter horizontal movements. This is appropriate for calc_distance = -# ... 'euclid', which does not account for movement over the bathymetry and -# ... may be quicker than implementing least-cost distances. -## Define absolute vertical activity (VA) -# For the last observation, we need to assign a VA of 0 to ensure that -# ... we do not include NAs in the calculations. -depth$va_abs <- abs(depth$depth - dplyr::lead(depth$depth)) -depth$va_abs[nrow(depth)] <- 0 -## Define movement model, depending on distance and a dataframe with other information -setup_movement_pr <- function(distance, data){ - beta <- -0.05 + -0.005 * data$va_abs - pr <- stats::plogis(10 + distance * beta) - pr[distance > 500] <- 0 - return(pr) -} -## Examine the movement model with distance and VA -pr <- setup_movement_pr(1:1000, data.frame(va_abs = 0)) -prettyGraphics::pretty_plot(pr, type = "n") -
    #> 'y' argument not supplied; 'x' is plotted against an index.
    for(va_abs in seq(min(depth$va_abs), max(depth$va_abs), length.out = 5)){ - lines(1:1000, setup_movement_pr(1:1000, data.frame(va_abs = va_abs)), lwd = 0.25 + va_abs/5) -} -
    ## Implement algorithm with adjusted movement model -out_8 <- pf(record = record, - data = depth, - origin = xy, - calc_distance = "euclid", - calc_movement_pr = setup_movement_pr, - mobility = 250, - n = 10L, - seed = 1) -
    #> flapper::pf() called (@ 2022-06-17 10:06:43)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)...
    #> Error in .local(obj, ...): NA values in coordinates
    -#### Dealing with convergence failures. -# The algorithm can fail to converge. There are a variety of options -# ... that can be trialled to deal with this: -# ... ... Updating the outputs from an earlier time step -# ... ... Increase the number of particles -# ... ... Resampling -# ... ... Reduce the number of temporal resolution -# ... ... Tweak movement model, depth error, mobility etc. -#### Example (9): Update particle histories from an earlier time step -# ... via update_history and update_history_from_time_step -out_9 <- pf(record = record, - data = depth, - origin = xy, - calc_distance = "euclid", - calc_movement_pr = setup_movement_pr, - mobility = 250, - n = 10L, - seed = 1, - update_history = out_8$history, - update_history_from_time_step = 5) -
    #> flapper::pf() called (@ 2022-06-17 10:06:43)... -#> ... Setting up function...
    #> Error in pf(record = record, data = depth, origin = xy, calc_distance = "euclid", calc_movement_pr = setup_movement_pr, mobility = 250, n = 10L, seed = 1, update_history = out_8$history, update_history_from_time_step = 5): object 'out_8' not found
    -#### Example (10): Implement re-sampling via resample -# Here, for demonstration purposes, we implement the algorithm from -# ... scratch with the original movement model, this time re-sampling -# ... possible positions with equal probability if there are -# ... fewer than 10 unique positions. -# ... (Normally resample would be less than n.) -# In this example, the function re-samples candidate starting positions at t = 9 -out_10 <- pf(record = record, - data = depth, - origin = xy, - calc_distance = "euclid", - calc_movement_pr = pf_setup_movement_pr, - mobility = 250, - n = 10L, - resample = 10, - seed = 1) -
    #> flapper::pf() called (@ 2022-06-17 10:06:43)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)...
    #> Error in .local(obj, ...): NA values in coordinates
    -#### Example (10): A simulation workflow -# This example provides a simulation workflow for comparing simulated and -# ... reconstructed paths. Specifically, we simulate movement in an area, -# ... so that we know the 'true' path. We then implement the DCPF algorithm -# ... to reconstruct possible paths -# ... and compare the true and reconstructed paths. +
    cl, use_all_cores
    +

    (optional) Parallelisation options. These can be implemented for the approaches that consider particles iteratively (i.e., calc_distance = "euclid" with calc_distance_euclid_fast = FALSE, or calc_distance = "lcp"). The algorithm can be parallelised within time steps over (1) particles via cl (an integer defining the number of child processes (ignored on Windows) or a cluster object created by makeCluster (see pblapply)) or (2) within particles for the calculation of shortest distances (if calc_distance = "lcp") via a logical input (TRUE) to use_all_cores. For calc_distance = "euclid", parallelisation is typically only beneficial for relatively large numbers of particles, because the substantial computation overhead associated with parallelisation across paths at each time step is substantial. For calc_distance = "lcp", use_all_cores = TRUE is typically a better option for parallelisation; however, this may only be beneficial if mobility relatively large. At present, parallelisation is not very effective, especially if a cluster is supplied, and may be slower.

    -## (A) Set seed for reproducibility -seed <- 2021 -set.seed(seed) -## (B) Define area for simulation -# Here, we use the sample area as above, but reduce the resolution -# ... for example speed. -dat_gebco_planar <- raster::raster(crs = raster::crs(dat_gebco), - ext = raster::extent(dat_gebco), - resolution = 25) -dat_gebco_planar <- raster::resample(dat_gebco, dat_gebco_planar, method = "bilinear") -
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    # Define 'sea' for movement simulation -dat_coast <- raster::crop(dat_coast, raster::extent(dat_gebco)) -dat_sea <- invert_poly(dat_coast) -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'obj' in selecting a method for function 'coordinates': unable to find an inherited method for function ‘extent’ for signature ‘"NULL"’
    # Visualise area -prettyGraphics::pretty_map(dat_gebco_planar, - add_rasters = list(x = dat_gebco_planar), - add_polys = list(x = dat_sea)) -
    #> Error in prettyGraphics::pretty_map(dat_gebco_planar, add_rasters = list(x = dat_gebco_planar), add_polys = list(x = dat_sea)): object 'dat_sea' not found
    -## (C) Simulate movement path -# Define movement parameters -sim_steps <- function(...) stats::rgamma(1, shape = 15, scale = 5) -prettyGraphics::pretty_hist(stats::rgamma(10000, shape = 15, scale = 5), breaks = 100) -
    # Define animal's origin -origin_sim <- sp::spsample(dat_sea, n = 1, type = "random") -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'spsample': object 'dat_sea' not found
    origin_sim <- sp::coordinates(origin_sim) -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'obj' in selecting a method for function 'coordinates': object 'origin_sim' not found
    # Simulate path -path_sim <- sim_path_sa(n = 10, - p_1 = origin_sim, - area = dat_sea, - sim_step = sim_steps, - add_rasters = list(x = dat_gebco_planar), - seed = seed) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:06:43)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0%
    #> Error in sim_path_sa(n = 10, p_1 = origin_sim, area = dat_sea, sim_step = sim_steps, add_rasters = list(x = dat_gebco_planar), seed = seed): object 'origin_sim' not found
    # Get resultant depth time series -path_sim <- path_sim$xy_mat -
    #> Error in eval(expr, envir, enclos): object 'path_sim' not found
    path_sim <- data.frame(path_id = 1, - cell_id = raster::cellFromXY(dat_gebco_planar, path_sim), - cell_x = path_sim[, 1], - cell_y = path_sim[, 2], - timestep = 1:nrow(path_sim)) -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'xy' in selecting a method for function 'cellFromXY': object 'path_sim' not found
    path_sim$cell_z <- raster::extract(dat_gebco_planar, path_sim$cell_id) -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'y' in selecting a method for function 'extract': object 'path_sim' not found
    prettyGraphics::pretty_plot(path_sim$cell_z, type = "l") -
    #> Error in prettyGraphics::pretty_plot(path_sim$cell_z, type = "l"): object 'path_sim' not found
    # Check simulated movements on the scale of the grid -sp::spDists(raster::xyFromCell(dat_gebco_planar, path_sim$cell_id), - segments = TRUE) -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'cell' in selecting a method for function 'xyFromCell': object 'path_sim' not found
    # Simulate 'observed' depth time series given some error -# ... For illustration, we will make the error smaller in this example -cde <- function(...) matrix(c(-2.5, 2.5), nrow = 2) -depth_obs <- runif(length(path_sim$cell_z), - path_sim$cell_z + cde(path_sim$cell_z)[1], - path_sim$cell_z + cde(path_sim$cell_z)[2]) -
    #> Error in runif(length(path_sim$cell_z), path_sim$cell_z + cde(path_sim$cell_z)[1], path_sim$cell_z + cde(path_sim$cell_z)[2]): object 'path_sim' not found
    depth_obs <- data.frame(depth = depth_obs) -
    #> Error in data.frame(depth = depth_obs): object 'depth_obs' not found
    # Compare 'true' and 'observed' depth time series -pf_plot_1d(path_sim, depth_obs, - type = "b", cex = 0.5, - add_lines = list(col = "royalblue", type = "l")) -
    #> Error in check_names(input = archival, req = c("depth")): object 'depth_obs' not found
    -## Implement dc() on 'observed' time series -dc_out <- dc(archival = depth_obs, - bathy = dat_gebco_planar, - calc_depth_error = cde, - save_record_spatial = NULL) -
    #> flapper::dc() called (@ 2022-06-17 10:06:43)... -#> ... Setting up function...
    #> Error in dc(archival = depth_obs, bathy = dat_gebco_planar, calc_depth_error = cde, save_record_spatial = NULL): object 'depth_obs' not found
    -## Implement pf() on the results from dc() -# We will assume that the origin was known. -# ... We will mostly use the default options. -history_dcpf <- - pf(record = acdc_access_maps(acdc_simplify(dc_out, type = "dc"), - type = "map_timestep"), - origin = origin_sim, - calc_distance = "euclid", - mobility = 200, - n = 10L) -
    #> flapper::pf() called (@ 2022-06-17 10:06:43)... -#> ... Setting up function...
    #> acdc_simplify() implemented for type = 'dc'.
    #> Error in pf(record = acdc_access_maps(acdc_simplify(dc_out, type = "dc"), type = "map_timestep"), origin = origin_sim, calc_distance = "euclid", mobility = 200, n = 10L): object 'origin_sim' not found
    -## Visualise particle histories in relation to simulated paths -# Here, each plot shows the particles sampled at a particular time step -# ... The green area shows areas of the requisite depth at that time step and the -# ... particles show sampled locations at that time step. The simulated path -# ... is shown in black. -pp <- graphics::par(mfrow = c(3, 4)) -pf_plot_history(history_dcpf, - add_particles = list(pch = 21), - add_paths = list(x = path_sim$cell_x, path_sim$cell_y, length = 0.05), - xlim = range(path_sim$cell_x), ylim = range(path_sim$cell_y), - crop_spatial = TRUE, - prompt = FALSE) -
    #> Error in pf_plot_history(history_dcpf, add_particles = list(pch = 21), add_paths = list(x = path_sim$cell_x, path_sim$cell_y, length = 0.05), xlim = range(path_sim$cell_x), ylim = range(path_sim$cell_y), crop_spatial = TRUE, prompt = FALSE): object 'history_dcpf' not found
    graphics::par(pp) +
    seed
    +

    (optional) An integer to define the seed for reproducible simulations (see set.seed).

    -## Assemble paths -path_dcpf <- pf_simplify(history_dcpf, bathy = dat_gebco_planar) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:06:43)...
    #> Error in pf_simplify(history_dcpf, bathy = dat_gebco_planar): object 'history_dcpf' not found
    -## Compare reconstructed versus observed depth time series -pf_plot_1d(path_dcpf, depth_obs) -
    #> Error in check_names(input = archival, req = c("depth")): object 'depth_obs' not found
    -## Show that the distances between sequential positions are within the restrictions -# ... of the movement model -require(rlang) -
    #> Loading required package: rlang
    path_dcpf <- - path_dcpf %>% - dplyr::group_by(.data$path_id) %>% - dplyr::mutate(cell_x2 = dplyr::lag(.data$cell_x), - cell_y2 = dplyr::lag(.data$cell_y), - dist_1 = sqrt((.data$cell_x2 - .data$cell_x)^2 + - (.data$cell_y2 -.data$ cell_y)^2)) -
    #> Error in dplyr::group_by(., .data$path_id): object 'path_dcpf' not found
    path_dcpf -
    #> Error in eval(expr, envir, enclos): object 'path_dcpf' not found
    range(path_dcpf$dist_1, na.rm =TRUE) -
    #> Error in eval(expr, envir, enclos): object 'path_dcpf' not found
    -## Visualise paths -# Zoom around path -xlim <- range(c(path_sim$cell_x, path_dcpf$cell_x), na.rm = TRUE) -
    #> Error in eval(expr, envir, enclos): object 'path_sim' not found
    ylim <- range(c(path_sim$cell_y, path_dcpf$cell_y), na.rm = TRUE) -
    #> Error in eval(expr, envir, enclos): object 'path_sim' not found
    boundaries <- raster::extent(xlim, ylim) -
    #> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'extent': object 'xlim' not found
    area <- raster::crop(dat_gebco_planar, boundaries) -
    #> Error in .local(x, y, ...): extents do not overlap
    # Define function to add simulated path for comparison -add_paths_sim <- - function() prettyGraphics::add_sp_path(path_sim$cell_x, path_sim$cell_y, - lwd = 2, length = 0.01) -# Make plots -if(interactive()){ - pf_plot_2d(path_dcpf, area, add_paths = list(length = 0.05), - add_additional = add_paths_sim, - prompt = TRUE) -} -#### Example (11): Write a dataframe of sampled particles to file at each time step -# Define directory in which to save files -root <- paste0(tempdir(), "/pf/") -dir.create(root) -# Implement PF, writing the history of particle samples at each time step -out_11 <- pf(record = record, - origin = xy, - write_history = list(file = root)) -
    #> flapper::pf() called (@ 2022-06-17 10:06:43)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)... -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1...
    #> The probability of all cells at time 1 is 0. Either (1) the algorithm has been 'unlucky' and all n = 10 particles up to this point have led to 'dead ends', (2) the mobility model ('mobility') is too limiting and/or (3) other model assumptions have been violated. The function will now stop, returning outputs up until this point.
    # Read the record into R -history_from_file <- lapply(pf_access_history_files(root), readRDS) -
    #> Error in pf_access_history_files(root): File naming structure is unrecognised.TRUE
    # Show that the history recorded in 'out_11' is the same as that recorded by the saved files -length(out_11$history); length(history_from_file) -
    #> [1] 0
    #> Error in eval(expr, envir, enclos): object 'history_from_file' not found
    #> [1] 0
    identical(out_11$history, history_from_file) -
    #> Error in identical(out_11$history, history_from_file): object 'history_from_file' not found
    cbind(out_11$history[[1]], - history_from_file[[1]]) -
    #> Error in out_11$history[[1]]: subscript out of bounds
    -
    +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console or to file to relay function progress. If con = "", messages are printed to the console; otherwise, they are written to file (see below).

    + + +
    con
    +

    If verbose = TRUE, con is character string that defines how messages relaying function progress are returned. If con = "", messages are printed to the console (unless redirected by sink). Otherwise, con defines the full pathway to a .txt file (which can be created on-the-fly) into which messages are written to relay function progress. This approach, rather than printing to the console, is recommended for clarity, speed and debugging.

    + + +
    optimisers
    +

    A named list of optimisation controls from pf_setup_optimisers.

    + +
    +
    +

    Value

    + + +

    The function returns a pf_archive-class object. This is a named list that includes the parameters used to generate function outputs (`args') and the particles sampled at each time step (`history'). The latter can be assembled into a dataframe of movement paths via pf_simplify.

    +
    +
    +

    Details

    + +
    +

    Background

    +

    This function implements a widely applicable particle simulation and filtering based approach to refine maps of possible locations of an individual through time via the incorporation of a movement model that facilitates the reconstruction of movement paths. Within flapper, the acoustic-container (AC), depth-contour (DC) and acoustic-container depth-contour (ACDC) algorithms, which define the possible locations of an individual through time based on acoustic containers and/or depth contours, can be passed through a this process, resulting in the DCPF, ACPF and ACDCPF algorithms.

    • ACPF. The ACPF algorithm combines the AC algorithm with particle filtering. This is designed to simulate possible movement paths and emergent patterns of space use in passive acoustic telemetry arrays. This algorithm is widely applicable.

    • +
    • DCPF. The DCPF algorithm combines the DC algorithm with particle filtering. This is designed to simulate possible movement paths of a tagged animal over the seabed, given a regular sequence of depth observations (archival), the bathymetry (bathy) over which movement occurred and a movement model (calc_movement_pr) that specifies the probability of movement from a given location to any other, given the distance between them (and any other pre-defined time-dependent parameters in archival). The function was motivated by small scale applications concerning the reconstruction of possible movement paths of flapper skate (Dipturus intermedius) tagged with archival tags, following capture and release in a given location, for short-periods of time post-release.

    • +
    • ACDCPF. The ACDCPF algorithm combines the ACDC algorithm with particle filtering. For tagged animals with acoustic and archival data, this algorithm is designed to reconstruct fine-scale movement paths and emergent patterns of space use across an area.

    • +
    + +
    +

    Methods

    +

    At the first time step, n starting points (`particles') are selected from the set of possible locations of the individual. If an origin is specified, this selection can be biased towards cells near the origin by the movement model. From each starting position, the Euclidean or shortest distances to cells in which the individual could have been located at the next time step are calculated and passed to a movement model that assigns movement probabilities to each cell. Since movement probabilities are likely to be behaviourally dependent, the movement model can depend on time step-specific information specified in data. However, currently, the model cannot depend on sampled locations; therefore, at least under some conditions, the movement model will need to reflect the maximum distance that an individual could travel within the time period between depth observations, accounting for the possible effects of water currents and any other influences on swimming speed. Movement probabilities are combined with the 'intrinsic' probability associated with each location (as defined in the record), giving a holistic measure of the probability of movement into each cell. From the set of cells in which the individual could have been located with a probability of more than zero, n particles are sampled, with replacement and according to their probability, and taken as possible starting positions at the next time step. This process repeats until the end of the time series. Since locations are sampled from the set of possible locations at each time step, any restrictions on the individual's movement (e.g., from acoustic detections) incorporated within record are directly incorporated. The result is a set of simulated particles that represent possible locations of the individual at each time step, accounting for movement restrictions. This can be assembled into a set of movement paths over a surface that is consistent with the data and the model parameters via pf_simplify. While the number of particles is predetermined by n, more than n possible pathways may be defined by all of the combinations of sequential particle movements.

    +
    + +
    +

    Convergence

    +

    Algorithm convergence is not guaranteed. There are three main circumstances in which the algorithm may fail to return any paths that span the start to the end of the depth time series:

    1. Chance. All n paths may be `dead ends'. This possibility can be mitigated by increasing n.

    2. +
    3. Movement model. The movement model may be too limiting. This possibility can be mitigated by ensuring that the movement model realistically represents the probability that an individual can transition between cells given the distance between them. This may be guided by data on the study species or similar species. The movement model may need to account for the effect of water currents, which may increase maximum `swimming' speeds in some directions. (Unfortunately, spatially variable swimming speeds are not currently implemented.) If maximum swimming speeds are uncertain, implementing the algorithm over longer time series (e.g., every \(2^{nd}\) record), with a suitably relaxed movement model, may facilitate convergence if maximum speeds are unlikely to be maintained for long periods.

    4. +
    5. Other assumptions. The particle filtering process is based on pre-defined surfaces of the possible locations of the individual at each time step and the assumptions in the computation of these surfaces may be violated. For example, in the DC and ACDC algorithms. the depth error may be too restrictive, given the accuracy of the depth observations, the bathymetry data and the tidal height across an area.

    6. +

    In these scenarios, the function returns a message that it is about to fail and the results from the start of the algorithm until the current time step, before stopping.

    +
    + +
    +

    Computational considerations

    +

    This algorithm is computationally intensive. It is advisable that it is run initially with a small time series in a small area and a small number of particles. For larger datasets, there are some tricks that can improve computation time.

    • Temporal resolution. Reduce the temporal resolution of the record time series so that there are fewer time steps.

    • +
    • Bathymetric resolution. Reduce the resolution of records. For the DC or ACDC algorithms, this will require re-implementing dc or acdc with a lower resolution surface and propagating the additional error induced by this process via calc_depth_error (e.g., see process_surface) and then using the recomputed records in this function.

    • +
    • Mobility limits. Check whether or not setting mobility limits (mobility, mobility_from_origin) improves speed.

    • +
    • Distance calculations. This step is particularly slow because the distance from each location to many or all surrounding locations are calculated. To speed up this step, implement calc_distance = "euclid" with calc_distance_euclid_fast = TRUE. If necessary, interpolate least-cost paths after algorithm completion within pf_simplify or lcp_interp. In the future, a Markov chain Monte Carlo style approach may be implemented in which distances (and probabilities) for randomly selected `proposal' cells are calculated, with those cells then rejected or retained, rather than calculating distances to many or all surrounding cells, but this is unlikely to be faster in many settings.

    • +
    • Parallelisation. If the fast Euclidean distances method is not used, test alternative options for parallelisation. For the cl argument, specifying an integer on non-Windows platforms may be faster than a cluster from makeCluster (see pblapply). Parallelisation may be slower in some circumstances.

    • +
    + +
    +
    +

    See also

    +

    This routine builds on the AC (ac), (dc) and (acdc) algorithms. For the movement model, Euclidean distances are obtained from distanceFromPoints or shortest distances are obtained from lcp_from_point (via lcp_costs and lcp_graph_surface, unless calc_distance_graph is supplied). The default movement model applied to these distances is pf_setup_movement_pr. get_mvt_resting provides a means to assign resting/non-resting behaviour to time steps (in data) for behaviourally dependent movement models. Particle histories can be visualised with pf_plot_history and joined into paths via pf_simplify. For processed paths, shortest distances/paths between sequential locations can be interpolated via lcp_interp, which is a wrapper for the lcp_over_surface routine. This can be useful for checking whether the faster Euclidean distances method is acceptable and, if so, for post-hoc adjustments of movement probabilities based on shortest distances (see lcp_interp). Paths can be visualised with pf_plot_1d, pf_plot_2d and pf_plot_3d. The log-probability of the paths, given the movement model, can be calculated via pf_loglik.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Summary
    +# In these examples, we consider an example depth time series, which we generate.
    +# We use the DC algorithm to reconstruct the possible locations of the individual through time.
    +# We then use particle filtering (the DCPF algorithm in this case) to refine maps of the
    +# ... individuals possible location via the incorporation of a movement model. The
    +# ... same principles apply to other algorithms e.g., AC and ACDC.
    +
    +#### Step (1): Generate some example movement time series over a surface
    +
    +## Sample species
    +# In this example, we consider flapper skate (Dipturus intermedius)
    +# ... off the west coast of Scotland.
    +
    +## Define a starting location (optional) in UTM coordinates
    +xy <- matrix(c(708886.3, 6254404), ncol = 2)
    +## Define 'observed' depth time series using absolute values
    +# Imagine these are observations made every two minutes
    +depth <- c(163.06, 159.71, 153.49, 147.04, 139.86, 127.19, 114.75,
    +           99.44,  87.01,  78.16,  70.03,  60.23,  49.96,  35.39,
    +           27.75,  20.13,  12.73,  11.32)
    +depth <- data.frame(depth = depth)
    +
    +## Define surface over which movement occurred
    +# We will use the example dat_gebco bathymetry dataset
    +# This is relatively coarse in resolution, so we need to re-sample
    +# ... the raster to generate a finer-resolution raster such that
    +# ... our animal can transition between cells
    +# ... in the duration between depth observations. For speed,
    +# ... we will focus on a small area around the origin. We could
    +# ... also process the raster in other ways (e.g., mask any areas of land)
    +# ... to improve efficiency.
    +surface    <- dat_gebco
    +boundaries <- raster::extent(707884.6, 709884.6, 6253404, 6255404)
    +blank      <- raster::raster(boundaries, res = c(5, 5))
    +surface    <- raster::resample(surface, blank)
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +#> Error in .intersectExtent(x, y, validate = TRUE): Objects do not intersect
    +
    +## Define depth error function
    +# Because the bathymetry data is very coarse, and the bathymetry is
    +# ... very complex in this region of Scotland, we have to
    +# ... force a high depth error to be high in this example.
    +# The calc_depth_error() function can depend on depth, but in this example
    +# ... we assume the depth error is independent of depth.
    +cde <- function(...) matrix(c(-30, 30), nrow = 2)
    +
    +## Define movement model
    +# The default movement model is suitable, with skate moving typically
    +# ... less than 200 m in a two-minute period.
    +# You could use a separate movement model (and mobility restriction) for the origin
    +# ... if necessary, but for brevity we don't implement that here.
    +
    +## Visualise movement surface, with starting location overlaid
    +prettyGraphics::pretty_map(add_rasters = list(x = surface),
    +                           add_points = list(x = xy),
    +                           verbose = FALSE)
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    +
    +
    +#### Step (2): Use the DC algorithm to get individual's the possible locations
    +dc_out <- dc(archival = depth,
    +             bathy = surface,
    +             calc_depth_error = cde,
    +             save_record_spatial = NULL)
    +#> flapper::dc() called (@ 2023-02-19 15:02:29)... 
    +#> ... Setting up function... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> ... Implementing calc_depth_error()... 
    +#> ... Plotting movement time series (for each chunk)... 
    +
    +#> ... Implementing algorithm over time steps... 
    +#> ... flapper::dc() call completed (@ 2023-02-19 15:02:30) after ~0 minutes. 
    +# Extract time-specific maps
    +# ... Either directly for single chunk implementations of dc()
    +record <- dc_out$archive$record
    +record <- lapply(record, function(r) r$spatial[[1]]$map_timestep)
    +# ... Or indirectly via acdc_simplify() in general
    +dc_out_summary <- acdc_simplify(dc_out, type = "dc")
    +#> acdc_simplify() implemented for type = 'dc'.
    +record <- lapply(dc_out_summary$record, function(r) r$spatial[[1]]$map_timestep)
    +# Plot maps
    +lapply(record, function(r) raster::plot(r))
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +#> [[1]]
    +#> NULL
    +#> 
    +#> [[2]]
    +#> NULL
    +#> 
    +#> [[3]]
    +#> NULL
    +#> 
    +#> [[4]]
    +#> NULL
    +#> 
    +#> [[5]]
    +#> NULL
    +#> 
    +#> [[6]]
    +#> NULL
    +#> 
    +#> [[7]]
    +#> NULL
    +#> 
    +#> [[8]]
    +#> NULL
    +#> 
    +#> [[9]]
    +#> NULL
    +#> 
    +#> [[10]]
    +#> NULL
    +#> 
    +#> [[11]]
    +#> NULL
    +#> 
    +#> [[12]]
    +#> NULL
    +#> 
    +#> [[13]]
    +#> NULL
    +#> 
    +#> [[14]]
    +#> NULL
    +#> 
    +#> [[15]]
    +#> NULL
    +#> 
    +#> [[16]]
    +#> NULL
    +#> 
    +#> [[17]]
    +#> NULL
    +#> 
    +#> [[18]]
    +#> NULL
    +#> 
    +
    +#### Example (1): Implement algorithm using default options
    +out_1 <- pf(record = record,
    +            origin  = xy,
    +            calc_distance = "euclid",
    +            calc_movement_pr = pf_setup_movement_pr,
    +            n = 10L,
    +            seed = 1)
    +#> flapper::pf() called (@ 2023-02-19 15:02:30)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> The probability of all cells at time 1 is 0. Either (1) the algorithm has been 'unlucky' and all n = 10 particles up to this point have led to 'dead ends', (2) the mobility model ('mobility') is too limiting and/or (3) other model assumptions have been violated. The function will now stop, returning outputs up until this point.
    +# The function returns a pf_archive-class object
    +class(out_1)
    +#> [1] "list"       "pf_archive"
    +utils::str(out_1)
    +#> List of 3
    +#>  $ history: list()
    +#>  $ method : chr "pf"
    +#>  $ args   :List of 21
    +#>   ..$ record                       :List of 18
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.0156
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.0141
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.0128
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.011
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.0099
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00719
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00541
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00495
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00435
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0.00394 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00394
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0.00395 0 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00395
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0.00375 0.00375 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00375
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0.00375 0.00375 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00375
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0.00348 0.00348 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00348
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0.00368 0.00368 0 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00368
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0.00287 0.00287 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00287
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0.00241 0.00241 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00241
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   .. ..$ :Formal class 'RasterLayer' [package "raster"] with 13 slots
    +#>   .. .. .. ..@ file    :Formal class '.RasterFile' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ name        : chr ""
    +#>   .. .. .. .. .. ..@ datanotation: chr "FLT4S"
    +#>   .. .. .. .. .. ..@ byteorder   : chr "little"
    +#>   .. .. .. .. .. ..@ nodatavalue : num -Inf
    +#>   .. .. .. .. .. ..@ NAchanged   : logi FALSE
    +#>   .. .. .. .. .. ..@ nbands      : int 1
    +#>   .. .. .. .. .. ..@ bandorder   : chr "BIL"
    +#>   .. .. .. .. .. ..@ offset      : int 0
    +#>   .. .. .. .. .. ..@ toptobottom : logi TRUE
    +#>   .. .. .. .. .. ..@ blockrows   : int 36
    +#>   .. .. .. .. .. ..@ blockcols   : int 36
    +#>   .. .. .. .. .. ..@ driver      : chr ""
    +#>   .. .. .. .. .. ..@ open        : logi FALSE
    +#>   .. .. .. ..@ data    :Formal class '.SingleLayerData' [package "raster"] with 13 slots
    +#>   .. .. .. .. .. ..@ values    : num [1:1296] 0 0.00237 0.00237 0 0 ...
    +#>   .. .. .. .. .. ..@ offset    : num 0
    +#>   .. .. .. .. .. ..@ gain      : num 1
    +#>   .. .. .. .. .. ..@ inmemory  : logi TRUE
    +#>   .. .. .. .. .. ..@ fromdisk  : logi FALSE
    +#>   .. .. .. .. .. ..@ isfactor  : logi FALSE
    +#>   .. .. .. .. .. ..@ attributes: list()
    +#>   .. .. .. .. .. ..@ haveminmax: logi TRUE
    +#>   .. .. .. .. .. ..@ min       : num 0
    +#>   .. .. .. .. .. ..@ max       : num 0.00237
    +#>   .. .. .. .. .. ..@ band      : int 1
    +#>   .. .. .. .. .. ..@ unit      : chr ""
    +#>   .. .. .. .. .. ..@ names     : chr "layer"
    +#>   .. .. .. ..@ legend  :Formal class '.RasterLegend' [package "raster"] with 5 slots
    +#>   .. .. .. .. .. ..@ type      : chr(0) 
    +#>   .. .. .. .. .. ..@ values    : logi(0) 
    +#>   .. .. .. .. .. ..@ color     : logi(0) 
    +#>   .. .. .. .. .. ..@ names     : logi(0) 
    +#>   .. .. .. .. .. ..@ colortable: logi(0) 
    +#>   .. .. .. ..@ title   : chr(0) 
    +#>   .. .. .. ..@ extent  :Formal class 'Extent' [package "raster"] with 4 slots
    +#>   .. .. .. .. .. ..@ xmin: num -5.55
    +#>   .. .. .. .. .. ..@ xmax: num -5.4
    +#>   .. .. .. .. .. ..@ ymin: num 56.3
    +#>   .. .. .. .. .. ..@ ymax: num 56.5
    +#>   .. .. .. ..@ rotated : logi FALSE
    +#>   .. .. .. ..@ rotation:Formal class '.Rotation' [package "raster"] with 2 slots
    +#>   .. .. .. .. .. ..@ geotrans: num(0) 
    +#>   .. .. .. .. .. ..@ transfun:function ()  
    +#>   .. .. .. ..@ ncols   : int 36
    +#>   .. .. .. ..@ nrows   : int 36
    +#>   .. .. .. ..@ crs     :Formal class 'CRS' [package "sp"] with 1 slot
    +#>   .. .. .. .. .. ..@ projargs: chr "+proj=longlat +datum=WGS84 +no_defs"
    +#>   .. .. .. .. .. ..$ comment: chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ srs     : chr "GEOGCRS[\"unknown\",\n    DATUM[\"World Geodetic System 1984\",\n        ELLIPSOID[\"WGS 84\",6378137,298.25722"| __truncated__
    +#>   .. .. .. ..@ history : list()
    +#>   .. .. .. ..@ z       : list()
    +#>   ..$ data                         : NULL
    +#>   ..$ origin                       : num [1, 1:2] 708886 6254404
    +#>   ..$ calc_distance                : chr "euclid"
    +#>   ..$ calc_distance_euclid_fast    : logi TRUE
    +#>   ..$ bathy                        : NULL
    +#>   ..$ calc_distance_graph          : NULL
    +#>   ..$ calc_movement_pr             :function (distance, ...)  
    +#>   ..$ calc_movement_pr_from_origin :function (distance, ...)  
    +#>   ..$ mobility                     : NULL
    +#>   ..$ mobility_from_origin         : NULL
    +#>   ..$ n                            : int 10
    +#>   ..$ resample                     : NULL
    +#>   ..$ update_history               : NULL
    +#>   ..$ update_history_from_time_step: int 1
    +#>   ..$ write_history                : NULL
    +#>   ..$ cl                           : NULL
    +#>   ..$ use_all_cores                : logi FALSE
    +#>   ..$ seed                         : num 1
    +#>   ..$ verbose                      : logi TRUE
    +#>   ..$ optimisers                   :List of 3
    +#>   .. ..$ use_raster_operations                 : logi TRUE
    +#>   .. ..$ use_calc_distance_euclid_backend_grass: logi FALSE
    +#>   .. ..$ use_grass_dir                         : NULL
    +#>   .. ..- attr(*, "class")= chr [1:2] "list" "pf_optimiser"
    +#>  - attr(*, "class")= chr [1:2] "list" "pf_archive"
    +# Algorithm duration during testing ~0.03 minutes
    +# ... (vs ~0.21 minutes with calc_distance_euclid_fast = FALSE)
    +
    +#### Example (2): Implement algorithm reading rasters from file on the fly
    +# Save files (this can be done directly within dc())
    +tmp_root <- paste0(tempdir(), "/dc_files/")
    +dir.create(tmp_root)
    +lapply(1:length(record), function(i) raster::writeRaster(record[[i]], paste0(tmp_root, i, ".tif")))
    +#> [[1]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 1.tif 
    +#> names      : layer 
    +#> values     : 0, 0.015625  (min, max)
    +#> 
    +#> 
    +#> [[2]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 2.tif 
    +#> names      : layer 
    +#> values     : 0, 0.01408451  (min, max)
    +#> 
    +#> 
    +#> [[3]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 3.tif 
    +#> names      : layer 
    +#> values     : 0, 0.01282051  (min, max)
    +#> 
    +#> 
    +#> [[4]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 4.tif 
    +#> names      : layer 
    +#> values     : 0, 0.01098901  (min, max)
    +#> 
    +#> 
    +#> [[5]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 5.tif 
    +#> names      : layer 
    +#> values     : 0, 0.00990099  (min, max)
    +#> 
    +#> 
    +#> [[6]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 6.tif 
    +#> names      : layer 
    +#> values     : 0, 0.007194245  (min, max)
    +#> 
    +#> 
    +#> [[7]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 7.tif 
    +#> names      : layer 
    +#> values     : 0, 0.005405406  (min, max)
    +#> 
    +#> 
    +#> [[8]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 8.tif 
    +#> names      : layer 
    +#> values     : 0, 0.004950495  (min, max)
    +#> 
    +#> 
    +#> [[9]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 9.tif 
    +#> names      : layer 
    +#> values     : 0, 0.004347826  (min, max)
    +#> 
    +#> 
    +#> [[10]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 10.tif 
    +#> names      : layer 
    +#> values     : 0, 0.003937008  (min, max)
    +#> 
    +#> 
    +#> [[11]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 11.tif 
    +#> names      : layer 
    +#> values     : 0, 0.003952569  (min, max)
    +#> 
    +#> 
    +#> [[12]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 12.tif 
    +#> names      : layer 
    +#> values     : 0, 0.003745318  (min, max)
    +#> 
    +#> 
    +#> [[13]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 13.tif 
    +#> names      : layer 
    +#> values     : 0, 0.003745318  (min, max)
    +#> 
    +#> 
    +#> [[14]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 14.tif 
    +#> names      : layer 
    +#> values     : 0, 0.003484321  (min, max)
    +#> 
    +#> 
    +#> [[15]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 15.tif 
    +#> names      : layer 
    +#> values     : 0, 0.003676471  (min, max)
    +#> 
    +#> 
    +#> [[16]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 16.tif 
    +#> names      : layer 
    +#> values     : 0, 0.002873563  (min, max)
    +#> 
    +#> 
    +#> [[17]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 17.tif 
    +#> names      : layer 
    +#> values     : 0, 0.002409639  (min, max)
    +#> 
    +#> 
    +#> [[18]]
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : 18.tif 
    +#> names      : layer 
    +#> values     : 0, 0.002369668  (min, max)
    +#> 
    +#> 
    +# Create pointer to files (in the correct order by time step)
    +record_pointer <- list.files(tmp_root)
    +record_pointer <- substr(record_pointer, 1, nchar(record_pointer) - 4)
    +record_pointer <- data.frame(index = 1:length(record_pointer), name = record_pointer)
    +record_pointer <- record_pointer[order(as.integer(record_pointer$name)), ]
    +record_pointer <- list.files(tmp_root, full.names = TRUE)[record_pointer$index]
    +out_2 <- pf(record = record_pointer,
    +            origin  = xy,
    +            calc_distance = "euclid",
    +            calc_movement_pr = pf_setup_movement_pr,
    +            n = 10L,
    +            seed = 1)
    +#> flapper::pf() called (@ 2023-02-19 15:02:37)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> The probability of all cells at time 1 is 0. Either (1) the algorithm has been 'unlucky' and all n = 10 particles up to this point have led to 'dead ends', (2) the mobility model ('mobility') is too limiting and/or (3) other model assumptions have been violated. The function will now stop, returning outputs up until this point.
    +
    +#### Example (3): Implement a blanket mobility restriction
    +# This can improve computational efficiency but offers no improvement
    +# ... in this example (e.g., due to relatively small raster, so the cost of
    +# ... focusing in on a specific area matches the speed gains of
    +# ... implementing the distance/movement
    +# ... pr calculations over a smaller area at each time step)
    +out_3 <- pf(record = record,
    +            origin  = xy,
    +            calc_distance = "euclid",
    +            calc_movement_pr = pf_setup_movement_pr,
    +            mobility = 250,
    +            n = 10L,
    +           seed = 1)
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Error in .local(obj, ...): NA values in coordinates
    +# Algorithm duration during testing ~0.04 minutes
    +
    +#### Example (4): Implement algorithm using shortest distances
    +# Note the need for a surface with equal resolution if this option is implemented.
    +# To speed up the initial stages of the algorithm, you can supply the graph
    +# ... required for least-cost calculations via calc_distance_graph, but for
    +# ... brevity we don't implement that here.
    +out_4 <- pf(record = record,
    +            origin  = xy,
    +            calc_distance = "lcp",
    +            bathy = surface,
    +            calc_movement_pr = pf_setup_movement_pr,
    +            n = 10L,
    +            seed = 1)
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> ... Setting up cost-surface for calc_distance = 'lcp'... 
    +#> flapper::lcp_costs() called (@ 2023-02-19 15:02:38)... 
    +#> ... Defining transition matrices... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating distance matrices... 
    +#> ... Assembling LCP costs... 
    +#> ... flapper::lcp_costs() call completed (@ 2023-02-19 15:02:38) after ~0 minutes. 
    +#> flapper::lcp_graph_surface() called (@ 2023-02-19 15:02:38)... 
    +#> ... Defining nodes, edges and costs to make graph... 
    +#> ... Constructing graph object... 
    +#> ... flapper::lcp_graph_surface() call completed (@ 2023-02-19 15:02:38) after ~0 minutes. 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> flapper::lcp_from_point() called (@ 2023-02-19 15:02:38)... 
    +#> ... Calling cppRouting::get_distance_matrix() to get least-cost distances... 
    +#> Error in (function (Graph, from, to, algorithm = "phast", aggregate_aux = FALSE,     allcores = FALSE) {    if (any(is.na(from)))         stop("NAs are not allowed in origin/destination nodes")    if (any(is.na(to)))         stop("NAs are not allowed in origin/destination nodes")    from <- as.character(from)    to <- as.character(to)    allnodes <- c(from, to)    if (sum(allnodes %in% Graph$dict$ref) < length(allnodes))         stop("Some nodes are not in the graph")    from_id <- Graph$dict$id[match(from, Graph$dict$ref)]    to_id <- Graph$dict$id[match(to, Graph$dict$ref)]    if (allcores)         message("allcores argument is deprecated since v3.0. \nPlease use RcppParallel::setThreadOptions() to set the number of threads")    if (length(Graph) == 5) {        if (aggregate_aux & length(Graph$attrib$aux) == 0)             stop("network don't have additional weight")        if (length(from) < length(to)) {            if (aggregate_aux) {                res <- cpppadd(Graph$data[, 1], Graph$data[,                   2], Graph$data[, 3], Graph$attrib$aux, Graph$nbnode,                   from_id, to_id)            }            else {                res <- cppdistmat(Graph$data[, 1], Graph$data[,                   2], Graph$data[, 3], Graph$nbnode, from_id,                   to_id)            }        }        else {            if (aggregate_aux) {                res <- cpppadd(Graph$data[, 2], Graph$data[,                   1], Graph$data[, 3], Graph$attrib$aux, Graph$nbnode,                   to_id, from_id)            }            else {                res <- cppdistmat(Graph$data[, 2], Graph$data[,                   1], Graph$data[, 3], Graph$nbnode, to_id, from_id)            }        }    }    if (length(Graph) == 6) {        if (aggregate_aux & length(Graph$original$attrib$aux) ==             0)             stop("network don't have additional weight")        invrank <- Graph$nbnode - Graph$rank        if (length(from) < length(to)) {            if (aggregate_aux) {                res <- cppaddC(invrank[Graph$original$data[,                   1] + 1], invrank[Graph$original$data[, 2] +                   1], Graph$original$data[, 3], Graph$original$attrib$aux,                   invrank[Graph$data[, 1] + 1], invrank[Graph$data[,                     2] + 1], Graph$data[, 3], Graph$nbnode, Graph$rank,                   invrank[Graph$shortcuts$shortf + 1], invrank[Graph$shortcuts$shortt +                     1], invrank[Graph$shortcuts$shortc + 1],                   TRUE, invrank[from_id + 1], invrank[to_id +                     1], 1)            }            else {                if (algorithm == "mch") {                  res <- cppdistmatC(Graph$data[, 1], Graph$data[,                     2], Graph$data[, 3], Graph$nbnode, Graph$rank,                     Graph$shortcuts$shortf, Graph$shortcuts$shortt,                     Graph$shortcuts$shortc, FALSE, from_id, to_id,                     0)                }                else {                  res <- cppdistmatC(invrank[Graph$data[, 1] +                     1], invrank[Graph$data[, 2] + 1], Graph$data[,                     3], Graph$nbnode, Graph$rank, invrank[Graph$shortcuts$shortf +                     1], invrank[Graph$shortcuts$shortt + 1],                     invrank[Graph$shortcuts$shortc + 1], TRUE,                     invrank[from_id + 1], invrank[to_id + 1],                     1)                }            }        }        else {            if (aggregate_aux) {                res <- cppaddC(invrank[Graph$original$data[,                   2] + 1], invrank[Graph$original$data[, 1] +                   1], Graph$original$data[, 3], Graph$original$attrib$aux,                   invrank[Graph$data[, 2] + 1], invrank[Graph$data[,                     1] + 1], Graph$data[, 3], Graph$nbnode, Graph$rank,                   invrank[Graph$shortcuts$shortt + 1], invrank[Graph$shortcuts$shortf +                     1], invrank[Graph$shortcuts$shortc + 1],                   TRUE, invrank[to_id + 1], invrank[from_id +                     1], 1)            }            else {                if (algorithm == "mch") {                  res <- cppdistmatC(Graph$data[, 2], Graph$data[,                     1], Graph$data[, 3], Graph$nbnode, Graph$rank,                     Graph$shortcuts$shortf, Graph$shortcuts$shortt,                     Graph$shortcuts$shortc, FALSE, to_id, from_id,                     0)                }                else {                  res <- cppdistmatC(invrank[Graph$data[, 2] +                     1], invrank[Graph$data[, 1] + 1], Graph$data[,                     3], Graph$nbnode, Graph$rank, invrank[Graph$shortcuts$shortt +                     1], invrank[Graph$shortcuts$shortf + 1],                     invrank[Graph$shortcuts$shortc + 1], TRUE,                     invrank[to_id + 1], invrank[from_id + 1],                     1)                }            }        }    }    if (!(length(from) < length(to)))         res <- t(res)    rownames(res) <- from    colnames(res) <- to    return(res)})(Graph = list(data = structure(list(from = c(0L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 0L, 1L, 0L, 1L, 2L, 35L, 1L, 2L, 3L, 36L, 2L, 3L, 4L, 37L, 3L, 4L, 5L, 38L, 4L, 5L, 6L, 39L, 5L, 6L, 7L, 40L, 6L, 7L, 8L, 41L, 7L, 8L, 9L, 42L, 8L, 9L, 10L, 43L, 9L, 10L, 11L, 44L, 10L, 11L, 12L, 45L, 11L, 12L, 13L, 46L, 12L, 13L, 14L, 47L, 13L, 14L, 15L, 48L, 14L, 15L, 16L, 49L, 15L, 16L, 17L, 50L, 16L, 17L, 18L, 51L, 17L, 18L, 19L, 52L, 18L, 19L, 20L, 53L, 19L, 20L, 21L, 54L, 20L, 21L, 22L, 55L, 21L, 22L, 23L, 56L, 22L, 23L, 24L, 57L, 23L, 24L, 25L, 58L, 24L, 25L, 26L, 59L, 25L, 26L, 27L, 60L, 26L, 27L, 28L, 61L, 27L, 28L, 29L, 62L, 28L, 29L, 30L, 63L, 29L, 30L, 31L, 64L, 30L, 31L, 32L, 65L, 31L, 32L, 33L, 66L, 32L, 33L, 34L, 67L, 33L, 34L, 68L, 69L, 34L, 68L, 70L, 35L, 36L, 35L, 36L, 37L, 71L, 36L, 37L, 38L, 72L, 37L, 38L, 39L, 73L, 38L, 39L, 40L, 74L, 39L, 40L, 41L, 75L, 40L, 41L, 42L, 76L, 41L, 42L, 43L, 77L, 42L, 43L, 44L, 78L, 43L, 44L, 45L, 79L, 44L, 45L, 46L, 80L, 45L, 46L, 47L, 81L, 46L, 47L, 48L, 82L, 47L, 48L, 49L, 83L, 48L, 49L, 50L, 84L, 49L, 50L, 51L, 85L, 50L, 51L, 52L, 86L, 51L, 52L, 53L, 87L, 52L, 53L, 54L, 88L, 53L, 54L, 55L, 89L, 54L, 55L, 56L, 90L, 55L, 56L, 57L, 91L, 56L, 57L, 58L, 92L, 57L, 58L, 59L, 93L, 58L, 59L, 60L, 94L, 59L, 60L, 61L, 95L, 60L, 61L, 62L, 96L, 61L, 62L, 63L, 97L, 62L, 63L, 64L, 98L, 63L, 64L, 65L, 99L, 64L, 65L, 66L, 100L, 65L, 66L, 67L, 101L, 66L, 67L, 69L, 102L, 67L, 69L, 70L, 103L, 69L, 70L, 104L, 105L, 70L, 104L, 106L, 71L, 72L, 71L, 72L, 73L, 107L, 72L, 73L, 74L, 108L, 73L, 74L, 75L, 109L, 74L, 75L, 76L, 110L, 75L, 76L, 77L, 111L, 76L, 77L, 78L, 112L, 77L, 78L, 79L, 113L, 78L, 79L, 80L, 114L, 79L, 80L, 81L, 115L, 80L, 81L, 82L, 116L, 81L, 82L, 83L, 117L, 82L, 83L, 84L, 118L, 83L, 84L, 85L, 119L, 84L, 85L, 86L, 120L, 85L, 86L, 87L, 121L, 86L, 87L, 88L, 122L, 87L, 88L, 89L, 123L, 88L, 89L, 90L, 124L, 89L, 90L, 91L, 125L, 90L, 91L, 92L, 126L, 91L, 92L, 93L, 127L, 92L, 93L, 94L, 128L, 93L, 94L, 95L, 129L, 94L, 95L, 96L, 130L, 95L, 96L, 97L, 131L, 96L, 97L, 98L, 132L, 97L, 98L, 99L, 133L, 98L, 99L, 100L, 134L, 99L, 100L, 101L, 135L, 100L, 101L, 102L, 136L, 101L, 102L, 103L, 137L, 102L, 103L, 105L, 138L, 103L, 105L, 106L, 139L, 105L, 106L, 140L, 141L, 106L, 140L, 142L, 107L, 108L, 107L, 108L, 109L, 143L, 108L, 109L, 110L, 144L, 109L, 110L, 111L, 145L, 110L, 111L, 112L, 146L, 111L, 112L, 113L, 147L, 112L, 113L, 114L, 148L, 113L, 114L, 115L, 149L, 114L, 115L, 116L, 150L, 115L, 116L, 117L, 151L, 116L, 117L, 118L, 152L, 117L, 118L, 119L, 153L, 118L, 119L, 120L, 154L, 119L, 120L, 121L, 155L, 120L, 121L, 122L, 156L, 121L, 122L, 123L, 157L, 122L, 123L, 124L, 158L, 123L, 124L, 125L, 159L, 124L, 125L, 126L, 160L, 125L, 126L, 127L, 161L, 126L, 127L, 128L, 162L, 127L, 128L, 129L, 163L, 128L, 129L, 130L, 164L, 129L, 130L, 131L, 165L, 130L, 131L, 132L, 166L, 131L, 132L, 133L, 167L, 132L, 133L, 134L, 168L, 133L, 134L, 135L, 169L, 134L, 135L, 136L, 170L, 135L, 136L, 137L, 171L, 136L, 137L, 138L, 172L, 137L, 138L, 139L, 173L, 138L, 139L, 141L, 174L, 139L, 141L, 142L, 175L, 141L, 142L, 176L, 177L, 142L, 176L, 178L, 143L, 144L, 143L, 144L, 145L, 179L, 144L, 145L, 146L, 180L, 145L, 146L, 147L, 181L, 146L, 147L, 148L, 182L, 147L, 148L, 149L, 183L, 148L, 149L, 150L, 184L, 149L, 150L, 151L, 185L, 150L, 151L, 152L, 186L, 151L, 152L, 153L, 187L, 152L, 153L, 154L, 188L, 153L, 154L, 155L, 189L, 154L, 155L, 156L, 190L, 155L, 156L, 157L, 191L, 156L, 157L, 158L, 192L, 157L, 158L, 159L, 193L, 158L, 159L, 160L, 194L, 159L, 160L, 161L, 195L, 160L, 161L, 162L, 196L, 161L, 162L, 163L, 197L, 162L, 163L, 164L, 198L, 163L, 164L, 165L, 199L, 164L, 165L, 166L, 200L, 165L, 166L, 167L, 201L, 166L, 167L, 168L, 202L, 167L, 168L, 169L, 203L, 168L, 169L, 170L, 204L, 169L, 170L, 171L, 205L, 170L, 171L, 172L, 206L, 171L, 172L, 173L, 207L, 172L, 173L, 174L, 208L, 173L, 174L, 175L, 209L, 174L, 175L, 177L, 210L, 175L, 177L, 178L, 211L, 177L, 178L, 212L, 213L, 178L, 212L, 214L, 179L, 180L, 179L, 180L, 181L, 215L, 180L, 181L, 182L, 216L, 181L, 182L, 183L, 217L, 182L, 183L, 184L, 218L, 183L, 184L, 185L, 219L, 184L, 185L, 186L, 220L, 185L, 186L, 187L, 221L, 186L, 187L, 188L, 222L, 187L, 188L, 189L, 223L, 188L, 189L, 190L, 224L, 189L, 190L, 191L, 225L, 190L, 191L, 192L, 226L, 191L, 192L, 193L, 227L, 192L, 193L, 194L, 228L, 193L, 194L, 195L, 229L, 194L, 195L, 196L, 230L, 195L, 196L, 197L, 231L, 196L, 197L, 198L, 232L, 197L, 198L, 199L, 233L, 198L, 199L, 200L, 234L, 199L, 200L, 201L, 235L, 200L, 201L, 202L, 236L, 201L, 202L, 203L, 237L, 202L, 203L, 204L, 238L, 203L, 204L, 205L, 239L, 204L, 205L, 206L, 240L, 205L, 206L, 207L, 241L, 206L, 207L, 208L, 242L, 207L, 208L, 209L, 243L, 208L, 209L, 210L, 244L, 209L, 210L, 211L, 245L, 210L, 211L, 213L, 246L, 211L, 213L, 214L, 247L, 213L, 214L, 248L, 249L, 214L, 248L, 250L, 215L, 216L, 215L, 216L, 217L, 251L, 216L, 217L, 218L, 252L, 217L, 218L, 219L, 253L, 218L, 219L, 220L, 254L, 219L, 220L, 221L, 255L, 220L, 221L, 222L, 256L, 221L, 222L, 223L, 257L, 222L, 223L, 224L, 258L, 223L, 224L, 225L, 259L, 224L, 225L, 226L, 260L, 225L, 226L, 227L, 261L, 226L, 227L, 228L, 262L, 227L, 228L, 229L, 263L, 228L, 229L, 230L, 264L, 229L, 230L, 231L, 265L, 230L, 231L, 232L, 266L, 231L, 232L, 233L, 267L, 232L, 233L, 234L, 268L, 233L, 234L, 235L, 269L, 234L, 235L, 236L, 270L, 235L, 236L, 237L, 271L, 236L, 237L, 238L, 272L, 237L, 238L, 239L, 273L, 238L, 239L, 240L, 274L, 239L, 240L, 241L, 275L, 240L, 241L, 242L, 276L, 241L, 242L, 243L, 277L, 242L, 243L, 244L, 278L, 243L, 244L, 245L, 279L, 244L, 245L, 246L, 280L, 245L, 246L, 247L, 281L, 246L, 247L, 249L, 282L, 247L, 249L, 250L, 283L, 249L, 250L, 284L, 285L, 250L, 284L, 286L, 251L, 252L, 251L, 252L, 253L, 287L, 252L, 253L, 254L, 288L, 253L, 254L, 255L, 289L, 254L, 255L, 256L, 290L, 255L, 256L, 257L, 291L, 256L, 257L, 258L, 292L, 257L, 258L, 259L, 293L, 258L, 259L, 260L, 294L, 259L, 260L, 261L, 295L, 260L, 261L, 262L, 296L, 261L, 262L, 263L, 297L, 262L, 263L, 264L, 298L, 263L, 264L, 265L, 299L, 264L, 265L, 266L, 300L, 265L, 266L, 267L, 301L, 266L, 267L, 268L, 302L, 267L, 268L, 269L, 303L, 268L, 269L, 270L, 304L, 269L, 270L, 271L, 305L, 270L, 271L, 272L, 306L, 271L, 272L, 273L, 307L, 272L, 273L, 274L, 308L, 273L, 274L, 275L, 309L, 274L, 275L, 276L, 310L, 275L, 276L, 277L, 311L, 276L, 277L, 278L, 312L, 277L, 278L, 279L, 313L, 278L, 279L, 280L, 314L, 279L, 280L, 281L, 315L, 280L, 281L, 282L, 316L, 281L, 282L, 283L, 317L, 282L, 283L, 285L, 318L, 283L, 285L, 286L, 319L, 285L, 286L, 320L, 321L, 286L, 320L, 322L, 287L, 288L, 287L, 288L, 289L, 323L, 288L, 289L, 290L, 324L, 289L, 290L, 291L, 325L, 290L, 291L, 292L, 326L, 291L, 292L, 293L, 327L, 292L, 293L, 294L, 328L, 293L, 294L, 295L, 329L, 294L, 295L, 296L, 330L, 295L, 296L, 297L, 331L, 296L, 297L, 298L, 332L, 297L, 298L, 299L, 333L, 298L, 299L, 300L, 334L, 299L, 300L, 301L, 335L, 300L, 301L, 302L, 336L, 301L, 302L, 303L, 337L, 302L, 303L, 304L, 338L, 303L, 304L, 305L, 339L, 304L, 305L, 306L, 340L, 305L, 306L, 307L, 341L, 306L, 307L, 308L, 342L, 307L, 308L, 309L, 343L, 308L, 309L, 310L, 344L, 309L, 310L, 311L, 345L, 310L, 311L, 312L, 346L, 311L, 312L, 313L, 347L, 312L, 313L, 314L, 348L, 313L, 314L, 315L, 349L, 314L, 315L, 316L, 350L, 315L, 316L, 317L, 351L, 316L, 317L, 318L, 352L, 317L, 318L, 319L, 353L, 318L, 319L, 321L, 354L, 319L, 321L, 322L, 355L, 321L, 322L, 356L, 357L, 322L, 356L, 358L, 323L, 324L, 323L, 324L, 325L, 359L, 324L, 325L, 326L, 360L, 325L, 326L, 327L, 361L, 326L, 327L, 328L, 362L, 327L, 328L, 329L, 363L, 328L, 329L, 330L, 364L, 329L, 330L, 331L, 365L, 330L, 331L, 332L, 366L, 331L, 332L, 333L, 367L, 332L, 333L, 334L, 368L, 333L, 334L, 335L, 369L, 334L, 335L, 336L, 370L, 335L, 336L, 337L, 371L, 336L, 337L, 338L, 372L, 337L, 338L, 339L, 373L, 338L, 339L, 340L, 374L, 339L, 340L, 341L, 375L, 340L, 341L, 342L, 376L, 341L, 342L, 343L, 377L, 342L, 343L, 344L, 378L, 343L, 344L, 345L, 379L, 344L, 345L, 346L, 380L, 345L, 346L, 347L, 381L, 346L, 347L, 348L, 382L, 347L, 348L, 349L, 383L, 348L, 349L, 350L, 384L, 349L, 350L, 351L, 385L, 350L, 351L, 352L, 386L, 351L, 352L, 353L, 387L, 352L, 353L, 354L, 388L, 353L, 354L, 355L, 389L, 354L, 355L, 357L, 390L, 355L, 357L, 358L, 391L, 357L, 358L, 392L, 393L, 358L, 392L, 394L, 359L, 360L, 359L, 360L, 361L, 395L, 360L, 361L, 362L, 396L, 361L, 362L, 363L, 397L, 362L, 363L, 364L, 398L, 363L, 364L, 365L, 399L, 364L, 365L, 366L, 400L, 365L, 366L, 367L, 401L, 366L, 367L, 368L, 402L, 367L, 368L, 369L, 403L, 368L, 369L, 370L, 404L, 369L, 370L, 371L, 405L, 370L, 371L, 372L, 406L, 371L, 372L, 373L, 407L, 372L, 373L, 374L, 408L, 373L, 374L, 375L, 409L, 374L, 375L, 376L, 410L, 375L, 376L, 377L, 411L, 376L, 377L, 378L, 412L, 377L, 378L, 379L, 413L, 378L, 379L, 380L, 414L, 379L, 380L, 381L, 415L, 380L, 381L, 382L, 416L, 381L, 382L, 383L, 417L, 382L, 383L, 384L, 418L, 383L, 384L, 385L, 419L, 384L, 385L, 386L, 420L, 385L, 386L, 387L, 421L, 386L, 387L, 388L, 422L, 387L, 388L, 389L, 423L, 388L, 389L, 390L, 424L, 389L, 390L, 391L, 425L, 390L, 391L, 393L, 426L, 391L, 393L, 394L, 427L, 393L, 394L, 428L, 429L, 394L, 428L, 430L, 395L, 396L, 395L, 396L, 397L, 431L, 396L, 397L, 398L, 432L, 397L, 398L, 399L, 433L, 398L, 399L, 400L, 434L, 399L, 400L, 401L, 435L, 400L, 401L, 402L, 436L, 401L, 402L, 403L, 437L, 402L, 403L, 404L, 438L, 403L, 404L, 405L, 439L, 404L, 405L, 406L, 440L, 405L, 406L, 407L, 441L, 406L, 407L, 408L, 442L, 407L, 408L, 409L, 443L, 408L, 409L, 410L, 444L, 409L, 410L, 411L, 445L, 410L, 411L, 412L, 446L, 411L, 412L, 413L, 447L, 412L, 413L, 414L, 448L, 413L, 414L, 415L, 449L, 414L, 415L, 416L, 450L, 415L, 416L, 417L, 451L, 416L, 417L, 418L, 452L, 417L, 418L, 419L, 453L, 418L, 419L, 420L, 454L, 419L, 420L, 421L, 455L, 420L, 421L, 422L, 456L, 421L, 422L, 423L, 457L, 422L, 423L, 424L, 458L, 423L, 424L, 425L, 459L, 424L, 425L, 426L, 460L, 425L, 426L, 427L, 461L, 426L, 427L, 429L, 462L, 427L, 429L, 430L, 463L, 429L, 430L, 464L, 465L, 430L, 464L, 466L, 431L, 432L, 431L, 432L, 433L, 467L, 432L, 433L, 434L, 468L, 433L, 434L, 435L, 469L, 434L, 435L, 436L, 470L, 435L, 436L, 437L, 471L, 436L, 437L, 438L, 472L, 437L, 438L, 439L, 473L, 438L, 439L, 440L, 474L, 439L, 440L, 441L, 475L, 440L, 441L, 442L, 476L, 441L, 442L, 443L, 477L, 442L, 443L, 444L, 478L, 443L, 444L, 445L, 479L, 444L, 445L, 446L, 480L, 445L, 446L, 447L, 481L, 446L, 447L, 448L, 482L, 447L, 448L, 449L, 483L, 448L, 449L, 450L, 484L, 449L, 450L, 451L, 485L, 450L, 451L, 452L, 486L, 451L, 452L, 453L, 487L, 452L, 453L, 454L, 488L, 453L, 454L, 455L, 489L, 454L, 455L, 456L, 490L, 455L, 456L, 457L, 491L, 456L, 457L, 458L, 492L, 457L, 458L, 459L, 493L, 458L, 459L, 460L, 494L, 459L, 460L, 461L, 495L, 460L, 461L, 462L, 496L, 461L, 462L, 463L, 497L, 462L, 463L, 465L, 498L, 463L, 465L, 466L, 499L, 465L, 466L, 500L, 501L, 466L, 500L, 502L, 467L, 468L, 467L, 468L, 469L, 503L, 468L, 469L, 470L, 504L, 469L, 470L, 471L, 505L, 470L, 471L, 472L, 506L, 471L, 472L, 473L, 507L, 472L, 473L, 474L, 508L, 473L, 474L, 475L, 509L, 474L, 475L, 476L, 510L, 475L, 476L, 477L, 511L, 476L, 477L, 478L, 512L, 477L, 478L, 479L, 513L, 478L, 479L, 480L, 514L, 479L, 480L, 481L, 515L, 480L, 481L, 482L, 516L, 481L, 482L, 483L, 517L, 482L, 483L, 484L, 518L, 483L, 484L, 485L, 519L, 484L, 485L, 486L, 520L, 485L, 486L, 487L, 521L, 486L, 487L, 488L, 522L, 487L, 488L, 489L, 523L, 488L, 489L, 490L, 524L, 489L, 490L, 491L, 525L, 490L, 491L, 492L, 526L, 491L, 492L, 493L, 527L, 492L, 493L, 494L, 528L, 493L, 494L, 495L, 529L, 494L, 495L, 496L, 530L, 495L, 496L, 497L, 531L, 496L, 497L, 498L, 532L, 497L, 498L, 499L, 533L, 498L, 499L, 501L, 534L, 499L, 501L, 502L, 535L, 501L, 502L, 536L, 537L, 502L, 536L, 538L, 503L, 504L, 503L, 504L, 505L, 539L, 504L, 505L, 506L, 540L, 505L, 506L, 507L, 541L, 506L, 507L, 508L, 542L, 507L, 508L, 509L, 543L, 508L, 509L, 510L, 544L, 509L, 510L, 511L, 545L, 510L, 511L, 512L, 546L, 511L, 512L, 513L, 547L, 512L, 513L, 514L, 548L, 513L, 514L, 515L, 549L, 514L, 515L, 516L, 550L, 515L, 516L, 517L, 551L, 516L, 517L, 518L, 552L, 517L, 518L, 519L, 553L, 518L, 519L, 520L, 554L, 519L, 520L, 521L, 555L, 520L, 521L, 522L, 556L, 521L, 522L, 523L, 557L, 522L, 523L, 524L, 558L, 523L, 524L, 525L, 559L, 524L, 525L, 526L, 560L, 525L, 526L, 527L, 561L, 526L, 527L, 528L, 562L, 527L, 528L, 529L, 563L, 528L, 529L, 530L, 564L, 529L, 530L, 531L, 565L, 530L, 531L, 532L, 566L, 531L, 532L, 533L, 567L, 532L, 533L, 534L, 568L, 533L, 534L, 535L, 569L, 534L, 535L, 537L, 570L, 535L, 537L, 538L, 571L, 537L, 538L, 572L, 573L, 538L, 572L, 574L, 539L, 540L, 539L, 540L, 541L, 575L, 540L, 541L, 542L, 576L, 541L, 542L, 543L, 577L, 542L, 543L, 544L, 578L, 543L, 544L, 545L, 579L, 544L, 545L, 546L, 580L, 545L, 546L, 547L, 581L, 546L, 547L, 548L, 582L, 547L, 548L, 549L, 583L, 548L, 549L, 550L, 584L, 549L, 550L, 551L, 585L, 550L, 551L, 552L, 586L, 551L, 552L, 553L, 587L, 552L, 553L, 554L, 588L, 553L, 554L, 555L, 589L, 554L, 555L, 556L, 590L, 555L, 556L, 557L, 591L, 556L, 557L, 558L, 592L, 557L, 558L, 559L, 593L, 558L, 559L, 560L, 594L, 559L, 560L, 561L, 595L, 560L, 561L, 562L, 596L, 561L, 562L, 563L, 597L, 562L, 563L, 564L, 598L, 563L, 564L, 565L, 599L, 564L, 565L, 566L, 600L, 565L, 566L, 567L, 601L, 566L, 567L, 568L, 602L, 567L, 568L, 569L, 603L, 568L, 569L, 570L, 604L, 569L, 570L, 571L, 605L, 570L, 571L, 573L, 606L, 571L, 573L, 574L, 607L, 573L, 574L, 608L, 609L, 574L, 608L, 610L, 575L, 576L, 575L, 576L, 577L, 611L, 576L, 577L, 578L, 612L, 577L, 578L, 579L, 613L, 578L, 579L, 580L, 614L, 579L, 580L, 581L, 615L, 580L, 581L, 582L, 616L, 581L, 582L, 583L, 617L, 582L, 583L, 584L, 618L, 583L, 584L, 585L, 619L, 584L, 585L, 586L, 620L, 585L, 586L, 587L, 621L, 586L, 587L, 588L, 622L, 587L, 588L, 589L, 623L, 588L, 589L, 590L, 624L, 589L, 590L, 591L, 625L, 590L, 591L, 592L, 626L, 591L, 592L, 593L, 627L, 592L, 593L, 594L, 628L, 593L, 594L, 595L, 629L, 594L, 595L, 596L, 630L, 595L, 596L, 597L, 631L, 596L, 597L, 598L, 632L, 597L, 598L, 599L, 633L, 598L, 599L, 600L, 634L, 599L, 600L, 601L, 635L, 600L, 601L, 602L, 636L, 601L, 602L, 603L, 637L, 602L, 603L, 604L, 638L, 603L, 604L, 605L, 639L, 604L, 605L, 606L, 640L, 605L, 606L, 607L, 641L, 606L, 607L, 609L, 642L, 607L, 609L, 610L, 643L, 609L, 610L, 644L, 645L, 610L, 644L, 646L, 611L, 612L, 611L, 612L, 613L, 647L, 612L, 613L, 614L, 648L, 613L, 614L, 615L, 649L, 614L, 615L, 616L, 650L, 615L, 616L, 617L, 651L, 616L, 617L, 618L, 652L, 617L, 618L, 619L, 653L, 618L, 619L, 620L, 654L, 619L, 620L, 621L, 655L, 620L, 621L, 622L, 656L, 621L, 622L, 623L, 657L, 622L, 623L, 624L, 658L, 623L, 624L, 625L, 659L, 624L, 625L, 626L, 660L, 625L, 626L, 627L, 661L, 626L, 627L, 628L, 662L, 627L, 628L, 629L, 663L, 628L, 629L, 630L, 664L, 629L, 630L, 631L, 665L, 630L, 631L, 632L, 666L, 631L, 632L, 633L, 667L, 632L, 633L, 634L, 668L, 633L, 634L, 635L, 669L, 634L, 635L, 636L, 670L, 635L, 636L, 637L, 671L, 636L, 637L, 638L, 672L, 637L, 638L, 639L, 673L, 638L, 639L, 640L, 674L, 639L, 640L, 641L, 675L, 640L, 641L, 642L, 676L, 641L, 642L, 643L, 677L, 642L, 643L, 645L, 678L, 643L, 645L, 646L, 679L, 645L, 646L, 680L, 681L, 646L, 680L, 682L, 647L, 648L, 647L, 648L, 649L, 683L, 648L, 649L, 650L, 684L, 649L, 650L, 651L, 685L, 650L, 651L, 652L, 686L, 651L, 652L, 653L, 687L, 652L, 653L, 654L, 688L, 653L, 654L, 655L, 689L, 654L, 655L, 656L, 690L, 655L, 656L, 657L, 691L, 656L, 657L, 658L, 692L, 657L, 658L, 659L, 693L, 658L, 659L, 660L, 694L, 659L, 660L, 661L, 695L, 660L, 661L, 662L, 696L, 661L, 662L, 663L, 697L, 662L, 663L, 664L, 698L, 663L, 664L, 665L, 699L, 664L, 665L, 666L, 700L, 665L, 666L, 667L, 701L, 666L, 667L, 668L, 702L, 667L, 668L, 669L, 703L, 668L, 669L, 670L, 704L, 669L, 670L, 671L, 705L, 670L, 671L, 672L, 706L, 671L, 672L, 673L, 707L, 672L, 673L, 674L, 708L, 673L, 674L, 675L, 709L, 674L, 675L, 676L, 710L, 675L, 676L, 677L, 711L, 676L, 677L, 678L, 712L, 677L, 678L, 679L, 713L, 678L, 679L, 681L, 714L, 679L, 681L, 682L, 715L, 681L, 682L, 716L, 717L, 682L, 716L, 718L, 683L, 684L, 683L, 684L, 685L, 719L, 684L, 685L, 686L, 720L, 685L, 686L, 687L, 721L, 686L, 687L, 688L, 722L, 687L, 688L, 689L, 723L, 688L, 689L, 690L, 724L, 689L, 690L, 691L, 725L, 690L, 691L, 692L, 726L, 691L, 692L, 693L, 727L, 692L, 693L, 694L, 728L, 693L, 694L, 695L, 729L, 694L, 695L, 696L, 730L, 695L, 696L, 697L, 731L, 696L, 697L, 698L, 732L, 697L, 698L, 699L, 733L, 698L, 699L, 700L, 734L, 699L, 700L, 701L, 735L, 700L, 701L, 702L, 736L, 701L, 702L, 703L, 737L, 702L, 703L, 704L, 738L, 703L, 704L, 705L, 739L, 704L, 705L, 706L, 740L, 705L, 706L, 707L, 741L, 706L, 707L, 708L, 742L, 707L, 708L, 709L, 743L, 708L, 709L, 710L, 744L, 709L, 710L, 711L, 745L, 710L, 711L, 712L, 746L, 711L, 712L, 713L, 747L, 712L, 713L, 714L, 748L, 713L, 714L, 715L, 749L, 714L, 715L, 717L, 750L, 715L, 717L, 718L, 751L, 717L, 718L, 752L, 753L, 718L, 752L, 754L, 719L, 720L, 719L, 720L, 721L, 755L, 720L, 721L, 722L, 756L, 721L, 722L, 723L, 757L, 722L, 723L, 724L, 758L, 723L, 724L, 725L, 759L, 724L, 725L, 726L, 760L, 725L, 726L, 727L, 761L, 726L, 727L, 728L, 762L, 727L, 728L, 729L, 763L, 728L, 729L, 730L, 764L, 729L, 730L, 731L, 765L, 730L, 731L, 732L, 766L, 731L, 732L, 733L, 767L, 732L, 733L, 734L, 768L, 733L, 734L, 735L, 769L, 734L, 735L, 736L, 770L, 735L, 736L, 737L, 771L, 736L, 737L, 738L, 772L, 737L, 738L, 739L, 773L, 738L, 739L, 740L, 774L, 739L, 740L, 741L, 775L, 740L, 741L, 742L, 776L, 741L, 742L, 743L, 777L, 742L, 743L, 744L, 778L, 743L, 744L, 745L, 779L, 744L, 745L, 746L, 780L, 745L, 746L, 747L, 781L, 746L, 747L, 748L, 782L, 747L, 748L, 749L, 783L, 748L, 749L, 750L, 784L, 749L, 750L, 751L, 785L, 750L, 751L, 753L, 786L, 751L, 753L, 754L, 787L, 753L, 754L, 788L, 789L, 754L, 788L, 790L, 755L, 756L, 755L, 756L, 757L, 791L, 756L, 757L, 758L, 792L, 757L, 758L, 759L, 793L, 758L, 759L, 760L, 794L, 759L, 760L, 761L, 795L, 760L, 761L, 762L, 796L, 761L, 762L, 763L, 797L, 762L, 763L, 764L, 798L, 763L, 764L, 765L, 799L, 764L, 765L, 766L, 800L, 765L, 766L, 767L, 801L, 766L, 767L, 768L, 802L, 767L, 768L, 769L, 803L, 768L, 769L, 770L, 804L, 769L, 770L, 771L, 805L, 770L, 771L, 772L, 806L, 771L, 772L, 773L, 807L, 772L, 773L, 774L, 808L, 773L, 774L, 775L, 809L, 774L, 775L, 776L, 810L, 775L, 776L, 777L, 811L, 776L, 777L, 778L, 812L, 777L, 778L, 779L, 813L, 778L, 779L, 780L, 814L, 779L, 780L, 781L, 815L, 780L, 781L, 782L, 816L, 781L, 782L, 783L, 817L, 782L, 783L, 784L, 818L, 783L, 784L, 785L, 819L, 784L, 785L, 786L, 820L, 785L, 786L, 787L, 821L, 786L, 787L, 789L, 822L, 787L, 789L, 790L, 823L, 789L, 790L, 824L, 825L, 790L, 824L, 826L, 791L, 792L, 791L, 792L, 793L, 827L, 792L, 793L, 794L, 828L, 793L, 794L, 795L, 829L, 794L, 795L, 796L, 830L, 795L, 796L, 797L, 831L, 796L, 797L, 798L, 832L, 797L, 798L, 799L, 833L, 798L, 799L, 800L, 834L, 799L, 800L, 801L, 835L, 800L, 801L, 802L, 836L, 801L, 802L, 803L, 837L, 802L, 803L, 804L, 838L, 803L, 804L, 805L, 839L, 804L, 805L, 806L, 840L, 805L, 806L, 807L, 841L, 806L, 807L, 808L, 842L, 807L, 808L, 809L, 843L, 808L, 809L, 810L, 844L, 809L, 810L, 811L, 845L, 810L, 811L, 812L, 846L, 811L, 812L, 813L, 847L, 812L, 813L, 814L, 848L, 813L, 814L, 815L, 849L, 814L, 815L, 816L, 850L, 815L, 816L, 817L, 851L, 816L, 817L, 818L, 852L, 817L, 818L, 819L, 853L, 818L, 819L, 820L, 854L, 819L, 820L, 821L, 855L, 820L, 821L, 822L, 856L, 821L, 822L, 823L, 857L, 822L, 823L, 825L, 858L, 823L, 825L, 826L, 859L, 825L, 826L, 860L, 861L, 826L, 860L, 862L, 827L, 828L, 827L, 828L, 829L, 863L, 828L, 829L, 830L, 864L, 829L, 830L, 831L, 865L, 830L, 831L, 832L, 866L, 831L, 832L, 833L, 867L, 832L, 833L, 834L, 868L, 833L, 834L, 835L, 869L, 834L, 835L, 836L, 870L, 835L, 836L, 837L, 871L, 836L, 837L, 838L, 872L, 837L, 838L, 839L, 873L, 838L, 839L, 840L, 874L, 839L, 840L, 841L, 875L, 840L, 841L, 842L, 876L, 841L, 842L, 843L, 877L, 842L, 843L, 844L, 878L, 843L, 844L, 845L, 879L, 844L, 845L, 846L, 880L, 845L, 846L, 847L, 881L, 846L, 847L, 848L, 882L, 847L, 848L, 849L, 883L, 848L, 849L, 850L, 884L, 849L, 850L, 851L, 885L, 850L, 851L, 852L, 886L, 851L, 852L, 853L, 887L, 852L, 853L, 854L, 888L, 853L, 854L, 855L, 889L, 854L, 855L, 856L, 890L, 855L, 856L, 857L, 891L, 856L, 857L, 858L, 892L, 857L, 858L, 859L, 893L, 858L, 859L, 861L, 894L, 859L, 861L, 862L, 895L, 861L, 862L, 896L, 897L, 862L, 896L, 898L, 863L, 864L, 863L, 864L, 865L, 899L, 864L, 865L, 866L, 900L, 865L, 866L, 867L, 901L, 866L, 867L, 868L, 902L, 867L, 868L, 869L, 903L, 868L, 869L, 870L, 904L, 869L, 870L, 871L, 905L, 870L, 871L, 872L, 906L, 871L, 872L, 873L, 907L, 872L, 873L, 874L, 908L, 873L, 874L, 875L, 909L, 874L, 875L, 876L, 910L, 875L, 876L, 877L, 911L, 876L, 877L, 878L, 912L, 877L, 878L, 879L, 913L, 878L, 879L, 880L, 914L, 879L, 880L, 881L, 915L, 880L, 881L, 882L, 916L, 881L, 882L, 883L, 917L, 882L, 883L, 884L, 918L, 883L, 884L, 885L, 919L, 884L, 885L, 886L, 920L, 885L, 886L, 887L, 921L, 886L, 887L, 888L, 922L, 887L, 888L, 889L, 923L, 888L, 889L, 890L, 924L, 889L, 890L, 891L, 925L, 890L, 891L, 892L, 926L, 891L, 892L, 893L, 927L, 892L, 893L, 894L, 928L, 893L, 894L, 895L, 929L, 894L, 895L, 897L, 930L, 895L, 897L, 898L, 931L, 897L, 898L, 932L, 933L, 898L, 932L, 934L, 899L, 900L, 899L, 900L, 901L, 935L, 900L, 901L, 902L, 936L, 901L, 902L, 903L, 937L, 902L, 903L, 904L, 938L, 903L, 904L, 905L, 939L, 904L, 905L, 906L, 940L, 905L, 906L, 907L, 941L, 906L, 907L, 908L, 942L, 907L, 908L, 909L, 943L, 908L, 909L, 910L, 944L, 909L, 910L, 911L, 945L, 910L, 911L, 912L, 946L, 911L, 912L, 913L, 947L, 912L, 913L, 914L, 948L, 913L, 914L, 915L, 949L, 914L, 915L, 916L, 950L, 915L, 916L, 917L, 951L, 916L, 917L, 918L, 952L, 917L, 918L, 919L, 953L, 918L, 919L, 920L, 954L, 919L, 920L, 921L, 955L, 920L, 921L, 922L, 956L, 921L, 922L, 923L, 957L, 922L, 923L, 924L, 958L, 923L, 924L, 925L, 959L, 924L, 925L, 926L, 960L, 925L, 926L, 927L, 961L, 926L, 927L, 928L, 962L, 927L, 928L, 929L, 963L, 928L, 929L, 930L, 964L, 929L, 930L, 931L, 965L, 930L, 931L, 933L, 966L, 931L, 933L, 934L, 967L, 933L, 934L, 968L, 969L, 934L, 968L, 970L, 935L, 936L, 935L, 936L, 937L, 971L, 936L, 937L, 938L, 972L, 937L, 938L, 939L, 973L, 938L, 939L, 940L, 974L, 939L, 940L, 941L, 975L, 940L, 941L, 942L, 976L, 941L, 942L, 943L, 977L, 942L, 943L, 944L, 978L, 943L, 944L, 945L, 979L, 944L, 945L, 946L, 980L, 945L, 946L, 947L, 981L, 946L, 947L, 948L, 982L, 947L, 948L, 949L, 983L, 948L, 949L, 950L, 984L, 949L, 950L, 951L, 985L, 950L, 951L, 952L, 986L, 951L, 952L, 953L, 987L, 952L, 953L, 954L, 988L, 953L, 954L, 955L, 989L, 954L, 955L, 956L, 990L, 955L, 956L, 957L, 991L, 956L, 957L, 958L, 992L, 957L, 958L, 959L, 993L, 958L, 959L, 960L, 994L, 959L, 960L, 961L, 995L, 960L, 961L, 962L, 996L, 961L, 962L, 963L, 997L, 962L, 963L, 964L, 998L, 963L, 964L, 965L, 999L, 964L, 965L, 966L, 1000L, 965L, 966L, 967L, 1001L, 966L, 967L, 969L, 1002L, 967L, 969L, 970L, 1003L, 969L, 970L, 1004L, 1005L, 970L, 1004L, 1006L, 971L, 972L, 971L, 972L, 973L, 1007L, 972L, 973L, 974L, 1008L, 973L, 974L, 975L, 1009L, 974L, 975L, 976L, 1010L, 975L, 976L, 977L, 1011L, 976L, 977L, 978L, 1012L, 977L, 978L, 979L, 1013L, 978L, 979L, 980L, 1014L, 979L, 980L, 981L, 1015L, 980L, 981L, 982L, 1016L, 981L, 982L, 983L, 1017L, 982L, 983L, 984L, 1018L, 983L, 984L, 985L, 1019L, 984L, 985L, 986L, 1020L, 985L, 986L, 987L, 1021L, 986L, 987L, 988L, 1022L, 987L, 988L, 989L, 1023L, 988L, 989L, 990L, 1024L, 989L, 990L, 991L, 1025L, 990L, 991L, 992L, 1026L, 991L, 992L, 993L, 1027L, 992L, 993L, 994L, 1028L, 993L, 994L, 995L, 1029L, 994L, 995L, 996L, 1030L, 995L, 996L, 997L, 1031L, 996L, 997L, 998L, 1032L, 997L, 998L, 999L, 1033L, 998L, 999L, 1000L, 1034L, 999L, 1000L, 1001L, 1035L, 1000L, 1001L, 1002L, 1036L, 1001L, 1002L, 1003L, 1037L, 1002L, 1003L, 1005L, 1038L, 1003L, 1005L, 1006L, 1039L, 1005L, 1006L, 1040L, 1041L, 1006L, 1040L, 1042L, 1007L, 1008L, 1007L, 1008L, 1009L, 1043L, 1008L, 1009L, 1010L, 1044L, 1009L, 1010L, 1011L, 1045L, 1010L, 1011L, 1012L, 1046L, 1011L, 1012L, 1013L, 1047L, 1012L, 1013L, 1014L, 1048L, 1013L, 1014L, 1015L, 1049L, 1014L, 1015L, 1016L, 1050L, 1015L, 1016L, 1017L, 1051L, 1016L, 1017L, 1018L, 1052L, 1017L, 1018L, 1019L, 1053L, 1018L, 1019L, 1020L, 1054L, 1019L, 1020L, 1021L, 1055L, 1020L, 1021L, 1022L, 1056L, 1021L, 1022L, 1023L, 1057L, 1022L, 1023L, 1024L, 1058L, 1023L, 1024L, 1025L, 1059L, 1024L, 1025L, 1026L, 1060L, 1025L, 1026L, 1027L, 1061L, 1026L, 1027L, 1028L, 1062L, 1027L, 1028L, 1029L, 1063L, 1028L, 1029L, 1030L, 1064L, 1029L, 1030L, 1031L, 1065L, 1030L, 1031L, 1032L, 1066L, 1031L, 1032L, 1033L, 1067L, 1032L, 1033L, 1034L, 1068L, 1033L, 1034L, 1035L, 1069L, 1034L, 1035L, 1036L, 1070L, 1035L, 1036L, 1037L, 1071L, 1036L, 1037L, 1038L, 1072L, 1037L, 1038L, 1039L, 1073L, 1038L, 1039L, 1041L, 1074L, 1039L, 1041L, 1042L, 1075L, 1041L, 1042L, 1076L, 1077L, 1042L, 1076L, 1078L, 1043L, 1044L, 1043L, 1044L, 1045L, 1079L, 1044L, 1045L, 1046L, 1080L, 1045L, 1046L, 1047L, 1081L, 1046L, 1047L, 1048L, 1082L, 1047L, 1048L, 1049L, 1083L, 1048L, 1049L, 1050L, 1084L, 1049L, 1050L, 1051L, 1085L, 1050L, 1051L, 1052L, 1086L, 1051L, 1052L, 1053L, 1087L, 1052L, 1053L, 1054L, 1088L, 1053L, 1054L, 1055L, 1089L, 1054L, 1055L, 1056L, 1090L, 1055L, 1056L, 1057L, 1091L, 1056L, 1057L, 1058L, 1092L, 1057L, 1058L, 1059L, 1093L, 1058L, 1059L, 1060L, 1094L, 1059L, 1060L, 1061L, 1095L, 1060L, 1061L, 1062L, 1096L, 1061L, 1062L, 1063L, 1097L, 1062L, 1063L, 1064L, 1098L, 1063L, 1064L, 1065L, 1099L, 1064L, 1065L, 1066L, 1100L, 1065L, 1066L, 1067L, 1101L, 1066L, 1067L, 1068L, 1102L, 1067L, 1068L, 1069L, 1103L, 1068L, 1069L, 1070L, 1104L, 1069L, 1070L, 1071L, 1105L, 1070L, 1071L, 1072L, 1106L, 1071L, 1072L, 1073L, 1107L, 1072L, 1073L, 1074L, 1108L, 1073L, 1074L, 1075L, 1109L, 1074L, 1075L, 1077L, 1110L, 1075L, 1077L, 1078L, 1111L, 1077L, 1078L, 1112L, 1113L, 1078L, 1112L, 1114L, 1079L, 1080L, 1079L, 1080L, 1081L, 1115L, 1080L, 1081L, 1082L, 1116L, 1081L, 1082L, 1083L, 1117L, 1082L, 1083L, 1084L, 1118L, 1083L, 1084L, 1085L, 1119L, 1084L, 1085L, 1086L, 1120L, 1085L, 1086L, 1087L, 1121L, 1086L, 1087L, 1088L, 1122L, 1087L, 1088L, 1089L, 1123L, 1088L, 1089L, 1090L, 1124L, 1089L, 1090L, 1091L, 1125L, 1090L, 1091L, 1092L, 1126L, 1091L, 1092L, 1093L, 1127L, 1092L, 1093L, 1094L, 1128L, 1093L, 1094L, 1095L, 1129L, 1094L, 1095L, 1096L, 1130L, 1095L, 1096L, 1097L, 1131L, 1096L, 1097L, 1098L, 1132L, 1097L, 1098L, 1099L, 1133L, 1098L, 1099L, 1100L, 1134L, 1099L, 1100L, 1101L, 1135L, 1100L, 1101L, 1102L, 1136L, 1101L, 1102L, 1103L, 1137L, 1102L, 1103L, 1104L, 1138L, 1103L, 1104L, 1105L, 1139L, 1104L, 1105L, 1106L, 1140L, 1105L, 1106L, 1107L, 1141L, 1106L, 1107L, 1108L, 1142L, 1107L, 1108L, 1109L, 1143L, 1108L, 1109L, 1110L, 1144L, 1109L, 1110L, 1111L, 1145L, 1110L, 1111L, 1113L, 1146L, 1111L, 1113L, 1114L, 1147L, 1113L, 1114L, 1148L, 1149L, 1114L, 1148L, 1150L, 1115L, 1116L, 1115L, 1116L, 1117L, 1151L, 1116L, 1117L, 1118L, 1152L, 1117L, 1118L, 1119L, 1153L, 1118L, 1119L, 1120L, 1154L, 1119L, 1120L, 1121L, 1155L, 1120L, 1121L, 1122L, 1156L, 1121L, 1122L, 1123L, 1157L, 1122L, 1123L, 1124L, 1158L, 1123L, 1124L, 1125L, 1159L, 1124L, 1125L, 1126L, 1160L, 1125L, 1126L, 1127L, 1161L, 1126L, 1127L, 1128L, 1162L, 1127L, 1128L, 1129L, 1163L, 1128L, 1129L, 1130L, 1164L, 1129L, 1130L, 1131L, 1165L, 1130L, 1131L, 1132L, 1166L, 1131L, 1132L, 1133L, 1167L, 1132L, 1133L, 1134L, 1168L, 1133L, 1134L, 1135L, 1169L, 1134L, 1135L, 1136L, 1170L, 1135L, 1136L, 1137L, 1171L, 1136L, 1137L, 1138L, 1172L, 1137L, 1138L, 1139L, 1173L, 1138L, 1139L, 1140L, 1174L, 1139L, 1140L, 1141L, 1175L, 1140L, 1141L, 1142L, 1176L, 1141L, 1142L, 1143L, 1177L, 1142L, 1143L, 1144L, 1178L, 1143L, 1144L, 1145L, 1179L, 1144L, 1145L, 1146L, 1180L, 1145L, 1146L, 1147L, 1181L, 1146L, 1147L, 1149L, 1182L, 1147L, 1149L, 1150L, 1183L, 1149L, 1150L, 1184L, 1185L, 1150L, 1184L, 1186L, 1151L, 1152L, 1151L, 1152L, 1153L, 1187L, 1152L, 1153L, 1154L, 1188L, 1153L, 1154L, 1155L, 1189L, 1154L, 1155L, 1156L, 1190L, 1155L, 1156L, 1157L, 1191L, 1156L, 1157L, 1158L, 1192L, 1157L, 1158L, 1159L, 1193L, 1158L, 1159L, 1160L, 1194L, 1159L, 1160L, 1161L, 1195L, 1160L, 1161L, 1162L, 1196L, 1161L, 1162L, 1163L, 1197L, 1162L, 1163L, 1164L, 1198L, 1163L, 1164L, 1165L, 1199L, 1164L, 1165L, 1166L, 1200L, 1165L, 1166L, 1167L, 1201L, 1166L, 1167L, 1168L, 1202L, 1167L, 1168L, 1169L, 1203L, 1168L, 1169L, 1170L, 1204L, 1169L, 1170L, 1171L, 1205L, 1170L, 1171L, 1172L, 1206L, 1171L, 1172L, 1173L, 1207L, 1172L, 1173L, 1174L, 1208L, 1173L, 1174L, 1175L, 1209L, 1174L, 1175L, 1176L, 1210L, 1175L, 1176L, 1177L, 1211L, 1176L, 1177L, 1178L, 1212L, 1177L, 1178L, 1179L, 1213L, 1178L, 1179L, 1180L, 1214L, 1179L, 1180L, 1181L, 1215L, 1180L, 1181L, 1182L, 1216L, 1181L, 1182L, 1183L, 1217L, 1182L, 1183L, 1185L, 1218L, 1183L, 1185L, 1186L, 1219L, 1185L, 1186L, 1220L, 1221L, 1186L, 1220L, 1222L, 1187L, 1188L, 1187L, 1188L, 1189L, 1223L, 1188L, 1189L, 1190L, 1224L, 1189L, 1190L, 1191L, 1225L, 1190L, 1191L, 1192L, 1226L, 1191L, 1192L, 1193L, 1227L, 1192L, 1193L, 1194L, 1228L, 1193L, 1194L, 1195L, 1229L, 1194L, 1195L, 1196L, 1230L, 1195L, 1196L, 1197L, 1231L, 1196L, 1197L, 1198L, 1232L, 1197L, 1198L, 1199L, 1233L, 1198L, 1199L, 1200L, 1234L, 1199L, 1200L, 1201L, 1235L, 1200L, 1201L, 1202L, 1236L, 1201L, 1202L, 1203L, 1237L, 1202L, 1203L, 1204L, 1238L, 1203L, 1204L, 1205L, 1239L, 1204L, 1205L, 1206L, 1240L, 1205L, 1206L, 1207L, 1241L, 1206L, 1207L, 1208L, 1242L, 1207L, 1208L, 1209L, 1243L, 1208L, 1209L, 1210L, 1244L, 1209L, 1210L, 1211L, 1245L, 1210L, 1211L, 1212L, 1246L, 1211L, 1212L, 1213L, 1247L, 1212L, 1213L, 1214L, 1248L, 1213L, 1214L, 1215L, 1249L, 1214L, 1215L, 1216L, 1250L, 1215L, 1216L, 1217L, 1251L, 1216L, 1217L, 1218L, 1252L, 1217L, 1218L, 1219L, 1253L, 1218L, 1219L, 1221L, 1254L, 1219L, 1221L, 1222L, 1255L, 1221L, 1222L, 1256L, 1257L, 1222L, 1256L, 1258L, 1223L, 1224L, 1223L, 1224L, 1225L, 1259L, 1224L, 1225L, 1226L, 1260L, 1225L, 1226L, 1227L, 1261L, 1226L, 1227L, 1228L, 1262L, 1227L, 1228L, 1229L, 1263L, 1228L, 1229L, 1230L, 1264L, 1229L, 1230L, 1231L, 1265L, 1230L, 1231L, 1232L, 1266L, 1231L, 1232L, 1233L, 1267L, 1232L, 1233L, 1234L, 1268L, 1233L, 1234L, 1235L, 1269L, 1234L, 1235L, 1236L, 1270L, 1235L, 1236L, 1237L, 1271L, 1236L, 1237L, 1238L, 1272L, 1237L, 1238L, 1239L, 1273L, 1238L, 1239L, 1240L, 1274L, 1239L, 1240L, 1241L, 1275L, 1240L, 1241L, 1242L, 1276L, 1241L, 1242L, 1243L, 1277L, 1242L, 1243L, 1244L, 1278L, 1243L, 1244L, 1245L, 1279L, 1244L, 1245L, 1246L, 1280L, 1245L, 1246L, 1247L, 1281L, 1246L, 1247L, 1248L, 1282L, 1247L, 1248L, 1249L, 1283L, 1248L, 1249L, 1250L, 1284L, 1249L, 1250L, 1251L, 1285L, 1250L, 1251L, 1252L, 1286L, 1251L, 1252L, 1253L, 1287L, 1252L, 1253L, 1254L, 1288L, 1253L, 1254L, 1255L, 1289L, 1254L, 1255L, 1257L, 1290L, 1255L, 1257L, 1258L, 1291L, 1257L, 1258L, 1292L, 1293L, 1258L, 1292L, 1294L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 68L, 35L, 35L, 36L, 36L, 36L, 36L, 37L, 37L, 37L, 37L, 38L, 38L, 38L, 38L, 39L, 39L, 39L, 39L, 40L, 40L, 40L, 40L, 41L, 41L, 41L, 41L, 42L, 42L, 42L, 42L, 43L, 43L, 43L, 43L, 44L, 44L, 44L, 44L, 45L, 45L, 45L, 45L, 46L, 46L, 46L, 46L, 47L, 47L, 47L, 47L, 48L, 48L, 48L, 48L, 49L, 49L, 49L, 49L, 50L, 50L, 50L, 50L, 51L, 51L, 51L, 51L, 52L, 52L, 52L, 52L, 53L, 53L, 53L, 53L, 54L, 54L, 54L, 54L, 55L, 55L, 55L, 55L, 56L, 56L, 56L, 56L, 57L, 57L, 57L, 57L, 58L, 58L, 58L, 58L, 59L, 59L, 59L, 59L, 60L, 60L, 60L, 60L, 61L, 61L, 61L, 61L, 62L, 62L, 62L, 62L, 63L, 63L, 63L, 63L, 64L, 64L, 64L, 64L, 65L, 65L, 65L, 65L, 66L, 66L, 66L, 66L, 67L, 67L, 67L, 67L, 69L, 69L, 69L, 69L, 70L, 70L, 70L, 70L, 104L, 104L, 104L, 71L, 71L, 72L, 72L, 72L, 72L, 73L, 73L, 73L, 73L, 74L, 74L, 74L, 74L, 75L, 75L, 75L, 75L, 76L, 76L, 76L, 76L, 77L, 77L, 77L, 77L, 78L, 78L, 78L, 78L, 79L, 79L, 79L, 79L, 80L, 80L, 80L, 80L, 81L, 81L, 81L, 81L, 82L, 82L, 82L, 82L, 83L, 83L, 83L, 83L, 84L, 84L, 84L, 84L, 85L, 85L, 85L, 85L, 86L, 86L, 86L, 86L, 87L, 87L, 87L, 87L, 88L, 88L, 88L, 88L, 89L, 89L, 89L, 89L, 90L, 90L, 90L, 90L, 91L, 91L, 91L, 91L, 92L, 92L, 92L, 92L, 93L, 93L, 93L, 93L, 94L, 94L, 94L, 94L, 95L, 95L, 95L, 95L, 96L, 96L, 96L, 96L, 97L, 97L, 97L, 97L, 98L, 98L, 98L, 98L, 99L, 99L, 99L, 99L, 100L, 100L, 100L, 100L, 101L, 101L, 101L, 101L, 102L, 102L, 102L, 102L, 103L, 103L, 103L, 103L, 105L, 105L, 105L, 105L, 106L, 106L, 106L, 106L, 140L, 140L, 140L, 107L, 107L, 108L, 108L, 108L, 108L, 109L, 109L, 109L, 109L, 110L, 110L, 110L, 110L, 111L, 111L, 111L, 111L, 112L, 112L, 112L, 112L, 113L, 113L, 113L, 113L, 114L, 114L, 114L, 114L, 115L, 115L, 115L, 115L, 116L, 116L, 116L, 116L, 117L, 117L, 117L, 117L, 118L, 118L, 118L, 118L, 119L, 119L, 119L, 119L, 120L, 120L, 120L, 120L, 121L, 121L, 121L, 121L, 122L, 122L, 122L, 122L, 123L, 123L, 123L, 123L, 124L, 124L, 124L, 124L, 125L, 125L, 125L, 125L, 126L, 126L, 126L, 126L, 127L, 127L, 127L, 127L, 128L, 128L, 128L, 128L, 129L, 129L, 129L, 129L, 130L, 130L, 130L, 130L, 131L, 131L, 131L, 131L, 132L, 132L, 132L, 132L, 133L, 133L, 133L, 133L, 134L, 134L, 134L, 134L, 135L, 135L, 135L, 135L, 136L, 136L, 136L, 136L, 137L, 137L, 137L, 137L, 138L, 138L, 138L, 138L, 139L, 139L, 139L, 139L, 141L, 141L, 141L, 141L, 142L, 142L, 142L, 142L, 176L, 176L, 176L, 143L, 143L, 144L, 144L, 144L, 144L, 145L, 145L, 145L, 145L, 146L, 146L, 146L, 146L, 147L, 147L, 147L, 147L, 148L, 148L, 148L, 148L, 149L, 149L, 149L, 149L, 150L, 150L, 150L, 150L, 151L, 151L, 151L, 151L, 152L, 152L, 152L, 152L, 153L, 153L, 153L, 153L, 154L, 154L, 154L, 154L, 155L, 155L, 155L, 155L, 156L, 156L, 156L, 156L, 157L, 157L, 157L, 157L, 158L, 158L, 158L, 158L, 159L, 159L, 159L, 159L, 160L, 160L, 160L, 160L, 161L, 161L, 161L, 161L, 162L, 162L, 162L, 162L, 163L, 163L, 163L, 163L, 164L, 164L, 164L, 164L, 165L, 165L, 165L, 165L, 166L, 166L, 166L, 166L, 167L, 167L, 167L, 167L, 168L, 168L, 168L, 168L, 169L, 169L, 169L, 169L, 170L, 170L, 170L, 170L, 171L, 171L, 171L, 171L, 172L, 172L, 172L, 172L, 173L, 173L, 173L, 173L, 174L, 174L, 174L, 174L, 175L, 175L, 175L, 175L, 177L, 177L, 177L, 177L, 178L, 178L, 178L, 178L, 212L, 212L, 212L, 179L, 179L, 180L, 180L, 180L, 180L, 181L, 181L, 181L, 181L, 182L, 182L, 182L, 182L, 183L, 183L, 183L, 183L, 184L, 184L, 184L, 184L, 185L, 185L, 185L, 185L, 186L, 186L, 186L, 186L, 187L, 187L, 187L, 187L, 188L, 188L, 188L, 188L, 189L, 189L, 189L, 189L, 190L, 190L, 190L, 190L, 191L, 191L, 191L, 191L, 192L, 192L, 192L, 192L, 193L, 193L, 193L, 193L, 194L, 194L, 194L, 194L, 195L, 195L, 195L, 195L, 196L, 196L, 196L, 196L, 197L, 197L, 197L, 197L, 198L, 198L, 198L, 198L, 199L, 199L, 199L, 199L, 200L, 200L, 200L, 200L, 201L, 201L, 201L, 201L, 202L, 202L, 202L, 202L, 203L, 203L, 203L, 203L, 204L, 204L, 204L, 204L, 205L, 205L, 205L, 205L, 206L, 206L, 206L, 206L, 207L, 207L, 207L, 207L, 208L, 208L, 208L, 208L, 209L, 209L, 209L, 209L, 210L, 210L, 210L, 210L, 211L, 211L, 211L, 211L, 213L, 213L, 213L, 213L, 214L, 214L, 214L, 214L, 248L, 248L, 248L, 215L, 215L, 216L, 216L, 216L, 216L, 217L, 217L, 217L, 217L, 218L, 218L, 218L, 218L, 219L, 219L, 219L, 219L, 220L, 220L, 220L, 220L, 221L, 221L, 221L, 221L, 222L, 222L, 222L, 222L, 223L, 223L, 223L, 223L, 224L, 224L, 224L, 224L, 225L, 225L, 225L, 225L, 226L, 226L, 226L, 226L, 227L, 227L, 227L, 227L, 228L, 228L, 228L, 228L, 229L, 229L, 229L, 229L, 230L, 230L, 230L, 230L, 231L, 231L, 231L, 231L, 232L, 232L, 232L, 232L, 233L, 233L, 233L, 233L, 234L, 234L, 234L, 234L, 235L, 235L, 235L, 235L, 236L, 236L, 236L, 236L, 237L, 237L, 237L, 237L, 238L, 238L, 238L, 238L, 239L, 239L, 239L, 239L, 240L, 240L, 240L, 240L, 241L, 241L, 241L, 241L, 242L, 242L, 242L, 242L, 243L, 243L, 243L, 243L, 244L, 244L, 244L, 244L, 245L, 245L, 245L, 245L, 246L, 246L, 246L, 246L, 247L, 247L, 247L, 247L, 249L, 249L, 249L, 249L, 250L, 250L, 250L, 250L, 284L, 284L, 284L, 251L, 251L, 252L, 252L, 252L, 252L, 253L, 253L, 253L, 253L, 254L, 254L, 254L, 254L, 255L, 255L, 255L, 255L, 256L, 256L, 256L, 256L, 257L, 257L, 257L, 257L, 258L, 258L, 258L, 258L, 259L, 259L, 259L, 259L, 260L, 260L, 260L, 260L, 261L, 261L, 261L, 261L, 262L, 262L, 262L, 262L, 263L, 263L, 263L, 263L, 264L, 264L, 264L, 264L, 265L, 265L, 265L, 265L, 266L, 266L, 266L, 266L, 267L, 267L, 267L, 267L, 268L, 268L, 268L, 268L, 269L, 269L, 269L, 269L, 270L, 270L, 270L, 270L, 271L, 271L, 271L, 271L, 272L, 272L, 272L, 272L, 273L, 273L, 273L, 273L, 274L, 274L, 274L, 274L, 275L, 275L, 275L, 275L, 276L, 276L, 276L, 276L, 277L, 277L, 277L, 277L, 278L, 278L, 278L, 278L, 279L, 279L, 279L, 279L, 280L, 280L, 280L, 280L, 281L, 281L, 281L, 281L, 282L, 282L, 282L, 282L, 283L, 283L, 283L, 283L, 285L, 285L, 285L, 285L, 286L, 286L, 286L, 286L, 320L, 320L, 320L, 287L, 287L, 288L, 288L, 288L, 288L, 289L, 289L, 289L, 289L, 290L, 290L, 290L, 290L, 291L, 291L, 291L, 291L, 292L, 292L, 292L, 292L, 293L, 293L, 293L, 293L, 294L, 294L, 294L, 294L, 295L, 295L, 295L, 295L, 296L, 296L, 296L, 296L, 297L, 297L, 297L, 297L, 298L, 298L, 298L, 298L, 299L, 299L, 299L, 299L, 300L, 300L, 300L, 300L, 301L, 301L, 301L, 301L, 302L, 302L, 302L, 302L, 303L, 303L, 303L, 303L, 304L, 304L, 304L, 304L, 305L, 305L, 305L, 305L, 306L, 306L, 306L, 306L, 307L, 307L, 307L, 307L, 308L, 308L, 308L, 308L, 309L, 309L, 309L, 309L, 310L, 310L, 310L, 310L, 311L, 311L, 311L, 311L, 312L, 312L, 312L, 312L, 313L, 313L, 313L, 313L, 314L, 314L, 314L, 314L, 315L, 315L, 315L, 315L, 316L, 316L, 316L, 316L, 317L, 317L, 317L, 317L, 318L, 318L, 318L, 318L, 319L, 319L, 319L, 319L, 321L, 321L, 321L, 321L, 322L, 322L, 322L, 322L, 356L, 356L, 356L, 323L, 323L, 324L, 324L, 324L, 324L, 325L, 325L, 325L, 325L, 326L, 326L, 326L, 326L, 327L, 327L, 327L, 327L, 328L, 328L, 328L, 328L, 329L, 329L, 329L, 329L, 330L, 330L, 330L, 330L, 331L, 331L, 331L, 331L, 332L, 332L, 332L, 332L, 333L, 333L, 333L, 333L, 334L, 334L, 334L, 334L, 335L, 335L, 335L, 335L, 336L, 336L, 336L, 336L, 337L, 337L, 337L, 337L, 338L, 338L, 338L, 338L, 339L, 339L, 339L, 339L, 340L, 340L, 340L, 340L, 341L, 341L, 341L, 341L, 342L, 342L, 342L, 342L, 343L, 343L, 343L, 343L, 344L, 344L, 344L, 344L, 345L, 345L, 345L, 345L, 346L, 346L, 346L, 346L, 347L, 347L, 347L, 347L, 348L, 348L, 348L, 348L, 349L, 349L, 349L, 349L, 350L, 350L, 350L, 350L, 351L, 351L, 351L, 351L, 352L, 352L, 352L, 352L, 353L, 353L, 353L, 353L, 354L, 354L, 354L, 354L, 355L, 355L, 355L, 355L, 357L, 357L, 357L, 357L, 358L, 358L, 358L, 358L, 392L, 392L, 392L, 359L, 359L, 360L, 360L, 360L, 360L, 361L, 361L, 361L, 361L, 362L, 362L, 362L, 362L, 363L, 363L, 363L, 363L, 364L, 364L, 364L, 364L, 365L, 365L, 365L, 365L, 366L, 366L, 366L, 366L, 367L, 367L, 367L, 367L, 368L, 368L, 368L, 368L, 369L, 369L, 369L, 369L, 370L, 370L, 370L, 370L, 371L, 371L, 371L, 371L, 372L, 372L, 372L, 372L, 373L, 373L, 373L, 373L, 374L, 374L, 374L, 374L, 375L, 375L, 375L, 375L, 376L, 376L, 376L, 376L, 377L, 377L, 377L, 377L, 378L, 378L, 378L, 378L, 379L, 379L, 379L, 379L, 380L, 380L, 380L, 380L, 381L, 381L, 381L, 381L, 382L, 382L, 382L, 382L, 383L, 383L, 383L, 383L, 384L, 384L, 384L, 384L, 385L, 385L, 385L, 385L, 386L, 386L, 386L, 386L, 387L, 387L, 387L, 387L, 388L, 388L, 388L, 388L, 389L, 389L, 389L, 389L, 390L, 390L, 390L, 390L, 391L, 391L, 391L, 391L, 393L, 393L, 393L, 393L, 394L, 394L, 394L, 394L, 428L, 428L, 428L, 395L, 395L, 396L, 396L, 396L, 396L, 397L, 397L, 397L, 397L, 398L, 398L, 398L, 398L, 399L, 399L, 399L, 399L, 400L, 400L, 400L, 400L, 401L, 401L, 401L, 401L, 402L, 402L, 402L, 402L, 403L, 403L, 403L, 403L, 404L, 404L, 404L, 404L, 405L, 405L, 405L, 405L, 406L, 406L, 406L, 406L, 407L, 407L, 407L, 407L, 408L, 408L, 408L, 408L, 409L, 409L, 409L, 409L, 410L, 410L, 410L, 410L, 411L, 411L, 411L, 411L, 412L, 412L, 412L, 412L, 413L, 413L, 413L, 413L, 414L, 414L, 414L, 414L, 415L, 415L, 415L, 415L, 416L, 416L, 416L, 416L, 417L, 417L, 417L, 417L, 418L, 418L, 418L, 418L, 419L, 419L, 419L, 419L, 420L, 420L, 420L, 420L, 421L, 421L, 421L, 421L, 422L, 422L, 422L, 422L, 423L, 423L, 423L, 423L, 424L, 424L, 424L, 424L, 425L, 425L, 425L, 425L, 426L, 426L, 426L, 426L, 427L, 427L, 427L, 427L, 429L, 429L, 429L, 429L, 430L, 430L, 430L, 430L, 464L, 464L, 464L, 431L, 431L, 432L, 432L, 432L, 432L, 433L, 433L, 433L, 433L, 434L, 434L, 434L, 434L, 435L, 435L, 435L, 435L, 436L, 436L, 436L, 436L, 437L, 437L, 437L, 437L, 438L, 438L, 438L, 438L, 439L, 439L, 439L, 439L, 440L, 440L, 440L, 440L, 441L, 441L, 441L, 441L, 442L, 442L, 442L, 442L, 443L, 443L, 443L, 443L, 444L, 444L, 444L, 444L, 445L, 445L, 445L, 445L, 446L, 446L, 446L, 446L, 447L, 447L, 447L, 447L, 448L, 448L, 448L, 448L, 449L, 449L, 449L, 449L, 450L, 450L, 450L, 450L, 451L, 451L, 451L, 451L, 452L, 452L, 452L, 452L, 453L, 453L, 453L, 453L, 454L, 454L, 454L, 454L, 455L, 455L, 455L, 455L, 456L, 456L, 456L, 456L, 457L, 457L, 457L, 457L, 458L, 458L, 458L, 458L, 459L, 459L, 459L, 459L, 460L, 460L, 460L, 460L, 461L, 461L, 461L, 461L, 462L, 462L, 462L, 462L, 463L, 463L, 463L, 463L, 465L, 465L, 465L, 465L, 466L, 466L, 466L, 466L, 500L, 500L, 500L, 467L, 467L, 468L, 468L, 468L, 468L, 469L, 469L, 469L, 469L, 470L, 470L, 470L, 470L, 471L, 471L, 471L, 471L, 472L, 472L, 472L, 472L, 473L, 473L, 473L, 473L, 474L, 474L, 474L, 474L, 475L, 475L, 475L, 475L, 476L, 476L, 476L, 476L, 477L, 477L, 477L, 477L, 478L, 478L, 478L, 478L, 479L, 479L, 479L, 479L, 480L, 480L, 480L, 480L, 481L, 481L, 481L, 481L, 482L, 482L, 482L, 482L, 483L, 483L, 483L, 483L, 484L, 484L, 484L, 484L, 485L, 485L, 485L, 485L, 486L, 486L, 486L, 486L, 487L, 487L, 487L, 487L, 488L, 488L, 488L, 488L, 489L, 489L, 489L, 489L, 490L, 490L, 490L, 490L, 491L, 491L, 491L, 491L, 492L, 492L, 492L, 492L, 493L, 493L, 493L, 493L, 494L, 494L, 494L, 494L, 495L, 495L, 495L, 495L, 496L, 496L, 496L, 496L, 497L, 497L, 497L, 497L, 498L, 498L, 498L, 498L, 499L, 499L, 499L, 499L, 501L, 501L, 501L, 501L, 502L, 502L, 502L, 502L, 536L, 536L, 536L, 503L, 503L, 504L, 504L, 504L, 504L, 505L, 505L, 505L, 505L, 506L, 506L, 506L, 506L, 507L, 507L, 507L, 507L, 508L, 508L, 508L, 508L, 509L, 509L, 509L, 509L, 510L, 510L, 510L, 510L, 511L, 511L, 511L, 511L, 512L, 512L, 512L, 512L, 513L, 513L, 513L, 513L, 514L, 514L, 514L, 514L, 515L, 515L, 515L, 515L, 516L, 516L, 516L, 516L, 517L, 517L, 517L, 517L, 518L, 518L, 518L, 518L, 519L, 519L, 519L, 519L, 520L, 520L, 520L, 520L, 521L, 521L, 521L, 521L, 522L, 522L, 522L, 522L, 523L, 523L, 523L, 523L, 524L, 524L, 524L, 524L, 525L, 525L, 525L, 525L, 526L, 526L, 526L, 526L, 527L, 527L, 527L, 527L, 528L, 528L, 528L, 528L, 529L, 529L, 529L, 529L, 530L, 530L, 530L, 530L, 531L, 531L, 531L, 531L, 532L, 532L, 532L, 532L, 533L, 533L, 533L, 533L, 534L, 534L, 534L, 534L, 535L, 535L, 535L, 535L, 537L, 537L, 537L, 537L, 538L, 538L, 538L, 538L, 572L, 572L, 572L, 539L, 539L, 540L, 540L, 540L, 540L, 541L, 541L, 541L, 541L, 542L, 542L, 542L, 542L, 543L, 543L, 543L, 543L, 544L, 544L, 544L, 544L, 545L, 545L, 545L, 545L, 546L, 546L, 546L, 546L, 547L, 547L, 547L, 547L, 548L, 548L, 548L, 548L, 549L, 549L, 549L, 549L, 550L, 550L, 550L, 550L, 551L, 551L, 551L, 551L, 552L, 552L, 552L, 552L, 553L, 553L, 553L, 553L, 554L, 554L, 554L, 554L, 555L, 555L, 555L, 555L, 556L, 556L, 556L, 556L, 557L, 557L, 557L, 557L, 558L, 558L, 558L, 558L, 559L, 559L, 559L, 559L, 560L, 560L, 560L, 560L, 561L, 561L, 561L, 561L, 562L, 562L, 562L, 562L, 563L, 563L, 563L, 563L, 564L, 564L, 564L, 564L, 565L, 565L, 565L, 565L, 566L, 566L, 566L, 566L, 567L, 567L, 567L, 567L, 568L, 568L, 568L, 568L, 569L, 569L, 569L, 569L, 570L, 570L, 570L, 570L, 571L, 571L, 571L, 571L, 573L, 573L, 573L, 573L, 574L, 574L, 574L, 574L, 608L, 608L, 608L, 575L, 575L, 576L, 576L, 576L, 576L, 577L, 577L, 577L, 577L, 578L, 578L, 578L, 578L, 579L, 579L, 579L, 579L, 580L, 580L, 580L, 580L, 581L, 581L, 581L, 581L, 582L, 582L, 582L, 582L, 583L, 583L, 583L, 583L, 584L, 584L, 584L, 584L, 585L, 585L, 585L, 585L, 586L, 586L, 586L, 586L, 587L, 587L, 587L, 587L, 588L, 588L, 588L, 588L, 589L, 589L, 589L, 589L, 590L, 590L, 590L, 590L, 591L, 591L, 591L, 591L, 592L, 592L, 592L, 592L, 593L, 593L, 593L, 593L, 594L, 594L, 594L, 594L, 595L, 595L, 595L, 595L, 596L, 596L, 596L, 596L, 597L, 597L, 597L, 597L, 598L, 598L, 598L, 598L, 599L, 599L, 599L, 599L, 600L, 600L, 600L, 600L, 601L, 601L, 601L, 601L, 602L, 602L, 602L, 602L, 603L, 603L, 603L, 603L, 604L, 604L, 604L, 604L, 605L, 605L, 605L, 605L, 606L, 606L, 606L, 606L, 607L, 607L, 607L, 607L, 609L, 609L, 609L, 609L, 610L, 610L, 610L, 610L, 644L, 644L, 644L, 611L, 611L, 612L, 612L, 612L, 612L, 613L, 613L, 613L, 613L, 614L, 614L, 614L, 614L, 615L, 615L, 615L, 615L, 616L, 616L, 616L, 616L, 617L, 617L, 617L, 617L, 618L, 618L, 618L, 618L, 619L, 619L, 619L, 619L, 620L, 620L, 620L, 620L, 621L, 621L, 621L, 621L, 622L, 622L, 622L, 622L, 623L, 623L, 623L, 623L, 624L, 624L, 624L, 624L, 625L, 625L, 625L, 625L, 626L, 626L, 626L, 626L, 627L, 627L, 627L, 627L, 628L, 628L, 628L, 628L, 629L, 629L, 629L, 629L, 630L, 630L, 630L, 630L, 631L, 631L, 631L, 631L, 632L, 632L, 632L, 632L, 633L, 633L, 633L, 633L, 634L, 634L, 634L, 634L, 635L, 635L, 635L, 635L, 636L, 636L, 636L, 636L, 637L, 637L, 637L, 637L, 638L, 638L, 638L, 638L, 639L, 639L, 639L, 639L, 640L, 640L, 640L, 640L, 641L, 641L, 641L, 641L, 642L, 642L, 642L, 642L, 643L, 643L, 643L, 643L, 645L, 645L, 645L, 645L, 646L, 646L, 646L, 646L, 680L, 680L, 680L, 647L, 647L, 648L, 648L, 648L, 648L, 649L, 649L, 649L, 649L, 650L, 650L, 650L, 650L, 651L, 651L, 651L, 651L, 652L, 652L, 652L, 652L, 653L, 653L, 653L, 653L, 654L, 654L, 654L, 654L, 655L, 655L, 655L, 655L, 656L, 656L, 656L, 656L, 657L, 657L, 657L, 657L, 658L, 658L, 658L, 658L, 659L, 659L, 659L, 659L, 660L, 660L, 660L, 660L, 661L, 661L, 661L, 661L, 662L, 662L, 662L, 662L, 663L, 663L, 663L, 663L, 664L, 664L, 664L, 664L, 665L, 665L, 665L, 665L, 666L, 666L, 666L, 666L, 667L, 667L, 667L, 667L, 668L, 668L, 668L, 668L, 669L, 669L, 669L, 669L, 670L, 670L, 670L, 670L, 671L, 671L, 671L, 671L, 672L, 672L, 672L, 672L, 673L, 673L, 673L, 673L, 674L, 674L, 674L, 674L, 675L, 675L, 675L, 675L, 676L, 676L, 676L, 676L, 677L, 677L, 677L, 677L, 678L, 678L, 678L, 678L, 679L, 679L, 679L, 679L, 681L, 681L, 681L, 681L, 682L, 682L, 682L, 682L, 716L, 716L, 716L, 683L, 683L, 684L, 684L, 684L, 684L, 685L, 685L, 685L, 685L, 686L, 686L, 686L, 686L, 687L, 687L, 687L, 687L, 688L, 688L, 688L, 688L, 689L, 689L, 689L, 689L, 690L, 690L, 690L, 690L, 691L, 691L, 691L, 691L, 692L, 692L, 692L, 692L, 693L, 693L, 693L, 693L, 694L, 694L, 694L, 694L, 695L, 695L, 695L, 695L, 696L, 696L, 696L, 696L, 697L, 697L, 697L, 697L, 698L, 698L, 698L, 698L, 699L, 699L, 699L, 699L, 700L, 700L, 700L, 700L, 701L, 701L, 701L, 701L, 702L, 702L, 702L, 702L, 703L, 703L, 703L, 703L, 704L, 704L, 704L, 704L, 705L, 705L, 705L, 705L, 706L, 706L, 706L, 706L, 707L, 707L, 707L, 707L, 708L, 708L, 708L, 708L, 709L, 709L, 709L, 709L, 710L, 710L, 710L, 710L, 711L, 711L, 711L, 711L, 712L, 712L, 712L, 712L, 713L, 713L, 713L, 713L, 714L, 714L, 714L, 714L, 715L, 715L, 715L, 715L, 717L, 717L, 717L, 717L, 718L, 718L, 718L, 718L, 752L, 752L, 752L, 719L, 719L, 720L, 720L, 720L, 720L, 721L, 721L, 721L, 721L, 722L, 722L, 722L, 722L, 723L, 723L, 723L, 723L, 724L, 724L, 724L, 724L, 725L, 725L, 725L, 725L, 726L, 726L, 726L, 726L, 727L, 727L, 727L, 727L, 728L, 728L, 728L, 728L, 729L, 729L, 729L, 729L, 730L, 730L, 730L, 730L, 731L, 731L, 731L, 731L, 732L, 732L, 732L, 732L, 733L, 733L, 733L, 733L, 734L, 734L, 734L, 734L, 735L, 735L, 735L, 735L, 736L, 736L, 736L, 736L, 737L, 737L, 737L, 737L, 738L, 738L, 738L, 738L, 739L, 739L, 739L, 739L, 740L, 740L, 740L, 740L, 741L, 741L, 741L, 741L, 742L, 742L, 742L, 742L, 743L, 743L, 743L, 743L, 744L, 744L, 744L, 744L, 745L, 745L, 745L, 745L, 746L, 746L, 746L, 746L, 747L, 747L, 747L, 747L, 748L, 748L, 748L, 748L, 749L, 749L, 749L, 749L, 750L, 750L, 750L, 750L, 751L, 751L, 751L, 751L, 753L, 753L, 753L, 753L, 754L, 754L, 754L, 754L, 788L, 788L, 788L, 755L, 755L, 756L, 756L, 756L, 756L, 757L, 757L, 757L, 757L, 758L, 758L, 758L, 758L, 759L, 759L, 759L, 759L, 760L, 760L, 760L, 760L, 761L, 761L, 761L, 761L, 762L, 762L, 762L, 762L, 763L, 763L, 763L, 763L, 764L, 764L, 764L, 764L, 765L, 765L, 765L, 765L, 766L, 766L, 766L, 766L, 767L, 767L, 767L, 767L, 768L, 768L, 768L, 768L, 769L, 769L, 769L, 769L, 770L, 770L, 770L, 770L, 771L, 771L, 771L, 771L, 772L, 772L, 772L, 772L, 773L, 773L, 773L, 773L, 774L, 774L, 774L, 774L, 775L, 775L, 775L, 775L, 776L, 776L, 776L, 776L, 777L, 777L, 777L, 777L, 778L, 778L, 778L, 778L, 779L, 779L, 779L, 779L, 780L, 780L, 780L, 780L, 781L, 781L, 781L, 781L, 782L, 782L, 782L, 782L, 783L, 783L, 783L, 783L, 784L, 784L, 784L, 784L, 785L, 785L, 785L, 785L, 786L, 786L, 786L, 786L, 787L, 787L, 787L, 787L, 789L, 789L, 789L, 789L, 790L, 790L, 790L, 790L, 824L, 824L, 824L, 791L, 791L, 792L, 792L, 792L, 792L, 793L, 793L, 793L, 793L, 794L, 794L, 794L, 794L, 795L, 795L, 795L, 795L, 796L, 796L, 796L, 796L, 797L, 797L, 797L, 797L, 798L, 798L, 798L, 798L, 799L, 799L, 799L, 799L, 800L, 800L, 800L, 800L, 801L, 801L, 801L, 801L, 802L, 802L, 802L, 802L, 803L, 803L, 803L, 803L, 804L, 804L, 804L, 804L, 805L, 805L, 805L, 805L, 806L, 806L, 806L, 806L, 807L, 807L, 807L, 807L, 808L, 808L, 808L, 808L, 809L, 809L, 809L, 809L, 810L, 810L, 810L, 810L, 811L, 811L, 811L, 811L, 812L, 812L, 812L, 812L, 813L, 813L, 813L, 813L, 814L, 814L, 814L, 814L, 815L, 815L, 815L, 815L, 816L, 816L, 816L, 816L, 817L, 817L, 817L, 817L, 818L, 818L, 818L, 818L, 819L, 819L, 819L, 819L, 820L, 820L, 820L, 820L, 821L, 821L, 821L, 821L, 822L, 822L, 822L, 822L, 823L, 823L, 823L, 823L, 825L, 825L, 825L, 825L, 826L, 826L, 826L, 826L, 860L, 860L, 860L, 827L, 827L, 828L, 828L, 828L, 828L, 829L, 829L, 829L, 829L, 830L, 830L, 830L, 830L, 831L, 831L, 831L, 831L, 832L, 832L, 832L, 832L, 833L, 833L, 833L, 833L, 834L, 834L, 834L, 834L, 835L, 835L, 835L, 835L, 836L, 836L, 836L, 836L, 837L, 837L, 837L, 837L, 838L, 838L, 838L, 838L, 839L, 839L, 839L, 839L, 840L, 840L, 840L, 840L, 841L, 841L, 841L, 841L, 842L, 842L, 842L, 842L, 843L, 843L, 843L, 843L, 844L, 844L, 844L, 844L, 845L, 845L, 845L, 845L, 846L, 846L, 846L, 846L, 847L, 847L, 847L, 847L, 848L, 848L, 848L, 848L, 849L, 849L, 849L, 849L, 850L, 850L, 850L, 850L, 851L, 851L, 851L, 851L, 852L, 852L, 852L, 852L, 853L, 853L, 853L, 853L, 854L, 854L, 854L, 854L, 855L, 855L, 855L, 855L, 856L, 856L, 856L, 856L, 857L, 857L, 857L, 857L, 858L, 858L, 858L, 858L, 859L, 859L, 859L, 859L, 861L, 861L, 861L, 861L, 862L, 862L, 862L, 862L, 896L, 896L, 896L, 863L, 863L, 864L, 864L, 864L, 864L, 865L, 865L, 865L, 865L, 866L, 866L, 866L, 866L, 867L, 867L, 867L, 867L, 868L, 868L, 868L, 868L, 869L, 869L, 869L, 869L, 870L, 870L, 870L, 870L, 871L, 871L, 871L, 871L, 872L, 872L, 872L, 872L, 873L, 873L, 873L, 873L, 874L, 874L, 874L, 874L, 875L, 875L, 875L, 875L, 876L, 876L, 876L, 876L, 877L, 877L, 877L, 877L, 878L, 878L, 878L, 878L, 879L, 879L, 879L, 879L, 880L, 880L, 880L, 880L, 881L, 881L, 881L, 881L, 882L, 882L, 882L, 882L, 883L, 883L, 883L, 883L, 884L, 884L, 884L, 884L, 885L, 885L, 885L, 885L, 886L, 886L, 886L, 886L, 887L, 887L, 887L, 887L, 888L, 888L, 888L, 888L, 889L, 889L, 889L, 889L, 890L, 890L, 890L, 890L, 891L, 891L, 891L, 891L, 892L, 892L, 892L, 892L, 893L, 893L, 893L, 893L, 894L, 894L, 894L, 894L, 895L, 895L, 895L, 895L, 897L, 897L, 897L, 897L, 898L, 898L, 898L, 898L, 932L, 932L, 932L, 899L, 899L, 900L, 900L, 900L, 900L, 901L, 901L, 901L, 901L, 902L, 902L, 902L, 902L, 903L, 903L, 903L, 903L, 904L, 904L, 904L, 904L, 905L, 905L, 905L, 905L, 906L, 906L, 906L, 906L, 907L, 907L, 907L, 907L, 908L, 908L, 908L, 908L, 909L, 909L, 909L, 909L, 910L, 910L, 910L, 910L, 911L, 911L, 911L, 911L, 912L, 912L, 912L, 912L, 913L, 913L, 913L, 913L, 914L, 914L, 914L, 914L, 915L, 915L, 915L, 915L, 916L, 916L, 916L, 916L, 917L, 917L, 917L, 917L, 918L, 918L, 918L, 918L, 919L, 919L, 919L, 919L, 920L, 920L, 920L, 920L, 921L, 921L, 921L, 921L, 922L, 922L, 922L, 922L, 923L, 923L, 923L, 923L, 924L, 924L, 924L, 924L, 925L, 925L, 925L, 925L, 926L, 926L, 926L, 926L, 927L, 927L, 927L, 927L, 928L, 928L, 928L, 928L, 929L, 929L, 929L, 929L, 930L, 930L, 930L, 930L, 931L, 931L, 931L, 931L, 933L, 933L, 933L, 933L, 934L, 934L, 934L, 934L, 968L, 968L, 968L, 935L, 935L, 936L, 936L, 936L, 936L, 937L, 937L, 937L, 937L, 938L, 938L, 938L, 938L, 939L, 939L, 939L, 939L, 940L, 940L, 940L, 940L, 941L, 941L, 941L, 941L, 942L, 942L, 942L, 942L, 943L, 943L, 943L, 943L, 944L, 944L, 944L, 944L, 945L, 945L, 945L, 945L, 946L, 946L, 946L, 946L, 947L, 947L, 947L, 947L, 948L, 948L, 948L, 948L, 949L, 949L, 949L, 949L, 950L, 950L, 950L, 950L, 951L, 951L, 951L, 951L, 952L, 952L, 952L, 952L, 953L, 953L, 953L, 953L, 954L, 954L, 954L, 954L, 955L, 955L, 955L, 955L, 956L, 956L, 956L, 956L, 957L, 957L, 957L, 957L, 958L, 958L, 958L, 958L, 959L, 959L, 959L, 959L, 960L, 960L, 960L, 960L, 961L, 961L, 961L, 961L, 962L, 962L, 962L, 962L, 963L, 963L, 963L, 963L, 964L, 964L, 964L, 964L, 965L, 965L, 965L, 965L, 966L, 966L, 966L, 966L, 967L, 967L, 967L, 967L, 969L, 969L, 969L, 969L, 970L, 970L, 970L, 970L, 1004L, 1004L, 1004L, 971L, 971L, 972L, 972L, 972L, 972L, 973L, 973L, 973L, 973L, 974L, 974L, 974L, 974L, 975L, 975L, 975L, 975L, 976L, 976L, 976L, 976L, 977L, 977L, 977L, 977L, 978L, 978L, 978L, 978L, 979L, 979L, 979L, 979L, 980L, 980L, 980L, 980L, 981L, 981L, 981L, 981L, 982L, 982L, 982L, 982L, 983L, 983L, 983L, 983L, 984L, 984L, 984L, 984L, 985L, 985L, 985L, 985L, 986L, 986L, 986L, 986L, 987L, 987L, 987L, 987L, 988L, 988L, 988L, 988L, 989L, 989L, 989L, 989L, 990L, 990L, 990L, 990L, 991L, 991L, 991L, 991L, 992L, 992L, 992L, 992L, 993L, 993L, 993L, 993L, 994L, 994L, 994L, 994L, 995L, 995L, 995L, 995L, 996L, 996L, 996L, 996L, 997L, 997L, 997L, 997L, 998L, 998L, 998L, 998L, 999L, 999L, 999L, 999L, 1000L, 1000L, 1000L, 1000L, 1001L, 1001L, 1001L, 1001L, 1002L, 1002L, 1002L, 1002L, 1003L, 1003L, 1003L, 1003L, 1005L, 1005L, 1005L, 1005L, 1006L, 1006L, 1006L, 1006L, 1040L, 1040L, 1040L, 1007L, 1007L, 1008L, 1008L, 1008L, 1008L, 1009L, 1009L, 1009L, 1009L, 1010L, 1010L, 1010L, 1010L, 1011L, 1011L, 1011L, 1011L, 1012L, 1012L, 1012L, 1012L, 1013L, 1013L, 1013L, 1013L, 1014L, 1014L, 1014L, 1014L, 1015L, 1015L, 1015L, 1015L, 1016L, 1016L, 1016L, 1016L, 1017L, 1017L, 1017L, 1017L, 1018L, 1018L, 1018L, 1018L, 1019L, 1019L, 1019L, 1019L, 1020L, 1020L, 1020L, 1020L, 1021L, 1021L, 1021L, 1021L, 1022L, 1022L, 1022L, 1022L, 1023L, 1023L, 1023L, 1023L, 1024L, 1024L, 1024L, 1024L, 1025L, 1025L, 1025L, 1025L, 1026L, 1026L, 1026L, 1026L, 1027L, 1027L, 1027L, 1027L, 1028L, 1028L, 1028L, 1028L, 1029L, 1029L, 1029L, 1029L, 1030L, 1030L, 1030L, 1030L, 1031L, 1031L, 1031L, 1031L, 1032L, 1032L, 1032L, 1032L, 1033L, 1033L, 1033L, 1033L, 1034L, 1034L, 1034L, 1034L, 1035L, 1035L, 1035L, 1035L, 1036L, 1036L, 1036L, 1036L, 1037L, 1037L, 1037L, 1037L, 1038L, 1038L, 1038L, 1038L, 1039L, 1039L, 1039L, 1039L, 1041L, 1041L, 1041L, 1041L, 1042L, 1042L, 1042L, 1042L, 1076L, 1076L, 1076L, 1043L, 1043L, 1044L, 1044L, 1044L, 1044L, 1045L, 1045L, 1045L, 1045L, 1046L, 1046L, 1046L, 1046L, 1047L, 1047L, 1047L, 1047L, 1048L, 1048L, 1048L, 1048L, 1049L, 1049L, 1049L, 1049L, 1050L, 1050L, 1050L, 1050L, 1051L, 1051L, 1051L, 1051L, 1052L, 1052L, 1052L, 1052L, 1053L, 1053L, 1053L, 1053L, 1054L, 1054L, 1054L, 1054L, 1055L, 1055L, 1055L, 1055L, 1056L, 1056L, 1056L, 1056L, 1057L, 1057L, 1057L, 1057L, 1058L, 1058L, 1058L, 1058L, 1059L, 1059L, 1059L, 1059L, 1060L, 1060L, 1060L, 1060L, 1061L, 1061L, 1061L, 1061L, 1062L, 1062L, 1062L, 1062L, 1063L, 1063L, 1063L, 1063L, 1064L, 1064L, 1064L, 1064L, 1065L, 1065L, 1065L, 1065L, 1066L, 1066L, 1066L, 1066L, 1067L, 1067L, 1067L, 1067L, 1068L, 1068L, 1068L, 1068L, 1069L, 1069L, 1069L, 1069L, 1070L, 1070L, 1070L, 1070L, 1071L, 1071L, 1071L, 1071L, 1072L, 1072L, 1072L, 1072L, 1073L, 1073L, 1073L, 1073L, 1074L, 1074L, 1074L, 1074L, 1075L, 1075L, 1075L, 1075L, 1077L, 1077L, 1077L, 1077L, 1078L, 1078L, 1078L, 1078L, 1112L, 1112L, 1112L, 1079L, 1079L, 1080L, 1080L, 1080L, 1080L, 1081L, 1081L, 1081L, 1081L, 1082L, 1082L, 1082L, 1082L, 1083L, 1083L, 1083L, 1083L, 1084L, 1084L, 1084L, 1084L, 1085L, 1085L, 1085L, 1085L, 1086L, 1086L, 1086L, 1086L, 1087L, 1087L, 1087L, 1087L, 1088L, 1088L, 1088L, 1088L, 1089L, 1089L, 1089L, 1089L, 1090L, 1090L, 1090L, 1090L, 1091L, 1091L, 1091L, 1091L, 1092L, 1092L, 1092L, 1092L, 1093L, 1093L, 1093L, 1093L, 1094L, 1094L, 1094L, 1094L, 1095L, 1095L, 1095L, 1095L, 1096L, 1096L, 1096L, 1096L, 1097L, 1097L, 1097L, 1097L, 1098L, 1098L, 1098L, 1098L, 1099L, 1099L, 1099L, 1099L, 1100L, 1100L, 1100L, 1100L, 1101L, 1101L, 1101L, 1101L, 1102L, 1102L, 1102L, 1102L, 1103L, 1103L, 1103L, 1103L, 1104L, 1104L, 1104L, 1104L, 1105L, 1105L, 1105L, 1105L, 1106L, 1106L, 1106L, 1106L, 1107L, 1107L, 1107L, 1107L, 1108L, 1108L, 1108L, 1108L, 1109L, 1109L, 1109L, 1109L, 1110L, 1110L, 1110L, 1110L, 1111L, 1111L, 1111L, 1111L, 1113L, 1113L, 1113L, 1113L, 1114L, 1114L, 1114L, 1114L, 1148L, 1148L, 1148L, 1115L, 1115L, 1116L, 1116L, 1116L, 1116L, 1117L, 1117L, 1117L, 1117L, 1118L, 1118L, 1118L, 1118L, 1119L, 1119L, 1119L, 1119L, 1120L, 1120L, 1120L, 1120L, 1121L, 1121L, 1121L, 1121L, 1122L, 1122L, 1122L, 1122L, 1123L, 1123L, 1123L, 1123L, 1124L, 1124L, 1124L, 1124L, 1125L, 1125L, 1125L, 1125L, 1126L, 1126L, 1126L, 1126L, 1127L, 1127L, 1127L, 1127L, 1128L, 1128L, 1128L, 1128L, 1129L, 1129L, 1129L, 1129L, 1130L, 1130L, 1130L, 1130L, 1131L, 1131L, 1131L, 1131L, 1132L, 1132L, 1132L, 1132L, 1133L, 1133L, 1133L, 1133L, 1134L, 1134L, 1134L, 1134L, 1135L, 1135L, 1135L, 1135L, 1136L, 1136L, 1136L, 1136L, 1137L, 1137L, 1137L, 1137L, 1138L, 1138L, 1138L, 1138L, 1139L, 1139L, 1139L, 1139L, 1140L, 1140L, 1140L, 1140L, 1141L, 1141L, 1141L, 1141L, 1142L, 1142L, 1142L, 1142L, 1143L, 1143L, 1143L, 1143L, 1144L, 1144L, 1144L, 1144L, 1145L, 1145L, 1145L, 1145L, 1146L, 1146L, 1146L, 1146L, 1147L, 1147L, 1147L, 1147L, 1149L, 1149L, 1149L, 1149L, 1150L, 1150L, 1150L, 1150L, 1184L, 1184L, 1184L, 1151L, 1151L, 1152L, 1152L, 1152L, 1152L, 1153L, 1153L, 1153L, 1153L, 1154L, 1154L, 1154L, 1154L, 1155L, 1155L, 1155L, 1155L, 1156L, 1156L, 1156L, 1156L, 1157L, 1157L, 1157L, 1157L, 1158L, 1158L, 1158L, 1158L, 1159L, 1159L, 1159L, 1159L, 1160L, 1160L, 1160L, 1160L, 1161L, 1161L, 1161L, 1161L, 1162L, 1162L, 1162L, 1162L, 1163L, 1163L, 1163L, 1163L, 1164L, 1164L, 1164L, 1164L, 1165L, 1165L, 1165L, 1165L, 1166L, 1166L, 1166L, 1166L, 1167L, 1167L, 1167L, 1167L, 1168L, 1168L, 1168L, 1168L, 1169L, 1169L, 1169L, 1169L, 1170L, 1170L, 1170L, 1170L, 1171L, 1171L, 1171L, 1171L, 1172L, 1172L, 1172L, 1172L, 1173L, 1173L, 1173L, 1173L, 1174L, 1174L, 1174L, 1174L, 1175L, 1175L, 1175L, 1175L, 1176L, 1176L, 1176L, 1176L, 1177L, 1177L, 1177L, 1177L, 1178L, 1178L, 1178L, 1178L, 1179L, 1179L, 1179L, 1179L, 1180L, 1180L, 1180L, 1180L, 1181L, 1181L, 1181L, 1181L, 1182L, 1182L, 1182L, 1182L, 1183L, 1183L, 1183L, 1183L, 1185L, 1185L, 1185L, 1185L, 1186L, 1186L, 1186L, 1186L, 1220L, 1220L, 1220L, 1187L, 1187L, 1188L, 1188L, 1188L, 1188L, 1189L, 1189L, 1189L, 1189L, 1190L, 1190L, 1190L, 1190L, 1191L, 1191L, 1191L, 1191L, 1192L, 1192L, 1192L, 1192L, 1193L, 1193L, 1193L, 1193L, 1194L, 1194L, 1194L, 1194L, 1195L, 1195L, 1195L, 1195L, 1196L, 1196L, 1196L, 1196L, 1197L, 1197L, 1197L, 1197L, 1198L, 1198L, 1198L, 1198L, 1199L, 1199L, 1199L, 1199L, 1200L, 1200L, 1200L, 1200L, 1201L, 1201L, 1201L, 1201L, 1202L, 1202L, 1202L, 1202L, 1203L, 1203L, 1203L, 1203L, 1204L, 1204L, 1204L, 1204L, 1205L, 1205L, 1205L, 1205L, 1206L, 1206L, 1206L, 1206L, 1207L, 1207L, 1207L, 1207L, 1208L, 1208L, 1208L, 1208L, 1209L, 1209L, 1209L, 1209L, 1210L, 1210L, 1210L, 1210L, 1211L, 1211L, 1211L, 1211L, 1212L, 1212L, 1212L, 1212L, 1213L, 1213L, 1213L, 1213L, 1214L, 1214L, 1214L, 1214L, 1215L, 1215L, 1215L, 1215L, 1216L, 1216L, 1216L, 1216L, 1217L, 1217L, 1217L, 1217L, 1218L, 1218L, 1218L, 1218L, 1219L, 1219L, 1219L, 1219L, 1221L, 1221L, 1221L, 1221L, 1222L, 1222L, 1222L, 1222L, 1256L, 1256L, 1256L, 1223L, 1223L, 1224L, 1224L, 1224L, 1224L, 1225L, 1225L, 1225L, 1225L, 1226L, 1226L, 1226L, 1226L, 1227L, 1227L, 1227L, 1227L, 1228L, 1228L, 1228L, 1228L, 1229L, 1229L, 1229L, 1229L, 1230L, 1230L, 1230L, 1230L, 1231L, 1231L, 1231L, 1231L, 1232L, 1232L, 1232L, 1232L, 1233L, 1233L, 1233L, 1233L, 1234L, 1234L, 1234L, 1234L, 1235L, 1235L, 1235L, 1235L, 1236L, 1236L, 1236L, 1236L, 1237L, 1237L, 1237L, 1237L, 1238L, 1238L, 1238L, 1238L, 1239L, 1239L, 1239L, 1239L, 1240L, 1240L, 1240L, 1240L, 1241L, 1241L, 1241L, 1241L, 1242L, 1242L, 1242L, 1242L, 1243L, 1243L, 1243L, 1243L, 1244L, 1244L, 1244L, 1244L, 1245L, 1245L, 1245L, 1245L, 1246L, 1246L, 1246L, 1246L, 1247L, 1247L, 1247L, 1247L, 1248L, 1248L, 1248L, 1248L, 1249L, 1249L, 1249L, 1249L, 1250L, 1250L, 1250L, 1250L, 1251L, 1251L, 1251L, 1251L, 1252L, 1252L, 1252L, 1252L, 1253L, 1253L, 1253L, 1253L, 1254L, 1254L, 1254L, 1254L, 1255L, 1255L, 1255L, 1255L, 1257L, 1257L, 1257L, 1257L, 1258L, 1258L, 1258L, 1258L, 1292L, 1292L, 1292L, 1259L, 1259L, 1260L, 1260L, 1260L, 1260L, 1261L, 1261L, 1261L, 1261L, 1262L, 1262L, 1262L, 1262L, 1263L, 1263L, 1263L, 1263L, 1264L, 1264L, 1264L, 1264L, 1265L, 1265L, 1265L, 1265L, 1266L, 1266L, 1266L, 1266L, 1267L, 1267L, 1267L, 1267L, 1268L, 1268L, 1268L, 1268L, 1269L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1270L, 1271L, 1271L, 1271L, 1271L, 1272L, 1272L, 1272L, 1272L, 1273L, 1273L, 1273L, 1273L, 1274L, 1274L, 1274L, 1274L, 1275L, 1275L, 1275L, 1275L, 1276L, 1276L, 1276L, 1276L, 1277L, 1277L, 1277L, 1277L, 1278L, 1278L, 1278L, 1278L, 1279L, 1279L, 1279L, 1279L, 1280L, 1280L, 1280L, 1280L, 1281L, 1281L, 1281L, 1281L, 1282L, 1282L, 1282L, 1282L, 1283L, 1283L, 1283L, 1283L, 1284L, 1284L, 1284L, 1284L, 1285L, 1285L, 1285L, 1285L, 1286L, 1286L, 1286L, 1286L, 1287L, 1287L, 1287L, 1287L, 1288L, 1288L, 1288L, 1288L, 1289L, 1289L, 1289L, 1289L, 1290L, 1290L, 1290L, 1290L, 1291L, 1291L, 1291L, 1291L, 1293L, 1293L, 1293L, 1293L, 1294L, 1294L, 1294L, 1294L, 1295L, 1295L, 1295L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 68L, 35L, 35L, 36L, 36L, 36L, 36L, 37L, 37L, 37L, 37L, 38L, 38L, 38L, 38L, 39L, 39L, 39L, 39L, 40L, 40L, 40L, 40L, 41L, 41L, 41L, 41L, 42L, 42L, 42L, 42L, 43L, 43L, 43L, 43L, 44L, 44L, 44L, 44L, 45L, 45L, 45L, 45L, 46L, 46L, 46L, 46L, 47L, 47L, 47L, 47L, 48L, 48L, 48L, 48L, 49L, 49L, 49L, 49L, 50L, 50L, 50L, 50L, 51L, 51L, 51L, 51L, 52L, 52L, 52L, 52L, 53L, 53L, 53L, 53L, 54L, 54L, 54L, 54L, 55L, 55L, 55L, 55L, 56L, 56L, 56L, 56L, 57L, 57L, 57L, 57L, 58L, 58L, 58L, 58L, 59L, 59L, 59L, 59L, 60L, 60L, 60L, 60L, 61L, 61L, 61L, 61L, 62L, 62L, 62L, 62L, 63L, 63L, 63L, 63L, 64L, 64L, 64L, 64L, 65L, 65L, 65L, 65L, 66L, 66L, 66L, 66L, 67L, 67L, 67L, 67L, 69L, 69L, 69L, 69L, 70L, 70L, 70L, 70L, 104L, 104L, 104L, 71L, 71L, 72L, 72L, 72L, 72L, 73L, 73L, 73L, 73L, 74L, 74L, 74L, 74L, 75L, 75L, 75L, 75L, 76L, 76L, 76L, 76L, 77L, 77L, 77L, 77L, 78L, 78L, 78L, 78L, 79L, 79L, 79L, 79L, 80L, 80L, 80L, 80L, 81L, 81L, 81L, 81L, 82L, 82L, 82L, 82L, 83L, 83L, 83L, 83L, 84L, 84L, 84L, 84L, 85L, 85L, 85L, 85L, 86L, 86L, 86L, 86L, 87L, 87L, 87L, 87L, 88L, 88L, 88L, 88L, 89L, 89L, 89L, 89L, 90L, 90L, 90L, 90L, 91L, 91L, 91L, 91L, 92L, 92L, 92L, 92L, 93L, 93L, 93L, 93L, 94L, 94L, 94L, 94L, 95L, 95L, 95L, 95L, 96L, 96L, 96L, 96L, 97L, 97L, 97L, 97L, 98L, 98L, 98L, 98L, 99L, 99L, 99L, 99L, 100L, 100L, 100L, 100L, 101L, 101L, 101L, 101L, 102L, 102L, 102L, 102L, 103L, 103L, 103L, 103L, 105L, 105L, 105L, 105L, 106L, 106L, 106L, 106L, 140L, 140L, 140L, 107L, 107L, 108L, 108L, 108L, 108L, 109L, 109L, 109L, 109L, 110L, 110L, 110L, 110L, 111L, 111L, 111L, 111L, 112L, 112L, 112L, 112L, 113L, 113L, 113L, 113L, 114L, 114L, 114L, 114L, 115L, 115L, 115L, 115L, 116L, 116L, 116L, 116L, 117L, 117L, 117L, 117L, 118L, 118L, 118L, 118L, 119L, 119L, 119L, 119L, 120L, 120L, 120L, 120L, 121L, 121L, 121L, 121L, 122L, 122L, 122L, 122L, 123L, 123L, 123L, 123L, 124L, 124L, 124L, 124L, 125L, 125L, 125L, 125L, 126L, 126L, 126L, 126L, 127L, 127L, 127L, 127L, 128L, 128L, 128L, 128L, 129L, 129L, 129L, 129L, 130L, 130L, 130L, 130L, 131L, 131L, 131L, 131L, 132L, 132L, 132L, 132L, 133L, 133L, 133L, 133L, 134L, 134L, 134L, 134L, 135L, 135L, 135L, 135L, 136L, 136L, 136L, 136L, 137L, 137L, 137L, 137L, 138L, 138L, 138L, 138L, 139L, 139L, 139L, 139L, 141L, 141L, 141L, 141L, 142L, 142L, 142L, 142L, 176L, 176L, 176L, 143L, 143L, 144L, 144L, 144L, 144L, 145L, 145L, 145L, 145L, 146L, 146L, 146L, 146L, 147L, 147L, 147L, 147L, 148L, 148L, 148L, 148L, 149L, 149L, 149L, 149L, 150L, 150L, 150L, 150L, 151L, 151L, 151L, 151L, 152L, 152L, 152L, 152L, 153L, 153L, 153L, 153L, 154L, 154L, 154L, 154L, 155L, 155L, 155L, 155L, 156L, 156L, 156L, 156L, 157L, 157L, 157L, 157L, 158L, 158L, 158L, 158L, 159L, 159L, 159L, 159L, 160L, 160L, 160L, 160L, 161L, 161L, 161L, 161L, 162L, 162L, 162L, 162L, 163L, 163L, 163L, 163L, 164L, 164L, 164L, 164L, 165L, 165L, 165L, 165L, 166L, 166L, 166L, 166L, 167L, 167L, 167L, 167L, 168L, 168L, 168L, 168L, 169L, 169L, 169L, 169L, 170L, 170L, 170L, 170L, 171L, 171L, 171L, 171L, 172L, 172L, 172L, 172L, 173L, 173L, 173L, 173L, 174L, 174L, 174L, 174L, 175L, 175L, 175L, 175L, 177L, 177L, 177L, 177L, 178L, 178L, 178L, 178L, 212L, 212L, 212L, 179L, 179L, 180L, 180L, 180L, 180L, 181L, 181L, 181L, 181L, 182L, 182L, 182L, 182L, 183L, 183L, 183L, 183L, 184L, 184L, 184L, 184L, 185L, 185L, 185L, 185L, 186L, 186L, 186L, 186L, 187L, 187L, 187L, 187L, 188L, 188L, 188L, 188L, 189L, 189L, 189L, 189L, 190L, 190L, 190L, 190L, 191L, 191L, 191L, 191L, 192L, 192L, 192L, 192L, 193L, 193L, 193L, 193L, 194L, 194L, 194L, 194L, 195L, 195L, 195L, 195L, 196L, 196L, 196L, 196L, 197L, 197L, 197L, 197L, 198L, 198L, 198L, 198L, 199L, 199L, 199L, 199L, 200L, 200L, 200L, 200L, 201L, 201L, 201L, 201L, 202L, 202L, 202L, 202L, 203L, 203L, 203L, 203L, 204L, 204L, 204L, 204L, 205L, 205L, 205L, 205L, 206L, 206L, 206L, 206L, 207L, 207L, 207L, 207L, 208L, 208L, 208L, 208L, 209L, 209L, 209L, 209L, 210L, 210L, 210L, 210L, 211L, 211L, 211L, 211L, 213L, 213L, 213L, 213L, 214L, 214L, 214L, 214L, 248L, 248L, 248L, 215L, 215L, 216L, 216L, 216L, 216L, 217L, 217L, 217L, 217L, 218L, 218L, 218L, 218L, 219L, 219L, 219L, 219L, 220L, 220L, 220L, 220L, 221L, 221L, 221L, 221L, 222L, 222L, 222L, 222L, 223L, 223L, 223L, 223L, 224L, 224L, 224L, 224L, 225L, 225L, 225L, 225L, 226L, 226L, 226L, 226L, 227L, 227L, 227L, 227L, 228L, 228L, 228L, 228L, 229L, 229L, 229L, 229L, 230L, 230L, 230L, 230L, 231L, 231L, 231L, 231L, 232L, 232L, 232L, 232L, 233L, 233L, 233L, 233L, 234L, 234L, 234L, 234L, 235L, 235L, 235L, 235L, 236L, 236L, 236L, 236L, 237L, 237L, 237L, 237L, 238L, 238L, 238L, 238L, 239L, 239L, 239L, 239L, 240L, 240L, 240L, 240L, 241L, 241L, 241L, 241L, 242L, 242L, 242L, 242L, 243L, 243L, 243L, 243L, 244L, 244L, 244L, 244L, 245L, 245L, 245L, 245L, 246L, 246L, 246L, 246L, 247L, 247L, 247L, 247L, 249L, 249L, 249L, 249L, 250L, 250L, 250L, 250L, 284L, 284L, 284L, 251L, 251L, 252L, 252L, 252L, 252L, 253L, 253L, 253L, 253L, 254L, 254L, 254L, 254L, 255L, 255L, 255L, 255L, 256L, 256L, 256L, 256L, 257L, 257L, 257L, 257L, 258L, 258L, 258L, 258L, 259L, 259L, 259L, 259L, 260L, 260L, 260L, 260L, 261L, 261L, 261L, 261L, 262L, 262L, 262L, 262L, 263L, 263L, 263L, 263L, 264L, 264L, 264L, 264L, 265L, 265L, 265L, 265L, 266L, 266L, 266L, 266L, 267L, 267L, 267L, 267L, 268L, 268L, 268L, 268L, 269L, 269L, 269L, 269L, 270L, 270L, 270L, 270L, 271L, 271L, 271L, 271L, 272L, 272L, 272L, 272L, 273L, 273L, 273L, 273L, 274L, 274L, 274L, 274L, 275L, 275L, 275L, 275L, 276L, 276L, 276L, 276L, 277L, 277L, 277L, 277L, 278L, 278L, 278L, 278L, 279L, 279L, 279L, 279L, 280L, 280L, 280L, 280L, 281L, 281L, 281L, 281L, 282L, 282L, 282L, 282L, 283L, 283L, 283L, 283L, 285L, 285L, 285L, 285L, 286L, 286L, 286L, 286L, 320L, 320L, 320L, 287L, 287L, 288L, 288L, 288L, 288L, 289L, 289L, 289L, 289L, 290L, 290L, 290L, 290L, 291L, 291L, 291L, 291L, 292L, 292L, 292L, 292L, 293L, 293L, 293L, 293L, 294L, 294L, 294L, 294L, 295L, 295L, 295L, 295L, 296L, 296L, 296L, 296L, 297L, 297L, 297L, 297L, 298L, 298L, 298L, 298L, 299L, 299L, 299L, 299L, 300L, 300L, 300L, 300L, 301L, 301L, 301L, 301L, 302L, 302L, 302L, 302L, 303L, 303L, 303L, 303L, 304L, 304L, 304L, 304L, 305L, 305L, 305L, 305L, 306L, 306L, 306L, 306L, 307L, 307L, 307L, 307L, 308L, 308L, 308L, 308L, 309L, 309L, 309L, 309L, 310L, 310L, 310L, 310L, 311L, 311L, 311L, 311L, 312L, 312L, 312L, 312L, 313L, 313L, 313L, 313L, 314L, 314L, 314L, 314L, 315L, 315L, 315L, 315L, 316L, 316L, 316L, 316L, 317L, 317L, 317L, 317L, 318L, 318L, 318L, 318L, 319L, 319L, 319L, 319L, 321L, 321L, 321L, 321L, 322L, 322L, 322L, 322L, 356L, 356L, 356L, 323L, 323L, 324L, 324L, 324L, 324L, 325L, 325L, 325L, 325L, 326L, 326L, 326L, 326L, 327L, 327L, 327L, 327L, 328L, 328L, 328L, 328L, 329L, 329L, 329L, 329L, 330L, 330L, 330L, 330L, 331L, 331L, 331L, 331L, 332L, 332L, 332L, 332L, 333L, 333L, 333L, 333L, 334L, 334L, 334L, 334L, 335L, 335L, 335L, 335L, 336L, 336L, 336L, 336L, 337L, 337L, 337L, 337L, 338L, 338L, 338L, 338L, 339L, 339L, 339L, 339L, 340L, 340L, 340L, 340L, 341L, 341L, 341L, 341L, 342L, 342L, 342L, 342L, 343L, 343L, 343L, 343L, 344L, 344L, 344L, 344L, 345L, 345L, 345L, 345L, 346L, 346L, 346L, 346L, 347L, 347L, 347L, 347L, 348L, 348L, 348L, 348L, 349L, 349L, 349L, 349L, 350L, 350L, 350L, 350L, 351L, 351L, 351L, 351L, 352L, 352L, 352L, 352L, 353L, 353L, 353L, 353L, 354L, 354L, 354L, 354L, 355L, 355L, 355L, 355L, 357L, 357L, 357L, 357L, 358L, 358L, 358L, 358L, 392L, 392L, 392L, 359L, 359L, 360L, 360L, 360L, 360L, 361L, 361L, 361L, 361L, 362L, 362L, 362L, 362L, 363L, 363L, 363L, 363L, 364L, 364L, 364L, 364L, 365L, 365L, 365L, 365L, 366L, 366L, 366L, 366L, 367L, 367L, 367L, 367L, 368L, 368L, 368L, 368L, 369L, 369L, 369L, 369L, 370L, 370L, 370L, 370L, 371L, 371L, 371L, 371L, 372L, 372L, 372L, 372L, 373L, 373L, 373L, 373L, 374L, 374L, 374L, 374L, 375L, 375L, 375L, 375L, 376L, 376L, 376L, 376L, 377L, 377L, 377L, 377L, 378L, 378L, 378L, 378L, 379L, 379L, 379L, 379L, 380L, 380L, 380L, 380L, 381L, 381L, 381L, 381L, 382L, 382L, 382L, 382L, 383L, 383L, 383L, 383L, 384L, 384L, 384L, 384L, 385L, 385L, 385L, 385L, 386L, 386L, 386L, 386L, 387L, 387L, 387L, 387L, 388L, 388L, 388L, 388L, 389L, 389L, 389L, 389L, 390L, 390L, 390L, 390L, 391L, 391L, 391L, 391L, 393L, 393L, 393L, 393L, 394L, 394L, 394L, 394L, 428L, 428L, 428L, 395L, 395L, 396L, 396L, 396L, 396L, 397L, 397L, 397L, 397L, 398L, 398L, 398L, 398L, 399L, 399L, 399L, 399L, 400L, 400L, 400L, 400L, 401L, 401L, 401L, 401L, 402L, 402L, 402L, 402L, 403L, 403L, 403L, 403L, 404L, 404L, 404L, 404L, 405L, 405L, 405L, 405L, 406L, 406L, 406L, 406L, 407L, 407L, 407L, 407L, 408L, 408L, 408L, 408L, 409L, 409L, 409L, 409L, 410L, 410L, 410L, 410L, 411L, 411L, 411L, 411L, 412L, 412L, 412L, 412L, 413L, 413L, 413L, 413L, 414L, 414L, 414L, 414L, 415L, 415L, 415L, 415L, 416L, 416L, 416L, 416L, 417L, 417L, 417L, 417L, 418L, 418L, 418L, 418L, 419L, 419L, 419L, 419L, 420L, 420L, 420L, 420L, 421L, 421L, 421L, 421L, 422L, 422L, 422L, 422L, 423L, 423L, 423L, 423L, 424L, 424L, 424L, 424L, 425L, 425L, 425L, 425L, 426L, 426L, 426L, 426L, 427L, 427L, 427L, 427L, 429L, 429L, 429L, 429L, 430L, 430L, 430L, 430L, 464L, 464L, 464L, 431L, 431L, 432L, 432L, 432L, 432L, 433L, 433L, 433L, 433L, 434L, 434L, 434L, 434L, 435L, 435L, 435L, 435L, 436L, 436L, 436L, 436L, 437L, 437L, 437L, 437L, 438L, 438L, 438L, 438L, 439L, 439L, 439L, 439L, 440L, 440L, 440L, 440L, 441L, 441L, 441L, 441L, 442L, 442L, 442L, 442L, 443L, 443L, 443L, 443L, 444L, 444L, 444L, 444L, 445L, 445L, 445L, 445L, 446L, 446L, 446L, 446L, 447L, 447L, 447L, 447L, 448L, 448L, 448L, 448L, 449L, 449L, 449L, 449L, 450L, 450L, 450L, 450L, 451L, 451L, 451L, 451L, 452L, 452L, 452L, 452L, 453L, 453L, 453L, 453L, 454L, 454L, 454L, 454L, 455L, 455L, 455L, 455L, 456L, 456L, 456L, 456L, 457L, 457L, 457L, 457L, 458L, 458L, 458L, 458L, 459L, 459L, 459L, 459L, 460L, 460L, 460L, 460L, 461L, 461L, 461L, 461L, 462L, 462L, 462L, 462L, 463L, 463L, 463L, 463L, 465L, 465L, 465L, 465L, 466L, 466L, 466L, 466L, 500L, 500L, 500L, 467L, 467L, 468L, 468L, 468L, 468L, 469L, 469L, 469L, 469L, 470L, 470L, 470L, 470L, 471L, 471L, 471L, 471L, 472L, 472L, 472L, 472L, 473L, 473L, 473L, 473L, 474L, 474L, 474L, 474L, 475L, 475L, 475L, 475L, 476L, 476L, 476L, 476L, 477L, 477L, 477L, 477L, 478L, 478L, 478L, 478L, 479L, 479L, 479L, 479L, 480L, 480L, 480L, 480L, 481L, 481L, 481L, 481L, 482L, 482L, 482L, 482L, 483L, 483L, 483L, 483L, 484L, 484L, 484L, 484L, 485L, 485L, 485L, 485L, 486L, 486L, 486L, 486L, 487L, 487L, 487L, 487L, 488L, 488L, 488L, 488L, 489L, 489L, 489L, 489L, 490L, 490L, 490L, 490L, 491L, 491L, 491L, 491L, 492L, 492L, 492L, 492L, 493L, 493L, 493L, 493L, 494L, 494L, 494L, 494L, 495L, 495L, 495L, 495L, 496L, 496L, 496L, 496L, 497L, 497L, 497L, 497L, 498L, 498L, 498L, 498L, 499L, 499L, 499L, 499L, 501L, 501L, 501L, 501L, 502L, 502L, 502L, 502L, 536L, 536L, 536L, 503L, 503L, 504L, 504L, 504L, 504L, 505L, 505L, 505L, 505L, 506L, 506L, 506L, 506L, 507L, 507L, 507L, 507L, 508L, 508L, 508L, 508L, 509L, 509L, 509L, 509L, 510L, 510L, 510L, 510L, 511L, 511L, 511L, 511L, 512L, 512L, 512L, 512L, 513L, 513L, 513L, 513L, 514L, 514L, 514L, 514L, 515L, 515L, 515L, 515L, 516L, 516L, 516L, 516L, 517L, 517L, 517L, 517L, 518L, 518L, 518L, 518L, 519L, 519L, 519L, 519L, 520L, 520L, 520L, 520L, 521L, 521L, 521L, 521L, 522L, 522L, 522L, 522L, 523L, 523L, 523L, 523L, 524L, 524L, 524L, 524L, 525L, 525L, 525L, 525L, 526L, 526L, 526L, 526L, 527L, 527L, 527L, 527L, 528L, 528L, 528L, 528L, 529L, 529L, 529L, 529L, 530L, 530L, 530L, 530L, 531L, 531L, 531L, 531L, 532L, 532L, 532L, 532L, 533L, 533L, 533L, 533L, 534L, 534L, 534L, 534L, 535L, 535L, 535L, 535L, 537L, 537L, 537L, 537L, 538L, 538L, 538L, 538L, 572L, 572L, 572L, 539L, 539L, 540L, 540L, 540L, 540L, 541L, 541L, 541L, 541L, 542L, 542L, 542L, 542L, 543L, 543L, 543L, 543L, 544L, 544L, 544L, 544L, 545L, 545L, 545L, 545L, 546L, 546L, 546L, 546L, 547L, 547L, 547L, 547L, 548L, 548L, 548L, 548L, 549L, 549L, 549L, 549L, 550L, 550L, 550L, 550L, 551L, 551L, 551L, 551L, 552L, 552L, 552L, 552L, 553L, 553L, 553L, 553L, 554L, 554L, 554L, 554L, 555L, 555L, 555L, 555L, 556L, 556L, 556L, 556L, 557L, 557L, 557L, 557L, 558L, 558L, 558L, 558L, 559L, 559L, 559L, 559L, 560L, 560L, 560L, 560L, 561L, 561L, 561L, 561L, 562L, 562L, 562L, 562L, 563L, 563L, 563L, 563L, 564L, 564L, 564L, 564L, 565L, 565L, 565L, 565L, 566L, 566L, 566L, 566L, 567L, 567L, 567L, 567L, 568L, 568L, 568L, 568L, 569L, 569L, 569L, 569L, 570L, 570L, 570L, 570L, 571L, 571L, 571L, 571L, 573L, 573L, 573L, 573L, 574L, 574L, 574L, 574L, 608L, 608L, 608L, 575L, 575L, 576L, 576L, 576L, 576L, 577L, 577L, 577L, 577L, 578L, 578L, 578L, 578L, 579L, 579L, 579L, 579L, 580L, 580L, 580L, 580L, 581L, 581L, 581L, 581L, 582L, 582L, 582L, 582L, 583L, 583L, 583L, 583L, 584L, 584L, 584L, 584L, 585L, 585L, 585L, 585L, 586L, 586L, 586L, 586L, 587L, 587L, 587L, 587L, 588L, 588L, 588L, 588L, 589L, 589L, 589L, 589L, 590L, 590L, 590L, 590L, 591L, 591L, 591L, 591L, 592L, 592L, 592L, 592L, 593L, 593L, 593L, 593L, 594L, 594L, 594L, 594L, 595L, 595L, 595L, 595L, 596L, 596L, 596L, 596L, 597L, 597L, 597L, 597L, 598L, 598L, 598L, 598L, 599L, 599L, 599L, 599L, 600L, 600L, 600L, 600L, 601L, 601L, 601L, 601L, 602L, 602L, 602L, 602L, 603L, 603L, 603L, 603L, 604L, 604L, 604L, 604L, 605L, 605L, 605L, 605L, 606L, 606L, 606L, 606L, 607L, 607L, 607L, 607L, 609L, 609L, 609L, 609L, 610L, 610L, 610L, 610L, 644L, 644L, 644L, 611L, 611L, 612L, 612L, 612L, 612L, 613L, 613L, 613L, 613L, 614L, 614L, 614L, 614L, 615L, 615L, 615L, 615L, 616L, 616L, 616L, 616L, 617L, 617L, 617L, 617L, 618L, 618L, 618L, 618L, 619L, 619L, 619L, 619L, 620L, 620L, 620L, 620L, 621L, 621L, 621L, 621L, 622L, 622L, 622L, 622L, 623L, 623L, 623L, 623L, 624L, 624L, 624L, 624L, 625L, 625L, 625L, 625L, 626L, 626L, 626L, 626L, 627L, 627L, 627L, 627L, 628L, 628L, 628L, 628L, 629L, 629L, 629L, 629L, 630L, 630L, 630L, 630L, 631L, 631L, 631L, 631L, 632L, 632L, 632L, 632L, 633L, 633L, 633L, 633L, 634L, 634L, 634L, 634L, 635L, 635L, 635L, 635L, 636L, 636L, 636L, 636L, 637L, 637L, 637L, 637L, 638L, 638L, 638L, 638L, 639L, 639L, 639L, 639L, 640L, 640L, 640L, 640L, 641L, 641L, 641L, 641L, 642L, 642L, 642L, 642L, 643L, 643L, 643L, 643L, 645L, 645L, 645L, 645L, 646L, 646L, 646L, 646L, 680L, 680L, 680L, 647L, 647L, 648L, 648L, 648L, 648L, 649L, 649L, 649L, 649L, 650L, 650L, 650L, 650L, 651L, 651L, 651L, 651L, 652L, 652L, 652L, 652L, 653L, 653L, 653L, 653L, 654L, 654L, 654L, 654L, 655L, 655L, 655L, 655L, 656L, 656L, 656L, 656L, 657L, 657L, 657L, 657L, 658L, 658L, 658L, 658L, 659L, 659L, 659L, 659L, 660L, 660L, 660L, 660L, 661L, 661L, 661L, 661L, 662L, 662L, 662L, 662L, 663L, 663L, 663L, 663L, 664L, 664L, 664L, 664L, 665L, 665L, 665L, 665L, 666L, 666L, 666L, 666L, 667L, 667L, 667L, 667L, 668L, 668L, 668L, 668L, 669L, 669L, 669L, 669L, 670L, 670L, 670L, 670L, 671L, 671L, 671L, 671L, 672L, 672L, 672L, 672L, 673L, 673L, 673L, 673L, 674L, 674L, 674L, 674L, 675L, 675L, 675L, 675L, 676L, 676L, 676L, 676L, 677L, 677L, 677L, 677L, 678L, 678L, 678L, 678L, 679L, 679L, 679L, 679L, 681L, 681L, 681L, 681L, 682L, 682L, 682L, 682L, 716L, 716L, 716L, 683L, 683L, 684L, 684L, 684L, 684L, 685L, 685L, 685L, 685L, 686L, 686L, 686L, 686L, 687L, 687L, 687L, 687L, 688L, 688L, 688L, 688L, 689L, 689L, 689L, 689L, 690L, 690L, 690L, 690L, 691L, 691L, 691L, 691L, 692L, 692L, 692L, 692L, 693L, 693L, 693L, 693L, 694L, 694L, 694L, 694L, 695L, 695L, 695L, 695L, 696L, 696L, 696L, 696L, 697L, 697L, 697L, 697L, 698L, 698L, 698L, 698L, 699L, 699L, 699L, 699L, 700L, 700L, 700L, 700L, 701L, 701L, 701L, 701L, 702L, 702L, 702L, 702L, 703L, 703L, 703L, 703L, 704L, 704L, 704L, 704L, 705L, 705L, 705L, 705L, 706L, 706L, 706L, 706L, 707L, 707L, 707L, 707L, 708L, 708L, 708L, 708L, 709L, 709L, 709L, 709L, 710L, 710L, 710L, 710L, 711L, 711L, 711L, 711L, 712L, 712L, 712L, 712L, 713L, 713L, 713L, 713L, 714L, 714L, 714L, 714L, 715L, 715L, 715L, 715L, 717L, 717L, 717L, 717L, 718L, 718L, 718L, 718L, 752L, 752L, 752L, 719L, 719L, 720L, 720L, 720L, 720L, 721L, 721L, 721L, 721L, 722L, 722L, 722L, 722L, 723L, 723L, 723L, 723L, 724L, 724L, 724L, 724L, 725L, 725L, 725L, 725L, 726L, 726L, 726L, 726L, 727L, 727L, 727L, 727L, 728L, 728L, 728L, 728L, 729L, 729L, 729L, 729L, 730L, 730L, 730L, 730L, 731L, 731L, 731L, 731L, 732L, 732L, 732L, 732L, 733L, 733L, 733L, 733L, 734L, 734L, 734L, 734L, 735L, 735L, 735L, 735L, 736L, 736L, 736L, 736L, 737L, 737L, 737L, 737L, 738L, 738L, 738L, 738L, 739L, 739L, 739L, 739L, 740L, 740L, 740L, 740L, 741L, 741L, 741L, 741L, 742L, 742L, 742L, 742L, 743L, 743L, 743L, 743L, 744L, 744L, 744L, 744L, 745L, 745L, 745L, 745L, 746L, 746L, 746L, 746L, 747L, 747L, 747L, 747L, 748L, 748L, 748L, 748L, 749L, 749L, 749L, 749L, 750L, 750L, 750L, 750L, 751L, 751L, 751L, 751L, 753L, 753L, 753L, 753L, 754L, 754L, 754L, 754L, 788L, 788L, 788L, 755L, 755L, 756L, 756L, 756L, 756L, 757L, 757L, 757L, 757L, 758L, 758L, 758L, 758L, 759L, 759L, 759L, 759L, 760L, 760L, 760L, 760L, 761L, 761L, 761L, 761L, 762L, 762L, 762L, 762L, 763L, 763L, 763L, 763L, 764L, 764L, 764L, 764L, 765L, 765L, 765L, 765L, 766L, 766L, 766L, 766L, 767L, 767L, 767L, 767L, 768L, 768L, 768L, 768L, 769L, 769L, 769L, 769L, 770L, 770L, 770L, 770L, 771L, 771L, 771L, 771L, 772L, 772L, 772L, 772L, 773L, 773L, 773L, 773L, 774L, 774L, 774L, 774L, 775L, 775L, 775L, 775L, 776L, 776L, 776L, 776L, 777L, 777L, 777L, 777L, 778L, 778L, 778L, 778L, 779L, 779L, 779L, 779L, 780L, 780L, 780L, 780L, 781L, 781L, 781L, 781L, 782L, 782L, 782L, 782L, 783L, 783L, 783L, 783L, 784L, 784L, 784L, 784L, 785L, 785L, 785L, 785L, 786L, 786L, 786L, 786L, 787L, 787L, 787L, 787L, 789L, 789L, 789L, 789L, 790L, 790L, 790L, 790L, 824L, 824L, 824L, 791L, 791L, 792L, 792L, 792L, 792L, 793L, 793L, 793L, 793L, 794L, 794L, 794L, 794L, 795L, 795L, 795L, 795L, 796L, 796L, 796L, 796L, 797L, 797L, 797L, 797L, 798L, 798L, 798L, 798L, 799L, 799L, 799L, 799L, 800L, 800L, 800L, 800L, 801L, 801L, 801L, 801L, 802L, 802L, 802L, 802L, 803L, 803L, 803L, 803L, 804L, 804L, 804L, 804L, 805L, 805L, 805L, 805L, 806L, 806L, 806L, 806L, 807L, 807L, 807L, 807L, 808L, 808L, 808L, 808L, 809L, 809L, 809L, 809L, 810L, 810L, 810L, 810L, 811L, 811L, 811L, 811L, 812L, 812L, 812L, 812L, 813L, 813L, 813L, 813L, 814L, 814L, 814L, 814L, 815L, 815L, 815L, 815L, 816L, 816L, 816L, 816L, 817L, 817L, 817L, 817L, 818L, 818L, 818L, 818L, 819L, 819L, 819L, 819L, 820L, 820L, 820L, 820L, 821L, 821L, 821L, 821L, 822L, 822L, 822L, 822L, 823L, 823L, 823L, 823L, 825L, 825L, 825L, 825L, 826L, 826L, 826L, 826L, 860L, 860L, 860L, 827L, 827L, 828L, 828L, 828L, 828L, 829L, 829L, 829L, 829L, 830L, 830L, 830L, 830L, 831L, 831L, 831L, 831L, 832L, 832L, 832L, 832L, 833L, 833L, 833L, 833L, 834L, 834L, 834L, 834L, 835L, 835L, 835L, 835L, 836L, 836L, 836L, 836L, 837L, 837L, 837L, 837L, 838L, 838L, 838L, 838L, 839L, 839L, 839L, 839L, 840L, 840L, 840L, 840L, 841L, 841L, 841L, 841L, 842L, 842L, 842L, 842L, 843L, 843L, 843L, 843L, 844L, 844L, 844L, 844L, 845L, 845L, 845L, 845L, 846L, 846L, 846L, 846L, 847L, 847L, 847L, 847L, 848L, 848L, 848L, 848L, 849L, 849L, 849L, 849L, 850L, 850L, 850L, 850L, 851L, 851L, 851L, 851L, 852L, 852L, 852L, 852L, 853L, 853L, 853L, 853L, 854L, 854L, 854L, 854L, 855L, 855L, 855L, 855L, 856L, 856L, 856L, 856L, 857L, 857L, 857L, 857L, 858L, 858L, 858L, 858L, 859L, 859L, 859L, 859L, 861L, 861L, 861L, 861L, 862L, 862L, 862L, 862L, 896L, 896L, 896L, 863L, 863L, 864L, 864L, 864L, 864L, 865L, 865L, 865L, 865L, 866L, 866L, 866L, 866L, 867L, 867L, 867L, 867L, 868L, 868L, 868L, 868L, 869L, 869L, 869L, 869L, 870L, 870L, 870L, 870L, 871L, 871L, 871L, 871L, 872L, 872L, 872L, 872L, 873L, 873L, 873L, 873L, 874L, 874L, 874L, 874L, 875L, 875L, 875L, 875L, 876L, 876L, 876L, 876L, 877L, 877L, 877L, 877L, 878L, 878L, 878L, 878L, 879L, 879L, 879L, 879L, 880L, 880L, 880L, 880L, 881L, 881L, 881L, 881L, 882L, 882L, 882L, 882L, 883L, 883L, 883L, 883L, 884L, 884L, 884L, 884L, 885L, 885L, 885L, 885L, 886L, 886L, 886L, 886L, 887L, 887L, 887L, 887L, 888L, 888L, 888L, 888L, 889L, 889L, 889L, 889L, 890L, 890L, 890L, 890L, 891L, 891L, 891L, 891L, 892L, 892L, 892L, 892L, 893L, 893L, 893L, 893L, 894L, 894L, 894L, 894L, 895L, 895L, 895L, 895L, 897L, 897L, 897L, 897L, 898L, 898L, 898L, 898L, 932L, 932L, 932L, 899L, 899L, 900L, 900L, 900L, 900L, 901L, 901L, 901L, 901L, 902L, 902L, 902L, 902L, 903L, 903L, 903L, 903L, 904L, 904L, 904L, 904L, 905L, 905L, 905L, 905L, 906L, 906L, 906L, 906L, 907L, 907L, 907L, 907L, 908L, 908L, 908L, 908L, 909L, 909L, 909L, 909L, 910L, 910L, 910L, 910L, 911L, 911L, 911L, 911L, 912L, 912L, 912L, 912L, 913L, 913L, 913L, 913L, 914L, 914L, 914L, 914L, 915L, 915L, 915L, 915L, 916L, 916L, 916L, 916L, 917L, 917L, 917L, 917L, 918L, 918L, 918L, 918L, 919L, 919L, 919L, 919L, 920L, 920L, 920L, 920L, 921L, 921L, 921L, 921L, 922L, 922L, 922L, 922L, 923L, 923L, 923L, 923L, 924L, 924L, 924L, 924L, 925L, 925L, 925L, 925L, 926L, 926L, 926L, 926L, 927L, 927L, 927L, 927L, 928L, 928L, 928L, 928L, 929L, 929L, 929L, 929L, 930L, 930L, 930L, 930L, 931L, 931L, 931L, 931L, 933L, 933L, 933L, 933L, 934L, 934L, 934L, 934L, 968L, 968L, 968L, 935L, 935L, 936L, 936L, 936L, 936L, 937L, 937L, 937L, 937L, 938L, 938L, 938L, 938L, 939L, 939L, 939L, 939L, 940L, 940L, 940L, 940L, 941L, 941L, 941L, 941L, 942L, 942L, 942L, 942L, 943L, 943L, 943L, 943L, 944L, 944L, 944L, 944L, 945L, 945L, 945L, 945L, 946L, 946L, 946L, 946L, 947L, 947L, 947L, 947L, 948L, 948L, 948L, 948L, 949L, 949L, 949L, 949L, 950L, 950L, 950L, 950L, 951L, 951L, 951L, 951L, 952L, 952L, 952L, 952L, 953L, 953L, 953L, 953L, 954L, 954L, 954L, 954L, 955L, 955L, 955L, 955L, 956L, 956L, 956L, 956L, 957L, 957L, 957L, 957L, 958L, 958L, 958L, 958L, 959L, 959L, 959L, 959L, 960L, 960L, 960L, 960L, 961L, 961L, 961L, 961L, 962L, 962L, 962L, 962L, 963L, 963L, 963L, 963L, 964L, 964L, 964L, 964L, 965L, 965L, 965L, 965L, 966L, 966L, 966L, 966L, 967L, 967L, 967L, 967L, 969L, 969L, 969L, 969L, 970L, 970L, 970L, 970L, 1004L, 1004L, 1004L, 971L, 971L, 972L, 972L, 972L, 972L, 973L, 973L, 973L, 973L, 974L, 974L, 974L, 974L, 975L, 975L, 975L, 975L, 976L, 976L, 976L, 976L, 977L, 977L, 977L, 977L, 978L, 978L, 978L, 978L, 979L, 979L, 979L, 979L, 980L, 980L, 980L, 980L, 981L, 981L, 981L, 981L, 982L, 982L, 982L, 982L, 983L, 983L, 983L, 983L, 984L, 984L, 984L, 984L, 985L, 985L, 985L, 985L, 986L, 986L, 986L, 986L, 987L, 987L, 987L, 987L, 988L, 988L, 988L, 988L, 989L, 989L, 989L, 989L, 990L, 990L, 990L, 990L, 991L, 991L, 991L, 991L, 992L, 992L, 992L, 992L, 993L, 993L, 993L, 993L, 994L, 994L, 994L, 994L, 995L, 995L, 995L, 995L, 996L, 996L, 996L, 996L, 997L, 997L, 997L, 997L, 998L, 998L, 998L, 998L, 999L, 999L, 999L, 999L, 1000L, 1000L, 1000L, 1000L, 1001L, 1001L, 1001L, 1001L, 1002L, 1002L, 1002L, 1002L, 1003L, 1003L, 1003L, 1003L, 1005L, 1005L, 1005L, 1005L, 1006L, 1006L, 1006L, 1006L, 1040L, 1040L, 1040L, 1007L, 1007L, 1008L, 1008L, 1008L, 1008L, 1009L, 1009L, 1009L, 1009L, 1010L, 1010L, 1010L, 1010L, 1011L, 1011L, 1011L, 1011L, 1012L, 1012L, 1012L, 1012L, 1013L, 1013L, 1013L, 1013L, 1014L, 1014L, 1014L, 1014L, 1015L, 1015L, 1015L, 1015L, 1016L, 1016L, 1016L, 1016L, 1017L, 1017L, 1017L, 1017L, 1018L, 1018L, 1018L, 1018L, 1019L, 1019L, 1019L, 1019L, 1020L, 1020L, 1020L, 1020L, 1021L, 1021L, 1021L, 1021L, 1022L, 1022L, 1022L, 1022L, 1023L, 1023L, 1023L, 1023L, 1024L, 1024L, 1024L, 1024L, 1025L, 1025L, 1025L, 1025L, 1026L, 1026L, 1026L, 1026L, 1027L, 1027L, 1027L, 1027L, 1028L, 1028L, 1028L, 1028L, 1029L, 1029L, 1029L, 1029L, 1030L, 1030L, 1030L, 1030L, 1031L, 1031L, 1031L, 1031L, 1032L, 1032L, 1032L, 1032L, 1033L, 1033L, 1033L, 1033L, 1034L, 1034L, 1034L, 1034L, 1035L, 1035L, 1035L, 1035L, 1036L, 1036L, 1036L, 1036L, 1037L, 1037L, 1037L, 1037L, 1038L, 1038L, 1038L, 1038L, 1039L, 1039L, 1039L, 1039L, 1041L, 1041L, 1041L, 1041L, 1042L, 1042L, 1042L, 1042L, 1076L, 1076L, 1076L, 1043L, 1043L, 1044L, 1044L, 1044L, 1044L, 1045L, 1045L, 1045L, 1045L, 1046L, 1046L, 1046L, 1046L, 1047L, 1047L, 1047L, 1047L, 1048L, 1048L, 1048L, 1048L, 1049L, 1049L, 1049L, 1049L, 1050L, 1050L, 1050L, 1050L, 1051L, 1051L, 1051L, 1051L, 1052L, 1052L, 1052L, 1052L, 1053L, 1053L, 1053L, 1053L, 1054L, 1054L, 1054L, 1054L, 1055L, 1055L, 1055L, 1055L, 1056L, 1056L, 1056L, 1056L, 1057L, 1057L, 1057L, 1057L, 1058L, 1058L, 1058L, 1058L, 1059L, 1059L, 1059L, 1059L, 1060L, 1060L, 1060L, 1060L, 1061L, 1061L, 1061L, 1061L, 1062L, 1062L, 1062L, 1062L, 1063L, 1063L, 1063L, 1063L, 1064L, 1064L, 1064L, 1064L, 1065L, 1065L, 1065L, 1065L, 1066L, 1066L, 1066L, 1066L, 1067L, 1067L, 1067L, 1067L, 1068L, 1068L, 1068L, 1068L, 1069L, 1069L, 1069L, 1069L, 1070L, 1070L, 1070L, 1070L, 1071L, 1071L, 1071L, 1071L, 1072L, 1072L, 1072L, 1072L, 1073L, 1073L, 1073L, 1073L, 1074L, 1074L, 1074L, 1074L, 1075L, 1075L, 1075L, 1075L, 1077L, 1077L, 1077L, 1077L, 1078L, 1078L, 1078L, 1078L, 1112L, 1112L, 1112L, 1079L, 1079L, 1080L, 1080L, 1080L, 1080L, 1081L, 1081L, 1081L, 1081L, 1082L, 1082L, 1082L, 1082L, 1083L, 1083L, 1083L, 1083L, 1084L, 1084L, 1084L, 1084L, 1085L, 1085L, 1085L, 1085L, 1086L, 1086L, 1086L, 1086L, 1087L, 1087L, 1087L, 1087L, 1088L, 1088L, 1088L, 1088L, 1089L, 1089L, 1089L, 1089L, 1090L, 1090L, 1090L, 1090L, 1091L, 1091L, 1091L, 1091L, 1092L, 1092L, 1092L, 1092L, 1093L, 1093L, 1093L, 1093L, 1094L, 1094L, 1094L, 1094L, 1095L, 1095L, 1095L, 1095L, 1096L, 1096L, 1096L, 1096L, 1097L, 1097L, 1097L, 1097L, 1098L, 1098L, 1098L, 1098L, 1099L, 1099L, 1099L, 1099L, 1100L, 1100L, 1100L, 1100L, 1101L, 1101L, 1101L, 1101L, 1102L, 1102L, 1102L, 1102L, 1103L, 1103L, 1103L, 1103L, 1104L, 1104L, 1104L, 1104L, 1105L, 1105L, 1105L, 1105L, 1106L, 1106L, 1106L, 1106L, 1107L, 1107L, 1107L, 1107L, 1108L, 1108L, 1108L, 1108L, 1109L, 1109L, 1109L, 1109L, 1110L, 1110L, 1110L, 1110L, 1111L, 1111L, 1111L, 1111L, 1113L, 1113L, 1113L, 1113L, 1114L, 1114L, 1114L, 1114L, 1148L, 1148L, 1148L, 1115L, 1115L, 1116L, 1116L, 1116L, 1116L, 1117L, 1117L, 1117L, 1117L, 1118L, 1118L, 1118L, 1118L, 1119L, 1119L, 1119L, 1119L, 1120L, 1120L, 1120L, 1120L, 1121L, 1121L, 1121L, 1121L, 1122L, 1122L, 1122L, 1122L, 1123L, 1123L, 1123L, 1123L, 1124L, 1124L, 1124L, 1124L, 1125L, 1125L, 1125L, 1125L, 1126L, 1126L, 1126L, 1126L, 1127L, 1127L, 1127L, 1127L, 1128L, 1128L, 1128L, 1128L, 1129L, 1129L, 1129L, 1129L, 1130L, 1130L, 1130L, 1130L, 1131L, 1131L, 1131L, 1131L, 1132L, 1132L, 1132L, 1132L, 1133L, 1133L, 1133L, 1133L, 1134L, 1134L, 1134L, 1134L, 1135L, 1135L, 1135L, 1135L, 1136L, 1136L, 1136L, 1136L, 1137L, 1137L, 1137L, 1137L, 1138L, 1138L, 1138L, 1138L, 1139L, 1139L, 1139L, 1139L, 1140L, 1140L, 1140L, 1140L, 1141L, 1141L, 1141L, 1141L, 1142L, 1142L, 1142L, 1142L, 1143L, 1143L, 1143L, 1143L, 1144L, 1144L, 1144L, 1144L, 1145L, 1145L, 1145L, 1145L, 1146L, 1146L, 1146L, 1146L, 1147L, 1147L, 1147L, 1147L, 1149L, 1149L, 1149L, 1149L, 1150L, 1150L, 1150L, 1150L, 1184L, 1184L, 1184L, 1151L, 1151L, 1152L, 1152L, 1152L, 1152L, 1153L, 1153L, 1153L, 1153L, 1154L, 1154L, 1154L, 1154L, 1155L, 1155L, 1155L, 1155L, 1156L, 1156L, 1156L, 1156L, 1157L, 1157L, 1157L, 1157L, 1158L, 1158L, 1158L, 1158L, 1159L, 1159L, 1159L, 1159L, 1160L, 1160L, 1160L, 1160L, 1161L, 1161L, 1161L, 1161L, 1162L, 1162L, 1162L, 1162L, 1163L, 1163L, 1163L, 1163L, 1164L, 1164L, 1164L, 1164L, 1165L, 1165L, 1165L, 1165L, 1166L, 1166L, 1166L, 1166L, 1167L, 1167L, 1167L, 1167L, 1168L, 1168L, 1168L, 1168L, 1169L, 1169L, 1169L, 1169L, 1170L, 1170L, 1170L, 1170L, 1171L, 1171L, 1171L, 1171L, 1172L, 1172L, 1172L, 1172L, 1173L, 1173L, 1173L, 1173L, 1174L, 1174L, 1174L, 1174L, 1175L, 1175L, 1175L, 1175L, 1176L, 1176L, 1176L, 1176L, 1177L, 1177L, 1177L, 1177L, 1178L, 1178L, 1178L, 1178L, 1179L, 1179L, 1179L, 1179L, 1180L, 1180L, 1180L, 1180L, 1181L, 1181L, 1181L, 1181L, 1182L, 1182L, 1182L, 1182L, 1183L, 1183L, 1183L, 1183L, 1185L, 1185L, 1185L, 1185L, 1186L, 1186L, 1186L, 1186L, 1220L, 1220L, 1220L, 1187L, 1187L, 1188L, 1188L, 1188L, 1188L, 1189L, 1189L, 1189L, 1189L, 1190L, 1190L, 1190L, 1190L, 1191L, 1191L, 1191L, 1191L, 1192L, 1192L, 1192L, 1192L, 1193L, 1193L, 1193L, 1193L, 1194L, 1194L, 1194L, 1194L, 1195L, 1195L, 1195L, 1195L, 1196L, 1196L, 1196L, 1196L, 1197L, 1197L, 1197L, 1197L, 1198L, 1198L, 1198L, 1198L, 1199L, 1199L, 1199L, 1199L, 1200L, 1200L, 1200L, 1200L, 1201L, 1201L, 1201L, 1201L, 1202L, 1202L, 1202L, 1202L, 1203L, 1203L, 1203L, 1203L, 1204L, 1204L, 1204L, 1204L, 1205L, 1205L, 1205L, 1205L, 1206L, 1206L, 1206L, 1206L, 1207L, 1207L, 1207L, 1207L, 1208L, 1208L, 1208L, 1208L, 1209L, 1209L, 1209L, 1209L, 1210L, 1210L, 1210L, 1210L, 1211L, 1211L, 1211L, 1211L, 1212L, 1212L, 1212L, 1212L, 1213L, 1213L, 1213L, 1213L, 1214L, 1214L, 1214L, 1214L, 1215L, 1215L, 1215L, 1215L, 1216L, 1216L, 1216L, 1216L, 1217L, 1217L, 1217L, 1217L, 1218L, 1218L, 1218L, 1218L, 1219L, 1219L, 1219L, 1219L, 1221L, 1221L, 1221L, 1221L, 1222L, 1222L, 1222L, 1222L, 1256L, 1256L, 1256L, 1223L, 1223L, 1224L, 1224L, 1224L, 1224L, 1225L, 1225L, 1225L, 1225L, 1226L, 1226L, 1226L, 1226L, 1227L, 1227L, 1227L, 1227L, 1228L, 1228L, 1228L, 1228L, 1229L, 1229L, 1229L, 1229L, 1230L, 1230L, 1230L, 1230L, 1231L, 1231L, 1231L, 1231L, 1232L, 1232L, 1232L, 1232L, 1233L, 1233L, 1233L, 1233L, 1234L, 1234L, 1234L, 1234L, 1235L, 1235L, 1235L, 1235L, 1236L, 1236L, 1236L, 1236L, 1237L, 1237L, 1237L, 1237L, 1238L, 1238L, 1238L, 1238L, 1239L, 1239L, 1239L, 1239L, 1240L, 1240L, 1240L, 1240L, 1241L, 1241L, 1241L, 1241L, 1242L, 1242L, 1242L, 1242L, 1243L, 1243L, 1243L, 1243L, 1244L, 1244L, 1244L, 1244L, 1245L, 1245L, 1245L, 1245L, 1246L, 1246L, 1246L, 1246L, 1247L, 1247L, 1247L, 1247L, 1248L, 1248L, 1248L, 1248L, 1249L, 1249L, 1249L, 1249L, 1250L, 1250L, 1250L, 1250L, 1251L, 1251L, 1251L, 1251L, 1252L, 1252L, 1252L, 1252L, 1253L, 1253L, 1253L, 1253L, 1254L, 1254L, 1254L, 1254L, 1255L, 1255L, 1255L, 1255L, 1257L, 1257L, 1257L, 1257L, 1258L, 1258L, 1258L, 1258L, 1292L, 1292L, 1292L, 1259L, 1259L, 1260L, 1260L, 1260L, 1260L, 1261L, 1261L, 1261L, 1261L, 1262L, 1262L, 1262L, 1262L, 1263L, 1263L, 1263L, 1263L, 1264L, 1264L, 1264L, 1264L, 1265L, 1265L, 1265L, 1265L, 1266L, 1266L, 1266L, 1266L, 1267L, 1267L, 1267L, 1267L, 1268L, 1268L, 1268L, 1268L, 1269L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1270L, 1271L, 1271L, 1271L, 1271L, 1272L, 1272L, 1272L, 1272L, 1273L, 1273L, 1273L, 1273L, 1274L, 1274L, 1274L, 1274L, 1275L, 1275L, 1275L, 1275L, 1276L, 1276L, 1276L, 1276L, 1277L, 1277L, 1277L, 1277L, 1278L, 1278L, 1278L, 1278L, 1279L, 1279L, 1279L, 1279L, 1280L, 1280L, 1280L, 1280L, 1281L, 1281L, 1281L, 1281L, 1282L, 1282L, 1282L, 1282L, 1283L, 1283L, 1283L, 1283L, 1284L, 1284L, 1284L, 1284L, 1285L, 1285L, 1285L, 1285L, 1286L, 1286L, 1286L, 1286L, 1287L, 1287L, 1287L, 1287L, 1288L, 1288L, 1288L, 1288L, 1289L, 1289L, 1289L, 1289L, 1290L, 1290L, 1290L, 1290L, 1291L, 1291L, 1291L, 1291L, 1293L, 1293L, 1293L, 1293L, 1294L, 1294L, 1294L, 1294L, 1295L, 1295L, 1295L, 0L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 0L, 1L, 0L, 1L, 2L, 35L, 1L, 2L, 3L, 36L, 2L, 3L, 4L, 37L, 3L, 4L, 5L, 38L, 4L, 5L, 6L, 39L, 5L, 6L, 7L, 40L, 6L, 7L, 8L, 41L, 7L, 8L, 9L, 42L, 8L, 9L, 10L, 43L, 9L, 10L, 11L, 44L, 10L, 11L, 12L, 45L, 11L, 12L, 13L, 46L, 12L, 13L, 14L, 47L, 13L, 14L, 15L, 48L, 14L, 15L, 16L, 49L, 15L, 16L, 17L, 50L, 16L, 17L, 18L, 51L, 17L, 18L, 19L, 52L, 18L, 19L, 20L, 53L, 19L, 20L, 21L, 54L, 20L, 21L, 22L, 55L, 21L, 22L, 23L, 56L, 22L, 23L, 24L, 57L, 23L, 24L, 25L, 58L, 24L, 25L, 26L, 59L, 25L, 26L, 27L, 60L, 26L, 27L, 28L, 61L, 27L, 28L, 29L, 62L, 28L, 29L, 30L, 63L, 29L, 30L, 31L, 64L, 30L, 31L, 32L, 65L, 31L, 32L, 33L, 66L, 32L, 33L, 34L, 67L, 33L, 34L, 68L, 69L, 34L, 68L, 70L, 35L, 36L, 35L, 36L, 37L, 71L, 36L, 37L, 38L, 72L, 37L, 38L, 39L, 73L, 38L, 39L, 40L, 74L, 39L, 40L, 41L, 75L, 40L, 41L, 42L, 76L, 41L, 42L, 43L, 77L, 42L, 43L, 44L, 78L, 43L, 44L, 45L, 79L, 44L, 45L, 46L, 80L, 45L, 46L, 47L, 81L, 46L, 47L, 48L, 82L, 47L, 48L, 49L, 83L, 48L, 49L, 50L, 84L, 49L, 50L, 51L, 85L, 50L, 51L, 52L, 86L, 51L, 52L, 53L, 87L, 52L, 53L, 54L, 88L, 53L, 54L, 55L, 89L, 54L, 55L, 56L, 90L, 55L, 56L, 57L, 91L, 56L, 57L, 58L, 92L, 57L, 58L, 59L, 93L, 58L, 59L, 60L, 94L, 59L, 60L, 61L, 95L, 60L, 61L, 62L, 96L, 61L, 62L, 63L, 97L, 62L, 63L, 64L, 98L, 63L, 64L, 65L, 99L, 64L, 65L, 66L, 100L, 65L, 66L, 67L, 101L, 66L, 67L, 69L, 102L, 67L, 69L, 70L, 103L, 69L, 70L, 104L, 105L, 70L, 104L, 106L, 71L, 72L, 71L, 72L, 73L, 107L, 72L, 73L, 74L, 108L, 73L, 74L, 75L, 109L, 74L, 75L, 76L, 110L, 75L, 76L, 77L, 111L, 76L, 77L, 78L, 112L, 77L, 78L, 79L, 113L, 78L, 79L, 80L, 114L, 79L, 80L, 81L, 115L, 80L, 81L, 82L, 116L, 81L, 82L, 83L, 117L, 82L, 83L, 84L, 118L, 83L, 84L, 85L, 119L, 84L, 85L, 86L, 120L, 85L, 86L, 87L, 121L, 86L, 87L, 88L, 122L, 87L, 88L, 89L, 123L, 88L, 89L, 90L, 124L, 89L, 90L, 91L, 125L, 90L, 91L, 92L, 126L, 91L, 92L, 93L, 127L, 92L, 93L, 94L, 128L, 93L, 94L, 95L, 129L, 94L, 95L, 96L, 130L, 95L, 96L, 97L, 131L, 96L, 97L, 98L, 132L, 97L, 98L, 99L, 133L, 98L, 99L, 100L, 134L, 99L, 100L, 101L, 135L, 100L, 101L, 102L, 136L, 101L, 102L, 103L, 137L, 102L, 103L, 105L, 138L, 103L, 105L, 106L, 139L, 105L, 106L, 140L, 141L, 106L, 140L, 142L, 107L, 108L, 107L, 108L, 109L, 143L, 108L, 109L, 110L, 144L, 109L, 110L, 111L, 145L, 110L, 111L, 112L, 146L, 111L, 112L, 113L, 147L, 112L, 113L, 114L, 148L, 113L, 114L, 115L, 149L, 114L, 115L, 116L, 150L, 115L, 116L, 117L, 151L, 116L, 117L, 118L, 152L, 117L, 118L, 119L, 153L, 118L, 119L, 120L, 154L, 119L, 120L, 121L, 155L, 120L, 121L, 122L, 156L, 121L, 122L, 123L, 157L, 122L, 123L, 124L, 158L, 123L, 124L, 125L, 159L, 124L, 125L, 126L, 160L, 125L, 126L, 127L, 161L, 126L, 127L, 128L, 162L, 127L, 128L, 129L, 163L, 128L, 129L, 130L, 164L, 129L, 130L, 131L, 165L, 130L, 131L, 132L, 166L, 131L, 132L, 133L, 167L, 132L, 133L, 134L, 168L, 133L, 134L, 135L, 169L, 134L, 135L, 136L, 170L, 135L, 136L, 137L, 171L, 136L, 137L, 138L, 172L, 137L, 138L, 139L, 173L, 138L, 139L, 141L, 174L, 139L, 141L, 142L, 175L, 141L, 142L, 176L, 177L, 142L, 176L, 178L, 143L, 144L, 143L, 144L, 145L, 179L, 144L, 145L, 146L, 180L, 145L, 146L, 147L, 181L, 146L, 147L, 148L, 182L, 147L, 148L, 149L, 183L, 148L, 149L, 150L, 184L, 149L, 150L, 151L, 185L, 150L, 151L, 152L, 186L, 151L, 152L, 153L, 187L, 152L, 153L, 154L, 188L, 153L, 154L, 155L, 189L, 154L, 155L, 156L, 190L, 155L, 156L, 157L, 191L, 156L, 157L, 158L, 192L, 157L, 158L, 159L, 193L, 158L, 159L, 160L, 194L, 159L, 160L, 161L, 195L, 160L, 161L, 162L, 196L, 161L, 162L, 163L, 197L, 162L, 163L, 164L, 198L, 163L, 164L, 165L, 199L, 164L, 165L, 166L, 200L, 165L, 166L, 167L, 201L, 166L, 167L, 168L, 202L, 167L, 168L, 169L, 203L, 168L, 169L, 170L, 204L, 169L, 170L, 171L, 205L, 170L, 171L, 172L, 206L, 171L, 172L, 173L, 207L, 172L, 173L, 174L, 208L, 173L, 174L, 175L, 209L, 174L, 175L, 177L, 210L, 175L, 177L, 178L, 211L, 177L, 178L, 212L, 213L, 178L, 212L, 214L, 179L, 180L, 179L, 180L, 181L, 215L, 180L, 181L, 182L, 216L, 181L, 182L, 183L, 217L, 182L, 183L, 184L, 218L, 183L, 184L, 185L, 219L, 184L, 185L, 186L, 220L, 185L, 186L, 187L, 221L, 186L, 187L, 188L, 222L, 187L, 188L, 189L, 223L, 188L, 189L, 190L, 224L, 189L, 190L, 191L, 225L, 190L, 191L, 192L, 226L, 191L, 192L, 193L, 227L, 192L, 193L, 194L, 228L, 193L, 194L, 195L, 229L, 194L, 195L, 196L, 230L, 195L, 196L, 197L, 231L, 196L, 197L, 198L, 232L, 197L, 198L, 199L, 233L, 198L, 199L, 200L, 234L, 199L, 200L, 201L, 235L, 200L, 201L, 202L, 236L, 201L, 202L, 203L, 237L, 202L, 203L, 204L, 238L, 203L, 204L, 205L, 239L, 204L, 205L, 206L, 240L, 205L, 206L, 207L, 241L, 206L, 207L, 208L, 242L, 207L, 208L, 209L, 243L, 208L, 209L, 210L, 244L, 209L, 210L, 211L, 245L, 210L, 211L, 213L, 246L, 211L, 213L, 214L, 247L, 213L, 214L, 248L, 249L, 214L, 248L, 250L, 215L, 216L, 215L, 216L, 217L, 251L, 216L, 217L, 218L, 252L, 217L, 218L, 219L, 253L, 218L, 219L, 220L, 254L, 219L, 220L, 221L, 255L, 220L, 221L, 222L, 256L, 221L, 222L, 223L, 257L, 222L, 223L, 224L, 258L, 223L, 224L, 225L, 259L, 224L, 225L, 226L, 260L, 225L, 226L, 227L, 261L, 226L, 227L, 228L, 262L, 227L, 228L, 229L, 263L, 228L, 229L, 230L, 264L, 229L, 230L, 231L, 265L, 230L, 231L, 232L, 266L, 231L, 232L, 233L, 267L, 232L, 233L, 234L, 268L, 233L, 234L, 235L, 269L, 234L, 235L, 236L, 270L, 235L, 236L, 237L, 271L, 236L, 237L, 238L, 272L, 237L, 238L, 239L, 273L, 238L, 239L, 240L, 274L, 239L, 240L, 241L, 275L, 240L, 241L, 242L, 276L, 241L, 242L, 243L, 277L, 242L, 243L, 244L, 278L, 243L, 244L, 245L, 279L, 244L, 245L, 246L, 280L, 245L, 246L, 247L, 281L, 246L, 247L, 249L, 282L, 247L, 249L, 250L, 283L, 249L, 250L, 284L, 285L, 250L, 284L, 286L, 251L, 252L, 251L, 252L, 253L, 287L, 252L, 253L, 254L, 288L, 253L, 254L, 255L, 289L, 254L, 255L, 256L, 290L, 255L, 256L, 257L, 291L, 256L, 257L, 258L, 292L, 257L, 258L, 259L, 293L, 258L, 259L, 260L, 294L, 259L, 260L, 261L, 295L, 260L, 261L, 262L, 296L, 261L, 262L, 263L, 297L, 262L, 263L, 264L, 298L, 263L, 264L, 265L, 299L, 264L, 265L, 266L, 300L, 265L, 266L, 267L, 301L, 266L, 267L, 268L, 302L, 267L, 268L, 269L, 303L, 268L, 269L, 270L, 304L, 269L, 270L, 271L, 305L, 270L, 271L, 272L, 306L, 271L, 272L, 273L, 307L, 272L, 273L, 274L, 308L, 273L, 274L, 275L, 309L, 274L, 275L, 276L, 310L, 275L, 276L, 277L, 311L, 276L, 277L, 278L, 312L, 277L, 278L, 279L, 313L, 278L, 279L, 280L, 314L, 279L, 280L, 281L, 315L, 280L, 281L, 282L, 316L, 281L, 282L, 283L, 317L, 282L, 283L, 285L, 318L, 283L, 285L, 286L, 319L, 285L, 286L, 320L, 321L, 286L, 320L, 322L, 287L, 288L, 287L, 288L, 289L, 323L, 288L, 289L, 290L, 324L, 289L, 290L, 291L, 325L, 290L, 291L, 292L, 326L, 291L, 292L, 293L, 327L, 292L, 293L, 294L, 328L, 293L, 294L, 295L, 329L, 294L, 295L, 296L, 330L, 295L, 296L, 297L, 331L, 296L, 297L, 298L, 332L, 297L, 298L, 299L, 333L, 298L, 299L, 300L, 334L, 299L, 300L, 301L, 335L, 300L, 301L, 302L, 336L, 301L, 302L, 303L, 337L, 302L, 303L, 304L, 338L, 303L, 304L, 305L, 339L, 304L, 305L, 306L, 340L, 305L, 306L, 307L, 341L, 306L, 307L, 308L, 342L, 307L, 308L, 309L, 343L, 308L, 309L, 310L, 344L, 309L, 310L, 311L, 345L, 310L, 311L, 312L, 346L, 311L, 312L, 313L, 347L, 312L, 313L, 314L, 348L, 313L, 314L, 315L, 349L, 314L, 315L, 316L, 350L, 315L, 316L, 317L, 351L, 316L, 317L, 318L, 352L, 317L, 318L, 319L, 353L, 318L, 319L, 321L, 354L, 319L, 321L, 322L, 355L, 321L, 322L, 356L, 357L, 322L, 356L, 358L, 323L, 324L, 323L, 324L, 325L, 359L, 324L, 325L, 326L, 360L, 325L, 326L, 327L, 361L, 326L, 327L, 328L, 362L, 327L, 328L, 329L, 363L, 328L, 329L, 330L, 364L, 329L, 330L, 331L, 365L, 330L, 331L, 332L, 366L, 331L, 332L, 333L, 367L, 332L, 333L, 334L, 368L, 333L, 334L, 335L, 369L, 334L, 335L, 336L, 370L, 335L, 336L, 337L, 371L, 336L, 337L, 338L, 372L, 337L, 338L, 339L, 373L, 338L, 339L, 340L, 374L, 339L, 340L, 341L, 375L, 340L, 341L, 342L, 376L, 341L, 342L, 343L, 377L, 342L, 343L, 344L, 378L, 343L, 344L, 345L, 379L, 344L, 345L, 346L, 380L, 345L, 346L, 347L, 381L, 346L, 347L, 348L, 382L, 347L, 348L, 349L, 383L, 348L, 349L, 350L, 384L, 349L, 350L, 351L, 385L, 350L, 351L, 352L, 386L, 351L, 352L, 353L, 387L, 352L, 353L, 354L, 388L, 353L, 354L, 355L, 389L, 354L, 355L, 357L, 390L, 355L, 357L, 358L, 391L, 357L, 358L, 392L, 393L, 358L, 392L, 394L, 359L, 360L, 359L, 360L, 361L, 395L, 360L, 361L, 362L, 396L, 361L, 362L, 363L, 397L, 362L, 363L, 364L, 398L, 363L, 364L, 365L, 399L, 364L, 365L, 366L, 400L, 365L, 366L, 367L, 401L, 366L, 367L, 368L, 402L, 367L, 368L, 369L, 403L, 368L, 369L, 370L, 404L, 369L, 370L, 371L, 405L, 370L, 371L, 372L, 406L, 371L, 372L, 373L, 407L, 372L, 373L, 374L, 408L, 373L, 374L, 375L, 409L, 374L, 375L, 376L, 410L, 375L, 376L, 377L, 411L, 376L, 377L, 378L, 412L, 377L, 378L, 379L, 413L, 378L, 379L, 380L, 414L, 379L, 380L, 381L, 415L, 380L, 381L, 382L, 416L, 381L, 382L, 383L, 417L, 382L, 383L, 384L, 418L, 383L, 384L, 385L, 419L, 384L, 385L, 386L, 420L, 385L, 386L, 387L, 421L, 386L, 387L, 388L, 422L, 387L, 388L, 389L, 423L, 388L, 389L, 390L, 424L, 389L, 390L, 391L, 425L, 390L, 391L, 393L, 426L, 391L, 393L, 394L, 427L, 393L, 394L, 428L, 429L, 394L, 428L, 430L, 395L, 396L, 395L, 396L, 397L, 431L, 396L, 397L, 398L, 432L, 397L, 398L, 399L, 433L, 398L, 399L, 400L, 434L, 399L, 400L, 401L, 435L, 400L, 401L, 402L, 436L, 401L, 402L, 403L, 437L, 402L, 403L, 404L, 438L, 403L, 404L, 405L, 439L, 404L, 405L, 406L, 440L, 405L, 406L, 407L, 441L, 406L, 407L, 408L, 442L, 407L, 408L, 409L, 443L, 408L, 409L, 410L, 444L, 409L, 410L, 411L, 445L, 410L, 411L, 412L, 446L, 411L, 412L, 413L, 447L, 412L, 413L, 414L, 448L, 413L, 414L, 415L, 449L, 414L, 415L, 416L, 450L, 415L, 416L, 417L, 451L, 416L, 417L, 418L, 452L, 417L, 418L, 419L, 453L, 418L, 419L, 420L, 454L, 419L, 420L, 421L, 455L, 420L, 421L, 422L, 456L, 421L, 422L, 423L, 457L, 422L, 423L, 424L, 458L, 423L, 424L, 425L, 459L, 424L, 425L, 426L, 460L, 425L, 426L, 427L, 461L, 426L, 427L, 429L, 462L, 427L, 429L, 430L, 463L, 429L, 430L, 464L, 465L, 430L, 464L, 466L, 431L, 432L, 431L, 432L, 433L, 467L, 432L, 433L, 434L, 468L, 433L, 434L, 435L, 469L, 434L, 435L, 436L, 470L, 435L, 436L, 437L, 471L, 436L, 437L, 438L, 472L, 437L, 438L, 439L, 473L, 438L, 439L, 440L, 474L, 439L, 440L, 441L, 475L, 440L, 441L, 442L, 476L, 441L, 442L, 443L, 477L, 442L, 443L, 444L, 478L, 443L, 444L, 445L, 479L, 444L, 445L, 446L, 480L, 445L, 446L, 447L, 481L, 446L, 447L, 448L, 482L, 447L, 448L, 449L, 483L, 448L, 449L, 450L, 484L, 449L, 450L, 451L, 485L, 450L, 451L, 452L, 486L, 451L, 452L, 453L, 487L, 452L, 453L, 454L, 488L, 453L, 454L, 455L, 489L, 454L, 455L, 456L, 490L, 455L, 456L, 457L, 491L, 456L, 457L, 458L, 492L, 457L, 458L, 459L, 493L, 458L, 459L, 460L, 494L, 459L, 460L, 461L, 495L, 460L, 461L, 462L, 496L, 461L, 462L, 463L, 497L, 462L, 463L, 465L, 498L, 463L, 465L, 466L, 499L, 465L, 466L, 500L, 501L, 466L, 500L, 502L, 467L, 468L, 467L, 468L, 469L, 503L, 468L, 469L, 470L, 504L, 469L, 470L, 471L, 505L, 470L, 471L, 472L, 506L, 471L, 472L, 473L, 507L, 472L, 473L, 474L, 508L, 473L, 474L, 475L, 509L, 474L, 475L, 476L, 510L, 475L, 476L, 477L, 511L, 476L, 477L, 478L, 512L, 477L, 478L, 479L, 513L, 478L, 479L, 480L, 514L, 479L, 480L, 481L, 515L, 480L, 481L, 482L, 516L, 481L, 482L, 483L, 517L, 482L, 483L, 484L, 518L, 483L, 484L, 485L, 519L, 484L, 485L, 486L, 520L, 485L, 486L, 487L, 521L, 486L, 487L, 488L, 522L, 487L, 488L, 489L, 523L, 488L, 489L, 490L, 524L, 489L, 490L, 491L, 525L, 490L, 491L, 492L, 526L, 491L, 492L, 493L, 527L, 492L, 493L, 494L, 528L, 493L, 494L, 495L, 529L, 494L, 495L, 496L, 530L, 495L, 496L, 497L, 531L, 496L, 497L, 498L, 532L, 497L, 498L, 499L, 533L, 498L, 499L, 501L, 534L, 499L, 501L, 502L, 535L, 501L, 502L, 536L, 537L, 502L, 536L, 538L, 503L, 504L, 503L, 504L, 505L, 539L, 504L, 505L, 506L, 540L, 505L, 506L, 507L, 541L, 506L, 507L, 508L, 542L, 507L, 508L, 509L, 543L, 508L, 509L, 510L, 544L, 509L, 510L, 511L, 545L, 510L, 511L, 512L, 546L, 511L, 512L, 513L, 547L, 512L, 513L, 514L, 548L, 513L, 514L, 515L, 549L, 514L, 515L, 516L, 550L, 515L, 516L, 517L, 551L, 516L, 517L, 518L, 552L, 517L, 518L, 519L, 553L, 518L, 519L, 520L, 554L, 519L, 520L, 521L, 555L, 520L, 521L, 522L, 556L, 521L, 522L, 523L, 557L, 522L, 523L, 524L, 558L, 523L, 524L, 525L, 559L, 524L, 525L, 526L, 560L, 525L, 526L, 527L, 561L, 526L, 527L, 528L, 562L, 527L, 528L, 529L, 563L, 528L, 529L, 530L, 564L, 529L, 530L, 531L, 565L, 530L, 531L, 532L, 566L, 531L, 532L, 533L, 567L, 532L, 533L, 534L, 568L, 533L, 534L, 535L, 569L, 534L, 535L, 537L, 570L, 535L, 537L, 538L, 571L, 537L, 538L, 572L, 573L, 538L, 572L, 574L, 539L, 540L, 539L, 540L, 541L, 575L, 540L, 541L, 542L, 576L, 541L, 542L, 543L, 577L, 542L, 543L, 544L, 578L, 543L, 544L, 545L, 579L, 544L, 545L, 546L, 580L, 545L, 546L, 547L, 581L, 546L, 547L, 548L, 582L, 547L, 548L, 549L, 583L, 548L, 549L, 550L, 584L, 549L, 550L, 551L, 585L, 550L, 551L, 552L, 586L, 551L, 552L, 553L, 587L, 552L, 553L, 554L, 588L, 553L, 554L, 555L, 589L, 554L, 555L, 556L, 590L, 555L, 556L, 557L, 591L, 556L, 557L, 558L, 592L, 557L, 558L, 559L, 593L, 558L, 559L, 560L, 594L, 559L, 560L, 561L, 595L, 560L, 561L, 562L, 596L, 561L, 562L, 563L, 597L, 562L, 563L, 564L, 598L, 563L, 564L, 565L, 599L, 564L, 565L, 566L, 600L, 565L, 566L, 567L, 601L, 566L, 567L, 568L, 602L, 567L, 568L, 569L, 603L, 568L, 569L, 570L, 604L, 569L, 570L, 571L, 605L, 570L, 571L, 573L, 606L, 571L, 573L, 574L, 607L, 573L, 574L, 608L, 609L, 574L, 608L, 610L, 575L, 576L, 575L, 576L, 577L, 611L, 576L, 577L, 578L, 612L, 577L, 578L, 579L, 613L, 578L, 579L, 580L, 614L, 579L, 580L, 581L, 615L, 580L, 581L, 582L, 616L, 581L, 582L, 583L, 617L, 582L, 583L, 584L, 618L, 583L, 584L, 585L, 619L, 584L, 585L, 586L, 620L, 585L, 586L, 587L, 621L, 586L, 587L, 588L, 622L, 587L, 588L, 589L, 623L, 588L, 589L, 590L, 624L, 589L, 590L, 591L, 625L, 590L, 591L, 592L, 626L, 591L, 592L, 593L, 627L, 592L, 593L, 594L, 628L, 593L, 594L, 595L, 629L, 594L, 595L, 596L, 630L, 595L, 596L, 597L, 631L, 596L, 597L, 598L, 632L, 597L, 598L, 599L, 633L, 598L, 599L, 600L, 634L, 599L, 600L, 601L, 635L, 600L, 601L, 602L, 636L, 601L, 602L, 603L, 637L, 602L, 603L, 604L, 638L, 603L, 604L, 605L, 639L, 604L, 605L, 606L, 640L, 605L, 606L, 607L, 641L, 606L, 607L, 609L, 642L, 607L, 609L, 610L, 643L, 609L, 610L, 644L, 645L, 610L, 644L, 646L, 611L, 612L, 611L, 612L, 613L, 647L, 612L, 613L, 614L, 648L, 613L, 614L, 615L, 649L, 614L, 615L, 616L, 650L, 615L, 616L, 617L, 651L, 616L, 617L, 618L, 652L, 617L, 618L, 619L, 653L, 618L, 619L, 620L, 654L, 619L, 620L, 621L, 655L, 620L, 621L, 622L, 656L, 621L, 622L, 623L, 657L, 622L, 623L, 624L, 658L, 623L, 624L, 625L, 659L, 624L, 625L, 626L, 660L, 625L, 626L, 627L, 661L, 626L, 627L, 628L, 662L, 627L, 628L, 629L, 663L, 628L, 629L, 630L, 664L, 629L, 630L, 631L, 665L, 630L, 631L, 632L, 666L, 631L, 632L, 633L, 667L, 632L, 633L, 634L, 668L, 633L, 634L, 635L, 669L, 634L, 635L, 636L, 670L, 635L, 636L, 637L, 671L, 636L, 637L, 638L, 672L, 637L, 638L, 639L, 673L, 638L, 639L, 640L, 674L, 639L, 640L, 641L, 675L, 640L, 641L, 642L, 676L, 641L, 642L, 643L, 677L, 642L, 643L, 645L, 678L, 643L, 645L, 646L, 679L, 645L, 646L, 680L, 681L, 646L, 680L, 682L, 647L, 648L, 647L, 648L, 649L, 683L, 648L, 649L, 650L, 684L, 649L, 650L, 651L, 685L, 650L, 651L, 652L, 686L, 651L, 652L, 653L, 687L, 652L, 653L, 654L, 688L, 653L, 654L, 655L, 689L, 654L, 655L, 656L, 690L, 655L, 656L, 657L, 691L, 656L, 657L, 658L, 692L, 657L, 658L, 659L, 693L, 658L, 659L, 660L, 694L, 659L, 660L, 661L, 695L, 660L, 661L, 662L, 696L, 661L, 662L, 663L, 697L, 662L, 663L, 664L, 698L, 663L, 664L, 665L, 699L, 664L, 665L, 666L, 700L, 665L, 666L, 667L, 701L, 666L, 667L, 668L, 702L, 667L, 668L, 669L, 703L, 668L, 669L, 670L, 704L, 669L, 670L, 671L, 705L, 670L, 671L, 672L, 706L, 671L, 672L, 673L, 707L, 672L, 673L, 674L, 708L, 673L, 674L, 675L, 709L, 674L, 675L, 676L, 710L, 675L, 676L, 677L, 711L, 676L, 677L, 678L, 712L, 677L, 678L, 679L, 713L, 678L, 679L, 681L, 714L, 679L, 681L, 682L, 715L, 681L, 682L, 716L, 717L, 682L, 716L, 718L, 683L, 684L, 683L, 684L, 685L, 719L, 684L, 685L, 686L, 720L, 685L, 686L, 687L, 721L, 686L, 687L, 688L, 722L, 687L, 688L, 689L, 723L, 688L, 689L, 690L, 724L, 689L, 690L, 691L, 725L, 690L, 691L, 692L, 726L, 691L, 692L, 693L, 727L, 692L, 693L, 694L, 728L, 693L, 694L, 695L, 729L, 694L, 695L, 696L, 730L, 695L, 696L, 697L, 731L, 696L, 697L, 698L, 732L, 697L, 698L, 699L, 733L, 698L, 699L, 700L, 734L, 699L, 700L, 701L, 735L, 700L, 701L, 702L, 736L, 701L, 702L, 703L, 737L, 702L, 703L, 704L, 738L, 703L, 704L, 705L, 739L, 704L, 705L, 706L, 740L, 705L, 706L, 707L, 741L, 706L, 707L, 708L, 742L, 707L, 708L, 709L, 743L, 708L, 709L, 710L, 744L, 709L, 710L, 711L, 745L, 710L, 711L, 712L, 746L, 711L, 712L, 713L, 747L, 712L, 713L, 714L, 748L, 713L, 714L, 715L, 749L, 714L, 715L, 717L, 750L, 715L, 717L, 718L, 751L, 717L, 718L, 752L, 753L, 718L, 752L, 754L, 719L, 720L, 719L, 720L, 721L, 755L, 720L, 721L, 722L, 756L, 721L, 722L, 723L, 757L, 722L, 723L, 724L, 758L, 723L, 724L, 725L, 759L, 724L, 725L, 726L, 760L, 725L, 726L, 727L, 761L, 726L, 727L, 728L, 762L, 727L, 728L, 729L, 763L, 728L, 729L, 730L, 764L, 729L, 730L, 731L, 765L, 730L, 731L, 732L, 766L, 731L, 732L, 733L, 767L, 732L, 733L, 734L, 768L, 733L, 734L, 735L, 769L, 734L, 735L, 736L, 770L, 735L, 736L, 737L, 771L, 736L, 737L, 738L, 772L, 737L, 738L, 739L, 773L, 738L, 739L, 740L, 774L, 739L, 740L, 741L, 775L, 740L, 741L, 742L, 776L, 741L, 742L, 743L, 777L, 742L, 743L, 744L, 778L, 743L, 744L, 745L, 779L, 744L, 745L, 746L, 780L, 745L, 746L, 747L, 781L, 746L, 747L, 748L, 782L, 747L, 748L, 749L, 783L, 748L, 749L, 750L, 784L, 749L, 750L, 751L, 785L, 750L, 751L, 753L, 786L, 751L, 753L, 754L, 787L, 753L, 754L, 788L, 789L, 754L, 788L, 790L, 755L, 756L, 755L, 756L, 757L, 791L, 756L, 757L, 758L, 792L, 757L, 758L, 759L, 793L, 758L, 759L, 760L, 794L, 759L, 760L, 761L, 795L, 760L, 761L, 762L, 796L, 761L, 762L, 763L, 797L, 762L, 763L, 764L, 798L, 763L, 764L, 765L, 799L, 764L, 765L, 766L, 800L, 765L, 766L, 767L, 801L, 766L, 767L, 768L, 802L, 767L, 768L, 769L, 803L, 768L, 769L, 770L, 804L, 769L, 770L, 771L, 805L, 770L, 771L, 772L, 806L, 771L, 772L, 773L, 807L, 772L, 773L, 774L, 808L, 773L, 774L, 775L, 809L, 774L, 775L, 776L, 810L, 775L, 776L, 777L, 811L, 776L, 777L, 778L, 812L, 777L, 778L, 779L, 813L, 778L, 779L, 780L, 814L, 779L, 780L, 781L, 815L, 780L, 781L, 782L, 816L, 781L, 782L, 783L, 817L, 782L, 783L, 784L, 818L, 783L, 784L, 785L, 819L, 784L, 785L, 786L, 820L, 785L, 786L, 787L, 821L, 786L, 787L, 789L, 822L, 787L, 789L, 790L, 823L, 789L, 790L, 824L, 825L, 790L, 824L, 826L, 791L, 792L, 791L, 792L, 793L, 827L, 792L, 793L, 794L, 828L, 793L, 794L, 795L, 829L, 794L, 795L, 796L, 830L, 795L, 796L, 797L, 831L, 796L, 797L, 798L, 832L, 797L, 798L, 799L, 833L, 798L, 799L, 800L, 834L, 799L, 800L, 801L, 835L, 800L, 801L, 802L, 836L, 801L, 802L, 803L, 837L, 802L, 803L, 804L, 838L, 803L, 804L, 805L, 839L, 804L, 805L, 806L, 840L, 805L, 806L, 807L, 841L, 806L, 807L, 808L, 842L, 807L, 808L, 809L, 843L, 808L, 809L, 810L, 844L, 809L, 810L, 811L, 845L, 810L, 811L, 812L, 846L, 811L, 812L, 813L, 847L, 812L, 813L, 814L, 848L, 813L, 814L, 815L, 849L, 814L, 815L, 816L, 850L, 815L, 816L, 817L, 851L, 816L, 817L, 818L, 852L, 817L, 818L, 819L, 853L, 818L, 819L, 820L, 854L, 819L, 820L, 821L, 855L, 820L, 821L, 822L, 856L, 821L, 822L, 823L, 857L, 822L, 823L, 825L, 858L, 823L, 825L, 826L, 859L, 825L, 826L, 860L, 861L, 826L, 860L, 862L, 827L, 828L, 827L, 828L, 829L, 863L, 828L, 829L, 830L, 864L, 829L, 830L, 831L, 865L, 830L, 831L, 832L, 866L, 831L, 832L, 833L, 867L, 832L, 833L, 834L, 868L, 833L, 834L, 835L, 869L, 834L, 835L, 836L, 870L, 835L, 836L, 837L, 871L, 836L, 837L, 838L, 872L, 837L, 838L, 839L, 873L, 838L, 839L, 840L, 874L, 839L, 840L, 841L, 875L, 840L, 841L, 842L, 876L, 841L, 842L, 843L, 877L, 842L, 843L, 844L, 878L, 843L, 844L, 845L, 879L, 844L, 845L, 846L, 880L, 845L, 846L, 847L, 881L, 846L, 847L, 848L, 882L, 847L, 848L, 849L, 883L, 848L, 849L, 850L, 884L, 849L, 850L, 851L, 885L, 850L, 851L, 852L, 886L, 851L, 852L, 853L, 887L, 852L, 853L, 854L, 888L, 853L, 854L, 855L, 889L, 854L, 855L, 856L, 890L, 855L, 856L, 857L, 891L, 856L, 857L, 858L, 892L, 857L, 858L, 859L, 893L, 858L, 859L, 861L, 894L, 859L, 861L, 862L, 895L, 861L, 862L, 896L, 897L, 862L, 896L, 898L, 863L, 864L, 863L, 864L, 865L, 899L, 864L, 865L, 866L, 900L, 865L, 866L, 867L, 901L, 866L, 867L, 868L, 902L, 867L, 868L, 869L, 903L, 868L, 869L, 870L, 904L, 869L, 870L, 871L, 905L, 870L, 871L, 872L, 906L, 871L, 872L, 873L, 907L, 872L, 873L, 874L, 908L, 873L, 874L, 875L, 909L, 874L, 875L, 876L, 910L, 875L, 876L, 877L, 911L, 876L, 877L, 878L, 912L, 877L, 878L, 879L, 913L, 878L, 879L, 880L, 914L, 879L, 880L, 881L, 915L, 880L, 881L, 882L, 916L, 881L, 882L, 883L, 917L, 882L, 883L, 884L, 918L, 883L, 884L, 885L, 919L, 884L, 885L, 886L, 920L, 885L, 886L, 887L, 921L, 886L, 887L, 888L, 922L, 887L, 888L, 889L, 923L, 888L, 889L, 890L, 924L, 889L, 890L, 891L, 925L, 890L, 891L, 892L, 926L, 891L, 892L, 893L, 927L, 892L, 893L, 894L, 928L, 893L, 894L, 895L, 929L, 894L, 895L, 897L, 930L, 895L, 897L, 898L, 931L, 897L, 898L, 932L, 933L, 898L, 932L, 934L, 899L, 900L, 899L, 900L, 901L, 935L, 900L, 901L, 902L, 936L, 901L, 902L, 903L, 937L, 902L, 903L, 904L, 938L, 903L, 904L, 905L, 939L, 904L, 905L, 906L, 940L, 905L, 906L, 907L, 941L, 906L, 907L, 908L, 942L, 907L, 908L, 909L, 943L, 908L, 909L, 910L, 944L, 909L, 910L, 911L, 945L, 910L, 911L, 912L, 946L, 911L, 912L, 913L, 947L, 912L, 913L, 914L, 948L, 913L, 914L, 915L, 949L, 914L, 915L, 916L, 950L, 915L, 916L, 917L, 951L, 916L, 917L, 918L, 952L, 917L, 918L, 919L, 953L, 918L, 919L, 920L, 954L, 919L, 920L, 921L, 955L, 920L, 921L, 922L, 956L, 921L, 922L, 923L, 957L, 922L, 923L, 924L, 958L, 923L, 924L, 925L, 959L, 924L, 925L, 926L, 960L, 925L, 926L, 927L, 961L, 926L, 927L, 928L, 962L, 927L, 928L, 929L, 963L, 928L, 929L, 930L, 964L, 929L, 930L, 931L, 965L, 930L, 931L, 933L, 966L, 931L, 933L, 934L, 967L, 933L, 934L, 968L, 969L, 934L, 968L, 970L, 935L, 936L, 935L, 936L, 937L, 971L, 936L, 937L, 938L, 972L, 937L, 938L, 939L, 973L, 938L, 939L, 940L, 974L, 939L, 940L, 941L, 975L, 940L, 941L, 942L, 976L, 941L, 942L, 943L, 977L, 942L, 943L, 944L, 978L, 943L, 944L, 945L, 979L, 944L, 945L, 946L, 980L, 945L, 946L, 947L, 981L, 946L, 947L, 948L, 982L, 947L, 948L, 949L, 983L, 948L, 949L, 950L, 984L, 949L, 950L, 951L, 985L, 950L, 951L, 952L, 986L, 951L, 952L, 953L, 987L, 952L, 953L, 954L, 988L, 953L, 954L, 955L, 989L, 954L, 955L, 956L, 990L, 955L, 956L, 957L, 991L, 956L, 957L, 958L, 992L, 957L, 958L, 959L, 993L, 958L, 959L, 960L, 994L, 959L, 960L, 961L, 995L, 960L, 961L, 962L, 996L, 961L, 962L, 963L, 997L, 962L, 963L, 964L, 998L, 963L, 964L, 965L, 999L, 964L, 965L, 966L, 1000L, 965L, 966L, 967L, 1001L, 966L, 967L, 969L, 1002L, 967L, 969L, 970L, 1003L, 969L, 970L, 1004L, 1005L, 970L, 1004L, 1006L, 971L, 972L, 971L, 972L, 973L, 1007L, 972L, 973L, 974L, 1008L, 973L, 974L, 975L, 1009L, 974L, 975L, 976L, 1010L, 975L, 976L, 977L, 1011L, 976L, 977L, 978L, 1012L, 977L, 978L, 979L, 1013L, 978L, 979L, 980L, 1014L, 979L, 980L, 981L, 1015L, 980L, 981L, 982L, 1016L, 981L, 982L, 983L, 1017L, 982L, 983L, 984L, 1018L, 983L, 984L, 985L, 1019L, 984L, 985L, 986L, 1020L, 985L, 986L, 987L, 1021L, 986L, 987L, 988L, 1022L, 987L, 988L, 989L, 1023L, 988L, 989L, 990L, 1024L, 989L, 990L, 991L, 1025L, 990L, 991L, 992L, 1026L, 991L, 992L, 993L, 1027L, 992L, 993L, 994L, 1028L, 993L, 994L, 995L, 1029L, 994L, 995L, 996L, 1030L, 995L, 996L, 997L, 1031L, 996L, 997L, 998L, 1032L, 997L, 998L, 999L, 1033L, 998L, 999L, 1000L, 1034L, 999L, 1000L, 1001L, 1035L, 1000L, 1001L, 1002L, 1036L, 1001L, 1002L, 1003L, 1037L, 1002L, 1003L, 1005L, 1038L, 1003L, 1005L, 1006L, 1039L, 1005L, 1006L, 1040L, 1041L, 1006L, 1040L, 1042L, 1007L, 1008L, 1007L, 1008L, 1009L, 1043L, 1008L, 1009L, 1010L, 1044L, 1009L, 1010L, 1011L, 1045L, 1010L, 1011L, 1012L, 1046L, 1011L, 1012L, 1013L, 1047L, 1012L, 1013L, 1014L, 1048L, 1013L, 1014L, 1015L, 1049L, 1014L, 1015L, 1016L, 1050L, 1015L, 1016L, 1017L, 1051L, 1016L, 1017L, 1018L, 1052L, 1017L, 1018L, 1019L, 1053L, 1018L, 1019L, 1020L, 1054L, 1019L, 1020L, 1021L, 1055L, 1020L, 1021L, 1022L, 1056L, 1021L, 1022L, 1023L, 1057L, 1022L, 1023L, 1024L, 1058L, 1023L, 1024L, 1025L, 1059L, 1024L, 1025L, 1026L, 1060L, 1025L, 1026L, 1027L, 1061L, 1026L, 1027L, 1028L, 1062L, 1027L, 1028L, 1029L, 1063L, 1028L, 1029L, 1030L, 1064L, 1029L, 1030L, 1031L, 1065L, 1030L, 1031L, 1032L, 1066L, 1031L, 1032L, 1033L, 1067L, 1032L, 1033L, 1034L, 1068L, 1033L, 1034L, 1035L, 1069L, 1034L, 1035L, 1036L, 1070L, 1035L, 1036L, 1037L, 1071L, 1036L, 1037L, 1038L, 1072L, 1037L, 1038L, 1039L, 1073L, 1038L, 1039L, 1041L, 1074L, 1039L, 1041L, 1042L, 1075L, 1041L, 1042L, 1076L, 1077L, 1042L, 1076L, 1078L, 1043L, 1044L, 1043L, 1044L, 1045L, 1079L, 1044L, 1045L, 1046L, 1080L, 1045L, 1046L, 1047L, 1081L, 1046L, 1047L, 1048L, 1082L, 1047L, 1048L, 1049L, 1083L, 1048L, 1049L, 1050L, 1084L, 1049L, 1050L, 1051L, 1085L, 1050L, 1051L, 1052L, 1086L, 1051L, 1052L, 1053L, 1087L, 1052L, 1053L, 1054L, 1088L, 1053L, 1054L, 1055L, 1089L, 1054L, 1055L, 1056L, 1090L, 1055L, 1056L, 1057L, 1091L, 1056L, 1057L, 1058L, 1092L, 1057L, 1058L, 1059L, 1093L, 1058L, 1059L, 1060L, 1094L, 1059L, 1060L, 1061L, 1095L, 1060L, 1061L, 1062L, 1096L, 1061L, 1062L, 1063L, 1097L, 1062L, 1063L, 1064L, 1098L, 1063L, 1064L, 1065L, 1099L, 1064L, 1065L, 1066L, 1100L, 1065L, 1066L, 1067L, 1101L, 1066L, 1067L, 1068L, 1102L, 1067L, 1068L, 1069L, 1103L, 1068L, 1069L, 1070L, 1104L, 1069L, 1070L, 1071L, 1105L, 1070L, 1071L, 1072L, 1106L, 1071L, 1072L, 1073L, 1107L, 1072L, 1073L, 1074L, 1108L, 1073L, 1074L, 1075L, 1109L, 1074L, 1075L, 1077L, 1110L, 1075L, 1077L, 1078L, 1111L, 1077L, 1078L, 1112L, 1113L, 1078L, 1112L, 1114L, 1079L, 1080L, 1079L, 1080L, 1081L, 1115L, 1080L, 1081L, 1082L, 1116L, 1081L, 1082L, 1083L, 1117L, 1082L, 1083L, 1084L, 1118L, 1083L, 1084L, 1085L, 1119L, 1084L, 1085L, 1086L, 1120L, 1085L, 1086L, 1087L, 1121L, 1086L, 1087L, 1088L, 1122L, 1087L, 1088L, 1089L, 1123L, 1088L, 1089L, 1090L, 1124L, 1089L, 1090L, 1091L, 1125L, 1090L, 1091L, 1092L, 1126L, 1091L, 1092L, 1093L, 1127L, 1092L, 1093L, 1094L, 1128L, 1093L, 1094L, 1095L, 1129L, 1094L, 1095L, 1096L, 1130L, 1095L, 1096L, 1097L, 1131L, 1096L, 1097L, 1098L, 1132L, 1097L, 1098L, 1099L, 1133L, 1098L, 1099L, 1100L, 1134L, 1099L, 1100L, 1101L, 1135L, 1100L, 1101L, 1102L, 1136L, 1101L, 1102L, 1103L, 1137L, 1102L, 1103L, 1104L, 1138L, 1103L, 1104L, 1105L, 1139L, 1104L, 1105L, 1106L, 1140L, 1105L, 1106L, 1107L, 1141L, 1106L, 1107L, 1108L, 1142L, 1107L, 1108L, 1109L, 1143L, 1108L, 1109L, 1110L, 1144L, 1109L, 1110L, 1111L, 1145L, 1110L, 1111L, 1113L, 1146L, 1111L, 1113L, 1114L, 1147L, 1113L, 1114L, 1148L, 1149L, 1114L, 1148L, 1150L, 1115L, 1116L, 1115L, 1116L, 1117L, 1151L, 1116L, 1117L, 1118L, 1152L, 1117L, 1118L, 1119L, 1153L, 1118L, 1119L, 1120L, 1154L, 1119L, 1120L, 1121L, 1155L, 1120L, 1121L, 1122L, 1156L, 1121L, 1122L, 1123L, 1157L, 1122L, 1123L, 1124L, 1158L, 1123L, 1124L, 1125L, 1159L, 1124L, 1125L, 1126L, 1160L, 1125L, 1126L, 1127L, 1161L, 1126L, 1127L, 1128L, 1162L, 1127L, 1128L, 1129L, 1163L, 1128L, 1129L, 1130L, 1164L, 1129L, 1130L, 1131L, 1165L, 1130L, 1131L, 1132L, 1166L, 1131L, 1132L, 1133L, 1167L, 1132L, 1133L, 1134L, 1168L, 1133L, 1134L, 1135L, 1169L, 1134L, 1135L, 1136L, 1170L, 1135L, 1136L, 1137L, 1171L, 1136L, 1137L, 1138L, 1172L, 1137L, 1138L, 1139L, 1173L, 1138L, 1139L, 1140L, 1174L, 1139L, 1140L, 1141L, 1175L, 1140L, 1141L, 1142L, 1176L, 1141L, 1142L, 1143L, 1177L, 1142L, 1143L, 1144L, 1178L, 1143L, 1144L, 1145L, 1179L, 1144L, 1145L, 1146L, 1180L, 1145L, 1146L, 1147L, 1181L, 1146L, 1147L, 1149L, 1182L, 1147L, 1149L, 1150L, 1183L, 1149L, 1150L, 1184L, 1185L, 1150L, 1184L, 1186L, 1151L, 1152L, 1151L, 1152L, 1153L, 1187L, 1152L, 1153L, 1154L, 1188L, 1153L, 1154L, 1155L, 1189L, 1154L, 1155L, 1156L, 1190L, 1155L, 1156L, 1157L, 1191L, 1156L, 1157L, 1158L, 1192L, 1157L, 1158L, 1159L, 1193L, 1158L, 1159L, 1160L, 1194L, 1159L, 1160L, 1161L, 1195L, 1160L, 1161L, 1162L, 1196L, 1161L, 1162L, 1163L, 1197L, 1162L, 1163L, 1164L, 1198L, 1163L, 1164L, 1165L, 1199L, 1164L, 1165L, 1166L, 1200L, 1165L, 1166L, 1167L, 1201L, 1166L, 1167L, 1168L, 1202L, 1167L, 1168L, 1169L, 1203L, 1168L, 1169L, 1170L, 1204L, 1169L, 1170L, 1171L, 1205L, 1170L, 1171L, 1172L, 1206L, 1171L, 1172L, 1173L, 1207L, 1172L, 1173L, 1174L, 1208L, 1173L, 1174L, 1175L, 1209L, 1174L, 1175L, 1176L, 1210L, 1175L, 1176L, 1177L, 1211L, 1176L, 1177L, 1178L, 1212L, 1177L, 1178L, 1179L, 1213L, 1178L, 1179L, 1180L, 1214L, 1179L, 1180L, 1181L, 1215L, 1180L, 1181L, 1182L, 1216L, 1181L, 1182L, 1183L, 1217L, 1182L, 1183L, 1185L, 1218L, 1183L, 1185L, 1186L, 1219L, 1185L, 1186L, 1220L, 1221L, 1186L, 1220L, 1222L, 1187L, 1188L, 1187L, 1188L, 1189L, 1223L, 1188L, 1189L, 1190L, 1224L, 1189L, 1190L, 1191L, 1225L, 1190L, 1191L, 1192L, 1226L, 1191L, 1192L, 1193L, 1227L, 1192L, 1193L, 1194L, 1228L, 1193L, 1194L, 1195L, 1229L, 1194L, 1195L, 1196L, 1230L, 1195L, 1196L, 1197L, 1231L, 1196L, 1197L, 1198L, 1232L, 1197L, 1198L, 1199L, 1233L, 1198L, 1199L, 1200L, 1234L, 1199L, 1200L, 1201L, 1235L, 1200L, 1201L, 1202L, 1236L, 1201L, 1202L, 1203L, 1237L, 1202L, 1203L, 1204L, 1238L, 1203L, 1204L, 1205L, 1239L, 1204L, 1205L, 1206L, 1240L, 1205L, 1206L, 1207L, 1241L, 1206L, 1207L, 1208L, 1242L, 1207L, 1208L, 1209L, 1243L, 1208L, 1209L, 1210L, 1244L, 1209L, 1210L, 1211L, 1245L, 1210L, 1211L, 1212L, 1246L, 1211L, 1212L, 1213L, 1247L, 1212L, 1213L, 1214L, 1248L, 1213L, 1214L, 1215L, 1249L, 1214L, 1215L, 1216L, 1250L, 1215L, 1216L, 1217L, 1251L, 1216L, 1217L, 1218L, 1252L, 1217L, 1218L, 1219L, 1253L, 1218L, 1219L, 1221L, 1254L, 1219L, 1221L, 1222L, 1255L, 1221L, 1222L, 1256L, 1257L, 1222L, 1256L, 1258L, 1223L, 1224L, 1223L, 1224L, 1225L, 1259L, 1224L, 1225L, 1226L, 1260L, 1225L, 1226L, 1227L, 1261L, 1226L, 1227L, 1228L, 1262L, 1227L, 1228L, 1229L, 1263L, 1228L, 1229L, 1230L, 1264L, 1229L, 1230L, 1231L, 1265L, 1230L, 1231L, 1232L, 1266L, 1231L, 1232L, 1233L, 1267L, 1232L, 1233L, 1234L, 1268L, 1233L, 1234L, 1235L, 1269L, 1234L, 1235L, 1236L, 1270L, 1235L, 1236L, 1237L, 1271L, 1236L, 1237L, 1238L, 1272L, 1237L, 1238L, 1239L, 1273L, 1238L, 1239L, 1240L, 1274L, 1239L, 1240L, 1241L, 1275L, 1240L, 1241L, 1242L, 1276L, 1241L, 1242L, 1243L, 1277L, 1242L, 1243L, 1244L, 1278L, 1243L, 1244L, 1245L, 1279L, 1244L, 1245L, 1246L, 1280L, 1245L, 1246L, 1247L, 1281L, 1246L, 1247L, 1248L, 1282L, 1247L, 1248L, 1249L, 1283L, 1248L, 1249L, 1250L, 1284L, 1249L, 1250L, 1251L, 1285L, 1250L, 1251L, 1252L, 1286L, 1251L, 1252L, 1253L, 1287L, 1252L, 1253L, 1254L, 1288L, 1253L, 1254L, 1255L, 1289L, 1254L, 1255L, 1257L, 1290L, 1255L, 1257L, 1258L, 1291L, 1257L, 1258L, 1292L, 1293L, 1258L, 1292L, 1294L), to = c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 68L, 35L, 35L, 36L, 36L, 36L, 36L, 37L, 37L, 37L, 37L, 38L, 38L, 38L, 38L, 39L, 39L, 39L, 39L, 40L, 40L, 40L, 40L, 41L, 41L, 41L, 41L, 42L, 42L, 42L, 42L, 43L, 43L, 43L, 43L, 44L, 44L, 44L, 44L, 45L, 45L, 45L, 45L, 46L, 46L, 46L, 46L, 47L, 47L, 47L, 47L, 48L, 48L, 48L, 48L, 49L, 49L, 49L, 49L, 50L, 50L, 50L, 50L, 51L, 51L, 51L, 51L, 52L, 52L, 52L, 52L, 53L, 53L, 53L, 53L, 54L, 54L, 54L, 54L, 55L, 55L, 55L, 55L, 56L, 56L, 56L, 56L, 57L, 57L, 57L, 57L, 58L, 58L, 58L, 58L, 59L, 59L, 59L, 59L, 60L, 60L, 60L, 60L, 61L, 61L, 61L, 61L, 62L, 62L, 62L, 62L, 63L, 63L, 63L, 63L, 64L, 64L, 64L, 64L, 65L, 65L, 65L, 65L, 66L, 66L, 66L, 66L, 67L, 67L, 67L, 67L, 69L, 69L, 69L, 69L, 70L, 70L, 70L, 70L, 104L, 104L, 104L, 71L, 71L, 72L, 72L, 72L, 72L, 73L, 73L, 73L, 73L, 74L, 74L, 74L, 74L, 75L, 75L, 75L, 75L, 76L, 76L, 76L, 76L, 77L, 77L, 77L, 77L, 78L, 78L, 78L, 78L, 79L, 79L, 79L, 79L, 80L, 80L, 80L, 80L, 81L, 81L, 81L, 81L, 82L, 82L, 82L, 82L, 83L, 83L, 83L, 83L, 84L, 84L, 84L, 84L, 85L, 85L, 85L, 85L, 86L, 86L, 86L, 86L, 87L, 87L, 87L, 87L, 88L, 88L, 88L, 88L, 89L, 89L, 89L, 89L, 90L, 90L, 90L, 90L, 91L, 91L, 91L, 91L, 92L, 92L, 92L, 92L, 93L, 93L, 93L, 93L, 94L, 94L, 94L, 94L, 95L, 95L, 95L, 95L, 96L, 96L, 96L, 96L, 97L, 97L, 97L, 97L, 98L, 98L, 98L, 98L, 99L, 99L, 99L, 99L, 100L, 100L, 100L, 100L, 101L, 101L, 101L, 101L, 102L, 102L, 102L, 102L, 103L, 103L, 103L, 103L, 105L, 105L, 105L, 105L, 106L, 106L, 106L, 106L, 140L, 140L, 140L, 107L, 107L, 108L, 108L, 108L, 108L, 109L, 109L, 109L, 109L, 110L, 110L, 110L, 110L, 111L, 111L, 111L, 111L, 112L, 112L, 112L, 112L, 113L, 113L, 113L, 113L, 114L, 114L, 114L, 114L, 115L, 115L, 115L, 115L, 116L, 116L, 116L, 116L, 117L, 117L, 117L, 117L, 118L, 118L, 118L, 118L, 119L, 119L, 119L, 119L, 120L, 120L, 120L, 120L, 121L, 121L, 121L, 121L, 122L, 122L, 122L, 122L, 123L, 123L, 123L, 123L, 124L, 124L, 124L, 124L, 125L, 125L, 125L, 125L, 126L, 126L, 126L, 126L, 127L, 127L, 127L, 127L, 128L, 128L, 128L, 128L, 129L, 129L, 129L, 129L, 130L, 130L, 130L, 130L, 131L, 131L, 131L, 131L, 132L, 132L, 132L, 132L, 133L, 133L, 133L, 133L, 134L, 134L, 134L, 134L, 135L, 135L, 135L, 135L, 136L, 136L, 136L, 136L, 137L, 137L, 137L, 137L, 138L, 138L, 138L, 138L, 139L, 139L, 139L, 139L, 141L, 141L, 141L, 141L, 142L, 142L, 142L, 142L, 176L, 176L, 176L, 143L, 143L, 144L, 144L, 144L, 144L, 145L, 145L, 145L, 145L, 146L, 146L, 146L, 146L, 147L, 147L, 147L, 147L, 148L, 148L, 148L, 148L, 149L, 149L, 149L, 149L, 150L, 150L, 150L, 150L, 151L, 151L, 151L, 151L, 152L, 152L, 152L, 152L, 153L, 153L, 153L, 153L, 154L, 154L, 154L, 154L, 155L, 155L, 155L, 155L, 156L, 156L, 156L, 156L, 157L, 157L, 157L, 157L, 158L, 158L, 158L, 158L, 159L, 159L, 159L, 159L, 160L, 160L, 160L, 160L, 161L, 161L, 161L, 161L, 162L, 162L, 162L, 162L, 163L, 163L, 163L, 163L, 164L, 164L, 164L, 164L, 165L, 165L, 165L, 165L, 166L, 166L, 166L, 166L, 167L, 167L, 167L, 167L, 168L, 168L, 168L, 168L, 169L, 169L, 169L, 169L, 170L, 170L, 170L, 170L, 171L, 171L, 171L, 171L, 172L, 172L, 172L, 172L, 173L, 173L, 173L, 173L, 174L, 174L, 174L, 174L, 175L, 175L, 175L, 175L, 177L, 177L, 177L, 177L, 178L, 178L, 178L, 178L, 212L, 212L, 212L, 179L, 179L, 180L, 180L, 180L, 180L, 181L, 181L, 181L, 181L, 182L, 182L, 182L, 182L, 183L, 183L, 183L, 183L, 184L, 184L, 184L, 184L, 185L, 185L, 185L, 185L, 186L, 186L, 186L, 186L, 187L, 187L, 187L, 187L, 188L, 188L, 188L, 188L, 189L, 189L, 189L, 189L, 190L, 190L, 190L, 190L, 191L, 191L, 191L, 191L, 192L, 192L, 192L, 192L, 193L, 193L, 193L, 193L, 194L, 194L, 194L, 194L, 195L, 195L, 195L, 195L, 196L, 196L, 196L, 196L, 197L, 197L, 197L, 197L, 198L, 198L, 198L, 198L, 199L, 199L, 199L, 199L, 200L, 200L, 200L, 200L, 201L, 201L, 201L, 201L, 202L, 202L, 202L, 202L, 203L, 203L, 203L, 203L, 204L, 204L, 204L, 204L, 205L, 205L, 205L, 205L, 206L, 206L, 206L, 206L, 207L, 207L, 207L, 207L, 208L, 208L, 208L, 208L, 209L, 209L, 209L, 209L, 210L, 210L, 210L, 210L, 211L, 211L, 211L, 211L, 213L, 213L, 213L, 213L, 214L, 214L, 214L, 214L, 248L, 248L, 248L, 215L, 215L, 216L, 216L, 216L, 216L, 217L, 217L, 217L, 217L, 218L, 218L, 218L, 218L, 219L, 219L, 219L, 219L, 220L, 220L, 220L, 220L, 221L, 221L, 221L, 221L, 222L, 222L, 222L, 222L, 223L, 223L, 223L, 223L, 224L, 224L, 224L, 224L, 225L, 225L, 225L, 225L, 226L, 226L, 226L, 226L, 227L, 227L, 227L, 227L, 228L, 228L, 228L, 228L, 229L, 229L, 229L, 229L, 230L, 230L, 230L, 230L, 231L, 231L, 231L, 231L, 232L, 232L, 232L, 232L, 233L, 233L, 233L, 233L, 234L, 234L, 234L, 234L, 235L, 235L, 235L, 235L, 236L, 236L, 236L, 236L, 237L, 237L, 237L, 237L, 238L, 238L, 238L, 238L, 239L, 239L, 239L, 239L, 240L, 240L, 240L, 240L, 241L, 241L, 241L, 241L, 242L, 242L, 242L, 242L, 243L, 243L, 243L, 243L, 244L, 244L, 244L, 244L, 245L, 245L, 245L, 245L, 246L, 246L, 246L, 246L, 247L, 247L, 247L, 247L, 249L, 249L, 249L, 249L, 250L, 250L, 250L, 250L, 284L, 284L, 284L, 251L, 251L, 252L, 252L, 252L, 252L, 253L, 253L, 253L, 253L, 254L, 254L, 254L, 254L, 255L, 255L, 255L, 255L, 256L, 256L, 256L, 256L, 257L, 257L, 257L, 257L, 258L, 258L, 258L, 258L, 259L, 259L, 259L, 259L, 260L, 260L, 260L, 260L, 261L, 261L, 261L, 261L, 262L, 262L, 262L, 262L, 263L, 263L, 263L, 263L, 264L, 264L, 264L, 264L, 265L, 265L, 265L, 265L, 266L, 266L, 266L, 266L, 267L, 267L, 267L, 267L, 268L, 268L, 268L, 268L, 269L, 269L, 269L, 269L, 270L, 270L, 270L, 270L, 271L, 271L, 271L, 271L, 272L, 272L, 272L, 272L, 273L, 273L, 273L, 273L, 274L, 274L, 274L, 274L, 275L, 275L, 275L, 275L, 276L, 276L, 276L, 276L, 277L, 277L, 277L, 277L, 278L, 278L, 278L, 278L, 279L, 279L, 279L, 279L, 280L, 280L, 280L, 280L, 281L, 281L, 281L, 281L, 282L, 282L, 282L, 282L, 283L, 283L, 283L, 283L, 285L, 285L, 285L, 285L, 286L, 286L, 286L, 286L, 320L, 320L, 320L, 287L, 287L, 288L, 288L, 288L, 288L, 289L, 289L, 289L, 289L, 290L, 290L, 290L, 290L, 291L, 291L, 291L, 291L, 292L, 292L, 292L, 292L, 293L, 293L, 293L, 293L, 294L, 294L, 294L, 294L, 295L, 295L, 295L, 295L, 296L, 296L, 296L, 296L, 297L, 297L, 297L, 297L, 298L, 298L, 298L, 298L, 299L, 299L, 299L, 299L, 300L, 300L, 300L, 300L, 301L, 301L, 301L, 301L, 302L, 302L, 302L, 302L, 303L, 303L, 303L, 303L, 304L, 304L, 304L, 304L, 305L, 305L, 305L, 305L, 306L, 306L, 306L, 306L, 307L, 307L, 307L, 307L, 308L, 308L, 308L, 308L, 309L, 309L, 309L, 309L, 310L, 310L, 310L, 310L, 311L, 311L, 311L, 311L, 312L, 312L, 312L, 312L, 313L, 313L, 313L, 313L, 314L, 314L, 314L, 314L, 315L, 315L, 315L, 315L, 316L, 316L, 316L, 316L, 317L, 317L, 317L, 317L, 318L, 318L, 318L, 318L, 319L, 319L, 319L, 319L, 321L, 321L, 321L, 321L, 322L, 322L, 322L, 322L, 356L, 356L, 356L, 323L, 323L, 324L, 324L, 324L, 324L, 325L, 325L, 325L, 325L, 326L, 326L, 326L, 326L, 327L, 327L, 327L, 327L, 328L, 328L, 328L, 328L, 329L, 329L, 329L, 329L, 330L, 330L, 330L, 330L, 331L, 331L, 331L, 331L, 332L, 332L, 332L, 332L, 333L, 333L, 333L, 333L, 334L, 334L, 334L, 334L, 335L, 335L, 335L, 335L, 336L, 336L, 336L, 336L, 337L, 337L, 337L, 337L, 338L, 338L, 338L, 338L, 339L, 339L, 339L, 339L, 340L, 340L, 340L, 340L, 341L, 341L, 341L, 341L, 342L, 342L, 342L, 342L, 343L, 343L, 343L, 343L, 344L, 344L, 344L, 344L, 345L, 345L, 345L, 345L, 346L, 346L, 346L, 346L, 347L, 347L, 347L, 347L, 348L, 348L, 348L, 348L, 349L, 349L, 349L, 349L, 350L, 350L, 350L, 350L, 351L, 351L, 351L, 351L, 352L, 352L, 352L, 352L, 353L, 353L, 353L, 353L, 354L, 354L, 354L, 354L, 355L, 355L, 355L, 355L, 357L, 357L, 357L, 357L, 358L, 358L, 358L, 358L, 392L, 392L, 392L, 359L, 359L, 360L, 360L, 360L, 360L, 361L, 361L, 361L, 361L, 362L, 362L, 362L, 362L, 363L, 363L, 363L, 363L, 364L, 364L, 364L, 364L, 365L, 365L, 365L, 365L, 366L, 366L, 366L, 366L, 367L, 367L, 367L, 367L, 368L, 368L, 368L, 368L, 369L, 369L, 369L, 369L, 370L, 370L, 370L, 370L, 371L, 371L, 371L, 371L, 372L, 372L, 372L, 372L, 373L, 373L, 373L, 373L, 374L, 374L, 374L, 374L, 375L, 375L, 375L, 375L, 376L, 376L, 376L, 376L, 377L, 377L, 377L, 377L, 378L, 378L, 378L, 378L, 379L, 379L, 379L, 379L, 380L, 380L, 380L, 380L, 381L, 381L, 381L, 381L, 382L, 382L, 382L, 382L, 383L, 383L, 383L, 383L, 384L, 384L, 384L, 384L, 385L, 385L, 385L, 385L, 386L, 386L, 386L, 386L, 387L, 387L, 387L, 387L, 388L, 388L, 388L, 388L, 389L, 389L, 389L, 389L, 390L, 390L, 390L, 390L, 391L, 391L, 391L, 391L, 393L, 393L, 393L, 393L, 394L, 394L, 394L, 394L, 428L, 428L, 428L, 395L, 395L, 396L, 396L, 396L, 396L, 397L, 397L, 397L, 397L, 398L, 398L, 398L, 398L, 399L, 399L, 399L, 399L, 400L, 400L, 400L, 400L, 401L, 401L, 401L, 401L, 402L, 402L, 402L, 402L, 403L, 403L, 403L, 403L, 404L, 404L, 404L, 404L, 405L, 405L, 405L, 405L, 406L, 406L, 406L, 406L, 407L, 407L, 407L, 407L, 408L, 408L, 408L, 408L, 409L, 409L, 409L, 409L, 410L, 410L, 410L, 410L, 411L, 411L, 411L, 411L, 412L, 412L, 412L, 412L, 413L, 413L, 413L, 413L, 414L, 414L, 414L, 414L, 415L, 415L, 415L, 415L, 416L, 416L, 416L, 416L, 417L, 417L, 417L, 417L, 418L, 418L, 418L, 418L, 419L, 419L, 419L, 419L, 420L, 420L, 420L, 420L, 421L, 421L, 421L, 421L, 422L, 422L, 422L, 422L, 423L, 423L, 423L, 423L, 424L, 424L, 424L, 424L, 425L, 425L, 425L, 425L, 426L, 426L, 426L, 426L, 427L, 427L, 427L, 427L, 429L, 429L, 429L, 429L, 430L, 430L, 430L, 430L, 464L, 464L, 464L, 431L, 431L, 432L, 432L, 432L, 432L, 433L, 433L, 433L, 433L, 434L, 434L, 434L, 434L, 435L, 435L, 435L, 435L, 436L, 436L, 436L, 436L, 437L, 437L, 437L, 437L, 438L, 438L, 438L, 438L, 439L, 439L, 439L, 439L, 440L, 440L, 440L, 440L, 441L, 441L, 441L, 441L, 442L, 442L, 442L, 442L, 443L, 443L, 443L, 443L, 444L, 444L, 444L, 444L, 445L, 445L, 445L, 445L, 446L, 446L, 446L, 446L, 447L, 447L, 447L, 447L, 448L, 448L, 448L, 448L, 449L, 449L, 449L, 449L, 450L, 450L, 450L, 450L, 451L, 451L, 451L, 451L, 452L, 452L, 452L, 452L, 453L, 453L, 453L, 453L, 454L, 454L, 454L, 454L, 455L, 455L, 455L, 455L, 456L, 456L, 456L, 456L, 457L, 457L, 457L, 457L, 458L, 458L, 458L, 458L, 459L, 459L, 459L, 459L, 460L, 460L, 460L, 460L, 461L, 461L, 461L, 461L, 462L, 462L, 462L, 462L, 463L, 463L, 463L, 463L, 465L, 465L, 465L, 465L, 466L, 466L, 466L, 466L, 500L, 500L, 500L, 467L, 467L, 468L, 468L, 468L, 468L, 469L, 469L, 469L, 469L, 470L, 470L, 470L, 470L, 471L, 471L, 471L, 471L, 472L, 472L, 472L, 472L, 473L, 473L, 473L, 473L, 474L, 474L, 474L, 474L, 475L, 475L, 475L, 475L, 476L, 476L, 476L, 476L, 477L, 477L, 477L, 477L, 478L, 478L, 478L, 478L, 479L, 479L, 479L, 479L, 480L, 480L, 480L, 480L, 481L, 481L, 481L, 481L, 482L, 482L, 482L, 482L, 483L, 483L, 483L, 483L, 484L, 484L, 484L, 484L, 485L, 485L, 485L, 485L, 486L, 486L, 486L, 486L, 487L, 487L, 487L, 487L, 488L, 488L, 488L, 488L, 489L, 489L, 489L, 489L, 490L, 490L, 490L, 490L, 491L, 491L, 491L, 491L, 492L, 492L, 492L, 492L, 493L, 493L, 493L, 493L, 494L, 494L, 494L, 494L, 495L, 495L, 495L, 495L, 496L, 496L, 496L, 496L, 497L, 497L, 497L, 497L, 498L, 498L, 498L, 498L, 499L, 499L, 499L, 499L, 501L, 501L, 501L, 501L, 502L, 502L, 502L, 502L, 536L, 536L, 536L, 503L, 503L, 504L, 504L, 504L, 504L, 505L, 505L, 505L, 505L, 506L, 506L, 506L, 506L, 507L, 507L, 507L, 507L, 508L, 508L, 508L, 508L, 509L, 509L, 509L, 509L, 510L, 510L, 510L, 510L, 511L, 511L, 511L, 511L, 512L, 512L, 512L, 512L, 513L, 513L, 513L, 513L, 514L, 514L, 514L, 514L, 515L, 515L, 515L, 515L, 516L, 516L, 516L, 516L, 517L, 517L, 517L, 517L, 518L, 518L, 518L, 518L, 519L, 519L, 519L, 519L, 520L, 520L, 520L, 520L, 521L, 521L, 521L, 521L, 522L, 522L, 522L, 522L, 523L, 523L, 523L, 523L, 524L, 524L, 524L, 524L, 525L, 525L, 525L, 525L, 526L, 526L, 526L, 526L, 527L, 527L, 527L, 527L, 528L, 528L, 528L, 528L, 529L, 529L, 529L, 529L, 530L, 530L, 530L, 530L, 531L, 531L, 531L, 531L, 532L, 532L, 532L, 532L, 533L, 533L, 533L, 533L, 534L, 534L, 534L, 534L, 535L, 535L, 535L, 535L, 537L, 537L, 537L, 537L, 538L, 538L, 538L, 538L, 572L, 572L, 572L, 539L, 539L, 540L, 540L, 540L, 540L, 541L, 541L, 541L, 541L, 542L, 542L, 542L, 542L, 543L, 543L, 543L, 543L, 544L, 544L, 544L, 544L, 545L, 545L, 545L, 545L, 546L, 546L, 546L, 546L, 547L, 547L, 547L, 547L, 548L, 548L, 548L, 548L, 549L, 549L, 549L, 549L, 550L, 550L, 550L, 550L, 551L, 551L, 551L, 551L, 552L, 552L, 552L, 552L, 553L, 553L, 553L, 553L, 554L, 554L, 554L, 554L, 555L, 555L, 555L, 555L, 556L, 556L, 556L, 556L, 557L, 557L, 557L, 557L, 558L, 558L, 558L, 558L, 559L, 559L, 559L, 559L, 560L, 560L, 560L, 560L, 561L, 561L, 561L, 561L, 562L, 562L, 562L, 562L, 563L, 563L, 563L, 563L, 564L, 564L, 564L, 564L, 565L, 565L, 565L, 565L, 566L, 566L, 566L, 566L, 567L, 567L, 567L, 567L, 568L, 568L, 568L, 568L, 569L, 569L, 569L, 569L, 570L, 570L, 570L, 570L, 571L, 571L, 571L, 571L, 573L, 573L, 573L, 573L, 574L, 574L, 574L, 574L, 608L, 608L, 608L, 575L, 575L, 576L, 576L, 576L, 576L, 577L, 577L, 577L, 577L, 578L, 578L, 578L, 578L, 579L, 579L, 579L, 579L, 580L, 580L, 580L, 580L, 581L, 581L, 581L, 581L, 582L, 582L, 582L, 582L, 583L, 583L, 583L, 583L, 584L, 584L, 584L, 584L, 585L, 585L, 585L, 585L, 586L, 586L, 586L, 586L, 587L, 587L, 587L, 587L, 588L, 588L, 588L, 588L, 589L, 589L, 589L, 589L, 590L, 590L, 590L, 590L, 591L, 591L, 591L, 591L, 592L, 592L, 592L, 592L, 593L, 593L, 593L, 593L, 594L, 594L, 594L, 594L, 595L, 595L, 595L, 595L, 596L, 596L, 596L, 596L, 597L, 597L, 597L, 597L, 598L, 598L, 598L, 598L, 599L, 599L, 599L, 599L, 600L, 600L, 600L, 600L, 601L, 601L, 601L, 601L, 602L, 602L, 602L, 602L, 603L, 603L, 603L, 603L, 604L, 604L, 604L, 604L, 605L, 605L, 605L, 605L, 606L, 606L, 606L, 606L, 607L, 607L, 607L, 607L, 609L, 609L, 609L, 609L, 610L, 610L, 610L, 610L, 644L, 644L, 644L, 611L, 611L, 612L, 612L, 612L, 612L, 613L, 613L, 613L, 613L, 614L, 614L, 614L, 614L, 615L, 615L, 615L, 615L, 616L, 616L, 616L, 616L, 617L, 617L, 617L, 617L, 618L, 618L, 618L, 618L, 619L, 619L, 619L, 619L, 620L, 620L, 620L, 620L, 621L, 621L, 621L, 621L, 622L, 622L, 622L, 622L, 623L, 623L, 623L, 623L, 624L, 624L, 624L, 624L, 625L, 625L, 625L, 625L, 626L, 626L, 626L, 626L, 627L, 627L, 627L, 627L, 628L, 628L, 628L, 628L, 629L, 629L, 629L, 629L, 630L, 630L, 630L, 630L, 631L, 631L, 631L, 631L, 632L, 632L, 632L, 632L, 633L, 633L, 633L, 633L, 634L, 634L, 634L, 634L, 635L, 635L, 635L, 635L, 636L, 636L, 636L, 636L, 637L, 637L, 637L, 637L, 638L, 638L, 638L, 638L, 639L, 639L, 639L, 639L, 640L, 640L, 640L, 640L, 641L, 641L, 641L, 641L, 642L, 642L, 642L, 642L, 643L, 643L, 643L, 643L, 645L, 645L, 645L, 645L, 646L, 646L, 646L, 646L, 680L, 680L, 680L, 647L, 647L, 648L, 648L, 648L, 648L, 649L, 649L, 649L, 649L, 650L, 650L, 650L, 650L, 651L, 651L, 651L, 651L, 652L, 652L, 652L, 652L, 653L, 653L, 653L, 653L, 654L, 654L, 654L, 654L, 655L, 655L, 655L, 655L, 656L, 656L, 656L, 656L, 657L, 657L, 657L, 657L, 658L, 658L, 658L, 658L, 659L, 659L, 659L, 659L, 660L, 660L, 660L, 660L, 661L, 661L, 661L, 661L, 662L, 662L, 662L, 662L, 663L, 663L, 663L, 663L, 664L, 664L, 664L, 664L, 665L, 665L, 665L, 665L, 666L, 666L, 666L, 666L, 667L, 667L, 667L, 667L, 668L, 668L, 668L, 668L, 669L, 669L, 669L, 669L, 670L, 670L, 670L, 670L, 671L, 671L, 671L, 671L, 672L, 672L, 672L, 672L, 673L, 673L, 673L, 673L, 674L, 674L, 674L, 674L, 675L, 675L, 675L, 675L, 676L, 676L, 676L, 676L, 677L, 677L, 677L, 677L, 678L, 678L, 678L, 678L, 679L, 679L, 679L, 679L, 681L, 681L, 681L, 681L, 682L, 682L, 682L, 682L, 716L, 716L, 716L, 683L, 683L, 684L, 684L, 684L, 684L, 685L, 685L, 685L, 685L, 686L, 686L, 686L, 686L, 687L, 687L, 687L, 687L, 688L, 688L, 688L, 688L, 689L, 689L, 689L, 689L, 690L, 690L, 690L, 690L, 691L, 691L, 691L, 691L, 692L, 692L, 692L, 692L, 693L, 693L, 693L, 693L, 694L, 694L, 694L, 694L, 695L, 695L, 695L, 695L, 696L, 696L, 696L, 696L, 697L, 697L, 697L, 697L, 698L, 698L, 698L, 698L, 699L, 699L, 699L, 699L, 700L, 700L, 700L, 700L, 701L, 701L, 701L, 701L, 702L, 702L, 702L, 702L, 703L, 703L, 703L, 703L, 704L, 704L, 704L, 704L, 705L, 705L, 705L, 705L, 706L, 706L, 706L, 706L, 707L, 707L, 707L, 707L, 708L, 708L, 708L, 708L, 709L, 709L, 709L, 709L, 710L, 710L, 710L, 710L, 711L, 711L, 711L, 711L, 712L, 712L, 712L, 712L, 713L, 713L, 713L, 713L, 714L, 714L, 714L, 714L, 715L, 715L, 715L, 715L, 717L, 717L, 717L, 717L, 718L, 718L, 718L, 718L, 752L, 752L, 752L, 719L, 719L, 720L, 720L, 720L, 720L, 721L, 721L, 721L, 721L, 722L, 722L, 722L, 722L, 723L, 723L, 723L, 723L, 724L, 724L, 724L, 724L, 725L, 725L, 725L, 725L, 726L, 726L, 726L, 726L, 727L, 727L, 727L, 727L, 728L, 728L, 728L, 728L, 729L, 729L, 729L, 729L, 730L, 730L, 730L, 730L, 731L, 731L, 731L, 731L, 732L, 732L, 732L, 732L, 733L, 733L, 733L, 733L, 734L, 734L, 734L, 734L, 735L, 735L, 735L, 735L, 736L, 736L, 736L, 736L, 737L, 737L, 737L, 737L, 738L, 738L, 738L, 738L, 739L, 739L, 739L, 739L, 740L, 740L, 740L, 740L, 741L, 741L, 741L, 741L, 742L, 742L, 742L, 742L, 743L, 743L, 743L, 743L, 744L, 744L, 744L, 744L, 745L, 745L, 745L, 745L, 746L, 746L, 746L, 746L, 747L, 747L, 747L, 747L, 748L, 748L, 748L, 748L, 749L, 749L, 749L, 749L, 750L, 750L, 750L, 750L, 751L, 751L, 751L, 751L, 753L, 753L, 753L, 753L, 754L, 754L, 754L, 754L, 788L, 788L, 788L, 755L, 755L, 756L, 756L, 756L, 756L, 757L, 757L, 757L, 757L, 758L, 758L, 758L, 758L, 759L, 759L, 759L, 759L, 760L, 760L, 760L, 760L, 761L, 761L, 761L, 761L, 762L, 762L, 762L, 762L, 763L, 763L, 763L, 763L, 764L, 764L, 764L, 764L, 765L, 765L, 765L, 765L, 766L, 766L, 766L, 766L, 767L, 767L, 767L, 767L, 768L, 768L, 768L, 768L, 769L, 769L, 769L, 769L, 770L, 770L, 770L, 770L, 771L, 771L, 771L, 771L, 772L, 772L, 772L, 772L, 773L, 773L, 773L, 773L, 774L, 774L, 774L, 774L, 775L, 775L, 775L, 775L, 776L, 776L, 776L, 776L, 777L, 777L, 777L, 777L, 778L, 778L, 778L, 778L, 779L, 779L, 779L, 779L, 780L, 780L, 780L, 780L, 781L, 781L, 781L, 781L, 782L, 782L, 782L, 782L, 783L, 783L, 783L, 783L, 784L, 784L, 784L, 784L, 785L, 785L, 785L, 785L, 786L, 786L, 786L, 786L, 787L, 787L, 787L, 787L, 789L, 789L, 789L, 789L, 790L, 790L, 790L, 790L, 824L, 824L, 824L, 791L, 791L, 792L, 792L, 792L, 792L, 793L, 793L, 793L, 793L, 794L, 794L, 794L, 794L, 795L, 795L, 795L, 795L, 796L, 796L, 796L, 796L, 797L, 797L, 797L, 797L, 798L, 798L, 798L, 798L, 799L, 799L, 799L, 799L, 800L, 800L, 800L, 800L, 801L, 801L, 801L, 801L, 802L, 802L, 802L, 802L, 803L, 803L, 803L, 803L, 804L, 804L, 804L, 804L, 805L, 805L, 805L, 805L, 806L, 806L, 806L, 806L, 807L, 807L, 807L, 807L, 808L, 808L, 808L, 808L, 809L, 809L, 809L, 809L, 810L, 810L, 810L, 810L, 811L, 811L, 811L, 811L, 812L, 812L, 812L, 812L, 813L, 813L, 813L, 813L, 814L, 814L, 814L, 814L, 815L, 815L, 815L, 815L, 816L, 816L, 816L, 816L, 817L, 817L, 817L, 817L, 818L, 818L, 818L, 818L, 819L, 819L, 819L, 819L, 820L, 820L, 820L, 820L, 821L, 821L, 821L, 821L, 822L, 822L, 822L, 822L, 823L, 823L, 823L, 823L, 825L, 825L, 825L, 825L, 826L, 826L, 826L, 826L, 860L, 860L, 860L, 827L, 827L, 828L, 828L, 828L, 828L, 829L, 829L, 829L, 829L, 830L, 830L, 830L, 830L, 831L, 831L, 831L, 831L, 832L, 832L, 832L, 832L, 833L, 833L, 833L, 833L, 834L, 834L, 834L, 834L, 835L, 835L, 835L, 835L, 836L, 836L, 836L, 836L, 837L, 837L, 837L, 837L, 838L, 838L, 838L, 838L, 839L, 839L, 839L, 839L, 840L, 840L, 840L, 840L, 841L, 841L, 841L, 841L, 842L, 842L, 842L, 842L, 843L, 843L, 843L, 843L, 844L, 844L, 844L, 844L, 845L, 845L, 845L, 845L, 846L, 846L, 846L, 846L, 847L, 847L, 847L, 847L, 848L, 848L, 848L, 848L, 849L, 849L, 849L, 849L, 850L, 850L, 850L, 850L, 851L, 851L, 851L, 851L, 852L, 852L, 852L, 852L, 853L, 853L, 853L, 853L, 854L, 854L, 854L, 854L, 855L, 855L, 855L, 855L, 856L, 856L, 856L, 856L, 857L, 857L, 857L, 857L, 858L, 858L, 858L, 858L, 859L, 859L, 859L, 859L, 861L, 861L, 861L, 861L, 862L, 862L, 862L, 862L, 896L, 896L, 896L, 863L, 863L, 864L, 864L, 864L, 864L, 865L, 865L, 865L, 865L, 866L, 866L, 866L, 866L, 867L, 867L, 867L, 867L, 868L, 868L, 868L, 868L, 869L, 869L, 869L, 869L, 870L, 870L, 870L, 870L, 871L, 871L, 871L, 871L, 872L, 872L, 872L, 872L, 873L, 873L, 873L, 873L, 874L, 874L, 874L, 874L, 875L, 875L, 875L, 875L, 876L, 876L, 876L, 876L, 877L, 877L, 877L, 877L, 878L, 878L, 878L, 878L, 879L, 879L, 879L, 879L, 880L, 880L, 880L, 880L, 881L, 881L, 881L, 881L, 882L, 882L, 882L, 882L, 883L, 883L, 883L, 883L, 884L, 884L, 884L, 884L, 885L, 885L, 885L, 885L, 886L, 886L, 886L, 886L, 887L, 887L, 887L, 887L, 888L, 888L, 888L, 888L, 889L, 889L, 889L, 889L, 890L, 890L, 890L, 890L, 891L, 891L, 891L, 891L, 892L, 892L, 892L, 892L, 893L, 893L, 893L, 893L, 894L, 894L, 894L, 894L, 895L, 895L, 895L, 895L, 897L, 897L, 897L, 897L, 898L, 898L, 898L, 898L, 932L, 932L, 932L, 899L, 899L, 900L, 900L, 900L, 900L, 901L, 901L, 901L, 901L, 902L, 902L, 902L, 902L, 903L, 903L, 903L, 903L, 904L, 904L, 904L, 904L, 905L, 905L, 905L, 905L, 906L, 906L, 906L, 906L, 907L, 907L, 907L, 907L, 908L, 908L, 908L, 908L, 909L, 909L, 909L, 909L, 910L, 910L, 910L, 910L, 911L, 911L, 911L, 911L, 912L, 912L, 912L, 912L, 913L, 913L, 913L, 913L, 914L, 914L, 914L, 914L, 915L, 915L, 915L, 915L, 916L, 916L, 916L, 916L, 917L, 917L, 917L, 917L, 918L, 918L, 918L, 918L, 919L, 919L, 919L, 919L, 920L, 920L, 920L, 920L, 921L, 921L, 921L, 921L, 922L, 922L, 922L, 922L, 923L, 923L, 923L, 923L, 924L, 924L, 924L, 924L, 925L, 925L, 925L, 925L, 926L, 926L, 926L, 926L, 927L, 927L, 927L, 927L, 928L, 928L, 928L, 928L, 929L, 929L, 929L, 929L, 930L, 930L, 930L, 930L, 931L, 931L, 931L, 931L, 933L, 933L, 933L, 933L, 934L, 934L, 934L, 934L, 968L, 968L, 968L, 935L, 935L, 936L, 936L, 936L, 936L, 937L, 937L, 937L, 937L, 938L, 938L, 938L, 938L, 939L, 939L, 939L, 939L, 940L, 940L, 940L, 940L, 941L, 941L, 941L, 941L, 942L, 942L, 942L, 942L, 943L, 943L, 943L, 943L, 944L, 944L, 944L, 944L, 945L, 945L, 945L, 945L, 946L, 946L, 946L, 946L, 947L, 947L, 947L, 947L, 948L, 948L, 948L, 948L, 949L, 949L, 949L, 949L, 950L, 950L, 950L, 950L, 951L, 951L, 951L, 951L, 952L, 952L, 952L, 952L, 953L, 953L, 953L, 953L, 954L, 954L, 954L, 954L, 955L, 955L, 955L, 955L, 956L, 956L, 956L, 956L, 957L, 957L, 957L, 957L, 958L, 958L, 958L, 958L, 959L, 959L, 959L, 959L, 960L, 960L, 960L, 960L, 961L, 961L, 961L, 961L, 962L, 962L, 962L, 962L, 963L, 963L, 963L, 963L, 964L, 964L, 964L, 964L, 965L, 965L, 965L, 965L, 966L, 966L, 966L, 966L, 967L, 967L, 967L, 967L, 969L, 969L, 969L, 969L, 970L, 970L, 970L, 970L, 1004L, 1004L, 1004L, 971L, 971L, 972L, 972L, 972L, 972L, 973L, 973L, 973L, 973L, 974L, 974L, 974L, 974L, 975L, 975L, 975L, 975L, 976L, 976L, 976L, 976L, 977L, 977L, 977L, 977L, 978L, 978L, 978L, 978L, 979L, 979L, 979L, 979L, 980L, 980L, 980L, 980L, 981L, 981L, 981L, 981L, 982L, 982L, 982L, 982L, 983L, 983L, 983L, 983L, 984L, 984L, 984L, 984L, 985L, 985L, 985L, 985L, 986L, 986L, 986L, 986L, 987L, 987L, 987L, 987L, 988L, 988L, 988L, 988L, 989L, 989L, 989L, 989L, 990L, 990L, 990L, 990L, 991L, 991L, 991L, 991L, 992L, 992L, 992L, 992L, 993L, 993L, 993L, 993L, 994L, 994L, 994L, 994L, 995L, 995L, 995L, 995L, 996L, 996L, 996L, 996L, 997L, 997L, 997L, 997L, 998L, 998L, 998L, 998L, 999L, 999L, 999L, 999L, 1000L, 1000L, 1000L, 1000L, 1001L, 1001L, 1001L, 1001L, 1002L, 1002L, 1002L, 1002L, 1003L, 1003L, 1003L, 1003L, 1005L, 1005L, 1005L, 1005L, 1006L, 1006L, 1006L, 1006L, 1040L, 1040L, 1040L, 1007L, 1007L, 1008L, 1008L, 1008L, 1008L, 1009L, 1009L, 1009L, 1009L, 1010L, 1010L, 1010L, 1010L, 1011L, 1011L, 1011L, 1011L, 1012L, 1012L, 1012L, 1012L, 1013L, 1013L, 1013L, 1013L, 1014L, 1014L, 1014L, 1014L, 1015L, 1015L, 1015L, 1015L, 1016L, 1016L, 1016L, 1016L, 1017L, 1017L, 1017L, 1017L, 1018L, 1018L, 1018L, 1018L, 1019L, 1019L, 1019L, 1019L, 1020L, 1020L, 1020L, 1020L, 1021L, 1021L, 1021L, 1021L, 1022L, 1022L, 1022L, 1022L, 1023L, 1023L, 1023L, 1023L, 1024L, 1024L, 1024L, 1024L, 1025L, 1025L, 1025L, 1025L, 1026L, 1026L, 1026L, 1026L, 1027L, 1027L, 1027L, 1027L, 1028L, 1028L, 1028L, 1028L, 1029L, 1029L, 1029L, 1029L, 1030L, 1030L, 1030L, 1030L, 1031L, 1031L, 1031L, 1031L, 1032L, 1032L, 1032L, 1032L, 1033L, 1033L, 1033L, 1033L, 1034L, 1034L, 1034L, 1034L, 1035L, 1035L, 1035L, 1035L, 1036L, 1036L, 1036L, 1036L, 1037L, 1037L, 1037L, 1037L, 1038L, 1038L, 1038L, 1038L, 1039L, 1039L, 1039L, 1039L, 1041L, 1041L, 1041L, 1041L, 1042L, 1042L, 1042L, 1042L, 1076L, 1076L, 1076L, 1043L, 1043L, 1044L, 1044L, 1044L, 1044L, 1045L, 1045L, 1045L, 1045L, 1046L, 1046L, 1046L, 1046L, 1047L, 1047L, 1047L, 1047L, 1048L, 1048L, 1048L, 1048L, 1049L, 1049L, 1049L, 1049L, 1050L, 1050L, 1050L, 1050L, 1051L, 1051L, 1051L, 1051L, 1052L, 1052L, 1052L, 1052L, 1053L, 1053L, 1053L, 1053L, 1054L, 1054L, 1054L, 1054L, 1055L, 1055L, 1055L, 1055L, 1056L, 1056L, 1056L, 1056L, 1057L, 1057L, 1057L, 1057L, 1058L, 1058L, 1058L, 1058L, 1059L, 1059L, 1059L, 1059L, 1060L, 1060L, 1060L, 1060L, 1061L, 1061L, 1061L, 1061L, 1062L, 1062L, 1062L, 1062L, 1063L, 1063L, 1063L, 1063L, 1064L, 1064L, 1064L, 1064L, 1065L, 1065L, 1065L, 1065L, 1066L, 1066L, 1066L, 1066L, 1067L, 1067L, 1067L, 1067L, 1068L, 1068L, 1068L, 1068L, 1069L, 1069L, 1069L, 1069L, 1070L, 1070L, 1070L, 1070L, 1071L, 1071L, 1071L, 1071L, 1072L, 1072L, 1072L, 1072L, 1073L, 1073L, 1073L, 1073L, 1074L, 1074L, 1074L, 1074L, 1075L, 1075L, 1075L, 1075L, 1077L, 1077L, 1077L, 1077L, 1078L, 1078L, 1078L, 1078L, 1112L, 1112L, 1112L, 1079L, 1079L, 1080L, 1080L, 1080L, 1080L, 1081L, 1081L, 1081L, 1081L, 1082L, 1082L, 1082L, 1082L, 1083L, 1083L, 1083L, 1083L, 1084L, 1084L, 1084L, 1084L, 1085L, 1085L, 1085L, 1085L, 1086L, 1086L, 1086L, 1086L, 1087L, 1087L, 1087L, 1087L, 1088L, 1088L, 1088L, 1088L, 1089L, 1089L, 1089L, 1089L, 1090L, 1090L, 1090L, 1090L, 1091L, 1091L, 1091L, 1091L, 1092L, 1092L, 1092L, 1092L, 1093L, 1093L, 1093L, 1093L, 1094L, 1094L, 1094L, 1094L, 1095L, 1095L, 1095L, 1095L, 1096L, 1096L, 1096L, 1096L, 1097L, 1097L, 1097L, 1097L, 1098L, 1098L, 1098L, 1098L, 1099L, 1099L, 1099L, 1099L, 1100L, 1100L, 1100L, 1100L, 1101L, 1101L, 1101L, 1101L, 1102L, 1102L, 1102L, 1102L, 1103L, 1103L, 1103L, 1103L, 1104L, 1104L, 1104L, 1104L, 1105L, 1105L, 1105L, 1105L, 1106L, 1106L, 1106L, 1106L, 1107L, 1107L, 1107L, 1107L, 1108L, 1108L, 1108L, 1108L, 1109L, 1109L, 1109L, 1109L, 1110L, 1110L, 1110L, 1110L, 1111L, 1111L, 1111L, 1111L, 1113L, 1113L, 1113L, 1113L, 1114L, 1114L, 1114L, 1114L, 1148L, 1148L, 1148L, 1115L, 1115L, 1116L, 1116L, 1116L, 1116L, 1117L, 1117L, 1117L, 1117L, 1118L, 1118L, 1118L, 1118L, 1119L, 1119L, 1119L, 1119L, 1120L, 1120L, 1120L, 1120L, 1121L, 1121L, 1121L, 1121L, 1122L, 1122L, 1122L, 1122L, 1123L, 1123L, 1123L, 1123L, 1124L, 1124L, 1124L, 1124L, 1125L, 1125L, 1125L, 1125L, 1126L, 1126L, 1126L, 1126L, 1127L, 1127L, 1127L, 1127L, 1128L, 1128L, 1128L, 1128L, 1129L, 1129L, 1129L, 1129L, 1130L, 1130L, 1130L, 1130L, 1131L, 1131L, 1131L, 1131L, 1132L, 1132L, 1132L, 1132L, 1133L, 1133L, 1133L, 1133L, 1134L, 1134L, 1134L, 1134L, 1135L, 1135L, 1135L, 1135L, 1136L, 1136L, 1136L, 1136L, 1137L, 1137L, 1137L, 1137L, 1138L, 1138L, 1138L, 1138L, 1139L, 1139L, 1139L, 1139L, 1140L, 1140L, 1140L, 1140L, 1141L, 1141L, 1141L, 1141L, 1142L, 1142L, 1142L, 1142L, 1143L, 1143L, 1143L, 1143L, 1144L, 1144L, 1144L, 1144L, 1145L, 1145L, 1145L, 1145L, 1146L, 1146L, 1146L, 1146L, 1147L, 1147L, 1147L, 1147L, 1149L, 1149L, 1149L, 1149L, 1150L, 1150L, 1150L, 1150L, 1184L, 1184L, 1184L, 1151L, 1151L, 1152L, 1152L, 1152L, 1152L, 1153L, 1153L, 1153L, 1153L, 1154L, 1154L, 1154L, 1154L, 1155L, 1155L, 1155L, 1155L, 1156L, 1156L, 1156L, 1156L, 1157L, 1157L, 1157L, 1157L, 1158L, 1158L, 1158L, 1158L, 1159L, 1159L, 1159L, 1159L, 1160L, 1160L, 1160L, 1160L, 1161L, 1161L, 1161L, 1161L, 1162L, 1162L, 1162L, 1162L, 1163L, 1163L, 1163L, 1163L, 1164L, 1164L, 1164L, 1164L, 1165L, 1165L, 1165L, 1165L, 1166L, 1166L, 1166L, 1166L, 1167L, 1167L, 1167L, 1167L, 1168L, 1168L, 1168L, 1168L, 1169L, 1169L, 1169L, 1169L, 1170L, 1170L, 1170L, 1170L, 1171L, 1171L, 1171L, 1171L, 1172L, 1172L, 1172L, 1172L, 1173L, 1173L, 1173L, 1173L, 1174L, 1174L, 1174L, 1174L, 1175L, 1175L, 1175L, 1175L, 1176L, 1176L, 1176L, 1176L, 1177L, 1177L, 1177L, 1177L, 1178L, 1178L, 1178L, 1178L, 1179L, 1179L, 1179L, 1179L, 1180L, 1180L, 1180L, 1180L, 1181L, 1181L, 1181L, 1181L, 1182L, 1182L, 1182L, 1182L, 1183L, 1183L, 1183L, 1183L, 1185L, 1185L, 1185L, 1185L, 1186L, 1186L, 1186L, 1186L, 1220L, 1220L, 1220L, 1187L, 1187L, 1188L, 1188L, 1188L, 1188L, 1189L, 1189L, 1189L, 1189L, 1190L, 1190L, 1190L, 1190L, 1191L, 1191L, 1191L, 1191L, 1192L, 1192L, 1192L, 1192L, 1193L, 1193L, 1193L, 1193L, 1194L, 1194L, 1194L, 1194L, 1195L, 1195L, 1195L, 1195L, 1196L, 1196L, 1196L, 1196L, 1197L, 1197L, 1197L, 1197L, 1198L, 1198L, 1198L, 1198L, 1199L, 1199L, 1199L, 1199L, 1200L, 1200L, 1200L, 1200L, 1201L, 1201L, 1201L, 1201L, 1202L, 1202L, 1202L, 1202L, 1203L, 1203L, 1203L, 1203L, 1204L, 1204L, 1204L, 1204L, 1205L, 1205L, 1205L, 1205L, 1206L, 1206L, 1206L, 1206L, 1207L, 1207L, 1207L, 1207L, 1208L, 1208L, 1208L, 1208L, 1209L, 1209L, 1209L, 1209L, 1210L, 1210L, 1210L, 1210L, 1211L, 1211L, 1211L, 1211L, 1212L, 1212L, 1212L, 1212L, 1213L, 1213L, 1213L, 1213L, 1214L, 1214L, 1214L, 1214L, 1215L, 1215L, 1215L, 1215L, 1216L, 1216L, 1216L, 1216L, 1217L, 1217L, 1217L, 1217L, 1218L, 1218L, 1218L, 1218L, 1219L, 1219L, 1219L, 1219L, 1221L, 1221L, 1221L, 1221L, 1222L, 1222L, 1222L, 1222L, 1256L, 1256L, 1256L, 1223L, 1223L, 1224L, 1224L, 1224L, 1224L, 1225L, 1225L, 1225L, 1225L, 1226L, 1226L, 1226L, 1226L, 1227L, 1227L, 1227L, 1227L, 1228L, 1228L, 1228L, 1228L, 1229L, 1229L, 1229L, 1229L, 1230L, 1230L, 1230L, 1230L, 1231L, 1231L, 1231L, 1231L, 1232L, 1232L, 1232L, 1232L, 1233L, 1233L, 1233L, 1233L, 1234L, 1234L, 1234L, 1234L, 1235L, 1235L, 1235L, 1235L, 1236L, 1236L, 1236L, 1236L, 1237L, 1237L, 1237L, 1237L, 1238L, 1238L, 1238L, 1238L, 1239L, 1239L, 1239L, 1239L, 1240L, 1240L, 1240L, 1240L, 1241L, 1241L, 1241L, 1241L, 1242L, 1242L, 1242L, 1242L, 1243L, 1243L, 1243L, 1243L, 1244L, 1244L, 1244L, 1244L, 1245L, 1245L, 1245L, 1245L, 1246L, 1246L, 1246L, 1246L, 1247L, 1247L, 1247L, 1247L, 1248L, 1248L, 1248L, 1248L, 1249L, 1249L, 1249L, 1249L, 1250L, 1250L, 1250L, 1250L, 1251L, 1251L, 1251L, 1251L, 1252L, 1252L, 1252L, 1252L, 1253L, 1253L, 1253L, 1253L, 1254L, 1254L, 1254L, 1254L, 1255L, 1255L, 1255L, 1255L, 1257L, 1257L, 1257L, 1257L, 1258L, 1258L, 1258L, 1258L, 1292L, 1292L, 1292L, 1259L, 1259L, 1260L, 1260L, 1260L, 1260L, 1261L, 1261L, 1261L, 1261L, 1262L, 1262L, 1262L, 1262L, 1263L, 1263L, 1263L, 1263L, 1264L, 1264L, 1264L, 1264L, 1265L, 1265L, 1265L, 1265L, 1266L, 1266L, 1266L, 1266L, 1267L, 1267L, 1267L, 1267L, 1268L, 1268L, 1268L, 1268L, 1269L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1270L, 1271L, 1271L, 1271L, 1271L, 1272L, 1272L, 1272L, 1272L, 1273L, 1273L, 1273L, 1273L, 1274L, 1274L, 1274L, 1274L, 1275L, 1275L, 1275L, 1275L, 1276L, 1276L, 1276L, 1276L, 1277L, 1277L, 1277L, 1277L, 1278L, 1278L, 1278L, 1278L, 1279L, 1279L, 1279L, 1279L, 1280L, 1280L, 1280L, 1280L, 1281L, 1281L, 1281L, 1281L, 1282L, 1282L, 1282L, 1282L, 1283L, 1283L, 1283L, 1283L, 1284L, 1284L, 1284L, 1284L, 1285L, 1285L, 1285L, 1285L, 1286L, 1286L, 1286L, 1286L, 1287L, 1287L, 1287L, 1287L, 1288L, 1288L, 1288L, 1288L, 1289L, 1289L, 1289L, 1289L, 1290L, 1290L, 1290L, 1290L, 1291L, 1291L, 1291L, 1291L, 1293L, 1293L, 1293L, 1293L, 1294L, 1294L, 1294L, 1294L, 1295L, 1295L, 1295L, 0L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 0L, 1L, 0L, 1L, 2L, 35L, 1L, 2L, 3L, 36L, 2L, 3L, 4L, 37L, 3L, 4L, 5L, 38L, 4L, 5L, 6L, 39L, 5L, 6L, 7L, 40L, 6L, 7L, 8L, 41L, 7L, 8L, 9L, 42L, 8L, 9L, 10L, 43L, 9L, 10L, 11L, 44L, 10L, 11L, 12L, 45L, 11L, 12L, 13L, 46L, 12L, 13L, 14L, 47L, 13L, 14L, 15L, 48L, 14L, 15L, 16L, 49L, 15L, 16L, 17L, 50L, 16L, 17L, 18L, 51L, 17L, 18L, 19L, 52L, 18L, 19L, 20L, 53L, 19L, 20L, 21L, 54L, 20L, 21L, 22L, 55L, 21L, 22L, 23L, 56L, 22L, 23L, 24L, 57L, 23L, 24L, 25L, 58L, 24L, 25L, 26L, 59L, 25L, 26L, 27L, 60L, 26L, 27L, 28L, 61L, 27L, 28L, 29L, 62L, 28L, 29L, 30L, 63L, 29L, 30L, 31L, 64L, 30L, 31L, 32L, 65L, 31L, 32L, 33L, 66L, 32L, 33L, 34L, 67L, 33L, 34L, 68L, 69L, 34L, 68L, 70L, 35L, 36L, 35L, 36L, 37L, 71L, 36L, 37L, 38L, 72L, 37L, 38L, 39L, 73L, 38L, 39L, 40L, 74L, 39L, 40L, 41L, 75L, 40L, 41L, 42L, 76L, 41L, 42L, 43L, 77L, 42L, 43L, 44L, 78L, 43L, 44L, 45L, 79L, 44L, 45L, 46L, 80L, 45L, 46L, 47L, 81L, 46L, 47L, 48L, 82L, 47L, 48L, 49L, 83L, 48L, 49L, 50L, 84L, 49L, 50L, 51L, 85L, 50L, 51L, 52L, 86L, 51L, 52L, 53L, 87L, 52L, 53L, 54L, 88L, 53L, 54L, 55L, 89L, 54L, 55L, 56L, 90L, 55L, 56L, 57L, 91L, 56L, 57L, 58L, 92L, 57L, 58L, 59L, 93L, 58L, 59L, 60L, 94L, 59L, 60L, 61L, 95L, 60L, 61L, 62L, 96L, 61L, 62L, 63L, 97L, 62L, 63L, 64L, 98L, 63L, 64L, 65L, 99L, 64L, 65L, 66L, 100L, 65L, 66L, 67L, 101L, 66L, 67L, 69L, 102L, 67L, 69L, 70L, 103L, 69L, 70L, 104L, 105L, 70L, 104L, 106L, 71L, 72L, 71L, 72L, 73L, 107L, 72L, 73L, 74L, 108L, 73L, 74L, 75L, 109L, 74L, 75L, 76L, 110L, 75L, 76L, 77L, 111L, 76L, 77L, 78L, 112L, 77L, 78L, 79L, 113L, 78L, 79L, 80L, 114L, 79L, 80L, 81L, 115L, 80L, 81L, 82L, 116L, 81L, 82L, 83L, 117L, 82L, 83L, 84L, 118L, 83L, 84L, 85L, 119L, 84L, 85L, 86L, 120L, 85L, 86L, 87L, 121L, 86L, 87L, 88L, 122L, 87L, 88L, 89L, 123L, 88L, 89L, 90L, 124L, 89L, 90L, 91L, 125L, 90L, 91L, 92L, 126L, 91L, 92L, 93L, 127L, 92L, 93L, 94L, 128L, 93L, 94L, 95L, 129L, 94L, 95L, 96L, 130L, 95L, 96L, 97L, 131L, 96L, 97L, 98L, 132L, 97L, 98L, 99L, 133L, 98L, 99L, 100L, 134L, 99L, 100L, 101L, 135L, 100L, 101L, 102L, 136L, 101L, 102L, 103L, 137L, 102L, 103L, 105L, 138L, 103L, 105L, 106L, 139L, 105L, 106L, 140L, 141L, 106L, 140L, 142L, 107L, 108L, 107L, 108L, 109L, 143L, 108L, 109L, 110L, 144L, 109L, 110L, 111L, 145L, 110L, 111L, 112L, 146L, 111L, 112L, 113L, 147L, 112L, 113L, 114L, 148L, 113L, 114L, 115L, 149L, 114L, 115L, 116L, 150L, 115L, 116L, 117L, 151L, 116L, 117L, 118L, 152L, 117L, 118L, 119L, 153L, 118L, 119L, 120L, 154L, 119L, 120L, 121L, 155L, 120L, 121L, 122L, 156L, 121L, 122L, 123L, 157L, 122L, 123L, 124L, 158L, 123L, 124L, 125L, 159L, 124L, 125L, 126L, 160L, 125L, 126L, 127L, 161L, 126L, 127L, 128L, 162L, 127L, 128L, 129L, 163L, 128L, 129L, 130L, 164L, 129L, 130L, 131L, 165L, 130L, 131L, 132L, 166L, 131L, 132L, 133L, 167L, 132L, 133L, 134L, 168L, 133L, 134L, 135L, 169L, 134L, 135L, 136L, 170L, 135L, 136L, 137L, 171L, 136L, 137L, 138L, 172L, 137L, 138L, 139L, 173L, 138L, 139L, 141L, 174L, 139L, 141L, 142L, 175L, 141L, 142L, 176L, 177L, 142L, 176L, 178L, 143L, 144L, 143L, 144L, 145L, 179L, 144L, 145L, 146L, 180L, 145L, 146L, 147L, 181L, 146L, 147L, 148L, 182L, 147L, 148L, 149L, 183L, 148L, 149L, 150L, 184L, 149L, 150L, 151L, 185L, 150L, 151L, 152L, 186L, 151L, 152L, 153L, 187L, 152L, 153L, 154L, 188L, 153L, 154L, 155L, 189L, 154L, 155L, 156L, 190L, 155L, 156L, 157L, 191L, 156L, 157L, 158L, 192L, 157L, 158L, 159L, 193L, 158L, 159L, 160L, 194L, 159L, 160L, 161L, 195L, 160L, 161L, 162L, 196L, 161L, 162L, 163L, 197L, 162L, 163L, 164L, 198L, 163L, 164L, 165L, 199L, 164L, 165L, 166L, 200L, 165L, 166L, 167L, 201L, 166L, 167L, 168L, 202L, 167L, 168L, 169L, 203L, 168L, 169L, 170L, 204L, 169L, 170L, 171L, 205L, 170L, 171L, 172L, 206L, 171L, 172L, 173L, 207L, 172L, 173L, 174L, 208L, 173L, 174L, 175L, 209L, 174L, 175L, 177L, 210L, 175L, 177L, 178L, 211L, 177L, 178L, 212L, 213L, 178L, 212L, 214L, 179L, 180L, 179L, 180L, 181L, 215L, 180L, 181L, 182L, 216L, 181L, 182L, 183L, 217L, 182L, 183L, 184L, 218L, 183L, 184L, 185L, 219L, 184L, 185L, 186L, 220L, 185L, 186L, 187L, 221L, 186L, 187L, 188L, 222L, 187L, 188L, 189L, 223L, 188L, 189L, 190L, 224L, 189L, 190L, 191L, 225L, 190L, 191L, 192L, 226L, 191L, 192L, 193L, 227L, 192L, 193L, 194L, 228L, 193L, 194L, 195L, 229L, 194L, 195L, 196L, 230L, 195L, 196L, 197L, 231L, 196L, 197L, 198L, 232L, 197L, 198L, 199L, 233L, 198L, 199L, 200L, 234L, 199L, 200L, 201L, 235L, 200L, 201L, 202L, 236L, 201L, 202L, 203L, 237L, 202L, 203L, 204L, 238L, 203L, 204L, 205L, 239L, 204L, 205L, 206L, 240L, 205L, 206L, 207L, 241L, 206L, 207L, 208L, 242L, 207L, 208L, 209L, 243L, 208L, 209L, 210L, 244L, 209L, 210L, 211L, 245L, 210L, 211L, 213L, 246L, 211L, 213L, 214L, 247L, 213L, 214L, 248L, 249L, 214L, 248L, 250L, 215L, 216L, 215L, 216L, 217L, 251L, 216L, 217L, 218L, 252L, 217L, 218L, 219L, 253L, 218L, 219L, 220L, 254L, 219L, 220L, 221L, 255L, 220L, 221L, 222L, 256L, 221L, 222L, 223L, 257L, 222L, 223L, 224L, 258L, 223L, 224L, 225L, 259L, 224L, 225L, 226L, 260L, 225L, 226L, 227L, 261L, 226L, 227L, 228L, 262L, 227L, 228L, 229L, 263L, 228L, 229L, 230L, 264L, 229L, 230L, 231L, 265L, 230L, 231L, 232L, 266L, 231L, 232L, 233L, 267L, 232L, 233L, 234L, 268L, 233L, 234L, 235L, 269L, 234L, 235L, 236L, 270L, 235L, 236L, 237L, 271L, 236L, 237L, 238L, 272L, 237L, 238L, 239L, 273L, 238L, 239L, 240L, 274L, 239L, 240L, 241L, 275L, 240L, 241L, 242L, 276L, 241L, 242L, 243L, 277L, 242L, 243L, 244L, 278L, 243L, 244L, 245L, 279L, 244L, 245L, 246L, 280L, 245L, 246L, 247L, 281L, 246L, 247L, 249L, 282L, 247L, 249L, 250L, 283L, 249L, 250L, 284L, 285L, 250L, 284L, 286L, 251L, 252L, 251L, 252L, 253L, 287L, 252L, 253L, 254L, 288L, 253L, 254L, 255L, 289L, 254L, 255L, 256L, 290L, 255L, 256L, 257L, 291L, 256L, 257L, 258L, 292L, 257L, 258L, 259L, 293L, 258L, 259L, 260L, 294L, 259L, 260L, 261L, 295L, 260L, 261L, 262L, 296L, 261L, 262L, 263L, 297L, 262L, 263L, 264L, 298L, 263L, 264L, 265L, 299L, 264L, 265L, 266L, 300L, 265L, 266L, 267L, 301L, 266L, 267L, 268L, 302L, 267L, 268L, 269L, 303L, 268L, 269L, 270L, 304L, 269L, 270L, 271L, 305L, 270L, 271L, 272L, 306L, 271L, 272L, 273L, 307L, 272L, 273L, 274L, 308L, 273L, 274L, 275L, 309L, 274L, 275L, 276L, 310L, 275L, 276L, 277L, 311L, 276L, 277L, 278L, 312L, 277L, 278L, 279L, 313L, 278L, 279L, 280L, 314L, 279L, 280L, 281L, 315L, 280L, 281L, 282L, 316L, 281L, 282L, 283L, 317L, 282L, 283L, 285L, 318L, 283L, 285L, 286L, 319L, 285L, 286L, 320L, 321L, 286L, 320L, 322L, 287L, 288L, 287L, 288L, 289L, 323L, 288L, 289L, 290L, 324L, 289L, 290L, 291L, 325L, 290L, 291L, 292L, 326L, 291L, 292L, 293L, 327L, 292L, 293L, 294L, 328L, 293L, 294L, 295L, 329L, 294L, 295L, 296L, 330L, 295L, 296L, 297L, 331L, 296L, 297L, 298L, 332L, 297L, 298L, 299L, 333L, 298L, 299L, 300L, 334L, 299L, 300L, 301L, 335L, 300L, 301L, 302L, 336L, 301L, 302L, 303L, 337L, 302L, 303L, 304L, 338L, 303L, 304L, 305L, 339L, 304L, 305L, 306L, 340L, 305L, 306L, 307L, 341L, 306L, 307L, 308L, 342L, 307L, 308L, 309L, 343L, 308L, 309L, 310L, 344L, 309L, 310L, 311L, 345L, 310L, 311L, 312L, 346L, 311L, 312L, 313L, 347L, 312L, 313L, 314L, 348L, 313L, 314L, 315L, 349L, 314L, 315L, 316L, 350L, 315L, 316L, 317L, 351L, 316L, 317L, 318L, 352L, 317L, 318L, 319L, 353L, 318L, 319L, 321L, 354L, 319L, 321L, 322L, 355L, 321L, 322L, 356L, 357L, 322L, 356L, 358L, 323L, 324L, 323L, 324L, 325L, 359L, 324L, 325L, 326L, 360L, 325L, 326L, 327L, 361L, 326L, 327L, 328L, 362L, 327L, 328L, 329L, 363L, 328L, 329L, 330L, 364L, 329L, 330L, 331L, 365L, 330L, 331L, 332L, 366L, 331L, 332L, 333L, 367L, 332L, 333L, 334L, 368L, 333L, 334L, 335L, 369L, 334L, 335L, 336L, 370L, 335L, 336L, 337L, 371L, 336L, 337L, 338L, 372L, 337L, 338L, 339L, 373L, 338L, 339L, 340L, 374L, 339L, 340L, 341L, 375L, 340L, 341L, 342L, 376L, 341L, 342L, 343L, 377L, 342L, 343L, 344L, 378L, 343L, 344L, 345L, 379L, 344L, 345L, 346L, 380L, 345L, 346L, 347L, 381L, 346L, 347L, 348L, 382L, 347L, 348L, 349L, 383L, 348L, 349L, 350L, 384L, 349L, 350L, 351L, 385L, 350L, 351L, 352L, 386L, 351L, 352L, 353L, 387L, 352L, 353L, 354L, 388L, 353L, 354L, 355L, 389L, 354L, 355L, 357L, 390L, 355L, 357L, 358L, 391L, 357L, 358L, 392L, 393L, 358L, 392L, 394L, 359L, 360L, 359L, 360L, 361L, 395L, 360L, 361L, 362L, 396L, 361L, 362L, 363L, 397L, 362L, 363L, 364L, 398L, 363L, 364L, 365L, 399L, 364L, 365L, 366L, 400L, 365L, 366L, 367L, 401L, 366L, 367L, 368L, 402L, 367L, 368L, 369L, 403L, 368L, 369L, 370L, 404L, 369L, 370L, 371L, 405L, 370L, 371L, 372L, 406L, 371L, 372L, 373L, 407L, 372L, 373L, 374L, 408L, 373L, 374L, 375L, 409L, 374L, 375L, 376L, 410L, 375L, 376L, 377L, 411L, 376L, 377L, 378L, 412L, 377L, 378L, 379L, 413L, 378L, 379L, 380L, 414L, 379L, 380L, 381L, 415L, 380L, 381L, 382L, 416L, 381L, 382L, 383L, 417L, 382L, 383L, 384L, 418L, 383L, 384L, 385L, 419L, 384L, 385L, 386L, 420L, 385L, 386L, 387L, 421L, 386L, 387L, 388L, 422L, 387L, 388L, 389L, 423L, 388L, 389L, 390L, 424L, 389L, 390L, 391L, 425L, 390L, 391L, 393L, 426L, 391L, 393L, 394L, 427L, 393L, 394L, 428L, 429L, 394L, 428L, 430L, 395L, 396L, 395L, 396L, 397L, 431L, 396L, 397L, 398L, 432L, 397L, 398L, 399L, 433L, 398L, 399L, 400L, 434L, 399L, 400L, 401L, 435L, 400L, 401L, 402L, 436L, 401L, 402L, 403L, 437L, 402L, 403L, 404L, 438L, 403L, 404L, 405L, 439L, 404L, 405L, 406L, 440L, 405L, 406L, 407L, 441L, 406L, 407L, 408L, 442L, 407L, 408L, 409L, 443L, 408L, 409L, 410L, 444L, 409L, 410L, 411L, 445L, 410L, 411L, 412L, 446L, 411L, 412L, 413L, 447L, 412L, 413L, 414L, 448L, 413L, 414L, 415L, 449L, 414L, 415L, 416L, 450L, 415L, 416L, 417L, 451L, 416L, 417L, 418L, 452L, 417L, 418L, 419L, 453L, 418L, 419L, 420L, 454L, 419L, 420L, 421L, 455L, 420L, 421L, 422L, 456L, 421L, 422L, 423L, 457L, 422L, 423L, 424L, 458L, 423L, 424L, 425L, 459L, 424L, 425L, 426L, 460L, 425L, 426L, 427L, 461L, 426L, 427L, 429L, 462L, 427L, 429L, 430L, 463L, 429L, 430L, 464L, 465L, 430L, 464L, 466L, 431L, 432L, 431L, 432L, 433L, 467L, 432L, 433L, 434L, 468L, 433L, 434L, 435L, 469L, 434L, 435L, 436L, 470L, 435L, 436L, 437L, 471L, 436L, 437L, 438L, 472L, 437L, 438L, 439L, 473L, 438L, 439L, 440L, 474L, 439L, 440L, 441L, 475L, 440L, 441L, 442L, 476L, 441L, 442L, 443L, 477L, 442L, 443L, 444L, 478L, 443L, 444L, 445L, 479L, 444L, 445L, 446L, 480L, 445L, 446L, 447L, 481L, 446L, 447L, 448L, 482L, 447L, 448L, 449L, 483L, 448L, 449L, 450L, 484L, 449L, 450L, 451L, 485L, 450L, 451L, 452L, 486L, 451L, 452L, 453L, 487L, 452L, 453L, 454L, 488L, 453L, 454L, 455L, 489L, 454L, 455L, 456L, 490L, 455L, 456L, 457L, 491L, 456L, 457L, 458L, 492L, 457L, 458L, 459L, 493L, 458L, 459L, 460L, 494L, 459L, 460L, 461L, 495L, 460L, 461L, 462L, 496L, 461L, 462L, 463L, 497L, 462L, 463L, 465L, 498L, 463L, 465L, 466L, 499L, 465L, 466L, 500L, 501L, 466L, 500L, 502L, 467L, 468L, 467L, 468L, 469L, 503L, 468L, 469L, 470L, 504L, 469L, 470L, 471L, 505L, 470L, 471L, 472L, 506L, 471L, 472L, 473L, 507L, 472L, 473L, 474L, 508L, 473L, 474L, 475L, 509L, 474L, 475L, 476L, 510L, 475L, 476L, 477L, 511L, 476L, 477L, 478L, 512L, 477L, 478L, 479L, 513L, 478L, 479L, 480L, 514L, 479L, 480L, 481L, 515L, 480L, 481L, 482L, 516L, 481L, 482L, 483L, 517L, 482L, 483L, 484L, 518L, 483L, 484L, 485L, 519L, 484L, 485L, 486L, 520L, 485L, 486L, 487L, 521L, 486L, 487L, 488L, 522L, 487L, 488L, 489L, 523L, 488L, 489L, 490L, 524L, 489L, 490L, 491L, 525L, 490L, 491L, 492L, 526L, 491L, 492L, 493L, 527L, 492L, 493L, 494L, 528L, 493L, 494L, 495L, 529L, 494L, 495L, 496L, 530L, 495L, 496L, 497L, 531L, 496L, 497L, 498L, 532L, 497L, 498L, 499L, 533L, 498L, 499L, 501L, 534L, 499L, 501L, 502L, 535L, 501L, 502L, 536L, 537L, 502L, 536L, 538L, 503L, 504L, 503L, 504L, 505L, 539L, 504L, 505L, 506L, 540L, 505L, 506L, 507L, 541L, 506L, 507L, 508L, 542L, 507L, 508L, 509L, 543L, 508L, 509L, 510L, 544L, 509L, 510L, 511L, 545L, 510L, 511L, 512L, 546L, 511L, 512L, 513L, 547L, 512L, 513L, 514L, 548L, 513L, 514L, 515L, 549L, 514L, 515L, 516L, 550L, 515L, 516L, 517L, 551L, 516L, 517L, 518L, 552L, 517L, 518L, 519L, 553L, 518L, 519L, 520L, 554L, 519L, 520L, 521L, 555L, 520L, 521L, 522L, 556L, 521L, 522L, 523L, 557L, 522L, 523L, 524L, 558L, 523L, 524L, 525L, 559L, 524L, 525L, 526L, 560L, 525L, 526L, 527L, 561L, 526L, 527L, 528L, 562L, 527L, 528L, 529L, 563L, 528L, 529L, 530L, 564L, 529L, 530L, 531L, 565L, 530L, 531L, 532L, 566L, 531L, 532L, 533L, 567L, 532L, 533L, 534L, 568L, 533L, 534L, 535L, 569L, 534L, 535L, 537L, 570L, 535L, 537L, 538L, 571L, 537L, 538L, 572L, 573L, 538L, 572L, 574L, 539L, 540L, 539L, 540L, 541L, 575L, 540L, 541L, 542L, 576L, 541L, 542L, 543L, 577L, 542L, 543L, 544L, 578L, 543L, 544L, 545L, 579L, 544L, 545L, 546L, 580L, 545L, 546L, 547L, 581L, 546L, 547L, 548L, 582L, 547L, 548L, 549L, 583L, 548L, 549L, 550L, 584L, 549L, 550L, 551L, 585L, 550L, 551L, 552L, 586L, 551L, 552L, 553L, 587L, 552L, 553L, 554L, 588L, 553L, 554L, 555L, 589L, 554L, 555L, 556L, 590L, 555L, 556L, 557L, 591L, 556L, 557L, 558L, 592L, 557L, 558L, 559L, 593L, 558L, 559L, 560L, 594L, 559L, 560L, 561L, 595L, 560L, 561L, 562L, 596L, 561L, 562L, 563L, 597L, 562L, 563L, 564L, 598L, 563L, 564L, 565L, 599L, 564L, 565L, 566L, 600L, 565L, 566L, 567L, 601L, 566L, 567L, 568L, 602L, 567L, 568L, 569L, 603L, 568L, 569L, 570L, 604L, 569L, 570L, 571L, 605L, 570L, 571L, 573L, 606L, 571L, 573L, 574L, 607L, 573L, 574L, 608L, 609L, 574L, 608L, 610L, 575L, 576L, 575L, 576L, 577L, 611L, 576L, 577L, 578L, 612L, 577L, 578L, 579L, 613L, 578L, 579L, 580L, 614L, 579L, 580L, 581L, 615L, 580L, 581L, 582L, 616L, 581L, 582L, 583L, 617L, 582L, 583L, 584L, 618L, 583L, 584L, 585L, 619L, 584L, 585L, 586L, 620L, 585L, 586L, 587L, 621L, 586L, 587L, 588L, 622L, 587L, 588L, 589L, 623L, 588L, 589L, 590L, 624L, 589L, 590L, 591L, 625L, 590L, 591L, 592L, 626L, 591L, 592L, 593L, 627L, 592L, 593L, 594L, 628L, 593L, 594L, 595L, 629L, 594L, 595L, 596L, 630L, 595L, 596L, 597L, 631L, 596L, 597L, 598L, 632L, 597L, 598L, 599L, 633L, 598L, 599L, 600L, 634L, 599L, 600L, 601L, 635L, 600L, 601L, 602L, 636L, 601L, 602L, 603L, 637L, 602L, 603L, 604L, 638L, 603L, 604L, 605L, 639L, 604L, 605L, 606L, 640L, 605L, 606L, 607L, 641L, 606L, 607L, 609L, 642L, 607L, 609L, 610L, 643L, 609L, 610L, 644L, 645L, 610L, 644L, 646L, 611L, 612L, 611L, 612L, 613L, 647L, 612L, 613L, 614L, 648L, 613L, 614L, 615L, 649L, 614L, 615L, 616L, 650L, 615L, 616L, 617L, 651L, 616L, 617L, 618L, 652L, 617L, 618L, 619L, 653L, 618L, 619L, 620L, 654L, 619L, 620L, 621L, 655L, 620L, 621L, 622L, 656L, 621L, 622L, 623L, 657L, 622L, 623L, 624L, 658L, 623L, 624L, 625L, 659L, 624L, 625L, 626L, 660L, 625L, 626L, 627L, 661L, 626L, 627L, 628L, 662L, 627L, 628L, 629L, 663L, 628L, 629L, 630L, 664L, 629L, 630L, 631L, 665L, 630L, 631L, 632L, 666L, 631L, 632L, 633L, 667L, 632L, 633L, 634L, 668L, 633L, 634L, 635L, 669L, 634L, 635L, 636L, 670L, 635L, 636L, 637L, 671L, 636L, 637L, 638L, 672L, 637L, 638L, 639L, 673L, 638L, 639L, 640L, 674L, 639L, 640L, 641L, 675L, 640L, 641L, 642L, 676L, 641L, 642L, 643L, 677L, 642L, 643L, 645L, 678L, 643L, 645L, 646L, 679L, 645L, 646L, 680L, 681L, 646L, 680L, 682L, 647L, 648L, 647L, 648L, 649L, 683L, 648L, 649L, 650L, 684L, 649L, 650L, 651L, 685L, 650L, 651L, 652L, 686L, 651L, 652L, 653L, 687L, 652L, 653L, 654L, 688L, 653L, 654L, 655L, 689L, 654L, 655L, 656L, 690L, 655L, 656L, 657L, 691L, 656L, 657L, 658L, 692L, 657L, 658L, 659L, 693L, 658L, 659L, 660L, 694L, 659L, 660L, 661L, 695L, 660L, 661L, 662L, 696L, 661L, 662L, 663L, 697L, 662L, 663L, 664L, 698L, 663L, 664L, 665L, 699L, 664L, 665L, 666L, 700L, 665L, 666L, 667L, 701L, 666L, 667L, 668L, 702L, 667L, 668L, 669L, 703L, 668L, 669L, 670L, 704L, 669L, 670L, 671L, 705L, 670L, 671L, 672L, 706L, 671L, 672L, 673L, 707L, 672L, 673L, 674L, 708L, 673L, 674L, 675L, 709L, 674L, 675L, 676L, 710L, 675L, 676L, 677L, 711L, 676L, 677L, 678L, 712L, 677L, 678L, 679L, 713L, 678L, 679L, 681L, 714L, 679L, 681L, 682L, 715L, 681L, 682L, 716L, 717L, 682L, 716L, 718L, 683L, 684L, 683L, 684L, 685L, 719L, 684L, 685L, 686L, 720L, 685L, 686L, 687L, 721L, 686L, 687L, 688L, 722L, 687L, 688L, 689L, 723L, 688L, 689L, 690L, 724L, 689L, 690L, 691L, 725L, 690L, 691L, 692L, 726L, 691L, 692L, 693L, 727L, 692L, 693L, 694L, 728L, 693L, 694L, 695L, 729L, 694L, 695L, 696L, 730L, 695L, 696L, 697L, 731L, 696L, 697L, 698L, 732L, 697L, 698L, 699L, 733L, 698L, 699L, 700L, 734L, 699L, 700L, 701L, 735L, 700L, 701L, 702L, 736L, 701L, 702L, 703L, 737L, 702L, 703L, 704L, 738L, 703L, 704L, 705L, 739L, 704L, 705L, 706L, 740L, 705L, 706L, 707L, 741L, 706L, 707L, 708L, 742L, 707L, 708L, 709L, 743L, 708L, 709L, 710L, 744L, 709L, 710L, 711L, 745L, 710L, 711L, 712L, 746L, 711L, 712L, 713L, 747L, 712L, 713L, 714L, 748L, 713L, 714L, 715L, 749L, 714L, 715L, 717L, 750L, 715L, 717L, 718L, 751L, 717L, 718L, 752L, 753L, 718L, 752L, 754L, 719L, 720L, 719L, 720L, 721L, 755L, 720L, 721L, 722L, 756L, 721L, 722L, 723L, 757L, 722L, 723L, 724L, 758L, 723L, 724L, 725L, 759L, 724L, 725L, 726L, 760L, 725L, 726L, 727L, 761L, 726L, 727L, 728L, 762L, 727L, 728L, 729L, 763L, 728L, 729L, 730L, 764L, 729L, 730L, 731L, 765L, 730L, 731L, 732L, 766L, 731L, 732L, 733L, 767L, 732L, 733L, 734L, 768L, 733L, 734L, 735L, 769L, 734L, 735L, 736L, 770L, 735L, 736L, 737L, 771L, 736L, 737L, 738L, 772L, 737L, 738L, 739L, 773L, 738L, 739L, 740L, 774L, 739L, 740L, 741L, 775L, 740L, 741L, 742L, 776L, 741L, 742L, 743L, 777L, 742L, 743L, 744L, 778L, 743L, 744L, 745L, 779L, 744L, 745L, 746L, 780L, 745L, 746L, 747L, 781L, 746L, 747L, 748L, 782L, 747L, 748L, 749L, 783L, 748L, 749L, 750L, 784L, 749L, 750L, 751L, 785L, 750L, 751L, 753L, 786L, 751L, 753L, 754L, 787L, 753L, 754L, 788L, 789L, 754L, 788L, 790L, 755L, 756L, 755L, 756L, 757L, 791L, 756L, 757L, 758L, 792L, 757L, 758L, 759L, 793L, 758L, 759L, 760L, 794L, 759L, 760L, 761L, 795L, 760L, 761L, 762L, 796L, 761L, 762L, 763L, 797L, 762L, 763L, 764L, 798L, 763L, 764L, 765L, 799L, 764L, 765L, 766L, 800L, 765L, 766L, 767L, 801L, 766L, 767L, 768L, 802L, 767L, 768L, 769L, 803L, 768L, 769L, 770L, 804L, 769L, 770L, 771L, 805L, 770L, 771L, 772L, 806L, 771L, 772L, 773L, 807L, 772L, 773L, 774L, 808L, 773L, 774L, 775L, 809L, 774L, 775L, 776L, 810L, 775L, 776L, 777L, 811L, 776L, 777L, 778L, 812L, 777L, 778L, 779L, 813L, 778L, 779L, 780L, 814L, 779L, 780L, 781L, 815L, 780L, 781L, 782L, 816L, 781L, 782L, 783L, 817L, 782L, 783L, 784L, 818L, 783L, 784L, 785L, 819L, 784L, 785L, 786L, 820L, 785L, 786L, 787L, 821L, 786L, 787L, 789L, 822L, 787L, 789L, 790L, 823L, 789L, 790L, 824L, 825L, 790L, 824L, 826L, 791L, 792L, 791L, 792L, 793L, 827L, 792L, 793L, 794L, 828L, 793L, 794L, 795L, 829L, 794L, 795L, 796L, 830L, 795L, 796L, 797L, 831L, 796L, 797L, 798L, 832L, 797L, 798L, 799L, 833L, 798L, 799L, 800L, 834L, 799L, 800L, 801L, 835L, 800L, 801L, 802L, 836L, 801L, 802L, 803L, 837L, 802L, 803L, 804L, 838L, 803L, 804L, 805L, 839L, 804L, 805L, 806L, 840L, 805L, 806L, 807L, 841L, 806L, 807L, 808L, 842L, 807L, 808L, 809L, 843L, 808L, 809L, 810L, 844L, 809L, 810L, 811L, 845L, 810L, 811L, 812L, 846L, 811L, 812L, 813L, 847L, 812L, 813L, 814L, 848L, 813L, 814L, 815L, 849L, 814L, 815L, 816L, 850L, 815L, 816L, 817L, 851L, 816L, 817L, 818L, 852L, 817L, 818L, 819L, 853L, 818L, 819L, 820L, 854L, 819L, 820L, 821L, 855L, 820L, 821L, 822L, 856L, 821L, 822L, 823L, 857L, 822L, 823L, 825L, 858L, 823L, 825L, 826L, 859L, 825L, 826L, 860L, 861L, 826L, 860L, 862L, 827L, 828L, 827L, 828L, 829L, 863L, 828L, 829L, 830L, 864L, 829L, 830L, 831L, 865L, 830L, 831L, 832L, 866L, 831L, 832L, 833L, 867L, 832L, 833L, 834L, 868L, 833L, 834L, 835L, 869L, 834L, 835L, 836L, 870L, 835L, 836L, 837L, 871L, 836L, 837L, 838L, 872L, 837L, 838L, 839L, 873L, 838L, 839L, 840L, 874L, 839L, 840L, 841L, 875L, 840L, 841L, 842L, 876L, 841L, 842L, 843L, 877L, 842L, 843L, 844L, 878L, 843L, 844L, 845L, 879L, 844L, 845L, 846L, 880L, 845L, 846L, 847L, 881L, 846L, 847L, 848L, 882L, 847L, 848L, 849L, 883L, 848L, 849L, 850L, 884L, 849L, 850L, 851L, 885L, 850L, 851L, 852L, 886L, 851L, 852L, 853L, 887L, 852L, 853L, 854L, 888L, 853L, 854L, 855L, 889L, 854L, 855L, 856L, 890L, 855L, 856L, 857L, 891L, 856L, 857L, 858L, 892L, 857L, 858L, 859L, 893L, 858L, 859L, 861L, 894L, 859L, 861L, 862L, 895L, 861L, 862L, 896L, 897L, 862L, 896L, 898L, 863L, 864L, 863L, 864L, 865L, 899L, 864L, 865L, 866L, 900L, 865L, 866L, 867L, 901L, 866L, 867L, 868L, 902L, 867L, 868L, 869L, 903L, 868L, 869L, 870L, 904L, 869L, 870L, 871L, 905L, 870L, 871L, 872L, 906L, 871L, 872L, 873L, 907L, 872L, 873L, 874L, 908L, 873L, 874L, 875L, 909L, 874L, 875L, 876L, 910L, 875L, 876L, 877L, 911L, 876L, 877L, 878L, 912L, 877L, 878L, 879L, 913L, 878L, 879L, 880L, 914L, 879L, 880L, 881L, 915L, 880L, 881L, 882L, 916L, 881L, 882L, 883L, 917L, 882L, 883L, 884L, 918L, 883L, 884L, 885L, 919L, 884L, 885L, 886L, 920L, 885L, 886L, 887L, 921L, 886L, 887L, 888L, 922L, 887L, 888L, 889L, 923L, 888L, 889L, 890L, 924L, 889L, 890L, 891L, 925L, 890L, 891L, 892L, 926L, 891L, 892L, 893L, 927L, 892L, 893L, 894L, 928L, 893L, 894L, 895L, 929L, 894L, 895L, 897L, 930L, 895L, 897L, 898L, 931L, 897L, 898L, 932L, 933L, 898L, 932L, 934L, 899L, 900L, 899L, 900L, 901L, 935L, 900L, 901L, 902L, 936L, 901L, 902L, 903L, 937L, 902L, 903L, 904L, 938L, 903L, 904L, 905L, 939L, 904L, 905L, 906L, 940L, 905L, 906L, 907L, 941L, 906L, 907L, 908L, 942L, 907L, 908L, 909L, 943L, 908L, 909L, 910L, 944L, 909L, 910L, 911L, 945L, 910L, 911L, 912L, 946L, 911L, 912L, 913L, 947L, 912L, 913L, 914L, 948L, 913L, 914L, 915L, 949L, 914L, 915L, 916L, 950L, 915L, 916L, 917L, 951L, 916L, 917L, 918L, 952L, 917L, 918L, 919L, 953L, 918L, 919L, 920L, 954L, 919L, 920L, 921L, 955L, 920L, 921L, 922L, 956L, 921L, 922L, 923L, 957L, 922L, 923L, 924L, 958L, 923L, 924L, 925L, 959L, 924L, 925L, 926L, 960L, 925L, 926L, 927L, 961L, 926L, 927L, 928L, 962L, 927L, 928L, 929L, 963L, 928L, 929L, 930L, 964L, 929L, 930L, 931L, 965L, 930L, 931L, 933L, 966L, 931L, 933L, 934L, 967L, 933L, 934L, 968L, 969L, 934L, 968L, 970L, 935L, 936L, 935L, 936L, 937L, 971L, 936L, 937L, 938L, 972L, 937L, 938L, 939L, 973L, 938L, 939L, 940L, 974L, 939L, 940L, 941L, 975L, 940L, 941L, 942L, 976L, 941L, 942L, 943L, 977L, 942L, 943L, 944L, 978L, 943L, 944L, 945L, 979L, 944L, 945L, 946L, 980L, 945L, 946L, 947L, 981L, 946L, 947L, 948L, 982L, 947L, 948L, 949L, 983L, 948L, 949L, 950L, 984L, 949L, 950L, 951L, 985L, 950L, 951L, 952L, 986L, 951L, 952L, 953L, 987L, 952L, 953L, 954L, 988L, 953L, 954L, 955L, 989L, 954L, 955L, 956L, 990L, 955L, 956L, 957L, 991L, 956L, 957L, 958L, 992L, 957L, 958L, 959L, 993L, 958L, 959L, 960L, 994L, 959L, 960L, 961L, 995L, 960L, 961L, 962L, 996L, 961L, 962L, 963L, 997L, 962L, 963L, 964L, 998L, 963L, 964L, 965L, 999L, 964L, 965L, 966L, 1000L, 965L, 966L, 967L, 1001L, 966L, 967L, 969L, 1002L, 967L, 969L, 970L, 1003L, 969L, 970L, 1004L, 1005L, 970L, 1004L, 1006L, 971L, 972L, 971L, 972L, 973L, 1007L, 972L, 973L, 974L, 1008L, 973L, 974L, 975L, 1009L, 974L, 975L, 976L, 1010L, 975L, 976L, 977L, 1011L, 976L, 977L, 978L, 1012L, 977L, 978L, 979L, 1013L, 978L, 979L, 980L, 1014L, 979L, 980L, 981L, 1015L, 980L, 981L, 982L, 1016L, 981L, 982L, 983L, 1017L, 982L, 983L, 984L, 1018L, 983L, 984L, 985L, 1019L, 984L, 985L, 986L, 1020L, 985L, 986L, 987L, 1021L, 986L, 987L, 988L, 1022L, 987L, 988L, 989L, 1023L, 988L, 989L, 990L, 1024L, 989L, 990L, 991L, 1025L, 990L, 991L, 992L, 1026L, 991L, 992L, 993L, 1027L, 992L, 993L, 994L, 1028L, 993L, 994L, 995L, 1029L, 994L, 995L, 996L, 1030L, 995L, 996L, 997L, 1031L, 996L, 997L, 998L, 1032L, 997L, 998L, 999L, 1033L, 998L, 999L, 1000L, 1034L, 999L, 1000L, 1001L, 1035L, 1000L, 1001L, 1002L, 1036L, 1001L, 1002L, 1003L, 1037L, 1002L, 1003L, 1005L, 1038L, 1003L, 1005L, 1006L, 1039L, 1005L, 1006L, 1040L, 1041L, 1006L, 1040L, 1042L, 1007L, 1008L, 1007L, 1008L, 1009L, 1043L, 1008L, 1009L, 1010L, 1044L, 1009L, 1010L, 1011L, 1045L, 1010L, 1011L, 1012L, 1046L, 1011L, 1012L, 1013L, 1047L, 1012L, 1013L, 1014L, 1048L, 1013L, 1014L, 1015L, 1049L, 1014L, 1015L, 1016L, 1050L, 1015L, 1016L, 1017L, 1051L, 1016L, 1017L, 1018L, 1052L, 1017L, 1018L, 1019L, 1053L, 1018L, 1019L, 1020L, 1054L, 1019L, 1020L, 1021L, 1055L, 1020L, 1021L, 1022L, 1056L, 1021L, 1022L, 1023L, 1057L, 1022L, 1023L, 1024L, 1058L, 1023L, 1024L, 1025L, 1059L, 1024L, 1025L, 1026L, 1060L, 1025L, 1026L, 1027L, 1061L, 1026L, 1027L, 1028L, 1062L, 1027L, 1028L, 1029L, 1063L, 1028L, 1029L, 1030L, 1064L, 1029L, 1030L, 1031L, 1065L, 1030L, 1031L, 1032L, 1066L, 1031L, 1032L, 1033L, 1067L, 1032L, 1033L, 1034L, 1068L, 1033L, 1034L, 1035L, 1069L, 1034L, 1035L, 1036L, 1070L, 1035L, 1036L, 1037L, 1071L, 1036L, 1037L, 1038L, 1072L, 1037L, 1038L, 1039L, 1073L, 1038L, 1039L, 1041L, 1074L, 1039L, 1041L, 1042L, 1075L, 1041L, 1042L, 1076L, 1077L, 1042L, 1076L, 1078L, 1043L, 1044L, 1043L, 1044L, 1045L, 1079L, 1044L, 1045L, 1046L, 1080L, 1045L, 1046L, 1047L, 1081L, 1046L, 1047L, 1048L, 1082L, 1047L, 1048L, 1049L, 1083L, 1048L, 1049L, 1050L, 1084L, 1049L, 1050L, 1051L, 1085L, 1050L, 1051L, 1052L, 1086L, 1051L, 1052L, 1053L, 1087L, 1052L, 1053L, 1054L, 1088L, 1053L, 1054L, 1055L, 1089L, 1054L, 1055L, 1056L, 1090L, 1055L, 1056L, 1057L, 1091L, 1056L, 1057L, 1058L, 1092L, 1057L, 1058L, 1059L, 1093L, 1058L, 1059L, 1060L, 1094L, 1059L, 1060L, 1061L, 1095L, 1060L, 1061L, 1062L, 1096L, 1061L, 1062L, 1063L, 1097L, 1062L, 1063L, 1064L, 1098L, 1063L, 1064L, 1065L, 1099L, 1064L, 1065L, 1066L, 1100L, 1065L, 1066L, 1067L, 1101L, 1066L, 1067L, 1068L, 1102L, 1067L, 1068L, 1069L, 1103L, 1068L, 1069L, 1070L, 1104L, 1069L, 1070L, 1071L, 1105L, 1070L, 1071L, 1072L, 1106L, 1071L, 1072L, 1073L, 1107L, 1072L, 1073L, 1074L, 1108L, 1073L, 1074L, 1075L, 1109L, 1074L, 1075L, 1077L, 1110L, 1075L, 1077L, 1078L, 1111L, 1077L, 1078L, 1112L, 1113L, 1078L, 1112L, 1114L, 1079L, 1080L, 1079L, 1080L, 1081L, 1115L, 1080L, 1081L, 1082L, 1116L, 1081L, 1082L, 1083L, 1117L, 1082L, 1083L, 1084L, 1118L, 1083L, 1084L, 1085L, 1119L, 1084L, 1085L, 1086L, 1120L, 1085L, 1086L, 1087L, 1121L, 1086L, 1087L, 1088L, 1122L, 1087L, 1088L, 1089L, 1123L, 1088L, 1089L, 1090L, 1124L, 1089L, 1090L, 1091L, 1125L, 1090L, 1091L, 1092L, 1126L, 1091L, 1092L, 1093L, 1127L, 1092L, 1093L, 1094L, 1128L, 1093L, 1094L, 1095L, 1129L, 1094L, 1095L, 1096L, 1130L, 1095L, 1096L, 1097L, 1131L, 1096L, 1097L, 1098L, 1132L, 1097L, 1098L, 1099L, 1133L, 1098L, 1099L, 1100L, 1134L, 1099L, 1100L, 1101L, 1135L, 1100L, 1101L, 1102L, 1136L, 1101L, 1102L, 1103L, 1137L, 1102L, 1103L, 1104L, 1138L, 1103L, 1104L, 1105L, 1139L, 1104L, 1105L, 1106L, 1140L, 1105L, 1106L, 1107L, 1141L, 1106L, 1107L, 1108L, 1142L, 1107L, 1108L, 1109L, 1143L, 1108L, 1109L, 1110L, 1144L, 1109L, 1110L, 1111L, 1145L, 1110L, 1111L, 1113L, 1146L, 1111L, 1113L, 1114L, 1147L, 1113L, 1114L, 1148L, 1149L, 1114L, 1148L, 1150L, 1115L, 1116L, 1115L, 1116L, 1117L, 1151L, 1116L, 1117L, 1118L, 1152L, 1117L, 1118L, 1119L, 1153L, 1118L, 1119L, 1120L, 1154L, 1119L, 1120L, 1121L, 1155L, 1120L, 1121L, 1122L, 1156L, 1121L, 1122L, 1123L, 1157L, 1122L, 1123L, 1124L, 1158L, 1123L, 1124L, 1125L, 1159L, 1124L, 1125L, 1126L, 1160L, 1125L, 1126L, 1127L, 1161L, 1126L, 1127L, 1128L, 1162L, 1127L, 1128L, 1129L, 1163L, 1128L, 1129L, 1130L, 1164L, 1129L, 1130L, 1131L, 1165L, 1130L, 1131L, 1132L, 1166L, 1131L, 1132L, 1133L, 1167L, 1132L, 1133L, 1134L, 1168L, 1133L, 1134L, 1135L, 1169L, 1134L, 1135L, 1136L, 1170L, 1135L, 1136L, 1137L, 1171L, 1136L, 1137L, 1138L, 1172L, 1137L, 1138L, 1139L, 1173L, 1138L, 1139L, 1140L, 1174L, 1139L, 1140L, 1141L, 1175L, 1140L, 1141L, 1142L, 1176L, 1141L, 1142L, 1143L, 1177L, 1142L, 1143L, 1144L, 1178L, 1143L, 1144L, 1145L, 1179L, 1144L, 1145L, 1146L, 1180L, 1145L, 1146L, 1147L, 1181L, 1146L, 1147L, 1149L, 1182L, 1147L, 1149L, 1150L, 1183L, 1149L, 1150L, 1184L, 1185L, 1150L, 1184L, 1186L, 1151L, 1152L, 1151L, 1152L, 1153L, 1187L, 1152L, 1153L, 1154L, 1188L, 1153L, 1154L, 1155L, 1189L, 1154L, 1155L, 1156L, 1190L, 1155L, 1156L, 1157L, 1191L, 1156L, 1157L, 1158L, 1192L, 1157L, 1158L, 1159L, 1193L, 1158L, 1159L, 1160L, 1194L, 1159L, 1160L, 1161L, 1195L, 1160L, 1161L, 1162L, 1196L, 1161L, 1162L, 1163L, 1197L, 1162L, 1163L, 1164L, 1198L, 1163L, 1164L, 1165L, 1199L, 1164L, 1165L, 1166L, 1200L, 1165L, 1166L, 1167L, 1201L, 1166L, 1167L, 1168L, 1202L, 1167L, 1168L, 1169L, 1203L, 1168L, 1169L, 1170L, 1204L, 1169L, 1170L, 1171L, 1205L, 1170L, 1171L, 1172L, 1206L, 1171L, 1172L, 1173L, 1207L, 1172L, 1173L, 1174L, 1208L, 1173L, 1174L, 1175L, 1209L, 1174L, 1175L, 1176L, 1210L, 1175L, 1176L, 1177L, 1211L, 1176L, 1177L, 1178L, 1212L, 1177L, 1178L, 1179L, 1213L, 1178L, 1179L, 1180L, 1214L, 1179L, 1180L, 1181L, 1215L, 1180L, 1181L, 1182L, 1216L, 1181L, 1182L, 1183L, 1217L, 1182L, 1183L, 1185L, 1218L, 1183L, 1185L, 1186L, 1219L, 1185L, 1186L, 1220L, 1221L, 1186L, 1220L, 1222L, 1187L, 1188L, 1187L, 1188L, 1189L, 1223L, 1188L, 1189L, 1190L, 1224L, 1189L, 1190L, 1191L, 1225L, 1190L, 1191L, 1192L, 1226L, 1191L, 1192L, 1193L, 1227L, 1192L, 1193L, 1194L, 1228L, 1193L, 1194L, 1195L, 1229L, 1194L, 1195L, 1196L, 1230L, 1195L, 1196L, 1197L, 1231L, 1196L, 1197L, 1198L, 1232L, 1197L, 1198L, 1199L, 1233L, 1198L, 1199L, 1200L, 1234L, 1199L, 1200L, 1201L, 1235L, 1200L, 1201L, 1202L, 1236L, 1201L, 1202L, 1203L, 1237L, 1202L, 1203L, 1204L, 1238L, 1203L, 1204L, 1205L, 1239L, 1204L, 1205L, 1206L, 1240L, 1205L, 1206L, 1207L, 1241L, 1206L, 1207L, 1208L, 1242L, 1207L, 1208L, 1209L, 1243L, 1208L, 1209L, 1210L, 1244L, 1209L, 1210L, 1211L, 1245L, 1210L, 1211L, 1212L, 1246L, 1211L, 1212L, 1213L, 1247L, 1212L, 1213L, 1214L, 1248L, 1213L, 1214L, 1215L, 1249L, 1214L, 1215L, 1216L, 1250L, 1215L, 1216L, 1217L, 1251L, 1216L, 1217L, 1218L, 1252L, 1217L, 1218L, 1219L, 1253L, 1218L, 1219L, 1221L, 1254L, 1219L, 1221L, 1222L, 1255L, 1221L, 1222L, 1256L, 1257L, 1222L, 1256L, 1258L, 1223L, 1224L, 1223L, 1224L, 1225L, 1259L, 1224L, 1225L, 1226L, 1260L, 1225L, 1226L, 1227L, 1261L, 1226L, 1227L, 1228L, 1262L, 1227L, 1228L, 1229L, 1263L, 1228L, 1229L, 1230L, 1264L, 1229L, 1230L, 1231L, 1265L, 1230L, 1231L, 1232L, 1266L, 1231L, 1232L, 1233L, 1267L, 1232L, 1233L, 1234L, 1268L, 1233L, 1234L, 1235L, 1269L, 1234L, 1235L, 1236L, 1270L, 1235L, 1236L, 1237L, 1271L, 1236L, 1237L, 1238L, 1272L, 1237L, 1238L, 1239L, 1273L, 1238L, 1239L, 1240L, 1274L, 1239L, 1240L, 1241L, 1275L, 1240L, 1241L, 1242L, 1276L, 1241L, 1242L, 1243L, 1277L, 1242L, 1243L, 1244L, 1278L, 1243L, 1244L, 1245L, 1279L, 1244L, 1245L, 1246L, 1280L, 1245L, 1246L, 1247L, 1281L, 1246L, 1247L, 1248L, 1282L, 1247L, 1248L, 1249L, 1283L, 1248L, 1249L, 1250L, 1284L, 1249L, 1250L, 1251L, 1285L, 1250L, 1251L, 1252L, 1286L, 1251L, 1252L, 1253L, 1287L, 1252L, 1253L, 1254L, 1288L, 1253L, 1254L, 1255L, 1289L, 1254L, 1255L, 1257L, 1290L, 1255L, 1257L, 1258L, 1291L, 1257L, 1258L, 1292L, 1293L, 1258L, 1292L, 1294L, 0L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 0L, 1L, 0L, 1L, 2L, 35L, 1L, 2L, 3L, 36L, 2L, 3L, 4L, 37L, 3L, 4L, 5L, 38L, 4L, 5L, 6L, 39L, 5L, 6L, 7L, 40L, 6L, 7L, 8L, 41L, 7L, 8L, 9L, 42L, 8L, 9L, 10L, 43L, 9L, 10L, 11L, 44L, 10L, 11L, 12L, 45L, 11L, 12L, 13L, 46L, 12L, 13L, 14L, 47L, 13L, 14L, 15L, 48L, 14L, 15L, 16L, 49L, 15L, 16L, 17L, 50L, 16L, 17L, 18L, 51L, 17L, 18L, 19L, 52L, 18L, 19L, 20L, 53L, 19L, 20L, 21L, 54L, 20L, 21L, 22L, 55L, 21L, 22L, 23L, 56L, 22L, 23L, 24L, 57L, 23L, 24L, 25L, 58L, 24L, 25L, 26L, 59L, 25L, 26L, 27L, 60L, 26L, 27L, 28L, 61L, 27L, 28L, 29L, 62L, 28L, 29L, 30L, 63L, 29L, 30L, 31L, 64L, 30L, 31L, 32L, 65L, 31L, 32L, 33L, 66L, 32L, 33L, 34L, 67L, 33L, 34L, 68L, 69L, 34L, 68L, 70L, 35L, 36L, 35L, 36L, 37L, 71L, 36L, 37L, 38L, 72L, 37L, 38L, 39L, 73L, 38L, 39L, 40L, 74L, 39L, 40L, 41L, 75L, 40L, 41L, 42L, 76L, 41L, 42L, 43L, 77L, 42L, 43L, 44L, 78L, 43L, 44L, 45L, 79L, 44L, 45L, 46L, 80L, 45L, 46L, 47L, 81L, 46L, 47L, 48L, 82L, 47L, 48L, 49L, 83L, 48L, 49L, 50L, 84L, 49L, 50L, 51L, 85L, 50L, 51L, 52L, 86L, 51L, 52L, 53L, 87L, 52L, 53L, 54L, 88L, 53L, 54L, 55L, 89L, 54L, 55L, 56L, 90L, 55L, 56L, 57L, 91L, 56L, 57L, 58L, 92L, 57L, 58L, 59L, 93L, 58L, 59L, 60L, 94L, 59L, 60L, 61L, 95L, 60L, 61L, 62L, 96L, 61L, 62L, 63L, 97L, 62L, 63L, 64L, 98L, 63L, 64L, 65L, 99L, 64L, 65L, 66L, 100L, 65L, 66L, 67L, 101L, 66L, 67L, 69L, 102L, 67L, 69L, 70L, 103L, 69L, 70L, 104L, 105L, 70L, 104L, 106L, 71L, 72L, 71L, 72L, 73L, 107L, 72L, 73L, 74L, 108L, 73L, 74L, 75L, 109L, 74L, 75L, 76L, 110L, 75L, 76L, 77L, 111L, 76L, 77L, 78L, 112L, 77L, 78L, 79L, 113L, 78L, 79L, 80L, 114L, 79L, 80L, 81L, 115L, 80L, 81L, 82L, 116L, 81L, 82L, 83L, 117L, 82L, 83L, 84L, 118L, 83L, 84L, 85L, 119L, 84L, 85L, 86L, 120L, 85L, 86L, 87L, 121L, 86L, 87L, 88L, 122L, 87L, 88L, 89L, 123L, 88L, 89L, 90L, 124L, 89L, 90L, 91L, 125L, 90L, 91L, 92L, 126L, 91L, 92L, 93L, 127L, 92L, 93L, 94L, 128L, 93L, 94L, 95L, 129L, 94L, 95L, 96L, 130L, 95L, 96L, 97L, 131L, 96L, 97L, 98L, 132L, 97L, 98L, 99L, 133L, 98L, 99L, 100L, 134L, 99L, 100L, 101L, 135L, 100L, 101L, 102L, 136L, 101L, 102L, 103L, 137L, 102L, 103L, 105L, 138L, 103L, 105L, 106L, 139L, 105L, 106L, 140L, 141L, 106L, 140L, 142L, 107L, 108L, 107L, 108L, 109L, 143L, 108L, 109L, 110L, 144L, 109L, 110L, 111L, 145L, 110L, 111L, 112L, 146L, 111L, 112L, 113L, 147L, 112L, 113L, 114L, 148L, 113L, 114L, 115L, 149L, 114L, 115L, 116L, 150L, 115L, 116L, 117L, 151L, 116L, 117L, 118L, 152L, 117L, 118L, 119L, 153L, 118L, 119L, 120L, 154L, 119L, 120L, 121L, 155L, 120L, 121L, 122L, 156L, 121L, 122L, 123L, 157L, 122L, 123L, 124L, 158L, 123L, 124L, 125L, 159L, 124L, 125L, 126L, 160L, 125L, 126L, 127L, 161L, 126L, 127L, 128L, 162L, 127L, 128L, 129L, 163L, 128L, 129L, 130L, 164L, 129L, 130L, 131L, 165L, 130L, 131L, 132L, 166L, 131L, 132L, 133L, 167L, 132L, 133L, 134L, 168L, 133L, 134L, 135L, 169L, 134L, 135L, 136L, 170L, 135L, 136L, 137L, 171L, 136L, 137L, 138L, 172L, 137L, 138L, 139L, 173L, 138L, 139L, 141L, 174L, 139L, 141L, 142L, 175L, 141L, 142L, 176L, 177L, 142L, 176L, 178L, 143L, 144L, 143L, 144L, 145L, 179L, 144L, 145L, 146L, 180L, 145L, 146L, 147L, 181L, 146L, 147L, 148L, 182L, 147L, 148L, 149L, 183L, 148L, 149L, 150L, 184L, 149L, 150L, 151L, 185L, 150L, 151L, 152L, 186L, 151L, 152L, 153L, 187L, 152L, 153L, 154L, 188L, 153L, 154L, 155L, 189L, 154L, 155L, 156L, 190L, 155L, 156L, 157L, 191L, 156L, 157L, 158L, 192L, 157L, 158L, 159L, 193L, 158L, 159L, 160L, 194L, 159L, 160L, 161L, 195L, 160L, 161L, 162L, 196L, 161L, 162L, 163L, 197L, 162L, 163L, 164L, 198L, 163L, 164L, 165L, 199L, 164L, 165L, 166L, 200L, 165L, 166L, 167L, 201L, 166L, 167L, 168L, 202L, 167L, 168L, 169L, 203L, 168L, 169L, 170L, 204L, 169L, 170L, 171L, 205L, 170L, 171L, 172L, 206L, 171L, 172L, 173L, 207L, 172L, 173L, 174L, 208L, 173L, 174L, 175L, 209L, 174L, 175L, 177L, 210L, 175L, 177L, 178L, 211L, 177L, 178L, 212L, 213L, 178L, 212L, 214L, 179L, 180L, 179L, 180L, 181L, 215L, 180L, 181L, 182L, 216L, 181L, 182L, 183L, 217L, 182L, 183L, 184L, 218L, 183L, 184L, 185L, 219L, 184L, 185L, 186L, 220L, 185L, 186L, 187L, 221L, 186L, 187L, 188L, 222L, 187L, 188L, 189L, 223L, 188L, 189L, 190L, 224L, 189L, 190L, 191L, 225L, 190L, 191L, 192L, 226L, 191L, 192L, 193L, 227L, 192L, 193L, 194L, 228L, 193L, 194L, 195L, 229L, 194L, 195L, 196L, 230L, 195L, 196L, 197L, 231L, 196L, 197L, 198L, 232L, 197L, 198L, 199L, 233L, 198L, 199L, 200L, 234L, 199L, 200L, 201L, 235L, 200L, 201L, 202L, 236L, 201L, 202L, 203L, 237L, 202L, 203L, 204L, 238L, 203L, 204L, 205L, 239L, 204L, 205L, 206L, 240L, 205L, 206L, 207L, 241L, 206L, 207L, 208L, 242L, 207L, 208L, 209L, 243L, 208L, 209L, 210L, 244L, 209L, 210L, 211L, 245L, 210L, 211L, 213L, 246L, 211L, 213L, 214L, 247L, 213L, 214L, 248L, 249L, 214L, 248L, 250L, 215L, 216L, 215L, 216L, 217L, 251L, 216L, 217L, 218L, 252L, 217L, 218L, 219L, 253L, 218L, 219L, 220L, 254L, 219L, 220L, 221L, 255L, 220L, 221L, 222L, 256L, 221L, 222L, 223L, 257L, 222L, 223L, 224L, 258L, 223L, 224L, 225L, 259L, 224L, 225L, 226L, 260L, 225L, 226L, 227L, 261L, 226L, 227L, 228L, 262L, 227L, 228L, 229L, 263L, 228L, 229L, 230L, 264L, 229L, 230L, 231L, 265L, 230L, 231L, 232L, 266L, 231L, 232L, 233L, 267L, 232L, 233L, 234L, 268L, 233L, 234L, 235L, 269L, 234L, 235L, 236L, 270L, 235L, 236L, 237L, 271L, 236L, 237L, 238L, 272L, 237L, 238L, 239L, 273L, 238L, 239L, 240L, 274L, 239L, 240L, 241L, 275L, 240L, 241L, 242L, 276L, 241L, 242L, 243L, 277L, 242L, 243L, 244L, 278L, 243L, 244L, 245L, 279L, 244L, 245L, 246L, 280L, 245L, 246L, 247L, 281L, 246L, 247L, 249L, 282L, 247L, 249L, 250L, 283L, 249L, 250L, 284L, 285L, 250L, 284L, 286L, 251L, 252L, 251L, 252L, 253L, 287L, 252L, 253L, 254L, 288L, 253L, 254L, 255L, 289L, 254L, 255L, 256L, 290L, 255L, 256L, 257L, 291L, 256L, 257L, 258L, 292L, 257L, 258L, 259L, 293L, 258L, 259L, 260L, 294L, 259L, 260L, 261L, 295L, 260L, 261L, 262L, 296L, 261L, 262L, 263L, 297L, 262L, 263L, 264L, 298L, 263L, 264L, 265L, 299L, 264L, 265L, 266L, 300L, 265L, 266L, 267L, 301L, 266L, 267L, 268L, 302L, 267L, 268L, 269L, 303L, 268L, 269L, 270L, 304L, 269L, 270L, 271L, 305L, 270L, 271L, 272L, 306L, 271L, 272L, 273L, 307L, 272L, 273L, 274L, 308L, 273L, 274L, 275L, 309L, 274L, 275L, 276L, 310L, 275L, 276L, 277L, 311L, 276L, 277L, 278L, 312L, 277L, 278L, 279L, 313L, 278L, 279L, 280L, 314L, 279L, 280L, 281L, 315L, 280L, 281L, 282L, 316L, 281L, 282L, 283L, 317L, 282L, 283L, 285L, 318L, 283L, 285L, 286L, 319L, 285L, 286L, 320L, 321L, 286L, 320L, 322L, 287L, 288L, 287L, 288L, 289L, 323L, 288L, 289L, 290L, 324L, 289L, 290L, 291L, 325L, 290L, 291L, 292L, 326L, 291L, 292L, 293L, 327L, 292L, 293L, 294L, 328L, 293L, 294L, 295L, 329L, 294L, 295L, 296L, 330L, 295L, 296L, 297L, 331L, 296L, 297L, 298L, 332L, 297L, 298L, 299L, 333L, 298L, 299L, 300L, 334L, 299L, 300L, 301L, 335L, 300L, 301L, 302L, 336L, 301L, 302L, 303L, 337L, 302L, 303L, 304L, 338L, 303L, 304L, 305L, 339L, 304L, 305L, 306L, 340L, 305L, 306L, 307L, 341L, 306L, 307L, 308L, 342L, 307L, 308L, 309L, 343L, 308L, 309L, 310L, 344L, 309L, 310L, 311L, 345L, 310L, 311L, 312L, 346L, 311L, 312L, 313L, 347L, 312L, 313L, 314L, 348L, 313L, 314L, 315L, 349L, 314L, 315L, 316L, 350L, 315L, 316L, 317L, 351L, 316L, 317L, 318L, 352L, 317L, 318L, 319L, 353L, 318L, 319L, 321L, 354L, 319L, 321L, 322L, 355L, 321L, 322L, 356L, 357L, 322L, 356L, 358L, 323L, 324L, 323L, 324L, 325L, 359L, 324L, 325L, 326L, 360L, 325L, 326L, 327L, 361L, 326L, 327L, 328L, 362L, 327L, 328L, 329L, 363L, 328L, 329L, 330L, 364L, 329L, 330L, 331L, 365L, 330L, 331L, 332L, 366L, 331L, 332L, 333L, 367L, 332L, 333L, 334L, 368L, 333L, 334L, 335L, 369L, 334L, 335L, 336L, 370L, 335L, 336L, 337L, 371L, 336L, 337L, 338L, 372L, 337L, 338L, 339L, 373L, 338L, 339L, 340L, 374L, 339L, 340L, 341L, 375L, 340L, 341L, 342L, 376L, 341L, 342L, 343L, 377L, 342L, 343L, 344L, 378L, 343L, 344L, 345L, 379L, 344L, 345L, 346L, 380L, 345L, 346L, 347L, 381L, 346L, 347L, 348L, 382L, 347L, 348L, 349L, 383L, 348L, 349L, 350L, 384L, 349L, 350L, 351L, 385L, 350L, 351L, 352L, 386L, 351L, 352L, 353L, 387L, 352L, 353L, 354L, 388L, 353L, 354L, 355L, 389L, 354L, 355L, 357L, 390L, 355L, 357L, 358L, 391L, 357L, 358L, 392L, 393L, 358L, 392L, 394L, 359L, 360L, 359L, 360L, 361L, 395L, 360L, 361L, 362L, 396L, 361L, 362L, 363L, 397L, 362L, 363L, 364L, 398L, 363L, 364L, 365L, 399L, 364L, 365L, 366L, 400L, 365L, 366L, 367L, 401L, 366L, 367L, 368L, 402L, 367L, 368L, 369L, 403L, 368L, 369L, 370L, 404L, 369L, 370L, 371L, 405L, 370L, 371L, 372L, 406L, 371L, 372L, 373L, 407L, 372L, 373L, 374L, 408L, 373L, 374L, 375L, 409L, 374L, 375L, 376L, 410L, 375L, 376L, 377L, 411L, 376L, 377L, 378L, 412L, 377L, 378L, 379L, 413L, 378L, 379L, 380L, 414L, 379L, 380L, 381L, 415L, 380L, 381L, 382L, 416L, 381L, 382L, 383L, 417L, 382L, 383L, 384L, 418L, 383L, 384L, 385L, 419L, 384L, 385L, 386L, 420L, 385L, 386L, 387L, 421L, 386L, 387L, 388L, 422L, 387L, 388L, 389L, 423L, 388L, 389L, 390L, 424L, 389L, 390L, 391L, 425L, 390L, 391L, 393L, 426L, 391L, 393L, 394L, 427L, 393L, 394L, 428L, 429L, 394L, 428L, 430L, 395L, 396L, 395L, 396L, 397L, 431L, 396L, 397L, 398L, 432L, 397L, 398L, 399L, 433L, 398L, 399L, 400L, 434L, 399L, 400L, 401L, 435L, 400L, 401L, 402L, 436L, 401L, 402L, 403L, 437L, 402L, 403L, 404L, 438L, 403L, 404L, 405L, 439L, 404L, 405L, 406L, 440L, 405L, 406L, 407L, 441L, 406L, 407L, 408L, 442L, 407L, 408L, 409L, 443L, 408L, 409L, 410L, 444L, 409L, 410L, 411L, 445L, 410L, 411L, 412L, 446L, 411L, 412L, 413L, 447L, 412L, 413L, 414L, 448L, 413L, 414L, 415L, 449L, 414L, 415L, 416L, 450L, 415L, 416L, 417L, 451L, 416L, 417L, 418L, 452L, 417L, 418L, 419L, 453L, 418L, 419L, 420L, 454L, 419L, 420L, 421L, 455L, 420L, 421L, 422L, 456L, 421L, 422L, 423L, 457L, 422L, 423L, 424L, 458L, 423L, 424L, 425L, 459L, 424L, 425L, 426L, 460L, 425L, 426L, 427L, 461L, 426L, 427L, 429L, 462L, 427L, 429L, 430L, 463L, 429L, 430L, 464L, 465L, 430L, 464L, 466L, 431L, 432L, 431L, 432L, 433L, 467L, 432L, 433L, 434L, 468L, 433L, 434L, 435L, 469L, 434L, 435L, 436L, 470L, 435L, 436L, 437L, 471L, 436L, 437L, 438L, 472L, 437L, 438L, 439L, 473L, 438L, 439L, 440L, 474L, 439L, 440L, 441L, 475L, 440L, 441L, 442L, 476L, 441L, 442L, 443L, 477L, 442L, 443L, 444L, 478L, 443L, 444L, 445L, 479L, 444L, 445L, 446L, 480L, 445L, 446L, 447L, 481L, 446L, 447L, 448L, 482L, 447L, 448L, 449L, 483L, 448L, 449L, 450L, 484L, 449L, 450L, 451L, 485L, 450L, 451L, 452L, 486L, 451L, 452L, 453L, 487L, 452L, 453L, 454L, 488L, 453L, 454L, 455L, 489L, 454L, 455L, 456L, 490L, 455L, 456L, 457L, 491L, 456L, 457L, 458L, 492L, 457L, 458L, 459L, 493L, 458L, 459L, 460L, 494L, 459L, 460L, 461L, 495L, 460L, 461L, 462L, 496L, 461L, 462L, 463L, 497L, 462L, 463L, 465L, 498L, 463L, 465L, 466L, 499L, 465L, 466L, 500L, 501L, 466L, 500L, 502L, 467L, 468L, 467L, 468L, 469L, 503L, 468L, 469L, 470L, 504L, 469L, 470L, 471L, 505L, 470L, 471L, 472L, 506L, 471L, 472L, 473L, 507L, 472L, 473L, 474L, 508L, 473L, 474L, 475L, 509L, 474L, 475L, 476L, 510L, 475L, 476L, 477L, 511L, 476L, 477L, 478L, 512L, 477L, 478L, 479L, 513L, 478L, 479L, 480L, 514L, 479L, 480L, 481L, 515L, 480L, 481L, 482L, 516L, 481L, 482L, 483L, 517L, 482L, 483L, 484L, 518L, 483L, 484L, 485L, 519L, 484L, 485L, 486L, 520L, 485L, 486L, 487L, 521L, 486L, 487L, 488L, 522L, 487L, 488L, 489L, 523L, 488L, 489L, 490L, 524L, 489L, 490L, 491L, 525L, 490L, 491L, 492L, 526L, 491L, 492L, 493L, 527L, 492L, 493L, 494L, 528L, 493L, 494L, 495L, 529L, 494L, 495L, 496L, 530L, 495L, 496L, 497L, 531L, 496L, 497L, 498L, 532L, 497L, 498L, 499L, 533L, 498L, 499L, 501L, 534L, 499L, 501L, 502L, 535L, 501L, 502L, 536L, 537L, 502L, 536L, 538L, 503L, 504L, 503L, 504L, 505L, 539L, 504L, 505L, 506L, 540L, 505L, 506L, 507L, 541L, 506L, 507L, 508L, 542L, 507L, 508L, 509L, 543L, 508L, 509L, 510L, 544L, 509L, 510L, 511L, 545L, 510L, 511L, 512L, 546L, 511L, 512L, 513L, 547L, 512L, 513L, 514L, 548L, 513L, 514L, 515L, 549L, 514L, 515L, 516L, 550L, 515L, 516L, 517L, 551L, 516L, 517L, 518L, 552L, 517L, 518L, 519L, 553L, 518L, 519L, 520L, 554L, 519L, 520L, 521L, 555L, 520L, 521L, 522L, 556L, 521L, 522L, 523L, 557L, 522L, 523L, 524L, 558L, 523L, 524L, 525L, 559L, 524L, 525L, 526L, 560L, 525L, 526L, 527L, 561L, 526L, 527L, 528L, 562L, 527L, 528L, 529L, 563L, 528L, 529L, 530L, 564L, 529L, 530L, 531L, 565L, 530L, 531L, 532L, 566L, 531L, 532L, 533L, 567L, 532L, 533L, 534L, 568L, 533L, 534L, 535L, 569L, 534L, 535L, 537L, 570L, 535L, 537L, 538L, 571L, 537L, 538L, 572L, 573L, 538L, 572L, 574L, 539L, 540L, 539L, 540L, 541L, 575L, 540L, 541L, 542L, 576L, 541L, 542L, 543L, 577L, 542L, 543L, 544L, 578L, 543L, 544L, 545L, 579L, 544L, 545L, 546L, 580L, 545L, 546L, 547L, 581L, 546L, 547L, 548L, 582L, 547L, 548L, 549L, 583L, 548L, 549L, 550L, 584L, 549L, 550L, 551L, 585L, 550L, 551L, 552L, 586L, 551L, 552L, 553L, 587L, 552L, 553L, 554L, 588L, 553L, 554L, 555L, 589L, 554L, 555L, 556L, 590L, 555L, 556L, 557L, 591L, 556L, 557L, 558L, 592L, 557L, 558L, 559L, 593L, 558L, 559L, 560L, 594L, 559L, 560L, 561L, 595L, 560L, 561L, 562L, 596L, 561L, 562L, 563L, 597L, 562L, 563L, 564L, 598L, 563L, 564L, 565L, 599L, 564L, 565L, 566L, 600L, 565L, 566L, 567L, 601L, 566L, 567L, 568L, 602L, 567L, 568L, 569L, 603L, 568L, 569L, 570L, 604L, 569L, 570L, 571L, 605L, 570L, 571L, 573L, 606L, 571L, 573L, 574L, 607L, 573L, 574L, 608L, 609L, 574L, 608L, 610L, 575L, 576L, 575L, 576L, 577L, 611L, 576L, 577L, 578L, 612L, 577L, 578L, 579L, 613L, 578L, 579L, 580L, 614L, 579L, 580L, 581L, 615L, 580L, 581L, 582L, 616L, 581L, 582L, 583L, 617L, 582L, 583L, 584L, 618L, 583L, 584L, 585L, 619L, 584L, 585L, 586L, 620L, 585L, 586L, 587L, 621L, 586L, 587L, 588L, 622L, 587L, 588L, 589L, 623L, 588L, 589L, 590L, 624L, 589L, 590L, 591L, 625L, 590L, 591L, 592L, 626L, 591L, 592L, 593L, 627L, 592L, 593L, 594L, 628L, 593L, 594L, 595L, 629L, 594L, 595L, 596L, 630L, 595L, 596L, 597L, 631L, 596L, 597L, 598L, 632L, 597L, 598L, 599L, 633L, 598L, 599L, 600L, 634L, 599L, 600L, 601L, 635L, 600L, 601L, 602L, 636L, 601L, 602L, 603L, 637L, 602L, 603L, 604L, 638L, 603L, 604L, 605L, 639L, 604L, 605L, 606L, 640L, 605L, 606L, 607L, 641L, 606L, 607L, 609L, 642L, 607L, 609L, 610L, 643L, 609L, 610L, 644L, 645L, 610L, 644L, 646L, 611L, 612L, 611L, 612L, 613L, 647L, 612L, 613L, 614L, 648L, 613L, 614L, 615L, 649L, 614L, 615L, 616L, 650L, 615L, 616L, 617L, 651L, 616L, 617L, 618L, 652L, 617L, 618L, 619L, 653L, 618L, 619L, 620L, 654L, 619L, 620L, 621L, 655L, 620L, 621L, 622L, 656L, 621L, 622L, 623L, 657L, 622L, 623L, 624L, 658L, 623L, 624L, 625L, 659L, 624L, 625L, 626L, 660L, 625L, 626L, 627L, 661L, 626L, 627L, 628L, 662L, 627L, 628L, 629L, 663L, 628L, 629L, 630L, 664L, 629L, 630L, 631L, 665L, 630L, 631L, 632L, 666L, 631L, 632L, 633L, 667L, 632L, 633L, 634L, 668L, 633L, 634L, 635L, 669L, 634L, 635L, 636L, 670L, 635L, 636L, 637L, 671L, 636L, 637L, 638L, 672L, 637L, 638L, 639L, 673L, 638L, 639L, 640L, 674L, 639L, 640L, 641L, 675L, 640L, 641L, 642L, 676L, 641L, 642L, 643L, 677L, 642L, 643L, 645L, 678L, 643L, 645L, 646L, 679L, 645L, 646L, 680L, 681L, 646L, 680L, 682L, 647L, 648L, 647L, 648L, 649L, 683L, 648L, 649L, 650L, 684L, 649L, 650L, 651L, 685L, 650L, 651L, 652L, 686L, 651L, 652L, 653L, 687L, 652L, 653L, 654L, 688L, 653L, 654L, 655L, 689L, 654L, 655L, 656L, 690L, 655L, 656L, 657L, 691L, 656L, 657L, 658L, 692L, 657L, 658L, 659L, 693L, 658L, 659L, 660L, 694L, 659L, 660L, 661L, 695L, 660L, 661L, 662L, 696L, 661L, 662L, 663L, 697L, 662L, 663L, 664L, 698L, 663L, 664L, 665L, 699L, 664L, 665L, 666L, 700L, 665L, 666L, 667L, 701L, 666L, 667L, 668L, 702L, 667L, 668L, 669L, 703L, 668L, 669L, 670L, 704L, 669L, 670L, 671L, 705L, 670L, 671L, 672L, 706L, 671L, 672L, 673L, 707L, 672L, 673L, 674L, 708L, 673L, 674L, 675L, 709L, 674L, 675L, 676L, 710L, 675L, 676L, 677L, 711L, 676L, 677L, 678L, 712L, 677L, 678L, 679L, 713L, 678L, 679L, 681L, 714L, 679L, 681L, 682L, 715L, 681L, 682L, 716L, 717L, 682L, 716L, 718L, 683L, 684L, 683L, 684L, 685L, 719L, 684L, 685L, 686L, 720L, 685L, 686L, 687L, 721L, 686L, 687L, 688L, 722L, 687L, 688L, 689L, 723L, 688L, 689L, 690L, 724L, 689L, 690L, 691L, 725L, 690L, 691L, 692L, 726L, 691L, 692L, 693L, 727L, 692L, 693L, 694L, 728L, 693L, 694L, 695L, 729L, 694L, 695L, 696L, 730L, 695L, 696L, 697L, 731L, 696L, 697L, 698L, 732L, 697L, 698L, 699L, 733L, 698L, 699L, 700L, 734L, 699L, 700L, 701L, 735L, 700L, 701L, 702L, 736L, 701L, 702L, 703L, 737L, 702L, 703L, 704L, 738L, 703L, 704L, 705L, 739L, 704L, 705L, 706L, 740L, 705L, 706L, 707L, 741L, 706L, 707L, 708L, 742L, 707L, 708L, 709L, 743L, 708L, 709L, 710L, 744L, 709L, 710L, 711L, 745L, 710L, 711L, 712L, 746L, 711L, 712L, 713L, 747L, 712L, 713L, 714L, 748L, 713L, 714L, 715L, 749L, 714L, 715L, 717L, 750L, 715L, 717L, 718L, 751L, 717L, 718L, 752L, 753L, 718L, 752L, 754L, 719L, 720L, 719L, 720L, 721L, 755L, 720L, 721L, 722L, 756L, 721L, 722L, 723L, 757L, 722L, 723L, 724L, 758L, 723L, 724L, 725L, 759L, 724L, 725L, 726L, 760L, 725L, 726L, 727L, 761L, 726L, 727L, 728L, 762L, 727L, 728L, 729L, 763L, 728L, 729L, 730L, 764L, 729L, 730L, 731L, 765L, 730L, 731L, 732L, 766L, 731L, 732L, 733L, 767L, 732L, 733L, 734L, 768L, 733L, 734L, 735L, 769L, 734L, 735L, 736L, 770L, 735L, 736L, 737L, 771L, 736L, 737L, 738L, 772L, 737L, 738L, 739L, 773L, 738L, 739L, 740L, 774L, 739L, 740L, 741L, 775L, 740L, 741L, 742L, 776L, 741L, 742L, 743L, 777L, 742L, 743L, 744L, 778L, 743L, 744L, 745L, 779L, 744L, 745L, 746L, 780L, 745L, 746L, 747L, 781L, 746L, 747L, 748L, 782L, 747L, 748L, 749L, 783L, 748L, 749L, 750L, 784L, 749L, 750L, 751L, 785L, 750L, 751L, 753L, 786L, 751L, 753L, 754L, 787L, 753L, 754L, 788L, 789L, 754L, 788L, 790L, 755L, 756L, 755L, 756L, 757L, 791L, 756L, 757L, 758L, 792L, 757L, 758L, 759L, 793L, 758L, 759L, 760L, 794L, 759L, 760L, 761L, 795L, 760L, 761L, 762L, 796L, 761L, 762L, 763L, 797L, 762L, 763L, 764L, 798L, 763L, 764L, 765L, 799L, 764L, 765L, 766L, 800L, 765L, 766L, 767L, 801L, 766L, 767L, 768L, 802L, 767L, 768L, 769L, 803L, 768L, 769L, 770L, 804L, 769L, 770L, 771L, 805L, 770L, 771L, 772L, 806L, 771L, 772L, 773L, 807L, 772L, 773L, 774L, 808L, 773L, 774L, 775L, 809L, 774L, 775L, 776L, 810L, 775L, 776L, 777L, 811L, 776L, 777L, 778L, 812L, 777L, 778L, 779L, 813L, 778L, 779L, 780L, 814L, 779L, 780L, 781L, 815L, 780L, 781L, 782L, 816L, 781L, 782L, 783L, 817L, 782L, 783L, 784L, 818L, 783L, 784L, 785L, 819L, 784L, 785L, 786L, 820L, 785L, 786L, 787L, 821L, 786L, 787L, 789L, 822L, 787L, 789L, 790L, 823L, 789L, 790L, 824L, 825L, 790L, 824L, 826L, 791L, 792L, 791L, 792L, 793L, 827L, 792L, 793L, 794L, 828L, 793L, 794L, 795L, 829L, 794L, 795L, 796L, 830L, 795L, 796L, 797L, 831L, 796L, 797L, 798L, 832L, 797L, 798L, 799L, 833L, 798L, 799L, 800L, 834L, 799L, 800L, 801L, 835L, 800L, 801L, 802L, 836L, 801L, 802L, 803L, 837L, 802L, 803L, 804L, 838L, 803L, 804L, 805L, 839L, 804L, 805L, 806L, 840L, 805L, 806L, 807L, 841L, 806L, 807L, 808L, 842L, 807L, 808L, 809L, 843L, 808L, 809L, 810L, 844L, 809L, 810L, 811L, 845L, 810L, 811L, 812L, 846L, 811L, 812L, 813L, 847L, 812L, 813L, 814L, 848L, 813L, 814L, 815L, 849L, 814L, 815L, 816L, 850L, 815L, 816L, 817L, 851L, 816L, 817L, 818L, 852L, 817L, 818L, 819L, 853L, 818L, 819L, 820L, 854L, 819L, 820L, 821L, 855L, 820L, 821L, 822L, 856L, 821L, 822L, 823L, 857L, 822L, 823L, 825L, 858L, 823L, 825L, 826L, 859L, 825L, 826L, 860L, 861L, 826L, 860L, 862L, 827L, 828L, 827L, 828L, 829L, 863L, 828L, 829L, 830L, 864L, 829L, 830L, 831L, 865L, 830L, 831L, 832L, 866L, 831L, 832L, 833L, 867L, 832L, 833L, 834L, 868L, 833L, 834L, 835L, 869L, 834L, 835L, 836L, 870L, 835L, 836L, 837L, 871L, 836L, 837L, 838L, 872L, 837L, 838L, 839L, 873L, 838L, 839L, 840L, 874L, 839L, 840L, 841L, 875L, 840L, 841L, 842L, 876L, 841L, 842L, 843L, 877L, 842L, 843L, 844L, 878L, 843L, 844L, 845L, 879L, 844L, 845L, 846L, 880L, 845L, 846L, 847L, 881L, 846L, 847L, 848L, 882L, 847L, 848L, 849L, 883L, 848L, 849L, 850L, 884L, 849L, 850L, 851L, 885L, 850L, 851L, 852L, 886L, 851L, 852L, 853L, 887L, 852L, 853L, 854L, 888L, 853L, 854L, 855L, 889L, 854L, 855L, 856L, 890L, 855L, 856L, 857L, 891L, 856L, 857L, 858L, 892L, 857L, 858L, 859L, 893L, 858L, 859L, 861L, 894L, 859L, 861L, 862L, 895L, 861L, 862L, 896L, 897L, 862L, 896L, 898L, 863L, 864L, 863L, 864L, 865L, 899L, 864L, 865L, 866L, 900L, 865L, 866L, 867L, 901L, 866L, 867L, 868L, 902L, 867L, 868L, 869L, 903L, 868L, 869L, 870L, 904L, 869L, 870L, 871L, 905L, 870L, 871L, 872L, 906L, 871L, 872L, 873L, 907L, 872L, 873L, 874L, 908L, 873L, 874L, 875L, 909L, 874L, 875L, 876L, 910L, 875L, 876L, 877L, 911L, 876L, 877L, 878L, 912L, 877L, 878L, 879L, 913L, 878L, 879L, 880L, 914L, 879L, 880L, 881L, 915L, 880L, 881L, 882L, 916L, 881L, 882L, 883L, 917L, 882L, 883L, 884L, 918L, 883L, 884L, 885L, 919L, 884L, 885L, 886L, 920L, 885L, 886L, 887L, 921L, 886L, 887L, 888L, 922L, 887L, 888L, 889L, 923L, 888L, 889L, 890L, 924L, 889L, 890L, 891L, 925L, 890L, 891L, 892L, 926L, 891L, 892L, 893L, 927L, 892L, 893L, 894L, 928L, 893L, 894L, 895L, 929L, 894L, 895L, 897L, 930L, 895L, 897L, 898L, 931L, 897L, 898L, 932L, 933L, 898L, 932L, 934L, 899L, 900L, 899L, 900L, 901L, 935L, 900L, 901L, 902L, 936L, 901L, 902L, 903L, 937L, 902L, 903L, 904L, 938L, 903L, 904L, 905L, 939L, 904L, 905L, 906L, 940L, 905L, 906L, 907L, 941L, 906L, 907L, 908L, 942L, 907L, 908L, 909L, 943L, 908L, 909L, 910L, 944L, 909L, 910L, 911L, 945L, 910L, 911L, 912L, 946L, 911L, 912L, 913L, 947L, 912L, 913L, 914L, 948L, 913L, 914L, 915L, 949L, 914L, 915L, 916L, 950L, 915L, 916L, 917L, 951L, 916L, 917L, 918L, 952L, 917L, 918L, 919L, 953L, 918L, 919L, 920L, 954L, 919L, 920L, 921L, 955L, 920L, 921L, 922L, 956L, 921L, 922L, 923L, 957L, 922L, 923L, 924L, 958L, 923L, 924L, 925L, 959L, 924L, 925L, 926L, 960L, 925L, 926L, 927L, 961L, 926L, 927L, 928L, 962L, 927L, 928L, 929L, 963L, 928L, 929L, 930L, 964L, 929L, 930L, 931L, 965L, 930L, 931L, 933L, 966L, 931L, 933L, 934L, 967L, 933L, 934L, 968L, 969L, 934L, 968L, 970L, 935L, 936L, 935L, 936L, 937L, 971L, 936L, 937L, 938L, 972L, 937L, 938L, 939L, 973L, 938L, 939L, 940L, 974L, 939L, 940L, 941L, 975L, 940L, 941L, 942L, 976L, 941L, 942L, 943L, 977L, 942L, 943L, 944L, 978L, 943L, 944L, 945L, 979L, 944L, 945L, 946L, 980L, 945L, 946L, 947L, 981L, 946L, 947L, 948L, 982L, 947L, 948L, 949L, 983L, 948L, 949L, 950L, 984L, 949L, 950L, 951L, 985L, 950L, 951L, 952L, 986L, 951L, 952L, 953L, 987L, 952L, 953L, 954L, 988L, 953L, 954L, 955L, 989L, 954L, 955L, 956L, 990L, 955L, 956L, 957L, 991L, 956L, 957L, 958L, 992L, 957L, 958L, 959L, 993L, 958L, 959L, 960L, 994L, 959L, 960L, 961L, 995L, 960L, 961L, 962L, 996L, 961L, 962L, 963L, 997L, 962L, 963L, 964L, 998L, 963L, 964L, 965L, 999L, 964L, 965L, 966L, 1000L, 965L, 966L, 967L, 1001L, 966L, 967L, 969L, 1002L, 967L, 969L, 970L, 1003L, 969L, 970L, 1004L, 1005L, 970L, 1004L, 1006L, 971L, 972L, 971L, 972L, 973L, 1007L, 972L, 973L, 974L, 1008L, 973L, 974L, 975L, 1009L, 974L, 975L, 976L, 1010L, 975L, 976L, 977L, 1011L, 976L, 977L, 978L, 1012L, 977L, 978L, 979L, 1013L, 978L, 979L, 980L, 1014L, 979L, 980L, 981L, 1015L, 980L, 981L, 982L, 1016L, 981L, 982L, 983L, 1017L, 982L, 983L, 984L, 1018L, 983L, 984L, 985L, 1019L, 984L, 985L, 986L, 1020L, 985L, 986L, 987L, 1021L, 986L, 987L, 988L, 1022L, 987L, 988L, 989L, 1023L, 988L, 989L, 990L, 1024L, 989L, 990L, 991L, 1025L, 990L, 991L, 992L, 1026L, 991L, 992L, 993L, 1027L, 992L, 993L, 994L, 1028L, 993L, 994L, 995L, 1029L, 994L, 995L, 996L, 1030L, 995L, 996L, 997L, 1031L, 996L, 997L, 998L, 1032L, 997L, 998L, 999L, 1033L, 998L, 999L, 1000L, 1034L, 999L, 1000L, 1001L, 1035L, 1000L, 1001L, 1002L, 1036L, 1001L, 1002L, 1003L, 1037L, 1002L, 1003L, 1005L, 1038L, 1003L, 1005L, 1006L, 1039L, 1005L, 1006L, 1040L, 1041L, 1006L, 1040L, 1042L, 1007L, 1008L, 1007L, 1008L, 1009L, 1043L, 1008L, 1009L, 1010L, 1044L, 1009L, 1010L, 1011L, 1045L, 1010L, 1011L, 1012L, 1046L, 1011L, 1012L, 1013L, 1047L, 1012L, 1013L, 1014L, 1048L, 1013L, 1014L, 1015L, 1049L, 1014L, 1015L, 1016L, 1050L, 1015L, 1016L, 1017L, 1051L, 1016L, 1017L, 1018L, 1052L, 1017L, 1018L, 1019L, 1053L, 1018L, 1019L, 1020L, 1054L, 1019L, 1020L, 1021L, 1055L, 1020L, 1021L, 1022L, 1056L, 1021L, 1022L, 1023L, 1057L, 1022L, 1023L, 1024L, 1058L, 1023L, 1024L, 1025L, 1059L, 1024L, 1025L, 1026L, 1060L, 1025L, 1026L, 1027L, 1061L, 1026L, 1027L, 1028L, 1062L, 1027L, 1028L, 1029L, 1063L, 1028L, 1029L, 1030L, 1064L, 1029L, 1030L, 1031L, 1065L, 1030L, 1031L, 1032L, 1066L, 1031L, 1032L, 1033L, 1067L, 1032L, 1033L, 1034L, 1068L, 1033L, 1034L, 1035L, 1069L, 1034L, 1035L, 1036L, 1070L, 1035L, 1036L, 1037L, 1071L, 1036L, 1037L, 1038L, 1072L, 1037L, 1038L, 1039L, 1073L, 1038L, 1039L, 1041L, 1074L, 1039L, 1041L, 1042L, 1075L, 1041L, 1042L, 1076L, 1077L, 1042L, 1076L, 1078L, 1043L, 1044L, 1043L, 1044L, 1045L, 1079L, 1044L, 1045L, 1046L, 1080L, 1045L, 1046L, 1047L, 1081L, 1046L, 1047L, 1048L, 1082L, 1047L, 1048L, 1049L, 1083L, 1048L, 1049L, 1050L, 1084L, 1049L, 1050L, 1051L, 1085L, 1050L, 1051L, 1052L, 1086L, 1051L, 1052L, 1053L, 1087L, 1052L, 1053L, 1054L, 1088L, 1053L, 1054L, 1055L, 1089L, 1054L, 1055L, 1056L, 1090L, 1055L, 1056L, 1057L, 1091L, 1056L, 1057L, 1058L, 1092L, 1057L, 1058L, 1059L, 1093L, 1058L, 1059L, 1060L, 1094L, 1059L, 1060L, 1061L, 1095L, 1060L, 1061L, 1062L, 1096L, 1061L, 1062L, 1063L, 1097L, 1062L, 1063L, 1064L, 1098L, 1063L, 1064L, 1065L, 1099L, 1064L, 1065L, 1066L, 1100L, 1065L, 1066L, 1067L, 1101L, 1066L, 1067L, 1068L, 1102L, 1067L, 1068L, 1069L, 1103L, 1068L, 1069L, 1070L, 1104L, 1069L, 1070L, 1071L, 1105L, 1070L, 1071L, 1072L, 1106L, 1071L, 1072L, 1073L, 1107L, 1072L, 1073L, 1074L, 1108L, 1073L, 1074L, 1075L, 1109L, 1074L, 1075L, 1077L, 1110L, 1075L, 1077L, 1078L, 1111L, 1077L, 1078L, 1112L, 1113L, 1078L, 1112L, 1114L, 1079L, 1080L, 1079L, 1080L, 1081L, 1115L, 1080L, 1081L, 1082L, 1116L, 1081L, 1082L, 1083L, 1117L, 1082L, 1083L, 1084L, 1118L, 1083L, 1084L, 1085L, 1119L, 1084L, 1085L, 1086L, 1120L, 1085L, 1086L, 1087L, 1121L, 1086L, 1087L, 1088L, 1122L, 1087L, 1088L, 1089L, 1123L, 1088L, 1089L, 1090L, 1124L, 1089L, 1090L, 1091L, 1125L, 1090L, 1091L, 1092L, 1126L, 1091L, 1092L, 1093L, 1127L, 1092L, 1093L, 1094L, 1128L, 1093L, 1094L, 1095L, 1129L, 1094L, 1095L, 1096L, 1130L, 1095L, 1096L, 1097L, 1131L, 1096L, 1097L, 1098L, 1132L, 1097L, 1098L, 1099L, 1133L, 1098L, 1099L, 1100L, 1134L, 1099L, 1100L, 1101L, 1135L, 1100L, 1101L, 1102L, 1136L, 1101L, 1102L, 1103L, 1137L, 1102L, 1103L, 1104L, 1138L, 1103L, 1104L, 1105L, 1139L, 1104L, 1105L, 1106L, 1140L, 1105L, 1106L, 1107L, 1141L, 1106L, 1107L, 1108L, 1142L, 1107L, 1108L, 1109L, 1143L, 1108L, 1109L, 1110L, 1144L, 1109L, 1110L, 1111L, 1145L, 1110L, 1111L, 1113L, 1146L, 1111L, 1113L, 1114L, 1147L, 1113L, 1114L, 1148L, 1149L, 1114L, 1148L, 1150L, 1115L, 1116L, 1115L, 1116L, 1117L, 1151L, 1116L, 1117L, 1118L, 1152L, 1117L, 1118L, 1119L, 1153L, 1118L, 1119L, 1120L, 1154L, 1119L, 1120L, 1121L, 1155L, 1120L, 1121L, 1122L, 1156L, 1121L, 1122L, 1123L, 1157L, 1122L, 1123L, 1124L, 1158L, 1123L, 1124L, 1125L, 1159L, 1124L, 1125L, 1126L, 1160L, 1125L, 1126L, 1127L, 1161L, 1126L, 1127L, 1128L, 1162L, 1127L, 1128L, 1129L, 1163L, 1128L, 1129L, 1130L, 1164L, 1129L, 1130L, 1131L, 1165L, 1130L, 1131L, 1132L, 1166L, 1131L, 1132L, 1133L, 1167L, 1132L, 1133L, 1134L, 1168L, 1133L, 1134L, 1135L, 1169L, 1134L, 1135L, 1136L, 1170L, 1135L, 1136L, 1137L, 1171L, 1136L, 1137L, 1138L, 1172L, 1137L, 1138L, 1139L, 1173L, 1138L, 1139L, 1140L, 1174L, 1139L, 1140L, 1141L, 1175L, 1140L, 1141L, 1142L, 1176L, 1141L, 1142L, 1143L, 1177L, 1142L, 1143L, 1144L, 1178L, 1143L, 1144L, 1145L, 1179L, 1144L, 1145L, 1146L, 1180L, 1145L, 1146L, 1147L, 1181L, 1146L, 1147L, 1149L, 1182L, 1147L, 1149L, 1150L, 1183L, 1149L, 1150L, 1184L, 1185L, 1150L, 1184L, 1186L, 1151L, 1152L, 1151L, 1152L, 1153L, 1187L, 1152L, 1153L, 1154L, 1188L, 1153L, 1154L, 1155L, 1189L, 1154L, 1155L, 1156L, 1190L, 1155L, 1156L, 1157L, 1191L, 1156L, 1157L, 1158L, 1192L, 1157L, 1158L, 1159L, 1193L, 1158L, 1159L, 1160L, 1194L, 1159L, 1160L, 1161L, 1195L, 1160L, 1161L, 1162L, 1196L, 1161L, 1162L, 1163L, 1197L, 1162L, 1163L, 1164L, 1198L, 1163L, 1164L, 1165L, 1199L, 1164L, 1165L, 1166L, 1200L, 1165L, 1166L, 1167L, 1201L, 1166L, 1167L, 1168L, 1202L, 1167L, 1168L, 1169L, 1203L, 1168L, 1169L, 1170L, 1204L, 1169L, 1170L, 1171L, 1205L, 1170L, 1171L, 1172L, 1206L, 1171L, 1172L, 1173L, 1207L, 1172L, 1173L, 1174L, 1208L, 1173L, 1174L, 1175L, 1209L, 1174L, 1175L, 1176L, 1210L, 1175L, 1176L, 1177L, 1211L, 1176L, 1177L, 1178L, 1212L, 1177L, 1178L, 1179L, 1213L, 1178L, 1179L, 1180L, 1214L, 1179L, 1180L, 1181L, 1215L, 1180L, 1181L, 1182L, 1216L, 1181L, 1182L, 1183L, 1217L, 1182L, 1183L, 1185L, 1218L, 1183L, 1185L, 1186L, 1219L, 1185L, 1186L, 1220L, 1221L, 1186L, 1220L, 1222L, 1187L, 1188L, 1187L, 1188L, 1189L, 1223L, 1188L, 1189L, 1190L, 1224L, 1189L, 1190L, 1191L, 1225L, 1190L, 1191L, 1192L, 1226L, 1191L, 1192L, 1193L, 1227L, 1192L, 1193L, 1194L, 1228L, 1193L, 1194L, 1195L, 1229L, 1194L, 1195L, 1196L, 1230L, 1195L, 1196L, 1197L, 1231L, 1196L, 1197L, 1198L, 1232L, 1197L, 1198L, 1199L, 1233L, 1198L, 1199L, 1200L, 1234L, 1199L, 1200L, 1201L, 1235L, 1200L, 1201L, 1202L, 1236L, 1201L, 1202L, 1203L, 1237L, 1202L, 1203L, 1204L, 1238L, 1203L, 1204L, 1205L, 1239L, 1204L, 1205L, 1206L, 1240L, 1205L, 1206L, 1207L, 1241L, 1206L, 1207L, 1208L, 1242L, 1207L, 1208L, 1209L, 1243L, 1208L, 1209L, 1210L, 1244L, 1209L, 1210L, 1211L, 1245L, 1210L, 1211L, 1212L, 1246L, 1211L, 1212L, 1213L, 1247L, 1212L, 1213L, 1214L, 1248L, 1213L, 1214L, 1215L, 1249L, 1214L, 1215L, 1216L, 1250L, 1215L, 1216L, 1217L, 1251L, 1216L, 1217L, 1218L, 1252L, 1217L, 1218L, 1219L, 1253L, 1218L, 1219L, 1221L, 1254L, 1219L, 1221L, 1222L, 1255L, 1221L, 1222L, 1256L, 1257L, 1222L, 1256L, 1258L, 1223L, 1224L, 1223L, 1224L, 1225L, 1259L, 1224L, 1225L, 1226L, 1260L, 1225L, 1226L, 1227L, 1261L, 1226L, 1227L, 1228L, 1262L, 1227L, 1228L, 1229L, 1263L, 1228L, 1229L, 1230L, 1264L, 1229L, 1230L, 1231L, 1265L, 1230L, 1231L, 1232L, 1266L, 1231L, 1232L, 1233L, 1267L, 1232L, 1233L, 1234L, 1268L, 1233L, 1234L, 1235L, 1269L, 1234L, 1235L, 1236L, 1270L, 1235L, 1236L, 1237L, 1271L, 1236L, 1237L, 1238L, 1272L, 1237L, 1238L, 1239L, 1273L, 1238L, 1239L, 1240L, 1274L, 1239L, 1240L, 1241L, 1275L, 1240L, 1241L, 1242L, 1276L, 1241L, 1242L, 1243L, 1277L, 1242L, 1243L, 1244L, 1278L, 1243L, 1244L, 1245L, 1279L, 1244L, 1245L, 1246L, 1280L, 1245L, 1246L, 1247L, 1281L, 1246L, 1247L, 1248L, 1282L, 1247L, 1248L, 1249L, 1283L, 1248L, 1249L, 1250L, 1284L, 1249L, 1250L, 1251L, 1285L, 1250L, 1251L, 1252L, 1286L, 1251L, 1252L, 1253L, 1287L, 1252L, 1253L, 1254L, 1288L, 1253L, 1254L, 1255L, 1289L, 1254L, 1255L, 1257L, 1290L, 1255L, 1257L, 1258L, 1291L, 1257L, 1258L, 1292L, 1293L, 1258L, 1292L, 1294L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 68L, 35L, 35L, 36L, 36L, 36L, 36L, 37L, 37L, 37L, 37L, 38L, 38L, 38L, 38L, 39L, 39L, 39L, 39L, 40L, 40L, 40L, 40L, 41L, 41L, 41L, 41L, 42L, 42L, 42L, 42L, 43L, 43L, 43L, 43L, 44L, 44L, 44L, 44L, 45L, 45L, 45L, 45L, 46L, 46L, 46L, 46L, 47L, 47L, 47L, 47L, 48L, 48L, 48L, 48L, 49L, 49L, 49L, 49L, 50L, 50L, 50L, 50L, 51L, 51L, 51L, 51L, 52L, 52L, 52L, 52L, 53L, 53L, 53L, 53L, 54L, 54L, 54L, 54L, 55L, 55L, 55L, 55L, 56L, 56L, 56L, 56L, 57L, 57L, 57L, 57L, 58L, 58L, 58L, 58L, 59L, 59L, 59L, 59L, 60L, 60L, 60L, 60L, 61L, 61L, 61L, 61L, 62L, 62L, 62L, 62L, 63L, 63L, 63L, 63L, 64L, 64L, 64L, 64L, 65L, 65L, 65L, 65L, 66L, 66L, 66L, 66L, 67L, 67L, 67L, 67L, 69L, 69L, 69L, 69L, 70L, 70L, 70L, 70L, 104L, 104L, 104L, 71L, 71L, 72L, 72L, 72L, 72L, 73L, 73L, 73L, 73L, 74L, 74L, 74L, 74L, 75L, 75L, 75L, 75L, 76L, 76L, 76L, 76L, 77L, 77L, 77L, 77L, 78L, 78L, 78L, 78L, 79L, 79L, 79L, 79L, 80L, 80L, 80L, 80L, 81L, 81L, 81L, 81L, 82L, 82L, 82L, 82L, 83L, 83L, 83L, 83L, 84L, 84L, 84L, 84L, 85L, 85L, 85L, 85L, 86L, 86L, 86L, 86L, 87L, 87L, 87L, 87L, 88L, 88L, 88L, 88L, 89L, 89L, 89L, 89L, 90L, 90L, 90L, 90L, 91L, 91L, 91L, 91L, 92L, 92L, 92L, 92L, 93L, 93L, 93L, 93L, 94L, 94L, 94L, 94L, 95L, 95L, 95L, 95L, 96L, 96L, 96L, 96L, 97L, 97L, 97L, 97L, 98L, 98L, 98L, 98L, 99L, 99L, 99L, 99L, 100L, 100L, 100L, 100L, 101L, 101L, 101L, 101L, 102L, 102L, 102L, 102L, 103L, 103L, 103L, 103L, 105L, 105L, 105L, 105L, 106L, 106L, 106L, 106L, 140L, 140L, 140L, 107L, 107L, 108L, 108L, 108L, 108L, 109L, 109L, 109L, 109L, 110L, 110L, 110L, 110L, 111L, 111L, 111L, 111L, 112L, 112L, 112L, 112L, 113L, 113L, 113L, 113L, 114L, 114L, 114L, 114L, 115L, 115L, 115L, 115L, 116L, 116L, 116L, 116L, 117L, 117L, 117L, 117L, 118L, 118L, 118L, 118L, 119L, 119L, 119L, 119L, 120L, 120L, 120L, 120L, 121L, 121L, 121L, 121L, 122L, 122L, 122L, 122L, 123L, 123L, 123L, 123L, 124L, 124L, 124L, 124L, 125L, 125L, 125L, 125L, 126L, 126L, 126L, 126L, 127L, 127L, 127L, 127L, 128L, 128L, 128L, 128L, 129L, 129L, 129L, 129L, 130L, 130L, 130L, 130L, 131L, 131L, 131L, 131L, 132L, 132L, 132L, 132L, 133L, 133L, 133L, 133L, 134L, 134L, 134L, 134L, 135L, 135L, 135L, 135L, 136L, 136L, 136L, 136L, 137L, 137L, 137L, 137L, 138L, 138L, 138L, 138L, 139L, 139L, 139L, 139L, 141L, 141L, 141L, 141L, 142L, 142L, 142L, 142L, 176L, 176L, 176L, 143L, 143L, 144L, 144L, 144L, 144L, 145L, 145L, 145L, 145L, 146L, 146L, 146L, 146L, 147L, 147L, 147L, 147L, 148L, 148L, 148L, 148L, 149L, 149L, 149L, 149L, 150L, 150L, 150L, 150L, 151L, 151L, 151L, 151L, 152L, 152L, 152L, 152L, 153L, 153L, 153L, 153L, 154L, 154L, 154L, 154L, 155L, 155L, 155L, 155L, 156L, 156L, 156L, 156L, 157L, 157L, 157L, 157L, 158L, 158L, 158L, 158L, 159L, 159L, 159L, 159L, 160L, 160L, 160L, 160L, 161L, 161L, 161L, 161L, 162L, 162L, 162L, 162L, 163L, 163L, 163L, 163L, 164L, 164L, 164L, 164L, 165L, 165L, 165L, 165L, 166L, 166L, 166L, 166L, 167L, 167L, 167L, 167L, 168L, 168L, 168L, 168L, 169L, 169L, 169L, 169L, 170L, 170L, 170L, 170L, 171L, 171L, 171L, 171L, 172L, 172L, 172L, 172L, 173L, 173L, 173L, 173L, 174L, 174L, 174L, 174L, 175L, 175L, 175L, 175L, 177L, 177L, 177L, 177L, 178L, 178L, 178L, 178L, 212L, 212L, 212L, 179L, 179L, 180L, 180L, 180L, 180L, 181L, 181L, 181L, 181L, 182L, 182L, 182L, 182L, 183L, 183L, 183L, 183L, 184L, 184L, 184L, 184L, 185L, 185L, 185L, 185L, 186L, 186L, 186L, 186L, 187L, 187L, 187L, 187L, 188L, 188L, 188L, 188L, 189L, 189L, 189L, 189L, 190L, 190L, 190L, 190L, 191L, 191L, 191L, 191L, 192L, 192L, 192L, 192L, 193L, 193L, 193L, 193L, 194L, 194L, 194L, 194L, 195L, 195L, 195L, 195L, 196L, 196L, 196L, 196L, 197L, 197L, 197L, 197L, 198L, 198L, 198L, 198L, 199L, 199L, 199L, 199L, 200L, 200L, 200L, 200L, 201L, 201L, 201L, 201L, 202L, 202L, 202L, 202L, 203L, 203L, 203L, 203L, 204L, 204L, 204L, 204L, 205L, 205L, 205L, 205L, 206L, 206L, 206L, 206L, 207L, 207L, 207L, 207L, 208L, 208L, 208L, 208L, 209L, 209L, 209L, 209L, 210L, 210L, 210L, 210L, 211L, 211L, 211L, 211L, 213L, 213L, 213L, 213L, 214L, 214L, 214L, 214L, 248L, 248L, 248L, 215L, 215L, 216L, 216L, 216L, 216L, 217L, 217L, 217L, 217L, 218L, 218L, 218L, 218L, 219L, 219L, 219L, 219L, 220L, 220L, 220L, 220L, 221L, 221L, 221L, 221L, 222L, 222L, 222L, 222L, 223L, 223L, 223L, 223L, 224L, 224L, 224L, 224L, 225L, 225L, 225L, 225L, 226L, 226L, 226L, 226L, 227L, 227L, 227L, 227L, 228L, 228L, 228L, 228L, 229L, 229L, 229L, 229L, 230L, 230L, 230L, 230L, 231L, 231L, 231L, 231L, 232L, 232L, 232L, 232L, 233L, 233L, 233L, 233L, 234L, 234L, 234L, 234L, 235L, 235L, 235L, 235L, 236L, 236L, 236L, 236L, 237L, 237L, 237L, 237L, 238L, 238L, 238L, 238L, 239L, 239L, 239L, 239L, 240L, 240L, 240L, 240L, 241L, 241L, 241L, 241L, 242L, 242L, 242L, 242L, 243L, 243L, 243L, 243L, 244L, 244L, 244L, 244L, 245L, 245L, 245L, 245L, 246L, 246L, 246L, 246L, 247L, 247L, 247L, 247L, 249L, 249L, 249L, 249L, 250L, 250L, 250L, 250L, 284L, 284L, 284L, 251L, 251L, 252L, 252L, 252L, 252L, 253L, 253L, 253L, 253L, 254L, 254L, 254L, 254L, 255L, 255L, 255L, 255L, 256L, 256L, 256L, 256L, 257L, 257L, 257L, 257L, 258L, 258L, 258L, 258L, 259L, 259L, 259L, 259L, 260L, 260L, 260L, 260L, 261L, 261L, 261L, 261L, 262L, 262L, 262L, 262L, 263L, 263L, 263L, 263L, 264L, 264L, 264L, 264L, 265L, 265L, 265L, 265L, 266L, 266L, 266L, 266L, 267L, 267L, 267L, 267L, 268L, 268L, 268L, 268L, 269L, 269L, 269L, 269L, 270L, 270L, 270L, 270L, 271L, 271L, 271L, 271L, 272L, 272L, 272L, 272L, 273L, 273L, 273L, 273L, 274L, 274L, 274L, 274L, 275L, 275L, 275L, 275L, 276L, 276L, 276L, 276L, 277L, 277L, 277L, 277L, 278L, 278L, 278L, 278L, 279L, 279L, 279L, 279L, 280L, 280L, 280L, 280L, 281L, 281L, 281L, 281L, 282L, 282L, 282L, 282L, 283L, 283L, 283L, 283L, 285L, 285L, 285L, 285L, 286L, 286L, 286L, 286L, 320L, 320L, 320L, 287L, 287L, 288L, 288L, 288L, 288L, 289L, 289L, 289L, 289L, 290L, 290L, 290L, 290L, 291L, 291L, 291L, 291L, 292L, 292L, 292L, 292L, 293L, 293L, 293L, 293L, 294L, 294L, 294L, 294L, 295L, 295L, 295L, 295L, 296L, 296L, 296L, 296L, 297L, 297L, 297L, 297L, 298L, 298L, 298L, 298L, 299L, 299L, 299L, 299L, 300L, 300L, 300L, 300L, 301L, 301L, 301L, 301L, 302L, 302L, 302L, 302L, 303L, 303L, 303L, 303L, 304L, 304L, 304L, 304L, 305L, 305L, 305L, 305L, 306L, 306L, 306L, 306L, 307L, 307L, 307L, 307L, 308L, 308L, 308L, 308L, 309L, 309L, 309L, 309L, 310L, 310L, 310L, 310L, 311L, 311L, 311L, 311L, 312L, 312L, 312L, 312L, 313L, 313L, 313L, 313L, 314L, 314L, 314L, 314L, 315L, 315L, 315L, 315L, 316L, 316L, 316L, 316L, 317L, 317L, 317L, 317L, 318L, 318L, 318L, 318L, 319L, 319L, 319L, 319L, 321L, 321L, 321L, 321L, 322L, 322L, 322L, 322L, 356L, 356L, 356L, 323L, 323L, 324L, 324L, 324L, 324L, 325L, 325L, 325L, 325L, 326L, 326L, 326L, 326L, 327L, 327L, 327L, 327L, 328L, 328L, 328L, 328L, 329L, 329L, 329L, 329L, 330L, 330L, 330L, 330L, 331L, 331L, 331L, 331L, 332L, 332L, 332L, 332L, 333L, 333L, 333L, 333L, 334L, 334L, 334L, 334L, 335L, 335L, 335L, 335L, 336L, 336L, 336L, 336L, 337L, 337L, 337L, 337L, 338L, 338L, 338L, 338L, 339L, 339L, 339L, 339L, 340L, 340L, 340L, 340L, 341L, 341L, 341L, 341L, 342L, 342L, 342L, 342L, 343L, 343L, 343L, 343L, 344L, 344L, 344L, 344L, 345L, 345L, 345L, 345L, 346L, 346L, 346L, 346L, 347L, 347L, 347L, 347L, 348L, 348L, 348L, 348L, 349L, 349L, 349L, 349L, 350L, 350L, 350L, 350L, 351L, 351L, 351L, 351L, 352L, 352L, 352L, 352L, 353L, 353L, 353L, 353L, 354L, 354L, 354L, 354L, 355L, 355L, 355L, 355L, 357L, 357L, 357L, 357L, 358L, 358L, 358L, 358L, 392L, 392L, 392L, 359L, 359L, 360L, 360L, 360L, 360L, 361L, 361L, 361L, 361L, 362L, 362L, 362L, 362L, 363L, 363L, 363L, 363L, 364L, 364L, 364L, 364L, 365L, 365L, 365L, 365L, 366L, 366L, 366L, 366L, 367L, 367L, 367L, 367L, 368L, 368L, 368L, 368L, 369L, 369L, 369L, 369L, 370L, 370L, 370L, 370L, 371L, 371L, 371L, 371L, 372L, 372L, 372L, 372L, 373L, 373L, 373L, 373L, 374L, 374L, 374L, 374L, 375L, 375L, 375L, 375L, 376L, 376L, 376L, 376L, 377L, 377L, 377L, 377L, 378L, 378L, 378L, 378L, 379L, 379L, 379L, 379L, 380L, 380L, 380L, 380L, 381L, 381L, 381L, 381L, 382L, 382L, 382L, 382L, 383L, 383L, 383L, 383L, 384L, 384L, 384L, 384L, 385L, 385L, 385L, 385L, 386L, 386L, 386L, 386L, 387L, 387L, 387L, 387L, 388L, 388L, 388L, 388L, 389L, 389L, 389L, 389L, 390L, 390L, 390L, 390L, 391L, 391L, 391L, 391L, 393L, 393L, 393L, 393L, 394L, 394L, 394L, 394L, 428L, 428L, 428L, 395L, 395L, 396L, 396L, 396L, 396L, 397L, 397L, 397L, 397L, 398L, 398L, 398L, 398L, 399L, 399L, 399L, 399L, 400L, 400L, 400L, 400L, 401L, 401L, 401L, 401L, 402L, 402L, 402L, 402L, 403L, 403L, 403L, 403L, 404L, 404L, 404L, 404L, 405L, 405L, 405L, 405L, 406L, 406L, 406L, 406L, 407L, 407L, 407L, 407L, 408L, 408L, 408L, 408L, 409L, 409L, 409L, 409L, 410L, 410L, 410L, 410L, 411L, 411L, 411L, 411L, 412L, 412L, 412L, 412L, 413L, 413L, 413L, 413L, 414L, 414L, 414L, 414L, 415L, 415L, 415L, 415L, 416L, 416L, 416L, 416L, 417L, 417L, 417L, 417L, 418L, 418L, 418L, 418L, 419L, 419L, 419L, 419L, 420L, 420L, 420L, 420L, 421L, 421L, 421L, 421L, 422L, 422L, 422L, 422L, 423L, 423L, 423L, 423L, 424L, 424L, 424L, 424L, 425L, 425L, 425L, 425L, 426L, 426L, 426L, 426L, 427L, 427L, 427L, 427L, 429L, 429L, 429L, 429L, 430L, 430L, 430L, 430L, 464L, 464L, 464L, 431L, 431L, 432L, 432L, 432L, 432L, 433L, 433L, 433L, 433L, 434L, 434L, 434L, 434L, 435L, 435L, 435L, 435L, 436L, 436L, 436L, 436L, 437L, 437L, 437L, 437L, 438L, 438L, 438L, 438L, 439L, 439L, 439L, 439L, 440L, 440L, 440L, 440L, 441L, 441L, 441L, 441L, 442L, 442L, 442L, 442L, 443L, 443L, 443L, 443L, 444L, 444L, 444L, 444L, 445L, 445L, 445L, 445L, 446L, 446L, 446L, 446L, 447L, 447L, 447L, 447L, 448L, 448L, 448L, 448L, 449L, 449L, 449L, 449L, 450L, 450L, 450L, 450L, 451L, 451L, 451L, 451L, 452L, 452L, 452L, 452L, 453L, 453L, 453L, 453L, 454L, 454L, 454L, 454L, 455L, 455L, 455L, 455L, 456L, 456L, 456L, 456L, 457L, 457L, 457L, 457L, 458L, 458L, 458L, 458L, 459L, 459L, 459L, 459L, 460L, 460L, 460L, 460L, 461L, 461L, 461L, 461L, 462L, 462L, 462L, 462L, 463L, 463L, 463L, 463L, 465L, 465L, 465L, 465L, 466L, 466L, 466L, 466L, 500L, 500L, 500L, 467L, 467L, 468L, 468L, 468L, 468L, 469L, 469L, 469L, 469L, 470L, 470L, 470L, 470L, 471L, 471L, 471L, 471L, 472L, 472L, 472L, 472L, 473L, 473L, 473L, 473L, 474L, 474L, 474L, 474L, 475L, 475L, 475L, 475L, 476L, 476L, 476L, 476L, 477L, 477L, 477L, 477L, 478L, 478L, 478L, 478L, 479L, 479L, 479L, 479L, 480L, 480L, 480L, 480L, 481L, 481L, 481L, 481L, 482L, 482L, 482L, 482L, 483L, 483L, 483L, 483L, 484L, 484L, 484L, 484L, 485L, 485L, 485L, 485L, 486L, 486L, 486L, 486L, 487L, 487L, 487L, 487L, 488L, 488L, 488L, 488L, 489L, 489L, 489L, 489L, 490L, 490L, 490L, 490L, 491L, 491L, 491L, 491L, 492L, 492L, 492L, 492L, 493L, 493L, 493L, 493L, 494L, 494L, 494L, 494L, 495L, 495L, 495L, 495L, 496L, 496L, 496L, 496L, 497L, 497L, 497L, 497L, 498L, 498L, 498L, 498L, 499L, 499L, 499L, 499L, 501L, 501L, 501L, 501L, 502L, 502L, 502L, 502L, 536L, 536L, 536L, 503L, 503L, 504L, 504L, 504L, 504L, 505L, 505L, 505L, 505L, 506L, 506L, 506L, 506L, 507L, 507L, 507L, 507L, 508L, 508L, 508L, 508L, 509L, 509L, 509L, 509L, 510L, 510L, 510L, 510L, 511L, 511L, 511L, 511L, 512L, 512L, 512L, 512L, 513L, 513L, 513L, 513L, 514L, 514L, 514L, 514L, 515L, 515L, 515L, 515L, 516L, 516L, 516L, 516L, 517L, 517L, 517L, 517L, 518L, 518L, 518L, 518L, 519L, 519L, 519L, 519L, 520L, 520L, 520L, 520L, 521L, 521L, 521L, 521L, 522L, 522L, 522L, 522L, 523L, 523L, 523L, 523L, 524L, 524L, 524L, 524L, 525L, 525L, 525L, 525L, 526L, 526L, 526L, 526L, 527L, 527L, 527L, 527L, 528L, 528L, 528L, 528L, 529L, 529L, 529L, 529L, 530L, 530L, 530L, 530L, 531L, 531L, 531L, 531L, 532L, 532L, 532L, 532L, 533L, 533L, 533L, 533L, 534L, 534L, 534L, 534L, 535L, 535L, 535L, 535L, 537L, 537L, 537L, 537L, 538L, 538L, 538L, 538L, 572L, 572L, 572L, 539L, 539L, 540L, 540L, 540L, 540L, 541L, 541L, 541L, 541L, 542L, 542L, 542L, 542L, 543L, 543L, 543L, 543L, 544L, 544L, 544L, 544L, 545L, 545L, 545L, 545L, 546L, 546L, 546L, 546L, 547L, 547L, 547L, 547L, 548L, 548L, 548L, 548L, 549L, 549L, 549L, 549L, 550L, 550L, 550L, 550L, 551L, 551L, 551L, 551L, 552L, 552L, 552L, 552L, 553L, 553L, 553L, 553L, 554L, 554L, 554L, 554L, 555L, 555L, 555L, 555L, 556L, 556L, 556L, 556L, 557L, 557L, 557L, 557L, 558L, 558L, 558L, 558L, 559L, 559L, 559L, 559L, 560L, 560L, 560L, 560L, 561L, 561L, 561L, 561L, 562L, 562L, 562L, 562L, 563L, 563L, 563L, 563L, 564L, 564L, 564L, 564L, 565L, 565L, 565L, 565L, 566L, 566L, 566L, 566L, 567L, 567L, 567L, 567L, 568L, 568L, 568L, 568L, 569L, 569L, 569L, 569L, 570L, 570L, 570L, 570L, 571L, 571L, 571L, 571L, 573L, 573L, 573L, 573L, 574L, 574L, 574L, 574L, 608L, 608L, 608L, 575L, 575L, 576L, 576L, 576L, 576L, 577L, 577L, 577L, 577L, 578L, 578L, 578L, 578L, 579L, 579L, 579L, 579L, 580L, 580L, 580L, 580L, 581L, 581L, 581L, 581L, 582L, 582L, 582L, 582L, 583L, 583L, 583L, 583L, 584L, 584L, 584L, 584L, 585L, 585L, 585L, 585L, 586L, 586L, 586L, 586L, 587L, 587L, 587L, 587L, 588L, 588L, 588L, 588L, 589L, 589L, 589L, 589L, 590L, 590L, 590L, 590L, 591L, 591L, 591L, 591L, 592L, 592L, 592L, 592L, 593L, 593L, 593L, 593L, 594L, 594L, 594L, 594L, 595L, 595L, 595L, 595L, 596L, 596L, 596L, 596L, 597L, 597L, 597L, 597L, 598L, 598L, 598L, 598L, 599L, 599L, 599L, 599L, 600L, 600L, 600L, 600L, 601L, 601L, 601L, 601L, 602L, 602L, 602L, 602L, 603L, 603L, 603L, 603L, 604L, 604L, 604L, 604L, 605L, 605L, 605L, 605L, 606L, 606L, 606L, 606L, 607L, 607L, 607L, 607L, 609L, 609L, 609L, 609L, 610L, 610L, 610L, 610L, 644L, 644L, 644L, 611L, 611L, 612L, 612L, 612L, 612L, 613L, 613L, 613L, 613L, 614L, 614L, 614L, 614L, 615L, 615L, 615L, 615L, 616L, 616L, 616L, 616L, 617L, 617L, 617L, 617L, 618L, 618L, 618L, 618L, 619L, 619L, 619L, 619L, 620L, 620L, 620L, 620L, 621L, 621L, 621L, 621L, 622L, 622L, 622L, 622L, 623L, 623L, 623L, 623L, 624L, 624L, 624L, 624L, 625L, 625L, 625L, 625L, 626L, 626L, 626L, 626L, 627L, 627L, 627L, 627L, 628L, 628L, 628L, 628L, 629L, 629L, 629L, 629L, 630L, 630L, 630L, 630L, 631L, 631L, 631L, 631L, 632L, 632L, 632L, 632L, 633L, 633L, 633L, 633L, 634L, 634L, 634L, 634L, 635L, 635L, 635L, 635L, 636L, 636L, 636L, 636L, 637L, 637L, 637L, 637L, 638L, 638L, 638L, 638L, 639L, 639L, 639L, 639L, 640L, 640L, 640L, 640L, 641L, 641L, 641L, 641L, 642L, 642L, 642L, 642L, 643L, 643L, 643L, 643L, 645L, 645L, 645L, 645L, 646L, 646L, 646L, 646L, 680L, 680L, 680L, 647L, 647L, 648L, 648L, 648L, 648L, 649L, 649L, 649L, 649L, 650L, 650L, 650L, 650L, 651L, 651L, 651L, 651L, 652L, 652L, 652L, 652L, 653L, 653L, 653L, 653L, 654L, 654L, 654L, 654L, 655L, 655L, 655L, 655L, 656L, 656L, 656L, 656L, 657L, 657L, 657L, 657L, 658L, 658L, 658L, 658L, 659L, 659L, 659L, 659L, 660L, 660L, 660L, 660L, 661L, 661L, 661L, 661L, 662L, 662L, 662L, 662L, 663L, 663L, 663L, 663L, 664L, 664L, 664L, 664L, 665L, 665L, 665L, 665L, 666L, 666L, 666L, 666L, 667L, 667L, 667L, 667L, 668L, 668L, 668L, 668L, 669L, 669L, 669L, 669L, 670L, 670L, 670L, 670L, 671L, 671L, 671L, 671L, 672L, 672L, 672L, 672L, 673L, 673L, 673L, 673L, 674L, 674L, 674L, 674L, 675L, 675L, 675L, 675L, 676L, 676L, 676L, 676L, 677L, 677L, 677L, 677L, 678L, 678L, 678L, 678L, 679L, 679L, 679L, 679L, 681L, 681L, 681L, 681L, 682L, 682L, 682L, 682L, 716L, 716L, 716L, 683L, 683L, 684L, 684L, 684L, 684L, 685L, 685L, 685L, 685L, 686L, 686L, 686L, 686L, 687L, 687L, 687L, 687L, 688L, 688L, 688L, 688L, 689L, 689L, 689L, 689L, 690L, 690L, 690L, 690L, 691L, 691L, 691L, 691L, 692L, 692L, 692L, 692L, 693L, 693L, 693L, 693L, 694L, 694L, 694L, 694L, 695L, 695L, 695L, 695L, 696L, 696L, 696L, 696L, 697L, 697L, 697L, 697L, 698L, 698L, 698L, 698L, 699L, 699L, 699L, 699L, 700L, 700L, 700L, 700L, 701L, 701L, 701L, 701L, 702L, 702L, 702L, 702L, 703L, 703L, 703L, 703L, 704L, 704L, 704L, 704L, 705L, 705L, 705L, 705L, 706L, 706L, 706L, 706L, 707L, 707L, 707L, 707L, 708L, 708L, 708L, 708L, 709L, 709L, 709L, 709L, 710L, 710L, 710L, 710L, 711L, 711L, 711L, 711L, 712L, 712L, 712L, 712L, 713L, 713L, 713L, 713L, 714L, 714L, 714L, 714L, 715L, 715L, 715L, 715L, 717L, 717L, 717L, 717L, 718L, 718L, 718L, 718L, 752L, 752L, 752L, 719L, 719L, 720L, 720L, 720L, 720L, 721L, 721L, 721L, 721L, 722L, 722L, 722L, 722L, 723L, 723L, 723L, 723L, 724L, 724L, 724L, 724L, 725L, 725L, 725L, 725L, 726L, 726L, 726L, 726L, 727L, 727L, 727L, 727L, 728L, 728L, 728L, 728L, 729L, 729L, 729L, 729L, 730L, 730L, 730L, 730L, 731L, 731L, 731L, 731L, 732L, 732L, 732L, 732L, 733L, 733L, 733L, 733L, 734L, 734L, 734L, 734L, 735L, 735L, 735L, 735L, 736L, 736L, 736L, 736L, 737L, 737L, 737L, 737L, 738L, 738L, 738L, 738L, 739L, 739L, 739L, 739L, 740L, 740L, 740L, 740L, 741L, 741L, 741L, 741L, 742L, 742L, 742L, 742L, 743L, 743L, 743L, 743L, 744L, 744L, 744L, 744L, 745L, 745L, 745L, 745L, 746L, 746L, 746L, 746L, 747L, 747L, 747L, 747L, 748L, 748L, 748L, 748L, 749L, 749L, 749L, 749L, 750L, 750L, 750L, 750L, 751L, 751L, 751L, 751L, 753L, 753L, 753L, 753L, 754L, 754L, 754L, 754L, 788L, 788L, 788L, 755L, 755L, 756L, 756L, 756L, 756L, 757L, 757L, 757L, 757L, 758L, 758L, 758L, 758L, 759L, 759L, 759L, 759L, 760L, 760L, 760L, 760L, 761L, 761L, 761L, 761L, 762L, 762L, 762L, 762L, 763L, 763L, 763L, 763L, 764L, 764L, 764L, 764L, 765L, 765L, 765L, 765L, 766L, 766L, 766L, 766L, 767L, 767L, 767L, 767L, 768L, 768L, 768L, 768L, 769L, 769L, 769L, 769L, 770L, 770L, 770L, 770L, 771L, 771L, 771L, 771L, 772L, 772L, 772L, 772L, 773L, 773L, 773L, 773L, 774L, 774L, 774L, 774L, 775L, 775L, 775L, 775L, 776L, 776L, 776L, 776L, 777L, 777L, 777L, 777L, 778L, 778L, 778L, 778L, 779L, 779L, 779L, 779L, 780L, 780L, 780L, 780L, 781L, 781L, 781L, 781L, 782L, 782L, 782L, 782L, 783L, 783L, 783L, 783L, 784L, 784L, 784L, 784L, 785L, 785L, 785L, 785L, 786L, 786L, 786L, 786L, 787L, 787L, 787L, 787L, 789L, 789L, 789L, 789L, 790L, 790L, 790L, 790L, 824L, 824L, 824L, 791L, 791L, 792L, 792L, 792L, 792L, 793L, 793L, 793L, 793L, 794L, 794L, 794L, 794L, 795L, 795L, 795L, 795L, 796L, 796L, 796L, 796L, 797L, 797L, 797L, 797L, 798L, 798L, 798L, 798L, 799L, 799L, 799L, 799L, 800L, 800L, 800L, 800L, 801L, 801L, 801L, 801L, 802L, 802L, 802L, 802L, 803L, 803L, 803L, 803L, 804L, 804L, 804L, 804L, 805L, 805L, 805L, 805L, 806L, 806L, 806L, 806L, 807L, 807L, 807L, 807L, 808L, 808L, 808L, 808L, 809L, 809L, 809L, 809L, 810L, 810L, 810L, 810L, 811L, 811L, 811L, 811L, 812L, 812L, 812L, 812L, 813L, 813L, 813L, 813L, 814L, 814L, 814L, 814L, 815L, 815L, 815L, 815L, 816L, 816L, 816L, 816L, 817L, 817L, 817L, 817L, 818L, 818L, 818L, 818L, 819L, 819L, 819L, 819L, 820L, 820L, 820L, 820L, 821L, 821L, 821L, 821L, 822L, 822L, 822L, 822L, 823L, 823L, 823L, 823L, 825L, 825L, 825L, 825L, 826L, 826L, 826L, 826L, 860L, 860L, 860L, 827L, 827L, 828L, 828L, 828L, 828L, 829L, 829L, 829L, 829L, 830L, 830L, 830L, 830L, 831L, 831L, 831L, 831L, 832L, 832L, 832L, 832L, 833L, 833L, 833L, 833L, 834L, 834L, 834L, 834L, 835L, 835L, 835L, 835L, 836L, 836L, 836L, 836L, 837L, 837L, 837L, 837L, 838L, 838L, 838L, 838L, 839L, 839L, 839L, 839L, 840L, 840L, 840L, 840L, 841L, 841L, 841L, 841L, 842L, 842L, 842L, 842L, 843L, 843L, 843L, 843L, 844L, 844L, 844L, 844L, 845L, 845L, 845L, 845L, 846L, 846L, 846L, 846L, 847L, 847L, 847L, 847L, 848L, 848L, 848L, 848L, 849L, 849L, 849L, 849L, 850L, 850L, 850L, 850L, 851L, 851L, 851L, 851L, 852L, 852L, 852L, 852L, 853L, 853L, 853L, 853L, 854L, 854L, 854L, 854L, 855L, 855L, 855L, 855L, 856L, 856L, 856L, 856L, 857L, 857L, 857L, 857L, 858L, 858L, 858L, 858L, 859L, 859L, 859L, 859L, 861L, 861L, 861L, 861L, 862L, 862L, 862L, 862L, 896L, 896L, 896L, 863L, 863L, 864L, 864L, 864L, 864L, 865L, 865L, 865L, 865L, 866L, 866L, 866L, 866L, 867L, 867L, 867L, 867L, 868L, 868L, 868L, 868L, 869L, 869L, 869L, 869L, 870L, 870L, 870L, 870L, 871L, 871L, 871L, 871L, 872L, 872L, 872L, 872L, 873L, 873L, 873L, 873L, 874L, 874L, 874L, 874L, 875L, 875L, 875L, 875L, 876L, 876L, 876L, 876L, 877L, 877L, 877L, 877L, 878L, 878L, 878L, 878L, 879L, 879L, 879L, 879L, 880L, 880L, 880L, 880L, 881L, 881L, 881L, 881L, 882L, 882L, 882L, 882L, 883L, 883L, 883L, 883L, 884L, 884L, 884L, 884L, 885L, 885L, 885L, 885L, 886L, 886L, 886L, 886L, 887L, 887L, 887L, 887L, 888L, 888L, 888L, 888L, 889L, 889L, 889L, 889L, 890L, 890L, 890L, 890L, 891L, 891L, 891L, 891L, 892L, 892L, 892L, 892L, 893L, 893L, 893L, 893L, 894L, 894L, 894L, 894L, 895L, 895L, 895L, 895L, 897L, 897L, 897L, 897L, 898L, 898L, 898L, 898L, 932L, 932L, 932L, 899L, 899L, 900L, 900L, 900L, 900L, 901L, 901L, 901L, 901L, 902L, 902L, 902L, 902L, 903L, 903L, 903L, 903L, 904L, 904L, 904L, 904L, 905L, 905L, 905L, 905L, 906L, 906L, 906L, 906L, 907L, 907L, 907L, 907L, 908L, 908L, 908L, 908L, 909L, 909L, 909L, 909L, 910L, 910L, 910L, 910L, 911L, 911L, 911L, 911L, 912L, 912L, 912L, 912L, 913L, 913L, 913L, 913L, 914L, 914L, 914L, 914L, 915L, 915L, 915L, 915L, 916L, 916L, 916L, 916L, 917L, 917L, 917L, 917L, 918L, 918L, 918L, 918L, 919L, 919L, 919L, 919L, 920L, 920L, 920L, 920L, 921L, 921L, 921L, 921L, 922L, 922L, 922L, 922L, 923L, 923L, 923L, 923L, 924L, 924L, 924L, 924L, 925L, 925L, 925L, 925L, 926L, 926L, 926L, 926L, 927L, 927L, 927L, 927L, 928L, 928L, 928L, 928L, 929L, 929L, 929L, 929L, 930L, 930L, 930L, 930L, 931L, 931L, 931L, 931L, 933L, 933L, 933L, 933L, 934L, 934L, 934L, 934L, 968L, 968L, 968L, 935L, 935L, 936L, 936L, 936L, 936L, 937L, 937L, 937L, 937L, 938L, 938L, 938L, 938L, 939L, 939L, 939L, 939L, 940L, 940L, 940L, 940L, 941L, 941L, 941L, 941L, 942L, 942L, 942L, 942L, 943L, 943L, 943L, 943L, 944L, 944L, 944L, 944L, 945L, 945L, 945L, 945L, 946L, 946L, 946L, 946L, 947L, 947L, 947L, 947L, 948L, 948L, 948L, 948L, 949L, 949L, 949L, 949L, 950L, 950L, 950L, 950L, 951L, 951L, 951L, 951L, 952L, 952L, 952L, 952L, 953L, 953L, 953L, 953L, 954L, 954L, 954L, 954L, 955L, 955L, 955L, 955L, 956L, 956L, 956L, 956L, 957L, 957L, 957L, 957L, 958L, 958L, 958L, 958L, 959L, 959L, 959L, 959L, 960L, 960L, 960L, 960L, 961L, 961L, 961L, 961L, 962L, 962L, 962L, 962L, 963L, 963L, 963L, 963L, 964L, 964L, 964L, 964L, 965L, 965L, 965L, 965L, 966L, 966L, 966L, 966L, 967L, 967L, 967L, 967L, 969L, 969L, 969L, 969L, 970L, 970L, 970L, 970L, 1004L, 1004L, 1004L, 971L, 971L, 972L, 972L, 972L, 972L, 973L, 973L, 973L, 973L, 974L, 974L, 974L, 974L, 975L, 975L, 975L, 975L, 976L, 976L, 976L, 976L, 977L, 977L, 977L, 977L, 978L, 978L, 978L, 978L, 979L, 979L, 979L, 979L, 980L, 980L, 980L, 980L, 981L, 981L, 981L, 981L, 982L, 982L, 982L, 982L, 983L, 983L, 983L, 983L, 984L, 984L, 984L, 984L, 985L, 985L, 985L, 985L, 986L, 986L, 986L, 986L, 987L, 987L, 987L, 987L, 988L, 988L, 988L, 988L, 989L, 989L, 989L, 989L, 990L, 990L, 990L, 990L, 991L, 991L, 991L, 991L, 992L, 992L, 992L, 992L, 993L, 993L, 993L, 993L, 994L, 994L, 994L, 994L, 995L, 995L, 995L, 995L, 996L, 996L, 996L, 996L, 997L, 997L, 997L, 997L, 998L, 998L, 998L, 998L, 999L, 999L, 999L, 999L, 1000L, 1000L, 1000L, 1000L, 1001L, 1001L, 1001L, 1001L, 1002L, 1002L, 1002L, 1002L, 1003L, 1003L, 1003L, 1003L, 1005L, 1005L, 1005L, 1005L, 1006L, 1006L, 1006L, 1006L, 1040L, 1040L, 1040L, 1007L, 1007L, 1008L, 1008L, 1008L, 1008L, 1009L, 1009L, 1009L, 1009L, 1010L, 1010L, 1010L, 1010L, 1011L, 1011L, 1011L, 1011L, 1012L, 1012L, 1012L, 1012L, 1013L, 1013L, 1013L, 1013L, 1014L, 1014L, 1014L, 1014L, 1015L, 1015L, 1015L, 1015L, 1016L, 1016L, 1016L, 1016L, 1017L, 1017L, 1017L, 1017L, 1018L, 1018L, 1018L, 1018L, 1019L, 1019L, 1019L, 1019L, 1020L, 1020L, 1020L, 1020L, 1021L, 1021L, 1021L, 1021L, 1022L, 1022L, 1022L, 1022L, 1023L, 1023L, 1023L, 1023L, 1024L, 1024L, 1024L, 1024L, 1025L, 1025L, 1025L, 1025L, 1026L, 1026L, 1026L, 1026L, 1027L, 1027L, 1027L, 1027L, 1028L, 1028L, 1028L, 1028L, 1029L, 1029L, 1029L, 1029L, 1030L, 1030L, 1030L, 1030L, 1031L, 1031L, 1031L, 1031L, 1032L, 1032L, 1032L, 1032L, 1033L, 1033L, 1033L, 1033L, 1034L, 1034L, 1034L, 1034L, 1035L, 1035L, 1035L, 1035L, 1036L, 1036L, 1036L, 1036L, 1037L, 1037L, 1037L, 1037L, 1038L, 1038L, 1038L, 1038L, 1039L, 1039L, 1039L, 1039L, 1041L, 1041L, 1041L, 1041L, 1042L, 1042L, 1042L, 1042L, 1076L, 1076L, 1076L, 1043L, 1043L, 1044L, 1044L, 1044L, 1044L, 1045L, 1045L, 1045L, 1045L, 1046L, 1046L, 1046L, 1046L, 1047L, 1047L, 1047L, 1047L, 1048L, 1048L, 1048L, 1048L, 1049L, 1049L, 1049L, 1049L, 1050L, 1050L, 1050L, 1050L, 1051L, 1051L, 1051L, 1051L, 1052L, 1052L, 1052L, 1052L, 1053L, 1053L, 1053L, 1053L, 1054L, 1054L, 1054L, 1054L, 1055L, 1055L, 1055L, 1055L, 1056L, 1056L, 1056L, 1056L, 1057L, 1057L, 1057L, 1057L, 1058L, 1058L, 1058L, 1058L, 1059L, 1059L, 1059L, 1059L, 1060L, 1060L, 1060L, 1060L, 1061L, 1061L, 1061L, 1061L, 1062L, 1062L, 1062L, 1062L, 1063L, 1063L, 1063L, 1063L, 1064L, 1064L, 1064L, 1064L, 1065L, 1065L, 1065L, 1065L, 1066L, 1066L, 1066L, 1066L, 1067L, 1067L, 1067L, 1067L, 1068L, 1068L, 1068L, 1068L, 1069L, 1069L, 1069L, 1069L, 1070L, 1070L, 1070L, 1070L, 1071L, 1071L, 1071L, 1071L, 1072L, 1072L, 1072L, 1072L, 1073L, 1073L, 1073L, 1073L, 1074L, 1074L, 1074L, 1074L, 1075L, 1075L, 1075L, 1075L, 1077L, 1077L, 1077L, 1077L, 1078L, 1078L, 1078L, 1078L, 1112L, 1112L, 1112L, 1079L, 1079L, 1080L, 1080L, 1080L, 1080L, 1081L, 1081L, 1081L, 1081L, 1082L, 1082L, 1082L, 1082L, 1083L, 1083L, 1083L, 1083L, 1084L, 1084L, 1084L, 1084L, 1085L, 1085L, 1085L, 1085L, 1086L, 1086L, 1086L, 1086L, 1087L, 1087L, 1087L, 1087L, 1088L, 1088L, 1088L, 1088L, 1089L, 1089L, 1089L, 1089L, 1090L, 1090L, 1090L, 1090L, 1091L, 1091L, 1091L, 1091L, 1092L, 1092L, 1092L, 1092L, 1093L, 1093L, 1093L, 1093L, 1094L, 1094L, 1094L, 1094L, 1095L, 1095L, 1095L, 1095L, 1096L, 1096L, 1096L, 1096L, 1097L, 1097L, 1097L, 1097L, 1098L, 1098L, 1098L, 1098L, 1099L, 1099L, 1099L, 1099L, 1100L, 1100L, 1100L, 1100L, 1101L, 1101L, 1101L, 1101L, 1102L, 1102L, 1102L, 1102L, 1103L, 1103L, 1103L, 1103L, 1104L, 1104L, 1104L, 1104L, 1105L, 1105L, 1105L, 1105L, 1106L, 1106L, 1106L, 1106L, 1107L, 1107L, 1107L, 1107L, 1108L, 1108L, 1108L, 1108L, 1109L, 1109L, 1109L, 1109L, 1110L, 1110L, 1110L, 1110L, 1111L, 1111L, 1111L, 1111L, 1113L, 1113L, 1113L, 1113L, 1114L, 1114L, 1114L, 1114L, 1148L, 1148L, 1148L, 1115L, 1115L, 1116L, 1116L, 1116L, 1116L, 1117L, 1117L, 1117L, 1117L, 1118L, 1118L, 1118L, 1118L, 1119L, 1119L, 1119L, 1119L, 1120L, 1120L, 1120L, 1120L, 1121L, 1121L, 1121L, 1121L, 1122L, 1122L, 1122L, 1122L, 1123L, 1123L, 1123L, 1123L, 1124L, 1124L, 1124L, 1124L, 1125L, 1125L, 1125L, 1125L, 1126L, 1126L, 1126L, 1126L, 1127L, 1127L, 1127L, 1127L, 1128L, 1128L, 1128L, 1128L, 1129L, 1129L, 1129L, 1129L, 1130L, 1130L, 1130L, 1130L, 1131L, 1131L, 1131L, 1131L, 1132L, 1132L, 1132L, 1132L, 1133L, 1133L, 1133L, 1133L, 1134L, 1134L, 1134L, 1134L, 1135L, 1135L, 1135L, 1135L, 1136L, 1136L, 1136L, 1136L, 1137L, 1137L, 1137L, 1137L, 1138L, 1138L, 1138L, 1138L, 1139L, 1139L, 1139L, 1139L, 1140L, 1140L, 1140L, 1140L, 1141L, 1141L, 1141L, 1141L, 1142L, 1142L, 1142L, 1142L, 1143L, 1143L, 1143L, 1143L, 1144L, 1144L, 1144L, 1144L, 1145L, 1145L, 1145L, 1145L, 1146L, 1146L, 1146L, 1146L, 1147L, 1147L, 1147L, 1147L, 1149L, 1149L, 1149L, 1149L, 1150L, 1150L, 1150L, 1150L, 1184L, 1184L, 1184L, 1151L, 1151L, 1152L, 1152L, 1152L, 1152L, 1153L, 1153L, 1153L, 1153L, 1154L, 1154L, 1154L, 1154L, 1155L, 1155L, 1155L, 1155L, 1156L, 1156L, 1156L, 1156L, 1157L, 1157L, 1157L, 1157L, 1158L, 1158L, 1158L, 1158L, 1159L, 1159L, 1159L, 1159L, 1160L, 1160L, 1160L, 1160L, 1161L, 1161L, 1161L, 1161L, 1162L, 1162L, 1162L, 1162L, 1163L, 1163L, 1163L, 1163L, 1164L, 1164L, 1164L, 1164L, 1165L, 1165L, 1165L, 1165L, 1166L, 1166L, 1166L, 1166L, 1167L, 1167L, 1167L, 1167L, 1168L, 1168L, 1168L, 1168L, 1169L, 1169L, 1169L, 1169L, 1170L, 1170L, 1170L, 1170L, 1171L, 1171L, 1171L, 1171L, 1172L, 1172L, 1172L, 1172L, 1173L, 1173L, 1173L, 1173L, 1174L, 1174L, 1174L, 1174L, 1175L, 1175L, 1175L, 1175L, 1176L, 1176L, 1176L, 1176L, 1177L, 1177L, 1177L, 1177L, 1178L, 1178L, 1178L, 1178L, 1179L, 1179L, 1179L, 1179L, 1180L, 1180L, 1180L, 1180L, 1181L, 1181L, 1181L, 1181L, 1182L, 1182L, 1182L, 1182L, 1183L, 1183L, 1183L, 1183L, 1185L, 1185L, 1185L, 1185L, 1186L, 1186L, 1186L, 1186L, 1220L, 1220L, 1220L, 1187L, 1187L, 1188L, 1188L, 1188L, 1188L, 1189L, 1189L, 1189L, 1189L, 1190L, 1190L, 1190L, 1190L, 1191L, 1191L, 1191L, 1191L, 1192L, 1192L, 1192L, 1192L, 1193L, 1193L, 1193L, 1193L, 1194L, 1194L, 1194L, 1194L, 1195L, 1195L, 1195L, 1195L, 1196L, 1196L, 1196L, 1196L, 1197L, 1197L, 1197L, 1197L, 1198L, 1198L, 1198L, 1198L, 1199L, 1199L, 1199L, 1199L, 1200L, 1200L, 1200L, 1200L, 1201L, 1201L, 1201L, 1201L, 1202L, 1202L, 1202L, 1202L, 1203L, 1203L, 1203L, 1203L, 1204L, 1204L, 1204L, 1204L, 1205L, 1205L, 1205L, 1205L, 1206L, 1206L, 1206L, 1206L, 1207L, 1207L, 1207L, 1207L, 1208L, 1208L, 1208L, 1208L, 1209L, 1209L, 1209L, 1209L, 1210L, 1210L, 1210L, 1210L, 1211L, 1211L, 1211L, 1211L, 1212L, 1212L, 1212L, 1212L, 1213L, 1213L, 1213L, 1213L, 1214L, 1214L, 1214L, 1214L, 1215L, 1215L, 1215L, 1215L, 1216L, 1216L, 1216L, 1216L, 1217L, 1217L, 1217L, 1217L, 1218L, 1218L, 1218L, 1218L, 1219L, 1219L, 1219L, 1219L, 1221L, 1221L, 1221L, 1221L, 1222L, 1222L, 1222L, 1222L, 1256L, 1256L, 1256L, 1223L, 1223L, 1224L, 1224L, 1224L, 1224L, 1225L, 1225L, 1225L, 1225L, 1226L, 1226L, 1226L, 1226L, 1227L, 1227L, 1227L, 1227L, 1228L, 1228L, 1228L, 1228L, 1229L, 1229L, 1229L, 1229L, 1230L, 1230L, 1230L, 1230L, 1231L, 1231L, 1231L, 1231L, 1232L, 1232L, 1232L, 1232L, 1233L, 1233L, 1233L, 1233L, 1234L, 1234L, 1234L, 1234L, 1235L, 1235L, 1235L, 1235L, 1236L, 1236L, 1236L, 1236L, 1237L, 1237L, 1237L, 1237L, 1238L, 1238L, 1238L, 1238L, 1239L, 1239L, 1239L, 1239L, 1240L, 1240L, 1240L, 1240L, 1241L, 1241L, 1241L, 1241L, 1242L, 1242L, 1242L, 1242L, 1243L, 1243L, 1243L, 1243L, 1244L, 1244L, 1244L, 1244L, 1245L, 1245L, 1245L, 1245L, 1246L, 1246L, 1246L, 1246L, 1247L, 1247L, 1247L, 1247L, 1248L, 1248L, 1248L, 1248L, 1249L, 1249L, 1249L, 1249L, 1250L, 1250L, 1250L, 1250L, 1251L, 1251L, 1251L, 1251L, 1252L, 1252L, 1252L, 1252L, 1253L, 1253L, 1253L, 1253L, 1254L, 1254L, 1254L, 1254L, 1255L, 1255L, 1255L, 1255L, 1257L, 1257L, 1257L, 1257L, 1258L, 1258L, 1258L, 1258L, 1292L, 1292L, 1292L, 1259L, 1259L, 1260L, 1260L, 1260L, 1260L, 1261L, 1261L, 1261L, 1261L, 1262L, 1262L, 1262L, 1262L, 1263L, 1263L, 1263L, 1263L, 1264L, 1264L, 1264L, 1264L, 1265L, 1265L, 1265L, 1265L, 1266L, 1266L, 1266L, 1266L, 1267L, 1267L, 1267L, 1267L, 1268L, 1268L, 1268L, 1268L, 1269L, 1269L, 1269L, 1269L, 1270L, 1270L, 1270L, 1270L, 1271L, 1271L, 1271L, 1271L, 1272L, 1272L, 1272L, 1272L, 1273L, 1273L, 1273L, 1273L, 1274L, 1274L, 1274L, 1274L, 1275L, 1275L, 1275L, 1275L, 1276L, 1276L, 1276L, 1276L, 1277L, 1277L, 1277L, 1277L, 1278L, 1278L, 1278L, 1278L, 1279L, 1279L, 1279L, 1279L, 1280L, 1280L, 1280L, 1280L, 1281L, 1281L, 1281L, 1281L, 1282L, 1282L, 1282L, 1282L, 1283L, 1283L, 1283L, 1283L, 1284L, 1284L, 1284L, 1284L, 1285L, 1285L, 1285L, 1285L, 1286L, 1286L, 1286L, 1286L, 1287L, 1287L, 1287L, 1287L, 1288L, 1288L, 1288L, 1288L, 1289L, 1289L, 1289L, 1289L, 1290L, 1290L, 1290L, 1290L, 1291L, 1291L, 1291L, 1291L, 1293L, 1293L, 1293L, 1293L, 1294L, 1294L, 1294L, 1294L, 1295L, 1295L, 1295L), dist = c(21.1510013869712, 37.4010007318196, 28.1909988621491, 4.16100138426606, 9.72399991613146, 11.8450009998743, 1.14200779952464, 0.226038715212467, 4.66100163731309, 10.4130009404383, 16.5750012866532, 4.76300231077821, 3.13800325454969, 8.43700130352566, 2.28700635907718, 5.13799836306622, 16.1870027182739, 0.0751164133369742, 14.923000917383, 0.24703535885659, 0.0960900978872019, 0.00730490346636498, 11.898000969907, 0.517016511506363, 12.4650003721451, 1.92100452257853, 0.861009666089897, 2.24900393221594, 4.72600166891891, 4.03700280637609, 11.362001706229, 2.46300334509006, 0.110079019273874, 31.9940002293566, 77.8540002030506, 73.6220017658563, 52.4710010022573, 90.9680025101845, 69.8170014671064, 32.4160013786204, 17.3460011718223, 69.569000493693, 32.1680000142659, 3.97700555556055, 0.248036098248205, 22.1810010153984, 6.00999976588544, 1.84900841287839, 9.98700038090425, 20.2969998330147, 16.1360002175275, 6.41200336372395, 14.2870012637121, 17.1260004644119, 7.40200159997703, 4.44300374730108, 0.990008539319297, 12.885001576271, 1.04000830850787, 0.102170301313881, 5.48300138481185, 1.91300918212201, 0.771011167193318, 0.997017630633045, 0.873010088262825, 5.13200335239464, 4.90600142986712, 0.245070737025426, 5.90300134846241, 12.567001293746, 7.90600123529961, 2.50700689452723, 7.66100138485377, 29.2510019515542, 18.8380017120209, 2.26300815999046, 21.3450016273817, 20.7630013244374, 4.18800179806242, 8.95100215319503, 1.92500374643656, 1.00001736096041, 5.76300199453731, 2.62500661374828, 3.1880024482253, 9.93800147228384, 6.80000051361286, 1.63701164300014, 4.17500131623539, 6.41300090663774, 2.0240063639984, 0.263066491705801, 0.387023467263645, 8.62500201288221, 6.3379988061287, 1.20001523043564, 6.60099923984141, 6.94999944624443, 1.81200506524472, 14.3750031150779, 0.612013695480011, 22.8000028595357, 6.61300122872671, 6.68800327487526, 20.9880022370214, 7.86500197850649, 7.94000162732643, 6.98300228783201, 1.25200678837419, 6.89300312137971, 8.03000081398679, 8.2770020479212, 1.04700822218717, 2.6410063676871, 2.88800301717505, 2.98400554721808, 5.38900154975615, 1.15201502071996, 1.24800662367717, 1.254013554596, 1.7360050613478, 0.78402206385527, 0.778011035377854, 11.1200019236471, 2.03200385993602, 0.778022192666013, 11.1200011430217, 11.6370015758121, 0.00416666666666668, 21.1540006261515, 21.6709999275385, 9.20600173707404, 10.0340003081684, 19.2280005901026, 6.7630012949802, 4.84200359315287, 2.44300339301637, 25.4100010074886, 23.4890006899929, 24.3500006176145, 18.6470007783254, 0.501035056047989, 1.36200636192986, 0.887019656547832, 22.9880002936891, 3.83700394100691, 1.58800481020973, 3.1380060208157, 2.47500293508891, 13.3390000960859, 8.61299997024585, 4.57600210022335, 11.7510001893914, 22.4740017032837, 18.4370007454808, 29.7990017994956, 13.8610025946412, 2.35000776916377, 9.01200152398226, 11.4750018944204, 20.7870010737233, 2.11800822743791, 0.345024950320109, 0.45503807840085, 11.1300013712021, 0.396043747220512, 0.506017196917578, 32.500000534188, 0.0511700417548965, 58.461998759641, 26.4679988326029, 51.3860019247709, 58.9679986518466, 130.289005412792, 52.4350053535371, 103.821006858513, 7.9900008575456, 9.35600275588075, 7.23200275154775, 10.1140011787058, 9.86600098149271, 0.758010872008527, 13.2850030615811, 13.0370013219678, 3.05000683656931, 3.17100417180579, 14.6870014567315, 4.7000026098655, 9.58700170408966, 1.65000487946586, 5.80700410357704, 8.48000056588674, 9.47000114662912, 1.10700819243549, 6.42500384652659, 7.41500208620216, 12.8980020631942, 2.05500262194073, 0.872019649910317, 4.61100194361023, 5.4840033717678, 8.2870017036185, 0.834020927043663, 1.70700534084618, 4.1960037598817, 3.77700224867556, 21.9840009957094, 16.0810008678659, 8.42000213818335, 20.2770003785075, 27.8929993177918, 20.2319988726543, 1.11301837543397, 11.8119991022026, 27.7319990696352, 6.38699858199831, 4.46200187672092, 7.50000115740732, 3.77500231015146, 1.85000316631121, 5.03800164549532, 2.61200283505399, 0.438039360813285, 2.75000315656384, 1.42501142025086, 2.28800199341184, 5.5750038770388, 1.40000772625524, 1.78701227866348, 2.82500383569998, 7.40000387197415, 7.78700367822577, 14.3880016949194, 6.00000144675908, 4.87400411129893, 11.4749992305966, 12.0869994221857, 2.91300499409325, 19.3370026983552, 18.7250027523994, 2.26300720631937, 30.8120005563847, 28.6600023605217, 7.67200106279465, 6.42000278051626, 9.93500033967722, 0.277062142093185, 0.975009284559498, 0.0722402754915075, 7.39500163160469, 1.69500993733854, 0.648013159274264, 6.03700257823758, 0.720011369592211, 1.0930162957736, 6.48200169013052, 8.21800252455825, 0.445020154908997, 4.23200445329176, 5.96800186650371, 8.0000021701386, 2.25000385802138, 3.6900052389621, 5.72200163911929, 5.72200315616786, 2.27800368853055, 17.1960011087838, 17.196000603983, 7.16200308018638, 11.4740007336532, 22.6990011234219, 12.6650016009245, 15.1080019044436, 5.50300183682153, 16.3790007700446, 18.8220000110577, 0.175098415738109, 3.71400113180813, 18.284000392579, 0.363024782282252, 22.6249998136676, 0.538016241428009, 4.08800359071769, 18.9000010314932, 16.4250022014021, 3.7250008044718, 17.7119999197034, 15.2370000814212, 3.48600504126993, 1.18800893952286, 17.6500006021626, 5.89900163937647, 7.96200398103256, 2.41300370422085, 7.77400240107388, 6.0870032266176, 14.7000000366188, 1.87500462962391, 19.8620022931541, 0.925008621405068, 12.0550012684971, 13.7750002486976, 10.7880021929469, 0.342025388428428, 0.291059543457647, 11.7130005618136, 1.00501715061343, 1.05600821446907, 57.9119988101451, 1.34700632799883, 1.0560164345962, 57.9119986602529, 161.733005392607, 0.00416666666666668, 10.9310013441048, 114.752006606408, 46.9809989392687, 1.64100603746592, 0.883020988773684, 3.26600606338581, 2.50800478865698, 0.663026291978164, 1.62500534187156, 4.59600444882393, 1.42500532866872, 0.2250775286068, 2.08800350122343, 1.86200883560285, 0.212040835272446, 0.895019855433054, 0.437020138165801, 10.7510010655204, 11.8580005336779, 13.9129994472968, 10.9630001356768, 6.72000380420084, 8.77500060776736, 17.062001292189, 5.13800027041423, 0.897020620882282, 7.39000056428383, 11.1670008947373, 9.67200178250298, 0.0792189767635261, 3.85600172093815, 16.4210015379023, 7.31100105762829, 8.91100172321135, 11.3660009392061, 23.1779992918197, 5.05500202239706, 15.2250015217725, 3.41300455753759, 4.08700223372598, 26.5910008833929, 7.9500029467265, 0.450020052616771, 3.06200594451238, 4.53700066206035, 4.76300031858012, 2.15100119745745, 0.137127701523276, 5.21299910169866, 2.17500721916875, 0.113075756089081, 2.71200820211495, 0.0243610493368522, 3.28800347960482, 0.463016184747775, 5.5370056989467, 3.17500197109327, 6.83700052512798, 0.837008356834665, 3.75000462962677, 6.37400191118554, 12.6500028982985, 9.73700040322081, 21.0750015867169, 13.4870001553427, 22.0989998090437, 8.71300224749682, 18.6480016481535, 12.3620002139155, 4.66300382997339, 14.598000167394, 7.20300152525128, 4.05000328775506, 12.8600019603601, 5.46500174097839, 4.74500449805349, 1.73800395696406, 4.00300459642179, 3.28300359013556, 2.83800641491446, 1.46200583062935, 1.64501101159382, 1.20000704304078, 3.45000484146786, 1.63800578775556, 2.36200781555423, 0.112077943233156, 2.16600742781072, 3.56200271164639, 14.4440004924264, 16.7219996875059, 5.2480024994222, 14.5560003522152, 24.2159993665245, 12.7419993537407, 7.23900081136084, 7.49400063953524, 16.404002294308, 10.9010017728706, 7.18700459763268, 3.6620049339153, 9.70100200324361, 5.98700286896757, 6.52500418658443, 1.20000799670935, 0.912019692221608, 1.45000674951398, 5.17500259186403, 5.0750024733932, 2.75000631312407, 0.975007377228281, 2.16300813319989, 4.20000282973751, 3.00000578703146, 4.18800370541011, 1.77501130675122, 2.02500581256524, 4.06300590566483, 1.65000678680841, 0.225075621911931, 0.12506942516503, 1.57500987848795, 3.4500013716938, 10.3250024444027, 3.22500307311342, 15.0500003906228, 1.275006426793, 10.4380018654391, 11.6000011297934, 12.4230007795165, 0.710011787346689, 0.637027576236642, 11.1480005421536, 0.607028474948117, 0.740011739924098, 0.74002347012551, 0.103083930238145, 0.74002347012551, 0.740011739924098, 47.7209991278425, 0.00416666666666668, 0.524033298680123, 47.5049991050773, 0.216040025738851, 1.53700630384159, 3.1620061466695, 1.78700846398695, 0.162052324010391, 1.92600960914528, 3.32400201638548, 0.00589255650988791, 2.08800350122343, 2.52500649420952, 0.162052324010391, 3.73800551423901, 4.17500322358308, 6.78800075708111, 1.65000678680841, 3.51300543023869, 7.45000002076615, 2.31200778377622, 0.662013768606757, 6.67500183797586, 1.53700630384159, 8.13500236300702, 0.775010819171694, 7.41200299842513, 2.26000406983197, 9.57100191311059, 5.87500147754119, 22.5550029822477, 29.8660023734748, 24.8110024773833, 20.2950024113615, 33.3330016576183, 28.278001138576, 1.6870105657402, 3.46700155772052, 25.8280007408463, 0.763011865064061, 5.30000251274135, 2.45000430601969, 0.238071897389873, 4.77499952909956, 0.438039360813285, 0.525018059962027, 2.31200778377622, 2.90100015412982, 2.92500517247867, 2.46300096090768, 3.08800305864446, 3.11200230109954, 0.0632746996465733, 0.187046688913101, 0.874020413049719, 2.30100246025757, 8.67500123834131, 2.23800284111193, 3.46300244983889, 9.8369988682793, 3.65000628234262, 1.16200621912095, 10.6620003770959, 2.82500383569998, 15.1870014178142, 0.825011284748149, 6.45000345458371, 5.91200021707367, 9.96200163592184, 9.27500246178766, 5.1370025098691, 9.18700121953192, 10.9250008261783, 0.775010819171694, 7.61200369982215, 9.35000130987131, 10.8120018803842, 1.57500436704903, 5.65000364496647, 4.18800275173627, 2.55000699900413, 15.000001532378, 7.4250015752572, 9.06300068314334, 12.6250013751374, 11.6130006635627, 24.4220015958897, 27.984001469865, 13.4280026967121, 15.359001724845, 33.325001283903, 18.7690014695743, 11.2750030656667, 5.3410012285392, 21.7690018045954, 14.2750021339738, 10.6130005982368, 3.00000289351712, 12.2250037089498, 8.56300073907008, 9.76300226653677, 2.05000347147509, 5.30000251274135, 6.50000133546995, 11.5750022628193, 3.26300314857874, 5.71300047540219, 10.7879990041122, 14.9880001207365, 0.787013593294164, 6.3000019927922, 10.5000008267195, 8.4750005226299, 4.48800089657251, 7.37500235404859, 5.35000009665506, 5.47500164510026, 3.12500277777654, 0.437038093595344, 0.562013812970583, 3.78700333317495, 4.91300187366554, 8.68800363097609, 5.46300284019239, 6.13700195917351, 9.25000093843839, 22.4630010704223, 10.8630007151704, 0.2850607571153, 16.9999995569466, 10.7370016054982, 0.411020894974907, 0.308056449808896, 0.12606880203423, 0.633027323129303, 0.530016587955515, 0.530032965596591, 0.222039220207478, 0.530032965596591, 0.530016587955515, 0.746023323400721, 0.00416666666666668, 4.17200408522302, 3.95600227647008, 4.70200197983393, 0.712012084877436, 2.61200615838501, 1.37501262620465, 4.69900125222686, 4.53700448268761, 2.08700405253076, 0.999016020329843, 0.837010264159665, 0.813022986747316, 3.70000310903432, 6.61300349505045, 4.96300109292611, 5.62500308641891, 5.77600247942832, 15.3379985684255, 15.9999986351861, 15.224999614424, 10.3749989293315, 27.0240008102797, 26.2490008800168, 32.1240010897569, 11.0240028626185, 27.0120016803161, 32.8870013015486, 12.5920004326965, 0.763011865064061, 31.2370000675055, 10.9419983214007, 7.47500079667788, 1.65000678680841, 10.7920014255964, 7.32500194799801, 9.77500330195122, 0.150055571275584, 10.6750008633941, 13.1250006613756, 12.5999998519871, 3.35000106533189, 9.35000033092454, 8.82499793187483, 6.36200224059469, 3.77500382536219, 3.70000164043527, 1.23700652912729, 1.05001577133391, 5.12500169376666, 2.66300471884013, 2.85000151993006, 0.612027878912563, 3.89999993696579, 6.62500262054456, 4.38700301629644, 3.22500767210031, 3.77500382536219, 6.31200302515037, 5.1500032114229, 4.32500477706662, 1.92500374643656, 3.7000054551277, 2.87500301932209, 6.4000042385513, 1.45000674951398, 0.425040084844088, 8.85000326967179, 9.62500371109991, 2.45000430601969, 13.200002078175, 13.9750010026186, 15.5500003535307, 4.35000046965135, 13.7500031699747, 15.3250013293704, 30.3250022891153, 0.225037051322514, 20.4370011241523, 35.4370014732899, 23.8240020409794, 5.11200120979288, 31.2500015092299, 19.6370014796486, 4.27800393615862, 4.18700234787359, 20.0120019051326, 4.6530017435119, 0.68802495906225, 0.375023147433743, 6.76500195596172, 1.42400588226058, 1.5760112295165, 2.11200362182723, 2.41200594657955, 0.588016013853554, 1.46200986071298, 0.98800774835991, 5.33800450358147, 3.28800465422912, 0.0256865435295573, 4.75000182748503, 11.0260025511234, 7.7630016064771, 6.97600041349637, 7.73800008421109, 12.4250025416815, 11.637999326813, 7.15000204665742, 4.66200251810832, 38.3859987013311, 33.8979995427303, 30.7729998508186, 26.7479999926524, 34.3869996351233, 31.2619994079202, 26.3489996823282, 0.489017594928244, 29.7970000371446, 24.8839996965276, 15.6340004581583, 1.46500560103396, 22.1549995629174, 12.9049994519475, 4.09500450661391, 2.7290037492432, 15.8840004406804, 1.1160074768895, 0.990017307442774, 2.97900348230384, 0.290059821583375, 0.164052955999271, 0.0582986483534758, 0.826010245869546, 0.492035388535327, 0.270032129220633, 0.270064273687839, 0.328026532699812, 0.270064273687839, 0.270032129220633, 4.97200360639459, 0.00416666666666668, 7.70500241535088, 3.00300291905789, 7.97500123152197, 6.84999974135565, 4.76300222592729, 7.43800205945164, 5.35100145438365, 9.05100251323531, 0.588016013853554, 6.50000457828747, 10.2000035213227, 4.42400561802413, 1.14900963003547, 11.2380024146085, 5.46200148245147, 4.91300173317167, 1.03800656221399, 7.24900103693418, 3.12600222757202, 14.1500027528124, 1.78700360638972, 1.83701125129891, 9.18700121953192, 9.95000250777445, 4.96300300027407, 5.66200181502978, 6.4250005881198, 4.77500134701679, 3.52500398844593, 3.45000579514079, 1.80000405958699, 1.65001204772115, 2.97500139195496, 11.8000007083412, 11.9499976746487, 8.60000049285506, 13.5999991123973, 1.00001736096041, 4.35000046965135, 0.575027140846457, 12.9499976185555, 3.20000618828078, 0.575015859339605, 5.7000038087472, 1.15000525948107, 6.10000132020493, 0.975007377228281, 2.92500517247867, 6.67500053751833, 7.40000005727809, 3.50000248015785, 0.275064649597052, 6.4250005881198, 4.40000547158284, 0.625013888734571, 1.30001259170064, 0.900011170872601, 0.175098415738109, 1.75000496031043, 0.300057101997491, 0.450020052616771, 3.375005144029, 1.92500374643656, 0.525034593524467, 1.62500534187156, 1.35001133415668, 1.10001018018777, 5.45000394846305, 0.575015859339605, 2.65000807722972, 7.00000124007926, 6.77500408840347, 1.55000483741161, 6.20000356311769, 5.97500374163027, 11.0870033664347, 0.800010087691754, 3.17500851981434, 8.28700361096689, 4.10000652323115, 2.80000233725809, 8.01200320448564, 3.82500303236462, 4.20000489653455, 0.275033089548945, 2.22501009154322, 2.60000562748849, 4.71200548498059, 1.60000389946429, 5.82500374338656, 7.93700136834028, 8.92500118228303, 3.22500116576638, 8.85000043582868, 9.83799831887325, 5.08800084869208, 0.913007707160017, 7.66300046503938, 2.91300117939989, 4.82500436109529, 2.17500322811831, 3.97500284169549, 3.76300279509809, 8.42500320507465, 1.06200844840576, 23.9250009163821, 19.2629999852406, 7.48500245296773, 27.6880009925294, 27.2770001100461, 0.529016214569756, 0.0404316604960255, 8.01400102213867, 0.14811749848939, 0.637013711021555, 0.82802055909775, 0.677012867745004, 0.15311330728817, 1.61800491866408, 4.34700411588275, 0.79001094982215, 0.917019226039578, 1.81200506524472, 1.16701517033502, 2.53500327169227, 3.49000522248183, 0.511016666682294, 0.315055167028117, 1.6780051464451, 0.390044379630068, 0.436019779382752, 0.108160433503116, 0.121071532064585, 0.708024704017875, 0.380022957314715, 0.380045798815528, 0.272032224703664, 0.380045798815528, 0.380022957314715, 8.35500233542246, 0.00416666666666668, 10.1400020554637, 2.16500420976201, 10.5200012829115, 0.300028170924034, 0.888020038856084, 1.31301294775408, 1.9010055428648, 3.05000874391438, 1.0130090573974, 2.0250100992425, 3.17400633596457, 4.21200592235458, 0.124070533737393, 0.362051281669438, 1.40000772625524, 3.18700572213068, 2.81200336162475, 0.825021806422656, 0.96200700926294, 5.92500216720553, 2.22500619018421, 0.16310848795354, 4.80000104550957, 8.32500284835775, 1.12500771602292, 5.82500374338656, 9.35000321721975, 12.3250021715487, 1.025009994666, 2.72500865985551, 5.70000228584353, 19.3000001366, 6.62500131027241, 6.22500126305466, 19.8249973861013, 6.87500252525206, 0.525014245384897, 18.5000009384384, 5.5500046158208, 6.70000335414927, 1.32500349960376, 4.37500396825217, 5.52499928232335, 1.15001662237814, 1.17501043942226, 8.5500012675998, 1.87500462962391, 4.5500030526884, 3.02500439548124, 4.1750033954092, 2.25000385802138, 3.15000703733526, 2.30000301121329, 0.52503077906746, 1.42500532866872, 0.975016280254173, 1.72500732101046, 0.825021806422656, 1.27500833413145, 2.90000751245962, 2.25000385802138, 1.20001523043564, 2.82500383569998, 2.25000771603615, 0.0751164133369742, 0.625027777160521, 0.0501725504409321, 1.50001157402942, 2.20000470864162, 0.100171937431445, 1.45000674951398, 0.650028234669179, 0.0501725504409321, 1.10001425685804, 1.9000022798951, 4.70000064209656, 2.55000264119873, 2.00000868053672, 4.80000104550957, 5.07500418384638, 0.100089054746369, 5.90000065374325, 6.17500064281855, 7.77499994412231, 1.10000636551788, 6.12500283446646, 7.72499959781775, 4.50000385802304, 0.0501725504409321, 7.17500165672745, 3.95000296054742, 3.03700827999949, 0.550015019684276, 5.60000157431949, 4.68700212670713, 6.86200204175506, 1.65000297212331, 1.06201662209041, 3.23700219338488, 2.17500721916875, 3.62500239463522, 12.8370031529643, 11.775002263081, 15.913000244139, 9.60000319304264, 30.3120018010796, 2.62400385745218, 5.3900026106332, 18.5370001707363, 7.17100242483104, 0.843010232306976, 0.166104441524991, 4.54700136357126, 0.440039512517035, 1.11700787428112, 0.327053228894452, 1.28300675817943, 0.150115791416029, 0.640013429712761, 1.89500914244067, 0.96700898437727, 1.10201551374921, 1.43300614533516, 0.245070737025426, 0.462018681892058, 1.85000928899363, 0.172050392299786, 0.293058991415796, 0.417020633064101, 2.1880076600227, 2.06700411184934, 1.79500927136108, 2.36000333487642, 2.25200756422557, 1.98000392635146, 1.98000831045688, 0.185046858767028, 4.21100361162912, 4.21100155023035, 14.7310011251368, 2.23100383747196, 1.20801407796704, 11.7280009041885, 3.00300267318896, 2.12500408496339, 1.112015124126, 0.337049498860826, 0.676015343330427, 0.800024752769585, 1.78800686904494, 1.68801001033057, 1.81200506524472, 1.00001736096041, 1.01200580051164, 1.0120181926828, 1.80000405958699, 4.02500583919449, 0.800010087691754, 4.2250025832593, 6.45000210876172, 7.57500305483473, 2.42500281666957, 5.60000348166707, 6.72500167225846, 5.70000190139959, 0.850010593822096, 3.62500478926887, 2.60000181279612, 9.22500035608448, 3.10000318164733, 2.37500730993027, 9.00000096450612, 8.47500433732624, 0.225037051322514, 3.12500555555062, 3.65000008941676, 2.32500823006958, 12.1250007159221, 2.52500840155296, 3.85000072881108, 5.02500498082415, 6.17500064281855, 4.72500214843008, 5.90000299715895, 2.875006038641, 0.875009920578682, 2.875006038641, 0.150059384501974, 2.4500078490948, 3.02500439548124, 3.50000496031395, 1.20000799670935, 0.525034593524467, 3.65000390411154, 0.950019037602808, 0.775012726492762, 3.02500726508085, 0.250034719811292, 2.45000403440857, 0.200040346973553, 0.275060835775221, 3.22500116576638, 2.15000578611047, 2.22500237549363, 4.42500316047442, 1.95000521449958, 2.22500627685933, 4.42500119876792, 4.37500396825217, 0.00416666666666668, 4.77500516171115, 4.72500412597173, 2.17501103385202, 0.350027089364811, 5.45000394846305, 2.90000451917081, 2.8000054374522, 0.725010447227504, 2.9250089871682, 2.82500383569998, 1.72501235318788, 0.0253463489951656, 3.17500470512364, 2.07500494633397, 2.12500816991894, 0.350023274937832, 3.85000489084615, 3.90000184431333, 4.4500027569634, 1.77500450897842, 3.0870074244714, 3.63700342433129, 1.9870120637305, 0.813008495141814, 2.07500912972004, 0.425023475956993, 4.05000733844641, 1.56200583198124, 19.6630019434187, 23.2880014332338, 13.6880000400129, 19.2379984599473, 23.2810018367235, 13.6809994366823, 4.8560044754542, 0.00814620671637719, 18.9370002377664, 0.400021319351201, 4.14700402239267, 5.25600217035007, 2.98700532393738, 1.56000550722851, 2.84300604176037, 2.58700324863891, 1.72301012565598, 0.440019785310977, 1.40701240389334, 3.28300263646201, 0.500034721016673, 1.46700592483321, 1.92900890085494, 0.0601444448362383, 0.295058921633723, 0.167051788239211, 0.250069434802061, 1.76200501045172, 8.10200190249181, 8.51900059553274, 6.15900273871054, 8.26900062633949, 12.6430005453904, 10.2830003596991, 10.0980012920162, 4.12400170052914, 20.0870012343215, 19.9020008634111, 17.6710014631152, 9.80400173990165, 16.6250010442773, 14.3940006564734, 17.3970008339051, 3.27700307617832, 9.0370016235679, 12.0400002059923, 5.35700197136538, 2.05000347147509, 0.262063479007929, 1.42501142025086, 0.363026689505248, 1.37501262620465, 0.625013888734571, 0.663028199251469, 1.67500441947612, 0.875019841044889, 0.300028170924034, 3.05000492922424, 2.25000385802138, 0.175098415738109, 1.37500631311682, 2.875006038641, 0.450020052616771, 1.30001449902968, 0.625013888734571, 0.800020938175795, 0.0501744512011716, 3.15000703733526, 1.25000694442515, 3.35000556388636, 0.250034719811292, 0.0256865435295573, 3.40000407898138, 10.512002689149, 10.2870034073137, 1.83800688216583, 10.2620018834907, 22.0750015493997, 9.95000163535699, 16.125001076658, 11.7879989358522, 6.92500174408002, 0.750011573984769, 0.12513881181401, 16.8750005144033, 1.17501401239095, 0.300028170924034, 3.32500598432096, 0.425019661443042, 1.25001388881173, 4.27500355641701, 0.625027777160521, 0.950009900315073, 3.35000747123204, 0.300028170924034, 0.0503452671942357, 0.925008621405068, 2.65000807722972, 2.40000514277203, 5.62500308641891, 2.35000598266529, 0.200087549334249, 3.02500058078759, 4.97500196379151, 2.60000562748849, 0.575027140846457, 2.5250011490262, 2.52500458686608, 2.45000430601969, 0.150113409067788, 0.150055571275584, 0.500034721016673, 2.37500365496795, 0.375046293438853, 0.725014261861773, 1.4500127360638, 0.225040865365852, 1.57501178582323, 2.30000301121329, 2.32500823006958, 0.850008686496379, 2.47500548870583, 2.50000347221981, 2.85000456573578, 0.175048833423375, 6.35000502285003, 6.70000205854449, 8.47500242997807, 3.85000454350611, 0.0384523781402899, 1.73700641649742, 0.924022389891255, 6.73800025070096, 19.5980014122895, 20.4109987697095, 21.9729994091907, 21.3350023523648, 23.6609990781652, 25.222998963232, 5.98500351112101, 3.25000267093907, 28.2859989581919, 9.0480012950827, 9.05500222247105, 3.06300255934517, 8.80000264042519, 8.80700162269705, 3.55100500732872, 0.248034667938586, 8.81600243085109, 3.56000238113705, 0.973017892295119, 0.00991755779275156, 3.97600419862774, 1.3890061884511, 1.89400921975666, 0.416020755576098, 2.75300632722533, 0.530016349544303, 0.590029339051896, 1.36400644604442, 0.459037694431354, 0.51901654026422, 1.24301423595934, 0.0711222552720543, 2.68400648362321, 0.922009346207339, 7.34700200825332, 2.16500420976201, 1.52701131979141, 6.74200091369381, 10.866000819548, 0.605014366928613, 4.13900413348105, 8.26300058514009, 18.0670013500285, 2.60300302202042, 2.79200603505102, 7.01200227555452, 3.73500525857043, 11.0550001367168, 13.4730018150135, 10.1960009505508, 4.83900333597654, 6.46100083236181, 14.565000772358, 9.20800017215007, 4.36900146805277, 1.15000525948107, 0.52503077906746, 3.10000407447721, 2.47500198141595, 2.17500721916875, 1.95000521449958, 2.42500639627331, 2.12500408496339, 0.750023147790935, 0.0501725504409321, 4.42500316047442, 3.05000208314372, 2.42500639627331, 2.30000301121329, 2.02500819190194, 1.40000581891506, 2.6500061698858, 1.02500808733313, 0.375046293438853, 1.62500534187156, 5.02500498082415, 1.02500808733313, 0.200087549334249, 3.20000347561127, 13.4620030901752, 1.82500551940006, 2.07500912972004, 8.18700133494337, 19.9749993432631, 5.27500317148112, 3.56200514863291, 15.3499990396296, 1.52501291016018, 4.6250018768765, 20.2750023821605, 3.40000407898138, 2.97500812447575, 4.92500481430576, 6.3000019927922, 5.87500147754119, 4.92500276215853, 2.90000070447748, 7.82500298161127, 6.87500126262615, 7.80000146284392, 1.95000521449958, 5.32500402324054, 6.25000138888873, 8.60000430755144, 1.55000483741161, 3.60000329665077, 5.95000222185599, 3.35000365654067, 2.65000480155634, 4.32500477706662, 1.72500350632432, 0.725026234707464, 1.62500534187156, 1.65001204772115, 4.1000044060253, 6.47500497006954, 3.37500257201548, 7.77500375881848, 10.1500023811059, 9.92500098629087, 3.67500159911621, 8.900003476565, 8.67500023770099, 7.82500298161127, 1.25000694442515, 2.51200794885564, 1.66200778641791, 1.48701500160372, 6.16299960795828, 16.3259993696771, 16.5009980693974, 20.3510006852372, 17.9880013523257, 23.0039995111084, 26.854001368477, 20.1160029458745, 6.50300254792734, 26.8830010196429, 20.1450018423417, 1.19001512313064, 0.029297135886161, 40.8420023400579, 19.5070004144794, 16.2570010373984, 20.6970009229513, 22.3570001738181, 19.1069998515907, 16.0440007540297, 2.85000247360336, 8.29100195354193, 5.22800179462636, 5.47600297275032, 10.8160003402725, 2.7170066358489, 2.96500284184267, 2.95600596281634, 2.51100334519083, 1.07701578407136, 1.06800796761401, 0.652026577338284, 1.88800484760835, 0.620027886724055, 0.204042543492073, 1.16001505220813, 0.448019330046694, 21.3760012165356, 20.0120007561094, 19.9410010937837, 21.1720008181743, 20.8500004988812, 20.778999984788, 22.9440005239767, 0.83800970247434, 7.12700229100453, 9.29200098950974, 9.89700182856559, 13.6520003478353, 7.6130024349508, 8.21800122985429, 10.8210014651541, 1.679005070885, 12.7400016106798, 15.3430005009166, 26.3979999443193, 4.52200199401366, 16.7490006321882, 27.8039992593488, 21.3430002717465, 1.40600583441697, 37.6040005532353, 31.1430008814543, 26.7740017699527, 9.80000203018001, 49.1530011848095, 44.7840015442344, 18.0100007108671, 1.70000586913864, 3.65000628234262, 5.00000347222102, 3.05000208314372, 3.10000407447721, 6.70000205854449, 3.92500366027194, 3.97500065790889, 1.67500960187565, 0.875009920578682, 2.875006038641, 0.575015859339605, 1.60001123212479, 1.10000636551788, 0.525032686295963, 0.500017360809713, 1.52501100282578, 1.10000827285283, 0.0503471614338869, 0.975007377228281, 2.8000054374522, 0.550016926978178, 0.0752299844620145, 1.90000418723915, 7.17500356407544, 0.900009263544409, 0.425040084844088, 5.70000228584353, 10.3250024444027, 1.47500626657887, 5.20000410161311, 9.82500164645645, 4.90000125426591, 0.500017360809713, 9.95000250777445, 5.02499943865587, 2.12500816991894, 0.12506942516503, 6.65000032187543, 3.7500023148141, 1.80000888210052, 1.62500534187156, 2.92500707982344, 0.975009284559498, 2.52500649420952, 0.825009377423841, 3.40000663208193, 1.8500069809988, 0.800020938175795, 4.3750038914743, 8.62500201288221, 5.97499992693393, 4.35000246518069, 6.77499899244476, 14.9250004002841, 13.2999998897339, 9.92500098629087, 8.95000173283379, 9.92500098629087, 6.55000056233622, 2.875006038641, 3.37500257201548, 11.3000026807904, 14.9750009611395, 13.7250016463958, 17.8500008677753, 25.1630007967575, 23.9130004698172, 17.7500028854393, 10.188000577379, 33.5250001363859, 27.3620017363159, 9.37400240136552, 9.61200041481442, 29.1540027851329, 11.1660020972947, 4.66300382997339, 1.79200561462024, 21.7550016277252, 15.252000185765, 15.2230014284623, 10.5890003295824, 22.4840000244734, 22.4550003102817, 1.75800929563136, 7.23200083599443, 21.3730009572502, 0.676012482361823, 2.17400777215475, 1.08200780141405, 2.31700692834119, 0.533016278342582, 10.283001233667, 1.64100508379468, 8.21900197498495, 19.0349998564086, 21.5460000943285, 8.75200084687825, 46.8509997556786, 49.3619994491552, 51.2499998619162, 27.8160002968118, 56.4889984820035, 58.3769985732282, 58.8249986738852, 7.12700011934897, 48.7099989640533, 49.1579987384439, 27.9859987740364, 9.66700071485205, 60.2409990331589, 39.0689985589772, 38.2309994470308, 11.083000966337, 39.7170013984241, 38.8790018407027, 52.5310016599147, 0.64801602023807, 14.8970024318892, 28.549001282528, 30.2280014536264, 23.9820007129134, 13.5220018351396, 15.2010010230932, 10.6790020033793, 15.02700100491, 20.6920005128687, 16.1700001362877, 14.7640011148732, 5.49100080267146, 28.1130010104612, 26.7070010574511, 16.907000614872, 11.943001520289, 31.6030011902192, 21.8029998945958, 3.79300384472128, 4.89600168143627, 11.8140006455625, 6.19600245384952, 9.98900118944597, 4.30000316314202, 2.40000685231682, 4.82500436109529, 1.87500462962391, 2.75000631312407, 0.525016152673462, 1.17501401239095, 2.05000347147509, 0.950019037602808, 0.700013163609748, 1.40001201927238, 0.300030078088729, 0.800020938175795, 0.650012973101778, 0.625027777160521, 1.72500541366739, 2.27500915711862, 0.925010528734351, 1.7500099206068, 2.30000491855879, 3.20000618828078, 0.0253444675968998, 2.42500830361631, 3.32500337363123, 4.8000047613051, 0.12506942516503, 2.80000734479661, 4.27500355641701, 4.77500516171115, 0.525016152673462, 3.90000597744158, 4.40000349873132, 4.27500558695415, 0.375023147433743, 2.35000776916377, 2.22500428283892, 0.600029315938846, 2.05000537881979, 1.9000106632765, 0.275033089548945, 1.10001616417931, 0.325025563989133, 4.75000365496935, 3.92500335601442, 0.45003934146729, 5.02500325335183, 13.5000031933566, 9.12500095129371, 2.35000967650641, 9.57500166952477, 10.8369995878619, 4.06200241167265, 4.88800404006175, 1.71200305625627, 24.0150001125762, 32.9650004159143, 29.5900007393101, 28.0769999734763, 46.0550002053034, 42.6800000317256, 24.8300001460679, 13.0900003388948, 36.1600003275313, 18.3099999400306, 8.12200187814176, 6.52000131229993, 23.2230003203365, 13.0350005133542, 3.42300540758835, 4.91300187366554, 12.1020011942395, 2.49000373411942, 0.698024349613976, 0.933009391608839, 22.9150007194839, 21.122999602237, 10.5340013295751, 20.4250001388943, 38.099000432796, 27.5100007828422, 20.278001687759, 16.9760012971704, 9.42400186701851, 2.1920043492023, 3.27400547056389, 18.0860009224648, 0.280061730134913, 0.80201086933807, 0.839020440604514, 2.47200363361925, 23.2580001666236, 21.6170000277212, 12.8650011206021, 22.4559997609481, 49.3879998861318, 40.6359998931828, 12.820001049045, 27.7710002210235, 81.2239973298325, 53.4079972938805, 46.2809986051044, 40.5879976503934, 64.6559984984956, 57.5289994795034, 67.1959994038731, 11.2480018703748, 32.4889989474549, 42.1559984358955, 31.0729986055952, 25.0400012621949, 25.9759985931567, 14.8929983245607, 14.2449963359391, 16.1800008416749, 2.61300942121388, 1.96500457016811, 25.947001172639, 12.2799956714855, 7.28600549559572, 16.6959977580775, 31.7229982126774, 9.25100420371748, 19.9569996949992, 34.9839995004486, 29.4930006191695, 3.26100424884224, 35.7890000425914, 30.2980006221992, 18.3550004880882, 0.805011088398298, 33.9119992607253, 21.9689983504498, 17.0729990637503, 3.61400081501081, 20.1120003749403, 15.2160001737602, 25.2050006125024, 1.85700311810643, 2.90900636479003, 7.08000114977313, 18.1250004789272, 1.02500808733313, 0.500034721016673, 2.10000864864772, 1.57500627439098, 0.875019841044889, 1.0750088378388, 2.10000864864772, 1.40000581891506, 0.750023147790935, 0.525016152673462, 3.40000472473616, 2.75000315656384, 1.82500836850959, 2.00000434027307, 2.35000776916377, 1.42500532866872, 1.40001201927238, 0.400021319351201, 2.05000770588089, 2.02500390522065, 1.90000875593704, 0.625013888734571, 1.70000906798532, 1.57500436704903, 2.10000674130659, 0.325027471181034, 1.92500825580201, 2.45000239867381, 2.82500500111268, 0.350025182151321, 2.27500724977638, 2.65000289421006, 4.70000445679083, 0.175048833423375, 0.200087549334249, 1.850005073655, 2.17500721916875, 2.85000342727666, 6.07500171338675, 5.75000150966164, 0.725022420136189, 7.92500033239882, 13.2740033830985, 8.24900160163237, 1.32601330640027, 7.52400322891042, 0.325054177228118, 9.25000093843839, 10.961999569594, 7.92400088185338, 9.82500252997337, 11.5369995011895, 16.5400019651712, 0.575015859339605, 36.926000111578, 8.84900095807634, 4.24100379227343, 25.3890012345414, 9.27200218522847, 3.81800163653236, 2.70200704325353, 0.423020856587244, 6.71200200292898, 0.192044641462747, 5.10500294304081, 2.89400305290503, 10.7770017401637, 5.86400150272418, 6.7970026643803, 10.9690003560193, 26.3320013917379, 27.2650011385371, 6.84000364443546, 20.4680011341143, 43.2040023053743, 22.7790025707133, 5.80300439555466, 15.939001627985, 20.2600020394717, 3.28400304001445, 21.3700016516391, 2.51900445310872, 11.7250018621614, 6.36100142568765, 8.83300214858818, 15.0090013565549, 25.132002567628, 27.6040023133686, 5.1480059969081, 18.7710022782409, 72.1400015376557, 49.6840020973227, 21.9130028064346, 44.5359994930067, 68.2280008953264, 40.4570009469844, 0.13112916802792, 18.5439991863676, 43.5930027175905, 3.00500777151043, 8.24299832198516, 3.13600435494574, 1.46200986071298, 12.7099997674432, 12.3300032390926, 4.46700481191361, 28.1459967105735, 3.10599797299572, 13.0740064548637, 15.4359975716353, 22.8639991724068, 6.68399940661709, 5.59599995910476, 19.758003674207, 18.5429963891433, 6.26300187428699, 2.98800858736671, 11.8589980769512, 8.60300265889864, 17.8540043924466, 14.5930035090233, 14.8660017130704, 31.7180028666942, 28.457001037463, 27.6520010550889, 13.863999039208, 20.4219979204307, 19.6169972076385, 16.0029994369169, 8.03500474245175, 16.9690027931269, 13.3550040069189, 15.2120029418143, 2.64799827327678, 3.35300581864856, 5.21000075060619, 23.3349998284672, 10.0020035839462, 17.4949999242318, 0.630014846600814, 22.7049983986766, 2.55000264119873, 3.62500478926887, 6.97500096316938, 8.05000031539046, 8.57500088021022, 4.42500119876792, 2.8000054374522, 3.32500146628409, 5.32500211589308, 5.25000165343889, 1.27501323501937, 0.725012354544638, 0.325054177228118, 4.60000036119863, 1.05001767865251, 1.45000674951398, 0.825021806422656, 1.7750064163218, 0.800020938175795, 0.175048833423375, 0.500034721016673, 0.650014880411224, 2.00000868053672, 1.67500441947612, 2.02500819190194, 2.17500322811831, 1.05001767865251, 0.700013163609748, 0.875019841044889, 2.72500356699239, 11.3500019110829, 11.1750019211926, 8.32500284835775, 12.0500018647871, 1.62501068372556, 4.47500232125809, 12.4000010186198, 12.8000018225775, 3.27500491962923, 11.1999996306405, 18.7240018579977, 1.20000799670935, 4.30000327452707, 11.8240020464029, 3.90000597744158, 6.90000087658176, 25.9450022713234, 18.021002297487, 17.4460020479905, 14.1210009046437, 20.1880024926622, 19.6130013123429, 5.77600302861992, 2.16700382268515, 24.6010014915351, 0.788011122666478, 1.21101477859242, 4.98800165636419, 1.29901315129201, 1.72200516303561, 1.17201474447744, 0.511016666682294, 28.2110001042328, 31.104999821309, 20.1360008397813, 29.9329999009004, 60.148001005803, 49.1790013290248, 28.7110010471899, 29.0430014738131, 50.278999971932, 29.8109992078123, 13.8719990847739, 1.10000636551788, 26.4709994198921, 10.5319985048719, 13.0510000179956, 3.34000275155549, 9.76600061804159, 12.28500055401, 27.2940012616883, 0.76601017258332, 27.1079985347295, 42.1169988785911, 23.3459976003335, 14.822998632489, 64.9480002215315, 46.1769983264121, 1.64100941989779, 22.8310016619474, 68.9849970473193, 24.4489978526061, 5.90500171936637, 22.8079990378192, 33.2719960662271, 14.7279974155633, 11.5919967369387, 8.82299903073049, 6.99199924813387, 3.85599742940623, 8.3230001327951, 7.73600118313377, 8.1790029771364, 3.71200032435211, 11.7240005042556, 12.034996753991, 23.9000022522852, 8.46400554218644, 11.2940002554595, 20.1880039700249, 19.1250009077705, 0.633016948002571, 12.4920019696122, 10.6609962976334, 12.2949995809919, 24.1539958732998, 9.28799625396458, 11.6619956784277, 38.676998587302, 23.8109973738381, 9.94700034155303, 14.5230032222225, 26.2449957786893, 12.3809974052208, 20.4160012165788, 2.43400167428483, 2.85900723210086, 5.17600417951829, 7.82399971651491, 15.2399984333599, 8.60700046069567, 5.95900490519877, 4.04300356169265, 13.7830015758465, 25.6000029669867, 15.5980001292711, 7.10700088642214, 19.640999282293, 28.0329996580061, 5.32800265157171, 12.4350001640168, 0.650012973101778, 5.07500227649903, 3.57500561918997, 8.00000108506937, 2.75000631312407, 2.92500411211781, 9.05000115541533, 3.80000152141704, 0.800020938175795, 1.05000750422978, 6.07500171338675, 1.47500626657887, 0.3000590089783, 2.27500343415653, 4.97500196379151, 6.75000128600811, 6.10000132020493, 6.45000020141349, 1.02501846338313, 0.375023147433743, 1.80000888210052, 5.72499999037554, 2.70000719297113, 4.87500178062646, 2.15000769345194, 3.07500358588235, 4.92500276215853, 2.20000280129641, 14.2500012183235, 0.0501725504409321, 6.11300180243343, 18.1630005847367, 5.36300219960339, 3.91300232519968, 19.0380010187303, 6.23800035396311, 7.43800205945164, 0.875009920578682, 2.01200775901711, 3.21200259572652, 10.1120012286007, 4.22600188623609, 4.12500420875206, 11.0250004058823, 3.09600627897445, 0.913009614488787, 2.97500621713086, 11.1460006872518, 13.3130010294138, 8.05000031539046, 8.92100147307216, 11.0880001267505, 16.0760003398885, 2.22500428283892, 6.71600218830853, 11.7040002610224, 11.1930013908513, 4.37200172608872, 6.57800270793294, 6.06700181988105, 36.0000004822531, 5.12600114412001, 43.6239999936136, 13.6910006187749, 15.3520023210551, 49.6910001594319, 48.4640029674799, 19.4210018812936, 18.3210039078121, 34.7730028741466, 9.41800111097489, 8.31800183704373, 11.6580024352462, 10.003003034543, 10.6150033139927, 13.9550024530937, 14.7210018507298, 2.29700466408903, 30.2170034432001, 30.9830019891559, 16.1600047364353, 16.2620015713915, 60.3959963812047, 45.5729982373509, 22.741997528531, 29.4129946798922, 65.6990053912054, 42.8680040477098, 20.0600060534472, 20.1260075113885, 46.7770007983924, 23.9690021321771, 15.1460048693948, 3.90899880269144, 15.9870005976705, 7.16400267653457, 14.900002691054, 7.98200334581676, 0.653026464087336, 7.0830014086532, 19.1179971239234, 7.81700245324465, 1.54701592206993, 13.5820013715439, 33.7700047865595, 5.53599705141892, 0.220080120258708, 19.9680027540592, 30.6289983695538, 13.8020025820595, 11.9200072548081, 22.5810016661568, 10.9190079376462, 8.04799759959434, 25.0059973983795, 13.3440024205407, 1.17901557967464, 2.42499900197793, 24.9620063107358, 10.4390038222729, 8.00500705159428, 11.6180045923789, 9.76300226653677, 7.32900356478261, 22.5690010133865, 0.676015343330427, 17.4339991037294, 2.19400420063414, 11.5890021999722, 24.7630008388266, 30.2220006965231, 16.4389997040719, 3.20200508626112, 28.0280001876398, 32.1759992273113, 12.5350005399175, 0.100173841477269, 15.7370000633204, 13.6060002689093, 1.17100693989947, 1.0710072505775, 6.92500239791869, 4.00000434027542, 8.17500326809192, 5.25000165343889, 4.20000489653455, 1.25000694442515, 4.40000356423592, 3.35000297267904, 1.07501691267748, 0.850010593822096, 0.625027777160521, 2.90000261182414, 3.55000412751206, 3.97500256525648, 2.6630066261841, 3.78700104097782, 1.93800868358403, 0.237036135781102, 10.2130010437752, 4.48800280392032, 1.41301239346001, 6.42600194594149, 9.21300218196067, 6.1380009488388, 6.08800314923926, 4.72500126494989, 3.51200407361554, 3.46200240056938, 0.451038706665244, 2.62600370997434, 5.73700444523127, 1.82400607132274, 0.949019606164997, 2.27500534150196, 6.57500340341179, 5.70000228584353, 9.92600234414663, 4.75100127778418, 6.19700330507397, 10.4230011685203, 9.51000205444535, 0.497017206209363, 9.69800269807199, 8.78500178919733, 16.835001069398, 0.725011400886071, 5.63900301772111, 2.41100289849039, 0.186092233068065, 14.4240013418646, 1.97100947963959, 4.19600312162461, 8.56800281973008, 4.38200195043944, 7.71300159476148, 3.34100220146161, 1.78500957349911, 11.9090011256356, 5.9780025913614, 0.852010424892973, 48.8390001037064, 2.63700337575112, 32.7479997214268, 16.9430013057958, 51.7160037536697, 31.8959992269248, 8.36800210521988, 26.4050029227408, 16.4020014857213, 25.3110011669304, 22.3160026700567, 12.3130004303329, 14.6100017986548, 4.08900282480765, 0.900017001147431, 1.39700938751211, 17.6590051945566, 13.2129980934944, 24.867996913951, 8.60599618688637, 20.807000040931, 26.2649997201474, 40.0420002504671, 10.6290062488145, 9.49700347601139, 31.4360049148061, 31.0460058082294, 10.9199989638681, 7.01100406318052, 20.4170002420577, 0.491040300897047, 4.40000349873132, 3.58200557918229, 11.411003873511, 28.3330007958578, 20.3509983513467, 12.5339979671529, 23.9329990199289, 16.2679988088933, 8.45099742608928, 2.91500687130365, 4.08300230912871, 3.02200891872434, 8.55799967154725, 22.3600013867876, 11.4730003293612, 14.6589977663627, 28.4609988401545, 36.508995531682, 6.10099934761365, 19.9950036148545, 28.0429995771226, 25.6180045229066, 8.46599681391787, 11.919000174853, 9.49400421021823, 2.12400872307969, 16.1240010876788, 8.244005401806, 3.37400312209377, 2.69800448167966, 1.25000694442515, 12.8510069051527, 12.1750037647396, 12.5879988157031, 9.47700592084256, 38.7290005398243, 13.9660002248206, 14.0620015092699, 26.553997366697, 37.5700001569246, 9.54200072661527, 6.19500249726297, 23.6040004593105, 17.2330008090698, 1.49600609241501, 0.425041992009419, 7.69100111340523, 3.26200445247514, 2.19100394665256, 1.76600375570529, 2.86300199438072, 1.61300972561645, 11.875000508314, 10.6249998633192, 11.4750009407462, 9.01200104714516, 5.28800338992525, 6.1380019025129, 10.1130025864629, 5.33700056600019, 9.55000105497791, 13.5250002603458, 13.288001413337, 3.41200129290459, 17.1950007044846, 16.958000694991, 10.532001236428, 3.67000244156713, 16.0110017175636, 9.58500094378653, 4.86000418259489, 0.94700871619906, 0.0991742348788278, 4.62600228082852, 2.00000868053672, 9.48600192980058, 13.913000400971, 11.2869995178549, 13.5620015547872, 9.28699968347902, 1.37901229966641, 3.65400361159131, 8.40500275221452, 9.90799991481216, 2.89600494962772, 1.85500517544826, 2.3520076179237, 6.55000151601035, 0.897019667228543, 1.39400628047594, 0.669026575921513, 0.958009244183595, 1.73100997609242, 1.00600914754023, 13.4180015151196, 0.337025650537397, 6.57600380736801, 7.84800067883895, 12.2300009617875, 5.57000220694617, 2.32500632272707, 2.05700533389255, 9.85200104502843, 10.1729992816384, 2.71700735110296, 14.6260019515338, 17.2630024476388, 4.77400389349236, 4.37800422493213, 7.01500158075032, 38.9109997442706, 10.2480019456814, 11.0060011425469, 42.901998722232, 68.2129995983853, 3.9910013968343, 11.2650004539663, 36.5759999741152, 40.6650008656202, 31.636999881466, 1.42001039504303, 5.50900044655411, 18.7219972346839, 35.1560018147559, 9.76200281603524, 3.45099891430145, 29.7159963728088, 15.2710004768813, 7.41400380650883, 18.8509983852872, 50.2870029087171, 10.8649986627163, 0.93301726490392, 32.3690035640734, 52.7860034416891, 17.9179997520382, 25.8769995722762, 46.293998905771, 34.8829961031643, 6.49200573164597, 62.9000018018902, 51.4889985816764, 27.5560003858895, 16.6060033303532, 57.4010012790156, 33.4680025787047, 37.5510029647756, 5.91200403176999, 8.73100479606107, 12.8140036681499, 24.2870032783079, 24.7369998626326, 18.4000024694175, 6.92700320627244, 0.826025046244729, 31.2140047946997, 24.3709952802389, 18.2699971181927, 26.7359930809941, 17.4439931123704, 0.46404193091667, 8.93000127724239, 25.0540015474398, 17.8059926139724, 27.9480062974627, 11.8240058610999, 10.5740067688201, 36.878006216831, 34.7980008346045, 33.5480005944437, 24.0709960520566, 22.9739955865829, 45.2310031914493, 35.75399804552, 9.2000026500164, 11.6830032149311, 47.7929958161372, 21.2389988217943, 2.36500901930056, 12.0389983711829, 28.8960005092609, 5.29200145721095, 2.39900740464689, 7.65700262903682, 6.10900209420986, 1.58200621948666, 3.34800475826761, 0.817010060278061, 0.235074475619598, 2.00100378878881, 1.34700656641627, 2.86200254475594, 6.15000339514858, 9.72600161717387, 0.714011905771596, 6.05100155687499, 6.8640015850841, 0.913019122067044, 4.42400079485361, 1.01201723902465, 1.62700519034703, 7.34900138581478, 3.93700247952295, 0.267065213288394, 2.92500315844447, 3.92800486996609, 0.258034017162199, 1.20501433118192, 0.00991755779275156, 0.557031328296985, 0.39002164688292, 9.87600216226687, 0.815011184969453, 2.00700861974349, 7.47900220588405, 16.7660008295014, 2.39700298055402, 2.58100800823184, 11.8680007619429, 1.96000984950654, 4.89800153575386, 18.39800070713, 8.49000174723704, 1.94000948306086, 6.53000106230581, 10.9000012112927, 17.4500003067182, 18.4080009354992, 19.3900007910048, 17.5830002168117, 18.5409998807183, 18.2040004730457, 0.133064671778829, 18.5410003488999, 18.203999996197, 12.6340002450076, 0.00416666666666668, 25.1420018425608, 19.5720009470591, 9.39900392231794, 6.9380028838511, 6.3840015903218, 3.78900184848323, 8.56300366014643, 13.1880022909066, 4.54900360284313, 0.225040865365852, 10.0230005419417, 8.33800038495575, 11.0990005876425, 21.3470005287108, 17.356001900563, 11.3240020788184, 10.9600006685157, 6.96900110826639, 38.6059999194569, 10.387001873311, 5.65600320683157, 25.9809998038688, 61.1370013215683, 12.6250006875687, 30.1720009835773, 4.98400290135176, 20.2550019252424, 56.1530000325173, 27.3869978568184, 12.1159980309072, 1.25101332839937, 32.3709986507268, 6.56500508589995, 17.4300008031996, 35.3480000639022, 18.6810002205323, 24.2510001665762, 42.1689989241133, 48.6610034695696, 6.82100041812998, 44.178997432767, 50.6710016056383, 34.0649991363556, 2.01000264021653, 43.6490024729389, 27.042999588569, 21.1309975256961, 7.02200059532505, 0.0473650381629772, 5.95900109050244, 18.7780008024749, 27.0899966583246, 32.8110051677965, 8.07400620207691, 23.1400001399125, 26.8520053281568, 32.4810033421176, 1.26700514227355, 16.176995396928, 24.4069980363225, 7.09600311799135, 10.3479927822231, 7.45800251095583, 5.8290038695718, 37.5119938710181, 19.7060017222414, 17.1720057107195, 27.1640017844047, 58.515999137022, 21.6379932600587, 1.33601534461111, 38.8099977822618, 41.2239956298811, 18.2500004756469, 6.56700017176646, 19.5860027930555, 28.621002803852, 16.9380002378318, 4.89900561899966, 10.3710030342682, 22.7119987502425, 10.6730011490125, 3.01600459666533, 5.77399976388513, 7.13400511911873, 0.52301540720943, 1.34001120124666, 3.53900010297449, 0.99201808078945, 1.80900481379056, 3.15600563830984, 0.469020278231725, 3.73900496368112, 5.08600214925937, 1.93000480286701, 9.67500204162408, 2.81100700009946, 11.6590023626392, 4.79500236346539, 6.42200311155261, 1.98400410443228, 22.3280008462134, 23.9550002860753, 21.0300005585114, 17.5330000106316, 43.4730009257821, 40.5480005497743, 40.5570005882842, 19.5180010474683, 1.76501017961701, 1.77400506105004, 2.58900740761458, 38.7830002161943, 1.23201444267851, 2.04700512562667, 4.44400415077936, 0.542015832448478, 0.655026237958873, 1.74200460925094, 6.64000200427333, 2.70200383061915, 36.7900004337506, 41.6879999335685, 35.1580004861732, 35.0480005833696, 21.9340003299376, 15.4040003689765, 34.7940006477417, 19.754000626353, 9.21100137365418, 10.1790017072827, 10.3120019582413, 24.6149996469341, 9.07600212648211, 9.20900057640557, 9.20900151902199, 1.10300851078713, 5.41600547908001, 5.41600387632003, 1.52201076586763, 14.6250025008908, 11.7250018621614, 18.6630024792812, 5.47500355244779, 17.1410031614498, 18.1260023158337, 4.93800148325077, 13.2760003769204, 0.537016820772812, 3.87200422435633, 12.2099997954109, 23.5340011344319, 1.0660081278205, 8.35700052103707, 19.6810001969221, 9.29400058625309, 3.85300289380233, 27.7960001515678, 17.4089989880045, 4.78400211837445, 8.11500084081074, 21.3950003155458, 8.77000049389044, 47.3830007402399, 3.98600319246938, 42.7459987887142, 13.4070021428257, 45.7780002571754, 33.9759991339698, 0.440038082133824, 31.9310000277129, 13.2500013102725, 13.847000748961, 47.6399997540714, 28.9589999335424, 22.1380012725034, 15.7090001863739, 23.8970000856284, 17.0760007219713, 15.0660030444268, 5.06200198950483, 7.52500383300248, 9.53500075780071, 2.51300739679055, 24.6010020923557, 40.7570003954488, 33.7350008676676, 6.64500688511655, 31.2220004000972, 63.2429964903347, 36.1530001180358, 9.30099673963315, 29.5079958996451, 38.527000877868, 11.6749961658801, 12.7320036218813, 2.37400420582309, 4.14799918053746, 20.2590031140258, 26.0880057314005, 7.52700158050163, 30.001000029368, 35.8300020733253, 8.66600236956985, 9.74199765618148, 51.1780017430385, 24.0140003004438, 14.7959987929942, 15.3480001383361, 43.8030018001538, 4.99300558375828, 14.5929996943263, 19.7890019034993, 16.7740031101964, 2.81200336162475, 13.1830037888553, 11.7809989668073, 1.43701235610205, 11.8080032070656, 17.5820017198585, 1.37500631311682, 5.08200414861683, 10.855999792529, 7.31700371548153, 6.72600303009852, 5.43000350243269, 1.891007245475, 1.42201309388865, 5.4260002875518, 0.238071897389873, 0.707013010316061, 2.63700762124673, 2.12900569471706, 2.40600735307477, 4.33600244447736, 1.6990045141159, 24.2649997473882, 22.281000439681, 28.7600008325366, 26.776000823917, 9.2430028624898, 4.4950027703907, 42.4729995046732, 24.9399999284409, 5.42200217963628, 15.6969991491987, 58.3080037233465, 38.7900030466593, 77.5730030390501, 33.3680041053609, 43.9020027300462, 82.6850024319488, 83.2270023524594, 5.11200120979288, 63.1069996723838, 63.648999350554, 66.3510000938089, 19.5780033730706, 45.5500005718789, 48.2520009886162, 13.2040017878596, 18.0989995030527, 7.86400228968493, 27.1840005730033, 7.43000240338011, 40.3880009416289, 51.6390002751664, 31.8850000242904, 7.27000284581143, 24.4550000402478, 36.0650005386044, 11.4500015210665, 10.3470017999585, 4.18000238186305, 13.1900018502903, 12.0870006113613, 2.53800885461482, 1.7400047599367, 4.2150042714733, 10.4100025886276, 6.73100347954436, 7.8720008433134, 19.4540032727895, 2.3130034782815, 2.85000647308033, 9.04400158542398, 4.81200292886149, 5.34900159994866, 6.41500266818312, 2.4990030692519, 61.3080008477538, 62.3740006884859, 66.2270014523311, 55.9590007425869, 75.7140009312028, 79.5670014518709, 71.4520018146311, 13.3400008033042, 46.7840007678193, 38.6690008500939, 34.6830001114663, 32.7830012108332, 18.4250016098304, 14.4390002540507, 19.5370001142437, 20.2440003868348, 21.4540003285731, 12.5220000523552, 26.3690001395921, 7.01500110391324, 2.93100758647096, 10.9159992540763, 4.793004797105, 15.453001584078, 6.07500362073449, 21.7840007952116, 16.72200116029, 16.9909997326932, 44.8779987389021, 39.8159982954094, 15.2149974789432, 23.0939983312016, 66.1290018799656, 41.5280000869587, 10.3060014404227, 26.3130038699351, 65.2729952610941, 34.050995127975, 4.54300308908519, 23.7449954827616, 37.0079960745866, 7.50000115740732, 5.12600283755586, 2.95700366801508, 8.10599731998421, 10.4799965558367, 2.95300117944009, 15.6059957344548, 22.4059990048226, 14.8789983861443, 5.13700441721648, 11.9260032303094, 24.1869971777479, 14.4450002957626, 0.903019103764285, 9.30799958981749, 21.5700004996972, 6.22200151720924, 13.5670026224306, 7.12500121832348, 14.9209987831644, 4.86800562840036, 16.6490031179672, 8.69899849543853, 1.9680073263284, 9.81300060993931, 11.1880012771035, 6.83600361968262, 14.4810001918089, 15.8559995403818, 22.5820015012249, 4.66800112716578, 8.60899936159452, 15.3349996505343, 20.7609986084536, 7.2470028457625, 7.07900101815463, 1.6530051293165, 0.476038210893944, 22.4139980374293, 11.6600032437065, 9.53100104809975, 7.83200294911072, 10.0070027442792, 13.3320001272868, 11.633000166367, 3.80100097149998, 63.1870023193856, 58.6920016385737, 59.7889998478681, 55.2939988752508, 39.5970005605154, 3.39800517911607, 49.7819980294068, 34.0849993391464, 0.717019452553827, 5.51200261244393, 33.4980016169059, 0.1300640111919, 4.98200574306537, 0.587012773703558, 6.43500407120924, 11.5470016367682, 8.03100420643895, 6.56499994895674, 52.7380031062951, 33.16000010919, 15.0610019766942, 41.191002102829, 70.7120001387071, 52.6130010347398, 12.2250015631828, 37.5520002769373, 51.59400115284, 11.20600086428, 13.2490009060135, 1.01900857206996, 5.86000238090516, 18.5950007338508, 22.7750013344926, 5.34600229513403, 15.3830005487567, 19.5630001690649, 21.3030003114208, 3.21200354940003, 21.2520006719581, 22.9920000037065, 15.1200010337807, 1.689005269156, 23.1290004607039, 15.257000538438, 6.21300213819189, 0.137063430958492, 20.8990009985616, 11.8550002744637, 9.35600180220663, 5.642001736924, 67.7159998596527, 65.2170001407321, 9.25800129542098, 55.8610002164308, 78.0029995282949, 22.0439991120449, 8.70400056028688, 12.7859999770067, 5.92600543209032, 19.2660031055927, 13.5169995754066, 27.9700015310555, 42.541000774314, 9.7580003097495, 10.4860021935188, 23.2749980841379, 11.2880016448262, 8.95600082047147, 1.9410089291365, 1.53000636019816, 30.1149989171005, 23.0999988499027, 7.64699972209926, 21.1589988996335, 51.7319987792007, 36.2789976605368, 19.287999099562, 28.6320002726591, 69.863996754236, 52.872997448113, 29.7789999116117, 33.5849993429379, 73.7339975804267, 50.6399995610654, 24.3269965632656, 20.8610004771492, 49.4440005952674, 23.1309970793796, 0.614026687933246, 1.19600640348057, 13.2100003987127, 10.5349968566881, 13.4919980519077, 9.92099849459688, 20.8639992451945, 23.8209995099155, 8.21500608062667, 10.3290032207771, 20.3050011601923, 4.69900697427051, 7.22699977774572, 3.51600130920443, 2.03501219333467, 9.89099971795373, 19.1989984018303, 2.66400472330677, 0.453041252567225, 8.85499670783937, 15.9799968139668, 10.3440026092069, 1.31301676241293, 5.81199795351905, 14.5109951539304, 10.1680001212913, 10.3430039978727, 19.0420002727582, 25.878002837631, 4.53100777518663, 28.6239935264449, 35.4599955145739, 30.7919965660162, 9.5819940089511, 26.9490019564768, 22.2810024342722, 29.5280042805811, 8.51099497744213, 7.75000224014305, 0.503015609376998, 21.9110000904425, 30.0310023337309, 31.5779996647753, 9.16400241208881, 0.84302100616354, 31.0750010422815, 19.2850017013255, 9.27799985986177, 5.47700340633145, 10.1210001939204, 4.2660029099775, 0.465018820068471, 5.01200181587743, 57.9570008821977, 61.3550036398952, 54.2709964136467, 57.6689988687855, 63.1810000306431, 3.68600699367509, 17.4359980049824, 22.9479984251457, 23.534996770387, 40.2330019247415, 14.0539982751097, 13.4669996985349, 6.90200294261945, 37.0019953212669, 46.3390010765587, 39.7740022934423, 1.41701206886228, 32.8720019120206, 74.2880022478602, 33.0970003843465, 4.45500382069905, 34.5140001904731, 43.3990005678815, 5.84700160668709, 6.86600270403819, 10.3020008883851, 4.21000320825089, 5.2290007979579, 10.5750014509777, 1.63700634030749, 0.888020038856084, 4.45800213029105, 1.24601326964821, 6.11700104524665, 0.318055383324231, 2.89400305290503, 1.20501433118192, 4.14000148640077, 58.1350005275162, 56.4460002529673, 56.3090003235774, 55.2410003326158, 93.4299976299723, 93.2929974532757, 87.6509973599361, 36.9839975796818, 75.4210035718641, 69.7790032677112, 13.9180043296605, 17.8719945042618, 59.5859988265185, 3.7250008044718, 9.06100274000018, 10.1930054597732, 16.198002933378, 28.9840014591627, 1.01401706023268, 19.9230007713986, 40.2390007518844, 12.2689998072509, 11.0060001888727, 11.2549999320288, 4.82600381103371, 28.1009982337103, 29.6309991973606, 17.0949998211378, 38.9889988583682, 40.5189993139657, 19.3600015071031, 10.8880012855401, 53.2000029966247, 32.0410044518284, 3.40900930414408, 12.6810042550888, 52.5470012154018, 23.9150012785027, 9.66999996430341, 20.5059971274195, 43.9780048503345, 10.3930062063243, 10.4679963484357, 20.0630039727039, 21.012001863845, 0.151058452375032, 1.3470130107314, 10.6189964839593, 0.746017839944463, 0.450023867150524, 10.3710038712706, 0.897005221748921, 20.9609993634141, 11.0400017018095, 0.711022952665071, 21.4110035182179, 21.2860039284046, 10.9570015246601, 14.4730007723055, 10.2460030444795, 11.7150054492403, 8.19900618568584, 5.53500679871185, 22.6720050825825, 21.6560066610515, 18.9920048515949, 29.3360067563529, 13.4570013774806, 9.8440035336427, 20.1880039700249, 30.3560033795341, 9.1480035734134, 4.41800319720833, 5.75000150966164, 1.21900838270305, 24.6060031603992, 10.5509965184945, 15.0820013079792, 24.6639945393543, 16.3009954055638, 10.0110033211171, 19.5929951329852, 11.0820022990262, 5.07100085731131, 33.0699964051077, 24.5590022760646, 5.472003294787, 13.4770018342869, 57.071003264407, 27.0400012365538, 4.03500415003974, 32.5120013045931, 43.4570011319228, 12.3820006705449, 2.26100831173456, 16.4170003456486, 15.9490009702835, 5.82800203495841, 10.8400022310034, 3.56700234583438, 8.41800228363169, 3.40600268593508, 14.2460013760869, 25.3439944831344, 29.0299993773372, 5.02400553082787, 8.71000771048583, 48.9430087775725, 20.3199924926225, 96.3399965180973, 56.1069947836206, 19.1050004509571, 105.05000313439, 102.964996506502, 65.963001382818, 33.091000127919, 46.8580018942367, 65.9630015144154, 33.0909998655952, 1.42301253599736, 0.00416666666666668, 44.292000208864, 9.77800076569357, 0.524033298680123, 11.2010009886034, 23.665001649147, 13.3630015193472, 15.0000030647558, 13.8870016626826, 10.5740010467751, 12.2110011533848, 18.3280010159098, 2.78900457726618, 2.11200963926893, 8.22900210010053, 12.369001838474, 10.0989998829836, 31.2149997550921, 27.0750001298766, 28.1660009825963, 39.4440004642135, 77.8820030534209, 22.6410030384291, 14.3429959003658, 50.8070031920938, 18.6530046233677, 18.330994125889, 0.45903745603242, 3.98800113907121, 33.6979985620721, 15.8260045768198, 5.6330025022019, 15.367004959414, 2.5780096640043, 7.61500281839496, 27.5380026446021, 13.2480017538679, 24.806004270432, 44.7290041003199, 55.984003377125, 17.1910023970375, 55.5740054393494, 66.8290044176118, 49.7340053234445, 10.8450020211231, 73.9990026912778, 56.9040032958579, 46.0160030323135, 7.16999937962272, 53.6720012084766, 42.7840005996211, 30.1029974028956, 3.23200494411325, 39.4090008372652, 26.7279971509458, 6.22200291234786, 3.37500257201548, 32.1219945590289, 11.6159980617463, 8.44700828088323, 5.39399880168181, 14.7160045977123, 5.34700174551412, 15.9659968759546, 3.10000890368806, 3.7970092720218, 14.4160009683582, 13.5190061059777, 1.55000102272813, 19.6899956937342, 18.7929997294818, 2.61801047663716, 5.27399609171723, 34.0870061245519, 12.6760031872437, 2.43000744965455, 15.2940069152352, 17.4690027638434, 7.22300077454753, 29.8950048531971, 4.79300107866831, 4.72700867763212, 17.9450001785554, 31.4020009801125, 11.9500053040427, 0.203080806979032, 13.2540060870672, 4.10600703584181, 18.1479954734375, 24.6760032060039, 15.5280004369557, 9.07800484212457, 11.4219978302983, 57.3359988379523, 32.7299959927562, 16.4290019112278, 41.8079988648556, 58.7649977777327, 42.4640028136744, 47.5350021199887, 26.0350020881794, 48.7030032861565, 53.7740022366219, 40.2970013158386, 6.23900171177199, 62.7660019779555, 49.2890006872849, 16.777000508388, 8.99200059152393, 52.3400004842866, 19.827999552783, 3.41100438783529, 3.05100248656842, 2.36000796674121, 18.7770008895433, 22.3440011165001, 22.1880001165693, 41.5420002348116, 45.1089999215916, 30.8629995249242, 22.7649997709599, 54.621001084601, 40.3750002149983, 9.51200195018746, 30.085998823681, 9.76600824743474, 69.9389956095603, 49.6190034708426, 55.4310000690616, 39.8529970439862, 126.709004539176, 21.6590017511856, 25.1990010475418, 77.0900012188651, 54.1050017704631, 7.24700093841418, 7.24700213622758, 32.4460003667207, 8.24500294488617, 8.24500189205985, 2.95600524756202, 0.998009796536793, 25.4630019330379, 14.2620016462468, 0.375046293438853, 17.2180009161431, 3.92800391629285, 9.95900241276676, 7.17000249764792, 10.3340023811371, 14.1320031053272, 11.3430011772659, 1.24401534433304, 4.17300241586415, 60.3249991433838, 50.2260000049832, 10.7820011982066, 48.9819986208228, 99.7350045991212, 60.2910043248858, 9.48400299023601, 49.5090047682284, 72.057003262176, 21.2500004084967, 25.237999650298, 11.7659995780981, 18.082001692554, 22.0700000881435, 37.4370045530975, 3.16800200765193, 36.6979985199556, 52.0650026081316, 38.8170017900288, 14.6279989454714, 72.3489992634009, 59.1009980716813, 41.9099964469623, 20.2839970099822, 72.3800051226731, 55.1890031480104, 44.3440021615293, 13.279007611713, 55.8409960994768, 44.9959947607895, 37.8259968578988, 0.652006111598212, 39.5169911009539, 32.3469927610332, 35.5789952389361, 5.47900549058074, 30.327995872738, 33.5599978172516, 36.9349980286388, 2.01900149181738, 19.8639992870847, 23.2389987866199, 17.8450021935868, 13.6959997793101, 13.6380017612765, 8.24400434885229, 5.14400056740515, 9.6009988289352, 1.50301753232709, 1.5970055575995, 3.14700106115443, 6.74099860217871, 5.42400680186597, 6.97400026814011, 1.70001478999685, 3.82700574724145, 15.4349986833824, 10.161003967094, 5.13300661711429, 8.46099956110549, 24.3010032168609, 9.0069971185421, 4.21400100707306, 14.1400000035491, 13.9489987421721, 9.15599917805351, 21.1060036301846, 4.942003099259, 11.7139983692896, 23.6640018316691, 41.8119968751794, 2.55800205071927, 30.5080038039307, 48.6559984083872, 37.2340016259383, 6.84400303836443, 69.010998023787, 57.5890008526372, 15.781003144805, 20.3549999686945, 79.8040010720391, 37.9960024257253, 11.9610018939813, 22.2150005433399, 42.6250023146474, 16.5900006758281, 10.3510015093932, 4.62900158533778, 4.5500030526884, 10.7890003620697, 19.7810000613208, 21.1399998002708, 33.1959996684959, 42.1879989774264, 45.2389987968502, 22.4069999754164, 54.6020005544686, 57.6530000284952, 35.4650006421159, 12.414002164099, 88.0120012348561, 65.8240014441311, 43.059002325801, 30.3590014455982, 94.2230035717067, 71.4580041192805, 61.9460032404671, 28.3990023808594, 84.1760065233864, 74.6640053958026, 12.7180030018767, 125.637998173187, 85.7850014803029, 149.186998483681, 109.334001620533, 32.2440009733047, 23.5490006318308, 106.499001666007, 29.4090006918951, 3.03700541898192, 2.83500310006964, 44.424001130856, 11.9780013655773, 10.9800011233939, 15.0150009214483, 33.4769998014351, 32.4789984514708, 15.2609989098299, 21.4989990457333, 8.88400082504945, 8.33400258272078, 2.00000868053672, 23.5949996812526, 9.11300277484344, 1.22100778074422, 5.39400422567531, 0.779010471746724, 52.2749999506414, 48.1019994632983, 0.880018889099629, 53.4960004521825, 152.29399692491, 103.311998451332, 53.8029940970933, 104.191997611389, 122.571001194498, 73.0619965787718, 61.2959979028629, 19.259003136274, 61.9069979611027, 50.1409990134549, 53.3089984335796, 11.1549995574731, 42.7080005896127, 45.8759996399014, 31.2480016542239, 7.43299982506679, 52.3239978293588, 37.6959993757857, 17.4120035605538, 6.44799939311527, 39.0130009332896, 18.729004369732, 5.45000013376801, 1.31700793390858, 17.1410074825674, 3.86200175940237, 3.21001212229715, 1.58800290286766, 5.00499309278289, 4.35299882032761, 9.83200249819773, 1.14299770688195, 17.3320017341014, 22.8110050192143, 24.8300025302536, 12.9790045750652, 20.5750130508271, 22.5940097836113, 36.2900090233211, 2.23599631383088, 16.4389964174213, 2.74299938044391, 6.85800424049554, 39.0330049831323, 23.9030006042448, 14.3020025600719, 7.56100693480966, 21.1600040723435, 14.7160045977123, 7.97500719198563, 4.1480068099243, 0.414022431764128, 3.319005474962, 0.50802032217488, 8.96900370569863, 4.65600772375277, 1.64901260341474, 10.1100014689623, 24.2500007159221, 1.14100644816327, 5.5310013688544, 8.60900216797949, 13.5510037836094, 15.6409993953193, 15.8830005132285, 10.9409988707896, 8.38300149115613, 24.4920009342581, 27.6909987043512, 25.1329997655508, 18.2889985994118, 16.7500005182421, 39.0120014826174, 32.1679995374288, 11.8130011950032, 13.8790022428769, 44.7029995033559, 24.3479999292742, 2.1330075594453, 12.5350005399175, 12.958001522904, 9.25700090721118, 13.8860009298255, 11.3900001517692, 35.5390019533524, 40.168001391033, 19.0280026976763, 26.2820018256465, 82.2149984564065, 61.0749989977203, 38.6679997165569, 42.0469972767614, 100.336008244929, 77.9290085952773, 65.5150072840374, 39.2610094374072, 97.8940049991234, 85.4800034584843, 55.1210025122293, 19.9649967726794, 101.260994128969, 70.9019929202819, 42.5029911311242, 15.78099115065, 70.8320009775245, 42.4329988617974, 29.7149969221448, 0.0701159777384924, 47.9100040244786, 35.1920015894362, 5.47700658979177, 20.3170003395177, 3.23200572257801, 21.0940011625435, 2.45500345957146, 0.380045798815528, 0.777011599045808, 1.01701726912337, 3.85200249002953, 11.1630016620484, 3.47200262222933, 7.09000164758918, 7.92500223974719, 29.4240003764093, 3.23800164324075, 12.6970018708795, 34.1959993993549, 10.6010014698394, 4.77200117819102, 60.9619992243, 37.3669998584651, 36.5880007720492, 26.7660001183191, 84.462999549419, 83.684000118989, 30.1880003004415, 47.0959999020286, 148.237001536185, 94.7410012207745, 9.45099823588653, 64.5530015382804, 144.081997038219, 39.8899996072608, 20.6309975456077, 49.3409959645041, 44.6930088113041, 25.4340060786019, 36.5890049910914, 4.80301084051889, 10.3910081405089, 21.5460056519081, 28.9790045053427, 15.0429998446276, 10.6900040654573, 18.1230015776128, 11.6750045387904, 10.856003607226, 17.4830027020124, 11.0350044487476, 9.71800410582548, 0.640012952885708, 5.62199710662385, 4.30499469217342, 5.89299305836542, 5.41301124720124, 5.4760010952051, 3.88800272093351, 5.0309940514183, 9.78099148807837, 9.97500784397667, 11.1179969965865, 24.097000842538, 6.08700704131398, 19.9049920221012, 32.8839953201274, 30.6480031909797, 8.78699592196869, 47.829002743354, 45.5930101391227, 6.56000783449649, 14.9450079050519, 64.2320101579828, 25.1990054714332, 4.03900576320859, 18.6390004046849, 30.1559988056905, 8.99599553280666, 8.5819951259967, 4.95699485420065, 1.8710038469296, 1.45699906087147, 6.11300180243343, 7.12500121832348, 3.89400928019534, 0.762012429302184, 1.90300900093053, 5.3509995470356, 9.44500153295127, 10.5859993551597, 5.05500373961775, 8.68299965694514, 26.5630041936214, 10.9220054944838, 13.5699971595017, 15.9770055481984, 31.1330037925066, 6.64100396214437, 10.1089990623626, 20.2109989646529, 20.1370018997474, 3.38700360049982, 10.4920022345336, 13.4959990257631, 13.8010037604015, 0.0781103261443128, 12.6130003388482, 10.4140022983903, 11.0900017180622, 1.44500570211788, 9.94500144053665, 11.1680000448485, 29.797001467656, 18.4070019669512, 7.87500220458523, 28.3520014963564, 68.7700007102155, 42.4879991667084, 0.441041257762859, 50.3629991347621, 83.4610063725654, 41.4140093038426, 2.15300794159879, 40.9730074140088, 78.1790087059554, 38.9179994906254, 18.9530038456959, 36.7649996257577, 61.9219973506832, 41.9570009393136, 26.1760107950811, 23.0039981800842, 48.5079959633708, 32.7270052701242, 32.7969975996631, 6.55099619812113, 20.1330117265784, 20.2030033593541, 14.7259991037476, 12.5939948298865, 6.37900052433861, 0.902002421552847, 13.8240057548866, 10.2650002352944, 9.48800079219907, 17.7540006879534, 16.9769997941496, 13.5050004462987, 7.48900147954186, 33.9230008474733, 30.4510004986894, 27.2130018891919, 16.9460015651045, 9.32500071737222, 6.08700131926942, 10.8590008510956, 21.1260017689266, 2.89700535191546, 1.87500462962391, 28.6410004001692, 8.98400021854327, 21.1080006241254, 5.65800152657958, 52.7540000391786, 22.9830001793304, 53.2040017530089, 6.10800313016187, 58.4449999918746, 58.8620015665404, 69.0660021434597, 4.51300241173633, 44.8279956875758, 62.958000320984, 55.1129992774117, 5.77200467773486, 0.969012057091038, 50.5999986456736, 27.1120001520666, 22.3089908676213, 37.3519902108912, 21.3399967446646, 36.4440007205184, 51.4869996803158, 62.3430025978132, 14.1350103797424, 38.3259892225166, 49.1819917536471, 49.8219913152597, 13.1610114017535, 7.55699387450557, 8.19699202578975, 13.6100018859658, 41.6250002085419, 20.9030007084856, 15.4899907947727, 5.70900267479582, 29.0999911430275, 31.9619985290196, 22.1810077766047, 16.0940028487513, 16.4720082784531, 34.7310033074908, 28.6439974954325, 19.8570031326075, 12.5499961140412, 57.892998041582, 49.106002984389, 34.1609959916129, 29.2490008460977, 68.1890032453255, 53.2439958295374, 34.6049962292328, 19.0830006379897, 32.454994736589, 13.8159948909929, 8.85900311938204, 20.7890018823989, 4.56600569434492, 9.52299590665344, 2.39800223495086, 18.3819966270165, 6.16800208228455, 0.957009802962914, 6.30800140946357, 3.35499831489026, 7.97300175024164, 13.3239981490564, 4.64100258114402, 7.01600007758349, 30.5740018800949, 21.8910030515646, 5.91400058574231, 17.2500043179178, 46.3480037620328, 30.3709986683856, 10.1600015561828, 24.4570010873532, 37.3629975197143, 17.1519990259933, 3.65600488598862, 6.9919999139837, 16.3470011841068, 2.85100478423911, 7.56300202087388, 0.805009181075214, 14.0900013847462, 3.6760010491576, 7.49200289712003, 11.2389991854462, 11.320000274817, 0.152056571963229, 28.5040012728336, 7.64400118900948, 34.230999500095, 5.87899927927081, 44.4840015499456, 34.3829987189582, 77.7730028477397, 27.4100039788023, 13.5630048200734, 71.8940049425184, 81.5980074149123, 40.6250002136752, 3.86000510804541, 54.1880037002324, 62.3709872168289, 25.605987887833, 2.60199641832944, 21.7459873376562, 37.0820012006035, 14.0780035462917, 7.52701036314918, 11.4760139400024, 16.8789988312973, 10.3280037701748, 22.9219978277121, 2.80099797214243, 0.957018873417984, 11.636994154148, 25.460999217027, 11.2850044313209, 6.12100503358336, 19.9450077594432, 5.51599278464456, 5.33400316853772, 2.15500683548643, 12.8350004371109, 5.34600038778598, 11.6000037854655, 7.50099870058836, 24.7700030660049, 7.82400242173355, 28.950003269981, 19.4240040479726, 4.27900338589433, 25.4050010283324, 34.3890004438097, 3.54500443231612, 18.6000003611885, 9.61600107819602, 13.3670009249635, 44.0050003117039, 97.0439988971611, 74.0609990338342, 15.1989986398122, 87.4279986420737, 116.267999798368, 57.4059983811939, 5.5520050801243, 42.2070009380881, 91.3560029976552, 28.3980029301866, 22.2019966315711, 33.9500048333231, 64.9999926376995, 14.399994499301, 6.94000494300594, 36.6019899832545, 32.6269994334759, 11.2870033325519, 2.84801329802225, 18.2270054811298, 31.5270086073149, 17.3919987901276, 30.5530096014323, 20.2400059220451, 13.5170148341942, 0.35602719017293, 41.2689976130645, 30.9090121216625, 55.1609957981337, 13.5359961246926, 15.5639964767943, 54.8049928341711, 37.1189961342189, 8.01900590427513, 8.45300498352673, 23.5830005511908, 31.4560018336556, 14.9839941095953, 2.43400524065427, 23.4369968303393, 49.2959979718099, 36.7460024334969, 7.49700396368946, 34.3120043423444, 58.4540026773758, 29.2050021282831, 10.1220033631346, 21.7080005829836, 20.029000195412, 0.946008321534553, 21.7350014091144, 9.17600344844759, 37.5069966176618, 16.7179952091757, 1.6640118981619, 38.4529955260376, 30.3779989235536, 11.9960029208863, 15.3509990557481, 13.6600042975818, 13.0459989503903, 9.69100278782335, 2.67500954187753, 25.0420001635344, 26.8020026008793, 19.786003551515, 2.53600614395236, 17.1110005683436, 36.1060032884544, 18.8559994532803, 5.60100483914504, 16.320000226721, 42.8640007254624, 18.4070000596026, 11.4150024364304, 24.0080016890839, 27.5869995688364, 20.5950006885173, 21.3999994761229, 9.18000029709577, 20.641001588779, 21.4459995502712, 10.207002433324, 0.0461888009295851, 22.7579992293492, 11.5190008069916, 3.87500448028415, 1.31200593724773, 8.64400206186354, 1.00000868051788, 35.3829989571542, 2.87500301932209, 29.1869999158073, 5.19600081613052, 77.0900041924909, 30.1869996085433, 60.1989977859539, 11.6950080664633, 65.8830111277721, 65.3949967758068, 42.8089908840639, 11.37901382438, 33.125000524109, 54.5039979619989, 20.8589943625816, 0.887003194643011, 12.3630079960758, 32.2380068610615, 17.7970133046086, 6.32100051879618, 3.52000920458533, 18.6840062019029, 10.3439958190008, 7.54300041838758, 18.8280038517774, 4.02299715285122, 13.0039991377938, 24.28900182223, 29.8049932582713, 5.46100012471066, 34.0700078337904, 39.5859987544397, 9.78100674686605, 0.887010823953366, 8.38800065068845, 0.662026880825871, 8.16299926286567, 27.5870024298592, 0.22503895834418, 7.77600130186699, 27.2000029894261, 23.6550014205753, 0.387021560025552, 31.6620031118029, 28.1170008885638, 15.8880006273254, 4.46200183862861, 28.1170011972936, 15.8880000809662, 103.315998245432, 0.00416666666666668, 105.748997852466, 18.3209996193114, 23.8860023137461, 121.636997294265, 108.375999610877, 66.1689988494494, 32.2189946794721, 90.0550004015675, 63.5129931322341, 29.5629885748792, 7.03900393126007, 2.65600912764724, 13.9460003903889, 22.6559909837321, 40.8829960301223, 15.6169896915827, 42.087997849019, 60.3150025853266, 80.555008150089, 19.4320072826518, 62.4570010103909, 82.6970063305541, 51.7879947199999, 2.14200234356197, 109.05400101369, 78.1449891247546, 23.3399970817258, 26.3569949582517, 104.234993147514, 49.4300004807889, 25.847000793758, 26.0900043000009, 66.9769976346983, 43.3939973924233, 19.9570016023477, 17.5469975650157, 69.8979990581923, 46.4610025366888, 12.1489996895138, 26.5040019449503, 58.125004113383, 23.8130000898719, 2.10500778978069, 11.6640022090614, 8.11400055273497, 13.5940024085773, 4.41800319720833, 15.6990018651926, 51.590004303806, 42.4140016695062, 3.96101054755368, 37.9960024257253, 66.2070009946466, 27.7540057448966, 14.094003001828, 23.7929996324147, 15.8770076242368, 2.21700678409513, 27.2590033224415, 11.8769996322383, 28.8420034705908, 3.80000533611202, 13.3109983135456, 31.0590060167906, 42.0219997722742, 24.9109996465585, 8.59100162412003, 38.2219965344819, 54.9100006404232, 38.5900008543682, 14.5820004924955, 29.999001315515, 42.6250012417638, 18.6169999732208, 9.4370019951341, 4.03500235635418, 15.6810008630025, 6.50100173962235, 6.45500261326573, 2.93600270768226, 5.93200308690413, 5.88600115434541, 4.5740041541877, 0.569015499738981, 5.99200252354084, 4.68000215999486, 7.55500260313842, 0.106081807059894, 4.12500468558873, 7.00000171691633, 37.1870002646807, 0.55501546876372, 10.5230014133139, 19.6639999989392, 85.0589964046682, 17.5230007357066, 1.71800861003749, 67.1129952770475, 121.616993093192, 17.9460015365606, 51.6059955146392, 106.109993062764, 138.347999698243, 15.5070005292654, 65.2229922095402, 97.4609986242232, 116.145004421939, 40.8870012499037, 64.805008202468, 83.4890137758474, 87.5120088653777, 32.6559908664041, 80.3090059534836, 84.332000835355, 89.7929994609241, 3.18001066429678, 70.2109987824268, 75.6719971850254, 85.4530031328531, 14.1210028119922, 40.449005556163, 50.2300111591442, 35.2229921898051, 0.700013163609748, 0.475036929741897, 4.67500295066633, 4.90000139007204, 5.28700203251484, 5.37500161498684, 13.8080008682235, 14.194999352672, 9.73300063169836, 8.90800096683795, 14.3180000986459, 9.85599987365816, 9.85600075439632, 0.123070698262918, 90.6990015036704, 90.6990014079632, 30.9379964718028, 80.8430024267114, 187.863994690802, 66.226997506561, 23.8280036582887, 97.1649933754711, 57.047005004037, 33.0079958684522, 30.3519903180863, 9.17999362137624, 53.0729983739926, 50.4169923596752, 34.8000035506403, 20.065002874028, 84.6319963599217, 69.0150071448208, 49.5830005332479, 34.2150042209913, 100.434005910166, 81.0019990085319, 78.8600008305026, 31.4189989945454, 97.4849969737444, 95.3429985956842, 68.9860041273938, 16.482998420924, 110.42299667822, 84.0660019953487, 57.9759982242581, 15.0799985919911, 93.0240041691744, 66.9340001449471, 49.3870032964783, 8.95800305948213, 80.800999856281, 63.2540027083393, 36.7500014260855, 13.8670002521462, 61.1060030917318, 34.6020014410541, 22.938000482213, 2.14800380471239, 9.11700248409067, 20.7810024623937, 5.08200414861683, 43.7190019685729, 64.1329996908708, 48.4339982871346, 10.4379975739054, 43.3519975757225, 65.8440020336899, 27.8479998844659, 4.05500458658161, 17.4100041607052, 5.84000694007538, 29.6330035277987, 17.7560053112561, 33.688003797714, 72.8470041750905, 60.9700051777746, 29.9109998785213, 43.214000902778, 78.8070032415393, 47.7479974657349, 9.52600279905963, 17.8369984725, 71.8779978783309, 33.656001587342, 3.65700505062922, 24.1300007126007, 49.1320012765132, 19.1330003506986, 15.0980008418579, 15.4760001546391, 13.7300012835389, 9.69500070939765, 12.6310009396088, 5.40300148454721, 6.64000260031954, 9.57600064327663, 10.1450016922237, 3.05500266976318, 8.14200185381762, 8.71100096217273, 8.6050020366341, 1.43400606863197, 8.73000153090873, 8.83600047123839, 8.28100175699111, 17.4410000056138, 21.5740011633053, 21.019000943229, 3.49600525590593, 12.7380015512202, 23.2500002698773, 5.72700079856164, 12.2190031908484, 2.23100288379931, 19.0740003151049, 1.12800604756375, 14.379002824825, 13.3470007724453, 10.2609994641682, 5.24600385196455, 46.1330036111906, 9.1330003706265, 14.2650006066909, 55.1520005846394, 87.8079912255488, 9.01899815485734, 62.8050005816046, 95.4609909966947, 98.640999016335, 7.65300101219796, 95.8469926738094, 99.0270005149046, 113.148002777949, 0.386024074652457, 94.2540018016266, 108.375003894795, 143.597995878957, 4.7730006284937, 85.0860025538954, 120.308994365365, 23.2890018375757, 1.46300527725679, 6.83800188278835, 12.6250013751374, 7.25000119731791, 1.65801046345406, 14.0879999600387, 10.1750018969864, 1.26700704961187, 1.14401522910082, 2.92500315844447, 24.1120011854126, 23.9890006822902, 56.8540023042644, 22.845000647005, 86.2669984922642, 5.42399757207805, 91.7409975036936, 62.277998109965, 25.847000793758, 71.3179932857787, 62.1380007676773, 20.4230045754288, 78.1879961326877, 69.0080033606538, 48.943001148178, 6.87000401012661, 73.9400026762062, 53.875000161124, 19.6599969157827, 4.9320009665907, 78.7309992134317, 44.5159952206333, 13.0969976329526, 24.8559993421537, 68.034996287894, 36.6159975515232, 20.1330002824871, 23.519001376167, 53.4429982572869, 36.9600002730105, 21.8800028152589, 16.8270011338516, 48.6710001220995, 33.5910020074578, 24.6330003633754, 11.7110004684801, 33.7970021139534, 24.8389998592842, 10.9720014659622, 0.206041985567451, 13.8540003910263, 0.0136518792355496, 2.13500740686276, 10.9850011621519, 29.6610008370878, 27.5130008037887, 16.2060023530149, 29.648000056276, 76.3850023635148, 32.6660006319476, 10.6859986339371, 48.8720018255674, 46.5709995182958, 3.2190044666791, 14.1910031154785, 13.9049994035728, 41.2379993834002, 58.6480027725228, 24.95999978003, 44.4570009276792, 107.953003090509, 74.2649995065347, 31.0509992468602, 49.3050004812341, 100.560999089269, 57.3469983660906, 39.5100006682924, 26.2959998570869, 60.2589991589578, 42.4220010896337, 18.2920014812597, 2.91200363708574, 31.8510008540632, 7.72100108040957, 7.75500187630259, 10.5710013971861, 11.0660017920293, 26.5420001439443, 21.1390007602483, 18.7870006413419, 50.8299993115842, 45.4269992831901, 42.3719996734942, 24.2879995105382, 70.2780010786388, 67.2230011323961, 65.7890012518974, 24.851002088806, 74.262002701891, 72.8280025720429, 55.3870032583973, 7.03900269805202, 65.7340009469424, 48.2930013546745, 35.5550007934647, 7.09400299366665, 71.8949987918937, 59.1569978274017, 56.925998992721, 23.6019977432773, 91.4219972602133, 89.190998174718, 75.8439981842278, 32.2649996586878, 107.667995614128, 94.3209954228426, 85.1879961144422, 18.4769978452916, 108.374996345498, 99.2419968526053, 108.260994117883, 14.0540014721494, 92.5710069624461, 101.590004052732, 109.243004004137, 6.67099129147373, 88.4800035531487, 96.1330033251606, 96.5190050016498, 13.1100012724839, 93.1569978670281, 93.5429993603756, 88.7700006533377, 2.97600847104569, 87.1869966590859, 82.4139977554751, 59.1249964789368, 6.35600417334261, 59.1410029485839, 35.8520014323075, 23.2729953681055, 0.562015720266797, 14.650000803589, 0.300057101997491, 13.7880007363847, 16.7130013363252, 0.862009581915697, 12.3250002642003, 15.2499996155425, 38.0949997690865, 1.46300718459769, 15.2500001847592, 38.0949995412205, 100.372997456902, 0.00416666666666668, 12.0620014755623, 74.339998123589, 94.7630023404169, 26.0329996105592, 35.0969968020339, 55.5200006141137, 48.649998068039, 39.2430019206477, 28.999001147996, 22.128998195005, 17.1969996057345, 26.521000235756, 20.9960030241426, 16.0640035310958, 8.79199797684661, 1.13300326703969, 46.2299999177741, 21.3740009554433, 2.14500855150477, 30.1659968392733, 50.5080016712446, 26.9890006420677, 10.162001410888, 29.134001076151, 36.6420006721678, 19.8150000184633, 8.10400199542304, 9.65300077718953, 21.6890004533195, 9.97800079558286, 9.77200185100442, 1.87400470457343, 6.83600250532659, 6.63000142372516, 17.6150014719606, 3.14200272269293, 2.86800584547907, 8.11700164926288, 37.7650008030371, 9.49800082047498, 9.02200223711338, 20.6259998715386, 69.4980013484402, 17.1390013991188, 4.53100587630341, 53.403003855175, 67.3080027298591, 16.0949979453384, 55.6730006475341, 69.5779992397503, 25.1209990736679, 2.27000046710212, 94.846000854432, 50.3890001112357, 1.08401564946132, 25.2680018999359, 56.2930000528215, 6.98800068144836, 19.3080009869047, 5.9040012757341, 10.874002145887, 37.1700003098305, 40.0820011655617, 17.8620004745348, 67.5500014014204, 70.462001923732, 59.8910015143963, 30.3800013538478, 96.8170015220923, 86.2460008674029, 67.4590008448213, 26.3549998716067, 109.221998850511, 90.4349986082548, 66.1469996215934, 22.9759983026144, 130.242005481504, 105.954006276996, 81.1030046696289, 39.8070070540035, 157.159008136591, 132.30800635223, 125.269004960368, 51.2050020005802, 146.971992610801, 139.932991089866, 147.026992915933, 14.6639867980189, 116.926002650921, 124.020004342454, 100.418007069861, 23.0069889026914, 104.80900590295, 81.2070084687106, 48.9420093268962, 19.2109989870097, 87.1090013589713, 54.8440019282967, 36.3670048719176, 5.90199426863521, 82.1680071082606, 63.6910096577761, 49.6370090167536, 27.3240054446428, 77.4220125533415, 63.3680116115958, 70.0390017127215, 13.7310034398037, 73.1220095147704, 79.7929993763666, 92.9030000648032, 9.75399869268282, 92.0579988458154, 105.167999350118, 108.144004982314, 12.2650000973986, 109.49600235582, 112.472007828645, 118.828010705185, 4.32800493535933, 114.631996306236, 120.98799903415, 144.260994077865, 2.15999242211387, 100.37100999963, 123.644004891983, 20.6169895567811, 19.9130005427356, 19.0510015063893, 6.07500362073449, 5.21300291639471, 3.75000462962677, 13.8379999711705, 4.73000321266044, 3.26700094805773, 3.26700360509768, 0.483019680751145, 5.9600019974105, 5.96000054094176, 20.0730010575409, 2.69300401683163, 15.3150007139851, 10.718000506636, 49.9610017436725, 9.35500142381601, 29.0490001456076, 10.1940030030248, 36.715002532798, 39.7669994629753, 26.0239989276173, 0.497019113490971, 1.63000790438953, 36.2180006516625, 27.934002544112, 29.0669978267157, 1.09901482052737, 27.4370005910396, 66.5689974054979, 36.4030008316426, 7.26900220336367, 37.5019998480921, 46.9460014226667, 17.8120007620013, 8.15900252457605, 10.5430012830187, 7.70000206395462, 1.95300451338824, 3.8270046776215, 10.112001323834, 18.9860009754516, 20.8600005496484, 17.718001153426, 17.0330005020022, 32.618000085936, 29.4759998882305, 19.9780005562063, 11.7580001584341, 36.31399941569, 26.815999354775, 9.67699993248714, 6.83800061333033, 16.5260010734213, 0.613015030343111, 16.7079993148466, 10.2899998517702, 10.9050022786775, 26.9999984141534, 24.7300021516112, 10.292000660322, 15.1909992202477, 12.9210021061437, 12.3470015281698, 11.8090007503384, 20.5210007544641, 45.7890016544211, 51.6930016061445, 33.4420016023439, 89.6119997054552, 95.5159994080498, 77.6539995521834, 43.8229982449572, 146.71499693306, 128.85299689354, 98.4729959343599, 51.198997667104, 178.216003515385, 147.836002408571, 121.481002950529, 49.3630067676483, 168.250003917884, 141.895004333637, 118.919006493647, 20.4140018900693, 138.992004519439, 116.016006544549, 76.2089998615983, 2.90300286812998, 128.915008679593, 89.1080018064005, 37.9030003359702, 12.8990027481586, 111.776001131883, 60.5709992888199, 45.9070133176331, 22.6679996505213, 67.640991467603, 52.977005168738, 75.9839937587572, 7.06999329323231, 57.4570162933692, 80.4640046244828, 99.675003225935, 4.48001292394696, 44.612991722157, 63.8239900041718, 57.9219973700451, 35.8510134257223, 15.6129924449735, 9.71099942904529, 17.6130075774952, 48.2109987152097, 20.9649971659905, 6.35901015414233, 20.090012460846, 11.2539985740652, 14.6680004511827, 0.937005724150306, 8.81700331182261, 21.0270084694695, 17.4959879307676, 7.74199025697276, 4.52301409230209, 16.5589910027357, 33.011002112833, 20.7460026156863, 16.4180003250219, 25.2690127946976, 30.0000005787037, 25.6719974084457, 23.5120094053855, 9.25399874076735, 29.1250005960896, 26.9650119185989, 47.5820010972891, 3.4530054436015, 25.883011535011, 46.5000001866786, 1.0820087550813, 2.42100311250039, 16.2589999386343, 1.04601612447393, 14.8839994540635, 15.3670017095997, 1.37500631311682, 12.9000009643528, 13.3830019761401, 10.690002158109, 1.98400362759618, 15.5480024059813, 12.8550011711775, 3.50000496031395, 2.16500397134387, 11.0650021030688, 1.7100051144876, 38.05699966273, 1.79000481131894, 33.3740001158408, 6.39300100686971, 42.6110004684678, 31.663999831641, 3.77600366696408, 39.9939996982476, 12.5570005891273, 2.61700389681837, 58.793000278126, 31.3559999850144, 6.14600273322881, 18.7990009633889, 39.7320003110704, 2.23000415011403, 8.31300229060774, 8.37600120229975, 8.49800194950405, 19.0410008220985, 8.9290018451688, 10.7280009731814, 50.3000014895605, 40.1880008950148, 23.1550014364235, 31.259001055896, 76.5740024926535, 59.5410024193508, 47.7830032167259, 36.3860018254826, 72.7689993383098, 61.010999821844, 54.1730006561687, 13.2279974823979, 66.997999450413, 60.1599999917033, 70.4499991020225, 5.9870009616194, 56.0550044295887, 66.3450032588914, 76.6370031714832, 4.10499784217057, 65.008997230558, 75.3009968956736, 63.4919970385745, 1.33601266192682, 93.4600011775811, 81.6510010828754, 48.2089999939109, 18.1590046894561, 117.366996913058, 83.9249955257956, 40.1019978084121, 35.7159960316181, 141.497993591933, 97.6749955112351, 46.4759982983547, 57.5729981976498, 154.600990407706, 103.401992881801, 54.0389865273248, 56.9259950255353, 140.554000978011, 91.1909943578862, 70.7769930431447, 37.1520082902903, 98.9290010299828, 78.5149995002076, 81.4179994808124, 7.73800771360452, 69.0389864575229, 71.9419862046449, 59.042984302831, 9.47601409964937, 65.9379885445445, 53.0389863697184, 30.3709875101113, 6.00399924853013, 37.2769932635842, 14.608994124466, 7.539003767683, 15.7619939589301, 0.722024167526107, 6.34799331080828, 10.8280045330404, 13.8869940332884, 7.20300533994727, 11.6830146590221, 24.1679999859293, 0.85502113883395, 19.8780068548282, 15.9730077456, 64.1840060077944, 8.19499312468086, 4.53500749035409, 52.7460023618384, 41.4920048129519, 11.4380042989613, 54.9490054429026, 43.6950075228812, 22.6680000334645, 2.20300687001262, 47.5550082996446, 26.5280002051521, 9.96901114092206, 3.86000285919914, 35.0899968326502, 18.5310063278091, 6.73800916839094, 8.56199747380801, 33.9219975821076, 8.65298562232686, 0.601042069306065, 15.3909917749399, 5.83200370929165, 3.42199960700443, 6.87500252525206, 2.82098696385466, 6.91800177713433, 10.3710030342682, 9.28900333384005, 3.49600468025962, 9.660005459325, 10.7420052026258, 20.0310062927309, 7.39600155896674, 8.77100236466059, 23.6740014733921, 25.0490010865943, 27.0330006345898, 16.278000888036, 49.9939998284651, 51.9779989005249, 49.8129991201932, 24.9449990891377, 45.2919982928611, 43.1269981489718, 44.9169982960613, 6.68600212229253, 17.4620008874108, 19.2520003059326, 12.4120011011896, 25.6649983927298, 15.4400007048076, 16.2240005121559, 18.8410014783996, 3.81200255182303, 15.5050012341514, 18.1220011732814, 0.677025451061261, 0.719011935667192, 14.8630015609896, 3.93600231414389, 12.3120016847548, 3.2590029649239, 23.6790003955853, 32.0550000991405, 21.3270004783504, 19.7429999933581, 56.2720010981636, 45.5440008162075, 14.2850010627506, 24.2170013197525, 70.4250013909283, 39.1660005878459, 2.7800050242966, 24.8810008676817, 65.5579989220472, 29.1719973678772, 15.9440013330211, 26.3919986199242, 43.1059955809766, 29.8779986425841, 23.890999567012, 13.9339987308868, 35.6419987781126, 29.654999072015, 33.7599950210869, 5.76400144495973, 43.073006079332, 47.1780015878044, 48.5140079262171, 13.4180075439059, 67.5999987309423, 68.9360047645938, 50.777000769155, 20.4219974953716, 102.264007738127, 84.1050034601445, 48.3890079271415, 33.3280031901458, 114.45699325471, 78.740997424695, 21.1680000877364, 30.35199003209, 110.255996861563, 52.6829988219961, 4.24300030752859, 31.5149996650905, 88.0190126484146, 31.0930178573052, 6.0589933438621, 35.3360140396028, 52.0540164468023, 14.9020086391497, 7.16400388822519, 20.9609989492852, 18.285004611582, 10.5469978933482, 20.0230111209642, 3.38299817140536, 21.0979927662391, 30.5740054108726, 36.5780034043201, 10.5509956957707, 34.5970158826689, 40.6010133973952, 56.36300689982, 4.0230124116321, 7.37100455259098, 23.1329959807144, 37.0199894826377, 33.2300112475545, 12.6090101659439, 1.27799141150131, 2.13300374476259, 35.7420046373983, 10.3670060691818, 9.51199432079366, 1.31701452501074, 11.6449897591045, 8.82399183565376, 0.629011603196462, 10.8090073434755, 0.688016156945019, 24.8820044819173, 36.3200075632208, 34.117004903401, 25.5110019271812, 63.5469973435136, 61.3439942821312, 57.4839938322899, 27.2269900649155, 49.5469974207093, 45.6869966499615, 37.1250004676394, 11.79699780614, 12.741990498254, 4.1799947524723, 11.2110000837346, 32.945007587705, 16.5079966571476, 31.8989870885326, 29.0780035267406, 20.687988700844, 31.7349858986279, 28.9140017650635, 25.4179999506024, 0.164054386049282, 14.1290142902795, 10.6330116806357, 30.6640172898049, 14.7849889904398, 39.0549931203111, 19.0239872727015, 49.6880037147403, 21.1510013869712, 37.4010007318196, 28.1909988621491, 4.16100138426606, 9.72399991613146, 11.8450009998743, 1.14200779952464, 0.226038715212467, 4.66100163731309, 10.4130009404383, 16.5750012866532, 4.76300231077821, 3.13800325454969, 8.43700130352566, 2.28700635907718, 5.13799836306622, 16.1870027182739, 0.0751164133369742, 14.923000917383, 0.24703535885659, 0.0960900978872019, 0.00730490346636498, 11.898000969907, 0.517016511506363, 12.4650003721451, 1.92100452257853, 0.861009666089897, 2.24900393221594, 4.72600166891891, 4.03700280637609, 11.362001706229, 2.46300334509006, 0.110079019273874, 31.9940002293566, 77.8540002030506, 73.6220017658563, 52.4710010022573, 90.9680025101845, 69.8170014671064, 32.4160013786204, 17.3460011718223, 69.569000493693, 32.1680000142659, 3.97700555556055, 0.248036098248205, 22.1810010153984, 6.00999976588544, 1.84900841287839, 9.98700038090425, 20.2969998330147, 16.1360002175275, 6.41200336372395, 14.2870012637121, 17.1260004644119, 7.40200159997703, 4.44300374730108, 0.990008539319297, 12.885001576271, 1.04000830850787, 0.102170301313881, 5.48300138481185, 1.91300918212201, 0.771011167193318, 0.997017630633045, 0.873010088262825, 5.13200335239464, 4.90600142986712, 0.245070737025426, 5.90300134846241, 12.567001293746, 7.90600123529961, 2.50700689452723, 7.66100138485377, 29.2510019515542, 18.8380017120209, 2.26300815999046, 21.3450016273817, 20.7630013244374, 4.18800179806242, 8.95100215319503, 1.92500374643656, 1.00001736096041, 5.76300199453731, 2.62500661374828, 3.1880024482253, 9.93800147228384, 6.80000051361286, 1.63701164300014, 4.17500131623539, 6.41300090663774, 2.0240063639984, 0.263066491705801, 0.387023467263645, 8.62500201288221, 6.3379988061287, 1.20001523043564, 6.60099923984141, 6.94999944624443, 1.81200506524472, 14.3750031150779, 0.612013695480011, 22.8000028595357, 6.61300122872671, 6.68800327487526, 20.9880022370214, 7.86500197850649, 7.94000162732643, 6.98300228783201, 1.25200678837419, 6.89300312137971, 8.03000081398679, 8.2770020479212, 1.04700822218717, 2.6410063676871, 2.88800301717505, 2.98400554721808, 5.38900154975615, 1.15201502071996, 1.24800662367717, 1.254013554596, 1.7360050613478, 0.78402206385527, 0.778011035377854, 11.1200019236471, 2.03200385993602, 0.778022192666013, 11.1200011430217, 11.6370015758121, 0.00416666666666668, 21.1540006261515, 21.6709999275385, 9.20600173707404, 10.0340003081684, 19.2280005901026, 6.7630012949802, 4.84200359315287, 2.44300339301637, 25.4100010074886, 23.4890006899929, 24.3500006176145, 18.6470007783254, 0.501035056047989, 1.36200636192986, 0.887019656547832, 22.9880002936891, 3.83700394100691, 1.58800481020973, 3.1380060208157, 2.47500293508891, 13.3390000960859, 8.61299997024585, 4.57600210022335, 11.7510001893914, 22.4740017032837, 18.4370007454808, 29.7990017994956, 13.8610025946412, 2.35000776916377, 9.01200152398226, 11.4750018944204, 20.7870010737233, 2.11800822743791, 0.345024950320109, 0.45503807840085, 11.1300013712021, 0.396043747220512, 0.506017196917578, 32.500000534188, 0.0511700417548965, 58.461998759641, 26.4679988326029, 51.3860019247709, 58.9679986518466, 130.289005412792, 52.4350053535371, 103.821006858513, 7.9900008575456, 9.35600275588075, 7.23200275154775, 10.1140011787058, 9.86600098149271, 0.758010872008527, 13.2850030615811, 13.0370013219678, 3.05000683656931, 3.17100417180579, 14.6870014567315, 4.7000026098655, 9.58700170408966, 1.65000487946586, 5.80700410357704, 8.48000056588674, 9.47000114662912, 1.10700819243549, 6.42500384652659, 7.41500208620216, 12.8980020631942, 2.05500262194073, 0.872019649910317, 4.61100194361023, 5.4840033717678, 8.2870017036185, 0.834020927043663, 1.70700534084618, 4.1960037598817, 3.77700224867556, 21.9840009957094, 16.0810008678659, 8.42000213818335, 20.2770003785075, 27.8929993177918, 20.2319988726543, 1.11301837543397, 11.8119991022026, 27.7319990696352, 6.38699858199831, 4.46200187672092, 7.50000115740732, 3.77500231015146, 1.85000316631121, 5.03800164549532, 2.61200283505399, 0.438039360813285, 2.75000315656384, 1.42501142025086, 2.28800199341184, 5.5750038770388, 1.40000772625524, 1.78701227866348, 2.82500383569998, 7.40000387197415, 7.78700367822577, 14.3880016949194, 6.00000144675908, 4.87400411129893, 11.4749992305966, 12.0869994221857, 2.91300499409325, 19.3370026983552, 18.7250027523994, 2.26300720631937, 30.8120005563847, 28.6600023605217, 7.67200106279465, 6.42000278051626, 9.93500033967722, 0.277062142093185, 0.975009284559498, 0.0722402754915075, 7.39500163160469, 1.69500993733854, 0.648013159274264, 6.03700257823758, 0.720011369592211, 1.0930162957736, 6.48200169013052, 8.21800252455825, 0.445020154908997, 4.23200445329176, 5.96800186650371, 8.0000021701386, 2.25000385802138, 3.6900052389621, 5.72200163911929, 5.72200315616786, 2.27800368853055, 17.1960011087838, 17.196000603983, 7.16200308018638, 11.4740007336532, 22.6990011234219, 12.6650016009245, 15.1080019044436, 5.50300183682153, 16.3790007700446, 18.8220000110577, 0.175098415738109, 3.71400113180813, 18.284000392579, 0.363024782282252, 22.6249998136676, 0.538016241428009, 4.08800359071769, 18.9000010314932, 16.4250022014021, 3.7250008044718, 17.7119999197034, 15.2370000814212, 3.48600504126993, 1.18800893952286, 17.6500006021626, 5.89900163937647, 7.96200398103256, 2.41300370422085, 7.77400240107388, 6.0870032266176, 14.7000000366188, 1.87500462962391, 19.8620022931541, 0.925008621405068, 12.0550012684971, 13.7750002486976, 10.7880021929469, 0.342025388428428, 0.291059543457647, 11.7130005618136, 1.00501715061343, 1.05600821446907, 57.9119988101451, 1.34700632799883, 1.0560164345962, 57.9119986602529, 161.733005392607, 0.00416666666666668, 10.9310013441048, 114.752006606408, 46.9809989392687, 1.64100603746592, 0.883020988773684, 3.26600606338581, 2.50800478865698, 0.663026291978164, 1.62500534187156, 4.59600444882393, 1.42500532866872, 0.2250775286068, 2.08800350122343, 1.86200883560285, 0.212040835272446, 0.895019855433054, 0.437020138165801, 10.7510010655204, 11.8580005336779, 13.9129994472968, 10.9630001356768, 6.72000380420084, 8.77500060776736, 17.062001292189, 5.13800027041423, 0.897020620882282, 7.39000056428383, 11.1670008947373, 9.67200178250298, 0.0792189767635261, 3.85600172093815, 16.4210015379023, 7.31100105762829, 8.91100172321135, 11.3660009392061, 23.1779992918197, 5.05500202239706, 15.2250015217725, 3.41300455753759, 4.08700223372598, 26.5910008833929, 7.9500029467265, 0.450020052616771, 3.06200594451238, 4.53700066206035, 4.76300031858012, 2.15100119745745, 0.137127701523276, 5.21299910169866, 2.17500721916875, 0.113075756089081, 2.71200820211495, 0.0243610493368522, 3.28800347960482, 0.463016184747775, 5.5370056989467, 3.17500197109327, 6.83700052512798, 0.837008356834665, 3.75000462962677, 6.37400191118554, 12.6500028982985, 9.73700040322081, 21.0750015867169, 13.4870001553427, 22.0989998090437, 8.71300224749682, 18.6480016481535, 12.3620002139155, 4.66300382997339, 14.598000167394, 7.20300152525128, 4.05000328775506, 12.8600019603601, 5.46500174097839, 4.74500449805349, 1.73800395696406, 4.00300459642179, 3.28300359013556, 2.83800641491446, 1.46200583062935, 1.64501101159382, 1.20000704304078, 3.45000484146786, 1.63800578775556, 2.36200781555423, 0.112077943233156, 2.16600742781072, 3.56200271164639, 14.4440004924264, 16.7219996875059, 5.2480024994222, 14.5560003522152, 24.2159993665245, 12.7419993537407, 7.23900081136084, 7.49400063953524, 16.404002294308, 10.9010017728706, 7.18700459763268, 3.6620049339153, 9.70100200324361, 5.98700286896757, 6.52500418658443, 1.20000799670935, 0.912019692221608, 1.45000674951398, 5.17500259186403, 5.0750024733932, 2.75000631312407, 0.975007377228281, 2.16300813319989, 4.20000282973751, 3.00000578703146, 4.18800370541011, 1.77501130675122, 2.02500581256524, 4.06300590566483, 1.65000678680841, 0.225075621911931, 0.12506942516503, 1.57500987848795, 3.4500013716938, 10.3250024444027, 3.22500307311342, 15.0500003906228, 1.275006426793, 10.4380018654391, 11.6000011297934, 12.4230007795165, 0.710011787346689, 0.637027576236642, 11.1480005421536, 0.607028474948117, 0.740011739924098, 0.74002347012551, 0.103083930238145, 0.74002347012551, 0.740011739924098, 47.7209991278425, 0.00416666666666668, 0.524033298680123, 47.5049991050773, 0.216040025738851, 1.53700630384159, 3.1620061466695, 1.78700846398695, 0.162052324010391, 1.92600960914528, 3.32400201638548, 0.00589255650988791, 2.08800350122343, 2.52500649420952, 0.162052324010391, 3.73800551423901, 4.17500322358308, 6.78800075708111, 1.65000678680841, 3.51300543023869, 7.45000002076615, 2.31200778377622, 0.662013768606757, 6.67500183797586, 1.53700630384159, 8.13500236300702, 0.775010819171694, 7.41200299842513, 2.26000406983197, 9.57100191311059, 5.87500147754119, 22.5550029822477, 29.8660023734748, 24.8110024773833, 20.2950024113615, 33.3330016576183, 28.278001138576, 1.6870105657402, 3.46700155772052, 25.8280007408463, 0.763011865064061, 5.30000251274135, 2.45000430601969, 0.238071897389873, 4.77499952909956, 0.438039360813285, 0.525018059962027, 2.31200778377622, 2.90100015412982, 2.92500517247867, 2.46300096090768, 3.08800305864446, 3.11200230109954, 0.0632746996465733, 0.187046688913101, 0.874020413049719, 2.30100246025757, 8.67500123834131, 2.23800284111193, 3.46300244983889, 9.8369988682793, 3.65000628234262, 1.16200621912095, 10.6620003770959, 2.82500383569998, 15.1870014178142, 0.825011284748149, 6.45000345458371, 5.91200021707367, 9.96200163592184, 9.27500246178766, 5.1370025098691, 9.18700121953192, 10.9250008261783, 0.775010819171694, 7.61200369982215, 9.35000130987131, 10.8120018803842, 1.57500436704903, 5.65000364496647, 4.18800275173627, 2.55000699900413, 15.000001532378, 7.4250015752572, 9.06300068314334, 12.6250013751374, 11.6130006635627, 24.4220015958897, 27.984001469865, 13.4280026967121, 15.359001724845, 33.325001283903, 18.7690014695743, 11.2750030656667, 5.3410012285392, 21.7690018045954, 14.2750021339738, 10.6130005982368, 3.00000289351712, 12.2250037089498, 8.56300073907008, 9.76300226653677, 2.05000347147509, 5.30000251274135, 6.50000133546995, 11.5750022628193, 3.26300314857874, 5.71300047540219, 10.7879990041122, 14.9880001207365, 0.787013593294164, 6.3000019927922, 10.5000008267195, 8.4750005226299, 4.48800089657251, 7.37500235404859, 5.35000009665506, 5.47500164510026, 3.12500277777654, 0.437038093595344, 0.562013812970583, 3.78700333317495, 4.91300187366554, 8.68800363097609, 5.46300284019239, 6.13700195917351, 9.25000093843839, 22.4630010704223, 10.8630007151704, 0.2850607571153, 16.9999995569466, 10.7370016054982, 0.411020894974907, 0.308056449808896, 0.12606880203423, 0.633027323129303, 0.530016587955515, 0.530032965596591, 0.222039220207478, 0.530032965596591, 0.530016587955515, 0.746023323400721, 0.00416666666666668, 4.17200408522302, 3.95600227647008, 4.70200197983393, 0.712012084877436, 2.61200615838501, 1.37501262620465, 4.69900125222686, 4.53700448268761, 2.08700405253076, 0.999016020329843, 0.837010264159665, 0.813022986747316, 3.70000310903432, 6.61300349505045, 4.96300109292611, 5.62500308641891, 5.77600247942832, 15.3379985684255, 15.9999986351861, 15.224999614424, 10.3749989293315, 27.0240008102797, 26.2490008800168, 32.1240010897569, 11.0240028626185, 27.0120016803161, 32.8870013015486, 12.5920004326965, 0.763011865064061, 31.2370000675055, 10.9419983214007, 7.47500079667788, 1.65000678680841, 10.7920014255964, 7.32500194799801, 9.77500330195122, 0.150055571275584, 10.6750008633941, 13.1250006613756, 12.5999998519871, 3.35000106533189, 9.35000033092454, 8.82499793187483, 6.36200224059469, 3.77500382536219, 3.70000164043527, 1.23700652912729, 1.05001577133391, 5.12500169376666, 2.66300471884013, 2.85000151993006, 0.612027878912563, 3.89999993696579, 6.62500262054456, 4.38700301629644, 3.22500767210031, 3.77500382536219, 6.31200302515037, 5.1500032114229, 4.32500477706662, 1.92500374643656, 3.7000054551277, 2.87500301932209, 6.4000042385513, 1.45000674951398, 0.425040084844088, 8.85000326967179, 9.62500371109991, 2.45000430601969, 13.200002078175, 13.9750010026186, 15.5500003535307, 4.35000046965135, 13.7500031699747, 15.3250013293704, 30.3250022891153, 0.225037051322514, 20.4370011241523, 35.4370014732899, 23.8240020409794, 5.11200120979288, 31.2500015092299, 19.6370014796486, 4.27800393615862, 4.18700234787359, 20.0120019051326, 4.6530017435119, 0.68802495906225, 0.375023147433743, 6.76500195596172, 1.42400588226058, 1.5760112295165, 2.11200362182723, 2.41200594657955, 0.588016013853554, 1.46200986071298, 0.98800774835991, 5.33800450358147, 3.28800465422912, 0.0256865435295573, 4.75000182748503, 11.0260025511234, 7.7630016064771, 6.97600041349637, 7.73800008421109, 12.4250025416815, 11.637999326813, 7.15000204665742, 4.66200251810832, 38.3859987013311, 33.8979995427303, 30.7729998508186, 26.7479999926524, 34.3869996351233, 31.2619994079202, 26.3489996823282, 0.489017594928244, 29.7970000371446, 24.8839996965276, 15.6340004581583, 1.46500560103396, 22.1549995629174, 12.9049994519475, 4.09500450661391, 2.7290037492432, 15.8840004406804, 1.1160074768895, 0.990017307442774, 2.97900348230384, 0.290059821583375, 0.164052955999271, 0.0582986483534758, 0.826010245869546, 0.492035388535327, 0.270032129220633, 0.270064273687839, 0.328026532699812, 0.270064273687839, 0.270032129220633, 4.97200360639459, 0.00416666666666668, 7.70500241535088, 3.00300291905789, 7.97500123152197, 6.84999974135565, 4.76300222592729, 7.43800205945164, 5.35100145438365, 9.05100251323531, 0.588016013853554, 6.50000457828747, 10.2000035213227, 4.42400561802413, 1.14900963003547, 11.2380024146085, 5.46200148245147, 4.91300173317167, 1.03800656221399, 7.24900103693418, 3.12600222757202, 14.1500027528124, 1.78700360638972, 1.83701125129891, 9.18700121953192, 9.95000250777445, 4.96300300027407, 5.66200181502978, 6.4250005881198, 4.77500134701679, 3.52500398844593, 3.45000579514079, 1.80000405958699, 1.65001204772115, 2.97500139195496, 11.8000007083412, 11.9499976746487, 8.60000049285506, 13.5999991123973, 1.00001736096041, 4.35000046965135, 0.575027140846457, 12.9499976185555, 3.20000618828078, 0.575015859339605, 5.7000038087472, 1.15000525948107, 6.10000132020493, 0.975007377228281, 2.92500517247867, 6.67500053751833, 7.40000005727809, 3.50000248015785, 0.275064649597052, 6.4250005881198, 4.40000547158284, 0.625013888734571, 1.30001259170064, 0.900011170872601, 0.175098415738109, 1.75000496031043, 0.300057101997491, 0.450020052616771, 3.375005144029, 1.92500374643656, 0.525034593524467, 1.62500534187156, 1.35001133415668, 1.10001018018777, 5.45000394846305, 0.575015859339605, 2.65000807722972, 7.00000124007926, 6.77500408840347, 1.55000483741161, 6.20000356311769, 5.97500374163027, 11.0870033664347, 0.800010087691754, 3.17500851981434, 8.28700361096689, 4.10000652323115, 2.80000233725809, 8.01200320448564, 3.82500303236462, 4.20000489653455, 0.275033089548945, 2.22501009154322, 2.60000562748849, 4.71200548498059, 1.60000389946429, 5.82500374338656, 7.93700136834028, 8.92500118228303, 3.22500116576638, 8.85000043582868, 9.83799831887325, 5.08800084869208, 0.913007707160017, 7.66300046503938, 2.91300117939989, 4.82500436109529, 2.17500322811831, 3.97500284169549, 3.76300279509809, 8.42500320507465, 1.06200844840576, 23.9250009163821, 19.2629999852406, 7.48500245296773, 27.6880009925294, 27.2770001100461, 0.529016214569756, 0.0404316604960255, 8.01400102213867, 0.14811749848939, 0.637013711021555, 0.82802055909775, 0.677012867745004, 0.15311330728817, 1.61800491866408, 4.34700411588275, 0.79001094982215, 0.917019226039578, 1.81200506524472, 1.16701517033502, 2.53500327169227, 3.49000522248183, 0.511016666682294, 0.315055167028117, 1.6780051464451, 0.390044379630068, 0.436019779382752, 0.108160433503116, 0.121071532064585, 0.708024704017875, 0.380022957314715, 0.380045798815528, 0.272032224703664, 0.380045798815528, 0.380022957314715, 8.35500233542246, 0.00416666666666668, 10.1400020554637, 2.16500420976201, 10.5200012829115, 0.300028170924034, 0.888020038856084, 1.31301294775408, 1.9010055428648, 3.05000874391438, 1.0130090573974, 2.0250100992425, 3.17400633596457, 4.21200592235458, 0.124070533737393, 0.362051281669438, 1.40000772625524, 3.18700572213068, 2.81200336162475, 0.825021806422656, 0.96200700926294, 5.92500216720553, 2.22500619018421, 0.16310848795354, 4.80000104550957, 8.32500284835775, 1.12500771602292, 5.82500374338656, 9.35000321721975, 12.3250021715487, 1.025009994666, 2.72500865985551, 5.70000228584353, 19.3000001366, 6.62500131027241, 6.22500126305466, 19.8249973861013, 6.87500252525206, 0.525014245384897, 18.5000009384384, 5.5500046158208, 6.70000335414927, 1.32500349960376, 4.37500396825217, 5.52499928232335, 1.15001662237814, 1.17501043942226, 8.5500012675998, 1.87500462962391, 4.5500030526884, 3.02500439548124, 4.1750033954092, 2.25000385802138, 3.15000703733526, 2.30000301121329, 0.52503077906746, 1.42500532866872, 0.975016280254173, 1.72500732101046, 0.825021806422656, 1.27500833413145, 2.90000751245962, 2.25000385802138, 1.20001523043564, 2.82500383569998, 2.25000771603615, 0.0751164133369742, 0.625027777160521, 0.0501725504409321, 1.50001157402942, 2.20000470864162, 0.100171937431445, 1.45000674951398, 0.650028234669179, 0.0501725504409321, 1.10001425685804, 1.9000022798951, 4.70000064209656, 2.55000264119873, 2.00000868053672, 4.80000104550957, 5.07500418384638, 0.100089054746369, 5.90000065374325, 6.17500064281855, 7.77499994412231, 1.10000636551788, 6.12500283446646, 7.72499959781775, 4.50000385802304, 0.0501725504409321, 7.17500165672745, 3.95000296054742, 3.03700827999949, 0.550015019684276, 5.60000157431949, 4.68700212670713, 6.86200204175506, 1.65000297212331, 1.06201662209041, 3.23700219338488, 2.17500721916875, 3.62500239463522, 12.8370031529643, 11.775002263081, 15.913000244139, 9.60000319304264, 30.3120018010796, 2.62400385745218, 5.3900026106332, 18.5370001707363, 7.17100242483104, 0.843010232306976, 0.166104441524991, 4.54700136357126, 0.440039512517035, 1.11700787428112, 0.327053228894452, 1.28300675817943, 0.150115791416029, 0.640013429712761, 1.89500914244067, 0.96700898437727, 1.10201551374921, 1.43300614533516, 0.245070737025426, 0.462018681892058, 1.85000928899363, 0.172050392299786, 0.293058991415796, 0.417020633064101, 2.1880076600227, 2.06700411184934, 1.79500927136108, 2.36000333487642, 2.25200756422557, 1.98000392635146, 1.98000831045688, 0.185046858767028, 4.21100361162912, 4.21100155023035, 14.7310011251368, 2.23100383747196, 1.20801407796704, 11.7280009041885, 3.00300267318896, 2.12500408496339, 1.112015124126, 0.337049498860826, 0.676015343330427, 0.800024752769585, 1.78800686904494, 1.68801001033057, 1.81200506524472, 1.00001736096041, 1.01200580051164, 1.0120181926828, 1.80000405958699, 4.02500583919449, 0.800010087691754, 4.2250025832593, 6.45000210876172, 7.57500305483473, 2.42500281666957, 5.60000348166707, 6.72500167225846, 5.70000190139959, 0.850010593822096, 3.62500478926887, 2.60000181279612, 9.22500035608448, 3.10000318164733, 2.37500730993027, 9.00000096450612, 8.47500433732624, 0.225037051322514, 3.12500555555062, 3.65000008941676, 2.32500823006958, 12.1250007159221, 2.52500840155296, 3.85000072881108, 5.02500498082415, 6.17500064281855, 4.72500214843008, 5.90000299715895, 2.875006038641, 0.875009920578682, 2.875006038641, 0.150059384501974, 2.4500078490948, 3.02500439548124, 3.50000496031395, 1.20000799670935, 0.525034593524467, 3.65000390411154, 0.950019037602808, 0.775012726492762, 3.02500726508085, 0.250034719811292, 2.45000403440857, 0.200040346973553, 0.275060835775221, 3.22500116576638, 2.15000578611047, 2.22500237549363, 4.42500316047442, 1.95000521449958, 2.22500627685933, 4.42500119876792, 4.37500396825217, 0.00416666666666668, 4.77500516171115, 4.72500412597173, 2.17501103385202, 0.350027089364811, 5.45000394846305, 2.90000451917081, 2.8000054374522, 0.725010447227504, 2.9250089871682, 2.82500383569998, 1.72501235318788, 0.0253463489951656, 3.17500470512364, 2.07500494633397, 2.12500816991894, 0.350023274937832, 3.85000489084615, 3.90000184431333, 4.4500027569634, 1.77500450897842, 3.0870074244714, 3.63700342433129, 1.9870120637305, 0.813008495141814, 2.07500912972004, 0.425023475956993, 4.05000733844641, 1.56200583198124, 19.6630019434187, 23.2880014332338, 13.6880000400129, 19.2379984599473, 23.2810018367235, 13.6809994366823, 4.8560044754542, 0.00814620671637719, 18.9370002377664, 0.400021319351201, 4.14700402239267, 5.25600217035007, 2.98700532393738, 1.56000550722851, 2.84300604176037, 2.58700324863891, 1.72301012565598, 0.440019785310977, 1.40701240389334, 3.28300263646201, 0.500034721016673, 1.46700592483321, 1.92900890085494, 0.0601444448362383, 0.295058921633723, 0.167051788239211, 0.250069434802061, 1.76200501045172, 8.10200190249181, 8.51900059553274, 6.15900273871054, 8.26900062633949, 12.6430005453904, 10.2830003596991, 10.0980012920162, 4.12400170052914, 20.0870012343215, 19.9020008634111, 17.6710014631152, 9.80400173990165, 16.6250010442773, 14.3940006564734, 17.3970008339051, 3.27700307617832, 9.0370016235679, 12.0400002059923, 5.35700197136538, 2.05000347147509, 0.262063479007929, 1.42501142025086, 0.363026689505248, 1.37501262620465, 0.625013888734571, 0.663028199251469, 1.67500441947612, 0.875019841044889, 0.300028170924034, 3.05000492922424, 2.25000385802138, 0.175098415738109, 1.37500631311682, 2.875006038641, 0.450020052616771, 1.30001449902968, 0.625013888734571, 0.800020938175795, 0.0501744512011716, 3.15000703733526, 1.25000694442515, 3.35000556388636, 0.250034719811292, 0.0256865435295573, 3.40000407898138, 10.512002689149, 10.2870034073137, 1.83800688216583, 10.2620018834907, 22.0750015493997, 9.95000163535699, 16.125001076658, 11.7879989358522, 6.92500174408002, 0.750011573984769, 0.12513881181401, 16.8750005144033, 1.17501401239095, 0.300028170924034, 3.32500598432096, 0.425019661443042, 1.25001388881173, 4.27500355641701, 0.625027777160521, 0.950009900315073, 3.35000747123204, 0.300028170924034, 0.0503452671942357, 0.925008621405068, 2.65000807722972, 2.40000514277203, 5.62500308641891, 2.35000598266529, 0.200087549334249, 3.02500058078759, 4.97500196379151, 2.60000562748849, 0.575027140846457, 2.5250011490262, 2.52500458686608, 2.45000430601969, 0.150113409067788, 0.150055571275584, 0.500034721016673, 2.37500365496795, 0.375046293438853, 0.725014261861773, 1.4500127360638, 0.225040865365852, 1.57501178582323, 2.30000301121329, 2.32500823006958, 0.850008686496379, 2.47500548870583, 2.50000347221981, 2.85000456573578, 0.175048833423375, 6.35000502285003, 6.70000205854449, 8.47500242997807, 3.85000454350611, 0.0384523781402899, 1.73700641649742, 0.924022389891255, 6.73800025070096, 19.5980014122895, 20.4109987697095, 21.9729994091907, 21.3350023523648, 23.6609990781652, 25.222998963232, 5.98500351112101, 3.25000267093907, 28.2859989581919, 9.0480012950827, 9.05500222247105, 3.06300255934517, 8.80000264042519, 8.80700162269705, 3.55100500732872, 0.248034667938586, 8.81600243085109, 3.56000238113705, 0.973017892295119, 0.00991755779275156, 3.97600419862774, 1.3890061884511, 1.89400921975666, 0.416020755576098, 2.75300632722533, 0.530016349544303, 0.590029339051896, 1.36400644604442, 0.459037694431354, 0.51901654026422, 1.24301423595934, 0.0711222552720543, 2.68400648362321, 0.922009346207339, 7.34700200825332, 2.16500420976201, 1.52701131979141, 6.74200091369381, 10.866000819548, 0.605014366928613, 4.13900413348105, 8.26300058514009, 18.0670013500285, 2.60300302202042, 2.79200603505102, 7.01200227555452, 3.73500525857043, 11.0550001367168, 13.4730018150135, 10.1960009505508, 4.83900333597654, 6.46100083236181, 14.565000772358, 9.20800017215007, 4.36900146805277, 1.15000525948107, 0.52503077906746, 3.10000407447721, 2.47500198141595, 2.17500721916875, 1.95000521449958, 2.42500639627331, 2.12500408496339, 0.750023147790935, 0.0501725504409321, 4.42500316047442, 3.05000208314372, 2.42500639627331, 2.30000301121329, 2.02500819190194, 1.40000581891506, 2.6500061698858, 1.02500808733313, 0.375046293438853, 1.62500534187156, 5.02500498082415, 1.02500808733313, 0.200087549334249, 3.20000347561127, 13.4620030901752, 1.82500551940006, 2.07500912972004, 8.18700133494337, 19.9749993432631, 5.27500317148112, 3.56200514863291, 15.3499990396296, 1.52501291016018, 4.6250018768765, 20.2750023821605, 3.40000407898138, 2.97500812447575, 4.92500481430576, 6.3000019927922, 5.87500147754119, 4.92500276215853, 2.90000070447748, 7.82500298161127, 6.87500126262615, 7.80000146284392, 1.95000521449958, 5.32500402324054, 6.25000138888873, 8.60000430755144, 1.55000483741161, 3.60000329665077, 5.95000222185599, 3.35000365654067, 2.65000480155634, 4.32500477706662, 1.72500350632432, 0.725026234707464, 1.62500534187156, 1.65001204772115, 4.1000044060253, 6.47500497006954, 3.37500257201548, 7.77500375881848, 10.1500023811059, 9.92500098629087, 3.67500159911621, 8.900003476565, 8.67500023770099, 7.82500298161127, 1.25000694442515, 2.51200794885564, 1.66200778641791, 1.48701500160372, 6.16299960795828, 16.3259993696771, 16.5009980693974, 20.3510006852372, 17.9880013523257, 23.0039995111084, 26.854001368477, 20.1160029458745, 6.50300254792734, 26.8830010196429, 20.1450018423417, 1.19001512313064, 0.029297135886161, 40.8420023400579, 19.5070004144794, 16.2570010373984, 20.6970009229513, 22.3570001738181, 19.1069998515907, 16.0440007540297, 2.85000247360336, 8.29100195354193, 5.22800179462636, 5.47600297275032, 10.8160003402725, 2.7170066358489, 2.96500284184267, 2.95600596281634, 2.51100334519083, 1.07701578407136, 1.06800796761401, 0.652026577338284, 1.88800484760835, 0.620027886724055, 0.204042543492073, 1.16001505220813, 0.448019330046694, 21.3760012165356, 20.0120007561094, 19.9410010937837, 21.1720008181743, 20.8500004988812, 20.778999984788, 22.9440005239767, 0.83800970247434, 7.12700229100453, 9.29200098950974, 9.89700182856559, 13.6520003478353, 7.6130024349508, 8.21800122985429, 10.8210014651541, 1.679005070885, 12.7400016106798, 15.3430005009166, 26.3979999443193, 4.52200199401366, 16.7490006321882, 27.8039992593488, 21.3430002717465, 1.40600583441697, 37.6040005532353, 31.1430008814543, 26.7740017699527, 9.80000203018001, 49.1530011848095, 44.7840015442344, 18.0100007108671, 1.70000586913864, 3.65000628234262, 5.00000347222102, 3.05000208314372, 3.10000407447721, 6.70000205854449, 3.92500366027194, 3.97500065790889, 1.67500960187565, 0.875009920578682, 2.875006038641, 0.575015859339605, 1.60001123212479, 1.10000636551788, 0.525032686295963, 0.500017360809713, 1.52501100282578, 1.10000827285283, 0.0503471614338869, 0.975007377228281, 2.8000054374522, 0.550016926978178, 0.0752299844620145, 1.90000418723915, 7.17500356407544, 0.900009263544409, 0.425040084844088, 5.70000228584353, 10.3250024444027, 1.47500626657887, 5.20000410161311, 9.82500164645645, 4.90000125426591, 0.500017360809713, 9.95000250777445, 5.02499943865587, 2.12500816991894, 0.12506942516503, 6.65000032187543, 3.7500023148141, 1.80000888210052, 1.62500534187156, 2.92500707982344, 0.975009284559498, 2.52500649420952, 0.825009377423841, 3.40000663208193, 1.8500069809988, 0.800020938175795, 4.3750038914743, 8.62500201288221, 5.97499992693393, 4.35000246518069, 6.77499899244476, 14.9250004002841, 13.2999998897339, 9.92500098629087, 8.95000173283379, 9.92500098629087, 6.55000056233622, 2.875006038641, 3.37500257201548, 11.3000026807904, 14.9750009611395, 13.7250016463958, 17.8500008677753, 25.1630007967575, 23.9130004698172, 17.7500028854393, 10.188000577379, 33.5250001363859, 27.3620017363159, 9.37400240136552, 9.61200041481442, 29.1540027851329, 11.1660020972947, 4.66300382997339, 1.79200561462024, 21.7550016277252, 15.252000185765, 15.2230014284623, 10.5890003295824, 22.4840000244734, 22.4550003102817, 1.75800929563136, 7.23200083599443, 21.3730009572502, 0.676012482361823, 2.17400777215475, 1.08200780141405, 2.31700692834119, 0.533016278342582, 10.283001233667, 1.64100508379468, 8.21900197498495, 19.0349998564086, 21.5460000943285, 8.75200084687825, 46.8509997556786, 49.3619994491552, 51.2499998619162, 27.8160002968118, 56.4889984820035, 58.3769985732282, 58.8249986738852, 7.12700011934897, 48.7099989640533, 49.1579987384439, 27.9859987740364, 9.66700071485205, 60.2409990331589, 39.0689985589772, 38.2309994470308, 11.083000966337, 39.7170013984241, 38.8790018407027, 52.5310016599147, 0.64801602023807, 14.8970024318892, 28.549001282528, 30.2280014536264, 23.9820007129134, 13.5220018351396, 15.2010010230932, 10.6790020033793, 15.02700100491, 20.6920005128687, 16.1700001362877, 14.7640011148732, 5.49100080267146, 28.1130010104612, 26.7070010574511, 16.907000614872, 11.943001520289, 31.6030011902192, 21.8029998945958, 3.79300384472128, 4.89600168143627, 11.8140006455625, 6.19600245384952, 9.98900118944597, 4.30000316314202, 2.40000685231682, 4.82500436109529, 1.87500462962391, 2.75000631312407, 0.525016152673462, 1.17501401239095, 2.05000347147509, 0.950019037602808, 0.700013163609748, 1.40001201927238, 0.300030078088729, 0.800020938175795, 0.650012973101778, 0.625027777160521, 1.72500541366739, 2.27500915711862, 0.925010528734351, 1.7500099206068, 2.30000491855879, 3.20000618828078, 0.0253444675968998, 2.42500830361631, 3.32500337363123, 4.8000047613051, 0.12506942516503, 2.80000734479661, 4.27500355641701, 4.77500516171115, 0.525016152673462, 3.90000597744158, 4.40000349873132, 4.27500558695415, 0.375023147433743, 2.35000776916377, 2.22500428283892, 0.600029315938846, 2.05000537881979, 1.9000106632765, 0.275033089548945, 1.10001616417931, 0.325025563989133, 4.75000365496935, 3.92500335601442, 0.45003934146729, 5.02500325335183, 13.5000031933566, 9.12500095129371, 2.35000967650641, 9.57500166952477, 10.8369995878619, 4.06200241167265, 4.88800404006175, 1.71200305625627, 24.0150001125762, 32.9650004159143, 29.5900007393101, 28.0769999734763, 46.0550002053034, 42.6800000317256, 24.8300001460679, 13.0900003388948, 36.1600003275313, 18.3099999400306, 8.12200187814176, 6.52000131229993, 23.2230003203365, 13.0350005133542, 3.42300540758835, 4.91300187366554, 12.1020011942395, 2.49000373411942, 0.698024349613976, 0.933009391608839, 22.9150007194839, 21.122999602237, 10.5340013295751, 20.4250001388943, 38.099000432796, 27.5100007828422, 20.278001687759, 16.9760012971704, 9.42400186701851, 2.1920043492023, 3.27400547056389, 18.0860009224648, 0.280061730134913, 0.80201086933807, 0.839020440604514, 2.47200363361925, 23.2580001666236, 21.6170000277212, 12.8650011206021, 22.4559997609481, 49.3879998861318, 40.6359998931828, 12.820001049045, 27.7710002210235, 81.2239973298325, 53.4079972938805, 46.2809986051044, 40.5879976503934, 64.6559984984956, 57.5289994795034, 67.1959994038731, 11.2480018703748, 32.4889989474549, 42.1559984358955, 31.0729986055952, 25.0400012621949, 25.9759985931567, 14.8929983245607, 14.2449963359391, 16.1800008416749, 2.61300942121388, 1.96500457016811, 25.947001172639, 12.2799956714855, 7.28600549559572, 16.6959977580775, 31.7229982126774, 9.25100420371748, 19.9569996949992, 34.9839995004486, 29.4930006191695, 3.26100424884224, 35.7890000425914, 30.2980006221992, 18.3550004880882, 0.805011088398298, 33.9119992607253, 21.9689983504498, 17.0729990637503, 3.61400081501081, 20.1120003749403, 15.2160001737602, 25.2050006125024, 1.85700311810643, 2.90900636479003, 7.08000114977313, 18.1250004789272, 1.02500808733313, 0.500034721016673, 2.10000864864772, 1.57500627439098, 0.875019841044889, 1.0750088378388, 2.10000864864772, 1.40000581891506, 0.750023147790935, 0.525016152673462, 3.40000472473616, 2.75000315656384, 1.82500836850959, 2.00000434027307, 2.35000776916377, 1.42500532866872, 1.40001201927238, 0.400021319351201, 2.05000770588089, 2.02500390522065, 1.90000875593704, 0.625013888734571, 1.70000906798532, 1.57500436704903, 2.10000674130659, 0.325027471181034, 1.92500825580201, 2.45000239867381, 2.82500500111268, 0.350025182151321, 2.27500724977638, 2.65000289421006, 4.70000445679083, 0.175048833423375, 0.200087549334249, 1.850005073655, 2.17500721916875, 2.85000342727666, 6.07500171338675, 5.75000150966164, 0.725022420136189, 7.92500033239882, 13.2740033830985, 8.24900160163237, 1.32601330640027, 7.52400322891042, 0.325054177228118, 9.25000093843839, 10.961999569594, 7.92400088185338, 9.82500252997337, 11.5369995011895, 16.5400019651712, 0.575015859339605, 36.926000111578, 8.84900095807634, 4.24100379227343, 25.3890012345414, 9.27200218522847, 3.81800163653236, 2.70200704325353, 0.423020856587244, 6.71200200292898, 0.192044641462747, 5.10500294304081, 2.89400305290503, 10.7770017401637, 5.86400150272418, 6.7970026643803, 10.9690003560193, 26.3320013917379, 27.2650011385371, 6.84000364443546, 20.4680011341143, 43.2040023053743, 22.7790025707133, 5.80300439555466, 15.939001627985, 20.2600020394717, 3.28400304001445, 21.3700016516391, 2.51900445310872, 11.7250018621614, 6.36100142568765, 8.83300214858818, 15.0090013565549, 25.132002567628, 27.6040023133686, 5.1480059969081, 18.7710022782409, 72.1400015376557, 49.6840020973227, 21.9130028064346, 44.5359994930067, 68.2280008953264, 40.4570009469844, 0.13112916802792, 18.5439991863676, 43.5930027175905, 3.00500777151043, 8.24299832198516, 3.13600435494574, 1.46200986071298, 12.7099997674432, 12.3300032390926, 4.46700481191361, 28.1459967105735, 3.10599797299572, 13.0740064548637, 15.4359975716353, 22.8639991724068, 6.68399940661709, 5.59599995910476, 19.758003674207, 18.5429963891433, 6.26300187428699, 2.98800858736671, 11.8589980769512, 8.60300265889864, 17.8540043924466, 14.5930035090233, 14.8660017130704, 31.7180028666942, 28.457001037463, 27.6520010550889, 13.863999039208, 20.4219979204307, 19.6169972076385, 16.0029994369169, 8.03500474245175, 16.9690027931269, 13.3550040069189, 15.2120029418143, 2.64799827327678, 3.35300581864856, 5.21000075060619, 23.3349998284672, 10.0020035839462, 17.4949999242318, 0.630014846600814, 22.7049983986766, 2.55000264119873, 3.62500478926887, 6.97500096316938, 8.05000031539046, 8.57500088021022, 4.42500119876792, 2.8000054374522, 3.32500146628409, 5.32500211589308, 5.25000165343889, 1.27501323501937, 0.725012354544638, 0.325054177228118, 4.60000036119863, 1.05001767865251, 1.45000674951398, 0.825021806422656, 1.7750064163218, 0.800020938175795, 0.175048833423375, 0.500034721016673, 0.650014880411224, 2.00000868053672, 1.67500441947612, 2.02500819190194, 2.17500322811831, 1.05001767865251, 0.700013163609748, 0.875019841044889, 2.72500356699239, 11.3500019110829, 11.1750019211926, 8.32500284835775, 12.0500018647871, 1.62501068372556, 4.47500232125809, 12.4000010186198, 12.8000018225775, 3.27500491962923, 11.1999996306405, 18.7240018579977, 1.20000799670935, 4.30000327452707, 11.8240020464029, 3.90000597744158, 6.90000087658176, 25.9450022713234, 18.021002297487, 17.4460020479905, 14.1210009046437, 20.1880024926622, 19.6130013123429, 5.77600302861992, 2.16700382268515, 24.6010014915351, 0.788011122666478, 1.21101477859242, 4.98800165636419, 1.29901315129201, 1.72200516303561, 1.17201474447744, 0.511016666682294, 28.2110001042328, 31.104999821309, 20.1360008397813, 29.9329999009004, 60.148001005803, 49.1790013290248, 28.7110010471899, 29.0430014738131, 50.278999971932, 29.8109992078123, 13.8719990847739, 1.10000636551788, 26.4709994198921, 10.5319985048719, 13.0510000179956, 3.34000275155549, 9.76600061804159, 12.28500055401, 27.2940012616883, 0.76601017258332, 27.1079985347295, 42.1169988785911, 23.3459976003335, 14.822998632489, 64.9480002215315, 46.1769983264121, 1.64100941989779, 22.8310016619474, 68.9849970473193, 24.4489978526061, 5.90500171936637, 22.8079990378192, 33.2719960662271, 14.7279974155633, 11.5919967369387, 8.82299903073049, 6.99199924813387, 3.85599742940623, 8.3230001327951, 7.73600118313377, 8.1790029771364, 3.71200032435211, 11.7240005042556, 12.034996753991, 23.9000022522852, 8.46400554218644, 11.2940002554595, 20.1880039700249, 19.1250009077705, 0.633016948002571, 12.4920019696122, 10.6609962976334, 12.2949995809919, 24.1539958732998, 9.28799625396458, 11.6619956784277, 38.676998587302, 23.8109973738381, 9.94700034155303, 14.5230032222225, 26.2449957786893, 12.3809974052208, 20.4160012165788, 2.43400167428483, 2.85900723210086, 5.17600417951829, 7.82399971651491, 15.2399984333599, 8.60700046069567, 5.95900490519877, 4.04300356169265, 13.7830015758465, 25.6000029669867, 15.5980001292711, 7.10700088642214, 19.640999282293, 28.0329996580061, 5.32800265157171, 12.4350001640168, 0.650012973101778, 5.07500227649903, 3.57500561918997, 8.00000108506937, 2.75000631312407, 2.92500411211781, 9.05000115541533, 3.80000152141704, 0.800020938175795, 1.05000750422978, 6.07500171338675, 1.47500626657887, 0.3000590089783, 2.27500343415653, 4.97500196379151, 6.75000128600811, 6.10000132020493, 6.45000020141349, 1.02501846338313, 0.375023147433743, 1.80000888210052, 5.72499999037554, 2.70000719297113, 4.87500178062646, 2.15000769345194, 3.07500358588235, 4.92500276215853, 2.20000280129641, 14.2500012183235, 0.0501725504409321, 6.11300180243343, 18.1630005847367, 5.36300219960339, 3.91300232519968, 19.0380010187303, 6.23800035396311, 7.43800205945164, 0.875009920578682, 2.01200775901711, 3.21200259572652, 10.1120012286007, 4.22600188623609, 4.12500420875206, 11.0250004058823, 3.09600627897445, 0.913009614488787, 2.97500621713086, 11.1460006872518, 13.3130010294138, 8.05000031539046, 8.92100147307216, 11.0880001267505, 16.0760003398885, 2.22500428283892, 6.71600218830853, 11.7040002610224, 11.1930013908513, 4.37200172608872, 6.57800270793294, 6.06700181988105, 36.0000004822531, 5.12600114412001, 43.6239999936136, 13.6910006187749, 15.3520023210551, 49.6910001594319, 48.4640029674799, 19.4210018812936, 18.3210039078121, 34.7730028741466, 9.41800111097489, 8.31800183704373, 11.6580024352462, 10.003003034543, 10.6150033139927, 13.9550024530937, 14.7210018507298, 2.29700466408903, 30.2170034432001, 30.9830019891559, 16.1600047364353, 16.2620015713915, 60.3959963812047, 45.5729982373509, 22.741997528531, 29.4129946798922, 65.6990053912054, 42.8680040477098, 20.0600060534472, 20.1260075113885, 46.7770007983924, 23.9690021321771, 15.1460048693948, 3.90899880269144, 15.9870005976705, 7.16400267653457, 14.900002691054, 7.98200334581676, 0.653026464087336, 7.0830014086532, 19.1179971239234, 7.81700245324465, 1.54701592206993, 13.5820013715439, 33.7700047865595, 5.53599705141892, 0.220080120258708, 19.9680027540592, 30.6289983695538, 13.8020025820595, 11.9200072548081, 22.5810016661568, 10.9190079376462, 8.04799759959434, 25.0059973983795, 13.3440024205407, 1.17901557967464, 2.42499900197793, 24.9620063107358, 10.4390038222729, 8.00500705159428, 11.6180045923789, 9.76300226653677, 7.32900356478261, 22.5690010133865, 0.676015343330427, 17.4339991037294, 2.19400420063414, 11.5890021999722, 24.7630008388266, 30.2220006965231, 16.4389997040719, 3.20200508626112, 28.0280001876398, 32.1759992273113, 12.5350005399175, 0.100173841477269, 15.7370000633204, 13.6060002689093, 1.17100693989947, 1.0710072505775, 6.92500239791869, 4.00000434027542, 8.17500326809192, 5.25000165343889, 4.20000489653455, 1.25000694442515, 4.40000356423592, 3.35000297267904, 1.07501691267748, 0.850010593822096, 0.625027777160521, 2.90000261182414, 3.55000412751206, 3.97500256525648, 2.6630066261841, 3.78700104097782, 1.93800868358403, 0.237036135781102, 10.2130010437752, 4.48800280392032, 1.41301239346001, 6.42600194594149, 9.21300218196067, 6.1380009488388, 6.08800314923926, 4.72500126494989, 3.51200407361554, 3.46200240056938, 0.451038706665244, 2.62600370997434, 5.73700444523127, 1.82400607132274, 0.949019606164997, 2.27500534150196, 6.57500340341179, 5.70000228584353, 9.92600234414663, 4.75100127778418, 6.19700330507397, 10.4230011685203, 9.51000205444535, 0.497017206209363, 9.69800269807199, 8.78500178919733, 16.835001069398, 0.725011400886071, 5.63900301772111, 2.41100289849039, 0.186092233068065, 14.4240013418646, 1.97100947963959, 4.19600312162461, 8.56800281973008, 4.38200195043944, 7.71300159476148, 3.34100220146161, 1.78500957349911, 11.9090011256356, 5.9780025913614, 0.852010424892973, 48.8390001037064, 2.63700337575112, 32.7479997214268, 16.9430013057958, 51.7160037536697, 31.8959992269248, 8.36800210521988, 26.4050029227408, 16.4020014857213, 25.3110011669304, 22.3160026700567, 12.3130004303329, 14.6100017986548, 4.08900282480765, 0.900017001147431, 1.39700938751211, 17.6590051945566, 13.2129980934944, 24.867996913951, 8.60599618688637, 20.807000040931, 26.2649997201474, 40.0420002504671, 10.6290062488145, 9.49700347601139, 31.4360049148061, 31.0460058082294, 10.9199989638681, 7.01100406318052, 20.4170002420577, 0.491040300897047, 4.40000349873132, 3.58200557918229, 11.411003873511, 28.3330007958578, 20.3509983513467, 12.5339979671529, 23.9329990199289, 16.2679988088933, 8.45099742608928, 2.91500687130365, 4.08300230912871, 3.02200891872434, 8.55799967154725, 22.3600013867876, 11.4730003293612, 14.6589977663627, 28.4609988401545, 36.508995531682, 6.10099934761365, 19.9950036148545, 28.0429995771226, 25.6180045229066, 8.46599681391787, 11.919000174853, 9.49400421021823, 2.12400872307969, 16.1240010876788, 8.244005401806, 3.37400312209377, 2.69800448167966, 1.25000694442515, 12.8510069051527, 12.1750037647396, 12.5879988157031, 9.47700592084256, 38.7290005398243, 13.9660002248206, 14.0620015092699, 26.553997366697, 37.5700001569246, 9.54200072661527, 6.19500249726297, 23.6040004593105, 17.2330008090698, 1.49600609241501, 0.425041992009419, 7.69100111340523, 3.26200445247514, 2.19100394665256, 1.76600375570529, 2.86300199438072, 1.61300972561645, 11.875000508314, 10.6249998633192, 11.4750009407462, 9.01200104714516, 5.28800338992525, 6.1380019025129, 10.1130025864629, 5.33700056600019, 9.55000105497791, 13.5250002603458, 13.288001413337, 3.41200129290459, 17.1950007044846, 16.958000694991, 10.532001236428, 3.67000244156713, 16.0110017175636, 9.58500094378653, 4.86000418259489, 0.94700871619906, 0.0991742348788278, 4.62600228082852, 2.00000868053672, 9.48600192980058, 13.913000400971, 11.2869995178549, 13.5620015547872, 9.28699968347902, 1.37901229966641, 3.65400361159131, 8.40500275221452, 9.90799991481216, 2.89600494962772, 1.85500517544826, 2.3520076179237, 6.55000151601035, 0.897019667228543, 1.39400628047594, 0.669026575921513, 0.958009244183595, 1.73100997609242, 1.00600914754023, 13.4180015151196, 0.337025650537397, 6.57600380736801, 7.84800067883895, 12.2300009617875, 5.57000220694617, 2.32500632272707, 2.05700533389255, 9.85200104502843, 10.1729992816384, 2.71700735110296, 14.6260019515338, 17.2630024476388, 4.77400389349236, 4.37800422493213, 7.01500158075032, 38.9109997442706, 10.2480019456814, 11.0060011425469, 42.901998722232, 68.2129995983853, 3.9910013968343, 11.2650004539663, 36.5759999741152, 40.6650008656202, 31.636999881466, 1.42001039504303, 5.50900044655411, 18.7219972346839, 35.1560018147559, 9.76200281603524, 3.45099891430145, 29.7159963728088, 15.2710004768813, 7.41400380650883, 18.8509983852872, 50.2870029087171, 10.8649986627163, 0.93301726490392, 32.3690035640734, 52.7860034416891, 17.9179997520382, 25.8769995722762, 46.293998905771, 34.8829961031643, 6.49200573164597, 62.9000018018902, 51.4889985816764, 27.5560003858895, 16.6060033303532, 57.4010012790156, 33.4680025787047, 37.5510029647756, 5.91200403176999, 8.73100479606107, 12.8140036681499, 24.2870032783079, 24.7369998626326, 18.4000024694175, 6.92700320627244, 0.826025046244729, 31.2140047946997, 24.3709952802389, 18.2699971181927, 26.7359930809941, 17.4439931123704, 0.46404193091667, 8.93000127724239, 25.0540015474398, 17.8059926139724, 27.9480062974627, 11.8240058610999, 10.5740067688201, 36.878006216831, 34.7980008346045, 33.5480005944437, 24.0709960520566, 22.9739955865829, 45.2310031914493, 35.75399804552, 9.2000026500164, 11.6830032149311, 47.7929958161372, 21.2389988217943, 2.36500901930056, 12.0389983711829, 28.8960005092609, 5.29200145721095, 2.39900740464689, 7.65700262903682, 6.10900209420986, 1.58200621948666, 3.34800475826761, 0.817010060278061, 0.235074475619598, 2.00100378878881, 1.34700656641627, 2.86200254475594, 6.15000339514858, 9.72600161717387, 0.714011905771596, 6.05100155687499, 6.8640015850841, 0.913019122067044, 4.42400079485361, 1.01201723902465, 1.62700519034703, 7.34900138581478, 3.93700247952295, 0.267065213288394, 2.92500315844447, 3.92800486996609, 0.258034017162199, 1.20501433118192, 0.00991755779275156, 0.557031328296985, 0.39002164688292, 9.87600216226687, 0.815011184969453, 2.00700861974349, 7.47900220588405, 16.7660008295014, 2.39700298055402, 2.58100800823184, 11.8680007619429, 1.96000984950654, 4.89800153575386, 18.39800070713, 8.49000174723704, 1.94000948306086, 6.53000106230581, 10.9000012112927, 17.4500003067182, 18.4080009354992, 19.3900007910048, 17.5830002168117, 18.5409998807183, 18.2040004730457, 0.133064671778829, 18.5410003488999, 18.203999996197, 12.6340002450076, 0.00416666666666668, 25.1420018425608, 19.5720009470591, 9.39900392231794, 6.9380028838511, 6.3840015903218, 3.78900184848323, 8.56300366014643, 13.1880022909066, 4.54900360284313, 0.225040865365852, 10.0230005419417, 8.33800038495575, 11.0990005876425, 21.3470005287108, 17.356001900563, 11.3240020788184, 10.9600006685157, 6.96900110826639, 38.6059999194569, 10.387001873311, 5.65600320683157, 25.9809998038688, 61.1370013215683, 12.6250006875687, 30.1720009835773, 4.98400290135176, 20.2550019252424, 56.1530000325173, 27.3869978568184, 12.1159980309072, 1.25101332839937, 32.3709986507268, 6.56500508589995, 17.4300008031996, 35.3480000639022, 18.6810002205323, 24.2510001665762, 42.1689989241133, 48.6610034695696, 6.82100041812998, 44.178997432767, 50.6710016056383, 34.0649991363556, 2.01000264021653, 43.6490024729389, 27.042999588569, 21.1309975256961, 7.02200059532505, 0.0473650381629772, 5.95900109050244, 18.7780008024749, 27.0899966583246, 32.8110051677965, 8.07400620207691, 23.1400001399125, 26.8520053281568, 32.4810033421176, 1.26700514227355, 16.176995396928, 24.4069980363225, 7.09600311799135, 10.3479927822231, 7.45800251095583, 5.8290038695718, 37.5119938710181, 19.7060017222414, 17.1720057107195, 27.1640017844047, 58.515999137022, 21.6379932600587, 1.33601534461111, 38.8099977822618, 41.2239956298811, 18.2500004756469, 6.56700017176646, 19.5860027930555, 28.621002803852, 16.9380002378318, 4.89900561899966, 10.3710030342682, 22.7119987502425, 10.6730011490125, 3.01600459666533, 5.77399976388513, 7.13400511911873, 0.52301540720943, 1.34001120124666, 3.53900010297449, 0.99201808078945, 1.80900481379056, 3.15600563830984, 0.469020278231725, 3.73900496368112, 5.08600214925937, 1.93000480286701, 9.67500204162408, 2.81100700009946, 11.6590023626392, 4.79500236346539, 6.42200311155261, 1.98400410443228, 22.3280008462134, 23.9550002860753, 21.0300005585114, 17.5330000106316, 43.4730009257821, 40.5480005497743, 40.5570005882842, 19.5180010474683, 1.76501017961701, 1.77400506105004, 2.58900740761458, 38.7830002161943, 1.23201444267851, 2.04700512562667, 4.44400415077936, 0.542015832448478, 0.655026237958873, 1.74200460925094, 6.64000200427333, 2.70200383061915, 36.7900004337506, 41.6879999335685, 35.1580004861732, 35.0480005833696, 21.9340003299376, 15.4040003689765, 34.7940006477417, 19.754000626353, 9.21100137365418, 10.1790017072827, 10.3120019582413, 24.6149996469341, 9.07600212648211, 9.20900057640557, 9.20900151902199, 1.10300851078713, 5.41600547908001, 5.41600387632003, 1.52201076586763, 14.6250025008908, 11.7250018621614, 18.6630024792812, 5.47500355244779, 17.1410031614498, 18.1260023158337, 4.93800148325077, 13.2760003769204, 0.537016820772812, 3.87200422435633, 12.2099997954109, 23.5340011344319, 1.0660081278205, 8.35700052103707, 19.6810001969221, 9.29400058625309, 3.85300289380233, 27.7960001515678, 17.4089989880045, 4.78400211837445, 8.11500084081074, 21.3950003155458, 8.77000049389044, 47.3830007402399, 3.98600319246938, 42.7459987887142, 13.4070021428257, 45.7780002571754, 33.9759991339698, 0.440038082133824, 31.9310000277129, 13.2500013102725, 13.847000748961, 47.6399997540714, 28.9589999335424, 22.1380012725034, 15.7090001863739, 23.8970000856284, 17.0760007219713, 15.0660030444268, 5.06200198950483, 7.52500383300248, 9.53500075780071, 2.51300739679055, 24.6010020923557, 40.7570003954488, 33.7350008676676, 6.64500688511655, 31.2220004000972, 63.2429964903347, 36.1530001180358, 9.30099673963315, 29.5079958996451, 38.527000877868, 11.6749961658801, 12.7320036218813, 2.37400420582309, 4.14799918053746, 20.2590031140258, 26.0880057314005, 7.52700158050163, 30.001000029368, 35.8300020733253, 8.66600236956985, 9.74199765618148, 51.1780017430385, 24.0140003004438, 14.7959987929942, 15.3480001383361, 43.8030018001538, 4.99300558375828, 14.5929996943263, 19.7890019034993, 16.7740031101964, 2.81200336162475, 13.1830037888553, 11.7809989668073, 1.43701235610205, 11.8080032070656, 17.5820017198585, 1.37500631311682, 5.08200414861683, 10.855999792529, 7.31700371548153, 6.72600303009852, 5.43000350243269, 1.891007245475, 1.42201309388865, 5.4260002875518, 0.238071897389873, 0.707013010316061, 2.63700762124673, 2.12900569471706, 2.40600735307477, 4.33600244447736, 1.6990045141159, 24.2649997473882, 22.281000439681, 28.7600008325366, 26.776000823917, 9.2430028624898, 4.4950027703907, 42.4729995046732, 24.9399999284409, 5.42200217963628, 15.6969991491987, 58.3080037233465, 38.7900030466593, 77.5730030390501, 33.3680041053609, 43.9020027300462, 82.6850024319488, 83.2270023524594, 5.11200120979288, 63.1069996723838, 63.648999350554, 66.3510000938089, 19.5780033730706, 45.5500005718789, 48.2520009886162, 13.2040017878596, 18.0989995030527, 7.86400228968493, 27.1840005730033, 7.43000240338011, 40.3880009416289, 51.6390002751664, 31.8850000242904, 7.27000284581143, 24.4550000402478, 36.0650005386044, 11.4500015210665, 10.3470017999585, 4.18000238186305, 13.1900018502903, 12.0870006113613, 2.53800885461482, 1.7400047599367, 4.2150042714733, 10.4100025886276, 6.73100347954436, 7.8720008433134, 19.4540032727895, 2.3130034782815, 2.85000647308033, 9.04400158542398, 4.81200292886149, 5.34900159994866, 6.41500266818312, 2.4990030692519, 61.3080008477538, 62.3740006884859, 66.2270014523311, 55.9590007425869, 75.7140009312028, 79.5670014518709, 71.4520018146311, 13.3400008033042, 46.7840007678193, 38.6690008500939, 34.6830001114663, 32.7830012108332, 18.4250016098304, 14.4390002540507, 19.5370001142437, 20.2440003868348, 21.4540003285731, 12.5220000523552, 26.3690001395921, 7.01500110391324, 2.93100758647096, 10.9159992540763, 4.793004797105, 15.453001584078, 6.07500362073449, 21.7840007952116, 16.72200116029, 16.9909997326932, 44.8779987389021, 39.8159982954094, 15.2149974789432, 23.0939983312016, 66.1290018799656, 41.5280000869587, 10.3060014404227, 26.3130038699351, 65.2729952610941, 34.050995127975, 4.54300308908519, 23.7449954827616, 37.0079960745866, 7.50000115740732, 5.12600283755586, 2.95700366801508, 8.10599731998421, 10.4799965558367, 2.95300117944009, 15.6059957344548, 22.4059990048226, 14.8789983861443, 5.13700441721648, 11.9260032303094, 24.1869971777479, 14.4450002957626, 0.903019103764285, 9.30799958981749, 21.5700004996972, 6.22200151720924, 13.5670026224306, 7.12500121832348, 14.9209987831644, 4.86800562840036, 16.6490031179672, 8.69899849543853, 1.9680073263284, 9.81300060993931, 11.1880012771035, 6.83600361968262, 14.4810001918089, 15.8559995403818, 22.5820015012249, 4.66800112716578, 8.60899936159452, 15.3349996505343, 20.7609986084536, 7.2470028457625, 7.07900101815463, 1.6530051293165, 0.476038210893944, 22.4139980374293, 11.6600032437065, 9.53100104809975, 7.83200294911072, 10.0070027442792, 13.3320001272868, 11.633000166367, 3.80100097149998, 63.1870023193856, 58.6920016385737, 59.7889998478681, 55.2939988752508, 39.5970005605154, 3.39800517911607, 49.7819980294068, 34.0849993391464, 0.717019452553827, 5.51200261244393, 33.4980016169059, 0.1300640111919, 4.98200574306537, 0.587012773703558, 6.43500407120924, 11.5470016367682, 8.03100420643895, 6.56499994895674, 52.7380031062951, 33.16000010919, 15.0610019766942, 41.191002102829, 70.7120001387071, 52.6130010347398, 12.2250015631828, 37.5520002769373, 51.59400115284, 11.20600086428, 13.2490009060135, 1.01900857206996, 5.86000238090516, 18.5950007338508, 22.7750013344926, 5.34600229513403, 15.3830005487567, 19.5630001690649, 21.3030003114208, 3.21200354940003, 21.2520006719581, 22.9920000037065, 15.1200010337807, 1.689005269156, 23.1290004607039, 15.257000538438, 6.21300213819189, 0.137063430958492, 20.8990009985616, 11.8550002744637, 9.35600180220663, 5.642001736924, 67.7159998596527, 65.2170001407321, 9.25800129542098, 55.8610002164308, 78.0029995282949, 22.0439991120449, 8.70400056028688, 12.7859999770067, 5.92600543209032, 19.2660031055927, 13.5169995754066, 27.9700015310555, 42.541000774314, 9.7580003097495, 10.4860021935188, 23.2749980841379, 11.2880016448262, 8.95600082047147, 1.9410089291365, 1.53000636019816, 30.1149989171005, 23.0999988499027, 7.64699972209926, 21.1589988996335, 51.7319987792007, 36.2789976605368, 19.287999099562, 28.6320002726591, 69.863996754236, 52.872997448113, 29.7789999116117, 33.5849993429379, 73.7339975804267, 50.6399995610654, 24.3269965632656, 20.8610004771492, 49.4440005952674, 23.1309970793796, 0.614026687933246, 1.19600640348057, 13.2100003987127, 10.5349968566881, 13.4919980519077, 9.92099849459688, 20.8639992451945, 23.8209995099155, 8.21500608062667, 10.3290032207771, 20.3050011601923, 4.69900697427051, 7.22699977774572, 3.51600130920443, 2.03501219333467, 9.89099971795373, 19.1989984018303, 2.66400472330677, 0.453041252567225, 8.85499670783937, 15.9799968139668, 10.3440026092069, 1.31301676241293, 5.81199795351905, 14.5109951539304, 10.1680001212913, 10.3430039978727, 19.0420002727582, 25.878002837631, 4.53100777518663, 28.6239935264449, 35.4599955145739, 30.7919965660162, 9.5819940089511, 26.9490019564768, 22.2810024342722, 29.5280042805811, 8.51099497744213, 7.75000224014305, 0.503015609376998, 21.9110000904425, 30.0310023337309, 31.5779996647753, 9.16400241208881, 0.84302100616354, 31.0750010422815, 19.2850017013255, 9.27799985986177, 5.47700340633145, 10.1210001939204, 4.2660029099775, 0.465018820068471, 5.01200181587743, 57.9570008821977, 61.3550036398952, 54.2709964136467, 57.6689988687855, 63.1810000306431, 3.68600699367509, 17.4359980049824, 22.9479984251457, 23.534996770387, 40.2330019247415, 14.0539982751097, 13.4669996985349, 6.90200294261945, 37.0019953212669, 46.3390010765587, 39.7740022934423, 1.41701206886228, 32.8720019120206, 74.2880022478602, 33.0970003843465, 4.45500382069905, 34.5140001904731, 43.3990005678815, 5.84700160668709, 6.86600270403819, 10.3020008883851, 4.21000320825089, 5.2290007979579, 10.5750014509777, 1.63700634030749, 0.888020038856084, 4.45800213029105, 1.24601326964821, 6.11700104524665, 0.318055383324231, 2.89400305290503, 1.20501433118192, 4.14000148640077, 58.1350005275162, 56.4460002529673, 56.3090003235774, 55.2410003326158, 93.4299976299723, 93.2929974532757, 87.6509973599361, 36.9839975796818, 75.4210035718641, 69.7790032677112, 13.9180043296605, 17.8719945042618, 59.5859988265185, 3.7250008044718, 9.06100274000018, 10.1930054597732, 16.198002933378, 28.9840014591627, 1.01401706023268, 19.9230007713986, 40.2390007518844, 12.2689998072509, 11.0060001888727, 11.2549999320288, 4.82600381103371, 28.1009982337103, 29.6309991973606, 17.0949998211378, 38.9889988583682, 40.5189993139657, 19.3600015071031, 10.8880012855401, 53.2000029966247, 32.0410044518284, 3.40900930414408, 12.6810042550888, 52.5470012154018, 23.9150012785027, 9.66999996430341, 20.5059971274195, 43.9780048503345, 10.3930062063243, 10.4679963484357, 20.0630039727039, 21.012001863845, 0.151058452375032, 1.3470130107314, 10.6189964839593, 0.746017839944463, 0.450023867150524, 10.3710038712706, 0.897005221748921, 20.9609993634141, 11.0400017018095, 0.711022952665071, 21.4110035182179, 21.2860039284046, 10.9570015246601, 14.4730007723055, 10.2460030444795, 11.7150054492403, 8.19900618568584, 5.53500679871185, 22.6720050825825, 21.6560066610515, 18.9920048515949, 29.3360067563529, 13.4570013774806, 9.8440035336427, 20.1880039700249, 30.3560033795341, 9.1480035734134, 4.41800319720833, 5.75000150966164, 1.21900838270305, 24.6060031603992, 10.5509965184945, 15.0820013079792, 24.6639945393543, 16.3009954055638, 10.0110033211171, 19.5929951329852, 11.0820022990262, 5.07100085731131, 33.0699964051077, 24.5590022760646, 5.472003294787, 13.4770018342869, 57.071003264407, 27.0400012365538, 4.03500415003974, 32.5120013045931, 43.4570011319228, 12.3820006705449, 2.26100831173456, 16.4170003456486, 15.9490009702835, 5.82800203495841, 10.8400022310034, 3.56700234583438, 8.41800228363169, 3.40600268593508, 14.2460013760869, 25.3439944831344, 29.0299993773372, 5.02400553082787, 8.71000771048583, 48.9430087775725, 20.3199924926225, 96.3399965180973, 56.1069947836206, 19.1050004509571, 105.05000313439, 102.964996506502, 65.963001382818, 33.091000127919, 46.8580018942367, 65.9630015144154, 33.0909998655952, 1.42301253599736, 0.00416666666666668, 44.292000208864, 9.77800076569357, 0.524033298680123, 11.2010009886034, 23.665001649147, 13.3630015193472, 15.0000030647558, 13.8870016626826, 10.5740010467751, 12.2110011533848, 18.3280010159098, 2.78900457726618, 2.11200963926893, 8.22900210010053, 12.369001838474, 10.0989998829836, 31.2149997550921, 27.0750001298766, 28.1660009825963, 39.4440004642135, 77.8820030534209, 22.6410030384291, 14.3429959003658, 50.8070031920938, 18.6530046233677, 18.330994125889, 0.45903745603242, 3.98800113907121, 33.6979985620721, 15.8260045768198, 5.6330025022019, 15.367004959414, 2.5780096640043, 7.61500281839496, 27.5380026446021, 13.2480017538679, 24.806004270432, 44.7290041003199, 55.984003377125, 17.1910023970375, 55.5740054393494, 66.8290044176118, 49.7340053234445, 10.8450020211231, 73.9990026912778, 56.9040032958579, 46.0160030323135, 7.16999937962272, 53.6720012084766, 42.7840005996211, 30.1029974028956, 3.23200494411325, 39.4090008372652, 26.7279971509458, 6.22200291234786, 3.37500257201548, 32.1219945590289, 11.6159980617463, 8.44700828088323, 5.39399880168181, 14.7160045977123, 5.34700174551412, 15.9659968759546, 3.10000890368806, 3.7970092720218, 14.4160009683582, 13.5190061059777, 1.55000102272813, 19.6899956937342, 18.7929997294818, 2.61801047663716, 5.27399609171723, 34.0870061245519, 12.6760031872437, 2.43000744965455, 15.2940069152352, 17.4690027638434, 7.22300077454753, 29.8950048531971, 4.79300107866831, 4.72700867763212, 17.9450001785554, 31.4020009801125, 11.9500053040427, 0.203080806979032, 13.2540060870672, 4.10600703584181, 18.1479954734375, 24.6760032060039, 15.5280004369557, 9.07800484212457, 11.4219978302983, 57.3359988379523, 32.7299959927562, 16.4290019112278, 41.8079988648556, 58.7649977777327, 42.4640028136744, 47.5350021199887, 26.0350020881794, 48.7030032861565, 53.7740022366219, 40.2970013158386, 6.23900171177199, 62.7660019779555, 49.2890006872849, 16.777000508388, 8.99200059152393, 52.3400004842866, 19.827999552783, 3.41100438783529, 3.05100248656842, 2.36000796674121, 18.7770008895433, 22.3440011165001, 22.1880001165693, 41.5420002348116, 45.1089999215916, 30.8629995249242, 22.7649997709599, 54.621001084601, 40.3750002149983, 9.51200195018746, 30.085998823681, 9.76600824743474, 69.9389956095603, 49.6190034708426, 55.4310000690616, 39.8529970439862, 126.709004539176, 21.6590017511856, 25.1990010475418, 77.0900012188651, 54.1050017704631, 7.24700093841418, 7.24700213622758, 32.4460003667207, 8.24500294488617, 8.24500189205985, 2.95600524756202, 0.998009796536793, 25.4630019330379, 14.2620016462468, 0.375046293438853, 17.2180009161431, 3.92800391629285, 9.95900241276676, 7.17000249764792, 10.3340023811371, 14.1320031053272, 11.3430011772659, 1.24401534433304, 4.17300241586415, 60.3249991433838, 50.2260000049832, 10.7820011982066, 48.9819986208228, 99.7350045991212, 60.2910043248858, 9.48400299023601, 49.5090047682284, 72.057003262176, 21.2500004084967, 25.237999650298, 11.7659995780981, 18.082001692554, 22.0700000881435, 37.4370045530975, 3.16800200765193, 36.6979985199556, 52.0650026081316, 38.8170017900288, 14.6279989454714, 72.3489992634009, 59.1009980716813, 41.9099964469623, 20.2839970099822, 72.3800051226731, 55.1890031480104, 44.3440021615293, 13.279007611713, 55.8409960994768, 44.9959947607895, 37.8259968578988, 0.652006111598212, 39.5169911009539, 32.3469927610332, 35.5789952389361, 5.47900549058074, 30.327995872738, 33.5599978172516, 36.9349980286388, 2.01900149181738, 19.8639992870847, 23.2389987866199, 17.8450021935868, 13.6959997793101, 13.6380017612765, 8.24400434885229, 5.14400056740515, 9.6009988289352, 1.50301753232709, 1.5970055575995, 3.14700106115443, 6.74099860217871, 5.42400680186597, 6.97400026814011, 1.70001478999685, 3.82700574724145, 15.4349986833824, 10.161003967094, 5.13300661711429, 8.46099956110549, 24.3010032168609, 9.0069971185421, 4.21400100707306, 14.1400000035491, 13.9489987421721, 9.15599917805351, 21.1060036301846, 4.942003099259, 11.7139983692896, 23.6640018316691, 41.8119968751794, 2.55800205071927, 30.5080038039307, 48.6559984083872, 37.2340016259383, 6.84400303836443, 69.010998023787, 57.5890008526372, 15.781003144805, 20.3549999686945, 79.8040010720391, 37.9960024257253, 11.9610018939813, 22.2150005433399, 42.6250023146474, 16.5900006758281, 10.3510015093932, 4.62900158533778, 4.5500030526884, 10.7890003620697, 19.7810000613208, 21.1399998002708, 33.1959996684959, 42.1879989774264, 45.2389987968502, 22.4069999754164, 54.6020005544686, 57.6530000284952, 35.4650006421159, 12.414002164099, 88.0120012348561, 65.8240014441311, 43.059002325801, 30.3590014455982, 94.2230035717067, 71.4580041192805, 61.9460032404671, 28.3990023808594, 84.1760065233864, 74.6640053958026, 12.7180030018767, 125.637998173187, 85.7850014803029, 149.186998483681, 109.334001620533, 32.2440009733047, 23.5490006318308, 106.499001666007, 29.4090006918951, 3.03700541898192, 2.83500310006964, 44.424001130856, 11.9780013655773, 10.9800011233939, 15.0150009214483, 33.4769998014351, 32.4789984514708, 15.2609989098299, 21.4989990457333, 8.88400082504945, 8.33400258272078, 2.00000868053672, 23.5949996812526, 9.11300277484344, 1.22100778074422, 5.39400422567531, 0.779010471746724, 52.2749999506414, 48.1019994632983, 0.880018889099629, 53.4960004521825, 152.29399692491, 103.311998451332, 53.8029940970933, 104.191997611389, 122.571001194498, 73.0619965787718, 61.2959979028629, 19.259003136274, 61.9069979611027, 50.1409990134549, 53.3089984335796, 11.1549995574731, 42.7080005896127, 45.8759996399014, 31.2480016542239, 7.43299982506679, 52.3239978293588, 37.6959993757857, 17.4120035605538, 6.44799939311527, 39.0130009332896, 18.729004369732, 5.45000013376801, 1.31700793390858, 17.1410074825674, 3.86200175940237, 3.21001212229715, 1.58800290286766, 5.00499309278289, 4.35299882032761, 9.83200249819773, 1.14299770688195, 17.3320017341014, 22.8110050192143, 24.8300025302536, 12.9790045750652, 20.5750130508271, 22.5940097836113, 36.2900090233211, 2.23599631383088, 16.4389964174213, 2.74299938044391, 6.85800424049554, 39.0330049831323, 23.9030006042448, 14.3020025600719, 7.56100693480966, 21.1600040723435, 14.7160045977123, 7.97500719198563, 4.1480068099243, 0.414022431764128, 3.319005474962, 0.50802032217488, 8.96900370569863, 4.65600772375277, 1.64901260341474, 10.1100014689623, 24.2500007159221, 1.14100644816327, 5.5310013688544, 8.60900216797949, 13.5510037836094, 15.6409993953193, 15.8830005132285, 10.9409988707896, 8.38300149115613, 24.4920009342581, 27.6909987043512, 25.1329997655508, 18.2889985994118, 16.7500005182421, 39.0120014826174, 32.1679995374288, 11.8130011950032, 13.8790022428769, 44.7029995033559, 24.3479999292742, 2.1330075594453, 12.5350005399175, 12.958001522904, 9.25700090721118, 13.8860009298255, 11.3900001517692, 35.5390019533524, 40.168001391033, 19.0280026976763, 26.2820018256465, 82.2149984564065, 61.0749989977203, 38.6679997165569, 42.0469972767614, 100.336008244929, 77.9290085952773, 65.5150072840374, 39.2610094374072, 97.8940049991234, 85.4800034584843, 55.1210025122293, 19.9649967726794, 101.260994128969, 70.9019929202819, 42.5029911311242, 15.78099115065, 70.8320009775245, 42.4329988617974, 29.7149969221448, 0.0701159777384924, 47.9100040244786, 35.1920015894362, 5.47700658979177, 20.3170003395177, 3.23200572257801, 21.0940011625435, 2.45500345957146, 0.380045798815528, 0.777011599045808, 1.01701726912337, 3.85200249002953, 11.1630016620484, 3.47200262222933, 7.09000164758918, 7.92500223974719, 29.4240003764093, 3.23800164324075, 12.6970018708795, 34.1959993993549, 10.6010014698394, 4.77200117819102, 60.9619992243, 37.3669998584651, 36.5880007720492, 26.7660001183191, 84.462999549419, 83.684000118989, 30.1880003004415, 47.0959999020286, 148.237001536185, 94.7410012207745, 9.45099823588653, 64.5530015382804, 144.081997038219, 39.8899996072608, 20.6309975456077, 49.3409959645041, 44.6930088113041, 25.4340060786019, 36.5890049910914, 4.80301084051889, 10.3910081405089, 21.5460056519081, 28.9790045053427, 15.0429998446276, 10.6900040654573, 18.1230015776128, 11.6750045387904, 10.856003607226, 17.4830027020124, 11.0350044487476, 9.71800410582548, 0.640012952885708, 5.62199710662385, 4.30499469217342, 5.89299305836542, 5.41301124720124, 5.4760010952051, 3.88800272093351, 5.0309940514183, 9.78099148807837, 9.97500784397667, 11.1179969965865, 24.097000842538, 6.08700704131398, 19.9049920221012, 32.8839953201274, 30.6480031909797, 8.78699592196869, 47.829002743354, 45.5930101391227, 6.56000783449649, 14.9450079050519, 64.2320101579828, 25.1990054714332, 4.03900576320859, 18.6390004046849, 30.1559988056905, 8.99599553280666, 8.5819951259967, 4.95699485420065, 1.8710038469296, 1.45699906087147, 6.11300180243343, 7.12500121832348, 3.89400928019534, 0.762012429302184, 1.90300900093053, 5.3509995470356, 9.44500153295127, 10.5859993551597, 5.05500373961775, 8.68299965694514, 26.5630041936214, 10.9220054944838, 13.5699971595017, 15.9770055481984, 31.1330037925066, 6.64100396214437, 10.1089990623626, 20.2109989646529, 20.1370018997474, 3.38700360049982, 10.4920022345336, 13.4959990257631, 13.8010037604015, 0.0781103261443128, 12.6130003388482, 10.4140022983903, 11.0900017180622, 1.44500570211788, 9.94500144053665, 11.1680000448485, 29.797001467656, 18.4070019669512, 7.87500220458523, 28.3520014963564, 68.7700007102155, 42.4879991667084, 0.441041257762859, 50.3629991347621, 83.4610063725654, 41.4140093038426, 2.15300794159879, 40.9730074140088, 78.1790087059554, 38.9179994906254, 18.9530038456959, 36.7649996257577, 61.9219973506832, 41.9570009393136, 26.1760107950811, 23.0039981800842, 48.5079959633708, 32.7270052701242, 32.7969975996631, 6.55099619812113, 20.1330117265784, 20.2030033593541, 14.7259991037476, 12.5939948298865, 6.37900052433861, 0.902002421552847, 13.8240057548866, 10.2650002352944, 9.48800079219907, 17.7540006879534, 16.9769997941496, 13.5050004462987, 7.48900147954186, 33.9230008474733, 30.4510004986894, 27.2130018891919, 16.9460015651045, 9.32500071737222, 6.08700131926942, 10.8590008510956, 21.1260017689266, 2.89700535191546, 1.87500462962391, 28.6410004001692, 8.98400021854327, 21.1080006241254, 5.65800152657958, 52.7540000391786, 22.9830001793304, 53.2040017530089, 6.10800313016187, 58.4449999918746, 58.8620015665404, 69.0660021434597, 4.51300241173633, 44.8279956875758, 62.958000320984, 55.1129992774117, 5.77200467773486, 0.969012057091038, 50.5999986456736, 27.1120001520666, 22.3089908676213, 37.3519902108912, 21.3399967446646, 36.4440007205184, 51.4869996803158, 62.3430025978132, 14.1350103797424, 38.3259892225166, 49.1819917536471, 49.8219913152597, 13.1610114017535, 7.55699387450557, 8.19699202578975, 13.6100018859658, 41.6250002085419, 20.9030007084856, 15.4899907947727, 5.70900267479582, 29.0999911430275, 31.9619985290196, 22.1810077766047, 16.0940028487513, 16.4720082784531, 34.7310033074908, 28.6439974954325, 19.8570031326075, 12.5499961140412, 57.892998041582, 49.106002984389, 34.1609959916129, 29.2490008460977, 68.1890032453255, 53.2439958295374, 34.6049962292328, 19.0830006379897, 32.454994736589, 13.8159948909929, 8.85900311938204, 20.7890018823989, 4.56600569434492, 9.52299590665344, 2.39800223495086, 18.3819966270165, 6.16800208228455, 0.957009802962914, 6.30800140946357, 3.35499831489026, 7.97300175024164, 13.3239981490564, 4.64100258114402, 7.01600007758349, 30.5740018800949, 21.8910030515646, 5.91400058574231, 17.2500043179178, 46.3480037620328, 30.3709986683856, 10.1600015561828, 24.4570010873532, 37.3629975197143, 17.1519990259933, 3.65600488598862, 6.9919999139837, 16.3470011841068, 2.85100478423911, 7.56300202087388, 0.805009181075214, 14.0900013847462, 3.6760010491576, 7.49200289712003, 11.2389991854462, 11.320000274817, 0.152056571963229, 28.5040012728336, 7.64400118900948, 34.230999500095, 5.87899927927081, 44.4840015499456, 34.3829987189582, 77.7730028477397, 27.4100039788023, 13.5630048200734, 71.8940049425184, 81.5980074149123, 40.6250002136752, 3.86000510804541, 54.1880037002324, 62.3709872168289, 25.605987887833, 2.60199641832944, 21.7459873376562, 37.0820012006035, 14.0780035462917, 7.52701036314918, 11.4760139400024, 16.8789988312973, 10.3280037701748, 22.9219978277121, 2.80099797214243, 0.957018873417984, 11.636994154148, 25.460999217027, 11.2850044313209, 6.12100503358336, 19.9450077594432, 5.51599278464456, 5.33400316853772, 2.15500683548643, 12.8350004371109, 5.34600038778598, 11.6000037854655, 7.50099870058836, 24.7700030660049, 7.82400242173355, 28.950003269981, 19.4240040479726, 4.27900338589433, 25.4050010283324, 34.3890004438097, 3.54500443231612, 18.6000003611885, 9.61600107819602, 13.3670009249635, 44.0050003117039, 97.0439988971611, 74.0609990338342, 15.1989986398122, 87.4279986420737, 116.267999798368, 57.4059983811939, 5.5520050801243, 42.2070009380881, 91.3560029976552, 28.3980029301866, 22.2019966315711, 33.9500048333231, 64.9999926376995, 14.399994499301, 6.94000494300594, 36.6019899832545, 32.6269994334759, 11.2870033325519, 2.84801329802225, 18.2270054811298, 31.5270086073149, 17.3919987901276, 30.5530096014323, 20.2400059220451, 13.5170148341942, 0.35602719017293, 41.2689976130645, 30.9090121216625, 55.1609957981337, 13.5359961246926, 15.5639964767943, 54.8049928341711, 37.1189961342189, 8.01900590427513, 8.45300498352673, 23.5830005511908, 31.4560018336556, 14.9839941095953, 2.43400524065427, 23.4369968303393, 49.2959979718099, 36.7460024334969, 7.49700396368946, 34.3120043423444, 58.4540026773758, 29.2050021282831, 10.1220033631346, 21.7080005829836, 20.029000195412, 0.946008321534553, 21.7350014091144, 9.17600344844759, 37.5069966176618, 16.7179952091757, 1.6640118981619, 38.4529955260376, 30.3779989235536, 11.9960029208863, 15.3509990557481, 13.6600042975818, 13.0459989503903, 9.69100278782335, 2.67500954187753, 25.0420001635344, 26.8020026008793, 19.786003551515, 2.53600614395236, 17.1110005683436, 36.1060032884544, 18.8559994532803, 5.60100483914504, 16.320000226721, 42.8640007254624, 18.4070000596026, 11.4150024364304, 24.0080016890839, 27.5869995688364, 20.5950006885173, 21.3999994761229, 9.18000029709577, 20.641001588779, 21.4459995502712, 10.207002433324, 0.0461888009295851, 22.7579992293492, 11.5190008069916, 3.87500448028415, 1.31200593724773, 8.64400206186354, 1.00000868051788, 35.3829989571542, 2.87500301932209, 29.1869999158073, 5.19600081613052, 77.0900041924909, 30.1869996085433, 60.1989977859539, 11.6950080664633, 65.8830111277721, 65.3949967758068, 42.8089908840639, 11.37901382438, 33.125000524109, 54.5039979619989, 20.8589943625816, 0.887003194643011, 12.3630079960758, 32.2380068610615, 17.7970133046086, 6.32100051879618, 3.52000920458533, 18.6840062019029, 10.3439958190008, 7.54300041838758, 18.8280038517774, 4.02299715285122, 13.0039991377938, 24.28900182223, 29.8049932582713, 5.46100012471066, 34.0700078337904, 39.5859987544397, 9.78100674686605, 0.887010823953366, 8.38800065068845, 0.662026880825871, 8.16299926286567, 27.5870024298592, 0.22503895834418, 7.77600130186699, 27.2000029894261, 23.6550014205753, 0.387021560025552, 31.6620031118029, 28.1170008885638, 15.8880006273254, 4.46200183862861, 28.1170011972936, 15.8880000809662, 103.315998245432, 0.00416666666666668, 105.748997852466, 18.3209996193114, 23.8860023137461, 121.636997294265, 108.375999610877, 66.1689988494494, 32.2189946794721, 90.0550004015675, 63.5129931322341, 29.5629885748792, 7.03900393126007, 2.65600912764724, 13.9460003903889, 22.6559909837321, 40.8829960301223, 15.6169896915827, 42.087997849019, 60.3150025853266, 80.555008150089, 19.4320072826518, 62.4570010103909, 82.6970063305541, 51.7879947199999, 2.14200234356197, 109.05400101369, 78.1449891247546, 23.3399970817258, 26.3569949582517, 104.234993147514, 49.4300004807889, 25.847000793758, 26.0900043000009, 66.9769976346983, 43.3939973924233, 19.9570016023477, 17.5469975650157, 69.8979990581923, 46.4610025366888, 12.1489996895138, 26.5040019449503, 58.125004113383, 23.8130000898719, 2.10500778978069, 11.6640022090614, 8.11400055273497, 13.5940024085773, 4.41800319720833, 15.6990018651926, 51.590004303806, 42.4140016695062, 3.96101054755368, 37.9960024257253, 66.2070009946466, 27.7540057448966, 14.094003001828, 23.7929996324147, 15.8770076242368, 2.21700678409513, 27.2590033224415, 11.8769996322383, 28.8420034705908, 3.80000533611202, 13.3109983135456, 31.0590060167906, 42.0219997722742, 24.9109996465585, 8.59100162412003, 38.2219965344819, 54.9100006404232, 38.5900008543682, 14.5820004924955, 29.999001315515, 42.6250012417638, 18.6169999732208, 9.4370019951341, 4.03500235635418, 15.6810008630025, 6.50100173962235, 6.45500261326573, 2.93600270768226, 5.93200308690413, 5.88600115434541, 4.5740041541877, 0.569015499738981, 5.99200252354084, 4.68000215999486, 7.55500260313842, 0.106081807059894, 4.12500468558873, 7.00000171691633, 37.1870002646807, 0.55501546876372, 10.5230014133139, 19.6639999989392, 85.0589964046682, 17.5230007357066, 1.71800861003749, 67.1129952770475, 121.616993093192, 17.9460015365606, 51.6059955146392, 106.109993062764, 138.347999698243, 15.5070005292654, 65.2229922095402, 97.4609986242232, 116.145004421939, 40.8870012499037, 64.805008202468, 83.4890137758474, 87.5120088653777, 32.6559908664041, 80.3090059534836, 84.332000835355, 89.7929994609241, 3.18001066429678, 70.2109987824268, 75.6719971850254, 85.4530031328531, 14.1210028119922, 40.449005556163, 50.2300111591442, 35.2229921898051, 0.700013163609748, 0.475036929741897, 4.67500295066633, 4.90000139007204, 5.28700203251484, 5.37500161498684, 13.8080008682235, 14.194999352672, 9.73300063169836, 8.90800096683795, 14.3180000986459, 9.85599987365816, 9.85600075439632, 0.123070698262918, 90.6990015036704, 90.6990014079632, 30.9379964718028, 80.8430024267114, 187.863994690802, 66.226997506561, 23.8280036582887, 97.1649933754711, 57.047005004037, 33.0079958684522, 30.3519903180863, 9.17999362137624, 53.0729983739926, 50.4169923596752, 34.8000035506403, 20.065002874028, 84.6319963599217, 69.0150071448208, 49.5830005332479, 34.2150042209913, 100.434005910166, 81.0019990085319, 78.8600008305026, 31.4189989945454, 97.4849969737444, 95.3429985956842, 68.9860041273938, 16.482998420924, 110.42299667822, 84.0660019953487, 57.9759982242581, 15.0799985919911, 93.0240041691744, 66.9340001449471, 49.3870032964783, 8.95800305948213, 80.800999856281, 63.2540027083393, 36.7500014260855, 13.8670002521462, 61.1060030917318, 34.6020014410541, 22.938000482213, 2.14800380471239, 9.11700248409067, 20.7810024623937, 5.08200414861683, 43.7190019685729, 64.1329996908708, 48.4339982871346, 10.4379975739054, 43.3519975757225, 65.8440020336899, 27.8479998844659, 4.05500458658161, 17.4100041607052, 5.84000694007538, 29.6330035277987, 17.7560053112561, 33.688003797714, 72.8470041750905, 60.9700051777746, 29.9109998785213, 43.214000902778, 78.8070032415393, 47.7479974657349, 9.52600279905963, 17.8369984725, 71.8779978783309, 33.656001587342, 3.65700505062922, 24.1300007126007, 49.1320012765132, 19.1330003506986, 15.0980008418579, 15.4760001546391, 13.7300012835389, 9.69500070939765, 12.6310009396088, 5.40300148454721, 6.64000260031954, 9.57600064327663, 10.1450016922237, 3.05500266976318, 8.14200185381762, 8.71100096217273, 8.6050020366341, 1.43400606863197, 8.73000153090873, 8.83600047123839, 8.28100175699111, 17.4410000056138, 21.5740011633053, 21.019000943229, 3.49600525590593, 12.7380015512202, 23.2500002698773, 5.72700079856164, 12.2190031908484, 2.23100288379931, 19.0740003151049, 1.12800604756375, 14.379002824825, 13.3470007724453, 10.2609994641682, 5.24600385196455, 46.1330036111906, 9.1330003706265, 14.2650006066909, 55.1520005846394, 87.8079912255488, 9.01899815485734, 62.8050005816046, 95.4609909966947, 98.640999016335, 7.65300101219796, 95.8469926738094, 99.0270005149046, 113.148002777949, 0.386024074652457, 94.2540018016266, 108.375003894795, 143.597995878957, 4.7730006284937, 85.0860025538954, 120.308994365365, 23.2890018375757, 1.46300527725679, 6.83800188278835, 12.6250013751374, 7.25000119731791, 1.65801046345406, 14.0879999600387, 10.1750018969864, 1.26700704961187, 1.14401522910082, 2.92500315844447, 24.1120011854126, 23.9890006822902, 56.8540023042644, 22.845000647005, 86.2669984922642, 5.42399757207805, 91.7409975036936, 62.277998109965, 25.847000793758, 71.3179932857787, 62.1380007676773, 20.4230045754288, 78.1879961326877, 69.0080033606538, 48.943001148178, 6.87000401012661, 73.9400026762062, 53.875000161124, 19.6599969157827, 4.9320009665907, 78.7309992134317, 44.5159952206333, 13.0969976329526, 24.8559993421537, 68.034996287894, 36.6159975515232, 20.1330002824871, 23.519001376167, 53.4429982572869, 36.9600002730105, 21.8800028152589, 16.8270011338516, 48.6710001220995, 33.5910020074578, 24.6330003633754, 11.7110004684801, 33.7970021139534, 24.8389998592842, 10.9720014659622, 0.206041985567451, 13.8540003910263, 0.0136518792355496, 2.13500740686276, 10.9850011621519, 29.6610008370878, 27.5130008037887, 16.2060023530149, 29.648000056276, 76.3850023635148, 32.6660006319476, 10.6859986339371, 48.8720018255674, 46.5709995182958, 3.2190044666791, 14.1910031154785, 13.9049994035728, 41.2379993834002, 58.6480027725228, 24.95999978003, 44.4570009276792, 107.953003090509, 74.2649995065347, 31.0509992468602, 49.3050004812341, 100.560999089269, 57.3469983660906, 39.5100006682924, 26.2959998570869, 60.2589991589578, 42.4220010896337, 18.2920014812597, 2.91200363708574, 31.8510008540632, 7.72100108040957, 7.75500187630259, 10.5710013971861, 11.0660017920293, 26.5420001439443, 21.1390007602483, 18.7870006413419, 50.8299993115842, 45.4269992831901, 42.3719996734942, 24.2879995105382, 70.2780010786388, 67.2230011323961, 65.7890012518974, 24.851002088806, 74.262002701891, 72.8280025720429, 55.3870032583973, 7.03900269805202, 65.7340009469424, 48.2930013546745, 35.5550007934647, 7.09400299366665, 71.8949987918937, 59.1569978274017, 56.925998992721, 23.6019977432773, 91.4219972602133, 89.190998174718, 75.8439981842278, 32.2649996586878, 107.667995614128, 94.3209954228426, 85.1879961144422, 18.4769978452916, 108.374996345498, 99.2419968526053, 108.260994117883, 14.0540014721494, 92.5710069624461, 101.590004052732, 109.243004004137, 6.67099129147373, 88.4800035531487, 96.1330033251606, 96.5190050016498, 13.1100012724839, 93.1569978670281, 93.5429993603756, 88.7700006533377, 2.97600847104569, 87.1869966590859, 82.4139977554751, 59.1249964789368, 6.35600417334261, 59.1410029485839, 35.8520014323075, 23.2729953681055, 0.562015720266797, 14.650000803589, 0.300057101997491, 13.7880007363847, 16.7130013363252, 0.862009581915697, 12.3250002642003, 15.2499996155425, 38.0949997690865, 1.46300718459769, 15.2500001847592, 38.0949995412205, 100.372997456902, 0.00416666666666668, 12.0620014755623, 74.339998123589, 94.7630023404169, 26.0329996105592, 35.0969968020339, 55.5200006141137, 48.649998068039, 39.2430019206477, 28.999001147996, 22.128998195005, 17.1969996057345, 26.521000235756, 20.9960030241426, 16.0640035310958, 8.79199797684661, 1.13300326703969, 46.2299999177741, 21.3740009554433, 2.14500855150477, 30.1659968392733, 50.5080016712446, 26.9890006420677, 10.162001410888, 29.134001076151, 36.6420006721678, 19.8150000184633, 8.10400199542304, 9.65300077718953, 21.6890004533195, 9.97800079558286, 9.77200185100442, 1.87400470457343, 6.83600250532659, 6.63000142372516, 17.6150014719606, 3.14200272269293, 2.86800584547907, 8.11700164926288, 37.7650008030371, 9.49800082047498, 9.02200223711338, 20.6259998715386, 69.4980013484402, 17.1390013991188, 4.53100587630341, 53.403003855175, 67.3080027298591, 16.0949979453384, 55.6730006475341, 69.5779992397503, 25.1209990736679, 2.27000046710212, 94.846000854432, 50.3890001112357, 1.08401564946132, 25.2680018999359, 56.2930000528215, 6.98800068144836, 19.3080009869047, 5.9040012757341, 10.874002145887, 37.1700003098305, 40.0820011655617, 17.8620004745348, 67.5500014014204, 70.462001923732, 59.8910015143963, 30.3800013538478, 96.8170015220923, 86.2460008674029, 67.4590008448213, 26.3549998716067, 109.221998850511, 90.4349986082548, 66.1469996215934, 22.9759983026144, 130.242005481504, 105.954006276996, 81.1030046696289, 39.8070070540035, 157.159008136591, 132.30800635223, 125.269004960368, 51.2050020005802, 146.971992610801, 139.932991089866, 147.026992915933, 14.6639867980189, 116.926002650921, 124.020004342454, 100.418007069861, 23.0069889026914, 104.80900590295, 81.2070084687106, 48.9420093268962, 19.2109989870097, 87.1090013589713, 54.8440019282967, 36.3670048719176, 5.90199426863521, 82.1680071082606, 63.6910096577761, 49.6370090167536, 27.3240054446428, 77.4220125533415, 63.3680116115958, 70.0390017127215, 13.7310034398037, 73.1220095147704, 79.7929993763666, 92.9030000648032, 9.75399869268282, 92.0579988458154, 105.167999350118, 108.144004982314, 12.2650000973986, 109.49600235582, 112.472007828645, 118.828010705185, 4.32800493535933, 114.631996306236, 120.98799903415, 144.260994077865, 2.15999242211387, 100.37100999963, 123.644004891983, 20.6169895567811, 19.9130005427356, 19.0510015063893, 6.07500362073449, 5.21300291639471, 3.75000462962677, 13.8379999711705, 4.73000321266044, 3.26700094805773, 3.26700360509768, 0.483019680751145, 5.9600019974105, 5.96000054094176, 20.0730010575409, 2.69300401683163, 15.3150007139851, 10.718000506636, 49.9610017436725, 9.35500142381601, 29.0490001456076, 10.1940030030248, 36.715002532798, 39.7669994629753, 26.0239989276173, 0.497019113490971, 1.63000790438953, 36.2180006516625, 27.934002544112, 29.0669978267157, 1.09901482052737, 27.4370005910396, 66.5689974054979, 36.4030008316426, 7.26900220336367, 37.5019998480921, 46.9460014226667, 17.8120007620013, 8.15900252457605, 10.5430012830187, 7.70000206395462, 1.95300451338824, 3.8270046776215, 10.112001323834, 18.9860009754516, 20.8600005496484, 17.718001153426, 17.0330005020022, 32.618000085936, 29.4759998882305, 19.9780005562063, 11.7580001584341, 36.31399941569, 26.815999354775, 9.67699993248714, 6.83800061333033, 16.5260010734213, 0.613015030343111, 16.7079993148466, 10.2899998517702, 10.9050022786775, 26.9999984141534, 24.7300021516112, 10.292000660322, 15.1909992202477, 12.9210021061437, 12.3470015281698, 11.8090007503384, 20.5210007544641, 45.7890016544211, 51.6930016061445, 33.4420016023439, 89.6119997054552, 95.5159994080498, 77.6539995521834, 43.8229982449572, 146.71499693306, 128.85299689354, 98.4729959343599, 51.198997667104, 178.216003515385, 147.836002408571, 121.481002950529, 49.3630067676483, 168.250003917884, 141.895004333637, 118.919006493647, 20.4140018900693, 138.992004519439, 116.016006544549, 76.2089998615983, 2.90300286812998, 128.915008679593, 89.1080018064005, 37.9030003359702, 12.8990027481586, 111.776001131883, 60.5709992888199, 45.9070133176331, 22.6679996505213, 67.640991467603, 52.977005168738, 75.9839937587572, 7.06999329323231, 57.4570162933692, 80.4640046244828, 99.675003225935, 4.48001292394696, 44.612991722157, 63.8239900041718, 57.9219973700451, 35.8510134257223, 15.6129924449735, 9.71099942904529, 17.6130075774952, 48.2109987152097, 20.9649971659905, 6.35901015414233, 20.090012460846, 11.2539985740652, 14.6680004511827, 0.937005724150306, 8.81700331182261, 21.0270084694695, 17.4959879307676, 7.74199025697276, 4.52301409230209, 16.5589910027357, 33.011002112833, 20.7460026156863, 16.4180003250219, 25.2690127946976, 30.0000005787037, 25.6719974084457, 23.5120094053855, 9.25399874076735, 29.1250005960896, 26.9650119185989, 47.5820010972891, 3.4530054436015, 25.883011535011, 46.5000001866786, 1.0820087550813, 2.42100311250039, 16.2589999386343, 1.04601612447393, 14.8839994540635, 15.3670017095997, 1.37500631311682, 12.9000009643528, 13.3830019761401, 10.690002158109, 1.98400362759618, 15.5480024059813, 12.8550011711775, 3.50000496031395, 2.16500397134387, 11.0650021030688, 1.7100051144876, 38.05699966273, 1.79000481131894, 33.3740001158408, 6.39300100686971, 42.6110004684678, 31.663999831641, 3.77600366696408, 39.9939996982476, 12.5570005891273, 2.61700389681837, 58.793000278126, 31.3559999850144, 6.14600273322881, 18.7990009633889, 39.7320003110704, 2.23000415011403, 8.31300229060774, 8.37600120229975, 8.49800194950405, 19.0410008220985, 8.9290018451688, 10.7280009731814, 50.3000014895605, 40.1880008950148, 23.1550014364235, 31.259001055896, 76.5740024926535, 59.5410024193508, 47.7830032167259, 36.3860018254826, 72.7689993383098, 61.010999821844, 54.1730006561687, 13.2279974823979, 66.997999450413, 60.1599999917033, 70.4499991020225, 5.9870009616194, 56.0550044295887, 66.3450032588914, 76.6370031714832, 4.10499784217057, 65.008997230558, 75.3009968956736, 63.4919970385745, 1.33601266192682, 93.4600011775811, 81.6510010828754, 48.2089999939109, 18.1590046894561, 117.366996913058, 83.9249955257956, 40.1019978084121, 35.7159960316181, 141.497993591933, 97.6749955112351, 46.4759982983547, 57.5729981976498, 154.600990407706, 103.401992881801, 54.0389865273248, 56.9259950255353, 140.554000978011, 91.1909943578862, 70.7769930431447, 37.1520082902903, 98.9290010299828, 78.5149995002076, 81.4179994808124, 7.73800771360452, 69.0389864575229, 71.9419862046449, 59.042984302831, 9.47601409964937, 65.9379885445445, 53.0389863697184, 30.3709875101113, 6.00399924853013, 37.2769932635842, 14.608994124466, 7.539003767683, 15.7619939589301, 0.722024167526107, 6.34799331080828, 10.8280045330404, 13.8869940332884, 7.20300533994727, 11.6830146590221, 24.1679999859293, 0.85502113883395, 19.8780068548282, 15.9730077456, 64.1840060077944, 8.19499312468086, 4.53500749035409, 52.7460023618384, 41.4920048129519, 11.4380042989613, 54.9490054429026, 43.6950075228812, 22.6680000334645, 2.20300687001262, 47.5550082996446, 26.5280002051521, 9.96901114092206, 3.86000285919914, 35.0899968326502, 18.5310063278091, 6.73800916839094, 8.56199747380801, 33.9219975821076, 8.65298562232686, 0.601042069306065, 15.3909917749399, 5.83200370929165, 3.42199960700443, 6.87500252525206, 2.82098696385466, 6.91800177713433, 10.3710030342682, 9.28900333384005, 3.49600468025962, 9.660005459325, 10.7420052026258, 20.0310062927309, 7.39600155896674, 8.77100236466059, 23.6740014733921, 25.0490010865943, 27.0330006345898, 16.278000888036, 49.9939998284651, 51.9779989005249, 49.8129991201932, 24.9449990891377, 45.2919982928611, 43.1269981489718, 44.9169982960613, 6.68600212229253, 17.4620008874108, 19.2520003059326, 12.4120011011896, 25.6649983927298, 15.4400007048076, 16.2240005121559, 18.8410014783996, 3.81200255182303, 15.5050012341514, 18.1220011732814, 0.677025451061261, 0.719011935667192, 14.8630015609896, 3.93600231414389, 12.3120016847548, 3.2590029649239, 23.6790003955853, 32.0550000991405, 21.3270004783504, 19.7429999933581, 56.2720010981636, 45.5440008162075, 14.2850010627506, 24.2170013197525, 70.4250013909283, 39.1660005878459, 2.7800050242966, 24.8810008676817, 65.5579989220472, 29.1719973678772, 15.9440013330211, 26.3919986199242, 43.1059955809766, 29.8779986425841, 23.890999567012, 13.9339987308868, 35.6419987781126, 29.654999072015, 33.7599950210869, 5.76400144495973, 43.073006079332, 47.1780015878044, 48.5140079262171, 13.4180075439059, 67.5999987309423, 68.9360047645938, 50.777000769155, 20.4219974953716, 102.264007738127, 84.1050034601445, 48.3890079271415, 33.3280031901458, 114.45699325471, 78.740997424695, 21.1680000877364, 30.35199003209, 110.255996861563, 52.6829988219961, 4.24300030752859, 31.5149996650905, 88.0190126484146, 31.0930178573052, 6.0589933438621, 35.3360140396028, 52.0540164468023, 14.9020086391497, 7.16400388822519, 20.9609989492852, 18.285004611582, 10.5469978933482, 20.0230111209642, 3.38299817140536, 21.0979927662391, 30.5740054108726, 36.5780034043201, 10.5509956957707, 34.5970158826689, 40.6010133973952, 56.36300689982, 4.0230124116321, 7.37100455259098, 23.1329959807144, 37.0199894826377, 33.2300112475545, 12.6090101659439, 1.27799141150131, 2.13300374476259, 35.7420046373983, 10.3670060691818, 9.51199432079366, 1.31701452501074, 11.6449897591045, 8.82399183565376, 0.629011603196462, 10.8090073434755, 0.688016156945019, 24.8820044819173, 36.3200075632208, 34.117004903401, 25.5110019271812, 63.5469973435136, 61.3439942821312, 57.4839938322899, 27.2269900649155, 49.5469974207093, 45.6869966499615, 37.1250004676394, 11.79699780614, 12.741990498254, 4.1799947524723, 11.2110000837346, 32.945007587705, 16.5079966571476, 31.8989870885326, 29.0780035267406, 20.687988700844, 31.7349858986279, 28.9140017650635, 25.4179999506024, 0.164054386049282, 14.1290142902795, 10.6330116806357, 30.6640172898049, 14.7849889904398, 39.0549931203111, 19.0239872727015, 49.6880037147403, 21.1510013869712, 37.4010007318196, 28.1909988621491, 4.16100138426606, 9.72399991613146, 11.8450009998743, 1.14200779952464, 0.226038715212467, 4.66100163731309, 10.4130009404383, 16.5750012866532, 4.76300231077821, 3.13800325454969, 8.43700130352566, 2.28700635907718, 5.13799836306622, 16.1870027182739, 0.0751164133369742, 14.923000917383, 0.24703535885659, 0.0960900978872019, 0.00730490346636498, 11.898000969907, 0.517016511506363, 12.4650003721451, 1.92100452257853, 0.861009666089897, 2.24900393221594, 4.72600166891891, 4.03700280637609, 11.362001706229, 2.46300334509006, 0.110079019273874, 31.9940002293566, 77.8540002030506, 73.6220017658563, 52.4710010022573, 90.9680025101845, 69.8170014671064, 32.4160013786204, 17.3460011718223, 69.569000493693, 32.1680000142659, 3.97700555556055, 0.248036098248205, 22.1810010153984, 6.00999976588544, 1.84900841287839, 9.98700038090425, 20.2969998330147, 16.1360002175275, 6.41200336372395, 14.2870012637121, 17.1260004644119, 7.40200159997703, 4.44300374730108, 0.990008539319297, 12.885001576271, 1.04000830850787, 0.102170301313881, 5.48300138481185, 1.91300918212201, 0.771011167193318, 0.997017630633045, 0.873010088262825, 5.13200335239464, 4.90600142986712, 0.245070737025426, 5.90300134846241, 12.567001293746, 7.90600123529961, 2.50700689452723, 7.66100138485377, 29.2510019515542, 18.8380017120209, 2.26300815999046, 21.3450016273817, 20.7630013244374, 4.18800179806242, 8.95100215319503, 1.92500374643656, 1.00001736096041, 5.76300199453731, 2.62500661374828, 3.1880024482253, 9.93800147228384, 6.80000051361286, 1.63701164300014, 4.17500131623539, 6.41300090663774, 2.0240063639984, 0.263066491705801, 0.387023467263645, 8.62500201288221, 6.3379988061287, 1.20001523043564, 6.60099923984141, 6.94999944624443, 1.81200506524472, 14.3750031150779, 0.612013695480011, 22.8000028595357, 6.61300122872671, 6.68800327487526, 20.9880022370214, 7.86500197850649, 7.94000162732643, 6.98300228783201, 1.25200678837419, 6.89300312137971, 8.03000081398679, 8.2770020479212, 1.04700822218717, 2.6410063676871, 2.88800301717505, 2.98400554721808, 5.38900154975615, 1.15201502071996, 1.24800662367717, 1.254013554596, 1.7360050613478, 0.78402206385527, 0.778011035377854, 11.1200019236471, 2.03200385993602, 0.778022192666013, 11.1200011430217, 11.6370015758121, 0.00416666666666668, 21.1540006261515, 21.6709999275385, 9.20600173707404, 10.0340003081684, 19.2280005901026, 6.7630012949802, 4.84200359315287, 2.44300339301637, 25.4100010074886, 23.4890006899929, 24.3500006176145, 18.6470007783254, 0.501035056047989, 1.36200636192986, 0.887019656547832, 22.9880002936891, 3.83700394100691, 1.58800481020973, 3.1380060208157, 2.47500293508891, 13.3390000960859, 8.61299997024585, 4.57600210022335, 11.7510001893914, 22.4740017032837, 18.4370007454808, 29.7990017994956, 13.8610025946412, 2.35000776916377, 9.01200152398226, 11.4750018944204, 20.7870010737233, 2.11800822743791, 0.345024950320109, 0.45503807840085, 11.1300013712021, 0.396043747220512, 0.506017196917578, 32.500000534188, 0.0511700417548965, 58.461998759641, 26.4679988326029, 51.3860019247709, 58.9679986518466, 130.289005412792, 52.4350053535371, 103.821006858513, 7.9900008575456, 9.35600275588075, 7.23200275154775, 10.1140011787058, 9.86600098149271, 0.758010872008527, 13.2850030615811, 13.0370013219678, 3.05000683656931, 3.17100417180579, 14.6870014567315, 4.7000026098655, 9.58700170408966, 1.65000487946586, 5.80700410357704, 8.48000056588674, 9.47000114662912, 1.10700819243549, 6.42500384652659, 7.41500208620216, 12.8980020631942, 2.05500262194073, 0.872019649910317, 4.61100194361023, 5.4840033717678, 8.2870017036185, 0.834020927043663, 1.70700534084618, 4.1960037598817, 3.77700224867556, 21.9840009957094, 16.0810008678659, 8.42000213818335, 20.2770003785075, 27.8929993177918, 20.2319988726543, 1.11301837543397, 11.8119991022026, 27.7319990696352, 6.38699858199831, 4.46200187672092, 7.50000115740732, 3.77500231015146, 1.85000316631121, 5.03800164549532, 2.61200283505399, 0.438039360813285, 2.75000315656384, 1.42501142025086, 2.28800199341184, 5.5750038770388, 1.40000772625524, 1.78701227866348, 2.82500383569998, 7.40000387197415, 7.78700367822577, 14.3880016949194, 6.00000144675908, 4.87400411129893, 11.4749992305966, 12.0869994221857, 2.91300499409325, 19.3370026983552, 18.7250027523994, 2.26300720631937, 30.8120005563847, 28.6600023605217, 7.67200106279465, 6.42000278051626, 9.93500033967722, 0.277062142093185, 0.975009284559498, 0.0722402754915075, 7.39500163160469, 1.69500993733854, 0.648013159274264, 6.03700257823758, 0.720011369592211, 1.0930162957736, 6.48200169013052, 8.21800252455825, 0.445020154908997, 4.23200445329176, 5.96800186650371, 8.0000021701386, 2.25000385802138, 3.6900052389621, 5.72200163911929, 5.72200315616786, 2.27800368853055, 17.1960011087838, 17.196000603983, 7.16200308018638, 11.4740007336532, 22.6990011234219, 12.6650016009245, 15.1080019044436, 5.50300183682153, 16.3790007700446, 18.8220000110577, 0.175098415738109, 3.71400113180813, 18.284000392579, 0.363024782282252, 22.6249998136676, 0.538016241428009, 4.08800359071769, 18.9000010314932, 16.4250022014021, 3.7250008044718, 17.7119999197034, 15.2370000814212, 3.48600504126993, 1.18800893952286, 17.6500006021626, 5.89900163937647, 7.96200398103256, 2.41300370422085, 7.77400240107388, 6.0870032266176, 14.7000000366188, 1.87500462962391, 19.8620022931541, 0.925008621405068, 12.0550012684971, 13.7750002486976, 10.7880021929469, 0.342025388428428, 0.291059543457647, 11.7130005618136, 1.00501715061343, 1.05600821446907, 57.9119988101451, 1.34700632799883, 1.0560164345962, 57.9119986602529, 161.733005392607, 0.00416666666666668, 10.9310013441048, 114.752006606408, 46.9809989392687, 1.64100603746592, 0.883020988773684, 3.26600606338581, 2.50800478865698, 0.663026291978164, 1.62500534187156, 4.59600444882393, 1.42500532866872, 0.2250775286068, 2.08800350122343, 1.86200883560285, 0.212040835272446, 0.895019855433054, 0.437020138165801, 10.7510010655204, 11.8580005336779, 13.9129994472968, 10.9630001356768, 6.72000380420084, 8.77500060776736, 17.062001292189, 5.13800027041423, 0.897020620882282, 7.39000056428383, 11.1670008947373, 9.67200178250298, 0.0792189767635261, 3.85600172093815, 16.4210015379023, 7.31100105762829, 8.91100172321135, 11.3660009392061, 23.1779992918197, 5.05500202239706, 15.2250015217725, 3.41300455753759, 4.08700223372598, 26.5910008833929, 7.9500029467265, 0.450020052616771, 3.06200594451238, 4.53700066206035, 4.76300031858012, 2.15100119745745, 0.137127701523276, 5.21299910169866, 2.17500721916875, 0.113075756089081, 2.71200820211495, 0.0243610493368522, 3.28800347960482, 0.463016184747775, 5.5370056989467, 3.17500197109327, 6.83700052512798, 0.837008356834665, 3.75000462962677, 6.37400191118554, 12.6500028982985, 9.73700040322081, 21.0750015867169, 13.4870001553427, 22.0989998090437, 8.71300224749682, 18.6480016481535, 12.3620002139155, 4.66300382997339, 14.598000167394, 7.20300152525128, 4.05000328775506, 12.8600019603601, 5.46500174097839, 4.74500449805349, 1.73800395696406, 4.00300459642179, 3.28300359013556, 2.83800641491446, 1.46200583062935, 1.64501101159382, 1.20000704304078, 3.45000484146786, 1.63800578775556, 2.36200781555423, 0.112077943233156, 2.16600742781072, 3.56200271164639, 14.4440004924264, 16.7219996875059, 5.2480024994222, 14.5560003522152, 24.2159993665245, 12.7419993537407, 7.23900081136084, 7.49400063953524, 16.404002294308, 10.9010017728706, 7.18700459763268, 3.6620049339153, 9.70100200324361, 5.98700286896757, 6.52500418658443, 1.20000799670935, 0.912019692221608, 1.45000674951398, 5.17500259186403, 5.0750024733932, 2.75000631312407, 0.975007377228281, 2.16300813319989, 4.20000282973751, 3.00000578703146, 4.18800370541011, 1.77501130675122, 2.02500581256524, 4.06300590566483, 1.65000678680841, 0.225075621911931, 0.12506942516503, 1.57500987848795, 3.4500013716938, 10.3250024444027, 3.22500307311342, 15.0500003906228, 1.275006426793, 10.4380018654391, 11.6000011297934, 12.4230007795165, 0.710011787346689, 0.637027576236642, 11.1480005421536, 0.607028474948117, 0.740011739924098, 0.74002347012551, 0.103083930238145, 0.74002347012551, 0.740011739924098, 47.7209991278425, 0.00416666666666668, 0.524033298680123, 47.5049991050773, 0.216040025738851, 1.53700630384159, 3.1620061466695, 1.78700846398695, 0.162052324010391, 1.92600960914528, 3.32400201638548, 0.00589255650988791, 2.08800350122343, 2.52500649420952, 0.162052324010391, 3.73800551423901, 4.17500322358308, 6.78800075708111, 1.65000678680841, 3.51300543023869, 7.45000002076615, 2.31200778377622, 0.662013768606757, 6.67500183797586, 1.53700630384159, 8.13500236300702, 0.775010819171694, 7.41200299842513, 2.26000406983197, 9.57100191311059, 5.87500147754119, 22.5550029822477, 29.8660023734748, 24.8110024773833, 20.2950024113615, 33.3330016576183, 28.278001138576, 1.6870105657402, 3.46700155772052, 25.8280007408463, 0.763011865064061, 5.30000251274135, 2.45000430601969, 0.238071897389873, 4.77499952909956, 0.438039360813285, 0.525018059962027, 2.31200778377622, 2.90100015412982, 2.92500517247867, 2.46300096090768, 3.08800305864446, 3.11200230109954, 0.0632746996465733, 0.187046688913101, 0.874020413049719, 2.30100246025757, 8.67500123834131, 2.23800284111193, 3.46300244983889, 9.8369988682793, 3.65000628234262, 1.16200621912095, 10.6620003770959, 2.82500383569998, 15.1870014178142, 0.825011284748149, 6.45000345458371, 5.91200021707367, 9.96200163592184, 9.27500246178766, 5.1370025098691, 9.18700121953192, 10.9250008261783, 0.775010819171694, 7.61200369982215, 9.35000130987131, 10.8120018803842, 1.57500436704903, 5.65000364496647, 4.18800275173627, 2.55000699900413, 15.000001532378, 7.4250015752572, 9.06300068314334, 12.6250013751374, 11.6130006635627, 24.4220015958897, 27.984001469865, 13.4280026967121, 15.359001724845, 33.325001283903, 18.7690014695743, 11.2750030656667, 5.3410012285392, 21.7690018045954, 14.2750021339738, 10.6130005982368, 3.00000289351712, 12.2250037089498, 8.56300073907008, 9.76300226653677, 2.05000347147509, 5.30000251274135, 6.50000133546995, 11.5750022628193, 3.26300314857874, 5.71300047540219, 10.7879990041122, 14.9880001207365, 0.787013593294164, 6.3000019927922, 10.5000008267195, 8.4750005226299, 4.48800089657251, 7.37500235404859, 5.35000009665506, 5.47500164510026, 3.12500277777654, 0.437038093595344, 0.562013812970583, 3.78700333317495, 4.91300187366554, 8.68800363097609, 5.46300284019239, 6.13700195917351, 9.25000093843839, 22.4630010704223, 10.8630007151704, 0.2850607571153, 16.9999995569466, 10.7370016054982, 0.411020894974907, 0.308056449808896, 0.12606880203423, 0.633027323129303, 0.530016587955515, 0.530032965596591, 0.222039220207478, 0.530032965596591, 0.530016587955515, 0.746023323400721, 0.00416666666666668, 4.17200408522302, 3.95600227647008, 4.70200197983393, 0.712012084877436, 2.61200615838501, 1.37501262620465, 4.69900125222686, 4.53700448268761, 2.08700405253076, 0.999016020329843, 0.837010264159665, 0.813022986747316, 3.70000310903432, 6.61300349505045, 4.96300109292611, 5.62500308641891, 5.77600247942832, 15.3379985684255, 15.9999986351861, 15.224999614424, 10.3749989293315, 27.0240008102797, 26.2490008800168, 32.1240010897569, 11.0240028626185, 27.0120016803161, 32.8870013015486, 12.5920004326965, 0.763011865064061, 31.2370000675055, 10.9419983214007, 7.47500079667788, 1.65000678680841, 10.7920014255964, 7.32500194799801, 9.77500330195122, 0.150055571275584, 10.6750008633941, 13.1250006613756, 12.5999998519871, 3.35000106533189, 9.35000033092454, 8.82499793187483, 6.36200224059469, 3.77500382536219, 3.70000164043527, 1.23700652912729, 1.05001577133391, 5.12500169376666, 2.66300471884013, 2.85000151993006, 0.612027878912563, 3.89999993696579, 6.62500262054456, 4.38700301629644, 3.22500767210031, 3.77500382536219, 6.31200302515037, 5.1500032114229, 4.32500477706662, 1.92500374643656, 3.7000054551277, 2.87500301932209, 6.4000042385513, 1.45000674951398, 0.425040084844088, 8.85000326967179, 9.62500371109991, 2.45000430601969, 13.200002078175, 13.9750010026186, 15.5500003535307, 4.35000046965135, 13.7500031699747, 15.3250013293704, 30.3250022891153, 0.225037051322514, 20.4370011241523, 35.4370014732899, 23.8240020409794, 5.11200120979288, 31.2500015092299, 19.6370014796486, 4.27800393615862, 4.18700234787359, 20.0120019051326, 4.6530017435119, 0.68802495906225, 0.375023147433743, 6.76500195596172, 1.42400588226058, 1.5760112295165, 2.11200362182723, 2.41200594657955, 0.588016013853554, 1.46200986071298, 0.98800774835991, 5.33800450358147, 3.28800465422912, 0.0256865435295573, 4.75000182748503, 11.0260025511234, 7.7630016064771, 6.97600041349637, 7.73800008421109, 12.4250025416815, 11.637999326813, 7.15000204665742, 4.66200251810832, 38.3859987013311, 33.8979995427303, 30.7729998508186, 26.7479999926524, 34.3869996351233, 31.2619994079202, 26.3489996823282, 0.489017594928244, 29.7970000371446, 24.8839996965276, 15.6340004581583, 1.46500560103396, 22.1549995629174, 12.9049994519475, 4.09500450661391, 2.7290037492432, 15.8840004406804, 1.1160074768895, 0.990017307442774, 2.97900348230384, 0.290059821583375, 0.164052955999271, 0.0582986483534758, 0.826010245869546, 0.492035388535327, 0.270032129220633, 0.270064273687839, 0.328026532699812, 0.270064273687839, 0.270032129220633, 4.97200360639459, 0.00416666666666668, 7.70500241535088, 3.00300291905789, 7.97500123152197, 6.84999974135565, 4.76300222592729, 7.43800205945164, 5.35100145438365, 9.05100251323531, 0.588016013853554, 6.50000457828747, 10.2000035213227, 4.42400561802413, 1.14900963003547, 11.2380024146085, 5.46200148245147, 4.91300173317167, 1.03800656221399, 7.24900103693418, 3.12600222757202, 14.1500027528124, 1.78700360638972, 1.83701125129891, 9.18700121953192, 9.95000250777445, 4.96300300027407, 5.66200181502978, 6.4250005881198, 4.77500134701679, 3.52500398844593, 3.45000579514079, 1.80000405958699, 1.65001204772115, 2.97500139195496, 11.8000007083412, 11.9499976746487, 8.60000049285506, 13.5999991123973, 1.00001736096041, 4.35000046965135, 0.575027140846457, 12.9499976185555, 3.20000618828078, 0.575015859339605, 5.7000038087472, 1.15000525948107, 6.10000132020493, 0.975007377228281, 2.92500517247867, 6.67500053751833, 7.40000005727809, 3.50000248015785, 0.275064649597052, 6.4250005881198, 4.40000547158284, 0.625013888734571, 1.30001259170064, 0.900011170872601, 0.175098415738109, 1.75000496031043, 0.300057101997491, 0.450020052616771, 3.375005144029, 1.92500374643656, 0.525034593524467, 1.62500534187156, 1.35001133415668, 1.10001018018777, 5.45000394846305, 0.575015859339605, 2.65000807722972, 7.00000124007926, 6.77500408840347, 1.55000483741161, 6.20000356311769, 5.97500374163027, 11.0870033664347, 0.800010087691754, 3.17500851981434, 8.28700361096689, 4.10000652323115, 2.80000233725809, 8.01200320448564, 3.82500303236462, 4.20000489653455, 0.275033089548945, 2.22501009154322, 2.60000562748849, 4.71200548498059, 1.60000389946429, 5.82500374338656, 7.93700136834028, 8.92500118228303, 3.22500116576638, 8.85000043582868, 9.83799831887325, 5.08800084869208, 0.913007707160017, 7.66300046503938, 2.91300117939989, 4.82500436109529, 2.17500322811831, 3.97500284169549, 3.76300279509809, 8.42500320507465, 1.06200844840576, 23.9250009163821, 19.2629999852406, 7.48500245296773, 27.6880009925294, 27.2770001100461, 0.529016214569756, 0.0404316604960255, 8.01400102213867, 0.14811749848939, 0.637013711021555, 0.82802055909775, 0.677012867745004, 0.15311330728817, 1.61800491866408, 4.34700411588275, 0.79001094982215, 0.917019226039578, 1.81200506524472, 1.16701517033502, 2.53500327169227, 3.49000522248183, 0.511016666682294, 0.315055167028117, 1.6780051464451, 0.390044379630068, 0.436019779382752, 0.108160433503116, 0.121071532064585, 0.708024704017875, 0.380022957314715, 0.380045798815528, 0.272032224703664, 0.380045798815528, 0.380022957314715, 8.35500233542246, 0.00416666666666668, 10.1400020554637, 2.16500420976201, 10.5200012829115, 0.300028170924034, 0.888020038856084, 1.31301294775408, 1.9010055428648, 3.05000874391438, 1.0130090573974, 2.0250100992425, 3.17400633596457, 4.21200592235458, 0.124070533737393, 0.362051281669438, 1.40000772625524, 3.18700572213068, 2.81200336162475, 0.825021806422656, 0.96200700926294, 5.92500216720553, 2.22500619018421, 0.16310848795354, 4.80000104550957, 8.32500284835775, 1.12500771602292, 5.82500374338656, 9.35000321721975, 12.3250021715487, 1.025009994666, 2.72500865985551, 5.70000228584353, 19.3000001366, 6.62500131027241, 6.22500126305466, 19.8249973861013, 6.87500252525206, 0.525014245384897, 18.5000009384384, 5.5500046158208, 6.70000335414927, 1.32500349960376, 4.37500396825217, 5.52499928232335, 1.15001662237814, 1.17501043942226, 8.5500012675998, 1.87500462962391, 4.5500030526884, 3.02500439548124, 4.1750033954092, 2.25000385802138, 3.15000703733526, 2.30000301121329, 0.52503077906746, 1.42500532866872, 0.975016280254173, 1.72500732101046, 0.825021806422656, 1.27500833413145, 2.90000751245962, 2.25000385802138, 1.20001523043564, 2.82500383569998, 2.25000771603615, 0.0751164133369742, 0.625027777160521, 0.0501725504409321, 1.50001157402942, 2.20000470864162, 0.100171937431445, 1.45000674951398, 0.650028234669179, 0.0501725504409321, 1.10001425685804, 1.9000022798951, 4.70000064209656, 2.55000264119873, 2.00000868053672, 4.80000104550957, 5.07500418384638, 0.100089054746369, 5.90000065374325, 6.17500064281855, 7.77499994412231, 1.10000636551788, 6.12500283446646, 7.72499959781775, 4.50000385802304, 0.0501725504409321, 7.17500165672745, 3.95000296054742, 3.03700827999949, 0.550015019684276, 5.60000157431949, 4.68700212670713, 6.86200204175506, 1.65000297212331, 1.06201662209041, 3.23700219338488, 2.17500721916875, 3.62500239463522, 12.8370031529643, 11.775002263081, 15.913000244139, 9.60000319304264, 30.3120018010796, 2.62400385745218, 5.3900026106332, 18.5370001707363, 7.17100242483104, 0.843010232306976, 0.166104441524991, 4.54700136357126, 0.440039512517035, 1.11700787428112, 0.327053228894452, 1.28300675817943, 0.150115791416029, 0.640013429712761, 1.89500914244067, 0.96700898437727, 1.10201551374921, 1.43300614533516, 0.245070737025426, 0.462018681892058, 1.85000928899363, 0.172050392299786, 0.293058991415796, 0.417020633064101, 2.1880076600227, 2.06700411184934, 1.79500927136108, 2.36000333487642, 2.25200756422557, 1.98000392635146, 1.98000831045688, 0.185046858767028, 4.21100361162912, 4.21100155023035, 14.7310011251368, 2.23100383747196, 1.20801407796704, 11.7280009041885, 3.00300267318896, 2.12500408496339, 1.112015124126, 0.337049498860826, 0.676015343330427, 0.800024752769585, 1.78800686904494, 1.68801001033057, 1.81200506524472, 1.00001736096041, 1.01200580051164, 1.0120181926828, 1.80000405958699, 4.02500583919449, 0.800010087691754, 4.2250025832593, 6.45000210876172, 7.57500305483473, 2.42500281666957, 5.60000348166707, 6.72500167225846, 5.70000190139959, 0.850010593822096, 3.62500478926887, 2.60000181279612, 9.22500035608448, 3.10000318164733, 2.37500730993027, 9.00000096450612, 8.47500433732624, 0.225037051322514, 3.12500555555062, 3.65000008941676, 2.32500823006958, 12.1250007159221, 2.52500840155296, 3.85000072881108, 5.02500498082415, 6.17500064281855, 4.72500214843008, 5.90000299715895, 2.875006038641, 0.875009920578682, 2.875006038641, 0.150059384501974, 2.4500078490948, 3.02500439548124, 3.50000496031395, 1.20000799670935, 0.525034593524467, 3.65000390411154, 0.950019037602808, 0.775012726492762, 3.02500726508085, 0.250034719811292, 2.45000403440857, 0.200040346973553, 0.275060835775221, 3.22500116576638, 2.15000578611047, 2.22500237549363, 4.42500316047442, 1.95000521449958, 2.22500627685933, 4.42500119876792, 4.37500396825217, 0.00416666666666668, 4.77500516171115, 4.72500412597173, 2.17501103385202, 0.350027089364811, 5.45000394846305, 2.90000451917081, 2.8000054374522, 0.725010447227504, 2.9250089871682, 2.82500383569998, 1.72501235318788, 0.0253463489951656, 3.17500470512364, 2.07500494633397, 2.12500816991894, 0.350023274937832, 3.85000489084615, 3.90000184431333, 4.4500027569634, 1.77500450897842, 3.0870074244714, 3.63700342433129, 1.9870120637305, 0.813008495141814, 2.07500912972004, 0.425023475956993, 4.05000733844641, 1.56200583198124, 19.6630019434187, 23.2880014332338, 13.6880000400129, 19.2379984599473, 23.2810018367235, 13.6809994366823, 4.8560044754542, 0.00814620671637719, 18.9370002377664, 0.400021319351201, 4.14700402239267, 5.25600217035007, 2.98700532393738, 1.56000550722851, 2.84300604176037, 2.58700324863891, 1.72301012565598, 0.440019785310977, 1.40701240389334, 3.28300263646201, 0.500034721016673, 1.46700592483321, 1.92900890085494, 0.0601444448362383, 0.295058921633723, 0.167051788239211, 0.250069434802061, 1.76200501045172, 8.10200190249181, 8.51900059553274, 6.15900273871054, 8.26900062633949, 12.6430005453904, 10.2830003596991, 10.0980012920162, 4.12400170052914, 20.0870012343215, 19.9020008634111, 17.6710014631152, 9.80400173990165, 16.6250010442773, 14.3940006564734, 17.3970008339051, 3.27700307617832, 9.0370016235679, 12.0400002059923, 5.35700197136538, 2.05000347147509, 0.262063479007929, 1.42501142025086, 0.363026689505248, 1.37501262620465, 0.625013888734571, 0.663028199251469, 1.67500441947612, 0.875019841044889, 0.300028170924034, 3.05000492922424, 2.25000385802138, 0.175098415738109, 1.37500631311682, 2.875006038641, 0.450020052616771, 1.30001449902968, 0.625013888734571, 0.800020938175795, 0.0501744512011716, 3.15000703733526, 1.25000694442515, 3.35000556388636, 0.250034719811292, 0.0256865435295573, 3.40000407898138, 10.512002689149, 10.2870034073137, 1.83800688216583, 10.2620018834907, 22.0750015493997, 9.95000163535699, 16.125001076658, 11.7879989358522, 6.92500174408002, 0.750011573984769, 0.12513881181401, 16.8750005144033, 1.17501401239095, 0.300028170924034, 3.32500598432096, 0.425019661443042, 1.25001388881173, 4.27500355641701, 0.625027777160521, 0.950009900315073, 3.35000747123204, 0.300028170924034, 0.0503452671942357, 0.925008621405068, 2.65000807722972, 2.40000514277203, 5.62500308641891, 2.35000598266529, 0.200087549334249, 3.02500058078759, 4.97500196379151, 2.60000562748849, 0.575027140846457, 2.5250011490262, 2.52500458686608, 2.45000430601969, 0.150113409067788, 0.150055571275584, 0.500034721016673, 2.37500365496795, 0.375046293438853, 0.725014261861773, 1.4500127360638, 0.225040865365852, 1.57501178582323, 2.30000301121329, 2.32500823006958, 0.850008686496379, 2.47500548870583, 2.50000347221981, 2.85000456573578, 0.175048833423375, 6.35000502285003, 6.70000205854449, 8.47500242997807, 3.85000454350611, 0.0384523781402899, 1.73700641649742, 0.924022389891255, 6.73800025070096, 19.5980014122895, 20.4109987697095, 21.9729994091907, 21.3350023523648, 23.6609990781652, 25.222998963232, 5.98500351112101, 3.25000267093907, 28.2859989581919, 9.0480012950827, 9.05500222247105, 3.06300255934517, 8.80000264042519, 8.80700162269705, 3.55100500732872, 0.248034667938586, 8.81600243085109, 3.56000238113705, 0.973017892295119, 0.00991755779275156, 3.97600419862774, 1.3890061884511, 1.89400921975666, 0.416020755576098, 2.75300632722533, 0.530016349544303, 0.590029339051896, 1.36400644604442, 0.459037694431354, 0.51901654026422, 1.24301423595934, 0.0711222552720543, 2.68400648362321, 0.922009346207339, 7.34700200825332, 2.16500420976201, 1.52701131979141, 6.74200091369381, 10.866000819548, 0.605014366928613, 4.13900413348105, 8.26300058514009, 18.0670013500285, 2.60300302202042, 2.79200603505102, 7.01200227555452, 3.73500525857043, 11.0550001367168, 13.4730018150135, 10.1960009505508, 4.83900333597654, 6.46100083236181, 14.565000772358, 9.20800017215007, 4.36900146805277, 1.15000525948107, 0.52503077906746, 3.10000407447721, 2.47500198141595, 2.17500721916875, 1.95000521449958, 2.42500639627331, 2.12500408496339, 0.750023147790935, 0.0501725504409321, 4.42500316047442, 3.05000208314372, 2.42500639627331, 2.30000301121329, 2.02500819190194, 1.40000581891506, 2.6500061698858, 1.02500808733313, 0.375046293438853, 1.62500534187156, 5.02500498082415, 1.02500808733313, 0.200087549334249, 3.20000347561127, 13.4620030901752, 1.82500551940006, 2.07500912972004, 8.18700133494337, 19.9749993432631, 5.27500317148112, 3.56200514863291, 15.3499990396296, 1.52501291016018, 4.6250018768765, 20.2750023821605, 3.40000407898138, 2.97500812447575, 4.92500481430576, 6.3000019927922, 5.87500147754119, 4.92500276215853, 2.90000070447748, 7.82500298161127, 6.87500126262615, 7.80000146284392, 1.95000521449958, 5.32500402324054, 6.25000138888873, 8.60000430755144, 1.55000483741161, 3.60000329665077, 5.95000222185599, 3.35000365654067, 2.65000480155634, 4.32500477706662, 1.72500350632432, 0.725026234707464, 1.62500534187156, 1.65001204772115, 4.1000044060253, 6.47500497006954, 3.37500257201548, 7.77500375881848, 10.1500023811059, 9.92500098629087, 3.67500159911621, 8.900003476565, 8.67500023770099, 7.82500298161127, 1.25000694442515, 2.51200794885564, 1.66200778641791, 1.48701500160372, 6.16299960795828, 16.3259993696771, 16.5009980693974, 20.3510006852372, 17.9880013523257, 23.0039995111084, 26.854001368477, 20.1160029458745, 6.50300254792734, 26.8830010196429, 20.1450018423417, 1.19001512313064, 0.029297135886161, 40.8420023400579, 19.5070004144794, 16.2570010373984, 20.6970009229513, 22.3570001738181, 19.1069998515907, 16.0440007540297, 2.85000247360336, 8.29100195354193, 5.22800179462636, 5.47600297275032, 10.8160003402725, 2.7170066358489, 2.96500284184267, 2.95600596281634, 2.51100334519083, 1.07701578407136, 1.06800796761401, 0.652026577338284, 1.88800484760835, 0.620027886724055, 0.204042543492073, 1.16001505220813, 0.448019330046694, 21.3760012165356, 20.0120007561094, 19.9410010937837, 21.1720008181743, 20.8500004988812, 20.778999984788, 22.9440005239767, 0.83800970247434, 7.12700229100453, 9.29200098950974, 9.89700182856559, 13.6520003478353, 7.6130024349508, 8.21800122985429, 10.8210014651541, 1.679005070885, 12.7400016106798, 15.3430005009166, 26.3979999443193, 4.52200199401366, 16.7490006321882, 27.8039992593488, 21.3430002717465, 1.40600583441697, 37.6040005532353, 31.1430008814543, 26.7740017699527, 9.80000203018001, 49.1530011848095, 44.7840015442344, 18.0100007108671, 1.70000586913864, 3.65000628234262, 5.00000347222102, 3.05000208314372, 3.10000407447721, 6.70000205854449, 3.92500366027194, 3.97500065790889, 1.67500960187565, 0.875009920578682, 2.875006038641, 0.575015859339605, 1.60001123212479, 1.10000636551788, 0.525032686295963, 0.500017360809713, 1.52501100282578, 1.10000827285283, 0.0503471614338869, 0.975007377228281, 2.8000054374522, 0.550016926978178, 0.0752299844620145, 1.90000418723915, 7.17500356407544, 0.900009263544409, 0.425040084844088, 5.70000228584353, 10.3250024444027, 1.47500626657887, 5.20000410161311, 9.82500164645645, 4.90000125426591, 0.500017360809713, 9.95000250777445, 5.02499943865587, 2.12500816991894, 0.12506942516503, 6.65000032187543, 3.7500023148141, 1.80000888210052, 1.62500534187156, 2.92500707982344, 0.975009284559498, 2.52500649420952, 0.825009377423841, 3.40000663208193, 1.8500069809988, 0.800020938175795, 4.3750038914743, 8.62500201288221, 5.97499992693393, 4.35000246518069, 6.77499899244476, 14.9250004002841, 13.2999998897339, 9.92500098629087, 8.95000173283379, 9.92500098629087, 6.55000056233622, 2.875006038641, 3.37500257201548, 11.3000026807904, 14.9750009611395, 13.7250016463958, 17.8500008677753, 25.1630007967575, 23.9130004698172, 17.7500028854393, 10.188000577379, 33.5250001363859, 27.3620017363159, 9.37400240136552, 9.61200041481442, 29.1540027851329, 11.1660020972947, 4.66300382997339, 1.79200561462024, 21.7550016277252, 15.252000185765, 15.2230014284623, 10.5890003295824, 22.4840000244734, 22.4550003102817, 1.75800929563136, 7.23200083599443, 21.3730009572502, 0.676012482361823, 2.17400777215475, 1.08200780141405, 2.31700692834119, 0.533016278342582, 10.283001233667, 1.64100508379468, 8.21900197498495, 19.0349998564086, 21.5460000943285, 8.75200084687825, 46.8509997556786, 49.3619994491552, 51.2499998619162, 27.8160002968118, 56.4889984820035, 58.3769985732282, 58.8249986738852, 7.12700011934897, 48.7099989640533, 49.1579987384439, 27.9859987740364, 9.66700071485205, 60.2409990331589, 39.0689985589772, 38.2309994470308, 11.083000966337, 39.7170013984241, 38.8790018407027, 52.5310016599147, 0.64801602023807, 14.8970024318892, 28.549001282528, 30.2280014536264, 23.9820007129134, 13.5220018351396, 15.2010010230932, 10.6790020033793, 15.02700100491, 20.6920005128687, 16.1700001362877, 14.7640011148732, 5.49100080267146, 28.1130010104612, 26.7070010574511, 16.907000614872, 11.943001520289, 31.6030011902192, 21.8029998945958, 3.79300384472128, 4.89600168143627, 11.8140006455625, 6.19600245384952, 9.98900118944597, 4.30000316314202, 2.40000685231682, 4.82500436109529, 1.87500462962391, 2.75000631312407, 0.525016152673462, 1.17501401239095, 2.05000347147509, 0.950019037602808, 0.700013163609748, 1.40001201927238, 0.300030078088729, 0.800020938175795, 0.650012973101778, 0.625027777160521, 1.72500541366739, 2.27500915711862, 0.925010528734351, 1.7500099206068, 2.30000491855879, 3.20000618828078, 0.0253444675968998, 2.42500830361631, 3.32500337363123, 4.8000047613051, 0.12506942516503, 2.80000734479661, 4.27500355641701, 4.77500516171115, 0.525016152673462, 3.90000597744158, 4.40000349873132, 4.27500558695415, 0.375023147433743, 2.35000776916377, 2.22500428283892, 0.600029315938846, 2.05000537881979, 1.9000106632765, 0.275033089548945, 1.10001616417931, 0.325025563989133, 4.75000365496935, 3.92500335601442, 0.45003934146729, 5.02500325335183, 13.5000031933566, 9.12500095129371, 2.35000967650641, 9.57500166952477, 10.8369995878619, 4.06200241167265, 4.88800404006175, 1.71200305625627, 24.0150001125762, 32.9650004159143, 29.5900007393101, 28.0769999734763, 46.0550002053034, 42.6800000317256, 24.8300001460679, 13.0900003388948, 36.1600003275313, 18.3099999400306, 8.12200187814176, 6.52000131229993, 23.2230003203365, 13.0350005133542, 3.42300540758835, 4.91300187366554, 12.1020011942395, 2.49000373411942, 0.698024349613976, 0.933009391608839, 22.9150007194839, 21.122999602237, 10.5340013295751, 20.4250001388943, 38.099000432796, 27.5100007828422, 20.278001687759, 16.9760012971704, 9.42400186701851, 2.1920043492023, 3.27400547056389, 18.0860009224648, 0.280061730134913, 0.80201086933807, 0.839020440604514, 2.47200363361925, 23.2580001666236, 21.6170000277212, 12.8650011206021, 22.4559997609481, 49.3879998861318, 40.6359998931828, 12.820001049045, 27.7710002210235, 81.2239973298325, 53.4079972938805, 46.2809986051044, 40.5879976503934, 64.6559984984956, 57.5289994795034, 67.1959994038731, 11.2480018703748, 32.4889989474549, 42.1559984358955, 31.0729986055952, 25.0400012621949, 25.9759985931567, 14.8929983245607, 14.2449963359391, 16.1800008416749, 2.61300942121388, 1.96500457016811, 25.947001172639, 12.2799956714855, 7.28600549559572, 16.6959977580775, 31.7229982126774, 9.25100420371748, 19.9569996949992, 34.9839995004486, 29.4930006191695, 3.26100424884224, 35.7890000425914, 30.2980006221992, 18.3550004880882, 0.805011088398298, 33.9119992607253, 21.9689983504498, 17.0729990637503, 3.61400081501081, 20.1120003749403, 15.2160001737602, 25.2050006125024, 1.85700311810643, 2.90900636479003, 7.08000114977313, 18.1250004789272, 1.02500808733313, 0.500034721016673, 2.10000864864772, 1.57500627439098, 0.875019841044889, 1.0750088378388, 2.10000864864772, 1.40000581891506, 0.750023147790935, 0.525016152673462, 3.40000472473616, 2.75000315656384, 1.82500836850959, 2.00000434027307, 2.35000776916377, 1.42500532866872, 1.40001201927238, 0.400021319351201, 2.05000770588089, 2.02500390522065, 1.90000875593704, 0.625013888734571, 1.70000906798532, 1.57500436704903, 2.10000674130659, 0.325027471181034, 1.92500825580201, 2.45000239867381, 2.82500500111268, 0.350025182151321, 2.27500724977638, 2.65000289421006, 4.70000445679083, 0.175048833423375, 0.200087549334249, 1.850005073655, 2.17500721916875, 2.85000342727666, 6.07500171338675, 5.75000150966164, 0.725022420136189, 7.92500033239882, 13.2740033830985, 8.24900160163237, 1.32601330640027, 7.52400322891042, 0.325054177228118, 9.25000093843839, 10.961999569594, 7.92400088185338, 9.82500252997337, 11.5369995011895, 16.5400019651712, 0.575015859339605, 36.926000111578, 8.84900095807634, 4.24100379227343, 25.3890012345414, 9.27200218522847, 3.81800163653236, 2.70200704325353, 0.423020856587244, 6.71200200292898, 0.192044641462747, 5.10500294304081, 2.89400305290503, 10.7770017401637, 5.86400150272418, 6.7970026643803, 10.9690003560193, 26.3320013917379, 27.2650011385371, 6.84000364443546, 20.4680011341143, 43.2040023053743, 22.7790025707133, 5.80300439555466, 15.939001627985, 20.2600020394717, 3.28400304001445, 21.3700016516391, 2.51900445310872, 11.7250018621614, 6.36100142568765, 8.83300214858818, 15.0090013565549, 25.132002567628, 27.6040023133686, 5.1480059969081, 18.7710022782409, 72.1400015376557, 49.6840020973227, 21.9130028064346, 44.5359994930067, 68.2280008953264, 40.4570009469844, 0.13112916802792, 18.5439991863676, 43.5930027175905, 3.00500777151043, 8.24299832198516, 3.13600435494574, 1.46200986071298, 12.7099997674432, 12.3300032390926, 4.46700481191361, 28.1459967105735, 3.10599797299572, 13.0740064548637, 15.4359975716353, 22.8639991724068, 6.68399940661709, 5.59599995910476, 19.758003674207, 18.5429963891433, 6.26300187428699, 2.98800858736671, 11.8589980769512, 8.60300265889864, 17.8540043924466, 14.5930035090233, 14.8660017130704, 31.7180028666942, 28.457001037463, 27.6520010550889, 13.863999039208, 20.4219979204307, 19.6169972076385, 16.0029994369169, 8.03500474245175, 16.9690027931269, 13.3550040069189, 15.2120029418143, 2.64799827327678, 3.35300581864856, 5.21000075060619, 23.3349998284672, 10.0020035839462, 17.4949999242318, 0.630014846600814, 22.7049983986766, 2.55000264119873, 3.62500478926887, 6.97500096316938, 8.05000031539046, 8.57500088021022, 4.42500119876792, 2.8000054374522, 3.32500146628409, 5.32500211589308, 5.25000165343889, 1.27501323501937, 0.725012354544638, 0.325054177228118, 4.60000036119863, 1.05001767865251, 1.45000674951398, 0.825021806422656, 1.7750064163218, 0.800020938175795, 0.175048833423375, 0.500034721016673, 0.650014880411224, 2.00000868053672, 1.67500441947612, 2.02500819190194, 2.17500322811831, 1.05001767865251, 0.700013163609748, 0.875019841044889, 2.72500356699239, 11.3500019110829, 11.1750019211926, 8.32500284835775, 12.0500018647871, 1.62501068372556, 4.47500232125809, 12.4000010186198, 12.8000018225775, 3.27500491962923, 11.1999996306405, 18.7240018579977, 1.20000799670935, 4.30000327452707, 11.8240020464029, 3.90000597744158, 6.90000087658176, 25.9450022713234, 18.021002297487, 17.4460020479905, 14.1210009046437, 20.1880024926622, 19.6130013123429, 5.77600302861992, 2.16700382268515, 24.6010014915351, 0.788011122666478, 1.21101477859242, 4.98800165636419, 1.29901315129201, 1.72200516303561, 1.17201474447744, 0.511016666682294, 28.2110001042328, 31.104999821309, 20.1360008397813, 29.9329999009004, 60.148001005803, 49.1790013290248, 28.7110010471899, 29.0430014738131, 50.278999971932, 29.8109992078123, 13.8719990847739, 1.10000636551788, 26.4709994198921, 10.5319985048719, 13.0510000179956, 3.34000275155549, 9.76600061804159, 12.28500055401, 27.2940012616883, 0.76601017258332, 27.1079985347295, 42.1169988785911, 23.3459976003335, 14.822998632489, 64.9480002215315, 46.1769983264121, 1.64100941989779, 22.8310016619474, 68.9849970473193, 24.4489978526061, 5.90500171936637, 22.8079990378192, 33.2719960662271, 14.7279974155633, 11.5919967369387, 8.82299903073049, 6.99199924813387, 3.85599742940623, 8.3230001327951, 7.73600118313377, 8.1790029771364, 3.71200032435211, 11.7240005042556, 12.034996753991, 23.9000022522852, 8.46400554218644, 11.2940002554595, 20.1880039700249, 19.1250009077705, 0.633016948002571, 12.4920019696122, 10.6609962976334, 12.2949995809919, 24.1539958732998, 9.28799625396458, 11.6619956784277, 38.676998587302, 23.8109973738381, 9.94700034155303, 14.5230032222225, 26.2449957786893, 12.3809974052208, 20.4160012165788, 2.43400167428483, 2.85900723210086, 5.17600417951829, 7.82399971651491, 15.2399984333599, 8.60700046069567, 5.95900490519877, 4.04300356169265, 13.7830015758465, 25.6000029669867, 15.5980001292711, 7.10700088642214, 19.640999282293, 28.0329996580061, 5.32800265157171, 12.4350001640168, 0.650012973101778, 5.07500227649903, 3.57500561918997, 8.00000108506937, 2.75000631312407, 2.92500411211781, 9.05000115541533, 3.80000152141704, 0.800020938175795, 1.05000750422978, 6.07500171338675, 1.47500626657887, 0.3000590089783, 2.27500343415653, 4.97500196379151, 6.75000128600811, 6.10000132020493, 6.45000020141349, 1.02501846338313, 0.375023147433743, 1.80000888210052, 5.72499999037554, 2.70000719297113, 4.87500178062646, 2.15000769345194, 3.07500358588235, 4.92500276215853, 2.20000280129641, 14.2500012183235, 0.0501725504409321, 6.11300180243343, 18.1630005847367, 5.36300219960339, 3.91300232519968, 19.0380010187303, 6.23800035396311, 7.43800205945164, 0.875009920578682, 2.01200775901711, 3.21200259572652, 10.1120012286007, 4.22600188623609, 4.12500420875206, 11.0250004058823, 3.09600627897445, 0.913009614488787, 2.97500621713086, 11.1460006872518, 13.3130010294138, 8.05000031539046, 8.92100147307216, 11.0880001267505, 16.0760003398885, 2.22500428283892, 6.71600218830853, 11.7040002610224, 11.1930013908513, 4.37200172608872, 6.57800270793294, 6.06700181988105, 36.0000004822531, 5.12600114412001, 43.6239999936136, 13.6910006187749, 15.3520023210551, 49.6910001594319, 48.4640029674799, 19.4210018812936, 18.3210039078121, 34.7730028741466, 9.41800111097489, 8.31800183704373, 11.6580024352462, 10.003003034543, 10.6150033139927, 13.9550024530937, 14.7210018507298, 2.29700466408903, 30.2170034432001, 30.9830019891559, 16.1600047364353, 16.2620015713915, 60.3959963812047, 45.5729982373509, 22.741997528531, 29.4129946798922, 65.6990053912054, 42.8680040477098, 20.0600060534472, 20.1260075113885, 46.7770007983924, 23.9690021321771, 15.1460048693948, 3.90899880269144, 15.9870005976705, 7.16400267653457, 14.900002691054, 7.98200334581676, 0.653026464087336, 7.0830014086532, 19.1179971239234, 7.81700245324465, 1.54701592206993, 13.5820013715439, 33.7700047865595, 5.53599705141892, 0.220080120258708, 19.9680027540592, 30.6289983695538, 13.8020025820595, 11.9200072548081, 22.5810016661568, 10.9190079376462, 8.04799759959434, 25.0059973983795, 13.3440024205407, 1.17901557967464, 2.42499900197793, 24.9620063107358, 10.4390038222729, 8.00500705159428, 11.6180045923789, 9.76300226653677, 7.32900356478261, 22.5690010133865, 0.676015343330427, 17.4339991037294, 2.19400420063414, 11.5890021999722, 24.7630008388266, 30.2220006965231, 16.4389997040719, 3.20200508626112, 28.0280001876398, 32.1759992273113, 12.5350005399175, 0.100173841477269, 15.7370000633204, 13.6060002689093, 1.17100693989947, 1.0710072505775, 6.92500239791869, 4.00000434027542, 8.17500326809192, 5.25000165343889, 4.20000489653455, 1.25000694442515, 4.40000356423592, 3.35000297267904, 1.07501691267748, 0.850010593822096, 0.625027777160521, 2.90000261182414, 3.55000412751206, 3.97500256525648, 2.6630066261841, 3.78700104097782, 1.93800868358403, 0.237036135781102, 10.2130010437752, 4.48800280392032, 1.41301239346001, 6.42600194594149, 9.21300218196067, 6.1380009488388, 6.08800314923926, 4.72500126494989, 3.51200407361554, 3.46200240056938, 0.451038706665244, 2.62600370997434, 5.73700444523127, 1.82400607132274, 0.949019606164997, 2.27500534150196, 6.57500340341179, 5.70000228584353, 9.92600234414663, 4.75100127778418, 6.19700330507397, 10.4230011685203, 9.51000205444535, 0.497017206209363, 9.69800269807199, 8.78500178919733, 16.835001069398, 0.725011400886071, 5.63900301772111, 2.41100289849039, 0.186092233068065, 14.4240013418646, 1.97100947963959, 4.19600312162461, 8.56800281973008, 4.38200195043944, 7.71300159476148, 3.34100220146161, 1.78500957349911, 11.9090011256356, 5.9780025913614, 0.852010424892973, 48.8390001037064, 2.63700337575112, 32.7479997214268, 16.9430013057958, 51.7160037536697, 31.8959992269248, 8.36800210521988, 26.4050029227408, 16.4020014857213, 25.3110011669304, 22.3160026700567, 12.3130004303329, 14.6100017986548, 4.08900282480765, 0.900017001147431, 1.39700938751211, 17.6590051945566, 13.2129980934944, 24.867996913951, 8.60599618688637, 20.807000040931, 26.2649997201474, 40.0420002504671, 10.6290062488145, 9.49700347601139, 31.4360049148061, 31.0460058082294, 10.9199989638681, 7.01100406318052, 20.4170002420577, 0.491040300897047, 4.40000349873132, 3.58200557918229, 11.411003873511, 28.3330007958578, 20.3509983513467, 12.5339979671529, 23.9329990199289, 16.2679988088933, 8.45099742608928, 2.91500687130365, 4.08300230912871, 3.02200891872434, 8.55799967154725, 22.3600013867876, 11.4730003293612, 14.6589977663627, 28.4609988401545, 36.508995531682, 6.10099934761365, 19.9950036148545, 28.0429995771226, 25.6180045229066, 8.46599681391787, 11.919000174853, 9.49400421021823, 2.12400872307969, 16.1240010876788, 8.244005401806, 3.37400312209377, 2.69800448167966, 1.25000694442515, 12.8510069051527, 12.1750037647396, 12.5879988157031, 9.47700592084256, 38.7290005398243, 13.9660002248206, 14.0620015092699, 26.553997366697, 37.5700001569246, 9.54200072661527, 6.19500249726297, 23.6040004593105, 17.2330008090698, 1.49600609241501, 0.425041992009419, 7.69100111340523, 3.26200445247514, 2.19100394665256, 1.76600375570529, 2.86300199438072, 1.61300972561645, 11.875000508314, 10.6249998633192, 11.4750009407462, 9.01200104714516, 5.28800338992525, 6.1380019025129, 10.1130025864629, 5.33700056600019, 9.55000105497791, 13.5250002603458, 13.288001413337, 3.41200129290459, 17.1950007044846, 16.958000694991, 10.532001236428, 3.67000244156713, 16.0110017175636, 9.58500094378653, 4.86000418259489, 0.94700871619906, 0.0991742348788278, 4.62600228082852, 2.00000868053672, 9.48600192980058, 13.913000400971, 11.2869995178549, 13.5620015547872, 9.28699968347902, 1.37901229966641, 3.65400361159131, 8.40500275221452, 9.90799991481216, 2.89600494962772, 1.85500517544826, 2.3520076179237, 6.55000151601035, 0.897019667228543, 1.39400628047594, 0.669026575921513, 0.958009244183595, 1.73100997609242, 1.00600914754023, 13.4180015151196, 0.337025650537397, 6.57600380736801, 7.84800067883895, 12.2300009617875, 5.57000220694617, 2.32500632272707, 2.05700533389255, 9.85200104502843, 10.1729992816384, 2.71700735110296, 14.6260019515338, 17.2630024476388, 4.77400389349236, 4.37800422493213, 7.01500158075032, 38.9109997442706, 10.2480019456814, 11.0060011425469, 42.901998722232, 68.2129995983853, 3.9910013968343, 11.2650004539663, 36.5759999741152, 40.6650008656202, 31.636999881466, 1.42001039504303, 5.50900044655411, 18.7219972346839, 35.1560018147559, 9.76200281603524, 3.45099891430145, 29.7159963728088, 15.2710004768813, 7.41400380650883, 18.8509983852872, 50.2870029087171, 10.8649986627163, 0.93301726490392, 32.3690035640734, 52.7860034416891, 17.9179997520382, 25.8769995722762, 46.293998905771, 34.8829961031643, 6.49200573164597, 62.9000018018902, 51.4889985816764, 27.5560003858895, 16.6060033303532, 57.4010012790156, 33.4680025787047, 37.5510029647756, 5.91200403176999, 8.73100479606107, 12.8140036681499, 24.2870032783079, 24.7369998626326, 18.4000024694175, 6.92700320627244, 0.826025046244729, 31.2140047946997, 24.3709952802389, 18.2699971181927, 26.7359930809941, 17.4439931123704, 0.46404193091667, 8.93000127724239, 25.0540015474398, 17.8059926139724, 27.9480062974627, 11.8240058610999, 10.5740067688201, 36.878006216831, 34.7980008346045, 33.5480005944437, 24.0709960520566, 22.9739955865829, 45.2310031914493, 35.75399804552, 9.2000026500164, 11.6830032149311, 47.7929958161372, 21.2389988217943, 2.36500901930056, 12.0389983711829, 28.8960005092609, 5.29200145721095, 2.39900740464689, 7.65700262903682, 6.10900209420986, 1.58200621948666, 3.34800475826761, 0.817010060278061, 0.235074475619598, 2.00100378878881, 1.34700656641627, 2.86200254475594, 6.15000339514858, 9.72600161717387, 0.714011905771596, 6.05100155687499, 6.8640015850841, 0.913019122067044, 4.42400079485361, 1.01201723902465, 1.62700519034703, 7.34900138581478, 3.93700247952295, 0.267065213288394, 2.92500315844447, 3.92800486996609, 0.258034017162199, 1.20501433118192, 0.00991755779275156, 0.557031328296985, 0.39002164688292, 9.87600216226687, 0.815011184969453, 2.00700861974349, 7.47900220588405, 16.7660008295014, 2.39700298055402, 2.58100800823184, 11.8680007619429, 1.96000984950654, 4.89800153575386, 18.39800070713, 8.49000174723704, 1.94000948306086, 6.53000106230581, 10.9000012112927, 17.4500003067182, 18.4080009354992, 19.3900007910048, 17.5830002168117, 18.5409998807183, 18.2040004730457, 0.133064671778829, 18.5410003488999, 18.203999996197, 12.6340002450076, 0.00416666666666668, 25.1420018425608, 19.5720009470591, 9.39900392231794, 6.9380028838511, 6.3840015903218, 3.78900184848323, 8.56300366014643, 13.1880022909066, 4.54900360284313, 0.225040865365852, 10.0230005419417, 8.33800038495575, 11.0990005876425, 21.3470005287108, 17.356001900563, 11.3240020788184, 10.9600006685157, 6.96900110826639, 38.6059999194569, 10.387001873311, 5.65600320683157, 25.9809998038688, 61.1370013215683, 12.6250006875687, 30.1720009835773, 4.98400290135176, 20.2550019252424, 56.1530000325173, 27.3869978568184, 12.1159980309072, 1.25101332839937, 32.3709986507268, 6.56500508589995, 17.4300008031996, 35.3480000639022, 18.6810002205323, 24.2510001665762, 42.1689989241133, 48.6610034695696, 6.82100041812998, 44.178997432767, 50.6710016056383, 34.0649991363556, 2.01000264021653, 43.6490024729389, 27.042999588569, 21.1309975256961, 7.02200059532505, 0.0473650381629772, 5.95900109050244, 18.7780008024749, 27.0899966583246, 32.8110051677965, 8.07400620207691, 23.1400001399125, 26.8520053281568, 32.4810033421176, 1.26700514227355, 16.176995396928, 24.4069980363225, 7.09600311799135, 10.3479927822231, 7.45800251095583, 5.8290038695718, 37.5119938710181, 19.7060017222414, 17.1720057107195, 27.1640017844047, 58.515999137022, 21.6379932600587, 1.33601534461111, 38.8099977822618, 41.2239956298811, 18.2500004756469, 6.56700017176646, 19.5860027930555, 28.621002803852, 16.9380002378318, 4.89900561899966, 10.3710030342682, 22.7119987502425, 10.6730011490125, 3.01600459666533, 5.77399976388513, 7.13400511911873, 0.52301540720943, 1.34001120124666, 3.53900010297449, 0.99201808078945, 1.80900481379056, 3.15600563830984, 0.469020278231725, 3.73900496368112, 5.08600214925937, 1.93000480286701, 9.67500204162408, 2.81100700009946, 11.6590023626392, 4.79500236346539, 6.42200311155261, 1.98400410443228, 22.3280008462134, 23.9550002860753, 21.0300005585114, 17.5330000106316, 43.4730009257821, 40.5480005497743, 40.5570005882842, 19.5180010474683, 1.76501017961701, 1.77400506105004, 2.58900740761458, 38.7830002161943, 1.23201444267851, 2.04700512562667, 4.44400415077936, 0.542015832448478, 0.655026237958873, 1.74200460925094, 6.64000200427333, 2.70200383061915, 36.7900004337506, 41.6879999335685, 35.1580004861732, 35.0480005833696, 21.9340003299376, 15.4040003689765, 34.7940006477417, 19.754000626353, 9.21100137365418, 10.1790017072827, 10.3120019582413, 24.6149996469341, 9.07600212648211, 9.20900057640557, 9.20900151902199, 1.10300851078713, 5.41600547908001, 5.41600387632003, 1.52201076586763, 14.6250025008908, 11.7250018621614, 18.6630024792812, 5.47500355244779, 17.1410031614498, 18.1260023158337, 4.93800148325077, 13.2760003769204, 0.537016820772812, 3.87200422435633, 12.2099997954109, 23.5340011344319, 1.0660081278205, 8.35700052103707, 19.6810001969221, 9.29400058625309, 3.85300289380233, 27.7960001515678, 17.4089989880045, 4.78400211837445, 8.11500084081074, 21.3950003155458, 8.77000049389044, 47.3830007402399, 3.98600319246938, 42.7459987887142, 13.4070021428257, 45.7780002571754, 33.9759991339698, 0.440038082133824, 31.9310000277129, 13.2500013102725, 13.847000748961, 47.6399997540714, 28.9589999335424, 22.1380012725034, 15.7090001863739, 23.8970000856284, 17.0760007219713, 15.0660030444268, 5.06200198950483, 7.52500383300248, 9.53500075780071, 2.51300739679055, 24.6010020923557, 40.7570003954488, 33.7350008676676, 6.64500688511655, 31.2220004000972, 63.2429964903347, 36.1530001180358, 9.30099673963315, 29.5079958996451, 38.527000877868, 11.6749961658801, 12.7320036218813, 2.37400420582309, 4.14799918053746, 20.2590031140258, 26.0880057314005, 7.52700158050163, 30.001000029368, 35.8300020733253, 8.66600236956985, 9.74199765618148, 51.1780017430385, 24.0140003004438, 14.7959987929942, 15.3480001383361, 43.8030018001538, 4.99300558375828, 14.5929996943263, 19.7890019034993, 16.7740031101964, 2.81200336162475, 13.1830037888553, 11.7809989668073, 1.43701235610205, 11.8080032070656, 17.5820017198585, 1.37500631311682, 5.08200414861683, 10.855999792529, 7.31700371548153, 6.72600303009852, 5.43000350243269, 1.891007245475, 1.42201309388865, 5.4260002875518, 0.238071897389873, 0.707013010316061, 2.63700762124673, 2.12900569471706, 2.40600735307477, 4.33600244447736, 1.6990045141159, 24.2649997473882, 22.281000439681, 28.7600008325366, 26.776000823917, 9.2430028624898, 4.4950027703907, 42.4729995046732, 24.9399999284409, 5.42200217963628, 15.6969991491987, 58.3080037233465, 38.7900030466593, 77.5730030390501, 33.3680041053609, 43.9020027300462, 82.6850024319488, 83.2270023524594, 5.11200120979288, 63.1069996723838, 63.648999350554, 66.3510000938089, 19.5780033730706, 45.5500005718789, 48.2520009886162, 13.2040017878596, 18.0989995030527, 7.86400228968493, 27.1840005730033, 7.43000240338011, 40.3880009416289, 51.6390002751664, 31.8850000242904, 7.27000284581143, 24.4550000402478, 36.0650005386044, 11.4500015210665, 10.3470017999585, 4.18000238186305, 13.1900018502903, 12.0870006113613, 2.53800885461482, 1.7400047599367, 4.2150042714733, 10.4100025886276, 6.73100347954436, 7.8720008433134, 19.4540032727895, 2.3130034782815, 2.85000647308033, 9.04400158542398, 4.81200292886149, 5.34900159994866, 6.41500266818312, 2.4990030692519, 61.3080008477538, 62.3740006884859, 66.2270014523311, 55.9590007425869, 75.7140009312028, 79.5670014518709, 71.4520018146311, 13.3400008033042, 46.7840007678193, 38.6690008500939, 34.6830001114663, 32.7830012108332, 18.4250016098304, 14.4390002540507, 19.5370001142437, 20.2440003868348, 21.4540003285731, 12.5220000523552, 26.3690001395921, 7.01500110391324, 2.93100758647096, 10.9159992540763, 4.793004797105, 15.453001584078, 6.07500362073449, 21.7840007952116, 16.72200116029, 16.9909997326932, 44.8779987389021, 39.8159982954094, 15.2149974789432, 23.0939983312016, 66.1290018799656, 41.5280000869587, 10.3060014404227, 26.3130038699351, 65.2729952610941, 34.050995127975, 4.54300308908519, 23.7449954827616, 37.0079960745866, 7.50000115740732, 5.12600283755586, 2.95700366801508, 8.10599731998421, 10.4799965558367, 2.95300117944009, 15.6059957344548, 22.4059990048226, 14.8789983861443, 5.13700441721648, 11.9260032303094, 24.1869971777479, 14.4450002957626, 0.903019103764285, 9.30799958981749, 21.5700004996972, 6.22200151720924, 13.5670026224306, 7.12500121832348, 14.9209987831644, 4.86800562840036, 16.6490031179672, 8.69899849543853, 1.9680073263284, 9.81300060993931, 11.1880012771035, 6.83600361968262, 14.4810001918089, 15.8559995403818, 22.5820015012249, 4.66800112716578, 8.60899936159452, 15.3349996505343, 20.7609986084536, 7.2470028457625, 7.07900101815463, 1.6530051293165, 0.476038210893944, 22.4139980374293, 11.6600032437065, 9.53100104809975, 7.83200294911072, 10.0070027442792, 13.3320001272868, 11.633000166367, 3.80100097149998, 63.1870023193856, 58.6920016385737, 59.7889998478681, 55.2939988752508, 39.5970005605154, 3.39800517911607, 49.7819980294068, 34.0849993391464, 0.717019452553827, 5.51200261244393, 33.4980016169059, 0.1300640111919, 4.98200574306537, 0.587012773703558, 6.43500407120924, 11.5470016367682, 8.03100420643895, 6.56499994895674, 52.7380031062951, 33.16000010919, 15.0610019766942, 41.191002102829, 70.7120001387071, 52.6130010347398, 12.2250015631828, 37.5520002769373, 51.59400115284, 11.20600086428, 13.2490009060135, 1.01900857206996, 5.86000238090516, 18.5950007338508, 22.7750013344926, 5.34600229513403, 15.3830005487567, 19.5630001690649, 21.3030003114208, 3.21200354940003, 21.2520006719581, 22.9920000037065, 15.1200010337807, 1.689005269156, 23.1290004607039, 15.257000538438, 6.21300213819189, 0.137063430958492, 20.8990009985616, 11.8550002744637, 9.35600180220663, 5.642001736924, 67.7159998596527, 65.2170001407321, 9.25800129542098, 55.8610002164308, 78.0029995282949, 22.0439991120449, 8.70400056028688, 12.7859999770067, 5.92600543209032, 19.2660031055927, 13.5169995754066, 27.9700015310555, 42.541000774314, 9.7580003097495, 10.4860021935188, 23.2749980841379, 11.2880016448262, 8.95600082047147, 1.9410089291365, 1.53000636019816, 30.1149989171005, 23.0999988499027, 7.64699972209926, 21.1589988996335, 51.7319987792007, 36.2789976605368, 19.287999099562, 28.6320002726591, 69.863996754236, 52.872997448113, 29.7789999116117, 33.5849993429379, 73.7339975804267, 50.6399995610654, 24.3269965632656, 20.8610004771492, 49.4440005952674, 23.1309970793796, 0.614026687933246, 1.19600640348057, 13.2100003987127, 10.5349968566881, 13.4919980519077, 9.92099849459688, 20.8639992451945, 23.8209995099155, 8.21500608062667, 10.3290032207771, 20.3050011601923, 4.69900697427051, 7.22699977774572, 3.51600130920443, 2.03501219333467, 9.89099971795373, 19.1989984018303, 2.66400472330677, 0.453041252567225, 8.85499670783937, 15.9799968139668, 10.3440026092069, 1.31301676241293, 5.81199795351905, 14.5109951539304, 10.1680001212913, 10.3430039978727, 19.0420002727582, 25.878002837631, 4.53100777518663, 28.6239935264449, 35.4599955145739, 30.7919965660162, 9.5819940089511, 26.9490019564768, 22.2810024342722, 29.5280042805811, 8.51099497744213, 7.75000224014305, 0.503015609376998, 21.9110000904425, 30.0310023337309, 31.5779996647753, 9.16400241208881, 0.84302100616354, 31.0750010422815, 19.2850017013255, 9.27799985986177, 5.47700340633145, 10.1210001939204, 4.2660029099775, 0.465018820068471, 5.01200181587743, 57.9570008821977, 61.3550036398952, 54.2709964136467, 57.6689988687855, 63.1810000306431, 3.68600699367509, 17.4359980049824, 22.9479984251457, 23.534996770387, 40.2330019247415, 14.0539982751097, 13.4669996985349, 6.90200294261945, 37.0019953212669, 46.3390010765587, 39.7740022934423, 1.41701206886228, 32.8720019120206, 74.2880022478602, 33.0970003843465, 4.45500382069905, 34.5140001904731, 43.3990005678815, 5.84700160668709, 6.86600270403819, 10.3020008883851, 4.21000320825089, 5.2290007979579, 10.5750014509777, 1.63700634030749, 0.888020038856084, 4.45800213029105, 1.24601326964821, 6.11700104524665, 0.318055383324231, 2.89400305290503, 1.20501433118192, 4.14000148640077, 58.1350005275162, 56.4460002529673, 56.3090003235774, 55.2410003326158, 93.4299976299723, 93.2929974532757, 87.6509973599361, 36.9839975796818, 75.4210035718641, 69.7790032677112, 13.9180043296605, 17.8719945042618, 59.5859988265185, 3.7250008044718, 9.06100274000018, 10.1930054597732, 16.198002933378, 28.9840014591627, 1.01401706023268, 19.9230007713986, 40.2390007518844, 12.2689998072509, 11.0060001888727, 11.2549999320288, 4.82600381103371, 28.1009982337103, 29.6309991973606, 17.0949998211378, 38.9889988583682, 40.5189993139657, 19.3600015071031, 10.8880012855401, 53.2000029966247, 32.0410044518284, 3.40900930414408, 12.6810042550888, 52.5470012154018, 23.9150012785027, 9.66999996430341, 20.5059971274195, 43.9780048503345, 10.3930062063243, 10.4679963484357, 20.0630039727039, 21.012001863845, 0.151058452375032, 1.3470130107314, 10.6189964839593, 0.746017839944463, 0.450023867150524, 10.3710038712706, 0.897005221748921, 20.9609993634141, 11.0400017018095, 0.711022952665071, 21.4110035182179, 21.2860039284046, 10.9570015246601, 14.4730007723055, 10.2460030444795, 11.7150054492403, 8.19900618568584, 5.53500679871185, 22.6720050825825, 21.6560066610515, 18.9920048515949, 29.3360067563529, 13.4570013774806, 9.8440035336427, 20.1880039700249, 30.3560033795341, 9.1480035734134, 4.41800319720833, 5.75000150966164, 1.21900838270305, 24.6060031603992, 10.5509965184945, 15.0820013079792, 24.6639945393543, 16.3009954055638, 10.0110033211171, 19.5929951329852, 11.0820022990262, 5.07100085731131, 33.0699964051077, 24.5590022760646, 5.472003294787, 13.4770018342869, 57.071003264407, 27.0400012365538, 4.03500415003974, 32.5120013045931, 43.4570011319228, 12.3820006705449, 2.26100831173456, 16.4170003456486, 15.9490009702835, 5.82800203495841, 10.8400022310034, 3.56700234583438, 8.41800228363169, 3.40600268593508, 14.2460013760869, 25.3439944831344, 29.0299993773372, 5.02400553082787, 8.71000771048583, 48.9430087775725, 20.3199924926225, 96.3399965180973, 56.1069947836206, 19.1050004509571, 105.05000313439, 102.964996506502, 65.963001382818, 33.091000127919, 46.8580018942367, 65.9630015144154, 33.0909998655952, 1.42301253599736, 0.00416666666666668, 44.292000208864, 9.77800076569357, 0.524033298680123, 11.2010009886034, 23.665001649147, 13.3630015193472, 15.0000030647558, 13.8870016626826, 10.5740010467751, 12.2110011533848, 18.3280010159098, 2.78900457726618, 2.11200963926893, 8.22900210010053, 12.369001838474, 10.0989998829836, 31.2149997550921, 27.0750001298766, 28.1660009825963, 39.4440004642135, 77.8820030534209, 22.6410030384291, 14.3429959003658, 50.8070031920938, 18.6530046233677, 18.330994125889, 0.45903745603242, 3.98800113907121, 33.6979985620721, 15.8260045768198, 5.6330025022019, 15.367004959414, 2.5780096640043, 7.61500281839496, 27.5380026446021, 13.2480017538679, 24.806004270432, 44.7290041003199, 55.984003377125, 17.1910023970375, 55.5740054393494, 66.8290044176118, 49.7340053234445, 10.8450020211231, 73.9990026912778, 56.9040032958579, 46.0160030323135, 7.16999937962272, 53.6720012084766, 42.7840005996211, 30.1029974028956, 3.23200494411325, 39.4090008372652, 26.7279971509458, 6.22200291234786, 3.37500257201548, 32.1219945590289, 11.6159980617463, 8.44700828088323, 5.39399880168181, 14.7160045977123, 5.34700174551412, 15.9659968759546, 3.10000890368806, 3.7970092720218, 14.4160009683582, 13.5190061059777, 1.55000102272813, 19.6899956937342, 18.7929997294818, 2.61801047663716, 5.27399609171723, 34.0870061245519, 12.6760031872437, 2.43000744965455, 15.2940069152352, 17.4690027638434, 7.22300077454753, 29.8950048531971, 4.79300107866831, 4.72700867763212, 17.9450001785554, 31.4020009801125, 11.9500053040427, 0.203080806979032, 13.2540060870672, 4.10600703584181, 18.1479954734375, 24.6760032060039, 15.5280004369557, 9.07800484212457, 11.4219978302983, 57.3359988379523, 32.7299959927562, 16.4290019112278, 41.8079988648556, 58.7649977777327, 42.4640028136744, 47.5350021199887, 26.0350020881794, 48.7030032861565, 53.7740022366219, 40.2970013158386, 6.23900171177199, 62.7660019779555, 49.2890006872849, 16.777000508388, 8.99200059152393, 52.3400004842866, 19.827999552783, 3.41100438783529, 3.05100248656842, 2.36000796674121, 18.7770008895433, 22.3440011165001, 22.1880001165693, 41.5420002348116, 45.1089999215916, 30.8629995249242, 22.7649997709599, 54.621001084601, 40.3750002149983, 9.51200195018746, 30.085998823681, 9.76600824743474, 69.9389956095603, 49.6190034708426, 55.4310000690616, 39.8529970439862, 126.709004539176, 21.6590017511856, 25.1990010475418, 77.0900012188651, 54.1050017704631, 7.24700093841418, 7.24700213622758, 32.4460003667207, 8.24500294488617, 8.24500189205985, 2.95600524756202, 0.998009796536793, 25.4630019330379, 14.2620016462468, 0.375046293438853, 17.2180009161431, 3.92800391629285, 9.95900241276676, 7.17000249764792, 10.3340023811371, 14.1320031053272, 11.3430011772659, 1.24401534433304, 4.17300241586415, 60.3249991433838, 50.2260000049832, 10.7820011982066, 48.9819986208228, 99.7350045991212, 60.2910043248858, 9.48400299023601, 49.5090047682284, 72.057003262176, 21.2500004084967, 25.237999650298, 11.7659995780981, 18.082001692554, 22.0700000881435, 37.4370045530975, 3.16800200765193, 36.6979985199556, 52.0650026081316, 38.8170017900288, 14.6279989454714, 72.3489992634009, 59.1009980716813, 41.9099964469623, 20.2839970099822, 72.3800051226731, 55.1890031480104, 44.3440021615293, 13.279007611713, 55.8409960994768, 44.9959947607895, 37.8259968578988, 0.652006111598212, 39.5169911009539, 32.3469927610332, 35.5789952389361, 5.47900549058074, 30.327995872738, 33.5599978172516, 36.9349980286388, 2.01900149181738, 19.8639992870847, 23.2389987866199, 17.8450021935868, 13.6959997793101, 13.6380017612765, 8.24400434885229, 5.14400056740515, 9.6009988289352, 1.50301753232709, 1.5970055575995, 3.14700106115443, 6.74099860217871, 5.42400680186597, 6.97400026814011, 1.70001478999685, 3.82700574724145, 15.4349986833824, 10.161003967094, 5.13300661711429, 8.46099956110549, 24.3010032168609, 9.0069971185421, 4.21400100707306, 14.1400000035491, 13.9489987421721, 9.15599917805351, 21.1060036301846, 4.942003099259, 11.7139983692896, 23.6640018316691, 41.8119968751794, 2.55800205071927, 30.5080038039307, 48.6559984083872, 37.2340016259383, 6.84400303836443, 69.010998023787, 57.5890008526372, 15.781003144805, 20.3549999686945, 79.8040010720391, 37.9960024257253, 11.9610018939813, 22.2150005433399, 42.6250023146474, 16.5900006758281, 10.3510015093932, 4.62900158533778, 4.5500030526884, 10.7890003620697, 19.7810000613208, 21.1399998002708, 33.1959996684959, 42.1879989774264, 45.2389987968502, 22.4069999754164, 54.6020005544686, 57.6530000284952, 35.4650006421159, 12.414002164099, 88.0120012348561, 65.8240014441311, 43.059002325801, 30.3590014455982, 94.2230035717067, 71.4580041192805, 61.9460032404671, 28.3990023808594, 84.1760065233864, 74.6640053958026, 12.7180030018767, 125.637998173187, 85.7850014803029, 149.186998483681, 109.334001620533, 32.2440009733047, 23.5490006318308, 106.499001666007, 29.4090006918951, 3.03700541898192, 2.83500310006964, 44.424001130856, 11.9780013655773, 10.9800011233939, 15.0150009214483, 33.4769998014351, 32.4789984514708, 15.2609989098299, 21.4989990457333, 8.88400082504945, 8.33400258272078, 2.00000868053672, 23.5949996812526, 9.11300277484344, 1.22100778074422, 5.39400422567531, 0.779010471746724, 52.2749999506414, 48.1019994632983, 0.880018889099629, 53.4960004521825, 152.29399692491, 103.311998451332, 53.8029940970933, 104.191997611389, 122.571001194498, 73.0619965787718, 61.2959979028629, 19.259003136274, 61.9069979611027, 50.1409990134549, 53.3089984335796, 11.1549995574731, 42.7080005896127, 45.8759996399014, 31.2480016542239, 7.43299982506679, 52.3239978293588, 37.6959993757857, 17.4120035605538, 6.44799939311527, 39.0130009332896, 18.729004369732, 5.45000013376801, 1.31700793390858, 17.1410074825674, 3.86200175940237, 3.21001212229715, 1.58800290286766, 5.00499309278289, 4.35299882032761, 9.83200249819773, 1.14299770688195, 17.3320017341014, 22.8110050192143, 24.8300025302536, 12.9790045750652, 20.5750130508271, 22.5940097836113, 36.2900090233211, 2.23599631383088, 16.4389964174213, 2.74299938044391, 6.85800424049554, 39.0330049831323, 23.9030006042448, 14.3020025600719, 7.56100693480966, 21.1600040723435, 14.7160045977123, 7.97500719198563, 4.1480068099243, 0.414022431764128, 3.319005474962, 0.50802032217488, 8.96900370569863, 4.65600772375277, 1.64901260341474, 10.1100014689623, 24.2500007159221, 1.14100644816327, 5.5310013688544, 8.60900216797949, 13.5510037836094, 15.6409993953193, 15.8830005132285, 10.9409988707896, 8.38300149115613, 24.4920009342581, 27.6909987043512, 25.1329997655508, 18.2889985994118, 16.7500005182421, 39.0120014826174, 32.1679995374288, 11.8130011950032, 13.8790022428769, 44.7029995033559, 24.3479999292742, 2.1330075594453, 12.5350005399175, 12.958001522904, 9.25700090721118, 13.8860009298255, 11.3900001517692, 35.5390019533524, 40.168001391033, 19.0280026976763, 26.2820018256465, 82.2149984564065, 61.0749989977203, 38.6679997165569, 42.0469972767614, 100.336008244929, 77.9290085952773, 65.5150072840374, 39.2610094374072, 97.8940049991234, 85.4800034584843, 55.1210025122293, 19.9649967726794, 101.260994128969, 70.9019929202819, 42.5029911311242, 15.78099115065, 70.8320009775245, 42.4329988617974, 29.7149969221448, 0.0701159777384924, 47.9100040244786, 35.1920015894362, 5.47700658979177, 20.3170003395177, 3.23200572257801, 21.0940011625435, 2.45500345957146, 0.380045798815528, 0.777011599045808, 1.01701726912337, 3.85200249002953, 11.1630016620484, 3.47200262222933, 7.09000164758918, 7.92500223974719, 29.4240003764093, 3.23800164324075, 12.6970018708795, 34.1959993993549, 10.6010014698394, 4.77200117819102, 60.9619992243, 37.3669998584651, 36.5880007720492, 26.7660001183191, 84.462999549419, 83.684000118989, 30.1880003004415, 47.0959999020286, 148.237001536185, 94.7410012207745, 9.45099823588653, 64.5530015382804, 144.081997038219, 39.8899996072608, 20.6309975456077, 49.3409959645041, 44.6930088113041, 25.4340060786019, 36.5890049910914, 4.80301084051889, 10.3910081405089, 21.5460056519081, 28.9790045053427, 15.0429998446276, 10.6900040654573, 18.1230015776128, 11.6750045387904, 10.856003607226, 17.4830027020124, 11.0350044487476, 9.71800410582548, 0.640012952885708, 5.62199710662385, 4.30499469217342, 5.89299305836542, 5.41301124720124, 5.4760010952051, 3.88800272093351, 5.0309940514183, 9.78099148807837, 9.97500784397667, 11.1179969965865, 24.097000842538, 6.08700704131398, 19.9049920221012, 32.8839953201274, 30.6480031909797, 8.78699592196869, 47.829002743354, 45.5930101391227, 6.56000783449649, 14.9450079050519, 64.2320101579828, 25.1990054714332, 4.03900576320859, 18.6390004046849, 30.1559988056905, 8.99599553280666, 8.5819951259967, 4.95699485420065, 1.8710038469296, 1.45699906087147, 6.11300180243343, 7.12500121832348, 3.89400928019534, 0.762012429302184, 1.90300900093053, 5.3509995470356, 9.44500153295127, 10.5859993551597, 5.05500373961775, 8.68299965694514, 26.5630041936214, 10.9220054944838, 13.5699971595017, 15.9770055481984, 31.1330037925066, 6.64100396214437, 10.1089990623626, 20.2109989646529, 20.1370018997474, 3.38700360049982, 10.4920022345336, 13.4959990257631, 13.8010037604015, 0.0781103261443128, 12.6130003388482, 10.4140022983903, 11.0900017180622, 1.44500570211788, 9.94500144053665, 11.1680000448485, 29.797001467656, 18.4070019669512, 7.87500220458523, 28.3520014963564, 68.7700007102155, 42.4879991667084, 0.441041257762859, 50.3629991347621, 83.4610063725654, 41.4140093038426, 2.15300794159879, 40.9730074140088, 78.1790087059554, 38.9179994906254, 18.9530038456959, 36.7649996257577, 61.9219973506832, 41.9570009393136, 26.1760107950811, 23.0039981800842, 48.5079959633708, 32.7270052701242, 32.7969975996631, 6.55099619812113, 20.1330117265784, 20.2030033593541, 14.7259991037476, 12.5939948298865, 6.37900052433861, 0.902002421552847, 13.8240057548866, 10.2650002352944, 9.48800079219907, 17.7540006879534, 16.9769997941496, 13.5050004462987, 7.48900147954186, 33.9230008474733, 30.4510004986894, 27.2130018891919, 16.9460015651045, 9.32500071737222, 6.08700131926942, 10.8590008510956, 21.1260017689266, 2.89700535191546, 1.87500462962391, 28.6410004001692, 8.98400021854327, 21.1080006241254, 5.65800152657958, 52.7540000391786, 22.9830001793304, 53.2040017530089, 6.10800313016187, 58.4449999918746, 58.8620015665404, 69.0660021434597, 4.51300241173633, 44.8279956875758, 62.958000320984, 55.1129992774117, 5.77200467773486, 0.969012057091038, 50.5999986456736, 27.1120001520666, 22.3089908676213, 37.3519902108912, 21.3399967446646, 36.4440007205184, 51.4869996803158, 62.3430025978132, 14.1350103797424, 38.3259892225166, 49.1819917536471, 49.8219913152597, 13.1610114017535, 7.55699387450557, 8.19699202578975, 13.6100018859658, 41.6250002085419, 20.9030007084856, 15.4899907947727, 5.70900267479582, 29.0999911430275, 31.9619985290196, 22.1810077766047, 16.0940028487513, 16.4720082784531, 34.7310033074908, 28.6439974954325, 19.8570031326075, 12.5499961140412, 57.892998041582, 49.106002984389, 34.1609959916129, 29.2490008460977, 68.1890032453255, 53.2439958295374, 34.6049962292328, 19.0830006379897, 32.454994736589, 13.8159948909929, 8.85900311938204, 20.7890018823989, 4.56600569434492, 9.52299590665344, 2.39800223495086, 18.3819966270165, 6.16800208228455, 0.957009802962914, 6.30800140946357, 3.35499831489026, 7.97300175024164, 13.3239981490564, 4.64100258114402, 7.01600007758349, 30.5740018800949, 21.8910030515646, 5.91400058574231, 17.2500043179178, 46.3480037620328, 30.3709986683856, 10.1600015561828, 24.4570010873532, 37.3629975197143, 17.1519990259933, 3.65600488598862, 6.9919999139837, 16.3470011841068, 2.85100478423911, 7.56300202087388, 0.805009181075214, 14.0900013847462, 3.6760010491576, 7.49200289712003, 11.2389991854462, 11.320000274817, 0.152056571963229, 28.5040012728336, 7.64400118900948, 34.230999500095, 5.87899927927081, 44.4840015499456, 34.3829987189582, 77.7730028477397, 27.4100039788023, 13.5630048200734, 71.8940049425184, 81.5980074149123, 40.6250002136752, 3.86000510804541, 54.1880037002324, 62.3709872168289, 25.605987887833, 2.60199641832944, 21.7459873376562, 37.0820012006035, 14.0780035462917, 7.52701036314918, 11.4760139400024, 16.8789988312973, 10.3280037701748, 22.9219978277121, 2.80099797214243, 0.957018873417984, 11.636994154148, 25.460999217027, 11.2850044313209, 6.12100503358336, 19.9450077594432, 5.51599278464456, 5.33400316853772, 2.15500683548643, 12.8350004371109, 5.34600038778598, 11.6000037854655, 7.50099870058836, 24.7700030660049, 7.82400242173355, 28.950003269981, 19.4240040479726, 4.27900338589433, 25.4050010283324, 34.3890004438097, 3.54500443231612, 18.6000003611885, 9.61600107819602, 13.3670009249635, 44.0050003117039, 97.0439988971611, 74.0609990338342, 15.1989986398122, 87.4279986420737, 116.267999798368, 57.4059983811939, 5.5520050801243, 42.2070009380881, 91.3560029976552, 28.3980029301866, 22.2019966315711, 33.9500048333231, 64.9999926376995, 14.399994499301, 6.94000494300594, 36.6019899832545, 32.6269994334759, 11.2870033325519, 2.84801329802225, 18.2270054811298, 31.5270086073149, 17.3919987901276, 30.5530096014323, 20.2400059220451, 13.5170148341942, 0.35602719017293, 41.2689976130645, 30.9090121216625, 55.1609957981337, 13.5359961246926, 15.5639964767943, 54.8049928341711, 37.1189961342189, 8.01900590427513, 8.45300498352673, 23.5830005511908, 31.4560018336556, 14.9839941095953, 2.43400524065427, 23.4369968303393, 49.2959979718099, 36.7460024334969, 7.49700396368946, 34.3120043423444, 58.4540026773758, 29.2050021282831, 10.1220033631346, 21.7080005829836, 20.029000195412, 0.946008321534553, 21.7350014091144, 9.17600344844759, 37.5069966176618, 16.7179952091757, 1.6640118981619, 38.4529955260376, 30.3779989235536, 11.9960029208863, 15.3509990557481, 13.6600042975818, 13.0459989503903, 9.69100278782335, 2.67500954187753, 25.0420001635344, 26.8020026008793, 19.786003551515, 2.53600614395236, 17.1110005683436, 36.1060032884544, 18.8559994532803, 5.60100483914504, 16.320000226721, 42.8640007254624, 18.4070000596026, 11.4150024364304, 24.0080016890839, 27.5869995688364, 20.5950006885173, 21.3999994761229, 9.18000029709577, 20.641001588779, 21.4459995502712, 10.207002433324, 0.0461888009295851, 22.7579992293492, 11.5190008069916, 3.87500448028415, 1.31200593724773, 8.64400206186354, 1.00000868051788, 35.3829989571542, 2.87500301932209, 29.1869999158073, 5.19600081613052, 77.0900041924909, 30.1869996085433, 60.1989977859539, 11.6950080664633, 65.8830111277721, 65.3949967758068, 42.8089908840639, 11.37901382438, 33.125000524109, 54.5039979619989, 20.8589943625816, 0.887003194643011, 12.3630079960758, 32.2380068610615, 17.7970133046086, 6.32100051879618, 3.52000920458533, 18.6840062019029, 10.3439958190008, 7.54300041838758, 18.8280038517774, 4.02299715285122, 13.0039991377938, 24.28900182223, 29.8049932582713, 5.46100012471066, 34.0700078337904, 39.5859987544397, 9.78100674686605, 0.887010823953366, 8.38800065068845, 0.662026880825871, 8.16299926286567, 27.5870024298592, 0.22503895834418, 7.77600130186699, 27.2000029894261, 23.6550014205753, 0.387021560025552, 31.6620031118029, 28.1170008885638, 15.8880006273254, 4.46200183862861, 28.1170011972936, 15.8880000809662, 103.315998245432, 0.00416666666666668, 105.748997852466, 18.3209996193114, 23.8860023137461, 121.636997294265, 108.375999610877, 66.1689988494494, 32.2189946794721, 90.0550004015675, 63.5129931322341, 29.5629885748792, 7.03900393126007, 2.65600912764724, 13.9460003903889, 22.6559909837321, 40.8829960301223, 15.6169896915827, 42.087997849019, 60.3150025853266, 80.555008150089, 19.4320072826518, 62.4570010103909, 82.6970063305541, 51.7879947199999, 2.14200234356197, 109.05400101369, 78.1449891247546, 23.3399970817258, 26.3569949582517, 104.234993147514, 49.4300004807889, 25.847000793758, 26.0900043000009, 66.9769976346983, 43.3939973924233, 19.9570016023477, 17.5469975650157, 69.8979990581923, 46.4610025366888, 12.1489996895138, 26.5040019449503, 58.125004113383, 23.8130000898719, 2.10500778978069, 11.6640022090614, 8.11400055273497, 13.5940024085773, 4.41800319720833, 15.6990018651926, 51.590004303806, 42.4140016695062, 3.96101054755368, 37.9960024257253, 66.2070009946466, 27.7540057448966, 14.094003001828, 23.7929996324147, 15.8770076242368, 2.21700678409513, 27.2590033224415, 11.8769996322383, 28.8420034705908, 3.80000533611202, 13.3109983135456, 31.0590060167906, 42.0219997722742, 24.9109996465585, 8.59100162412003, 38.2219965344819, 54.9100006404232, 38.5900008543682, 14.5820004924955, 29.999001315515, 42.6250012417638, 18.6169999732208, 9.4370019951341, 4.03500235635418, 15.6810008630025, 6.50100173962235, 6.45500261326573, 2.93600270768226, 5.93200308690413, 5.88600115434541, 4.5740041541877, 0.569015499738981, 5.99200252354084, 4.68000215999486, 7.55500260313842, 0.106081807059894, 4.12500468558873, 7.00000171691633, 37.1870002646807, 0.55501546876372, 10.5230014133139, 19.6639999989392, 85.0589964046682, 17.5230007357066, 1.71800861003749, 67.1129952770475, 121.616993093192, 17.9460015365606, 51.6059955146392, 106.109993062764, 138.347999698243, 15.5070005292654, 65.2229922095402, 97.4609986242232, 116.145004421939, 40.8870012499037, 64.805008202468, 83.4890137758474, 87.5120088653777, 32.6559908664041, 80.3090059534836, 84.332000835355, 89.7929994609241, 3.18001066429678, 70.2109987824268, 75.6719971850254, 85.4530031328531, 14.1210028119922, 40.449005556163, 50.2300111591442, 35.2229921898051, 0.700013163609748, 0.475036929741897, 4.67500295066633, 4.90000139007204, 5.28700203251484, 5.37500161498684, 13.8080008682235, 14.194999352672, 9.73300063169836, 8.90800096683795, 14.3180000986459, 9.85599987365816, 9.85600075439632, 0.123070698262918, 90.6990015036704, 90.6990014079632, 30.9379964718028, 80.8430024267114, 187.863994690802, 66.226997506561, 23.8280036582887, 97.1649933754711, 57.047005004037, 33.0079958684522, 30.3519903180863, 9.17999362137624, 53.0729983739926, 50.4169923596752, 34.8000035506403, 20.065002874028, 84.6319963599217, 69.0150071448208, 49.5830005332479, 34.2150042209913, 100.434005910166, 81.0019990085319, 78.8600008305026, 31.4189989945454, 97.4849969737444, 95.3429985956842, 68.9860041273938, 16.482998420924, 110.42299667822, 84.0660019953487, 57.9759982242581, 15.0799985919911, 93.0240041691744, 66.9340001449471, 49.3870032964783, 8.95800305948213, 80.800999856281, 63.2540027083393, 36.7500014260855, 13.8670002521462, 61.1060030917318, 34.6020014410541, 22.938000482213, 2.14800380471239, 9.11700248409067, 20.7810024623937, 5.08200414861683, 43.7190019685729, 64.1329996908708, 48.4339982871346, 10.4379975739054, 43.3519975757225, 65.8440020336899, 27.8479998844659, 4.05500458658161, 17.4100041607052, 5.84000694007538, 29.6330035277987, 17.7560053112561, 33.688003797714, 72.8470041750905, 60.9700051777746, 29.9109998785213, 43.214000902778, 78.8070032415393, 47.7479974657349, 9.52600279905963, 17.8369984725, 71.8779978783309, 33.656001587342, 3.65700505062922, 24.1300007126007, 49.1320012765132, 19.1330003506986, 15.0980008418579, 15.4760001546391, 13.7300012835389, 9.69500070939765, 12.6310009396088, 5.40300148454721, 6.64000260031954, 9.57600064327663, 10.1450016922237, 3.05500266976318, 8.14200185381762, 8.71100096217273, 8.6050020366341, 1.43400606863197, 8.73000153090873, 8.83600047123839, 8.28100175699111, 17.4410000056138, 21.5740011633053, 21.019000943229, 3.49600525590593, 12.7380015512202, 23.2500002698773, 5.72700079856164, 12.2190031908484, 2.23100288379931, 19.0740003151049, 1.12800604756375, 14.379002824825, 13.3470007724453, 10.2609994641682, 5.24600385196455, 46.1330036111906, 9.1330003706265, 14.2650006066909, 55.1520005846394, 87.8079912255488, 9.01899815485734, 62.8050005816046, 95.4609909966947, 98.640999016335, 7.65300101219796, 95.8469926738094, 99.0270005149046, 113.148002777949, 0.386024074652457, 94.2540018016266, 108.375003894795, 143.597995878957, 4.7730006284937, 85.0860025538954, 120.308994365365, 23.2890018375757, 1.46300527725679, 6.83800188278835, 12.6250013751374, 7.25000119731791, 1.65801046345406, 14.0879999600387, 10.1750018969864, 1.26700704961187, 1.14401522910082, 2.92500315844447, 24.1120011854126, 23.9890006822902, 56.8540023042644, 22.845000647005, 86.2669984922642, 5.42399757207805, 91.7409975036936, 62.277998109965, 25.847000793758, 71.3179932857787, 62.1380007676773, 20.4230045754288, 78.1879961326877, 69.0080033606538, 48.943001148178, 6.87000401012661, 73.9400026762062, 53.875000161124, 19.6599969157827, 4.9320009665907, 78.7309992134317, 44.5159952206333, 13.0969976329526, 24.8559993421537, 68.034996287894, 36.6159975515232, 20.1330002824871, 23.519001376167, 53.4429982572869, 36.9600002730105, 21.8800028152589, 16.8270011338516, 48.6710001220995, 33.5910020074578, 24.6330003633754, 11.7110004684801, 33.7970021139534, 24.8389998592842, 10.9720014659622, 0.206041985567451, 13.8540003910263, 0.0136518792355496, 2.13500740686276, 10.9850011621519, 29.6610008370878, 27.5130008037887, 16.2060023530149, 29.648000056276, 76.3850023635148, 32.6660006319476, 10.6859986339371, 48.8720018255674, 46.5709995182958, 3.2190044666791, 14.1910031154785, 13.9049994035728, 41.2379993834002, 58.6480027725228, 24.95999978003, 44.4570009276792, 107.953003090509, 74.2649995065347, 31.0509992468602, 49.3050004812341, 100.560999089269, 57.3469983660906, 39.5100006682924, 26.2959998570869, 60.2589991589578, 42.4220010896337, 18.2920014812597, 2.91200363708574, 31.8510008540632, 7.72100108040957, 7.75500187630259, 10.5710013971861, 11.0660017920293, 26.5420001439443, 21.1390007602483, 18.7870006413419, 50.8299993115842, 45.4269992831901, 42.3719996734942, 24.2879995105382, 70.2780010786388, 67.2230011323961, 65.7890012518974, 24.851002088806, 74.262002701891, 72.8280025720429, 55.3870032583973, 7.03900269805202, 65.7340009469424, 48.2930013546745, 35.5550007934647, 7.09400299366665, 71.8949987918937, 59.1569978274017, 56.925998992721, 23.6019977432773, 91.4219972602133, 89.190998174718, 75.8439981842278, 32.2649996586878, 107.667995614128, 94.3209954228426, 85.1879961144422, 18.4769978452916, 108.374996345498, 99.2419968526053, 108.260994117883, 14.0540014721494, 92.5710069624461, 101.590004052732, 109.243004004137, 6.67099129147373, 88.4800035531487, 96.1330033251606, 96.5190050016498, 13.1100012724839, 93.1569978670281, 93.5429993603756, 88.7700006533377, 2.97600847104569, 87.1869966590859, 82.4139977554751, 59.1249964789368, 6.35600417334261, 59.1410029485839, 35.8520014323075, 23.2729953681055, 0.562015720266797, 14.650000803589, 0.300057101997491, 13.7880007363847, 16.7130013363252, 0.862009581915697, 12.3250002642003, 15.2499996155425, 38.0949997690865, 1.46300718459769, 15.2500001847592, 38.0949995412205, 100.372997456902, 0.00416666666666668, 12.0620014755623, 74.339998123589, 94.7630023404169, 26.0329996105592, 35.0969968020339, 55.5200006141137, 48.649998068039, 39.2430019206477, 28.999001147996, 22.128998195005, 17.1969996057345, 26.521000235756, 20.9960030241426, 16.0640035310958, 8.79199797684661, 1.13300326703969, 46.2299999177741, 21.3740009554433, 2.14500855150477, 30.1659968392733, 50.5080016712446, 26.9890006420677, 10.162001410888, 29.134001076151, 36.6420006721678, 19.8150000184633, 8.10400199542304, 9.65300077718953, 21.6890004533195, 9.97800079558286, 9.77200185100442, 1.87400470457343, 6.83600250532659, 6.63000142372516, 17.6150014719606, 3.14200272269293, 2.86800584547907, 8.11700164926288, 37.7650008030371, 9.49800082047498, 9.02200223711338, 20.6259998715386, 69.4980013484402, 17.1390013991188, 4.53100587630341, 53.403003855175, 67.3080027298591, 16.0949979453384, 55.6730006475341, 69.5779992397503, 25.1209990736679, 2.27000046710212, 94.846000854432, 50.3890001112357, 1.08401564946132, 25.2680018999359, 56.2930000528215, 6.98800068144836, 19.3080009869047, 5.9040012757341, 10.874002145887, 37.1700003098305, 40.0820011655617, 17.8620004745348, 67.5500014014204, 70.462001923732, 59.8910015143963, 30.3800013538478, 96.8170015220923, 86.2460008674029, 67.4590008448213, 26.3549998716067, 109.221998850511, 90.4349986082548, 66.1469996215934, 22.9759983026144, 130.242005481504, 105.954006276996, 81.1030046696289, 39.8070070540035, 157.159008136591, 132.30800635223, 125.269004960368, 51.2050020005802, 146.971992610801, 139.932991089866, 147.026992915933, 14.6639867980189, 116.926002650921, 124.020004342454, 100.418007069861, 23.0069889026914, 104.80900590295, 81.2070084687106, 48.9420093268962, 19.2109989870097, 87.1090013589713, 54.8440019282967, 36.3670048719176, 5.90199426863521, 82.1680071082606, 63.6910096577761, 49.6370090167536, 27.3240054446428, 77.4220125533415, 63.3680116115958, 70.0390017127215, 13.7310034398037, 73.1220095147704, 79.7929993763666, 92.9030000648032, 9.75399869268282, 92.0579988458154, 105.167999350118, 108.144004982314, 12.2650000973986, 109.49600235582, 112.472007828645, 118.828010705185, 4.32800493535933, 114.631996306236, 120.98799903415, 144.260994077865, 2.15999242211387, 100.37100999963, 123.644004891983, 20.6169895567811, 19.9130005427356, 19.0510015063893, 6.07500362073449, 5.21300291639471, 3.75000462962677, 13.8379999711705, 4.73000321266044, 3.26700094805773, 3.26700360509768, 0.483019680751145, 5.9600019974105, 5.96000054094176, 20.0730010575409, 2.69300401683163, 15.3150007139851, 10.718000506636, 49.9610017436725, 9.35500142381601, 29.0490001456076, 10.1940030030248, 36.715002532798, 39.7669994629753, 26.0239989276173, 0.497019113490971, 1.63000790438953, 36.2180006516625, 27.934002544112, 29.0669978267157, 1.09901482052737, 27.4370005910396, 66.5689974054979, 36.4030008316426, 7.26900220336367, 37.5019998480921, 46.9460014226667, 17.8120007620013, 8.15900252457605, 10.5430012830187, 7.70000206395462, 1.95300451338824, 3.8270046776215, 10.112001323834, 18.9860009754516, 20.8600005496484, 17.718001153426, 17.0330005020022, 32.618000085936, 29.4759998882305, 19.9780005562063, 11.7580001584341, 36.31399941569, 26.815999354775, 9.67699993248714, 6.83800061333033, 16.5260010734213, 0.613015030343111, 16.7079993148466, 10.2899998517702, 10.9050022786775, 26.9999984141534, 24.7300021516112, 10.292000660322, 15.1909992202477, 12.9210021061437, 12.3470015281698, 11.8090007503384, 20.5210007544641, 45.7890016544211, 51.6930016061445, 33.4420016023439, 89.6119997054552, 95.5159994080498, 77.6539995521834, 43.8229982449572, 146.71499693306, 128.85299689354, 98.4729959343599, 51.198997667104, 178.216003515385, 147.836002408571, 121.481002950529, 49.3630067676483, 168.250003917884, 141.895004333637, 118.919006493647, 20.4140018900693, 138.992004519439, 116.016006544549, 76.2089998615983, 2.90300286812998, 128.915008679593, 89.1080018064005, 37.9030003359702, 12.8990027481586, 111.776001131883, 60.5709992888199, 45.9070133176331, 22.6679996505213, 67.640991467603, 52.977005168738, 75.9839937587572, 7.06999329323231, 57.4570162933692, 80.4640046244828, 99.675003225935, 4.48001292394696, 44.612991722157, 63.8239900041718, 57.9219973700451, 35.8510134257223, 15.6129924449735, 9.71099942904529, 17.6130075774952, 48.2109987152097, 20.9649971659905, 6.35901015414233, 20.090012460846, 11.2539985740652, 14.6680004511827, 0.937005724150306, 8.81700331182261, 21.0270084694695, 17.4959879307676, 7.74199025697276, 4.52301409230209, 16.5589910027357, 33.011002112833, 20.7460026156863, 16.4180003250219, 25.2690127946976, 30.0000005787037, 25.6719974084457, 23.5120094053855, 9.25399874076735, 29.1250005960896, 26.9650119185989, 47.5820010972891, 3.4530054436015, 25.883011535011, 46.5000001866786, 1.0820087550813, 2.42100311250039, 16.2589999386343, 1.04601612447393, 14.8839994540635, 15.3670017095997, 1.37500631311682, 12.9000009643528, 13.3830019761401, 10.690002158109, 1.98400362759618, 15.5480024059813, 12.8550011711775, 3.50000496031395, 2.16500397134387, 11.0650021030688, 1.7100051144876, 38.05699966273, 1.79000481131894, 33.3740001158408, 6.39300100686971, 42.6110004684678, 31.663999831641, 3.77600366696408, 39.9939996982476, 12.5570005891273, 2.61700389681837, 58.793000278126, 31.3559999850144, 6.14600273322881, 18.7990009633889, 39.7320003110704, 2.23000415011403, 8.31300229060774, 8.37600120229975, 8.49800194950405, 19.0410008220985, 8.9290018451688, 10.7280009731814, 50.3000014895605, 40.1880008950148, 23.1550014364235, 31.259001055896, 76.5740024926535, 59.5410024193508, 47.7830032167259, 36.3860018254826, 72.7689993383098, 61.010999821844, 54.1730006561687, 13.2279974823979, 66.997999450413, 60.1599999917033, 70.4499991020225, 5.9870009616194, 56.0550044295887, 66.3450032588914, 76.6370031714832, 4.10499784217057, 65.008997230558, 75.3009968956736, 63.4919970385745, 1.33601266192682, 93.4600011775811, 81.6510010828754, 48.2089999939109, 18.1590046894561, 117.366996913058, 83.9249955257956, 40.1019978084121, 35.7159960316181, 141.497993591933, 97.6749955112351, 46.4759982983547, 57.5729981976498, 154.600990407706, 103.401992881801, 54.0389865273248, 56.9259950255353, 140.554000978011, 91.1909943578862, 70.7769930431447, 37.1520082902903, 98.9290010299828, 78.5149995002076, 81.4179994808124, 7.73800771360452, 69.0389864575229, 71.9419862046449, 59.042984302831, 9.47601409964937, 65.9379885445445, 53.0389863697184, 30.3709875101113, 6.00399924853013, 37.2769932635842, 14.608994124466, 7.539003767683, 15.7619939589301, 0.722024167526107, 6.34799331080828, 10.8280045330404, 13.8869940332884, 7.20300533994727, 11.6830146590221, 24.1679999859293, 0.85502113883395, 19.8780068548282, 15.9730077456, 64.1840060077944, 8.19499312468086, 4.53500749035409, 52.7460023618384, 41.4920048129519, 11.4380042989613, 54.9490054429026, 43.6950075228812, 22.6680000334645, 2.20300687001262, 47.5550082996446, 26.5280002051521, 9.96901114092206, 3.86000285919914, 35.0899968326502, 18.5310063278091, 6.73800916839094, 8.56199747380801, 33.9219975821076, 8.65298562232686, 0.601042069306065, 15.3909917749399, 5.83200370929165, 3.42199960700443, 6.87500252525206, 2.82098696385466, 6.91800177713433, 10.3710030342682, 9.28900333384005, 3.49600468025962, 9.660005459325, 10.7420052026258, 20.0310062927309, 7.39600155896674, 8.77100236466059, 23.6740014733921, 25.0490010865943, 27.0330006345898, 16.278000888036, 49.9939998284651, 51.9779989005249, 49.8129991201932, 24.9449990891377, 45.2919982928611, 43.1269981489718, 44.9169982960613, 6.68600212229253, 17.4620008874108, 19.2520003059326, 12.4120011011896, 25.6649983927298, 15.4400007048076, 16.2240005121559, 18.8410014783996, 3.81200255182303, 15.5050012341514, 18.1220011732814, 0.677025451061261, 0.719011935667192, 14.8630015609896, 3.93600231414389, 12.3120016847548, 3.2590029649239, 23.6790003955853, 32.0550000991405, 21.3270004783504, 19.7429999933581, 56.2720010981636, 45.5440008162075, 14.2850010627506, 24.2170013197525, 70.4250013909283, 39.1660005878459, 2.7800050242966, 24.8810008676817, 65.5579989220472, 29.1719973678772, 15.9440013330211, 26.3919986199242, 43.1059955809766, 29.8779986425841, 23.890999567012, 13.9339987308868, 35.6419987781126, 29.654999072015, 33.7599950210869, 5.76400144495973, 43.073006079332, 47.1780015878044, 48.5140079262171, 13.4180075439059, 67.5999987309423, 68.9360047645938, 50.777000769155, 20.4219974953716, 102.264007738127, 84.1050034601445, 48.3890079271415, 33.3280031901458, 114.45699325471, 78.740997424695, 21.1680000877364, 30.35199003209, 110.255996861563, 52.6829988219961, 4.24300030752859, 31.5149996650905, 88.0190126484146, 31.0930178573052, 6.0589933438621, 35.3360140396028, 52.0540164468023, 14.9020086391497, 7.16400388822519, 20.9609989492852, 18.285004611582, 10.5469978933482, 20.0230111209642, 3.38299817140536, 21.0979927662391, 30.5740054108726, 36.5780034043201, 10.5509956957707, 34.5970158826689, 40.6010133973952, 56.36300689982, 4.0230124116321, 7.37100455259098, 23.1329959807144, 37.0199894826377, 33.2300112475545, 12.6090101659439, 1.27799141150131, 2.13300374476259, 35.7420046373983, 10.3670060691818, 9.51199432079366, 1.31701452501074, 11.6449897591045, 8.82399183565376, 0.629011603196462, 10.8090073434755, 0.688016156945019, 24.8820044819173, 36.3200075632208, 34.117004903401, 25.5110019271812, 63.5469973435136, 61.3439942821312, 57.4839938322899, 27.2269900649155, 49.5469974207093, 45.6869966499615, 37.1250004676394, 11.79699780614, 12.741990498254, 4.1799947524723, 11.2110000837346, 32.945007587705, 16.5079966571476, 31.8989870885326, 29.0780035267406, 20.687988700844, 31.7349858986279, 28.9140017650635, 25.4179999506024, 0.164054386049282, 14.1290142902795, 10.6330116806357, 30.6640172898049, 14.7849889904398, 39.0549931203111, 19.0239872727015, 49.6880037147403, 21.1510013869712, 37.4010007318196, 28.1909988621491, 4.16100138426606, 9.72399991613146, 11.8450009998743, 1.14200779952464, 0.226038715212467, 4.66100163731309, 10.4130009404383, 16.5750012866532, 4.76300231077821, 3.13800325454969, 8.43700130352566, 2.28700635907718, 5.13799836306622, 16.1870027182739, 0.0751164133369742, 14.923000917383, 0.24703535885659, 0.0960900978872019, 0.00730490346636498, 11.898000969907, 0.517016511506363, 12.4650003721451, 1.92100452257853, 0.861009666089897, 2.24900393221594, 4.72600166891891, 4.03700280637609, 11.362001706229, 2.46300334509006, 0.110079019273874, 31.9940002293566, 77.8540002030506, 73.6220017658563, 52.4710010022573, 90.9680025101845, 69.8170014671064, 32.4160013786204, 17.3460011718223, 69.569000493693, 32.1680000142659, 3.97700555556055, 0.248036098248205, 22.1810010153984, 6.00999976588544, 1.84900841287839, 9.98700038090425, 20.2969998330147, 16.1360002175275, 6.41200336372395, 14.2870012637121, 17.1260004644119, 7.40200159997703, 4.44300374730108, 0.990008539319297, 12.885001576271, 1.04000830850787, 0.102170301313881, 5.48300138481185, 1.91300918212201, 0.771011167193318, 0.997017630633045, 0.873010088262825, 5.13200335239464, 4.90600142986712, 0.245070737025426, 5.90300134846241, 12.567001293746, 7.90600123529961, 2.50700689452723, 7.66100138485377, 29.2510019515542, 18.8380017120209, 2.26300815999046, 21.3450016273817, 20.7630013244374, 4.18800179806242, 8.95100215319503, 1.92500374643656, 1.00001736096041, 5.76300199453731, 2.62500661374828, 3.1880024482253, 9.93800147228384, 6.80000051361286, 1.63701164300014, 4.17500131623539, 6.41300090663774, 2.0240063639984, 0.263066491705801, 0.387023467263645, 8.62500201288221, 6.3379988061287, 1.20001523043564, 6.60099923984141, 6.94999944624443, 1.81200506524472, 14.3750031150779, 0.612013695480011, 22.8000028595357, 6.61300122872671, 6.68800327487526, 20.9880022370214, 7.86500197850649, 7.94000162732643, 6.98300228783201, 1.25200678837419, 6.89300312137971, 8.03000081398679, 8.2770020479212, 1.04700822218717, 2.6410063676871, 2.88800301717505, 2.98400554721808, 5.38900154975615, 1.15201502071996, 1.24800662367717, 1.254013554596, 1.7360050613478, 0.78402206385527, 0.778011035377854, 11.1200019236471, 2.03200385993602, 0.778022192666013, 11.1200011430217, 11.6370015758121, 0.00416666666666668, 21.1540006261515, 21.6709999275385, 9.20600173707404, 10.0340003081684, 19.2280005901026, 6.7630012949802, 4.84200359315287, 2.44300339301637, 25.4100010074886, 23.4890006899929, 24.3500006176145, 18.6470007783254, 0.501035056047989, 1.36200636192986, 0.887019656547832, 22.9880002936891, 3.83700394100691, 1.58800481020973, 3.1380060208157, 2.47500293508891, 13.3390000960859, 8.61299997024585, 4.57600210022335, 11.7510001893914, 22.4740017032837, 18.4370007454808, 29.7990017994956, 13.8610025946412, 2.35000776916377, 9.01200152398226, 11.4750018944204, 20.7870010737233, 2.11800822743791, 0.345024950320109, 0.45503807840085, 11.1300013712021, 0.396043747220512, 0.506017196917578, 32.500000534188, 0.0511700417548965, 58.461998759641, 26.4679988326029, 51.3860019247709, 58.9679986518466, 130.289005412792, 52.4350053535371, 103.821006858513, 7.9900008575456, 9.35600275588075, 7.23200275154775, 10.1140011787058, 9.86600098149271, 0.758010872008527, 13.2850030615811, 13.0370013219678, 3.05000683656931, 3.17100417180579, 14.6870014567315, 4.7000026098655, 9.58700170408966, 1.65000487946586, 5.80700410357704, 8.48000056588674, 9.47000114662912, 1.10700819243549, 6.42500384652659, 7.41500208620216, 12.8980020631942, 2.05500262194073, 0.872019649910317, 4.61100194361023, 5.4840033717678, 8.2870017036185, 0.834020927043663, 1.70700534084618, 4.1960037598817, 3.77700224867556, 21.9840009957094, 16.0810008678659, 8.42000213818335, 20.2770003785075, 27.8929993177918, 20.2319988726543, 1.11301837543397, 11.8119991022026, 27.7319990696352, 6.38699858199831, 4.46200187672092, 7.50000115740732, 3.77500231015146, 1.85000316631121, 5.03800164549532, 2.61200283505399, 0.438039360813285, 2.75000315656384, 1.42501142025086, 2.28800199341184, 5.5750038770388, 1.40000772625524, 1.78701227866348, 2.82500383569998, 7.40000387197415, 7.78700367822577, 14.3880016949194, 6.00000144675908, 4.87400411129893, 11.4749992305966, 12.0869994221857, 2.91300499409325, 19.3370026983552, 18.7250027523994, 2.26300720631937, 30.8120005563847, 28.6600023605217, 7.67200106279465, 6.42000278051626, 9.93500033967722, 0.277062142093185, 0.975009284559498, 0.0722402754915075, 7.39500163160469, 1.69500993733854, 0.648013159274264, 6.03700257823758, 0.720011369592211, 1.0930162957736, 6.48200169013052, 8.21800252455825, 0.445020154908997, 4.23200445329176, 5.96800186650371, 8.0000021701386, 2.25000385802138, 3.6900052389621, 5.72200163911929, 5.72200315616786, 2.27800368853055, 17.1960011087838, 17.196000603983, 7.16200308018638, 11.4740007336532, 22.6990011234219, 12.6650016009245, 15.1080019044436, 5.50300183682153, 16.3790007700446, 18.8220000110577, 0.175098415738109, 3.71400113180813, 18.284000392579, 0.363024782282252, 22.6249998136676, 0.538016241428009, 4.08800359071769, 18.9000010314932, 16.4250022014021, 3.7250008044718, 17.7119999197034, 15.2370000814212, 3.48600504126993, 1.18800893952286, 17.6500006021626, 5.89900163937647, 7.96200398103256, 2.41300370422085, 7.77400240107388, 6.0870032266176, 14.7000000366188, 1.87500462962391, 19.8620022931541, 0.925008621405068, 12.0550012684971, 13.7750002486976, 10.7880021929469, 0.342025388428428, 0.291059543457647, 11.7130005618136, 1.00501715061343, 1.05600821446907, 57.9119988101451, 1.34700632799883, 1.0560164345962, 57.9119986602529, 161.733005392607, 0.00416666666666668, 10.9310013441048, 114.752006606408, 46.9809989392687, 1.64100603746592, 0.883020988773684, 3.26600606338581, 2.50800478865698, 0.663026291978164, 1.62500534187156, 4.59600444882393, 1.42500532866872, 0.2250775286068, 2.08800350122343, 1.86200883560285, 0.212040835272446, 0.895019855433054, 0.437020138165801, 10.7510010655204, 11.8580005336779, 13.9129994472968, 10.9630001356768, 6.72000380420084, 8.77500060776736, 17.062001292189, 5.13800027041423, 0.897020620882282, 7.39000056428383, 11.1670008947373, 9.67200178250298, 0.0792189767635261, 3.85600172093815, 16.4210015379023, 7.31100105762829, 8.91100172321135, 11.3660009392061, 23.1779992918197, 5.05500202239706, 15.2250015217725, 3.41300455753759, 4.08700223372598, 26.5910008833929, 7.9500029467265, 0.450020052616771, 3.06200594451238, 4.53700066206035, 4.76300031858012, 2.15100119745745, 0.137127701523276, 5.21299910169866, 2.17500721916875, 0.113075756089081, 2.71200820211495, 0.0243610493368522, 3.28800347960482, 0.463016184747775, 5.5370056989467, 3.17500197109327, 6.83700052512798, 0.837008356834665, 3.75000462962677, 6.37400191118554, 12.6500028982985, 9.73700040322081, 21.0750015867169, 13.4870001553427, 22.0989998090437, 8.71300224749682, 18.6480016481535, 12.3620002139155, 4.66300382997339, 14.598000167394, 7.20300152525128, 4.05000328775506, 12.8600019603601, 5.46500174097839, 4.74500449805349, 1.73800395696406, 4.00300459642179, 3.28300359013556, 2.83800641491446, 1.46200583062935, 1.64501101159382, 1.20000704304078, 3.45000484146786, 1.63800578775556, 2.36200781555423, 0.112077943233156, 2.16600742781072, 3.56200271164639, 14.4440004924264, 16.7219996875059, 5.2480024994222, 14.5560003522152, 24.2159993665245, 12.7419993537407, 7.23900081136084, 7.49400063953524, 16.404002294308, 10.9010017728706, 7.18700459763268, 3.6620049339153, 9.70100200324361, 5.98700286896757, 6.52500418658443, 1.20000799670935, 0.912019692221608, 1.45000674951398, 5.17500259186403, 5.0750024733932, 2.75000631312407, 0.975007377228281, 2.16300813319989, 4.20000282973751, 3.00000578703146, 4.18800370541011, 1.77501130675122, 2.02500581256524, 4.06300590566483, 1.65000678680841, 0.225075621911931, 0.12506942516503, 1.57500987848795, 3.4500013716938, 10.3250024444027, 3.22500307311342, 15.0500003906228, 1.275006426793, 10.4380018654391, 11.6000011297934, 12.4230007795165, 0.710011787346689, 0.637027576236642, 11.1480005421536, 0.607028474948117, 0.740011739924098, 0.74002347012551, 0.103083930238145, 0.74002347012551, 0.740011739924098, 47.7209991278425, 0.00416666666666668, 0.524033298680123, 47.5049991050773, 0.216040025738851, 1.53700630384159, 3.1620061466695, 1.78700846398695, 0.162052324010391, 1.92600960914528, 3.32400201638548, 0.00589255650988791, 2.08800350122343, 2.52500649420952, 0.162052324010391, 3.73800551423901, 4.17500322358308, 6.78800075708111, 1.65000678680841, 3.51300543023869, 7.45000002076615, 2.31200778377622, 0.662013768606757, 6.67500183797586, 1.53700630384159, 8.13500236300702, 0.775010819171694, 7.41200299842513, 2.26000406983197, 9.57100191311059, 5.87500147754119, 22.5550029822477, 29.8660023734748, 24.8110024773833, 20.2950024113615, 33.3330016576183, 28.278001138576, 1.6870105657402, 3.46700155772052, 25.8280007408463, 0.763011865064061, 5.30000251274135, 2.45000430601969, 0.238071897389873, 4.77499952909956, 0.438039360813285, 0.525018059962027, 2.31200778377622, 2.90100015412982, 2.92500517247867, 2.46300096090768, 3.08800305864446, 3.11200230109954, 0.0632746996465733, 0.187046688913101, 0.874020413049719, 2.30100246025757, 8.67500123834131, 2.23800284111193, 3.46300244983889, 9.8369988682793, 3.65000628234262, 1.16200621912095, 10.6620003770959, 2.82500383569998, 15.1870014178142, 0.825011284748149, 6.45000345458371, 5.91200021707367, 9.96200163592184, 9.27500246178766, 5.1370025098691, 9.18700121953192, 10.9250008261783, 0.775010819171694, 7.61200369982215, 9.35000130987131, 10.8120018803842, 1.57500436704903, 5.65000364496647, 4.18800275173627, 2.55000699900413, 15.000001532378, 7.4250015752572, 9.06300068314334, 12.6250013751374, 11.6130006635627, 24.4220015958897, 27.984001469865, 13.4280026967121, 15.359001724845, 33.325001283903, 18.7690014695743, 11.2750030656667, 5.3410012285392, 21.7690018045954, 14.2750021339738, 10.6130005982368, 3.00000289351712, 12.2250037089498, 8.56300073907008, 9.76300226653677, 2.05000347147509, 5.30000251274135, 6.50000133546995, 11.5750022628193, 3.26300314857874, 5.71300047540219, 10.7879990041122, 14.9880001207365, 0.787013593294164, 6.3000019927922, 10.5000008267195, 8.4750005226299, 4.48800089657251, 7.37500235404859, 5.35000009665506, 5.47500164510026, 3.12500277777654, 0.437038093595344, 0.562013812970583, 3.78700333317495, 4.91300187366554, 8.68800363097609, 5.46300284019239, 6.13700195917351, 9.25000093843839, 22.4630010704223, 10.8630007151704, 0.2850607571153, 16.9999995569466, 10.7370016054982, 0.411020894974907, 0.308056449808896, 0.12606880203423, 0.633027323129303, 0.530016587955515, 0.530032965596591, 0.222039220207478, 0.530032965596591, 0.530016587955515, 0.746023323400721, 0.00416666666666668, 4.17200408522302, 3.95600227647008, 4.70200197983393, 0.712012084877436, 2.61200615838501, 1.37501262620465, 4.69900125222686, 4.53700448268761, 2.08700405253076, 0.999016020329843, 0.837010264159665, 0.813022986747316, 3.70000310903432, 6.61300349505045, 4.96300109292611, 5.62500308641891, 5.77600247942832, 15.3379985684255, 15.9999986351861, 15.224999614424, 10.3749989293315, 27.0240008102797, 26.2490008800168, 32.1240010897569, 11.0240028626185, 27.0120016803161, 32.8870013015486, 12.5920004326965, 0.763011865064061, 31.2370000675055, 10.9419983214007, 7.47500079667788, 1.65000678680841, 10.7920014255964, 7.32500194799801, 9.77500330195122, 0.150055571275584, 10.6750008633941, 13.1250006613756, 12.5999998519871, 3.35000106533189, 9.35000033092454, 8.82499793187483, 6.36200224059469, 3.77500382536219, 3.70000164043527, 1.23700652912729, 1.05001577133391, 5.12500169376666, 2.66300471884013, 2.85000151993006, 0.612027878912563, 3.89999993696579, 6.62500262054456, 4.38700301629644, 3.22500767210031, 3.77500382536219, 6.31200302515037, 5.1500032114229, 4.32500477706662, 1.92500374643656, 3.7000054551277, 2.87500301932209, 6.4000042385513, 1.45000674951398, 0.425040084844088, 8.85000326967179, 9.62500371109991, 2.45000430601969, 13.200002078175, 13.9750010026186, 15.5500003535307, 4.35000046965135, 13.7500031699747, 15.3250013293704, 30.3250022891153, 0.225037051322514, 20.4370011241523, 35.4370014732899, 23.8240020409794, 5.11200120979288, 31.2500015092299, 19.6370014796486, 4.27800393615862, 4.18700234787359, 20.0120019051326, 4.6530017435119, 0.68802495906225, 0.375023147433743, 6.76500195596172, 1.42400588226058, 1.5760112295165, 2.11200362182723, 2.41200594657955, 0.588016013853554, 1.46200986071298, 0.98800774835991, 5.33800450358147, 3.28800465422912, 0.0256865435295573, 4.75000182748503, 11.0260025511234, 7.7630016064771, 6.97600041349637, 7.73800008421109, 12.4250025416815, 11.637999326813, 7.15000204665742, 4.66200251810832, 38.3859987013311, 33.8979995427303, 30.7729998508186, 26.7479999926524, 34.3869996351233, 31.2619994079202, 26.3489996823282, 0.489017594928244, 29.7970000371446, 24.8839996965276, 15.6340004581583, 1.46500560103396, 22.1549995629174, 12.9049994519475, 4.09500450661391, 2.7290037492432, 15.8840004406804, 1.1160074768895, 0.990017307442774, 2.97900348230384, 0.290059821583375, 0.164052955999271, 0.0582986483534758, 0.826010245869546, 0.492035388535327, 0.270032129220633, 0.270064273687839, 0.328026532699812, 0.270064273687839, 0.270032129220633, 4.97200360639459, 0.00416666666666668, 7.70500241535088, 3.00300291905789, 7.97500123152197, 6.84999974135565, 4.76300222592729, 7.43800205945164, 5.35100145438365, 9.05100251323531, 0.588016013853554, 6.50000457828747, 10.2000035213227, 4.42400561802413, 1.14900963003547, 11.2380024146085, 5.46200148245147, 4.91300173317167, 1.03800656221399, 7.24900103693418, 3.12600222757202, 14.1500027528124, 1.78700360638972, 1.83701125129891, 9.18700121953192, 9.95000250777445, 4.96300300027407, 5.66200181502978, 6.4250005881198, 4.77500134701679, 3.52500398844593, 3.45000579514079, 1.80000405958699, 1.65001204772115, 2.97500139195496, 11.8000007083412, 11.9499976746487, 8.60000049285506, 13.5999991123973, 1.00001736096041, 4.35000046965135, 0.575027140846457, 12.9499976185555, 3.20000618828078, 0.575015859339605, 5.7000038087472, 1.15000525948107, 6.10000132020493, 0.975007377228281, 2.92500517247867, 6.67500053751833, 7.40000005727809, 3.50000248015785, 0.275064649597052, 6.4250005881198, 4.40000547158284, 0.625013888734571, 1.30001259170064, 0.900011170872601, 0.175098415738109, 1.75000496031043, 0.300057101997491, 0.450020052616771, 3.375005144029, 1.92500374643656, 0.525034593524467, 1.62500534187156, 1.35001133415668, 1.10001018018777, 5.45000394846305, 0.575015859339605, 2.65000807722972, 7.00000124007926, 6.77500408840347, 1.55000483741161, 6.20000356311769, 5.97500374163027, 11.0870033664347, 0.800010087691754, 3.17500851981434, 8.28700361096689, 4.10000652323115, 2.80000233725809, 8.01200320448564, 3.82500303236462, 4.20000489653455, 0.275033089548945, 2.22501009154322, 2.60000562748849, 4.71200548498059, 1.60000389946429, 5.82500374338656, 7.93700136834028, 8.92500118228303, 3.22500116576638, 8.85000043582868, 9.83799831887325, 5.08800084869208, 0.913007707160017, 7.66300046503938, 2.91300117939989, 4.82500436109529, 2.17500322811831, 3.97500284169549, 3.76300279509809, 8.42500320507465, 1.06200844840576, 23.9250009163821, 19.2629999852406, 7.48500245296773, 27.6880009925294, 27.2770001100461, 0.529016214569756, 0.0404316604960255, 8.01400102213867, 0.14811749848939, 0.637013711021555, 0.82802055909775, 0.677012867745004, 0.15311330728817, 1.61800491866408, 4.34700411588275, 0.79001094982215, 0.917019226039578, 1.81200506524472, 1.16701517033502, 2.53500327169227, 3.49000522248183, 0.511016666682294, 0.315055167028117, 1.6780051464451, 0.390044379630068, 0.436019779382752, 0.108160433503116, 0.121071532064585, 0.708024704017875, 0.380022957314715, 0.380045798815528, 0.272032224703664, 0.380045798815528, 0.380022957314715, 8.35500233542246, 0.00416666666666668, 10.1400020554637, 2.16500420976201, 10.5200012829115, 0.300028170924034, 0.888020038856084, 1.31301294775408, 1.9010055428648, 3.05000874391438, 1.0130090573974, 2.0250100992425, 3.17400633596457, 4.21200592235458, 0.124070533737393, 0.362051281669438, 1.40000772625524, 3.18700572213068, 2.81200336162475, 0.825021806422656, 0.96200700926294, 5.92500216720553, 2.22500619018421, 0.16310848795354, 4.80000104550957, 8.32500284835775, 1.12500771602292, 5.82500374338656, 9.35000321721975, 12.3250021715487, 1.025009994666, 2.72500865985551, 5.70000228584353, 19.3000001366, 6.62500131027241, 6.22500126305466, 19.8249973861013, 6.87500252525206, 0.525014245384897, 18.5000009384384, 5.5500046158208, 6.70000335414927, 1.32500349960376, 4.37500396825217, 5.52499928232335, 1.15001662237814, 1.17501043942226, 8.5500012675998, 1.87500462962391, 4.5500030526884, 3.02500439548124, 4.1750033954092, 2.25000385802138, 3.15000703733526, 2.30000301121329, 0.52503077906746, 1.42500532866872, 0.975016280254173, 1.72500732101046, 0.825021806422656, 1.27500833413145, 2.90000751245962, 2.25000385802138, 1.20001523043564, 2.82500383569998, 2.25000771603615, 0.0751164133369742, 0.625027777160521, 0.0501725504409321, 1.50001157402942, 2.20000470864162, 0.100171937431445, 1.45000674951398, 0.650028234669179, 0.0501725504409321, 1.10001425685804, 1.9000022798951, 4.70000064209656, 2.55000264119873, 2.00000868053672, 4.80000104550957, 5.07500418384638, 0.100089054746369, 5.90000065374325, 6.17500064281855, 7.77499994412231, 1.10000636551788, 6.12500283446646, 7.72499959781775, 4.50000385802304, 0.0501725504409321, 7.17500165672745, 3.95000296054742, 3.03700827999949, 0.550015019684276, 5.60000157431949, 4.68700212670713, 6.86200204175506, 1.65000297212331, 1.06201662209041, 3.23700219338488, 2.17500721916875, 3.62500239463522, 12.8370031529643, 11.775002263081, 15.913000244139, 9.60000319304264, 30.3120018010796, 2.62400385745218, 5.3900026106332, 18.5370001707363, 7.17100242483104, 0.843010232306976, 0.166104441524991, 4.54700136357126, 0.440039512517035, 1.11700787428112, 0.327053228894452, 1.28300675817943, 0.150115791416029, 0.640013429712761, 1.89500914244067, 0.96700898437727, 1.10201551374921, 1.43300614533516, 0.245070737025426, 0.462018681892058, 1.85000928899363, 0.172050392299786, 0.293058991415796, 0.417020633064101, 2.1880076600227, 2.06700411184934, 1.79500927136108, 2.36000333487642, 2.25200756422557, 1.98000392635146, 1.98000831045688, 0.185046858767028, 4.21100361162912, 4.21100155023035, 14.7310011251368, 2.23100383747196, 1.20801407796704, 11.7280009041885, 3.00300267318896, 2.12500408496339, 1.112015124126, 0.337049498860826, 0.676015343330427, 0.800024752769585, 1.78800686904494, 1.68801001033057, 1.81200506524472, 1.00001736096041, 1.01200580051164, 1.0120181926828, 1.80000405958699, 4.02500583919449, 0.800010087691754, 4.2250025832593, 6.45000210876172, 7.57500305483473, 2.42500281666957, 5.60000348166707, 6.72500167225846, 5.70000190139959, 0.850010593822096, 3.62500478926887, 2.60000181279612, 9.22500035608448, 3.10000318164733, 2.37500730993027, 9.00000096450612, 8.47500433732624, 0.225037051322514, 3.12500555555062, 3.65000008941676, 2.32500823006958, 12.1250007159221, 2.52500840155296, 3.85000072881108, 5.02500498082415, 6.17500064281855, 4.72500214843008, 5.90000299715895, 2.875006038641, 0.875009920578682, 2.875006038641, 0.150059384501974, 2.4500078490948, 3.02500439548124, 3.50000496031395, 1.20000799670935, 0.525034593524467, 3.65000390411154, 0.950019037602808, 0.775012726492762, 3.02500726508085, 0.250034719811292, 2.45000403440857, 0.200040346973553, 0.275060835775221, 3.22500116576638, 2.15000578611047, 2.22500237549363, 4.42500316047442, 1.95000521449958, 2.22500627685933, 4.42500119876792, 4.37500396825217, 0.00416666666666668, 4.77500516171115, 4.72500412597173, 2.17501103385202, 0.350027089364811, 5.45000394846305, 2.90000451917081, 2.8000054374522, 0.725010447227504, 2.9250089871682, 2.82500383569998, 1.72501235318788, 0.0253463489951656, 3.17500470512364, 2.07500494633397, 2.12500816991894, 0.350023274937832, 3.85000489084615, 3.90000184431333, 4.4500027569634, 1.77500450897842, 3.0870074244714, 3.63700342433129, 1.9870120637305, 0.813008495141814, 2.07500912972004, 0.425023475956993, 4.05000733844641, 1.56200583198124, 19.6630019434187, 23.2880014332338, 13.6880000400129, 19.2379984599473, 23.2810018367235, 13.6809994366823, 4.8560044754542, 0.00814620671637719, 18.9370002377664, 0.400021319351201, 4.14700402239267, 5.25600217035007, 2.98700532393738, 1.56000550722851, 2.84300604176037, 2.58700324863891, 1.72301012565598, 0.440019785310977, 1.40701240389334, 3.28300263646201, 0.500034721016673, 1.46700592483321, 1.92900890085494, 0.0601444448362383, 0.295058921633723, 0.167051788239211, 0.250069434802061, 1.76200501045172, 8.10200190249181, 8.51900059553274, 6.15900273871054, 8.26900062633949, 12.6430005453904, 10.2830003596991, 10.0980012920162, 4.12400170052914, 20.0870012343215, 19.9020008634111, 17.6710014631152, 9.80400173990165, 16.6250010442773, 14.3940006564734, 17.3970008339051, 3.27700307617832, 9.0370016235679, 12.0400002059923, 5.35700197136538, 2.05000347147509, 0.262063479007929, 1.42501142025086, 0.363026689505248, 1.37501262620465, 0.625013888734571, 0.663028199251469, 1.67500441947612, 0.875019841044889, 0.300028170924034, 3.05000492922424, 2.25000385802138, 0.175098415738109, 1.37500631311682, 2.875006038641, 0.450020052616771, 1.30001449902968, 0.625013888734571, 0.800020938175795, 0.0501744512011716, 3.15000703733526, 1.25000694442515, 3.35000556388636, 0.250034719811292, 0.0256865435295573, 3.40000407898138, 10.512002689149, 10.2870034073137, 1.83800688216583, 10.2620018834907, 22.0750015493997, 9.95000163535699, 16.125001076658, 11.7879989358522, 6.92500174408002, 0.750011573984769, 0.12513881181401, 16.8750005144033, 1.17501401239095, 0.300028170924034, 3.32500598432096, 0.425019661443042, 1.25001388881173, 4.27500355641701, 0.625027777160521, 0.950009900315073, 3.35000747123204, 0.300028170924034, 0.0503452671942357, 0.925008621405068, 2.65000807722972, 2.40000514277203, 5.62500308641891, 2.35000598266529, 0.200087549334249, 3.02500058078759, 4.97500196379151, 2.60000562748849, 0.575027140846457, 2.5250011490262, 2.52500458686608, 2.45000430601969, 0.150113409067788, 0.150055571275584, 0.500034721016673, 2.37500365496795, 0.375046293438853, 0.725014261861773, 1.4500127360638, 0.225040865365852, 1.57501178582323, 2.30000301121329, 2.32500823006958, 0.850008686496379, 2.47500548870583, 2.50000347221981, 2.85000456573578, 0.175048833423375, 6.35000502285003, 6.70000205854449, 8.47500242997807, 3.85000454350611, 0.0384523781402899, 1.73700641649742, 0.924022389891255, 6.73800025070096, 19.5980014122895, 20.4109987697095, 21.9729994091907, 21.3350023523648, 23.6609990781652, 25.222998963232, 5.98500351112101, 3.25000267093907, 28.2859989581919, 9.0480012950827, 9.05500222247105, 3.06300255934517, 8.80000264042519, 8.80700162269705, 3.55100500732872, 0.248034667938586, 8.81600243085109, 3.56000238113705, 0.973017892295119, 0.00991755779275156, 3.97600419862774, 1.3890061884511, 1.89400921975666, 0.416020755576098, 2.75300632722533, 0.530016349544303, 0.590029339051896, 1.36400644604442, 0.459037694431354, 0.51901654026422, 1.24301423595934, 0.0711222552720543, 2.68400648362321, 0.922009346207339, 7.34700200825332, 2.16500420976201, 1.52701131979141, 6.74200091369381, 10.866000819548, 0.605014366928613, 4.13900413348105, 8.26300058514009, 18.0670013500285, 2.60300302202042, 2.79200603505102, 7.01200227555452, 3.73500525857043, 11.0550001367168, 13.4730018150135, 10.1960009505508, 4.83900333597654, 6.46100083236181, 14.565000772358, 9.20800017215007, 4.36900146805277, 1.15000525948107, 0.52503077906746, 3.10000407447721, 2.47500198141595, 2.17500721916875, 1.95000521449958, 2.42500639627331, 2.12500408496339, 0.750023147790935, 0.0501725504409321, 4.42500316047442, 3.05000208314372, 2.42500639627331, 2.30000301121329, 2.02500819190194, 1.40000581891506, 2.6500061698858, 1.02500808733313, 0.375046293438853, 1.62500534187156, 5.02500498082415, 1.02500808733313, 0.200087549334249, 3.20000347561127, 13.4620030901752, 1.82500551940006, 2.07500912972004, 8.18700133494337, 19.9749993432631, 5.27500317148112, 3.56200514863291, 15.3499990396296, 1.52501291016018, 4.6250018768765, 20.2750023821605, 3.40000407898138, 2.97500812447575, 4.92500481430576, 6.3000019927922, 5.87500147754119, 4.92500276215853, 2.90000070447748, 7.82500298161127, 6.87500126262615, 7.80000146284392, 1.95000521449958, 5.32500402324054, 6.25000138888873, 8.60000430755144, 1.55000483741161, 3.60000329665077, 5.95000222185599, 3.35000365654067, 2.65000480155634, 4.32500477706662, 1.72500350632432, 0.725026234707464, 1.62500534187156, 1.65001204772115, 4.1000044060253, 6.47500497006954, 3.37500257201548, 7.77500375881848, 10.1500023811059, 9.92500098629087, 3.67500159911621, 8.900003476565, 8.67500023770099, 7.82500298161127, 1.25000694442515, 2.51200794885564, 1.66200778641791, 1.48701500160372, 6.16299960795828, 16.3259993696771, 16.5009980693974, 20.3510006852372, 17.9880013523257, 23.0039995111084, 26.854001368477, 20.1160029458745, 6.50300254792734, 26.8830010196429, 20.1450018423417, 1.19001512313064, 0.029297135886161, 40.8420023400579, 19.5070004144794, 16.2570010373984, 20.6970009229513, 22.3570001738181, 19.1069998515907, 16.0440007540297, 2.85000247360336, 8.29100195354193, 5.22800179462636, 5.47600297275032, 10.8160003402725, 2.7170066358489, 2.96500284184267, 2.95600596281634, 2.51100334519083, 1.07701578407136, 1.06800796761401, 0.652026577338284, 1.88800484760835, 0.620027886724055, 0.204042543492073, 1.16001505220813, 0.448019330046694, 21.3760012165356, 20.0120007561094, 19.9410010937837, 21.1720008181743, 20.8500004988812, 20.778999984788, 22.9440005239767, 0.83800970247434, 7.12700229100453, 9.29200098950974, 9.89700182856559, 13.6520003478353, 7.6130024349508, 8.21800122985429, 10.8210014651541, 1.679005070885, 12.7400016106798, 15.3430005009166, 26.3979999443193, 4.52200199401366, 16.7490006321882, 27.8039992593488, 21.3430002717465, 1.40600583441697, 37.6040005532353, 31.1430008814543, 26.7740017699527, 9.80000203018001, 49.1530011848095, 44.7840015442344, 18.0100007108671, 1.70000586913864, 3.65000628234262, 5.00000347222102, 3.05000208314372, 3.10000407447721, 6.70000205854449, 3.92500366027194, 3.97500065790889, 1.67500960187565, 0.875009920578682, 2.875006038641, 0.575015859339605, 1.60001123212479, 1.10000636551788, 0.525032686295963, 0.500017360809713, 1.52501100282578, 1.10000827285283, 0.0503471614338869, 0.975007377228281, 2.8000054374522, 0.550016926978178, 0.0752299844620145, 1.90000418723915, 7.17500356407544, 0.900009263544409, 0.425040084844088, 5.70000228584353, 10.3250024444027, 1.47500626657887, 5.20000410161311, 9.82500164645645, 4.90000125426591, 0.500017360809713, 9.95000250777445, 5.02499943865587, 2.12500816991894, 0.12506942516503, 6.65000032187543, 3.7500023148141, 1.80000888210052, 1.62500534187156, 2.92500707982344, 0.975009284559498, 2.52500649420952, 0.825009377423841, 3.40000663208193, 1.8500069809988, 0.800020938175795, 4.3750038914743, 8.62500201288221, 5.97499992693393, 4.35000246518069, 6.77499899244476, 14.9250004002841, 13.2999998897339, 9.92500098629087, 8.95000173283379, 9.92500098629087, 6.55000056233622, 2.875006038641, 3.37500257201548, 11.3000026807904, 14.9750009611395, 13.7250016463958, 17.8500008677753, 25.1630007967575, 23.9130004698172, 17.7500028854393, 10.188000577379, 33.5250001363859, 27.3620017363159, 9.37400240136552, 9.61200041481442, 29.1540027851329, 11.1660020972947, 4.66300382997339, 1.79200561462024, 21.7550016277252, 15.252000185765, 15.2230014284623, 10.5890003295824, 22.4840000244734, 22.4550003102817, 1.75800929563136, 7.23200083599443, 21.3730009572502, 0.676012482361823, 2.17400777215475, 1.08200780141405, 2.31700692834119, 0.533016278342582, 10.283001233667, 1.64100508379468, 8.21900197498495, 19.0349998564086, 21.5460000943285, 8.75200084687825, 46.8509997556786, 49.3619994491552, 51.2499998619162, 27.8160002968118, 56.4889984820035, 58.3769985732282, 58.8249986738852, 7.12700011934897, 48.7099989640533, 49.1579987384439, 27.9859987740364, 9.66700071485205, 60.2409990331589, 39.0689985589772, 38.2309994470308, 11.083000966337, 39.7170013984241, 38.8790018407027, 52.5310016599147, 0.64801602023807, 14.8970024318892, 28.549001282528, 30.2280014536264, 23.9820007129134, 13.5220018351396, 15.2010010230932, 10.6790020033793, 15.02700100491, 20.6920005128687, 16.1700001362877, 14.7640011148732, 5.49100080267146, 28.1130010104612, 26.7070010574511, 16.907000614872, 11.943001520289, 31.6030011902192, 21.8029998945958, 3.79300384472128, 4.89600168143627, 11.8140006455625, 6.19600245384952, 9.98900118944597, 4.30000316314202, 2.40000685231682, 4.82500436109529, 1.87500462962391, 2.75000631312407, 0.525016152673462, 1.17501401239095, 2.05000347147509, 0.950019037602808, 0.700013163609748, 1.40001201927238, 0.300030078088729, 0.800020938175795, 0.650012973101778, 0.625027777160521, 1.72500541366739, 2.27500915711862, 0.925010528734351, 1.7500099206068, 2.30000491855879, 3.20000618828078, 0.0253444675968998, 2.42500830361631, 3.32500337363123, 4.8000047613051, 0.12506942516503, 2.80000734479661, 4.27500355641701, 4.77500516171115, 0.525016152673462, 3.90000597744158, 4.40000349873132, 4.27500558695415, 0.375023147433743, 2.35000776916377, 2.22500428283892, 0.600029315938846, 2.05000537881979, 1.9000106632765, 0.275033089548945, 1.10001616417931, 0.325025563989133, 4.75000365496935, 3.92500335601442, 0.45003934146729, 5.02500325335183, 13.5000031933566, 9.12500095129371, 2.35000967650641, 9.57500166952477, 10.8369995878619, 4.06200241167265, 4.88800404006175, 1.71200305625627, 24.0150001125762, 32.9650004159143, 29.5900007393101, 28.0769999734763, 46.0550002053034, 42.6800000317256, 24.8300001460679, 13.0900003388948, 36.1600003275313, 18.3099999400306, 8.12200187814176, 6.52000131229993, 23.2230003203365, 13.0350005133542, 3.42300540758835, 4.91300187366554, 12.1020011942395, 2.49000373411942, 0.698024349613976, 0.933009391608839, 22.9150007194839, 21.122999602237, 10.5340013295751, 20.4250001388943, 38.099000432796, 27.5100007828422, 20.278001687759, 16.9760012971704, 9.42400186701851, 2.1920043492023, 3.27400547056389, 18.0860009224648, 0.280061730134913, 0.80201086933807, 0.839020440604514, 2.47200363361925, 23.2580001666236, 21.6170000277212, 12.8650011206021, 22.4559997609481, 49.3879998861318, 40.6359998931828, 12.820001049045, 27.7710002210235, 81.2239973298325, 53.4079972938805, 46.2809986051044, 40.5879976503934, 64.6559984984956, 57.5289994795034, 67.1959994038731, 11.2480018703748, 32.4889989474549, 42.1559984358955, 31.0729986055952, 25.0400012621949, 25.9759985931567, 14.8929983245607, 14.2449963359391, 16.1800008416749, 2.61300942121388, 1.96500457016811, 25.947001172639, 12.2799956714855, 7.28600549559572, 16.6959977580775, 31.7229982126774, 9.25100420371748, 19.9569996949992, 34.9839995004486, 29.4930006191695, 3.26100424884224, 35.7890000425914, 30.2980006221992, 18.3550004880882, 0.805011088398298, 33.9119992607253, 21.9689983504498, 17.0729990637503, 3.61400081501081, 20.1120003749403, 15.2160001737602, 25.2050006125024, 1.85700311810643, 2.90900636479003, 7.08000114977313, 18.1250004789272, 1.02500808733313, 0.500034721016673, 2.10000864864772, 1.57500627439098, 0.875019841044889, 1.0750088378388, 2.10000864864772, 1.40000581891506, 0.750023147790935, 0.525016152673462, 3.40000472473616, 2.75000315656384, 1.82500836850959, 2.00000434027307, 2.35000776916377, 1.42500532866872, 1.40001201927238, 0.400021319351201, 2.05000770588089, 2.02500390522065, 1.90000875593704, 0.625013888734571, 1.70000906798532, 1.57500436704903, 2.10000674130659, 0.325027471181034, 1.92500825580201, 2.45000239867381, 2.82500500111268, 0.350025182151321, 2.27500724977638, 2.65000289421006, 4.70000445679083, 0.175048833423375, 0.200087549334249, 1.850005073655, 2.17500721916875, 2.85000342727666, 6.07500171338675, 5.75000150966164, 0.725022420136189, 7.92500033239882, 13.2740033830985, 8.24900160163237, 1.32601330640027, 7.52400322891042, 0.325054177228118, 9.25000093843839, 10.961999569594, 7.92400088185338, 9.82500252997337, 11.5369995011895, 16.5400019651712, 0.575015859339605, 36.926000111578, 8.84900095807634, 4.24100379227343, 25.3890012345414, 9.27200218522847, 3.81800163653236, 2.70200704325353, 0.423020856587244, 6.71200200292898, 0.192044641462747, 5.10500294304081, 2.89400305290503, 10.7770017401637, 5.86400150272418, 6.7970026643803, 10.9690003560193, 26.3320013917379, 27.2650011385371, 6.84000364443546, 20.4680011341143, 43.2040023053743, 22.7790025707133, 5.80300439555466, 15.939001627985, 20.2600020394717, 3.28400304001445, 21.3700016516391, 2.51900445310872, 11.7250018621614, 6.36100142568765, 8.83300214858818, 15.0090013565549, 25.132002567628, 27.6040023133686, 5.1480059969081, 18.7710022782409, 72.1400015376557, 49.6840020973227, 21.9130028064346, 44.5359994930067, 68.2280008953264, 40.4570009469844, 0.13112916802792, 18.5439991863676, 43.5930027175905, 3.00500777151043, 8.24299832198516, 3.13600435494574, 1.46200986071298, 12.7099997674432, 12.3300032390926, 4.46700481191361, 28.1459967105735, 3.10599797299572, 13.0740064548637, 15.4359975716353, 22.8639991724068, 6.68399940661709, 5.59599995910476, 19.758003674207, 18.5429963891433, 6.26300187428699, 2.98800858736671, 11.8589980769512, 8.60300265889864, 17.8540043924466, 14.5930035090233, 14.8660017130704, 31.7180028666942, 28.457001037463, 27.6520010550889, 13.863999039208, 20.4219979204307, 19.6169972076385, 16.0029994369169, 8.03500474245175, 16.9690027931269, 13.3550040069189, 15.2120029418143, 2.64799827327678, 3.35300581864856, 5.21000075060619, 23.3349998284672, 10.0020035839462, 17.4949999242318, 0.630014846600814, 22.7049983986766, 2.55000264119873, 3.62500478926887, 6.97500096316938, 8.05000031539046, 8.57500088021022, 4.42500119876792, 2.8000054374522, 3.32500146628409, 5.32500211589308, 5.25000165343889, 1.27501323501937, 0.725012354544638, 0.325054177228118, 4.60000036119863, 1.05001767865251, 1.45000674951398, 0.825021806422656, 1.7750064163218, 0.800020938175795, 0.175048833423375, 0.500034721016673, 0.650014880411224, 2.00000868053672, 1.67500441947612, 2.02500819190194, 2.17500322811831, 1.05001767865251, 0.700013163609748, 0.875019841044889, 2.72500356699239, 11.3500019110829, 11.1750019211926, 8.32500284835775, 12.0500018647871, 1.62501068372556, 4.47500232125809, 12.4000010186198, 12.8000018225775, 3.27500491962923, 11.1999996306405, 18.7240018579977, 1.20000799670935, 4.30000327452707, 11.8240020464029, 3.90000597744158, 6.90000087658176, 25.9450022713234, 18.021002297487, 17.4460020479905, 14.1210009046437, 20.1880024926622, 19.6130013123429, 5.77600302861992, 2.16700382268515, 24.6010014915351, 0.788011122666478, 1.21101477859242, 4.98800165636419, 1.29901315129201, 1.72200516303561, 1.17201474447744, 0.511016666682294, 28.2110001042328, 31.104999821309, 20.1360008397813, 29.9329999009004, 60.148001005803, 49.1790013290248, 28.7110010471899, 29.0430014738131, 50.278999971932, 29.8109992078123, 13.8719990847739, 1.10000636551788, 26.4709994198921, 10.5319985048719, 13.0510000179956, 3.34000275155549, 9.76600061804159, 12.28500055401, 27.2940012616883, 0.76601017258332, 27.1079985347295, 42.1169988785911, 23.3459976003335, 14.822998632489, 64.9480002215315, 46.1769983264121, 1.64100941989779, 22.8310016619474, 68.9849970473193, 24.4489978526061, 5.90500171936637, 22.8079990378192, 33.2719960662271, 14.7279974155633, 11.5919967369387, 8.82299903073049, 6.99199924813387, 3.85599742940623, 8.3230001327951, 7.73600118313377, 8.1790029771364, 3.71200032435211, 11.7240005042556, 12.034996753991, 23.9000022522852, 8.46400554218644, 11.2940002554595, 20.1880039700249, 19.1250009077705, 0.633016948002571, 12.4920019696122, 10.6609962976334, 12.2949995809919, 24.1539958732998, 9.28799625396458, 11.6619956784277, 38.676998587302, 23.8109973738381, 9.94700034155303, 14.5230032222225, 26.2449957786893, 12.3809974052208, 20.4160012165788, 2.43400167428483, 2.85900723210086, 5.17600417951829, 7.82399971651491, 15.2399984333599, 8.60700046069567, 5.95900490519877, 4.04300356169265, 13.7830015758465, 25.6000029669867, 15.5980001292711, 7.10700088642214, 19.640999282293, 28.0329996580061, 5.32800265157171, 12.4350001640168, 0.650012973101778, 5.07500227649903, 3.57500561918997, 8.00000108506937, 2.75000631312407, 2.92500411211781, 9.05000115541533, 3.80000152141704, 0.800020938175795, 1.05000750422978, 6.07500171338675, 1.47500626657887, 0.3000590089783, 2.27500343415653, 4.97500196379151, 6.75000128600811, 6.10000132020493, 6.45000020141349, 1.02501846338313, 0.375023147433743, 1.80000888210052, 5.72499999037554, 2.70000719297113, 4.87500178062646, 2.15000769345194, 3.07500358588235, 4.92500276215853, 2.20000280129641, 14.2500012183235, 0.0501725504409321, 6.11300180243343, 18.1630005847367, 5.36300219960339, 3.91300232519968, 19.0380010187303, 6.23800035396311, 7.43800205945164, 0.875009920578682, 2.01200775901711, 3.21200259572652, 10.1120012286007, 4.22600188623609, 4.12500420875206, 11.0250004058823, 3.09600627897445, 0.913009614488787, 2.97500621713086, 11.1460006872518, 13.3130010294138, 8.05000031539046, 8.92100147307216, 11.0880001267505, 16.0760003398885, 2.22500428283892, 6.71600218830853, 11.7040002610224, 11.1930013908513, 4.37200172608872, 6.57800270793294, 6.06700181988105, 36.0000004822531, 5.12600114412001, 43.6239999936136, 13.6910006187749, 15.3520023210551, 49.6910001594319, 48.4640029674799, 19.4210018812936, 18.3210039078121, 34.7730028741466, 9.41800111097489, 8.31800183704373, 11.6580024352462, 10.003003034543, 10.6150033139927, 13.9550024530937, 14.7210018507298, 2.29700466408903, 30.2170034432001, 30.9830019891559, 16.1600047364353, 16.2620015713915, 60.3959963812047, 45.5729982373509, 22.741997528531, 29.4129946798922, 65.6990053912054, 42.8680040477098, 20.0600060534472, 20.1260075113885, 46.7770007983924, 23.9690021321771, 15.1460048693948, 3.90899880269144, 15.9870005976705, 7.16400267653457, 14.900002691054, 7.98200334581676, 0.653026464087336, 7.0830014086532, 19.1179971239234, 7.81700245324465, 1.54701592206993, 13.5820013715439, 33.7700047865595, 5.53599705141892, 0.220080120258708, 19.9680027540592, 30.6289983695538, 13.8020025820595, 11.9200072548081, 22.5810016661568, 10.9190079376462, 8.04799759959434, 25.0059973983795, 13.3440024205407, 1.17901557967464, 2.42499900197793, 24.9620063107358, 10.4390038222729, 8.00500705159428, 11.6180045923789, 9.76300226653677, 7.32900356478261, 22.5690010133865, 0.676015343330427, 17.4339991037294, 2.19400420063414, 11.5890021999722, 24.7630008388266, 30.2220006965231, 16.4389997040719, 3.20200508626112, 28.0280001876398, 32.1759992273113, 12.5350005399175, 0.100173841477269, 15.7370000633204, 13.6060002689093, 1.17100693989947, 1.0710072505775, 6.92500239791869, 4.00000434027542, 8.17500326809192, 5.25000165343889, 4.20000489653455, 1.25000694442515, 4.40000356423592, 3.35000297267904, 1.07501691267748, 0.850010593822096, 0.625027777160521, 2.90000261182414, 3.55000412751206, 3.97500256525648, 2.6630066261841, 3.78700104097782, 1.93800868358403, 0.237036135781102, 10.2130010437752, 4.48800280392032, 1.41301239346001, 6.42600194594149, 9.21300218196067, 6.1380009488388, 6.08800314923926, 4.72500126494989, 3.51200407361554, 3.46200240056938, 0.451038706665244, 2.62600370997434, 5.73700444523127, 1.82400607132274, 0.949019606164997, 2.27500534150196, 6.57500340341179, 5.70000228584353, 9.92600234414663, 4.75100127778418, 6.19700330507397, 10.4230011685203, 9.51000205444535, 0.497017206209363, 9.69800269807199, 8.78500178919733, 16.835001069398, 0.725011400886071, 5.63900301772111, 2.41100289849039, 0.186092233068065, 14.4240013418646, 1.97100947963959, 4.19600312162461, 8.56800281973008, 4.38200195043944, 7.71300159476148, 3.34100220146161, 1.78500957349911, 11.9090011256356, 5.9780025913614, 0.852010424892973, 48.8390001037064, 2.63700337575112, 32.7479997214268, 16.9430013057958, 51.7160037536697, 31.8959992269248, 8.36800210521988, 26.4050029227408, 16.4020014857213, 25.3110011669304, 22.3160026700567, 12.3130004303329, 14.6100017986548, 4.08900282480765, 0.900017001147431, 1.39700938751211, 17.6590051945566, 13.2129980934944, 24.867996913951, 8.60599618688637, 20.807000040931, 26.2649997201474, 40.0420002504671, 10.6290062488145, 9.49700347601139, 31.4360049148061, 31.0460058082294, 10.9199989638681, 7.01100406318052, 20.4170002420577, 0.491040300897047, 4.40000349873132, 3.58200557918229, 11.411003873511, 28.3330007958578, 20.3509983513467, 12.5339979671529, 23.9329990199289, 16.2679988088933, 8.45099742608928, 2.91500687130365, 4.08300230912871, 3.02200891872434, 8.55799967154725, 22.3600013867876, 11.4730003293612, 14.6589977663627, 28.4609988401545, 36.508995531682, 6.10099934761365, 19.9950036148545, 28.0429995771226, 25.6180045229066, 8.46599681391787, 11.919000174853, 9.49400421021823, 2.12400872307969, 16.1240010876788, 8.244005401806, 3.37400312209377, 2.69800448167966, 1.25000694442515, 12.8510069051527, 12.1750037647396, 12.5879988157031, 9.47700592084256, 38.7290005398243, 13.9660002248206, 14.0620015092699, 26.553997366697, 37.5700001569246, 9.54200072661527, 6.19500249726297, 23.6040004593105, 17.2330008090698, 1.49600609241501, 0.425041992009419, 7.69100111340523, 3.26200445247514, 2.19100394665256, 1.76600375570529, 2.86300199438072, 1.61300972561645, 11.875000508314, 10.6249998633192, 11.4750009407462, 9.01200104714516, 5.28800338992525, 6.1380019025129, 10.1130025864629, 5.33700056600019, 9.55000105497791, 13.5250002603458, 13.288001413337, 3.41200129290459, 17.1950007044846, 16.958000694991, 10.532001236428, 3.67000244156713, 16.0110017175636, 9.58500094378653, 4.86000418259489, 0.94700871619906, 0.0991742348788278, 4.62600228082852, 2.00000868053672, 9.48600192980058, 13.913000400971, 11.2869995178549, 13.5620015547872, 9.28699968347902, 1.37901229966641, 3.65400361159131, 8.40500275221452, 9.90799991481216, 2.89600494962772, 1.85500517544826, 2.3520076179237, 6.55000151601035, 0.897019667228543, 1.39400628047594, 0.669026575921513, 0.958009244183595, 1.73100997609242, 1.00600914754023, 13.4180015151196, 0.337025650537397, 6.57600380736801, 7.84800067883895, 12.2300009617875, 5.57000220694617, 2.32500632272707, 2.05700533389255, 9.85200104502843, 10.1729992816384, 2.71700735110296, 14.6260019515338, 17.2630024476388, 4.77400389349236, 4.37800422493213, 7.01500158075032, 38.9109997442706, 10.2480019456814, 11.0060011425469, 42.901998722232, 68.2129995983853, 3.9910013968343, 11.2650004539663, 36.5759999741152, 40.6650008656202, 31.636999881466, 1.42001039504303, 5.50900044655411, 18.7219972346839, 35.1560018147559, 9.76200281603524, 3.45099891430145, 29.7159963728088, 15.2710004768813, 7.41400380650883, 18.8509983852872, 50.2870029087171, 10.8649986627163, 0.93301726490392, 32.3690035640734, 52.7860034416891, 17.9179997520382, 25.8769995722762, 46.293998905771, 34.8829961031643, 6.49200573164597, 62.9000018018902, 51.4889985816764, 27.5560003858895, 16.6060033303532, 57.4010012790156, 33.4680025787047, 37.5510029647756, 5.91200403176999, 8.73100479606107, 12.8140036681499, 24.2870032783079, 24.7369998626326, 18.4000024694175, 6.92700320627244, 0.826025046244729, 31.2140047946997, 24.3709952802389, 18.2699971181927, 26.7359930809941, 17.4439931123704, 0.46404193091667, 8.93000127724239, 25.0540015474398, 17.8059926139724, 27.9480062974627, 11.8240058610999, 10.5740067688201, 36.878006216831, 34.7980008346045, 33.5480005944437, 24.0709960520566, 22.9739955865829, 45.2310031914493, 35.75399804552, 9.2000026500164, 11.6830032149311, 47.7929958161372, 21.2389988217943, 2.36500901930056, 12.0389983711829, 28.8960005092609, 5.29200145721095, 2.39900740464689, 7.65700262903682, 6.10900209420986, 1.58200621948666, 3.34800475826761, 0.817010060278061, 0.235074475619598, 2.00100378878881, 1.34700656641627, 2.86200254475594, 6.15000339514858, 9.72600161717387, 0.714011905771596, 6.05100155687499, 6.8640015850841, 0.913019122067044, 4.42400079485361, 1.01201723902465, 1.62700519034703, 7.34900138581478, 3.93700247952295, 0.267065213288394, 2.92500315844447, 3.92800486996609, 0.258034017162199, 1.20501433118192, 0.00991755779275156, 0.557031328296985, 0.39002164688292, 9.87600216226687, 0.815011184969453, 2.00700861974349, 7.47900220588405, 16.7660008295014, 2.39700298055402, 2.58100800823184, 11.8680007619429, 1.96000984950654, 4.89800153575386, 18.39800070713, 8.49000174723704, 1.94000948306086, 6.53000106230581, 10.9000012112927, 17.4500003067182, 18.4080009354992, 19.3900007910048, 17.5830002168117, 18.5409998807183, 18.2040004730457, 0.133064671778829, 18.5410003488999, 18.203999996197, 12.6340002450076, 0.00416666666666668, 25.1420018425608, 19.5720009470591, 9.39900392231794, 6.9380028838511, 6.3840015903218, 3.78900184848323, 8.56300366014643, 13.1880022909066, 4.54900360284313, 0.225040865365852, 10.0230005419417, 8.33800038495575, 11.0990005876425, 21.3470005287108, 17.356001900563, 11.3240020788184, 10.9600006685157, 6.96900110826639, 38.6059999194569, 10.387001873311, 5.65600320683157, 25.9809998038688, 61.1370013215683, 12.6250006875687, 30.1720009835773, 4.98400290135176, 20.2550019252424, 56.1530000325173, 27.3869978568184, 12.1159980309072, 1.25101332839937, 32.3709986507268, 6.56500508589995, 17.4300008031996, 35.3480000639022, 18.6810002205323, 24.2510001665762, 42.1689989241133, 48.6610034695696, 6.82100041812998, 44.178997432767, 50.6710016056383, 34.0649991363556, 2.01000264021653, 43.6490024729389, 27.042999588569, 21.1309975256961, 7.02200059532505, 0.0473650381629772, 5.95900109050244, 18.7780008024749, 27.0899966583246, 32.8110051677965, 8.07400620207691, 23.1400001399125, 26.8520053281568, 32.4810033421176, 1.26700514227355, 16.176995396928, 24.4069980363225, 7.09600311799135, 10.3479927822231, 7.45800251095583, 5.8290038695718, 37.5119938710181, 19.7060017222414, 17.1720057107195, 27.1640017844047, 58.515999137022, 21.6379932600587, 1.33601534461111, 38.8099977822618, 41.2239956298811, 18.2500004756469, 6.56700017176646, 19.5860027930555, 28.621002803852, 16.9380002378318, 4.89900561899966, 10.3710030342682, 22.7119987502425, 10.6730011490125, 3.01600459666533, 5.77399976388513, 7.13400511911873, 0.52301540720943, 1.34001120124666, 3.53900010297449, 0.99201808078945, 1.80900481379056, 3.15600563830984, 0.469020278231725, 3.73900496368112, 5.08600214925937, 1.93000480286701, 9.67500204162408, 2.81100700009946, 11.6590023626392, 4.79500236346539, 6.42200311155261, 1.98400410443228, 22.3280008462134, 23.9550002860753, 21.0300005585114, 17.5330000106316, 43.4730009257821, 40.5480005497743, 40.5570005882842, 19.5180010474683, 1.76501017961701, 1.77400506105004, 2.58900740761458, 38.7830002161943, 1.23201444267851, 2.04700512562667, 4.44400415077936, 0.542015832448478, 0.655026237958873, 1.74200460925094, 6.64000200427333, 2.70200383061915, 36.7900004337506, 41.6879999335685, 35.1580004861732, 35.0480005833696, 21.9340003299376, 15.4040003689765, 34.7940006477417, 19.754000626353, 9.21100137365418, 10.1790017072827, 10.3120019582413, 24.6149996469341, 9.07600212648211, 9.20900057640557, 9.20900151902199, 1.10300851078713, 5.41600547908001, 5.41600387632003, 1.52201076586763, 14.6250025008908, 11.7250018621614, 18.6630024792812, 5.47500355244779, 17.1410031614498, 18.1260023158337, 4.93800148325077, 13.2760003769204, 0.537016820772812, 3.87200422435633, 12.2099997954109, 23.5340011344319, 1.0660081278205, 8.35700052103707, 19.6810001969221, 9.29400058625309, 3.85300289380233, 27.7960001515678, 17.4089989880045, 4.78400211837445, 8.11500084081074, 21.3950003155458, 8.77000049389044, 47.3830007402399, 3.98600319246938, 42.7459987887142, 13.4070021428257, 45.7780002571754, 33.9759991339698, 0.440038082133824, 31.9310000277129, 13.2500013102725, 13.847000748961, 47.6399997540714, 28.9589999335424, 22.1380012725034, 15.7090001863739, 23.8970000856284, 17.0760007219713, 15.0660030444268, 5.06200198950483, 7.52500383300248, 9.53500075780071, 2.51300739679055, 24.6010020923557, 40.7570003954488, 33.7350008676676, 6.64500688511655, 31.2220004000972, 63.2429964903347, 36.1530001180358, 9.30099673963315, 29.5079958996451, 38.527000877868, 11.6749961658801, 12.7320036218813, 2.37400420582309, 4.14799918053746, 20.2590031140258, 26.0880057314005, 7.52700158050163, 30.001000029368, 35.8300020733253, 8.66600236956985, 9.74199765618148, 51.1780017430385, 24.0140003004438, 14.7959987929942, 15.3480001383361, 43.8030018001538, 4.99300558375828, 14.5929996943263, 19.7890019034993, 16.7740031101964, 2.81200336162475, 13.1830037888553, 11.7809989668073, 1.43701235610205, 11.8080032070656, 17.5820017198585, 1.37500631311682, 5.08200414861683, 10.855999792529, 7.31700371548153, 6.72600303009852, 5.43000350243269, 1.891007245475, 1.42201309388865, 5.4260002875518, 0.238071897389873, 0.707013010316061, 2.63700762124673, 2.12900569471706, 2.40600735307477, 4.33600244447736, 1.6990045141159, 24.2649997473882, 22.281000439681, 28.7600008325366, 26.776000823917, 9.2430028624898, 4.4950027703907, 42.4729995046732, 24.9399999284409, 5.42200217963628, 15.6969991491987, 58.3080037233465, 38.7900030466593, 77.5730030390501, 33.3680041053609, 43.9020027300462, 82.6850024319488, 83.2270023524594, 5.11200120979288, 63.1069996723838, 63.648999350554, 66.3510000938089, 19.5780033730706, 45.5500005718789, 48.2520009886162, 13.2040017878596, 18.0989995030527, 7.86400228968493, 27.1840005730033, 7.43000240338011, 40.3880009416289, 51.6390002751664, 31.8850000242904, 7.27000284581143, 24.4550000402478, 36.0650005386044, 11.4500015210665, 10.3470017999585, 4.18000238186305, 13.1900018502903, 12.0870006113613, 2.53800885461482, 1.7400047599367, 4.2150042714733, 10.4100025886276, 6.73100347954436, 7.8720008433134, 19.4540032727895, 2.3130034782815, 2.85000647308033, 9.04400158542398, 4.81200292886149, 5.34900159994866, 6.41500266818312, 2.4990030692519, 61.3080008477538, 62.3740006884859, 66.2270014523311, 55.9590007425869, 75.7140009312028, 79.5670014518709, 71.4520018146311, 13.3400008033042, 46.7840007678193, 38.6690008500939, 34.6830001114663, 32.7830012108332, 18.4250016098304, 14.4390002540507, 19.5370001142437, 20.2440003868348, 21.4540003285731, 12.5220000523552, 26.3690001395921, 7.01500110391324, 2.93100758647096, 10.9159992540763, 4.793004797105, 15.453001584078, 6.07500362073449, 21.7840007952116, 16.72200116029, 16.9909997326932, 44.8779987389021, 39.8159982954094, 15.2149974789432, 23.0939983312016, 66.1290018799656, 41.5280000869587, 10.3060014404227, 26.3130038699351, 65.2729952610941, 34.050995127975, 4.54300308908519, 23.7449954827616, 37.0079960745866, 7.50000115740732, 5.12600283755586, 2.95700366801508, 8.10599731998421, 10.4799965558367, 2.95300117944009, 15.6059957344548, 22.4059990048226, 14.8789983861443, 5.13700441721648, 11.9260032303094, 24.1869971777479, 14.4450002957626, 0.903019103764285, 9.30799958981749, 21.5700004996972, 6.22200151720924, 13.5670026224306, 7.12500121832348, 14.9209987831644, 4.86800562840036, 16.6490031179672, 8.69899849543853, 1.9680073263284, 9.81300060993931, 11.1880012771035, 6.83600361968262, 14.4810001918089, 15.8559995403818, 22.5820015012249, 4.66800112716578, 8.60899936159452, 15.3349996505343, 20.7609986084536, 7.2470028457625, 7.07900101815463, 1.6530051293165, 0.476038210893944, 22.4139980374293, 11.6600032437065, 9.53100104809975, 7.83200294911072, 10.0070027442792, 13.3320001272868, 11.633000166367, 3.80100097149998, 63.1870023193856, 58.6920016385737, 59.7889998478681, 55.2939988752508, 39.5970005605154, 3.39800517911607, 49.7819980294068, 34.0849993391464, 0.717019452553827, 5.51200261244393, 33.4980016169059, 0.1300640111919, 4.98200574306537, 0.587012773703558, 6.43500407120924, 11.5470016367682, 8.03100420643895, 6.56499994895674, 52.7380031062951, 33.16000010919, 15.0610019766942, 41.191002102829, 70.7120001387071, 52.6130010347398, 12.2250015631828, 37.5520002769373, 51.59400115284, 11.20600086428, 13.2490009060135, 1.01900857206996, 5.86000238090516, 18.5950007338508, 22.7750013344926, 5.34600229513403, 15.3830005487567, 19.5630001690649, 21.3030003114208, 3.21200354940003, 21.2520006719581, 22.9920000037065, 15.1200010337807, 1.689005269156, 23.1290004607039, 15.257000538438, 6.21300213819189, 0.137063430958492, 20.8990009985616, 11.8550002744637, 9.35600180220663, 5.642001736924, 67.7159998596527, 65.2170001407321, 9.25800129542098, 55.8610002164308, 78.0029995282949, 22.0439991120449, 8.70400056028688, 12.7859999770067, 5.92600543209032, 19.2660031055927, 13.5169995754066, 27.9700015310555, 42.541000774314, 9.7580003097495, 10.4860021935188, 23.2749980841379, 11.2880016448262, 8.95600082047147, 1.9410089291365, 1.53000636019816, 30.1149989171005, 23.0999988499027, 7.64699972209926, 21.1589988996335, 51.7319987792007, 36.2789976605368, 19.287999099562, 28.6320002726591, 69.863996754236, 52.872997448113, 29.7789999116117, 33.5849993429379, 73.7339975804267, 50.6399995610654, 24.3269965632656, 20.8610004771492, 49.4440005952674, 23.1309970793796, 0.614026687933246, 1.19600640348057, 13.2100003987127, 10.5349968566881, 13.4919980519077, 9.92099849459688, 20.8639992451945, 23.8209995099155, 8.21500608062667, 10.3290032207771, 20.3050011601923, 4.69900697427051, 7.22699977774572, 3.51600130920443, 2.03501219333467, 9.89099971795373, 19.1989984018303, 2.66400472330677, 0.453041252567225, 8.85499670783937, 15.9799968139668, 10.3440026092069, 1.31301676241293, 5.81199795351905, 14.5109951539304, 10.1680001212913, 10.3430039978727, 19.0420002727582, 25.878002837631, 4.53100777518663, 28.6239935264449, 35.4599955145739, 30.7919965660162, 9.5819940089511, 26.9490019564768, 22.2810024342722, 29.5280042805811, 8.51099497744213, 7.75000224014305, 0.503015609376998, 21.9110000904425, 30.0310023337309, 31.5779996647753, 9.16400241208881, 0.84302100616354, 31.0750010422815, 19.2850017013255, 9.27799985986177, 5.47700340633145, 10.1210001939204, 4.2660029099775, 0.465018820068471, 5.01200181587743, 57.9570008821977, 61.3550036398952, 54.2709964136467, 57.6689988687855, 63.1810000306431, 3.68600699367509, 17.4359980049824, 22.9479984251457, 23.534996770387, 40.2330019247415, 14.0539982751097, 13.4669996985349, 6.90200294261945, 37.0019953212669, 46.3390010765587, 39.7740022934423, 1.41701206886228, 32.8720019120206, 74.2880022478602, 33.0970003843465, 4.45500382069905, 34.5140001904731, 43.3990005678815, 5.84700160668709, 6.86600270403819, 10.3020008883851, 4.21000320825089, 5.2290007979579, 10.5750014509777, 1.63700634030749, 0.888020038856084, 4.45800213029105, 1.24601326964821, 6.11700104524665, 0.318055383324231, 2.89400305290503, 1.20501433118192, 4.14000148640077, 58.1350005275162, 56.4460002529673, 56.3090003235774, 55.2410003326158, 93.4299976299723, 93.2929974532757, 87.6509973599361, 36.9839975796818, 75.4210035718641, 69.7790032677112, 13.9180043296605, 17.8719945042618, 59.5859988265185, 3.7250008044718, 9.06100274000018, 10.1930054597732, 16.198002933378, 28.9840014591627, 1.01401706023268, 19.9230007713986, 40.2390007518844, 12.2689998072509, 11.0060001888727, 11.2549999320288, 4.82600381103371, 28.1009982337103, 29.6309991973606, 17.0949998211378, 38.9889988583682, 40.5189993139657, 19.3600015071031, 10.8880012855401, 53.2000029966247, 32.0410044518284, 3.40900930414408, 12.6810042550888, 52.5470012154018, 23.9150012785027, 9.66999996430341, 20.5059971274195, 43.9780048503345, 10.3930062063243, 10.4679963484357, 20.0630039727039, 21.012001863845, 0.151058452375032, 1.3470130107314, 10.6189964839593, 0.746017839944463, 0.450023867150524, 10.3710038712706, 0.897005221748921, 20.9609993634141, 11.0400017018095, 0.711022952665071, 21.4110035182179, 21.2860039284046, 10.9570015246601, 14.4730007723055, 10.2460030444795, 11.7150054492403, 8.19900618568584, 5.53500679871185, 22.6720050825825, 21.6560066610515, 18.9920048515949, 29.3360067563529, 13.4570013774806, 9.8440035336427, 20.1880039700249, 30.3560033795341, 9.1480035734134, 4.41800319720833, 5.75000150966164, 1.21900838270305, 24.6060031603992, 10.5509965184945, 15.0820013079792, 24.6639945393543, 16.3009954055638, 10.0110033211171, 19.5929951329852, 11.0820022990262, 5.07100085731131, 33.0699964051077, 24.5590022760646, 5.472003294787, 13.4770018342869, 57.071003264407, 27.0400012365538, 4.03500415003974, 32.5120013045931, 43.4570011319228, 12.3820006705449, 2.26100831173456, 16.4170003456486, 15.9490009702835, 5.82800203495841, 10.8400022310034, 3.56700234583438, 8.41800228363169, 3.40600268593508, 14.2460013760869, 25.3439944831344, 29.0299993773372, 5.02400553082787, 8.71000771048583, 48.9430087775725, 20.3199924926225, 96.3399965180973, 56.1069947836206, 19.1050004509571, 105.05000313439, 102.964996506502, 65.963001382818, 33.091000127919, 46.8580018942367, 65.9630015144154, 33.0909998655952, 1.42301253599736, 0.00416666666666668, 44.292000208864, 9.77800076569357, 0.524033298680123, 11.2010009886034, 23.665001649147, 13.3630015193472, 15.0000030647558, 13.8870016626826, 10.5740010467751, 12.2110011533848, 18.3280010159098, 2.78900457726618, 2.11200963926893, 8.22900210010053, 12.369001838474, 10.0989998829836, 31.2149997550921, 27.0750001298766, 28.1660009825963, 39.4440004642135, 77.8820030534209, 22.6410030384291, 14.3429959003658, 50.8070031920938, 18.6530046233677, 18.330994125889, 0.45903745603242, 3.98800113907121, 33.6979985620721, 15.8260045768198, 5.6330025022019, 15.367004959414, 2.5780096640043, 7.61500281839496, 27.5380026446021, 13.2480017538679, 24.806004270432, 44.7290041003199, 55.984003377125, 17.1910023970375, 55.5740054393494, 66.8290044176118, 49.7340053234445, 10.8450020211231, 73.9990026912778, 56.9040032958579, 46.0160030323135, 7.16999937962272, 53.6720012084766, 42.7840005996211, 30.1029974028956, 3.23200494411325, 39.4090008372652, 26.7279971509458, 6.22200291234786, 3.37500257201548, 32.1219945590289, 11.6159980617463, 8.44700828088323, 5.39399880168181, 14.7160045977123, 5.34700174551412, 15.9659968759546, 3.10000890368806, 3.7970092720218, 14.4160009683582, 13.5190061059777, 1.55000102272813, 19.6899956937342, 18.7929997294818, 2.61801047663716, 5.27399609171723, 34.0870061245519, 12.6760031872437, 2.43000744965455, 15.2940069152352, 17.4690027638434, 7.22300077454753, 29.8950048531971, 4.79300107866831, 4.72700867763212, 17.9450001785554, 31.4020009801125, 11.9500053040427, 0.203080806979032, 13.2540060870672, 4.10600703584181, 18.1479954734375, 24.6760032060039, 15.5280004369557, 9.07800484212457, 11.4219978302983, 57.3359988379523, 32.7299959927562, 16.4290019112278, 41.8079988648556, 58.7649977777327, 42.4640028136744, 47.5350021199887, 26.0350020881794, 48.7030032861565, 53.7740022366219, 40.2970013158386, 6.23900171177199, 62.7660019779555, 49.2890006872849, 16.777000508388, 8.99200059152393, 52.3400004842866, 19.827999552783, 3.41100438783529, 3.05100248656842, 2.36000796674121, 18.7770008895433, 22.3440011165001, 22.1880001165693, 41.5420002348116, 45.1089999215916, 30.8629995249242, 22.7649997709599, 54.621001084601, 40.3750002149983, 9.51200195018746, 30.085998823681, 9.76600824743474, 69.9389956095603, 49.6190034708426, 55.4310000690616, 39.8529970439862, 126.709004539176, 21.6590017511856, 25.1990010475418, 77.0900012188651, 54.1050017704631, 7.24700093841418, 7.24700213622758, 32.4460003667207, 8.24500294488617, 8.24500189205985, 2.95600524756202, 0.998009796536793, 25.4630019330379, 14.2620016462468, 0.375046293438853, 17.2180009161431, 3.92800391629285, 9.95900241276676, 7.17000249764792, 10.3340023811371, 14.1320031053272, 11.3430011772659, 1.24401534433304, 4.17300241586415, 60.3249991433838, 50.2260000049832, 10.7820011982066, 48.9819986208228, 99.7350045991212, 60.2910043248858, 9.48400299023601, 49.5090047682284, 72.057003262176, 21.2500004084967, 25.237999650298, 11.7659995780981, 18.082001692554, 22.0700000881435, 37.4370045530975, 3.16800200765193, 36.6979985199556, 52.0650026081316, 38.8170017900288, 14.6279989454714, 72.3489992634009, 59.1009980716813, 41.9099964469623, 20.2839970099822, 72.3800051226731, 55.1890031480104, 44.3440021615293, 13.279007611713, 55.8409960994768, 44.9959947607895, 37.8259968578988, 0.652006111598212, 39.5169911009539, 32.3469927610332, 35.5789952389361, 5.47900549058074, 30.327995872738, 33.5599978172516, 36.9349980286388, 2.01900149181738, 19.8639992870847, 23.2389987866199, 17.8450021935868, 13.6959997793101, 13.6380017612765, 8.24400434885229, 5.14400056740515, 9.6009988289352, 1.50301753232709, 1.5970055575995, 3.14700106115443, 6.74099860217871, 5.42400680186597, 6.97400026814011, 1.70001478999685, 3.82700574724145, 15.4349986833824, 10.161003967094, 5.13300661711429, 8.46099956110549, 24.3010032168609, 9.0069971185421, 4.21400100707306, 14.1400000035491, 13.9489987421721, 9.15599917805351, 21.1060036301846, 4.942003099259, 11.7139983692896, 23.6640018316691, 41.8119968751794, 2.55800205071927, 30.5080038039307, 48.6559984083872, 37.2340016259383, 6.84400303836443, 69.010998023787, 57.5890008526372, 15.781003144805, 20.3549999686945, 79.8040010720391, 37.9960024257253, 11.9610018939813, 22.2150005433399, 42.6250023146474, 16.5900006758281, 10.3510015093932, 4.62900158533778, 4.5500030526884, 10.7890003620697, 19.7810000613208, 21.1399998002708, 33.1959996684959, 42.1879989774264, 45.2389987968502, 22.4069999754164, 54.6020005544686, 57.6530000284952, 35.4650006421159, 12.414002164099, 88.0120012348561, 65.8240014441311, 43.059002325801, 30.3590014455982, 94.2230035717067, 71.4580041192805, 61.9460032404671, 28.3990023808594, 84.1760065233864, 74.6640053958026, 12.7180030018767, 125.637998173187, 85.7850014803029, 149.186998483681, 109.334001620533, 32.2440009733047, 23.5490006318308, 106.499001666007, 29.4090006918951, 3.03700541898192, 2.83500310006964, 44.424001130856, 11.9780013655773, 10.9800011233939, 15.0150009214483, 33.4769998014351, 32.4789984514708, 15.2609989098299, 21.4989990457333, 8.88400082504945, 8.33400258272078, 2.00000868053672, 23.5949996812526, 9.11300277484344, 1.22100778074422, 5.39400422567531, 0.779010471746724, 52.2749999506414, 48.1019994632983, 0.880018889099629, 53.4960004521825, 152.29399692491, 103.311998451332, 53.8029940970933, 104.191997611389, 122.571001194498, 73.0619965787718, 61.2959979028629, 19.259003136274, 61.9069979611027, 50.1409990134549, 53.3089984335796, 11.1549995574731, 42.7080005896127, 45.8759996399014, 31.2480016542239, 7.43299982506679, 52.3239978293588, 37.6959993757857, 17.4120035605538, 6.44799939311527, 39.0130009332896, 18.729004369732, 5.45000013376801, 1.31700793390858, 17.1410074825674, 3.86200175940237, 3.21001212229715, 1.58800290286766, 5.00499309278289, 4.35299882032761, 9.83200249819773, 1.14299770688195, 17.3320017341014, 22.8110050192143, 24.8300025302536, 12.9790045750652, 20.5750130508271, 22.5940097836113, 36.2900090233211, 2.23599631383088, 16.4389964174213, 2.74299938044391, 6.85800424049554, 39.0330049831323, 23.9030006042448, 14.3020025600719, 7.56100693480966, 21.1600040723435, 14.7160045977123, 7.97500719198563, 4.1480068099243, 0.414022431764128, 3.319005474962, 0.50802032217488, 8.96900370569863, 4.65600772375277, 1.64901260341474, 10.1100014689623, 24.2500007159221, 1.14100644816327, 5.5310013688544, 8.60900216797949, 13.5510037836094, 15.6409993953193, 15.8830005132285, 10.9409988707896, 8.38300149115613, 24.4920009342581, 27.6909987043512, 25.1329997655508, 18.2889985994118, 16.7500005182421, 39.0120014826174, 32.1679995374288, 11.8130011950032, 13.8790022428769, 44.7029995033559, 24.3479999292742, 2.1330075594453, 12.5350005399175, 12.958001522904, 9.25700090721118, 13.8860009298255, 11.3900001517692, 35.5390019533524, 40.168001391033, 19.0280026976763, 26.2820018256465, 82.2149984564065, 61.0749989977203, 38.6679997165569, 42.0469972767614, 100.336008244929, 77.9290085952773, 65.5150072840374, 39.2610094374072, 97.8940049991234, 85.4800034584843, 55.1210025122293, 19.9649967726794, 101.260994128969, 70.9019929202819, 42.5029911311242, 15.78099115065, 70.8320009775245, 42.4329988617974, 29.7149969221448, 0.0701159777384924, 47.9100040244786, 35.1920015894362, 5.47700658979177, 20.3170003395177, 3.23200572257801, 21.0940011625435, 2.45500345957146, 0.380045798815528, 0.777011599045808, 1.01701726912337, 3.85200249002953, 11.1630016620484, 3.47200262222933, 7.09000164758918, 7.92500223974719, 29.4240003764093, 3.23800164324075, 12.6970018708795, 34.1959993993549, 10.6010014698394, 4.77200117819102, 60.9619992243, 37.3669998584651, 36.5880007720492, 26.7660001183191, 84.462999549419, 83.684000118989, 30.1880003004415, 47.0959999020286, 148.237001536185, 94.7410012207745, 9.45099823588653, 64.5530015382804, 144.081997038219, 39.8899996072608, 20.6309975456077, 49.3409959645041, 44.6930088113041, 25.4340060786019, 36.5890049910914, 4.80301084051889, 10.3910081405089, 21.5460056519081, 28.9790045053427, 15.0429998446276, 10.6900040654573, 18.1230015776128, 11.6750045387904, 10.856003607226, 17.4830027020124, 11.0350044487476, 9.71800410582548, 0.640012952885708, 5.62199710662385, 4.30499469217342, 5.89299305836542, 5.41301124720124, 5.4760010952051, 3.88800272093351, 5.0309940514183, 9.78099148807837, 9.97500784397667, 11.1179969965865, 24.097000842538, 6.08700704131398, 19.9049920221012, 32.8839953201274, 30.6480031909797, 8.78699592196869, 47.829002743354, 45.5930101391227, 6.56000783449649, 14.9450079050519, 64.2320101579828, 25.1990054714332, 4.03900576320859, 18.6390004046849, 30.1559988056905, 8.99599553280666, 8.5819951259967, 4.95699485420065, 1.8710038469296, 1.45699906087147, 6.11300180243343, 7.12500121832348, 3.89400928019534, 0.762012429302184, 1.90300900093053, 5.3509995470356, 9.44500153295127, 10.5859993551597, 5.05500373961775, 8.68299965694514, 26.5630041936214, 10.9220054944838, 13.5699971595017, 15.9770055481984, 31.1330037925066, 6.64100396214437, 10.1089990623626, 20.2109989646529, 20.1370018997474, 3.38700360049982, 10.4920022345336, 13.4959990257631, 13.8010037604015, 0.0781103261443128, 12.6130003388482, 10.4140022983903, 11.0900017180622, 1.44500570211788, 9.94500144053665, 11.1680000448485, 29.797001467656, 18.4070019669512, 7.87500220458523, 28.3520014963564, 68.7700007102155, 42.4879991667084, 0.441041257762859, 50.3629991347621, 83.4610063725654, 41.4140093038426, 2.15300794159879, 40.9730074140088, 78.1790087059554, 38.9179994906254, 18.9530038456959, 36.7649996257577, 61.9219973506832, 41.9570009393136, 26.1760107950811, 23.0039981800842, 48.5079959633708, 32.7270052701242, 32.7969975996631, 6.55099619812113, 20.1330117265784, 20.2030033593541, 14.7259991037476, 12.5939948298865, 6.37900052433861, 0.902002421552847, 13.8240057548866, 10.2650002352944, 9.48800079219907, 17.7540006879534, 16.9769997941496, 13.5050004462987, 7.48900147954186, 33.9230008474733, 30.4510004986894, 27.2130018891919, 16.9460015651045, 9.32500071737222, 6.08700131926942, 10.8590008510956, 21.1260017689266, 2.89700535191546, 1.87500462962391, 28.6410004001692, 8.98400021854327, 21.1080006241254, 5.65800152657958, 52.7540000391786, 22.9830001793304, 53.2040017530089, 6.10800313016187, 58.4449999918746, 58.8620015665404, 69.0660021434597, 4.51300241173633, 44.8279956875758, 62.958000320984, 55.1129992774117, 5.77200467773486, 0.969012057091038, 50.5999986456736, 27.1120001520666, 22.3089908676213, 37.3519902108912, 21.3399967446646, 36.4440007205184, 51.4869996803158, 62.3430025978132, 14.1350103797424, 38.3259892225166, 49.1819917536471, 49.8219913152597, 13.1610114017535, 7.55699387450557, 8.19699202578975, 13.6100018859658, 41.6250002085419, 20.9030007084856, 15.4899907947727, 5.70900267479582, 29.0999911430275, 31.9619985290196, 22.1810077766047, 16.0940028487513, 16.4720082784531, 34.7310033074908, 28.6439974954325, 19.8570031326075, 12.5499961140412, 57.892998041582, 49.106002984389, 34.1609959916129, 29.2490008460977, 68.1890032453255, 53.2439958295374, 34.6049962292328, 19.0830006379897, 32.454994736589, 13.8159948909929, 8.85900311938204, 20.7890018823989, 4.56600569434492, 9.52299590665344, 2.39800223495086, 18.3819966270165, 6.16800208228455, 0.957009802962914, 6.30800140946357, 3.35499831489026, 7.97300175024164, 13.3239981490564, 4.64100258114402, 7.01600007758349, 30.5740018800949, 21.8910030515646, 5.91400058574231, 17.2500043179178, 46.3480037620328, 30.3709986683856, 10.1600015561828, 24.4570010873532, 37.3629975197143, 17.1519990259933, 3.65600488598862, 6.9919999139837, 16.3470011841068, 2.85100478423911, 7.56300202087388, 0.805009181075214, 14.0900013847462, 3.6760010491576, 7.49200289712003, 11.2389991854462, 11.320000274817, 0.152056571963229, 28.5040012728336, 7.64400118900948, 34.230999500095, 5.87899927927081, 44.4840015499456, 34.3829987189582, 77.7730028477397, 27.4100039788023, 13.5630048200734, 71.8940049425184, 81.5980074149123, 40.6250002136752, 3.86000510804541, 54.1880037002324, 62.3709872168289, 25.605987887833, 2.60199641832944, 21.7459873376562, 37.0820012006035, 14.0780035462917, 7.52701036314918, 11.4760139400024, 16.8789988312973, 10.3280037701748, 22.9219978277121, 2.80099797214243, 0.957018873417984, 11.636994154148, 25.460999217027, 11.2850044313209, 6.12100503358336, 19.9450077594432, 5.51599278464456, 5.33400316853772, 2.15500683548643, 12.8350004371109, 5.34600038778598, 11.6000037854655, 7.50099870058836, 24.7700030660049, 7.82400242173355, 28.950003269981, 19.4240040479726, 4.27900338589433, 25.4050010283324, 34.3890004438097, 3.54500443231612, 18.6000003611885, 9.61600107819602, 13.3670009249635, 44.0050003117039, 97.0439988971611, 74.0609990338342, 15.1989986398122, 87.4279986420737, 116.267999798368, 57.4059983811939, 5.5520050801243, 42.2070009380881, 91.3560029976552, 28.3980029301866, 22.2019966315711, 33.9500048333231, 64.9999926376995, 14.399994499301, 6.94000494300594, 36.6019899832545, 32.6269994334759, 11.2870033325519, 2.84801329802225, 18.2270054811298, 31.5270086073149, 17.3919987901276, 30.5530096014323, 20.2400059220451, 13.5170148341942, 0.35602719017293, 41.2689976130645, 30.9090121216625, 55.1609957981337, 13.5359961246926, 15.5639964767943, 54.8049928341711, 37.1189961342189, 8.01900590427513, 8.45300498352673, 23.5830005511908, 31.4560018336556, 14.9839941095953, 2.43400524065427, 23.4369968303393, 49.2959979718099, 36.7460024334969, 7.49700396368946, 34.3120043423444, 58.4540026773758, 29.2050021282831, 10.1220033631346, 21.7080005829836, 20.029000195412, 0.946008321534553, 21.7350014091144, 9.17600344844759, 37.5069966176618, 16.7179952091757, 1.6640118981619, 38.4529955260376, 30.3779989235536, 11.9960029208863, 15.3509990557481, 13.6600042975818, 13.0459989503903, 9.69100278782335, 2.67500954187753, 25.0420001635344, 26.8020026008793, 19.786003551515, 2.53600614395236, 17.1110005683436, 36.1060032884544, 18.8559994532803, 5.60100483914504, 16.320000226721, 42.8640007254624, 18.4070000596026, 11.4150024364304, 24.0080016890839, 27.5869995688364, 20.5950006885173, 21.3999994761229, 9.18000029709577, 20.641001588779, 21.4459995502712, 10.207002433324, 0.0461888009295851, 22.7579992293492, 11.5190008069916, 3.87500448028415, 1.31200593724773, 8.64400206186354, 1.00000868051788, 35.3829989571542, 2.87500301932209, 29.1869999158073, 5.19600081613052, 77.0900041924909, 30.1869996085433, 60.1989977859539, 11.6950080664633, 65.8830111277721, 65.3949967758068, 42.8089908840639, 11.37901382438, 33.125000524109, 54.5039979619989, 20.8589943625816, 0.887003194643011, 12.3630079960758, 32.2380068610615, 17.7970133046086, 6.32100051879618, 3.52000920458533, 18.6840062019029, 10.3439958190008, 7.54300041838758, 18.8280038517774, 4.02299715285122, 13.0039991377938, 24.28900182223, 29.8049932582713, 5.46100012471066, 34.0700078337904, 39.5859987544397, 9.78100674686605, 0.887010823953366, 8.38800065068845, 0.662026880825871, 8.16299926286567, 27.5870024298592, 0.22503895834418, 7.77600130186699, 27.2000029894261, 23.6550014205753, 0.387021560025552, 31.6620031118029, 28.1170008885638, 15.8880006273254, 4.46200183862861, 28.1170011972936, 15.8880000809662, 103.315998245432, 0.00416666666666668, 105.748997852466, 18.3209996193114, 23.8860023137461, 121.636997294265, 108.375999610877, 66.1689988494494, 32.2189946794721, 90.0550004015675, 63.5129931322341, 29.5629885748792, 7.03900393126007, 2.65600912764724, 13.9460003903889, 22.6559909837321, 40.8829960301223, 15.6169896915827, 42.087997849019, 60.3150025853266, 80.555008150089, 19.4320072826518, 62.4570010103909, 82.6970063305541, 51.7879947199999, 2.14200234356197, 109.05400101369, 78.1449891247546, 23.3399970817258, 26.3569949582517, 104.234993147514, 49.4300004807889, 25.847000793758, 26.0900043000009, 66.9769976346983, 43.3939973924233, 19.9570016023477, 17.5469975650157, 69.8979990581923, 46.4610025366888, 12.1489996895138, 26.5040019449503, 58.125004113383, 23.8130000898719, 2.10500778978069, 11.6640022090614, 8.11400055273497, 13.5940024085773, 4.41800319720833, 15.6990018651926, 51.590004303806, 42.4140016695062, 3.96101054755368, 37.9960024257253, 66.2070009946466, 27.7540057448966, 14.094003001828, 23.7929996324147, 15.8770076242368, 2.21700678409513, 27.2590033224415, 11.8769996322383, 28.8420034705908, 3.80000533611202, 13.3109983135456, 31.0590060167906, 42.0219997722742, 24.9109996465585, 8.59100162412003, 38.2219965344819, 54.9100006404232, 38.5900008543682, 14.5820004924955, 29.999001315515, 42.6250012417638, 18.6169999732208, 9.4370019951341, 4.03500235635418, 15.6810008630025, 6.50100173962235, 6.45500261326573, 2.93600270768226, 5.93200308690413, 5.88600115434541, 4.5740041541877, 0.569015499738981, 5.99200252354084, 4.68000215999486, 7.55500260313842, 0.106081807059894, 4.12500468558873, 7.00000171691633, 37.1870002646807, 0.55501546876372, 10.5230014133139, 19.6639999989392, 85.0589964046682, 17.5230007357066, 1.71800861003749, 67.1129952770475, 121.616993093192, 17.9460015365606, 51.6059955146392, 106.109993062764, 138.347999698243, 15.5070005292654, 65.2229922095402, 97.4609986242232, 116.145004421939, 40.8870012499037, 64.805008202468, 83.4890137758474, 87.5120088653777, 32.6559908664041, 80.3090059534836, 84.332000835355, 89.7929994609241, 3.18001066429678, 70.2109987824268, 75.6719971850254, 85.4530031328531, 14.1210028119922, 40.449005556163, 50.2300111591442, 35.2229921898051, 0.700013163609748, 0.475036929741897, 4.67500295066633, 4.90000139007204, 5.28700203251484, 5.37500161498684, 13.8080008682235, 14.194999352672, 9.73300063169836, 8.90800096683795, 14.3180000986459, 9.85599987365816, 9.85600075439632, 0.123070698262918, 90.6990015036704, 90.6990014079632, 30.9379964718028, 80.8430024267114, 187.863994690802, 66.226997506561, 23.8280036582887, 97.1649933754711, 57.047005004037, 33.0079958684522, 30.3519903180863, 9.17999362137624, 53.0729983739926, 50.4169923596752, 34.8000035506403, 20.065002874028, 84.6319963599217, 69.0150071448208, 49.5830005332479, 34.2150042209913, 100.434005910166, 81.0019990085319, 78.8600008305026, 31.4189989945454, 97.4849969737444, 95.3429985956842, 68.9860041273938, 16.482998420924, 110.42299667822, 84.0660019953487, 57.9759982242581, 15.0799985919911, 93.0240041691744, 66.9340001449471, 49.3870032964783, 8.95800305948213, 80.800999856281, 63.2540027083393, 36.7500014260855, 13.8670002521462, 61.1060030917318, 34.6020014410541, 22.938000482213, 2.14800380471239, 9.11700248409067, 20.7810024623937, 5.08200414861683, 43.7190019685729, 64.1329996908708, 48.4339982871346, 10.4379975739054, 43.3519975757225, 65.8440020336899, 27.8479998844659, 4.05500458658161, 17.4100041607052, 5.84000694007538, 29.6330035277987, 17.7560053112561, 33.688003797714, 72.8470041750905, 60.9700051777746, 29.9109998785213, 43.214000902778, 78.8070032415393, 47.7479974657349, 9.52600279905963, 17.8369984725, 71.8779978783309, 33.656001587342, 3.65700505062922, 24.1300007126007, 49.1320012765132, 19.1330003506986, 15.0980008418579, 15.4760001546391, 13.7300012835389, 9.69500070939765, 12.6310009396088, 5.40300148454721, 6.64000260031954, 9.57600064327663, 10.1450016922237, 3.05500266976318, 8.14200185381762, 8.71100096217273, 8.6050020366341, 1.43400606863197, 8.73000153090873, 8.83600047123839, 8.28100175699111, 17.4410000056138, 21.5740011633053, 21.019000943229, 3.49600525590593, 12.7380015512202, 23.2500002698773, 5.72700079856164, 12.2190031908484, 2.23100288379931, 19.0740003151049, 1.12800604756375, 14.379002824825, 13.3470007724453, 10.2609994641682, 5.24600385196455, 46.1330036111906, 9.1330003706265, 14.2650006066909, 55.1520005846394, 87.8079912255488, 9.01899815485734, 62.8050005816046, 95.4609909966947, 98.640999016335, 7.65300101219796, 95.8469926738094, 99.0270005149046, 113.148002777949, 0.386024074652457, 94.2540018016266, 108.375003894795, 143.597995878957, 4.7730006284937, 85.0860025538954, 120.308994365365, 23.2890018375757, 1.46300527725679, 6.83800188278835, 12.6250013751374, 7.25000119731791, 1.65801046345406, 14.0879999600387, 10.1750018969864, 1.26700704961187, 1.14401522910082, 2.92500315844447, 24.1120011854126, 23.9890006822902, 56.8540023042644, 22.845000647005, 86.2669984922642, 5.42399757207805, 91.7409975036936, 62.277998109965, 25.847000793758, 71.3179932857787, 62.1380007676773, 20.4230045754288, 78.1879961326877, 69.0080033606538, 48.943001148178, 6.87000401012661, 73.9400026762062, 53.875000161124, 19.6599969157827, 4.9320009665907, 78.7309992134317, 44.5159952206333, 13.0969976329526, 24.8559993421537, 68.034996287894, 36.6159975515232, 20.1330002824871, 23.519001376167, 53.4429982572869, 36.9600002730105, 21.8800028152589, 16.8270011338516, 48.6710001220995, 33.5910020074578, 24.6330003633754, 11.7110004684801, 33.7970021139534, 24.8389998592842, 10.9720014659622, 0.206041985567451, 13.8540003910263, 0.0136518792355496, 2.13500740686276, 10.9850011621519, 29.6610008370878, 27.5130008037887, 16.2060023530149, 29.648000056276, 76.3850023635148, 32.6660006319476, 10.6859986339371, 48.8720018255674, 46.5709995182958, 3.2190044666791, 14.1910031154785, 13.9049994035728, 41.2379993834002, 58.6480027725228, 24.95999978003, 44.4570009276792, 107.953003090509, 74.2649995065347, 31.0509992468602, 49.3050004812341, 100.560999089269, 57.3469983660906, 39.5100006682924, 26.2959998570869, 60.2589991589578, 42.4220010896337, 18.2920014812597, 2.91200363708574, 31.8510008540632, 7.72100108040957, 7.75500187630259, 10.5710013971861, 11.0660017920293, 26.5420001439443, 21.1390007602483, 18.7870006413419, 50.8299993115842, 45.4269992831901, 42.3719996734942, 24.2879995105382, 70.2780010786388, 67.2230011323961, 65.7890012518974, 24.851002088806, 74.262002701891, 72.8280025720429, 55.3870032583973, 7.03900269805202, 65.7340009469424, 48.2930013546745, 35.5550007934647, 7.09400299366665, 71.8949987918937, 59.1569978274017, 56.925998992721, 23.6019977432773, 91.4219972602133, 89.190998174718, 75.8439981842278, 32.2649996586878, 107.667995614128, 94.3209954228426, 85.1879961144422, 18.4769978452916, 108.374996345498, 99.2419968526053, 108.260994117883, 14.0540014721494, 92.5710069624461, 101.590004052732, 109.243004004137, 6.67099129147373, 88.4800035531487, 96.1330033251606, 96.5190050016498, 13.1100012724839, 93.1569978670281, 93.5429993603756, 88.7700006533377, 2.97600847104569, 87.1869966590859, 82.4139977554751, 59.1249964789368, 6.35600417334261, 59.1410029485839, 35.8520014323075, 23.2729953681055, 0.562015720266797, 14.650000803589, 0.300057101997491, 13.7880007363847, 16.7130013363252, 0.862009581915697, 12.3250002642003, 15.2499996155425, 38.0949997690865, 1.46300718459769, 15.2500001847592, 38.0949995412205, 100.372997456902, 0.00416666666666668, 12.0620014755623, 74.339998123589, 94.7630023404169, 26.0329996105592, 35.0969968020339, 55.5200006141137, 48.649998068039, 39.2430019206477, 28.999001147996, 22.128998195005, 17.1969996057345, 26.521000235756, 20.9960030241426, 16.0640035310958, 8.79199797684661, 1.13300326703969, 46.2299999177741, 21.3740009554433, 2.14500855150477, 30.1659968392733, 50.5080016712446, 26.9890006420677, 10.162001410888, 29.134001076151, 36.6420006721678, 19.8150000184633, 8.10400199542304, 9.65300077718953, 21.6890004533195, 9.97800079558286, 9.77200185100442, 1.87400470457343, 6.83600250532659, 6.63000142372516, 17.6150014719606, 3.14200272269293, 2.86800584547907, 8.11700164926288, 37.7650008030371, 9.49800082047498, 9.02200223711338, 20.6259998715386, 69.4980013484402, 17.1390013991188, 4.53100587630341, 53.403003855175, 67.3080027298591, 16.0949979453384, 55.6730006475341, 69.5779992397503, 25.1209990736679, 2.27000046710212, 94.846000854432, 50.3890001112357, 1.08401564946132, 25.2680018999359, 56.2930000528215, 6.98800068144836, 19.3080009869047, 5.9040012757341, 10.874002145887, 37.1700003098305, 40.0820011655617, 17.8620004745348, 67.5500014014204, 70.462001923732, 59.8910015143963, 30.3800013538478, 96.8170015220923, 86.2460008674029, 67.4590008448213, 26.3549998716067, 109.221998850511, 90.4349986082548, 66.1469996215934, 22.9759983026144, 130.242005481504, 105.954006276996, 81.1030046696289, 39.8070070540035, 157.159008136591, 132.30800635223, 125.269004960368, 51.2050020005802, 146.971992610801, 139.932991089866, 147.026992915933, 14.6639867980189, 116.926002650921, 124.020004342454, 100.418007069861, 23.0069889026914, 104.80900590295, 81.2070084687106, 48.9420093268962, 19.2109989870097, 87.1090013589713, 54.8440019282967, 36.3670048719176, 5.90199426863521, 82.1680071082606, 63.6910096577761, 49.6370090167536, 27.3240054446428, 77.4220125533415, 63.3680116115958, 70.0390017127215, 13.7310034398037, 73.1220095147704, 79.7929993763666, 92.9030000648032, 9.75399869268282, 92.0579988458154, 105.167999350118, 108.144004982314, 12.2650000973986, 109.49600235582, 112.472007828645, 118.828010705185, 4.32800493535933, 114.631996306236, 120.98799903415, 144.260994077865, 2.15999242211387, 100.37100999963, 123.644004891983, 20.6169895567811, 19.9130005427356, 19.0510015063893, 6.07500362073449, 5.21300291639471, 3.75000462962677, 13.8379999711705, 4.73000321266044, 3.26700094805773, 3.26700360509768, 0.483019680751145, 5.9600019974105, 5.96000054094176, 20.0730010575409, 2.69300401683163, 15.3150007139851, 10.718000506636, 49.9610017436725, 9.35500142381601, 29.0490001456076, 10.1940030030248, 36.715002532798, 39.7669994629753, 26.0239989276173, 0.497019113490971, 1.63000790438953, 36.2180006516625, 27.934002544112, 29.0669978267157, 1.09901482052737, 27.4370005910396, 66.5689974054979, 36.4030008316426, 7.26900220336367, 37.5019998480921, 46.9460014226667, 17.8120007620013, 8.15900252457605, 10.5430012830187, 7.70000206395462, 1.95300451338824, 3.8270046776215, 10.112001323834, 18.9860009754516, 20.8600005496484, 17.718001153426, 17.0330005020022, 32.618000085936, 29.4759998882305, 19.9780005562063, 11.7580001584341, 36.31399941569, 26.815999354775, 9.67699993248714, 6.83800061333033, 16.5260010734213, 0.613015030343111, 16.7079993148466, 10.2899998517702, 10.9050022786775, 26.9999984141534, 24.7300021516112, 10.292000660322, 15.1909992202477, 12.9210021061437, 12.3470015281698, 11.8090007503384, 20.5210007544641, 45.7890016544211, 51.6930016061445, 33.4420016023439, 89.6119997054552, 95.5159994080498, 77.6539995521834, 43.8229982449572, 146.71499693306, 128.85299689354, 98.4729959343599, 51.198997667104, 178.216003515385, 147.836002408571, 121.481002950529, 49.3630067676483, 168.250003917884, 141.895004333637, 118.919006493647, 20.4140018900693, 138.992004519439, 116.016006544549, 76.2089998615983, 2.90300286812998, 128.915008679593, 89.1080018064005, 37.9030003359702, 12.8990027481586, 111.776001131883, 60.5709992888199, 45.9070133176331, 22.6679996505213, 67.640991467603, 52.977005168738, 75.9839937587572, 7.06999329323231, 57.4570162933692, 80.4640046244828, 99.675003225935, 4.48001292394696, 44.612991722157, 63.8239900041718, 57.9219973700451, 35.8510134257223, 15.6129924449735, 9.71099942904529, 17.6130075774952, 48.2109987152097, 20.9649971659905, 6.35901015414233, 20.090012460846, 11.2539985740652, 14.6680004511827, 0.937005724150306, 8.81700331182261, 21.0270084694695, 17.4959879307676, 7.74199025697276, 4.52301409230209, 16.5589910027357, 33.011002112833, 20.7460026156863, 16.4180003250219, 25.2690127946976, 30.0000005787037, 25.6719974084457, 23.5120094053855, 9.25399874076735, 29.1250005960896, 26.9650119185989, 47.5820010972891, 3.4530054436015, 25.883011535011, 46.5000001866786, 1.0820087550813, 2.42100311250039, 16.2589999386343, 1.04601612447393, 14.8839994540635, 15.3670017095997, 1.37500631311682, 12.9000009643528, 13.3830019761401, 10.690002158109, 1.98400362759618, 15.5480024059813, 12.8550011711775, 3.50000496031395, 2.16500397134387, 11.0650021030688, 1.7100051144876, 38.05699966273, 1.79000481131894, 33.3740001158408, 6.39300100686971, 42.6110004684678, 31.663999831641, 3.77600366696408, 39.9939996982476, 12.5570005891273, 2.61700389681837, 58.793000278126, 31.3559999850144, 6.14600273322881, 18.7990009633889, 39.7320003110704, 2.23000415011403, 8.31300229060774, 8.37600120229975, 8.49800194950405, 19.0410008220985, 8.9290018451688, 10.7280009731814, 50.3000014895605, 40.1880008950148, 23.1550014364235, 31.259001055896, 76.5740024926535, 59.5410024193508, 47.7830032167259, 36.3860018254826, 72.7689993383098, 61.010999821844, 54.1730006561687, 13.2279974823979, 66.997999450413, 60.1599999917033, 70.4499991020225, 5.9870009616194, 56.0550044295887, 66.3450032588914, 76.6370031714832, 4.10499784217057, 65.008997230558, 75.3009968956736, 63.4919970385745, 1.33601266192682, 93.4600011775811, 81.6510010828754, 48.2089999939109, 18.1590046894561, 117.366996913058, 83.9249955257956, 40.1019978084121, 35.7159960316181, 141.497993591933, 97.6749955112351, 46.4759982983547, 57.5729981976498, 154.600990407706, 103.401992881801, 54.0389865273248, 56.9259950255353, 140.554000978011, 91.1909943578862, 70.7769930431447, 37.1520082902903, 98.9290010299828, 78.5149995002076, 81.4179994808124, 7.73800771360452, 69.0389864575229, 71.9419862046449, 59.042984302831, 9.47601409964937, 65.9379885445445, 53.0389863697184, 30.3709875101113, 6.00399924853013, 37.2769932635842, 14.608994124466, 7.539003767683, 15.7619939589301, 0.722024167526107, 6.34799331080828, 10.8280045330404, 13.8869940332884, 7.20300533994727, 11.6830146590221, 24.1679999859293, 0.85502113883395, 19.8780068548282, 15.9730077456, 64.1840060077944, 8.19499312468086, 4.53500749035409, 52.7460023618384, 41.4920048129519, 11.4380042989613, 54.9490054429026, 43.6950075228812, 22.6680000334645, 2.20300687001262, 47.5550082996446, 26.5280002051521, 9.96901114092206, 3.86000285919914, 35.0899968326502, 18.5310063278091, 6.73800916839094, 8.56199747380801, 33.9219975821076, 8.65298562232686, 0.601042069306065, 15.3909917749399, 5.83200370929165, 3.42199960700443, 6.87500252525206, 2.82098696385466, 6.91800177713433, 10.3710030342682, 9.28900333384005, 3.49600468025962, 9.660005459325, 10.7420052026258, 20.0310062927309, 7.39600155896674, 8.77100236466059, 23.6740014733921, 25.0490010865943, 27.0330006345898, 16.278000888036, 49.9939998284651, 51.9779989005249, 49.8129991201932, 24.9449990891377, 45.2919982928611, 43.1269981489718, 44.9169982960613, 6.68600212229253, 17.4620008874108, 19.2520003059326, 12.4120011011896, 25.6649983927298, 15.4400007048076, 16.2240005121559, 18.8410014783996, 3.81200255182303, 15.5050012341514, 18.1220011732814, 0.677025451061261, 0.719011935667192, 14.8630015609896, 3.93600231414389, 12.3120016847548, 3.2590029649239, 23.6790003955853, 32.0550000991405, 21.3270004783504, 19.7429999933581, 56.2720010981636, 45.5440008162075, 14.2850010627506, 24.2170013197525, 70.4250013909283, 39.1660005878459, 2.7800050242966, 24.8810008676817, 65.5579989220472, 29.1719973678772, 15.9440013330211, 26.3919986199242, 43.1059955809766, 29.8779986425841, 23.890999567012, 13.9339987308868, 35.6419987781126, 29.654999072015, 33.7599950210869, 5.76400144495973, 43.073006079332, 47.1780015878044, 48.5140079262171, 13.4180075439059, 67.5999987309423, 68.9360047645938, 50.777000769155, 20.4219974953716, 102.264007738127, 84.1050034601445, 48.3890079271415, 33.3280031901458, 114.45699325471, 78.740997424695, 21.1680000877364, 30.35199003209, 110.255996861563, 52.6829988219961, 4.24300030752859, 31.5149996650905, 88.0190126484146, 31.0930178573052, 6.0589933438621, 35.3360140396028, 52.0540164468023, 14.9020086391497, 7.16400388822519, 20.9609989492852, 18.285004611582, 10.5469978933482, 20.0230111209642, 3.38299817140536, 21.0979927662391, 30.5740054108726, 36.5780034043201, 10.5509956957707, 34.5970158826689, 40.6010133973952, 56.36300689982, 4.0230124116321, 7.37100455259098, 23.1329959807144, 37.0199894826377, 33.2300112475545, 12.6090101659439, 1.27799141150131, 2.13300374476259, 35.7420046373983, 10.3670060691818, 9.51199432079366, 1.31701452501074, 11.6449897591045, 8.82399183565376, 0.629011603196462, 10.8090073434755, 0.688016156945019, 24.8820044819173, 36.3200075632208, 34.117004903401, 25.5110019271812, 63.5469973435136, 61.3439942821312, 57.4839938322899, 27.2269900649155, 49.5469974207093, 45.6869966499615, 37.1250004676394, 11.79699780614, 12.741990498254, 4.1799947524723, 11.2110000837346, 32.945007587705, 16.5079966571476, 31.8989870885326, 29.0780035267406, 20.687988700844, 31.7349858986279, 28.9140017650635, 25.4179999506024, 0.164054386049282, 14.1290142902795, 10.6330116806357, 30.6640172898049, 14.7849889904398, 39.0549931203111, 19.0239872727015, 49.6880037147403)), row.names = c(NA, -19880L), class = "data.frame"), coords = structure(list(node = c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "36", "70", "71", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "72", "106", "107", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "108", "142", "143", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160", "161", "162", "163", "164", "165", "166", "167", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "144", "178", "179", "181", "182", "183", "184", "185", "186", "187", "188", "189", "190", "191", "192", "193", "194", "195", "196", "197", "198", "199", "200", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "180", "214", "215", "217", "218", "219", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "216", "250", "251", "253", "254", "255", "256", "257", "258", "259", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "252", "286", "287", "289", "290", "291", "292", "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "288", "322", "323", "325", "326", "327", "328", "329", "330", "331", "332", "333", "334", "335", "336", "337", "338", "339", "340", "341", "342", "343", "344", "345", "346", "347", "348", "349", "350", "351", "352", "353", "354", "355", "356", "357", "324", "358", "359", "361", "362", "363", "364", "365", "366", "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "360", "394", "395", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", "396", "430", "431", "433", "434", "435", "436", "437", "438", "439", "440", "441", "442", "443", "444", "445", "446", "447", "448", "449", "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "432", "466", "467", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484", "485", "486", "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499", "500", "501", "468", "502", "503", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517", "518", "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531", "532", "533", "534", "535", "536", "537", "504", "538", "539", "541", "542", "543", "544", "545", "546", "547", "548", "549", "550", "551", "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564", "565", "566", "567", "568", "569", "570", "571", "572", "573", "540", "574", "575", "577", "578", "579", "580", "581", "582", "583", "584", "585", "586", "587", "588", "589", "590", "591", "592", "593", "594", "595", "596", "597", "598", "599", "600", "601", "602", "603", "604", "605", "606", "607", "608", "609", "576", "610", "611", "613", "614", "615", "616", "617", "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629", "630", "631", "632", "633", "634", "635", "636", "637", "638", "639", "640", "641", "642", "643", "644", "645", "612", "646", "647", "649", "650", "651", "652", "653", "654", "655", "656", "657", "658", "659", "660", "661", "662", "663", "664", "665", "666", "667", "668", "669", "670", "671", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "648", "682", "683", "685", "686", "687", "688", "689", "690", "691", "692", "693", "694", "695", "696", "697", "698", "699", "700", "701", "702", "703", "704", "705", "706", "707", "708", "709", "710", "711", "712", "713", "714", "715", "716", "717", "684", "718", "719", "721", "722", "723", "724", "725", "726", "727", "728", "729", "730", "731", "732", "733", "734", "735", "736", "737", "738", "739", "740", "741", "742", "743", "744", "745", "746", "747", "748", "749", "750", "751", "752", "753", "720", "754", "755", "757", "758", "759", "760", "761", "762", "763", "764", "765", "766", "767", "768", "769", "770", "771", "772", "773", "774", "775", "776", "777", "778", "779", "780", "781", "782", "783", "784", "785", "786", "787", "788", "789", "756", "790", "791", "793", "794", "795", "796", "797", "798", "799", "800", "801", "802", "803", "804", "805", "806", "807", "808", "809", "810", "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823", "824", "825", "792", "826", "827", "829", "830", "831", "832", "833", "834", "835", "836", "837", "838", "839", "840", "841", "842", "843", "844", "845", "846", "847", "848", "849", "850", "851", "852", "853", "854", "855", "856", "857", "858", "859", "860", "861", "828", "862", "863", "865", "866", "867", "868", "869", "870", "871", "872", "873", "874", "875", "876", "877", "878", "879", "880", "881", "882", "883", "884", "885", "886", "887", "888", "889", "890", "891", "892", "893", "894", "895", "896", "897", "864", "898", "899", "901", "902", "903", "904", "905", "906", "907", "908", "909", "910", "911", "912", "913", "914", "915", "916", "917", "918", "919", "920", "921", "922", "923", "924", "925", "926", "927", "928", "929", "930", "931", "932", "933", "900", "934", "935", "937", "938", "939", "940", "941", "942", "943", "944", "945", "946", "947", "948", "949", "950", "951", "952", "953", "954", "955", "956", "957", "958", "959", "960", "961", "962", "963", "964", "965", "966", "967", "968", "969", "936", "970", "971", "973", "974", "975", "976", "977", "978", "979", "980", "981", "982", "983", "984", "985", "986", "987", "988", "989", "990", "991", "992", "993", "994", "995", "996", "997", "998", "999", "1000", "1001", "1002", "1003", "1004", "1005", "972", "1006", "1007", "1009", "1010", "1011", "1012", "1013", "1014", "1015", "1016", "1017", "1018", "1019", "1020", "1021", "1022", "1023", "1024", "1025", "1026", "1027", "1028", "1029", "1030", "1031", "1032", "1033", "1034", "1035", "1036", "1037", "1038", "1039", "1040", "1041", "1008", "1042", "1043", "1045", "1046", "1047", "1048", "1049", "1050", "1051", "1052", "1053", "1054", "1055", "1056", "1057", "1058", "1059", "1060", "1061", "1062", "1063", "1064", "1065", "1066", "1067", "1068", "1069", "1070", "1071", "1072", "1073", "1074", "1075", "1076", "1077", "1044", "1078", "1079", "1081", "1082", "1083", "1084", "1085", "1086", "1087", "1088", "1089", "1090", "1091", "1092", "1093", "1094", "1095", "1096", "1097", "1098", "1099", "1100", "1101", "1102", "1103", "1104", "1105", "1106", "1107", "1108", "1109", "1110", "1111", "1112", "1113", "1080", "1114", "1115", "1117", "1118", "1119", "1120", "1121", "1122", "1123", "1124", "1125", "1126", "1127", "1128", "1129", "1130", "1131", "1132", "1133", "1134", "1135", "1136", "1137", "1138", "1139", "1140", "1141", "1142", "1143", "1144", "1145", "1146", "1147", "1148", "1149", "1116", "1150", "1151", "1153", "1154", "1155", "1156", "1157", "1158", "1159", "1160", "1161", "1162", "1163", "1164", "1165", "1166", "1167", "1168", "1169", "1170", "1171", "1172", "1173", "1174", "1175", "1176", "1177", "1178", "1179", "1180", "1181", "1182", "1183", "1184", "1185", "1152", "1186", "1187", "1189", "1190", "1191", "1192", "1193", "1194", "1195", "1196", "1197", "1198", "1199", "1200", "1201", "1202", "1203", "1204", "1205", "1206", "1207", "1208", "1209", "1210", "1211", "1212", "1213", "1214", "1215", "1216", "1217", "1218", "1219", "1220", "1221", "1188", "1222", "1223", "1225", "1226", "1227", "1228", "1229", "1230", "1231", "1232", "1233", "1234", "1235", "1236", "1237", "1238", "1239", "1240", "1241", "1242", "1243", "1244", "1245", "1246", "1247", "1248", "1249", "1250", "1251", "1252", "1253", "1254", "1255", "1256", "1257", "1224", "1258", "1259", "1261", "1262", "1263", "1264", "1265", "1266", "1267", "1268", "1269", "1270", "1271", "1272", "1273", "1274", "1275", "1276", "1277", "1278", "1279", "1280", "1281", "1282", "1283", "1284", "1285", "1286", "1287", "1288", "1289", "1290", "1291", "1292", "1293", "1260", "1294", "1295", "1296"), X = c(-5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.54374999966667, -5.539583333, -5.53541666633333, -5.53124999966667, -5.527083333, -5.52291666633333, -5.51874999966667, -5.514583333, -5.51041666633333, -5.50624999966667, -5.502083333, -5.49791666633333, -5.49374999966667, -5.489583333, -5.48541666633333, -5.48124999966667, -5.477083333, -5.47291666633333, -5.46874999966667, -5.464583333, -5.46041666633333, -5.45624999966667, -5.452083333, -5.44791666633333, -5.44374999966667, -5.439583333, -5.43541666633333, -5.43124999966667, -5.427083333, -5.42291666633333, -5.41874999966667, -5.414583333, -5.41041666633333, -5.39791666633333, -5.40624999966667, -5.402083333, -5.39791666633333), Y = c(56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.4895833336667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.485416667, 56.4895833336667, 56.485416667, 56.485416667, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.4812500003333, 56.485416667, 56.4812500003333, 56.4812500003333, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4770833336667, 56.4812500003333, 56.4770833336667, 56.4770833336667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.472916667, 56.4770833336667, 56.472916667, 56.472916667, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.4687500003333, 56.472916667, 56.4687500003333, 56.4687500003333, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4645833336667, 56.4687500003333, 56.4645833336667, 56.4645833336667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.460416667, 56.4645833336667, 56.460416667, 56.460416667, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.4562500003333, 56.460416667, 56.4562500003333, 56.4562500003333, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4520833336667, 56.4562500003333, 56.4520833336667, 56.4520833336667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.447916667, 56.4520833336667, 56.447916667, 56.447916667, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.4437500003333, 56.447916667, 56.4437500003333, 56.4437500003333, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4395833336667, 56.4437500003333, 56.4395833336667, 56.4395833336667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.435416667, 56.4395833336667, 56.435416667, 56.435416667, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.4312500003333, 56.435416667, 56.4312500003333, 56.4312500003333, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4270833336667, 56.4312500003333, 56.4270833336667, 56.4270833336667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.422916667, 56.4270833336667, 56.422916667, 56.422916667, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.4187500003333, 56.422916667, 56.4187500003333, 56.4187500003333, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4145833336667, 56.4187500003333, 56.4145833336667, 56.4145833336667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.410416667, 56.4145833336667, 56.410416667, 56.410416667, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.4062500003333, 56.410416667, 56.4062500003333, 56.4062500003333, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4020833336667, 56.4062500003333, 56.4020833336667, 56.4020833336667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.397916667, 56.4020833336667, 56.397916667, 56.397916667, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.3937500003333, 56.397916667, 56.3937500003333, 56.3937500003333, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3895833336667, 56.3937500003333, 56.3895833336667, 56.3895833336667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.385416667, 56.3895833336667, 56.385416667, 56.385416667, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.3812500003333, 56.385416667, 56.3812500003333, 56.3812500003333, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3770833336667, 56.3812500003333, 56.3770833336667, 56.3770833336667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.372916667, 56.3770833336667, 56.372916667, 56.372916667, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.3687500003333, 56.372916667, 56.3687500003333, 56.3687500003333, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3645833336667, 56.3687500003333, 56.3645833336667, 56.3645833336667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.360416667, 56.3645833336667, 56.360416667, 56.360416667, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.3562500003333, 56.360416667, 56.3562500003333, 56.3562500003333, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3520833336667, 56.3562500003333, 56.3520833336667, 56.3520833336667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.347916667, 56.3520833336667, 56.347916667, 56.347916667, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.3437500003333, 56.347916667, 56.3437500003333, 56.3437500003333, 56.3437500003333)), row.names = c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 20L, 21L, 22L, 23L, 24L, 25L, 26L, 27L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 35L, 37L, 38L, 39L, 40L, 41L, 42L, 43L, 44L, 45L, 46L, 47L, 48L, 49L, 50L, 51L, 52L, 53L, 54L, 55L, 56L, 57L, 58L, 59L, 60L, 61L, 62L, 63L, 64L, 65L, 66L, 67L, 68L, 69L, 36L, 70L, 71L, 73L, 74L, 75L, 76L, 77L, 78L, 79L, 80L, 81L, 82L, 83L, 84L, 85L, 86L, 87L, 88L, 89L, 90L, 91L, 92L, 93L, 94L, 95L, 96L, 97L, 98L, 99L, 100L, 101L, 102L, 103L, 104L, 105L, 72L, 106L, 107L, 109L, 110L, 111L, 112L, 113L, 114L, 115L, 116L, 117L, 118L, 119L, 120L, 121L, 122L, 123L, 124L, 125L, 126L, 127L, 128L, 129L, 130L, 131L, 132L, 133L, 134L, 135L, 136L, 137L, 138L, 139L, 140L, 141L, 108L, 142L, 143L, 145L, 146L, 147L, 148L, 149L, 150L, 151L, 152L, 153L, 154L, 155L, 156L, 157L, 158L, 159L, 160L, 161L, 162L, 163L, 164L, 165L, 166L, 167L, 168L, 169L, 170L, 171L, 172L, 173L, 174L, 175L, 176L, 177L, 144L, 178L, 179L, 181L, 182L, 183L, 184L, 185L, 186L, 187L, 188L, 189L, 190L, 191L, 192L, 193L, 194L, 195L, 196L, 197L, 198L, 199L, 200L, 201L, 202L, 203L, 204L, 205L, 206L, 207L, 208L, 209L, 210L, 211L, 212L, 213L, 180L, 214L, 215L, 217L, 218L, 219L, 220L, 221L, 222L, 223L, 224L, 225L, 226L, 227L, 228L, 229L, 230L, 231L, 232L, 233L, 234L, 235L, 236L, 237L, 238L, 239L, 240L, 241L, 242L, 243L, 244L, 245L, 246L, 247L, 248L, 249L, 216L, 250L, 251L, 253L, 254L, 255L, 256L, 257L, 258L, 259L, 260L, 261L, 262L, 263L, 264L, 265L, 266L, 267L, 268L, 269L, 270L, 271L, 272L, 273L, 274L, 275L, 276L, 277L, 278L, 279L, 280L, 281L, 282L, 283L, 284L, 285L, 252L, 286L, 287L, 289L, 290L, 291L, 292L, 293L, 294L, 295L, 296L, 297L, 298L, 299L, 300L, 301L, 302L, 303L, 304L, 305L, 306L, 307L, 308L, 309L, 310L, 311L, 312L, 313L, 314L, 315L, 316L, 317L, 318L, 319L, 320L, 321L, 288L, 322L, 323L, 325L, 326L, 327L, 328L, 329L, 330L, 331L, 332L, 333L, 334L, 335L, 336L, 337L, 338L, 339L, 340L, 341L, 342L, 343L, 344L, 345L, 346L, 347L, 348L, 349L, 350L, 351L, 352L, 353L, 354L, 355L, 356L, 357L, 324L, 358L, 359L, 361L, 362L, 363L, 364L, 365L, 366L, 367L, 368L, 369L, 370L, 371L, 372L, 373L, 374L, 375L, 376L, 377L, 378L, 379L, 380L, 381L, 382L, 383L, 384L, 385L, 386L, 387L, 388L, 389L, 390L, 391L, 392L, 393L, 360L, 394L, 395L, 397L, 398L, 399L, 400L, 401L, 402L, 403L, 404L, 405L, 406L, 407L, 408L, 409L, 410L, 411L, 412L, 413L, 414L, 415L, 416L, 417L, 418L, 419L, 420L, 421L, 422L, 423L, 424L, 425L, 426L, 427L, 428L, 429L, 396L, 430L, 431L, 433L, 434L, 435L, 436L, 437L, 438L, 439L, 440L, 441L, 442L, 443L, 444L, 445L, 446L, 447L, 448L, 449L, 450L, 451L, 452L, 453L, 454L, 455L, 456L, 457L, 458L, 459L, 460L, 461L, 462L, 463L, 464L, 465L, 432L, 466L, 467L, 469L, 470L, 471L, 472L, 473L, 474L, 475L, 476L, 477L, 478L, 479L, 480L, 481L, 482L, 483L, 484L, 485L, 486L, 487L, 488L, 489L, 490L, 491L, 492L, 493L, 494L, 495L, 496L, 497L, 498L, 499L, 500L, 501L, 468L, 502L, 503L, 505L, 506L, 507L, 508L, 509L, 510L, 511L, 512L, 513L, 514L, 515L, 516L, 517L, 518L, 519L, 520L, 521L, 522L, 523L, 524L, 525L, 526L, 527L, 528L, 529L, 530L, 531L, 532L, 533L, 534L, 535L, 536L, 537L, 504L, 538L, 539L, 541L, 542L, 543L, 544L, 545L, 546L, 547L, 548L, 549L, 550L, 551L, 552L, 553L, 554L, 555L, 556L, 557L, 558L, 559L, 560L, 561L, 562L, 563L, 564L, 565L, 566L, 567L, 568L, 569L, 570L, 571L, 572L, 573L, 540L, 574L, 575L, 577L, 578L, 579L, 580L, 581L, 582L, 583L, 584L, 585L, 586L, 587L, 588L, 589L, 590L, 591L, 592L, 593L, 594L, 595L, 596L, 597L, 598L, 599L, 600L, 601L, 602L, 603L, 604L, 605L, 606L, 607L, 608L, 609L, 576L, 610L, 611L, 613L, 614L, 615L, 616L, 617L, 618L, 619L, 620L, 621L, 622L, 623L, 624L, 625L, 626L, 627L, 628L, 629L, 630L, 631L, 632L, 633L, 634L, 635L, 636L, 637L, 638L, 639L, 640L, 641L, 642L, 643L, 644L, 645L, 612L, 646L, 647L, 649L, 650L, 651L, 652L, 653L, 654L, 655L, 656L, 657L, 658L, 659L, 660L, 661L, 662L, 663L, 664L, 665L, 666L, 667L, 668L, 669L, 670L, 671L, 672L, 673L, 674L, 675L, 676L, 677L, 678L, 679L, 680L, 681L, 648L, 682L, 683L, 685L, 686L, 687L, 688L, 689L, 690L, 691L, 692L, 693L, 694L, 695L, 696L, 697L, 698L, 699L, 700L, 701L, 702L, 703L, 704L, 705L, 706L, 707L, 708L, 709L, 710L, 711L, 712L, 713L, 714L, 715L, 716L, 717L, 684L, 718L, 719L, 721L, 722L, 723L, 724L, 725L, 726L, 727L, 728L, 729L, 730L, 731L, 732L, 733L, 734L, 735L, 736L, 737L, 738L, 739L, 740L, 741L, 742L, 743L, 744L, 745L, 746L, 747L, 748L, 749L, 750L, 751L, 752L, 753L, 720L, 754L, 755L, 757L, 758L, 759L, 760L, 761L, 762L, 763L, 764L, 765L, 766L, 767L, 768L, 769L, 770L, 771L, 772L, 773L, 774L, 775L, 776L, 777L, 778L, 779L, 780L, 781L, 782L, 783L, 784L, 785L, 786L, 787L, 788L, 789L, 756L, 790L, 791L, 793L, 794L, 795L, 796L, 797L, 798L, 799L, 800L, 801L, 802L, 803L, 804L, 805L, 806L, 807L, 808L, 809L, 810L, 811L, 812L, 813L, 814L, 815L, 816L, 817L, 818L, 819L, 820L, 821L, 822L, 823L, 824L, 825L, 792L, 826L, 827L, 829L, 830L, 831L, 832L, 833L, 834L, 835L, 836L, 837L, 838L, 839L, 840L, 841L, 842L, 843L, 844L, 845L, 846L, 847L, 848L, 849L, 850L, 851L, 852L, 853L, 854L, 855L, 856L, 857L, 858L, 859L, 860L, 861L, 828L, 862L, 863L, 865L, 866L, 867L, 868L, 869L, 870L, 871L, 872L, 873L, 874L, 875L, 876L, 877L, 878L, 879L, 880L, 881L, 882L, 883L, 884L, 885L, 886L, 887L, 888L, 889L, 890L, 891L, 892L, 893L, 894L, 895L, 896L, 897L, 864L, 898L, 899L, 901L, 902L, 903L, 904L, 905L, 906L, 907L, 908L, 909L, 910L, 911L, 912L, 913L, 914L, 915L, 916L, 917L, 918L, 919L, 920L, 921L, 922L, 923L, 924L, 925L, 926L, 927L, 928L, 929L, 930L, 931L, 932L, 933L, 900L, 934L, 935L, 937L, 938L, 939L, 940L, 941L, 942L, 943L, 944L, 945L, 946L, 947L, 948L, 949L, 950L, 951L, 952L, 953L, 954L, 955L, 956L, 957L, 958L, 959L, 960L, 961L, 962L, 963L, 964L, 965L, 966L, 967L, 968L, 969L, 936L, 970L, 971L, 973L, 974L, 975L, 976L, 977L, 978L, 979L, 980L, 981L, 982L, 983L, 984L, 985L, 986L, 987L, 988L, 989L, 990L, 991L, 992L, 993L, 994L, 995L, 996L, 997L, 998L, 999L, 1000L, 1001L, 1002L, 1003L, 1004L, 1005L, 972L, 1006L, 1007L, 1009L, 1010L, 1011L, 1012L, 1013L, 1014L, 1015L, 1016L, 1017L, 1018L, 1019L, 1020L, 1021L, 1022L, 1023L, 1024L, 1025L, 1026L, 1027L, 1028L, 1029L, 1030L, 1031L, 1032L, 1033L, 1034L, 1035L, 1036L, 1037L, 1038L, 1039L, 1040L, 1041L, 1008L, 1042L, 1043L, 1045L, 1046L, 1047L, 1048L, 1049L, 1050L, 1051L, 1052L, 1053L, 1054L, 1055L, 1056L, 1057L, 1058L, 1059L, 1060L, 1061L, 1062L, 1063L, 1064L, 1065L, 1066L, 1067L, 1068L, 1069L, 1070L, 1071L, 1072L, 1073L, 1074L, 1075L, 1076L, 1077L, 1044L, 1078L, 1079L, 1081L, 1082L, 1083L, 1084L, 1085L, 1086L, 1087L, 1088L, 1089L, 1090L, 1091L, 1092L, 1093L, 1094L, 1095L, 1096L, 1097L, 1098L, 1099L, 1100L, 1101L, 1102L, 1103L, 1104L, 1105L, 1106L, 1107L, 1108L, 1109L, 1110L, 1111L, 1112L, 1113L, 1080L, 1114L, 1115L, 1117L, 1118L, 1119L, 1120L, 1121L, 1122L, 1123L, 1124L, 1125L, 1126L, 1127L, 1128L, 1129L, 1130L, 1131L, 1132L, 1133L, 1134L, 1135L, 1136L, 1137L, 1138L, 1139L, 1140L, 1141L, 1142L, 1143L, 1144L, 1145L, 1146L, 1147L, 1148L, 1149L, 1116L, 1150L, 1151L, 1153L, 1154L, 1155L, 1156L, 1157L, 1158L, 1159L, 1160L, 1161L, 1162L, 1163L, 1164L, 1165L, 1166L, 1167L, 1168L, 1169L, 1170L, 1171L, 1172L, 1173L, 1174L, 1175L, 1176L, 1177L, 1178L, 1179L, 1180L, 1181L, 1182L, 1183L, 1184L, 1185L, 1152L, 1186L, 1187L, 1189L, 1190L, 1191L, 1192L, 1193L, 1194L, 1195L, 1196L, 1197L, 1198L, 1199L, 1200L, 1201L, 1202L, 1203L, 1204L, 1205L, 1206L, 1207L, 1208L, 1209L, 1210L, 1211L, 1212L, 1213L, 1214L, 1215L, 1216L, 1217L, 1218L, 1219L, 1220L, 1221L, 1188L, 1222L, 1223L, 1225L, 1226L, 1227L, 1228L, 1229L, 1230L, 1231L, 1232L, 1233L, 1234L, 1235L, 1236L, 1237L, 1238L, 1239L, 1240L, 1241L, 1242L, 1243L, 1244L, 1245L, 1246L, 1247L, 1248L, 1249L, 1250L, 1251L, 1252L, 1253L, 1254L, 1255L, 1256L, 1257L, 1224L, 1258L, 1259L, 1261L, 1262L, 1263L, 1264L, 1265L, 1266L, 1267L, 1268L, 1269L, 1270L, 1271L, 1272L, 1273L, 1274L, 1275L, 1276L, 1277L, 1278L, 1279L, 1280L, 1281L, 1282L, 1283L, 1284L, 1285L, 1286L, 1287L, 1288L, 1289L, 1290L, 1291L, 1292L, 1293L, 1260L, 1294L, 1295L, 1296L), class = "data.frame"), nbnode = 1296L, dict = structure(list(    ref = c("1", "2", "3", "4", "5", "6", "7", "8", "9", "10",     "11", "12", "13", "14", "15", "16", "17", "18", "19", "20",     "21", "22", "23", "24", "25", "26", "27", "28", "29", "30",     "31", "32", "33", "34", "35", "37", "38", "39", "40", "41",     "42", "43", "44", "45", "46", "47", "48", "49", "50", "51",     "52", "53", "54", "55", "56", "57", "58", "59", "60", "61",     "62", "63", "64", "65", "66", "67", "68", "69", "36", "70",     "71", "73", "74", "75", "76", "77", "78", "79", "80", "81",     "82", "83", "84", "85", "86", "87", "88", "89", "90", "91",     "92", "93", "94", "95", "96", "97", "98", "99", "100", "101",     "102", "103", "104", "105", "72", "106", "107", "109", "110",     "111", "112", "113", "114", "115", "116", "117", "118", "119",     "120", "121", "122", "123", "124", "125", "126", "127", "128",     "129", "130", "131", "132", "133", "134", "135", "136", "137",     "138", "139", "140", "141", "108", "142", "143", "145", "146",     "147", "148", "149", "150", "151", "152", "153", "154", "155",     "156", "157", "158", "159", "160", "161", "162", "163", "164",     "165", "166", "167", "168", "169", "170", "171", "172", "173",     "174", "175", "176", "177", "144", "178", "179", "181", "182",     "183", "184", "185", "186", "187", "188", "189", "190", "191",     "192", "193", "194", "195", "196", "197", "198", "199", "200",     "201", "202", "203", "204", "205", "206", "207", "208", "209",     "210", "211", "212", "213", "180", "214", "215", "217", "218",     "219", "220", "221", "222", "223", "224", "225", "226", "227",     "228", "229", "230", "231", "232", "233", "234", "235", "236",     "237", "238", "239", "240", "241", "242", "243", "244", "245",     "246", "247", "248", "249", "216", "250", "251", "253", "254",     "255", "256", "257", "258", "259", "260", "261", "262", "263",     "264", "265", "266", "267", "268", "269", "270", "271", "272",     "273", "274", "275", "276", "277", "278", "279", "280", "281",     "282", "283", "284", "285", "252", "286", "287", "289", "290",     "291", "292", "293", "294", "295", "296", "297", "298", "299",     "300", "301", "302", "303", "304", "305", "306", "307", "308",     "309", "310", "311", "312", "313", "314", "315", "316", "317",     "318", "319", "320", "321", "288", "322", "323", "325", "326",     "327", "328", "329", "330", "331", "332", "333", "334", "335",     "336", "337", "338", "339", "340", "341", "342", "343", "344",     "345", "346", "347", "348", "349", "350", "351", "352", "353",     "354", "355", "356", "357", "324", "358", "359", "361", "362",     "363", "364", "365", "366", "367", "368", "369", "370", "371",     "372", "373", "374", "375", "376", "377", "378", "379", "380",     "381", "382", "383", "384", "385", "386", "387", "388", "389",     "390", "391", "392", "393", "360", "394", "395", "397", "398",     "399", "400", "401", "402", "403", "404", "405", "406", "407",     "408", "409", "410", "411", "412", "413", "414", "415", "416",     "417", "418", "419", "420", "421", "422", "423", "424", "425",     "426", "427", "428", "429", "396", "430", "431", "433", "434",     "435", "436", "437", "438", "439", "440", "441", "442", "443",     "444", "445", "446", "447", "448", "449", "450", "451", "452",     "453", "454", "455", "456", "457", "458", "459", "460", "461",     "462", "463", "464", "465", "432", "466", "467", "469", "470",     "471", "472", "473", "474", "475", "476", "477", "478", "479",     "480", "481", "482", "483", "484", "485", "486", "487", "488",     "489", "490", "491", "492", "493", "494", "495", "496", "497",     "498", "499", "500", "501", "468", "502", "503", "505", "506",     "507", "508", "509", "510", "511", "512", "513", "514", "515",     "516", "517", "518", "519", "520", "521", "522", "523", "524",     "525", "526", "527", "528", "529", "530", "531", "532", "533",     "534", "535", "536", "537", "504", "538", "539", "541", "542",     "543", "544", "545", "546", "547", "548", "549", "550", "551",     "552", "553", "554", "555", "556", "557", "558", "559", "560",     "561", "562", "563", "564", "565", "566", "567", "568", "569",     "570", "571", "572", "573", "540", "574", "575", "577", "578",     "579", "580", "581", "582", "583", "584", "585", "586", "587",     "588", "589", "590", "591", "592", "593", "594", "595", "596",     "597", "598", "599", "600", "601", "602", "603", "604", "605",     "606", "607", "608", "609", "576", "610", "611", "613", "614",     "615", "616", "617", "618", "619", "620", "621", "622", "623",     "624", "625", "626", "627", "628", "629", "630", "631", "632",     "633", "634", "635", "636", "637", "638", "639", "640", "641",     "642", "643", "644", "645", "612", "646", "647", "649", "650",     "651", "652", "653", "654", "655", "656", "657", "658", "659",     "660", "661", "662", "663", "664", "665", "666", "667", "668",     "669", "670", "671", "672", "673", "674", "675", "676", "677",     "678", "679", "680", "681", "648", "682", "683", "685", "686",     "687", "688", "689", "690", "691", "692", "693", "694", "695",     "696", "697", "698", "699", "700", "701", "702", "703", "704",     "705", "706", "707", "708", "709", "710", "711", "712", "713",     "714", "715", "716", "717", "684", "718", "719", "721", "722",     "723", "724", "725", "726", "727", "728", "729", "730", "731",     "732", "733", "734", "735", "736", "737", "738", "739", "740",     "741", "742", "743", "744", "745", "746", "747", "748", "749",     "750", "751", "752", "753", "720", "754", "755", "757", "758",     "759", "760", "761", "762", "763", "764", "765", "766", "767",     "768", "769", "770", "771", "772", "773", "774", "775", "776",     "777", "778", "779", "780", "781", "782", "783", "784", "785",     "786", "787", "788", "789", "756", "790", "791", "793", "794",     "795", "796", "797", "798", "799", "800", "801", "802", "803",     "804", "805", "806", "807", "808", "809", "810", "811", "812",     "813", "814", "815", "816", "817", "818", "819", "820", "821",     "822", "823", "824", "825", "792", "826", "827", "829", "830",     "831", "832", "833", "834", "835", "836", "837", "838", "839",     "840", "841", "842", "843", "844", "845", "846", "847", "848",     "849", "850", "851", "852", "853", "854", "855", "856", "857",     "858", "859", "860", "861", "828", "862", "863", "865", "866",     "867", "868", "869", "870", "871", "872", "873", "874", "875",     "876", "877", "878", "879", "880", "881", "882", "883", "884",     "885", "886", "887", "888", "889", "890", "891", "892", "893",     "894", "895", "896", "897", "864", "898", "899", "901", "902",     "903", "904", "905", "906", "907", "908", "909", "910", "911",     "912", "913", "914", "915", "916", "917", "918", "919", "920",     "921", "922", "923", "924", "925", "926", "927", "928", "929",     "930", "931", "932", "933", "900", "934", "935", "937", "938",     "939", "940", "941", "942", "943", "944", "945", "946", "947",     "948", "949", "950", "951", "952", "953", "954", "955", "956",     "957", "958", "959", "960", "961", "962", "963", "964", "965",     "966", "967", "968", "969", "936", "970", "971", "973", "974",     "975", "976", "977", "978", "979", "980", "981", "982", "983",     "984", "985", "986", "987", "988", "989", "990", "991", "992",     "993", "994", "995", "996", "997", "998", "999", "1000",     "1001", "1002", "1003", "1004", "1005", "972", "1006", "1007",     "1009", "1010", "1011", "1012", "1013", "1014", "1015", "1016",     "1017", "1018", "1019", "1020", "1021", "1022", "1023", "1024",     "1025", "1026", "1027", "1028", "1029", "1030", "1031", "1032",     "1033", "1034", "1035", "1036", "1037", "1038", "1039", "1040",     "1041", "1008", "1042", "1043", "1045", "1046", "1047", "1048",     "1049", "1050", "1051", "1052", "1053", "1054", "1055", "1056",     "1057", "1058", "1059", "1060", "1061", "1062", "1063", "1064",     "1065", "1066", "1067", "1068", "1069", "1070", "1071", "1072",     "1073", "1074", "1075", "1076", "1077", "1044", "1078", "1079",     "1081", "1082", "1083", "1084", "1085", "1086", "1087", "1088",     "1089", "1090", "1091", "1092", "1093", "1094", "1095", "1096",     "1097", "1098", "1099", "1100", "1101", "1102", "1103", "1104",     "1105", "1106", "1107", "1108", "1109", "1110", "1111", "1112",     "1113", "1080", "1114", "1115", "1117", "1118", "1119", "1120",     "1121", "1122", "1123", "1124", "1125", "1126", "1127", "1128",     "1129", "1130", "1131", "1132", "1133", "1134", "1135", "1136",     "1137", "1138", "1139", "1140", "1141", "1142", "1143", "1144",     "1145", "1146", "1147", "1148", "1149", "1116", "1150", "1151",     "1153", "1154", "1155", "1156", "1157", "1158", "1159", "1160",     "1161", "1162", "1163", "1164", "1165", "1166", "1167", "1168",     "1169", "1170", "1171", "1172", "1173", "1174", "1175", "1176",     "1177", "1178", "1179", "1180", "1181", "1182", "1183", "1184",     "1185", "1152", "1186", "1187", "1189", "1190", "1191", "1192",     "1193", "1194", "1195", "1196", "1197", "1198", "1199", "1200",     "1201", "1202", "1203", "1204", "1205", "1206", "1207", "1208",     "1209", "1210", "1211", "1212", "1213", "1214", "1215", "1216",     "1217", "1218", "1219", "1220", "1221", "1188", "1222", "1223",     "1225", "1226", "1227", "1228", "1229", "1230", "1231", "1232",     "1233", "1234", "1235", "1236", "1237", "1238", "1239", "1240",     "1241", "1242", "1243", "1244", "1245", "1246", "1247", "1248",     "1249", "1250", "1251", "1252", "1253", "1254", "1255", "1256",     "1257", "1224", "1258", "1259", "1261", "1262", "1263", "1264",     "1265", "1266", "1267", "1268", "1269", "1270", "1271", "1272",     "1273", "1274", "1275", "1276", "1277", "1278", "1279", "1280",     "1281", "1282", "1283", "1284", "1285", "1286", "1287", "1288",     "1289", "1290", "1291", "1292", "1293", "1260", "1294", "1295",     "1296"), id = 0:1295), class = "data.frame", row.names = c(NA, -1296L)), attrib = list(aux = NULL, cap = NULL, alpha = NULL,     beta = NULL)), from = NA_real_, to = c(72L, 599L, 640L, 793L, 794L, 829L, 830L, 879L, 880L, 900L, 910L, 911L, 913L, 914L, 915L, 916L, 917L, 918L, 933L, 934L, 935L, 936L, 945L, 946L, 947L, 948L, 949L, 950L, 951L, 967L, 968L, 971L, 972L, 981L, 985L, 1003L, 1016L, 1017L, 1021L, 1039L, 1051L, 1052L, 1053L, 1054L, 1055L, 1078L, 1079L, 1080L, 1086L, 1087L, 1088L, 1146L, 1147L, 1148L, 1176L, 1179L, 1180L, 1181L, 1208L, 1217L, 1242L, 1275L, 1276L, 1277L), algorithm = "phast", allcores = FALSE): NAs are not allowed in origin/destination nodes
    +# This option is slower: algorithm duration during testing ~0.73 minutes
    +
    +#### Example (5): Implement algorithm using shortest distances with mobility restriction
    +out_5 <- pf(record = record,
    +            origin  = xy,
    +            calc_distance = "lcp",
    +            bathy = surface,
    +            calc_movement_pr = pf_setup_movement_pr,
    +            mobility = 250,
    +            n = 10L,
    +            seed = 1)
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> ... Setting up cost-surface for calc_distance = 'lcp'... 
    +#> flapper::lcp_costs() called (@ 2023-02-19 15:02:38)... 
    +#> ... Defining transition matrices... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating distance matrices... 
    +#> ... Assembling LCP costs... 
    +#> ... flapper::lcp_costs() call completed (@ 2023-02-19 15:02:38) after ~0 minutes. 
    +#> flapper::lcp_graph_surface() called (@ 2023-02-19 15:02:38)... 
    +#> ... Defining nodes, edges and costs to make graph... 
    +#> ... Constructing graph object... 
    +#> ... flapper::lcp_graph_surface() call completed (@ 2023-02-19 15:02:38) after ~0 minutes. 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Error in .local(obj, ...): NA values in coordinates
    +# Algorithm duration during testing ~0.63 minutes
    +# With shortest distances, the mobility restriction makes more difference
    +# ... in improving the computation time, because calculations are more involved.
    +
    +#### Example (6): Parallelisation for Euclidean distances is via cl argument
    +# ... which implements parallelisation across paths. This is only implemented
    +# ... for calc_distance_euclid_fast = FALSE, which is rarely desirable.
    +out_6 <- pf(record = record,
    +            origin  = xy,
    +            calc_distance = "euclid",
    +            calc_distance_euclid_fast = FALSE,
    +            calc_movement_pr = pf_setup_movement_pr,
    +            mobility = 250,
    +            n = 10L,
    +            cl = parallel::makeCluster(2L),
    +            seed = 1)
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Error in .local(obj, ...): NA values in coordinates
    +
    +#### Example (7): Parallelisation for shortest distances is usually best
    +# ... via use_all_cores = TRUE
    +# However, the benefits of parallelisation depend on the number of least-cost
    +# ... paths calculations that need to be performed, which depends on the size
    +# ... of bathy, and may be minimal (or negative) for small areas.
    +out_7 <- pf(record = record,
    +            origin  = xy,
    +            calc_distance = "lcp",
    +            bathy = surface,
    +            calc_movement_pr = pf_setup_movement_pr,
    +            mobility = 250,
    +            n = 10L,
    +            use_all_cores = TRUE,
    +            seed = 1)
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> ... Setting up cost-surface for calc_distance = 'lcp'... 
    +#> flapper::lcp_costs() called (@ 2023-02-19 15:02:38)... 
    +#> ... Defining transition matrices... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating distance matrices... 
    +#> ... Assembling LCP costs... 
    +#> ... flapper::lcp_costs() call completed (@ 2023-02-19 15:02:38) after ~0 minutes. 
    +#> flapper::lcp_graph_surface() called (@ 2023-02-19 15:02:38)... 
    +#> ... Defining nodes, edges and costs to make graph... 
    +#> ... Constructing graph object... 
    +#> ... flapper::lcp_graph_surface() call completed (@ 2023-02-19 15:02:38) after ~0 minutes. 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Error in .local(obj, ...): NA values in coordinates
    +# But the speed benefits in this case are minimal.
    +# Algorithm duration during testing ~0.61 minutes.
    +
    +#### Example (8): Extend the movement model via variables in data
    +# For example, you could assign behavioural 'states', such as resting versus
    +# ... non resting. Here, we use information on the change in depth to restrict
    +# ... movement, based on the idea that large changes in depth correlate
    +# ... with shorter horizontal movements. This is appropriate for calc_distance =
    +# ... 'euclid', which does not account for movement over the bathymetry and
    +# ... may be quicker than implementing least-cost distances.
    +## Define absolute vertical activity (VA)
    +# For the last observation, we need to assign a VA of 0 to ensure that
    +# ... we do not include NAs in the calculations.
    +depth$va_abs <- abs(depth$depth - dplyr::lead(depth$depth))
    +depth$va_abs[nrow(depth)] <- 0
    +## Define movement model, depending on distance and a dataframe with other information
    +setup_movement_pr <- function(distance, data){
    +  beta <- -0.05 + -0.005 * data$va_abs
    +  pr <- stats::plogis(10 + distance * beta)
    +  pr[distance > 500] <- 0
    +  return(pr)
    +}
    +## Examine the movement model with distance and VA
    +pr <- setup_movement_pr(1:1000, data.frame(va_abs = 0))
    +prettyGraphics::pretty_plot(pr, type = "n")
    +#> 'y' argument not supplied; 'x' is plotted against an index.
    +for(va_abs in seq(min(depth$va_abs), max(depth$va_abs), length.out = 5)){
    +  lines(1:1000, setup_movement_pr(1:1000, data.frame(va_abs = va_abs)), lwd = 0.25 + va_abs/5)
    +}
    +
    +## Implement algorithm with adjusted movement model
    +out_8 <- pf(record = record,
    +            data = depth,
    +            origin  = xy,
    +            calc_distance = "euclid",
    +            calc_movement_pr = setup_movement_pr,
    +            mobility = 250,
    +            n = 10L,
    +            seed = 1)
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Error in .local(obj, ...): NA values in coordinates
    +
    +#### Dealing with convergence failures.
    +# The algorithm can fail to converge. There are a variety of options
    +# ... that can be trialled to deal with this:
    +# ... ... Updating the outputs from an earlier time step
    +# ... ... Increase the number of particles
    +# ... ... Resampling
    +# ... ... Reduce the number of temporal resolution
    +# ... ... Tweak movement model, depth error, mobility etc.
    +
    +#### Example (9): Update particle histories from an earlier time step
    +# ... via update_history and update_history_from_time_step
    +out_9 <- pf(record = record,
    +            data = depth,
    +            origin  = xy,
    +            calc_distance = "euclid",
    +            calc_movement_pr = setup_movement_pr,
    +            mobility = 250,
    +            n = 10L,
    +            seed = 1,
    +            update_history = out_8$history,
    +            update_history_from_time_step = 5)
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> Error in pf(record = record, data = depth, origin = xy, calc_distance = "euclid",     calc_movement_pr = setup_movement_pr, mobility = 250, n = 10L,     seed = 1, update_history = out_8$history, update_history_from_time_step = 5): object 'out_8' not found
    +
    +#### Example (10): Implement re-sampling via resample
    +# Here, for demonstration purposes, we implement the algorithm from
    +# ... scratch with the original movement model, this time re-sampling
    +# ... possible positions with equal probability if there are
    +# ... fewer than 10 unique positions.
    +# ... (Normally resample would be less than n.)
    +# In this example, the function re-samples candidate starting positions at t = 9
    +out_10 <- pf(record = record,
    +             data = depth,
    +             origin  = xy,
    +             calc_distance = "euclid",
    +             calc_movement_pr = pf_setup_movement_pr,
    +             mobility = 250,
    +             n = 10L,
    +             resample = 10,
    +             seed = 1)
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Error in .local(obj, ...): NA values in coordinates
    +
    +#### Example (10): A simulation workflow
    +# This example provides a simulation workflow for comparing simulated and
    +# ... reconstructed paths. Specifically, we simulate movement in an area,
    +# ... so that we know the 'true' path. We then implement the DCPF algorithm
    +# ... to reconstruct possible paths
    +# ... and compare the true and reconstructed paths.
    +
    +## (A) Set seed for reproducibility
    +seed <- 2021
    +set.seed(seed)
    +
    +## (B) Define area for simulation
    +# Here, we use the sample area as above, but reduce the resolution
    +# ... for example speed.
    +dat_gebco_planar <- raster::raster(crs = raster::crs(dat_gebco),
    +                                   ext = raster::extent(dat_gebco),
    +                                   resolution = 25)
    +dat_gebco_planar <- raster::resample(dat_gebco, dat_gebco_planar, method = "bilinear")
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +# Define 'sea' for movement simulation
    +dat_coast <- raster::crop(dat_coast, raster::extent(dat_gebco))
    +#> Error in .local(obj, ...): cannot derive coordinates from non-numeric matrix
    +dat_sea <- invert_poly(dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +# Visualise area
    +prettyGraphics::pretty_map(dat_gebco_planar,
    +                           add_rasters = list(x = dat_gebco_planar),
    +                           add_polys = list(x = dat_sea))
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    +#> Warning: no non-missing arguments to min; returning Inf
    +#> Warning: no non-missing arguments to max; returning -Inf
    +#> Error in seq.default(zlim[1], zlim[2], , nlevel): 'from' must be a finite number
    +
    +
    +## (C) Simulate movement path
    +# Define movement parameters
    +sim_steps <- function(...) stats::rgamma(1, shape = 15, scale = 5)
    +prettyGraphics::pretty_hist(stats::rgamma(10000, shape = 15, scale = 5), breaks = 100)
    +
    +# Define animal's origin
    +origin_sim <- sp::spsample(dat_sea, n = 1, type = "random")
    +origin_sim <- sp::coordinates(origin_sim)
    +# Simulate path
    +path_sim <- sim_path_sa(n = 10,
    +                        p_1 = origin_sim,
    +                        area = dat_sea,
    +                        sim_step = sim_steps,
    +                        add_rasters = list(x = dat_gebco_planar),
    +                        seed = seed)
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> Warning: no non-missing arguments to min; returning Inf
    +#> Warning: no non-missing arguments to max; returning -Inf
    +#> Error in seq.default(zlim[1], zlim[2], , nlevel): 'from' must be a finite number
    +
    +# Get resultant depth time series
    +path_sim <- path_sim$xy_mat
    +#> Error in eval(expr, envir, enclos): object 'path_sim' not found
    +path_sim <- data.frame(path_id = 1,
    +                       cell_id = raster::cellFromXY(dat_gebco_planar, path_sim),
    +                       cell_x = path_sim[, 1],
    +                       cell_y = path_sim[, 2],
    +                       timestep = 1:nrow(path_sim))
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'xy' in selecting a method for function 'cellFromXY': object 'path_sim' not found
    +path_sim$cell_z <- raster::extract(dat_gebco_planar, path_sim$cell_id)
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'y' in selecting a method for function 'extract': object 'path_sim' not found
    +prettyGraphics::pretty_plot(path_sim$cell_z, type = "l")
    +#> Error in prettyGraphics::pretty_plot(path_sim$cell_z, type = "l"): object 'path_sim' not found
    +# Check simulated movements on the scale of the grid
    +sp::spDists(raster::xyFromCell(dat_gebco_planar, path_sim$cell_id),
    +            segments = TRUE)
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'cell' in selecting a method for function 'xyFromCell': object 'path_sim' not found
    +# Simulate 'observed' depth time series given some error
    +# ... For illustration, we will make the error smaller in this example
    +cde <- function(...) matrix(c(-2.5, 2.5), nrow = 2)
    +depth_obs <- runif(length(path_sim$cell_z),
    +                   path_sim$cell_z + cde(path_sim$cell_z)[1],
    +                   path_sim$cell_z + cde(path_sim$cell_z)[2])
    +#> Error in runif(length(path_sim$cell_z), path_sim$cell_z + cde(path_sim$cell_z)[1],     path_sim$cell_z + cde(path_sim$cell_z)[2]): object 'path_sim' not found
    +depth_obs <- data.frame(depth = depth_obs)
    +#> Error in data.frame(depth = depth_obs): object 'depth_obs' not found
    +# Compare 'true' and 'observed' depth time series
    +pf_plot_1d(path_sim, depth_obs,
    +           type = "b", cex = 0.5,
    +           add_lines = list(col = "royalblue", type = "l"))
    +#> Error in check_names(input = archival, req = c("depth")): object 'depth_obs' not found
    +
    +## Implement dc() on 'observed' time series
    +dc_out <- dc(archival = depth_obs,
    +             bathy = dat_gebco_planar,
    +             calc_depth_error = cde,
    +             save_record_spatial = NULL)
    +#> flapper::dc() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> Error in dc(archival = depth_obs, bathy = dat_gebco_planar, calc_depth_error = cde,     save_record_spatial = NULL): object 'depth_obs' not found
    +
    +## Implement pf() on the results from dc()
    +# We will assume that the origin was known.
    +# ... We will mostly use the default options.
    +history_dcpf <-
    +  pf(record = acdc_access_maps(acdc_simplify(dc_out, type = "dc"),
    +                               type = "map_timestep"),
    +     origin = origin_sim,
    +     calc_distance = "euclid",
    +     mobility = 200,
    +     n = 10L)
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> acdc_simplify() implemented for type = 'dc'.
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Error in .local(obj, ...): NA values in coordinates
    +
    +## Visualise particle histories in relation to simulated paths
    +# Here, each plot shows the particles sampled at a particular time step
    +# ... The green area shows areas of the requisite depth at that time step and the
    +# ... particles show sampled locations at that time step. The simulated path
    +# ... is shown in black.
    +pp <- graphics::par(mfrow = c(3, 4))
    +pf_plot_history(history_dcpf,
    +                add_particles = list(pch = 21),
    +                add_paths = list(x = path_sim$cell_x, path_sim$cell_y, length = 0.05),
    +                xlim = range(path_sim$cell_x), ylim = range(path_sim$cell_y),
    +                crop_spatial = TRUE,
    +                prompt = FALSE)
    +#> Error in pf_plot_history(history_dcpf, add_particles = list(pch = 21),     add_paths = list(x = path_sim$cell_x, path_sim$cell_y, length = 0.05),     xlim = range(path_sim$cell_x), ylim = range(path_sim$cell_y),     crop_spatial = TRUE, prompt = FALSE): object 'history_dcpf' not found
    +graphics::par(pp)
    +
    +## Assemble paths
    +path_dcpf <- pf_simplify(history_dcpf, bathy = dat_gebco_planar)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:02:38)... 
    +#> Error in pf_simplify(history_dcpf, bathy = dat_gebco_planar): object 'history_dcpf' not found
    +
    +## Compare reconstructed versus observed depth time series
    +pf_plot_1d(path_dcpf, depth_obs)
    +#> Error in check_names(input = archival, req = c("depth")): object 'depth_obs' not found
    +
    +## Show that the distances between sequential positions are within the restrictions
    +# ... of the movement model
    +require(rlang)
    +#> Loading required package: rlang
    +path_dcpf <-
    +  path_dcpf %>%
    +  dplyr::group_by(.data$path_id) %>%
    +  dplyr::mutate(cell_x2 = dplyr::lag(.data$cell_x),
    +                cell_y2 = dplyr::lag(.data$cell_y),
    +                dist_1 = sqrt((.data$cell_x2 - .data$cell_x)^2 +
    +                                (.data$cell_y2 -.data$ cell_y)^2))
    +#> Error in dplyr::group_by(., .data$path_id): object 'path_dcpf' not found
    +path_dcpf
    +#> Error in eval(expr, envir, enclos): object 'path_dcpf' not found
    +range(path_dcpf$dist_1, na.rm =TRUE)
    +#> Error in eval(expr, envir, enclos): object 'path_dcpf' not found
    +
    +## Visualise paths
    +# Zoom around path
    +xlim <- range(c(path_sim$cell_x, path_dcpf$cell_x), na.rm = TRUE)
    +#> Error in eval(expr, envir, enclos): object 'path_sim' not found
    +ylim <- range(c(path_sim$cell_y, path_dcpf$cell_y), na.rm = TRUE)
    +#> Error in eval(expr, envir, enclos): object 'path_sim' not found
    +boundaries <- raster::extent(xlim, ylim)
    +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'extent': object 'xlim' not found
    +area <- raster::crop(dat_gebco_planar, boundaries)
    +#> Error in .local(x, y, ...): extents do not overlap
    +# Define function to add simulated path for comparison
    +add_paths_sim <-
    +  function() prettyGraphics::add_sp_path(path_sim$cell_x, path_sim$cell_y,
    +                                         lwd = 2, length = 0.01)
    +# Make plots
    +if(interactive()){
    +  pf_plot_2d(path_dcpf, area, add_paths = list(length = 0.05),
    +             add_additional = add_paths_sim,
    +             prompt = TRUE)
    +}
    +
    +#### Example (11): Write a dataframe of sampled particles to file at each time step
    +# Define directory in which to save files
    +root <- paste0(tempdir(), "/pf/")
    +dir.create(root)
    +# Implement PF, writing the history of particle samples at each time step
    +out_11 <- pf(record = record,
    +             origin  = xy,
    +             write_history = list(file = root))
    +#> flapper::pf() called (@ 2023-02-19 15:02:38)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> The probability of all cells at time 1 is 0. Either (1) the algorithm has been 'unlucky' and all n = 10 particles up to this point have led to 'dead ends', (2) the mobility model ('mobility') is too limiting and/or (3) other model assumptions have been violated. The function will now stop, returning outputs up until this point.
    +# Read the record into R
    +history_from_file <- lapply(pf_access_history_files(root), readRDS)
    +#> Error in pf_access_history_files(root): File naming structure is unrecognised.TRUE
    +# Show that the history recorded in 'out_11' is the same as that recorded by the saved files
    +length(out_11$history); length(history_from_file)
    +#> [1] 0
    +#> Error in eval(expr, envir, enclos): object 'history_from_file' not found
    +#> [1] 0
    +identical(out_11$history, history_from_file)
    +#> Error in identical(out_11$history, history_from_file): object 'history_from_file' not found
    +cbind(out_11$history[[1]],
    +      history_from_file[[1]])
    +#> Error in out_11$history[[1]]: subscript out of bounds
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_access_history.html b/docs/reference/pf_access_history.html index f41f3e5..5ac59f0 100644 --- a/docs/reference/pf_access_history.html +++ b/docs/reference/pf_access_history.html @@ -1,67 +1,12 @@ - - - - - - - -Access the `history' element of a pf_archive-class object — pf_access_history • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Access the `history' element of a pf_archive-class object — pf_access_history • flapper - + + - - - -
    -
    - -
    - -
    +
    -

    This function accesses and simplifies the `history' list in a pf_archive-class object.

    +

    This function accesses and simplifies the `history' list in a pf_archive-class object.

    -
    pf_access_history(archive, bathy = NULL)
    +
    +
    pf_access_history(archive, bathy = NULL)
    +
    -

    Arguments

    - - - - - - - - - - -
    archive

    A pf_archive-class object.

    bathy

    (optional) A raster that defines the grid across the area over which particle filtering was applied. If unsupplied, this is extracted from archive if available.

    +
    +

    Arguments

    +
    archive
    +

    A pf_archive-class object.

    -

    Value

    -

    The function returns a dataframe that defines, for each time step (`timestep'), particle samples (`cell_id'), associated probabilities (`cell_pr') and, if bathy is available, cell coordinates (`cell_x', `cell_y' and `cell_z').

    -

    Details

    +
    bathy
    +

    (optional) A raster that defines the grid across the area over which particle filtering was applied. If unsupplied, this is extracted from archive if available.

    -

    From the `history' element of a pf_archive-class object, this function extracts particle samples as a dataframe with columns for time steps, cell IDs, cell probabilities and coordinates (if bathy is available).

    -

    Author

    +
    +
    +

    Value

    + +

    The function returns a dataframe that defines, for each time step (`timestep'), particle samples (`cell_id'), associated probabilities (`cell_pr') and, if bathy is available, cell coordinates (`cell_x', `cell_y' and `cell_z').

    +
    +
    +

    Details

    +

    From the `history' element of a pf_archive-class object, this function extracts particle samples as a dataframe with columns for time steps, cell IDs, cell probabilities and coordinates (if bathy is available).

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    pf_access_history(dat_dcpf_histories) -
    #> timestep cell_id cell_pr cell_x cell_y cell_z -#> 1 1 2921 1.312336e-04 136.97954 136.97954 136.97954 -#> 2 1 3159 2.364016e-04 137.04983 137.04983 137.04983 -#> 3 1 3237 1.312336e-04 137.88798 137.88798 137.88798 -#> 4 1 3243 2.425569e-04 133.69964 133.69964 133.69964 -#> 5 1 3318 1.942855e-04 136.58845 136.58845 136.58845 -#> 6 1 3320 2.525012e-04 135.27935 135.27935 135.27935 -#> 7 1 3320 2.525012e-04 135.27935 135.27935 135.27935 -#> 8 1 3396 3.947544e-05 137.20907 137.20907 137.20907 -#> 9 1 3559 9.359471e-05 134.48285 134.48285 134.48285 -#> 10 1 3722 1.808832e-05 134.01993 134.01993 134.01993 -#> 11 2 3078 1.876176e-04 138.39286 138.39286 138.39286 -#> 12 2 3079 1.786695e-04 137.60779 137.60779 137.60779 -#> 13 2 3157 2.174004e-04 138.53295 138.53295 138.53295 -#> 14 2 3243 1.663445e-05 133.69964 133.69964 133.69964 -#> 15 2 3315 2.174004e-04 138.55210 138.55210 138.55210 -#> 16 2 3475 1.498497e-04 137.08812 137.08812 137.08812 -#> 17 2 3477 1.498497e-04 135.95305 135.95305 135.95305 -#> 18 2 3478 1.114181e-04 135.38551 135.38551 135.38551 -#> 19 2 3723 2.358249e-04 133.47766 133.47766 133.47766 -#> 20 2 3961 3.630254e-05 136.28141 136.28141 136.28141 -#> 21 3 3157 2.105803e-04 138.53295 138.53295 138.53295 -#> 22 3 3166 1.569277e-04 133.69382 133.69382 133.69382 -#> 23 3 3240 1.647869e-04 135.79381 135.79381 135.79381 -#> 24 3 3317 1.959173e-04 137.24300 137.24300 137.24300 -#> 25 3 3396 2.039494e-04 137.20907 137.20907 137.20907 -#> 26 3 3402 1.909455e-04 133.54282 133.54282 133.54282 -#> 27 3 3406 4.721224e-05 133.14011 133.14011 133.14011 -#> 28 3 3956 4.721224e-05 139.05929 139.05929 139.05929 -#> 29 3 3963 1.647869e-04 135.17026 135.17026 135.17026 -#> 30 3 3963 1.647869e-04 135.17026 135.17026 135.17026 -#> 31 4 3006 1.826367e-04 134.06296 134.06296 134.06296 -#> 32 4 3238 1.901244e-04 137.18992 137.18992 137.18992 -#> 33 4 3317 1.462901e-04 137.24300 137.24300 137.24300 -#> 34 4 3398 1.605168e-04 135.98698 135.98698 135.98698 -#> 35 4 3399 1.226931e-04 135.37594 135.37594 135.37594 -#> 36 4 3565 1.780020e-04 131.98428 131.98428 131.98428 -#> 37 4 3568 2.972360e-05 134.61187 134.61187 134.61187 -#> 38 4 3641 7.047349e-05 133.98912 133.98912 133.98912 -#> 39 4 3801 1.605168e-04 135.13527 135.13527 135.13527 -#> 40 4 3887 9.122633e-05 134.05864 134.05864 134.05864 -#> 41 5 2843 1.236215e-04 135.61930 135.61930 135.61930 -#> 42 5 3005 1.945485e-04 133.75853 133.75853 133.75853 -#> 43 5 3009 1.547789e-04 134.97625 134.97625 134.97625 -#> 44 5 3075 1.236215e-04 140.74807 140.74807 140.74807 -#> 45 5 3235 1.793489e-04 139.28409 139.28409 139.28409 -#> 46 5 3400 1.945485e-04 134.76490 134.76490 134.76490 -#> 47 5 3405 1.236215e-04 132.38837 132.38837 132.38837 -#> 48 5 3719 9.956193e-05 135.64673 135.64673 135.64673 -#> 49 5 3889 1.840187e-04 134.28312 134.28312 134.28312 -#> 50 5 3963 7.100674e-05 135.17026 135.17026 135.17026 -#> 51 6 3000 1.303164e-04 137.33717 137.33717 137.33717 -#> 52 6 3008 2.050845e-04 134.67182 134.67182 134.67182 -#> 53 6 3086 2.019373e-04 133.87839 133.87839 133.87839 -#> 54 6 3317 1.890617e-04 137.24300 137.24300 137.24300 -#> 55 6 3318 4.240359e-05 136.58845 136.58845 136.58845 -#> 56 6 3329 1.049538e-04 135.31153 135.31153 135.31153 -#> 57 6 3397 7.485220e-05 136.59803 136.59803 136.59803 -#> 58 6 3637 1.890617e-04 136.14046 136.14046 136.14046 -#> 59 6 3641 1.553795e-04 133.98912 133.98912 133.98912 -#> 60 6 3886 1.553795e-04 133.94639 133.94639 133.94639 -#> 61 7 2917 2.097557e-04 140.46788 140.46788 140.46788 -#> 62 7 2921 2.726068e-04 136.97954 136.97954 136.97954 -#> 63 7 3083 5.027690e-06 134.46750 134.46750 134.46750 -#> 64 7 3089 2.202607e-04 135.06007 135.06007 135.06007 -#> 65 7 3238 1.759216e-04 137.18992 137.18992 137.18992 -#> 66 7 3247 2.097557e-04 134.08207 134.08207 134.08207 -#> 67 7 3493 1.010473e-04 138.84399 138.84399 138.84399 -#> 68 7 3560 2.097557e-04 133.94945 133.94945 133.94945 -#> 69 7 3568 2.097557e-04 134.61187 134.61187 134.61187 -#> 70 7 3635 2.618707e-04 137.21613 137.21613 137.21613 -#> 71 8 3898 1.152372e-05 129.29371 129.29371 129.29371 -#> 72 8 3898 1.152372e-05 129.29371 129.29371 129.29371 -#> 73 8 3899 4.633050e-06 127.54157 127.54157 127.54157 -#> 74 8 3977 9.706081e-06 129.34083 129.34083 129.34083 -#> 75 8 3977 9.706081e-06 129.34083 129.34083 129.34083 -#> 76 8 3977 9.706081e-06 129.34083 129.34083 129.34083 -#> 77 8 3977 9.706081e-06 129.34083 129.34083 129.34083 -#> 78 8 3977 9.706081e-06 129.34083 129.34083 129.34083 -#> 79 8 3977 9.706081e-06 129.34083 129.34083 129.34083 -#> 80 8 3978 4.633050e-06 127.45340 127.45340 127.45340 -#> 81 9 4063 7.149016e-05 115.49957 115.49957 115.49957 -#> 82 9 4142 2.310167e-04 115.14083 115.14083 115.14083 -#> 83 9 4142 4.406128e-04 115.14083 115.14083 115.14083 -#> 84 9 4221 2.310167e-04 115.05267 115.05267 115.05267 -#> 85 9 4221 2.310167e-04 115.05267 115.05267 115.05267 -#> 86 9 4300 2.310167e-04 115.23507 115.23507 115.23507 -#> 87 9 4301 9.550208e-05 112.80651 112.80651 112.80651 -#> 88 9 4301 1.161212e-04 112.80651 112.80651 112.80651 -#> 89 9 4301 1.161212e-04 112.80651 112.80651 112.80651 -#> 90 9 4380 5.380996e-05 113.12419 113.12419 113.12419 -#> 91 10 4303 1.052208e-03 107.94940 107.94940 107.94940 -#> 92 10 4303 1.052208e-03 107.94940 107.94940 107.94940 -#> 93 10 4304 5.392584e-04 105.52084 105.52084 105.52084 -#> 94 10 4462 8.647521e-04 105.61507 105.61507 105.61507 -#> 95 10 4462 1.052208e-03 105.61507 105.61507 105.61507 -#> 96 10 4463 7.252655e-04 102.91595 102.91595 102.91595 -#> 97 10 4545 2.601637e-04 94.73041 94.73041 94.73041 -#> 98 10 4622 2.359938e-04 100.85219 100.85219 100.85219 -#> 99 10 4783 6.059906e-05 92.84905 92.84905 92.84905 -#> 100 10 4858 1.258733e-05 107.21004 107.21004 107.21004 -#> 101 11 4228 2.570111e-04 96.41539 96.41539 96.41539 -#> 102 11 4387 5.872840e-04 94.50041 94.50041 94.50041 -#> 103 11 4389 4.536843e-04 88.67417 88.67417 88.67417 -#> 104 11 4547 2.833335e-04 89.41252 89.41252 89.41252 -#> 105 11 4548 2.833335e-04 86.75919 86.75919 86.75919 -#> 106 11 4783 2.570111e-04 92.84905 92.84905 92.84905 -#> 107 11 4861 9.417657e-04 97.08341 97.08341 97.08341 -#> 108 11 4862 2.833335e-04 93.70787 93.70787 93.70787 -#> 109 11 4862 1.223956e-03 93.70787 93.70787 93.70787 -#> 110 11 4864 7.898565e-04 86.95678 86.95678 86.95678 -#> 111 12 4389 1.338321e-03 88.67417 88.67417 88.67417 -#> 112 12 4469 1.429464e-03 86.39001 86.39001 86.39001 -#> 113 12 4548 1.475939e-03 86.75919 86.75919 86.75919 -#> 114 12 4705 1.663311e-04 89.15582 89.15582 89.15582 -#> 115 12 4707 6.858919e-04 84.32463 84.32463 84.32463 -#> 116 12 4709 5.298601e-04 79.53754 79.53754 79.53754 -#> 117 12 4943 1.429464e-03 87.81560 87.81560 87.81560 -#> 118 12 5104 9.224773e-04 79.67062 79.67062 79.67062 -#> 119 12 5106 9.224773e-04 74.12384 74.12384 74.12384 -#> 120 12 5265 1.367964e-04 72.85097 72.85097 72.85097 -#> 121 13 4552 9.293680e-04 76.14586 76.14586 76.14586 -#> 122 13 4867 1.509693e-03 79.23674 79.23674 79.23674 -#> 123 13 4871 1.509693e-03 70.70169 70.70169 70.70169 -#> 124 13 4952 8.782483e-05 66.67345 66.67345 66.67345 -#> 125 13 5026 1.816027e-03 76.02283 76.02283 76.02283 -#> 126 13 5029 1.375888e-03 70.40090 70.40090 70.40090 -#> 127 13 5185 1.788159e-03 74.43990 74.43990 74.43990 -#> 128 13 5266 1.816027e-03 71.07040 71.07040 71.07040 -#> 129 13 5345 1.375888e-03 71.26204 71.26204 71.26204 -#> 130 13 5429 6.628176e-04 63.38557 63.38557 63.38557 -#> 131 14 4636 1.353681e-03 63.11225 63.11225 63.11225 -#> 132 14 4716 6.530796e-04 61.62966 61.62966 61.62966 -#> 133 14 4956 5.924068e-04 57.18187 57.18187 57.18187 -#> 134 14 5034 2.641320e-03 61.03102 61.03102 61.03102 -#> 135 14 5036 1.353681e-03 55.69928 55.69928 55.69928 -#> 136 14 5196 6.530796e-04 53.83588 53.83588 53.83588 -#> 137 14 5273 1.353681e-03 59.40138 59.40138 59.40138 -#> 138 14 5513 1.353681e-03 56.11490 56.11490 56.11490 -#> 139 14 5590 2.641320e-03 59.28117 59.28117 59.28117 -#> 140 14 5830 5.924068e-04 55.44025 55.44025 55.44025 -#> 141 15 4717 4.175310e-03 57.48378 57.48378 57.48378 -#> 142 15 4798 3.471003e-03 51.78779 51.78779 51.78779 -#> 143 15 4880 1.523914e-03 41.81090 41.81090 41.81090 -#> 144 15 4956 4.244902e-03 57.18187 57.18187 57.18187 -#> 145 15 4958 2.653108e-03 48.68757 48.68757 48.68757 -#> 146 15 5200 9.517100e-04 37.95396 37.95396 37.95396 -#> 147 15 5280 1.972672e-03 37.89623 37.89623 37.89623 -#> 148 15 5672 3.471003e-03 55.28290 55.28290 55.28290 -#> 149 15 5752 3.849103e-03 54.12580 54.12580 54.12580 -#> 150 15 6069 3.163367e-03 52.65030 52.65030 52.65030 -#> 151 16 4560 3.759398e-03 48.28138 48.28138 48.28138 -#> 152 16 4560 4.667874e-03 48.28138 48.28138 48.28138 -#> 153 16 4719 7.233304e-03 49.19202 49.19202 49.19202 -#> 154 16 4959 7.346035e-03 44.44043 44.44043 44.44043 -#> 155 16 5119 3.470716e-03 42.17400 42.17400 42.17400 -#> 156 16 5279 3.470716e-03 41.67489 41.67489 41.67489 -#> 157 16 5360 1.130838e-03 37.83849 37.83849 37.83849 -#> 158 16 5835 4.667874e-03 49.26138 49.26138 49.26138 -#> 159 16 6314 1.225586e-04 44.29383 44.29383 44.29383 -#> 160 16 6389 3.759398e-03 47.28266 47.28266 47.28266 -#> 161 17 4880 9.615385e-03 41.81090 41.81090 41.81090 -#> 162 17 5119 1.777196e-02 42.17400 42.17400 42.17400 -#> 163 17 5279 1.910206e-02 41.67489 41.67489 41.67489 -#> 164 17 5280 1.878890e-02 37.89623 37.89623 37.89623 -#> 165 17 5360 1.850057e-02 37.83849 37.83849 37.83849 -#> 166 17 5440 1.732096e-02 37.78075 37.78075 37.78075 -#> 167 17 5519 1.732096e-02 40.92623 40.92623 40.92623 -#> 168 17 6237 2.892335e-03 41.63400 41.63400 41.63400 -#> 169 17 6240 1.325318e-03 37.20337 37.20337 37.20337 -#> 170 17 6396 1.732096e-02 41.46088 41.46088 41.46088 -#> 171 18 5200 2.466742e-02 37.95396 37.95396 37.95396 -#> 172 18 5360 2.505186e-02 37.83849 37.83849 37.83849 -#> 173 18 5439 2.369594e-02 41.17578 41.17578 41.17578 -#> 174 18 5520 2.369594e-02 37.72301 37.72301 37.72301 -#> 175 18 5599 2.309462e-02 40.67667 40.67667 40.67667 -#> 176 18 6159 2.309462e-02 38.92980 38.92980 38.92980 -#> 177 18 6238 2.505186e-02 40.15712 40.15712 40.15712 -#> 178 18 6318 2.466742e-02 39.71575 39.71575 39.71575 -#> 179 18 6319 2.309462e-02 38.43069 38.43069 38.43069 -#> 180 18 6320 2.505186e-02 37.14563 37.14563 37.14563
    +
    +

    Examples

    +
    pf_access_history(dat_dcpf_histories)
    +#>     timestep cell_id      cell_pr    cell_x    cell_y    cell_z
    +#> 1          1    2921 1.312336e-04 136.97954 136.97954 136.97954
    +#> 2          1    3159 2.364016e-04 137.04983 137.04983 137.04983
    +#> 3          1    3237 1.312336e-04 137.88798 137.88798 137.88798
    +#> 4          1    3243 2.425569e-04 133.69964 133.69964 133.69964
    +#> 5          1    3318 1.942855e-04 136.58845 136.58845 136.58845
    +#> 6          1    3320 2.525012e-04 135.27935 135.27935 135.27935
    +#> 7          1    3320 2.525012e-04 135.27935 135.27935 135.27935
    +#> 8          1    3396 3.947544e-05 137.20907 137.20907 137.20907
    +#> 9          1    3559 9.359471e-05 134.48285 134.48285 134.48285
    +#> 10         1    3722 1.808832e-05 134.01992 134.01992 134.01992
    +#> 11         2    3078 1.876176e-04 138.39286 138.39286 138.39286
    +#> 12         2    3079 1.786695e-04 137.60779 137.60779 137.60779
    +#> 13         2    3157 2.174004e-04 138.53295 138.53295 138.53295
    +#> 14         2    3243 1.663445e-05 133.69964 133.69964 133.69964
    +#> 15         2    3315 2.174004e-04 138.55210 138.55210 138.55210
    +#> 16         2    3475 1.498497e-04 137.08812 137.08812 137.08812
    +#> 17         2    3477 1.498497e-04 135.95305 135.95305 135.95305
    +#> 18         2    3478 1.114181e-04 135.38552 135.38552 135.38552
    +#> 19         2    3723 2.358249e-04 133.47765 133.47765 133.47765
    +#> 20         2    3961 3.630254e-05 136.28141 136.28141 136.28141
    +#> 21         3    3157 2.105803e-04 138.53295 138.53295 138.53295
    +#> 22         3    3166 1.569277e-04 133.69382 133.69382 133.69382
    +#> 23         3    3240 1.647869e-04 135.79381 135.79381 135.79381
    +#> 24         3    3317 1.959173e-04 137.24300 137.24300 137.24300
    +#> 25         3    3396 2.039494e-04 137.20907 137.20907 137.20907
    +#> 26         3    3402 1.909455e-04 133.54282 133.54282 133.54282
    +#> 27         3    3406 4.721224e-05 133.14012 133.14012 133.14012
    +#> 28         3    3956 4.721224e-05 139.05928 139.05928 139.05928
    +#> 29         3    3963 1.647869e-04 135.17026 135.17026 135.17026
    +#> 30         3    3963 1.647869e-04 135.17026 135.17026 135.17026
    +#> 31         4    3006 1.826367e-04 134.06296 134.06296 134.06296
    +#> 32         4    3238 1.901244e-04 137.18992 137.18992 137.18992
    +#> 33         4    3317 1.462901e-04 137.24300 137.24300 137.24300
    +#> 34         4    3398 1.605168e-04 135.98699 135.98699 135.98699
    +#> 35         4    3399 1.226931e-04 135.37594 135.37594 135.37594
    +#> 36         4    3565 1.780020e-04 131.98428 131.98428 131.98428
    +#> 37         4    3568 2.972360e-05 134.61187 134.61187 134.61187
    +#> 38         4    3641 7.047349e-05 133.98912 133.98912 133.98912
    +#> 39         4    3801 1.605168e-04 135.13527 135.13527 135.13527
    +#> 40         4    3887 9.122633e-05 134.05864 134.05864 134.05864
    +#> 41         5    2843 1.236215e-04 135.61930 135.61930 135.61930
    +#> 42         5    3005 1.945485e-04 133.75853 133.75853 133.75853
    +#> 43         5    3009 1.547789e-04 134.97625 134.97625 134.97625
    +#> 44         5    3075 1.236215e-04 140.74807 140.74807 140.74807
    +#> 45         5    3235 1.793489e-04 139.28409 139.28409 139.28409
    +#> 46         5    3400 1.945485e-04 134.76490 134.76490 134.76490
    +#> 47         5    3405 1.236215e-04 132.38837 132.38837 132.38837
    +#> 48         5    3719 9.956193e-05 135.64673 135.64673 135.64673
    +#> 49         5    3889 1.840187e-04 134.28312 134.28312 134.28312
    +#> 50         5    3963 7.100674e-05 135.17026 135.17026 135.17026
    +#> 51         6    3000 1.303164e-04 137.33717 137.33717 137.33717
    +#> 52         6    3008 2.050845e-04 134.67182 134.67182 134.67182
    +#> 53         6    3086 2.019373e-04 133.87839 133.87839 133.87839
    +#> 54         6    3317 1.890617e-04 137.24300 137.24300 137.24300
    +#> 55         6    3318 4.240359e-05 136.58845 136.58845 136.58845
    +#> 56         6    3329 1.049538e-04 135.31153 135.31153 135.31153
    +#> 57         6    3397 7.485220e-05 136.59803 136.59803 136.59803
    +#> 58         6    3637 1.890617e-04 136.14046 136.14046 136.14046
    +#> 59         6    3641 1.553795e-04 133.98912 133.98912 133.98912
    +#> 60         6    3886 1.553795e-04 133.94639 133.94639 133.94639
    +#> 61         7    2917 2.097557e-04 140.46788 140.46788 140.46788
    +#> 62         7    2921 2.726068e-04 136.97954 136.97954 136.97954
    +#> 63         7    3083 5.027690e-06 134.46750 134.46750 134.46750
    +#> 64         7    3089 2.202607e-04 135.06007 135.06007 135.06007
    +#> 65         7    3238 1.759216e-04 137.18992 137.18992 137.18992
    +#> 66         7    3247 2.097557e-04 134.08207 134.08207 134.08207
    +#> 67         7    3493 1.010473e-04 138.84399 138.84399 138.84399
    +#> 68         7    3560 2.097557e-04 133.94945 133.94945 133.94945
    +#> 69         7    3568 2.097557e-04 134.61187 134.61187 134.61187
    +#> 70         7    3635 2.618707e-04 137.21613 137.21613 137.21613
    +#> 71         8    3898 1.152372e-05 129.29372 129.29372 129.29372
    +#> 72         8    3898 1.152372e-05 129.29372 129.29372 129.29372
    +#> 73         8    3899 4.633050e-06 127.54158 127.54158 127.54158
    +#> 74         8    3977 9.706081e-06 129.34083 129.34083 129.34083
    +#> 75         8    3977 9.706081e-06 129.34083 129.34083 129.34083
    +#> 76         8    3977 9.706081e-06 129.34083 129.34083 129.34083
    +#> 77         8    3977 9.706081e-06 129.34083 129.34083 129.34083
    +#> 78         8    3977 9.706081e-06 129.34083 129.34083 129.34083
    +#> 79         8    3977 9.706081e-06 129.34083 129.34083 129.34083
    +#> 80         8    3978 4.633050e-06 127.45341 127.45341 127.45341
    +#> 81         9    4063 7.149016e-05 115.49957 115.49957 115.49957
    +#> 82         9    4142 2.310167e-04 115.14084 115.14084 115.14084
    +#> 83         9    4142 4.406128e-04 115.14084 115.14084 115.14084
    +#> 84         9    4221 2.310167e-04 115.05267 115.05267 115.05267
    +#> 85         9    4221 2.310167e-04 115.05267 115.05267 115.05267
    +#> 86         9    4300 2.310167e-04 115.23507 115.23507 115.23507
    +#> 87         9    4301 9.550208e-05 112.80651 112.80651 112.80651
    +#> 88         9    4301 1.161212e-04 112.80651 112.80651 112.80651
    +#> 89         9    4301 1.161212e-04 112.80651 112.80651 112.80651
    +#> 90         9    4380 5.380996e-05 113.12420 113.12420 113.12420
    +#> 91        10    4303 1.052208e-03 107.94940 107.94940 107.94940
    +#> 92        10    4303 1.052208e-03 107.94940 107.94940 107.94940
    +#> 93        10    4304 5.392584e-04 105.52084 105.52084 105.52084
    +#> 94        10    4462 8.647521e-04 105.61508 105.61508 105.61508
    +#> 95        10    4462 1.052208e-03 105.61508 105.61508 105.61508
    +#> 96        10    4463 7.252655e-04 102.91595 102.91595 102.91595
    +#> 97        10    4545 2.601637e-04  94.73041  94.73041  94.73041
    +#> 98        10    4622 2.359938e-04 100.85219 100.85219 100.85219
    +#> 99        10    4783 6.059906e-05  92.84905  92.84905  92.84905
    +#> 100       10    4858 1.258733e-05 107.21004 107.21004 107.21004
    +#> 101       11    4228 2.570111e-04  96.41540  96.41540  96.41540
    +#> 102       11    4387 5.872840e-04  94.50041  94.50041  94.50041
    +#> 103       11    4389 4.536843e-04  88.67418  88.67418  88.67418
    +#> 104       11    4547 2.833335e-04  89.41252  89.41252  89.41252
    +#> 105       11    4548 2.833335e-04  86.75919  86.75919  86.75919
    +#> 106       11    4783 2.570111e-04  92.84905  92.84905  92.84905
    +#> 107       11    4861 9.417657e-04  97.08341  97.08341  97.08341
    +#> 108       11    4862 2.833335e-04  93.70787  93.70787  93.70787
    +#> 109       11    4862 1.223956e-03  93.70787  93.70787  93.70787
    +#> 110       11    4864 7.898565e-04  86.95679  86.95679  86.95679
    +#> 111       12    4389 1.338321e-03  88.67418  88.67418  88.67418
    +#> 112       12    4469 1.429464e-03  86.39002  86.39002  86.39002
    +#> 113       12    4548 1.475939e-03  86.75919  86.75919  86.75919
    +#> 114       12    4705 1.663311e-04  89.15583  89.15583  89.15583
    +#> 115       12    4707 6.858919e-04  84.32463  84.32463  84.32463
    +#> 116       12    4709 5.298601e-04  79.53754  79.53754  79.53754
    +#> 117       12    4943 1.429464e-03  87.81561  87.81561  87.81561
    +#> 118       12    5104 9.224773e-04  79.67062  79.67062  79.67062
    +#> 119       12    5106 9.224773e-04  74.12384  74.12384  74.12384
    +#> 120       12    5265 1.367964e-04  72.85097  72.85097  72.85097
    +#> 121       13    4552 9.293680e-04  76.14586  76.14586  76.14586
    +#> 122       13    4867 1.509693e-03  79.23674  79.23674  79.23674
    +#> 123       13    4871 1.509693e-03  70.70170  70.70170  70.70170
    +#> 124       13    4952 8.782483e-05  66.67346  66.67346  66.67346
    +#> 125       13    5026 1.816027e-03  76.02283  76.02283  76.02283
    +#> 126       13    5029 1.375888e-03  70.40090  70.40090  70.40090
    +#> 127       13    5185 1.788159e-03  74.43990  74.43990  74.43990
    +#> 128       13    5266 1.816027e-03  71.07040  71.07040  71.07040
    +#> 129       13    5345 1.375888e-03  71.26204  71.26204  71.26204
    +#> 130       13    5429 6.628176e-04  63.38557  63.38557  63.38557
    +#> 131       14    4636 1.353681e-03  63.11225  63.11225  63.11225
    +#> 132       14    4716 6.530796e-04  61.62966  61.62966  61.62966
    +#> 133       14    4956 5.924068e-04  57.18188  57.18188  57.18188
    +#> 134       14    5034 2.641320e-03  61.03102  61.03102  61.03102
    +#> 135       14    5036 1.353681e-03  55.69928  55.69928  55.69928
    +#> 136       14    5196 6.530796e-04  53.83588  53.83588  53.83588
    +#> 137       14    5273 1.353681e-03  59.40138  59.40138  59.40138
    +#> 138       14    5513 1.353681e-03  56.11490  56.11490  56.11490
    +#> 139       14    5590 2.641320e-03  59.28117  59.28117  59.28117
    +#> 140       14    5830 5.924068e-04  55.44025  55.44025  55.44025
    +#> 141       15    4717 4.175310e-03  57.48378  57.48378  57.48378
    +#> 142       15    4798 3.471003e-03  51.78779  51.78779  51.78779
    +#> 143       15    4880 1.523914e-03  41.81090  41.81090  41.81090
    +#> 144       15    4956 4.244902e-03  57.18188  57.18188  57.18188
    +#> 145       15    4958 2.653108e-03  48.68758  48.68758  48.68758
    +#> 146       15    5200 9.517100e-04  37.95396  37.95396  37.95396
    +#> 147       15    5280 1.972672e-03  37.89623  37.89623  37.89623
    +#> 148       15    5672 3.471003e-03  55.28290  55.28290  55.28290
    +#> 149       15    5752 3.849103e-03  54.12580  54.12580  54.12580
    +#> 150       15    6069 3.163367e-03  52.65030  52.65030  52.65030
    +#> 151       16    4560 3.759398e-03  48.28139  48.28139  48.28139
    +#> 152       16    4560 4.667874e-03  48.28139  48.28139  48.28139
    +#> 153       16    4719 7.233304e-03  49.19202  49.19202  49.19202
    +#> 154       16    4959 7.346035e-03  44.44043  44.44043  44.44043
    +#> 155       16    5119 3.470716e-03  42.17400  42.17400  42.17400
    +#> 156       16    5279 3.470716e-03  41.67489  41.67489  41.67489
    +#> 157       16    5360 1.130838e-03  37.83849  37.83849  37.83849
    +#> 158       16    5835 4.667874e-03  49.26139  49.26139  49.26139
    +#> 159       16    6314 1.225586e-04  44.29383  44.29383  44.29383
    +#> 160       16    6389 3.759398e-03  47.28266  47.28266  47.28266
    +#> 161       17    4880 9.615385e-03  41.81090  41.81090  41.81090
    +#> 162       17    5119 1.777196e-02  42.17400  42.17400  42.17400
    +#> 163       17    5279 1.910206e-02  41.67489  41.67489  41.67489
    +#> 164       17    5280 1.878890e-02  37.89623  37.89623  37.89623
    +#> 165       17    5360 1.850057e-02  37.83849  37.83849  37.83849
    +#> 166       17    5440 1.732096e-02  37.78075  37.78075  37.78075
    +#> 167       17    5519 1.732096e-02  40.92623  40.92623  40.92623
    +#> 168       17    6237 2.892335e-03  41.63400  41.63400  41.63400
    +#> 169       17    6240 1.325318e-03  37.20337  37.20337  37.20337
    +#> 170       17    6396 1.732096e-02  41.46088  41.46088  41.46088
    +#> 171       18    5200 2.466742e-02  37.95396  37.95396  37.95396
    +#> 172       18    5360 2.505186e-02  37.83849  37.83849  37.83849
    +#> 173       18    5439 2.369594e-02  41.17578  41.17578  41.17578
    +#> 174       18    5520 2.369594e-02  37.72301  37.72301  37.72301
    +#> 175       18    5599 2.309462e-02  40.67668  40.67668  40.67668
    +#> 176       18    6159 2.309462e-02  38.92980  38.92980  38.92980
    +#> 177       18    6238 2.505186e-02  40.15712  40.15712  40.15712
    +#> 178       18    6318 2.466742e-02  39.71575  39.71575  39.71575
    +#> 179       18    6319 2.309462e-02  38.43069  38.43069  38.43069
    +#> 180       18    6320 2.505186e-02  37.14563  37.14563  37.14563
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_access_history_files.html b/docs/reference/pf_access_history_files.html index c22cc81..87f67d4 100644 --- a/docs/reference/pf_access_history_files.html +++ b/docs/reference/pf_access_history_files.html @@ -1,67 +1,12 @@ - - - - - - - -List `history' files from a PF algorithm — pf_access_history_files • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -List `history' files from a PF algorithm — pf_access_history_files • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    This function creates an ordered vector (or list) of `history' files derived from the particle filtering (PF) algorithm (pf). This is applicable if pf is implemented with the write_history argument specified.

    +

    This function creates an ordered vector (or list) of `history' files derived from the particle filtering (PF) algorithm (pf). This is applicable if pf is implemented with the write_history argument specified.

    -
    pf_access_history_files(
    -  root,
    -  use_absolute_paths = FALSE,
    -  use_list = FALSE,
    -  ...
    -)
    +
    +
    pf_access_history_files(
    +  root,
    +  use_absolute_paths = FALSE,
    +  use_list = FALSE,
    +  ...
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - -
    root

    A string that defines the directory in which files are located.

    use_absolute_paths

    A logical variable that defines whether to return relative paths (FALSE) or absolute paths (TRUE) (see file_path_as_absolute).

    use_list

    A logical variable that defines whether or not return a vector (use_list = FALSE) or a list (use_list = TRUE).

    ...

    Additional arguments passed to list.files (excluding full.names).

    +
    +

    Arguments

    +
    root
    +

    A string that defines the directory in which files are located.

    -

    Value

    -

    The function returns an ordered list of file paths.

    -

    Details

    +
    use_absolute_paths
    +

    A logical variable that defines whether to return relative paths (FALSE) or absolute paths (TRUE) (see file_path_as_absolute).

    -

    This function requires the stringr package.

    -

    See also

    -

    This function is designed to list outputs from pf (see the write_history argument).

    -

    Author

    +
    use_list
    +

    A logical variable that defines whether or not return a vector (use_list = FALSE) or a list (use_list = TRUE).

    + +
    ...
    +

    Additional arguments passed to list.files (excluding full.names).

    + +
    +
    +

    Value

    + + +

    The function returns an ordered list of file paths.

    +
    +
    +

    Details

    +

    This function requires the stringr package.

    +
    +
    +

    See also

    +

    This function is designed to list outputs from pf (see the write_history argument).

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Example with default arguments -# Define a directory in which to save files from PF -root <- paste0(tempdir(), "/pf/") -dir.create(root) -
    #> Warning: '/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/pf' already exists
    # Implement the PF algorithm with write_history specified -# ... For speed, we will implement the algorithm using pre-defined data -pf_args <- dat_dcpf_histories$args -pf_args$calc_distance_euclid_fast <- TRUE -pf_args$write_history <- list(file = root) -do.call(pf, pf_args) -
    #> flapper::pf() called (@ 2022-06-17 10:06:45)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)... -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 2... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 3... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 4... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 5... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 6... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 7... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 8... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 9... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 10... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 11... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 12... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 13... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 14... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 15... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 16... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 17... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 18... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... flapper::pf() call completed (@ 2022-06-17 10:06:46) after ~0.01 minutes.
    #> $history -#> $history[[1]] -#> id_current pr_current timestep -#> 1 3243 2.425569e-04 1 -#> 2 2921 1.312336e-04 1 -#> 3 3396 3.947544e-05 1 -#> 4 3159 2.364016e-04 1 -#> 5 3320 2.525012e-04 1 -#> 6 3237 1.312336e-04 1 -#> 7 3318 1.942855e-04 1 -#> 8 3559 9.359471e-05 1 -#> 9 3722 1.808832e-05 1 -#> 10 3320 2.525012e-04 1 -#> -#> $history[[2]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 3312 1.114181e-04 2 -#> 2 NA NA 3634 1.498497e-04 2 -#> 3 NA NA 3167 1.114181e-04 2 -#> 4 NA NA 3397 2.358249e-04 2 -#> 5 NA NA 3244 2.358249e-04 2 -#> 6 NA NA 3003 2.174004e-04 2 -#> 7 NA NA 2999 2.230610e-04 2 -#> 8 NA NA 3398 2.358249e-04 2 -#> 9 NA NA 2997 1.960451e-04 2 -#> 10 NA NA 3647 4.875953e-05 2 -#> -#> $history[[3]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 3557 1.959173e-04 3 -#> 2 NA NA 3250 1.569277e-04 3 -#> 3 NA NA 3089 1.909455e-04 3 -#> 4 NA NA 3713 2.039494e-04 3 -#> 5 NA NA 2835 1.721888e-04 3 -#> 6 NA NA 2844 1.909455e-04 3 -#> 7 NA NA 3470 1.721888e-04 3 -#> 8 NA NA 3951 4.721224e-05 3 -#> 9 NA NA 2923 2.071280e-04 3 -#> 10 NA NA 3395 1.959173e-04 3 -#> -#> $history[[4]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 2921 1.826367e-04 4 -#> 2 NA NA 3570 9.881423e-05 4 -#> 3 NA NA 2603 1.462901e-04 4 -#> 4 NA NA 3555 1.826367e-04 4 -#> 5 NA NA 2598 8.394284e-05 4 -#> 6 NA NA 2515 9.881423e-05 4 -#> 7 NA NA 3796 1.462901e-04 4 -#> 8 NA NA 4189 1.226931e-04 4 -#> 9 NA NA 3472 1.826367e-04 4 -#> 10 NA NA 3004 1.901244e-04 4 -#> -#> $history[[5]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 3244 1.547789e-04 5 -#> 2 NA NA 2355 1.840187e-04 5 -#> 3 NA NA 3626 1.032911e-05 5 -#> 4 NA NA 2360 1.236215e-04 5 -#> 5 NA NA 2522 1.915630e-04 5 -#> 6 NA NA 3325 9.191661e-05 5 -#> 7 NA NA 3477 1.793489e-04 5 -#> 8 NA NA 4508 9.191661e-05 5 -#> 9 NA NA 2839 1.793489e-04 5 -#> 10 NA NA 4432 8.457801e-05 5 -#> -#> $history[[6]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 4348 1.939844e-04 6 -#> 2 NA NA 2433 1.890617e-04 6 -#> 3 NA NA 2756 1.553795e-04 6 -#> 4 NA NA 2522 2.085028e-04 6 -#> 5 NA NA 4185 4.674646e-05 6 -#> 6 NA NA 2363 1.890617e-04 6 -#> 7 NA NA 3159 1.049538e-04 6 -#> 8 NA NA 3640 1.303164e-04 6 -#> 9 NA NA 2353 1.939844e-04 6 -#> 10 NA NA 3164 2.050845e-04 6 -#> -#> $history[[7]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 3877 1.203601e-04 7 -#> 2 NA NA 2444 2.726068e-04 7 -#> 3 NA NA 3078 2.726068e-04 7 -#> 4 NA NA 1963 6.310574e-05 7 -#> 5 NA NA 3485 1.308034e-04 7 -#> 6 NA NA 3316 1.759216e-04 7 -#> 7 NA NA 3002 2.301544e-04 7 -#> 8 NA NA 3561 2.726068e-04 7 -#> 9 NA NA 3887 3.053203e-06 7 -#> 10 NA NA 3959 1.308034e-04 7 -#> -#> $history[[8]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 4372 4.63305e-06 8 -#> 2 NA NA 4293 4.63305e-06 8 -#> 3 NA NA 4372 4.63305e-06 8 -#> 4 NA NA 4372 4.63305e-06 8 -#> 5 NA NA 4372 4.63305e-06 8 -#> 6 NA NA 4293 4.63305e-06 8 -#> 7 NA NA 4293 4.63305e-06 8 -#> 8 NA NA 4293 4.63305e-06 8 -#> 9 NA NA 4293 4.63305e-06 8 -#> 10 NA NA 4293 4.63305e-06 8 -#> -#> $history[[9]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 4618 4.901427e-05 9 -#> 2 NA NA 4776 4.901427e-05 9 -#> 3 NA NA 4379 7.149016e-05 9 -#> 4 NA NA 4697 4.901427e-05 9 -#> 5 NA NA 4777 2.185204e-05 9 -#> 6 NA NA 4458 1.560181e-04 9 -#> 7 NA NA 4459 5.380996e-05 9 -#> 8 NA NA 4776 4.901427e-05 9 -#> 9 NA NA 4697 4.901427e-05 9 -#> 10 NA NA 4538 9.550208e-05 9 -#> -#> $history[[10]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 4939 0.0009488491 10 -#> 2 NA NA 5099 0.0004165840 10 -#> 3 NA NA 5098 0.0005392584 10 -#> 4 NA NA 4621 0.0009488491 10 -#> 5 NA NA 4699 0.0011238661 10 -#> 6 NA NA 4304 0.0002359938 10 -#> 7 NA NA 5100 0.0002601637 10 -#> 8 NA NA 4383 0.0005841121 10 -#> 9 NA NA 4701 0.0008647521 10 -#> 10 NA NA 4700 0.0010522080 10 -#> -#> $history[[11]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 4308 6.361323e-04 11 -#> 2 NA NA 5266 6.599593e-05 11 -#> 3 NA NA 5258 1.175753e-03 11 -#> 4 NA NA 4229 2.570111e-04 11 -#> 5 NA NA 5659 2.923330e-05 11 -#> 6 NA NA 4781 1.243031e-03 11 -#> 7 NA NA 5102 1.175753e-03 11 -#> 8 NA NA 4468 4.536843e-04 11 -#> 9 NA NA 4466 1.033352e-03 11 -#> 10 NA NA 5345 1.171298e-04 11 -#> -#> $history[[12]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 5820 0.0013383210 12 -#> 2 NA NA 4628 0.0013731676 12 -#> 3 NA NA 5022 0.0014517424 12 -#> 4 NA NA 4154 0.0003001645 12 -#> 5 NA NA 5667 0.0005298601 12 -#> 6 NA NA 5430 0.0005298601 12 -#> 7 NA NA 4310 0.0014294642 12 -#> 8 NA NA 5508 0.0009224773 12 -#> 9 NA NA 5030 0.0003309066 12 -#> 10 NA NA 5586 0.0010998927 12 -#> -#> $history[[13]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 5826 0.0016741450 13 -#> 2 NA NA 5027 0.0014447953 13 -#> 3 NA NA 4155 0.0018160272 13 -#> 4 NA NA 5905 0.0011539540 13 -#> 5 NA NA 5910 0.0007894996 13 -#> 6 NA NA 5108 0.0016741450 13 -#> 7 NA NA 5666 0.0018160272 13 -#> 8 NA NA 5821 0.0018160272 13 -#> 9 NA NA 3995 0.0016741450 13 -#> 10 NA NA 4869 0.0016741450 13 -#> -#> $history[[14]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 5908 0.002710093 14 -#> 2 NA NA 5905 0.002912924 14 -#> 3 NA NA 5111 0.002279472 14 -#> 4 NA NA 5916 0.000222458 14 -#> 5 NA NA 6071 0.002641320 14 -#> 6 NA NA 5747 0.002821201 14 -#> 7 NA NA 6226 0.001353681 14 -#> 8 NA NA 5825 0.002865169 14 -#> 9 NA NA 6065 0.002710093 14 -#> 10 NA NA 5909 0.002865169 14 -#> -#> $history[[15]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 5915 0.004175310 15 -#> 2 NA NA 5355 0.000951710 15 -#> 3 NA NA 6306 0.004175310 15 -#> 4 NA NA 6229 0.003471003 15 -#> 5 NA NA 6159 0.001815174 15 -#> 6 NA NA 6228 0.003949324 15 -#> 7 NA NA 6071 0.004244902 15 -#> 8 NA NA 5835 0.004111237 15 -#> 9 NA NA 5829 0.004175310 15 -#> 10 NA NA 6151 0.004175310 15 -#> -#> $history[[16]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 6390 0.006772105 16 -#> 2 NA NA 5994 0.007233304 16 -#> 3 NA NA 6398 0.005565623 16 -#> 4 NA NA 6312 0.006772105 16 -#> 5 NA NA 5197 0.006106878 16 -#> 6 NA NA 5917 0.006948435 16 -#> 7 NA NA 5998 0.006772105 16 -#> 8 NA NA 6079 0.007346035 16 -#> 9 NA NA 6158 0.007346035 16 -#> 10 NA NA 6158 0.007346035 16 -#> -#> $history[[17]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 5840 0.015619515 17 -#> 2 NA NA 6239 0.018500566 17 -#> 3 NA NA 5920 0.017320962 17 -#> 4 NA NA 5839 0.017320962 17 -#> 5 NA NA 6078 0.018788897 17 -#> 6 NA NA 6078 0.018788897 17 -#> 7 NA NA 5919 0.018500566 17 -#> 8 NA NA 6397 0.018788897 17 -#> 9 NA NA 5520 0.004282695 17 -#> 10 NA NA 6159 0.018788897 17 -#> -#> $history[[18]] -#> id_previous pr_previous id_current pr_current timestep -#> 1 NA NA 5680 0.02369594 18 -#> 2 NA NA 5680 0.02369594 18 -#> 3 NA NA 5759 0.02505186 18 -#> 4 NA NA 6399 0.02369594 18 -#> 5 NA NA 6079 0.02505186 18 -#> 6 NA NA 5600 0.02505186 18 -#> 7 NA NA 5519 0.02505186 18 -#> 8 NA NA 5440 0.02505186 18 -#> 9 NA NA 6240 0.02505186 18 -#> 10 NA NA 6000 0.02505186 18 -#> -#> -#> $method -#> [1] "pf" -#> -#> $args -#> $args$record -#> $args$record[[1]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.0002624672 (min, max) -#> -#> -#> $args$record[[2]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.000241371 (min, max) -#> -#> -#> $args$record[[3]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.0002119992 (min, max) -#> -#> -#> $args$record[[4]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.0001976285 (min, max) -#> -#> -#> $args$record[[5]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.0001991239 (min, max) -#> -#> -#> $args$record[[6]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.0002099076 (min, max) -#> -#> -#> $args$record[[7]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.0002833664 (min, max) -#> -#> -#> $args$record[[8]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.000547046 (min, max) -#> -#> -#> $args$record[[9]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.001037344 (min, max) -#> -#> -#> $args$record[[10]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.001168224 (min, max) -#> -#> -#> $args$record[[11]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.001272265 (min, max) -#> -#> -#> $args$record[[12]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.001485884 (min, max) -#> -#> -#> $args$record[[13]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.001858736 (min, max) -#> -#> -#> $args$record[[14]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.002932551 (min, max) -#> -#> -#> $args$record[[15]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.004273504 (min, max) -#> -#> -#> $args$record[[16]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.007518797 (min, max) -#> -#> -#> $args$record[[17]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.01923077 (min, max) -#> -#> -#> $args$record[[18]] -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.02564103 (min, max) -#> -#> -#> -#> $args$data -#> NULL -#> -#> $args$origin -#> [,1] [,2] -#> [1,] 708886.3 6254404 -#> -#> $args$calc_distance -#> [1] "euclid" -#> -#> $args$calc_distance_euclid_fast -#> [1] TRUE -#> -#> $args$bathy -#> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 37.08789, 192.5775 (min, max) -#> -#> -#> $args$calc_distance_graph -#> NULL -#> -#> $args$calc_movement_pr -#> function(distance,...) { -#> pr <- stats::plogis(5 + distance * -0.05) -#> pr[distance > 200] <- 0 -#> return(pr) -#> } -#> <bytecode: 0x7fb84c291820> -#> -#> $args$calc_movement_pr_from_origin -#> function(distance,...) { -#> pr <- stats::plogis(5 + distance * -0.05) -#> pr[distance > 200] <- 0 -#> return(pr) -#> } -#> <bytecode: 0x7fb84c28dac0> -#> -#> $args$mobility -#> [1] 200 -#> -#> $args$mobility_from_origin -#> [1] 200 -#> -#> $args$n -#> [1] 10 -#> -#> $args$resample -#> NULL -#> -#> $args$update_history -#> NULL -#> -#> $args$update_history_from_time_step -#> [1] 1 -#> -#> $args$write_history -#> $args$write_history$file -#> [1] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/pf/" -#> -#> -#> $args$cl -#> NULL -#> -#> $args$use_all_cores -#> [1] FALSE -#> -#> $args$seed -#> [1] 5 -#> -#> $args$verbose -#> [1] TRUE -#> -#> $args$optimisers -#> $use_raster_operations -#> [1] TRUE -#> -#> $use_calc_distance_euclid_backend_grass -#> [1] FALSE -#> -#> $use_grass_dir -#> NULL -#> -#> attr(,"class") -#> [1] "list" "pf_optimiser" -#> -#> -#> attr(,"class") -#> [1] "list" "pf_archive"
    # List the files -files <- pf_access_history_files(root) -utils::head(files) -
    #> [1] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/pf//pf_1.rds" -#> [2] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/pf//pf_2.rds" -#> [3] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/pf//pf_3.rds" -#> [4] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/pf//pf_4.rds" -#> [5] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/pf//pf_5.rds" -#> [6] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/pf//pf_6.rds"
    -
    +
    +

    Examples

    +
    #### Example (1): Example with default arguments
    +# Define a directory in which to save files from PF
    +root <- paste0(tempdir(), "/pf/")
    +dir.create(root)
    +#> Warning: '/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/pf' already exists
    +# Implement the PF algorithm with write_history specified
    +# ... For speed, we will implement the algorithm using pre-defined data
    +pf_args <- dat_dcpf_histories$args
    +pf_args$calc_distance_euclid_fast <- TRUE
    +pf_args$write_history             <- list(file = root)
    +do.call(pf, pf_args)
    +#> flapper::pf() called (@ 2023-02-19 15:02:43)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 2... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 3... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 4... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 5... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 6... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 7... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 8... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 9... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 10... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 11... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 12... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 13... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 14... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 15... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 16... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 17... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 18... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... flapper::pf() call completed (@ 2023-02-19 15:02:44) after ~0.01 minutes. 
    +#> $history
    +#> $history[[1]]
    +#>    id_current   pr_current timestep
    +#> 1        3243 2.425569e-04        1
    +#> 2        2921 1.312336e-04        1
    +#> 3        3396 3.947544e-05        1
    +#> 4        3159 2.364016e-04        1
    +#> 5        3320 2.525012e-04        1
    +#> 6        3237 1.312336e-04        1
    +#> 7        3318 1.942855e-04        1
    +#> 8        3559 9.359471e-05        1
    +#> 9        3722 1.808832e-05        1
    +#> 10       3320 2.525012e-04        1
    +#> 
    +#> $history[[2]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       3312 1.114181e-04        2
    +#> 2           NA          NA       3634 1.498497e-04        2
    +#> 3           NA          NA       3167 1.114181e-04        2
    +#> 4           NA          NA       3397 2.358249e-04        2
    +#> 5           NA          NA       3244 2.358249e-04        2
    +#> 6           NA          NA       3003 2.174004e-04        2
    +#> 7           NA          NA       2999 2.230610e-04        2
    +#> 8           NA          NA       3398 2.358249e-04        2
    +#> 9           NA          NA       2997 1.960451e-04        2
    +#> 10          NA          NA       3647 4.875953e-05        2
    +#> 
    +#> $history[[3]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       3557 1.959173e-04        3
    +#> 2           NA          NA       3250 1.569277e-04        3
    +#> 3           NA          NA       3089 1.909455e-04        3
    +#> 4           NA          NA       3713 2.039494e-04        3
    +#> 5           NA          NA       2835 1.721888e-04        3
    +#> 6           NA          NA       2844 1.909455e-04        3
    +#> 7           NA          NA       3470 1.721888e-04        3
    +#> 8           NA          NA       3951 4.721224e-05        3
    +#> 9           NA          NA       2923 2.071280e-04        3
    +#> 10          NA          NA       3395 1.959173e-04        3
    +#> 
    +#> $history[[4]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       2921 1.826367e-04        4
    +#> 2           NA          NA       3570 9.881423e-05        4
    +#> 3           NA          NA       2603 1.462901e-04        4
    +#> 4           NA          NA       3555 1.826367e-04        4
    +#> 5           NA          NA       2598 8.394284e-05        4
    +#> 6           NA          NA       2515 9.881423e-05        4
    +#> 7           NA          NA       3796 1.462901e-04        4
    +#> 8           NA          NA       4189 1.226931e-04        4
    +#> 9           NA          NA       3472 1.826367e-04        4
    +#> 10          NA          NA       3004 1.901244e-04        4
    +#> 
    +#> $history[[5]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       3244 1.547789e-04        5
    +#> 2           NA          NA       2355 1.840187e-04        5
    +#> 3           NA          NA       3626 1.032911e-05        5
    +#> 4           NA          NA       2360 1.236215e-04        5
    +#> 5           NA          NA       2522 1.915630e-04        5
    +#> 6           NA          NA       3325 9.191661e-05        5
    +#> 7           NA          NA       3477 1.793489e-04        5
    +#> 8           NA          NA       4508 9.191661e-05        5
    +#> 9           NA          NA       2839 1.793489e-04        5
    +#> 10          NA          NA       4432 8.457801e-05        5
    +#> 
    +#> $history[[6]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       4348 1.939844e-04        6
    +#> 2           NA          NA       2433 1.890617e-04        6
    +#> 3           NA          NA       2756 1.553795e-04        6
    +#> 4           NA          NA       2522 2.085028e-04        6
    +#> 5           NA          NA       4185 4.674646e-05        6
    +#> 6           NA          NA       2363 1.890617e-04        6
    +#> 7           NA          NA       3159 1.049538e-04        6
    +#> 8           NA          NA       3640 1.303164e-04        6
    +#> 9           NA          NA       2353 1.939844e-04        6
    +#> 10          NA          NA       3164 2.050845e-04        6
    +#> 
    +#> $history[[7]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       3877 1.203601e-04        7
    +#> 2           NA          NA       2444 2.726068e-04        7
    +#> 3           NA          NA       3078 2.726068e-04        7
    +#> 4           NA          NA       1963 6.310574e-05        7
    +#> 5           NA          NA       3485 1.308034e-04        7
    +#> 6           NA          NA       3316 1.759216e-04        7
    +#> 7           NA          NA       3002 2.301544e-04        7
    +#> 8           NA          NA       3561 2.726068e-04        7
    +#> 9           NA          NA       3887 3.053203e-06        7
    +#> 10          NA          NA       3959 1.308034e-04        7
    +#> 
    +#> $history[[8]]
    +#>    id_previous pr_previous id_current  pr_current timestep
    +#> 1           NA          NA       4372 4.63305e-06        8
    +#> 2           NA          NA       4293 4.63305e-06        8
    +#> 3           NA          NA       4372 4.63305e-06        8
    +#> 4           NA          NA       4372 4.63305e-06        8
    +#> 5           NA          NA       4372 4.63305e-06        8
    +#> 6           NA          NA       4293 4.63305e-06        8
    +#> 7           NA          NA       4293 4.63305e-06        8
    +#> 8           NA          NA       4293 4.63305e-06        8
    +#> 9           NA          NA       4293 4.63305e-06        8
    +#> 10          NA          NA       4293 4.63305e-06        8
    +#> 
    +#> $history[[9]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       4618 4.901427e-05        9
    +#> 2           NA          NA       4776 4.901427e-05        9
    +#> 3           NA          NA       4379 7.149016e-05        9
    +#> 4           NA          NA       4697 4.901427e-05        9
    +#> 5           NA          NA       4777 2.185204e-05        9
    +#> 6           NA          NA       4458 1.560181e-04        9
    +#> 7           NA          NA       4459 5.380996e-05        9
    +#> 8           NA          NA       4776 4.901427e-05        9
    +#> 9           NA          NA       4697 4.901427e-05        9
    +#> 10          NA          NA       4538 9.550208e-05        9
    +#> 
    +#> $history[[10]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       4939 0.0009488491       10
    +#> 2           NA          NA       5099 0.0004165840       10
    +#> 3           NA          NA       5098 0.0005392584       10
    +#> 4           NA          NA       4621 0.0009488491       10
    +#> 5           NA          NA       4699 0.0011238661       10
    +#> 6           NA          NA       4304 0.0002359938       10
    +#> 7           NA          NA       5100 0.0002601637       10
    +#> 8           NA          NA       4383 0.0005841121       10
    +#> 9           NA          NA       4701 0.0008647521       10
    +#> 10          NA          NA       4700 0.0010522080       10
    +#> 
    +#> $history[[11]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       4308 6.361323e-04       11
    +#> 2           NA          NA       5266 6.599593e-05       11
    +#> 3           NA          NA       5258 1.175753e-03       11
    +#> 4           NA          NA       4229 2.570111e-04       11
    +#> 5           NA          NA       5659 2.923330e-05       11
    +#> 6           NA          NA       4781 1.243031e-03       11
    +#> 7           NA          NA       5102 1.175753e-03       11
    +#> 8           NA          NA       4468 4.536843e-04       11
    +#> 9           NA          NA       4466 1.033352e-03       11
    +#> 10          NA          NA       5345 1.171298e-04       11
    +#> 
    +#> $history[[12]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       5820 0.0013383210       12
    +#> 2           NA          NA       4628 0.0013731676       12
    +#> 3           NA          NA       5022 0.0014517424       12
    +#> 4           NA          NA       4154 0.0003001645       12
    +#> 5           NA          NA       5667 0.0005298601       12
    +#> 6           NA          NA       5430 0.0005298601       12
    +#> 7           NA          NA       4310 0.0014294642       12
    +#> 8           NA          NA       5508 0.0009224773       12
    +#> 9           NA          NA       5030 0.0003309066       12
    +#> 10          NA          NA       5586 0.0010998927       12
    +#> 
    +#> $history[[13]]
    +#>    id_previous pr_previous id_current   pr_current timestep
    +#> 1           NA          NA       5826 0.0016741450       13
    +#> 2           NA          NA       5027 0.0014447953       13
    +#> 3           NA          NA       4155 0.0018160272       13
    +#> 4           NA          NA       5905 0.0011539540       13
    +#> 5           NA          NA       5910 0.0007894996       13
    +#> 6           NA          NA       5108 0.0016741450       13
    +#> 7           NA          NA       5666 0.0018160272       13
    +#> 8           NA          NA       5821 0.0018160272       13
    +#> 9           NA          NA       3995 0.0016741450       13
    +#> 10          NA          NA       4869 0.0016741450       13
    +#> 
    +#> $history[[14]]
    +#>    id_previous pr_previous id_current  pr_current timestep
    +#> 1           NA          NA       5908 0.002710093       14
    +#> 2           NA          NA       5905 0.002912924       14
    +#> 3           NA          NA       5111 0.002279472       14
    +#> 4           NA          NA       5916 0.000222458       14
    +#> 5           NA          NA       6071 0.002641320       14
    +#> 6           NA          NA       5747 0.002821201       14
    +#> 7           NA          NA       6226 0.001353681       14
    +#> 8           NA          NA       5825 0.002865169       14
    +#> 9           NA          NA       6065 0.002710093       14
    +#> 10          NA          NA       5909 0.002865169       14
    +#> 
    +#> $history[[15]]
    +#>    id_previous pr_previous id_current  pr_current timestep
    +#> 1           NA          NA       5915 0.004175310       15
    +#> 2           NA          NA       5355 0.000951710       15
    +#> 3           NA          NA       6306 0.004175310       15
    +#> 4           NA          NA       6229 0.003471003       15
    +#> 5           NA          NA       6159 0.001815174       15
    +#> 6           NA          NA       6228 0.003949324       15
    +#> 7           NA          NA       6071 0.004244902       15
    +#> 8           NA          NA       5835 0.004111237       15
    +#> 9           NA          NA       5829 0.004175310       15
    +#> 10          NA          NA       6151 0.004175310       15
    +#> 
    +#> $history[[16]]
    +#>    id_previous pr_previous id_current  pr_current timestep
    +#> 1           NA          NA       6390 0.006772105       16
    +#> 2           NA          NA       5994 0.007233304       16
    +#> 3           NA          NA       6398 0.005565623       16
    +#> 4           NA          NA       6312 0.006772105       16
    +#> 5           NA          NA       5197 0.006106878       16
    +#> 6           NA          NA       5917 0.006948435       16
    +#> 7           NA          NA       5998 0.006772105       16
    +#> 8           NA          NA       6079 0.007346035       16
    +#> 9           NA          NA       6158 0.007346035       16
    +#> 10          NA          NA       6158 0.007346035       16
    +#> 
    +#> $history[[17]]
    +#>    id_previous pr_previous id_current  pr_current timestep
    +#> 1           NA          NA       5840 0.015619515       17
    +#> 2           NA          NA       6239 0.018500566       17
    +#> 3           NA          NA       5920 0.017320962       17
    +#> 4           NA          NA       5839 0.017320962       17
    +#> 5           NA          NA       6078 0.018788897       17
    +#> 6           NA          NA       6078 0.018788897       17
    +#> 7           NA          NA       5919 0.018500566       17
    +#> 8           NA          NA       6397 0.018788897       17
    +#> 9           NA          NA       5520 0.004282695       17
    +#> 10          NA          NA       6159 0.018788897       17
    +#> 
    +#> $history[[18]]
    +#>    id_previous pr_previous id_current pr_current timestep
    +#> 1           NA          NA       5680 0.02369594       18
    +#> 2           NA          NA       5680 0.02369594       18
    +#> 3           NA          NA       5759 0.02505186       18
    +#> 4           NA          NA       6399 0.02369594       18
    +#> 5           NA          NA       6079 0.02505186       18
    +#> 6           NA          NA       5600 0.02505186       18
    +#> 7           NA          NA       5519 0.02505186       18
    +#> 8           NA          NA       5440 0.02505186       18
    +#> 9           NA          NA       6240 0.02505186       18
    +#> 10          NA          NA       6000 0.02505186       18
    +#> 
    +#> 
    +#> $method
    +#> [1] "pf"
    +#> 
    +#> $args
    +#> $args$record
    +#> $args$record[[1]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.0002624672  (min, max)
    +#> 
    +#> 
    +#> $args$record[[2]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.000241371  (min, max)
    +#> 
    +#> 
    +#> $args$record[[3]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.0002119992  (min, max)
    +#> 
    +#> 
    +#> $args$record[[4]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.0001976285  (min, max)
    +#> 
    +#> 
    +#> $args$record[[5]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.0001991239  (min, max)
    +#> 
    +#> 
    +#> $args$record[[6]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.0002099076  (min, max)
    +#> 
    +#> 
    +#> $args$record[[7]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.0002833664  (min, max)
    +#> 
    +#> 
    +#> $args$record[[8]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.000547046  (min, max)
    +#> 
    +#> 
    +#> $args$record[[9]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.001037344  (min, max)
    +#> 
    +#> 
    +#> $args$record[[10]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.001168224  (min, max)
    +#> 
    +#> 
    +#> $args$record[[11]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.001272265  (min, max)
    +#> 
    +#> 
    +#> $args$record[[12]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.001485884  (min, max)
    +#> 
    +#> 
    +#> $args$record[[13]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.001858736  (min, max)
    +#> 
    +#> 
    +#> $args$record[[14]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.002932551  (min, max)
    +#> 
    +#> 
    +#> $args$record[[15]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.004273504  (min, max)
    +#> 
    +#> 
    +#> $args$record[[16]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.007518797  (min, max)
    +#> 
    +#> 
    +#> $args$record[[17]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.01923077  (min, max)
    +#> 
    +#> 
    +#> $args$record[[18]]
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.02564103  (min, max)
    +#> 
    +#> 
    +#> 
    +#> $args$data
    +#> NULL
    +#> 
    +#> $args$origin
    +#>          [,1]    [,2]
    +#> [1,] 708886.3 6254404
    +#> 
    +#> $args$calc_distance
    +#> [1] "euclid"
    +#> 
    +#> $args$calc_distance_euclid_fast
    +#> [1] TRUE
    +#> 
    +#> $args$bathy
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 37.08789, 192.5775  (min, max)
    +#> 
    +#> 
    +#> $args$calc_distance_graph
    +#> NULL
    +#> 
    +#> $args$calc_movement_pr
    +#> function(distance,...) {
    +#>                  pr <- stats::plogis(5 + distance * -0.05)
    +#>                  pr[distance > 200] <- 0
    +#>                  return(pr)
    +#>                }
    +#> <bytecode: 0x7fb9dd25f8c8>
    +#> 
    +#> $args$calc_movement_pr_from_origin
    +#> function(distance,...) {
    +#>                  pr <- stats::plogis(5 + distance * -0.05)
    +#>                  pr[distance > 200] <- 0
    +#>                  return(pr)
    +#>                }
    +#> <bytecode: 0x7fb9dd257cf0>
    +#> 
    +#> $args$mobility
    +#> [1] 200
    +#> 
    +#> $args$mobility_from_origin
    +#> [1] 200
    +#> 
    +#> $args$n
    +#> [1] 10
    +#> 
    +#> $args$resample
    +#> NULL
    +#> 
    +#> $args$update_history
    +#> NULL
    +#> 
    +#> $args$update_history_from_time_step
    +#> [1] 1
    +#> 
    +#> $args$write_history
    +#> $args$write_history$file
    +#> [1] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/pf/"
    +#> 
    +#> 
    +#> $args$cl
    +#> NULL
    +#> 
    +#> $args$use_all_cores
    +#> [1] FALSE
    +#> 
    +#> $args$seed
    +#> [1] 5
    +#> 
    +#> $args$verbose
    +#> [1] TRUE
    +#> 
    +#> $args$optimisers
    +#> $use_raster_operations
    +#> [1] TRUE
    +#> 
    +#> $use_calc_distance_euclid_backend_grass
    +#> [1] FALSE
    +#> 
    +#> $use_grass_dir
    +#> NULL
    +#> 
    +#> attr(,"class")
    +#> [1] "list"         "pf_optimiser"
    +#> 
    +#> 
    +#> attr(,"class")
    +#> [1] "list"       "pf_archive"
    +# List the files
    +files <- pf_access_history_files(root)
    +utils::head(files)
    +#> [1] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/pf//pf_1.rds"
    +#> [2] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/pf//pf_2.rds"
    +#> [3] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/pf//pf_3.rds"
    +#> [4] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/pf//pf_4.rds"
    +#> [5] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/pf//pf_5.rds"
    +#> [6] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/pf//pf_6.rds"
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_access_particles_unique.html b/docs/reference/pf_access_particles_unique.html index ab8a0cf..31a92a8 100644 --- a/docs/reference/pf_access_particles_unique.html +++ b/docs/reference/pf_access_particles_unique.html @@ -1,67 +1,12 @@ - - - - - - - -Access the cells sampled by PF — pf_access_particles_unique • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Access the cells sampled by PF — pf_access_particles_unique • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    Given a list of particle histories (or a list of file paths), this function accesses the unique particles (cells) sampled by a particle filtering (PF) algorithm (pf).

    +

    Given a list of particle histories (or a list of file paths), this function accesses the unique particles (cells) sampled by a particle filtering (PF) algorithm (pf).

    -
    pf_access_particles_unique(
    -  history,
    -  use_memory_safe = FALSE,
    -  cl = NULL,
    -  varlist = NULL
    -)
    +
    +
    pf_access_particles_unique(
    +  history,
    +  use_memory_safe = FALSE,
    +  cl = NULL,
    +  varlist = NULL
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - -
    history

    A pf_archive-class class object from pf, the list of particle histories (the `history' element of a pf_archive-class object) from pf or a list of file paths to particle histories.

    use_memory_safe

    If history is a record of file paths, use_memory_safe is a logical variable that defines whether or not to use the `memory-safe(r)' method to access unique cell samples. If specified, the function sequentially loads each file and re-defines the vector of unique particles at each time step as the unique combination of previous (unique) samples and the samples from the current time step. This may be slow. Alternatively, under the default use_memory_safe = FALSE option, the function loads each file (in parallel if specified), retaining all sampled particles, before selecting the unique particles (once) at the end of this process. This option should be faster.

    cl, varlist

    (optional) Parallelisation options implemented if (a) particle histories are contained in memory or (b) particle histories are supplied as a list of file paths with use_memory_safe = FALSE. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    +
    +

    Arguments

    +
    history
    +

    A pf_archive-class class object from pf, the list of particle histories (the `history' element of a pf_archive-class object) from pf or a list of file paths to particle histories.

    -

    Value

    -

    The function returns a vector of the unique particles sampled by the PF algorithm.

    -

    See also

    +
    use_memory_safe
    +

    If history is a record of file paths, use_memory_safe is a logical variable that defines whether or not to use the `memory-safe(r)' method to access unique cell samples. If specified, the function sequentially loads each file and re-defines the vector of unique particles at each time step as the unique combination of previous (unique) samples and the samples from the current time step. This may be slow. Alternatively, under the default use_memory_safe = FALSE option, the function loads each file (in parallel if specified), retaining all sampled particles, before selecting the unique particles (once) at the end of this process. This option should be faster.

    -

    pf implements particle filtering.

    -

    Author

    -

    Edward Lavender

    +
    cl, varlist
    +

    (optional) Parallelisation options implemented if (a) particle histories are contained in memory or (b) particle histories are supplied as a list of file paths with use_memory_safe = FALSE. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + +
    +
    +

    Value

    + -

    Examples

    -
    #### Example (1): Access unique particles when 'history' exists in memory -# Access unique particles from a pf_archive object -pf_access_particles_unique(dat_dcpf_histories) -
    #> [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3961 3723 3079 3475 3478 3078 -#> [16] 3157 3477 3315 3317 3166 3956 3963 3406 3240 3402 3006 3801 3568 3641 3565 -#> [31] 3398 3238 3887 3399 3235 3005 3889 2843 3009 3400 3075 3405 3719 3329 3397 -#> [46] 3886 3637 3008 3086 3000 3635 3089 2917 3493 3247 3560 3083 3898 3977 3899 -#> [61] 3978 4221 4380 4301 4063 4142 4300 4304 4858 4462 4303 4783 4545 4622 4463 -#> [76] 4862 4861 4387 4547 4548 4389 4864 4228 4705 5104 4943 5106 5265 4709 4469 -#> [91] 4707 5429 4552 4871 4867 5026 5029 4952 5185 5266 5345 4716 5830 5196 5273 -#> [106] 5036 5034 5590 4956 4636 5513 4717 4798 5200 6069 4958 4880 5672 5752 5280 -#> [121] 4560 6389 4719 5360 4959 5119 5835 5279 6314 6237 5440 5519 6240 6396 6319 -#> [136] 6159 6318 5520 6238 5599 5439 6320
    # Access unique particles from a list of particle histories -pf_access_particles_unique(dat_dcpf_histories$history) -
    #> [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3961 3723 3079 3475 3478 3078 -#> [16] 3157 3477 3315 3317 3166 3956 3963 3406 3240 3402 3006 3801 3568 3641 3565 -#> [31] 3398 3238 3887 3399 3235 3005 3889 2843 3009 3400 3075 3405 3719 3329 3397 -#> [46] 3886 3637 3008 3086 3000 3635 3089 2917 3493 3247 3560 3083 3898 3977 3899 -#> [61] 3978 4221 4380 4301 4063 4142 4300 4304 4858 4462 4303 4783 4545 4622 4463 -#> [76] 4862 4861 4387 4547 4548 4389 4864 4228 4705 5104 4943 5106 5265 4709 4469 -#> [91] 4707 5429 4552 4871 4867 5026 5029 4952 5185 5266 5345 4716 5830 5196 5273 -#> [106] 5036 5034 5590 4956 4636 5513 4717 4798 5200 6069 4958 4880 5672 5752 5280 -#> [121] 4560 6389 4719 5360 4959 5119 5835 5279 6314 6237 5440 5519 6240 6396 6319 -#> [136] 6159 6318 5520 6238 5599 5439 6320
    # Supply a cluster to speed up the algorithm (for very large lists) -pf_access_particles_unique(dat_dcpf_histories$history, - cl = parallel::makeCluster(2L)) -
    #> [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3961 3723 3079 3475 3478 3078 -#> [16] 3157 3477 3315 3317 3166 3956 3963 3406 3240 3402 3006 3801 3568 3641 3565 -#> [31] 3398 3238 3887 3399 3235 3005 3889 2843 3009 3400 3075 3405 3719 3329 3397 -#> [46] 3886 3637 3008 3086 3000 3635 3089 2917 3493 3247 3560 3083 3898 3977 3899 -#> [61] 3978 4221 4380 4301 4063 4142 4300 4304 4858 4462 4303 4783 4545 4622 4463 -#> [76] 4862 4861 4387 4547 4548 4389 4864 4228 4705 5104 4943 5106 5265 4709 4469 -#> [91] 4707 5429 4552 4871 4867 5026 5029 4952 5185 5266 5345 4716 5830 5196 5273 -#> [106] 5036 5034 5590 4956 4636 5513 4717 4798 5200 6069 4958 4880 5672 5752 5280 -#> [121] 4560 6389 4719 5360 4959 5119 5835 5279 6314 6237 5440 5519 6240 6396 6319 -#> [136] 6159 6318 5520 6238 5599 5439 6320
    -#### Example (2): Access unique particles when 'history' is a list of file paths +

    The function returns a vector of the unique particles sampled by the PF algorithm.

    +
    +
    +

    See also

    +

    pf implements particle filtering.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    -## Write example particle histories to file (to load) -root <- paste0(tempdir(), "/pf/") -dir.create(root) -
    #> Warning: '/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/pf' already exists
    pf_args <- dat_dcpf_histories$args -pf_args$calc_distance_euclid_fast <- TRUE -pf_args$write_history <- list(file = root) -out_pf <- do.call(pf, pf_args) -
    #> flapper::pf() called (@ 2022-06-17 10:06:47)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)... -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 2... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 3... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 4... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 5... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 6... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 7... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 8... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 9... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 10... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 11... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 12... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 13... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 14... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 15... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 16... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 17... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 18... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... flapper::pf() call completed (@ 2022-06-17 10:06:48) after ~0.01 minutes.
    -## Access particle histories using default options (use_memory_safe = FALSE) -# Access particle histories via pf_access_history_files() -pf_access_particles_unique(pf_access_history_files(root, use_list = TRUE)) -
    #> [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3312 3634 3167 3397 3244 3003 -#> [16] 2999 3398 2997 3647 3557 3250 3089 3713 2835 2844 3470 3951 2923 3395 3570 -#> [31] 2603 3555 2598 2515 3796 4189 3472 3004 2355 3626 2360 2522 3325 3477 4508 -#> [46] 2839 4432 4348 2433 2756 4185 2363 3640 2353 3164 3877 2444 3078 1963 3485 -#> [61] 3316 3002 3561 3887 3959 4372 4293 4618 4776 4379 4697 4777 4458 4459 4538 -#> [76] 4939 5099 5098 4621 4699 4304 5100 4383 4701 4700 4308 5266 5258 4229 5659 -#> [91] 4781 5102 4468 4466 5345 5820 4628 5022 4154 5667 5430 4310 5508 5030 5586 -#> [106] 5826 5027 4155 5905 5910 5108 5666 5821 3995 4869 5908 5111 5916 6071 5747 -#> [121] 6226 5825 6065 5909 5915 5355 6306 6229 6159 6228 5835 5829 6151 6390 5994 -#> [136] 6398 6312 5197 5917 5998 6079 6158 5840 6239 5920 5839 6078 5919 6397 5520 -#> [151] 5680 5759 6399 5600 5519 5440 6240 6000
    # Supply a cluster to speed up the algorithm (for very large lists) -pf_access_particles_unique(pf_access_history_files(root, use_list = TRUE), - cl = parallel::makeCluster(2L)) -
    #> [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3312 3634 3167 3397 3244 3003 -#> [16] 2999 3398 2997 3647 3557 3250 3089 3713 2835 2844 3470 3951 2923 3395 3570 -#> [31] 2603 3555 2598 2515 3796 4189 3472 3004 2355 3626 2360 2522 3325 3477 4508 -#> [46] 2839 4432 4348 2433 2756 4185 2363 3640 2353 3164 3877 2444 3078 1963 3485 -#> [61] 3316 3002 3561 3887 3959 4372 4293 4618 4776 4379 4697 4777 4458 4459 4538 -#> [76] 4939 5099 5098 4621 4699 4304 5100 4383 4701 4700 4308 5266 5258 4229 5659 -#> [91] 4781 5102 4468 4466 5345 5820 4628 5022 4154 5667 5430 4310 5508 5030 5586 -#> [106] 5826 5027 4155 5905 5910 5108 5666 5821 3995 4869 5908 5111 5916 6071 5747 -#> [121] 6226 5825 6065 5909 5915 5355 6306 6229 6159 6228 5835 5829 6151 6390 5994 -#> [136] 6398 6312 5197 5917 5998 6079 6158 5840 6239 5920 5839 6078 5919 6397 5520 -#> [151] 5680 5759 6399 5600 5519 5440 6240 6000
    -## Access particle histories using the 'memory_safe' option -# For large lists, this is likely to be slower -# ... but it may be the only option in some cases. -pf_access_particles_unique(pf_access_history_files(root, use_list = TRUE), - use_memory_safe = TRUE) -
    #> [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3312 3634 3167 3397 3244 3003 -#> [16] 2999 3398 2997 3647 3557 3250 3089 3713 2835 2844 3470 3951 2923 3395 3570 -#> [31] 2603 3555 2598 2515 3796 4189 3472 3004 2355 3626 2360 2522 3325 3477 4508 -#> [46] 2839 4432 4348 2433 2756 4185 2363 3640 2353 3164 3877 2444 3078 1963 3485 -#> [61] 3316 3002 3561 3887 3959 4372 4293 4618 4776 4379 4697 4777 4458 4459 4538 -#> [76] 4939 5099 5098 4621 4699 4304 5100 4383 4701 4700 4308 5266 5258 4229 5659 -#> [91] 4781 5102 4468 4466 5345 5820 4628 5022 4154 5667 5430 4310 5508 5030 5586 -#> [106] 5826 5027 4155 5905 5910 5108 5666 5821 3995 4869 5908 5111 5916 6071 5747 -#> [121] 6226 5825 6065 5909 5915 5355 6306 6229 6159 6228 5835 5829 6151 6390 5994 -#> [136] 6398 6312 5197 5917 5998 6079 6158 5840 6239 5920 5839 6078 5919 6397 5520 -#> [151] 5680 5759 6399 5600 5519 5440 6240 6000
    -
    +
    +

    Examples

    +
    #### Example (1): Access unique particles when 'history' exists in memory
    +# Access unique particles from a pf_archive object
    +pf_access_particles_unique(dat_dcpf_histories)
    +#>   [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3961 3723 3079 3475 3478 3078
    +#>  [16] 3157 3477 3315 3317 3166 3956 3963 3406 3240 3402 3006 3801 3568 3641 3565
    +#>  [31] 3398 3238 3887 3399 3235 3005 3889 2843 3009 3400 3075 3405 3719 3329 3397
    +#>  [46] 3886 3637 3008 3086 3000 3635 3089 2917 3493 3247 3560 3083 3898 3977 3899
    +#>  [61] 3978 4221 4380 4301 4063 4142 4300 4304 4858 4462 4303 4783 4545 4622 4463
    +#>  [76] 4862 4861 4387 4547 4548 4389 4864 4228 4705 5104 4943 5106 5265 4709 4469
    +#>  [91] 4707 5429 4552 4871 4867 5026 5029 4952 5185 5266 5345 4716 5830 5196 5273
    +#> [106] 5036 5034 5590 4956 4636 5513 4717 4798 5200 6069 4958 4880 5672 5752 5280
    +#> [121] 4560 6389 4719 5360 4959 5119 5835 5279 6314 6237 5440 5519 6240 6396 6319
    +#> [136] 6159 6318 5520 6238 5599 5439 6320
    +# Access unique particles from a list of particle histories
    +pf_access_particles_unique(dat_dcpf_histories$history)
    +#>   [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3961 3723 3079 3475 3478 3078
    +#>  [16] 3157 3477 3315 3317 3166 3956 3963 3406 3240 3402 3006 3801 3568 3641 3565
    +#>  [31] 3398 3238 3887 3399 3235 3005 3889 2843 3009 3400 3075 3405 3719 3329 3397
    +#>  [46] 3886 3637 3008 3086 3000 3635 3089 2917 3493 3247 3560 3083 3898 3977 3899
    +#>  [61] 3978 4221 4380 4301 4063 4142 4300 4304 4858 4462 4303 4783 4545 4622 4463
    +#>  [76] 4862 4861 4387 4547 4548 4389 4864 4228 4705 5104 4943 5106 5265 4709 4469
    +#>  [91] 4707 5429 4552 4871 4867 5026 5029 4952 5185 5266 5345 4716 5830 5196 5273
    +#> [106] 5036 5034 5590 4956 4636 5513 4717 4798 5200 6069 4958 4880 5672 5752 5280
    +#> [121] 4560 6389 4719 5360 4959 5119 5835 5279 6314 6237 5440 5519 6240 6396 6319
    +#> [136] 6159 6318 5520 6238 5599 5439 6320
    +# Supply a cluster to speed up the algorithm (for very large lists)
    +pf_access_particles_unique(dat_dcpf_histories$history,
    +                           cl = parallel::makeCluster(2L))
    +#>   [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3961 3723 3079 3475 3478 3078
    +#>  [16] 3157 3477 3315 3317 3166 3956 3963 3406 3240 3402 3006 3801 3568 3641 3565
    +#>  [31] 3398 3238 3887 3399 3235 3005 3889 2843 3009 3400 3075 3405 3719 3329 3397
    +#>  [46] 3886 3637 3008 3086 3000 3635 3089 2917 3493 3247 3560 3083 3898 3977 3899
    +#>  [61] 3978 4221 4380 4301 4063 4142 4300 4304 4858 4462 4303 4783 4545 4622 4463
    +#>  [76] 4862 4861 4387 4547 4548 4389 4864 4228 4705 5104 4943 5106 5265 4709 4469
    +#>  [91] 4707 5429 4552 4871 4867 5026 5029 4952 5185 5266 5345 4716 5830 5196 5273
    +#> [106] 5036 5034 5590 4956 4636 5513 4717 4798 5200 6069 4958 4880 5672 5752 5280
    +#> [121] 4560 6389 4719 5360 4959 5119 5835 5279 6314 6237 5440 5519 6240 6396 6319
    +#> [136] 6159 6318 5520 6238 5599 5439 6320
    +
    +#### Example (2): Access unique particles when 'history' is a list of file paths
    +
    +## Write example particle histories to file (to load)
    +root <- paste0(tempdir(), "/pf/")
    +dir.create(root)
    +#> Warning: '/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/pf' already exists
    +pf_args <- dat_dcpf_histories$args
    +pf_args$calc_distance_euclid_fast <- TRUE
    +pf_args$write_history <- list(file = root)
    +out_pf <- do.call(pf, pf_args)
    +#> flapper::pf() called (@ 2023-02-19 15:02:46)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 2... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 3... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 4... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 5... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 6... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 7... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 8... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 9... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 10... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 11... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 12... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 13... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 14... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 15... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 16... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 17... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 18... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... flapper::pf() call completed (@ 2023-02-19 15:02:46) after ~0.01 minutes. 
    +
    +## Access particle histories using default options (use_memory_safe = FALSE)
    +# Access particle histories via pf_access_history_files()
    +pf_access_particles_unique(pf_access_history_files(root, use_list = TRUE))
    +#>   [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3312 3634 3167 3397 3244 3003
    +#>  [16] 2999 3398 2997 3647 3557 3250 3089 3713 2835 2844 3470 3951 2923 3395 3570
    +#>  [31] 2603 3555 2598 2515 3796 4189 3472 3004 2355 3626 2360 2522 3325 3477 4508
    +#>  [46] 2839 4432 4348 2433 2756 4185 2363 3640 2353 3164 3877 2444 3078 1963 3485
    +#>  [61] 3316 3002 3561 3887 3959 4372 4293 4618 4776 4379 4697 4777 4458 4459 4538
    +#>  [76] 4939 5099 5098 4621 4699 4304 5100 4383 4701 4700 4308 5266 5258 4229 5659
    +#>  [91] 4781 5102 4468 4466 5345 5820 4628 5022 4154 5667 5430 4310 5508 5030 5586
    +#> [106] 5826 5027 4155 5905 5910 5108 5666 5821 3995 4869 5908 5111 5916 6071 5747
    +#> [121] 6226 5825 6065 5909 5915 5355 6306 6229 6159 6228 5835 5829 6151 6390 5994
    +#> [136] 6398 6312 5197 5917 5998 6079 6158 5840 6239 5920 5839 6078 5919 6397 5520
    +#> [151] 5680 5759 6399 5600 5519 5440 6240 6000
    +# Supply a cluster to speed up the algorithm (for very large lists)
    +pf_access_particles_unique(pf_access_history_files(root, use_list = TRUE),
    +                           cl = parallel::makeCluster(2L))
    +#>   [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3312 3634 3167 3397 3244 3003
    +#>  [16] 2999 3398 2997 3647 3557 3250 3089 3713 2835 2844 3470 3951 2923 3395 3570
    +#>  [31] 2603 3555 2598 2515 3796 4189 3472 3004 2355 3626 2360 2522 3325 3477 4508
    +#>  [46] 2839 4432 4348 2433 2756 4185 2363 3640 2353 3164 3877 2444 3078 1963 3485
    +#>  [61] 3316 3002 3561 3887 3959 4372 4293 4618 4776 4379 4697 4777 4458 4459 4538
    +#>  [76] 4939 5099 5098 4621 4699 4304 5100 4383 4701 4700 4308 5266 5258 4229 5659
    +#>  [91] 4781 5102 4468 4466 5345 5820 4628 5022 4154 5667 5430 4310 5508 5030 5586
    +#> [106] 5826 5027 4155 5905 5910 5108 5666 5821 3995 4869 5908 5111 5916 6071 5747
    +#> [121] 6226 5825 6065 5909 5915 5355 6306 6229 6159 6228 5835 5829 6151 6390 5994
    +#> [136] 6398 6312 5197 5917 5998 6079 6158 5840 6239 5920 5839 6078 5919 6397 5520
    +#> [151] 5680 5759 6399 5600 5519 5440 6240 6000
    +
    +## Access particle histories using the 'memory_safe' option
    +# For large lists, this is likely to be slower
    +# ... but it may be the only option in some cases.
    +pf_access_particles_unique(pf_access_history_files(root, use_list = TRUE),
    +                           use_memory_safe = TRUE)
    +#>   [1] 3243 2921 3396 3159 3320 3237 3318 3559 3722 3312 3634 3167 3397 3244 3003
    +#>  [16] 2999 3398 2997 3647 3557 3250 3089 3713 2835 2844 3470 3951 2923 3395 3570
    +#>  [31] 2603 3555 2598 2515 3796 4189 3472 3004 2355 3626 2360 2522 3325 3477 4508
    +#>  [46] 2839 4432 4348 2433 2756 4185 2363 3640 2353 3164 3877 2444 3078 1963 3485
    +#>  [61] 3316 3002 3561 3887 3959 4372 4293 4618 4776 4379 4697 4777 4458 4459 4538
    +#>  [76] 4939 5099 5098 4621 4699 4304 5100 4383 4701 4700 4308 5266 5258 4229 5659
    +#>  [91] 4781 5102 4468 4466 5345 5820 4628 5022 4154 5667 5430 4310 5508 5030 5586
    +#> [106] 5826 5027 4155 5905 5910 5108 5666 5821 3995 4869 5908 5111 5916 6071 5747
    +#> [121] 6226 5825 6065 5909 5915 5355 6306 6229 6159 6228 5835 5829 6151 6390 5994
    +#> [136] 6398 6312 5197 5917 5998 6079 6158 5840 6239 5920 5839 6078 5919 6397 5520
    +#> [151] 5680 5759 6399 5600 5519 5440 6240 6000
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_animate_history.html b/docs/reference/pf_animate_history.html index ae1e275..292a2f6 100644 --- a/docs/reference/pf_animate_history.html +++ b/docs/reference/pf_animate_history.html @@ -1,67 +1,12 @@ - - - - - - - -Create a html animation of the PF algorithm(s) — pf_animate_history • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Create a html animation of the PF algorithm(s) — pf_animate_history • flapper + + - - - - -
    -
    - -
    - -
    +
    -

    This function is a simple wrapper for pf_plot_history and saveHTML which creates an animation of the particle filtering (PF) algorithm(s) over time. To implement this function, a named list of arguments for pf_plot_history, which creates the plots, must be supplied. This is embedded within saveHTML, which creates a folder in the specified directory named `images' that contains a .png file for each time step and an animation as a .html file.

    +

    This function is a simple wrapper for pf_plot_history and saveHTML which creates an animation of the particle filtering (PF) algorithm(s) over time. To implement this function, a named list of arguments for pf_plot_history, which creates the plots, must be supplied. This is embedded within saveHTML, which creates a folder in the specified directory named `images' that contains a .png file for each time step and an animation as a .html file.

    +
    + +
    +
    pf_animate_history(
    +  expr_param,
    +  dir = NULL,
    +  html_name = "PF_algorithm_demo.html",
    +  image_name = "PF",
    +  html_title = "Demonstration of PF",
    +  html_description = "",
    +  navigator = FALSE,
    +  ani_height = 1000,
    +  ani_width = 1000,
    +  ani_res = 150,
    +  interval = 0.1,
    +  verbose = FALSE,
    +  ...
    +)
    -
    pf_animate_history(
    -  expr_param,
    -  dir = NULL,
    -  html_name = "PF_algorithm_demo.html",
    -  image_name = "PF",
    -  html_title = "Demonstration of PF",
    -  html_description = "",
    -  navigator = FALSE,
    -  ani_height = 800,
    -  ani_width = 800,
    -  ani_res = 1200,
    -  interval = 0.1,
    -  verbose = FALSE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    expr_param

    A named list of arguments, passed to pf_plot_history, to create plots.

    dir

    (optional) A string that defines the directory in which to save files. If unsupplied, if available, dir is taken from html_name using dirname.

    html_name

    A string that defines the name of the html file (see `htmlfile' argument in saveHTML).

    image_name

    A string that defines the names of the individual .png files creates (see `img.name' argument in saveHTML).

    html_title, html_description

    Character strings that provide a title and a description that are displayed within the html animation (see `title' and `description' arguments in saveHTML).

    navigator

    A logical variable that defines whether or not to add a navigator panel to the animation (see `navigator' argument in saveHTML).

    ani_height, ani_width, ani_res

    Numbers that define the size and the resolution of the animation (see `ani.height' `ani.width' and `ani.res' arguments in ani.options).

    interval

    A number that defines the time interval between sequential frames (see `interval' argument in ani.options).

    verbose

    A logical or character variable that defines whether or not, or what, to write as a footer to the html animation (see `verbose' argument in ani.options).

    ...

    Additional arguments passed to ani.options.

    - -

    Value

    - -

    The function produces an animation in .html format in the specified directory. A folder named `images' is also produced which contains the images for each time step. The `css' and `js' folders are also produced by saveHTML which creates the animation.

    -

    Details

    - -

    This function requires the animation package.

    -

    Author

    +
    +

    Arguments

    +
    expr_param
    +

    A named list of arguments, passed to pf_plot_history, to create plots.

    + + +
    dir
    +

    (optional) A string that defines the directory in which to save files. If unsupplied, if available, dir is taken from html_name using dirname.

    + + +
    html_name
    +

    A string that defines the name of the html file (see `htmlfile' argument in saveHTML).

    + + +
    image_name
    +

    A string that defines the names of the individual .png files creates (see `img.name' argument in saveHTML).

    + + +
    html_title, html_description
    +

    Character strings that provide a title and a description that are displayed within the html animation (see `title' and `description' arguments in saveHTML).

    + + +
    navigator
    +

    A logical variable that defines whether or not to add a navigator panel to the animation (see `navigator' argument in saveHTML).

    + +
    ani_height, ani_width, ani_res
    +

    Numbers that define the size and the resolution of the animation (see `ani.height' `ani.width' and `ani.res' arguments in ani.options).

    + + +
    interval
    +

    A number that defines the time interval between sequential frames (see `interval' argument in ani.options).

    + + +
    verbose
    +

    A logical or character variable that defines whether or not, or what, to write as a footer to the html animation (see `verbose' argument in ani.options).

    + + +
    ...
    +

    Additional arguments passed to ani.options.

    + +
    +
    +

    Value

    + + +

    The function produces an animation in .html format in the specified directory. A folder named `images' is also produced which contains the images for each time step. The `css' and `js' folders are also produced by saveHTML which creates the animation.

    +
    +
    +

    Details

    +

    This function requires the animation package.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Create a zoomed-in animation -pf_animate_history( - expr_param = list(archive = dat_dcpf_histories, - add_particles = list(cex = 2.5, pch = 21, - col = "black", bg = "black"), - prompt = FALSE), - dir = tempdir(), - interval = 0.25) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> HTML file created at: PF_algorithm_demo.html
    -#### Example (2): Create a wider scale animation -boundaries <- raster::extent(dat_coast) -pf_animate_history( - expr_param = list(archive = dat_dcpf_histories, - add_particles = list(cex = 0.5, pch = 21, - col = "black", bg = "black"), - add_polys = list(x = dat_coast, col = "brown"), - xlim = boundaries[1:2], ylim = boundaries[3:4], - prompt = FALSE), - dir = tempdir()) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> HTML file created at: PF_algorithm_demo.html
    -
    +
    +

    Examples

    +
    #### Example (1): Create a zoomed-in animation
    +pf_animate_history(
    +  expr_param = list(archive = dat_dcpf_histories,
    +                    add_particles = list(cex = 2.5, pch = 21,
    +                                         col = "black", bg = "black"),
    +                    prompt = FALSE),
    +  dir = tempdir(),
    +  interval = 0.25)
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> HTML file created at: PF_algorithm_demo.html
    +
    +#### Example (2): Create a wider scale animation
    +boundaries <- raster::extent(dat_coast)
    +pf_animate_history(
    +  expr_param = list(archive = dat_dcpf_histories,
    +                    add_particles = list(cex = 0.5, pch = 21,
    +                                          col = "black", bg = "black"),
    +                    add_polys = list(x = dat_coast, col = "brown"),
    +                    xlim = boundaries[1:2], ylim = boundaries[3:4],
    +                    prompt = FALSE),
    +  dir = tempdir())
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> HTML file created at: PF_algorithm_demo.html
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_archive-class.html b/docs/reference/pf_archive-class.html index 0dc5253..ae65f3c 100644 --- a/docs/reference/pf_archive-class.html +++ b/docs/reference/pf_archive-class.html @@ -1,67 +1,12 @@ - - - - - - - -"pf_archive" class — pf_archive-class • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"pf_archive" class — pf_archive-class • flapper + + - - - - -
    -
    - -
    - -
    +
    -

    An S3 class that defines the object returned by pf or pf plus pf_simplify with the return = "archive" argument.

    +

    An S3 class that defines the object returned by pf or pf plus pf_simplify with the return = "archive" argument.

    +
    +

    Value

    + + +

    This object is a named list, with three elements, which records the particles sampled at each time step, the method and the parameters used in the call to pf:

    -

    Value

    -

    This object is a named list, with three elements, which records the particles sampled at each time step, the method and the parameters used in the call to pf:

    -
    -
    history

    A list of dataframes, one for each time step, that record particle samples. Each dataframe comprises n rows (one for each particle) and the following five columns: -

      -
    • id_previous. An integer that uniquely defines a previous location on the record rasters. Following implementation of pf, this is absent for the first time step. For subsequent time steps, this is NA if the fast Euclidean distances method has been used, which does not `remember' previous locations, but specified otherwise.) For pf_simplify, id_previous is NA for the fist time step, unless an origin has been specified; for subsequent time steps, id_previous is included.

    • -
    • pr_previous. A double that defines the movement probabilities associated with previous locations. Following implementation of pf, this is absent for the first time step. For subsequent time steps, this is NA if the fast Euclidean distances method has been used, which does not `remember' previous locations, but specified otherwise. For pf_simplify probabilities are included for all time steps.

    • -
    • id_current. An integer that uniquely defines each location on the record rasters.

    • +
      history
      +

      A list of dataframes, one for each time step, that record particle samples. Each dataframe comprises n rows (one for each particle) and the following five columns:

      • id_previous. An integer that uniquely defines a previous location on the record rasters. Following implementation of pf, this is absent for the first time step. For subsequent time steps, this is NA if the fast Euclidean distances method has been used, which does not `remember' previous locations, but specified otherwise.) For pf_simplify, id_previous is NA for the fist time step, unless an origin has been specified; for subsequent time steps, id_previous is included.

      • +
      • pr_previous. A double that defines the movement probabilities associated with previous locations. Following implementation of pf, this is absent for the first time step. For subsequent time steps, this is NA if the fast Euclidean distances method has been used, which does not `remember' previous locations, but specified otherwise. For pf_simplify probabilities are included for all time steps.

      • +
      • id_current. An integer that uniquely defines each location on the record rasters.

      • pr_current. A double that defines the probability of movement into each cell.

      • timestep. An integer that defines each time step.

      • -
      - Following implementations of pf_simplify an additional column is included: -
        -
      • dist_current. A double that defines the distance between id_previous and id_current.

      • -

      +

    Following implementations of pf_simplify an additional column is included:

    • dist_current. A double that defines the distance between id_previous and id_current.

    • +
    -
    method

    A character that defines whether or not history was derived directly from pf (method = "pf"), in which case history contains all of the particles sampled at each time step, or via pf plus pf_simplify with return = "archive" (method = "pf_simplify"), in which case history contains the subset of particles at each time step that were re-sampled at the next time step; for implementations with summarise_pr = TRUE, for particles that were sampled multiple times on a given time step, this only one sample with an adjusted probability score that accounts for the number of times that a location was sampled (see pf_simplify).

    -
    args

    A named list that records the function arguments passed to pf. This is as inputted to pf, but with the `calc_distance_graph' elements added if unsupplied and applicable.

    +
    method
    +

    A character that defines whether or not history was derived directly from pf (method = "pf"), in which case history contains all of the particles sampled at each time step, or via pf plus pf_simplify with return = "archive" (method = "pf_simplify"), in which case history contains the subset of particles at each time step that were re-sampled at the next time step; for implementations with summarise_pr = TRUE, for particles that were sampled multiple times on a given time step, this only one sample with an adjusted probability score that accounts for the number of times that a location was sampled (see pf_simplify).

    -
    +
    args
    +

    A named list that records the function arguments passed to pf. This is as inputted to pf, but with the `calc_distance_graph' elements added if unsupplied and applicable.

    -

    See also

    -

    dat_dcpf_histories provides an example of a pf_archive-class object. pf and pf_simplify return pf_archive-class objects. pf_simplify can also convert pf_archive-class objects into pf_path-class objects that comprise the reconstructed movement paths.

    -

    Author

    +
    +
    +

    See also

    +

    dat_dcpf_histories provides an example of a pf_archive-class object. pf and pf_simplify return pf_archive-class objects. pf_simplify can also convert pf_archive-class objects into pf_path-class objects that comprise the reconstructed movement paths.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - - + + diff --git a/docs/reference/pf_kud-1.png b/docs/reference/pf_kud-1.png index dae5611..95b2c5a 100644 Binary files a/docs/reference/pf_kud-1.png and b/docs/reference/pf_kud-1.png differ diff --git a/docs/reference/pf_kud-2.png b/docs/reference/pf_kud-2.png index 0ad61f9..43b53aa 100644 Binary files a/docs/reference/pf_kud-2.png and b/docs/reference/pf_kud-2.png differ diff --git a/docs/reference/pf_kud-3.png b/docs/reference/pf_kud-3.png index 79430c4..143f0fa 100644 Binary files a/docs/reference/pf_kud-3.png and b/docs/reference/pf_kud-3.png differ diff --git a/docs/reference/pf_kud-4.png b/docs/reference/pf_kud-4.png index 84e5fae..9702afb 100644 Binary files a/docs/reference/pf_kud-4.png and b/docs/reference/pf_kud-4.png differ diff --git a/docs/reference/pf_kud-5.png b/docs/reference/pf_kud-5.png index 56fbcc7..3427c7e 100644 Binary files a/docs/reference/pf_kud-5.png and b/docs/reference/pf_kud-5.png differ diff --git a/docs/reference/pf_kud-6.png b/docs/reference/pf_kud-6.png index eacb2c9..a7e00bc 100644 Binary files a/docs/reference/pf_kud-6.png and b/docs/reference/pf_kud-6.png differ diff --git a/docs/reference/pf_kud.html b/docs/reference/pf_kud.html index a5057a4..6793b3a 100644 --- a/docs/reference/pf_kud.html +++ b/docs/reference/pf_kud.html @@ -1,67 +1,12 @@ - - - - - - - -Smooth POU maps — pf_kud • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Smooth POU maps — pf_kud • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function smooths proportion-of-use (POU) maps (from pf_plot_map) by applying kernel utilisation distribution (KUD) estimation. Depending on the implementation, following optional initial time trials, using a subset, all or an expanded sample of POU locations, the function applies a KUD smoother via a user-supplied estimation routine (i.e., kernelUD or kud_around_coastline). The function extracts the KUD as a raster, applies a spatial mask (e.g., coastline), plots the processed KUD (if specified) and returns this as a raster.

    +

    This function smooths proportion-of-use (POU) maps (from pf_plot_map) by applying kernel utilisation distribution (KUD) estimation. Depending on the implementation, following optional initial time trials, using a subset, all or an expanded sample of POU locations, the function applies a KUD smoother via a user-supplied estimation routine (i.e., kernelUD or kud_around_coastline). The function extracts the KUD as a raster, applies a spatial mask (e.g., coastline), plots the processed KUD (if specified) and returns this as a raster.

    -
    pf_kud(
    -  xpf,
    -  sample_size = NULL,
    -  estimate_ud = adehabitatHR::kernelUD,
    -  grid,
    -  ...,
    -  trial_cells = list(),
    -  trial_grids = list(),
    -  mask = NULL,
    -  plot = TRUE,
    -  verbose = TRUE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    xpf

    A POU raster object (from pf_plot_map).

    sample_size

    (optional) An integer expansion factor for the number of locations used for KUD estimation. If supplied, \(n\) locations are randomly sampled from xpf with replacement in line with their probability, where \(n = n_{pou} \times sample_size\) and \(n_{pou}\) is the number of non-zero POU scores. This resampling approach avoids treating locations as `relocations'.

    estimate_ud

    A function (either kernelUD or kud_around_coastline) that estimates the KUD.

    grid, ...

    Arguments passed to estimate_ud (and ultimately kernelUD, where they are defined) to estimate the KUD. If kud_around_coastline is supplied to estimate_ud, then grid must be a SpatialPixelsDataFrame. The resultant KUD is resampled onto xpf.

    trial_cells, trial_grids

    (Optional) Lists that define the numbers of locations (cells) and the grids used for time trials. If either trial_cells or trial_grids is supplied, the function implements estimate_ud for small (trial) numbers of cells and any grid(s) specified. If trial_cells is supplied, but not trial_grids, then grid is used for estimation. If trial_grids is supplied but not trial_cells, then time trials are implemented for each grid with 10, 50 and 100 locations. For each grid, the linear regression of the time required to estimate the KUD is plotted against the number of locations and used to predict the time required to fit the KUD to all locations. The user is then asked whether or not to continue with estimation across all locations.

    mask

    (optional) A spatial mask (see mask).

    plot

    A logical input that defines whether or not to plot the KUD.

    verbose

    A logical input that defines whether or not to print messages to the console to monitor function progress.

    - -

    Value

    - -

    The function (a) plots the outcomes of time trials (if requested), (b) estimates and plots a KUD (if requested) and (c) returns a raster of the KUD.

    -

    Details

    +
    +
    pf_kud(
    +  xpf,
    +  sample_size = NULL,
    +  estimate_ud = adehabitatHR::kernelUD,
    +  grid,
    +  ...,
    +  trial_cells = list(),
    +  trial_grids = list(),
    +  mask = NULL,
    +  plot = TRUE,
    +  verbose = TRUE
    +)
    +
    -

    For computational efficiency, it may be necessary to aggregate (and renormalise) POU scores across the grid used for estimation before implementing this function.

    -

    Author

    +
    +

    Arguments

    +
    xpf
    +

    A POU raster object (from pf_plot_map).

    + + +
    sample_size
    +

    (optional) An integer expansion factor for the number of locations used for KUD estimation. If supplied, \(n\) locations are randomly sampled from xpf with replacement in line with their probability, where \(n = n_{pou} \times sample_size\) and \(n_{pou}\) is the number of non-zero POU scores. This resampling approach avoids treating locations as `relocations'.

    + + +
    estimate_ud
    +

    A function (either kernelUD or kud_around_coastline) that estimates the KUD.

    + + +
    grid, ...
    +

    Arguments passed to estimate_ud (and ultimately kernelUD, where they are defined) to estimate the KUD. If kud_around_coastline is supplied to estimate_ud, then grid must be a SpatialPixelsDataFrame. The resultant KUD is resampled onto xpf.

    + + +
    trial_cells, trial_grids
    +

    (Optional) Lists that define the numbers of locations (cells) and the grids used for time trials. If either trial_cells or trial_grids is supplied, the function implements estimate_ud for small (trial) numbers of cells and any grid(s) specified. If trial_cells is supplied, but not trial_grids, then grid is used for estimation. If trial_grids is supplied but not trial_cells, then time trials are implemented for each grid with 10, 50 and 100 locations. For each grid, the linear regression of the time required to estimate the KUD is plotted against the number of locations and used to predict the time required to fit the KUD to all locations. The user is then asked whether or not to continue with estimation across all locations.

    + +
    mask
    +

    (optional) A spatial mask (see mask).

    + + +
    plot
    +

    A logical input that defines whether or not to plot the KUD.

    + + +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to monitor function progress.

    + +
    +
    +

    Value

    + + +

    The function (a) plots the outcomes of time trials (if requested), (b) estimates and plots a KUD (if requested) and (c) returns a raster of the KUD.

    +
    +
    +

    Details

    +

    For computational efficiency, it may be necessary to aggregate (and renormalise) POU scores across the grid used for estimation before implementing this function.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define POU map for examples -out_dcpf_s <- pf_simplify(dat_dcpf_histories, - summarise_pr = TRUE, - return = "archive") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:06:51)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... ... Processing connected cells for return = 'archive'... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:06:52) after ~0 minutes.
    out_dcpf_pou <- pf_plot_map(out_dcpf_s, dat_dcpf_histories$args$bathy) -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    -#### Example (1): Implement function using default options -pf_kud(xpf = out_dcpf_pou, grid = 10) -
    #> flapper::pf_kud called (@ 2022-06-17 10:06:52)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Getting POU scores... -#> ... .... POU scores extracted for 41 locations... -#> ... Building SpatialPointsDataFrame... -#> ... Implementing KUD estimation based on 41 cells... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    -#### Example (2): Implement function using resampling -pf_kud(xpf = out_dcpf_pou, sample_size = 100, grid = 10) -
    #> flapper::pf_kud called (@ 2022-06-17 10:06:52)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Getting POU scores... -#> ... .... POU scores extracted for 41 locations... -#> ... Sampling cells... -#> ... ... POU locations expanded to 4100 locations... -#> ... Building SpatialPointsDataFrame... -#> ... Implementing KUD estimation based on 4100 cells... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    -#### Example (3): Implement time trials -if(interactive()){ - # Implement time trials for specified numbers of cells - pf_kud(xpf = out_dcpf_pou, - sample_size = 100, - grid = 60, - trial_cells = list(10, 100, 1000, 10000)) - # Implement time trials for specified grids - pf_kud(xpf = out_dcpf_pou, - sample_size = 100, - grid = 180, - trial_grids = list(60, 120, 180)) - # Implement time trials for specified numbers of cells and grids - pf_kud(xpf = out_dcpf_pou, - sample_size = 100, - grid = 10, - trial_cells = list(10, 100, 1000, 10000), - trial_grids = list(10, 30, 60)) -} - -#### Example (4): Force alignment between POU scores and grids for speed -# Example with numeric grid -out_dcpf_pou_agg <- - raster::aggregate(out_dcpf_pou, fact = 2) -out_dcpf_pou_agg <- - out_dcpf_pou_agg/raster::cellStats(out_dcpf_pou_agg, "sum") -grid <- raster::res(out_dcpf_pou_agg)[1] -pf_kud(out_dcpf_pou_agg, grid = grid) -
    #> flapper::pf_kud called (@ 2022-06-17 10:06:52)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Getting POU scores... -#> ... .... POU scores extracted for 31 locations... -#> ... Building SpatialPointsDataFrame... -#> ... Implementing KUD estimation based on 31 cells... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    # Example with SpatialPixels grid -grid <- kud_habitat(out_dcpf_pou_agg) -
    pf_kud(out_dcpf_pou_agg, grid = grid) -
    #> flapper::pf_kud called (@ 2022-06-17 10:06:52)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Getting POU scores... -#> ... .... POU scores extracted for 31 locations... -#> ... Building SpatialPointsDataFrame... -#> ... Implementing KUD estimation based on 31 cells... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    -
    +
    +

    Examples

    +
    #### Define POU map for examples
    +out_dcpf_s   <- pf_simplify(dat_dcpf_histories,
    +                            summarise_pr = TRUE,
    +                            return = "archive")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:02:52)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... ... Processing connected cells for return = 'archive'... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:02:52) after ~0.01 minutes. 
    +out_dcpf_pou <- pf_plot_map(out_dcpf_s, dat_dcpf_histories$args$bathy)
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +
    +#### Example (1): Implement function using default options
    +pf_kud(xpf = out_dcpf_pou, grid = 10)
    +#> flapper::pf_kud called (@ 2023-02-19 15:02:52)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Getting POU scores... 
    +#> ... .... POU scores extracted for 41 locations... 
    +#> ... Building SpatialPointsDataFrame... 
    +#> ... Implementing KUD estimation based on 41 cells... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +
    +#### Example (2): Implement function using resampling
    +pf_kud(xpf = out_dcpf_pou, sample_size = 100, grid = 10)
    +#> flapper::pf_kud called (@ 2023-02-19 15:02:52)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Getting POU scores... 
    +#> ... .... POU scores extracted for 41 locations... 
    +#> ... Sampling cells... 
    +#> ... ... POU locations expanded to 4100 locations... 
    +#> ... Building SpatialPointsDataFrame... 
    +#> ... Implementing KUD estimation based on 4100 cells... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +
    +#### Example (3): Implement time trials
    +if(interactive()){
    +  # Implement time trials for specified numbers of cells
    +  pf_kud(xpf = out_dcpf_pou,
    +         sample_size = 100,
    +         grid = 60,
    +         trial_cells = list(10, 100, 1000, 10000))
    +  # Implement time trials for specified grids
    +  pf_kud(xpf = out_dcpf_pou,
    +         sample_size = 100,
    +         grid = 180,
    +         trial_grids = list(60, 120, 180))
    +  # Implement time trials for specified numbers of cells and grids
    +  pf_kud(xpf = out_dcpf_pou,
    +         sample_size = 100,
    +         grid = 10,
    +         trial_cells = list(10, 100, 1000, 10000),
    +         trial_grids = list(10, 30, 60))
    +}
    +
    +#### Example (4): Force alignment between POU scores and grids for speed
    +# Example with numeric grid
    +out_dcpf_pou_agg <-
    +  raster::aggregate(out_dcpf_pou, fact = 2)
    +out_dcpf_pou_agg <-
    +  out_dcpf_pou_agg/raster::cellStats(out_dcpf_pou_agg, "sum")
    +grid <- raster::res(out_dcpf_pou_agg)[1]
    +pf_kud(out_dcpf_pou_agg, grid = grid)
    +#> flapper::pf_kud called (@ 2023-02-19 15:02:52)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Getting POU scores... 
    +#> ... .... POU scores extracted for 31 locations... 
    +#> ... Building SpatialPointsDataFrame... 
    +#> ... Implementing KUD estimation based on 31 cells... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +# Example with SpatialPixels grid
    +grid <- kud_habitat(out_dcpf_pou_agg)
    +
    +pf_kud(out_dcpf_pou_agg, grid = grid)
    +#> flapper::pf_kud called (@ 2023-02-19 15:02:53)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Getting POU scores... 
    +#> ... .... POU scores extracted for 31 locations... 
    +#> ... Building SpatialPointsDataFrame... 
    +#> ... Implementing KUD estimation based on 31 cells... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_kud_-1.png b/docs/reference/pf_kud_-1.png index 6c72748..3677e30 100644 Binary files a/docs/reference/pf_kud_-1.png and b/docs/reference/pf_kud_-1.png differ diff --git a/docs/reference/pf_kud_-2.png b/docs/reference/pf_kud_-2.png index a325aa9..29f9691 100644 Binary files a/docs/reference/pf_kud_-2.png and b/docs/reference/pf_kud_-2.png differ diff --git a/docs/reference/pf_kud_-3.png b/docs/reference/pf_kud_-3.png index 4d85438..cd78ae5 100644 Binary files a/docs/reference/pf_kud_-3.png and b/docs/reference/pf_kud_-3.png differ diff --git a/docs/reference/pf_kud_-4.png b/docs/reference/pf_kud_-4.png index 8f7882d..fbf93f1 100644 Binary files a/docs/reference/pf_kud_-4.png and b/docs/reference/pf_kud_-4.png differ diff --git a/docs/reference/pf_kud_-5.png b/docs/reference/pf_kud_-5.png index 4652604..0b5cd84 100644 Binary files a/docs/reference/pf_kud_-5.png and b/docs/reference/pf_kud_-5.png differ diff --git a/docs/reference/pf_kud_.html b/docs/reference/pf_kud_.html index f7baea2..59c71ab 100644 --- a/docs/reference/pf_kud_.html +++ b/docs/reference/pf_kud_.html @@ -1,67 +1,12 @@ - - - - - - - -(Experimental) Alternative kernel smoothing routines for particles or paths from a PF algorithm — pf_kud_ • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -(Experimental) Alternative kernel smoothing routines for particles or paths from a PF algorithm — pf_kud_ • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    These functions are wrappers designed to apply kernel utilisation distribution (KUD) estimation to the outputs of a particle filtering (PF) algorithm. To implement these routines, an (a) pf_archive-class object from pf (plus pf_simplify with the return = "archive" argument) containing particle histories for connected particles or (b) a pf_path-class object containing reconstructed paths must be supplied. Depending on the implementation, using a subset, all or an expanded sample of sampled locations, the functions apply KUD smoother(s) via a user-supplied estimation routine (i.e., kernelUD or kud_around_coastline). The functions extract the utilisation distribution(s) as raster(s), combine distribution(s) (if necessary), apply a spatial mask (e.g. coastline), plot the processed distribution (if specified) and return this as a raster.

    +

    These functions are wrappers designed to apply kernel utilisation distribution (KUD) estimation to the outputs of a particle filtering (PF) algorithm. To implement these routines, an (a) pf_archive-class object from pf (plus pf_simplify with the return = "archive" argument) containing particle histories for connected particles or (b) a pf_path-class object containing reconstructed paths must be supplied. Depending on the implementation, using a subset, all or an expanded sample of sampled locations, the functions apply KUD smoother(s) via a user-supplied estimation routine (i.e., kernelUD or kud_around_coastline). The functions extract the utilisation distribution(s) as raster(s), combine distribution(s) (if necessary), apply a spatial mask (e.g. coastline), plot the processed distribution (if specified) and return this as a raster.

    +
    + +
    +
    pf_kud_1(
    +  xpf,
    +  bathy,
    +  sample_size = NULL,
    +  estimate_ud = adehabitatHR::kernelUD,
    +  grid,
    +  ...,
    +  scale = FALSE,
    +  plot_by_time = FALSE,
    +  prompt = TRUE,
    +  chunks = 1L,
    +  cl = NULL,
    +  varlist = NULL,
    +  mask = NULL,
    +  plot = TRUE,
    +  verbose = TRUE
    +)
    +
    +pf_kud_2(
    +  xpf,
    +  bathy,
    +  sample_size = NULL,
    +  estimate_ud = adehabitatHR::kernelUD,
    +  grid,
    +  ...,
    +  mask = NULL,
    +  plot = TRUE,
    +  verbose = TRUE
    +)
    -
    pf_kud_1(
    -  xpf,
    -  bathy,
    -  sample_size = NULL,
    -  estimate_ud = adehabitatHR::kernelUD,
    -  grid,
    -  ...,
    -  scale = FALSE,
    -  plot_by_time = FALSE,
    -  prompt = TRUE,
    -  chunks = 1L,
    -  cl = NULL,
    -  varlist = NULL,
    -  mask = NULL,
    -  plot = TRUE,
    -  verbose = TRUE
    -)
    -
    -pf_kud_2(
    -  xpf,
    -  bathy,
    -  sample_size = NULL,
    -  estimate_ud = adehabitatHR::kernelUD,
    -  grid,
    -  ...,
    -  mask = NULL,
    -  plot = TRUE,
    -  verbose = TRUE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    xpf

    A pf_archive-class object (from pf plus pf_simplify with return = "archive") or a pf_path-class object (from pf plus pf_simplify with return = "path"). For particle-based implementations, for pf_kud_1, pf_simplify should be implemented with summarise_pr = FALSE; for pf_kud_2, pf_simplify should be implemented with summarise_pr = TRUE (see Details).

    bathy

    A raster that defines the grid across which pf was applied. This used to extract cell coordinates and to express KUD(s).

    sample_size

    (optional) An integer that defines the number of particles to sample from (a) particle histories or (b) each path in xpf for KUD estimation. For pf_kud_1, sampling is used to account for particle uncertainty so sample_size should be greater than the number of particle samples at each time step (see Details). If specified, for each time step, sample_size particles are sampled from (a) particle histories or (b) reconstructed paths with replacement in line with their probability. For pf_kud_2, sampling is used to reduce memory requirements and computation time, so sample_size should be lower than the total number of particle samples (per path, if applicable). If specified, sample_size particles are sampled from (a) particle histories or (b) each path with replacement in line with their probability. If sample_size = NULL, all particles are used.

    estimate_ud

    A function (either kernelUD or kud_around_coastline) that estimates kernel utilisation distributions. For pf_kud_1, kud_around_coastline_fast can also be used for faster estimation.

    grid, ...

    Arguments passed to estimate_ud (and ultimately kernelUD, where they are defined) to estimate the kernel utilisation distribution. If kud_around_coastline or kud_around_coastline_fast is supplied to estimate_ud, then grid must be a SpatialPixelsDataFrame. However, note that in all cases, KUD(s) are resampled onto bathy.

    scale

    For pf_kud_1, scale is a logical input that defines whether or not to scale the KUD for each time step such that the most probable locations are assigned a score of one.

    plot_by_time, prompt

    For pf_kud_1, plot_by_time is a logical variable that defines whether or not to plot the cumulative (un-normalised) KUD for each time step. If supplied, prompt is a logical variable that defines whether or not to pause function execution between sequential plots. These arguments are not implemented in parallel (see cl, below).

    chunks, cl, varlist

    For pf_kud_1, chunks, cl and varlist are chunk-wise implementation controls. chunks is an integer that defines the number of chunks into which to split particle/path time series. To minimise memory requirements, within each chunk, a blank map is sequentially updated with the KUD for each time step; the cumulative KUD for each chunk is then summed across chunks to create a single KUD. This approach minimises memory use while facilitating improvements in computation time through the parallel processing of each chunk via cl and varlist. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    mask

    (optional) A spatial mask (see mask).

    plot

    A logical input that defines whether or not to plot the KUD.

    verbose

    A logical input that defines whether or not to print messages to the console to monitor function progress.

    - -

    Value

    - -

    The functions return a raster of the KUD.

    -

    Details

    +
    +

    Arguments

    +
    xpf
    +

    A pf_archive-class object (from pf plus pf_simplify with return = "archive") or a pf_path-class object (from pf plus pf_simplify with return = "path"). For particle-based implementations, for pf_kud_1, pf_simplify should be implemented with summarise_pr = FALSE; for pf_kud_2, pf_simplify should be implemented with summarise_pr = TRUE (see Details).

    + +
    bathy
    +

    A raster that defines the grid across which pf was applied. This used to extract cell coordinates and to express KUD(s).

    + + +
    sample_size
    +

    (optional) An integer that defines the number of particles to sample from (a) particle histories or (b) each path in xpf for KUD estimation. For pf_kud_1, sampling is used to account for particle uncertainty so sample_size should be greater than the number of particle samples at each time step (see Details). If specified, for each time step, sample_size particles are sampled from (a) particle histories or (b) reconstructed paths with replacement in line with their probability. For pf_kud_2, sampling is used to reduce memory requirements and computation time, so sample_size should be lower than the total number of particle samples (per path, if applicable). If specified, sample_size particles are sampled from (a) particle histories or (b) each path with replacement in line with their probability. If sample_size = NULL, all particles are used.

    + + +
    estimate_ud
    +

    A function (either kernelUD or kud_around_coastline) that estimates kernel utilisation distributions. For pf_kud_1, kud_around_coastline_fast can also be used for faster estimation.

    + + +
    grid, ...
    +

    Arguments passed to estimate_ud (and ultimately kernelUD, where they are defined) to estimate the kernel utilisation distribution. If kud_around_coastline or kud_around_coastline_fast is supplied to estimate_ud, then grid must be a SpatialPixelsDataFrame. However, note that in all cases, KUD(s) are resampled onto bathy.

    + + +
    scale
    +

    For pf_kud_1, scale is a logical input that defines whether or not to scale the KUD for each time step such that the most probable locations are assigned a score of one.

    + + +
    plot_by_time, prompt
    +

    For pf_kud_1, plot_by_time is a logical variable that defines whether or not to plot the cumulative (un-normalised) KUD for each time step. If supplied, prompt is a logical variable that defines whether or not to pause function execution between sequential plots. These arguments are not implemented in parallel (see cl, below).

    + + +
    chunks, cl, varlist
    +

    For pf_kud_1, chunks, cl and varlist are chunk-wise implementation controls. chunks is an integer that defines the number of chunks into which to split particle/path time series. To minimise memory requirements, within each chunk, a blank map is sequentially updated with the KUD for each time step; the cumulative KUD for each chunk is then summed across chunks to create a single KUD. This approach minimises memory use while facilitating improvements in computation time through the parallel processing of each chunk via cl and varlist. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + + +
    mask
    +

    (optional) A spatial mask (see mask).

    + + +
    plot
    +

    A logical input that defines whether or not to plot the KUD.

    + + +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to monitor function progress.

    + +
    +
    +

    Value

    -

    Methods

    -

    These function create smooth KUD representations of particle or path samples from a PF algorithm (see pf_plot_map). Two different methods are implemented.

    -

    Method (1)

    -

    pf_kud_1 implements KUD estimation by fitting a single kernel to sampled locations at each time step; time step-specific kernels are then summed and re-normalised. This method can be implemented for (a) the sampled particles that formed continuous paths from the start to the end of the time series (see pf_simplify) or (b) reconstructed paths. The method has two main advantages. First, the kernel bandwidth is allowed to vary through time. Second, this implementation permits a Bayesian-style resampling process that can be used to account for particle uncertainty. Specifically, at each time step, large numbers of particles can be re-sampled, in line with their probability and with replacement, from the initial list of sampled particles; more probable locations are sampled more often and consequently have more influence on the KUD for each time step, thus accounting for particle probability.

    +

    The functions return a raster of the KUD.

    +
    +
    +

    Details

    + +
    +

    Methods

    +

    These function create smooth KUD representations of particle or path samples from a PF algorithm (see pf_plot_map). Two different methods are implemented.

    +
    + +
    +

    Method (1)

    +

    pf_kud_1 implements KUD estimation by fitting a single kernel to sampled locations at each time step; time step-specific kernels are then summed and re-normalised. This method can be implemented for (a) the sampled particles that formed continuous paths from the start to the end of the time series (see pf_simplify) or (b) reconstructed paths. The method has two main advantages. First, the kernel bandwidth is allowed to vary through time. Second, this implementation permits a Bayesian-style resampling process that can be used to account for particle uncertainty. Specifically, at each time step, large numbers of particles can be re-sampled, in line with their probability and with replacement, from the initial list of sampled particles; more probable locations are sampled more often and consequently have more influence on the KUD for each time step, thus accounting for particle probability.

    A limitation with this method is that the fitting a KUD to each time step can be memory intensive and computationally intensive. To minimise memory requirements, by default (chunks = 1L), the function starts with a blank map and iterates over each time step, sequentially adding KUDs to the map at each step. By continuously updating a single map, this option minimises memory requirements but is slow. A faster option is to split the time series into chunks, implement an iterative option within each chunk, and then join maps for each chunk. The advantage of this option is that memory use remains limited while computation time can be improved by the parallel processing of each chunk. This is implemented via chunks, cl and varlist.

    +
    -

    Method (2)

    +
    +

    Method (2)

    pf_kud_2 implements KUD estimation by fitting a single kernel to all sampled locations or to each path (and then aggregating KUDs across paths). The main advantage of this method is speed: unlike pf_kud_1, KUDs are not fitted to the locations for each time step. The limitations are that kernel bandwidth is constant for all time steps and in most situations re-sampling cannot be used in the same way to account for particle uncertainty (due to memory limitations).

    -

    For particle-based implementations, this method is designed to be implemented for the subset of unique, sampled particles that formed continuous paths from the start to the end of the time series (see pf_simplify and pf_plot_map). These particles are used for KUD estimation. By default, all particles are used, but \(n =\) sample_size particles can be sampled at random, in line with their probability, if specified, for faster KUD estimation. Selected particles are then used to estimate a KUD by effectively treating samples as `relocations', ultimately via kernelUD. This distribution is then processed, plotted and returned.

    -

    For path-based implementations, this function is designed to be implemented for paths reconstructed by pf_simplify. As for the particle-based implementation, for each path, all locations, or random sample of sample_size locations are used to estimate a KUD by treating sampled locations as `relocations'. KUDs are processed and combined across paths into a single, average KUD. The advantage of this approach is that the overall probability of the paths can be incorporated in the estimation procedure via sampling or weights when path-specific KUDs are averaged (although that is not yet implemented).

    - -

    See also

    - - -

    Author

    +

    For particle-based implementations, this method is designed to be implemented for the subset of unique, sampled particles that formed continuous paths from the start to the end of the time series (see pf_simplify and pf_plot_map). These particles are used for KUD estimation. By default, all particles are used, but \(n =\) sample_size particles can be sampled at random, in line with their probability, if specified, for faster KUD estimation. Selected particles are then used to estimate a KUD by effectively treating samples as `relocations', ultimately via kernelUD. This distribution is then processed, plotted and returned.

    +

    For path-based implementations, this function is designed to be implemented for paths reconstructed by pf_simplify. As for the particle-based implementation, for each path, all locations, or random sample of sample_size locations are used to estimate a KUD by treating sampled locations as `relocations'. KUDs are processed and combined across paths into a single, average KUD. The advantage of this approach is that the overall probability of the paths can be incorporated in the estimation procedure via sampling or weights when path-specific KUDs are averaged (although that is not yet implemented).

    +
    +
    + +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define particle samples for smoothing -# To do this, we will re-implement the pf() for the example dat_dcpf_histories -# ... dataset, but with a larger number of particles. This is necessary -# ... because kernel smoothing is only appropriate if there are -# ... enough locations to permit smoothing. -set.seed(1) -dcpf_args <- dat_dcpf_histories$args -dcpf_args$calc_distance_euclid_fast <- TRUE -dcpf_args$n <- 250L -out_dcpf_particles <- do.call(pf, dcpf_args) -
    #> flapper::pf() called (@ 2022-06-17 10:06:53)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)... -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 2... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 3... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 4... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 5... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 6... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 7... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 8... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 9... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 10... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 11... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 12... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 13... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 14... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 15... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 16... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 17... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 18... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... flapper::pf() call completed (@ 2022-06-17 10:07:02) after ~0.16 minutes.
    -#### Process particles and paths -out_dcpf_particles_1 <- - pf_simplify(out_dcpf_particles, return = "archive") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:07:02)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... ... Processing connected cells for return = 'archive'... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:07:02) after ~0 minutes.
    out_dcpf_particles_2 <- - pf_simplify(out_dcpf_particles, summarise_pr = TRUE, return = "archive") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:07:02)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... ... Processing connected cells for return = 'archive'... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:07:03) after ~0.01 minutes.
    out_dcpf_paths <- - pf_simplify(out_dcpf_particles, max_n_paths = 100L) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:07:03)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:07:03) after ~0 minutes.
    -#### Define a grid across which to implement estimation -# This grid takes values of 0 on land and values of 1 in the sea -bathy <- out_dcpf_particles$args$bathy -grid <- raster::raster(raster::extent(bathy), nrows = 100, ncols = 100) -raster::values(grid) <- 0 -grid <- raster::mask(grid, dat_coast, updatevalue = 1) -grid <- methods::as(grid, "SpatialPixelsDataFrame") - -#### Example (1): Implement pf_kud_1() using default options -## Implementation based on particles -pp <- par(mfrow = c(1, 2), mar = c(3, 3, 3, 3)) -pf_kud_1(out_dcpf_particles_1, - bathy = bathy, - sample_size = 500, - estimate_ud = kud_around_coastline_fast, grid = grid) -
    #> flapper::pf_kud_1() called (@ 2022-06-17 10:07:03)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Defining chunk(s)... -#> ... Implementing KUD estimation over chunk(s)... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_1() call completed (@ 2022-06-17 10:07:05) after ~0.03 minutes.
    #> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.004891361 (min, max) -#>
    ## Implementation based on paths -if(flapper_run_parallel){ - pf_kud_1(out_dcpf_paths, - bathy = bathy, - sample_size = 500, - estimate_ud = kud_around_coastline_fast, grid = grid) - prettyGraphics::add_sp_path(x = out_dcpf_paths$cell_x, - y = out_dcpf_paths$cell_y, - length = 0.01) -} -
    #> flapper::pf_kud_1() called (@ 2022-06-17 10:07:05)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Defining chunk(s)... -#> ... Implementing KUD estimation over chunk(s)...
    #> Fewer than five unique cells for kernel estimation at time 1.
    #> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_1() call completed (@ 2022-06-17 10:07:06) after ~0.03 minutes.
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    par(pp) - -#### Example (2): Implement pf_kud_2() using default options -## Implementation based on particles -pp <- par(mfrow = c(1, 2), mar = c(3, 3, 3, 3)) -pf_kud_2(out_dcpf_particles_2, - bathy = bathy, - estimate_ud = kud_around_coastline, grid = grid) -
    #> flapper::pf_kud_2() called (@ 2022-06-17 10:07:06)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Implementing KUD estimation... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_2() call completed (@ 2022-06-17 10:07:07) after ~0 minutes.
    #> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : ud -#> values : 0, 0.00101676 (min, max) -#>
    ## Implementation based on paths -pf_kud_2(out_dcpf_paths, - bathy = bathy, - estimate_ud = kud_around_coastline, grid = grid) -
    #> flapper::pf_kud_2() called (@ 2022-06-17 10:07:07)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Implementing KUD estimation... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_2() call completed (@ 2022-06-17 10:07:14) after ~0.12 minutes.
    #> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.0009396509 (min, max) -#>
    prettyGraphics::add_sp_path(x = out_dcpf_paths$cell_x, y = out_dcpf_paths$cell_y, - length = 0.01) -
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    par(pp) - -#### Example (3): For improved speed with pf_kud_1(), use parallelisation -## Implementation based on particles -pp <- par(mfrow = c(1, 2), mar = c(3, 3, 3, 3)) -pf_kud_1(out_dcpf_particles_1, - bathy = bathy, - sample_size = 500, - estimate_ud = flapper::kud_around_coastline_fast, grid = grid, - chunks = 2L, - cl = parallel::makeCluster(2L)) -
    #> flapper::pf_kud_1() called (@ 2022-06-17 10:07:14)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Defining chunk(s)... -#> ... Implementing KUD estimation over chunk(s)... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_1() call completed (@ 2022-06-17 10:07:20) after ~0.1 minutes.
    #> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.004982855 (min, max) -#>
    ## Implementation based on paths -if(flapper_run_parallel){ - cl <- parallel::makeCluster(2L) - parallel::clusterEvalQ(cl = cl, library(raster)) - pf_kud_1(out_dcpf_paths, - bathy = bathy, - sample_size = 500, - estimate_ud = flapper::kud_around_coastline_fast, grid = grid, - chunks = 2L, - cl = cl) -} -
    #> flapper::pf_kud_1() called (@ 2022-06-17 10:07:23)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Defining chunk(s)... -#> ... Implementing KUD estimation over chunk(s)... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_1() call completed (@ 2022-06-17 10:07:25) after ~0.04 minutes.
    #> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.08056145 (min, max) -#>
    par(pp) - -#### Example (4): For improved speed with pf_kud_2(), use sample_size -## Implementation based on particles -pp <- par(mfrow = c(1, 2), mar = c(3, 3, 3, 3)) -pf_kud_2(out_dcpf_particles_2, - bathy = bathy, - sample_size = 50, # sample 50 particles overall - estimate_ud = kud_around_coastline, grid = grid) -
    #> flapper::pf_kud_2() called (@ 2022-06-17 10:07:25)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Implementing KUD estimation... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_2() call completed (@ 2022-06-17 10:07:26) after ~0 minutes.
    #> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : ud -#> values : 0, 0.000742768 (min, max) -#>
    ## Implementation based on paths -pf_kud_2(out_dcpf_paths, - bathy = bathy, - sample_size = 50, # sample 50 particles per path - estimate_ud = kud_around_coastline, grid = grid) -
    #> flapper::pf_kud_2() called (@ 2022-06-17 10:07:26)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> Warning: 'sample_size' is greater than the number of particles.
    #> ... Implementing KUD estimation... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_2() call completed (@ 2022-06-17 10:07:33) after ~0.13 minutes.
    #> class : RasterLayer -#> dimensions : 80, 80, 6400 (nrow, ncol, ncell) -#> resolution : 25, 25 (x, y) -#> extent : 707884.6, 709884.6, 6253404, 6255404 (xmin, xmax, ymin, ymax) -#> crs : NA -#> source : memory -#> names : layer -#> values : 0, 0.02832776 (min, max) -#>
    par(pp) - -#### Example (5): Compare pf_kud_1() and pf_kud_2() -pp <- par(mfrow = c(2, 2), mar = c(3, 3, 3, 3)) -kud_1a <- pf_kud_1(xpf = out_dcpf_particles_1, - bathy = out_dcpf_particles$args$bathy, - sample_size = out_dcpf_particles$args$n, - estimate_ud = kud_around_coastline_fast, grid = grid, - plot = TRUE) -
    #> flapper::pf_kud_1() called (@ 2022-06-17 10:07:33)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Defining chunk(s)... -#> ... Implementing KUD estimation over chunk(s)... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_1() call completed (@ 2022-06-17 10:07:35) after ~0.03 minutes.
    -kud_1b <- pf_kud_1(xpf = out_dcpf_particles_1, - bathy = out_dcpf_particles$args$bathy, - sample_size = 500, - estimate_ud = kud_around_coastline_fast, grid = grid, - plot = TRUE) -
    #> flapper::pf_kud_1() called (@ 2022-06-17 10:07:35)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Defining chunk(s)... -#> ... Implementing KUD estimation over chunk(s)... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_1() call completed (@ 2022-06-17 10:07:36) after ~0.03 minutes.
    -kud_1c <- pf_kud_1(xpf = out_dcpf_particles_1, - bathy = out_dcpf_particles$args$bathy, - sample_size = 5000, - estimate_ud = kud_around_coastline_fast, grid = grid, - plot = TRUE) -
    #> flapper::pf_kud_1() called (@ 2022-06-17 10:07:36)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Defining chunk(s)... -#> ... Implementing KUD estimation over chunk(s)... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_1() call completed (@ 2022-06-17 10:07:40) after ~0.06 minutes.
    -kud_1d <- pf_kud_2(xpf = out_dcpf_particles_2, - bathy = out_dcpf_particles$args$bathy, - estimate_ud = kud_around_coastline, grid = grid, - plot = TRUE) -
    #> flapper::pf_kud_2() called (@ 2022-06-17 10:07:40)... -#> ... Setting up function...
    #> CRS taken as: 'NA'.
    #> ... Processing sampled locations... -#> ... Implementing KUD estimation... -#> ... Processing KUD(s)... -#> ... Plotting KUD...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::pf_kud_2() call completed (@ 2022-06-17 10:07:40) after ~0 minutes.
    par(pp) - -
    +
    +

    Examples

    +
    #### Define particle samples for smoothing
    +# To do this, we will re-implement the pf() for the example dat_dcpf_histories
    +# ... dataset, but with a larger number of particles. This is necessary
    +# ... because kernel smoothing is only appropriate if there are
    +# ... enough locations to permit smoothing.
    +set.seed(1)
    +dcpf_args <- dat_dcpf_histories$args
    +dcpf_args$calc_distance_euclid_fast <- TRUE
    +dcpf_args$n <- 250L
    +out_dcpf_particles <- do.call(pf, dcpf_args)
    +#> flapper::pf() called (@ 2023-02-19 15:02:54)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 2... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 3... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 4... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 5... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 6... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 7... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 8... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 9... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 10... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 11... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 12... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 13... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 14... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 15... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 16... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 17... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 18... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... flapper::pf() call completed (@ 2023-02-19 15:02:59) after ~0.08 minutes. 
    +
    +#### Process particles and paths
    +out_dcpf_particles_1 <-
    +  pf_simplify(out_dcpf_particles, return = "archive")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:02:59)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... ... Processing connected cells for return = 'archive'... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:02:59) after ~0.01 minutes. 
    +out_dcpf_particles_2 <-
    +  pf_simplify(out_dcpf_particles, summarise_pr = TRUE, return = "archive")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:02:59)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... ... Processing connected cells for return = 'archive'... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:03:00) after ~0.02 minutes. 
    +out_dcpf_paths <-
    +  pf_simplify(out_dcpf_particles, max_n_paths = 100L)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:03:00)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:03:01) after ~0.01 minutes. 
    +
    +#### Define a grid across which to implement estimation
    +# This grid takes values of 0 on land and values of 1 in the sea
    +bathy <- out_dcpf_particles$args$bathy
    +grid <- raster::raster(raster::extent(bathy), nrows = 100, ncols = 100)
    +raster::values(grid) <- 0
    +grid <- raster::mask(grid, dat_coast, updatevalue = 1)
    +grid <- methods::as(grid, "SpatialPixelsDataFrame")
    +
    +#### Example (1): Implement pf_kud_1() using default options
    +## Implementation based on particles
    +pp <- par(mfrow = c(1, 2), mar = c(3, 3, 3, 3))
    +pf_kud_1(out_dcpf_particles_1,
    +         bathy = bathy,
    +         sample_size = 500,
    +         estimate_ud = kud_around_coastline_fast, grid = grid)
    +#> flapper::pf_kud_1() called (@ 2023-02-19 15:03:01)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Defining chunk(s)... 
    +#> ... Implementing KUD estimation over chunk(s)... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... flapper::pf_kud_1() call completed (@ 2023-02-19 15:03:02) after ~0.03 minutes. 
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.004903225  (min, max)
    +#> 
    +## Implementation based on paths
    +if(flapper_run_parallel){
    +  pf_kud_1(out_dcpf_paths,
    +           bathy = bathy,
    +           sample_size = 500,
    +           estimate_ud = kud_around_coastline_fast, grid = grid)
    +  prettyGraphics::add_sp_path(x = out_dcpf_paths$cell_x,
    +                              y = out_dcpf_paths$cell_y,
    +                              length = 0.01)
    +}
    +#> flapper::pf_kud_1() called (@ 2023-02-19 15:03:02)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Defining chunk(s)... 
    +#> ... Implementing KUD estimation over chunk(s)... 
    +#> Fewer than five unique cells for kernel estimation at time 1.
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... flapper::pf_kud_1() call completed (@ 2023-02-19 15:03:04) after ~0.02 minutes. 
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +
    +par(pp)
    +
    +#### Example (2): Implement pf_kud_2() using default options
    +## Implementation based on particles
    +pp <- par(mfrow = c(1, 2), mar = c(3, 3, 3, 3))
    +pf_kud_2(out_dcpf_particles_2,
    +         bathy = bathy,
    +         estimate_ud = kud_around_coastline, grid = grid)
    +#> flapper::pf_kud_2() called (@ 2023-02-19 15:03:04)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Implementing KUD estimation... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... flapper::pf_kud_2() call completed (@ 2023-02-19 15:03:04) after ~0 minutes. 
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : ud 
    +#> values     : 0, 0.00101676  (min, max)
    +#> 
    +## Implementation based on paths
    +pf_kud_2(out_dcpf_paths,
    +         bathy = bathy,
    +         estimate_ud = kud_around_coastline, grid = grid)
    +#> flapper::pf_kud_2() called (@ 2023-02-19 15:03:04)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Implementing KUD estimation... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... flapper::pf_kud_2() call completed (@ 2023-02-19 15:03:10) after ~0.11 minutes. 
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.0008568799  (min, max)
    +#> 
    +prettyGraphics::add_sp_path(x = out_dcpf_paths$cell_x, y = out_dcpf_paths$cell_y,
    +                            length = 0.01)
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +
    +par(pp)
    +
    +#### Example (3): For improved speed with pf_kud_1(), use parallelisation
    +## Implementation based on particles
    +pp <- par(mfrow = c(1, 2), mar = c(3, 3, 3, 3))
    +pf_kud_1(out_dcpf_particles_1,
    +         bathy = bathy,
    +         sample_size = 500,
    +         estimate_ud = flapper::kud_around_coastline_fast, grid = grid,
    +         chunks = 2L,
    +         cl = parallel::makeCluster(2L))
    +#> flapper::pf_kud_1() called (@ 2023-02-19 15:03:10)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Defining chunk(s)... 
    +#> ... Implementing KUD estimation over chunk(s)... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... flapper::pf_kud_1() call completed (@ 2023-02-19 15:03:17) after ~0.1 minutes. 
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.005133769  (min, max)
    +#> 
    +## Implementation based on paths
    +if(flapper_run_parallel){
    +  cl <- parallel::makeCluster(2L)
    +  parallel::clusterEvalQ(cl = cl, library(raster))
    +  pf_kud_1(out_dcpf_paths,
    +           bathy = bathy,
    +           sample_size = 500,
    +           estimate_ud = flapper::kud_around_coastline_fast, grid = grid,
    +           chunks = 2L,
    +           cl = cl)
    +}
    +#> flapper::pf_kud_1() called (@ 2023-02-19 15:03:20)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Defining chunk(s)... 
    +#> ... Implementing KUD estimation over chunk(s)... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... flapper::pf_kud_1() call completed (@ 2023-02-19 15:03:22) after ~0.04 minutes. 
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.0843788  (min, max)
    +#> 
    +par(pp)
    +
    +#### Example (4): For improved speed with pf_kud_2(), use sample_size
    +## Implementation based on particles
    +pp <- par(mfrow = c(1, 2), mar = c(3, 3, 3, 3))
    +pf_kud_2(out_dcpf_particles_2,
    +         bathy = bathy,
    +         sample_size = 50, # sample 50 particles overall
    +         estimate_ud = kud_around_coastline, grid = grid)
    +#> flapper::pf_kud_2() called (@ 2023-02-19 15:03:22)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Implementing KUD estimation... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... flapper::pf_kud_2() call completed (@ 2023-02-19 15:03:22) after ~0 minutes. 
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : ud 
    +#> values     : 0, 0.0009031049  (min, max)
    +#> 
    +## Implementation based on paths
    +pf_kud_2(out_dcpf_paths,
    +         bathy = bathy,
    +         sample_size = 50, # sample 50 particles per path
    +         estimate_ud = kud_around_coastline, grid = grid)
    +#> flapper::pf_kud_2() called (@ 2023-02-19 15:03:22)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> Warning: 'sample_size' is greater than the number of particles.
    +#> ... Implementing KUD estimation... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... flapper::pf_kud_2() call completed (@ 2023-02-19 15:03:29) after ~0.11 minutes. 
    +#> class      : RasterLayer 
    +#> dimensions : 80, 80, 6400  (nrow, ncol, ncell)
    +#> resolution : 25, 25  (x, y)
    +#> extent     : 707884.6, 709884.6, 6253404, 6255404  (xmin, xmax, ymin, ymax)
    +#> crs        : NA 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0, 0.01750221  (min, max)
    +#> 
    +par(pp)
    +
    +#### Example (5): Compare pf_kud_1() and pf_kud_2()
    +pp <- par(mfrow = c(2, 2), mar = c(3, 3, 3, 3))
    +kud_1a <- pf_kud_1(xpf = out_dcpf_particles_1,
    +                   bathy = out_dcpf_particles$args$bathy,
    +                   sample_size = out_dcpf_particles$args$n,
    +                   estimate_ud = kud_around_coastline_fast, grid = grid,
    +                   plot = TRUE)
    +#> flapper::pf_kud_1() called (@ 2023-02-19 15:03:29)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Defining chunk(s)... 
    +#> ... Implementing KUD estimation over chunk(s)... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... flapper::pf_kud_1() call completed (@ 2023-02-19 15:03:30) after ~0.02 minutes. 
    +
    +kud_1b <- pf_kud_1(xpf = out_dcpf_particles_1,
    +                   bathy = out_dcpf_particles$args$bathy,
    +                   sample_size = 500,
    +                   estimate_ud = kud_around_coastline_fast, grid = grid,
    +                   plot = TRUE)
    +#> flapper::pf_kud_1() called (@ 2023-02-19 15:03:30)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Defining chunk(s)... 
    +#> ... Implementing KUD estimation over chunk(s)... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... flapper::pf_kud_1() call completed (@ 2023-02-19 15:03:32) after ~0.03 minutes. 
    +
    +kud_1c <- pf_kud_1(xpf = out_dcpf_particles_1,
    +                   bathy = out_dcpf_particles$args$bathy,
    +                   sample_size = 5000,
    +                   estimate_ud = kud_around_coastline_fast, grid = grid,
    +                   plot = TRUE)
    +#> flapper::pf_kud_1() called (@ 2023-02-19 15:03:32)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Defining chunk(s)... 
    +#> ... Implementing KUD estimation over chunk(s)... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... flapper::pf_kud_1() call completed (@ 2023-02-19 15:03:36) after ~0.06 minutes. 
    +
    +kud_1d <- pf_kud_2(xpf = out_dcpf_particles_2,
    +                 bathy = out_dcpf_particles$args$bathy,
    +                 estimate_ud = kud_around_coastline, grid = grid,
    +                 plot = TRUE)
    +#> flapper::pf_kud_2() called (@ 2023-02-19 15:03:36)... 
    +#> ... Setting up function... 
    +#> CRS taken as: 'NA'.
    +#> ... Processing sampled locations... 
    +#> ... Implementing KUD estimation... 
    +#> ... Processing KUD(s)... 
    +#> ... Plotting KUD... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... flapper::pf_kud_2() call completed (@ 2023-02-19 15:03:36) after ~0 minutes. 
    +par(pp)
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_loglik.html b/docs/reference/pf_loglik.html index 6fefe8d..04512d7 100644 --- a/docs/reference/pf_loglik.html +++ b/docs/reference/pf_loglik.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the log-probability of movement paths from a PF algorithm — pf_loglik • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the log-probability of movement paths from a PF algorithm — pf_loglik • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,81 +65,84 @@

    Calculate the log-probability of movement paths from a PF algorithm

    This function calculates the total log-probability of each movement path reconstructed by a particle filtering (PF) algorithm, including the acoustic-container (AC), depth-contour (DC) or acoustic-container depth-contour (ACDC) algorithms.

    -
    pf_loglik(paths)
    - -

    Arguments

    - - - - - - -
    paths

    A dataframe containing movement paths from pf plus pf_simplify (see pf_path-class). At a minimum, this should contain a unique identifier for each path (named `path_id') and the probability associated with each cell along each path (`cell_pr').

    +
    +
    pf_loglik(paths)
    +
    -

    Value

    +
    +

    Arguments

    +
    paths
    +

    A dataframe containing movement paths from pf plus pf_simplify (see pf_path-class). At a minimum, this should contain a unique identifier for each path (named `path_id') and the probability associated with each cell along each path (`cell_pr').

    -

    The function returns a dataframe with the log likelihood (`loglik') of each path (`path_id'). Rows are ordered by log-probability and a `delta' column is provided with the differences in log-probability between the most likely path and every other path.

    -

    Details

    +
    +
    +

    Value

    + +

    The function returns a dataframe with the log likelihood (`loglik') of each path (`path_id'). Rows are ordered by log-probability and a `delta' column is provided with the differences in log-probability between the most likely path and every other path.

    +
    +
    +

    Details

    For each path, at each time step the probability associated with the sampled location depends on (a) the `intrinsic' probability associated with each cell (assigned by the AC, DC or ACDC algorithm) and (b) a user-defined movement model that is driven by the distance between the sampled locations for the individual at the previous and current time steps (and other user-defined parameters). This function simply sums the logarithms of these probabilities for each path as a measure of their relative likelihood, given the movement model.

    -

    Author

    - +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    # An example with the DCPF paths dataset included in flapper -pf_loglik(dat_dcpf_paths) -
    #> path_id loglik delta -#> 1 4 -145.7709 0.00000000 -#> 2 5 -145.8111 0.04017947 -#> 3 3 -145.8431 0.07217439 -#> 4 2 -145.9346 0.16376265 -#> 5 1 -146.8934 1.12246741 -#> 6 19 -147.6582 1.88729381 -#> 7 24 -147.6644 1.89348096 -#> 8 18 -147.6736 1.90275861 -#> 9 23 -147.6798 1.90894575 -#> 10 9 -147.6820 1.91112531 -#> 11 14 -147.6882 1.91731246 -#> 12 8 -147.6975 1.92659011 -#> 13 13 -147.7037 1.93277725 -#> 14 16 -147.7395 1.96864247 -#> 15 17 -147.7395 1.96864247 -#> 16 21 -147.7457 1.97482962 -#> 17 22 -147.7457 1.97482962 -#> 18 6 -147.7634 1.99247397 -#> 19 7 -147.7634 1.99247397 -#> 20 11 -147.7695 1.99866112 -#> 21 12 -147.7695 1.99866112 -#> 22 20 -151.9751 6.20417920 -#> 23 25 -151.9813 6.21036635 -#> 24 10 -151.9989 6.22801070 -#> 25 15 -152.0051 6.23419785
    +
    +

    Examples

    +
    # An example with the DCPF paths dataset included in flapper
    +pf_loglik(dat_dcpf_paths)
    +#>    path_id    loglik      delta
    +#> 1        4 -145.7709 0.00000000
    +#> 2        5 -145.8111 0.04017947
    +#> 3        3 -145.8431 0.07217439
    +#> 4        2 -145.9346 0.16376265
    +#> 5        1 -146.8934 1.12246741
    +#> 6       19 -147.6582 1.88729381
    +#> 7       24 -147.6644 1.89348096
    +#> 8       18 -147.6736 1.90275861
    +#> 9       23 -147.6798 1.90894575
    +#> 10       9 -147.6820 1.91112531
    +#> 11      14 -147.6882 1.91731246
    +#> 12       8 -147.6975 1.92659011
    +#> 13      13 -147.7037 1.93277725
    +#> 14      16 -147.7395 1.96864247
    +#> 15      17 -147.7395 1.96864247
    +#> 16      21 -147.7457 1.97482962
    +#> 17      22 -147.7457 1.97482962
    +#> 18       6 -147.7634 1.99247397
    +#> 19       7 -147.7634 1.99247397
    +#> 20      11 -147.7695 1.99866112
    +#> 21      12 -147.7695 1.99866112
    +#> 22      20 -151.9751 6.20417920
    +#> 23      25 -151.9813 6.21036635
    +#> 24      10 -151.9989 6.22801070
    +#> 25      15 -152.0051 6.23419785
    +
    +
    +
    - - - + + diff --git a/docs/reference/pf_path-class.html b/docs/reference/pf_path-class.html index 7cd8ee2..36b8eec 100644 --- a/docs/reference/pf_path-class.html +++ b/docs/reference/pf_path-class.html @@ -1,67 +1,12 @@ - - - - - - - -"pf" class — pf_path-class • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"pf" class — pf_path-class • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    An S3 class that defines the object returned by pf_simplify with return = "path", following pf.

    +

    An S3 class that defines the object returned by pf_simplify with return = "path", following pf.

    +
    +

    Value

    + -

    Value

    +

    A dataframe with that records the reconstructed paths. This includes a unique identifier for each path, the time step, the location (cell ID and three-dimensional coordinates) on the specified surface (e.g., bathy) and the probability associated with that cell, given movement from the previous cell, in the following columns:

    path_id
    +

    An integer that uniquely defines each path.

    -

    A dataframe with that records the reconstructed paths. This includes a unique identifier for each path, the time step, the location (cell ID and three-dimensional coordinates) on the specified surface (e.g., bathy) and the probability associated with that cell, given movement from the previous cell, in the following columns:

    -
    path_id

    An integer that uniquely defines each path.

    -
    timestep

    An integer that defines each time step. If an origin is supplied to pf and add_origin = TRUE in pf_simplify, then time step 0 refers to the origin. Later time steps refer to sequential depth observations.

    -
    cell_id

    An integer that defines the cells ID of the surface raster (over which paths were reconstructed) retained by the algorithm.

    -
    cell_x

    A double that defines the cell x coordinate.

    -
    cell_y

    A double that defines the cell y coordinate.

    -
    cell_z

    A double that defines the value of the surface raster in each cell. If bathy is unsupplied to pf_simplify and unavailable in the inputted object, this is NA.

    -
    cell_pr

    A double that defines the probability of localisation in each cell, given the `intrinsic' probabilities associated with each cell and the immediately preceding sampled locations (or the origin)'.

    -Rows are ordered by path and then time step. - -
    +
    timestep
    +

    An integer that defines each time step. If an origin is supplied to pf and add_origin = TRUE in pf_simplify, then time step 0 refers to the origin. Later time steps refer to sequential depth observations.

    + +
    cell_id
    +

    An integer that defines the cells ID of the surface raster (over which paths were reconstructed) retained by the algorithm.

    + +
    cell_x
    +

    A double that defines the cell x coordinate.

    -

    See also

    +
    cell_y
    +

    A double that defines the cell y coordinate.

    -

    pf_path-class objects are derived from pf_archive-class objects via pf_simplify. dat_dcpf_paths provides an example.

    -

    Author

    +
    cell_z
    +

    A double that defines the value of the surface raster in each cell. If bathy is unsupplied to pf_simplify and unavailable in the inputted object, this is NA.

    +
    cell_pr
    +

    A double that defines the probability of localisation in each cell, given the `intrinsic' probabilities associated with each cell and the immediately preceding sampled locations (or the origin)'.

    + +Rows are ordered by path and then time step. + +
    +
    +

    See also

    +

    pf_path-class objects are derived from pf_archive-class objects via pf_simplify. dat_dcpf_paths provides an example.

    +
    +
    +

    Author

    Edward Lavender

    +
    +
    -
    - - + + diff --git a/docs/reference/pf_plot_1d-1.png b/docs/reference/pf_plot_1d-1.png index d44a2cb..b3e1ebb 100644 Binary files a/docs/reference/pf_plot_1d-1.png and b/docs/reference/pf_plot_1d-1.png differ diff --git a/docs/reference/pf_plot_1d-2.png b/docs/reference/pf_plot_1d-2.png index 09db098..49d198c 100644 Binary files a/docs/reference/pf_plot_1d-2.png and b/docs/reference/pf_plot_1d-2.png differ diff --git a/docs/reference/pf_plot_1d-3.png b/docs/reference/pf_plot_1d-3.png index b01b789..51d6b31 100644 Binary files a/docs/reference/pf_plot_1d-3.png and b/docs/reference/pf_plot_1d-3.png differ diff --git a/docs/reference/pf_plot_1d-4.png b/docs/reference/pf_plot_1d-4.png index 933465a..09d4697 100644 Binary files a/docs/reference/pf_plot_1d-4.png and b/docs/reference/pf_plot_1d-4.png differ diff --git a/docs/reference/pf_plot_1d.html b/docs/reference/pf_plot_1d.html index 72f158b..02743ab 100644 --- a/docs/reference/pf_plot_1d.html +++ b/docs/reference/pf_plot_1d.html @@ -1,67 +1,12 @@ - - - - - - - -Plot one-dimensional depth time series from a PF algorithm — pf_plot_1d • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Plot one-dimensional depth time series from a PF algorithm — pf_plot_1d • flapper - + + - - - -
    -
    - -
    - -
    +
    @@ -123,108 +65,115 @@

    Plot one-dimensional depth time series from a PF algorithm

    This function plots the observed depth time series and the depth time series associated with each path reconstructed by the depth-contour particle filtering (DCPF) or acoustic-container depth-contour particle filtering (ACDCPF) algorithm.

    -
    pf_plot_1d(
    -  paths,
    -  archival,
    -  scale = -1,
    -  pretty_axis_args = list(side = 3:2),
    -  xlab = "Time (index)",
    -  ylab = "Depth (m)",
    -  type = "b",
    -  add_lines = list(col = "royalblue", type = "b"),
    -  prompt = FALSE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    paths

    A dataframe containing reconstructed movement path(s) from pf via pf_simplify (see pf_path-class). At a minimum, this should contain a unique identifier for each path (named `path_id’), timesteps (`timestep') and the depth associated with each cell along each path (`cell_z').

    archival

    A dataframe of depth (m) observations named `depth', as used by dc and acdc.

    scale

    A number that vertically scales the depth time series for the observations and the reconstructed path(s). By default, absolute values for depth are assumed and negated for ease of visualisation.

    pretty_axis_args, xlab, ylab, type, ...

    Plot customisation arguments passed to pretty_plot.

    add_lines

    A named list, passed to lines, to customise the appearance of the depth time series for reconstructed path(s).

    prompt

    A logical input that defines whether or not plot the observed depth time series with each reconstructed depth time series on a separate plot, sequentially, with a pause between plots (prompt = TRUE), or with all reconstructed time series on a single plot (prompt = FALSE).

    - -

    Value

    - -

    The function returns a plot of the observed and reconstructed depth time series, either for all paths at once (if prompt = FALSE) or each path separately (if prompt = TRUE).

    -

    Details

    - -

    Observed and reconstructed depth time series can differ due to measurement error, which is controlled via the calc_depth_error function in the DC and ACDC algorithms (see dc and acdc).

    -

    See also

    - -

    pf implements the pf algorithm. pf_plot_history visualises particle histories, pf_plot_map creates an overall `probability of use' map from particle histories and pf_simplify processes the outputs into a dataframe of movement paths. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. pf_loglik calculates the log-probability of each path.

    -

    Author

    +
    +
    pf_plot_1d(
    +  paths,
    +  archival,
    +  scale = -1,
    +  pretty_axis_args = list(side = 3:2),
    +  xlab = "Time (index)",
    +  ylab = "Depth (m)",
    +  type = "b",
    +  add_lines = list(col = "royalblue", type = "b"),
    +  prompt = FALSE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    paths
    +

    A dataframe containing reconstructed movement path(s) from pf via pf_simplify (see pf_path-class). At a minimum, this should contain a unique identifier for each path (named `path_id’), timesteps (`timestep') and the depth associated with each cell along each path (`cell_z').

    + + +
    archival
    +

    A dataframe of depth (m) observations named `depth', as used by dc and acdc.

    + + +
    scale
    +

    A number that vertically scales the depth time series for the observations and the reconstructed path(s). By default, absolute values for depth are assumed and negated for ease of visualisation.

    + +
    pretty_axis_args, xlab, ylab, type, ...
    +

    Plot customisation arguments passed to pretty_plot.

    + + +
    add_lines
    +

    A named list, passed to lines, to customise the appearance of the depth time series for reconstructed path(s).

    + + +
    prompt
    +

    A logical input that defines whether or not plot the observed depth time series with each reconstructed depth time series on a separate plot, sequentially, with a pause between plots (prompt = TRUE), or with all reconstructed time series on a single plot (prompt = FALSE).

    + +
    +
    +

    Value

    + + +

    The function returns a plot of the observed and reconstructed depth time series, either for all paths at once (if prompt = FALSE) or each path separately (if prompt = TRUE).

    +
    +
    +

    Details

    +

    Observed and reconstructed depth time series can differ due to measurement error, which is controlled via the calc_depth_error function in the DC and ACDC algorithms (see dc and acdc).

    +
    +
    +

    See also

    +

    pf implements the pf algorithm. pf_plot_history visualises particle histories, pf_plot_map creates an overall `probability of use' map from particle histories and pf_simplify processes the outputs into a dataframe of movement paths. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. pf_loglik calculates the log-probability of each path.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Implement pf() algorithm -# Here, we use pre-defined outputs for speed -paths <- dat_dcpf_paths -archival <- dat_dc$args$archival - -#### Example (1): The default implementation -pf_plot_1d(paths, archival) -
    -#### Example (2): Plot customisation options, e.g.: -pf_plot_1d(paths, archival, scale = 1, pretty_axis_args = list(side = 1:2)) -
    pf_plot_1d(paths, archival, type = "l") -
    pf_plot_1d(paths, archival, add_lines = list(col = "red", lwd = 0.5)) -
    -#### Example (3): Plot individual comparisons -if(interactive()){ - pp <- graphics::par(mfrow = c(3, 4)) - pf_plot_1d(paths, depth, prompt = TRUE) - graphics::par(pp) -} - -
    +
    +

    Examples

    +
    #### Implement pf() algorithm
    +# Here, we use pre-defined outputs for speed
    +paths    <- dat_dcpf_paths
    +archival <- dat_dc$args$archival
    +
    +#### Example (1): The default implementation
    +pf_plot_1d(paths, archival)
    +
    +
    +#### Example (2): Plot customisation options, e.g.:
    +pf_plot_1d(paths, archival, scale = 1, pretty_axis_args = list(side = 1:2))
    +
    +pf_plot_1d(paths, archival, type = "l")
    +
    +pf_plot_1d(paths, archival, add_lines = list(col = "red", lwd = 0.5))
    +
    +
    +#### Example (3): Plot individual comparisons
    +if(interactive()){
    +  pp <- graphics::par(mfrow = c(3, 4))
    +  pf_plot_1d(paths, depth, prompt = TRUE)
    +  graphics::par(pp)
    +}
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/pf_plot_2d-1.png b/docs/reference/pf_plot_2d-1.png index a5befa5..67b26bd 100644 Binary files a/docs/reference/pf_plot_2d-1.png and b/docs/reference/pf_plot_2d-1.png differ diff --git a/docs/reference/pf_plot_2d-2.png b/docs/reference/pf_plot_2d-2.png index 12ddf87..a71ff77 100644 Binary files a/docs/reference/pf_plot_2d-2.png and b/docs/reference/pf_plot_2d-2.png differ diff --git a/docs/reference/pf_plot_2d-3.png b/docs/reference/pf_plot_2d-3.png index aff7c60..31b36c6 100644 Binary files a/docs/reference/pf_plot_2d-3.png and b/docs/reference/pf_plot_2d-3.png differ diff --git a/docs/reference/pf_plot_2d.html b/docs/reference/pf_plot_2d.html index 676fe62..331e03e 100644 --- a/docs/reference/pf_plot_2d.html +++ b/docs/reference/pf_plot_2d.html @@ -1,67 +1,12 @@ - - - - - - - -Map two-dimensional paths from a PF algorithm — pf_plot_2d • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Map two-dimensional paths from a PF algorithm — pf_plot_2d • flapper - + + - - - -
    -
    - -
    - -
    +
    -

    This function is a simple wrapper for pretty_map that maps the paths reconstructed by a particle filtering (PF) algorithm over a surface.

    +

    This function is a simple wrapper for pretty_map that maps the paths reconstructed by a particle filtering (PF) algorithm over a surface.

    -
    pf_plot_2d(
    -  paths,
    -  bathy,
    -  add_bathy = list(),
    -  add_paths = list(),
    -  prompt = FALSE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    paths

    A dataframe containing reconstructed movement path(s) from pf via pf_simplify (see pf_path-class). At a minimum, this should contain a unique identifier for each path (named `path_id') and the x and y coordinates that define the trajectory of each path (`cell_x' and `cell_y').

    bathy

    A raster of the surface over which movement was reconstructed.

    add_bathy

    A named list, passed to pretty_map, to customise the appearance of the bathymetry surface.

    add_paths

    A named list, passed to add_sp_path, to customise the appearance of the paths.

    prompt

    A logical input that defines whether or not plot each path on a separate plot, sequentially, with a pause between plots (prompt = TRUE), or all paths on a single plot (prompt = FALSE).

    ...

    Additional arguments, passed to pretty_map, for plot customisation.

    - -

    Value

    - -

    The function maps the trajectories of reconstructed paths across the surface, returning a single map if prompt = FALSE or one map for each path if prompt = TRUE.

    -

    See also

    - -

    pf implements the pf algorithm. pf_plot_history visualises particle histories, pf_plot_map creates an overall `probability of use' map from particle histories and pf_simplify processes these into a dataframe of movement paths. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. For mapping, it can be useful to interpolate shortest (least-cost) paths between sequential locations via lcp_interp. pf_loglik calculates the log-probability of each path.

    -

    Author

    +
    +
    pf_plot_2d(
    +  paths,
    +  bathy,
    +  add_bathy = list(),
    +  add_paths = list(),
    +  prompt = FALSE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    paths
    +

    A dataframe containing reconstructed movement path(s) from pf via pf_simplify (see pf_path-class). At a minimum, this should contain a unique identifier for each path (named `path_id') and the x and y coordinates that define the trajectory of each path (`cell_x' and `cell_y').

    + + +
    bathy
    +

    A raster of the surface over which movement was reconstructed.

    + + +
    add_bathy
    +

    A named list, passed to pretty_map, to customise the appearance of the bathymetry surface.

    + +
    add_paths
    +

    A named list, passed to add_sp_path, to customise the appearance of the paths.

    + + +
    prompt
    +

    A logical input that defines whether or not plot each path on a separate plot, sequentially, with a pause between plots (prompt = TRUE), or all paths on a single plot (prompt = FALSE).

    + + +
    ...
    +

    Additional arguments, passed to pretty_map, for plot customisation.

    + +
    +
    +

    Value

    + + +

    The function maps the trajectories of reconstructed paths across the surface, returning a single map if prompt = FALSE or one map for each path if prompt = TRUE.

    +
    +
    +

    See also

    +

    pf implements the pf algorithm. pf_plot_history visualises particle histories, pf_plot_map creates an overall `probability of use' map from particle histories and pf_simplify processes these into a dataframe of movement paths. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. For mapping, it can be useful to interpolate shortest (least-cost) paths between sequential locations via lcp_interp. pf_loglik calculates the log-probability of each path.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Implement pf() algorithm -# Here, we use pre-defined outputs for speed -bathy <- dat_dcpf_histories$args$bathy -paths <- dat_dcpf_paths - -#### Example (1): The default implementation -pf_plot_2d(paths, bathy) -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    -#### Example (2): Plot customisation options -# Customise the appearance of the path(s) -pf_plot_2d(paths, bathy, - add_paths = list(length = 0.075, col = viridis::viridis(100))) -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    # Pass arguments to prettyGraphics::pretty_map() via ... , e.g.: -pf_plot_2d(paths, bathy, xlab = "Easting (UTM)", ylab = "Northing (UTM)") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    -#### Example (3): Plot individual paths separately -if(interactive()){ - pp <- graphics::par(mfrow = c(3, 4)) - pf_plot_2d(paths, bathy, add_paths = list(length = 0.01), - prompt = TRUE, verbose = FALSE) - graphics::par(pp) -} - -
    +
    +

    Examples

    +
    #### Implement pf() algorithm
    +# Here, we use pre-defined outputs for speed
    +bathy <- dat_dcpf_histories$args$bathy
    +paths <- dat_dcpf_paths
    +
    +#### Example (1): The default implementation
    +pf_plot_2d(paths, bathy)
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +
    +
    +#### Example (2): Plot customisation options
    +# Customise the appearance of the path(s)
    +pf_plot_2d(paths, bathy,
    +             add_paths = list(length = 0.075, col = viridis::viridis(100)))
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +
    +# Pass arguments to prettyGraphics::pretty_map() via ... , e.g.:
    +pf_plot_2d(paths, bathy, xlab = "Easting (UTM)", ylab = "Northing (UTM)")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +
    +
    +#### Example (3): Plot individual paths separately
    +if(interactive()){
    +  pp <- graphics::par(mfrow = c(3, 4))
    +  pf_plot_2d(paths, bathy, add_paths = list(length = 0.01),
    +               prompt = TRUE, verbose = FALSE)
    +  graphics::par(pp)
    +}
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_plot_3d.html b/docs/reference/pf_plot_3d.html index 57e5f0f..0993c44 100644 --- a/docs/reference/pf_plot_3d.html +++ b/docs/reference/pf_plot_3d.html @@ -1,67 +1,12 @@ - - - - - - - -Map three-dimensional paths from a PF algorithm — pf_plot_3d • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Map three-dimensional paths from a PF algorithm — pf_plot_3d • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function is a simple wrapper for pretty_scape_3d that maps the paths reconstructed by the depth-contour or acoustic-container depth-contour particle filtering algorithms (DCPF and ACDCPF) over a surface in three dimensions.

    +

    This function is a simple wrapper for pretty_scape_3d that maps the paths reconstructed by the depth-contour or acoustic-container depth-contour particle filtering algorithms (DCPF and ACDCPF) over a surface in three dimensions.

    -
    pf_plot_3d(
    -  paths,
    -  bathy,
    -  add_paths = list(line = list(width = 10)),
    -  shift = 5,
    -  stretch = -5,
    -  aspectmode = "data",
    -  prompt = FALSE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    paths

    A dataframe containing reconstructed movement path(s) from pf via pf_simplify (see pf_path-class). At a minimum, this should contain a unique identifier for each path (named `path_id') and the x, y and z coordinates that define the trajectory of each path (`cell_x', `cell_y' and `cell_z').

    bathy

    A raster of the bathymetry surface over which movement was reconstructed.

    add_paths

    A named list, passed to add_paths, to customise the appearance of the paths.

    shift

    A number that vertically shifts the paths above the surface (bathy). The default is shift = 5, which shifts paths 5 m above the surface. This helps to ensure that paths are visible on interactive, three-dimensional plotly plots.

    stretch

    A number that vertically stretches the height of the surface (see pretty_scape_3d). The default is -5 which negates the bathymetry and stretches it five-fold.

    aspectmode

    A character that defines the shape of the plot: "cube" produces a cube; "data" produces a plot whether the size of the x, y and z axes is scaled according to the data (see pretty_scape_3d).

    prompt

    A logical input that defines whether or not plot each path on a separate plot, sequentially, with a pause between plots (prompt = TRUE), or all paths on a single plot (prompt = FALSE).

    ...

    Additional arguments, passed to pretty_scape_3d, for plot customisation.

    - -

    Value

    - -

    The function maps the trajectories of reconstructed paths across the bathymetry surface in three-dimensions, returning a single map if prompt = FALSE or one map for each path if prompt = TRUE. The function also invisibly returns the plot object, if prompt = TRUE, or a list of plot objects, if prompt = FALSE (with one element for each path), to facilitate further modification.

    -

    Details

    - -

    This function requires the plotly package.

    -

    See also

    - -

    pf implements the pf algorithm. pf_plot_history visualises particle histories, pf_plot_map creates an overall `probability of use' map from particle histories and pf_simplify processes these into a dataframe of movement paths. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. For mapping, it can be useful to interpolate shortest (least-cost) paths between sequential locations via lcp_interp. pf_loglik calculates the log-probability of each path.

    -

    Author

    +
    +
    pf_plot_3d(
    +  paths,
    +  bathy,
    +  add_paths = list(line = list(width = 10)),
    +  shift = 5,
    +  stretch = -5,
    +  aspectmode = "data",
    +  prompt = FALSE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    paths
    +

    A dataframe containing reconstructed movement path(s) from pf via pf_simplify (see pf_path-class). At a minimum, this should contain a unique identifier for each path (named `path_id') and the x, y and z coordinates that define the trajectory of each path (`cell_x', `cell_y' and `cell_z').

    + + +
    bathy
    +

    A raster of the bathymetry surface over which movement was reconstructed.

    + + +
    add_paths
    +

    A named list, passed to add_paths, to customise the appearance of the paths.

    + + +
    shift
    +

    A number that vertically shifts the paths above the surface (bathy). The default is shift = 5, which shifts paths 5 m above the surface. This helps to ensure that paths are visible on interactive, three-dimensional plotly plots.

    + + +
    stretch
    +

    A number that vertically stretches the height of the surface (see pretty_scape_3d). The default is -5 which negates the bathymetry and stretches it five-fold.

    + +
    aspectmode
    +

    A character that defines the shape of the plot: "cube" produces a cube; "data" produces a plot whether the size of the x, y and z axes is scaled according to the data (see pretty_scape_3d).

    + + +
    prompt
    +

    A logical input that defines whether or not plot each path on a separate plot, sequentially, with a pause between plots (prompt = TRUE), or all paths on a single plot (prompt = FALSE).

    + + +
    ...
    +

    Additional arguments, passed to pretty_scape_3d, for plot customisation.

    + +
    +
    +

    Value

    + + +

    The function maps the trajectories of reconstructed paths across the bathymetry surface in three-dimensions, returning a single map if prompt = FALSE or one map for each path if prompt = TRUE. The function also invisibly returns the plot object, if prompt = TRUE, or a list of plot objects, if prompt = FALSE (with one element for each path), to facilitate further modification.

    +
    +
    +

    Details

    +

    This function requires the plotly package.

    +
    +
    +

    See also

    +

    pf implements the pf algorithm. pf_plot_history visualises particle histories, pf_plot_map creates an overall `probability of use' map from particle histories and pf_simplify processes these into a dataframe of movement paths. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. For mapping, it can be useful to interpolate shortest (least-cost) paths between sequential locations via lcp_interp. pf_loglik calculates the log-probability of each path.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Implement pf() algorithm -# Here, we use pre-defined outputs for speed -# Note that it may be beneficial to interpolate paths between points -# ... e.g., via lcp_interp() prior to plotting, but we will not do that here. -bathy <- dat_dcpf_histories$args$bathy -paths <- dat_dcpf_paths - -#### Example (1): Visualise paths using the default options -pf_plot_3d(paths, bathy) -
    #> Defining plot properties... -#> Producing plot...
    #> Warning: `arrange_()` was deprecated in dplyr 0.7.0. -#> Please use `arrange()` instead. -#> See vignette('programming') for more help
    -#### Example (2): Customise the plot -# Customise via add_paths() list -pf_plot_3d(paths, bathy, - add_paths = list(line = list(color = "black", width = 10), - marker = list(color = "blue", size = 10))) -
    #> Defining plot properties... -#> Producing plot...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    #> A marker object has been specified, but markers is not in the mode -#> Adding markers to the mode...
    # Adjust shift, stretch or aspectmode -pf_plot_3d(paths, bathy, shift = 200, stretch = -10) -
    #> Defining plot properties... -#> Producing plot...
    # Customise via ... e.g., add coastline: -coast <- raster::crop(dat_coast, bathy) -pf_plot_3d(paths, bathy, coastline = coast) -
    #> Defining plot properties... -#> Producing plot...
    # The returned plot objects can also be used for further customisation. - -#### Example (3): Plot individual paths separately -if(interactive()) { - pf_plot_3d(paths, bathy, prompt = TRUE) -} - -
    +
    +

    Examples

    +
    #### Implement pf() algorithm
    +# Here, we use pre-defined outputs for speed
    +# Note that it may be beneficial to interpolate paths between points
    +# ... e.g., via lcp_interp() prior to plotting, but we will not do that here.
    +bathy <- dat_dcpf_histories$args$bathy
    +paths <- dat_dcpf_paths
    +
    +#### Example (1): Visualise paths using the default options
    +pf_plot_3d(paths, bathy)
    +#> Defining plot properties...
    +#> Producing plot...
    +
    +#### Example (2): Customise the plot
    +# Customise via add_paths() list
    +pf_plot_3d(paths, bathy,
    +           add_paths = list(line = list(color = "black", width = 10),
    +                            marker = list(color = "blue", size = 10)))
    +#> Defining plot properties...
    +#> Producing plot...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +#> A marker object has been specified, but markers is not in the mode
    +#> Adding markers to the mode...
    +# Adjust shift, stretch or aspectmode
    +pf_plot_3d(paths, bathy, shift = 200, stretch = -10)
    +#> Defining plot properties...
    +#> Producing plot...
    +# Customise via ... e.g., add coastline:
    +coast <- raster::crop(dat_coast, bathy)
    +pf_plot_3d(paths, bathy, coastline = coast)
    +#> Defining plot properties...
    +#> Producing plot...
    +# The returned plot objects can also be used for further customisation.
    +
    +#### Example (3): Plot individual paths separately
    +if(interactive()) {
    +  pf_plot_3d(paths, bathy, prompt = TRUE)
    +}
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_plot_history-1.png b/docs/reference/pf_plot_history-1.png index ea55b74..b899930 100644 Binary files a/docs/reference/pf_plot_history-1.png and b/docs/reference/pf_plot_history-1.png differ diff --git a/docs/reference/pf_plot_history-2.png b/docs/reference/pf_plot_history-2.png index 1a485f2..21019bb 100644 Binary files a/docs/reference/pf_plot_history-2.png and b/docs/reference/pf_plot_history-2.png differ diff --git a/docs/reference/pf_plot_history-3.png b/docs/reference/pf_plot_history-3.png index 354173c..34deaea 100644 Binary files a/docs/reference/pf_plot_history-3.png and b/docs/reference/pf_plot_history-3.png differ diff --git a/docs/reference/pf_plot_history-4.png b/docs/reference/pf_plot_history-4.png index 64a26c7..87c7eb1 100644 Binary files a/docs/reference/pf_plot_history-4.png and b/docs/reference/pf_plot_history-4.png differ diff --git a/docs/reference/pf_plot_history-5.png b/docs/reference/pf_plot_history-5.png index 5eefcac..f0c1c20 100644 Binary files a/docs/reference/pf_plot_history-5.png and b/docs/reference/pf_plot_history-5.png differ diff --git a/docs/reference/pf_plot_history-6.png b/docs/reference/pf_plot_history-6.png index b831ad3..0a4258a 100644 Binary files a/docs/reference/pf_plot_history-6.png and b/docs/reference/pf_plot_history-6.png differ diff --git a/docs/reference/pf_plot_history.html b/docs/reference/pf_plot_history.html index 4e38ecb..68c46fe 100644 --- a/docs/reference/pf_plot_history.html +++ b/docs/reference/pf_plot_history.html @@ -1,67 +1,12 @@ - - - - - - - -Plot particle histories from a PF algorithm — pf_plot_history • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Plot particle histories from a PF algorithm — pf_plot_history • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,130 +65,171 @@

    Plot particle histories from a PF algorithm

    This function plots the spatiotemporal particle histories from a particle filtering (PF) algorithm (the acoustic-container PF, the depth-contour PF or the acoustic-container depth-contour PF). This produces, for each time step, a map of the individual's possible locations (from the AC, DC or ACDC algorithm), with sampled locations (derived via the particle filtering routine) overlaid.

    -
    pf_plot_history(
    -  archive,
    -  time_steps = 1:length(history),
    -  add_surface = list(),
    -  add_particles = list(pch = "."),
    -  forwards = TRUE,
    -  prompt = TRUE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    archive

    A pf_archive-class object from pf, or pf plus pf_simplify with the return = "archive" argument, that contains particle histories.

    time_steps

    An integer vector that defines the time steps for which to plot particle histories.

    add_surface

    A named list, passed to pretty_map, to customise the appearance of the surface, which shows the set of possible positions that the individual could have occupied at a given time step (from ac, dc and acdc), on each map.

    add_particles

    A named list, passed to pretty_map, to customise the appearance of the particles on each map.

    forwards

    A logical variable that defines whether or not create plots forwards (i.e., from the first to the last time_steps) or backwards (i.e., from the last to the first time_steps).

    prompt

    A logical input that defines whether or not to pause between plots (prompt = TRUE).

    ...

    Plot customisation arguments passed to pretty_map.

    - -

    Value

    - -

    The function returns a plot, for each time step, of all the possible locations of the individual, with sampled locations overlaid.

    -

    See also

    - -

    pf implements PF. pf_simplify assembles paths from particle histories. pf_plot_map creates an overall `probability of use' map from particle histories. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. pf_loglik calculates the log-probability of each path.

    -

    pf implements PF. pf_simplify assembles paths from particle histories. pf_plot_history visualises particle histories. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. pf_loglik calculates the log-probability of each path.

    -

    Author

    +
    +
    pf_plot_history(
    +  archive,
    +  time_steps = 1:length(history),
    +  add_surface = list(),
    +  add_particles = list(pch = "."),
    +  forwards = TRUE,
    +  prompt = TRUE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    archive
    +

    A pf_archive-class object from pf, or pf plus pf_simplify with the return = "archive" argument, that contains particle histories.

    + + +
    time_steps
    +

    An integer vector that defines the time steps for which to plot particle histories.

    + + +
    add_surface
    +

    A named list, passed to pretty_map, to customise the appearance of the surface, which shows the set of possible positions that the individual could have occupied at a given time step (from ac, dc and acdc), on each map.

    + + +
    add_particles
    +

    A named list, passed to pretty_map, to customise the appearance of the particles on each map.

    + +
    forwards
    +

    A logical variable that defines whether or not create plots forwards (i.e., from the first to the last time_steps) or backwards (i.e., from the last to the first time_steps).

    + + +
    prompt
    +

    A logical input that defines whether or not to pause between plots (prompt = TRUE).

    + + +
    ...
    +

    Plot customisation arguments passed to pretty_map.

    + +
    +
    +

    Value

    + + +

    The function returns a plot, for each time step, of all the possible locations of the individual, with sampled locations overlaid.

    +
    +
    +

    See also

    +

    pf implements PF. pf_simplify assembles paths from particle histories. pf_plot_map creates an overall `probability of use' map from particle histories. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. pf_loglik calculates the log-probability of each path.

    +

    pf implements PF. pf_simplify assembles paths from particle histories. pf_plot_history visualises particle histories. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. pf_loglik calculates the log-probability of each path.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Implement pf() algorithm -# Here, we use pre-defined outputs for speed - -#### Example (1): The default implementation -pf_plot_history(dat_dcpf_histories, time_steps = 1) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    -#### Example (2): Plot customisation options, e.g.: -# Customise bathy via add_bathy() -pf_plot_history(dat_dcpf_histories, - time_steps = 1, - add_surface = list(col = c(grDevices::topo.colors(2)))) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    # Customise particles via add_particles -pf_plot_history(dat_dcpf_histories, - time_steps = 1, - add_particles = list(col = "red")) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    # Pass other arguments to prettyGraphics::pretty_map() via ... -pf_plot_history(dat_dcpf_histories, - time_steps = 1, - add_polys = list(x = dat_coast, col = "brown"), - crop_spatial = TRUE) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    -#### Example (3): Plot multiple time steps -pp <- graphics::par(mfrow = c(2, 2)) -pf_plot_history(dat_dcpf_histories, time_steps = 1:4, prompt = FALSE) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    graphics::par(pp) - -#### Example (4): Compare outputs for sampled versus connected particles -dat_dcpf_histories_connected <- - pf_simplify(dat_dcpf_histories, return = "archive") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:07:46)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... ... Processing connected cells for return = 'archive'... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:07:47) after ~0 minutes.
    pp <- graphics::par(mfcol = c(2, 4)) -pf_plot_history(dat_dcpf_histories, time_steps = 1:4, - add_particles = list(pch = 21, bg = "black"), - prompt = FALSE) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    pf_plot_history(dat_dcpf_histories_connected, time_steps = 1:4, - add_particles = list(pch = 21, bg = "black"), - prompt = FALSE) -
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Spatial layers do not have identical CRS strings
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    graphics::par(pp) - -
    +
    +

    Examples

    +
    #### Implement pf() algorithm
    +# Here, we use pre-defined outputs for speed
    +
    +#### Example (1): The default implementation
    +pf_plot_history(dat_dcpf_histories, time_steps = 1)
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +
    +#### Example (2): Plot customisation options, e.g.:
    +# Customise bathy via add_bathy()
    +pf_plot_history(dat_dcpf_histories,
    +                time_steps = 1,
    +                add_surface = list(col = c(grDevices::topo.colors(2))))
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +# Customise particles via add_particles
    +pf_plot_history(dat_dcpf_histories,
    +                time_steps = 1,
    +                add_particles = list(col = "red"))
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +# Pass other arguments to prettyGraphics::pretty_map() via ...
    +pf_plot_history(dat_dcpf_histories,
    +                time_steps = 1,
    +                add_polys = list(x = dat_coast, col = "brown"),
    +                crop_spatial = TRUE)
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +
    +#### Example (3): Plot multiple time steps
    +pp <- graphics::par(mfrow = c(2, 2))
    +pf_plot_history(dat_dcpf_histories, time_steps = 1:4, prompt = FALSE)
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +graphics::par(pp)
    +
    +#### Example (4): Compare outputs for sampled versus connected particles
    +dat_dcpf_histories_connected <-
    +  pf_simplify(dat_dcpf_histories, return = "archive")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:03:44)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... ... Processing connected cells for return = 'archive'... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:03:45) after ~0.01 minutes. 
    +pp <- graphics::par(mfcol = c(2, 4))
    +pf_plot_history(dat_dcpf_histories, time_steps = 1:4,
    +                add_particles = list(pch = 21, bg = "black"),
    +                prompt  = FALSE)
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +pf_plot_history(dat_dcpf_histories_connected, time_steps = 1:4,
    +                add_particles = list(pch = 21, bg = "black"),
    +                prompt = FALSE)
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +graphics::par(pp)
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/pf_plot_map-1.png b/docs/reference/pf_plot_map-1.png index 18b0e3c..918b619 100644 Binary files a/docs/reference/pf_plot_map-1.png and b/docs/reference/pf_plot_map-1.png differ diff --git a/docs/reference/pf_plot_map-2.png b/docs/reference/pf_plot_map-2.png index 303a10e..b8f47a0 100644 Binary files a/docs/reference/pf_plot_map-2.png and b/docs/reference/pf_plot_map-2.png differ diff --git a/docs/reference/pf_plot_map-3.png b/docs/reference/pf_plot_map-3.png index a40cfd9..796c654 100644 Binary files a/docs/reference/pf_plot_map-3.png and b/docs/reference/pf_plot_map-3.png differ diff --git a/docs/reference/pf_plot_map.html b/docs/reference/pf_plot_map.html index 9db933a..6bf981d 100644 --- a/docs/reference/pf_plot_map.html +++ b/docs/reference/pf_plot_map.html @@ -1,67 +1,12 @@ - - - - - - - -Plot `probability of use' from a PF algorithm — pf_plot_map • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Plot `probability of use' from a PF algorithm — pf_plot_map • flapper + + - - - - -
    -
    - -
    - -
    +
    -

    This function creates a raster of the `probability of use' across an area based on (a) particles sampled or (b) paths reconstructed by a particle filtering (PF) algorithm. To implement the function, an (a) pf_archive-class object that contains connected particles (locations) sampled by pf and processed by pf_simplify or (b) pf_path-class object that contains reconstructed paths must be supplied. The function extracts sampled locations and, for each location, calculates `the probability of use' for that location over the time series (see Details). This is (optionally) plotted and returned (invisibly) as a raster.

    +

    This function creates a raster of the `probability of use' across an area based on (a) particles sampled or (b) paths reconstructed by a particle filtering (PF) algorithm. To implement the function, an (a) pf_archive-class object that contains connected particles (locations) sampled by pf and processed by pf_simplify or (b) pf_path-class object that contains reconstructed paths must be supplied. The function extracts sampled locations and, for each location, calculates `the probability of use' for that location over the time series (see Details). This is (optionally) plotted and returned (invisibly) as a raster.

    -
    pf_plot_map(
    -  xpf,
    -  map,
    -  transform = NULL,
    -  scale = c("original", "max", "sum"),
    -  plot = TRUE,
    -  add_rasters = list(),
    -  ...
    -)
    +
    +
    pf_plot_map(
    +  xpf,
    +  map,
    +  transform = NULL,
    +  scale = c("original", "max", "sum"),
    +  plot = TRUE,
    +  add_rasters = list(),
    +  ...
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    xpf

    A pf_archive-class object (from pf plus pf_simplify with return = "archive") or a pf_path-class object (from pf plus pf_simplify with return = "path").

    map

    A raster that defines a grid across the area of interest.

    transform

    (optional) A function to transform cell weights (e.g, log).

    scale

    A character that defines how raster values are scaled: "original" uses the original values; "max" scales values by the maximum value (so that, if transform = NULL, they lie between zero and one; and "sum" scales values by their sum so that they sum to one.

    plot

    A logical input that defines whether or not to plot the map.

    add_rasters

    If plot = TRUE, add_rasters is a named list, passed to pretty_map, to customise the appearance of the plotted surface.

    ...

    Additional arguments passed to pretty_map.

    +
    +

    Arguments

    +
    xpf
    +

    A pf_archive-class object (from pf plus pf_simplify with return = "archive") or a pf_path-class object (from pf plus pf_simplify with return = "path").

    -

    Value

    -

    The function invisibly returns a raster, in which each cell contains the `probability of use' score and (optionally) produces a plot of this surface.

    -

    Details

    +
    map
    +

    A raster that defines a grid across the area of interest.

    -

    For particle-based implementations, this function is designed to be implemented for the subset of sampled particles that formed continuous paths from the start to the end of the time series (see pf_simplify). At each time step, only one record of each location (derived by summarising the probabilities of multiple samples of the same location with the summarise_pf argument in pf_simplify) should be passed to pf_plot_map to ensure that cell scores depend on the number of time steps when the individual could have occupied a given cell, rather than the total number of samples of a location. For each location, the 'probability of use' is calculated as the sum of the number of times (time steps) that the location was sampled, weighted by the associated probabilities of each sample, over the total number of time steps. The benefit of this approach is that all particles that were part of paths from the start to the end of the time series are incorporated in the resultant map. However, this comes at the cost of simplifying cell probabilities for duplicate records and ignoring variation in the overall likelihood of different movement paths.

    -

    For path-based implementations, the function is designed to be implemented for paths reconstructed by pf_simplify. For each path, as for particle-based implementations, for each location, the 'probability of use' is calculated as the sum of the number of times (time steps) that the location was sampled, weighted by the associated probabilities of each sample, over the total number of time steps. (This is equivalent to calculating a weighted sum of the paths). Scores are then averaged across paths. This benefit of this approach is that it is possible to account for both location probabilities (in the weighted summation) and path probabilities (in the averaging of cell scores across paths, although this is not yet implemented). However, this approach can usually only be implemented for a subset of all possible paths (see max_n_copies in pf_simplify) and these paths may not be independent (they may share substantial sections).

    -

    For either implementation, raw scores can be transformed or scaled to facilitate comparisons.

    -

    See also

    -

    pf implements PF. pf_simplify assembles paths from particle histories. pf_plot_history visualises particle histories. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. pf_loglik calculates the log-probability of each path.

    -

    Author

    +
    transform
    +

    (optional) A function to transform cell weights (e.g, log).

    + + +
    scale
    +

    A character that defines how raster values are scaled: "original" uses the original values; "max" scales values by the maximum value (so that, if transform = NULL, they lie between zero and one; and "sum" scales values by their sum so that they sum to one.

    -

    Edward Lavender

    -

    Examples

    -
    #### Prepare data -## Particle-based implementation -# The example data 'dat_dcpf_histories' contains all particles sampled -# ... by an implementation of the DCPF algorithm. However, not all particles -# ... that were sampled at one time step may have been near to particles sampled -# ... at the next time step. In addition, some particles may have been sampled -# ... multiple times at one time step, but our maps of space use should reflect -# ... the number of time steps that the individual could have occupied a location, -# ... rather than the total number of samples of a location. Hence, to map -# ... space use, we should focus on the subset of particles that were connected -# ... between time steps and only retain one record of each particle at each time step -# ... using pf_simplify() with return = "archive" -dat_dcpf_histories_connected <- - pf_simplify(dat_dcpf_histories, - summarise_pr = TRUE, - return = "archive") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:07:47)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... ... Processing connected cells for return = 'archive'... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:07:48) after ~0 minutes.
    ## Path based implementation -# The example data 'dat_dcpf_paths' contains a sample of paths reconstructed -# ... by the DCPF algorithm and we can also implement the function for these paths. +
    plot
    +

    A logical input that defines whether or not to plot the map.

    -#### Example (1): Implement the function with default options -pp <- par(mfrow = c(1, 2)) -pf_plot_map(dat_dcpf_histories_connected, map = dat_dc$args$bathy) -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    pf_plot_map(dat_dcpf_paths, map = dat_dc$args$bathy) -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    par(pp) -#### Example (2): Re-scale the map(s) -pp <- par(mfrow = c(2, 2)) -pf_plot_map(dat_dcpf_histories_connected, map = dat_dc$args$bathy, scale = "max") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    pf_plot_map(dat_dcpf_histories_connected, map = dat_dc$args$bathy, scale = "sum") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    pf_plot_map(dat_dcpf_paths, map = dat_dc$args$bathy, scale = "max") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    pf_plot_map(dat_dcpf_paths, map = dat_dc$args$bathy, scale = "sum") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    par(pp) +
    add_rasters
    +

    If plot = TRUE, add_rasters is a named list, passed to pretty_map, to customise the appearance of the plotted surface.

    -#### Example (3): Customise the map(s) -pp <- par(mfrow = c(1, 2)) -pf_plot_map(dat_dcpf_histories_connected, map = dat_dc$args$bathy, - add_rasters = list(col = grDevices::grey.colors(n = 100)), - xlab = "x", ylab = "y") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    pf_plot_map(dat_dcpf_paths, map = dat_dc$args$bathy, - add_rasters = list(col = grDevices::topo.colors(n = 100)), - xlab = "x", ylab = "y") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    par(pp) -
    +
    ...
    +

    Additional arguments passed to pretty_map.

    + +
    +
    +

    Value

    + + +

    The function invisibly returns a raster, in which each cell contains the `probability of use' score and (optionally) produces a plot of this surface.

    +
    +
    +

    Details

    +

    For particle-based implementations, this function is designed to be implemented for the subset of sampled particles that formed continuous paths from the start to the end of the time series (see pf_simplify). At each time step, only one record of each location (derived by summarising the probabilities of multiple samples of the same location with the summarise_pf argument in pf_simplify) should be passed to pf_plot_map to ensure that cell scores depend on the number of time steps when the individual could have occupied a given cell, rather than the total number of samples of a location. For each location, the 'probability of use' is calculated as the sum of the number of times (time steps) that the location was sampled, weighted by the associated probabilities of each sample, over the total number of time steps. The benefit of this approach is that all particles that were part of paths from the start to the end of the time series are incorporated in the resultant map. However, this comes at the cost of simplifying cell probabilities for duplicate records and ignoring variation in the overall likelihood of different movement paths.

    +

    For path-based implementations, the function is designed to be implemented for paths reconstructed by pf_simplify. For each path, as for particle-based implementations, for each location, the 'probability of use' is calculated as the sum of the number of times (time steps) that the location was sampled, weighted by the associated probabilities of each sample, over the total number of time steps. (This is equivalent to calculating a weighted sum of the paths). Scores are then averaged across paths. This benefit of this approach is that it is possible to account for both location probabilities (in the weighted summation) and path probabilities (in the averaging of cell scores across paths, although this is not yet implemented). However, this approach can usually only be implemented for a subset of all possible paths (see max_n_copies in pf_simplify) and these paths may not be independent (they may share substantial sections).

    +

    For either implementation, raw scores can be transformed or scaled to facilitate comparisons.

    +
    +
    +

    See also

    +

    pf implements PF. pf_simplify assembles paths from particle histories. pf_plot_history visualises particle histories. pf_plot_1d, pf_plot_2d and pf_plot_3d provide plotting routines for paths. pf_loglik calculates the log-probability of each path.

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    + +
    +

    Examples

    +
    #### Prepare data
    +## Particle-based implementation
    +# The example data 'dat_dcpf_histories' contains all particles sampled
    +# ... by an implementation of the DCPF algorithm. However, not all particles
    +# ... that were sampled at one time step may have been near to particles sampled
    +# ... at the next time step. In addition, some particles may have been sampled
    +# ... multiple times at one time step, but our maps of space use should reflect
    +# ... the number of time steps that the individual could have occupied a location,
    +# ... rather than the total number of samples of a location. Hence, to map
    +# ... space use, we should focus on the subset of particles that were connected
    +# ... between time steps and only retain one record of each particle at each time step
    +# ... using pf_simplify() with return = "archive"
    +dat_dcpf_histories_connected <-
    +  pf_simplify(dat_dcpf_histories,
    +             summarise_pr = TRUE,
    +             return = "archive")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:03:46)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... ... Processing connected cells for return = 'archive'... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:03:46) after ~0.01 minutes. 
    +## Path based implementation
    +# The example data 'dat_dcpf_paths' contains a sample of paths reconstructed
    +# ... by the DCPF algorithm and we can also implement the function for these paths.
    +
    +#### Example (1): Implement the function with default options
    +pp <- par(mfrow = c(1, 2))
    +pf_plot_map(dat_dcpf_histories_connected, map = dat_dc$args$bathy)
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +pf_plot_map(dat_dcpf_paths, map = dat_dc$args$bathy)
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +par(pp)
    +
    +#### Example (2): Re-scale the map(s)
    +pp <- par(mfrow = c(2, 2))
    +pf_plot_map(dat_dcpf_histories_connected, map = dat_dc$args$bathy, scale = "max")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +pf_plot_map(dat_dcpf_histories_connected, map = dat_dc$args$bathy, scale = "sum")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +pf_plot_map(dat_dcpf_paths, map = dat_dc$args$bathy, scale = "max")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +pf_plot_map(dat_dcpf_paths, map = dat_dc$args$bathy, scale = "sum")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +par(pp)
    +
    +#### Example (3): Customise the map(s)
    +pp <- par(mfrow = c(1, 2))
    +pf_plot_map(dat_dcpf_histories_connected, map = dat_dc$args$bathy,
    +            add_rasters = list(col = grDevices::grey.colors(n = 100)),
    +            xlab = "x", ylab = "y")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +pf_plot_map(dat_dcpf_paths, map = dat_dc$args$bathy,
    +            add_rasters = list(col = grDevices::topo.colors(n = 100)),
    +            xlab = "x", ylab = "y")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +par(pp)
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_setup_movement_pr-1.png b/docs/reference/pf_setup_movement_pr-1.png index df65149..2f0f821 100644 Binary files a/docs/reference/pf_setup_movement_pr-1.png and b/docs/reference/pf_setup_movement_pr-1.png differ diff --git a/docs/reference/pf_setup_movement_pr.html b/docs/reference/pf_setup_movement_pr.html index 105280c..a69b114 100644 --- a/docs/reference/pf_setup_movement_pr.html +++ b/docs/reference/pf_setup_movement_pr.html @@ -1,67 +1,12 @@ - - - - - - - -A simple movement model dependent on distance — pf_setup_movement_pr • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -A simple movement model dependent on distance — pf_setup_movement_pr • flapper - - - - + + -
    -
    - -
    - -
    +
    @@ -123,63 +65,67 @@

    A simple movement model dependent on distance

    This function provides a simple movement model that calculates the probability of movement between two locations according to the distance between them, using an logistic equation with pre-defined parameters.

    -
    pf_setup_movement_pr(distance, ...)
    - -

    Arguments

    - - - - - - - - - - -
    distance

    A numeric vector of distances (m).

    ...

    Additional arguments (none implemented).

    +
    +
    pf_setup_movement_pr(distance, ...)
    +
    -

    Value

    +
    +

    Arguments

    +
    distance
    +

    A numeric vector of distances (m).

    -

    The function returns a numeric vector of probabilities that represent the probability of movement between two or more areas given the distances between them.

    -

    Details

    -

    Under this model, for distance(s) \( \leq 500 \) m, \(Pr(distance) = logistic(10 + distance -0.05)\); otherwise, \(Pr(distance) = 0\). This particular model is designed for flapper skate (Dipturus intermedius) and represents a reasonable model for the probability of moving a given distance in a two-minute period (in the absence of additional information).

    -

    See also

    +
    ...
    +

    Additional arguments (none implemented).

    -

    This function is used as the default movement model in pf.

    -

    Author

    +
    +
    +

    Value

    + +

    The function returns a numeric vector of probabilities that represent the probability of movement between two or more areas given the distances between them.

    +
    +
    +

    Details

    +

    Under this model, for distance(s) \( \leq 500 \) m, \(Pr(distance) = logistic(10 + distance -0.05)\); otherwise, \(Pr(distance) = 0\). This particular model is designed for flapper skate (Dipturus intermedius) and represents a reasonable model for the probability of moving a given distance in a two-minute period (in the absence of additional information).

    +
    +
    +

    See also

    +

    This function is used as the default movement model in pf.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    pr <- pf_setup_movement_pr(1:1000) -plot(pr, type = "l", xlab = "Distance (m)", ylab = "Pr(distance)") -
    +
    +

    Examples

    +
    pr <- pf_setup_movement_pr(1:1000)
    +plot(pr, type = "l", xlab = "Distance (m)", ylab = "Pr(distance)")
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/pf_setup_optimisers.html b/docs/reference/pf_setup_optimisers.html index e90fa40..f9d13d7 100644 --- a/docs/reference/pf_setup_optimisers.html +++ b/docs/reference/pf_setup_optimisers.html @@ -1,67 +1,12 @@ - - - - - - - -Optimisation settings for pf — pf_setup_optimisers • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Optimisation settings for pf — pf_setup_optimisers • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function defines optimisation settings for pf. These settings control under-the-hood implementation routines in pf that may improve computation time if adjusted.

    +

    This function defines optimisation settings for pf. These settings control under-the-hood implementation routines in pf that may improve computation time if adjusted.

    -
    pf_setup_optimisers(
    -  use_raster_operations = TRUE,
    -  use_calc_distance_euclid_backend_grass = FALSE,
    -  use_grass_dir = NULL
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    use_raster_operations

    (experimental) A logical input that defines whether or not to use raster operations, where applicable (e.g., calc), which are memory-safe, or to extract raster values into a data.table and perform arithmetic operations on the data.table. This option is only implemented for the `fast Euclidean distances' method in pf. Trials suggest that use_raster_operations = FALSE does not improve computation time.

    use_calc_distance_euclid_backend_grass

    A logical input that defines whether or not to use GRASS as the backend for Euclidean distances calculations in pf. The default is FALSE, in which case distanceFromPoints is used for these calculations. If TRUE, the fasterRaster package is required and fasterVectToRastDistance is used instead.

    use_grass_dir

    If use_calc_distance_euclid_backend_grass = TRUE, use_grass_dir is a character that defines the directory where GRASS is installed on your system and should be supplied.

    - -

    Value

    - -

    The function returns pf_optimiser S3 class object, which is simply a named list of optimisation options that can be passed to pf via the optimisers argument.

    -

    Details

    - -

    pf is a computationally intensive routine. To reduce computation time, the most effective approaches are to minimise data volume and reduce the size (dimensions and/or resolution) of the grid over which particle filtering is implemented; use the `fast Euclidean distances' method for distance calculations; and minimise the number of particles. For small numbers of particles, it may be faster to specify the mobility parameter; for large numbers of particles, it is probably faster to set mobility = NULL. Adjusting raster{rasterOptions} such as chunksize and/or maxmemory may help in some circumstances too. Following optimisation of these settings, pf_setup_optimisers facilitates the adjustment of under-the-hood implementation routines which may further reduce computation time in some settings.

    -

    See also

    - - -

    Author

    +
    +
    pf_setup_optimisers(
    +  use_raster_operations = TRUE,
    +  use_calc_distance_euclid_backend_grass = FALSE,
    +  use_grass_dir = NULL
    +)
    +
    + +
    +

    Arguments

    +
    use_raster_operations
    +

    (experimental) A logical input that defines whether or not to use raster operations, where applicable (e.g., calc), which are memory-safe, or to extract raster values into a data.table and perform arithmetic operations on the data.table. This option is only implemented for the `fast Euclidean distances' method in pf. Trials suggest that use_raster_operations = FALSE does not improve computation time.

    + +
    use_calc_distance_euclid_backend_grass
    +

    A logical input that defines whether or not to use GRASS as the backend for Euclidean distances calculations in pf. The default is FALSE, in which case distanceFromPoints is used for these calculations. If TRUE, the fasterRaster package is required and fasterVectToRastDistance is used instead.

    + + +
    use_grass_dir
    +

    If use_calc_distance_euclid_backend_grass = TRUE, use_grass_dir is a character that defines the directory where GRASS is installed on your system and should be supplied.

    + +
    +
    +

    Value

    + + +

    The function returns pf_optimiser S3 class object, which is simply a named list of optimisation options that can be passed to pf via the optimisers argument.

    +
    +
    +

    Details

    +

    pf is a computationally intensive routine. To reduce computation time, the most effective approaches are to minimise data volume and reduce the size (dimensions and/or resolution) of the grid over which particle filtering is implemented; use the `fast Euclidean distances' method for distance calculations; and minimise the number of particles. For small numbers of particles, it may be faster to specify the mobility parameter; for large numbers of particles, it is probably faster to set mobility = NULL. Adjusting raster{rasterOptions} such as chunksize and/or maxmemory may help in some circumstances too. Following optimisation of these settings, pf_setup_optimisers facilitates the adjustment of under-the-hood implementation routines which may further reduce computation time in some settings.

    +
    +
    +

    See also

    + +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): The default implementation -pf_setup_optimisers() -
    #> $use_raster_operations -#> [1] TRUE -#> -#> $use_calc_distance_euclid_backend_grass -#> [1] FALSE -#> -#> $use_grass_dir -#> NULL -#> -#> attr(,"class") -#> [1] "list" "pf_optimiser"
    -#### Example (2): Use GRASS for Euclidean distance calculations -# Specification for GRASS-7.4.4 on MacOS -pf_setup_optimisers(use_calc_distance_euclid_backend_grass = TRUE, - use_grass_dir = "/Applications/GRASS-7.4.4.app/Contents/Resources") -
    #> $use_raster_operations -#> [1] TRUE -#> -#> $use_calc_distance_euclid_backend_grass -#> [1] TRUE -#> -#> $use_grass_dir -#> [1] "/Applications/GRASS-7.4.4.app/Contents/Resources" -#> -#> attr(,"class") -#> [1] "list" "pf_optimiser"
    # This list should be passed to the 'optimisers' argument in pf(). - -
    +
    +

    Examples

    +
    #### Example (1): The default implementation
    +pf_setup_optimisers()
    +#> $use_raster_operations
    +#> [1] TRUE
    +#> 
    +#> $use_calc_distance_euclid_backend_grass
    +#> [1] FALSE
    +#> 
    +#> $use_grass_dir
    +#> NULL
    +#> 
    +#> attr(,"class")
    +#> [1] "list"         "pf_optimiser"
    +
    +#### Example (2): Use GRASS for Euclidean distance calculations
    +# Specification for GRASS-7.4.4 on MacOS
    +pf_setup_optimisers(use_calc_distance_euclid_backend_grass = TRUE,
    +                    use_grass_dir = "/Applications/GRASS-7.4.4.app/Contents/Resources")
    +#> $use_raster_operations
    +#> [1] TRUE
    +#> 
    +#> $use_calc_distance_euclid_backend_grass
    +#> [1] TRUE
    +#> 
    +#> $use_grass_dir
    +#> [1] "/Applications/GRASS-7.4.4.app/Contents/Resources"
    +#> 
    +#> attr(,"class")
    +#> [1] "list"         "pf_optimiser"
    +# This list should be passed to the 'optimisers' argument in pf().
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_setup_record-1.png b/docs/reference/pf_setup_record-1.png index 89d6d96..6ed0ce1 100644 Binary files a/docs/reference/pf_setup_record-1.png and b/docs/reference/pf_setup_record-1.png differ diff --git a/docs/reference/pf_setup_record-2.png b/docs/reference/pf_setup_record-2.png index b2c8650..dc6d217 100644 Binary files a/docs/reference/pf_setup_record-2.png and b/docs/reference/pf_setup_record-2.png differ diff --git a/docs/reference/pf_setup_record.html b/docs/reference/pf_setup_record.html index 9c187a9..8b45fb6 100644 --- a/docs/reference/pf_setup_record.html +++ b/docs/reference/pf_setup_record.html @@ -1,67 +1,12 @@ - - - - - - - -List `record' files from an AC/DC algorithm for PF — pf_setup_record • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -List `record' files from an AC/DC algorithm for PF — pf_setup_record • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function creates an ordered list of `record' files derived from the AC/DC/ACDC algorithm (ac, dc or acdc) for particle filtering (PF) via pf.

    +

    This function creates an ordered list of `record' files derived from the AC/DC/ACDC algorithm (ac, dc or acdc) for particle filtering (PF) via pf.

    +
    + +
    +
    pf_setup_record(root, type = c("acs", "dc"), use_absolute_paths = FALSE, ...)
    -
    pf_setup_record(root, type = c("acs", "dc"), use_absolute_paths = FALSE, ...)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - -
    root

    A string that defines the directory in which files are loaded.

    type

    A character that defines the source of the files (type = "acs" refers to an AC* algorithm and type = "dc" refers to the DC algorithm).

    use_absolute_paths

    A logical variable that defines whether to return relative paths (FALSE) or absolute paths (TRUE) (see file_path_as_absolute).

    ...

    Additional arguments passed to list.files (excluding full.names).

    - -

    Value

    - -

    The function returns an ordered list of file paths.

    -

    Details

    - -

    This function requires the stringr package.

    -

    See also

    - -

    This function is designed to list outputs from ac, dc or acdc (see the write_record_spatial_for_pf argument) as required by pf (see the record argument).

    -

    Author

    +
    +

    Arguments

    +
    root
    +

    A string that defines the directory in which files are loaded.

    + + +
    type
    +

    A character that defines the source of the files (type = "acs" refers to an AC* algorithm and type = "dc" refers to the DC algorithm).

    + +
    use_absolute_paths
    +

    A logical variable that defines whether to return relative paths (FALSE) or absolute paths (TRUE) (see file_path_as_absolute).

    + + +
    ...
    +

    Additional arguments passed to list.files (excluding full.names).

    + +
    +
    +

    Value

    + + +

    The function returns an ordered list of file paths.

    +
    +
    +

    Details

    +

    This function requires the stringr package.

    +
    +
    +

    See also

    +

    This function is designed to list outputs from ac, dc or acdc (see the write_record_spatial_for_pf argument) as required by pf (see the record argument).

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Example with the AC algorithm -# Define a directory in which to save files -root <- paste0(tempdir(), "/ac/") -dir.create(root) -# Implement the AC algorithm for some example time series -acc <- dat_acoustics[dat_acoustics$individual_id == 25, ][1:5, ] -out_ac <- ac(acoustics = acc, - step = 120, - bathy = dat_gebco, - detection_containers = dat_containers, - mobility = 250, - write_record_spatial_for_pf = list(filename = root)) -
    #> flapper::ac() called (@ 2022-06-17 10:07:50)...
    #> flapper::.acs_pl() called (@ 2022-06-17 10:07:50)... -#> ... Checking user inputs... -#> ... Processing movement time series... -#> ... Plotting movement time series (for each chunk)...
    #> ... Calling .acs() to implement ACDC algorithm on one chunk... -#> flapper::.acs() called (@ 2022-06-17 10:07:50)... -#> | | | 0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... -#> ... On acoustic time step ('timestep_detection') 1. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |================== | 25%... On acoustic time step ('timestep_detection') 2. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |=================================== | 50%... On acoustic time step ('timestep_detection') 3. -#> ... ... On internal time step ('timestep_archival') 1. -#> ... ... On internal time step ('timestep_archival') 2. -#> ... ... ... Acoustic container is expanding... -#> | |==================================================== | 75%... On acoustic time step ('timestep_detection') 4. -#> ... ... On internal time step ('timestep_archival') 1. -#> | |======================================================================| 100% -#> ... Movement over acoustic and internal ('archival') time steps has been completed. -#> ... flapper::.acs() call completed (@ 2022-06-17 10:07:50) after ~0 minutes. -#> ... flapper::.acs_pl() call completed (@ 2022-06-17 10:07:50) after ~0 minutes.
    #> flapper::ac() finished (@ 2022-06-17 10:07:50)...
    # List the files for pf() -files <- pf_setup_record(root, type = "acs", pattern = "*.grd") -utils::head(files) -
    #> [1] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/ac//chu_1_acc_1_arc_1.grd" -#> [2] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/ac//chu_1_acc_2_arc_1.grd" -#> [3] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/ac//chu_1_acc_3_arc_1.grd" -#> [4] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/ac//chu_1_acc_3_arc_2.grd" -#> [5] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/ac//chu_1_acc_4_arc_1.grd"
    # Implement pf() using files (not shown). - -#### Example (2): Example with the DC algorithm -# Define a directory in which to save files -root <- paste0(tempdir(), "/dc/") -dir.create(root) -# Implement the DC algorithm for some example time series -depth <- dat_archival[dat_archival$individual_id == 25, ][1:5, ] -out_dc <- dc(archival = depth, - bathy = dat_gebco, - write_record_spatial_for_pf = list(filename = root)) -
    #> flapper::dc() called (@ 2022-06-17 10:07:50)... -#> ... Setting up function...
    #> 'calc_depth_error' function taken to be independent of depth.
    #> ... Implementing calc_depth_error()... -#> ... Plotting movement time series (for each chunk)...
    #> ... Implementing algorithm over time steps... -#> ... flapper::dc() call completed (@ 2022-06-17 10:07:50) after ~0 minutes.
    # List the files for pf() -files <- pf_setup_record(root, type = "dc", pattern = "*.grd") -utils::head(files) -
    #> [1] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dc//arc_1.grd" -#> [2] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dc//arc_2.grd" -#> [3] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dc//arc_3.grd" -#> [4] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dc//arc_4.grd" -#> [5] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmppNipsA/dc//arc_5.grd"
    # Implement pf() using files (not shown). - -
    +
    +

    Examples

    +
    #### Example (1): Example with the AC algorithm
    +# Define a directory in which to save files
    +root <- paste0(tempdir(), "/ac/")
    +dir.create(root)
    +# Implement the AC algorithm for some example time series
    +acc <- dat_acoustics[dat_acoustics$individual_id == 25, ][1:5, ]
    +out_ac <- ac(acoustics = acc,
    +             step = 120,
    +             bathy = dat_gebco,
    +             detection_containers = dat_containers,
    +             mobility = 250,
    +             write_record_spatial_for_pf = list(filename = root))
    +#> flapper::ac() called (@ 2023-02-19 15:04:01)...
    +#> flapper::.acs_pl() called (@ 2023-02-19 15:04:01)... 
    +#> ... Checking user inputs... 
    +#> ... Processing movement time series... 
    +#> ... Plotting movement time series (for each chunk)... 
    +#> ... Calling .acs() to implement ACDC algorithm on one chunk... 
    +#> flapper::.acs() called (@ 2023-02-19 15:04:01)... 
    +#> 
      |                                                                            
      |                                                                      |   0%... Initiating algorithm: moving over acoustic and internal ('archival') time steps... 
    +#> ... On acoustic time step ('timestep_detection') 1. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |==================                                                    |  25%... On acoustic time step ('timestep_detection') 2. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |===================================                                   |  50%... On acoustic time step ('timestep_detection') 3. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> ... ... On internal time step ('timestep_archival') 2. 
    +#> ... ... ... Acoustic container is expanding... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> 
      |                                                                            
      |====================================================                  |  75%... On acoustic time step ('timestep_detection') 4. 
    +#> ... ... On internal time step ('timestep_archival') 1. 
    +#> 
      |                                                                            
      |======================================================================| 100%
    +#> ... Movement over acoustic and internal ('archival') time steps has been completed. 
    +#> ... flapper::.acs() call completed (@ 2023-02-19 15:04:02) after ~0 minutes. 
    +#> ... flapper::.acs_pl() call completed (@ 2023-02-19 15:04:02) after ~0 minutes. 
    +#> flapper::ac() finished (@ 2023-02-19 15:04:02)...
    +
    +# List the files for pf()
    +files <- pf_setup_record(root, type = "acs", pattern = "*.grd")
    +utils::head(files)
    +#> [1] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/ac//chu_1_acc_1_arc_1.grd"
    +#> [2] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/ac//chu_1_acc_2_arc_1.grd"
    +#> [3] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/ac//chu_1_acc_3_arc_1.grd"
    +#> [4] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/ac//chu_1_acc_3_arc_2.grd"
    +#> [5] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/ac//chu_1_acc_4_arc_1.grd"
    +# Implement pf() using files (not shown).
    +
    +#### Example (2): Example with the DC algorithm
    +# Define a directory in which to save files
    +root <- paste0(tempdir(), "/dc/")
    +dir.create(root)
    +# Implement the DC algorithm for some example time series
    +depth <- dat_archival[dat_archival$individual_id == 25, ][1:5, ]
    +out_dc <- dc(archival = depth,
    +             bathy = dat_gebco,
    +             write_record_spatial_for_pf = list(filename = root))
    +#> flapper::dc() called (@ 2023-02-19 15:04:02)... 
    +#> ... Setting up function... 
    +#> 'calc_depth_error' function taken to be independent of depth.
    +#> ... Implementing calc_depth_error()... 
    +#> ... Plotting movement time series (for each chunk)... 
    +
    +#> ... Implementing algorithm over time steps... 
    +#> ... flapper::dc() call completed (@ 2023-02-19 15:04:02) after ~0 minutes. 
    +# List the files for pf()
    +files <- pf_setup_record(root, type = "dc", pattern = "*.grd")
    +utils::head(files)
    +#> [1] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dc//arc_1.grd"
    +#> [2] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dc//arc_2.grd"
    +#> [3] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dc//arc_3.grd"
    +#> [4] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dc//arc_4.grd"
    +#> [5] "/var/folders/lx/dhz6yx2n2b7bg93hwz8t97zr0000gq/T//RtmpUnZ226/dc//arc_5.grd"
    +# Implement pf() using files (not shown).
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pf_simplify-1.png b/docs/reference/pf_simplify-1.png index d44a2cb..b3e1ebb 100644 Binary files a/docs/reference/pf_simplify-1.png and b/docs/reference/pf_simplify-1.png differ diff --git a/docs/reference/pf_simplify-2.png b/docs/reference/pf_simplify-2.png index a92102c..ca7d9f3 100644 Binary files a/docs/reference/pf_simplify-2.png and b/docs/reference/pf_simplify-2.png differ diff --git a/docs/reference/pf_simplify-3.png b/docs/reference/pf_simplify-3.png index 8d169a4..0d84e3d 100644 Binary files a/docs/reference/pf_simplify-3.png and b/docs/reference/pf_simplify-3.png differ diff --git a/docs/reference/pf_simplify-4.png b/docs/reference/pf_simplify-4.png index eb7f3bf..de28337 100644 Binary files a/docs/reference/pf_simplify-4.png and b/docs/reference/pf_simplify-4.png differ diff --git a/docs/reference/pf_simplify.html b/docs/reference/pf_simplify.html index 7fb9b4e..e3f6718 100644 --- a/docs/reference/pf_simplify.html +++ b/docs/reference/pf_simplify.html @@ -1,67 +1,12 @@ - - - - - - - -Convert particle histories from pf into movement paths — pf_simplify • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Convert particle histories from pf into movement paths — pf_simplify • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    This function is designed to simplify the pf_archive-class object from pf that defines sampled particle histories into a set of movement paths. The function identifies pairs of cells between which movement may have occurred at each time step (if necessary), (re)calculates distances and probabilities between connected cell pairs and then, if specified, links pairwise movements between cells into a set of possible movement paths.

    +

    This function is designed to simplify the pf_archive-class object from pf that defines sampled particle histories into a set of movement paths. The function identifies pairs of cells between which movement may have occurred at each time step (if necessary), (re)calculates distances and probabilities between connected cell pairs and then, if specified, links pairwise movements between cells into a set of possible movement paths.

    -
    pf_simplify(
    -  archive,
    -  max_n_particles = NULL,
    -  max_n_particles_sampler = c("random", "weighted", "max"),
    -  bathy = NULL,
    -  calc_distance = NULL,
    -  calc_distance_lcp_fast = NULL,
    -  calc_distance_graph = NULL,
    -  calc_distance_limit = NULL,
    -  calc_distance_barrier = NULL,
    -  calc_distance_barrier_limit = NULL,
    -  calc_distance_barrier_grid = NULL,
    -  calc_distance_restrict = FALSE,
    -  calc_distance_algorithm = "bi",
    -  calc_distance_constant = 1,
    -  mobility = NULL,
    -  mobility_from_origin = mobility,
    -  write_history = NULL,
    -  cl = NULL,
    -  varlist = NULL,
    -  use_all_cores = FALSE,
    -  return = c("path", "archive"),
    -  summarise_pr = FALSE,
    -  max_n_copies = NULL,
    -  max_n_copies_sampler = c("random", "weighted", "max"),
    -  max_n_paths = 100L,
    -  add_origin = TRUE,
    -  verbose = TRUE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    archive

    A pf_archive-class object from pf.

    max_n_particles

    (optional) An integer that defines the maximum number of particles to selected at each time step. If supplied, particle samples are thinned, with max_n_particles retained at each time step (in a method specified by max_n_particles_sampler), prior to processing. This reduces computation time but may lead to failures in path building (if the subset of sample particles cannot be connected into any movement paths).

    max_n_particles_sampler

    If max_n_particles is supplied, max_n_particles_sampler is a character that defines the sampling method. Currently supported options are: "random", which implements random sampling; "weighted", which implements weighted sampling, with random samples taken according to their probability at the current time step; and "max", which selects the top max_n_particles most likely particles.

    bathy

    A raster that defines the grid across the area within which the individual could have moved. bathy must be planar (i.e., Universal Transverse Mercator projection) with units of metres in x and y directions. If calc_distance = "lcp", the surface's resolution is taken to define the distance between horizontally and vertically connected cells and must be the same in both x and y directions. Any cells with NA values (e.g., due to missing data) are treated as `impossible' to move though by the algorithm (see lcp_over_surface). If unsupplied, bathy can be extracted from archive, if available.

    calc_distance

    A character that defines the method used to calculate distances between sequential combinations of particles (see pf). Currently supported options are Euclidean distances ("euclid") or shortest (least-cost) distances ("lcp"). In practice, Euclidean distances are calculated and then, for the subset of connections that meet specified criteria (see calc_distance_limit, calc_distance_barrier, mobility_from_origin and mobility), Euclidean distances are updated to shortest distances, if specified. Note that calc_distance does not need to be the same method as used for pf: it is often computationally beneficial to implement pf using Euclidean distances and then, for the subset of sampled particles, implement pf_simplify with calc_distance = "lcp" to re-compute distances using the shortest-distances algorithm, along with the adjusted probabilities. However, for large paths, the quickest option is to implement both functions using calc_distance = "euclid" and then interpolate shortest paths only for the set of returned paths (see lcp_interp). If calc_distance = NULL, the method saved in archive is used.

    calc_distance_lcp_fast

    (optional) If calc_distance = "lcp", calc_distance_lcp_fast is a function that predicts the shortest distance. This function must accept two arguments (even if they are ignored): (a) a numeric vector of Euclidean distances and (b) an integer vector of barrier overlaps that defines whether (1) or not (1) each transect crosses a barrier (see lcp_comp). This option avoids the need to implement shortest-distance algorithms.

    calc_distance_graph

    (optional) If calc_distance = "lcp" and calc_distance_lcp_fast = NULL, calc_distance_graph is a graph object that defines the distances between connected cells in bathy. If unsupplied, this is taken from archive$args$calc_distance_graph, if available, or computed via lcp_graph_surface.

    calc_distance_limit

    (optional) If calc_distance = "lcp" and calc_distance_lcp_fast = NULL, calc_distance_limit is a number that defines the lower Euclidean distance limit for shortest-distances calculations. If supplied, shortest distances are only calculated for cell connections that are more than a Euclidean distance of calc_distance_limit apart. In other words, if supplied, it is assumed that there exists a valid shortest path (shorter than the maximum distance imposed by the animal's mobility constraints) if the Euclidean distance between two points is less than calc_distance_limit (unless that segment crosses a barrier: see calc_distance_barrier). This option can improve the speed of distance calculations. However, if supplied, note that Euclidean and shortest distances (and resultant probabilities) may be mixed in function outputs. This argument is currently only implemented for pf_archive-class objects derived with calc_distance = TRUE and calc_distance_euclid_fast = TRUE via pf for which connected cell pairs need to be derived (i.e., not following a previous implementation of pf_simplify).

    calc_distance_barrier

    (optional) If calc_distance = "lcp", calc_distance_barrier is a simple feature geometry that defines a barrier, such as the coastline, to movement (see segments_cross_barrier). The coordinate reference system for this object must match bathy. If supplied, shortest distances are only calculated for segments that cross a barrier (or exceed calc_distance_limit). This option can improve the speed of distance calculations. However, if supplied, note that Euclidean and shortest distances (and resultant probabilities) may be mixed in function outputs. All calc_distance_barrier* arguments are currently only implemented for pf_archive-class objects derived with calc_distance = TRUE and calc_distance_euclid_fast = TRUE via pf for which connected cell pairs need to be derived (i.e., not following a previous implementation of pf_simplify).

    calc_distance_barrier_limit

    (optional) If calc_distance_barrier is supplied, calc_distance_barrier_limit is the lower Euclidean limit for determining barrier overlaps. If supplied, barrier overlaps are only determined for cell connections that are more than calc_distance_barrier_limit apart. This option can reduce the number of cell connections for which barrier overlaps need to be determined (and ultimately the speed of distance calculations).

    calc_distance_barrier_grid

    (optional) If calc_distance_barrier is supplied, calc_distance_barrier_grid is a raster that defines the distance to the barrier (see segments_cross_barrier). The coordinate reference system must match bathy. If supplied, mobility_from_origin and mobility are also required. calc_distance_barrier_grid is used to reduce the wall time of the barrier-overlap routine (see segments_cross_barrier).

    calc_distance_restrict

    (optional) If and calc_distance_lcp_fast = NULL and calc_distance_limit and/or calc_distance_barrier are supplied, calc_distance_restrict is a logical variable that defines whether (TRUE) or not (FALSE) to restrict further the particle pairs for which shortest distances are calculated. If TRUE, the subset of particles flagged by calc_distance_limit and calc_distance_barrier for shortest-distance calculations is further restricted to consider only those pairs of particles for which there is not a valid connection to or from those particles under the Euclidean distance metric. Either way, there is no reduction in the set of particles, only in the number of connections evaluated between those particles. This can improve the speed of distance calculations.

    calc_distance_algorithm, calc_distance_constant

    Additional shortest-distance calculation options if calc_distance_lcp_fast = NULL (see get_distance_pair). calc_distance_algorithm is a character that defines the algorithm: "Dijkstra", "bi", "A*" or "NBA" are supported. calc_distance_constant is the numeric constant required to maintain the heuristic function admissible in the A* and NBA algorithms. For shortest distances (based on costs derived via lcp_costs), the default (calc_distance_constant = 1) is appropriate.

    mobility, mobility_from_origin

    (optional) The mobility parameters (see pf). If unsupplied, these can be extracted from archive, if available. However, even if pf was implemented without these options, it is beneficial to specify mobility limits here (especially if calc_distance = "lcp") because they restrict the number of calculations that are required (for example, for shortest distances, at each time step, distances are only calculated for the subset of particle connections below mobility_from_origin or mobility in distance).

    write_history

    A named list of arguments, passed to saveRDS, to write `intermediate' files. The `file' argument should be the directory in which to write files. This argument is currently only implemented for pf_archive-class objects derived with calc_distance = TRUE and calc_distance_euclid_fast = TRUE via pf for which connected cell pairs need to be derived (i.e., not following a previous implementation of pf_simplify). If supplied, two directories are created in `file' (1/ and 2/), in which dataframes of the pairwise distances between connected cells and the subset of those that formed continuous paths from the start to the end of the time series are written, respectively. Files are named by time steps as `pf_1', `pf_2' and so on. Files for each time step are written and re-read from this directory during particle processing. This helps to minimise vector memory requirements because the information for all time steps does not have to be retained in memory at once.

    cl, varlist, use_all_cores

    (optional) Parallelisation options for the first stage of the algorithm, which identifies connected cell pairs, associated distances and movement probabilities. The first parallelisation option is to parallelise the algorithm over time steps via cl. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. If cl is supplied, varlist may be required. This is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.The second parallelisation option is to parallelise shortest-distance calculations within time steps via a logical input (TRUE) to use_all_cores that is passed to get_distance_matrix. This option is only implemented for calc_distance = "lcp".

    return

    A character (return = "path" or return = "archive") that defines the type of object that is returned (see Details).

    summarise_pr

    (optional) For return = "archive", summarise_pf is a function or a logical input that defines whether or not (and how) to summarise the probabilities of duplicate cell records for each time step. If a function is supplied, only one record of each sampled cell is returned per time step, with the associated probability calculated from the probabilities of each sample of that cell using the supplied function. For example, summarise_pr = max returns the most probable sample. Alternatively, if a logical input (summarise_pr = TRUE) is supplied, only one record of each sampled cell is returned per time step, with the associated probability calculated as the sum of the normalised probabilities of all samples for that cell, rescaled so that the maximum probability takes a score of one. Specifying summarise_pr is useful for deriving maps of the `probability of use' across an area based on particle histories because it ensures that `probability of use' scores depend on the number of time steps during which an individual could have occupied a location, rather than the total number of samples of that location (see pf_plot_map). Both summarise_pr = NULL and summarise_pr = FALSE suppress this argument.

    max_n_copies

    (optional) For return = "path", max_n_copies is an integer that specifies the maximum number of copies of a sampled cell that are retained at each time stamp. Each copy represents a different route to that cell. By default, all copies (i.e. routes to that cell are retained) via max_n_copies = NULL. However, in cases where there are a large number of paths through a landscape, the function can run into vector memory limitations during path assembly, so max_n_copies may need to be set. In this case, at each time step, if there are more than max_n_copies paths to a given cell, then a subset of these (max_n_copies) are sampled, according to the max_n_copies_sampler argument.

    max_n_copies_sampler

    (optional) For return = "path", if max_n_copies is supplied, max_n_copies_sampler is a character that defines the sampling method. Currently supported options are: "random", which implements random sampling; "weighted", which implements weighted sampling, with random samples taken according to their probability at the current time step; and "max", which selects for the top max_n_copies most likely copies of a given cell according to the probability associated with movement into that cell from the previous location.

    max_n_paths

    (optional) For return = "path", max_n_paths is an integer that specifies the maximum number of paths to be reconstructed. During path assembly, following the implementation of max_n_copies (if provided), max_n_paths are selected at random at each time step. This option is provided to improve the speed of path assembly in situations with large numbers of paths. max_n_paths = NULL computes all paths (if possible).

    add_origin

    For return = "path", add_origin is a logical input that defines whether or not to include the origin in the returned dataframe.

    verbose

    A logical input that defines whether or not to print messages to the console to monitor function progress.

    - -

    Value

    - -

    If return = "archive", the function returns a pf_archive-class object, as inputted, but in which only the most likely record of each cell that was connected to cells at the next time step is retained and with the method = "pf_simplify" flag. If return = "path", the function returns a pf_path-class object, which is a dataframe that defines the movement paths.

    -

    Details

    - -

    The implementation of this function depends on how pf has been implemented and the return argument. Under the default options in pf, the fast Euclidean distances method is used to sample sequential particle positions, in which case the history of each particle through the landscape is not retained and has to be assembled afterwards. In this case, pf_simplify calculates the distances between all combinations of cells at each time step, using either a Euclidean distances or shortest distances algorithm according to the input to calc_distance. Distances are converted to probabilities using the `intrinsic' probabilities associated with each location and the movement models retained in archive from the call to pf to identify possible movement paths between cells at each time step. If the fast Euclidean distances method has not been used, then pairwise cell movements are retained by pf. In this case, the function simply recalculates distances between sequential cell pairs and the associated cell probabilities, which are then processed according to the return argument.

    -

    Following the identification of pairwise cell movements, if return = "archive", the function selects all of the unique cells at each time step that were connected to cells at the next time step. (For cells that were selected multiple times at a given time step, due to sampling with replacement in pf, if summarise_pr is supplied, only one sample is retained: in maps of the `probability of use' across an area (see pf_plot_map), this ensures that cell scores depend on the number of time steps when the individual could have occupied a given cell, rather than the total number of samples of a location.) Otherwise, if return = "path", pairwise cell movements are assembled into complete movement paths.

    -

    Author

    +
    +
    pf_simplify(
    +  archive,
    +  max_n_particles = NULL,
    +  max_n_particles_sampler = c("random", "weighted", "max"),
    +  bathy = NULL,
    +  calc_distance = NULL,
    +  calc_distance_lcp_fast = NULL,
    +  calc_distance_graph = NULL,
    +  calc_distance_limit = NULL,
    +  calc_distance_barrier = NULL,
    +  calc_distance_barrier_limit = NULL,
    +  calc_distance_barrier_grid = NULL,
    +  calc_distance_restrict = FALSE,
    +  calc_distance_algorithm = "bi",
    +  calc_distance_constant = 1,
    +  mobility = NULL,
    +  mobility_from_origin = mobility,
    +  write_history = NULL,
    +  cl = NULL,
    +  varlist = NULL,
    +  use_all_cores = FALSE,
    +  return = c("path", "archive"),
    +  summarise_pr = FALSE,
    +  max_n_copies = NULL,
    +  max_n_copies_sampler = c("random", "weighted", "max"),
    +  max_n_paths = 100L,
    +  add_origin = TRUE,
    +  verbose = TRUE
    +)
    +
    + +
    +

    Arguments

    +
    archive
    +

    A pf_archive-class object from pf.

    + + +
    max_n_particles
    +

    (optional) An integer that defines the maximum number of particles to selected at each time step. If supplied, particle samples are thinned, with max_n_particles retained at each time step (in a method specified by max_n_particles_sampler), prior to processing. This reduces computation time but may lead to failures in path building (if the subset of sample particles cannot be connected into any movement paths).

    + + +
    max_n_particles_sampler
    +

    If max_n_particles is supplied, max_n_particles_sampler is a character that defines the sampling method. Currently supported options are: "random", which implements random sampling; "weighted", which implements weighted sampling, with random samples taken according to their probability at the current time step; and "max", which selects the top max_n_particles most likely particles.

    + + +
    bathy
    +

    A raster that defines the grid across the area within which the individual could have moved. bathy must be planar (i.e., Universal Transverse Mercator projection) with units of metres in x and y directions. If calc_distance = "lcp", the surface's resolution is taken to define the distance between horizontally and vertically connected cells and must be the same in both x and y directions. Any cells with NA values (e.g., due to missing data) are treated as `impossible' to move though by the algorithm (see lcp_over_surface). If unsupplied, bathy can be extracted from archive, if available.

    + + +
    calc_distance
    +

    A character that defines the method used to calculate distances between sequential combinations of particles (see pf). Currently supported options are Euclidean distances ("euclid") or shortest (least-cost) distances ("lcp"). In practice, Euclidean distances are calculated and then, for the subset of connections that meet specified criteria (see calc_distance_limit, calc_distance_barrier, mobility_from_origin and mobility), Euclidean distances are updated to shortest distances, if specified. Note that calc_distance does not need to be the same method as used for pf: it is often computationally beneficial to implement pf using Euclidean distances and then, for the subset of sampled particles, implement pf_simplify with calc_distance = "lcp" to re-compute distances using the shortest-distances algorithm, along with the adjusted probabilities. However, for large paths, the quickest option is to implement both functions using calc_distance = "euclid" and then interpolate shortest paths only for the set of returned paths (see lcp_interp). If calc_distance = NULL, the method saved in archive is used.

    + +
    calc_distance_lcp_fast
    +

    (optional) If calc_distance = "lcp", calc_distance_lcp_fast is a function that predicts the shortest distance. This function must accept two arguments (even if they are ignored): (a) a numeric vector of Euclidean distances and (b) an integer vector of barrier overlaps that defines whether (1) or not (1) each transect crosses a barrier (see lcp_comp). This option avoids the need to implement shortest-distance algorithms.

    + + +
    calc_distance_graph
    +

    (optional) If calc_distance = "lcp" and calc_distance_lcp_fast = NULL, calc_distance_graph is a graph object that defines the distances between connected cells in bathy. If unsupplied, this is taken from archive$args$calc_distance_graph, if available, or computed via lcp_graph_surface.

    + + +
    calc_distance_limit
    +

    (optional) If calc_distance = "lcp" and calc_distance_lcp_fast = NULL, calc_distance_limit is a number that defines the lower Euclidean distance limit for shortest-distances calculations. If supplied, shortest distances are only calculated for cell connections that are more than a Euclidean distance of calc_distance_limit apart. In other words, if supplied, it is assumed that there exists a valid shortest path (shorter than the maximum distance imposed by the animal's mobility constraints) if the Euclidean distance between two points is less than calc_distance_limit (unless that segment crosses a barrier: see calc_distance_barrier). This option can improve the speed of distance calculations. However, if supplied, note that Euclidean and shortest distances (and resultant probabilities) may be mixed in function outputs. This argument is currently only implemented for pf_archive-class objects derived with calc_distance = TRUE and calc_distance_euclid_fast = TRUE via pf for which connected cell pairs need to be derived (i.e., not following a previous implementation of pf_simplify).

    + + +
    calc_distance_barrier
    +

    (optional) If calc_distance = "lcp", calc_distance_barrier is a simple feature geometry that defines a barrier, such as the coastline, to movement (see segments_cross_barrier). The coordinate reference system for this object must match bathy. If supplied, shortest distances are only calculated for segments that cross a barrier (or exceed calc_distance_limit). This option can improve the speed of distance calculations. However, if supplied, note that Euclidean and shortest distances (and resultant probabilities) may be mixed in function outputs. All calc_distance_barrier* arguments are currently only implemented for pf_archive-class objects derived with calc_distance = TRUE and calc_distance_euclid_fast = TRUE via pf for which connected cell pairs need to be derived (i.e., not following a previous implementation of pf_simplify).

    + + +
    calc_distance_barrier_limit
    +

    (optional) If calc_distance_barrier is supplied, calc_distance_barrier_limit is the lower Euclidean limit for determining barrier overlaps. If supplied, barrier overlaps are only determined for cell connections that are more than calc_distance_barrier_limit apart. This option can reduce the number of cell connections for which barrier overlaps need to be determined (and ultimately the speed of distance calculations).

    + + +
    calc_distance_barrier_grid
    +

    (optional) If calc_distance_barrier is supplied, calc_distance_barrier_grid is a raster that defines the distance to the barrier (see segments_cross_barrier). The coordinate reference system must match bathy. If supplied, mobility_from_origin and mobility are also required. calc_distance_barrier_grid is used to reduce the wall time of the barrier-overlap routine (see segments_cross_barrier).

    + + +
    calc_distance_restrict
    +

    (optional) If and calc_distance_lcp_fast = NULL and calc_distance_limit and/or calc_distance_barrier are supplied, calc_distance_restrict is a logical variable that defines whether (TRUE) or not (FALSE) to restrict further the particle pairs for which shortest distances are calculated. If TRUE, the subset of particles flagged by calc_distance_limit and calc_distance_barrier for shortest-distance calculations is further restricted to consider only those pairs of particles for which there is not a valid connection to or from those particles under the Euclidean distance metric. Either way, there is no reduction in the set of particles, only in the number of connections evaluated between those particles. This can improve the speed of distance calculations.

    + + +
    calc_distance_algorithm, calc_distance_constant
    +

    Additional shortest-distance calculation options if calc_distance_lcp_fast = NULL (see get_distance_pair). calc_distance_algorithm is a character that defines the algorithm: "Dijkstra", "bi", "A*" or "NBA" are supported. calc_distance_constant is the numeric constant required to maintain the heuristic function admissible in the A* and NBA algorithms. For shortest distances (based on costs derived via lcp_costs), the default (calc_distance_constant = 1) is appropriate.

    + + +
    mobility, mobility_from_origin
    +

    (optional) The mobility parameters (see pf). If unsupplied, these can be extracted from archive, if available. However, even if pf was implemented without these options, it is beneficial to specify mobility limits here (especially if calc_distance = "lcp") because they restrict the number of calculations that are required (for example, for shortest distances, at each time step, distances are only calculated for the subset of particle connections below mobility_from_origin or mobility in distance).

    + + +
    write_history
    +

    A named list of arguments, passed to saveRDS, to write `intermediate' files. The `file' argument should be the directory in which to write files. This argument is currently only implemented for pf_archive-class objects derived with calc_distance = TRUE and calc_distance_euclid_fast = TRUE via pf for which connected cell pairs need to be derived (i.e., not following a previous implementation of pf_simplify). If supplied, two directories are created in `file' (1/ and 2/), in which dataframes of the pairwise distances between connected cells and the subset of those that formed continuous paths from the start to the end of the time series are written, respectively. Files are named by time steps as `pf_1', `pf_2' and so on. Files for each time step are written and re-read from this directory during particle processing. This helps to minimise vector memory requirements because the information for all time steps does not have to be retained in memory at once.

    + + +
    cl, varlist, use_all_cores
    +

    (optional) Parallelisation options for the first stage of the algorithm, which identifies connected cell pairs, associated distances and movement probabilities. The first parallelisation option is to parallelise the algorithm over time steps via cl. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. If cl is supplied, varlist may be required. This is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.The second parallelisation option is to parallelise shortest-distance calculations within time steps via a logical input (TRUE) to use_all_cores that is passed to get_distance_matrix. This option is only implemented for calc_distance = "lcp".

    + + +
    return
    +

    A character (return = "path" or return = "archive") that defines the type of object that is returned (see Details).

    + + +
    summarise_pr
    +

    (optional) For return = "archive", summarise_pf is a function or a logical input that defines whether or not (and how) to summarise the probabilities of duplicate cell records for each time step. If a function is supplied, only one record of each sampled cell is returned per time step, with the associated probability calculated from the probabilities of each sample of that cell using the supplied function. For example, summarise_pr = max returns the most probable sample. Alternatively, if a logical input (summarise_pr = TRUE) is supplied, only one record of each sampled cell is returned per time step, with the associated probability calculated as the sum of the normalised probabilities of all samples for that cell, rescaled so that the maximum probability takes a score of one. Specifying summarise_pr is useful for deriving maps of the `probability of use' across an area based on particle histories because it ensures that `probability of use' scores depend on the number of time steps during which an individual could have occupied a location, rather than the total number of samples of that location (see pf_plot_map). Both summarise_pr = NULL and summarise_pr = FALSE suppress this argument.

    + + +
    max_n_copies
    +

    (optional) For return = "path", max_n_copies is an integer that specifies the maximum number of copies of a sampled cell that are retained at each time stamp. Each copy represents a different route to that cell. By default, all copies (i.e. routes to that cell are retained) via max_n_copies = NULL. However, in cases where there are a large number of paths through a landscape, the function can run into vector memory limitations during path assembly, so max_n_copies may need to be set. In this case, at each time step, if there are more than max_n_copies paths to a given cell, then a subset of these (max_n_copies) are sampled, according to the max_n_copies_sampler argument.

    + + +
    max_n_copies_sampler
    +

    (optional) For return = "path", if max_n_copies is supplied, max_n_copies_sampler is a character that defines the sampling method. Currently supported options are: "random", which implements random sampling; "weighted", which implements weighted sampling, with random samples taken according to their probability at the current time step; and "max", which selects for the top max_n_copies most likely copies of a given cell according to the probability associated with movement into that cell from the previous location.

    + + +
    max_n_paths
    +

    (optional) For return = "path", max_n_paths is an integer that specifies the maximum number of paths to be reconstructed. During path assembly, following the implementation of max_n_copies (if provided), max_n_paths are selected at random at each time step. This option is provided to improve the speed of path assembly in situations with large numbers of paths. max_n_paths = NULL computes all paths (if possible).

    + + +
    add_origin
    +

    For return = "path", add_origin is a logical input that defines whether or not to include the origin in the returned dataframe.

    + + +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to monitor function progress.

    + +
    +
    +

    Value

    + + +

    If return = "archive", the function returns a pf_archive-class object, as inputted, but in which only the most likely record of each cell that was connected to cells at the next time step is retained and with the method = "pf_simplify" flag. If return = "path", the function returns a pf_path-class object, which is a dataframe that defines the movement paths.

    +
    +
    +

    Details

    +

    The implementation of this function depends on how pf has been implemented and the return argument. Under the default options in pf, the fast Euclidean distances method is used to sample sequential particle positions, in which case the history of each particle through the landscape is not retained and has to be assembled afterwards. In this case, pf_simplify calculates the distances between all combinations of cells at each time step, using either a Euclidean distances or shortest distances algorithm according to the input to calc_distance. Distances are converted to probabilities using the `intrinsic' probabilities associated with each location and the movement models retained in archive from the call to pf to identify possible movement paths between cells at each time step. If the fast Euclidean distances method has not been used, then pairwise cell movements are retained by pf. In this case, the function simply recalculates distances between sequential cell pairs and the associated cell probabilities, which are then processed according to the return argument.

    +

    Following the identification of pairwise cell movements, if return = "archive", the function selects all of the unique cells at each time step that were connected to cells at the next time step. (For cells that were selected multiple times at a given time step, due to sampling with replacement in pf, if summarise_pr is supplied, only one sample is retained: in maps of the `probability of use' across an area (see pf_plot_map), this ensures that cell scores depend on the number of time steps when the individual could have occupied a given cell, rather than the total number of samples of a location.) Otherwise, if return = "path", pairwise cell movements are assembled into complete movement paths.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example particle histories -# In these examples, we will use the example particle histories included in flapper -summary(dat_dcpf_histories) -
    #> Length Class Mode -#> history 18 -none- list -#> method 1 -none- character -#> args 21 -none- list
    -#### Example (1): The default implementation -paths_1 <- pf_simplify(dat_dcpf_histories) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:07:51)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:07:51) after ~0 minutes.
    -## Demonstration that the distance and probabilities calculations are correct -# The simple method below works if three conditions are met: -# ... The 'intrinsic' probability associated with each cell is the same (as for DC algorithm); -# ... Paths have been reconstructed via pf_simplify() using Euclidean distances; -# ... The calc_movement_pr() movement model applies to all time steps; -require(magrittr) -
    #> Loading required package: magrittr
    #> -#> Attaching package: ‘magrittr’
    #> The following object is masked from ‘package:rlang’: -#> -#> set_names
    require(rlang) -paths_1 <- - paths_1 %>% - dplyr::group_by(.data$path_id) %>% - dplyr::mutate(cell_xp = dplyr::lag(.data$cell_x), - cell_yp = dplyr::lag(.data$cell_y), - cell_dist_chk = sqrt((.data$cell_xp - .data$cell_x)^2 + - (.data$cell_yp - .data$cell_y)^2), - cell_pr_chk = dat_dcpf_histories$args$calc_movement_pr(.data$cell_dist_chk), - dist_equal = .data$cell_dist_chk == .data$cell_dist_chk, - pr_equal = .data$cell_pr == .data$cell_pr_chk) %>% - data.frame() -utils::head(paths_1) -
    #> path_id timestep cell_id cell_x cell_y cell_z cell_pr dist -#> 1 1 0 3241 708897.1 6254392 135.0958 1.000000e+00 NA -#> 2 1 1 3722 708922.1 6254242 134.0199 1.808832e-05 152.06906 -#> 3 1 2 3243 708947.1 6254392 133.6996 1.663445e-05 152.06906 -#> 4 1 3 3166 709022.1 6254416 133.6938 1.569277e-04 79.05694 -#> 5 1 4 3006 709022.1 6254466 134.0630 1.826367e-04 50.00000 -#> 6 1 5 3009 709097.1 6254466 134.9762 1.547789e-04 75.00000 -#> cell_xp cell_yp cell_dist_chk cell_pr_chk dist_equal pr_equal -#> 1 NA NA NA NA NA NA -#> 2 708897.1 6254392 152.06906 0.06891651 TRUE FALSE -#> 3 708922.1 6254242 152.06906 0.06891651 TRUE FALSE -#> 4 708947.1 6254392 79.05694 0.74022781 TRUE FALSE -#> 5 709022.1 6254416 50.00000 0.92414182 TRUE FALSE -#> 6 709022.1 6254466 75.00000 0.77729986 TRUE FALSE
    -## Demonstration that the depths of sampled cells are correct -paths_1$cell_z_chk <- raster::extract(dat_dcpf_histories$args$bathy, - paths_1$cell_id) -all.equal(paths_1$cell_z, paths_1$cell_z_chk) -
    #> [1] TRUE
    -## Compare depth time series -# There is a relatively large degree of mismatch here, which reflects -# ... the low resolution bathymetry data used for the algorithm. -pf_plot_1d(paths_1, dat_dc$args$archival) -
    -## Examine paths -# Log likelihood -pf_loglik(paths_1) -
    #> path_id loglik delta -#> 1 4 -145.7709 0.00000000 -#> 2 5 -145.8111 0.04017947 -#> 3 3 -145.8431 0.07217439 -#> 4 2 -145.9346 0.16376265 -#> 5 1 -146.8934 1.12246741 -#> 6 19 -147.6582 1.88729381 -#> 7 24 -147.6644 1.89348096 -#> 8 18 -147.6736 1.90275861 -#> 9 23 -147.6798 1.90894575 -#> 10 9 -147.6820 1.91112531 -#> 11 14 -147.6882 1.91731246 -#> 12 8 -147.6975 1.92659011 -#> 13 13 -147.7037 1.93277725 -#> 14 16 -147.7395 1.96864247 -#> 15 17 -147.7395 1.96864247 -#> 16 21 -147.7457 1.97482962 -#> 17 22 -147.7457 1.97482962 -#> 18 6 -147.7634 1.99247397 -#> 19 7 -147.7634 1.99247397 -#> 20 11 -147.7695 1.99866112 -#> 21 12 -147.7695 1.99866112 -#> 22 20 -151.9751 6.20417920 -#> 23 25 -151.9813 6.21036635 -#> 24 10 -151.9989 6.22801070 -#> 25 15 -152.0051 6.23419785
    # 2-d visualisation -pf_plot_2d(paths_1, dat_dcpf_histories$args$bathy, - add_paths = list(length = 0.05)) -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    # 3-d visualisation -pf_plot_3d(paths_1, dat_dcpf_histories$args$bathy) -
    #> Defining plot properties... -#> Producing plot...
    -#### Example (2): Re-calculate distances as shortest distances - -## Implement flapper::pf() -# For this example, we need to increase the number of particles -# ... for Euclidean-based sampling to generate viable paths -# ... when we consider shortest distances -set.seed(1) -dcpf_args <- dat_dcpf_histories$args -dcpf_args$calc_distance_euclid_fast <- TRUE -dcpf_args$n <- 50 -out_dcpf_2 <- do.call(pf, dcpf_args) -
    #> flapper::pf() called (@ 2022-06-17 10:07:52)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)... -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 2... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 3... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 4... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 5... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 6... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 7... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 8... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 9... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 10... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 11... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 12... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 13... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 14... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 15... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 16... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 17... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 18... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... flapper::pf() call completed (@ 2022-06-17 10:07:53) after ~0.02 minutes.
    -## Implement pf_simplify() using shortest distances -paths_2 <- pf_simplify(out_dcpf_2, calc_distance = "lcp") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:07:53)... -#> ... Getting pairwise cell movements based on calc_distance = 'lcp'... -#> ... Setting up LCP calculations... -#> ... ... Setting up cost-surface for calc_distance = 'lcp'... -#> flapper::lcp_costs() called (@ 2022-06-17 10:07:53)... -#> ... Defining transition matrices...
    #> Warning: transition function gives negative values
    #> ... Calculating distance matrices... -#> ... Assembling LCP costs... -#> ... flapper::lcp_costs() call completed (@ 2022-06-17 10:07:53) after ~0 minutes. -#> flapper::lcp_graph_surface() called (@ 2022-06-17 10:07:53)... -#> ... Defining nodes, edges and costs to make graph... -#> ... Constructing graph object... -#> ... flapper::lcp_graph_surface() call completed (@ 2022-06-17 10:07:53) after ~0 minutes. -#> ... ... Stepping through time steps to join coordinate pairs...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:07:53) after ~0.01 minutes.
    # ... Duration: ~ 0.655 s -system.time( - invisible(utils::capture.output( - pf_simplify(out_dcpf_2, calc_distance = "lcp") - )) - ) -
    #> Warning: transition function gives negative values
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> user system elapsed -#> 0.639 0.003 0.643
    -## Demonstrate the LCP calculations are correct -paths_2_lcps <- lcp_interp(paths_2, - out_dcpf_2$args$bathy, - calc_distance = TRUE) -
    #> flapper::lcp_interp() called (@ 2022-06-17 10:07:54)... -#> ... Setting up function... -#> ... Processing paths... -#> ... Calculating least-cost paths via flapper::lcp_over_surface()... -#> flapper::lcp_over_surface() called (@ 2022-06-17 10:07:54)... -#> ... Checking user inputs...
    #> ... Defining cost matrix...
    #> Warning: transition function gives negative values
    #> ... Using method = 'cppRouting'... -#> ... ... Defining nodes, edges and costs to make graph... -#> ... ... Constructing graph object... -#> ... ... Implementing bi algorithm to compute least-cost paths(s)...
    #> Running bidirectional Dijkstra...
    #> ... flapper::lcp_over_surface() call completed (@ 2022-06-17 10:07:55) after ~0.01 minutes. -#> ... Summarising distances for each least-cost path... -#> ... flapper::lcp_interp() call completed (@ 2022-06-17 10:07:56) after ~0.02 minutes.
    head(cbind(paths_2$dist, paths_2_lcps$dist_lcp$dist)) -
    #> [,1] [,2] -#> [1,] NA NA -#> [2,] 85.37946 85.37946 -#> [3,] 170.73058 170.73058 -#> [4,] 156.07439 156.07439 -#> [5,] 106.07626 106.07626 -#> [6,] 100.06107 100.06107
    -## Trial options for increasing speed of shortest-distance calculations -# Speed up shortest-distance calculations via (a) the graph: -# ... Duration: ~0.495 s -# ... Note that you may achieve further speed improvements via -# ... a simplified/contracted graph -# ... ... see cppRouting::cpp_simplify() -# ... ... see cppRouting::cpp_contract() -costs <- lcp_costs(out_dcpf_2$args$bathy) -
    #> flapper::lcp_costs() called (@ 2022-06-17 10:07:56)... -#> ... Defining transition matrices...
    #> Warning: transition function gives negative values
    #> ... Calculating distance matrices... -#> ... Assembling LCP costs... -#> ... flapper::lcp_costs() call completed (@ 2022-06-17 10:07:56) after ~0 minutes.
    graph <- lcp_graph_surface(out_dcpf_2$args$bathy, costs$dist_total) -
    #> flapper::lcp_graph_surface() called (@ 2022-06-17 10:07:56)... -#> ... Defining nodes, edges and costs to make graph... -#> ... Constructing graph object... -#> ... flapper::lcp_graph_surface() call completed (@ 2022-06-17 10:07:56) after ~0 minutes.
    system.time( - invisible(utils::capture.output( - pf_simplify(out_dcpf_2, - calc_distance = "lcp", - calc_distance_graph = graph) - )) -) -
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> user system elapsed -#> 0.509 0.001 0.510
    # Speed up shortest-distance calculations via (b) the lower Euclid dist limit -# ... Duration: ~0.493 s -costs <- lcp_costs(out_dcpf_2$args$bathy) -
    #> flapper::lcp_costs() called (@ 2022-06-17 10:07:57)... -#> ... Defining transition matrices...
    #> Warning: transition function gives negative values
    #> ... Calculating distance matrices... -#> ... Assembling LCP costs... -#> ... flapper::lcp_costs() call completed (@ 2022-06-17 10:07:57) after ~0 minutes.
    graph <- lcp_graph_surface(out_dcpf_2$args$bathy, costs$dist_total) -
    #> flapper::lcp_graph_surface() called (@ 2022-06-17 10:07:57)... -#> ... Defining nodes, edges and costs to make graph... -#> ... Constructing graph object... -#> ... flapper::lcp_graph_surface() call completed (@ 2022-06-17 10:07:57) after ~0 minutes.
    system.time( - invisible(utils::capture.output( - pf_simplify(out_dcpf_2, - calc_distance = "lcp", - calc_distance_graph = graph, - calc_distance_limit = 100) - )) -) -
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> user system elapsed -#> 0.478 0.002 0.480
    # Speed up shortest-distance calculations via (c) the barrier -# ... Duration: ~1.411 s (much slower in this example) -coastline <- sf::st_as_sf(dat_coast) -sf::st_crs(coastline) <- NA -system.time( - invisible(utils::capture.output( - pf_simplify(out_dcpf_2, - calc_distance = "lcp", - calc_distance_graph = graph, - calc_distance_limit = 100, - calc_distance_barrier = coastline) - )) -) -
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> user system elapsed -#> 1.404 0.003 1.407
    # Speed up calculations via (d) mobility limits -# ... (In the examples above, the mobility parameters -# ... can be extracted from out_dcpf_2, -# ... so specifying them directly here in this example makes -# ... no material difference, but this is not necessarily the case -# ... if pf() has been implemented without mobility parameters). -system.time( - invisible(utils::capture.output( - pf_simplify(out_dcpf_2, - calc_distance = "lcp", - calc_distance_graph = graph, - calc_distance_limit = 100, - mobility = 200, - mobility_from_origin = 200) - )) -) -
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> Running bidirectional Dijkstra...
    #> user system elapsed -#> 0.488 0.001 0.491
    # Speed up calculations via (e) parallelisation -# ... see the details in the documentation. - -#### Example (3): Restrict the number of routes to each cell at each time step -# Implement approach for different numbers of copies -# Since we only have sampled a small number of particles for this simulation -# ... this does not make any difference here, but it can dramatically reduce -# ... the time taken to assemble paths and prevent vector memory issues. -paths_3a <- pf_simplify(dat_dcpf_histories, max_n_copies = 1) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:00)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:00) after ~0 minutes.
    paths_3b <- pf_simplify(dat_dcpf_histories, max_n_copies = 5) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:00)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:01) after ~0 minutes.
    paths_3c <- pf_simplify(dat_dcpf_histories, max_n_copies = 7) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:01)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:01) after ~0 minutes.
    # Compare the number of paths retained -unique(paths_3a$path_id) -
    #> [1] 1 2 3 4 5 6 7 8 9 10
    unique(paths_3b$path_id) -
    #> [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
    unique(paths_3c$path_id) -
    #> [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
    -#### Example (4): Change the sampling method used to retain paths -# Again, this doesn't make a difference here, but it can when there are -# ... more particles. -paths_4a <- pf_simplify(dat_dcpf_histories, - max_n_copies = 5, - max_n_copies_sampler = "random") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:01)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:01) after ~0 minutes.
    paths_4b <- pf_simplify(dat_dcpf_histories, - max_n_copies = 5, - max_n_copies_sampler = "weighted") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:01)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:01) after ~0 minutes.
    paths_4c <- pf_simplify(dat_dcpf_histories, - max_n_copies = 5, - max_n_copies_sampler = "max") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:01)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:02) after ~0 minutes.
    # Compare retained paths -pf_loglik(paths_3a) -
    #> path_id loglik delta -#> 1 1 -145.7709 0.00000000 -#> 2 3 -145.8111 0.04017947 -#> 3 4 -145.8431 0.07217439 -#> 4 5 -145.9346 0.16376265 -#> 5 2 -146.8934 1.12246741 -#> 6 7 -147.6820 1.91112531 -#> 7 8 -147.6975 1.92659011 -#> 8 6 -147.7634 1.99247397 -#> 9 9 -147.7634 1.99247397 -#> 10 10 -151.9989 6.22801070
    pf_loglik(paths_3b) -
    #> path_id loglik delta -#> 1 1 -145.7709 0.00000000 -#> 2 3 -145.8111 0.04017947 -#> 3 4 -145.8431 0.07217439 -#> 4 5 -145.9346 0.16376265 -#> 5 2 -146.8934 1.12246741 -#> 6 10 -147.6582 1.88729381 -#> 7 11 -147.6644 1.89348096 -#> 8 15 -147.6736 1.90275861 -#> 9 16 -147.6798 1.90894575 -#> 10 13 -147.6820 1.91112531 -#> 11 12 -147.6882 1.91731246 -#> 12 14 -147.6975 1.92659011 -#> 13 17 -147.7037 1.93277725 -#> 14 6 -147.7395 1.96864247 -#> 15 21 -147.7395 1.96864247 -#> 16 8 -147.7457 1.97482962 -#> 17 20 -147.7457 1.97482962 -#> 18 7 -147.7634 1.99247397 -#> 19 18 -147.7634 1.99247397 -#> 20 9 -147.7695 1.99866112 -#> 21 19 -147.7695 1.99866112 -#> 22 24 -151.9751 6.20417920 -#> 23 23 -151.9813 6.21036635 -#> 24 22 -151.9989 6.22801070 -#> 25 25 -152.0051 6.23419785
    pf_loglik(paths_3c) -
    #> path_id loglik delta -#> 1 1 -145.7709 0.00000000 -#> 2 3 -145.8111 0.04017947 -#> 3 4 -145.8431 0.07217439 -#> 4 5 -145.9346 0.16376265 -#> 5 2 -146.8934 1.12246741 -#> 6 11 -147.6582 1.88729381 -#> 7 10 -147.6644 1.89348096 -#> 8 16 -147.6736 1.90275861 -#> 9 17 -147.6798 1.90894575 -#> 10 12 -147.6820 1.91112531 -#> 11 13 -147.6882 1.91731246 -#> 12 14 -147.6975 1.92659011 -#> 13 15 -147.7037 1.93277725 -#> 14 9 -147.7395 1.96864247 -#> 15 20 -147.7395 1.96864247 -#> 16 7 -147.7457 1.97482962 -#> 17 18 -147.7457 1.97482962 -#> 18 6 -147.7634 1.99247397 -#> 19 19 -147.7634 1.99247397 -#> 20 8 -147.7695 1.99866112 -#> 21 21 -147.7695 1.99866112 -#> 22 25 -151.9751 6.20417920 -#> 23 22 -151.9813 6.21036635 -#> 24 24 -151.9989 6.22801070 -#> 25 23 -152.0051 6.23419785
    -#### Example (5): Set the maximum number of paths for reconstruction (for speed) -# Reconstruct all paths (note you may experience vector memory limitations) -# unique(pf_simplify(dat_dcpf_histories, max_n_paths = NULL)$path_id) -# Reconstruct one path -unique(pf_simplify(dat_dcpf_histories, max_n_paths = 1)$path_id) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:02)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:02) after ~0 minutes.
    #> [1] 1
    # Reconstruct (at most) five paths -unique(pf_simplify(dat_dcpf_histories, max_n_paths = 5)$path_id) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:02)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:02) after ~0 minutes.
    #> [1] 1 2 3 4 5
    -#### Example (6): Retain/drop the origin, if specified -# For the example particle histories, an origin was specified -dat_dcpf_histories$args$origin -
    #> [,1] [,2] -#> [1,] 708886.3 6254404
    # This is included as 'timestep = 0' in the returned dataframe -# ... with the coordinates re-defined on bathy: -paths_5a <- pf_simplify(dat_dcpf_histories) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:02)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:02) after ~0 minutes.
    paths_5a[1, c("cell_x", "cell_y")] -
    #> cell_x cell_y -#> 1 708897.1 6254392
    raster::xyFromCell(dat_dcpf_histories$args$bathy, - raster::cellFromXY(dat_dcpf_histories$args$bathy, - dat_dcpf_histories$args$origin)) -
    #> x y -#> [1,] 708897.1 6254392
    head(paths_5a) -
    #> path_id timestep cell_id cell_x cell_y cell_z cell_pr dist -#> 1 1 0 3241 708897.1 6254392 135.0958 1.000000e+00 NA -#> 2 1 1 3722 708922.1 6254242 134.0199 1.808832e-05 152.06906 -#> 3 1 2 3243 708947.1 6254392 133.6996 1.663445e-05 152.06906 -#> 4 1 3 3166 709022.1 6254416 133.6938 1.569277e-04 79.05694 -#> 5 1 4 3006 709022.1 6254466 134.0630 1.826367e-04 50.00000 -#> 6 1 5 3009 709097.1 6254466 134.9762 1.547789e-04 75.00000
    # If specified, the origin is dropped with add_origin = FALSE -paths_5b <- pf_simplify(dat_dcpf_histories, add_origin = FALSE) -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:02)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:02) after ~0 minutes.
    head(paths_5b) -
    #> path_id timestep cell_id cell_x cell_y cell_z cell_pr dist -#> 1 1 1 3722 708922.1 6254242 134.0199 1.808832e-05 152.06906 -#> 2 1 2 3243 708947.1 6254392 133.6996 1.663445e-05 152.06906 -#> 3 1 3 3166 709022.1 6254416 133.6938 1.569277e-04 79.05694 -#> 4 1 4 3006 709022.1 6254466 134.0630 1.826367e-04 50.00000 -#> 5 1 5 3009 709097.1 6254466 134.9762 1.547789e-04 75.00000 -#> 6 1 6 3329 709097.1 6254366 135.3115 1.049538e-04 100.00000
    -#### Example (6) Get particle samples for connected particles -## Implement DCPF with more particles for demonstration purposes -set.seed(1) -dcpf_args <- dat_dcpf_histories$args -dcpf_args$calc_distance_euclid_fast <- TRUE -dcpf_args$n <- 250 -out_dcpf_6a <- do.call(pf, dcpf_args) -
    #> flapper::pf() called (@ 2022-06-17 10:08:02)... -#> ... Setting up function... -#> ... Determining the set of possible starting locations (t = 1)... -#> ... Implementing algorithm iteratively over time steps... -#> ... ... Time = 1... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 2... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 3... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 4... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 5... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 6... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 7... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 8... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 9... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 10... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 11... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 12... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 13... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 14... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 15... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 16... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 17... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... ... ... For each particle, getting the possible positions for the next time step... -#> ... ... Time = 18... -#> ... ... ... Selecting candidate starting positions for the current time step... -#> ... flapper::pf() call completed (@ 2022-06-17 10:08:11) after ~0.15 minutes.
    head(out_dcpf_6a$history[[1]]) -
    #> id_current pr_current timestep -#> 1 3243 2.425569e-04 1 -#> 2 2921 1.312336e-04 1 -#> 3 3396 3.947544e-05 1 -#> 4 3159 2.364016e-04 1 -#> 5 3320 2.525012e-04 1 -#> 6 3237 1.312336e-04 1
    ## Extract particle samples for connected particles -# There may be multiple records of any given cell at any given time step -# ... due to sampling with replacement. -out_dcpf_6b <- pf_simplify(out_dcpf_6a, return = "archive") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:11)... -#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... -#> ... ... Stepping through time steps to join coordinate pairs... -#> ... ... Identifying connected cells... -#> ... ... Processing connected cells for return = 'archive'... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:11) after ~0 minutes.
    head(out_dcpf_6b$history[[1]]) -
    #> timestep id_previous id_current dist_current pr_current -#> 1 1 3241 2838 145.7738 2.416378e-05 -#> 2 1 3241 2839 134.6291 3.947544e-05 -#> 3 1 3241 2841 125.0000 5.845148e-05 -#> 4 1 3241 2842 127.4755 5.302119e-05 -#> 5 1 3241 2917 141.4214 2.938080e-05 -#> 6 1 3241 2918 125.0000 5.845148e-05
    table(duplicated(out_dcpf_6b$history[[1]]$id_current)) -
    #> -#> FALSE -#> 90
    ## Extract particle samples for connected particles, -# ... with only the most likely record of each particle returned. -# We can implement the approach using out_dcpf_6b -# ... to skip distance calculations. -# Now, there is only one (the most likely) record of sampled cells -# ... at each time step. -out_dcpf_6c <- pf_simplify(out_dcpf_6b, - summarise_pr = TRUE, - return = "archive") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:11)... -#> ... ... Processing connected cells for return = 'archive'... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:12) after ~0 minutes.
    head(out_dcpf_6c$history[[1]]) -
    #> timestep id_previous id_current dist_current pr_current -#> 1 1 3241 2838 145.7738 0.002078627 -#> 2 1 3241 2839 134.6291 0.003395774 -#> 3 1 3241 2841 125.0000 0.005028139 -#> 4 1 3241 2842 127.4755 0.004561012 -#> 5 1 3241 2917 141.4214 0.002527408 -#> 6 1 3241 2918 125.0000 0.005028139
    table(duplicated(out_dcpf_6c$history[[1]]$id_current)) -
    #> -#> FALSE -#> 90
    ## Make movement paths -# Again, we use out_dcpf_6b to skip distance calculations. -out_dcpf_6d <- pf_simplify(out_dcpf_6b, - max_n_copies = 2L, - return = "path") -
    #> flapper::pf_simplify() called (@ 2022-06-17 10:08:12)... -#> ... Assembling paths... -#> ... Formatting paths... -#> ... Adding cell coordinates and depths... -#> ... flapper::pf_simplify() call completed (@ 2022-06-17 10:08:12) after ~0.01 minutes.
    ## Compare resultant maps -# The map for all particles is influenced by particles that were 'dead ends', -# ... which isn't ideal for a map of space use. -# The map for connected samples deals with this problem, but is influenced by -# ... the total number of samples of each cell, rather than the number of time steps -# ... in which the individual could have been located in a given cell. -# The map for unique, connected samples deals with this issue, so that scores -# ... represent the number of time steps in which the individual could have occupied -# ... a given cell, over the length of the time series. -# The map for the paths are sparser because paths have only been reconstructed -# ... for a sample of sampled particles. -pp <- par(mfrow = c(2, 2), oma = c(2, 2, 2, 2), mar = c(2, 4, 2, 4)) -paa <- list(side = 1:4, axis = list(labels = FALSE)) -transform = NULL -m_1 <- pf_plot_map(out_dcpf_6a, dcpf_args$bathy, - transform = transform, - pretty_axis_args = paa, main = "all samples") -
    #> Warning: xpf$history[[1]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[2]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[3]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[4]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[5]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[6]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[7]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[8]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[9]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[10]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[11]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[12]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[13]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[14]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[15]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[16]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[17]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> Warning: xpf$history[[18]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    m_2 <- pf_plot_map(out_dcpf_6b, dcpf_args$bathy, - transform = transform, - pretty_axis_args = paa, main = "connected samples") -
    #> Warning: xpf$history[[2]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[3]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[4]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[5]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[6]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[7]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[8]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[9]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[10]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[11]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[12]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[13]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[14]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[15]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[16]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[17]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> Warning: xpf$history[[18]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    m_3 <- pf_plot_map(out_dcpf_6c, dcpf_args$bathy, - transform = transform, - pretty_axis_args = paa, main = "unique, connected samples") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    m_4 <- pf_plot_map(out_dcpf_6d, dcpf_args$bathy, - transform = transform, - pretty_axis_args = paa, main = "paths") -
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    par(pp) -# Note that all locations in reconstructed paths are derived from PF samples -all(out_dcpf_6d$cell_id[out_dcpf_6d$timestep != 0] %in% - do.call(rbind, out_dcpf_6c$history)$id_current) -
    #> [1] TRUE
    # But the paths only contain a subset of sampled particles -h_6a <- lapply(out_dcpf_6a$history, function(elm) elm[, "id_current"]) -table(unique(unlist(h_6a)) %in% out_dcpf_6d$cell_id[out_dcpf_6d$timestep != 0]) -
    #> -#> FALSE TRUE -#> 1637 304
    h_6b <- lapply(out_dcpf_6b$history, function(elm) elm[, "id_current"]) -table(unique(unlist(h_6b)) %in% out_dcpf_6d$cell_id[out_dcpf_6d$timestep != 0]) -
    #> -#> FALSE TRUE -#> 1320 304
    -
    +
    +

    Examples

    +
    #### Example particle histories
    +# In these examples, we will use the example particle histories included in flapper
    +summary(dat_dcpf_histories)
    +#>         Length Class  Mode     
    +#> history 18     -none- list     
    +#> method   1     -none- character
    +#> args    21     -none- list     
    +
    +#### Example (1): The default implementation
    +paths_1   <- pf_simplify(dat_dcpf_histories)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:02)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:03) after ~0 minutes. 
    +
    +## Demonstration that the distance and probabilities calculations are correct
    +# The simple method below works if three conditions are met:
    +# ... The 'intrinsic' probability associated with each cell is the same (as for DC algorithm);
    +# ... Paths have been reconstructed via pf_simplify() using Euclidean distances;
    +# ... The calc_movement_pr() movement model applies to all time steps;
    +require(magrittr)
    +#> Loading required package: magrittr
    +#> 
    +#> Attaching package: ‘magrittr’
    +#> The following object is masked from ‘package:rlang’:
    +#> 
    +#>     set_names
    +require(rlang)
    +paths_1 <-
    +  paths_1 %>%
    +  dplyr::group_by(.data$path_id) %>%
    +  dplyr::mutate(cell_xp = dplyr::lag(.data$cell_x),
    +                cell_yp = dplyr::lag(.data$cell_y),
    +                cell_dist_chk = sqrt((.data$cell_xp - .data$cell_x)^2 +
    +                                       (.data$cell_yp - .data$cell_y)^2),
    +                cell_pr_chk = dat_dcpf_histories$args$calc_movement_pr(.data$cell_dist_chk),
    +                dist_equal = .data$cell_dist_chk == .data$cell_dist_chk,
    +                pr_equal = .data$cell_pr == .data$cell_pr_chk) %>%
    +  data.frame()
    +utils::head(paths_1)
    +#>   path_id timestep cell_id   cell_x  cell_y   cell_z      cell_pr      dist
    +#> 1       1        0    3241 708897.1 6254392 135.0958 1.000000e+00        NA
    +#> 2       1        1    3722 708922.1 6254242 134.0199 1.808832e-05 152.06906
    +#> 3       1        2    3243 708947.1 6254392 133.6996 1.663445e-05 152.06906
    +#> 4       1        3    3166 709022.1 6254416 133.6938 1.569277e-04  79.05694
    +#> 5       1        4    3006 709022.1 6254466 134.0630 1.826367e-04  50.00000
    +#> 6       1        5    3009 709097.1 6254466 134.9762 1.547789e-04  75.00000
    +#>    cell_xp cell_yp cell_dist_chk cell_pr_chk dist_equal pr_equal
    +#> 1       NA      NA            NA          NA         NA       NA
    +#> 2 708897.1 6254392     152.06906  0.06891651       TRUE    FALSE
    +#> 3 708922.1 6254242     152.06906  0.06891651       TRUE    FALSE
    +#> 4 708947.1 6254392      79.05694  0.74022781       TRUE    FALSE
    +#> 5 709022.1 6254416      50.00000  0.92414182       TRUE    FALSE
    +#> 6 709022.1 6254466      75.00000  0.77729986       TRUE    FALSE
    +
    +## Demonstration that the depths of sampled cells are correct
    +paths_1$cell_z_chk <- raster::extract(dat_dcpf_histories$args$bathy,
    +                                      paths_1$cell_id)
    +all.equal(paths_1$cell_z, paths_1$cell_z_chk)
    +#> [1] TRUE
    +
    +## Compare depth time series
    +# There is a relatively large degree of mismatch here, which reflects
    +# ... the low resolution bathymetry data used for the algorithm.
    +pf_plot_1d(paths_1, dat_dc$args$archival)
    +
    +
    +## Examine paths
    +# Log likelihood
    +pf_loglik(paths_1)
    +#>    path_id    loglik      delta
    +#> 1        4 -145.7709 0.00000000
    +#> 2        5 -145.8111 0.04017947
    +#> 3        3 -145.8431 0.07217439
    +#> 4        2 -145.9346 0.16376265
    +#> 5        1 -146.8934 1.12246741
    +#> 6       19 -147.6582 1.88729381
    +#> 7       24 -147.6644 1.89348096
    +#> 8       18 -147.6736 1.90275861
    +#> 9       23 -147.6798 1.90894575
    +#> 10       9 -147.6820 1.91112531
    +#> 11      14 -147.6882 1.91731246
    +#> 12       8 -147.6975 1.92659011
    +#> 13      13 -147.7037 1.93277725
    +#> 14      16 -147.7395 1.96864247
    +#> 15      17 -147.7395 1.96864247
    +#> 16      21 -147.7457 1.97482962
    +#> 17      22 -147.7457 1.97482962
    +#> 18       6 -147.7634 1.99247397
    +#> 19       7 -147.7634 1.99247397
    +#> 20      11 -147.7695 1.99866112
    +#> 21      12 -147.7695 1.99866112
    +#> 22      20 -151.9751 6.20417920
    +#> 23      25 -151.9813 6.21036635
    +#> 24      10 -151.9989 6.22801070
    +#> 25      15 -152.0051 6.23419785
    +# 2-d visualisation
    +pf_plot_2d(paths_1, dat_dcpf_histories$args$bathy,
    +           add_paths = list(length = 0.05))
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +
    +# 3-d visualisation
    +pf_plot_3d(paths_1, dat_dcpf_histories$args$bathy)
    +#> Defining plot properties...
    +#> Producing plot...
    +
    +#### Example (2): Re-calculate distances as shortest distances
    +
    +## Implement flapper::pf()
    +# For this example, we need to increase the number of particles
    +# ... for Euclidean-based sampling to generate viable paths
    +# ... when we consider shortest distances
    +set.seed(1)
    +dcpf_args <- dat_dcpf_histories$args
    +dcpf_args$calc_distance_euclid_fast <- TRUE
    +dcpf_args$n <- 50
    +out_dcpf_2 <- do.call(pf, dcpf_args)
    +#> flapper::pf() called (@ 2023-02-19 15:04:03)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 2... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 3... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 4... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 5... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 6... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 7... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 8... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 9... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 10... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 11... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 12... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 13... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 14... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 15... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 16... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 17... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 18... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... flapper::pf() call completed (@ 2023-02-19 15:04:04) after ~0.01 minutes. 
    +
    +## Implement pf_simplify() using shortest distances
    +paths_2 <- pf_simplify(out_dcpf_2, calc_distance = "lcp")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:04)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'lcp'... 
    +#> ... Setting up LCP calculations... 
    +#> ... ... Setting up cost-surface for calc_distance = 'lcp'... 
    +#> flapper::lcp_costs() called (@ 2023-02-19 15:04:04)... 
    +#> ... Defining transition matrices... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating distance matrices... 
    +#> ... Assembling LCP costs... 
    +#> ... flapper::lcp_costs() call completed (@ 2023-02-19 15:04:04) after ~0 minutes. 
    +#> flapper::lcp_graph_surface() called (@ 2023-02-19 15:04:04)... 
    +#> ... Defining nodes, edges and costs to make graph... 
    +#> ... Constructing graph object... 
    +#> ... flapper::lcp_graph_surface() call completed (@ 2023-02-19 15:04:04) after ~0 minutes. 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:05) after ~0.02 minutes. 
    +# ... Duration: ~ 0.655 s
    +system.time(
    +  invisible(utils::capture.output(
    +    pf_simplify(out_dcpf_2, calc_distance = "lcp")
    +    ))
    +  )
    +#> Warning: transition function gives negative values
    +#>    user  system elapsed 
    +#>   1.112   0.020   0.952 
    +
    +## Demonstrate the LCP calculations are correct
    +paths_2_lcps <- lcp_interp(paths_2,
    +                            out_dcpf_2$args$bathy,
    +                            calc_distance = TRUE)
    +#> flapper::lcp_interp() called (@ 2023-02-19 15:04:06)... 
    +#> ... Setting up function... 
    +#> ... Processing paths... 
    +#> ... Calculating least-cost paths via flapper::lcp_over_surface()... 
    +#> flapper::lcp_over_surface() called (@ 2023-02-19 15:04:06)... 
    +#> ... Checking user inputs... 
    +#> ... Defining cost matrix... 
    +#> Warning: transition function gives negative values
    +
    +#> ... Using method = 'cppRouting'... 
    +#> ... ... Defining nodes, edges and costs to make graph... 
    +#> ... ... Constructing graph object... 
    +#> ... ... Implementing bi algorithm to compute least-cost paths(s)... 
    +#> ... flapper::lcp_over_surface() call completed (@ 2023-02-19 15:04:07) after ~0.01 minutes. 
    +#> ... Summarising distances for each least-cost path... 
    +#> ... flapper::lcp_interp() call completed (@ 2023-02-19 15:04:07) after ~0.01 minutes. 
    +head(cbind(paths_2$dist, paths_2_lcps$dist_lcp$dist))
    +#>           [,1] [,2]
    +#> [1,]        NA   NA
    +#> [2,]  60.38164   NA
    +#> [3,] 160.37457   NA
    +#> [4,] 135.36632   NA
    +#> [5,]  50.00976   NA
    +#> [6,] 100.00051   NA
    +
    +## Trial options for increasing speed of shortest-distance calculations
    +# Speed up shortest-distance calculations via (a) the graph:
    +# ... Duration: ~0.495 s
    +# ... Note that you may achieve further speed improvements via
    +# ... a simplified/contracted graph
    +# ... ... see cppRouting::cpp_simplify()
    +# ... ... see cppRouting::cpp_contract()
    +costs <- lcp_costs(out_dcpf_2$args$bathy)
    +#> flapper::lcp_costs() called (@ 2023-02-19 15:04:07)... 
    +#> ... Defining transition matrices... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating distance matrices... 
    +#> ... Assembling LCP costs... 
    +#> ... flapper::lcp_costs() call completed (@ 2023-02-19 15:04:07) after ~0 minutes. 
    +graph <- lcp_graph_surface(out_dcpf_2$args$bathy, costs$dist_total)
    +#> flapper::lcp_graph_surface() called (@ 2023-02-19 15:04:07)... 
    +#> ... Defining nodes, edges and costs to make graph... 
    +#> ... Constructing graph object... 
    +#> ... flapper::lcp_graph_surface() call completed (@ 2023-02-19 15:04:07) after ~0 minutes. 
    +system.time(
    +  invisible(utils::capture.output(
    +    pf_simplify(out_dcpf_2,
    +                calc_distance = "lcp",
    +                calc_distance_graph = graph)
    +  ))
    +)
    +#>    user  system elapsed 
    +#>   1.014   0.020   0.857 
    +# Speed up shortest-distance calculations via (b) the lower Euclid dist limit
    +# ... Duration: ~0.493 s
    +costs <- lcp_costs(out_dcpf_2$args$bathy)
    +#> flapper::lcp_costs() called (@ 2023-02-19 15:04:08)... 
    +#> ... Defining transition matrices... 
    +#> Warning: transition function gives negative values
    +#> ... Calculating distance matrices... 
    +#> ... Assembling LCP costs... 
    +#> ... flapper::lcp_costs() call completed (@ 2023-02-19 15:04:08) after ~0 minutes. 
    +graph <- lcp_graph_surface(out_dcpf_2$args$bathy, costs$dist_total)
    +#> flapper::lcp_graph_surface() called (@ 2023-02-19 15:04:08)... 
    +#> ... Defining nodes, edges and costs to make graph... 
    +#> ... Constructing graph object... 
    +#> ... flapper::lcp_graph_surface() call completed (@ 2023-02-19 15:04:08) after ~0 minutes. 
    +system.time(
    +  invisible(utils::capture.output(
    +    pf_simplify(out_dcpf_2,
    +                calc_distance = "lcp",
    +                calc_distance_graph = graph,
    +                calc_distance_limit = 100)
    +  ))
    +)
    +#>    user  system elapsed 
    +#>   0.962   0.027   0.844 
    +# Speed up shortest-distance calculations via (c) the barrier
    +# ... Duration: ~1.411 s (much slower in this example)
    +coastline <- sf::st_as_sf(dat_coast)
    +sf::st_crs(coastline) <- NA
    +system.time(
    +  invisible(utils::capture.output(
    +    pf_simplify(out_dcpf_2,
    +                calc_distance = "lcp",
    +                calc_distance_graph = graph,
    +                calc_distance_limit = 100,
    +                calc_distance_barrier = coastline)
    +  ))
    +)
    +#> Warning: The CRSs of 'bathy' and 'calc_distance_barrier' are not identical.
    +#>   -- details: Modes: S4, characterAttributes: < Modes: list, NULL >Attributes: < Lengths: 2, 0 >Attributes: < names for target but not for current >Attributes: < current is not list-like >.
    +#>   -- bathy CRS: 'NA'.
    +#>   -- calc_distance_barrier CRS: ''.
    +#>    user  system elapsed 
    +#>   1.148   0.023   1.023 
    +# Speed up calculations via (d) mobility limits
    +# ... (In the examples above, the mobility parameters
    +# ... can be extracted from out_dcpf_2,
    +# ... so specifying them directly here in this example makes
    +# ... no material difference, but this is not necessarily the case
    +# ... if pf() has been implemented without mobility parameters).
    +system.time(
    +  invisible(utils::capture.output(
    +    pf_simplify(out_dcpf_2,
    +                calc_distance = "lcp",
    +                calc_distance_graph = graph,
    +                calc_distance_limit = 100,
    +                mobility = 200,
    +                mobility_from_origin = 200)
    +  ))
    +)
    +#>    user  system elapsed 
    +#>   0.955   0.025   0.836 
    +# Speed up calculations via (e) parallelisation
    +# ... see the details in the documentation.
    +
    +#### Example (3): Restrict the number of routes to each cell at each time step
    +# Implement approach for different numbers of copies
    +# Since we only have sampled a small number of particles for this simulation
    +# ... this does not make any difference here, but it can dramatically reduce
    +# ... the time taken to assemble paths and prevent vector memory issues.
    +paths_3a <- pf_simplify(dat_dcpf_histories, max_n_copies = 1)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:12)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:13) after ~0.01 minutes. 
    +paths_3b <- pf_simplify(dat_dcpf_histories, max_n_copies = 5)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:13)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:14) after ~0.01 minutes. 
    +paths_3c <- pf_simplify(dat_dcpf_histories, max_n_copies = 7)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:14)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:14) after ~0.01 minutes. 
    +# Compare the number of paths retained
    +unique(paths_3a$path_id)
    +#>  [1]  1  2  3  4  5  6  7  8  9 10
    +unique(paths_3b$path_id)
    +#>  [1]  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
    +#> [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
    +unique(paths_3c$path_id)
    +#>  [1]  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
    +#> [26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
    +#> [51] 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
    +
    +#### Example (4): Change the sampling method used to retain paths
    +# Again, this doesn't make a difference here, but it can when there are
    +# ... more particles.
    +paths_4a <- pf_simplify(dat_dcpf_histories,
    +                          max_n_copies = 5,
    +                          max_n_copies_sampler = "random")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:14)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:15) after ~0.01 minutes. 
    +paths_4b <- pf_simplify(dat_dcpf_histories,
    +                          max_n_copies = 5,
    +                          max_n_copies_sampler = "weighted")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:15)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:16) after ~0.01 minutes. 
    +paths_4c <- pf_simplify(dat_dcpf_histories,
    +                          max_n_copies = 5,
    +                          max_n_copies_sampler = "max")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:16)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:16) after ~0.01 minutes. 
    +# Compare retained paths
    +pf_loglik(paths_3a)
    +#>    path_id    loglik      delta
    +#> 1        1 -145.7709 0.00000000
    +#> 2        3 -145.8111 0.04017947
    +#> 3        4 -145.8431 0.07217439
    +#> 4        5 -145.9346 0.16376265
    +#> 5        2 -146.8934 1.12246741
    +#> 6        7 -147.6882 1.91731246
    +#> 7        8 -147.7037 1.93277725
    +#> 8        6 -147.7695 1.99866112
    +#> 9        9 -147.7695 1.99866112
    +#> 10      10 -152.0051 6.23419785
    +pf_loglik(paths_3b)
    +#>    path_id    loglik      delta
    +#> 1        1 -145.7709 0.00000000
    +#> 2        2 -145.7709 0.00000000
    +#> 3        3 -145.7709 0.00000000
    +#> 4        4 -145.7709 0.00000000
    +#> 5        5 -145.7709 0.00000000
    +#> 6       11 -145.8111 0.04017947
    +#> 7       12 -145.8111 0.04017947
    +#> 8       13 -145.8111 0.04017947
    +#> 9       14 -145.8111 0.04017947
    +#> 10      15 -145.8111 0.04017947
    +#> 11      16 -145.8431 0.07217439
    +#> 12      17 -145.8431 0.07217439
    +#> 13      18 -145.8431 0.07217439
    +#> 14      19 -145.8431 0.07217439
    +#> 15      20 -145.8431 0.07217439
    +#> 16      21 -145.9346 0.16376265
    +#> 17      22 -145.9346 0.16376265
    +#> 18      23 -145.9346 0.16376265
    +#> 19      24 -145.9346 0.16376265
    +#> 20      25 -145.9346 0.16376265
    +#> 21       6 -146.8934 1.12246741
    +#> 22       7 -146.8934 1.12246741
    +#> 23       8 -146.8934 1.12246741
    +#> 24       9 -146.8934 1.12246741
    +#> 25      10 -146.8934 1.12246741
    +#> 26      33 -147.6644 1.89348096
    +#> 27      38 -147.6798 1.90894575
    +#> 28      40 -147.6798 1.90894575
    +#> 29      31 -147.6820 1.91112531
    +#> 30      32 -147.6820 1.91112531
    +#> 31      34 -147.6820 1.91112531
    +#> 32      35 -147.6820 1.91112531
    +#> 33      36 -147.6975 1.92659011
    +#> 34      37 -147.6975 1.92659011
    +#> 35      39 -147.6975 1.92659011
    +#> 36      29 -147.7457 1.97482962
    +#> 37      41 -147.7457 1.97482962
    +#> 38      43 -147.7457 1.97482962
    +#> 39      26 -147.7634 1.99247397
    +#> 40      27 -147.7634 1.99247397
    +#> 41      28 -147.7634 1.99247397
    +#> 42      30 -147.7634 1.99247397
    +#> 43      42 -147.7634 1.99247397
    +#> 44      44 -147.7634 1.99247397
    +#> 45      45 -147.7634 1.99247397
    +#> 46      47 -151.9813 6.21036635
    +#> 47      48 -151.9813 6.21036635
    +#> 48      49 -151.9813 6.21036635
    +#> 49      50 -151.9813 6.21036635
    +#> 50      46 -151.9989 6.22801070
    +pf_loglik(paths_3c)
    +#>    path_id    loglik      delta
    +#> 1        1 -145.7709 0.00000000
    +#> 2        2 -145.7709 0.00000000
    +#> 3        3 -145.7709 0.00000000
    +#> 4        4 -145.7709 0.00000000
    +#> 5        5 -145.7709 0.00000000
    +#> 6        6 -145.7709 0.00000000
    +#> 7        7 -145.7709 0.00000000
    +#> 8       15 -145.8111 0.04017947
    +#> 9       16 -145.8111 0.04017947
    +#> 10      17 -145.8111 0.04017947
    +#> 11      18 -145.8111 0.04017947
    +#> 12      19 -145.8111 0.04017947
    +#> 13      20 -145.8111 0.04017947
    +#> 14      21 -145.8111 0.04017947
    +#> 15      22 -145.8431 0.07217439
    +#> 16      23 -145.8431 0.07217439
    +#> 17      24 -145.8431 0.07217439
    +#> 18      25 -145.8431 0.07217439
    +#> 19      26 -145.8431 0.07217439
    +#> 20      27 -145.8431 0.07217439
    +#> 21      28 -145.8431 0.07217439
    +#> 22      29 -145.9346 0.16376265
    +#> 23      30 -145.9346 0.16376265
    +#> 24      31 -145.9346 0.16376265
    +#> 25      32 -145.9346 0.16376265
    +#> 26      33 -145.9346 0.16376265
    +#> 27      34 -145.9346 0.16376265
    +#> 28      35 -145.9346 0.16376265
    +#> 29       8 -146.8934 1.12246741
    +#> 30       9 -146.8934 1.12246741
    +#> 31      10 -146.8934 1.12246741
    +#> 32      11 -146.8934 1.12246741
    +#> 33      12 -146.8934 1.12246741
    +#> 34      13 -146.8934 1.12246741
    +#> 35      14 -146.8934 1.12246741
    +#> 36      44 -147.6644 1.89348096
    +#> 37      45 -147.6644 1.89348096
    +#> 38      46 -147.6644 1.89348096
    +#> 39      47 -147.6644 1.89348096
    +#> 40      56 -147.6798 1.90894575
    +#> 41      43 -147.6820 1.91112531
    +#> 42      48 -147.6820 1.91112531
    +#> 43      49 -147.6820 1.91112531
    +#> 44      50 -147.6975 1.92659011
    +#> 45      51 -147.6975 1.92659011
    +#> 46      52 -147.6975 1.92659011
    +#> 47      53 -147.6975 1.92659011
    +#> 48      54 -147.6975 1.92659011
    +#> 49      55 -147.6975 1.92659011
    +#> 50      36 -147.7457 1.97482962
    +#> 51      37 -147.7457 1.97482962
    +#> 52      38 -147.7457 1.97482962
    +#> 53      39 -147.7457 1.97482962
    +#> 54      41 -147.7457 1.97482962
    +#> 55      42 -147.7457 1.97482962
    +#> 56      57 -147.7457 1.97482962
    +#> 57      59 -147.7457 1.97482962
    +#> 58      40 -147.7634 1.99247397
    +#> 59      58 -147.7634 1.99247397
    +#> 60      60 -147.7634 1.99247397
    +#> 61      61 -147.7634 1.99247397
    +#> 62      62 -147.7634 1.99247397
    +#> 63      63 -147.7634 1.99247397
    +#> 64      67 -151.9813 6.21036635
    +#> 65      69 -151.9813 6.21036635
    +#> 66      64 -151.9989 6.22801070
    +#> 67      65 -151.9989 6.22801070
    +#> 68      66 -151.9989 6.22801070
    +#> 69      68 -151.9989 6.22801070
    +#> 70      70 -151.9989 6.22801070
    +
    +#### Example (5): Set the maximum number of paths for reconstruction (for speed)
    +# Reconstruct all paths (note you may experience vector memory limitations)
    +# unique(pf_simplify(dat_dcpf_histories, max_n_paths = NULL)$path_id)
    +# Reconstruct one path
    +unique(pf_simplify(dat_dcpf_histories, max_n_paths = 1)$path_id)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:16)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:17) after ~0 minutes. 
    +#> [1] 1
    +# Reconstruct (at most) five paths
    +unique(pf_simplify(dat_dcpf_histories, max_n_paths = 5)$path_id)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:17)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:17) after ~0 minutes. 
    +#> [1] 1 2 3 4 5
    +
    +#### Example (6): Retain/drop the origin, if specified
    +# For the example particle histories, an origin was specified
    +dat_dcpf_histories$args$origin
    +#>          [,1]    [,2]
    +#> [1,] 708886.3 6254404
    +# This is included as 'timestep = 0' in the returned dataframe
    +# ... with the coordinates re-defined on bathy:
    +paths_5a <- pf_simplify(dat_dcpf_histories)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:17)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:17) after ~0 minutes. 
    +paths_5a[1, c("cell_x", "cell_y")]
    +#>     cell_x  cell_y
    +#> 1 708897.1 6254392
    +raster::xyFromCell(dat_dcpf_histories$args$bathy,
    +                   raster::cellFromXY(dat_dcpf_histories$args$bathy,
    +                                      dat_dcpf_histories$args$origin))
    +#>             x       y
    +#> [1,] 708897.1 6254392
    +head(paths_5a)
    +#>   path_id timestep cell_id   cell_x  cell_y   cell_z      cell_pr      dist
    +#> 1       1        0    3241 708897.1 6254392 135.0958 1.000000e+00        NA
    +#> 2       1        1    3722 708922.1 6254242 134.0199 1.808832e-05 152.06906
    +#> 3       1        2    3243 708947.1 6254392 133.6996 1.663445e-05 152.06906
    +#> 4       1        3    3166 709022.1 6254416 133.6938 1.569277e-04  79.05694
    +#> 5       1        4    3006 709022.1 6254466 134.0630 1.826367e-04  50.00000
    +#> 6       1        5    3009 709097.1 6254466 134.9762 1.547789e-04  75.00000
    +# If specified, the origin is dropped with add_origin = FALSE
    +paths_5b <- pf_simplify(dat_dcpf_histories, add_origin = FALSE)
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:17)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:17) after ~0 minutes. 
    +head(paths_5b)
    +#>   path_id timestep cell_id   cell_x  cell_y   cell_z      cell_pr      dist
    +#> 1       1        1    3722 708922.1 6254242 134.0199 1.808832e-05 152.06906
    +#> 2       1        2    3243 708947.1 6254392 133.6996 1.663445e-05 152.06906
    +#> 3       1        3    3166 709022.1 6254416 133.6938 1.569277e-04  79.05694
    +#> 4       1        4    3006 709022.1 6254466 134.0630 1.826367e-04  50.00000
    +#> 5       1        5    3009 709097.1 6254466 134.9762 1.547789e-04  75.00000
    +#> 6       1        6    3329 709097.1 6254366 135.3115 1.049538e-04 100.00000
    +
    +#### Example (6) Get particle samples for connected particles
    +## Implement DCPF with more particles for demonstration purposes
    +set.seed(1)
    +dcpf_args <- dat_dcpf_histories$args
    +dcpf_args$calc_distance_euclid_fast <- TRUE
    +dcpf_args$n <- 250
    +out_dcpf_6a <- do.call(pf, dcpf_args)
    +#> flapper::pf() called (@ 2023-02-19 15:04:17)... 
    +#> ... Setting up function... 
    +#> ... Determining the set of possible starting locations (t = 1)... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Implementing algorithm iteratively over time steps... 
    +#> ... ... Time = 1... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 2... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 3... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 4... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 5... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 6... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 7... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 8... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 9... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 10... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 11... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 12... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 13... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 14... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 15... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 16... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 17... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... ... ... For each particle, getting the possible positions for the next time step... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... ... Time = 18... 
    +#> ... ... ... Selecting candidate starting positions for the current time step... 
    +#> ... flapper::pf() call completed (@ 2023-02-19 15:04:22) after ~0.08 minutes. 
    +head(out_dcpf_6a$history[[1]])
    +#>   id_current   pr_current timestep
    +#> 1       3243 2.425569e-04        1
    +#> 2       2921 1.312336e-04        1
    +#> 3       3396 3.947544e-05        1
    +#> 4       3159 2.364016e-04        1
    +#> 5       3320 2.525012e-04        1
    +#> 6       3237 1.312336e-04        1
    +## Extract particle samples for connected particles
    +# There may be multiple records of any given cell at any given time step
    +# ... due to sampling with replacement.
    +out_dcpf_6b <- pf_simplify(out_dcpf_6a, return = "archive")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:22)... 
    +#> ... Getting pairwise cell movements based on calc_distance = 'euclid'... 
    +#> ... ... Stepping through time steps to join coordinate pairs... 
    +#> ... ... Identifying connected cells... 
    +#> ... ... Processing connected cells for return = 'archive'... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:23) after ~0.01 minutes. 
    +head(out_dcpf_6b$history[[1]])
    +#>   timestep id_previous id_current dist_current   pr_current
    +#> 1        1        3241       2838     145.7738 2.416378e-05
    +#> 2        1        3241       2839     134.6291 3.947544e-05
    +#> 3        1        3241       2841     125.0000 5.845148e-05
    +#> 4        1        3241       2842     127.4755 5.302119e-05
    +#> 5        1        3241       2917     141.4214 2.938080e-05
    +#> 6        1        3241       2918     125.0000 5.845148e-05
    +table(duplicated(out_dcpf_6b$history[[1]]$id_current))
    +#> 
    +#> FALSE 
    +#>    90 
    +## Extract particle samples for connected particles,
    +# ... with only the most likely record of each particle returned.
    +# We can implement the approach using out_dcpf_6b
    +# ... to skip distance calculations.
    +# Now, there is only one (the most likely) record of sampled cells
    +# ... at each time step.
    +out_dcpf_6c <- pf_simplify(out_dcpf_6b,
    +                           summarise_pr = TRUE,
    +                           return = "archive")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:23)... 
    +#> ... ... Processing connected cells for return = 'archive'... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:23) after ~0.01 minutes. 
    +head(out_dcpf_6c$history[[1]])
    +#>   timestep id_previous id_current dist_current  pr_current
    +#> 1        1        3241       2838     145.7738 0.002078627
    +#> 2        1        3241       2839     134.6291 0.003395774
    +#> 3        1        3241       2841     125.0000 0.005028139
    +#> 4        1        3241       2842     127.4755 0.004561012
    +#> 5        1        3241       2917     141.4214 0.002527408
    +#> 6        1        3241       2918     125.0000 0.005028139
    +table(duplicated(out_dcpf_6c$history[[1]]$id_current))
    +#> 
    +#> FALSE 
    +#>    90 
    +## Make movement paths
    +# Again, we use out_dcpf_6b to skip distance calculations.
    +out_dcpf_6d <- pf_simplify(out_dcpf_6b,
    +                           max_n_copies = 2L,
    +                           return = "path")
    +#> flapper::pf_simplify() called (@ 2023-02-19 15:04:23)... 
    +#> ... Assembling paths... 
    +#> ... Formatting paths... 
    +#> ... Adding cell coordinates and depths... 
    +#> ... flapper::pf_simplify() call completed (@ 2023-02-19 15:04:31) after ~0.13 minutes. 
    +## Compare resultant maps
    +# The map for all particles is influenced by particles that were 'dead ends',
    +# ... which isn't ideal for a map of space use.
    +# The map for connected samples deals with this problem, but is influenced by
    +# ... the total number of samples of each cell, rather than the number of time steps
    +# ... in which the individual could have been located in a given cell.
    +# The map for unique, connected samples deals with this issue, so that scores
    +# ... represent the number of time steps in which the individual could have occupied
    +# ... a given cell, over the length of the time series.
    +# The map for the paths are sparser because paths have only been reconstructed
    +# ... for a sample of sampled particles.
    +pp <- par(mfrow = c(2, 2), oma = c(2, 2, 2, 2), mar = c(2, 4, 2, 4))
    +paa <- list(side = 1:4, axis = list(labels = FALSE))
    +transform = NULL
    +m_1 <- pf_plot_map(out_dcpf_6a, dcpf_args$bathy,
    +                   transform = transform,
    +                   pretty_axis_args = paa, main = "all samples")
    +#> Warning: xpf$history[[1]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[2]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[3]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[4]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[5]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[6]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[7]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[8]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[9]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[10]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[11]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[12]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[13]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[14]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[15]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[16]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[17]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> Warning: xpf$history[[18]] contains duplicate cells. Implementing pf_simplify() with 'summarise_pr = TRUE' and return = 'archive' specified first is advised.
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +m_2 <- pf_plot_map(out_dcpf_6b, dcpf_args$bathy,
    +                   transform = transform,
    +                   pretty_axis_args = paa, main = "connected samples")
    +#> Warning: xpf$history[[2]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[3]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[4]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[5]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[6]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[7]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[8]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[9]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[10]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[11]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[12]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[13]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[14]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[15]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[16]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[17]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> Warning: xpf$history[[18]] contains duplicate cells. Did you implement pf_simplify() without 'summarise_pr = TRUE'?
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +m_3 <- pf_plot_map(out_dcpf_6c, dcpf_args$bathy,
    +                   transform = transform,
    +                   pretty_axis_args = paa, main = "unique, connected samples")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +m_4 <- pf_plot_map(out_dcpf_6d, dcpf_args$bathy,
    +                   transform = transform,
    +                   pretty_axis_args = paa, main = "paths")
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +par(pp)
    +# Note that all locations in reconstructed paths are derived from PF samples
    +all(out_dcpf_6d$cell_id[out_dcpf_6d$timestep != 0] %in%
    +      do.call(rbind, out_dcpf_6c$history)$id_current)
    +#> [1] TRUE
    +# But the paths only contain a subset of sampled particles
    +h_6a <- lapply(out_dcpf_6a$history, function(elm) elm[, "id_current"])
    +table(unique(unlist(h_6a)) %in% out_dcpf_6d$cell_id[out_dcpf_6d$timestep != 0])
    +#> 
    +#> FALSE  TRUE 
    +#>  1629   312 
    +h_6b <- lapply(out_dcpf_6b$history, function(elm) elm[, "id_current"])
    +table(unique(unlist(h_6b)) %in% out_dcpf_6d$cell_id[out_dcpf_6d$timestep != 0])
    +#> 
    +#> FALSE  TRUE 
    +#>  1312   312 
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/pipe.html b/docs/reference/pipe.html index 8a569c3..9183b66 100644 --- a/docs/reference/pipe.html +++ b/docs/reference/pipe.html @@ -1,67 +1,12 @@ - - - - - - - -Pipe operator — %>% • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Pipe operator — %>% • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,35 +65,32 @@

    Pipe operator

    See magrittr::%>% for details.

    -
    lhs %>% rhs
    - +
    +
    lhs %>% rhs
    +
    +
    - - - + + diff --git a/docs/reference/process_false_detections_sf.html b/docs/reference/process_false_detections_sf.html index 3add01f..1565620 100644 --- a/docs/reference/process_false_detections_sf.html +++ b/docs/reference/process_false_detections_sf.html @@ -1,68 +1,13 @@ - - - - - - - -Pass putative false detections through a spatial filter — process_false_detections_sf • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Pass putative false detections through a spatial filter — process_false_detections_sf • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    The identification of false detections in acoustic telemetry data is an important aspect of processing and/or modelling these data. False detections can be identified using the short interval criterion, whereby any detection of an individual at a receiver which is not accompanied by other detections at the same receiver in a specified time window (depending on the nominal acoustic transmission delay) are flagged. This approach can be implemented using the false_detections function in the glatos package. Flag detections can then be examined, or passed through other filters, to examine their plausibility.

    -

    This function passes false detections flagged by false_detections through a spatial filter. The key idea is that detections at nearby receivers within a defined time window may, in fact, be plausible. To implement this approach, the user must define a dataframe comprising detections, a temporal threshold, a spatial threshold and a dataframe of distances between receivers. The function examines whether any putative false detections are accompanied by additional detections at other receivers within a user-defined time window and Euclidean distance of that receiver. If so, these could be explained by an individual that dips in-and-out of the detection ranges of receivers (e.g. in a sparse acoustic array) and may not, in fact, be false.

    +

    The identification of false detections in acoustic telemetry data is an important aspect of processing and/or modelling these data. False detections can be identified using the short interval criterion, whereby any detection of an individual at a receiver which is not accompanied by other detections at the same receiver in a specified time window (depending on the nominal acoustic transmission delay) are flagged. This approach can be implemented using the false_detections function in the glatos package. Flag detections can then be examined, or passed through other filters, to examine their plausibility.

    +

    This function passes false detections flagged by false_detections through a spatial filter. The key idea is that detections at nearby receivers within a defined time window may, in fact, be plausible. To implement this approach, the user must define a dataframe comprising detections, a temporal threshold, a spatial threshold and a dataframe of distances between receivers. The function examines whether any putative false detections are accompanied by additional detections at other receivers within a user-defined time window and Euclidean distance of that receiver. If so, these could be explained by an individual that dips in-and-out of the detection ranges of receivers (e.g. in a sparse acoustic array) and may not, in fact, be false.

    +
    + +
    +
    process_false_detections_sf(det, tf, sf, dist_btw_receivers)
    -
    process_false_detections_sf(det, tf, sf, dist_btw_receivers)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - -
    det

    A dataframe containing detection time series. Following false_detections, this should contain the following columns: `detection_timestamp_utc', `transmitter_codespace', `transmitter_id' and `receiver_sn', as well as `passed_filter' (see false_detections).

    tf

    A number that defines the time threshold (s) used to flag false detections (see false_detections).

    sf

    A number that defines the threshold Euclidean distance between receivers beyond which, even if a false detection is accompanied by detections at other receivers, it is likely to be a true false detection, because the individual could not have moved between receivers separated by more than this threshold over the specified time interval. sf should be defined in the same units as the distances provided in dist_btw_receivers (see below).

    dist_btw_receivers

    A dataframe that defines the distances between receiver pairs. This should contain the columns: `r1', `r2' and `dist', whereby `r1' and `r2' contain the unique receiver serial number for all combinations of receivers and `dist' contains the distance between them. This dataframe should include duplicate combinations (e.g., both r1 = 1 and r2 = 2 and r1 = 2 and r2 = 1). This can be created with dist_btw_receivers.

    - -

    Value

    - -

    The function returns a vector, of the same length as det with three possible values: NA, which identifies detections which have not been flagged as false detections (i.e., passed_filter = 0, see false_detections) and are therefore not passed through the spatial filter; 1, which identifies detections which `passed' the spatial filter (i.e., false detections which are accompanied by detections at nearby receivers within the defined spatial and temporal thresholds); or 0, which defines detections which `failed' the spatial filter (i.e., false detections which are not accompanied by detections at nearby receivers within the defined spatial and temporal thresholds). This vector has one attribute, `details', a dataframe with the same number of rows as det with the following columns: `passed_filter_sf', `n_wn_sf', `detection_timestamp_utc_sf' and `receiver_sn_sf'. `passed_filter_sf' takes a value of NA, 0 or 1 depending on whether or not the detection was flagged as a false detection (if not, NA) and whether each false detection passed the spatial filter (no, 0; yes, 1). If the detection did pass the spatial filter, `n_wn_sf' provides the number of detections at nearby receivers within tf and sf; and `detection_timestamp_utc_sf', `receiver_sn_sf' and `dist_sf' define the timestamp of the detection at the nearest receiver, the receiver at which the detection was made and the distance between the two receivers respectively.

    -

    Details

    +
    +

    Arguments

    +
    det
    +

    A dataframe containing detection time series. Following false_detections, this should contain the following columns: `detection_timestamp_utc', `transmitter_codespace', `transmitter_id' and `receiver_sn', as well as `passed_filter' (see false_detections).

    -

    There are limitations with the application of this spatial filter to false detections. First, the spatial threshold beyond which false detections are likely to be false is based on Euclidean distances at present. These may be problematic (e.g. when receivers hug complex coastlines). Second, for small arrays, fast-swimming organisms and/or a large nominal transmission delay (i.e., time threshold), the spatial filter is a poor filter because individuals can access the whole area over the whole time interval.

    -

    Author

    +
    tf
    +

    A number that defines the time threshold (s) used to flag false detections (see false_detections).

    + + +
    sf
    +

    A number that defines the threshold Euclidean distance between receivers beyond which, even if a false detection is accompanied by detections at other receivers, it is likely to be a true false detection, because the individual could not have moved between receivers separated by more than this threshold over the specified time interval. sf should be defined in the same units as the distances provided in dist_btw_receivers (see below).

    + + +
    dist_btw_receivers
    +

    A dataframe that defines the distances between receiver pairs. This should contain the columns: `r1', `r2' and `dist', whereby `r1' and `r2' contain the unique receiver serial number for all combinations of receivers and `dist' contains the distance between them. This dataframe should include duplicate combinations (e.g., both r1 = 1 and r2 = 2 and r1 = 2 and r2 = 1). This can be created with dist_btw_receivers.

    + +
    +
    +

    Value

    + + +

    The function returns a vector, of the same length as det with three possible values: NA, which identifies detections which have not been flagged as false detections (i.e., passed_filter = 0, see false_detections) and are therefore not passed through the spatial filter; 1, which identifies detections which `passed' the spatial filter (i.e., false detections which are accompanied by detections at nearby receivers within the defined spatial and temporal thresholds); or 0, which defines detections which `failed' the spatial filter (i.e., false detections which are not accompanied by detections at nearby receivers within the defined spatial and temporal thresholds). This vector has one attribute, `details', a dataframe with the same number of rows as det with the following columns: `passed_filter_sf', `n_wn_sf', `detection_timestamp_utc_sf' and `receiver_sn_sf'. `passed_filter_sf' takes a value of NA, 0 or 1 depending on whether or not the detection was flagged as a false detection (if not, NA) and whether each false detection passed the spatial filter (no, 0; yes, 1). If the detection did pass the spatial filter, `n_wn_sf' provides the number of detections at nearby receivers within tf and sf; and `detection_timestamp_utc_sf', `receiver_sn_sf' and `dist_sf' define the timestamp of the detection at the nearest receiver, the receiver at which the detection was made and the distance between the two receivers respectively.

    +
    +
    +

    Details

    +

    There are limitations with the application of this spatial filter to false detections. First, the spatial threshold beyond which false detections are likely to be false is based on Euclidean distances at present. These may be problematic (e.g. when receivers hug complex coastlines). Second, for small arrays, fast-swimming organisms and/or a large nominal transmission delay (i.e., time threshold), the spatial filter is a poor filter because individuals can access the whole area over the whole time interval.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Add some false detections for demonstration purposes -# Add three rows to dat_acoustics which, below, we'll make 'false detections' -dat_acoustics_with_false_det <- - rbind(dat_acoustics, dat_acoustics[rep(nrow(dat_acoustics), 3), ]) -pos_false <- (nrow(dat_acoustics_with_false_det) - 2):nrow(dat_acoustics_with_false_det) -# Add an isolated detection accompanied by a detection at a nearby receiver -dat_acoustics_with_false_det$timestamp[pos_false[1:2]] <- - dat_acoustics_with_false_det$timestamp[pos_false[1:2]] + 60*60*60 -dat_acoustics_with_false_det$receiver_id[pos_false[2]] <- 33 -# Add an isolated detection not accompanied by a detection at a nearby receiver -dat_acoustics_with_false_det$timestamp[pos_false[3]] <- - dat_acoustics_with_false_det$timestamp[pos_false[3]] + 60*60*60*2 - -#### Define necessary columns to compute false detections using glatos::false_detections() -dat_acoustics_with_false_det$detection_timestamp_utc <- - dat_acoustics_with_false_det$timestamp -dat_acoustics_with_false_det$transmitter_codespace <- - substr(dat_acoustics_with_false_det$transmitter_id, 1, 8) -dat_acoustics_with_false_det$transmitter_id <- - substr(dat_acoustics_with_false_det$transmitter_id, 10, 13) -dat_acoustics_with_false_det$receiver_sn <- dat_acoustics_with_false_det$receiver_id -det <- dat_acoustics_with_false_det[, c("detection_timestamp_utc", - "transmitter_codespace", - "transmitter_id", - "receiver_sn")] - -#### Compute false detections -# 3 false detections returned, as expected: -det <- glatos::false_detections(det, tf = 3600) -
    #> The filter identified 23 (0.06%) of 39245 detections as potentially false.
    tail(det$passed_filter) -
    #> [1] 1 1 0 0 0 0
    -#### Pass false detections through a spatial filter -# distances between receivers are required -dist_btw_receivers_km <- - dist_btw_receivers(dat_moorings[, c("receiver_id", "receiver_long", "receiver_lat")]) -# Implement spatial filter. -# Note the function returns a vector, unlike glatos::false_detections(): -det$passed_filter_sf <- process_false_detections_sf(det, - tf = 3600, - sf = 0.5, - dist_btw_receivers = dist_btw_receivers_km) -
    #> The spatial filter retained 21 detections, out of 23 previously identified false detections (91.3 %) as 'true' false detections.
    # Only the last observation failed the spatial filter, as expected: -tail(det$passed_filter_sf) -
    #> [1] NA NA 0 1 1 0
    # Additional information is available from the attributes dataframe: -tail(attr(det$passed_filter_sf, "details")) -
    #> passed_filter_sf n_wn_sf receiver_sn_sf detection_timestamp_utc_sf -#> 39240 NA NA NA <NA> -#> 39241 NA NA NA <NA> -#> 39242 0 NA NA <NA> -#> 39243 1 1 33 2017-04-22 12:22:00 -#> 39244 1 1 48 2017-04-22 12:22:00 -#> 39245 0 NA NA <NA> -#> dist_sf -#> 39240 NA -#> 39241 NA -#> 39242 NA -#> 39243 0.3400774 -#> 39244 0.3400774 -#> 39245 NA
    - -
    +
    +

    Examples

    +
    #### Add some false detections for demonstration purposes
    +# Add three rows to dat_acoustics which, below, we'll make 'false detections'
    +dat_acoustics_with_false_det <-
    +  rbind(dat_acoustics, dat_acoustics[rep(nrow(dat_acoustics), 3), ])
    +pos_false <- (nrow(dat_acoustics_with_false_det) - 2):nrow(dat_acoustics_with_false_det)
    +# Add an isolated detection accompanied by a detection at a nearby receiver
    +dat_acoustics_with_false_det$timestamp[pos_false[1:2]] <-
    +  dat_acoustics_with_false_det$timestamp[pos_false[1:2]] + 60*60*60
    +dat_acoustics_with_false_det$receiver_id[pos_false[2]] <- 33
    +# Add an isolated detection not accompanied by a detection at a nearby receiver
    +dat_acoustics_with_false_det$timestamp[pos_false[3]] <-
    +  dat_acoustics_with_false_det$timestamp[pos_false[3]] + 60*60*60*2
    +
    +#### Define necessary columns to compute false detections using glatos::false_detections()
    +dat_acoustics_with_false_det$detection_timestamp_utc <-
    +  dat_acoustics_with_false_det$timestamp
    +dat_acoustics_with_false_det$transmitter_codespace <-
    +  substr(dat_acoustics_with_false_det$transmitter_id, 1, 8)
    +dat_acoustics_with_false_det$transmitter_id <-
    +  substr(dat_acoustics_with_false_det$transmitter_id, 10, 13)
    +dat_acoustics_with_false_det$receiver_sn <- dat_acoustics_with_false_det$receiver_id
    +det <- dat_acoustics_with_false_det[, c("detection_timestamp_utc",
    +                                        "transmitter_codespace",
    +                                        "transmitter_id",
    +                                        "receiver_sn")]
    +
    +#### Compute false detections
    +# 3 false detections returned, as expected:
    +det <- glatos::false_detections(det, tf = 3600)
    +#> The filter identified 23 (0.06%) of 39245 detections as potentially false.
    +tail(det$passed_filter)
    +#> [1] 1 1 0 0 0 0
    +
    +#### Pass false detections through a spatial filter
    +# distances between receivers are required
    +dist_btw_receivers_km <-
    +  dist_btw_receivers(dat_moorings[, c("receiver_id", "receiver_long", "receiver_lat")])
    +# Implement spatial filter.
    +# Note the function returns a vector, unlike glatos::false_detections():
    +det$passed_filter_sf <- process_false_detections_sf(det,
    +                                            tf = 3600,
    +                                            sf = 0.5,
    +                                            dist_btw_receivers = dist_btw_receivers_km)
    +#> The spatial filter retained 21 detections, out of 23 previously identified false detections  (91.3 %) as 'true' false detections.
    +# Only the last observation failed the spatial filter, as expected:
    +tail(det$passed_filter_sf)
    +#> [1] NA NA  0  1  1  0
    +# Additional information is available from the attributes dataframe:
    +tail(attr(det$passed_filter_sf, "details"))
    +#>       passed_filter_sf n_wn_sf receiver_sn_sf detection_timestamp_utc_sf
    +#> 39240               NA      NA             NA                       <NA>
    +#> 39241               NA      NA             NA                       <NA>
    +#> 39242                0      NA             NA                       <NA>
    +#> 39243                1       1             33        2017-04-22 13:22:00
    +#> 39244                1       1             48        2017-04-22 13:22:00
    +#> 39245                0      NA             NA                       <NA>
    +#>         dist_sf
    +#> 39240        NA
    +#> 39241        NA
    +#> 39242        NA
    +#> 39243 0.3400774
    +#> 39244 0.3400774
    +#> 39245        NA
    +
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/process_quality_check.html b/docs/reference/process_quality_check.html index bae5b1c..2ee1a8d 100644 --- a/docs/reference/process_quality_check.html +++ b/docs/reference/process_quality_check.html @@ -1,67 +1,12 @@ - - - - - - - -Basic quality checks of passive acoustic telemetry datasets — process_quality_check • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Basic quality checks of passive acoustic telemetry datasets — process_quality_check • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,143 +65,153 @@

    Basic quality checks of passive acoustic telemetry datasets

    This function passes through passive acoustic telemetry datasets through some basic quality checks (see Details). Following data processing, these provide a useful `final check' prior to analysis.

    -
    process_quality_check(acoustics, moorings, ids)
    +
    +
    process_quality_check(acoustics, moorings, ids)
    +
    + +
    +

    Arguments

    +
    acoustics
    +

    A dataframe which comprises passive acoustic telemetry detection time series. This must contain the following named columns: `timestamp', a POSIXct vector which defines the time of each detection; `receiver_id', a unique identifier of each receiver; and `individual_id', a unique identifier of each individual (see dat_acoustics for an example).

    -

    Arguments

    - - - - - - - - - - - - - - -
    acoustics

    A dataframe which comprises passive acoustic telemetry detection time series. This must contain the following named columns: `timestamp', a POSIXct vector which defines the time of each detection; `receiver_id', a unique identifier of each receiver; and `individual_id', a unique identifier of each individual (see dat_acoustics for an example).

    moorings

    A dataframe which contains passive acoustic telemetry receiver metadata. This must contain the following named columns: `receiver_id', a unique identifier for each receiver deployment; `receiver_start_date', a POSIXct vector which defines the time of each receiver's deployment; and `receiver_end_date', a POSIXct vector which defines the end of each receiver's deployment (see dat_moorings for an example). If objects of class Date are provided for `receiver_start_date' and `receiver_end_date', these are coerced to POSIXct objects with a warning.

    ids

    A dataframe which contains the passive acoustic telemetry individual metadata. This must contain the following named columns: `individual_id', a unique identifier for each individual; `tag_start_date', a POSIXct vector which defines the time of each tag's deployment; and `tag_end_date', a POSIXct vector which defines the end of each tag's deployment (see dat_ids for an example). If objects of class Date are provided for `tag_start_date' and `tag_end_date', these are coerced to POSIXct objects with a warning.

    -

    Value

    +
    moorings
    +

    A dataframe which contains passive acoustic telemetry receiver metadata. This must contain the following named columns: `receiver_id', a unique identifier for each receiver deployment; `receiver_start_date', a POSIXct vector which defines the time of each receiver's deployment; and `receiver_end_date', a POSIXct vector which defines the end of each receiver's deployment (see dat_moorings for an example). If objects of class Date are provided for `receiver_start_date' and `receiver_end_date', these are coerced to POSIXct objects with a warning.

    -

    For each check, the function returns a message or a warning with relevant details.

    -

    Details

    -

    The function implements the following checks:

      -
    1. Valid receivers. acoustics should only contain receivers recorded in moorings; other receivers may be included in centralised databases (e.g., from other projects) and often need to be removed.

    2. +
      ids
      +

      A dataframe which contains the passive acoustic telemetry individual metadata. This must contain the following named columns: `individual_id', a unique identifier for each individual; `tag_start_date', a POSIXct vector which defines the time of each tag's deployment; and `tag_end_date', a POSIXct vector which defines the end of each tag's deployment (see dat_ids for an example). If objects of class Date are provided for `tag_start_date' and `tag_end_date', these are coerced to POSIXct objects with a warning.

      + +
    +
    +

    Value

    + + +

    For each check, the function returns a message or a warning with relevant details.

    +
    +
    +

    Details

    +

    The function implements the following checks:

    1. Valid receivers. acoustics should only contain receivers recorded in moorings; other receivers may be included in centralised databases (e.g., from other projects) and often need to be removed.

    2. Valid detections (at receivers). Observations at receivers should occur during their deployment windows; other observations may be included in centralised databases due to receiver checks, range testing or re-deployment elsewhere.

    3. Valid tags. acoustics is checked for any unknown tag IDs. These may be due unrecorded use of tags for receiver checking or range testing, other tagging programmes or type A false detections.

    4. Valid detections (of tags). As for detections at receivers, all detections of tags should occur during their deployment windows.

    5. False detections. False detections should be flagged.

    6. -
    - -

    process_quality_check is mainly designed to be implemented after data-processing has already taken place as a basic `final check' for common issues in passive acoustic telemetry datasets. For each check, the function returns a message or warning depending on the outcome; subsequently, the most appropriate course of action (e.g., retention versus removal of flagged observations in acoustics will depend on the context). Other important checks -- such as checking for receivers which were lost and later recovered, excluding observations during receiver servicing dates, excluding observations during tag capture events and further investigation of false detections -- may be required.

    -

    Author

    - +

    process_quality_check is mainly designed to be implemented after data-processing has already taken place as a basic `final check' for common issues in passive acoustic telemetry datasets. For each check, the function returns a message or warning depending on the outcome; subsequently, the most appropriate course of action (e.g., retention versus removal of flagged observations in acoustics will depend on the context). Other important checks -- such as checking for receivers which were lost and later recovered, excluding observations during receiver servicing dates, excluding observations during tag capture events and further investigation of false detections -- may be required.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Prepare data -## All data have previously passed false detection filters (see glatos::false_detections()) -dat_acoustics$passed_filter <- 1 -## Times should be in POSIXct format -dat_moorings$receiver_start_date <- as.POSIXct(dat_moorings$receiver_start_date) -lubridate::tz(dat_moorings$receiver_start_date) <- "UTC" -dat_moorings$receiver_end_date <- as.POSIXct(dat_moorings$receiver_end_date) -lubridate::tz(dat_moorings$receiver_end_date) <- "UTC" -dat_ids$tag_start_date <- as.POSIXct(dat_ids$tag_start_date) -lubridate::tz(dat_ids$tag_start_date) <- "UTC" -## tag_end_date column needed in dat_ids -dat_ids$tag_end_date <- as.POSIXct("2020-01-01", tz = "UTC") - -#### Implement process_quality_check() on processed data as a final check for any issues -process_quality_check(dat_acoustics, dat_moorings, dat_ids) -
    #> Check 1 (receiver identity): passed.
    #> Check 2 (receiver deployment windows): passed.
    #> Check 3 (tag identity): passed.
    #> Check 4 (tag deployment windows): passed.
    #> Check 5 (false detections) passed: acoustics$passed_filter does not contain false detections.
    -#### Add erroneous data to acoustics for demonstrating process_quality_check() -## Define a convenience function to add erroneous data to -# ... acoustics to demonstrate process_quality_check() -add_erroneous_row <- function(acoustics, row = nrow(acoustics), col, val){ - tmp_ls <- lapply(val, function(v){ - tmp <- acoustics[row, ] - tmp[1, col] <- v - return(tmp) - }) - tmp <- dplyr::bind_rows(tmp_ls) - acoustics <- rbind(acoustics, tmp) - return(acoustics) -} -## Add erroneous receiver ids -nrw <- nrow(dat_acoustics) -acoustics_wth_errors <- add_erroneous_row(dat_acoustics, - row = nrw, - col = "receiver_id", - val = c(100, 200, 300)) -## Add erroneous time stamps (outside receiver/individual id deployment periods ) -acoustics_wth_errors <- add_erroneous_row(acoustics_wth_errors, - row = nrw, - col = "timestamp", - val = as.POSIXct(c("2019-01-01", "2019-03-01"), - tz = "UTC")) -## Add erroneous individual ids -acoustics_wth_errors <- add_erroneous_row(acoustics_wth_errors, - row = nrw, - col = "individual_id", - val = c(100, 200, 300)) -## Examine erroneous data: -utils::tail(acoustics_wth_errors, 10) -
    #> individual_id transmitter_id index timestamp receiver_id -#> 39241 35 A69-1303-540 19903 2017-04-12 22:12:00 57 -#> 39242 35 A69-1303-540 19904 2017-04-19 23:22:00 48 -#> 39243 35 A69-1303-540 19904 2017-04-19 23:22:00 100 -#> 39244 35 A69-1303-540 19904 2017-04-19 23:22:00 200 -#> 39245 35 A69-1303-540 19904 2017-04-19 23:22:00 300 -#> 39246 35 A69-1303-540 19904 2019-01-01 00:00:00 48 -#> 39247 35 A69-1303-540 19904 2019-03-01 00:00:00 48 -#> 39248 100 A69-1303-540 19904 2017-04-19 23:22:00 48 -#> 39249 200 A69-1303-540 19904 2017-04-19 23:22:00 48 -#> 39250 300 A69-1303-540 19904 2017-04-19 23:22:00 48 -#> receiver receiver_long receiver_lat receiver_depth passed_filter -#> 39241 VR2AR-546585 -5.623995 56.37436 75 1 -#> 39242 VR2AR-546134 -5.643867 56.38278 145 1 -#> 39243 VR2AR-546134 -5.643867 56.38278 145 1 -#> 39244 VR2AR-546134 -5.643867 56.38278 145 1 -#> 39245 VR2AR-546134 -5.643867 56.38278 145 1 -#> 39246 VR2AR-546134 -5.643867 56.38278 145 1 -#> 39247 VR2AR-546134 -5.643867 56.38278 145 1 -#> 39248 VR2AR-546134 -5.643867 56.38278 145 1 -#> 39249 VR2AR-546134 -5.643867 56.38278 145 1 -#> 39250 VR2AR-546134 -5.643867 56.38278 145 1
    -#### Implement process_quality_check() -process_quality_check(acoustics_wth_errors, dat_moorings, dat_ids) -
    #> Warning: Check 1 (receiver identity): failed. 3 receiver identities unknown (100, 200, 300), corresponding to 3 observations in acoustics.
    #> Warning: Check 3 (receiver deployment windows): failed. 2 observations in acoustics outside of receiver deployment windows.
    #> Warning: Check 3 (tag identity): failed. 3 tag identities unknown (100, 200, 300), corresponding to 3 observations in acoustics.
    #> Check 4 (tag deployment windows): passed.
    #> Check 5 (false detections) passed: acoustics$passed_filter does not contain false detections.
    -
    +
    +

    Examples

    +
    #### Prepare data
    +## All data have previously passed false detection filters (see glatos::false_detections())
    +dat_acoustics$passed_filter <- 1
    +## Times should be in POSIXct format
    +dat_moorings$receiver_start_date <-  as.POSIXct(dat_moorings$receiver_start_date)
    +lubridate::tz(dat_moorings$receiver_start_date) <- "UTC"
    +dat_moorings$receiver_end_date   <-  as.POSIXct(dat_moorings$receiver_end_date)
    +lubridate::tz(dat_moorings$receiver_end_date) <- "UTC"
    +dat_ids$tag_start_date <- as.POSIXct(dat_ids$tag_start_date)
    +lubridate::tz(dat_ids$tag_start_date) <- "UTC"
    +## tag_end_date column needed in dat_ids
    +dat_ids$tag_end_date   <- as.POSIXct("2020-01-01", tz = "UTC")
    +
    +#### Implement process_quality_check() on processed data as a final check for any issues
    +process_quality_check(dat_acoustics, dat_moorings, dat_ids)
    +#> Check 1 (receiver identity): passed. 
    +#> Check 2 (receiver deployment windows): passed. 
    +#> Check 3 (tag identity): passed. 
    +#> Check 4 (tag deployment windows): passed. 
    +#> Check 5 (false detections) passed: acoustics$passed_filter does not contain false detections. 
    +
    +#### Add erroneous data to acoustics for demonstrating process_quality_check()
    +## Define a convenience function to add erroneous data to
    +# ... acoustics to demonstrate process_quality_check()
    +add_erroneous_row <- function(acoustics, row = nrow(acoustics), col, val){
    +  tmp_ls <- lapply(val, function(v){
    +    tmp <- acoustics[row, ]
    +    tmp[1, col] <- v
    +    return(tmp)
    +  })
    +  tmp <- dplyr::bind_rows(tmp_ls)
    +  acoustics <- rbind(acoustics, tmp)
    +  return(acoustics)
    +}
    +## Add erroneous receiver ids
    +nrw <- nrow(dat_acoustics)
    +acoustics_wth_errors <- add_erroneous_row(dat_acoustics,
    +                                          row = nrw,
    +                                          col = "receiver_id",
    +                                          val = c(100, 200, 300))
    +## Add erroneous time stamps (outside receiver/individual id deployment periods )
    +acoustics_wth_errors <- add_erroneous_row(acoustics_wth_errors,
    +                                         row = nrw,
    +                                          col = "timestamp",
    +                                          val = as.POSIXct(c("2019-01-01", "2019-03-01"),
    +                                                           tz = "UTC"))
    +## Add erroneous individual ids
    +acoustics_wth_errors <- add_erroneous_row(acoustics_wth_errors,
    +                                          row = nrw,
    +                                          col = "individual_id",
    +                                          val = c(100, 200, 300))
    +## Examine erroneous data:
    +utils::tail(acoustics_wth_errors, 10)
    +#>       individual_id transmitter_id index           timestamp receiver_id
    +#> 39241            35   A69-1303-540 19903 2017-04-12 22:12:00          57
    +#> 39242            35   A69-1303-540 19904 2017-04-19 23:22:00          48
    +#> 39243            35   A69-1303-540 19904 2017-04-19 23:22:00         100
    +#> 39244            35   A69-1303-540 19904 2017-04-19 23:22:00         200
    +#> 39245            35   A69-1303-540 19904 2017-04-19 23:22:00         300
    +#> 39246            35   A69-1303-540 19904 2019-01-01 00:00:00          48
    +#> 39247            35   A69-1303-540 19904 2019-03-01 00:00:00          48
    +#> 39248           100   A69-1303-540 19904 2017-04-19 23:22:00          48
    +#> 39249           200   A69-1303-540 19904 2017-04-19 23:22:00          48
    +#> 39250           300   A69-1303-540 19904 2017-04-19 23:22:00          48
    +#>           receiver receiver_long receiver_lat receiver_depth passed_filter
    +#> 39241 VR2AR-546585     -5.623995     56.37436             75             1
    +#> 39242 VR2AR-546134     -5.643867     56.38278            145             1
    +#> 39243 VR2AR-546134     -5.643867     56.38278            145             1
    +#> 39244 VR2AR-546134     -5.643867     56.38278            145             1
    +#> 39245 VR2AR-546134     -5.643867     56.38278            145             1
    +#> 39246 VR2AR-546134     -5.643867     56.38278            145             1
    +#> 39247 VR2AR-546134     -5.643867     56.38278            145             1
    +#> 39248 VR2AR-546134     -5.643867     56.38278            145             1
    +#> 39249 VR2AR-546134     -5.643867     56.38278            145             1
    +#> 39250 VR2AR-546134     -5.643867     56.38278            145             1
    +
    +#### Implement process_quality_check()
    +process_quality_check(acoustics_wth_errors, dat_moorings, dat_ids)
    +#> Warning: Check 1 (receiver identity): failed. 3 receiver identities unknown (100, 200, 300), corresponding to 3 observations in acoustics. 
    +#> Warning: Check 3 (receiver deployment windows): failed. 2 observations in acoustics outside of receiver deployment windows. 
    +#> Warning: Check 3 (tag identity): failed. 3 tag identities unknown (100, 200, 300), corresponding to 3 observations in acoustics. 
    +#> Check 4 (tag deployment windows): passed. 
    +#> Check 5 (false detections) passed: acoustics$passed_filter does not contain false detections. 
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/process_receiver_id.html b/docs/reference/process_receiver_id.html index 0c2e730..dd917b6 100644 --- a/docs/reference/process_receiver_id.html +++ b/docs/reference/process_receiver_id.html @@ -1,67 +1,12 @@ - - - - - - - -Add unique receiver IDs to passive acoustic telemetry time series — process_receiver_id • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Add unique receiver IDs to passive acoustic telemetry time series — process_receiver_id • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,90 +65,94 @@

    Add unique receiver IDs to passive acoustic telemetry time series

    This function extracts the unique receiver deployment IDs (e.g., 1,...n) from a dataframe containing receiver attributes (e.g. unique receiver deployment IDs, receiver codes and locations), termed moorings, that correspond to passive acoustic telemetry (PAT) receiver codes in detection time series, termed acoustics. This is especially useful if the same receiver has been deployed multiple times (e.g. in different locations) over the course of the study. In this scenario, the receiver code in the PAT detection time series does not uniquely identify the unique receiver deployment, which means that receiver codes in PAT data and metadata cannot simply be matched: instead, both receiver code(s) and the time of detection(s) need to be included in the matching procedure. In this case, process_receiver_id examines each receiver with detections in acoustics. If that receiver was redeployed, the function examines the time of each detection and returns the ID of the receiver that recorded that detection (given the timing of receiver deployment). If each receiver was only deployed once, this function simply matches receiver codes in moorings and receiver codes in acoustics and returns the receiver IDs (which, in this case, may be the same as the receiver codes) in moorings that correspond to each receiver code in acoustics.

    -
    process_receiver_id(acoustics, moorings)
    - -

    Arguments

    - - - - - - - - - - -
    acoustics

    A dataframe which comprises passive acoustic telemetry detection time series. This must contain two named columns: `timestamp', a POSIXct vector which defines the time of each detection; and `receiver', a vector which defines the receiver at which each detection was made. The column `receiver' should also be found in moorings (see below).

    moorings

    A dataframe which contains passive acoustic telemetry receiver metadata. This must contain four named columns: `receiver', as above for acoustics; `receiver_id', a unique identifier for each receiver deployment; `receiver_start_date', a POSIXct vector which defines the time of each receiver deployment; and `receiver_end_date', a POSIXct vector which defines the end of each receiver deployment. If objects of class Date are provided for `receiver_start_date' and `receiver_end_date', these are coerced to POSIXct objects with a warning so that the timing of receiver detections and deployment is comparable (i.e., of the same object type).

    +
    +
    process_receiver_id(acoustics, moorings)
    +
    -

    Value

    +
    +

    Arguments

    +
    acoustics
    +

    A dataframe which comprises passive acoustic telemetry detection time series. This must contain two named columns: `timestamp', a POSIXct vector which defines the time of each detection; and `receiver', a vector which defines the receiver at which each detection was made. The column `receiver' should also be found in moorings (see below).

    -

    The function returns a vector of receiver IDs, as defined in the moorings$receiver_id column, which correspond to each detection in the acoustics dataframe.

    -

    Details

    -

    The function implements foverlaps to overlap the timing of detections with the timing of receiver deployments to account for receiver deployment in the assignment of receiver IDs.

    -

    See also

    +
    moorings
    +

    A dataframe which contains passive acoustic telemetry receiver metadata. This must contain four named columns: `receiver', as above for acoustics; `receiver_id', a unique identifier for each receiver deployment; `receiver_start_date', a POSIXct vector which defines the time of each receiver deployment; and `receiver_end_date', a POSIXct vector which defines the end of each receiver deployment. If objects of class Date are provided for `receiver_start_date' and `receiver_end_date', these are coerced to POSIXct objects with a warning so that the timing of receiver detections and deployment is comparable (i.e., of the same object type).

    -

    add_unit_id is a slightly more general function.

    -

    Author

    +
    +
    +

    Value

    + +

    The function returns a vector of receiver IDs, as defined in the moorings$receiver_id column, which correspond to each detection in the acoustics dataframe.

    +
    +
    +

    Details

    +

    The function implements foverlaps to overlap the timing of detections with the timing of receiver deployments to account for receiver deployment in the assignment of receiver IDs.

    +
    +
    +

    See also

    +

    add_unit_id is a slightly more general function.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Define example data -# In this example, we have two receivers, but one has been re-deployed: -moorings <- data.frame(receiver = c(1, 1, 2), - receiver_id = c(1, 2, 3), - start_date = as.POSIXct(c("2016-01-01", - "2016-01-02", - "2016-01-01"), tz = "UTC"), - end_date = as.POSIXct(c("2016-01-02", - "2016-01-03", - "2016-01-02"), tz = "UTC") - ) -# Our observational dataframe contains receivers but not unique receiver IDs: -acoustics <- data.frame(receiver = c(1, 1, 2), - timestamp = as.POSIXct(c("2016-01-01 00:30:00", - "2016-01-02 00:30:00", - "2016-01-01 00:30:00"), tz = "UTC") - ) - -#### Example (1): Add unique receiver IDs to the observational dataframe -# The first observation corresponds to receiver 1; -# The second observation corresponds to the same receiver -# ... but a different deployment, and has receiver_id = 2 -# The third observation corresponds to receiver id 3; -acoustics$receiver_id <- process_receiver_id(acoustics, moorings) -acoustics -
    #> receiver timestamp receiver_id -#> 1 1 2016-01-01 00:30:00 1 -#> 2 1 2016-01-02 00:30:00 2 -#> 3 2 2016-01-01 00:30:00 3
    -
    +
    +

    Examples

    +
    #### Define example data
    +# In this example, we have two receivers, but one has been re-deployed:
    +moorings <- data.frame(receiver = c(1, 1, 2),
    +                       receiver_id = c(1, 2, 3),
    +                       start_date = as.POSIXct(c("2016-01-01",
    +                                                 "2016-01-02",
    +                                                 "2016-01-01"), tz = "UTC"),
    +                       end_date = as.POSIXct(c("2016-01-02",
    +                                               "2016-01-03",
    +                                               "2016-01-02"), tz = "UTC")
    +                       )
    +# Our observational dataframe contains receivers but not unique receiver IDs:
    +acoustics <- data.frame(receiver = c(1, 1, 2),
    +                       timestamp = as.POSIXct(c("2016-01-01 00:30:00",
    +                                                 "2016-01-02 00:30:00",
    +                                                 "2016-01-01 00:30:00"), tz = "UTC")
    +                                              )
    +
    +#### Example (1): Add unique receiver IDs to the observational dataframe
    +# The first observation corresponds to receiver 1;
    +# The second observation corresponds to the same receiver
    +# ... but a different deployment, and has receiver_id = 2
    +# The third observation corresponds to receiver id 3;
    +acoustics$receiver_id <- process_receiver_id(acoustics, moorings)
    +acoustics
    +#>   receiver           timestamp receiver_id
    +#> 1        1 2016-01-01 00:30:00           1
    +#> 2        1 2016-01-02 00:30:00           2
    +#> 3        2 2016-01-01 00:30:00           3
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/process_surface.html b/docs/reference/process_surface.html index 2bd1efd..9376ef4 100644 --- a/docs/reference/process_surface.html +++ b/docs/reference/process_surface.html @@ -1,67 +1,12 @@ - - - - - - - -Process a Raster* by aggregation and quantify the error induced by this process — process_surface • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Process a Raster* by aggregation and quantify the error induced by this process — process_surface • flapper - - + + - - -
    -
    - -
    - -
    +
    -

    This function reduces the resolution of a raster by multiple aggregation methods and then quantifies the relative error induced by each method from the differences between the original values and the aggregated values. To implement the function, a raster (x) must be supplied as well as an aggregation factor (fact) and a named list of functions (stat) used to aggregate the raster. The raster is aggregated using each method (function) and mapped back onto the original resolution for calculation of the differences between the original raster and the aggregated raster(s). The function returns a visual statistical summary of the differences (if plot = TRUE) and a named list comprising the aggregated raster(s) and the re-sampled version(s) of those mapped back onto the original resolution.

    +

    This function reduces the resolution of a raster by multiple aggregation methods and then quantifies the relative error induced by each method from the differences between the original values and the aggregated values. To implement the function, a raster (x) must be supplied as well as an aggregation factor (fact) and a named list of functions (stat) used to aggregate the raster. The raster is aggregated using each method (function) and mapped back onto the original resolution for calculation of the differences between the original raster and the aggregated raster(s). The function returns a visual statistical summary of the differences (if plot = TRUE) and a named list comprising the aggregated raster(s) and the re-sampled version(s) of those mapped back onto the original resolution.

    +
    + +
    +
    process_surface(
    +  x,
    +  fact = 2L,
    +  stat = list(mean = mean),
    +  ...,
    +  plot = TRUE,
    +  cl = NULL,
    +  varlist = NULL,
    +  verbose = TRUE
    +)
    -
    process_surface(
    -  x,
    -  fact = 2L,
    -  stat = list(mean = mean),
    -  ...,
    -  plot = TRUE,
    -  cl = NULL,
    -  varlist = NULL,
    -  verbose = TRUE
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    x

    A raster to be processed. For implementations preceding a call to of one of flapper's particle filtering algorithms, x should be planar (i.e., Universal Transverse Mercator projection) with equal resolution in the x, y directions and identical units in the x, y and z directions (see pf).

    fact

    A positive integer that defines by how much x should be aggregated (see aggregate).

    stat

    A named list of functions used to aggregate x (see the fun argument of aggregate).

    ...

    Additional arguments passed to aggregate to control aggregation.

    plot

    A logical input that defines whether or not to plot a summary of the differences between the original raster (x) and the aggregated raster(s). If specified, the minimum, median and maximum difference are shown for each statistic (stat).

    cl, varlist

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    verbose

    A logical input that defines whether or not to print messages to the console to relay function progress.

    - -

    Value

    - -

    The function returns a plot of the differences between the original and aggregated raster(s), if plot = TRUE, and a named list of (a) the aggregated raster(s) (`agg_by_stat'), (b) the aggregated, resampled raster(s) (`agg_by_stat_rs') and (c) the summary statistics plotted.

    -

    Details

    - -

    This function was motivated by the particle filtering algorithms in flapper (e.g., pf). For these algorithms, it is computationally beneficial to reduce raster resolution, where possible, by aggregation. To facilitate this process, this function quantifies the relative error induced by different aggregation functions. If appropriate, the particle filtering algorithm(s) can then be implemented using the aggregated raster that minimises the error, with the magnitude of that error propagated via the depth_error parameter.

    -

    See also

    - - -

    Author

    +
    +

    Arguments

    +
    x
    +

    A raster to be processed. For implementations preceding a call to of one of flapper's particle filtering algorithms, x should be planar (i.e., Universal Transverse Mercator projection) with equal resolution in the x, y directions and identical units in the x, y and z directions (see pf).

    + + +
    fact
    +

    A positive integer that defines by how much x should be aggregated (see aggregate).

    + + +
    stat
    +

    A named list of functions used to aggregate x (see the fun argument of aggregate).

    + + +
    ...
    +

    Additional arguments passed to aggregate to control aggregation.

    + +
    plot
    +

    A logical input that defines whether or not to plot a summary of the differences between the original raster (x) and the aggregated raster(s). If specified, the minimum, median and maximum difference are shown for each statistic (stat).

    + + +
    cl, varlist
    +

    (optional) Parallelisation options. cl is (a) a cluster object from makeCluster or (b) an integer that defines the number of child processes. varlist is a character vector of variables for export (see cl_export). Exported variables must be located in the global environment. If a cluster is supplied, the connection to the cluster is closed within the function (see cl_stop). For further information, see cl_lapply and flapper-tips-parallel.

    + + +
    verbose
    +

    A logical input that defines whether or not to print messages to the console to relay function progress.

    + +
    +
    +

    Value

    + + +

    The function returns a plot of the differences between the original and aggregated raster(s), if plot = TRUE, and a named list of (a) the aggregated raster(s) (`agg_by_stat'), (b) the aggregated, resampled raster(s) (`agg_by_stat_rs') and (c) the summary statistics plotted.

    +
    +
    +

    Details

    +

    This function was motivated by the particle filtering algorithms in flapper (e.g., pf). For these algorithms, it is computationally beneficial to reduce raster resolution, where possible, by aggregation. To facilitate this process, this function quantifies the relative error induced by different aggregation functions. If appropriate, the particle filtering algorithm(s) can then be implemented using the aggregated raster that minimises the error, with the magnitude of that error propagated via the depth_error parameter.

    +
    +
    +

    See also

    + +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    # Define the raster for which to implement the function -x <- dat_gebco -blank <- raster::raster(raster::extent(x), crs = raster::crs(x), resolution = 250) -x <- raster::resample(x, blank, method = "bilinear") -
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    # Implement function using a list of statistics -out <- process_surface(x, fact = 2, stat = list(min = min, mean = mean, median = median, max = max)) -
    #> flapper::process_surface() called (@ 2022-06-17 10:08:17)... -#> ... Aggregating raster...
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    #> Warning: aggregation factor is larger than the number of columns
    #> Warning: aggregation factor is larger than the number of rows
    #> ... Resampling aggregated raster(s) back onto the original resolution... -#> ... Computing differences between the original and aggregated raster(s)... -#> ... Summarising the differences between rasters across statistic(s)...
    #> Warning: no non-missing arguments to min; returning Inf
    #> Warning: no non-missing arguments to min; returning Inf
    #> Warning: no non-missing arguments to min; returning Inf
    #> Warning: no non-missing arguments to min; returning Inf
    #> Warning: no non-missing arguments to max; returning -Inf
    #> Warning: no non-missing arguments to max; returning -Inf
    #> Warning: no non-missing arguments to max; returning -Inf
    #> Warning: no non-missing arguments to max; returning -Inf
    #> 4 observation pair(s) in x are NA; these are removed.
    #> Error in (function (side = 1:4, x = list(), lim = list(), pretty = list(n = 5), units = list(), axis = list(), pi_notation = NULL, control_axis = list(las = TRUE), control_sci_notation = list(), control_digits = NULL, control_factor_lim = 0.5, axis_ls = NULL, add = FALSE, return_list = TRUE, ...) { if (is.null(axis_ls)) { if (length(side) == 3) stop("Three axis sides are not currently supported.") if (length(side) > 1) { if (!(side[1] %in% c(1, 3))) stop("side[1] should refer to an x axis (i.e., side[1] = 1 or 3).") if (!(side[2] %in% c(2, 4))) stop("side[2] should refer to a y axis (i.e., side[2] = 2 or 4).") } if (length(x) == 0) { if (length(lim) == 0) { stop("'x' or 'lim' must be supplied.") } else { message("pretty_axis() 'x' values taken from 'lim'.") x <- lim } } check_input_class(arg = "x", input = x, if_class = NULL, to_class = "list", type = "stop") lim <- empty_list_to_list_null("lim", lim) pretty <- empty_list_to_list_null("pretty", pretty) units <- empty_list_to_list_null("units", units) axis <- empty_list_to_list_null("axis", axis) if (is.null(pi_notation)) pi_notation <- lapply(1:length(side), function(x) -1) pi_notation <- empty_list_to_list_null("pi_notation", pi_notation) mapply(list(x, lim, units), list("x", "lim", "units"), FUN = function(elm, elm_name) { if (length(elm) > 0 & length(elm) > length(side)) { stop(paste0(length(side), " side(s) supplied but argument '", elm_name, "' contains ", length(elm), " elements.")) } }) x <- mapply(x, 1:length(x), FUN = function(elm, i) { arg <- paste0("x[[", i, "]]") elm <- check_input_class(arg = arg, input = elm, if_class = "character", to_class = "factor", type = "warning", coerce_input = factor) elm <- check_tz(arg, elm) return(elm) }, SIMPLIFY = FALSE) lim <- mapply(lim, 1:length(lim), FUN = function(elm, i) { arg <- paste0("lim[[", i, "]]") elm <- check_tz(arg, elm) return(elm) }, SIMPLIFY = FALSE) lx <- sapply(x, length) if (length(unique(lx)) != 1) { message("'x' contains elements with different numbers of observations; collapsing each element (i) in 'x' to range(i).") x <- lapply(x, function(e) { if (inherits(e, "factor")) { rng <- range_factor(e) } else { rng <- range(e, na.rm = TRUE) } return(rng) }) lx <- c(2, 2) } dat <- data.frame(do.call(cbind, x)) dat <- dat[stats::complete.cases(dat), , drop = FALSE] nrw <- nrow(dat) if (nrw != lx[1]) { lna <- lx[1] - nrw message(paste(lna, "observation pair(s) in x are NA; these are removed.")) x <- lapply(1:ncol(dat), function(i) return(dat[, i])) if (length(x[[1]]) < 1) stop("No non NA observations left in x.") } lim <- list_adjust(l = lim, f = length, side = side) pretty <- list_adjust(l = pretty, f = list_depth, side = side) units <- list_adjust(l = units, f = length, side = side) axis <- list_adjust(l = axis, f = list_depth, side = side) pi_notation <- list_adjust(l = pi_notation, f = list_depth, side = side) dots <- list(...) dnms <- names(dots) if (!is.null(dnms)) { for (param in c("cex.axis", "cex.lab", "col.axis", "col.lab", "font.axis", "font.lab", "las")) { if (param %in% dnms) control_axis[[param]] <- dots[[param]] } } axis_ls <- mapply(side, x, lim, pretty, units, axis, pi_notation, SIMPLIFY = FALSE, FUN = function(iside, ix, ilim, ipretty, iunits, iaxis, ipi) { testing <- FALSE if (testing) { iside <- side[1] ix <- x[[1]] ilim <- lim[[1]] ipretty <- pretty[[1]] iunits <- units[[1]] iaxis <- axis[[1]] ipi <- pi_notation[[1]] } if (inherits(ilim, "list")) ilim <- Reduce(c, ilim) ipretty <- compact(ipretty) iunits <- unlist(compact(iunits)) iaxis <- compact(iaxis) ipi <- compact(ipi) ipi <- compact(ipi) if (all(sapply(1:length(ipi), function(i) isTRUE(unlist(ipi)[i] == -1)))) ipi <- NULL if (is_number(ix)) { if (!is.null(ipi)) { ix <- ix/pi if (!is.null(ilim)) ilim <- ilim/pi } } else { if (!is.null(ipi)) warning("pi_notation argument(s) ignored for non-numeric variable(s).") } iunits_warn <- ifelse(length(iunits) != 0, TRUE, FALSE) iunits <- units_x(iunits, x = ix) ilim <- define_lim_init(x = ix, at = iaxis$at, lim = ilim) if (is.null(iaxis$at)) { if (length(ipretty) > 0) { if (iunits_warn) warning("Both pretty and units specified for an axis. pretty arguments implemented.") pretty_seq_ls <- pretty_seq(x = ix, lim = ilim, pretty_args = ipretty) iaxis$at <- pretty_seq_ls$at ilim <- pretty_seq_ls$lim } else { iaxis$at <- seq_x(ilim[1], ilim[2], units = iunits) } } if (is.factor(ix)) { ilim <- c(min(ilim) - control_factor_lim, max(ilim) + control_factor_lim) attributes(ilim)$user <- c(FALSE, FALSE) } if (is.null(iaxis$labels)) iaxis$labels <- pretty_labels(x = ix, at = iaxis$at, n = control_digits, pi_notation_args = ipi, sci_notation_args = control_sci_notation) if (is_number(ix) & !is.null(ipi)) { ilim <- ilim * pi iaxis$at <- iaxis$at * pi } iaxis$side <- iside if (length(control_axis) > 0) iaxis <- rlist::list.merge(iaxis, control_axis) out <- list(axis = iaxis, lim = ilim) return(out) }) names(axis_ls) <- side s1s <- c("1", "2", "3", "4") s2s <- list(c("2", "4"), c("1", "3"), c("2", "4"), c("1", "3")) sfs <- list(min, min, max, max) for (s in 1:4) { s1 <- s1s[s] s2 <- s2s[[s]] s21 <- s2[1] s22 <- s2[2] sf <- sfs[[s]] if (s1 %in% side) { if (is.null(axis_ls[[s1]]$axis$pos) & !is.null(axis_ls[[s21]]$axis) | !is.null(axis_ls[[s22]]$axis)) { s2select <- s2[which(c(!is.null(axis_ls[[s21]]$axis), !is.null(axis_ls[[s22]]$axis)))] s2select <- s2select[1] axis_ls[[s1]]$axis$pos <- sf(axis_ls[[s2select]]$lim) } } } } if (any(is.na(names(axis_ls)))) { stop("names(axis_ls) contains NA(s). The number of sides and the number of elements in argument lists is not aligned.") } if (add) { lapply(axis_ls, function(elem) { tmp_axis_args <- elem$axis tmp_axis_args$at <- elem$lim tmp_axis_args$lwd.ticks <- c(0, 0) tmp_axis_args$labels <- c("", "") at <- elem$axis$at add_axis <- choose_foo_axis(at) do.call(add_axis, tmp_axis_args) do.call(add_axis, elem$axis) }) } if (return_list) return(axis_ls)})(add = FALSE, type = "n", side = 1:2, pretty = list(n = 5), x = list(structure(1:4, .Label = c("min", "mean", "median", "max"), class = "factor"), c(min = NaN, mean = NaN, median = NaN, max = NaN)), lim = list(x = NULL, y = c(-Inf, Inf))): No non NA observations left in x.
    summary(out) -
    #> Error in summary(out): object 'out' not found
    -
    +
    +

    Examples

    +
    # Define the raster for which to implement the function
    +x <- dat_gebco
    +blank <- raster::raster(raster::extent(x), crs = raster::crs(x), resolution = 250)
    +x <- raster::resample(x, blank, method = "bilinear")
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +# Implement function using a list of statistics
    +out <- process_surface(x, fact = 2, stat = list(min = min, mean = mean, median = median, max = max))
    +#> flapper::process_surface() called (@ 2023-02-19 15:04:40)... 
    +#> ... Aggregating raster... 
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +#> Warning: aggregation factor is larger than the number of columns
    +#> Warning: aggregation factor is larger than the number of rows
    +#> ... Resampling aggregated raster(s) back onto the original resolution... 
    +#> ... Computing differences between the original and aggregated raster(s)... 
    +#> ... Summarising the differences between rasters across statistic(s)... 
    +#> Warning: no non-missing arguments to min; returning Inf
    +#> Warning: no non-missing arguments to min; returning Inf
    +#> Warning: no non-missing arguments to min; returning Inf
    +#> Warning: no non-missing arguments to min; returning Inf
    +#> Warning: no non-missing arguments to max; returning -Inf
    +#> Warning: no non-missing arguments to max; returning -Inf
    +#> Warning: no non-missing arguments to max; returning -Inf
    +#> Warning: no non-missing arguments to max; returning -Inf
    +#> 4 observation pair(s) in x are NA; these are removed.
    +#> Error in (function (side = 1:4, x = list(), lim = list(), pretty = list(n = 5),     units = list(), axis = list(), pi_notation = NULL, control_axis = list(las = TRUE),     control_sci_notation = list(), control_digits = NULL, control_factor_lim = 0.5,     axis_ls = NULL, add = FALSE, return_list = TRUE, ...) {    if (is.null(axis_ls)) {        if (length(side) == 3)             stop("Three axis sides are not currently supported.")        if (length(side) > 1) {            if (!(side[1] %in% c(1, 3)))                 stop("side[1] should refer to an x axis (i.e., side[1] = 1 or 3).")            if (!(side[2] %in% c(2, 4)))                 stop("side[2] should refer to a y axis (i.e., side[2] = 2 or 4).")        }        if (length(x) == 0) {            if (length(lim) == 0) {                stop("'x' or 'lim' must be supplied.")            }            else {                message("pretty_axis() 'x' values taken from 'lim'.")                x <- lim            }        }        check_input_class(arg = "x", input = x, if_class = NULL,             to_class = "list", type = "stop")        lim <- empty_list_to_list_null("lim", lim)        pretty <- empty_list_to_list_null("pretty", pretty)        units <- empty_list_to_list_null("units", units)        axis <- empty_list_to_list_null("axis", axis)        if (is.null(pi_notation))             pi_notation <- lapply(1:length(side), function(x) -1)        pi_notation <- empty_list_to_list_null("pi_notation",             pi_notation)        mapply(list(x, lim, units), list("x", "lim", "units"),             FUN = function(elm, elm_name) {                if (length(elm) > 0 & length(elm) > length(side)) {                  stop(paste0(length(side), " side(s) supplied but argument '",                     elm_name, "' contains ", length(elm), " elements."))                }            })        x <- mapply(x, 1:length(x), FUN = function(elm, i) {            arg <- paste0("x[[", i, "]]")            elm <- check_input_class(arg = arg, input = elm,                 if_class = "character", to_class = "factor",                 type = "warning", coerce_input = factor)            elm <- check_tz(arg, elm)            return(elm)        }, SIMPLIFY = FALSE)        lim <- mapply(lim, 1:length(lim), FUN = function(elm,             i) {            arg <- paste0("lim[[", i, "]]")            elm <- check_tz(arg, elm)            return(elm)        }, SIMPLIFY = FALSE)        lx <- sapply(x, length)        if (length(unique(lx)) != 1) {            message("'x' contains elements with different numbers of observations; collapsing each element (i) in 'x' to range(i).")            x <- lapply(x, function(e) {                if (inherits(e, "factor")) {                  rng <- range_factor(e)                }                else {                  rng <- range(e, na.rm = TRUE)                }                return(rng)            })            lx <- c(2, 2)        }        dat <- data.frame(do.call(cbind, x))        dat <- dat[stats::complete.cases(dat), , drop = FALSE]        nrw <- nrow(dat)        if (nrw != lx[1]) {            lna <- lx[1] - nrw            message(paste(lna, "observation pair(s) in x are NA; these are removed."))            x <- lapply(1:ncol(dat), function(i) return(dat[,                 i]))            if (length(x[[1]]) < 1)                 stop("No non NA observations left in x.")        }        lim <- list_adjust(l = lim, f = length, side = side)        pretty <- list_adjust(l = pretty, f = list_depth, side = side)        units <- list_adjust(l = units, f = length, side = side)        axis <- list_adjust(l = axis, f = list_depth, side = side)        pi_notation <- list_adjust(l = pi_notation, f = list_depth,             side = side)        dots <- list(...)        dnms <- names(dots)        if (!is.null(dnms)) {            for (param in c("cex.axis", "cex.lab", "col.axis",                 "col.lab", "font.axis", "font.lab", "las")) {                if (param %in% dnms)                   control_axis[[param]] <- dots[[param]]            }        }        axis_ls <- mapply(side, x, lim, pretty, units, axis,             pi_notation, SIMPLIFY = FALSE, FUN = function(iside,                 ix, ilim, ipretty, iunits, iaxis, ipi) {                testing <- FALSE                if (testing) {                  iside <- side[1]                  ix <- x[[1]]                  ilim <- lim[[1]]                  ipretty <- pretty[[1]]                  iunits <- units[[1]]                  iaxis <- axis[[1]]                  ipi <- pi_notation[[1]]                }                if (inherits(ilim, "list"))                   ilim <- Reduce(c, ilim)                ipretty <- compact(ipretty)                iunits <- unlist(compact(iunits))                iaxis <- compact(iaxis)                ipi <- compact(ipi)                ipi <- compact(ipi)                if (all(sapply(1:length(ipi), function(i) isTRUE(unlist(ipi)[i] ==                   -1))))                   ipi <- NULL                if (is_number(ix)) {                  if (!is.null(ipi)) {                    ix <- ix/pi                    if (!is.null(ilim))                       ilim <- ilim/pi                  }                }                else {                  if (!is.null(ipi))                     warning("pi_notation argument(s) ignored for non-numeric variable(s).")                }                iunits_warn <- ifelse(length(iunits) != 0, TRUE,                   FALSE)                iunits <- units_x(iunits, x = ix)                ilim <- define_lim_init(x = ix, at = iaxis$at,                   lim = ilim)                if (is.null(iaxis$at)) {                  if (length(ipretty) > 0) {                    if (iunits_warn)                       warning("Both pretty and units specified for an axis. pretty arguments implemented.")                    pretty_seq_ls <- pretty_seq(x = ix, lim = ilim,                       pretty_args = ipretty)                    iaxis$at <- pretty_seq_ls$at                    ilim <- pretty_seq_ls$lim                  }                  else {                    iaxis$at <- seq_x(ilim[1], ilim[2], units = iunits)                  }                }                if (is.factor(ix)) {                  ilim <- c(min(ilim) - control_factor_lim, max(ilim) +                     control_factor_lim)                  attributes(ilim)$user <- c(FALSE, FALSE)                }                if (is.null(iaxis$labels))                   iaxis$labels <- pretty_labels(x = ix, at = iaxis$at,                     n = control_digits, pi_notation_args = ipi,                     sci_notation_args = control_sci_notation)                if (is_number(ix) & !is.null(ipi)) {                  ilim <- ilim * pi                  iaxis$at <- iaxis$at * pi                }                iaxis$side <- iside                if (length(control_axis) > 0)                   iaxis <- rlist::list.merge(iaxis, control_axis)                out <- list(axis = iaxis, lim = ilim)                return(out)            })        names(axis_ls) <- side        s1s <- c("1", "2", "3", "4")        s2s <- list(c("2", "4"), c("1", "3"), c("2", "4"), c("1",             "3"))        sfs <- list(min, min, max, max)        for (s in 1:4) {            s1 <- s1s[s]            s2 <- s2s[[s]]            s21 <- s2[1]            s22 <- s2[2]            sf <- sfs[[s]]            if (s1 %in% side) {                if (is.null(axis_ls[[s1]]$axis$pos) & !is.null(axis_ls[[s21]]$axis) |                   !is.null(axis_ls[[s22]]$axis)) {                  s2select <- s2[which(c(!is.null(axis_ls[[s21]]$axis),                     !is.null(axis_ls[[s22]]$axis)))]                  s2select <- s2select[1]                  axis_ls[[s1]]$axis$pos <- sf(axis_ls[[s2select]]$lim)                }            }        }    }    if (any(is.na(names(axis_ls)))) {        stop("names(axis_ls) contains NA(s). The number of sides and the number of elements in argument lists is not aligned.")    }    if (add) {        lapply(axis_ls, function(elem) {            tmp_axis_args <- elem$axis            tmp_axis_args$at <- elem$lim            tmp_axis_args$lwd.ticks <- c(0, 0)            tmp_axis_args$labels <- c("", "")            at <- elem$axis$at            add_axis <- choose_foo_axis(at)            do.call(add_axis, tmp_axis_args)            elem$axis$col.ticks <- elem$axis$col            elem$axis$col <- NA            if (is.null(elem$axis$col.ticks))                 elem$axis$col.ticks <- "black"            do.call(add_axis, elem$axis)        })    }    if (return_list)         return(axis_ls)})(add = FALSE, type = "n", side = 1:2, pretty = list(n = 5),     x = list(structure(1:4, levels = c("min", "mean", "median",     "max"), class = "factor"), c(min = NaN, mean = NaN, median = NaN,     max = NaN)), lim = list(x = NULL, y = c(-Inf, Inf))): No non NA observations left in x.
    +summary(out)
    +#> Error in summary(out): object 'out' not found
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/query_open_topo.html b/docs/reference/query_open_topo.html index e3a9b12..da93fc2 100644 --- a/docs/reference/query_open_topo.html +++ b/docs/reference/query_open_topo.html @@ -1,67 +1,12 @@ - - - - - - - -Query the Open Topo Data API for elevation data — query_open_topo • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Query the Open Topo Data API for elevation data — query_open_topo • flapper - - - - + + -
    -
    - -
    - -
    +
    @@ -123,145 +65,148 @@

    Query the Open Topo Data API for elevation data

    This function queries the Open Topo Data elevation Application Programming Interface (API) to extract elevation data for inputted coordinates, rasters, or areas.

    -
    query_open_topo(
    -  x,
    -  db = "gebco2020",
    -  interpolation = "bilinear",
    -  encoding = NULL,
    -  verbose = TRUE,
    -  ...
    -)
    +
    +
    query_open_topo(
    +  x,
    +  db = "gebco2020",
    +  interpolation = "bilinear",
    +  encoding = NULL,
    +  verbose = TRUE,
    +  ...
    +)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    x

    A two-column matrix of coordinates (x, y), an extent object or a raster that defines the coordinates/area for which elevation data are desired. If a matrix is supplied, a query is sent for all pairs of coordinates in this matrix. If an extent object is provided, a query is sent for all cells spanning this area, depending on the specified dimensions (see ...). If a raster is supplied, a query is only sent for non NA cells, which can be more efficient (since areas for which data are not required can be masked prior to function implementation). The coordinate reference system must be latitude/longitude.

    db

    A character string that defines the database to be queried. Any option supported by Open Topo Data can be inputted, including ASTER ("aster30m"), ETOPO1 ("etopo1"), EU-DEM ("eudem25m"), Mapzen ("mapzen"), NED ("ned10m"), NZ DEM ("nzdem8m"), SRTM ("srtm90m"), EMOD bathymetry ("emod2018") and GEBCO bathymetry ("gebco2020") (see https://www.opentopodata.org for further details).

    interpolation

    A character ("nearest", "bilinear" or "cubic") that defines the interpolation method that is used to interpolate elevation values to inputted x locations.

    encoding

    (optional) The character encoding (e.g., UTF-8).

    verbose

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    ...

    Additional arguments passed to raster if x is an Extent object, such as the resolution.

    +
    +

    Arguments

    +
    x
    +

    A two-column matrix of coordinates (x, y), an extent object or a raster that defines the coordinates/area for which elevation data are desired. If a matrix is supplied, a query is sent for all pairs of coordinates in this matrix. If an extent object is provided, a query is sent for all cells spanning this area, depending on the specified dimensions (see ...). If a raster is supplied, a query is only sent for non NA cells, which can be more efficient (since areas for which data are not required can be masked prior to function implementation). The coordinate reference system must be latitude/longitude.

    -

    Value

    -

    The function returns elevation (`z') values from the specified database as a matrix, if code x is a matrix, or a raster, if code x is a raster or an Extent object. Coordinates/areas without data are returned as NAs.

    -

    Details

    +
    db
    +

    A character string that defines the database to be queried. Any option supported by Open Topo Data can be inputted, including ASTER ("aster30m"), ETOPO1 ("etopo1"), EU-DEM ("eudem25m"), Mapzen ("mapzen"), NED ("ned10m"), NZ DEM ("nzdem8m"), SRTM ("srtm90m"), EMOD bathymetry ("emod2018") and GEBCO bathymetry ("gebco2020") (see https://www.opentopodata.org for further details).

    -

    Open Topo Data is an elevation API. Further information, including on supported datasets, supported numbers of locations (which, at the time of writing, is limited to 100) and other details are provided here: https://www.opentopodata.org/. This function requires the httr and jsonlite packages to query databases.

    -

    See also

    -

    Open Topo Data (https://www.opentopodata.org/).

    -

    Author

    +
    interpolation
    +

    A character ("nearest", "bilinear" or "cubic") that defines the interpolation method that is used to interpolate elevation values to inputted x locations.

    -

    Edward Lavender

    -

    Examples

    -
    if (FALSE) { -#### Set up example spatial data with lat/long projection -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -dat_gebco_wgs84 <- raster::projectRaster(dat_gebco, crs = proj_wgs84) -dat_coast_wgs84 <- sp::spTransform(dat_coast, proj_wgs84) +
    encoding
    +

    (optional) The character encoding (e.g., UTF-8).

    + -#### Example (1): Queries with a single set of coordinates -# Define coordinates -x <- dat_gebco_wgs84 -x <- matrix(c(-5.616532, 56.50279), ncol = 2) -# Plot area -prettyGraphics::pretty_map(add_rasters = list(x = dat_gebco_wgs84), - add_polys = list(x = dat_coast_wgs84), - add_points = list(x = x), - verbose = FALSE) -# Check depth in area using available data -raster::extract(dat_gebco_wgs84, x) -# Query database -query_open_topo(x = x, db = "gebco2020") +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    -#### Example (2): Use alternative options -# Alternative databases, such as EMOD bathymetry -query_open_topo(x = x, db = "emod2018", verbose = FALSE) -# Set interpolation -query_open_topo(x = x, db = "emod2018", - interpolation = "cubic", verbose = FALSE) -#### Example (2): Queries with multiple coordinates -# Define a random sample of coordinates -x <- raster::coordinates(dat_gebco_wgs84) -index <- sample(1:nrow(x), 25) -x <- x[index, ] -# Query database -depth <- query_open_topo(x = x, db = "gebco2020") -# Compare to manually extracted values -# ... (some of these are NA because dat_gebco has been masked over land) -depth <- cbind(depth, raster::extract(dat_gebco_wgs84, x)) +
    ...
    +

    Additional arguments passed to raster if x is an Extent object, such as the resolution.

    -#### Example (3): Queries using an Extent object -# Note that only 100 locations can be queried at a time -# ... hence the restrictions on the resolution specified here. -x <- raster::extent(dat_coast_wgs84) -depth <- query_open_topo(x = x, nrows = 10, ncols = 10, db = "gebco2020") -prettyGraphics::pretty_map(add_rasters = list(x = depth), - add_polys = list(x = dat_coast_wgs84), - verbose = FALSE) +
    +
    +

    Value

    + -#### Example (4): Queries from a masked raster -# Focus on a small area -ext <- raster::extent(c(-5.709508, -5.648977, 56.48656, 56.50267)) -x <- raster::crop(dat_gebco_wgs84, ext) -prettyGraphics::pretty_map(add_rasters = list(x = x), - add_polys = list(x = dat_coast_wgs84), - verbose = FALSE) -# Query database -depth <- query_open_topo(x = x, db = "gebco2020") -prettyGraphics::pretty_map(add_rasters = list(x = depth), - add_polys = list(x = dat_coast_wgs84), - verbose = FALSE) -} +

    The function returns elevation (`z') values from the specified database as a matrix, if code x is a matrix, or a raster, if code x is a raster or an Extent object. Coordinates/areas without data are returned as NAs.

    +
    +
    +

    Details

    +

    Open Topo Data is an elevation API. Further information, including on supported datasets, supported numbers of locations (which, at the time of writing, is limited to 100) and other details are provided here: https://www.opentopodata.org/. This function requires the httr and jsonlite packages to query databases.

    +
    +
    +

    See also

    +

    Open Topo Data (https://www.opentopodata.org/).

    +
    +
    +

    Author

    +

    Edward Lavender

    +
    -
    +
    +

    Examples

    +
    if (FALSE) {
    +#### Set up example spatial data with lat/long projection
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +dat_gebco_wgs84 <- raster::projectRaster(dat_gebco, crs = proj_wgs84)
    +dat_coast_wgs84 <- sp::spTransform(dat_coast, proj_wgs84)
    +
    +#### Example (1): Queries with a single set of coordinates
    +# Define coordinates
    +x <- dat_gebco_wgs84
    +x <- matrix(c(-5.616532, 56.50279), ncol = 2)
    +# Plot area
    +prettyGraphics::pretty_map(add_rasters = list(x = dat_gebco_wgs84),
    +                           add_polys = list(x = dat_coast_wgs84),
    +                           add_points = list(x = x),
    +                           verbose = FALSE)
    +# Check depth in area using available data
    +raster::extract(dat_gebco_wgs84, x)
    +# Query database
    +query_open_topo(x = x, db = "gebco2020")
    +
    +#### Example (2): Use alternative options
    +# Alternative databases, such as EMOD bathymetry
    +query_open_topo(x = x, db = "emod2018", verbose = FALSE)
    +# Set interpolation
    +query_open_topo(x = x, db = "emod2018",
    +                interpolation = "cubic", verbose = FALSE)
    +
    +#### Example (2): Queries with multiple coordinates
    +# Define a random sample of coordinates
    +x <- raster::coordinates(dat_gebco_wgs84)
    +index <- sample(1:nrow(x), 25)
    +x <- x[index, ]
    +# Query database
    +depth <- query_open_topo(x = x, db = "gebco2020")
    +# Compare to manually extracted values
    +# ... (some of these are NA because dat_gebco has been masked over land)
    +depth <- cbind(depth, raster::extract(dat_gebco_wgs84, x))
    +
    +#### Example (3): Queries using an Extent object
    +# Note that only 100 locations can be queried at a time
    +# ... hence the restrictions on the resolution specified here.
    +x <- raster::extent(dat_coast_wgs84)
    +depth <- query_open_topo(x = x, nrows = 10, ncols = 10, db = "gebco2020")
    +prettyGraphics::pretty_map(add_rasters = list(x = depth),
    +                           add_polys = list(x = dat_coast_wgs84),
    +                           verbose = FALSE)
    +
    +#### Example (4): Queries from a masked raster
    +# Focus on a small area
    +ext <- raster::extent(c(-5.709508, -5.648977, 56.48656, 56.50267))
    +x <- raster::crop(dat_gebco_wgs84, ext)
    +prettyGraphics::pretty_map(add_rasters = list(x = x),
    +                           add_polys = list(x = dat_coast_wgs84),
    +                           verbose = FALSE)
    +# Query database
    +depth <- query_open_topo(x = x, db = "gebco2020")
    +prettyGraphics::pretty_map(add_rasters = list(x = depth),
    +                           add_polys = list(x = dat_coast_wgs84),
    +                           verbose = FALSE)
    +}
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/round_any.html b/docs/reference/round_any.html index 6d2df8f..9af9f50 100644 --- a/docs/reference/round_any.html +++ b/docs/reference/round_any.html @@ -1,67 +1,12 @@ - - - - - - - -Round to multiple of any number — round_any • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Round to multiple of any number — round_any • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,54 +65,50 @@

    Round to multiple of any number

    Round to multiple of any number.

    -
    round_any(x, accuracy, f = round)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    x

    numeric or date-time (POSIXct) vector to round

    accuracy

    number to round to; for POSIXct objects, a number of seconds

    f

    rounding function: floor, ceiling or round

    - -

    Source

    - -

    This function and the documentation are taken from the `plyr' package. The function is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    round_any(x, accuracy, f = round)
    +
    + +
    +

    Source

    +

    This function and the documentation are taken from the `plyr' package. The function is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    +

    Arguments

    +
    x
    +

    numeric or date-time (POSIXct) vector to round

    + + +
    accuracy
    +

    number to round to; for POSIXct objects, a number of seconds

    + + +
    f
    +

    rounding function: floor, ceiling or round

    + +
    +
    - - - + + diff --git a/docs/reference/segments_cross_barrier-1.png b/docs/reference/segments_cross_barrier-1.png index 0e9c268..ef6ab9f 100644 Binary files a/docs/reference/segments_cross_barrier-1.png and b/docs/reference/segments_cross_barrier-1.png differ diff --git a/docs/reference/segments_cross_barrier.html b/docs/reference/segments_cross_barrier.html index 7e23878..98a6a14 100644 --- a/docs/reference/segments_cross_barrier.html +++ b/docs/reference/segments_cross_barrier.html @@ -1,67 +1,12 @@ - - - - - - - -Determine if Euclidean path segments cross a barrier — segments_cross_barrier • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Determine if Euclidean path segments cross a barrier — segments_cross_barrier • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,142 +65,148 @@

    Determine if Euclidean path segments cross a barrier

    Given a sequence of `starting' and `ending' locations (start and end), this function determines whether or not the Euclidean path (`segment') between each location pair crosses a barrier.

    -
    segments_cross_barrier(start, end, barrier, distance = NULL, mobility = NULL)
    +
    +
    segments_cross_barrier(start, end, barrier, distance = NULL, mobility = NULL)
    +
    -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    start

    A two-column matrix of coordinates that defines the `start' location of each segment.

    end

    A two-column matrix of coordinates that defines the `end' location of each segment.

    barrier

    A simple feature geometry that defines the barrier (see st_intersects).

    distance

    (optional) A raster that defines distances from the barrier. If supplied, mobility is required (see below).

    mobility

    (optional) If distance is supplied, mobility is a number that defines the distance threshold. Location pairs for which both locations are further than mobility from the barrier are assumed not to overlap with the barrier. If start and end are possible locations for an animal at a given pair of time steps, mobility is the distance that the individual could move between time steps (see pf).

    +
    +

    Arguments

    +
    start
    +

    A two-column matrix of coordinates that defines the `start' location of each segment.

    -

    Value

    -

    The function returns a one-column matrix, with each row corresponding to a row in start/end, with a logical value that defines whether or not the Euclidean path segment connecting those two locations crosses the barrier (TRUE) or not (FALSE).

    -

    Edward Lavender

    -

    Details

    +
    end
    +

    A two-column matrix of coordinates that defines the `end' location of each segment.

    -

    This function was motivated by the need to support internal routines in pf_simplify. Specifically, the function is used to minimise the number of shortest-distance calculations that are required by restricting calculations (if applicable) to particle pairs that require movement around a barrier, such as the coastline. (In these cases, Euclidean distances may be poor approximations of shortest distances that an aquatic animal must travel.)

    -

    The function implements a three-step approach to derive barrier overlaps:

      -
    1. The function determines whether or not the minimum convex polygon (i.e., boundary box) around start/end intersects with barrier. If it does not, then no location segments can overlap with the barrier. This step is fast.

    2. -
    3. If the locations' minimum convex polygon intersects with the barrier, and if distance and mobility have been supplied, the function extracts the distance of each location in start and end from the barrier. Location pairs for which both locations are further than mobility from the barrier are dropped. This step is also fast.

    4. -
    5. For any remaining location pairs, the function links each start and end location and determines whether or not each linkage (`segment') intersects with the barrier using sf routines. This step can be slow for large numbers of locations (hence the first two filtering steps).

    6. -
    -

    The following criteria apply to applications of this function:

      -
    1. The number of observations in start and end must match.

    2. -
    3. The coordinate reference system for start, end and barrier must match.

    4. -
    5. If distance is supplied, mobility must also be supplied.

    6. -
    7. The function requires the sf_linestring and st_intersects functions.

    8. -
    +
    barrier
    +

    A simple feature geometry that defines the barrier (see st_intersects).

    + + +
    distance
    +

    (optional) A raster that defines distances from the barrier. If supplied, mobility is required (see below).

    -

    For speed in iterative applications, the function does not check whether or not these criteria are met.

    -

    Examples

    -
    #### Plot example area and define barrier -raster::plot(dat_gebco) -
    raster::lines(dat_coast) -
    barrier <- sf::st_as_sf(dat_coast) +
    mobility
    +

    (optional) If distance is supplied, mobility is a number that defines the distance threshold. Location pairs for which both locations are further than mobility from the barrier are assumed not to overlap with the barrier. If start and end are possible locations for an animal at a given pair of time steps, mobility is the distance that the individual could move between time steps (see pf).

    -#### Example (1): Implement function using barrier only +
    +
    +

    Value

    + -## Define example starting and ending locations -start <- matrix(c(701854.9, 6260399, - 709202.5, 6258892), ncol = 2, byrow = TRUE) -end <- matrix(c(706753.3, 6264261, - 709673.5, 6257102), ncol = 2, byrow = TRUE) +

    The function returns a one-column matrix, with each row corresponding to a row in start/end, with a logical value that defines whether or not the Euclidean path segment connecting those two locations crosses the barrier (TRUE) or not (FALSE).

    -## Visualise segments -# ... The first segment crosses the coastline (our barrier) -# ... The second segment does not cross the coastline (our barrier) -graphics::arrows(x0 = start[1, 1], y0 = start[1, 2], - x1 = end[1, 1], y1 = end[1, 2]) -
    graphics::arrows(x0 = start[2, 1], y0 = start[2, 2], - x1 = end[2, 1], y1 = end[2, 2]) -
    -## Implement function -segments_cross_barrier(start, end, barrier = barrier) -
    #> [,1] -#> [1,] TRUE -#> [2,] FALSE
    -#### Example (2): Implement function using barrier with distance and mobility -## Define distances from barrier -dat_dist <- raster::rasterize(dat_coast, dat_gebco) -dat_dist <- raster::distance(dat_dist) -
    #> Error in .local(x, y = y, ...): RasterLayer has no NA cells (for which to compute a distance)
    -## Implement function for a specified mobility parameter -segments_cross_barrier(start, end, barrier = barrier, - distance = dat_dist, mobility = 500) -
    #> [,1] -#> [1,] FALSE -#> [2,] FALSE
    -#### Example (3): With many locations, supplying distance improves speed +

    Edward Lavender

    +
    +
    +

    Details

    +

    This function was motivated by the need to support internal routines in pf_simplify. Specifically, the function is used to minimise the number of shortest-distance calculations that are required by restricting calculations (if applicable) to particle pairs that require movement around a barrier, such as the coastline. (In these cases, Euclidean distances may be poor approximations of shortest distances that an aquatic animal must travel.)

    +

    The function implements a three-step approach to derive barrier overlaps:

    1. The function determines whether or not the minimum convex polygon (i.e., boundary box) around start/end intersects with barrier. If it does not, then no location segments can overlap with the barrier. This step is fast.

    2. +
    3. If the locations' minimum convex polygon intersects with the barrier, and if distance and mobility have been supplied, the function extracts the distance of each location in start and end from the barrier. Location pairs for which both locations are further than mobility from the barrier are dropped. This step is also fast.

    4. +
    5. For any remaining location pairs, the function links each start and end location and determines whether or not each linkage (`segment') intersects with the barrier using sf routines. This step can be slow for large numbers of locations (hence the first two filtering steps).

    6. +

    The following criteria apply to applications of this function:

    1. The number of observations in start and end must match.

    2. +
    3. The coordinate reference system for start, end and barrier must match.

    4. +
    5. If distance is supplied, mobility must also be supplied.

    6. +
    7. The function requires the sf_linestring and st_intersects functions.

    8. +

    For speed in iterative applications, the function does not check whether or not these criteria are met.

    +
    -## Sample a large number of random starting/ending locations -start <- raster::sampleRandom(dat_gebco, size = 3000, xy = TRUE)[, 1:2] -
    #> Error in .local(x, size, ...): size <= ncell(x) is not TRUE
    end <- raster::sampleRandom(dat_gebco, size = 3000, xy = TRUE)[, 1:2] -
    #> Error in .local(x, size, ...): size <= ncell(x) is not TRUE
    -## Compare the duration of the function without/with distance included -# The first method without distance is much slower than the second method -# (~0.714 s versus 0.131 s for 3000 locations) -system.time( - int_1 <- segments_cross_barrier(start, end, barrier = barrier) - ) -
    #> user system elapsed -#> 0.015 0.000 0.015
    system.time( - int_2 <- segments_cross_barrier(start, end, barrier = barrier, - distance = dat_dist, mobility = 500) - ) -
    #> user system elapsed -#> 0.004 0.000 0.004
    -## The two approaches return identical solutions: -identical(int_1, int_2) -
    #> [1] FALSE
    -
    +
    +

    Examples

    +
    #### Plot example area and define barrier
    +raster::plot(dat_gebco)
    +raster::lines(dat_coast)
    +barrier <- sf::st_as_sf(dat_coast)
    +
    +#### Example (1): Implement function using barrier only
    +
    +## Define example starting and ending locations
    +start <- matrix(c(701854.9, 6260399,
    +                  709202.5, 6258892), ncol = 2, byrow = TRUE)
    +end <- matrix(c(706753.3, 6264261,
    +                709673.5, 6257102), ncol = 2, byrow = TRUE)
    +
    +## Visualise segments
    +# ... The first segment crosses the coastline (our barrier)
    +# ... The second segment does not cross the coastline (our barrier)
    +graphics::arrows(x0 = start[1, 1], y0 = start[1, 2],
    +                 x1 = end[1, 1], y1 = end[1, 2])
    +graphics::arrows(x0 = start[2, 1], y0 = start[2, 2],
    +                 x1 = end[2, 1], y1 = end[2, 2])
    +
    +
    +## Implement function
    +segments_cross_barrier(start, end, barrier = barrier)
    +#>       [,1]
    +#> [1,]  TRUE
    +#> [2,] FALSE
    +
    +#### Example (2): Implement function using barrier with distance and mobility
    +
    +## Define distances from barrier
    +dat_dist <- raster::rasterize(dat_coast, dat_gebco)
    +dat_dist <- raster::distance(dat_dist)
    +#> Error in .local(x, y = y, ...): RasterLayer has no NA cells (for which to compute a distance)
    +
    +## Implement function for a specified mobility parameter
    +segments_cross_barrier(start, end, barrier = barrier,
    +                       distance = dat_dist, mobility = 500)
    +#>       [,1]
    +#> [1,] FALSE
    +#> [2,] FALSE
    +
    +#### Example (3): With many locations, supplying distance improves speed
    +
    +## Sample a large number of random starting/ending locations
    +start <- raster::sampleRandom(dat_gebco, size = 3000, xy = TRUE)[, 1:2]
    +#> Error in .local(x, size, ...): size <= ncell(x) is not TRUE
    +end   <- raster::sampleRandom(dat_gebco, size = 3000, xy = TRUE)[, 1:2]
    +#> Error in .local(x, size, ...): size <= ncell(x) is not TRUE
    +
    +## Compare the duration of the function without/with distance included
    +# The first method without distance is much slower than the second method
    +# (~0.714 s versus 0.131 s for 3000 locations)
    +system.time(
    +  int_1 <- segments_cross_barrier(start, end, barrier = barrier)
    +  )
    +#>    user  system elapsed 
    +#>    0.02    0.00    0.02 
    +system.time(
    +  int_2 <- segments_cross_barrier(start, end, barrier = barrier,
    +                                  distance = dat_dist, mobility = 500)
    +  )
    +#>    user  system elapsed 
    +#>   0.005   0.000   0.005 
    +
    +## The two approaches return identical solutions:
    +identical(int_1, int_2)
    +#> [1] FALSE
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/sim_array-1.png b/docs/reference/sim_array-1.png index ef9247b..0c0613b 100644 Binary files a/docs/reference/sim_array-1.png and b/docs/reference/sim_array-1.png differ diff --git a/docs/reference/sim_array-10.png b/docs/reference/sim_array-10.png index 6520c54..632b30d 100644 Binary files a/docs/reference/sim_array-10.png and b/docs/reference/sim_array-10.png differ diff --git a/docs/reference/sim_array-11.png b/docs/reference/sim_array-11.png index 42d0587..067965a 100644 Binary files a/docs/reference/sim_array-11.png and b/docs/reference/sim_array-11.png differ diff --git a/docs/reference/sim_array-12.png b/docs/reference/sim_array-12.png index e75e01b..57d0244 100644 Binary files a/docs/reference/sim_array-12.png and b/docs/reference/sim_array-12.png differ diff --git a/docs/reference/sim_array-13.png b/docs/reference/sim_array-13.png index aae71fa..838dd61 100644 Binary files a/docs/reference/sim_array-13.png and b/docs/reference/sim_array-13.png differ diff --git a/docs/reference/sim_array-14.png b/docs/reference/sim_array-14.png index 79e1774..816c8ec 100644 Binary files a/docs/reference/sim_array-14.png and b/docs/reference/sim_array-14.png differ diff --git a/docs/reference/sim_array-2.png b/docs/reference/sim_array-2.png index caf382a..af3eecc 100644 Binary files a/docs/reference/sim_array-2.png and b/docs/reference/sim_array-2.png differ diff --git a/docs/reference/sim_array-3.png b/docs/reference/sim_array-3.png index bb8657a..bc5bbe9 100644 Binary files a/docs/reference/sim_array-3.png and b/docs/reference/sim_array-3.png differ diff --git a/docs/reference/sim_array-4.png b/docs/reference/sim_array-4.png index f62b380..87f8928 100644 Binary files a/docs/reference/sim_array-4.png and b/docs/reference/sim_array-4.png differ diff --git a/docs/reference/sim_array-5.png b/docs/reference/sim_array-5.png index a1ce311..32e047c 100644 Binary files a/docs/reference/sim_array-5.png and b/docs/reference/sim_array-5.png differ diff --git a/docs/reference/sim_array-6.png b/docs/reference/sim_array-6.png index edf08bd..f28582e 100644 Binary files a/docs/reference/sim_array-6.png and b/docs/reference/sim_array-6.png differ diff --git a/docs/reference/sim_array-7.png b/docs/reference/sim_array-7.png index 52914b8..6a01e43 100644 Binary files a/docs/reference/sim_array-7.png and b/docs/reference/sim_array-7.png differ diff --git a/docs/reference/sim_array-8.png b/docs/reference/sim_array-8.png index 473859d..dbb400e 100644 Binary files a/docs/reference/sim_array-8.png and b/docs/reference/sim_array-8.png differ diff --git a/docs/reference/sim_array-9.png b/docs/reference/sim_array-9.png index 4a79351..fc07fba 100644 Binary files a/docs/reference/sim_array-9.png and b/docs/reference/sim_array-9.png differ diff --git a/docs/reference/sim_array.html b/docs/reference/sim_array.html index 28081d1..2a500f8 100644 --- a/docs/reference/sim_array.html +++ b/docs/reference/sim_array.html @@ -1,67 +1,12 @@ - - - - - - - -Simulate (marine) monitoring arrays — sim_array • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Simulate (marine) monitoring arrays — sim_array • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,233 +65,325 @@

    Simulate (marine) monitoring arrays

    This function is designed to simulate different kinds of array designs for monitoring stations. The function has been particularly inspired by the need to simulate passive acoustic telemetry array designs, which comprise networks of acoustic hydrophones that listen for acoustic transmissions from tagged marine animals. To implement the function, it is necessary to define the boundaries of the area (boundaries). Barriers to movement, such as coastline, within this area can be simulated or included from real datasets. The area is populated with a specified number of receivers (n_receivers) that are simulated under different array designs (namely, regular, random, stratified, non-aligned, hexagonal and clustered arrangements) or incorporated from real data. The function returns a list of spatial objects that define the array and, if requested, a plot of the area.

    -
    sim_array(
    -  boundaries = raster::extent(-10, 10, -10, 10),
    -  coastline = NULL,
    -  land_inside_coastline = TRUE,
    -  n_receivers = 10L,
    -  arrangement = "random",
    -  seed = NULL,
    -  plot = TRUE,
    -  xlim = NULL,
    -  ylim = NULL,
    -  add_sea = NULL,
    -  add_land = NULL,
    -  add_receivers = list(),
    -  verbose = TRUE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    boundaries

    An extent object that defines the boundaries of the (simulated) study area.

    coastline

    (optional) This argument is used to incorporate the presence of barriers, such as coastline, in the area. There are three options. If coastline = NULL, no barriers are incorporated. If coastline = "simple_random", then a triangular island is simulated in the study area. Alternatively, a spatial object, such as a SpatialPolygonsDataFrame, that defines the coastline in an area can be incorporated into the array design by passing this coastline.

    land_inside_coastline

    A logical variable that defines whether or not the land is `inside' the polygon(s) defined by coastline (land_inside_coastline = TRUE) or the sea is `inside' the polygon(s) (land_inside_coastline = FALSE).

    n_receivers

    An integer that defines the number of receivers in the array. This is ignored if receiver locations are specified via arrangement.

    arrangement, ...

    A character string or a SpatialPoints object that defines the arrangement of receivers. Supported character string options for simulated arrays are "regular", "random", "stratified", "nonaligned", "hexagonal" and "clustered" (see spsample, which is used to simulate receiver locations). Additional arguments can be passed to this function via ... for further control. Otherwise, a SpatialPoints object that defines the coordinates of receivers (in the same coordinate reference system as boundaries and, if applicable, coastline) is assumed to have been provided.

    seed

    An integer that is used to set the seed to enable reproducible simulations (see set.seed).

    plot

    A logical variable that defines whether or not plot the array (via pretty_map).

    xlim, ylim

    (optional) Axis limits for the plot. These can be specified in any way supported by pretty_axis.

    add_sea, add_land, add_receivers

    (optional) Named lists of arguments, passed to pretty_map, to customise the appearance of the sea, land and/or receivers on the plot. add_* = NULL suppresses the addition of the layer to the plot. To use the default graphical parameters, simply specify add_* = list().

    verbose

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    - -

    Value

    - -

    The function returns a named list of (a) the spatial objects that define the simulated array (`array') and (b) the arguments used to generate this array (`args'). The `array' element is a named list contains the following elements: `boundaries', an Extent-class object that defines the boundaries of the area (as inputted); `area', a SpatialPolygons-class object that defines the boundaries of the area; `land' and `sea', SpatialPolygons-class or SpatialPolygonsDataFrame-class objects that define the land and sea respectively; and `xy', a SpatialPoints-class object that defines receiver locations. If plot = TRUE, the function also returns a plot of the array.

    -

    Details

    +
    +
    sim_array(
    +  boundaries = raster::extent(-10, 10, -10, 10),
    +  coastline = NULL,
    +  land_inside_coastline = TRUE,
    +  n_receivers = 10L,
    +  arrangement = "random",
    +  seed = NULL,
    +  plot = TRUE,
    +  xlim = NULL,
    +  ylim = NULL,
    +  add_sea = NULL,
    +  add_land = NULL,
    +  add_receivers = list(),
    +  verbose = TRUE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    boundaries
    +

    An extent object that defines the boundaries of the (simulated) study area.

    + + +
    coastline
    +

    (optional) This argument is used to incorporate the presence of barriers, such as coastline, in the area. There are three options. If coastline = NULL, no barriers are incorporated. If coastline = "simple_random", then a triangular island is simulated in the study area. Alternatively, a spatial object, such as a SpatialPolygonsDataFrame, that defines the coastline in an area can be incorporated into the array design by passing this coastline.

    + + +
    land_inside_coastline
    +

    A logical variable that defines whether or not the land is `inside' the polygon(s) defined by coastline (land_inside_coastline = TRUE) or the sea is `inside' the polygon(s) (land_inside_coastline = FALSE).

    + + +
    n_receivers
    +

    An integer that defines the number of receivers in the array. This is ignored if receiver locations are specified via arrangement.

    + + +
    arrangement, ...
    +

    A character string or a SpatialPoints object that defines the arrangement of receivers. Supported character string options for simulated arrays are "regular", "random", "stratified", "nonaligned", "hexagonal" and "clustered" (see spsample, which is used to simulate receiver locations). Additional arguments can be passed to this function via ... for further control. Otherwise, a SpatialPoints object that defines the coordinates of receivers (in the same coordinate reference system as boundaries and, if applicable, coastline) is assumed to have been provided.

    + + +
    seed
    +

    An integer that is used to set the seed to enable reproducible simulations (see set.seed).

    -

    Note that this function does not currently support temporally varying array designs.

    -

    For coupled simulation--analysis workflows (such as sim_array, sim_path_sa and sim_detections plus ac, dc, acdc and pf) note that the representation of the coastline as SpatialPolygons-class or SpatialPolygonsDataFrame-class objects by the sim_* functions, rather than a raster grid, may be problematic at the land--sea interface if the Spatial* data used for the simulation do not agree precisely with the raster data used to reconstruct movements: locations that are `allowed' from the perspective of the Spatial* data may not be allowed by the raster data (and vice versa). At the time of writing, this can be resolved by simply checking simulated array positions in relation to the grid across which movements are reconstructed. Receiver locations should also be translated onto the raster before simulating detections (see sim_detections). In the future, this should be resolved by defining simulation areas across a raster too (see also acs_setup_containers).

    -

    See also

    -

    sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement.

    -

    Author

    +
    plot
    +

    A logical variable that defines whether or not plot the array (via pretty_map).

    + +
    xlim, ylim
    +

    (optional) Axis limits for the plot. These can be specified in any way supported by pretty_axis.

    + + +
    add_sea, add_land, add_receivers
    +

    (optional) Named lists of arguments, passed to pretty_map, to customise the appearance of the sea, land and/or receivers on the plot. add_* = NULL suppresses the addition of the layer to the plot. To use the default graphical parameters, simply specify add_* = list().

    + + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    + +
    +
    +

    Value

    + + +

    The function returns a named list of (a) the spatial objects that define the simulated array (`array') and (b) the arguments used to generate this array (`args'). The `array' element is a named list contains the following elements: `boundaries', an Extent-class object that defines the boundaries of the area (as inputted); `area', a SpatialPolygons-class object that defines the boundaries of the area; `land' and `sea', SpatialPolygons-class or SpatialPolygonsDataFrame-class objects that define the land and sea respectively; and `xy', a SpatialPoints-class object that defines receiver locations. If plot = TRUE, the function also returns a plot of the array.

    +
    +
    +

    Details

    +

    Note that this function does not currently support temporally varying array designs.

    +

    For coupled simulation--analysis workflows (such as sim_array, sim_path_sa and sim_detections plus ac, dc, acdc and pf) note that the representation of the coastline as SpatialPolygons-class or SpatialPolygonsDataFrame-class objects by the sim_* functions, rather than a raster grid, may be problematic at the land--sea interface if the Spatial* data used for the simulation do not agree precisely with the raster data used to reconstruct movements: locations that are `allowed' from the perspective of the Spatial* data may not be allowed by the raster data (and vice versa). At the time of writing, this can be resolved by simply checking simulated array positions in relation to the grid across which movements are reconstructed. Receiver locations should also be translated onto the raster before simulating detections (see sim_detections). In the future, this should be resolved by defining simulation areas across a raster too (see also acs_setup_containers).

    +
    +
    +

    See also

    +

    sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Simulate an array using default parameters -# ... And force reproducible simulations by defining the seed -array <- sim_array(boundaries = raster::extent(-10, 10, -10, 10), - seed = 1) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    -#### Example (2): Simulate coastline and customise plot -# ... via add_land and add_sea -array <- sim_array(boundaries = raster::extent(-10, 10, -10, 10), - coastline = "simple_random", - add_land = list(col = "darkgreen"), - add_sea = list(col = scales::alpha("skyblue", 0.2)), - seed = 1 - ) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating coastline... -#> ... ... Simulating coastline...
    #> Warning: less than 4 coordinates in polygon
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    -#### Example (3): Add custom coastline -array <- sim_array(boundaries = raster::extent(dat_coast), - coastline = dat_coast, - add_land = list(col = "darkgreen"), - add_sea = list(col = scales::alpha("skyblue", 0.2)), - seed = 1 - ) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area... -#> ... Incorporating coastline... -#> ... Incorporating receivers... -#> ... ... Simulating receivers...
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    -#### Example (4): Change the number of receivers -array <- sim_array(n_receivers = 5) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    array <- sim_array(n_receivers = 25) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    -#### Example (5): Change the arrangement of receivers -## Explore different arrangements -array <- sim_array(n_receivers = 25, arrangement = "random") -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    array <- sim_array(n_receivers = 25, arrangement = "regular") -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    array <- sim_array(n_receivers = 25, arrangement = "clustered", nclusters = 5) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    array <- sim_array(n_receivers = 25, arrangement = "stratified") -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    array <- sim_array(n_receivers = 25, arrangement = "nonaligned") -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    array <- sim_array(n_receivers = 25, arrangement = "hexagonal") -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    ## Force arrangements around coastline -# Simulated island -array <- sim_array(n_receivers = 25, - coastline = "simple_random", - arrangement = "regular", - add_land = list()) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area...
    #> CRS of area is NA.
    #> ... Incorporating coastline... -#> ... ... Simulating coastline...
    #> Warning: less than 4 coordinates in polygon
    #> ... Incorporating receivers... -#> ... ... Simulating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    # Real coastline -array <- sim_array(boundaries = raster::extent(dat_coast), - n_receivers = 25, - coastline = dat_coast, - arrangement = "regular", - add_land = list()) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area... -#> ... Incorporating coastline... -#> ... Incorporating receivers... -#> ... ... Simulating receivers...
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    ## Incorporate custom arrangements -# Define receiver locations as a SpatialPoints object with a UTM CRS -# ... to match other spatial datasets -proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326") -proj_utm <- sp::CRS(SRS_string = "EPSG:32629") -xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")], - proj_wgs84) -xy <- sp::spTransform(xy, proj_utm) -# Make array -array <- sim_array(boundaries = raster::extent(dat_coast), - coastline = dat_coast, - arrangement = xy, - add_land = list() - ) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:21)... -#> ... Defining area... -#> ... Incorporating coastline... -#> ... Incorporating receivers... -#> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:21) after ~0 minutes.
    -
    +
    +

    Examples

    +
    #### Example (1): Simulate an array using default parameters
    +# ... And force reproducible simulations by defining the seed
    +array <- sim_array(boundaries = raster::extent(-10, 10, -10, 10),
    +                   seed = 1)
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +
    +#### Example (2): Simulate coastline and customise plot
    +# ... via add_land and add_sea
    +array <- sim_array(boundaries = raster::extent(-10, 10, -10, 10),
    +                   coastline = "simple_random",
    +                   add_land = list(col = "darkgreen"),
    +                   add_sea = list(col = scales::alpha("skyblue", 0.2)),
    +                   seed = 1
    +                   )
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating coastline... 
    +#> ... ... Simulating coastline... 
    +#> Warning: less than 4 coordinates in polygon
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +
    +#### Example (3): Add custom coastline
    +array <- sim_array(boundaries = raster::extent(dat_coast),
    +                   coastline = dat_coast,
    +                   add_land = list(col = "darkgreen"),
    +                   add_sea = list(col = scales::alpha("skyblue", 0.2)),
    +                   seed = 1
    +                   )
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> ... Incorporating coastline... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +
    +#### Example (4): Change the number of receivers
    +array <- sim_array(n_receivers = 5)
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +array <- sim_array(n_receivers = 25)
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +
    +#### Example (5): Change the arrangement of receivers
    +## Explore different arrangements
    +array <- sim_array(n_receivers = 25, arrangement = "random")
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +array <- sim_array(n_receivers = 25, arrangement = "regular")
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +array <- sim_array(n_receivers = 25, arrangement = "clustered", nclusters = 5)
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +array <- sim_array(n_receivers = 25, arrangement = "stratified")
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +array <- sim_array(n_receivers = 25, arrangement = "nonaligned")
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +array <- sim_array(n_receivers = 25, arrangement = "hexagonal")
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +## Force arrangements around coastline
    +# Simulated island
    +array <- sim_array(n_receivers = 25,
    +                   coastline = "simple_random",
    +                   arrangement = "regular",
    +                   add_land = list())
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> CRS of area is NA.
    +#> ... Incorporating coastline... 
    +#> ... ... Simulating coastline... 
    +#> Warning: less than 4 coordinates in polygon
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> Spatial layers do not have identical CRS strings
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +# Real coastline
    +array <- sim_array(boundaries = raster::extent(dat_coast),
    +                   n_receivers = 25,
    +                   coastline = dat_coast,
    +                   arrangement = "regular",
    +                   add_land = list())
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> ... Incorporating coastline... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +## Incorporate custom arrangements
    +# Define receiver locations as a SpatialPoints object with a UTM CRS
    +# ... to match other spatial datasets
    +proj_wgs84 <- sp::CRS(SRS_string = "EPSG:4326")
    +proj_utm   <- sp::CRS(SRS_string = "EPSG:32629")
    +xy <- sp::SpatialPoints(dat_moorings[, c("receiver_long", "receiver_lat")],
    +                        proj_wgs84)
    +xy <- sp::spTransform(xy, proj_utm)
    +# Make array
    +array <- sim_array(boundaries = raster::extent(dat_coast),
    +                   coastline = dat_coast,
    +                   arrangement = xy,
    +                   add_land = list()
    +                   )
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:47)... 
    +#> ... Defining area... 
    +#> ... Incorporating coastline... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Incorporating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:47) after ~0 minutes. 
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/sim_detections-1.png b/docs/reference/sim_detections-1.png index b9f64e9..239dbc9 100644 Binary files a/docs/reference/sim_detections-1.png and b/docs/reference/sim_detections-1.png differ diff --git a/docs/reference/sim_detections-2.png b/docs/reference/sim_detections-2.png index e285a16..58730da 100644 Binary files a/docs/reference/sim_detections-2.png and b/docs/reference/sim_detections-2.png differ diff --git a/docs/reference/sim_detections-3.png b/docs/reference/sim_detections-3.png index 92a447c..69f0363 100644 Binary files a/docs/reference/sim_detections-3.png and b/docs/reference/sim_detections-3.png differ diff --git a/docs/reference/sim_detections-4.png b/docs/reference/sim_detections-4.png index 3538faf..b437f83 100644 Binary files a/docs/reference/sim_detections-4.png and b/docs/reference/sim_detections-4.png differ diff --git a/docs/reference/sim_detections-5.png b/docs/reference/sim_detections-5.png index 5419500..103ddf7 100644 Binary files a/docs/reference/sim_detections-5.png and b/docs/reference/sim_detections-5.png differ diff --git a/docs/reference/sim_detections-6.png b/docs/reference/sim_detections-6.png index cb95a0d..b564bed 100644 Binary files a/docs/reference/sim_detections-6.png and b/docs/reference/sim_detections-6.png differ diff --git a/docs/reference/sim_detections-7.png b/docs/reference/sim_detections-7.png index 6a64a3d..8775666 100644 Binary files a/docs/reference/sim_detections-7.png and b/docs/reference/sim_detections-7.png differ diff --git a/docs/reference/sim_detections.html b/docs/reference/sim_detections.html index adda030..e8fabd0 100644 --- a/docs/reference/sim_detections.html +++ b/docs/reference/sim_detections.html @@ -1,67 +1,12 @@ - - - - - - - -Simulate detections — sim_detections • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Simulate detections — sim_detections • flapper + + - - - - -
    -
    - -
    - -
    +
    @@ -123,253 +65,285 @@

    Simulate detections

    This function simulates detections at passive acoustic telemetry receivers under a detection model that depends on distance. To implement the function, the underlying movement path that gives rise to detections (or not) must be supplied (via path) along with the locations of receivers (xy) at which detections can be made. At each point along the movement path (i.e., time step), the function calculates the distances from that point to all of the receivers and evaluates a user-supplied detection probability function, based on distance, to determine detection probability at each receiver. The function then simulates binary detection outcomes from a binomial distribution conditional on this probability, and returns these in a matrix with one simulated outcome for each time step and receiver.

    -
    sim_detections(
    -  path,
    -  xy,
    -  crs = NA,
    -  calc_detection_pr,
    -  by_timestep = FALSE,
    -  delta_t = NULL,
    -  seed = NULL,
    -  plot = TRUE,
    -  jitter = function(n) stats::rnorm(n, 0, 0.05),
    -  add_prob = list(col = "royalblue", pch = 3, cex = 0.5),
    -  xlim = c(0, 1000),
    -  verbose = TRUE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    path

    A two-column matrix of the coordinates of the movement path (x, y).

    xy

    A two-column matrix of the coordinates of receivers (x, y).

    crs

    A CRS object that defines the coordinate reference system (CRS) for path and xy (if applicable).

    calc_detection_pr

    A function that takes in a vector of distances and returns a vector of detection probabilities.

    by_timestep

    A logical variable that defines whether or not calc_detection_pr needs to be applied to each time step separately. This may be necessary if some of the parameters of the detection model are vectors (see Examples).

    delta_t

    (optional) An integer that defines the number of time steps over which to aggregate detections. If provided, detections are summed over each delta_t interval and returned along with averaged distances and probabilities (see Value).

    seed

    An integer that is used to set the seed to enable reproducible simulations (see set.seed).

    plot

    A logical variable that defines whether or not to plot detections (and probabilities) against distances.

    jitter, add_prob, xlim, ...

    Plot customisation options. jitter is a function that jitters n simulated outcomes (0, 1) in the vertical direction. add_prob is a named list of arguments, passed to points, used to customise the addition of calculated probabilities to the plot. (add_prob = NULL suppresses the addition of probabilities to the plot.) xlim is a vector of x axis limits. By default, xlim = c(0, 1000) to improve resolution in the area of the plot that is of interest (under a Universal Transverse Mercator CRS, for most realistic detection probability functions, detection probability beyond 1000 will be negligible) and plotting speed. Additional arguments can be passed to pretty_plot to customise the plot via ....

    verbose

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    - -

    Value

    - -

    If delta_t = NULL, then function returns a named list with three matrices that define, for each path position (rows) and each receiver (columns), (a) the distance of that position from each receiver (`dist_mat'), (b) the probability of detection at that receiver (`prob_mat') and (c) the simulated outcome (0, no detection; 1, detection) (`det_mat'). If delta_t is specified, then the function returns a list with a `raw' and an `agg' element. The raw elements contains the matrices described above; the `agg' element contains the aggregated versions of these matrices, with detections summed over each delta_t interval and distances and probabilities averaged (using the arithmetic mean) over each interval. If plot = TRUE, the function also returns a plot of the (raw) detections (0, 1) and, if specified, the corresponding probabilities.

    -

    Details

    +
    +
    sim_detections(
    +  path,
    +  xy,
    +  crs = NA,
    +  calc_detection_pr,
    +  by_timestep = FALSE,
    +  delta_t = NULL,
    +  seed = NULL,
    +  plot = TRUE,
    +  jitter = function(n) stats::rnorm(n, 0, 0.05),
    +  add_prob = list(col = "royalblue", pch = 3, cex = 0.5),
    +  xlim = c(0, 1000),
    +  verbose = TRUE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    path
    +

    A two-column matrix of the coordinates of the movement path (x, y).

    + + +
    xy
    +

    A two-column matrix of the coordinates of receivers (x, y).

    + + +
    crs
    +

    A CRS object that defines the coordinate reference system (CRS) for path and xy (if applicable).

    + + +
    calc_detection_pr
    +

    A function that takes in a vector of distances and returns a vector of detection probabilities.

    + + +
    by_timestep
    +

    A logical variable that defines whether or not calc_detection_pr needs to be applied to each time step separately. This may be necessary if some of the parameters of the detection model are vectors (see Examples).

    + + +
    delta_t
    +

    (optional) An integer that defines the number of time steps over which to aggregate detections. If provided, detections are summed over each delta_t interval and returned along with averaged distances and probabilities (see Value).

    -

    The function assumes that the individual transmits an acoustic signal which has the capacity to be detected at each time step. In reality, acoustic transmitters are often programmed with a randomly varying delay, but this is not currently implemented. The function also assumes that all receivers that are supplied are able to make detections. If the receivers at which an individual could be detected change over time, it may be necessary to apply the function iteratively or post-process the outcomes to ensure that individuals are not detected at inactive receivers.

    -

    For coupled simulation--analysis workflows (such as sim_array, sim_path_sa and sim_detections plus ac, dc, acdc and pf), it is important that receiver locations (from sim_array) and individual locations (from sim_path_sa) are represented on the raster grid used to reconstruct simulated movements before simulating detections. Receiver locations and movement distances must remain admissible according to the movement model when translated on the grid. Grid resolution should be sufficiently high to represent effectively simulated movement probabilities and detection probabilities.

    -

    See also

    -

    sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement. To convert the detection matrix to dataframe, see make_df_detections.

    -

    Author

    +
    seed
    +

    An integer that is used to set the seed to enable reproducible simulations (see set.seed).

    + +
    plot
    +

    A logical variable that defines whether or not to plot detections (and probabilities) against distances.

    + + +
    jitter, add_prob, xlim, ...
    +

    Plot customisation options. jitter is a function that jitters n simulated outcomes (0, 1) in the vertical direction. add_prob is a named list of arguments, passed to points, used to customise the addition of calculated probabilities to the plot. (add_prob = NULL suppresses the addition of probabilities to the plot.) xlim is a vector of x axis limits. By default, xlim = c(0, 1000) to improve resolution in the area of the plot that is of interest (under a Universal Transverse Mercator CRS, for most realistic detection probability functions, detection probability beyond 1000 will be negligible) and plotting speed. Additional arguments can be passed to pretty_plot to customise the plot via ....

    + + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console to relay function progress.

    + +
    +
    +

    Value

    + + +

    If delta_t = NULL, then function returns a named list with three matrices that define, for each path position (rows) and each receiver (columns), (a) the distance of that position from each receiver (`dist_mat'), (b) the probability of detection at that receiver (`prob_mat') and (c) the simulated outcome (0, no detection; 1, detection) (`det_mat'). If delta_t is specified, then the function returns a list with a `raw' and an `agg' element. The raw elements contains the matrices described above; the `agg' element contains the aggregated versions of these matrices, with detections summed over each delta_t interval and distances and probabilities averaged (using the arithmetic mean) over each interval. If plot = TRUE, the function also returns a plot of the (raw) detections (0, 1) and, if specified, the corresponding probabilities.

    +
    +
    +

    Details

    +

    The function assumes that the individual transmits an acoustic signal which has the capacity to be detected at each time step. In reality, acoustic transmitters are often programmed with a randomly varying delay, but this is not currently implemented. The function also assumes that all receivers that are supplied are able to make detections. If the receivers at which an individual could be detected change over time, it may be necessary to apply the function iteratively or post-process the outcomes to ensure that individuals are not detected at inactive receivers.

    +

    For coupled simulation--analysis workflows (such as sim_array, sim_path_sa and sim_detections plus ac, dc, acdc and pf), it is important that receiver locations (from sim_array) and individual locations (from sim_path_sa) are represented on the raster grid used to reconstruct simulated movements before simulating detections. Receiver locations and movement distances must remain admissible according to the movement model when translated on the grid. Grid resolution should be sufficiently high to represent effectively simulated movement probabilities and detection probabilities.

    +
    +
    +

    See also

    +

    sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement. To convert the detection matrix to dataframe, see make_df_detections.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Step (1) Simulate an array in an area -array_ls <- sim_array(boundaries = raster::extent(dat_coast), - coastline = dat_coast, - n_receivers = 100, - arrangement = "regular", - seed = 1) -
    #> flapper::sim_array() called (@ 2022-06-17 10:08:22)... -#> ... Defining area... -#> ... Incorporating coastline... -#> ... Incorporating receivers... -#> ... ... Simulating receivers...
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> ... Plotting array...
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> ... Defining outputs... -#> ... flapper::sim_array() call completed (@ 2022-06-17 10:08:22) after ~0 minutes.
    raster::lines(dat_coast) -
    -#### Step (2) Simulate a movement path in this area -n <- 500 -path_ls <- sim_path_sa(n = n, - sim_step = function(...) stats::rgamma(1, shape = 25, scale = 25), - area = array_ls$array$sea, - seed = 1, - plot = FALSE - ) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:08:22)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0%
    #> Warning: CRS object has comment, which is lost in output; in tests, see -#> https://cran.r-project.org/web/packages/sp/vignettes/CRS_warnings.html
    #> | | | 1% | |= | 1% | |= | 2% | |== | 2% | |== | 3% | |=== | 4% | |=== | 5% | |==== | 5% | |==== | 6% | |===== | 7% | |===== | 8% | |====== | 8% | |====== | 9% | |======= | 9% | |======= | 10% | |======= | 11% | |======== | 11% | |======== | 12% | |========= | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 15% | |=========== | 16% | |============ | 17% | |============ | 18% | |============= | 18% | |============= | 19% | |============== | 19% | |============== | 20% | |============== | 21% | |=============== | 21% | |=============== | 22% | |================ | 22% | |================ | 23% | |================= | 24% | |================= | 25% | |================== | 25% | |================== | 26% | |=================== | 27% | |=================== | 28% | |==================== | 28% | |==================== | 29% | |===================== | 29% | |===================== | 30% | |===================== | 31% | |====================== | 31% | |====================== | 32% | |======================= | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 35% | |========================= | 36% | |========================== | 37% | |========================== | 38% | |=========================== | 38% | |=========================== | 39% | |============================ | 39% | |============================ | 40% | |============================ | 41% | |============================= | 41% | |============================= | 42% | |============================== | 42% | |============================== | 43% | |=============================== | 44% | |=============================== | 45% | |================================ | 45% | |================================ | 46% | |================================= | 47% | |================================= | 48% | |================================== | 48% | |================================== | 49% | |=================================== | 49% | |=================================== | 50% | |=================================== | 51% | |==================================== | 51% | |==================================== | 52% | |===================================== | 52% | |===================================== | 53% | |====================================== | 54% | |====================================== | 55% | |======================================= | 55% | |======================================= | 56% | |======================================== | 57% | |======================================== | 58% | |========================================= | 58% | |========================================= | 59% | |========================================== | 59% | |========================================== | 60% | |========================================== | 61% | |=========================================== | 61% | |=========================================== | 62% | |============================================ | 62% | |============================================ | 63% | |============================================= | 64% | |============================================= | 65% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |=============================================== | 68% | |================================================ | 68% | |================================================ | 69% | |================================================= | 69% | |================================================= | 70% | |================================================= | 71% | |================================================== | 71% | |================================================== | 72% | |=================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |==================================================== | 75% | |===================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |====================================================== | 78% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 79% | |======================================================== | 80% | |======================================================== | 81% | |========================================================= | 81% | |========================================================= | 82% | |========================================================== | 82% | |========================================================== | 83% | |=========================================================== | 84% | |=========================================================== | 85% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================= | 88% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 89% | |=============================================================== | 90% | |=============================================================== | 91% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 92% | |================================================================= | 93% | |================================================================== | 94% | |================================================================== | 95% | |=================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |==================================================================== | 98% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 99% | |======================================================================| 100%... flapper::sim_path_sa() call completed (@ 2022-06-17 10:08:24) after ~0.02 minutes.
    prettyGraphics::add_sp_path(path_ls$xy_mat, col = viridis::viridis(n), length = 0.02) -
    -#### Step (3) Simulate detections -## (A) Extract path and receiver coordinates from simulated outcomes above -path <- path_ls$xy_mat -xy <- array_ls$array$xy -xy <- sp::coordinates(xy) -## (B) Simulate detections under different probability functions (see below). - -#### Example (1) Threshold probability function -# Define detection pr function -calc_detection_pr <- function(dist) ifelse(dist < 425, 1, 0) -# Simulate detections -dets_sim <- sim_detections(path = path, - xy = xy, - calc_detection_pr = calc_detection_pr) -
    #> flapper::sim_detections() called (@ 2022-06-17 10:08:24)... -#> ... Setting up simulation... -#> ... Calculating distances... -#> ... Calculating probabilities... -#> ... Simulating detections... -#> ... Plotting detections...
    #> ... flapper::simulate_detections() call completed (@ 2022-06-17 10:08:24) after ~0 minutes.
    # The function returns a list of matrices that define the distances, -# ... probabilities and detections for each time stamp (row) and each receiver -# ... (column) -utils::str(dets_sim) -
    #> List of 3 -#> $ dist_mat: num [1:500, 1:116] 19067 18554 18094 17367 16872 ... -#> $ prob_mat: num [1:500, 1:116] 0 0 0 0 0 0 0 0 0 0 ... -#> $ det_mat : int [1:500, 1:116] 0 0 0 0 0 0 0 0 0 0 ...
    # Examine probabilities -table(dets_sim$prob_mat) -
    #> -#> 0 1 -#> 57852 148
    # We can also aggregate detections via delta_t -dets_sim <- sim_detections(path = path, - xy = xy, - calc_detection_pr = calc_detection_pr, - delta_t = 10) -
    #> flapper::sim_detections() called (@ 2022-06-17 10:08:24)... -#> ... Setting up simulation... -#> ... Calculating distances... -#> ... Calculating probabilities... -#> ... Simulating detections... -#> ... Plotting detections...
    #> ... summarising detections over delta t... -#> ... flapper::simulate_detections() call completed (@ 2022-06-17 10:08:24) after ~0 minutes.
    # In this case, the function returns a list with 'agg' and 'raw' elements -# ... The 'agg' elements contain aggregated matrices and the 'raw' elements -# ... contain the matrices described above. -utils::str(dets_sim) -
    #> List of 2 -#> $ agg:List of 3 -#> ..$ dist_mat: num [1:50, 1:116] 173735 163252 172967 184119 163313 ... -#> ..$ prob_mat: num [1:50, 1:116] 0 0 0 0 0 0 0 0 0 0 ... -#> ..$ det_mat : num [1:50, 1:116] 0 0 0 0 0 0 0 0 0 0 ... -#> $ raw:List of 3 -#> ..$ dist_mat_raw: num [1:500, 1:116] 19067 18554 18094 17367 16872 ... -#> ..$ prob_mat_raw: num [1:500, 1:116] 0 0 0 0 0 0 0 0 0 0 ... -#> ..$ det_mat_raw : int [1:500, 1:116] 0 0 0 0 0 0 0 0 0 0 ...
    table(dets_sim$raw$det_mat) -
    #> -#> 0 1 -#> 57852 148
    table(dets_sim$agg$det_mat) -
    #> -#> 0 1 2 3 4 -#> 5701 61 29 7 2
    -#### Example (2) Logistic probability function -calc_detection_pr <- function(dist) stats::plogis(2.5 + -0.01 * dist) -dets_sim <- sim_detections(path = path, - xy = xy, - calc_detection_pr = calc_detection_pr) -
    #> flapper::sim_detections() called (@ 2022-06-17 10:08:24)... -#> ... Setting up simulation... -#> ... Calculating distances... -#> ... Calculating probabilities... -#> ... Simulating detections... -#> ... Plotting detections...
    #> ... flapper::simulate_detections() call completed (@ 2022-06-17 10:08:25) after ~0.01 minutes.
    -#### Example (3) Spatially varying probability function -# Define spatially varying beta parameter (e.g., reflecting 2 habitat types) -area <- array_ls$array$area -area_r <- raster::raster(x = raster::extent(area), - crs = raster::crs(area)) -area_r[] <- 0L -beta_surface <- sim_surface(blank = area_r, - n = 2L, - sim_values = list(function(n) -0.05, - function(n) -0.01), - mask = array_ls$array$sea) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    # Extract receiver specific beta values -xy_sp <- sp::SpatialPoints(xy, proj4string = raster::crs(area_r)) -beta <- raster::extract(beta_surface, xy_sp) -# Visualise simulated detection probability surface at some suitable distances -pp <- graphics::par(mfrow = c(2, 2)) -lapply(c(0, 50, 100, 500), function(dist){ - r <- raster::calc(beta_surface, function(beta) stats::plogis(2.5 + beta * dist)) - raster::plot(r) -}) -
    #> [[1]] -#> NULL -#> -#> [[2]] -#> NULL -#> -#> [[3]] -#> NULL -#> -#> [[4]] -#> NULL -#>
    graphics::par(pp) -# Define detection probability function -calc_detection_pr <- function(dist) stats::plogis(2.5 + beta * dist) -# Simulate detections -# ... Define by_timestep = TRUE so that that distances from each receiver -# ... are combined appropriately with beta values for each receiver -dets_sim <- sim_detections(path = path, - xy = xy, - calc_detection_pr = calc_detection_pr, - by_timestep = TRUE) -
    #> flapper::sim_detections() called (@ 2022-06-17 10:08:25)... -#> ... Setting up simulation... -#> ... Calculating distances... -#> ... Calculating probabilities... -#> ... Simulating detections...
    #> Warning: NAs produced
    #> ... Plotting detections...
    #> 22 observation pair(s) in x are NA; these are removed.
    #> ... flapper::simulate_detections() call completed (@ 2022-06-17 10:08:25) after ~0 minutes.
    -
    +
    +

    Examples

    +
    #### Step (1) Simulate an array in an area
    +array_ls <- sim_array(boundaries = raster::extent(dat_coast),
    +                      coastline = dat_coast,
    +                      n_receivers = 100,
    +                      arrangement = "regular",
    +                      seed = 1)
    +#> flapper::sim_array() called (@ 2023-02-19 15:04:48)... 
    +#> ... Defining area... 
    +#> ... Incorporating coastline... 
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> ... Incorporating receivers... 
    +#> ... ... Simulating receivers... 
    +#> ... Plotting array... 
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +#> ... Defining outputs... 
    +#> ... flapper::sim_array() call completed (@ 2023-02-19 15:04:48) after ~0 minutes. 
    +raster::lines(dat_coast)
    +
    +#### Step (2) Simulate a movement path in this area
    +n <- 500
    +path_ls <- sim_path_sa(n = n,
    +                       sim_step = function(...) stats::rgamma(1, shape = 25, scale = 25),
    +                       area = array_ls$array$sea,
    +                       seed = 1,
    +                       plot = FALSE
    +                       )
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:04:48)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |                                                                      |   1%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
      |                                                                            
      |==                                                                    |   2%
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
      |                                                                            
      |===                                                                   |   5%
      |                                                                            
      |====                                                                  |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |=====                                                                 |   8%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |=======                                                               |  11%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
      |                                                                            
      |===========                                                           |  15%
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
      |                                                                            
      |============                                                          |  18%
      |                                                                            
      |=============                                                         |  18%
      |                                                                            
      |=============                                                         |  19%
      |                                                                            
      |==============                                                        |  19%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |==============                                                        |  21%
      |                                                                            
      |===============                                                       |  21%
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |=================                                                     |  25%
      |                                                                            
      |==================                                                    |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |===================                                                   |  28%
      |                                                                            
      |====================                                                  |  28%
      |                                                                            
      |====================                                                  |  29%
      |                                                                            
      |=====================                                                 |  29%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |=====================                                                 |  31%
      |                                                                            
      |======================                                                |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |==========================                                            |  38%
      |                                                                            
      |===========================                                           |  38%
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |============================                                          |  41%
      |                                                                            
      |=============================                                         |  41%
      |                                                                            
      |=============================                                         |  42%
      |                                                                            
      |==============================                                        |  42%
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |===============================                                       |  45%
      |                                                                            
      |================================                                      |  45%
      |                                                                            
      |================================                                      |  46%
      |                                                                            
      |=================================                                     |  47%
      |                                                                            
      |=================================                                     |  48%
      |                                                                            
      |==================================                                    |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  49%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |===================================                                   |  51%
      |                                                                            
      |====================================                                  |  51%
      |                                                                            
      |====================================                                  |  52%
      |                                                                            
      |=====================================                                 |  52%
      |                                                                            
      |=====================================                                 |  53%
      |                                                                            
      |======================================                                |  54%
      |                                                                            
      |======================================                                |  55%
      |                                                                            
      |=======================================                               |  55%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |========================================                              |  57%
      |                                                                            
      |========================================                              |  58%
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |=========================================                             |  59%
      |                                                                            
      |==========================================                            |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |==========================================                            |  61%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |===========================================                           |  62%
      |                                                                            
      |============================================                          |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
      |                                                                            
      |=============================================                         |  65%
      |                                                                            
      |==============================================                        |  65%
      |                                                                            
      |==============================================                        |  66%
      |                                                                            
      |===============================================                       |  67%
      |                                                                            
      |===============================================                       |  68%
      |                                                                            
      |================================================                      |  68%
      |                                                                            
      |================================================                      |  69%
      |                                                                            
      |=================================================                     |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |=================================================                     |  71%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |==================================================                    |  72%
      |                                                                            
      |===================================================                   |  72%
      |                                                                            
      |===================================================                   |  73%
      |                                                                            
      |====================================================                  |  74%
      |                                                                            
      |====================================================                  |  75%
      |                                                                            
      |=====================================================                 |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |======================================================                |  78%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |========================================================              |  81%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |=========================================================             |  82%
      |                                                                            
      |==========================================================            |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
      |                                                                            
      |===========================================================           |  85%
      |                                                                            
      |============================================================          |  85%
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |=============================================================         |  88%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
      |                                                                            
      |===============================================================       |  89%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |===============================================================       |  91%
      |                                                                            
      |================================================================      |  91%
      |                                                                            
      |================================================================      |  92%
      |                                                                            
      |=================================================================     |  92%
      |                                                                            
      |=================================================================     |  93%
      |                                                                            
      |==================================================================    |  94%
      |                                                                            
      |==================================================================    |  95%
      |                                                                            
      |===================================================================   |  95%
      |                                                                            
      |===================================================================   |  96%
      |                                                                            
      |====================================================================  |  97%
      |                                                                            
      |====================================================================  |  98%
      |                                                                            
      |===================================================================== |  98%
      |                                                                            
      |===================================================================== |  99%
      |                                                                            
      |======================================================================|  99%
      |                                                                            
      |======================================================================| 100%... flapper::sim_path_sa() call completed (@ 2023-02-19 15:04:49) after ~0.01 minutes. 
    +prettyGraphics::add_sp_path(path_ls$xy_mat, col = viridis::viridis(n), length = 0.02)
    +
    +
    +#### Step (3) Simulate detections
    +## (A) Extract path and receiver coordinates from simulated outcomes above
    +path <- path_ls$xy_mat
    +xy   <- array_ls$array$xy
    +xy   <- sp::coordinates(xy)
    +## (B) Simulate detections under different probability functions (see below).
    +
    +#### Example (1) Threshold probability function
    +# Define detection pr function
    +calc_detection_pr <- function(dist) ifelse(dist < 425, 1, 0)
    +# Simulate detections
    +dets_sim <- sim_detections(path = path,
    +                           xy = xy,
    +                           calc_detection_pr = calc_detection_pr)
    +#> flapper::sim_detections() called (@ 2023-02-19 15:04:49)... 
    +#> ... Setting up simulation... 
    +#> ... Calculating distances... 
    +#> ... Calculating probabilities... 
    +#> ... Simulating detections... 
    +#> ... Plotting detections... 
    +
    +#> ... flapper::simulate_detections() call completed (@ 2023-02-19 15:04:49) after ~0 minutes. 
    +# The function returns a list of matrices that define the distances,
    +# ... probabilities and detections for each time stamp (row) and each receiver
    +# ... (column)
    +utils::str(dets_sim)
    +#> List of 3
    +#>  $ dist_mat: num [1:500, 1:116] 19067 18554 18094 17367 16872 ...
    +#>  $ prob_mat: num [1:500, 1:116] 0 0 0 0 0 0 0 0 0 0 ...
    +#>  $ det_mat : int [1:500, 1:116] 0 0 0 0 0 0 0 0 0 0 ...
    +# Examine probabilities
    +table(dets_sim$prob_mat)
    +#> 
    +#>     0     1 
    +#> 57852   148 
    +# We can also aggregate detections via delta_t
    +dets_sim <- sim_detections(path = path,
    +                           xy = xy,
    +                           calc_detection_pr = calc_detection_pr,
    +                           delta_t = 10)
    +#> flapper::sim_detections() called (@ 2023-02-19 15:04:49)... 
    +#> ... Setting up simulation... 
    +#> ... Calculating distances... 
    +#> ... Calculating probabilities... 
    +#> ... Simulating detections... 
    +#> ... Plotting detections... 
    +
    +#> ... summarising detections over delta t... 
    +#> ... flapper::simulate_detections() call completed (@ 2023-02-19 15:04:50) after ~0 minutes. 
    +# In this case, the function returns a list with 'agg' and 'raw' elements
    +# ... The 'agg' elements contain aggregated matrices and the 'raw' elements
    +# ... contain the matrices described above.
    +utils::str(dets_sim)
    +#> List of 2
    +#>  $ agg:List of 3
    +#>   ..$ dist_mat: num [1:50, 1:116] 173735 163252 172967 184119 163313 ...
    +#>   ..$ prob_mat: num [1:50, 1:116] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   ..$ det_mat : num [1:50, 1:116] 0 0 0 0 0 0 0 0 0 0 ...
    +#>  $ raw:List of 3
    +#>   ..$ dist_mat_raw: num [1:500, 1:116] 19067 18554 18094 17367 16872 ...
    +#>   ..$ prob_mat_raw: num [1:500, 1:116] 0 0 0 0 0 0 0 0 0 0 ...
    +#>   ..$ det_mat_raw : int [1:500, 1:116] 0 0 0 0 0 0 0 0 0 0 ...
    +table(dets_sim$raw$det_mat)
    +#> 
    +#>     0     1 
    +#> 57852   148 
    +table(dets_sim$agg$det_mat)
    +#> 
    +#>    0    1    2    3    4 
    +#> 5701   61   29    7    2 
    +
    +#### Example (2) Logistic probability function
    +calc_detection_pr <- function(dist) stats::plogis(2.5 + -0.01 * dist)
    +dets_sim <- sim_detections(path = path,
    +                           xy = xy,
    +                           calc_detection_pr = calc_detection_pr)
    +#> flapper::sim_detections() called (@ 2023-02-19 15:04:50)... 
    +#> ... Setting up simulation... 
    +#> ... Calculating distances... 
    +#> ... Calculating probabilities... 
    +#> ... Simulating detections... 
    +#> ... Plotting detections... 
    +
    +#> ... flapper::simulate_detections() call completed (@ 2023-02-19 15:04:50) after ~0 minutes. 
    +
    +#### Example (3) Spatially varying probability function
    +# Define spatially varying beta parameter (e.g., reflecting 2 habitat types)
    +area <- array_ls$array$area
    +area_r <- raster::raster(x = raster::extent(area),
    +                         crs = raster::crs(area))
    +area_r[] <- 0L
    +beta_surface <- sim_surface(blank = area_r,
    +                            n = 2L,
    +                            sim_values = list(function(n) -0.05,
    +                                              function(n) -0.01),
    +                            mask = array_ls$array$sea)
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +# Extract receiver specific beta values
    +xy_sp <- sp::SpatialPoints(xy, proj4string = raster::crs(area_r))
    +beta <- raster::extract(beta_surface, xy_sp)
    +# Visualise simulated detection probability surface at some suitable distances
    +pp <- graphics::par(mfrow = c(2, 2))
    +lapply(c(0, 50, 100, 500), function(dist){
    +  r <- raster::calc(beta_surface, function(beta) stats::plogis(2.5 + beta * dist))
    +  raster::plot(r)
    +})
    +
    +#> [[1]]
    +#> NULL
    +#> 
    +#> [[2]]
    +#> NULL
    +#> 
    +#> [[3]]
    +#> NULL
    +#> 
    +#> [[4]]
    +#> NULL
    +#> 
    +graphics::par(pp)
    +# Define detection probability function
    +calc_detection_pr <- function(dist) stats::plogis(2.5 + beta * dist)
    +# Simulate detections
    +# ... Define by_timestep = TRUE so that that distances from each receiver
    +# ... are combined appropriately with beta values for each receiver
    +dets_sim <- sim_detections(path = path,
    +                           xy = xy,
    +                           calc_detection_pr = calc_detection_pr,
    +                           by_timestep = TRUE)
    +#> flapper::sim_detections() called (@ 2023-02-19 15:04:50)... 
    +#> ... Setting up simulation... 
    +#> ... Calculating distances... 
    +#> ... Calculating probabilities... 
    +#> ... Simulating detections... 
    +#> Warning: NAs produced
    +#> ... Plotting detections... 
    +#> 26 observation pair(s) in x are NA; these are removed.
    +
    +#> ... flapper::simulate_detections() call completed (@ 2023-02-19 15:04:50) after ~0 minutes. 
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/sim_path_-times.html b/docs/reference/sim_path_-times.html index b3f9ae3..1f75b5c 100644 --- a/docs/reference/sim_path_-times.html +++ b/docs/reference/sim_path_-times.html @@ -1,71 +1,16 @@ - - - - - - - -Functions for the simulation of movement paths — sim_path_* • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Functions for the simulation of movement paths — sim_path_* • flapper - - - - - - - - - - + + - - - -
    -
    - -
    - -
    +
    -

    flapper includes a number of functions for the simulation of movement paths (sim_path_*()), listed here for convenience:

      -
    • sim_path_sa simulates discrete-time movement paths from step lengths and turning angles.

    • -
    • sim_path_ou_1 simulates discrete-time movement paths under a Ornstein-Uhlenbeck process with time-fixed parameters.

    • -
    - -
    - +

    flapper includes a number of functions for the simulation of movement paths (sim_path_*()), listed here for convenience:

    • sim_path_sa simulates discrete-time movement paths from step lengths and turning angles.

    • +
    • sim_path_ou_1 simulates discrete-time movement paths under a Ornstein-Uhlenbeck process with time-fixed parameters.

    • +
    -

    See also

    - -

    sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement.

    +
    +

    See also

    +

    sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement.

    +
    +
    - - - + + diff --git a/docs/reference/sim_path_ou_1-1.png b/docs/reference/sim_path_ou_1-1.png index 8f5af9f..3d0c331 100644 Binary files a/docs/reference/sim_path_ou_1-1.png and b/docs/reference/sim_path_ou_1-1.png differ diff --git a/docs/reference/sim_path_ou_1-2.png b/docs/reference/sim_path_ou_1-2.png index 17ae6b2..f00cfdc 100644 Binary files a/docs/reference/sim_path_ou_1-2.png and b/docs/reference/sim_path_ou_1-2.png differ diff --git a/docs/reference/sim_path_ou_1-3.png b/docs/reference/sim_path_ou_1-3.png index b29212d..3b8163a 100644 Binary files a/docs/reference/sim_path_ou_1-3.png and b/docs/reference/sim_path_ou_1-3.png differ diff --git a/docs/reference/sim_path_ou_1-4.png b/docs/reference/sim_path_ou_1-4.png index 85f0adb..3836996 100644 Binary files a/docs/reference/sim_path_ou_1-4.png and b/docs/reference/sim_path_ou_1-4.png differ diff --git a/docs/reference/sim_path_ou_1-5.png b/docs/reference/sim_path_ou_1-5.png index 5921451..8f59c6a 100644 Binary files a/docs/reference/sim_path_ou_1-5.png and b/docs/reference/sim_path_ou_1-5.png differ diff --git a/docs/reference/sim_path_ou_1-6.png b/docs/reference/sim_path_ou_1-6.png index 0c0adf3..aeb424b 100644 Binary files a/docs/reference/sim_path_ou_1-6.png and b/docs/reference/sim_path_ou_1-6.png differ diff --git a/docs/reference/sim_path_ou_1-7.png b/docs/reference/sim_path_ou_1-7.png index bc9bb1f..78a1359 100644 Binary files a/docs/reference/sim_path_ou_1-7.png and b/docs/reference/sim_path_ou_1-7.png differ diff --git a/docs/reference/sim_path_ou_1-8.png b/docs/reference/sim_path_ou_1-8.png index 3c44ed1..e9456ae 100644 Binary files a/docs/reference/sim_path_ou_1-8.png and b/docs/reference/sim_path_ou_1-8.png differ diff --git a/docs/reference/sim_path_ou_1.html b/docs/reference/sim_path_ou_1.html index 3e9de35..ae56cb9 100644 --- a/docs/reference/sim_path_ou_1.html +++ b/docs/reference/sim_path_ou_1.html @@ -1,67 +1,12 @@ - - - - - - - -Simulate discrete-time movement paths under a Ornstein-Uhlenbeck process (1) — sim_path_ou_1 • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Simulate discrete-time movement paths under a Ornstein-Uhlenbeck process (1) — sim_path_ou_1 • flapper - + + - - - -
    -
    - -
    - -
    +
    @@ -123,230 +65,276 @@

    Simulate discrete-time movement paths under a Ornstein-Uhlenbeck process (1)

    This function simulates movement paths under a discrete-time Ornstein-Uhlenbeck process in which the parameters of the movement model are assumed to remain constant through time.

    -
    sim_path_ou_1(
    -  n = 1000,
    -  r_1 = NULL,
    -  r_h = matrix(c(0, 0), ncol = 2),
    -  k = 1,
    -  delta_t = 1,
    -  eps = 1,
    -  plot = TRUE,
    -  add_paths = list(length = 0.04, col = viridis::viridis(n)),
    -  add_points = list(pch = 21, cex = 2, lwd = 2, bg = c("darkgreen", "black")),
    -  verbose = TRUE,
    -  ...
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    n

    An integer that defines the number of time steps in the simulation.

    r_1

    (optional) A matrix with one row and two columns that defines the starting location (x, y). If r_1 = NULL, then a random location is simulated from a uniform distribution with a minimum and maximum value of 0 and 1 respectively.

    r_h

    A matrix with one row and two columns that defines the `home range' centre location (x, y).

    k

    A number that defines the strength of the `central harmonic force' that pulls an individual back towards its home range centre.

    delta_t

    A number that defines the number of time units between each time step.

    eps

    A number that defines the variance.

    plot

    A logical variable that defines whether or not to plot the simulated path.

    add_paths, add_points

    (optional) Named lists of arguments that are used to customise the appearance of points (the home range and starting location, in that order, shown as filled green and black circles by default) and the path on the map.

    verbose

    A logical variable that defines whether or not to print messages to the console that relay function progress.

    ...

    Additional arguments, passed to pretty_map, to customise the map.

    - -

    Value

    - -

    The function returns an n-row, two-column matrix that defines the simulated location (x, y) at each time step and, if plot = TRUE, a plot of the path.

    -

    Details

    +
    +
    sim_path_ou_1(
    +  n = 1000,
    +  r_1 = NULL,
    +  r_h = matrix(c(0, 0), ncol = 2),
    +  k = 1,
    +  delta_t = 1,
    +  eps = 1,
    +  plot = TRUE,
    +  add_paths = list(length = 0.04, col = viridis::viridis(n)),
    +  add_points = list(pch = 21, cex = 2, lwd = 2, bg = c("darkgreen", "black")),
    +  verbose = TRUE,
    +  ...
    +)
    +
    + +
    +

    Arguments

    +
    n
    +

    An integer that defines the number of time steps in the simulation.

    + + +
    r_1
    +

    (optional) A matrix with one row and two columns that defines the starting location (x, y). If r_1 = NULL, then a random location is simulated from a uniform distribution with a minimum and maximum value of 0 and 1 respectively.

    + + +
    r_h
    +

    A matrix with one row and two columns that defines the `home range' centre location (x, y).

    + + +
    k
    +

    A number that defines the strength of the `central harmonic force' that pulls an individual back towards its home range centre.

    + + +
    delta_t
    +

    A number that defines the number of time units between each time step.

    + + +
    eps
    +

    A number that defines the variance.

    + + +
    plot
    +

    A logical variable that defines whether or not to plot the simulated path.

    + + +
    add_paths, add_points
    +

    (optional) Named lists of arguments that are used to customise the appearance of points (the home range and starting location, in that order, shown as filled green and black circles by default) and the path on the map.

    + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console that relay function progress.

    + + +
    ...
    +

    Additional arguments, passed to pretty_map, to customise the map.

    + +
    +
    +

    Value

    + + +

    The function returns an n-row, two-column matrix that defines the simulated location (x, y) at each time step and, if plot = TRUE, a plot of the path.

    +
    +
    +

    Details

    Ornstein-Uhlenbeck processes are convenient models for animal movement around a `home range' centre. In the model, a parameter (k) `pulls' the location of the individual (\(\vec{r}\)) back towards the centre of its home range (\(\vec{r}^H\)) as it moves away from this centre. This function implements the discretised form of the Ornstein-Uhlenbeck model in which the parameters of the movement model remain constant through time, and in which movement is not constrained by barriers, described by Alós et al. (2016) (see equations (8) and (9) in particular). Under this model, the position \(\vec{r}\) of the animal at time \(n + 1\) is given by:

    $$\vec{r}_{n + 1} = \vec{r}^H + e^{-k \Delta t} (\vec{r}_n - \vec{r}^H) + \vec{R}_n,$$

    where \(\vec{r}^H\) is the location of the home range centre; \(k\) is the strength of the central harmonic force; \(\Delta t\) is the duration between time steps; and \(\vec{R}_n\) is a bi-dimensional normally distributed random variable with mean zero and standard deviation (\(\sigma\)) given by:

    $$\sigma = \sqrt{ \frac{\epsilon (1 - e^{-2 k \Delta t})} {2 k}}.$$

    -

    Note that the default plotting parameters for this function require the viridis package for pretty visualisation.

    -

    References

    - +

    Note that the default plotting parameters for this function require the viridis package for pretty visualisation.

    +
    +
    +

    References

    Alós, J. et al. (2016) Bayesian State-Space Modelling of Conventional Acoustic Tracking Provides Accurate Descriptors of Home Range Behavior in a Small-Bodied Coastal Fish Species. Plos One 11, e0154089.

    -

    See also

    - -

    For movement simulations, see sim_path_* for the full list of functions currently implemented in flapper. For example, sim_path_sa simulates a movement path based on step lengths and turning angles. This can support movement within restricted areas. More broadly, sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement.

    -

    Author

    - +
    +
    +

    See also

    +

    For movement simulations, see sim_path_* for the full list of functions currently implemented in flapper. For example, sim_path_sa simulates a movement path based on step lengths and turning angles. This can support movement within restricted areas. More broadly, sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Implement simulation with default options -path <- sim_path_ou_1() -
    #> flapper::sim_path_ou_1() called (@ 2022-06-17 10:08:26)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> ... Plotting simulated path... -#> prettyGraphics::pretty_map() called (@ 2022-06-17 10:08:26)... -#> ... Implementing function checks... -#> ... Getting CRS...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Getting axis parameters... -#> ... Defining pretty axes... -#> ... Defining area... -#> ... Plotting background...
    #> ... Adding spatial layer(s)... -#> ... Adding pretty axes... -#> ... prettyGraphics::pretty_map() call completed (@ 2022-06-17 10:08:26) after ~0 minutes. -#> ... flapper::sim_path_ou_1() call completed (@ 2022-06-17 10:08:26) after ~0 minutes.
    -#### Example (2): Change the number of time steps -path <- sim_path_ou_1(n = 10000) -
    #> flapper::sim_path_ou_1() called (@ 2022-06-17 10:08:26)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> ... Plotting simulated path... -#> prettyGraphics::pretty_map() called (@ 2022-06-17 10:08:26)... -#> ... Implementing function checks... -#> ... Getting CRS...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Getting axis parameters... -#> ... Defining pretty axes... -#> ... Defining area... -#> ... Plotting background...
    #> ... Adding spatial layer(s)... -#> ... Adding pretty axes... -#> ... prettyGraphics::pretty_map() call completed (@ 2022-06-17 10:08:26) after ~0 minutes. -#> ... flapper::sim_path_ou_1() call completed (@ 2022-06-17 10:08:26) after ~0 minutes.
    -#### Example (3): Change model parameters -# esp parameter -path <- sim_path_ou_1(n = 10000, eps = 10) -
    #> flapper::sim_path_ou_1() called (@ 2022-06-17 10:08:26)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> ... Plotting simulated path... -#> prettyGraphics::pretty_map() called (@ 2022-06-17 10:08:26)... -#> ... Implementing function checks... -#> ... Getting CRS...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Getting axis parameters... -#> ... Defining pretty axes... -#> ... Defining area... -#> ... Plotting background...
    #> ... Adding spatial layer(s)... -#> ... Adding pretty axes... -#> ... prettyGraphics::pretty_map() call completed (@ 2022-06-17 10:08:26) after ~0 minutes. -#> ... flapper::sim_path_ou_1() call completed (@ 2022-06-17 10:08:26) after ~0 minutes.
    path <- sim_path_ou_1(n = 10000, eps = 500) -
    #> flapper::sim_path_ou_1() called (@ 2022-06-17 10:08:26)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> ... Plotting simulated path... -#> prettyGraphics::pretty_map() called (@ 2022-06-17 10:08:26)... -#> ... Implementing function checks... -#> ... Getting CRS...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Getting axis parameters... -#> ... Defining pretty axes... -#> ... Defining area... -#> ... Plotting background...
    #> ... Adding spatial layer(s)... -#> ... Adding pretty axes... -#> ... prettyGraphics::pretty_map() call completed (@ 2022-06-17 10:08:27) after ~0 minutes. -#> ... flapper::sim_path_ou_1() call completed (@ 2022-06-17 10:08:27) after ~0 minutes.
    # central harmonic parameter -path <- sim_path_ou_1(n = 1000, eps = 1, k = 1) -
    #> flapper::sim_path_ou_1() called (@ 2022-06-17 10:08:27)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> ... Plotting simulated path... -#> prettyGraphics::pretty_map() called (@ 2022-06-17 10:08:27)... -#> ... Implementing function checks... -#> ... Getting CRS...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Getting axis parameters... -#> ... Defining pretty axes... -#> ... Defining area... -#> ... Plotting background...
    #> ... Adding spatial layer(s)... -#> ... Adding pretty axes... -#> ... prettyGraphics::pretty_map() call completed (@ 2022-06-17 10:08:27) after ~0 minutes. -#> ... flapper::sim_path_ou_1() call completed (@ 2022-06-17 10:08:27) after ~0 minutes.
    path <- sim_path_ou_1(n = 1000, eps = 1, k = 3) -
    #> flapper::sim_path_ou_1() called (@ 2022-06-17 10:08:27)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> ... Plotting simulated path... -#> prettyGraphics::pretty_map() called (@ 2022-06-17 10:08:27)... -#> ... Implementing function checks... -#> ... Getting CRS...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Getting axis parameters... -#> ... Defining pretty axes... -#> ... Defining area... -#> ... Plotting background...
    #> ... Adding spatial layer(s)... -#> ... Adding pretty axes... -#> ... prettyGraphics::pretty_map() call completed (@ 2022-06-17 10:08:27) after ~0 minutes. -#> ... flapper::sim_path_ou_1() call completed (@ 2022-06-17 10:08:27) after ~0 minutes.
    path <- sim_path_ou_1(n = 1000, eps = 1, k = 500) -
    #> flapper::sim_path_ou_1() called (@ 2022-06-17 10:08:27)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> ... Plotting simulated path... -#> prettyGraphics::pretty_map() called (@ 2022-06-17 10:08:27)... -#> ... Implementing function checks... -#> ... Getting CRS...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Getting axis parameters... -#> ... Defining pretty axes... -#> ... Defining area... -#> ... Plotting background...
    #> ... Adding spatial layer(s)... -#> ... Adding pretty axes... -#> ... prettyGraphics::pretty_map() call completed (@ 2022-06-17 10:08:27) after ~0 minutes. -#> ... flapper::sim_path_ou_1() call completed (@ 2022-06-17 10:08:27) after ~0 minutes.
    -#### Example (4): Customise the plot via add_paths, add_points and ... -n <- 1000 -path <- sim_path_ou_1(n = n, - add_points = list(pch = c(1, 4), lwd = 3), - add_paths = list(col = viridis::magma(n)), - pretty_axis_args = list(1:4) - ) -
    #> flapper::sim_path_ou_1() called (@ 2022-06-17 10:08:27)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> ... Plotting simulated path... -#> prettyGraphics::pretty_map() called (@ 2022-06-17 10:08:27)... -#> ... Implementing function checks... -#> ... Getting CRS...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... Getting axis parameters... -#> ... Defining pretty axes...
    #> Argument 'side' not supplied to pretty_axis_args (nor 'axis_ls'); defaulting to side = 1:2.
    #> ... Defining area... -#> ... Plotting background...
    #> ... Adding spatial layer(s)... -#> ... Adding pretty axes... -#> ... prettyGraphics::pretty_map() call completed (@ 2022-06-17 10:08:27) after ~0 minutes. -#> ... flapper::sim_path_ou_1() call completed (@ 2022-06-17 10:08:27) after ~0 minutes.
    -
    +
    +

    Examples

    +
    #### Example (1): Implement simulation with default options
    +path <- sim_path_ou_1()
    +#> flapper::sim_path_ou_1() called (@ 2023-02-19 15:04:52)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> ... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() called (@ 2023-02-19 15:04:52)... 
    +#> ... Implementing function checks... 
    +#> ... Getting CRS... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... Getting axis parameters... 
    +#> ... Defining pretty axes... 
    +#> ... Defining area... 
    +#> ... Plotting background... 
    +
    +#> ... Adding spatial layer(s)... 
    +#> ... Adding pretty axes... 
    +#> ... prettyGraphics::pretty_map() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +#> ... flapper::sim_path_ou_1() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +
    +#### Example (2): Change the number of time steps
    +path <- sim_path_ou_1(n = 10000)
    +#> flapper::sim_path_ou_1() called (@ 2023-02-19 15:04:52)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> ... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() called (@ 2023-02-19 15:04:52)... 
    +#> ... Implementing function checks... 
    +#> ... Getting CRS... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... Getting axis parameters... 
    +#> ... Defining pretty axes... 
    +#> ... Defining area... 
    +#> ... Plotting background... 
    +
    +#> ... Adding spatial layer(s)... 
    +#> ... Adding pretty axes... 
    +#> ... prettyGraphics::pretty_map() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +#> ... flapper::sim_path_ou_1() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +
    +#### Example (3): Change model parameters
    +# esp parameter
    +path <- sim_path_ou_1(n = 10000, eps = 10)
    +#> flapper::sim_path_ou_1() called (@ 2023-02-19 15:04:52)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> ... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() called (@ 2023-02-19 15:04:52)... 
    +#> ... Implementing function checks... 
    +#> ... Getting CRS... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... Getting axis parameters... 
    +#> ... Defining pretty axes... 
    +#> ... Defining area... 
    +#> ... Plotting background... 
    +
    +#> ... Adding spatial layer(s)... 
    +#> ... Adding pretty axes... 
    +#> ... prettyGraphics::pretty_map() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +#> ... flapper::sim_path_ou_1() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +path <- sim_path_ou_1(n = 10000, eps = 500)
    +#> flapper::sim_path_ou_1() called (@ 2023-02-19 15:04:52)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> ... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() called (@ 2023-02-19 15:04:52)... 
    +#> ... Implementing function checks... 
    +#> ... Getting CRS... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... Getting axis parameters... 
    +#> ... Defining pretty axes... 
    +#> ... Defining area... 
    +#> ... Plotting background... 
    +
    +#> ... Adding spatial layer(s)... 
    +#> ... Adding pretty axes... 
    +#> ... prettyGraphics::pretty_map() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +#> ... flapper::sim_path_ou_1() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +# central harmonic parameter
    +path <- sim_path_ou_1(n = 1000, eps = 1, k = 1)
    +#> flapper::sim_path_ou_1() called (@ 2023-02-19 15:04:52)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> ... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() called (@ 2023-02-19 15:04:52)... 
    +#> ... Implementing function checks... 
    +#> ... Getting CRS... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... Getting axis parameters... 
    +#> ... Defining pretty axes... 
    +#> ... Defining area... 
    +#> ... Plotting background... 
    +
    +#> ... Adding spatial layer(s)... 
    +#> ... Adding pretty axes... 
    +#> ... prettyGraphics::pretty_map() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +#> ... flapper::sim_path_ou_1() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +path <- sim_path_ou_1(n = 1000, eps = 1, k = 3)
    +#> flapper::sim_path_ou_1() called (@ 2023-02-19 15:04:52)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> ... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() called (@ 2023-02-19 15:04:52)... 
    +#> ... Implementing function checks... 
    +#> ... Getting CRS... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... Getting axis parameters... 
    +#> ... Defining pretty axes... 
    +#> ... Defining area... 
    +#> ... Plotting background... 
    +
    +#> ... Adding spatial layer(s)... 
    +#> ... Adding pretty axes... 
    +#> ... prettyGraphics::pretty_map() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +#> ... flapper::sim_path_ou_1() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +path <- sim_path_ou_1(n = 1000, eps = 1, k = 500)
    +#> flapper::sim_path_ou_1() called (@ 2023-02-19 15:04:52)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> ... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() called (@ 2023-02-19 15:04:52)... 
    +#> ... Implementing function checks... 
    +#> ... Getting CRS... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... Getting axis parameters... 
    +#> ... Defining pretty axes... 
    +#> ... Defining area... 
    +#> ... Plotting background... 
    +
    +#> ... Adding spatial layer(s)... 
    +#> ... Adding pretty axes... 
    +#> ... prettyGraphics::pretty_map() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +#> ... flapper::sim_path_ou_1() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +
    +#### Example (4): Customise the plot via add_paths, add_points and ...
    +n <- 1000
    +path <- sim_path_ou_1(n = n,
    +                      add_points = list(pch = c(1, 4), lwd = 3),
    +                      add_paths = list(col = viridis::magma(n)),
    +                      pretty_axis_args = list(1:4)
    +                      )
    +#> flapper::sim_path_ou_1() called (@ 2023-02-19 15:04:52)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> ... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() called (@ 2023-02-19 15:04:52)... 
    +#> ... Implementing function checks... 
    +#> ... Getting CRS... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> ... Getting axis parameters... 
    +#> ... Defining pretty axes... 
    +#> Argument 'side' not supplied to pretty_axis_args (nor 'axis_ls'); defaulting to side = 1:2.
    +#> ... Defining area... 
    +#> ... Plotting background... 
    +
    +#> ... Adding spatial layer(s)... 
    +#> ... Adding pretty axes... 
    +#> ... prettyGraphics::pretty_map() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +#> ... flapper::sim_path_ou_1() call completed (@ 2023-02-19 15:04:52) after ~0 minutes. 
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/sim_path_sa-1.png b/docs/reference/sim_path_sa-1.png index 26e9981..0fd89ae 100644 Binary files a/docs/reference/sim_path_sa-1.png and b/docs/reference/sim_path_sa-1.png differ diff --git a/docs/reference/sim_path_sa-10.png b/docs/reference/sim_path_sa-10.png index c6520a2..49694b2 100644 Binary files a/docs/reference/sim_path_sa-10.png and b/docs/reference/sim_path_sa-10.png differ diff --git a/docs/reference/sim_path_sa-2.png b/docs/reference/sim_path_sa-2.png index dc6607f..da44a6b 100644 Binary files a/docs/reference/sim_path_sa-2.png and b/docs/reference/sim_path_sa-2.png differ diff --git a/docs/reference/sim_path_sa-3.png b/docs/reference/sim_path_sa-3.png index 2ab2dc0..505b4a2 100644 Binary files a/docs/reference/sim_path_sa-3.png and b/docs/reference/sim_path_sa-3.png differ diff --git a/docs/reference/sim_path_sa-4.png b/docs/reference/sim_path_sa-4.png index c133acf..02892f1 100644 Binary files a/docs/reference/sim_path_sa-4.png and b/docs/reference/sim_path_sa-4.png differ diff --git a/docs/reference/sim_path_sa-5.png b/docs/reference/sim_path_sa-5.png index ef1cbdb..f756f1e 100644 Binary files a/docs/reference/sim_path_sa-5.png and b/docs/reference/sim_path_sa-5.png differ diff --git a/docs/reference/sim_path_sa-6.png b/docs/reference/sim_path_sa-6.png index 786f641..9d0a102 100644 Binary files a/docs/reference/sim_path_sa-6.png and b/docs/reference/sim_path_sa-6.png differ diff --git a/docs/reference/sim_path_sa-7.png b/docs/reference/sim_path_sa-7.png index 52fa2f4..e51afb8 100644 Binary files a/docs/reference/sim_path_sa-7.png and b/docs/reference/sim_path_sa-7.png differ diff --git a/docs/reference/sim_path_sa-8.png b/docs/reference/sim_path_sa-8.png index c4ea296..8a72712 100644 Binary files a/docs/reference/sim_path_sa-8.png and b/docs/reference/sim_path_sa-8.png differ diff --git a/docs/reference/sim_path_sa-9.png b/docs/reference/sim_path_sa-9.png index c2fad60..84641a6 100644 Binary files a/docs/reference/sim_path_sa-9.png and b/docs/reference/sim_path_sa-9.png differ diff --git a/docs/reference/sim_path_sa.html b/docs/reference/sim_path_sa.html index a7ad3c8..db89d50 100644 --- a/docs/reference/sim_path_sa.html +++ b/docs/reference/sim_path_sa.html @@ -1,67 +1,12 @@ - - - - - - - -Simulate discrete-time movement paths from step lengths and turning angles — sim_path_sa • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Simulate discrete-time movement paths from step lengths and turning angles — sim_path_sa • flapper - + + - - - -
    -
    - -
    - -
    +
    @@ -123,233 +65,278 @@

    Simulate discrete-time movement paths from step lengths and turning anglesThis function simulates movement paths from step lengths and turning angles. To implement the function, the number of time steps (n) needs to be specified and, if applicable, the area within which movement should occur. For example, in marine environments, the inclusion of the sea as a spatial layer would restrict movement within the sea*. The starting location (p_1) can be provided or simulated. At each time step, user-defined functions are used to simulate step lengths and turning angles, which can depend previous values of those variables via a lag parameter, from which the next position is calculated. This implementation enables movement paths to be simulated under a variety of movement models, including random walks and correlated random walks, providing that they are conceptualised in terms of step lengths and turning angles. The function returns a list of outputs that includes the simulated path and, if requested, produces a plot of the simulated path.

    -
    sim_path_sa(
    -  n = 10,
    -  area = NULL,
    -  p_1 = NULL,
    -  sim_angle = sim_angles,
    -  sim_step = sim_steps,
    -  lag = 0L,
    -  plot = TRUE,
    -  add_points = list(pch = 21, bg = "darkgreen"),
    -  add_path = list(length = 0.05, col = viridis::viridis(n)),
    -  add_area = if (is.null(area)) NULL else list(),
    -  seed = NULL,
    -  verbose = TRUE,
    -  ...
    -)
    -
    -sim_steps(...)
    -
    -sim_angles(...)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    n

    An integer that defines the number of time steps in the simulation.

    area

    (optional) A SpatialPolygons-class or SpatialPolygonsDataFrame-class object that defines the area(s) within which movement is allowed.

    p_1

    (optional) A matrix with one row and two columns that defines the starting location (x, y). If p_1 = NULL, then a random location is sampled from area, if applicable, or simulated from a uniform distribution with a minimum and maximum value of 0 and 1 respectively.

    sim_angle

    A function that is used to simulate turning angles. This must accept a single number that represents some previous turning angle (degrees), even if this is simply ignored (see lag, below). For example, sim_angle = function() 1 will break but sim_angle = function(...) 1 is fine. For convenience, a default function is included that simulates angles from a wrapped normal circular distribution with a mean and standard deviation of 1 (see rwrappednormal). Functions that actually depend on some previous angle also need to be able to generate initial angles before enough previous angles have been generated for the function to depend on those (see lag, below). All functions should return a single number that defines the turning angle in degrees.

    sim_step

    A function that is used to simulate step lengths. This follows the same rules as for sim_angle. For convenience, a default function is included that simulates angles from a gamma distribution with shape and scale parameters of 15 (see rgamma).

    lag

    If sim_angle and/or sim_step have been defined such that they depend on some previous angle/step length, then lag is an integer that defines the number of time steps between the current time step and some previous time step that affects the current turning angle and/or step length.

    plot

    A logical variable that defines whether or not to produce a plot of the area (if provided) and the simulated movement path.

    add_area, add_points, add_path

    (optional) Named lists of arguments that are used to customise the appearance of the area, points (the starting location) and the path on the map, passed to the add_polys, add_points and add_points arguments of pretty_map.

    seed

    (optional) An integer that defines the seed (for reproducible simulations: see set.seed).

    verbose

    A logical variable that defines whether or not to print messages to the console that relay function progress.

    ...

    Additional arguments. For sim_path_sa, these are passed to pretty_map to customise the map. For the default sim_angles and sim_steps functions, ... is required but additional parameters are ignored.

    - -

    Value

    - -

    The function returns a named list of arguments that defines the simulated path (`xy_mat', `angle_mat', `step_mat' and `path') and a named list of arguments that were used to generate the path (`args'). `xy_mat' is an n-row, two-column matrix that defines the simulated position (x, y) at each time step; `angle_mat' and `step_mat' are n-row, one-column matrices that define the simulated turning angle (degrees) and step length (in map units) at each time step; and `path' is a SpatialLines representation of the movement path.

    -

    Details

    - -

    *Strictly speaking, only sequential positions are restricted to be within the allowed area. Yet since steps in the current implementation of the function are linear, the simulation of relatively large step lengths in an area with complex barriers to movement (e.g., convoluted coastlines), may lead to movement over inappropriate areas (e.g., over a peninsula) even through sequential positions are within the allowed area (e.g., either side of a peninsula). This problem can be mitigated by simulating time series for which sequential observations are closer in time (and thus for which step lengths are more constrained). For longer time series for which short time steps are undesirable, least-cost paths (e.g., see lcp_over_surface) may be implemented to ensure biologically meaningful movements in future (but this is more computationally demanding for rapid simulations).

    -

    For coupled simulation--analysis workflows (such as sim_array, sim_path_sa and sim_detections plus ac, dc, acdc and pf) note that the representation of the area as SpatialPolygons-class or SpatialPolygonsDataFrame-class objects by the sim_* functions, rather than a raster grid, may be problematic at the land--sea interface if the Spatial* data used for the simulation do not agree precisely with the raster data used to reconstruct movements: locations that are `allowed' from the perspective of the Spatial* data may not be allowed by the raster data (and vice versa). Furthermore, distances in the Spatial* data may differ from distances in the raster data depending on grid resolution. At the time of writing, these issues can be resolved by simply checking simulated movements in relation to the grid across which movements are reconstructed. Animal locations should also be translated onto the raster before simulating detections (see sim_detections). Movement distances should remain admissible under the movement model. In the future, these issues should be resolved by defining simulation areas across a raster too (see also acs_setup_containers)

    -

    This function requires the circular package.

    -

    See also

    - -

    For movement simulations, see sim_path_* for the full list of functions currently implemented in flapper. For example, sim_path_ou_1 simulates a movement path based on past locations according to an Ornstein-Uhlenbeck process (which is not based on step lengths and turning angles). More broadly, sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement.

    -

    Author

    +
    +
    sim_path_sa(
    +  n = 10,
    +  area = NULL,
    +  p_1 = NULL,
    +  sim_angle = sim_angles,
    +  sim_step = sim_steps,
    +  lag = 0L,
    +  plot = TRUE,
    +  add_points = list(pch = 21, bg = "darkgreen"),
    +  add_path = list(length = 0.05, col = viridis::viridis(n)),
    +  add_area = if (is.null(area)) NULL else list(),
    +  seed = NULL,
    +  verbose = TRUE,
    +  ...
    +)
    +
    +sim_steps(...)
    +
    +sim_angles(...)
    +
    + +
    +

    Arguments

    +
    n
    +

    An integer that defines the number of time steps in the simulation.

    + + +
    area
    +

    (optional) A SpatialPolygons-class or SpatialPolygonsDataFrame-class object that defines the area(s) within which movement is allowed.

    + + +
    p_1
    +

    (optional) A matrix with one row and two columns that defines the starting location (x, y). If p_1 = NULL, then a random location is sampled from area, if applicable, or simulated from a uniform distribution with a minimum and maximum value of 0 and 1 respectively.

    + + +
    sim_angle
    +

    A function that is used to simulate turning angles. This must accept a single number that represents some previous turning angle (degrees), even if this is simply ignored (see lag, below). For example, sim_angle = function() 1 will break but sim_angle = function(...) 1 is fine. For convenience, a default function is included that simulates angles from a wrapped normal circular distribution with a mean and standard deviation of 1 (see rwrappednormal). Functions that actually depend on some previous angle also need to be able to generate initial angles before enough previous angles have been generated for the function to depend on those (see lag, below). All functions should return a single number that defines the turning angle in degrees.

    + + +
    sim_step
    +

    A function that is used to simulate step lengths. This follows the same rules as for sim_angle. For convenience, a default function is included that simulates angles from a gamma distribution with shape and scale parameters of 15 (see rgamma).

    + + +
    lag
    +

    If sim_angle and/or sim_step have been defined such that they depend on some previous angle/step length, then lag is an integer that defines the number of time steps between the current time step and some previous time step that affects the current turning angle and/or step length.

    + + +
    plot
    +

    A logical variable that defines whether or not to produce a plot of the area (if provided) and the simulated movement path.

    + +
    add_area, add_points, add_path
    +

    (optional) Named lists of arguments that are used to customise the appearance of the area, points (the starting location) and the path on the map, passed to the add_polys, add_points and add_points arguments of pretty_map.

    + + +
    seed
    +

    (optional) An integer that defines the seed (for reproducible simulations: see set.seed).

    + + +
    verbose
    +

    A logical variable that defines whether or not to print messages to the console that relay function progress.

    + + +
    ...
    +

    Additional arguments. For sim_path_sa, these are passed to pretty_map to customise the map. For the default sim_angles and sim_steps functions, ... is required but additional parameters are ignored.

    + +
    +
    +

    Value

    + + +

    The function returns a named list of arguments that defines the simulated path (`xy_mat', `angle_mat', `step_mat' and `path') and a named list of arguments that were used to generate the path (`args'). `xy_mat' is an n-row, two-column matrix that defines the simulated position (x, y) at each time step; `angle_mat' and `step_mat' are n-row, one-column matrices that define the simulated turning angle (degrees) and step length (in map units) at each time step; and `path' is a SpatialLines representation of the movement path.

    +
    +
    +

    Details

    +

    *Strictly speaking, only sequential positions are restricted to be within the allowed area. Yet since steps in the current implementation of the function are linear, the simulation of relatively large step lengths in an area with complex barriers to movement (e.g., convoluted coastlines), may lead to movement over inappropriate areas (e.g., over a peninsula) even through sequential positions are within the allowed area (e.g., either side of a peninsula). This problem can be mitigated by simulating time series for which sequential observations are closer in time (and thus for which step lengths are more constrained). For longer time series for which short time steps are undesirable, least-cost paths (e.g., see lcp_over_surface) may be implemented to ensure biologically meaningful movements in future (but this is more computationally demanding for rapid simulations).

    +

    For coupled simulation--analysis workflows (such as sim_array, sim_path_sa and sim_detections plus ac, dc, acdc and pf) note that the representation of the area as SpatialPolygons-class or SpatialPolygonsDataFrame-class objects by the sim_* functions, rather than a raster grid, may be problematic at the land--sea interface if the Spatial* data used for the simulation do not agree precisely with the raster data used to reconstruct movements: locations that are `allowed' from the perspective of the Spatial* data may not be allowed by the raster data (and vice versa). Furthermore, distances in the Spatial* data may differ from distances in the raster data depending on grid resolution. At the time of writing, these issues can be resolved by simply checking simulated movements in relation to the grid across which movements are reconstructed. Animal locations should also be translated onto the raster before simulating detections (see sim_detections). Movement distances should remain admissible under the movement model. In the future, these issues should be resolved by defining simulation areas across a raster too (see also acs_setup_containers)

    +

    This function requires the circular package.

    +
    +
    +

    See also

    +

    For movement simulations, see sim_path_* for the full list of functions currently implemented in flapper. For example, sim_path_ou_1 simulates a movement path based on past locations according to an Ornstein-Uhlenbeck process (which is not based on step lengths and turning angles). More broadly, sim_array, sim_path_* and sim_detections provide an integrated workflow for simulating acoustic arrays, movement paths in these areas and detections at receivers arising from movement.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Simulate movement path under default parameters -# Simulate path -path <- sim_path_sa() -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:08:28)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0% | |======= | 10% | |============== | 20% | |===================== | 30% | |============================ | 40% | |=================================== | 50% | |========================================== | 60% | |================================================= | 70% | |======================================================== | 80% | |=============================================================== | 90% | |======================================================================| 100%... Plotting simulated path...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::sim_path_sa() call completed (@ 2022-06-17 10:08:28) after ~0 minutes.
    # The function returns a list of parameters that define the array and a plot -summary(path) -
    #> Length Class Mode -#> xy_mat 20 -none- numeric -#> angle_mat 10 -none- numeric -#> step_mat 10 -none- numeric -#> path 1 SpatialLines S4 -#> args 11 -none- list
    -#### Example (2): Change the number of time steps -path <- sim_path_sa(n = 100) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:08:28)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0% | |= | 1% | |= | 2% | |== | 3% | |=== | 4% | |==== | 5% | |==== | 6% | |===== | 7% | |====== | 8% | |====== | 9% | |======= | 10% | |======== | 11% | |======== | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 16% | |============ | 17% | |============= | 18% | |============= | 19% | |============== | 20% | |=============== | 21% | |=============== | 22% | |================ | 23% | |================= | 24% | |================== | 25% | |================== | 26% | |=================== | 27% | |==================== | 28% | |==================== | 29% | |===================== | 30% | |====================== | 31% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 36% | |========================== | 37% | |=========================== | 38% | |=========================== | 39% | |============================ | 40% | |============================= | 41% | |============================= | 42% | |============================== | 43% | |=============================== | 44% | |================================ | 45% | |================================ | 46% | |================================= | 47% | |================================== | 48% | |================================== | 49% | |=================================== | 50% | |==================================== | 51% | |==================================== | 52% | |===================================== | 53% | |====================================== | 54% | |====================================== | 55% | |======================================= | 56% | |======================================== | 57% | |========================================= | 58% | |========================================= | 59% | |========================================== | 60% | |=========================================== | 61% | |=========================================== | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================ | 69% | |================================================= | 70% | |================================================== | 71% | |================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |==================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 80% | |========================================================= | 81% | |========================================================= | 82% | |========================================================== | 83% | |=========================================================== | 84% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 94% | |================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 100%... Plotting simulated path...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::sim_path_sa() call completed (@ 2022-06-17 10:08:28) after ~0 minutes.
    -#### Example (3): Change the characteristics of the study area -# .. and define the starting location of the individual -sea <- invert_poly(dat_coast) -path <- sim_path_sa(n = 100, - area = sea, - p_1 = matrix(c(706529.1, 6262293), ncol = 2), - add_area = list(x = sea, col = "skyblue")) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:08:28)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0% | |= | 1% | |= | 2% | |== | 3% | |=== | 4% | |==== | 5% | |==== | 6% | |===== | 7% | |====== | 8% | |====== | 9% | |======= | 10% | |======== | 11% | |======== | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 16% | |============ | 17% | |============= | 18% | |============= | 19% | |============== | 20% | |=============== | 21% | |=============== | 22% | |================ | 23% | |================= | 24% | |================== | 25% | |================== | 26% | |=================== | 27% | |==================== | 28% | |==================== | 29% | |===================== | 30% | |====================== | 31% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 36% | |========================== | 37% | |=========================== | 38% | |=========================== | 39% | |============================ | 40% | |============================= | 41% | |============================= | 42% | |============================== | 43% | |=============================== | 44% | |================================ | 45% | |================================ | 46% | |================================= | 47% | |================================== | 48% | |================================== | 49% | |=================================== | 50% | |==================================== | 51% | |==================================== | 52% | |===================================== | 53% | |====================================== | 54% | |====================================== | 55% | |======================================= | 56% | |======================================== | 57% | |========================================= | 58% | |========================================= | 59% | |========================================== | 60% | |=========================================== | 61% | |=========================================== | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================ | 69% | |================================================= | 70% | |================================================== | 71% | |================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |==================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 80% | |========================================================= | 81% | |========================================================= | 82% | |========================================================== | 83% | |=========================================================== | 84% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 94% | |================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 100%... Plotting simulated path...
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    #> ... flapper::sim_path_sa() call completed (@ 2022-06-17 10:08:29) after ~0 minutes.
    -#### Example (4): Change the movement model(s) to use alternative distributions/parameters - -## Step lengths -# Define new function to simulate step lengths -sim_step_lengths <- function(...) stats::rgamma(1, shape = 10, scale = 1) -# Check outputs suitable values -prettyGraphics::pretty_hist(replicate(n = 1000, expr = sim_step_lengths())) -
    # Implement simulation -path <- sim_path_sa(n = 100, sim_step = sim_step_lengths) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:08:29)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0% | |= | 1% | |= | 2% | |== | 3% | |=== | 4% | |==== | 5% | |==== | 6% | |===== | 7% | |====== | 8% | |====== | 9% | |======= | 10% | |======== | 11% | |======== | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 16% | |============ | 17% | |============= | 18% | |============= | 19% | |============== | 20% | |=============== | 21% | |=============== | 22% | |================ | 23% | |================= | 24% | |================== | 25% | |================== | 26% | |=================== | 27% | |==================== | 28% | |==================== | 29% | |===================== | 30% | |====================== | 31% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 36% | |========================== | 37% | |=========================== | 38% | |=========================== | 39% | |============================ | 40% | |============================= | 41% | |============================= | 42% | |============================== | 43% | |=============================== | 44% | |================================ | 45% | |================================ | 46% | |================================= | 47% | |================================== | 48% | |================================== | 49% | |=================================== | 50% | |==================================== | 51% | |==================================== | 52% | |===================================== | 53% | |====================================== | 54% | |====================================== | 55% | |======================================= | 56% | |======================================== | 57% | |========================================= | 58% | |========================================= | 59% | |========================================== | 60% | |=========================================== | 61% | |=========================================== | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================ | 69% | |================================================= | 70% | |================================================== | 71% | |================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |==================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 80% | |========================================================= | 81% | |========================================================= | 82% | |========================================================== | 83% | |=========================================================== | 84% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 94% | |================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 100%... Plotting simulated path...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::sim_path_sa() call completed (@ 2022-06-17 10:08:29) after ~0 minutes.
    prettyGraphics::pretty_hist(as.numeric(path$step_mat)) -
    -## Turning angles -# E.g., Random walk: draw turning angle from von Mises distribution -sim_angles_vmd <- function(...){ - angle <- circular::rvonmises(n = 1, - mu = circular::circular(0), - kappa = 0, - control.circular = list(units = "degrees")) - return(as.numeric(angle)) -} -path <- sim_path_sa(n = 100, sim_angle = sim_angles_vmd) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:08:29)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0% | |= | 1% | |= | 2% | |== | 3% | |=== | 4% | |==== | 5% | |==== | 6% | |===== | 7% | |====== | 8% | |====== | 9% | |======= | 10% | |======== | 11% | |======== | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 16% | |============ | 17% | |============= | 18% | |============= | 19% | |============== | 20% | |=============== | 21% | |=============== | 22% | |================ | 23% | |================= | 24% | |================== | 25% | |================== | 26% | |=================== | 27% | |==================== | 28% | |==================== | 29% | |===================== | 30% | |====================== | 31% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 36% | |========================== | 37% | |=========================== | 38% | |=========================== | 39% | |============================ | 40% | |============================= | 41% | |============================= | 42% | |============================== | 43% | |=============================== | 44% | |================================ | 45% | |================================ | 46% | |================================= | 47% | |================================== | 48% | |================================== | 49% | |=================================== | 50% | |==================================== | 51% | |==================================== | 52% | |===================================== | 53% | |====================================== | 54% | |====================================== | 55% | |======================================= | 56% | |======================================== | 57% | |========================================= | 58% | |========================================= | 59% | |========================================== | 60% | |=========================================== | 61% | |=========================================== | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================ | 69% | |================================================= | 70% | |================================================== | 71% | |================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |==================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 80% | |========================================================= | 81% | |========================================================= | 82% | |========================================================== | 83% | |=========================================================== | 84% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 94% | |================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 100%... Plotting simulated path...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::sim_path_sa() call completed (@ 2022-06-17 10:08:29) after ~0 minutes.
    -# E.g., Correlated random walk: draw turning angle from wrapped normal distribution -sim_angles_rwn <- function(...){ - angle <- circular::rwrappednormal(n = 1, - mu = circular::circular(0), - rho = 0.999, - sd = 0, - control.circular = list(units = "degrees")) - return(as.numeric(angle)) -} -path <- sim_path_sa(n = 100, sim_angle = sim_angles_rwn) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:08:29)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0% | |= | 1% | |= | 2% | |== | 3% | |=== | 4% | |==== | 5% | |==== | 6% | |===== | 7% | |====== | 8% | |====== | 9% | |======= | 10% | |======== | 11% | |======== | 12% | |========= | 13% | |========== | 14% | |========== | 15% | |=========== | 16% | |============ | 17% | |============= | 18% | |============= | 19% | |============== | 20% | |=============== | 21% | |=============== | 22% | |================ | 23% | |================= | 24% | |================== | 25% | |================== | 26% | |=================== | 27% | |==================== | 28% | |==================== | 29% | |===================== | 30% | |====================== | 31% | |====================== | 32% | |======================= | 33% | |======================== | 34% | |======================== | 35% | |========================= | 36% | |========================== | 37% | |=========================== | 38% | |=========================== | 39% | |============================ | 40% | |============================= | 41% | |============================= | 42% | |============================== | 43% | |=============================== | 44% | |================================ | 45% | |================================ | 46% | |================================= | 47% | |================================== | 48% | |================================== | 49% | |=================================== | 50% | |==================================== | 51% | |==================================== | 52% | |===================================== | 53% | |====================================== | 54% | |====================================== | 55% | |======================================= | 56% | |======================================== | 57% | |========================================= | 58% | |========================================= | 59% | |========================================== | 60% | |=========================================== | 61% | |=========================================== | 62% | |============================================ | 63% | |============================================= | 64% | |============================================== | 65% | |============================================== | 66% | |=============================================== | 67% | |================================================ | 68% | |================================================ | 69% | |================================================= | 70% | |================================================== | 71% | |================================================== | 72% | |=================================================== | 73% | |==================================================== | 74% | |==================================================== | 75% | |===================================================== | 76% | |====================================================== | 77% | |======================================================= | 78% | |======================================================= | 79% | |======================================================== | 80% | |========================================================= | 81% | |========================================================= | 82% | |========================================================== | 83% | |=========================================================== | 84% | |============================================================ | 85% | |============================================================ | 86% | |============================================================= | 87% | |============================================================== | 88% | |============================================================== | 89% | |=============================================================== | 90% | |================================================================ | 91% | |================================================================ | 92% | |================================================================= | 93% | |================================================================== | 94% | |================================================================== | 95% | |=================================================================== | 96% | |==================================================================== | 97% | |===================================================================== | 98% | |===================================================================== | 99% | |======================================================================| 100%... Plotting simulated path...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> ... flapper::sim_path_sa() call completed (@ 2022-06-17 10:08:29) after ~0 minutes.
    -#### Example (5) Change the movement models to depend on some lagged value -# ... of the variable in question -# Define a sim_angle function that depends on some previous angle -# While the time step is less than the lag, the function needs to be -# ... able to handle missing angles and return sensible values in these -# ... cases e.g., via an 'is.null' structure: -sim_angles_wrn_with_lag <- function(angle = NULL,...){ - if(is.null(angle)) { - cat("\n... ... method (1) activated...\n") # useful check - angle_out <- circular::circular(0) - } else{ - angle_out <- circular::rwrappednormal(n = 1, - mu = circular::circular(angle, units = "degrees"), - rho = 0.9, - sd = 0.1, - control.circular = list(units = "degrees")) - } - return(as.numeric(angle_out)) -} -# Check function -sim_angles_wrn_with_lag(NULL) -
    #> -#> ... ... method (1) activated...
    #> [1] 0
    sim_angles_wrn_with_lag(1) -
    #> [1] 340.9872
    # Implement algorithm -path <- sim_path_sa(sim_angle = sim_angles_wrn_with_lag, lag = 1) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:08:29)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0% -#> ... ... method (1) activated... -#> | |======== | 11% -#> ... ... method (1) activated... -#> | |================ | 22% | |======================= | 33% | |=============================== | 44% | |======================================= | 56% | |=============================================== | 67% | |====================================================== | 78% | |============================================================== | 89% | |======================================================================| 100%... Plotting simulated path...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> ... flapper::sim_path_sa() call completed (@ 2022-06-17 10:08:29) after ~0 minutes.
    path <- sim_path_sa(sim_angle = sim_angles_wrn_with_lag, lag = 2) -
    #> flapper::sim_path_sa() called (@ 2022-06-17 10:08:29)... -#> ... Setting up simulation... -#> ... Simulating movement path... -#> | | | 0% -#> ... ... method (1) activated... -#> | |========= | 12% -#> ... ... method (1) activated... -#> | |================== | 25% -#> ... ... method (1) activated... -#> | |========================== | 38% | |=================================== | 50% | |============================================ | 62% | |==================================================== | 75% | |============================================================= | 88% | |======================================================================| 100%... Plotting simulated path...
    #> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> Warning: zero-length arrow is of indeterminate angle and so skipped
    #> ... flapper::sim_path_sa() call completed (@ 2022-06-17 10:08:29) after ~0 minutes.
    -
    +
    +

    Examples

    +
    #### Example (1): Simulate movement path under default parameters
    +# Simulate path
    +path <- sim_path_sa()
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:04:54)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... flapper::sim_path_sa() call completed (@ 2023-02-19 15:04:54) after ~0 minutes. 
    +# The function returns a list of parameters that define the array and a plot
    +summary(path)
    +#>           Length Class        Mode   
    +#> xy_mat    20     -none-       numeric
    +#> angle_mat 10     -none-       numeric
    +#> step_mat  10     -none-       numeric
    +#> path       1     SpatialLines S4     
    +#> args      11     -none-       list   
    +
    +#### Example (2): Change the number of time steps
    +path <- sim_path_sa(n = 100)
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:04:54)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
      |                                                                            
      |====                                                                  |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
      |                                                                            
      |=============                                                         |  18%
      |                                                                            
      |=============                                                         |  19%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |===============                                                       |  21%
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |==================                                                    |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |====================                                                  |  28%
      |                                                                            
      |====================                                                  |  29%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |======================                                                |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |===========================                                           |  38%
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |=============================                                         |  41%
      |                                                                            
      |=============================                                         |  42%
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |================================                                      |  45%
      |                                                                            
      |================================                                      |  46%
      |                                                                            
      |=================================                                     |  47%
      |                                                                            
      |==================================                                    |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |====================================                                  |  51%
      |                                                                            
      |====================================                                  |  52%
      |                                                                            
      |=====================================                                 |  53%
      |                                                                            
      |======================================                                |  54%
      |                                                                            
      |======================================                                |  55%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |========================================                              |  57%
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |=========================================                             |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |===========================================                           |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
      |                                                                            
      |==============================================                        |  65%
      |                                                                            
      |==============================================                        |  66%
      |                                                                            
      |===============================================                       |  67%
      |                                                                            
      |================================================                      |  68%
      |                                                                            
      |================================================                      |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |==================================================                    |  72%
      |                                                                            
      |===================================================                   |  73%
      |                                                                            
      |====================================================                  |  74%
      |                                                                            
      |====================================================                  |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |=========================================================             |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
      |                                                                            
      |============================================================          |  85%
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |================================================================      |  91%
      |                                                                            
      |================================================================      |  92%
      |                                                                            
      |=================================================================     |  93%
      |                                                                            
      |==================================================================    |  94%
      |                                                                            
      |==================================================================    |  95%
      |                                                                            
      |===================================================================   |  96%
      |                                                                            
      |====================================================================  |  97%
      |                                                                            
      |===================================================================== |  98%
      |                                                                            
      |===================================================================== |  99%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... flapper::sim_path_sa() call completed (@ 2023-02-19 15:04:54) after ~0 minutes. 
    +
    +#### Example (3): Change the characteristics of the study area
    +# .. and define the starting location of the individual
    +sea  <- invert_poly(dat_coast)
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +path <- sim_path_sa(n = 100,
    +                    area = sea,
    +                    p_1 = matrix(c(706529.1, 6262293), ncol = 2),
    +                    add_area = list(x = sea, col = "skyblue"))
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:04:54)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
      |                                                                            
      |====                                                                  |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
      |                                                                            
      |=============                                                         |  18%
      |                                                                            
      |=============                                                         |  19%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |===============                                                       |  21%
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |==================                                                    |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |====================                                                  |  28%
      |                                                                            
      |====================                                                  |  29%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |======================                                                |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |===========================                                           |  38%
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |=============================                                         |  41%
      |                                                                            
      |=============================                                         |  42%
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |================================                                      |  45%
      |                                                                            
      |================================                                      |  46%
      |                                                                            
      |=================================                                     |  47%
      |                                                                            
      |==================================                                    |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |====================================                                  |  51%
      |                                                                            
      |====================================                                  |  52%
      |                                                                            
      |=====================================                                 |  53%
      |                                                                            
      |======================================                                |  54%
      |                                                                            
      |======================================                                |  55%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |========================================                              |  57%
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |=========================================                             |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |===========================================                           |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
      |                                                                            
      |==============================================                        |  65%
      |                                                                            
      |==============================================                        |  66%
      |                                                                            
      |===============================================                       |  67%
      |                                                                            
      |================================================                      |  68%
      |                                                                            
      |================================================                      |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |==================================================                    |  72%
      |                                                                            
      |===================================================                   |  73%
      |                                                                            
      |====================================================                  |  74%
      |                                                                            
      |====================================================                  |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |=========================================================             |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
      |                                                                            
      |============================================================          |  85%
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |================================================================      |  91%
      |                                                                            
      |================================================================      |  92%
      |                                                                            
      |=================================================================     |  93%
      |                                                                            
      |==================================================================    |  94%
      |                                                                            
      |==================================================================    |  95%
      |                                                                            
      |===================================================================   |  96%
      |                                                                            
      |====================================================================  |  97%
      |                                                                            
      |===================================================================== |  98%
      |                                                                            
      |===================================================================== |  99%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs'.
    +
    +#> ... flapper::sim_path_sa() call completed (@ 2023-02-19 15:04:55) after ~0 minutes. 
    +
    +#### Example (4): Change the movement model(s) to use alternative distributions/parameters
    +
    +## Step lengths
    +# Define new function to simulate step lengths
    +sim_step_lengths <- function(...) stats::rgamma(1, shape = 10, scale = 1)
    +# Check outputs suitable values
    +prettyGraphics::pretty_hist(replicate(n = 1000, expr = sim_step_lengths()))
    +
    +# Implement simulation
    +path <- sim_path_sa(n = 100, sim_step = sim_step_lengths)
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:04:55)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
      |                                                                            
      |====                                                                  |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
      |                                                                            
      |=============                                                         |  18%
      |                                                                            
      |=============                                                         |  19%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |===============                                                       |  21%
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |==================                                                    |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |====================                                                  |  28%
      |                                                                            
      |====================                                                  |  29%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |======================                                                |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |===========================                                           |  38%
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |=============================                                         |  41%
      |                                                                            
      |=============================                                         |  42%
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |================================                                      |  45%
      |                                                                            
      |================================                                      |  46%
      |                                                                            
      |=================================                                     |  47%
      |                                                                            
      |==================================                                    |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |====================================                                  |  51%
      |                                                                            
      |====================================                                  |  52%
      |                                                                            
      |=====================================                                 |  53%
      |                                                                            
      |======================================                                |  54%
      |                                                                            
      |======================================                                |  55%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |========================================                              |  57%
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |=========================================                             |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |===========================================                           |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
      |                                                                            
      |==============================================                        |  65%
      |                                                                            
      |==============================================                        |  66%
      |                                                                            
      |===============================================                       |  67%
      |                                                                            
      |================================================                      |  68%
      |                                                                            
      |================================================                      |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |==================================================                    |  72%
      |                                                                            
      |===================================================                   |  73%
      |                                                                            
      |====================================================                  |  74%
      |                                                                            
      |====================================================                  |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |=========================================================             |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
      |                                                                            
      |============================================================          |  85%
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |================================================================      |  91%
      |                                                                            
      |================================================================      |  92%
      |                                                                            
      |=================================================================     |  93%
      |                                                                            
      |==================================================================    |  94%
      |                                                                            
      |==================================================================    |  95%
      |                                                                            
      |===================================================================   |  96%
      |                                                                            
      |====================================================================  |  97%
      |                                                                            
      |===================================================================== |  98%
      |                                                                            
      |===================================================================== |  99%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... flapper::sim_path_sa() call completed (@ 2023-02-19 15:04:55) after ~0 minutes. 
    +prettyGraphics::pretty_hist(as.numeric(path$step_mat))
    +
    +
    +## Turning angles
    +# E.g., Random walk: draw turning angle from von Mises distribution
    +sim_angles_vmd <- function(...){
    +  angle <- circular::rvonmises(n = 1,
    +                               mu = circular::circular(0),
    +                               kappa = 0,
    +                               control.circular = list(units = "degrees"))
    +  return(as.numeric(angle))
    +}
    +path <- sim_path_sa(n = 100, sim_angle = sim_angles_vmd)
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:04:55)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
      |                                                                            
      |====                                                                  |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
      |                                                                            
      |=============                                                         |  18%
      |                                                                            
      |=============                                                         |  19%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |===============                                                       |  21%
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |==================                                                    |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |====================                                                  |  28%
      |                                                                            
      |====================                                                  |  29%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |======================                                                |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |===========================                                           |  38%
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |=============================                                         |  41%
      |                                                                            
      |=============================                                         |  42%
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |================================                                      |  45%
      |                                                                            
      |================================                                      |  46%
      |                                                                            
      |=================================                                     |  47%
      |                                                                            
      |==================================                                    |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |====================================                                  |  51%
      |                                                                            
      |====================================                                  |  52%
      |                                                                            
      |=====================================                                 |  53%
      |                                                                            
      |======================================                                |  54%
      |                                                                            
      |======================================                                |  55%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |========================================                              |  57%
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |=========================================                             |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |===========================================                           |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
      |                                                                            
      |==============================================                        |  65%
      |                                                                            
      |==============================================                        |  66%
      |                                                                            
      |===============================================                       |  67%
      |                                                                            
      |================================================                      |  68%
      |                                                                            
      |================================================                      |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |==================================================                    |  72%
      |                                                                            
      |===================================================                   |  73%
      |                                                                            
      |====================================================                  |  74%
      |                                                                            
      |====================================================                  |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |=========================================================             |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
      |                                                                            
      |============================================================          |  85%
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |================================================================      |  91%
      |                                                                            
      |================================================================      |  92%
      |                                                                            
      |=================================================================     |  93%
      |                                                                            
      |==================================================================    |  94%
      |                                                                            
      |==================================================================    |  95%
      |                                                                            
      |===================================================================   |  96%
      |                                                                            
      |====================================================================  |  97%
      |                                                                            
      |===================================================================== |  98%
      |                                                                            
      |===================================================================== |  99%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... flapper::sim_path_sa() call completed (@ 2023-02-19 15:04:55) after ~0 minutes. 
    +
    +# E.g., Correlated random walk: draw turning angle from wrapped normal distribution
    +sim_angles_rwn <- function(...){
    +  angle <- circular::rwrappednormal(n = 1,
    +                                    mu = circular::circular(0),
    +                                    rho = 0.999,
    +                                    sd = 0,
    +                                    control.circular = list(units = "degrees"))
    +  return(as.numeric(angle))
    +}
    +path <- sim_path_sa(n = 100, sim_angle = sim_angles_rwn)
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:04:55)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
      |                                                                            
      |=                                                                     |   1%
      |                                                                            
      |=                                                                     |   2%
      |                                                                            
      |==                                                                    |   3%
      |                                                                            
      |===                                                                   |   4%
      |                                                                            
      |====                                                                  |   5%
      |                                                                            
      |====                                                                  |   6%
      |                                                                            
      |=====                                                                 |   7%
      |                                                                            
      |======                                                                |   8%
      |                                                                            
      |======                                                                |   9%
      |                                                                            
      |=======                                                               |  10%
      |                                                                            
      |========                                                              |  11%
      |                                                                            
      |========                                                              |  12%
      |                                                                            
      |=========                                                             |  13%
      |                                                                            
      |==========                                                            |  14%
      |                                                                            
      |==========                                                            |  15%
      |                                                                            
      |===========                                                           |  16%
      |                                                                            
      |============                                                          |  17%
      |                                                                            
      |=============                                                         |  18%
      |                                                                            
      |=============                                                         |  19%
      |                                                                            
      |==============                                                        |  20%
      |                                                                            
      |===============                                                       |  21%
      |                                                                            
      |===============                                                       |  22%
      |                                                                            
      |================                                                      |  23%
      |                                                                            
      |=================                                                     |  24%
      |                                                                            
      |==================                                                    |  25%
      |                                                                            
      |==================                                                    |  26%
      |                                                                            
      |===================                                                   |  27%
      |                                                                            
      |====================                                                  |  28%
      |                                                                            
      |====================                                                  |  29%
      |                                                                            
      |=====================                                                 |  30%
      |                                                                            
      |======================                                                |  31%
      |                                                                            
      |======================                                                |  32%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |========================                                              |  34%
      |                                                                            
      |========================                                              |  35%
      |                                                                            
      |=========================                                             |  36%
      |                                                                            
      |==========================                                            |  37%
      |                                                                            
      |===========================                                           |  38%
      |                                                                            
      |===========================                                           |  39%
      |                                                                            
      |============================                                          |  40%
      |                                                                            
      |=============================                                         |  41%
      |                                                                            
      |=============================                                         |  42%
      |                                                                            
      |==============================                                        |  43%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |================================                                      |  45%
      |                                                                            
      |================================                                      |  46%
      |                                                                            
      |=================================                                     |  47%
      |                                                                            
      |==================================                                    |  48%
      |                                                                            
      |==================================                                    |  49%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |====================================                                  |  51%
      |                                                                            
      |====================================                                  |  52%
      |                                                                            
      |=====================================                                 |  53%
      |                                                                            
      |======================================                                |  54%
      |                                                                            
      |======================================                                |  55%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |========================================                              |  57%
      |                                                                            
      |=========================================                             |  58%
      |                                                                            
      |=========================================                             |  59%
      |                                                                            
      |==========================================                            |  60%
      |                                                                            
      |===========================================                           |  61%
      |                                                                            
      |===========================================                           |  62%
      |                                                                            
      |============================================                          |  63%
      |                                                                            
      |=============================================                         |  64%
      |                                                                            
      |==============================================                        |  65%
      |                                                                            
      |==============================================                        |  66%
      |                                                                            
      |===============================================                       |  67%
      |                                                                            
      |================================================                      |  68%
      |                                                                            
      |================================================                      |  69%
      |                                                                            
      |=================================================                     |  70%
      |                                                                            
      |==================================================                    |  71%
      |                                                                            
      |==================================================                    |  72%
      |                                                                            
      |===================================================                   |  73%
      |                                                                            
      |====================================================                  |  74%
      |                                                                            
      |====================================================                  |  75%
      |                                                                            
      |=====================================================                 |  76%
      |                                                                            
      |======================================================                |  77%
      |                                                                            
      |=======================================================               |  78%
      |                                                                            
      |=======================================================               |  79%
      |                                                                            
      |========================================================              |  80%
      |                                                                            
      |=========================================================             |  81%
      |                                                                            
      |=========================================================             |  82%
      |                                                                            
      |==========================================================            |  83%
      |                                                                            
      |===========================================================           |  84%
      |                                                                            
      |============================================================          |  85%
      |                                                                            
      |============================================================          |  86%
      |                                                                            
      |=============================================================         |  87%
      |                                                                            
      |==============================================================        |  88%
      |                                                                            
      |==============================================================        |  89%
      |                                                                            
      |===============================================================       |  90%
      |                                                                            
      |================================================================      |  91%
      |                                                                            
      |================================================================      |  92%
      |                                                                            
      |=================================================================     |  93%
      |                                                                            
      |==================================================================    |  94%
      |                                                                            
      |==================================================================    |  95%
      |                                                                            
      |===================================================================   |  96%
      |                                                                            
      |====================================================================  |  97%
      |                                                                            
      |===================================================================== |  98%
      |                                                                            
      |===================================================================== |  99%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +
    +#> ... flapper::sim_path_sa() call completed (@ 2023-02-19 15:04:55) after ~0 minutes. 
    +
    +#### Example (5) Change the movement models to depend on some lagged value
    +# ... of the variable in question
    +# Define a sim_angle function that depends on some previous angle
    +# While the time step is less than the lag, the function needs to be
    +# ... able to handle missing angles and return sensible values in these
    +# ... cases e.g., via an 'is.null' structure:
    +sim_angles_wrn_with_lag <- function(angle = NULL,...){
    +  if(is.null(angle)) {
    +    cat("\n... ... method (1) activated...\n") # useful check
    +    angle_out <- circular::circular(0)
    +  } else{
    +    angle_out <- circular::rwrappednormal(n = 1,
    +                                          mu = circular::circular(angle, units = "degrees"),
    +                                          rho = 0.9,
    +                                          sd = 0.1,
    +                                          control.circular = list(units = "degrees"))
    +  }
    +  return(as.numeric(angle_out))
    +}
    +# Check function
    +sim_angles_wrn_with_lag(NULL)
    +#> 
    +#> ... ... method (1) activated...
    +#> [1] 0
    +sim_angles_wrn_with_lag(1)
    +#> [1] 10.50476
    +# Implement algorithm
    +path <- sim_path_sa(sim_angle = sim_angles_wrn_with_lag, lag = 1)
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:04:55)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
    +#> ... ... method (1) activated...
    +#> 
      |                                                                            
      |========                                                              |  11%
    +#> ... ... method (1) activated...
    +#> 
      |                                                                            
      |================                                                      |  22%
      |                                                                            
      |=======================                                               |  33%
      |                                                                            
      |===============================                                       |  44%
      |                                                                            
      |=======================================                               |  56%
      |                                                                            
      |===============================================                       |  67%
      |                                                                            
      |======================================================                |  78%
      |                                                                            
      |==============================================================        |  89%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +
    +#> ... flapper::sim_path_sa() call completed (@ 2023-02-19 15:04:55) after ~0 minutes. 
    +path <- sim_path_sa(sim_angle = sim_angles_wrn_with_lag, lag = 2)
    +#> flapper::sim_path_sa() called (@ 2023-02-19 15:04:55)... 
    +#> ... Setting up simulation... 
    +#> ... Simulating movement path... 
    +#> 
      |                                                                            
      |                                                                      |   0%
    +#> ... ... method (1) activated...
    +#> 
      |                                                                            
      |=========                                                             |  12%
    +#> ... ... method (1) activated...
    +#> 
      |                                                                            
      |==================                                                    |  25%
    +#> ... ... method (1) activated...
    +#> 
      |                                                                            
      |==========================                                            |  38%
      |                                                                            
      |===================================                                   |  50%
      |                                                                            
      |============================================                          |  62%
      |                                                                            
      |====================================================                  |  75%
      |                                                                            
      |=============================================================         |  88%
      |                                                                            
      |======================================================================| 100%... Plotting simulated path... 
    +#> prettyGraphics::pretty_map() CRS taken as: 'NA'.
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +#> Warning: zero-length arrow is of indeterminate angle and so skipped
    +
    +#> ... flapper::sim_path_sa() call completed (@ 2023-02-19 15:04:55) after ~0 minutes. 
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/sim_surface-1.png b/docs/reference/sim_surface-1.png index bb94c62..6d1a206 100644 Binary files a/docs/reference/sim_surface-1.png and b/docs/reference/sim_surface-1.png differ diff --git a/docs/reference/sim_surface-2.png b/docs/reference/sim_surface-2.png index b2458c3..8da8743 100644 Binary files a/docs/reference/sim_surface-2.png and b/docs/reference/sim_surface-2.png differ diff --git a/docs/reference/sim_surface-3.png b/docs/reference/sim_surface-3.png index 43bd02c..142a03f 100644 Binary files a/docs/reference/sim_surface-3.png and b/docs/reference/sim_surface-3.png differ diff --git a/docs/reference/sim_surface-4.png b/docs/reference/sim_surface-4.png index cd26414..ddaeb82 100644 Binary files a/docs/reference/sim_surface-4.png and b/docs/reference/sim_surface-4.png differ diff --git a/docs/reference/sim_surface.html b/docs/reference/sim_surface.html index 2e8dcdf..0dd64e8 100644 --- a/docs/reference/sim_surface.html +++ b/docs/reference/sim_surface.html @@ -1,67 +1,12 @@ - - - - - - - -Populate a raster with simulated values — sim_surface • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Populate a raster with simulated values — sim_surface • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,127 +65,142 @@

    Populate a raster with simulated values

    This function is designed to populate a raster with simulated values. To implement the function, a (blank) raster should be supplied. A user-defined function, or list of functions, is evaluated across this raster, or across sub-regions of this raster, to generate a new raster with simulated values.

    -
    sim_surface(
    -  blank,
    -  n = 1L,
    -  sim_values,
    -  mask = NULL,
    -  mask_inside = FALSE,
    -  plot = 1:2L
    -)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    blank

    A raster.

    n

    An integer that defines the number of (approximately equal area) pieces into which to split blank.

    sim_values

    A function or, if n > 1L, a list of functions, that, for a given number of cells, simulate new values for those cells.

    mask, mask_inside

    Arguments required to implement a spatial mask via mask_io.

    plot

    An integer that defines whether or not to plot a histogram of simulated values (1L), a heat map of the simulated raster (2L) or both (1:2L).

    - -

    Value

    - -

    The function returns a raster, with the same properties as blank, with values generated from the sim_values function(s).

    -

    Author

    +
    +
    sim_surface(
    +  blank,
    +  n = 1L,
    +  sim_values,
    +  mask = NULL,
    +  mask_inside = FALSE,
    +  plot = 1:2L
    +)
    +
    + +
    +

    Arguments

    +
    blank
    +

    A raster.

    + + +
    n
    +

    An integer that defines the number of (approximately equal area) pieces into which to split blank.

    + +
    sim_values
    +

    A function or, if n > 1L, a list of functions, that, for a given number of cells, simulate new values for those cells.

    + + +
    mask, mask_inside
    +

    Arguments required to implement a spatial mask via mask_io.

    + + +
    plot
    +

    An integer that defines whether or not to plot a histogram of simulated values (1L), a heat map of the simulated raster (2L) or both (1:2L).

    + +
    +
    +

    Value

    + + +

    The function returns a raster, with the same properties as blank, with values generated from the sim_values function(s).

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    #### Example (1): Simulate values across the whole raster -sim_surface(dat_gebco, - sim_values = function(n) stats::runif(n = n, 0, 1)) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    #> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : 0.0001218545, 0.999881 (min, max) -#>
    sim_surface(dat_gebco, - sim_values = function(n) stats::rnorm(n = n, 0, 1)) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    #> class : RasterLayer -#> dimensions : 36, 36, 1296 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.545833, -5.395833, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : -3.256974, 3.35769 (min, max) -#>
    -#### Example (2): Simulate values differently across different areas -# .. by defining the number of areas into which to split the raster -# .. and a list of function(s) -sim_surface(dat_gebco, - n = 2, sim_values = list(function(n) stats::runif(n = n, 0, 1), - function(n) stats::runif(n = n, 10, 11)) - ) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    #> class : RasterLayer -#> dimensions : 36, 34, 1224 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.541667, -5.4, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : 0.0003569499, 10.99139 (min, max) -#>
    -#### Example (3): Include a spatial mask -sim_surface(dat_gebco, - n = 2, sim_values = list(function(n) stats::runif(n = n, 9, 10), - function(n) stats::runif(n = n, 10, 11)), - mask = dat_coast, mask_inside = TRUE - ) -
    #> Warning: spgeom1 and spgeom2 have different proj4 strings
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    #> class : RasterLayer -#> dimensions : 36, 34, 1224 (nrow, ncol, ncell) -#> resolution : 0.004166667, 0.004166667 (x, y) -#> extent : -5.541667, -5.4, 56.34167, 56.49167 (xmin, xmax, ymin, ymax) -#> crs : +proj=longlat +datum=WGS84 +no_defs -#> source : memory -#> names : layer -#> values : 9.000728, 10.99993 (min, max) -#>
    -
    +
    +

    Examples

    +
    #### Example (1): Simulate values across the whole raster
    +sim_surface(dat_gebco,
    +            sim_values = function(n) stats::runif(n = n, 0, 1))
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    +
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0.0002628767, 0.9981007  (min, max)
    +#> 
    +sim_surface(dat_gebco,
    +            sim_values = function(n) stats::rnorm(n = n, 0, 1))
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    +
    +#> class      : RasterLayer 
    +#> dimensions : 36, 36, 1296  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.545833, -5.395833, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : -3.726687, 3.659565  (min, max)
    +#> 
    +
    +#### Example (2): Simulate values differently across different areas
    +# .. by defining the number of areas into which to split the raster
    +# .. and a list of function(s)
    +sim_surface(dat_gebco,
    +            n = 2, sim_values = list(function(n) stats::runif(n = n, 0, 1),
    +                                     function(n) stats::runif(n = n, 10, 11))
    +            )
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    +
    +#> class      : RasterLayer 
    +#> dimensions : 36, 34, 1224  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.541667, -5.4, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 0.0006078323, 10.99669  (min, max)
    +#> 
    +
    +#### Example (3): Include a spatial mask
    +sim_surface(dat_gebco,
    +            n = 2, sim_values = list(function(n) stats::runif(n = n, 9, 10),
    +                                    function(n) stats::runif(n = n, 10, 11)),
    +            mask = dat_coast, mask_inside = TRUE
    +            )
    +#> Warning: GEOS support is provided by the sf and terra packages among others
    +#> Warning: spgeom1 and spgeom2 have different proj4 strings
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    +
    +#> class      : RasterLayer 
    +#> dimensions : 36, 34, 1224  (nrow, ncol, ncell)
    +#> resolution : 0.004166667, 0.004166667  (x, y)
    +#> extent     : -5.541667, -5.4, 56.34167, 56.49167  (xmin, xmax, ymin, ymax)
    +#> crs        : +proj=longlat +datum=WGS84 +no_defs 
    +#> source     : memory
    +#> names      : layer 
    +#> values     : 9.004556, 10.99942  (min, max)
    +#> 
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/split_raster_equally-1.png b/docs/reference/split_raster_equally-1.png index e84f78c..a6cef1f 100644 Binary files a/docs/reference/split_raster_equally-1.png and b/docs/reference/split_raster_equally-1.png differ diff --git a/docs/reference/split_raster_equally.html b/docs/reference/split_raster_equally.html index 7089781..e01b371 100644 --- a/docs/reference/split_raster_equally.html +++ b/docs/reference/split_raster_equally.html @@ -1,67 +1,12 @@ - - - - - - - -Split a raster into equal-area parts — split_raster_equally • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Split a raster into equal-area parts — split_raster_equally • flapper - - - - + + -
    -
    - -
    - -
    +
    @@ -123,363 +65,372 @@

    Split a raster into equal-area parts

    This function splits a raster object into parts with approximately equal area.

    -
    split_raster_equally(r, n)
    +
    +
    split_raster_equally(r, n)
    +
    -

    Arguments

    - - - - - - - - - - -
    r

    A raster.

    n

    An integer that defines the number of parts into which to split the raster.

    +
    +

    Source

    +

    The function taken and slightly modified from the `greenbrown' package (see https://rdrr.io/rforge/greenbrown/src/R/SplitRasterEqually.R). The function is defined separately in flapper to reduce reliance on non-default packages.

    +
    +
    +

    Arguments

    +
    r
    +

    A raster.

    -

    Source

    -

    The function taken and slightly modified from the `greenbrown' package (see https://rdrr.io/rforge/greenbrown/src/R/SplitRasterEqually.R). The function is defined separately in flapper to reduce reliance on non-default packages.

    -

    Value

    +
    n
    +

    An integer that defines the number of parts into which to split the raster.

    -

    The function returns a list containing the split raster components.

    -

    Details

    +
    +
    +

    Value

    + +

    The function returns a list containing the split raster components.

    +
    +
    +

    Details

    The raster (r) should not only contain NAs.

    -

    Note

    - +
    +
    +

    Note

    This function requires the `plyr' package.

    -

    References

    - +
    +
    +

    References

    Forkel M, Wutzler T (2015) greenbrown -- land surface phenology and trend analysis. A package for the R software. Version 2.2, 2015-04-15, http://greenbrown.r-forge.r-project.org/.

    +
    -

    Examples

    -
    l <- split_raster_equally(dat_gebco, 2) -l <- split_raster_equally(dat_gebco, 3) -pp <- graphics::par(mfrow = c(1, 3)) -lapply(l, function(r) prettyGraphics::pretty_map(add_rasters = list(x = r))) -
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    #> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    #> [[1]] -#> [[1]]$`1` -#> [[1]]$`1`$axis -#> [[1]]$`1`$axis$at -#> [1] -5.54 -5.53 -5.52 -5.51 -5.50 -#> -#> [[1]]$`1`$axis$labels -#> [1] "-5.54" "-5.53" "-5.52" "-5.51" "-5.50" -#> -#> [[1]]$`1`$axis$side -#> [1] 1 -#> -#> [[1]]$`1`$axis$las -#> [1] TRUE -#> -#> [[1]]$`1`$axis$pos -#> [1] 56.34167 -#> -#> -#> [[1]]$`1`$lim -#> [1] -5.541667 -5.495833 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> [[1]]$`2` -#> [[1]]$`2`$axis -#> [[1]]$`2`$axis$at -#> [1] 56.35 56.40 56.45 -#> -#> [[1]]$`2`$axis$labels -#> [1] "56.35" "56.40" "56.45" -#> -#> [[1]]$`2`$axis$side -#> [1] 2 -#> -#> [[1]]$`2`$axis$las -#> [1] TRUE -#> -#> [[1]]$`2`$axis$pos -#> [1] -5.541667 -#> -#> -#> [[1]]$`2`$lim -#> [1] 56.34167 56.49167 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> [[1]]$`3` -#> [[1]]$`3`$axis -#> [[1]]$`3`$axis$labels -#> [1] FALSE -#> -#> [[1]]$`3`$axis$at -#> [1] -5.54 -5.53 -5.52 -5.51 -5.50 -#> -#> [[1]]$`3`$axis$side -#> [1] 3 -#> -#> [[1]]$`3`$axis$las -#> [1] TRUE -#> -#> [[1]]$`3`$axis$pos -#> [1] 56.49167 -#> -#> -#> [[1]]$`3`$lim -#> [1] -5.541667 -5.495833 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> [[1]]$`4` -#> [[1]]$`4`$axis -#> [[1]]$`4`$axis$labels -#> [1] FALSE -#> -#> [[1]]$`4`$axis$at -#> [1] 56.35 56.40 56.45 -#> -#> [[1]]$`4`$axis$side -#> [1] 4 -#> -#> [[1]]$`4`$axis$las -#> [1] TRUE -#> -#> [[1]]$`4`$axis$pos -#> [1] -5.495833 -#> -#> -#> [[1]]$`4`$lim -#> [1] 56.34167 56.49167 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> -#> [[2]] -#> [[2]]$`1` -#> [[2]]$`1`$axis -#> [[2]]$`1`$axis$at -#> [1] -5.49 -5.48 -5.47 -5.46 -5.45 -#> -#> [[2]]$`1`$axis$labels -#> [1] "-5.49" "-5.48" "-5.47" "-5.46" "-5.45" -#> -#> [[2]]$`1`$axis$side -#> [1] 1 -#> -#> [[2]]$`1`$axis$las -#> [1] TRUE -#> -#> [[2]]$`1`$axis$pos -#> [1] 56.34167 -#> -#> -#> [[2]]$`1`$lim -#> [1] -5.495833 -5.445833 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> [[2]]$`2` -#> [[2]]$`2`$axis -#> [[2]]$`2`$axis$at -#> [1] 56.35 56.40 56.45 -#> -#> [[2]]$`2`$axis$labels -#> [1] "56.35" "56.40" "56.45" -#> -#> [[2]]$`2`$axis$side -#> [1] 2 -#> -#> [[2]]$`2`$axis$las -#> [1] TRUE -#> -#> [[2]]$`2`$axis$pos -#> [1] -5.495833 -#> -#> -#> [[2]]$`2`$lim -#> [1] 56.34167 56.49167 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> [[2]]$`3` -#> [[2]]$`3`$axis -#> [[2]]$`3`$axis$labels -#> [1] FALSE -#> -#> [[2]]$`3`$axis$at -#> [1] -5.49 -5.48 -5.47 -5.46 -5.45 -#> -#> [[2]]$`3`$axis$side -#> [1] 3 -#> -#> [[2]]$`3`$axis$las -#> [1] TRUE -#> -#> [[2]]$`3`$axis$pos -#> [1] 56.49167 -#> -#> -#> [[2]]$`3`$lim -#> [1] -5.495833 -5.445833 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> [[2]]$`4` -#> [[2]]$`4`$axis -#> [[2]]$`4`$axis$labels -#> [1] FALSE -#> -#> [[2]]$`4`$axis$at -#> [1] 56.35 56.40 56.45 -#> -#> [[2]]$`4`$axis$side -#> [1] 4 -#> -#> [[2]]$`4`$axis$las -#> [1] TRUE -#> -#> [[2]]$`4`$axis$pos -#> [1] -5.445833 -#> -#> -#> [[2]]$`4`$lim -#> [1] 56.34167 56.49167 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> -#> [[3]] -#> [[3]]$`1` -#> [[3]]$`1`$axis -#> [[3]]$`1`$axis$at -#> [1] -5.44 -5.43 -5.42 -5.41 -5.40 -#> -#> [[3]]$`1`$axis$labels -#> [1] "-5.44" "-5.43" "-5.42" "-5.41" "-5.40" -#> -#> [[3]]$`1`$axis$side -#> [1] 1 -#> -#> [[3]]$`1`$axis$las -#> [1] TRUE -#> -#> [[3]]$`1`$axis$pos -#> [1] 56.34167 -#> -#> -#> [[3]]$`1`$lim -#> [1] -5.445833 -5.400000 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> [[3]]$`2` -#> [[3]]$`2`$axis -#> [[3]]$`2`$axis$at -#> [1] 56.35 56.40 56.45 -#> -#> [[3]]$`2`$axis$labels -#> [1] "56.35" "56.40" "56.45" -#> -#> [[3]]$`2`$axis$side -#> [1] 2 -#> -#> [[3]]$`2`$axis$las -#> [1] TRUE -#> -#> [[3]]$`2`$axis$pos -#> [1] -5.445833 -#> -#> -#> [[3]]$`2`$lim -#> [1] 56.34167 56.49167 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> [[3]]$`3` -#> [[3]]$`3`$axis -#> [[3]]$`3`$axis$labels -#> [1] FALSE -#> -#> [[3]]$`3`$axis$at -#> [1] -5.44 -5.43 -5.42 -5.41 -5.40 -#> -#> [[3]]$`3`$axis$side -#> [1] 3 -#> -#> [[3]]$`3`$axis$las -#> [1] TRUE -#> -#> [[3]]$`3`$axis$pos -#> [1] 56.49167 -#> -#> -#> [[3]]$`3`$lim -#> [1] -5.445833 -5.400000 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#> [[3]]$`4` -#> [[3]]$`4`$axis -#> [[3]]$`4`$axis$labels -#> [1] FALSE -#> -#> [[3]]$`4`$axis$at -#> [1] 56.35 56.40 56.45 -#> -#> [[3]]$`4`$axis$side -#> [1] 4 -#> -#> [[3]]$`4`$axis$las -#> [1] TRUE -#> -#> [[3]]$`4`$axis$pos -#> [1] -5.4 -#> -#> -#> [[3]]$`4`$lim -#> [1] 56.34167 56.49167 -#> attr(,"user") -#> [1] TRUE TRUE -#> -#> -#>
    graphics::par(pp) - -
    +
    +

    Examples

    +
    l <- split_raster_equally(dat_gebco, 2)
    +l <- split_raster_equally(dat_gebco, 3)
    +pp <- graphics::par(mfrow = c(1, 3))
    +lapply(l, function(r) prettyGraphics::pretty_map(add_rasters = list(x = r)))
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    +#> prettyGraphics::pretty_map() CRS taken as: '+proj=longlat +datum=WGS84 +no_defs'.
    +
    +#> [[1]]
    +#> [[1]]$`1`
    +#> [[1]]$`1`$axis
    +#> [[1]]$`1`$axis$at
    +#> [1] -5.54 -5.53 -5.52 -5.51 -5.50
    +#> 
    +#> [[1]]$`1`$axis$labels
    +#> [1] "-5.54" "-5.53" "-5.52" "-5.51" "-5.50"
    +#> 
    +#> [[1]]$`1`$axis$side
    +#> [1] 1
    +#> 
    +#> [[1]]$`1`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[1]]$`1`$axis$pos
    +#> [1] 56.34167
    +#> 
    +#> 
    +#> [[1]]$`1`$lim
    +#> [1] -5.541667 -5.495833
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> [[1]]$`2`
    +#> [[1]]$`2`$axis
    +#> [[1]]$`2`$axis$at
    +#> [1] 56.35 56.40 56.45
    +#> 
    +#> [[1]]$`2`$axis$labels
    +#> [1] "56.35" "56.40" "56.45"
    +#> 
    +#> [[1]]$`2`$axis$side
    +#> [1] 2
    +#> 
    +#> [[1]]$`2`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[1]]$`2`$axis$pos
    +#> [1] -5.541667
    +#> 
    +#> 
    +#> [[1]]$`2`$lim
    +#> [1] 56.34167 56.49167
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> [[1]]$`3`
    +#> [[1]]$`3`$axis
    +#> [[1]]$`3`$axis$labels
    +#> [1] FALSE
    +#> 
    +#> [[1]]$`3`$axis$at
    +#> [1] -5.54 -5.53 -5.52 -5.51 -5.50
    +#> 
    +#> [[1]]$`3`$axis$side
    +#> [1] 3
    +#> 
    +#> [[1]]$`3`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[1]]$`3`$axis$pos
    +#> [1] 56.49167
    +#> 
    +#> 
    +#> [[1]]$`3`$lim
    +#> [1] -5.541667 -5.495833
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> [[1]]$`4`
    +#> [[1]]$`4`$axis
    +#> [[1]]$`4`$axis$labels
    +#> [1] FALSE
    +#> 
    +#> [[1]]$`4`$axis$at
    +#> [1] 56.35 56.40 56.45
    +#> 
    +#> [[1]]$`4`$axis$side
    +#> [1] 4
    +#> 
    +#> [[1]]$`4`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[1]]$`4`$axis$pos
    +#> [1] -5.495833
    +#> 
    +#> 
    +#> [[1]]$`4`$lim
    +#> [1] 56.34167 56.49167
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> 
    +#> [[2]]
    +#> [[2]]$`1`
    +#> [[2]]$`1`$axis
    +#> [[2]]$`1`$axis$at
    +#> [1] -5.49 -5.48 -5.47 -5.46 -5.45
    +#> 
    +#> [[2]]$`1`$axis$labels
    +#> [1] "-5.49" "-5.48" "-5.47" "-5.46" "-5.45"
    +#> 
    +#> [[2]]$`1`$axis$side
    +#> [1] 1
    +#> 
    +#> [[2]]$`1`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[2]]$`1`$axis$pos
    +#> [1] 56.34167
    +#> 
    +#> 
    +#> [[2]]$`1`$lim
    +#> [1] -5.495833 -5.445833
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> [[2]]$`2`
    +#> [[2]]$`2`$axis
    +#> [[2]]$`2`$axis$at
    +#> [1] 56.35 56.40 56.45
    +#> 
    +#> [[2]]$`2`$axis$labels
    +#> [1] "56.35" "56.40" "56.45"
    +#> 
    +#> [[2]]$`2`$axis$side
    +#> [1] 2
    +#> 
    +#> [[2]]$`2`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[2]]$`2`$axis$pos
    +#> [1] -5.495833
    +#> 
    +#> 
    +#> [[2]]$`2`$lim
    +#> [1] 56.34167 56.49167
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> [[2]]$`3`
    +#> [[2]]$`3`$axis
    +#> [[2]]$`3`$axis$labels
    +#> [1] FALSE
    +#> 
    +#> [[2]]$`3`$axis$at
    +#> [1] -5.49 -5.48 -5.47 -5.46 -5.45
    +#> 
    +#> [[2]]$`3`$axis$side
    +#> [1] 3
    +#> 
    +#> [[2]]$`3`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[2]]$`3`$axis$pos
    +#> [1] 56.49167
    +#> 
    +#> 
    +#> [[2]]$`3`$lim
    +#> [1] -5.495833 -5.445833
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> [[2]]$`4`
    +#> [[2]]$`4`$axis
    +#> [[2]]$`4`$axis$labels
    +#> [1] FALSE
    +#> 
    +#> [[2]]$`4`$axis$at
    +#> [1] 56.35 56.40 56.45
    +#> 
    +#> [[2]]$`4`$axis$side
    +#> [1] 4
    +#> 
    +#> [[2]]$`4`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[2]]$`4`$axis$pos
    +#> [1] -5.445833
    +#> 
    +#> 
    +#> [[2]]$`4`$lim
    +#> [1] 56.34167 56.49167
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> 
    +#> [[3]]
    +#> [[3]]$`1`
    +#> [[3]]$`1`$axis
    +#> [[3]]$`1`$axis$at
    +#> [1] -5.44 -5.43 -5.42 -5.41 -5.40
    +#> 
    +#> [[3]]$`1`$axis$labels
    +#> [1] "-5.44" "-5.43" "-5.42" "-5.41" "-5.40"
    +#> 
    +#> [[3]]$`1`$axis$side
    +#> [1] 1
    +#> 
    +#> [[3]]$`1`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[3]]$`1`$axis$pos
    +#> [1] 56.34167
    +#> 
    +#> 
    +#> [[3]]$`1`$lim
    +#> [1] -5.445833 -5.400000
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> [[3]]$`2`
    +#> [[3]]$`2`$axis
    +#> [[3]]$`2`$axis$at
    +#> [1] 56.35 56.40 56.45
    +#> 
    +#> [[3]]$`2`$axis$labels
    +#> [1] "56.35" "56.40" "56.45"
    +#> 
    +#> [[3]]$`2`$axis$side
    +#> [1] 2
    +#> 
    +#> [[3]]$`2`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[3]]$`2`$axis$pos
    +#> [1] -5.445833
    +#> 
    +#> 
    +#> [[3]]$`2`$lim
    +#> [1] 56.34167 56.49167
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> [[3]]$`3`
    +#> [[3]]$`3`$axis
    +#> [[3]]$`3`$axis$labels
    +#> [1] FALSE
    +#> 
    +#> [[3]]$`3`$axis$at
    +#> [1] -5.44 -5.43 -5.42 -5.41 -5.40
    +#> 
    +#> [[3]]$`3`$axis$side
    +#> [1] 3
    +#> 
    +#> [[3]]$`3`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[3]]$`3`$axis$pos
    +#> [1] 56.49167
    +#> 
    +#> 
    +#> [[3]]$`3`$lim
    +#> [1] -5.445833 -5.400000
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> [[3]]$`4`
    +#> [[3]]$`4`$axis
    +#> [[3]]$`4`$axis$labels
    +#> [1] FALSE
    +#> 
    +#> [[3]]$`4`$axis$at
    +#> [1] 56.35 56.40 56.45
    +#> 
    +#> [[3]]$`4`$axis$side
    +#> [1] 4
    +#> 
    +#> [[3]]$`4`$axis$las
    +#> [1] TRUE
    +#> 
    +#> [[3]]$`4`$axis$pos
    +#> [1] -5.4
    +#> 
    +#> 
    +#> [[3]]$`4`$lim
    +#> [1] 56.34167 56.49167
    +#> attr(,"user")
    +#> [1] TRUE TRUE
    +#> 
    +#> 
    +#> 
    +graphics::par(pp)
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/summarise_along_walk.html b/docs/reference/summarise_along_walk.html index a52910b..d44847e 100644 --- a/docs/reference/summarise_along_walk.html +++ b/docs/reference/summarise_along_walk.html @@ -1,67 +1,12 @@ - - - - - - - -Summarise every n numbers in a vector — summarise_along_walk • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Summarise every n numbers in a vector — summarise_along_walk • flapper - - + + - - -
    -
    - -
    - -
    +
    @@ -123,76 +65,77 @@

    Summarise every n numbers in a vector

    This function summarises every n numbers in a vector.

    -
    summarise_along_walk(vec, every, summarise = sum, na.rm = FALSE, ...)
    - -

    Arguments

    - - - - - - - - - - - - - - - - - - - - - - -
    vec

    A numeric vector.

    every

    An integer that defines the step length of the walk over the vector.

    summarise

    A function that summarises the numbers in each step.

    na.rm

    A logical value that defines whether or not to remove NAs.

    ...

    Additional arguments passed to summarise.

    - -

    Source

    +
    +
    summarise_along_walk(vec, every, summarise = sum, na.rm = FALSE, ...)
    +
    +
    +

    Source

    This function is a slight modification of the code provided here: https://stackoverflow.com/questions/43635846/calculating-mean-for-every-n-values-from-a-vector.

    -

    Value

    +
    +
    +

    Arguments

    +
    vec
    +

    A numeric vector.

    + -

    The function returns a numeric vector.

    +
    every
    +

    An integer that defines the step length of the walk over the vector.

    -

    Examples

    -
    if (FALSE) { -x <- c(rep(1, 10), rep(2, 10)) -summarise_along_walk(x, every = 10) -x <- c(mean(10, 5), mean(100, 5)) -summarise_along_walk(x, every = 10, summarise = mean) -x <- c(x, NA) -summarise_along_walk(x, every = 10, summarise = mean, na.rm = TRUE) -} -
    +
    summarise
    +

    A function that summarises the numbers in each step.

    + + +
    na.rm
    +

    A logical value that defines whether or not to remove NAs.

    + + +
    ...
    +

    Additional arguments passed to summarise.

    + +
    +
    +

    Value

    + + +

    The function returns a numeric vector.

    +
    + +
    +

    Examples

    +
    if (FALSE) {
    +x <- c(rep(1, 10), rep(2, 10))
    +summarise_along_walk(x, every = 10)
    +x <- c(mean(10, 5), mean(100, 5))
    +summarise_along_walk(x, every = 10, summarise = mean)
    +x <- c(x, NA)
    +summarise_along_walk(x, every = 10, summarise = mean, na.rm = TRUE)
    +}
    +
    +
    +
    +
    - - - + + diff --git a/docs/reference/update_extent.html b/docs/reference/update_extent.html index 02ad264..6ff7051 100644 --- a/docs/reference/update_extent.html +++ b/docs/reference/update_extent.html @@ -1,67 +1,12 @@ - - - - - - - -Shrink or expand an extent object — update_extent • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Shrink or expand an extent object — update_extent • flapper - - - - + + -
    -
    - -
    - -
    +
    -

    This function updates a raster's extent by shrinking or expanding the x and y limits.

    +

    This function updates a raster's extent by shrinking or expanding the x and y limits.

    +
    + +
    +
    update_extent(x, x_shift, y_shift = x_shift)
    -
    update_extent(x, x_shift, y_shift = x_shift)
    - -

    Arguments

    - - - - - - - - - - - - - - -
    x

    A raster or an extent object.

    x_shift

    A number that defines the change in the x limits. Positive numbers increase the extent (i.e., the lower limit is reduced and the upper limit is increased) while negative numbers reduce extent (i.e., the lower limit is increased and the upper limit is decreased).

    y_shift

    A number that defines the change in the y limits. By default, this equals x_shift (i.e., the extent is changed uniformly in all directions).

    - -

    Value

    - -

    The function returns an updated extent object.

    -

    Author

    +
    +

    Arguments

    +
    x
    +

    A raster or an extent object.

    + + +
    x_shift
    +

    A number that defines the change in the x limits. Positive numbers increase the extent (i.e., the lower limit is reduced and the upper limit is increased) while negative numbers reduce extent (i.e., the lower limit is increased and the upper limit is decreased).

    + + +
    y_shift
    +

    A number that defines the change in the y limits. By default, this equals x_shift (i.e., the extent is changed uniformly in all directions).

    + +
    +
    +

    Value

    + +

    The function returns an updated extent object.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    # Define example raster -r <- raster::raster(nrows = 3, ncols = 3, - resolution = c(5, 5), - ext = raster::extent(0, 15, 0, 15)) -# Increase raster extent by 5 units in every direction -update_extent(r, 5) -
    #> class : Extent -#> xmin : -5 -#> xmax : 20 -#> ymin : -5 -#> ymax : 20
    # Decrease raster extent by 5 units in every direction -update_extent(r, -5) -
    #> class : Extent -#> xmin : 5 -#> xmax : 10 -#> ymin : 5 -#> ymax : 10
    # Increase x and y extent parameters differently -update_extent(r, 5, 10) -
    #> class : Extent -#> xmin : -5 -#> xmax : 20 -#> ymin : -10 -#> ymax : 25
    -
    +
    +

    Examples

    +
    # Define example raster
    +r <- raster::raster(nrows = 3, ncols = 3,
    +                    resolution = c(5, 5),
    +                    ext = raster::extent(0, 15, 0, 15))
    +# Increase raster extent by 5 units in every direction
    +update_extent(r, 5)
    +#> class      : Extent 
    +#> xmin       : -5 
    +#> xmax       : 20 
    +#> ymin       : -5 
    +#> ymax       : 20 
    +# Decrease raster extent by 5 units in every direction
    +update_extent(r, -5)
    +#> class      : Extent 
    +#> xmin       : 5 
    +#> xmax       : 10 
    +#> ymin       : 5 
    +#> ymax       : 10 
    +# Increase x and y extent parameters differently
    +update_extent(r, 5, 10)
    +#> class      : Extent 
    +#> xmin       : -5 
    +#> xmax       : 20 
    +#> ymin       : -10 
    +#> ymax       : 25 
    +
    +
    +
    +
    -
    - - + + diff --git a/docs/reference/xy_from_click.html b/docs/reference/xy_from_click.html index e6f0937..f79a99e 100644 --- a/docs/reference/xy_from_click.html +++ b/docs/reference/xy_from_click.html @@ -1,67 +1,12 @@ - - - - - - - -Get location coordinates from mouse click(s) — xy_from_click • flapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Get location coordinates from mouse click(s) — xy_from_click • flapper - + + - - - -
    -
    - -
    - -
    +
    @@ -123,48 +65,51 @@

    Get location coordinates from mouse click(s)

    This function defines a two-column matrix of x, y coordinates from clicked locations on a map.

    -
    xy_from_click()
    - - -

    Value

    +
    +
    xy_from_click()
    +
    -

    The function returns a two-column matrix with coordinates.

    -

    Author

    +
    +

    Value

    + +

    The function returns a two-column matrix with coordinates.

    +
    +
    +

    Author

    Edward Lavender

    +
    -

    Examples

    -
    if (FALSE) { -raster::plot(dat_gebco) -xy <- xy_from_click() -graphics::points(xy, col = "red") -} -
    +
    +

    Examples

    +
    if (FALSE) {
    +raster::plot(dat_gebco)
    +xy <- xy_from_click()
    +graphics::points(xy, col = "red")
    +}
    +
    +
    +
    - - - + + diff --git a/docs/sitemap.xml b/docs/sitemap.xml new file mode 100644 index 0000000..3bdef00 --- /dev/null +++ b/docs/sitemap.xml @@ -0,0 +1,411 @@ + + + + /404.html + + + /articles/flapper.html + + + /articles/flapper_algorithms_faqs.html + + + /articles/flapper_overview.html + + + /articles/index.html + + + /authors.html + + + /index.html + + + /news/index.html + + + /reference/ac.html + + + /reference/acdc.html + + + /reference/acdc_access.html + + + /reference/acdc_animate_record.html + + + /reference/acdc_archive-class.html + + + /reference/acdc_plot_record.html + + + /reference/acdc_plot_trace.html + + + /reference/acdc_record-class.html + + + /reference/acdc_simplify.html + + + /reference/acs_setup_centroids.html + + + /reference/acs_setup_containers.html + + + /reference/acs_setup_detection_kernels.html + + + /reference/acs_setup_mobility.html + + + /reference/assemble_sentinel_counts.html + + + /reference/buffer_and_crop.html + + + /reference/cells_from_val.html + + + /reference/check....html + + + /reference/check_class.html + + + /reference/check_class_acdc_record.html + + + /reference/check_crs.html + + + /reference/check_dir.html + + + /reference/check_named_list.html + + + /reference/check_names.html + + + /reference/check_tz.html + + + /reference/check_value.html + + + /reference/cl.html + + + /reference/coa.html + + + /reference/coa_setup_delta_t.html + + + /reference/compact.html + + + /reference/crop_from_click.html + + + /reference/dat_acdc.html + + + /reference/dat_acoustics.html + + + /reference/dat_archival.html + + + /reference/dat_centroids.html + + + /reference/dat_coast.html + + + /reference/dat_containers.html + + + /reference/dat_dc.html + + + /reference/dat_dcpf_histories.html + + + /reference/dat_dcpf_paths.html + + + /reference/dat_gebco.html + + + /reference/dat_ids.html + + + /reference/dat_moorings.html + + + /reference/dat_sentinel.html + + + /reference/dc.html + + + /reference/dcq.html + + + /reference/dist_btw_clicks.html + + + /reference/dist_btw_points_3d.html + + + /reference/dist_btw_receivers.html + + + /reference/dist_over_surface.html + + + /reference/dot-acs.html + + + /reference/dot-acs_pl.html + + + /reference/dot-planedist2.html + + + /reference/eval_by_kud.html + + + /reference/flapper-tips-parallel.html + + + /reference/flapper.html + + + /reference/flapper_opts.html + + + /reference/get_detection_area_sum.html + + + /reference/get_detection_area_ts.html + + + /reference/get_detection_centroids.html + + + /reference/get_detection_centroids_envir.html + + + /reference/get_detection_centroids_overlap.html + + + /reference/get_detection_clumps.html + + + /reference/get_detection_containers.html + + + /reference/get_detection_containers_envir.html + + + /reference/get_detection_containers_overlap.html + + + /reference/get_detection_days.html + + + /reference/get_detection_overlaps.html + + + /reference/get_detection_pr.html + + + /reference/get_hr.html + + + /reference/get_id_rec_overlap.html + + + /reference/get_intersection.html + + + /reference/get_mvt_mobility.html + + + /reference/get_mvt_resting.html + + + /reference/get_n_operational_ts.html + + + /reference/get_residents.html + + + /reference/index.html + + + /reference/invert_poly.html + + + /reference/kud_around_coastline.html + + + /reference/kud_habitat.html + + + /reference/lcp_comp.html + + + /reference/lcp_costs.html + + + /reference/lcp_from_point.html + + + /reference/lcp_graph_surface.html + + + /reference/lcp_interp.html + + + /reference/lcp_over_surface.html + + + /reference/make_df_detections.html + + + /reference/make_matrix_cooccurence.html + + + /reference/make_matrix_detections.html + + + /reference/make_matrix_ids.html + + + /reference/make_matrix_receivers.html + + + /reference/mask_io.html + + + /reference/pf.html + + + /reference/pf_access_history.html + + + /reference/pf_access_history_files.html + + + /reference/pf_access_particles_unique.html + + + /reference/pf_animate_history.html + + + /reference/pf_archive-class.html + + + /reference/pf_kud.html + + + /reference/pf_kud_.html + + + /reference/pf_loglik.html + + + /reference/pf_path-class.html + + + /reference/pf_plot_1d.html + + + /reference/pf_plot_2d.html + + + /reference/pf_plot_3d.html + + + /reference/pf_plot_history.html + + + /reference/pf_plot_map.html + + + /reference/pf_setup_movement_pr.html + + + /reference/pf_setup_optimisers.html + + + /reference/pf_setup_record.html + + + /reference/pf_simplify.html + + + /reference/pipe.html + + + /reference/process_false_detections_sf.html + + + /reference/process_quality_check.html + + + /reference/process_receiver_id.html + + + /reference/process_surface.html + + + /reference/query_open_topo.html + + + /reference/round_any.html + + + /reference/segments_cross_barrier.html + + + /reference/sim_array.html + + + /reference/sim_detections.html + + + /reference/sim_path_-times.html + + + /reference/sim_path_ou_1.html + + + /reference/sim_path_sa.html + + + /reference/sim_surface.html + + + /reference/split_raster_equally.html + + + /reference/summarise_along_walk.html + + + /reference/update_extent.html + + + /reference/xy_from_click.html + +